From 544345550ddadd627203ce61da27576e6fff0d23 Mon Sep 17 00:00:00 2001 From: Joao Pedro Date: Wed, 16 Oct 2019 21:56:32 -0400 Subject: [PATCH] [INIT] Hello World! --- .gitignore | 119 + .../001_technical_note/Technical_Note.md | 209 + .../0021_flowcharts/00211_data_mermaid.png | Bin 0 -> 73505 bytes .../0021_flowcharts/00212_data_mermaid.png | Bin 0 -> 67352 bytes .../0022_dataset_tables/dyntext_LP.txt | 89 + .../0022_dataset_tables/enrollment.md | 46 + .../0022_dataset_tables/population.md | 48 + .../0022_dataset_tables/proficiency.md | 48 + .../0022_dataset_tables/rawfull.md | 87 + .../0022_dataset_tables/rawlatest.md | 80 + .../002_repo_structure/Repo_Structure.md | 148 + .../Contribution_and_Replication.md | 58 + .../hosted_in_repo/country_metadata.csv | 219 + .../hosted_in_repo/enrollment_edulit_uis.csv | 47479 +++ .../enrollment_tenr_wbopendata.csv | 6294 + .../hosted_in_repo/enrollment_validated.md | 19 + .../hci_indicators_wbopendata.csv | 218 + .../hosted_in_repo/population_1014.csv | 15800 + .../hosted_in_repo/population_by_age.csv | 300182 +++++++++++++++ .../poverty_gdp_indicators_wbopendata.csv | 12804 + .../primary_expenditure_wbopendata.csv | 12804 + .../hosted_in_repo/primary_school_age.csv | 9983 + .../hosted_in_repo/proficiency_from_GLAD.csv | 560 + .../proficiency_from_NLA_md.csv | 23 + .../proficiency_no_microdata.csv | 117 + 01_data/012_programs/0120_import_rawdata.do | 429 + .../0121_combine_population_data.do | 108 + .../0122_combine_proficiency_data.do | 72 + .../0123_combine_enrollment_data.do | 67 + .../0124_enrollment_extrapolation.do | 243 + 01_data/012_programs/0125_create_rawfull.do | 94 + 01_data/012_programs/01261_preferred_list.do | 281 + .../012_programs/01262_population_weights.do | 136 + 01_data/012_programs/0126_create_rawlatest.do | 121 + .../0127_generate_documentation.do | 44 + 01_data/012_programs/012_run.do | 51 + 01_data/013_outputs/placeholderfile.md | 3 + .../021_rawdata/PIRLS_comparability.csv | 92 + .../021_rawdata/TIMSS_comparability.csv | 93 + .../021_rawdata/comparability_TIMSS_PIRLS.csv | 298 + 02_simulation/022_program/022_run.do | 32 + 02_simulation/022_program/022_simulations.do | 65 + .../022_program/0231_custom_spells.do | 283 + .../0231_custom_spells_bootstrap.do | 317 + .../022_program/0231_custom_spells_no_ISR.do | 283 + .../022_program/_simulation_dataset.ado | 1061 + .../022_program/_simulation_dataset.sthlp | 147 + .../022_program/public_simulation_app/app.R | 435 + .../public_simulation_app/lpov_desc.md | 31 + ...lation_spells_nopasec_weigthed_pref1005.md | 10 + 02_simulation/022_program/simulations/app.R | 572 + .../022_program/simulations/sim_prep.do | 47 + ...tion_spells_nopasec_unweigthed_pref1005.md | 8 + ...nopasec_unweigthed_pref1005_incomelevel.md | 6 + ...weigthed_pref1005_initial_poverty_level.md | 6 + ...ation_spells_nopasec_weigthed_pref1000a.md | 8 + ..._nopasec_weigthed_pref1000a_incomelevel.md | 6 + ...eigthed_pref1000a_initial_poverty_level.md | 6 + ...n_spells_nopasec_weigthed_pref1000a_mna.md | 8 + ...ls_nopasec_weigthed_pref1000a_mna_noISR.md | 8 + ...lation_spells_nopasec_weigthed_pref1005.md | 8 + ...s_nopasec_weigthed_pref1005_incomelevel.md | 6 + ...weigthed_pref1005_initial_poverty_level.md | 6 + ...ells_nopasec_weigthed_pref1005_lower_ci.md | 8 + ...asec_weigthed_pref1005_newsimnum_no_ISR.md | 8 + ...ells_nopasec_weigthed_pref1005_upper_ci.md | 8 + 02_simulation/023_outputs/placeholderfile.md | 3 + 03_export_tables/031_rawdata/lpv_metadata.csv | 10 + .../03211_preferred_list_tables_ci.do | 808 + .../032_programs/0321_put_to_excel.do | 52 + .../032_programs/03221_tables_for_paper.do | 135 + .../032_programs/0322_gender_tables.do | 103 + .../032_programs/0323_country_annex.do | 85 + 03_export_tables/032_programs/032_run.do | 35 + .../033_outputs/placeholderfile.md | 3 + 04_repo_update/041_rawdata/cmu_ctry.csv | 218 + .../041_rawdata/country_level_outcomes.csv | 560 + .../041_rawdata/enrollment_edulit_uis.csv | 47479 +++ .../041_rawdata/enrollment_validated.md | 19 + .../national_assessment_proficiency.md | 24 + .../042_programs/0421_country_metadata_csv.do | 101 + .../0422_population_data_from_api.do | 207 + .../0423_enrollment_data_from_api.do | 37 + .../042_programs/0424_proficiency_data.do | 187 + .../042_programs/0425_otherdata_from_api.do | 81 + 04_repo_update/042_programs/042_run.do | 71 + 04_repo_update/043_outputs/placeholderfile.md | 3 + README.md | 33 +- profile_LearningPoverty.do | 140 + run_LearningPoverty.do | 30 + 90 files changed, 463372 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 00_documentation/001_technical_note/Technical_Note.md create mode 100644 00_documentation/002_repo_structure/0021_flowcharts/00211_data_mermaid.png create mode 100644 00_documentation/002_repo_structure/0021_flowcharts/00212_data_mermaid.png create mode 100644 00_documentation/002_repo_structure/0022_dataset_tables/dyntext_LP.txt create mode 100644 00_documentation/002_repo_structure/0022_dataset_tables/enrollment.md create mode 100644 00_documentation/002_repo_structure/0022_dataset_tables/population.md create mode 100644 00_documentation/002_repo_structure/0022_dataset_tables/proficiency.md create mode 100644 00_documentation/002_repo_structure/0022_dataset_tables/rawfull.md create mode 100644 00_documentation/002_repo_structure/0022_dataset_tables/rawlatest.md create mode 100644 00_documentation/002_repo_structure/Repo_Structure.md create mode 100644 00_documentation/003_contribution_and_replication/Contribution_and_Replication.md create mode 100644 01_data/011_rawdata/hosted_in_repo/country_metadata.csv create mode 100644 01_data/011_rawdata/hosted_in_repo/enrollment_edulit_uis.csv create mode 100644 01_data/011_rawdata/hosted_in_repo/enrollment_tenr_wbopendata.csv create mode 100644 01_data/011_rawdata/hosted_in_repo/enrollment_validated.md create mode 100644 01_data/011_rawdata/hosted_in_repo/hci_indicators_wbopendata.csv create mode 100644 01_data/011_rawdata/hosted_in_repo/population_1014.csv create mode 100644 01_data/011_rawdata/hosted_in_repo/population_by_age.csv create mode 100644 01_data/011_rawdata/hosted_in_repo/poverty_gdp_indicators_wbopendata.csv create mode 100644 01_data/011_rawdata/hosted_in_repo/primary_expenditure_wbopendata.csv create mode 100644 01_data/011_rawdata/hosted_in_repo/primary_school_age.csv create mode 100644 01_data/011_rawdata/hosted_in_repo/proficiency_from_GLAD.csv create mode 100644 01_data/011_rawdata/hosted_in_repo/proficiency_from_NLA_md.csv create mode 100644 01_data/011_rawdata/hosted_in_repo/proficiency_no_microdata.csv create mode 100644 01_data/012_programs/0120_import_rawdata.do create mode 100644 01_data/012_programs/0121_combine_population_data.do create mode 100644 01_data/012_programs/0122_combine_proficiency_data.do create mode 100644 01_data/012_programs/0123_combine_enrollment_data.do create mode 100644 01_data/012_programs/0124_enrollment_extrapolation.do create mode 100644 01_data/012_programs/0125_create_rawfull.do create mode 100644 01_data/012_programs/01261_preferred_list.do create mode 100644 01_data/012_programs/01262_population_weights.do create mode 100644 01_data/012_programs/0126_create_rawlatest.do create mode 100644 01_data/012_programs/0127_generate_documentation.do create mode 100644 01_data/012_programs/012_run.do create mode 100644 01_data/013_outputs/placeholderfile.md create mode 100644 02_simulation/021_rawdata/PIRLS_comparability.csv create mode 100644 02_simulation/021_rawdata/TIMSS_comparability.csv create mode 100644 02_simulation/021_rawdata/comparability_TIMSS_PIRLS.csv create mode 100644 02_simulation/022_program/022_run.do create mode 100644 02_simulation/022_program/022_simulations.do create mode 100644 02_simulation/022_program/0231_custom_spells.do create mode 100644 02_simulation/022_program/0231_custom_spells_bootstrap.do create mode 100644 02_simulation/022_program/0231_custom_spells_no_ISR.do create mode 100644 02_simulation/022_program/_simulation_dataset.ado create mode 100644 02_simulation/022_program/_simulation_dataset.sthlp create mode 100644 02_simulation/022_program/public_simulation_app/app.R create mode 100644 02_simulation/022_program/public_simulation_app/lpov_desc.md create mode 100644 02_simulation/022_program/public_simulation_app/special_simulation_spells_nopasec_weigthed_pref1005.md create mode 100644 02_simulation/022_program/simulations/app.R create mode 100644 02_simulation/022_program/simulations/sim_prep.do create mode 100644 02_simulation/022_program/special_simulation_spells_nopasec_unweigthed_pref1005.md create mode 100644 02_simulation/022_program/special_simulation_spells_nopasec_unweigthed_pref1005_incomelevel.md create mode 100644 02_simulation/022_program/special_simulation_spells_nopasec_unweigthed_pref1005_initial_poverty_level.md create mode 100644 02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a.md create mode 100644 02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_incomelevel.md create mode 100644 02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_initial_poverty_level.md create mode 100644 02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_mna.md create mode 100644 02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_mna_noISR.md create mode 100644 02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005.md create mode 100644 02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_incomelevel.md create mode 100644 02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_initial_poverty_level.md create mode 100644 02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_lower_ci.md create mode 100644 02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_newsimnum_no_ISR.md create mode 100644 02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_upper_ci.md create mode 100644 02_simulation/023_outputs/placeholderfile.md create mode 100644 03_export_tables/031_rawdata/lpv_metadata.csv create mode 100644 03_export_tables/032_programs/03211_preferred_list_tables_ci.do create mode 100644 03_export_tables/032_programs/0321_put_to_excel.do create mode 100644 03_export_tables/032_programs/03221_tables_for_paper.do create mode 100644 03_export_tables/032_programs/0322_gender_tables.do create mode 100644 03_export_tables/032_programs/0323_country_annex.do create mode 100644 03_export_tables/032_programs/032_run.do create mode 100644 03_export_tables/033_outputs/placeholderfile.md create mode 100644 04_repo_update/041_rawdata/cmu_ctry.csv create mode 100644 04_repo_update/041_rawdata/country_level_outcomes.csv create mode 100644 04_repo_update/041_rawdata/enrollment_edulit_uis.csv create mode 100644 04_repo_update/041_rawdata/enrollment_validated.md create mode 100644 04_repo_update/041_rawdata/national_assessment_proficiency.md create mode 100644 04_repo_update/042_programs/0421_country_metadata_csv.do create mode 100644 04_repo_update/042_programs/0422_population_data_from_api.do create mode 100644 04_repo_update/042_programs/0423_enrollment_data_from_api.do create mode 100644 04_repo_update/042_programs/0424_proficiency_data.do create mode 100644 04_repo_update/042_programs/0425_otherdata_from_api.do create mode 100644 04_repo_update/042_programs/042_run.do create mode 100644 04_repo_update/043_outputs/placeholderfile.md create mode 100644 profile_LearningPoverty.do create mode 100644 run_LearningPoverty.do diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46c93d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,119 @@ +######################################################################## +# +# .gitignore DIME template +# https://github.com/worldbank/DIMEwiki/tree/master/Topics/GitHub +# +# We recommend that you create a .gitignore file using GitHub's tools and +# replace the content of that file with the content of this file. Otherwise +# you have to rename this file .gitignore. But if you rename the fine in a +# regular folder window PCs and Macs are likely to keep the file extension +# so that the file ends up being names .gitignore.txt. Code editors like, Atom, +# can edit the file extension, but if you are not familiar with how to do that, +# we recommend that you generate an ignore file using GitHub and simply replace +# the content of that file. +# +# Note that if you are using GitKraken you need to use version 5.x or more +# recent for this template to work properly +# +######################################################################## + +####################### +# Start by ignoring everything, and below we are explicitly saying +# what to not ignore +* + +####################### +# List of files with GitHub functionality anywhere in the repo +# that we do not want to ignore + +# These files include GitHub settings +!.gitignore +!.gitattributes + +# Keep markdown files used for documentation on GitHub +!README.md +!CONTRIBUTING.md +!LICENSE.md + +####################### +# For performance reasons, if a folder is already ignored, then +# GitHub does not check the content for that folder for matches +# with additional rules. The line below includes folder in the +# top folder (but not their content), so that anything matching +# the rules below will still not be ignored. +!*/ + +####################### +# The following file types are code that should always be +# included no matter where in the repository folder they are +# located unless you explicitly ignore that folder + +# Stata +!/**/*.do +!/**/*.ado +!/**/*.sthlp + +# R-scrips and Rmarkdown-scripts +!/**/*.R +!/**/*.Rmd + +# LaTeX +!/**/*.tex + +# Python +!/**/*.py +!/**/*.ipynb + +# Matlab +!/**/*.m + +# Markdown +!/**/*.md + +# Dyntext script +!00_documentation/002_repo_structure/0022_dataset_tables/dyntext*.txt + +# csv files in input folders +!/**/*_rawdata/*.csv +!/**/*_rawdata/*/*.csv + +# csv files in selected input folders +!08_2pager/081_data/cleaned_*.csv +!08_2pager/081_data/hosted_in_repo/*.csv + + +################## +#Include images used in the 2pager template +!08_2pager/082_program/Rmd_template/Rmd_template_images/*.png + +#Include the Excel input file +#!08_2pager/081_data/twopager_input.xls + +#Include the Excel input file with Name of TTLs +!08_2pager/081_data/hosted_in_repo/20190903_TTL List.xlsx + +#Do not commit the intermediate tex files generated by the Rmd +08_2pager/083_interm_output/raw_output_2pagers/*.tex + +#Do not commit the aggregation tex files +08_2pager/084_2pagers/*/*.tex +08_2pager/084_2pagers/*/*/*.tex + +# image files in documentation folders +!/00_documentation/*/*/*.png +!/00_documentation/*/*/*.jpg +!/00_documentation/*/*.png +!/00_documentation/*/*.jpg +!/00_documentation/*.png +!/00_documentation/*.jpg + +####################### +# Include all the files with passwords or tokens here. All files named +# password or passwords are with this template ignored no matter which +# format you are using. Additionally, all content in any folder called +password or passwords are also ignored. NOTE that your project might be +using different names and then you must edit the lines below accordingly. +password.* +passwords.* +password/ +passwords/ diff --git a/00_documentation/001_technical_note/Technical_Note.md b/00_documentation/001_technical_note/Technical_Note.md new file mode 100644 index 0000000..4ad02af --- /dev/null +++ b/00_documentation/001_technical_note/Technical_Note.md @@ -0,0 +1,209 @@ +# Learning Poverty Technical Note +back to the [README](https://github.com/worldbank/LearningPoverty/blob/master/README.md) :leftwards_arrow_with_hook: + +### Table of Contents +1. [The Measure](#the-measure) + 1.1. [An early-warning indicator for the Human Capital Project](#An-early-warning-indicator-for-the-Human-Capital-Project) + 1.2. [Why measure Learning Poverty?](#Why-measure-Learning-Poverty?) + 1.3. [What is Learning Poverty?](#What-is-Learning-Poverty?) + 1.4. [How is Learning Poverty measured?](#How-is-Learning-Poverty-measured?) +1. [Data source selection](#data-source-selection) + 2.1. [Learning Assessments Selection](#learning-assessments-selection) + 2.2. [Enrollment Data Selection](#enrollment-data-selection) + 2.3. [Population Data](#population-data) +1. [Global Aggregation](#global-aggregation) + 3.1. [Countries Included](#countries-included) + 3.2. [Reporting Levels](#reporting-levels) + 3.3. [Estimating Growth](#estimating-growth) + 3.4. [Calculation of Standard Errors](#calculation-of-standard-errors) +*** + +## The Measure + +### An early-warning indicator for the Human Capital Project +The Human Capital Project seeks to raise awareness and increase demand for interventions to build human capital. It aims to accelerate better and more investments in people. + +In low- and middle-income countries, the learning crisis means that deficits in education outcomes are the single largest contributor to human capital deficits. On average, 80% of the distance to the global frontier is explained by shortcomings in the quality and quantity of schooling. + +For more information, please visit the **[Human Capital Project website](https://www.worldbank.org/humancapitalproject)**. + +### Why measure Learning Poverty? +All children should be able to read by age 10. As a major contributor to human capital deficits, the learning crisis undermines sustainable growth and poverty reduction. This new synthetic indicator, _**Learning Poverty**_, was designed to help spotlight and galvanize action to address this crisis. + +The new data show that **more than half of all children in low- and middle-income countries suffer from Learning Poverty**. Eliminating Learning Poverty is as urgent as eliminating extreme monetary poverty, stunting, or hunger, and will require a multisectoral approach. + +### What is Learning Poverty? +Learning Poverty means being unable to read and understand a short, age-appropriate text by age 10. All foundational skills are important, but we focus on reading because: (i) reading proficiency is an easily understood measure of learning; (ii) reading is a student’s gateway to learning in every other area; and, (iii) reading proficiency can serve as a proxy for foundational learning in other subjects, in the same way that the absence child stunting is a marker of healthy early childhood development. + +### How is Learning Poverty measured? +This indicator brings together schooling and learning. It starts with the share of children in school who haven’t achieved minimum reading proficiency and adjusts it by the proportion of children who are out of school. Formally, we do this by calculating Learning Poverty as: + +_

LP = [BMP * (1-OoS)] + [1 * OoS]

_ + +where, + * _LP_ = Learning poverty + * _BMP_ = Share of children at the end of primary who read at below the minimum proficiency level, as defined by the Global Alliance to Monitor Learning (GAML) in the context of the SDG 4.1.1 monitoring + * _OOS_ = Out-of-school children, as a share of children of primary school age, and in which all OOS are regarded as being below the minimum proficiency level + +Our decision was to treat out-of-school children as non-proficient in reading. This means that _learning poverty_ will always be higher than the share of children in school who haven't achieved minimum reading proficiency. For countries with a very low OOS, the BMP will be very close to the LP. Given that this measure is intended to motivate action by governments and societies more generally, discounting for out-of-school population avoids giving countries an incentive to improve their _learning poverty_ rate by encouraging dropout of marginal students. + +*** + +## Data Source Selection + +This section describes in details which assessments were used and how we chose one proficiency measure when multiple assessment exist. It also discusses the sources used for enrollment and population and how we handled data gaps. + +### Learning Assessments Selection + +The _learning poverty_ calculations use data from both cross-national and national large-scale assessments that are judged as being of sufficient quality in terms of design, implementation, comparability, timeliness, frequency, documentation, and access. The goal of “reading by age 10” is an ideal: to achieve it, not only should all children be reading proficiently after three full years in primary education, but they should also have entered school at age 6 or 7. + +By contrast, our actual measurement of _learning poverty_ is based on cross-national or national assessments that are administered in Grades 4, 5, or 6 and therefore at ages between 10 and about 14. The _Learning Poverty_ results presented here therefore may be a conservative estimate of the extent of the literacy challenge for in-school children, since many children have been tested well after age 10. + +The data used to calculate Learning Poverty has been made possible thanks to the work of Global Alliance to Monitor Learning led by the UNESCO Institute for Statistics (UIS), which established Minimum Proficiency Levels (MPLs) that enable countries to benchmark learning across different cross-national and national assessments. To operationalize this concept, we follow the current SDG monitoring process by defining “proficiency” as reaching at least the Low International Benchmark on the international PIRLS literacy assessment. Because PIRLS is the major global primary-age assessment focused on reading, we believe this to be an appropriate anchor for this exercise of equating. + +#### Learning Assessments Source + +##### **International**: Progress in International Reading Literacy Study ([PIRLS](https://nces.ed.gov/surveys/pirls/)) + +PIRLS is the anchor assessment used in our dataset. Of the major multi-country assessments, it is the one that is administered to children at roughly the target age: it assesses a random sample of Grade 4 students in each country, and the average age of tested children was 10.1 years in 2016, the last round of assessment. The minimum proficiency level considered is Level 2, the Low International Benchmark, which means a score of 400 points. + +##### **International**: Trends in International Mathematics and Science Study ([TIMSS](https://nces.ed.gov/timss/)) + +For some countries we use proficiency data from TIMSS international math and science assessment in grades 3-6 (most countries participated in grade 4). For these countries, we use the science scores as a proxy for reading scores, counting children as proficient if they exceeded the Low International Benchmark of 400 (Minimum Proficiency Level 2). We have two rationales for using this proxy. The first is conceptual: the ability to decipher science questions requires reading proficiency, since most science questions are word problems. The second is empirical: across the countries for which we have data for both subject areas, proficiency on science is highly correlated with reading proficiency. Within the PISA assessment, the science-reading correlation is 0.97, and for countries that have participated in both TIMSS and PIRLS, the correlation between the two is 0.99. Only in the case of Jordan, for which had no science scores, we are using mathematics proficiency as a proxy for reading proficiency (same MPL of 2, Low International Benchmark, 400 points). + +##### **Regional**: Latin American Laboratory for Assessment of the Quality of Education ([LLECE](http://www.unesco.org/new/en/santiago/education/education-assessment-llece/)) + +LLECE has implemented three rounds of regional assessments in Latin America (PERCE, SERCE and TERCE). The most recent for which we have data, the TERCE, was carried out in 2013 and covered 15 countries. The TERCE scores were reported in two scales: we choose to use the SERCE-compatible reporting scale, for historical comparability. In the SERCE scale, we defined minimum proficiency as reaching Level 3 in language. + +##### **Regional**: CONFEMEN Education Systems Analysis Program ([PASEC](http://www.pasec.confemen.org)) + +PASEC has carried out several rounds of data collection in Francophone African countries. The most recent round was carried out in 2014, and we used data from that round of PASEC to provide estimates for 10 countries, considering minimum reading proficiency as reaching Level 4 in language for 6th graders. + +Other rounds of PASEC were also included in our dataset, with proficiency data extracted from official reports instead of generated from the harmonized microdata in the Global Learning Assessment Database ([GLAD](https://github.com/worldbank/GLAD)). From all the countries included in the global number, this is the case for 3: Dem. Rep. of Congo, Madagascar and Mali (COD MLI MDG). + +##### **Regional**: Southern and Eastern Africa Consortium for Monitoring Educational Quality ([SACMEQ](http://www.sacmeq.org/)) + +SACMEQ has carried out several rounds of data collection for Eastern and Southern African countries. The latest round of the SACMEQ assessment was carried out in 2013 (SACMEQ IV). Due to concerns on the quality of the data for this round, however, we do not use this to establish levels. We do however, use the earlier rounds of data for estimating changes in proficiency over time. We considered as minimum proficiency reaching Level 5 in reading. + +##### **Country-specific**: National Learning Assessments (NLA) + +Finally, for some larger-population countries that have participated in none of the assessments listed above, we have used proficiency estimates from national learning assessments. As with the regional assessments, this required deciding on the appropriate level of proficiency to map to the global benchmark. We made these judgments by: (1) drawing on the proficiency benchmarks and competency descriptions within each national assessment to select the level that most closely matched the global description of reading proficiency; and then (2) consulting the GAML initiative from UIS to determine whether any adjustment was necessary. + +There are 12 countries for which we used NLAs: Afghanistan, Bangladesh, China, Ethiopia, India, Kyrgyz Republic, Cambodia, Sri Lanka, Malaysia, Pakistan, Uganda and Vietnam (AFG BGD CHN ETH IND KGZ KHM LKA MYS PAK UGA VNM). Because the microdata from those NLAs have not yet been harmonized and included in the Global Learning Assessment Database ([GLAD](https://github.com/worldbank/GLAD)), from which we extracted proficiency for the other assessments, we rely on [this table](https://github.com/worldbank/LearningPoverty/blob/master/04_repo_update/041_rawdata/national_assessment_proficiency.md) to retrieve proficiency thresholds and averages for those countries. + +#### Equating across assessments + +If all countries participated in PIRLS, we would be able to construct global estimates of proficiency simply by using that assessment. However, most PIRLS participating countries are high-income, and only a small minority of low- and middle-income countries participate in PIRLS. So to extend the sample and fill out the database, we draw on several other types of assessments of late-primary reading and cognitive skills. To incorporate these other assessments into the analysis, we need to harmonize their benchmarks of reading proficiency with the PIRLS Low International Benchmark. We do this by drawing on the agreed definition of minimum proficiency developed in 2018 by the Global Alliance to Monitor Learning (GAML) under the leadership of the UNESCO Institute of Statistics (UIS): + +>Students interpret and give some explanation about the main and secondary ideas in different types of texts. They establish connections between main ideas on a text and their personal experiences as well as general knowledge. + +For each new assessment incorporated into the database, the harmonization process requires looking at the definitions of each level of proficiency and selecting the one that maps most clearly into this definition. For PIRLS, the corresponding Minimum Proficiency Level (MPL) is Level 2, whereas for the PASEC regional assessment (to take one example), the MPL is Level 4. This level then is used to define the reading proficiency rate for that country, which is calculated as the share of students scoring at or above the minimum proficiency level. + +The GAML created an initial mappings between three regional assessments (PASEC, LLECE, and SACMEQ) as part of the SDG monitoring process ([2018a](http://gaml.uis.unesco.org/wp-content/uploads/sites/2/2018/12/4.1.1_29_Consensus-building-meeting-package.pdf), [2018b](http://gaml.uis.unesco.org/wp-content/uploads/sites/2/2018/10/Final-Report-of-September-2018-Paris-Consensus-Meeting.pdf)). These mappings, however, are provisional. These have been updated during GAML workshops in 2019, and there is a process underway to validate them using analysis of individual items, but it will be some time before that process reaches any conclusions. While we typically use these thresholds, summarized in the table below, we triangulate these with other data where possible. + +|Assessment| Minimum Proficiency Level (MPL) | Grade(s) assessed | Most recent year | Number of countries | +|---|---|---|---|---| +|PIRLS|Level 2 (Low international benchmark)|4|2016|59| +|TIMSS|Level 2 (Low international benchmark)|4|2015|14| +|LLECE|Level 3|6|2013|13| +|PASEC|Level 4|5 and 6|2014|15| +|SACMEQ|Level 5|6|2007|11| +|NLAs|Varies by country|4, 5 and 6|2017|9|| + +##### Preferred Learning Assessments Order + +When a given country had administered multiple types of assessments, we applied a hierarchy of assessments in the order listed below. While we are always want to use as recent data as possible, we also want to use the data most comparable across countries. For some countries the most comparable assessment data is not the most recent and we will have to weigh recent against comparable. This section describes the decision tree used when deciding which learning assessment data that is used for each country. + +| Preferred Rank | Learning Assessment Name | Type of Assessment | +|---|---|---| +|1 | Progress in International Reading Literacy Study (PIRLS) | International Assessments | +|2 | Trends in International Mathematics and Science Study (TIMSS) | International Assessments | +|3 | Latin American Laboratory for Assessment of the Quality of Education (LLECE) | Regional Assessments | +|3 | CONFEMEN Education Systems Analysis Program (PASEC) | Regional Assessments | +|3 | Southern and Eastern Africa Consortium for Monitoring Educational Quality (SEACMEQ) | Regional Assessments | +|4 | National Large Scale Learning Assessment (NLA) | National Learning Assessments || + +There are a few exceptions to the general rule above: + * For 3 countries, we use LLECE 2013, even though a recent PIRLS exist: Chile, Honduras and Colombia (CHL HND COL) + +Since our target population is children at the end of primary, we only consider proficiency assessments in Grades 3-6. Some assessments are administered to pupils in multiple grades in the same year, thus we use the following rank of grades according to our preferred choice: + * Grade 4 > Grade 5 > Grade 6 > Grade 3 + +### Enrollment Data Selection + +Enrollment is the share of children in a specific age group that is attending school, with the out-of-school indicator being its complement. For most countries, the out-of-school children indicator is built using Adjusted Net Enrollment Rate (ANER) data for primary school from Unesco Institute of Statistics (UIS). In a few cases, where those data are inconsistent with other evidence, household surveys are used to estimate the out-of-school indicator. + +#### General rules + +We construct an enrollment dataset from 1990 to 2018, relying on multiple enrollment definition. Our dataset is constructed from these sources: World Bank ([WB Open Data](https://data.worldbank.org/)), UIS ([UNESCO Institute of Statistics](http://data.uis.unesco.org/#)) and other sources suggested by regional or country teams. We follow this hierarchy of enrollment definitions: +1. Adjusted Net Enrollment Rate (ANER) +2. Total Net Enrollment Rate (TNER) +3. Net enrollment rate (NER) +4. Gross Enrollment Rate (GER): if the gross enrollment rate is higher than 100%, it is adjusted to be 100%. + +The _learning_poverty_ measure for each country pairing proficiency and enrollment data, using the year of the preferred assessment as the base. For that, we first fill missing enrollment values, we use a step function used and fill the data in with the value of the closest year. If there are data available for two years equally close to the year to fill, the older value is used. This procedure to extrapolate enrollment for missing values is required for us to pair the proficiency measure with enrollment measures from the same year, or its best proxy when enrollment is not available for the same year of the assessment. + +#### Country specific decision + +The regional focal points and country TTLs have validated the enrollment data and proposed alternative data/source for several countries. We have reviewed and justified using some of them. These validated enrollment data would take precedence over the data imported from WB or UIS. The list of them can be found in the link below. If the decision stated "use", the enrollment data for that country/year would be replaced. If the decision stated "accepted", the enrollment data are recognized but not replaced due to concerns about trends. [Validated enrollment data](https://github.com/worldbank/LearningPoverty/blob/master/01_data/011_rawdata/hosted_in_repo/enrollment_validated.md) + +### Population Data + +#### Population Source + +Our source of population is the official United Nations populations estimates and projections (2017 Revision), prepared by the Population Division of the Department of Economic and Social Affairs of the United Nations Secretariat. The 2017 Revision is the twenty-fifth round of global population estimates and projections produced by the Population Division since 1951. The detailed description of the methodology on the way that country estimates have been prepared, including the assumptions that were used to project fertility, mortality and international migration up to +the year 2100 can be found on the [website of the Population Division](www.unpopulation.org). + +This work uses the **10-14 age group** UN Population Division’s “medium fertility” scenario. The data can be also found at [HealthStats' Population Estimates and Projection database](https://databank.worldbank.org/data/source/health-nutrition-and-population-statistics:-population-estimates-and-projections). See also: [graphs](https://esa.un.org/unpd/wpp/Graphs/Probabilistic/) and [methodology](https://population.un.org/wpp/Publications/Files/WPP2017_Methodology.pdf). + +#### Population by Region and Income level + +The table below shows the target population, 10-14 years old, by region and country income level classification in 2015, our anchor year. + +|region | HIC | UMC | LMC | LIC | **Total**| +|---|---|---|---|---|---| +|EAS|10,448,241 | 87,689,307 | 49,371,244 | 1,885,239 | 149,394,032 | +|ECS|25,422,323 | 19,022,549 | 5,238,264 | 823,390 | 50,506,528 | +|LCN|2,240,453 | 47,456,826 | 3,444,678 | 1,178,250 | 54,320,208 | +|MEA|4,184,567 | 14,847,722 | 13,116,378 | 5,070,562 | 37,219,228 | +|NAC|22,578,317 | - | -| -| 22,578,316| +|SAS|- | 1,733,106 | 164,939,900 | 7,974,831 | 174,647,840 | +|SSF| 6,448 | 5,769,214 | 53,027,261 | 64,356,101 | 123,159,024 | +|**Total**|64,880,349|176,518,724 | 289,137,725 | 81,288,373 | 611,825,176 || + +*** + +## Global Aggregation + +### Countries Included + +In this product 217 countries are included, however, for some of them we can not calculate _learning poverty_, as we do not have data on either enrollment or proficiency. Those countries are still included in the final data sets for the sake of completeness, but they will have only missing values. [Full list of countries included in the dataset](https://github.com/worldbank/LearningPoverty/blob/master/01_data/011_rawdata/hosted_in_repo/country_metadata.csv). + +We then use this consolidated global data base on reading proficiency for two purposes: to estimate the current level of _learning poverty_ globally, and to estimate how _learning poverty_ rates have changed over time. + +### Reporting levels + +Estimating the current level of _learning poverty_ requires deciding how to define “current.” We have chosen to set the anchor year for the current estimates as 2015, and to include results of assessments within four years before or after that year (2011 to 2019). In other words, the global estimate given below is labelled as 2015 but represents a range of years. This decision is driven by data availability. The international and regional assessments in the database are carried out only every 3 to 4 years, and even where assessments have been carried out recently, there is a lag of a couple of years before the data are available. One exception is the Democratic Republic of Congo (COD), for which we are using 2010 PASEC assessment. + +The most recent year of the four global and regional assessments ranges from 2013 (TERCE) to 2016 (PIRLS). This might suggest creating a narrower window around 2015, but some countries that are not covered by those assessments have good data available only for 2011-12, and a handful of other countries have more recent data. Therefore, to broaden the population coverage while still ensuring that data are recent enough to be relevant, we use a band of plus or minus four years around 2015. Note that this band is intended as a moving window. For future rounds of estimates, we would use the same eight-year window around the new anchor year. PASEC, TIMSS, and ERCE (the LLECE round after TERCE) are all being implemented in 2019, and PIRLS will follow in 2021, providing a wealth of new data to draw on. New rounds of national assessments will be available for some of the countries that have not applied the international assessments. + +#### Regional aggregation +The Regional number is the population weighted aggregation for the countries from a specific region with assessment data following the reporting rule of a rolling window of 8 years around our anchor year. Regional numbers are only reported if at least 40% of the 10-14 population is covered by an actual learning assessment. + +#### Global aggregation +The Global number is the population weighted regional number weighted by the actual 10-14 population from each region. In this case, the implicit assumption is that the population from countries with no _learning poverty_, are assigned with their respective regional averages. This approach allows us to produce a global estimate based on data from **100 countries representing 81% of the target population**, or **62 low- and middle-income countries representing 80% of its population**. We report those two global aggregates separately to broadcast the fact that **most of the learning poor children are in the low- and middle-income countries**. + +### Estimating Growth + +A second empirical goal is to measure how _learning poverty_ has improved over the 2000-15 period, in order to simulate growth in the 2015-2030 period. Doing this is even more challenging than estimating levels, because of the lack of data and thresholds that are comparable over time. For any individual country, there may be multiple estimates of proficiency rates available for the past 15 years, but simply calculating growth using those estimates would be misleading. Often, those estimates are based on data from different assessments — PIRLS and PASEC, for example. Although the equating process described above aims to harmonize the proficiency levels across assessments to allow calculation of proficiency levels, this process is too imprecise to be used for growth estimates. Given that growth rates are typically much smaller than the levels (e.g., 1% annual growth rate on a baseline of 50%), the noise introduced by mixing assessments is likely to swamp the signal (the actual change in proficiency). + +### Calculation of Standard Errors + +We calculate standard errors that are reported in the tables of the technical paper in the following way. In short, we use a bootstrapping technique, which captures sampling error in the proportion of students minimally proficient at the country-year-assessment level. + +Using our student level assessment microdata, we form an indicator for whether each student is above the minimum proficiency level defined above and estimate the mean to produce the proportion proficient in each country, along with the standard error of that mean estimate for each country-year-assessment combination. Applying the Central Limit Theorem, which can be justified because the assessment databases typically contain several hundred student observations, our estimator of the proportion above minimum proficiency in each country follows an asymptotically Normal distribution. To produce standard errors for our final numbers, which are based on these country-year-assessment level proficiency numbers, we take 100 bootstrap random draws of our country-year-assessment level proficiency database, where each individual observation in our database is drawn from the Normal distribution with the mean of this distribution being our estimate of the proportion minimally proficient and the variance being the squared standard error of that estimated proportion. Then our final global and regional numbers are calculated in each of these 100 bootstrap simulated databases, and our standard error is the standard deviation of our estimate across those 100 bootstrap datasets. + +We assume that enrollment numbers, which also feed into our adjusted non-proficiency measure, are reported without error, as they are typically calculated using administrative records. We acknowledge that in some cases, even using administrative records can lead to inaccurate counts of students enrolled in schools. These types of misreporting errors are difficult to account for, and we are unable to incorporate this type of error into our standard error calculations. We acknowledge this as a limitation. + +#### Special Cases for Standard Error Calculations +In some cases, where we are using country-year observations based on national assessments, we do not have a standard error associated with this observation. When no standard error is available, we use a value of 0.5, which is approximately the median standard error across all country-year-assessment combinations used. diff --git a/00_documentation/002_repo_structure/0021_flowcharts/00211_data_mermaid.png b/00_documentation/002_repo_structure/0021_flowcharts/00211_data_mermaid.png new file mode 100644 index 0000000000000000000000000000000000000000..dddc32f4c7b41461311c44652c82447d13e7a9e9 GIT binary patch literal 73505 zcmce;cQ~8x`!}8r9aN{$R*epA(a?pOL8~@JQL);hHZ5WkrF5v#s$IKQBMBu&jI>lK zwMR&Vsy$+F5ziGJpYQMcd%k}?&+**H@jl*C?)$#Rd7bC$e4Vc|FYjn7u`-`zhCm>! zD$2KXAdo$92xQlpeS5&a?0LrX82oRCi;j{41k-eC9DLYqC9fe5f#ip?&>k>>&-))M z8@fOs9Q=&`cBtr_n}tBOGE{EK-}Nw^qU?X)xJ0j=YcAw_c=6~Fo5(byD>>(;HM+F5 z1>dT+ohj4lNoVUJ-FkIVF~|DyuSaOQj-y~C|LG%wM#A-?TMP828Fxv|0-l2A$u$p} zIR5_Zzwb!l-=873 zUZgO_zkTs3?1ujR8FJ)|^^U(EUL2NZ`TMinvwdJ`{#3U3tJY?!8OTKgq7G8W;veHMNUQ^^uv`fD&W6Q6`;l5Bgn&e%L!B4!ka8l0F zkI`-8DzvC+^f3wF+}N_KdBu)fniMC0ews*klUWGpz%(9$(b!hq=kbXyO>srO8zLOX zbSd%TTUiDP5^Y`%Vf^X~H_vbrw%{4!H}S<@D;MuYHs@wjD(| z*!YdL%qcnaXN~%KCQ25U*+rgmaGL5ao*H;gCYO6Q=#+B^5-a<>?25>l$gtFnmlj(j z4E#g3X+uy_I^B1TybpRPi+CIR#uU|JzK@gcb>QTpPM*)t&z$x>pG2r6yP1PYMz%!W zKc^x>$^zb!mhdA=Flu4shia7I1AevW$IYFpas<-K=*ed zT9m2+wf7NlFq3pG`F>LL<6!hkxDq+x#+-^c!F8Msbtg5KC8|x0+=83q)lG}IMeK(? z!X0Rp5H_Winz;1@eQ|cka-_hgOAN5|J~WEYzQ1w{KmRx<5qt4{$uu5iT+!tHBUWHK z-ZuXF_^t$5-*>3?(n-=eB`k8Lk2@ERE1;zFcJN#Ee2RKXEPFxDYdeg6j z&=VJDwo*(Gof*@Tll`yj+wk;13+n$q#ztPvd3mab^MLrLfT~DIgz(ZxSSD8|^NCyH zO`YgS$BqUheIc$K|SO}MV zM42MqO|2TA{^nyXbcDOuae0IItNIWpi9kn`3TbILkD@q~^*-KpZB~nVCAOqcY)3TZ zoM#g;?O-yF8-J&pW}+t0N@qJPY9Gs%GG@$v>y-3r?Uflb;$nzMB?5hS5&sf{t-s5; zAD#8YjW*bv{hIE*>(68?!Y{GH)6zrAxPBQbq7Trx1}a;G3(sqK_2U)~Q+{@ZIwGir z=CxRTtm$hMIqyM8qK~sSF-<{y98n-ED&PR)Pc^xhgSv=&TQ@bGtb=c2HtK*6jwF=r zDN8@P1-I{A)dfD|npfo~%ZBE@g7^xaDQ=|^H?$9IU8nRH#RiU<5y(-sKRz*8qqAarl zd^Z1hbv|reVG4hFf*?X=INbZKi9#SxsQf4QnVG&`GZS|zr3}_h(c4^)F;b`sz8`Xs z;C-H8gnpdk(9el?v~FNF;lw@KpTRYr!y24?3a6?)$rgJ0%y;gBok_FuJ?zhdiZZng z?%AGx0~fa$m*^iF^P;Z~HapT{log#FeBMlLp|D-MW5A-|A2I*98{LO&9>7MzG$X$4 zQhkY+ZXXI+T>raSpR_WWptcgJI|e#6qVN)J8orHISw#*BWlydbA}Qy1uV)ubo@^i( zV!39E`+2y^4KWG*pPA z9jczW=UO$FQOaS5eIL#3tzQW@3~Uop*SR+kW5egpo!sxNg!b@SE^m;@Jcpi)JBo`K zZ_99)?GI=&+cjzx^LpBB%WVm6;|c5Czv-T`)Txn(Ogx)9i6NQ|j$0?hcSOC{s?GJC z=uennd#C92ckLlP7X-D>#wzg%W8y@uFLyAr3ywrVAZ=$)KL}P-j4Jx5M+Tu3ToI)l zm#po6JN%(Cmc0;2+y%A0)i91!^p&ctS;zc8HUxnIPC-KM0>&I<_nAsOpBcfM{jYW*wWx(o!Wf_6zrJ!rRx)%PbX`WSOtkY@h@3)!Z^~q*k^>;7* zih_9dXYtzO8o224EpK=HhGL&iGQdX9^AvurHF>o)msei=a(%@fB#waS1HT6u(aBiZ zI@#B)|Bt}lGYRLReY!hh8I$6>c8hS9(3YL{^uye>aB+DTm z%<91~>Xs+JvYJBGfsj{%4tl7f1+WaIjmuPWg;gCE*r7#+YSjD)gm266zb{oP!=!#+ z3;=p3B^SPw!OBglJ;*IN##moI5ee6^2v#n!AMs)iw%Cg0c!T(IUL>t`&w=Cjy;r6+ z+;|wbU)?3o^1l42oCWcT?FK1)85lM5dCEJ&B&MvF)mO$=wzu4Kp?8SIL`l~cF|Z^7 z#XdV6!U1&-zxL?IW8yK!Bb>Ll1akQHgX+3BXVKu<9Gsk^Jfbtt5Bs5BwWce9_^qH2 zKyf2GI40)kW|4YJU8s{-!m@3nYV;)=^V%@PQaq+?S`xcwe5qXv)>Ff2W*@}DxeOKq z%){zP;n2fl=cTP!xw>3+t%VNaKFv0ei$ZaY3CPF8UQ^`a5Nb~Wx$${X{p@6>rmtv; zqYq8J`29pM>!cGeQkobqjy={JGl4kZ)iIy!hwsL_mM&!L^9*dLhZQaLy4-Y_`?WUh zfrC2SoV50iC;IuM4v))dB70hfYY2P%Ot7XaUZN`Gg>WU^G0~)}mgVH|XakegIoq~{ zjwUV$WXL2z+^NWUxW318G;wr9NblnikGKPAh^HU9YzN!^)JcY`meW6D z{XK(C`fm1}@4p5OO2+GjCVPNg^|B&^SO;sh+=nZ?SPQL^xnnV0bS`nnJY7uzYFGRE zlP5Fyyn!Frnw`lxW`sA5?@K$pR(Ke@@nq6xsgqf1{6m^!q7WwAP9wf>A8kkFk4_bZ zDx!YryaWfgNt=*LAAOTRzL0#W(7-g#u|2b~xTnBsH(fc&K5$Q{b8Xt@*gaRC&2P}uYop!PaJ}B+Q83~8R&6+g|htPkgU)1N7<4Q7bQ( z@8o>*=KzFt;vUXX`zpxOWiyooCe|G7`C(F& z@7BmTk_x}bWM<#`jPcRIfH!9p-zuC!XU(2jyeGS1pU-l+2}X!Fx;>h+z{={blRl|k>f9#! zy>4#&hHXd5j|8=ZrkkU{teB(0PIxx!Waa%t7xyvy5V8lV4wjdQs)|y?n6ww zEgv*?MNF(qCZ?cCvf-nF)_PbL#G><~o*NZM#CtLwA!WgRpFNi(W%lb_;3v6{Nn{6U z;cPntPAkJ*Pkj$MEvUOG2i?1=sOXm>VSebDdxcz9pY|ld37;u4a4I;~1 zroX^(_^xOXvk`@az`cj?`hq$8scz~UJ)ihZzrrgn(4yj!iAl$Gy5vMy+u`aMBsaLO7Z)2 z4IaQ{MJGNs^y>p(X+KaEWU4WdmYz;wQ+*mvfZ|%_n#~5@RB(BykmU-v8$2&Z*M}?*&cn!BImuf?fjTHnIz^4GC#+{H&9v&p+YUFe5BLKfp#Ar^{L=_!)bRE$4V?>! zHdZ$A0S^mB{%V(-Kk0spavu#}3SxP9%f#U&JSv;%2UxcN$_un%0SR|d1?xoEtjFo7 zs8LA>6Sadu2gj*mmnsS!5|b5J&Bk2z%QVfV*z|k~rz{;KNael5bF;AKx}uk<8{WL* zsguFeO4uL_I6-yE9Y@WVCOV7UsBrPE9;@UG)P^9_)rqUQ;OKstF85)+-{-gCuwvXG z;Cg4p&<59W2Xch86vJcH7(bl!To-jB=xD0RTZf)cHRyETU^n08?-!D3&>K1|N0FbA z+C(#E810H-VJKpS4@ z%+rX1i>I#ZzdmoaD$TIqQ$k>E#=ah7F)ViU?Oi?NC$4u=*_7gDbH@$WcZbtZ(4aeY z$8aS6q|o?;*AkxC358!5Y1BU{>tJA>>N@tg0O!EPbxK`Uf)tKt)18gzp#93nipziQu$C*8~2Aj|JHY|C(T=gYxv(5D-v>TP=Xv%igMm01{d$4Y`w#1HzxzBQ(fH5QZ3HR<#B-(8!RB@*T zuYC4SI{oBHW3GH)s($vJE7;vOFOig7+L|SrCZSmIw!C4+O(;XS;?83q+Q|70izT6= zt$pG`ZIgs8%8AvPm->Zc<0?!Le`Bl9{yW@ypU}<=z(DdDsPX)Sg;2~+rKjlh;DhJ-BER`tIb~CINbiMje_v&Q%(e4=Zcz*9n}k~c_H_)v!nEz)U+3$4r9 z5Cl>C?vnd;0Rawkg-|!oYFMsM)Kuw-DBg4De&l6mx9Q_-rNHnb$oBnB_w3h9QWb)7 z@8;1mNodrp917PoQ0`|@XD)w`^}ry*%my)6^$m5 zA90#`B!!;pA^-l%u&m$N?R;FCVt8>dt2uBGBK8~0W)*->j$r?r0L`Zcv)Yx`szmm= zhlA1E9sWbc4&96rOmu9F?<}xsAMs*LOz7XQbQ|MM26@boo4Z!_0T9dkhmMt#)hifL zbgNRT~j5YJab`NeX)v%}5;1 z{N;St-otUZh6{m!&y(EVVU9nPvA++-u)xc0B8T6h?ZZm>Q7{?9f0HRa%CG5$hI0th zdi~ZcV+;U=&cN7=QxB2b(Nbt5vr=~tu*w#~f1kE9MKy{Uqt{^M)L8WO>n$wXwtx7| zPW$hya_R&)o#J}!;%7zmCnr!+`MZoM=ZDUOO zW)BIO@z)E|Z8-(u3x10}lqS26qUheky-`{9Pu=cp<4>aYCT+dY6jEiWZ-Nqj0c@m;d) zJ2n4jMGc`9@*%Dh*Sov0{cNjc$a2OEuLfL!M`UUw6p_w`OWXObzs_e7&iG^PATE$S~l3pQj!cNGy1l-klzgmg2@2RQW zqAPhXwjNymaZQHWriSvw-QY-+#LXpb4zCV|7uaFZ)Zdkah$TRgnvW(KeWx%Ih7(FH z0TxiR%6bycyCVrnXDu6!{)S;!YltR#;_427Sm#PO$&8rD$;bs)9?8k)ogfYrOAho%$i! zZqh3b=&vMVu4ih+GU>2g`}wXu5A$f8b!(06`k1Z(NJJTFj82Ply+CWB?G6av&fU;` z@e&K>M2&86h94f1>G+0wsEuN=NW5yPTAHW0c&}(GrwdKy7JGQh33X@SI#`Dzjz4K= zBli+Z#?v5m%&n~#%JLLfcKdB2iWx_vdbZx_2goj$&(t`)Y|CAy)rlP zdjPkU^G8H=h#HZL8qr=$3*|=(P#FBzByUVOV%n!{a}>5;7y@#XOoQ$7EjO}IRtz%4 zXm1b?#&5Rhd=BLjr#P0Ov#7mm3E=S&tf#uaf7D0+>O52CI^Ndh?N%r?UD9_u)T;yJ zzk*ycUY{tw?z|hnLYyjoS97jvMG3O!+O*sC9@;!E&IVTZthGQ&wD4w|V+HOxczokD ze)2Y#%=#6(whtJCklvy41;H|idOOJUZMdZl<~^u3#oc^PpN-yL06v#hG(1x)eB04F z?1nPEUN`jp^)e>cj+m9J5cEmR%^oQ(R+p0%y%;U$m|?~a-tZac>^W1h<~A65sOLGa z@FLg>aNTgj*_v43?96_otO65&$gAy`Z<1P=`o<+y)^#adx~(tx5VG60tGo`SXnLn` zOvSO611BfB(pxWf|1(QhdhNBMCxcpjz(axS6c^66Cx6hu=+h7j!_$5UPRW4Wt62B; z{`pj1%yrDej#P*NLuqlWEPZ1TQm#z6d{Smzd$J3ihz1Ut;;L)lJsjm;{(H^N5VN(p zrB-@X#h(1~1{E@hGON6rZ06HRQ;z|Svca&vBIMQ%F4^)JnfW>y{Tv-nr~N|+2h#O| zxxu}L3nNPopb&yaOqwo_XKl^>p6!d*a2!Z~PZ||FMlz1AjzY^@t<8=8tuSDy zlndN^8wjb%YipxsxmwAs%d^$hRN6xGC!!g$9uysd5?ytUfB_m1O}&FO;y(~KZij@M z*%HnAzd!o1S_fP+xcD~H(zVfNyks=X0c1EPI? z!nW3$rYkp|crW+71U!z0!>_Mdy;#jVkM+>-n%l2EzVi4M1_H!P38kdXc`?QWQN{}D z3Bubmi6zt3VW%X1MS*zmcsJCuJM|_K|9CjbdmVoF?z@WBhp@>m>Omph%y-4Rneow3 zY=MAoQW2L^c~>a0{gWl9QQ?>ib~_sScdVh|ecn!$jPr$5YI&>Fn25S^gQu{#KgnFi ztJm__`2$6>|(8bUwNa~vN~Sdug9`;idwAH?NBT_XZ!S>iJvE{_fqGV<SBKuYQ95et;j(N%sh%=Y5Npg-agNs%;JDbl1aFPsW>YyQp9N!Dx+p<`*g8%W13_6 z8&~yIz0lT!>gR+Jd=jJZX!^UztYp`b9hT_r$PY?ZGK^#J3?zcPqD8hOZ^U{6f7IQP zQ%z0YD(^)xUBxgCtNlF@&aTa6GEdn;Q?30_oyy+_>7t^egpT!w!*)PEx9)>G=L0GV z%X(t|6L80TQfotL;ABKDx7>8d1yzi4et+}!ya7E>6h3a(o*7p$_w9LC;rQlqt5UKD zjo>!4;Kzyog_LHX(sL=AJZzg z0I{ZUrO&$w9QITL;N4k7q-(#0^I8BX+NYnp+V#+!H;(}@e%n5q>oye3`s39018QKt zP0gtXUA&wJJb!oHn+k`Pl;^qjJ-QWeKJP-?&N{?}Of$jI6W3};MZRAvY0kLcn|U$& zT`4Wii2E~oytYp6$P+!q<0tNv>nEVHQ=+;L65#lhYLn{Nv5eSmc@Fl9$H#~yN zHY?ebl&Q(>cu4v&N>NeKQw<_9SuZ4#Ki;kcuMI0M$sEv#cXb`yv+Z=5GvT<8MpP0f z`RmIW2GsXY;eTGfxqQmK-D{w#nVMfKNeU5JE^ui^4|VP=ReOF=yfj)L6rrs)H(*XC zWwMqDVh&5cT^iF%IF7d1?zS;ifMozhW-*YzEH{czf?RQ(l=lD&k35fXSf0x70_8}s zsotRa*B8pY`1M$#!_veI+Ok1-xn5}Iw}tozq-m$4DB+4WogkGt3Z8V`dFb4>SvDv2 zQ%gsAiv2cu^1z|=#L4xwl+1OCSv57dO`520()taDTvA%Y9L7*~#}%)b{BR2IQ7^3&X{W zpGJnfx+HNhJd=qQ{>qUv~8ywV@4oYVwhM+aCLPhAye7` z>^VD7S0x)B}iMB2g6~E#0gw{GJrL51o7Jb z*oDd&fYa{G0^EF>>6Au-7(&-s{`tsrRxY=@Yk=(!nCwLmO^{`4TO>Oy)8vx0NNefE zmb!+g;h0j>v)fOL_y8b@{lbXDa*vf6qd3NPX*bmHR%#UrTWJdjeOyV&4dBh*RM6%d z+{Ri?8()f(dDL`&gzWQ!n-5@Hv=G1)?Acgs-|C*~386NM!+>k|Xy0>)$4j^ zG2sIk?xMXs9(*O5fW!(Mc%cxBtz55X5`$~DgL1@FJ#F^91StmoZ53*Jed||<2(w_5SdMdt zhutK%OTvl$Sp;sX!Nwuhq(_bM?7h#;W|9+-#__Jw;D|a80~JGIlhjPPdAd@#8-iY` zfPH!%$y?e<-`qQum0Uy?@6Rm&erca^RycKu2;29bXu)-3mT3}5S?q|@+ID?3`LbnF z86eg+sLN#D{O3F;A8xM8Se?DC&isDCTi8`ax%>WTGBUc@lChz3@)^KMtsqhV&YjZT zhyE+lH-G(#Hw@f!6MZN3q3M2~y@z<5(r;JTSiOG|Y~oHqVARDYJ3oH#-B|v@rzk#z zh%|km;EdLAJ!>YfI@*+Iawnp9-DR{1vBYeua}=K}B6z|>W|54 zT9YTC*iE54TMB-uzo`|L)Rv*PcV!LKj!H-IeUfG}1|dl;zLO`P@hCZCL!UXBxrU`; z?QU=fVn$QsH>pzvT8pX$eGD=HWXhC6Z}&Fy)diEXkG8+|j|ex@ajpKCmrK20gBDD4n99xI8k&0|ti?O2N4`SkT2wG+6! zx#XFCLO-T-7Cj$~M~c9JwKe%M__x z?HXy`>Hzsb@!Vh*`C7AjUSEY0BZj$~J=|JrF6-?8_^WI*sS>!_%UoB7EWPJya+a6L zE<1@oxi~*vlq;S36q2ilx(#^3ViHKg?HCaATPT-xduC{%=K?U9Bgn=+U-v?d*x6^S zy!5=KahGJoL!2wX9)mEw&+nKCLiF7Vrp+`1E7*p z?(>1dFn$O2{#hvVo<6ThD9Wf9V;B17B-7dNL5B?$Hx`1DwX6-S(xUllz3f|CTOFA* zF4xXvs!=?0^g=O=(!nE8)+qo5o^G(80DfT$(-cEUfU%@>i!kCnAZu^GK+BTg67Z+h}5Vsc;#l5|0LF zLB_2CNqje8P6!V_S_ogy{^6Ffm z{rcjYr!H~#LpTYJGlVVU`xRfFE_pM6`~mx!qR(y#OhslyO!@rV&z{K+!}U>5$lDQ} zPYO_$t(zv2PkwC(xEZoS0 z4lU#wXx7|mV&K;5x4C1j;hn%BoSbbZOwg=N|J2c>jh3N39X)&G!4;C zNEEu#6nAZm!bFPIgiAj+NumO{xR@A6#J^V+4L`^u4b0`z90>n)Tl?UjUhLeEO@EX58?JT?fZTP_=Xbu?x3W6cYK z7I%141D1vRx~zolgS5frW{n3*x7WRx6nYTU}YdwT)BUQpr2)x$b1bjm;{iL|#6z0u&gjVJn;DEj&D55rPx?;{2 zPLsqLKk+V=$u5muO9p$x#(AHbe|*S5z^~Z8S8}LqI{=FefN{ygF~of|8CntpztK6P zvbBrP9{#Tylb=!^vmWGv3p4%F1|bI#AsKT@Y;XBC!=!{;>)%QIY}}!wrX2eKsAB&| z*tL-@s@7j=-g_?4oG{SpLf{yU4PkW|4RU8sKxl% z{2>b?kpFpA&9|;%oeb4(?-?jV4O9pF%P2==FxU-{`FmdIbDO3$f{4I}13VA;{#z%plWa(km~0b6j3JW$z0F}8cuI__C&Jx)JAe+dnkV=tT-S5EwywdeS#U$bSxUZDYDw072c^>-vOy_5C+*Dsh zxIPr(FCF^#CJ9hUm~dMg7PX(~=-D2`e{Oiar)F!qjP>7ijsA_m{NHr1m{)GE-@hF` z1$G#akH}?;`|tU3|C_J&-}!nkp8-6Ae>osux6c(sLQrzug7|T`QGC$8Hf*~-G{5Js zJq?v~cY94=k@bsXST*+F&WHW8YON$2B;B){VHhj_)*S<~B*JFV^X>Tt{e4rZ0vg^4 zJ)aq@kt|DOY}9|bAypsR?^o6*yJnHWnA7y_zcyi<{$vmZU}JM(+%*_OmQ+Xiw-hK~ zNVK(Nl6$|yw%Jzv=Qm%0MFY6e-CL?w0Zxds$iEp0f(+EC;1RL=oj}3gf|&D#f4`P& zOdz_4&&@UTf^@5t{of8I0!9u0bS_IXv;ejxz3sF%{v99#U}uR^$bwamZy>`TGX1yg zQH;#*$`w)jZ?D4{C)GJQ`zvI|Gx%$bXu%%VV0fxR4ftm{um4sNJo5YyZ(ga3)8YtZ zh$Bi+v|yrB%F_knObTFf01KGTF5(w#@YcOCuHftXGPgMc%ovz@z67j^+%%)*pyxGM z^RUo>XbBg`ylPB4V4pqn;gJVIvma8w%o%`{eGcr`>gSRQAad_ zCH&dFDz9cgbq~8+PSc1Wo0P&-XE|@wa@Df_5|`)%B0+l1rtD{cAj8Bk9`67?u$DK(Y?z?UGAqH}K4Yn3({uN@8xGh5{ds@L;Gg#JkH?soc~10J%M5%q-*JIBFnhGf^E);$HI?f{I1hyrqS zV+z=!ILIz7nBkRMnX!p(kF>G7FP2os7FSCikZ4K>3};MV!*u_4tPb28jswhOSNR&u zq$kD<)6^*+(u4rjL&}01)p3<9VYlH#kRfxsyg3sTXz3U0+NwB;cM&rDRDx6dW0Nu0MM|oBFQjf#P4$QbJ<6^tslg(8(Mlyo+V;qs5ZqCDDcsGsOhfK1*%&uH*q_> zNl*I&W}L5I8}&L~)XA+q(Oq^#fwfg*y}NsF00NY@+@M-jlZ)A&Onc*3s=4;}2Rn8= zZ>QtkeCwm38*PB?Ly^M>rekx@bW0~T9qeS1!@h_dlHo}vV31RiB8mN=K6;SHX>2W6 zCvN9k4(Q2}Jo!ikj;Nd_SgqgYw0n5!bY+?1<%=Kh47h@>0q^^XuwEZq+8_(;0zrBa zKOvcII(p;rPnK!CsW+AK#V*Hkle!v-q`E@!uAYJ(jW>(2l0haeqrx~zgrnBnIyflL z84UK|Hv`Zd<3eqQ9r``b?PEG5HL+}4^J?7Dw)GdBOO~eRzRTq4=UhV({QTO286x#F zCa*pMehFQdZQ!qqZ$Smw%kM53S>}QrYdipDh)ZiyOfRauCEeS zn#JD*yz$+j+hwS3;xG!w`ZHqmS&Hmc8l#~wvSo}(>?5^f6&$u#bc^h5++`(;sAQys z;62qaWEdWU=Qwsj_C#+C9=d=H=dt<`i@bX;^3;~7wh%XW_0KOR)}1>crN*ExLIr$5 zK8QMuC?UbHZU|%zPQl}hU*tKEMNCzWQc?^q{zTo)d0!?mQ|zN0Ruv0Cz%>sSv+&~H zwr&}ieh4ShkzMc|kb5<`Eimt3)Vz#}>@%VS^{PNC!)WyPi#YW;qnwM~-Jl!EAhKw& zNV8Q`ck-x;R*Zue)Q>i21#}Qe2{1g925CbrWQ#OG+5wr50f4cr`SnV_mdyLT5I(8x z7|++QtDJ8~<>P`JhO`y(W=Q8T2FC_2Yi2$OF z?cOSX9}!7>$s~u`>5u?+LYW}q1iR`3HCq#VmD})V7I&>F z_D3ILs@?%MbWim~ZSniIJ0jm;3Ol@%uitwDcbnh3pn61G9c2?&{8fXFqq-GEvp zo3xHJnJ|P45e3^3CIUO2NluZ0H(XW`5^-iH?1@iN8bAvV9QN)fy`{5&vVxtr997XYQF<|7%T-E&75Mz%cz3&n&B}KRsn#4sVM?kLu zvoT7kH-FstdWjFbHj|hJIt@(xf0-#!n|U9b?RW`i%fT?pppKMyjB%j@H)=V<3--D# zWh)h{R^~=5v%HBdm?)&QM5{|Gg$AWhezeQAV};ahvK5ZWB+1Y1fRxJLP4hd*`Sc%G zoE>Yh(-6cZMttbB)#(!2!JK(k=_qwmn=7~a@OXz(c2IrHnJ*em~bE38APDtG)2B?6|hlFeS83U&L6U#QN z@K?{0r&aG=CVnvEwsI@B0wh8XfRT>(Y3_Y-R)A&CVg&T%->51g%jSL5%VWtO$d@4( z{Q*-y*~QH$%@17+h~9Z#)-My#JnzM0o;*LuU6^`vqlEe!-3@(Ulr7ZN5gW7BK@9KF z1H6X-seEnkD!4$Ng}yyTGwaFul0B>pSrJyG98LKAB8n8?Tx=~Gq96agQ3f< zzne8VPc7cce^C9+(~g#iQS|WG<~JboVmRA48Si}lb3P32KEfB&rS75hsh4E^f)c!z zPL5Tv1|4B$bCzc>|SSoqtSiT}4nb>TpslKh`Jg_*@2nH`!{r*M2WbxP1a!L`s#kifLO}UU8-uwW+Fvw*H_Hq$>PQBHCO%48LD@ zU*t*daD_`uiZP~MrHl$5xaI@L#v%a~?zP-yCD0#LJ587QH{Y*SOaPW$<% zDm7-EbFFxNXAA&|4jd330~v3b`^>y;duH_MRH*u*beU1eSTBOAlOBDY+4qx|J?M1> zSHv~YVc-PNa;6>&gpUl`70%d39g%$DZ9RDiG*Iy8u+o!`I=BqgeZeTc!Y}I>SY##Y zH=#6=0XK7s{l{2oJ?P+j2PDqCI9Q^)HDA;zq%nsE^E&_>dYDv!SYCq|du97gd@GEU zhwJ#(=E^7;Bw6E(oOTJ=!V$!Y%&rp?!cze(AIV*47zyZaj47a!1!On`=ivdi*k=ci zVukTE$FJ8LlVqxmuD;~``E0LLL$vSIH^2Qj5SZMJziY?bx8 z^VKwcj`;KH#|QV=8lq-0pXGH-_KQgMwNXDtFooW%$}#;Ciaf=v za6Q6Tzm;m`%}KigzOY1)Pf5JBo(U)2=MIh-4gUYKN_=Mz^2*+K8R@;B zpKlIQJPC)*bq}e>KlAjkecy$4M6~~>U+h}>+kl&=8H|(t;+PWkBWm@@c`&Xgd)az4 z<+Zn6jQZ-(bFJ<1L*BIf_C*YxUWCa$cm%bB*=l~sP$@LwmzH4<^>>H+#p8eoAcJxk zqae%3Fh2p+$3dO!!zy_xDGz_ds&NX@!;a`5av{#Nr#t>?ns-ps=VC3t8r2$0h<>VbOu_0ZyW>QsT?&i1tBcu}FM!B*v;4>f^TSun*N@##x%06@0Hcn$W+jYE zlqyzY+nEib6p+Sz>j7juMK@Ia+32|Yg|2&$r$p`hg_isI+J7X@0AirsW#(|jk7 z7lr~(0PnEM=wo3$dA+`~Gy6$g#X^$>_B?_SW|vV*G#4N`PXHuz6{8X6fC~tE_dz+R z81w^!hM5npNu(w<5mtBd(xj#o`n}0xdBlq3;v}(?R6KJ^`XG9Auj%&6^Ud5@d9bxP z^W}5@Y6F8vxw;pKO>}Z}*jKV=`A!emmCaU#0PPm4^eWT-;RXZO;en1sB7e-+Q|xlL z6gIHN6643)ZpwfCsApCZp->BSvL?gzcP}s-u(c=$F-I9+jBGWRW`xgQA$E8d;+5%s zLUWKX@W&0kr5hVs;Vlc&9ZOhWts+lk~%EKI#FoHcZ z;&g@TyBCa-r>DzE66%tWeb1-wL1Ixt$%6`KxSzMo2JOePg0>pFLMet&aTDK?h5V>hJE?5#J}sy_KxL?`1MpWpU*ng1Kcs}3La za(Pp{CRac5ol)}Y^~#s4;?ttbwNpLUKz1&RvCI7v1$s4*ouK!yKls3j!Dv=A3+qwP z6m@;p@r`axE+&9)T@W^2F`6WNK5R)=LmaZH-Atqiw$el7b6JnL(@Jg>s0oT30QKG=% zR?d4t`)q4csm7pdrB{}H`Qne3%Im8YX34#LvmXuAxVCQ4B8Kk?Y)y9Lpvf4X%?L$T zU$(sL4eX*TS7zRM+yWaxlY!WUE!w;o4Kc(%EQ`sumKZW5b23YD5ZA)6NJHz^x8K7u z6xF;0cJFg&)j1qgL{~v0)X$yqHFx}w_j z;l7C*N0|n^Iic{Yd!cY=aoQL^imeO8Jx`Zi7fOlss-tsDHh zM+JOt^>hfHU(L}w{;l21W2%$u4cWL?@UhjwFOapDbVwI(Aw&5S9)Bnc<|DeMKx}1$ zbE+cwkef@yzEjRp6_{On4m_4uGEGIA3v6!eir5&J>S{^#ZKIj)`JmV@PMhIheVL2atnUS>3rv0?Kxz$z_@j|bQO_{TgzmTFPLiDbaUIu z6{b2n*MbK_b#JDFpMg1~k8CC!Uf*RX&VM_chdSa5gg#$j@mZRQwm@|vBY3BEozw+H zG=ot?e&8z$T$;7ehF1gOPZuXTg~;#%i2qm_FZ#tBQ)W3+-z7aRDYx7W$F^+kv)*gN zF_e|#t?q2TPCeke4H7sz(PjkM63tb2z8nK=Qe*6u>Q15VpHd3n#!fQC8p0(%cVc(f zaWS+DpjH9uIfPv^TvCiSmoqnk;P1?4wT^sE?3GAni{b}<%8`chFW_H$-N+Q+@@VQU36C%)W0h!kE>ayZ{NH~ab0mLpS)dOG|$S0M^Fa0( zeP#gd)oDu{ExtH6Nz?y2FdWYSMF^JjB+LZveRjE1zwmUe$Uv15^f?A3;~pCzkSK+2 zjutB)bZ9;0#X~Rg^eZg_-r;88lHkoRX}ta&V0Vr`8~a8F-DD>2dh7Nk6<&y+{on5x zjJB`DZ0one@X@b7gftGFTam~ayo1vAJwIMx+VEnF`>UC3MzfKIjW1orc|$X#i|FOG zxH1S^xq#%A3O=CH~Os2 z7T2nJ8c6kic7xiB+>R78w`gG#62(4Zwq+>V$T9y~vvhlcT9V_#u}8tM<)ETeu6-ve z3{zo+OG>4Fq90YrEsbuQ+L$W}uI~kjB5FurZ9jQw>ls5pI6C3?W}+CQ-I5NQ)+++> z>t`bbe8q*@V_p*IMXnqV(-UW{s-3x4@FnV-v|S>4SW0$1s9q-n zQiF2!Pt*GG1HNn>#x9Krj3znm@&om}gG_;yFzZW)lD{pqoMYBm^gRz{wtK}c#6ii*})~ljOO#cW^=G&+RRnI!*5za zDs)_L1nIti^R;GZr3gC|-hoEVhzj_c-Jlk>=lZP87XiuGmiannd9IdsFU$(Ty>tR& zm*UdC!kid`eEq+ed-HIp`!?=hixyqdB8n_6iiA>9geZh$D>4j9WZ%cWRFWi1gd#g3 z`!bfXt1QXBjBQM1H}-8XjOYC7s{6j4=f0ocbNv2zj%WV3j;^B)X1??Nem>{teZJqX z^O{cVmRX^5Wnd$=8)ZOR^shiad%X2*o~d6u#3)z$_pTo@KDkg+wAC97UCvy?)LQ)D z&MRQ?Pv^zc@1y^g5%Y=R$i+;Xjo}yh@qyQbHRIyqo(gZPGLFDW2DU0LH&32XZuUF6 zaqp1bGB}aebQ=wy`Kyd1NATm$t3chYM>@VC^ZaY@!Btbj%`usqMlr9MB8x4k&!UPm zuwU0qlR4{%AD*T{+RQ01^yM$sH4U*Qx0`#XkosVEC#Yd4`8aBT}y&qppHlOM6l9}Mb4b>s%^<~d8G zeFPT5QiA#i6d1f{jA^&jjS-3+vP9`IKCk;DuKbYlc*5F`yE)IZyZqExVg%=S{`H!4 zeq4K^tc<_d8m4t#pI(qrFHuJL#hS%kyYxf;iA&)Ic21naC`eJjRU<~!YqPX9CVf94 zf_o#JM8?zg=a#qGpu`WjJLrW&;_D%V)H=lUoS(5n&re!a?DjQPiq8J88!a!k?p
b{(wvnRH`GUmhGh>HV*>0#(%3_*jYvT5e zKw<=wZoi;e<}`1JKU2%#|F|Rrn)?=Ulygv-LEHTC)@x6^a8Ks6o{y@atrJJ8pKXwo zFs9aN!aZDA-Kgi@$HvU9gV|FE`{aBYHOeg(i`$zMrbLb#cN}C9d{)jBt_0vBIR~_235eW!{*e9D&5m!8k*`Y`5k`ma6)b8y~)`e{BRc)b$}#f?8oYm2TB}o+qSUg z!0Tu;D6^Ccba+~9Ufb0{>YZ{2uQMKX3+-iaXY@SBRmXE312-z;IryHrN3BK&jIFpf zedF-EDI*aL3-SiKDtdu%CaCEGR;0xtx7mCJ{lxGFipad6{p9PySR2|Q*5Kv+QPj{xGN?+%$~I$@Sh?QvecRC@~W6+i)ux5*5Le z#YYKt+bX7|>XUTkOz5Vi6olE^F=51Xe0J^4u)E@X5Hixh&6BUcjudsk@xk9%#x&V$c@b;Z!BZuye`zmGi7iz~OV(BUkdNpyWhRbd=9f;gwV`7<8i!stl3TCT1UGqR5f$}9>v~U zD#}x_n_dnaL*|sF_4N%5h9NWv#M7L+sby9*r+dPd30_-Pf4smgwFX>!NL^bQTXj{M zls&-`pct(fq#dSLw|k@UI074C*C_14n(i#0US1nHvcA?v-V&KxoiY!>7q0H6&OD=t z6gS;wvVa={Wt~hUh)WawV2chL7n;)|trAbHP20svdDtB{#yZpHgjXB4IPxKVgByr< zg^mU`Lw=q$i>!qji_Kj5xdpf_F|kv8Yg0UVkvFMt$z!LymwVOr>|dYF&~G_E)^#Ui zig#g8{mmVB@4mSBsPX-G@r9b=a^kDzGE98M^!NZ+r}LtL2a>87xuXkzWqBk{w|N}X zYzHuooyBX-0?Iq-Sq8tlfw_7wd$C1^QH*no9}8h$%dC-`U+~YiRl0{4o69V^MqStO zTKZK+(YSnEN~{6qmb=@iA4l|3N(AReJk^fvc+vA%#`aMm`ci)Pu6TWuzQSx#0Y$pR zih!ZE?Q^27-c9aCio1aCi zcIrV#+dEquc4B`1pMsNM0lS*_P$#&9;WSiVusl;MRYn_H!%@ z;@mbA&!-}8hM=M~3He?)@{0`{u()DCQlG-ViS-!e;4SZcxn|`zmxJ`zB7cy~s-CuQ zEK7HS&u#!54)6Mp=6F8cLpa;)=auJfz$!1yYS$)N&hB?oPwD`ABMf375uR%^pBVZt z404@5s@v7m;n9IwT;;u^==0Qn_rdCim*3WYoYr5i#~pGp>wnKMnY3-bBxr4{;t8>j zT>jt-l_mJ>g|V9LaSnd7Ek0rnmH}0X|{O_$<3s0fBylY0%c(%lS2_l{nq1{B#Q`e@!maPHmfZhswd`b ztUbyk*fuHJ6Wt0N6K^&kjmb1kj@~ysP4|jy3`*cc)C!-qE=RQ?CM80mC1*vwI!Lz{>neGR{hwtr6|@XOr_}Tdn_CZr0()A@Oz6 zv@44WJOez~2Z`I4TDliQ_^5(nE_-h+29TR==K|EK$P#8{Cg)Lj-_c}_ziV-Ug= zBV0>xe{ll3g<3;jM-o_axZgHEPU{7oQcqTN>fcdQyC~N`DVO2 zAbP4(Z3cWUfhu(Os$V&M({YToJoga#Nx6Au-4%dSFc-C7GeL57zRa03CV@xkUzS@C zK2#7Xn}$E+PWK%>Rc403nn0+np=D3;Vx=~CsH8G`F@@>s)HG-SpUZ3i_<`eZ@-^bC zi4RVnf zkvPIo@kZsT>TW+8i4vzKbqzi$rQ9Y-%j2_ch7wGR9yRf+>1TqdTjYdhXh_u_Nit1m zx)QffAy(b!9P;Vdfy;VY4-5!b+!|l8uP5J4w!&eisd=S~oo1Oke*9{OI8v*3(j)-% zgFmj!2(yi-5qHCGM#jTXSy&SRvjwB7xU*(>29=e6@@nP3hx|#OmpC}!bJr1r`C!E_$ zJp9C|ju}FhIwQ#>XnzE%eDQ6g7l5|^dyG0Qf>;nTRd0fzIp56ta(y+}P3prkf0ueU z*^u|Tg}no#u0B)4r=p=TZlRzbo*=^~-QId5{UYPlgbwq!O7*XxtAP2Gm~F7ebSgIX zwsQ*R)zV~}ZHSx+W^9Oo`Z4spJF^}OUdE1noaNR)0ryQ6ydEfv3_708{KPe%O7dnO zq)4+RPTH*E@y^L87mFO>{^e$9%QG#zIA?0?(FF^c7GyWJd63%N4%2WV-TVDm_T7^~ zXD)c{U;|GRu#H=($L}I~=;B*cGQ6>Sm$Bz&i+kv%I~4*rTxarKq7KlqjLUojwLbQR z|8)ZswqVsrj%O$F2B^XrJ+Qq5fRk9Q&o;f-sO2hi8TXBrnSNE~Ds9QVpQM@LIeE$N``B6iSw0H+FAL{X|L!&#sp9saScF`@TezM2*b9 z8@={TVrXrn_{EF;evQ{Lo0^f=4U|&476AP?(&q7-*PBzIkh<#8Gul!Lep1gT~?|CJg5PhB#G_uwSO@}*|_DTC6WH;7xsNz>M$oyGnn^}^rsUvwy=+)-svIfJHQBN^+K3vv_r2w8PCUWkqy54Hz5ML z)zIqvJ`F-IBab%hqbn)^sNI{)AwE<+mFqv`2o@8euAep2hPTkgn^z}L7btQ4QEp53 zi{UDD?-3|5zW%&qqT?FD8|sQpOY}u>&S=sdYv&5v@lpe?D~=uB#j(9VS}Lrb@3@!_ zX8%&Xfap`ScS>>YjOpgjyymV9xNuT0SzOq@-etO>0Lg3nvz0qzX~TAW##b!UAx>9h z1DJ8x&UfV|!Fs5Zzlf1L;gHPWBNp$WSZ`;JL*JSWHhb5c5)dnkF#BF{d#OXibfS#1 zqla17mDItg4N(O5b;G}-2*^*`Y$wrJgq*aXqgJTB+CGkOC-t8}KQnMQ~@_+TxGHTh;M z-Kl){zzPL0ZX`X8^aZJZ%lrQrw;XskAMAs&*B zVM~^My4wa)@77m(dLtFu@2eBI<#d$eQ?WHG7a&;lnzzI?O*V>hU_qE}No^p)X9i~~ zzZozF{)8v~g7B#`>(xSEXlv9%`*c7mZ0(N*aV`0O--XN3*{yu;zqYr4bpH>x1(d5z z65mcS+|H|KnJpC*5Y3v-;-apkqFc^>g-%yzW9iKdBjGE#0yw09VT9^Lcr{LS zz1V*c7GyKvIZkC=GJjASzGe(iaabJRR$P(zS)B@Gf*7t~_;QdM35f#KeBh+z+mqyS zp|M^+21WEbi9lh`JmmqqW-$VDU=>X8jqm_~3efSz zi%A)*gsZ<|$q&H<4@vnq@Eat5d_CTwhz$`*uH4_N_ zCrWHO2ej%Q#KurSq`n~CzSR`%YV&@NR{QvgOs(AEox+@DCFK6C%sI7?)3Xi$JD~Tb z(-(fkyAS5Q!%Ks~=*jPu*OBxiYP$b~c9FBVa#v6o2yX2?c}`v8YgVxub78@^&rCqt zp7G-Eo3-{19_>3s zCcpNyX1^UcN42}=nmlx-LQck#z_(cV=k`vyEjr1FKsQ2oHL7`6>I;Y&1%MJ6Xc$tY zyBp>7A&FpJ1N$M`d&@ORrvGpI%PD%BWoj~g=lxwy7XLcSY|@SefBt(P7K}mv+uQT1 zX#UBbai#c@qP!GJ7UYt9G6*i_BmTPErkTCdtX@m0m+QP@bI|VJh_LSXh|LGAxq4}} zlX`a5m<|u!M`vLdB^pNV?R@Vbfq?)gz#ju)2)Ny*V38aY*JR5(8)Y4Lx2P~dW9zj8 z;@!sP?1~<{c5`lkYvUhxC3tpiIKW&(uJeycbdPwcv-|Nj%HH0%l!)D^$6H^D#vpgr z=Ij5)aE#w^Hu#1AdHzP=2%>%f8qpLgQXoQ$$mC*5(ZWs?nD2M)5|VfjM=-kBa!q;dp7;n{S@&wP!^0N0szM zkirAA`cTEnMe6$Wm3-s29m3^qluP)RkepNw`RHM9py!Uf8ts~$K|mj5-R$(jW9V#J?xQ9buzAAkO# z1}+t5U3dI_XjszaKj8Vh((g=L>15&yf24uFO9ZOduv8f69>oa7>4AmbaR^EzfLBJUi&maO<>V;uTWOw0ptc>$SF@ zxc*5i+{`8+xuUMFY`7`k=l?f*^zson>UU>zwJ{Rmom%e%4G1N=9L(el;D8AM=g6TrTb&VCTS~Ua@aebzG+3UYcE(=U zz#n>N^ePni+_c39+MIJAHNhsbT4+%t6>wtV@Z)b*dc^x$7cse5r;A^CwJ^aO_IO<2_4~B|TFX0gw~_uiJ8A?J1g%V+ZRv0id)|Ll zZ8>}W&EQieuhY=9aj1N0#5U_03Z|Cr{`!x##O=BVaTm7D{f}lRMX^{S4l|?-+_86%A@b=% zNMd&4FanlSMu`exd11Qjqf*R+XaBj@6>%ADp`&}s6r-m<^UQUyfVfo1L{F#LgDrj% zm`J1Qa32at@-X$lp+g2r;@y6Mo5v(rU<8iJVfmI z#K2Gh-2)_myZL(j?HbUh+}37o9JaXuAMBF*8Ye9Hyd^A*58YEkU8anUo5b*^XDkOT zv`QSk09j@QoUY*1U%v27CS>TBtITNQ*($7uuzr$eu2->Lbi z3ygaU!$E5RFhFxUe6Nsn8GOB;iKF}*R7t;HAmwv0us|};g}NfF?d$dWgo_r!&tu`l zm@Hnj=;IU}c$KrXJP;3Ttr16|-@h2(jf2M!!ppXuWqN8KzU9FBNY(PC0S{Ab7CzYu_n@IHa=7caIpV?{w`At7W!h}viFxO@pH9gm=Qmj`wCWQ(k9 z52%GDuob||p8#&n?bM|SWGh*cr@Mp>$T!yqTV^

BB6>TZbAiW(ITuoHY_cs)OR- zE$@R+ofcAL_m@%tDYr$vz(O%|N9|EE(IZuC?xqW6G+qg8L`mkP&PW~l&EHac7D-MB z6W{A0M`hr)-}7S$1FX^G68{)3W(C}=So>{>(mVvp2OPKF)GdPe24Ufxr0A*pNGM`) zbT-e8GU@#Hb$a;xAN$sDRcK56X%sB|nJ1kdMLC560jmxmov_1)YJZ*nIyRna+EZw~ zE&bLzHTc?0kuRITxdNXT%0}<*90T27fF+uTQM(UD*`gmAvxwvcn2sGAmrAF2vvkkB6e^>tfK*v-2G${YMRs%m6S=ni6e z)T&*uhR9R^0IY~;2m>6qVoqQCX3ROgrHLa*8lu2rebo<&fchZw-9eq=e{7}3tVnnx zb*1>@T>%?PdyaGa`Df21e3_dHkbW9$)SBHnLjYl`wD3UbQ1I5=Y0cIq(dW-=6j8*H zjW}Hm$!VDL@H{*sUQ)g|+9FX%eX?x>3zp2n9MweX>i&#Im9?RhVk60cFx^RIX>C3j z9oabM&C#ie@UTrI;La=>vO5d=wZz9odKyjxxXGYMxRn*A8)XQ>bUsw~bMj9nY=_?s zO(ce`(w03$n{C@svTr%3HdABs2CL!cIk!>;k(2uf(cgfM=gx3Jp>mcA;$ba$Sf?8L z_U+;1UIV1quo*g2*eprXv5|YV=e(4b-c9GF{VdHePk^U;@}w-uh|nYfw1BsFQ*10^ z&Kjp3@?z8~pc;V#*LI$24cwZm=w6M>s%iJEnY&(emj8IJCaI`Gh(KY2xS>me9SBSXcnIV+PnFEe zz%%52I$FD3#(%;bbT$Emnu);Nel10uHeB*IifO(ijhs>Nl?p|O;$BDS{$kWg9=hqc z>)7k56Jm_0XLQjTdi&Yd@nx94Bd=Spc=cjQ!g$(u#C46$X%EJGBn+ds@<=eMzD)?^ z7OUAx1C{Y1_f_L!kVRj)tqhsC{O~G6I1KP+Gy^2uqd^O3)d3nY0%1ZhvEV4LodCrb z(K8#~xn$(zC3oB`b;cK2#X8N4WK1meiWb&bA@3&Ntb0&QAqw>-nbu#4&sy+!X}akd zjf?{mt>2>G*zGluOMq5y_z;k(l?v|D1i~nkD-*qzcrAR!b!d|iC*jLRh#4~` zkNbX5DVA7o4hu_URkR>H-%<8{ifpp^<=>3p5a-^$YtmWa$$LV_j?1#!! zVr0gQnLi|w|1Chm!j7V#;3#b33?P~Uf-O2)1VcSkSSE*l(Pn;lQ#9VYIv5<%nOGle z53`ft{qE@Mex$Jg?>7S$!-=W`SSgiM zdW=J2D9`wrRH%Am*izSZrk}jEUtB`(8MsEbr(jlIB)@ONNQ(PO?KPzS+LC~ zLHMth6A*u3jb%h0zQqZrFtKGl(@e%%Q3y<13Y0Y0P-g@7Y~Aqp?gpXo@7u4I1=<1F z%reye2@#n1LG6r}-PqdJdNP%#0@+ANONi?lNvyz_#vng<+A9&xCM)SD0G1sSul1{y zIG#r&fAB<>L!T{d66CtS3yFu~en$iiznv7`SM~u`Vgo0s>c*%tsMVoftkt5Ubj<%_#b|b^e>j2eM=+`3*PYvDP zr=e#NQY}Q?_aQ)^(itgTJmElK^wpUPbA)Jo2{Ud+YI~Fi!qwl~4rDZ_uy}d3KTT9i zs#J%_weVxdFE5i^gsxFxEQ#M_N)oOckP+P=@#X7!5GH>YC)cRZFp_3E+e|-l%zm*W ztUK$zSo+P^RXX&65<*5+iKbYrahp2X(gSq2zbghf-RS~WMsIb&5lXU0gswvYS8W0` z=mtH)(CQ6Q9%TWMR#mh7W}4YQS^tzzbElzm2}4ipT!2)SW=W)^xluxOc$BT~0HkV< zR-?qmSyH?43%A)X1^@arK#S4*o>R}CN6Op?6W+;ql}rA;nR#z@&yP>uNcIR`s`*ay z44p-`qU5*l|Kwt*A55DIESZ7TW4zWj;{^GY-%2gbcW%0TMyoBG9bwutcSY){Yx9>s zY!%oL4Z{M!%zQX(GMENhYf82Q#%suLd;T{BDNlCjt zYajIw-?mt0=(Tp8MJUK{IQWih`=t9%zIg46Pu>h&@2?2o`xj{9zbp0g6J0?@zK`A; zE%x4l@T0?E?S7ZxckcFeT<1Hp?%QfC0RvbI42parxCA5%1VcH@@Y=SK&_zpKf*2lv zVD+`T;w*9yDFFDAep*T>tO?Yc5`$5xqUo^8nTgt)+0KLgF_%S%AJg;+dA=9NF_|vz zJ;p;%Db1IFf@;w55se@mN5>(W$b7YPFgc_KqON`Of47tSY$Ih6D<+)6e)!jAg4p)L z^biDHPQm!YAiu-sxgFDt*)$;AM!?WT`$A1nHT=~Lr-91-XhC&|l6DkSW@yWtF zk50nzy(=Y&ePKB8;0tKPAg{nN#J>QkYMO>>={3_?- zV-zqr|AVJqS=YoUOILPrCw4cx=mh6aN*%c|jZEMZJaArNvH}j}z@D zaZ5BYj`ab4Np83Cfpy7Z?_ND`uyl&I`Gdk#g%@PUT}c z2-Sj4rBf53Kq+jEtGIzzq?|$Jy*1^FH$TLq`WZ{qIC?GBDi5^zs+0XS`T199w9L-A=5If zwC`~DU5yTh%Ew!2v7cu=eU))7(dzYkF~p9n`-;NQ0j|M*yXhmfE1KiRjR*J)V%l}@ z2v5pl@wz+%t$=&ikNUI$d0+oF2}8E>#%)evQ<-B?_vOiZrO6pm)4E<6@jOK?S~%S# zN?6gPyS{s2^x-qPjk4rOjP44AJal%$3^N6$u0rcnO7w7thAuW+zXqkP{a(nVy;jG4 zW$3$v`+AdAuXzE)0p!X#_x;KP`1kk0Lw;n9L&@@K`P!T>k_%9Dj*5z)cEF&N{U>DZ zA(@Z^oCC0~WdX~OcgE5#H~k)@*YC}|E2T_bjX3v%P*I-g0}}ykk>aQ`gMb`cBhzF9 z9+e1fE`zioRkYZJw}J-mL-^goO)=I#yf&=RD4(ZqZ!V)zUblHLmWO(B2ESK&W?*Gc zLgDxmH%vzu8ErYpCnD0LbzEPNRH&*3z4|N{L67jOPU=})^m9yv6YZr^gbTN(`oU#4 zK1>;Hi6@i@96MG?@NO4TOS+9MvK_&>1dFF(G;T{35BIH`XiM z!(Uhd?0geZ`w6RK-+_6%^2UJ*_Cw`%AcC%lY zi*wq86eO~jwAziRKvo5!(j(mVUI7Mkw}JAORnqEEc$L~@Gt;G5o{w8O%NM=J#VHdP z$kiJwV5bwd_b5+kp)Q`v9B8pNazV+GRw)Yw10I3Tb|~c+{hLngiA39)u|k);+y|t8-~$i|vkp>?@c+m{nt~0^2gX zn=%;sq1F8^j2y|B!;$4pj?F{zo)Aw&t2^_&RTh54B3exz2w-h9a|#a1^H&&( zMLT*mC3)kRQq@LupOkl>E;Ky}W|WB!3$4riR9vkS&f_ke!YVdIM~YVDLxND!D`afH z$G=acgDMbTBnQuN@61@#JNKg*E|#m=_A<}{h?f7f}Dz#V=NH-nA+~X$Yk*@lm(XDi($}{7g3Wc@Jt*-Bc;r5MrU0 zNSrCsy84Jtig;g~XStPfAk;twg(E2{_tetvohR=|-p~Yyz;qR}?r6jV`8edIg>Rz)N%oTWV(ujygNaQbL(3uKX^CM=zXO*!1rk zFl>Uv!t=7gm!Q*SfV-o;0=6Eu{ zCNwi-6VC@-W$-MWz6AC5nhS{ zQ0lgHhw1$=)L^*+>s}9pyo}yzP_nwA-3F6Jn{tpLEs+lWM(E;vEOng&2*0vsRnID) zkS_ELH%061VJcxMG}PZZBJml?-R;;r!RXk~+YOALQMO~q!WzS=YSo%!z{;HUqAG+p zGcD}r;j9oZ}4n!*;=sHER~mFoD2`IJ}Fqi3j<`#;2psKhmp7u`P6e!xe>{Zbi+Zl1qC@m8^65oxlsdWZb9q3r ziy75^;gcO9wQXILkfbo>9>;ODmATBO6l6| zzLh#J(orK23Qe8NDu)euYGJ)qa^u99$K`UM?=I|!X!)#anP75%Kms38C4|==7+y3C zYQ3~Bd>9+oU1Xc2pnN?*$ujE9Jn^!MIqtQQl#7=k169dkdszbEQMwj6XD9pNhXLXutx@i)haj0&u+0+3(GB~wIXc8o>CTQgS|B$q}OY_2+ikBhl0P!KWq6FFY#SxBNKLXm)mBa*4Lk$NBO3Zg(16$@(@VH#Ca%*JJuAj4rU^%xBxs4uM(cQKv{Gm=BP1Pc!m^qgh zT%i=N6r|ld9?F|npSm>3VS|Z_Ii85KqGMef3c{_*<0{{`ieo1SN0(j5>__`TiL_95 z_h8=n*GQZSIql%e!xm<=(#&5bHFCXx&v|NEG*KUX#B~x9Vjo7Fjo8dDEG%B1Iv{dU z(!?%c0+}yZvgEN?6_0^9j;jMlYx!#qku^yhyJg=f~UFU~OrPb|6Nh_l|lfYgg2;G>% z{*1rzG;|_iV^&HlA>p$}8-RtUR4kS2S~kq;O3yzGX?}Bc&2{1GLIc;u`vG^16gZ>% zpREtuj8`k9o7go#|M(()t5HL^Q2xWZ1I2S+dC|V%4H3e{*_LaY&neEQAS zPa$Iim*>rJh={!N_iIm1GAdMDQ9M+4N^*h;m<0%WUi)g0P_ViUAjIAG;!qw8!aW z7z4Sv--$ZB=R++xfB$5Yruc5|)t);$7^Z%1Wx`hAV7AW_0XYw zpFBC8yt!dP-_NT*Q=tJ6$=X@4mMCPN920*xC9z6gu-mvL@%8qk&f5e`^o6`6j+THX z4Dnm}$Oop2;*$yl-4t!KNs4e(o_kux)cU%43gs;Jt6aeEhceS|N_4y@u>iY2Crm0- zk%$ajy1QU_!1+3{e3qRmVPg~I(x#>tyODi;BdJ~R-G0M|H;kk*;C};Tn{rn@>`P~P z&THgePMjG3T0fH1Xkza;4u@&Rdt=j^h~mZJx1sI%(MKaQ!{<`Eqc;h~jx!9T?)f98 z#4@Gt4cWQKUf$E8L4>(t1WUvMfq{uk>>jRprtjeEn=Z5{yI8vhVe&Map*dvWILzbO zgI^4Vv345T<3S2&TbTNi+5PiNX75gptCk2kEtxcln^O(b8ShcxyGvbZs-MiM|JV&< z2ahZZtA0g>12||SPZS^>A{djOQ917g{J2h^@OfISW}3gAnf*nA#oGd$Fdx1Dom-|#rkr7PKowI1sfFVwjV3S9wGgMK z+ls;5fX50%qrb8?fmV6uM+2^X`&qGuI#uU3K<3lkU7J-~Fl6e#A&_cZPJO(FBxN>i zQ;Xi~CJpRXtO$ed2l(zA&b!W9c0C!G5&@aJRNkpWJa|eiRFo-%*xP z*FT_R4hvwVzphyAorJMkc@Pq_#LO;eN+z@wFK)t(=E1q3#W5 zB@KpXL}h_(sYsm%rd~v_-YSD(0%^A+6}I7*t^z;E<_XCqriXzm4qlb0y@;r;y(_Pi5aApIbj4uNLRx5lg0(Cih(AlHKAp<@@~kcEHM6Q`)n= z`UBbuzy7FHSzf<^Jqe}e?U}OF{A>$?2>EKf;DAp2GI>|-oGar?uN~&A1u@wV0#^Wy z1_OZ)Wsqap#iFu9csKg_&_=bYqX`3mS$^4X)_(Du<$^P;g5j?7>wBfnD zP1$&Er|%qIWB$Ck))U#~2z|pgRv(YOJ(;T79?>G~kzu+?oHw_q$S-{O2#jUEL}6n4 z^1nfrsXJeZ-?J#0l_7sP?fj|u=S$wch&ZJ`h-D931yhQNL4vSCN9yjFC48Z^zJuSz zF+Y|0XxE%?m|h_m+~hKzV!^McB8-LvK`pTLyU6a@s$>gIL=|eqYAw>F+{1ghB>Ly6YRA{=i?(&$rWVa!R&Aur$eZpkC zw;*%RDaIZnE$S7X=0Yf;JS8qE!RGrl@7Ac80(}{W&$mK+@<7XB-u2Z*+mSc#MlM+P zU)A^^C(&5GsP5-*w~Ii$WAy=(SKbhD1PEBN5rKL67!_AfM# z)%O7EZJmFptg@Ya$|m+^a(Q1a+|FAyFVvt}-a8>`#!<46UYZ|M3ZWCQT}l`)WHCzBN&t$jR+N1-mrmOG#5rYQU~Tnn&T#U#}qSsB37^80!)DgOlxb0-g`y%ABztBAt&rx_+>ZQ?dT>(FJ@r+26lF-xASGnu zZrGjBRvY86V%6y)UFMZlo{-ZW(q-;*y^X1h z8U--UN%NXy{d76=-0&Q~&=qj{zXn-XSakkY*;Ru(W37O>VFw2yGE|V0{QIrC@EB?S zaz~8eXWuD0SOIh3q~+erFb*mXp!1TJduzr?nfM;GgVNg_}!y!AO!TC5LAMuFBqGV1H5sTA{+Vv@VB_hv@MlxHHDcyHCmka1Bsp!cc=3;f zt@O^2gI|Loc=`7%N}7i_h$S`h7oDs|T3N%G+zsMJls<@PR`YP#bHV?wi8T=dNrS5X zv0ZoldpWRqU|5~kmzqo~HS*MYNqB;?-tx?rO9&Tivmx6~4DnVAjKM+kzSzKJk;SM< zT=d-GtN)A07w!K^;uISZVfXxaQS}B0LcQPKDWK6{<1zpGX0{(?2vO)g8O-i~jU}q{ zm_){z8%ZGZ!trt}m&~S?esF-+BXW~6H&(I<&TA7CA!_IxVY^CvrL%{oLidkPkP8{Z zZQfVd??p#<&jg=g8tqZ`&FkRb5fqp&$jg_C$+NJ5xrNt(6%t-)QH{*gMmzraV&U>5 zFVlH3V-Np-)9jRdJ9}}9vJ@%>3swSVen%dVY*SP3lFn#^YQH_;{@3efcg6<>&oTls zf-}P2{NmyrF0rVw;iHL(`Nd^~8#%POVGR&+y$}=XiIbk6_?SAb)e`qbyEe;y(!{hm z=3T*{F5sv_3{4p@!9xz#9RTb>cndlW#Ji9|aWPa+xVayH;N%7FS2Ne+4sgY#Lpyk? z2;g)nsS1 zyX=)dWK;>Bx%jr_fBNw<1eM92#fUwip=kWpQ1n16{Q(-78t>cY+3SpllQFk!s)}b; zCvv|`wM>_h?u{D^z>NO%VvulSCd1wkYGRrN^~S{FVsCxG+go!MPEND&jgdMrQUn=qS2k4 zEjOJa!Ggx`WXk0w zzlXWe)^pM{?MTZK(be{8?{n^RuOlo>NL7bB7}$D7ET1SWV^}YxmD3*)JayR}tO7PF zK3n?d|MKxQWpd2rF!7>0G!KZevDbm;KE=h!Yju1)VmVAtbM7ArJ4h-lk_Hf3w|c4b z=}ivzzvF)doBa8F@*S&v)XNp6Gf!@)8J)Ko)Wg%GuZyfV^wnL!S1KCG?KUm~n z3Xp**QFI4TdB0a)nj0^E-#b8sl=|)9y>{kelso{>F7%ndO|CzOqlZb$e^~YZ{tw~j z{6FD2h4*p%_aI^T^S)!hy_Rr<-u2tt34igQKkolapMvp!bvOq(UE(^~Q`1&*gr;_j zii+XnDlIjb7Mf_=^L2YZs{jABHvc?w8nu4u5OfW9F0tiHs|jmG$mR~~Y<=9vhu^`c z>!JFY-_#BVL5*(inf%Ms9g1*w1S-JA{AD$Sy}#QRaV^?lnr*(&55do=756y0j2LzY zAN;X7!ylHwGE8@=`tL~$aIychZy5gK|IT+9v;{_KKLQ^zfSQ{|Fkr39FLNvI0&AHg z7f+iLY0V8ne8y;8-&p?ZZo8|np()_4e;vu8hZYGg&BI>wbk}o^H`m@;;d}Ngm;z75 z6+i_t3Yln|#LFt>jgAI^=k;IBQ}}eq>v7*n=oFh=X+ioaUiP|)Q)ysU*8khMHCtRa zS6tF+gA^0NQIvXb`+yJ@?8O#$kc`vgVPqKtu^{<&{W8X##Ne^fa~lCxHcDJdpNIaN z`O2I@=f@80*wjbfMAC^^OwTZ&^|gyUj>guc83Y%zi#V{QmYef|v*#r1`3Hf$86Flq za^|{JOzYBm#-}?|9JbE7e;@b2cP$mgfU>*pKJ;}6d|Ry*^M};qs|}V~6+RIfTvlMm zvTqQ=7vT^_;IrNO{&XycO;PtfclhP>m+mZH`R(GJ>ltp0>?Me|Uf+TQ88D=LOJX-$ z4TD6Q?L0UDY$g7sr5ZDEtWN0GoDvj1+xjt}*|5uBiwK zRS-0$29i-`Wk?GTiYgC55b!sRlcVbQ7~j!S{sy}1{g}m0gwiBi?UxK z)P$LsUxq9rxJ_*4fj4GNTD|WD8g|cfqX+~S{FF|jP|mOFF-(k}iZa!ukf(FuB!yc6 z=T;X$bta%E1Rxb(!rID+hAoEf%y>s}qxgpFy9j2OJBLsB{s=teI*O}2&2p2gCr`SX z1LiN7i{NGuGCHa{g=rJo95x8=nlow0H{%oRLBd@jcOc#eL(|Hggi?4_j`z?Wk7X1Y zH7rwla#LMdA!4|Jv^_uzZEg_qCPV4u55?PUq|YBFKAJI`*MfUGz;fk9!4u-`I7Zhqx=cA%H{T%sGkXNzsLS?JU=i$=VQfQii^56gZro zxpa4(qsF7)NucscwQzbbk6=|PgJk6cXM*HgIn}NP?9dNBt}pGgLySjGY&<+p@}{w4 z^39YNQo*r>N4{>jhLu`S*d6SrF;hj+4w>sBk21y5OPe~bJo0ElDGq(G6YF47Tot#7LfhNDt|FOU-thul@<; zW=qdHI%9REl!J0Z1)@!M??z@A?UjUc1+V?2e9n;zsC)Cn`kn`9D7{}pa?kP@hjk>k zaB*+RDsPDF?Kiz;k|du4kN0cT@b4J%nm2Rr9s2y99x%}liPUJT}`9imauNr zFZik1q-g5clLVd8wn-`lx6^j^{-@`UAwdhBH08%4vd zJm;2|aZXDA?XpE-Pl2T&3BPgpYy%7JR!Bqf7HNIFWX^KR`)u5-;zjOK2HLoh3ks6Y zb~thfCX|c%pOR2^mto}AwpC0ToT^~7N;q9gijR?j`fFjN*rcPt;@$Fmn;_AFk&HJF3$q7+$Yc?ZuOGNEXWlVuEWt5keF+#hMV1&#Rg-R^ds_mn8RxkLRyoR#zh|0ijKSV*#n} zO3xNiHFN+E^)wBwTA5|bR+=k*5R}^2Yt#Z459+Dx)52PL539e15VdOj$z7f4a*}lt z(19$%OuL((3)=wAEd^4D=X&!eqdDG*&()U0fT;_fS7@%4#OKz!^7mDpaQ^H1IqropEa8RVCY+DDH< z_L#j=n+kJ?FS1^-d2lYQ)w}?UC1sXheY=h3Gjg_k5k&M1h0{Ve#0}ZMZJ||@l6uPK zH2Avm=uZeW?sM6Ndfb&O;R&QCcl%@YT9$5lrOs$eiM6a_SFDa)_)s3{G|V&QfQ*v&1e@fG#%djNeI+-gZq=5`X{KN3GotGG?B@tb>t{U<`Vjg zW)wItHf8}u`?F&0ag)dkHiMBc0{N!sLUWvY-srK)1Gv509zT7Kd>s&8TS4H!hDs9a zdGv?RRqPd=$ckCuIKtPY1jphBpPtj_`m>3m66Hh8pj`kie@7D7YRW_k;J>{L5^H*3 z9C1?)nm1}WK%|rM4b{aPkWPp^=-WSJGmP|aMXt`h-Q&EW@S?c|uS zsA1FKx%XhHhNBlK&f7Z^=kh2qj+||KFIPZS!uIAZ z@P`@fC$cGzT#v$ZE=1|!p52#M0vbKiY9aMtQ+Zj1Ox{4-mv^PQu*zH9Z8c%nE!gF! zEKGzg`}+u=1NL(3IFE6Of_~j6NZ=+@1hfmYdPk@SlqBV4cA*3VVz|lVcba{afD`3T?@9XcAqOj*k#i88{Y@%RwH zDRhA?C9*`oTmW1T<1(dEbPc?LDn^6&4)IT|A5CRidu|VjM2*K7l=1&0#jk#hLTP|W z>qy-=W*%R|!RtzB#oczkqrii8r3*`v9U(R823rbowP0p2otMA`SMbG`xfp+Gjpai= zB96`V!!0?8`v#xoabk?u*`T+VoBYM{<2o_{_^_3R`vqttoQ>Q@-8f9@9{H=ZC!(qj zc%3?;S>{>LH zCwT9}z4NF(@~F^&?qz#UtWisxMVU^iGcaq97DOc*G$zOe_X$n{oP9S;2Wh-Zp$Cf{ z76!(gaUvYKU|5LxvXc!3a@HO48q5x`3K*+1Du&6S6|~H#4AKWC*?u6ZPR0j_+h9~4 z2ex49ZW?ArG-}qUkgZT3zAMgCQ3;sH_LtJ=7WgI_`08(^GDT)Sl}OK&>veYavs=HD zfmim>LV%l;-tm@rZ&*~`WoTp6G*Kk5$#Pn{&D9A~@a4~OvJ#_ik{8`pi}@d3naFxS zJqwIkm~Hp4a(Oo1yfe+Xvaf%>HfpkWBd^kP+GotP$ZqU(hW|(2KwX1G+Lso|q*M8p zhXz(ccgHDnp6F=;t?HN%F%|cH z82CGKi>`U)KoZ2oa0}7JxVp)|;r@Yp3nMVpY|yNi%tk}UN-$J9@zy<81ar}s-^iy= z^>pfvyvk6J5p*Fi7LJOn47|5%m4kEs;vgxs6Z7>9dRvFsns6W!`UE=l+t=|`xF>4i zdY3?Sh{3uk+Sw$KH7t?SdA`95Rv3Xi!!0zhBnZPgAGtW$+i=OUv9BQ`EhE5f;Q9&L z3)j+G6v^$Vq#JFD%aHPKAxs36`J}VGU}{ydA5ZB3=LBV~`r;bagOxZeK!4 z@KJl72VAl2m(V|BR3ssM-4ML?X5Tq6DZl1QiqsQChmByM_`(0qGnB2Bf=l$a8Ic^m)It-gVAe=j?x63)jr-eeXN2_{CLF znti`xK7aO+W($vnq=ZYzlW7_b`cpefLx<_O?tn1aAVSWw@~ZfeHG^lOcsEK%eEp%oGakyO*VZr?tW8;C+;V z{9j+?-kLXfl&2pSm~_46+Z5L=xHe5AQ`Aw`5*0Y7Y&{}SqXW2@# z8M|U!0`9paI!$X^GeXeO&zBzmo?TiRHN(z&hTqm5hu&v(aM236aBu4hF%?t~Oud-2 z`AaO`zRgNF#!VIc*>SuCf~*<))wWuqMCUY3{2d5PPJLLxO^%0f?>EwLxm>{)sF%HX z8R=wV&aSz6f;Y=FLC>V!G{*EIiSjD{CiYI5OmF^FK$+IUz!9zD1k=yBnOUaY!Ivyr zm*gkXZB$D#XE1iAAB#%I!{zLOs9&;HP-f87(a(b|z?S(bXKIQ=dL5_1RL2R?oE`AL zrl-@g?DgI}yA}M}B0R0(8u_EF%q$nI%()kuu?^r|rEhX5_6Daa_KBN|fBqLjSwIQl zWF0FjfjBpab5V7D#N8!7M&fx(*To+75*#fBN-Uhw4vc$S@9Ft&s9_9s_-TVoUBcm5D$y06i07Z?->j6(2pKro6&)d!7azTe zJpnCe{g;fZ!r>TlWz*o{?`MxP5$FbIYd9q5UbvnU#$$4;hlKhkp7&E%gF~MoDP;~n z=TBnh6qpiTrhGAUQe?xOe(B=M5nPU)%^+64EzYrid-a0nIx|KwD_io={mnb= zIU{qOY!~=t*bVfDb=(+%Ybl>JeV{7bg zhH~;ea2HC-n}10)j*?W$4Vg|IA=Qbta;0{EHo?EGAEMcQz|@HU-p zI|XExbh2n=fKoTF^4uTj`>-0)6qVh}zbXw0Y4`G&GUtU@#O~?>YrQ&<%tloASQl@- zs5~rGldM%52nLlj;E>o8b9v82(6Go{`l^0c3mf&P^Oer{AoG%@kG&n&%gY#jq41VnKlUH}o$Y)Smd!l+Zos4m#PV!MZ zX4#i5CtvLKq|x zneRCsn+(-L^S)`67wao2|GV7f6(ky+{Pm!FmB_+>x!!kXRwKbkXPN}GSrcoE-YjWF zr^ty~fJK%g4{(ZoGc~?UPL)hV<>~qHv2>X)_dPn%{9GqVtxTAh{zPTvIbwH@2hl4Z z0|P^cUD{{f?^;g~{&3o~!9H>+(M`SRkOi*1~=kin14=FR+SPh={k zTh!ikl(_Zg9T@JZtZtDAR*z&(_PVZh-PjOJX5&z72paxQX@gb8DuRIJiPzVR+e~BT z!1Hco-bj#EQEM&y3r9g_hi#Ne8(0vpndunL@wzk`4PjlrztdmeUT~&-!7y-}erGZ~ zjfXTK0yGY$iM|;=y*hcC;CuzV?$>P1S7ywaea7EgZNy?D@5G&NU8K67>v{*x3p?+s<69D9wNG;n~@(`pcKs-UgQr*5mW# z8{pW9iju3S^9P;}~{RP;+o@QOCL0tFSoDH`1%@@F1^OW`Xix3oEa zFX_ZxyZ8EV?i3*rE>P%Aq-A7ec%O-xIW59pZJUswWNhp$6JtW(3es_K!u1cW%0DE>elfcoLC=vvZ0? ziHGmQpyK+^)R-R{MHZ0trxG&PaR&w#_Qi<#_kEO?E1bzReX=n)h&!_?Y|gIgW(jo{ zkslD)CqSHx53jxqy|{H)3Y9mnf8Ra&n`ubp2M(h(fmu5>xTUu`S>;^7uhK9H?Tiw~ zf`Ijm*mw;Y!@{84?hfHw#sY)WH9$1!tSHa-8<_zko>!y#y!^>pr1DWTtzfstUcBDQ4>tFzF3l2Cxeac65t%Psj1&S5BbKYWyCj zxq0u%Quvi+E`UZ@WV&>SebuQ1alO3HR(JJzg-Hnr{)mdXyU1Lq0ijH=bZDYPQAb%POpCZ zhPY^8RQ<>30`L;Rngg(_0Pu8@Y9JJjbAd2(u8DWhYQ`81(ly!J3rszg!XU?ATSpLf{?t4$JG13@p3yS!^W!CuKrg16p!d;+P@b|HEH>Ttjflo0%I zo``e+8MI(7qdK!QF>8-#3q0B$CCf3;ZhHR+#81ZiYqFnv%}K&WB{5mj{TL64d7$Sp zoy-)NP8Nf`5_-Y;CS5;+jKjviV-@vH-d+MJCJ*PvIwX}vvU&}>r9{^)J@y2pa;i9b zDCDVBxHtk0tYx1aaFz^sbbVhv=Sy1#cGb+;%$Ln`z-+gj7@P6#DTI>P%z$flhE{2n z#QVw9c!3eShWAq)gLWC}An|_+Hkn0AC>V-rE>@Ne6U$x>)q19Z0R%|uB#B) zm&u*#NbY40$(Ny^KgVNYAhK8dnc&)Sj+;5Oxg{(Ike6CJM1$hC5A zc`W)@{S|C3*b|oGfj_5?Uk=iAGq+={9o__xcU|u>+f`qS$Dj7Ee ziQBMCwwmbAN{JLjCSB|AR}|vzvq?XAkS!armvZy>RC%4(p|fqGd8=84R$ zxtrxQyn8*pm6K=qnY#FHE;NwHQ@u-&sCvuN<_3MJAWg{v8YNm&e%f+>ZuQ)n<~yGA zAD82yf~1El6)}=zbS(CzcTA3S=F)OAe1po{S#DqfLllB`q?P^rVWs^lsI0Ef$he+u z`Kg=pq*r3QQHGbA&^J?B`{*%8yU(scsErE*>mUTVwEm6K+3iqe7Kr7tl|%qu8P)g0 z7eMvxAP_1=`|K4+uHNQ*0eB7@PgLb5e;VDjg0e%o4`W|pjx=}=_}|hkJ?yurJ7@B8 zXu_4?6ypdp=TP^pHYE)j3!Zo>Ef2>n&9PEy~a zc|8XVUwQ!~bS*J60YSpSvp?Yd4MNql*vMBbLX?A_u(ac|WHjt3`6DeR(W3T~ zMDhy*62?rJ`EejgBO3kB>gnXl5AHrajcs1O@?<}p2c3)H<(}?s2qboY6_1TcP z=5UDCZ>f>Y%HkePNmNdJ^Ugo)pAF4Mtm}LU06jedUE}qVY2Vyerq!+R;S#}He1Ahu zH~!T*lslxwL3dLRdP5862@O3crM7U zob-Oi9{5Ou`KRUXToBjw>?yP}4P2W^zMik01?q~`+7H;3Jr8?Lb`>_M()IaGMBuBJ7nA1lgi%VK#1D|fGwt};yQZl1=t`v}Y!vHZ-Ouxxgs|}>co?`NfLT->jSTZ=0_D(%Zud4J^73m_E8XR7AswFvhy zT-wXlr{ zLxZqR06o`hu7fVC_e))t9`zY3q>qLIiiMOEac>o|>bu7M4Ms9Iw%o9UBW z8E-hWy&#A!QeN z@O-LQNe?y9|M{6AOn!I20RJSMcj1yo!L;PYf@;O))5P-4VO!clDv`}I0tpX{*_GKw z4mrr*iG4WgMSF4K5PARRRgz1>yQ@cdU+i4)qCbV_EvSczPc3JN zys$czqg#ar%d`Z@JpHuap2K2XK_2x3UAA_HUVif-VtQRqqBZN0G|&Vvd*^tZNxBxc zh_MgothIjU@4SQQ*=sXss})IlMV9Z+S!Ba?zxy!J;P-LrY|~%1SYIg?Jw+wiwC6t` z$-4bw5%*zVr;-tmR$(a8PS+^ZjgM?&y%6dnQn|bC3$Q+i(X|wYPowEtrS>HobOm1~ z5v=(#^^1N;G}(lG?xQQ(oVz!dMlS7FR9IELFYHLzP%NLIg*=h*#qUEKdtWxV3yKAo zYEFBWC(6}!IFIEUck~zbM*l>7xi;_@cNp26I-R3M{JODtBc?6QB(x;|74q9z8v?Hx zw&>%wri2vN+9@ek9q;#jNxPXb=_4w{) zRFcB|+BUwaEh7fB?5d?kv?SHnO^BX%_O=&FTi7coNKjFZ<7XWzz=5Jx+``<; z3tRghAjrBNe8RD#he5CX#TCs^&XphAV4Az zxR;A%)Oa#7SazGWUWcn>^wc)+ZE>`AgZ$#Wxpp?Fmv8o&4Ndf;+&-j4ESL=a-sYqX zd0X+yVXl`4&vMr!-`66>G@^5Q810*)6Z($wPQDI~_3c2n*C{vG*KEE1<95n-d6n`j znk8!~S|p>h#=lMc_ICyT=`ZLPPp+R8cF>_+(_kEsU*$6i!`!ZyDN;MD#Wbh07Jgmt zP3iNY7I7s3zn?Wa(MA|;{;0j%wl)u|K3aU*bbU1wAE6i+X3D^+$%}JY!Ub;5Of~G} z#LqAY2fxaaEcU}x@wjf;7EzqAG-1SDT(5|KYm)e09ba;!eIU+t!yK$O%y2sO+@0a#VhuHKDFMb@OPEMNFzXw`O#1YKk>Uo) z$PeFa?Q)`UBJL*glC$} z;q&MAC_z6;u}+V4_{n3x%m(Jt!*!!xDyTX3O0x0c7D^Egzn%SUZh`sY2G79Hi7mV) zyB}0n2Tn6)53EEJ?--`5o!Zr=Pukd9obXml?Cvyq>-%}B{tBg9LvT^wNy*u%Epl~- znT!q8+f!Z=6-=wg0EdbwwbM|I#xO%D;>}BfGLTm@XV@B(+hA-6kuP}ls$HeP#0v&5 zMcVu25#prcoDA-P>Fr+PbAc+Yadydoi@xy3{{xz38^Pic+7I zZe8xt^G`gMS{=8MmnA0cgq6$}!D)g&&Jcg1{pZQt$$)#cD;a@Gq^RnNz#tmVp-OJF z3{$86ZKDsJe$1$--Zf$T=todtd0+bY?#{0Q_IiUxqbE%f{^SprlPg>$#hXXUb(?3? z^Gv|_scH7Jja-5M#4M-;BqAdR4P`xE5vt02&%oWUAu!Nhd`~A@;Ls%O3{xyMymqqV zr8jCS{#(P$I`Qc|yGr^d*K)-UH%NF`d}ztF^MoBhiIz5c)vzht;BRBdhIdb#cZ`^_ zq86+VKbL9h$JuSI&y7QKs9SlzC499%YeB>M+5JP_ek;AE+(}=&)|p(*+HPcwgiO)b zFzIX?4_1_DjL#&QGdeztaorp`Y}%3ZST~pwEcJ<`&Vr>7XD}2F9=J z(B--D+O=)Ry*Q`RfgnPTYEro~u^fVO>jbc-pv@v>A0w{e*Oqd^D0zk$L_G zA4=vyVor?u{!}s(^h;MRwTR?~^T-#$wi8~dnDz4J4AycsnEdQ=0^-I|{n7&^30&jq zEy$>wD4E=%A-n0$$Z`dNhc{F&MV+YJ|JOE812GHOxI4@k{VIOW-M7->FMYDc1wS^i z-l@!8%3mk2&}h%825JM9U74<#vQdJyAau@xQ{jA^`ltxdd1GzNEkb9WghBg|G!kS-uZm#02(kX|H02Oj%O2Y|t6=726jgu06@uvX*KX z#j?5x+cLcA4;(C|P_FDwDPSe2rpmwXzz{sh>K!|i?ZKvvp^&E3^7_sMV4?u*BtOSC z=*XFaj@)xl()7AC*w?;rk%55VEwn61G+eMs|Ls{UWPf|8Rv*Y#S$4Hd;n+xuxP%2@ zFhSERLemlq!0E243O5&8?BZ0i_PSpSfa0S?_A_~-A^)uTvQDSkqN5M}JwC2Jv#WF} zU&Y|fT{d(LkD6qepl;UK|?G3!l_#A1Oy6=c*sGs8%4uQI5fH7X! zNKq{=vj}b}oJG#XH7l4pEV27+1g|C8I0x2ZHH|dGDv~F$yZxCC+nrR6jq19+Wc8e< zUYPlsnj$hqRV{w|V$*Eb50Sg6eb)!c!=j=2u{6x=!9(yYi0Q#C?j%Thz5|H26q}Hv z4J_K4M@4K8lsR;md?#!ctB8{^93nDsQ=)Pj6+0RlWt%ogt@4>v1qBLpc}MTQqSZbV z-T!nrIl8-)O#qRa0Y~n4Whrjs8zR4obkKwP~DqY z>6bm%Yd;4(bqNJOk`h<;%k7~8KD6A&f(h#01BqH;x0hD)UzWJKf5K@;l-p`f-Wk@MCF z)=pU=aV40VJ-B2GAR+HN*Rz(C@-?xwI#*tc1P-`?7~eYA`?h7MeLtT_Ur{_ilJ#B7 z!T58i&;|L`8-p1K)(tS^kOze{h2|JSm7ju*>JwQ0`(yc~! zlVJIr=a3=vsJDZ0&I@O@ThMRRg09vcg&^t~hnvV0?TP6q(DECv=M=71R?+B%_X!u( zqv_k}Ae;M&gTS2w1V1M_IYWu|DJd^6B=?`u`~ws}Kfs}}?hCTHwC@2lQTLBqM`hHJ zTxt3^jnQyzCi*1Oe{lRuEn&^JpY1V*|DHhQQE@e%2kV9OfAp!Bi8<=v<>1*3ziIYA z{u(nD=hK|`QSRvp7Xs0BU>+P?F``>LD_L_N<%8S8p@t7eR)7Aka6W}cy1?Yz(f!7l zqyNX(gPA!+#Pxfgzp;gPUsF(k?N=TDU#1AvowsjSW;X_l+CeN)H~KGWB<5?F@U9l{ z$(-zm-v&WCPmudhil6W&qTr9f77^&p=&^ra#R@}b@)+r*jlO?{J6W~DAthsG;Cqf7 ze)b(9GoRtwGH(4>^}TdCpJjj)k47>`p?}RDPs_Mh`3fQ|P95Q{Q>PwE3U@jnfth-a zscK+TXj^qSFB9FTnrI}liN=oYOqk7zqzUhTvv6Z|Lr)Z1k8wyp?A7Nnu|58fVAj%R zqOhp9KtKan)E=i^NJ;h04f|N;uFr87Kn>~`^60_{z7yd-=46~d3WSgF4F5^*=U1Y_ z1)@2h9{PjsYzHCqytyjkT40e2KLs+Ytpb=`uOsk9M9m&Lt#oKlU|xsUIPrL*?1!!s00iGi=q~<4-r^1E^z&s zS>77wBAD5xXO;b4zoKz#N*uYF7gud7b|@AG*}BeZbg{Tv_^xfYS44w&izGyjIl!JzR) zOE|B{Am9S;DjWt~KX4d5xLHw6=oWC#`f#hXBOkf)?<1EsC2cRbT(A) z4ANQU{r5ApG~9cQ!QA_Aki{$r9%cuha4%kLIlpNL$S;s*{<~gAok2bEMyRQ>};L? z{$07~$(1OzU(;Ozmyk~^T%Pqi7G)^)^yy90PNQt-o|`779zaiEcgzb+gJ@ z=wudFzow*k=)Re~+rm&NusnF^II&vwq2s|Z)vxMCqON?XJt}ZsDQb}ZMU1+aTZ!@l zAgClVrH#{21^3`})V=$kfQqAE_x_(&Y2fBspJl{cpfo>7oD~$nQYA;0slateY5N%k z-yUIdT`dt>nKdo6tycvtcRo-X@r73Lh)1I6-Uhtvp3(Z7o+afBN(tGr;kP>d?v&kE z2t?Cs-gy!D4c?3HAPhzh>|WkNgltA(cb%$GGXW2eSynluveIG9O&m+WDA`4|5$hN)A2;T#evi3VmK^{Ern-0x<2aW(9e0k85=&{3UStuu07=r|)w_x+}VB|{)vKQR& z`tblC2NnDbCOF)((I@g}mBgpPt9krZ58V- z-!AA*l-Ag=j8nQkz!Tow9gDz<%X%3i@w-a(LqxV(27+tcx$mw5{n&ZNs zMG9;bRe46|f|zgd*ulL&t9^fV;n!FQZ~ns|KN47JJtCl|@jy?m-wt~WB%Z&3%T@P} z_fwWa&i2`WlOi%DAk-N7F@ec>8^>dgY9R~+He3#$4Gkt(_ah54k@UenP*?Vvbl*@1 zT^^3C^-z$~mqPEC_eHr_=N4GtzLkI2m~-|4f4RP9!Ie+Cg*f3`5dry*8zMya-Bui>u0Nc=q;dNC4JokIkV#kjz}c~^XsF0g&Bi@_7lC@ z^&)8hoL3_`p9Wg&%|v9APd$k@@{dpoezmCFbwdJp0L<%n{*k(W0CL&;<3v@K13NoN zXt3)O!^{9|7ef#X%|Y-ymE32~!JgFX(#j<>sOVOmJGem) ziz*L!v$3BGfPLsaIF`Xb@HdDb6>@3K=N&r2mqo^eWyHHu0(~>a}XlmNc9Yf--xOJccqLht@X;oO!-iERe^g@FP+Df&iacK z{<`G9)3CK({#{Nm#~QwHcW62-0`qn3Cp$OTNQ6JlK-m@X4r-qH&sW}}yS+0_R8Uz zx_5ENwf_tkaL|ixn>+P>QEVapGqVY+8pBp_@G`E_pM{lvf{x@-?jo{Dza);zkFc1w zJbwH**eSSX$VbyOvOWR0&#;$GcM>>j7pp z)YO3FJUZ=hTB^`$E5mIoUE01f{KoG=dA`$ z_<~N-;KSYykbF#3cU5^h_s-+cedN6TdX$2T39u_trT^Kpp;3I0|X*|A*&+i z3YSMP{Kf$sd2RA~&s7x;Q|_{BH5QfSk#JbF!F>=)eS2dEYRG%AjhEJWEq@1X*hmmk zH~9O+uQB9E1geruft0nLs#Z_}g>sm=bZ5B_2)dSFE$H0qebS*<>I%bY4nhS5>Z`Wd zS`J#Iw8giKtusL>pbGrj^x&X({IeUJ58mAzkp~{ewmp7~99e8nl`F_m11>hPJf`+O zpvw5&qAVwEc!b!6#Ir!K zVTri&9Q9}WJ7H?j+<)_!8;~Ln)~#~IaTK(uEP+oJr{$!CcxpGpZic0PUtYa=%kL(8kc5^cOlMzAcA zfqI-S8^KaVkNnPgZqU6ZE_7P+N8-hUSn|zAdCX2oF<%VRWgJx9zNt}-IPA~E`qQsB$3)d z*c=DfHZEPAbQYA#vvc+Rku0{3=@^Q{9f9!y9K#r3+Q%QBNSe8!`;`E`Ul#TnKN6XXCh{D2>^;! zjjXuOyrYb{aJfE6C>H?O@+mRHCucn)qiZ`5Y1AVClEcA3)+>ovkq+j_$p6Tqg>I6<87rvRgeLYkPhA|1c6eVD^#sGK|rR99{K9LsX2zm8F z&hI-gBn-1_Ot7z5FLL~?FM!|(1FTt5mD%2)XEzP(S0K58C1#qtS=>13ic~p zV#nQg&FA~qVPFi|wae}*oGOJvW*Y>$5g@_G3+`EDuP6!X&`)m|;TONPDD|J0oxw-p zMU*)j8mBhDvIsnBiuIx)|G9qjHZkK1-E1tH)yNS)=5T-@%}~03!IM(^84L+RdZH40 zm~VA0)=Hx4r#P(^6@EE)0?W`gBx{oI@3y<8o}!f4|NOS)fEi?En8)dAZLqPv9gQ&r zGy&J<2N1O>)!Q^jZ%tiM<$`VOq3{*O-DH`t;V53C*7GG?sS(XOu{A)b%&;7+xb3+7 zOatU-HF)W-C4P_Ir&iS*%G82e=(jPaEoVZzR#$y&&VwJVzo4?YmEx8f;sE69UTFD2 z?fO*8{2;N`kU0Q7$Ni`)h~j2c)4JJ?a!x6T=E6k%w2~6^dSZW5PhMepW6+uSavKRX zf6s28EZ%Y_;P-XS;N_)$8+r2efV}@RCBw5BoxM5!y>4S))og3^%EiGJN=hXC6M>8hGE-xY8NCyX!E1IHJ>{J<4g?7)(vasW_RGOnFY?o-(8EJWx~!=v@ci zj|{KThsEbq`K*E^ThnP;xE(BvT|#4BVI6SS*J8_9z1!R% zm>BZ-fU(;?m;BhYI(%uXW?6ODKJJa_q>f z*B+#aORw&UPlRgw&~%AmZCYdYAfqBCPF&Kf^^0`gbw0jdD&^`HvF$LW5n!bBATVry zjfzW?RlHa|z2`#8UIeMg;7aI?`)wm)#B&Vq=D8vL&$dLk#YkouwL_JkZ}hx0(jH|u zgIx$dSfI?A9>JfN3e`gPo- zY%+$KKI*;~(^Lk#uy+ZB%Wx1g$*j20aH8^6O(SNBIEO|gNxj&IcGF%r1J3YbR_$%t zc919*;e21+_W&j413;t|X>Ow>yUDIJNf|;;0f+hCnT1>QF8B8tw!1GndtD}Z;1QV= z4+&Y}l{1R1Imv6PcQ(B##MVD0GR9rLeEF!eFVp|+u}STvSG2 z1_wKAOy)O<_b)E=aiWw=r9O18|1xenMZukWE`Jk9VUDvowMv~=%DCZ4-S5Wv2Ytxz zR%LMEH5@MGIIYFo#0|*Vf>uRZbLgR?Mm_r?EVS*q@KPx3?Tp=R6@fM}pF%8DAbnHl zazRJ?44;KDZzVTXKmyJ9>xpl%4_007T&{mFgfqswU)EQ3tdLRu8SreO`%*6@Sg9X| zq8?H~09}{adTy}>1_wbi1aS{%*b5|J+_Mo~^rlaWSRy$m_?jl}y6BC#Zdzz(*x)Q2 zG4(p2H4SJ}Wre2}46m(!*( zJtrmUhwh&C^^6Y?r*eOGxqLVIhu1AIDzKU{b)ivoDREq3`Y^L*Gb%l?0i0-6kOIPdD2x zZJC#rHLuS*(1XR;yMEp6ov7IU0qH>tNCb2Dq4x!_AjN_Pi(ymE*0`@DJ$mfD(6)eM zuJkK}z~;D89a9Hf*RT1?%2MAmZMBdB$LvmsQ1+Q-`4;}li_Rq^-P2ncm(4$WGb)=+ zS)vC(Y)1Y<-B?Dq;*hlkbQ+S_93-D}1tH>@(t1#MUO|)sX5ZhG%Q5NlEBYDKAi2jV z4Mr-+bpwnjm}YSfw0!`0qlauFKm^Y4KPXGSH5SKJ|p2P65v6}j(HvDAW|HB74X=3 zBmP;>?501P0HiV&gse?x+TuNNHZ4u-zdeP_JHM2g?QA+Y+Vjl`ch zDmlZ70J3Agh)oU<_!AZ_SO3jgFp#w@vqQWS_f_mjGvMf&pu()|@J(Cqb%G@CG?=}K z^Byb5WVYLfyQr$VZ9|@nab;gz9El&Lc}=rNZ>w2wW~ug(tF5-1dU0A_=a<)Sr{`K^ zpGc~7W$6qGO~1gXL<%_Aujsh01vx)T3qqu;2|41d66GTKx!ji?p|u3M#MfHmDbY82 zD^X|JpeF=zPVtDA%hLDxbH*k;*|8DPBIpXzJ5;u;iwcWNs~sDCqxIireR+TM^jV7N z0Z=dy41Du~L+^A4$%k510_3)coUy+H^73DV9K5*BACUbTaH2Gge9v{|*fjI;ET4N+ za9TdyY^;IFm|2>p2#`T_T?fgb`_8lObVB>7#0hZdOhkhHO?_9k8%6QpKGkeh& zamm#)oOPd%Q1me1V?s-wD=I8rlOQFSr33M&r<8h#Oh$LDQJ9ePODMV>qZ6=q2Tl5V zq|%K)&50UzN0oiimsm~cX0DjYRZGC6_@#8=iiZExnwJcrDvyxLz~qDA`AZtk5>Z6& zLhxE>LnT1hO+AVIf%l2g82d@>sq{=`X;{F+Q1oH`L3#3@3`S0W+!$DPp(1Vz%{B{I z=CWrR9W>6+NJE1W(Kq;SEwjcNL9KB2fN`P8O+#VhMCqGAFgU*-5B9|e*Jzk}-nhof z_{3>gjKf5K>*&j`ei-1FYNIpM^R|$P8~qw@f``(uxB8BuC;(vAVR0tt{ZLL*; zHVrxQhK7m%eW0r`j1-Ymw(m9WLL%$`@n21l@e~r03g_6*g&$-$wEw>FoX9aZPoe_c zCAcZr_y7EO$x{%Ew>YtbG(CpALXc*XH*#bjTy@kP$t`*0bZ!VP`#h3X?ES03t2Txg zK)X^|K7$6Se4zg}3j#(|($(}yY2AJzNks8KBXfFQoAD^IMcBtVHjaT*3h31w{D!C> z2>n%lB(CCqJe?f_ZtR@Do49t<1z zzo!g^f=c%Q8vPd7$hVMNuK3rLscj6sJ}3k%IEI5e_}7&5>j9k<-4i=oP;*;4xCP{F zL@sywShxi!5o@_Q#vk0mf1d|w)>^BisRaF>e|H6O5?*jFk_L8#0WtvykNkaa>%SVq zoS|abvq+EJfY`rIm1`~_8nNbT9Z72$_ut+_G8q!0zfUy#5ttcykmo#8)oi;1PZaa} z?`-=jtY``;$xrpB@GHp6rlSA%<_ZC+ZOr7hc^0W%kRTqe2iG&CDO6JX!x!PsDO~$E zG#a4ufiOF*JbyFUpE>vp%fHVwAcbbjO7lXM3?$Y4AC}@8>tr72PhDRQ5=IY@ko)s1 z>Ok_>0ZH%Zo5zF+V!r+x=-?C{pIgRCSn$YHQ26)T(n#_RGa6i&r`4B+zaxPY$$x+S zEm75AzOhe%v5g`UlvMqj1RP6H`mp}__F#}{{|@pE^Qm^~^`%-JwZ1|!4@v^}e>1k@ zpt=DTDbW*9FJYbhH)GlQ3U`h34Cc-r-EY0;LzD;uY4&d*smMJl9ak2Rf<4j#asT^_ zVR2%M>?(pk<%IFCUJyeLGjUU)%M`u|6LY8?kIPl>n}dLTQ>PKLG5GeiIB2wM z61@8NZI1yS09EQXDB2TD{aqWPsRqrOy3|)c0W;6<;Ad|AozSymBmN=30-1FHV2Cs$ z4+t9vPt)VWbQIq93bIE6hVnlfv{FwQo{~0S(^gT7T`9o|y5!kr3QupkkI zAWuYD{>`=5>Ur?@4@mP2nVt{8$(XCJVppC{aFfxreUuC+YqrZfkc@fov?s0ce81Qw zJ&|D3#&@tMx^FJFN$T{pC$guTYas3BfU{ss3Ti|KrM2L20jg9*r4x8udt&tcB!Bbe zQ9e*wa#bl_yigUmdv8r~awOU64rnX0%=8sSxbE*dh)GRTxfqK)xk|cFq){}}zjtuw z-iE*_MS@*ejqa-uYUYB)cwb6#w;aW#)h||YQXi#pE>2X9HBay4S>RBJSOZ8WJX6Ts zXC*re5?{V_8`h(ENv>ANCr#f}Jq)dejVif!_&cdbAR6%ERdcExz!1yl(&{xd9z6KT z(JLTg{9Mcj+6|*8kjn4*o5xUhp%op~-=u1iamH3zCxh8Vnt1T=#s0WB1jfQUTrfXc z-_i?c|G?6oWi1P1Chg*}S0Yi|q(#lGZUyMdOp%J8T_$=UyHVdzy-kbOluc~_H8ZPP zlA__oZKI*2qb=fN@sgC_t~Y);+P|>NE#LJ8ZuLtA z(ELE!%|93PZMuWl>M*LZ8H63(~xto^}v+1kay4pX+FbszM}DS z3e&YcDQNW(JUb*NeHF@LhC?c32vd>K>sfuEfBJ(DaTc&mCzrUNhevZ*cnOKj5iO&b zZdQ|%vAcM#LWpTUBIH5~ow(n3GqiV>pe{6Ru``oYQMg7$K*qrT^)(5~vM%5X?z!u= zY!Fa`P&W~Gqf7kIE1jg)IH1kd*WQ`+aVY#3u$VYT=5vtxsZ8h z*LC$-Ys|@cO)y^HP6q?C`A`$%IICJ>QLrU@LP}eqhX`fNc*yk0h23Z~&)S;dPo{OM zOOmC_aKS%B)C*!R&#YoVUuCwAxXy3B-;TT;+;Jx`D~sqqA$QGbau1z~oewJI{Kzp9 z00@e+UsN*QK<)cnU-py82(0gJUUTY9l#d5Vf%PIMD*~z$y2?@SU44d-4CA=KR@O!( zo55<*#eWHZ2f=H8l+O&JC;N2Ot~f326RYA+=$C4qh|Rtm`&x$u>IAmiieaedUl>U! zfS2)&%C7z$r^fBl-#>`CG1?dl-*a<#!uNMs>|&GjHUp|1Qtaz4IAb1nf# z>kZ0?mHwEr=}Gz6mzda}>A+cg0;ETh@%H3-j0>-3h&BofWL$&n%dWy@-bq%mYB|GP zR7$_IK{B9TOi?A#p0TaA>8D*iMLCy=Y&;EbSR%np!pGE7b87ASchn92dL~r4lY%aH z4obzMWeTP=#%;rQk)82|R}AwJzy;cJ3b)5+Rtgr_dRrKOU@SOV|7GkA?Rb~@4r@s@nP|1`wxLt`IBhy=x zXZX%4P4cvvj?~sHRadDxt)iy3ygb=`DMw0`eZZ}GL{lxn^q_+*DyUc&_$fcq;v2jH zB9Guln=};RogQLGdXmLQQjE+3L5UEvw(GtaW_~vA(8_lvOYnP6d2@?|8agTwNP9XX zxtkW;?s?V1Z@&idpZ<~NZ%p?*TelC5K9;xhN+P&WihGkNQCmJ1tUd2E8Hy3c$b}id z{78*)8=A?IstWO&JHk+KZW-GozfdW{-DOqpkUV}Q&&t7^B!SWGg_&RB)}O6_rtvdh zG=g=gOZs2XVmUKiwM}xuS)Umcg?EFgz@4(_$+vmC3@&T_6W;nzJGaRYb(uUeD#=ul zGm!eZu*om&!--EdnSew=-M#z&4T+NPx>%)DI#=kNp_(-_mzu_P9AbP?gSNOt_mvU9 zR~q*3nMC+Ys3l*R3|2T=hv+#n2TvcIZK8t9p1+ICe$^odMEV6Iwy(En-eb-yV>PA^ zHz_v+FBUT&&@*q>qYw9gO9j-+|$c58?5-&Tc{7o6hZFaI5Ngv$ut=1A3gO~qEA4Q;hz5V znhWHMRf~sWetU0JL1g~C$aP=;nrE?1FJaEUIoKtgjgOSM@qV0)pU!KW;fm|ID!4-5-aM#*$+X^pZqhomy!y5mfjWeo=egi)7p+oM@CYXDV`BJpo-uvfARC3sEoQ~cCJ>((R|02jl4}F6~iC~l-Y7>R7+tEPo66#KamT#Z zWu|AzenYTQ1GD)zE^Xj-wchB)- zhs9iGjtQBBS@Oh6R=NQ|cMh^an=zEb@~9!$c!||(nWf0gye_3!+3pzipJ=GgxSp>w zH<&f!pS29FmR|`{rvpP?Z*cDwhd&C5Mi2b<8{4?xCbH+E9KSp5Vyj(|8J-`xo_GVD zSz-59BvXVo2m}g1A3EZri*T>XHn1S=Zr)ov9xbWzg$o>08cndm*a2W!A`vFcxXpwB z1hRGz-BDaLk`ix;+P%mmC~SQY+5o2kL$?ePgp#23uUM3hh%}M!0d5%VNV!W9{p4Oy z3bT!UiHbi6h*}(S?3#EYXLnY>@ctAbt;yQ3KNbY6G|IO$lznK;XV{LO{f`7y(Llfj zdCbU`f?-#x<=o;oX+ZBwKOJVTZ=gawN>}5kO6B1zfit(cLn7C7^m1aQMJyP8UeR$SD_(9Er)$*w21VItTy`r(bqr zN#@XCnJiS@wTpD!?Xc;2!aO@)O5E4LEfQfN`UwFztAqIgOz_P2n%{zc^@1=QTzI5M zKK-TL{wEuv07sy!1Ky=EsDg9rBmSm=r9t3#9vEq-qP3w(_2`ySYmcAsmKv{4$@24g z#V1k{5bhoN7G@Yl_bHUr@|L)=sSm24`GK%p(ABQF(T}DjR`(wU@%MK<20;>i0A~~$ zcSz8xu;wo|fP(EC3z4fULmnOpFw3rqYvn!#9649iP z^OvyTz85hWVG*Z7+QL>s+$~8!i zO$_NSC>o49%OMp_$sPCl8zJE(2(F^&sq`P4Oq_J>PuC1dSGtpk9WR;qLBxDk`B-9% z)I>V=k=O?hZlzOLUru<0A1~KkmcnyZhPIUWnKJp)IY!_SLOoj4=P31uhO= zqe}BW`}|A(9JHSjWY@w(&=$)*{BBCTRzs$QqYhiSKWiSHxB^u-sXw=P!GY~rn}5#a zZ8Crff=~FnC*O#e9oiDFi+3trp;dFJ1=9&wx;pc%KkRQs0K& zJ;>O7^JwphcWVC3*MR|(6OfUmc(@VST=L+;X+wyil3Sz@*#?E|`@W7ybjwoisFXGPz7Au{u2goD zWk_~o?2K(V*GIa)=leU4bAIQa^ZWgCKL0U~+1@kr`CRYodcB^nx1M3>@0;VXr)*N4 z3UT+;1qT72GJ<>E8T$C*+JzU|N(``b0f>6oBa2yIOM+Oh<<~rV=Q$@?*>_qc_7S|i zq`c!IxV^mMika*kg^UlwrNL)_Z-#+CAA))vo{7DgV`KwKCPmQ9;$F>vE}ac?@~Y!v z)+bgmN;G2A0`~QNC8SJe(l?DVS852JJxc7SR5h9m62X;~gvjQ&l3SqGQDZSOCmop< zg@Hq>fVR&{Dzd#qhm5?^Ors0apSbCa=np=GJpevV)l1AcT~^n^qOq2~H^q7F+EgO; zfVg7zD?K(sPK%*8ZJ>S6GO5?9F^pSaQ+e0$)xt^jl#2+u5V(MQPX~&#dS$hi^$S;z ztY!SfwwfICikPczQq`%boS>k(P!7Oxn}6f>v;`30?RlMYqKMZeB8PP!h001GHyr?LiBk zYqBsJ{9?=I?>}1;Go<-KV88ejJv5o$4H~+6R{E0D3C$vFSL2)ckrCiRyfJWPl=^SR zcr3bcov4Mg`$x#Znv7ssWoaHlXcJ1lLVgC?Yd(95>Gx8}SpQ%b z{cty~db@9N7f0V7`N*GnFpOHpQ-xm@Vuy#>_O0#SfJ|YWHTz=X3Ic!-JCSxT^=E{~ zBu+LwMKalbWRta-zucIWX3PBYhG56I#zpC36?Py8+C`x--t+cC3%g#7I$f`Y31v6| zrahn5=PId|i0k^P=9O!OM7SKkB&WN*@-XWZkxC01xEYR$HuZ2CN?fzRY`U7gFa6v} z-GD?|-sX9=F5%xSUP$uND()Y&NcyB7HKiK_cGK?6Au{*o#>Q$=9cS~*9YVZY>)4U3 z20Gy~10*0B=$-Lf2QT|Kv+(mT*1Q>ysGMZh=#WUX8L+l~4;)g5p^j9M{L@loVmfth zO5rTQ#ibCCqCe{K?apV^6dzj6G~~1=jMg+P7`JAI)MSQJ=DYwAbo3?pXn*C((3+Jx z3p-yKL#y}3>dDPSa>>mZZusiL{-I`33lhF;Zucia<3W6x=gI7P1*Tb5YGb{;zkS2Q zS$n4D2xYYj!`vdVcHs-CDB209*SsW!dh~iHS~(j~3q*-7Gx(pyY*Da%mkgOQh zMO=4m6btTI9NW>>HXY{M`Z?;H6zzNAAt2B&C(EH9`&vt<=vH3o%vPtccu=m*Q^*4@ zBNf!ayH9$h-Ukq!VmMx1YC~9~Cez9>1gCWf-3(ft;-w`)4L1k?B_vGZ;9U;uW7C}e zTw%$dFavz`y!hn1c#KH8MCx?82iX}foaun4=MMg44}oAf2NiZkTeGd`F1P}emF^m9 zc7uCZ>yX;p=bV(lY)GkrBvZX5jq&74`qxK`EbT*O~A#mLMZ$5(X*vcQYRPsPUeB}HC-dv`Y+nQ7NzmyQp2AGvmKk; z6LN0O+#j^7VjPBTUmG?38~Qy3(UU(1nt^vV)Q^`FQbnze^N=gj$X}oL2Y8hLPZw9> zWx=*pk$q8U0p&R7bngvjpo`(i#p^NKNWY?`7@>{aC609Wi3R`uW+dp>yY{4e3}&5# z4M(+)OQh9h0-EY}%zdcTLjr}sYh~HZb23|e`%I{VY}tHTS&X(4#d&bgvZS#!l^jdR z*Qnv%M_WK#@8$Kt6}5d3hNSfS*l=ZuPp{U6m(P#^#WrFcxDs`;C)7HRIC|^awQFf( z2_v+7920ni1}T%HmDWF2aOOIgG7xp0-g+o1=ozVx6X)*1E)#1qzr6EszkI$TWRRTP z0Q-c}u?Ikmvgdw+3ekhyvB|_@(Ft@=hn^VweeTzlr+Xp?>dvqZMKn*84FEOF4ymwnXq2_^>k9AOf(7XnhfubDn_+A6D#6N!tSQwSGR&^7oWM!|dNa=Y7X2%+U=U2cxFzh%<{;^zfdIqSS zl2)#MXg;`k?2Q}ea>1Rgis<7QOOn3hf%l=485S=Ndwsjh|MGY_cD?!BCZLT~GW{3* z_P`BnO{t4${gpFTUNp_*?uWYd+ZMjW25L;zcw zFLP(bp8$otB&;2c9VnU$!Y3J+KX>a^{JZ|vweI11mzN#6*SYPhJFRyyRA3!a1IUXw*Z{| zeZ0B+43gVWZoxF{$5RU%H*$e(84OLP55xBV;P%-QN5fg6LaHoCb~5DpvNfqj&>BB| zQ`5bv?Pb5Pa*bHSQp)PPBVO0JFF7i&si)7}x*m?3XiOPVzWiSCrkKU@Qr{)olV!G% zkG$K6kuMhY#3(P-D@_T|JhuoASHV7DrEyV9%DTJQ)V(-fAFAEAa<0FckhW{J>Isb+ zSPCV_Tz>#(DO$tPOeN?Dz57h24p!7PLcC%`;U;V?i-*sB-T3>B>=JLLLkkyWQd$Yx zA6D%@dL7v`!ls(W-ezpdoZ^vic7O0^K>@Nv>DK2v>ry|*H@sE|_8yOIelX}|#`%V# zG&yr;cbCt0ZPbqm%ie#neq%fgCN$P&03 zmg%|Fc|XhJujktGMmLteC}Ww^h!DU#^i5^`5dCJBK>DI!i|u{xR#-bHYurK(DMC+@1;ZCQFPCa8ZUF)b2?v4SG8APa|L+ybu*PSUPIz#R#$4<23(c*Im+lk zQ^O==-#PETBLl|wA&XPJ!ZUGr8e33NZ~Muz=@2#Br2Ci9@c54-h4{s-roXF#>YY`f z2hzu+mH+6Kq#o>wc>C&Jb07xPJ_rBHPDDLZZz@k5y`W~^ddcZ>&OrWQ@{EPHFitV2 z<3m^H*v9HYIFU)HoIGf2kkHKT9us68ca-DkZPZ$ectFD`ol}rdw6L4KuCLcGGq_osknxtE=J-DH{5^(xuH)jZ!Ma0=|%TgCM z!c*Ah?LXoyzqdL6)P-EFVY)s8!Fws1pc~cm>YEx~_}qPXWT8T5m)AsxPl8RQR69_u z4e+|{z;17{3_l&Y&m!>~16L2QlBW-QnA+m!hU81C)GjRqHBPlfy3;TBq^h~N$x8j+11JdZW-F00k z%&9V^uh7^GA!wJ(C*uW=N8lNVwBI|v!yyk0zwY=XRkaqE)=H0t5>hzQd|@rbhw9h z+JK;uBvaP#u9Be1jH+pM6O2^?k+omXQ%XI{i85CxOkXyW9lWIzmZ2Loj@QNr;@p_B zT--M-QqJAGs?Q?SULkV6(t9;spFJR3Yvn|N?w;Xw_$h#3sE9AxwVL8JK7+c1uH?di z6yp7I9g86khG^yYa>JxM@0F-kPj6Kp>Y&89OuEkcHOWj>J`4Nn^)aZ$5`LUw7Weh& z%k)MuT_&ur$V5D$Vq@MxY#`sHa=1Csn`;e7I;Sz;{@R>MbegUxwHO}w8I3XY_IL%G zGOj!ll}p*|n1T3wqrG*Gmr&5=yYwG7(7sFKcA<2h@y$&!;VVN#2dA4c$%dbBHbvd* z`H?--JY&?nb0gRRjh-wtMqUq?WeVTYG;`zM!;X#BJL{SEmLkbZeo;D}Try5>_)<2Y zxajSLE{GW?TPqN~G@Zy}!>IlIA5~^!*H)V)+-(+n|6KXr8p8>{+7*iXVDsS$k>G2G z^~E}MP$ycCU5;Of1^~eDfL{18F}la(-R$aQevOvNdt+c-E7~d3e%laf$E_U>l@2x4 z8Gdfo9$i?udFJ7zN6)t>zSi8PpNw1ek5gEbA(K9+E>_N|EnAjCd|s9uYg`>f?wQnw zp?*sw9(rJBUSHP>JjhSGn-EJg5cZ5IRBBmsc&n-1Pn-)QUZ!bm(K{?_(JwwU$1p$X zpmO$8HtMNL%SDgR*E|L@zl0_~#_$`BgLCYBfGdP`hknFOEg3!-3M)tJ=^5v7a`c1B^nKG<}5 z_H1Kyiu=H3e)R8Q6zr+69@DH$UnmK3L3EjJ;Z0U`zVprx))V~N3YcnRc`LoARa^2N zb?+-(!NqcY%lOUKK@9-NNDH&MYBIdwHrjBb`~G0py9aNqr1DU;H6|B=u?~&go-v;V zb{y*R(k$wTK|lsp9_jOz(z7|+*pv6E7ETI$(%0>jFedeMp1Xp?AlS3)Tgw|O6%Cv| z@&J0hXy~8o4_6!jhxL{F%+v9*>z$jmoHo!?&Qc--uQCg@5-zU{t)JsayPs{`eD$b! zci`+MFYa8=m=~EMIsaWmPV7J{TJA>ExMnN*#uH);v(>_II1g~yFP&WHnD};QEU8M_ z3(E|x;o~Q~R}O#5R@5fwui%QT3EX*=n-DBvhz%{!6Q-$Te%VD77$kCfqcS<%7WtJO$FFVM2znXGSKAR0403+`k6}6l* z`()`kC2{9c=i;uJH?$dikicFv{*3c7DvBx?7yi0-MC8$zyI4*%@oSXWwA1wFamC`! zXUign^%h{066)j1>`~qoGMO$sG*PZ6p?t;kR<>MF)+=v?2>^ZbmFsKV`WNYSi)Yb9#T z+@BjD@I;RG1h!S2I0mN7`*=NeGY?dsLWrEUj~}D{=@jSut5ZDU{izgb6h8r+yvqDV zl|MgFQV{HR76&aqBfmfKWkf+pqQwV`&J>kPSf$5)*O(!@uQ{-*Q*@I>DJ|&Q^VtjW zsUvrCAJ(B8d3q}3g3?u=u&0H_+?iQwE4&Itci)9e@e3%3e5lf`cYJ3U((P~-I^k|3 zuU;TdEj3_lz~QrjjA(J6I4kC|G?)jYR^q!(Mql#<^w2&B*7mP!FL@QI9VXPU>f7`w zgfJ5yl)t!=bMkF9jXxtTE8|N`!kUNuY#6$=;q&Lh#;gv#qr!y_cZf@>7SW6RVaV*n zg(3+uWdtOpUG+h3unp-xE~uP(uJ7c9Eu1(FtV!}IsHI(F~!KWZ))ufdUa{gIBt2fj5; ztrF($C4lo@?0i_?^o^LfpepvzrLT1W?GoJllA}|e5CBiG; z?*H_P4GUJbd&MmGZn!*%U~g?`6KVDKiZm#ZMZ5Z!I=4Fk#*(G|fL@zNd3>b5{~j@t zPWBtzUApz3LA;-q0uS0UpLO-fUfOQ1!%G4kr{Wpd{Qcc07g^8JDl=);>Uze!Fg7c$ zz}wYl@yqO<=Jg>ngXNBE$El@2K>pQ9D{-mA>AT0wSNe#g+q(kxnd0464A1JWD9^t> zotBL2SLM&iCOn%y`$4Xca*1p~DBp3W=o#g)rIXDI7#E`Xz#k}nHrQ%4fpVNS4zDSek z_c}Z^wcVqU&srciX)^B^2WIs5fzfYPHiZ^0ML+8V_rfrU3%lKSCDIl;)3~s~Jku0U z%j2%9NIx*5sUh%1!7AphD)G$ryanEr&xTKIB9+?5xU8ZMbOf$qz9WzK>W>P5=y^(g z%{9Lm&wMSFq^7p={r4&i^X(PlhTP>MBq1hFMmE;RFLry7i9FcUZ_Oe6(fE&+5N@#i zEh_u3y5T>O0c?iF?v*K9oef^nfXj=sZZJS&oOhrx|IyTyGy1h*A5>q+WrKKU-=#o7 zdG>Gv7JZg4wQv5nAszt0gSXuWY?z%9_Td@XrVvuq(b~jo{(gLRI}Q-og0cfI3s&V} zpmpt~x*0@u@-MkB{9$zTw;m3z@1noOcmMweSOMhtKP(CF|4Ju$h6dH9^Ss;0)WgufK#RIFHY^t{M7dNffrls8Eez~ z+qW1GO0RGU>W&*o^3SJ??dL2Qn}bPxU%veTiKPt!$Vl%(3fT^41X08ezuyf)K|UnR zpjnEn9|ZwmOXICoU_4+xyKBB4I0V)_H?OjMA%PP-9El3^6E{L+>r*>aq3wsF@+qr1 zCUn85rvRIAC+5L9OK=J?a?>pbL5j(A_1^`3b`48amwv4(6_t?o!;cIo%bc<3s7DYb z+$-T+R&8A}l4d}YgZUD(^$hSI2ItA42+#rWtbdG#p|^bkLplW~Y-OgLO=uWz$a8wp z2x#)pX58U71mPc^@GraKrk= z{5O{d@{y=Wafg0}h@HohsRBfYJYawN3LmnfHksJ2(u;uz;cm7_z}WDF|Kas?CsXwKXVhI$A7dF2}bIO7fHYX;%zbUq-JbMNc3TY=P=K7wj4 z*|hcg)L_621Q<y_DnA^!vL29+-n#d<*2RfcxztXrPSXMmJZ zd1}SSD@oRK0BLHI!pp4EqIcdUS2X-2V$It7i(t}|2 zbaIP1%b5^}um}(u=|5{U$NK<#)1vw5FAVXo{)(zCWwz!HJa2YSN2)^xSnHQ(FayWV z?xHP%&@XU!XyWqrsqa`mCK@3Q(jbkj= zm*00`XM_MYp1eO%HdS=k$$GS_587hQrvdtWqEe zXJO?zR ztSj7nm;~$t0mzVma1MYAF%^W_DovngZEG6+;x>>~UKIK@W=r8;Pru(c!qIeg8li~* zgxUz(Xa5RJi&W{Fxt2MMGRjxBHuAR(U4V?(j*X~!D#dnorzrLL4$_6E5Nbt`a4c>| zJQ0YY5Xd-(&+ZCqKPXj@LVw(`l>V4)RQbxocniY(L~@fKsOz?mL#2Oc$HSQOII(R+ zn(e|*@zUiUMbhdRXI}UnX>LI3hye}bqaMcV`6~g3Vh}_&N4q|>|L282JSwZ$*d*MX z2Rx!0@0ACBh`9`KN79Rf&i-T5q<#4f2R z5*C$H;bl_bT6BEdy@=?D0CiOQV_Q@PZ(unRF3?~}mIob@ z3!rQU@;Ia0OcS`X4cyrn;vSsaZ(G6g z$!?<%f!Xo{E)33@I>5Jj?lo5@h8X#_kKy3m;>V z;eSZ#a0=sJ#wd8#vu2|458#uN;QxfiY`Vo-5!`Lh2l!3~@@yW6<`#CGzWPxaMH#-j z?ouKA@5Y$z=K%f$_yUdaS$kg7&MuM%XsYygPAgQ%8JCd?D1eZY)!hz$t0RANDdCMj z`s^wKo(56?{d$Bi(EgL7y|NuO)!}>aD+BArQ*x`2c@>T=*<2%%ajRR4?RWTu@e3O_ z#^PmoQ2V8Eqwc{wcc%*5%~Vh}do8|vbFFuIxtH@h7@B(LM+SO&3W-+jNdqM4$ZUv?A=7 zs5kZaFzP#BZwN8sBv}Eowj>vqmC8rI@Cf0@?I9WnoKL%71e4On8I=FrbeJOI>3sg~-Y%xb_x#*E{Osn`) zeY|O!U)ETxEQPc(1OUXL0N;>B->~tqLHXOQ++)!gNssDVoDnznzaJDRi;kgXImb99 zwDsFZMfFquF`f2uC$#(D?0zF97DBG5$}k3^O}|FghFx|nuji0Hfbcynj`;7=MoG#B zv#=LDsR2W@%FFoi9Eh^~5+^s1$7F|j`{8_9#l?XPOtglUYfqkWIt3IWRng0LEzS+(SLZoZ8%NhaB>J;@rd_vY#e7D>~UpdKB?QGf_W24wxWTzIoR(8isquP_5^cduTR zf_qyJMw_vNzpr%-tV8*9Zj7oU5zp(-fX!FV17e?`Fyja5nk-V(Yy%A(TW>?5M#_-& zJGkw+U+OH+P)qiPS`hURc3CD+<388LhVtMiJs?l8xzP#L0sPgjZ{V;6%-|aWY@@(r zv;{f1`{XvIIdjGOj~Rk8$tN>34qRDIb06zHS7-d>(yTwNc3gkYVp1Ku%GvmcKx zFSe^$b!Dsqj*NDFBr;edrKM^+;8gkjR!~OocR*UQXl0iobsON7If}q`se5PrHOE3KM%=EmKW_(L+8f{uRr&COSa zo*M-BB@d-Zo~P&6Pf}vV_l$x&?Ur8BTFTjShkF(bx4W4Rx;tiqMD_oM=rB+%x9crK z>%AmmT!d6FcBTMOK5f%wP!mqr$I#sX9-?{haVH35sxZ&i;B^_0YUA))q>hqUx{bd! z0x+i%>q%f@Ra3Lwj_L}{z<*v_D(ytdaVc`&k49Vqbmn97{OS0*b!?;zwNV*MBrOkl1nWqjB8R{u_y9%|%XJt0UeytZ3 zRd*eG*Dq#6x}boQKqA}nalunk5X5_~=JFq2a9w#>n%!2+^%HB;otM~)-5vTI$J~3L zR%ku3F4I$^m1~oN3G#Mw)xoK2@DZHq9EMesO(*t%5fbj?-h_ro}{&aZ@ zbarp*iLKvxC%uV4INr`--CDaZ58p{;yuH!qzYmK#jE0M1HW#wiGbh>`dK87}^OK`- zc&ADcVCF%Gm;MDsZvvNyaCiH>JJ9cOnUZVc_8MvTXe8mRsZ0314sM}Uvkp};7!K1Y zu`#rZUWuHL#Kq&!IZ`Em_z*OblvK~}|A6qpw-1?(SUJTLcY|08zXV2i;A&ma%t80W zIxiIB)-|sFe#F{~+6BYAwF`Whh5lp^+NmadR%BaV(m79EIq&+^H{)(xB?4af*I5-V z3O-kVo8zgF{oT$N`@g%(`rq2({jYfP|EY~^+|+eo6kJJm<8kU4=A8$B;o+bV-#F7N z+w@k%W?wV>Zd6iL6Mon0+qdkPnc?Cn+i(nec{@k9d`ToM-6}czq&!_(H4V@ Xa9#U(reOu-H7Lj_-^jXV;QK!S@uc){ literal 0 HcmV?d00001 diff --git a/00_documentation/002_repo_structure/0021_flowcharts/00212_data_mermaid.png b/00_documentation/002_repo_structure/0021_flowcharts/00212_data_mermaid.png new file mode 100644 index 0000000000000000000000000000000000000000..59bcf9885440578b985b4f689a72f3355930adb5 GIT binary patch literal 67352 zcmeFZc{tSV-v&G_ibSGPBs*EBWC>X!S%wrL>s0o=>^q56WM8s}K@zfOnVC>o#+GgD zOZI&mjQzd7~j^jSuGje^e<+Gfh^K)MF?%@MPsxu5{U@#b!veG>b z80-`V20M-?KLtJ+$h=_+ejIbuP?Uq^w_cqEZ%&%uRl5s=6^2pnJtG6}DPAb)I>KO= zIHCWJDQj@7z+i`&%J=R*b~9QSqNrBgIILf7D>cG7FYd-hXSVwX%vr@OB6$TmxGYN* zW)+p9)A<*bAEk3NK8P;8S9C$nbi{O|d>5Nqu)O7>>WVaXmtqdP>4+J*HJv2x*wQS% zyuR;Kmu^fBo_+M987=Dd{Pzuv<-|{#)31iSMD_?*Gh82{|?v z*et+FONB9OvEtM%HY?WrcWN-%o!dTMsrMA95F?|xE{kQf=N~o2{^z$aOZ)zk(3~@v z%j1;)`S9+mQRof%L+nANid9cFB0IZoAgWUG5poNIe#y%%-rB?GmGyd09DzhboYkEM6$un?P5r!&z` zUWG{pJS1Yr2-;H`0j`2RtDI_Gv`}n#s;$Hsu^e<}Zw;q2Wt44bElf|dv9zBO?^5D3 z{(Di#_dv;Upu$l-ArKfX4CY6WUxDoLF0VI-?i29bLH_v zqxH;T!M3FnRCWeBflIMnv3D!aQoXw$a+$eGu>5O)KWm=j{F+Ps$F80yddqr-vt?FK zx(i0ydrg0r@B1F2byea7xwLYPEV2wAex9`I`rPO+;;n{yR<~o;|L39lYf-8Vg7()Z z&*%a;1MPwb1edKH2J)UIc6g6g#&qF7?>^qjlUC0*ygnV9DYlG3Sh&jvg~nKRPT`Eh zHiX-P?GK@K$bS20>r@M$2bwg5+i4UGU(BkyYdf21$Yf>B1*dX7L*HtzC*i%(&9c2S zzx-VOGL>_QfxVQ+ooAJ5POnttO0?oy4@X~@|0)x-?wo2pJgI2J@RwhYkZ36mj=tyl ziBn!S#}k#K%o3-q-MtJ&=OmoHjTq(zy&R?1?<_9e#4O@_EE)7H-7-t`?^D$#DPFS_ zyvQ3}runjSvFj3YW6sbH@i+UJW?PDV;(p%1)Icr2^peONrhD35zpX+DEn@FuynsQx z^;CBnnOP^;pM=&WcdUjU{GdUdxfBv@)y*4UPj+S^>f5&)edWu3@tYm)B?CVRpI)_n ze|am@eLeAcT{f3my2<(!Q<3-XH6ES(fE;y|nJMSlO!{AC!@Lh!G}1FN)V9KuGhaQ? zun2d?8!}}&&r3#KxF+!ATh~bk!5{0k&tmmK90N9Q~1YyXu}QwIL>7u^v`6_9j;~ zn1^0^vA3{(uv*xlqwsrm+9SPoKkMx^ks_;Zq?yOk;4j+q5&A08*KM-KGYqeK=)28I zcf{)V`}46%P=6F->D=I1TzgplYd|fnXWQk~XX7-^uDQkXkshU%gt&zE8$7tqMJP4+ zJ(MH4Tfk*1wWaUlT%D7jLXnxqcC!SOaBE5I2 znH}$Fw*&-1AJLr2Qk%d2=usWVo$7D_|AHI)X-HZ_R0$VUuCHO|2hAM zXh3SS*Z9xo%cRXkeSxhZ*PuZc{agCbc^|z{XvIQ7%p2p1~0x7-DRB{v8k&UZ%n5#VPR{ zAER?$rN;lfkQdSIzaB_Tz4y9cu%ft0pu8*AeLc3JHTkfYls8Eu{J?TBc;)EZ<(Muh zhJ5OV0`<{rPczcLz+v(|B8uygkXf_ve-9bQL5BRI95vs(pPlMsz4RZ@1@n!Z7|k_n zK}^o&!lTCOW|wIG9S(ND-B=UXp^ZF!?po|JX7|s3t@40Xw+0WU7Z(f{RL_Ni_0fx% zY(j=q(f7{NEjIGmwM`cIp9cvc&-fQy=Xrb`8*+K|!~gn4(dz=Q?X?7LWU)CsR?2g; z?|&A{;>amU)cC-t81MOe=RarShgEvCqLn6R**P~K49`+>aw-vk@WjzeNd3J(d{WQ* z1A|E4;E8`fg~jvys?o{Qi)-rE!H194VG98Y{^un-rTlUwv!ojj5Rhrl*T6DT79{<$ z;VQs&45DA*^hkpT0Daga{{15mB_h6zA}n(Yv~mxG#QyU!OYsrD6t>pp%Q39VyLT_T zh;v%<#pt&Zi$9M565%Mo4)?_#Ery6a;kj^vh3?*^vU4E7eEr|1)?E|FAY_8_+L1KOZ@9L8x z9&B_(n7A{)bw?xj(M|p1C~PugXycBlB$N){%3HlIcpSEx34ou#2Sy}!s;{&%ZR4N+ ztjNzPf~zLZs)M6x(0BFMV@EL4e_kdiVM>fucje=`t{hhO`(DQXwL2kEW+e0R++2w3 zE2i%wg>BN`u^6K)SGvDF^RAdlcldu9ze$KN6(+iDXJ>!QxyY==|C907QcN zFPj&7oNyW$5#g>z+!%6|X_7fyD9`+Nav(>jtb+qu$-Ez$Wbr>X??M(5vPgh}e_oCL_*5JCDRpN9cWc z-$%=`zc~0pwFf@H`ayrdU)W{t@g;FbF2j6RMcCNxaoJA^qInshZirf0kt^eH?+_sB zRTEv^|GtZxsF>D61Ye>$iVG}xOwvh)p;sI2vS}9HUl9NOu37lrN?>#N`5OE%dd%fa z+WTcn*el-B8l6hRokzJnnHt#-sIEwRRsWYKb*NXCx%U)eKnho!YSDjwbQnsK+z*n% z5B7HvkDm;05A~9--Jp&pr z;P}x-Xb;ZWTS6kK**g_qQ`-*Y%DIa%Z7`N6DC_?|La`&42{$6#i$5j18Yt^Q`$(P* z?ONS7+m+Ml?i`vz<3$_`8o!hF*%ZW*e2Py(b)ZCS-v9n`yjk=V;}F*4uUP&T*{kIr zul9v(dc!{+#xXaUr>aF4nZmz`yn5FAtz7lRbfzi8#H<>#XJ!dC&(?rFmUHJy!N>`T z)QnWg9rw8udY$VNvGd+3t`6{ku=-M-LNzyX<8ewJ(U$!$}i%qBuB07NYT(O~b2}dwNrR*7$TE!6N@om!MNg(Pf#|auX zqj?{t2UNHcCb9%G469rYDPjke+cy^n5_eH6whEub>~X?W9Zq`7rLB2&YV$1v&+krm z)0MqGeNI%MZ?Mr|WaIm!MMYUkhh-jqdcMdYUT{F5KAFY^*KYg5Yu;(UaWZzy_F~$= zcHs6EMzm(%7upXXD!F}(4!+?E$( zI#(9Lv>WfVG>G8U!E{CQ2p}t+B808F?o6$-4Gs!otIK#K-Cp>OwB$FbZS9px2IMZ|G z;+1%O0J1Z?Ezb8qe2bj|ig4jB4^pL#LE-!Ee!XY9hWfo>@2w#hULWk!M zy6_YC!BX}5gFh>3C+-Z{NwE^A675x%htVy244bnhvAHKsQ-8$g418*HC6vxl$QyN8uT1?8u^W2u%V(o+cC;g9ACu}Ld!f9Pr@u6^)qbJ`WP8@xQQ^8mj%m7|p#%Y(;9 zbkQ{`$q4A(x!#$5_}tF0vYNxbdR4>bIx0)`3jO+)m{O(7B71!pbKEs438nd-#pXTv zARkV4MQV|;C>QJA@?{#3T2lb_()^->t-Ukiyq>*oJ?O{c#nyOw2#=?<7M|`f>aVc_hn)tB~YPdZw0izL??GRIz>!n z5!O4rTRHB@3sK<)&AXf9ZyDFQ?Hj$Q358P)txYr<_e9aquUJ1EmsS^f%cql{lst~y z5%0@T4C{5@DAv_4sc3Uu-U_xyh-|qp^^6G$Dhci<2|oNJyReh}Aeo`+;OETNN1yT; zbXh2)h*k8UW1EzjeyPZ2f2s9i(sRtf;HHQE+-xQ7PN?Saa`DQ_4{Itam?i7bYj`)R z(Rs>;Fw;17jbt?kgnJ1o*AZu=#BaMU8C0zPW^5^uR!=S9CLf}ZwkJkiA_ROcH%;Kx zEkaRvM5jb|(YfVwCUz`33S9b|&TWboxGIPtKF`rB{US~=KOvq>PuVGIq-pKm+tz;c_FDu-;5)^lab6=(1Nou^p*zXU%iMt?de2hgzL`=*12U1Qa z&}3_5elgQ~{pIuLMAOy3WM=(wWutnSJ^G5-EG{!Wc`n1@_ZJb*>q^gD6nszBSfct` z6tAZ;>sW3(z%S{VGT-x9-?U<}>jjU5gv6BlZgbgWBOU9n_sNuv8{6eWE@2ekX!Xq; zY(_AgQ-`jD0_C*1owj%TJKC<;UWvJ|Q?d7p9{JNJYp%rT>!{q7t>jU(+g(fY4Cmpt zCF0C4@*S~Rf02C~sVy;&AF7_S)8Bnks@kT~6@n9%&n{0_Wu#75`s@#GX3i_kDx9oL zURp=Wl-JePMpnyg)KVE1EJYbqIK)5H*vfq{?;2Xp_q;&DdG2GdKEV@SxO{tL`4)^^ z>k6%x*5`-!8N@KHPOfg73%W;$O-bE@O`tF;R7E{{wtLxw3@aHw_27ObotNO=yXBt- zD(?DOJovxOxz_mnLPH5lG3|HBCIpxBnR(qM-3jBitD`d%a;_cSt7T4|iHs){w-5&0 zCYp%yy9Mp|PwM!%*kkPXhJ6nyb+JCV$tsd#V`E&s4o=mA_BhT=f&2uKT;>7WPs`t* zU_ct+v+WiKG!<*dt4WPuZ^4>aBJ9{YW$@|H5p;6=uk z#Nw{_q8pZ-V3bXlemB`J%BQWu?$n0oJ@`|lu(mbAUn+jOolr#UE+wpnU!H{Tz1Le* zkFcl`V_%V}h@p!6305ibD>`p4&@Wc1pZGkVFX=j%_4mx%4*BPI6HyPD975U9EA4XRef+Po(*8A^GJhqzXt$5^TjS?yZv2@Tww1=BnH^y1$jTyI$U}W{poV>Aa~us73UkeLRg= zK$$ztlv#-dtvUx~4m>QkGwk&Ekvubq_AIXeJkCu*XhnLPez{$;d(z|nyyzu*`&_=Q z+iCfwk+q&3qS77?odex*WvcCr8uoic-4q!A*biQwl3;mzoi~`du8JNf&CkXj;=}bA z;U~OEOgfa21^yg*GCn`J^w)0k^Rp-WJ7Nu=AJsiS$ZsWkQsuIEqx|RN9F4{5CCZKM z@p|89$G=ANYs&Ld<(4Gg^G=z6^QfL3VacSSC{wWEIN*KFO3Zzy;u`Yv#Eki4gS;|= zqh3|E^U&$aWd^a(CkD@SpF0_@PqhT2f7EQ%p0Y=9+rC;@oYSuV3CJrg8=MIoY$tYR z>r;7Ve(e0_ZrS^_Qvp0_yZ5m{-dk#V?QOp3?+RGoj=z%BFuA*LNX7H@K8$xcKVU46 z3gM1gkZ{eHN(a~%iyqdYepbeJ&^dZUK2m41!mH=cbBGxQ3u>xgwTkbVcZlk6){-Nf z%+imu%T2kbW)bgku_{H?X^2{y&@NwOthmQLx)CtT9(KoJSYoOz)!sVlzIv|}4ra^x z3D=%Td2wUHY@p1xr6jjA_Kb4ctAw(E%R(k^bz|dFes)Fus=PC_sc(<&uD*nx^>H1N z>L7dGf1BRVS@>A*($HaV2kKA$8AE!%x;Io2+$l3QwTa&?ZfqrG1dmyeQ z;v+i%*5dOv3ce(k@UnK$&4edUzG>Dx*T?63n>^Lhz+9dKE?2@>zV5 z5^m7dKX%qU;SKQrzl$l_SYz6Zah(cVLOwz!c%w=+E<4p5le)ZfWvI$^x%U%48=IU5 zVdmK!p?JjmoD~{`>UBcaSi}Qsn$J#pCu&hP)^dXmPW%1Ni&{E{rq+@6`#T$jyYg6j zkQ>c0zFu2*RUlWn5TGz`YC`c*BsZoje@Ju+H$K?SnB%;RPUf^99u#u2us^Cal|Ix3 z72_h<`xc`QJ6%rK4&m{Dq;f`!DTk6evX)M{*+kvwe>JfP)h2 zQF{6tWj8lg{m464u6cPMY;#<>{URWQK|~hhSnP=+5=9VMkMxJ5<&Xsq$YQe(0^2%| zA4gXR?E{*Zx_=b$TFTaTv~p~%<7QolRmiu+fw;!_TiFX2BAVq9@0uq3?(|K8oVQ2}rBjnk4(k$RBz$|$F+WtAx~3Z72UU-cSE8**X7Sc z7()Z`xLSKnxF=1KeNu`q|+!S}Jr?IXj(X}Cz$&J_fHmWSKle zc^R3dDwd8=RWrhL`^CfiAw&bN2T4|ldnw*!$-*{n8OdjCfDJ`aF_x*U{#8J!#{ZNt z?qC?9Kbp8zLwLm6Z1%`+o4p{7?=OxWrCmSY?fHThA&d6xwN7>1#2>}w=z3=CKo3j! z_fZ_9n|LDy#;+uDxQ2eOz9E9HWvf9`eTeUz%-|p(bZ8^{NBJ}bDQr3>BpeUBbvj$5 zp#6XynDv)zuMs-oiMbm{&qZCi0vJ9QuPNj~@LQLI!<6i|Mn)d@msB8z-OWn?rfmUZ zb!cXtM1n?6#P1IUfS1EY6q~p8AMs*)bp!Ukfzk;1AEJ4i&$!0ktw2I4;*BcW_A!tw|G8NF|6FAHR)H`1z7ksApznSt=xpJ9L>6` zs-*RW_n9?6VNsVEQaspmjH=$TQgmNy^t7dd!E*2!^>kTeFSnNDO+bSZ`uiU6_Zt0k z*7H5dMK8u2j=WCxcW0r_!4~$e!ykpoiN*3NoSIm7sR#^)N|yHShv-vP*Gk{L!eMA< zG_p=1sThrnsd+7qa$W=I_}D~+GVL~Ur-noYU8^(%eTTb(-#V}QXr)DQNy zRdEI1ZrmKhAMBro1`r_LUFnvE8f1Smxc}MB4!q~GH>+V4h6kLSs3GI91HxPX1mK}S zf9fLz)@5l=vC^554M6%b5tv_B6JeB3NT|SaL*(UOo4#W6)FX0_Wzn|3#4yEsQ{;;1 zg0=hTtHUT(`O3yX`q;u!7|bL|B}VXuK&bDo?FY+kGMEx${57u}(0^;*$0L2sk7zC> z>tZv3=~v!pB#G~7WnMk=WB!KH>z!hVcM5!!9nR_e-e zKVGq`;)7s*6YII7h(v-_99^onXw6ZE4|mcpUy7VgVSM_VP`QlZ;v#%`oKp>K>c^qf zMwhn(-jHf?GHxVFx7eo$OdqudhM3iIlR2!G>&YK_`Vaj!m?R#ohJORe06aFmG$foo z9u}FbR@E87V6+>1>v@@vGORQ8%UKDbWU$5wz#FP1iiRI2W1GamvyTWX813dCMdQgn zb7b7}UuT;1?VZKy!3<9p4Wm;dJT?U5mWEE_mazrJU=lxxh7et#lOSBtN_bY~xg~uR z*M9igj$rgFUA#2`>PJ*er`!jd%B#iO3;g`Jeya51WGy8wVa0lXCl4|T8tlS)nq}v8 z$HT?);^w0;hM8*F{pDo)-Qth^+TY+X#B}R9M43&WjQ|Yx3Jz-8j&gg?#ze6&VCake z*5HsT&V6%>QYEOndFE-Uj5f2*hYtZ)l5cV-KrpdO!=$;0(PW z3t+9HKxy0<45yA|R}2LnC~HugZroe{64WJ7`qpM+Q|XHgDRf)4U;9ai&eSQ$Rs)9! zy%q+y!_G1ga=f;N!aC9wM6c^&%gy#AvVfuMBA0j6puO6zS4Q-?YZ2$ zM|3C6m#MbH?f|31y<%j4X%*5AyMJH*1S;ti()>Xm1!Z56;M@-s=42Tv|upZUWKtDwZ1a7&MHaY-iGvK=seU&iL%T%$Yro zth&9>U;3dUFlf32#GZisEH%c4;x=jiRIjxUA(wAL@i==YTl0)}x<_>n%)@B!ks2zbT|sN&yEGC(eKWa*ceIjpyA zpggx~ikxPxz!9eLu=v9>^Dv=T#ko4O;YVr3PZlT^j?MlV7r1hVc&lQuj1iT3}NmJ~LQu@FwGlIpsOxi52Oe#Vep%Z}~>Gg_O7LQeve6x*82 z9I-US9QXF^VA&-w6~!k{J`xrO?!KpoKd+P;taQ%KJLcC;dxO-rQ90PLj@l!13LQmd z@_WEi{)9}&uq(QN36X(dpbs({Oev?@-7zs1saq5Pxn9Kn?m6IkD62^;?mM1Bc=V3^{TUQTk^oKE?UjQS{Az<7cz;a8IW;q=a?EjRWM z(;AXV0ZZc;^)CQMsPyXi_C%t+*-=-?4+~haqC2ZU5s@O++E;`>=MK6ejX}DDb;twk zpoS{|AvzM{E%PlCMzeQZkl2xXth5{7Ti9v3wS)%t10vYdU)2`d)(R!b$7#+`U%kx_ zqzQcX81Xw(PnIOy=kx3|K%K1*a#DvT+9NJ;Wga}d>C@d*fXT@1j?sJNWT|B|??>}E zk}%(1>Kh~6v}r^il46XWhAoy~*HX`2Em=Zc!pTk6W5c7LFbWuYq1F~Le3ac#e-nU` zlNn*Zp}~xfT{%j}B9)|coUNV;awEuiIt(6pJL0(puC6>ezUIpD>!l4y90k_z>EX_GS_b{I4-1 zY?ueow(nGvh_9is>Auy(ZBi7RR{u8={TLy>F`@=LkmR%P90MF5A!ONM13{75q1`J` z@P~{gesQ&aIo5O8mIIC^N-G#c263Y{_!`|N@9ThaO^X)bGymBM0^2a^EI)QA<@(qjyH3~|0c7T@_S<^GO zg1NObq=w&b zr^uLrAzwh#OA!4av;}$(Vq0Lih9`w-I_uGa(5a4&00AAl?Z9Sa0rucQir1Qv`(#Y0 z#@8pTke?iXG~4k@)%Djr-aZBlSq41syFVN8%fqw~VJoLRkUWf_1_sn-4L^TCg;r5c zX^0LYjhl)&@OX1)P03aK8RLl_e;a)SWw2hq4B6sH8hPGs#efIeCjoV+!<%ao?UHaiAFr zg|FNGyu`|l9&6O|UqwQ8gQ`$W_bZ8gloppUreg@~xi0CBy9#8>gvH%g2EO}RS=RFC z9UvkN2)!i0&;;sL`gO_CTUW%EB%$fCekLU>AL5w#_ITJ)P`2dEAQ^PSWnlF@VNyMs zzeD0LIr_#`A9$GaXnpwzxoz6SSde`jsJ7I=xy#4jG=3#O20Ns8s?q7pqC&~O@)9y_ zx_UIba9xrOq6${W%^P2z!?1wxbMqD6IIQ#=@L86}QovOz)?4*SiS%hr0r3Al{dO`^ zV?Vb5R0z0y!y^d{>i7GKct#KL!ZExUh){as&T}PaFR#2K%&udEEgtGaf-|R=Ksxpb zK;6f76`2^w+hPUuZ4t+Q_>vj^$DBJ)0^tlxsp?GW^>ul8eE_nY&gYorvyC|{KpIG| zn+n&w2@hsRu))zhnuC!0CatgG7AMwlxedW^3@21FX2M2O{e}Kx(O#QqsDn5~HODJ9>{bdL#an$ylQGdxSPllp;EF>9)tS*{Qrvq9k z$JZBQ$00Bem867)ZBexCu@%H!Mv|L3Os1}lhapIDkCyH_>0CKlfQ~RzD|gy-d3b*f zENrrodl{bgFtJFxM7PgBm>ShgOOjgxnl3 z3^-6aa|2m*NhU0OTaJZj#j?FV9R=jRM+s6W4gdEC6_hPTkx|@j5deW1K~eXC3S_xZ zXbKm#`<@m`m{|>g#5!xM_2U3hn&f{vhhbx1SBc`nH-Z#zI^F6EJ_feb+djYfgBlu8 z)?{V0t=VtgdEUrO&s_whpC0fJP5vhU7=yd7jlwD6{Kg>A!8+=_w?tygZ1t56514T% zWk+akq2Whp7dnfOYf`!ok|ltT0PU~-Hp&)o zx;E}_iNzS9hhv$2o|u3ZLA zevrfbLORpxPB;wMihUg648F7v#5OF(fk&7Z^mQvk7`I5$F>JOeh8fq0KWagDj-4e$sBwq zG4=tm4=K?}zI6pRYT+lT7F*=1L5jaCr#V{l8l9!jKrscy zZkF}g(%S`?{zq)=>?rfL@)jClSokBkBLw_AgsjM8V+2CLEJSztftF9p zCu4N_ap?+J<>ldJfMk_qSl!(}Nh*=#TI6QafkxZpXfH4fjm_Y9wQIiBab9bUVh+pb z4NunIgZi(ED&>rOUoU_*g;T(K(a*HK^l>w+9;82_cWEOxMEQ^6QL4XLgt`C(efh2`@ zgWCDr$+4qh!``kXPK!HPU7sH{0t^VO6C%6(emH{?Z^HM`Q}qq?e$!b6u-~jE|B0<8 zd&FfZ=*W)hOLOZTun<&4YvIITwZt+Uoq9C~v+tb;OPF2lE4RPp8aOB`K*)%Om>`B# zhWLV0R6CD>v?L3dYzbWvWU?i%`1Q;5F7ZFHLV#^O9!G)pY2@BPfbTXIR*IV)(`b=YNp<}RU ziWNwtz=Bp0FDPX~7e;&=dSJ3^=e>S?2C#P);j++s#bIrN2PAud9mvr_v2T#hB6|t4 z#K11Vjuj3%s*^ximVO;Xjoxv0fT|F`_N=-;)oUt>KBP$mTjS)MrpQ zSg~HWR!bSCeDB^h$SM4Y2JVxb0Ck)O^xEv&=0GYCASyBV!_P5I&jV_*0U$h*pH1CL z!_&&aeII@17^A1%8Vf=y*N5&yXn1XBK6x_5lL4xdU>v`k@!io7K?+4u?o=R6J;w6# zBvKlvd_k3N3VrB=r#KCxf6;~$NL014WX@Enu zz!8v&B%w=bI!{^l{MP{$oCz8>lm3({iTPB^=<-6ypk=M3)|4FGS85KUQlv)y&C7Nt zkuNQJzP?J5_6G85kZd$*JjgE97POanZW&pQ99#sFM)+jefL%C<=0;Zdd^0Erhij*} zPx(}ghbF2KO99&pW_1ue%0~^gqad>JcUUS9w|WY285nFftex-1d7r>6W?us?aJ0&? z0=x1OE?y5SU40GCTxc*S4cKGkmiEEGb1?>Ft$`wdA;FNXiYph-fx^vwojP9H8zTT7 ztb`0Odi7z2ujDM_W@(8vUI+LS52#name}PvzKf&zL@(VPfvR8$l+*WCix<+-&fCF}X7j%G`9~NSfxb}AT)|J<4P8-|s_&o$We-dzrH%@SNKz$z+ zuyqTzy)##Lx0oXzBpXG!4qxGfl<8oZv7jg*p`jHWJQAtsL2%Q6q7x+XMjQ)Z^Dp3l zVl4?Qy!?Ca-)I|tC%`D}!wT+jwwDInCc6urCkSjBMjo@4JlbEsLFvU0+j;6N07)FL zPkHl>c-`uZJx(ri5~+-0P5}MI3`ljZbY2dAy%v5b0&Z+TB5u@^Lb;9tB)9ua+JFt< z++fEW|ApEk80LnME0oac}r%FmD$IF9Kk>)wc1!7*RG^G{ zEx@Egn$_G~Fb!rQmi%c3-Kv7K%m1~nZ*-KGzNIPy$l?zZ45k_vpBq@Cz zFx~8c!W96t)ibbp$NdXT+WBOitKpTBV4BKfRA`6u9yN-0>3!7L_L|NDfj=Ka_tXYb ze$1z0_942E?DpyE-(dBI7#$-vDCvFGFaHBJ&gCSs5tT>kae#bdiU7|%2yUlTzDtZ* zrDl>~1DQIme3*fUim@l|U|$jkqBTVB!^lNFA~bU}eobV?4ab0F3)*@$A)|cp38JiJ{J}UZ-z|wTQl6rKXfzam zF&ZvFM)Q>%6UhTbR$B&6aJ-rzvXUyER#t+X%J-Fd#o7X=_1SDXlv?67jc-p;;;Vlu zH<%zS533P`kT-}Ipu#=TQMKjiFxO?Ne}d)md9O@A7gsmJ%u5i%UO_SJHoZq4CqeGa zd7sQM(7Xcr>J#8*Xxqe8;(ViZffOGVgMlgOXn6rwZ&O>)oqHGyNY*y6XZKGcc^;<8 zU8w-{4#)--4u5|tLr_63o)SGr>%n?am3VPo>>e>j6biCS)y3%M6tvPc-#t4(yiseE z*-(%I+e62(KvOlMhlCEz;Oq1tf* z7l(JUCC+5HlJG)65rYVCBVU0N)GiXV$4Y^A5jhu_;$y&sJ0|`UveT}M5-OA1DJ_Fm z_$I+k0zs%<3^m{eoiq)><69l-sGK2;3S$9e<7AeYA0%c_m)`yjM!R$pne!V_m{qBpqmp)A71nP8aVqq%WFFl;@M!txX{BL?4cCb za`i10Kuv-A@#G2rg2(MIF;3NRhz6wb5GLp;&ICH$C&oAdI{MKycU09xW7GgxV6U+& z2_mrAwIq&kEcTa1;*rc;psoiz`*Efk9bRyyCr5L-5p)Hi{wvJ_IXXPTfVe?7rjr!P zEW-o!_d(Ocs#4f%vDAF>H)BB=WVy1n*W5nEm)Lm+fs!&5oJ<2)p$S-F7ht2`g@gda zOUeT@&0xGM!h2s3#0_Tbewj8{WO8%Tc2o(t1WADg9VlDKKKxK1z<5HvCayhjXGBc@ z49i1cZ5klzT7t@!OOfe!HLin-} z{13?|SLU}y@XG5`ixXALKEmTSAO;bT;9sGD3)4`Ce+AcrQ>%d#p@`I~W(lY9$~+HH z0f7I2y8&tRnOuQsfYAy(?XnNJm!W$NT%L~vjVnMZp|1pieS#@jL*mb|xJ}_tWB5NA z^|n-gvUgWv?pt+#F|%`WB?r|Jn2HQ#%*s5V($}zuRFM#m26m%G`7OBcVo%!bk~kUP zfbF3QQyevTE;;{6q@|L+_x|4cnRqe#caUYidf!g@ilw&>&h&V1b6}tm1ow#u#RSCR zLGt9^VB7!%iCOled9_rHyh}6qb&E812<{`m22Mg_)o*vKVj#VW>{E7v91BIy3UqU= z0g$0jD-+zeCtW~mZ%YMq@kkrffy`8)|F~ie@C@Mo$@S0t7y&1C({@9|w*QW!GcVZT zJAjCHl!KoPeR>89%0RxMN~+jnC!|TKqw?b)%4RSfzvdT{F>xPP=7B!qACbkLZm)5e zRP1QPD#kl^GE_35amaP#86rF!==u@hm{2dr=TVy3r%9)H5)|$36lfZ^O*v*IAvsltB8x8G^r~qSBvaNj>QXGmO)qD-@R=xwg&5w z0eg3&UHg3?ZXz}nBgJ2_ejkw*`HIfRdwcTnY)2**#4xd`gY%YsMej@+NQ(%v2*_CJ33E85K3uB1k_XF zHNN(m3O)bH0jw+Az*)<=F-5A%TjH-qiN)P3;tuH-crWn88EXHE1-{{{FcbKcmeEJ; zEWlC{5_(2ns{-4EPW#CO>-^~HRNu#QJ!lfW1UndyMDVI?F7&AqwJ=_m6)UwuWv68I zRGe43`QCV6&EA;DMr5fiM@4etn%MZS8Y`l+4M1&T>zIiwX?SY-zoU|G?oQmV8C-4MZqy2pIejEKU1RKJIA5QagQR6 zUhWn44N~Gd5mK^wY~+Xg>`TN)K^a+=<k_TP(6RrFACWY(~<@~1_pg66Nt3#`5FgwboaAVYk$#3 zx07Pst4#IOO^qzomjI3rl;L8JH`p`+oy5}MSe9g@A~RZ3`p_%VX|@9in&1}JV-VWZ z0ErudO+UhDJXkMm%M(Rh7Mv{m*2E#c3b5!Xs1r+)J3_(z2TJPlL_^%7H$UM%5_}xN-iK3Gm+RZl-&@n z`Q0l}xIlCj=mP?=hA{T!*0PLAZ9!+Y`TzrH0&3O7frMFQbn4s^Z+$3J+~y)O%{l6v z)aS5}W*msKEK%n@j$L8)$uq3Fn;>S-4YAyS%OC-Fh$14z$Wc(B_|W-)%e{BOu6u)w zRE&}!YJdw5_D|vXi7cEGH2uplpbZg#T%Qt%z#B1w%x?1LEBZOm{^(&37(wqT zYoa;6E%v7XDBLQ>-bk#q$()`jZsP*C>2@c8>ZrfJT^o34u{xy8gA^7}g1rBh3T+2h zm?3+z`QyMU8Y=L|ry1B}NQ zz+pUqmQKjK>u^JC!&GOR2;j#msB5!m<>qqxZ z8@fI$Vq!%)Vq8(7HHkXvYu~*hvr@|YKZxsXvl^JaL*+7?3R~s1|6CT%{doAvmXj?# zT0nVFk@-W+*2rPU)tSwi)qBmpM7c69Cp7Udjc&PJ2K22gvs)mvp|GHJc_`m-B>DqmIjJ70zh=$qzMi!p3ng9h$0NRn#do#_VeWG|yHFFa zJaeVL{MMA4iFpadm(4}$sMm*Yul6$v)Q81fM-;*gTuU8KrVN+ez@P zGle2)maBh9Cf;#-B-$A{83+SNgCR%zq58_l1NfC*uUHR$U!I83kq+73M*^_8AXu@# z$w-1eG#&sc-G%CMNCO0JV7JG<$?`2z#I>r?I#NarB`Rz#OY@y4D^@lcyBb;k)UA1Z zA+lW7rI9YaCBV>9V8^E9s`v}N&;=QRpv~mSI#2b6nvVmo472ZzN7QE4qMpQC@MvqJ zo^0QsnC?fbPL~5m1De3e4SZ1JREs3a8ZXMqOte_Jc!_ImsY(jsoRrQ57|E`oME5)Z z@nHJ*C-cOY+%JjRMv%Tq1RRj;3Of2T*{wfCb_$|7iZf&!@uAyV9Aw5m``go8?hAz}MHYX~KypH}I|V>C+)F}1C0c+0 z4hRfv1Z}*D^x!7t?X^aG16uOdl=He+A-&iG8ZJjnXsnubkxJ~sd5yL7;|{;n6eiLW z$WSJ~sx>}6c|g%Nj;x>6EjGWI*YZBPk<&DHBC1K}VmRC6T06QN4(@GDA{U7@Qn`89Fx0pMn|`^*k82#~}yOHFbD$lr=e(-dR|%~}mE z7sIK4FT9q3cneev2&1twwlkUguTCgcPP{=vS6qz#`sRH#_Sh= zjXnRtEXq25-4pQZ9ZQ!eV;gu(c@>pnaw(OD{VOI?nRHFIlRAr@FX@Uq+%QWqU~^}q zsObm>vNm3jsT^8FbW}pG_NlG6rurJ4UuVXAnZVI|u-609siS1)i~g1akDjn;3jy%A zzLql^^l9|ryvkHqr?38D(hSxfj_uk;R15)Afwqu+X&88Kn3~=G1oRC`Kpxfd{rfAc z&IAkHJM5}v-Y>Nuq%;X+3JS6~CtQju(przVJ6k;6@O=90wTgAqsOOW8xWKsSxb(^O zhJztp)9ob9wcW5k4s&iL_b!~hl~)t)a-5Cm0OV}%qXi8Oz%^=i&Ft1F(28U?ZMsli znwDlzp#cQw#o#tQzef3zDd_;-P@mXWBDZpjIm`u^qq}G`MUHl{c-o$uN`* zK@}Fvau!7RrnO0HliC1gly)8hqVM#_4@&|&-@E@2nx~8y(l0_3o?&pg7+0jl&QYX9 z-I;9sxxMG9LerEG>&H;tGGpV9d$-2|Y<4A8i>BYk9#^m=i@ikBr46NS+5!v7RmEjP z>RW)*`uj)eucgRuE=peS%xbx1D0~0jL?Q4{7ETa*O6YZnB0hWkmiYVv5D2*z2V_{l zJvmFC0VsVaB{14o>zTC~aR4EI1 z0#(NgDeFqI>eYVnO^A;BCx2)a^yQb}L|`P@&0F7I5IoPNTikag!UhtWMREo!B}<5y z43rs~4Hnb|g~d;$q@`Q@@duX~=ul5<_8hh+wE!6pQxXIlx(|4g*<0pKyUe~UBGyLF z_1tI4NZ)Z2sjlw>$VElKgt0<;f+F)Rtdq(9@*g2{n~!@HcXFdYKe;jWvFiJkV!k_K z^+T(FV(ljdTe!haMhMKeHZ9!bo*+Jo@K>ng2=bjy^xc6_;+>GjpS_P`v7Kb^130ALH{pPuQ~a6f^>+ z8+keTrXnceVbN0hwI;2-;|^}fj~Do}hB*4;!$12`VIKE<)kPVh`JTrnckU^siY?RM zqJC22AK?-@dJ%lllJu^PTr)<17XT2T?SQfHfKv`Ju3WyJsAL2d z=8vFyM)A$WF}=D zW+Y|FK9&)N?8Y{hVeIoeqtEAi{obGJ`hGuu-Pd(rw|ic%bI$9W^L#uX3)Mc|ZBMf1 zZnY&NN|Sb~S;dxdq>5acelTZER}pB~wl5fbtK%JyxW(C9Kdyg{F~5Dt_7mu&Osj8y zx)=Hz5GG_9ckZEVTKbv9+*hu7O=|ay7h6{+(!SZBV%Nwn#FczSF(L>X2+=r;3xvSiGy+~fQ%Ez&@I1qOJBea3Q!pQ`;rU4)(p%j~h_>(IP4eW3;hJu(bc3d>NC2+23wT6f=Pq+3Y>G zN>T$ykW`QQ>r_r&o`hl#$+KIrIK-oyIB5<;>vUZ(S5n2HYNx%G&mWG_F&x=FV-;}t z-ZJ9cxz%(I+QtvQJ8sGTw`#_)E_He6updoOW4O0%{+6iW2Qa&>-L;nh&Y;oZ*zLE; zTb$hY45cyTbIQzMoX8Bj%>SOOLb~?LXCT$Ty-g7k)rsYiRgFZHmxSuHmYsOywdyZj ztr-ldp*wtHjEmxhd1*Wet8=Z zh75mq_WXF#F4Ik$TRIH`;0u?hC^S;oxw8t4RR(cor4KdB+V})SQ;-r8=JJwf!C~-C zzS(U``ej06d|H~F?)fK^#ob>$<(tf%>q(YD0ezs2F1Pj$peJB2ctUG$($J+3b|X80 zX3Xs47bc**krd9To>K0rFpwAus4uo)Kwf15ILZfX4EwRE2PSHRxV16BeM+eu6|`^M zm$0gcEYUyhJ|!RUApJ>aiaFBxj={Ouu994J+)7>9PQ#05iuT>Td0r1I^{P39Si~<{ z1qBcQf&lnJ#}ltQ9`D)91@#mI*qZQ$OT(U(3m<-gWdbf_!tbXJ)=LFIG6bDL&+Gt{ zqE)PSCuwv;P!bOo{glc+AvOB?Sd!r!Z;B*T8p!0I=Dw|y47mYy9w?}Ncm0hn_LT5f zJI1C5;!_mh-lOarbw(9FY@GGYu1PRMB_J;As0tfjZz}L1Z2rZYRw+V_k>Owj6gco* zhes^a`Yn1^G_VdfcUNHy4+<)pAJJ;BnM`JG7~o5~&%_Lk?VaONl9k|yV7W^4dy zdtehjy_y+gFjXAeJo)Hc>-5uCDV!lfK^Q>Spuy5vN~54UU&#CJ1JqTZ)xNiG{wLAf zYwEYN5Dh5>+uV1+qX0jhUjl0PR95MWQh-E(R-x|l7c7v8S81%p_KB*`R8>oC(0R+4 zWXX%LeN^O=&eI%=HXPBiDQmx_N?LzM-BWzhsQ2b7%S_ht7$tNIENMAAo0N-pex~la zPW@It5VRD1&p(TwNBN~P3vQ}gX_^D+O&2K44oP!`$cydLj!s-m+*UcTn^T6xRcyz! zCT4WYQim?nK8EV5`}tBj!mZqIjKH*8dQEnS*^Qk1gGrhAoPRVn?vYRvn78|;HNI9a zUtF{|#C0I0y1&j9=2N6T5d@Zo{BCb7s$Z<}+dEIAxxO1y%)fCL*k+0>_soN@8K5D` z`IhUkh+D+*ij%n#bJ9Bic|VlP%W-C7QRN@{CI2ebK>oBYct|?Emo#k@kTuyC?%zXN z>jUjWz3<#R(#@A=RFkz_6vWRe{&1e+esvA0a;fgtA94IBmngRk>;A<5uz2c;KvhqC zHGIyu1v)w9+f4-A>S5!P^hX51l6-phU_eZlUMobk&UPm)_J+Pbef2iYrb+ksi(5N) zFNAj2di{A#UA)3pZ%^9bT3w4=G%fG2s2<<`tJZNe=5O(hR@sU}-%GU$?K@_TfMioM z3NT7qMPVLdWQJ#en-1P2!3&75Y1Wo4fbjK%fPP&;eg~Lm$^0niOFcJVSl|7|0pX8I zNNVb6HW`Jc{SYx}DX$#*A)Gw;H`X^E>}Wk;?ba7-TxtCGw4Z2Kk?)LDu{>S&gj}t_ zRsp}^OJie-MuavN{wKRN-KMIaF6NrQXn7+E$m}N0ib2BG1)&bCD?&8aL}9aCCD122 z;tN`!U>}-;gamL0j6J^w_>YBNRCkl#DfWU%u1gZ)_Maxpy@h+N`^qApw7)SI4HEX6 zE|b!}M6-@e7`rvQt_-H`C?ElY^RcXS34ggIv><$V^>%=`rF5E<&PVia<2gwrIVAy9@qHIF}$sGJ;OU2xblZBk>Eo4n$^2v)K$X2btI9FEvH($4m zHeur*r4AkZ)pgomd5z)E{W}UR?#sla+B!tFl>4Qn20iy4F#Y@P)A~`pmoZ!RKcdTa zy=bmm8d2aV&^Y+)E_4n8n*cau=mWSzw?PfV*X~uL!%m_SY(;~ArrXBQjAZkbHD%}k z>6$iSa`U0_sR5%gy>;JC=JIkPr0R~Q{uWD${_~9ECe7#($DPYdXZvpee^l%VNL{^o z({NAOz+nG_kH?GrB478jEm`WQThun5$cqQ#1wDeH`#Dp)?0V(k7yd4cipaWG{X7G} zxgUrIcku+dw9yCJ9q(Ausz(Q&acCd>$}d2}pnKW1T$~+c+rvT|Xgb(jesh_L&LH8IhFhz2U5L=zCX0g^ZU+U5LN0IEg=Uk3*Z=u;B?FAj8`IpIYQUQ8 zRu)zAtR%0)8}+p3Bc43<=C6QM+OYV((NwCH%kLQOxJPLq5LbxFc zV=o9==-_!;bPxWYFD|8XNLhRZw|JDelVMnLYldWTuk(FPEcKkFuLoPn#ODNdtns_+ z(s?)8l6FWQ=YbE+Ip7lm0MUQv};Y|*FJUK)>QRx`ir8!+*uOfhYcr_-@cA% zY3pp5Y;(3c#h|ISsT8tXbw<%k52ynj3~7fa_#pI329{l!4n|Y63EAE)OUiW8l*x|; z$9M`S_gc$m8Mhlpj->x>gYxW(sK)H(e(U9;zN+*| z$>fGqI_Kg+*z?KR+=Z`h#!hGK4&RNHVMFrB*a!oybxIj@?^Uu?U^rloYWL`jrC+%U zjIg9+12>KVCAl@tED2~huWSU2hN|DY2HhRHMH;Rql&yZUEJu@vEPnYW+=}&%klub45p#=X8!7p~(mnX$D&41r-cQp(n-&yM)|N5k$IgYJ9^cDA0 zh`@-C85ft^R?Mq5888dZg+F~DRgW5SM9H}C#l~5#MotAK6#(8g`kjVy$_6uS+VR|G z5GN@HmXVw`ZN|eMRyydHEsP}Ildj2qAw`cfLB4SFvTyhx8|aoU#bN_QOwPBtPg{I9 z&dP&uqLIg&UY$NM^t<>$DJQrVMt-*VW;)%Ladv%9J^@gZ(mC7~2k(h$fL{^^pocI9 z(DcFH^guvSSe7#HR6RcZxZ;prsJ+BY$`8a^bL~onu-;+oSQ!~MjNB{^d0gyPx(pki zT$w!Q5MiwOjgZ0E4;`b*7irdB77GIqzE=RaPd-a#NVs#bKXJU84modHZgW=rwn`yQ znK-4uonjOk+0xio9~i{lRiEZcK!Dms1kmQo%x0YYqJdSJe0UmIZ=b-rdmxRia(PD( zQ9>A|B>_A=1A1cpn*HzVR^D;GIsSjYt0{|s+otfZo={<&je6YF?h4;mN zm>L*cFs(kWwIb{duISzGq3hrm@mYQqi9jxs4m}RrMb2c;yEm=_`!P%r{yxNSxEpuK z#-IU-hUMK7PUR3_cLOU1_t_#ifZSb^?=@xU{yII?PTr+A8EBg_)~f=Tk1xaqGM8%={_Vdi7@Eu^fxjq7^MA z@Z%JkeuJTvVjJ_M{j@kJ$+}YMGA0%>oHBMtn5x%v0eII@7gzEh#2&U%YIZFD2cv% zOv)G>EXwcSo*Jaztx1(WKBoQ~!guzOg;(=jPQ-lG!JhuJHPWW|Yo;d*?7o|TeFh%& zP~vFltJGx`MMUqf05_JuLeiLmFS{y67q&l39bq`wK8?X3?h>k(i%%YWTDyaPuAYl6 zh`n243w%iT^E5o!o~$*VF+bdSg}WXc7n|%Jv)rkRuYlznq`)NSp(`W)%Oj5rD+2%> zsR(cU0er?db2MzU&H}4c1+}RRjsZq8T2j9eBbK2tA)+)POV$}@Z zOH9S&evx%y*sg3V&!Owjz*up#=4i>V8CsTA-2sj8$A%nf6HW2Jxg$E?AjPHPCv`UP z0cJY|2nk11U(hzWYLS}}wZOI~hhnXf#aidnCUY?2oAEU8FV;oJz~3f{BP_Jo3r26T zV_0@(*p-#x6m0}AC-T9op=9gW3m%nlEM(rf_0nQ$M_;ux1Eg5g99bEOM)klxTUX!O zrck?5FSNn(3Kj4v*;gIfUR=i$Yf4zktKe(xBc*HAQ#CVzIfX-egK(r+Et~Us@e{<^%@!y%hbfdB58ufLAhnB{N%bd_TCTB!Xe4 zk2)@J0TkX>q&(z~ox1!!Eu$a0E|)$xT30BJ50H;^CZMy5_?5_#Tyy>rDaKjwbR`Vf z0IWv>J-!FjN19bE90pA9_<^EGXMfselyUhH)&dI5quStEJW_(Myt7z&JLF3etRb3^ zLx930Woso&Tm@&;!x>Hs%(jBKE%x!dk|ZBx!!&8$ns;F5c{0Y zVGCe12I$3=Me!t9AjK+8TBZd6cRn_o`KX<|c&sci7TP2Amt8&YFjHe{0WZkj517!4ZA%Wte_91EkJr>}M4+3sN*Tzf?h?Mtn0*JBa{0g7$m%s}y zAxX_jFr++z0ocr2$)D6;@|!eLkblF*zc1H{$Nv>{efohu205CB)M^m*@QcLT1llcx zkU{e|nq8)@);F=S5jQg%(zkeb`%ExWVOZSa>nqSc4_>=2?h}|Cr5PtZ>K>1! zZu|Wm31oZiBVd_*a@%i;?b!N0b)N)X8;}$awS%e?jT+S1YRG#Tvi8FPq}NO#aKm7mz3fMZau2X5;YYaQrV?HX<5%ncPg~|l!I8G&U!K;^u za+jZmzg+bd7yt)Uk5Nuue0f{nJW#E^y2QcnlYbK%^d?cATF1<@{h)Q+d-*T@pSsYT zEw#RW?LnP~rqZG-xB&Ju1C9)W?gIJY2~1*q@2e7;)3Eo0+x2tTTsZRU-yjVe$|qlq zP1Q)V#n#Gk7#M%y5)=#>ksXIijo72R#1+frtxYe?c(k=rNI&%#!D}o>*%luhfeH0x zu??$zs|NmpjT@Q|t3Nt~Z0$8Uag8uZJVVi)#J^vMf0Y(z#LTC30d>*~N{ko4Z1jw0 z5oLi&qf6t-l|$;lmTW$`GEfElb9wwj{T;6#1)EjEt=&zQJVG9HA4Ut&uLq}cE1-rF zyt_`{^GYJhQWB5~Sm^N-*49J=D=}xuk}Ty){q7GUiGAzYBs6U=6+*n)=h1gNJ(%@@ zRd3yDM-g~kD7t7tNKU5hd@{1ZuM3`~4o0Cyw(__b0@YoDS2edSL^jnNo3arC z7vKvDWG}gaY7({|1WjC8%X&{3GRoeCEl^@Y_Q7ZJTcsa*s66%t$?prLRL1?$#NxFp zB63e~UB6+l!l68=-m*(bItlDbW?A_gg)03Q&`O2BIDARx`l3OnBoavlj*0P^ucg*HK+eHSXbRv~Fv543v`5oUS3MPI-Lsc>fuvATGv`h>Vq%o zP69b~lsMc}92-7gJ_NL-HGg`Ef0u!c*A+1%a%5EYLiY{adbN^&P>@&yr&V;EWG-W~ zE99|xlsPh}$fB^Ln1W^-;kpX{YG|@byWV?0lfd4Xg((L!m*BY~v5Xk@Q(b1jEXi?U zEnYy`1ucU6%5eDTpkgQH=G3&Ae!y$^W2n=ah>pM}gF9#`pA(1Z_GxP3yisL7GH}eL zTgzIX&0B2$bqanW(pM44j4oZx32`J+jH&yob~1@wBz2GUe1aHS$^B6tVY47rTB}Zh zurW(1syy5^8j4c(2vqW2fIef}%Z5#DLq5{mT8Bq7o#Wf64k))z^xN7-!?Fg?Nr0sa zt47-dw?h@x_pc8vn3VLuT#J>Y{6_mMk!N4o>?Xb=-3uP!GV!^Fx|fCrKCuqRv*Jn02+YQc zQbG_uwhf{G4#)E))~7^yd-bXurN8G)$)uWj&9t87zt1$iV)nn?PxW`LyKvQO)nU3; zszjC(3fPn=J@^kzEk4ZAKdSv)=eCD|?dUI+%Czc13lrG@6R&_m0X8>I%V^fHVg01d z)V$ixp2a&$7gE(mcOC>(;+Q6k~udeZItQVtl=PGC696&<&e@H7rI99 zIPA8ZG8{fH;Ev(uhJ9lREZaHHZChy|4$(EeaP47D#dX7WVe;TFGgI^yxL0Vp@xEHR z=D)l=km}6xk|gh>aAS~=TT!bFCm(?vq7M_=eBLFgQQG{sQdCPI=S;Ddky#83R$GSW9`6@0lB&etKa=5Qa=thrkYLRyxELdfEk)Oo zpF~Anfes^)ke#0aA|5XNZ%!#J^?_ryRAk0*QJBmp7r>m1cNbFMkEI@ZG>FNK>mC=# zbX%Kda|nK^@6;7QP+y-PeTWV)-G&2wzpfUFErbV7q-2CJGh2Om|0r!AtJm6PNc5|S zV|)v4vNhL_r9h8g4YWOPcK~V$tGZbWNWIbV(#vjkt2lJT&0eNO%r%6q7CO!-x`|8T z`0v7PS)w$2p6df+%Dnf!K-=zc6*t!O+i}~_-IbjH#0}=23jIhxoc(0ix;L97Zw)=Iio<}99;l`6$$GR5p|!xRW|fV-XrJx(vo1)wI4)qnF^zQ3<}%fRO3qr$Mi zxfA`)$>h$B?~3=2ZXu7;hiU<&-87<$mCiH{$_~Ej1XCf(t5hq?w4`N~GqLA4Kc{1K z&#|6KmPB@@Ph3DN0p16#{slJ2yPtGhX{G6fo;bE{&O5^VxxCNrzhqr&j=C4_?I}#F zkZ$}6yGaKq~bL+Fe1Hw9^$ly;=S(>7Kr^7COap4FEN2gaOUhT$d9OQ6C+3 z-B}>aNhA5~Lz7C!fiGuqb=2t9KaN}ow?C|IM$_HG&|fhkKqh(%hzHpxpamK(RB4VX z8gV}3UrC-nP%C;X#x`NdSmc(BLGOg6s)HGP6uYM-uGY~$%X&EJ8#WnxEz1`FW`s9o z8_TQrV1@OEeJlF=b+vP#&KC}QZaRxl*S7lavU9g7oN?!ZEmjZY9zBz42}0)pM`}}` zqy^IPmR!c`G!`?R@RdT7mkWP2b8_tu!Kmr}7fWHUU@f{^DVu45fHv zk8<6}d>L>-#R>*PM)u}Fs8-36i&9qq7G?;5k~y#7*z(wn&2Du`adN!bz2 z-Mcq_fH<;#2G_U@BDfpVFoj#yYPL1Hy;E~*Ff6b|NZ(4v761ixv#wAu_cxiGHzaK4 z1>kSj*d}CK8MDntUZ0)!V!pj?DgPe0^NXxm6Tp8cH;}AsR`4om1jGDmNd5zp(eFh@ z1gYrT(=qF{pb~t)gI!aIgR6F`3{?m8=G^CzmqVGi1*<3qmGiF^Y+~3DoO!uG$GYC; z4eG245U22dU`khq;I@&3qd0-m*CCML8$j&{*?jcY+K|J4(bPaR87^J#OzRK86L+j-Nb_ri3Rxzx7$o0Ra%x_hI}fE4eQo0k2e zeRhdWzPV~1$!yoa!^Zm`bu7@!dx#zqzw@C?+)OE+iIZ>qCjtOHz_QnP%`zkk(a z3l}(6uCus1n$BJ$RuBNBe6=JuAxetx<4^A1E!% z(jX2cRY6=Voq%dw|Aa&qY4~{{)#gDFn55N6=`+3djWADyAnROdlJYdpPF}U3kM(G< z^Y#2D)9s*2%*ceQOqN1!EZ=&%VHz+tXT1!wfaeyZ&MWy0)$*E%UMQVu^b5DsBppsH zcuIWt)h>@J#MM2{N;HnR$##aGu4o3xz@9vvokDl?2-S^z(QO^Cu{02J%_znPOmLmH z5bhA_Zpj_H*%U`G`kOny7DByHmZhINR4_C<%RWEZ_0XdsO5Gk@UqCRR04c=>on=+w zRwhq{pej^w!n&yRHDCGklY@`j4{N|tJ#le&3hGTX|J!xErUW#@9b7qQAeDLaDS5f} zUKD3jqA%LLe-V$TzrcG?f{uT6?XeI~)>uZ|NV0if#499vGybJqehlhPbW$%X^SVC{ zVqMf^2d6Kr0hwvqocITQd?1Qq*7I#(Hs!}n)TDLq$F*6VA}nt%8kVnZ-T9it&@@@g z`@$-mv)Uf-pgh*}40wi7RcJN%UOdy^pes3RULffOIy{c454Cpy^?0iShR-0NW_-=p zd=`qdx=!MDUMe80|I!JKY=o6tdJ*Go7C)Jw{=QY&njc_{imbRQ-T@KV@Guls<KzD?^k7a9ZKf1oI3otbJi=kP;h*B}aH;2z)o zb~jg^kb3gFG&&*eGtd>-36={{2auA@j$iEL%QnCnd;TYpYS7^sSFw!aF@x9JXhNtW zzGDxAc+JtQvao7CHDal=b(1%GAw@DR^XaX4fpYr?*1T7hS}-5G-Qz2VZeRwkVV_D# ziw8jAXS}1{KKteUyTfROirI+`yWS80gd5&E-zc9JX^pB4b?p8P*F6*Uc6p&ABO%%_ zL66X!?VRt1Giw_GpQw+Qho!*5U3NGz8AL{^9DYc9eK&yn6%*onnO=NgVX}q^7HGefrc$-2#EX5<&W~a;%lZ)ovBDDX*{|#^$H)4f%^i&$L0+gGi;tuCo$b1z zoN^h067=`a$>A79UVuU1!V~TRsT{n+0X6Ym{jN(C4KJeFvTxEy2>hboz3kM$h?}Ft z{H`v;n&dO`E)Nz0Yh3Ziy$wI*`#Qet`iG@EcJ@29*j_5kGT`S6As!AKG?m06shsGi zw>#_RJU>V`P{s{ZEBbg$23PfGUKVF+A%@SUkw zEQjVni*2rF-Yp7{HZ9axc{fcO89l7MoC2_A@5e2B%s4I~(8!aosLppywJ3Li1#JAu zHhr&g!wgAoxKYE1qtd~9iZKGJTil}>6tG*HX$Gf22bL>OUV1RlyJhoesrB`hf;BK{ z7{-SAuu!G2U~6-)!u9XVfX|ORriq%zafP7;;F>+_)H$XxJo_!xl?k<5pY5!jnm(P`H)lXchf;w$18_l-k2Ix`ho+X~HJ6DeOqOsZMW2i55N@ZOv?s&nMr zKAUxNn=m0g+l8cC-!Z6@fn`n%8N+6>O4=ydsXI2CxpGh7<1afLb_ieBDLP(t_%ah1 zB#z(Fkcb8%pD7pK6P>E~A?xt8F4B=KbB}G6;1JWzCB|S|vchezXE%dG$r4JH`_w&B zMtX4e*Of2iU{4UU`PFB1&VzHWrrRCIQ3gEE9n?3C#iFsgd>nIu#q-X6pI!nex4mEV zQfVD)r1U{2;iKx6Xr4DZT-Z}M%DJEUs{#st3_D|8izWQrikf~b4YcuVZrOm1r~-bb zpve}!P=!{!3m=A&XWtBX*AEuQP(GNDwmEA)b{o!kLa2caS0Fji__R2!65g+kB4Cpi zLy!*db7zYczf(N#HJ&cDZ1$*ou-=~G|4|%m5`~t#awGD+XVTh2X&-q8H3-gdGve$X zdkI907{uoQTN-Y)CaONvFmdiF&|1(JNb{esl@9ZQNE4%*zlR6kYMu@}*Xn1pXEKke9>?i7k-{Nog z!oMa!?sR4iuo!*jdi8R&CzN)j*G_^)Wi?;X(LbX zf3lvU5`sa&BJ6Io{~+JG{ITf=%^x#^Hs(7n=ch+G~_?tXZ+-Lp+w7sXhtkN?({JS^?K|F`HbvPmwqz;C zv(%R%5`7;{8k#xo#lPd&`~K8iYQC?Qh0P~t7;7-m@O^oineVI0?s5aJ%G1sp)q{0t zOMe87qbS1H`W3-lMy|dc7-2j%+>L++0+m+V#^H!ExN6X5kdNHg27;MyhInd*6s1sVPlb|8d)#q6@xvclNLwJ#4-Y2ZYF)R<$)iB)s_fCusL1SjLXH8xaOiJ;@%pw3NeT%Q4mt7M zyBQ1d{b6$W)-ocr4SsL)zxwO#LUST%);w#`0noOKY>lSp6d4JwhF8So8NW2CUk=L8 zIv;>@sp0(beYswzAu*hh`E8gBh~}Zi6~Fj!_C?fL5KMEer(>?KcnVYz@|}QvT6Qb* zTKgffI5pdbQ*2FSCgCX{v`+&?^e!Lm;-N9C6eMi9stuB&!|U1jPtx9!Kgp?B+T8+C z)+8gKWo4B_f8wy$?~rGxvb^A@E|TZjYLhn}fjpr{)tlp=sLqEGLCha0DaqkWS(D^@ zZ#mdv7~CKF8#SFirB(%8lJ0=)*Ar`@Gmo!Aki*sYBP@}P@j@~n)h1J0M<>I121GMm zQ%Je$X#DM%Zo^j)RrdXmP2Z<`-w^tFQcc#9vTS44bcH32WyT~-3C?G*o#b9J35grA zj+NsjOMw)wLw+N$&5FlsOaUvNB_%#K!ANMlv`N~0>O}vTrnbj?6_E2bB1ik0%16qA zRIx*aQ%a;v53D%wqEDS}&+J)kjgQovokDhe$kd{%52IZ^gvn=yB@-1w9}0YPOUz zvtovjkQzXYcLyDvYAPcr=;Y}Q@JNW!mvJ^b&JT||`bz*+TNdN&G{JCP9z+lnS$r#C zN&B5FZnu=up$r|qzUB|ypQdfJ6f1#c>2}6_XTGIbe+vO+-(-**k|E0$Sk`t}9TP~2 z3yw2(4R{QUVufjeTeZ~v9fwR^zNYo+WGBxW#Y1fO?*E2J|Nj{i#H6?L)Xg{N zXEKFvGV&uzf})O{e$2p!{~(E!ZR&IOpH9uCPxTG{D3vQ0*&XK6nXQTgL+jsgk}cdC z|H8AJ)B9|iRWz%w+~@ADo6fBwS)C>LZu|M#606EzK+tLqh{+P`*s4Y8AU4*WI0`%Qx7%vk(NuDdBVz8}elYh1u)&)y#sBL5>I@OAUQGpjoFi;B1=`O_yy1LW z56RyVWU_N|%isFZ!1^a~lI0_hEgdecvd>%-Jo9}!zhTd4sS{iyPX1Gx>7eD?UG@aG zEOJ(<&Q+c#%@onWPN0xRW#ZNM{oT@n2Y{r%lFlW(Z; z#8i~-C_h_^&nPk2)NOk!`d-MKWB}wc>N8zz07y4@tBryf=_wd&tS^U0Y_T0jZn+YT_}N zsBb0dJYNvS#{X7!@!4(0!k>U9zF%ukl*;Y5S@D!AENj((G-mmYIJwVj>6KJN(;n8WxsydYNs>pEOfkL&6@$}?VwNOLePva9?Wnft_C9VCFK-&(|)VDEtN0ibE8;x7T&BV>T_B!X6&n z(m96X1bJ9GwU(cE<%jMx9p52&9(NoF;y9OWw8@X0X zAXY=yd@=^tbA4M1r}%6{>@%P$5|t_fg$4~Jo3m99_y()CY=c&GxK291C}{OU=`$AS z3I_bFy~gJ6v*R;lje+K*5>=4%+KYToLHvZTQHwVLhR+CuL`6kx52mp4%HIXfgF{At z5k7T5(A6i(;q4Rn$s8rE3MXGifzZSFIK={ccn^;^W!O9Z4-=c9d~@&2?DjQxCEmAZ z-TkAx-vLg3nRAa8+UK+|NXWcm|Ibo@?#NAGuSz*UW$ULmPrP|Y9(=}u0Ph_?$fACd zXHiv>H`?NxC9oC+dew9GgmjT7_*AD1W$79@CyT~Zy6e8PWkEY523t?=yILhy{Ag$( zP9I+xtZ*-`C7ZIdu*PmZd$Bb$Y~(sT;oSodMK0`ajZ3PV`-W7Dm&apZGt=w+8H#p7 zV)vm2i+1K|n?W;zIhmy0Rd0KJNd?44sqy|=X9%zch!dyWt8qDBz547vZnl(FM7Jt5 z+6EX?B`b_BNTu1@SONdn45{Zps}YhS4G~QGpkoN!gSGPiLB$|kL+UiZPUW1sZi7Cg zw4!&^(A)31s9YbSm-zlr55=AaFV|3nU%t9kYiKL1dS)Ql)FHS+=dGHkY3*<|$YTY3 ztqPgZSBe!LrUt9rzXv?A5aF$WcOi~8A$P4UG^eQjS(33H*q^ONMZpVmru(~_zdQR7yIV7YO}qTc z!Jt~FY0)z}%}3tpOvY^o=Q~8OPK{gc2g{D+Jd@d@-yaEN1R7hVLgyE62A}Fw76Z!Z z6=uQ3eE7PgoAdP1)bC=7BqQrJ&Y*gsOVmg4X9fapzf~0!wWz*$3Y`2GUj>O+ey~hU zu@3kK(iwmUhgXs6MpIpC$FP)0t3cu>7|14$_{+K}!-k!HHF819RxgL0ZBK~Wsb0Ns z@+tPq7bo$%vsGD|E?`+(25gQ&L3j~mxJM7@#7ng&B_zz$PKaBThuKEk?sEoJ^W003 zw0%2$_NEIkz!@yFq2b3_%5{?pW53Bnt|x$TL-f6zdyA zhpU(}?FOWN(nu08-%kZ9JOgd|D`J`oC4*wFyo;6ITk329;F93->>`N_qOs)^%#mbf z@0|_yU;WOf@@QOR(7K72!e@3At~Kf4OTDIKf$6lC6{k84%tvbB5#vL~S++Hdy-xwB z>)Q4z!C|ldvrjcJj7tIsiXI5r%BE}!Knnb!nhqSERFx+8?;y=Qw&CML z>e$xR)TYW%PB_F<;HuI}Nt4wQVJ0EHZts%UbaK|R7LDPUpXqdU#Jn}t2q?GMffq@1 zzW>UPilujePz`$+X}cY9$LbpK)crw3&i=p|8Wrt78U@H5^%5Ep4R~}oEwH=y6`8S{ z6;|GS{WcSN45OYdfcd>J5-3z^w$cOZ$Wd?oY?uZTUxltB?`aMdnZwJSRvs=?{De)V zL3=>;o3Hogu|qZs*K{ig>$MX!xja+A+Tv$3Jbhsg3OmZb2Ji3yHBm~&NVRtj zVB-~PCMu~uMZa0me`2{wY2@M;Yo) zg>P?zi#-f7QujQ+3!jV9P0O99!Q-@~y`tFp;NIXo6kh+g+U7+3XgjulN|F>ve}Ord zcDs109C$NyMg&tHOYxuIT$xxAl$pQs7urs<-pZ?BzRrIeDIZ;C|Ut*lj5 zLD-F?p__=Ei@AGA!*(~hN8#k_o&XTGi??IMD5R7Xgzh*#-e=z|rZorHzXDQQr*ilh zg1V)7C94m=U{so9sIHxqw981R4bHX;vApqb;sk_VY~3*LO5HaXeh!wy3bID<6`Pe@ zWYL{GhXo&m!976xcWIvMt84l3+`B#gmXw*2$=%*|(Vs74_x} zlnrh-s4RL|ulY5UTJ63=Yro}jf*;pzg;gIp zbAva?8Lj%H`Ncpozq3}2yB9=+o(>nyT34~@yon&tS2<8emPV}==tnZ=Wi@I}ESJQh z0_iYHl2VpDuIagu^G@dMNn)V_Lq}C|7jMOQs}EB#&u*da8~zWlpB#3Bozo}KhkDJa zt1DSdyHXiRId^45h_;~@jRkj-4X*o@XX6g&d{t?8;qP;q1-1uap#e3UdY{Thn8Wa^ zBo<7VMj6z(>~nh4YpdyD5M{F&m$trJ>>EDY_yGr{&^TVTGxnIK`$+qHk4?SZQo62u zu2Aa#&eCW0_k{H*i{354g zLZHi-s^w1%8VO(KG=P?Ow9kMxz&u@0o^I$FD-z+pOl1jF4YTEY_M;Ti8WI#iBuXLO zm%&tF1V@9%A$8Eo0`gLXRv|%cwPWV@uEe-CkF)(IKkF4m?|2U*MD!oE3pO1IOOWBw@ zQ$n{@iz#swVVx#AWuMviSqAB@CCR;XEil7bbYd^8#JYO7Hr26ZYUCS;zRSVGa+h=o z>XtnC`iv!Y_w@o&EU4lWs*%@yYJ#jLs`0a`VLcRCWS2xP<%;SC{onMic{-p*`&i-L ze4e`S8%$Ev$TigZ#MLM|PK4NAUT49j@5TUUh<5}UloQHO^B_BA$x-QPNM#T*uwnCp zuiI4MqdarXrY}k*O-0fgt2UdTAp13*)np$0=0IG{(_ZDJ^o{HfsH+FNY-42q1fryS zd>$%$H|zD*Q0H7zlj@@@9uJ;Tl^y@@Oqxw+{}0q6vU=?PSam&h`1`g}SIA6<($i73 ztNy_t`m;?48Kv` z7YgY?t3BKK@$-G`5|vcK{5^dF?~9@T0}me#p<~QlxZUPaRFv}~8EL8^(bqBDUjZ)t za=hC9bv5LgAHlXnb}Kx07*6ujuwP6F`z+-L5;F6Q3B!3SCy%_-#Q(Gk9r^46iE<|> zJZAsq!SPt;XGN}FaWA9cc;*G_iyAtvfv)*cmj>HApc) zrF%0gp-Yy=^F@u8l0lSt(|(j^s1|(c{XX{Td>2f8MSEs|J`pxjHKMz>L*8%yS;;=U zv9q5A8qbHu0St2Jn)}N7K@#S9be&G)pX#yn&;ON!NypI9q?(6V;hGY$+K3!V{pnYm z@@~SORGLHbjG_4dR?Z=mhL>=HWm)|bEnPIx$&WVBz@sg_Lo)0{@1ZIh zn_n#qD|F1Wq``e{B3@lmC}?>)pmQxmqk2*i>#nE2j0iG$^-CV*r_3Y$j-S6bz{H2> zijyozLd$R{0NP9(F!6Gh$|YHE7WURUVwtTqE(1vwgHS!MEMq+{$EMmMmz09aZQ~zn z`K0*o8fqcNvk$r`L4gLIA!og3J#TlLGEd>q`=^5rx1F+mJ2?$v!-3O^oYCp|K3Cyt z@0lxS(|zydL#8%ysrr1i7qrbB@FKR40j7Lv@`B_0??0V1X7(q<93O7>xdp`!KEd9*IT5Kch5+iJB(tVYy|{ELu`)=$q3z~YKVi77 z{^{8feWFIV{u^BQSb2G-=pVGusZ)Y<&&)4J*=}P9<*qp=_nLL4_1Xgqn1uoM9=}F8 z#_DT>tABg{R$cqhxs%FY#~uvnI~PrMg1y zLYc>1aVmhZY!#@c`Y5lZRJ2(MC4E(X;_j?(l{+p$ze&Ojj=GUNBxr=i2r-NxPnU<@ z4G!K`f+_p#Si2wzH|FSqsne&E zLgq*792dZn2qWJBJi29I{si7IcOuCI`v!#J4iv2chbymfJuodA!q+{?uOeskb5<}o z&HoL~)nD%65JyBTBKpEYmpz(}XQe9UDd@NI?ouKcfvtI&$&)#;bBN-T2?piPs*H4} z^|erT%*QiWPXN9D-%@Z}*j*14Eb4nvTKvY-7kXWEK5a3fvBaI8uCBMjUB=?;6GZRl zfTCfao<5MA1QP+qxkWnxE@kiHq%WqR#s|*i&J3LmZQYZJ)Q_Y3{!A179~wFrprOsNnrHL${j%BW9pEqqOt5yL zj0~qC0_U!F^_~4I1fnY?K^y=GJoWuK>^s;rvqV``cAAN?DmN&fY~<_IZ|DauuEKH) zBR;qKr3cTp4-P)_Nf<;PXTj2`Yb_rZRs`}j;k~L<8!MCe6d?zhWS~E4R;T_X;3|MH ze&+CFEaf>XZ-Uz&9IAR?tl`g8+vyPXsF)Wo%xKZj(W`n)&t#rNk&k1Ivwok`jR(D@ zBlmLmgFS)aFqc#Hyjcgksm<%fP8=BaYjRjf1aWM*X7h#@=~6;Snp29&C|MzyKdmX!0>@jpS7y4$==) z{%{lQBSP%C|PM=&8O zn@44}zl7QX=b7bN@PIDFb`bj$(4G#F?#1nR$9EovzF!6nZC%=eLJg8bd%xPv3lOHR1p`##S8Yh#JvF}J?I@P{gx=uEfaq2aqUja2Jb!T|g8o(`jBZWrKA%k%Fz zkkx!2YP-o~39oY>g8nJB^Lt0&m?Pzn|B6lD@vijd<*9ZKemBhe3cxht>vQGFzym`B zM9rRB+w`*X?%1Sgf9jPw``mDi%9d+akGGoo>T06*=QnWI2b@sgjnArKATS~(`y6z@ zOhu$LQIpq!%?#@mi+${3gX<2QD&TJ_V zOHrt@`?M`HtseAj&stSNjeH2$HTRKP3lKnHMC>g}N)}HdPdo;V#FRfExtqJr0B8nj zs-1j~(X*x%m+XGg?7M#osQ7mU-K>BTl)5{clS8sU0jFhcgA@r7h0&mIQZ3eKRS79< z=kC_d_-wbGXj@D%B9+Ms*kO#aJp!hr2Lav!^yKT z>J9U*JHZlv@dB?+c4sPGy~l56{>cil4kPm9 zmR-(gi<6X7av7bm?bCTDJDW zXkA^kA7~?UMU5!wGV-g^7mD!&JO2T_L05*4ZI>N8&UmXshpTR}U~rjBqf`%)+V{MV z=*w|A!g?O2hzPyX_ZN*0G2rsebu=zL{Qro0^FS!u?|*z+R214&i0mGOk|leQeJg9$ zX(5S_eJ7Dt`;t9ni7?rBlPFt^2-!!GWh{fiVDLNl^#1(5{(GKg?z!&kI@eiV=bYEM z>c9~)n#?7C@~S}kyLTUM(moGXIuxu=vwx;;eY7><((rRFZKXE8fz<6?_Vs~OS5I3> z`!}tlo(rjvS61EHr5Rl$%@~OJ``l{6wle~S%egu((qM^g4h%I=pY0R29Z^yWxF9U0 zldiy7taGkL^FHfwM;KgRG15$UbS2%kXFGgBZ@z!#B8Q-FT_L7tY5?nq*_I>=gV{t0AUD5 z+~KCORbbs~pypO>8auN+Nx(Fl1|IH6Wj#|gtaspumn94)Ry8ZnKT(wCqMv72#B;dL zFhK;T#_E%s;u+RH^FHDGalBtYCbT_kr9VcTx*{uJG9&WC~Lo4?9R^kw-$&V`Y>gt+9Z zZxozB0D+~o_L;k)fI*IK9dA>&J7u*W4P)eDcT-d_50NbF$`meHbGhf3A)`DgGE--3 z@n^)Sk|GWs`_0#FZ^|Fi3{dB484FlczRC5f2jYnK5?uXxPEMqdg68;1@qU)FZ1Mfj z+VP1(RDR>$)9i5}zDtrP<$xZv>wa1r`!WA#^~~Gbzkm()q41F8!$E5{QIdp@-ysHu zdR}~YGfTYP&=W?5`@L?dkY;{49A9X%?i8}t=?26BfFoisrocDZ!*Nz-)Q3>8yI;$Le|pGi*SBGP=()^`D^7*nJ>u#;Hg)}y zzN~A-qZVrCr(Me$J)jJ+PhGO+lGLon-0FQxHNBbQast8K(nF{JA*OlZXnB9eV#BF2 zor-hlH5m&vmFcabemktx{ADYkChn!3-z?#_sSMZbP7e3$K6YJG&1sdeUe2_)ZhP(U zvE9*4*bvL&*=h&uHwHJ7yZ>e_aQ;;prUg_RTYF_%RNTch7ZM224mD&}l8zbbekf>} zQy=gpWSwisvf@OKuffHF633BmeL6snAaVzL(_NM^B`bbTOJ9fT0@bzYO zWpM;2I$&cmuskC@hh5R4|Kr1I%dGX=w{J%^GdwIozi%&WzL3=nn|xz^`=bAW&6E$# zC0Yr`Pqn1TxEt^6_?kBb+_G!(-8CNdUvGSdrFp70_pw^NH*bETsM$=bJw7$db;^^w z{F3tD@3iqSLP0BAn>o|0Ol`8)Bpn&~WyU`R`Oy2OmCo7wX>{V4FFkGhbUT&1Z#7?T zMcW@rBBJHUw`lDL{~G4ju0)@!THb1Xu55zbett%)_+cr=ZT8nlpZ`HF%HE*LM@rLK zq$3a5+_TtTOZJCr&OdYL&5JXAG0+w##0$h-#s{-KKF^r$_{`@+$%uKXePQY|pZGwf z!mxLXKiH2Q9cd|bC-iAR{XxFR$kTE=ayG8ae(f2}Jh_M91OK%rt=?(==ublJ5q7y> zKJ`!itMlF6!6*=>ey+d8RLtP=*q%bGXoW(bhh><8iJIiE)R%)ZA35Kb&j>4wr|Zau z)VR$Y-`Le28(SEu;Z_@)DW9K;6-AHc5pc))!>xHzbJ7E>+)86c_wGH=I{o7bmojG- z_gg^Z`Q?2X;y?^EfZ-j6$W-J{1pg&qs-q3j~W;}-gS2g-~INg&*RSBgA|sZ zzqSnMe?#o(khUZ`qPMmH?bLVd;o8o~D*3p3W>TGEMaAuOi=*i3^v*PS--)#; zT>81H?V%rk-msgKtkjzQcQ&TLUgK^q8mZlN8YuoMXOMq4c{{*TZFZ*oj_fyq{y(PG zZa)HdfOIuVao0k0%)jEo@3FPhVz)kDvuFA8?KQe0n={|&W1ZZtpXf}FZHjgh$-AkD z>5}T=|m*lOBzG;T9HiL1Oy{F$zh)itsC-FkN&gTro9rw_st-JG{&2I3< zsndhfXINMS%O3O=$FI6?`pk2b%91S_&v|w++~|+86GYeh8F#%eHPDwO&P6$Bj-|`r z;glH^Ajo{lxc2-wjG0?EP5mTk8D?*r@2FOB+Y=>us3~@H`_~SdBLPr zF!{l4KiHjuSQuDo)-JQD(O=;>lGox4G#S3!%3=j}UH2m5^*7Dv-;2lUXKBhG-B6IQ zpkri=@EXw|)WJk#QF4q-J$mn3%3^DOt&7|l(jo(U+q-4 zA?q_}=8?7aXe51T>o2sYnKvKl->%VFpQ`pBaZ<|~QlHk?zo{_4ja{f%t=4d6Vb8+uE|hw}K~!fP+9KhLJH);iLc?fVYV(r%~+Y|RJuiHF?% zMv4pyTI(|mbtf1{0SB?xo~1RIFnqT7b;5@k>sbDp%G|i zZJ7Cjl670G=)^~i()Z}CO5N2Ql8-u7CX;%-(q}Pte+zhHO)U zf=smAb!g})o;p!`d2yzo$>CW*B2+>W)v zz6W=DfoWt%gzx2P(ekwoVYAXt@$)CRKnvRn6RO3ne?-|x%AW7}6Y9T>`Soi&ifwqh zPDE`)Z^$Czm=C7C=*L^#u^9HLIlBX^m*4SU;Q3lFms@!tzKHG5yPe(C%S*0sM*C6yRHynOymNDt@aQCY0@V6$<@zZI_8> zLyIp(YijOSo*fHpIKQXUeQDUe>e2jD>#FvXa#V&DhSSUe5BY%Gp{(z5hRN(t&zlCC zRR@#?rI{_Con%X`*4y`AU|^uZa|I4fx{AZyr6+J{)ot~5>b3{neiW(YR*n9a6@E_; zH(1ljY17o)ESZfpl5sau${APsuKMZ?pH6c9cppkzjmM6Bg0(;Q*t~fdgHux9t{^ml zNvuN4N^`_6x(VAnEt@Xk&?9itGTlkO(7Do8*M`lrCz`SmQ$xNr_x zpgAkcCzbqg*6B}(EPtbPvFUaAe=hV{b8q=Ywmf`)#uMD0`N%!@DONJP(O5k6!<`^W zGJDQ4F)iu-!o)ZE#=zD1VzswlRU@8k%8gXa`naRnSA7yjuP8FgcD=w|bX=ReQS3Hj z3$&sq^51?8+)eH|D*3?BQqa)r!kxevw3xNJQ`+m0>Y6v{XGeU0AY1B&Qz5L6utFgT z3cn9j9-fcBPDI){6E-uqpi`br*gAcnFk-%B`R-l4M<4o`AJMm##^_**?xcreQr~XY z4!Qe$3#&It{d*yM<`YRC#zPFS$lvmGW0&{&S^f1|&PBJnzc1cfrOFf<}4wbPT{)7FQ{R zYd*>1Qh5Q>c5z}%+Z7c;zdboOv18(HfFEW{Oul8i1r1Xz)g!ty-HfAR{u%W<5Waod zoByjXSK?uh0PDQK>A0tcEXFh9&o|HdvZ&Uvn<@=OUarRWZI{<6{`9rKPFvA`TRDXu)7ns>Tx282T2_8aHT*!#v+krUe!Va<*;4OJ zo0_cpp!D^Iw*2RQ3prn%Q@By?hrZrwJ`A60QeKif&xjjjUTK}vFTO*vrQa81FaVu# zhu)s%@{D$!>TY>{LW<|Yg$pii-16LVv&?vw(fc{?baQi3qX#eML;weaL)xR5ZL|67 zH6t>sgCc`f4KQTV1+xakfR!AGc=sL=)FnA$zw>N7mAE zEMX@_M*f|Sn$wJo`xeZOsK~AE)D?wdlX0ueDv_A=1&&ak3EY{Hse4Y`l52$0 zOJ@C9guaJ_ts8|yFE^{E?;pxi+}hbr=Gqx^zUS=+#7I|-F{Ah6cc2M{FV`Zw$WUbK zm7&8MoZ(%V^bum7E%=jQOV2LXN%vO#6SKsFpjwK{l)0+;%=8BZf70%HM^LWnYkqLw z>y7d6A3__YF0i7Wly=c-_@JSzq6&)SW0oxLqnIr{XorD1&5g@*M7}@}>Uuh3fhb ziY69ADYL}Fm&;p}RTu7cY|qasC`grV8pDnYZ!z|7zv&nio!Mz0#Z=dSGll@FaNK2of0)v@#d^bcrhVr`cn)Y*U$i1nBEK)7L47+tud9 zuYCa$_O*CB;i$_huJU}i@`X1`)eHxGuufg zwy|ELe;j!kX201^jg1!v*qM3PhHhSCYSvqcFoe_`^x9D%a2ALpns6a%X6Ul<-}@_ z8W&78it_t<=?xwJ>`Uw~ex?WLsJ*<=Ik+VJVdpb|wzNJc9uA7x(43~hug&4L_F-(( zAO7dPJRvT890MOo$YcOK7mG~@ZLgna&a#jX=XZ`5I*n_HJ9d63J}VJ*r~O!qABZnN#7S{N57sC+LfWrH$-Upt(=_i|%>hi#@8 z^J0=@9Of~MC7{F3f~+|s9Gy_&73+JBA;Et)<)T*5dX3jYb;@No6}qu0%Y@1Cj~pn} zCtx%ndKgc;hf@na1m1g@Dh|{w)rO1_3x8a^qP<4(H(q#6u3MAzV*{pwD6n{5A6vQz zH2)n>%^Eoo1)O2qxE>26z8VB=7tAjlQejro= zsEfs4FsG4Ev;X^a-j?7-YdE&EtxQM?)-5vBpAxS>X`nGHo{hIbV4W-ZXEta)_uQX$ zPo(Y(yWm5gBBdt}KjJ`UEXy$pyo_>=r)rNj!1^l-v`qmr_j+1(IKnI=VIhW^KEda* z`^j097s%MfqZW%?M@(BS)h7z&vhktR=cmBFtJ_H_V_d0ODx#O? z2TN}y_PkS$@wF$AUwC#2c1IwTx{}eqw|AX|uAyqbroEoxxf{#f!v?ZW3e52jtc0|OW6!M8EPmR+ozO3T>KU;HDgjcIqp%x1;E{ufc$KK7A4=$G zXI`bjRoFM0w!Yb@K6!q88(m9XY4Clr5s2WG<4}1HjS>|-H_%mwL)+uya&%~j+Pmjv zMI!o^cYat=i57Wos=`t=La0mCy-^t7lAYB&`OV!ngwC0r{+{b!#`R5m-vR1_-@z6* zOHr3_xz*BJWx>BmPx8F9qhQcfrH6!thmD1QFMATgu`#pUi()rn;kw~9z(}u756=HCHckH*@4p{8LmC*ught4Xg+@} z>9<~*lkYA+T_=yK?b+zzx_U`vc_i6V)2QuU9_pwpyoP`cA<5ZPGJ=gU8XaDv!s2$} zFv{_N2Qyt5s4ciRt3gH?L9jmzqWOJIi}*Ct3>sbWhtD z5IO#*=$+|c{~r~3G~B52OQW7b{oNVHahD~fdjjUN3Aw0Nt*y6DvKQjxQw>@z*}WcO znhu~X{s73tLtD5(gZIdfvYNt~ZqZTCh5VwKb*pvUa_XO|;lY52t8d5zurvEqLFymK zxy4|yckbvpeb_n#H31+W5xIlsE&9%1=8|%3lHp{P)K?v_Ey0Y4>k79%dwfq_%=G`=p}l^h@E+zoImS zd>3v-XVNhn7;KV0GyWji+Y%*UnsCXF$3}JF-ODfO z|FJW0rjlVs=EKbygSoQs?54T;7Xi^ZUGAn#e!mP+>py;k1a``vmoN`&XUo<3F;11- z;*u|zHLio@@EW?na0_1>wkrF}HKm7+6c!?fA6chmJiW2ftlanEi(IJR6jwX-tyQeQ z-%$;K?}P(qJMvSOspVYByO%i+mZwQEaXi`qQi_x3y>&EAh^bv##~>OBI(at?eGn8; zGxZ=~ytS=bZjY|@z37WdJ`HtA>dEW@$}Iz}>8 zeaNc5LU}K~rZfFmqN2gX!ta4B!z_nvy3ghXmd=JEXrSJP)gQmpKI^=}eK}5U$>FL- z!V-f4&2Pu{7d^#+E3|e?@z2svdt5qr&@*bbH%F`5O@%U9VSRrofVZphAk5D#p`v8YVHu9YEI12d*btCr|$ z97NyAZ3W%gb(el`cf2Bxr(XJP|L5C03~RnQfZhF6CU^JSbpeCy%vC7H&*7%*t!2%C zyMV$gv_JVW*_BqRznVL-m>lNWO=#R+>bY&#r@^D9ut=|cg4NHPbk>JiEHkFz$yoF& z<{tQ&G@rb}_ez*7t$s))@8eb$bzh!fUO9w9P4(CZ^!`ag2boYcFKYOszQ1CX5RS=o zZDfzZo;x01{VIe_XL=bg&*@19_Q0hNzrP+f9XD}HlEOS>_r|6NnDM|c*iKQ!&$kC&zAyMWkZr*KM!cWmhZ)DP&S8 zrL~)9SyOyc(5=FB*|Fr_Hpjk$x?)-th{YjueG&ca`)`vqK7Q-rnz>}bMNuks%QTrz z*{8oqqbP7QxJ%31jp$Cq-strT6{&{YEY%J!IWwgzh*gWTsyYm(e?IrFyI_QEb_I4nadCV&sPp>wgBUsP< zN&~=jHOs#Lbe36}3rrN$5J2zjSy*2S|)!85vGgvZ{a(-*!t+>~K9vw`XcbSZ8Fi~&OpBeR! zwWxMexz~A?&*-DV1G8%f7y}Go({18YY=+85To#6D5-%5}A2~N_DhP@X%n{KWgmJ1! zS#-Ms8EeI{Vfc{G#WPB1dC1mx@^_VeHXXX;;VQG~I^mezV5{CT=ohBAW*T(5-*O#{ zh0tBVV!fLFcxK%!3eKM7V>{OS>9%{x#QCdNGxY0xXh0N0V4^_f{sU|Akl$`7-HXE4 zSTtgELeN)U{F5DhX6J_vd0m zf0=#1%|r|H@iXLHiGmDWr#F)GsoA|79*YVb85u%=rPt;T8Fwdptom*W(%S zu=+)N>NcVxu4m_^8#8Zm`pxvss}TO$|Lr&&_fF+7g&%R(cH8hQ0m5)V(J^p9KyD6y5jQBe745oz=CAC0u3UfH@7IGfy@+K#tEvPaD<91JTDQ^!Q93#^hfpgh zvJq#3a;MZ5qP^_+=}3!z%f-c3JWCg!anp(4T}ue*7`dD09IY%X(h|HoALVoWM^R-pvz)P6(Sx1;ifF~M+RV^eK+)rPo9xjdV)GFl6I!y?x+Ymd{63g{`p}cTC!kKR~?G+0${6{-ouuwqrQl8%>29CX_M)J9xZRL#=wwLDVw!9 zj;cq0p4uIQF|;u!MN;%M6=wPMJT-W?q|PNM2FUT4i0*Ek^$PP(#%Z;bjznXodF{Hc z^7!-h1YOqZ!`nk=Sa;pl{f*g=NB^BZfi!3(GuSbPP059~BLnyBFpjQHU693It}g4{R*bc&nuy0M@_d^jtx|jp8fRKo%oUT zYFYDx_2GKsf=zRPDFj%h9Ak>^`kKA3b9PNqW}AZ2+p62jhiMT+R*o$pQC{VIg%u0>b&Hp- z*}-QMLaNhoXIhW@*;TG|%5vum(C26~b5NCopE;-uX+QGip0jW*55SfD{ZF~2K|Zv* z`@;?Q5|U{DF?6B$6}w&|9^b+hF{d_>fsNDsJIg!?o#+I`DYj@G?71iwy|Kt<))QV; z%FzeWkVB8#+2&Wz(qx2j!wkjQtBpD`9pfkT45JUS|K|u}i#aal6M?y=oNwvh6djD}RY8F#&NPdJ;e%}lq%t2M|4 zb%sHkU%RBr$}C6Lfo9#X3FvQ^6S@c4PmP#x zuB>)+RMyyBMIpcY#uxXV7Zb&S1n&)-zmC$b6Pcy6Nt$iFTtt@&9@_e~IqCnvl!%T6 z)LhxScTj7p6PI}E7otdf7X)~Ab|$sKajJaD6fjd77J~l#@ZUm4uPS3!rbJuFOLaQD zziXVfABf%4W-K`=mDRS@y0T5-(OPp|{*!6ByxtvioZXQn$~t@=%cE64C~CfQnJbRf zDxn(p+`7)+>iK?WUt-yvuRfq`0EmqP@zVTgysCZJV#XckR%!ydVCn)+jGuP)W${Us zegx!$h>SUNt93>ieUxmgd{j4CSW}!dtCOY4BoXnuQ?$2ZhH+?3n^&qZCHfrSTx3U} zbKP8~^KzGs>Du;H(~FBiu|A~YQa|&|>jJ9Yyu1|$&_D~8?6yEjvu=&n;M1KGq6!^e z@Uj<-$MFgN0s4aHB3$Hq9@DE|o$9P9WYcUIbdUPnGyVMmIzSpd>h-=rZta(H_AEO< z6^2d%-T5);7ILoLbe|=KWnm?k_Mb0u3+XRjWVklGrWK`sdUC)jpzppck9-9U`dk1x z?g)#xX`YFw=sCYGG%$MIH#-`q>w2@~?_HPO?XNm;20Tn(MDf_U8Tw>wyfKSZAtyKy zw=B~Umnp~=nQy*Y;WIxNHyL_5DJgHu2FIz83_d%G5izT>ow3!)m|Xl7shx_N*Gy?{)?T50n=R;1!QhAY#$i*49?f`9F&5iVEtg~aBlAz&XaoRnbEmja|>`K48G zK#(!A8C>VT#oj{=sj766NL5Gy4%~fB$N_3g*u)m%`GrT1=k{(^4_CVA2j|Skf5NP_ z7p~e)ZW@i%ocfj9m|(O0`_FN4n*_?r7N>yMB8{Em+{l;6fd>*a|6m)W1p;8o^B^^#&X z5++@7p{1pbNxX!OTbobT>PU*ymYB5rU{IEL^Zn;G!>aSm>ufQL-xec5!z8c;rbcN^ zrOF)$JiT0<$}G>7K9!i(g>x) zX#V}aQ7{Q4AWGSKyQ(bW#Dvj0^tg}J67d_WGOt1Q5vZ76d;_;kUEp-*i~SuZTg}fW z#|E6Q$=%yo@;8CoWwm=_=&4m9a9Z4Xy(!~E3L(u8MV%Od^#@r)m!p+k?<^a^$(haV z_l&sZuPROpkDYn`8mUmNY=>N4y&u}qInF+Z-mduh#vH`h&=DP zq48s@F{@>pOM2m+p^5%sh6R|mqn7}!)^9W^P10n|xLFbAi+7SF9^@*Aomw8W$Gx%T z5P>>I;R18d7*6HUXrI-*BrqWA8Y}@F=>pNQHHBCeic`!!-AW|Qt`?WxZ*cbq z`yP}DedRYdHm1fVS8!^Y&yTBU_xggfAYFOMf??sfbZNU@_#AzLtp1ipxtynFpT!KX zR;MhlR=6zhiltq?k4vT3LQ;x+fKlh!8m^oO%lIBOk@nU`6CV3c!|0qy^-->I7tb5m zXErN)GoSG=*7NB+;JbQt3Q3Bq`px*83L2lkYj)IR^H_huRN2U{H2>SZ%5OZ0$<0#E(?}$xo^MLeGJ%x1&0{X2 z*qWxsqc-Z?8l}f$yYtLFTg>SwJLivv{`bh7TVfWwcV-A_W~KV1$k`?HAg^R8r$f-R127ocP+^Dc>%H{#-ts2lp*FbUs4I6upBBb?jxuxN zrf|cQ@PP4@bPEMh7wLENvy;z;n4$>%;?pm@9`jiR z9NXR4Xl2X&TAigKz(870rPq~vb>g*5SuF(mBwZ~p%7JuwTyl_rQ*V*?PP|+CH%}t@F9S|`W!%GI z45vDKU~PV;?tJ3uoCEO7wGFIJN8+IMuiZAiPSmbDQ_|>j#lxXfklz)5POeXEF#H{s zC=_$^`t=X)oJxVa%SgB&XZrLz*Q(V?>DoWB4rU(RhI?@FXF+kQyp$31^Ri7;417+S zlZKJuvNp&dX;f2lB9@O$IexUuianq*Hg~V{ z!C(x}$&;lwb<^Y;?*sH)8~GHyDnS|4Ak*M%Lah>T?J=!qdAzkgpAG$`w?DQ2|(-k9_0)%gV`cBn;&op=MDfq6{Lf|dQgj!G~ z#$AJuGkXm|@Vv03#6wuTv>ez`8(f+S;+svj$=~vi+Fhs#rS4JCL(+6&pLiHjR|6w> zL6>=QlQs7OjZ)0UigH1hkY%;34qO#4fd9Sr>K&YDq}j^&U3 zc$k*WI;n!=gTGZc-VezFo}yl>Q$7P$KDk-@_d~p1e+U@E_*-Gb3-!(LvLu#Ds1A+# z{MjmdFJw{us!XqU-9ZL{leZEsA?vy3L3R%z9@bD-#t^JPe9X%7_@5la3Mg)us{4@6 z+|@Y4jZs( z7iEX2#9D-Sz91wd1kekN266$JuDEcMU7kQka|<9Qki`!k_O@j)fO}aFt{d&RP)35V z|E8OmqlIWLV2Vf1Ue>55bG1;nW>nz3Lz#98xeBhfUXr-?7sEZ7`-4TL-bjfWLX{*= zJPcl3i5yBMmUXrFMshl}_UI`JfXv0(_0&sJ<*w$ef}i##iP_e&Uy|c(9Y~!3NZnD; zIKVZ>w?1kPAU!Gw!%b1LAiGT45Ju~sxJ`E{WovKfe|x>vMAh?)83tZCnsJ(d89o$5 z=^t+};VM95Rr(6I!;oMKuXqT1lvN26ShqHKsXMFP6{=Jf+qyCgs5Xu0*Z5Q?Zk15c zHvMCS7w&a79S1LH(P#*W@(eF7t&2K=!-CocF>^aqw*yIRRiIV3hrz#x3ohNmrPkb{ zo(_&QnXocBynnDPSsPJNk;^0}!)Ejr% z@y7$CjQ}7@5#Shw0u-Ldz*X{~*QL9{>8;$Xa*3Z8c7J4r373W&&q| ztQq9JqEtY9iAW8{MXpB7NC;Z@+VrGCuKq@A&7w!t-wykB-$flHT9H6D`bu|=$9xj9 z(R8Of`4_Qcz3`?mooN3dI=VP$NSI9XrAvYnzw+g1fb@wBlkVw}Ehg`sjchTy?kTa` zUu>y?J&$mzhwtL(69m;T*n@99RR7ylzHxSUeLWUl^AemMDBYOt;O zTp&NNk3}K+52bMztbxsscT9+rU=P`OoEniyPp0E`YqSdV-JycaRi2`K4`FMWGfbAf z#zV9FrZG^lZwi-AG(i;oPhhsr-~6Nvu;gHp`&-@AW*w%W9B%T9FxM#&b!X={Kl4`K z3_m(}jtyj2lpZ^aRVPmth?ASg<$h}-pBTrf$s?(28dn^mqUfN}% zk|_Xge=k)*(Z1)dgQf%C_o_57fYdEx-{{l8vPY!=Hv@(tgg~ZOia99D3?Wu&<2zd~ z&AG8|GRtZ5YVE}~_EcMTR1v}Rzo%obZLZD#m!&m!HxE@y+hB5b<~|14L6DNdAZumv zKOFp#SNX6_PihEVnOGP0+LCu|PEUv`5mWK`vx0ucmnVG^%=OzIkEwEd$8(~Ec4kQG zI^v&^rkA2YH>g6Z9ilM-1Nn~l4Ut@juyRn9V_UP*DK6$>9VG5(p$tKbAOhkb+A8SH z>Vmv6g>voNYl4j+s+I{}Xga0vHA`>gJCzmKXw;QuF3R$ekIIMYYE_`ZKNCuK!~!Vi zH}FqHsalhafjXV*pkdWU1F^~Ak2HYb3k73_ZdNTjZEP(*r0NKPaH5cnX-2=hlBg3X z-j(j6yFxJJkQL~Mo>FCZcM|~Rjlaq0iB!+D1hsQ@WAKzqoV7}_o zA!q?^G13EDIwFf`-A{c058D&aoj@YS*Y-HsUm6(i2kfzegXB_=K(dHJPLVFr!lk{R1S@p`QF_kB(3;&AwC6;Y>gyNF-CDw+ zEqadnsr;E}y>$HSSw1}lQzSY=$+3ImOKgBL z44rba?7KJ7;s^=o=ZEUwWxTI*n>|6*dro&k(et#};}48lZYznNi@A8$2XXLz7MQCX zpiepv;ngMTdXlW_zO{6wZb23d1^Ux)Kl;ZT2$sa{mO~)bfkW0(t6Y6VsuA&F+Y2a=QZ0X8y()#gk176PHn4iiLWGp8j zqjCZ9)x3m33D&8TnM^{guJ741UqF!4PL)yn7QX!pxx@H*apESi5tC_I^UY%L0P)y< z^o?opFmPsW<{1guB5G?ij40$NPJ$uPXV_%RqeU#!5@4!4H2Q3OraqxyZ9)FO?Jd2? zW_I73qXEf^n|sh#iIY(K*K_>%alTc83F1ei7FEbhva+PS#&vY%{h{&<1bnF9-7x_f zDov5~Y(SLY=OIW(S{2*013t1FUq8$Q309 zM2+_=d=XWd4z2uf<9)Dp$}ba8y*5;@L=rhCq8p-r=v@#SShc(J8xGv$s2_8C!Y*&J z)FRa^IP-kLfKzew9E4pQi0r``Yelf%weCpLq28)A%`NZdh;&{g=L5z#SrCO*BHDmk z(^j{BDn8HXoCLBhwo9u-n3GO>18y(vkvVP{l=w+C07hQ7Q8%RLtgMIr=4vvBO?!O2 zRh<=hqV-SlLct41m6g6^UfmanypJ;M{(~n4PN{7i8Q6k0*8_6WU79c zf^x92hVj!Gr=vA7R+yH0Smf@?T*+%>H7gr{?Mk1w zs*Nd`+!9#f(XNIyCl1jfYL* zg^Y-N2pg(B&k2K9N5%2g>3lX=Qe8IVOw#UL-xst?9KhSpboats74}@Kx?p5mKASg+ z3X$meNlIxx|U!F5gqPULyM7ijq$9TA924 z4+!TpAW%hKr=9-^2K*RAbfE)%2oc?*Y(kU=nDKtQ2s*e$_?hmk8UxkvIX;~vIgsSQ z`<8y-OrmH@?*B-K5|4ys5W7sPx;%KRA1hUO`_^b91XV|}>BuH?NZR%I8k3=}$_YvT z7$4LD*%k9%c0l6PD;D!Zo;MF1dBYQ-Xk`o+q0?{=$32D9ejVxO1lNZR)CElfkSG%6 zEDI`XCl(Q6{Oi&uf6MyQqTnXA!Htqag3%@wNa;sQ*sC&2i+whP&Nu}oKi~{74A|N5 zv>PnVrmmzgpQwe|h*Ls#xz-dyhfLpf1~FURPozb~t3U(oh&WhBp;$;U5=5YdIBtm` z%MhP5b>;+PphAE!3Q2Q!MmTY@MlN#XxYWW>=g;wyJ}+^K63 zGA}QEb#BbO5RC=O-BUqe%)WZ~QytQxRQY;;22>T`wP*8E-| zTHaXhGoR1A^HmJwZ)xg8g9!vZFm=FSp&qHfgb$|95eZF?n?lhnJ{zFfo5AC~`Yn7O z=rD}p8lLdCPo?i#BM0x-2+0p5*N%kl-V0UV;DNM%$awo7?-XtN3%B(@_T5F^F(~ux zxJli$5O`h|Y&s*W__U7q-^5KA&eps<9_ETT*`EiX-}U^y1KP1$i=ra`qWDPXaK`$- zI5gMS7fi95aqMD07QdA4J=YVI*l#4 z%>B|pJV{u>^FPx_Sw~~B^SF!Mk9Xx%8OR0qul4d%bcogG0xSPjyP57u?+wa|H}vIO zBUjBiO(RAj;pURaritOl8oKiM#r2B zr0DG3tJ+%SdK!Thf-dbp7}okdam?)f2++Xaf@gTaGnBye0u2IHTO*R>Qe{a7fElR0 znt<*1Uy?PN_hUYh(3NqQdU!QJDc#I6U($lQ$-pxf2`_V~no@&GBC--DKSQsBg0&>a+h@RzI49 zqEUCg(y4!aVS^YglmO=gM68?iLg^UWKq4o;guX=TVGz0rL@5##{I?FYfue__?}W`= zm~6q@Lqy;A3$$t(QE;1!ycN2mQddH`=i^8uQlK*pl$fTtC&Hi4%T+OVsMhU?l!MM!|Mx8 zxU5{*b@+(a6S&!kZnWz!EE2zucgjQI1HzBM2FGj0@ad_i$w^b+DeX$5D2g^g-uDzZ z)nUNwe`9k!ox}C-eyX9sxdXWgv-tgJ#QfK8d&t5S%N(!7+mC;lM52^j^NJUU$e@B; zGj&tVo-!_;7dG#US|3XnxpdF(E^-&-V$wdv2pFg`Uwrp57od_y7DN~;a9qHwG{}9= zedN2&d1>VUG~?i%Q7D|4AKB2fX6+oa*o2No@)}t0pv*rX@b>Eq`-;I{ zEQ7kFZYk<=KdVz|l+>7m5K`j^I36_@hr8grCYLDd`4|b0A?koc3WuGvAh}p{VQvvU zS`GdI`1!to!a#MX5cClq=2~cOgB~g*;=j^n3IWqA_H9M)*<5~ZM|ZGq(P{640pZB% zu3S11ExT?>RZ^(V{&y-5nI-c}kU0PN(F>Z8n4u!I(POy=wg4?@=ob#}>wd3x5Y|62 z4kTq*JQylB6NQ(BS}+ShHrk)kn?oLEs&gBWYYy*Kg4ESQt2(}aX)cb9%Y0-y z1_og0KCHg6%!p*E!5fQ*A4wxRE zb87q1;L{*CR~;#ML1Y@`XOJky3ssm_(UK2Y5cH;Z3ED*>&(?1_W>6uwwW0Y;{j4z1 zMbQb||G(|3MQj(K!@wB7SIomfPe7k1U1FIql^#fSnKb?&wO@d)A{h^ui*Oft`>AJO zw5)Rx90I2IA+=8M`a{s1rSDT~Zg~oK7xa@0 zlo}5f-AxaH>?br>{W}2;nN(Rtek6KJyfoGJ>{t(?vpL4yBntuDjyFO3o27ZZ19;|2 z+wv^leuwh^3_o;-3}}g##X@8Da<2(zHwOI{$WBH|;f0za7&Om_P3+4x$SJO+EE|CN z5WszWg5YaFWAk+4d*TS<$)He0Fl8wX_-dXa*c52jHjp{0{0`Hfz5F9-(3wm`w0v5F z{S(o;^8UyB)Us|XQv(~s&v|lS2MJwF0jv?C3|1^gB1)`Mp1uxd3h_cB20$Uabgd*A z@^mUMCjJ34)SrDcxrnwxYI6}5gP@=r#dbYZpyFr=RQu^dnxTk9=tm~AfP(-}5F-Pz zeZ+awV$H!)J1SlWUXRa2)E4NzwBzjTA_x}`lTaU`a)Nfd6$WTeD8x*qJ8{vo8iPwl zJa5J9H)BE4#9ar;1Vd*5)d1Gt->@TA0+CqCCgB`%XYlAS1~zIQ>_Kl^D|A`g!_Rxe z&jaGjDv`$tU>Y@E2JdyUJ;7WxVu2H4zw-a*3E;BjZTofdK1Q7v*YhDL2w1`JA36V*6 zX6uQ6S55r^Qox859`Xv3<}NTuhW5}IUi&@=#5evd0JLi&%3%SwI;yh_*!KlVEx*7EK^dMq`n{?O)!w2a zDNx8=31$BVVD%hA(NIy1Tr;AF3C0SXe17xht$=MSNXHQs*w6WmR6bHh9GTmVvrryd z45}CYICzml{8#KF$_q7%>>#$W?(+9w-?qW=xMkVy+VxfnJmK1y=7Z=>-dSjv=%a~) z>j=hv5lRi)KHS)|+;k!?GjNv{2{VwJIy(J6qCPr3aA$;N#t6`6IHARfrG|v?HDI$! z2d*>$1L^}ZOJx_exdAwc|3BbhrU#1v{-2X!%8qunZYnpTzmg<`5Q!6wV5r~OunjwJ zzLo&ptq=hre`%Q}7?X*OspPhU=luT9M&s#`B01%!+ELZ+=MoaE9@xR=kI2c8lN1%d zS7S_9F80$BSdV9AqNg>vdR^UYf zB@6bwc@F<>Y;8M4E71UYssp1BFUPIe|3Lvkv4}fP_$6oEl8n6kpGQa&tx16$gZrC@ zefa<;A#aa=xKNez_7zJnHC6JOvbiypg(w@I3Lt`SOAjoJ0lAHVdMv=uE=NG)!qux< z6XYd>?sqDH3?NVN`Y7k^(gNa#5X#Jq_@?|H1kgH}>=Y1%r2PRrLr6uCN5sG*WClOp zYN*N5PCWj<9k}OX49Nh`7zFelZ&Zv0BQXkQE-177UI!lpB8-!XwzFCoXP0L```LFk;~O(I@$gc>V7uO$@c>~xgzah4D07ws07@93(5VTMLL0SljPwWN| zZBKR-iVAE;95A(n5zcnfP(1wUq`lhOK85ck#vmJLUQvX6dVKu`#NfvMeoPlcrm&m< zYrqIvW*!8sw<^1~GTgz$!GMtnXLgpnju&*T$KR>D7-2I6E|C3Mlr435Pdfv&hM*tFH-)&yUwc*f%1m0bhgD3uN!fq79oQ z6BlQnX@a`l+GDE)nu;P2_i9l5Dl*N=^bt56@f17uAsqN0(+@PN{rR9l+z z()TmeBJlo;nw$^5@MQVNG#otoU@Ydm79=)bA(2I({zEdrh7g9QDM>dyBbG;61aABS zVfS{5N9ya_8>buBZ|`;BoEob{PGV(xhHHC<7+6Ynn%36!V(1abN~&e}73IOGC*Uj8 zcxBm5lsMC`AtV=&tzL5(esn&s%sA-yD!#@A5Ro-P^FnT&J`@dtfc<{z^9nb-+5V&_ zY^(rlMY1&Jm^_r({1{&*Zt2@p8^#JGvrZwK(uu^T;B2m0&_s>%cH?`upiZ9+V{%KH zmkS*}tVJ9VMf#lbkQ;|uerA~6F$J+VIO;?D?Xa`s+yCD263X@2 z?k((mTP3LSC*d2;#xS^8tv*~?IO08_%L9iT9r(~SWk5?efYO8t44Jqb8Nr3>6;ZoQ zDsfni1@g-Io>FekaS!bLRA6C>1oR4CV`b|8PIPh)oVfvo(5)#5uUi;_FyQu>2=4-8 zD`{L!spg~-D&|IcGteAEw?LX=Laf%@vs`~?;lZZyYEnr7BT?9p3%p$U`MCkDp{v_B zo8EY@m6A(zd zQ_0fo3J8S!1V{@y-jP7$4+F9Ed2l7j=e`9q)ddhI2l>%OTGa+romf|}Bp=iGkqSSf zX*2t7ZB7Idpu<-h(#8SZ9q%5>*CNl#kX*pZ6XZFQrjIL(SHi6gOkN1V9FKll;(A3P z_s_qK8y?D6=L$V+salz8VgY!)jh)tVPVfCwj-5t7=6W`=Sr2S_LU|R@;gxNhNug&X zN>iX;F*ozfrWdHXCz$BAqARa2q{zD`e{D&B4F|g7?-u1d%;`Ak1)uS%=&$eyCVlu| z8h7{{dTq}p*R5Ah1O-$}&_EP(siwCW1$Ej_l;F;(3!6xS=7Z+=yRq;hcjn>SlD!=X z!d8vN_Et@G_i@CXR;Yn3yLkPM^cdX*Lmch>;tEXRG(HQJXE;SYRkIy0sJVs?Y>$uj z2+LjP_GJiE{io=G>Tgcm)~ znmBJe)Ph6qXse9(gbmV43SmPVywqf@7_=5@BxCz?^tm~YeqiPW=rcQc!^le>x0o+I z<-l4LXaDKUWPN{=p0YU9Jzj-OL#%a331kG(xW$Ki{1kuK?9s$45s{}HdG*F5aiyL1vVQPzAx$A2&t;=zD8o&w)zS7JT(Pgk}Xhzgxf3`>^P; z2;eIlHbf-g11u2|=EPP&f|C$u2}ZgBgfbykRXHmJf4!^72=ZHTgw((}c0#1eTkc4_ zX;3ls8c5i3DGKxZzi$nytzgf?RP<0MHj+0uTI{4-u)ya51#tt^dV9e6N zGVk8SIovtRTUn8Q)9*=Bll97KO9%8Q^zy&1ue7dLnR(LVl|^`O-Bnx@>WZL@M3tUTQy*o$nsL~l8Ah$jDIUuJHio( zd9!HDKlvQ1Q|{Owqu)qtwT8}fg-XVgQFC7n5C+&N`_e}`@u6I73*2|NO4I=H@8=AW z0??HCEGj3bEn!|>$GIQum(kd(xz{h`j##4KkDE=ndHUK;BM8R>C|Ac)ADvkb&n_YN zC<&aDylzj_VkHbP13I=vzVAW-h_-3b$%9ZxRtL)lK$t6dS?~#$AI`ZsPZoC6BxvWV1R_4{ zpKvxLEOl=y$P;Z4&2NWRx$Oj>c!x9?Y6M!by^FI9mzUABFM&#}ge5*YzMB*-vAc-I zSVZG8SgFZTzz!0+3!PvSK`O9KoeZGvGzI)m4C z5L#hURB3aXtX_uSlqPuM@8XA(3cir4SK^?JR-^XzMxEKCPK?gNrw^3_`i$cGLCR_H z@m>Bn;DDrt&3|ZhhiTNSKg|D90BP-MRy0!8%0l*Ut6_r3NX$){VMjs(P zjT}`58nnu_arDiLb3HC*^KLt_yMsV-mS7)4X!0RB&B=_~R#ik@{4jLmE)ynL5n~-a zuRDKab~4(?Q5jTQCmM}G9!)Liv5cl4b|jta4;H_X=B!K^#g<2feVDfUCa)D=y9puF*#0jsT-#rc~;Og=P;^*v7%+SngQoe zYj7mnK`j*1h*g;L86{IJ$1Tc;(n~+c;&cKP`<-!2+gq}Tj#W5OCA+5`jWxQ&=wK4- zp+Fek>9RW}c+Z45fb~_j}T-)o~W)UG*`NAj7ZR^P$x+`d|U$lMKCpy7c_{bC9ws z?IN|=(yWuI)@fCdIZG?aO6zgDAHQ^EX$ha=;YAsw_5@3Ux}0TYGsg9v9Y?~_%4?)WQuiO%i;aCiR#MNHQa!<_Q9PSPzpRl%>7^v--mL6@l zB|d{^)=W8@vI$qE6L5if{NwB}dA6{Wfu5;A7uAlLf7G?&-e02QGP!vb>_9&4Y2hk< zWT~gh*X!%B0=<;=5XhKjSeE?f?%0UT>6!M{@F-8JnM%zenEU*v%^#T_8$J%yegU}Z zF#@TK^jE*|7@kO)T}DtTCDx3fs2>#t@R14xI{#}Lup_NrE6b+9HmH4952H_IiR6PK zm+6e^+&jgG-8@tsVJztTIE{{cQ(_vGl~skm9~o-Hlhn18w{go})zC>F^XI|oIZ_@? z$tRwcq<41yQq3hjw_+4r{wick+Vy3v`FPgSe6(M|SQ=I}tt!Avk)q0%du_ax>C|~_ zU)_VTY@nv_SFnCe4`G~FJ!j+y^?R#mZEj%2D^5>0pX%`a)Yb`S?L_NtM(4F^D_X1% znb;ZS);Q~(B#}NJ8Onw70;{kG_)xcja z-*+ARs@sFFAia>xM-Qd{QVAYNRPG~9#KHvhUGr_2*| zeD7idzBSuBd^PCEmpylTu<0CeN48DF5{xd-gXmvS^g?f?s;UwCHrT)mAXP7`ceJBT zk4ynar4|Z_BAs`CoV`x4jBjxQmBugk++^E9iagOi*I>IUMUVRdOgj~{^rHH>fI&?< zeakuY>*69o2Vb}@zlUgOFGqN6S>_ykwMr&Mkw**-vYqqm=BccRsEDvFbjg6pH~V6j zj4V3h_l*AeR_SPYM&%=zzbr$;d1=qsY+$7q2TRk-`j+_=oy1>KS>u~tF6|4Cke}8|smH(y|>w1*cV8;LhXnqYy%MGLiYh{2e zJ4`nd&6ntzFw!;d!&OaBx#p$b&FAO2@VjBX`PqsnZNs^Hr%V)m=OP|bHM0xJ7RR14 zcI%@r>0pRm=9tr+#lauOJW48}JlfN6+y_|ZPZ%*eVz})-p)mfCtmwrRu>;!fFHgU# z8qHmC^r@1d#cG|$m`gjGAGz6GBk!&xBi^QPYw8YyR>Zb$|JD0Vaj(&%ngGnJVfWD? zh69$*EmqVd<6eM^>}z5U=%XSUfPy_z%Qw>nPKdDlu6Dm=cF#X+B1>?adf24A-_|taeZ^{3RL0ZWW|J()qUz7L%h0Uv^f7KaO69cA zXV%O6rk+uZ8s5BBvrtk`q#(%FvA%p^d37V|n7aeSn>VK;vVgS3L1zLpAE0OXIuZ;D zf?_;%)%OXgVY0{CQH}lm{YFo=--~<2ye-A7dy!pG z?2>-h=Jb6xX-?*8QLvb8v`Tm+|EAenWS38~-zlfR&q`DU`SW`|8jP|&fRan^f$6e> z2BdN0vav5Whtlmi@LkMDgKS+V?AVCi;iYCzoFhK*Ag^!OxvG|X4jP1XN1w<&OJaV^ z4WEYS1?{JlW~#nR-94dmH*5Sc+_H}0UtT_)9&UTuA$}Ac`IsSXGJ}O_0ww(QiMpa$ z_;5y!=#rbGp~IUHhioV9V)u4zo+Mw&BUzyq(D;CE=Ioc!sCMCP7TG5wKzsB?hg67< zj$|6+OODhgwgvdU6!72oZWf>b@}MF(Gyfp?kZ=li(UD?=|}Y$b5apLiYK|B@1lm*wXsUZ%9yOjy7Add zv&mVj&!dsHHWS^eVk)iZKsiTv&Gh9OKB_F*5h8PIwx!&`+8qCl*#uqe-{zSC= z9n^jzV+G?aMto)$p46YA#gZ@4<_}_x5*$>LcPw@dyUBgO{$(3^l@@O{v+xDk`h|7S z4e#Sbg3<+~pRz-bkJZ4?dq4=hT?JezTuUh_)|vFd`rrc>}#m;P~+mmmY{R>pr$zwZK#6 zeP+L#Du?&YxR+)7+Wb~m_hS9?w~@c^4ID8FncE%Mp1rBjfrNeWDs9;AI3(35;8m-9 zbr=mib`;2@Mbf*P{QbxKT*55lMUSEfA8}#kJi9G;yRC4axo>f z)3WvOwTq@#&9X~jXqCd0^!ff5jH(X2KRHR7r9s7dN7!cOU3g%QL}C z0Qh`7aluV%qQviq)fBXuXPK4lL-1|{!Uil;-uwJS*7aeA=@>NP$|MFDlPu}zQ#g*i zr&MQq8`qqadBIHTl`*pVMc0V~6@EXSn4UHNhh(g?F*Ej?!F1uiOoK0egk7g@vvoeJ zTdgEzZ%UrrGY>$*-GwFJxB1%WFgd~wT~b+A`=0N`r4aZ;!;C!b(Ox_u@|7fcGyoW?9}7SQzSJPyHHsPgeg7kW8S+ z$6gt=(hEiFNf1JKW;$B@&ObEZm>qo+h2mP)R6S#~CijV&xOShLVvw@5VasNabt*6~ zS+Qf+kx>(>Jl-&NRSi<%AMe-_A1z;i0j!Piy?O%z+&Cu&HF1DwCMz@n$jrn}5Qaz+ zHxo^hVLoq3Wn(q)Ux5E}G8*2{fCpTLl-B2aE}4U&v)^Tm!L9>-pxWF^2K8uk;t}k3 z1&(!RU)9(T+78e~13fNlI3)7p8bKj}h2P>4B<6288@Zs;sQKr_>=H=#0u3EdS9XU5 zasi;9>l%L|q2x8XGRs484TnZ9XxL9~qio|tU$f|c=E-aX_+@j3@J{3kd$~UIK4!w> z13dh6`)zC(2Kn)T{;nN;0d9gHnkLbHAPSm=?(^oBVCZKYq+F z%wKDg{Iwze9KYX$<=U-4uAas`yiKxgT1f)g1FiqG0bzy{C9Z$nU_d0w^-p(Tz}}hH zFI~>f*q?<>MB1331P}Pz&oyAW{7Nvnz76zkGB#{Fn3!_vZbR_)BmmghYrJd?4!XIg z`Lc-0lw2_@S!(z)lrmH@2L>bzsun#oA4uHIt&8r5rgCd;ivPl2))oGW&@i+b%c(u1 z+dzFb=^JeFy@cTbMjPf}r1XM8I$9c3FM3js{Cq>G8WuFa)1C8P|C4aV z8Ze6dj%zh&KjtXuPxk4xA&#zH(>k#S3wRIo}nNYH}qS)G- zYu{kN1pK@ZD2Q}7t*x4!|9Y8!ZQB3ellHf;CiowRq@TwgD%Eb2pHJjk;>ej=4_+I6 z9xAP+-T$5Uz2HB7YQ?^b^?dz4}=Bj6v2yg5xZUDblK Hmv8?&+r!FM literal 0 HcmV?d00001 diff --git a/00_documentation/002_repo_structure/0022_dataset_tables/dyntext_LP.txt b/00_documentation/002_repo_structure/0022_dataset_tables/dyntext_LP.txt new file mode 100644 index 0000000..71c2d5e --- /dev/null +++ b/00_documentation/002_repo_structure/0022_dataset_tables/dyntext_LP.txt @@ -0,0 +1,89 @@ +<> +<> + +* This is the documentation generator companion from edukit_save. +* It's a do file section that create locals to display dynamically +* Author: Diana Goldemberg + +* Dataset observations and variables +describe +local nobs = r(N) +local nvars = r(k) + +/* Metadata automatically generated by edukit_save is stored in metadata_chars + the idea is to read through them all and index them, so they are all displayed + with their correct names and values. */ + + local i = 1 + local metadata_chars: char _dta[metadata_chars] + while "`metadata_chars'" != "" { + gettoken thischar metadata_chars : metadata_chars, parse(" ") + local char_i`i' = "`thischar'" + local char_value_i`i': char _dta[`thischar'] + local ++i + } + +/* The loop above was generic, so it could be reused in other dyndocs. + but for all Learning Poverty files, we know the exact order or metadata. + As in any file saved by edukit_save, metadata_chars starts with: + i1. lastsave + i2. varclasses_used + Moreover, in Learning Poverty do files, we save metadatada also into: + i3. description + i4. sources + i5. filename +*/ + +/* We also want to read varclasses_used to read each of the chars it defines. + By reading each of those chars, we find which variables are in those classes. */ + + local j = 1 + local varclasses_used: char _dta[varclasses_used] + while "`varclasses_used'" != "" { + gettoken thischar varclasses_used : varclasses_used, parse(" ") + local char_j`j' = "`thischar'" + local char_value_j`j': char _dta[`thischar'] + local ++j + } + +/* As in any file saved by edukit_save, varclasses_used starts with: + j1. idvars + Moreover, in Learning Poverty do files, it's always: + j2. valuevars + j3. traitvars + Some do files (or future edits) may entail having more varclasses_used. */ + +/* NOTE: we purposefully use individual spaces instead of tabs in the + dd_display section below, to get consistency in spacing across platforms. */ + +<> + +Documentation of <> +===================================================================== + +back to the [Repo Structure](https://github.com/worldbank/LearningPoverty/blob/master/00_documentation/002_repo_structure/Repo_Structure.md) :leftwards_arrow_with_hook: + +<> + +**Metadata** stored in this dataset: + +~~~~ +<>: <> +<>: <> +~~~~ + + +About the **<> variables** in this dataset: + +~~~~ +The variables belong to the following variable classifications: +<> + +<>: <> +<>: <> +<>: <> + +<> +codebook, compact +<> +~~~~ diff --git a/00_documentation/002_repo_structure/0022_dataset_tables/enrollment.md b/00_documentation/002_repo_structure/0022_dataset_tables/enrollment.md new file mode 100644 index 0000000..5498435 --- /dev/null +++ b/00_documentation/002_repo_structure/0022_dataset_tables/enrollment.md @@ -0,0 +1,46 @@ + +Documentation of Enrollment +===================================================================== + +back to the [Repo Structure](https://github.com/worldbank/LearningPoverty/blob/master/00_documentation/002_repo_structure/Repo_Structure.md) :leftwards_arrow_with_hook: + +Dataset of enrollment. Long in countrycode and year, wide in enrollment definitions (ie: interpolated, validated) and subgroups (all, male, female). + +**Metadata** stored in this dataset: + +~~~~ +sources: Multiple enrollment definitions were combined according to a ranking. Original data from World Bank (country team validation, ANER) and UIS (TNER, NET, GER) +lastsave: 16 Oct 2019 20:42:20 by wb255520 +~~~~ + + +About the **13 variables** in this dataset: + +~~~~ +The variables belong to the following variable classifications: +idvars valuevars traitvars + +idvars: countrycode year +valuevars: enrollment_validated_all enrollment_validated_fe enrollment_validated_ma enrollment_validated_flag enrollment_interpolated_all enrollment_interpolated_fe enrollment_interpolated_ma enrollment_interpolated_flag +traitvars: enrollment_source enrollment_definition year_enrollment + +. codebook, compact + +Variable Obs Unique Mean Min Max Label +---------------------------------------------------------------------------------------------------------------------------------------- +countrycode 6293 217 . . . WB country code (3 letters) +year 6293 29 2004 1990 2018 Year +en~dated_all 5771 2908 87.21567 19.10539 100 Validated % of children enrolled in school (using closest year, both genders) +enr~dated_fe 5348 2742 86.29536 15.50506 100 Validated % of children enrolled in school (using closest year, female only) +enr~dated_ma 5348 2743 87.94001 22.14 100.4548 Validated % of children enrolled in school (using closest year, male only) +e~dated_flag 6293 2 .194184 0 1 Flag for enrollment by gender filled up from aggregate (>=98.5%) +en~lated_all 5771 3755 87.24924 19.10539 100 Validated % of children enrolled in school (using interpolation, both genders) +enr~lated_fe 4739 2857 87.20877 15.50506 100 Validated % of children enrolled in school (using interpolation, female only) +enr~lated_ma 4739 2858 88.61073 22.14 100.4548 Validated % of children enrolled in school (using interpolation, male only) +e~lated_flag 6293 2 .1978389 0 1 Flag for enrollment by gender filled up from aggregate (>=98.5%) +enrollmen~ce 6293 5 . . . The source used for this enrollment value +enrollment~n 6293 5 . . . The definition used for this enrollment value +year_enrol~t 5771 29 2005.041 1990 2018 The year that the enrollment value is from +---------------------------------------------------------------------------------------------------------------------------------------- + +~~~~ diff --git a/00_documentation/002_repo_structure/0022_dataset_tables/population.md b/00_documentation/002_repo_structure/0022_dataset_tables/population.md new file mode 100644 index 0000000..92e3eb3 --- /dev/null +++ b/00_documentation/002_repo_structure/0022_dataset_tables/population.md @@ -0,0 +1,48 @@ + +Documentation of Population +===================================================================== + +back to the [Repo Structure](https://github.com/worldbank/LearningPoverty/blob/master/00_documentation/002_repo_structure/Repo_Structure.md) :leftwards_arrow_with_hook: + +Dataset of late primary aged population. Long in countrycode and year, wide in population definitions (ie: 10-14y, primary-aged, etc) and subgroups (all, male, female). In units, not thousands nor millions. + +**Metadata** stored in this dataset: + +~~~~ +sources: World Bank staff estimates using the World Bank's total population and age distributions of the United Nations Population Division's World Population Prospects. +lastsave: 16 Oct 2019 20:42:18 by wb255520 +~~~~ + + +About the **15 variables** in this dataset: + +~~~~ +The variables belong to the following variable classifications: +idvars valuevars traitvars + +idvars: countrycode year_population +valuevars: population_fe_10 population_fe_primary population_fe_9plus population_ma_10 population_ma_primary population_ma_9plus population_all_10 population_all_primary population_all_9plus population_fe_1014 population_ma_1014 population_all_1014 population_source +traitvars: population_source + +. codebook, compact + +Variable Obs Unique Mean Min Max Label +---------------------------------------------------------------------------------------------------------------------------------------- +countrycode 13237 217 . . . WB country code (3 letters) +year_popul~n 13237 61 2020 1990 2050 Year of population +populat~e_10 11795 6667 320676.7 479 1.33e+07 Female population aged 10 (WB API) +po~e_primary 10514 7901 2282059 3477 7.53e+07 Female population primary age, country specific (WB API) +popu~e_9plus 11722 8056 1192931 967 5.14e+07 Female population aged 9 to end of primary, country specific (WB API) +populat~a_10 11795 6671 339959 492 1.42e+07 Male population aged 10 (WB API) +po~a_primary 10514 7939 2419477 3858 8.08e+07 Male population primary age, country specific (WB API) +popu~a_9plus 11722 8043 1259789 1007 5.52e+07 Male population aged 9 to end of primary, country specific (WB API) +populat~l_10 11795 7305 660635.7 971 2.75e+07 Total population aged 10 (WB API) +po~l_primary 10514 8655 4701535 7335 1.56e+08 Total population primary age, country specific (WB API) +popu~l_9plus 11722 8815 2452720 1974 1.07e+08 Total population aged 9 to end of primary, country specific (WB API) +popul~e_1014 11792 8026 1582075 2300 6.21e+07 Female population between ages 10 to 14 (WB API) +popul~a_1014 11792 8055 1676621 2300 6.72e+07 Male population between ages 10 to 14 (WB API) +popul~l_1014 11792 8758 3258696 4600 1.29e+08 Total population between ages 10 to 14 (WB API) +population~e 13237 1 . . . The source used for population variables +---------------------------------------------------------------------------------------------------------------------------------------- + +~~~~ diff --git a/00_documentation/002_repo_structure/0022_dataset_tables/proficiency.md b/00_documentation/002_repo_structure/0022_dataset_tables/proficiency.md new file mode 100644 index 0000000..2abca17 --- /dev/null +++ b/00_documentation/002_repo_structure/0022_dataset_tables/proficiency.md @@ -0,0 +1,48 @@ + +Documentation of Proficiency +===================================================================== + +back to the [Repo Structure](https://github.com/worldbank/LearningPoverty/blob/master/00_documentation/002_repo_structure/Repo_Structure.md) :leftwards_arrow_with_hook: + +Dataset of proficiency. One country may have multiple or no observations at all. Long on specific measures in time (that is, assessment year grade subject country) and wide in subgroups (all, male, female). + +**Metadata** stored in this dataset: + +~~~~ +sources: Compilation of proficiency measures from 3 sources: CLO (Country Level Outcomes from GLAD), National Learning Assessment (from UIS), HAD (Harmonized Assessment Database) +lastsave: 16 Oct 2019 20:42:18 by wb255520 +~~~~ + + +About the **15 variables** in this dataset: + +~~~~ +The variables belong to the following variable classifications: +idvars valuevars traitvars + +idvars: countrycode year idgrade test nla_code subject +valuevars: nonprof_all se_nonprof_all nonprof_ma se_nonprof_ma nonprof_fe se_nonprof_fe +traitvars: min_proficiency_threshold source_assessment surveyid + +. codebook, compact + +Variable Obs Unique Mean Min Max Label +---------------------------------------------------------------------------------------------------------------------------------------- +countrycode 697 146 . . . WB country code (3 letters) +year 697 20 2009.898 1996 2017 Year of assessment +idgrade 697 4 4.308465 3 6 Grade ID +test 697 7 . . . Assessment +nla_code 697 22 . . . Reference code for NLA in markdown documentation +subject 697 3 . . . Subject +nonprof_all 697 697 30.44718 .2252221 99.89659 % pupils below minimum proficiency (all) +se_nonprof~l 559 559 .9498702 .1218972 3.419903 SE of pupils below minimum proficiency (all) +nonprof_ma 559 559 24.92177 .1586974 97.96137 % pupils below minimum proficiency (ma) +se_nonprof~a 559 559 1.199997 .1287481 3.848194 SE of pupils below minimum proficiency (ma) +nonprof_fe 559 559 22.02045 .1284599 97.83222 % pupils below minimum proficiency (fe) +se_nonprof~e 559 559 1.142743 .1141958 3.566816 SE of pupils below minimum proficiency (fe) +min_profic~d 694 18 . . . Minimum Proficiency Threshold (assessment-specific) +source_ass~t 697 3 . . . Source of assessment data +surveyid 697 503 . . . SurveyID (countrycode_year_assessment) +---------------------------------------------------------------------------------------------------------------------------------------- + +~~~~ diff --git a/00_documentation/002_repo_structure/0022_dataset_tables/rawfull.md b/00_documentation/002_repo_structure/0022_dataset_tables/rawfull.md new file mode 100644 index 0000000..017a59a --- /dev/null +++ b/00_documentation/002_repo_structure/0022_dataset_tables/rawfull.md @@ -0,0 +1,87 @@ + +Documentation of Rawfull +===================================================================== + +back to the [Repo Structure](https://github.com/worldbank/LearningPoverty/blob/master/00_documentation/002_repo_structure/Repo_Structure.md) :leftwards_arrow_with_hook: + +Dataset of proficiency merged with enrollment and population. Not a timeseries, rather a collection of observations, from which subsets of time series may be extracted. Long in proficiency, wide on population and enrollment. + +**Metadata** stored in this dataset: + +~~~~ +sources: All population, enrollment and proficiency sources combined. +lastsave: 16 Oct 2019 20:42:20 by wb255520 +~~~~ + + +About the **54 variables** in this dataset: + +~~~~ +The variables belong to the following variable classifications: +idvars valuevars traitvars + +idvars: countrycode year_assessment idgrade test nla_code subject +valuevars: nonprof_all se_nonprof_all nonprof_ma se_nonprof_ma nonprof_fe se_nonprof_fe enrollment_validated_all enrollment_validated_fe enrollment_validated_ma enrollment_validated_flag enrollment_interpolated_all enrollment_interpolated_fe enrollment_interpolated_ma enrollment_interpolated_flag population_fe_10 population_fe_primary population_fe_9plus population_ma_10 population_ma_primary population_ma_9plus population_all_10 population_all_primary population_all_9plus population_fe_1014 population_ma_1014 population_all_1014 population_source +traitvars: year_enrollment year_population source_assessment enrollment_source population_source enrollment_definition min_proficiency_threshold surveyid countryname region region_iso2 regionname adminregion adminregion_iso2 adminregionname incomelevel incomelevel_iso2 incomelevelname lendingtype lendingtype_iso2 lendingtypename cmu + +. codebook, compact + +Variable Obs Unique Mean Min Max Label +---------------------------------------------------------------------------------------------------------------------------------------- +countrycode 914 217 . . . WB country code (3 letters) +year_asses~t 914 20 2011.109 1996 2017 Year of assessment +idgrade 914 5 -233.895 -999 6 Grade ID +test 914 8 . . . Assessment +nla_code 914 22 . . . Reference code for NLA in markdown documentation +subject 914 4 . . . Subject +nonprof_all 697 697 30.44718 .2252221 99.89659 % pupils below minimum proficiency (all) +se_nonprof~l 559 559 .9498702 .1218972 3.419903 SE of pupils below minimum proficiency (all) +nonprof_ma 559 559 24.92177 .1586974 97.96137 % pupils below minimum proficiency (ma) +se_nonprof~a 559 559 1.199997 .1287481 3.848194 SE of pupils below minimum proficiency (ma) +nonprof_fe 559 559 22.02045 .1284599 97.83222 % pupils below minimum proficiency (fe) +se_nonprof~e 559 559 1.142743 .1141958 3.566816 SE of pupils below minimum proficiency (fe) +en~dated_all 896 503 92.41767 23.54786 100 Validated % of children enrolled in school (using closest year, both genders) +enr~dated_fe 855 481 92.32435 16.75778 100 Validated % of children enrolled in school (using closest year, female only) +enr~dated_ma 855 481 92.87754 30.29106 100.2015 Validated % of children enrolled in school (using closest year, male only) +e~dated_flag 914 2 .1345733 0 1 Flag for enrollment by gender filled up from aggregate (>=98.5%) +en~lated_all 896 531 92.438 23.54786 100 Validated % of children enrolled in school (using interpolation, both genders) +enr~lated_fe 773 445 93.02931 16.75778 100 Validated % of children enrolled in school (using interpolation, female only) +enr~lated_ma 773 445 93.36419 30.29106 100.2015 Validated % of children enrolled in school (using interpolation, male only) +e~lated_flag 914 2 .1444201 0 1 Flag for enrollment by gender filled up from aggregate (>=98.5%) +populat~e_10 890 193 293630.7 671 1.21e+07 Female population aged 10 (WB API) +po~e_primary 832 172 2052513 4599 7.23e+07 Female population primary age, country specific (WB API) +popu~e_9plus 873 191 1093833 1374 3.62e+07 Female population aged 9 to end of primary, country specific (WB API) +populat~a_10 890 193 310736.6 696 1.35e+07 Male population aged 10 (WB API) +po~a_primary 832 172 2170324 4773 8.04e+07 Male population primary age, country specific (WB API) +popu~a_9plus 873 191 1153568 1425 4.04e+07 Male population aged 9 to end of primary, country specific (WB API) +populat~l_10 890 193 604367.3 1370 2.55e+07 Total population aged 10 (WB API) +po~l_primary 832 172 4222837 9372 1.53e+08 Total population primary age, country specific (WB API) +popu~l_9plus 873 191 2247401 2799 7.65e+07 Total population aged 9 to end of primary, country specific (WB API) +popul~e_1014 890 193 1438254 3162 5.98e+07 Female population between ages 10 to 14 (WB API) +popul~a_1014 890 193 1521794 3286 6.71e+07 Male population between ages 10 to 14 (WB API) +popul~l_1014 890 193 2960048 6448 1.27e+08 Total population between ages 10 to 14 (WB API) +population~e 914 1 . . . The source used for population variables +year_enrol~t 896 24 2010.494 1991 2017 The year that the enrollment value is from +year_popul~n 914 1 2015 2015 2015 Year of population +source_ass~t 697 3 . . . Source of assessment data +enrollmen~ce 914 5 . . . The source used for this enrollment value +enrollment~n 914 5 . . . The definition used for this enrollment value +min_profic~d 694 18 . . . Minimum Proficiency Threshold (assessment-specific) +surveyid 697 503 . . . SurveyID (countrycode_year_assessment) +countryname 914 217 . . . Country Name +region 914 7 . . . Region Code +region_iso2 914 7 . . . Region Code (ISO 2 digits) +regionname 914 7 . . . Region Name +adminregion 475 6 . . . Administrative Region Code +adminregio~2 475 6 . . . Administrative Region Code (ISO 2 digits) +adminregio~e 475 6 . . . Administrative Region Name +incomelevel 914 4 . . . Income Level Code +incomeleve~2 914 4 . . . Income Level Code (ISO 2 digits) +incomeleve~e 914 4 . . . Income Level Name +lendingtype 914 4 . . . Lending Type Code +lendingtyp~2 914 4 . . . Lending Type Code (ISO 2 digits) +lendingty~me 911 4 . . . Lending Type Name +cmu 680 48 . . . WB Country Management Unit +---------------------------------------------------------------------------------------------------------------------------------------- + +~~~~ diff --git a/00_documentation/002_repo_structure/0022_dataset_tables/rawlatest.md b/00_documentation/002_repo_structure/0022_dataset_tables/rawlatest.md new file mode 100644 index 0000000..3af67b8 --- /dev/null +++ b/00_documentation/002_repo_structure/0022_dataset_tables/rawlatest.md @@ -0,0 +1,80 @@ + +Documentation of Rawlatest +===================================================================== + +back to the [Repo Structure](https://github.com/worldbank/LearningPoverty/blob/master/00_documentation/002_repo_structure/Repo_Structure.md) :leftwards_arrow_with_hook: + +Preference 1005 dataset. Contains one observation for each of the 217 countries, with corresponding proficiency, enrollment and population. Should be interpreted as a picture of learning poverty in the world, for a chosen angle - that is, rules for selecting the preferred assessment, enrollment and population definitions. + +**Metadata** stored in this dataset: + +~~~~ +sources: All population, enrollment and proficiency sources combined. +lastsave: 16 Oct 2019 20:42:20 by wb255520 +~~~~ + + +About the **47 variables** in this dataset: + +~~~~ +The variables belong to the following variable classifications: +idvars valuevars traitvars + +idvars: countrycode preference +valuevars: adj_nonprof_all adj_nonprof_fe adj_nonprof_ma nonprof_all se_nonprof_all nonprof_ma se_nonprof_ma nonprof_fe se_nonprof_fe enrollment_all enrollment_ma enrollment_fe population_2015_fe population_2015_ma population_2015_all population_source anchor_population anchor_population_w_assessment +traitvars: idgrade test nla_code subject year_assessment year_enrollment enrollment_flag enrollment_source enrollment_definition min_proficiency_threshold surveyid countryname region region_iso2 regionname adminregion adminregion_iso2 adminregionname incomelevel incomelevel_iso2 incomelevelname lendingtype lendingtype_iso2 lendingtypename cmu preference_description lp_by_gender_is_available + +. codebook, compact + +Variable Obs Unique Mean Min Max Label +---------------------------------------------------------------------------------------------------------------------------------------- +countrycode 217 217 . . . WB country code (3 letters) +preference 217 1 . . . Preference +adj_nonpro~l 116 116 38.49645 1.640046 98.72119 Learning Poverty (adjusted non-proficiency, all) +adj_nonpro~e 92 92 31.41049 1.199595 98.7845 Learning Poverty (adjusted non-proficiency, fe) +adj_nonpro~a 92 92 35.47869 2.114902 98.6577 Learning Poverty (adjusted non-proficiency, ma) +nonprof_all 116 116 36.10672 .3021896 97.90538 % pupils below minimum proficiency (all) +se_nonprof~l 97 97 .9926926 .1344 2.819569 SE of pupils below minimum proficiency (all) +nonprof_ma 97 97 34.16343 .2807498 97.96137 % pupils below minimum proficiency (ma) +se_nonprof~a 97 97 1.271574 .1502485 3.470551 SE of pupils below minimum proficiency (ma) +nonprof_fe 97 97 29.91959 .3251851 97.83222 % pupils below minimum proficiency (fe) +se_nonprof~e 97 97 1.182721 .1886169 2.936706 SE of pupils below minimum proficiency (fe) +enrollment~l 199 194 90.18949 23.54786 100 Validated % of children enrolled in school (using closest year, both genders) +enrollment~a 190 185 90.59003 30.29106 100 Validated % of children enrolled in school (using closest year, male only) +enrollmen~fe 190 185 89.86092 16.75778 100 Validated % of children enrolled in school (using closest year, female only) +populatio~fe 193 193 1529768 3162 5.98e+07 Female population between ages 10 to 14 (WB API) +population~a 193 193 1640311 3286 6.71e+07 Male population between ages 10 to 14 (WB API) +population~l 193 193 3170079 6448 1.27e+08 Total population between ages 10 to 14 (WB API) +populatio~ce 217 1 . . . The source used for population variables +anchor_pop~n 193 193 3170079 6448 1.27e+08 Total population between ages 10 to 14 (WB API) +anchor_pop~t 193 117 2667970 0 1.27e+08 Anchor population * has data dummy +idgrade 217 4 -462.4931 -999 6 Grade ID +test 217 6 . . . Assessment +nla_code 217 16 . . . Reference code for NLA in markdown documentation +subject 217 4 . . . Subject +year_asses~t 217 13 2014.134 2001 2017 Year of assessment +year_enrol~t 199 19 2012.739 1993 2017 The year that the enrollment value is from +enrollment~g 217 2 .1751152 0 1 Flag for enrollment by gender filled up from aggregate (>=98.5%) +enrollmen~ce 217 5 . . . The source used for this enrollment value +enrollment~n 217 5 . . . The definition used for this enrollment value +min_profic~d 114 13 . . . Minimum Proficiency Threshold (assessment-specific) +surveyid 116 116 . . . SurveyID (countrycode_year_assessment) +countryname 217 217 . . . Country Name +region 217 7 . . . Region Code +region_iso2 217 7 . . . Region Code (ISO 2 digits) +regionname 217 7 . . . Region Name +adminregion 138 6 . . . Administrative Region Code +adminregio~2 138 6 . . . Administrative Region Code (ISO 2 digits) +adminregio~e 138 6 . . . Administrative Region Name +incomelevel 217 4 . . . Income Level Code +incomeleve~2 217 4 . . . Income Level Code (ISO 2 digits) +incomeleve~e 217 4 . . . Income Level Name +lendingtype 217 4 . . . Lending Type Code +lendingtyp~2 217 4 . . . Lending Type Code (ISO 2 digits) +lendingty~me 216 4 . . . Lending Type Name +cmu 169 48 . . . WB Country Management Unit +preference~n 217 1 . . . Preference description +lp_by_gend~e 217 2 .4239631 0 1 Dummy for availibility of Learning Poverty gender disaggregated +---------------------------------------------------------------------------------------------------------------------------------------- + +~~~~ diff --git a/00_documentation/002_repo_structure/Repo_Structure.md b/00_documentation/002_repo_structure/Repo_Structure.md new file mode 100644 index 0000000..61bcbb5 --- /dev/null +++ b/00_documentation/002_repo_structure/Repo_Structure.md @@ -0,0 +1,148 @@ +# How this repo is structured +back to the [README](https://github.com/worldbank/LearningPoverty/blob/master/README.md) :leftwards_arrow_with_hook: + +### Table of Contents +1. [Folder and file structure](#folder-and-file-structure) +1. [Task details](#task-details) + 2.0. [Task 00_documentation](#task-00_documentation) + 2.1. [Task 01_data](#task-01_data) + 2.2. [Task 02_simulation](#task-02_simulation) + 2.3. [Task 03_export_tables](#task-03_export_tables) + 2.4. [Task 04_repo_update](#task-04_repo_update) +1. [Generating flowcharts](#generating-flowcharts) + +## Folder and file structure + +Each folder starting with exactly two digits is a task folder. A task folder is organized as a small project to separate tasks like generating the dataset, running the simulation, producing the learning poverty briefs. Whenever possible, we strive for a consistent naming of subfolders, with most tasks 0i having the subfolders 0i1_rawdata, 0i2_programs, 0i3_outputs. + +All code needed to process and copy input data sets to the local clone, and to generate all datasets from them are shared through this repository. The code can always be found in the task sub folder programs and it is numbered with a prefix that matches the folder number. This allows to immediately identify where each code fits the workflow by looking at its name. + +Some files that are nor code nor datasets (PDFs, presentations etc.) are shared directly over the OneDrive folder as such files are not suitable to share over GitHub. This folder is restricted to contributors in the World Bank. + +Folders that would start empty - without any files that we wish to track in the repo - will have a placeholder markdown file, just to synchronize the folder structure, for GitHub would ignore a folder if completely empty. + +## Task details + +### Task 00_documentation + +This folder contains only markdown files that document this project, plus accompanying images. + +| Sub-Folder Name | Usage | +|---|---| +|**001_technical_note**|Information on how the data was calculated and which sources were used| +|**002_repo_structure**|Guide to the folder structure and data flow in the project| +|**003_contribution_and_replication**|Guidelines for contributing to and replicating this repo|| + +### Task 01_data + +In this task folder we generate a "picture" of learning poverty in 2015 (rawlatest), and all files needed to project learning poverty, which will be used in the simulation task. This task runs exclusively in Stata. + +| Sub-Folder Name | Usage | +|---|---| +|**011_rawdata**|This folder starts empty, except for the subfolder `hosted_in_repo`, which contains 13 .csv and .md files.| +|**012_programs**|Programs that compile all data on the recent history and a current picture of learning poverty| +|**013_outputs**|This folder should start empty. It will store the outputs for the data task.| + +For each relevant file in 013_outputs, we generate a mardown documentation, accessible through the links below: +* [Documentation of population](./0022_dataset_tables/population.md) +* [Documentation of enrollment](./0022_dataset_tables/enrollment.md) +* [Documentation of proficiency](./0022_dataset_tables/proficiency.md) +* [Documentation of rawfull](./0022_dataset_tables/rawfull.md) +* [Documentation of rawlatest](./0022_dataset_tables/rawlatest.md) + +All the data needed for this project comes from thirteen .csv and .md files in `01_data/011_rawdata/hosted_in_repo/`. Those files are first imported into `01_data/011_rawdata/` as .dta files, then combined into intermediate datasets. Population, enrollment and proficiency datasets are created in `01_data/013_outputs/`, then combined in an exhaustive manner into rawfull, also stored in `01_data/013_outputs/`. + +![00211](./0021_flowcharts/00211_data_mermaid.png) + +From rawfull, we construct multiple _preference_ datasets, each being the result of trimming down rawfull through the _preferred_list_ program. A useful analogy is that each _preference_ is a "picture" of the world, with different camera adjustments and angles. Then, we display the global and regional numbers that each preferences represent. Lastly, we choose one preference that we baptize as rawlatest, which should be understood as the chosen "picture" for learning poverty in 2015. + +![00212](./0021_flowcharts/00212_data_mermaid.png) + +### Task 02_simulation + +In this task folder we project the proficiency scores in 2030. It runs partly in Stata, partly in R. + +| Sub-Folder Name | Usage | +|---|---| +|**021_rawdata**|This folder should have no data on learning poverty - nor enrollment, proficiency, population - the do-files in `022_program` should only read learning poverty data from `013_outputs`. If those outputs need to be modified for any purpose for the `02_simulation` task, then that should be done in the do-files in `012_program`. This folder only contains inputs for generating the spells, that is to compare assessments over time.| +|**022_programs**|Programs that run all the simulations| +|**023_outputs**|This folder should start empty. It will store the outputs for all simulations.| + +### Task 03_export_tables + +In this task folder we generate tables and graphs for the Learning Poverty technical paper. We also export the data in this project as indicators to the World Bank API. It runs exclusively in Stata. + +| Sub-Folder Name | Usage | +|---|---| +|**031_rawdata**|Contains only one csv, with the metadata of WB API indicators produced by this project| +|**032_programs**|Programs that export all tables and graphs| +|**033_outputs**|Starts empty, will receive all tables and graphs that went into the paper, plus the series of _learning poverty_ indicators for the WB API| + +### Task 04_repo_update + +For reproducibility purposes, we 'froze' the data gathered from multiple APIs and data sources in `01_data/011_rawdata/hosted_in_repo`. In this task, we update those .md and .csv input files, by running the queries to those APIs and updating the sources. It runs exclusively in Stata. Parts of this task may require access to the World Bank network. + +| Sub-Folder Name | Usage | +|---|---| +|**041_rawdata**|Raw data that does not come from APIs| +|**042_programs**|Programs that update all input data files| +|**043_outputs**|Starts empty, will receive updated files that may be transfered to 011_rawdata| + +## Generating flowcharts + +All the diagrams and flowcharts were generated from text in a similar manner as markdown, through _mermaid_. + +To update the charts, you can use the [mermaid live editor](https://mermaidjs.github.io/mermaid-live-editor/). Pasting the code in this page in the live editor will render the images displayed in this page. + +As of now, the GitHub markdown renderer does not support _mermaid_, which is why the rendering can only be done by statically saving the _.png_ files in the repo. But this is a [feature that has been requested](https://github.community/t5/How-to-use-Git-and-GitHub/Feature-Request-Support-Mermaid-markdown-graph-diagrams-in-md/td-p/21967) and may one day be added to GitHub. + +#### Flowchart code of 01_data task +```mermaid +graph LR + + subgraph "011_rawdata: *.csv and *.md to *.dta" + + raw_cty[country_metadata] + raw_pop["population_1014
population_by_age
primary_school_age"] + raw_pro["proficiency_from_GLAD
proficiency_from_NLA
proficiency_no_microdata"] + raw_enr["enrollment_edulit_uis
enrollment_tenr_wbopendata
enrollment_validated"] + + raw_cty-->|0120_import_rawdata|raw_cty + raw_pop-->|0120_import_rawdata|raw_pop + raw_pro-->|0120_import_rawdata|raw_pro + raw_enr-->|0120_import_rawdata|raw_enr + + end + + + subgraph "basic files in 013_output" + + raw_pop-->|0121_combine_population_data|pop[population] + raw_pro-->|0122_combine_proficiency_data|pro[proficiency] + raw_enr-->|"0123_combine_enrollment_data
0124_enrollment_extrapolation"|enr[enrollment] + + end + + + subgraph "final files in 013_output" + + rawfull["rawfull
long on proficiency
wide on enrollment
wide on population"] + raw_cty-->|0125_create_rawfull|rawfull + pop-->|0125_create_rawfull|rawfull + enr-->|0125_create_rawfull|rawfull + pro-->|0125_create_rawfull|rawfull + + preferred{"keep 1 obs by cty for proficiency
keep 1 set of vars for enrollment
keep 1 set of vars for population"} + rawfull-->|0126_create_rawlatest|preferred + preferred-->|01261_preferred_list|pref1[preference1000] + preferred-->|01261_preferred_list|pref2[preference2000] + preferred-->|01261_preferred_list|pref3[preference3000] + + disp(("display global and
regional aggregates")) + pref1-->|01262_global_number|disp + pref2-->|01262_global_number|disp + pref3-->|01262_global_number|disp + + end + +``` diff --git a/00_documentation/003_contribution_and_replication/Contribution_and_Replication.md b/00_documentation/003_contribution_and_replication/Contribution_and_Replication.md new file mode 100644 index 0000000..bd8da0e --- /dev/null +++ b/00_documentation/003_contribution_and_replication/Contribution_and_Replication.md @@ -0,0 +1,58 @@ +# How to contribute to this repository and how to replicate it +back to the [README](https://github.com/worldbank/LearningPoverty/blob/master/README.md) :leftwards_arrow_with_hook: + +### Table of Contents +1. [Replicating this Repository](#replicating-this-repository) +1. [Contributing to this Repository](#contributing-to-this-repository) + 2.1. [Bug reports and feature requests](#bug-reports-and-feature-requests) + 2.2. [Contribution conventions](#contribution-conventions) +1. [Workflow in this Repository](#workflow-in-this-repository) + 3.1. [Quick summary of workflow](#quick-summary-of-workflow) + 3.2. [Details of main branches](#details-of-main-branches) + +## Replicating this Repository + +This repository contains all material necessary to replicate the results of our paper. To replicate it, you will need R and Stata to execute the code. All code necessary to replicate our results, as well as all raw data is contained in this repository. Both the code and the raw data (csv and md files) are automatically rendered by GitHub, so you can immediately inspect the code and the data by navigating the folders. + +See the [Repository Structure Note](https://github.com/worldbank/LearningPoverty/blob/master/00_documentation/002_repo_structure/Repo_Structure.md) to understand the sequencing of the tasks, visualizing the data flowcharts in this project and for an overview of the variables in each dataset. + +## Contributing to this Repository + +If you are familiar with how GitHub works, please feel free to make a fork and submit a pull request for any additions you want to make, but please read the **contribution conventions** section below first. If you are new to GitHub, start by reading the **bug reports and feature requests** section below. + +### Bug reports and feature requests +An easy but still very efficient way to provide any feedback on this repository that does not require any GitHub knowledge is to create an *issue*. You can read *issues* submitted by other users or create a new *issue* [here](https://github.com/worldbank/LearningPoverty/issues). While the word *issue* has a negative connotation outside GitHub, it can be used for any kind of feedback. If you have an idea for a new analysis or would like to report an error, creating an *issue* is a great tool for communicating that to us. Please read already existing *issues* to check whether someone else has made the same suggestion or reported the same error before creating a new *issue*. + +### Contribution conventions + +In addition to using common GitHub practices and to the workflow practices of this repo, please follow these conventions to make it possible to keep an overview of the progress made to the code in this repository. + +If your commit is specifically addressing an error, then always name your commit starting with `[BUG FIX]`. If you have opened an issue, you may want to reference the issue in the commit message, for example `fix issue #122`. If you want feedback on your solution to the issue or help with testing it, then ask for that before you merge the fix to the `develop` branch. If your branch contains many changes back and forth, then we suggest that you do a squashed merge to the `develop` branch. Squashed merge means that all commits in the fix issue branch are combined into a single commit in the `develop` branch where only the final changes are reflected. All commits in the branch are still saved individually in the history of that branch. + +## Workflow in this Repository + +### Quick summary of workflow + +* No edits should be done directly to the `master` branch. Instead, code edits should be made to the `develop` branch, and documentation edits should be made to the `documentation` branch. +* If you are making large edits to the `documentation` branch, then create a branch of the `documentation` branch and then open up a pull request. +* If you are making code edits you should always start by making a branch from the `develop` branch. +* Create many branches and merge them often. That is the best way to make sure there are no conflicts when merging, and that makes sure that the team has the most up to date version of the code. +* While the project is under development, all committed and pushed branches will be merged to the `develop` branch by the end of the day, unless made explicitly in the name of the branch in the main REPO, by adding `_dnm_` (dnm = do_not_merge) or `_do_not_merge_` + +### Details of main branches + +* `master` branch + * Only users _jpazvd_ and _dianagold_ have push access to this branch (maintainers). + * This branch is only merged to when the project reaches some kind of milestone. It does not have to be a big milestone like a publication, could also be the end of a deadline before a senior meeting etc. + * No one works directly in this branch. We first update the `develop` branch and make sure that everything runs there without error, then we merge the `develop` branch to the `master` branch. The `master` branch may also receive merges from the `documentation` branch, but this should only be used for changes in the documentation. +* `develop` branch + * Only users _jpazvd_ and _dianagold_ have push access to this branch (maintainers). + * Everyone starting a new task should branch from this branch. You do not need push access to create a branch, so anyone can make a branch from `develop`. + * Make one branch for each task and keep those tasks small. It is fine to submit your branch multiple times per day. That ensures that merge conflicts are rare. Make sure to give your branch an explanatory name. Micro-commiting is a good practice, so it's easy to revert back to a commit if the need arises. + * When you want to merge your task, simply open up a new pull request and one of the maintainers will merge the branch for you. Assigning one of the maintainers as a reviewer of your pull request will ensure a speedy review, for they will be notified. +* `documentation` branch + * This branch should only be used to update the documentation files. + * It may be merged directly to `master`, bypassing a merge with `develop`, which may be useful to preserve links and do small revisions of the documentation. +* `QA` branch + * This branch is used to create a version of the `develop` branch that is replicable. Any small edits to be made for the code to be replicable should happen in this branch. + * When the `QA` branch is replicable, then it should be rebased on `development` (if needed) to make sure that any additional changes are included. Then it should be tested again that the code is replicable, if it is then merge `QA` to `develop`, and then merge `develop` to `master` diff --git a/01_data/011_rawdata/hosted_in_repo/country_metadata.csv b/01_data/011_rawdata/hosted_in_repo/country_metadata.csv new file mode 100644 index 0000000..de7e13e --- /dev/null +++ b/01_data/011_rawdata/hosted_in_repo/country_metadata.csv @@ -0,0 +1,219 @@ +countrycode,countryname,region,region_iso2,regionname,adminregion,adminregion_iso2,adminregionname,incomelevel,incomelevel_iso2,incomelevelname,lendingtype,lendingtype_iso2,lendingtypename,cmu +ABW,Aruba,LCN,ZJ,Latin America and Caribbean,,,,HIC,XD,High income,LNX,XX,Not classified, +AFG,Afghanistan,SAS,8S,South Asia,SAS,8S,South Asia (excluding high income),LIC,XM,Low income,IDX,XI,IDA,SACAF +AGO,Angola,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LMC,XN,Lower middle income,IBD,XF,IBRD,AFCC1 +ALB,Albania,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,ECCWB +AND,Andorra,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +ARE,United Arab Emirates,MEA,ZQ,Middle East and North Africa,,,,HIC,XD,High income,LNX,XX,Not classified,MNC05 +ARG,Argentina,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,LCC7C +ARM,Armenia,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,ECCSC +ASM,American Samoa,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),UMC,XT,Upper middle income,LNX,XX,Not classified,EACNF +ATG,Antigua and Barbuda,LCN,ZJ,Latin America and Caribbean,,,,HIC,XD,High income,IBD,XF,IBRD,LCC3C +AUS,Australia,EAS,Z4,East Asia and Pacific,,,,HIC,XD,High income,LNX,XX,Not classified,EACNF +AUT,Austria,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +AZE,Azerbaijan,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,ECCSC +BDI,Burundi,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCC2 +BEL,Belgium,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +BEN,Benin,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCF2 +BFA,Burkina Faso,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCW3 +BGD,Bangladesh,SAS,8S,South Asia,SAS,8S,South Asia (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,SACBB +BGR,Bulgaria,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,ECCEU +BHR,Bahrain,MEA,ZQ,Middle East and North Africa,,,,HIC,XD,High income,LNX,XX,Not classified,MNC05 +BHS,"Bahamas, The",LCN,ZJ,Latin America and Caribbean,,,,HIC,XD,High income,LNX,XX,Not classified,LCC3C +BIH,Bosnia and Herzegovina,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,ECCWB +BLR,Belarus,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,ECCEE +BLZ,Belize,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,LCC3C +BMU,Bermuda,NAC,XU,North America,,,,HIC,XD,High income,LNX,XX,Not classified, +BOL,Bolivia,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),LMC,XN,Lower middle income,IBD,XF,IBRD,LCC6C +BRA,Brazil,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,LCC5C +BRB,Barbados,LCN,ZJ,Latin America and Caribbean,,,,HIC,XD,High income,LNX,XX,Not classified,LCC3C +BRN,Brunei Darussalam,EAS,Z4,East Asia and Pacific,,,,HIC,XD,High income,LNX,XX,Not classified,EACPF +BTN,Bhutan,SAS,8S,South Asia,SAS,8S,South Asia (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,SACBB +BWA,Botswana,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,AFCS1 +CAF,Central African Republic,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCC2 +CAN,Canada,NAC,XU,North America,,,,HIC,XD,High income,LNX,XX,Not classified, +CHE,Switzerland,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +CHI,Channel Islands,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +CHL,Chile,LCN,ZJ,Latin America and Caribbean,,,,HIC,XD,High income,IBD,XF,IBRD,LCC6C +CHN,China,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,EACCF +CIV,Cote d'Ivoire,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,AFCF2 +CMR,Cameroon,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LMC,XN,Lower middle income,IDB,XH,Blend,AFCC1 +COD,"Congo, Dem. Rep.",SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCC2 +COG,"Congo, Rep.",SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LMC,XN,Lower middle income,IDB,XH,Blend,AFCC2 +COL,Colombia,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,LCC4C +COM,Comoros,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,AFCS2 +CPV,Cabo Verde,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LMC,XN,Lower middle income,IDB,XH,Blend,AFCF1 +CRI,Costa Rica,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,LCC2C +CUB,Cuba,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,LNX,XX,Not classified, +CUW,Curacao,LCN,ZJ,Latin America and Caribbean,,,,HIC,XD,High income,LNX,XX,Not classified, +CYM,Cayman Islands,LCN,ZJ,Latin America and Caribbean,,,,HIC,XD,High income,LNX,XX,Not classified, +CYP,Cyprus,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +CZE,Czech Republic,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified,ECCEU +DEU,Germany,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +DJI,Djibouti,MEA,ZQ,Middle East and North Africa,MNA,XQ,Middle East and North Africa (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,MNC03 +DMA,Dominica,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IDB,XH,Blend,LCC3C +DNK,Denmark,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +DOM,Dominican Republic,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,LCC3C +DZA,Algeria,MEA,ZQ,Middle East and North Africa,MNA,XQ,Middle East and North Africa (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,MNC01 +ECU,Ecuador,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,LCC6C +EGY,"Egypt, Arab Rep.",MEA,ZQ,Middle East and North Africa,MNA,XQ,Middle East and North Africa (excluding high income),LMC,XN,Lower middle income,IBD,XF,IBRD,MNC03 +ERI,Eritrea,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCE3 +ESP,Spain,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +EST,Estonia,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +ETH,Ethiopia,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCE3 +FIN,Finland,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +FJI,Fiji,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),UMC,XT,Upper middle income,IDB,XH,Blend,EACNF +FRA,France,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +FRO,Faroe Islands,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +FSM,"Micronesia, Fed. Sts.",EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,EACNF +GAB,Gabon,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,AFCC1 +GBR,United Kingdom,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +GEO,Georgia,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,ECCSC +GHA,Ghana,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,AFCW1 +GIB,Gibraltar,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +GIN,Guinea,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCF2 +GMB,"Gambia, The",SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCF1 +GNB,Guinea-Bissau,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCF1 +GNQ,Equatorial Guinea,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,AFCC1 +GRC,Greece,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +GRD,Grenada,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IDB,XH,Blend,LCC3C +GRL,Greenland,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +GTM,Guatemala,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,LCC2C +GUM,Guam,EAS,Z4,East Asia and Pacific,,,,HIC,XD,High income,LNX,XX,Not classified,EACNF +GUY,Guyana,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IDX,XI,IDA,LCC3C +HKG,"Hong Kong SAR, China",EAS,Z4,East Asia and Pacific,,,,HIC,XD,High income,LNX,XX,Not classified, +HND,Honduras,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,LCC2C +HRV,Croatia,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,IBD,XF,IBRD,ECCEU +HTI,Haiti,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),LIC,XM,Low income,IDX,XI,IDA,LCC8C +HUN,Hungary,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified,ECCEU +IDN,Indonesia,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),LMC,XN,Lower middle income,IBD,XF,IBRD,EACIF +IMN,Isle of Man,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +IND,India,SAS,8S,South Asia,SAS,8S,South Asia (excluding high income),LMC,XN,Lower middle income,IBD,XF,IBRD,SACIN +IRL,Ireland,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +IRN,"Iran, Islamic Rep.",MEA,ZQ,Middle East and North Africa,MNA,XQ,Middle East and North Africa (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,MNC02 +IRQ,Iraq,MEA,ZQ,Middle East and North Africa,MNA,XQ,Middle East and North Africa (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,MNC02 +ISL,Iceland,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +ISR,Israel,MEA,ZQ,Middle East and North Africa,,,,HIC,XD,High income,LNX,XX,Not classified, +ITA,Italy,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +JAM,Jamaica,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,LCC3C +JOR,Jordan,MEA,ZQ,Middle East and North Africa,MNA,XQ,Middle East and North Africa (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,MNC02 +JPN,Japan,EAS,Z4,East Asia and Pacific,,,,HIC,XD,High income,LNX,XX,Not classified, +KAZ,Kazakhstan,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,ECCCA +KEN,Kenya,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LMC,XN,Lower middle income,IDB,XH,Blend,AFCE2 +KGZ,Kyrgyz Republic,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,ECCCA +KHM,Cambodia,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,EACMM +KIR,Kiribati,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,EACNF +KNA,St. Kitts and Nevis,LCN,ZJ,Latin America and Caribbean,,,,HIC,XD,High income,IBD,XF,IBRD,LCC3C +KOR,"Korea, Rep.",EAS,Z4,East Asia and Pacific,,,,HIC,XD,High income,LNX,XX,Not classified,EACCF +KWT,Kuwait,MEA,ZQ,Middle East and North Africa,,,,HIC,XD,High income,LNX,XX,Not classified,MNC05 +LAO,Lao PDR,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,EACLF +LBN,Lebanon,MEA,ZQ,Middle East and North Africa,MNA,XQ,Middle East and North Africa (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,MNC02 +LBR,Liberia,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCW1 +LBY,Libya,MEA,ZQ,Middle East and North Africa,MNA,XQ,Middle East and North Africa (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,MNC01 +LCA,St. Lucia,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IDB,XH,Blend,LCC3C +LIE,Liechtenstein,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +LKA,Sri Lanka,SAS,8S,South Asia,SAS,8S,South Asia (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,SACSN +LSO,Lesotho,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,AFCS1 +LTU,Lithuania,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified,ECCEU +LUX,Luxembourg,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +LVA,Latvia,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified,ECCEU +MAC,"Macao SAR, China",EAS,Z4,East Asia and Pacific,,,,HIC,XD,High income,LNX,XX,Not classified, +MAF,St. Martin (French part),LCN,ZJ,Latin America and Caribbean,,,,HIC,XD,High income,LNX,XX,Not classified, +MAR,Morocco,MEA,ZQ,Middle East and North Africa,MNA,XQ,Middle East and North Africa (excluding high income),LMC,XN,Lower middle income,IBD,XF,IBRD,MNC01 +MCO,Monaco,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +MDA,Moldova,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),LMC,XN,Lower middle income,IDB,XH,Blend,ECCEE +MDG,Madagascar,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCS2 +MDV,Maldives,SAS,8S,South Asia,SAS,8S,South Asia (excluding high income),UMC,XT,Upper middle income,IDX,XI,IDA,SACSN +MEX,Mexico,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,LCC1C +MHL,Marshall Islands,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),UMC,XT,Upper middle income,IDX,XI,IDA,EACNF +MKD,North Macedonia,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,ECCWB +MLI,Mali,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCW3 +MLT,Malta,MEA,ZQ,Middle East and North Africa,,,,HIC,XD,High income,LNX,XX,Not classified,MNC01 +MMR,Myanmar,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,EACMM +MNE,Montenegro,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,ECCWB +MNG,Mongolia,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),LMC,XN,Lower middle income,IDB,XH,Blend,EACCF +MNP,Northern Mariana Islands,EAS,Z4,East Asia and Pacific,,,,HIC,XD,High income,LNX,XX,Not classified, +MOZ,Mozambique,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCS2 +MRT,Mauritania,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,AFCF1 +MUS,Mauritius,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,AFCS2 +MWI,Malawi,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCE1 +MYS,Malaysia,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,EACPF +NAM,Namibia,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,AFCS1 +NCL,New Caledonia,EAS,Z4,East Asia and Pacific,,,,HIC,XD,High income,LNX,XX,Not classified, +NER,Niger,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCW3 +NGA,Nigeria,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LMC,XN,Lower middle income,IDB,XH,Blend,AFCW2 +NIC,Nicaragua,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,LCC2C +NLD,Netherlands,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +NOR,Norway,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +NPL,Nepal,SAS,8S,South Asia,SAS,8S,South Asia (excluding high income),LIC,XM,Low income,IDX,XI,IDA,SACSN +NRU,Nauru,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,EACNQ +NZL,New Zealand,EAS,Z4,East Asia and Pacific,,,,HIC,XD,High income,LNX,XX,Not classified,EACNQ +OMN,Oman,MEA,ZQ,Middle East and North Africa,,,,HIC,XD,High income,LNX,XX,Not classified,MNC05 +PAK,Pakistan,SAS,8S,South Asia,SAS,8S,South Asia (excluding high income),LMC,XN,Lower middle income,IDB,XH,Blend,SACPK +PAN,Panama,LCN,ZJ,Latin America and Caribbean,,,,HIC,XD,High income,IBD,XF,IBRD,LCC2C +PER,Peru,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,LCC6C +PHL,Philippines,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),LMC,XN,Lower middle income,IBD,XF,IBRD,EACPF +PLW,Palau,EAS,Z4,East Asia and Pacific,,,,HIC,XD,High income,IBD,XF,IBRD,EACNF +PNG,Papua New Guinea,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),LMC,XN,Lower middle income,IDB,XH,Blend,EACNQ +POL,Poland,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,IBD,XF,IBRD,ECCEU +PRI,Puerto Rico,LCN,ZJ,Latin America and Caribbean,,,,HIC,XD,High income,LNX,XX,Not classified, +PRK,"Korea, Dem. People’s Rep.",EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),LIC,XM,Low income,LNX,XX,Not classified,EACCF +PRT,Portugal,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +PRY,Paraguay,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,LCC7C +PSE,West Bank and Gaza,MEA,ZQ,Middle East and North Africa,MNA,XQ,Middle East and North Africa (excluding high income),LMC,XN,Lower middle income,LNX,XX,Not classified,MNC04 +PYF,French Polynesia,EAS,Z4,East Asia and Pacific,,,,HIC,XD,High income,LNX,XX,Not classified,EAPSG +QAT,Qatar,MEA,ZQ,Middle East and North Africa,,,,HIC,XD,High income,LNX,XX,Not classified,MNC05 +ROU,Romania,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,ECCEU +RUS,Russian Federation,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,ECCRU +RWA,Rwanda,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCE2 +SAU,Saudi Arabia,MEA,ZQ,Middle East and North Africa,,,,HIC,XD,High income,LNX,XX,Not classified,MNC05 +SDN,Sudan,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,AFCE3 +SEN,Senegal,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,AFCF1 +SGP,Singapore,EAS,Z4,East Asia and Pacific,,,,HIC,XD,High income,LNX,XX,Not classified,EAPSG +SLB,Solomon Islands,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,EACNF +SLE,Sierra Leone,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCW1 +SLV,El Salvador,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),LMC,XN,Lower middle income,IBD,XF,IBRD,LCC2C +SMR,San Marino,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +SOM,Somalia,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCE2 +SRB,Serbia,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,ECCWB +SSD,South Sudan,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCE3 +STP,Sao Tome and Principe,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,AFCC1 +SUR,Suriname,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,LCC3C +SVK,Slovak Republic,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified,ECCEU +SVN,Slovenia,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified,ECCEU +SWE,Sweden,ECS,Z7,Europe and Central Asia,,,,HIC,XD,High income,LNX,XX,Not classified, +SWZ,Eswatini,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LMC,XN,Lower middle income,IBD,XF,IBRD,AFCS1 +SXM,Sint Maarten (Dutch part),LCN,ZJ,Latin America and Caribbean,,,,HIC,XD,High income,LNX,XX,Not classified,LCC3C +SYC,Seychelles,SSF,ZG,Sub-Saharan Africa,,,,HIC,XD,High income,IBD,XF,IBRD,AFCS2 +SYR,Syrian Arab Republic,MEA,ZQ,Middle East and North Africa,MNA,XQ,Middle East and North Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,MNC02 +TCA,Turks and Caicos Islands,LCN,ZJ,Latin America and Caribbean,,,,HIC,XD,High income,LNX,XX,Not classified, +TCD,Chad,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCW3 +TGO,Togo,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCF2 +THA,Thailand,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,EACPF +TJK,Tajikistan,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),LIC,XM,Low income,IDX,XI,IDA,ECCCA +TKM,Turkmenistan,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD, +TLS,Timor-Leste,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),LMC,XN,Lower middle income,IDB,XH,Blend,EACDF +TON,Tonga,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),UMC,XT,Upper middle income,IDX,XI,IDA,EACNF +TTO,Trinidad and Tobago,LCN,ZJ,Latin America and Caribbean,,,,HIC,XD,High income,IBD,XF,IBRD,LCC3C +TUN,Tunisia,MEA,ZQ,Middle East and North Africa,MNA,XQ,Middle East and North Africa (excluding high income),LMC,XN,Lower middle income,IBD,XF,IBRD,MNC01 +TUR,Turkey,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,ECCTR +TUV,Tuvalu,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),UMC,XT,Upper middle income,IDX,XI,IDA,EACNF +TZA,Tanzania,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCE1 +UGA,Uganda,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,AFCE2 +UKR,Ukraine,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),LMC,XN,Lower middle income,IBD,XF,IBRD,ECCEE +URY,Uruguay,LCN,ZJ,Latin America and Caribbean,,,,HIC,XD,High income,IBD,XF,IBRD,LCC7C +USA,United States,NAC,XU,North America,,,,HIC,XD,High income,LNX,XX,Not classified, +UZB,Uzbekistan,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),LMC,XN,Lower middle income,IDB,XH,Blend,ECCCA +VCT,St. Vincent and the Grenadines,LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IDB,XH,Blend,LCC3C +VEN,"Venezuela, RB",LCN,ZJ,Latin America and Caribbean,LAC,XJ,Latin America and Caribbean (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,LCC4C +VGB,British Virgin Islands,LCN,ZJ,Latin America and Caribbean,,,,HIC,XD,High income,LNX,XX,Not classified, +VIR,Virgin Islands (U.S.),LCN,ZJ,Latin America and Caribbean,,,,HIC,XD,High income,LNX,XX,Not classified, +VNM,Vietnam,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),LMC,XN,Lower middle income,IBD,XF,IBRD,EACVF +VUT,Vanuatu,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,EACNF +WSM,Samoa,EAS,Z4,East Asia and Pacific,EAP,4E,East Asia and Pacific (excluding high income),UMC,XT,Upper middle income,IDX,XI,IDA,EACNF +XKX,Kosovo,ECS,Z7,Europe and Central Asia,ECA,7E,Europe and Central Asia (excluding high income),UMC,XT,Upper middle income,IDX,XI,IDA,ECCWB +YEM,"Yemen, Rep.",MEA,ZQ,Middle East and North Africa,MNA,XQ,Middle East and North Africa (excluding high income),LIC,XM,Low income,IDX,XI,IDA,MNC03 +ZAF,South Africa,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),UMC,XT,Upper middle income,IBD,XF,IBRD,AFCS1 +ZMB,Zambia,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LMC,XN,Lower middle income,IDX,XI,IDA,AFCE1 +ZWE,Zimbabwe,SSF,ZG,Sub-Saharan Africa,SSA,ZF,Sub-Saharan Africa (excluding high income),LMC,XN,Lower middle income,IDB,XH,,AFCE1 +Country Code,Country Name,Region Code,Region Code (ISO 2 digits),Region Name,Administrative Region Code,Administrative Region Code (ISO 2 digits),Administrative Region Name,Income Level Code,Income Level Code (ISO 2 digits),Income Level Name,Lending Type Code,Lending Type Code (ISO 2 digits),Lending Type Name,WB Country Management Unit diff --git a/01_data/011_rawdata/hosted_in_repo/enrollment_edulit_uis.csv b/01_data/011_rawdata/hosted_in_repo/enrollment_edulit_uis.csv new file mode 100644 index 0000000..7dc374a --- /dev/null +++ b/01_data/011_rawdata/hosted_in_repo/enrollment_edulit_uis.csv @@ -0,0 +1,47479 @@ +"EDULIT_IND","Indicator","LOCATION","Country","TIME","Time","Value","Flag Codes","Flags" +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1990","1990",110.72884,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1991","1991",112.06132,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1992","1992",104.73753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1993","1993",104.11244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1994","1994",106.32289,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1995","1995",106.98187,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1996","1996",101.91415,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1997","1997",99.8443,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1998","1998",99.06704,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1999","1999",98.82283,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2000","2000",99.21477,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2001","2001",99.00504,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2002","2002",98.17788,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2003","2003",96.37129,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2004","2004",96.3655,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2005","2005",96.79532,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2006","2006",96.13466,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2007","2007",94.87127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2008","2008",93.73968,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2009","2009",93.14064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2010","2010",94.45409,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2011","2011",95.18428,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2012","2012",96.93204,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2013","2013",98.16669,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2014","2014",98.85409,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2015","2015",100.14638,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2016","2016",101.71001,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2017","2017",103.89824,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1990","1990",82.00915,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1991","1991",83.65216,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1992","1992",85.42294,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1993","1993",86.37352,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1994","1994",86.17876,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1995","1995",86.42,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1996","1996",88.27969,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1997","1997",89.47127,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1998","1998",90.32961,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1999","1999",91.68291,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2000","2000",92.48123,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2001","2001",93.01689,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2002","2002",92.724,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2003","2003",91.93911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2005","2005",92.66453,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2006","2006",91.68712,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2007","2007",93.62316,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2008","2008",95.76187,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2009","2009",102.82356,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2011","2011",102.54897,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2012","2012",104.6505,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2013","2013",109.48253,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2014","2014",110.41774,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2015","2015",109.04781,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2016","2016",108.60802,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2017","2017",107.21403,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","1994","1994",83.13797,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","1995","1995",81.27183,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","1996","1996",79.58145,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","1998","1998",77.87594,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","1999","1999",75.62965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2000","2000",75.90543,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2001","2001",75.73558,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2002","2002",78.25688,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2004","2004",96.9406,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2005","2005",107.35445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2006","2006",109.78827,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2007","2007",110.01392,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2008","2008",111.40184,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2009","2009",105.83904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2010","2010",105.87216,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2011","2011",106.39506,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2012","2012",107.69529,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2013","2013",102.65217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2014","2014",104.67299,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2015","2015",102.1557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2016","2016",100.34303,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2017","2017",100.88957,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1991","1991",88.03955,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1992","1992",89.44053,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1993","1993",82.66275,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1994","1994",87.55072,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1995","1995",87.99114,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1996","1996",86.91017,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1997","1997",87.34242,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1998","1998",93.27405,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1999","1999",93.208,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2000","2000",92.87551,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2001","2001",92.12176,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2002","2002",95.02389,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2003","2003",96.93449,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2004","2004",96.30618,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2005","2005",96.88143,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2006","2006",95.52932,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2007","2007",94.72249,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2008","2008",96.68359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2009","2009",96.97466,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2010","2010",98.01631,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2011","2011",97.43333,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2012","2012",97.68993,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2013","2013",97.48904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2014","2014",95.28971,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2015","2015",94.50412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2016","2016",94.97863,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2017","2017",98.08529,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1990","1990",99.44338,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1991","1991",102.90421,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1992","1992",105.06185,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1993","1993",105.08636,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1994","1994",103.55283,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1995","1995",102.0765,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1996","1996",100.85005,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1997","1997",98.36293,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1998","1998",98.3011,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1999","1999",97.12804,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2000","2000",96.69399,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2001","2001",97.23323,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2002","2002",97.06349,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2003","2003",96.8599,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2004","2004",98.02904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2005","2005",98.23489,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2006","2006",101.7785,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2007","2007",103.61737,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2008","2008",105.278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2009","2009",106.21193,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2010","2010",104.76459,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2011","2011",103.94664,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2012","2012",103.84821,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2013","2013",119.0542,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2014","2014",111.4968,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2015","2015",111.55342,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2016","2016",112.38868,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2017","2017",109.77163,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","1990","1990",137.75414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","1991","1991",136.42232,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","1992","1992",132.80922,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","1993","1993",131.28748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","1997","1997",125.05669,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","1999","1999",101.42533,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","2000","2000",101.81655,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","2001","2001",102.1893,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","2002","2002",101.88569,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","2003","2003",100.67785,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","2004","2004",99.13867,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","2005","2005",100.45602,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","2006","2006",102.7922,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","2007","2007",98.1139,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1990","1990",101.57001,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1991","1991",93.68251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1992","1992",90.01053,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1993","1993",87.20219,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1994","1994",91.82086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1995","1995",91.81096,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1996","1996",93.86733,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1997","1997",98.01055,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1998","1998",110.32152,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1999","1999",107.79599,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2000","2000",105.03353,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2001","2001",103.23881,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2002","2002",110.72788,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2003","2003",114.6729,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2004","2004",109.20711,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2005","2005",107.12518,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2006","2006",94.49257,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2007","2007",106.3934,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2008","2008",105.82483,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2009","2009",106.80937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2010","2010",104.71222,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2011","2011",106.90496,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2012","2012",100.78841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2013","2013",95.87483,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2014","2014",98.01354,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2015","2015",102.42833,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2016","2016",103.97747,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2017","2017",104.62889,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","1990","1990",100.52354,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","1991","1991",98.37339,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","1992","1992",97.00697,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","1993","1993",96.2695,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","1994","1994",92.89389,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","1995","1995",90.79441,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","1998","1998",91.96595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","1999","1999",90.5487,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2000","2000",94.88267,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2001","2001",96.12402,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2002","2002",89.90269,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2003","2003",103.7931,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2004","2004",102.4669,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2005","2005",101.44845,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2006","2006",98.4736,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2007","2007",104.69249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2008","2008",104.65508,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2009","2009",106.34465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2012","2012",111.96221,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2014","2014",108.10709,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2015","2015",105.92039,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2016","2016",105.30699,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","1990","1990",111.67073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","1991","1991",111.72581,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","1992","1992",109.64679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","1993","1993",108.58387,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","1994","1994",108.18082,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","1995","1995",111.01697,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","1996","1996",106.30309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","1998","1998",108.07403,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2001","2001",108.60723,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2002","2002",106.65432,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2003","2003",103.06249,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2004","2004",94.59884,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2005","2005",99.90014,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2006","2006",99.42658,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2007","2007",98.98088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2008","2008",98.08781,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2009","2009",95.94204,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2010","2010",100.96121,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2011","2011",101.74568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2012","2012",101.26598,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2013","2013",101.82581,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2014","2014",102.39093,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2015","2015",102.73303,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2016","2016",102.96529,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2017","2017",102.56968,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1990","1990",105.86389,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1991","1991",105.58842,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1992","1992",105.46792,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1993","1993",105.37702,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1994","1994",105.33776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1995","1995",100.8312,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1996","1996",101.1403,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1997","1997",100.77512,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1998","1998",100.55401,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1999","1999",100.31867,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2000","2000",100.41251,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2001","2001",100.34574,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2002","2002",101.26216,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2003","2003",101.40074,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2004","2004",102.01596,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2005","2005",102.53646,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2006","2006",103.15647,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2007","2007",105.11537,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2008","2008",105.17534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2009","2009",105.44926,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2010","2010",105.88411,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2011","2011",106.07673,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2012","2012",106.47432,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2013","2013",106.56019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2014","2014",106.07004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2015","2015",102.22319,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2016","2016",101.3403,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2017","2017",100.93308,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1990","1990",71.59964,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1991","1991",79.94778,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1992","1992",80.58405,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1993","1993",79.91631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1994","1994",81.40501,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1995","1995",80.12723,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1996","1996",80.04608,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1997","1997",83.13086,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1999","1999",81.42208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2000","2000",86.1644,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2001","2001",80.92535,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2002","2002",83.86648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2003","2003",80.05595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2004","2004",82.99953,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2005","2005",88.67061,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2006","2006",92.68596,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2007","2007",97.38608,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2008","2008",102.66703,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2009","2009",101.74114,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2011","2011",104.2838,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2012","2012",108.03597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2013","2013",107.24799,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2014","2014",105.3654,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2015","2015",108.64033,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2016","2016",106.47037,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2017","2017",104.77516,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2018","2018",102.47152,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1991","1991",113.25757,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1992","1992",112.29992,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1993","1993",110.08417,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1994","1994",110.41137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1995","1995",119.97006,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1996","1996",97.36618,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1997","1997",93.51743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1998","1998",91.99482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1999","1999",95.51113,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2000","2000",96.29398,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2001","2001",98.03727,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2002","2002",97.10727,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2003","2003",93.37204,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2004","2004",95.41022,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2005","2005",92.78384,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2006","2006",91.04317,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2007","2007",94.61507,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2008","2008",93.80725,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2009","2009",94.52098,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2010","2010",93.23661,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2011","2011",94.57047,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2012","2012",96.88853,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2013","2013",98.8165,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2014","2014",105.49295,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2015","2015",105.63598,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2016","2016",105.8647,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2017","2017",104.19372,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1991","1991",114.1929,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1992","1992",113.95488,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1993","1993",115.23931,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1994","1994",116.88877,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1995","1995",116.73033,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1996","1996",115.15854,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1997","1997",113.51218,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1998","1998",116.05864,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1999","1999",115.8329,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2000","2000",113.07412,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2001","2001",109.77104,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2002","2002",109.62106,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2003","2003",112.00149,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2004","2004",112.89916,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2005","2005",112.76566,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2006","2006",112.8928,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2007","2007",112.03484,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2008","2008",109.08796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2009","2009",107.64018,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2010","2010",106.77752,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2011","2011",107.22285,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2012","2012",106.48586,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2013","2013",106.3206,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2014","2014",105.39123,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2015","2015",105.54936,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2016","2016",107.09813,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2017","2017",105.2637,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1991","1991",95.19608,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1992","1992",94.01616,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1993","1993",97.00875,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1994","1994",100.09728,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1995","1995",100.27242,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1996","1996",101.40744,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1997","1997",102.62511,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1998","1998",101.15694,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1999","1999",101.56146,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2000","2000",103.49319,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2001","2001",103.87345,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2002","2002",103.81695,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2003","2003",103.64965,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2004","2004",104.50292,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2005","2005",103.24814,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2006","2006",102.35549,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2007","2007",101.53562,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2008","2008",100.12784,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2009","2009",100.66225,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2010","2010",100.981,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2011","2011",101.83425,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2012","2012",102.12311,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2013","2013",101.84017,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2014","2014",101.70934,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2015","2015",102.22692,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2016","2016",103.02632,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1990","1990",99.70648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1991","1991",98.05576,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1992","1992",99.64642,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1993","1993",100.09059,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1994","1994",101.73174,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1995","1995",101.2591,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1996","1996",104.96633,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1997","1997",104.45061,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1998","1998",102.07534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1999","1999",101.88006,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2000","2000",101.1665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2001","2001",100.47429,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2002","2002",100.21807,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2003","2003",98.12516,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2004","2004",98.15494,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2005","2005",98.2838,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2006","2006",98.54153,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2007","2007",99.30865,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2008","2008",100.00367,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2009","2009",102.13147,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2010","2010",103.10496,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2011","2011",103.11707,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2012","2012",102.47736,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2013","2013",100.73527,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2014","2014",101.61048,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2015","2015",100.94415,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2016","2016",100.84748,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2017","2017",101.87854,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","1990","1990",105.80566,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","1991","1991",105.10846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","1993","1993",103.67751,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","1994","1994",102.89042,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","1995","1995",103.87694,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","1996","1996",103.33487,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","1998","1998",102.41092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","1999","1999",101.71715,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2000","2000",100.72996,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2001","2001",101.32613,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2002","2002",99.8794,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2003","2003",101.11396,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2004","2004",101.24966,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2005","2005",101.96087,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2006","2006",102.20104,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2007","2007",103.09321,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2008","2008",103.23487,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2009","2009",102.21191,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2010","2010",100.33347,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2011","2011",99.38988,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2012","2012",99.16532,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2013","2013",99.45544,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2014","2014",99.67338,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2015","2015",100.29991,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2016","2016",101.36286,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1990","1990",108.90834,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1991","1991",102.96649,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1992","1992",109.09012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1993","1993",108.5415,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1994","1994",107.97899,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1995","1995",108.97389,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1996","1996",114.35813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1998","1998",117.64923,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1999","1999",119.65139,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2000","2000",120.7047,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2001","2001",118.41112,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2002","2002",120.42033,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2004","2004",124.22069,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2005","2005",126.21399,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2006","2006",127.7425,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2007","2007",128.86363,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2008","2008",129.12886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2009","2009",129.40152,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2010","2010",123.11449,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2011","2011",118.34844,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2012","2012",114.50927,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2013","2013",114.98088,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2014","2014",111.74236,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2015","2015",111.60517,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2016","2016",112.2221,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2017","2017",110.67493,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","1991","1991",94.43034,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","1999","1999",100.43405,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2000","2000",100.71965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2001","2001",99.93835,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2002","2002",99.96368,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2003","2003",99.29417,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2004","2004",100.05938,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2005","2005",100.88611,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2006","2006",101.73933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2007","2007",101.51259,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2008","2008",101.13063,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2010","2010",98.11871,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2011","2011",97.56597,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2012","2012",97.21025,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2013","2013",96.85378,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2014","2014",97.30478,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2015","2015",98.62326,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2016","2016",100.63095,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1990","1990",113.59845,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1991","1991",124.01602,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1992","1992",125.21042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1993","1993",124.73731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1994","1994",127.60852,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1995","1995",124.81458,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1996","1996",122.75409,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1997","1997",120.66146,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1998","1998",119.02275,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1999","1999",114.81112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2000","2000",114.39302,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2001","2001",113.64546,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2002","2002",112.99406,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2003","2003",112.63681,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2004","2004",109.75807,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2005","2005",109.45196,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2006","2006",108.57505,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2007","2007",110.6152,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2008","2008",109.97141,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2009","2009",109.65965,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2010","2010",109.20224,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2012","2012",111.4272,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2013","2013",113.48817,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2017","2017",120.99729,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","1991","1991",108.59101,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","1992","1992",107.00286,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","1994","1994",107.52522,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","1995","1995",107.04372,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","1996","1996",103.9692,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","1997","1997",104.15132,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","1998","1998",104.50588,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","1999","1999",103.22015,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2000","2000",100.60603,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2001","2001",103.57462,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2002","2002",106.12389,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2003","2003",108.40963,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2004","2004",111.78246,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2006","2006",112.97337,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2007","2007",106.57705,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2008","2008",106.34736,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2009","2009",104.27465,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2011","2011",104.9059,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2012","2012",105.48233,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2013","2013",106.21156,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2015","2015",105.05963,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2016","2016",104.78232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","1999","1999",113.24245,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2000","2000",112.63307,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2001","2001",111.1213,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2002","2002",113.96286,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2003","2003",113.06831,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2004","2004",115.24099,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2005","2005",114.9338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2006","2006",116.84974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2007","2007",117.78122,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2008","2008",115.33124,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2009","2009",115.43852,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2010","2010",114.52933,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2011","2011",106.73775,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2012","2012",102.82369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2013","2013",117.29655,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2014","2014",118.93408,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","1993","1993",99.00573,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","1994","1994",97.39987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","1995","1995",97.98886,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","1996","1996",97.6343,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","1997","1997",98.18753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","1998","1998",99.91501,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","1999","1999",102.3218,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2000","2000",104.1275,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2001","2001",103.72765,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2002","2002",100.32856,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2003","2003",99.29633,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2004","2004",97.7699,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2005","2005",98.0117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2006","2006",97.71775,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2007","2007",97.82456,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2008","2008",98.91636,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2009","2009",99.64576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2010","2010",98.9835,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2011","2011",98.64409,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2012","2012",98.03702,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2013","2013",98.46435,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2014","2014",98.65022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2015","2015",98.67192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2016","2016",99.58274,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1990","1990",98.4718,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1991","1991",98.68093,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1992","1992",99.14487,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1993","1993",99.31259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1994","1994",99.27769,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1995","1995",98.96893,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1996","1996",99.04809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1997","1997",99.20027,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1998","1998",99.89593,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1999","1999",100.39503,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2000","2000",101.2672,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2001","2001",101.26402,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2002","2002",100.39057,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2003","2003",99.67439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2004","2004",98.78283,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2005","2005",98.41747,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2006","2006",98.00863,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2007","2007",98.5553,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2008","2008",98.97701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2009","2009",99.21413,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2010","2010",99.48375,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2011","2011",99.75524,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2012","2012",100.35142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2013","2013",100.35108,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2014","2014",100.61554,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2015","2015",100.55111,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2016","2016",100.42192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","1990","1990",89.32681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","1991","1991",99.4757,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","1992","1992",107.90876,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","1993","1993",109.09942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","1994","1994",110.37139,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","1995","1995",105.00862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","1999","1999",95.84335,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2000","2000",99.5325,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2001","2001",98.88113,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2002","2002",99.49074,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2003","2003",101.46765,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2004","2004",101.58848,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2005","2005",101.19611,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2006","2006",100.15311,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2008","2008",100.74874,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2009","2009",98.53687,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2010","2010",98.33095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2014","2014",100.46947,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2016","2016",107.83163,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2017","2017",109.96804,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1990","1990",106.88724,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1991","1991",106.49507,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1992","1992",106.64523,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1993","1993",109.40194,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1994","1994",109.53054,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1995","1995",114.0433,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1996","1996",116.44854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1997","1997",113.66395,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1998","1998",109.80647,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1999","1999",108.41681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2000","2000",104.60712,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2001","2001",106.61628,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2002","2002",106.65344,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2003","2003",111.91841,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2004","2004",108.54285,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2005","2005",110.09977,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2006","2006",109.37115,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2007","2007",108.73255,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2008","2008",106.13413,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2009","2009",107.29195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2010","2010",107.26438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2011","2011",107.86727,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2012","2012",110.10889,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2013","2013",109.90284,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2014","2014",107.42254,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2015","2015",105.33752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1990","1990",27.2543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1991","1991",27.90421,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1992","1992",29.74246,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1993","1993",33.30391,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1994","1994",36.53412,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1995","1995",39.19375,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1996","1996",42.8541,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1997","1997",47.8122,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1998","1998",51.72544,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1999","1999",55.97133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2000","2000",57.74206,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2001","2001",62.39667,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2002","2002",66.02029,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2003","2003",67.53463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2004","2004",70.59263,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2005","2005",73.77252,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2006","2006",76.60198,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2007","2007",79.13775,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2008","2008",81.13262,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2009","2009",82.57947,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2010","2010",83.30486,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2011","2011",84.07953,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2012","2012",80.80231,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2013","2013",75.96746,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2014","2014",76.98236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2015","2015",75.59327,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2016","2016",77.07989,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2017","2017",80.07837,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1990","1990",101.46306,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1991","1991",100.05112,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1992","1992",91.57189,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1993","1993",80.55654,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1994","1994",80.66103,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1995","1995",87.41814,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1996","1996",93.72491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1997","1997",92.45641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1998","1998",94.6562,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1999","1999",96.74126,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2000","2000",99.02283,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2001","2001",101.42066,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2002","2002",102.06017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2003","2003",105.39712,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2004","2004",108.51682,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2005","2005",97.96699,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2006","2006",100.79629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2007","2007",100.02801,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2008","2008",103.52435,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2009","2009",114.47398,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2010","2010",125.67767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2011","2011",122.06497,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2012","2012",116.83993,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2013","2013",108.93356,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2014","2014",101.86889,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2015","2015",101.25233,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2016","2016",104.20548,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2017","2017",104.48019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1990","1990",103.32891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1991","1991",104.58928,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1992","1992",103.6241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1993","1993",105.15101,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1994","1994",104.78546,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1995","1995",103.90965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1996","1996",103.46429,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1997","1997",103.35965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1998","1998",103.58886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1999","1999",103.76364,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2000","2000",103.8683,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2001","2001",103.38688,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2002","2002",102.9196,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2003","2003",102.68393,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2004","2004",102.94681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2005","2005",102.19133,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2006","2006",102.8016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2007","2007",104.7139,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2008","2008",106.29442,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2009","2009",106.51999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2010","2010",105.19647,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2011","2011",104.09988,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2012","2012",102.90732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2013","2013",105.73297,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2014","2014",104.79267,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2015","2015",105.04741,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2016","2016",104.45469,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","1990","1990",72.29363,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","1991","1991",91.05717,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","1992","1992",88.04489,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","1993","1993",88.01783,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","1994","1994",87.19755,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","1995","1995",95.42614,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","1998","1998",75.32093,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","1999","1999",55.93986,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2002","2002",74.88003,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2007","2007",102.48937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2008","2008",110.23064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2009","2009",108.19016,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2010","2010",106.95785,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2011","2011",108.19679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2012","2012",112.1244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2013","2013",111.82534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2014","2014",115.45739,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2015","2015",108.43878,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1990","1990",110.66496,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1991","1991",109.87852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1992","1992",109.7587,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1993","1993",109.62128,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1994","1994",109.34007,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1995","1995",109.31418,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1996","1996",108.80153,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1997","1997",108.20454,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1998","1998",107.47308,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1999","1999",107.2176,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2000","2000",107.17324,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2001","2001",106.90052,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2002","2002",106.93374,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2003","2003",106.66865,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2004","2004",105.71164,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2005","2005",104.64657,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2006","2006",103.3554,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2007","2007",103.25945,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2008","2008",103.50127,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2009","2009",104.58855,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2010","2010",105.11196,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2011","2011",105.76996,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2012","2012",106.39688,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2013","2013",106.0886,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2014","2014",105.17832,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2015","2015",104.11754,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2016","2016",103.93277,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2017","2017",103.56678,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1991","1991",99.98287,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1992","1992",101.97804,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1993","1993",100.77839,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1994","1994",100.79212,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1995","1995",99.93383,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1996","1996",98.84378,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1997","1997",97.96108,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1998","1998",101.18277,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1999","1999",101.11333,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2000","2000",101.49387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2001","2001",101.56137,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2002","2002",99.50024,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2003","2003",98.50386,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2004","2004",97.74453,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2005","2005",98.21641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2006","2006",100.58846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2007","2007",103.00201,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2008","2008",103.95432,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2009","2009",102.94847,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2010","2010",101.4519,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2011","2011",100.30396,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2012","2012",100.52296,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2013","2013",100.58522,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2014","2014",99.77968,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2015","2015",98.52261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2016","2016",97.88441,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1990","1990",107.49661,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1991","1991",108.98468,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1992","1992",110.0832,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1993","1993",114.0761,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1994","1994",113.97287,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1995","1995",115.64856,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1996","1996",118.11737,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1997","1997",117.7467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1998","1998",123.40341,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1999","1999",121.6223,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2000","2000",122.51515,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2001","2001",121.54302,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2002","2002",120.01652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2003","2003",115.50665,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2004","2004",113.87535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2005","2005",113.52505,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2006","2006",110.71176,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2007","2007",108.64866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2008","2008",106.91835,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2009","2009",105.66408,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2010","2010",105.93535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2011","2011",104.82166,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2012","2012",107.63837,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1990","1990",93.55364,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1991","1991",95.63647,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1992","1992",95.29166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1993","1993",96.91034,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1994","1994",96.74798,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1995","1995",97.59681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1996","1996",98.27196,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1997","1997",99.30266,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1998","1998",101.535,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1999","1999",110.64697,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2000","2000",112.95898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2001","2001",114.2428,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2002","2002",111.74267,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2003","2003",101.7282,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2004","2004",99.35541,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2005","2005",97.82685,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2006","2006",98.76535,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2007","2007",101.18712,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2008","2008",104.21936,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2009","2009",105.27769,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2010","2010",103.68584,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2011","2011",101.45937,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2012","2012",99.25848,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2013","2013",97.86592,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2014","2014",98.29207,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2015","2015",99.55015,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2016","2016",101.89043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2017","2017",101.60868,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HTI","Haiti","1992","1992",73.10965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HTI","Haiti","1993","1993",76.39579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HTI","Haiti","1994","1994",82.02338,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HTI","Haiti","1995","1995",88.82597,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HTI","Haiti","1996","1996",96.83818,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HTI","Haiti","1997","1997",105.76434,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HTI","Haiti","1998","1998",110.75586,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2003","2003",107.33289,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2004","2004",108.04136,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2005","2005",112.60168,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2006","2006",116.3524,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2007","2007",118.93238,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2008","2008",121.48271,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2009","2009",114.70588,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2010","2010",109.59652,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2011","2011",98.59029,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2012","2012",97.82735,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2015","2015",94.8085,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2016","2016",94.56487,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2017","2017",97.47886,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1990","1990",103.25171,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1991","1991",104.495,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1992","1992",105.97748,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1993","1993",106.74186,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1994","1994",107.19067,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1995","1995",107.94514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1996","1996",108.69295,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1997","1997",109.2426,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1998","1998",109.32512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1999","1999",117.72388,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2000","2000",114.37448,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2001","2001",113.78222,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2002","2002",113.43628,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2004","2004",116.7499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2005","2005",114.39623,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2006","2006",115.99211,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2007","2007",115.11827,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2008","2008",116.50771,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2009","2009",118.17579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2010","2010",118.11422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2011","2011",116.97863,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2012","2012",115.41311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2013","2013",112.5308,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2014","2014",111.26475,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2015","2015",110.12542,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2016","2016",109.66399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","1990","1990",138.58631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","1991","1991",147.84302,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","1992","1992",158.27317,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","1996","1996",143.24859,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","1998","1998",127.81385,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","1999","1999",101.98224,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2002","2002",121.89234,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2003","2003",124.75875,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2004","2004",125.72393,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2005","2005",126.49672,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2007","2007",119.27592,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2008","2008",120.01473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2009","2009",120.48137,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2010","2010",117.69414,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2011","2011",117.77087,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2012","2012",109.95653,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2013","2013",109.90065,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2014","2014",106.92851,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2015","2015",108.44491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2016","2016",109.50833,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2017","2017",110.23398,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1990","1990",113.12656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1991","1991",119.05189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1992","1992",115.90221,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1994","1994",111.59403,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1995","1995",124.05012,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1996","1996",130.28271,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1997","1997",131.5668,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1998","1998",131.59129,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1999","1999",136.64164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2000","2000",127.44343,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2001","2001",129.09445,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2002","2002",129.85045,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2003","2003",126.39763,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2004","2004",124.34575,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2005","2005",122.50479,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2006","2006",125.71959,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2007","2007",118.70042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2008","2008",118.389,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2009","2009",134.98519,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2010","2010",133.70752,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2011","2011",130.1686,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2012","2012",131.62006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2013","2013",130.82538,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2014","2014",126.64444,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2015","2015",122.99142,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2016","2016",126.97651,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2017","2017",125.94179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","1991","1991",99.84065,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","1992","1992",102.85315,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","1993","1993",103.76621,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","1995","1995",104.00073,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","1996","1996",111.56532,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","1997","1997",78.95359,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","1998","1998",112.65919,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","1999","1999",113.06628,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2000","2000",112.55096,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2001","2001",113.05679,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2002","2002",113.82257,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2003","2003",115.91485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2004","2004",118.61318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2005","2005",118.65399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2006","2006",118.16008,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2007","2007",124.02025,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2008","2008",116.42888,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2009","2009",115.256,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2010","2010",115.4883,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2011","2011",114.69757,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2012","2012",112.92506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2013","2013",110.21068,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2014","2014",106.76542,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2015","2015",103.1126,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2016","2016",100.22534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2017","2017",96.54694,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","1990","1990",89.5624,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","1991","1991",93.1122,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","1992","1992",93.17445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","1993","1993",91.99151,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","1994","1994",91.23851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","1995","1995",94.85749,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","1999","1999",99.85641,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2000","2000",100.9459,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2001","2001",99.36052,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2002","2002",99.22328,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2003","2003",99.22902,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2004","2004",99.50946,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2005","2005",97.19754,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2006","2006",96.11867,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2007","2007",93.62255,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2008","2008",93.0049,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2009","2009",92.74732,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2010","2010",93.34633,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2011","2011",93.20763,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2012","2012",93.68471,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2013","2013",93.80131,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2014","2014",92.85932,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2015","2015",91.93163,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2016","2016",91.38623,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2017","2017",91.09093,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","1990","1990",115.94169,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","1991","1991",118.20431,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","1992","1992",115.27518,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","1993","1993",106.79823,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","1994","1994",111.64309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","1998","1998",108.51453,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","1999","1999",100.03095,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2000","2000",110.98234,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2002","2002",122.6681,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2003","2003",120.82215,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2004","2004",114.54601,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2007","2007",109.39462,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2008","2008",112.98756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2011","2011",116.8647,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2013","2013",110.17092,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2014","2014",108.6214,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2017","2017",101.58291,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","1990","1990",102.69706,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","1991","1991",101.04191,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","1993","1993",99.28649,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","1999","1999",94.28475,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","2000","2000",96.07783,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","2001","2001",96.26662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","2002","2002",96.25544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","2003","2003",94.63724,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","2004","2004",96.12924,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","1991","1991",96.73172,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","1992","1992",93.40573,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","1993","1993",91.85824,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","1994","1994",92.23626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","1995","1995",94.34752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","1996","1996",95.84963,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","1997","1997",99.69505,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","1999","1999",103.44372,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2000","2000",102.03586,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2001","2001",98.75396,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2003","2003",95.38268,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2005","2005",100.04456,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2007","2007",98.27015,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2008","2008",99.55068,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2009","2009",95.87334,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2010","2010",96.68654,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2011","2011",98.07551,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2012","2012",96.08395,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1990","1990",54.89279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1991","1991",54.92936,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1992","1992",56.58633,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1993","1993",60.5423,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1994","1994",62.91556,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1995","1995",64.06715,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1996","1996",63.67473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1997","1997",64.81928,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1998","1998",68.76851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2000","2000",63.40665,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2001","2001",57.55297,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2002","2002",55.10127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2003","2003",52.06493,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2004","2004",52.09634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2005","2005",52.36532,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2006","2006",50.87706,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2008","2008",55.90965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2012","2012",98.50774,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2016","2016",106.48408,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1990","1990",62.74442,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1991","1991",63.57999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1992","1992",55.90591,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1993","1993",60.42541,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1994","1994",66.10075,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1995","1995",63.37723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1996","1996",65.42061,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1997","1997",109.67915,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1998","1998",117.386,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1999","1999",123.12123,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2000","2000",125.88667,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2001","2001",129.28662,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2002","2002",134.17576,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2003","2003",133.95824,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2004","2004",125.37914,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2005","2005",119.21407,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2006","2006",118.19721,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2007","2007",116.95449,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2008","2008",119.49519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2009","2009",120.36608,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2010","2010",117.6822,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2011","2011",110.00977,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2012","2012",109.31605,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2013","2013",107.59355,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2015","2015",99.02021,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2016","2016",101.27414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2017","2017",100.32258,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","1992","1992",88.33365,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","1995","1995",97.43846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2000","2000",114.85891,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2007","2007",95.84127,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2008","2008",95.76741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2009","2009",93.68561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2010","2010",94.04195,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2011","2011",91.41822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2012","2012",88.72761,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2014","2014",87.75017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2015","2015",87.61085,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2017","2017",87.6454,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","1990","1990",20.87067,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","1991","1991",19.82334,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","1993","1993",15.64465,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","1994","1994",27.98401,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","1995","1995",30.34042,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","1999","1999",4.02026,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2000","2000",,"n","Magnitude nil or negligible" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2001","2001",,"n","Magnitude nil or negligible" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2002","2002",44.46414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2003","2003",69.25623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2004","2004",65.002,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2005","2005",74.53065,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2006","2006",80.50743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2007","2007",77.41701,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2008","2008",80.49091,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2009","2009",78.74414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2010","2010",82.70893,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2011","2011",82.67816,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2012","2012",87.91374,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2013","2013",87.31911,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2014","2014",88.08972,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2015","2015",87.24089,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2017","2017",84.15009,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","1993","1993",93.45591,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","1994","1994",94.05608,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","1995","1995",96.48144,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","1996","1996",97.7279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","1997","1997",98.43923,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","1998","1998",98.73437,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","1999","1999",97.7766,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2000","2000",98.23936,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2001","2001",100.62379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2002","2002",104.42797,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2003","2003",109.90946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2004","2004",121.51909,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2005","2005",99.25531,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2006","2006",100.60203,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2007","2007",96.98125,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2008","2008",97.4308,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2009","2009",98.01748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2010","2010",98.49192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2011","2011",99.1518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2012","2012",99.76783,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2013","2013",99.50308,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2014","2014",99.19128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2015","2015",99.58722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2016","2016",99.49028,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1990","1990",118.14797,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1991","1991",120.37618,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1992","1992",120.46944,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1993","1993",119.97323,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1994","1994",120.51245,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1995","1995",119.78854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1996","1996",119.75014,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1997","1997",119.40712,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1998","1998",118.04336,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1999","1999",110.06627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2000","2000",109.1152,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2001","2001",120.93206,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2002","2002",112.0379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2003","2003",116.11922,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2004","2004",113.9261,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2005","2005",112.76897,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2006","2006",107.70916,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2007","2007",107.25608,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2008","2008",113.11957,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2009","2009",113.73466,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2014","2014",115.18204,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2015","2015",106.16273,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2016","2016",106.35282,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2017","2017",102.99903,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1990","1990",32.62369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1991","1991",33.74766,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1992","1992",32.84066,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1993","1993",33.17494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1994","1994",34.85267,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1995","1995",34.12904,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1996","1996",34.3315,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1997","1997",35.12482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1998","1998",35.02122,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1999","1999",36.69215,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2000","2000",38.3958,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2001","2001",41.78166,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2002","2002",46.72959,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2003","2003",50.25077,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2004","2004",54.66869,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2005","2005",56.18673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2006","2006",56.59462,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2007","2007",59.12583,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2008","2008",62.25708,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2009","2009",65.87873,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2010","2010",69.06036,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2011","2011",72.74171,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2012","2012",74.51886,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2013","2013",75.27089,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2014","2014",75.2542,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2015","2015",77.38867,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2016","2016",79.07536,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2017","2017",80.12914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1990","1990",69.8459,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1991","1991",71.69605,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1992","1992",68.36329,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1993","1993",67.46942,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1995","1995",50.57596,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1996","1996",39.41814,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1997","1997",40.74532,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1998","1998",48.5878,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1999","1999",57.46116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2000","2000",59.20881,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2001","2001",62.0233,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2002","2002",67.02535,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2003","2003",72.69124,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2004","2004",77.80439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2005","2005",82.44528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2006","2006",104.53531,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2007","2007",116.60045,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2008","2008",124.14428,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2009","2009",133.04539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2010","2010",139.34765,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2011","2011",143.91371,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2012","2012",142.70371,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2013","2013",140.34465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2014","2014",137.89885,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2015","2015",134.17804,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2016","2016",130.91528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2017","2017",126.1519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2005","2005",94.71882,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2007","2007",98.99474,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2008","2008",101.02734,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2009","2009",102.83004,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2010","2010",105.62127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2011","2011",105.7965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2012","2012",109.62042,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2013","2013",114.0993,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2014","2014",116.39262,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2015","2015",121.10324,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2016","2016",115.19207,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","1992","1992",111.64324,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","1993","1993",111.56429,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","1994","1994",115.54,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","1995","1995",116.65857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","1996","1996",117.63867,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","1997","1997",122.54829,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","1998","1998",128.32706,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","1999","1999",134.1468,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2000","2000",130.98639,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2001","2001",127.829,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2002","2002",120.15409,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2003","2003",112.40333,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2004","2004",107.48801,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2005","2005",103.36514,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2006","2006",100.64534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2007","2007",101.97249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2008","2008",102.56168,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2009","2009",103.9988,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2010","2010",104.69652,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2011","2011",103.75035,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2012","2012",99.16056,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2013","2013",97.30387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2014","2014",94.31361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2015","2015",92.5597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2016","2016",89.08834,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2017","2017",93.36736,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","1990","1990",109.83176,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","1991","1991",109.87908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","1992","1992",107.8872,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","1993","1993",107.08613,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","1994","1994",106.64062,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","1995","1995",109.42348,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","1996","1996",105.02869,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","1998","1998",106.95577,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2001","2001",107.76987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2002","2002",106.02881,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2003","2003",102.77981,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2004","2004",97.67609,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2005","2005",99.62784,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2006","2006",98.97838,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2007","2007",98.39216,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2008","2008",97.42033,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2009","2009",95.08264,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2010","2010",99.70641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2011","2011",99.73306,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2012","2012",100.07356,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2013","2013",100.61634,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2014","2014",101.24334,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2015","2015",101.67652,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2016","2016",101.89727,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2017","2017",101.85561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1990","1990",104.56133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1991","1991",106.04689,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1992","1992",106.94358,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1993","1993",110.28631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1994","1994",111.56101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1995","1995",113.0152,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1996","1996",113.6806,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1997","1997",114.88211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1998","1998",113.93842,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1999","1999",111.11986,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2000","2000",108.75121,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2001","2001",105.80821,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2002","2002",102.35917,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2003","2003",99.52005,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2004","2004",98.24449,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2005","2005",97.04697,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2006","2006",97.45759,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2007","2007",99.1226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2008","2008",100.987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2009","2009",101.63316,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2010","2010",104.95971,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2011","2011",106.37443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2012","2012",106.83065,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2013","2013",107.38391,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2014","2014",109.20738,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2015","2015",108.71546,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2016","2016",109.97005,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2017","2017",107.91772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1990","1990",39.24984,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1991","1991",41.92882,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1992","1992",46.97294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1993","1993",54.73179,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1994","1994",60.80073,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1995","1995",64.5021,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1996","1996",68.91191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1997","1997",74.2989,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1998","1998",77.73112,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1999","1999",80.48749,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2000","2000",80.70278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2001","2001",79.58139,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2002","2002",81.84287,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2003","2003",84.46414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2004","2004",91.16127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2005","2005",91.93134,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2006","2006",94.00252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2007","2007",95.52287,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2008","2008",91.81786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2009","2009",97.27885,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2010","2010",98.27965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2011","2011",97.26241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2012","2012",97.91602,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2013","2013",98.01106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2014","2014",99.82522,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2015","2015",103.72533,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2016","2016",96.79311,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2017","2017",98.03695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","1990","1990",78.8192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","1991","1991",81.76761,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","1992","1992",98.13813,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","1993","1993",100.46272,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","1994","1994",106.17229,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","1995","1995",159.57287,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","1996","1996",154.68189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","1999","1999",135.27721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2000","2000",137.27505,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2001","2001",140.92117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2002","2002",136.99462,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2004","2004",125.66734,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2005","2005",123.5094,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2006","2006",122.237,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2007","2007",119.40309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2008","2008",126.87011,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2009","2009",125.53651,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2010","2010",131.49226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2011","2011",133.41614,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2012","2012",134.71399,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2013","2013",140.35402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2014","2014",140.78148,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2015","2015",139.60068,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2016","2016",137.24308,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2017","2017",137.54861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","1990","1990",61.77337,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","1991","1991",79.62341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","1992","1992",77.50225,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","1993","1993",78.29695,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","1994","1994",76.22508,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","1995","1995",80.62085,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","1998","1998",65.75824,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","1999","1999",53.3852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2002","2002",67.0098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2007","2007",93.16734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2008","2008",101.50662,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2009","2009",100.55373,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2010","2010",100.06205,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2011","2011",101.22596,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2012","2012",105.55689,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2013","2013",106.619,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2014","2014",110.24369,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2015","2015",108.04337,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","1998","1998",100.93897,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","1999","1999",93.69159,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2000","2000",106.02637,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2001","2001",108.86076,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2002","2002",110.0295,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2003","2003",106.3,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2005","2005",113.03419,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2007","2007",109.42529,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2009","2009",110.44084,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2010","2010",103.60465,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2011","2011",105.71096,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2012","2012",105.80046,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2013","2013",102.41935,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2014","2014",104.96536,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2015","2015",99.76905,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2016","2016",105.23256,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRI","Puerto Rico","2009","2009",95.17435,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRI","Puerto Rico","2010","2010",95.77078,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRI","Puerto Rico","2011","2011",88.21197,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRI","Puerto Rico","2012","2012",89.87779,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRI","Puerto Rico","2013","2013",88.85318,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRI","Puerto Rico","2014","2014",88.65007,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRI","Puerto Rico","2015","2015",87.47758,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRI","Puerto Rico","2016","2016",80.95203,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","1990","1990",112.44995,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","1991","1991",119.29343,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","1992","1992",116.78962,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","1993","1993",117.75912,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","1994","1994",118.22616,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","1997","1997",110.8229,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","1998","1998",115.33686,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","1999","1999",113.57109,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2000","2000",113.16429,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2001","2001",119.05814,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2002","2002",124.89338,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2003","2003",97.277,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2004","2004",96.63378,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2005","2005",106.41935,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2006","2006",100.05814,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2007","2007",97.9949,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2008","2008",96.86795,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2009","2009",96.76886,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2010","2010",98.77826,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2011","2011",100.62911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2012","2012",101.13417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2013","2013",101.67956,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2014","2014",99.87748,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1990","1990",112.81382,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1991","1991",111.59855,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1992","1992",111.41659,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1993","1993",111.2123,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1994","1994",111.13856,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1995","1995",110.87665,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1996","1996",110.35302,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1997","1997",109.57981,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1998","1998",108.63015,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1999","1999",108.16577,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2000","2000",107.94657,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2001","2001",107.61356,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2002","2002",107.63442,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2003","2003",107.4153,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2004","2004",106.49532,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2005","2005",105.60203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2006","2006",104.3941,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2007","2007",104.30513,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2008","2008",104.47666,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2009","2009",105.36324,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2010","2010",105.56707,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2011","2011",105.91016,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2012","2012",106.23633,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2013","2013",105.81638,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2014","2014",104.84629,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2015","2015",103.78941,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2016","2016",103.65207,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2017","2017",103.26673,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1990","1990",113.56505,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1991","1991",105.1663,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1992","1992",103.73333,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1993","1993",104.15439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1999","1999",102.52749,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2000","2000",103.93192,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2001","2001",102.48911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2002","2002",102.81318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2003","2003",101.05839,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2004","2004",100.79122,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2005","2005",99.81319,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2006","2006",98.36897,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2007","2007",99.8696,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2008","2008",99.46819,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2009","2009",96.61803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2010","2010",95.75409,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2011","2011",96.10878,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2012","2012",96.66211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2013","2013",97.99004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2014","2014",100.89144,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2015","2015",103.38477,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2016","2016",105.84137,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2017","2017",105.61931,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1991","1991",63.85059,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1992","1992",57.80885,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1993","1993",63.28779,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1994","1994",65.81837,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1995","1995",69.49207,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1996","1996",72.91837,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1997","1997",75.45947,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1998","1998",76.71221,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1999","1999",77.94549,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2000","2000",80.28652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2001","2001",82.94535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2002","2002",85.24701,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2003","2003",87.18145,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2004","2004",89.56692,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2005","2005",92.16243,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2006","2006",94.84259,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2007","2007",97.64057,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2008","2008",99.35643,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2009","2009",102.75748,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2010","2010",105.2161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2011","2011",107.43749,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2012","2012",107.50469,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2013","2013",102.03599,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2014","2014",99.38459,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2015","2015",97.28528,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2016","2016",94.66107,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2017","2017",92.55288,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","1990","1990",100.6864,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","1991","1991",99.74871,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","1992","1992",99.82842,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","1993","1993",100.13448,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","1994","1994",99.4428,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","1995","1995",99.44271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","1996","1996",100.97507,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","1999","1999",104.4043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2000","2000",105.67643,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2001","2001",106.89637,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2002","2002",108.8432,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2003","2003",107.54197,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2004","2004",108.61821,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2005","2005",107.22116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2006","2006",107.4565,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2007","2007",108.54438,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2008","2008",107.4004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2009","2009",105.71031,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2010","2010",105.06465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2011","2011",104.45101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2012","2012",103.17054,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2013","2013",102.05958,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2014","2014",98.99804,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2015","2015",95.98944,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2016","2016",93.08107,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1990","1990",93.36805,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1991","1991",96.6301,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1992","1992",108.67939,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1993","1993",103.24257,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1994","1994",105.68297,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1995","1995",104.52706,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1996","1996",103.81318,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1997","1997",101.7656,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1998","1998",102.98759,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1999","1999",102.67006,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2000","2000",103.10097,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2001","2001",102.93172,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2002","2002",100.88314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2003","2003",98.21493,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2004","2004",97.89021,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2005","2005",98.48387,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2006","2006",99.58428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2007","2007",102.78664,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2008","2008",105.34443,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2009","2009",105.73265,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2010","2010",103.59405,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2011","2011",100.47355,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2012","2012",99.30462,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2013","2013",98.74711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2014","2014",98.6487,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2015","2015",99.68668,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2016","2016",100.5082,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1990","1990",84.99335,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1991","1991",89.03511,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1992","1992",94.63094,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1994","1994",104.81564,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1995","1995",104.07649,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1996","1996",101.24413,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1997","1997",99.58588,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1998","1998",99.74321,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1999","1999",99.68858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2000","2000",100.12627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2001","2001",99.24126,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2002","2002",98.09381,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2003","2003",97.32318,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2004","2004",96.69453,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2005","2005",97.11444,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2006","2006",98.65873,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2007","2007",98.08519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2008","2008",99.95487,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2009","2009",100.62671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2010","2010",100.51589,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2011","2011",99.76222,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2012","2012",99.40189,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2013","2013",99.55729,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2014","2014",101.45351,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2015","2015",102.11199,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2016","2016",101.72009,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1990","1990",62.96493,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1991","1991",62.92245,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1992","1992",61.78126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1993","1993",60.66178,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1994","1994",61.63088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1995","1995",62.255,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1996","1996",65.25403,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1997","1997",68.90289,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1998","1998",71.75919,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1999","1999",71.3028,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2000","2000",73.20769,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2001","2001",74.47198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2002","2002",74.74143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2003","2003",78.1249,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2004","2004",79.2161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2005","2005",80.55232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2006","2006",79.84663,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2007","2007",82.77995,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2008","2008",82.38159,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2009","2009",81.40126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2010","2010",80.85147,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2011","2011",81.0025,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2012","2012",80.96961,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2013","2013",78.59766,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2014","2014",79.40567,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2015","2015",78.83731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2016","2016",78.3642,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2017","2017",78.0448,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","1990","1990",95.0998,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","1991","1991",96.6234,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","1992","1992",103.81192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","1993","1993",109.09433,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","1994","1994",111.88371,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","1999","1999",92.44662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2000","2000",89.77022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2002","2002",97.73302,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2005","2005",103.20649,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2006","2006",108.22494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2007","2007",109.32079,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2010","2010",116.01914,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2011","2011",117.25383,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2012","2012",113.98551,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2013","2013",114.52971,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2014","2014",114.78682,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2015","2015",114.12194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2016","2016",115.4328,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2017","2017",114.76576,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1990","1990",49.55452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1991","1991",51.22122,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1992","1992",53.49461,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1993","1993",50.18087,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1994","1994",47.46115,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1995","1995",46.28051,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1996","1996",48.3458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1997","1997",53.55597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1998","1998",59.45826,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1999","1999",61.00823,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2000","2000",63.79643,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2001","2001",66.18203,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2002","2002",69.91116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2003","2003",71.81495,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2004","2004",75.24081,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2005","2005",71.79377,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2006","2006",71.14067,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2007","2007",70.02703,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2008","2008",78.04047,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2009","2009",82.38422,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2010","2010",82.42282,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2011","2011",89.31972,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2012","2012",93.71167,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2013","2013",101.13997,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2014","2014",102.74683,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2015","2015",92.76533,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2016","2016",88.09682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","1993","1993",107.89232,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","1994","1994",111.29864,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2000","2000",92.27518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2001","2001",104.48311,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2002","2002",100.54354,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2003","2003",93.1575,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2005","2005",87.71592,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2008","2008",70.27244,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2009","2009",68.70312,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2010","2010",68.44132,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2011","2011",67.40633,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2012","2012",68.57074,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2015","2015",61.33546,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1990","1990",121.17413,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1991","1991",123.04341,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1992","1992",120.57905,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1993","1993",115.16722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1994","1994",116.80038,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1995","1995",118.53488,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1996","1996",116.05851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1997","1997",112.34643,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1998","1998",111.35102,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1999","1999",108.89972,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2000","2000",119.36697,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2001","2001",118.94314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2002","2002",118.98543,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2003","2003",121.25762,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2004","2004",119.02791,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2005","2005",116.99545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2006","2006",117.40729,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2007","2007",110.60052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2008","2008",109.76019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2009","2009",109.18708,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2010","2010",109.0121,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2011","2011",108.69221,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2012","2012",108.66892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2013","2013",105.91584,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2014","2014",104.79466,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2015","2015",103.02185,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2016","2016",102.13132,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2017","2017",102.95407,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1990","1990",90.9374,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1991","1991",93.43885,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1992","1992",83.92568,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1993","1993",83.15812,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1994","1994",82.10169,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1995","1995",83.12405,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1996","1996",84.3865,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1998","1998",91.24703,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1999","1999",94.0596,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2000","2000",99.45475,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2001","2001",100.51744,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2002","2002",101.25108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2003","2003",115.7074,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2004","2004",131.61077,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2005","2005",135.82544,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2006","2006",135.68342,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2007","2007",136.9565,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2008","2008",139.91817,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2009","2009",147.61169,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2010","2010",142.40304,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2011","2011",142.05238,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2012","2012",143.0468,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2013","2013",143.35368,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2014","2014",145.04898,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2015","2015",147.29567,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2016","2016",143.95325,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","1990","1990",77.53512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","1991","1991",86.06628,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","1992","1992",85.99691,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","1993","1993",84.81339,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","1994","1994",86.11326,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","1995","1995",84.32929,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","1999","1999",84.55523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2000","2000",89.1124,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2001","2001",83.32329,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2002","2002",86.28023,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2003","2003",82.12268,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2004","2004",85.36811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2005","2005",90.35771,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2006","2006",93.49034,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2007","2007",98.22973,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2008","2008",103.57719,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2009","2009",102.66325,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2011","2011",104.73714,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2012","2012",108.20249,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2013","2013",107.34939,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2014","2014",105.3961,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2015","2015",108.57798,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2016","2016",105.69234,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2017","2017",104.08031,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2018","2018",101.69015,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1990","1990",89.40083,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1991","1991",90.69782,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1992","1992",90.95479,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1993","1993",95.26706,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1994","1994",94.20359,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1995","1995",95.69085,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1996","1996",97.71927,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1998","1998",104.98367,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1999","1999",105.44833,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2000","2000",106.2584,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2001","2001",105.19969,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2002","2002",104.22335,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2003","2003",103.62811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2004","2004",102.96436,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2005","2005",101.95083,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2006","2006",101.64602,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2007","2007",101.78197,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2008","2008",102.22852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2009","2009",102.53718,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2010","2010",102.5663,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2011","2011",102.84263,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2012","2012",102.89335,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2013","2013",103.34781,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2014","2014",103.24147,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2015","2015",103.94662,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2016","2016",104.40662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1990","1990",77.7107,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1991","1991",78.26066,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1992","1992",75.45695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1993","1993",74.42206,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1995","1995",56.37003,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1996","1996",42.7843,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1997","1997",44.42007,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1998","1998",53.79233,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1999","1999",64.53857,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2000","2000",66.20915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2001","2001",69.47068,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2002","2002",75.7727,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2003","2003",81.29722,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2004","2004",85.76939,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2005","2005",89.6629,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2006","2006",110.61278,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2007","2007",122.13362,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2008","2008",128.66146,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2009","2009",136.72507,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2010","2010",141.79018,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2011","2011",145.23651,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2012","2012",143.33718,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2013","2013",140.63558,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2014","2014",137.14487,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2015","2015",133.49766,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2016","2016",130.5113,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2017","2017",126.10563,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","1998","1998",92.49417,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","1999","1999",108.95009,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","2000","2000",129.93968,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","2006","2006",96.39713,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","2008","2008",97.77553,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","2009","2009",105.26247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","2011","2011",107.07667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","2014","2014",99.75351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","2015","2015",98.70338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","2016","2016",97.72256,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1990","1990",57.1833,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1991","1991",58.40631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1992","1992",58.50103,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1993","1993",60.28686,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1994","1994",63.16537,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1995","1995",65.89449,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1996","1996",70.78705,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1997","1997",74.0203,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1998","1998",76.70763,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1999","1999",90.14482,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2000","2000",90.21709,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2001","2001",91.73208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2002","2002",89.10853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2003","2003",92.57081,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2004","2004",93.08239,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2005","2005",90.07751,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2006","2006",87.87734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2007","2007",89.07893,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2008","2008",86.66442,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2009","2009",84.75905,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2010","2010",83.70787,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2011","2011",80.8809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2012","2012",83.48631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2013","2013",84.75538,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2014","2014",88.24853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2015","2015",91.49067,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2016","2016",93.607,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2017","2017",97.11535,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2018","2018",100.23232,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGD","Bangladesh","1990","1990",73.86945,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGD","Bangladesh","2005","2005",100.7542,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGD","Bangladesh","2006","2006",101.98176,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGD","Bangladesh","2007","2007",101.90578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGD","Bangladesh","2008","2008",99.2609,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGD","Bangladesh","2009","2009",101.86018,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGD","Bangladesh","2010","2010",105.49681,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGD","Bangladesh","2017","2017",115.06249,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","1992","1992",59.44789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","1993","1993",57.16492,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","1994","1994",63.19358,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","1995","1995",67.55835,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","1996","1996",70.65523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","1997","1997",76.61057,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","1998","1998",80.62795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","2000","2000",87.78948,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","2010","2010",122.11609,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1990","1990",103.68623,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1991","1991",103.83585,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1992","1992",103.06236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1993","1993",102.08248,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1994","1994",101.28363,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1995","1995",101.19057,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1996","1996",102.18768,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1998","1998",99.2514,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1999","1999",99.70515,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2000","2000",100.25361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2004","2004",98.05035,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2005","2005",96.98737,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2006","2006",98.55752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2007","2007",98.7168,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2008","2008",97.83893,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2009","2009",98.90504,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2010","2010",98.60862,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2011","2011",98.22815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2012","2012",99.62857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2013","2013",100.51104,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2014","2014",101.77148,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2015","2015",102.80303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2016","2016",101.43399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1990","1990",51.25493,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1991","1991",58.21984,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1992","1992",61.4146,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1993","1993",66.49934,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1994","1994",66.89444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1995","1995",70.24485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1996","1996",72.65391,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1997","1997",76.38223,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1998","1998",79.42969,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1999","1999",79.58431,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2000","2000",82.52927,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2001","2001",90.73641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2002","2002",96.16322,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2003","2003",99.79704,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2004","2004",103.72226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2005","2005",100.83883,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2006","2006",101.2934,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2008","2008",113.18831,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2009","2009",118.43397,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2010","2010",120.15201,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2011","2011",122.72604,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2012","2012",127.21539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2013","2013",128.73714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2014","2014",129.59724,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2015","2015",132.46826,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2016","2016",130.90229,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2017","2017",126.64433,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",98.25966,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",97.37355,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1998","1998",96.78628,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",102.19617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",104.44188,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",107.10277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",107.90535,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",105.98737,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",105.75434,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1990","1990",27.85995,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1991","1991",25.12515,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1992","1992",21.20307,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1993","1993",17.77528,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1994","1994",19.60945,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1995","1995",21.74748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1996","1996",25.45459,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1997","1997",29.06118,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1998","1998",36.97887,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1999","1999",37.49784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2000","2000",43.05681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2001","2001",49.30944,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2002","2002",52.9354,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2003","2003",54.79406,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2004","2004",59.41468,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2005","2005",71.85428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2006","2006",77.54185,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2007","2007",83.84036,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2008","2008",89.95203,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2009","2009",89.88776,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2010","2010",88.09416,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2011","2011",90.54849,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2012","2012",90.98389,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2014","2014",95.62404,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2015","2015",97.02761,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1990","1990",79.91175,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1991","1991",75.28354,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1992","1992",76.11437,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1993","1993",78.77378,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1994","1994",81.44549,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1995","1995",84.27755,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1996","1996",86.64578,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1997","1997",88.4972,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1998","1998",91.16269,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1999","1999",95.50544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2000","2000",99.80747,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2001","2001",103.10549,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2002","2002",107.53041,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2003","2003",109.70284,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2004","2004",110.09069,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2005","2005",110.81899,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2006","2006",110.87317,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2007","2007",112.55947,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2008","2008",111.71827,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2009","2009",110.76389,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2010","2010",112.80843,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2011","2011",113.3545,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2012","2012",113.01238,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2013","2013",112.46291,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2014","2014",112.1749,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2015","2015",112.20088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2016","2016",113.03325,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2017","2017",115.0888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","1992","1992",98.32905,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","1993","1993",100.82402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","1994","1994",100.43467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","1995","1995",101.40455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","1996","1996",102.71256,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","1997","1997",104.24693,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","1998","1998",105.75356,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","1999","1999",105.52026,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2000","2000",105.53913,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2001","2001",104.57018,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2002","2002",102.77502,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2003","2003",102.2383,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2004","2004",102.99563,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2005","2005",103.10824,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2006","2006",104.25075,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2007","2007",104.87016,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2008","2008",104.19777,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2009","2009",103.52259,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2010","2010",103.08848,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2011","2011",102.60499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2012","2012",102.22789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2013","2013",102.02827,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2014","2014",101.77206,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2015","2015",102.66407,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2016","2016",103.23983,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","1990","1990",99.84094,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","1991","1991",99.0822,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","1992","1992",98.69456,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","1993","1993",98.56593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","1994","1994",99.28142,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","1995","1995",99.59953,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","1996","1996",99.17289,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","1997","1997",98.26259,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","2013","2013",100.09368,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","2014","2014",99.36063,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","2015","2015",98.64482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","2016","2016",98.04473,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","1990","1990",108.03444,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","1991","1991",110.38535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","1992","1992",110.35498,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","1993","1993",109.2567,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","1994","1994",107.02057,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","1995","1995",108.14396,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","1999","1999",103.46212,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2000","2000",103.21174,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2001","2001",106.55105,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2002","2002",114.31916,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2003","2003",121.11728,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2005","2005",95.17674,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2006","2006",94.75858,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2007","2007",95.58262,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2008","2008",97.37857,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2009","2009",99.01544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2011","2011",100.61891,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2012","2012",100.88043,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2013","2013",99.97644,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2014","2014",98.31156,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2015","2015",100.29794,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2016","2016",101.82653,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","1992","1992",91.79119,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2007","2007",97.12455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2008","2008",97.80795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2009","2009",95.63362,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2010","2010",98.14539,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2011","2011",95.17426,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2012","2012",91.69914,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2014","2014",91.0927,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2015","2015",90.15994,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2017","2017",89.19965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","1992","1992",135.77964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","1994","1994",139.28598,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","1995","1995",145.48243,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","1996","1996",144.14794,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","1997","1997",143.34293,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","1999","1999",142.08051,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","2001","2001",136.7395,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","2002","2002",142.04498,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","2003","2003",138.48764,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","2011","2011",136.63392,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","1994","1994",77.14877,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","1995","1995",77.35396,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","1997","1997",84.51036,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","1998","1998",88.08661,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","1999","1999",94.11545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2000","2000",99.79908,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2001","2001",109.34968,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2002","2002",122.73806,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2003","2003",125.29886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2004","2004",126.39577,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2005","2005",126.03382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2006","2006",124.37824,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2007","2007",123.36684,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2008","2008",119.74497,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2009","2009",119.08922,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2010","2010",120.21449,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2011","2011",117.87636,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2012","2012",117.51068,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2013","2013",117.59632,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2014","2014",113.56693,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2015","2015",116.67784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2016","2016",108.77432,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2017","2017",106.49139,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1990","1990",100.18482,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1991","1991",100.37564,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1992","1992",100.02529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1993","1993",99.03752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1994","1994",98.72787,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1995","1995",98.48692,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1996","1996",98.55949,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1997","1997",84.33405,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1998","1998",100.2591,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1999","1999",100.75639,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2000","2000",100.85066,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2001","2001",100.86467,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2002","2002",100.19949,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2003","2003",99.98498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2004","2004",99.3522,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2005","2005",98.5115,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2006","2006",98.59501,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2007","2007",99.07582,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2008","2008",99.26267,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2009","2009",99.1536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2010","2010",99.07942,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2011","2011",99.40241,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2012","2012",99.89264,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2013","2013",100.23349,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2014","2014",99.83147,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2015","2015",99.90401,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2016","2016",100.22588,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2017","2017",100.22993,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1990","1990",105.23625,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1991","1991",103.57761,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1992","1992",103.30254,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1993","1993",103.51096,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1994","1994",104.26267,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1995","1995",103.86425,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1996","1996",103.16092,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1997","1997",102.29456,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1998","1998",100.20826,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1999","1999",100.76358,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2000","2000",102.24482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2001","2001",101.47704,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2002","2002",101.1882,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2003","2003",104.33555,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2007","2007",111.16404,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2008","2008",110.35523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2009","2009",108.38853,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2010","2010",108.14621,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2011","2011",106.90059,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2012","2012",108.00879,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2013","2013",104.84635,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2014","2014",102.34717,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2015","2015",102.71251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2016","2016",106.14891,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1990","1990",94.77692,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1991","1991",94.3946,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1992","1992",92.53206,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1993","1993",90.30336,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1994","1994",89.74177,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1995","1995",91.36089,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1996","1996",90.46149,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1997","1997",90.27761,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1998","1998",92.22221,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1999","1999",93.50456,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2000","2000",94.36084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2001","2001",93.33873,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2002","2002",94.61646,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2003","2003",95.41,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2004","2004",96.26699,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2005","2005",95.35179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2006","2006",94.83267,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2007","2007",94.0507,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2010","2010",95.55942,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2011","2011",95.5031,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2012","2012",95.89557,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2013","2013",95.31457,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2014","2014",93.95465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2015","2015",95.04954,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2016","2016",94.17304,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1990","1990",117.22283,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1991","1991",116.57644,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1992","1992",121.0413,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1993","1993",122.55924,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1994","1994",120.57253,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1995","1995",118.93125,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1996","1996",109.79443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1997","1997",120.58656,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1998","1998",116.8213,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1999","1999",108.14155,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2000","2000",91.20018,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2001","2001",94.32536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2002","2002",107.23189,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2003","2003",106.15926,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2004","2004",104.0313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2005","2005",96.96216,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2007","2007",96.27059,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2008","2008",99.64804,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2009","2009",104.59338,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2010","2010",103.38226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2013","2013",102.67227,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2014","2014",103.11044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2015","2015",104.85066,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2016","2016",101.3907,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2017","2017",102.06959,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","1995","1995",103.48346,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","1997","1997",114.47732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2001","2001",102.03067,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2002","2002",103.56693,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2003","2003",103.4264,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2004","2004",103.47752,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2005","2005",101.52284,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2006","2006",100.67482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2011","2011",88.9029,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2012","2012",85.97973,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2013","2013",85.18993,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2014","2014",86.06166,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2015","2015",89.40603,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1990","1990",101.68747,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1991","1991",99.45198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1992","1992",100.36447,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1993","1993",100.70194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1994","1994",102.21228,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1995","1995",101.68189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1996","1996",106.70893,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1997","1997",106.21567,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1998","1998",104.0427,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1999","1999",103.70176,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2000","2000",103.14101,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2001","2001",102.41032,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2002","2002",101.94576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2003","2003",99.69323,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2004","2004",99.79029,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2005","2005",99.70719,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2006","2006",99.80688,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2007","2007",100.58769,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2008","2008",101.05227,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2009","2009",103.0497,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2010","2010",103.97595,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2011","2011",103.96648,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2012","2012",103.2863,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2013","2013",101.44896,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2014","2014",104.09398,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2015","2015",103.79855,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2016","2016",103.27996,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2017","2017",104.36803,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","1990","1990",104.69204,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","1991","1991",104.16391,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","1992","1992",101.01395,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","1993","1993",100.61884,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","1996","1996",100.84989,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","1997","1997",78.9583,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","1998","1998",104.98998,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","1999","1999",106.96579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2000","2000",107.30209,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2002","2002",106.54017,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2003","2003",105.23849,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2004","2004",110.20849,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2005","2005",109.2346,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2006","2006",108.81478,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2007","2007",109.30564,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2008","2008",109.22444,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2009","2009",107.20044,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2010","2010",102.82837,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2011","2011",102.01902,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2012","2012",101.46948,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2013","2013",99.65653,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2014","2014",99.54012,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2015","2015",100.12489,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2016","2016",101.16249,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2017","2017",102.80195,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2004","2004",113.14776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2005","2005",111.30656,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2007","2007",111.63913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2014","2014",97.62538,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2015","2015",95.5284,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2004","2004",92.68248,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2005","2005",85.2411,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2008","2008",95.79995,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2009","2009",103.34017,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2010","2010",116.2723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2011","2011",123.41671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2012","2012",124.49529,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2013","2013",123.43552,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2014","2014",120.73518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2015","2015",115.51268,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2016","2016",108.31039,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2017","2017",99.13397,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","1990","1990",100.88578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","1991","1991",100.49501,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","1992","1992",100.29476,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","1993","1993",97.86015,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","1994","1994",95.88615,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","1995","1995",95.59476,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","1997","1997",95.12021,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","1999","1999",98.49363,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2000","2000",98.52283,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2001","2001",101.28919,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2002","2002",102.70133,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2003","2003",99.9078,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2004","2004",100.3108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2005","2005",100.49724,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2006","2006",100.47223,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2007","2007",101.19303,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2008","2008",101.08088,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2009","2009",99.13979,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2010","2010",100.55787,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2011","2011",100.56013,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2012","2012",97.9485,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2013","2013",106.90575,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2014","2014",106.2527,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2015","2015",102.91484,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2016","2016",100.92973,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1990","1990",100.16003,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1991","1991",102.10134,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1992","1992",99.90491,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1993","1993",98.02217,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1994","1994",103.30947,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1995","1995",106.78661,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1996","1996",108.75724,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1997","1997",110.90846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1998","1998",109.88035,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1999","1999",107.83755,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2000","2000",105.55411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2001","2001",103.489,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2002","2002",103.01437,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2003","2003",100.84773,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2004","2004",98.75585,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2005","2005",101.58164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2006","2006",98.56253,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2007","2007",97.06338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2008","2008",96.73792,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2009","2009",94.48531,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2010","2010",94.63187,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2011","2011",95.90364,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2012","2012",99.68367,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2013","2013",103.4828,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2014","2014",108.56304,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2015","2015",111.19333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2016","2016",111.11281,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2017","2017",111.52425,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1990","1990",94.65338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1991","1991",95.30083,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1992","1992",94.71575,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1993","1993",94.90182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1994","1994",95.15145,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1995","1995",96.49833,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1996","1996",97.54014,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1997","1997",99.08896,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1998","1998",100.95233,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1999","1999",102.9096,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2000","2000",105.41659,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2001","2001",102.09912,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2002","2002",97.01297,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2003","2003",102.01835,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2004","2004",103.42603,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2005","2005",100.71318,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2007","2007",106.29825,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2008","2008",108.1523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2009","2009",108.50968,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2010","2010",107.96096,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","1993","1993",117.94416,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","1994","1994",118.10779,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","1998","1998",115.61385,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","1999","1999",113.83796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2000","2000",113.33872,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2001","2001",119.01111,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2002","2002",124.96577,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2003","2003",97.28399,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2004","2004",96.89073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2005","2005",106.61797,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2006","2006",100.27638,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2007","2007",98.15195,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2008","2008",96.80937,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2009","2009",96.71408,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2010","2010",98.50082,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2011","2011",100.03254,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2012","2012",100.36707,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2013","2013",100.82591,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2014","2014",98.89644,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1990","1990",93.52155,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1991","1991",92.24202,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1992","1992",91.72743,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1993","1993",89.63854,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1994","1994",90.45841,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1995","1995",91.73921,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1996","1996",95.49847,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1997","1997",97.21466,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1998","1998",99.56613,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1999","1999",101.38303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2000","2000",102.96704,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2001","2001",103.77445,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2002","2002",102.38053,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2003","2003",101.18794,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2004","2004",99.68179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2005","2005",98.90731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2006","2006",97.70077,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2007","2007",98.91491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2008","2008",101.62731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2009","2009",103.0915,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2010","2010",103.05689,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2011","2011",101.71394,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2012","2012",100.89687,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2013","2013",99.42561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2014","2014",97.8086,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2015","2015",96.98543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2016","2016",97.1178,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MSR","Montserrat","2002","2002",113.18681,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MSR","Montserrat","2004","2004",105.55556,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MSR","Montserrat","2005","2005",118.68687,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MSR","Montserrat","2006","2006",113.65854,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MSR","Montserrat","2007","2007",112.90323,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","1990","1990",82.28376,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","1991","1991",86.01215,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","1992","1992",90.70402,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","1993","1993",91.02887,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","1994","1994",93.47139,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","1995","1995",94.45384,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","1996","1996",99.47584,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","1999","1999",99.73172,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2000","2000",104.68517,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2001","2001",102.00711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2002","2002",108.0443,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2003","2003",107.69567,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2004","2004",108.94557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2005","2005",110.18486,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2006","2006",125.53108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2007","2007",128.06232,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2008","2008",127.10126,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2009","2009",140.1623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2010","2010",146.89445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2011","2011",151.01657,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2012","2012",147.95131,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2013","2013",143.39971,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2014","2014",140.13621,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2015","2015",140.37831,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2016","2016",140.72206,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2017","2017",138.35279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","1991","1991",113.28225,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","1994","1994",116.75493,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","1998","1998",120.21613,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","1999","1999",120.3543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2000","2000",117.91861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2001","2001",118.48259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2002","2002",114.47152,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2003","2003",119.40901,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2004","2004",114.12952,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2005","2005",118.16317,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2007","2007",108.9541,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2008","2008",108.13144,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2009","2009",105.97811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2010","2010",105.03529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2011","2011",99.63466,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2012","2012",105.33099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2013","2013",105.32467,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2014","2014",104.71845,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2015","2015",104.53763,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2016","2016",103.34039,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2017","2017",102.891,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PLW","Palau","2004","2004",104.55038,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","PLW","Palau","2013","2013",115.86476,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","PLW","Palau","2014","2014",116.95138,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1990","1990",110.33341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1991","1991",111.44822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1992","1992",107.90513,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1993","1993",107.68678,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1994","1994",106.97078,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1995","1995",107.69815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1996","1996",107.67883,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1997","1997",107.73143,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1998","1998",107.79756,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1999","1999",107.8931,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2000","2000",104.96178,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2001","2001",100.67576,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2002","2002",100.74073,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2003","2003",99.80986,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2004","2004",98.38226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2005","2005",95.74598,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2006","2006",98.41714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2011","2011",94.86897,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2012","2012",95.32953,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2013","2013",97.63889,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2014","2014",99.68311,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2015","2015",101.16738,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2016","2016",101.09313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2017","2017",100.96004,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1990","1990",21.48787,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1991","1991",23.3998,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1992","1992",22.86198,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1993","1993",25.34726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1994","1994",27.44852,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1995","1995",30.77905,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1996","1996",32.39636,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1997","1997",36.42249,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1998","1998",37.81107,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1999","1999",41.05545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2000","2000",45.77823,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2001","2001",50.05971,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2002","2002",58.49057,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2003","2003",62.89416,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2004","2004",66.88742,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2005","2005",70.20512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2006","2006",73.10181,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2007","2007",75.80429,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2008","2008",76.73302,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2009","2009",76.63482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2010","2010",77.53647,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2011","2011",81.82128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2012","2012",82.91569,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2013","2013",84.57789,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2014","2014",86.09136,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2016","2016",83.14934,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1990","1990",93.8362,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1991","1991",93.39213,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1992","1992",93.72016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1993","1993",93.35235,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1994","1994",93.81167,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1995","1995",95.24057,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1996","1996",93.06715,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1997","1997",92.62298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1998","1998",91.95925,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1999","1999",93.19541,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2000","2000",93.35593,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2001","2001",93.4812,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2002","2002",91.78339,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2003","2003",93.09516,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2004","2004",97.46524,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2005","2005",99.14236,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2006","2006",103.28627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2007","2007",104.9854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2009","2009",103.84811,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2010","2010",107.85319,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2011","2011",105.71461,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2012","2012",106.08242,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2013","2013",104.75448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2014","2014",104.1412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2015","2015",102.93392,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2016","2016",100.44707,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","1990","1990",102.28561,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","1991","1991",99.82887,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","1992","1992",98.43127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","1993","1993",97.29864,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","1994","1994",93.56381,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","1995","1995",91.55991,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","1998","1998",92.85412,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","1999","1999",91.84618,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2000","2000",95.55984,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2001","2001",97.07403,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2002","2002",92.21301,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2003","2003",106.28288,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2004","2004",105.39442,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2005","2005",103.46514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2006","2006",99.80992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2007","2007",105.40056,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2008","2008",105.67511,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2009","2009",107.43379,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2012","2012",111.5161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2014","2014",107.75163,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2015","2015",105.97677,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2016","2016",105.14065,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1990","1990",111.03,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1991","1991",108.57404,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1992","1992",105.98306,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1993","1993",103.8325,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1994","1994",103.7858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1995","1995",104.13345,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1996","1996",104.88533,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1997","1997",104.2,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1998","1998",104.31382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1999","1999",104.29129,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2000","2000",99.95005,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2001","2001",99.95169,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2002","2002",99.85404,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2003","2003",99.59405,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2004","2004",99.57404,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2005","2005",104.11352,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2006","2006",103.67456,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2007","2007",103.43446,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2008","2008",103.04846,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2009","2009",102.53139,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2010","2010",102.12854,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2011","2011",102.45629,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2012","2012",102.49238,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2013","2013",102.13431,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2014","2014",101.86023,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2015","2015",101.66841,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2016","2016",101.71452,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1990","1990",106.00694,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1991","1991",105.79091,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1992","1992",105.6618,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1993","1993",105.60347,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1994","1994",105.53987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1995","1995",101.04404,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1996","1996",101.20153,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1997","1997",100.63616,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1998","1998",100.10239,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1999","1999",99.52063,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2000","2000",99.38432,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2001","2001",99.21996,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2002","2002",100.17741,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2003","2003",100.34575,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2004","2004",101.0757,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2005","2005",101.79008,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2006","2006",102.55221,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2007","2007",104.68323,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2008","2008",104.86704,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2009","2009",105.34099,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2010","2010",105.9763,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2011","2011",106.22072,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2012","2012",106.68583,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2013","2013",106.72039,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2014","2014",106.20978,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2015","2015",102.21921,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2016","2016",101.36168,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2017","2017",100.94978,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","1991","1991",117.33374,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","1992","1992",116.4676,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","1993","1993",117.90958,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","1994","1994",120.74431,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","1995","1995",122.26156,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","1996","1996",125.97668,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","1997","1997",124.96475,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","1999","1999",121.39505,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2000","2000",118.74776,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2001","2001",114.72021,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2002","2002",109.2822,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2003","2003",112.6936,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2004","2004",114.68723,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2005","2005",115.80616,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2006","2006",115.71947,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2007","2007",114.37897,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2008","2008",114.57672,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2009","2009",115.16871,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2010","2010",114.78697,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2011","2011",113.85825,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2012","2012",115.74647,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2013","2013",114.57445,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2014","2014",114.43737,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2015","2015",115.83544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2016","2016",117.54363,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2017","2017",116.13043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","1999","1999",112.21318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2000","2000",110.78818,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2001","2001",109.44096,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2002","2002",111.01083,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2003","2003",109.2143,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2004","2004",110.83905,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2005","2005",111.37672,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2006","2006",114.25115,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2007","2007",115.21158,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2008","2008",113.09161,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2009","2009",113.80179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2010","2010",113.7943,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2011","2011",105.25586,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2012","2012",104.08713,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2013","2013",116.0393,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2014","2014",117.10809,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUW","Curaçao","2013","2013",169.2425,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","1990","1990",124.84294,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","1991","1991",124.50169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","1994","1994",123.1226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","1998","1998",123.50725,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","1999","1999",122.74211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2000","2000",120.71664,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2001","2001",119.23962,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2002","2002",118.65058,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2003","2003",116.77057,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2004","2004",114.11683,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2005","2005",112.44123,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2006","2006",111.8476,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2007","2007",109.6194,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2008","2008",107.4543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2009","2009",104.83344,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2010","2010",102.60945,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2011","2011",100.95676,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2012","2012",100.18295,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2013","2013",100.70312,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2014","2014",100.15242,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2015","2015",98.32821,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2016","2016",96.69012,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2017","2017",95.87731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1990","1990",104.534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1991","1991",104.11356,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1992","1992",107.35945,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1993","1993",108.32505,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1994","1994",107.92299,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1995","1995",105.74018,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1996","1996",106.27757,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1997","1997",106.42893,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1998","1998",105.44738,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1999","1999",104.46378,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2000","2000",103.51791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2003","2003",110.05823,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2004","2004",108.80734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2005","2005",105.47017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2006","2006",109.6995,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2007","2007",105.21125,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2008","2008",106.42549,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2009","2009",104.84582,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2010","2010",105.09064,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2011","2011",103.45999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2012","2012",99.8904,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2013","2013",97.01282,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2014","2014",95.12915,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2015","2015",96.22227,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2016","2016",96.18451,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2017","2017",95.22141,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1990","1990",86.71761,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1991","1991",86.32143,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1992","1992",84.79172,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1993","1993",89.8036,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1994","1994",92.52821,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1995","1995",94.26771,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1996","1996",97.47519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1997","1997",98.63898,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1998","1998",100.57715,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1999","1999",99.72008,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2000","2000",97.91103,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2001","2001",96.11672,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2002","2002",97.7386,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2003","2003",100.12404,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2004","2004",102.27457,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2005","2005",104.57978,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2006","2006",106.9962,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2007","2007",109.3181,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2008","2008",112.64748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2009","2009",115.83606,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2010","2010",118.69177,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2011","2011",118.35836,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2012","2012",117.62025,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2013","2013",117.32681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2014","2014",115.97068,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2015","2015",112.46832,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2016","2016",108.29079,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2017","2017",105.19026,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1990","1990",109.05154,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1991","1991",108.93506,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1992","1992",107.87626,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1993","1993",107.21249,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1994","1994",106.7986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1995","1995",104.59702,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1996","1996",107.59438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1997","1997",106.89575,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1998","1998",107.94627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1999","1999",109.09981,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2001","2001",108.784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2002","2002",107.53375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2003","2003",107.16964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2004","2004",106.07581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2005","2005",105.38132,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2006","2006",103.26156,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2007","2007",103.62242,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2008","2008",105.46536,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2009","2009",107.51063,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2014","2014",112.77832,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2015","2015",111.30561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2016","2016",108.96369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","1991","1991",117.01055,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","1992","1992",96.87747,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","1993","1993",96.32758,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","1996","1996",90.82571,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","1999","1999",106.69533,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","2000","2000",105.34587,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","2003","2003",114.39473,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","2004","2004",113.0767,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","2007","2007",116.99531,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1990","1990",33.89583,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1991","1991",34.71576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1992","1992",37.00143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1993","1993",41.00931,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1994","1994",44.44281,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1995","1995",46.3513,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1996","1996",51.2216,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1997","1997",57.20136,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1998","1998",60.53028,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1999","1999",65.09782,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2000","2000",66.02994,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2001","2001",71.84756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2002","2002",75.19065,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2003","2003",76.50531,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2004","2004",79.37928,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2005","2005",82.52052,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2006","2006",84.75233,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2007","2007",86.90197,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2008","2008",88.37515,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2009","2009",89.42404,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2010","2010",89.59828,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2011","2011",89.83441,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2012","2012",86.12815,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2014","2014",81.51079,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2015","2015",79.60922,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2016","2016",81.80126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2017","2017",84.46306,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1991","1991",100.20869,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1992","1992",100.62768,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1993","1993",102.48081,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1994","1994",101.49306,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1995","1995",99.21048,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1996","1996",102.86824,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1997","1997",101.92247,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1998","1998",109.42933,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1999","1999",112.57981,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2000","2000",115.84567,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2002","2002",118.13887,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2003","2003",115.84297,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2004","2004",107.87681,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2005","2005",108.37692,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2006","2006",103.63236,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2007","2007",113.72905,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2008","2008",109.53054,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2009","2009",111.8577,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2010","2010",110.50222,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2011","2011",109.86045,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2012","2012",107.95629,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2013","2013",109.11459,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2014","2014",107.55816,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2015","2015",111.40536,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2016","2016",110.29875,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2017","2017",107.79981,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","1993","1993",80.44826,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","1994","1994",84.00045,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","1995","1995",84.95184,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","1996","1996",86.40241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","1997","1997",87.16957,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","1998","1998",90.93747,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","1999","1999",92.62471,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2000","2000",94.54896,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2001","2001",96.58711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2002","2002",99.34162,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2003","2003",101.46361,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2005","2005",103.36663,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2006","2006",100.61178,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2007","2007",97.77792,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2008","2008",94.0145,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2009","2009",91.79802,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2010","2010",92.02213,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2011","2011",93.41478,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2012","2012",95.87252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2013","2013",98.57671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2014","2014",98.83764,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2015","2015",98.18464,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2016","2016",95.79508,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1990","1990",110.45298,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1991","1991",111.38015,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1992","1992",104.33205,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1993","1993",104.27533,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1994","1994",105.66355,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1995","1995",105.07387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1996","1996",100.20959,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1997","1997",99.59999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1998","1998",98.80601,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1999","1999",98.94112,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2000","2000",99.41101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2001","2001",99.18741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2002","2002",98.13554,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2003","2003",96.97606,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2004","2004",96.50319,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2005","2005",96.7348,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2006","2006",95.89687,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2007","2007",94.29088,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2008","2008",93.22232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2009","2009",92.54046,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2010","2010",93.65599,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2011","2011",94.24395,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2012","2012",96.05786,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2013","2013",97.34859,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2014","2014",98.08591,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2015","2015",99.40703,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2016","2016",100.96719,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2017","2017",103.10933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","1999","1999",70.93703,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2001","2001",76.56911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2002","2002",78.46051,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2003","2003",81.61106,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2004","2004",85.01901,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2005","2005",87.7214,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2008","2008",88.85273,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2010","2010",90.51777,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2011","2011",94.55373,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2012","2012",94.01951,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2013","2013",97.08707,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2016","2016",92.43943,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1990","1990",107.9247,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1991","1991",110.29189,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1992","1992",110.40038,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1993","1993",109.44033,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1994","1994",107.12819,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1995","1995",107.81128,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1996","1996",108.41633,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1997","1997",106.26685,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1998","1998",103.70917,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1999","1999",102.92577,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2000","2000",102.78668,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2001","2001",106.0929,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2002","2002",113.9664,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2003","2003",121.08584,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2005","2005",95.27104,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2006","2006",95.04876,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2007","2007",95.7069,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2008","2008",97.53751,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2009","2009",99.22885,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2011","2011",100.92777,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2012","2012",101.19422,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2013","2013",100.26643,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2014","2014",98.65293,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2015","2015",100.68178,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2016","2016",102.07633,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBY","Libya","1999","1999",107.71246,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBY","Libya","2001","2001",103.62596,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBY","Libya","2002","2002",103.28096,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBY","Libya","2003","2003",103.32862,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBY","Libya","2004","2004",105.62166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBY","Libya","2005","2005",102.30812,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBY","Libya","2006","2006",109.30911,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1991","1991",99.77907,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1992","1992",98.83507,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1993","1993",99.54347,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1994","1994",102.54469,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1995","1995",103.56991,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1996","1996",103.91156,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1997","1997",102.11177,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1998","1998",102.70096,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1999","1999",105.56034,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2000","2000",107.03616,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2001","2001",105.47855,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2002","2002",105.2172,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2003","2003",105.34735,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2004","2004",102.04321,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2005","2005",108.03593,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2006","2006",107.18858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2007","2007",109.14771,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2008","2008",109.79198,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2009","2009",109.60699,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2010","2010",112.14249,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2011","2011",115.71542,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2012","2012",115.91335,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2013","2013",114.22104,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2014","2014",114.3271,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2015","2015",115.69239,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2016","2016",112.42767,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2017","2017",110.31959,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","1990","1990",100.01467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","1991","1991",106.36831,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","1992","1992",103.45089,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","1995","1995",108.3075,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","1996","1996",107.80073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","1998","1998",105.78346,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","1999","1999",104.5036,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","2000","2000",104.37407,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","2001","2001",106.9239,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","2002","2002",100.5465,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","2003","2003",98.51717,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","2012","2012",101.91487,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","2013","2013",99.4543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1991","1991",111.11016,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1992","1992",111.48101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1993","1993",113.4825,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1994","1994",114.81733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1995","1995",113.88919,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1996","1996",112.56988,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1997","1997",110.36755,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1998","1998",112.48048,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1999","1999",111.86321,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2000","2000",110.20062,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2001","2001",107.33208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2002","2002",107.72369,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2003","2003",110.64797,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2004","2004",111.04673,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2005","2005",110.64034,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2006","2006",110.33806,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2007","2007",109.75767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2008","2008",107.72261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2009","2009",107.00754,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2010","2010",106.5473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2011","2011",106.86346,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2012","2012",105.92651,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2013","2013",105.97744,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2014","2014",105.20142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2015","2015",105.1266,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2016","2016",106.64014,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2017","2017",104.78004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1990","1990",72.57926,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1991","1991",76.06971,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1992","1992",80.01395,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1993","1993",81.80331,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1994","1994",81.73117,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1995","1995",84.07854,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1996","1996",85.53758,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1997","1997",86.28893,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1998","1998",92.44044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1999","1999",97.82714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2000","2000",99.79491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2001","2001",100.39684,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2002","2002",103.11707,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2004","2004",108.68226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2005","2005",109.85279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2006","2006",111.03083,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2007","2007",111.38119,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2008","2008",111.98256,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2009","2009",115.76101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2010","2010",115.48713,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2011","2011",113.62933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2012","2012",108.87615,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2013","2013",106.01506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2014","2014",102.57987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2015","2015",101.51269,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2016","2016",100.81692,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2017","2017",101.20523,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","1990","1990",40.43862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2000","2000",59.42558,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2001","2001",60.08292,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2002","2002",60.8554,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2003","2003",65.34723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2004","2004",69.92905,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2005","2005",76.05686,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2006","2006",74.5433,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2007","2007",82.33831,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2008","2008",83.76453,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2009","2009",86.00414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2010","2010",87.50366,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2011","2011",84.38946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2012","2012",84.51189,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2013","2013",82.92926,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2014","2014",85.5129,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2015","2015",84.91031,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2016","2016",89.69482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2017","2017",88.59092,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TKM","Turkmenistan","2014","2014",87.53433,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1990","1990",26.15871,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1991","1991",27.12352,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1992","1992",26.4657,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1993","1993",26.75137,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1994","1994",27.56333,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1995","1995",27.79317,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1996","1996",28.01328,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1997","1997",28.85101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1998","1998",29.02273,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1999","1999",30.72228,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2000","2000",32.32157,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2001","2001",35.33166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2002","2002",39.51496,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2003","2003",42.71102,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2004","2004",46.63491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2005","2005",48.3466,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2006","2006",48.96966,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2007","2007",51.44458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2008","2008",55.27463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2009","2009",59.0266,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2010","2010",62.67366,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2011","2011",66.49199,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2012","2012",68.52359,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2013","2013",69.35251,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2014","2014",69.79144,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2015","2015",71.81629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2016","2016",73.69142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2017","2017",75.10472,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1990","1990",105.09811,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1991","1991",104.00055,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1992","1992",103.60898,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1993","1993",103.04599,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1994","1994",102.1002,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1995","1995",101.89484,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1996","1996",102.02621,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1997","1997",102.37931,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1998","1998",103.1752,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1999","1999",103.29928,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2000","2000",103.12229,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2001","2001",102.40321,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2002","2002",100.74664,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2003","2003",100.16291,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2004","2004",100.80128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2005","2005",100.75367,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2006","2006",101.127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2007","2007",101.03078,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2008","2008",99.88182,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2009","2009",99.65835,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2010","2010",99.14975,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2011","2011",99.25192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2012","2012",100.10465,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2013","2013",100.48994,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2014","2014",101.08718,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2015","2015",101.35383,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2016","2016",101.99711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2017","2017",103.7416,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1990","1990",98.28778,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1991","1991",98.24531,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1992","1992",99.19291,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1993","1993",101.37119,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1994","1994",100.33037,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1995","1995",97.25173,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1996","1996",98.50015,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1997","1997",99.55208,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1998","1998",100.26386,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1999","1999",103.28504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2000","2000",102.66805,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2001","2001",101.71998,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2002","2002",100.37327,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2003","2003",100.62808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2004","2004",100.55181,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2005","2005",100.73584,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2006","2006",101.72417,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2007","2007",102.73543,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2008","2008",102.77555,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2009","2009",101.85473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2010","2010",101.37374,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2011","2011",100.83123,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2012","2012",100.16901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2013","2013",101.39408,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2014","2014",101.12745,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2015","2015",100.77583,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2016","2016",100.24141,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1990","1990",99.39084,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1991","1991",101.96896,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1992","1992",100.9519,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1993","1993",101.48097,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1994","1994",102.50892,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1995","1995",103.85544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1996","1996",105.89555,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1997","1997",107.31767,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1998","1998",107.49698,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1999","1999",107.55993,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2000","2000",108.10925,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2001","2001",109.4856,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2002","2002",110.02013,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2003","2003",109.66524,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2004","2004",109.43628,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2005","2005",109.49413,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2006","2006",110.33523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2007","2007",109.8093,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2008","2008",109.72323,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2009","2009",111.3898,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2012","2012",112.02561,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2013","2013",112.97915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2014","2014",107.17725,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1990","1990",98.79929,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1991","1991",99.82117,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1992","1992",100.42825,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1993","1993",99.70924,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1994","1994",98.39443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1995","1995",95.56092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1996","1996",91.66303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1997","1997",92.20468,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1998","1998",93.53636,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1999","1999",97.2852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2000","2000",97.60774,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2001","2001",97.07714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2002","2002",98.66529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2004","2004",101.40929,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2005","2005",101.90455,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2006","2006",101.78513,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2007","2007",101.34082,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2008","2008",100.77726,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2009","2009",99.10965,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2010","2010",96.78444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2011","2011",96.6746,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2012","2012",96.94023,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2013","2013",96.83114,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2014","2014",102.03101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2015","2015",100.58641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2016","2016",100.70681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2017","2017",99.60003,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1990","1990",106.53617,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",105.06348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",104.02503,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",100.79147,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",100.57656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",100.26467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2001","2001",100.10559,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.68276,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.8234,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",105.80003,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",106.33527,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",104.7414,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",102.99907,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",105.26197,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",104.51927,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",105.02563,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",104.7467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",106.54036,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2013","2013",107.45605,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2014","2014",107.65278,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2015","2015",101.96694,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",101.48591,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1990","1990",111.00688,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1991","1991",111.28018,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1992","1992",111.41401,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1993","1993",111.30367,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1994","1994",112.15841,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1995","1995",111.67361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1996","1996",101.53875,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1997","1997",100.4783,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1998","1998",98.07917,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1999","1999",96.73061,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2000","2000",96.33984,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2001","2001",96.2316,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2002","2002",96.06996,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2003","2003",96.8284,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2004","2004",98.0988,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2005","2005",98.86753,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2006","2006",100.13014,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2007","2007",98.76301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2008","2008",99.01636,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2009","2009",98.84006,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2010","2010",99.37583,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2011","2011",99.68028,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2012","2012",104.17049,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2013","2013",107.1605,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2014","2014",108.49125,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2015","2015",107.87681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2016","2016",106.39692,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2017","2017",107.85726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","1994","1994",100.28549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","1995","1995",101.61037,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","1996","1996",100.61042,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","1997","1997",101.41258,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","1998","1998",100.99773,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","1999","1999",95.99262,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2000","2000",97.34219,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2001","2001",101.19545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2002","2002",105.56517,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2003","2003",107.76706,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2004","2004",109.54579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2005","2005",109.77271,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2006","2006",108.76892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2007","2007",108.18949,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2009","2009",104.72581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2010","2010",109.93191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2011","2011",106.54377,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2012","2012",104.9779,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2014","2014",106.16774,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2015","2015",106.59705,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2016","2016",108.33276,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2017","2017",108.83929,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1990","1990",100.1284,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1991","1991",100.42335,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1992","1992",99.99494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1993","1993",98.86503,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1994","1994",98.65485,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1995","1995",98.54811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1996","1996",98.53917,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1997","1997",84.23457,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1998","1998",100.1519,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1999","1999",100.84317,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2000","2000",100.7246,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2001","2001",100.77973,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2002","2002",100.07585,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2003","2003",99.95142,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2004","2004",99.2699,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2005","2005",98.36917,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2006","2006",98.27813,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2007","2007",99.0044,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2008","2008",99.13474,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2009","2009",98.99873,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2010","2010",98.93051,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2011","2011",99.30276,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2012","2012",99.68926,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2013","2013",100.28448,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2014","2014",99.87422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2015","2015",100.04357,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2016","2016",100.33622,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2017","2017",100.27462,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","1992","1992",69.32806,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","1993","1993",70.46537,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","1994","1994",72.99587,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","1995","1995",75.36336,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","1996","1996",79.45783,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","1997","1997",82.15754,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","1998","1998",84.01149,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","1999","1999",97.44841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2000","2000",96.23771,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2001","2001",96.15581,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2002","2002",93.38375,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2003","2003",93.58439,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2004","2004",92.67627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2005","2005",88.69407,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2006","2006",85.81635,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2007","2007",86.95469,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2008","2008",84.03704,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2009","2009",82.9465,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2010","2010",82.58236,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2011","2011",79.33037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2012","2012",81.63836,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2013","2013",82.9342,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2014","2014",85.87495,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2015","2015",88.51734,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2016","2016",90.22127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2017","2017",93.26612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2018","2018",95.75699,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","1990","1990",102.69534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","1991","1991",101.38747,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","1993","1993",98.06377,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","1999","1999",94.4052,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","2000","2000",95.96072,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","2001","2001",95.89388,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","2002","2002",96.16408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","2003","2003",94.7077,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","2004","2004",96.28588,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","1993","1993",126.09128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","1994","1994",109.54877,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","1995","1995",109.35157,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","1996","1996",109.71299,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","1997","1997",112.4885,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","1998","1998",110.89752,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","1999","1999",110.75043,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2000","2000",111.06204,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2001","2001",112.28966,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2002","2002",112.98994,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2003","2003",112.46899,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2004","2004",111.78907,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2005","2005",111.4933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2006","2006",111.31094,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2007","2007",112.7643,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2008","2008",111.55195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2009","2009",115.96065,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2010","2010",116.71024,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2011","2011",117.61312,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2012","2012",115.40217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2013","2013",113.49232,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2014","2014",113.96438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2015","2015",107.86641,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2016","2016",104.65759,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2003","2003",107.38581,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2004","2004",108.45341,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2006","2006",109.09091,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2007","2007",106.33737,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2008","2008",103.25048,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2009","2009",106.52174,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2010","2010",102.3374,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2011","2011",105.40827,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2012","2012",105.11425,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2014","2014",102.25564,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2015","2015",104.80349,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2016","2016",103.37691,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","1990","1990",55.42764,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","1991","1991",50.99225,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","2000","2000",62.80639,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","2001","2001",87.14381,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","2011","2011",114.12779,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","2012","2012",114.3227,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","2013","2013",115.11184,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","2015","2015",112.19363,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","2016","2016",114.44903,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","2017","2017",120.00655,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1990","1990",127.42803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1991","1991",123.57551,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1992","1992",120.30985,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1993","1993",116.69801,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1994","1994",113.3589,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1995","1995",110.55306,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1996","1996",107.35425,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1997","1997",105.25644,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1998","1998",105.61859,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2001","2001",110.27607,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2002","2002",114.66231,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2003","2003",118.94832,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2006","2006",105.47417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2007","2007",107.89359,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2008","2008",109.65386,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2009","2009",109.36209,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2010","2010",107.45686,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2011","2011",105.9067,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2012","2012",105.23371,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2013","2013",103.87623,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2014","2014",99.20279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2015","2015",99.33323,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2016","2016",100.85381,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2017","2017",102.05287,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","1990","1990",73.42777,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","1991","1991",71.21915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","1992","1992",68.9663,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","1993","1993",69.56676,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","1994","1994",72.81411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","1995","1995",77.94856,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","1998","1998",73.97517,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","1999","1999",79.46678,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2000","2000",84.66194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2001","2001",90.28547,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2002","2002",92.20353,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2004","2004",99.46087,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2005","2005",105.68231,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2006","2006",106.91831,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2007","2007",112.59089,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2008","2008",116.18973,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2009","2009",115.34729,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2010","2010",116.0491,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2011","2011",111.45438,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2012","2012",109.99821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2013","2013",110.68233,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2014","2014",109.95121,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2015","2015",110.92493,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2016","2016",110.03487,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2017","2017",108.71141,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1990","1990",90.71385,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1991","1991",94.06188,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1992","1992",95.72033,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1993","1993",98.24924,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1994","1994",100.16143,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1995","1995",99.23757,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1996","1996",98.2204,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1997","1997",99.63593,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1998","1998",99.91428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1999","1999",104.76438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2000","2000",106.04589,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2001","2001",110.01577,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2002","2002",116.58279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2003","2003",117.25755,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2004","2004",119.47243,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2005","2005",120.19101,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2006","2006",123.93496,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2007","2007",123.53334,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2008","2008",123.35453,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2010","2010",122.72651,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBY","Libya","1999","1999",108.45749,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBY","Libya","2001","2001",102.7351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBY","Libya","2002","2002",103.20531,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBY","Libya","2003","2003",104.85809,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBY","Libya","2004","2004",107.07175,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBY","Libya","2005","2005",102.84627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBY","Libya","2006","2006",111.51129,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","1999","1999",110.24107,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2000","2000",104.07685,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2001","2001",102.64714,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2002","2002",102.39788,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2003","2003",101.04932,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2004","2004",101.50123,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2005","2005",102.48545,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2006","2006",101.86197,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2007","2007",101.12586,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2008","2008",100.70621,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2009","2009",98.17813,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2010","2010",96.13257,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2011","2011",101.47578,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2012","2012",100.5741,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2013","2013",100.8501,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2014","2014",100.91137,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2015","2015",101.45417,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2016","2016",100.66978,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2017","2017",100.26625,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1990","1990",97.72862,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1991","1991",96.89038,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1992","1992",98.12906,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1993","1993",97.47576,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1994","1994",95.84007,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1995","1995",94.92648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1996","1996",95.48453,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1998","1998",93.80803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1999","1999",94.43043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","2000","2000",95.43953,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","2002","2002",98.33871,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","2003","2003",99.50498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","2004","2004",99.50254,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","1990","1990",102.61959,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","1991","1991",102.03506,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","1992","1992",98.50016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","1993","1993",98.39691,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","1996","1996",97.85692,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","1997","1997",76.78344,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","1998","1998",101.94861,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","1999","1999",103.90851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2000","2000",104.62864,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2002","2002",103.90651,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2003","2003",102.512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2004","2004",105.061,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2005","2005",104.26904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2006","2006",103.86994,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2007","2007",103.86746,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2008","2008",103.53241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2009","2009",101.97029,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2010","2010",99.85209,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2011","2011",98.80533,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2012","2012",98.32593,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2013","2013",96.63942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2014","2014",96.60485,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2015","2015",97.22767,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2016","2016",98.38294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2017","2017",100.0897,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SSD","South Sudan","2011","2011",101.75622,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SSD","South Sudan","2015","2015",77.80334,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1990","1990",100.13227,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1991","1991",101.91586,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1992","1992",102.46144,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1993","1993",103.97141,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1994","1994",106.78305,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1995","1995",110.17161,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1996","1996",112.30353,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1997","1997",114.22504,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1998","1998",115.68672,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1999","1999",117.91562,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2000","2000",117.96145,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2001","2001",117.20487,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2002","2002",117.90818,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2003","2003",116.1762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2004","2004",115.54394,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2005","2005",114.94245,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2006","2006",113.41544,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2007","2007",112.6485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2008","2008",111.52013,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2009","2009",108.03879,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2010","2010",104.70761,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2011","2011",101.45683,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2012","2012",99.96109,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2013","2013",98.64303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2014","2014",97.35941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2015","2015",97.13811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2016","2016",97.70771,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2017","2017",98.63779,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SOM","Somalia","2007","2007",30.29106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","1992","1992",118.60167,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","1993","1993",121.65257,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","1994","1994",124.14539,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","1995","1995",121.19549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","1996","1996",120.74092,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","1997","1997",117.53193,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","1998","1998",126.63907,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","1999","1999",127.87157,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2000","2000",128.27834,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2001","2001",126.49547,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2002","2002",124.41587,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2003","2003",124.0623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2004","2004",122.73634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2005","2005",116.96542,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2006","2006",115.02534,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2007","2007",110.37221,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2008","2008",107.21836,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2009","2009",105.36442,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2015","2015",99.77508,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2016","2016",101.66927,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2017","2017",101.4685,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1990","1990",69.65271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1991","1991",68.17605,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1992","1992",67.59589,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1993","1993",66.32598,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1994","1994",68.4145,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1995","1995",69.04825,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1996","1996",69.57611,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1997","1997",70.57276,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1998","1998",71.50216,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1999","1999",73.67665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2000","2000",73.15843,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2001","2001",75.39735,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2002","2002",75.88752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2003","2003",71.47456,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2006","2006",68.33579,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2007","2007",68.84347,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2008","2008",72.77775,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2009","2009",72.14334,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2011","2011",80.64115,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2012","2012",83.95464,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2013","2013",85.32835,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2014","2014",88.12073,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2015","2015",91.80232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2016","2016",96.71212,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2017","2017",98.81225,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","1990","1990",126.40694,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","1991","1991",124.67919,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","1994","1994",124.63083,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","1998","1998",125.12339,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","1999","1999",124.76985,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2000","2000",122.02518,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2001","2001",120.48836,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2002","2002",120.05917,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2003","2003",118.84421,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2004","2004",116.27777,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2005","2005",114.72454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2006","2006",114.14086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2007","2007",112.57119,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2008","2008",110.66129,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2009","2009",108.54602,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2010","2010",106.13374,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2011","2011",104.54308,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2012","2012",104.09216,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2013","2013",104.37517,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2014","2014",103.86612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2015","2015",101.6311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2016","2016",99.94333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2017","2017",99.16265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1990","1990",94.92056,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1991","1991",94.50182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1992","1992",92.41143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1993","1993",90.12495,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1994","1994",89.62365,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1995","1995",90.51376,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1996","1996",90.27906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1997","1997",90.03853,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1998","1998",92.06586,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1999","1999",93.42874,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2000","2000",94.36222,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2001","2001",93.37801,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2002","2002",95.07303,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2003","2003",96.05084,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2004","2004",97.4032,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2005","2005",96.35194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2006","2006",95.86472,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2007","2007",94.96975,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2010","2010",96.42402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2011","2011",96.28299,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2012","2012",96.72467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2013","2013",96.09026,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2014","2014",94.50088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2015","2015",95.47714,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2016","2016",94.36367,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1990","1990",105.12268,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1991","1991",104.97675,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1992","1992",104.39201,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1993","1993",103.2309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1994","1994",102.70978,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1995","1995",101.88997,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1996","1996",101.24968,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1997","1997",100.47012,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1998","1998",101.23191,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1999","1999",101.27117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2000","2000",99.93465,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2001","2001",98.94286,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2002","2002",98.78709,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2003","2003",99.98343,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2004","2004",100.42985,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2005","2005",101.41905,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2006","2006",102.01442,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2007","2007",103.12765,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2008","2008",102.93576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2009","2009",101.97134,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2010","2010",101.67117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2011","2011",101.22956,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2012","2012",99.37666,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2013","2013",96.69863,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2014","2014",96.78072,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2015","2015",97.36917,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2016","2016",96.89702,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1990","1990",118.21709,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1991","1991",115.85926,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1992","1992",118.98169,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1993","1993",116.60136,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1994","1994",117.25306,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1995","1995",117.30158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1996","1996",117.17211,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1998","1998",118.89947,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1999","1999",118.67461,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2000","2000",119.63737,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2001","2001",121.16092,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2002","2002",115.97373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2003","2003",115.6258,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2004","2004",114.80316,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2005","2005",114.55252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2006","2006",114.40142,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2007","2007",113.16452,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2008","2008",111.83799,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2009","2009",110.67289,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2010","2010",109.36781,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2011","2011",108.63464,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2012","2012",107.49968,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2013","2013",107.01965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2014","2014",105.25868,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2015","2015",104.38425,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2016","2016",103.32636,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1990","1990",93.19965,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1991","1991",96.33196,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1992","1992",100.70513,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1993","1993",102.66831,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1994","1994",105.53032,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1995","1995",104.58227,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1996","1996",104.23405,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1997","1997",101.78461,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1998","1998",103.08726,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1999","1999",103.03139,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2000","2000",103.33349,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2001","2001",103.41305,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2002","2002",101.55022,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2003","2003",99.02579,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2004","2004",98.59442,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2005","2005",99.21254,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2006","2006",99.99366,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2007","2007",103.18458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2008","2008",105.73849,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2009","2009",105.97945,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2010","2010",103.80931,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2011","2011",100.75891,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2012","2012",99.34803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2013","2013",98.70732,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2014","2014",98.63239,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2015","2015",99.49798,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2016","2016",100.22582,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","1990","1990",114.04339,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","1992","1992",106.38435,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","1999","1999",101.36208,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2000","2000",99.68349,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2001","2001",98.70604,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2002","2002",96.31953,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2003","2003",95.6787,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2004","2004",94.00723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2005","2005",95.95128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2006","2006",97.26125,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2007","2007",100.03597,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2008","2008",101.32984,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2009","2009",100.93263,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2010","2010",100.55074,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2011","2011",98.44466,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2014","2014",94.16689,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2015","2015",93.22297,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2016","2016",93.22874,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2017","2017",90.92085,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","1991","1991",97.99778,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","1992","1992",94.64538,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","1993","1993",92.71324,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","1995","1995",95.56217,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","1996","1996",97.1717,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","1997","1997",101.00862,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","1999","1999",104.89999,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2000","2000",103.75959,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2001","2001",99.44991,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2003","2003",95.33104,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2005","2005",99.8893,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2007","2007",98.72673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2008","2008",99.74807,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2009","2009",96.17244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2010","2010",96.68518,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2011","2011",97.73757,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2012","2012",95.09031,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","1991","1991",100.80649,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","1992","1992",103.5501,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","1993","1993",104.71968,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","1995","1995",104.81549,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","1996","1996",113.0585,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","1997","1997",80.30001,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","1998","1998",114.42951,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","1999","1999",115.3668,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2000","2000",115.1615,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2001","2001",115.31412,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2002","2002",116.7631,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2003","2003",117.96875,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2004","2004",120.54034,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2005","2005",120.6629,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2006","2006",120.20669,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2007","2007",123.91943,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2008","2008",118.41764,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2009","2009",117.2758,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2010","2010",118.09434,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2011","2011",117.388,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2012","2012",115.63864,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2013","2013",112.77407,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2014","2014",109.01251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2015","2015",105.24158,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2016","2016",102.16091,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2017","2017",98.14775,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","1999","1999",90.54083,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2001","2001",93.84602,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2002","2002",94.3242,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2003","2003",96.46786,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2004","2004",99.3942,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2005","2005",100.55479,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2008","2008",98.24909,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2010","2010",99.46918,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2011","2011",103.96382,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2012","2012",102.73192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2013","2013",105.35946,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2016","2016",98.57012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","1995","1995",91.40983,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","1996","1996",93.00136,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","1997","1997",95.23275,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","1999","1999",96.47298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2000","2000",96.42886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2001","2001",95.48373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2002","2002",93.53525,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2003","2003",91.7726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2004","2004",88.51581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2005","2005",87.88889,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2006","2006",87.30293,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2007","2007",87.23725,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2008","2008",88.26062,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2009","2009",89.2913,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2010","2010",90.10145,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2011","2011",92.02445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2012","2012",93.81057,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2013","2013",94.86621,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2014","2014",94.86627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2015","2015",94.38817,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2016","2016",93.98795,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2017","2017",95.10824,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1990","1990",109.58675,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1992","1992",110.3974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1993","1993",110.54258,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1994","1994",110.88335,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1995","1995",110.85675,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1996","1996",102.74252,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1997","1997",102.56142,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1998","1998",100.63387,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1999","1999",97.129,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2000","2000",96.97784,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2001","2001",97.17609,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2002","2002",96.92251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2003","2003",97.34001,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2004","2004",98.42007,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2005","2005",99.64092,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2006","2006",100.87055,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2007","2007",99.30608,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2008","2008",99.40906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2009","2009",98.974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2010","2010",99.7752,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2011","2011",100.11695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2012","2012",104.81554,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2013","2013",107.76151,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2014","2014",108.9926,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2015","2015",108.26002,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2016","2016",106.93617,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2017","2017",108.25696,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1990","1990",99.20912,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1991","1991",98.86463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1992","1992",98.50809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1993","1993",99.6887,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1994","1994",99.20685,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1995","1995",97.63238,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1996","1996",97.70031,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1997","1997",99.28707,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1998","1998",100.10545,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1999","1999",99.10102,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2000","2000",98.57536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2001","2001",98.14571,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2002","2002",97.08197,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2003","2003",96.01967,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2004","2004",95.19011,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2005","2005",94.5408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2006","2006",94.57998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2007","2007",94.71444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2008","2008",94.85401,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2009","2009",95.59743,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2010","2010",96.59071,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2011","2011",97.49824,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2012","2012",99.71701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2013","2013",99.77679,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2014","2014",99.33656,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2015","2015",104.97503,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2016","2016",110.10469,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1990","1990",92.27392,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1991","1991",90.06529,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1992","1992",87.67571,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1994","1994",80.15972,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1995","1995",78.19355,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1996","1996",70.14724,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1997","1997",74.09742,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1998","1998",74.35482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1999","1999",76.33161,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2000","2000",80.14718,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2001","2001",95.80929,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2002","2002",95.42623,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2003","2003",95.11577,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2004","2004",99.60081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2005","2005",96.62923,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2006","2006",95.60649,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2007","2007",98.7921,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2008","2008",98.89409,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2009","2009",101.13803,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2010","2010",102.83958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2011","2011",102.40792,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2012","2012",107.08225,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2014","2014",109.53009,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2015","2015",112.83656,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2016","2016",112.88868,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2017","2017",107.21328,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1990","1990",94.39281,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1991","1991",95.3595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1992","1992",96.51668,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1993","1993",97.12361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1994","1994",97.22313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1995","1995",97.44548,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1996","1996",97.7757,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1998","1998",96.09936,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1999","1999",95.81674,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2000","2000",98.63761,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2001","2001",98.03108,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2002","2002",96.53681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2003","2003",97.30514,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2004","2004",99.68005,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2005","2005",100.01318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2006","2006",98.86633,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2007","2007",98.28408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2008","2008",98.44859,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2009","2009",99.18632,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2010","2010",100.24497,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2011","2011",101.78267,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2012","2012",103.52835,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2013","2013",105.32047,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2014","2014",104.58289,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2015","2015",103.29123,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2016","2016",103.48467,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2017","2017",103.0962,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1990","1990",72.61144,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1991","1991",77.18356,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1992","1992",76.62501,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1994","1994",74.00468,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1995","1995",84.06016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1996","1996",89.77989,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1997","1997",93.04137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1998","1998",95.80859,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1999","1999",103.25293,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2000","2000",99.29833,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2001","2001",102.47671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2002","2002",105.6945,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2003","2003",104.3908,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2004","2004",104.3231,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2005","2005",104.14212,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2006","2006",108.2107,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2007","2007",102.80728,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2008","2008",103.9996,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2009","2009",115.22608,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2010","2010",120.64973,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2011","2011",118.47382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2012","2012",121.57375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2013","2013",122.42473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2014","2014",119.35998,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2015","2015",116.51158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2016","2016",120.84023,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2017","2017",120.14298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","1990","1990",102.76551,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","1991","1991",104.77192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","1994","1994",110.46218,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","1995","1995",113.36835,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","1997","1997",111.19272,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","1998","1998",109.79965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","1999","1999",108.87353,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2000","2000",101.41488,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2001","2001",101.72885,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2002","2002",102.70693,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2003","2003",102.76803,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2004","2004",102.33095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2005","2005",100.71314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2006","2006",99.84373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2007","2007",100.79948,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2008","2008",99.56105,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2009","2009",97.76676,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2010","2010",95.84869,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2011","2011",94.51373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2012","2012",94.66103,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2013","2013",94.93309,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2014","2014",96.30917,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2015","2015",98.99062,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2016","2016",100.32338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1990","1990",99.84795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1991","1991",101.55615,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1992","1992",103.20103,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1993","1993",103.08786,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1994","1994",103.1661,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1995","1995",102.76977,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1996","1996",103.51127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1997","1997",104.3883,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1998","1998",105.26185,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1999","1999",106.96499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2000","2000",109.386,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2001","2001",108.25574,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2002","2002",109.20449,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2003","2003",110.15127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2004","2004",111.06869,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2005","2005",111.814,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2006","2006",112.26939,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2007","2007",113.21659,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2008","2008",112.70944,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2009","2009",115.92634,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2010","2010",118.90321,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2011","2011",120.1272,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2012","2012",121.26766,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2013","2013",122.50744,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2014","2014",121.30076,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2015","2015",118.53593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2016","2016",116.56444,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2017","2017",114.49658,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1990","1990",116.16455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1991","1991",113.56679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1992","1992",111.35328,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1993","1993",111.64737,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1994","1994",112.6471,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1995","1995",112.42934,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1996","1996",111.9484,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1997","1997",111.91382,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1998","1998",113.93294,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1999","1999",112.98506,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2000","2000",110.30042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2001","2001",111.01987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2002","2002",111.06774,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2003","2003",110.41802,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2004","2004",109.6073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2005","2005",109.48615,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2006","2006",107.71965,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2007","2007",111.14942,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2008","2008",108.91819,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2009","2009",110.12669,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2010","2010",108.00418,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2011","2011",107.77322,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2012","2012",109.23123,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2013","2013",106.17071,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2014","2014",106.01357,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2015","2015",105.75131,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2016","2016",105.39567,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2017","2017",105.61236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","1994","1994",99.34098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","1995","1995",100.11043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","1996","1996",99.35263,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","1997","1997",99.60983,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","1998","1998",98.51009,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","1999","1999",96.04856,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2000","2000",96.5781,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2001","2001",100.27125,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2002","2002",104.93933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2003","2003",107.44456,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2004","2004",108.97682,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2005","2005",109.37092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2006","2006",108.60946,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2007","2007",107.95938,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2009","2009",106.41435,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2010","2010",110.73209,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2011","2011",106.49832,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2012","2012",105.10222,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2014","2014",106.02638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2015","2015",106.56764,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2016","2016",107.64739,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2017","2017",108.68131,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1990","1990",106.99645,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",105.7742,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",104.18497,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",100.6753,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",100.64288,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",100.33294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2001","2001",100.22297,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.81726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.99557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",105.86726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",106.22615,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",105.2362,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",103.41159,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",104.90393,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",104.20816,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",104.45593,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",104.61384,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",106.51136,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2013","2013",107.22195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2014","2014",107.45849,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2015","2015",101.84881,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",101.33816,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1990","1990",104.0847,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1991","1991",104.63692,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1992","1992",103.81051,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1993","1993",102.76963,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1994","1994",102.01526,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1995","1995",101.86883,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1996","1996",102.89396,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1998","1998",99.29485,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1999","1999",99.63602,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2000","2000",100.17653,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2004","2004",98.48093,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2005","2005",97.38725,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2006","2006",98.90513,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2007","2007",98.94834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2008","2008",97.92938,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2009","2009",98.83979,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2010","2010",98.37037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2011","2011",97.90304,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2012","2012",99.12841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2013","2013",99.98627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2014","2014",101.19503,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2015","2015",102.40966,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2016","2016",101.39755,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1990","1990",133.93557,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1991","1991",129.12783,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1992","1992",125.02192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1993","1993",120.97339,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1994","1994",116.95998,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1995","1995",113.45834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1996","1996",109.5965,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1997","1997",106.94148,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1998","1998",106.88613,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2001","2001",110.63114,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2002","2002",115.08006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2003","2003",119.22532,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2006","2006",105.78997,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2007","2007",108.4159,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2008","2008",110.37047,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2009","2009",110.12122,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2010","2010",108.2373,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2011","2011",106.56599,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2012","2012",105.70104,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2013","2013",103.92893,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2014","2014",99.1224,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2015","2015",99.18117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2016","2016",100.57664,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2017","2017",101.55441,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1990","1990",54.11685,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1991","1991",51.81479,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1992","1992",53.1439,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1993","1993",55.81698,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1994","1994",59.05139,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1995","1995",62.33813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1996","1996",65.32662,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1997","1997",67.86143,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1998","1998",71.73681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1999","1999",78.37354,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2000","2000",84.80638,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2001","2001",90.59081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2002","2002",96.42624,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2003","2003",99.59177,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2004","2004",100.22215,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2005","2005",100.53912,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2006","2006",100.42101,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2007","2007",102.56536,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2008","2008",102.69483,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2009","2009",103.23417,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2010","2010",106.1506,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2011","2011",107.51866,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2012","2012",107.73971,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2013","2013",107.43402,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2014","2014",107.05011,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2015","2015",106.24553,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2016","2016",107.34247,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2017","2017",109.35658,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1990","1990",122.42977,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1991","1991",122.41335,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1992","1992",121.70202,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1993","1993",120.46143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1994","1994",121.38642,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1995","1995",120.31002,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1996","1996",118.41915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1997","1997",116.49071,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1998","1998",117.11037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1999","1999",118.04229,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2000","2000",118.17106,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2001","2001",117.90692,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2002","2002",117.16377,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2003","2003",116.21648,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2004","2004",115.08295,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2005","2005",114.04536,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2006","2006",112.05753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2007","2007",108.20939,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2008","2008",107.01171,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2009","2009",107.25691,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2010","2010",108.99579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2011","2011",109.41014,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2012","2012",111.22025,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2013","2013",113.01819,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2014","2014",114.77335,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2015","2015",115.95063,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2016","2016",116.16717,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","1990","1990",115.5735,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","1991","1991",106.77026,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","1992","1992",105.2003,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","1993","1993",105.75121,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","1999","1999",104.89751,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2000","2000",106.06577,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2001","2001",104.27199,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2002","2002",105.52811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2003","2003",104.31099,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2004","2004",104.16851,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2005","2005",102.80446,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2006","2006",100.18018,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2007","2007",102.34124,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2008","2008",101.52936,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2009","2009",98.20461,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2010","2010",96.60622,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2011","2011",96.71442,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2012","2012",97.46544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2013","2013",98.60497,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2014","2014",101.26992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2015","2015",104.14265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2016","2016",106.49652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2017","2017",106.19031,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1990","1990",46.4639,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1991","1991",48.85166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1992","1992",53.63161,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1993","1993",60.68082,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1994","1994",66.80564,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1995","1995",70.58091,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1996","1996",74.08803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1997","1997",77.87106,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1998","1998",80.11408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1999","1999",81.86582,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2000","2000",82.1009,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2001","2001",81.34752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2002","2002",82.65498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2003","2003",84.62542,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2004","2004",90.88114,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2005","2005",90.64485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2006","2006",93.0455,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2007","2007",94.24673,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2008","2008",90.0325,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2009","2009",95.1487,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2010","2010",96.21675,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2011","2011",94.79791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2012","2012",95.531,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2013","2013",95.73208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2014","2014",97.14638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2015","2015",101.21148,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2016","2016",93.86471,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2017","2017",95.37893,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1990","1990",99.85558,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1991","1991",101.27458,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1992","1992",102.5212,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1993","1993",102.07779,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1994","1994",102.27894,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1995","1995",101.7731,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1996","1996",101.31121,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1997","1997",100.8208,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1998","1998",100.76652,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1999","1999",101.46594,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2000","2000",103.04866,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2001","2001",105.81176,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2002","2002",108.2213,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2003","2003",118.57935,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2004","2004",118.3691,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2005","2005",118.37605,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2006","2006",116.13343,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2007","2007",114.81663,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2008","2008",114.65497,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2009","2009",114.42895,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2010","2010",116.53505,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2011","2011",122.00322,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2012","2012",122.93727,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2013","2013",74.66768,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","1990","1990",102.54417,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","1999","1999",106.16725,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2000","2000",107.40488,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2001","2001",108.66275,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2002","2002",110.71042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2003","2003",109.40919,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2004","2004",110.34898,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2005","2005",109.07275,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2006","2006",109.19897,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2007","2007",110.30088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2008","2008",109.30162,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2009","2009",107.59297,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2010","2010",107.03088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2011","2011",106.06246,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2012","2012",104.78426,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2013","2013",103.53222,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2014","2014",100.25115,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2015","2015",97.2522,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2016","2016",93.89792,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGD","Bangladesh","1990","1990",80.89054,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGD","Bangladesh","2005","2005",98.47081,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGD","Bangladesh","2006","2006",99.18193,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGD","Bangladesh","2007","2007",98.35791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGD","Bangladesh","2008","2008",96.2743,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGD","Bangladesh","2009","2009",99.45609,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGD","Bangladesh","2010","2010",102.3042,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGD","Bangladesh","2017","2017",111.09468,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","1992","1992",32.61786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","1993","1993",31.59696,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","1994","1994",35.58309,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","1995","1995",38.96704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","1996","1996",40.72256,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","1997","1997",44.10909,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","1998","1998",46.47488,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","2000","2000",58.89092,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","2010","2010",114.05186,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1990","1990",105.33468,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1991","1991",105.23936,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1992","1992",104.8275,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1993","1993",103.85406,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1994","1994",103.67696,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1995","1995",103.29865,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1996","1996",102.89029,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1997","1997",101.82321,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1998","1998",102.74198,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1999","1999",102.53472,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2000","2000",100.59254,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2001","2001",99.21161,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2002","2002",98.89647,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2003","2003",99.88745,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2004","2004",100.229,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2005","2005",101.07377,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2006","2006",101.68965,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2007","2007",102.85233,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2008","2008",102.8053,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2009","2009",101.94084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2010","2010",101.6999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2011","2011",101.44419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2012","2012",99.66914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2013","2013",97.02128,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2014","2014",97.04419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2015","2015",97.58806,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2016","2016",96.99229,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","1998","1998",84.33063,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2000","2000",99.18851,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2001","2001",103.05732,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2002","2002",97.2067,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2003","2003",87.85942,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2004","2004",101.12434,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2005","2005",125.2246,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2006","2006",104.34457,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2007","2007",92.09545,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2008","2008",92.95775,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2012","2012",95.4612,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2014","2014",105.76408,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2016","2016",107.04559,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1990","1990",97.08295,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1991","1991",95.93141,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1992","1992",96.34624,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1993","1993",89.05452,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1994","1994",84.6051,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1995","1995",83.39793,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1996","1996",88.19418,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1997","1997",93.09152,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1998","1998",95.29986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1999","1999",95.7119,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2000","2000",100.62963,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2001","2001",102.16882,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2002","2002",102.55767,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2003","2003",103.39074,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2004","2004",103.99326,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2005","2005",103.54715,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2006","2006",103.06588,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2007","2007",102.42454,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2008","2008",101.7143,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2009","2009",101.35063,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2010","2010",101.9425,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2011","2011",101.51373,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2012","2012",100.53698,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2013","2013",100.05775,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2014","2014",99.73369,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2015","2015",99.43079,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2016","2016",99.23827,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2017","2017",99.46599,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","1990","1990",144.71274,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","1991","1991",154.26279,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","1992","1992",160.81101,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","1996","1996",145.45578,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","1998","1998",140.90564,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","1999","1999",104.06719,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2002","2002",125.19771,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2003","2003",127.66335,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2004","2004",128.03754,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2005","2005",128.97751,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2007","2007",119.98794,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2008","2008",121.53351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2009","2009",120.38072,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2010","2010",118.26087,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2011","2011",119.69355,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2012","2012",111.81244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2013","2013",111.31495,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2014","2014",109.13456,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2015","2015",110.85271,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2016","2016",112.15489,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2017","2017",112.36822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1993","1993",95.25904,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1994","1994",95.77017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1995","1995",96.97205,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1996","1996",98.95238,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1997","1997",99.06257,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",98.92128,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",98.32824,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",96.82023,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",95.57156,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",94.87806,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",93.17681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",93.05391,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",93.55592,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",92.65842,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",92.17974,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",87.66149,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",87.47152,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",87.38452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",87.135,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",90.9561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",91.40527,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",93.8876,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1990","1990",34.77473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1991","1991",37.13264,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1992","1992",36.28121,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1993","1993",39.94597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1994","1994",41.95889,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1995","1995",45.8528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1996","1996",47.05053,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1997","1997",50.54179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1998","1998",51.01654,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1999","1999",53.65725,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2000","2000",57.18067,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2001","2001",60.60593,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2002","2002",69.40854,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2003","2003",73.14367,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2004","2004",76.57406,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2005","2005",78.95316,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2006","2006",80.84532,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2007","2007",83.05671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2008","2008",84.21619,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2009","2009",83.92517,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2010","2010",85.90376,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2011","2011",88.99886,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2012","2012",90.72298,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2013","2013",92.47057,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2014","2014",93.9271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2016","2016",92.41048,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","1990","1990",73.0663,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","1991","1991",75.08765,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","1992","1992",80.52833,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","1997","1997",101.0035,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","1998","1998",105.77436,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","1999","1999",101.77412,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2000","2000",108.57237,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2001","2001",109.31442,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2002","2002",115.52244,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2003","2003",125.27753,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2004","2004",134.8709,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2005","2005",137.65476,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2006","2006",144.4264,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2007","2007",148.12419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2008","2008",145.93171,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2009","2009",146.524,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2010","2010",145.11064,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2011","2011",144.36449,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2012","2012",144.00295,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2013","2013",140.52756,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2014","2014",136.44293,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2015","2015",135.50138,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2016","2016",137.02117,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2017","2017",133.42504,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1990","1990",123.52017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1991","1991",121.84404,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1992","1992",131.18235,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1993","1993",126.89669,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1994","1994",109.95662,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1995","1995",109.73559,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1996","1996",110.13407,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1997","1997",112.92834,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1998","1998",111.08152,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1999","1999",110.79861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2000","2000",111.32594,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2001","2001",112.28046,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2002","2002",113.05239,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2003","2003",112.55546,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2004","2004",111.9529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2005","2005",111.72881,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2006","2006",111.63368,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2007","2007",112.93619,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2008","2008",110.77664,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2009","2009",115.83183,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2010","2010",116.79988,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2011","2011",117.54608,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2012","2012",115.07451,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2013","2013",113.30777,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2014","2014",113.81709,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2015","2015",107.62282,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2016","2016",104.17609,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SOM","Somalia","2007","2007",23.54786,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1990","1990",94.08327,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1991","1991",94.16108,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1992","1992",94.79155,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1993","1993",94.79923,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1994","1994",95.11578,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1995","1995",96.78361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1996","1996",94.82142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1997","1997",94.3179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1998","1998",94.19097,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1999","1999",95.43522,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2000","2000",96.11905,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2001","2001",95.73345,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2002","2002",95.08684,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2003","2003",95.56566,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2004","2004",100.76606,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2005","2005",102.70438,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2006","2006",107.28228,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2007","2007",109.13852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2009","2009",108.6671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2010","2010",113.06041,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2011","2011",112.0862,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2012","2012",111.20339,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2013","2013",109.8746,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2014","2014",109.07487,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2015","2015",107.86595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2016","2016",105.0054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","1991","1991",100.95244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","1992","1992",101.4557,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","1993","1993",100.85534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","1998","1998",94.5224,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","1999","1999",98.76754,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2000","2000",99.00586,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2001","2001",98.18218,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2002","2002",99.84721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2004","2004",102.41854,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2005","2005",103.30982,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2006","2006",102.56486,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2007","2007",102.10267,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2008","2008",101.45019,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2009","2009",99.60731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2010","2010",97.35815,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2011","2011",97.28263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2012","2012",97.60499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2013","2013",97.44104,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2014","2014",101.30602,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2015","2015",103.49479,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2016","2016",100.53737,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2017","2017",99.65871,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","1990","1990",71.16703,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","1991","1991",65.53629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","1992","1992",63.16377,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","1998","1998",71.06162,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","2007","2007",98.38603,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","2008","2008",104.51029,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","2009","2009",103.42793,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","2010","2010",105.05459,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","2011","2011",118.65179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","2015","2015",113.31846,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1991","1991",97.66292,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1992","1992",95.92423,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1993","1993",86.83277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1994","1994",82.47484,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1995","1995",82.4628,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1996","1996",83.31813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1997","1997",84.68479,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1998","1998",89.25645,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1999","1999",92.4503,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2000","2000",94.88472,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2001","2001",93.64438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2002","2002",90.22825,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2003","2003",88.12508,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2004","2004",88.98518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2005","2005",88.62684,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2006","2006",93.87009,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2007","2007",96.95872,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2008","2008",100.1375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2009","2009",101.38932,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2010","2010",102.16585,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2011","2011",103.18127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2012","2012",104.9951,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2013","2013",105.9206,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2014","2014",104.73279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2015","2015",104.52573,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2016","2016",102.82618,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2017","2017",103.33593,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1990","1990",94.67987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1991","1991",93.58479,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1992","1992",93.58857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1993","1993",94.47295,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1994","1994",95.57052,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1995","1995",97.59459,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1996","1996",101.10771,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1997","1997",102.31142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1998","1998",103.17919,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1999","1999",103.33554,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2000","2000",103.45539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2001","2001",104.4811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2002","2002",103.39203,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2003","2003",104.62101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2004","2004",105.09731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2005","2005",103.30338,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2006","2006",103.34119,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2007","2007",106.80504,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2008","2008",108.8907,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2009","2009",109.78166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2010","2010",108.53334,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2011","2011",103.96524,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2012","2012",100.93104,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2013","2013",99.13091,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2014","2014",98.5419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2015","2015",97.07002,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2016","2016",94.84792,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","1990","1990",97.20357,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","1991","1991",96.58963,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","1992","1992",99.01987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","1993","1993",111.05428,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","1994","1994",110.09068,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","1997","1997",111.82459,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","1998","1998",119.82148,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","1999","1999",117.98282,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2000","2000",120.28863,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2001","2001",120.91343,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2002","2002",121.6914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2003","2003",125.15649,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2004","2004",121.22721,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2005","2005",117.70276,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2006","2006",111.66687,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2007","2007",112.45688,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2008","2008",113.82052,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2009","2009",113.56831,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2010","2010",122.49356,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2013","2013",123.74244,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2015","2015",119.70862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1990","1990",118.43827,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1991","1991",121.86262,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1992","1992",126.12592,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1993","1993",127.85559,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1994","1994",123.17447,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1995","1995",101.04316,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1996","1996",100.71992,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1997","1997",98.52335,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1998","1998",96.25773,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1999","1999",94.94512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2000","2000",95.94597,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2001","2001",98.38236,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2002","2002",100.08814,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2003","2003",101.35257,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2004","2004",102.2073,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2005","2005",101.39991,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2006","2006",100.51439,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2007","2007",101.82702,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2008","2008",106.24747,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2009","2009",107.66134,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2010","2010",108.33281,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2011","2011",109.23933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2012","2012",109.71228,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2013","2013",111.03397,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2014","2014",111.57395,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2015","2015",110.80616,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2016","2016",109.15846,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2017","2017",108.82137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2018","2018",105.78126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FSM","Micronesia (Federated States of)","2004","2004",114.19482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FSM","Micronesia (Federated States of)","2005","2005",112.7443,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FSM","Micronesia (Federated States of)","2007","2007",110.96228,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FSM","Micronesia (Federated States of)","2014","2014",98.0387,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FSM","Micronesia (Federated States of)","2015","2015",95.39306,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1990","1990",81.73791,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1991","1991",83.42549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1992","1992",77.10547,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1993","1993",77.9858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1994","1994",85.38305,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1995","1995",80.21964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1996","1996",80.67485,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1997","1997",86.51241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1999","1999",87.31993,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2000","2000",87.67719,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2001","2001",88.99087,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2002","2002",90.78919,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2003","2003",92.66158,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2004","2004",94.68059,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2005","2005",94.21068,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2006","2006",96.91146,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2007","2007",99.27274,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2009","2009",102.23768,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2010","2010",102.01667,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2011","2011",96.48165,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2012","2012",102.29571,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2013","2013",102.06131,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2014","2014",100.97278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2016","2016",103.66602,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2017","2017",105.1149,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1990","1990",114.3981,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1991","1991",112.68206,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1992","1992",110.95757,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1993","1993",110.31271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1994","1994",111.02797,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1995","1995",110.53848,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1996","1996",110.01358,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1997","1997",109.95016,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1998","1998",110.77673,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1999","1999",111.38115,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2000","2000",108.77768,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2001","2001",109.76561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2002","2002",109.88521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2003","2003",109.45362,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2004","2004",108.83626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2005","2005",107.83769,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2006","2006",106.13361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2007","2007",109.24263,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2008","2008",108.08283,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2009","2009",109.18805,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2010","2010",110.04597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2011","2011",109.99629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2012","2012",109.32771,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2013","2013",106.1295,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2014","2014",104.73789,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2015","2015",104.13334,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2016","2016",103.45504,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2017","2017",103.45248,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1990","1990",98.13337,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1991","1991",97.87749,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1992","1992",95.67528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1993","1993",101.58961,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1994","1994",104.85262,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1995","1995",105.68107,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1996","1996",109.07768,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1997","1997",109.71744,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1998","1998",111.15687,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1999","1999",108.81553,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2000","2000",106.6709,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2001","2001",104.32644,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2002","2002",105.87934,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2003","2003",108.11445,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2004","2004",109.84186,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2005","2005",112.18165,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2006","2006",114.41427,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2007","2007",116.25224,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2008","2008",119.05411,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2009","2009",121.52492,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2010","2010",123.72537,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2011","2011",122.5878,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2012","2012",121.2911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2013","2013",120.60036,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2014","2014",118.86858,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2015","2015",114.82233,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2016","2016",110.48739,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2017","2017",106.99704,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","1990","1990",86.4405,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","1991","1991",85.59279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","1992","1992",89.64558,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","1993","1993",93.75566,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","1994","1994",93.54425,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","1995","1995",89.24259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","1996","1996",78.61452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","1999","1999",94.06141,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2000","2000",98.63764,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2001","2001",96.32683,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2002","2002",97.95753,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2003","2003",99.42031,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2004","2004",100.63107,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2005","2005",101.31967,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2006","2006",102.06269,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2007","2007",93.269,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2008","2008",84.10061,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2009","2009",85.34695,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2010","2010",85.07382,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2011","2011",90.62055,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2012","2012",92.03793,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2013","2013",94.06531,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2014","2014",90.05742,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2016","2016",84.70451,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SMR","San Marino","2009","2009",93.601,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SMR","San Marino","2010","2010",100.63371,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SMR","San Marino","2011","2011",91.33663,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SMR","San Marino","2012","2012",92.64516,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1991","1991",108.56445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1992","1992",109.55318,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1993","1993",107.40681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1996","1996",98.00864,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1997","1997",98.42,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",96.72696,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",98.42194,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",101.26193,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",103.65561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",101.87786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",101.84249,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",101.64612,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",101.34764,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",102.97964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",100.27832,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",100.53163,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",99.86906,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",99.7719,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",100.09516,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",100.83717,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",99.3467,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",98.19383,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",95.19522,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",92.08438,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","1990","1990",106.09016,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","1991","1991",106.03109,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","1993","1993",104.67867,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","1994","1994",103.38124,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","1995","1995",104.40633,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","1996","1996",103.96184,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","1998","1998",101.14693,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","1999","1999",100.40953,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2000","2000",101.49544,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2001","2001",101.40834,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2002","2002",99.43386,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2003","2003",101.00033,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2004","2004",101.49524,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2005","2005",102.49923,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2006","2006",101.82507,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2007","2007",103.2447,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2008","2008",103.1509,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2009","2009",102.02577,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2010","2010",100.82667,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2011","2011",99.1939,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2012","2012",99.90838,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2013","2013",99.85975,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2014","2014",99.83744,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2015","2015",100.31204,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2016","2016",101.44578,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","1990","1990",101.99549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","1991","1991",101.49108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","1992","1992",99.94535,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","1993","1993",102.30022,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","1994","1994",101.54458,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","1995","1995",101.47028,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","1996","1996",101.72046,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","1999","1999",103.40448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2000","2000",104.53788,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2001","2001",103.74379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2002","2002",102.80492,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2003","2003",101.90845,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2004","2004",100.6175,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2005","2005",100.23297,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2006","2006",100.43634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2007","2007",101.37424,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2008","2008",102.03512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2009","2009",101.95579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2010","2010",101.80219,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2011","2011",101.84109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2012","2012",102.04272,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2013","2013",103.89441,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2014","2014",103.63263,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2015","2015",103.06363,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2016","2016",103.25745,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1990","1990",108.60031,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1991","1991",110.76818,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1992","1992",107.26292,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1993","1993",106.6606,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1994","1994",105.86518,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1995","1995",107.1495,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1996","1996",107.93748,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1997","1997",108.65499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1998","1998",108.40958,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1999","1999",108.30104,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2000","2000",104.17038,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2001","2001",98.85122,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2002","2002",99.58098,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2003","2003",98.32428,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2004","2004",96.69842,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2005","2005",94.12983,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2006","2006",96.072,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2011","2011",94.0568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2012","2012",94.87617,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2013","2013",96.74888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2014","2014",98.94474,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2015","2015",100.5623,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2016","2016",100.07568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2017","2017",100.84323,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1990","1990",123.08344,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1991","1991",121.29528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1992","1992",118.49037,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1993","1993",120.79451,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1994","1994",117.0245,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1995","1995",117.6914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1996","1996",110.93971,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1997","1997",109.16273,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1998","1998",91.5368,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1999","1999",57.92825,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2000","2000",85.93815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2001","2001",100.74373,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2002","2002",103.0908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2003","2003",97.40369,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2004","2004",108.51448,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2005","2005",107.492,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2006","2006",107.46326,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2007","2007",104.627,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2008","2008",102.01121,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2009","2009",105.31314,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2010","2010",106.91229,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2011","2011",106.8861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2012","2012",104.16346,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1990","1990",67.47252,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1991","1991",77.32357,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1992","1992",81.1197,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1993","1993",87.15547,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1994","1994",86.10059,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1995","1995",89.52344,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1996","1996",91.54774,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1997","1997",95.01197,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1998","1998",96.96621,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1999","1999",95.69741,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2000","2000",97.73055,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2001","2001",106.70974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2002","2002",111.71208,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2003","2003",114.71011,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2004","2004",117.2493,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2005","2005",112.42881,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2006","2006",111.19016,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2008","2008",121.68925,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2009","2009",126.14902,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2010","2010",126.93673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2011","2011",129.43554,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2012","2012",133.31535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2013","2013",134.35538,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2014","2014",134.62477,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2015","2015",137.187,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2016","2016",135.14808,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2017","2017",130.8339,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1991","1991",100.43772,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1992","1992",102.31043,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1993","1993",100.98883,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1994","1994",100.88335,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1995","1995",99.97398,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1996","1996",98.82824,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1997","1997",97.89406,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1998","1998",101.66803,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1999","1999",101.88616,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2000","2000",102.15666,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2001","2001",101.88402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2002","2002",99.687,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2003","2003",99.06422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2004","2004",98.27488,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2005","2005",98.76342,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2006","2006",101.13187,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2007","2007",103.30589,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2008","2008",104.3021,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2009","2009",103.2814,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2010","2010",101.8885,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2011","2011",100.73168,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2012","2012",101.00401,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2013","2013",101.2893,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2014","2014",100.22873,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2015","2015",98.89263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2016","2016",98.42722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","1992","1992",99.47644,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","1993","1993",100.26774,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","1994","1994",99.83164,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","1995","1995",100.75252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","1996","1996",101.8479,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","1997","1997",103.28426,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","1998","1998",104.64925,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","1999","1999",104.52205,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2000","2000",104.6743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2001","2001",103.80438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2002","2002",102.03047,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2003","2003",101.71929,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2004","2004",102.56161,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2005","2005",102.91891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2006","2006",103.9991,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2007","2007",104.53663,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2008","2008",103.69426,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2009","2009",103.12828,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2010","2010",102.7749,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2011","2011",102.22015,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2012","2012",102.05367,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2013","2013",101.3577,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2014","2014",101.1258,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2015","2015",102.0993,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2016","2016",102.71528,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1990","1990",103.74187,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1991","1991",102.02305,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1992","1992",100.39098,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1993","1993",99.84147,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1994","1994",99.80685,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1995","1995",101.36679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1996","1996",100.03069,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1997","1997",101.10399,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1998","1998",101.5773,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1999","1999",100.43995,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2000","2000",99.6308,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2001","2001",97.49062,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2002","2002",97.13856,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2003","2003",98.1814,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2004","2004",98.17049,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2005","2005",99.29473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2006","2006",99.81092,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2007","2007",100.46285,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2008","2008",100.84831,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2009","2009",101.14229,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2010","2010",101.277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2011","2011",100.14963,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2012","2012",98.7047,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2013","2013",98.27894,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2014","2014",97.78728,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2015","2015",98.21236,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2016","2016",99.19894,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2017","2017",100.23023,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1990","1990",98.94842,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1991","1991",98.72451,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1992","1992",98.42527,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1993","1993",99.06459,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1994","1994",99.16351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1995","1995",99.57276,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1996","1996",99.76072,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1997","1997",78.86052,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1998","1998",101.85157,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1999","1999",102.93611,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2000","2000",102.9403,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2001","2001",102.44359,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2002","2002",103.05918,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2003","2003",103.11296,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2004","2004",103.37126,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2005","2005",103.26218,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2006","2006",103.26086,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2007","2007",103.79636,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2008","2008",102.71636,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2009","2009",102.92956,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2010","2010",103.19348,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2011","2011",103.43454,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2012","2012",102.11354,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2013","2013",102.14024,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2014","2014",101.75454,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2015","2015",101.38261,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2016","2016",101.62678,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","1998","1998",110.89822,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","1999","1999",113.84436,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2000","2000",117.66629,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2002","2002",117.71252,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2003","2003",115.41505,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2004","2004",110.68818,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2005","2005",111.11218,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2006","2006",106.24491,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2007","2007",117.44286,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2008","2008",113.278,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2009","2009",119.90062,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2010","2010",117.3496,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2011","2011",115.20939,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2012","2012",113.31241,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2013","2013",114.27748,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2014","2014",112.73446,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2015","2015",116.41416,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2016","2016",114.62665,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2017","2017",111.49361,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","1990","1990",99.14291,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","1991","1991",102.88376,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","1992","1992",102.14124,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","1995","1995",105.58182,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","1996","1996",105.07598,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","1998","1998",103.13423,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","1999","1999",101.6805,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","2000","2000",101.527,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","2001","2001",104.38828,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","2002","2002",98.85803,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","2003","2003",97.23106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","2012","2012",100.56906,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","2013","2013",97.93072,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1991","1991",81.30401,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1992","1992",85.56767,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1993","1993",87.42812,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1994","1994",87.61924,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1995","1995",89.99839,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1996","1996",91.5871,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1997","1997",92.18325,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1998","1998",98.41018,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1999","1999",104.07431,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2000","2000",104.74155,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2001","2001",104.98552,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2002","2002",107.30553,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2004","2004",112.44407,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2005","2005",113.29198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2006","2006",114.11015,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2007","2007",114.00857,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2008","2008",114.28889,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2009","2009",117.40313,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2010","2010",116.64627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2011","2011",114.52587,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2012","2012",110.04291,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2013","2013",107.46146,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2014","2014",104.07786,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2015","2015",103.07935,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2016","2016",102.43119,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2017","2017",102.71861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1990","1990",105.30173,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1991","1991",104.12055,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1992","1992",103.90969,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1993","1993",103.31158,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1994","1994",102.41308,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1995","1995",102.36504,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1996","1996",102.39691,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1997","1997",102.8261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1998","1998",103.63034,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1999","1999",103.78485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2000","2000",103.67232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2001","2001",102.94747,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2002","2002",101.25148,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2003","2003",100.46382,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2004","2004",100.72132,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2005","2005",100.83262,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2006","2006",101.55929,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2007","2007",101.67839,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2008","2008",100.74849,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2009","2009",100.23762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2010","2010",99.81863,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2011","2011",99.7387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2012","2012",100.52483,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2013","2013",101.03603,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2014","2014",101.38857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2015","2015",101.8011,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2016","2016",102.26436,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2017","2017",103.99035,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","1992","1992",94.79436,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","1993","1993",96.33526,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","1995","1995",96.15339,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","1996","1996",103.2625,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","1997","1997",99.23372,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","1998","1998",99.3141,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","1999","1999",95.2279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2002","2002",94.25371,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2004","2004",103.08506,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2005","2005",108.40041,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2006","2006",107.37021,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2007","2007",110.74013,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2008","2008",110.99859,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2009","2009",108.83293,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2010","2010",108.96266,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2016","2016",97.91189,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1990","1990",69.10074,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1991","1991",69.29865,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1992","1992",68.38766,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1993","1993",68.68544,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1994","1994",67.87389,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1995","1995",67.45218,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1996","1996",66.77412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1997","1997",67.11161,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1998","1998",65.21603,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1999","1999",66.13919,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2000","2000",67.03715,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2001","2001",72.30529,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2002","2002",85.60737,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2003","2003",91.00193,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2004","2004",95.88473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2005","2005",99.69608,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2006","2006",103.39867,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2007","2007",105.63913,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2008","2008",106.17963,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2009","2009",100.90771,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2010","2010",97.72925,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2011","2011",92.71274,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2012","2012",89.20033,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2013","2013",86.15861,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2014","2014",83.58199,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2015","2015",81.96083,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2016","2016",82.63984,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2017","2017",86.18444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1990","1990",117.19385,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1991","1991",120.47354,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1992","1992",120.49643,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1993","1993",119.32134,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1994","1994",119.62404,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1995","1995",118.28861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1996","1996",117.63224,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1997","1997",117.83538,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1998","1998",116.11005,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1999","1999",108.47971,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2000","2000",109.62595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2001","2001",118.03686,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2002","2002",110.62225,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2003","2003",116.13615,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2004","2004",111.88275,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2005","2005",111.97252,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2006","2006",108.40296,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2007","2007",106.0121,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2008","2008",110.66648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2009","2009",110.80581,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2014","2014",113.12002,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2015","2015",104.46341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2016","2016",105.01431,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2017","2017",99.98203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","1992","1992",111.49273,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","1994","1994",115.26887,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","1995","1995",116.94888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","1996","1996",118.12379,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","1997","1997",124.19146,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","1998","1998",130.32586,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","1999","1999",136.19015,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2000","2000",132.85883,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2001","2001",128.69245,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2002","2002",122.86657,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2003","2003",115.90138,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2004","2004",111.60781,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2005","2005",107.81318,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2006","2006",105.24703,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2007","2007",106.64051,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2008","2008",107.19772,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2009","2009",108.39066,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2010","2010",109.53871,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2011","2011",108.83773,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2012","2012",103.78352,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2013","2013",101.80395,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2014","2014",98.5309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2015","2015",96.73475,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2016","2016",93.16841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2017","2017",97.26845,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1990","1990",104.19447,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1991","1991",105.00155,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1992","1992",104.37588,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1993","1993",106.14935,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1994","1994",105.81586,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1995","1995",104.74256,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1996","1996",104.4458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1997","1997",103.96574,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1998","1998",104.11972,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1999","1999",104.26462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2000","2000",104.2435,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2001","2001",103.7872,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2002","2002",103.38727,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2003","2003",103.23973,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2004","2004",103.48311,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2005","2005",102.89794,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2006","2006",103.55319,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2007","2007",105.30506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2008","2008",106.73551,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2009","2009",106.85292,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2010","2010",105.45067,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2011","2011",104.39167,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2012","2012",103.1791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2013","2013",105.14457,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2014","2014",104.19871,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2015","2015",104.43106,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2016","2016",103.87117,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","1990","1990",53.94337,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","1991","1991",50.84808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","1992","1992",45.1817,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2001","2001",62.7446,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2002","2002",54.43884,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2003","2003",54.68014,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2004","2004",45.97365,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2005","2005",52.31059,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2006","2006",52.14899,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2007","2007",60.673,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2008","2008",70.38912,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2009","2009",71.93247,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2010","2010",74.19489,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2011","2011",75.59469,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2012","2012",76.96444,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2016","2016",91.54951,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","1998","1998",85.9879,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2000","2000",85.93023,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2001","2001",99.04762,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2002","2002",98.47953,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2003","2003",88.08664,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2004","2004",100.12438,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2005","2005",122.29465,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2006","2006",104.6875,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2007","2007",90.45584,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2008","2008",90.14286,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2012","2012",93.94387,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2014","2014",110.41389,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2016","2016",105.67537,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","1991","1991",106.62613,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","1995","1995",113.81928,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","1998","1998",116.84766,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","1999","1999",114.95591,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2000","2000",111.40131,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2001","2001",108.40326,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2002","2002",105.04512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2003","2003",102.10295,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2004","2004",101.0627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2005","2005",99.48153,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2006","2006",99.02361,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2007","2007",100.80669,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2009","2009",102.90372,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2010","2010",107.57857,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2011","2011",108.7935,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2012","2012",106.67701,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2013","2013",108.74506,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2014","2014",109.89259,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2015","2015",109.13106,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2016","2016",109.82766,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2017","2017",107.66866,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIU","Niue","1998","1998",95.3125,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIU","Niue","1999","1999",98.4127,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIU","Niue","2001","2001",111.45833,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIU","Niue","2004","2004",116.04938,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIU","Niue","2005","2005",105.88235,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIU","Niue","2014","2014",125.28736,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIU","Niue","2015","2015",120.2381,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIU","Niue","2016","2016",125.31646,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","1999","1999",89.33002,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2002","2002",116.1263,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2003","2003",110.61188,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2004","2004",117.497,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2005","2005",129.85163,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2006","2006",115.98028,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2007","2007",111.64442,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2008","2008",111.29788,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2009","2009",107.89965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2011","2011",105.0474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2015","2015",93.30524,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2016","2016",90.02089,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1990","1990",82.37229,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1991","1991",81.9711,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1992","1992",80.4682,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1993","1993",101.09881,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1994","1994",100.77162,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1995","1995",99.88454,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1996","1996",99.78395,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1997","1997",99.79351,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1999","1999",97.43846,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2000","2000",96.73135,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2001","2001",96.64961,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2002","2002",97.77345,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2003","2003",97.61051,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2004","2004",97.74523,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2005","2005",100.85795,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2006","2006",102.38691,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2007","2007",102.47384,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2008","2008",103.35171,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2009","2009",105.36476,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2010","2010",101.62433,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2011","2011",101.20054,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2012","2012",100.17535,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2013","2013",99.76198,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2014","2014",99.15272,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2015","2015",99.30012,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","1990","1990",74.97281,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","1991","1991",69.06452,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","1992","1992",68.55743,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","1998","1998",78.54422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","2008","2008",114.18048,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","2009","2009",113.52641,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","2010","2010",117.62042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","2011","2011",146.74233,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","2015","2015",121.62511,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1990","1990",104.14042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1991","1991",103.49116,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1992","1992",106.82965,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1993","1993",107.98806,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1994","1994",107.58638,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1995","1995",105.36596,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1996","1996",105.1491,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1997","1997",105.4173,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1998","1998",103.27677,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1999","1999",103.53667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2000","2000",102.72891,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2003","2003",110.55827,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2004","2004",109.05781,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2005","2005",105.53674,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2006","2006",109.84454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2007","2007",105.16436,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2008","2008",106.54413,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2009","2009",105.00756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2010","2010",105.24107,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2011","2011",103.76918,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2012","2012",100.2947,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2013","2013",97.64189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2014","2014",96.02457,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2015","2015",96.67363,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2016","2016",96.57791,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2017","2017",95.42976,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","1991","1991",112.09187,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","1992","1992",111.11313,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","1993","1993",112.15735,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","1994","1994",114.88987,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","1995","1995",117.03994,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","1996","1996",120.20273,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","1997","1997",119.5474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","1999","1999",116.63853,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2000","2000",112.98029,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2001","2001",110.04314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2002","2002",105.22774,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2003","2003",109.60925,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2004","2004",111.06456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2005","2005",110.78815,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2006","2006",111.70227,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2007","2007",111.92697,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2008","2008",110.09626,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2009","2009",110.84202,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2010","2010",110.28013,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2011","2011",108.92536,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2012","2012",111.80978,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2013","2013",109.43689,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2014","2014",108.95477,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2015","2015",110.35913,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2016","2016",111.74188,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2017","2017",110.32845,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","1990","1990",96.79278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","1991","1991",99.75252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","1992","1992",101.37981,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","1993","1993",101.68532,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","1994","1994",101.19363,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","1999","1999",104.13798,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2000","2000",105.40877,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2001","2001",105.84108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2002","2002",105.7071,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2003","2003",105.28806,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2004","2004",105.17028,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2005","2005",103.82864,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2006","2006",103.0607,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2007","2007",103.62209,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2008","2008",102.86946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2009","2009",103.17237,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2010","2010",104.48637,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2011","2011",105.26314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2012","2012",105.87175,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2013","2013",104.61603,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2014","2014",104.23552,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2015","2015",104.84023,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2016","2016",104.11198,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2017","2017",104.29432,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1993","1993",95.66534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1994","1994",96.04806,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1995","1995",97.26895,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1996","1996",99.95269,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1997","1997",100.29207,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",100.50237,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",99.64439,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",97.67821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",96.17644,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",94.98201,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",93.8787,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",93.87382,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",94.52457,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",93.8088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",93.20984,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",88.31449,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",88.28343,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",88.00172,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",87.70083,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",91.39717,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",91.98579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",94.09995,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1990","1990",92.07622,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1991","1991",93.91366,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1992","1992",95.92682,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1993","1993",96.22458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1994","1994",96.85127,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1995","1995",96.88083,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1996","1996",98.05449,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1997","1997",99.23582,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1998","1998",100.45056,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1999","1999",102.38213,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2000","2000",104.90816,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2001","2001",103.90169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2002","2002",105.14244,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2003","2003",106.00297,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2004","2004",107.00012,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2005","2005",107.67524,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2006","2006",108.19422,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2007","2007",109.51815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2008","2008",109.17719,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2009","2009",112.25466,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2010","2010",115.22641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2011","2011",116.46195,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2012","2012",117.92443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2013","2013",119.36507,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2014","2014",118.33927,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2015","2015",115.71852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2016","2016",113.64651,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2017","2017",111.69732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","1990","1990",81.75772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","1991","1991",86.33217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","1992","1992",97.93561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","1993","1993",93.80682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","1994","1994",92.46347,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","1998","1998",93.34749,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","1999","1999",85.63281,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2000","2000",95.1438,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2002","2002",100.9566,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2003","2003",99.48562,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2004","2004",101.605,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2007","2007",98.36232,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2008","2008",104.14262,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2011","2011",98.87806,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2013","2013",103.78357,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2014","2014",101.20129,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2017","2017",97.23629,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1990","1990",98.70888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1991","1991",98.96908,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1992","1992",99.29685,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1993","1993",99.43802,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1994","1994",99.38186,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1995","1995",99.09648,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1996","1996",98.94232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1997","1997",99.12797,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1998","1998",100.01897,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1999","1999",100.55838,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2000","2000",101.55532,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2001","2001",101.51662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2002","2002",100.71045,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2003","2003",100.10111,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2004","2004",99.21967,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2005","2005",98.78805,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2006","2006",98.19282,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2007","2007",98.77867,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2008","2008",99.3754,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2009","2009",99.53075,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2010","2010",99.80195,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2011","2011",100.14459,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2012","2012",100.76845,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2013","2013",100.73271,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2014","2014",100.83366,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2015","2015",100.84786,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2016","2016",100.64179,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1990","1990",68.44771,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1991","1991",70.19732,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1992","1992",72.2107,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1993","1993",67.68631,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1994","1994",63.80648,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1995","1995",62.06941,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1996","1996",64.43639,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1997","1997",69.94433,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1998","1998",76.36369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1999","1999",76.68933,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2000","2000",78.89516,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2001","2001",80.64429,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2002","2002",84.64611,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2003","2003",86.13389,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2004","2004",90.58922,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2005","2005",85.47619,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2006","2006",84.51355,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2007","2007",82.27584,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2008","2008",91.34112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2009","2009",96.22763,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2010","2010",94.88306,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2011","2011",101.77247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2012","2012",106.25977,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2013","2013",114.33307,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2014","2014",116.39937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2015","2015",104.37674,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2016","2016",99.02518,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1990","1990",141.59761,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1991","1991",140.18263,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1992","1992",137.61073,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1993","1993",136.45702,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1994","1994",133.12763,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1995","1995",126.414,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1996","1996",128.57143,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1997","1997",129.69724,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1998","1998",128.89361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1999","1999",104.29305,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","2000","2000",103.47404,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","2001","2001",104.63187,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","2002","2002",103.52639,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","2003","2003",103.34343,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","2004","2004",101.87751,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","2005","2005",102.81315,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","2006","2006",107.29074,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","2007","2007",100.72245,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1990","1990",99.54328,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1991","1991",99.8375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1992","1992",100.49358,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1993","1993",105.03564,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1994","1994",104.94942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1995","1995",105.01047,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1996","1996",105.16163,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1997","1997",105.73973,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1998","1998",112.07185,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1999","1999",111.56732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2000","2000",111.02194,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2001","2001",111.07645,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2002","2002",110.00252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2003","2003",108.67284,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2004","2004",97.08106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2005","2005",95.65748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2006","2006",95.52782,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2007","2007",96.55922,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2008","2008",98.44794,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2009","2009",99.6497,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2010","2010",101.16296,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2011","2011",100.22249,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2012","2012",101.84305,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2013","2013",123.98122,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2014","2014",124.22775,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2015","2015",125.51724,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2016","2016",126.50191,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1990","1990",81.40903,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1991","1991",79.90513,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1992","1992",78.85968,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1993","1993",77.38803,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1994","1994",79.52671,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1995","1995",79.80392,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1996","1996",80.30909,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1997","1997",81.20864,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1998","1998",81.49789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1999","1999",84.30292,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2000","2000",83.45115,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2001","2001",85.23223,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2002","2002",87.04314,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2003","2003",79.31266,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2006","2006",76.02918,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2007","2007",76.52721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2008","2008",80.94765,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2009","2009",79.36393,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2011","2011",87.70704,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2012","2012",90.76946,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2013","2013",91.57482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2014","2014",94.24687,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2015","2015",97.63197,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2016","2016",102.10587,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2017","2017",103.57034,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1990","1990",86.32556,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1991","1991",86.95964,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1992","1992",88.43861,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1993","1993",88.3409,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1994","1994",86.97974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1995","1995",86.87182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1996","1996",89.61624,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1997","1997",90.18929,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1998","1998",91.0457,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1999","1999",92.78646,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2000","2000",93.8655,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2001","2001",93.96443,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2002","2002",94.22535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2003","2003",93.53453,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2005","2005",93.24422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2006","2006",91.46943,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2007","2007",93.92659,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2008","2008",96.35004,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2009","2009",104.85073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2011","2011",101.91269,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2012","2012",104.32627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2013","2013",106.54356,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2014","2014",107.41732,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2015","2015",106.91655,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2016","2016",107.1777,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2017","2017",105.72901,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","1991","1991",118.85235,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","1992","1992",116.88454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","1993","1993",118.16414,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","1995","1995",121.48787,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","1998","1998",121.83359,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","1999","1999",122.33194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2000","2000",121.68037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2001","2001",121.03417,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2002","2002",120.49303,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2003","2003",118.94293,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2004","2004",117.78631,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2005","2005",116.95846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2006","2006",116.28677,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2007","2007",115.91186,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2008","2008",112.20749,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2009","2009",110.55386,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2010","2010",109.77974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2011","2011",107.20616,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2012","2012",101.677,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2013","2013",103.22756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2014","2014",101.41451,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2015","2015",101.69039,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2016","2016",102.9698,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2017","2017",101.56383,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2018","2018",102.26851,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1990","1990",114.62942,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1991","1991",113.95951,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1992","1992",112.5404,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1993","1993",111.24918,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1994","1994",113.01393,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1995","1995",113.20013,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1996","1996",93.50836,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1997","1997",94.54734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1998","1998",92.87744,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1999","1999",95.48014,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2000","2000",97.20749,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2001","2001",98.861,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2002","2002",98.34943,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2003","2003",96.21324,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2004","2004",97.26133,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2005","2005",95.52697,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2006","2006",94.21666,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2007","2007",94.7712,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2008","2008",94.07247,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2009","2009",95.06857,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2010","2010",93.7623,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2011","2011",95.57363,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2012","2012",97.95531,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2013","2013",100.50045,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2014","2014",106.05989,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2015","2015",106.60149,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2016","2016",106.43174,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2017","2017",103.2941,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","1990","1990",127.88497,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","1991","1991",115.12395,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","1992","1992",134.26694,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","1993","1993",137.84846,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","1994","1994",154.06673,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2001","2001",107.17493,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2002","2002",104.25632,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2005","2005",104.59155,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2006","2006",105.8173,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2007","2007",103.63933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2008","2008",112.5268,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2009","2009",115.56418,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2010","2010",115.92824,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2011","2011",115.21427,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2012","2012",116.25689,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2013","2013",118.08455,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2014","2014",119.17003,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2015","2015",121.59813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2016","2016",120.99958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2017","2017",115.93462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1990","1990",106.45041,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1991","1991",106.99084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1992","1992",103.94468,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1993","1993",104.1284,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1994","1994",104.29987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1995","1995",103.86712,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1996","1996",105.13248,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1997","1997",106.43278,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1998","1998",107.17629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1999","1999",107.30553,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2000","2000",106.55615,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2001","2001",105.55975,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2002","2002",103.86019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2003","2003",101.53048,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2004","2004",100.4235,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2005","2005",96.87091,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2006","2006",96.37454,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2007","2007",96.12127,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2008","2008",96.65331,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2009","2009",93.38077,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2010","2010",99.00539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2011","2011",99.0211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2012","2012",98.7389,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2013","2013",100.11003,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2014","2014",101.89638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2015","2015",103.41439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2016","2016",104.54262,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2000","2000",103.01047,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2001","2001",94.91979,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2002","2002",85.77291,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2003","2003",90.72306,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2004","2004",95.5163,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2005","2005",101.35318,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2006","2006",102.42588,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2014","2014",114.22018,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2015","2015",119.60184,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2016","2016",108.33333,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1990","1990",102.92741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1991","1991",102.23717,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1992","1992",97.36736,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1993","1993",96.85743,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1994","1994",107.19801,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1995","1995",107.2268,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1996","1996",107.35431,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1997","1997",107.68104,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1998","1998",108.17529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1999","1999",108.08065,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2000","2000",107.98899,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2001","2001",107.59439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2002","2002",107.4584,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2003","2003",107.49457,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2004","2004",106.8912,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2005","2005",106.73933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2006","2006",107.04435,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2007","2007",107.72851,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2008","2008",108.26984,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2009","2009",108.44307,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2010","2010",108.27581,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2011","2011",107.49659,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2012","2012",105.8344,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2013","2013",104.20265,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2014","2014",102.42479,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2015","2015",102.69498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2016","2016",103.28676,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1990","1990",25.08402,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1991","1991",26.29791,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1992","1992",27.07433,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1993","1993",27.97051,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1994","1994",29.11163,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1995","1995",30.85933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1996","1996",32.63789,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1998","1998",35.12664,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1999","1999",36.36086,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2000","2000",37.31592,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2001","2001",38.92946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2002","2002",39.93372,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2003","2003",42.20346,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2004","2004",47.29276,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2005","2005",51.80413,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2006","2006",55.77161,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2007","2007",61.65748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2008","2008",67.89957,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2009","2009",72.87089,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2010","2010",74.28184,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2011","2011",78.47821,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2012","2012",81.77779,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2013","2013",84.26617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2014","2014",86.18,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2015","2015",87.20173,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2016","2016",90.09287,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2017","2017",92.92841,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1990","1990",103.47278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1991","1991",105.27587,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1992","1992",106.00418,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1993","1993",110.20456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1994","1994",110.1115,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1995","1995",112.17068,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1996","1996",114.63337,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1997","1997",114.38861,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1998","1998",119.44139,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1999","1999",117.03094,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2000","2000",117.89581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2001","2001",117.11211,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2002","2002",115.70666,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2003","2003",111.66498,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2004","2004",110.39809,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2005","2005",110.29668,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2006","2006",107.44971,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2007","2007",105.26191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2008","2008",103.48633,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2009","2009",102.29493,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2010","2010",101.83998,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2011","2011",101.00389,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2012","2012",104.27263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1990","1990",126.92579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1991","1991",126.42795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1992","1992",122.05016,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1993","1993",124.70094,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1994","1994",120.84613,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1995","1995",126.83112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1996","1996",114.43021,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1997","1997",115.00169,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1998","1998",96.46029,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1999","1999",59.02556,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2000","2000",89.27444,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2001","2001",103.7317,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2002","2002",106.04568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2003","2003",100.44087,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2004","2004",111.99568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2005","2005",111.39967,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2006","2006",112.83189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2007","2007",108.30355,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2008","2008",105.61232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2009","2009",109.04354,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2010","2010",109.95573,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2011","2011",110.04288,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2012","2012",100.56405,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","1991","1991",114.10937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","1994","1994",119.42306,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","1998","1998",125.29049,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","1999","1999",125.30701,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2000","2000",121.14822,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2001","2001",121.3238,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2002","2002",117.00638,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2003","2003",121.37056,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2004","2004",116.66022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2005","2005",123.88685,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2007","2007",111.61972,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2008","2008",112.593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2009","2009",109.52448,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2010","2010",108.7833,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2011","2011",101.09145,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2012","2012",107.31634,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2013","2013",108.03612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2014","2014",106.35802,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2015","2015",105.87051,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2016","2016",104.59485,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2017","2017",103.83172,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","1990","1990",99.57805,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","1991","1991",90.36901,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","1994","1994",85.04586,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","1995","1995",86.20125,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","1997","1997",93.22829,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","1998","1998",96.45345,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","1999","1999",101.31155,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2000","2000",106.88602,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2001","2001",115.88803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2002","2002",129.48142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2003","2003",131.51527,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2004","2004",131.96844,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2005","2005",130.92987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2006","2006",128.86399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2007","2007",127.87978,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2008","2008",123.78709,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2009","2009",123.3115,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2010","2010",123.86537,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2011","2011",122.17106,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2012","2012",121.81727,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2013","2013",123.47635,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2014","2014",116.83348,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2015","2015",117.10422,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2016","2016",110.21452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2017","2017",107.83492,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1990","1990",89.74577,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1991","1991",58.0789,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1992","1992",57.79635,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1993","1993",68.74143,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1994","1994",81.0002,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1995","1995",91.27071,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1996","1996",100.11974,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1997","1997",102.35071,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1998","1998",101.30097,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1999","1999",98.61338,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2000","2000",99.442,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2001","2001",100.23933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2002","2002",104.44711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2003","2003",107.4005,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2004","2004",106.91054,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2005","2005",106.44515,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2006","2006",101.88102,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2007","2007",103.19599,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2008","2008",100.35765,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2009","2009",100.57892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2010","2010",101.48742,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2011","2011",105.27365,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2012","2012",105.85375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2013","2013",105.47256,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2014","2014",105.14036,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2015","2015",104.42643,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2016","2016",102.65241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2017","2017",97.10959,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1990","1990",99.44556,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1991","1991",99.09547,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1992","1992",98.54676,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1993","1993",99.00168,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1994","1994",99.08898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1995","1995",99.56565,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1996","1996",99.80646,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1997","1997",78.8116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1998","1998",101.62269,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1999","1999",102.63486,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2000","2000",102.28228,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2001","2001",102.02243,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2002","2002",102.82123,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2003","2003",102.71863,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2004","2004",102.96355,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2005","2005",103.07785,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2006","2006",102.99924,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2007","2007",103.30853,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2008","2008",102.4756,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2009","2009",102.79597,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2010","2010",103.23549,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2011","2011",103.37868,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2012","2012",102.11834,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2013","2013",101.95834,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2014","2014",101.54224,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2015","2015",101.18464,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2016","2016",101.34149,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TKL","Tokelau","2000","2000",98.46154,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TKL","Tokelau","2001","2001",105.92593,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TKL","Tokelau","2002","2002",117.07317,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TKL","Tokelau","2003","2003",101.8018,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TKL","Tokelau","2016","2016",107.69231,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","1990","1990",106.56159,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","1991","1991",109.08685,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","1994","1994",111.94406,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","1996","1996",111.3694,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","1997","1997",108.26898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","1998","1998",112.94876,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","1999","1999",116.05356,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2000","2000",117.36349,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2001","2001",118.06764,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2002","2002",118.76197,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2003","2003",116.50336,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2004","2004",117.81409,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2005","2005",117.13329,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2006","2006",118.83875,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2007","2007",119.35269,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2008","2008",119.44418,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2009","2009",118.21313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2010","2010",116.71951,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2011","2011",114.77311,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2012","2012",112.97957,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2013","2013",110.55958,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2014","2014",109.97317,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2015","2015",109.92626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2016","2016",109.48451,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","1999","1999",109.6715,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2000","2000",103.58666,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2001","2001",102.52085,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2002","2002",102.11952,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2003","2003",101.06524,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2004","2004",101.55494,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2005","2005",102.74709,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2006","2006",101.83955,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2007","2007",101.06215,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2008","2008",100.62958,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2009","2009",97.6858,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2010","2010",95.89576,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2011","2011",101.49345,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2012","2012",100.57131,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2013","2013",100.89554,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2014","2014",101.13116,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2015","2015",101.34292,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2016","2016",100.57127,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2017","2017",100.31293,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","1990","1990",64.47579,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","1991","1991",61.90124,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","1992","1992",59.98211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","1993","1993",60.058,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","1994","1994",62.37545,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","1995","1995",66.62324,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","1998","1998",64.12498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","1999","1999",69.12022,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2000","2000",74.2631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2001","2001",79.93581,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2002","2002",82.50071,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2004","2004",90.93555,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2005","2005",97.28196,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2006","2006",99.33688,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2007","2007",105.06587,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2008","2008",109.0539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2009","2009",109.19184,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2010","2010",110.11872,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2011","2011",106.14843,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2012","2012",104.95319,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2013","2013",105.84597,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2014","2014",105.4678,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2015","2015",106.31649,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2016","2016",106.06223,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2017","2017",105.0105,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2001","2001",59.77398,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2002","2002",59.85293,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2003","2003",61.13144,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2004","2004",62.2617,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2005","2005",63.39592,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2006","2006",67.88914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2007","2007",67.41724,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2008","2008",72.98994,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2009","2009",72.55793,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2010","2010",71.97203,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2011","2011",69.75241,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2012","2012",71.20913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2013","2013",72.38521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2014","2014",72.67468,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2015","2015",73.5941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2016","2016",76.41296,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2017","2017",77.36356,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1990","1990",112.36706,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1991","1991",111.40424,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1992","1992",108.08814,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1993","1993",105.75332,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1994","1994",104.56619,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1995","1995",104.73417,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1996","1996",105.61282,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1997","1997",106.09438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1998","1998",106.13209,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1999","1999",105.34473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2000","2000",104.09651,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2001","2001",102.08903,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2002","2002",101.47552,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2003","2003",101.41202,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2004","2004",101.93524,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2005","2005",103.10853,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2006","2006",103.78277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2007","2007",103.52744,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2008","2008",103.4881,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2009","2009",102.92582,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2010","2010",103.05452,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2011","2011",103.41563,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2012","2012",103.39112,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2013","2013",102.83289,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2014","2014",103.50933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2015","2015",103.83742,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2016","2016",103.37964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2017","2017",102.46259,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1990","1990",45.8964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1991","1991",46.2726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1992","1992",46.19891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1993","1993",45.69345,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1994","1994",46.52196,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1995","1995",47.64353,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1996","1996",51.98986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1997","1997",56.35565,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1998","1998",60.19958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1999","1999",58.87489,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2000","2000",63.48412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2001","2001",66.00561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2002","2002",67.55824,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2003","2003",71.8448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2004","2004",75.07624,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2005","2005",77.51789,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2006","2006",78.59609,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2007","2007",82.84629,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2008","2008",84.353,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2009","2009",84.86035,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2010","2010",85.43578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2011","2011",90.79314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2012","2012",90.15832,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2013","2013",87.98204,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2014","2014",89.00408,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2015","2015",88.31656,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2016","2016",87.91942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2017","2017",90.37987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1990","1990",33.29796,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1991","1991",32.83316,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1992","1992",34.09205,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1993","1993",30.95238,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1994","1994",32.71612,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1995","1995",33.66009,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1996","1996",33.52957,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1997","1997",32.83643,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1998","1998",32.19714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1999","1999",32.53211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2000","2000",32.49496,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2001","2001",36.46624,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2002","2002",38.33864,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2003","2003",40.19001,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2004","2004",42.167,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2005","2005",43.62855,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2006","2006",45.97519,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2007","2007",48.21451,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2008","2008",57.06841,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2009","2009",55.99734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2011","2011",61.34288,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2012","2012",63.94065,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2013","2013",63.82499,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2014","2014",65.11536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2015","2015",64.21139,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2016","2016",63.53657,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2017","2017",63.90106,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2018","2018",65.12621,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1990","1990",117.77064,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1991","1991",117.22505,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1992","1992",115.23788,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1993","1993",116.59094,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1994","1994",118.52974,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1995","1995",119.87259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1996","1996",119.18434,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1997","1997",118.06551,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1998","1998",121.01641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1999","1999",121.86099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2000","2000",121.29987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2001","2001",120.89458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2002","2002",120.4594,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2003","2003",118.94183,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2004","2004",118.03007,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2005","2005",117.47493,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2006","2006",116.80154,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2007","2007",116.51846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2008","2008",112.89253,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2009","2009",111.10525,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2010","2010",110.36501,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2011","2011",107.35716,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2012","2012",101.44092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2013","2013",103.10723,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2014","2014",101.42063,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2015","2015",101.69511,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2016","2016",103.13543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2017","2017",101.67299,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2018","2018",102.43708,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1990","1990",94.89514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1991","1991",93.5465,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1992","1992",92.89804,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1993","1993",90.65477,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1994","1994",91.50206,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1995","1995",93.01846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1996","1996",96.60029,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1997","1997",97.98842,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1998","1998",100.39336,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1999","1999",102.13645,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2000","2000",103.4561,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2001","2001",104.54483,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2002","2002",103.2356,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2003","2003",102.383,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2004","2004",100.81074,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2005","2005",100.15966,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2006","2006",98.86945,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2007","2007",99.6679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2008","2008",102.53144,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2009","2009",104.01059,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2010","2010",103.81558,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2011","2011",101.84859,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2012","2012",101.00082,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2013","2013",99.65165,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2014","2014",98.03099,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2015","2015",96.92673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2016","2016",97.04582,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1990","1990",94.62205,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1991","1991",95.51278,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1992","1992",96.45919,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1993","1993",97.02469,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1994","1994",96.9914,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1995","1995",97.35566,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1996","1996",97.75992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1998","1998",96.36174,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1999","1999",96.55037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2000","2000",98.59814,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2001","2001",98.04417,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2002","2002",96.53889,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2003","2003",97.36621,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2004","2004",99.68805,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2005","2005",99.99678,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2006","2006",98.76853,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2007","2007",98.05327,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2008","2008",98.12411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2009","2009",98.82156,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2010","2010",99.84519,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2011","2011",101.36178,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2012","2012",103.19665,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2013","2013",105.09814,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2014","2014",104.5141,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2015","2015",103.37844,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2016","2016",103.14635,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2017","2017",102.62002,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","1991","1991",106.34886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","1992","1992",102.15532,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","1993","1993",105.55861,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","1994","1994",97.87877,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","1995","1995",93.49443,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","1996","1996",94.85116,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","1997","1997",131.45091,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","1999","1999",141.03066,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2000","2000",99.33167,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2001","2001",103.27099,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2002","2002",95.52591,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2003","2003",94.15036,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2004","2004",95.19952,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2005","2005",96.34499,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2006","2006",101.45639,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2007","2007",114.60379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2008","2008",115.79814,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2009","2009",112.78573,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2010","2010",100.72272,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2011","2011",99.44019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2012","2012",99.62842,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2013","2013",99.05547,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2014","2014",97.37733,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2015","2015",95.53354,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2016","2016",94.78934,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2017","2017",94.33174,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","1993","1993",123.22428,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","1994","1994",124.12708,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","1995","1995",123.07692,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","1996","1996",110.69853,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","1997","1997",120.95374,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","1998","1998",120.84586,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","1999","1999",109.67673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2000","2000",92.7932,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2001","2001",96.86325,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2002","2002",110.21611,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2003","2003",106.37161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2004","2004",106.06812,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2005","2005",98.37809,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2007","2007",97.03693,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2008","2008",102.21158,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2009","2009",107.57685,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2010","2010",105.13314,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2013","2013",104.65512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2014","2014",103.94089,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2015","2015",106.73662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2016","2016",103.11797,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2017","2017",104.73233,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1990","1990",105.84959,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1991","1991",106.44341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1992","1992",101.56107,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1993","1993",98.86324,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1994","1994",99.1427,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1995","1995",99.8916,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1996","1996",96.97933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1997","1997",92.91673,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1998","1998",89.58151,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","2007","2007",101.53754,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","2012","2012",101.45373,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","2013","2013",100.36319,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","2014","2014",104.89406,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","2015","2015",113.54651,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","2016","2016",110.87162,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1990","1990",107.89199,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1991","1991",108.04516,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1992","1992",108.14286,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1993","1993",108.45359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1994","1994",107.57431,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1995","1995",107.25745,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1996","1996",107.46045,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1997","1997",111.96215,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1998","1998",111.1451,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1999","1999",110.48412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2000","2000",108.08277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2001","2001",107.14404,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2002","2002",108.91597,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2003","2003",109.75446,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2004","2004",111.07387,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2005","2005",112.42051,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2006","2006",113.64579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2007","2007",113.00184,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2008","2008",112.08476,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2009","2009",111.3531,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2010","2010",110.18611,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2013","2013",108.26294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2014","2014",107.29461,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2015","2015",106.21128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2016","2016",104.3162,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1991","1991",89.00807,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1992","1992",90.63043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1993","1993",84.40473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1994","1994",89.25611,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1995","1995",89.51398,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1996","1996",89.46408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1997","1997",88.60836,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1998","1998",95.66058,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1999","1999",95.95286,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2000","2000",96.54949,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2001","2001",95.75717,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2002","2002",97.27352,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2003","2003",99.18489,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2004","2004",98.48099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2005","2005",98.55147,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2006","2006",97.51181,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2007","2007",96.12631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2008","2008",98.09186,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2009","2009",98.25788,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2010","2010",99.22478,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2011","2011",98.85208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2012","2012",98.74459,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2013","2013",98.51997,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2014","2014",95.89454,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2015","2015",95.18092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2016","2016",95.70951,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2017","2017",98.80834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1991","1991",100.37568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1992","1992",91.27955,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1993","1993",80.00792,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1994","1994",79.24507,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1995","1995",86.29626,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1996","1996",93.06998,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1997","1997",91.16208,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1998","1998",93.66466,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1999","1999",96.13622,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2000","2000",98.35505,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2001","2001",100.76945,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2002","2002",101.39114,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2003","2003",105.26951,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2004","2004",108.79683,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2005","2005",97.97499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2006","2006",100.86613,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2007","2007",100.33332,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2008","2008",104.23408,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2009","2009",115.43841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2010","2010",127.11433,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2011","2011",123.53064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2012","2012",118.48469,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2013","2013",110.47369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2014","2014",102.89199,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2015","2015",102.1684,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2016","2016",105.38171,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2017","2017",105.63786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","1990","1990",100.16166,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","1991","1991",106.48978,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","1992","1992",107.71054,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","1993","1993",124.38545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","1994","1994",134.70426,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","1995","1995",142.53867,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","1999","1999",130.49136,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2000","2000",121.48654,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2001","2001",113.69158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2002","2002",108.18294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2003","2003",104.31462,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2004","2004",100.27317,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2005","2005",99.41596,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2006","2006",97.41689,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2007","2007",97.96539,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2008","2008",99.70646,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2009","2009",103.08087,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2010","2010",107.59254,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2011","2011",113.48666,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2012","2012",117.44807,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2013","2013",117.0291,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2014","2014",117.99189,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2015","2015",114.81365,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2016","2016",110.53944,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","1993","1993",97.3274,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","1994","1994",97.44795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","1995","1995",99.43374,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","1996","1996",100.21902,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","1997","1997",101.45175,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","1998","1998",103.5635,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","1999","1999",111.39724,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2000","2000",113.59927,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2001","2001",114.89485,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2002","2002",112.512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2003","2003",102.33918,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2004","2004",100.91984,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2005","2005",99.41594,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2006","2006",99.77741,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2007","2007",101.93735,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2008","2008",104.47373,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2009","2009",105.62426,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2010","2010",103.79094,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2011","2011",101.51625,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2012","2012",99.2294,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2013","2013",97.77407,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2014","2014",98.13112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2015","2015",99.45612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2016","2016",101.73151,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2017","2017",101.79301,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1990","1990",103.85708,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1991","1991",105.50901,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1992","1992",105.85692,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1993","1993",106.61352,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1994","1994",109.26811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1995","1995",112.63527,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1996","1996",114.65697,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1997","1997",116.45925,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1998","1998",117.55051,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1999","1999",119.47781,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2000","2000",119.5122,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2001","2001",118.60635,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2002","2002",119.18994,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2003","2003",117.02912,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2004","2004",116.19833,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2005","2005",115.4988,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2006","2006",113.93142,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2007","2007",113.19459,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2008","2008",112.27084,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2009","2009",109.03446,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2010","2010",105.7488,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2011","2011",102.53631,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2012","2012",100.99489,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2013","2013",100.0315,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2014","2014",98.82298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2015","2015",98.4856,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2016","2016",98.82367,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2017","2017",99.59709,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1990","1990",88.94896,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1991","1991",90.25312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1992","1992",90.31687,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1993","1993",95.53195,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1994","1994",94.30847,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1995","1995",95.81896,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1996","1996",97.79028,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1998","1998",105.19301,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1999","1999",105.71519,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2000","2000",106.34769,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2001","2001",105.13858,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2002","2002",104.1386,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2003","2003",103.53209,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2004","2004",103.10457,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2005","2005",102.10245,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2006","2006",101.85338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2007","2007",102.00256,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2008","2008",102.48134,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2009","2009",102.77134,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2010","2010",102.79501,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2011","2011",103.08915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2012","2012",103.01302,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2013","2013",103.44416,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2014","2014",103.20482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2015","2015",104.08975,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2016","2016",104.75706,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1990","1990",97.84123,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1991","1991",98.31617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1992","1992",97.33748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1993","1993",98.43646,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1994","1994",100.2129,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1995","1995",100.57589,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1996","1996",100.44908,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1998","1998",101.74723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1999","1999",101.5151,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2000","2000",101.57652,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2001","2001",101.5231,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2002","2002",103.46623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2004","2004",100.66441,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2005","2005",98.67506,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2006","2006",99.32654,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2007","2007",100.05085,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2008","2008",99.90137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2009","2009",99.75237,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2010","2010",99.68521,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2011","2011",100.47503,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2012","2012",100.89399,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2013","2013",101.00871,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2014","2014",100.70331,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2015","2015",100.76475,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2016","2016",101.19146,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1990","1990",114.27074,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1991","1991",114.97389,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1992","1992",114.9556,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1993","1993",114.51468,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1994","1994",115.91888,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1995","1995",115.40152,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1996","1996",114.09392,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1997","1997",112.62314,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1998","1998",113.35588,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1999","1999",114.50819,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2000","2000",114.86909,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2001","2001",115.08555,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2002","2002",114.5249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2003","2003",113.77193,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2004","2004",112.73417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2005","2005",111.74738,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2006","2006",109.77481,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2007","2007",105.96098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2008","2008",104.90249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2009","2009",105.46132,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2010","2010",107.20921,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2011","2011",107.72386,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2012","2012",109.83056,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2013","2013",111.28239,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2014","2014",113.16395,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2015","2015",114.34463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2016","2016",114.70855,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","1998","1998",60.11017,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","1999","1999",81.65374,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","2000","2000",95.68945,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","2006","2006",89.0356,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","2008","2008",89.09332,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","2009","2009",94.35392,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","2011","2011",98.04526,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","2014","2014",91.80799,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","2015","2015",89.28136,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","2016","2016",89.78033,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1990","1990",89.57801,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1991","1991",85.15868,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1992","1992",84.92778,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1993","1993",85.98711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1994","1994",89.02921,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1995","1995",95.1374,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1996","1996",97.81918,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1997","1997",98.58949,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1998","1998",98.04428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1999","1999",96.13848,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2000","2000",96.15177,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2001","2001",96.97783,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2002","2002",99.79287,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2003","2003",103.37115,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2004","2004",109.99455,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2005","2005",107.69557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2006","2006",103.8799,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2007","2007",102.35786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2008","2008",96.90413,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2009","2009",97.01646,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2010","2010",96.78443,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2011","2011",96.1693,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2012","2012",95.13524,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2015","2015",89.72102,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2016","2016",88.86165,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","1993","1993",127.67695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","1994","1994",110.35151,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","1995","1995",110.10722,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","1996","1996",110.54141,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","1997","1997",113.3536,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","1998","1998",111.25933,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","1999","1999",110.84515,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2000","2000",111.58076,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2001","2001",112.27159,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2002","2002",113.11266,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2003","2003",112.63888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2004","2004",112.11088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2005","2005",111.95584,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2006","2006",111.94473,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2007","2007",113.10182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2008","2008",110.03025,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2009","2009",115.70789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2010","2010",116.88607,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2011","2011",117.48166,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2012","2012",114.75986,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2013","2013",113.13067,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2014","2014",113.67588,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2015","2015",107.38945,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2016","2016",103.71508,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1990","1990",48.09692,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1991","1991",50.88503,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1992","1992",49.70358,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1993","1993",54.52962,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1994","1994",56.4355,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1995","1995",60.87161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1996","1996",61.63154,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1997","1997",64.57285,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1998","1998",64.12184,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1999","1999",66.1459,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2000","2000",68.46454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2001","2001",71.02756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2002","2002",80.18193,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2003","2003",83.24319,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2004","2004",86.1073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2005","2005",87.55469,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2006","2006",88.45479,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2007","2007",90.18131,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2008","2008",91.56843,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2009","2009",91.09113,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2010","2010",94.13334,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2011","2011",96.06339,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2012","2012",98.41287,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2013","2013",100.24792,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2014","2014",101.65009,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2016","2016",101.54271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","1990","1990",106.02835,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","1991","1991",105.622,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","1992","1992",105.33814,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","1993","1993",102.54756,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","1994","1994",99.98254,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","1995","1995",99.59521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","1997","1997",99.53748,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","1999","1999",103.42338,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2000","2000",103.40963,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2001","2001",105.70034,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2002","2002",106.66247,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2003","2003",103.43129,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2004","2004",103.29251,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2005","2005",103.1805,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2006","2006",102.62601,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2007","2007",102.89519,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2008","2008",102.48184,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2009","2009",100.09822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2010","2010",101.27534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2011","2011",101.04973,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2012","2012",98.67395,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2013","2013",107.27198,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2014","2014",106.50633,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2015","2015",103.28537,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2016","2016",101.26324,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1990","1990",112.17345,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1991","1991",112.1722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1992","1992",108.58957,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1993","1993",108.77884,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1994","1994",108.14222,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1995","1995",108.27504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1996","1996",107.40954,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1997","1997",106.77405,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1998","1998",107.16298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1999","1999",107.46704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2000","2000",105.80178,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2001","2001",102.65964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2002","2002",101.9924,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2003","2003",101.41034,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2004","2004",100.20301,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2005","2005",97.50829,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2006","2006",101.00628,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2011","2011",95.7298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2012","2012",95.80937,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2013","2013",98.57634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2014","2014",100.45598,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2015","2015",101.79893,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2016","2016",102.16062,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2017","2017",101.07992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1990","1990",98.05551,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1991","1991",98.79042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1992","1992",98.99282,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1993","1993",96.6465,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1994","1994",100.48112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1995","1995",104.00104,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1996","1996",102.74357,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1997","1997",101.58899,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1998","1998",101.53422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1999","1999",100.00794,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2000","2000",114.30826,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2001","2001",116.32351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2002","2002",117.13637,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2003","2003",119.607,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2004","2004",118.88226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2005","2005",117.18911,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2006","2006",117.69786,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2007","2007",111.59758,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2008","2008",110.91782,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2009","2009",109.67481,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2010","2010",111.82606,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2011","2011",112.54339,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2012","2012",112.11298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2013","2013",108.62784,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2014","2014",107.83731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2015","2015",106.45905,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2016","2016",105.65182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2017","2017",106.66179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","1998","1998",101.15672,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","1999","1999",96.3238,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2000","2000",105.26549,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2001","2001",111.35837,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2002","2002",112.21805,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2003","2003",107.89852,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2004","2004",109.22926,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2005","2005",111.55601,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2007","2007",112.64559,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2008","2008",113.38583,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2009","2009",109.60995,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2010","2010",104.12896,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2011","2011",107.51011,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2012","2012",108.63768,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2013","2013",104.30483,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2014","2014",107.33838,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2015","2015",104.37573,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2016","2016",108.46468,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","1990","1990",67.59159,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","1991","1991",70.67769,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","1992","1992",85.15705,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","1993","1993",94.36982,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","1994","1994",101.65035,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","1995","1995",144.88731,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","1996","1996",140.73533,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","1999","1999",128.10688,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2000","2000",130.7929,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2001","2001",134.54449,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2002","2002",130.95158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2004","2004",127.30188,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2005","2005",125.05687,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2006","2006",125.09469,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2007","2007",122.11743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2008","2008",128.68781,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2009","2009",127.48743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2010","2010",134.55833,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2011","2011",136.90925,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2012","2012",137.86675,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2013","2013",143.1494,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2014","2014",143.69707,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2015","2015",142.7841,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2016","2016",141.3087,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2017","2017",142.37345,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MSR","Montserrat","2002","2002",118.48341,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MSR","Montserrat","2004","2004",109.2827,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MSR","Montserrat","2005","2005",114.64435,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MSR","Montserrat","2006","2006",114.10788,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MSR","Montserrat","2007","2007",101.20482,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","1995","1995",103.6509,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","1997","1997",114.5667,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2001","2001",101.28676,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2002","2002",101.5092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2003","2003",101.62466,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2004","2004",100.39658,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2005","2005",99.10473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2006","2006",97.11439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2010","2010",92.28389,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2011","2011",89.83261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2012","2012",87.50519,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2013","2013",86.45134,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2014","2014",87.476,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2015","2015",90.34858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1990","1990",77.54943,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1991","1991",78.70743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1992","1992",79.58523,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1993","1993",82.87544,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1994","1994",84.38248,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1995","1995",84.2092,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1996","1996",84.66369,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1997","1997",84.79929,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1998","1998",83.6289,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1999","1999",84.39554,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2000","2000",86.29193,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2001","2001",86.72695,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2002","2002",88.29958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2003","2003",101.51317,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2007","2007",109.20761,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2008","2008",111.46319,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2009","2009",110.92965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2010","2010",110.37391,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2011","2011",110.03796,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2012","2012",111.74438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2013","2013",116.97887,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2014","2014",114.02628,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2015","2015",114.9538,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2016","2016",123.87394,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","1991","1991",112.44168,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","1994","1994",114.05013,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","1998","1998",115.06915,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","1999","1999",115.32347,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2000","2000",114.63294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2001","2001",115.58931,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2002","2002",111.88624,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2003","2003",117.40707,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2004","2004",111.54655,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2005","2005",112.31777,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2007","2007",106.23359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2008","2008",103.57444,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2009","2009",102.35632,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2010","2010",101.20624,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2011","2011",98.14536,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2012","2012",103.30094,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2013","2013",102.55166,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2014","2014",103.0432,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2015","2015",103.17736,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2016","2016",102.0599,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2017","2017",101.93106,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","1990","1990",107.19464,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","1991","1991",109.62634,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","1996","1996",112.00821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","1997","1997",108.3265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","1998","1998",113.53365,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","1999","1999",116.02194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2000","2000",117.65757,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2001","2001",118.29031,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2002","2002",118.97235,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2003","2003",116.77516,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2004","2004",118.25956,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2005","2005",117.67893,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2006","2006",119.24544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2007","2007",119.62023,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2008","2008",119.78392,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2009","2009",118.56977,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2010","2010",117.52249,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2011","2011",115.52394,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2012","2012",113.72908,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2013","2013",111.1198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2014","2014",110.19312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2015","2015",110.10381,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2016","2016",109.73067,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1990","1990",94.3283,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1991","1991",94.92851,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1992","1992",95.86264,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1993","1993",96.24345,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1994","1994",96.41477,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1995","1995",98.31934,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1996","1996",96.56406,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1997","1997",96.00047,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1998","1998",96.40654,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1999","1999",97.65918,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2000","2000",98.86228,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2001","2001",97.96829,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2002","2002",98.36216,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2003","2003",98.01312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2004","2004",104.03505,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2005","2005",106.23403,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2006","2006",111.24465,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2007","2007",113.25911,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2009","2009",113.45266,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2010","2010",118.23397,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2011","2011",118.41421,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2012","2012",116.28734,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2013","2013",114.95645,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2014","2014",113.97129,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2015","2015",112.76188,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2016","2016",109.53077,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","1994","1994",92.76272,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","1995","1995",94.86267,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","1997","1997",101.76629,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","1998","1998",104.608,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","1999","1999",108.28576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2000","2000",113.72266,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2001","2001",122.17996,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2002","2002",135.98068,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2003","2003",137.51276,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2004","2004",137.34558,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2005","2005",135.64806,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2006","2006",133.17419,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2007","2007",132.20677,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2008","2008",127.66867,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2009","2009",127.38366,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2010","2010",127.40664,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2011","2011",126.35961,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2012","2012",126.03785,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2013","2013",129.24242,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2014","2014",120.02476,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2015","2015",117.51771,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2016","2016",111.59892,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2017","2017",109.11718,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","1990","1990",73.49071,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","1991","1991",75.37777,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","1992","1992",81.46575,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","1997","1997",102.33104,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","1998","1998",107.33454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","1999","1999",102.70903,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2000","2000",109.89835,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2001","2001",109.61653,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2002","2002",116.18247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2003","2003",126.2798,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2004","2004",135.38265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2005","2005",137.16037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2006","2006",142.04842,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2007","2007",146.30739,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2008","2008",143.76913,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2009","2009",144.4375,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2010","2010",143.26504,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2011","2011",142.27269,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2012","2012",142.48948,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2013","2013",138.97768,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2014","2014",134.90606,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2015","2015",134.72987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2016","2016",137.26841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2017","2017",134.09643,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2002","2002",103.04252,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2003","2003",100.03598,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2004","2004",99.75274,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2005","2005",99.45093,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2006","2006",97.62859,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2007","2007",98.99187,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2009","2009",94.58724,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2011","2011",95.00454,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2012","2012",95.5314,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2013","2013",96.20825,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2014","2014",97.58785,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2015","2015",98.96846,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2016","2016",96.35993,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","1990","1990",102.69359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","1991","1991",101.73925,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","1993","1993",96.82242,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","1999","1999",94.52881,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","2000","2000",95.83999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","2001","2001",95.50804,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","2002","2002",96.06871,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","2003","2003",94.78148,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","2004","2004",96.44988,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1990","1990",100.24413,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1991","1991",100.32546,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1992","1992",100.05721,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1993","1993",99.2189,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1994","1994",98.80464,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1995","1995",98.42259,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1996","1996",98.58086,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1997","1997",84.43869,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1998","1998",100.37191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1999","1999",100.66499,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2000","2000",100.98357,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2001","2001",100.95433,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2002","2002",100.33012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2003","2003",100.02044,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2004","2004",99.43913,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2005","2005",98.66178,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2006","2006",98.9296,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2007","2007",99.15116,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2008","2008",99.39742,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2009","2009",99.31647,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2010","2010",99.23571,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2011","2011",99.50677,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2012","2012",100.1052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2013","2013",100.18027,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2014","2014",99.78686,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2015","2015",99.75825,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2016","2016",100.11042,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2017","2017",100.183,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1990","1990",82.43969,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1991","1991",82.03172,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1992","1992",80.68135,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1993","1993",101.09887,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1994","1994",100.80252,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1995","1995",100.04776,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1996","1996",100.05072,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1997","1997",99.75517,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1999","1999",97.64387,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2000","2000",96.64867,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2001","2001",96.53871,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2002","2002",97.69892,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2003","2003",97.44124,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2004","2004",97.98074,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2005","2005",100.92126,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2006","2006",102.53669,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2007","2007",102.84992,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2008","2008",103.93116,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2009","2009",105.94246,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2010","2010",101.6154,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2011","2011",101.58575,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2012","2012",100.28753,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2013","2013",99.65207,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2014","2014",98.74593,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2015","2015",99.3095,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","1992","1992",47.64797,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","1993","1993",50.07017,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","1994","1994",53.28434,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","1995","1995",56.36304,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","1996","1996",62.0446,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","1997","1997",65.82005,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","1998","1998",69.34784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","1999","1999",82.7817,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2000","2000",84.14059,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2001","2001",87.25943,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2002","2002",84.78581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2003","2003",91.54514,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2004","2004",93.49388,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2005","2005",91.48109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2006","2006",89.97072,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2007","2007",91.23542,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2008","2008",89.33136,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2009","2009",86.59927,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2010","2010",84.85116,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2011","2011",82.45694,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2012","2012",85.364,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2013","2013",86.60591,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2014","2014",90.66117,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2015","2015",94.51473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2016","2016",97.05298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2017","2017",101.03251,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2018","2018",104.78695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1990","1990",112.97051,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1991","1991",110.14458,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1992","1992",107.68097,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1993","1993",105.44713,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1994","1994",105.93591,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1995","1995",106.07851,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1996","1996",106.50923,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1997","1997",105.27177,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1998","1998",105.39819,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1999","1999",105.49115,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2000","2000",100.88426,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2001","2001",100.79219,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2002","2002",100.6259,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2003","2003",100.3385,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2004","2004",100.03664,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2005","2005",105.13378,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2006","2006",104.85377,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2007","2007",104.2634,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2008","2008",104.16776,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2009","2009",103.52637,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2010","2010",103.36549,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2011","2011",102.91533,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2012","2012",102.55255,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2013","2013",102.41201,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2014","2014",102.33172,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2015","2015",102.26701,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2016","2016",102.24743,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",96.83136,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",97.46185,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1998","1998",97.15753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",103.74176,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",106.53009,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",109.43172,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",110.45994,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",108.31306,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",107.78948,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1991","1991",38.21513,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1992","1992",43.19,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1993","1993",48.04215,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1994","1994",51.00037,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1995","1995",54.46222,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1996","1996",58.30412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1997","1997",61.80055,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1998","1998",64.1168,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1999","1999",66.65228,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2000","2000",70.39222,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2001","2001",74.16826,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2002","2002",77.69615,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2003","2003",82.14605,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2004","2004",87.04995,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2005","2005",90.04738,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2006","2006",93.74379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2007","2007",96.94807,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2008","2008",100.59365,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2009","2009",104.89634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2010","2010",107.89958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2011","2011",109.33059,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2012","2012",109.52087,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2013","2013",103.42682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2014","2014",101.08548,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2015","2015",98.44504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2016","2016",95.30046,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2017","2017",92.59977,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1990","1990",85.23272,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1991","1991",89.35073,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1992","1992",95.04543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1993","1993",100.12543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1994","1994",105.61009,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1995","1995",104.8473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1996","1996",102.10639,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1997","1997",100.5637,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1998","1998",100.63711,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1999","1999",100.73958,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2000","2000",101.11052,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2001","2001",100.19291,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2002","2002",99.00162,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2003","2003",98.10498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2004","2004",97.48522,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2005","2005",98.14944,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2006","2006",99.56831,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2007","2007",98.99529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2008","2008",100.63354,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2009","2009",101.0701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2010","2010",100.85159,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2011","2011",100.00387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2012","2012",99.68011,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2013","2013",99.95981,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2014","2014",101.82841,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2015","2015",102.3013,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2016","2016",101.87092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1990","1990",90.01486,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1991","1991",93.07204,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1992","1992",93.36109,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1993","1993",92.3905,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1994","1994",91.36422,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1995","1995",95.21521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1996","1996",94.43184,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1997","1997",94.78249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1999","1999",99.72229,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2000","2000",101.37638,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2001","2001",99.36111,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2002","2002",99.47889,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2003","2003",99.48654,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2004","2004",99.82285,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2005","2005",97.89131,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2006","2006",96.65267,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2007","2007",94.41768,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2008","2008",94.02987,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2009","2009",93.57756,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2010","2010",93.54078,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2011","2011",93.60298,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2012","2012",93.79797,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2013","2013",93.76831,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2014","2014",93.06422,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2015","2015",92.41278,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2016","2016",91.75292,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2017","2017",91.25053,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1990","1990",89.87412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1991","1991",91.16371,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1992","1992",91.62541,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1993","1993",94.98791,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1994","1994",94.09292,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1995","1995",95.55564,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1996","1996",97.64435,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1998","1998",104.76322,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1999","1999",105.16718,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2000","2000",106.16419,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2001","2001",105.26437,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2002","2002",104.31308,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2003","2003",103.72972,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2004","2004",102.81612,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2005","2005",101.79069,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2006","2006",101.42707,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2007","2007",101.54892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2008","2008",101.96122,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2009","2009",102.28939,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2010","2010",102.32403,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2011","2011",102.58109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2012","2012",102.76649,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2013","2013",103.24578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2014","2014",103.28021,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2015","2015",103.79558,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2016","2016",104.03746,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1991","1991",99.74409,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1992","1992",99.43927,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1993","1993",100.28441,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1994","1994",101.95453,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1995","1995",102.76536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1996","1996",102.63704,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1997","1997",101.37285,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1998","1998",101.67049,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1999","1999",104.09853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2000","2000",105.51521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2001","2001",104.99088,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2002","2002",105.41133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2003","2003",106.23249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2004","2004",102.54462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2005","2005",109.07798,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2006","2006",107.21823,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2007","2007",107.57282,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2008","2008",107.56551,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2009","2009",107.69231,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2010","2010",110.43179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2011","2011",112.99545,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2012","2012",114.39653,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2013","2013",114.43258,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2014","2014",115.43097,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2015","2015",116.09314,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2016","2016",112.82726,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2017","2017",109.51285,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1991","1991",70.6681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1992","1992",74.28412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1993","1993",76.00226,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1994","1994",75.66065,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1995","1995",77.97621,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1996","1996",79.31002,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1997","1997",80.22803,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1998","1998",86.30625,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1999","1999",91.40851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2000","2000",94.70946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2001","2001",95.67994,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2002","2002",98.80975,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2004","2004",104.80466,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2005","2005",106.30129,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2006","2006",107.84575,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2007","2007",108.65896,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2008","2008",109.58914,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2009","2009",114.05263,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2010","2010",114.28121,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2011","2011",112.69581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2012","2012",107.66041,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2013","2013",104.50707,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2014","2014",101.01736,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2015","2015",99.8779,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2016","2016",99.13215,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2017","2017",99.62547,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","1990","1990",75.8091,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2000","2000",87.45883,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2001","2001",88.3564,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2002","2002",89.36267,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2003","2003",89.9415,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2004","2004",95.40447,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2005","2005",98.926,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2006","2006",94.20649,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2007","2007",98.82714,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2008","2008",99.40003,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2009","2009",100.74316,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2010","2010",102.70568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2011","2011",98.35511,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2012","2012",97.16832,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2013","2013",95.57235,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2014","2014",100.40079,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2015","2015",99.36892,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2016","2016",105.16523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2017","2017",102.75263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1990","1990",108.48203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1991","1991",108.51632,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1992","1992",103.06731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1993","1993",99.5577,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1994","1994",99.95029,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1995","1995",100.89301,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1996","1996",97.6204,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1997","1997",93.76878,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1998","1998",90.04463,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","2007","2007",101.53795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","2012","2012",101.02004,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","2013","2013",99.21281,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","2014","2014",103.56927,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","2015","2015",112.81367,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","2016","2016",112.78261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1990","1990",35.16444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1991","1991",31.4626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1992","1992",25.19362,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1993","1993",21.62279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1994","1994",25.42046,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1995","1995",29.08993,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1996","1996",34.95265,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1997","1997",40.33983,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1998","1998",49.96408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1999","1999",49.40526,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2000","2000",54.44354,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2001","2001",60.26224,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2002","2002",63.45867,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2003","2003",64.8169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2004","2004",67.75247,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2005","2005",79.0134,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2006","2006",83.32765,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2007","2007",89.16547,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2008","2008",94.82285,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2009","2009",93.50236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2010","2010",91.77596,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2011","2011",94.50057,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2012","2012",94.55075,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2014","2014",99.9232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2015","2015",101.94423,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","1992","1992",135.95929,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","1994","1994",139.49815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","1995","1995",145.75311,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","1996","1996",144.09963,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","1997","1997",143.50271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","1999","1999",141.85612,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","2001","2001",136.72495,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","2002","2002",142.47998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","2003","2003",138.99342,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","2011","2011",138.72353,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1990","1990",116.26922,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1991","1991",120.56846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1992","1992",120.52272,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1993","1993",118.69065,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1994","1994",118.77352,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1995","1995",116.86747,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1996","1996",115.63781,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1997","1997",116.36411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1998","1998",114.31125,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1999","1999",107.01601,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2000","2000",110.09532,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2001","2001",115.37128,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2002","2002",109.31069,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2003","2003",116.15199,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2004","2004",109.94413,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2005","2005",111.20643,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2006","2006",109.07523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2007","2007",104.80667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2008","2008",108.30753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2009","2009",108.02332,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2014","2014",111.17447,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2015","2015",102.83806,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2016","2016",103.72002,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2017","2017",97.04562,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1990","1990",104.7387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1991","1991",102.56854,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1992","1992",100.93142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1993","1993",100.16312,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1994","1994",100.03378,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1995","1995",101.5194,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1996","1996",100.21506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1997","1997",101.45097,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1998","1998",101.8014,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1999","1999",100.5263,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2000","2000",99.54072,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2001","2001",97.79587,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2002","2002",97.38499,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2003","2003",98.43256,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2004","2004",98.53342,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2005","2005",99.71795,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2006","2006",100.17962,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2007","2007",100.60232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2008","2008",100.97887,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2009","2009",101.06303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2010","2010",101.11094,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2011","2011",99.78168,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2012","2012",98.35209,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2013","2013",97.94509,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2014","2014",97.61998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2015","2015",97.94278,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2016","2016",98.81834,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2017","2017",100.01093,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1990","1990",62.04307,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1991","1991",65.18,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1992","1992",61.30977,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1993","1993",60.55192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1995","1995",44.80552,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1996","1996",36.05891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1997","1997",37.09179,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1998","1998",43.42679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1999","1999",50.45573,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2000","2000",52.29198,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2001","2001",54.68156,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2002","2002",58.42381,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2003","2003",64.24384,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2004","2004",69.99617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2005","2005",75.37544,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2006","2006",98.58465,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2007","2007",111.18269,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2008","2008",119.72137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2009","2009",129.44277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2010","2010",136.95704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2011","2011",142.62014,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2012","2012",142.08334,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2013","2013",140.05916,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2014","2014",138.64073,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2015","2015",134.84951,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2016","2016",131.31522,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2017","2017",126.19784,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","1999","1999",89.79436,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2002","2002",120.45392,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2003","2003",109.76032,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2004","2004",120.71993,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2005","2005",116.04956,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2006","2006",115.7939,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2007","2007",112.27279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2008","2008",110.44618,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2009","2009",107.65287,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2011","2011",105.40207,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2015","2015",93.39986,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2016","2016",89.29495,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","1993","1993",121.86801,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","1994","1994",116.88255,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","1995","1995",114.64091,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","1996","1996",108.8633,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","1997","1997",120.20964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","1998","1998",112.70414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","1999","1999",106.57723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2000","2000",89.5831,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2001","2001",91.76066,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2002","2002",104.21732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2003","2003",105.94442,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2004","2004",101.96208,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2005","2005",95.51448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2007","2007",95.47724,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2008","2008",96.9808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2009","2009",101.47724,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2010","2010",101.54895,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2013","2013",100.58584,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2014","2014",102.23627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2015","2015",102.86538,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2016","2016",99.5744,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2017","2017",99.26894,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1991","1991",104.3455,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1992","1992",101.14099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1993","1993",104.568,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1994","1994",96.50575,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1995","1995",92.42475,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1996","1996",93.2753,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1997","1997",126.90023,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1998","1998",129.16404,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1999","1999",133.57148,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2000","2000",98.66373,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2001","2001",102.13005,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2002","2002",95.37611,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2003","2003",94.20017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2004","2004",94.92271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2005","2005",95.44106,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2006","2006",100.1558,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2007","2007",113.2846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2008","2008",114.51545,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2009","2009",110.84571,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2010","2010",99.06596,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2011","2011",98.47586,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2012","2012",98.93329,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2013","2013",98.40743,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2014","2014",96.71612,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2015","2015",94.77566,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2016","2016",94.34433,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2017","2017",94.16855,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","1990","1990",122.05467,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","1991","1991",114.0003,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","1992","1992",133.66169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","1993","1993",139.54169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","1994","1994",151.20004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","1999","1999",105.73674,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2001","2001",107.00414,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2002","2002",104.985,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2005","2005",105.66485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2006","2006",106.45104,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2007","2007",104.89296,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2008","2008",112.7026,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2009","2009",115.69164,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2010","2010",116.31272,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2011","2011",115.33458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2012","2012",116.60935,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2013","2013",117.35405,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2014","2014",118.29303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2015","2015",121.11787,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2016","2016",120.96396,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2017","2017",115.84581,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2003","2003",106.1244,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2004","2004",109.15222,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2006","2006",107.51196,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2007","2007",107.11217,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2008","2008",105.52567,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2009","2009",105.69871,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2010","2010",105.45918,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2011","2011",104.9505,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2012","2012",103.828,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2014","2014",102.66099,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2015","2015",105.66542,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2016","2016",105.49102,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1990","1990",89.70496,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1991","1991",84.86967,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1992","1992",84.88747,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1993","1993",86.10226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1994","1994",89.14491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1995","1995",95.25138,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1996","1996",98.0056,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1997","1997",98.82755,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1998","1998",98.45733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1999","1999",96.66327,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2000","2000",96.76579,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2001","2001",97.79538,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2002","2002",100.73838,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2003","2003",104.37128,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2004","2004",110.83185,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2005","2005",108.44981,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2006","2006",104.46236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2007","2007",102.82877,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2008","2008",97.7166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2009","2009",97.73644,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2010","2010",97.57453,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2011","2011",97.05975,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2012","2012",96.07519,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2015","2015",90.44188,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2016","2016",89.44836,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","1990","1990",37.54335,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","1991","1991",35.0235,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","2000","2000",57.83556,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","2001","2001",60.8596,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","2011","2011",107.37576,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","2012","2012",112.42017,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","2013","2013",114.63939,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","2015","2015",113.30283,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","2016","2016",115.22126,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","2017","2017",121.76102,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1990","1990",105.49576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1991","1991",104.23488,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1992","1992",104.19611,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1993","1993",103.56439,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1994","1994",102.71066,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1995","1995",102.81195,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1996","1996",102.74916,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1997","1997",103.25048,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1998","1998",104.0625,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1999","1999",104.24583,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2000","2000",104.19459,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2001","2001",103.46453,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2002","2002",101.73079,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2003","2003",100.74944,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2004","2004",100.64542,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2005","2005",100.90761,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2006","2006",101.97006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2007","2007",102.29432,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2008","2008",101.57311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2009","2009",100.78877,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2010","2010",100.45481,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2011","2011",100.20151,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2012","2012",100.92482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2013","2013",101.55619,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2014","2014",101.6755,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2015","2015",102.22617,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2016","2016",102.51779,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2017","2017",104.22576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1990","1990",107.49344,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1991","1991",107.02656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1992","1992",106.13789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1993","1993",108.80534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1994","1994",111.55651,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1995","1995",115.4177,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1996","1996",119.76914,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1997","1997",119.02866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1998","1998",115.56628,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1999","1999",114.27482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2000","2000",110.69831,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2001","2001",110.98494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2002","2002",111.71238,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2003","2003",118.22709,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2004","2004",114.2372,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2005","2005",113.3906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2006","2006",113.42112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2007","2007",112.89427,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2008","2008",111.13753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2009","2009",109.02898,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2010","2010",109.35888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2011","2011",109.36243,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2012","2012",110.6469,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2013","2013",109.54933,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2014","2014",108.60855,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2015","2015",108.38694,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1990","1990",98.23312,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1991","1991",98.34443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1992","1992",99.2626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1993","1993",99.96666,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1994","1994",98.38639,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1995","1995",97.99805,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1996","1996",99.04567,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1997","1997",99.76484,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1998","1998",100.8664,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1999","1999",103.62482,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2000","2000",102.70068,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2001","2001",102.0697,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2002","2002",101.3815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2003","2003",101.05217,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2004","2004",100.8615,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2005","2005",101.30086,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2006","2006",102.33302,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2007","2007",103.34933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2008","2008",103.40888,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2009","2009",102.48801,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2010","2010",101.92473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2011","2011",101.50183,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2012","2012",100.7362,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2013","2013",101.85187,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2014","2014",101.59541,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2015","2015",101.1794,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2016","2016",100.35555,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1990","1990",106.79928,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1991","1991",108.71283,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1992","1992",106.48586,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1993","1993",105.16271,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1994","1994",105.22848,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1995","1995",105.29585,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1996","1996",106.74148,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1997","1997",107.96521,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1998","1998",107.04814,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1999","1999",107.58418,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2000","2000",107.9778,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2001","2001",109.17424,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2002","2002",108.91847,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2003","2003",108.65862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2004","2004",107.62814,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2005","2005",107.84331,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2006","2006",107.86314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2007","2007",106.64667,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2008","2008",106.6085,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2009","2009",107.37629,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2012","2012",108.99917,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2013","2013",109.28009,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2014","2014",103.51677,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1990","1990",97.62682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1991","1991",96.58999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1992","1992",98.89478,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1993","1993",99.45188,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1994","1994",101.22999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1995","1995",100.81723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1996","1996",103.14102,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1997","1997",102.59711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1998","1998",100.00697,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1999","1999",99.96419,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2000","2000",99.08978,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2001","2001",98.43737,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2002","2002",98.39411,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2003","2003",96.46438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2004","2004",96.4192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2005","2005",96.77296,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2006","2006",97.20133,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2007","2007",97.95519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2008","2008",98.89378,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2009","2009",101.15864,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2010","2010",102.18112,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2011","2011",102.21561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2012","2012",101.62012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2013","2013",99.97958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2014","2014",98.98148,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2015","2015",97.92182,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2016","2016",98.27097,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2017","2017",99.23979,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1990","1990",112.46257,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1992","1992",112.4555,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1993","1993",112.08407,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1994","1994",113.46768,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1995","1995",112.51359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1996","1996",100.30061,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1997","1997",98.33169,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1998","1998",95.4432,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1999","1999",96.31918,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2000","2000",95.68031,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2001","2001",95.25387,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2002","2002",95.18811,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2003","2003",96.29922,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2004","2004",97.76635,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2005","2005",98.06703,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2006","2006",99.36429,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2007","2007",98.19918,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2008","2008",98.60761,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2009","2009",98.7005,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2010","2010",98.95969,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2011","2011",99.22551,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2012","2012",103.49966,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2013","2013",106.53584,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2014","2014",107.97011,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2015","2015",107.47827,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2016","2016",105.83585,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2017","2017",107.44089,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1990","1990",108.03006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1991","1991",108.48502,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1992","1992",105.09467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1993","1993",104.88683,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1994","1994",105.06431,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1995","1995",105.46073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1996","1996",105.54203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1997","1997",106.8219,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1998","1998",106.90368,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1999","1999",107.02906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2000","2000",106.22059,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2001","2001",105.66545,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2002","2002",104.34729,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2003","2003",102.26227,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2004","2004",101.01112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2005","2005",97.97697,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2006","2006",96.33301,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2007","2007",96.1699,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2008","2008",96.6338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2009","2009",93.11109,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2010","2010",98.68452,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2011","2011",98.41193,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2012","2012",98.74214,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2013","2013",99.95054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2014","2014",101.09285,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2015","2015",102.19718,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2016","2016",102.62005,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","1994","1994",98.50505,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","1995","1995",98.78775,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","1996","1996",98.23721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","1997","1997",97.99571,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","1998","1998",96.25957,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","1999","1999",96.09953,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2000","2000",95.88084,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2001","2001",99.42906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2002","2002",104.36896,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2003","2003",107.15042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2004","2004",108.45758,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2005","2005",109.00432,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2006","2006",108.46384,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2007","2007",107.74822,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2009","2009",107.99057,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2010","2010",111.48465,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2011","2011",106.45542,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2012","2012",105.21959,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2014","2014",105.89428,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2015","2015",106.54031,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2016","2016",107.01309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2017","2017",108.53535,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1990","1990",108.57019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1991","1991",108.76083,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1992","1992",108.99476,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1993","1993",109.24537,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1994","1994",108.39399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1995","1995",108.07292,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1996","1996",108.13822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1997","1997",112.69114,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1998","1998",111.8409,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1999","1999",111.28417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2000","2000",109.0212,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2001","2001",108.34599,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2002","2002",110.20337,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2003","2003",111.16137,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2004","2004",112.63133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2005","2005",113.89898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2006","2006",115.30109,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2007","2007",114.69822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2008","2008",113.93914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2009","2009",113.36559,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2010","2010",112.0714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2013","2013",109.72818,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2014","2014",108.55472,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2015","2015",107.42318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2016","2016",105.48203,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2003","2003",107.35025,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2004","2004",108.17971,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2005","2005",112.68999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2006","2006",116.99686,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2007","2007",119.29199,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2008","2008",121.91591,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2009","2009",115.85017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2010","2010",110.44505,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2011","2011",98.31417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2012","2012",97.34325,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2015","2015",95.46852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2016","2016",96.02647,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2017","2017",98.23761,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1991","1991",89.95402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1992","1992",91.79497,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1993","1993",86.11085,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1994","1994",90.92588,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1995","1995",91.00392,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1996","1996",91.96136,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1997","1997",89.84333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1998","1998",97.98961,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1999","1999",98.62838,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2000","2000",100.12473,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2001","2001",99.28758,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2002","2002",99.45354,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2003","2003",101.35943,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2004","2004",100.57621,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2005","2005",100.15614,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2006","2006",99.41248,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2007","2007",97.46779,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2008","2008",99.43404,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2009","2009",99.47867,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2010","2010",100.3734,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2011","2011",100.20038,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2012","2012",99.74604,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2013","2013",99.49815,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2014","2014",96.468,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2015","2015",95.82221,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2016","2016",96.40174,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2017","2017",99.49302,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1990","1990",92.90501,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1991","1991",102.62301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1992","1992",111.36341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1993","1993",112.7308,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1994","1994",113.60569,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1995","1995",108.34177,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1996","1996",107.84298,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1997","1997",103.55287,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1999","1999",97.3483,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2000","2000",100.75003,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2001","2001",99.93095,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2002","2002",99.96825,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2003","2003",101.83117,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2004","2004",101.84846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2005","2005",101.09796,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2006","2006",100.61353,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2007","2007",100.42046,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2008","2008",101.01087,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2009","2009",99.3167,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2010","2010",98.73861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2014","2014",101.87261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2016","2016",109.53041,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2017","2017",113.03898,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1990","1990",77.58988,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1991","1991",80.21181,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1992","1992",82.2783,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1993","1993",84.29463,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1994","1994",85.32141,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1995","1995",85.93651,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1996","1996",86.87827,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1997","1997",88.70466,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1998","1998",89.56396,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1999","1999",90.51268,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2000","2000",91.02506,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2001","2001",92.02016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2002","2002",91.17206,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2003","2003",90.30213,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2005","2005",92.06342,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2006","2006",91.91618,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2007","2007",93.30994,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2008","2008",95.15909,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2009","2009",100.73886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2011","2011",103.22109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2012","2012",104.98732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2013","2013",112.52487,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2014","2014",113.53143,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2015","2015",111.26156,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2016","2016",110.08837,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2017","2017",108.75131,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","1994","1994",90.26751,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","1995","1995",87.99557,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","1996","1996",86.62931,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","1998","1998",84.06284,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","1999","1999",82.07919,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2000","2000",81.43832,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2001","2001",80.95574,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2002","2002",84.00001,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2004","2004",101.58065,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2005","2005",112.46162,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2006","2006",111.96182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2007","2007",113.45013,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2008","2008",113.90363,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2009","2009",106.97216,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2010","2010",104.50975,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2011","2011",106.96081,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2012","2012",106.76654,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2013","2013",102.01929,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2014","2014",104.16593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2015","2015",101.83423,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2016","2016",98.46497,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2017","2017",98.68448,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1990","1990",42.41814,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1991","1991",37.74636,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1992","1992",29.1372,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1993","1993",25.41247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1994","1994",31.1304,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1995","1995",36.29241,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1996","1996",44.26018,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1997","1997",51.40313,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1998","1998",62.71241,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1999","1999",61.1031,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2000","2000",65.63606,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2001","2001",71.03446,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2002","2002",73.81333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2003","2003",74.67933,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2004","2004",75.95263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2005","2005",86.04842,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2006","2006",89.00706,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2007","2007",94.38247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2008","2008",99.58961,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2009","2009",97.03857,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2010","2010",95.37869,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2011","2011",98.37002,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2012","2012",98.04526,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2014","2014",104.1371,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2015","2015",106.76259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1990","1990",110.04992,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1991","1991",109.28455,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1992","1992",108.00088,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1993","1993",107.28439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1994","1994",105.49755,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1995","1995",104.90393,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1996","1996",108.58115,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1997","1997",106.7765,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1998","1998",108.20921,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1999","1999",108.98145,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2000","2000",109.37752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2001","2001",108.6725,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2002","2002",107.97195,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2003","2003",107.82258,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2004","2004",106.81557,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2005","2005",105.9492,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2006","2006",103.94502,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2007","2007",104.28667,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2008","2008",105.97782,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2009","2009",108.08449,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2014","2014",113.89061,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2015","2015",113.00704,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2016","2016",110.86949,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1991","1991",114.63143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1992","1992",112.77078,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1993","1993",112.36528,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1994","1994",115.51006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1995","1995",106.69442,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1996","1996",89.79708,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1997","1997",95.53689,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1998","1998",93.72389,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1999","1999",95.45075,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2000","2000",98.09772,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2001","2001",99.63964,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2002","2002",99.53118,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2003","2003",98.96466,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2004","2004",99.02207,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2005","2005",98.17213,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2006","2006",97.23973,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2007","2007",94.91137,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2008","2008",94.30764,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2009","2009",95.54982,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2010","2010",94.22297,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2011","2011",96.44974,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2012","2012",98.88866,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2013","2013",101.97485,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2014","2014",106.55592,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2015","2015",107.44336,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2016","2016",106.9224,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2017","2017",102.52004,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1990","1990",87.44351,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1991","1991",91.07867,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1992","1992",93.1841,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1993","1993",95.94407,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1994","1994",98.26402,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1995","1995",97.09966,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1996","1996",96.2239,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1997","1997",97.68078,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1998","1998",98.01661,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1999","1999",103.76135,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2000","2000",104.83044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2001","2001",108.96997,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2002","2002",116.46434,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2003","2003",117.54064,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2004","2004",120.03458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2005","2005",121.06701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2006","2006",124.76689,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2007","2007",124.08999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2008","2008",124.01634,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2010","2010",123.25886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1990","1990",105.71301,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1991","1991",105.37512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1992","1992",105.26395,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1993","1993",105.13904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1994","1994",105.12542,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1995","1995",100.60748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1996","1996",101.07575,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1997","1997",100.92227,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1998","1998",101.035,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1999","1999",101.17414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2000","2000",101.52184,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2001","2001",101.56257,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2002","2002",102.43494,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2003","2003",102.54,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2004","2004",103.02891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2005","2005",103.3381,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2006","2006",103.8031,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2007","2007",105.57632,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2008","2008",105.50318,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2009","2009",105.56401,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2010","2010",105.78676,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2011","2011",105.92487,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2012","2012",106.25127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2013","2013",106.39113,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2014","2014",105.92241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2015","2015",102.2274,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2016","2016",101.31774,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2017","2017",100.91547,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1990","1990",110.16962,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1991","1991",110.68168,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1992","1992",103.91664,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1993","1993",104.44223,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1994","1994",104.9873,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1995","1995",103.11382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1996","1996",98.45722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1997","1997",99.34833,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1998","1998",98.53628,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1999","1999",99.06387,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2000","2000",99.61571,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2001","2001",99.37862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2002","2002",98.09095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2003","2003",97.61472,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2004","2004",96.64864,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2005","2005",96.671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2006","2006",95.647,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2007","2007",93.68279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2008","2008",92.68135,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2009","2009",91.91336,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2010","2010",92.82161,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2011","2011",93.25958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2012","2012",95.14215,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2013","2013",96.49093,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2014","2014",97.27991,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2015","2015",98.63066,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2016","2016",100.18643,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2017","2017",102.27907,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","1999","1999",111.15558,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2000","2000",108.90179,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2001","2001",107.72119,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2002","2002",108.0091,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2003","2003",105.32269,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2004","2004",106.41501,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2005","2005",107.81114,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2006","2006",111.64685,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2007","2007",112.61201,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2008","2008",110.80958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2009","2009",112.12332,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2010","2010",113.03634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2011","2011",103.71852,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2012","2012",105.40282,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2013","2013",114.72793,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2014","2014",115.20468,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","1990","1990",100.20779,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","1991","1991",99.52518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","1992","1992",99.22129,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","1993","1993",99.13274,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","1994","1994",99.7614,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","1995","1995",100.06905,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","1996","1996",99.79668,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","1997","1997",98.85513,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","2013","2013",100.39618,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","2014","2014",99.7262,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","2015","2015",98.96358,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","2016","2016",98.43612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1990","1990",100.15193,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1991","1991",99.6198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1992","1992",99.47436,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1993","1993",100.39239,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1994","1994",99.83065,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1995","1995",98.05771,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1996","1996",98.10138,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1997","1997",100.27023,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1998","1998",101.26347,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1999","1999",99.99448,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2000","2000",99.26827,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2001","2001",98.65946,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2002","2002",97.48665,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2003","2003",96.30221,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2004","2004",95.44966,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2005","2005",94.80054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2006","2006",94.83135,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2007","2007",95.00796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2008","2008",95.24395,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2009","2009",96.01941,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2010","2010",96.95333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2011","2011",97.68547,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2012","2012",99.59825,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2013","2013",99.6591,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2014","2014",99.23494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2015","2015",104.57698,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2016","2016",109.58987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","1990","1990",111.06869,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","1991","1991",110.64173,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","1992","1992",110.27128,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","1993","1993",107.12854,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","1994","1994",103.98282,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","1995","1995",103.49896,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","1997","1997",103.84271,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","1999","1999",108.2213,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2000","2000",108.16102,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2001","2001",109.98417,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2002","2002",110.50456,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2003","2003",106.8443,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2004","2004",106.17679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2005","2005",105.77275,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2006","2006",104.7044,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2007","2007",104.53612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2008","2008",103.83127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2009","2009",101.02072,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2010","2010",101.96542,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2011","2011",101.5203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2012","2012",99.37097,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2013","2013",107.62373,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2014","2014",106.74995,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2015","2015",103.64125,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2016","2016",101.58342,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1990","1990",107.71618,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1991","1991",106.11348,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1992","1992",104.07536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1993","1993",101.13142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1994","1994",98.15154,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",97.5217,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",97.41913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1998","1998",96.97839,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",102.99538,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",105.51925,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",108.30176,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",109.21993,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",107.18638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",106.80587,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","1990","1990",95.37156,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","1991","1991",98.20782,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","1992","1992",100.8715,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","1993","1993",101.3798,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","1994","1994",101.19526,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","1995","1995",102.82809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","1996","1996",103.3735,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","1999","1999",104.76242,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2000","2000",105.9737,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2001","2001",106.00594,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2002","2002",105.88583,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2003","2003",105.42526,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2004","2004",105.07806,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2005","2005",103.54521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2006","2006",102.6055,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2007","2007",103.13343,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2008","2008",102.50736,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2009","2009",102.88811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2010","2010",104.25073,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2011","2011",105.00454,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2012","2012",105.61408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2013","2013",104.4626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2014","2014",104.03085,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2015","2015",104.48587,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2016","2016",103.62905,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2017","2017",103.81966,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","1990","1990",107.81163,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","1991","1991",110.19555,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","1992","1992",110.44729,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","1993","1993",109.6306,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","1994","1994",107.24001,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","1995","1995",107.46473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","1999","1999",102.36311,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2000","2000",102.34074,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2001","2001",105.61245,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2002","2002",113.59599,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2003","2003",121.05277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2005","2005",95.37032,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2006","2006",95.35437,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2007","2007",95.8376,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2008","2008",97.70444,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2009","2009",99.45281,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2011","2011",101.25205,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2012","2012",101.52363,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2013","2013",100.57078,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2014","2014",99.01108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2015","2015",101.08428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2016","2016",102.3381,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TKM","Turkmenistan","2014","2014",88.40174,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2001","2001",114.39974,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2002","2002",108.70158,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2003","2003",102.73035,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2004","2004",96.80335,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2005","2005",89.28186,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2008","2008",98.78536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2009","2009",106.29976,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2010","2010",118.86687,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2011","2011",126.3245,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2012","2012",127.3262,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2013","2013",125.65419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2014","2014",121.61613,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2015","2015",116.40953,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2016","2016",109.48103,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2017","2017",100.58318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1990","1990",101.68599,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1991","1991",101.99301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1992","1992",106.14983,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1993","1993",107.33721,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1994","1994",108.31301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1995","1995",109.36373,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1996","1996",114.57643,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1998","1998",119.29401,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1999","1999",119.63218,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2000","2000",120.91092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2001","2001",118.98313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2002","2002",120.98827,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2004","2004",125.02188,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2005","2005",127.50447,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2006","2006",128.71779,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2007","2007",129.41675,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2008","2008",129.4999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2009","2009",129.68543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2010","2010",124.28461,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2011","2011",120.51997,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2012","2012",116.56236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2013","2013",116.62147,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2014","2014",113.74613,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2015","2015",113.56272,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2016","2016",113.98817,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2017","2017",112.67988,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1991","1991",88.66577,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1992","1992",88.77698,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1993","1993",91.7023,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1994","1994",91.84982,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1995","1995",97.46367,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1996","1996",98.85379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1997","1997",99.36624,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1998","1998",98.98023,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1999","1999",99.33634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2000","2000",102.77896,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2001","2001",102.3917,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2002","2002",102.35947,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2003","2003",102.24497,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2004","2004",103.41191,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2005","2005",102.42101,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2006","2006",101.68277,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2007","2007",100.64738,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2008","2008",98.82881,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2009","2009",99.19292,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2010","2010",99.82954,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2011","2011",100.63497,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2012","2012",101.57142,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2013","2013",101.66433,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2014","2014",101.43568,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2015","2015",101.94596,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2016","2016",102.75126,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","1999","1999",50.55977,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2001","2001",58.64617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2002","2002",62.00617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2003","2003",66.19712,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2004","2004",70.09695,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2005","2005",74.39224,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2008","2008",79.08402,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2010","2010",81.20736,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2011","2011",84.76505,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2012","2012",84.95468,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2013","2013",88.47766,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2016","2016",86.05319,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","1998","1998",107.91341,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","1999","1999",111.27373,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2000","2000",113.96439,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2002","2002",118.57946,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2003","2003",116.28527,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2004","2004",104.97045,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2005","2005",105.54788,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2006","2006",100.92921,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2007","2007",109.89008,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2008","2008",105.6554,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2009","2009",103.5379,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2010","2010",103.41371,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2011","2011",104.31606,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2012","2012",102.4151,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2013","2013",103.77348,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2014","2014",102.2051,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2015","2015",106.21861,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2016","2016",105.81693,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2017","2017",103.96925,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1991","1991",99.71048,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1992","1992",100.01963,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1993","1993",100.99483,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1994","1994",101.38945,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1995","1995",101.99471,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1996","1996",101.42045,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1997","1997",100.66978,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1998","1998",100.69204,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1999","1999",102.71429,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2000","2000",104.0762,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2001","2001",104.5264,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2002","2002",105.59725,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2003","2003",107.08471,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2004","2004",103.02688,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2005","2005",110.07178,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2006","2006",107.24638,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2007","2007",106.08634,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2008","2008",105.46931,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2009","2009",105.88092,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2010","2010",108.78901,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2011","2011",110.38697,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2012","2012",112.92992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2013","2013",114.63987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2014","2014",116.52333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2015","2015",116.4906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2016","2016",113.22355,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2017","2017",108.71659,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1990","1990",114.75739,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1991","1991",118.17665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1992","1992",121.81234,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1993","1993",123.45067,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1994","1994",121.90631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1995","1995",100.46512,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1996","1996",100.4461,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1997","1997",98.20449,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1998","1998",95.64099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1999","1999",95.09082,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2000","2000",95.75197,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2001","2001",98.68475,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2002","2002",100.33706,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2003","2003",101.36755,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2004","2004",102.2004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2005","2005",101.43217,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2006","2006",100.54877,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2007","2007",101.99128,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2008","2008",106.38829,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2009","2009",107.65575,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2010","2010",108.0307,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2011","2011",108.92932,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2012","2012",109.44309,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2013","2013",110.86966,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2014","2014",111.52415,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2015","2015",110.70265,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2016","2016",109.01567,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2017","2017",107.91241,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2018","2018",104.86005,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","1990","1990",58.62725,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2000","2000",73.8295,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2001","2001",74.61586,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2002","2002",75.51888,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2003","2003",78.01315,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2004","2004",83.0699,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2005","2005",87.87425,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2006","2006",84.72051,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2007","2007",90.88514,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2008","2008",91.88047,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2009","2009",93.66448,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2010","2010",95.41277,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2011","2011",91.66004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2012","2012",91.10076,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2013","2013",89.50597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2014","2014",93.24638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2015","2015",92.40915,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2016","2016",97.70962,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2017","2017",95.9226,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1990","1990",20.43043,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1991","1991",20.89862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1992","1992",22.2882,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1993","1993",25.39224,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1994","1994",28.40704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1995","1995",31.83019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1996","1996",34.23739,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1997","1997",38.14054,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1998","1998",42.65627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1999","1999",46.57597,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2000","2000",49.218,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2001","2001",52.68921,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2002","2002",56.61726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2003","2003",58.34692,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2004","2004",61.59744,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2005","2005",64.81587,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2006","2006",68.25253,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2007","2007",71.17832,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2008","2008",73.70113,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2009","2009",75.5502,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2010","2010",76.83743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2011","2011",78.16371,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2012","2012",75.32334,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2014","2014",72.31695,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2015","2015",71.45252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2016","2016",72.20746,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2017","2017",75.5514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2001","2001",64.70076,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2002","2002",64.84203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2003","2003",65.7235,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2004","2004",67.02992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2005","2005",67.47363,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2006","2006",72.69994,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2007","2007",73.12673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2008","2008",77.99325,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2009","2009",76.64364,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2010","2010",75.75639,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2011","2011",73.8627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2012","2012",75.21827,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2013","2013",76.14377,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2014","2014",75.42348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2015","2015",76.74476,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2016","2016",78.88381,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2017","2017",79.54962,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","1993","1993",80.24098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","1994","1994",83.92809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","1995","1995",84.81249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","1996","1996",86.37072,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","1997","1997",87.28327,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","1998","1998",91.131,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","1999","1999",93.12094,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2000","2000",95.04631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2001","2001",97.08648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2002","2002",99.781,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2003","2003",101.75578,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2005","2005",103.34544,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2006","2006",100.70325,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2007","2007",97.72313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2008","2008",93.84752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2009","2009",91.78628,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2010","2010",91.94597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2011","2011",93.53773,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2012","2012",95.85064,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2013","2013",98.40791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2014","2014",98.97955,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2015","2015",98.03987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2016","2016",95.39571,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1991","1991",97.29104,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1992","1992",95.47498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1993","1993",86.33943,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1994","1994",85.00283,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1995","1995",82.68775,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1996","1996",82.51248,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1997","1997",84.89452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1998","1998",88.98184,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1999","1999",92.40789,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2000","2000",95.18116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2001","2001",92.78155,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2002","2002",89.46973,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2003","2003",88.67093,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2004","2004",90.70995,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2005","2005",89.75787,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2006","2006",93.01816,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2007","2007",98.3597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2008","2008",100.86848,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2009","2009",101.644,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2010","2010",101.76974,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2011","2011",102.84505,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2012","2012",105.49967,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2013","2013",106.37094,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2014","2014",105.07653,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2015","2015",104.31933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2016","2016",102.59762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2017","2017",102.77438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1990","1990",19.37894,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1991","1991",20.13819,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1992","1992",19.80931,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1993","1993",20.08607,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1994","1994",20.01046,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1995","1995",21.21953,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1996","1996",21.4413,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1997","1997",22.37331,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1998","1998",22.82603,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1999","1999",24.52674,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2000","2000",25.98505,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2001","2001",28.5892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2002","2002",32.02394,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2003","2003",34.90393,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2004","2004",38.30858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2005","2005",40.20078,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2006","2006",41.03089,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2007","2007",43.47858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2008","2008",48.03671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2009","2009",51.91109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2010","2010",56.02545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2011","2011",59.97689,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2012","2012",62.29504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2013","2013",63.20786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2014","2014",64.11235,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2015","2015",66.01197,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2016","2016",68.07643,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2017","2017",69.87061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","1990","1990",98.32992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","1991","1991",98.64284,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","1992","1992",101.14319,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","1993","1993",112.84209,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","1994","1994",111.78351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","1997","1997",113.15093,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","1998","1998",120.94181,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","1999","1999",119.31652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2000","2000",121.82553,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2001","2001",121.78256,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2002","2002",122.1818,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2003","2003",125.59538,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2004","2004",122.39264,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2005","2005",119.15573,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2006","2006",112.51381,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2007","2007",113.67063,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2008","2008",113.79058,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2009","2009",114.21232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2010","2010",123.04083,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2013","2013",125.15848,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2015","2015",120.6544,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","1990","1990",29.69897,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","1991","1991",28.28224,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","1993","1993",30.63106,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","1994","1994",42.35823,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","1995","1995",45.38522,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","1998","1998",32.6797,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","1999","1999",26.50919,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2000","2000",21.87195,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2001","2001",21.7232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2002","2002",71.64971,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2003","2003",96.89072,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2004","2004",108.4999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2005","2005",101.47684,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2006","2006",104.91439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2007","2007",101.78228,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2008","2008",103.40057,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2009","2009",99.16368,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2010","2010",102.16385,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2011","2011",99.37152,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2012","2012",105.09498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2013","2013",105.98387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2014","2014",107.36793,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2015","2015",107.22536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2017","2017",103.92368,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1990","1990",38.32243,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1991","1991",38.0797,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1992","1992",39.34173,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1993","1993",34.68099,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1994","1994",36.78023,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1995","1995",37.79265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1996","1996",38.18348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1997","1997",37.48086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1998","1998",36.61707,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1999","1999",37.82683,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2000","2000",37.30241,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2001","2001",41.53166,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2002","2002",43.24514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2004","2004",46.85571,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2005","2005",47.76889,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2006","2006",50.49354,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2007","2007",51.65086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2008","2008",60.30949,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2009","2009",58.93049,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2011","2011",64.23562,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2012","2012",67.24244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2013","2013",67.74559,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2014","2014",69.50888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2015","2015",67.96525,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2016","2016",67.2772,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2017","2017",67.53369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2018","2018",69.31235,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","1993","1993",115.39006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","1994","1994",116.11352,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2000","2000",111.85606,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2001","2001",108.04078,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2002","2002",105.79578,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2003","2003",94.69174,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2005","2005",90.83308,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2008","2008",72.96692,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2009","2009",70.67167,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2010","2010",69.40254,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2011","2011",67.70537,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2012","2012",69.00957,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2015","2015",61.813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","1991","1991",99.12343,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","1992","1992",83.43513,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","1993","1993",82.33886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","1996","1996",78.07368,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","1999","1999",88.50608,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","2000","2000",87.45641,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","2003","2003",96.89468,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","2004","2004",95.16697,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","2007","2007",98.7497,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1990","1990",108.45907,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1991","1991",108.11146,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1992","1992",108.05229,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1993","1993",107.98083,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1994","1994",107.48291,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1995","1995",107.69882,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1996","1996",107.1962,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1997","1997",106.78035,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1998","1998",106.27376,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1999","1999",106.23422,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2000","2000",106.37133,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2001","2001",106.16205,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2002","2002",106.20876,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2003","2003",105.89681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2004","2004",104.90241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2005","2005",103.66111,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2006","2006",102.28513,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2007","2007",102.18368,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2008","2008",102.49722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2009","2009",103.78892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2010","2010",104.64004,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2011","2011",105.62377,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2012","2012",106.56508,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2013","2013",106.37459,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2014","2014",105.52744,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2015","2015",104.46217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2016","2016",104.22685,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2017","2017",103.88046,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1991","1991",99.50826,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1992","1992",101.63111,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1993","1993",100.55872,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1994","1994",100.69687,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1995","1995",99.89191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1996","1996",98.86001,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1997","1997",98.03106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1998","1998",100.67605,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1999","1999",100.30567,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2000","2000",100.80024,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2001","2001",101.22313,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2002","2002",99.30424,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2003","2003",97.91528,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2004","2004",97.18732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2005","2005",97.64171,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2006","2006",100.01753,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2007","2007",102.68272,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2008","2008",103.58891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2009","2009",102.59867,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2010","2010",100.99314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2011","2011",99.85448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2012","2012",100.01772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2013","2013",99.84589,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2014","2014",99.30815,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2015","2015",98.13411,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2016","2016",97.31476,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1990","1990",95.53523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1991","1991",94.5303,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1992","1992",94.62067,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1993","1993",95.38866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1994","1994",95.65402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1995","1995",98.21254,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1996","1996",102.14579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1997","1997",103.55185,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1998","1998",104.59164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1999","1999",104.80605,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2000","2000",104.84332,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2001","2001",105.76583,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2002","2002",104.27881,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2003","2003",105.38526,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2004","2004",105.73401,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2005","2005",103.81041,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2006","2006",104.02788,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2007","2007",107.43118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2008","2008",109.16111,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2009","2009",109.86237,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2010","2010",108.70883,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2011","2011",104.22484,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2012","2012",101.35474,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2013","2013",99.56506,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2014","2014",98.91844,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2015","2015",97.5624,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2016","2016",95.34568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2003","2003",104.90104,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2004","2004",109.85507,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2006","2006",105.93301,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2007","2007",107.92564,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2008","2008",107.90791,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2009","2009",104.87078,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2010","2010",108.60656,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2011","2011",104.5082,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2012","2012",102.63158,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2014","2014",103.05907,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2015","2015",106.49215,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2016","2016",107.47951,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1990","1990",112.02345,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1991","1991",109.37803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1992","1992",106.85202,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1993","1993",104.65859,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1994","1994",104.88564,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1995","1995",105.12841,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1996","1996",105.71618,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1997","1997",104.74829,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1998","1998",104.86855,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1999","1999",104.90515,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2000","2000",100.42826,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2001","2001",100.38221,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2002","2002",100.2493,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2003","2003",99.97545,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2004","2004",99.81118,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2005","2005",104.63649,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2006","2006",104.27885,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2007","2007",103.85978,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2008","2008",103.62215,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2009","2009",103.04114,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2010","2010",102.76151,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2011","2011",102.6911,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2012","2012",102.52316,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2013","2013",102.27644,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2014","2014",102.10138,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2015","2015",101.97449,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2016","2016",101.98719,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","HTI","Haiti","1992","1992",76.39763,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HTI","Haiti","1993","1993",80.15587,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HTI","Haiti","1994","1994",86.02434,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HTI","Haiti","1995","1995",93.16299,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HTI","Haiti","1996","1996",101.5994,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HTI","Haiti","1997","1997",110.56168,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HTI","Haiti","1998","1998",112.96662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1990","1990",85.46143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1991","1991",89.65272,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1992","1992",95.44236,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1994","1994",106.37117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1995","1995",105.58532,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1996","1996",102.93139,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1997","1997",101.49944,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1998","1998",101.49275,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1999","1999",101.74581,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2000","2000",102.05293,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2001","2001",101.10393,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2002","2002",99.87027,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2003","2003",98.85239,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2004","2004",98.24005,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2005","2005",99.13554,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2006","2006",100.43293,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2007","2007",99.85889,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2008","2008",101.27644,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2009","2009",101.48946,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2010","2010",101.16868,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2011","2011",100.23186,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2012","2012",99.94261,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2013","2013",100.33978,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2014","2014",102.18278,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2015","2015",102.48059,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2016","2016",102.01407,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1990","1990",65.16989,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1991","1991",64.61892,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1992","1992",66.55368,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1993","1993",69.95659,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1994","1994",72.95771,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1995","1995",73.26474,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1996","1996",74.28125,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1997","1997",74.51964,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1998","1998",78.95789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2000","2000",73.5371,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2001","2001",67.10541,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2002","2002",65.08544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2003","2003",60.85881,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2004","2004",60.31096,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2005","2005",61.85553,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2006","2006",60.12192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2008","2008",63.15004,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2012","2012",110.89408,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2016","2016",116.4937,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1990","1990",96.14292,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1991","1991",96.11541,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1992","1992",97.79387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1993","1993",93.71697,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1994","1994",94.00458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1995","1995",96.50288,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1996","1996",97.67834,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1997","1997",98.75342,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1998","1998",98.94867,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1999","1999",98.18931,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2000","2000",97.1857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2001","2001",100.99961,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2002","2002",104.98175,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2003","2003",110.44248,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2004","2004",122.01691,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2005","2005",100.12898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2006","2006",101.39691,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2007","2007",97.82841,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2008","2008",98.13417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2009","2009",98.63064,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2010","2010",98.96941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2011","2011",99.30175,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2012","2012",99.73211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2013","2013",99.37491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2014","2014",99.14044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2015","2015",99.38422,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2016","2016",99.30317,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","1990","1990",107.92295,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","1991","1991",107.96054,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","1992","1992",106.05752,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","1993","1993",105.52737,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","1994","1994",105.03664,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","1995","1995",107.76366,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","1996","1996",103.70016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","1998","1998",105.79332,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2001","2001",106.90468,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2002","2002",105.38276,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2003","2003",102.48781,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2004","2004",100.85469,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2005","2005",99.34681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2006","2006",98.51651,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2007","2007",97.78713,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2008","2008",96.73732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2009","2009",94.2082,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2010","2010",98.4375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2011","2011",97.70488,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2012","2012",98.87331,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2013","2013",99.39766,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2014","2014",100.08436,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2015","2015",100.60733,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2016","2016",100.81436,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2017","2017",101.12959,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","1992","1992",118.7536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","1993","1993",122.17081,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","1994","1994",125.5177,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","1995","1995",123.01593,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","1996","1996",122.76497,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","1997","1997",119.96656,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","1998","1998",126.7722,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","1999","1999",128.01452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2000","2000",128.16973,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2001","2001",127.01142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2002","2002",125.75462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2003","2003",126.18521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2004","2004",125.29939,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2005","2005",119.09985,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2006","2006",117.37351,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2007","2007",112.38291,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2008","2008",109.52614,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2009","2009",107.38408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2015","2015",101.05038,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2016","2016",101.50939,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2017","2017",101.51855,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","1990","1990",123.25892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","1991","1991",124.32209,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","1994","1994",121.5935,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","1998","1998",121.86227,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","1999","1999",120.67876,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2000","2000",119.38493,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2001","2001",117.96663,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2002","2002",117.216,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2003","2003",114.65973,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2004","2004",111.9179,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2005","2005",110.11942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2006","2006",109.51827,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2007","2007",106.63008,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2008","2008",104.20823,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2009","2009",101.07305,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2010","2010",99.0388,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2011","2011",97.32914,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2012","2012",96.2216,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2013","2013",96.97895,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2014","2014",96.38449,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2015","2015",94.97553,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2016","2016",93.38505,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2017","2017",92.53582,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1990","1990",109.18181,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1991","1991",109.07067,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1992","1992",106.21743,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1993","1993",113.01039,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1994","1994",116.80135,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1995","1995",116.75064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1996","1996",120.33216,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1997","1997",120.46405,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1998","1998",121.4161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1999","1999",117.63267,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2000","2000",115.16385,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2001","2001",112.29249,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2002","2002",113.7844,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2003","2003",115.88191,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2004","2004",117.20489,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2005","2005",119.57995,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2006","2006",121.62826,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2007","2007",122.99542,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2008","2008",125.27775,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2009","2009",127.04165,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2010","2010",128.59713,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2011","2011",126.67402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2012","2012",124.83212,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2013","2013",123.75371,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2014","2014",121.65667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2015","2015",117.08474,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2016","2016",112.59662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2017","2017",108.73079,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","1990","1990",92.85487,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","1991","1991",93.56155,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","1994","1994",86.7156,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","1995","1995",84.64556,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","1996","1996",83.11716,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","1998","1998",80.97933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","1999","1999",78.86485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2000","2000",78.68091,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2001","2001",78.35376,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2002","2002",81.13731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2004","2004",99.26824,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2005","2005",109.91663,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2006","2006",110.8788,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2007","2007",111.73825,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2008","2008",112.65753,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2009","2009",106.40791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2010","2010",105.18801,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2011","2011",106.67923,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2012","2012",107.22865,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2013","2013",102.33409,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2014","2014",104.41809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2015","2015",101.99407,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2016","2016",99.39853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2017","2017",99.78035,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1990","1990",93.03946,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1991","1991",96.04849,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1992","1992",93.12398,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1993","1993",102.12258,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1994","1994",105.38534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1995","1995",104.63467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1996","1996",104.6334,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1997","1997",101.80265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1998","1998",103.18182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1999","1999",103.37404,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2000","2000",103.55397,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2001","2001",103.86944,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2002","2002",102.18281,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2003","2003",99.79498,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2004","2004",99.26255,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2005","2005",99.90351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2006","2006",100.38133,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2007","2007",103.56151,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2008","2008",106.11153,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2009","2009",106.21296,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2010","2010",104.01307,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2011","2011",101.02942,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2012","2012",99.38918,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2013","2013",98.66961,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2014","2014",98.61693,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2015","2015",99.31899,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2016","2016",99.95796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1990","1990",94.71805,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1991","1991",101.05447,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1992","1992",103.31698,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1993","1993",106.17757,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1994","1994",108.6345,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1995","1995",109.73885,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1996","1996",114.78647,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1998","1998",120.87522,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1999","1999",119.61371,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2000","2000",121.10902,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2001","2001",119.5326,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2002","2002",121.53373,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2004","2004",125.79112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2005","2005",128.74348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2006","2006",129.65429,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2007","2007",129.94781,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2008","2008",129.85605,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2009","2009",129.95786,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2010","2010",125.40714,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2011","2011",122.60303,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2012","2012",118.53166,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2013","2013",118.19509,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2014","2014",115.66822,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2015","2015",115.44076,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2016","2016",115.68285,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2017","2017",114.6039,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1990","1990",97.6414,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1991","1991",96.6128,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1992","1992",97.45005,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1993","1993",96.91063,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1994","1994",95.22393,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1995","1995",94.67078,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1996","1996",94.83784,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1998","1998",93.45394,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1999","1999",93.87891,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","2000","2000",94.95095,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","2002","2002",98.03079,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","2003","2003",99.04042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","2004","2004",99.01655,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","1991","1991",90.76667,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","1994","1994",102.09585,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","1995","1995",95.50376,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","1996","1996",95.50662,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","1997","1997",95.11339,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","1998","1998",94.75021,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","1999","1999",99.79086,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2000","2000",100.14192,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2001","2001",100.12943,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2002","2002",100.31602,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2003","2003",99.41079,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2004","2004",100.1534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2005","2005",100.80898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2006","2006",101.46625,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2007","2007",101.53145,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2008","2008",100.61561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2010","2010",97.61423,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2011","2011",96.55315,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2012","2012",97.04721,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2013","2013",96.53831,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2014","2014",97.11412,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2015","2015",98.62713,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2016","2016",100.78979,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1991","1991",107.85039,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1992","1992",108.84905,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1993","1993",111.60174,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1994","1994",112.59364,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1995","1995",110.8477,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1996","1996",109.81203,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1997","1997",107.04152,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1998","1998",108.72019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1999","1999",107.70077,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2000","2000",107.17558,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2001","2001",104.77203,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2002","2002",105.72976,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2003","2003",109.22223,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2004","2004",109.09672,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2005","2005",108.41577,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2006","2006",107.66593,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2007","2007",107.36259,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2008","2008",106.2752,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2009","2009",106.33318,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2010","2010",106.30196,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2011","2011",106.4826,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2012","2012",105.33632,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2013","2013",105.61641,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2014","2014",105.00184,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2015","2015",104.68124,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2016","2016",106.15693,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2017","2017",104.26932,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1990","1990",122.67251,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1991","1991",127.63466,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1992","1992",126.99877,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1993","1993",125.08847,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1994","1994",126.82149,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1995","1995",123.52751,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1996","1996",121.62558,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1997","1997",120.34628,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1998","1998",118.78989,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1999","1999",114.82824,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2000","2000",113.90549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2001","2001",113.02985,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2002","2002",112.81412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2003","2003",111.74751,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2004","2004",109.0516,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2005","2005",108.16359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2006","2006",107.13835,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2007","2007",108.23124,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2008","2008",107.19374,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2009","2009",106.48304,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2010","2010",105.75016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2012","2012",107.32879,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2013","2013",109.14343,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2017","2017",117.27126,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","1991","1991",108.7144,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","1992","1992",107.53184,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","1994","1994",107.99573,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","1995","1995",106.93932,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","1996","1996",104.84305,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","1997","1997",105.13695,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","1998","1998",105.06223,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","1999","1999",103.74742,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2000","2000",101.5717,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2001","2001",103.98117,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2002","2002",105.84394,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2003","2003",108.59621,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2004","2004",112.61676,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2006","2006",113.46448,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2007","2007",107.52256,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2008","2008",106.57583,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2009","2009",105.1017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2011","2011",104.87096,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2012","2012",104.98264,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2013","2013",105.62958,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2015","2015",105.54585,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2016","2016",105.30307,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1990","1990",105.01389,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1991","1991",105.39217,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1992","1992",105.08824,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1993","1993",107.09523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1994","1994",106.79177,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1995","1995",105.53086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1996","1996",105.37425,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1997","1997",104.53837,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1998","1998",104.62079,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1999","1999",104.73721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2000","2000",104.59736,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2001","2001",104.16478,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2002","2002",103.82888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2003","2003",103.76509,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2004","2004",103.99043,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2005","2005",103.56674,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2006","2006",104.26478,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2007","2007",105.86421,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2008","2008",107.15232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2009","2009",107.16731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2010","2010",105.69074,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2011","2011",104.66753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2012","2012",103.4356,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2013","2013",104.5895,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2014","2014",103.63834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2015","2015",103.84969,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2016","2016",103.32135,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HTI","Haiti","1992","1992",74.7762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HTI","Haiti","1993","1993",78.30313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HTI","Haiti","1994","1994",84.05392,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HTI","Haiti","1995","1995",91.02768,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HTI","Haiti","1996","1996",99.25559,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HTI","Haiti","1997","1997",108.20001,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HTI","Haiti","1998","1998",111.87834,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1990","1990",99.45911,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1991","1991",101.12999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1992","1992",100.0373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1993","1993",99.9273,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1994","1994",100.61731,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1995","1995",102.19901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1996","1996",104.80328,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1997","1997",106.13315,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1998","1998",105.46653,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1999","1999",104.63221,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2000","2000",103.83368,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2001","2001",103.45733,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2002","2002",100.70706,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2003","2003",100.05183,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2004","2004",98.44119,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2005","2005",100.57084,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2006","2006",97.95761,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2007","2007",96.38938,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2008","2008",95.38146,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2009","2009",92.4524,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2010","2010",92.97292,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2011","2011",94.47431,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2012","2012",97.42128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2013","2013",100.93971,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2014","2014",106.69854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2015","2015",108.19932,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2016","2016",108.32344,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2017","2017",108.60334,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","1990","1990",51.1858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","1991","1991",68.11349,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","1992","1992",66.88453,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","1993","1993",68.503,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","1994","1994",65.16722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","1995","1995",65.69845,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","1998","1998",56.11482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","1999","1999",50.80789,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2002","2002",59.06286,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2007","2007",83.76414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2008","2008",92.70459,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2009","2009",92.84478,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2010","2010",93.09545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2011","2011",94.17777,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2012","2012",98.91063,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2013","2013",101.34589,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2014","2014",104.95931,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2015","2015",107.64235,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1990","1990",53.44243,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1991","1991",55.55102,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1992","1992",60.07634,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1993","1993",66.4399,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1994","1994",72.62019,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1995","1995",76.46795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1996","1996",79.10086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1997","1997",81.33307,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1998","1998",82.42405,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1999","1999",83.20194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2000","2000",83.45649,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2001","2001",83.06108,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2002","2002",83.44316,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2003","2003",84.782,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2004","2004",90.60902,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2005","2005",89.39421,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2006","2006",92.11421,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2007","2007",93.00429,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2008","2008",88.29419,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2009","2009",93.07504,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2010","2010",94.20915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2011","2011",92.40001,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2012","2012",93.21152,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2013","2013",93.51721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2014","2014",94.54456,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2015","2015",98.77086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2016","2016",91.0216,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2017","2017",92.7998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1990","1990",111.98501,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1991","1991",113.00946,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1992","1992",115.95374,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1993","1993",115.12615,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1994","1994",115.8937,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1995","1995",115.78005,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1996","1996",119.91989,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1997","1997",117.65544,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1999","1999",116.64294,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2000","2000",120.34882,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2001","2001",113.13456,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2002","2002",118.11034,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2003","2003",115.68801,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2004","2004",116.68179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2005","2005",115.43051,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2006","2006",128.13065,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2007","2007",128.23342,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2008","2008",125.82402,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2009","2009",137.21802,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2010","2010",142.11561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2011","2011",145.12808,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2012","2012",142.2658,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2013","2013",138.07278,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2014","2014",134.75446,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2015","2015",134.94105,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2016","2016",135.3848,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2017","2017",134.12059,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FSM","Micronesia (Federated States of)","2004","2004",112.04951,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FSM","Micronesia (Federated States of)","2005","2005",109.79726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FSM","Micronesia (Federated States of)","2007","2007",112.35287,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FSM","Micronesia (Federated States of)","2014","2014",97.1805,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FSM","Micronesia (Federated States of)","2015","2015",95.67412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","1993","1993",117.56555,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","1994","1994",118.35031,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","1998","1998",115.04539,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","1999","1999",113.29011,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2000","2000",112.9806,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2001","2001",119.10766,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2002","2002",124.8172,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2003","2003",97.26965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2004","2004",96.36348,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2005","2005",106.2105,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2006","2006",99.82881,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2007","2007",97.82989,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2008","2008",96.92952,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2009","2009",96.82653,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2010","2010",99.07109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2011","2011",101.26088,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2012","2012",101.94725,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2013","2013",102.58517,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2014","2014",100.91868,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2004","2004",100.7899,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2005","2005",93.18236,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2008","2008",101.64762,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2009","2009",109.13494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2010","2010",121.35501,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2011","2011",129.11667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2012","2012",130.04677,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2013","2013",127.78711,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2014","2014",122.46294,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2015","2015",117.27134,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2016","2016",110.60552,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2017","2017",101.97519,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1990","1990",92.84109,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1991","1991",94.55311,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1992","1992",87.8174,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1993","1993",85.09717,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1994","1994",83.55576,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1995","1995",81.61439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1996","1996",86.07929,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1998","1998",93.05767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1999","1999",95.74052,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2000","2000",101.4852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2001","2001",102.53482,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2002","2002",103.30053,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2003","2003",118.25474,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2004","2004",134.49235,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2005","2005",138.89947,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2006","2006",138.4058,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2007","2007",139.23677,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2008","2008",142.0049,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2009","2009",149.30729,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2010","2010",143.71781,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2011","2011",143.4119,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2012","2012",143.97838,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2013","2013",143.89528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2014","2014",145.24914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2015","2015",147.31543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2016","2016",143.82419,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","1990","1990",80.79853,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","1991","1991",82.32,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","1992","1992",87.86095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","1993","1993",92.91174,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","1994","1994",97.03407,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","1999","1999",85.6892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2000","2000",82.5146,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2002","2002",91.67284,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2005","2005",97.7883,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2006","2006",103.82322,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2007","2007",104.79031,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2010","2010",113.14269,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2011","2011",114.0487,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2012","2012",111.60158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2013","2013",113.24382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2014","2014",111.57108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2015","2015",112.9033,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2016","2016",114.02473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2017","2017",113.90948,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","1993","1993",111.63215,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","1994","1994",113.70268,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","1999","1999",106.97004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2000","2000",102.11958,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2001","2001",106.27404,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2002","2002",103.18818,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2003","2003",93.93033,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2005","2005",89.2879,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2008","2008",71.6321,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2009","2009",69.69725,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2010","2010",68.92721,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2011","2011",67.55762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2012","2012",68.79284,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2015","2015",61.57761,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","1990","1990",96.60592,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","1991","1991",94.60937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","1992","1992",98.51774,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","1993","1993",103.74404,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","1994","1994",102.88731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","1995","1995",97.3226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","1996","1996",84.58799,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","1999","1999",103.92567,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2000","2000",108.77894,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2001","2001",105.30304,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2002","2002",107.14242,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2003","2003",108.37499,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2004","2004",109.34565,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2005","2005",109.7752,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2006","2006",109.61197,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2007","2007",98.99211,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2008","2008",88.99013,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2009","2009",89.92676,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2010","2010",89.0783,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2011","2011",93.72006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2012","2012",93.22913,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2013","2013",95.24721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2014","2014",90.70756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2016","2016",87.12829,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","1990","1990",103.2542,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","1991","1991",105.34776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","1994","1994",112.28794,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","1995","1995",114.40394,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","1997","1997",112.66764,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","1998","1998",111.20341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","1999","1999",110.42354,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2000","2000",103.9292,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2001","2001",103.53207,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2002","2002",104.37498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2003","2003",104.5657,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2004","2004",104.31913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2005","2005",102.64055,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2006","2006",101.80432,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2007","2007",102.51475,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2008","2008",101.26421,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2009","2009",99.63056,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2010","2010",97.88724,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2011","2011",96.66039,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2012","2012",96.9076,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2013","2013",97.23451,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2014","2014",98.4859,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2015","2015",102.79989,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2016","2016",102.26239,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","1990","1990",65.44277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","1991","1991",73.6051,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","1992","1992",74.96743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","1993","1993",74.83166,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","1994","1994",76.51401,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","1995","1995",75.75914,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","1999","1999",78.15022,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2000","2000",83.08557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2001","2001",78.42494,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2002","2002",81.34626,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2003","2003",77.89579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2004","2004",80.52286,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2005","2005",86.90744,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2006","2006",91.84658,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2007","2007",96.5072,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2008","2008",101.72004,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2009","2009",100.78218,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2011","2011",103.81107,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2012","2012",107.86262,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2013","2013",107.14242,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2014","2014",105.33341,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2015","2015",108.70541,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2016","2016",107.28297,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2017","2017",105.50142,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2018","2018",103.28838,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","1990","1990",111.41715,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","1991","1991",103.46452,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","1992","1992",102.19768,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","1993","1993",102.48402,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","1999","1999",100.00902,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2000","2000",101.6547,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2001","2001",100.56876,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2002","2002",99.91861,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2003","2003",97.60366,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2004","2004",97.19846,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2005","2005",96.61494,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2006","2006",96.41765,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2007","2007",97.21208,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2008","2008",97.24951,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2009","2009",94.90683,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2010","2010",94.83409,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2011","2011",95.45531,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2012","2012",95.79638,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2013","2013",97.3287,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2014","2014",100.48504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2015","2015",102.57158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2016","2016",105.13821,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2017","2017",105.00769,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","1990","1990",98.7462,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","1991","1991",96.90424,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","1992","1992",95.56854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","1993","1993",95.22984,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","1994","1994",92.21712,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","1995","1995",90.0213,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","1998","1998",91.06881,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","1999","1999",89.23798,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2000","2000",94.19848,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2001","2001",95.16415,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2002","2002",87.56778,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2003","2003",101.27595,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2004","2004",99.50638,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2005","2005",99.40885,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2006","2006",97.12159,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2007","2007",103.97581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2008","2008",103.62225,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2009","2009",105.24149,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2012","2012",112.41464,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2014","2014",108.46803,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2015","2015",105.86312,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2016","2016",105.47608,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","1990","1990",145.40968,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","1991","1991",143.94326,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","1992","1992",142.44476,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","1993","1993",141.69904,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","1997","1997",134.46126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","1999","1999",107.20033,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","2000","2000",105.13912,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","2001","2001",107.06384,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","2002","2002",105.14894,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","2003","2003",105.97027,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","2004","2004",104.57866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","2005","2005",105.14534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","2006","2006",111.76366,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","2007","2007",103.32481,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1990","1990",32.5255,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1991","1991",33.72297,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1992","1992",34.41491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1993","1993",35.47658,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1994","1994",36.77636,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1995","1995",38.83546,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1996","1996",40.96957,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1998","1998",43.31879,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1999","1999",44.28435,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2000","2000",45.01737,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2001","2001",46.43783,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2002","2002",47.05757,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2003","2003",49.31104,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2004","2004",53.8744,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2005","2005",58.32719,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2006","2006",62.06521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2007","2007",67.6691,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2008","2008",73.22384,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2009","2009",77.61482,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2010","2010",78.01417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2011","2011",81.59491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2012","2012",84.09267,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2013","2013",85.71858,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2014","2014",87.33811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2015","2015",88.36633,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2016","2016",91.11084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2017","2017",93.65296,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1990","1990",96.68216,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1991","1991",95.251,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1992","1992",94.76537,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1993","1993",94.87455,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1994","1994",95.2947,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1995","1995",96.14432,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1996","1996",96.97831,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1997","1997",98.53768,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1998","1998",99.91791,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1999","1999",102.19256,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2000","2000",104.37911,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2001","2001",100.12138,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2002","2002",96.00614,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2003","2003",99.00638,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2004","2004",99.96848,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2005","2005",97.77009,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2007","2007",102.89865,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2008","2008",104.46901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2009","2009",104.4979,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2010","2010",104.30992,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MSR","Montserrat","2002","2002",116.03053,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MSR","Montserrat","2004","2004",107.58621,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MSR","Montserrat","2005","2005",116.47597,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MSR","Montserrat","2006","2006",113.90135,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MSR","Montserrat","2007","2007",106.65236,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1990","1990",109.48708,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1991","1991",110.74062,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1992","1992",109.6061,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1993","1993",105.74616,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1994","1994",108.50544,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1995","1995",111.16205,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1996","1996",109.30959,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1997","1997",106.90223,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1998","1998",106.39183,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1999","1999",104.41342,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2000","2000",116.81503,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2001","2001",117.62403,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2002","2002",118.05503,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2003","2003",120.42709,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2004","2004",118.95461,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2005","2005",117.09291,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2006","2006",117.55355,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2007","2007",111.1024,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2008","2008",110.34272,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2009","2009",109.43241,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2010","2010",110.42701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2011","2011",110.62837,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2012","2012",110.40022,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2013","2013",107.27904,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2014","2014",106.324,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2015","2015",104.74945,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2016","2016",103.90019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2017","2017",104.81678,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRI","Puerto Rico","2009","2009",93.45688,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRI","Puerto Rico","2010","2010",94.06541,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRI","Puerto Rico","2011","2011",86.47527,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRI","Puerto Rico","2012","2012",87.7917,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRI","Puerto Rico","2013","2013",87.96763,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRI","Puerto Rico","2014","2014",88.0133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRI","Puerto Rico","2015","2015",86.69294,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRI","Puerto Rico","2016","2016",80.13269,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1990","1990",95.14075,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1991","1991",88.42025,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1992","1992",85.17292,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1993","1993",85.1892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1994","1994",89.88435,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1995","1995",91.47858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1996","1996",96.89182,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1997","1997",100.58778,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1998","1998",102.23163,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1999","1999",106.21813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2000","2000",105.27577,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2001","2001",106.13567,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2002","2002",105.13687,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2003","2003",106.40053,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2004","2004",101.0169,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2005","2005",103.72298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2006","2006",99.93069,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2007","2007",105.14023,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2008","2008",105.7049,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2009","2009",108.19912,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2010","2010",105.88955,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2011","2011",105.55682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2012","2012",103.98559,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2013","2013",100.4534,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2014","2014",100.77635,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2015","2015",103.59737,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2016","2016",103.35018,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2017","2017",103.80092,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1990","1990",101.37929,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1991","1991",100.7052,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1992","1992",96.37395,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1993","1993",95.42109,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1994","1994",108.14487,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1995","1995",108.14205,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1996","1996",108.36267,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1997","1997",108.70432,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1998","1998",109.19691,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1999","1999",109.26023,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2000","2000",109.12161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2001","2001",108.69251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2002","2002",108.58088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2003","2003",108.74325,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2004","2004",108.22633,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2005","2005",107.93858,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2006","2006",108.14872,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2007","2007",108.6566,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2008","2008",109.05232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2009","2009",108.97689,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2010","2010",108.45767,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2011","2011",107.53651,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2012","2012",105.84405,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2013","2013",104.22848,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2014","2014",102.42883,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2015","2015",102.71543,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2016","2016",103.28333,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1990","1990",106.27963,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1991","1991",108.73403,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1992","1992",110.05863,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1993","1993",109.30941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1994","1994",107.24854,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1995","1995",105.80799,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1996","1996",104.82565,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1997","1997",102.15036,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1998","1998",102.14653,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1999","1999",100.42506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2000","2000",99.64194,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2001","2001",99.96918,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2002","2002",99.43492,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2003","2003",98.83746,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2004","2004",99.72346,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2005","2005",99.5009,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2006","2006",103.11095,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2007","2007",104.33307,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2008","2008",105.61265,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2009","2009",106.59437,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2010","2010",105.25941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2011","2011",104.9312,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2012","2012",104.87103,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2013","2013",117.98873,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2014","2014",108.85324,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2015","2015",108.60579,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2016","2016",109.39269,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2017","2017",107.95848,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","1991","1991",98.85717,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","1992","1992",102.14303,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","1993","1993",102.79332,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","1995","1995",103.16501,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","1996","1996",110.0316,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","1997","1997",77.5808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","1998","1998",110.83465,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","1999","1999",110.69102,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2000","2000",109.85054,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2001","2001",110.72141,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2002","2002",110.77781,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2003","2003",113.78543,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2004","2004",116.61232,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2005","2005",116.56575,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2006","2006",116.03469,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2007","2007",124.12496,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2008","2008",114.36123,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2009","2009",113.15275,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2010","2010",112.77043,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2011","2011",111.89768,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2012","2012",110.10273,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2013","2013",107.54218,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2014","2014",104.42213,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2015","2015",100.88816,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2016","2016",98.20554,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2017","2017",94.87676,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","1990","1990",90.45391,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","1991","1991",93.03308,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","1992","1992",93.54233,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","1993","1993",92.77794,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","1994","1994",91.48616,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","1995","1995",95.56147,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","1999","1999",99.59338,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2000","2000",101.78855,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2001","2001",99.36168,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2002","2002",99.72286,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2003","2003",99.73209,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2004","2004",100.12154,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2005","2005",98.55315,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2006","2006",97.16207,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2007","2007",95.1791,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2008","2008",95.00799,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2009","2009",94.36547,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2010","2010",93.72455,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2011","2011",93.97557,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2012","2012",93.90438,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2013","2013",93.73725,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2014","2014",93.25784,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2015","2015",92.86677,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2016","2016",92.09961,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2017","2017",91.39978,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","1992","1992",85.01768,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2007","2007",94.53634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2008","2008",93.6745,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2009","2009",91.6891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2010","2010",89.86167,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2011","2011",87.62276,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2012","2012",85.74345,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2014","2014",84.41111,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2015","2015",85.06087,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2017","2017",86.08511,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1990","1990",101.51564,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1991","1991",103.07081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1992","1992",104.44472,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1993","1993",105.239,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1994","1994",105.65456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1995","1995",106.51129,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1996","1996",107.51949,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1997","1997",107.33875,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1998","1998",107.48692,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1999","1999",114.6512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2000","2000",110.76781,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2001","2001",111.85486,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2002","2002",109.90878,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2004","2004",114.00481,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2005","2005",111.48145,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2006","2006",113.52201,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2007","2007",112.85774,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2008","2008",114.41996,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2009","2009",115.83392,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2010","2010",115.82174,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2011","2011",114.92933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2012","2012",113.66142,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2013","2013",111.1074,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2014","2014",110.28703,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2015","2015",109.49484,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2016","2016",110.28861,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1990","1990",103.26643,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1991","1991",102.99192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1992","1992",102.27382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1993","1993",101.3586,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1994","1994",100.5137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1995","1995",100.4775,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1996","1996",101.44546,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1998","1998",99.20578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1999","1999",99.7777,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2000","2000",100.33452,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2004","2004",97.59918,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2005","2005",96.56853,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2006","2006",98.19317,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2007","2007",98.47369,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2008","2008",97.74379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2009","2009",98.9738,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2010","2010",98.86029,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2011","2011",98.57233,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2012","2012",100.15881,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2013","2013",101.06714,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2014","2014",102.38115,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2015","2015",103.21786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2016","2016",101.47232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGD","Bangladesh","1990","1990",87.64607,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGD","Bangladesh","2005","2005",96.27806,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGD","Bangladesh","2006","2006",96.49491,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGD","Bangladesh","2007","2007",94.95247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGD","Bangladesh","2008","2008",93.40639,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGD","Bangladesh","2009","2009",97.14728,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGD","Bangladesh","2010","2010",99.23954,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGD","Bangladesh","2017","2017",107.29249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1990","1990",60.1738,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1991","1991",59.90871,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1992","1992",61.70841,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1993","1993",65.37997,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1994","1994",68.0757,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1995","1995",68.79335,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1996","1996",69.12503,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1997","1997",69.80448,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1998","1998",74.00601,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2000","2000",68.61671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2001","2001",62.46736,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2002","2002",60.23942,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2003","2003",56.59184,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2004","2004",56.32611,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2005","2005",57.25294,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2006","2006",55.63942,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2008","2008",59.64108,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2012","2012",104.89683,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2016","2016",111.64928,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1990","1990",70.44421,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1991","1991",70.70729,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1992","1992",63.50462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1993","1993",68.09796,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1994","1994",68.54803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1995","1995",69.23912,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1996","1996",70.39906,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1997","1997",117.29381,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1998","1998",123.72614,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1999","1999",129.14537,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2000","2000",129.99752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2001","2001",131.75498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2002","2002",135.27683,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2003","2003",135.40434,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2004","2004",126.36733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2005","2005",119.70069,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2006","2006",118.01714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2007","2007",116.71246,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2008","2008",119.03563,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2009","2009",119.74261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2010","2010",116.78662,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2011","2011",109.08873,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2012","2012",108.44607,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2013","2013",106.60652,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2015","2015",98.07906,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2016","2016",99.75098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2017","2017",99.00575,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","1993","1993",98.6697,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","1994","1994",97.37368,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","1995","1995",97.81334,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","1996","1996",98.51683,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","1997","1997",98.9372,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","1998","1998",99.23622,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","1999","1999",99.81569,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2000","2000",101.80556,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2001","2001",102.01058,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2002","2002",98.7336,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2003","2003",97.23144,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2004","2004",95.51192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2005","2005",95.66197,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2006","2006",96.88257,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2007","2007",98.45805,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2008","2008",99.58003,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2009","2009",100.11602,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2010","2010",99.63761,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2011","2011",98.98411,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2012","2012",98.41895,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2013","2013",97.78946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2014","2014",97.70069,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2015","2015",98.57701,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2016","2016",99.48309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2005","2005",96.17114,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2007","2007",101.15275,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2008","2008",103.5118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2009","2009",105.46992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2010","2010",106.51609,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2011","2011",106.33263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2012","2012",109.12906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2013","2013",117.08857,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2014","2014",119.95391,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2015","2015",120.19705,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2016","2016",117.26298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","1995","1995",103.81443,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","1997","1997",114.65385,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2001","2001",100.56383,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2002","2002",99.511,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2003","2003",99.8769,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2004","2004",97.4106,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2005","2005",96.76097,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2006","2006",93.66312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2011","2011",90.73171,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2012","2012",88.97959,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2013","2013",87.6701,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2014","2014",88.84228,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2015","2015",91.25964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","1991","1991",105.44705,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","1995","1995",112.18088,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","1998","1998",110.91504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","1999","1999",107.1271,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2000","2000",105.98766,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2001","2001",103.09714,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2002","2002",99.54772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2003","2003",96.81239,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2004","2004",95.28655,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2005","2005",94.48877,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2006","2006",95.80991,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2007","2007",97.34665,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2009","2009",100.28808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2010","2010",102.18409,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2011","2011",103.80757,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2012","2012",106.99394,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2013","2013",105.93221,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2014","2014",108.47247,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2015","2015",108.26646,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2016","2016",110.12504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2017","2017",108.19044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1990","1990",107.20218,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1991","1991",106.7722,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1992","1992",106.37972,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1993","1993",109.08855,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1994","1994",110.59846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1995","1995",114.77014,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1996","1996",118.20349,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1997","1997",116.4929,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1998","1998",112.83247,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1999","1999",111.47791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2000","2000",107.77125,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2001","2001",108.8788,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2002","2002",109.2692,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2003","2003",115.18058,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2004","2004",111.49261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2005","2005",111.80989,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2006","2006",111.47595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2007","2007",110.89811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2008","2008",108.74274,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2009","2009",108.19959,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2010","2010",108.3612,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2011","2011",108.64961,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2012","2012",110.39036,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2013","2013",109.71825,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2014","2014",108.03995,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2015","2015",106.91935,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1990","1990",95.65277,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1991","1991",95.27626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1992","1992",94.74022,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1993","1993",94.88837,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1994","1994",95.22212,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1995","1995",96.3237,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1996","1996",97.26304,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1997","1997",98.81712,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1998","1998",100.44235,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1999","1999",102.5561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2000","2000",104.90501,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2001","2001",101.12341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2002","2002",96.51612,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2003","2003",100.53176,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2004","2004",101.71936,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2005","2005",99.26073,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2007","2007",104.62129,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2008","2008",106.33561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2009","2009",106.53115,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2010","2010",106.16029,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1990","1990",98.18128,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1991","1991",98.43834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1992","1992",99.32859,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1993","1993",98.63774,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1994","1994",96.54806,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1995","1995",98.70356,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1996","1996",99.56122,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1997","1997",99.96602,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1998","1998",101.43652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1999","1999",103.94651,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2000","2000",102.73158,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2001","2001",102.40085,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2002","2002",102.3359,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2003","2003",101.45334,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2004","2004",101.15425,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2005","2005",101.83487,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2006","2006",102.90881,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2007","2007",103.92995,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2008","2008",104.00823,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2009","2009",103.08772,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2010","2010",102.4467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2011","2011",102.13693,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2012","2012",101.27367,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2013","2013",102.28564,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2014","2014",102.03846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2015","2015",101.56099,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2016","2016",100.46331,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","1990","1990",101.05853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","1991","1991",100.28592,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","1992","1992",98.92967,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","1993","1993",102.45771,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","1994","1994",101.82412,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","1995","1995",101.79541,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","1996","1996",102.01518,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","1999","1999",103.82362,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2000","2000",104.83442,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2001","2001",104.07656,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2002","2002",103.16723,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2003","2003",102.36091,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2004","2004",100.80021,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2005","2005",100.46234,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2006","2006",100.73419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2007","2007",101.53366,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2008","2008",102.15671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2009","2009",102.12699,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2010","2010",101.92396,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2011","2011",101.9468,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2012","2012",102.26013,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2013","2013",103.82592,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2014","2014",103.64779,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2015","2015",103.15296,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2016","2016",103.31777,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1990","1990",54.49919,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1991","1991",54.66588,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1992","1992",54.05702,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1993","1993",53.24565,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1994","1994",54.14807,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1995","1995",55.01874,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1996","1996",58.68161,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1997","1997",62.6872,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1998","1998",66.03286,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1999","1999",65.14559,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2000","2000",68.38948,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2001","2001",70.27594,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2002","2002",71.17869,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2003","2003",75.00918,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2004","2004",77.1625,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2005","2005",79.04728,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2006","2006",79.22637,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2007","2007",82.81285,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2008","2008",83.35924,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2009","2009",83.11581,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2010","2010",83.12199,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2011","2011",85.84705,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2012","2012",85.51501,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2013","2013",83.23809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2014","2014",84.15014,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2015","2015",83.52156,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2016","2016",83.08529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2017","2017",84.13893,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PLW","Palau","2003","2003",110.09429,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PLW","Palau","2004","2004",102.88408,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PLW","Palau","2005","2005",102.20838,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PLW","Palau","2006","2006",102.98322,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PLW","Palau","2007","2007",101.44547,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PLW","Palau","2013","2013",114.7814,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PLW","Palau","2014","2014",114.85634,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1990","1990",99.51596,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1991","1991",99.72395,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1992","1992",100.33146,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1993","1993",104.26828,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1994","1994",104.16699,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1995","1995",104.24093,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1996","1996",104.38481,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1997","1997",104.95322,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1998","1998",110.15198,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1999","1999",109.90063,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2000","2000",109.59968,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2001","2001",109.66054,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2002","2002",108.50175,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2003","2003",107.28494,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2004","2004",97.31782,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2005","2005",95.80499,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2006","2006",95.64809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2007","2007",96.69688,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2008","2008",98.71292,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2009","2009",99.90052,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2010","2010",101.4355,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2011","2011",100.42846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2012","2012",101.92617,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2013","2013",120.4289,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2014","2014",120.86082,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2015","2015",122.93879,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2016","2016",124.85048,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","1990","1990",75.93267,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","1991","1991",76.2683,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","1992","1992",80.46682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","1993","1993",83.41989,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","1994","1994",83.87594,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","1995","1995",80.88238,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","1996","1996",72.4354,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","1999","1999",83.8605,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2000","2000",88.14901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2001","2001",87.0425,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2002","2002",88.45622,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2003","2003",90.1547,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2004","2004",91.61087,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2005","2005",92.56455,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2006","2006",94.24347,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2007","2007",87.33862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2008","2008",79.0309,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2009","2009",80.59509,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2010","2010",80.91615,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2011","2011",87.40063,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2012","2012",90.79956,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2013","2013",92.83569,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2014","2014",89.38051,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2016","2016",82.17759,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1990","1990",30.40041,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1991","1991",31.98543,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1992","1992",34.52477,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1993","1993",32.43749,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1994","1994",30.89157,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1995","1995",30.27292,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1996","1996",32.03191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1997","1997",36.94123,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1998","1998",42.32445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1999","1999",45.12335,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2000","2000",48.51145,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2001","2001",51.55178,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2002","2002",55.01259,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2003","2003",57.33951,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2004","2004",59.72285,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2005","2005",57.95541,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2006","2006",57.60848,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2007","2007",57.62525,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2008","2008",64.56393,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2009","2009",68.3464,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2010","2010",69.77731,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2011","2011",76.67241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2012","2012",80.95902,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2013","2013",87.72758,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2014","2014",88.86773,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2015","2015",80.96535,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2016","2016",76.99767,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1991","1991",109.72003,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1992","1992",111.58178,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1993","1993",109.76926,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1996","1996",99.35211,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1997","1997",100.48715,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",98.4279,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",100.12872,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",103.10972,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",105.71281,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",104.00221,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",104.0263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",103.65882,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",103.72182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",105.73388,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",102.99565,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",103.33379,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",102.8597,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",102.49785,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",102.35888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",102.56937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",101.58348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",100.90428,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",97.80713,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",94.61061,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1990","1990",92.09677,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1991","1991",90.89423,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1992","1992",90.51714,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1993","1993",88.58701,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1994","1994",89.37838,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1995","1995",90.41174,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1996","1996",94.34809,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1997","1997",96.40082,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1998","1998",98.68825,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1999","1999",100.57664,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2000","2000",102.44025,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2001","2001",102.94253,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2002","2002",101.46101,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2003","2003",99.91012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2004","2004",98.4815,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2005","2005",97.58176,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2006","2006",96.46679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2007","2007",98.12102,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2008","2008",100.67416,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2009","2009",102.12215,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2010","2010",102.2561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2011","2011",101.57171,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2012","2012",100.78727,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2013","2013",99.18737,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2014","2014",97.57399,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2015","2015",97.04747,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2016","2016",97.19405,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","1991","1991",98.65012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","1992","1992",99.36407,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","1993","1993",98.52075,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","1998","1998",92.51184,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","1999","1999",95.74471,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2000","2000",96.15359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2001","2001",95.9257,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2002","2002",97.43308,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2004","2004",100.35441,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2005","2005",100.4331,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2006","2006",100.9671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2007","2007",100.53977,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2008","2008",100.06842,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2009","2009",98.58485,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2010","2010",96.17933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2011","2011",96.03368,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2012","2012",96.23985,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2013","2013",96.18829,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2014","2014",102.79608,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2015","2015",97.51202,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2016","2016",100.88623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2017","2017",99.53785,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1990","1990",103.08061,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1991","1991",105.32638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1992","1992",103.70612,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1993","1993",103.31301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1994","1994",103.86207,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1995","1995",104.572,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1996","1996",106.31634,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1997","1997",107.63974,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1998","1998",107.27377,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1999","1999",107.57199,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2000","2000",108.04391,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2001","2001",109.33084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2002","2002",109.47261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2003","2003",109.16504,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2004","2004",108.53795,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2005","2005",108.67402,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2006","2006",109.10721,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2007","2007",108.23838,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2008","2008",108.1762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2009","2009",109.39629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2012","2012",110.52238,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2013","2013",111.14216,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2014","2014",105.36212,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1990","1990",91.01035,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1991","1991",59.70329,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1992","1992",57.74696,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1993","1993",67.84965,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1994","1994",80.52196,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1995","1995",90.69578,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1996","1996",104.88716,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1997","1997",108.63642,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1998","1998",106.81779,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1999","1999",101.59493,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2000","2000",98.30228,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2001","2001",95.8013,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2002","2002",98.84414,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2003","2003",100.89198,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2004","2004",102.12086,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2005","2005",104.49347,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2006","2006",102.00425,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2007","2007",104.39846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2008","2008",101.55491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2009","2009",101.59924,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2010","2010",102.26704,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2011","2011",105.40631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2012","2012",104.83093,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2013","2013",103.67136,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2014","2014",103.38667,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2015","2015",102.32352,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2016","2016",100.62799,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2017","2017",97.28807,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1990","1990",89.82577,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1991","1991",84.59458,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1992","1992",84.84911,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1993","1993",86.21183,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1994","1994",89.25502,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1995","1995",95.35986,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1996","1996",98.1831,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1997","1997",99.05418,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1998","1998",98.85061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1999","1999",97.16303,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2000","2000",97.35037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2001","2001",98.57317,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2002","2002",101.63755,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2003","2003",105.32188,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2004","2004",111.62725,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2005","2005",109.16611,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2006","2006",105.01555,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2007","2007",103.27595,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2008","2008",98.48836,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2009","2009",98.42054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2010","2010",98.32523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2011","2011",97.90534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2012","2012",96.96776,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2015","2015",91.12526,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2016","2016",90.00419,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","1990","1990",106.86194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","1991","1991",108.77164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","1992","1992",106.9203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","1993","1993",115.92904,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","1994","1994",121.32808,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","1995","1995",125.24119,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","1999","1999",126.43118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2000","2000",119.38015,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2001","2001",112.38349,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2002","2002",108.26854,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2003","2003",103.70157,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2004","2004",100.3937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2005","2005",99.38462,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2006","2006",98.7268,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2007","2007",101.34243,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2008","2008",102.87563,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2009","2009",106.35721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2010","2010",110.00529,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2011","2011",114.58218,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2012","2012",120.5298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2013","2013",119.47821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2014","2014",117.90775,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2015","2015",117.17141,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2016","2016",114.07005,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","1990","1990",116.51884,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","1991","1991",112.93788,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","1992","1992",133.09174,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","1993","1993",141.13223,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","1994","1994",148.50901,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2001","2001",106.84092,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2002","2002",105.68525,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2005","2005",106.68851,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2006","2006",107.05086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2007","2007",106.07123,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2008","2008",112.86704,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2009","2009",115.8105,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2010","2010",116.67089,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2011","2011",115.44669,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2012","2012",116.93789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2013","2013",116.67312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2014","2014",117.4756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2015","2015",120.67025,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2016","2016",120.93076,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2017","2017",115.76303,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1990","1990",104.78749,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1991","1991",105.41731,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1992","1992",102.73267,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1993","1993",103.32831,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1994","1994",103.4926,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1995","1995",102.18239,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1996","1996",104.6991,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1997","1997",106.02081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1998","1998",107.4654,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1999","1999",107.59919,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2000","2000",106.91315,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2001","2001",105.44722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2002","2002",103.34185,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2003","2003",100.75287,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2004","2004",99.80013,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2005","2005",95.69878,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2006","2006",96.41852,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2007","2007",96.06993,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2008","2008",96.67383,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2009","2009",93.66372,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2010","2010",99.34216,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2011","2011",99.6623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2012","2012",98.73548,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2013","2013",100.27833,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2014","2014",102.75013,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2015","2015",104.72249,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2016","2016",106.63717,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1990","1990",104.54795,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1991","1991",103.8391,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1992","1992",98.40511,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1993","1993",98.35739,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1994","1994",106.20915,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1995","1995",106.27079,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1996","1996",106.30101,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1997","1997",106.61191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1998","1998",107.10746,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1999","1999",106.84703,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2000","2000",106.80368,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2001","2001",106.44444,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2002","2002",106.28225,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2003","2003",106.1854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2004","2004",105.49042,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2005","2005",105.48009,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2006","2006",105.88361,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2007","2007",106.75226,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2008","2008",107.44597,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2009","2009",107.88047,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2010","2010",108.08396,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2011","2011",107.45444,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2012","2012",105.82422,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2013","2013",104.17537,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2014","2014",102.42053,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2015","2015",102.67337,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2016","2016",103.29039,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1990","1990",39.74691,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1991","1991",40.92312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1992","1992",41.53454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1993","1993",42.75571,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1994","1994",44.20702,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1995","1995",46.56571,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1996","1996",49.04333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1998","1998",51.26457,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1999","1999",51.97105,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2000","2000",52.48898,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2001","2001",53.72149,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2002","2002",53.97011,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2003","2003",56.20673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2004","2004",60.25692,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2005","2005",64.6491,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2006","2006",68.16108,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2007","2007",73.49044,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2008","2008",78.37595,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2009","2009",82.20076,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2010","2010",81.61769,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2011","2011",84.6018,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2012","2012",86.32475,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2013","2013",87.11865,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2014","2014",88.45455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2015","2015",89.48951,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2016","2016",92.09327,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2017","2017",94.35262,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1990","1990",94.73204,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1991","1991",95.66076,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1992","1992",91.68821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1993","1993",87.02683,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1994","1994",85.00355,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1995","1995",80.11047,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1996","1996",87.76659,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1998","1998",94.86543,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1999","1999",97.42004,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2000","2000",103.51543,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2001","2001",104.55335,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2002","2002",105.3518,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2003","2003",120.80451,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2004","2004",137.37624,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2005","2005",141.97499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2006","2006",141.12834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2007","2007",141.51542,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2008","2008",144.08798,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2009","2009",150.9977,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2010","2010",145.02659,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2011","2011",144.76315,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2012","2012",144.90282,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2013","2013",144.43192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2014","2014",145.4472,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2015","2015",147.33496,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2016","2016",143.69679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1990","1990",119.17991,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1991","1991",116.08101,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1992","1992",114.87439,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1993","1993",116.82761,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1994","1994",113.14569,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1995","1995",108.42178,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1996","1996",107.4029,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1997","1997",103.25115,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1998","1998",86.5549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1999","1999",56.81837,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2000","2000",82.56474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2001","2001",97.72366,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2002","2002",100.10499,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2003","2003",94.33506,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2004","2004",104.99741,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2005","2005",103.5445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2006","2006",102.04124,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2007","2007",100.91396,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2008","2008",98.37428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2009","2009",101.54574,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2010","2010",103.8393,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2011","2011",103.69996,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2012","2012",107.79683,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","1990","1990",140.50968,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","1991","1991",138.83728,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","1992","1992",140.15627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","1993","1993",138.20642,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","1994","1994",137.33756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","1995","1995",136.18557,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","1996","1996",139.56268,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","1999","1999",132.90436,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2000","2000",135.39943,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2001","2001",123.78436,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2002","2002",127.76967,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2003","2003",123.29421,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2004","2004",124.00296,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2005","2005",120.36681,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2006","2006",130.56803,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2007","2007",128.39375,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2008","2008",124.62664,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2009","2009",134.45391,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2010","2010",137.62514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2011","2011",139.60272,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2012","2012",136.91387,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2013","2013",133.03653,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2014","2014",129.64262,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2015","2015",129.75676,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2016","2016",130.28833,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2017","2017",130.06977,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1990","1990",99.82183,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1991","1991",101.63079,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1992","1992",99.96913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1993","1993",98.94996,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1994","1994",101.99247,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1995","1995",104.53729,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1996","1996",106.82272,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1997","1997",108.56058,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1998","1998",107.71253,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1999","1999",106.27026,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2000","2000",104.71661,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2001","2001",103.47361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2002","2002",101.898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2003","2003",100.46332,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2004","2004",98.60389,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2005","2005",101.09345,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2006","2006",98.27056,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2007","2007",96.73818,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2008","2008",96.08398,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2009","2009",93.50648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2010","2010",93.83547,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2011","2011",95.22043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2012","2012",98.60222,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2013","2013",102.26803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2014","2014",107.67276,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2015","2015",109.76244,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2016","2016",109.77741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2017","2017",110.12736,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2001","2001",54.72485,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2002","2002",54.73568,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2003","2003",56.41688,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2004","2004",57.36252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2005","2005",59.20551,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2006","2006",62.9486,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2007","2007",61.54891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2008","2008",67.84733,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2009","2009",68.35961,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2010","2010",68.083,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2011","2011",65.52474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2012","2012",67.08745,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2013","2013",68.51999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2014","2014",69.84557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2015","2015",70.34825,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2016","2016",73.86533,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2017","2017",75.10828,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1991","1991",101.41726,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1992","1992",98.88792,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1993","1993",100.55309,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1994","1994",100.1409,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1995","1995",101.08677,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1996","1996",102.29098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1997","1997",103.77757,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1998","1998",105.21519,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1999","1999",105.0337,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2000","2000",105.11767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2001","2001",104.19705,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2002","2002",102.41226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2003","2003",101.98542,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2004","2004",102.78415,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2005","2005",103.01598,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2006","2006",104.12809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2007","2007",104.70761,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2008","2008",103.95241,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2009","2009",103.33047,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2010","2010",102.93574,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2011","2011",102.41759,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2012","2012",102.14306,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2013","2013",101.70173,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2014","2014",101.45734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2015","2015",102.38905,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2016","2016",102.98439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1990","1990",88.17874,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1991","1991",89.70252,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1992","1992",96.09631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1993","1993",101.26976,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1994","1994",104.70808,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1995","1995",107.97353,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1996","1996",92.42767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1997","1997",107.77342,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1999","1999",89.19226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2000","2000",86.27593,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2002","2002",94.81836,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2005","2005",100.60026,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2006","2006",106.10733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2007","2007",107.14037,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2010","2010",114.63133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2011","2011",115.7039,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2012","2012",112.8311,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2013","2013",113.90674,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2014","2014",113.22919,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2015","2015",113.532,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2016","2016",114.75134,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2017","2017",114.35142,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1990","1990",34.9034,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1991","1991",38.92698,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1992","1992",41.48562,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1993","1993",45.57431,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1994","1994",47.40607,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1995","1995",50.65423,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1996","1996",53.4313,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1997","1997",57.40762,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1998","1998",61.55357,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1999","1999",63.14743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2000","2000",67.00986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2001","2001",74.412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2002","2002",80.25989,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2003","2003",84.52934,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2004","2004",89.86066,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2005","2005",88.95443,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2006","2006",91.14298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2008","2008",104.45796,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2009","2009",110.50946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2010","2010",113.18227,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2011","2011",115.83195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2012","2012",120.94827,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2013","2013",122.96393,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2014","2014",124.42934,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2015","2015",127.61608,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2016","2016",126.53536,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2017","2017",122.33407,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","1990","1990",86.17775,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","1991","1991",79.02654,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","1992","1992",68.54576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2001","2001",91.84031,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2002","2002",81.35092,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2003","2003",79.6535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2004","2004",69.32127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2005","2005",76.02558,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2006","2006",75.90296,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2007","2007",87.10058,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2008","2008",99.83739,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2009","2009",101.44834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2010","2010",104.3164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2011","2011",104.22402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2012","2012",103.55867,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2016","2016",119.9783,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1990","1990",97.53591,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1991","1991",98.1948,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1992","1992",97.5219,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1993","1993",98.69118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1994","1994",100.43229,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1995","1995",100.23697,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1996","1996",100.83175,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1998","1998",101.43171,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1999","1999",101.16454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2000","2000",101.2867,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2001","2001",101.20901,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2002","2002",103.18656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2004","2004",100.79685,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2005","2005",98.78532,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2006","2006",99.27758,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2007","2007",99.97983,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2008","2008",99.34106,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2009","2009",99.38466,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2010","2010",99.48132,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2011","2011",101.07254,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2012","2012",101.80212,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2013","2013",102.06796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2014","2014",101.87095,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2015","2015",102.12649,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2016","2016",102.38797,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","1990","1990",37.97477,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","1991","1991",36.17928,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","1993","1993",44.47788,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","1994","1994",55.59613,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","1995","1995",59.2225,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","1999","1999",47.50226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2000","2000",42.39327,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2001","2001",42.23234,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2002","2002",97.38646,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2003","2003",123.05834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2004","2004",149.65651,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2005","2005",126.94435,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2006","2006",127.91547,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2007","2007",124.73434,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2008","2008",125.00773,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2009","2009",118.45035,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2010","2010",120.55521,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2011","2011",115.18608,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2012","2012",121.38789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2013","2013",123.69169,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2014","2014",125.67076,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2015","2015",126.22609,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2017","2017",122.74694,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1990","1990",90.82261,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1991","1991",96.14114,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1992","1992",95.62556,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1993","1993",88.36874,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1994","1994",84.78433,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1995","1995",85.80494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1996","1996",90.82984,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1997","1997",95.87549,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1998","1998",97.67625,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1999","1999",98.07904,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2000","2000",102.72653,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2001","2001",104.61322,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2002","2002",105.43242,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2003","2003",106.57549,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2004","2004",106.91467,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2005","2005",106.06287,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2006","2006",105.38695,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2007","2007",105.90466,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2008","2008",105.28508,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2009","2009",104.41373,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2010","2010",103.93294,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2011","2011",103.02507,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2012","2012",101.53613,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2013","2013",100.70234,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2014","2014",99.90319,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2015","2015",99.35778,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2016","2016",99.16083,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2017","2017",99.27409,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1990","1990",99.57908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1991","1991",104.6283,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1992","1992",102.79717,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1993","1993",106.69522,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1995","1995",106.94768,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1996","1996",106.44167,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1997","1997",106.32921,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1998","1998",104.46327,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1999","1999",103.09725,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","2000","2000",102.95583,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","2001","2001",105.66101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","2002","2002",99.70557,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","2003","2003",97.87659,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","2012","2012",101.24346,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","2013","2013",98.6942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1990","1990",104.93659,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1991","1991",104.75059,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1992","1992",107.9021,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1993","1993",108.67052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1994","1994",108.26841,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1995","1995",106.12456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1996","1996",107.43738,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1997","1997",107.46945,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1998","1998",107.68187,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1999","1999",105.41901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2000","2000",104.33154,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2003","2003",109.54096,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2004","2004",108.54809,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2005","2005",105.40124,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2006","2006",109.54924,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2007","2007",105.25986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2008","2008",106.30247,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2009","2009",104.67808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2010","2010",104.93461,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2011","2011",103.13921,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2012","2012",99.47088,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2013","2013",96.35998,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2014","2014",94.19987,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2015","2015",95.75386,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2016","2016",95.77629,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2017","2017",95.00524,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1990","1990",111.00728,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1991","1991",109.61973,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1992","1992",108.12037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1993","1993",107.35332,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1994","1994",104.2508,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1995","1995",105.1979,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1996","1996",109.52592,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1997","1997",106.66246,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1998","1998",108.46046,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1999","1999",108.8684,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2001","2001",108.56598,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2002","2002",108.39068,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2003","2003",108.44678,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2004","2004",107.52298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2005","2005",106.49207,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2006","2006",104.59768,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2007","2007",104.92002,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2008","2008",106.46436,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2009","2009",108.6262,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2014","2014",114.93226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2015","2015",114.60965,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2016","2016",112.67636,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1990","1990",98.27638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1991","1991",95.11038,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1992","1992",94.46898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1993","1993",95.39037,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1994","1994",94.61423,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1995","1995",95.97581,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1996","1996",101.27858,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1997","1997",98.98101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1998","1998",99.4559,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1999","1999",96.88522,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2002","2002",94.44967,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2004","2004",103.73886,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2005","2005",109.16645,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2006","2006",107.84496,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2007","2007",111.21364,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2008","2008",111.24098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2009","2009",107.3562,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2010","2010",107.91145,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2016","2016",95.34399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1990","1990",112.7353,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1991","1991",114.74137,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1992","1992",113.81949,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1993","1993",115.06528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1994","1994",117.84999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1995","1995",119.6816,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1996","1996",123.12451,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1997","1997",122.28752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1999","1999",119.04185,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2000","2000",115.89298,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2001","2001",112.40404,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2002","2002",107.27479,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2003","2003",111.16687,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2004","2004",112.89401,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2005","2005",113.32206,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2006","2006",113.73012,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2007","2007",113.16369,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2008","2008",112.35387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2009","2009",113.02023,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2010","2010",112.5481,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2011","2011",111.40875,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2012","2012",113.79413,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2013","2013",112.03145,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2014","2014",111.73019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2015","2015",113.13851,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2016","2016",114.69241,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2017","2017",113.2829,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","1993","1993",80.04509,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","1994","1994",83.85972,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","1995","1995",84.68077,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","1996","1996",86.34074,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","1997","1997",87.39108,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","1998","1998",91.31492,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","1999","1999",93.59345,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2000","2000",95.52037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2001","2001",97.56242,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2002","2002",100.19974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2003","2003",102.03398,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2005","2005",103.32533,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2006","2006",100.79004,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2007","2007",97.67119,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2008","2008",93.68935,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2009","2009",91.77516,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2010","2010",91.87386,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2011","2011",93.65409,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2012","2012",95.82993,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2013","2013",98.24819,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2014","2014",99.11377,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2015","2015",97.90299,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2016","2016",95.01821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1990","1990",78.08806,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1991","1991",77.78111,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1992","1992",71.04591,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1993","1993",75.71314,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1994","1994",70.97735,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1995","1995",75.05891,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1996","1996",75.34322,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1997","1997",124.85622,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1998","1998",130.02152,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1999","1999",135.12502,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2000","2000",134.07654,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2001","2001",134.20455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2002","2002",136.3694,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2003","2003",136.83886,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2004","2004",127.34723,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2005","2005",120.18301,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2006","2006",117.83871,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2007","2007",116.47275,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2008","2008",118.58078,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2009","2009",119.12591,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2010","2010",115.90117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2011","2011",108.17882,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2012","2012",107.58722,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2013","2013",105.63273,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2015","2015",97.15141,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2016","2016",98.25024,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2017","2017",97.70877,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","1998","1998",82.65306,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2000","2000",114.55526,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2001","2001",107.67123,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2002","2002",95.7672,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2003","2003",87.60218,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2004","2004",102.25989,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2005","2005",128.52941,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2006","2006",103.96197,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2007","2007",93.89671,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2008","2008",95.99384,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2012","2012",96.9521,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2014","2014",101.07672,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2016","2016",108.5396,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1990","1990",93.77723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1991","1991",92.58518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1992","1992",92.49643,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1993","1993",93.50394,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1994","1994",95.48227,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1995","1995",96.94294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1996","1996",100.01578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1997","1997",101.01065,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1998","1998",101.70079,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1999","1999",101.79635,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2000","2000",101.99955,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2001","2001",103.12862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2002","2002",102.45619,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2003","2003",103.81307,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2004","2004",104.42375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2005","2005",102.76723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2006","2006",102.61581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2007","2007",106.14389,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2008","2008",108.60504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2009","2009",109.69629,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2010","2010",108.34743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2011","2011",103.68996,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2012","2012",100.48141,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2013","2013",98.67022,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2014","2014",98.14267,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2015","2015",96.54867,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2016","2016",94.32158,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1990","1990",111.22484,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1991","1991",114.63827,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1992","1992",117.68348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1993","1993",119.23804,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1994","1994",120.6906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1995","1995",99.90964,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1996","1996",100.18157,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1997","1997",97.89544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1998","1998",95.04204,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1999","1999",95.23224,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2000","2000",95.56439,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2001","2001",98.97524,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2002","2002",100.57566,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2003","2003",101.38187,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2004","2004",102.19382,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2005","2005",101.46293,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2006","2006",100.58162,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2007","2007",102.14837,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2008","2008",106.52284,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2009","2009",107.65043,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2010","2010",107.74331,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2011","2011",108.63501,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2012","2012",109.18752,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2013","2013",110.7136,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2014","2014",111.47687,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2015","2015",110.60455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2016","2016",108.88063,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2017","2017",107.05419,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2018","2018",103.991,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1990","1990",83.97711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1991","1991",85.95337,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1992","1992",88.35099,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1993","1993",89.07662,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1994","1994",90.27333,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1995","1995",90.74412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1996","1996",92.36502,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1997","1997",93.86156,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1998","1998",95.43023,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1999","1999",97.5992,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2000","2000",100.23578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2001","2001",99.3616,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2002","2002",100.90696,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2003","2003",101.67793,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2004","2004",102.75857,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2005","2005",103.3606,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2006","2006",103.94566,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2007","2007",105.6626,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2008","2008",105.49488,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2009","2009",108.42647,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2010","2010",111.39396,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2011","2011",112.64272,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2012","2012",114.44351,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2013","2013",116.09495,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2014","2014",115.2579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2015","2015",112.78677,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2016","2016",110.60965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2017","2017",108.78373,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","1992","1992",136.13663,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","1994","1994",139.70739,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","1995","1995",146.01985,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","1996","1996",144.05206,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","1997","1997",143.65997,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","1999","1999",141.63546,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","2001","2001",136.71064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","2002","2002",142.90815,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","2003","2003",139.49188,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","2011","2011",140.77766,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1990","1990",99.48998,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1991","1991",99.61612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1992","1992",100.17769,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1993","1993",103.541,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1994","1994",103.42572,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1995","1995",103.51195,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1996","1996",103.64884,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1997","1997",104.20767,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1998","1998",108.3311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1999","1999",108.31923,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2000","2000",108.24982,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2001","2001",108.31652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2002","2002",107.07614,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2003","2003",105.96564,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2004","2004",97.54298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2005","2005",95.94527,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2006","2006",95.7624,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2007","2007",96.82761,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2008","2008",98.96444,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2009","2009",100.13853,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2010","2010",101.69411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2011","2011",100.62391,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2012","2012",102.00494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2013","2013",117.06264,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2014","2014",117.66868,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2015","2015",120.49341,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2016","2016",123.28518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1991","1991",99.72928,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1992","1992",91.86258,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1993","1993",81.10421,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1994","1994",82.07901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1995","1995",88.54333,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1996","1996",94.38205,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1997","1997",93.75623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1998","1998",95.65143,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1999","1999",97.34874,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2000","2000",99.69438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2001","2001",102.07739,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2002","2002",102.73884,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2003","2003",105.52708,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2004","2004",108.2311,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2005","2005",97.95883,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2006","2006",100.72519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2007","2007",99.71752,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2008","2008",102.80294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2009","2009",113.49328,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2010","2010",124.21524,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2011","2011",120.57118,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2012","2012",115.16169,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2013","2013",107.36088,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2014","2014",100.82364,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2015","2015",100.31621,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2016","2016",103.00329,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2017","2017",103.29629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1990","1990",99.94875,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1991","1991",97.37759,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1992","1992",91.50419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1994","1994",84.63629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1995","1995",82.51145,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1996","1996",75.9313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1997","1997",79.59321,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1998","1998",81.85731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1999","1999",84.46444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2000","2000",86.95113,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2001","2001",102.97776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2002","2002",103.04703,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2003","2003",103.22558,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2004","2004",107.87132,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2005","2005",105.91733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2006","2006",104.81663,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2007","2007",106.8262,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2008","2008",106.96159,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2009","2009",108.96139,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2010","2010",110.93279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2011","2011",110.08891,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2012","2012",114.63582,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2014","2014",116.2432,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2015","2015",119.23836,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2016","2016",119.15507,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2017","2017",113.17166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1990","1990",103.16333,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1991","1991",104.29873,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1992","1992",99.98114,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1993","1993",98.12705,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1994","1994",98.28137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1995","1995",98.82304,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1996","1996",96.29738,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1997","1997",92.01275,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1998","1998",89.08809,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","2007","2007",101.5371,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","2012","2012",101.91634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","2013","2013",101.60238,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","2014","2014",106.31584,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","2015","2015",114.32178,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","2016","2016",108.88198,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","1991","1991",115.55047,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","1992","1992",113.54277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","1993","1993",114.97087,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","1995","1995",118.20913,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","1998","1998",120.17355,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","1999","1999",121.37484,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2000","2000",120.9069,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2001","2001",120.7502,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2002","2002",120.42453,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2003","2003",118.94069,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2004","2004",118.28448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2005","2005",118.01604,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2006","2006",117.34209,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2007","2007",117.15623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2008","2008",113.61294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2009","2009",111.6847,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2010","2010",110.97935,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2011","2011",107.51534,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2012","2012",101.19406,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2013","2013",102.9816,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2014","2014",101.427,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2015","2015",101.70003,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2016","2016",103.30788,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2017","2017",101.78656,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2018","2018",102.61239,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIU","Niue","1998","1998",109.58904,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIU","Niue","1999","1999",98.63014,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIU","Niue","2001","2001",116.51376,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIU","Niue","2004","2004",112.5,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIU","Niue","2005","2005",118.91892,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIU","Niue","2014","2014",127.39726,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIU","Niue","2015","2015",147.22222,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIU","Niue","2016","2016",132.46753,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","1998","1998",76.44212,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","1999","1999",95.43028,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","2000","2000",112.98687,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","2006","2006",92.76723,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","2008","2008",93.50053,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","2009","2009",99.89585,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","2011","2011",102.64115,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","2014","2014",95.86035,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","2015","2015",94.08947,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","2016","2016",93.83496,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","1990","1990",103.48202,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","1991","1991",107.63941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","1992","1992",107.30412,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","1993","1993",119.96062,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","1994","1994",127.60748,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","1995","1995",133.26649,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","1999","1999",128.3598,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2000","2000",120.38855,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2001","2001",113.01167,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2002","2002",108.22741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2003","2003",103.99682,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2004","2004",100.3354,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2005","2005",99.39987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2006","2006",98.08497,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2007","2007",99.67708,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2008","2008",101.30735,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2009","2009",104.73343,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2010","2010",108.81134,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2011","2011",114.04148,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2012","2012",119.01213,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2013","2013",118.27358,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2014","2014",117.94911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2015","2015",116.01232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2016","2016",112.33318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1990","1990",98.42815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1991","1991",91.10316,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1992","1992",87.64822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1993","1993",86.22423,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1994","1994",90.88463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1995","1995",91.6507,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1996","1996",95.32536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1997","1997",99.25429,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1998","1998",106.41941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1999","1999",107.0358,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2000","2000",105.15015,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2001","2001",104.63149,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2002","2002",107.97526,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2003","2003",110.52124,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2004","2004",105.07605,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2005","2005",105.44148,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2006","2006",97.06985,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2007","2007",105.77886,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2008","2008",105.766,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2009","2009",107.48435,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2010","2010",105.28296,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2011","2011",106.24364,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2012","2012",102.32858,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2013","2013",98.07254,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2014","2014",99.34701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2015","2015",102.99762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2016","2016",103.66955,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2017","2017",104.22248,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1990","1990",67.26951,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1991","1991",63.77642,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1992","1992",64.84944,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1993","1993",67.51524,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1994","1994",70.46473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1995","1995",73.52323,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1996","1996",76.20004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1997","1997",78.38871,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1998","1998",81.66124,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1999","1999",87.13137,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2000","2000",92.47805,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2001","2001",96.99172,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2002","2002",102.10398,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2003","2003",104.7634,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2004","2004",105.27307,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2005","2005",105.80413,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2006","2006",105.77663,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2007","2007",107.68398,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2008","2008",107.31575,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2009","2009",107.09075,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2010","2010",109.56186,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2011","2011",110.51019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2012","2012",110.44147,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2013","2013",110.01044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2014","2014",109.67567,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2015","2015",109.29682,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2016","2016",110.25835,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2017","2017",112.29362,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1990","1990",105.81592,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1991","1991",107.2622,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1992","1992",107.94999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1993","1993",108.33383,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1994","1994",110.23413,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1995","1995",110.29851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1996","1996",109.59936,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1997","1997",108.60209,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1998","1998",109.44747,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1999","1999",110.82278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2000","2000",111.41904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2001","2001",112.13195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2002","2002",111.75639,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2003","2003",111.20454,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2004","2004",110.2671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2005","2005",109.33501,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2006","2006",107.38033,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2007","2007",103.60478,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2008","2008",102.69381,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2009","2009",103.58187,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2010","2010",105.33935,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2011","2011",105.95877,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2012","2012",108.37547,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2013","2013",109.46552,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2014","2014",111.4803,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2015","2015",112.6648,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2016","2016",113.1822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1990","1990",69.57999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1991","1991",69.99701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1992","1992",69.43304,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1993","1993",69.63639,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1994","1994",68.56105,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1995","1995",68.06123,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1996","1996",67.29982,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1997","1997",67.40715,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1998","1998",65.39908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1999","1999",66.07742,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2000","2000",67.4801,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2001","2001",73.32872,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2002","2002",87.62642,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2003","2003",93.74636,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2004","2004",98.60896,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2005","2005",102.26894,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2006","2006",105.13916,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2007","2007",106.64923,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2008","2008",107.05413,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2009","2009",101.17085,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2010","2010",97.39849,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2011","2011",92.01967,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2012","2012",89.27092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2013","2013",85.54325,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2014","2014",82.62456,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2015","2015",80.74313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2016","2016",81.51317,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2017","2017",85.25625,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","1990","1990",105.91312,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","1991","1991",108.53307,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","1996","1996",110.71075,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","1997","1997",108.20969,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","1998","1998",112.34576,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","1999","1999",116.08617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2000","2000",117.05999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2001","2001",117.83767,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2002","2002",118.54456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2003","2003",116.22238,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2004","2004",117.35349,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2005","2005",116.56916,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2006","2006",118.41834,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2007","2007",119.0761,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2008","2008",119.09285,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2009","2009",117.84417,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2010","2010",115.88849,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2011","2011",113.99614,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2012","2012",112.20404,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2013","2013",109.97996,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2014","2014",109.74561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2015","2015",109.74254,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2016","2016",109.2298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1990","1990",105.69083,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1991","1991",103.08825,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1992","1992",101.44521,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1993","1993",100.46859,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1994","1994",100.24938,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1995","1995",101.66457,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1996","1996",100.39059,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1997","1997",101.78105,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1998","1998",102.01406,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1999","1999",100.60794,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2000","2000",99.45583,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2001","2001",98.08353,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2002","2002",97.61746,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2003","2003",98.66995,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2004","2004",98.87743,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2005","2005",100.12016,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2006","2006",100.5308,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2007","2007",100.73534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2008","2008",101.10342,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2009","2009",100.98746,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2010","2010",100.95279,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2011","2011",99.43149,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2012","2012",98.01689,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2013","2013",97.62841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2014","2014",97.46179,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2015","2015",97.68881,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2016","2016",98.46014,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2017","2017",99.80442,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1990","1990",105.5158,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1991","1991",107.15854,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1992","1992",108.07455,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1993","1993",112.16964,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1994","1994",112.07202,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1995","1995",113.93677,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1996","1996",116.40285,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1997","1997",116.09445,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1998","1998",121.45436,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1999","1999",119.36409,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2000","2000",120.2436,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2001","2001",119.36479,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2002","2002",117.89832,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2003","2003",113.61889,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2004","2004",112.1669,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2005","2005",111.93907,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2006","2006",109.10977,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2007","2007",106.9861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2008","2008",105.23419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2009","2009",104.01108,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2010","2010",103.9259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2011","2011",102.94866,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2012","2012",105.98738,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1990","1990",99.97047,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1991","1991",99.48718,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1992","1992",98.67504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1993","1993",98.93524,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1994","1994",99.01025,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1995","1995",99.55815,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1996","1996",99.85482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1997","1997",78.75993,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1998","1998",101.38126,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1999","1999",102.31727,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2000","2000",101.59252,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2001","2001",101.57909,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2002","2002",102.57017,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2003","2003",102.30289,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2004","2004",102.53377,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2005","2005",102.88286,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2006","2006",102.72272,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2007","2007",102.79633,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2008","2008",102.22365,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2009","2009",102.65627,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2010","2010",103.27957,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2011","2011",103.31994,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2012","2012",102.12337,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2013","2013",101.76779,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2014","2014",101.32018,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2015","2015",100.97736,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2016","2016",101.04296,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","1992","1992",118.89962,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","1993","1993",122.66911,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","1994","1994",126.83824,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","1995","1995",124.76802,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","1996","1996",124.72297,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","1997","1997",122.32248,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","1998","1998",126.9009,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","1999","1999",128.15156,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2000","2000",128.06702,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2001","2001",127.49904,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2002","2002",127.01957,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2003","2003",128.19295,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2004","2004",127.72682,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2005","2005",121.12439,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2006","2006",119.59696,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2007","2007",114.29256,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2008","2008",111.73073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2009","2009",109.32259,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2015","2015",102.27797,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2016","2016",101.35644,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2017","2017",101.56626,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1990","1990",57.90702,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1991","1991",56.46243,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1992","1992",56.3381,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1993","1993",55.26566,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1994","1994",57.3024,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1995","1995",58.29184,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1996","1996",58.84146,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1997","1997",59.90546,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1998","1998",61.45005,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1999","1999",62.9671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2000","2000",62.77164,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2001","2001",65.47071,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2002","2002",64.61166,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2003","2003",63.54639,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2006","2006",60.56274,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2007","2007",61.08235,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2008","2008",64.52349,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2009","2009",64.84481,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2011","2011",73.49784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2012","2012",77.07549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2013","2013",79.03377,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2014","2014",81.95837,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2015","2015",85.94784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2016","2016",91.30295,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2017","2017",94.04374,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","1990","1990",114.91381,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","1992","1992",106.21656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","1999","1999",103.05201,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2000","2000",101.60858,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2001","2001",99.8299,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2002","2002",97.20949,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2003","2003",97.6301,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2004","2004",95.90619,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2005","2005",96.32597,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2006","2006",99.20792,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2007","2007",99.35836,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2008","2008",101.13745,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2009","2009",100.17301,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2010","2010",98.90129,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2011","2011",98.39122,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2014","2014",93.12511,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2015","2015",92.81136,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2016","2016",91.96902,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2017","2017",92.61049,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1990","1990",111.20971,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1991","1991",110.22572,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1992","1992",106.7126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1993","1993",104.65438,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1994","1994",104.28247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1995","1995",104.95813,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1996","1996",106.23351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1997","1997",106.47946,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1998","1998",106.27334,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1999","1999",105.46701,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2000","2000",105.01291,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2001","2001",102.64405,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2002","2002",101.52679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2003","2003",101.41716,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2004","2004",102.14603,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2005","2005",103.33926,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2006","2006",104.08322,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2007","2007",103.64388,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2008","2008",104.07785,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2009","2009",102.65244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2010","2010",102.52745,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2011","2011",102.58664,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2012","2012",102.6248,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2013","2013",101.11203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2014","2014",101.42498,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2015","2015",102.03851,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2016","2016",101.56208,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2017","2017",100.67731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","1995","1995",92.0654,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","1996","1996",93.46228,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","1997","1997",95.30288,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","1999","1999",96.32808,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2000","2000",96.52987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2001","2001",95.3061,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2002","2002",93.40173,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2003","2003",91.7472,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2004","2004",88.51355,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2005","2005",88.21647,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2006","2006",87.14375,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2007","2007",87.21234,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2008","2008",88.46439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2009","2009",89.46957,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2010","2010",91.00265,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2011","2011",92.51626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2012","2012",94.60831,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2013","2013",94.59393,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2014","2014",95.16964,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2015","2015",94.39183,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2016","2016",93.92092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2017","2017",95.2484,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1990","1990",28.17876,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1991","1991",27.48824,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1992","1992",28.74382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1993","1993",27.15124,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1994","1994",28.56857,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1995","1995",29.43873,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1996","1996",28.77225,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1997","1997",28.08505,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1998","1998",27.67283,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1999","1999",27.11052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2000","2000",27.571,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2001","2001",31.27732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2002","2002",33.31115,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2004","2004",37.36175,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2005","2005",39.38538,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2006","2006",41.34509,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2007","2007",44.69309,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2008","2008",53.7467,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2009","2009",52.99077,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2011","2011",58.37696,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2012","2012",60.55498,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2013","2013",59.80456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2014","2014",60.61022,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2015","2015",60.36321,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2016","2016",59.70336,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2017","2017",60.17906,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2018","2018",60.8378,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1990","1990",98.22401,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1991","1991",98.37955,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1992","1992",98.98588,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1993","1993",99.1813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1994","1994",99.1686,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1995","1995",98.83532,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1996","1996",99.15891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1997","1997",99.27598,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1998","1998",99.76716,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1999","1999",100.22426,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2000","2000",100.96644,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2001","2001",101.00082,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2002","2002",100.05781,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2003","2003",99.23106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2004","2004",98.32927,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2005","2005",98.03266,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2006","2006",97.8172,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2007","2007",98.32286,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2008","2008",98.5618,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2009","2009",98.8837,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2010","2010",99.15133,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2011","2011",99.34832,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2012","2012",99.91547,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2013","2013",99.95229,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2014","2014",100.38771,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2015","2015",100.24128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2016","2016",100.19235,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBY","Libya","1999","1999",106.93234,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBY","Libya","2001","2001",104.56087,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBY","Libya","2002","2002",103.36043,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBY","Libya","2003","2003",101.71986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBY","Libya","2004","2004",104.09456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBY","Libya","2005","2005",101.74099,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBY","Libya","2006","2006",106.98834,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","1990","1990",103.67306,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","1991","1991",103.11735,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","1992","1992",99.77833,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","1993","1993",99.52681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","1996","1996",99.37907,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","1997","1997",77.88938,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","1998","1998",103.49539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","1999","1999",105.46342,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2000","2000",105.9884,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2002","2002",105.24626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2003","2003",103.89902,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2004","2004",107.67974,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2005","2005",106.79532,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2006","2006",106.38612,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2007","2007",106.63499,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2008","2008",106.42934,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2009","2009",104.63232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2010","2010",101.36706,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2011","2011",100.44149,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2012","2012",99.92658,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2013","2013",98.17578,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2014","2014",98.09957,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2015","2015",98.70303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2016","2016",99.79863,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2017","2017",101.4712,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","1991","1991",108.31915,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","1992","1992",90.34529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","1993","1993",89.52977,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","1996","1996",84.62887,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","1999","1999",97.85262,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","2000","2000",96.64963,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","2003","2003",105.88984,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","2004","2004",104.37432,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","2007","2007",108.13396,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1991","1991",51.16208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1992","1992",50.575,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1993","1993",55.74506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1994","1994",58.48704,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1995","1995",62.0543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1996","1996",65.67853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1997","1997",68.68492,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1998","1998",70.46257,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1999","1999",72.34832,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2000","2000",75.39807,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2001","2001",78.59638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2002","2002",81.50711,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2003","2003",84.69254,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2004","2004",88.3253,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2005","2005",91.11964,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2006","2006",94.30177,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2007","2007",97.29989,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2008","2008",99.96514,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2009","2009",103.81031,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2010","2010",106.5379,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2011","2011",108.36972,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2012","2012",108.49728,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2013","2013",102.72056,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2014","2014",100.2218,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2015","2015",97.85642,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2016","2016",94.97578,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2017","2017",92.57596,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1990","1990",112.56595,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1991","1991",111.76357,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1992","1992",110.54696,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1993","1993",108.92973,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1994","1994",109.35328,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1995","1995",108.5859,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1996","1996",108.01769,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1997","1997",107.92561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1998","1998",107.5225,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1999","1999",109.72668,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2000","2000",107.20612,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2001","2001",108.47068,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2002","2002",108.66266,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2003","2003",108.45493,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2004","2004",108.03641,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2005","2005",106.12461,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2006","2006",104.48278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2007","2007",107.25382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2008","2008",107.2079,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2009","2009",108.19964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2010","2010",112.20758,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2011","2011",112.35961,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2012","2012",109.43037,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2013","2013",106.0857,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2014","2014",103.38523,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2015","2015",102.42373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2016","2016",101.41333,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2017","2017",101.1903,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2003","2003",107.36647,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2004","2004",108.30915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2005","2005",112.77271,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2006","2006",117.60061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2007","2007",119.62904,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2008","2008",122.32164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2009","2009",116.91919,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2010","2010",111.23473,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2011","2011",98.05877,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2012","2012",96.89635,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2015","2015",96.07652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2016","2016",97.37355,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2017","2017",98.93736,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","1990","1990",96.4933,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","1991","1991",105.77733,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","1992","1992",114.82152,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","1993","1993",116.36143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","1994","1994",116.836,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","1995","1995",111.66888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","1999","1999",98.84662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2000","2000",101.96174,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2001","2001",100.97528,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2002","2002",100.44315,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2003","2003",102.19251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2004","2004",102.10667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2005","2005",101.00054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2006","2006",101.07029,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2008","2008",101.27048,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2009","2009",100.08839,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2010","2010",99.14171,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2014","2014",103.25767,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2016","2016",111.20725,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2017","2017",116.07028,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1990","1990",111.77857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1991","1991",110.80403,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1992","1992",107.38745,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1993","1993",105.19423,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1994","1994",104.42218,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1995","1995",104.84759,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1996","1996",105.92681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1997","1997",106.28909,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1998","1998",106.20351,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1999","1999",105.40658,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2000","2000",104.56011,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2001","2001",102.36981,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2002","2002",101.50146,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2003","2003",101.41462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2004","2004",102.04204,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2005","2005",103.22554,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2006","2006",103.93523,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2007","2007",103.58659,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2008","2008",103.788,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2009","2009",102.78666,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2010","2010",102.78602,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2011","2011",102.99303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2012","2012",103.00025,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2013","2013",101.95505,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2014","2014",102.44635,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2015","2015",102.92054,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2016","2016",102.45341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2017","2017",101.55296,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1990","1990",109.22255,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1991","1991",109.44884,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1992","1992",109.81312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1993","1993",110.00532,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1994","1994",109.18015,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1995","1995",108.8546,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1996","1996",108.78788,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1997","1997",113.3898,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1998","1998",112.50772,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1999","1999",112.05098,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2000","2000",109.92088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2001","2001",109.49885,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2002","2002",111.4389,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2003","2003",112.51237,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2004","2004",114.12747,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2005","2005",115.31934,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2006","2006",116.89203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2007","2007",116.3292,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2008","2008",115.72217,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2009","2009",115.29986,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2010","2010",113.88155,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2013","2013",111.13139,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2014","2014",109.76025,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2015","2015",108.58135,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2016","2016",106.59592,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1990","1990",94.15186,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1991","1991",95.19799,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1992","1992",96.57735,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1993","1993",97.22807,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1994","1994",97.46788,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1995","1995",97.54031,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1996","1996",97.79234,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1998","1998",95.82314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1999","1999",95.04428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2000","2000",98.67921,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2001","2001",98.01729,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2002","2002",96.53462,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2003","2003",97.24063,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2004","2004",99.67158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2005","2005",100.03054,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2006","2006",98.96984,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2007","2007",98.52838,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2008","2008",98.79228,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2009","2009",99.57308,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2010","2010",100.66953,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2011","2011",102.22976,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2012","2012",103.88036,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2013","2013",105.55593,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2014","2014",104.65555,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2015","2015",103.19941,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2016","2016",103.84107,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2017","2017",103.59853,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","1990","1990",103.73992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","1991","1991",105.91987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","1994","1994",114.10031,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","1995","1995",115.43133,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","1997","1997",114.13231,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","1998","1998",112.59672,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","1999","1999",111.96089,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2000","2000",106.42105,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2001","2001",105.31685,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2002","2002",106.02412,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2003","2003",106.34144,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2004","2004",106.28188,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2005","2005",104.54276,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2006","2006",103.73944,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2007","2007",104.20789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2008","2008",102.94543,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2009","2009",101.47024,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2010","2010",99.89935,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2011","2011",98.77835,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2012","2012",99.12365,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2013","2013",99.50453,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2014","2014",100.63309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2015","2015",106.55813,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2016","2016",104.1744,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1990","1990",102.40166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1991","1991",103.7977,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1992","1992",105.22707,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1993","1993",106.00615,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1994","1994",106.43875,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1995","1995",107.24337,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1996","1996",108.11865,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1997","1997",108.31086,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1998","1998",108.42552,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1999","1999",116.22026,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2000","2000",112.60983,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2001","2001",112.83928,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2002","2002",111.71069,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2004","2004",115.40747,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2005","2005",112.97104,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2006","2006",114.78454,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2007","2007",114.0133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2008","2008",115.48732,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2009","2009",117.0313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2010","2010",116.99394,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2011","2011",115.97727,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2012","2012",114.55723,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2013","2013",111.83539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2014","2014",110.78713,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2015","2015",109.81741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2016","2016",109.9691,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","1991","1991",102.36979,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","1992","1992",100.13567,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","1993","1993",103.58512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","1994","1994",95.14137,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","1995","1995",91.36811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","1996","1996",91.73385,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","1997","1997",122.51556,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","1999","1999",126.46702,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2000","2000",98.02924,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2001","2001",101.0499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2002","2002",95.23411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2003","2003",94.24714,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2004","2004",94.66507,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2005","2005",94.61534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2006","2006",98.99294,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2007","2007",112.13004,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2008","2008",113.4128,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2009","2009",109.19149,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2010","2010",97.65228,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2011","2011",97.64802,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2012","2012",98.33298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2013","2013",97.84535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2014","2014",96.14145,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2015","2015",94.11642,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2016","2016",93.95648,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2017","2017",94.02585,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1990","1990",106.76084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",105.41058,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",104.10319,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",100.73473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",100.60893,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",100.29797,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2001","2001",100.16282,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.74833,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.90733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",105.83281,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",106.28205,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",104.98285,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",103.20044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",105.08718,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",104.36741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",104.7476,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",104.68186,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",106.5262,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2013","2013",107.34174,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2014","2014",107.55789,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2015","2015",101.90924,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",101.41373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1990","1990",120.52095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1991","1991",117.68291,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1992","1992",115.30692,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1993","1993",112.15557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1994","1994",109.52887,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1995","1995",107.45854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1996","1996",104.9615,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1997","1997",103.45469,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1998","1998",104.25917,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2001","2001",109.88785,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2002","2002",114.20123,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2003","2003",118.63986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2006","2006",105.1173,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2007","2007",107.30195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2008","2008",108.83968,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2009","2009",108.49649,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2010","2010",106.56341,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2011","2011",105.14886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2012","2012",104.69466,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2013","2013",103.81525,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2014","2014",99.29604,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2015","2015",99.51004,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2016","2016",101.17671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2017","2017",102.63429,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1990","1990",98.22069,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1991","1991",98.07243,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1992","1992",97.49365,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1993","1993",98.94955,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1994","1994",98.55147,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1995","1995",97.18548,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1996","1996",97.27895,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1997","1997",98.25462,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1998","1998",98.88957,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1999","1999",98.16282,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2000","2000",97.84758,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2001","2001",97.60589,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2002","2002",96.65654,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2003","2003",95.72253,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2004","2004",94.91709,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2005","2005",94.26749,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2006","2006",94.31535,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2007","2007",94.40535,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2008","2008",94.44331,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2009","2009",95.15295,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2010","2010",96.20869,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2011","2011",97.30095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2012","2012",99.84214,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2013","2013",99.90081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2014","2014",99.44365,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2015","2015",105.3946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2016","2016",110.64742,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1990","1990",107.55534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1991","1991",104.62341,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1992","1992",95.29632,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1994","1994",89.06514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1995","1995",86.78047,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1996","1996",81.64623,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1997","1997",85.01999,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1998","1998",89.26013,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1999","1999",92.48297,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2000","2000",93.65432,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2001","2001",110.03523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2002","2002",110.54633,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2003","2003",111.20405,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2004","2004",116.00756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2005","2005",115.05639,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2006","2006",113.88247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2007","2007",114.73634,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2008","2008",114.90574,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2009","2009",116.66609,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2010","2010",118.90465,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2011","2011",117.65695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2012","2012",122.07809,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2014","2014",122.85619,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2015","2015",125.54358,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2016","2016",125.32557,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2017","2017",119.03782,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1990","1990",96.15675,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1991","1991",99.17335,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1992","1992",89.47402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1993","1993",89.77489,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1994","1994",99.89522,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1995","1995",90.31954,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1996","1996",105.73854,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1997","1997",98.4849,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1999","1999",94.57868,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2000","2000",94.16543,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2001","2001",94.61075,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2002","2002",95.73487,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2003","2003",96.78891,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2004","2004",97.83243,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2005","2005",99.44846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2006","2006",101.96718,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2007","2007",103.62587,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2009","2009",105.68713,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2010","2010",105.06117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2011","2011",101.04234,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2012","2012",103.67918,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2013","2013",102.95932,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2014","2014",101.27366,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2016","2016",103.58544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2017","2017",104.81786,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1990","1990",110.46349,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1991","1991",111.87321,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1992","1992",113.16535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1993","1993",111.98367,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1994","1994",112.06026,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1995","1995",111.43274,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1996","1996",111.03472,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1997","1997",110.19927,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1998","1998",108.87453,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1999","1999",110.46051,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2000","2000",111.38796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2001","2001",113.20884,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2002","2002",115.10577,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2003","2003",123.95778,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2004","2004",122.96434,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2005","2005",121.85548,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2006","2006",119.36316,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2007","2007",118.02737,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2008","2008",117.89415,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2009","2009",118.04811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2010","2010",120.76444,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2011","2011",126.15346,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2012","2012",127.57075,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2013","2013",77.26212,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1990","1990",97.68508,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1991","1991",98.25418,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1992","1992",97.43151,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1993","1993",98.5662,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1994","1994",100.32467,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1995","1995",100.40299,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1996","1996",100.64478,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1998","1998",101.58511,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1999","1999",101.33479,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2000","2000",101.42744,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2001","2001",101.36166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2002","2002",103.32261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2004","2004",100.73233,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2005","2005",98.73159,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2006","2006",99.30144,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2007","2007",100.01443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2008","2008",99.61407,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2009","2009",99.56391,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2010","2010",99.58078,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2011","2011",100.78067,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2012","2012",101.3583,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2013","2013",101.55017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2014","2014",101.30037,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2015","2015",101.46172,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2016","2016",101.80483,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","1993","1993",96.47978,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","1994","1994",96.02348,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","1995","1995",95.68869,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","1996","1996",96.24239,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","1997","1997",97.05105,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","1998","1998",99.40149,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","1999","1999",109.85594,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2000","2000",112.2832,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2001","2001",113.55464,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2002","2002",110.92961,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2003","2003",101.08202,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2004","2004",97.70038,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2005","2005",96.14571,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2006","2006",97.69489,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2007","2007",100.39435,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2008","2008",103.9508,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2009","2009",104.91202,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2010","2010",103.57496,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2011","2011",101.39934,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2012","2012",99.28916,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2013","2013",97.96284,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2014","2014",98.46209,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2015","2015",99.64962,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2016","2016",102.05875,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2017","2017",101.41328,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","1990","1990",114.48531,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","1992","1992",106.29934,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","1999","1999",102.21819,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2000","2000",100.65803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2001","2001",99.27465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2002","2002",96.76939,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2003","2003",96.66527,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2004","2004",94.9681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2005","2005",96.14122,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2006","2006",98.2503,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2007","2007",99.691,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2008","2008",101.23167,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2009","2009",100.54415,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2010","2010",99.70518,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2011","2011",98.41721,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2014","2014",93.63142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2015","2015",93.01157,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2016","2016",92.58217,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2017","2017",91.78674,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","1991","1991",95.45818,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","1992","1992",92.15624,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","1993","1993",90.99543,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","1995","1995",93.1224,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","1996","1996",94.51697,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","1997","1997",98.37623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","1999","1999",101.96912,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2000","2000",100.27465,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2001","2001",98.03663,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2003","2003",95.43656,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2005","2005",100.20671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2007","2007",97.79343,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2008","2008",99.3443,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2009","2009",95.56001,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2010","2010",96.68797,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2011","2011",98.43176,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2012","2012",97.13253,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1990","1990",92.25543,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1991","1991",61.28145,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1992","1992",57.69974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1993","1993",67.00216,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1994","1994",80.06154,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1995","1995",90.12266,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1996","1996",109.90018,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1997","1997",115.42623,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1998","1998",112.69475,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1999","1999",104.60612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2000","2000",97.23392,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2001","2001",91.91219,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2002","2002",94.07334,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2003","2003",95.34582,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2004","2004",97.91432,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2005","2005",102.72164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2006","2006",102.12176,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2007","2007",105.56398,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2008","2008",102.72424,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2009","2009",102.59538,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2010","2010",103.02265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2011","2011",105.53351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2012","2012",103.86424,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2013","2013",101.9889,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2014","2014",101.76118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2015","2015",100.38145,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2016","2016",98.75963,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2017","2017",97.45408,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1990","1990",84.27976,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1991","1991",88.19402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1992","1992",90.73485,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1993","1993",93.72209,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1994","1994",96.43874,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1995","1995",95.04663,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1996","1996",94.30836,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1997","1997",95.80677,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1998","1998",96.19962,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1999","1999",102.8019,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2000","2000",103.66863,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2001","2001",107.97008,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2002","2002",116.35111,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2003","2003",117.81101,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2004","2004",120.57073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2005","2005",121.90091,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2006","2006",125.55755,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2007","2007",124.61867,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2008","2008",124.64461,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2010","2010",123.76387,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TKL","Tokelau","2000","2000",113.33333,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TKL","Tokelau","2001","2001",119.41748,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TKL","Tokelau","2002","2002",131.1828,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TKL","Tokelau","2003","2003",132.55814,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TKL","Tokelau","2016","2016",95.2381,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1990","1990",121.02316,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1991","1991",118.85849,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1992","1992",121.44338,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1993","1993",119.27955,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1994","1994",120.40294,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1995","1995",120.17984,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1996","1996",120.23738,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1998","1998",121.71551,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1999","1999",121.39669,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2000","2000",122.38401,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2001","2001",122.21766,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2002","2002",118.35356,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2003","2003",118.80917,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2004","2004",117.94133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2005","2005",117.47432,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2006","2006",117.41185,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2007","2007",116.4423,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2008","2008",115.15165,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2009","2009",112.6607,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2010","2010",111.09151,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2011","2011",110.27824,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2012","2012",109.12423,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2013","2013",109.01991,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2014","2014",107.6059,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2015","2015",106.46703,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2016","2016",105.24614,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1990","1990",101.41444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1991","1991",101.17064,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1992","1992",100.13509,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1993","1993",98.84156,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1994","1994",97.38709,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1995","1995",97.90337,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1996","1996",98.06363,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1997","1997",98.55238,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1998","1998",99.5843,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1999","1999",101.09908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2000","2000",102.99279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2001","2001",102.88729,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2002","2002",99.54758,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2003","2003",98.28539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2004","2004",96.6649,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2005","2005",96.863,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2006","2006",97.30983,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2007","2007",98.13413,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2008","2008",99.24107,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2009","2009",99.87624,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2010","2010",99.30479,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2011","2011",98.81152,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2012","2012",98.22515,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2013","2013",98.13211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2014","2014",98.18361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2015","2015",98.62543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2016","2016",99.53414,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","1990","1990",46.38393,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","1991","1991",42.92014,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","2000","2000",60.2991,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","2001","2001",73.88192,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","2011","2011",110.72998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","2012","2012",113.36673,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","2013","2013",114.87472,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","2015","2015",112.74971,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","2016","2016",114.83608,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","2017","2017",120.88591,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1990","1990",96.33627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1991","1991",98.25189,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1992","1992",98.99647,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1993","1993",101.27316,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1994","1994",104.24361,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1995","1995",107.65322,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1996","1996",109.89572,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1997","1997",111.93704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1998","1998",113.77633,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1999","1999",116.31318,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2000","2000",116.37007,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2001","2001",115.76536,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2002","2002",116.5904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2003","2003",115.29855,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2004","2004",114.87012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2005","2005",114.36939,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2006","2006",112.88358,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2007","2007",112.08519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2008","2008",110.74522,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2009","2009",107.01045,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2010","2010",103.63192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2011","2011",100.34103,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2012","2012",98.89192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2013","2013",97.2063,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2014","2014",95.84432,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2015","2015",95.7428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2016","2016",96.55162,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2017","2017",97.64356,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1990","1990",112.79826,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1991","1991",114.29331,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1992","1992",114.82885,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1993","1993",113.34253,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1994","1994",110.77873,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1995","1995",109.37353,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1996","1996",108.62674,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1997","1997",105.77906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1998","1998",105.8366,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1999","1999",103.5912,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2000","2000",102.47149,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2001","2001",102.59093,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2002","2002",101.70644,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2003","2003",100.72774,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2004","2004",101.33974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2005","2005",100.70826,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2006","2006",104.38469,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2007","2007",105.01229,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2008","2008",105.92902,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2009","2009",106.95606,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2010","2010",105.72956,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2011","2011",105.87415,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2012","2012",105.85251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2013","2013",116.97022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2014","2014",106.32269,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2015","2015",105.77695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2016","2016",106.5039,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2017","2017",106.19495,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1990","1990",73.2226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1991","1991",76.23222,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1992","1992",91.65322,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1993","1993",97.41702,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1994","1994",103.91004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1995","1995",152.2163,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1996","1996",147.6965,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1998","1998",132.92846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1999","1999",131.68542,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2000","2000",134.02927,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2001","2001",137.72904,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2002","2002",133.97113,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2004","2004",126.48394,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2005","2005",124.28199,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2006","2006",123.66284,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2007","2007",120.75686,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2008","2008",127.77651,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2009","2009",126.50934,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2010","2010",133.02116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2011","2011",135.15811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2012","2012",136.28594,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2013","2013",141.74713,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2014","2014",142.23352,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2015","2015",141.18481,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2016","2016",139.2645,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2017","2017",139.9454,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SOM","Somalia","2007","2007",16.75778,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","1990","1990",105.50715,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","1991","1991",104.1424,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","1993","1993",102.63016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","1994","1994",102.37694,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","1995","1995",103.32278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","1996","1996",102.6779,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","1998","1998",103.73659,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","1999","1999",103.08818,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2000","2000",99.92624,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2001","2001",101.23981,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2002","2002",100.34722,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2003","2003",101.23318,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2004","2004",100.99216,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2005","2005",101.39641,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2006","2006",102.59487,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2007","2007",102.93458,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2008","2008",103.32269,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2009","2009",102.40642,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2010","2010",99.81811,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2011","2011",99.59456,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2012","2012",98.38959,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2013","2013",99.03338,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2014","2014",99.50208,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2015","2015",100.28726,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2016","2016",101.27641,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","1990","1990",55.53092,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","1991","1991",52.65937,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","1992","1992",51.10807,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","1993","1993",50.67973,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","1994","1994",52.07549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","1995","1995",55.4264,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","1998","1998",54.31301,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","1999","1999",58.79419,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2000","2000",63.87076,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2001","2001",69.59058,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2002","2002",72.80112,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2004","2004",82.41519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2005","2005",88.89061,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2006","2006",91.76568,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2007","2007",97.54888,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2008","2008",101.92053,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2009","2009",103.03276,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2010","2010",104.17932,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2011","2011",100.82847,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2012","2012",99.88926,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2013","2013",100.9869,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2014","2014",100.96002,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2015","2015",101.68083,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2016","2016",102.06412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2017","2017",101.28384,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SMR","San Marino","2009","2009",92.94606,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SMR","San Marino","2010","2010",94.37463,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SMR","San Marino","2011","2011",91.94118,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SMR","San Marino","2012","2012",93.30172,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","1999","1999",109.07479,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2000","2000",103.07596,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2001","2001",102.38866,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2002","2002",101.82761,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2003","2003",101.08202,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2004","2004",101.61181,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2005","2005",103.02382,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2006","2006",101.81593,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2007","2007",100.9952,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2008","2008",100.54937,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2009","2009",97.17106,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2010","2010",95.64695,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2011","2011",101.51213,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2012","2012",100.56836,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2013","2013",100.94359,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2014","2014",101.36326,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2015","2015",101.22541,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2016","2016",100.46706,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2017","2017",100.36259,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","1998","1998",101.35521,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","1999","1999",98.7225,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2000","2000",104.59098,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2001","2001",113.62832,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2002","2002",114.22142,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2003","2003",109.36639,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2005","2005",110.22179,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2007","2007",115.64845,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2009","2009",108.82029,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2010","2010",104.62555,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2011","2011",109.27835,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2012","2012",111.47161,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2013","2013",106.22797,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2014","2014",109.75323,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2015","2015",109.08019,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2016","2016",111.72333,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SMR","San Marino","2009","2009",92.35955,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SMR","San Marino","2010","2010",88.77551,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SMR","San Marino","2011","2011",92.48879,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SMR","San Marino","2012","2012",93.85965,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1990","1990",89.67618,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1991","1991",91.98181,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1992","1992",91.4407,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1993","1993",94.403,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1994","1994",96.05041,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1995","1995",98.89486,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1996","1996",100.15539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1997","1997",101.02773,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1998","1998",100.09006,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1999","1999",100.47111,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2000","2000",103.14423,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2001","2001",103.1488,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2002","2002",103.10415,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2003","2003",102.96309,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2004","2004",103.97029,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2005","2005",102.84456,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2006","2006",102.02875,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2007","2007",101.10445,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2008","2008",99.49927,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2009","2009",99.94983,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2010","2010",100.4215,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2011","2011",101.25184,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2012","2012",101.85441,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2013","2013",101.75458,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2014","2014",101.57557,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2015","2015",102.08926,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2016","2016",102.8918,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","1990","1990",94.02203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","1991","1991",96.73941,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","1992","1992",100.38906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","1993","1993",101.08963,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","1994","1994",101.19681,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","1999","1999",105.35855,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2000","2000",106.51241,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2001","2001",106.16287,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2002","2002",106.05582,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2003","2003",105.55559,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2004","2004",104.99058,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2005","2005",103.27659,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2006","2006",102.17428,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2007","2007",102.67061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2008","2008",102.16431,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2009","2009",102.61866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2010","2010",104.02724,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2011","2011",104.7592,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2012","2012",105.36954,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2013","2013",104.31701,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2014","2014",103.83674,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2015","2015",104.15008,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2016","2016",103.17186,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2017","2017",103.37022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","1995","1995",92.69541,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","1996","1996",93.90508,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","1997","1997",95.37022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","1999","1999",96.18903,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2000","2000",96.62676,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2001","2001",95.13572,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2002","2002",93.2737,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2003","2003",91.72286,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2004","2004",88.51138,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2005","2005",88.53057,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2006","2006",86.99111,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2007","2007",87.18845,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2008","2008",88.65976,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2009","2009",89.64048,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2010","2010",91.86653,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2011","2011",92.98768,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2012","2012",95.37289,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2013","2013",94.333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2014","2014",95.46035,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2015","2015",94.39533,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2016","2016",93.85668,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2017","2017",95.38269,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","1990","1990",100.0196,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","1991","1991",99.29792,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","1992","1992",98.95105,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","1993","1993",98.84191,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","1994","1994",99.5151,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","1995","1995",99.8281,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","1996","1996",99.47655,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","1997","1997",98.55099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","2013","2013",100.24089,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","2014","2014",99.53853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","2015","2015",98.79994,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","2016","2016",98.23516,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1990","1990",118.14277,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1991","1991",125.82845,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1992","1992",126.10633,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1993","1993",124.91328,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1994","1994",127.21406,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1995","1995",124.16944,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1996","1996",122.18847,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1997","1997",120.50353,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1998","1998",118.9061,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1999","1999",114.8197,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2000","2000",114.14862,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2001","2001",113.33693,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2002","2002",112.90388,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2003","2003",112.19113,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2004","2004",109.40402,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2005","2005",108.8063,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2006","2006",107.85474,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2007","2007",109.41981,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2008","2008",108.57886,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2009","2009",108.06791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2010","2010",107.47388,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2012","2012",109.37577,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2013","2013",111.31465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2017","2017",119.13766,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2000","2000",107.03812,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2001","2001",106.85544,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2002","2002",96.75516,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2003","2003",97.69784,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2004","2004",98.73239,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2005","2005",97.63231,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2006","2006",97.62901,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2014","2014",112.89782,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2015","2015",118.82353,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2016","2016",104.7138,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","1990","1990",100.17272,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","1991","1991",99.14735,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","1992","1992",97.96965,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","1993","1993",102.60664,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","1994","1994",102.08865,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","1995","1995",102.10333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","1996","1996",102.29454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","1999","1999",104.22233,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2000","2000",105.11682,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2001","2001",104.39378,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2002","2002",103.51315,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2003","2003",102.79345,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2004","2004",100.97505,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2005","2005",100.68205,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2006","2006",101.01987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2007","2007",101.68667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2008","2008",102.2734,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2009","2009",102.29118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2010","2010",102.04058,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2011","2011",102.04789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2012","2012",102.46797,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2013","2013",103.76042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2014","2014",103.66229,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2015","2015",103.23848,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2016","2016",103.37549,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","1999","1999",90.23147,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2002","2002",124.57695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2003","2003",108.94722,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2004","2004",123.78641,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2005","2005",103.02436,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2006","2006",115.61992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2007","2007",112.85564,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2008","2008",109.65851,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2009","2009",107.42477,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2011","2011",105.73127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2015","2015",93.48878,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2016","2016",88.61257,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1990","1990",89.14171,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1991","1991",91.51196,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1992","1992",83.45213,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1993","1993",84.03316,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1994","1994",92.82743,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1995","1995",85.40171,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1996","1996",93.53622,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1997","1997",92.65762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1999","1999",91.045,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2000","2000",91.00642,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2001","2001",91.87462,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2002","2002",93.32657,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2003","2003",94.77909,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2004","2004",96.29779,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2005","2005",96.89837,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2006","2006",99.50617,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2007","2007",101.50731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2009","2009",104.01,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2010","2010",103.58192,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2011","2011",98.82788,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2012","2012",103.00787,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2013","2013",102.52375,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2014","2014",101.12775,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2016","2016",103.62452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2017","2017",104.96193,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1990","1990",82.30019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1991","1991",81.90617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1992","1992",80.23932,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1993","1993",101.09876,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1994","1994",100.7386,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1995","1995",99.71073,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1996","1996",99.49813,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1997","1997",99.83441,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1999","1999",97.2204,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2000","2000",96.8193,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2001","2001",96.76742,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2002","2002",97.85232,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2003","2003",97.78993,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2004","2004",97.49887,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2005","2005",100.79126,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2006","2006",102.22995,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2007","2007",102.07909,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2008","2008",102.74954,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2009","2009",104.7597,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2010","2010",101.63377,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2011","2011",100.79486,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2012","2012",100.05692,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2013","2013",99.87841,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2014","2014",99.58708,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2015","2015",99.29021,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1990","1990",105.26602,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1991","1991",106.6821,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1992","1992",107.95339,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1993","1993",107.13463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1994","1994",107.2734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1995","1995",106.70608,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1996","1996",106.27679,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1997","1997",105.60968,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1998","1998",104.90552,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1999","1999",106.05691,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2000","2000",107.30681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2001","2001",109.59287,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2002","2002",111.74759,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2003","2003",121.34136,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2004","2004",120.73395,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2005","2005",120.16836,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2006","2006",117.79602,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2007","2007",116.46915,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2008","2008",116.31974,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2009","2009",116.28524,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2010","2010",118.70043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2011","2011",124.12576,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2012","2012",125.30365,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2013","2013",75.99231,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","1990","1990",98.74279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","1999","1999",102.57081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2000","2000",103.87926,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2001","2001",105.06053,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2002","2002",106.90333,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2003","2003",105.60292,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2004","2004",106.82165,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2005","2005",105.30015,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2006","2006",105.64905,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2007","2007",106.72247,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2008","2008",105.42818,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2009","2009",103.75679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2010","2010",103.02347,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2011","2011",102.77706,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2012","2012",101.49313,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2013","2013",100.52775,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2014","2014",97.69371,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2015","2015",94.67428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2016","2016",92.23001,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1990","1990",70.05691,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1991","1991",70.69165,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1992","1992",70.4725,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1993","1993",70.58176,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1994","1994",69.24411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1995","1995",68.66667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1996","1996",67.82236,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1997","1997",67.70088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1998","1998",65.58097,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1999","1999",66.01605,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2000","2000",67.92025,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2001","2001",74.35259,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2002","2002",89.65593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2003","2003",96.51159,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2004","2004",101.35405,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2005","2005",104.85548,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2006","2006",106.87446,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2007","2007",107.65087,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2008","2008",107.91995,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2009","2009",101.43187,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2010","2010",97.06897,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2011","2011",91.32452,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2012","2012",89.34209,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2013","2013",84.92189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2014","2014",81.65968,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2015","2015",79.52152,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2016","2016",80.38953,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2017","2017",84.33629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","1992","1992",45.96811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","1993","1993",44.31746,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","1994","1994",49.31898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","1995","1995",53.18944,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","1996","1996",55.60797,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","1997","1997",60.27254,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","1998","1998",63.46923,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","2000","2000",73.28797,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","2001","2001",87.17278,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","2004","2004",106.12126,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","2005","2005",113.77792,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","2006","2006",120.13803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","2010","2010",118.08017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1990","1990",105.85246,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1991","1991",109.15364,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1992","1992",110.58767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1993","1993",108.6118,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1996","1996",98.69408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1997","1997",99.47483,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",97.59512,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",99.29312,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",102.20506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",104.70566,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",102.96231,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",102.95747,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",102.67388,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",102.56006,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",104.38612,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",101.666,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",101.96266,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",101.39628,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",101.16374,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",101.25072,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",101.72132,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",100.4884,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",99.57737,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",96.52851,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",93.37382,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1990","1990",93.89602,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1991","1991",96.03822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1992","1992",95.97842,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1993","1993",88.7042,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1994","1994",84.69664,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1995","1995",84.62649,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1996","1996",89.53882,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1997","1997",94.51179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1998","1998",96.51265,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1999","1999",96.92051,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2000","2000",101.69978,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2001","2001",103.41183,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2002","2002",104.02027,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2003","2003",105.01615,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2004","2004",105.49058,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2005","2005",104.84398,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2006","2006",104.26199,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2007","2007",104.21336,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2008","2008",103.5486,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2009","2009",102.9181,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2010","2010",102.9586,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2011","2011",102.28565,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2012","2012",101.04871,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2013","2013",100.38803,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2014","2014",99.8206,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2015","2015",99.39332,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2016","2016",99.19855,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2017","2017",99.36784,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1990","1990",97.82221,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1991","1991",97.18836,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1992","1992",98.8563,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1993","1993",98.07984,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1994","1994",96.49733,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1995","1995",95.19854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1996","1996",96.17038,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1998","1998",94.18402,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1999","1999",95.01521,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","2000","2000",95.9567,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","2002","2002",98.66377,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","2003","2003",99.99506,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","2004","2004",100.01508,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","1990","1990",132.36579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","1991","1991",141.33372,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","1992","1992",155.70221,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","1996","1996",141.01262,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","1998","1998",114.54755,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","1999","1999",99.87046,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2002","2002",118.54158,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2003","2003",121.81211,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2004","2004",123.3753,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2005","2005",123.9769,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2007","2007",118.55283,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2008","2008",118.47205,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2009","2009",120.58358,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2010","2010",117.11862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2011","2011",115.81959,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2012","2012",108.07295,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2013","2013",108.46561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2014","2014",104.69023,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2015","2015",106.00233,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2016","2016",106.82424,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2017","2017",108.06953,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","1990","1990",95.96734,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","1991","1991",94.34772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","1992","1992",96.71022,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","1993","1993",109.11462,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","1994","1994",108.25681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","1997","1997",110.39455,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","1998","1998",118.6161,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","1999","1999",116.55025,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2000","2000",118.63992,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2001","2001",119.98076,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2002","2002",121.16498,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2003","2003",124.68542,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2004","2004",119.97808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2005","2005",116.14942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2006","2006",110.75605,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2007","2007",111.138,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2008","2008",113.85338,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2009","2009",112.8575,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2010","2010",121.89058,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2013","2013",122.20012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2015","2015",118.67358,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1990","1990",105.56019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1991","1991",105.51946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1992","1992",105.29456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1993","1993",104.52823,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1994","1994",104.73638,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1995","1995",104.86559,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1996","1996",104.74125,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1997","1997",103.36659,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1998","1998",104.47503,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1999","1999",103.98546,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2000","2000",101.34498,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2001","2001",99.51786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2002","2002",99.02052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2003","2003",99.77924,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2004","2004",100.00417,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2005","2005",100.69022,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2006","2006",101.33164,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2007","2007",102.55049,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2008","2008",102.66268,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2009","2009",101.9075,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2010","2010",101.7314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2011","2011",101.67979,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2012","2012",99.9899,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2013","2013",97.37395,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2014","2014",97.33045,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2015","2015",97.82414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2016","2016",97.09442,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","1992","1992",94.15371,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","1993","1993",94.47551,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","1995","1995",95.80392,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","1996","1996",99.35611,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","1997","1997",98.73492,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","1998","1998",99.59474,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","1999","1999",98.51519,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2002","2002",94.64266,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2004","2004",104.37977,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2005","2005",109.91495,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2006","2006",108.30716,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2007","2007",111.67336,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2008","2008",111.4758,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2009","2009",105.92866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2010","2010",106.89827,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2016","2016",92.89102,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","1991","1991",87.2811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","1999","1999",99.17504,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2000","2000",99.58964,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2001","2001",100.31171,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2002","2002",100.65167,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2003","2003",99.52178,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2004","2004",100.24281,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2005","2005",100.73567,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2006","2006",101.20664,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2007","2007",101.5494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2008","2008",100.12662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2010","2010",97.13885,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2011","2011",95.60422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2012","2012",96.89457,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2013","2013",96.24244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2014","2014",96.93454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2015","2015",98.6308,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2016","2016",100.94147,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","1991","1991",108.83113,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","1992","1992",108.0317,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","1994","1994",108.43945,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","1995","1995",106.84094,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","1996","1996",105.66616,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","1997","1997",106.06535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","1998","1998",105.58643,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","1999","1999",104.2443,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2000","2000",102.48143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2001","2001",104.3642,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2002","2002",105.58053,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2003","2003",108.77134,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2004","2004",113.39725,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2006","2006",113.92208,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2007","2007",108.40365,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2008","2008",106.78875,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2009","2009",105.87253,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2011","2011",104.83845,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2012","2012",104.51767,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2013","2013",105.08741,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2015","2015",106.00098,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2016","2016",105.79165,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1991","1991",96.93556,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1992","1992",95.04652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1993","1993",85.8702,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1994","1994",87.40091,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1995","1995",82.90069,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1996","1996",81.75107,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1997","1997",85.09253,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1998","1998",88.72217,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1999","1999",92.36762,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2000","2000",95.4645,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2001","2001",91.95144,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2002","2002",88.73512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2003","2003",89.1993,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2004","2004",92.37895,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2005","2005",90.84034,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2006","2006",92.21922,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2007","2007",99.64478,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2008","2008",101.5265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2009","2009",101.8702,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2010","2010",101.4201,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2011","2011",102.54828,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2012","2012",105.94512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2013","2013",106.769,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2014","2014",105.38113,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2015","2015",104.13573,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2016","2016",102.39333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2017","2017",102.27011,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1990","1990",92.78746,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1991","1991",98.03791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1992","1992",96.19196,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1994","1994",92.74969,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1995","1995",104.01164,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1996","1996",109.99208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1997","1997",112.27485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1998","1998",113.68081,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1999","1999",119.93542,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2000","2000",113.36331,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2001","2001",115.77746,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2002","2002",117.76723,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2003","2003",115.39193,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2004","2004",114.33444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2005","2005",113.32462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2006","2006",116.96616,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2007","2007",110.7564,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2008","2008",111.19913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2009","2009",125.11616,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2010","2010",127.18776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2011","2011",124.3305,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2012","2012",126.60635,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2013","2013",126.63406,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2014","2014",123.01077,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2015","2015",119.75954,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2016","2016",123.91612,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2017","2017",123.04992,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","1990","1990",67.46083,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","1991","1991",62.10247,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","1992","1992",57.91654,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","1998","1998",63.8031,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","2008","2008",95.10217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","2009","2009",93.59256,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","2010","2010",92.80746,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","2011","2011",91.23398,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","2015","2015",105.17413,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","1993","1993",93.96731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","1994","1994",93.95514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","1995","1995",96.52341,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","1996","1996",97.63109,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","1997","1997",99.05248,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","1998","1998",99.15224,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","1999","1999",98.58077,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2000","2000",96.18605,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2001","2001",101.35684,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2002","2002",105.50808,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2003","2003",110.94945,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2004","2004",122.49094,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2005","2005",100.96122,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2006","2006",102.15312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2007","2007",98.63487,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2008","2008",98.80285,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2009","2009",99.21226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2010","2010",99.4214,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2011","2011",99.44356,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2012","2012",99.69842,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2013","2013",99.25411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2014","2014",99.09251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2015","2015",99.1927,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2016","2016",99.12656,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","1990","1990",69.95807,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","1991","1991",64.84207,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","1992","1992",56.78271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2001","2001",77.19545,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2002","2002",67.80579,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2003","2003",67.08587,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2004","2004",57.57312,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2005","2005",64.09214,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2006","2006",63.94665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2007","2007",73.80081,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2008","2008",85.01975,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2009","2009",86.59743,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2010","2010",89.15866,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2011","2011",89.81164,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2012","2012",90.17287,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2016","2016",105.66756,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","1990","1990",99.05364,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","1991","1991",102.46511,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","1992","1992",106.71251,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","1993","1993",100.38617,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","1994","1994",102.18182,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","1996","1996",97.11477,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","1998","1998",101.04473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","1999","1999",92.94511,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2000","2000",103.19,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2002","2002",111.99132,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2003","2003",110.33235,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2004","2004",108.18509,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2007","2007",103.97318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2008","2008",108.64124,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2011","2011",108.02465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2013","2013",107.03179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2014","2014",104.97489,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2017","2017",99.44759,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1990","1990",91.89113,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1991","1991",91.59833,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1992","1992",91.88369,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1993","1993",93.57868,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1994","1994",94.69615,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1995","1995",94.40945,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1996","1996",94.26944,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1997","1997",93.89067,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1998","1998",92.25381,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1999","1999",92.92443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2000","2000",94.62191,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2001","2001",94.44649,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2002","2002",95.05657,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2003","2003",102.99474,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2007","2007",110.23721,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2008","2008",110.87977,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2009","2009",109.59071,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2010","2010",109.1993,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2011","2011",108.38264,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2012","2012",109.7727,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2013","2013",110.57465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2014","2014",107.86236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2015","2015",108.49523,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2016","2016",114.52528,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","1992","1992",111.80359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","1994","1994",115.82809,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","1995","1995",116.35094,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","1996","1996",117.12659,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","1997","1997",120.81938,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","1998","1998",126.23016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","1999","1999",132.00531,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2000","2000",129.01806,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2001","2001",126.91483,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2002","2002",117.36573,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2003","2003",108.87844,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2004","2004",103.39347,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2005","2005",98.99378,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2006","2006",96.17169,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2007","2007",97.42671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2008","2008",98.04057,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2009","2009",99.71423,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2010","2010",99.97896,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2011","2011",98.80909,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2012","2012",94.65028,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2013","2013",92.9052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2014","2014",90.18675,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2015","2015",88.46725,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2016","2016",85.07789,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2017","2017",89.51545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1993","1993",94.83108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1994","1994",95.47728,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1995","1995",96.65922,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1996","1996",97.89934,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1997","1997",97.77041,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",97.26171,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",96.94785,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",95.92061,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",94.93747,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",94.7691,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",92.44122,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",92.19467,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",92.54066,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",91.45191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",91.09947,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",86.97627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",86.61894,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",86.73582,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",86.53865,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",90.49068,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",90.79249,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",93.66357,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","1990","1990",72.64782,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","1991","1991",74.80185,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","1992","1992",79.60559,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","1997","1997",99.72204,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","1998","1998",104.25702,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","1999","1999",100.85467,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2000","2000",107.25626,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2001","2001",109.01401,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2002","2002",114.87656,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2003","2003",124.30934,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2004","2004",134.37907,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2005","2005",138.13507,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2006","2006",146.76124,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2007","2007",149.92336,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2008","2008",148.08315,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2009","2009",148.60319,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2010","2010",146.94818,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2011","2011",146.44398,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2012","2012",145.50555,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2013","2013",142.06566,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2014","2014",137.96821,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2015","2015",136.26732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2016","2016",136.77557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2017","2017",132.75756,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1990","1990",94.62443,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1991","1991",94.28089,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1992","1992",92.66047,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1993","1993",90.49379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1994","1994",89.86805,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1995","1995",92.26679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1996","1996",90.65644,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1997","1997",90.53295,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1998","1998",92.38904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1999","1999",93.5854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2000","2000",94.35937,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2001","2001",93.29692,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2002","2002",94.13293,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2003","2003",94.73501,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2004","2004",95.07699,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2005","2005",94.31024,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2006","2006",93.76359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2007","2007",93.09776,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2010","2010",94.65949,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2011","2011",94.69052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2012","2012",95.03088,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2013","2013",94.50378,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2014","2014",93.38181,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2015","2015",94.59922,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2016","2016",93.97133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","1998","1998",102.91971,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","1999","1999",98.52941,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","2000","2000",118.48341,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","2001","2001",114.14634,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","2002","2002",136.41304,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","2004","2004",114.28571,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","2005","2005",111.94969,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","2014","2014",126.25,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","2015","2015",132.69231,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","2016","2016",128.84615,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1990","1990",123.70534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1991","1991",121.7197,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1992","1992",123.78928,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1993","1993",121.83013,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1994","1994",123.40242,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1995","1995",122.92183,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1996","1996",123.15977,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1998","1998",124.40212,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1999","1999",123.99366,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2000","2000",125.0042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2001","2001",123.22578,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2002","2002",120.62402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2003","2003",121.84568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2004","2004",120.93481,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2005","2005",120.26369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2006","2006",120.29127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2007","2007",119.57264,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2008","2008",118.3136,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2009","2009",114.55663,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2010","2010",112.73486,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2011","2011",111.8451,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2012","2012",110.67326,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2013","2013",110.92698,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2014","2014",109.84397,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2015","2015",108.45446,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2016","2016",107.07998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TKL","Tokelau","2000","2000",105.10638,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TKL","Tokelau","2001","2001",111.76471,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TKL","Tokelau","2002","2002",123.14815,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TKL","Tokelau","2003","2003",115.22843,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TKL","Tokelau","2016","2016",101.71429,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PLW","Palau","2004","2004",101.13636,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PLW","Palau","2013","2013",113.54167,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PLW","Palau","2014","2014",112.46246,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2000","2000",104.9101,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2001","2001",100.56378,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2002","2002",91.05749,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2003","2003",94.11765,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2004","2004",97.09544,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2005","2005",99.51956,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2006","2006",100.06854,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2014","2014",113.58913,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2015","2015",119.23077,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2016","2016",106.60225,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUW","Curaçao","2013","2013",172.85714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2005","2005",95.45357,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2007","2007",100.08887,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2008","2008",102.28767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2009","2009",104.16914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2010","2010",106.07503,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2011","2011",106.0683,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2012","2012",109.3714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2013","2013",115.61417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2014","2014",118.19778,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2015","2015",120.64364,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2016","2016",116.24338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUW","Curaçao","2013","2013",176.33165,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRI","Puerto Rico","2009","2009",91.86846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRI","Puerto Rico","2010","2010",92.49673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRI","Puerto Rico","2011","2011",84.88281,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRI","Puerto Rico","2012","2012",85.87811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRI","Puerto Rico","2013","2013",87.1554,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRI","Puerto Rico","2014","2014",87.42939,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRI","Puerto Rico","2015","2015",85.97342,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRI","Puerto Rico","2016","2016",79.38112,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SSD","South Sudan","2011","2011",67.39527,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SSD","South Sudan","2015","2015",55.10308,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SSD","South Sudan","2011","2011",84.7618,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SSD","South Sudan","2015","2015",66.58934,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TKM","Turkmenistan","2014","2014",89.24829,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","1990","1990",72.32421,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2005","2005",91.71001,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2006","2006",92.37229,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2008","2008",89.52762,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2009","2009",90.26229,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2010","2010",90.50862,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2017","2017",90.50189,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2007","2007",83.97661,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2008","2008",83.62416,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2009","2009",82.06595,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2010","2010",77.80027,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2011","2011",77.22655,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2012","2012",76.09731,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2014","2014",75.28884,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2015","2015",77.53043,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2017","2017",79.33957,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1990","1990",78.859,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1991","1991",79.15408,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1992","1992",77.51218,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1993","1993",97.59281,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1994","1994",97.04539,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1995","1995",96.28955,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1996","1996",96.36006,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1997","1997",96.19921,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1999","1999",95.43101,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2000","2000",95.13734,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2001","2001",94.67245,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2002","2002",95.76494,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2003","2003",95.97779,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2004","2004",96.27427,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2005","2005",99.26098,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2006","2006",99.21544,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2007","2007",99.14358,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2008","2008",98.98083,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2009","2009",99.02851,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2010","2010",98.82851,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2011","2011",98.76485,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2012","2012",97.74647,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2013","2013",96.90807,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2014","2014",96.28478,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2015","2015",97.07977,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JPN","Japan","1991","1991",99.52518,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JPN","Japan","1992","1992",99.22129,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JPN","Japan","1994","1994",99.7614,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JPN","Japan","2013","2013",98.87755,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JPN","Japan","2014","2014",98.50649,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JPN","Japan","2015","2015",98.96358,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JPN","Japan","2016","2016",98.43612,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1990","1990",45.67979,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1991","1991",45.62435,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1992","1992",46.52733,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1993","1993",48.74484,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1994","1994",51.65085,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1995","1995",54.69077,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1996","1996",57.28802,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1997","1997",59.17649,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1998","1998",60.08084,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1999","1999",66.02148,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2000","2000",71.72192,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2001","2001",76.72015,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2002","2002",81.54044,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2003","2003",83.32802,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2004","2004",83.46811,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2005","2005",84.54612,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2006","2006",85.89841,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2007","2007",87.48759,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2008","2008",88.33529,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2009","2009",88.58673,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2010","2010",91.55104,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2011","2011",92.70007,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2012","2012",92.03017,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2013","2013",92.73085,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2014","2014",92.84531,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2016","2016",94.31526,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2017","2017",96.58767,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1994","1994",19.10539,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1995","1995",21.84534,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1996","1996",26.06624,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1998","1998",33.50045,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1999","1999",35.50891,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2000","2000",39.97059,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2001","2001",43.70612,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2002","2002",45.82282,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2003","2003",46.5917,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2004","2004",49.45956,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2005","2005",60.35562,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2006","2006",65.09105,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2007","2007",70.14224,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2008","2008",75.83676,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2009","2009",75.42307,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2010","2010",73.44726,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2011","2011",77.41538,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2012","2012",78.73264,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2014","2014",85.67554,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2015","2015",85.43871,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","1992","1992",99.60283,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","1993","1993",98.10938,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","1994","1994",97.98367,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","1995","1995",98.90593,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","1996","1996",99.76064,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","1997","1997",99.49346,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","1999","1999",99.02625,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2000","2000",95.47044,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2001","2001",95.34336,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2002","2002",95.25354,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2003","2003",95.00099,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2004","2004",94.85186,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2005","2005",98.3152,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2006","2006",98.42177,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2007","2007",98.20962,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2008","2008",97.81951,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2009","2009",97.45319,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2010","2010",97.19601,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2011","2011",98.00889,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2012","2012",97.74992,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2013","2013",97.88383,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2014","2014",98.02482,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2015","2015",98.18396,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2016","2016",98.26239,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",92.86288,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",92.80038,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",94.23508,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",93.66351,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",94.20459,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",93.92824,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",97.33392,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",97.21325,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2008","2008",69.56426,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2009","2009",77.43004,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2010","2010",86.7244,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2011","2011",92.12088,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2012","2012",91.14778,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2013","2013",89.69612,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2014","2014",86.9582,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2015","2015",83.74198,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2016","2016",80.20868,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2017","2017",78.69488,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2009","2009",91.74348,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2010","2010",96.80705,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2011","2011",96.65451,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2012","2012",99.28927,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","1994","1994",93.37255,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","1998","1998",93.3295,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","1999","1999",90.45391,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2000","2000",89.33713,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2001","2001",86.46877,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2007","2007",98.36961,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2009","2009",98.27192,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2010","2010",95.35794,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2011","2011",93.83906,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2012","2012",94.79441,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2014","2014",96.02045,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2015","2015",95.92402,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2016","2016",94.85824,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2017","2017",94.45988,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","1997","1997",67.43367,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","1999","1999",76.32648,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2000","2000",79.59488,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2001","2001",80.22159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2002","2002",82.68057,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2004","2004",87.61804,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2005","2005",89.37557,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2006","2006",91.07523,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2007","2007",92.37792,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2008","2008",92.97271,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2009","2009",96.04796,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2010","2010",95.36747,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2011","2011",92.97612,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2012","2012",90.05376,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2013","2013",87.50168,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2014","2014",85.60742,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2015","2015",85.24638,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2016","2016",84.57654,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2017","2017",85.60592,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2002","2002",69.7029,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2003","2003",70.15436,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2004","2004",76.32359,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2005","2005",77.16229,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2006","2006",73.48107,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2007","2007",77.08515,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2008","2008",77.53204,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2009","2009",78.57966,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2010","2010",80.11042,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2011","2011",76.71698,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2012","2012",75.79127,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2013","2013",74.54643,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2014","2014",78.31262,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2015","2015",79.12941,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2016","2016",83.71153,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2017","2017",81.89384,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1990","1990",97.32402,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1991","1991",97.67255,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1992","1992",94.73369,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1993","1993",89.58694,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1994","1994",87.22965,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1995","1995",87.92818,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1996","1996",85.05253,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1997","1997",81.56646,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1998","1998",78.43962,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2007","2007",86.64797,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2012","2012",87.37614,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2013","2013",85.96731,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2014","2014",89.08007,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2015","2015",92.90779,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2016","2016",95.51189,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","1999","1999",84.00589,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2000","2000",85.00935,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2002","2002",88.91156,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2003","2003",87.19125,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2004","2004",83.51832,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2005","2005",84.7579,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2006","2006",82.82201,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2007","2007",87.84546,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2008","2008",84.16854,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2009","2009",84.44212,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2010","2010",88.57364,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2011","2011",90.0465,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2012","2012",89.31764,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2013","2013",89.52274,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2014","2014",88.14003,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2015","2015",92.59353,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2016","2016",92.9826,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2017","2017",92.70941,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1990","1990",99.52082,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1991","1991",98.98018,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1992","1992",97.55025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1994","1994",97.15521,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1995","1995",98.51207,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1996","1996",98.97884,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1997","1997",99.75817,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2013","2013",97.69474,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2014","2014",97.41753,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2015","2015",97.66835,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2016","2016",98.46376,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2017","2017",99.12018,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","1994","1994",96.85193,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","1995","1995",93.44272,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2006","2006",90.24584,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2007","2007",90.43113,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2008","2008",92.41997,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2009","2009",93.96166,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2011","2011",95.46894,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2012","2012",96.38456,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2013","2013",96.27216,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2014","2014",95.47649,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2015","2015",96.68967,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2016","2016",97.03975,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","1990","1990",99.02019,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","1992","1992",99.20208,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","1999","1999",99.80422,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2000","2000",99.65113,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2001","2001",99.60135,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2002","2002",99.70261,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2003","2003",99.81228,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2004","2004",99.66057,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2005","2005",99.68581,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2006","2006",99.86445,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2007","2007",99.8707,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2008","2008",99.71533,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2009","2009",99.46738,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2010","2010",99.3567,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2011","2011",99.46409,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2012","2012",99.45128,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2013","2013",98.84683,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2014","2014",98.28989,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2015","2015",98.70879,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2016","2016",98.39759,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","1999","1999",97.50446,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2000","2000",97.77922,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2001","2001",98.24149,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2002","2002",97.89746,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2003","2003",98.01775,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2004","2004",97.59597,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2005","2005",97.47848,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2006","2006",97.00822,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2007","2007",97.24192,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2008","2008",97.2069,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2009","2009",96.90716,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2010","2010",97.04277,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2011","2011",96.69392,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2012","2012",97.30084,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2013","2013",96.88257,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2014","2014",96.71426,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2015","2015",97.20365,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2016","2016",96.73568,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2017","2017",97.0222,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","1993","1993",46.06193,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2000","2000",38.09851,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2001","2001",45.97997,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2002","2002",44.94536,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2003","2003",48.75427,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2004","2004",51.8896,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2005","2005",55.32227,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2006","2006",73.46848,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2007","2007",80.95023,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2008","2008",91.78681,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2009","2009",91.21119,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2010","2010",96.82808,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2017","2017",97.45091,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","1999","1999",95.90654,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2000","2000",95.17524,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2001","2001",94.16091,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2003","2003",91.82483,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2004","2004",91.58021,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2008","2008",86.95978,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2009","2009",85.24368,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2010","2010",86.04671,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2011","2011",87.03375,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2012","2012",90.03854,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2013","2013",93.50276,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2014","2014",95.4897,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2015","2015",94.43501,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2016","2016",94.43516,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2017","2017",95.81065,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","1990","1990",65.41463,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2000","2000",72.78913,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2001","2001",73.15607,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2002","2002",73.54108,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2003","2003",82.63129,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2007","2007",90.59161,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2008","2008",91.63906,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2009","2009",92.0201,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2010","2010",92.09023,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2011","2011",91.8218,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2012","2012",92.24557,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2013","2013",92.9145,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","1994","1994",91.95907,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","1995","1995",92.31486,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","1996","1996",93.27955,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","1997","1997",95.68871,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","1998","1998",94.52787,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","1999","1999",94.17474,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2000","2000",95.14086,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2001","2001",96.37985,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2008","2008",95.95693,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2009","2009",94.52688,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2012","2012",94.04008,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2013","2013",91.70887,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2014","2014",90.71014,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2015","2015",91.32194,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2016","2016",90.64027,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1990","1990",92.49875,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1991","1991",92.19168,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1992","1992",94.58432,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1993","1993",95.31841,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1994","1994",97.55714,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1995","1995",97.51276,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1996","1996",98.96019,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1997","1997",98.60747,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1998","1998",96.45729,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1999","1999",96.68273,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2000","2000",95.88565,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2001","2001",95.31109,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2002","2002",95.24807,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2003","2003",93.46898,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2004","2004",93.60707,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2005","2005",93.76504,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2006","2006",94.37598,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2007","2007",95.70209,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2008","2008",96.69976,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2009","2009",99.08743,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2010","2010",99.30759,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2011","2011",99.79119,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2012","2012",99.44892,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2013","2013",99.25801,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2014","2014",96.58932,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2015","2015",95.25171,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2016","2016",95.60923,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2017","2017",96.83844,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","1990","1990",95.25599,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","1991","1991",96.18994,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","1992","1992",96.77603,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","1993","1993",97.3594,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","1994","1994",96.07832,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","1995","1995",97.64733,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","1996","1996",98.26087,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","1997","1997",98.58998,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","2011","2011",97.45749,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","2012","2012",97.91718,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","2013","2013",99.14276,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","2014","2014",97.96113,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","2015","2015",97.26577,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","1990","1990",96.02134,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","1991","1991",95.31539,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","1992","1992",95.50203,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","1993","1993",93.07034,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","1994","1994",92.24949,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","1995","1995",91.64531,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","1997","1997",92.04452,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","1999","1999",94.9789,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2000","2000",95.85532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2001","2001",96.39444,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2002","2002",96.7181,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2003","2003",97.151,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2004","2004",97.47793,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2005","2005",97.79317,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2006","2006",98.05828,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2007","2007",98.51147,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2008","2008",97.72824,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2009","2009",95.32373,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2010","2010",96.06363,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2011","2011",95.21294,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2012","2012",92.76284,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2013","2013",93.25505,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2014","2014",94.73918,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2015","2015",94.86893,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2016","2016",94.345,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1990","1990",63.0066,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1991","1991",64.32246,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1992","1992",64.9052,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1993","1993",63.10153,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1994","1994",64.85776,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1995","1995",64.74943,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1996","1996",64.89883,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1998","1998",58.37722,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1999","1999",55.31412,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2000","2000",76.37445,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2001","2001",76.64243,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2002","2002",77.38911,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2003","2003",77.61539,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2004","2004",75.63313,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2005","2005",74.9949,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2006","2006",75.42847,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2007","2007",73.4572,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2008","2008",74.27815,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2009","2009",74.62975,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2010","2010",77.03326,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2011","2011",78.76855,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2012","2012",79.93406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2013","2013",77.60493,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2014","2014",78.35406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2015","2015",78.44045,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2016","2016",78.83089,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2017","2017",80.16036,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","1990","1990",98.6982,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","2000","2000",91.3748,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","2001","2001",92.99353,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","2002","2002",98.904,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","2003","2003",97.61189,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","2004","2004",95.99049,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","2005","2005",93.3102,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","2006","2006",95.82666,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","2007","2007",94.93058,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1991","1991",27.18227,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1992","1992",27.70352,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1993","1993",28.68706,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1994","1994",29.91303,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1995","1995",31.53515,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1998","1998",34.98034,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1999","1999",35.48973,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2000","2000",36.33372,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2001","2001",37.26342,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2002","2002",36.72142,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2003","2003",38.65198,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2004","2004",41.14892,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2005","2005",45.7476,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2006","2006",48.74733,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2007","2007",54.03414,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2008","2008",59.9701,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2009","2009",62.7928,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2010","2010",59.91302,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2011","2011",64.89106,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2012","2012",65.68293,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2013","2013",66.59077,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2014","2014",67.79846,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2015","2015",69.38976,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2016","2016",75.20863,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2017","2017",76.42373,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","1999","1999",62.38615,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2000","2000",65.72603,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2001","2001",66.7151,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2002","2002",60.88166,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2003","2003",72.03907,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2004","2004",70.45763,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2005","2005",71.35172,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2006","2006",70.83146,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2007","2007",80.36819,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2008","2008",77.04392,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2009","2009",78.24784,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2012","2012",83.58111,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","1999","1999",66.39277,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2000","2000",72.68057,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2003","2003",80.4559,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2004","2004",81.147,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2011","2011",98.25801,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2012","2012",99.38891,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2014","2014",94.13048,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2015","2015",96.53446,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2016","2016",96.62295,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2017","2017",94.69564,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2002","2002",93.55808,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2003","2003",88.54708,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2004","2004",87.7647,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2005","2005",89.35695,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2006","2006",88.13009,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2007","2007",87.54997,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2008","2008",87.51086,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2009","2009",87.9207,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2010","2010",90.65804,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2011","2011",93.01932,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2012","2012",94.21044,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2013","2013",94.73591,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2014","2014",93.406,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2004","2004",94.26382,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2005","2005",96.30781,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2006","2006",99.13668,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2007","2007",92.31966,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1990","1990",91.88461,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1991","1991",89.69107,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1992","1992",89.23525,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1993","1993",88.53266,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1996","1996",88.74022,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1997","1997",88.83834,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1999","1999",93.92969,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2000","2000",93.80436,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2001","2001",92.99718,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2002","2002",90.35831,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2003","2003",90.54476,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2004","2004",91.31061,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2005","2005",88.35114,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2007","2007",92.81263,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2008","2008",94.02211,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2009","2009",94.83384,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2010","2010",94.80187,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","1994","1994",74.8446,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","1995","1995",72.83112,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","1998","1998",69.4658,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","1999","1999",67.79575,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2000","2000",66.78419,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2001","2001",66.07092,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2002","2002",68.2205,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2004","2004",80.16428,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2005","2005",87.2652,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2006","2006",85.85267,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2007","2007",88.09713,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2009","2009",84.48956,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2010","2010",82.36902,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2011","2011",85.85681,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2012","2012",87.15357,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2013","2013",85.40533,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2017","2017",82.38253,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","1990","1990",26.02654,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","1991","1991",27.79121,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","1998","1998",39.20042,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","1999","1999",41.60713,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2000","2000",44.6191,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2001","2001",48.05922,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2002","2002",55.36118,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2003","2003",58.75939,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2004","2004",61.76503,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2005","2005",63.59707,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2006","2006",65.52476,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2007","2007",67.33217,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2008","2008",66.82428,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2009","2009",68.13466,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2010","2010",70.02662,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2011","2011",73.89215,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2012","2012",74.29389,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2013","2013",75.18402,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2014","2014",77.86783,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2016","2016",76.76458,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","1991","1991",96.1762,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","1999","1999",99.26185,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2003","2003",99.22232,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2004","2004",99.23295,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2005","2005",99.27185,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2006","2006",99.14233,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2007","2007",99.28537,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2008","2008",99.33119,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2009","2009",99.319,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2010","2010",99.34609,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2011","2011",99.49151,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2012","2012",99.62719,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2013","2013",99.52542,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2014","2014",99.5454,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2015","2015",99.55413,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2016","2016",99.54042,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1990","1990",64.66611,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1992","1992",57.90955,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1993","1993",62.71339,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1994","1994",66.42978,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1996","1996",68.37148,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1997","1997",70.86638,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1998","1998",74.15785,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1999","1999",74.78425,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2000","2000",75.64809,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2001","2001",75.13011,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2002","2002",76.30078,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2003","2003",78.91886,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2004","2004",79.64081,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2005","2005",80.96936,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2006","2006",82.56566,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2007","2007",85.2389,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2008","2008",87.72991,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2009","2009",90.09836,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2010","2010",94.76051,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2011","2011",94.71283,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2012","2012",94.74432,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2013","2013",96.76777,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2014","2014",97.19212,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2015","2015",95.6066,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2016","2016",94.72014,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2017","2017",93.34074,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1991","1991",97.5025,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1992","1992",96.8225,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1993","1993",88.97354,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1994","1994",85.00676,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1995","1995",79.14057,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1996","1996",89.79708,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1997","1997",91.03595,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1998","1998",89.55036,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1999","1999",92.10293,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2000","2000",88.46296,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2001","2001",86.00602,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2002","2002",85.79782,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2003","2003",85.67921,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2004","2004",85.73336,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2005","2005",86.21761,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2006","2006",85.8948,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2007","2007",83.6655,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2008","2008",84.1804,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2009","2009",85.89344,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2010","2010",84.97125,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2011","2011",87.66476,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2012","2012",90.12234,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2013","2013",95.11849,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2014","2014",95.4219,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2015","2015",95.26912,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2016","2016",95.73411,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2017","2017",92.93884,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1990","1990",97.80958,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1991","1991",97.21765,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1992","1992",96.98586,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1993","1993",96.55166,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1994","1994",96.2691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1995","1995",94.83876,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1996","1996",95.37764,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1997","1997",95.16067,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1998","1998",95.29973,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1999","1999",95.3236,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2000","2000",95.57653,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2001","2001",95.47837,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2002","2002",95.43001,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2003","2003",96.10059,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2004","2004",96.39347,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2005","2005",96.71476,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2006","2006",96.79291,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2007","2007",97.39647,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2008","2008",97.44056,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2009","2009",97.36515,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2010","2010",97.49754,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2011","2011",98.06806,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2012","2012",97.89865,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2013","2013",97.72192,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2014","2014",97.41936,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2015","2015",97.40636,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2016","2016",97.04916,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2017","2017",97.02641,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","1994","1994",22.6431,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","1995","1995",26.407,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","1996","1996",31.79984,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","1998","1998",40.26406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","1999","1999",41.7306,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2000","2000",45.81575,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2001","2001",49.05477,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2002","2002",50.84947,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2003","2003",51.22191,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2004","2004",53.14449,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2005","2005",63.48965,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2006","2006",67.57755,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2007","2007",72.49397,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2008","2008",78.13161,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2009","2009",77.18127,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2010","2010",75.31946,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2011","2011",79.61287,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2012","2012",80.87318,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2014","2014",88.54838,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2015","2015",88.56253,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","1990","1990",98.44172,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","1992","1992",95.53387,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","1993","1993",94.58926,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","1994","1994",92.96443,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","1996","1996",95.68162,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","1998","1998",91.80308,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","1999","1999",88.93604,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2001","2001",89.49076,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2002","2002",89.5932,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2003","2003",89.87043,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2004","2004",89.32288,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2005","2005",88.53304,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2006","2006",86.79063,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2007","2007",87.14833,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2008","2008",88.26502,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2009","2009",90.15797,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2014","2014",96.06951,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2015","2015",95.71632,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2016","2016",94.9618,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2005","2005",94.30253,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2011","2011",91.34499,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2013","2013",90.059,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2014","2014",84.76821,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2015","2015",93.82697,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2016","2016",93.28266,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2017","2017",92.98805,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1993","1993",87.90249,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1994","1994",90.87542,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1995","1995",91.66233,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1996","1996",92.05772,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1998","1998",91.4348,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2000","2000",84.72279,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2001","2001",86.05774,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2002","2002",93.38372,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2003","2003",95.07054,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2004","2004",95.28582,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2005","2005",95.50624,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","1999","1999",96.88095,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2000","2000",96.63722,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2001","2001",96.28173,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2002","2002",95.35847,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2003","2003",94.35244,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2004","2004",93.54839,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2005","2005",92.92525,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2006","2006",93.01266,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2007","2007",93.12973,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2008","2008",93.43389,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2009","2009",94.17064,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2010","2010",94.65424,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2011","2011",94.68649,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2012","2012",95.19388,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2013","2013",95.45459,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2014","2014",95.22961,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2015","2015",94.99466,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2016","2016",95.019,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2002","2002",58.90473,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2003","2003",60.85026,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2004","2004",66.45592,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2005","2005",68.54192,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2006","2006",66.082,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2007","2007",70.8904,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2008","2008",71.66677,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2009","2009",73.05829,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2010","2010",74.42195,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2011","2011",71.49483,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2012","2012",71.0586,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2013","2013",69.81465,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2014","2014",72.73218,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2015","2015",73.60606,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2016","2016",77.77686,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2017","2017",76.45031,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLE","Sierra Leone","2012","2012",91.36636,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLE","Sierra Leone","2013","2013",96.48689,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLE","Sierra Leone","2015","2015",92.54629,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLE","Sierra Leone","2016","2016",98.57039,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2003","2003",94.48077,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2004","2004",95.6222,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2006","2006",95.07177,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2007","2007",95.179,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2008","2008",93.49633,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2009","2009",91.85695,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2010","2010",93.53901,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2011","2011",91.97499,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2012","2012",91.08547,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2014","2014",90.68654,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2015","2015",94.30104,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2016","2016",92.1204,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1990","1990",88.49217,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1991","1991",90.49207,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1992","1992",89.44596,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1993","1993",88.69722,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1994","1994",88.73468,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1995","1995",80.55418,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1996","1996",81.62829,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1998","1998",83.62149,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1999","1999",84.64847,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2000","2000",85.80458,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2001","2001",87.27116,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2002","2002",87.1393,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2003","2003",87.27175,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2004","2004",86.47578,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2005","2005",87.03193,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2006","2006",87.57944,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2007","2007",86.78914,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2008","2008",86.584,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2009","2009",87.01792,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2012","2012",92.81696,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2013","2013",93.58008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2014","2014",89.28941,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2002","2002",93.73605,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2004","2004",95.14782,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2005","2005",87.44053,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2007","2007",90.18405,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2008","2008",90.22424,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2009","2009",86.67219,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2013","2013",89.54008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2014","2014",94.12251,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2015","2015",95.37987,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2016","2016",95.39723,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","1998","1998",83.99954,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","1999","1999",86.00243,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2000","2000",87.71651,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2001","2001",89.95082,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2002","2002",91.81237,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2003","2003",93.62232,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2005","2005",90.3951,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2006","2006",90.01541,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2007","2007",89.71419,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2008","2008",88.02658,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2009","2009",85.90157,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2010","2010",85.81704,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2011","2011",87.64469,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2012","2012",89.08245,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2013","2013",88.64509,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2014","2014",88.68038,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2015","2015",88.81066,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2016","2016",87.45562,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","1995","1995",97.01805,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","1996","1996",98.10855,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","1997","1997",98.83481,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","1999","1999",98.86008,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2000","2000",98.54082,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2001","2001",98.76257,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2002","2002",98.73128,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2003","2003",98.59991,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2004","2004",98.59305,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2005","2005",98.54058,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2006","2006",98.52152,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2007","2007",98.48944,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2008","2008",98.24301,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2009","2009",97.59384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2010","2010",97.59425,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2011","2011",97.12025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2012","2012",97.27564,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2013","2013",97.63546,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2014","2014",97.55901,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2015","2015",97.33162,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2016","2016",96.90515,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","1999","1999",36.84433,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2002","2002",44.74728,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2003","2003",44.69489,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2004","2004",46.97232,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2005","2005",49.96267,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2006","2006",51.73643,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2007","2007",54.07329,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2009","2009",58.10205,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2010","2010",59.07602,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2011","2011",60.09577,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2012","2012",58.37995,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2014","2014",55.65194,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2015","2015",51.98751,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2016","2016",53.29042,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2017","2017",57.65904,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","1991","1991",92.00001,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","1992","1992",93.96114,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","1993","1993",94.65699,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","1994","1994",93.03484,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","1995","1995",92.54347,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","1996","1996",92.04797,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","1997","1997",92.19711,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2005","2005",97.35103,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2006","2006",99.72325,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2007","2007",97.8419,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2008","2008",98.93073,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2009","2009",99.11861,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2010","2010",99.53833,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2013","2013",99.20472,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2014","2014",94.21768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2015","2015",97.23868,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2016","2016",98.03885,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HTI","Haiti","1997","1997",57.78431,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","1993","1993",73.73529,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","1994","1994",81.94125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","1995","1995",87.73222,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","1996","1996",90.23683,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","1997","1997",91.10909,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","1998","1998",91.08679,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","1999","1999",88.72602,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2000","2000",88.35636,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2001","2001",91.85601,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2002","2002",90.88397,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2003","2003",93.76547,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2004","2004",95.5812,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2005","2005",93.95582,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2006","2006",92.49918,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2007","2007",92.24058,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2008","2008",88.39666,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2009","2009",89.0685,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2010","2010",89.12838,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2011","2011",88.77486,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2012","2012",87.47381,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2015","2015",87.50664,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2016","2016",86.56465,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1990","1990",99.78498,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1992","1992",99.70465,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1993","1993",98.85083,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1994","1994",98.4674,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1995","1995",98.15304,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1996","1996",98.30724,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1997","1997",84.34029,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1998","1998",99.8318,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1999","1999",99.70402,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2000","2000",99.83655,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2001","2001",99.84902,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2002","2002",99.85673,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2003","2003",99.89115,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2004","2004",99.43913,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2005","2005",98.66178,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2006","2006",98.9296,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2007","2007",99.15116,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2008","2008",99.39742,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2009","2009",99.31647,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2010","2010",99.23571,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2011","2011",99.50677,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2012","2012",99.90127,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2013","2013",99.80371,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2014","2014",99.78686,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2015","2015",99.62034,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2016","2016",99.691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2017","2017",99.83107,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1990","1990",99.96133,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1991","1991",99.95408,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1992","1992",99.61552,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1993","1993",98.09249,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1994","1994",97.88314,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1995","1995",98.81184,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1996","1996",99.73185,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1997","1997",99.58092,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1999","1999",99.06922,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2000","2000",95.59312,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2001","2001",95.50102,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2002","2002",95.43218,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2003","2003",95.19437,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2004","2004",95.15357,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2005","2005",98.55515,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2006","2006",98.57178,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2007","2007",98.49684,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2008","2008",98.06303,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2009","2009",97.70589,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2010","2010",97.35002,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2011","2011",98.37009,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2012","2012",98.27769,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2013","2013",98.30237,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2014","2014",98.35904,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2015","2015",98.42107,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2016","2016",98.55767,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","1992","1992",38.27604,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","1993","1993",41.58852,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","1996","1996",52.74527,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","1998","1998",58.24857,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","1999","1999",69.0145,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2000","2000",67.9677,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2001","2001",70.09242,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2002","2002",67.99808,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2003","2003",73.38384,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2004","2004",75.09588,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2005","2005",72.8093,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2006","2006",76.90029,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2007","2007",75.38199,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2008","2008",71.58508,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2010","2010",67.65252,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2011","2011",69.507,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2012","2012",71.65155,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2013","2013",69.5467,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2014","2014",72.68908,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2015","2015",76.21413,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2016","2016",78.48678,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2017","2017",81.42247,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2018","2018",82.46344,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2000","2000",98.50711,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2001","2001",97.74978,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2002","2002",98.73445,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2003","2003",99.04284,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2004","2004",98.86333,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2005","2005",98.58637,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2006","2006",98.41764,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2007","2007",96.48961,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2008","2008",98.83792,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2009","2009",98.65869,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2010","2010",99.01647,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2011","2011",98.76223,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2012","2012",98.53058,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2013","2013",98.46529,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2014","2014",95.85179,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2015","2015",94.96315,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2016","2016",95.00476,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2017","2017",98.39597,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2003","2003",99.71351,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2005","2005",97.23768,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2006","2006",96.33673,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2007","2007",95.89328,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2008","2008",95.11075,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2009","2009",92.59466,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2010","2010",94.0961,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2011","2011",94.06605,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2012","2012",94.3599,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2013","2013",95.3575,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2014","2014",96.27531,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1990","1990",92.51423,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1992","1992",96.29751,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1997","1997",93.1747,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1999","1999",85.50853,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2000","2000",84.84172,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2002","2002",93.40144,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2003","2003",92.80414,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2004","2004",95.83661,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2005","2005",95.62274,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2006","2006",98.79121,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2007","2007",98.88172,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2009","2009",99.4812,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2010","2010",99.58912,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2011","2011",99.73734,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2012","2012",99.55923,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2013","2013",98.47135,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2014","2014",99.44279,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2015","2015",99.3369,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2016","2016",99.06301,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2017","2017",98.59657,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","1990","1990",84.49339,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","1991","1991",80.65712,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","1992","1992",77.54967,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","1993","1993",77.55951,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","1994","1994",82.26238,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","1999","1999",95.26159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2000","2000",97.97911,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2001","2001",94.25268,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2002","2002",91.36933,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2003","2003",94.22215,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2004","2004",88.53214,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2006","2006",92.13954,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2007","2007",93.13247,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2009","2009",93.06024,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2010","2010",92.31877,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2011","2011",93.37737,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2012","2012",94.16173,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2013","2013",91.11188,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2014","2014",90.95896,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2015","2015",92.55236,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2016","2016",93.2951,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2017","2017",93.98756,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1994","1994",73.40768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1995","1995",71.51112,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1998","1998",68.34653,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1999","1999",66.51105,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2000","2000",65.97208,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2001","2001",65.63596,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2002","2002",67.52847,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2004","2004",80.18755,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2005","2005",88.00201,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2006","2006",87.26496,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2007","2007",88.34068,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2008","2008",90.06242,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2009","2009",85.49228,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2010","2010",83.38924,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2011","2011",86.80856,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2012","2012",88.46235,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2013","2013",86.29198,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2017","2017",84.06456,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1990","1990",67.5169,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1991","1991",70.16238,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1992","1992",73.57789,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1993","1993",74.32349,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1994","1994",75.22335,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1995","1995",73.43442,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1996","1996",72.71306,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1999","1999",78.87381,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2000","2000",81.74988,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2001","2001",85.18002,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2002","2002",91.75194,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2004","2004",92.60536,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2005","2005",92.44692,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2006","2006",96.62388,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2007","2007",96.36545,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2008","2008",97.26443,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2010","2010",96.95224,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2007","2007",89.1455,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2008","2008",87.79906,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2009","2009",87.20262,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2010","2010",88.0307,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2011","2011",88.40982,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2012","2012",90.23311,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2013","2013",91.62983,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2014","2014",92.87297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2015","2015",93.56303,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2016","2016",94.24562,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2017","2017",95.29322,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","1999","1999",98.47424,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2000","2000",97.82293,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2001","2001",94.19819,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2002","2002",94.60751,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2003","2003",92.74784,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2004","2004",92.99585,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2005","2005",96.56223,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2006","2006",97.81942,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2007","2007",98.16885,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2008","2008",98.64406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2009","2009",97.70515,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2014","2014",99.3729,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JOR","Jordan","1999","1999",86.88764,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JOR","Jordan","2000","2000",87.96047,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JOR","Jordan","2002","2002",90.59014,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JOR","Jordan","2003","2003",91.65352,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JOR","Jordan","2004","2004",91.43836,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2001","2001",98.47245,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2002","2002",97.576,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2003","2003",96.62276,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2004","2004",94.9159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2005","2005",93.75837,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2006","2006",92.76024,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2007","2007",90.81924,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2008","2008",88.89141,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2009","2009",87.29558,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2010","2010",86.61285,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2011","2011",85.41459,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2012","2012",86.03891,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2013","2013",86.08042,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2014","2014",86.20627,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2015","2015",86.3738,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2016","2016",85.28832,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2017","2017",85.36971,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","1994","1994",95.57028,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","1995","1995",94.88765,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","1997","1997",95.68092,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","1999","1999",99.02582,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2006","2006",99.85337,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2007","2007",99.88441,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2008","2008",98.8384,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2009","2009",96.12815,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2010","2010",96.73566,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2011","2011",95.81903,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2012","2012",93.47651,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2013","2013",93.86141,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2014","2014",95.29694,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2015","2015",95.33642,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2016","2016",94.73788,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1991","1991",89.07874,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1992","1992",91.82186,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1993","1993",95.47012,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1994","1994",95.22388,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1995","1995",98.15429,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2009","2009",92.81227,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2012","2012",92.04588,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2013","2013",93.66939,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2014","2014",91.75011,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2015","2015",91.31687,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2016","2016",93.53268,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2017","2017",93.33178,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1992","1992",61.97841,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1993","1993",67.20993,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1994","1994",71.15155,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1996","1996",72.18727,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1997","1997",74.49848,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1998","1998",77.82756,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1999","1999",78.09873,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2000","2000",78.94843,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2001","2001",78.29392,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2002","2002",79.53385,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2003","2003",82.15989,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2004","2004",82.37521,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2005","2005",83.52715,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2006","2006",85.21468,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2007","2007",87.69313,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2008","2008",89.84039,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2009","2009",91.65692,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2010","2010",96.30304,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2011","2011",95.79309,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2012","2012",95.79401,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2013","2013",97.68857,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2014","2014",97.96733,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2015","2015",96.15635,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2016","2016",95.43056,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2017","2017",93.83932,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","1999","1999",96.15628,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2000","2000",95.83488,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2001","2001",95.97568,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2002","2002",96.10443,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2003","2003",94.91876,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2004","2004",95.62663,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2005","2005",96.25162,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2006","2006",96.52911,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2007","2007",96.63251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2008","2008",95.83475,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2010","2010",92.78442,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2011","2011",92.06646,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2012","2012",92.84422,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2013","2013",92.45221,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2014","2014",92.95111,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2015","2015",94.58265,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2016","2016",95.5354,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","1992","1992",96.65084,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","1994","1994",97.00294,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","1995","1995",95.49458,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","1996","1996",93.14649,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","1997","1997",93.57111,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","1998","1998",94.54698,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","1999","1999",94.24913,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2000","2000",92.66569,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2001","2001",95.4868,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2002","2002",96.67155,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2003","2003",99.30016,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2004","2004",96.70704,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2006","2006",99.12621,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2007","2007",96.32362,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2008","2008",96.81129,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2009","2009",96.98228,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2011","2011",96.55321,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2012","2012",96.59209,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2013","2013",95.13571,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2015","2015",97.64498,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2016","2016",97.23775,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","1994","1994",97.32543,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","1996","1996",98.44095,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","1997","1997",98.86128,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","1998","1998",99.05044,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2003","2003",97.19316,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2004","2004",95.40354,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2005","2005",95.59117,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2006","2006",96.76469,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2007","2007",98.35124,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2008","2008",99.50552,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2010","2010",99.52137,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2011","2011",98.90912,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2012","2012",98.35787,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2013","2013",97.71533,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2014","2014",97.6539,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2015","2015",98.52406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2016","2016",99.37185,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","1990","1990",82.36999,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","1992","1992",85.00685,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","1998","1998",88.56895,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","1999","1999",88.93234,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2000","2000",89.55773,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2001","2001",89.83375,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2002","2002",91.26839,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2003","2003",90.99584,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2004","2004",88.58579,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2005","2005",88.84287,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2006","2006",87.3036,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2007","2007",88.5401,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2008","2008",87.45029,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2009","2009",87.25706,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2010","2010",86.93092,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2012","2012",88.66705,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2013","2013",90.67291,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2017","2017",98.54594,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2000","2000",89.67425,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2001","2001",93.74835,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2002","2002",91.77601,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2003","2003",93.07097,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2004","2004",92.65768,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2005","2005",91.3407,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2006","2006",87.8223,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2007","2007",88.08764,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2008","2008",88.45492,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2009","2009",88.18016,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2010","2010",87.77125,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2011","2011",88.49488,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2012","2012",88.23033,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2013","2013",88.06681,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2014","2014",87.50163,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2015","2015",87.49806,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2016","2016",87.50647,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2017","2017",87.0249,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","1991","1991",67.92734,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","1992","1992",75.54685,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","1993","1993",76.411,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","1994","1994",77.52096,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","1995","1995",81.0354,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","1996","1996",86.27679,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","1998","1998",90.93124,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","1999","1999",93.7323,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2000","2000",94.64319,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2001","2001",94.19328,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2002","2002",94.46556,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2004","2004",95.30818,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2005","2005",94.20818,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2006","2006",92.75489,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2007","2007",91.96423,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2008","2008",92.6671,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2009","2009",93.2886,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2010","2010",93.56776,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2011","2011",94.03466,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2012","2012",91.47262,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2013","2013",90.4761,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2014","2014",89.83271,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2015","2015",90.60457,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2016","2016",91.20001,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2017","2017",91.2692,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","1998","1998",94.5456,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","1999","1999",92.90228,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2000","2000",95.56639,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2001","2001",95.15924,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2002","2002",94.86635,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2003","2003",95.18639,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2004","2004",94.90577,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2005","2005",95.41232,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2006","2006",95.8324,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2007","2007",95.42762,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2008","2008",94.49357,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2009","2009",95.12365,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2010","2010",95.76194,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2011","2011",96.16761,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2012","2012",96.99491,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2013","2013",97.67424,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2014","2014",97.88659,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2015","2015",97.8952,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2016","2016",98.02983,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PNG","Papua New Guinea","2012","2012",74.87094,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PNG","Papua New Guinea","2016","2016",78.34019,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","1990","1990",92.28523,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","1993","1993",92.63951,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","1998","1998",93.7003,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","1999","1999",90.49485,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","2001","2001",98.63249,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","2004","2004",95.43581,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","2005","2005",98.82917,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","2006","2006",98.71341,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","2012","2012",95.57911,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","2013","2013",93.09292,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","2014","2014",88.24009,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","2015","2015",86.85797,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","1994","1994",91.92869,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","1998","1998",90.74809,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","1999","1999",90.28245,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2000","2000",88.13518,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2001","2001",85.39301,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2010","2010",95.13629,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2011","2011",92.80735,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2012","2012",93.85058,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2014","2014",95.40664,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2015","2015",95.50755,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2016","2016",93.70286,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2017","2017",94.08901,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","1996","1996",90.4604,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","1999","1999",86.57425,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2000","2000",85.60048,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2001","2001",85.77827,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2002","2002",85.60226,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2003","2003",84.74058,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2004","2004",89.76285,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2005","2005",87.15648,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2006","2006",88.07,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2007","2007",86.92666,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2008","2008",86.85491,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2009","2009",86.39309,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2010","2010",86.65881,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2011","2011",86.75616,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2012","2012",89.75322,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2013","2013",89.52466,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2014","2014",89.02231,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2015","2015",88.69393,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2016","2016",88.61181,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2017","2017",89.17901,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HTI","Haiti","1997","1997",57.33735,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","1990","1990",92.13541,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","1991","1991",94.23542,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","1992","1992",95.01185,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","1993","1993",95.47034,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","1994","1994",91.80748,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","1996","1996",95.22291,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","1999","1999",96.86984,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2000","2000",97.65244,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2001","2001",97.62401,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2002","2002",95.79244,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2003","2003",94.95169,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2004","2004",94.41151,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2005","2005",95.0744,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2006","2006",93.30979,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2007","2007",91.45082,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2008","2008",89.82869,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2009","2009",88.94777,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2010","2010",88.78623,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2011","2011",88.77226,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2012","2012",88.32611,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","1990","1990",16.88337,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","1991","1991",17.39823,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","1992","1992",16.0206,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","1997","1997",18.56847,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","1998","1998",19.14866,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","1999","1999",20.65332,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2000","2000",21.61453,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2001","2001",24.43304,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2002","2002",27.18985,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2003","2003",30.52899,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2004","2004",33.42749,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2005","2005",34.26406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2006","2006",35.20451,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2007","2007",36.63858,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2008","2008",41.03589,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2009","2009",44.81248,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2010","2010",48.06998,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2011","2011",52.75953,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2012","2012",54.88878,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2013","2013",55.57288,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2014","2014",55.40834,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2015","2015",56.78456,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2016","2016",58.81197,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2017","2017",60.74324,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1991","1991",54.07278,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1992","1992",53.13017,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1993","1993",52.46327,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1994","1994",52.62361,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1995","1995",55.92757,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1999","1999",35.89348,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","1994","1994",50.7578,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","1995","1995",57.36864,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","1996","1996",59.80726,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","1998","1998",61.50818,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","1999","1999",60.25053,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2000","2000",60.43428,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2001","2001",64.10606,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2002","2002",62.29223,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2003","2003",64.9372,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2004","2004",71.32117,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2005","2005",69.34642,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2006","2006",72.01106,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2007","2007",72.39588,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2008","2008",68.72798,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2009","2009",68.40007,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2010","2010",68.60945,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2011","2011",68.17766,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2012","2012",66.40547,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2013","2013",70.43676,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2014","2014",72.12524,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2016","2016",69.08164,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2017","2017",73.90293,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VUT","Vanuatu","1999","1999",97.8633,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VUT","Vanuatu","2004","2004",96.80019,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VUT","Vanuatu","2015","2015",84.65103,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","1990","1990",30.73785,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","1992","1992",32.4746,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","1993","1993",29.29704,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","1994","1994",30.23315,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","1995","1995",31.31098,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","1996","1996",31.70298,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","1997","1997",30.50633,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","1999","1999",30.80459,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2000","2000",30.44326,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2001","2001",33.26137,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2002","2002",34.79814,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2004","2004",38.47206,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2005","2005",39.65623,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2006","2006",43.06166,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2007","2007",44.54475,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2008","2008",48.98934,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2009","2009",47.86696,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2011","2011",56.45773,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2013","2013",57.2554,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2014","2014",60.23036,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2015","2015",58.8093,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2016","2016",55.35859,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2017","2017",58.13802,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2018","2018",60.93594,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRQ","Iraq","1993","1993",73.76117,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRQ","Iraq","1996","1996",71.12847,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRQ","Iraq","1999","1999",83.04126,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRQ","Iraq","2000","2000",82.05639,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRQ","Iraq","2004","2004",86.69343,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRQ","Iraq","2007","2007",86.59845,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1991","1991",86.9027,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1994","1994",91.45908,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1995","1995",92.58482,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1998","1998",88.70945,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1999","1999",89.78685,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2000","2000",88.01283,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2001","2001",88.16648,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2002","2002",87.92107,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2003","2003",88.39546,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2004","2004",87.28277,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2005","2005",85.87833,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2015","2015",84.31718,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","1994","1994",96.9914,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","1998","1998",95.96182,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","1999","1999",96.25947,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2000","2000",98.27475,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2001","2001",97.72662,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2002","2002",96.5342,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2003","2003",97.0259,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2004","2004",99.26262,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2005","2005",99.50172,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2006","2006",94.28063,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2007","2007",94.55419,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2008","2008",95.39367,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2009","2009",95.03779,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2010","2010",96.59556,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2011","2011",97.31922,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2012","2012",99.12905,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2015","2015",99.4427,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2016","2016",99.02043,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2017","2017",98.44927,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2003","2003",97.34278,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2005","2005",97.91655,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2006","2006",98.46237,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2007","2007",96.17636,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2008","2008",96.02649,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2011","2011",91.60794,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2012","2012",96.28004,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2015","2015",94.041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2016","2016",93.68344,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2017","2017",95.83619,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CRI","Costa Rica","1990","1990",87.95658,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CRI","Costa Rica","1991","1991",88.66804,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CRI","Costa Rica","2011","2011",98.45303,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CRI","Costa Rica","2012","2012",98.52885,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CRI","Costa Rica","2013","2013",97.54843,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CRI","Costa Rica","2014","2014",96.10572,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CRI","Costa Rica","2015","2015",96.20824,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CRI","Costa Rica","2016","2016",96.64491,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COM","Comoros","1994","1994",62.29609,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COM","Comoros","1999","1999",55.92435,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COM","Comoros","2000","2000",62.13601,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COM","Comoros","2007","2007",76.25053,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COM","Comoros","2013","2013",82.22375,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COM","Comoros","2014","2014",79.21783,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COM","Comoros","2017","2017",78.93816,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2000","2000",92.19251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2001","2001",93.46178,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2002","2002",91.34577,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2003","2003",93.25887,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2004","2004",91.79003,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2005","2005",91.50384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2006","2006",91.17484,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2007","2007",91.27341,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2008","2008",91.69759,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2009","2009",90.14372,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2010","2010",89.5756,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2014","2014",96.21139,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2017","2017",97.7122,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","1994","1994",64.1835,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2000","2000",71.22768,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2001","2001",75.91531,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2002","2002",74.27847,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2003","2003",68.13528,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2008","2008",47.11885,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2009","2009",45.65199,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2010","2010",44.66103,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2011","2011",44.67755,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2012","2012",45.95912,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2015","2015",42.87813,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UGA","Uganda","2009","2009",90.83541,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UGA","Uganda","2010","2010",87.60276,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UGA","Uganda","2011","2011",90.34302,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UGA","Uganda","2013","2013",90.85496,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","1990","1990",97.65283,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","1991","1991",96.04602,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","1993","1993",91.72975,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","1999","1999",90.2148,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","2000","2000",91.46593,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","2001","2001",91.50324,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","2002","2002",91.44664,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","2003","2003",90.30318,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","2004","2004",92.00079,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RWA","Rwanda","1999","1999",80.53763,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RWA","Rwanda","2002","2002",81.8159,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RWA","Rwanda","2003","2003",88.18091,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RWA","Rwanda","2016","2016",95.3538,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RWA","Rwanda","2017","2017",93.61304,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","1990","1990",72.4667,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","1991","1991",73.01808,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","1992","1992",74.07921,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","1993","1993",72.85402,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","1994","1994",72.91708,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","1995","1995",74.01698,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","1996","1996",71.73002,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","2009","2009",74.23492,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","2010","2010",79.83762,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","2011","2011",82.84391,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","2012","2012",80.57312,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","2013","2013",76.60038,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","2014","2014",77.38128,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","2015","2015",76.56062,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","2016","2016",76.3556,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1990","1990",93.95406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1991","1991",93.28779,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1992","1992",92.76676,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1993","1993",91.72262,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1994","1994",99.12952,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1995","1995",99.36424,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1996","1996",99.63503,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1997","1997",99.91919,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1999","1999",99.86143,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2000","2000",99.85665,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2003","2003",99.36617,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2004","2004",98.88081,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2005","2005",98.66092,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2006","2006",99.01808,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2007","2007",99.66671,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2012","2012",97.94911,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2015","2015",95.98419,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2016","2016",96.85889,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1995","1995",92.86787,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1996","1996",94.61705,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1997","1997",95.29337,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1998","1998",95.39399,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1999","1999",94.41238,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2000","2000",93.62054,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2001","2001",94.11104,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2002","2002",94.57889,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2003","2003",95.66144,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2004","2004",97.66998,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2005","2005",97.10923,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2006","2006",96.64736,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2007","2007",97.48735,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2008","2008",97.60827,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2009","2009",97.65819,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2010","2010",97.9064,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2011","2011",97.99811,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2012","2012",98.45919,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2013","2013",97.7708,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2014","2014",97.57938,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2015","2015",97.77426,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2016","2016",97.7027,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1990","1990",95.53484,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1991","1991",97.54184,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1992","1992",97.30131,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1993","1993",95.28579,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1994","1994",94.3394,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1995","1995",93.52788,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1996","1996",94.42892,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1998","1998",98.3882,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1999","1999",99.7777,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2000","2000",89.1081,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2001","2001",92.52591,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2002","2002",91.36379,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2003","2003",92.66273,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2004","2004",92.37394,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2005","2005",90.98955,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2006","2006",87.78561,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2007","2007",87.5708,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2008","2008",87.71829,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2009","2009",87.51561,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2010","2010",87.59101,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2011","2011",87.81111,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2012","2012",87.92876,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2013","2013",87.85464,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2014","2014",87.14635,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2015","2015",86.85478,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2016","2016",86.88255,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2017","2017",86.50643,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGD","Bangladesh","1990","1990",77.93072,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGD","Bangladesh","2005","2005",89.16716,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGD","Bangladesh","2006","2006",89.36335,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGD","Bangladesh","2008","2008",88.47476,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGD","Bangladesh","2009","2009",86.46116,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGD","Bangladesh","2010","2010",86.07598,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGD","Bangladesh","2017","2017",88.07781,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2009","2009",90.93892,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2010","2010",96.61033,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2011","2011",96.59918,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2012","2012",99.44211,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2013","2013",97.72881,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2014","2014",97.3903,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","1992","1992",97.96123,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","1993","1993",98.80626,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","1994","1994",99.01581,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","1995","1995",99.9328,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","1999","1999",97.21093,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2000","2000",97.83981,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2001","2001",95.6837,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2002","2002",95.05905,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2003","2003",94.70552,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2004","2004",93.73391,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2005","2005",91.15046,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2006","2006",93.4615,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2011","2011",91.16974,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2012","2012",91.87141,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2013","2013",92.80127,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2014","2014",94.7955,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2015","2015",96.83802,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2016","2016",96.98251,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2017","2017",97.25603,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","1990","1990",35.17,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","1991","1991",37.18403,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","1998","1998",47.7574,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","1999","1999",49.70754,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2000","2000",51.79638,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2001","2001",54.95317,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2002","2002",62.66735,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2003","2003",65.68553,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2004","2004",68.3562,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2005","2005",69.58457,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2006","2006",70.85437,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2007","2007",72.42057,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2008","2008",72.04214,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2009","2009",73.38223,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2010","2010",76.36947,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2011","2011",79.23847,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2012","2012",79.86765,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2013","2013",80.88717,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2014","2014",83.63428,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2016","2016",83.99783,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MWI","Malawi","1999","1999",93.50184,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MWI","Malawi","2004","2004",98.28243,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MWI","Malawi","2005","2005",97.74226,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MWI","Malawi","2006","2006",96.72173,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MWI","Malawi","2007","2007",92.79131,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MWI","Malawi","2008","2008",98.61684,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MWI","Malawi","2009","2009",98.0944,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2008","2008",70.64725,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2009","2009",78.64192,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2010","2010",87.35736,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2011","2011",92.91126,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2012","2012",91.53428,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2013","2013",89.79227,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2014","2014",85.98941,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2015","2015",82.49904,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2016","2016",79.13884,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2017","2017",77.65792,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COK","Cook Islands","1998","1998",89.70149,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COK","Cook Islands","1999","1999",84.81248,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2000","2000",92.65487,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2010","2010",94.37205,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2012","2012",94.49919,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2013","2013",94.18398,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2014","2014",94.76129,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2015","2015",93.59094,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","1994","1994",63.30942,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2000","2000",64.56147,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2001","2001",71.26781,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2002","2002",69.19887,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2003","2003",65.30215,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2008","2008",46.75576,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2009","2009",45.55095,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2010","2010",44.7819,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2011","2011",44.94841,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2012","2012",46.24338,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2015","2015",43.34419,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","1997","1997",95.85874,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","1998","1998",96.16893,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","1999","1999",96.99497,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2000","2000",97.5224,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2001","2001",97.86806,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2002","2002",97.58803,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2003","2003",97.61689,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2004","2004",97.11725,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2005","2005",95.96561,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2006","2006",94.98699,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2007","2007",94.79986,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2008","2008",94.80007,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2009","2009",95.49941,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2010","2010",96.5326,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2011","2011",97.63528,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2012","2012",98.16238,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2013","2013",97.86089,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2014","2014",97.14547,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2015","2015",96.4733,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2016","2016",96.17723,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2017","2017",95.87833,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","1991","1991",63.2512,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","1999","1999",93.28084,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2000","2000",94.79832,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2001","2001",94.62827,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2002","2002",94.99634,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2004","2004",95.04319,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2005","2005",94.28519,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2006","2006",92.83667,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2007","2007",91.92115,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2008","2008",92.96767,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2009","2009",93.7135,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2010","2010",94.09323,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2011","2011",94.46693,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2012","2012",91.83025,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2013","2013",90.67048,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2014","2014",89.92156,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2015","2015",90.62973,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2016","2016",91.16406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2017","2017",91.17366,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","1996","1996",95.10436,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","1997","1997",95.78897,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","1998","1998",96.53967,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","1999","1999",96.56318,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2000","2000",96.15199,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2001","2001",96.39738,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2002","2002",94.37805,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2003","2003",94.49614,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2004","2004",95.55294,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2005","2005",94.28855,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2006","2006",95.47039,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2007","2007",98.07989,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2008","2008",98.05578,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2009","2009",97.48349,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2010","2010",97.97259,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2011","2011",97.94309,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2012","2012",96.41817,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2013","2013",95.0578,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2014","2014",94.37026,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2015","2015",93.3887,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2016","2016",91.52049,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1990","1990",71.32391,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1991","1991",72.8487,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1992","1992",73.12171,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1993","1993",70.7027,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1994","1994",71.82647,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1995","1995",70.70377,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1996","1996",70.90907,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1998","1998",62.8257,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1999","1999",58.97518,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2000","2000",79.6519,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2001","2001",79.82257,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2002","2002",80.12734,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2003","2003",80.34134,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2004","2004",77.95458,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2005","2005",77.18746,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2006","2006",77.45909,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2007","2007",75.0602,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2008","2008",76.02412,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2009","2009",76.61623,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2010","2010",78.46213,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2011","2011",79.92434,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2012","2012",81.19184,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2013","2013",79.06794,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2014","2014",79.67009,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2015","2015",79.57913,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2016","2016",79.9602,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2017","2017",80.89926,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1990","1990",64.25489,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1995","1995",54.71095,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1996","1996",56.91976,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1999","1999",64.61754,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2000","2000",66.15565,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2001","2001",67.2899,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2002","2002",68.00256,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2003","2003",77.72212,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","1998","1998",49.30367,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","1999","1999",50.64393,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2000","2000",53.86754,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2001","2001",57.23303,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2005","2005",69.75564,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2006","2006",73.77565,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2008","2008",79.83493,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2009","2009",84.41969,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2010","2010",86.50545,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2011","2011",87.38371,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2012","2012",88.79699,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2013","2013",85.91862,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2015","2015",83.73392,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2016","2016",81.59713,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2017","2017",80.1482,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","1999","1999",67.61165,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","2000","2000",70.76506,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","2004","2004",71.10123,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","2005","2005",71.37431,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","2006","2006",71.24839,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","2007","2007",77.61356,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","2008","2008",69.78784,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","2009","2009",70.54574,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","2010","2010",69.91565,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","1999","1999",60.21122,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2000","2000",64.0136,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2001","2001",59.03806,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2002","2002",61.68828,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2003","2003",61.51805,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2005","2005",64.95211,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2006","2006",64.48763,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2007","2007",69.50412,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2008","2008",74.69627,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2009","2009",73.4297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2011","2011",81.73442,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2013","2013",85.99297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2014","2014",87.81158,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2015","2015",89.78191,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2016","2016",87.0121,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2017","2017",85.31065,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2018","2018",84.33206,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","1994","1994",91.53608,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","1995","1995",90.49693,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","1996","1996",78.41574,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","1997","1997",86.99358,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","1998","1998",86.76703,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","1999","1999",87.13809,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2000","2000",87.81396,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2001","2001",88.59244,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2002","2002",89.14424,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2003","2003",88.61972,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2004","2004",88.66809,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2005","2005",89.35965,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2006","2006",90.60171,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2007","2007",89.71515,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2008","2008",91.17377,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2009","2009",91.91019,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2010","2010",92.0495,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2011","2011",91.44861,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2012","2012",90.76512,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2013","2013",90.74843,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2014","2014",91.05277,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2015","2015",91.21689,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2016","2016",91.39128,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AFG","Afghanistan","1993","1993",28.17121,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2010","2010",86.62731,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2011","2011",79.47644,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2012","2012",80.25684,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2013","2013",80.18065,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2014","2014",80.46298,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2015","2015",78.75326,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2016","2016",73.60405,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","1998","1998",84.09731,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","1999","1999",85.61484,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2000","2000",86.30562,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2001","2001",88.30666,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2002","2002",84.82688,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2003","2003",83.43972,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2012","2012",87.67465,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2013","2013",84.7939,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","1990","1990",88.85592,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","1991","1991",88.21393,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","1992","1992",87.30382,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","1993","1993",87.02557,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","1994","1994",87.17582,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","1995","1995",87.49106,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","1996","1996",88.27832,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","1998","1998",94.12797,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","2001","2001",94.27043,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","2010","2010",94.99865,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","2011","2011",97.31237,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","2012","2012",95.0914,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","2013","2013",94.82874,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","2014","2014",94.98385,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","2016","2016",95.48201,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SDN","Sudan","2011","2011",55.57246,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SDN","Sudan","2012","2012",56.81843,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SDN","Sudan","2013","2013",58.03168,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SDN","Sudan","2014","2014",59.15437,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SDN","Sudan","2015","2015",59.58011,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SDN","Sudan","2016","2016",62.55882,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SDN","Sudan","2017","2017",59.46872,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1990","1990",51.32563,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1991","1991",50.62554,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1992","1992",50.70394,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1993","1993",49.92003,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1994","1994",48.71263,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1995","1995",48.60242,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1996","1996",48.70992,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1997","1997",49.09301,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1998","1998",48.54041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1999","1999",48.94357,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2000","2000",52.46872,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2001","2001",57.01628,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2002","2002",71.6595,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2003","2003",79.86844,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2004","2004",84.01119,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2005","2005",88.14307,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2006","2006",93.27205,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2008","2008",94.14146,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2010","2010",87.31658,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2012","2012",82.94378,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2013","2013",79.75639,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2014","2014",79.32286,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2016","2016",79.79954,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2017","2017",79.86929,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","1990","1990",57.26208,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","1991","1991",52.95281,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2005","2005",47.65448,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2006","2006",48.0837,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2007","2007",56.21571,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2008","2008",64.93564,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2009","2009",65.17461,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2010","2010",67.33584,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2011","2011",65.38158,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2012","2012",68.07992,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","1997","1997",83.00848,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2003","2003",94.13629,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2004","2004",91.43444,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2005","2005",86.9949,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2006","2006",84.57972,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2007","2007",85.76801,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2008","2008",86.59999,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2009","2009",87.36137,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2010","2010",88.42008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2011","2011",87.72209,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2012","2012",84.55589,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2013","2013",83.55589,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2014","2014",79.47059,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2015","2015",79.04838,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2016","2016",79.38843,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2017","2017",83.54332,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","1995","1995",92.81567,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","1996","1996",94.60319,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","1997","1997",95.51392,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","1998","1998",95.56383,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","1999","1999",94.7474,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2000","2000",92.67958,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2001","2001",94.45635,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2002","2002",94.91086,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2003","2003",95.97654,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2004","2004",97.93102,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2005","2005",97.69769,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2006","2006",97.20302,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2007","2007",98.19222,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2008","2008",98.1463,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2009","2009",98.02975,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2010","2010",98.13803,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2011","2011",97.86638,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2012","2012",98.1654,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2013","2013",97.33991,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2014","2014",97.11708,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2015","2015",97.21373,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2016","2016",97.10037,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2000","2000",85.78496,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2001","2001",88.84664,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2002","2002",90.72239,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2003","2003",91.38898,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2004","2004",92.13682,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2005","2005",90.8736,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2006","2006",89.34618,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2007","2007",89.2813,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2008","2008",90.60102,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2009","2009",89.92297,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2011","2011",88.20171,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2012","2012",86.64707,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2013","2013",86.54256,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2014","2014",87.01133,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2015","2015",86.77348,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2016","2016",87.58267,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2017","2017",86.20668,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2018","2018",87.3281,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","1996","1996",92.72327,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","1997","1997",94.19631,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","1998","1998",93.68471,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","1999","1999",94.5945,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2000","2000",94.35692,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2001","2001",94.63993,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2002","2002",93.52674,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2003","2003",94.08328,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2004","2004",95.32227,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2005","2005",93.97159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2006","2006",94.74192,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2007","2007",97.47534,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2008","2008",98.04322,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2009","2009",98.03521,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2010","2010",97.96184,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2011","2011",98.03808,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2012","2012",96.17512,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2013","2013",94.80976,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2014","2014",94.46253,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2015","2015",92.92329,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2016","2016",90.86446,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",90.07832,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",89.78212,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",89.27671,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",88.59585,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",88.3765,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",86.88503,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",86.67899,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",86.58433,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",85.81162,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",84.8938,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",84.46456,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",84.37256,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",84.73737,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",83.89276,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",88.16308,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",88.74445,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",91.53961,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COM","Comoros","1994","1994",69.22219,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COM","Comoros","1999","1999",60.79396,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COM","Comoros","2000","2000",67.49473,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COM","Comoros","2007","2007",79.17413,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COM","Comoros","2013","2013",84.62552,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COM","Comoros","2014","2014",80.85214,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COM","Comoros","2017","2017",79.83747,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1992","1992",88.53601,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1993","1993",88.8767,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1994","1994",92.61088,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1999","1999",90.76177,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2004","2004",93.76186,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2005","2005",98.12016,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2006","2006",96.5744,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2007","2007",98.25938,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2008","2008",98.24228,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2009","2009",95.88003,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2010","2010",97.51368,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2016","2016",88.19669,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","1990","1990",99.30465,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","1998","1998",93.3393,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","1999","1999",88.6377,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2001","2001",88.72072,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2002","2002",88.46283,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2003","2003",89.00091,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2004","2004",88.33751,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2005","2005",87.49509,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2006","2006",85.7642,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2007","2007",86.05896,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2008","2008",87.03114,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2009","2009",88.92976,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2014","2014",95.21899,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2015","2015",95.12373,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2016","2016",94.60591,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","1991","1991",86.78022,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","1993","1993",88.09316,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2000","2000",86.13879,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2003","2003",87.56915,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2004","2004",88.06666,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2005","2005",86.83066,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2006","2006",91.83317,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2007","2007",86.64674,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2008","2008",90.48201,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2009","2009",89.24049,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2010","2010",89.40749,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2011","2011",89.78716,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2012","2012",86.38804,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2013","2013",82.64347,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2014","2014",82.09981,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2015","2015",81.54297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2016","2016",83.39683,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2017","2017",84.02329,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","1999","1999",97.72317,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2000","2000",94.81447,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2001","2001",91.96333,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2003","2003",92.12665,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2004","2004",93.33641,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2005","2005",93.00857,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2006","2006",93.66608,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2007","2007",93.42579,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2008","2008",93.83279,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2009","2009",94.9126,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2010","2010",95.39761,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2011","2011",95.15522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2012","2012",96.67864,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2013","2013",95.80625,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2014","2014",96.29559,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2015","2015",96.14116,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2016","2016",96.04665,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2017","2017",96.10654,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1990","1990",96.57841,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1991","1991",91.93816,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1993","1993",92.17023,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1994","1994",93.38422,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1995","1995",94.33934,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1996","1996",96.90761,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1997","1997",97.8501,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1998","1998",95.66827,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1999","1999",92.53696,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2000","2000",93.09299,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2001","2001",92.28548,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2002","2002",93.70577,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2003","2003",92.9333,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2004","2004",93.69914,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2005","2005",95.47626,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2006","2006",95.38596,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2007","2007",95.90217,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2008","2008",96.27922,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2009","2009",95.87322,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2010","2010",95.48687,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2011","2011",95.36793,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2012","2012",92.7085,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2013","2013",94.88504,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2014","2014",95.05036,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2015","2015",95.14151,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2016","2016",93.86473,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2017","2017",94.79969,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","1998","1998",84.23544,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","1999","1999",86.42303,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2000","2000",88.22559,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2001","2001",90.6044,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2002","2002",92.44248,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2005","2005",90.60185,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2006","2006",90.22194,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2007","2007",89.89006,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2008","2008",87.98019,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2009","2009",85.97766,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2010","2010",85.98076,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2011","2011",87.89529,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2012","2012",89.33512,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2013","2013",88.69443,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2014","2014",89.04068,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2015","2015",89.08309,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2016","2016",87.45976,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AGO","Angola","1998","1998",41.30159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AGO","Angola","2008","2008",69.38779,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AGO","Angola","2009","2009",68.3113,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AGO","Angola","2010","2010",67.71203,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AGO","Angola","2011","2011",66.3875,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","1995","1995",82.76138,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","1996","1996",81.63258,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","1997","1997",83.93793,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","2004","2004",87.17369,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","2005","2005",85.30435,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","2006","2006",86.02462,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","2007","2007",94.26732,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","2008","2008",95.94268,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","2009","2009",94.86707,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","2011","2011",95.67443,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","2012","2012",98.17781,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","1990","1990",79.32817,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","1992","1992",82.77251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","1994","1994",85.04027,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","1995","1995",85.71563,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","1996","1996",84.92825,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","1997","1997",85.80822,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","1998","1998",86.46527,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","1999","1999",86.53291,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2000","2000",87.56434,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2001","2001",87.95853,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2002","2002",89.22654,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2003","2003",88.99659,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2004","2004",86.55922,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2005","2005",86.78059,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2006","2006",85.39631,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2007","2007",86.67963,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2008","2008",86.00688,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2009","2009",85.87856,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2010","2010",85.63305,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2012","2012",87.60613,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2013","2013",89.65232,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2017","2017",97.02682,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","1993","1993",98.71577,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","1994","1994",98.70792,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","1995","1995",98.36128,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","1996","1996",98.66977,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","1997","1997",98.79029,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","1998","1998",99.28539,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2001","2001",99.64704,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2002","2002",99.2396,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2003","2003",98.41606,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2004","2004",97.43032,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2005","2005",97.20033,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2006","2006",96.83591,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2007","2007",97.40741,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2008","2008",97.67784,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2009","2009",97.86905,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2010","2010",98.22471,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2011","2011",98.44753,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2012","2012",98.96323,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2013","2013",99.06002,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2014","2014",99.5158,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2015","2015",99.14251,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2016","2016",99.14725,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","1993","1993",93.28078,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","1995","1995",88.11336,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","1998","1998",97.53513,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2004","2004",97.24698,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2005","2005",97.13614,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2006","2006",97.0527,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2007","2007",96.86883,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2008","2008",96.89439,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2009","2009",96.99496,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2010","2010",97.02986,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2011","2011",96.41196,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2012","2012",90.9188,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2013","2013",93.23213,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2014","2014",93.08382,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2015","2015",94.36693,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2016","2016",95.46735,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2017","2017",95.65871,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2018","2018",96.94045,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DMA","Dominica","2004","2004",90.98425,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DMA","Dominica","2005","2005",89.45641,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DMA","Dominica","2006","2006",87.57013,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DMA","Dominica","2007","2007",89.39704,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DMA","Dominica","2008","2008",89.91133,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DMA","Dominica","2009","2009",92.40666,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DMA","Dominica","2016","2016",95.35529,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","1992","1992",96.61642,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","1994","1994",96.891,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","1995","1995",95.22517,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","1996","1996",93.37452,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","1997","1997",93.79027,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","1998","1998",94.52401,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","1999","1999",93.96552,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","2000","2000",92.8085,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","2001","2001",95.44316,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","2003","2003",98.73794,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","2004","2004",96.69081,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","2006","2006",98.75191,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","2009","2009",96.97323,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","2013","2013",94.02681,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","2015","2015",97.29928,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","1997","1997",30.79729,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","1998","1998",35.4856,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","1999","1999",38.25819,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","2000","2000",40.70324,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","2001","2001",42.4605,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","2002","2002",45.38631,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","2003","2003",47.30621,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","2011","2011",54.16397,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","2013","2013",68.47719,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","2015","2015",70.46711,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","2016","2016",65.37002,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1990","1990",99.51596,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1991","1991",99.72395,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1992","1992",99.83868,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1993","1993",99.63522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1994","1994",99.89829,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1995","1995",98.83807,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1996","1996",99.80345,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1997","1997",99.82815,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1999","1999",99.77019,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2000","2000",99.42556,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2001","2001",99.725,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2002","2002",99.52891,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2003","2003",99.10214,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2004","2004",96.88699,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2005","2005",95.39294,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2006","2006",95.0788,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2007","2007",96.25065,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2008","2008",98.43336,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2009","2009",99.33549,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2010","2010",99.38351,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2011","2011",99.47861,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2012","2012",99.59944,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2013","2013",99.41316,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2014","2014",99.46631,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2015","2015",99.37575,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2016","2016",99.35069,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",83.1338,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",85.31327,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",87.85415,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",90.93974,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",89.67534,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",89.96328,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",88.94846,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",89.3529,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",90.66239,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",88.72151,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",90.7706,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",91.30185,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",91.57886,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",92.63088,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",91.77416,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",90.40184,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",89.73466,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",86.91721,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",84.29271,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","1997","1997",93.93299,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","1999","1999",95.74713,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2000","2000",96.37418,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2001","2001",96.86526,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2002","2002",97.55591,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2005","2005",98.11746,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2006","2006",97.52556,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2007","2007",96.55095,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2008","2008",95.95179,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2009","2009",96.90262,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2015","2015",96.54638,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2016","2016",97.58082,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2017","2017",99.50685,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1990","1990",85.00489,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1991","1991",87.02613,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1992","1992",86.46167,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1993","1993",86.20854,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1994","1994",86.48709,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1995","1995",78.72177,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1996","1996",79.86947,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1998","1998",82.05298,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1999","1999",82.9873,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2000","2000",84.0771,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2001","2001",85.62359,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2002","2002",85.72341,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2003","2003",85.76092,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2004","2004",86.53628,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2005","2005",85.7066,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2006","2006",86.75822,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2007","2007",86.00309,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2008","2008",85.73587,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2009","2009",86.50104,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2012","2012",92.3,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2013","2013",93.17521,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2014","2014",89.04661,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","1993","1993",73.69268,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","1994","1994",81.90554,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","1995","1995",87.68614,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","1996","1996",90.13273,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","1997","1997",90.98605,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","1998","1998",91.02749,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","1999","1999",88.69444,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2000","2000",88.31728,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2001","2001",91.91304,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2002","2002",91.10286,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2003","2003",94.06975,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2004","2004",95.81253,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2005","2005",94.23168,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2006","2006",92.58122,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2007","2007",92.31949,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2008","2008",88.77457,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2009","2009",89.46232,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2010","2010",89.66647,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2011","2011",89.38578,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2012","2012",88.07828,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2015","2015",87.76196,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2016","2016",86.74985,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1990","1990",64.79916,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1991","1991",66.56392,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1992","1992",68.19983,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1993","1993",72.59787,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1994","1994",74.53655,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1995","1995",75.82888,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1996","1996",77.8923,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1997","1997",79.31767,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1998","1998",80.14439,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1999","1999",81.57312,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2000","2000",82.31677,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2001","2001",83.77833,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2002","2002",83.10166,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2003","2003",81.27091,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2009","2009",91.47344,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2011","2011",96.17607,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2012","2012",96.76875,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2013","2013",94.4543,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2014","2014",94.27666,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2015","2015",94.37506,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2016","2016",94.88184,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2017","2017",94.20142,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","1996","1996",98.46476,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","1997","1997",98.89543,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2000","2000",98.56918,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2001","2001",98.93021,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2002","2002",98.92406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2003","2003",98.87934,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2004","2004",98.81562,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2005","2005",99.01172,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2006","2006",99.03672,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2007","2007",99.05651,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2008","2008",98.85185,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2009","2009",98.19804,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2010","2010",98.13469,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2011","2011",97.76023,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2012","2012",97.7996,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2013","2013",98.04387,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2014","2014",98.00286,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2015","2015",97.69738,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2016","2016",97.24265,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2005","2005",83.06028,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2006","2006",85.01465,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2007","2007",83.18518,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2008","2008",89.24529,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2009","2009",92.77599,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2010","2010",90.38606,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2011","2011",89.15452,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2012","2012",90.13705,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2013","2013",90.16788,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2014","2014",90.12099,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2015","2015",92.02607,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2016","2016",93.31983,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2017","2017",90.19028,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COG","Congo","2005","2005",55.89882,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COG","Congo","2006","2006",51.78657,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COG","Congo","2010","2010",82.81717,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COG","Congo","2012","2012",89.39962,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JOR","Jordan","1999","1999",88.37855,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JOR","Jordan","2000","2000",89.25037,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JOR","Jordan","2002","2002",91.58311,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JOR","Jordan","2003","2003",93.22988,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JOR","Jordan","2004","2004",93.31589,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDG","Madagascar","1990","1990",64.66574,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDG","Madagascar","1995","1995",51.88875,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDG","Madagascar","1996","1996",56.84055,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDG","Madagascar","1999","1999",64.39331,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDG","Madagascar","2000","2000",65.86288,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDG","Madagascar","2001","2001",66.98003,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDG","Madagascar","2002","2002",67.70315,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDG","Madagascar","2003","2003",77.65787,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1990","1990",98.72691,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1996","1996",99.99182,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1997","1997",98.9951,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1998","1998",97.02167,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2006","2006",90.77959,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2007","2007",91.83173,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2008","2008",92.58798,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2009","2009",93.77063,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2013","2013",64.04187,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","1990","1990",69.24961,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","1991","1991",63.53045,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","2005","2005",55.2919,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","2006","2006",56.02272,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","2007","2007",65.66197,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","2008","2008",74.80531,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","2009","2009",75.16288,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","2010","2010",77.13946,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","2011","2011",74.40509,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","2012","2012",76.33464,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","1990","1990",83.79906,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","1991","1991",84.64483,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","1992","1992",84.6902,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","1993","1993",84.13743,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","1994","1994",83.37395,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","1995","1995",88.61247,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","1996","1996",90.65813,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","1999","1999",95.53648,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2000","2000",95.59822,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2001","2001",95.45986,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2002","2002",95.35856,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2003","2003",95.17876,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2004","2004",94.41156,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2005","2005",93.28631,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2006","2006",92.85697,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2007","2007",92.84956,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2008","2008",93.48714,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2009","2009",93.63763,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2010","2010",93.50568,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2011","2011",93.40551,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2012","2012",93.34026,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2013","2013",93.4102,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2014","2014",93.63796,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2015","2015",93.16876,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2016","2016",93.20083,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","1991","1991",99.13638,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","1992","1992",97.74376,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","1994","1994",97.13212,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","1995","1995",98.3951,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","1996","1996",99.07045,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","2013","2013",97.35128,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","2014","2014",97.22979,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","2015","2015",97.38822,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","2016","2016",98.09183,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","2017","2017",98.87387,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1992","1992",46.9865,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1994","1994",67.87883,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1996","1996",88.97302,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1997","1997",88.5098,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1998","1998",88.57939,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1999","1999",87.95692,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2000","2000",85.1062,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2001","2001",84.69011,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2002","2002",88.68469,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2003","2003",87.50725,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2004","2004",88.26524,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2005","2005",92.36492,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2007","2007",91.66521,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2008","2008",92.65682,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2010","2010",92.56998,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2011","2011",92.7377,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2012","2012",92.23482,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2013","2013",91.53733,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2014","2014",91.62757,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2015","2015",91.75721,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2016","2016",90.70002,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2017","2017",87.30606,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1990","1990",92.97115,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1991","1991",94.97666,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1992","1992",95.88174,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1993","1993",96.28301,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1994","1994",91.8588,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1995","1995",91.70462,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1996","1996",95.02059,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1999","1999",96.72761,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2000","2000",97.35787,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2001","2001",97.38898,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2002","2002",95.6312,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2003","2003",94.86547,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2004","2004",94.21633,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2005","2005",94.80883,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2006","2006",93.09883,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2007","2007",91.34252,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2008","2008",89.84941,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2009","2009",88.9139,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2010","2010",89.0138,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2011","2011",88.95008,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2012","2012",88.54608,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","1990","1990",44.77197,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","1992","1992",44.23334,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","1994","1994",44.92859,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","1996","1996",49.2022,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","1997","1997",53.43262,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","1998","1998",56.00646,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","1999","1999",54.94597,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2000","2000",57.68202,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2003","2003",64.33423,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2004","2004",62.89662,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2005","2005",64.01231,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2006","2006",66.21567,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2007","2007",68.72594,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2008","2008",69.58694,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2009","2009",69.90553,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2010","2010",70.79738,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2011","2011",71.29036,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2012","2012",73.16833,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2013","2013",72.00724,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2014","2014",72.51753,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2015","2015",72.61998,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2016","2016",72.33999,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2017","2017",74.11337,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1990","1990",90.03435,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1991","1991",89.61937,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1992","1992",89.19911,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1993","1993",88.32039,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1996","1996",88.66781,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1997","1997",88.48453,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1999","1999",93.70325,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2000","2000",93.85691,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2001","2001",93.063,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2002","2002",89.87798,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2003","2003",90.98724,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2004","2004",91.67432,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2005","2005",88.69127,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2007","2007",93.50526,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2008","2008",94.38098,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2009","2009",95.23143,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2010","2010",95.23794,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","1991","1991",85.57737,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","1994","1994",90.82116,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","1995","1995",91.89458,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","1998","1998",88.06921,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","1999","1999",89.20586,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","2000","2000",87.95688,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","2001","2001",87.71479,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","2002","2002",87.40455,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","2003","2003",88.06284,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","2004","2004",87.23683,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","2005","2005",85.8089,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","2015","2015",84.01513,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1990","1990",87.73359,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1991","1991",88.28702,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1992","1992",90.34648,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1993","1993",91.13865,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1994","1994",90.73328,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1995","1995",92.44825,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1996","1996",94.91349,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2011","2011",98.39953,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2012","2012",98.48628,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2013","2013",97.42027,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2014","2014",96.13213,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2015","2015",96.3094,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2016","2016",96.60978,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","1994","1994",97.46788,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","1998","1998",95.50406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","1999","1999",94.85431,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2000","2000",98.47941,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2001","2001",97.81689,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2002","2002",96.52968,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2003","2003",97.02876,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2004","2004",99.40607,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2005","2005",99.73288,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2006","2006",96.94872,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2007","2007",96.37177,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2008","2008",95.65814,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2009","2009",97.80691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2010","2010",96.81683,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2011","2011",98.17828,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2012","2012",99.47721,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2015","2015",99.63498,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2016","2016",98.80051,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2017","2017",98.76546,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1990","1990",97.77392,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1991","1991",97.02954,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1992","1992",95.61267,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1993","1993",95.42382,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1994","1994",98.78624,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1995","1995",99.04296,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1996","1996",99.12867,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1997","1997",99.40025,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1999","1999",98.82835,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2000","2000",98.90316,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2003","2003",98.21078,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2004","2004",97.50917,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2005","2005",97.53802,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2006","2006",97.96358,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2007","2007",98.96482,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2012","2012",99.06229,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2015","2015",96.88457,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2016","2016",97.8187,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","1991","1991",32.82164,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","1992","1992",33.39627,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","1993","1993",34.49254,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","1994","1994",35.96207,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","1995","1995",37.92465,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","1998","1998",41.46264,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","1999","1999",41.77467,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2000","2000",42.47958,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2001","2001",43.23467,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2002","2002",42.2182,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2003","2003",44.13785,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2004","2004",46.28998,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2005","2005",50.87188,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2006","2006",53.61633,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2007","2007",58.81916,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2008","2008",64.26456,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2009","2009",66.52429,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2010","2010",62.34036,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2011","2011",66.92852,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2012","2012",67.30611,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2013","2013",67.82105,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2014","2014",69.05856,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2015","2015",70.59242,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2016","2016",76.31334,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2017","2017",77.36618,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","1995","1995",86.0757,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","1996","1996",89.90886,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","1999","1999",95.03081,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2000","2000",95.97193,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2001","2001",96.23453,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2003","2003",94.69212,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2004","2004",94.15824,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2005","2005",93.61403,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2006","2006",92.48435,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2007","2007",94.12787,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2008","2008",93.50505,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2009","2009",92.91447,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2010","2010",95.8436,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2011","2011",97.17182,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2012","2012",97.13009,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2013","2013",95.58585,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2014","2014",94.27857,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2015","2015",93.9596,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2016","2016",94.06452,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","1995","1995",81.91029,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","1996","1996",85.23354,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","1997","1997",86.28048,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","1998","1998",87.5338,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","1999","1999",88.72271,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2000","2000",90.5603,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2001","2001",91.90682,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2002","2002",90.00077,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2003","2003",82.82068,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2004","2004",86.8693,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2005","2005",88.03895,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2006","2006",91.5805,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2007","2007",88.48648,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2008","2008",86.57043,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2009","2009",95.02002,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2010","2010",96.62852,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2011","2011",97.18552,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2012","2012",96.50674,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2013","2013",93.9392,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2014","2014",94.33266,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2015","2015",96.06047,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2016","2016",97.0005,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2017","2017",97.1044,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TON","Tonga","1990","1990",91.48245,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TON","Tonga","1993","1993",91.92431,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TON","Tonga","1998","1998",94.62422,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TON","Tonga","1999","1999",93.03419,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TON","Tonga","2013","2013",92.22899,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2002","2002",84.49048,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2003","2003",82.67716,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2005","2005",81.05196,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2006","2006",83.44942,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2007","2007",87.87271,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2011","2011",95.15386,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2012","2012",96.42691,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2013","2013",94.96201,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2014","2014",93.62225,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2015","2015",92.47297,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2016","2016",92.07025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2017","2017",92.02934,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1990","1990",97.68508,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1991","1991",98.25418,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1992","1992",97.43151,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1993","1993",96.96003,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1994","1994",98.68842,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1995","1995",98.27815,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1996","1996",98.14876,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1998","1998",98.70982,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1999","1999",97.94913,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2000","2000",97.44444,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2001","2001",99.82751,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2002","2002",99.85921,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2004","2004",97.74303,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2005","2005",95.6588,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2006","2006",95.9751,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2007","2007",96.5538,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2008","2008",95.95913,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2009","2009",95.99636,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2010","2010",95.89475,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2011","2011",97.48009,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2012","2012",97.95738,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2013","2013",98.33607,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2014","2014",98.03893,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2015","2015",98.3776,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2016","2016",98.69361,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","1995","1995",85.7133,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2009","2009",91.1971,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2010","2010",90.9512,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2011","2011",90.64724,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2012","2012",94.00931,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2013","2013",93.79917,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2014","2014",93.263,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2015","2015",95.21909,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2016","2016",96.27574,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2017","2017",95.51112,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1990","1990",96.66591,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1992","1992",99.06541,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1997","1997",95.11558,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1999","1999",87.2626,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2000","2000",86.31386,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2002","2002",95.47395,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2003","2003",94.48426,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2004","2004",97.37872,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2005","2005",96.77183,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2007","2007",98.58785,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","1998","1998",93.33123,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","1999","1999",93.55544,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2000","2000",94.36103,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2001","2001",94.63142,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2002","2002",94.94169,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2003","2003",95.57111,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2004","2004",95.48256,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2005","2005",95.53551,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2006","2006",95.58362,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2007","2007",95.35015,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2008","2008",93.99279,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2009","2009",93.88881,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2010","2010",91.65049,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2011","2011",89.24826,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2012","2012",87.65458,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2013","2013",86.98233,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2014","2014",86.76741,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2015","2015",87.67681,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2016","2016",89.22736,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2017","2017",91.31887,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","1994","1994",97.33665,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","1996","1996",97.9898,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","1997","1997",98.47849,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","1998","1998",99.41332,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","1999","1999",98.79555,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2000","2000",98.82721,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2001","2001",99.14985,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2002","2002",99.20209,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2003","2003",98.20419,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2004","2004",96.5557,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2005","2005",96.76546,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2006","2006",97.22027,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2007","2007",98.03954,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2008","2008",99.1549,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2009","2009",99.60574,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2010","2010",99.21746,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2011","2011",98.72088,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2012","2012",98.16833,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2013","2013",98.05249,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2014","2014",98.12777,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2015","2015",98.56708,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2016","2016",99.45437,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","1999","1999",97.28203,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2000","2000",95.85975,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2001","2001",94.32699,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2003","2003",92.11883,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2004","2004",91.31788,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2008","2008",87.15116,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2009","2009",85.70959,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2010","2010",86.27331,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2011","2011",87.18679,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2012","2012",90.4651,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2013","2013",94.00522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2014","2014",95.75472,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2015","2015",95.1996,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2016","2016",95.06309,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2017","2017",96.50314,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBR","Liberia","1999","1999",46.76267,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBR","Liberia","2006","2006",35.18651,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBR","Liberia","2008","2008",42.73574,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBR","Liberia","2009","2009",40.00862,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBR","Liberia","2011","2011",40.72251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBR","Liberia","2014","2014",37.77333,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBR","Liberia","2015","2015",37.68327,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBR","Liberia","2016","2016",36.75459,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2000","2000",94.84797,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2001","2001",94.12612,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2002","2002",98.70662,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2003","2003",93.66735,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2004","2004",92.13335,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2005","2005",90.65066,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2006","2006",88.47678,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2007","2007",89.25153,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2008","2008",89.67437,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2009","2009",92.95076,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2016","2016",95.63788,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","1993","1993",88.46001,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","1994","1994",89.9114,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","1995","1995",90.20965,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","1996","1996",90.99026,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","2000","2000",83.46063,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","2001","2001",85.26823,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","2002","2002",93.52348,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","2003","2003",95.89505,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","2004","2004",95.51771,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","2005","2005",96.23995,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2007","2007",95.26079,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2008","2008",94.90834,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2009","2009",92.60632,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2010","2010",93.26428,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2011","2011",92.08111,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2012","2012",91.47118,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2013","2013",90.62376,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2014","2014",90.79168,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2015","2015",91.59566,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2016","2016",92.90862,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2017","2017",94.779,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","1992","1992",47.36412,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","1994","1994",68.10211,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","1996","1996",92.81076,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","1997","1997",93.40904,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","1999","1999",90.77753,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2000","2000",84.38171,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2001","2001",81.32039,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2002","2002",84.48806,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2004","2004",83.75205,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2005","2005",90.41675,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2007","2007",92.87259,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2008","2008",93.92037,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2010","2010",93.4365,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2011","2011",92.78267,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2012","2012",91.5548,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2013","2013",90.18891,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2014","2014",90.21247,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2015","2015",90.2961,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2016","2016",89.31669,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2017","2017",87.73145,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","1991","1991",38.0884,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","1992","1992",36.63871,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","1993","1993",35.29898,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","1994","1994",36.03636,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","1995","1995",38.01875,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","1998","1998",42.26587,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","1999","1999",45.9846,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2000","2000",49.82297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2001","2001",54.34477,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2002","2002",51.56747,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2004","2004",64.2774,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2005","2005",69.3857,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2006","2006",73.4343,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2007","2007",78.42297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2008","2008",82.07324,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2009","2009",83.77838,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2010","2010",85.24974,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2011","2011",83.52866,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2012","2012",83.90073,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2013","2013",84.97366,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2014","2014",86.02141,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2015","2015",87.26411,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2016","2016",86.96391,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2017","2017",86.23461,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","1991","1991",96.33556,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","1999","1999",99.3168,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2003","2003",98.75263,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2004","2004",98.02442,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2005","2005",98.33566,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2006","2006",98.45467,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2007","2007",98.83374,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2008","2008",98.75813,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2009","2009",98.71121,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2010","2010",97.96481,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2011","2011",98.17574,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2012","2012",98.29125,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2013","2013",98.50445,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2014","2014",99.14114,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2015","2015",99.22746,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2016","2016",98.42866,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","1990","1990",77.50029,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2000","2000",79.80341,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2001","2001",79.6555,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2002","2002",79.25736,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2003","2003",83.82757,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2007","2007",91.30479,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2008","2008",91.02263,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2009","2009",90.76932,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2010","2010",91.03695,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2011","2011",90.42136,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2012","2012",91.58106,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2013","2013",92.25011,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MWI","Malawi","1999","1999",95.00965,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MWI","Malawi","2002","2002",98.08695,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MWI","Malawi","2004","2004",96.51658,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MWI","Malawi","2005","2005",96.04907,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MWI","Malawi","2006","2006",94.52935,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MWI","Malawi","2007","2007",90.18768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MWI","Malawi","2008","2008",96.37339,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MWI","Malawi","2009","2009",96.25452,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","1998","1998",99.32735,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","1999","1999",99.85018,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2000","2000",99.75404,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2001","2001",98.39519,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2002","2002",97.84344,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2003","2003",98.43686,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2004","2004",98.00944,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2005","2005",99.11071,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2006","2006",99.1678,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2007","2007",99.32043,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2008","2008",99.5163,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2009","2009",99.51385,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2010","2010",98.55385,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2011","2011",99.18425,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2012","2012",97.70576,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2013","2013",94.84576,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2014","2014",95.02352,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2015","2015",97.08238,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2016","2016",96.27046,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","1990","1990",99.70668,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","1991","1991",98.24415,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","1992","1992",99.61949,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","1993","1993",99.7253,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","1994","1994",98.35498,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","1995","1995",99.4822,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","1996","1996",99.57922,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2000","2000",97.02278,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2004","2004",97.92591,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2005","2005",97.96257,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2006","2006",97.77049,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2009","2009",99.19343,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2010","2010",99.31591,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2011","2011",98.8504,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2012","2012",98.94934,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2013","2013",98.8112,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2014","2014",97.94778,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2015","2015",97.00228,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2016","2016",96.28771,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","1991","1991",95.21674,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","1992","1992",93.90705,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","1993","1993",97.37528,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","1994","1994",96.82198,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","1995","1995",96.94535,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","1996","1996",97.42242,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","1999","1999",98.84536,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2000","2000",98.783,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2001","2001",98.8592,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2002","2002",98.6013,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2003","2003",97.67993,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2004","2004",95.90416,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2005","2005",95.55666,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2006","2006",95.97223,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2007","2007",96.78342,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2008","2008",97.3639,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2009","2009",97.32787,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2010","2010",97.06525,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2011","2011",97.19343,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2012","2012",97.57825,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2013","2013",97.58627,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2014","2014",97.65069,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2015","2015",98.11708,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2016","2016",98.33888,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","1990","1990",64.47058,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","1991","1991",66.97489,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","1994","1994",62.90004,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","1995","1995",71.48478,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","1996","1996",78.78164,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","1997","1997",76.36854,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","1999","1999",85.26468,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2000","2000",83.71451,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2001","2001",86.09915,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2002","2002",88.39821,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2003","2003",86.79078,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2004","2004",89.07012,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2005","2005",88.38041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2006","2006",90.40633,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2007","2007",88.09627,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2008","2008",88.90508,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2014","2014",89.63632,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2015","2015",94.5441,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2016","2016",89.00873,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2017","2017",89.96453,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","1998","1998",88.25498,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2000","2000",89.21577,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2001","2001",89.92297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2002","2002",91.53153,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2003","2003",93.55131,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2005","2005",94.59268,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2006","2006",94.93628,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2007","2007",94.44607,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2008","2008",94.71107,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2009","2009",94.63479,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2010","2010",94.45215,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2011","2011",94.21354,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2012","2012",93.48676,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2013","2013",91.04423,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2014","2014",88.84853,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2015","2015",86.45631,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2016","2016",85.28292,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2017","2017",80.97554,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SMR","San Marino","2009","2009",91.99763,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SMR","San Marino","2010","2010",92.20281,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SMR","San Marino","2012","2012",92.70895,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","1990","1990",99.48998,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","1991","1991",99.61612,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2000","2000",99.73203,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2002","2002",99.7387,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2003","2003",99.411,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2004","2004",97.15816,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2005","2005",95.57057,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2006","2006",95.2032,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2007","2007",96.40295,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2008","2008",98.73377,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2009","2009",99.62539,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2010","2010",99.69706,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2011","2011",99.70429,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2012","2012",99.69331,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2013","2013",99.40692,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2014","2014",99.41256,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2015","2015",99.38824,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2016","2016",99.52344,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2006","2006",99.8896,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2007","2007",98.28937,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2008","2008",96.85799,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2009","2009",93.66779,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2010","2010",92.48981,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2011","2011",95.82158,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2012","2012",94.52617,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2013","2013",95.0242,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2014","2014",96.42208,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2015","2015",96.28646,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2016","2016",95.75701,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2017","2017",95.21544,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RWA","Rwanda","1999","1999",81.33112,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RWA","Rwanda","2002","2002",84.06245,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RWA","Rwanda","2003","2003",89.83691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RWA","Rwanda","2016","2016",96.36675,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RWA","Rwanda","2017","2017",94.25434,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1990","1990",90.8568,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1991","1991",90.63643,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1992","1992",89.13799,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1993","1993",87.16468,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1994","1994",86.44549,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1995","1995",88.57508,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1996","1996",87.16309,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1997","1997",87.61224,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1998","1998",90.80577,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1999","1999",91.6545,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2000","2000",92.31819,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2001","2001",91.4853,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2002","2002",92.10621,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2003","2003",92.71332,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2004","2004",93.34406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2005","2005",92.46084,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2006","2006",91.70853,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2007","2007",91.82949,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2010","2010",93.20859,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2011","2011",93.54499,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2012","2012",93.84506,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2013","2013",93.3425,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2014","2014",92.29929,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2015","2015",93.34693,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2016","2016",92.89371,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","1991","1991",91.24584,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","1992","1992",88.86849,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","1993","1993",87.59521,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","1995","1995",89.29665,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","1996","1996",87.83213,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","2003","2003",89.32735,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","2008","2008",93.56049,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","2009","2009",88.55033,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","2010","2010",91.93767,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","2011","2011",93.84546,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","2012","2012",92.50528,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","1999","1999",88.37355,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2000","2000",88.1149,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2001","2001",85.48831,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2002","2002",85.31134,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2003","2003",84.44898,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2004","2004",82.17499,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2005","2005",79.69169,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2006","2006",80.19263,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2007","2007",79.55043,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2008","2008",83.66435,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2009","2009",85.29634,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2010","2010",86.70038,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2011","2011",87.17446,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2012","2012",90.60085,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2013","2013",90.60432,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2014","2014",91.08497,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2015","2015",90.23964,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2016","2016",90.44505,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2017","2017",91.73011,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BMU","Bermuda","2011","2011",85.93496,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BMU","Bermuda","2012","2012",85.34694,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","1990","1990",97.60318,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","1992","1992",89.73367,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","1999","1999",97.1248,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2000","2000",95.49661,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2001","2001",94.59061,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2002","2002",91.90072,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2003","2003",91.59615,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2004","2004",90.46789,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2005","2005",90.24717,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2006","2006",92.06071,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2007","2007",94.78679,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2008","2008",96.80121,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2009","2009",93.79756,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2010","2010",95.05852,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2011","2011",93.57265,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2014","2014",91.02649,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2015","2015",90.92527,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2016","2016",90.81815,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2017","2017",89.17957,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","1999","1999",40.78475,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","2003","2003",57.89996,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","2004","2004",61.31101,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","2005","2005",65.11551,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","2008","2008",68.38145,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","2010","2010",72.60289,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","2012","2012",76.19234,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","2013","2013",77.48098,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","2016","2016",77.73006,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1990","1990",97.1773,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1991","1991",92.62251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1993","1993",92.76294,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1994","1994",93.73893,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1995","1995",94.68318,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1996","1996",96.98175,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1997","1997",97.90364,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1998","1998",95.79899,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1999","1999",92.75756,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2000","2000",93.22731,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2001","2001",92.75219,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2002","2002",94.33415,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2003","2003",93.72392,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2004","2004",94.39046,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2005","2005",96.02008,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2006","2006",96.03757,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2007","2007",96.51416,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2008","2008",96.67807,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2009","2009",96.58662,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2010","2010",96.50869,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2011","2011",96.47936,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2012","2012",93.6623,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2013","2013",96.03009,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2014","2014",96.16469,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2015","2015",96.13651,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2016","2016",94.94084,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2017","2017",95.8075,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","1990","1990",73.97164,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","1991","1991",72.06874,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2008","2008",85.15393,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2009","2009",87.73493,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2011","2011",91.0913,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2012","2012",91.43067,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2014","2014",91.73318,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2016","2016",95.27402,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2017","2017",95.20049,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1990","1990",79.08176,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1991","1991",81.15881,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1992","1992",82.70169,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1993","1993",82.78002,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1994","1994",83.3055,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1995","1995",83.90553,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1996","1996",83.97017,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1997","1997",83.86198,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1999","1999",86.26677,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2000","2000",87.43999,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2001","2001",89.48557,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2002","2002",90.72711,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2003","2003",91.13937,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2004","2004",91.69948,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2005","2005",91.90365,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2006","2006",91.96761,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2007","2007",94.25984,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2008","2008",95.44857,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2016","2016",96.61838,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","1991","1991",91.48133,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","1992","1992",93.60206,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","1993","1993",94.26396,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","1994","1994",92.68579,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","1995","1995",92.16157,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","1996","1996",91.52223,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","1997","1997",91.7742,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","2005","2005",97.46655,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","2007","2007",97.79119,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","2008","2008",99.15295,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","2009","2009",99.45804,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","2013","2013",99.32629,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","2014","2014",94.25184,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","2015","2015",97.28563,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","2016","2016",98.06324,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRI","Puerto Rico","2010","2010",84.25121,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRI","Puerto Rico","2011","2011",77.49066,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRI","Puerto Rico","2012","2012",78.12778,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRI","Puerto Rico","2013","2013",78.66886,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRI","Puerto Rico","2014","2014",78.70737,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRI","Puerto Rico","2015","2015",77.13327,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRI","Puerto Rico","2016","2016",72.23696,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1990","1990",78.78041,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1991","1991",79.15071,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1992","1992",77.19921,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1993","1993",97.66881,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1994","1994",96.77906,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1995","1995",96.13147,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1996","1996",95.85717,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1997","1997",96.37603,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1999","1999",95.36523,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2000","2000",95.51144,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2001","2001",95.28583,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2002","2002",96.13101,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2003","2003",96.31868,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2004","2004",95.95348,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2005","2005",99.43539,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2006","2006",99.22205,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2007","2007",98.93753,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2008","2008",98.41311,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2009","2009",98.44579,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2010","2010",99.11941,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2011","2011",98.67072,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2012","2012",98.08758,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2013","2013",97.70888,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2014","2014",97.58037,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2015","2015",97.67327,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","1990","1990",94.74795,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","1991","1991",93.89954,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","1992","1992",92.86409,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","1993","1993",91.77015,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","1994","1994",92.09751,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","1995","1995",91.758,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","1996","1996",91.29368,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","1997","1997",91.21586,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2001","2001",91.29025,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2002","2002",90.83541,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2003","2003",89.74302,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2004","2004",88.79789,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2005","2005",87.42257,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2006","2006",90.24896,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2007","2007",92.01232,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2008","2008",92.60284,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2009","2009",93.45853,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2010","2010",95.5443,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2011","2011",96.59955,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2012","2012",93.57105,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2013","2013",90.51213,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2014","2014",88.27731,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2016","2016",88.16505,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2017","2017",89.14533,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MHL","Marshall Islands","2002","2002",96.61563,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MHL","Marshall Islands","2015","2015",75.31896,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MHL","Marshall Islands","2016","2016",74.67277,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1990","1990",88.69694,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1991","1991",90.16681,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1992","1992",91.03742,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1993","1993",92.4151,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1994","1994",92.82437,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1995","1995",93.62856,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1996","1996",92.91265,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1997","1997",92.31841,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1999","1999",92.22892,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","2000","2000",94.15034,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","2001","2001",96.45496,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","2005","2005",98.66198,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","2006","2006",97.27552,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","2007","2007",95.871,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","2008","2008",95.88728,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","2009","2009",97.17556,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1990","1990",55.88629,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1991","1991",55.53347,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1992","1992",56.03092,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1993","1993",58.1493,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1994","1994",60.74484,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1995","1995",63.52226,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1996","1996",65.78476,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1997","1997",67.31717,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1998","1998",66.53842,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1999","1999",71.34066,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2000","2000",76.1609,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2001","2001",80.1016,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2002","2002",84.31403,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2003","2003",85.65328,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2004","2004",85.5788,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2005","2005",86.63584,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2006","2006",87.91582,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2007","2007",89.21281,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2008","2008",89.78472,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2009","2009",89.45801,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2010","2010",92.16627,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2011","2011",93.03097,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2012","2012",92.25569,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2013","2013",92.94287,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2014","2014",93.02251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2016","2016",94.49711,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2017","2017",96.80065,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1990","1990",93.76364,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1991","1991",94.6117,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1992","1992",90.77812,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1993","1993",89.03987,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1994","1994",87.49572,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1995","1995",87.78618,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1996","1996",85.13581,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1997","1997",81.6221,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1998","1998",78.95248,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2007","2007",86.59347,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2012","2012",88.33721,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2013","2013",88.16953,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2014","2014",90.69078,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2015","2015",93.89895,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2016","2016",93.64017,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1990","1990",94.73268,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1991","1991",95.76462,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1992","1992",96.16342,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1993","1993",96.2082,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1994","1994",96.43585,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1995","1995",96.46909,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1996","1996",96.37966,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1997","1997",95.57886,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1998","1998",94.04381,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1999","1999",93.53938,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2000","2000",93.86,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2001","2001",94.56479,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2002","2002",94.88375,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2003","2003",91.70451,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2004","2004",92.51626,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2005","2005",92.57365,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2006","2006",89.91344,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2007","2007",91.00062,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2008","2008",91.73821,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2009","2009",92.78223,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2010","2010",92.94095,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2013","2013",63.24472,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHN","China","1991","1991",93.22355,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHN","China","1992","1992",92.07016,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHN","China","1993","1993",90.93328,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHN","China","1994","1994",89.64252,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHN","China","1995","1995",88.59098,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHN","China","1996","1996",88.1048,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHN","China","1997","1997",88.18124,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1990","1990",99.78903,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",98.11963,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.59141,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",99.90546,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",99.9437,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",99.94839,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2001","2001",99.93998,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.74833,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.90733,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",98.0383,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",98.78209,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",98.34721,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",96.49477,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",98.65717,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",97.98403,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.19078,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.35767,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.61809,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2013","2013",99.89137,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2014","2014",99.908,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2015","2015",99.94197,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.72931,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LIE","Liechtenstein","2014","2014",91.24473,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","1994","1994",90.9573,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","1997","1997",90.40506,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","1999","1999",86.4483,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2000","2000",86.19091,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2001","2001",87.20427,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2002","2002",88.37194,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2003","2003",90.19055,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2004","2004",91.97494,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2012","2012",96.65925,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2014","2014",95.4777,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2016","2016",96.98644,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2017","2017",96.49438,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNB","Guinea-Bissau","2000","2000",47.47665,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNB","Guinea-Bissau","2010","2010",70.89002,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","1996","1996",79.47675,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","1997","1997",87.70647,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","1998","1998",87.11309,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","1999","1999",87.55676,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2000","2000",88.14114,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2001","2001",89.13007,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2002","2002",89.92674,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2003","2003",89.28108,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2004","2004",89.37713,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2005","2005",90.27901,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2006","2006",91.36104,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2007","2007",90.47976,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2008","2008",91.84283,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2009","2009",92.37298,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2010","2010",92.39549,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2011","2011",91.76553,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2012","2012",91.12995,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2013","2013",91.26253,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2014","2014",91.56977,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2015","2015",91.76814,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2016","2016",91.95528,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","1990","1990",86.83919,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","1999","1999",92.79858,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2000","2000",94.68661,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2001","2001",95.82107,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2002","2002",97.73853,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2004","2004",97.54206,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2005","2005",96.96851,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2006","2006",97.62022,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2007","2007",97.4211,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2008","2008",96.27913,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2009","2009",93.3859,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2010","2010",94.7872,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2011","2011",94.0313,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2012","2012",93.36535,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2013","2013",92.50454,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2014","2014",90.24682,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2015","2015",86.92034,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",91.7936,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",92.47391,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",94.77249,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",94.48957,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",95.13195,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",95.06189,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",98.09739,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",97.8904,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","1990","1990",27.08335,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","1992","1992",32.99804,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","1993","1993",36.29644,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","1994","1994",38.66781,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","1995","1995",41.25013,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","1996","1996",43.90907,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","1997","1997",47.59339,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","2006","2006",76.69552,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","2008","2008",83.58132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","2011","2011",89.61656,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","1999","1999",99.81857,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2000","2000",99.33632,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2001","2001",99.24519,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2002","2002",98.93209,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2003","2003",98.43108,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2004","2004",98.63642,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2005","2005",98.61365,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2006","2006",98.39464,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2007","2007",98.30929,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2008","2008",97.67764,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2009","2009",97.31409,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2010","2010",97.57699,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2011","2011",97.76933,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2012","2012",97.93451,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2013","2013",98.43642,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2014","2014",98.61822,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2015","2015",98.69239,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2016","2016",98.82815,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","1992","1992",88.23497,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","1993","1993",88.00443,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","1999","1999",91.58607,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","2004","2004",93.19399,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","2005","2005",97.22708,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","2006","2006",95.47313,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","2008","2008",97.25889,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","2009","2009",93.21747,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","2016","2016",84.98541,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","1999","1999",80.42145,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2002","2002",92.49467,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2003","2003",96.18053,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2005","2005",94.3761,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2007","2007",90.22971,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2008","2008",90.50412,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2009","2009",92.83456,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2010","2010",92.28897,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2013","2013",91.04991,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2014","2014",90.61954,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2015","2015",89.32236,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2017","2017",95.71736,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","1999","1999",93.95755,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2008","2008",96.06032,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2009","2009",96.75487,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2010","2010",97.18449,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2011","2011",97.30311,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2012","2012",96.50816,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2013","2013",96.11791,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2014","2014",95.80158,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2015","2015",95.83711,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2016","2016",96.00429,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2017","2017",96.30354,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","1999","1999",95.21771,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2000","2000",94.96108,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2001","2001",95.71252,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2002","2002",95.96309,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2003","2003",94.65983,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2004","2004",95.34135,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2005","2005",95.81064,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2006","2006",96.0896,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2007","2007",96.26812,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2008","2008",95.21607,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2010","2010",91.84762,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2011","2011",91.07523,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2012","2012",92.61599,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2013","2013",91.84269,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2014","2014",92.77275,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2015","2015",94.38947,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2016","2016",95.44583,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","THA","Thailand","2006","2006",98.03986,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","THA","Thailand","2007","2007",97.62485,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","THA","Thailand","2008","2008",97.16725,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","THA","Thailand","2009","2009",97.7911,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PLW","Palau","2013","2013",99.11504,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PLW","Palau","2014","2014",99.05886,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","1991","1991",98.06854,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","1994","1994",99.20162,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2005","2005",98.40283,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2006","2006",98.30373,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2009","2009",99.08946,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2010","2010",99.21911,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2011","2011",98.93093,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2012","2012",98.97982,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2013","2013",98.78222,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2014","2014",98.08079,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2015","2015",97.18005,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2016","2016",96.52652,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","1999","1999",97.71143,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2000","2000",97.98574,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2001","2001",98.16349,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2002","2002",97.79331,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2003","2003",97.92658,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2004","2004",97.34793,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2005","2005",97.15986,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2006","2006",96.56147,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2007","2007",96.80703,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2008","2008",96.81256,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2009","2009",96.59262,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2010","2010",96.50774,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2011","2011",96.19327,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2012","2012",96.79926,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2013","2013",96.42369,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2014","2014",96.249,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2015","2015",96.67284,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2016","2016",96.02923,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2017","2017",96.37869,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","1991","1991",96.53405,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","1992","1992",95.09398,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","1993","1993",97.66637,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","1994","1994",97.04167,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","1995","1995",97.07828,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","1996","1996",97.5397,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","1999","1999",98.89581,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2000","2000",98.89887,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2001","2001",98.94338,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2002","2002",98.67874,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2003","2003",97.71071,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2004","2004",96.10918,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2005","2005",95.74554,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2006","2006",96.05934,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2007","2007",96.98121,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2008","2008",97.56332,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2009","2009",97.48146,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2010","2010",97.2544,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2011","2011",97.38063,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2012","2012",97.69564,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2013","2013",97.70415,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2014","2014",97.64384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2015","2015",98.06468,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2016","2016",98.29369,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",83.58384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",85.76388,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",88.279,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",91.27837,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",89.97727,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",90.20992,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",89.34267,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",89.53716,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",90.75907,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",88.82091,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",90.77588,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",91.25748,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",91.56217,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",91.53881,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",90.8003,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",90.34334,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",89.47714,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",86.68775,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",83.99457,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","1990","1990",99.81221,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","1991","1991",99.29792,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","1992","1992",98.95105,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","1994","1994",99.5151,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","1995","1995",99.75921,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","2013","2013",98.63699,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","2014","2014",98.28512,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","2015","2015",98.79994,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","2016","2016",98.23516,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2003","2003",97.35605,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2005","2005",97.99054,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2006","2006",98.97026,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2007","2007",96.44988,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2008","2008",96.34335,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2011","2011",91.25373,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2012","2012",95.67636,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2015","2015",94.27581,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2016","2016",94.78608,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2017","2017",96.18328,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2000","2000",85.96725,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2001","2001",88.60025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2002","2002",90.42436,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2003","2003",91.29438,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2004","2004",92.02275,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2005","2005",90.6792,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2006","2006",89.12797,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2007","2007",88.83818,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2008","2008",90.1901,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2009","2009",89.47243,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2010","2010",89.44827,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2011","2011",87.95225,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2012","2012",86.31576,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2013","2013",86.14689,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2014","2014",86.51714,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2015","2015",86.30988,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2016","2016",87.36682,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2017","2017",86.24479,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2018","2018",87.58619,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","1994","1994",84.93433,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","1997","1997",85.76128,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","1999","1999",83.92057,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2000","2000",84.0501,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2001","2001",85.42745,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2002","2002",86.93293,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2003","2003",88.98307,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2004","2004",91.2212,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2005","2005",90.24205,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2006","2006",90.28288,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2007","2007",95.34037,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2009","2009",95.98267,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2010","2010",97.16349,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2011","2011",93.17767,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2012","2012",96.87069,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2014","2014",95.82694,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2016","2016",97.45082,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2017","2017",97.01772,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","1998","1998",94.995,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","1999","1999",93.60429,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2000","2000",95.59408,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2001","2001",95.6725,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2002","2002",95.3632,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2003","2003",95.39212,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2004","2004",95.2882,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2005","2005",95.6621,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2006","2006",96.12148,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2007","2007",95.75565,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2008","2008",95.10085,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2009","2009",95.73237,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2010","2010",96.32562,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2011","2011",96.76184,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2012","2012",97.34555,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2013","2013",97.93533,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2014","2014",98.15362,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2015","2015",98.16962,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2016","2016",98.28579,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","1990","1990",98.96709,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","1991","1991",98.67435,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","1993","1993",96.65415,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","1994","1994",96.42522,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","1995","1995",97.13515,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","1996","1996",96.14632,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","1999","1999",94.81205,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2000","2000",95.04246,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2001","2001",95.99229,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2002","2002",94.90525,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2003","2003",95.8101,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2004","2004",95.13673,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2005","2005",95.49928,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2006","2006",96.26068,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2007","2007",96.439,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2008","2008",96.5427,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2009","2009",95.53072,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2010","2010",93.51886,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2011","2011",93.06796,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2012","2012",92.63905,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2013","2013",92.74006,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2014","2014",93.57871,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2015","2015",94.31605,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2016","2016",94.85693,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","1999","1999",88.48612,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2000","2000",88.31474,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2001","2001",85.16333,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2002","2002",85.27145,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2003","2003",84.55122,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2004","2004",82.33446,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2005","2005",80.1356,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2006","2006",80.18004,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2007","2007",79.41779,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2008","2008",83.68466,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2009","2009",85.57303,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2010","2010",87.64672,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2011","2011",87.54388,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2012","2012",91.01097,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2013","2013",89.94986,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2014","2014",90.88068,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2015","2015",89.75434,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2016","2016",90.05628,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2017","2017",91.85345,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2000","2000",93.20687,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2001","2001",94.44122,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2002","2002",91.74817,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2003","2003",93.58867,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2004","2004",92.11263,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2005","2005",91.48184,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2006","2006",91.71587,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2008","2008",92.03689,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2009","2009",90.94468,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2010","2010",90.07306,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","1990","1990",96.00354,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","1991","1991",96.16026,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","1992","1992",95.95493,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","1993","1993",96.21948,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","1994","1994",95.20374,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","1995","1995",95.59254,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","1996","1996",98.48476,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","1997","1997",99.7832,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","2011","2011",99.0038,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","2012","2012",98.09892,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","2013","2013",99.66078,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","2014","2014",99.66672,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","2015","2015",99.71539,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2005","2005",82.63445,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2006","2006",84.28442,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2007","2007",82.68135,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2008","2008",87.86625,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2009","2009",90.67602,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2010","2010",88.70672,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2011","2011",87.28989,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2012","2012",88.42882,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2013","2013",88.56184,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2014","2014",87.92919,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2015","2015",90.47991,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2016","2016",91.7164,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2017","2017",88.42565,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","1990","1990",65.93499,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","1991","1991",68.87708,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","1992","1992",71.80168,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","1993","1993",72.69513,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","1994","1994",73.69036,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","1995","1995",71.79015,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","1999","1999",78.11521,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","2000","2000",80.81805,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","2001","2001",84.38003,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","2002","2002",91.46342,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","2006","2006",95.93807,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","2007","2007",95.57479,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","2010","2010",95.91381,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CMR","Cameroon","1990","1990",79.04707,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CMR","Cameroon","1991","1991",76.89053,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CMR","Cameroon","2011","2011",96.91935,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CMR","Cameroon","2012","2012",96.92902,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CMR","Cameroon","2014","2014",96.59774,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CMR","Cameroon","2016","2016",99.46488,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CMR","Cameroon","2017","2017",99.3882,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VUT","Vanuatu","1999","1999",96.5645,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VUT","Vanuatu","2004","2004",95.98375,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VUT","Vanuatu","2015","2015",87.0909,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","1990","1990",22.88507,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","1991","1991",23.46911,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","1992","1992",21.40978,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","1997","1997",24.05182,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","1998","1998",24.39038,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","1999","1999",25.94838,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2000","2000",26.79922,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2001","2001",30.31766,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2002","2002",33.7799,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2003","2003",37.49844,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2004","2004",40.97766,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2005","2005",41.31145,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2006","2006",42.03829,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2007","2007",43.29223,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2008","2008",47.28675,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2009","2009",51.06116,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2010","2010",54.03433,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2011","2011",58.69271,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2012","2012",60.49816,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2013","2013",61.01046,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2014","2014",60.31954,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2015","2015",61.81764,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2016","2016",63.79476,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2017","2017",65.44571,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2000","2000",91.17327,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2001","2001",92.47719,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2002","2002",90.94118,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2003","2003",92.92707,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2004","2004",91.46523,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2005","2005",91.52601,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2006","2006",90.62948,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2008","2008",91.35499,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2009","2009",89.33432,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2010","2010",89.07251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","1999","1999",43.96487,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2002","2002",51.49721,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2003","2003",51.47005,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2004","2004",51.48701,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2005","2005",56.52608,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2006","2006",57.84795,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2007","2007",59.99846,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2009","2009",63.58622,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2010","2010",64.19207,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2011","2011",64.78903,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2012","2012",62.76459,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2013","2013",58.56025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2014","2014",59.21675,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2015","2015",55.57581,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2016","2016",56.91351,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2017","2017",61.20683,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",97.87227,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.42499,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",99.96173,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",99.91154,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",99.9152,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.68276,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.8234,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",97.96763,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",98.7807,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",98.10596,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",96.25993,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",98.70082,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",98.04107,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.21353,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.31214,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.63424,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.79752,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1991","1991",68.73619,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1992","1992",66.2869,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1993","1993",64.85164,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1994","1994",67.04303,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1995","1995",79.65052,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1999","1999",37.72207,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","1990","1990",97.53591,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","1991","1991",98.1948,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","1992","1992",97.5219,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","1993","1993",97.08281,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","1994","1994",98.79416,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","1995","1995",98.11558,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","1996","1996",98.205,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","1999","1999",97.62657,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2000","2000",97.07394,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2004","2004",97.33199,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2005","2005",95.14314,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2006","2006",95.34737,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2007","2007",95.91487,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2008","2008",94.9377,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2009","2009",95.00177,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2010","2010",94.9838,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2011","2011",97.01338,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2012","2012",97.57625,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2013","2013",98.08096,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2014","2014",97.80233,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2015","2015",98.25599,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2016","2016",98.48842,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1990","1990",96.98306,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1991","1991",96.7172,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1992","1992",97.10957,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1993","1993",96.99104,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1994","1994",96.5774,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1995","1995",96.42216,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1996","1996",96.16098,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1997","1997",95.7431,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1998","1998",95.94581,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1999","1999",96.70884,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2000","2000",97.19717,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2001","2001",97.54978,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2002","2002",97.30156,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2003","2003",97.39897,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2004","2004",96.94505,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2005","2005",95.93697,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2006","2006",95.02738,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2007","2007",94.91156,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2008","2008",94.91364,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2009","2009",95.45242,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2010","2010",96.2318,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2011","2011",97.03152,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2012","2012",97.32732,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2013","2013",96.9279,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2014","2014",96.20532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2015","2015",95.63589,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2016","2016",95.47095,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2017","2017",95.25063,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","1999","1999",95.09424,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2008","2008",96.19384,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2009","2009",96.6743,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2010","2010",96.99663,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2011","2011",97.15816,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2012","2012",96.28753,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2013","2013",95.73789,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2014","2014",95.3328,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2015","2015",95.34266,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2016","2016",95.53726,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2017","2017",95.80282,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","1996","1996",77.3068,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","1997","1997",86.24865,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","1998","1998",86.4055,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","1999","1999",86.7008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2000","2000",87.47225,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2001","2001",88.03083,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2002","2002",88.32646,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2003","2003",87.92793,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2004","2004",87.92536,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2005","2005",88.39467,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2006","2006",89.80289,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2007","2007",88.90937,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2008","2008",90.46747,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2009","2009",91.42088,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2010","2010",91.68321,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2011","2011",91.11268,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2012","2012",90.37845,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2013","2013",90.20384,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2014","2014",90.5058,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2015","2015",90.63482,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2016","2016",90.79703,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","1998","1998",56.61575,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","1999","1999",57.11938,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2000","2000",59.45392,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2001","2001",62.48366,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2005","2005",69.49725,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2006","2006",72.91224,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2008","2008",77.54924,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2009","2009",81.82467,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2010","2010",83.42718,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2011","2011",84.46634,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2012","2012",86.23915,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2013","2013",83.81292,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2015","2015",81.85137,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2016","2016",80.37812,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2017","2017",79.59978,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","1990","1990",23.58978,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","1992","1992",24.37232,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","1993","1993",23.06435,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","1994","1994",23.8739,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","1995","1995",24.90626,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","1996","1996",24.44266,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","1997","1997",23.48853,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","1999","1999",22.5559,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2000","2000",23.25313,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2001","2001",25.60383,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2002","2002",27.17433,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2004","2004",30.82222,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2005","2005",32.55721,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2006","2006",35.5255,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2007","2007",38.43609,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2008","2008",44.06901,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2009","2009",43.44888,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2011","2011",50.76895,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2013","2013",50.92823,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2014","2014",52.27706,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2015","2015",52.29536,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2016","2016",49.41255,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2017","2017",51.89315,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2018","2018",53.48769,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","1994","1994",62.4378,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2000","2000",57.82138,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2001","2001",66.55668,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2002","2002",64.04709,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2003","2003",62.42656,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2008","2008",46.38591,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2009","2009",45.44787,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2010","2010",44.90545,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2011","2011",45.22576,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2012","2012",46.53468,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2015","2015",43.82365,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1993","1993",78.04316,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1996","1996",75.70481,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1999","1999",89.65531,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2000","2000",88.55311,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2003","2003",94.25937,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2004","2004",92.99399,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2007","2007",92.32209,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","1990","1990",93.78145,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","1991","1991",95.69563,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","1992","1992",96.72569,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","1993","1993",97.07143,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","1994","1994",91.90857,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","1996","1996",94.82456,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","1999","1999",96.58996,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2000","2000",97.07287,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2001","2001",97.16172,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2002","2002",95.47538,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2003","2003",94.78218,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2004","2004",94.0278,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2005","2005",94.55238,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2006","2006",92.89526,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2007","2007",91.23809,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2008","2008",89.86938,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2009","2009",88.88127,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2010","2010",89.23303,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2011","2011",89.12134,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2012","2012",88.75787,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","1992","1992",53.70136,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","1993","1993",56.99915,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","1996","1996",66.01329,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","1998","1998",68.50123,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","1999","1999",78.83793,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2000","2000",74.91566,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2001","2001",74.635,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2002","2002",72.43796,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2003","2003",73.64885,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2004","2004",72.82352,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2005","2005",69.20397,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2006","2006",73.30795,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2007","2007",71.03829,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2008","2008",66.62877,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2010","2010",65.14006,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2011","2011",66.2004,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2012","2012",67.33936,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2013","2013",64.98472,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2014","2014",67.14621,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2015","2015",69.94999,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2016","2016",71.40556,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2017","2017",73.84324,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2018","2018",74.71382,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","1995","1995",87.58099,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2001","2001",95.5913,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2002","2002",92.53763,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2003","2003",93.07195,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2004","2004",91.5401,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2005","2005",89.61026,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2006","2006",89.71197,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2007","2007",89.59104,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2009","2009",91.51511,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2010","2010",91.04868,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2011","2011",90.70105,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2012","2012",93.9803,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2013","2013",92.91008,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2014","2014",93.10245,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2015","2015",94.34542,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2016","2016",96.14982,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2017","2017",95.70099,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","1990","1990",96.68877,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","1999","1999",81.40473,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2002","2002",94.90915,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2003","2003",97.59384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2004","2004",97.30688,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2005","2005",95.65308,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2007","2007",89.56426,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2008","2008",90.19521,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2009","2009",91.21769,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2010","2010",91.3375,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2013","2013",90.84293,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2014","2014",90.96038,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2015","2015",90.60356,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2017","2017",96.07663,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLE","Sierra Leone","2012","2012",92.55818,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLE","Sierra Leone","2013","2013",96.61117,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLE","Sierra Leone","2015","2015",92.20264,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLE","Sierra Leone","2016","2016",98.06631,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LIE","Liechtenstein","2014","2014",90.11815,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHN","China","1990","1990",96.87189,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHN","China","1991","1991",96.20087,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHN","China","1992","1992",94.75524,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHN","China","1993","1993",93.38945,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHN","China","1994","1994",91.82241,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHN","China","1995","1995",90.31195,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHN","China","1996","1996",89.44419,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHN","China","1997","1997",89.13662,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CRI","Costa Rica","1990","1990",87.51965,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CRI","Costa Rica","1991","1991",87.9215,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CRI","Costa Rica","2011","2011",98.34842,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CRI","Costa Rica","2012","2012",98.4456,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CRI","Costa Rica","2013","2013",97.29784,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CRI","Costa Rica","2014","2014",96.15737,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CRI","Costa Rica","2015","2015",96.406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CRI","Costa Rica","2016","2016",96.57623,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","1991","1991",91.87291,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","1992","1992",89.6701,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","1993","1993",88.12434,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","1995","1995",89.96545,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","1996","1996",88.43708,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","2003","2003",89.41589,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","2008","2008",93.39083,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","2009","2009",88.64668,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","2010","2010",91.88929,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","2011","2011",93.46806,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","2012","2012",91.5049,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2000","2000",91.17248,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2001","2001",90.57166,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2002","2002",94.23535,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2003","2003",94.72996,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2004","2004",94.8823,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2005","2005",95.46071,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2006","2006",94.74361,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2007","2007",93.80729,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2008","2008",96.16294,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2009","2009",96.20555,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2010","2010",96.69998,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2011","2011",96.03656,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2012","2012",96.58432,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2013","2013",96.56877,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2014","2014",94.75431,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2015","2015",93.70517,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2016","2016",93.65865,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2017","2017",97.02689,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1990","1990",88.16025,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1992","1992",93.39816,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1997","1997",91.14893,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1999","1999",83.68194,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2000","2000",83.30799,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2002","2002",91.23779,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2003","2003",91.04643,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2004","2004",94.21995,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2005","2005",94.41782,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2007","2007",99.19137,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","1990","1990",86.66848,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","1991","1991",81.44421,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","1992","1992",78.83427,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","1993","1993",76.61596,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","1994","1994",80.98975,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","1999","1999",92.33582,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2000","2000",94.52487,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2001","2001",89.51726,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2002","2002",94.26894,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2003","2003",99.20614,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2004","2004",95.44526,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2006","2006",85.96998,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2007","2007",93.18194,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2009","2009",91.29798,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2010","2010",90.26656,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2011","2011",93.90091,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2012","2012",90.97662,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2013","2013",87.12474,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2014","2014",88.23981,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2015","2015",91.69783,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2016","2016",93.89702,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2017","2017",94.79791,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SMR","San Marino","2009","2009",91.1236,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SMR","San Marino","2012","2012",93.09211,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","1999","1999",61.38657,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2000","2000",64.96193,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2001","2001",59.56394,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2002","2002",62.01333,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2003","2003",61.44948,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2005","2005",65.26891,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2006","2006",64.21188,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2007","2007",69.43752,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2008","2008",74.51638,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2009","2009",73.40723,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2011","2011",81.61642,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2012","2012",80.3924,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2013","2013",85.84845,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2014","2014",87.63908,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2015","2015",89.53883,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2016","2016",86.17177,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2017","2017",84.58904,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2018","2018",83.58567,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1990","1990",99.19793,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1994","1994",99.12538,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1998","1998",99.79687,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2000","2000",99.09125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2001","2001",98.34112,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2002","2002",97.39074,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2003","2003",96.71528,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2004","2004",94.66933,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2005","2005",93.8241,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2006","2006",92.92523,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2007","2007",91.31402,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2008","2008",89.55018,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2009","2009",88.23353,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2010","2010",87.24125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2011","2011",86.32194,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2012","2012",86.95024,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2013","2013",86.64972,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2014","2014",86.88752,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2015","2015",86.90756,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2016","2016",86.16222,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2017","2017",86.20393,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","1999","1999",56.2704,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","2000","2000",59.14799,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","2004","2004",61.47088,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","2005","2005",62.11082,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","2006","2006",63.23736,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","2007","2007",62.68057,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","2008","2008",56.71834,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","2009","2009",57.84093,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","2010","2010",58.07134,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1992","1992",53.70891,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1993","1993",58.07304,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1994","1994",61.55954,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1996","1996",64.43769,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1997","1997",67.12213,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1998","1998",70.3735,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1999","1999",71.36516,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2000","2000",72.24403,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2001","2001",71.86952,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2002","2002",72.97132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2003","2003",75.58479,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2004","2004",76.83056,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2005","2005",78.3412,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2006","2006",79.8417,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2007","2007",82.71516,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2008","2008",85.55738,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2009","2009",88.49116,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2010","2010",93.16673,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2011","2011",93.59471,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2012","2012",93.65615,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2013","2013",95.81187,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2014","2014",96.38638,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2015","2015",95.0346,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2016","2016",93.98029,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2017","2017",92.82117,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","1998","1998",95.42701,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","1999","1999",94.27882,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2000","2000",95.62053,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2001","2001",96.16375,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2002","2002",95.83879,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2003","2003",95.58882,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2004","2004",95.653,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2005","2005",95.90011,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2006","2006",96.39449,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2007","2007",96.06509,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2008","2008",95.67018,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2009","2009",96.30531,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2010","2010",96.85839,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2011","2011",97.32289,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2012","2012",97.67847,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2013","2013",98.18292,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2014","2014",98.409,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2015","2015",98.43324,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2016","2016",98.53078,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","1991","1991",72.77757,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","1999","1999",94.20214,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2000","2000",94.48171,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2001","2001",93.74045,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2002","2002",93.91291,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2004","2004",95.58418,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2005","2005",94.12797,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2006","2006",92.66972,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2007","2007",92.0091,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2008","2008",92.35396,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2009","2009",92.84578,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2010","2010",93.02001,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2011","2011",93.58402,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2012","2012",91.09977,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2013","2013",90.27346,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2014","2014",89.74008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2015","2015",90.57834,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2016","2016",91.23747,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2017","2017",91.36877,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","1990","1990",98.64874,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","1991","1991",98.65077,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","1993","1993",96.71166,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","1994","1994",96.07854,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","1995","1995",97.03785,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","1996","1996",95.92057,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","1999","1999",94.8386,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2000","2000",95.00587,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2001","2001",95.2763,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2002","2002",94.32256,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2003","2003",95.24848,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2004","2004",94.53717,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2005","2005",94.85914,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2006","2006",95.38113,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2007","2007",95.97826,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2008","2008",96.13058,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2009","2009",94.70087,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2010","2010",93.37426,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2011","2011",92.44255,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2012","2012",92.79303,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2013","2013",92.80851,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2014","2014",93.2305,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2015","2015",93.8973,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2016","2016",95.07325,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2001","2001",99.72571,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2002","2002",99.92471,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2003","2003",99.61741,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2004","2004",96.84834,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2005","2005",97.25333,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2006","2006",96.60624,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2007","2007",96.25136,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2008","2008",95.5494,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2009","2009",93.24504,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2010","2010",94.92993,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2011","2011",95.0762,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2012","2012",95.35008,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2013","2013",96.35183,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2014","2014",97.15061,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2015","2015",98.9374,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2016","2016",98.92303,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2017","2017",99.11166,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","1994","1994",97.34734,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","1996","1996",97.56241,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","1997","1997",98.11555,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","1998","1998",99.75811,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2003","2003",99.17396,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2004","2004",97.65993,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2005","2005",97.88858,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2006","2006",97.65522,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2007","2007",97.74163,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2008","2008",98.81903,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2010","2010",98.92409,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2011","2011",98.53826,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2012","2012",97.98432,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2013","2013",98.3794,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2014","2014",98.58564,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2015","2015",98.60838,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2016","2016",99.53291,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1991","1991",89.87158,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1992","1992",91.67718,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1993","1993",94.31401,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1994","1994",94.43433,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1995","1995",98.00096,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2009","2009",93.24938,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2012","2012",92.61258,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2013","2013",93.67253,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2014","2014",92.33369,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2015","2015",92.26431,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2016","2016",93.68211,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2017","2017",93.79535,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1991","1991",61.42882,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1992","1992",59.73188,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1993","1993",58.68065,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1994","1994",59.86127,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1995","1995",67.83578,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1999","1999",36.81181,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","1994","1994",42.83884,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","1995","1995",48.85518,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","1996","1996",52.98639,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","1998","1998",58.16882,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","1999","1999",58.22673,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2000","2000",58.38286,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2001","2001",61.37538,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2002","2002",61.4496,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2003","2003",64.73855,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2004","2004",72.13677,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2005","2005",71.07179,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2006","2006",73.44354,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2007","2007",74.49806,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2008","2008",71.60888,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2009","2009",70.73028,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2010","2010",71.14693,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2011","2011",71.72784,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2012","2012",71.13901,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2013","2013",73.75427,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2014","2014",75.56537,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2016","2016",72.71342,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2017","2017",77.62229,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MWI","Malawi","1999","1999",96.52304,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MWI","Malawi","2004","2004",94.75362,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MWI","Malawi","2005","2005",94.36091,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MWI","Malawi","2006","2006",92.34618,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MWI","Malawi","2007","2007",87.59706,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MWI","Malawi","2008","2008",94.14197,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MWI","Malawi","2009","2009",94.42453,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COK","Cook Islands","1998","1998",88.18466,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COK","Cook Islands","1999","1999",82.78816,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COK","Cook Islands","2000","2000",93.78531,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COK","Cook Islands","2013","2013",91.5943,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","1990","1990",98.89268,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","1992","1992",99.50511,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","1999","1999",99.91257,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2000","2000",99.98488,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2001","2001",99.93363,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2002","2002",99.94094,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2003","2003",99.90421,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2004","2004",99.81073,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2005","2005",99.4755,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2006","2006",99.57233,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2007","2007",99.81094,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2008","2008",99.84525,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2009","2009",99.84178,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2010","2010",99.7948,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2011","2011",99.7904,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2012","2012",99.8345,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2013","2013",99.30885,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2014","2014",98.66854,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2015","2015",99.01569,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2016","2016",98.53554,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","1990","1990",88.74613,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2000","2000",86.2223,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2001","2001",85.57484,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2002","2002",84.4446,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2003","2003",84.91018,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2007","2007",91.94678,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2008","2008",90.4684,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2009","2009",89.64629,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2010","2010",90.09262,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2011","2011",89.16751,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2012","2012",90.98657,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2013","2013",91.65585,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1990","1990",90.99487,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1991","1991",90.73129,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1992","1992",88.98564,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1993","1993",87.14972,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1994","1994",86.47749,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1995","1995",87.604,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1996","1996",86.77989,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1997","1997",87.34529,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1998","1998",90.54357,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1999","1999",91.45221,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2000","2000",92.21265,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2001","2001",91.38062,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2002","2002",92.44656,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2003","2003",93.26111,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2004","2004",94.35437,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2005","2005",93.36716,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2006","2006",92.72168,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2007","2007",92.61658,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2010","2010",93.90589,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2011","2011",94.20403,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2012","2012",94.50995,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2013","2013",93.93284,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2014","2014",92.66657,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2015","2015",93.57662,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2016","2016",92.90618,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BMU","Bermuda","2011","2011",84.74149,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BMU","Bermuda","2012","2012",81.50338,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2005","2005",75.36378,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2006","2006",79.8387,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2007","2007",80.50975,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2013","2013",70.56922,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2014","2014",70.21499,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2015","2015",70.58518,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2016","2016",72.64135,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2017","2017",69.5264,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2002","2002",93.61514,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2003","2003",88.55388,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2004","2004",87.99402,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2005","2005",89.51785,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2006","2006",88.32187,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2007","2007",87.72018,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2008","2008",87.47566,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2009","2009",87.87653,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2010","2010",90.37473,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2011","2011",92.42724,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2012","2012",93.45327,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2013","2013",93.90666,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2014","2014",92.43896,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","1997","1997",95.63144,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","1998","1998",95.73055,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","1999","1999",96.43294,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2000","2000",96.88352,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2001","2001",97.24246,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2002","2002",97.02469,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2003","2003",97.18815,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2004","2004",96.77829,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2005","2005",95.90921,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2006","2006",95.06658,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2007","2007",95.02014,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2008","2008",95.02397,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2009","2009",95.4069,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2010","2010",95.94172,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2011","2011",96.45249,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2012","2012",96.53024,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2013","2013",96.03985,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2014","2014",95.31118,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2015","2015",94.83855,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2016","2016",94.79683,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2017","2017",94.6502,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","1990","1990",98.52127,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","1992","1992",90.21876,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","1999","1999",97.38615,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2000","2000",95.4911,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2001","2001",94.69464,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2002","2002",92.04583,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2003","2003",91.89592,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2004","2004",91.12307,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2005","2005",90.28216,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2006","2006",92.2514,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2007","2007",93.96514,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2008","2008",96.5616,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2009","2009",93.01903,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2010","2010",94.3176,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2011","2011",93.13926,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2014","2014",90.13079,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2015","2015",90.12645,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2016","2016",89.67197,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2017","2017",89.14858,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","1990","1990",86.61984,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","1999","1999",93.13455,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2000","2000",94.88255,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2001","2001",96.16586,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2002","2002",98.31177,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2004","2004",98.02325,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2005","2005",97.57965,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2006","2006",98.19913,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2007","2007",97.99423,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2008","2008",97.00582,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2009","2009",94.06897,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2010","2010",95.58067,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2011","2011",94.46148,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2012","2012",93.82265,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2013","2013",92.92351,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2014","2014",90.45469,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2015","2015",87.20925,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","1990","1990",76.37724,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","1991","1991",78.56567,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","1994","1994",73.47176,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","1995","1995",82.58793,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","1996","1996",91.0224,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","1997","1997",87.86007,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2001","2001",94.79758,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2003","2003",94.51295,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2004","2004",96.25598,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2005","2005",94.97923,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2007","2007",93.67809,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2008","2008",93.91821,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2014","2014",92.73119,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2016","2016",91.9646,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2017","2017",92.79521,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","1998","1998",81.72861,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2000","2000",89.52246,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2001","2001",89.92481,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2002","2002",91.47042,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2003","2003",93.45794,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2005","2005",94.35988,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2006","2006",94.78259,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2007","2007",94.15676,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2008","2008",94.39859,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2009","2009",94.37128,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2010","2010",94.50909,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2011","2011",94.36459,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2012","2012",93.66796,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2013","2013",91.00663,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2014","2014",88.64145,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2015","2015",86.17273,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2016","2016",84.81446,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2017","2017",80.56424,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2000","2000",88.51682,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2001","2001",91.24836,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2002","2002",90.93192,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2003","2003",92.23459,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2004","2004",92.07622,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2005","2005",90.62146,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2006","2006",87.74714,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2007","2007",87.03107,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2008","2008",86.94637,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2009","2009",86.81535,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2010","2010",87.4003,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2011","2011",87.08558,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2012","2012",87.60779,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2013","2013",87.6292,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2014","2014",86.77036,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2015","2015",86.17302,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2016","2016",86.22262,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2017","2017",85.95203,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNB","Guinea-Bissau","2000","2000",55.5768,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNB","Guinea-Bissau","2010","2010",72.51869,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COM","Comoros","1994","1994",75.96508,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COM","Comoros","1999","1999",65.51274,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COM","Comoros","2000","2000",72.68438,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COM","Comoros","2007","2007",81.99902,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COM","Comoros","2013","2013",86.94662,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COM","Comoros","2014","2014",82.43141,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COM","Comoros","2017","2017",80.70587,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","1990","1990",97.08223,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","1991","1991",95.42091,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","1993","1993",93.58948,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","1999","1999",89.97003,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","2000","2000",91.68137,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","2001","2001",91.29873,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","2002","2002",90.71968,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","2003","2003",89.29098,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","2004","2004",91.09759,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1990","1990",95.18573,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1991","1991",97.73862,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1992","1992",97.48633,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1993","1993",95.86266,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1994","1994",95.30892,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1995","1995",94.18283,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1996","1996",95.11089,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1998","1998",98.43272,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1999","1999",99.70515,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","2000","2000",99.91953,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","2012","2012",99.47059,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","2013","2013",99.44992,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","2014","2014",99.40451,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","2015","2015",99.5981,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","2016","2016",99.96224,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGD","Bangladesh","1990","1990",66.4973,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGD","Bangladesh","2005","2005",94.35796,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGD","Bangladesh","2006","2006",95.50758,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGD","Bangladesh","2008","2008",90.62405,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGD","Bangladesh","2009","2009",94.22028,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGD","Bangladesh","2010","2010",95.12634,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGD","Bangladesh","2017","2017",93.03158,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","1995","1995",92.92235,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","1996","1996",94.63158,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","1997","1997",95.06165,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","1998","1998",95.21518,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","1999","1999",94.05919,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2000","2000",94.61236,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2001","2001",93.74775,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2002","2002",94.22961,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2003","2003",95.33014,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2004","2004",97.39585,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2005","2005",96.49146,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2006","2006",96.06329,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2007","2007",96.74689,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2008","2008",97.04232,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2009","2009",97.26647,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2010","2010",97.66171,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2011","2011",98.13739,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2012","2012",98.77065,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2013","2013",98.22795,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2014","2014",98.06967,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2015","2015",98.36838,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2016","2016",98.34083,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","1990","1990",95.91662,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","2000","2000",87.14565,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","2001","2001",87.39095,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","2002","2002",96.01008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","2003","2003",94.22979,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","2004","2004",92.26529,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","2005","2005",90.07279,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","2006","2006",92.48255,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","2007","2007",91.94287,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","1999","1999",62.06988,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2000","2000",64.86636,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2001","2001",66.019,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2002","2002",60.67284,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2003","2003",72.02317,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2004","2004",70.37995,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2005","2005",71.06105,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2006","2006",70.20845,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2007","2007",80.30696,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2008","2008",76.48701,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2009","2009",77.72186,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2012","2012",81.82745,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2007","2007",84.35921,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2008","2008",84.09674,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2009","2009",82.91791,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2010","2010",80.3376,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2011","2011",79.13087,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2012","2012",77.29395,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2014","2014",76.0352,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2015","2015",78.57764,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2017","2017",79.63518,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1991","1991",90.62136,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1992","1992",91.54118,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1993","1993",93.23409,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1994","1994",93.69885,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1995","1995",97.85773,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2009","2009",93.65944,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2012","2012",93.14966,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2013","2013",93.67552,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2014","2014",92.88866,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2015","2015",93.16364,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2016","2016",93.82374,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2017","2017",94.23435,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","1990","1990",76.27655,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","1992","1992",80.52948,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","1998","1998",84.35354,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","1999","1999",84.12382,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2000","2000",85.56054,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2001","2001",86.07443,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2002","2002",87.17536,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2003","2003",86.98809,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2004","2004",84.52321,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2005","2005",84.70882,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2006","2006",83.4786,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2007","2007",84.80848,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2008","2008",84.55573,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2009","2009",84.4941,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2010","2010",84.33169,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2012","2012",86.5429,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2013","2013",88.63065,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2017","2017",95.51321,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","1992","1992",96.68727,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","1994","1994",97.12163,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","1995","1995",95.78046,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","1996","1996",92.9044,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","1997","1997",93.33844,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","1998","1998",94.57136,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","1999","1999",94.55008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","2000","2000",92.5141,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","2001","2001",95.53313,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","2003","2003",99.89916,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","2004","2004",96.7244,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","2006","2006",99.52794,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","2009","2009",96.99199,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","2013","2013",96.32603,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","2015","2015",98.0143,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","1990","1990",28.6081,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","1991","1991",29.22609,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","1992","1992",26.5711,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","1997","1997",29.36257,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","1998","1998",29.46443,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","1999","1999",31.05056,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2000","2000",31.76929,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2001","2001",35.94703,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2002","2002",40.12679,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2003","2003",44.22925,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2004","2004",48.26257,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2005","2005",48.09436,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2006","2006",48.60194,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2007","2007",49.70803,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2008","2008",53.31698,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2009","2009",57.07854,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2010","2010",59.76407,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2011","2011",64.3842,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2012","2012",65.89746,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2013","2013",66.24781,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2014","2014",65.04365,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2015","2015",66.64961,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2016","2016",68.57253,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2017","2017",69.9598,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","1997","1997",84.19539,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","1998","1998",97.30085,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2002","2002",96.81818,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2003","2003",95.84572,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2004","2004",93.7492,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2005","2005",89.80726,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2006","2006",87.71519,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2007","2007",88.87651,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2008","2008",89.64421,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2009","2009",90.84987,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2010","2010",91.78131,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2011","2011",91.26062,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2012","2012",87.8531,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2013","2013",86.72771,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2014","2014",82.23855,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2015","2015",81.90278,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2016","2016",82.19507,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2017","2017",86.30347,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","1998","1998",98.97413,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","1999","1999",98.20654,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2000","2000",97.23602,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2001","2001",95.53027,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2002","2002",92.9049,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2005","2005",90.07558,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2006","2006",91.16492,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2008","2008",96.778,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2009","2009",97.95105,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2010","2010",98.01475,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2011","2011",99.32474,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2012","2012",98.05641,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2013","2013",97.96511,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","1990","1990",85.60555,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","1991","1991",81.05841,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","1992","1992",78.20697,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","1993","1993",77.07436,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","1994","1994",81.60502,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","1998","1998",93.45929,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","1999","1999",93.7454,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2000","2000",96.18775,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2001","2001",91.79383,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2002","2002",92.84138,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2003","2003",96.70482,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2004","2004",91.95835,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2005","2005",95.63144,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2006","2006",88.89391,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2007","2007",93.15768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2009","2009",92.15388,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2010","2010",91.26141,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2011","2011",93.64409,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2012","2012",92.51098,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2013","2013",89.03857,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2014","2014",89.55221,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2015","2015",92.11397,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2016","2016",93.60156,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2017","2017",94.40015,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1990","1990",99.73067,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1991","1991",99.95669,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1992","1992",99.6479,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1993","1993",98.66806,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1994","1994",98.39621,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1995","1995",98.19121,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1996","1996",98.26481,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1997","1997",84.19146,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1998","1998",99.7356,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1999","1999",99.79454,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2000","2000",99.70516,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2001","2001",99.76034,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2002","2002",99.72673,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2003","2003",99.85574,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2004","2004",99.3522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2005","2005",98.5115,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2006","2006",98.59501,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2007","2007",99.07582,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2008","2008",99.26267,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2009","2009",99.1536,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2010","2010",99.07942,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2011","2011",99.40241,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2012","2012",99.68915,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2013","2013",99.85673,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2014","2014",99.83147,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2015","2015",99.76589,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2016","2016",99.80598,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2017","2017",99.87784,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1990","1990",81.54471,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1991","1991",83.58989,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1992","1992",83.50477,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1993","1993",83.74363,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1994","1994",84.26129,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1995","1995",76.90782,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1996","1996",78.12869,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1998","1998",80.50135,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1999","1999",81.34466,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2000","2000",82.36978,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2001","2001",83.99535,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2002","2002",84.32447,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2003","2003",84.2687,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2004","2004",86.59601,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2005","2005",84.39819,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2006","2006",85.9476,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2007","2007",85.2273,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2008","2008",84.89892,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2009","2009",85.99093,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2012","2012",91.78982,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2013","2013",92.7758,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2014","2014",88.80778,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","1996","1996",97.73163,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","1997","1997",98.77069,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2000","2000",98.51087,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2001","2001",98.58554,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2002","2002",98.52764,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2003","2003",98.30452,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2004","2004",98.35761,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2005","2005",98.04207,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2006","2006",97.97675,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2007","2007",97.88988,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2008","2008",97.59966,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2009","2009",96.95582,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2010","2010",97.02375,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2011","2011",96.44448,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2012","2012",96.7227,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2013","2013",97.20443,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2014","2014",97.09022,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2015","2015",96.94479,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2016","2016",96.54766,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","1997","1997",76.30155,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","1998","1998",78.29169,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","1999","1999",81.34964,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2000","2000",87.08099,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2003","2003",95.43198,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2006","2006",94.00132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2007","2007",93.99543,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2008","2008",92.70778,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2010","2010",92.69281,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2011","2011",95.21825,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2012","2012",95.08708,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2014","2014",94.01115,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2015","2015",96.58637,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2016","2016",92.75297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2017","2017",90.34679,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1990","1990",92.48223,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1991","1991",91.98739,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1992","1992",93.96796,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1993","1993",94.86295,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1994","1994",97.20771,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1995","1995",97.03024,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1996","1996",99.46096,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1997","1997",99.30511,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1998","1998",97.4641,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1999","1999",97.78616,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2000","2000",97.11456,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2001","2001",96.447,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2002","2002",95.94015,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2003","2003",94.08861,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2004","2004",94.45302,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2005","2005",94.09009,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2006","2006",93.94046,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2007","2007",96.42724,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2008","2008",97.04472,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2009","2009",99.20174,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2010","2010",99.36045,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2011","2011",99.81406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2012","2012",99.38648,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2013","2013",99.46314,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2014","2014",96.37065,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2015","2015",95.46053,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2016","2016",95.74749,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2017","2017",97.01189,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","THA","Thailand","2006","2006",98.88327,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","THA","Thailand","2007","2007",98.45166,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","THA","Thailand","2008","2008",97.9042,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","THA","Thailand","2009","2009",98.01958,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","1999","1999",98.5981,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2000","2000",96.50905,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2001","2001",94.48395,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2003","2003",92.39348,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2004","2004",91.07287,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2008","2008",87.32932,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2009","2009",86.14224,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2010","2010",86.48254,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2011","2011",87.32692,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2012","2012",90.85573,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2013","2013",94.46473,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2014","2014",95.99691,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2015","2015",95.89953,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2016","2016",95.6398,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2017","2017",97.13786,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1990","1990",88.23804,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1991","1991",89.54965,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1992","1992",89.16395,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1993","1993",88.11375,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1996","1996",88.59734,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1997","1997",88.14034,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1999","1999",93.48306,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2000","2000",93.90802,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2001","2001",93.1271,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2002","2002",89.41001,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2003","2003",91.41848,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2004","2004",92.02885,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2005","2005",89.02269,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2007","2007",94.17953,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2008","2008",94.73026,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2009","2009",95.61832,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2010","2010",95.6623,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","1995","1995",87.03452,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","1996","1996",90.60952,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","1998","1998",93.86149,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","1999","1999",94.96768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2000","2000",95.59569,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2001","2001",95.81607,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2002","2002",95.87851,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2003","2003",94.52595,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2004","2004",93.9248,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2005","2005",93.81157,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2006","2006",93.00778,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2007","2007",94.48087,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2008","2008",94.11165,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2009","2009",93.77424,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2010","2010",96.74313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2011","2011",97.38176,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2012","2012",97.38004,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2013","2013",96.03055,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2014","2014",93.96669,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2015","2015",93.32992,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2016","2016",93.48397,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2002","2002",93.66936,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2003","2003",88.56035,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2004","2004",88.21202,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2005","2005",89.67087,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2006","2006",88.50439,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2007","2007",87.88219,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2008","2008",87.44217,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2009","2009",87.83457,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2010","2010",90.10631,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2011","2011",91.86815,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2012","2012",92.73893,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2013","2013",93.12499,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2014","2014",91.5278,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","1990","1990",51.21846,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","1992","1992",50.20833,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","1996","1996",54.52749,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","1997","1997",58.51772,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","1998","1998",60.53651,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","1999","1999",59.65134,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2000","2000",61.21978,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2003","2003",66.91618,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2004","2004",64.06111,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2005","2005",64.79191,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2006","2006",66.41372,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2007","2007",68.35721,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2008","2008",68.53415,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2009","2009",68.40851,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2010","2010",68.82751,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2011","2011",69.01778,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2012","2012",70.33396,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2013","2013",69.14551,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2014","2014",69.49717,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2015","2015",69.30307,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2016","2016",68.77382,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2017","2017",70.06983,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLB","Solomon Islands","2005","2005",76.63551,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLB","Solomon Islands","2006","2006",80.65211,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLB","Solomon Islands","2007","2007",81.67357,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLB","Solomon Islands","2013","2013",70.18928,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLB","Solomon Islands","2014","2014",70.45132,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLB","Solomon Islands","2015","2015",70.44563,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLB","Solomon Islands","2016","2016",72.40764,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLB","Solomon Islands","2017","2017",69.27702,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1990","1990",79.82709,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1991","1991",81.62651,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1992","1992",81.61667,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1993","1993",78.57234,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1994","1994",79.0302,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1995","1995",76.83424,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1996","1996",77.08675,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1998","1998",67.3672,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1999","1999",62.70341,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2000","2000",82.98841,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2001","2001",83.04817,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2002","2002",82.90057,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2003","2003",83.10198,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2004","2004",80.30642,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2005","2005",79.40865,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2006","2006",79.51729,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2007","2007",76.68487,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2008","2008",77.79267,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2009","2009",78.6268,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2010","2010",79.9072,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2011","2011",81.09289,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2012","2012",82.46324,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2013","2013",80.54657,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2014","2014",81.00005,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2015","2015",80.72981,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2016","2016",81.10062,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2017","2017",81.64524,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","1994","1994",99.46236,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2000","2000",96.74091,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2002","2002",97.83261,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2003","2003",97.92188,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2004","2004",97.12648,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2005","2005",96.06299,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2007","2007",95.38307,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2008","2008",94.64138,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2009","2009",94.61471,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2010","2010",93.92924,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2011","2011",92.31285,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2012","2012",94.78635,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2013","2013",91.58983,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2014","2014",85.68866,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2015","2015",93.97594,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2016","2016",93.86754,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2017","2017",93.44302,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDG","Madagascar","1990","1990",63.84127,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDG","Madagascar","1995","1995",57.54389,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDG","Madagascar","1996","1996",56.99923,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDG","Madagascar","1999","1999",64.84195,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDG","Madagascar","2000","2000",66.44846,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDG","Madagascar","2001","2001",67.5996,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDG","Madagascar","2002","2002",68.30172,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDG","Madagascar","2003","2003",77.78632,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","1996","1996",37.36639,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","1997","1997",42.72371,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","1998","1998",47.83908,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","1999","1999",49.76169,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","2000","2000",51.40834,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","2001","2001",52.60778,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","2002","2002",56.00162,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","2003","2003",57.52652,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","2011","2011",62.13648,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","2013","2013",78.87818,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","2015","2015",80.11758,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","2016","2016",74.20576,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","1990","1990",16.90733,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","1991","1991",18.41174,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","1998","1998",30.57805,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","1999","1999",33.43334,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2000","2000",37.3664,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2001","2001",41.08286,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2002","2002",47.95696,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2003","2003",51.73039,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2004","2004",55.0678,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2005","2005",57.50758,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2006","2006",60.10126,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2007","2007",62.15248,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2008","2008",61.5135,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2009","2009",62.796,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2010","2010",63.57763,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2011","2011",68.46028,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2012","2012",68.63504,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2013","2013",69.39631,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2014","2014",72.0172,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2016","2016",69.42924,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","1999","1999",62.51208,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2000","2000",65.86997,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2001","2001",60.06826,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2002","2002",62.32465,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2003","2003",61.38387,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2005","2005",65.57204,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2006","2006",63.94762,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2007","2007",69.3736,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2008","2008",74.34348,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2009","2009",73.38562,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2011","2011",81.50325,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2013","2013",85.70963,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2014","2014",87.47356,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2015","2015",89.30591,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2016","2016",85.3672,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2017","2017",83.89864,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2018","2018",82.87171,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1990","1990",97.36463,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1991","1991",95.73068,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1993","1993",92.66665,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1999","1999",90.09083,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2000","2000",91.57529,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2001","2001",91.39922,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2002","2002",91.07537,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2003","2003",89.78543,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2004","2004",91.53881,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1991","1991",99.41276,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1992","1992",97.00848,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1993","1993",98.02282,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1994","1994",97.93228,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1995","1995",99.10958,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1996","1996",99.858,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1997","1997",99.60338,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1998","1998",96.96937,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1999","1999",96.87363,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2000","2000",95.77133,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2001","2001",93.01417,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2002","2002",93.09852,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2003","2003",92.38448,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2004","2004",91.59966,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2005","2005",89.10805,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2006","2006",90.50941,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2011","2011",90.22637,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2012","2012",91.18398,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2013","2013",92.22822,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2014","2014",94.25655,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2015","2015",96.4249,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2016","2016",96.26462,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2017","2017",97.4126,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","1994","1994",92.62902,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","1995","1995",93.00088,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","1996","1996",94.11898,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","1997","1997",96.46874,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","1998","1998",95.4768,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","1999","1999",95.35015,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2000","2000",95.90349,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2001","2001",97.55898,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2008","2008",98.57319,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2009","2009",96.04445,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2012","2012",96.09939,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2013","2013",92.93136,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2014","2014",91.86022,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2015","2015",92.5194,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2016","2016",92.0887,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","1990","1990",76.24042,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","1991","1991",76.0041,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","1992","1992",76.38144,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","1993","1993",74.74403,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","1994","1994",75.49805,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","1995","1995",76.19034,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","1996","1996",73.74239,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","2009","2009",74.28967,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","2010","2010",79.09986,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","2011","2011",77.99829,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","2012","2012",78.24259,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","2013","2013",75.70805,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","2014","2014",76.63549,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","2015","2015",75.74738,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","2016","2016",75.1358,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","1999","1999",98.33618,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2000","2000",95.60896,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2001","2001",92.35691,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2003","2003",91.85949,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2004","2004",93.13318,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2005","2005",93.42564,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2006","2006",93.62996,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2007","2007",93.10882,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2008","2008",94.39918,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2009","2009",95.34616,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2010","2010",95.70112,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2011","2011",96.26389,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2012","2012",96.96406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2013","2013",96.58213,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2014","2014",97.34412,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2015","2015",97.19033,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2016","2016",97.09771,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2017","2017",96.97456,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBR","Liberia","1999","1999",52.57543,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBR","Liberia","2006","2006",35.11154,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBR","Liberia","2008","2008",44.03249,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBR","Liberia","2009","2009",41.55171,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBR","Liberia","2011","2011",41.80095,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBR","Liberia","2014","2014",38.67878,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBR","Liberia","2015","2015",38.96254,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1990","1990",83.2928,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1991","1991",84.09174,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1992","1992",84.12696,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1993","1993",83.3256,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1994","1994",82.43993,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1995","1995",88.86616,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1996","1996",90.79218,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1999","1999",95.72995,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2000","2000",95.5744,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2001","2001",95.29065,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2002","2002",95.17031,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2003","2003",94.93832,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2004","2004",94.43566,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2005","2005",93.39526,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2006","2006",92.97382,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2007","2007",92.95941,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2008","2008",93.61909,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2009","2009",93.76526,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2010","2010",93.70472,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2011","2011",93.61617,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2012","2012",93.46544,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2013","2013",93.63558,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2014","2014",93.77392,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2015","2015",93.319,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2016","2016",93.53813,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","1992","1992",99.62882,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","1993","1993",98.0748,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","1994","1994",97.77786,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","1995","1995",98.71331,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","1996","1996",99.70168,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","1997","1997",99.67253,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","1999","1999",99.11423,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2000","2000",95.72177,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2001","2001",95.66658,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2002","2002",95.61968,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2003","2003",95.39752,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2004","2004",95.47089,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2005","2005",98.80747,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2006","2006",98.72946,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2007","2007",98.79951,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2008","2008",98.31908,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2009","2009",97.97137,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2010","2010",97.51143,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2011","2011",98.74835,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2012","2012",98.83046,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2013","2013",98.74117,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2014","2014",98.70895,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2015","2015",98.66918,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2016","2016",98.86706,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","1990","1990",47.79332,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","1992","1992",45.99796,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","1993","1993",49.30826,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","1996","1996",59.40659,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","1998","1998",63.39445,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","1999","1999",73.94615,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2000","2000",71.45772,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2001","2001",72.3762,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2002","2002",70.23029,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2003","2003",73.51713,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2004","2004",73.95224,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2005","2005",70.99361,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2006","2006",75.09011,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2007","2007",73.19378,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2008","2008",69.08841,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2010","2010",66.38644,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2011","2011",67.8402,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2012","2012",69.47825,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2013","2013",67.24747,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2014","2014",69.89503,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2015","2015",73.05557,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2016","2016",74.91495,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2017","2017",77.59971,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2018","2018",78.55461,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",94.00592,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",93.14868,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",93.65964,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",92.78308,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",93.22058,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",92.72642,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",96.52143,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",96.48934,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","1990","1990",97.5418,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","1998","1998",90.19541,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","1999","1999",89.2484,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2001","2001",90.29679,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2002","2002",90.77615,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2003","2003",90.77999,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2004","2004",90.35333,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2005","2005",89.61881,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2006","2006",87.86552,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2007","2007",88.29087,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2008","2008",89.56461,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2009","2009",91.45909,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2014","2014",96.97771,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2015","2015",96.34545,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2016","2016",95.33718,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","1999","1999",50.88164,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2002","2002",58.08013,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2003","2003",58.08516,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2004","2004",55.89704,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2005","2005",62.93659,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2006","2006",63.81375,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2007","2007",65.77832,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2009","2009",68.92629,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2010","2010",69.17047,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2011","2011",69.35461,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2012","2012",67.02669,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2014","2014",62.67688,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2015","2015",59.05596,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2016","2016",60.42429,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2017","2017",64.64311,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DEU","Germany","2002","2002",99.10949,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DEU","Germany","2003","2003",98.50467,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JPN","Japan","1991","1991",99.0822,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JPN","Japan","1992","1992",98.69456,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JPN","Japan","1994","1994",99.28142,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JPN","Japan","2013","2013",98.40896,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JPN","Japan","2014","2014",98.07527,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JPN","Japan","2015","2015",98.64482,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JPN","Japan","2016","2016",98.04473,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","1993","1993",50.19477,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2000","2000",42.1545,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2001","2001",51.09026,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2002","2002",50.42704,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2003","2003",53.93638,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2004","2004",55.50795,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2005","2005",58.70226,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2006","2006",75.53836,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2007","2007",82.75674,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2008","2008",93.29073,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2009","2009",91.5377,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2010","2010",96.88817,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2017","2017",96.63138,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","1994","1994",96.7505,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","1995","1995",93.06788,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2006","2006",89.86556,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2007","2007",90.46653,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2008","2008",92.42167,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2009","2009",93.91034,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2011","2011",95.23009,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2012","2012",96.10881,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2013","2013",96.02479,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2014","2014",95.12966,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2015","2015",96.37116,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2016","2016",96.92691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2002","2002",47.46721,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2003","2003",50.97085,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2004","2004",55.94323,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2005","2005",59.32435,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2006","2006",58.14376,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2007","2007",64.22389,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2008","2008",65.33633,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2009","2009",67.08324,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2010","2010",68.25285,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2011","2011",65.82378,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2012","2012",65.91929,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2013","2013",64.68482,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2014","2014",66.70007,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2015","2015",67.65489,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2016","2016",71.39708,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2017","2017",70.60696,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZWE","Zimbabwe","1998","1998",83.20778,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZWE","Zimbabwe","1999","1999",85.13566,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2000","2000",86.10228,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2001","2001",87.7824,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2002","2002",84.29192,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2003","2003",82.66546,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2012","2012",86.85975,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2013","2013",84.12791,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","1997","1997",71.03313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","1999","1999",79.58983,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2000","2000",82.35574,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2001","2001",82.77562,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2002","2002",84.78575,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2004","2004",89.31913,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2005","2005",90.80877,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2006","2006",92.2885,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2007","2007",93.29573,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2008","2008",93.68613,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2009","2009",96.29742,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2010","2010",95.20853,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2011","2011",92.72496,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2012","2012",89.87695,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2013","2013",87.41352,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2014","2014",85.56125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2015","2015",85.21609,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2016","2016",84.59885,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2017","2017",85.59282,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2007","2007",84.73546,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2008","2008",84.5575,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2009","2009",83.74918,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2010","2010",82.82828,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2011","2011",81.01542,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2012","2012",78.48552,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2014","2014",76.78232,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2015","2015",79.62448,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2017","2017",79.92964,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","1999","1999",98.32059,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2002","2002",94.44033,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2004","2004",95.17296,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2005","2005",87.54621,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2007","2007",90.08763,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2008","2008",90.84183,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2009","2009",87.041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2013","2013",90.53721,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2014","2014",93.76041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2015","2015",95.74862,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2016","2016",95.16711,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TON","Tonga","1990","1990",93.15327,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TON","Tonga","1993","1993",93.43096,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TON","Tonga","1998","1998",92.67764,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TON","Tonga","1999","1999",87.71564,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TON","Tonga","2013","2013",94.037,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1995","1995",81.0813,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1996","1996",84.63173,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1997","1997",85.10744,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1998","1998",86.6287,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1999","1999",88.13758,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2000","2000",89.99969,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2001","2001",91.19419,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2002","2002",89.55065,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2003","2003",82.55805,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2004","2004",87.43354,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2005","2005",87.91426,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2006","2006",91.66929,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2007","2007",89.00144,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2008","2008",87.72566,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2009","2009",95.45357,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2010","2010",97.29678,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2011","2011",97.82788,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2012","2012",97.23592,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2013","2013",94.82871,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2014","2014",95.12301,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2015","2015",96.85284,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2016","2016",97.82017,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2017","2017",97.87676,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","1994","1994",95.00397,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","1998","1998",96.18292,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","1999","1999",90.64207,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2000","2000",90.65427,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2001","2001",87.64927,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2010","2010",95.59363,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2011","2011",94.93183,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2012","2012",95.79412,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2014","2014",96.67733,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2015","2015",96.37228,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2016","2016",96.10664,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2017","2017",94.86125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","1996","1996",92.24363,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","1999","1999",87.08677,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2000","2000",86.23855,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2001","2001",86.71061,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2002","2002",86.56821,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2003","2003",85.6791,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2004","2004",90.17725,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2005","2005",87.73706,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2006","2006",88.88844,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2007","2007",87.53364,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2008","2008",87.34364,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2009","2009",86.75694,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2010","2010",87.28422,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2011","2011",87.31468,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2012","2012",90.55491,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2013","2013",90.44267,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2014","2014",89.79181,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2015","2015",89.45491,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2016","2016",89.35731,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2017","2017",89.90423,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2007","2007",95.65343,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2008","2008",95.32745,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2009","2009",92.73617,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2010","2010",93.2414,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2011","2011",92.11922,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2012","2012",91.46382,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2013","2013",90.5377,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2014","2014",90.725,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2015","2015",91.53274,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2016","2016",92.78237,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2017","2017",94.66096,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","1994","1994",88.84893,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","1995","1995",88.32266,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","1997","1997",88.31349,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","1999","1999",90.82079,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2006","2006",96.19807,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2007","2007",97.08731,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2008","2008",96.5757,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2009","2009",94.48797,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2010","2010",95.36493,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2011","2011",94.58232,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2012","2012",92.02007,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2013","2013",92.62372,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2014","2014",94.1585,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2015","2015",94.38219,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2016","2016",93.93575,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1990","1990",99.679,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1992","1992",99.59394,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1993","1993",98.49425,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1994","1994",98.32851,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1995","1995",98.22751,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1996","1996",98.22447,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1997","1997",84.04996,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1998","1998",99.64416,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1999","1999",99.88049,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2000","2000",99.58053,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2001","2001",99.67633,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2002","2002",99.60367,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2003","2003",99.82222,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2004","2004",99.2699,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2005","2005",98.36917,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2006","2006",98.27813,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2007","2007",99.0044,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2008","2008",99.13474,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2009","2009",98.99873,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2010","2010",98.93051,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2011","2011",99.30276,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2012","2012",99.48619,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2013","2013",99.90752,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2014","2014",99.87422,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2015","2015",99.90527,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2016","2016",99.91585,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2017","2017",99.92238,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1990","1990",67.16256,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1991","1991",68.23343,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1992","1992",69.59612,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1993","1993",72.95679,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1994","1994",74.20051,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1995","1995",75.65466,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1996","1996",78.29363,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1997","1997",79.01912,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1998","1998",79.55082,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1999","1999",81.1885,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2000","2000",82.12313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2001","2001",83.19679,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2002","2002",83.29648,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2003","2003",81.84368,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2009","2009",93.18646,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2011","2011",95.44051,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2012","2012",96.44497,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2013","2013",94.36924,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2014","2014",94.13585,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2015","2015",94.25534,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2016","2016",94.95517,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2017","2017",94.12076,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","1994","1994",71.96035,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","1995","1995",70.18177,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","1998","1998",67.22004,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","1999","1999",65.21801,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2000","2000",65.15465,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2001","2001",65.19829,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2002","2002",66.83215,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2004","2004",80.21098,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2005","2005",88.74379,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2006","2006",88.68705,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2007","2007",88.58599,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2009","2009",86.50321,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2010","2010",84.41832,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2011","2011",87.76904,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2012","2012",89.78395,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2013","2013",87.18785,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2017","2017",85.7671,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","1999","1999",97.82877,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2000","2000",98.08635,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2001","2001",94.53929,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2002","2002",95.31814,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2003","2003",93.9307,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2004","2004",94.63489,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2005","2005",97.80506,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2006","2006",98.6384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2007","2007",98.86144,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2008","2008",99.05832,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2009","2009",95.89151,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2010","2010",98.91975,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2014","2014",99.23471,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1990","1990",65.69671,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1991","1991",65.06608,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1992","1992",65.17679,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1993","1993",67.20026,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1994","1994",69.49414,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1995","1995",72.01361,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1996","1996",73.94731,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1997","1997",75.13401,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1998","1998",72.72077,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1999","1999",76.42676,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2000","2000",80.40184,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2001","2001",83.33138,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2002","2002",86.96485,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2003","2003",87.87414,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2004","2004",87.59201,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2005","2005",88.62628,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2006","2006",89.83562,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2007","2007",90.85609,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2008","2008",91.16565,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2009","2009",90.28785,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2010","2010",92.75179,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2011","2011",93.34559,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2012","2012",92.47029,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2013","2013",93.14469,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2014","2014",93.19117,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2016","2016",94.67017,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2017","2017",97.00335,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1991","1991",94.78084,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1992","1992",95.44674,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1993","1993",93.76938,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1994","1994",81.44887,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1995","1995",90.40977,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1996","1996",97.36618,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1997","1997",89.18087,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1998","1998",87.86644,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1999","1999",92.18137,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2000","2000",88.01044,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2001","2001",84.72398,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2002","2002",83.80379,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2003","2003",80.81174,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2004","2004",82.61313,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2005","2005",81.43261,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2006","2006",80.27636,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2007","2007",83.05101,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2008","2008",83.56243,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2009","2009",84.35519,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2010","2010",83.84758,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2011","2011",85.40787,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2012","2012",87.94237,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2013","2013",91.6671,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2014","2014",93.80331,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2015","2015",92.85074,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2016","2016",93.99767,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2017","2017",94.68734,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1990","1990",97.50672,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1991","1991",96.92208,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1992","1992",96.69211,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1993","1993",96.282,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1994","1994",95.98592,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1995","1995",94.56462,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1996","1996",94.98734,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1997","1997",94.59983,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1998","1998",94.40435,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1999","1999",94.11595,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2000","2000",94.10802,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2001","2001",93.8962,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2002","2002",93.89879,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2003","2003",94.59748,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2004","2004",94.99441,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2005","2005",95.45858,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2006","2006",95.66428,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2007","2007",96.43936,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2008","2008",96.5569,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2009","2009",96.69139,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2010","2010",96.98978,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2011","2011",97.65837,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2012","2012",97.5499,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2013","2013",97.39784,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2014","2014",97.05059,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2015","2015",96.99256,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2016","2016",96.66072,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2017","2017",96.67783,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRQ","Iraq","1993","1993",82.09108,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRQ","Iraq","1996","1996",80.03097,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRQ","Iraq","1999","1999",95.91283,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRQ","Iraq","2000","2000",94.69862,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRQ","Iraq","2004","2004",98.949,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRQ","Iraq","2007","2007",97.72679,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","1994","1994",15.50506,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","1995","1995",17.19503,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","1996","1996",20.21528,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","1998","1998",26.61117,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","1999","1999",29.17576,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2000","2000",34.02401,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2001","2001",38.26782,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2002","2002",40.71433,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2003","2003",41.88617,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2004","2004",45.71279,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2005","2005",57.1663,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2006","2006",62.55797,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2007","2007",67.74179,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2008","2008",73.4918,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2009","2009",73.62589,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2010","2010",71.53397,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2011","2011",75.17097,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2012","2012",76.54779,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2014","2014",82.74458,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2015","2015",82.25119,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2003","2003",99.52437,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2005","2005",97.26849,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2006","2006",96.86776,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2007","2007",96.59977,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2008","2008",95.97809,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2009","2009",93.88424,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2010","2010",95.75448,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2011","2011",96.0786,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2012","2012",96.3338,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2013","2013",97.33864,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2014","2014",98.0173,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1990","1990",92.49029,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1991","1991",92.08705,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1992","1992",94.2691,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1993","1993",95.0857,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1994","1994",97.37866,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1995","1995",97.26618,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1996","1996",99.21638,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1997","1997",98.96481,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1998","1998",96.97329,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1999","1999",97.24835,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2000","2000",96.5156,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2001","2001",95.89347,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2002","2002",95.60349,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2003","2003",93.78769,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2004","2004",94.04264,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2005","2005",93.93241,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2006","2006",94.15196,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2007","2007",96.07491,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2008","2008",96.87714,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2009","2009",99.14624,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2010","2010",99.3348,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2011","2011",99.80296,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2012","2012",99.4168,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2013","2013",99.36351,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2014","2014",96.47688,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2015","2015",95.3591,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2016","2016",95.68035,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2017","2017",96.92769,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","1999","1999",83.61983,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2000","2000",84.72004,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2002","2002",90.98838,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2003","2003",89.83362,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2004","2004",82.90168,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2005","2005",84.25703,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2006","2006",81.78003,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2007","2007",87.68849,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2008","2008",84.02008,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2009","2009",89.54384,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2010","2010",91.87024,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2011","2011",91.88699,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2012","2012",91.01404,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2013","2013",90.84502,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2014","2014",89.28355,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2015","2015",93.52992,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2016","2016",93.32844,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2017","2017",92.87434,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1990","1990",50.86861,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1991","1991",50.24221,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1992","1992",50.41523,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1993","1993",49.42286,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1994","1994",47.99046,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1995","1995",47.93664,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1996","1996",48.06281,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1997","1997",48.36969,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1998","1998",47.73274,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1999","1999",48.10597,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2000","2000",51.79786,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2001","2001",57.14013,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2002","2002",72.66779,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2003","2003",81.42313,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2004","2004",85.50566,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2005","2005",89.58903,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2006","2006",94.18622,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2008","2008",94.48244,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2010","2010",87.01673,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2012","2012",82.72848,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2013","2013",79.48421,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2014","2014",78.41047,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2016","2016",78.73793,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2017","2017",78.85502,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2007","2007",89.82686,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2008","2008",88.42073,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2009","2009",87.95361,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2010","2010",88.90952,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2011","2011",89.43081,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2012","2012",91.19012,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2013","2013",92.53145,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2014","2014",93.72005,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2015","2015",94.40953,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2016","2016",95.06412,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2017","2017",96.22541,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","1999","1999",55.5504,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2001","2001",64.02104,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2003","2003",70.20818,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2004","2004",73.13996,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2005","2005",75.51522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2008","2008",75.62908,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2010","2010",80.44122,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2012","2012",83.73036,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2013","2013",84.48846,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2016","2016",83.08869,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","1994","1994",96.80025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","1995","1995",93.25147,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2006","2006",90.05078,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2007","2007",90.44928,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2008","2008",92.42084,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2009","2009",93.93538,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2011","2011",95.3466,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2012","2012",96.24334,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2013","2013",96.14549,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2014","2014",95.29892,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2015","2015",96.52664,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2016","2016",96.98201,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","1993","1993",87.32102,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","1994","1994",91.88223,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","1995","1995",93.17892,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","1996","1996",93.17602,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","2000","2000",86.05682,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","2001","2001",86.88669,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","2002","2002",93.2378,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","2003","2003",94.21419,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","2004","2004",95.04472,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","2005","2005",94.73691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","1999","1999",97.01504,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2000","2000",96.5513,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2001","2001",96.38294,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2002","2002",95.51744,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2003","2003",94.65109,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2004","2004",93.85691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2005","2005",93.26605,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2006","2006",93.29925,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2007","2007",93.37175,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2008","2008",93.46297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2009","2009",94.13202,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2010","2010",94.61132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2011","2011",94.68706,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2012","2012",95.22126,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2013","2013",95.49847,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2014","2014",95.23832,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2015","2015",95.00643,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2016","2016",94.9354,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","1993","1993",98.75371,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","1994","1994",98.63792,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","1995","1995",98.31477,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","1996","1996",98.36753,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","1997","1997",98.71485,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","1998","1998",99.41359,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","1999","1999",99.78745,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2000","2000",99.70392,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2001","2001",99.61892,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2002","2002",99.262,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2003","2003",98.52116,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2004","2004",97.57635,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2005","2005",97.1778,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2006","2006",96.6628,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2007","2007",97.25997,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2008","2008",97.71363,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2009","2009",97.87129,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2010","2010",98.21304,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2011","2011",98.48757,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2012","2012",99.0232,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2013","2013",99.04122,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2014","2014",99.35987,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2015","2015",99.10752,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2016","2016",99.05899,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","1994","1994",78.59044,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","1997","1997",80.86414,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","1999","1999",81.25593,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2000","2000",81.79392,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2001","2001",83.55478,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2002","2002",85.4168,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2003","2003",87.71089,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2004","2004",90.42692,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2012","2012",97.09499,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2014","2014",96.19785,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2016","2016",97.944,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2017","2017",97.57343,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CMR","Cameroon","1990","1990",68.85068,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CMR","Cameroon","1991","1991",67.2027,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CMR","Cameroon","2011","2011",85.17628,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CMR","Cameroon","2012","2012",85.85009,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CMR","Cameroon","2014","2014",86.79497,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CMR","Cameroon","2016","2016",91.01803,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CMR","Cameroon","2017","2017",90.94694,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","1999","1999",96.94636,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2000","2000",96.59532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2001","2001",96.33108,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2002","2002",95.43597,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2003","2003",94.49801,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2004","2004",93.69874,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2005","2005",93.09131,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2006","2006",93.15227,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2007","2007",93.24761,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2008","2008",93.44805,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2009","2009",94.15183,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2010","2010",94.63334,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2011","2011",94.68676,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2012","2012",95.20721,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2013","2013",95.47596,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2014","2014",95.23385,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2015","2015",95.00039,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2016","2016",94.9783,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1990","1990",96.28035,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1991","1991",95.37334,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1992","1992",94.51795,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1993","1993",93.31395,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1994","1994",93.84173,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1995","1995",93.65781,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1996","1996",92.55698,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1997","1997",92.50362,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2001","2001",91.95549,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2002","2002",91.29753,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2003","2003",90.58094,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2004","2004",89.65635,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2005","2005",88.83375,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2006","2006",91.67532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2007","2007",93.76158,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2008","2008",93.35901,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2009","2009",94.31285,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2010","2010",95.00272,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2011","2011",94.43906,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2012","2012",92.89931,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2013","2013",89.97192,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2014","2014",88.86745,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2016","2016",90.87974,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2017","2017",91.91315,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","1996","1996",93.97737,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","1999","1999",87.58303,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2000","2000",86.8558,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2001","2001",87.61127,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2002","2002",87.50208,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2003","2003",86.58646,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2004","2004",90.57772,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2005","2005",88.29798,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2006","2006",89.6797,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2007","2007",88.11829,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2008","2008",87.81319,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2009","2009",87.10612,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2010","2010",87.88442,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2011","2011",87.85097,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2012","2012",91.32578,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2013","2013",91.32592,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2014","2014",90.53208,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2015","2015",90.18663,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2016","2016",90.07381,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2017","2017",90.60041,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2002","2002",85.03928,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2003","2003",83.04899,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2005","2005",82.18023,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2006","2006",84.90701,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2007","2007",89.24602,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2011","2011",95.76167,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2012","2012",96.89018,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2013","2013",95.2457,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2014","2014",94.02201,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2015","2015",93.06,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2016","2016",92.32931,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2017","2017",92.00048,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1994","1994",97.22313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1998","1998",95.73882,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1999","1999",95.57501,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2000","2000",98.37439,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2001","2001",97.77057,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2002","2002",96.532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2003","2003",97.02729,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2004","2004",99.33233,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2005","2005",99.614,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2006","2006",95.57688,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2007","2007",95.43716,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2008","2008",95.5221,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2009","2009",96.38182,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2010","2010",96.70287,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2011","2011",97.73579,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2012","2012",99.29796,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2013","2013",99.9103,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2014","2014",99.62731,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2015","2015",99.53637,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2016","2016",98.91333,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2017","2017",98.60314,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1990","1990",91.44404,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1991","1991",92.82794,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1992","1992",93.47762,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1993","1993",92.4437,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1994","1994",91.82572,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1995","1995",91.69957,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1996","1996",90.76519,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1997","1997",89.84246,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1999","1999",90.25391,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2000","2000",90.84739,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2001","2001",92.74963,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2002","2002",93.56129,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2003","2003",93.75092,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2004","2004",94.16187,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2005","2005",94.39411,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2006","2006",94.44896,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2007","2007",96.17552,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2008","2008",97.14729,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2016","2016",98.44537,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2002","2002",95.13752,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2004","2004",95.1977,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2005","2005",87.64956,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2007","2007",89.99449,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2008","2008",91.43541,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2009","2009",87.39412,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2013","2013",91.48484,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2014","2014",93.41642,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2015","2015",96.09893,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2016","2016",94.94828,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","1991","1991",88.23669,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","1994","1994",92.10172,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","1995","1995",93.28056,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","1998","1998",89.35449,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","1999","1999",90.37263,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","2000","2000",88.06928,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","2001","2001",88.62285,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","2002","2002",88.44351,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","2003","2003",88.73218,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","2004","2004",87.32931,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","2005","2005",85.94868,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","2015","2015",84.62333,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","1991","1991",92.53954,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","1992","1992",94.33494,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","1993","1993",95.06648,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","1994","1994",93.39877,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","1995","1995",92.94188,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","1996","1996",92.59645,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","1997","1997",92.63839,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","2005","2005",97.23079,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","2007","2007",97.89465,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","2008","2008",98.69962,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","2009","2009",98.76545,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","2013","2013",99.07778,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","2014","2014",94.18198,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","2015","2015",97.18956,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","2016","2016",98.01332,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1990","1990",94.85437,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1991","1991",97.92541,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1992","1992",97.66187,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1993","1993",96.41028,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1994","1994",96.23021,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1995","1995",94.8058,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1996","1996",95.75983,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1998","1998",98.47513,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1999","1999",99.63602,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","1990","1990",82.80944,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","1991","1991",83.56382,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","1992","1992",83.59118,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","1993","1993",82.55524,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","1994","1994",81.55472,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","1995","1995",89.10653,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","1996","1996",90.91923,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","1999","1999",95.9136,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2000","2000",95.55182,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2001","2001",95.13074,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2002","2002",94.99248,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2003","2003",94.71113,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2004","2004",94.45846,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2005","2005",93.49841,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2006","2006",93.08448,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2007","2007",93.06338,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2008","2008",93.7439,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2009","2009",93.88587,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2010","2010",93.8926,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2011","2011",93.81473,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2012","2012",93.58353,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2013","2013",93.84846,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2014","2014",93.90254,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2015","2015",93.46137,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2016","2016",93.85834,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1990","1990",99.0113,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1991","1991",99.56338,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1992","1992",99.47676,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1993","1993",99.79167,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1994","1994",99.42483,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1995","1995",99.11379,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1996","1996",97.91229,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1997","1997",96.27961,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1999","1999",95.17264,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","2000","2000",96.6708,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","2001","2001",98.07951,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","2005","2005",99.07254,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","2006","2006",97.53103,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","2007","2007",96.57912,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","2008","2008",96.9251,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","2009","2009",98.00954,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1990","1990",89.77113,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.45951,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1999","1999",86.76739,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2000","2000",86.16885,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2001","2001",83.81666,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2002","2002",85.08622,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2003","2003",84.97004,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2004","2004",85.86141,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2005","2005",85.95186,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2006","2006",84.79388,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2007","2007",86.12818,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2008","2008",86.0973,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2009","2009",84.20054,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2010","2010",83.46078,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2011","2011",84.92681,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2012","2012",86.44668,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2013","2013",88.44845,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2014","2014",93.09639,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2015","2015",97.66101,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2016","2016",98.35507,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2017","2017",98.83892,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBR","Liberia","1999","1999",40.83953,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBR","Liberia","2006","2006",35.26358,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBR","Liberia","2008","2008",41.39889,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBR","Liberia","2009","2009",38.41511,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBR","Liberia","2011","2011",39.60509,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBR","Liberia","2014","2014",36.83086,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBR","Liberia","2015","2015",36.35016,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1994","1994",46.86209,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1995","1995",53.18013,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1996","1996",56.45148,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1998","1998",59.86447,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1999","1999",59.25436,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2000","2000",59.42441,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2001","2001",62.76135,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2002","2002",61.87722,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2003","2003",64.83934,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2004","2004",71.72305,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2005","2005",70.19691,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2006","2006",72.71754,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2007","2007",73.43291,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2008","2008",70.1492,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2009","2009",69.54952,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2010","2010",69.86096,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2011","2011",69.92844,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2012","2012",68.73927,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2013","2013",72.07185,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2014","2014",73.82022,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2016","2016",70.8707,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2017","2017",75.7346,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1990","1990",90.57479,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1996","1996",92.60985,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1997","1997",92.01428,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1998","1998",90.93839,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2006","2006",88.99454,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2007","2007",90.11921,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2008","2008",90.83966,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2009","2009",91.74145,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2013","2013",62.41314,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2003","2003",97.32857,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2005","2005",97.83755,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2006","2006",97.92023,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2007","2007",95.88454,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2008","2008",95.68817,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2011","2011",91.9909,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2012","2012",96.93397,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2015","2015",93.78609,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2016","2016",92.48705,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2017","2017",95.45983,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","1990","1990",86.41017,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","1999","1999",93.45759,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2000","2000",95.07101,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2001","2001",96.4976,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2002","2002",98.86354,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2004","2004",98.48682,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2005","2005",98.16871,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2006","2006",98.75723,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2007","2007",98.5468,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2008","2008",97.70635,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2009","2009",94.72727,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2010","2010",96.34501,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2011","2011",94.87561,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2012","2012",94.26259,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2013","2013",93.32629,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2014","2014",90.65439,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2015","2015",87.48665,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNB","Guinea-Bissau","2000","2000",39.43485,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNB","Guinea-Bissau","2010","2010",69.26441,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","1990","1990",51.82703,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","1992","1992",65.24577,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","1993","1993",69.91327,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","1994","1994",70.06403,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","1995","1995",72.28454,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","1996","1996",74.06768,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","1997","1997",77.09378,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","2006","2006",92.44317,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","2008","2008",96.51784,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","2011","2011",99.86262,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DEU","Germany","2002","2002",98.74539,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DEU","Germany","2003","2003",98.35363,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","1990","1990",69.15211,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","1991","1991",71.49159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","1992","1992",75.41716,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","1993","1993",76.01282,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","1994","1994",76.81691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","1995","1995",75.14667,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","1999","1999",79.66685,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","2000","2000",82.72474,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","2001","2001",86.01676,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","2002","2002",92.05378,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","2006","2006",97.34548,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","2007","2007",97.19794,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","2010","2010",98.04685,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2007","2007",94.85391,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2008","2008",94.47397,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2009","2009",92.47172,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2010","2010",93.28799,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2011","2011",92.04159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2012","2012",91.47882,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2013","2013",90.71305,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2014","2014",90.86088,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2015","2015",91.66095,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2016","2016",93.03966,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2017","2017",94.90154,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2005","2005",97.7868,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2011","2011",93.25959,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2013","2013",93.08667,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2014","2014",86.58951,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2015","2015",94.1219,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2016","2016",94.44053,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2017","2017",93.88889,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1998","1998",94.13817,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1999","1999",94.1919,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2000","2000",94.82492,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2001","2001",94.9225,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2002","2002",95.21943,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2003","2003",95.62269,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2004","2004",95.38445,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2005","2005",95.50145,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2006","2006",95.57191,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2007","2007",95.3556,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2008","2008",94.14102,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2009","2009",94.27764,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2010","2010",92.01214,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2011","2011",89.61361,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2012","2012",88.08615,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2013","2013",87.72816,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2014","2014",87.60481,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2015","2015",88.48279,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2016","2016",89.83966,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2017","2017",91.88525,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","1992","1992",46.59158,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","1994","1994",67.64691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","1996","1996",85.32331,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","1997","1997",83.9743,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","1999","1999",85.16406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2000","2000",85.8791,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2001","2001",88.53546,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2002","2002",93.61333,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2004","2004",93.40408,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2005","2005",94.51085,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2007","2007",90.41955,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2008","2008",91.36308,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2010","2010",91.67592,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2011","2011",92.6908,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2012","2012",92.95432,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2013","2013",92.98091,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2014","2014",93.15429,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2015","2015",93.33932,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2016","2016",92.1989,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2017","2017",86.8487,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1997","1997",83.12098,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1998","1998",84.74607,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1999","1999",86.71524,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2000","2000",92.43148,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2003","2003",97.43034,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2006","2006",94.85522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2007","2007",95.91087,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2008","2008",94.60074,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2010","2010",93.64029,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2011","2011",97.5188,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2012","2012",97.40675,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2014","2014",95.06861,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2015","2015",95.28891,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2016","2016",92.78161,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2017","2017",90.56157,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","1998","1998",96.28414,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","1999","1999",97.28924,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2000","2000",98.39637,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2001","2001",97.81721,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2002","2002",97.57647,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2003","2003",98.54879,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2004","2004",98.3026,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2005","2005",99.64901,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2006","2006",99.63868,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2007","2007",99.62029,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2008","2008",99.48501,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2009","2009",99.35939,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2010","2010",98.2574,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2011","2011",98.41366,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2012","2012",96.74687,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2013","2013",93.90737,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2014","2014",94.18784,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2015","2015",96.53419,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2016","2016",96.0222,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1990","1990",91.12493,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1991","1991",90.82073,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1992","1992",88.84252,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1993","1993",87.13571,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1994","1994",86.50743,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1995","1995",86.69593,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1996","1996",86.42129,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1997","1997",87.09534,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1998","1998",90.29785,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1999","1999",91.26246,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2000","2000",92.11357,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2001","2001",91.28227,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2002","2002",92.76794,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2003","2003",93.78118,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2004","2004",95.319,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2005","2005",94.23745,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2006","2006",93.69975,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2007","2007",93.37568,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2010","2010",94.57582,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2011","2011",94.83655,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2012","2012",95.14748,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2013","2013",94.49763,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2014","2014",93.01678,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2015","2015",93.79471,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2016","2016",92.91797,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2005","2005",99.70359,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2006","2006",99.86248,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2007","2007",98.34468,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2008","2008",96.99485,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2009","2009",94.22315,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2010","2010",92.74722,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2011","2011",95.70457,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2012","2012",94.43076,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2013","2013",94.79516,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2014","2014",96.24177,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2015","2015",96.30226,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2016","2016",95.73023,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2017","2017",95.17741,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","1999","1999",97.20058,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2000","2000",98.34398,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2001","2001",94.87256,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2002","2002",96.01701,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2003","2003",95.10213,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2004","2004",96.26574,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2005","2005",99.04493,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2006","2006",99.45557,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2007","2007",99.54604,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2008","2008",99.46488,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2009","2009",94.12297,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2014","2014",99.10213,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1990","1990",74.34576,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1991","1991",74.50961,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1992","1992",75.23016,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1993","1993",73.79816,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1994","1994",74.20502,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1995","1995",75.10108,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1996","1996",72.73285,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2009","2009",74.2622,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2010","2010",79.46993,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2011","2011",80.42942,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2012","2012",79.41208,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2013","2013",76.15589,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2014","2014",77.00979,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2015","2015",76.1555,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2016","2016",75.74791,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1990","1990",45.09455,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1991","1991",43.4428,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1992","1992",41.74548,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1993","1993",40.69558,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1994","1994",41.8064,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1995","1995",44.06955,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1998","1998",48.55245,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1999","1999",52.03105,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2000","2000",55.57827,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2001","2001",59.83333,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2002","2002",55.37966,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2004","2004",68.05014,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2005","2005",73.03276,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2006","2006",76.82546,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2007","2007",81.79429,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2008","2008",85.24456,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2009","2009",86.43547,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2010","2010",87.90621,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2011","2011",85.81167,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2012","2012",86.13747,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2013","2013",87.23139,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2014","2014",88.13197,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2015","2015",89.5663,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2016","2016",88.60741,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2017","2017",87.53715,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","1998","1998",75.39615,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2000","2000",89.81894,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2001","2001",89.9266,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2002","2002",91.41139,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2003","2003",93.36789,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2005","2005",94.13592,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2006","2006",94.6346,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2007","2007",93.8782,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2008","2008",94.09804,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2009","2009",94.11822,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2010","2010",94.56368,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2011","2011",94.50975,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2012","2012",93.84218,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2013","2013",90.9705,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2014","2014",88.44286,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2015","2015",85.90132,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2016","2016",84.36554,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2017","2017",80.17003,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","1999","1999",69.7556,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","2003","2003",82.07151,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","2004","2004",84.5354,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","2005","2005",85.52812,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","2008","2008",82.60045,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","2010","2010",87.9773,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","2012","2012",90.97533,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","2013","2013",91.22164,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","2016","2016",88.23291,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","1999","1999",88.25625,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2000","2000",87.90658,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2001","2001",85.82714,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2002","2002",85.35295,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2003","2003",84.34234,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2004","2004",82.00868,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2005","2005",79.22872,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2006","2006",80.20576,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2007","2007",79.68877,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2008","2008",83.64317,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2009","2009",85.00772,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2010","2010",85.71316,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2011","2011",86.78905,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2012","2012",90.17295,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2013","2013",91.28724,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2014","2014",91.29816,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2015","2015",90.74607,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2016","2016",90.85076,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2017","2017",91.60137,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SMR","San Marino","2009","2009",92.97365,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SMR","San Marino","2012","2012",92.25806,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","1991","1991",97.92838,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","1992","1992",96.34972,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","1993","1993",97.97415,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","1994","1994",97.27382,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","1995","1995",97.21866,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","1996","1996",97.66343,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","1999","1999",98.94885,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2000","2000",99.02054,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2001","2001",99.03169,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2002","2002",98.75985,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2003","2003",97.74291,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2004","2004",96.32343,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2005","2005",95.94271,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2006","2006",96.15016,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2007","2007",97.18726,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2008","2008",97.7711,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2009","2009",97.64159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2010","2010",97.45188,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2011","2011",97.57639,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2012","2012",97.81842,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2013","2013",97.82739,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2014","2014",97.63669,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2015","2015",98.00995,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2016","2016",98.24648,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","1992","1992",96.11453,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","1993","1993",97.28665,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","1994","1994",96.90965,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","1995","1995",98.32665,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","1999","1999",96.55066,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2000","2000",93.82254,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2001","2001",90.55906,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2002","2002",91.28197,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2003","2003",90.23009,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2004","2004",89.62588,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2005","2005",87.23503,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2006","2006",87.83552,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2011","2011",89.33632,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2012","2012",90.53451,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2013","2013",91.68417,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2014","2014",93.74167,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2015","2015",96.02909,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2016","2016",95.58039,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2017","2017",97.56517,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",98.37877,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.76554,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",99.84652,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",99.97742,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",99.98323,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.81726,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.99557,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",98.11257,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",98.78356,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",98.60034,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",96.74103,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",98.61141,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",97.92422,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.16692,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.40543,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.60116,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.65789,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHN","China","1991","1991",99.00625,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHN","China","1992","1992",97.28421,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHN","China","1993","1993",95.70122,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHN","China","1994","1994",93.87198,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHN","China","1995","1995",91.92768,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHN","China","1996","1996",90.69933,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHN","China","1997","1997",90.03011,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","1991","1991",48.84124,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","1992","1992",46.91565,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","1993","1993",46.16728,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","1994","1994",47.65413,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","1995","1995",50.18978,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","1998","1998",54.86353,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","1999","1999",58.08953,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2000","2000",61.33718,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2001","2001",65.32422,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2002","2002",59.19312,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2004","2004",71.82507,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2005","2005",76.68372,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2006","2006",80.2212,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2007","2007",85.16922,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2008","2008",88.41698,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2009","2009",89.091,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2010","2010",90.55864,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2011","2011",88.08866,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2012","2012",88.36587,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2013","2013",89.47858,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2014","2014",90.23112,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2015","2015",91.85496,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2016","2016",90.24044,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2017","2017",88.83069,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2006","2006",99.83674,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2007","2007",98.39731,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2008","2008",97.12561,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2009","2009",94.75433,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2010","2010",92.99222,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2011","2011",95.59387,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2012","2012",94.34073,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2013","2013",94.57856,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2014","2014",96.07103,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2015","2015",96.31723,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2016","2016",95.70492,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2017","2017",95.14166,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZWE","Zimbabwe","1998","1998",84.99282,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZWE","Zimbabwe","1999","1999",86.09755,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2000","2000",86.51047,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2001","2001",88.835,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2002","2002",85.36605,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2003","2003",84.21998,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2012","2012",88.49318,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2013","2013",85.46284,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1990","1990",99.78042,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1991","1991",99.74355,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1992","1992",99.58179,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1993","1993",99.35114,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1994","1994",99.00285,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1995","1995",98.50498,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1996","1996",98.22801,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1997","1997",98.28506,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1998","1998",97.70112,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1999","1999",98.4814,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2000","2000",99.02969,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2001","2001",98.08735,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2002","2002",97.70156,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2003","2003",98.49617,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2004","2004",98.16428,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2005","2005",99.39399,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2006","2006",99.4147,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2007","2007",99.47725,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2008","2008",99.49995,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2009","2009",99.43317,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2010","2010",98.39882,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2011","2011",98.78101,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2012","2012",97.2042,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2013","2013",94.35572,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2014","2014",94.58835,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2015","2015",96.79793,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2016","2016",96.14202,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JOR","Jordan","1999","1999",87.61129,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JOR","Jordan","2000","2000",88.58709,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JOR","Jordan","2002","2002",91.07319,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JOR","Jordan","2003","2003",92.42062,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JOR","Jordan","2004","2004",92.35216,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","1992","1992",88.84671,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","1993","1993",89.7776,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","1999","1999",89.92365,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","2004","2004",94.34116,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","2005","2005",99.03416,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","2006","2006",97.70556,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","2008","2008",99.25735,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","2009","2009",98.63434,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","2016","2016",91.55844,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","1997","1997",74.53366,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","1999","1999",82.76601,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2000","2000",85.04124,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2001","2001",85.26023,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2002","2002",86.83285,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2004","2004",90.96941,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2005","2005",92.19665,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2006","2006",93.46148,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2007","2007",94.18157,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2008","2008",94.37359,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2009","2009",96.53721,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2010","2010",95.05575,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2011","2011",92.48375,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2012","2012",89.70728,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2013","2013",87.32897,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2014","2014",85.51699,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2015","2015",85.18706,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2016","2016",84.62022,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2017","2017",85.58027,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",91.52067,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",91.29531,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",90.23202,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",89.27205,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",88.73456,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",87.65259,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",87.66253,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",87.6979,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",86.83579,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",85.95623,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",85.01752,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",85.17813,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",85.37582,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",84.49361,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",88.62894,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",89.22935,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",91.71095,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2001","2001",98.21228,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2002","2002",97.20884,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2003","2003",96.80616,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2004","2004",94.42702,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2005","2005",93.88874,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2006","2006",93.08766,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2007","2007",91.8026,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2008","2008",90.20102,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2009","2009",89.15956,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2010","2010",87.8615,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2011","2011",87.21896,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2012","2012",87.84956,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2013","2013",87.21105,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2014","2014",87.55897,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2015","2015",87.4334,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2016","2016",87.0224,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2017","2017",87.02413,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","1999","1999",97.13656,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2000","2000",96.74894,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2001","2001",96.25154,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2002","2002",96.2528,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2003","2003",95.19081,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2004","2004",95.92661,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2005","2005",96.7155,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2006","2006",96.99142,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2007","2007",97.01571,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2008","2008",96.48635,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2010","2010",93.77859,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2011","2011",93.12443,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2012","2012",93.088,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2013","2013",93.10208,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2014","2014",93.14047,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2015","2015",94.78644,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2016","2016",95.6292,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RWA","Rwanda","1999","1999",80.93768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2002","2002",82.95135,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2003","2003",89.02323,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2016","2016",95.86197,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2017","2017",93.93462,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","1991","1991",98.42823,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","1994","1994",97.46589,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2005","2005",97.5014,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2006","2006",97.21299,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2009","2009",99.30243,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2010","2010",99.41744,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2011","2011",98.76593,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2012","2012",98.91737,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2013","2013",98.84159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2014","2014",97.80828,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2015","2015",96.81598,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2016","2016",96.0377,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AGO","Angola","1998","1998",45.04854,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AGO","Angola","2008","2008",74.89366,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AGO","Angola","2009","2009",74.14881,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AGO","Angola","2010","2010",75.28184,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AGO","Angola","2011","2011",77.45058,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","1995","1995",82.28936,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","1996","1996",83.24985,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","1997","1997",83.49405,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","2004","2004",84.45894,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","2005","2005",84.12002,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","2006","2006",87.37296,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","2007","2007",91.82994,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","2008","2008",94.62675,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","2009","2009",94.41814,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","2011","2011",96.19799,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","2012","2012",97.3125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1990","1990",78.82103,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1991","1991",79.15245,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1992","1992",77.36127,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1993","1993",97.62945,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1994","1994",96.91663,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1995","1995",96.213,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1996","1996",96.11728,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1997","1997",96.28477,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1999","1999",95.3991,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2000","2000",95.31862,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2001","2001",94.96985,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2002","2002",95.94279,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2003","2003",96.14328,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2004","2004",96.11749,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2005","2005",99.34591,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2006","2006",99.21867,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2007","2007",99.04305,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2008","2008",98.70243,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2009","2009",98.74389,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2010","2010",98.96982,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2011","2011",98.719,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2012","2012",97.9124,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2013","2013",97.29695,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2014","2014",96.91133,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2015","2015",97.36852,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","THA","Thailand","2006","2006",99.68717,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","THA","Thailand","2007","2007",99.23802,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","THA","Thailand","2008","2008",98.60382,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","THA","Thailand","2009","2009",98.23624,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1994","1994",92.28863,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1995","1995",92.65225,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1996","1996",93.69231,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1997","1997",96.07215,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1998","1998",94.99422,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1999","1999",94.75227,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2000","2000",95.5155,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2001","2001",96.95899,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2002","2002",97.58861,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2003","2003",97.19929,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2005","2005",97.4026,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2006","2006",96.86723,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2007","2007",96.98816,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2008","2008",97.2402,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2009","2009",95.27103,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2010","2010",95.51648,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2011","2011",95.24609,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2012","2012",95.04889,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2013","2013",92.30751,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2014","2014",91.27308,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2015","2015",91.90784,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2016","2016",91.34875,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","1998","1998",98.05795,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","1999","1999",97.23711,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2000","2000",98.58443,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2001","2001",98.82957,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2002","2002",98.40741,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2003","2003",98.52051,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2004","2004",96.40612,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2005","2005",98.91718,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2015","2015",85.81599,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","1991","1991",85.73672,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","1993","1993",87.04373,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2000","2000",84.97201,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2003","2003",86.02686,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2004","2004",86.48526,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2005","2005",84.92236,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2006","2006",90.06328,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2007","2007",85.16918,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2008","2008",88.7086,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2009","2009",87.59976,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2010","2010",87.61282,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2011","2011",88.70053,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2012","2012",85.29787,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2013","2013",81.68737,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2014","2014",81.77338,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2015","2015",80.19959,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2016","2016",81.98319,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2017","2017",82.64339,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","1990","1990",97.31311,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2000","2000",89.25539,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2001","2001",90.19833,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2002","2002",97.46508,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2003","2003",95.93322,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2004","2004",94.14079,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2005","2005",91.7001,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2006","2006",94.15938,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2007","2007",93.4385,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","1993","1993",98.78996,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","1994","1994",98.57107,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","1995","1995",98.27037,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","1996","1996",98.07904,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","1997","1997",98.64283,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","1998","1998",99.53609,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2001","2001",99.59193,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2002","2002",99.28354,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2003","2003",98.62232,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2004","2004",97.717,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2005","2005",97.1561,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2006","2006",96.49623,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2007","2007",97.11828,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2008","2008",97.74798,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2009","2009",97.87344,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2010","2010",98.20187,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2011","2011",98.52589,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2012","2012",99.08058,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2013","2013",99.02324,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2014","2014",99.21057,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2015","2015",99.074,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2016","2016",98.97445,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","1999","1999",62.03616,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2000","2000",65.05432,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2004","2004",66.36904,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2005","2005",66.82319,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2006","2006",67.31323,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2007","2007",70.27987,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2008","2008",63.37132,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2009","2009",64.31045,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2010","2010",64.10465,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",84.053,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",86.23366,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",88.72191,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",91.63143,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",90.29215,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",90.4672,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",89.75402,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",89.72946,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",90.85995,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",88.92464,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",90.78138,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",91.21118,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",91.54476,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",90.40004,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",89.78499,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",90.28235,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",89.20863,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",86.44847,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",83.68373,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","1990","1990",98.34533,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","1991","1991",98.62825,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","1993","1993",96.76664,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","1994","1994",95.74716,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","1995","1995",96.9449,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","1996","1996",95.70512,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","1999","1999",94.86393,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2000","2000",94.97101,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2001","2001",94.59441,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2002","2002",93.76761,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2003","2003",94.71325,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2004","2004",93.96537,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2005","2005",94.24859,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2006","2006",94.54147,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2007","2007",95.53825,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2008","2008",95.73653,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2009","2009",93.90673,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2010","2010",93.23588,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2011","2011",91.84373,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2012","2012",92.94052,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2013","2013",92.87408,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2014","2014",92.897,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2015","2015",93.49589,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2016","2016",95.28074,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2000","2000",94.88975,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2001","2001",94.21332,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2002","2002",96.52025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2003","2003",96.92337,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2004","2004",96.90992,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2005","2005",97.05474,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2006","2006",96.61934,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2007","2007",95.1789,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2008","2008",97.53257,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2009","2009",97.4627,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2010","2010",97.88764,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2011","2011",97.43409,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2012","2012",97.58263,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2013","2013",97.54193,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2014","2014",95.31766,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2015","2015",94.35111,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2016","2016",94.34999,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2017","2017",97.73009,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","1999","1999",57.47285,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","2000","2000",64.61931,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","2003","2003",74.62455,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","2004","2004",75.49065,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","2011","2011",97.59315,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","2014","2014",93.48078,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","2015","2015",95.7214,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","2016","2016",96.2106,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","2017","2017",93.25348,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DMA","Dominica","2004","2004",93.35995,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DMA","Dominica","2005","2005",91.91002,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DMA","Dominica","2006","2006",89.42049,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DMA","Dominica","2007","2007",89.10196,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DMA","Dominica","2008","2008",89.43249,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DMA","Dominica","2009","2009",93.50449,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DMA","Dominica","2016","2016",95.92972,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","1995","1995",80.25475,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","1996","1996",84.03193,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","1997","1997",83.93936,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","1998","1998",85.72697,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","1999","1999",87.5548,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2000","2000",89.44223,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2001","2001",90.48756,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2002","2002",89.10693,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2003","2003",82.30017,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2004","2004",87.98651,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2005","2005",87.79203,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2006","2006",91.75652,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2007","2007",89.50781,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2008","2008",88.8622,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2009","2009",95.87993,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2010","2010",97.95327,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2011","2011",98.45815,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2012","2012",97.95055,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2013","2013",95.69981,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2014","2014",95.89662,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2015","2015",97.62824,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2016","2016",98.62213,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2017","2017",98.632,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1996","1996",61.29394,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1997","1997",62.53395,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1999","1999",63.59802,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2000","2000",63.04869,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2001","2001",67.04879,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2002","2002",67.90418,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2003","2003",61.60898,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2009","2009",61.06568,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2013","2013",70.5487,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2014","2014",78.08582,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2015","2015",82.42381,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2016","2016",88.12782,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2017","2017",89.76893,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COG","Congo","2005","2005",51.33325,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COG","Congo","2006","2006",54.62999,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COG","Congo","2010","2010",84.46898,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COG","Congo","2012","2012",85.84186,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1990","1990",69.47096,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1991","1991",69.83848,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1992","1992",70.93514,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1993","1993",73.29645,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1994","1994",73.88656,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1995","1995",75.49186,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1996","1996",78.67639,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1997","1997",78.73949,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1998","1998",78.99567,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1999","1999",80.82579,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2000","2000",81.93906,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2001","2001",82.64395,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2002","2002",83.48495,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2003","2003",82.40191,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2009","2009",94.8522,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2011","2011",94.74416,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2012","2012",96.13329,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2013","2013",94.28707,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2014","2014",94.00017,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2015","2015",94.14008,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2016","2016",95.02602,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2017","2017",94.04283,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1991","1991",96.17142,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1992","1992",96.14938,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1993","1993",91.32005,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1994","1994",83.26495,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1995","1995",84.66302,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1996","1996",93.50836,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1997","1997",90.12694,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1998","1998",88.72601,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1999","1999",92.1411,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2000","2000",88.23962,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2001","2001",85.38303,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2002","2002",84.82565,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2003","2003",83.28454,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2004","2004",84.21228,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2005","2005",83.86862,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2006","2006",83.15377,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2007","2007",83.3748,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2008","2008",83.88997,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2009","2009",85.17391,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2010","2010",84.44645,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2011","2011",86.61261,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2012","2012",89.10507,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2013","2013",93.50729,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2014","2014",94.6666,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2015","2015",94.14265,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2016","2016",94.92858,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2017","2017",93.7475,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","1993","1993",94.16968,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","1995","1995",88.95977,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","1998","1998",97.93371,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2004","2004",95.95529,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2005","2005",95.44556,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2006","2006",95.39154,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2007","2007",95.1703,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2008","2008",94.99555,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2009","2009",95.33821,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2010","2010",95.35311,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2011","2011",95.45742,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2012","2012",91.05928,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2013","2013",93.08702,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2014","2014",92.54791,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2015","2015",93.80794,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2016","2016",94.85149,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2017","2017",95.05349,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2018","2018",96.18673,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","1998","1998",94.92542,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","1999","1999",94.81237,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2000","2000",95.27696,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2001","2001",95.20589,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2002","2002",95.48957,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2003","2003",95.67281,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2004","2004",95.28916,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2005","2005",95.46838,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2006","2006",95.56054,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2007","2007",95.36087,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2008","2008",94.28462,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2009","2009",94.65411,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2010","2010",92.36218,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2011","2011",89.96706,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2012","2012",88.50345,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2013","2013",88.44894,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2014","2014",88.41375,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2015","2015",89.26115,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2016","2016",90.4307,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2017","2017",92.43172,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2005","2005",83.50676,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2006","2006",85.78618,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2007","2007",83.72124,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2008","2008",90.71965,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2009","2009",95.02783,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2010","2010",92.18877,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2011","2011",91.15553,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2012","2012",91.9697,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2013","2013",91.89086,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2014","2014",92.47252,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2015","2015",93.68498,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2016","2016",95.0406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2017","2017",92.08344,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","1990","1990",95.62017,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","1991","1991",96.17548,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","1992","1992",96.37626,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","1993","1993",96.80467,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","1994","1994",95.65294,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","1995","1995",96.64849,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","1996","1996",98.36965,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","1997","1997",99.16958,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","2011","2011",98.21083,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","2012","2012",98.0057,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","2013","2013",99.39481,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","2014","2014",98.78808,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","2015","2015",98.4465,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","2016","2016",97.5698,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","1993","1993",73.78006,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","1994","1994",81.97878,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","1995","1995",87.78063,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","1996","1996",90.34617,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","1997","1997",91.23833,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","1998","1998",91.14907,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","1999","1999",88.75918,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2000","2000",88.39742,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2001","2001",91.79606,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2002","2002",90.6538,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2003","2003",93.44534,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2004","2004",95.33769,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2005","2005",93.66534,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2006","2006",92.4128,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2007","2007",92.15749,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2008","2008",87.99882,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2009","2009",88.65402,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2010","2010",88.56204,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2011","2011",88.13152,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2012","2012",86.83725,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2015","2015",87.23731,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2016","2016",86.36917,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","1999","1999",61.75682,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2000","2000",64.01552,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2001","2001",65.33006,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2002","2002",60.46621,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2003","2003",72.00745,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2004","2004",70.30313,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2005","2005",70.77364,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2006","2006",69.59267,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2007","2007",80.24647,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2008","2008",75.93701,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2009","2009",77.20256,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2012","2012",80.0983,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1990","1990",95.82034,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1991","1991",95.1169,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1992","1992",94.15866,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1993","1993",93.53313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1994","1994",98.9616,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1995","1995",99.2071,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1996","1996",99.38737,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1997","1997",99.66541,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1999","1999",99.35646,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2000","2000",99.39074,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2001","2001",99.34888,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2002","2002",99.2999,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2003","2003",98.80214,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2004","2004",98.21145,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2005","2005",98.11317,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2006","2006",98.50395,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2007","2007",99.32464,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2008","2008",99.59123,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2009","2009",99.79756,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2010","2010",99.51339,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2011","2011",99.22106,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2012","2012",98.49054,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2015","2015",96.42201,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2016","2016",97.32553,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","1991","1991",21.36674,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","1992","1992",21.8341,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","1993","1993",22.70059,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","1994","1994",23.67345,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","1995","1995",24.94242,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","1998","1998",28.29705,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","1999","1999",29.01118,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2000","2000",29.99879,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2001","2001",31.10795,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2002","2002",31.05662,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2003","2003",32.99755,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2004","2004",35.84748,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2005","2005",40.46028,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2006","2006",43.7204,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2007","2007",49.09273,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2008","2008",55.53211,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2009","2009",58.93276,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2010","2010",57.39892,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2011","2011",62.77919,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2012","2012",63.99954,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2013","2013",65.3145,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2014","2014",66.49134,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2015","2015",68.14274,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2016","2016",74.06397,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2017","2017",75.44775,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1990","1990",97.21957,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1991","1991",96.64149,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1992","1992",96.41289,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1993","1993",96.02541,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1994","1994",95.71637,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1995","1995",94.30381,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1996","1996",94.61706,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1997","1997",94.07018,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1998","1998",93.56365,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1999","1999",92.98936,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2000","2000",92.7469,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2001","2001",92.43242,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2002","2002",92.48251,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2003","2003",93.20555,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2004","2004",93.69576,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2005","2005",94.28899,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2006","2006",94.60958,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2007","2007",95.54206,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2008","2008",95.72589,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2009","2009",96.05568,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2010","2010",96.50895,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2011","2011",97.26992,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2012","2012",97.2192,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2013","2013",97.09076,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2014","2014",96.70155,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2015","2015",96.60127,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2016","2016",96.29268,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2017","2017",96.34716,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","1990","1990",86.83554,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","1991","1991",86.64003,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","1992","1992",86.0317,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","1993","1993",85.80588,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","1994","1994",85.88601,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","1995","1995",86.13397,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","1996","1996",86.8246,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","1998","1998",94.49083,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","2001","2001",94.98547,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","2010","2010",95.40645,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","2011","2011",97.7316,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","2012","2012",95.55827,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","2013","2013",95.57179,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","2014","2014",95.7135,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","2016","2016",96.24399,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","1999","1999",83.24604,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2000","2000",84.44006,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2002","2002",92.99806,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2003","2003",92.39014,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2004","2004",82.30518,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2005","2005",83.77277,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2006","2006",80.77297,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2007","2007",87.53664,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2008","2008",83.8765,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2009","2009",94.47577,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2010","2010",95.0547,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2011","2011",93.6626,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2012","2012",92.65378,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2013","2013",92.12317,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2014","2014",90.3893,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2015","2015",94.43418,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2016","2016",93.6624,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2017","2017",93.03338,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NRU","Nauru","2012","2012",76.72035,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NRU","Nauru","2014","2014",87.06434,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NRU","Nauru","2016","2016",84.19183,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UGA","Uganda","2009","2009",92.04246,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UGA","Uganda","2010","2010",88.87553,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UGA","Uganda","2011","2011",91.60197,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UGA","Uganda","2013","2013",92.25881,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","1999","1999",82.37551,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2002","2002",97.29093,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2003","2003",98.987,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2005","2005",96.91027,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2007","2007",88.90899,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2008","2008",89.89109,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2009","2009",89.62565,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2010","2010",90.40055,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2013","2013",90.63894,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2014","2014",91.29632,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2015","2015",91.86652,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2017","2017",96.43089,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","1999","1999",92.77172,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2008","2008",95.91929,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2009","2009",96.83931,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2010","2010",97.3804,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2011","2011",97.45443,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2012","2012",96.73979,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2013","2013",96.51725,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2014","2014",96.29491,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2015","2015",96.35845,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2016","2016",96.49604,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2017","2017",96.82776,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1990","1990",51.7849,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1991","1991",51.01092,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1992","1992",50.99429,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1993","1993",50.42013,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1994","1994",49.43914,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1995","1995",49.27218,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1996","1996",49.36093,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1997","1997",49.8208,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1998","1998",49.35317,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1999","1999",49.78654,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2000","2000",53.14384,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2001","2001",56.89249,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2002","2002",70.65642,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2003","2003",78.32545,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2004","2004",82.52808,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2005","2005",86.70477,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2006","2006",92.35515,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2008","2008",93.79707,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2010","2010",87.61756,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2012","2012",83.15736,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2013","2013",80.02595,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2014","2014",80.22821,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2016","2016",80.864,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2017","2017",80.89265,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","1990","1990",39.50607,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","1992","1992",49.21298,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","1993","1993",53.21355,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","1994","1994",54.48041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","1995","1995",56.8919,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","1996","1996",59.11845,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","1997","1997",62.47886,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2003","2003",83.4165,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2004","2004",86.69745,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2005","2005",81.92453,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2006","2006",84.66898,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2008","2008",90.1357,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2009","2009",94.2321,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2010","2010",94.92278,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2011","2011",94.8091,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2012","2012",95.50615,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2014","2014",96.36037,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2017","2017",97.03366,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","1997","1997",85.32345,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2003","2003",97.54214,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2004","2004",96.07823,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2005","2005",92.66895,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2006","2006",90.94038,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2007","2007",92.0686,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2008","2008",92.76583,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2009","2009",94.42573,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2010","2010",95.23133,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2011","2011",94.90379,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2012","2012",91.23268,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2013","2013",89.97266,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2014","2014",85.06717,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2015","2015",84.81478,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2016","2016",85.05043,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2017","2017",89.09886,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","1991","1991",86.25241,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","1993","1993",87.56192,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2000","2000",85.54644,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2003","2003",86.78496,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2004","2004",87.26235,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2005","2005",85.85984,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2006","2006",90.93257,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2007","2007",85.89473,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2008","2008",89.57927,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2009","2009",88.40517,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2010","2010",88.49373,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2011","2011",89.23385,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2012","2012",85.83288,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2013","2013",82.15656,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2014","2014",81.93357,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2015","2015",80.85883,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2016","2016",82.67694,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2017","2017",83.32061,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1990","1990",98.95818,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1991","1991",99.66216,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1992","1992",99.34952,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1993","1993",99.9868,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1994","1994",99.9829,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1995","1995",99.95608,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1996","1996",99.94393,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1997","1997",99.93536,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1999","1999",99.85682,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2000","2000",99.81312,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2001","2001",99.76263,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2002","2002",99.81836,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2003","2003",99.85695,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2004","2004",99.73357,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2005","2005",99.58355,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2006","2006",99.72238,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2007","2007",99.84165,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2008","2008",99.77845,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2009","2009",99.64922,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2010","2010",99.56948,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2011","2011",99.62267,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2012","2012",99.63735,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2013","2013",99.07111,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2014","2014",98.47371,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2015","2015",98.85776,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2016","2016",98.46452,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","1990","1990",45.42604,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","1991","1991",42.51722,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","2005","2005",40.11428,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","2006","2006",40.25001,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","2007","2007",46.89157,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","2008","2008",55.19054,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","2009","2009",55.31142,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","2010","2010",57.65768,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","2011","2011",56.48043,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","2012","2012",59.9346,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","1998","1998",83.75132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","1999","1999",85.56072,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2000","2000",87.18242,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2001","2001",89.26505,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2002","2002",91.1512,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2005","2005",90.17738,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2006","2006",89.79772,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2007","2007",89.52863,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2008","2008",88.07556,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2009","2009",85.82123,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2010","2010",85.64412,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2011","2011",87.37991,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2012","2012",88.81549,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2013","2013",88.59294,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2014","2014",88.29945,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2015","2015",88.52251,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2016","2016",87.45125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1996","1996",93.94392,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1997","1997",95.01155,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1998","1998",95.14476,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1999","1999",95.6013,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2000","2000",95.27589,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2001","2001",95.54123,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2002","2002",93.96385,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2003","2003",94.29544,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2004","2004",95.44085,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2005","2005",94.13449,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2006","2006",95.11614,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2007","2007",97.78584,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2008","2008",98.04967,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2009","2009",97.75161,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2010","2010",97.96737,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2011","2011",97.98919,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2012","2012",96.30025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2013","2013",94.93746,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2014","2014",94.41505,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2015","2015",93.16265,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2016","2016",91.20163,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","1999","1999",97.28765,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2000","2000",97.56264,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2001","2001",98.32343,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2002","2002",98.00696,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2003","2003",98.11374,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2004","2004",97.85743,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2005","2005",97.81466,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2006","2006",97.47982,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2007","2007",97.70108,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2008","2008",97.62314,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2009","2009",97.23898,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2010","2010",97.60687,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2011","2011",97.22163,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2012","2012",97.82936,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2013","2013",97.36617,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2014","2014",97.20484,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2015","2015",97.76381,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2016","2016",97.48191,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2017","2017",97.70181,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",92.89481,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",92.73808,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",91.14312,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",89.9171,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",89.07616,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",88.38498,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",88.60104,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",88.76035,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",87.81232,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",86.96932,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",85.54448,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",85.94528,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",85.98328,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",85.06371,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",89.07043,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",89.68874,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",91.87336,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SDN","Sudan","2011","2011",58.98085,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SDN","Sudan","2012","2012",55.4085,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SDN","Sudan","2013","2013",56.34353,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SDN","Sudan","2014","2014",56.63365,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SDN","Sudan","2015","2015",57.32383,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SDN","Sudan","2016","2016",59.56956,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SDN","Sudan","2017","2017",60.43303,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","1993","1993",93.73175,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","1995","1995",88.54278,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","1996","1996",88.04224,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","1997","1997",87.50879,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","1998","1998",97.7375,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","1999","1999",97.69092,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2000","2000",97.57472,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2001","2001",97.83478,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2002","2002",97.69191,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2003","2003",99.53674,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2004","2004",96.58733,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2005","2005",96.27116,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2006","2006",96.20183,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2007","2007",95.99829,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2008","2008",95.92108,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2009","2009",96.14603,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2010","2010",96.17117,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2011","2011",95.92361,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2012","2012",90.99061,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2013","2013",93.15801,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2014","2014",92.81024,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2015","2015",94.08167,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2016","2016",95.15321,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2017","2017",95.35011,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2018","2018",96.55621,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","1997","1997",54.48763,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","1998","1998",60.0279,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","1999","1999",61.11761,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","2000","2000",61.98299,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","2001","2001",62.63854,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","2002","2002",66.50035,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","2003","2003",67.63633,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","2011","2011",69.98635,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","2013","2013",89.10912,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","2015","2015",89.61383,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","2016","2016",82.90553,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","1990","1990",99.54328,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","1991","1991",99.8375,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2000","2000",99.10266,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2002","2002",99.30805,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2003","2003",98.77722,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2004","2004",96.60185,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2005","2005",95.20616,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2006","2006",94.94789,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2007","2007",96.09027,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2008","2008",98.11687,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2009","2009",99.03,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2010","2010",99.05308,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2011","2011",99.24079,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2012","2012",99.50038,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2013","2013",99.41975,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2014","2014",99.52301,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2015","2015",99.36258,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2016","2016",99.16844,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","1995","1995",87.95851,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","1996","1996",91.28062,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","1999","1999",94.9087,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2000","2000",95.24641,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2001","2001",95.42856,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2003","2003",94.37054,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2004","2004",93.70524,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2005","2005",93.9982,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2006","2006",93.50351,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2007","2007",94.8157,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2008","2008",94.68705,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2009","2009",94.58943,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2010","2010",97.59537,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2011","2011",97.58054,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2012","2012",97.61709,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2013","2013",96.45245,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2014","2014",93.67104,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2015","2015",92.73417,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2016","2016",92.93595,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","1990","1990",97.7578,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","1991","1991",96.79297,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","1992","1992",96.11178,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","1993","1993",94.80381,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","1994","1994",95.52808,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","1995","1995",95.49756,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","1996","1996",93.78163,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","1997","1997",93.75266,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2001","2001",92.59984,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2002","2002",91.74453,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2003","2003",91.39009,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2004","2004",90.48389,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2005","2005",90.19171,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2006","2006",93.04569,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2007","2007",95.4387,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2008","2008",94.08098,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2009","2009",95.12414,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2010","2010",94.49115,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2011","2011",92.40679,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2012","2012",92.26794,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2013","2013",89.46368,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2014","2014",89.424,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2016","2016",93.46005,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2017","2017",94.55579,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","1990","1990",52.65939,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","1991","1991",55.47216,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","1994","1994",52.38403,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","1995","1995",60.42983,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","1996","1996",66.58821,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","1997","1997",64.91184,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2001","2001",77.41134,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2003","2003",79.07181,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2004","2004",81.88425,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2005","2005",81.77993,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2007","2007",82.51087,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2008","2008",83.88522,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2014","2014",86.52687,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2016","2016",86.03788,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2017","2017",87.11911,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1990","1990",95.56185,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1991","1991",96.16817,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1992","1992",92.80313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1993","1993",89.32138,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1994","1994",87.3584,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1995","1995",87.85948,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1996","1996",85.09288,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1997","1997",81.59346,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1998","1998",78.68793,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2007","2007",86.62153,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2012","2012",87.84117,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2013","2013",87.02749,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2014","2014",89.85699,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2015","2015",93.38943,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2016","2016",94.5949,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","1995","1995",89.37898,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2009","2009",91.81651,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2010","2010",91.14108,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2011","2011",90.75203,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2012","2012",93.95279,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2013","2013",92.06749,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2014","2014",92.95046,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2015","2015",93.5195,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2016","2016",96.03093,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2017","2017",95.88011,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","1990","1990",97.84123,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","1991","1991",98.31617,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","1992","1992",97.33748,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","1993","1993",96.83258,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","1994","1994",98.57861,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","1995","1995",98.44747,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","1996","1996",98.0899,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","1999","1999",98.29073,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2000","2000",97.83687,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2004","2004",98.1757,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2005","2005",96.20132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2006","2006",96.63566,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2007","2007",97.2263,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2008","2008",97.034,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2009","2009",97.04203,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2010","2010",96.85112,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2011","2011",97.96883,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2012","2012",98.35611,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2013","2013",98.60285,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2014","2014",98.28652,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2015","2015",98.50511,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2016","2016",98.90943,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1990","1990",93.94593,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1991","1991",94.94951,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1992","1992",95.33662,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1993","1993",96.17458,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1994","1994",96.18888,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1995","1995",96.42446,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1996","1996",95.46047,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1997","1997",94.33755,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1999","1999",93.73163,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2000","2000",95.43821,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2001","2001",97.28584,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2002","2002",98.53358,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2003","2003",98.58553,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2004","2004",98.69988,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2005","2005",98.87224,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2006","2006",97.40633,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2007","2007",96.23335,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2008","2008",96.41815,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2009","2009",97.60207,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2010","2010",98.94783,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2011","2011",99.63407,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2012","2012",98.81704,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2013","2013",98.56731,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COG","Congo","2005","2005",46.81373,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COG","Congo","2006","2006",57.44541,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COG","Congo","2010","2010",86.1049,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COG","Congo","2012","2012",82.31735,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","1993","1993",54.34859,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2000","2000",46.25945,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2001","2001",56.27409,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2002","2002",56.00165,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2003","2003",59.21577,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2004","2004",59.19896,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2005","2005",62.15291,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2006","2006",77.65236,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2007","2007",84.60173,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2008","2008",94.82671,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2009","2009",91.8712,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2010","2010",96.94957,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2017","2017",95.80589,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","1991","1991",98.81623,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","1992","1992",97.34669,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","1994","1994",97.17952,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","1995","1995",98.63502,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","1996","1996",98.88263,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","2013","2013",98.05683,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","2014","2014",97.61609,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","2015","2015",97.96567,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","2016","2016",98.85896,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","2017","2017",99.38174,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","1991","1991",96.25484,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","1997","1997",100,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","1998","1998",99.51951,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","1999","1999",99.2889,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2000","2000",99.11938,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2003","2003",98.99138,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2004","2004",98.63878,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2005","2005",98.81156,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2006","2006",98.8042,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2007","2007",99.06331,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2008","2008",99.04946,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2009","2009",99.02026,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2010","2010",98.6673,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2011","2011",98.84488,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2012","2012",98.97062,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2013","2013",99.02362,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2014","2014",99.34671,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2015","2015",99.39359,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2016","2016",98.99401,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1991","1991",99.7586,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1992","1992",99.91029,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1993","1993",98.86724,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1994","1994",99.01111,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1995","1995",98.30203,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1996","1996",98.28682,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1997","1997",99.13285,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2014","2014",96.44638,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2015","2015",95.20049,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2016","2016",97.3713,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2017","2017",95.14313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1991","1991",47.71637,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1992","1992",48.07795,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1996","1996",53.57624,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1997","1997",54.71443,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1999","1999",55.92592,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2000","2000",55.10158,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2001","2001",59.05266,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2002","2002",59.15573,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2003","2003",55.77923,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2009","2009",56.08113,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2013","2013",67.98126,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2014","2014",73.44168,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2015","2015",77.70366,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2016","2016",83.88588,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2017","2017",85.95877,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1990","1990",87.81827,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1991","1991",87.40557,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1992","1992",86.65049,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1993","1993",86.3991,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1994","1994",86.51321,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1995","1995",86.79376,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1996","1996",87.53128,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1998","1998",94.31424,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1999","1999",94.63387,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2000","2000",94.79352,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2001","2001",94.63713,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2002","2002",94.80837,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2003","2003",94.8888,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2004","2004",94.91075,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2005","2005",94.81635,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2006","2006",95.19238,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2007","2007",95.33288,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2008","2008",95.40736,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2009","2009",95.46813,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2010","2010",95.20748,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2011","2011",97.52724,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2012","2012",95.33033,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2013","2013",95.2089,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2014","2014",95.35688,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2015","2015",95.75035,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2016","2016",95.87164,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","1997","1997",93.22034,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","1999","1999",95.31647,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2000","2000",97.06958,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2001","2001",97.25972,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2002","2002",97.67101,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2005","2005",97.34994,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2006","2006",96.93759,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2007","2007",96.92142,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2008","2008",95.37187,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2009","2009",94.74691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2015","2015",96.1362,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2016","2016",98.87204,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2017","2017",99.49032,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NRU","Nauru","2012","2012",75.48006,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NRU","Nauru","2014","2014",89.18558,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NRU","Nauru","2016","2016",83.0874,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","1991","1991",92.4963,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","1992","1992",90.46539,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","1993","1993",88.64869,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","1995","1995",90.62853,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","1996","1996",89.03723,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","2003","2003",89.50074,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","2008","2008",93.22857,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","2009","2009",88.73865,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","2010","2010",91.84322,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","2011","2011",93.11006,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","2012","2012",90.55692,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","1990","1990",96.65634,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","1992","1992",89.23549,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","1999","1999",96.85646,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2000","2000",95.50225,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2001","2001",94.48407,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2002","2002",91.7524,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2003","2003",91.28961,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2004","2004",89.7968,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2005","2005",90.2112,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2006","2006",91.86377,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2007","2007",95.63888,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2008","2008",97.05084,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2009","2009",94.61246,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2010","2010",95.83785,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2011","2011",94.03039,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2014","2014",91.97379,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2015","2015",91.76879,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2016","2016",92.02679,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2017","2017",89.21215,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1990","1990",97.79685,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1991","1991",93.33278,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1993","1993",93.37677,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1994","1994",94.10458,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1995","1995",95.03595,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1996","1996",97.05766,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1997","1997",97.95839,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1998","1998",95.93269,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1999","1999",92.98334,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2000","2000",93.36483,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2001","2001",93.23002,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2002","2002",94.97783,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2003","2003",94.53465,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2004","2004",95.10045,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2005","2005",96.5796,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2006","2006",96.70893,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2007","2007",97.146,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2008","2008",97.09074,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2009","2009",97.32628,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2010","2010",97.56976,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2011","2011",97.6351,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2012","2012",94.65525,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2013","2013",97.22243,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2014","2014",97.32443,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2015","2015",97.17083,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2016","2016",96.0591,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2017","2017",96.85442,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1990","1990",85.39041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1991","1991",87.11221,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1992","1992",88.19909,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1993","1993",87.71003,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1994","1994",87.65254,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1995","1995",87.88283,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1996","1996",87.4386,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1997","1997",86.91522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1999","1999",88.30293,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2000","2000",89.17991,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2001","2001",91.15173,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2002","2002",92.17382,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2003","2003",92.47238,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2004","2004",92.9563,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2005","2005",93.17479,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2006","2006",93.23413,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2007","2007",95.2376,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2008","2008",96.31559,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2009","2009",97.41131,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2010","2010",97.20088,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2011","2011",97.55868,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2012","2012",97.27711,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2015","2015",97.50817,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2016","2016",97.55012,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2017","2017",97.54668,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","1990","1990",38.22112,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","1992","1992",38.1548,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","1996","1996",43.78023,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","1997","1997",48.25274,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","1998","1998",51.39179,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","1999","1999",50.15386,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2000","2000",54.08026,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2003","2003",61.71195,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2004","2004",61.71362,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2005","2005",63.2201,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2006","2006",66.01442,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2007","2007",69.10057,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2008","2008",70.65706,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2009","2009",71.42873,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2010","2010",72.80478,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2011","2011",73.61057,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2012","2012",76.06376,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2013","2013",74.93283,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2014","2014",75.60757,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2015","2015",76.0153,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2016","2016",75.99154,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2017","2017",78.25432,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1990","1990",27.19719,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1991","1991",27.2619,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1992","1992",28.46114,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1993","1993",26.21071,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1994","1994",27.08583,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1995","1995",28.14266,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1996","1996",28.11271,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1997","1997",27.03737,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1999","1999",26.72907,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2000","2000",26.89124,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2001","2001",29.47871,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2002","2002",31.03266,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2004","2004",34.69409,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2005","2005",36.15025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2006","2006",39.33961,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2007","2007",41.52777,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2008","2008",46.5594,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2009","2009",45.68522,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2011","2011",53.64887,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2013","2013",54.13158,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2014","2014",56.30359,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2015","2015",55.59274,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2016","2016",52.42191,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2017","2017",55.05352,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2018","2018",57.25676,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","1990","1990",27.08335,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","1992","1992",32.99804,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","1993","1993",36.29644,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","1994","1994",38.66781,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","1995","1995",41.25013,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","1996","1996",43.90907,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","1997","1997",47.59339,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","2006","2006",78.42552,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","2008","2008",83.58132,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","2011","2011",89.61656,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","1998","1998",92.93866,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","1999","1999",87.86373,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2000","2000",92.98831,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2005","2005",95.39077,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2007","2007",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2010","2010",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2011","2011",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2012","2012",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2013","2013",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2014","2014",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2015","2015",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2016","2016",100,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","1992","1992",88.23497,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","1993","1993",88.00443,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","1999","1999",92.00705,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","2004","2004",93.72935,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","2005","2005",97.54748,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","2006","2006",95.90567,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","2008","2008",97.6097,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","2009","2009",93.52026,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","2016","2016",85.16784,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","1999","1999",99.81857,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2000","2000",99.99891,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2001","2001",99.94063,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2002","2002",99.77087,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2003","2003",99.55967,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2004","2004",99.88772,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2005","2005",99.8655,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2006","2006",99.7729,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2007","2007",99.92959,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2008","2008",99.73988,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2009","2009",99.67338,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2010","2010",99.68213,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2011","2011",99.67129,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2012","2012",99.56797,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2013","2013",99.81482,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2014","2014",99.83069,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2015","2015",99.81046,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2016","2016",99.78186,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1991","1991",54.07278,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1992","1992",53.13017,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1993","1993",52.46327,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1994","1994",52.62361,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1995","1995",55.92757,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1999","1999",35.89348,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","1999","1999",99.9827,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2002","2002",95.8447,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2003","2003",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2004","2004",98.6345,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2005","2005",91.46391,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2007","2007",94.84948,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2008","2008",97.42049,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2013","2013",99.91636,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2014","2014",99.07714,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2015","2015",98.80456,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2016","2016",99.47982,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2017","2017",100,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","1990","1990",98.89268,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","1992","1992",99.50511,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","1999","1999",99.91257,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2000","2000",99.98488,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2001","2001",99.93363,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2002","2002",99.94094,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2003","2003",99.90421,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2004","2004",99.82548,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2005","2005",99.51561,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2006","2006",99.62566,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2007","2007",99.85051,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2008","2008",99.9313,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2009","2009",99.9145,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2010","2010",99.83978,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2011","2011",99.84366,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2012","2012",99.86302,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2013","2013",99.35439,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2014","2014",98.71081,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2015","2015",99.09237,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2016","2016",98.60074,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BMU","Bermuda","2005","2005",95.23512,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BMU","Bermuda","2011","2011",87.47967,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BMU","Bermuda","2012","2012",85.38776,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1990","1990",90.8568,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1991","1991",90.63643,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1992","1992",89.13799,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1993","1993",87.16468,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1994","1994",86.44549,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1995","1995",88.57508,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1996","1996",87.16309,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1997","1997",87.61224,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1998","1998",94.37172,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1999","1999",94.84593,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2000","2000",95.9862,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2001","2001",94.79914,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2002","2002",94.59802,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2003","2003",94.54002,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2004","2004",93.57758,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2005","2005",92.61052,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2006","2006",91.9374,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2007","2007",92.15083,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2010","2010",93.38581,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2011","2011",93.71918,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2012","2012",93.84506,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2013","2013",93.65928,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2014","2014",92.66053,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2015","2015",93.66463,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2016","2016",93.24383,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2002","2002",87.13227,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2003","2003",85.53155,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2005","2005",88.61333,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2006","2006",92.21765,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2007","2007",97.07698,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2011","2011",95.15386,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2012","2012",96.42691,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2013","2013",96.54687,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2014","2014",93.98124,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2015","2015",92.80933,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2016","2016",92.32759,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2017","2017",92.39764,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","1996","1996",90.4604,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","1999","1999",94.46077,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2000","2000",93.53836,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2001","2001",93.98269,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2002","2002",93.82326,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2003","2003",93.78192,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2004","2004",98.94628,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2005","2005",96.17948,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2006","2006",97.16357,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2007","2007",96.17419,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2008","2008",95.60702,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2009","2009",95.16662,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2010","2010",95.70321,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2011","2011",95.69035,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2012","2012",99.07515,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2013","2013",99.10133,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2014","2014",99.28445,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2015","2015",99.21256,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2016","2016",99.22347,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2017","2017",99.44302,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2005","2005",75.40129,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2006","2006",80.36891,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2007","2007",80.52134,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2013","2013",70.56922,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2014","2014",70.21499,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2015","2015",70.58518,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2016","2016",72.64135,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2017","2017",69.5264,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","1990","1990",73.97164,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","1991","1991",72.06874,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2008","2008",86.82677,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2009","2009",89.62675,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2011","2011",91.51417,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2012","2012",94.60894,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2014","2014",95.26327,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2015","2015",95.66214,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2016","2016",95.80694,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2017","2017",95.8095,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","1991","1991",99.13638,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","1992","1992",97.74376,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","1994","1994",97.13212,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","1995","1995",98.3951,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","1996","1996",99.07045,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","2013","2013",97.42907,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","2014","2014",97.29359,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","2015","2015",97.4471,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","2016","2016",98.15084,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","2017","2017",98.92315,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","1994","1994",91.92869,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","1998","1998",93.31236,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","1999","1999",92.27303,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2000","2000",95.33242,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2001","2001",95.49247,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2007","2007",96.87348,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2010","2010",98.88922,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2011","2011",97.08009,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2012","2012",97.32931,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2014","2014",98.43356,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2015","2015",98.92214,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2016","2016",97.3855,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2017","2017",98.81335,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2008","2008",71.27389,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2009","2009",79.40467,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2010","2010",87.87229,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2011","2011",93.35354,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2012","2012",91.89704,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2013","2013",90.90991,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2014","2014",87.36902,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2015","2015",84.2751,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2016","2016",80.92551,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2017","2017",79.97204,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","1994","1994",84.93433,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","1997","1997",85.76128,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","1999","1999",84.11024,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2000","2000",86.22576,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2001","2001",87.7149,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2002","2002",89.19549,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2003","2003",91.00414,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2004","2004",92.96563,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2005","2005",93.74484,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2006","2006",91.93094,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2007","2007",97.36271,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2009","2009",98.40355,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2010","2010",98.98313,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2011","2011",95.79209,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2012","2012",97.42941,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2014","2014",97.35072,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2016","2016",99.4816,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2017","2017",99.43946,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FSM","Micronesia (Federated States of)","2014","2014",88.48116,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FSM","Micronesia (Federated States of)","2015","2015",85.39293,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1990","1990",90.43813,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.20491,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1999","1999",90.50239,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2000","2000",89.31266,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2001","2001",86.64336,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2002","2002",86.50292,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2003","2003",86.5964,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2004","2004",86.40442,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2005","2005",86.48738,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2006","2006",86.74118,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2007","2007",87.4764,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2008","2008",87.18244,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2009","2009",86.43771,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2010","2010",86.62526,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2011","2011",87.98723,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2012","2012",89.58851,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2013","2013",91.74824,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2014","2014",96.06479,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2015","2015",99.3549,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2017","2017",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1990","1990",94.73268,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1991","1991",95.76462,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1992","1992",96.16342,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1993","1993",96.2082,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1994","1994",96.43585,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1995","1995",96.46909,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1996","1996",96.37966,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1997","1997",95.57886,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1998","1998",96.59739,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1999","1999",96.52889,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2000","2000",96.86071,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2001","2001",97.52997,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2002","2002",97.70474,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2003","2003",98.38328,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2004","2004",98.99924,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2005","2005",99.19529,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2006","2006",99.19702,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2007","2007",99.23067,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2008","2008",99.24156,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2009","2009",99.1351,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2010","2010",98.92807,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2011","2011",99.08838,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2012","2012",98.93209,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2013","2013",67.36721,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2002","2002",96.33663,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2003","2003",90.09537,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2004","2004",89.76302,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2005","2005",89.94841,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2006","2006",88.78117,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2007","2007",88.23988,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2008","2008",87.93499,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2009","2009",88.30544,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2010","2010",90.76676,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2011","2011",92.87433,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2012","2012",93.87788,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2013","2013",94.26082,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2014","2014",92.76805,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","1994","1994",95.57028,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","1995","1995",94.88765,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","1997","1997",95.68092,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","1999","1999",99.02582,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2004","2004",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2006","2006",99.85337,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2007","2007",99.88441,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2008","2008",98.8384,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2009","2009",96.12815,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2010","2010",96.83921,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2011","2011",95.81903,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2012","2012",94.40547,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2013","2013",94.10717,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2014","2014",95.41339,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2015","2015",95.42049,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2016","2016",94.818,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","1990","1990",86.83919,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","1999","1999",93.65046,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2000","2000",95.14043,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2001","2001",96.49122,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2002","2002",98.34737,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2004","2004",99.08604,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2005","2005",98.22194,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2006","2006",98.989,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2007","2007",98.85998,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2008","2008",97.69,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2009","2009",95.32711,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2010","2010",95.94566,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2011","2011",95.42467,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2012","2012",94.64772,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2013","2013",93.04948,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2014","2014",90.99317,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2015","2015",89.44617,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2010","2010",86.93956,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2011","2011",83.5627,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2012","2012",84.47703,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2013","2013",84.07114,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2014","2014",83.23738,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2015","2015",81.64378,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2016","2016",76.20966,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2003","2003",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2005","2005",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2006","2006",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2007","2007",96.2099,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2008","2008",96.08809,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2011","2011",99.41159,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2012","2012",97.40668,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2015","2015",95.80126,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2016","2016",94.6597,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2017","2017",97.345,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PLW","Palau","2013","2013",99.11504,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PLW","Palau","2014","2014",99.40741,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2000","2000",92.19251,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2001","2001",93.46178,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2002","2002",91.34577,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2003","2003",93.25887,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2004","2004",91.79003,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2005","2005",91.50384,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2006","2006",91.17484,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2007","2007",91.27341,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2008","2008",91.69759,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2009","2009",90.14372,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2010","2010",89.5756,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2014","2014",96.21139,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2017","2017",97.7122,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","1991","1991",92.00001,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","1992","1992",93.96114,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","1993","1993",94.65699,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","1994","1994",93.03484,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","1995","1995",92.54347,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","1996","1996",92.04797,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","1997","1997",92.19711,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2005","2005",99.9368,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2006","2006",99.94732,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2007","2007",98.09974,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2008","2008",99.25718,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2009","2009",99.44372,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2010","2010",99.8424,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2013","2013",99.62701,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2014","2014",94.60632,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2015","2015",97.75908,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2016","2016",98.4321,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","1990","1990",44.77197,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","1992","1992",44.23334,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","1994","1994",44.92859,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","1996","1996",49.2022,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","1997","1997",53.43262,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","1998","1998",56.00646,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","1999","1999",54.94597,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2000","2000",58.09894,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2003","2003",64.82563,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2004","2004",62.89662,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2005","2005",64.01231,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2006","2006",66.49344,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2007","2007",69.08891,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2008","2008",69.94288,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2009","2009",70.34083,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2010","2010",71.25119,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2011","2011",71.76952,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2012","2012",74.75377,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2013","2013",73.59074,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2014","2014",74.26977,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2015","2015",74.18997,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2016","2016",72.33999,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2017","2017",75.1737,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1990","1990",90.03435,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1991","1991",89.61937,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1992","1992",89.19911,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1993","1993",88.32039,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1996","1996",88.66781,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1997","1997",88.48453,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1999","1999",97.89116,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2000","2000",98.30565,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2001","2001",97.77076,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2002","2002",94.54249,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2003","2003",95.93129,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2004","2004",96.59017,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2005","2005",93.67486,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2007","2007",96.87966,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2008","2008",97.98021,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2009","2009",98.30008,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2010","2010",98.73351,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1991","1991",86.9027,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1994","1994",91.45908,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1995","1995",92.58482,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1998","1998",93.32044,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1999","1999",94.17905,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2000","2000",92.30313,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2001","2001",92.39305,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2002","2002",92.51848,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2003","2003",92.75056,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2004","2004",92.44097,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2005","2005",91.53752,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2015","2015",95.60286,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","1998","1998",91.02686,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2000","2000",93.01302,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2001","2001",93.88808,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2002","2002",95.75568,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2003","2003",96.07697,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2005","2005",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2008","2008",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2011","2011",99.8628,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2012","2012",98.99278,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2013","2013",96.14951,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2014","2014",93.79947,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2015","2015",91.70878,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2016","2016",90.38118,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2017","2017",86.14126,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","1990","1990",99.81221,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","1991","1991",99.29792,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","1992","1992",98.95105,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","1994","1994",99.5151,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","1995","1995",99.75921,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","2013","2013",98.63699,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","2014","2014",98.28512,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","2015","2015",98.79994,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","2016","2016",98.23516,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2000","2000",93.01808,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2001","2001",96.70294,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2002","2002",96.17641,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2003","2003",99.3316,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2004","2004",98.46704,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2005","2005",95.52234,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2006","2006",92.28017,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2007","2007",91.89992,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2008","2008",92.45991,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2009","2009",92.19121,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2010","2010",91.66796,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2011","2011",92.32072,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2012","2012",92.00732,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2013","2013",92.08929,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2014","2014",92.41834,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2015","2015",91.97998,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2016","2016",91.90278,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2017","2017",91.07408,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","1999","1999",97.81563,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2000","2000",98.05571,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2001","2001",98.23646,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2002","2002",97.90818,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2003","2003",97.9883,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2004","2004",97.41549,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2005","2005",97.23836,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2006","2006",96.63025,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2007","2007",96.86252,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2008","2008",96.87582,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2009","2009",96.65373,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2010","2010",97.01417,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2011","2011",96.67847,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2012","2012",97.35976,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2013","2013",96.99121,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2014","2014",96.77311,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2015","2015",97.23562,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2016","2016",96.52115,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2017","2017",96.86722,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGD","Bangladesh","1990","1990",77.93072,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGD","Bangladesh","2005","2005",92.55315,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGD","Bangladesh","2006","2006",92.50831,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGD","Bangladesh","2008","2008",91.40438,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGD","Bangladesh","2009","2009",89.64276,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGD","Bangladesh","2010","2010",90.12411,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGD","Bangladesh","2017","2017",93.87197,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NLD","Netherlands","1990","1990",97.77392,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NLD","Netherlands","1991","1991",97.02954,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NLD","Netherlands","1992","1992",95.61267,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NLD","Netherlands","1993","1993",95.42382,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NLD","Netherlands","1994","1994",98.78624,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NLD","Netherlands","1995","1995",99.04296,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NLD","Netherlands","1996","1996",99.12867,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NLD","Netherlands","1997","1997",99.40025,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","1994","1994",84.93433,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","1997","1997",85.76128,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","1999","1999",83.92057,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2000","2000",86.05154,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2001","2001",87.5207,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2002","2002",88.97973,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2003","2003",90.75661,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2004","2004",92.96393,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2005","2005",93.54811,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2006","2006",91.71477,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2007","2007",97.15388,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2009","2009",98.10735,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2010","2010",98.98313,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2011","2011",95.29925,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2012","2012",96.87069,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2014","2014",96.71976,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2016","2016",98.63899,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2017","2017",98.58554,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1990","1990",95.53484,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1991","1991",97.54184,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1992","1992",97.30131,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1993","1993",95.28579,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1994","1994",94.3394,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1995","1995",93.52788,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1996","1996",94.42892,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1998","1998",98.54215,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1999","1999",99.7777,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","2012","2012",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","2014","2014",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","2015","2015",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","2016","2016",100,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","1991","1991",32.82164,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","1992","1992",33.39627,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","1993","1993",34.49254,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","1994","1994",35.96207,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","1995","1995",37.92465,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","1998","1998",41.46264,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","1999","1999",41.81047,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2000","2000",42.93398,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2001","2001",43.80391,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2002","2002",42.2182,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2003","2003",44.52516,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2004","2004",46.28998,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2005","2005",51.10803,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2006","2006",54.56736,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2007","2007",59.80496,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2008","2008",65.39765,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2009","2009",67.72317,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2010","2010",62.64551,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2011","2011",66.92852,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2012","2012",67.69305,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2013","2013",68.19428,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2014","2014",69.55477,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2015","2015",71.1258,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2016","2016",76.91483,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2017","2017",77.90419,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2007","2007",84.35921,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2008","2008",84.91676,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2009","2009",84.17248,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2010","2010",81.37378,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2011","2011",79.49301,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2012","2012",77.92208,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2014","2014",77.56211,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2015","2015",81.47279,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2017","2017",82.47268,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","1990","1990",95.91662,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","2000","2000",88.68524,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","2001","2001",88.49383,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","2002","2002",97.135,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","2003","2003",95.85663,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","2004","2004",93.39363,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","2005","2005",91.09883,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","2006","2006",93.57437,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","2007","2007",93.19722,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","1999","1999",98.94947,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2000","2000",98.16159,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2002","2002",97.74744,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2003","2003",95.36483,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2004","2004",96.247,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2005","2005",97.01915,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2006","2006",98.0595,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2007","2007",98.36567,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2008","2008",99.05299,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2009","2009",98.33102,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2013","2013",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2014","2014",99.84087,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","1994","1994",22.6431,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","1995","1995",26.407,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","1996","1996",31.79984,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","1998","1998",40.26406,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","1999","1999",42.27711,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2000","2000",45.93273,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2001","2001",49.80668,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2002","2002",51.7587,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2003","2003",52.16133,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2004","2004",54.0846,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2005","2005",64.44042,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2006","2006",68.4183,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2007","2007",73.57276,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2008","2008",79.19551,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2009","2009",78.13638,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2010","2010",76.35982,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2011","2011",80.63921,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2012","2012",82.0775,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2014","2014",89.58774,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2015","2015",89.58308,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1991","1991",94.78084,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1992","1992",95.44674,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1993","1993",93.76938,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1994","1994",81.44887,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1995","1995",90.40977,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1996","1996",97.36618,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1997","1997",89.18087,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1998","1998",87.86644,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1999","1999",92.18137,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2000","2000",88.01044,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2001","2001",84.79876,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2002","2002",83.88251,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2003","2003",80.86988,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2004","2004",82.68182,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2005","2005",81.51585,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2006","2006",80.84676,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2007","2007",83.12687,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2008","2008",83.64021,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2009","2009",84.69929,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2010","2010",84.09397,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2011","2011",85.96543,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2012","2012",88.10681,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2013","2013",91.82654,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2014","2014",93.94293,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2015","2015",92.96293,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2016","2016",94.02924,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2017","2017",94.97783,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","1990","1990",96.00354,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","1991","1991",96.16026,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","1992","1992",95.95493,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","1993","1993",96.21948,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","1994","1994",95.20374,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","1995","1995",95.59254,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","1996","1996",98.48476,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","1997","1997",99.7832,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","2011","2011",99.0038,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","2012","2012",98.09892,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","2013","2013",99.67818,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","2014","2014",99.70091,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","2015","2015",99.75724,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1990","1990",92.49029,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1991","1991",92.08705,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1992","1992",94.2691,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1993","1993",95.0857,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1994","1994",97.37866,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1995","1995",97.26618,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1996","1996",99.21638,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1997","1997",98.96481,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1998","1998",98.68568,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1999","1999",98.81634,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2000","2000",98.13376,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2001","2001",97.40684,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2002","2002",96.96852,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2003","2003",94.94388,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2004","2004",94.66701,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2005","2005",94.43775,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2006","2006",94.50855,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2007","2007",96.6998,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2008","2008",97.61387,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2009","2009",99.8189,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2010","2010",99.95025,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2011","2011",99.99642,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2012","2012",99.60027,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2013","2013",99.56889,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2014","2014",96.5626,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2015","2015",95.46157,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2016","2016",95.75426,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2017","2017",97.03627,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2005","2005",82.63445,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2006","2006",84.28755,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2007","2007",82.68135,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2008","2008",87.86939,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2009","2009",90.69489,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2010","2010",89.71007,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2011","2011",88.26269,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2012","2012",89.55224,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2013","2013",89.75923,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2014","2014",88.93428,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2015","2015",91.55035,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2016","2016",92.78609,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2017","2017",88.42565,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1990","1990",50.86861,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1991","1991",50.24221,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1992","1992",50.41523,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1993","1993",49.42286,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1994","1994",47.99046,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1995","1995",47.93664,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1996","1996",48.06281,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1997","1997",48.36969,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1998","1998",47.75719,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1999","1999",48.13232,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2000","2000",51.82521,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2001","2001",57.16946,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2002","2002",72.69684,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2003","2003",81.46042,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2004","2004",85.55672,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2005","2005",89.69794,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2006","2006",94.33998,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2008","2008",94.66774,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2010","2010",87.35314,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2012","2012",82.72848,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2013","2013",80.31971,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2014","2014",78.41047,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2016","2016",79.54375,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2017","2017",79.55163,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2007","2007",91.77754,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2008","2008",93.02328,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2009","2009",92.31719,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2010","2010",92.95691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2011","2011",93.46068,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2012","2012",95.14215,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2013","2013",96.33946,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2014","2014",97.78235,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2015","2015",98.44453,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2016","2016",98.49867,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2017","2017",98.42307,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","1994","1994",96.80025,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","1995","1995",93.25147,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2006","2006",92.82311,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2007","2007",93.56764,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2008","2008",94.80053,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2009","2009",96.24362,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2011","2011",97.26689,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2012","2012",97.32654,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2013","2013",97.50588,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2014","2014",96.29923,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2015","2015",97.49439,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2016","2016",97.58606,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","1999","1999",41.09881,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","2003","2003",58.42766,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","2004","2004",61.77711,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","2005","2005",65.2667,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","2008","2008",68.70394,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","2010","2010",73.53183,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","2012","2012",76.85497,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","2013","2013",78.22712,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","2016","2016",77.92938,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1990","1990",67.5169,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1991","1991",70.16238,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1992","1992",73.57789,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1993","1993",74.32349,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1994","1994",75.22335,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1995","1995",73.43442,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1996","1996",72.71306,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1999","1999",82.67115,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2000","2000",85.93254,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2001","2001",90.18282,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2002","2002",97.42727,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2004","2004",99.17344,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2005","2005",99.3626,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2006","2006",98.36495,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2007","2007",98.10733,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2008","2008",98.97133,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2010","2010",98.41027,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","1999","1999",90.94181,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2000","2000",91.70366,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2001","2001",89.76729,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2002","2002",89.56162,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2003","2003",88.69172,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2004","2004",87.80808,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2005","2005",85.47909,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2006","2006",84.86832,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2007","2007",84.20506,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2008","2008",86.65905,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2009","2009",88.52078,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2010","2010",89.93036,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2011","2011",90.79916,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2012","2012",93.50338,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2013","2013",93.24802,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2014","2014",93.62727,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2015","2015",92.7138,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2016","2016",92.55543,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2017","2017",94.19213,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","1993","1993",88.46001,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","1994","1994",89.9114,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","1995","1995",90.20965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","1996","1996",90.99026,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","1998","1998",99.03678,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","1999","1999",95.72651,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2000","2000",96.82425,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2001","2001",90.84241,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2002","2002",99.07785,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2003","2003",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2004","2004",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2005","2005",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2013","2013",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2017","2017",98.07437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","1999","1999",74.96996,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","2000","2000",80.42634,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","2003","2003",86.00551,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","2004","2004",86.49989,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","2011","2011",99.09892,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","2014","2014",94.97574,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","2015","2015",97.5067,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","2016","2016",97.13634,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","2017","2017",96.19392,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GAB","Gabon","1997","1997",91.39805,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1990","1990",92.51423,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1992","1992",96.29751,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1997","1997",93.1747,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1999","1999",85.53892,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2000","2000",84.87375,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2002","2002",93.40144,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2003","2003",92.80414,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2004","2004",95.83661,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2005","2005",95.62274,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2006","2006",98.79121,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2007","2007",98.98022,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2009","2009",99.57876,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2010","2010",99.68354,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2011","2011",99.83043,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2012","2012",99.64914,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2013","2013",98.63529,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2014","2014",99.54842,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2015","2015",99.41444,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2016","2016",99.13775,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2017","2017",98.6638,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBR","Liberia","1999","1999",46.76267,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBR","Liberia","2006","2006",35.20132,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBR","Liberia","2008","2008",42.73574,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBR","Liberia","2009","2009",40.26841,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBR","Liberia","2011","2011",41.01848,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBR","Liberia","2014","2014",38.21186,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBR","Liberia","2015","2015",37.68327,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBR","Liberia","2016","2016",36.75459,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","1995","1995",82.53185,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","1996","1996",82.41838,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","1997","1997",83.72236,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2004","2004",89.80796,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2005","2005",88.87547,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2006","2006",91.45228,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2007","2007",97.64028,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2008","2008",95.60607,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2009","2009",95.00442,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2011","2011",96.2599,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2012","2012",98.03101,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2013","2013",99.66121,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2014","2014",99.74674,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2015","2015",99.61905,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2016","2016",99.62592,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2017","2017",99.26132,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","1990","1990",16.88337,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","1991","1991",17.39823,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","1992","1992",16.0206,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","1997","1997",18.56847,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","1998","1998",19.14866,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","1999","1999",20.81663,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2000","2000",21.67539,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2001","2001",24.59737,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2002","2002",27.44991,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2003","2003",30.80838,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2004","2004",33.72382,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2005","2005",34.26406,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2006","2006",35.68144,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2007","2007",37.11935,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2008","2008",41.03589,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2009","2009",44.81248,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2010","2010",48.81592,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2011","2011",53.53606,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2012","2012",55.58726,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2013","2013",55.57288,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2014","2014",56.07131,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2015","2015",57.60193,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2016","2016",58.81197,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2017","2017",62.03588,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","1997","1997",76.30155,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","1998","1998",78.48178,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","1999","1999",81.50523,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2000","2000",87.30128,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2003","2003",95.69488,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2006","2006",94.00132,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2007","2007",93.99543,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2008","2008",92.70778,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2010","2010",92.69281,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2011","2011",95.21825,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2012","2012",95.08708,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2014","2014",94.01115,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2015","2015",96.58637,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2016","2016",92.75297,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2017","2017",90.34679,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","1996","1996",98.46476,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","1997","1997",98.89543,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2004","2004",99.80524,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2014","2014",99.91336,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2015","2015",99.52316,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2016","2016",99.07351,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","1992","1992",47.36412,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","1994","1994",68.10211,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","1996","1996",92.81076,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","1997","1997",93.40904,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","1999","1999",97.39654,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2000","2000",90.02663,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2001","2001",86.24704,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2002","2002",88.66109,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2004","2004",89.57038,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2005","2005",90.41675,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2007","2007",98.86419,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2008","2008",99.94642,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2010","2010",99.38907,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2011","2011",99.61688,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2012","2012",97.33379,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2013","2013",95.75238,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2014","2014",95.5686,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2015","2015",95.67326,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2016","2016",95.03638,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2017","2017",93.28432,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","1998","1998",84.09731,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","1999","1999",86.28094,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2000","2000",87.02795,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2001","2001",89.04505,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2002","2002",85.50634,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2003","2003",84.13745,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2012","2012",88.06342,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2013","2013",85.22919,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2007","2007",95.41538,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2008","2008",95.10626,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2009","2009",92.85497,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2010","2010",93.2865,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2011","2011",92.10271,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2012","2012",91.49689,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2013","2013",90.6555,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2014","2014",90.82701,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2015","2015",91.63367,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2016","2016",92.94523,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2017","2017",94.81424,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","1990","1990",88.85592,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","1991","1991",88.21393,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","1992","1992",87.30382,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","1993","1993",87.02557,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","1994","1994",87.17582,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","1995","1995",87.49106,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","1996","1996",88.27832,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","1998","1998",99.6337,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","2001","2001",99.99197,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","2010","2010",99.98936,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","2011","2011",97.31237,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","2012","2012",99.81672,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","2013","2013",99.46099,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","2014","2014",99.61701,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","2016","2016",99.95793,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","1991","1991",96.33556,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","1999","1999",99.79026,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2003","2003",99.31624,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2004","2004",98.59771,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2005","2005",98.88514,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2006","2006",99.14155,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2007","2007",99.36233,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2008","2008",99.16072,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2009","2009",99.13874,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2010","2010",98.37241,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2011","2011",98.48112,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2012","2012",98.51051,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2013","2013",98.839,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2014","2014",99.47048,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2015","2015",99.56928,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2016","2016",98.76929,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","1999","1999",43.96487,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2002","2002",51.50469,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2003","2003",51.47808,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2004","2004",51.48701,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2005","2005",56.52608,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2006","2006",57.84795,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2007","2007",59.99846,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2009","2009",67.10942,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2010","2010",68.17921,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2011","2011",69.17421,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2012","2012",66.96453,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2013","2013",62.52777,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2014","2014",63.39354,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2015","2015",60.56794,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2016","2016",62.06596,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2017","2017",67.25739,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","1991","1991",38.0884,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","1992","1992",36.63871,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","1993","1993",35.29898,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","1994","1994",36.03636,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","1995","1995",38.01875,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","1998","1998",42.28787,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","1999","1999",45.99624,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2000","2000",49.84509,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2001","2001",54.34601,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2002","2002",51.60103,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2004","2004",64.28825,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2005","2005",69.43315,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2006","2006",73.48649,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2007","2007",78.55969,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2008","2008",82.16363,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2009","2009",83.91052,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2010","2010",85.4038,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2011","2011",83.74574,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2012","2012",84.1239,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2013","2013",85.23715,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2014","2014",86.02141,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2015","2015",87.26411,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2016","2016",86.96391,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2017","2017",86.23461,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","THA","Thailand","2006","2006",98.05667,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","THA","Thailand","2007","2007",97.64344,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","THA","Thailand","2008","2008",97.16725,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","THA","Thailand","2009","2009",97.7911,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","1990","1990",97.53591,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","1991","1991",98.1948,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","1992","1992",97.5219,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","1993","1993",97.08281,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","1994","1994",98.79416,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","1995","1995",98.11558,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","1996","1996",98.205,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","1999","1999",97.62657,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2000","2000",97.54114,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2004","2004",97.69415,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2005","2005",95.52633,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2006","2006",95.76238,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2007","2007",96.27699,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2008","2008",95.38457,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2009","2009",95.32568,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2010","2010",95.2364,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2011","2011",97.18788,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2012","2012",97.74261,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2013","2013",98.26965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2014","2014",98.00913,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2015","2015",98.43792,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2016","2016",98.68568,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2000","2000",93.48512,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2001","2001",98.89703,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2002","2002",98.53553,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2003","2003",98.80486,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2004","2004",99.0738,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2005","2005",99.21111,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2006","2006",98.30398,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2007","2007",98.08684,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2008","2008",99.42155,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2009","2009",99.85816,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2010","2010",99.62376,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2011","2011",99.58096,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2012","2012",99.73826,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2013","2013",99.73805,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2014","2014",99.88809,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2015","2015",99.9698,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2016","2016",99.8094,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2017","2017",99.18097,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2018","2018",99.00869,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","1998","1998",91.52985,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","1999","1999",86.26068,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2000","2000",94.33628,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2005","2005",97.57741,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2007","2007",97.02579,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2010","2010",99.13941,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2011","2011",99.03166,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2012","2012",98.98898,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2013","2013",98.73041,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2014","2014",98.07655,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2015","2015",95.86441,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2016","2016",97.20752,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1990","1990",51.32563,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1991","1991",50.62554,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1992","1992",50.70394,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1993","1993",49.92003,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1994","1994",48.71263,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1995","1995",48.60242,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1996","1996",48.70992,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1997","1997",49.09301,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1998","1998",48.5706,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1999","1999",48.97569,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2000","2000",52.50189,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2001","2001",57.05208,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2002","2002",71.70568,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2003","2003",79.92564,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2004","2004",84.08562,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2005","2005",88.26358,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2006","2006",93.43869,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2008","2008",94.37157,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2010","2010",87.71477,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2012","2012",82.94378,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2013","2013",80.76245,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2014","2014",79.32286,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2016","2016",80.80852,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2017","2017",80.80853,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","1997","1997",95.85874,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","1998","1998",96.16893,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","1999","1999",99.52282,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2001","2001",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2003","2003",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2004","2004",99.30634,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2005","2005",97.99924,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2006","2006",96.90285,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2007","2007",96.80496,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2008","2008",96.66854,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2009","2009",97.29257,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2010","2010",98.38504,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2011","2011",99.47569,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2017","2017",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","1990","1990",51.21846,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","1992","1992",50.20833,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","1996","1996",54.52749,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","1997","1997",58.51772,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","1998","1998",60.53651,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","1999","1999",59.65134,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2000","2000",61.7951,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2003","2003",67.58551,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2004","2004",64.06111,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2005","2005",64.79191,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2006","2006",66.71147,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2007","2007",68.78301,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2008","2008",68.93319,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2009","2009",68.84311,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2010","2010",69.30836,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2011","2011",69.49519,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2012","2012",71.88341,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2013","2013",70.67037,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2014","2014",71.16798,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2015","2015",70.79549,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2016","2016",68.77382,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2017","2017",71.04527,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","1990","1990",23.58978,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","1992","1992",24.37232,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","1993","1993",23.06435,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","1994","1994",23.8739,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","1995","1995",24.90626,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","1996","1996",24.44266,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","1997","1997",23.48853,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","1999","1999",22.66278,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2000","2000",23.37025,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2001","2001",25.78145,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2002","2002",27.37574,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2004","2004",31.35856,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2005","2005",33.16067,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2006","2006",36.03817,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2007","2007",40.01068,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2008","2008",44.06901,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2009","2009",43.54483,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2011","2011",51.12745,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2013","2013",50.92823,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2014","2014",57.39302,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2015","2015",52.29536,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2016","2016",49.41255,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2017","2017",51.89733,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2018","2018",53.75775,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1990","1990",96.57841,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1991","1991",91.93816,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1993","1993",92.17023,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1994","1994",93.38422,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1995","1995",94.33934,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1996","1996",96.90761,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1997","1997",97.8501,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1998","1998",95.69648,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1999","1999",92.53696,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2000","2000",93.09299,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2001","2001",92.28548,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2002","2002",93.70577,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2003","2003",92.9333,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2004","2004",93.69914,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2005","2005",95.47626,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2006","2006",95.38596,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2007","2007",95.90217,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2008","2008",96.27922,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2009","2009",95.87322,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2010","2010",95.48687,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2011","2011",95.60541,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2012","2012",92.82757,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2013","2013",94.94367,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2014","2014",95.47221,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2015","2015",95.28083,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2016","2016",93.97395,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2017","2017",95.12722,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","1999","1999",99.19435,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2000","2000",96.33339,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2001","2001",93.52843,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2003","2003",93.86765,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2004","2004",95.47235,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2005","2005",95.07217,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2006","2006",95.71555,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2007","2007",95.30102,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2008","2008",96.28541,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2009","2009",97.1331,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2010","2010",98.01411,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2011","2011",97.67655,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2012","2012",99.56681,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2013","2013",98.88763,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2014","2014",99.15178,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2015","2015",99.21942,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2016","2016",99.17624,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2017","2017",99.2738,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","1991","1991",86.78022,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","1993","1993",88.09316,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2000","2000",86.13879,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2003","2003",89.78404,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2004","2004",91.40454,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2005","2005",87.24191,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2006","2006",92.49355,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2007","2007",86.64674,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2008","2008",90.48201,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2009","2009",89.24049,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2010","2010",89.40749,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2011","2011",89.78716,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2012","2012",86.38804,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2013","2013",83.45769,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2014","2014",82.97702,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2015","2015",82.11092,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2016","2016",83.85349,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2017","2017",84.48817,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","1998","1998",84.23544,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","1999","1999",92.76689,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2000","2000",94.11233,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2001","2001",96.53699,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2002","2002",98.59055,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2005","2005",97.92427,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2006","2006",97.93327,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2007","2007",97.74151,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2008","2008",95.88379,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2009","2009",91.17602,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2010","2010",93.65045,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2011","2011",95.83637,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2012","2012",97.42214,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2013","2013",96.92955,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2014","2014",97.08403,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2015","2015",97.10715,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2016","2016",95.96702,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1993","1993",78.04316,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1996","1996",75.70481,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1999","1999",89.65531,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2000","2000",88.55311,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2003","2003",94.25937,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2004","2004",92.99399,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2007","2007",92.32209,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","1990","1990",99.48998,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","1991","1991",99.61612,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2000","2000",99.73203,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2002","2002",99.7387,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2003","2003",99.41181,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2004","2004",97.15816,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2005","2005",95.57057,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2006","2006",95.2032,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2007","2007",96.40295,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2008","2008",98.73377,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2009","2009",99.62539,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2010","2010",99.69706,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2011","2011",99.70462,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2012","2012",99.69331,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2013","2013",99.59675,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2014","2014",99.59917,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2015","2015",99.59206,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2016","2016",99.72026,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1991","1991",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1992","1992",97.96123,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1993","1993",98.80626,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1994","1994",99.01581,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1995","1995",99.9328,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1996","1996",99.71016,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1997","1997",99.19223,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1998","1998",99.88523,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1999","1999",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2001","2001",97.73467,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2002","2002",96.74135,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2003","2003",95.79683,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2004","2004",95.10547,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2005","2005",92.6378,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2006","2006",95.32635,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2011","2011",93.43191,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2012","2012",93.89688,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2013","2013",94.9066,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2014","2014",96.82777,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2015","2015",99.02694,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2016","2016",99.53094,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2017","2017",99.41226,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","1991","1991",96.53405,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","1992","1992",95.09398,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","1993","1993",97.66637,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","1994","1994",97.04167,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","1995","1995",97.07828,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","1996","1996",97.5397,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","1999","1999",99.94195,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2000","2000",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2001","2001",99.9775,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2002","2002",99.73865,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2003","2003",98.80631,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2004","2004",97.24952,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2005","2005",96.89423,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2006","2006",97.24771,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2007","2007",98.18604,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2008","2008",98.80027,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2009","2009",98.64315,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2010","2010",98.40253,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2011","2011",98.55334,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2012","2012",98.83745,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2013","2013",98.7963,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2014","2014",98.68586,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2015","2015",99.02146,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2016","2016",99.29371,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SMR","San Marino","2009","2009",91.99763,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SMR","San Marino","2010","2010",94.14083,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SMR","San Marino","2012","2012",93.06461,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","1990","1990",35.17,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","1991","1991",37.18403,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","1998","1998",47.97945,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","1999","1999",49.99677,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2000","2000",52.20842,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2001","2001",55.34644,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2002","2002",63.07774,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2003","2003",66.19337,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2004","2004",69.12965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2005","2005",70.62146,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2006","2006",72.16686,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2007","2007",74.02909,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2008","2008",73.0691,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2009","2009",74.59389,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2010","2010",78.58276,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2011","2011",81.774,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2012","2012",81.14298,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2013","2013",82.45635,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2014","2014",86.293,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2016","2016",86.30938,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2006","2006",99.8896,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2007","2007",98.28937,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2008","2008",97.91551,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2009","2009",95.67663,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2010","2010",94.37534,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2011","2011",97.25705,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2012","2012",96.36295,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2013","2013",96.69024,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2014","2014",98.86675,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2015","2015",99.30296,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2016","2016",99.22081,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2017","2017",98.642,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","1990","1990",97.65283,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","1991","1991",96.04602,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","1993","1993",91.72975,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","1999","1999",91.53234,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","2000","2000",92.94581,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","2001","2001",92.99739,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","2002","2002",92.59694,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","2003","2003",91.42961,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","2004","2004",93.17523,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2003","2003",97.35605,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2005","2005",97.99054,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2006","2006",98.97026,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2007","2007",96.44988,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2008","2008",96.34335,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2011","2011",98.86735,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2012","2012",96.98907,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2015","2015",96.1058,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2016","2016",96.13098,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2017","2017",97.96734,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","1999","1999",96.62579,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2008","2008",99.99146,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2009","2009",99.1243,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2010","2010",99.13243,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2011","2011",99.23332,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2012","2012",98.53965,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2013","2013",98.13902,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2014","2014",97.99789,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2015","2015",97.96135,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2016","2016",98.2627,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2017","2017",98.4838,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2003","2003",98.57388,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2004","2004",99.14695,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2006","2006",98.08612,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2007","2007",99.51076,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2008","2008",99.0991,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2009","2009",97.03198,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2010","2010",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2011","2011",97.7459,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2012","2012",97.16599,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2014","2014",97.1519,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2015","2015",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2016","2016",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","1990","1990",93.32669,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","1999","1999",80.42145,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2002","2002",94.26013,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2003","2003",96.48882,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2004","2004",98.00953,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2005","2005",97.73203,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2007","2007",90.29862,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2008","2008",91.05353,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2009","2009",93.26578,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2010","2010",92.57405,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2013","2013",91.04991,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2014","2014",91.15663,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2015","2015",90.31148,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2017","2017",96.72679,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","1999","1999",90.3531,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2000","2000",90.93622,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2001","2001",89.10775,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2002","2002",88.94045,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2003","2003",88.10975,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2004","2004",86.10607,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2005","2005",83.65569,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2006","2006",84.19381,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2007","2007",83.9529,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2008","2008",86.03965,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2009","2009",87.91859,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2010","2010",89.32814,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2011","2011",90.26907,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2012","2012",92.96999,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2013","2013",92.76429,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2014","2014",93.20377,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2015","2015",92.315,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2016","2016",92.30318,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2017","2017",93.92367,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","1994","1994",91.95907,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","1995","1995",92.31486,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","1996","1996",93.27955,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","1997","1997",95.68871,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","1998","1998",95.88941,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","1999","1999",95.58962,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2000","2000",96.49907,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2001","2001",97.91753,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2002","2002",98.75728,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2003","2003",98.64686,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2005","2005",98.77555,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2006","2006",98.93057,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2007","2007",98.75973,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2008","2008",95.95693,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2009","2009",98.2999,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2010","2010",98.58604,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2011","2011",98.36616,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2012","2012",97.69954,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2013","2013",98.1362,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2014","2014",98.09742,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2015","2015",98.13112,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2016","2016",97.88285,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1990","1990",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1991","1991",99.9103,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1992","1992",99.60283,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1993","1993",98.10938,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1994","1994",97.98367,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1995","1995",98.90593,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1996","1996",99.76064,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1997","1997",99.49346,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1999","1999",99.91241,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2000","2000",96.33747,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2001","2001",96.23038,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2002","2002",96.13414,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2003","2003",95.90428,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2004","2004",95.82659,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2005","2005",99.83513,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2006","2006",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2007","2007",99.74323,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2008","2008",99.45355,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2009","2009",99.03487,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2010","2010",98.76808,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2011","2011",99.58428,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2012","2012",99.28896,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2013","2013",99.15612,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2014","2014",99.24765,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2015","2015",99.37791,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2016","2016",99.41779,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","1992","1992",96.65084,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","1994","1994",97.00294,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","1995","1995",95.49458,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","1996","1996",93.14649,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","1997","1997",93.57111,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","1998","1998",94.54698,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","1999","1999",94.24913,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2000","2000",94.86165,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2001","2001",97.93682,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2002","2002",99.21518,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2003","2003",99.30016,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2004","2004",99.81812,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2006","2006",99.63285,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2007","2007",99.61569,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2008","2008",99.32755,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2009","2009",99.37647,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2011","2011",99.03984,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2012","2012",98.6874,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2013","2013",97.12085,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2015","2015",98.02939,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2016","2016",99.9319,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GAB","Gabon","1997","1997",91.39805,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","1990","1990",47.79332,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","1992","1992",45.99796,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","1993","1993",49.30826,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","1996","1996",59.40659,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","1998","1998",63.39445,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","1999","1999",74.92394,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2000","2000",72.54316,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2001","2001",73.44217,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2002","2002",71.33876,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2003","2003",74.9927,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2004","2004",75.10434,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2005","2005",72.23721,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2006","2006",76.59247,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2007","2007",76.31752,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2008","2008",71.93471,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2010","2010",69.98713,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2011","2011",69.85643,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2012","2012",72.25653,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2013","2013",68.27199,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2014","2014",71.03528,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2015","2015",74.02627,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2016","2016",76.11047,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2017","2017",78.62819,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2018","2018",79.37232,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","1991","1991",91.48133,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","1992","1992",93.60206,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","1993","1993",94.26396,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","1994","1994",92.68579,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","1995","1995",92.16157,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","1996","1996",91.52223,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","1997","1997",91.7742,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","2005","2005",97.66887,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","2007","2007",98.03216,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","2008","2008",99.44816,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","2009","2009",99.73858,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","2013","2013",99.585,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","2014","2014",94.54955,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","2015","2015",97.73383,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","2016","2016",98.35818,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1990","1990",79.08176,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1991","1991",81.15881,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1992","1992",82.70169,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1993","1993",82.78002,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1994","1994",83.3055,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1995","1995",83.90553,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1996","1996",83.97017,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1997","1997",83.86198,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1999","1999",87.7811,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2000","2000",88.88916,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2001","2001",91.08165,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2002","2002",92.59458,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2003","2003",93.26743,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2004","2004",94.07289,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2005","2005",94.37078,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2006","2006",94.5311,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2007","2007",94.90602,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2008","2008",96.40253,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2016","2016",98.43452,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1995","1995",92.86787,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1996","1996",94.61705,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1997","1997",95.29337,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1998","1998",97.65672,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1999","1999",96.50519,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2000","2000",95.55307,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2001","2001",96.14535,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2002","2002",96.80128,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2003","2003",97.68931,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2004","2004",99.65893,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2005","2005",99.52845,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2006","2006",99.51406,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2007","2007",98.77814,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2008","2008",98.84758,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2009","2009",98.78719,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2010","2010",98.83792,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2011","2011",99.11976,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2012","2012",99.52427,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2013","2013",98.77713,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2014","2014",98.62986,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2015","2015",99.28962,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2016","2016",99.11131,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",91.7936,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",92.47391,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","1990","1990",27.08335,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","1992","1992",32.99804,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","1993","1993",36.29644,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","1994","1994",38.66781,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","1995","1995",41.25013,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","1996","1996",43.90907,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","1997","1997",47.59339,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2006","2006",78.42552,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2008","2008",83.58132,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2009","2009",88.30762,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2010","2010",89.70711,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2011","2011",89.74274,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2012","2012",91.19837,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2013","2013",91.79867,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2014","2014",92.6191,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2016","2016",93.71705,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2017","2017",93.98187,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","1993","1993",93.28078,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","1995","1995",88.11336,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","1998","1998",99.6504,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2004","2004",99.87053,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2005","2005",99.86933,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2006","2006",99.82976,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2007","2007",99.84429,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2008","2008",99.8495,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2009","2009",99.84249,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2010","2010",99.85062,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2011","2011",99.17294,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2012","2012",93.06711,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2013","2013",95.92693,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2014","2014",95.70992,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2015","2015",98.28082,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2016","2016",99.89501,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2017","2017",99.77489,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2018","2018",99.92869,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DMA","Dominica","2004","2004",97.18504,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DMA","Dominica","2005","2005",94.11282,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DMA","Dominica","2006","2006",91.77816,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DMA","Dominica","2007","2007",89.39704,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DMA","Dominica","2008","2008",89.91133,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DMA","Dominica","2009","2009",95.61049,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DMA","Dominica","2016","2016",97.48186,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1992","1992",61.97841,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1993","1993",67.20993,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1994","1994",71.15155,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1996","1996",72.18727,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1997","1997",74.49848,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1998","1998",77.82756,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1999","1999",78.09873,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2000","2000",78.94843,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2001","2001",78.29392,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2002","2002",79.53385,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2003","2003",82.15989,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2004","2004",82.37521,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2005","2005",83.52715,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2006","2006",85.21468,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2007","2007",87.69313,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2008","2008",89.84039,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2009","2009",91.65692,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2010","2010",96.3769,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2011","2011",95.82174,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2012","2012",95.81531,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2013","2013",97.70098,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2014","2014",97.98179,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2015","2015",96.15635,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2016","2016",95.43789,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2017","2017",93.83932,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","1999","1999",60.9336,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2000","2000",69.53166,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2001","2001",64.24609,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2002","2002",68.35355,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2003","2003",67.82798,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2005","2005",71.89727,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2006","2006",74.8222,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2007","2007",79.70449,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2008","2008",85.20431,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2009","2009",85.45999,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2011","2011",93.40631,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2013","2013",96.64561,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2014","2014",95.99519,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2015","2015",98.15381,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2016","2016",95.16202,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2017","2017",97.83315,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2018","2018",95.82336,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","1990","1990",99.70668,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","1991","1991",98.24415,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","1992","1992",99.61949,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","1993","1993",99.7253,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","1994","1994",98.35498,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","1995","1995",99.4822,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","1996","1996",99.57922,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","1999","1999",97.50276,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2000","2000",97.53924,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2001","2001",99.97126,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2002","2002",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2003","2003",99.32768,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2004","2004",99.51889,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2005","2005",99.66994,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2006","2006",99.53834,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2007","2007",99.27331,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2008","2008",98.93331,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2009","2009",99.92847,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2010","2010",99.98052,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2011","2011",99.8179,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2012","2012",99.85814,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2013","2013",99.91329,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2014","2014",99.05347,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2015","2015",98.27183,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2016","2016",97.6952,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","1991","1991",86.78022,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","1993","1993",88.09316,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2000","2000",86.13879,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2003","2003",92.0073,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2004","2004",94.28454,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2005","2005",90.60297,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2006","2006",95.23799,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2007","2007",89.80413,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2008","2008",93.21541,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2009","2009",91.54831,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2010","2010",92.19286,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2011","2011",91.58147,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2012","2012",87.86315,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2013","2013",84.73419,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2014","2014",83.75393,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2015","2015",83.59103,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2016","2016",85.05075,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2017","2017",86.5621,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","1990","1990",99.30465,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","1998","1998",93.3393,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","1999","1999",88.6377,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2001","2001",89.60101,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2002","2002",89.62068,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2003","2003",89.43692,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2004","2004",88.71206,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2005","2005",88.85803,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2006","2006",87.28947,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2007","2007",87.52801,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2008","2008",88.58649,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2009","2009",91.11932,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2014","2014",97.21409,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2015","2015",97.34787,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2016","2016",97.09939,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","1990","1990",98.38559,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","1994","1994",98.23866,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","1998","1998",99.59012,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2001","2001",98.69826,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2002","2002",98.72,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2003","2003",97.81378,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2004","2004",95.87863,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2005","2005",95.08922,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2006","2006",94.32724,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2007","2007",91.648,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2008","2008",89.44967,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2009","2009",87.6743,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2010","2010",86.91486,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2011","2011",85.66434,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2012","2012",86.19635,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2013","2013",86.19719,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2014","2014",86.30562,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2015","2015",86.50674,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2016","2016",85.57316,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2017","2017",85.52483,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1990","1990",88.69694,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1991","1991",90.16681,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1992","1992",91.03742,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1993","1993",92.4151,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1994","1994",92.82437,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1995","1995",93.62856,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1996","1996",92.91265,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1997","1997",92.31841,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1999","1999",92.87722,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","2000","2000",94.15034,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","2001","2001",96.45496,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","2005","2005",98.66198,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","2006","2006",98.66423,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","2007","2007",97.41707,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","2008","2008",97.60207,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","2009","2009",98.24381,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1990","1990",93.76364,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1991","1991",94.6117,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1992","1992",90.77812,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1993","1993",89.03987,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1994","1994",87.49572,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1995","1995",87.78618,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1996","1996",85.13581,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1997","1997",81.6221,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1998","1998",82.68113,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2007","2007",93.78012,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2012","2012",95.49167,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2013","2013",95.59637,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2014","2014",96.39201,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2015","2015",96.68276,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2016","2016",96.35118,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","1998","1998",84.23544,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","1999","1999",92.76689,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2000","2000",94.11233,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2001","2001",97.85028,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2005","2005",98.04183,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2006","2006",98.16245,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2007","2007",97.91816,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2008","2008",96.14243,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2009","2009",91.34017,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2010","2010",93.95831,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2011","2011",96.08559,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2012","2012",97.70092,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2013","2013",97.28464,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2014","2014",97.48402,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2015","2015",97.48501,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2016","2016",96.5032,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","1990","1990",98.96709,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","1991","1991",98.67435,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","1993","1993",96.65415,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","1994","1994",96.42522,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","1995","1995",97.13515,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","1996","1996",96.14632,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","1999","1999",97.70058,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2000","2000",97.58394,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2001","2001",98.88003,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2002","2002",97.40499,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2003","2003",97.92574,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2004","2004",98.36529,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2005","2005",99.81337,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2006","2006",99.95249,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2007","2007",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2008","2008",99.53117,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2009","2009",98.94836,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2010","2010",97.68334,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2011","2011",96.93143,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2012","2012",97.00534,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2013","2013",97.27516,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2014","2014",98.29023,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2015","2015",98.08262,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2016","2016",99.56904,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","1991","1991",63.2512,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","1999","1999",95.74947,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2000","2000",97.54944,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2001","2001",94.62827,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2002","2002",94.99634,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2004","2004",99.30008,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2005","2005",99.91664,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2006","2006",99.87889,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2007","2007",99.59027,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2008","2008",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2009","2009",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2010","2010",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2011","2011",99.93747,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2012","2012",96.7798,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2013","2013",92.97613,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2014","2014",92.05723,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2015","2015",94.89805,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2016","2016",93.25909,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2017","2017",93.29545,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1990","1990",55.88629,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1991","1991",55.53347,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1992","1992",56.03092,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1993","1993",58.1493,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1994","1994",60.74484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1995","1995",63.52226,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1996","1996",65.78476,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1997","1997",67.31717,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1998","1998",66.53842,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1999","1999",71.46705,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2000","2000",76.27801,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2001","2001",80.22472,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2002","2002",84.45602,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2003","2003",85.81025,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2004","2004",85.75054,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2005","2005",86.87307,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2006","2006",88.26564,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2007","2007",89.62013,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2008","2008",90.23751,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2009","2009",89.81215,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2010","2010",92.62327,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2011","2011",93.49325,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2012","2012",92.77758,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2013","2013",94.11557,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2014","2014",93.48892,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2016","2016",94.57711,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2017","2017",96.85602,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1996","1996",45.85734,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1997","1997",46.8718,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1999","1999",48.99474,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2000","2000",47.54813,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2001","2001",51.67026,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2002","2002",51.0507,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2003","2003",49.88248,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2009","2009",51.04279,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2013","2013",66.59689,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2014","2014",69.39915,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2015","2015",72.96339,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2016","2016",82.96073,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2017","2017",84.91329,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1990","1990",99.78903,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",98.11963,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.59141,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",99.90546,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",99.9437,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",99.94839,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2001","2001",99.93998,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.74833,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.90733,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",99.3127,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",99.99862,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",99.5574,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",97.7277,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",98.90364,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",98.17164,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.37749,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.37666,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.62904,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2013","2013",99.8914,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2014","2014",99.908,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2015","2015",99.94197,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.76344,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1990","1990",85.00489,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1991","1991",87.02613,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1992","1992",86.46167,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1993","1993",86.20854,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1994","1994",86.48709,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1995","1995",78.72177,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1996","1996",79.86947,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1998","1998",83.63068,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1999","1999",83.12774,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2000","2000",84.22869,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2001","2001",85.81043,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2002","2002",85.96166,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2003","2003",85.94299,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2004","2004",86.72714,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2005","2005",85.85086,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2006","2006",86.93456,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2007","2007",86.19966,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2008","2008",85.73587,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2009","2009",86.50104,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2012","2012",92.83018,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2013","2013",93.52492,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2014","2014",89.52162,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","1997","1997",93.93299,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","1999","1999",96.08912,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2000","2000",96.76763,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2001","2001",97.77912,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2002","2002",98.0643,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2005","2005",98.38973,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2006","2006",98.02283,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2007","2007",97.07793,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2008","2008",95.95179,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2009","2009",97.25698,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2015","2015",96.64493,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2016","2016",97.61255,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2017","2017",99.51558,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHN","China","1991","1991",93.22355,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHN","China","1992","1992",92.07016,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHN","China","1993","1993",90.93328,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHN","China","1994","1994",89.64252,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHN","China","1995","1995",88.59098,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHN","China","1996","1996",88.1048,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHN","China","1997","1997",88.18124,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","1993","1993",73.69268,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","1994","1994",81.90554,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","1995","1995",87.68614,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","1996","1996",90.13273,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","1997","1997",90.98605,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","1998","1998",95.11214,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","1999","1999",92.56746,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2000","2000",92.11578,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2001","2001",91.91304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2002","2002",94.20772,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2003","2003",97.30968,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2004","2004",98.98424,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2005","2005",97.73778,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2006","2006",95.14686,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2007","2007",94.84143,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2008","2008",94.55223,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2009","2009",94.55486,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2010","2010",94.107,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2011","2011",93.39664,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2012","2012",92.30044,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2015","2015",90.8297,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2016","2016",89.99288,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2001","2001",99.88117,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2002","2002",99.92471,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2003","2003",99.61741,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2004","2004",96.84834,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2005","2005",97.25333,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2006","2006",96.73133,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2007","2007",96.37222,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2008","2008",95.5494,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2009","2009",93.37863,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2010","2010",95.04344,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2011","2011",95.17993,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2012","2012",95.35008,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2013","2013",96.4814,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2014","2014",97.30773,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2015","2015",99.08121,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2016","2016",99.0801,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2017","2017",99.29702,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2002","2002",98.87208,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2011","2011",99.7082,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2015","2015",79.75731,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2016","2016",80.06297,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","1999","1999",98.09557,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2000","2000",97.75083,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2001","2001",97.54387,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2002","2002",97.76721,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2003","2003",95.87842,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2004","2004",96.52098,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2005","2005",98.3043,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2006","2006",98.83731,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2007","2007",98.93823,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2008","2008",98.19835,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2010","2010",95.75832,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2011","2011",95.28774,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2012","2012",96.38373,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2013","2013",96.09739,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2014","2014",96.78799,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2015","2015",98.59692,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2016","2016",99.76126,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1991","1991",89.07874,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1992","1992",91.82186,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1993","1993",95.47012,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1994","1994",95.22388,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1995","1995",98.15429,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2005","2005",97.99839,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2006","2006",96.95344,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2007","2007",97.61034,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2008","2008",97.72812,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2009","2009",99.37739,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2012","2012",99.26935,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2014","2014",99.22798,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2015","2015",98.11743,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2016","2016",99.52494,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2017","2017",99.78736,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","1997","1997",67.43367,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","1999","1999",80.13062,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2000","2000",82.92468,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2001","2001",81.91872,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2002","2002",85.4591,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2004","2004",90.20061,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2005","2005",91.87471,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2006","2006",93.55662,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2007","2007",94.7456,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2008","2008",94.79765,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2009","2009",98.09413,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2010","2010",97.92141,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2011","2011",95.87489,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2012","2012",92.80958,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2013","2013",90.46518,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2014","2014",88.52226,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2015","2015",88.16962,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2016","2016",87.50253,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2017","2017",88.5453,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1992","1992",88.53601,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1993","1993",88.8767,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1994","1994",92.61088,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1999","1999",91.28664,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2004","2004",94.39459,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2005","2005",98.58275,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2006","2006",97.12982,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2007","2007",98.66083,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2008","2008",98.60771,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2009","2009",96.19411,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2010","2010",97.7993,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2016","2016",90.91503,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2002","2002",69.7029,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2003","2003",70.15436,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2004","2004",79.04936,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2005","2005",81.03477,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2006","2006",73.48107,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2007","2007",77.08515,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2008","2008",77.53204,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2009","2009",78.57966,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2010","2010",80.11042,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2011","2011",76.71698,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2012","2012",75.79127,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2013","2013",80.79207,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2014","2014",84.94279,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2015","2015",85.88831,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2016","2016",90.43511,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2017","2017",89.29715,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","1993","1993",73.73529,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","1994","1994",81.94125,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","1995","1995",87.73222,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","1996","1996",90.23683,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","1997","1997",91.10909,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","1998","1998",95.35872,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","1999","1999",92.77983,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2000","2000",92.31201,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2001","2001",91.85601,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2002","2002",94.13136,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2003","2003",97.17626,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2004","2004",99.83114,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2005","2005",98.46953,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2006","2006",96.44229,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2007","2007",96.26678,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2008","2008",95.87448,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2009","2009",95.75123,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2010","2010",95.25507,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2011","2011",94.56335,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2012","2012",93.51381,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2015","2015",93.55013,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2016","2016",92.98516,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","1994","1994",42.83884,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","1995","1995",48.85518,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","1996","1996",52.98639,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","1998","1998",58.16882,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","1999","1999",58.22673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2000","2000",58.39223,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2001","2001",61.38591,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2002","2002",61.65151,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2003","2003",64.98857,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2004","2004",72.33005,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2005","2005",71.40216,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2006","2006",73.7468,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2007","2007",74.93997,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2008","2008",71.9171,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2009","2009",70.94836,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2010","2010",71.46046,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2011","2011",72.44299,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2012","2012",71.89399,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2013","2013",73.9772,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2014","2014",76.18426,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2016","2016",73.16208,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2017","2017",78.48274,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","1993","1993",93.28078,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","1995","1995",88.11336,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","1998","1998",99.72489,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","1999","1999",99.93161,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2000","2000",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2003","2003",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2004","2004",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2005","2005",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2008","2008",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2011","2011",99.34412,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2012","2012",93.34217,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2013","2013",96.37359,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2014","2014",97.02887,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2015","2015",98.44561,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2017","2017",99.89336,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2018","2018",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1990","1990",98.72691,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1996","1996",99.99182,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1997","1997",98.9951,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1998","1998",99.76099,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2006","2006",99.85997,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2007","2007",99.7396,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2008","2008",99.76257,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2009","2009",99.76738,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2013","2013",67.91235,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","1999","1999",95.59153,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2008","2008",98.60436,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2009","2009",97.69003,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2010","2010",97.96421,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2011","2011",97.96811,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2012","2012",97.18176,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2013","2013",96.74439,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2014","2014",96.45821,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2015","2015",96.48701,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2016","2016",96.79255,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2017","2017",97.10907,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","1990","1990",91.48245,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","1993","1993",91.92431,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","1998","1998",94.91127,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","1999","1999",97.50858,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","2001","2001",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","2004","2004",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","2006","2006",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","2012","2012",96.98523,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","2013","2013",94.77467,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","2014","2014",97.48757,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","2015","2015",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2005","2005",83.06028,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2006","2006",85.02914,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2007","2007",83.18518,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2008","2008",89.37159,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2009","2009",92.93551,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2010","2010",91.72975,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2011","2011",90.5133,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2012","2012",91.62721,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2013","2013",91.64453,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2014","2014",91.5155,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2015","2015",93.48276,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2016","2016",94.81219,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2017","2017",90.29834,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","1995","1995",81.91029,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","1996","1996",85.23354,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","1997","1997",86.28048,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","1998","1998",90.16943,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","1999","1999",91.63994,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2000","2000",93.86177,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2001","2001",95.48571,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2002","2002",94.18316,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2003","2003",86.54283,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2004","2004",92.8608,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2005","2005",93.07609,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2006","2006",98.16422,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2007","2007",99.32626,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2008","2008",99.45701,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2009","2009",99.34823,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2010","2010",98.82203,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2011","2011",98.76055,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2012","2012",98.43323,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2013","2013",95.37657,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2014","2014",95.83362,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2015","2015",97.60238,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2016","2016",98.66301,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2017","2017",98.81733,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1990","1990",99.02019,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1991","1991",99.34207,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1992","1992",99.20208,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1993","1993",99.97429,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1994","1994",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1995","1995",99.9145,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1996","1996",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1997","1997",99.8743,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1999","1999",99.94865,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2000","2000",99.67895,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2001","2001",99.72472,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2002","2002",99.81438,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2003","2003",99.97931,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2004","2004",99.92697,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2005","2005",99.9248,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2006","2006",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2007","2007",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2008","2008",99.88482,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2009","2009",99.65664,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2010","2010",99.58664,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2011","2011",99.69293,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2012","2012",99.65819,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2013","2013",99.0805,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2014","2014",98.57956,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2015","2015",99.01794,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2016","2016",98.67778,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1990","1990",64.25489,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1995","1995",54.71095,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1996","1996",56.91976,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1999","1999",64.92244,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2000","2000",66.77436,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2001","2001",67.98225,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2002","2002",68.41789,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2003","2003",78.08813,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","1999","1999",96.328,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2000","2000",96.02921,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2001","2001",96.46533,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2002","2002",96.84544,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2003","2003",95.61628,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2004","2004",96.19967,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2005","2005",97.27074,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2006","2006",97.72638,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2007","2007",97.93414,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2008","2008",97.0768,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2010","2010",94.45552,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2011","2011",93.62745,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2012","2012",95.2065,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2013","2013",94.35304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2014","2014",95.7637,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2015","2015",97.32043,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2016","2016",98.70033,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2012","2012",93.25979,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2013","2013",98.67915,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2015","2015",94.97491,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2016","2016",99.17737,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","1999","1999",66.39277,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2000","2000",72.68057,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2003","2003",80.4559,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2004","2004",81.147,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2011","2011",98.44528,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2012","2012",99.58539,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2014","2014",94.32598,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2015","2015",96.77338,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2016","2016",96.76662,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2017","2017",94.83624,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2007","2007",95.80544,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2008","2008",95.58721,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2009","2009",93.06245,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2010","2010",93.26291,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2011","2011",92.14076,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2012","2012",91.49083,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2013","2013",90.56625,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2014","2014",90.76394,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2015","2015",91.57288,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2016","2016",92.82002,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2017","2017",94.70055,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1990","1990",92.97115,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1991","1991",94.97666,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1992","1992",95.88174,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1993","1993",96.28301,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1994","1994",91.8588,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1995","1995",91.70462,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1996","1996",95.02059,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1999","1999",97.08277,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2000","2000",97.86223,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2001","2001",97.87516,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2002","2002",96.21356,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2003","2003",95.42912,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2004","2004",94.91108,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2005","2005",95.42905,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2006","2006",93.77392,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2007","2007",92.02576,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2008","2008",90.54032,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2009","2009",89.53686,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2010","2010",89.65869,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2011","2011",89.69456,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2012","2012",89.19778,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2002","2002",96.34969,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2003","2003",90.12416,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2004","2004",89.53957,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2005","2005",89.78973,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2006","2006",88.58783,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2007","2007",88.06899,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2008","2008",87.9705,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2009","2009",88.35118,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2010","2010",91.05125,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2011","2011",93.46766,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2012","2012",94.63726,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2013","2013",95.09208,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2014","2014",93.73723,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","1990","1990",98.52127,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","1992","1992",90.21876,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","1999","1999",97.44297,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2000","2000",95.53985,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2001","2001",94.71894,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2002","2002",92.06219,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2003","2003",91.97879,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2004","2004",91.14829,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2005","2005",90.31626,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2006","2006",92.26862,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2007","2007",93.98249,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2008","2008",96.5616,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2009","2009",93.05363,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2010","2010",94.33476,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2011","2011",93.21587,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2014","2014",90.561,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2015","2015",91.65079,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2016","2016",91.67319,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2017","2017",90.34356,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","1991","1991",98.06854,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","1994","1994",99.20162,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2005","2005",99.55943,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2006","2006",99.46096,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2009","2009",99.23744,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2010","2010",99.3746,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2011","2011",99.08378,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2012","2012",99.12619,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2013","2013",98.92892,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2014","2014",98.23329,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2015","2015",97.30931,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2016","2016",96.65665,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",87.20157,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",89.80193,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",92.07113,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",95.6807,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",94.09086,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",94.28021,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",93.52658,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",93.6566,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",95.06004,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",92.92864,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",94.6124,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",95.23876,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",95.24542,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",95.11068,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",94.45309,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",93.52694,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",92.69031,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",89.58373,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",86.87588,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1990","1990",87.73359,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1991","1991",88.28702,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1992","1992",90.34648,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1993","1993",91.13865,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1994","1994",90.73328,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1995","1995",92.44825,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1996","1996",94.91349,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2011","2011",99.43658,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2012","2012",99.47021,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2013","2013",98.47241,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2014","2014",96.35849,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2015","2015",96.51653,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2016","2016",96.79008,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1990","1990",64.79916,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1991","1991",66.56392,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1992","1992",68.19983,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1993","1993",72.59787,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1994","1994",74.53655,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1995","1995",75.82888,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1996","1996",77.8923,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1997","1997",79.31767,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1998","1998",82.01221,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1999","1999",83.60193,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2000","2000",84.49504,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2001","2001",85.79723,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2002","2002",84.986,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2003","2003",82.85865,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2009","2009",96.23446,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2011","2011",99.67111,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2014","2014",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2017","2017",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","1990","1990",76.37724,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","1991","1991",78.56567,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","1994","1994",73.47176,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","1995","1995",82.58793,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","1996","1996",91.0224,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","1997","1997",87.86007,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2001","2001",97.56292,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2003","2003",97.72379,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2004","2004",99.89621,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2005","2005",98.51141,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2007","2007",95.95338,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2008","2008",96.64301,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2014","2014",94.63349,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2016","2016",94.04562,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2017","2017",94.54367,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","1990","1990",98.44172,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","1992","1992",95.53387,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","1993","1993",94.58926,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","1994","1994",92.96443,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","1996","1996",95.68162,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","1998","1998",91.80308,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","1999","1999",88.93604,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2001","2001",90.52763,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2002","2002",90.97703,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2003","2003",90.3663,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2004","2004",89.76438,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2005","2005",90.13648,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2006","2006",88.60485,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2007","2007",88.87598,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2008","2008",90.0875,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2009","2009",92.46302,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2014","2014",98.11632,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2015","2015",97.82642,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2016","2016",97.29906,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","1994","1994",74.8446,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","1995","1995",72.83112,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","1998","1998",69.4658,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","1999","1999",68.08004,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2000","2000",67.3572,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2001","2001",66.59264,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2002","2002",69.5706,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2004","2004",81.07137,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2005","2005",88.30633,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2006","2006",85.85267,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2007","2007",89.20764,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2009","2009",85.91892,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2010","2010",83.43497,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2011","2011",87.31116,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2012","2012",88.68431,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2013","2013",86.95411,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2017","2017",84.1754,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","1994","1994",97.46788,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","1998","1998",95.50406,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","1999","1999",94.85431,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2000","2000",98.47941,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2001","2001",97.81689,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2002","2002",96.52968,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2003","2003",97.02876,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2004","2004",99.40607,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2005","2005",99.73288,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2006","2006",96.94872,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2007","2007",96.37177,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2008","2008",95.65814,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2009","2009",97.80691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2010","2010",96.81683,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2011","2011",98.17828,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2012","2012",99.47721,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2015","2015",99.63498,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2016","2016",98.80051,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2017","2017",98.76546,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","1998","1998",96.23871,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","1999","1999",96.4328,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2000","2000",97.92808,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2001","2001",98.16344,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2002","2002",98.09469,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2003","2003",98.24975,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2004","2004",98.36907,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2005","2005",98.64627,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2006","2006",98.90073,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2007","2007",99.00255,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2008","2008",99.20387,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2009","2009",99.16689,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2010","2010",99.29394,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2011","2011",99.38888,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2012","2012",99.34688,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2013","2013",99.66988,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2014","2014",99.7484,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2015","2015",99.75232,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2016","2016",99.74473,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNB","Guinea-Bissau","2000","2000",55.83172,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNB","Guinea-Bissau","2010","2010",73.68582,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1990","1990",51.32563,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1991","1991",50.62554,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1992","1992",50.70394,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1993","1993",49.92003,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1994","1994",48.71263,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1995","1995",48.60242,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1996","1996",48.70992,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1997","1997",49.09301,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1998","1998",48.5706,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1999","1999",48.97569,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2000","2000",52.50189,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2001","2001",57.05208,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2002","2002",71.70568,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2003","2003",79.92564,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2004","2004",84.08562,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2005","2005",88.26358,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2006","2006",93.43869,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2008","2008",94.37157,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2010","2010",87.71477,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2012","2012",82.94378,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2013","2013",80.76245,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2014","2014",79.32286,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2016","2016",80.80852,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2017","2017",80.80853,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2003","2003",97.35605,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2005","2005",97.99054,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2006","2006",98.97026,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2007","2007",96.44988,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2008","2008",96.34335,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2011","2011",91.25373,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2012","2012",95.67636,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2015","2015",95.03709,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2016","2016",95.04434,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2017","2017",96.57324,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","1990","1990",98.6982,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","1993","1993",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","1999","1999",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","2000","2000",93.51882,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","2001","2001",94.50135,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","2002","2002",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","2003","2003",99.9833,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","2004","2004",96.58512,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","2005","2005",95.12364,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","2006","2006",97.11692,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","2007","2007",96.54731,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1991","1991",27.18227,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1992","1992",27.70352,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1993","1993",28.68706,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1994","1994",29.91303,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1995","1995",31.53515,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1998","1998",34.98034,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1999","1999",35.51457,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2000","2000",36.7463,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2001","2001",37.77186,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2002","2002",36.72142,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2003","2003",39.04855,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2004","2004",41.14892,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2005","2005",45.97286,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2006","2006",49.62343,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2007","2007",54.95361,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2008","2008",61.00304,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2009","2009",63.89452,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2010","2010",60.31924,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2011","2011",65.00287,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2012","2012",66.07419,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2013","2013",67.1618,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2014","2014",68.42174,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2015","2015",70.05312,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2016","2016",75.85293,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2017","2017",77.00493,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","1999","1999",90.31319,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2000","2000",91.13983,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2001","2001",88.96855,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2002","2002",88.80284,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2003","2003",87.68817,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2004","2004",85.7267,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2005","2005",83.75417,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2006","2006",84.01334,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2007","2007",83.69751,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2008","2008",85.95697,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2009","2009",87.99186,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2010","2010",90.04066,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2011","2011",90.53337,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2012","2012",93.34659,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2013","2013",92.18877,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2014","2014",93.12229,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2015","2015",91.8373,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2016","2016",91.87002,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2017","2017",94.10935,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","1995","1995",92.81567,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","1996","1996",94.60319,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","1997","1997",95.51392,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","1998","1998",97.53323,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","1999","1999",96.57212,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2000","2000",94.42845,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2001","2001",96.28523,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2002","2002",96.76513,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2003","2003",97.73093,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2004","2004",99.55355,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2007","2007",99.27051,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2008","2008",99.38805,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2009","2009",99.2625,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2010","2010",99.25197,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2011","2011",99.19244,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2012","2012",99.40761,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2013","2013",98.61958,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2014","2014",98.41275,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2015","2015",99.03224,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2016","2016",98.8521,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","1999","1999",63.13629,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2000","2000",66.50717,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2001","2001",74.21758,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2002","2002",68.34466,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2003","2003",84.59367,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2004","2004",82.74902,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2005","2005",83.43334,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2006","2006",82.53377,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2007","2007",91.8544,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2008","2008",88.59132,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2009","2009",90.51669,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2012","2012",84.94183,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2007","2007",85.46366,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2008","2008",86.37584,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2009","2009",83.74832,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2010","2010",78.222,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2011","2011",79.61395,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2012","2012",77.93467,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2014","2014",77.28919,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2015","2015",82.01739,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2017","2017",82.62405,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1991","1991",97.5025,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1992","1992",96.8225,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1993","1993",88.97354,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1994","1994",85.00676,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1995","1995",79.14057,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1996","1996",89.79708,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1997","1997",91.03595,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1998","1998",89.55036,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1999","1999",95.34097,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2000","2000",91.8245,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2001","2001",89.43722,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2002","2002",89.30561,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2003","2003",89.10344,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2004","2004",89.13111,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2005","2005",89.44695,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2006","2006",90.0826,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2007","2007",87.22069,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2008","2008",87.05945,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2009","2009",88.80242,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2010","2010",88.1913,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2011","2011",91.28474,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2012","2012",93.40742,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2013","2013",99.93001,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2014","2014",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2015","2015",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2016","2016",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2017","2017",97.2161,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","1997","1997",93.93299,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","1999","1999",97.89727,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2000","2000",97.54435,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2001","2001",99.18611,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2002","2002",99.43302,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2004","2004",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2007","2007",99.40681,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2008","2008",98.61269,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2016","2016",98.56918,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2017","2017",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1990","1990",97.80958,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1991","1991",97.21765,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1992","1992",96.98586,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1993","1993",96.55166,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1994","1994",96.2691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1995","1995",94.83876,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1996","1996",95.37764,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1997","1997",95.16067,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1998","1998",95.48053,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1999","1999",95.4527,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2000","2000",95.67675,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2002","2002",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2003","2003",98.78022,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2004","2004",99.09943,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2005","2005",99.91757,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2006","2006",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2007","2007",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2008","2008",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2009","2009",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2011","2011",98.18632,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2012","2012",98.01846,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2013","2013",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2014","2014",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2017","2017",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1990","1990",92.49875,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1991","1991",92.19168,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1992","1992",94.58432,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1993","1993",95.31841,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1994","1994",97.55714,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1995","1995",97.51276,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1996","1996",98.96019,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1997","1997",98.60747,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1998","1998",98.42088,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1999","1999",98.45404,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2000","2000",97.72416,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2001","2001",96.96853,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2002","2002",96.85502,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2003","2003",94.74614,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2004","2004",94.35052,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2005","2005",94.32597,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2006","2006",94.76387,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2007","2007",96.30361,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2008","2008",97.4011,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2009","2009",99.76895,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2010","2010",99.90316,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2011","2011",99.9985,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2012","2012",99.6673,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2013","2013",99.4971,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2014","2014",96.68358,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2015","2015",95.36597,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2016","2016",95.69818,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2017","2017",96.95828,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1990","1990",97.68508,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1991","1991",98.25418,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1992","1992",97.43151,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1993","1993",96.96003,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1994","1994",98.68842,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1995","1995",98.27815,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1996","1996",98.14876,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1998","1998",99.44284,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1999","1999",97.94913,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2000","2000",98.10583,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2001","2001",99.84693,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2002","2002",99.86065,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2004","2004",98.25845,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2005","2005",96.15496,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2006","2006",96.50242,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2007","2007",97.05003,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2008","2008",96.51035,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2009","2009",96.42951,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2010","2010",96.26952,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2011","2011",97.75173,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2012","2012",98.23881,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2013","2013",98.65074,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2014","2014",98.36505,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2015","2015",98.69377,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2016","2016",99.0209,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","1999","1999",97.19638,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2000","2000",96.02921,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2001","2001",97.39458,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2002","2002",97.69319,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2003","2003",95.61628,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2004","2004",96.19967,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2005","2005",97.95586,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2006","2006",98.45819,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2007","2007",98.63386,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2008","2008",97.77594,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2010","2010",95.02128,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2011","2011",94.448,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2012","2012",96.13016,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2013","2013",95.42511,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2014","2014",96.7323,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2015","2015",98.48639,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2016","2016",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","1994","1994",97.33665,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","1996","1996",97.9898,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","1997","1997",98.47849,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","1998","1998",99.51725,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","1999","1999",98.89011,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2000","2000",98.91577,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2001","2001",99.25604,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2002","2002",99.28735,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2003","2003",98.28539,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2004","2004",96.62122,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2005","2005",96.82525,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2006","2006",97.32263,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2007","2007",98.14066,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2008","2008",99.22781,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2009","2009",99.68921,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2010","2010",99.27792,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2011","2011",98.78802,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2012","2012",98.25189,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2013","2013",98.11884,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2014","2014",98.21974,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2015","2015",98.6384,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2016","2016",99.51819,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","1998","1998",94.47164,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","1999","1999",94.79815,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2000","2000",95.64631,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2001","2001",96.07349,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2002","2002",96.31114,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2003","2003",97.03734,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2004","2004",97.08264,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2005","2005",97.04179,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2006","2006",97.0121,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2007","2007",96.69213,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2008","2008",94.85232,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2009","2009",97.76118,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2010","2010",95.37001,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2011","2011",93.13827,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2012","2012",89.56757,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2013","2013",88.84539,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2014","2014",88.55049,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2015","2015",89.19744,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2016","2016",90.34628,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2017","2017",91.97563,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","1999","1999",87.00932,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2000","2000",88.23581,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2002","2002",92.04014,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2003","2003",88.31889,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2004","2004",86.46232,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2005","2005",87.70423,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2006","2006",87.12629,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2007","2007",92.44623,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2008","2008",88.77043,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2009","2009",91.67262,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2010","2010",92.6961,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2011","2011",94.06663,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2012","2012",92.97682,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2013","2013",93.08147,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2014","2014",91.44431,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2015","2015",95.04055,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2016","2016",95.43326,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2017","2017",94.77769,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","1992","1992",96.61642,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","1994","1994",96.891,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","1995","1995",95.22517,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","1996","1996",93.37452,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","1997","1997",93.79027,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","1998","1998",94.52401,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","1999","1999",93.96552,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2000","2000",94.83767,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2001","2001",97.8214,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2002","2002",98.47672,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2003","2003",98.73794,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2004","2004",99.64797,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2006","2006",99.29077,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2007","2007",99.25757,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2008","2008",98.70087,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2009","2009",99.14929,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2011","2011",98.14643,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2012","2012",97.46601,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2013","2013",95.87995,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2015","2015",97.69208,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2016","2016",99.86801,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","1999","1999",99.51048,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2000","2000",99.55033,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2001","2001",99.86302,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2002","2002",99.83859,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2003","2003",99.85294,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2004","2004",99.95363,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2005","2005",99.97925,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2006","2006",99.8035,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2007","2007",99.91151,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2008","2008",99.88815,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2009","2009",99.9098,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2010","2010",99.92264,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2011","2011",99.92523,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2012","2012",99.95382,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2013","2013",99.98445,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2014","2014",99.90372,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2015","2015",99.90273,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2016","2016",99.6808,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2017","2017",99.75072,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",92.86288,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",92.80038,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",99.58502,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",99.37675,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",99.19736,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",99.04134,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",99.19084,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",99.24448,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","1994","1994",96.85193,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","1995","1995",93.44272,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2006","2006",93.62212,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2007","2007",94.23351,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2008","2008",98.10169,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2009","2009",99.57692,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2011","2011",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2013","2013",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2014","2014",98.92249,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2015","2015",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2016","2016",100,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","1990","1990",65.93499,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","1991","1991",68.87708,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","1992","1992",71.80168,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","1993","1993",72.69513,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","1994","1994",73.69036,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","1995","1995",71.79015,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","1999","1999",81.46903,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","2000","2000",84.57789,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","2001","2001",88.92125,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","2002","2002",96.47954,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","2006","2006",97.42301,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","2007","2007",97.08795,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","2010","2010",97.17412,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","1990","1990",57.26208,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","1991","1991",52.95281,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2005","2005",47.76794,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2006","2006",48.21058,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2007","2007",56.21571,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2008","2008",65.22647,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2009","2009",65.41486,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2010","2010",67.92844,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2011","2011",65.73605,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2012","2012",68.35222,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","1997","1997",83.00848,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","1998","1998",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","1999","1999",98.11413,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2001","2001",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2002","2002",98.76998,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2003","2003",96.98538,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2004","2004",94.54408,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2005","2005",89.66811,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2006","2006",86.30971,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2007","2007",87.2782,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2008","2008",88.11985,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2009","2009",88.92959,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2010","2010",90.66694,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2011","2011",90.57876,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2012","2012",87.81605,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2013","2013",86.92949,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2014","2014",85.57405,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2015","2015",81.9298,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2016","2016",82.99081,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2017","2017",87.23265,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2009","2009",92.20482,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2010","2010",96.83332,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2011","2011",96.67751,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2012","2012",99.40294,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2013","2013",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2014","2014",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2016","2016",100,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CMR","Cameroon","1990","1990",79.04707,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CMR","Cameroon","1991","1991",76.89053,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CMR","Cameroon","2011","2011",96.91935,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CMR","Cameroon","2012","2012",99.52981,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CMR","Cameroon","2014","2014",99.53508,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CMR","Cameroon","2016","2016",99.46488,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CMR","Cameroon","2017","2017",99.3882,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","1999","1999",97.01504,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2000","2000",96.73522,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2001","2001",96.57326,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2002","2002",95.6888,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2003","2003",94.81824,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2004","2004",94.0223,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2005","2005",93.42954,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2006","2006",93.48631,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2007","2007",93.57959,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2008","2008",93.63049,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2009","2009",94.30458,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2010","2010",94.79059,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2011","2011",94.84228,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2012","2012",95.37031,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2013","2013",95.71435,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2014","2014",95.38248,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2015","2015",95.19025,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2016","2016",95.69158,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","1990","1990",85.60555,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","1991","1991",81.05841,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","1992","1992",78.20697,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","1993","1993",77.07436,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","1994","1994",81.60502,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","1998","1998",97.39342,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","1999","1999",98.57623,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2000","2000",96.18775,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2001","2001",96.93621,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2002","2002",98.14521,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2003","2003",96.70482,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2004","2004",96.18572,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2005","2005",99.2867,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2006","2006",93.36235,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2007","2007",98.46516,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2009","2009",97.07404,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2010","2010",95.41887,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2011","2011",98.81126,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2012","2012",97.4258,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2013","2013",93.67769,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2014","2014",93.85668,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2015","2015",96.57369,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2016","2016",97.83193,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2017","2017",98.66677,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","1993","1993",98.71577,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","1994","1994",98.70792,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","1995","1995",98.36128,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","1996","1996",98.66977,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","1997","1997",98.79029,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","1998","1998",99.34172,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","1999","1999",99.66918,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2000","2000",99.45926,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2001","2001",99.97514,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2002","2002",99.56616,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2003","2003",98.81398,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2004","2004",97.8144,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2005","2005",97.59232,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2006","2006",97.20436,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2007","2007",97.81966,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2008","2008",98.05223,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2009","2009",98.24788,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2010","2010",98.5201,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2011","2011",98.71965,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2012","2012",99.24163,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2013","2013",99.28147,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2014","2014",99.72808,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2015","2015",99.36006,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2016","2016",99.32476,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1990","1990",99.78498,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1991","1991",99.91115,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1992","1992",99.70465,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1993","1993",98.85083,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1994","1994",98.4674,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1995","1995",98.15304,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1996","1996",98.30724,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1997","1997",84.34029,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1998","1998",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1999","1999",99.82987,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2000","2000",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2002","2002",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2003","2003",99.89115,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2004","2004",99.4396,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2005","2005",98.66178,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2006","2006",98.9296,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2007","2007",99.15116,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2008","2008",99.52648,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2009","2009",99.42514,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2010","2010",99.35687,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2011","2011",99.61878,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2013","2013",99.89639,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2014","2014",99.87691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2015","2015",99.71406,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2016","2016",99.77393,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2017","2017",99.90843,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VUT","Vanuatu","1999","1999",96.9779,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VUT","Vanuatu","2004","2004",97.35044,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VUT","Vanuatu","2015","2015",87.97472,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","1998","1998",83.99954,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","1999","1999",92.57827,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2000","2000",93.90671,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2001","2001",97.51971,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2002","2002",99.67684,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2003","2003",99.7369,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2005","2005",98.99561,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2006","2006",99.05707,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2007","2007",98.93121,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2008","2008",97.42441,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2009","2009",91.65297,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2010","2010",95.04173,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2011","2011",97.24034,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2012","2012",98.78647,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2013","2013",98.60479,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2014","2014",98.70699,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2015","2015",98.70726,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2016","2016",98.20239,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","1999","1999",36.84433,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2002","2002",44.75654,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2003","2003",44.7046,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2004","2004",46.97232,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2005","2005",49.96267,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2006","2006",51.73643,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2007","2007",54.07329,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2009","2009",61.15279,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2010","2010",62.63812,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2011","2011",64.04908,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2012","2012",62.20452,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2014","2014",59.4909,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2015","2015",56.81202,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2016","2016",57.86964,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2017","2017",63.54253,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRI","Puerto Rico","2010","2010",84.52112,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRI","Puerto Rico","2011","2011",81.13852,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRI","Puerto Rico","2012","2012",81.97693,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRI","Puerto Rico","2013","2013",82.22565,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRI","Puerto Rico","2014","2014",80.43457,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRI","Puerto Rico","2015","2015",79.02668,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRI","Puerto Rico","2016","2016",73.94924,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1990","1990",97.1773,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1991","1991",92.62251,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1993","1993",92.76294,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1994","1994",93.73893,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1995","1995",94.68318,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1996","1996",96.98175,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1997","1997",97.90364,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1998","1998",99.88367,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1999","1999",99.71607,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2000","2000",99.77452,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2001","2001",99.5438,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2002","2002",99.36867,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2003","2003",99.09964,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2004","2004",98.2595,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2005","2005",99.35255,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2006","2006",99.38799,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2007","2007",99.36214,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2008","2008",99.60545,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2009","2009",99.04816,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2010","2010",98.94211,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2011","2011",98.81658,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2012","2012",95.71263,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2013","2013",97.8459,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2014","2014",98.80517,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2015","2015",98.92388,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2016","2016",98.4989,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2017","2017",98.89966,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",97.87227,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.42499,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",99.96173,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",99.91154,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",99.9152,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.68276,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.8234,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",99.2347,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",99.99813,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",99.31649,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",97.49697,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",98.94904,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",98.2279,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.3981,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.33106,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.64515,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.83166,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","1990","1990",77.50029,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2000","2000",84.16702,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2001","2001",84.09338,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2002","2002",83.89912,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2003","2003",88.73096,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2007","2007",96.98044,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2008","2008",97.00128,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2009","2009",95.65904,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2010","2010",96.2066,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2011","2011",95.76999,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2012","2012",96.99771,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2013","2013",97.73003,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","1998","1998",99.54055,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","1999","1999",99.99516,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2000","2000",99.89684,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2001","2001",98.48424,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2002","2002",98.04563,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2003","2003",98.64853,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2004","2004",98.30474,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2005","2005",99.42638,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2006","2006",99.46004,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2007","2007",99.56217,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2008","2008",99.80718,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2009","2009",99.68659,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2010","2010",99.3711,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2011","2011",99.33335,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2012","2012",97.8398,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2013","2013",94.95817,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2014","2014",95.12135,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2015","2015",97.70214,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2016","2016",96.73819,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",90.07832,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",89.78212,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",94.84436,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",94.31851,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",93.54963,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",92.18272,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",92.1476,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",92.02227,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",90.90613,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",90.59044,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",90.33718,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",91.35883,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",94.81051,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",89.09613,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",88.16308,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",88.74445,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",91.53961,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","1990","1990",57.26208,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","1991","1991",52.95281,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2005","2005",47.76794,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2006","2006",48.21058,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2007","2007",56.21571,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2008","2008",65.09037,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2009","2009",65.41486,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2010","2010",67.67939,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2011","2011",65.73605,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2012","2012",68.35222,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2000","2000",92.74355,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2001","2001",96.40935,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2002","2002",97.54109,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2003","2003",97.58208,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2004","2004",97.94559,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2005","2005",98.09787,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2006","2006",97.2647,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2007","2007",97.42995,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2008","2008",98.73264,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2009","2009",99.27169,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2011","2011",98.78276,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2012","2012",99.06917,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2013","2013",99.04357,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2014","2014",99.29157,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2015","2015",99.76925,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2016","2016",99.53535,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2017","2017",98.31556,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2018","2018",97.99059,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","1995","1995",86.0757,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","1996","1996",89.90886,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","1998","1998",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","1999","1999",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2001","2001",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2002","2002",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2003","2003",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2004","2004",99.27871,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2005","2005",98.70043,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2006","2006",98.34949,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2007","2007",99.83161,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2008","2008",99.08986,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2009","2009",98.23157,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2010","2010",98.80892,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2011","2011",99.94897,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2012","2012",99.99721,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2013","2013",98.22084,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2014","2014",94.57792,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2015","2015",94.2754,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2016","2016",94.32773,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","1996","1996",79.47675,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","1997","1997",87.70647,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","1998","1998",98.61705,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","1999","1999",98.98683,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2000","2000",96.77087,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2001","2001",97.51025,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2002","2002",98.007,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2003","2003",97.06459,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2004","2004",96.82867,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2005","2005",97.76183,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2006","2006",98.15013,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2007","2007",97.32819,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2008","2008",98.16786,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2009","2009",98.41411,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2010","2010",98.11303,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2011","2011",97.3236,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2012","2012",96.74446,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2013","2013",96.72269,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2014","2014",96.90551,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2015","2015",97.13317,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2016","2016",97.85001,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MSR","Montserrat","2002","2002",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MSR","Montserrat","2004","2004",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MSR","Montserrat","2005","2005",96.71694,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MSR","Montserrat","2006","2006",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MSR","Montserrat","2007","2007",92.85702,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","1996","1996",92.72327,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","1997","1997",94.19631,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","1998","1998",96.00536,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","1999","1999",96.73451,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2000","2000",96.27823,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2001","2001",96.31624,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2002","2002",95.73737,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2003","2003",96.19986,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2004","2004",96.91088,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2005","2005",95.71944,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2006","2006",96.4627,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2007","2007",99.31097,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2008","2008",99.76798,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2009","2009",99.72858,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2010","2010",99.73594,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2011","2011",99.74431,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2012","2012",97.83944,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2013","2013",96.39405,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2014","2014",96.03043,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2015","2015",94.72491,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2016","2016",92.96063,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","1999","1999",74.96996,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2000","2000",80.42634,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2003","2003",86.00551,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2004","2004",86.49989,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2011","2011",99.09892,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2014","2014",94.97574,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2015","2015",97.5067,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2016","2016",97.13634,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2017","2017",96.19392,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1990","1990",96.98306,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1991","1991",96.7172,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1992","1992",97.10957,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1993","1993",96.99104,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1994","1994",96.5774,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1995","1995",96.42216,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1996","1996",96.16098,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1997","1997",95.7431,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1998","1998",95.94581,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1999","1999",98.9091,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2000","2000",99.3515,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2001","2001",99.39677,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2002","2002",99.43791,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2003","2003",99.50369,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2004","2004",98.8891,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2005","2005",97.64365,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2006","2006",96.67032,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2007","2007",96.38538,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2008","2008",96.33926,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2009","2009",96.97848,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2010","2010",97.85311,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2011","2011",98.64681,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2012","2012",98.95526,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2013","2013",98.83052,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2014","2014",98.77402,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2015","2015",98.86538,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2016","2016",98.98534,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2017","2017",99.11748,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COM","Comoros","1994","1994",69.22219,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COM","Comoros","1999","1999",60.79396,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COM","Comoros","2000","2000",67.49473,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COM","Comoros","2007","2007",79.17413,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COM","Comoros","2013","2013",86.71476,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COM","Comoros","2014","2014",82.7174,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COM","Comoros","2017","2017",84.18473,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDG","Madagascar","1990","1990",64.66574,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDG","Madagascar","1995","1995",51.88875,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDG","Madagascar","1996","1996",56.84055,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDG","Madagascar","1999","1999",64.66209,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDG","Madagascar","2000","2000",66.4623,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDG","Madagascar","2001","2001",67.63395,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDG","Madagascar","2002","2002",68.0486,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDG","Madagascar","2003","2003",77.96329,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","1994","1994",98.91733,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2000","2000",96.39169,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2001","2001",95.6006,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2002","2002",98.0881,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2003","2003",98.95548,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2004","2004",98.77104,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2005","2005",96.99077,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2007","2007",96.77392,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2008","2008",94.98876,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2009","2009",96.62482,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2010","2010",96.94486,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2011","2011",96.74306,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2012","2012",98.21016,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2013","2013",98.35034,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2017","2017",98.70433,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","1991","1991",95.21674,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","1992","1992",93.90705,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","1993","1993",97.37528,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","1994","1994",96.82198,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","1995","1995",96.94535,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","1996","1996",97.42242,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","1999","1999",99.04234,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2000","2000",99.02991,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2001","2001",99.05892,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2002","2002",98.82431,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2003","2003",97.90544,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2004","2004",96.11564,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2005","2005",95.77904,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2006","2006",96.19414,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2007","2007",97.0361,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2008","2008",97.62909,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2009","2009",97.60298,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2010","2010",97.32922,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2011","2011",97.44352,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2012","2012",97.86418,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2013","2013",97.90845,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2014","2014",97.95986,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2015","2015",98.42075,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2016","2016",98.69945,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1990","1990",99.51596,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1991","1991",99.72395,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1992","1992",99.83868,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1993","1993",99.63522,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1994","1994",99.89829,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1995","1995",98.83807,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1996","1996",99.80345,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1997","1997",99.82815,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1999","1999",99.77019,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2000","2000",99.6379,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2001","2001",99.725,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2002","2002",99.73428,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2003","2003",99.29999,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2004","2004",97.0924,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2005","2005",95.61017,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2006","2006",95.28006,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2007","2007",96.46684,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2008","2008",98.68878,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2009","2009",99.63744,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2010","2010",99.63993,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2011","2011",99.71371,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2012","2012",99.84236,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2013","2013",99.96287,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2014","2014",99.93706,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2015","2015",99.99336,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2016","2016",99.85592,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","1997","1997",30.79729,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","1998","1998",35.5165,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","1999","1999",38.28056,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","2000","2000",40.7423,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","2001","2001",42.50866,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","2002","2002",45.51055,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","2003","2003",47.36538,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","2011","2011",54.80911,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","2013","2013",68.51298,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","2015","2015",70.66246,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","2016","2016",65.65059,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1992","1992",46.9865,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1994","1994",67.87883,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1996","1996",88.97302,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1997","1997",88.5098,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1998","1998",94.89096,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1999","1999",94.47337,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2000","2000",91.11169,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2001","2001",90.62574,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2002","2002",93.17917,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2003","2003",92.74503,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2004","2004",94.40781,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2005","2005",92.37934,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2007","2007",98.76205,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2008","2008",98.8503,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2010","2010",99.24901,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2011","2011",99.45828,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2012","2012",99.00527,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2013","2013",98.26615,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2014","2014",98.13869,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2015","2015",97.92853,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2016","2016",97.39124,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2017","2017",94.04683,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","1994","1994",64.1835,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2000","2000",71.48512,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2001","2001",76.08479,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2002","2002",74.29677,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2003","2003",70.24342,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2008","2008",47.11885,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2009","2009",45.65199,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2010","2010",44.66103,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2011","2011",45.51886,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2012","2012",46.88958,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2015","2015",44.12113,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1990","1990",63.0066,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1991","1991",64.32246,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1992","1992",64.9052,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1993","1993",63.10153,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1994","1994",64.85776,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1995","1995",64.74943,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1996","1996",64.89883,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1998","1998",58.41084,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1999","1999",55.47233,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2000","2000",76.49961,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2001","2001",76.78652,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2002","2002",77.57909,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2003","2003",77.78025,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2004","2004",75.80694,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2005","2005",75.17067,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2006","2006",75.61756,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2007","2007",73.564,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2008","2008",74.47969,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2009","2009",74.8169,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2010","2010",77.31182,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2011","2011",79.03802,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2012","2012",80.17227,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2013","2013",81.30596,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2014","2014",81.34405,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2015","2015",81.62156,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2016","2016",82.21453,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2017","2017",83.54229,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","1990","1990",64.47058,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","1991","1991",66.97489,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","1994","1994",62.90004,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","1995","1995",71.48478,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","1996","1996",78.78164,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","1997","1997",76.36854,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","1999","1999",88.75943,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2000","2000",85.38487,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2001","2001",88.26365,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2002","2002",91.07971,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2003","2003",89.37753,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2004","2004",92.05466,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2005","2005",91.38809,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2006","2006",93.35021,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2007","2007",90.04608,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2008","2008",91.2386,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2014","2014",91.46285,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2015","2015",96.57075,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2016","2016",91.07442,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2017","2017",91.64536,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1990","1990",97.36463,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1991","1991",95.73068,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1993","1993",92.66665,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1999","1999",91.38544,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2000","2000",92.8489,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2001","2001",92.5342,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2002","2002",91.77904,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2003","2003",90.5322,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2004","2004",92.29913,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RWA","Rwanda","1999","1999",81.33112,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RWA","Rwanda","2002","2002",84.06245,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RWA","Rwanda","2003","2003",89.83691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RWA","Rwanda","2016","2016",96.36675,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RWA","Rwanda","2017","2017",94.25434,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","1995","1995",85.7133,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2008","2008",98.63654,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2009","2009",98.52802,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2010","2010",98.61952,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2011","2011",98.54071,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2012","2012",98.8194,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2013","2013",98.13081,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2014","2014",97.41416,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2015","2015",99.0579,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2016","2016",99.07549,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2017","2017",98.41301,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1990","1990",97.68508,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1991","1991",98.25418,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1992","1992",97.43151,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1993","1993",96.96003,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1994","1994",98.68842,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1995","1995",98.27815,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1996","1996",98.14876,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1998","1998",99.44284,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1999","1999",99.78754,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2000","2000",99.92952,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2001","2001",99.84693,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2002","2002",99.86065,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2004","2004",98.25845,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2005","2005",98.5666,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2006","2006",98.89687,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2007","2007",99.50714,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2008","2008",99.35023,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2009","2009",99.07224,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2010","2010",98.79519,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2011","2011",99.1048,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2012","2012",99.43562,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2013","2013",99.75108,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2014","2014",99.50442,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2015","2015",99.94565,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2016","2016",99.98983,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HTI","Haiti","1997","1997",57.78431,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","1995","1995",82.76138,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","1996","1996",81.63258,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","1997","1997",83.93793,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","2004","2004",88.23004,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","2005","2005",86.44905,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","2006","2006",87.22556,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","2007","2007",95.10768,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","2008","2008",96.21301,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","2009","2009",95.20477,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","2011","2011",95.99178,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","2012","2012",98.41846,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","1994","1994",92.62902,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","1995","1995",93.00088,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","1996","1996",94.11898,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","1997","1997",96.46874,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","1998","1998",97.04956,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","1999","1999",96.95665,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2000","2000",97.5082,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2001","2001",99.24253,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2008","2008",98.57319,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2009","2009",97.69589,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2012","2012",97.65809,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2013","2013",99.07772,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2014","2014",98.95802,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2015","2015",99.17018,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2016","2016",98.9926,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","1990","1990",76.24042,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","1991","1991",76.0041,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","1992","1992",76.38144,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","1993","1993",74.74403,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","1994","1994",75.49805,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","1995","1995",76.19034,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","1996","1996",73.74239,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","2009","2009",74.36509,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","2010","2010",79.18449,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","2011","2011",78.08274,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","2012","2012",78.28454,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","2013","2013",75.77449,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","2014","2014",76.79487,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","2015","2015",75.91063,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","2016","2016",75.21781,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1990","1990",90.8568,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1991","1991",90.63643,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1992","1992",89.13799,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1993","1993",87.16468,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1994","1994",86.44549,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1995","1995",88.57508,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1996","1996",87.16309,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1997","1997",87.61224,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1998","1998",94.37172,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1999","1999",94.84593,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2000","2000",95.9862,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2001","2001",94.79914,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2002","2002",94.59802,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2003","2003",94.54002,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2004","2004",93.57758,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2005","2005",92.61052,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2006","2006",91.9374,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2007","2007",92.00994,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2010","2010",93.2098,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2011","2011",93.54499,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2012","2012",93.84506,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2013","2013",93.3425,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2014","2014",92.29929,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2015","2015",93.34693,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2016","2016",92.89371,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AGO","Angola","1998","1998",41.30159,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AGO","Angola","2008","2008",69.38779,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AGO","Angola","2009","2009",68.3113,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AGO","Angola","2010","2010",67.71203,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AGO","Angola","2011","2011",66.3875,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UGA","Uganda","2009","2009",89.70341,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UGA","Uganda","2010","2010",86.44378,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UGA","Uganda","2011","2011",89.18052,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UGA","Uganda","2013","2013",89.59314,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","1990","1990",97.60318,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","1992","1992",89.73367,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","1999","1999",97.1906,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2000","2000",95.5583,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2001","2001",94.6152,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2002","2002",91.93795,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2003","2003",91.69669,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2004","2004",90.49766,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2005","2005",90.28174,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2006","2006",92.07821,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2007","2007",94.81328,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2008","2008",96.8145,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2009","2009",93.83737,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2010","2010",95.08052,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2011","2011",93.61637,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2014","2014",91.49087,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2015","2015",92.52669,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2016","2016",92.97517,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2017","2017",90.42687,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","1990","1990",79.32817,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","1992","1992",82.77251,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","1994","1994",85.04027,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","1995","1995",85.71563,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","1996","1996",84.92825,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","1997","1997",85.80822,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","1998","1998",87.4665,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","1999","1999",87.62549,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2000","2000",89.07857,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2001","2001",89.75271,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2002","2002",90.97149,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2003","2003",90.67406,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2004","2004",88.15196,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2005","2005",88.06732,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2006","2006",85.39631,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2007","2007",87.79332,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2008","2008",87.02817,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2009","2009",86.83224,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2010","2010",86.61702,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2012","2012",88.47544,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2013","2013",90.56301,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2017","2017",97.81808,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","1999","1999",99.48272,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2000","2000",96.80791,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2001","2001",93.71032,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2003","2003",93.11439,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2004","2004",94.78031,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2005","2005",95.03796,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2006","2006",95.33622,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2007","2007",94.69111,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2008","2008",96.4834,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2009","2009",97.32543,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2010","2010",97.88879,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2011","2011",98.29255,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2012","2012",99.33006,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2013","2013",99.11811,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2014","2014",99.79244,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2015","2015",99.68875,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2016","2016",99.72557,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2017","2017",99.64083,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","1990","1990",83.79906,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","1991","1991",84.64483,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","1992","1992",84.6902,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","1993","1993",84.13743,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","1994","1994",83.37395,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","1995","1995",88.61247,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","1996","1996",90.65813,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","1999","1999",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2000","2000",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2003","2003",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2004","2004",99.32284,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2005","2005",98.46444,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2006","2006",98.04106,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2007","2007",98.17654,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2008","2008",98.97632,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2009","2009",99.40251,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2010","2010",99.43518,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2011","2011",99.6391,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2012","2012",99.72598,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2016","2016",99.97356,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","1990","1990",97.60318,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","1992","1992",89.73367,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","1999","1999",99.47294,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2000","2000",97.71335,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2001","2001",97.26662,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2002","2002",93.95657,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2003","2003",93.78299,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2004","2004",92.88388,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2005","2005",92.13119,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2006","2006",95.18831,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2007","2007",97.50596,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2008","2008",98.81264,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2009","2009",97.31906,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2010","2010",97.90988,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2011","2011",95.84627,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2014","2014",91.95082,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2015","2015",92.94484,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2016","2016",93.30118,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2017","2017",90.64301,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","1991","1991",91.24584,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","1992","1992",88.86849,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","1993","1993",87.59521,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","1995","1995",89.29665,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","1996","1996",87.83213,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","2003","2003",90.82212,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","2008","2008",98.99181,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","2009","2009",93.07019,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","2010","2010",96.66201,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","2011","2011",98.96267,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","2012","2012",97.60278,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","1999","1999",96.68236,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2000","2000",98.4134,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2001","2001",97.29532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2002","2002",98.70662,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2003","2003",98.00317,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2004","2004",98.44496,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2005","2005",95.5359,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2006","2006",93.80365,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2007","2007",89.25153,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2008","2008",89.67437,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2009","2009",97.17521,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2011","2011",99.01543,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2012","2012",99.18484,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2013","2013",99.93598,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2014","2014",97.17042,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2015","2015",99.19644,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2016","2016",99.26806,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UGA","Uganda","2009","2009",90.22566,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UGA","Uganda","2010","2010",86.44378,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UGA","Uganda","2011","2011",89.18052,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UGA","Uganda","2013","2013",89.59314,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2000","2000",98.97354,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2001","2001",98.98896,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2002","2002",99.30217,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2004","2004",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2005","2005",99.28984,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2006","2006",98.99378,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2007","2007",97.46751,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2008","2008",99.62472,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2009","2009",99.93826,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2012","2012",99.57925,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2013","2013",98.46529,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2014","2014",96.78866,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2015","2015",96.34426,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2016","2016",96.57577,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2017","2017",99.57011,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PNG","Papua New Guinea","2012","2012",74.87094,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PNG","Papua New Guinea","2016","2016",98.29652,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1990","1990",96.66591,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1992","1992",99.06541,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1997","1997",95.11558,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1999","1999",87.29626,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2000","2000",86.34918,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2002","2002",95.47395,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2003","2003",94.48426,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2004","2004",97.37872,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2005","2005",96.77183,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2006","2006",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2007","2007",98.68663,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2009","2009",99.18039,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2010","2010",99.38286,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2012","2012",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2013","2013",97.33071,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2017","2017",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1990","1990",99.51596,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1991","1991",99.72395,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1992","1992",99.83868,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1993","1993",99.63522,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1994","1994",99.89829,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1995","1995",98.83807,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1996","1996",99.80345,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1997","1997",99.82815,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1999","1999",99.77019,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2000","2000",99.42556,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2001","2001",99.725,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2002","2002",99.52891,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2003","2003",99.10255,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2004","2004",96.88699,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2005","2005",95.39294,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2006","2006",95.0788,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2007","2007",96.25065,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2008","2008",98.43336,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2009","2009",99.33549,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2010","2010",99.38351,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2011","2011",99.47878,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2012","2012",99.59944,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2013","2013",99.67486,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2014","2014",99.71045,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2015","2015",99.63126,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2016","2016",99.60713,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SMR","San Marino","2009","2009",91.1236,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SMR","San Marino","2012","2012",93.20175,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","1999","1999",57.36303,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","2000","2000",60.24576,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","2004","2004",62.96249,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","2005","2005",63.62458,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","2006","2006",64.70636,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","2007","2007",63.98309,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","2008","2008",58.21758,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","2009","2009",59.52986,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","2010","2010",59.97058,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1990","1990",78.78041,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1991","1991",79.15071,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1992","1992",77.19921,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1993","1993",97.66881,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1994","1994",96.77906,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1995","1995",96.13147,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1996","1996",95.85717,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1997","1997",96.37603,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1999","1999",97.95136,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2000","2000",98.40497,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2001","2001",97.81676,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2002","2002",98.78087,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2003","2003",98.8198,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2004","2004",98.69436,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2005","2005",99.74643,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2006","2006",99.51693,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2007","2007",99.24195,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2008","2008",98.66976,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2009","2009",98.84685,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2010","2010",99.46481,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2011","2011",99.2429,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2012","2012",98.3456,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2013","2013",97.93305,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2014","2014",97.79261,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2015","2015",98.15911,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",84.32961,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",86.76709,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",89.45615,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",92.56447,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",91.25066,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",91.57545,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",90.29135,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",91.15211,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",92.32969,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",90.43065,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",92.55763,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",93.38708,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",93.41462,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",94.76935,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",93.91546,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",92.49945,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",92.04308,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",88.98517,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",86.30348,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","1998","1998",53.19627,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","1999","1999",54.16228,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2000","2000",57.01729,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2001","2001",60.28479,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2005","2005",70.27604,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2006","2006",74.10933,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2008","2008",79.59807,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2009","2009",84.07871,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2010","2010",86.17418,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2011","2011",86.94101,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2012","2012",88.69254,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2013","2013",87.35723,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2015","2015",84.61948,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2016","2016",82.99547,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2017","2017",81.94659,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRI","Puerto Rico","2010","2010",84.52112,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRI","Puerto Rico","2011","2011",81.13852,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRI","Puerto Rico","2012","2012",81.38253,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRI","Puerto Rico","2013","2013",81.8458,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRI","Puerto Rico","2014","2014",80.43457,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRI","Puerto Rico","2015","2015",78.81776,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRI","Puerto Rico","2016","2016",73.75749,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","1990","1990",94.74795,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","1991","1991",93.89954,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","1992","1992",92.86409,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","1993","1993",91.77015,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","1994","1994",92.09751,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","1995","1995",91.758,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","1996","1996",91.29368,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","1997","1997",91.21586,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2001","2001",95.44818,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2002","2002",94.99121,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2003","2003",94.09724,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2004","2004",93.28904,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2005","2005",91.77453,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2006","2006",93.10182,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2007","2007",95.19629,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2008","2008",95.57772,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2009","2009",96.57933,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2010","2010",98.67604,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2011","2011",99.80262,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2012","2012",96.67682,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2013","2013",93.63949,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2014","2014",91.42341,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2016","2016",89.16051,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2017","2017",90.10287,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GAB","Gabon","1997","1997",91.26618,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","1995","1995",97.01805,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","1996","1996",98.10855,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","1997","1997",98.83481,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","1999","1999",99.91317,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2000","2000",99.9717,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2001","2001",99.85373,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2002","2002",99.84385,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2003","2003",99.77969,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2004","2004",99.62055,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2005","2005",99.55695,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2006","2006",99.49734,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2007","2007",99.43859,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2008","2008",99.40654,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2009","2009",99.46936,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2010","2010",99.54588,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2011","2011",99.4535,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2012","2012",99.58819,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2013","2013",99.69662,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2014","2014",99.5957,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2015","2015",99.29815,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2016","2016",98.86983,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","1991","1991",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","1992","1992",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","1993","1993",97.77132,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","1994","1994",98.06439,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","1995","1995",96.69325,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","1996","1996",96.67352,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","1997","1997",98.32114,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","2001","2001",95.41492,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","2014","2014",95.43193,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","2015","2015",93.87559,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","2016","2016",96.33004,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","2017","2017",93.18128,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1990","1990",99.52082,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1991","1991",98.98018,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1992","1992",97.55025,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1994","1994",97.15521,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1995","1995",98.51207,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1996","1996",98.97884,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1997","1997",99.75817,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2013","2013",98.43054,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2014","2014",98.03876,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2015","2015",98.22944,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2016","2016",99.03897,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2017","2017",99.76601,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DEU","Germany","2002","2002",99.7515,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DEU","Germany","2003","2003",99.37551,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","1993","1993",46.06193,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2000","2000",38.24498,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2001","2001",46.12878,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2002","2002",45.09827,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2003","2003",48.92908,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2004","2004",52.12792,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2005","2005",55.55617,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2006","2006",73.65164,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2007","2007",80.95038,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2008","2008",91.85517,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2009","2009",91.48411,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2010","2010",97.01753,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2017","2017",98.39185,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","1994","1994",90.9573,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","1997","1997",90.40506,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","1999","1999",86.4483,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2000","2000",88.26338,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2001","2001",89.36437,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2002","2002",90.45182,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2003","2003",92.02132,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2004","2004",93.75071,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2012","2012",96.65925,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2014","2014",96.33795,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2016","2016",98.12932,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2017","2017",98.03602,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNB","Guinea-Bissau","2000","2000",47.67203,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNB","Guinea-Bissau","2010","2010",71.92648,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","1997","1997",93.58252,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","1999","1999",97.60567,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2000","2000",97.94118,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2001","2001",99.58157,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2002","2002",99.70847,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2004","2004",99.49719,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2005","2005",99.77792,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2006","2006",99.7325,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2007","2007",99.69576,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2008","2008",98.34834,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2009","2009",98.98097,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2015","2015",99.7499,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2016","2016",99.26873,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2017","2017",99.97466,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2003","2003",99.71351,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2004","2004",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2005","2005",97.23768,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2006","2006",96.46679,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2007","2007",96.0189,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2008","2008",95.11075,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2009","2009",92.73966,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2010","2010",94.21788,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2011","2011",94.18178,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2012","2012",94.3599,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2013","2013",95.50608,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2014","2014",96.42869,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2015","2015",98.15138,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2016","2016",98.14739,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2017","2017",98.58227,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JOR","Jordan","1999","1999",91.81314,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JOR","Jordan","2000","2000",93.00556,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JOR","Jordan","2002","2002",95.37781,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JOR","Jordan","2003","2003",96.86841,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JOR","Jordan","2004","2004",97.24145,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1991","1991",89.87158,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1992","1992",91.67718,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1993","1993",94.31401,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1994","1994",94.43433,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1995","1995",98.00096,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2009","2009",97.29678,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2012","2012",96.65304,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2013","2013",97.40442,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2014","2014",96.36746,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2015","2015",96.26153,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2016","2016",96.61512,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2017","2017",96.41447,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZWE","Zimbabwe","1998","1998",83.20778,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZWE","Zimbabwe","1999","1999",85.66589,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2000","2000",86.71014,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2001","2001",88.4001,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2002","2002",84.85547,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2003","2003",83.23529,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2012","2012",87.14684,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2013","2013",84.45723,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COG","Congo","2005","2005",55.89882,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COG","Congo","2006","2006",51.78657,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COG","Congo","2010","2010",82.81717,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COG","Congo","2012","2012",90.8544,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1990","1990",99.48998,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1991","1991",99.61612,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1992","1992",99.68567,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1993","1993",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1994","1994",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1995","1995",97.73737,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1996","1996",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1997","1997",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2003","2003",99.66107,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2004","2004",97.41791,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2005","2005",95.85358,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2006","2006",95.46688,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2007","2007",96.68428,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2008","2008",99.04671,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2013","2013",99.92768,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2014","2014",99.87739,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2016","2016",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","1993","1993",93.73175,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","1995","1995",88.54278,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","1996","1996",88.04224,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","1997","1997",87.50879,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","1998","1998",99.7819,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","1999","1999",99.96635,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2000","2000",99.9532,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2001","2001",99.74532,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2002","2002",99.71274,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2003","2003",99.53674,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2004","2004",99.11737,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2005","2005",98.94291,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2006","2006",98.92247,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2007","2007",98.8809,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2008","2008",98.78009,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2009","2009",98.88054,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2010","2010",98.87753,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2011","2011",98.57879,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2012","2012",93.05649,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2013","2013",95.7761,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2014","2014",95.30718,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2015","2015",97.89,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2016","2016",99.42492,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2017","2017",99.33288,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2018","2018",99.43254,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1995","1995",81.0813,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1996","1996",84.63173,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1997","1997",85.10744,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1998","1998",88.81362,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1999","1999",90.71041,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2000","2000",92.86049,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2001","2001",94.2141,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2002","2002",93.13459,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2003","2003",85.96315,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2004","2004",92.83705,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2005","2005",92.43306,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2006","2006",97.48718,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2007","2007",97.74828,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2008","2008",98.16404,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2009","2009",96.4628,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2010","2010",97.64414,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2011","2011",98.04013,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2012","2012",97.51233,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2013","2013",95.29439,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2014","2014",95.79777,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2015","2015",97.65535,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2016","2016",98.72578,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2017","2017",98.86043,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TON","Tonga","1990","1990",93.15327,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TON","Tonga","1993","1993",93.43096,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TON","Tonga","1998","1998",93.08203,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TON","Tonga","1999","1999",87.91041,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TON","Tonga","2013","2013",97.44443,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1990","1990",93.76364,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1991","1991",94.6117,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1992","1992",90.77812,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1993","1993",89.03987,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1994","1994",87.49572,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1995","1995",87.78618,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1996","1996",85.13581,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1997","1997",81.6221,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1998","1998",82.68113,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2007","2007",94.47204,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2012","2012",96.19439,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2013","2013",96.32698,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2016","2016",98.87167,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","1997","1997",95.63144,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","1998","1998",95.73055,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","1999","1999",98.45285,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2000","2000",98.86514,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2001","2001",98.93284,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2002","2002",99.00231,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2003","2003",99.13972,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2004","2004",98.59057,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2005","2005",97.49493,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2006","2006",96.59185,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2007","2007",96.38799,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2008","2008",96.35519,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2009","2009",96.82998,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2010","2010",97.44963,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2011","2011",97.95417,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2012","2012",98.05067,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2013","2013",97.80654,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2014","2014",97.7081,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2015","2015",97.87606,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2016","2016",98.13415,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2017","2017",98.36069,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","1994","1994",96.80025,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","1995","1995",93.25147,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2006","2006",92.82311,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2007","2007",93.56764,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2008","2008",97.70983,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2009","2009",98.97671,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2011","2011",99.58084,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2012","2012",99.53177,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2013","2013",99.57016,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2014","2014",98.40312,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2015","2015",99.55126,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2016","2016",99.6611,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","1991","1991",95.21674,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","1992","1992",93.90705,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","1993","1993",97.37528,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","1994","1994",96.82198,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","1995","1995",96.94535,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","1996","1996",97.42242,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2000","2000",99.02991,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2002","2002",99.77726,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2003","2003",98.90239,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2004","2004",97.15855,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2005","2005",96.85392,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2006","2006",97.3255,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2007","2007",98.18183,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2008","2008",98.79584,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2009","2009",98.67474,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2010","2010",98.387,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2011","2011",98.51217,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2012","2012",98.87297,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2013","2013",98.82689,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2014","2014",98.80424,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2015","2015",99.20612,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2016","2016",99.47537,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNB","Guinea-Bissau","2000","2000",47.80147,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNB","Guinea-Bissau","2010","2010",72.2978,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBR","Liberia","1999","1999",46.76267,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBR","Liberia","2006","2006",77.36439,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBR","Liberia","2008","2008",96.20741,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBR","Liberia","2009","2009",95.58022,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBR","Liberia","2011","2011",97.85842,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBR","Liberia","2014","2014",91.73751,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBR","Liberia","2015","2015",90.05976,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBR","Liberia","2016","2016",89.21226,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1990","1990",88.69694,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1991","1991",90.16681,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1992","1992",91.03742,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1993","1993",92.4151,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1994","1994",92.82437,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1995","1995",93.62856,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1996","1996",92.91265,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1997","1997",92.31841,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1999","1999",92.87722,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2000","2000",94.15034,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2001","2001",96.45496,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2002","2002",98.9298,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2003","2003",99.3807,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2004","2004",99.67375,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2005","2005",98.66198,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2006","2006",98.66423,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2007","2007",97.41707,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2008","2008",97.60207,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2009","2009",98.24381,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2010","2010",99.25209,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2011","2011",99.25104,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2012","2012",99.78229,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2013","2013",99.21271,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2014","2014",99.40905,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2015","2015",99.34744,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2016","2016",99.51043,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1990","1990",55.88629,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1991","1991",55.53347,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1992","1992",56.03092,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1993","1993",58.1493,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1994","1994",60.74484,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1995","1995",63.52226,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1996","1996",65.78476,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1997","1997",67.31717,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1998","1998",66.53842,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1999","1999",77.0868,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2000","2000",80.16006,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2001","2001",82.62144,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2002","2002",85.13038,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2003","2003",86.71513,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2004","2004",86.61455,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2005","2005",87.46561,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2006","2006",88.85082,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2007","2007",90.3916,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2008","2008",90.84215,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2009","2009",89.81215,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2010","2010",93.13858,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2011","2011",94.12351,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2012","2012",93.4814,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2013","2013",94.83647,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2014","2014",94.20057,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2016","2016",95.51437,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2017","2017",97.50329,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","1994","1994",71.96035,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","1995","1995",70.18177,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","1998","1998",67.22004,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","1999","1999",65.61776,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2000","2000",65.91854,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2001","2001",65.91607,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2002","2002",68.52687,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2004","2004",81.41045,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2005","2005",90.09862,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2006","2006",88.68705,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2007","2007",89.98672,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2009","2009",88.32501,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2010","2010",85.72528,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2011","2011",89.51607,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2012","2012",91.58041,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2013","2013",88.87062,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2017","2017",87.89017,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","1990","1990",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","1991","1991",99.13638,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","1992","1992",97.74376,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","1994","1994",97.13212,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","1995","1995",98.3951,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","1996","1996",99.07045,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","1997","1997",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","2013","2013",98.09301,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","2014","2014",97.87692,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","2015","2015",97.97151,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","2016","2016",98.67563,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","2017","2017",99.54568,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1990","1990",67.16256,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1991","1991",68.23343,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1992","1992",69.59612,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1993","1993",72.95679,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1994","1994",74.20051,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1995","1995",75.65466,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1996","1996",78.29363,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1997","1997",79.01912,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1998","1998",81.17552,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1999","1999",83.00468,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2000","2000",83.95885,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2001","2001",85.05661,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2002","2002",85.05677,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2003","2003",83.72775,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2009","2009",97.70741,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2011","2011",96.46086,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2012","2012",97.53169,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2013","2013",98.10425,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2014","2014",97.8802,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2015","2015",97.76173,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2016","2016",98.54122,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2017","2017",98.75005,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZWE","Zimbabwe","1998","1998",83.20778,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZWE","Zimbabwe","1999","1999",85.66589,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2000","2000",86.71014,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2001","2001",88.4001,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2002","2002",84.85547,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2003","2003",83.23529,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2012","2012",91.69307,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2013","2013",88.91565,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COM","Comoros","1994","1994",75.96508,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COM","Comoros","1999","1999",65.51274,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COM","Comoros","2000","2000",72.68438,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COM","Comoros","2007","2007",81.99902,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COM","Comoros","2013","2013",88.97976,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COM","Comoros","2014","2014",84.10322,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COM","Comoros","2017","2017",84.75484,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2002","2002",96.33663,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2003","2003",90.09537,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2004","2004",89.76302,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2005","2005",89.94841,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2006","2006",88.78117,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2007","2007",88.23988,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2008","2008",87.93499,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2009","2009",88.30544,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2010","2010",90.76676,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2011","2011",92.87433,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2012","2012",93.87788,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2013","2013",94.26082,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2014","2014",92.76805,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1990","1990",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1991","1991",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1992","1992",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1993","1993",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1994","1994",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1995","1995",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1996","1996",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1997","1997",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1998","1998",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1999","1999",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2000","2000",99.90075,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2001","2001",98.48704,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2002","2002",98.04914,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2003","2003",98.65102,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2004","2004",98.47508,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2005","2005",99.49094,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2006","2006",99.56616,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2007","2007",99.722,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2008","2008",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2009","2009",99.70682,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2011","2011",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2012","2012",97.8398,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2013","2013",94.9792,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2014","2014",95.1457,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2015","2015",97.72591,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2016","2016",96.76218,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",91.52067,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",91.29531,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",95.79318,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",94.86286,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",93.74603,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",92.58005,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",92.91026,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",92.88238,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",91.73576,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",91.46357,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",90.74497,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",91.96186,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",95.30489,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",89.71222,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",88.62894,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",89.22935,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",91.71095,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","1995","1995",92.92235,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","1996","1996",94.63158,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","1997","1997",95.06165,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","1998","1998",97.78673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","1999","1999",96.43463,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2000","2000",96.73846,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2001","2001",95.99818,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2002","2002",96.83931,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2003","2003",97.64556,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2004","2004",99.76959,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2005","2005",98.30966,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2006","2006",97.73946,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2007","2007",97.58761,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2008","2008",97.75547,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2009","2009",97.76399,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2010","2010",97.77215,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2011","2011",98.19661,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2012","2012",98.86009,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2013","2013",98.35734,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2014","2014",98.1758,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2015","2015",98.63235,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2016","2016",98.41267,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","1992","1992",88.23497,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","1993","1993",88.00443,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","1999","1999",92.00705,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","2004","2004",93.72935,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","2005","2005",97.54748,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","2006","2006",95.90567,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","2007","2007",97.37246,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","2008","2008",97.6097,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","2009","2009",93.52026,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","2010","2010",95.67821,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","2016","2016",87.78886,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","1999","1999",62.655,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2000","2000",65.47673,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2001","2001",66.65142,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2002","2002",61.31327,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2003","2003",72.65584,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2004","2004",70.88908,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2005","2005",71.69503,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2006","2006",70.89385,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2007","2007",81.00896,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2008","2008",77.25369,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2009","2009",78.87144,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2012","2012",83.11905,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRQ","Iraq","1993","1993",82.09108,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRQ","Iraq","1996","1996",80.03097,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRQ","Iraq","1999","1999",95.91283,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRQ","Iraq","2000","2000",94.69862,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRQ","Iraq","2004","2004",98.949,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRQ","Iraq","2007","2007",97.72679,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2003","2003",99.52437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2005","2005",97.26849,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2006","2006",96.98804,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2007","2007",96.71601,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2008","2008",95.97809,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2009","2009",94.00661,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2010","2010",95.85981,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2011","2011",96.17042,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2012","2012",96.3338,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2013","2013",97.44935,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2014","2014",98.17813,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","1991","1991",96.33556,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","1998","1998",99.87446,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","1999","1999",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2000","2000",99.51304,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2001","2001",99.63921,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2002","2002",99.66217,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2003","2003",99.55423,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2004","2004",98.82244,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2005","2005",99.09666,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2006","2006",99.35481,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2007","2007",99.58288,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2008","2008",99.4576,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2009","2009",99.42105,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2010","2010",98.63912,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2011","2011",98.70129,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2012","2012",98.67199,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2013","2013",98.98612,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2014","2014",99.60041,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2015","2015",99.67661,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2016","2016",98.85941,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","1993","1993",50.19477,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2000","2000",42.30168,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2001","2001",51.23427,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2002","2002",50.58124,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2003","2003",54.11079,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2004","2004",55.72759,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2005","2005",58.91146,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2006","2006",75.69939,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2007","2007",82.75681,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2008","2008",93.35183,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2009","2009",91.8103,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2010","2010",97.08146,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2017","2017",97.44311,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","1991","1991",99.51099,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","1992","1992",99.81822,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","1993","1993",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","1994","1994",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","1995","1995",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","1996","1996",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","1997","1997",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","2000","2000",99.71638,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","2017","2017",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1990","1990",87.81827,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1991","1991",87.40557,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1992","1992",86.65049,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1993","1993",86.3991,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1994","1994",86.51321,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1995","1995",86.79376,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1996","1996",87.53128,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1998","1998",99.39094,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1999","1999",99.81026,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2000","2000",99.95917,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2001","2001",99.81717,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2002","2002",99.78042,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2003","2003",99.98098,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2004","2004",99.90806,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2005","2005",99.74148,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2006","2006",99.88266,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2007","2007",99.82496,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2008","2008",99.92555,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2009","2009",99.97364,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2010","2010",99.78415,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2011","2011",97.52724,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2012","2012",99.75201,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2013","2013",99.54467,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2014","2014",99.58676,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2015","2015",99.95062,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2016","2016",99.97016,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1990","1990",97.50672,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1991","1991",96.92208,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1992","1992",96.69211,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1993","1993",96.282,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1994","1994",95.98592,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1995","1995",94.56462,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1996","1996",94.98734,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1997","1997",94.59983,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1998","1998",94.56272,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1999","1999",94.22961,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2000","2000",94.19505,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2001","2001",93.9951,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2002","2002",94.06833,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2003","2003",94.76157,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2004","2004",95.14354,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2005","2005",95.62694,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2006","2006",95.80677,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2007","2007",96.57579,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2008","2008",96.69556,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2009","2009",96.82278,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2010","2010",97.10527,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2011","2011",97.76576,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2012","2012",97.65526,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2013","2013",97.49263,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2014","2014",97.14568,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2015","2015",97.1201,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2016","2016",96.783,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2017","2017",96.79633,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","1990","1990",77.50029,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2000","2000",84.16702,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2001","2001",84.09338,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2002","2002",83.89912,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2003","2003",88.73096,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2007","2007",96.98044,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2008","2008",97.00128,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2009","2009",95.65904,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2010","2010",96.2066,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2011","2011",95.76999,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2012","2012",96.99771,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2013","2013",97.73003,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1990","1990",97.36463,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1991","1991",95.73068,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1993","1993",92.66665,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1999","1999",91.38544,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2000","2000",92.8489,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2001","2001",92.86465,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2002","2002",92.07969,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2003","2003",90.8245,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2004","2004",92.81328,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2001","2001",98.21228,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2002","2002",97.66705,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2003","2003",97.26204,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2004","2004",94.96651,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2005","2005",94.57135,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2006","2006",93.62462,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2007","2007",92.3749,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2008","2008",90.55658,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2009","2009",89.37201,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2010","2010",88.09367,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2011","2011",87.44263,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2012","2012",87.97854,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2013","2013",87.31733,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2014","2014",87.59754,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2015","2015",87.56139,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2016","2016",87.23417,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2017","2017",87.11385,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RWA","Rwanda","1999","1999",81.33112,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RWA","Rwanda","2002","2002",84.06245,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RWA","Rwanda","2003","2003",89.83691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RWA","Rwanda","2016","2016",96.72642,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RWA","Rwanda","2017","2017",94.63443,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","1999","1999",98.39984,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2000","2000",98.22612,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2001","2001",97.02836,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2002","2002",97.16085,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2003","2003",96.15385,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2004","2004",96.85886,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2005","2005",98.26914,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2006","2006",98.81302,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2007","2007",98.80862,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2008","2008",98.21418,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2010","2010",96.1688,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2011","2011",95.66652,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2012","2012",96.0592,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2013","2013",96.11249,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2014","2014",96.16906,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2015","2015",97.99695,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2016","2016",98.90329,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1991","1991",90.62136,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1992","1992",91.54118,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1993","1993",93.23409,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1994","1994",93.69885,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1995","1995",97.85773,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2009","2009",97.50348,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2012","2012",96.98128,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2013","2013",97.10623,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2014","2014",96.62131,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2015","2015",97.19112,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2016","2016",96.77573,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2017","2017",96.60037,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","1999","1999",84.99825,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2000","2000",86.10226,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2002","2002",92.74606,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2003","2003",89.83362,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2004","2004",84.60371,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2005","2005",86.01771,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2006","2006",84.15028,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2007","2007",90.15731,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2008","2008",86.59027,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2009","2009",95.30545,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2010","2010",94.77342,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2011","2011",94.69471,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2012","2012",93.69395,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2013","2013",93.401,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2014","2014",91.68219,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2015","2015",95.53493,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2016","2016",95.13993,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2017","2017",94.3396,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","1995","1995",82.28936,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","1996","1996",83.24985,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","1997","1997",83.49405,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","2004","2004",85.36003,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","2005","2005",85.0903,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","2006","2006",88.44522,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","2007","2007",92.56554,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","2008","2008",94.93183,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","2009","2009",94.77884,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","2011","2011",96.56367,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","2012","2012",97.59214,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","1992","1992",96.68727,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","1994","1994",97.12163,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","1995","1995",95.78046,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","1996","1996",92.9044,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","1997","1997",93.33844,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","1998","1998",94.57136,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","1999","1999",94.55008,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","2000","2000",94.8871,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","2001","2001",98.05934,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","2003","2003",99.89916,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","2004","2004",99.33206,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","2006","2006",99.52794,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","2009","2009",99.62022,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","2013","2013",98.45285,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","2015","2015",98.38975,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","1990","1990",28.6081,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","1991","1991",29.22609,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","1992","1992",26.5711,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","1997","1997",29.36257,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","1998","1998",29.46443,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","1999","1999",31.23718,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2000","2000",31.84325,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2001","2001",36.1276,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2002","2002",40.49651,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2003","2003",44.58443,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2004","2004",48.63796,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2005","2005",48.09436,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2006","2006",49.29831,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2007","2007",50.3746,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2008","2008",53.31698,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2009","2009",57.07854,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2010","2010",61.16965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2011","2011",65.92439,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2012","2012",66.77459,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2013","2013",66.24781,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2014","2014",65.84318,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2015","2015",67.56633,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2016","2016",68.57253,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2017","2017",71.40442,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","1994","1994",92.62902,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","1995","1995",93.00088,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","1996","1996",94.11898,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","1997","1997",96.46874,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","1998","1998",97.04956,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","1999","1999",96.95665,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2000","2000",97.5082,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2001","2001",99.24253,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2003","2003",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2005","2005",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2008","2008",98.57319,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2016","2016",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","1990","1990",76.27655,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","1992","1992",80.52948,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","1998","1998",85.06505,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","1999","1999",84.88509,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2000","2000",86.63849,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2001","2001",87.35894,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2002","2002",88.40879,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2003","2003",88.17719,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2004","2004",85.67087,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2005","2005",85.60945,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2006","2006",83.4786,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2007","2007",85.60488,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2008","2008",85.26816,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2009","2009",85.15309,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2010","2010",85.04961,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2012","2012",87.1475,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2013","2013",89.29903,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2017","2017",96.08073,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1990","1990",78.78041,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1991","1991",79.15071,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1992","1992",77.19921,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1993","1993",97.66881,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1994","1994",96.77906,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1995","1995",96.13147,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1996","1996",95.85717,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1997","1997",96.37603,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1999","1999",99.80351,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2000","2000",98.40497,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2001","2001",98.15818,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2002","2002",99.07144,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2003","2003",99.27717,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2004","2004",99.10257,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2005","2005",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2006","2006",99.87078,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2007","2007",99.58577,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2008","2008",99.15415,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2009","2009",99.23677,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2010","2010",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2011","2011",99.68538,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2012","2012",98.67572,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2013","2013",98.44219,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2014","2014",98.15537,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2015","2015",98.73985,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","1997","1997",84.19539,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","1998","1998",99.79359,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2002","2002",98.57118,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2003","2003",97.70857,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2004","2004",95.89627,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2005","2005",91.68014,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2006","2006",88.84966,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2007","2007",89.77266,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2008","2008",90.60067,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2009","2009",91.79796,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2010","2010",93.33026,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2011","2011",93.32911,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2012","2012",90.27209,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2013","2013",89.03556,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2014","2014",83.91745,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2015","2015",83.64924,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2016","2016",84.35265,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2017","2017",88.54315,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","1999","1999",99.64804,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2000","2000",97.05385,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2001","2001",93.87765,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2003","2003",93.26833,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2004","2004",94.88069,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2005","2005",95.15855,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2006","2006",95.5681,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2007","2007",94.83377,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2008","2008",96.73643,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2009","2009",97.42354,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2010","2010",98.11393,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2011","2011",98.43625,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2012","2012",99.56582,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2013","2013",99.44723,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2017","2017",100,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2009","2009",90.1908,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2010","2010",96.4371,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2011","2011",96.56999,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2012","2012",99.6708,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1990","1990",79.08176,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1991","1991",81.15881,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1992","1992",82.70169,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1993","1993",82.78002,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1994","1994",83.3055,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1995","1995",83.90553,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1996","1996",83.97017,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1997","1997",83.86198,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1999","1999",87.7811,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2000","2000",88.88916,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2001","2001",91.08165,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2002","2002",92.59458,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2003","2003",93.26743,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2004","2004",94.07289,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2005","2005",94.37078,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2006","2006",94.5311,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2007","2007",94.90602,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2008","2008",96.40253,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2009","2009",97.8882,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2010","2010",97.72786,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2011","2011",98.06181,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2012","2012",98.18867,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2013","2013",98.44536,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2014","2014",98.38007,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2015","2015",98.52047,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2016","2016",98.4364,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2017","2017",98.86311,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","1990","1990",51.21846,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","1992","1992",50.20833,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","1996","1996",54.52749,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","1997","1997",58.51772,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","1998","1998",60.53651,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","1999","1999",59.65134,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2000","2000",61.7951,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2003","2003",67.58551,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2004","2004",64.06853,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2005","2005",64.79484,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2006","2006",67.22003,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2007","2007",69.2338,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2008","2008",69.49736,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2009","2009",69.28499,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2010","2010",69.7966,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2011","2011",70.06868,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2012","2012",72.2353,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2013","2013",71.06131,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2014","2014",71.55075,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2015","2015",71.09852,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2016","2016",68.77382,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2017","2017",71.04527,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","1993","1993",98.75371,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","1994","1994",98.63792,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","1995","1995",98.31477,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","1996","1996",98.36753,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","1997","1997",98.71485,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","1998","1998",99.48253,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","1999","1999",99.83826,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2000","2000",99.73543,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2001","2001",99.75645,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2002","2002",99.39526,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2003","2003",98.67927,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2004","2004",97.74492,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2005","2005",97.34561,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2006","2006",96.81107,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2007","2007",97.41311,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2008","2008",97.85432,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2009","2009",98.01625,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2010","2010",98.31079,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2011","2011",98.57445,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2012","2012",99.11337,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2013","2013",99.11927,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2014","2014",99.43051,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2015","2015",99.19243,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2016","2016",99.12349,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","1998","1998",99.14052,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","1999","1999",98.36175,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2000","2000",97.37002,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2001","2001",96.06738,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2002","2002",93.0407,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2005","2005",90.11805,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2006","2006",91.75573,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2008","2008",97.14888,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2009","2009",98.38489,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2010","2010",98.13881,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2011","2011",99.40088,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2012","2012",98.20156,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2013","2013",98.10553,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","1990","1990",64.47058,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","1991","1991",66.97489,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","1994","1994",62.90004,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","1995","1995",71.48478,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","1996","1996",78.78164,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","1997","1997",76.36854,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","1999","1999",88.75943,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2000","2000",85.38487,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2001","2001",88.26365,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2002","2002",91.07971,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2003","2003",89.37753,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2004","2004",92.05466,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2005","2005",91.38809,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2006","2006",93.35021,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2007","2007",90.04608,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2008","2008",91.2386,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2014","2014",91.46285,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2015","2015",96.57075,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2016","2016",91.07442,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2017","2017",91.64536,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1990","1990",99.73067,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1991","1991",99.95669,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1992","1992",99.6479,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1993","1993",98.66806,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1994","1994",98.39621,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1995","1995",98.19121,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1996","1996",98.26481,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1997","1997",84.19146,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1998","1998",99.7356,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1999","1999",99.79454,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2000","2000",99.70516,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2001","2001",99.76034,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2002","2002",99.72673,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2003","2003",99.85574,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2004","2004",99.35243,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2005","2005",98.5115,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2006","2006",98.59501,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2007","2007",99.07582,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2008","2008",99.26267,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2009","2009",99.15383,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2010","2010",99.07942,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2011","2011",99.40241,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2012","2012",99.68915,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2013","2013",99.85673,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2014","2014",99.83147,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2015","2015",99.76589,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2016","2016",99.8062,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2017","2017",99.87784,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1990","1990",96.28035,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1991","1991",95.37334,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1992","1992",94.51795,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1993","1993",93.31395,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1994","1994",93.84173,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1995","1995",93.65781,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1996","1996",92.55698,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1997","1997",92.50362,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2001","2001",96.16513,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2002","2002",95.42583,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2003","2003",94.88829,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2004","2004",94.11651,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2005","2005",93.14997,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2006","2006",94.47914,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2007","2007",96.90078,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2008","2008",96.32465,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2009","2009",97.4071,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2010","2010",98.05184,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2011","2011",97.55473,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2012","2012",95.9947,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2013","2013",93.10175,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2014","2014",92.00222,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2016","2016",91.71123,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2017","2017",92.7346,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","1999","1999",97.2565,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2000","2000",96.91561,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2001","2001",96.76908,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2002","2002",95.89652,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2003","2003",95.05427,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2004","2004",94.24582,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2005","2005",93.64653,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2006","2006",93.69918,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2007","2007",93.7865,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2008","2008",94.18158,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2009","2009",94.68753,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2010","2010",95.17131,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2011","2011",95.12129,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2012","2012",95.6526,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2013","2013",95.94744,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2014","2014",95.38248,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2015","2015",95.19025,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2016","2016",95.69158,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CMR","Cameroon","1990","1990",79.04707,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CMR","Cameroon","1991","1991",76.89053,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CMR","Cameroon","2011","2011",97.32206,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CMR","Cameroon","2012","2012",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CMR","Cameroon","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CMR","Cameroon","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CMR","Cameroon","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CMR","Cameroon","2017","2017",100,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","1991","1991",88.23669,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","1994","1994",92.10172,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","1995","1995",93.28056,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","1998","1998",94.519,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","1999","1999",95.42995,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","2000","2000",92.96201,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","2001","2001",93.45141,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","2002","2002",93.65645,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","2003","2003",93.61355,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","2004","2004",93.19419,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","2005","2005",91.88443,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","2015","2015",91.80153,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","1990","1990",47.79332,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","1992","1992",45.99796,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","1993","1993",49.30826,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","1996","1996",59.40659,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","1998","1998",63.39445,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","1999","1999",74.92394,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2000","2000",72.54316,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2001","2001",73.44217,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2002","2002",71.33876,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2003","2003",74.9927,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2004","2004",75.10434,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2005","2005",72.23721,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2006","2006",76.59247,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2007","2007",77.57117,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2008","2008",71.93471,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2010","2010",71.23172,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2011","2011",69.85643,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2012","2012",72.25653,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2013","2013",71.53496,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2014","2014",71.03528,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2015","2015",77.13193,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2016","2016",78.98907,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2017","2017",81.73515,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2018","2018",83.65974,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","1999","1999",90.95129,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2000","2000",92.2969,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2001","2001",91.2664,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2002","2002",94.33785,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2003","2003",95.59712,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2004","2004",96.23579,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2005","2005",96.06109,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2006","2006",95.22204,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2007","2007",94.62331,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2008","2008",96.77622,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2009","2009",97.40694,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2010","2010",97.62032,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2011","2011",97.12375,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2012","2012",97.56661,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2013","2013",96.56877,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2014","2014",95.6041,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2015","2015",94.93825,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2016","2016",95.12076,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2017","2017",98.17092,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1991","1991",68.73619,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1992","1992",66.2869,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1993","1993",64.85164,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1994","1994",67.04303,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1995","1995",79.65052,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1999","1999",37.72207,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","1991","1991",91.48133,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","1992","1992",93.60206,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","1993","1993",94.26396,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","1994","1994",92.68579,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","1995","1995",92.16157,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","1996","1996",91.52223,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","1997","1997",91.7742,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2007","2007",98.03216,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2008","2008",99.44816,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2009","2009",99.73858,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2010","2010",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2013","2013",99.72487,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2014","2014",94.64988,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2015","2015",97.78355,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2016","2016",98.44273,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PLW","Palau","2013","2013",99.11504,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PLW","Palau","2014","2014",99.40741,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","1999","1999",93.68058,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2000","2000",96.95627,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2001","2001",94.79644,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2002","2002",97.51062,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2003","2003",96.14804,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2004","2004",97.18504,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2005","2005",94.11282,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2006","2006",91.77816,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2007","2007",89.39704,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2008","2008",89.91133,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2009","2009",95.61049,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2011","2011",98.05591,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2012","2012",98.39385,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2014","2014",94.43468,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2015","2015",98.4194,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2016","2016",98.55932,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","1995","1995",87.03452,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","1996","1996",90.60952,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","1998","1998",99.22158,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","1999","1999",99.14129,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2000","2000",98.95669,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2001","2001",98.89034,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2002","2002",98.85256,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2003","2003",97.2373,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2004","2004",96.28864,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2005","2005",96.11142,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2006","2006",95.68633,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2007","2007",96.77205,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2008","2008",96.27796,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2009","2009",96.09571,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2010","2010",99.10117,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2011","2011",99.64202,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2012","2012",99.60184,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2013","2013",98.29655,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2014","2014",94.18963,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2015","2015",93.56631,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2016","2016",93.68565,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","1999","1999",57.47285,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","2000","2000",64.61931,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","2003","2003",74.62455,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","2004","2004",75.49065,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","2011","2011",97.74868,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","2014","2014",93.64191,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","2015","2015",96.00428,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","2016","2016",96.37944,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","2017","2017",93.41775,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1990","1990",94.85437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1991","1991",97.92541,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1992","1992",97.66187,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1993","1993",96.41028,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1994","1994",96.23021,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1995","1995",94.8058,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1996","1996",95.75983,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1998","1998",98.47513,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1999","1999",99.63602,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2002","2002",96.32423,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2003","2003",90.06801,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2004","2004",89.97544,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2005","2005",90.0993,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2006","2006",88.96517,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2007","2007",88.40252,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2008","2008",87.9012,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2009","2009",88.26199,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2010","2010",90.49721,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2011","2011",92.31405,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2012","2012",93.16145,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2013","2013",93.47725,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2014","2014",91.85486,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","1994","1994",95.00397,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","1998","1998",99.50869,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","1999","1999",93.12915,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2000","2000",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2001","2001",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2009","2009",99.44011,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2017","2017",100,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","1996","1996",77.3068,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","1997","1997",86.24865,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","1998","1998",96.12332,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","1999","1999",96.15007,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2000","2000",96.68444,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2001","2001",97.10684,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2002","2002",97.23796,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2003","2003",95.98607,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2004","2004",95.63888,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2005","2005",96.21784,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2006","2006",96.96322,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2007","2007",96.14084,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2008","2008",97.08782,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2009","2009",97.83213,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2010","2010",97.71169,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2011","2011",97.04448,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2012","2012",96.57246,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2013","2013",96.21323,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2014","2014",96.40835,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2015","2015",96.54542,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2016","2016",96.98892,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1990","1990",88.23804,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1991","1991",89.54965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1992","1992",89.16395,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1993","1993",88.11375,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1996","1996",88.59734,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1997","1997",88.14034,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1999","1999",97.47216,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2000","2000",97.94069,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2001","2001",97.44482,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2002","2002",93.63388,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2003","2003",96.01255,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2004","2004",96.49644,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2005","2005",93.68862,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2007","2007",97.56208,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2008","2008",98.22846,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2009","2009",99.84907,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2010","2010",99.0591,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2012","2012",93.27979,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2013","2013",99.95314,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2015","2015",95.51917,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2016","2016",99.69907,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2017","2017",99.31556,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","1998","1998",56.83986,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","1999","1999",57.40217,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2000","2000",59.76391,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2001","2001",62.86517,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2005","2005",70.08277,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2006","2006",73.61164,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2008","2008",78.41166,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2009","2009",82.66619,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2010","2010",84.49247,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2011","2011",85.31897,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2012","2012",87.24609,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2013","2013",86.05251,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2015","2015",83.40874,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2016","2016",82.04424,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2017","2017",81.33189,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","1996","1996",37.36639,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","1997","1997",42.72371,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","1998","1998",47.89056,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","1999","1999",49.79996,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","2000","2000",51.46944,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","2001","2001",52.67912,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","2002","2002",56.17678,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","2003","2003",57.71745,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","2011","2011",62.85864,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","2013","2013",78.91849,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","2015","2015",80.38348,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","2016","2016",74.52388,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLB","Solomon Islands","2005","2005",76.6794,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLB","Solomon Islands","2006","2006",81.15159,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLB","Solomon Islands","2007","2007",81.68846,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLB","Solomon Islands","2013","2013",70.18928,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLB","Solomon Islands","2014","2014",70.45132,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLB","Solomon Islands","2015","2015",70.44563,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLB","Solomon Islands","2016","2016",72.40764,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLB","Solomon Islands","2017","2017",69.27702,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDG","Madagascar","1990","1990",63.84127,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDG","Madagascar","1995","1995",57.54389,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDG","Madagascar","1996","1996",56.99923,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDG","Madagascar","1999","1999",65.18301,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDG","Madagascar","2000","2000",66.72384,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDG","Madagascar","2001","2001",68.02313,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDG","Madagascar","2002","2002",68.78684,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDG","Madagascar","2003","2003",78.21286,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1990","1990",97.50672,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1991","1991",96.92208,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1992","1992",96.69211,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1993","1993",96.282,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1994","1994",95.98592,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1995","1995",94.56462,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1996","1996",94.98734,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1997","1997",94.59983,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1998","1998",94.56272,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1999","1999",94.22961,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2000","2000",94.19505,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2001","2001",98.34495,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2002","2002",98.39247,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2003","2003",97.22161,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2004","2004",97.64939,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2005","2005",98.599,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2006","2006",98.87506,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2007","2007",99.03209,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2008","2008",99.11764,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2009","2009",99.32308,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2010","2010",99.49469,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2011","2011",100,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2012","2012",100,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2013","2013",99.9483,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2014","2014",99.92608,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2015","2015",99.92245,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2016","2016",99.96683,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2017","2017",99.98878,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1991","1991",94.78084,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1992","1992",95.44674,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1993","1993",93.76938,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1994","1994",81.44887,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1995","1995",90.40977,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1996","1996",97.36618,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1997","1997",89.18087,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1998","1998",87.86644,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1999","1999",95.02693,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2000","2000",91.18056,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2001","2001",87.96704,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2002","2002",87.14527,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2003","2003",83.95081,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2004","2004",85.74814,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2005","2005",84.42225,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2006","2006",84.08704,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2007","2007",86.36033,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2008","2008",86.23909,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2009","2009",87.14196,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2010","2010",86.76589,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2011","2011",88.74729,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2012","2012",91.08673,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2013","2013",96.38814,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2014","2014",98.40294,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2015","2015",97.51678,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2016","2016",98.28704,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2017","2017",98.76192,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COG","Congo","2005","2005",51.33325,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COG","Congo","2006","2006",54.62999,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COG","Congo","2010","2010",84.46898,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COG","Congo","2012","2012",87.22046,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1990","1990",65.69671,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1991","1991",65.06608,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1992","1992",65.17679,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1993","1993",67.20026,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1994","1994",69.49414,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1995","1995",72.01361,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1996","1996",73.94731,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1997","1997",75.13401,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1998","1998",72.72077,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1999","1999",84.2967,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2000","2000",85.84261,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2001","2001",87.06979,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2002","2002",88.20077,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2003","2003",89.37182,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2004","2004",89.1094,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2005","2005",89.74407,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2006","2006",91.02844,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2007","2007",92.31957,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2008","2008",92.47061,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2009","2009",90.61877,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2010","2010",93.83197,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2011","2011",94.60224,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2012","2012",93.8909,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2013","2013",95.21446,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2014","2014",94.53943,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2016","2016",95.84579,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2017","2017",97.92046,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","1994","1994",97.34734,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","1996","1996",97.56241,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","1997","1997",98.11555,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","1998","1998",99.82348,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2003","2003",99.20455,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2004","2004",97.71491,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2005","2005",97.92552,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2006","2006",97.74276,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2007","2007",97.8118,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2008","2008",98.88391,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2009","2009",99.44285,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2010","2010",99.0231,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2011","2011",98.61763,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2012","2012",98.06337,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2013","2013",98.44475,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2014","2014",98.66959,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2015","2015",98.7164,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2016","2016",99.62633,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1990","1990",79.82709,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1991","1991",81.62651,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1992","1992",81.61667,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1993","1993",78.57234,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1994","1994",79.0302,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1995","1995",76.83424,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1996","1996",77.08675,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1998","1998",67.41665,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1999","1999",62.98405,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2000","2000",83.29316,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2001","2001",83.41412,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2002","2002",83.50332,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2003","2003",83.49964,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2004","2004",80.72029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2005","2005",79.83176,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2006","2006",79.99031,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2007","2007",77.04029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2008","2008",78.31817,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2009","2009",79.12777,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2010","2010",80.67806,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2011","2011",81.7082,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2012","2012",83.05765,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2013","2013",81.23489,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2014","2014",81.66581,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2015","2015",81.509,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2016","2016",81.8427,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2017","2017",82.58527,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","1994","1994",62.4378,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2000","2000",58.12645,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2001","2001",66.94118,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2002","2002",64.06035,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2003","2003",63.9454,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2008","2008",46.38591,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2009","2009",45.44787,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2010","2010",44.90545,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2011","2011",46.12029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2012","2012",47.42315,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2015","2015",44.67704,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","1994","1994",99.46236,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2000","2000",98.21137,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2002","2002",99.05347,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2003","2003",99.48306,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2004","2004",99.3918,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2005","2005",98.26639,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2007","2007",98.4034,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2008","2008",97.5209,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2009","2009",98.33016,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2010","2010",98.48877,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2011","2011",96.68953,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2012","2012",99.11504,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2013","2013",96.2554,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2015","2015",98.77464,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2016","2016",98.0976,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2017","2017",98.34549,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","1990","1990",96.00354,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","1991","1991",96.16026,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","1992","1992",95.95493,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","1993","1993",96.21948,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","1994","1994",95.20374,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","1995","1995",95.59254,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","1996","1996",98.48476,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","1997","1997",99.7832,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","2011","2011",99.07978,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","2012","2012",98.19355,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","2013","2013",99.79125,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","2016","2016",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","1990","1990",93.78145,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","1991","1991",95.69563,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","1992","1992",96.72569,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","1993","1993",97.07143,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","1994","1994",91.90857,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","1996","1996",94.82456,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","1999","1999",96.89188,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2000","2000",97.49263,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2001","2001",97.57471,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2002","2002",95.97415,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2003","2003",95.2544,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2004","2004",94.63182,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2005","2005",95.06736,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2006","2006",93.48372,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2007","2007",91.82924,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2008","2008",90.4794,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2009","2009",89.40747,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2010","2010",89.79219,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2011","2011",89.76894,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2012","2012",89.34187,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1990","1990",92.49029,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1991","1991",92.08705,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1992","1992",94.2691,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1993","1993",95.0857,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1994","1994",97.37866,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1995","1995",97.26618,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1996","1996",99.21638,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1997","1997",98.96481,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1998","1998",98.68568,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1999","1999",98.81634,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2000","2000",98.13376,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2001","2001",97.40684,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2002","2002",97.03805,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2003","2003",94.9461,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2004","2004",94.73211,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2005","2005",94.46366,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2006","2006",94.50855,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2007","2007",96.6998,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2008","2008",97.61387,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2009","2009",99.8189,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2010","2010",99.95301,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2011","2011",99.99927,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2012","2012",99.60027,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2013","2013",99.56889,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2014","2014",96.5626,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2015","2015",95.46157,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2016","2016",95.75426,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2017","2017",97.03627,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBR","Liberia","1999","1999",52.57543,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBR","Liberia","2006","2006",76.24598,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBR","Liberia","2008","2008",98.01163,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBR","Liberia","2009","2009",98.50326,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBR","Liberia","2011","2011",99.64357,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBR","Liberia","2014","2014",92.26172,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBR","Liberia","2015","2015",92.37948,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","1995","1995",87.58099,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2001","2001",96.54014,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2002","2002",93.53394,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2003","2003",93.66085,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2004","2004",92.13603,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2005","2005",90.1617,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2006","2006",90.17469,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2007","2007",90.0301,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2009","2009",91.94405,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2010","2010",91.39322,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2011","2011",91.01756,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2012","2012",94.27885,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2013","2013",93.2026,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2014","2014",93.42042,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2015","2015",94.63606,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2016","2016",96.42555,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2017","2017",96.0131,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","1999","1999",63.30716,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2000","2000",66.69635,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2001","2001",60.85199,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2002","2002",63.14749,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2003","2003",61.38387,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2005","2005",65.57204,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2006","2006",63.94762,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2007","2007",69.75498,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2008","2008",74.76258,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2009","2009",73.70043,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2011","2011",81.84607,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2013","2013",85.70963,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2014","2014",88.20737,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2015","2015",89.87413,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2016","2016",85.88404,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2017","2017",84.44051,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2018","2018",83.36606,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HTI","Haiti","1997","1997",56.87638,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2005","2005",82.63445,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2006","2006",84.28755,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2007","2007",82.68135,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2008","2008",87.99787,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2009","2009",90.81758,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2010","2010",89.82402,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2011","2011",88.36156,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2012","2012",89.68384,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2013","2013",89.83669,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2014","2014",89.01209,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2015","2015",91.67724,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2016","2016",92.88719,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2017","2017",88.52678,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1990","1990",99.78903,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",98.11963,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.59141,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",99.93716,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",99.97297,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",99.96449,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2001","2001",99.93998,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.74875,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.90784,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",99.31415,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",99.99997,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",99.55858,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",97.73699,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",98.99559,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",98.25773,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.57064,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.5762,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.75583,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2013","2013",99.8914,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2014","2014",99.908,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2015","2015",99.94197,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.76344,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","1999","1999",62.17857,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2000","2000",64.45689,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2001","2001",65.79168,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2002","2002",60.92642,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2003","2003",72.54315,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2004","2004",70.8069,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2005","2005",71.44642,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2006","2006",70.25697,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2007","2007",80.95142,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2008","2008",76.68163,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2009","2009",78.31084,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2012","2012",81.32174,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","1993","1993",73.69268,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","1994","1994",81.90554,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","1995","1995",87.68614,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","1996","1996",90.13273,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","1997","1997",90.98605,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","1998","1998",95.11214,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","1999","1999",92.56746,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2000","2000",92.11578,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2001","2001",91.91304,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2002","2002",94.20772,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2003","2003",97.30968,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2004","2004",99.96454,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2005","2005",98.66525,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2006","2006",96.48341,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2007","2007",96.27234,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2008","2008",96.04339,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2009","2009",95.96949,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2010","2010",95.62905,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2011","2011",94.93757,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2012","2012",93.95013,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2015","2015",93.7758,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2016","2016",93.15022,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1990","1990",85.00489,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1991","1991",87.02613,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1992","1992",86.46167,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1993","1993",86.20854,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1994","1994",86.48709,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1995","1995",78.72177,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1996","1996",79.86947,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1998","1998",83.63068,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1999","1999",83.12774,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2000","2000",84.22869,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2001","2001",85.81043,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2002","2002",85.96166,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2003","2003",85.94299,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2004","2004",86.72714,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2005","2005",87.18523,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2006","2006",88.12794,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2007","2007",87.1647,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2008","2008",86.82975,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2009","2009",87.48164,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2012","2012",93.55519,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2013","2013",94.19851,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2014","2014",90.36464,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CRI","Costa Rica","1990","1990",87.51965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CRI","Costa Rica","1991","1991",87.9215,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CRI","Costa Rica","2011","2011",99.31876,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CRI","Costa Rica","2012","2012",99.33761,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CRI","Costa Rica","2013","2013",98.26883,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CRI","Costa Rica","2014","2014",96.3586,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CRI","Costa Rica","2015","2015",96.59735,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CRI","Costa Rica","2016","2016",96.74704,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","1990","1990",65.93499,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","1991","1991",68.87708,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","1992","1992",71.80168,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","1993","1993",72.69513,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","1994","1994",73.69036,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","1995","1995",71.79015,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","1999","1999",81.48468,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2000","2000",84.57789,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2001","2001",88.92125,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2002","2002",96.47954,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2004","2004",98.3851,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2005","2005",98.75582,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2006","2006",97.42301,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2007","2007",97.08795,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2008","2008",97.99479,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2010","2010",97.17412,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","1990","1990",93.78145,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","1991","1991",95.69563,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","1992","1992",96.72569,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","1993","1993",97.07143,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","1994","1994",91.90857,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","1996","1996",94.82456,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","1999","1999",98.82612,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2000","2000",99.48508,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2001","2001",99.62608,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2002","2002",98.18721,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2003","2003",97.66564,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2004","2004",97.00644,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2005","2005",97.21423,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2006","2006",95.68396,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2007","2007",93.8583,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2008","2008",92.36818,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2009","2009",91.03711,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2010","2010",91.37485,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2011","2011",91.24914,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2012","2012",90.88314,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1990","1990",83.2928,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1991","1991",84.09174,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1992","1992",84.12696,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1993","1993",83.3256,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1994","1994",82.43993,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1995","1995",88.86616,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1996","1996",90.79218,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1999","1999",99.48297,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2000","2000",99.29759,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2001","2001",99.22429,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2002","2002",99.22675,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2003","2003",99.22954,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2010","2010",99.09285,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2011","2011",99.23538,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2012","2012",99.21234,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2013","2013",99.63255,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2014","2014",99.65107,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2015","2015",99.62648,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2016","2016",99.75995,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","1991","1991",91.87291,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","1992","1992",89.6701,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","1993","1993",88.12434,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","1995","1995",89.96545,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","1996","1996",88.43708,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","2003","2003",89.41589,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","2008","2008",97.32261,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","2009","2009",92.29949,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","2010","2010",95.89252,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","2011","2011",97.72361,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","2012","2012",95.62432,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UGA","Uganda","2009","2009",92.13106,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UGA","Uganda","2010","2010",89.01071,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UGA","Uganda","2011","2011",91.71159,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UGA","Uganda","2013","2013",92.42193,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2007","2007",97.23462,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2008","2008",96.94164,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2009","2009",94.50544,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2010","2010",95.12694,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2011","2011",94.12591,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2012","2012",93.6022,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2013","2013",93.13554,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2014","2014",93.60685,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2015","2015",94.6323,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2016","2016",95.97745,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2017","2017",97.95571,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PNG","Papua New Guinea","2012","2012",67.34824,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PNG","Papua New Guinea","2016","2016",74.82717,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2000","2000",92.2969,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2001","2001",91.2664,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2002","2002",94.33785,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2003","2003",94.72996,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2004","2004",95.52099,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2005","2005",95.46071,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2006","2006",94.74361,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2007","2007",94.13607,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2008","2008",96.3543,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2009","2009",96.87922,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2010","2010",97.20225,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2011","2011",96.7687,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2012","2012",97.11647,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2013","2013",96.56877,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2014","2014",95.19958,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2015","2015",94.44599,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2016","2016",94.75872,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2017","2017",97.84578,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","1998","1998",84.09731,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","1999","1999",86.28094,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2000","2000",87.02795,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2001","2001",89.04505,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2002","2002",85.50634,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2003","2003",84.13745,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2012","2012",92.55432,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2013","2013",89.62501,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1990","1990",50.86861,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1991","1991",50.24221,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1992","1992",50.41523,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1993","1993",49.42286,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1994","1994",47.99046,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1995","1995",47.93664,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1996","1996",48.06281,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1997","1997",48.36969,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1998","1998",47.75719,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1999","1999",48.13232,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2000","2000",51.82521,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2001","2001",57.16946,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2002","2002",72.69684,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2003","2003",81.46042,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2004","2004",85.55672,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2005","2005",89.69794,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2006","2006",94.33998,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2008","2008",94.66774,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2010","2010",87.35314,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2012","2012",82.72848,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2013","2013",80.31971,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2014","2014",78.41047,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2016","2016",79.54375,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2017","2017",79.55163,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1998","1998",95.26898,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1999","1999",95.42291,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2000","2000",96.08896,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2001","2001",96.33215,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2002","2002",96.57087,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2003","2003",97.08357,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2004","2004",96.92394,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2005","2005",96.96647,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2006","2006",96.94355,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2007","2007",96.67375,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2008","2008",94.9655,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2009","2009",97.97611,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2010","2010",95.55059,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2011","2011",93.2796,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2012","2012",89.87423,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2013","2013",89.4632,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2014","2014",89.25465,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2015","2015",89.88581,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2016","2016",90.87995,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2017","2017",92.50107,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","1997","1997",76.30155,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","1998","1998",78.48178,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","1999","1999",81.50523,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2000","2000",87.82097,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2003","2003",96.05783,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2006","2006",94.32619,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2007","2007",93.99543,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2008","2008",92.9481,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2010","2010",92.69281,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2011","2011",95.44881,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2012","2012",95.40544,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2014","2014",94.30536,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2015","2015",96.88886,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2016","2016",92.97967,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2017","2017",90.60624,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1990","1990",88.16025,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1992","1992",93.39816,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1997","1997",91.14893,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1999","1999",83.70893,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2000","2000",83.33659,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2002","2002",91.23779,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2003","2003",91.04643,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2004","2004",94.21995,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2005","2005",94.41782,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2007","2007",99.28957,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1990","1990",99.73067,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1991","1991",99.95669,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1992","1992",99.6479,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1993","1993",98.66806,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1994","1994",98.39621,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1995","1995",98.19121,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1996","1996",98.26481,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1997","1997",84.19146,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1998","1998",99.89951,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1999","1999",99.91714,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2000","2000",99.86452,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2001","2001",99.90724,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2002","2002",99.86583,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2003","2003",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2004","2004",99.48893,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2005","2005",98.63669,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2006","2006",98.72603,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2007","2007",99.19221,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2008","2008",99.39114,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2009","2009",99.26117,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2010","2010",99.20045,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2011","2011",99.51465,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2012","2012",99.78805,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2013","2013",99.9493,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2014","2014",99.92195,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2015","2015",99.86013,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2016","2016",99.88953,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2017","2017",99.95533,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AFG","Afghanistan","1993","1993",14.38843,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","1999","1999",99.81857,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2000","2000",99.99891,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2001","2001",99.94063,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2002","2002",99.77087,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2003","2003",99.55967,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2004","2004",99.88772,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2005","2005",99.8655,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2006","2006",99.7729,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2007","2007",99.92959,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2008","2008",99.73988,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2009","2009",99.67338,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2010","2010",99.68213,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2011","2011",99.67129,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2012","2012",99.56797,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2013","2013",99.81482,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2014","2014",99.83069,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2015","2015",99.81046,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2016","2016",99.78186,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","1992","1992",47.36412,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","1994","1994",68.10211,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","1996","1996",92.81076,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","1997","1997",93.40904,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","1998","1998",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","1999","1999",97.53249,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2000","2000",90.15977,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2001","2001",86.2712,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2002","2002",88.66109,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2003","2003",86.5628,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2004","2004",89.57038,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2005","2005",90.43444,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2012","2012",98.06513,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2013","2013",96.64659,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2014","2014",96.41346,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2015","2015",96.01549,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2016","2016",95.72896,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2017","2017",94.20843,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","1990","1990",86.66848,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","1991","1991",81.44421,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","1992","1992",78.83427,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","1993","1993",76.61596,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","1994","1994",80.98975,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","1999","1999",97.42745,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2000","2000",94.52487,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2001","2001",94.40904,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2002","2002",99.46391,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2003","2003",99.20614,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2004","2004",99.75664,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2006","2006",90.096,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2007","2007",98.34673,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2009","2009",95.92755,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2010","2010",94.32112,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2011","2011",99.02525,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2012","2012",95.62003,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2013","2013",91.5978,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2014","2014",92.33373,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2015","2015",95.92509,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2016","2016",98.04418,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2017","2017",99.05912,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","1999","1999",99.3668,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2000","2000",96.58179,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2001","2001",93.68494,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2003","2003",94.02549,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2004","2004",95.81567,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2005","2005",95.18493,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2006","2006",95.9364,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2007","2007",95.42095,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2008","2008",96.46909,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2009","2009",97.22759,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2010","2010",98.23856,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2011","2011",97.77655,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2012","2012",99.78115,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2013","2013",99.13696,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2014","2014",99.30616,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2015","2015",99.52255,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2016","2016",99.4025,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2017","2017",99.59655,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2005","2005",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2006","2006",99.8896,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2007","2007",98.82247,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2008","2008",98.39666,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2009","2009",96.10119,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2010","2010",94.67606,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2011","2011",97.51667,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2012","2012",96.54262,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2013","2013",96.84439,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2014","2014",99.06317,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2015","2015",99.30296,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2016","2016",99.22081,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2017","2017",99.0377,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","1993","1993",50.19477,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2000","2000",42.30168,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2001","2001",51.23427,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2002","2002",50.58124,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2003","2003",54.11079,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2004","2004",55.72759,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2005","2005",58.91146,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2006","2006",75.69939,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2007","2007",82.75681,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2008","2008",93.35183,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2009","2009",91.64647,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2010","2010",97.01352,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2017","2017",97.31768,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2004","2004",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2005","2005",99.95958,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2006","2006",99.61736,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2007","2007",99.82769,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2008","2008",99.78219,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2009","2009",99.82429,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2010","2010",99.84927,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2011","2011",99.85429,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2012","2012",99.90999,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2014","2014",99.81242,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2015","2015",99.81055,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2016","2016",99.37862,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2017","2017",99.51468,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","1990","1990",99.81221,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","1991","1991",99.29792,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","1992","1992",98.95105,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","1994","1994",99.5151,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","1995","1995",99.75921,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","2013","2013",98.63699,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","2014","2014",98.28512,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","2015","2015",98.79994,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","2016","2016",98.23516,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1990","1990",88.23804,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1991","1991",89.54965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1992","1992",89.16395,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1993","1993",88.11375,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1996","1996",88.59734,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1997","1997",88.14034,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1999","1999",97.47216,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2000","2000",99.21533,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2001","2001",98.786,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2002","2002",93.63388,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2003","2003",96.01255,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2004","2004",98.85458,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2005","2005",96.17116,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2007","2007",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2008","2008",98.22846,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2009","2009",99.84907,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2010","2010",99.0591,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","1991","1991",38.0884,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","1992","1992",36.63871,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","1993","1993",35.29898,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","1994","1994",36.03636,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","1995","1995",38.01875,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","1998","1998",42.28787,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","1999","1999",45.99624,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2000","2000",49.84509,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2001","2001",54.34601,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2002","2002",51.60103,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2004","2004",64.28825,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2005","2005",69.43315,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2006","2006",73.48649,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2007","2007",78.55969,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2008","2008",82.16363,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2009","2009",83.91052,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2010","2010",85.4038,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2011","2011",83.74574,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2012","2012",84.1239,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2013","2013",85.23715,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2014","2014",86.02141,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2015","2015",87.26411,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2016","2016",86.96391,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2017","2017",86.23461,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2007","2007",84.73546,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2008","2008",84.98282,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2009","2009",85.50558,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2010","2010",84.46763,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2011","2011",81.21649,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2012","2012",78.48552,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2014","2014",78.45676,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2015","2015",81.78025,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2017","2017",82.3219,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","1999","1999",43.96487,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2002","2002",51.50469,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2003","2003",51.47808,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2004","2004",51.48701,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2005","2005",56.52608,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2006","2006",57.84795,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2007","2007",59.99846,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2009","2009",67.14102,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2010","2010",68.21066,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2011","2011",69.20773,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2012","2012",66.96453,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2013","2013",62.56394,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2014","2014",63.43179,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2015","2015",60.63694,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2016","2016",62.06596,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2017","2017",67.32742,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SDN","Sudan","2011","2011",55.57246,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SDN","Sudan","2012","2012",56.81843,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SDN","Sudan","2013","2013",58.03168,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SDN","Sudan","2014","2014",59.15437,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SDN","Sudan","2015","2015",59.58011,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SDN","Sudan","2016","2016",62.55882,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SDN","Sudan","2017","2017",61.58681,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","1994","1994",97.34734,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","1996","1996",97.56241,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","1997","1997",98.11555,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","1998","1998",99.82348,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2003","2003",99.19843,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2004","2004",97.70269,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2005","2005",97.92552,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2006","2006",97.74276,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2007","2007",97.79904,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2008","2008",98.87094,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2010","2010",98.9835,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2011","2011",98.60441,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2012","2012",98.05678,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2013","2013",98.41208,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2014","2014",98.64376,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2015","2015",98.65286,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2016","2016",99.58274,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","1999","1999",90.87284,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2000","2000",91.86778,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2001","2001",89.59893,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2002","2002",89.33214,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2003","2003",88.13368,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2004","2004",87.43843,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2005","2005",85.56501,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2006","2006",84.72314,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2007","2007",83.95494,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2008","2008",86.5145,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2009","2009",88.51908,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2010","2010",90.56758,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2011","2011",90.98661,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2012","2012",93.78173,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2013","2013",92.63681,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2014","2014",93.5001,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2015","2015",92.25283,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2016","2016",92.13141,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2017","2017",94.37394,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COK","Cook Islands","1998","1998",89.20188,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COK","Cook Islands","1999","1999",84.50156,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COK","Cook Islands","2000","2000",95.85687,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COK","Cook Islands","2013","2013",95.48484,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","1999","1999",98.28522,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2000","2000",98.39732,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2001","2001",99.67742,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2002","2002",98.18366,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2003","2003",96.67844,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2004","2004",97.82348,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2005","2005",98.35923,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2006","2006",99.03082,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2007","2007",99.18757,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2008","2008",99.53094,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2009","2009",96.65827,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2010","2010",99.09038,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2013","2013",97.8735,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2014","2014",99.92209,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1991","1991",61.42882,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1992","1992",59.73188,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1993","1993",58.68065,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1994","1994",59.86127,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1995","1995",67.83578,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1999","1999",36.81181,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MWI","Malawi","1999","1999",97.02404,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MWI","Malawi","2004","2004",95.50364,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MWI","Malawi","2005","2005",95.00484,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MWI","Malawi","2006","2006",93.01149,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MWI","Malawi","2007","2007",88.14211,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MWI","Malawi","2008","2008",94.69882,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MWI","Malawi","2009","2009",94.97104,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","1999","1999",99.99143,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2002","2002",96.28533,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2004","2004",98.52032,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2005","2005",90.67814,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2007","2007",93.42447,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2008","2008",95.78365,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2009","2009",97.47405,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2013","2013",98.41191,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2014","2014",97.33216,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2015","2015",97.77185,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2016","2016",96.84211,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1992","1992",53.70891,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1993","1993",58.07304,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1994","1994",61.55954,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1996","1996",64.43769,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1997","1997",67.12213,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1998","1998",70.3735,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1999","1999",71.36516,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2000","2000",72.24403,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2001","2001",71.86952,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2002","2002",72.97132,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2003","2003",75.58479,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2004","2004",76.83056,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2005","2005",78.3412,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2006","2006",79.8417,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2007","2007",82.71516,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2008","2008",85.55738,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2009","2009",88.49116,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2010","2010",93.23207,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2011","2011",93.62325,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2012","2012",93.67544,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2013","2013",95.8211,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2014","2014",96.39779,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2015","2015",95.0346,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2016","2016",93.98519,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2017","2017",92.82117,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1990","1990",90.99487,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1991","1991",90.73129,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1992","1992",88.98564,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1993","1993",87.14972,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1994","1994",86.47749,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1995","1995",87.604,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1996","1996",86.77989,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1997","1997",87.34529,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1998","1998",94.06336,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1999","1999",94.60049,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2000","2000",95.82367,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2001","2001",94.64761,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2002","2002",94.86078,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2003","2003",94.90856,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2004","2004",94.59493,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2005","2005",93.51101,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2006","2006",92.94593,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2007","2007",92.81967,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2010","2010",93.90961,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2011","2011",94.20403,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2012","2012",94.50995,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2013","2013",93.93284,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2014","2014",92.66657,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2015","2015",93.57662,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2016","2016",92.90618,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BMU","Bermuda","2011","2011",88.35645,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BMU","Bermuda","2012","2012",81.50338,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SMR","San Marino","2009","2009",91.34831,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SMR","San Marino","2010","2010",89.01073,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SMR","San Marino","2011","2011",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SMR","San Marino","2012","2012",93.20175,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","1996","1996",92.24363,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","1999","1999",93.29527,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2000","2000",92.74424,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2001","2001",93.55085,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2002","2002",93.53829,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2003","2003",93.30215,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2004","2004",97.89528,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2005","2005",95.56166,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2006","2006",96.78751,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2007","2007",95.76258,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2008","2008",95.19149,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2009","2009",94.45845,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2010","2010",95.09443,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2011","2011",94.89619,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2012","2012",98.42273,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2013","2013",98.42229,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2014","2014",98.09444,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2015","2015",98.0852,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2016","2016",98.47016,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2017","2017",98.54191,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","1990","1990",76.37724,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","1991","1991",78.56567,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","1994","1994",73.47176,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","1995","1995",82.58793,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","1996","1996",91.0224,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","1997","1997",87.86007,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2001","2001",97.56292,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2003","2003",97.72379,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2004","2004",99.89621,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2005","2005",98.51141,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2007","2007",95.95338,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2008","2008",96.64301,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2014","2014",94.63349,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2016","2016",94.04562,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2017","2017",94.54367,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","1994","1994",95.00397,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","1998","1998",99.44822,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","1999","1999",93.12915,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2000","2000",93.01394,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2001","2001",96.6121,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2010","2010",97.10237,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2011","2011",96.15961,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2012","2012",97.43738,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2014","2014",98.09537,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2015","2015",97.92799,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2016","2016",97.74317,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2017","2017",96.76259,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","1990","1990",79.32817,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","1992","1992",82.77251,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","1994","1994",85.04027,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","1995","1995",85.71563,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","1996","1996",84.92825,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","1997","1997",85.80822,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","1998","1998",87.4665,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","1999","1999",87.62549,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2000","2000",89.07857,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2001","2001",89.75271,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2002","2002",90.97149,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2003","2003",90.67406,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2004","2004",88.15196,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2005","2005",88.06732,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2006","2006",85.39631,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2007","2007",87.79332,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2008","2008",87.02817,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2009","2009",86.9005,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2010","2010",86.70214,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2012","2012",88.64657,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2013","2013",91.13445,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2017","2017",98.26174,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1990","1990",90.09345,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.33512,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1999","1999",87.41282,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2000","2000",86.54836,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2001","2001",84.22813,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2002","2002",84.80095,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2003","2003",84.84498,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2004","2004",85.25494,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2005","2005",85.39938,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2006","2006",85.0715,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2007","2007",86.13798,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2008","2008",86.13703,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2009","2009",84.84444,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2010","2010",84.58543,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2011","2011",85.95442,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2012","2012",87.50213,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2013","2013",89.76066,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2014","2014",94.23654,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2015","2015",98.05184,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2016","2016",98.7175,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2017","2017",99.031,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","1994","1994",88.84893,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","1995","1995",88.32266,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","1997","1997",88.31349,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","1999","1999",90.82079,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2006","2006",96.19807,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2007","2007",97.08731,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2008","2008",96.5757,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2009","2009",94.48797,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2010","2010",95.36493,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2011","2011",94.58232,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2012","2012",93.2566,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2013","2013",92.94054,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2014","2014",94.33225,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2015","2015",94.50688,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2016","2016",94.04713,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","1992","1992",96.11453,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","1993","1993",97.28665,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","1994","1994",96.90965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","1995","1995",98.32665,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","1999","1999",99.25313,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2000","2000",96.0743,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2001","2001",92.33578,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2002","2002",92.53424,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2003","2003",91.14903,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2004","2004",90.82105,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2005","2005",88.27729,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2006","2006",89.1128,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2011","2011",90.87216,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2012","2012",91.95521,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2013","2013",93.19423,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2014","2014",95.15369,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2015","2015",97.53466,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2016","2016",97.0888,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2017","2017",98.99339,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2014","2014",87.04879,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2015","2015",84.00917,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","1998","1998",96.23871,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","1999","1999",98.28112,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2000","2000",99.88558,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2001","2001",99.68859,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2002","2002",99.74913,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2003","2003",99.88949,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2004","2004",99.84496,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2005","2005",99.8096,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2006","2006",99.78836,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2007","2007",99.80622,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2008","2008",99.8804,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2009","2009",99.88571,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2010","2010",99.96079,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2011","2011",99.91359,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2012","2012",99.87558,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2013","2013",99.8621,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2014","2014",99.93252,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2015","2015",99.91785,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2016","2016",99.89955,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2001","2001",99.88117,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2002","2002",99.92471,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2003","2003",99.61741,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2004","2004",96.84834,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2005","2005",97.25333,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2006","2006",96.73133,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2007","2007",96.37222,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2008","2008",95.5494,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2009","2009",93.37863,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2010","2010",95.04344,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2011","2011",95.17993,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2012","2012",95.35008,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2013","2013",96.4814,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2014","2014",97.30773,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2015","2015",99.08121,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2016","2016",99.0801,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2017","2017",99.29702,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","1990","1990",86.61984,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","1999","1999",93.13455,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2000","2000",94.88255,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2001","2001",96.16586,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2002","2002",98.31177,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2004","2004",98.59478,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2005","2005",98.16667,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2006","2006",98.76869,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2007","2007",98.68385,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2008","2008",97.59167,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2009","2009",94.55455,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2010","2010",96.2045,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2011","2011",95.067,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2012","2012",94.64632,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2013","2013",92.92351,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2014","2014",90.45469,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2015","2015",87.66282,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1990","1990",99.58787,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",97.87227,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.42499,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",99.94719,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",99.93066,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2001","2001",99.88288,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.68332,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.82405,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",99.2362,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",99.31776,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",97.50671,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",99.072,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",98.34609,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.62708,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.61435,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.77236,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.83166,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1990","1990",97.53591,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1991","1991",98.1948,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1992","1992",97.5219,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1993","1993",97.08281,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1994","1994",98.79416,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1995","1995",98.11558,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1996","1996",98.205,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1998","1998",98.91568,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2000","2000",99.86298,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2001","2001",99.7022,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2002","2002",99.72866,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2004","2004",97.69415,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2005","2005",98.57698,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2006","2006",98.80622,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2007","2007",99.35503,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2008","2008",99.20851,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2009","2009",98.86056,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2010","2010",98.66232,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2011","2011",99.01785,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2012","2012",99.34721,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2013","2013",99.75547,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2014","2014",99.39231,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2015","2015",99.93061,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2016","2016",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","1990","1990",85.60555,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","1991","1991",81.05841,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","1992","1992",78.20697,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","1993","1993",77.07436,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","1994","1994",81.60502,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","1998","1998",97.39342,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","1999","1999",98.76604,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2000","2000",96.39955,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2001","2001",97.34452,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2002","2002",98.60205,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2003","2003",97.3997,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2004","2004",96.42993,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2005","2005",99.2867,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2006","2006",94.74188,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2007","2007",99.96705,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2009","2009",98.67675,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2010","2010",99.06923,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2011","2011",99.61728,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2012","2012",98.22167,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2013","2013",94.33425,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2014","2014",94.3811,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2015","2015",96.97474,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2016","2016",97.94886,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2017","2017",98.79632,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1990","1990",99.679,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1992","1992",99.59394,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1993","1993",98.49425,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1994","1994",98.32851,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1995","1995",98.22751,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1996","1996",98.22447,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1997","1997",84.04996,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1998","1998",99.64416,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1999","1999",99.88049,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2000","2000",99.58053,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2001","2001",99.67633,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2002","2002",99.60367,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2003","2003",99.82222,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2004","2004",99.2699,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2005","2005",98.36917,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2006","2006",98.27813,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2007","2007",99.0044,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2008","2008",99.13474,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2009","2009",98.99873,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2010","2010",98.93051,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2011","2011",99.30276,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2012","2012",99.48619,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2013","2013",99.90752,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2014","2014",99.87422,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2015","2015",99.90527,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2016","2016",99.9163,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2017","2017",99.92238,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1990","1990",93.94593,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1991","1991",94.94951,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1992","1992",95.33662,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1993","1993",96.17458,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1994","1994",96.18888,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1995","1995",96.42446,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1996","1996",95.46047,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1997","1997",94.33755,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1999","1999",94.34476,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2000","2000",95.43821,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2001","2001",97.28584,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2002","2002",99.47773,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2003","2003",99.69794,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2004","2004",99.84088,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2005","2005",98.87224,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2006","2006",98.63006,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2007","2007",97.65281,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2008","2008",97.9988,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2009","2009",98.60118,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2010","2010",99.63456,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2011","2011",99.63407,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2012","2012",99.89365,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2013","2013",99.61534,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2000","2000",92.08309,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2001","2001",94.41983,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2002","2002",95.74131,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2003","2003",96.22566,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2004","2004",96.50757,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2005","2005",93.27367,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2006","2006",90.85521,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2007","2007",89.68594,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2008","2008",89.9566,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2009","2009",89.51627,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2010","2010",90.14494,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2011","2011",90.21977,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2012","2012",90.45556,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2013","2013",90.61525,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2014","2014",89.93939,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2015","2015",89.68644,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2016","2016",89.77003,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2017","2017",89.60835,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","1993","1993",54.34859,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2000","2000",46.40736,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2001","2001",56.41323,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2002","2002",56.15716,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2003","2003",59.38976,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2004","2004",59.39955,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2005","2005",62.3369,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2006","2006",77.79078,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2007","2007",84.60173,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2008","2008",94.8804,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2009","2009",91.97448,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2010","2010",97.06881,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2017","2017",96.36017,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","1991","1991",98.81623,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","1992","1992",97.34669,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","1994","1994",97.17952,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","1995","1995",98.63502,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","1996","1996",98.88263,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","2013","2013",98.1377,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","2014","2014",97.68189,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","2015","2015",98.03091,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","2016","2016",98.91787,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","2017","2017",99.45542,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1993","1993",78.04316,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1996","1996",75.70481,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1999","1999",89.65531,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2000","2000",88.55311,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2003","2003",94.25937,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2004","2004",92.99399,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2007","2007",92.32209,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","1998","1998",82.29695,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2000","2000",91.31115,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2001","2001",91.76865,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2002","2002",93.46562,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2003","2003",93.47369,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2005","2005",96.55913,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2006","2006",96.49042,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2007","2007",95.82968,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2008","2008",95.95128,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2009","2009",95.99798,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2010","2010",96.12894,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2011","2011",95.85459,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2012","2012",94.95609,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2013","2013",92.07748,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2014","2014",89.56367,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2015","2015",87.0022,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2016","2016",85.5346,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2017","2017",81.29945,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGD","Bangladesh","1990","1990",66.4973,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGD","Bangladesh","2005","2005",97.93406,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGD","Bangladesh","2006","2006",98.9133,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGD","Bangladesh","2008","2008",93.80605,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGD","Bangladesh","2009","2009",97.55334,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGD","Bangladesh","2010","2010",99.98323,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGD","Bangladesh","2017","2017",98.28106,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","1990","1990",97.08223,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","1991","1991",95.42091,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","1993","1993",93.58948,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","1999","1999",91.24229,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","2000","2000",92.75489,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","2001","2001",92.38747,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","2002","2002",91.30266,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","2003","2003",89.97342,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","2004","2004",91.79139,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JOR","Jordan","1999","1999",91.81314,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JOR","Jordan","2000","2000",93.00556,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JOR","Jordan","2002","2002",95.37781,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JOR","Jordan","2003","2003",96.86841,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JOR","Jordan","2004","2004",97.24145,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1991","1991",89.87158,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1992","1992",91.67718,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1993","1993",94.31401,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1994","1994",94.43433,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1995","1995",98.00096,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2005","2005",99.02203,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2006","2006",98.51093,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2007","2007",98.83532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2008","2008",98.8972,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2009","2009",99.69863,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2010","2010",99.52619,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2011","2011",99.36956,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2012","2012",99.64448,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2013","2013",99.74808,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2014","2014",99.62369,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2015","2015",99.08323,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2016","2016",99.76884,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2017","2017",99.89657,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1990","1990",95.18573,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1991","1991",97.73862,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1992","1992",97.48633,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1993","1993",95.86266,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1994","1994",95.30892,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1995","1995",94.18283,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1996","1996",95.11089,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1998","1998",98.43272,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1999","1999",99.70515,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","2000","2000",99.91953,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","2012","2012",99.47059,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","2013","2013",99.44992,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","2014","2014",99.40451,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","2015","2015",99.5981,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","2016","2016",99.96224,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COM","Comoros","1994","1994",69.22219,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COM","Comoros","1999","1999",61.04319,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COM","Comoros","2000","2000",67.49473,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COM","Comoros","2007","2007",79.17413,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COM","Comoros","2013","2013",87.92145,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COM","Comoros","2014","2014",86.61882,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COM","Comoros","2017","2017",85.32228,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","1999","1999",98.01382,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2000","2000",98.24184,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2001","2001",96.62665,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2002","2002",95.40839,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2003","2003",93.97484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2004","2004",94.77636,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2005","2005",97.97892,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2006","2006",98.6602,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2007","2007",98.91579,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2008","2008",99.10333,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2009","2009",96.0174,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2010","2010",98.91975,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2014","2014",99.29199,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",90.07832,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",89.84895,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",96.82453,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",95.73373,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",95.30824,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",93.72556,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",93.8287,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",93.58093,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",91.50251,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",91.82745,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",91.02404,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",92.26281,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",95.59047,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",90.88452,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",90.21185,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",91.09969,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",94.40111,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","1994","1994",15.50506,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","1995","1995",17.19503,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","1996","1996",20.21528,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","1998","1998",26.61117,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","1999","1999",29.59559,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2000","2000",34.10235,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2001","2001",38.75603,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2002","2002",41.28639,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2003","2003",42.46547,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2004","2004",46.30828,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2005","2005",57.81606,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2006","2006",63.20635,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2007","2007",68.51531,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2008","2008",74.17635,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2009","2009",74.39826,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2010","2010",72.368,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2011","2011",76.03648,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2012","2012",77.32923,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2014","2014",83.42114,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2015","2015",82.83731,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","1994","1994",62.4378,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2000","2000",58.12645,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2001","2001",66.94118,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2002","2002",64.06035,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2003","2003",63.9454,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2008","2008",46.38591,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2009","2009",45.44787,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2010","2010",44.90545,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2011","2011",46.12029,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2012","2012",47.42315,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2015","2015",44.9994,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1990","1990",65.69671,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1991","1991",65.06608,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1992","1992",65.17679,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1993","1993",67.20026,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1994","1994",69.49414,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1995","1995",72.01361,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1996","1996",73.94731,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1997","1997",75.13401,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1998","1998",72.72077,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1999","1999",76.55305,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2000","2000",80.50877,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2001","2001",83.44771,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2002","2002",87.10095,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2003","2003",88.02682,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2004","2004",87.75665,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2005","2005",88.84695,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2006","2006",90.16335,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2007","2007",91.24156,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2008","2008",91.59172,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2009","2009",90.61877,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2010","2010",93.18182,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2011","2011",93.77333,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2012","2012",92.95432,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2013","2013",94.21052,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2014","2014",93.62605,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2016","2016",94.73738,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2017","2017",97.05072,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1990","1990",88.85592,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1991","1991",88.21393,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1992","1992",87.30382,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1993","1993",87.02557,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1994","1994",87.17582,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1995","1995",87.49106,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1996","1996",88.27832,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1998","1998",99.6337,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1999","1999",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2000","2000",99.91637,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2001","2001",99.99197,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2002","2002",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2003","2003",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2004","2004",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2005","2005",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2006","2006",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2007","2007",99.64118,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2008","2008",99.84765,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2009","2009",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2011","2011",97.3161,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2012","2012",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2013","2013",99.85116,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2014","2014",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2015","2015",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2016","2016",99.97618,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1996","1996",45.85734,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1997","1997",46.8718,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1999","1999",48.99474,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2000","2000",47.54813,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2001","2001",51.67026,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2002","2002",51.0507,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2003","2003",49.88248,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2009","2009",51.08752,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2013","2013",66.70819,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2014","2014",69.5397,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2015","2015",72.96339,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2016","2016",83.07291,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2017","2017",85.06738,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","1990","1990",99.42631,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","1991","1991",98.06854,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","1992","1992",99.25687,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","1993","1993",99.46369,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","1994","1994",99.20162,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","1995","1995",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","1996","1996",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2001","2001",99.94385,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2002","2002",99.23799,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2004","2004",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2009","2009",99.86024,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2014","2014",99.32419,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2015","2015",98.59779,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2016","2016",98.06711,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AGO","Angola","1998","1998",41.30159,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AGO","Angola","2008","2008",75.44162,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AGO","Angola","2009","2009",74.30813,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AGO","Angola","2010","2010",73.65505,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AGO","Angola","2011","2011",70.53634,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2007","2007",92.41756,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2008","2008",90.99122,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2009","2009",90.59538,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2010","2010",91.6382,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2011","2011",92.40723,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2012","2012",94.05384,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2013","2013",95.33237,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2014","2014",96.49522,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2015","2015",97.12497,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2016","2016",97.50505,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2017","2017",98.54778,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","1995","1995",82.76138,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","1996","1996",81.63258,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","1997","1997",83.93793,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2004","2004",91.07053,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2005","2005",89.41207,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2006","2006",90.92665,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2007","2007",98.78453,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2008","2008",96.21301,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2009","2009",95.20477,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2011","2011",95.99178,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2012","2012",98.41846,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2015","2015",99.28019,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2016","2016",99.29158,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2017","2017",98.59798,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","1999","1999",55.94335,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2001","2001",64.46445,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2003","2003",70.67437,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2004","2004",73.62565,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2005","2005",75.749,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2008","2008",75.99351,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2010","2010",81.0665,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2012","2012",84.54757,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2013","2013",84.97708,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2016","2016",83.31682,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","1990","1990",22.88507,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","1991","1991",23.46911,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","1992","1992",21.40978,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","1997","1997",24.05182,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","1998","1998",24.39038,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","1999","1999",26.12356,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2000","2000",26.86676,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2001","2001",30.49029,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2002","2002",34.09581,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2003","2003",37.81639,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2004","2004",41.31423,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2005","2005",41.31145,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2006","2006",42.62715,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2007","2007",43.86759,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2008","2008",47.28675,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2009","2009",51.06116,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2010","2010",55.11671,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2011","2011",59.859,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2012","2012",61.28767,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2013","2013",61.01046,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2014","2014",61.05211,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2015","2015",62.6857,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2016","2016",63.79476,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2017","2017",66.81589,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","1990","1990",98.52127,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","1992","1992",90.21876,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","1999","1999",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2000","2000",97.90397,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2001","2001",97.44047,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2002","2002",94.48445,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2003","2003",94.21611,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2004","2004",92.98924,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2005","2005",91.9018,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2006","2006",95.56608,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2007","2007",96.89586,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2008","2008",98.47182,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2009","2009",96.60035,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2010","2010",97.20172,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2011","2011",95.69288,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2014","2014",91.08587,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2015","2015",92.02321,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2016","2016",92.10824,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2017","2017",90.57201,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VUT","Vanuatu","1999","1999",96.9779,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VUT","Vanuatu","2000","2000",98.59491,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VUT","Vanuatu","2001","2001",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VUT","Vanuatu","2002","2002",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VUT","Vanuatu","2003","2003",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VUT","Vanuatu","2004","2004",97.35044,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VUT","Vanuatu","2005","2005",98.2519,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VUT","Vanuatu","2015","2015",100,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","1993","1993",87.32102,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","1994","1994",91.88223,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","1995","1995",93.17892,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","1996","1996",93.17602,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","2000","2000",94.90228,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","2001","2001",86.88669,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","2002","2002",93.2378,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","2003","2003",94.28012,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","2004","2004",95.06802,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","2005","2005",94.73691,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1990","1990",85.39041,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1991","1991",87.11221,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1992","1992",88.19909,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1993","1993",87.71003,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1994","1994",87.65254,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1995","1995",87.88283,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1996","1996",87.4386,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1997","1997",86.91522,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1999","1999",89.7286,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2000","2000",90.52619,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2001","2001",92.64196,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2002","2002",93.90211,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2003","2003",94.42611,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2004","2004",95.17879,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2005","2005",95.4772,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2006","2006",95.67726,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2007","2007",95.87886,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2008","2008",97.22105,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2009","2009",98.96613,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2010","2010",98.88748,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2011","2011",99.05085,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2012","2012",99.11083,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2015","2015",99.2671,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2016","2016",99.23121,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2017","2017",99.44293,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1990","1990",96.57841,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1991","1991",91.93816,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1993","1993",92.17023,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1994","1994",93.38422,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1995","1995",94.33934,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1996","1996",96.90761,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1997","1997",97.8501,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1998","1998",99.76993,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1999","1999",99.43867,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2000","2000",99.55429,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2001","2001",99.09823,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2002","2002",98.75234,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2003","2003",98.22162,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2004","2004",97.66889,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2005","2005",98.85671,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2006","2006",98.79397,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2007","2007",98.74433,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2008","2008",99.22411,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2009","2009",98.3236,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2010","2010",97.92336,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2011","2011",97.67855,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2012","2012",94.76818,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2013","2013",96.67491,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2014","2014",97.65712,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2015","2015",97.88866,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2016","2016",97.05437,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2017","2017",97.84043,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","1990","1990",23.58978,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","1992","1992",24.37232,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","1993","1993",23.06435,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","1994","1994",23.8739,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","1995","1995",24.90626,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","1996","1996",24.44266,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","1997","1997",23.48853,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","1999","1999",22.66278,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2000","2000",23.37025,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2001","2001",25.78145,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2002","2002",27.37574,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2004","2004",31.35856,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2005","2005",33.16067,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2006","2006",36.03817,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2007","2007",40.01068,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2008","2008",44.06901,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2009","2009",43.54483,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2011","2011",51.25578,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2013","2013",50.92823,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2014","2014",57.39302,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2015","2015",52.29536,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2016","2016",49.51254,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2017","2017",51.89733,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2018","2018",53.75775,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","1990","1990",22.88507,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","1991","1991",23.46911,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","1992","1992",21.40978,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","1997","1997",24.05182,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","1998","1998",24.39038,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","1999","1999",26.12356,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2000","2000",26.86676,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2001","2001",30.49029,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2002","2002",34.09581,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2003","2003",37.81639,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2004","2004",41.31423,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2005","2005",41.31145,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2006","2006",42.62715,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2007","2007",43.86759,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2008","2008",47.28675,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2009","2009",51.06116,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2010","2010",55.11671,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2011","2011",59.859,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2012","2012",61.28767,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2013","2013",61.01046,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2014","2014",61.05211,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2015","2015",62.6857,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2016","2016",63.79476,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2017","2017",66.81589,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1990","1990",81.54471,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1991","1991",83.58989,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1992","1992",83.50477,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1993","1993",83.74363,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1994","1994",84.26129,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1995","1995",76.90782,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1996","1996",78.12869,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1998","1998",81.74276,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1999","1999",81.45148,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2000","2000",82.49962,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2001","2001",84.13524,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2002","2002",84.50801,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2003","2003",84.40926,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2004","2004",86.73645,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2005","2005",84.46051,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2006","2006",86.07424,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2007","2007",85.36055,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2008","2008",84.89892,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2009","2009",85.99093,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2012","2012",92.19457,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2013","2013",93.05952,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2014","2014",89.14333,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","1996","1996",97.73163,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","1997","1997",98.77069,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2000","2000",99.72155,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2001","2001",99.54269,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2002","2002",99.45896,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2003","2003",99.31054,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2004","2004",99.17955,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2005","2005",98.87457,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2006","2006",98.73757,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2007","2007",98.62107,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2008","2008",98.53774,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2009","2009",98.65419,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2010","2010",98.83545,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2011","2011",98.48044,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2012","2012",98.95208,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2013","2013",99.2029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2014","2014",99.06534,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2015","2015",98.86206,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2016","2016",98.46135,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","1999","1999",62.655,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2000","2000",65.47673,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2001","2001",73.57122,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2002","2002",71.1359,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2003","2003",84.93491,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2004","2004",83.07179,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2005","2005",83.51622,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2006","2006",82.54322,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2007","2007",92.43527,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2008","2008",88.56994,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2009","2009",90.99704,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2012","2012",83.11905,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","1990","1990",95.91662,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","1993","1993",96.73359,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","1999","1999",56.26329,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","2000","2000",89.72792,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","2001","2001",89.54733,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","2002","2002",97.62664,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","2003","2003",97.48348,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","2004","2004",93.53144,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","2005","2005",92.20381,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","2006","2006",94.29927,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","2007","2007",93.93884,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","1994","1994",90.9573,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","1997","1997",90.40506,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","1999","1999",86.63204,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2000","2000",88.43454,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2001","2001",89.5497,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2002","2002",90.65273,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2003","2003",92.25314,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2004","2004",93.7522,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2012","2012",97.231,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2014","2014",96.97414,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2016","2016",98.99348,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2017","2017",98.91157,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","1990","1990",44.77197,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","1992","1992",44.23334,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","1994","1994",44.92859,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","1996","1996",49.2022,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","1997","1997",53.43262,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","1998","1998",56.00646,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","1999","1999",54.94597,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2000","2000",58.09894,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2003","2003",64.82563,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2004","2004",62.90405,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2005","2005",64.01532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2006","2006",67.04054,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2007","2007",69.57125,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2008","2008",70.53967,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2009","2009",70.81098,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2010","2010",71.78459,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2011","2011",72.40183,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2012","2012",75.12646,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2013","2013",74.00381,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2014","2014",74.679,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2015","2015",74.51753,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2016","2016",72.33999,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2017","2017",75.1737,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","1990","1990",94.74795,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","1991","1991",93.89954,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","1992","1992",92.86409,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","1993","1993",91.77015,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","1994","1994",92.09751,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","1995","1995",91.758,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","1996","1996",91.29368,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","1997","1997",91.21586,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2001","2001",95.44818,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2002","2002",94.99121,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2003","2003",94.09724,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2004","2004",93.28904,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2005","2005",91.77453,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2006","2006",93.10182,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2007","2007",95.19629,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2008","2008",95.57772,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2009","2009",96.57933,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2010","2010",98.67604,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2011","2011",99.80262,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2012","2012",96.67682,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2013","2013",93.63949,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2014","2014",91.42341,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2016","2016",89.16051,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2017","2017",90.10287,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",86.57596,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",89.15124,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",91.40097,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",95.20207,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",93.62639,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",93.88237,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",93.02483,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",93.26432,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",94.80212,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",92.61711,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",94.38278,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",94.94114,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",94.9763,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",96.06793,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",95.44986,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",93.40214,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",92.77542,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",89.66107,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",87.03304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1990","1990",92.48223,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1991","1991",91.98739,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1992","1992",93.96796,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1993","1993",94.86295,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1994","1994",97.20771,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1995","1995",97.03024,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1996","1996",99.46096,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1997","1997",99.30511,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1998","1998",98.93756,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1999","1999",99.16084,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2000","2000",98.52321,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2001","2001",97.82343,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2002","2002",97.14111,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2003","2003",95.13202,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2004","2004",95.02305,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2005","2005",94.54369,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2006","2006",94.26749,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2007","2007",97.07421,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2008","2008",97.81489,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2009","2009",99.86604,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2010","2010",99.99767,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2011","2011",99.99759,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2012","2012",99.53701,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2013","2013",99.63668,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2014","2014",96.44831,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2015","2015",95.55186,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2016","2016",95.80721,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2017","2017",97.10984,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","1999","1999",57.36303,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","2000","2000",60.24576,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","2004","2004",62.96249,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","2005","2005",63.62458,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","2006","2006",64.70636,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","2007","2007",63.98309,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","2008","2008",58.21758,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","2009","2009",59.52986,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","2010","2010",59.97058,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","1996","1996",93.97737,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","1999","1999",93.28248,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2000","2000",92.80934,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2001","2001",93.97764,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2002","2002",93.98756,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2003","2003",93.66382,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2004","2004",97.74079,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2005","2005",95.5813,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2006","2006",97.06269,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2007","2007",95.92354,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2008","2008",95.35699,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2009","2009",94.41695,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2010","2010",95.27728,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2011","2011",94.96627,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2012","2012",98.77494,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2013","2013",98.83,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2014","2014",98.41541,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2015","2015",98.40952,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2016","2016",98.79437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2017","2017",98.79279,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","1999","1999",62.14608,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2000","2000",70.62225,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2001","2001",64.89249,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2002","2002",68.84004,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2003","2003",67.90495,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2005","2005",72.34186,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2006","2006",74.34971,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2007","2007",79.50453,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2008","2008",84.99424,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2009","2009",85.32066,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2011","2011",93.20031,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2012","2012",92.37013,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2013","2013",96.43365,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2014","2014",95.7385,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2015","2015",97.82552,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2016","2016",94.24802,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2017","2017",97.14034,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2018","2018",95.35564,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1990","1990",90.03435,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1991","1991",89.61937,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1992","1992",89.19911,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1993","1993",88.32039,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1996","1996",88.66781,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1997","1997",88.48453,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1999","1999",97.89116,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2000","2000",99.36633,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2001","2001",98.88701,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2002","2002",94.54249,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2003","2003",95.93129,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2004","2004",98.88216,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2005","2005",96.09089,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2007","2007",99.25921,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2008","2008",97.98021,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2009","2009",98.30008,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2010","2010",98.73351,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","1998","1998",53.24776,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","1999","1999",54.19527,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2000","2000",57.05184,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2001","2001",60.28479,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2005","2005",70.27604,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2006","2006",74.10933,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2008","2008",79.59807,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2009","2009",84.07871,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2010","2010",86.17418,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2011","2011",86.94101,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2012","2012",88.69254,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2013","2013",87.35723,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2015","2015",84.61948,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2016","2016",82.99547,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2017","2017",81.94659,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","1991","1991",85.57737,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","1994","1994",90.82116,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","1995","1995",91.89458,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","1998","1998",92.05003,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","1999","1999",92.88632,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","2000","2000",91.53351,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","2001","2001",91.20938,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","2002","2002",91.19856,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","2003","2003",91.70824,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","2004","2004",91.60469,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","2005","2005",90.67152,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","2015","2015",91.54285,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1990","1990",87.73359,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1991","1991",88.28702,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1992","1992",90.34648,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1993","1993",91.13865,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1994","1994",90.73328,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1995","1995",92.44825,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1996","1996",94.91349,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2011","2011",99.96439,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2012","2012",99.94782,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2013","2013",99.08432,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2014","2014",96.79537,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2015","2015",96.81297,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2016","2016",96.96598,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","THA","Thailand","2006","2006",98.89194,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","THA","Thailand","2007","2007",98.46124,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","THA","Thailand","2008","2008",97.9042,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","THA","Thailand","2009","2009",98.01958,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2002","2002",97.01621,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2004","2004",98.44708,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2005","2005",89.9096,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2007","2007",92.91621,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2008","2008",95.12607,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2009","2009",95.76895,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2013","2013",98.37064,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2014","2014",97.41935,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2015","2015",97.93905,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2016","2016",96.34238,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","1994","1994",97.46788,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","1998","1998",95.50406,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","1999","1999",96.23393,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2000","2000",98.47941,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2001","2001",97.81689,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2002","2002",96.52968,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2003","2003",97.02876,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2004","2004",99.40607,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2005","2005",99.73288,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2006","2006",96.94872,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2007","2007",96.37177,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2008","2008",95.65814,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2009","2009",97.80691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2010","2010",96.81683,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2011","2011",98.17828,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2012","2012",99.47721,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2014","2014",99.2337,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2015","2015",99.63498,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2016","2016",98.80051,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2017","2017",98.76546,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","1991","1991",92.53954,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","1992","1992",94.33494,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","1993","1993",95.06648,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","1994","1994",93.39877,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","1995","1995",92.94188,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","1996","1996",92.59645,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","1997","1997",92.63839,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","2005","2005",97.45443,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","2007","2007",98.17003,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","2008","2008",99.05857,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","2009","2009",99.13694,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","2013","2013",99.40484,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","2014","2014",94.46281,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","2015","2015",97.65993,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","2016","2016",98.33317,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","1999","1999",97.28203,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2000","2000",95.85975,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2001","2001",94.32699,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2003","2003",92.11883,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2004","2004",91.31788,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2008","2008",89.27128,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2009","2009",87.43356,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2010","2010",87.95941,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2011","2011",89.22843,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2012","2012",93.18193,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2013","2013",97.5988,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2014","2014",99.64311,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2015","2015",99.25625,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2016","2016",99.29555,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2017","2017",99.32327,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1990","1990",92.97115,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1991","1991",94.97666,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1992","1992",95.88174,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1993","1993",96.28301,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1994","1994",91.8588,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1995","1995",91.70462,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1996","1996",95.02059,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1999","1999",98.93103,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2000","2000",99.73829,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2001","2001",99.8099,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2002","2002",98.30598,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2003","2003",97.7233,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2004","2004",97.1475,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2005","2005",97.44133,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2006","2006",95.85386,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2007","2007",93.95359,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2008","2008",92.32178,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2009","2009",91.06023,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2010","2010",91.15958,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2011","2011",91.11173,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2012","2012",90.65812,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COG","Congo","2005","2005",55.89882,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COG","Congo","2006","2006",51.78657,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COG","Congo","2010","2010",82.81717,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COG","Congo","2012","2012",90.8544,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1991","1991",99.41276,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1992","1992",97.00848,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1993","1993",98.02282,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1994","1994",97.93228,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1995","1995",99.10958,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1996","1996",99.858,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1997","1997",99.60338,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1998","1998",99.94365,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1999","1999",99.53132,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2000","2000",97.88866,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2001","2001",94.85509,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2002","2002",94.42836,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2003","2003",93.38639,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2004","2004",92.87957,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2005","2005",90.1977,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2006","2006",91.89263,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2011","2011",91.89966,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2012","2012",92.74081,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2013","2013",93.73831,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2014","2014",95.72386,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2015","2015",97.99544,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2016","2016",97.90026,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2017","2017",98.86201,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","1994","1994",42.83884,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","1995","1995",48.85518,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","1996","1996",52.98639,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","1998","1998",58.16882,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","1999","1999",58.22673,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2000","2000",58.39223,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2001","2001",61.38591,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2002","2002",61.65151,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2003","2003",64.98857,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2004","2004",72.33005,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2005","2005",71.40216,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2006","2006",73.7468,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2007","2007",74.93997,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2008","2008",71.9171,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2009","2009",70.94836,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2010","2010",71.46046,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2011","2011",72.44299,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2012","2012",71.89399,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2013","2013",73.9772,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2014","2014",76.18426,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2016","2016",73.16208,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2017","2017",78.48274,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","1998","1998",96.31017,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","1999","1999",98.49594,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2000","2000",99.77627,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2001","2001",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2002","2002",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2003","2003",99.95391,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2004","2004",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2005","2005",99.62817,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2006","2006",99.58848,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2007","2007",99.62341,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2008","2008",99.76827,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2009","2009",99.77814,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2010","2010",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2011","2011",99.83201,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2012","2012",99.75745,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2013","2013",99.73132,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2014","2014",99.86799,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2015","2015",99.83893,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2016","2016",99.80341,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1991","1991",61.42882,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1992","1992",59.73188,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1993","1993",58.68065,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1994","1994",59.86127,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1995","1995",67.83578,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1999","1999",36.81181,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1990","1990",98.72691,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1991","1991",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1992","1992",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1993","1993",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1994","1994",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1995","1995",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1996","1996",99.99182,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1997","1997",98.9951,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1998","1998",99.76099,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2004","2004",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2013","2013",68.05241,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","1990","1990",16.90733,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","1991","1991",18.41174,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","1998","1998",30.69265,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","1999","1999",33.59773,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2000","2000",37.59967,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2001","2001",41.35498,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2002","2002",48.2521,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2003","2003",52.09201,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2004","2004",55.47199,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2005","2005",58.08612,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2006","2006",60.99668,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2007","2007",63.23381,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2008","2008",62.34554,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2009","2009",63.76505,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2010","2010",65.08162,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2011","2011",70.14332,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2012","2012",69.64174,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2013","2013",70.59627,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2014","2014",74.21849,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2016","2016",71.29829,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","1992","1992",53.70136,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","1993","1993",56.99915,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","1996","1996",66.01329,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","1998","1998",68.50123,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","1999","1999",79.90241,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2000","2000",76.15193,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2001","2001",75.76788,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2002","2002",73.60879,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2003","2003",75.14898,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2004","2004",73.92475,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2005","2005",70.3755,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2006","2006",74.69992,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2007","2007",74.12452,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2008","2008",69.29744,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2010","2010",68.6674,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2011","2011",68.01772,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2012","2012",69.86044,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2013","2013",65.9525,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2014","2014",68.09637,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2015","2015",70.78581,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2016","2016",72.45328,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2017","2017",74.73934,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2018","2018",75.40246,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","1991","1991",32.82164,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","1992","1992",33.39627,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","1993","1993",34.49254,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","1994","1994",35.96207,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","1995","1995",37.92465,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","1998","1998",41.46264,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","1999","1999",41.81047,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2000","2000",42.93398,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2001","2001",43.80391,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2002","2002",42.2182,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2003","2003",44.52516,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2004","2004",46.28998,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2005","2005",51.10803,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2006","2006",54.56736,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2007","2007",59.80496,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2008","2008",65.39765,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2009","2009",67.72317,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2010","2010",62.75387,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2011","2011",67.04025,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2012","2012",67.69305,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2013","2013",68.38691,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2014","2014",69.66461,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2015","2015",71.21982,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2016","2016",76.91483,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2017","2017",77.90419,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","1993","1993",73.78006,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","1994","1994",81.97878,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","1995","1995",87.78063,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","1996","1996",90.34617,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","1997","1997",91.23833,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","1998","1998",95.61768,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","1999","1999",93.00283,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2000","2000",92.51812,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2001","2001",91.79606,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2002","2002",94.05107,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2003","2003",97.0359,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2004","2004",98.79658,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2005","2005",97.37523,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2006","2006",95.19173,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2007","2007",94.94916,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2008","2008",94.39831,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2009","2009",94.27673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2010","2010",93.58835,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2011","2011",92.89011,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2012","2012",91.64579,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2015","2015",90.77089,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2016","2016",90.09585,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGD","Bangladesh","1990","1990",66.4973,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGD","Bangladesh","2005","2005",97.93406,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGD","Bangladesh","2006","2006",98.9133,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGD","Bangladesh","2008","2008",93.80605,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGD","Bangladesh","2009","2009",97.56837,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGD","Bangladesh","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGD","Bangladesh","2017","2017",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","1999","1999",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2000","2000",99.99788,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2001","2001",99.88422,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2002","2002",99.7515,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2003","2003",99.37551,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2004","2004",99.78102,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2005","2005",99.73766,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2006","2006",99.55696,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2007","2007",99.86266,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2008","2008",99.49264,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2009","2009",99.36303,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2010","2010",99.38024,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2011","2011",99.35929,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2012","2012",99.158,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2013","2013",99.63906,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2014","2014",99.66996,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2015","2015",99.63055,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2016","2016",99.57479,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","1990","1990",96.68877,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","1999","1999",81.40473,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2002","2002",96.46351,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2003","2003",97.79365,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2004","2004",98.98691,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2005","2005",98.79598,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2007","2007",89.56426,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2008","2008",90.48987,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2009","2009",91.53147,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2010","2010",91.56863,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2013","2013",90.84293,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2014","2014",91.40678,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2015","2015",91.35686,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2017","2017",96.99594,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHN","China","1990","1990",96.87189,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHN","China","1991","1991",96.20087,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHN","China","1992","1992",94.75524,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHN","China","1993","1993",93.38945,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHN","China","1994","1994",91.82241,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHN","China","1995","1995",90.31195,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHN","China","1996","1996",89.44419,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHN","China","1997","1997",89.13662,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNB","Guinea-Bissau","2000","2000",55.94055,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNB","Guinea-Bissau","2010","2010",74.03417,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1990","1990",97.77392,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1991","1991",97.02954,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1992","1992",95.61267,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1993","1993",95.42382,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1994","1994",98.78624,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1995","1995",99.04296,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1996","1996",99.12867,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1997","1997",99.40025,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1999","1999",98.9312,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2000","2000",99.0183,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2001","2001",98.91851,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2002","2002",98.83191,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2003","2003",98.33414,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2004","2004",97.63755,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2005","2005",97.67825,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2006","2006",98.11723,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2007","2007",99.13191,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2008","2008",99.56214,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2009","2009",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2012","2012",99.30933,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2015","2015",97.21782,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2016","2016",98.17406,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLE","Sierra Leone","2012","2012",93.86965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLE","Sierra Leone","2013","2013",98.80224,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLE","Sierra Leone","2015","2015",95.09775,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLE","Sierra Leone","2016","2016",98.89381,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LIE","Liechtenstein","2014","2014",98.0666,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1990","1990",97.21957,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1991","1991",96.64149,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1992","1992",96.41289,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1993","1993",96.02541,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1994","1994",95.71637,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1995","1995",94.30381,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1996","1996",94.61706,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1997","1997",94.07018,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1998","1998",93.70097,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1999","1999",93.08861,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2000","2000",92.82171,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2001","2001",92.5182,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2002","2002",92.62626,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2003","2003",93.34881,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2004","2004",93.82591,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2005","2005",94.43338,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2006","2006",94.73729,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2007","2007",95.65949,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2008","2008",95.84918,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2009","2009",96.17077,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2010","2010",96.60875,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2011","2011",97.367,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2012","2012",97.31088,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2013","2013",97.17278,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2014","2014",96.78452,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2015","2015",96.71054,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2016","2016",96.40456,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2017","2017",96.4466,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","1990","1990",69.15211,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","1991","1991",71.49159,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","1992","1992",75.41716,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","1993","1993",76.01282,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","1994","1994",76.81691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","1995","1995",75.14667,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","1999","1999",83.90282,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","2000","2000",87.34973,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","2001","2001",91.50234,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","2002","2002",98.41876,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","2006","2006",99.35605,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","2007","2007",99.18066,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","2010","2010",99.7133,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","1992","1992",99.62882,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","1993","1993",98.0748,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","1994","1994",97.77786,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","1995","1995",98.71331,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","1996","1996",99.70168,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","1997","1997",99.67253,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","1999","1999",99.82279,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2000","2000",96.38437,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2001","2001",96.31465,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2002","2002",96.28813,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2003","2003",96.06549,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2004","2004",96.12869,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2005","2005",99.49974,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2006","2006",99.42384,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2007","2007",99.49696,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2008","2008",98.99369,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2009","2009",98.65272,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2010","2010",98.17552,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2011","2011",99.40517,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2012","2012",99.45468,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2013","2013",99.33608,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2014","2014",99.29061,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2015","2015",99.21681,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2016","2016",99.3978,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","1999","1999",84.36393,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2000","2000",85.54874,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2002","2002",94.77839,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2003","2003",92.39014,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2004","2004",83.7179,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2005","2005",85.12983,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2006","2006",82.5706,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2007","2007",89.39885,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2008","2008",85.85353,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2009","2009",99.27164,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2010","2010",97.34189,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2011","2011",95.82306,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2012","2012",94.72059,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2013","2013",94.07368,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2014","2014",92.22407,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2015","2015",96.01235,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2016","2016",95.1053,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2017","2017",94.21366,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",94.00592,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",93.14868,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",98.91941,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",98.49067,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",98.09916,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",97.71944,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",97.3695,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",97.33071,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","1999","1999",97.05815,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2008","2008",99.98338,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2009","2009",99.07923,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2010","2010",99.06156,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2011","2011",99.18779,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2012","2012",98.38732,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2013","2013",97.90157,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2014","2014",97.70037,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2015","2015",97.64904,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2016","2016",97.92136,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2017","2017",98.10208,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","1990","1990",39.50607,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","1992","1992",49.21298,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","1993","1993",53.21355,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","1994","1994",54.48041,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","1995","1995",56.8919,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","1996","1996",59.11845,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","1997","1997",62.47886,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2003","2003",84.53066,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2004","2004",87.64889,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2005","2005",83.65506,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2006","2006",86.81449,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2008","2008",90.1357,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2009","2009",94.2321,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2010","2010",94.92278,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2011","2011",94.8091,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2012","2012",95.50615,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2014","2014",96.36037,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2017","2017",97.03366,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","1998","1998",98.24858,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","1999","1999",98.73431,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2000","2000",99.03669,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2001","2001",99.40596,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2002","2002",99.44002,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2003","2003",99.80206,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2004","2004",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2005","2005",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2007","2007",99.99614,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2008","2008",99.60398,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2009","2009",98.31341,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2010","2010",95.81109,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2011","2011",93.55427,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2012","2012",90.43299,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2013","2013",89.52173,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2014","2014",89.14206,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2015","2015",89.44848,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2016","2016",90.47639,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2017","2017",92.04943,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","1994","1994",97.33665,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","1996","1996",97.9898,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","1997","1997",98.47849,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","1998","1998",99.51725,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","1999","1999",98.89011,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2000","2000",98.93475,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2001","2001",99.26854,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2002","2002",99.28735,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2003","2003",98.28852,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2004","2004",96.62746,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2005","2005",96.82525,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2006","2006",97.32263,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2007","2007",98.14718,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2008","2008",99.23775,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2009","2009",99.71592,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2010","2010",99.30143,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2011","2011",98.79809,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2012","2012",98.25857,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2013","2013",98.14538,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2014","2014",98.23616,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2015","2015",98.6773,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2016","2016",99.54371,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","1999","1999",62.14608,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2000","2000",65.74942,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2001","2001",60.32013,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2002","2002",62.81094,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2003","2003",61.44948,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2005","2005",65.26891,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2006","2006",64.21188,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2007","2007",69.81458,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2008","2008",74.94138,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2009","2009",73.73346,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2011","2011",81.97481,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2012","2012",80.93372,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2013","2013",85.84845,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2014","2014",88.39096,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2015","2015",90.11357,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2016","2016",86.70103,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2017","2017",85.14467,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2018","2018",84.10735,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","1991","1991",86.25241,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","1993","1993",87.56192,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2000","2000",85.54644,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2003","2003",88.7147,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2004","2004",90.26542,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2005","2005",86.21833,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2006","2006",91.50502,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2007","2007",85.89473,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2008","2008",89.57927,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2009","2009",88.40517,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2010","2010",88.49373,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2011","2011",89.23385,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2012","2012",85.83288,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2013","2013",82.859,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2014","2014",82.69168,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2015","2015",81.33746,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2016","2016",83.06458,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2017","2017",83.71143,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","1990","1990",69.24961,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","1991","1991",63.53045,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","2005","2005",55.41766,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","2006","2006",56.15276,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","2007","2007",65.66197,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","2008","2008",75.09683,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","2009","2009",75.426,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","2010","2010",77.83101,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","2011","2011",74.80453,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","2012","2012",76.64166,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","1990","1990",97.5418,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","1998","1998",90.19541,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","1999","1999",89.2484,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2001","2001",90.4458,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2002","2002",91.31486,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2003","2003",91.33848,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2004","2004",90.86483,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2005","2005",90.11739,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2006","2006",88.47949,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2007","2007",88.71285,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2008","2008",90.03102,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2009","2009",91.97489,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2014","2014",97.89851,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2015","2015",96.94144,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2016","2016",95.92373,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1990","1990",98.89268,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1991","1991",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1992","1992",99.50511,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1993","1993",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1994","1994",99.96484,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1995","1995",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1996","1996",99.88466,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1997","1997",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1999","1999",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2001","2001",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2002","2002",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2003","2003",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2004","2004",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2005","2005",99.63654,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2006","2006",99.68468,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2007","2007",99.91828,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2008","2008",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2009","2009",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2011","2011",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2012","2012",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2013","2013",99.49411,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2014","2014",98.88778,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2015","2015",99.26053,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2016","2016",98.76204,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1990","1990",99.19793,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1994","1994",99.12538,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1998","1998",99.79687,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2000","2000",99.60142,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2001","2001",98.34112,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2002","2002",97.93902,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2003","2003",97.2789,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2004","2004",95.32343,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2005","2005",94.6181,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2006","2006",93.59686,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2007","2007",92.01374,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2008","2008",89.9248,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2009","2009",88.52859,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2010","2010",87.50811,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2011","2011",86.55857,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2012","2012",87.09335,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2013","2013",86.76121,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2014","2014",86.95477,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2015","2015",87.03651,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2016","2016",86.41023,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2017","2017",86.31854,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1992","1992",53.70891,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1993","1993",58.07304,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1994","1994",61.55954,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1996","1996",64.43769,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1997","1997",67.12213,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1998","1998",70.3735,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1999","1999",71.36516,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2000","2000",72.24403,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2001","2001",71.86952,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2002","2002",72.97132,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2003","2003",75.58479,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2004","2004",76.83056,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2005","2005",78.3412,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2006","2006",79.8417,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2007","2007",82.71516,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2008","2008",85.55738,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2009","2009",88.49116,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2010","2010",93.16673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2011","2011",93.59471,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2012","2012",93.65615,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2013","2013",95.81187,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2014","2014",96.38638,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2015","2015",95.0346,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2016","2016",93.98029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2017","2017",92.82117,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","1991","1991",72.77757,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","1999","1999",96.95432,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2000","2000",97.52538,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2001","2001",93.74045,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2002","2002",93.91291,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2004","2004",97.62452,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2005","2005",97.68795,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2006","2006",96.64927,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2007","2007",96.20733,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2008","2008",96.37316,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2009","2009",96.7982,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2010","2010",97.04088,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2011","2011",97.23631,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2012","2012",94.31591,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2013","2013",93.18579,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2014","2014",92.46755,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2015","2015",93.4441,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2016","2016",93.91684,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2017","2017",94.09504,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","1998","1998",83.75132,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","1999","1999",92.38018,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2000","2000",93.691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2001","2001",95.77558,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2002","2002",97.9451,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2005","2005",99.92085,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2006","2006",99.83456,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2007","2007",99.88777,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2008","2008",98.60416,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2009","2009",91.84786,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2010","2010",95.92977,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2011","2011",98.17222,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2012","2012",99.66108,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2013","2013",99.65884,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2014","2014",99.65829,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2015","2015",99.65589,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2016","2016",99.42686,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2007","2007",85.86695,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2008","2008",86.4491,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2009","2009",85.08641,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2010","2010",81.37378,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2011","2011",81.39633,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2012","2012",78.47381,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2014","2014",78.1401,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2015","2015",82.42914,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2017","2017",82.47268,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","1990","1990",98.64874,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","1991","1991",98.65077,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","1993","1993",96.71166,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","1994","1994",96.07854,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","1995","1995",97.03785,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","1996","1996",95.92057,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","1999","1999",95.76654,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2000","2000",95.9091,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2001","2001",96.29684,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2002","2002",95.3212,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2003","2003",96.04681,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2004","2004",95.61253,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2005","2005",96.46526,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2006","2006",96.82341,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2007","2007",97.28915,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2008","2008",97.34736,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2009","2009",95.91531,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2010","2010",94.54296,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2011","2011",93.46822,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2012","2012",93.73215,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2013","2013",93.85761,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2014","2014",94.16806,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2015","2015",94.60023,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2016","2016",95.89206,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","1999","1999",50.88164,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2002","2002",58.08587,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2003","2003",58.09155,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2004","2004",55.89704,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2005","2005",62.93659,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2006","2006",63.81375,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2007","2007",65.77832,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2009","2009",72.94144,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2010","2010",73.60305,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2011","2011",74.19333,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2012","2012",71.59151,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2014","2014",67.21984,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2015","2015",64.27618,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2016","2016",66.13217,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2017","2017",70.92933,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","1990","1990",16.90733,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","1991","1991",18.41174,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","1998","1998",30.69265,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","1999","1999",33.59773,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2000","2000",37.59967,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2001","2001",41.35498,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2002","2002",48.2521,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2003","2003",52.09201,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2004","2004",55.66789,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2005","2005",58.30691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2006","2006",61.1148,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2007","2007",63.31305,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2008","2008",62.34554,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2009","2009",63.76505,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2010","2010",65.49132,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2011","2011",70.4442,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2012","2012",69.64174,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2013","2013",70.59627,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2014","2014",74.21849,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2016","2016",71.29829,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","1998","1998",96.31017,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","1999","1999",96.40442,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2000","2000",97.6081,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2001","2001",98.23766,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2002","2002",98.16286,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2003","2003",98.04898,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2004","2004",98.34043,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2005","2005",98.22128,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2006","2006",98.54399,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2007","2007",98.64355,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2008","2008",98.97897,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2009","2009",98.97546,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2010","2010",99.22963,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2011","2011",99.29254,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2012","2012",99.19381,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2013","2013",99.49546,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2014","2014",99.62967,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2015","2015",99.64202,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2016","2016",99.61625,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","1999","1999",97.3223,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2000","2000",98.48592,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2001","2001",96.39179,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2002","2002",96.08414,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2003","2003",95.14606,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2004","2004",96.43943,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2005","2005",99.21858,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2006","2006",99.47735,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2007","2007",99.56766,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2008","2008",99.46488,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2009","2009",94.25859,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2014","2014",99.19192,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","1990","1990",76.24042,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","1991","1991",76.0041,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","1992","1992",76.38144,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","1993","1993",74.74403,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","1994","1994",75.49805,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","1995","1995",76.19034,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","1996","1996",73.74239,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","2009","2009",74.36509,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","2010","2010",79.18449,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","2011","2011",81.45052,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","2012","2012",78.28454,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","2013","2013",75.77449,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","2014","2014",76.79487,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","2015","2015",75.91063,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","2016","2016",75.21781,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","1999","1999",95.47897,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2002","2002",98.5072,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2004","2004",97.25844,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2005","2005",96.71576,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2006","2006",95.22304,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2007","2007",90.75802,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2008","2008",96.96694,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2009","2009",96.82519,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2013","2013",98.27495,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2014","2014",98.25856,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2015","2015",98.00683,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2016","2016",97.75875,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2017","2017",97.57811,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JPN","Japan","1991","1991",99.0822,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JPN","Japan","1992","1992",98.69456,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JPN","Japan","1994","1994",99.28142,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JPN","Japan","2013","2013",98.40896,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JPN","Japan","2014","2014",98.07527,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JPN","Japan","2015","2015",98.64482,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JPN","Japan","2016","2016",98.04473,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","1994","1994",96.7505,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","1995","1995",93.06788,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2006","2006",92.06442,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2007","2007",92.93451,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2008","2008",94.27025,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2009","2009",95.52483,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2011","2011",96.70957,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2012","2012",96.71693,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2013","2013",96.91728,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2014","2014",95.62485,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2015","2015",96.85534,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2016","2016",97.02597,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","1999","1999",97.38156,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2000","2000",97.6351,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2001","2001",98.38944,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2002","2002",98.07495,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2003","2003",98.1725,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2004","2004",97.91503,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2005","2005",97.87102,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2006","2006",97.53128,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2007","2007",97.75667,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2008","2008",97.68406,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2009","2009",97.30033,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2010","2010",97.771,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2011","2011",97.3709,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2012","2012",97.98551,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2013","2013",97.54256,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2014","2014",97.36097,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2015","2015",97.8955,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2016","2016",97.61392,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2017","2017",97.80549,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1990","1990",96.98306,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1991","1991",96.7172,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1992","1992",97.10957,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1993","1993",96.99104,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1994","1994",96.5774,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1995","1995",96.42216,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1996","1996",96.16098,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1997","1997",95.7431,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1998","1998",95.94581,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1999","1999",99.04971,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2000","2000",99.49752,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2001","2001",99.52166,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2002","2002",99.54935,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2003","2003",99.62691,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2004","2004",99.00056,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2005","2005",97.85855,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2006","2006",96.8334,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2007","2007",96.82183,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2008","2008",96.69924,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2009","2009",97.15268,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2010","2010",97.98193,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2011","2011",98.76662,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2012","2012",99.06351,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2013","2013",98.93488,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2014","2014",98.89122,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2015","2015",98.97269,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2016","2016",99.11681,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2017","2017",99.21914,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2000","2000",92.74355,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2001","2001",98.8042,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2002","2002",98.41315,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2003","2003",98.42133,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2004","2004",98.7769,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2005","2005",98.89599,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2006","2006",97.99,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2007","2007",98.04531,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2008","2008",99.29212,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2009","2009",99.72292,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2010","2010",99.26586,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2011","2011",99.18315,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2012","2012",99.48976,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2013","2013",99.48926,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2014","2014",99.78185,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2015","2015",99.94118,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2016","2016",99.62914,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2017","2017",98.40766,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2018","2018",98.07351,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","1997","1997",71.03313,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","1999","1999",80.79316,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2000","2000",83.54524,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2001","2001",82.77562,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2002","2002",86.05956,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2004","2004",90.71364,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2005","2005",92.28014,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2006","2006",93.91349,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2007","2007",95.05161,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2008","2008",95.04349,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2009","2009",97.99573,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2010","2010",97.41048,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2011","2011",95.14944,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2012","2012",92.2293,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2013","2013",89.94135,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2014","2014",88.09568,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2015","2015",87.80667,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2016","2016",87.20165,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2017","2017",88.20703,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1990","1990",45.09455,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1991","1991",43.4428,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1992","1992",41.74548,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1993","1993",40.69558,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1994","1994",41.8064,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1995","1995",44.06955,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1998","1998",48.58426,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1999","1999",52.04243,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2000","2000",55.5969,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2001","2001",59.83443,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2002","2002",55.40916,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2004","2004",68.07161,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2005","2005",73.07201,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2006","2006",76.8765,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2007","2007",81.97031,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2008","2008",85.33379,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2009","2009",86.55922,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2010","2010",88.04483,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2011","2011",86.01044,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2012","2012",86.33355,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2013","2013",87.46427,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2014","2014",88.13197,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2015","2015",89.5663,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2016","2016",88.60741,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2017","2017",87.53715,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2002","2002",47.46721,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2003","2003",50.97085,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2004","2004",55.94323,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2005","2005",59.32435,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2006","2006",58.14376,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2007","2007",64.22389,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2008","2008",65.33633,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2009","2009",67.08324,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2010","2010",68.25285,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2011","2011",65.82378,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2012","2012",65.91929,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2013","2013",64.68482,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2014","2014",66.70007,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2015","2015",67.65489,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2016","2016",71.39708,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2017","2017",70.60696,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","1999","1999",90.39468,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2000","2000",90.72398,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2001","2001",89.25288,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2002","2002",89.08394,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2003","2003",88.54944,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2004","2004",86.50174,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2005","2005",83.55298,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2006","2006",84.38202,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2007","2007",84.21925,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2008","2008",86.12589,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2009","2009",87.84216,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2010","2010",88.58484,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2011","2011",89.99334,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2012","2012",92.57706,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2013","2013",93.36483,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2014","2014",93.28879,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2015","2015",92.8135,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2016","2016",92.75522,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2017","2017",93.72988,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",91.52067,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",91.38178,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",97.70197,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",96.2594,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",95.4711,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",94.17141,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",94.64966,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",94.39764,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",92.35763,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",92.75797,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",91.45034,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",92.82898,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",95.99208,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",91.56006,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",90.58961,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",91.62396,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",94.69684,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","1995","1995",92.92235,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","1996","1996",94.63158,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","1997","1997",95.06165,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","1998","1998",97.78673,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","1999","1999",96.43463,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2000","2000",96.73846,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2001","2001",95.99818,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2002","2002",96.83931,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2003","2003",97.64556,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2004","2004",99.76959,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2005","2005",99.03342,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2006","2006",99.00327,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2007","2007",98.26092,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2008","2008",98.27907,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2009","2009",98.2861,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2010","2010",98.40052,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2011","2011",99.04291,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2012","2012",99.64794,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2013","2013",98.94427,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2014","2014",98.8601,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2015","2015",99.56242,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2016","2016",99.38594,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","1999","1999",70.22443,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","2003","2003",82.57095,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","2004","2004",85.03996,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","2005","2005",85.84141,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","2008","2008",83.00523,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","2010","2010",88.72903,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","2012","2012",91.94109,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","2013","2013",91.78548,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","2016","2016",88.48869,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1990","1990",64.66611,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1992","1992",57.90955,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1993","1993",62.71339,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1994","1994",66.42978,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1996","1996",68.37148,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1997","1997",70.86638,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1998","1998",74.15785,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1999","1999",74.78425,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2000","2000",75.64809,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2001","2001",75.13011,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2002","2002",76.30078,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2003","2003",78.91886,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2004","2004",79.64081,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2005","2005",80.96936,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2006","2006",82.56566,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2007","2007",85.2389,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2008","2008",87.72991,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2009","2009",90.09836,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2010","2010",94.76051,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2011","2011",94.71283,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2012","2012",94.74432,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2013","2013",96.76777,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2014","2014",97.19212,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2015","2015",95.6066,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2016","2016",94.72014,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2017","2017",93.34074,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","1994","1994",96.9914,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","1998","1998",95.96182,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","1999","1999",96.25947,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2000","2000",98.27475,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2001","2001",97.72662,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2002","2002",96.5342,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2003","2003",97.0259,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2004","2004",99.26262,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2005","2005",99.50172,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2006","2006",94.28063,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2007","2007",94.55419,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2008","2008",95.39367,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2009","2009",95.03779,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2010","2010",96.59556,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2011","2011",97.31922,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2012","2012",99.12905,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2015","2015",99.4427,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2016","2016",99.02043,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2017","2017",98.44927,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","1991","1991",86.25241,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","1993","1993",87.56192,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2000","2000",85.54644,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2003","2003",91.51098,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2004","2004",93.10296,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2005","2005",89.4638,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2006","2006",94.18335,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2007","2007",89.03527,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2008","2008",92.333,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2009","2009",90.75615,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2010","2010",91.32232,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2011","2011",91.04788,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2012","2012",87.3341,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2013","2013",84.16762,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2014","2014",83.46343,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2015","2015",82.87058,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2016","2016",84.32202,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2017","2017",85.86274,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CRI","Costa Rica","1990","1990",87.95658,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CRI","Costa Rica","1991","1991",88.66804,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CRI","Costa Rica","2011","2011",99.55988,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CRI","Costa Rica","2012","2012",99.609,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CRI","Costa Rica","2013","2013",98.68553,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CRI","Costa Rica","2014","2014",96.35838,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CRI","Costa Rica","2015","2015",96.4319,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CRI","Costa Rica","2016","2016",96.83515,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","1998","1998",99.14052,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","1999","1999",98.91315,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2000","2000",97.71419,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2001","2001",96.35348,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2002","2002",93.27667,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2005","2005",90.74142,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2006","2006",92.88295,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2008","2008",97.95454,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2009","2009",99.36068,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2010","2010",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2011","2011",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2012","2012",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2013","2013",100,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2014","2014",99.82716,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2015","2015",99.87262,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2016","2016",99.41431,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2017","2017",99.37226,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","1990","1990",97.5418,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","1998","1998",90.19541,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","1999","1999",89.2484,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2001","2001",91.49757,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2002","2002",92.39646,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2003","2003",91.33848,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2004","2004",90.86483,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2005","2005",91.47383,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2006","2006",89.98231,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2007","2007",90.28974,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2008","2008",91.66846,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2009","2009",93.8865,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2014","2014",99.07974,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2015","2015",98.33447,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2016","2016",97.50965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1990","1990",97.21957,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1991","1991",96.64149,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1992","1992",96.41289,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1993","1993",96.02541,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1994","1994",95.71637,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1995","1995",94.30381,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1996","1996",94.61706,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1997","1997",94.07018,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1998","1998",93.70097,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1999","1999",93.08861,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2000","2000",92.82171,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2001","2001",96.81375,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2002","2002",96.90559,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2003","2003",95.77828,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2004","2004",96.30342,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2005","2005",97.37131,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2006","2006",97.82381,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2007","2007",98.12467,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2008","2008",98.28786,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2009","2009",98.68439,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2010","2010",99.01619,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2011","2011",97.367,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2012","2012",97.31088,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2013","2013",99.89931,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2014","2014",99.85612,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2015","2015",99.84913,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2016","2016",99.9354,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2017","2017",99.97814,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","1998","1998",49.49664,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","1999","1999",50.86517,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2000","2000",54.2047,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2001","2001",57.65745,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2005","2005",70.47477,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2006","2006",74.62281,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2008","2008",80.82307,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2009","2009",85.53575,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2010","2010",87.90664,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2011","2011",88.61288,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2012","2012",90.18416,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2013","2013",88.70329,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2015","2015",85.86724,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2016","2016",83.97684,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2017","2017",82.58099,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2000","2000",92.56074,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2001","2001",95.58655,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2002","2002",95.96393,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2003","2003",96.63888,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2004","2004",96.6291,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2005","2005",93.372,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2006","2006",90.63448,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2007","2007",90.0117,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2008","2008",90.46353,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2009","2009",90.03386,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2010","2010",90.10514,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2011","2011",90.5779,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2012","2012",90.52817,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2013","2013",90.57991,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2014","2014",90.00175,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2015","2015",89.94997,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2016","2016",90.03561,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2017","2017",89.71414,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","1990","1990",52.65939,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","1991","1991",55.47216,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","1994","1994",52.38403,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","1995","1995",60.42983,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","1996","1996",66.58821,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","1997","1997",64.91184,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2001","2001",78.97572,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2003","2003",81.03472,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2004","2004",84.21309,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2005","2005",84.26298,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2007","2007",84.13498,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2008","2008",85.82692,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2014","2014",88.27726,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2016","2016",88.08816,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2017","2017",88.73195,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","1990","1990",97.7578,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","1991","1991",96.79297,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","1992","1992",96.11178,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","1993","1993",94.80381,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","1994","1994",95.52808,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","1995","1995",95.49756,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","1996","1996",93.78163,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","1997","1997",93.75266,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2001","2001",96.85957,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2002","2002",95.84623,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2003","2003",95.65218,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2004","2004",94.91418,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2005","2005",94.47353,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2006","2006",95.8024,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2007","2007",98.53499,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2008","2008",97.03781,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2009","2009",98.1932,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2010","2010",97.46225,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2011","2011",95.44023,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2012","2012",95.35357,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2013","2013",92.59584,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2014","2014",92.54809,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2016","2016",94.13569,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2017","2017",95.24731,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NRU","Nauru","2007","2007",89.48454,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NRU","Nauru","2012","2012",78.55051,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NRU","Nauru","2014","2014",88.73995,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NRU","Nauru","2016","2016",87.32978,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UGA","Uganda","2009","2009",92.66328,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UGA","Uganda","2010","2010",89.01071,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UGA","Uganda","2011","2011",91.71159,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UGA","Uganda","2013","2013",92.42193,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHN","China","1991","1991",99.00625,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHN","China","1992","1992",97.28421,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHN","China","1993","1993",95.70122,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHN","China","1994","1994",93.87198,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHN","China","1995","1995",91.92768,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHN","China","1996","1996",90.69933,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHN","China","1997","1997",90.03011,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",98.37877,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.76554,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",99.84652,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",99.97742,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",99.98323,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.81726,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.99557,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",99.39468,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",99.99914,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",99.81018,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",97.96964,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",98.85604,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",98.11264,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.35587,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.42451,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.61216,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.69201,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","1995","1995",89.37898,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2009","2009",92.23993,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2010","2010",91.47976,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2011","2011",91.06233,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2012","2012",94.24522,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2013","2013",92.36121,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2014","2014",93.26851,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2015","2015",93.80569,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2016","2016",96.30639,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2017","2017",96.1901,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","1990","1990",97.84123,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","1991","1991",98.31617,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","1992","1992",97.33748,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","1993","1993",96.83258,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","1994","1994",98.57861,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","1995","1995",98.44747,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","1996","1996",98.0899,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","1999","1999",98.29073,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2000","2000",98.70394,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2004","2004",98.85243,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2005","2005",96.81633,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2006","2006",97.28118,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2007","2007",97.86368,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2008","2008",97.69505,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2009","2009",97.59002,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2010","2010",97.35417,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2011","2011",98.3422,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2012","2012",98.75794,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2013","2013",99.04925,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2014","2014",98.73751,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2015","2015",98.962,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2016","2016",99.37349,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","1993","1993",98.78996,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","1994","1994",98.57107,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","1995","1995",98.27037,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","1996","1996",98.07904,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","1997","1997",98.64283,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","1998","1998",99.61708,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2002","2002",99.69359,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2003","2003",99.09898,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2004","2004",98.1799,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2005","2005",97.67276,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2006","2006",96.98046,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2007","2007",97.65374,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2008","2008",98.2266,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2009","2009",98.38474,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2010","2010",98.65295,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2011","2011",98.95739,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2012","2012",99.5041,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2013","2013",99.3445,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2014","2014",99.49107,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2015","2015",99.37934,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2016","2016",99.22482,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","1991","1991",48.84124,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","1992","1992",46.91565,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","1993","1993",46.16728,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","1994","1994",47.65413,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","1995","1995",50.18978,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","1998","1998",54.90517,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","1999","1999",58.10065,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2000","2000",61.35231,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2001","2001",65.32518,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2002","2002",59.21856,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2004","2004",71.85718,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2005","2005",76.71478,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2006","2006",80.27108,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2007","2007",85.38458,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2008","2008",88.50505,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2009","2009",89.20636,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2010","2010",90.68185,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2011","2011",88.26918,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2012","2012",88.53496,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2013","2013",89.68098,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2014","2014",90.23112,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2015","2015",91.85496,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2016","2016",90.24044,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2017","2017",88.83069,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2000","2000",94.25208,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2001","2001",98.99367,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2002","2002",98.66319,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2003","2003",99.20628,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2004","2004",99.38528,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2005","2005",99.54169,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2006","2006",98.6326,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2007","2007",98.13027,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2008","2008",99.55702,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2009","2009",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2017","2017",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2018","2018",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","THA","Thailand","2006","2006",98.89194,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","THA","Thailand","2007","2007",98.46124,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","THA","Thailand","2008","2008",97.9042,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","THA","Thailand","2009","2009",98.01958,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","1997","1997",71.03313,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","1999","1999",83.42812,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2000","2000",85.68264,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2001","2001",84.48206,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2002","2002",87.54146,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2004","2004",91.85607,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2005","2005",93.25014,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2006","2006",94.71502,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2007","2007",95.59597,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2008","2008",95.45339,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2009","2009",98.27071,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2010","2010",97.63688,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2011","2011",95.49789,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2012","2012",92.50137,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2013","2013",90.17552,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2014","2014",88.26231,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2015","2015",87.95886,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2016","2016",87.30093,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2017","2017",88.31673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLE","Sierra Leone","2012","2012",92.65592,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLE","Sierra Leone","2013","2013",98.557,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLE","Sierra Leone","2015","2015",94.85273,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLE","Sierra Leone","2016","2016",99.45955,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2006","2006",99.83674,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2007","2007",98.39731,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2008","2008",98.07695,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2009","2009",96.48146,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2010","2010",94.68963,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2011","2011",96.99986,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2012","2012",95.97658,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2013","2013",96.01174,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2014","2014",98.32455,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2015","2015",99.11464,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2016","2016",99.11916,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2017","2017",98.48353,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","1993","1993",73.78006,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","1994","1994",81.97878,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","1995","1995",87.78063,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","1996","1996",90.34617,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","1997","1997",91.23833,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","1998","1998",95.61768,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","1999","1999",93.00283,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2000","2000",92.51812,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2001","2001",91.79606,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2002","2002",94.05107,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2003","2003",97.0359,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2004","2004",99.69072,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2005","2005",98.26346,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2006","2006",96.399,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2007","2007",96.26092,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2008","2008",95.69666,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2009","2009",95.52153,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2010","2010",94.86145,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2011","2011",94.16926,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2012","2012",93.05433,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2015","2015",93.31209,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2016","2016",92.81094,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JOR","Jordan","1999","1999",91.02414,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JOR","Jordan","2000","2000",92.14436,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JOR","Jordan","2002","2002",94.61821,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JOR","Jordan","2003","2003",95.92578,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JOR","Jordan","2004","2004",95.99508,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","1996","1996",97.73163,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","1997","1997",98.77069,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","1999","1999",99.82145,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2000","2000",99.94182,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2001","2001",99.69926,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2002","2002",99.6789,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2003","2003",99.54679,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2004","2004",99.42517,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2005","2005",99.08818,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2006","2006",98.96583,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2007","2007",98.845,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2008","2008",98.77942,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2009","2009",98.90901,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2010","2010",99.06651,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2011","2011",98.87643,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2012","2012",99.1536,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2013","2013",99.37643,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2014","2014",99.26019,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2015","2015",99.06017,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2016","2016",98.65408,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","1998","1998",83.75132,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","1999","1999",92.38018,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2000","2000",93.691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2001","2001",97.17287,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2002","2002",99.33775,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2003","2003",99.46058,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2005","2005",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2008","2008",98.77771,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2009","2009",91.98327,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2010","2010",96.18607,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2011","2011",98.46044,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2012","2012",99.93345,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1990","1990",81.54471,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1991","1991",83.58989,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1992","1992",83.50477,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1993","1993",83.74363,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1994","1994",84.26129,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1995","1995",76.90782,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1996","1996",78.12869,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1998","1998",81.74276,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1999","1999",81.45148,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2000","2000",82.49962,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2001","2001",84.13524,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2002","2002",84.50801,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2003","2003",84.40926,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2004","2004",86.73645,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2005","2005",85.82637,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2006","2006",87.31176,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2007","2007",86.3531,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2008","2008",86.02992,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2009","2009",87.00289,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2012","2012",92.94458,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2013","2013",93.76201,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2014","2014",89.98742,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","1994","1994",63.30942,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2000","2000",64.8426,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2001","2001",71.54407,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2002","2002",69.21467,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2003","2003",67.11783,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2008","2008",46.75576,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2009","2009",45.55095,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2010","2010",44.7819,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2011","2011",45.81602,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2012","2012",47.1531,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2015","2015",44.20394,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDG","Madagascar","1990","1990",63.84127,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDG","Madagascar","1995","1995",57.54389,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDG","Madagascar","1996","1996",56.99923,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDG","Madagascar","1999","1999",65.18301,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDG","Madagascar","2000","2000",67.08645,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDG","Madagascar","2001","2001",68.33036,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDG","Madagascar","2002","2002",68.78684,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDG","Madagascar","2003","2003",78.21286,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1991","1991",47.71637,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1992","1992",48.07795,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1996","1996",53.57624,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1997","1997",54.71443,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1999","1999",56.82821,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2000","2000",55.93253,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2001","2001",60.02847,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2002","2002",60.20069,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2003","2003",55.77923,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2009","2009",56.08113,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2013","2013",69.36254,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2014","2014",73.96507,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2015","2015",77.70366,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2016","2016",87.65058,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2017","2017",89.00853,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COG","Congo","2005","2005",51.33325,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COG","Congo","2006","2006",54.62999,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COG","Congo","2010","2010",84.46898,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COG","Congo","2012","2012",87.22046,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AFG","Afghanistan","1993","1993",14.38843,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","1999","1999",63.30716,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2000","2000",71.6665,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2001","2001",65.5124,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2002","2002",69.30597,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2003","2003",67.97859,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2005","2005",72.76726,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2006","2006",73.89693,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2007","2007",79.31258,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2008","2008",84.79235,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2009","2009",85.18668,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2011","2011",93.00277,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2013","2013",96.23005,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2014","2014",95.49221,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2015","2015",97.51095,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2016","2016",93.37291,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2017","2017",96.47751,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2018","2018",94.90824,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","1991","1991",98.42823,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","1994","1994",97.46589,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2005","2005",98.97142,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2006","2006",98.65069,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2009","2009",99.50781,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2010","2010",99.61082,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2011","2011",98.97073,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2012","2012",99.104,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2013","2013",99.02392,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2014","2014",97.98294,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2015","2015",96.97602,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2016","2016",96.1955,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","1997","1997",95.63144,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","1998","1998",95.73055,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","1999","1999",98.59355,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2000","2000",99.01295,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2001","2001",99.05979,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2002","2002",99.11382,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2003","2003",99.26599,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2004","2004",98.70444,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2005","2005",97.72214,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2006","2006",96.766,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2007","2007",96.83822,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2008","2008",96.72906,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2009","2009",97.01714,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2010","2010",97.59319,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2011","2011",98.0866,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2012","2012",98.16961,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2013","2013",97.92105,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2014","2014",97.8367,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2015","2015",97.99455,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2016","2016",98.27383,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2017","2017",98.4722,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","1990","1990",96.65634,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","1992","1992",89.23549,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","1999","1999",96.93148,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2000","2000",95.57721,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2001","2001",94.50896,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2002","2002",91.81096,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2003","2003",91.40824,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2004","2004",89.83124,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2005","2005",90.24625,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2006","2006",91.88156,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2007","2007",95.67485,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2008","2008",97.07798,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2009","2009",94.65773,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2010","2010",95.86493,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2011","2011",94.03938,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2014","2014",92.47429,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2015","2015",93.45162,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2016","2016",94.34811,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2017","2017",90.51445,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","1998","1998",98.05795,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","1999","1999",97.64605,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2000","2000",99.32211,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2001","2001",99.57922,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2002","2002",99.22543,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2003","2003",99.67173,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2004","2004",97.63831,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2005","2005",99.15513,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2015","2015",86.70091,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1990","1990",99.92077,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1991","1991",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1992","1992",99.62882,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1993","1993",98.0748,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1994","1994",97.77786,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1995","1995",98.71331,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1996","1996",99.70168,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1997","1997",99.67253,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1999","1999",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2000","2000",96.57065,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2001","2001",96.50806,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2002","2002",96.47316,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2003","2003",96.23835,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2004","2004",96.32974,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2005","2005",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2006","2006",99.94003,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2007","2007",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2008","2008",99.54155,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2009","2009",99.18173,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2010","2010",98.69408,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2011","2011",99.94028,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2012","2012",99.98742,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2013","2013",99.69823,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2014","2014",99.63675,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2015","2015",99.56685,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2016","2016",99.7214,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","1991","1991",92.4963,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","1992","1992",90.46539,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","1993","1993",88.64869,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","1995","1995",90.62853,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","1996","1996",89.03723,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","2003","2003",89.50074,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","2008","2008",97.13084,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","2009","2009",92.33001,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","2010","2010",95.73809,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","2011","2011",97.28044,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","2012","2012",94.60311,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1990","1990",27.19719,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1991","1991",27.2619,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1992","1992",28.46114,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1993","1993",26.21071,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1994","1994",27.08583,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1995","1995",28.14266,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1996","1996",28.11271,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1997","1997",27.03737,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1999","1999",26.85939,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2000","2000",27.03333,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2001","2001",29.71355,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2002","2002",31.35272,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2004","2004",35.33032,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2005","2005",36.8781,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2006","2006",39.88965,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2007","2007",43.2805,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2008","2008",46.5594,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2009","2009",45.79309,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2011","2011",54.01195,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2013","2013",54.13158,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2014","2014",61.94357,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2015","2015",55.59274,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2016","2016",52.42191,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2017","2017",55.05869,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2018","2018",57.53803,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1990","1990",79.82709,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1991","1991",81.62651,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1992","1992",81.61667,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1993","1993",78.57234,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1994","1994",79.0302,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1995","1995",76.83424,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1996","1996",77.08675,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1998","1998",67.41665,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1999","1999",62.98405,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2000","2000",83.29316,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2001","2001",83.41412,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2002","2002",83.50332,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2003","2003",83.49964,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2004","2004",80.72029,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2005","2005",79.83176,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2006","2006",79.99031,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2007","2007",77.04029,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2008","2008",78.31817,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2009","2009",79.12777,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2010","2010",80.67806,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2011","2011",81.7082,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2012","2012",83.05765,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2013","2013",84.64965,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2014","2014",84.43866,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2015","2015",84.33169,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2016","2016",84.93607,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2017","2017",85.64469,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1990","1990",97.79685,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1991","1991",93.33278,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1993","1993",93.37677,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1994","1994",94.10458,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1995","1995",95.03595,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1996","1996",97.05766,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1997","1997",97.95839,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1998","1998",96.06731,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1999","1999",92.98334,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2000","2000",93.36483,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2001","2001",93.23002,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2002","2002",94.97783,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2003","2003",94.53465,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2004","2004",95.10045,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2005","2005",96.5796,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2006","2006",96.70893,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2007","2007",97.146,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2008","2008",97.09074,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2009","2009",97.32628,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2010","2010",97.56976,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2011","2011",97.93792,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2012","2012",94.79585,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2013","2013",97.27585,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2014","2014",97.61384,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2015","2015",97.31158,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2016","2016",96.7527,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2017","2017",97.27808,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","1996","1996",37.36639,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","1997","1997",42.72371,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","1998","1998",47.89056,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","1999","1999",49.79996,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","2000","2000",51.46944,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","2001","2001",52.67912,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","2002","2002",56.17678,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","2003","2003",57.71745,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","2011","2011",62.95099,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","2013","2013",78.91849,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","2015","2015",80.38348,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","2016","2016",74.57682,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1990","1990",93.94593,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1991","1991",94.94951,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1992","1992",95.33662,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1993","1993",96.17458,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1994","1994",96.18888,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1995","1995",96.42446,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1996","1996",95.46047,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1997","1997",94.33755,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1999","1999",94.34476,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2000","2000",95.43821,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2001","2001",97.28584,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2002","2002",99.47773,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2003","2003",99.69794,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2004","2004",99.84088,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2005","2005",98.87224,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2006","2006",98.63006,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2007","2007",97.65281,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2008","2008",97.9988,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2009","2009",98.60118,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2010","2010",99.63456,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2011","2011",99.63407,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2012","2012",99.89365,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2013","2013",99.61534,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2014","2014",99.71119,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2015","2015",99.68105,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2016","2016",99.76077,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","1990","1990",97.31311,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2000","2000",90.65153,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2001","2001",91.06065,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2002","2002",98.33516,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2003","2003",97.08554,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2004","2004",94.89351,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2005","2005",92.54187,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2006","2006",95.07407,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2007","2007",94.52218,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1998","1998",99.1351,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1999","1999",99.3752,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2000","2000",99.52457,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2001","2001",99.70695,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2002","2002",99.72389,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2003","2003",99.90244,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2004","2004",99.84696,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2005","2005",99.96368,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2006","2006",99.97483,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2007","2007",99.9981,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2008","2008",99.80513,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2009","2009",98.5656,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2010","2010",96.02288,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2011","2011",93.72019,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2012","2012",90.84744,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2013","2013",90.1954,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2014","2014",89.88408,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2015","2015",90.15111,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2016","2016",91.02349,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2017","2017",92.58083,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1990","1990",88.16025,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1992","1992",93.39816,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1997","1997",91.14893,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1999","1999",83.70893,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2000","2000",83.33659,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2002","2002",91.23779,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2003","2003",91.04643,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2004","2004",94.21995,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2005","2005",94.41782,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2006","2006",97.52671,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2007","2007",99.28957,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2011","2011",99.65339,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2012","2012",99.28349,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2014","2014",99.07668,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2015","2015",98.80428,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2016","2016",98.24351,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2017","2017",97.29,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1990","1990",78.859,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1991","1991",79.15408,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1992","1992",77.51218,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1993","1993",97.59281,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1994","1994",97.04539,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1995","1995",96.28955,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1996","1996",96.36006,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1997","1997",96.19921,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1999","1999",98.02883,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2000","2000",97.75502,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2001","2001",97.27873,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2002","2002",98.24807,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2003","2003",98.46112,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2004","2004",98.82313,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2005","2005",99.58192,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2006","2006",99.52331,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2007","2007",99.43701,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2008","2008",99.24171,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2009","2009",99.42916,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2010","2010",99.11535,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2011","2011",99.31542,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2012","2012",98.01603,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2013","2013",97.08024,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2014","2014",96.5197,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2015","2015",97.51492,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","1990","1990",86.66848,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","1991","1991",81.44421,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","1992","1992",78.83427,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","1993","1993",76.61596,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","1994","1994",80.98975,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","1998","1998",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","1999","1999",97.61884,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2000","2000",94.74401,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2001","2001",94.8859,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2004","2004",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2006","2006",91.57106,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2009","2009",97.42717,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2010","2010",98.19349,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2012","2012",96.56872,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2013","2013",92.3589,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2014","2014",92.91904,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2015","2015",96.38829,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2016","2016",98.2007,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2017","2017",99.20871,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2007","2007",86.26356,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2008","2008",86.52053,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2009","2009",86.39199,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2010","2010",84.46763,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2011","2011",83.16019,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2012","2012",79.01067,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2014","2014",78.99189,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2015","2015",82.84075,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2017","2017",82.3219,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",85.66067,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",88.23505,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",90.8735,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",93.70855,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",92.36437,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",92.56194,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",91.48754,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",92.0877,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",93.00628,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",91.19884,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",93.01409,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",93.83028,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",93.83281,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",92.49537,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",91.88366,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",92.80725,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",91.94831,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",88.90051,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",86.07982,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","1997","1997",93.22034,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","1999","1999",97.3015,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2000","2000",98.36083,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2004","2004",98.96628,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2005","2005",99.54379,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2006","2006",99.45,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2008","2008",98.07161,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2009","2009",97.91927,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2015","2015",99.49007,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2017","2017",99.94808,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","1998","1998",78.30944,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2000","2000",92.87429,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2001","2001",93.58598,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2002","2002",95.29702,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2003","2003",95.95211,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2005","2005",99.1141,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2006","2006",99.41173,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2007","2007",99.17461,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2008","2008",99.12351,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2009","2009",99.32713,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2010","2010",99.95111,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2012","2012",99.21444,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2013","2013",95.96671,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2014","2014",93.38516,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2015","2015",91.16087,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2016","2016",89.55642,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2017","2017",85.44406,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","1999","1999",63.07819,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2000","2000",66.14508,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2004","2004",67.89302,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2005","2005",68.33555,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2006","2006",68.7959,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2007","2007",71.6373,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2008","2008",64.86539,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2009","2009",65.95521,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2010","2010",65.94879,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2001","2001",99.76617,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2002","2002",99.85182,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2003","2003",99.52437,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2004","2004",93.79717,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2005","2005",97.26849,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2006","2006",96.98804,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2007","2007",96.71601,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2008","2008",95.97809,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2009","2009",94.00661,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2010","2010",95.85981,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2011","2011",96.17042,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2012","2012",96.3338,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2013","2013",97.44935,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2014","2014",98.17813,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2017","2017",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","1994","1994",71.96035,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","1995","1995",70.18177,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","1998","1998",67.22004,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","1999","1999",65.61776,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2000","2000",65.91854,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2001","2001",65.91607,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2002","2002",68.52687,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2004","2004",81.41045,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2005","2005",90.09862,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2006","2006",88.68705,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2007","2007",89.98672,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2009","2009",88.32501,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2010","2010",85.72528,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2011","2011",89.51607,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2012","2012",91.58041,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2013","2013",88.87062,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2017","2017",87.89017,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1990","1990",67.16256,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1991","1991",68.23343,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1992","1992",69.59612,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1993","1993",72.95679,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1994","1994",74.20051,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1995","1995",75.65466,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1996","1996",78.29363,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1997","1997",79.01912,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1998","1998",81.17552,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1999","1999",83.0073,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2000","2000",83.9688,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2001","2001",85.06365,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2002","2002",85.06467,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2003","2003",83.73361,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2009","2009",98.14357,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2011","2011",98.84712,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2012","2012",99.64785,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2013","2013",99.89894,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2014","2014",99.72415,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2015","2015",99.69983,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2016","2016",99.81982,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2017","2017",99.72911,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1994","1994",97.22313,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1998","1998",95.73882,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1999","1999",95.57501,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2000","2000",98.37439,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2001","2001",97.77057,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2002","2002",96.532,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2003","2003",97.02729,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2004","2004",99.33233,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2005","2005",99.614,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2006","2006",95.57688,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2007","2007",95.43716,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2008","2008",95.5221,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2009","2009",96.38182,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2010","2010",96.70287,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2011","2011",97.73579,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2012","2012",99.29796,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2013","2013",99.9103,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2014","2014",99.62731,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2015","2015",99.53637,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2016","2016",98.91333,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2017","2017",98.60314,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","1990","1990",98.34533,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","1991","1991",98.62825,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","1993","1993",96.76664,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","1994","1994",95.74716,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","1995","1995",96.9449,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","1996","1996",95.70512,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","2011","2011",92.82219,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","2012","2012",93.71576,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","2013","2013",93.78617,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","2014","2014",93.66652,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","2015","2015",94.21559,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","2016","2016",96.0738,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","1996","1996",92.24363,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","1999","1999",94.61348,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2000","2000",93.60688,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2001","2001",94.45723,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2002","2002",94.30285,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2003","2003",94.16357,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2004","2004",98.85261,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2005","2005",96.22593,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2006","2006",97.44413,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2007","2007",96.3709,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2008","2008",95.80515,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2009","2009",95.1462,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2010","2010",95.8918,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2011","2011",95.77096,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2012","2012",99.42893,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2013","2013",99.55933,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2014","2014",99.64915,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2015","2015",99.614,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2016","2016",99.61944,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2017","2017",99.7272,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","1993","1993",98.75371,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","1994","1994",98.63792,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","1995","1995",98.31477,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","1996","1996",98.36753,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","1997","1997",98.71485,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","1998","1998",99.48253,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","1999","1999",99.83826,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2000","2000",99.73543,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2001","2001",99.98782,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2002","2002",99.63113,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2003","2003",98.9592,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2004","2004",98.00058,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2005","2005",97.6333,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2006","2006",97.09025,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2007","2007",97.73505,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2008","2008",98.14122,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2009","2009",98.31777,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2010","2010",98.58798,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2011","2011",98.84115,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2012","2012",99.37577,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2013","2013",99.31368,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2014","2014",99.607,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2015","2015",99.36991,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2016","2016",99.27372,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2008","2008",70.33417,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2009","2009",78.31045,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2010","2010",87.31932,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2011","2011",92.68128,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2012","2012",91.62168,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2013","2013",90.54068,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2014","2014",88.04106,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2015","2015",84.98944,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2016","2016",81.8366,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2017","2017",80.76265,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","1997","1997",85.32345,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","1998","1998",99.59684,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","1999","1999",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2000","2000",99.22788,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2001","2001",98.32402,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2002","2002",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2003","2003",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2004","2004",98.73453,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2005","2005",95.0634,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2006","2006",92.6774,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2007","2007",93.64038,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2008","2008",94.48658,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2009","2009",96.12844,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2010","2010",97.49574,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2011","2011",97.61271,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2012","2012",94.33793,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2013","2013",93.20575,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2014","2014",91.57045,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2015","2015",87.81903,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2016","2016",88.63852,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2017","2017",92.69505,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1990","1990",85.39041,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1991","1991",87.11221,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1992","1992",88.19909,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1993","1993",87.71003,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1994","1994",87.65254,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1995","1995",87.88283,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1996","1996",87.4386,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1997","1997",86.91522,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1999","1999",89.7286,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2000","2000",90.52619,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2001","2001",92.64196,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2002","2002",93.90211,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2003","2003",94.42611,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2004","2004",95.17879,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2005","2005",95.4772,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2006","2006",95.67726,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2007","2007",95.87886,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2008","2008",97.22105,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2009","2009",98.96613,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2010","2010",98.88748,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2011","2011",99.05085,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2012","2012",99.11261,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2013","2013",99.23817,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2014","2014",99.2061,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2015","2015",99.27494,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2016","2016",99.23381,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2017","2017",99.44293,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","1994","1994",15.50506,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","1995","1995",17.19503,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","1996","1996",20.21528,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","1998","1998",26.61117,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","1999","1999",29.59559,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2000","2000",34.10235,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2001","2001",38.75603,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2002","2002",41.28639,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2003","2003",42.46547,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2004","2004",46.30828,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2005","2005",57.81606,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2006","2006",63.20635,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2007","2007",68.6396,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2008","2008",74.31771,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2009","2009",74.55978,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2010","2010",72.54524,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2011","2011",76.24273,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2012","2012",77.97914,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2014","2014",83.83658,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2015","2015",83.24655,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1994","1994",46.86209,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1995","1995",53.18013,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1996","1996",56.45148,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1998","1998",59.86447,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1999","1999",59.25436,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2000","2000",59.43041,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2001","2001",62.76856,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2002","2002",62.12033,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2003","2003",65.11935,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2004","2004",71.93718,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2005","2005",70.56798,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2006","2006",73.055,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2007","2007",73.90573,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2008","2008",70.4822,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2009","2009",69.79805,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2010","2010",70.18507,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2011","2011",70.71003,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2012","2012",69.59503,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2013","2013",72.32475,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2014","2014",74.44976,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2016","2016",71.22938,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2017","2017",76.60704,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","1990","1990",99.01913,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","1991","1991",98.81623,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","1992","1992",97.34669,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","1994","1994",97.17952,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","1995","1995",98.63502,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","1996","1996",98.88263,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","1997","1997",99.50396,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","2013","2013",98.78637,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","2014","2014",98.20993,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","2015","2015",98.50322,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","2016","2016",99.42505,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","2017","2017",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","1993","1993",93.73175,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","1995","1995",88.54278,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","1996","1996",88.04224,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","1997","1997",87.50879,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","1998","1998",99.86457,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","1999","1999",99.96635,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2000","2000",99.9532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2001","2001",99.74532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2002","2002",99.71274,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2003","2003",99.53674,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2004","2004",99.25489,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2005","2005",99.08726,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2006","2006",99.11181,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2007","2007",99.05602,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2008","2008",98.94974,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2009","2009",99.05297,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2010","2010",99.04494,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2011","2011",98.7746,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2012","2012",93.36227,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2013","2013",96.23755,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2014","2014",96.64895,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2015","2015",98.06644,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2016","2016",99.54018,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2017","2017",99.46145,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2018","2018",99.51585,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","1993","1993",54.34859,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2000","2000",46.40736,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2001","2001",56.41323,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2002","2002",56.15716,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2003","2003",59.38976,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2004","2004",59.39955,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2005","2005",62.3369,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2006","2006",77.79078,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2007","2007",84.60173,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2008","2008",94.8804,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2009","2009",92.14347,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2010","2010",97.14679,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2017","2017",96.48748,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","1998","1998",96.16438,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","1999","1999",96.46234,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2000","2000",98.26302,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2001","2001",98.0859,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2002","2002",98.02347,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2003","2003",98.45974,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2004","2004",98.39908,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2005","2005",99.0923,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2006","2006",99.27847,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2007","2007",99.38313,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2008","2008",99.44376,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2009","2009",99.37028,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2010","2010",99.36199,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2011","2011",99.49091,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2012","2012",99.50809,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2013","2013",99.85381,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2014","2014",99.87255,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2015","2015",99.86714,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2016","2016",99.87896,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1990","1990",83.2928,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1991","1991",84.09174,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1992","1992",84.12696,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1993","1993",83.3256,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1994","1994",82.43993,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1995","1995",88.86616,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1996","1996",90.79218,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1999","1999",99.86899,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2000","2000",99.66454,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2001","2001",99.52945,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2002","2002",99.5096,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2003","2003",99.47431,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2004","2004",99.04097,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2005","2005",98.18025,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2006","2006",97.82281,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2007","2007",97.94465,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2008","2008",98.71532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2009","2009",99.18411,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2010","2010",99.2505,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2011","2011",99.38624,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2012","2012",99.36025,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2013","2013",99.7891,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2014","2014",99.8081,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2015","2015",99.83158,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2016","2016",99.98712,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JOR","Jordan","1999","1999",90.27999,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JOR","Jordan","2000","2000",91.33078,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JOR","Jordan","2002","2002",93.89865,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JOR","Jordan","2003","2003",95.03225,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JOR","Jordan","2004","2004",94.81328,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1990","1990",90.57479,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1996","1996",92.60985,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1997","1997",92.01428,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1998","1998",93.29828,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2006","2006",98.20971,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2007","2007",98.13734,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2008","2008",98.22869,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2009","2009",98.01156,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2013","2013",66.52257,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","1990","1990",93.15327,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","1993","1993",93.43096,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","1998","1998",93.08203,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","1999","1999",88.92599,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","2001","2001",98.01427,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","2004","2004",96.06653,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","2005","2005",97.5625,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","2006","2006",97.74836,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","2013","2013",97.44443,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","2015","2015",99.8711,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","1999","1999",99.99143,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2002","2002",96.57534,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2003","2003",98.60429,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2004","2004",98.5532,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2005","2005",90.67814,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2007","2007",94.28672,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2008","2008",96.81799,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2009","2009",98.3311,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2010","2010",97.23503,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2013","2013",99.95924,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2014","2014",99.55041,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2015","2015",99.41762,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2016","2016",99.20861,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2017","2017",94.29287,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","1990","1990",72.32421,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2005","2005",95.18913,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2006","2006",95.64496,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2008","2008",92.58087,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2009","2009",93.49974,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2010","2010",94.93205,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2017","2017",95.14922,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DEU","Germany","2002","2002",99.79125,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DEU","Germany","2003","2003",99.75348,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1995","1995",81.0813,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1996","1996",84.63173,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1997","1997",85.10744,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1998","1998",88.81362,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1999","1999",90.71041,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2000","2000",92.86049,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2001","2001",94.2141,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2002","2002",93.13459,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2003","2003",85.96315,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2004","2004",92.83705,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2005","2005",93.27465,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2006","2006",97.94064,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2007","2007",99.19522,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2008","2008",99.73072,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2009","2009",99.67684,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2010","2010",99.41625,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2011","2011",99.38616,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2012","2012",99.10657,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2013","2013",96.29367,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2014","2014",96.47593,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2015","2015",98.30832,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2016","2016",99.3388,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2017","2017",99.41529,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","1990","1990",82.36999,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","1992","1992",85.00685,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","1998","1998",89.85879,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","1999","1999",90.35489,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2000","2000",91.50597,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2001","2001",92.13521,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2002","2002",93.52253,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2003","2003",93.15942,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2004","2004",90.62155,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2005","2005",90.51394,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2006","2006",87.3036,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2007","2007",89.96925,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2008","2008",88.77879,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2009","2009",88.50416,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2010","2010",88.18022,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2012","2012",89.8005,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2013","2013",91.82565,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2017","2017",99.56174,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","1990","1990",51.82703,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","1992","1992",65.24577,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","1993","1993",69.91327,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","1994","1994",70.06403,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","1995","1995",72.28454,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","1996","1996",74.06768,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","1997","1997",77.09378,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","2006","2006",94.99381,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","2008","2008",96.51784,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","2011","2011",99.86262,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1990","1990",95.82034,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1991","1991",95.1169,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1992","1992",94.15866,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1993","1993",93.53313,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1994","1994",98.9616,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1995","1995",99.2071,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1996","1996",99.38737,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1997","1997",99.66541,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","1991","1991",21.36674,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","1992","1992",21.8341,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","1993","1993",22.70059,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","1994","1994",23.67345,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","1995","1995",24.94242,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","1998","1998",28.29705,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","1999","1999",29.02473,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2000","2000",30.36826,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2001","2001",31.5537,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2002","2002",31.05662,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2003","2003",33.40368,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2004","2004",35.84748,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2005","2005",40.6743,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2006","2006",44.51913,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2007","2007",49.9437,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2008","2008",56.46157,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2009","2009",59.93397,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2010","2010",57.6876,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2011","2011",62.77919,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2012","2012",64.39528,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2013","2013",65.70444,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2014","2014",67.00641,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2015","2015",68.75138,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2016","2016",74.75263,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2017","2017",76.07368,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","1990","1990",86.41017,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","1999","1999",93.45759,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2000","2000",95.07101,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2001","2001",96.4976,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2002","2002",98.86354,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2004","2004",99.04665,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2005","2005",98.70228,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2006","2006",99.26245,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2007","2007",99.2378,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2008","2008",98.23427,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2009","2009",95.16965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2010","2010",96.94401,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2011","2011",95.44442,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2012","2012",95.08057,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2013","2013",93.32629,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2014","2014",90.65439,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2015","2015",87.92149,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","1995","1995",87.58099,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2001","2001",100,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2002","2002",99.3351,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2003","2003",99.46906,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2004","2004",98.15496,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2005","2005",98.14584,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2006","2006",98.65027,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2007","2007",98.91774,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2008","2008",99.33676,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2009","2009",99.28376,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2010","2010",99.32824,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2011","2011",99.29004,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2012","2012",99.42546,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2013","2013",97.93197,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2014","2014",97.93119,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2015","2015",98.89017,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2016","2016",99.55101,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2017","2017",99.22964,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HTI","Haiti","1997","1997",56.87638,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2009","2009",90.99713,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2010","2010",96.63802,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2011","2011",96.6245,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2012","2012",99.53505,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2013","2013",97.82628,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2014","2014",97.46168,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1991","1991",68.73619,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1992","1992",66.2869,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1993","1993",64.85164,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1994","1994",67.04303,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1995","1995",79.65052,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1999","1999",37.72207,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","1999","1999",98.5981,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2000","2000",96.50905,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2001","2001",94.48395,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2003","2003",92.39348,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2004","2004",91.07287,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2008","2008",89.55055,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2009","2009",87.97156,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2010","2010",88.22079,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2011","2011",89.45249,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2012","2012",93.646,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2013","2013",98.18477,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2017","2017",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NRU","Nauru","2012","2012",76.93997,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NRU","Nauru","2014","2014",87.26542,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NRU","Nauru","2016","2016",84.42866,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","1994","1994",88.84893,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","1995","1995",88.32266,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","1997","1997",88.31349,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","1999","1999",90.82079,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2000","2000",91.59252,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2001","2001",92.68173,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2002","2002",93.33451,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2003","2003",94.20977,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2004","2004",94.87065,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2005","2005",95.50887,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2006","2006",96.19807,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2007","2007",97.08731,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2008","2008",96.5757,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2009","2009",94.48797,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2010","2010",95.52191,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2011","2011",94.58232,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2012","2012",93.2566,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2013","2013",92.94054,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2014","2014",94.33225,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2015","2015",94.50688,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2016","2016",94.04713,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","1999","1999",95.3499,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2008","2008",98.86015,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2009","2009",97.9593,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2010","2010",98.34055,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2011","2011",98.28579,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2012","2012",97.59639,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2013","2013",97.32568,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2014","2014",97.10992,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2015","2015",97.13828,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2016","2016",97.48798,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2017","2017",97.82212,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","1997","1997",54.48763,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","1998","1998",60.09969,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","1999","1999",61.17159,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","2000","2000",62.06587,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","2001","2001",62.73281,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","2002","2002",66.72586,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","2003","2003",67.9576,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","2011","2011",70.96762,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","2013","2013",89.15388,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","2015","2015",89.94916,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","2016","2016",83.36568,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","1999","1999",57.47285,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2000","2000",64.61931,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2003","2003",74.62455,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2004","2004",75.49065,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2011","2011",97.74868,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2012","2012",99.14495,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2014","2014",93.64191,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2015","2015",96.00428,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2016","2016",96.37944,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2017","2017",93.41775,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","1999","1999",86.40056,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2000","2000",87.76025,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2002","2002",94.28431,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2003","2003",90.87776,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2004","2004",85.62198,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2005","2005",86.83078,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2006","2006",85.67213,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2007","2007",91.78584,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2008","2008",88.13164,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2009","2009",95.90677,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2010","2010",95.44634,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2011","2011",95.29944,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2012","2012",94.07067,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2013","2013",93.82735,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2014","2014",92.04458,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2015","2015",95.53493,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2016","2016",95.42067,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2017","2017",94.68683,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","1999","1999",82.37551,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2002","2002",98.63705,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2003","2003",99.07986,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2005","2005",99.84345,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2007","2007",88.90899,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2008","2008",90.1323,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2009","2009",89.82379,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2010","2010",90.57857,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2013","2013",90.63894,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2014","2014",91.65333,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2015","2015",92.41158,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2017","2017",97.26132,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2002","2002",96.32423,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2003","2003",90.06801,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2004","2004",89.97544,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2005","2005",90.0993,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2006","2006",88.96517,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2007","2007",88.40252,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2008","2008",87.9012,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2009","2009",88.26199,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2010","2010",90.49721,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2011","2011",92.31405,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2012","2012",93.16145,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2013","2013",93.47725,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2014","2014",91.85486,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","1997","1997",85.32345,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2003","2003",99.05353,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2004","2004",97.88048,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2005","2005",94.28761,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2006","2006",91.97774,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2007","2007",92.88813,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2008","2008",93.6811,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2009","2009",95.29545,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2010","2010",96.63556,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2011","2011",96.76211,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2012","2012",93.42594,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2013","2013",92.05418,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2014","2014",86.57116,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2015","2015",86.41507,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2016","2016",86.9983,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2017","2017",91.09292,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1990","1990",98.95818,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1991","1991",99.66216,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1992","1992",99.34952,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1993","1993",99.9868,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1994","1994",99.9829,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1995","1995",99.95608,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1996","1996",99.94393,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1997","1997",99.93536,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1999","1999",99.85682,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2000","2000",99.81312,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2001","2001",99.76263,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2002","2002",99.81836,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2003","2003",99.85695,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2004","2004",99.74835,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2005","2005",99.61974,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2006","2006",99.77578,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2007","2007",99.88076,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2008","2008",99.8565,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2009","2009",99.71779,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2010","2010",99.61393,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2011","2011",99.67424,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2012","2012",99.66814,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2013","2013",99.11937,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2014","2014",98.52245,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2015","2015",98.93297,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2016","2016",98.53001,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","1990","1990",95.25599,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","1991","1991",96.18994,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","1992","1992",96.77603,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","1993","1993",97.3594,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","1994","1994",96.07832,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","1995","1995",97.64733,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","1996","1996",98.26087,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","1997","1997",98.58998,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","2011","2011",97.45749,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","2012","2012",97.92535,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","2013","2013",99.14276,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","2014","2014",98.00135,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","2015","2015",97.30472,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","1990","1990",65.41463,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2000","2000",76.65289,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2001","2001",77.37759,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2002","2002",77.78325,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2003","2003",87.33408,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2007","2007",96.2184,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2008","2008",97.65325,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2009","2009",96.8966,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2010","2010",97.19915,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2011","2011",97.18575,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2012","2012",97.71529,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2013","2013",98.44863,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","1990","1990",45.42604,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","1991","1991",42.51722,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","2005","2005",40.21559,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","2006","2006",40.37377,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","2007","2007",46.89157,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","2008","2008",55.33981,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","2009","2009",55.52908,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","2010","2010",57.89276,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","2011","2011",56.79053,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","2012","2012",60.17263,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1990","1990",91.12493,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1991","1991",90.82073,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1992","1992",88.84252,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1993","1993",87.13571,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1994","1994",86.50743,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1995","1995",86.69593,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1996","1996",86.42129,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1997","1997",87.09534,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1998","1998",93.77438,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1999","1999",94.37026,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2000","2000",95.67109,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2001","2001",94.50524,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2002","2002",95.10889,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2003","2003",95.25844,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2004","2004",95.56629,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2005","2005",94.37571,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2006","2006",93.91954,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2007","2007",93.60059,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2010","2010",94.58195,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2011","2011",94.83655,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2012","2012",95.14748,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2013","2013",94.49763,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2014","2014",93.01678,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2015","2015",93.79471,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2016","2016",92.91797,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","1991","1991",88.23669,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","1994","1994",92.10172,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","1995","1995",93.28056,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","1998","1998",94.60038,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","1999","1999",95.48243,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","2000","2000",93.07969,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","2001","2001",93.58895,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","2002","2002",93.85352,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","2003","2003",93.80576,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","2004","2004",93.28809,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","2005","2005",92.41498,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","2015","2015",99.71799,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1994","1994",97.22313,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1998","1998",95.73882,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1999","1999",96.93428,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2000","2000",98.37439,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2001","2001",97.77057,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2002","2002",96.532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2003","2003",97.02729,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2004","2004",99.33233,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2005","2005",99.614,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2006","2006",95.57688,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2007","2007",95.43716,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2008","2008",95.5221,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2009","2009",96.38182,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2010","2010",96.70287,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2011","2011",97.73579,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2012","2012",99.29796,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2013","2013",99.9103,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2014","2014",99.62731,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2015","2015",99.53637,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2016","2016",98.91333,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2017","2017",98.60314,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","1998","1998",96.5283,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","1999","1999",97.41604,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2000","2000",98.57806,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2001","2001",97.92003,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2002","2002",97.77555,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2003","2003",98.72105,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2004","2004",98.54124,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2005","2005",99.91812,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2006","2006",99.86603,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2007","2007",99.81283,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2008","2008",99.73356,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2009","2009",99.50562,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2010","2010",98.97126,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2011","2011",98.51603,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2012","2012",96.85569,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2013","2013",93.98613,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2014","2014",94.25922,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2015","2015",97.00931,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2016","2016",96.36056,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1990","1990",89.77113,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.45951,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1999","1999",90.38747,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2000","2000",89.47862,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2001","2001",86.92434,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2002","2002",87.70882,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2003","2003",87.45085,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2004","2004",88.06827,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2005","2005",87.82151,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2006","2006",86.33907,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2007","2007",87.99532,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2008","2008",87.41268,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2009","2009",85.35908,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2010","2010",84.8081,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2011","2011",86.04017,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2012","2012",87.70573,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2013","2013",89.68186,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2014","2014",94.53678,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2015","2015",99.0364,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2016","2016",99.52056,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2017","2017",99.81954,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","1990","1990",26.02654,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","1991","1991",27.79121,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","1998","1998",39.36896,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","1999","1999",41.83422,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2000","2000",44.94222,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2001","2001",48.39228,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2002","2002",55.71433,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2003","2003",59.19466,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2004","2004",62.24674,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2005","2005",64.29039,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2006","2006",66.56588,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2007","2007",68.63387,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2008","2008",67.75464,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2009","2009",69.22606,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2010","2010",71.66755,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2011","2011",75.83513,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2012","2012",75.43593,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2013","2013",76.56995,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2014","2014",80.29949,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2016","2016",78.85643,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1990","1990",87.81827,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1991","1991",87.40557,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1992","1992",86.65049,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1993","1993",86.3991,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1994","1994",86.51321,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1995","1995",86.79376,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1996","1996",87.53128,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1998","1998",99.39094,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1999","1999",99.81026,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2000","2000",99.95917,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2001","2001",99.81717,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2002","2002",99.78042,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2003","2003",99.98098,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2004","2004",99.90806,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2005","2005",99.74148,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2006","2006",99.88266,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2007","2007",99.82496,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2008","2008",99.92555,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2009","2009",99.97364,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2010","2010",99.79992,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2011","2011",97.53087,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2012","2012",99.94211,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2013","2013",99.92731,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2014","2014",99.96264,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2015","2015",99.95118,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2016","2016",99.98836,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","1991","1991",21.36674,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","1992","1992",21.8341,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","1993","1993",22.70059,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","1994","1994",23.67345,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","1995","1995",24.94242,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","1998","1998",28.29705,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","1999","1999",29.02473,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2000","2000",30.36826,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2001","2001",31.5537,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2002","2002",31.05662,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2003","2003",33.40368,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2004","2004",35.84748,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2005","2005",40.6743,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2006","2006",44.51913,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2007","2007",49.9437,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2008","2008",56.46157,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2009","2009",59.93397,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2010","2010",57.79759,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2011","2011",62.89109,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2012","2012",64.39528,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2013","2013",65.89088,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2014","2014",67.13249,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2015","2015",68.84341,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2016","2016",74.75263,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2017","2017",76.07368,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1990","1990",74.34576,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1991","1991",74.50961,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1992","1992",75.23016,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1993","1993",73.79816,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1994","1994",74.20502,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1995","1995",75.10108,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1996","1996",72.73285,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2009","2009",74.31293,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2010","2010",79.53274,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2011","2011",80.50282,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2012","2012",79.44552,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2013","2013",76.20921,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2014","2014",77.13364,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2015","2015",76.2815,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2016","2016",75.85466,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","1999","1999",62.17857,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2000","2000",64.45689,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2001","2001",72.93149,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2002","2002",73.89775,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2003","2003",85.27245,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2004","2004",83.39097,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2005","2005",83.59817,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2006","2006",82.55256,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2007","2007",93.00917,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2008","2008",88.54883,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2009","2009",91.47129,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2012","2012",81.32174,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRQ","Iraq","1993","1993",82.09108,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRQ","Iraq","1996","1996",80.03097,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRQ","Iraq","1999","1999",95.91283,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRQ","Iraq","2000","2000",94.69862,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRQ","Iraq","2003","2003",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRQ","Iraq","2004","2004",98.949,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRQ","Iraq","2007","2007",97.72679,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1996","1996",93.94392,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1997","1997",95.01155,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1998","1998",97.46702,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1999","1999",97.58531,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2000","2000",97.09154,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2001","2001",97.10665,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2002","2002",96.02775,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2003","2003",96.27152,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2004","2004",96.93392,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2005","2005",95.73988,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2006","2006",96.69628,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2007","2007",99.52626,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2008","2008",99.67028,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2009","2009",99.31043,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2010","2010",99.52016,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2011","2011",99.51044,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2012","2012",97.76879,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2013","2013",96.38334,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2014","2014",95.83584,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2015","2015",94.79227,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2016","2016",93.15892,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AGO","Angola","1998","1998",48.91116,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AGO","Angola","2008","2008",80.55289,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AGO","Angola","2009","2009",80.14248,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AGO","Angola","2010","2010",83.04865,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AGO","Angola","2011","2011",88.78511,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2000","2000",94.25208,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2001","2001",96.80076,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2002","2002",97.91345,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2003","2003",98.46183,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2004","2004",98.6274,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2005","2005",98.83574,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2006","2006",97.96804,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2007","2007",97.5344,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2008","2008",99.06052,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2009","2009",99.60485,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2011","2011",99.67234,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2012","2012",99.65918,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2013","2013",99.635,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2014","2014",99.59862,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2015","2015",99.92569,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2016","2016",99.91682,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2017","2017",99.93793,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2018","2018",99.93545,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MSR","Montserrat","2002","2002",95.44572,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MSR","Montserrat","2004","2004",98.7975,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MSR","Montserrat","2005","2005",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MSR","Montserrat","2006","2006",98.5846,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MSR","Montserrat","2007","2007",100,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","1995","1995",87.03452,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","1996","1996",90.60952,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","1998","1998",99.22158,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","1999","1999",99.17043,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2000","2000",98.98117,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2001","2001",98.91017,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2002","2002",98.85256,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2003","2003",99.44285,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2004","2004",98.72608,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2005","2005",98.58933,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2006","2006",98.55515,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2007","2007",99.91803,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2008","2008",99.55694,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2009","2009",99.13932,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2010","2010",99.42053,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2011","2011",99.97518,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2012","2012",99.9307,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2013","2013",98.29655,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2014","2014",94.18963,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2015","2015",93.56631,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2016","2016",93.68565,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","1994","1994",99.46236,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2000","2000",98.21137,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2001","2001",97.82027,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2002","2002",99.05347,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2003","2003",99.48306,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2004","2004",99.3918,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2005","2005",98.26639,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2007","2007",98.4034,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2008","2008",97.5209,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2009","2009",98.33016,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2010","2010",98.48877,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2011","2011",96.68953,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2012","2012",99.11504,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2013","2013",99.18443,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2015","2015",99.90103,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2016","2016",99.91707,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2017","2017",99.35872,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",92.89481,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",92.73808,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",96.69809,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",95.38213,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",93.93341,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",92.95918,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",93.63801,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",93.70301,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",92.52679,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",92.29616,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",91.13359,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",92.53614,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",95.77528,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",90.29679,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",89.07043,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",89.68874,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",91.87336,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COM","Comoros","1994","1994",62.29609,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COM","Comoros","1999","1999",55.92435,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COM","Comoros","2000","2000",62.13601,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COM","Comoros","2007","2007",76.25053,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COM","Comoros","2013","2013",84.37104,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COM","Comoros","2014","2014",81.28327,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COM","Comoros","2017","2017",83.59432,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","1998","1998",75.96552,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2000","2000",91.42591,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2001","2001",91.56537,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2002","2002",93.20514,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2003","2003",93.38335,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2005","2005",96.08793,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2006","2006",96.11166,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2007","2007",95.35109,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2008","2008",95.438,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2009","2009",95.55791,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2010","2010",95.98847,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2011","2011",95.83251,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2012","2012",94.97048,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2013","2013",91.89085,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2014","2014",89.25599,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2015","2015",86.62344,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2016","2016",85.00829,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2017","2017",80.84674,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","1992","1992",53.70136,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","1993","1993",56.99915,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","1996","1996",66.01329,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","1998","1998",68.50123,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","1999","1999",79.90241,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2000","2000",76.15193,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2001","2001",75.76788,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2002","2002",73.60879,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2003","2003",75.14898,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2004","2004",73.92475,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2005","2005",70.3755,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2006","2006",74.69992,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2007","2007",75.52772,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2008","2008",69.29744,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2010","2010",69.8352,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2011","2011",68.01772,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2012","2012",69.86044,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2013","2013",69.19089,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2014","2014",68.09637,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2015","2015",73.83977,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2016","2016",75.32955,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2017","2017",77.88182,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2018","2018",79.75041,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NLD","Netherlands","1990","1990",93.95406,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NLD","Netherlands","1991","1991",93.28779,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NLD","Netherlands","1992","1992",92.76676,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NLD","Netherlands","1993","1993",91.72262,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NLD","Netherlands","1994","1994",99.12952,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NLD","Netherlands","1995","1995",99.36424,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NLD","Netherlands","1996","1996",99.63503,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NLD","Netherlands","1997","1997",99.91919,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","1990","1990",99.54328,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","1991","1991",99.8375,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2000","2000",99.10266,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2002","2002",99.30805,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2003","2003",98.77722,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2004","2004",96.60185,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2005","2005",95.20616,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2006","2006",94.94789,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2007","2007",96.09027,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2008","2008",98.11687,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2009","2009",99.03,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2010","2010",99.05308,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2011","2011",99.24079,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2012","2012",99.50038,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2013","2013",99.75728,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2014","2014",99.82782,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2015","2015",99.67259,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2016","2016",99.48778,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","1997","1997",54.48763,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","1998","1998",60.09969,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","1999","1999",61.17159,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","2000","2000",62.06587,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","2001","2001",62.73281,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","2002","2002",66.72586,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","2003","2003",67.9576,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","2011","2011",70.87102,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","2013","2013",89.15388,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","2015","2015",89.94916,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","2016","2016",83.31031,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CRI","Costa Rica","1990","1990",87.51965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CRI","Costa Rica","1991","1991",87.9215,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CRI","Costa Rica","2011","2011",99.93036,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CRI","Costa Rica","2012","2012",99.89796,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CRI","Costa Rica","2013","2013",98.97748,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CRI","Costa Rica","2014","2014",96.82983,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CRI","Costa Rica","2015","2015",96.91975,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CRI","Costa Rica","2016","2016",96.94541,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1990","1990",99.19793,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1994","1994",99.12538,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1998","1998",99.79687,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2000","2000",99.60142,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2001","2001",98.59896,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2002","2002",98.46879,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2003","2003",97.84386,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2004","2004",95.4883,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2005","2005",95.05711,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2006","2006",94.38249,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2007","2007",92.01374,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2008","2008",90.10788,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2009","2009",88.52859,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2010","2010",87.50811,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2011","2011",86.55857,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2012","2012",87.09335,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2013","2013",86.76121,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2014","2014",86.95626,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2015","2015",87.04251,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2016","2016",86.41023,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2017","2017",86.33663,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","1996","1996",77.3068,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","1997","1997",86.24865,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","1998","1998",98.12739,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","1999","1999",98.19862,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2000","2000",96.88993,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2001","2001",97.62005,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2002","2002",98.04806,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2003","2003",96.80408,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2004","2004",96.50011,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2005","2005",97.06585,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2006","2006",97.71148,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2007","2007",96.8263,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2008","2008",97.89326,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2009","2009",98.58536,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2010","2010",98.49034,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2011","2011",97.73548,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2012","2012",97.18711,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2013","2013",96.80599,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2014","2014",96.96928,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2015","2015",97.09362,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2016","2016",97.66359,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1990","1990",95.56185,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1991","1991",96.16817,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1992","1992",92.80313,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1993","1993",89.32138,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1994","1994",87.3584,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1995","1995",87.85948,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1996","1996",85.09288,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1997","1997",81.59346,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1998","1998",82.27456,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2007","2007",93.6493,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2012","2012",94.64606,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2013","2013",94.11702,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2014","2014",95.26084,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2015","2015",95.9709,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2016","2016",97.17865,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1990","1990",94.85437,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1991","1991",97.92541,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1992","1992",97.66187,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1993","1993",96.41028,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1994","1994",96.23021,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1995","1995",94.8058,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1996","1996",95.75983,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1998","1998",98.62872,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1999","1999",99.63602,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","2000","2000",99.84287,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","2012","2012",98.97122,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","2013","2013",98.93082,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","2014","2014",98.84147,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","2015","2015",99.217,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","2016","2016",99.92632,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","1998","1998",84.57227,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2000","2000",92.94248,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2001","2001",93.73446,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2002","2002",95.52236,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2003","2003",96.01342,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2005","2005",99.54847,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2006","2006",99.70031,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2007","2007",99.57949,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2008","2008",99.55323,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2009","2009",99.65676,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2010","2010",99.97504,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2011","2011",99.93277,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2012","2012",99.10579,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2013","2013",96.05627,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2014","2014",93.58797,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2015","2015",91.42882,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2016","2016",89.96002,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2017","2017",85.78527,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2000","2000",92.08309,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2001","2001",94.41983,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2002","2002",95.74131,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2003","2003",98.45037,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2004","2004",98.1746,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2005","2005",95.01786,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2006","2006",92.46655,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2007","2007",91.03982,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2008","2008",91.26628,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2009","2009",90.94803,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2010","2010",91.42658,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2011","2011",91.50884,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2012","2012",91.79602,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2013","2013",92.05583,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2014","2014",92.00271,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2015","2015",91.16629,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2016","2016",91.15887,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2017","2017",90.61526,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","1998","1998",56.89544,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","1999","1999",57.43575,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2000","2000",59.81646,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2001","2001",62.86517,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2005","2005",70.08277,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2006","2006",73.61164,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2008","2008",78.41166,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2009","2009",82.66619,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2010","2010",84.49247,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2011","2011",85.31897,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2012","2012",87.24609,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2013","2013",86.05251,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2015","2015",83.40874,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2016","2016",82.04424,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2017","2017",81.33189,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","1991","1991",97.92838,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","1992","1992",96.34972,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","1993","1993",97.97415,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","1994","1994",97.27382,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","1995","1995",97.21866,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","1996","1996",97.66343,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","1999","1999",99.2267,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2000","2000",99.36219,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2001","2001",99.30947,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2002","2002",99.07209,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2003","2003",98.03134,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2004","2004",96.61369,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2005","2005",96.2121,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2006","2006",96.42589,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2007","2007",97.46183,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2008","2008",98.06049,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2009","2009",97.94641,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2010","2010",97.73288,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2011","2011",97.86878,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2012","2012",98.13269,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2013","2013",98.16425,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2014","2014",97.98738,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2015","2015",98.33897,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2016","2016",98.62326,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","1991","1991",91.87291,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","1992","1992",89.6701,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","1993","1993",88.12434,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","1995","1995",89.96545,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","1996","1996",88.43708,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","2003","2003",90.85487,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","2008","2008",98.79656,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","2009","2009",93.05879,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","2010","2010",96.53066,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","2011","2011",98.5288,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","2012","2012",96.53444,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","1990","1990",82.80944,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","1991","1991",83.56382,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","1992","1992",83.59118,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","1993","1993",82.55524,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","1994","1994",81.55472,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","1995","1995",89.10653,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","1996","1996",90.91923,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","1999","1999",99.74463,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2000","2000",99.3466,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2001","2001",99.0848,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2002","2002",99.04639,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2003","2003",98.9776,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2004","2004",98.77436,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2005","2005",97.91118,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2006","2006",97.6161,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2007","2007",97.72516,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2008","2008",98.46845,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2009","2009",98.97772,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2010","2010",99.07616,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2011","2011",99.14789,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2012","2012",99.01524,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2013","2013",99.5899,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2014","2014",99.62657,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2015","2015",99.67198,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2016","2016",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","1999","1999",55.94335,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2001","2001",64.46445,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2003","2003",70.77844,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2004","2004",73.62565,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2005","2005",75.749,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2008","2008",75.99351,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2010","2010",81.54167,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2012","2012",84.54757,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2013","2013",85.33632,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2016","2016",83.31682,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","1993","1993",87.32102,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","1994","1994",91.88223,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","1995","1995",93.17892,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","1996","1996",93.17602,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","1998","1998",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","1999","1999",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2001","2001",91.37514,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2002","2002",98.36543,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2003","2003",98.67547,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2004","2004",98.58647,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2005","2005",98.65674,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2013","2013",99.05798,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2014","2014",98.59535,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2015","2015",98.1104,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2016","2016",99.51984,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2017","2017",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1990","1990",45.09455,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1991","1991",43.4428,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1992","1992",41.74548,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1993","1993",40.69558,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1994","1994",41.8064,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1995","1995",44.06955,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1998","1998",48.58426,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1999","1999",52.04243,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2000","2000",55.5969,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2001","2001",59.83443,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2002","2002",55.40916,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2004","2004",68.07161,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2005","2005",73.07201,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2006","2006",76.8765,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2007","2007",81.97031,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2008","2008",85.33379,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2009","2009",86.55922,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2010","2010",88.04483,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2011","2011",86.01044,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2012","2012",86.33355,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2013","2013",87.46427,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2014","2014",88.13197,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2015","2015",89.5663,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2016","2016",88.60741,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2017","2017",87.53715,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","1999","1999",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2002","2002",97.29862,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2003","2003",97.22474,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2004","2004",98.47318,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2005","2005",89.9096,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2007","2007",93.74311,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2008","2008",96.23891,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2009","2009",96.73324,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2010","2010",94.5944,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2016","2016",98.95068,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2017","2017",88.86679,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2002","2002",87.73029,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2003","2003",85.77811,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2005","2005",89.69792,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2006","2006",93.35196,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2007","2007",98.39195,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2011","2011",95.76167,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2012","2012",96.89018,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2013","2013",96.89223,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2014","2014",94.3212,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2015","2015",93.39685,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2016","2016",92.59264,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2017","2017",92.34811,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COG","Congo","2005","2005",46.81373,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COG","Congo","2006","2006",57.44541,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COG","Congo","2010","2010",86.1049,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COG","Congo","2012","2012",83.62049,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2003","2003",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2004","2004",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2006","2006",99.71292,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2007","2007",98.32246,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2008","2008",99.33078,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2009","2009",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2010","2010",98.47779,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2011","2011",99.78791,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2012","2012",99.89119,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2014","2014",98.17401,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2015","2015",99.9316,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2016","2016",99.33054,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1991","1991",98.86116,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1992","1992",96.11453,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1993","1993",97.28665,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1994","1994",96.90965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1995","1995",98.32665,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1996","1996",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1997","1997",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1998","1998",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1999","1999",99.48767,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2000","2000",96.34305,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2001","2001",92.53292,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2002","2002",92.91974,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2003","2003",91.14903,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2004","2004",90.82105,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2005","2005",88.73783,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2006","2006",89.56225,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2011","2011",91.37948,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2012","2012",92.44818,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2013","2013",93.87958,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2014","2014",95.84843,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2015","2015",98.28928,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2016","2016",98.07093,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2017","2017",99.81379,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZWE","Zimbabwe","1998","1998",84.99282,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZWE","Zimbabwe","1999","1999",86.90054,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2000","2000",87.34814,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2001","2001",89.69503,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2002","2002",86.16232,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2003","2003",85.0466,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2012","2012",88.98407,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2013","2013",86.00458,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHN","China","1990","1990",96.87189,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHN","China","1991","1991",96.20087,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHN","China","1992","1992",94.75524,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHN","China","1993","1993",93.38945,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHN","China","1994","1994",91.82241,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHN","China","1995","1995",90.31195,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHN","China","1996","1996",89.44419,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHN","China","1997","1997",89.13662,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2002","2002",58.90473,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2003","2003",60.85026,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2004","2004",66.45592,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2005","2005",68.54192,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2006","2006",66.082,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2007","2007",70.8904,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2008","2008",71.66677,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2009","2009",73.05829,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2010","2010",74.42195,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2011","2011",71.49483,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2012","2012",71.0586,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2013","2013",69.81465,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2014","2014",72.73218,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2015","2015",73.60606,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2016","2016",77.77686,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2017","2017",76.45031,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1990","1990",99.78042,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1991","1991",99.74355,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1992","1992",99.58179,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1993","1993",99.35114,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1994","1994",99.00285,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1995","1995",98.50498,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1996","1996",98.22801,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1997","1997",98.53438,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1998","1998",97.93087,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1999","1999",98.61667,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2000","2000",99.19325,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2001","2001",98.18374,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2002","2002",97.9021,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2003","2003",98.68696,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2004","2004",98.42966,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2005","2005",99.68516,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2006","2006",99.67292,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2007","2007",99.69326,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2008","2008",99.76873,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2009","2009",99.59206,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2010","2010",99.162,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2011","2011",98.90565,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2012","2012",97.32505,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2013","2013",94.45055,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2014","2014",94.67241,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2015","2015",97.34263,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2016","2016",96.54282,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","1997","1997",74.53366,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","1999","1999",83.93421,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2000","2000",86.1993,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2001","2001",85.26023,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2002","2002",88.08325,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2004","2004",92.32809,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2005","2005",93.6177,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2006","2006",95.04129,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2007","2007",95.87865,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2008","2008",95.6644,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2009","2009",98.15969,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2010","2010",97.13258,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2011","2011",94.77433,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2012","2012",91.92222,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2013","2013",89.66347,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2014","2014",87.84089,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2015","2015",87.5938,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2016","2016",87.0064,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2017","2017",87.98243,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2005","2005",99.70359,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2006","2006",99.86248,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2007","2007",98.92292,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2008","2008",98.55264,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2009","2009",96.54704,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2010","2010",94.91872,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2011","2011",97.37802,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2012","2012",96.35285,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2013","2013",96.49696,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2014","2014",98.78431,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2015","2015",99.20623,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2016","2016",99.16856,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2017","2017",98.97357,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","1992","1992",88.84671,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","1993","1993",89.7776,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","1999","1999",90.55414,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","2004","2004",95.0732,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","2005","2005",99.64228,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","2006","2006",98.38719,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","2008","2008",99.63788,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","2009","2009",98.9601,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","2016","2016",91.7176,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","1999","1999",97.02404,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2002","2002",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2004","2004",95.50364,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2005","2005",95.00484,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2006","2006",93.01149,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2007","2007",88.14211,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2008","2008",94.69882,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2009","2009",94.97104,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2013","2013",96.56115,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2014","2014",96.53082,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2015","2015",96.03256,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2016","2016",95.54247,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2017","2017",95.18738,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1991","1991",99.7586,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1992","1992",99.91029,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1993","1993",98.86724,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1994","1994",99.01111,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1995","1995",98.30203,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1996","1996",98.28682,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1997","1997",99.13285,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2014","2014",97.64958,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2015","2015",96.86966,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2016","2016",98.1342,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2017","2017",96.5445,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","1991","1991",96.25484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","1997","1997",100,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","1998","1998",99.93819,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","1999","1999",99.75192,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2000","2000",99.54847,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2003","2003",99.54385,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2004","2004",99.19733,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2005","2005",99.34583,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2006","2006",99.47065,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2007","2007",99.57598,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2008","2008",99.4391,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2009","2009",99.43532,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2010","2010",99.06616,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2011","2011",99.14302,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2012","2012",99.187,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2013","2013",99.35539,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2014","2014",99.67447,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2015","2015",99.7343,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2016","2016",99.34152,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NRU","Nauru","2012","2012",75.62777,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NRU","Nauru","2014","2014",89.4526,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NRU","Nauru","2016","2016",83.20091,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","1994","1994",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2000","2000",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2001","2001",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2004","2004",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2005","2005",99.51545,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2011","2011",96.63717,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2015","2015",99.80404,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2016","2016",99.83583,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2017","2017",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RWA","Rwanda","1999","1999",80.93768,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2002","2002",82.95135,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2003","2003",89.02323,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2016","2016",95.86197,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2017","2017",93.93462,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","1991","1991",92.53954,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","1992","1992",94.33494,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","1993","1993",95.06648,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","1994","1994",93.39877,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","1995","1995",92.94188,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","1996","1996",92.59645,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","1997","1997",92.63839,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2005","2005",99.87101,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2006","2006",99.8925,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2007","2007",98.17003,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2008","2008",99.05857,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2009","2009",99.13694,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2010","2010",99.67826,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2013","2013",99.52483,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2014","2014",94.56078,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2015","2015",97.73347,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2016","2016",98.42097,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SSD","South Sudan","2011","2011",41.88386,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SSD","South Sudan","2015","2015",34.33978,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","1996","1996",95.10436,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","1997","1997",95.78897,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","1998","1998",98.86347,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","1999","1999",98.39815,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2000","2000",97.8669,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2001","2001",97.85747,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2002","2002",96.30291,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2003","2003",96.33932,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2004","2004",96.9557,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2005","2005",95.75921,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2006","2006",96.91739,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2007","2007",99.73015,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2008","2008",99.5778,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2009","2009",98.91511,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2010","2010",99.31647,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2011","2011",99.28989,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2012","2012",97.70222,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2013","2013",96.37324,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2014","2014",95.6523,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2015","2015",94.85588,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2016","2016",93.34644,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1994","1994",92.28863,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1995","1995",92.65225,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1996","1996",93.69231,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1997","1997",96.07215,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1998","1998",96.45956,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1999","1999",96.2613,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2000","2000",96.9948,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2001","2001",98.56831,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2002","2002",99.36754,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2003","2003",99.31123,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2005","2005",99.37655,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2006","2006",99.45543,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2007","2007",99.36834,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2008","2008",97.2402,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2009","2009",96.76557,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2010","2010",97.0184,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2011","2011",96.73626,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2012","2012",96.42389,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2013","2013",98.08398,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2014","2014",97.96475,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2015","2015",98.19263,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2016","2016",97.90291,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1990","1990",78.82103,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1991","1991",79.15245,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1992","1992",77.36127,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1993","1993",97.62945,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1994","1994",96.91663,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1995","1995",96.213,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1996","1996",96.11728,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1997","1997",96.28477,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1999","1999",97.99126,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2000","2000",98.06997,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2001","2001",97.5396,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2002","2002",98.50694,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2003","2003",98.63524,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2004","2004",98.76019,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2005","2005",99.66204,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2006","2006",99.52019,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2007","2007",99.34184,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2008","2008",98.96124,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2009","2009",99.14474,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2010","2010",99.2851,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2011","2011",99.28009,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2012","2012",98.17635,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2013","2013",97.49437,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2014","2014",97.13529,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2015","2015",97.82834,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MHL","Marshall Islands","2002","2002",97.40626,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MHL","Marshall Islands","2015","2015",80.75843,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MHL","Marshall Islands","2016","2016",81.15572,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","1999","1999",98.89984,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2000","2000",95.84923,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2001","2001",93.34303,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2003","2003",94.63614,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2004","2004",96.17837,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2005","2005",95.10706,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2006","2006",96.10222,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2007","2007",95.92169,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2008","2008",96.08432,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2009","2009",96.93811,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2010","2010",98.14106,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2011","2011",97.05202,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2012","2012",99.80745,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2013","2013",98.65249,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2014","2014",98.49496,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2015","2015",98.73575,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2016","2016",98.60778,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2017","2017",98.89298,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1990","1990",99.96133,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1991","1991",99.95408,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1992","1992",99.61552,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1993","1993",98.09249,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1994","1994",97.88314,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1995","1995",98.81184,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1996","1996",99.73185,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1997","1997",99.58092,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1999","1999",99.69911,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2000","2000",96.18632,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2001","2001",96.09347,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2002","2002",96.04528,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2003","2003",95.82227,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2004","2004",95.78781,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2005","2005",99.23101,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2006","2006",99.26235,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2007","2007",99.18236,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2008","2008",98.74538,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2009","2009",98.38524,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2010","2010",98.01978,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2011","2011",99.03727,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2012","2012",98.91622,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2013","2013",98.91152,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2014","2014",98.95053,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2015","2015",98.98406,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2016","2016",99.10915,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","1991","1991",85.73672,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","1993","1993",87.04373,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2000","2000",84.97201,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2003","2003",87.68095,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2004","2004",89.16486,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2005","2005",85.22992,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2006","2006",90.55084,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2007","2007",85.16918,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2008","2008",88.7086,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2009","2009",87.59976,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2010","2010",87.61282,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2011","2011",88.70053,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2012","2012",85.29787,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2013","2013",82.28211,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2014","2014",82.41673,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2015","2015",80.59216,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2016","2016",82.30433,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2017","2017",82.96282,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRI","Puerto Rico","2010","2010",89.56876,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRI","Puerto Rico","2011","2011",86.20643,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRI","Puerto Rico","2012","2012",87.2025,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRI","Puerto Rico","2013","2013",86.0832,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRI","Puerto Rico","2014","2014",86.29397,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRI","Puerto Rico","2015","2015",84.49774,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRI","Puerto Rico","2016","2016",78.6739,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","1990","1990",38.22112,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","1992","1992",38.1548,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","1996","1996",43.78023,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","1997","1997",48.25274,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","1998","1998",51.39179,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","1999","1999",50.15386,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2000","2000",54.33593,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2003","2003",62.02265,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2004","2004",61.71362,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2005","2005",63.2201,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2006","2006",66.27189,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2007","2007",69.39971,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2008","2008",70.96919,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2009","2009",71.86474,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2010","2010",73.23103,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2011","2011",74.09153,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2012","2012",77.68595,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2013","2013",76.57626,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2014","2014",77.44311,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2015","2015",77.66471,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2016","2016",75.99154,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2017","2017",79.40158,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1990","1990",96.28035,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1991","1991",95.37334,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1992","1992",94.51795,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1993","1993",93.31395,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1994","1994",93.84173,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1995","1995",93.65781,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1996","1996",92.55698,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1997","1997",92.50362,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2001","2001",96.16513,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2002","2002",95.42583,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2003","2003",94.88829,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2004","2004",94.11651,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2005","2005",93.14997,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2006","2006",94.47914,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2007","2007",96.90078,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2008","2008",96.32465,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2009","2009",97.4071,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2010","2010",98.05184,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2011","2011",97.55473,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2012","2012",95.9947,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2013","2013",93.10175,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2014","2014",92.00222,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2016","2016",91.71123,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2017","2017",92.7346,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1990","1990",99.679,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1991","1991",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1992","1992",99.59394,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1993","1993",98.49425,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1994","1994",98.32851,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1995","1995",98.22751,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1996","1996",98.22447,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1997","1997",84.04996,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1998","1998",99.80401,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2000","2000",99.73602,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2001","2001",99.81936,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2002","2002",99.73882,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2003","2003",99.82222,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2004","2004",99.2699,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2005","2005",98.36917,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2006","2006",98.27813,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2007","2007",99.0044,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2008","2008",99.26266,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2009","2009",99.10525,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2010","2010",99.05142,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2011","2011",99.41522,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2012","2012",99.58525,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2014","2014",99.96511,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2017","2017",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1990","1990",71.32391,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1991","1991",72.8487,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1992","1992",73.12171,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1993","1993",70.7027,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1994","1994",71.82647,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1995","1995",70.70377,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1996","1996",70.90907,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1998","1998",62.86715,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1999","1999",59.19405,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2000","2000",79.86605,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2001","2001",80.07681,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2002","2002",80.52239,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2003","2003",80.62186,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2004","2004",78.24764,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2005","2005",77.4861,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2006","2006",77.78918,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2007","2007",75.29047,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2008","2008",76.38659,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2009","2009",76.95935,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2010","2010",78.98545,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2011","2011",80.36578,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2012","2012",81.60719,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2013","2013",79.54384,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2014","2014",80.15023,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2015","2015",80.14512,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2016","2016",80.51202,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2017","2017",81.56503,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","1993","1993",98.78996,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","1994","1994",98.57107,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","1995","1995",98.27037,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","1996","1996",98.07904,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","1997","1997",98.64283,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","1998","1998",99.61708,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2001","2001",99.69017,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2002","2002",99.36915,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2003","2003",98.7304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2004","2004",97.82598,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2005","2005",97.27603,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2006","2006",96.59752,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2007","2007",97.22262,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2008","2008",97.84674,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2009","2009",97.97304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2010","2010",98.27032,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2011","2011",98.58689,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2012","2012",99.14108,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2013","2013",99.07735,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2014","2014",99.25592,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2015","2015",99.13939,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2016","2016",99.02256,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","1999","1999",96.94636,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2000","2000",96.74255,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2001","2001",96.47928,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2002","2002",95.56818,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2003","2003",94.62615,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2004","2004",93.82711,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2005","2005",93.21571,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2006","2006",93.29661,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2007","2007",93.40961,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2008","2008",93.57484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2009","2009",94.28545,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2010","2010",94.77376,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2011","2011",94.80523,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2012","2012",95.31996,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2013","2013",95.63422,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2014","2014",95.34137,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2015","2015",95.14733,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2016","2016",95.59691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CMR","Cameroon","1990","1990",68.85068,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CMR","Cameroon","1991","1991",67.2027,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CMR","Cameroon","2011","2011",85.17628,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CMR","Cameroon","2012","2012",88.65876,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CMR","Cameroon","2014","2014",89.98755,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CMR","Cameroon","2016","2016",91.01803,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CMR","Cameroon","2017","2017",90.94694,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","1990","1990",69.15211,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","1991","1991",71.49159,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","1992","1992",75.41716,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","1993","1993",76.01282,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","1994","1994",76.81691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","1995","1995",75.14667,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","1999","1999",83.91151,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2000","2000",87.34973,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2001","2001",91.50234,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2002","2002",98.41876,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2004","2004",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2005","2005",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2006","2006",99.35605,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2007","2007",99.18066,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2008","2008",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2010","2010",99.7133,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2007","2007",93.02842,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2008","2008",94.12736,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2009","2009",93.67423,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2010","2010",94.64347,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2011","2011",95.33354,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2012","2012",96.95517,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2013","2013",98.037,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2014","2014",99.37712,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2017","2017",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1990","1990",91.44404,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1991","1991",92.82794,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1992","1992",93.47762,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1993","1993",92.4437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1994","1994",91.82572,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1995","1995",91.69957,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1996","1996",90.76519,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1997","1997",89.84246,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1999","1999",91.59464,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2000","2000",92.09506,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2001","2001",94.13833,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2002","2002",95.1561,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2003","2003",95.53745,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2004","2004",96.23959,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2005","2005",96.53852,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2006","2006",96.77665,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2007","2007",96.81205,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2008","2008",98.00622,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2016","2016",99.9967,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1994","1994",73.40768,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1995","1995",71.51112,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1998","1998",68.34653,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1999","1999",66.85288,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2000","2000",66.64022,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2001","2001",66.2554,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2002","2002",69.05035,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2004","2004",81.24035,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2005","2005",89.19946,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2006","2006",87.26496,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2007","2007",89.59577,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2008","2008",90.06242,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2009","2009",87.11705,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2010","2010",84.57518,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2011","2011",88.40858,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2012","2012",90.12531,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2013","2013",87.90741,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2017","2017",86.02154,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","1990","1990",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","1994","1994",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","1998","1998",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2000","2000",99.20978,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2001","2001",98.50155,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2002","2002",98.22214,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2003","2003",97.87341,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2004","2004",95.10471,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2005","2005",95.02553,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2006","2006",94.43687,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2007","2007",92.3749,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2008","2008",90.75816,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2009","2009",89.37201,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2010","2010",88.09367,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2011","2011",87.44263,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2012","2012",87.97854,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2013","2013",87.31733,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2014","2014",87.59754,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2015","2015",87.57032,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2016","2016",87.23417,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2017","2017",87.13478,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2002","2002",87.73029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2003","2003",85.77811,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2005","2005",89.69792,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2006","2006",93.35196,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2007","2007",98.39195,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2011","2011",95.76167,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2012","2012",96.89018,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2013","2013",96.89223,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2014","2014",94.3212,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2015","2015",93.39685,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2016","2016",92.59264,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2017","2017",92.34811,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","1990","1990",86.61984,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","1999","1999",93.95936,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2000","2000",95.31116,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2001","2001",96.84429,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2002","2002",98.93283,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2004","2004",99.55154,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2005","2005",98.80129,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2006","2006",99.50375,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2007","2007",99.44041,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2008","2008",98.36332,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2009","2009",95.92875,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2010","2010",96.71555,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2011","2011",95.82788,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2012","2012",95.12787,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2013","2013",93.46825,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2014","2014",91.19003,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2015","2015",89.70763,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2000","2000",95.68068,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2001","2001",95.18426,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2002","2002",96.85902,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2003","2003",96.92337,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2004","2004",97.38022,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2005","2005",97.05474,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2006","2006",96.61934,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2007","2007",95.51378,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2008","2008",97.7233,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2009","2009",98.16424,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2010","2010",98.37268,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2011","2011",98.17598,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2012","2012",98.12829,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2013","2013",97.54193,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2014","2014",95.7741,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2015","2015",95.10652,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2016","2016",95.47253,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2017","2017",98.53461,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","1999","1999",97.63875,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2000","2000",98.62787,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2001","2001",99.36223,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2002","2002",98.61267,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2003","2003",97.97935,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2004","2004",99.3921,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2005","2005",99.69611,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2006","2006",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2009","2009",95.02712,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2010","2010",98.20826,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2013","2013",95.83477,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2014","2014",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","1990","1990",99.63391,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","1991","1991",99.0822,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","1992","1992",98.69456,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","1994","1994",99.28142,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","1995","1995",99.5308,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","2013","2013",98.40896,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","2014","2014",98.07527,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","2015","2015",98.64482,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","2016","2016",98.04473,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","1994","1994",96.7505,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","1995","1995",93.06788,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2006","2006",92.06442,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2007","2007",92.93451,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2008","2008",97.33673,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2009","2009",98.40475,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2011","2011",99.18164,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2012","2012",99.08573,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2013","2013",99.1606,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2014","2014",97.90808,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2015","2015",99.12332,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2016","2016",99.33771,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1996","1996",61.29394,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1997","1997",62.53395,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1999","1999",64.60077,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2000","2000",64.241,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2001","2001",68.30942,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2002","2002",69.2531,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2003","2003",61.60898,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2009","2009",61.06568,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2013","2013",72.10706,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2014","2014",78.50415,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2015","2015",82.42381,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2016","2016",92.32707,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2017","2017",93.09482,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","1999","1999",98.9977,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2000","2000",99.07878,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2001","2001",99.71912,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2002","2002",99.66888,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2003","2003",99.69812,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2004","2004",99.90475,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2005","2005",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2008","2008",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2013","2013",99.96807,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2017","2017",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","1990","1990",39.50607,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","1992","1992",49.21298,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","1993","1993",53.21355,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","1994","1994",54.48041,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","1995","1995",56.8919,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","1996","1996",59.11845,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","1997","1997",62.47886,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2003","2003",84.60479,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2004","2004",87.73149,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2005","2005",83.75604,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2006","2006",86.81449,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2008","2008",90.1357,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2009","2009",94.2321,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2010","2010",94.92278,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2011","2011",94.94096,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2012","2012",95.65867,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2013","2013",95.95512,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2014","2014",96.36037,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2016","2016",96.90271,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2017","2017",97.03366,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUV","Tuvalu","2014","2014",99.66092,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUV","Tuvalu","2015","2015",99.59743,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUV","Tuvalu","2016","2016",97.77996,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","1997","1997",74.53366,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","1999","1999",86.63754,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2000","2000",88.36531,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2001","2001",86.97571,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2002","2002",89.56636,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2004","2004",93.4621,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2005","2005",94.58209,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2006","2006",95.83496,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2007","2007",96.4167,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2008","2008",96.08527,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2009","2009",98.44043,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2010","2010",97.36339,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2011","2011",95.13583,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2012","2012",92.20559,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2013","2013",89.89768,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2014","2014",88.0131,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2015","2015",87.75688,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2016","2016",87.10776,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2017","2017",88.09776,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","1995","1995",80.25475,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","1996","1996",84.03193,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","1997","1997",83.93936,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","1998","1998",87.46285,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","1999","1999",89.78462,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2000","2000",91.86485,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2001","2001",92.95318,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2002","2002",92.10091,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2003","2003",85.39397,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2004","2004",92.81378,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2005","2005",91.80266,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2006","2006",96.82204,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2007","2007",97.63275,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2008","2008",98.42397,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2009","2009",96.75815,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2010","2010",98.24652,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2011","2011",98.65421,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2012","2012",98.17957,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2013","2013",96.08643,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2014","2014",96.4206,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2015","2015",98.29495,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2016","2016",99.35215,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2017","2017",99.39635,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DMA","Dominica","2004","2004",99.78987,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DMA","Dominica","2005","2005",97.03656,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DMA","Dominica","2006","2006",95.91195,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DMA","Dominica","2007","2007",89.10196,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DMA","Dominica","2008","2008",89.43249,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DMA","Dominica","2009","2009",98.76765,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DMA","Dominica","2016","2016",98.94583,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",94.00592,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",93.14868,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",99.14067,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",98.71248,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",98.34569,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",98.02502,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",98.32974,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",98.43679,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1991","1991",96.17142,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1992","1992",96.14938,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1993","1993",91.32005,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1994","1994",83.26495,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1995","1995",84.66302,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1996","1996",93.50836,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1997","1997",90.12694,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1998","1998",88.72601,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1999","1999",92.1411,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2000","2000",88.23962,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2001","2001",85.4634,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2002","2002",84.91034,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2003","2003",83.3463,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2004","2004",84.28326,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2005","2005",83.95354,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2006","2006",83.77201,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2007","2007",83.45841,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2008","2008",83.98751,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2009","2009",85.5189,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2010","2010",84.72605,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2011","2011",87.26808,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2012","2012",89.29003,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2013","2013",93.67068,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2014","2014",94.8121,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2015","2015",94.26275,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2016","2016",94.96529,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2017","2017",94.05446,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","1998","1998",96.04688,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","1999","1999",96.03198,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2000","2000",96.52031,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2001","2001",96.58398,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2002","2002",96.8235,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2003","2003",97.1285,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2004","2004",96.76981,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2005","2005",96.89335,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2006","2006",96.87705,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2007","2007",96.65592,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2008","2008",95.07515,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2009","2009",98.18422,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2010","2010",95.72538,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2011","2011",93.41633,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2012","2012",90.17075,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2013","2013",90.06026,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2014","2014",89.93486,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2015","2015",90.55058,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2016","2016",91.3951,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2017","2017",93.00806,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1990","1990",99.0113,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1991","1991",99.56338,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1992","1992",99.47676,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1993","1993",99.79167,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1994","1994",99.42483,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1995","1995",99.11379,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1996","1996",97.91229,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1997","1997",96.27961,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1999","1999",95.75204,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","2000","2000",96.6708,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","2001","2001",98.07951,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","2005","2005",99.07254,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","2006","2006",98.59748,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","2007","2007",97.87776,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","2008","2008",98.37767,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","2009","2009",98.94261,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","1994","1994",97.32543,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","1996","1996",98.44095,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","1997","1997",98.86128,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","1998","1998",99.19494,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2003","2003",97.3335,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2004","2004",95.4928,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2005","2005",95.67484,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2006","2006",96.88257,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2007","2007",98.4981,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2008","2008",99.60035,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2010","2010",99.58291,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2011","2011",98.9773,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2012","2012",98.45287,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2013","2013",97.81642,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2014","2014",97.7809,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2015","2015",98.62334,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2016","2016",99.45037,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1990","1990",97.32402,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1991","1991",97.67255,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1992","1992",94.73369,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1993","1993",89.58694,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1994","1994",87.22965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1995","1995",87.92818,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1996","1996",85.05253,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1997","1997",81.56646,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1998","1998",81.89296,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2007","2007",93.52603,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2012","2012",93.85331,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2013","2013",92.7437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2014","2014",94.20683,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2015","2015",95.298,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2016","2016",97.97341,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","1990","1990",82.80944,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","1991","1991",83.56382,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","1992","1992",83.59118,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","1993","1993",82.55524,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","1994","1994",81.55472,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","1995","1995",89.10653,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","1996","1996",90.91923,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","1999","1999",99.2833,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2000","2000",98.91859,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2001","2001",98.71987,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2002","2002",98.70005,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2003","2003",98.6765,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2010","2010",98.88062,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2011","2011",98.96714,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2012","2012",98.83781,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2013","2013",99.38984,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2014","2014",99.43161,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2015","2015",99.40608,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2016","2016",99.70451,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2008","2008",69.35402,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2009","2009",77.16822,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2010","2010",86.74269,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2011","2011",91.98119,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2012","2012",91.33514,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2013","2013",91.17256,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2014","2014",89.83023,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2015","2015",87.34895,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2016","2016",83.85321,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2017","2017",82.91982,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1990","1990",69.47096,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1991","1991",69.83848,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1992","1992",70.93514,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1993","1993",73.29645,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1994","1994",73.88656,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1995","1995",75.49186,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1996","1996",78.67639,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1997","1997",78.73949,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1998","1998",80.39299,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1999","1999",82.44542,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2000","2000",83.45599,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2001","2001",84.35997,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2002","2002",85.13271,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2003","2003",84.57941,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2009","2009",99.50163,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2011","2011",95.80452,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2012","2012",97.27066,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2013","2013",98.02561,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2014","2014",97.63854,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2015","2015",97.52541,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2016","2016",98.45141,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2017","2017",98.53521,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1990","1990",45.67979,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1991","1991",45.62435,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1992","1992",46.52733,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1993","1993",48.74484,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1994","1994",51.65085,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1995","1995",54.69077,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1996","1996",57.28802,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1997","1997",59.17649,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1998","1998",60.08084,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1999","1999",66.14799,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2000","2000",71.84968,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2001","2001",76.85037,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2002","2002",81.68859,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2003","2003",83.48949,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2004","2004",83.64729,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2005","2005",84.80072,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2006","2006",86.27146,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2007","2007",87.91784,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2008","2008",88.81612,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2009","2009",88.96525,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2010","2010",92.03638,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2011","2011",93.19868,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2012","2012",92.59184,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2013","2013",94.01582,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2014","2014",93.34486,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2016","2016",94.4087,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2017","2017",96.65144,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","1993","1993",94.16968,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","1995","1995",88.95977,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","1998","1998",99.9094,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2004","2004",98.39574,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2005","2005",98.05867,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2006","2006",98.05845,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2007","2007",97.96461,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2008","2008",97.76319,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2009","2009",97.96518,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2010","2010",97.95048,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2011","2011",98.01159,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2012","2012",93.04634,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2013","2013",95.63164,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2014","2014",94.92102,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2015","2015",97.51498,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2016","2016",98.97342,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2017","2017",98.90805,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2018","2018",98.95546,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","1990","1990",95.62017,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","1991","1991",96.17548,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","1992","1992",96.37626,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","1993","1993",96.80467,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","1994","1994",95.65294,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","1995","1995",96.64849,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","1996","1996",98.36965,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","1997","1997",99.16958,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","2011","2011",98.21083,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","2012","2012",98.00989,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","2013","2013",99.40328,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","2014","2014",98.82537,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","2015","2015",98.48684,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","2016","2016",97.5698,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBR","Liberia","1999","1999",40.83953,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBR","Liberia","2006","2006",35.27205,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBR","Liberia","2008","2008",41.39889,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBR","Liberia","2009","2009",38.64459,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBR","Liberia","2011","2011",39.88363,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBR","Liberia","2014","2014",37.19298,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBR","Liberia","2015","2015",36.35016,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","1999","1999",70.22443,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","2003","2003",82.6828,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","2004","2004",85.03996,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","2005","2005",85.84141,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","2008","2008",83.00523,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","2010","2010",89.24266,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","2012","2012",91.94109,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","2013","2013",92.16723,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","2016","2016",88.48869,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","1999","1999",99.03472,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2000","2000",98.22612,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2001","2001",97.70037,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2002","2002",97.84491,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2003","2003",96.15385,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2004","2004",96.85886,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2005","2005",98.67084,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2006","2006",99.2361,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2007","2007",99.25831,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2008","2008",98.64324,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2010","2010",96.54048,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2011","2011",96.18403,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2012","2012",96.65457,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2013","2013",96.81417,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2014","2014",96.8471,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2015","2015",98.71354,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2016","2016",99.51126,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","1991","1991",72.77757,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","1999","1999",96.95432,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2000","2000",97.52538,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2001","2001",93.74045,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2002","2002",93.91291,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2004","2004",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2005","2005",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2008","2008",99.64947,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2009","2009",99.46389,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2010","2010",99.26298,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2011","2011",99.39844,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2012","2012",96.35403,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2013","2013",93.18579,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2014","2014",92.46755,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2015","2015",95.07589,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2016","2016",93.91684,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2017","2017",94.09504,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","1990","1990",98.64874,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","1991","1991",98.65077,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","1993","1993",96.71166,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","1994","1994",96.07854,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","1995","1995",97.03785,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","1996","1996",95.92057,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","1999","1999",97.81864,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2000","2000",97.71185,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2001","2001",98.42669,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2002","2002",97.36396,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2003","2003",97.74179,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2004","2004",98.06465,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2005","2005",99.51711,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2006","2006",99.30372,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2007","2007",99.77238,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2008","2008",99.62092,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2009","2009",98.33983,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2010","2010",97.63436,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2011","2011",96.38975,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2012","2012",97.26517,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2013","2013",97.50924,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2014","2014",97.97434,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2015","2015",98.19414,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2016","2016",99.64003,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1991","1991",90.62136,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1992","1992",91.54118,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1993","1993",93.23409,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1994","1994",93.69885,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1995","1995",97.85773,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2010","2010",99.08159,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2011","2011",98.77467,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2013","2013",99.50863,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2017","2017",100,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2005","2005",83.50676,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2006","2006",85.81267,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2007","2007",83.72124,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2008","2008",90.71965,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2009","2009",95.06156,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2010","2010",93.65656,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2011","2011",92.72659,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2012","2012",93.60537,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2013","2013",93.50438,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2014","2014",94.12829,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2015","2015",95.29777,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2016","2016",96.78356,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2017","2017",92.08344,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","1990","1990",76.27655,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","1992","1992",80.52948,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","1998","1998",85.06505,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","1999","1999",84.88509,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2000","2000",86.63849,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2001","2001",87.35894,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2002","2002",88.40879,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2003","2003",88.17719,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2004","2004",85.67087,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2005","2005",85.60945,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2006","2006",83.4786,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2007","2007",85.60488,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2008","2008",85.26816,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2009","2009",85.22921,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2010","2010",85.14014,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2012","2012",87.31037,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2013","2013",89.84904,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2017","2017",96.52979,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","1999","1999",85.81115,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2000","2000",87.30002,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2002","2002",96.45594,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2003","2003",93.35347,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2004","2004",84.8091,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2005","2005",85.98628,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2006","2006",84.26671,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2007","2007",91.14697,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2008","2008",87.5139,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2009","2009",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2010","2010",98.10302,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2011","2011",96.4888,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2012","2012",95.12799,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2013","2013",94.54835,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2014","2014",92.62503,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2015","2015",96.01235,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2016","2016",95.40851,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2017","2017",94.5992,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1990","1990",95.18573,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1991","1991",97.73862,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1992","1992",97.48633,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1993","1993",95.86266,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1994","1994",95.30892,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1995","1995",94.18283,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1996","1996",95.11089,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1998","1998",98.58649,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1999","1999",99.70515,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","2000","2000",99.91953,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","2012","2012",99.47059,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","2013","2013",99.44992,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","2014","2014",99.40451,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","2015","2015",99.5981,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","2016","2016",99.96224,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","1992","1992",96.68727,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","1994","1994",97.12163,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","1995","1995",95.78046,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","1996","1996",92.9044,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","1997","1997",93.33844,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","1998","1998",94.57136,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","1999","1999",94.55008,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2000","2000",94.8871,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2001","2001",98.05934,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2002","2002",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2003","2003",99.89916,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2004","2004",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2008","2008",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2009","2009",99.62022,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2013","2013",98.45285,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2015","2015",98.38975,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2016","2016",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","1997","1997",84.19539,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","1998","1998",99.79359,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","1999","1999",99.07918,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2000","2000",99.6043,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2001","2001",99.1381,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2002","2002",99.39347,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2003","2003",98.49845,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2004","2004",96.63286,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2005","2005",92.3423,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2006","2006",89.44864,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2007","2007",90.41709,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2008","2008",91.26326,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2009","2009",92.4845,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2010","2010",94.03683,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2011","2011",94.04449,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2012","2012",91.03676,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2013","2013",90.03186,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2014","2014",88.53975,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2015","2015",84.845,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2016","2016",85.79037,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2017","2017",89.94653,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2009","2009",90.60605,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2010","2010",96.4371,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2011","2011",96.56999,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2012","2012",99.6708,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2013","2013",95.59287,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2014","2014",94.85248,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2015","2015",99.29936,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2016","2016",97.71597,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","1990","1990",86.83554,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","1991","1991",86.64003,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","1992","1992",86.0317,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","1993","1993",85.80588,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","1994","1994",85.88601,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","1995","1995",86.13397,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","1996","1996",86.8246,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","1998","1998",99.16082,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","2001","2001",99.65111,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","2010","2010",99.58863,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","2011","2011",97.7316,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","2012","2012",99.69027,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","2013","2013",99.62456,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","2014","2014",99.55784,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","2016","2016",99.98185,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","1990","1990",92.13541,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","1991","1991",94.23542,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","1992","1992",95.01185,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","1993","1993",95.47034,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","1994","1994",91.80748,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","1996","1996",95.22291,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","1999","1999",97.27999,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2000","2000",98.24423,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2001","2001",98.18588,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2002","2002",96.46126,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2003","2003",95.60997,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2004","2004",95.2002,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2005","2005",95.8036,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2006","2006",94.07464,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2007","2007",92.22957,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2008","2008",90.60354,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2009","2009",89.6712,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2010","2010",89.52011,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2011","2011",89.61732,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2012","2012",89.04814,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HTI","Haiti","1997","1997",57.33735,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2005","2005",83.50676,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2006","2006",85.81267,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2007","2007",83.72124,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2008","2008",90.84026,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2009","2009",95.20661,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2010","2010",93.77548,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2011","2011",92.82243,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2012","2012",93.71212,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2013","2013",93.58402,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2014","2014",94.20134,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2015","2015",95.41995,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2016","2016",96.87806,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2017","2017",92.19893,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2007","2007",95.01117,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2008","2008",94.60779,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2009","2009",92.6399,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2010","2010",93.31095,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2011","2011",92.06325,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2012","2012",91.50319,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2013","2013",90.74811,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2014","2014",90.89244,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2015","2015",91.69675,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2016","2016",93.0752,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2017","2017",94.93226,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","1990","1990",96.02134,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","1991","1991",95.31539,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","1992","1992",95.50203,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","1993","1993",93.07034,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","1994","1994",92.24949,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","1995","1995",91.64531,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","1997","1997",92.04452,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","1999","1999",94.9789,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2000","2000",95.85532,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2001","2001",96.39444,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2002","2002",96.7181,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2003","2003",97.151,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2004","2004",97.47793,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2005","2005",97.79317,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2006","2006",98.05828,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2007","2007",98.51147,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2008","2008",97.72824,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2009","2009",95.32373,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2010","2010",96.06363,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2011","2011",95.21294,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2012","2012",93.84251,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2013","2013",93.53562,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2014","2014",94.8837,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2015","2015",94.97289,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2016","2016",94.44043,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2005","2005",99.51545,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2011","2011",96.63717,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2013","2013",97.273,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2015","2015",98.78065,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2016","2016",98.08805,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2017","2017",98.88889,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1997","1997",83.12098,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1998","1998",84.97658,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1999","1999",86.91434,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2000","2000",92.68261,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2003","2003",97.70775,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2006","2006",94.85522,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2007","2007",95.91087,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2008","2008",94.60074,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2010","2010",93.64029,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2011","2011",97.5188,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2012","2012",97.40675,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2014","2014",95.06861,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2015","2015",95.28891,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2016","2016",92.78161,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2017","2017",90.56157,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1990","1990",51.7849,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1991","1991",51.01092,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1992","1992",50.99429,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1993","1993",50.42013,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1994","1994",49.43914,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1995","1995",49.27218,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1996","1996",49.36093,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1997","1997",49.8208,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1998","1998",49.38914,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1999","1999",49.82448,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2000","2000",53.18286,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2001","2001",56.93475,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2002","2002",70.71963,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2003","2003",78.40241,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2004","2004",82.62569,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2005","2005",86.8368,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2006","2006",92.53471,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2008","2008",94.07244,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2010","2010",88.07776,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2012","2012",83.15736,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2013","2013",81.20093,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2014","2014",80.22821,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2016","2016",82.07668,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2017","2017",82.07668,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","1992","1992",46.59158,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","1994","1994",67.64691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","1996","1996",85.32331,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","1997","1997",83.9743,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","1999","1999",91.32423,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2000","2000",92.03444,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2001","2001",95.53689,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2002","2002",98.48535,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2004","2004",99.91583,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2005","2005",94.51085,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2007","2007",96.65809,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2008","2008",97.63004,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2010","2010",97.97162,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2011","2011",98.56106,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2012","2012",99.47117,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2013","2013",99.30433,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2014","2014",99.33356,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2015","2015",99.66873,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2016","2016",98.57796,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2017","2017",93.09953,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","THA","Thailand","2006","2006",99.68809,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","THA","Thailand","2007","2007",99.23902,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","THA","Thailand","2008","2008",98.60382,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","THA","Thailand","2009","2009",98.23624,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","1990","1990",28.6081,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","1991","1991",29.22609,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","1992","1992",26.5711,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","1997","1997",29.36257,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","1998","1998",29.46443,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","1999","1999",31.23718,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2000","2000",31.84325,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2001","2001",36.1276,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2002","2002",40.49651,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2003","2003",44.58443,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2004","2004",48.63796,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2005","2005",48.09436,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2006","2006",49.29831,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2007","2007",50.3746,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2008","2008",53.31698,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2009","2009",57.07854,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2010","2010",61.16965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2011","2011",65.92439,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2012","2012",66.77459,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2013","2013",66.24781,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2014","2014",65.84318,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2015","2015",67.56633,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2016","2016",68.57253,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2017","2017",71.40442,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","1996","1996",93.97737,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","1999","1999",94.76135,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2000","2000",93.67316,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2001","2001",94.91565,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2002","2002",94.76652,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2003","2003",94.53254,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2004","2004",98.7621,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2005","2005",96.27081,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2006","2006",97.71537,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2007","2007",96.56038,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2008","2008",95.99551,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2009","2009",95.12661,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2010","2010",96.07279,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2011","2011",95.84837,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2012","2012",99.7691,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2013","2013",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2017","2017",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1990","1990",90.99487,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1991","1991",90.73129,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1992","1992",88.98564,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1993","1993",87.14972,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1994","1994",86.47749,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1995","1995",87.604,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1996","1996",86.77989,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1997","1997",87.34529,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1998","1998",94.06336,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1999","1999",94.60049,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2000","2000",95.82367,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2001","2001",94.64761,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2002","2002",94.86078,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2003","2003",94.90856,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2004","2004",94.59493,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2005","2005",93.51101,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2006","2006",92.94593,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2007","2007",92.99759,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2010","2010",94.16567,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2011","2011",94.46459,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2012","2012",94.50995,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2013","2013",94.3544,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2014","2014",93.15789,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2015","2015",96.14833,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2016","2016",93.41945,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","1995","1995",82.28936,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","1996","1996",83.24985,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","1997","1997",83.49405,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2004","2004",88.50321,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2005","2005",88.31481,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2006","2006",92.01276,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2007","2007",96.39282,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2008","2008",94.93183,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2009","2009",94.77884,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2011","2011",96.56367,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2012","2012",97.59214,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2013","2013",99.27793,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2014","2014",99.46095,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2017","2017",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1990","1990",92.48223,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1991","1991",91.98739,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1992","1992",93.96796,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1993","1993",94.86295,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1994","1994",97.20771,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1995","1995",97.03024,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1996","1996",99.46096,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1997","1997",99.30511,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1998","1998",98.93756,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1999","1999",99.16084,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2000","2000",98.52321,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2001","2001",97.82343,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2002","2002",97.21141,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2003","2003",95.1349,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2004","2004",95.09163,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2005","2005",94.59338,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2006","2006",94.26749,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2007","2007",97.07421,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2008","2008",97.81489,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2009","2009",99.86604,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2012","2012",99.53701,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2013","2013",99.63668,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2014","2014",96.44831,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2015","2015",95.55186,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2016","2016",95.80721,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2017","2017",97.10984,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","1990","1990",88.74613,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2000","2000",91.04334,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2001","2001",90.20978,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2002","2002",89.44898,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2003","2003",89.99512,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2007","2007",97.66641,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2008","2008",96.4151,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2009","2009",94.54788,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2010","2010",95.31672,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2011","2011",94.50242,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2012","2012",96.35576,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2013","2013",97.08727,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2005","2005",99.70359,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2006","2006",99.86248,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2007","2007",98.34468,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2008","2008",97.99807,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2009","2009",96.088,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2010","2010",94.53637,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2011","2011",97.1249,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2012","2012",96.16415,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2013","2013",96.34152,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2014","2014",98.58827,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2015","2015",99.20623,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2016","2016",99.16856,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2017","2017",98.56031,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1991","1991",99.41276,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1992","1992",97.00848,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1993","1993",98.02282,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1994","1994",97.93228,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1995","1995",99.10958,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1996","1996",99.858,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1997","1997",99.60338,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1998","1998",99.94365,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1999","1999",99.73827,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2000","2000",98.11705,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2001","2001",95.02498,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2002","2002",94.75771,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2003","2003",93.38639,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2004","2004",92.87957,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2005","2005",90.60345,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2006","2006",92.30179,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2011","2011",92.37585,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2012","2012",93.15197,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2013","2013",94.37976,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2014","2014",96.32692,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2015","2015",98.65022,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2016","2016",98.78341,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2017","2017",99.61563,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","1990","1990",96.68877,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","1999","1999",81.40473,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2002","2002",96.46351,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2003","2003",97.79365,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2004","2004",98.98691,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2005","2005",98.79598,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2007","2007",89.60605,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2008","2008",90.66667,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2009","2009",91.5386,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2010","2010",91.56863,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2013","2013",90.84293,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2014","2014",91.40678,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2015","2015",91.37821,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2017","2017",96.99594,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2003","2003",97.32857,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2005","2005",97.83755,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2006","2006",97.92023,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2007","2007",95.88454,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2008","2008",95.68817,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2012","2012",97.85907,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2015","2015",95.47068,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2016","2016",93.06334,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2017","2017",96.67019,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2000","2000",91.17327,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2001","2001",92.47719,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2002","2002",90.94118,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2003","2003",92.92707,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2004","2004",91.46523,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2005","2005",91.52601,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2006","2006",90.62948,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2007","2007",96.97556,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2008","2008",91.35499,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2009","2009",89.33432,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2010","2010",89.07251,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2017","2017",95.39447,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","1991","1991",96.1762,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","1999","1999",99.71474,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2003","2003",99.76401,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2004","2004",99.77726,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2005","2005",99.79142,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2006","2006",99.78902,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2007","2007",99.78265,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2008","2008",99.70831,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2009","2009",99.72201,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2010","2010",99.73649,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2011","2011",99.78265,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2012","2012",99.84079,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2013","2013",99.8545,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2014","2014",99.87164,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2015","2015",99.89378,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2016","2016",99.89457,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1990","1990",91.88461,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1991","1991",89.69107,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1992","1992",89.23525,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1993","1993",88.53266,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1996","1996",88.74022,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1997","1997",88.83834,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1999","1999",98.32206,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2000","2000",98.68084,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2001","2001",98.10549,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2002","2002",95.4751,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2003","2003",95.8479,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2004","2004",96.68633,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2005","2005",93.66074,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2007","2007",96.17866,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2008","2008",97.72514,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2009","2009",96.70825,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2010","2010",98.39894,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1990","1990",99.78042,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1991","1991",99.74355,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1992","1992",99.58179,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1993","1993",99.35114,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1994","1994",99.00285,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1995","1995",98.50498,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1996","1996",98.22801,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1997","1997",98.53438,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1998","1998",98.39601,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1999","1999",98.62279,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2000","2000",99.19844,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2001","2001",98.18776,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2002","2002",97.90644,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2003","2003",98.68992,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2004","2004",98.60365,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2005","2005",99.75883,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2006","2006",99.79364,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2007","2007",99.86739,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2008","2008",99.97317,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2009","2009",99.61633,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2010","2010",99.80316,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2011","2011",99.57614,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2012","2012",97.32505,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2013","2013",94.47496,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2014","2014",94.7001,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2015","2015",97.36834,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2016","2016",96.56624,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1990","1990",69.47096,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1991","1991",69.83848,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1992","1992",70.93514,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1993","1993",73.29645,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1994","1994",73.88656,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1995","1995",75.49186,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1996","1996",78.67639,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1997","1997",78.73949,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1998","1998",80.39299,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1999","1999",82.44655,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2000","2000",83.46855,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2001","2001",84.36627,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2002","2002",85.14078,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2003","2003",84.58635,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2009","2009",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2011","2011",98.06705,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2012","2012",99.30887,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2013","2013",99.8013,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2014","2014",99.45834,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2015","2015",99.41084,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2016","2016",99.64572,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2017","2017",99.46743,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","1990","1990",97.08223,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","1991","1991",95.42091,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","1993","1993",93.58948,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","1999","1999",91.24229,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","2000","2000",92.75489,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","2001","2001",92.73641,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","2002","2002",91.58416,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","2003","2003",90.24662,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","2004","2004",92.46758,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","1990","1990",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","1999","1999",82.37551,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2002","2002",98.63705,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2003","2003",99.07986,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2004","2004",99.94972,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2005","2005",99.84345,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2007","2007",88.92407,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2008","2008",90.2858,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2009","2009",89.83794,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2010","2010",90.57857,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2013","2013",90.63894,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2014","2014",91.65333,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2015","2015",92.42975,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2017","2017",97.26132,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JOR","Jordan","1999","1999",90.27999,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JOR","Jordan","2000","2000",91.33078,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JOR","Jordan","2002","2002",93.89865,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JOR","Jordan","2003","2003",95.03225,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JOR","Jordan","2004","2004",94.81328,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","1994","1994",22.6431,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","1995","1995",26.407,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","1996","1996",31.79984,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","1998","1998",40.26406,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","1999","1999",42.27711,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2000","2000",45.93273,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2001","2001",49.80668,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2002","2002",51.7587,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2003","2003",52.16133,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2004","2004",54.0846,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2005","2005",64.44042,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2006","2006",68.4183,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2007","2007",73.44423,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2008","2008",79.04041,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2009","2009",77.96313,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2010","2010",76.16722,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2011","2011",80.41736,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2012","2012",81.60716,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2014","2014",89.15534,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2015","2015",89.13716,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","1992","1992",38.27604,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","1993","1993",41.58852,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","1996","1996",52.74527,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","1998","1998",58.24857,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","1999","1999",69.9049,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2000","2000",68.90091,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2001","2001",71.09073,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2002","2002",69.04351,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2003","2003",74.83454,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2004","2004",76.29953,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2005","2005",74.12602,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2006","2006",78.51477,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2007","2007",78.54381,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2008","2008",74.61169,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2010","2010",71.32773,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2011","2011",71.7254,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2012","2012",74.69117,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2013","2013",70.62888,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2014","2014",74.02255,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2015","2015",77.322,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2016","2016",79.83273,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2017","2017",82.58568,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2018","2018",83.41252,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","1999","1999",96.17474,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2008","2008",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2009","2009",99.17154,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2010","2010",99.20635,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2011","2011",99.28084,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2012","2012",98.69957,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2013","2013",98.38855,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2014","2014",98.31099,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2015","2015",98.29063,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2016","2016",98.62211,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2017","2017",98.88344,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",91.7936,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",92.47391,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",99.68401,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",99.6998,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",99.61318,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",99.63999,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",98.87654,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",98.70727,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","1994","1994",63.30942,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2000","2000",64.8426,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2001","2001",71.54407,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2002","2002",69.21467,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2003","2003",67.11783,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2008","2008",46.75576,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2009","2009",45.55095,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2010","2010",44.7819,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2011","2011",45.81602,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2012","2012",47.1531,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2015","2015",44.55404,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","1994","1994",91.53608,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","1995","1995",90.49693,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","1996","1996",78.41574,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","1997","1997",86.99358,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","1998","1998",95.9623,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","1999","1999",96.10214,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2000","2000",96.56954,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2001","2001",96.93633,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2002","2002",97.04341,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2003","2003",95.92072,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2004","2004",95.55891,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2005","2005",96.34767,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2006","2006",96.95997,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2007","2007",96.14854,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2008","2008",97.0107,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2009","2009",97.49913,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2010","2010",97.26769,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2011","2011",96.62205,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2012","2012",96.12271,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2013","2013",95.96262,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2014","2014",96.18072,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2015","2015",96.35485,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2016","2016",96.86148,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGD","Bangladesh","1990","1990",77.93072,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGD","Bangladesh","2005","2005",92.55315,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGD","Bangladesh","2006","2006",92.50831,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGD","Bangladesh","2008","2008",91.40438,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGD","Bangladesh","2009","2009",89.60678,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGD","Bangladesh","2010","2010",90.08332,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGD","Bangladesh","2017","2017",92.1481,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","1990","1990",92.13541,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","1991","1991",94.23542,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","1992","1992",95.01185,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","1993","1993",95.47034,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","1994","1994",91.80748,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","1996","1996",95.22291,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","1999","1999",99.03943,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2000","2000",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2002","2002",98.42886,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2003","2003",97.78299,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2004","2004",97.29355,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2005","2005",97.6765,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2006","2006",96.02991,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2007","2007",94.05242,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2008","2008",92.27362,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2009","2009",91.08423,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2010","2010",90.93612,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2011","2011",90.96906,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2012","2012",90.4244,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1990","1990",95.53484,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1991","1991",97.54184,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1992","1992",97.30131,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1993","1993",95.28579,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1994","1994",94.3394,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1995","1995",93.52788,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1996","1996",94.42892,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1998","1998",98.3882,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1999","1999",99.7777,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HTI","Haiti","1997","1997",57.33735,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","1998","1998",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","1999","1999",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2004","2004",99.69833,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2005","2005",99.92842,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2006","2006",99.95041,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2009","2009",98.80979,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2010","2010",96.22788,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2011","2011",93.8807,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2012","2012",91.24818,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2013","2013",90.84646,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2014","2014",90.60087,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2015","2015",90.82966,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2016","2016",91.5516,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2017","2017",93.09357,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","1994","1994",97.32543,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","1996","1996",98.44095,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","1997","1997",98.86128,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","1998","1998",99.19494,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","1999","1999",97.72513,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2000","2000",97.82019,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2001","2001",98.50543,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2002","2002",98.54458,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2003","2003",97.3335,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2004","2004",95.4928,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2005","2005",95.67484,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2006","2006",96.88257,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2007","2007",98.4981,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2008","2008",99.60713,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2010","2010",99.58974,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2011","2011",98.98411,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2012","2012",98.45966,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2013","2013",97.83664,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2014","2014",97.78758,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2015","2015",98.63657,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2016","2016",99.45691,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2003","2003",99.27602,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2004","2004",99.57471,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2006","2006",98.89952,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2007","2007",98.90215,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2008","2008",99.2176,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2009","2009",98.5204,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2010","2010",99.23579,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2011","2011",98.74935,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2012","2012",98.47929,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2014","2014",97.65833,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2015","2015",99.96651,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2016","2016",99.67552,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","1990","1990",83.79906,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","1991","1991",84.64483,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","1992","1992",84.6902,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","1993","1993",84.13743,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","1994","1994",83.37395,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","1995","1995",88.61247,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","1996","1996",90.65813,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","1999","1999",99.69332,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2000","2000",99.69748,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2001","2001",99.75809,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2002","2002",99.78436,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2003","2003",99.81484,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2010","2010",99.31767,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2011","2011",99.51996,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2012","2012",99.60936,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2013","2013",99.88952,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2014","2014",99.88305,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2015","2015",99.85906,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2016","2016",99.81835,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PNG","Papua New Guinea","2012","2012",71.22858,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PNG","Papua New Guinea","2016","2016",77.70604,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","1999","1999",96.88095,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2000","2000",96.74953,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2001","2001",96.38984,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2002","2002",95.45345,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2003","2003",94.44349,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2004","2004",93.64156,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2005","2005",93.01251,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2006","2006",93.11642,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2007","2007",93.24818,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2008","2008",93.52202,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2009","2009",94.26729,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2010","2010",94.75778,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2011","2011",94.77007,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2012","2012",95.27217,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2013","2013",95.55817,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2014","2014",95.30236,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2015","2015",95.1066,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2016","2016",95.50711,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","1994","1994",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","1998","1998",98.05795,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","1999","1999",97.64605,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2000","2000",99.32211,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2001","2001",99.57922,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2002","2002",99.22543,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2003","2003",99.67173,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2004","2004",97.63831,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2005","2005",99.15513,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2015","2015",99.04364,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1993","1993",87.90249,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1994","1994",90.87542,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1995","1995",91.66233,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1996","1996",92.05772,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1998","1998",99.45431,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2000","2000",93.13728,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2001","2001",86.05774,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2002","2002",93.39468,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2003","2003",95.10288,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2004","2004",95.37721,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2005","2005",95.51737,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","1990","1990",98.34533,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","1991","1991",98.62825,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","1993","1993",96.76664,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","1994","1994",95.74716,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","1995","1995",96.9449,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","1996","1996",95.70512,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","1999","1999",97.93124,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2000","2000",97.83366,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2001","2001",97.99495,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2002","2002",97.32489,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2003","2003",97.56648,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2004","2004",97.77793,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2005","2005",99.23454,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2006","2006",98.68435,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2007","2007",99.55501,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2008","2008",99.70673,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2009","2009",97.75749,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2010","2010",97.58749,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2011","2011",95.8711,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2012","2012",97.51406,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2013","2013",97.73349,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2014","2014",97.67179,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2015","2015",98.30105,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2016","2016",99.70812,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1996","1996",93.94392,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1997","1997",95.01155,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1998","1998",97.46702,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1999","1999",98.08024,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2000","2000",97.63294,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2001","2001",97.63023,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2002","2002",96.52694,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2003","2003",96.66831,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2004","2004",97.2336,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2005","2005",95.97069,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2006","2006",96.93964,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2007","2007",99.76948,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2008","2008",99.9409,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2009","2009",99.63684,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2010","2010",99.82327,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2011","2011",99.80481,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2012","2012",98.04474,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2013","2013",96.63148,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2014","2014",96.05627,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2015","2015",94.99842,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2016","2016",93.45689,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","1998","1998",96.16438,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","1999","1999",98.05755,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2000","2000",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2001","2001",99.36323,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2002","2002",99.48705,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2003","2003",99.8221,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2004","2004",99.68242,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2005","2005",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2006","2006",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2007","2007",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2008","2008",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2009","2009",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2010","2010",99.91931,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2011","2011",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2012","2012",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2013","2013",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2014","2014",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2015","2015",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2016","2016",100,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2002","2002",95.54701,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2004","2004",98.59472,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2005","2005",91.46391,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2007","2007",93.95063,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2008","2008",96.46783,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2009","2009",99.25497,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2013","2013",98.45533,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2014","2014",97.24038,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2015","2015",97.59585,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2016","2016",97.36759,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","1991","1991",67.92734,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","1992","1992",75.54685,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","1993","1993",76.411,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","1994","1994",77.52096,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","1995","1995",81.0354,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","1996","1996",86.27679,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","1998","1998",96.40335,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","1999","1999",98.73183,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2000","2000",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2001","2001",99.48047,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2002","2002",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2004","2004",99.64292,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2005","2005",99.95747,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2006","2006",99.93822,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2007","2007",99.79097,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2008","2008",99.82833,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2009","2009",99.73748,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2010","2010",99.63914,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2011","2011",99.67356,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2012","2012",96.57135,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2013","2013",93.07877,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2014","2014",92.25812,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2015","2015",94.98513,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2016","2016",93.58118,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2017","2017",93.68701,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2003","2003",99.22854,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2004","2004",99.43185,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2006","2006",98.85167,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2007","2007",98.90215,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2008","2008",99.2176,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2009","2009",98.5204,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2010","2010",99.18492,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2011","2011",98.69724,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2012","2012",98.47929,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2014","2014",97.49867,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2015","2015",99.80767,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2016","2016",99.31079,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","1990","1990",35.17,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","1991","1991",37.18403,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","1998","1998",47.97945,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","1999","1999",49.99677,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2000","2000",52.20842,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2001","2001",55.34644,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2002","2002",63.07774,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2003","2003",66.19337,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2004","2004",68.91421,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2005","2005",70.39075,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2006","2006",72.03868,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2007","2007",73.93876,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2008","2008",73.0691,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2009","2009",74.59389,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2010","2010",78.1451,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2011","2011",81.43729,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2012","2012",81.14298,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2013","2013",82.45635,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2014","2014",86.293,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2016","2016",86.30938,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","1992","1992",97.96123,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","1993","1993",98.80626,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","1994","1994",99.01581,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","1995","1995",99.9328,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","1999","1999",99.82186,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2000","2000",99.81445,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2001","2001",97.59441,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2002","2002",96.47259,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2003","2003",95.79683,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2004","2004",95.10547,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2005","2005",92.2918,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2006","2006",94.96169,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2011","2011",92.98872,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2012","2012",93.57231,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2013","2013",94.3114,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2014","2014",96.32068,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2015","2015",98.47636,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2016","2016",98.75164,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2017","2017",98.72717,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","1991","1991",96.53405,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","1992","1992",95.09398,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","1993","1993",97.66637,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","1994","1994",97.04167,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","1995","1995",97.07828,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","1996","1996",97.5397,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","1999","1999",99.13221,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2000","2000",99.19199,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2001","2001",99.1812,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2002","2002",98.94533,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2003","2003",97.96697,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2004","2004",96.35918,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2005","2005",95.99092,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2006","2006",96.3076,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2007","2007",97.2446,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2008","2008",97.84037,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2009","2009",97.77111,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2010","2010",97.5267,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2011","2011",97.6514,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2012","2012",97.99541,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2013","2013",98.0335,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2014","2014",97.97332,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2015","2015",98.38075,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2016","2016",98.66219,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","1995","1995",80.25475,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","1996","1996",84.03193,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","1997","1997",83.93936,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","1998","1998",87.46285,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","1999","1999",89.78462,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2000","2000",91.86485,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2001","2001",92.95318,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2002","2002",92.10091,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2003","2003",85.39397,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2004","2004",92.81378,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2005","2005",91.80266,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2006","2006",96.82204,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2007","2007",99.06637,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2009","2009",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2010","2010",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2011","2011",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2012","2012",99.76647,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2013","2013",97.19179,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2014","2014",97.10464,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2015","2015",98.99914,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2016","2016",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2017","2017",100,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MWI","Malawi","1999","1999",93.93959,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MWI","Malawi","2004","2004",99.01613,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MWI","Malawi","2005","2005",98.43177,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MWI","Malawi","2006","2006",97.44393,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MWI","Malawi","2007","2007",93.38706,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MWI","Malawi","2008","2008",99.24728,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MWI","Malawi","2009","2009",98.68938,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CRI","Costa Rica","1990","1990",87.95658,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CRI","Costa Rica","1991","1991",88.66804,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CRI","Costa Rica","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CRI","Costa Rica","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CRI","Costa Rica","2013","2013",99.19616,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CRI","Costa Rica","2014","2014",96.75929,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CRI","Costa Rica","2015","2015",96.70114,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CRI","Costa Rica","2016","2016",96.98752,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","1994","1994",96.9914,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","1998","1998",95.96182,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","1999","1999",97.59943,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2000","2000",98.27475,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2001","2001",97.72662,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2002","2002",96.5342,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2003","2003",97.0259,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2004","2004",99.26262,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2005","2005",99.50172,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2006","2006",94.28063,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2007","2007",94.55419,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2008","2008",95.39367,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2009","2009",95.03779,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2010","2010",96.59556,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2011","2011",97.31922,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2012","2012",99.12905,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2013","2013",99.82561,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2015","2015",99.4427,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2016","2016",99.02043,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2017","2017",98.44927,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","1995","1995",86.0757,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","1996","1996",89.90886,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","1999","1999",99.9837,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2000","2000",99.97796,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2001","2001",99.97669,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2003","2003",98.06214,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2004","2004",97.12825,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2005","2005",96.52021,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2006","2006",95.78034,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2007","2007",96.96103,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2008","2008",96.17617,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2009","2009",95.68056,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2010","2010",98.60802,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2011","2011",99.76989,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2012","2012",99.81295,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2013","2013",98.22084,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2014","2014",94.57792,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2015","2015",94.2754,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2016","2016",94.32773,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2005","2005",96.99077,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2011","2011",96.74306,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2013","2013",95.21471,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2015","2015",98.76851,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2016","2016",98.10735,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2017","2017",97.79099,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1992","1992",46.9865,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1994","1994",67.87883,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1996","1996",88.97302,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1997","1997",88.5098,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1998","1998",94.89096,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1999","1999",94.34537,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2000","2000",90.99809,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2001","2001",90.58577,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2002","2002",93.17917,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2003","2003",92.74503,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2004","2004",94.40781,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2005","2005",92.36492,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2007","2007",97.77835,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2008","2008",98.80189,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2010","2010",98.69143,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2011","2011",99.10008,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2012","2012",98.37233,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2013","2013",97.46783,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2014","2014",97.37966,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2015","2015",97.59156,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2016","2016",96.73618,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2017","2017",93.19527,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","1991","1991",92.00001,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","1992","1992",93.96114,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","1993","1993",94.65699,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","1994","1994",93.03484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","1995","1995",92.54347,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","1996","1996",92.04797,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","1997","1997",92.19711,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2005","2005",97.5638,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2006","2006",99.94732,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2007","2007",98.09974,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2008","2008",99.25718,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2009","2009",99.44372,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2010","2010",99.8424,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2013","2013",99.49687,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2014","2014",94.50714,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2015","2015",97.69772,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2016","2016",98.34596,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","1999","1999",96.45798,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2000","2000",96.70675,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2001","2001",96.15704,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2002","2002",98.10922,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2003","2003",97.8363,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2004","2004",98.15298,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2005","2005",97.70769,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2006","2006",97.14765,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2007","2007",96.0777,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2008","2008",98.23469,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2009","2009",98.70415,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2010","2010",98.84038,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2011","2011",98.59849,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2012","2012",98.59897,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2013","2013",97.54193,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2014","2014",96.21215,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2015","2015",95.66019,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2016","2016",95.86802,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2017","2017",98.88959,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","1990","1990",92.28523,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","1993","1993",92.63951,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","1998","1998",94.04305,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","1999","1999",93.41083,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","2001","2001",99.04268,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","2004","2004",98.10412,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","2005","2005",98.82917,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","2006","2006",98.91855,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","2012","2012",98.42276,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","2013","2013",96.05037,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","2014","2014",98.69209,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","2015","2015",99.93796,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","1999","1999",97.2424,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2000","2000",97.04599,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2001","2001",96.71048,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2002","2002",95.77048,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2003","2003",94.78616,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2004","2004",93.99534,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2005","2005",93.36136,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2006","2006",93.47761,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2007","2007",93.6075,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2008","2008",94.22011,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2009","2009",94.81505,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2010","2010",95.28051,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2011","2011",95.16849,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2012","2012",95.68619,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2013","2013",95.94119,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2014","2014",95.30236,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2015","2015",95.1066,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2016","2016",95.50711,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","1990","1990",84.49339,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","1991","1991",80.65712,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","1992","1992",77.54967,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","1993","1993",77.55951,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","1994","1994",82.26238,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","1998","1998",94.59602,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","1999","1999",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2000","2000",98.18299,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2001","2001",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2002","2002",97.16053,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2003","2003",94.81878,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2004","2004",92.92199,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2005","2005",98.55866,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2006","2006",98.26157,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2007","2007",99.93281,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2011","2011",99.21979,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2012","2012",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2013","2013",96.47421,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2014","2014",95.94827,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2015","2015",97.59257,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2016","2016",97.68765,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2017","2017",98.36855,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","1990","1990",72.4667,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","1991","1991",73.01808,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","1992","1992",74.07921,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","1993","1993",72.85402,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","1994","1994",72.91708,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","1995","1995",74.01698,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","1996","1996",71.73002,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","2009","2009",74.26113,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","2010","2010",79.87873,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","2011","2011",82.90635,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","2012","2012",80.59811,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","2013","2013",76.64068,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","2014","2014",77.46986,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","2015","2015",76.64966,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","2016","2016",76.48691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","1999","1999",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2000","2000",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2003","2003",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2004","2004",99.78987,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2005","2005",97.03656,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2006","2006",95.91195,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2007","2007",89.10196,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2008","2008",89.43249,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2009","2009",98.76765,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2013","2013",99.86985,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2016","2016",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","1997","1997",89.79967,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","1998","1998",91.3066,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","1999","1999",92.15667,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2000","2000",97.87388,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2003","2003",99.64974,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2006","2006",95.67571,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2007","2007",97.74738,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2008","2008",96.41851,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2010","2010",94.55932,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2011","2011",99.76249,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2012","2012",99.68008,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2014","2014",96.10171,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2015","2015",94.03066,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2016","2016",92.80914,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2017","2017",90.76655,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","1994","1994",50.7578,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","1995","1995",57.36864,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","1996","1996",59.80726,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","1998","1998",61.50818,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","1999","1999",60.25053,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2000","2000",60.437,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2001","2001",64.11006,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2002","2002",62.57533,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2003","2003",65.24633,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2004","2004",71.55555,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2005","2005",69.75705,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2006","2006",72.38181,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2007","2007",72.89879,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2008","2008",69.0851,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2009","2009",68.67826,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2010","2010",68.94387,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2011","2011",69.02389,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2012","2012",67.35926,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2013","2013",70.71878,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2014","2014",72.76513,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2016","2016",69.35297,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2017","2017",74.787,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","1999","1999",63.07819,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2000","2000",66.14508,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2004","2004",67.89302,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2005","2005",68.33555,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2006","2006",68.7959,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2007","2007",71.6373,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2008","2008",64.86539,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2009","2009",65.95521,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2010","2010",65.94879,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","1995","1995",89.37898,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2008","2008",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2009","2009",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2010","2010",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2011","2011",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2012","2012",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2013","2013",97.74352,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2014","2014",98.42064,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2015","2015",98.73162,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2017","2017",100,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1990","1990",99.78498,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1992","1992",99.70465,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1993","1993",98.85083,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1994","1994",98.4674,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1995","1995",98.15304,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1996","1996",98.30724,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1997","1997",84.34029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1998","1998",99.8318,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1999","1999",99.70402,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2000","2000",99.83655,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2001","2001",99.84902,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2002","2002",99.85673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2003","2003",99.89115,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2004","2004",99.4396,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2005","2005",98.66178,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2006","2006",98.9296,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2007","2007",99.15116,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2008","2008",99.39742,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2009","2009",99.31694,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2010","2010",99.23571,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2011","2011",99.50677,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2012","2012",99.90127,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2013","2013",99.80371,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2014","2014",99.78686,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2015","2015",99.62034,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2016","2016",99.691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2017","2017",99.83107,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",87.85376,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",90.48033,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",92.76978,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",96.17972,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",94.57524,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",94.69524,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",94.05015,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",94.06599,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",95.3292,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",93.25375,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",94.85205,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",95.54935,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",95.52618,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",94.11248,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",93.41389,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",93.65705,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",92.60156,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",89.50309,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",86.71202,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1990","1990",97.84123,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1991","1991",98.31617,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1992","1992",97.33748,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1993","1993",96.83258,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1994","1994",98.57861,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1995","1995",98.44747,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1996","1996",98.0899,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1998","1998",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1999","1999",99.56254,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2000","2000",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2004","2004",98.85243,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2005","2005",98.55568,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2006","2006",98.99227,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2007","2007",99.66723,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2008","2008",99.49936,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2009","2009",99.29479,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2010","2010",98.93468,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2011","2011",99.19586,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2012","2012",99.52811,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2013","2013",99.7465,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2014","2014",99.62174,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2015","2015",99.96141,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2016","2016",99.97912,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","1990","1990",96.65634,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","1992","1992",89.23549,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","1999","1999",98.93178,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2000","2000",97.51791,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2001","2001",97.08859,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2002","2002",93.41698,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2003","2003",93.34011,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2004","2004",92.77596,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2005","2005",92.36701,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2006","2006",94.79815,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2007","2007",98.13866,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2008","2008",99.16772,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2009","2009",98.07135,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2010","2010",98.65475,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2011","2011",96.00827,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2014","2014",92.86559,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2015","2015",93.91805,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2016","2016",94.55913,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2017","2017",90.71765,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","1991","1991",92.4963,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","1992","1992",90.46539,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","1993","1993",88.64869,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","1995","1995",90.62853,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","1996","1996",89.03723,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","2003","2003",90.88626,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","2008","2008",98.60983,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","2009","2009",93.04791,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","2010","2010",96.40561,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","2011","2011",98.11723,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","2012","2012",95.52206,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","1992","1992",99.60283,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","1993","1993",98.10938,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","1994","1994",97.98367,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","1995","1995",98.90593,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","1996","1996",99.76064,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","1997","1997",99.49346,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","1999","1999",99.58104,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2000","2000",95.99746,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2001","2001",95.88284,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2002","2002",95.81389,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2003","2003",95.59075,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2004","2004",95.4637,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2005","2005",98.97547,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2006","2006",99.10871,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2007","2007",98.88381,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2008","2008",98.50922,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2009","2009",98.13062,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2010","2010",97.87116,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2011","2011",98.68595,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2012","2012",98.40213,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2013","2013",98.50656,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2014","2014",98.6257,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2015","2015",98.76163,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2016","2016",98.83367,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1991","1991",99.7586,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1992","1992",99.91029,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1993","1993",98.86724,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1994","1994",99.01111,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1995","1995",98.30203,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1996","1996",98.28682,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1997","1997",99.13285,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2000","2000",99.86418,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2001","2001",97.61279,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2014","2014",97.64958,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2015","2015",96.86966,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2016","2016",98.1342,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2017","2017",96.5445,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","1990","1990",99.70668,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","1991","1991",98.24415,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","1992","1992",99.61949,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","1993","1993",99.7253,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","1994","1994",98.35498,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","1995","1995",99.4822,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","1996","1996",99.57922,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2000","2000",97.02278,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2004","2004",99.14767,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2005","2005",99.27224,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2006","2006",99.06484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2009","2009",99.36942,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2010","2010",99.48989,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2011","2011",99.02861,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2012","2012",99.11536,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2013","2013",98.97529,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2014","2014",98.1111,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2015","2015",97.14657,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2016","2016",96.43135,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2001","2001",98.47245,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2002","2002",98.216,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2003","2003",97.29606,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2004","2004",95.68662,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2005","2005",94.66565,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2006","2006",93.56866,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2007","2007",91.648,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2008","2008",89.28531,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2009","2009",87.6743,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2010","2010",86.91486,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2011","2011",85.66434,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2012","2012",86.19635,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2013","2013",86.19719,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2014","2014",86.30261,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2015","2015",86.50372,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2016","2016",85.57316,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2017","2017",85.50963,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1990","1990",99.574,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1991","1991",99.50312,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1992","1992",99.19184,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1993","1993",98.75138,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1994","1994",98.09251,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1995","1995",97.16095,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1996","1996",96.65739,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1997","1997",97.24947,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1998","1998",96.9984,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1999","1999",97.42328,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2000","2000",98.58438,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2001","2001",97.92512,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2002","2002",97.78062,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2003","2003",98.72442,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2004","2004",98.71851,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2006","2006",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2007","2007",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2008","2008",99.94863,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2009","2009",99.53359,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2010","2010",99.6236,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2011","2011",99.19001,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2012","2012",96.85569,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2013","2013",94.01362,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2014","2014",94.29,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2015","2015",97.03681,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2016","2016",96.38343,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1990","1990",67.5169,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1991","1991",70.16238,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1992","1992",73.57789,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1993","1993",74.32349,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1994","1994",75.22335,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1995","1995",73.43442,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1996","1996",72.71306,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1999","1999",82.65891,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2000","2000",85.93254,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2001","2001",90.18282,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2002","2002",97.42727,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2004","2004",99.17344,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2005","2005",99.3626,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2006","2006",98.36495,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2007","2007",98.10733,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2008","2008",98.97133,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2010","2010",98.41027,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1992","1992",61.97841,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1993","1993",67.20993,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1994","1994",71.15155,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1996","1996",72.18727,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1997","1997",74.49848,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1998","1998",77.82756,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1999","1999",78.09873,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2000","2000",78.94843,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2001","2001",78.29392,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2002","2002",79.53385,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2003","2003",82.15989,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2004","2004",82.37521,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2005","2005",83.52715,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2006","2006",85.21468,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2007","2007",87.69313,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2008","2008",89.84039,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2009","2009",91.65692,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2010","2010",96.30304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2011","2011",95.79309,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2012","2012",95.79401,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2013","2013",97.68857,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2014","2014",97.96733,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2015","2015",96.15635,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2016","2016",95.43056,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2017","2017",93.83932,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2007","2007",91.77754,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2008","2008",90.45223,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2009","2009",89.95148,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2010","2010",90.84839,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2011","2011",91.51655,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2012","2012",93.2047,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2013","2013",94.55287,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2014","2014",95.76066,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2015","2015",96.39316,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2016","2016",96.78975,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2017","2017",97.7227,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","1999","1999",98.72436,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2000","2000",97.99226,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2001","2001",96.86702,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2002","2002",94.72127,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2003","2003",92.79219,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2004","2004",93.10495,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2005","2005",96.73629,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2006","2006",97.84125,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2007","2007",98.25633,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2008","2008",98.73493,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2009","2009",97.82105,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2014","2014",99.3963,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JPN","Japan","1991","1991",99.52518,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JPN","Japan","1992","1992",99.22129,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JPN","Japan","1994","1994",99.7614,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JPN","Japan","2013","2013",98.87755,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JPN","Japan","2014","2014",98.50649,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JPN","Japan","2015","2015",98.96358,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JPN","Japan","2016","2016",98.43612,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","1994","1994",96.85193,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","1995","1995",93.44272,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2006","2006",93.62212,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2007","2007",94.23351,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2008","2008",95.35748,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2009","2009",96.99792,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2011","2011",97.85206,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2012","2012",97.96649,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2013","2013",98.12361,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2014","2014",97.00675,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2015","2015",98.16449,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2016","2016",98.17303,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2002","2002",69.7029,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2003","2003",70.15436,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2004","2004",76.32359,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2005","2005",77.16229,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2006","2006",73.48107,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2007","2007",77.08515,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2008","2008",77.53204,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2009","2009",78.57966,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2010","2010",80.11042,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2011","2011",76.71698,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2012","2012",75.79127,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2013","2013",74.54643,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2014","2014",78.31262,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2015","2015",79.12941,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2016","2016",83.71153,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2017","2017",81.89384,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","1997","1997",67.43367,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","1999","1999",77.56589,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2000","2000",80.81671,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2001","2001",80.22159,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2002","2002",83.97844,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2004","2004",89.0495,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2005","2005",90.89891,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2006","2006",92.74696,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2007","2007",94.1947,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2008","2008",94.39914,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2009","2009",97.82515,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2010","2010",97.69959,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2011","2011",95.54004,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2012","2012",92.54928,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2013","2013",90.23105,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2014","2014",88.36144,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2015","2015",88.0288,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2016","2016",87.40542,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2017","2017",88.44148,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2000","2000",100,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2001","2001",100,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2002","2002",100,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2003","2003",98.90147,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2004","2004",98.32433,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2005","2005",95.27604,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2006","2006",92.37116,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2007","2007",91.47919,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2008","2008",91.87705,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2009","2009",91.58588,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2010","2010",91.55068,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2011","2011",91.92681,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2012","2012",91.90496,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2013","2013",92.07307,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2014","2014",92.21641,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2015","2015",91.58495,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2016","2016",91.54125,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2017","2017",90.85235,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","1999","1999",97.60363,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2000","2000",97.8504,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2001","2001",98.31107,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2002","2002",97.98948,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2003","2003",98.07804,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2004","2004",97.65868,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2005","2005",97.5462,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2006","2006",97.06857,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2007","2007",97.29746,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2008","2008",97.26902,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2009","2009",96.96839,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2010","2010",97.38258,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2011","2011",97.01558,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2012","2012",97.66445,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2013","2013",97.25965,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2014","2014",97.05925,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2015","2015",97.55669,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2016","2016",97.05258,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2017","2017",97.32355,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AGO","Angola","1998","1998",48.91116,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AGO","Angola","2008","2008",88.58247,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AGO","Angola","2009","2009",87.28514,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AGO","Angola","2010","2010",89.23847,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AGO","Angola","2011","2011",91.71969,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","1990","1990",99.30465,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","1998","1998",93.3393,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","1999","1999",88.6377,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2001","2001",88.83529,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2002","2002",88.86945,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2003","2003",89.43692,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2004","2004",88.71206,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2005","2005",87.85861,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2006","2006",86.17106,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2007","2007",86.36038,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2008","2008",87.37408,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2009","2009",89.29528,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2014","2014",95.84242,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2015","2015",95.54356,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2016","2016",95.00564,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","1999","1999",93.93959,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2002","2002",97.01636,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2004","2004",99.01613,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2005","2005",98.43177,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2006","2006",97.44393,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2007","2007",93.38706,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2008","2008",99.24728,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2009","2009",98.68938,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2013","2013",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2015","2015",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2016","2016",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2017","2017",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","1990","1990",72.4667,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","1991","1991",73.01808,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","1992","1992",74.07921,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","1993","1993",72.85402,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","1994","1994",72.91708,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","1995","1995",74.01698,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","1996","1996",71.73002,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","2009","2009",74.26113,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","2010","2010",79.87873,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","2011","2011",86.1318,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","2012","2012",80.59811,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","2013","2013",76.64068,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","2014","2014",77.46986,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","2015","2015",76.64966,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","2016","2016",76.48691,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1992","1992",88.53601,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1993","1993",88.8767,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1994","1994",92.61088,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1999","1999",91.28664,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2004","2004",94.39459,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2005","2005",98.58275,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2006","2006",97.12982,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2007","2007",98.66083,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2008","2008",98.60771,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2009","2009",96.19411,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2010","2010",97.7993,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2016","2016",88.36775,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","1994","1994",95.57028,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","1995","1995",94.88765,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","1997","1997",95.68092,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","1999","1999",99.02582,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2006","2006",99.85337,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2007","2007",99.88441,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2008","2008",98.8384,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2009","2009",96.12815,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2010","2010",96.73566,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2011","2011",95.81903,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2012","2012",94.40547,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2013","2013",94.10717,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2014","2014",95.41339,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2015","2015",95.42049,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2016","2016",94.818,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",92.86288,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",92.80038,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",99.31478,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",99.11449,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",98.87861,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",98.70775,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",98.14645,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",98.04197,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","1990","1990",52.65939,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","1991","1991",55.47216,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","1994","1994",52.38403,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","1995","1995",60.42983,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","1996","1996",66.58821,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","1997","1997",64.91184,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","1999","1999",77.53482,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2001","2001",78.97572,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2002","2002",82.16715,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2003","2003",81.03472,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2004","2004",84.21309,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2005","2005",84.26298,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2006","2006",86.69889,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2007","2007",84.13498,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2008","2008",85.82692,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2014","2014",88.27726,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2015","2015",93.12443,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2016","2016",88.08816,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2017","2017",88.73195,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","1990","1990",45.42604,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","1991","1991",42.51722,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","2005","2005",40.21559,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","2006","2006",40.37377,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","2007","2007",46.89157,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","2008","2008",55.48069,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","2009","2009",55.52908,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","2010","2010",58.1526,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","2011","2011",56.79053,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","2012","2012",60.17263,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RWA","Rwanda","1999","1999",80.53763,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RWA","Rwanda","2002","2002",81.8159,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RWA","Rwanda","2003","2003",88.18091,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RWA","Rwanda","2016","2016",95.74104,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RWA","Rwanda","2017","2017",94.00874,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COM","Comoros","1994","1994",62.29609,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COM","Comoros","1999","1999",56.2346,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COM","Comoros","2000","2000",62.13601,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COM","Comoros","2007","2007",76.25053,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COM","Comoros","2013","2013",85.55793,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COM","Comoros","2014","2014",85.34318,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COM","Comoros","2017","2017",84.69881,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1990","1990",98.95818,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1991","1991",99.66216,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1992","1992",99.34952,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1993","1993",99.9868,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1994","1994",99.9829,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1995","1995",99.95608,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1996","1996",99.94393,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1997","1997",99.93536,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1999","1999",99.97357,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2000","2000",99.83478,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2001","2001",99.85834,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2002","2002",99.90453,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2003","2003",99.98936,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2004","2004",99.96247,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2005","2005",99.78463,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2006","2006",99.84665,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2007","2007",99.96028,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2008","2008",99.94078,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2009","2009",99.8234,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2010","2010",99.78741,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2011","2011",99.84215,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2012","2012",99.82416,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2013","2013",99.28128,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2014","2014",98.72919,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2015","2015",99.1357,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2016","2016",98.71866,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","1990","1990",65.41463,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2000","2000",76.65289,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2001","2001",77.37759,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2002","2002",77.78325,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2003","2003",87.33408,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2007","2007",96.2184,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2008","2008",97.65325,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2009","2009",96.8966,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2010","2010",97.19915,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2011","2011",97.18575,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2012","2012",97.71529,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2013","2013",98.44863,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2005","2005",97.58036,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2011","2011",87.93139,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2012","2012",83.47862,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",92.89481,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",92.84328,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",98.53879,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",96.76085,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",95.62648,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",94.59683,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",95.43304,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",95.17684,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",93.17297,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",93.64527,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",91.85659,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",93.36815,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",96.37419,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",92.20103,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",90.94762,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",92.12062,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",94.97715,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","1999","1999",97.3414,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2000","2000",97.10292,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2001","2001",96.74021,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2002","2002",96.99932,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2003","2003",95.87842,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2004","2004",96.52098,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2005","2005",97.75731,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2006","2006",98.25596,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2007","2007",98.36038,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2008","2008",97.63075,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2010","2010",95.28671,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2011","2011",94.61378,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2012","2012",95.6188,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2013","2013",95.20458,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2014","2014",95.96032,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2015","2015",97.64964,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2016","2016",98.79947,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1990","1990",91.12493,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1991","1991",90.82073,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1992","1992",88.84252,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1993","1993",87.13571,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1994","1994",86.50743,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1995","1995",86.69593,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1996","1996",86.42129,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1997","1997",87.09534,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1998","1998",93.77438,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1999","1999",94.37026,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2000","2000",95.67109,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2001","2001",94.50524,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2002","2002",95.10889,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2003","2003",95.25844,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2004","2004",95.56629,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2005","2005",94.37571,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2006","2006",93.91954,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2007","2007",93.81423,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2010","2010",94.91491,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2011","2011",95.18002,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2012","2012",95.14748,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2013","2013",95.01943,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2014","2014",93.63214,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2015","2015",94.42162,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2016","2016",93.58515,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","1999","1999",41.09881,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","2003","2003",58.33168,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","2004","2004",61.77711,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","2005","2005",65.2667,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","2008","2008",68.70394,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","2010","2010",73.09665,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","2012","2012",76.85497,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","2013","2013",77.89132,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","2016","2016",77.92938,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NRU","Nauru","2007","2007",79.91277,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NRU","Nauru","2012","2012",77.4003,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NRU","Nauru","2014","2014",91.05474,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NRU","Nauru","2016","2016",86.49262,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1991","1991",89.07874,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1992","1992",91.82186,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1993","1993",95.47012,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1994","1994",95.22388,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1995","1995",98.15429,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2009","2009",97.07644,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2012","2012",96.3067,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2013","2013",97.71815,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2014","2014",96.10052,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2015","2015",95.28221,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2016","2016",96.44565,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2017","2017",96.21816,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","1991","1991",67.92734,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","1992","1992",75.54685,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","1993","1993",76.411,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","1994","1994",77.52096,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","1995","1995",81.0354,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","1996","1996",86.27679,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","1998","1998",93.92676,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","1999","1999",96.33988,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2000","2000",97.53765,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2001","2001",97.08447,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2002","2002",97.58325,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2004","2004",97.19076,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2005","2005",97.45559,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2006","2006",96.38914,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2007","2007",95.77774,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2008","2008",96.28751,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2009","2009",96.85225,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2010","2010",97.22105,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2011","2011",97.31896,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2012","2012",94.35066,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2013","2013",93.07877,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2014","2014",92.25812,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2015","2015",93.16819,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2016","2016",93.58118,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2017","2017",93.68701,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","1996","1996",95.10436,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","1997","1997",95.78897,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","1998","1998",98.86347,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","1999","1999",98.91149,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2000","2000",98.43682,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2001","2001",98.40929,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2002","2002",96.82243,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2003","2003",96.75503,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2004","2004",97.29468,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2005","2005",96.02534,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2006","2006",97.16862,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2008","2008",99.88497,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2009","2009",99.2935,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2010","2010",99.65645,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2011","2011",99.62074,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2012","2012",98.01683,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2013","2013",96.6503,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2014","2014",95.88533,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2015","2015",95.09812,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2016","2016",93.6726,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","1999","1999",85.65341,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2000","2000",86.67423,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2002","2002",90.64583,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2003","2003",87.19125,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2004","2004",85.51944,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2005","2005",86.93602,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2006","2006",85.78473,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2007","2007",90.94132,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2008","2008",87.3521,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2009","2009",91.20271,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2010","2010",92.11449,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2011","2011",93.52514,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2012","2012",92.63183,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2013","2013",92.7051,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2014","2014",91.12181,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2015","2015",95.04055,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2016","2016",95.17579,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2017","2017",94.47021,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","1993","1993",88.46001,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","1994","1994",89.9114,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","1995","1995",90.20965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","1996","1996",90.99026,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","2000","2000",91.46736,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","2001","2001",85.26823,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","2002","2002",93.54493,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","2003","2003",95.89505,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","2004","2004",95.67459,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","2005","2005",96.26168,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","1992","1992",96.65084,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","1994","1994",97.00294,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","1995","1995",95.49458,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","1996","1996",93.14649,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","1997","1997",93.57111,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","1998","1998",94.54698,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","1999","1999",94.24913,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2000","2000",94.86165,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2001","2001",97.93682,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2002","2002",99.21518,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2003","2003",99.30016,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2004","2004",99.15461,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2006","2006",99.12621,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2007","2007",99.61569,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2008","2008",99.32755,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2009","2009",99.37647,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2011","2011",99.03984,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2012","2012",98.6874,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2013","2013",97.12085,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2015","2015",98.02939,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2016","2016",99.9319,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","1994","1994",91.95907,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","1995","1995",92.31486,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","1996","1996",93.27955,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","1997","1997",95.68871,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","1998","1998",95.88941,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","1999","1999",95.58962,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2000","2000",96.49907,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2001","2001",97.91753,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2008","2008",95.95693,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2009","2009",95.87044,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2012","2012",95.23868,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2013","2013",97.13041,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2014","2014",97.01241,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2015","2015",97.25609,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2016","2016",96.85956,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","1994","1994",91.53608,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","1995","1995",90.49693,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","1996","1996",78.41574,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","1997","1997",86.99358,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","1998","1998",98.37757,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","1999","1999",98.6013,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2000","2000",96.82911,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2001","2001",97.56395,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2002","2002",98.02707,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2003","2003",96.93727,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2004","2004",96.6682,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2005","2005",97.42226,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2006","2006",97.93636,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2007","2007",97.08382,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2008","2008",98.03428,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2009","2009",98.49735,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2010","2010",98.2963,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2011","2011",97.52354,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2012","2012",96.95935,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2013","2013",96.76314,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2014","2014",96.93649,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2015","2015",97.11393,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2016","2016",97.75923,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2005","2005",83.06028,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2006","2006",85.02914,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2007","2007",83.18518,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2008","2008",89.24691,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2009","2009",92.80203,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2010","2010",91.61341,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2011","2011",90.41589,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2012","2012",91.5076,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2013","2013",91.56602,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2014","2014",91.43998,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2015","2015",93.35814,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2016","2016",94.71427,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2017","2017",90.19028,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","1998","1998",49.54397,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","1999","1999",50.89755,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2000","2000",54.22084,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2001","2001",57.65745,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2005","2005",70.47477,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2006","2006",74.62281,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2008","2008",80.82307,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2009","2009",85.53575,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2010","2010",87.90664,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2011","2011",88.61288,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2012","2012",90.18416,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2013","2013",88.70329,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2015","2015",85.86724,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2016","2016",83.97684,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2017","2017",82.58099,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","1990","1990",97.7578,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","1991","1991",96.79297,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","1992","1992",96.11178,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","1993","1993",94.80381,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","1994","1994",95.52808,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","1995","1995",95.49756,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","1996","1996",93.78163,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","1997","1997",93.75266,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2001","2001",96.85957,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2002","2002",95.84623,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2003","2003",95.65218,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2004","2004",94.91418,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2005","2005",94.47353,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2006","2006",95.8024,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2007","2007",98.53499,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2008","2008",97.03781,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2009","2009",98.1932,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2010","2010",97.46225,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2011","2011",95.44023,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2012","2012",95.35357,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2013","2013",92.59584,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2014","2014",92.54809,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2016","2016",94.13569,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2017","2017",95.24731,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1990","1990",97.79685,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1991","1991",93.33278,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1993","1993",93.37677,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1994","1994",94.10458,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1995","1995",95.03595,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1996","1996",97.05766,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1997","1997",97.95839,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1998","1998",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1999","1999",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2000","2000",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2003","2003",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2004","2004",98.86606,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2005","2005",99.86271,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2008","2008",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2009","2009",99.79938,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2012","2012",96.69584,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2013","2013",99.06524,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2017","2017",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","1990","1990",38.22112,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","1992","1992",38.1548,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","1996","1996",43.78023,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","1997","1997",48.25274,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","1998","1998",51.39179,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","1999","1999",50.15386,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2000","2000",54.33593,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2003","2003",62.02265,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2004","2004",61.72104,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2005","2005",63.22319,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2006","2006",66.85815,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2007","2007",69.9141,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2008","2008",71.59915,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2009","2009",72.36366,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2010","2010",73.81046,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2011","2011",74.7839,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2012","2012",78.0799,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2013","2013",77.01195,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2014","2014",77.87942,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2015","2015",78.01738,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2016","2016",75.99154,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2017","2017",79.40158,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","1990","1990",82.36999,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","1992","1992",85.00685,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","1998","1998",89.85879,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","1999","1999",90.35489,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2000","2000",91.50597,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2001","2001",92.13521,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2002","2002",93.52253,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2003","2003",93.15942,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2004","2004",90.62155,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2005","2005",90.51394,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2006","2006",87.3036,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2007","2007",89.96925,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2008","2008",88.77879,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2009","2009",88.56458,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2010","2010",88.25996,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2012","2012",89.97986,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2013","2013",92.4185,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2017","2017",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","1996","1996",98.46476,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","1997","1997",98.89543,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2000","2000",99.77964,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2001","2001",99.78433,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2002","2002",99.69823,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2003","2003",99.75181,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2004","2004",99.49828,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2005","2005",99.71116,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2006","2006",99.66666,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2007","2007",99.66785,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2008","2008",99.63788,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2009","2009",99.61069,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2010","2010",99.64454,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2011","2011",99.4726,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2012","2012",99.65559,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2013","2013",99.68803,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2014","2014",99.5849,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2015","2015",99.2113,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2016","2016",98.7546,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1990","1990",71.32391,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1991","1991",72.8487,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1992","1992",73.12171,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1993","1993",70.7027,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1994","1994",71.82647,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1995","1995",70.70377,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1996","1996",70.90907,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1998","1998",62.86715,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1999","1999",59.19405,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2000","2000",79.86605,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2001","2001",80.07681,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2002","2002",80.52239,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2003","2003",80.62186,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2004","2004",78.24764,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2005","2005",77.4861,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2006","2006",77.78918,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2007","2007",75.29047,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2008","2008",76.38659,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2009","2009",76.95935,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2010","2010",78.98545,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2011","2011",80.36578,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2012","2012",81.60719,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2013","2013",82.96893,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2014","2014",82.88321,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2015","2015",82.96953,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2016","2016",83.56863,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2017","2017",84.58847,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1990","1990",27.19719,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1991","1991",27.2619,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1992","1992",28.46114,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1993","1993",26.21071,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1994","1994",27.08583,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1995","1995",28.14266,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1996","1996",28.11271,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1997","1997",27.03737,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1999","1999",26.85939,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2000","2000",27.03333,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2001","2001",29.71355,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2002","2002",31.35272,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2004","2004",35.33032,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2005","2005",36.8781,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2006","2006",39.88965,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2007","2007",43.2805,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2008","2008",46.5594,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2009","2009",45.79309,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2011","2011",54.15175,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2013","2013",54.13158,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2014","2014",61.94357,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2015","2015",55.59274,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2016","2016",52.5464,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2017","2017",55.05869,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2018","2018",57.53803,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1990","1990",99.54328,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1991","1991",99.8375,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1992","1992",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1993","1993",99.25033,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1994","1994",99.79094,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1995","1995",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1996","1996",99.59598,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1997","1997",99.64686,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1999","1999",99.52799,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2000","2000",99.25639,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2001","2001",99.4353,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2002","2002",99.45456,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2003","2003",98.92012,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2004","2004",96.75012,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2005","2005",95.35421,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2006","2006",95.08348,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2007","2007",96.23789,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2008","2008",98.3117,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2009","2009",99.25537,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2010","2010",99.26047,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2011","2011",99.41202,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2012","2012",99.67601,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2015","2015",99.98636,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2016","2016",99.70391,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1990","1990",78.859,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1991","1991",79.15408,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1992","1992",77.51218,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1993","1993",97.59281,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1994","1994",97.04539,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1995","1995",96.28955,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1996","1996",96.36006,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1997","1997",96.19921,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1999","1999",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2000","2000",97.75502,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2001","2001",97.76225,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2002","2002",98.71665,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2003","2003",99.12193,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2004","2004",99.36511,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2005","2005",99.951,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2006","2006",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2007","2007",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2008","2008",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2009","2009",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2010","2010",99.93282,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2011","2011",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2012","2012",98.70251,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2013","2013",97.98056,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2014","2014",97.32924,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2015","2015",98.46796,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","1999","1999",68.60474,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","2000","2000",71.84903,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","2004","2004",72.6565,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","2005","2005",72.88532,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","2006","2006",72.74425,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","2007","2007",79.02397,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","2008","2008",71.27693,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","2009","2009",72.14792,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","2010","2010",71.70673,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VUT","Vanuatu","1999","1999",98.26808,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VUT","Vanuatu","2004","2004",97.90689,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VUT","Vanuatu","2015","2015",85.53694,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2005","2005",97.58036,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2011","2011",87.91073,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2012","2012",83.45787,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","THA","Thailand","2006","2006",98.05667,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","THA","Thailand","2007","2007",97.64344,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","THA","Thailand","2008","2008",97.16725,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","THA","Thailand","2009","2009",97.7911,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","1995","1995",82.53185,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","1996","1996",82.41838,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","1997","1997",83.72236,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2004","2004",86.81862,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2005","2005",85.78457,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2006","2006",87.81582,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2007","2007",93.89145,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2008","2008",95.60607,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2009","2009",95.00442,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2011","2011",96.2599,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2012","2012",98.03101,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2013","2013",99.66121,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2014","2014",99.74674,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2015","2015",99.61905,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2016","2016",99.62592,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2017","2017",99.26132,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","1996","1996",90.4604,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","1999","1999",93.30847,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2000","2000",92.67694,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2001","2001",93.10904,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2002","2002",93.07358,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2003","2003",92.92806,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2004","2004",98.05516,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2005","2005",95.54133,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2006","2006",96.50288,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2007","2007",95.59547,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2008","2008",95.01923,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2009","2009",94.5017,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2010","2010",94.90389,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2011","2011",94.82322,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2012","2012",98.05645,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2013","2013",97.99854,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2014","2014",97.7608,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2015","2015",97.7479,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2016","2016",98.13283,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2017","2017",98.28056,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1990","1990",92.49875,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1991","1991",92.19168,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1992","1992",94.58432,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1993","1993",95.31841,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1994","1994",97.55714,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1995","1995",97.51276,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1996","1996",98.96019,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1997","1997",98.60747,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1998","1998",98.42088,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1999","1999",98.45404,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2000","2000",97.72416,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2001","2001",96.96853,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2002","2002",96.78631,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2003","2003",94.74461,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2004","2004",94.28912,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2005","2005",94.32529,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2006","2006",94.76387,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2007","2007",96.30361,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2008","2008",97.4011,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2009","2009",99.76895,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2010","2010",99.89995,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2011","2011",99.99518,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2012","2012",99.6673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2013","2013",99.4971,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2014","2014",96.68358,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2015","2015",95.36597,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2016","2016",95.69818,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2017","2017",96.95828,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","1990","1990",73.97164,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","1991","1991",72.06874,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2008","2008",86.52435,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2009","2009",89.22129,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2011","2011",91.0913,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2012","2012",94.13463,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2014","2014",94.79718,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2016","2016",95.27402,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2017","2017",95.20049,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","1994","1994",91.92869,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","1998","1998",93.25766,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","1999","1999",92.27303,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2000","2000",90.11883,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2001","2001",93.04708,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2010","2010",96.43589,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2011","2011",93.96652,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2012","2012",94.85524,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2014","2014",96.54336,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2015","2015",96.76988,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2016","2016",95.04644,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2017","2017",95.66775,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","1990","1990",16.88337,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","1991","1991",17.39823,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","1992","1992",16.0206,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","1997","1997",18.56847,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","1998","1998",19.14866,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","1999","1999",20.81663,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2000","2000",21.67539,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2001","2001",24.59737,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2002","2002",27.44991,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2003","2003",30.80838,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2004","2004",33.72382,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2005","2005",34.26406,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2006","2006",35.68144,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2007","2007",37.11935,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2008","2008",41.03589,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2009","2009",44.81248,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2010","2010",48.81592,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2011","2011",53.53606,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2012","2012",55.58726,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2013","2013",55.57288,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2014","2014",56.07131,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2015","2015",57.60193,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2016","2016",58.81197,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2017","2017",62.03588,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1994","1994",46.86209,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1995","1995",53.18013,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1996","1996",56.45148,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1998","1998",59.86447,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1999","1999",59.25436,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2000","2000",59.43041,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2001","2001",62.76856,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2002","2002",62.12033,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2003","2003",65.11935,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2004","2004",71.93718,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2005","2005",70.56798,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2006","2006",73.055,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2007","2007",73.90573,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2008","2008",70.4822,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2009","2009",69.79805,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2010","2010",70.18507,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2011","2011",70.71003,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2012","2012",69.59503,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2013","2013",72.32475,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2014","2014",74.44976,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2016","2016",71.22938,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2017","2017",76.60704,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1990","1990",90.57479,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1991","1991",91.35267,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1992","1992",92.16473,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1993","1993",92.25391,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1994","1994",92.71712,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1995","1995",92.78405,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1996","1996",92.60985,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1997","1997",92.01428,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1998","1998",93.29828,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1999","1999",92.91008,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2000","2000",93.58527,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2001","2001",94.94714,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2002","2002",95.29457,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2003","2003",96.6766,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2004","2004",97.93814,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2005","2005",98.3404,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2006","2006",98.34514,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2007","2007",98.41477,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2008","2008",98.43958,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2009","2009",98.22437,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2010","2010",97.80349,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2011","2011",98.13413,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2012","2012",97.81741,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2013","2013",66.65242,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","1990","1990",86.41017,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","1999","1999",94.25637,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2000","2000",95.47537,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2001","2001",97.184,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2002","2002",99.49638,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2004","2004",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2005","2005",99.35971,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2008","2008",99.0124,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2009","2009",96.50856,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2010","2010",97.45717,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2011","2011",96.21603,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2012","2012",95.58978,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2013","2013",93.87084,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2014","2014",91.37916,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2015","2015",89.95868,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2003","2003",97.34278,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2005","2005",97.91655,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2006","2006",98.46237,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2007","2007",96.17636,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2008","2008",96.02649,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2011","2011",91.60794,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2012","2012",96.28004,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2015","2015",94.84112,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2016","2016",93.81783,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2017","2017",96.26474,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","1990","1990",72.32421,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2005","2005",95.18913,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2006","2006",95.64496,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2008","2008",92.58087,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2009","2009",93.52545,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2010","2010",94.96108,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2017","2017",96.87067,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","1991","1991",96.25484,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","1997","1997",100,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","1998","1998",99.93819,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","1999","1999",99.95942,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2000","2000",99.76035,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2001","2001",99.82251,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2002","2002",99.83386,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2003","2003",99.78082,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2004","2004",99.42105,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2005","2005",99.55586,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2006","2006",99.68275,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2007","2007",99.79491,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2008","2008",99.73335,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2009","2009",99.71544,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2010","2010",99.33124,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2011","2011",99.36176,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2012","2012",99.34733,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2013","2013",99.50169,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2014","2014",99.80361,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2015","2015",99.84107,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2016","2016",99.43942,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1990","1990",95.82034,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1991","1991",95.1169,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1992","1992",94.15866,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1993","1993",93.53313,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1994","1994",98.9616,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1995","1995",99.2071,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1996","1996",99.38737,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1997","1997",99.66541,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1999","1999",99.47757,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2000","2000",99.52031,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2001","2001",99.47172,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2002","2002",99.42959,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2003","2003",98.9464,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2004","2004",98.35583,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2005","2005",98.27437,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2006","2006",98.67933,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2007","2007",99.51224,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2008","2008",99.78671,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2009","2009",99.99929,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2010","2010",99.72728,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2011","2011",99.48718,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2012","2012",98.75413,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2015","2015",96.75252,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2016","2016",97.68712,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNB","Guinea-Bissau","2000","2000",39.72103,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNB","Guinea-Bissau","2010","2010",70.5647,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2000","2000",92.19251,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2001","2001",93.46178,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2002","2002",91.34577,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2003","2003",93.25887,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2004","2004",91.79003,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2005","2005",91.50384,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2006","2006",91.17484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2007","2007",91.27341,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2008","2008",91.69759,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2009","2009",90.14372,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2010","2010",89.5756,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2014","2014",96.21139,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2017","2017",97.7122,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LIE","Liechtenstein","2014","2014",96.94093,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","1990","1990",97.31311,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","1993","1993",98.35543,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","1999","1999",77.98186,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2000","2000",91.61904,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2001","2001",92.02973,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2002","2002",98.81992,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2003","2003",98.74254,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2004","2004",95.06886,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2005","2005",93.67149,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2006","2006",95.71212,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2007","2007",95.24463,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COG","Congo","2005","2005",46.81373,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COG","Congo","2006","2006",57.44541,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COG","Congo","2010","2010",86.1049,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COG","Congo","2012","2012",83.62049,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","1990","1990",97.65283,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","1991","1991",96.04602,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","1993","1993",91.72975,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","1999","1999",91.53234,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","2000","2000",92.94581,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","2001","2001",92.68609,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","2002","2002",92.27629,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","2003","2003",91.11731,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","2004","2004",92.83075,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1990","1990",64.79916,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1991","1991",66.56392,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1992","1992",68.19983,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1993","1993",72.59787,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1994","1994",74.53655,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1995","1995",75.82888,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1996","1996",77.8923,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1997","1997",79.31767,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1998","1998",82.01221,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1999","1999",83.59773,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2000","2000",84.48783,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2001","2001",85.7894,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2002","2002",84.97826,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2003","2003",82.85391,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2009","2009",95.86228,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2011","2011",97.15417,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2012","2012",97.80286,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2013","2013",98.18565,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2014","2014",98.13098,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2015","2015",98.00718,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2016","2016",98.63416,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2017","2017",98.97245,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RWA","Rwanda","1999","1999",80.53763,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RWA","Rwanda","2002","2002",81.8159,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RWA","Rwanda","2003","2003",88.18091,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RWA","Rwanda","2016","2016",95.3538,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RWA","Rwanda","2017","2017",93.61304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","1994","1994",74.8446,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","1995","1995",72.83112,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","1998","1998",69.4658,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","1999","1999",68.08004,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2000","2000",67.3572,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2001","2001",66.59264,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2002","2002",69.5706,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2004","2004",81.07137,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2005","2005",88.30633,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2006","2006",85.85267,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2007","2007",89.20764,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2009","2009",85.91892,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2010","2010",83.43497,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2011","2011",87.31116,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2012","2012",88.68431,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2013","2013",86.95411,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2017","2017",84.1754,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","1999","1999",80.42145,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2002","2002",94.26013,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2003","2003",96.48882,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2005","2005",97.73203,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2007","2007",90.22971,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2008","2008",90.85307,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2009","2009",93.26578,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2010","2010",92.57405,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2013","2013",91.04991,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2014","2014",91.15663,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2015","2015",90.28691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2017","2017",96.72679,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1995","1995",92.86787,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1996","1996",94.61705,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1997","1997",95.29337,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1998","1998",97.65672,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1999","1999",96.50519,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2000","2000",95.55307,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2001","2001",96.14535,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2002","2002",96.80128,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2003","2003",97.68931,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2004","2004",99.65893,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2005","2005",98.68745,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2006","2006",98.09592,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2007","2007",97.98806,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2008","2008",98.13509,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2009","2009",98.07258,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2010","2010",97.99807,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2011","2011",98.05196,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2012","2012",98.53125,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2013","2013",97.87817,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2014","2014",97.65664,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2015","2015",98.03055,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2016","2016",97.76499,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","1990","1990",51.82703,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","1992","1992",65.24577,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","1993","1993",69.91327,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","1994","1994",70.06403,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","1995","1995",72.28454,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","1996","1996",74.06768,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","1997","1997",77.09378,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2006","2006",94.99381,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2008","2008",96.51784,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2016","2016",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2017","2017",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","1990","1990",98.44172,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","1992","1992",95.53387,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","1993","1993",94.58926,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","1994","1994",92.96443,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","1996","1996",95.68162,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","1998","1998",91.80308,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","1999","1999",88.93604,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2001","2001",89.62215,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2002","2002",90.06437,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2003","2003",90.3663,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2004","2004",89.76438,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2005","2005",88.96257,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2006","2006",87.29866,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2007","2007",87.5086,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2008","2008",88.66809,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2009","2009",90.59646,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2014","2014",96.83674,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2015","2015",96.22159,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2016","2016",95.45245,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","1999","1999",99.62778,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2001","2001",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2002","2002",99.79125,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2003","2003",99.75348,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2004","2004",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2005","2005",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2006","2006",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2007","2007",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2008","2008",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2009","2009",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2011","2011",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2012","2012",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2013","2013",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2014","2014",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2015","2015",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2016","2016",100,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1990","1990",97.80958,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1991","1991",97.21765,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1992","1992",96.98586,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1993","1993",96.55166,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1994","1994",96.2691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1995","1995",94.83876,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1996","1996",95.37764,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1997","1997",95.16067,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1998","1998",95.48053,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1999","1999",95.4527,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2000","2000",95.67675,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2001","2001",95.59147,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2002","2002",95.62742,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2003","2003",96.28717,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2004","2004",96.56304,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2005","2005",96.90886,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2006","2006",96.95121,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2007","2007",97.55316,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2008","2008",97.59558,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2009","2009",97.51381,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2010","2010",97.62961,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2011","2011",98.18632,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2012","2012",98.01846,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2013","2013",97.8302,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2014","2014",97.52725,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2015","2015",97.55321,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2016","2016",97.18244,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2017","2017",97.165,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RWA","Rwanda","1999","1999",80.93768,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2002","2002",82.95135,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2003","2003",89.02323,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2016","2016",96.23537,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2017","2017",94.3225,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1991","1991",97.5025,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1992","1992",96.8225,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1993","1993",88.97354,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1994","1994",85.00676,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1995","1995",79.14057,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1996","1996",89.79708,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1997","1997",91.03595,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1998","1998",89.55036,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1999","1999",92.10293,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2000","2000",88.46296,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2001","2001",86.09168,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2002","2002",85.8882,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2003","2003",85.74446,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2004","2004",85.80651,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2005","2005",86.30415,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2006","2006",86.55861,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2007","2007",83.75607,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2008","2008",84.29546,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2009","2009",86.23921,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2010","2010",85.27996,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2011","2011",88.40574,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2012","2012",90.32526,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2013","2013",95.28533,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2014","2014",95.57256,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2015","2015",95.39611,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2016","2016",95.77526,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2017","2017",93.25997,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UGA","Uganda","2009","2009",90.91061,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UGA","Uganda","2010","2010",87.71993,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UGA","Uganda","2011","2011",90.43836,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UGA","Uganda","2013","2013",90.99799,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1990","1990",96.66591,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1992","1992",99.06541,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1997","1997",95.11558,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1999","1999",87.29626,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2000","2000",86.34918,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2002","2002",95.47395,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2003","2003",94.48426,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2004","2004",97.37872,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2005","2005",96.77183,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2007","2007",98.68663,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1990","1990",74.34576,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1991","1991",74.50961,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1992","1992",75.23016,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1993","1993",73.79816,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1994","1994",74.20502,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1995","1995",75.10108,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1996","1996",72.73285,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2009","2009",74.31293,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2010","2010",79.53274,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2011","2011",83.79919,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2012","2012",79.44552,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2013","2013",76.20921,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2014","2014",77.13364,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2015","2015",76.2815,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2016","2016",75.85466,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","1992","1992",96.61642,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","1994","1994",96.891,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","1995","1995",95.22517,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","1996","1996",93.37452,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","1997","1997",93.79027,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","1998","1998",94.52401,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","1999","1999",93.96552,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","2000","2000",94.83767,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","2001","2001",97.8214,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","2003","2003",98.73794,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","2004","2004",98.9886,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","2006","2006",98.75191,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","2009","2009",99.14929,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","2013","2013",95.87995,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","2015","2015",97.69208,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","1991","1991",63.2512,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","1999","1999",95.74947,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2000","2000",97.54944,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2001","2001",94.62827,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2002","2002",94.99634,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2004","2004",96.77429,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2005","2005",97.2325,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2006","2006",96.13936,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2007","2007",95.36529,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2008","2008",96.2053,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2009","2009",96.90412,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2010","2010",97.39388,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2011","2011",97.39825,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2012","2012",94.384,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2013","2013",92.97613,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2014","2014",92.05723,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2015","2015",92.90348,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2016","2016",93.25909,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2017","2017",93.29545,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","1990","1990",98.96709,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","1991","1991",98.67435,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","1993","1993",96.65415,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","1994","1994",96.42522,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","1995","1995",97.13515,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","1996","1996",96.14632,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","2011","2011",94.14294,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","2012","2012",93.74925,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","2013","2013",93.93219,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","2014","2014",94.69171,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","2015","2015",95.00148,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","2016","2016",95.70258,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","1993","1993",98.71577,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","1994","1994",98.70792,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","1995","1995",98.36128,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","1996","1996",98.66977,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","1997","1997",98.79029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","1998","1998",99.34172,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2001","2001",99.82553,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2002","2002",99.42241,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2003","2003",98.62615,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2004","2004",97.66077,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2005","2005",97.41787,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2006","2006",97.03303,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2007","2007",97.61133,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2008","2008",97.86221,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2009","2009",98.06135,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2010","2010",98.35307,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2011","2011",98.56145,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2012","2012",99.0844,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2013","2013",99.16308,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2014","2014",99.61287,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2015","2015",99.24782,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2016","2016",99.22887,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","1990","1990",99.02019,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","1992","1992",99.20208,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","1999","1999",99.80422,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2000","2000",99.65113,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2001","2001",99.60135,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2002","2002",99.70261,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2003","2003",99.81228,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2004","2004",99.6754,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2005","2005",99.71829,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2006","2006",99.91792,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2007","2007",99.90938,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2008","2008",99.78581,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2009","2009",99.53203,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2010","2010",99.40064,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2011","2011",99.51408,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2012","2012",99.48421,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2013","2013",98.89766,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2014","2014",98.34475,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2015","2015",98.78261,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2016","2016",98.46336,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1990","1990",91.88461,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1991","1991",89.69107,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1992","1992",89.23525,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1993","1993",88.53266,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1996","1996",88.74022,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1997","1997",88.83834,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1999","1999",98.32206,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2000","2000",99.52157,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2001","2001",98.99074,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2002","2002",95.4751,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2003","2003",95.8479,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2004","2004",98.91045,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2005","2005",96.0085,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2007","2007",98.49823,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2008","2008",97.72514,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2009","2009",96.70825,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2010","2010",98.39894,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2002","2002",97.89089,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2004","2004",99.45265,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2005","2005",98.20446,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2006","2006",99.34942,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2007","2007",96.18326,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2000","2000",93.48512,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2001","2001",96.60113,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2002","2002",97.72334,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2003","2003",98.01194,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2004","2004",98.27832,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2005","2005",98.45797,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2006","2006",97.60836,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2007","2007",97.48101,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2008","2008",98.89285,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2009","2009",99.43431,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2010","2010",99.62376,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2011","2011",99.21599,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2012","2012",99.35652,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2013","2013",99.33167,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2014","2014",99.4411,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2015","2015",99.84537,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2016","2016",99.72076,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2017","2017",99.10345,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2018","2018",98.93468,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1990","1990",95.56185,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1991","1991",96.16817,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1992","1992",92.80313,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1993","1993",89.32138,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1994","1994",87.3584,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1995","1995",87.85948,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1996","1996",85.09288,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1997","1997",81.59346,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1998","1998",82.27456,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2007","2007",94.42647,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2012","2012",95.40219,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2013","2013",94.89509,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2014","2014",97.26953,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2015","2015",99.52236,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2016","2016",99.44721,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","1991","1991",97.92838,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","1992","1992",96.34972,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","1993","1993",97.97415,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","1994","1994",97.27382,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","1995","1995",97.21866,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","1996","1996",97.66343,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","1999","1999",99.88092,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2000","2000",99.36219,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2001","2001",99.95389,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2002","2002",99.69822,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2003","2003",98.7058,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2004","2004",97.34459,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2005","2005",96.93632,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2006","2006",97.1666,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2007","2007",98.19042,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2008","2008",98.80488,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2009","2009",98.61022,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2010","2010",98.41874,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2011","2011",98.59638,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2012","2012",98.80029,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2013","2013",98.76431,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2014","2014",98.56218,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2015","2015",98.8286,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2016","2016",99.1039,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","1993","1993",73.73529,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","1994","1994",81.94125,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","1995","1995",87.73222,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","1996","1996",90.23683,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","1997","1997",91.10909,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","1998","1998",95.35872,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","1999","1999",92.77983,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2000","2000",92.31201,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2001","2001",91.85601,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2002","2002",94.13136,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2003","2003",97.17626,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2004","2004",98.89282,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2005","2005",97.56118,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2006","2006",95.16872,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2007","2007",94.8939,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2008","2008",94.47725,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2009","2009",94.41935,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2010","2010",93.85431,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2011","2011",93.14992,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2012","2012",91.98158,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2015","2015",90.80108,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2016","2016",90.04297,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","1990","1990",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","1991","1991",99.52518,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","1992","1992",99.22129,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","1994","1994",99.7614,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","1995","1995",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","2013","2013",98.87755,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","2014","2014",98.50649,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","2015","2015",98.96358,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","2016","2016",98.43612,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PLW","Palau","2013","2013",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PLW","Palau","2014","2014",98.7303,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","1995","1995",97.01805,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","1996","1996",98.10855,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","1997","1997",98.83481,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","1999","1999",99.91317,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2000","2000",99.75138,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2001","2001",99.6668,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2002","2002",99.58188,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2003","2003",99.5373,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2004","2004",99.3434,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2005","2005",99.30466,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2006","2006",99.21508,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2007","2007",99.15904,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2008","2008",99.10298,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2009","2009",99.14546,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2010","2010",99.25094,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2011","2011",98.99001,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2012","2012",99.3133,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2013","2013",99.452,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2014","2014",99.33222,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2015","2015",99.04157,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2016","2016",98.61219,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","1998","1998",83.99954,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","1999","1999",92.57827,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2000","2000",93.90671,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2001","2001",96.16543,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2002","2002",98.27558,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2003","2003",99.7369,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2005","2005",98.89676,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2006","2006",98.85893,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2007","2007",98.78591,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2008","2008",97.20716,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2009","2009",91.50279,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2010","2010",94.75895,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2011","2011",96.97216,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2012","2012",98.51081,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2013","2013",98.25647,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2014","2014",98.33533,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2015","2015",98.34581,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2016","2016",97.64825,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TON","Tonga","1990","1990",91.48245,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TON","Tonga","1993","1993",91.92431,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TON","Tonga","1998","1998",94.91127,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TON","Tonga","1999","1999",93.16131,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TON","Tonga","2013","2013",94.77467,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","1995","1995",81.91029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","1996","1996",85.23354,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","1997","1997",86.28048,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","1998","1998",90.16943,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","1999","1999",91.63994,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2000","2000",93.86177,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2001","2001",95.48571,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2002","2002",94.18316,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2003","2003",86.54283,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2004","2004",92.8608,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2005","2005",93.07609,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2006","2006",98.16422,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2007","2007",97.86577,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2008","2008",97.89984,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2009","2009",96.16247,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2010","2010",97.03094,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2011","2011",97.41427,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2012","2012",96.8315,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2013","2013",94.48562,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2014","2014",95.16146,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2015","2015",97.00175,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2016","2016",98.08559,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2017","2017",98.31237,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","1999","1999",36.84433,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2002","2002",44.75654,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2003","2003",44.7046,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2004","2004",46.97232,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2005","2005",49.96267,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2006","2006",51.73643,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2007","2007",54.07329,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2009","2009",61.12003,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2010","2010",62.60541,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2011","2011",64.01473,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2012","2012",62.20452,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2014","2014",59.4515,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2015","2015",56.74446,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2016","2016",57.86964,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2017","2017",63.4663,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","1994","1994",78.59044,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","1997","1997",80.86414,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","1999","1999",81.45185,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2000","2000",83.89795,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2001","2001",85.7811,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2002","2002",87.66015,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2003","2003",89.68822,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2004","2004",92.13675,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2012","2012",97.6399,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2014","2014",97.75067,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2017","2017",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","1990","1990",26.02654,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","1991","1991",27.79121,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","1998","1998",39.36896,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","1999","1999",41.83422,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2000","2000",44.94222,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2001","2001",48.39228,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2002","2002",55.71433,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2003","2003",59.19466,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2004","2004",62.45249,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2005","2005",64.51618,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2006","2006",66.68907,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2007","2007",68.71871,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2008","2008",67.75464,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2009","2009",69.22606,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2010","2010",72.09135,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2011","2011",76.15407,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2012","2012",75.43593,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2013","2013",76.56995,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2014","2014",80.29949,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2016","2016",78.85643,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1990","1990",88.49217,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1991","1991",90.49207,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1992","1992",89.44596,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1993","1993",88.69722,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1994","1994",88.73468,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1995","1995",80.55418,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1996","1996",81.62829,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1998","1998",85.53914,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1999","1999",84.82291,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2000","2000",85.97819,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2001","2001",87.50551,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2002","2002",87.43292,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2003","2003",87.49584,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2004","2004",86.71771,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2005","2005",87.2592,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2006","2006",87.80611,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2007","2007",87.04987,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2008","2008",86.584,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2009","2009",87.01792,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2012","2012",93.47424,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2013","2013",93.99667,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2014","2014",89.9062,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","1995","1995",87.95851,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","1996","1996",91.28062,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","1998","1998",98.48809,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","1999","1999",98.39535,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2000","2000",98.03532,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2001","2001",97.90095,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2002","2002",97.78554,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2003","2003",98.92178,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2004","2004",98.2063,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2005","2005",98.48437,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2006","2006",98.74994,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2007","2007",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2008","2008",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2009","2009",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2012","2012",99.86762,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2013","2013",98.36838,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2014","2014",93.82156,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2015","2015",92.89542,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2016","2016",93.07955,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1990","1990",64.25489,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1995","1995",54.71095,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1996","1996",56.91976,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1999","1999",64.92244,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2000","2000",66.39113,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2001","2001",67.65507,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2002","2002",68.41789,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2003","2003",78.08813,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1997","1997",83.12098,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1998","1998",84.97658,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1999","1999",86.91434,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2000","2000",93.18868,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2003","2003",98.06425,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2006","2006",95.17491,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2007","2007",95.91087,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2008","2008",94.84068,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2010","2010",93.64029,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2011","2011",97.75287,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2012","2012",97.72589,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2014","2014",95.36571,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2015","2015",95.58359,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2016","2016",93.00163,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2017","2017",90.82181,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","1992","1992",46.59158,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","1994","1994",67.64691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","1996","1996",85.32331,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","1997","1997",83.9743,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","1998","1998",90.09501,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","1999","1999",91.44437,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2000","2000",92.12719,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2001","2001",95.59491,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2002","2002",98.48535,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2003","2003",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2004","2004",99.91583,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2005","2005",94.52168,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2007","2007",97.48485,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2008","2008",97.67314,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2010","2010",98.47415,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2011","2011",98.89327,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2015","2015",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2016","2016",99.19238,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2017","2017",93.87309,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBR","Liberia","1999","1999",40.83953,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBR","Liberia","2006","2006",78.51415,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBR","Liberia","2008","2008",94.34741,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBR","Liberia","2009","2009",92.56169,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBR","Liberia","2011","2011",96.00872,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBR","Liberia","2014","2014",91.19187,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBR","Liberia","2015","2015",87.64241,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AFG","Afghanistan","1993","1993",28.17121,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","1999","1999",60.9336,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2000","2000",64.76047,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2001","2001",59.76554,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2002","2002",62.45954,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2003","2003",61.51805,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2005","2005",64.95211,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2006","2006",64.48763,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2007","2007",69.87668,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2008","2008",75.12742,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2009","2009",73.76781,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2011","2011",82.10906,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2013","2013",85.99297,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2014","2014",88.58231,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2015","2015",90.36345,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2016","2016",87.55431,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2017","2017",85.88068,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2018","2018",84.88229,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","1999","1999",68.60474,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","2000","2000",71.84903,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","2004","2004",72.6565,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","2005","2005",72.88532,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","2006","2006",72.74425,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","2007","2007",79.02397,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","2008","2008",71.27693,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","2009","2009",72.14792,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","2010","2010",71.70673,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","1997","1997",95.85874,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","1998","1998",96.16893,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","1999","1999",99.3823,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2000","2000",99.85583,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2001","2001",99.87723,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2002","2002",99.88862,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2003","2003",99.87993,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2004","2004",99.19736,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2005","2005",97.79704,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2006","2006",96.75116,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2007","2007",96.38269,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2008","2008",96.32286,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2009","2009",97.13176,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2010","2010",98.27151,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2011","2011",99.36904,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2012","2012",99.90296,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2013","2013",99.90632,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2014","2014",99.89478,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2015","2015",99.90444,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2016","2016",99.87712,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2017","2017",99.90864,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","1990","1990",95.25599,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","1991","1991",96.18994,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","1992","1992",96.77603,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","1993","1993",97.3594,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","1994","1994",96.07832,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","1995","1995",97.64733,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","1996","1996",98.26087,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","1997","1997",98.58998,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","2011","2011",97.6179,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","2012","2012",98.09687,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","2013","2013",99.3241,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","2014","2014",98.32306,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","2015","2015",97.6864,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","2016","2016",95.94702,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2000","2000",98.4134,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2001","2001",97.29532,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2002","2002",98.70662,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2003","2003",98.00317,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2004","2004",98.44496,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2005","2005",95.5359,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2006","2006",93.80365,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2007","2007",89.25153,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2008","2008",89.67437,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2009","2009",97.17521,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2016","2016",98.20205,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1990","1990",93.95406,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1991","1991",93.28779,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1992","1992",92.76676,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1993","1993",91.72262,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1994","1994",99.12952,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1995","1995",99.36424,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1996","1996",99.63503,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1997","1997",99.91919,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1999","1999",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2000","2000",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2001","2001",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2002","2002",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2003","2003",99.53037,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2004","2004",99.04044,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2005","2005",98.84209,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2006","2006",99.21414,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2007","2007",99.87381,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2008","2008",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2009","2009",99.99861,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2010","2010",99.46874,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2011","2011",99.00141,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2012","2012",98.22838,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2015","2015",96.3121,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2016","2016",97.22637,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2000","2000",98.97354,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2001","2001",98.98896,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2002","2002",99.30217,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2003","2003",99.04284,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2004","2004",99.1714,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2005","2005",98.58637,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2006","2006",98.41764,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2007","2007",96.83031,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2008","2008",99.02805,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2009","2009",99.38676,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2010","2010",99.48512,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2011","2011",99.51338,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2012","2012",99.08906,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2013","2013",98.46529,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2014","2014",96.31882,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2015","2015",95.7324,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2016","2016",96.14859,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2017","2017",99.18688,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","1995","1995",85.7133,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2009","2009",91.63186,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2010","2010",91.30191,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2011","2011",90.9703,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2012","2012",94.31432,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2013","2013",94.09043,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2014","2014",93.58088,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2015","2015",95.51443,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2016","2016",96.55176,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2017","2017",95.82546,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",84.9813,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",87.48577,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",90.15007,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",93.12458,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",91.79584,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",92.05827,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",90.87672,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",91.60992,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",92.66077,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",90.80654,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",92.78098,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",93.60396,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",93.61929,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",93.65617,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",92.92073,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",92.65014,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",91.99668,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",88.94373,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",86.19398,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2008","2008",70.33417,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2009","2009",78.31045,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2010","2010",87.31932,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2011","2011",92.68128,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2012","2012",91.62168,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2013","2013",91.03864,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2014","2014",88.57532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2015","2015",85.7814,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2016","2016",82.35992,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2017","2017",81.41625,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","1999","1999",95.90654,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2000","2000",95.17524,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2001","2001",94.16091,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2003","2003",91.82483,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2004","2004",91.58021,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2008","2008",88.97127,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2009","2009",86.85421,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2010","2010",87.67631,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2011","2011",88.98372,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2012","2012",92.67516,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2013","2013",96.95805,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2014","2014",99.25258,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2015","2015",98.44377,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2016","2016",98.52855,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2017","2017",98.58495,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HTI","Haiti","1997","1997",57.78431,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1990","1990",51.7849,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1991","1991",51.01092,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1992","1992",50.99429,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1993","1993",50.42013,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1994","1994",49.43914,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1995","1995",49.27218,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1996","1996",49.36093,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1997","1997",49.8208,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1998","1998",49.38914,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1999","1999",49.82448,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2000","2000",53.18286,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2001","2001",56.93475,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2002","2002",70.71963,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2003","2003",78.40241,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2004","2004",82.62569,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2005","2005",86.8368,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2006","2006",92.53471,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2008","2008",94.07244,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2010","2010",88.07776,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2012","2012",83.15736,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2013","2013",81.20093,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2014","2014",80.22821,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2016","2016",82.07668,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2017","2017",82.07668,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SDN","Sudan","2011","2011",62.29462,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SDN","Sudan","2012","2012",54.03706,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SDN","Sudan","2013","2013",54.70195,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SDN","Sudan","2014","2014",54.18449,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SDN","Sudan","2015","2015",55.13371,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SDN","Sudan","2016","2016",56.67039,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SDN","Sudan","2017","2017",62.67341,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SSD","South Sudan","2011","2011",48.6963,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SSD","South Sudan","2015","2015",38.69603,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PNG","Papua New Guinea","2012","2012",74.87094,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PNG","Papua New Guinea","2016","2016",80.40613,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","1991","1991",96.1762,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","1998","1998",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","1999","1999",99.92006,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2004","2004",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2016","2016",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1990","1990",92.51423,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1992","1992",96.29751,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1997","1997",93.1747,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1999","1999",85.53892,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2000","2000",84.87375,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2002","2002",93.40144,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2003","2003",92.80414,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2004","2004",95.83661,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2005","2005",95.62274,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2006","2006",98.79121,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2007","2007",98.98022,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2009","2009",99.57876,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2010","2010",99.68354,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2011","2011",99.83043,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2012","2012",99.64914,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2013","2013",98.63529,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2014","2014",99.54842,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2015","2015",99.41444,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2016","2016",99.13775,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2017","2017",98.6638,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","1991","1991",91.24584,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","1992","1992",88.86849,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","1993","1993",87.59521,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","1995","1995",89.29665,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","1996","1996",87.83213,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","2003","2003",89.32735,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","2008","2008",97.52312,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","2009","2009",92.26753,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","2010","2010",96.05473,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","2011","2011",98.1908,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","2012","2012",96.70199,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","1990","1990",84.49339,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","1991","1991",80.65712,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","1992","1992",77.54967,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","1993","1993",77.55951,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","1994","1994",82.26238,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","1999","1999",99.81188,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2000","2000",97.97911,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2001","2001",99.66573,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2002","2002",96.78542,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2003","2003",94.22215,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2004","2004",92.67696,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2006","2006",96.98807,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2007","2007",98.58823,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2009","2009",98.28813,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2010","2010",96.5856,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2011","2011",98.58902,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2012","2012",99.36856,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2013","2013",95.9309,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2014","2014",95.48912,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2015","2015",97.25699,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2016","2016",97.61179,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2017","2017",98.25979,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2003","2003",99.71351,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2005","2005",97.23768,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2006","2006",96.46679,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2007","2007",96.0189,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2008","2008",95.11075,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2009","2009",92.73966,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2010","2010",94.21788,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2011","2011",94.18178,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2012","2012",94.3599,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2013","2013",95.50608,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2014","2014",96.42869,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2000","2000",93.01808,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2001","2001",96.70294,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2002","2002",96.17641,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2003","2003",97.0329,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2004","2004",96.74492,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2005","2005",93.4658,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2006","2006",90.42392,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2007","2007",90.32366,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2008","2008",90.94729,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2009","2009",90.52506,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2010","2010",90.06752,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2011","2011",90.91542,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2012","2012",90.59639,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2013","2013",90.54664,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2014","2014",90.06067,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2015","2015",90.19862,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2016","2016",90.2867,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2017","2017",89.81307,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","1997","1997",93.58252,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","1999","1999",95.87864,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2000","2000",97.15496,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2001","2001",98.24301,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2002","2002",98.33935,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2004","2004",99.49719,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2005","2005",98.15505,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2006","2006",97.81582,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2007","2007",97.333,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2008","2008",95.66846,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2009","2009",96.24197,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2015","2015",96.48866,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2016","2016",98.25383,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2017","2017",99.50995,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","1997","1997",89.79967,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","1998","1998",91.3066,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","1999","1999",92.15667,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2000","2000",98.36681,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2006","2006",95.99041,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2007","2007",97.74738,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2008","2008",96.6581,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2010","2010",94.55932,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2011","2011",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2014","2014",96.40162,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2015","2015",94.31777,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2016","2016",93.02274,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2017","2017",91.02754,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","1998","1998",88.82226,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2000","2000",91.19244,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2001","2001",91.97897,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2002","2002",93.73532,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2003","2003",93.56734,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2005","2005",97.04894,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2006","2006",96.88376,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2007","2007",96.32674,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2008","2008",96.48492,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2009","2009",96.45623,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2010","2010",96.27543,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2011","2011",95.87757,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2012","2012",94.94112,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2013","2013",92.27176,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2014","2014",89.88453,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2015","2015",87.39794,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2016","2016",86.08382,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2017","2017",81.77177,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2007","2007",83.97661,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2008","2008",84.84899,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2009","2009",82.80619,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2010","2010",78.222,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2011","2011",77.75144,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2012","2012",77.35624,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2014","2014",76.66839,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2015","2015",81.16522,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2017","2017",82.62405,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1990","1990",86.83554,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1991","1991",86.64003,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1992","1992",86.0317,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1993","1993",85.80588,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1994","1994",85.88601,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1995","1995",86.13397,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1996","1996",86.8246,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1998","1998",99.16082,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1999","1999",99.63028,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2000","2000",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2001","2001",99.65111,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2002","2002",99.57232,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2003","2003",99.96294,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2004","2004",99.82084,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2005","2005",99.49711,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2006","2006",99.77164,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2007","2007",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2008","2008",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2009","2009",99.94844,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2010","2010",99.60929,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2011","2011",97.73515,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2012","2012",99.88689,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2013","2013",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2014","2014",99.92693,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2015","2015",99.90455,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2016","2016",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","1990","1990",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","1991","1991",98.42823,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","1992","1992",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","1993","1993",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","1994","1994",97.46589,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","1995","1995",98.93867,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","1996","1996",99.13787,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","1999","1999",94.8852,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2000","2000",94.95974,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2002","2002",99.47549,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2003","2003",98.62284,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2004","2004",99.01453,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2005","2005",99.32421,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2006","2006",99.05568,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2007","2007",98.51238,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2008","2008",97.81544,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2010","2010",99.96009,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2011","2011",99.62689,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2012","2012",99.70936,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2013","2013",99.82234,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2014","2014",98.76955,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2015","2015",97.93022,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2016","2016",97.30586,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1993","1993",87.90249,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1994","1994",90.87542,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1995","1995",91.66233,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1996","1996",92.05772,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1998","1998",99.50592,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1999","1999",97.80502,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2000","2000",98.36817,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2001","2001",91.10229,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2002","2002",98.72932,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2003","2003",99.35028,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2004","2004",99.30699,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2005","2005",99.34429,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2013","2013",99.53377,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2014","2014",99.30135,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2015","2015",99.05911,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2016","2016",99.76091,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2017","2017",99.03088,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JOR","Jordan","1999","1999",91.02414,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JOR","Jordan","2000","2000",92.14436,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JOR","Jordan","2002","2002",94.61821,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JOR","Jordan","2003","2003",95.92578,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JOR","Jordan","2004","2004",95.99508,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2002","2002",58.90473,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2003","2003",60.85026,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2004","2004",69.171,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2005","2005",72.36932,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2006","2006",66.082,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2007","2007",70.8904,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2008","2008",71.66677,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2009","2009",73.05829,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2010","2010",74.42195,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2011","2011",71.49483,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2012","2012",71.0586,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2013","2013",75.72716,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2014","2014",79.01869,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2015","2015",79.9663,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2016","2016",84.06756,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2017","2017",83.37998,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZWE","Zimbabwe","1998","1998",84.99282,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZWE","Zimbabwe","1999","1999",86.90054,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2000","2000",87.34814,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2001","2001",89.69503,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2002","2002",86.16232,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2003","2003",85.0466,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2012","2012",93.41941,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2013","2013",90.33753,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","1991","1991",85.73672,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","1993","1993",87.04373,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2000","2000",84.97201,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2003","2003",91.03118,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2004","2004",91.96136,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2005","2005",88.36376,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2006","2006",93.16538,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2007","2007",88.29346,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2008","2008",91.48195,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2009","2009",89.99235,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2010","2010",90.48308,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2011","2011",90.53357,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2012","2012",86.82425,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2013","2013",83.62168,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2014","2014",83.18353,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2015","2015",82.17636,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2016","2016",83.61976,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2017","2017",85.18872,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1990","1990",99.96133,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1991","1991",99.95408,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1992","1992",99.61552,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1993","1993",98.09249,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1994","1994",97.88314,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1995","1995",98.81184,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1996","1996",99.73185,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1997","1997",99.58092,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1999","1999",99.95519,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2000","2000",96.45129,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2001","2001",96.36583,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2002","2002",96.29955,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2003","2003",96.0672,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2004","2004",96.07182,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2005","2005",99.91549,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2006","2006",99.97076,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2007","2007",99.86826,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2008","2008",99.49644,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2009","2009",99.10649,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2010","2010",98.73195,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2011","2011",99.75818,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2012","2012",99.63011,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2013","2013",99.42077,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2014","2014",99.43774,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2015","2015",99.47024,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2016","2016",99.56605,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","1999","1999",99.07957,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2000","2000",96.10016,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2001","2001",93.48851,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2003","2003",94.79796,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2004","2004",96.76954,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2005","2005",95.21185,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2006","2006",96.31182,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2007","2007",96.01848,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2008","2008",96.19757,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2009","2009",97.02893,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2010","2010",98.36482,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2011","2011",97.10772,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2013","2013",98.82039,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2014","2014",98.59484,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2015","2015",99.03051,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2016","2016",98.78419,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2017","2017",99.17795,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","1992","1992",88.84671,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","1993","1993",89.7776,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","1999","1999",90.55414,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","2004","2004",95.0732,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","2005","2005",99.64228,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","2006","2006",98.38719,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","2007","2007",99.98784,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","2008","2008",99.63788,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","2009","2009",98.9601,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","2016","2016",94.18768,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","1997","1997",83.00848,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2003","2003",96.35329,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2004","2004",93.92422,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2005","2005",89.11762,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2006","2006",85.80863,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2007","2007",86.73879,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2008","2008",87.59662,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2009","2009",88.38591,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2010","2010",90.11004,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2011","2011",89.99472,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2012","2012",87.19511,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2013","2013",86.08497,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2014","2014",81.32064,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2015","2015",80.93812,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2016","2016",81.75214,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2017","2017",86.02552,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","1995","1995",92.81567,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","1996","1996",94.60319,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","1997","1997",95.51392,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","1998","1998",97.53323,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","1999","1999",96.57212,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2000","2000",94.42845,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2001","2001",96.28523,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2002","2002",96.76513,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2003","2003",97.73093,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2004","2004",99.55355,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2005","2005",99.04732,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2006","2006",98.43505,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2007","2007",98.36928,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2008","2008",98.49599,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2009","2009",98.3653,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2010","2010",98.21194,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2011","2011",97.91516,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2012","2012",98.22105,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2013","2013",97.42652,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2014","2014",97.16711,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2015","2015",97.46277,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2016","2016",97.15365,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2009","2009",91.78038,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2010","2010",96.83332,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2011","2011",96.67751,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2012","2012",99.40294,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1994","1994",19.10539,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1995","1995",21.84534,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1996","1996",26.06624,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1998","1998",33.50045,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1999","1999",35.99228,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2000","2000",40.06842,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2001","2001",44.33089,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2002","2002",46.56483,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2003","2003",47.35251,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2004","2004",50.22879,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2005","2005",61.1572,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2006","2006",65.83651,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2007","2007",71.00504,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2008","2008",76.63464,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2009","2009",76.20023,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2010","2010",74.28823,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2011","2011",78.25006,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2012","2012",79.49011,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2014","2014",86.31695,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2015","2015",86.01903,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","1993","1993",46.06193,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2000","2000",38.24498,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2001","2001",46.12878,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2002","2002",45.09827,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2003","2003",48.92908,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2004","2004",52.12792,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2005","2005",55.55617,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2006","2006",73.65164,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2007","2007",80.95038,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2008","2008",91.85517,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2009","2009",91.32532,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2010","2010",96.9594,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2017","2017",98.26829,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","1990","1990",30.73785,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","1992","1992",32.4746,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","1993","1993",29.29704,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","1994","1994",30.23315,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","1995","1995",31.31098,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","1996","1996",31.70298,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","1997","1997",30.50633,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","1999","1999",30.95779,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2000","2000",30.60974,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2001","2001",33.55206,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2002","2002",35.23399,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2004","2004",39.20576,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2005","2005",40.50545,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2006","2006",43.64816,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2007","2007",46.47132,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2008","2008",48.98934,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2009","2009",47.98646,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2011","2011",56.97626,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2013","2013",57.2554,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2014","2014",66.38138,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2015","2015",58.8093,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2016","2016",55.50699,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2017","2017",58.14414,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2018","2018",61.22816,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1990","1990",99.52082,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1991","1991",98.98018,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1992","1992",97.55025,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1994","1994",97.15521,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1995","1995",98.51207,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1996","1996",98.97884,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1997","1997",99.75817,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2013","2013",97.77403,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2014","2014",97.4823,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2015","2015",97.73031,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2016","2016",98.52273,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2017","2017",99.18129,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BMU","Bermuda","2011","2011",87.47967,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BMU","Bermuda","2012","2012",85.34694,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","1999","1999",91.01367,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2000","2000",91.53258,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2001","2001",89.94281,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2002","2002",89.80093,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2003","2003",89.27374,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2004","2004",88.19361,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2005","2005",85.38948,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2006","2006",85.01972,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2007","2007",84.46592,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2008","2008",86.80982,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2009","2009",88.52256,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2010","2010",89.2656,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2011","2011",90.60359,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2012","2012",93.21296,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2013","2013",93.8858,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2014","2014",93.75997,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2015","2015",93.19485,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2016","2016",92.99792,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2017","2017",94.00237,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","1991","1991",48.84124,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","1992","1992",46.91565,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","1993","1993",46.16728,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","1994","1994",47.65413,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","1995","1995",50.18978,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","1998","1998",54.90517,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","1999","1999",58.10065,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2000","2000",61.35231,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2001","2001",65.32518,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2002","2002",59.21856,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2004","2004",71.85718,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2005","2005",76.71478,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2006","2006",80.27108,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2007","2007",85.38458,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2008","2008",88.50505,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2009","2009",89.20636,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2010","2010",90.68185,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2011","2011",88.26918,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2012","2012",88.53496,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2013","2013",89.68098,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2014","2014",90.23112,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2015","2015",91.85496,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2016","2016",90.24044,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2017","2017",88.83069,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","1990","1990",92.28523,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","1993","1993",92.63951,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","1998","1998",94.04305,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","1999","1999",90.65427,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","2001","2001",99.04268,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","2004","2004",98.10412,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","2005","2005",98.82917,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","2006","2006",98.91855,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","2012","2012",98.42276,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","2013","2013",96.05037,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","2014","2014",98.69209,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","2015","2015",99.93796,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1990","1990",64.66611,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1992","1992",57.90955,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1993","1993",62.71339,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1994","1994",66.42978,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1996","1996",68.37148,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1997","1997",70.86638,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1998","1998",74.15785,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1999","1999",74.78425,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2000","2000",75.64809,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2001","2001",75.13011,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2002","2002",76.30078,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2003","2003",78.91886,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2004","2004",79.64081,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2005","2005",80.96936,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2006","2006",82.56566,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2007","2007",85.2389,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2008","2008",87.72991,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2009","2009",90.09836,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2010","2010",94.83018,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2011","2011",94.74143,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2012","2012",94.76463,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2013","2013",96.77862,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2014","2014",97.20509,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2015","2015",95.6066,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2016","2016",94.72628,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2017","2017",93.34074,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","1990","1990",96.02134,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","1991","1991",95.31539,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","1992","1992",95.50203,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","1993","1993",93.07034,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","1994","1994",92.24949,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","1995","1995",91.64531,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","1997","1997",92.04452,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","1999","1999",94.9789,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2000","2000",95.85532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2001","2001",96.39444,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2002","2002",96.7181,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2003","2003",97.151,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2004","2004",97.47793,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2005","2005",97.79317,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2006","2006",98.05828,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2007","2007",98.51147,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2008","2008",97.72824,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2009","2009",95.32373,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2010","2010",96.19337,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2011","2011",95.21294,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2012","2012",93.84251,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2013","2013",93.53562,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2014","2014",94.8837,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2015","2015",94.97289,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2016","2016",94.44043,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2005","2005",99.42334,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2006","2006",99.83674,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2007","2007",99.01852,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2008","2008",98.70167,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2009","2009",96.97347,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2010","2010",95.14968,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2011","2011",97.24685,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2012","2012",96.1738,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2013","2013",96.16841,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2014","2014",98.52024,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2015","2015",99.11464,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2016","2016",99.11916,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2017","2017",98.9133,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COK","Cook Islands","1998","1998",92.29672,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COK","Cook Islands","1999","1999",87.86373,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COK","Cook Islands","2000","2000",92.98831,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COK","Cook Islands","2013","2013",98.29932,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRQ","Iraq","1993","1993",73.76117,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRQ","Iraq","1996","1996",71.12847,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRQ","Iraq","1999","1999",83.04126,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRQ","Iraq","2000","2000",82.05639,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRQ","Iraq","2003","2003",88.18782,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRQ","Iraq","2004","2004",86.69343,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRQ","Iraq","2007","2007",86.59845,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1990","1990",78.82103,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1991","1991",79.15245,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1992","1992",77.36127,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1993","1993",97.62945,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1994","1994",96.91663,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1995","1995",96.213,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1996","1996",96.11728,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1997","1997",96.28477,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1999","1999",99.90469,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2000","2000",98.06997,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2001","2001",97.95422,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2002","2002",98.88903,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2003","2003",99.19729,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2004","2004",99.2368,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2005","2005",99.97486,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2006","2006",99.93691,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2007","2007",99.7979,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2008","2008",99.58521,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2009","2009",99.62721,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2010","2010",99.96545,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2011","2011",99.84676,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2012","2012",98.68948,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2013","2013",98.20473,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2014","2014",97.72876,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2015","2015",98.60024,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SMR","San Marino","2009","2009",92.97365,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SMR","San Marino","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SMR","San Marino","2011","2011",93.67268,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SMR","San Marino","2012","2012",93.03226,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2007","2007",96.25799,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2008","2008",95.75896,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2009","2009",93.81729,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2010","2010",94.74042,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2011","2011",93.59464,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2012","2012",93.16548,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2013","2013",92.74734,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2014","2014",93.1742,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2015","2015",94.15601,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2016","2016",95.62483,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2017","2017",97.57645,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","1990","1990",95.62017,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","1991","1991",96.17548,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","1992","1992",96.37626,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","1993","1993",96.80467,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","1994","1994",95.65294,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","1995","1995",96.64849,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","1996","1996",98.36965,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","1997","1997",99.16958,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","2011","2011",98.33011,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","2012","2012",98.14396,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","2013","2013",99.5514,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","2014","2014",99.13612,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","2015","2015",98.80156,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","2016","2016",97.88675,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1990","1990",91.44404,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1991","1991",92.82794,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1992","1992",93.47762,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1993","1993",92.4437,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1994","1994",91.82572,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1995","1995",91.69957,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1996","1996",90.76519,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1997","1997",89.84246,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1999","1999",91.59464,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2000","2000",92.09506,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2001","2001",94.13833,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2002","2002",95.1561,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2003","2003",95.53745,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2004","2004",96.23959,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2005","2005",96.53852,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2006","2006",96.77665,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2007","2007",96.81205,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2008","2008",98.00622,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2012","2012",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2013","2013",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2014","2014",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2015","2015",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2016","2016",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2017","2017",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","1994","1994",50.7578,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","1995","1995",57.36864,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","1996","1996",59.80726,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","1998","1998",61.50818,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","1999","1999",60.25053,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2000","2000",60.437,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2001","2001",64.11006,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2002","2002",62.57533,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2003","2003",65.24633,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2004","2004",71.55555,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2005","2005",69.75705,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2006","2006",72.38181,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2007","2007",72.89879,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2008","2008",69.0851,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2009","2009",68.67826,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2010","2010",68.94387,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2011","2011",69.02389,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2012","2012",67.35926,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2013","2013",70.71878,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2014","2014",72.76513,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2016","2016",69.35297,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2017","2017",74.787,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1990","1990",97.1773,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1991","1991",92.62251,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1993","1993",92.76294,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1994","1994",93.73893,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1995","1995",94.68318,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1996","1996",96.98175,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1997","1997",97.90364,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1998","1998",95.87979,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1999","1999",92.75756,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2000","2000",93.22731,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2001","2001",92.75219,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2002","2002",94.33415,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2003","2003",93.72392,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2004","2004",94.39046,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2005","2005",96.02008,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2006","2006",96.03757,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2007","2007",96.51416,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2008","2008",96.67807,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2009","2009",96.58662,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2010","2010",96.50869,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2011","2011",96.74887,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2012","2012",93.79192,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2013","2013",96.08616,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2014","2014",96.52165,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2015","2015",96.27653,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2016","2016",95.33664,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2017","2017",96.18218,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1991","1991",54.07278,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1992","1992",53.13017,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1993","1993",52.46327,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1994","1994",52.62361,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1995","1995",55.92757,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1999","1999",35.89348,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","1999","1999",66.39277,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2000","2000",72.68057,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2003","2003",80.4559,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2004","2004",81.147,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2011","2011",98.44528,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2012","2012",99.58539,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2014","2014",94.32598,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2015","2015",96.77338,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2016","2016",96.76662,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2017","2017",94.83624,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","1997","1997",30.79729,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","1998","1998",35.5165,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","1999","1999",38.28056,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","2000","2000",40.7423,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","2001","2001",42.50866,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","2002","2002",45.51055,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","2003","2003",47.36538,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","2011","2011",54.72108,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","2013","2013",68.51298,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","2015","2015",70.66246,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","2016","2016",65.60012,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","1992","1992",38.27604,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","1993","1993",41.58852,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","1996","1996",52.74527,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","1998","1998",58.24857,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","1999","1999",69.9049,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2000","2000",68.90091,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2001","2001",71.09073,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2002","2002",69.04351,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2003","2003",74.83454,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2004","2004",76.29953,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2005","2005",74.12602,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2006","2006",78.51477,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2007","2007",79.64564,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2008","2008",74.61169,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2010","2010",72.65031,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2011","2011",71.7254,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2012","2012",74.69117,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2013","2013",73.91682,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2014","2014",74.02255,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2015","2015",80.48024,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2016","2016",82.71369,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2017","2017",85.65649,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2018","2018",87.63833,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1990","1990",63.0066,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1991","1991",64.32246,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1992","1992",64.9052,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1993","1993",63.10153,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1994","1994",64.85776,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1995","1995",64.74943,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1996","1996",64.89883,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1998","1998",58.41084,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1999","1999",55.47233,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2000","2000",76.49961,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2001","2001",76.78652,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2002","2002",77.57909,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2003","2003",77.78025,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2004","2004",75.80694,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2005","2005",75.17067,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2006","2006",75.61756,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2007","2007",73.564,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2008","2008",74.47969,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2009","2009",74.8169,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2010","2010",77.31182,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2011","2011",79.03802,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2012","2012",80.17227,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2013","2013",77.87065,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2014","2014",78.65052,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2015","2015",78.79544,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2016","2016",79.1943,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2017","2017",80.55447,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2002","2002",96.34969,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2003","2003",90.12416,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2004","2004",89.53957,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2005","2005",89.78973,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2006","2006",88.58783,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2007","2007",88.06899,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2008","2008",87.9705,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2009","2009",88.35118,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2010","2010",91.05125,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2011","2011",93.46766,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2012","2012",94.63726,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2013","2013",95.09208,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2014","2014",93.73723,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CMR","Cameroon","1990","1990",68.85068,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CMR","Cameroon","1991","1991",67.2027,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CMR","Cameroon","2011","2011",85.6196,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CMR","Cameroon","2012","2012",89.13725,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CMR","Cameroon","2014","2014",90.45483,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CMR","Cameroon","2015","2015",91.25783,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CMR","Cameroon","2016","2016",91.54872,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CMR","Cameroon","2017","2017",91.55313,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1994","1994",92.28863,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1995","1995",92.65225,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1996","1996",93.69231,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1997","1997",96.07215,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1998","1998",96.45956,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1999","1999",96.2613,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2000","2000",96.9948,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2001","2001",98.56831,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2002","2002",99.36754,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2003","2003",99.31123,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2005","2005",99.37655,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2006","2006",99.45543,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2007","2007",99.36834,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2008","2008",97.2402,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2009","2009",99.13356,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2010","2010",99.27916,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2011","2011",99.16683,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2012","2012",98.82649,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2013","2013",99.04888,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2014","2014",99.0287,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2015","2015",99.04554,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2016","2016",98.91843,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AGO","Angola","1998","1998",45.04854,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AGO","Angola","2008","2008",81.92179,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AGO","Angola","2009","2009",80.71099,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AGO","Angola","2010","2010",81.34668,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AGO","Angola","2011","2011",80.99965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1990","1990",97.32402,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1991","1991",97.67255,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1992","1992",94.73369,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1993","1993",89.58694,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1994","1994",87.22965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1995","1995",87.92818,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1996","1996",85.05253,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1997","1997",81.56646,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1998","1998",81.89296,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2007","2007",94.38354,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2012","2012",94.65951,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2013","2013",93.56582,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2014","2014",94.72532,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2015","2015",99.07086,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","1993","1993",94.16968,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","1995","1995",88.95977,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","1998","1998",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","1999","1999",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2000","2000",99.90788,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2001","2001",99.4991,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2002","2002",99.43566,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2003","2003",99.09127,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2004","2004",98.54097,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2005","2005",98.21609,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2006","2006",98.26599,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2007","2007",98.15818,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2008","2008",97.95104,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2009","2009",98.1518,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2010","2010",98.13508,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2011","2011",98.23091,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2012","2012",93.3815,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2013","2013",96.10726,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2014","2014",96.28467,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2015","2015",97.7026,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2016","2016",99.09854,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2017","2017",99.04633,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2018","2018",99.05031,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","1999","1999",97.24928,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2000","2000",96.9824,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2001","2001",96.73905,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2002","2002",95.83192,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2003","2003",94.91684,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2004","2004",94.11741,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2005","2005",93.50031,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2006","2006",93.58555,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2007","2007",93.69469,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2008","2008",94.20135,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2009","2009",94.75294,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2010","2010",95.22733,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2011","2011",95.1455,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2012","2012",95.66983,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2013","2013",95.94423,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2014","2014",95.34137,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2015","2015",95.14733,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2016","2016",95.59691,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","1994","1994",64.1835,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2000","2000",71.48512,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2001","2001",76.08479,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2002","2002",74.29677,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2003","2003",70.24342,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2008","2008",47.11885,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2009","2009",45.65199,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2010","2010",44.66103,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2011","2011",45.51886,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2012","2012",46.88958,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2015","2015",43.74407,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","1990","1990",30.73785,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","1992","1992",32.4746,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","1993","1993",29.29704,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","1994","1994",30.23315,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","1995","1995",31.31098,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","1996","1996",31.70298,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","1997","1997",30.50633,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","1999","1999",30.95779,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2000","2000",30.60974,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2001","2001",33.55206,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2002","2002",35.23399,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2004","2004",39.20576,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2005","2005",40.50545,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2006","2006",43.64816,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2007","2007",46.47132,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2008","2008",48.98934,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2009","2009",47.98646,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2011","2011",56.82527,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2013","2013",57.2554,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2014","2014",66.38138,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2015","2015",58.8093,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2016","2016",55.35859,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2017","2017",58.14414,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2018","2018",61.22816,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1994","1994",73.40768,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1995","1995",71.51112,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1998","1998",68.34653,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1999","1999",66.85288,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2000","2000",66.64022,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2001","2001",66.2554,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2002","2002",69.05035,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2004","2004",81.24035,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2005","2005",89.19946,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2006","2006",87.26496,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2007","2007",89.59577,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2008","2008",90.06242,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2009","2009",87.11705,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2010","2010",84.57518,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2011","2011",88.40858,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2012","2012",90.12531,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2013","2013",87.90741,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2017","2017",86.02154,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1991","1991",86.9027,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1994","1994",91.45908,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1995","1995",92.58482,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1998","1998",93.2094,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1999","1999",94.11604,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2000","2000",92.17714,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2001","2001",92.24519,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2002","2002",92.30687,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2003","2003",92.52134,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2004","2004",92.32776,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2005","2005",91.00074,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2015","2015",91.55319,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1990","1990",94.73268,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1991","1991",95.76462,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1992","1992",96.16342,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1993","1993",96.2082,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1994","1994",96.43585,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1995","1995",96.46909,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1996","1996",96.37966,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1997","1997",95.57886,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1998","1998",96.59739,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1999","1999",96.52889,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2000","2000",96.86071,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2001","2001",97.52997,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2002","2002",97.70474,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2003","2003",98.38328,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2004","2004",98.99924,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2005","2005",99.19529,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2006","2006",99.05922,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2007","2007",98.962,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2008","2008",99.01703,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2009","2009",98.91213,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2010","2010",98.92807,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2013","2013",67.23215,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1990","1990",88.49217,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1991","1991",90.49207,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1992","1992",89.44596,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1993","1993",88.69722,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1994","1994",88.73468,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1995","1995",80.55418,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1996","1996",81.62829,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1998","1998",85.53914,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1999","1999",84.82291,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2000","2000",85.97819,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2001","2001",87.50551,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2002","2002",87.43292,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2003","2003",87.49584,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2004","2004",86.71771,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2005","2005",88.56165,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2006","2006",88.95477,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2007","2007",87.98704,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2008","2008",87.64027,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2009","2009",87.96676,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2012","2012",94.17393,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2013","2013",94.64097,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2014","2014",90.74813,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1991","1991",27.18227,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1992","1992",27.70352,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1993","1993",28.68706,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1994","1994",29.91303,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1995","1995",31.53515,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1998","1998",34.98034,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1999","1999",35.51457,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2000","2000",36.7463,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2001","2001",37.77186,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2002","2002",36.72142,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2003","2003",39.04855,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2004","2004",41.14892,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2005","2005",45.97286,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2006","2006",49.62343,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2007","2007",54.95361,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2008","2008",61.00304,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2009","2009",63.89452,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2010","2010",60.21008,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2011","2011",64.89106,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2012","2012",66.07419,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2013","2013",66.97221,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2014","2014",68.30393,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2015","2015",69.96008,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2016","2016",75.85293,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2017","2017",77.00493,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRQ","Iraq","1993","1993",73.76117,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRQ","Iraq","1996","1996",71.12847,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRQ","Iraq","1999","1999",83.04126,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRQ","Iraq","2000","2000",82.05639,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRQ","Iraq","2004","2004",86.69343,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRQ","Iraq","2007","2007",86.59845,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","1990","1990",86.83919,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","1999","1999",92.79858,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2000","2000",94.68661,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2001","2001",95.82107,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2002","2002",97.73853,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2004","2004",98.12574,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2005","2005",97.61097,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2006","2006",98.25651,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2007","2007",98.10928,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2008","2008",96.92508,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2009","2009",93.9163,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2010","2010",95.43679,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2011","2011",94.67495,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2012","2012",94.19492,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2013","2013",92.50454,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2014","2014",90.24682,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2015","2015",87.39341,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","1999","1999",63.13629,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2000","2000",66.50717,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2001","2001",67.52009,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2002","2002",61.70423,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2003","2003",72.76976,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2004","2004",70.97219,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2005","2005",71.94646,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2006","2006",71.5382,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2007","2007",81.0672,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2008","2008",77.83292,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2009","2009",79.43925,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2012","2012",84.94183,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","1990","1990",98.6982,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","2000","2000",92.62684,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","2001","2001",93.61632,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","2002","2002",99.52204,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","2003","2003",98.29659,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","2004","2004",96.37275,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","2005","2005",93.96963,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","2006","2006",96.56523,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","2007","2007",95.84399,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1990","1990",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",98.37877,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.76554,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",99.87134,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.81753,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.99594,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",99.39607,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",99.99994,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",99.81127,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",97.97846,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",98.91548,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",98.16507,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.51144,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.53618,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.7385,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2013","2013",99.77758,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2014","2014",99.81163,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2015","2015",99.8812,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.69201,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHN","China","1990","1990",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHN","China","1991","1991",99.00625,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHN","China","1992","1992",97.28421,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHN","China","1993","1993",95.70122,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHN","China","1994","1994",93.87198,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHN","China","1995","1995",91.92768,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHN","China","1996","1996",90.69933,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHN","China","1997","1997",90.03011,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","1994","1994",93.37255,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","1998","1998",96.25547,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","1999","1999",95.86559,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2000","2000",97.55949,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2001","2001",97.64161,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2007","2007",98.36961,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2009","2009",99.72969,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2010","2010",99.42758,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2011","2011",98.49808,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2012","2012",98.62626,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2014","2014",99.19024,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2015","2015",99.44126,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2016","2016",98.64216,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2017","2017",99.38323,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDG","Madagascar","1990","1990",64.66574,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDG","Madagascar","1995","1995",51.88875,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDG","Madagascar","1996","1996",56.84055,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDG","Madagascar","1999","1999",64.66209,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDG","Madagascar","2000","2000",66.05846,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDG","Madagascar","2001","2001",67.28681,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDG","Madagascar","2002","2002",68.0486,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDG","Madagascar","2003","2003",77.96329,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2004","2004",99.45265,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2005","2005",98.20446,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2006","2006",99.34942,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2007","2007",96.18326,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1990","1990",99.0113,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1991","1991",99.56338,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1992","1992",99.47676,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1993","1993",99.79167,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1994","1994",99.42483,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1995","1995",99.11379,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1996","1996",97.91229,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1997","1997",96.27961,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1999","1999",95.75204,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2000","2000",96.6708,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2001","2001",98.07951,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2002","2002",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2004","2004",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2005","2005",99.07254,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2006","2006",98.59748,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2007","2007",97.87776,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2008","2008",98.37767,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2009","2009",98.94261,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2014","2014",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2015","2015",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1990","1990",45.67979,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1991","1991",45.62435,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1992","1992",46.52733,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1993","1993",48.74484,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1994","1994",51.65085,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1995","1995",54.69077,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1996","1996",57.28802,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1997","1997",59.17649,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1998","1998",60.08084,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1999","1999",69.54649,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2000","2000",74.21216,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2001","2001",77.96419,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2002","2002",81.9178,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2003","2003",83.93354,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2004","2004",83.99888,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2005","2005",85.07348,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2006","2006",86.56249,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2007","2007",88.36747,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2008","2008",89.1329,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2009","2009",88.96525,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2010","2010",92.41003,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2011","2011",93.61999,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2012","2012",93.05106,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2013","2013",94.43938,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2014","2014",93.84458,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2016","2016",95.1661,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2017","2017",97.06496,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1994","1994",19.10539,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1995","1995",21.84534,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1996","1996",26.06624,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1998","1998",33.50045,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1999","1999",35.99228,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2000","2000",40.06842,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2001","2001",44.33089,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2002","2002",46.56483,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2003","2003",47.35251,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2004","2004",50.22879,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2005","2005",61.1572,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2006","2006",65.83651,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2007","2007",71.13147,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2008","2008",76.78295,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2009","2009",76.36768,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2010","2010",74.47323,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2011","2011",78.46419,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2012","2012",80.04932,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2014","2014",86.74096,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2015","2015",86.44679,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","1996","1996",79.47675,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","1997","1997",87.70647,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","1998","1998",95.80818,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","1999","1999",96.05625,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2000","2000",96.45953,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2001","2001",96.7731,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2002","2002",96.85725,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2003","2003",95.85825,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2004","2004",95.48257,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2005","2005",96.47137,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2006","2006",96.95689,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2007","2007",96.15585,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2008","2008",96.93764,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2009","2009",97.18417,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2010","2010",96.8483,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2011","2011",96.22353,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2012","2012",95.69838,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2013","2013",95.72604,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2014","2014",95.96557,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2015","2015",96.17438,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2016","2016",96.74053,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1991","1991",96.17142,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1992","1992",96.14938,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1993","1993",91.32005,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1994","1994",83.26495,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1995","1995",84.66302,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1996","1996",93.50836,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1997","1997",90.12694,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1998","1998",88.72601,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1999","1999",95.18814,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2000","2000",91.50669,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2001","2001",88.72281,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2002","2002",88.25236,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2003","2003",86.56848,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2004","2004",87.48195,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2005","2005",86.98028,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2006","2006",87.15759,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2007","2007",86.81368,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2008","2008",86.6739,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2009","2009",88.02572,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2010","2010",87.52558,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2011","2011",90.1018,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2012","2012",92.32448,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2013","2013",98.27657,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2014","2014",99.25474,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2015","2015",98.84333,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2016","2016",99.20537,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2017","2017",97.93103,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","1990","1990",69.24961,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","1991","1991",63.53045,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","2005","2005",55.41766,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","2006","2006",56.15276,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","2007","2007",65.66197,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","2008","2008",74.96557,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","2009","2009",75.426,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","2010","2010",77.59288,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","2011","2011",74.80453,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","2012","2012",76.64166,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SDN","Sudan","2011","2011",55.57246,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SDN","Sudan","2012","2012",56.81843,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SDN","Sudan","2013","2013",58.03168,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SDN","Sudan","2014","2014",59.15437,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SDN","Sudan","2015","2015",59.58011,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SDN","Sudan","2016","2016",62.55882,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SDN","Sudan","2017","2017",61.58681,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SSD","South Sudan","2011","2011",33.95156,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SSD","South Sudan","2015","2015",27.76587,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBR","Liberia","1999","1999",52.57543,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBR","Liberia","2006","2006",35.13252,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBR","Liberia","2008","2008",44.03249,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBR","Liberia","2009","2009",41.84086,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBR","Liberia","2011","2011",42.11373,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBR","Liberia","2014","2014",39.19072,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBR","Liberia","2015","2015",38.96254,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2002","2002",86.56538,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2003","2003",85.2991,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2005","2005",87.62258,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2006","2006",91.20347,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2007","2007",95.92612,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2011","2011",94.63208,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2012","2012",96.02684,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2013","2013",96.24732,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2014","2014",93.68579,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2015","2015",92.29826,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2016","2016",92.09656,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2017","2017",92.44094,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","1997","1997",89.79967,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","1998","1998",91.03668,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","1999","1999",91.91539,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2000","2000",97.593,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2003","2003",99.35833,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2006","2006",95.67571,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2007","2007",97.74738,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2008","2008",96.41851,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2010","2010",94.55932,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2011","2011",99.76249,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2012","2012",99.68008,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2014","2014",96.10171,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2015","2015",94.03066,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2016","2016",92.80914,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2017","2017",90.76655,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","1997","1997",93.58252,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","1999","1999",95.53635,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2000","2000",96.71217,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2001","2001",97.05693,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2002","2002",97.61183,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2004","2004",98.58031,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2005","2005",97.74384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2006","2006",97.2396,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2007","2007",96.73142,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2008","2008",95.66846,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2009","2009",95.84686,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2015","2015",96.3452,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2016","2016",98.21212,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2017","2017",99.49878,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AGO","Angola","1998","1998",48.91116,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AGO","Angola","2008","2008",80.55289,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AGO","Angola","2009","2009",80.14248,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AGO","Angola","2010","2010",83.04865,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AGO","Angola","2011","2011",88.78511,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","1995","1995",82.53185,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","1996","1996",82.41838,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","1997","1997",83.72236,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2004","2004",85.83862,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2005","2005",84.72517,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2006","2006",86.67715,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2007","2007",93.10122,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2008","2008",95.31928,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2009","2009",94.6559,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2011","2011",95.9199,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2012","2012",97.77207,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2013","2013",99.3851,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2014","2014",99.53606,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2015","2015",99.4655,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2016","2016",99.55309,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2017","2017",97.93477,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PNG","Papua New Guinea","2012","2012",71.22858,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PNG","Papua New Guinea","2016","2016",75.75621,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MWI","Malawi","1999","1999",95.47897,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MWI","Malawi","2002","2002",98.5072,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MWI","Malawi","2004","2004",97.25844,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MWI","Malawi","2005","2005",96.71576,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MWI","Malawi","2006","2006",95.22304,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MWI","Malawi","2007","2007",90.75802,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MWI","Malawi","2008","2008",96.96694,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MWI","Malawi","2009","2009",96.82519,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","1999","1999",95.82315,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2008","2008",98.36222,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2009","2009",97.4331,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2010","2010",97.60334,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2011","2011",97.66381,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2012","2012",96.78682,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2013","2013",96.19123,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2014","2014",95.83892,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2015","2015",95.86931,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2016","2016",96.13208,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2017","2017",96.428,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NRU","Nauru","2012","2012",78.22932,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NRU","Nauru","2014","2014",85.06057,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NRU","Nauru","2016","2016",85.76733,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MHL","Marshall Islands","2002","2002",98.63014,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MHL","Marshall Islands","2015","2015",76.19886,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MHL","Marshall Islands","2016","2016",76.06894,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLB","Solomon Islands","2005","2005",73.99164,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLB","Solomon Islands","2006","2006",78.96133,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLB","Solomon Islands","2007","2007",79.25538,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLB","Solomon Islands","2013","2013",70.97352,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLB","Solomon Islands","2014","2014",69.96342,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLB","Solomon Islands","2015","2015",70.73389,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLB","Solomon Islands","2016","2016",72.89054,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLB","Solomon Islands","2017","2017",69.79238,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NRU","Nauru","2012","2012",77.93904,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NRU","Nauru","2014","2014",84.92598,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NRU","Nauru","2016","2016",85.39604,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UGA","Uganda","2009","2009",89.64146,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UGA","Uganda","2010","2010",86.34441,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UGA","Uganda","2011","2011",89.09927,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UGA","Uganda","2013","2013",89.46994,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","1997","1997",93.22034,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","1999","1999",95.65908,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2000","2000",97.56456,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2001","2001",98.73385,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2002","2002",98.63045,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2005","2005",97.90763,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2006","2006",97.5972,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2007","2007",97.60158,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2008","2008",95.37187,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2009","2009",95.18448,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2015","2015",96.32631,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2016","2016",98.92417,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2017","2017",99.50405,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1996","1996",45.85734,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1997","1997",46.8718,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1999","1999",48.1937,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2000","2000",47.08185,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2001","2001",50.98192,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2002","2002",50.31298,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2003","2003",49.88248,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2009","2009",51.04279,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2013","2013",65.39406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2014","2014",68.77008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2015","2015",72.96339,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2016","2016",79.63181,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2017","2017",82.14026,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRI","Puerto Rico","2010","2010",89.56876,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRI","Puerto Rico","2011","2011",86.20643,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRI","Puerto Rico","2012","2012",86.70353,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRI","Puerto Rico","2013","2013",85.79108,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRI","Puerto Rico","2014","2014",86.29397,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRI","Puerto Rico","2015","2015",84.3379,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRI","Puerto Rico","2016","2016",78.52374,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","1999","1999",98.5981,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2000","2000",96.50905,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2001","2001",94.48395,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2003","2003",92.39348,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2004","2004",91.07287,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2008","2008",87.32932,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2009","2009",86.14224,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2010","2010",86.48254,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2011","2011",87.32692,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2012","2012",90.85573,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2013","2013",94.76891,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2014","2014",96.37151,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2015","2015",96.274,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2016","2016",96.20009,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2017","2017",97.61958,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","1999","1999",74.96996,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","2000","2000",80.42634,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","2003","2003",86.00551,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","2004","2004",86.49989,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","2011","2011",98.88186,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","2014","2014",94.74759,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","2015","2015",97.3097,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","2016","2016",97.0167,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","2017","2017",96.07598,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","1990","1990",88.74613,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2000","2000",91.04334,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2001","2001",90.20978,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2002","2002",89.44898,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2003","2003",89.99512,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2007","2007",97.66641,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2008","2008",96.4151,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2009","2009",94.54788,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2010","2010",95.31672,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2011","2011",94.50242,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2012","2012",96.35576,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2013","2013",97.08727,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COK","Cook Islands","1998","1998",91.08417,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COK","Cook Islands","1999","1999",86.6572,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COK","Cook Islands","2000","2000",91.65275,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COK","Cook Islands","2013","2013",96.8254,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GAB","Gabon","1997","1997",91.39805,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","1998","1998",52.98762,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","1999","1999",53.91,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2000","2000",56.69387,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2001","2001",59.88202,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2005","2005",69.62465,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2006","2006",73.33721,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2008","2008",78.67379,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2009","2009",83.10204,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2010","2010",84.94343,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2011","2011",85.90296,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2012","2012",87.49841,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2013","2013",84.84935,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2015","2015",82.77847,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2016","2016",80.97812,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2017","2017",79.86966,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2002","2002",83.97026,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2003","2003",82.32659,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2005","2005",80.02131,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2006","2006",82.1462,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2007","2007",86.67077,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2011","2011",94.63208,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2012","2012",96.02684,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2013","2013",94.71594,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2014","2014",93.27482,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2015","2015",91.96234,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2016","2016",91.84445,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2017","2017",92.05458,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2003","2003",97.32857,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2005","2005",97.83755,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2006","2006",97.92023,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2007","2007",95.88454,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2008","2008",95.68817,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2011","2011",91.9909,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2012","2012",96.93397,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2015","2015",94.62838,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2016","2016",92.48705,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2017","2017",95.93023,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FSM","Micronesia (Federated States of)","2014","2014",83.89062,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FSM","Micronesia (Federated States of)","2015","2015",85.39293,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SMR","San Marino","2009","2009",92.97365,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SMR","San Marino","2012","2012",92.90323,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRI","Puerto Rico","2010","2010",89.21048,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRI","Puerto Rico","2011","2011",81.64207,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRI","Puerto Rico","2012","2012",82.57782,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRI","Puerto Rico","2013","2013",81.82889,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRI","Puerto Rico","2014","2014",82.37756,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRI","Puerto Rico","2015","2015",80.51988,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRI","Puerto Rico","2016","2016",75.0944,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HTI","Haiti","1997","1997",56.87638,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2007","2007",90.47716,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2008","2008",89.01528,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2009","2009",88.67236,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2010","2010",89.75012,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2011","2011",90.40612,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2012","2012",92.10371,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2013","2013",93.39148,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2014","2014",94.52739,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2015","2015",95.21566,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2016","2016",95.84285,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2017","2017",97.11117,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PNG","Papua New Guinea","2012","2012",67.34824,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PNG","Papua New Guinea","2016","2016",73.00112,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AGO","Angola","1998","1998",45.04854,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AGO","Angola","2008","2008",74.89366,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AGO","Angola","2009","2009",74.14881,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AGO","Angola","2010","2010",75.28184,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AGO","Angola","2011","2011",77.45058,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","1994","1994",78.59044,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","1997","1997",80.86414,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","1999","1999",81.25593,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2000","2000",83.72053,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2001","2001",85.57756,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2002","2002",87.42874,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2003","2003",89.42414,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2004","2004",92.13483,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2012","2012",97.09499,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2014","2014",97.12528,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2016","2016",99.18025,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2017","2017",99.16904,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FSM","Micronesia (Federated States of)","2014","2014",85.88917,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FSM","Micronesia (Federated States of)","2015","2015",82.72399,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1990","1990",90.09345,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.33512,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1999","1999",87.17668,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2000","2000",86.31526,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2001","2001",83.9947,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2002","2002",84.65959,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2003","2003",84.69791,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2004","2004",85.13613,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2005","2005",85.29263,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2006","2006",84.96673,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2007","2007",86.02578,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2008","2008",86.04241,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2009","2009",84.71788,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2010","2010",84.42285,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2011","2011",85.79683,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2012","2012",87.37408,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2013","2013",89.52263,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2014","2014",93.99382,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2015","2015",97.84295,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2016","2016",98.67832,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2017","2017",99.00911,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2008","2008",68.43468,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2009","2009",76.16498,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2010","2010",86.06437,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2011","2011",91.29777,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2012","2012",90.74561,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2013","2013",89.59612,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2014","2014",87.96605,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2015","2015",85.03545,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2016","2016",81.32243,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2017","2017",79.77446,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNB","Guinea-Bissau","2000","2000",39.57113,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNB","Guinea-Bissau","2010","2010",70.17047,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","1995","1995",87.95851,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","1996","1996",91.28062,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","1999","1999",98.35422,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2000","2000",98.00857,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2001","2001",97.88435,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2003","2003",96.46589,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2004","2004",95.49894,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2005","2005",95.72521,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2006","2006",95.5973,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2007","2007",96.59281,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2008","2008",96.37451,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2009","2009",96.48933,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2010","2010",99.5684,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2011","2011",99.52095,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2012","2012",99.40163,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2013","2013",98.36838,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2014","2014",93.82156,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2015","2015",92.89542,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2016","2016",93.07955,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","THA","Thailand","2006","2006",99.68809,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","THA","Thailand","2007","2007",99.23902,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","THA","Thailand","2008","2008",98.60382,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","THA","Thailand","2009","2009",98.23624,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","1994","1994",93.37255,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","1998","1998",96.19803,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","1999","1999",92.68121,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2000","2000",91.50019,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2001","2001",94.74684,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2007","2007",98.36961,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2009","2009",99.72969,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2010","2010",96.75891,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2011","2011",95.03154,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2012","2012",96.10919,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2014","2014",97.29307,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2015","2015",97.32764,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2016","2016",96.34263,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2017","2017",96.19354,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","1999","1999",95.90654,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2000","2000",95.17524,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2001","2001",94.16091,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2003","2003",91.82483,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2004","2004",91.58021,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2008","2008",86.95978,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2009","2009",85.24368,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2010","2010",86.04671,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2011","2011",87.03375,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2012","2012",90.03854,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2013","2013",93.92579,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2014","2014",95.92709,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2015","2015",94.85662,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2016","2016",95.06893,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2017","2017",96.45315,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SDN","Sudan","2011","2011",58.98085,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SDN","Sudan","2012","2012",55.4085,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SDN","Sudan","2013","2013",56.34353,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SDN","Sudan","2014","2014",56.63365,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SDN","Sudan","2015","2015",57.32383,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SDN","Sudan","2016","2016",59.56956,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SDN","Sudan","2017","2017",62.13858,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2002","2002",87.13227,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2003","2003",85.53155,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2005","2005",88.61333,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2006","2006",92.21765,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2007","2007",97.07698,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2011","2011",95.15386,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2012","2012",96.42691,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2013","2013",96.54687,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2014","2014",93.98124,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2015","2015",92.80933,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2016","2016",92.32759,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2017","2017",92.39764,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COK","Cook Islands","1998","1998",90.8209,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COK","Cook Islands","1999","1999",86.26068,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2000","2000",94.33628,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2010","2010",98.43514,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2012","2012",98.50793,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2013","2013",96.87816,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2014","2014",97.85553,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2015","2015",95.81028,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUV","Tuvalu","2014","2014",87.74896,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUV","Tuvalu","2016","2016",84.57044,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2002","2002",98.03301,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2011","2011",99.7082,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2015","2015",78.4078,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2016","2016",78.53368,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SSD","South Sudan","2011","2011",47.61081,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SSD","South Sudan","2015","2015",36.4035,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","1999","1999",97.09711,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2000","2000",94.00387,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2001","2001",91.56216,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2003","2003",92.39922,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2004","2004",93.54373,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2005","2005",92.58314,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2006","2006",93.70289,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2007","2007",93.74835,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2008","2008",93.25755,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2009","2009",94.47304,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2010","2010",95.09015,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2011","2011",94.03119,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2012","2012",96.38853,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2013","2013",95.01464,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2014","2014",95.22063,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2015","2015",95.05993,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2016","2016",94.95898,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2017","2017",95.20592,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLB","Solomon Islands","2005","2005",74.02228,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLB","Solomon Islands","2006","2006",79.5247,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLB","Solomon Islands","2007","2007",79.2634,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLB","Solomon Islands","2013","2013",70.97352,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLB","Solomon Islands","2014","2014",69.96342,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLB","Solomon Islands","2015","2015",70.73389,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLB","Solomon Islands","2016","2016",72.89054,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLB","Solomon Islands","2017","2017",69.79238,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2000","2000",86.15579,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2001","2001",88.34377,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2002","2002",90.11345,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2003","2003",91.19536,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2004","2004",91.90308,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2005","2005",90.47526,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2006","2006",88.89961,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2007","2007",88.37485,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2008","2008",89.76004,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2009","2009",88.99993,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2011","2011",87.68947,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2012","2012",85.9668,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2013","2013",85.73029,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2014","2014",85.99656,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2015","2015",85.8207,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2016","2016",87.13858,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2017","2017",86.28515,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2018","2018",87.85977,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AFG","Afghanistan","1993","1993",40.90593,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GAB","Gabon","1997","1997",91.26618,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GAB","Gabon","1997","1997",91.13219,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2000","2000",93.20687,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2001","2001",94.44122,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2002","2002",91.74817,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2003","2003",93.58867,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2004","2004",92.11263,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2005","2005",91.48184,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2006","2006",91.71587,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2007","2007",85.6212,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2008","2008",92.03689,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2009","2009",90.94468,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2010","2010",90.07306,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2017","2017",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHN","China","1990","1990",93.55173,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHN","China","1991","1991",93.22355,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHN","China","1992","1992",92.07016,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHN","China","1993","1993",90.93328,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHN","China","1994","1994",89.64252,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHN","China","1995","1995",88.59098,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHN","China","1996","1996",88.1048,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHN","China","1997","1997",88.18124,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AFG","Afghanistan","1993","1993",28.17121,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","1991","1991",85.57737,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","1994","1994",90.82116,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","1995","1995",91.89458,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","1998","1998",91.90956,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","1999","1999",92.81287,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","2000","2000",91.39928,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","2001","2001",91.05132,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","2002","2002",90.97258,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","2003","2003",91.44246,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","2004","2004",91.47241,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","2005","2005",90.12861,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","2015","2015",91.30817,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AFG","Afghanistan","1993","1993",40.90593,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2002","2002",47.46721,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2003","2003",50.97085,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2004","2004",58.64692,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2005","2005",63.10356,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2006","2006",58.14376,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2007","2007",64.22389,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2008","2008",65.33633,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2009","2009",67.08324,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2010","2010",68.25285,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2011","2011",65.82378,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2012","2012",65.91929,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2013","2013",70.23617,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2014","2014",72.61509,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2015","2015",73.58558,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2016","2016",77.22243,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2017","2017",77.02821,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2007","2007",96.755,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2008","2008",96.36088,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2009","2009",94.16754,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2010","2010",94.93716,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2011","2011",93.86512,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2012","2012",93.38785,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2013","2013",92.94502,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2014","2014",93.39452,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2015","2015",94.39855,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2016","2016",95.80443,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2017","2017",97.76963,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2002","2002",86.56538,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2003","2003",85.2991,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2005","2005",87.62258,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2006","2006",91.20347,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2007","2007",95.92612,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2011","2011",94.63208,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2012","2012",96.02684,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2013","2013",96.24732,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2014","2014",93.68579,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2015","2015",92.29826,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2016","2016",92.09656,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2017","2017",92.44094,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SMR","San Marino","2009","2009",92.11618,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SMR","San Marino","2010","2010",94.19956,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SMR","San Marino","2011","2011",96.99266,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SMR","San Marino","2012","2012",93.12389,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2007","2007",92.41756,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2008","2008",93.58764,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2009","2009",93.01059,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2010","2010",93.81894,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2011","2011",94.41854,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2012","2012",96.0697,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2013","2013",97.20827,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2014","2014",98.59889,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2015","2015",99.24127,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2016","2016",99.26802,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2017","2017",99.23167,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2007","2007",93.02842,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2008","2008",91.50669,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2009","2009",91.21163,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2010","2010",92.39366,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2011","2011",93.25807,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2012","2012",94.86445,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2013","2013",96.07592,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2014","2014",97.19531,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2015","2015",97.82188,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2016","2016",98.18558,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2017","2017",99.33177,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PLW","Palau","2013","2013",98.34171,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PLW","Palau","2014","2014",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","1996","1996",92.72327,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","1997","1997",94.19631,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","1998","1998",96.00536,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","1999","1999",97.21018,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2000","2000",96.78972,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2001","2001",96.81008,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2002","2002",96.21512,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2003","2003",96.57664,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2004","2004",97.16899,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2005","2005",95.91291,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2006","2006",96.69775,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2007","2007",99.52608,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2008","2008",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2012","2012",98.07437,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2013","2013",96.61152,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2014","2014",96.2375,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2015","2015",94.89286,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2016","2016",93.2288,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","1999","1999",50.88164,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2002","2002",58.08587,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2003","2003",58.09155,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2004","2004",55.89704,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2005","2005",62.93659,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2006","2006",63.81375,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2007","2007",65.77832,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2009","2009",72.9719,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2010","2010",73.63326,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2011","2011",74.22603,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2012","2012",71.59151,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2014","2014",67.25697,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2015","2015",64.34658,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2016","2016",66.13217,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2017","2017",70.99335,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1991","1991",47.71637,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1992","1992",48.07795,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1996","1996",53.57624,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1997","1997",54.71443,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1999","1999",56.82821,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2000","2000",55.93253,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2001","2001",60.02847,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2002","2002",60.20069,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2003","2003",55.77923,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2009","2009",56.13078,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2013","2013",69.48177,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2014","2014",74.11694,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2015","2015",77.70366,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2016","2016",87.76549,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2017","2017",89.17269,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PNG","Papua New Guinea","2012","2012",67.34824,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PNG","Papua New Guinea","2016","2016",92.14362,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLE","Sierra Leone","2012","2012",93.89312,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLE","Sierra Leone","2013","2013",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLE","Sierra Leone","2015","2015",95.62467,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLE","Sierra Leone","2016","2016",99.39668,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLE","Sierra Leone","2017","2017",98.6278,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1990","1990",90.09345,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.33512,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1999","1999",90.44319,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2000","2000",89.39834,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2001","2001",86.78906,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2002","2002",87.12518,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2003","2003",87.0365,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2004","2004",87.26206,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2005","2005",87.17675,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2006","2006",86.53263,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2007","2007",87.74526,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2008","2008",87.30179,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2009","2009",85.87801,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2010","2010",85.68188,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2011","2011",86.97673,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2012","2012",88.61192,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2013","2013",90.67748,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2014","2014",95.27361,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2015","2015",99.19004,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2016","2016",99.7518,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2017","2017",99.90667,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","1998","1998",89.98435,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","1999","1999",84.50156,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2000","2000",95.85687,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2005","2005",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2007","2007",93.83621,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2010","2010",98.23079,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2011","2011",98.04639,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2012","2012",97.97678,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2013","2013",97.48568,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2014","2014",96.18642,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2015","2015",91.81478,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2016","2016",94.43778,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FSM","Micronesia (Federated States of)","2014","2014",86.24457,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FSM","Micronesia (Federated States of)","2015","2015",82.72399,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MHL","Marshall Islands","2002","2002",98.28024,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MHL","Marshall Islands","2011","2011",99.39383,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MHL","Marshall Islands","2015","2015",81.8118,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MHL","Marshall Islands","2016","2016",82.40891,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BMU","Bermuda","2005","2005",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BMU","Bermuda","2011","2011",88.39849,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BMU","Bermuda","2012","2012",81.50338,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1996","1996",61.29394,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1997","1997",62.53395,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1999","1999",64.60077,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2000","2000",64.241,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2001","2001",68.30942,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2002","2002",69.2531,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2003","2003",61.60898,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2009","2009",61.12017,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2013","2013",72.23416,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2014","2014",78.66727,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2015","2015",82.42381,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2016","2016",92.4447,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2017","2017",93.26904,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLE","Sierra Leone","2012","2012",92.6725,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLE","Sierra Leone","2013","2013",99.90663,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLE","Sierra Leone","2015","2015",95.41422,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLE","Sierra Leone","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLE","Sierra Leone","2017","2017",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VUT","Vanuatu","1999","1999",98.26808,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VUT","Vanuatu","2000","2000",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VUT","Vanuatu","2001","2001",99.1871,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VUT","Vanuatu","2002","2002",98.50387,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VUT","Vanuatu","2003","2003",99.36588,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VUT","Vanuatu","2004","2004",97.90689,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VUT","Vanuatu","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VUT","Vanuatu","2015","2015",98.16975,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2009","2009",91.41704,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2010","2010",96.63802,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2011","2011",96.6245,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2012","2012",99.53505,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2013","2013",97.82628,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2014","2014",97.46168,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2015","2015",99.65471,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2016","2016",98.87548,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLB","Solomon Islands","2005","2005",74.02228,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLB","Solomon Islands","2006","2006",79.5247,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLB","Solomon Islands","2007","2007",79.2634,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLB","Solomon Islands","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLB","Solomon Islands","2014","2014",98.83879,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLB","Solomon Islands","2015","2015",99.82552,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLB","Solomon Islands","2016","2016",81.81275,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLB","Solomon Islands","2017","2017",100,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2002","2002",95.7359,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2011","2011",99.7082,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2015","2015",77.33046,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2016","2016",77.0831,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GAB","Gabon","1997","1997",91.26618,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2005","2005",97.11044,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2011","2011",85.34821,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2012","2012",83.45787,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","1999","1999",97.28203,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2000","2000",95.85975,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2001","2001",94.32699,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2003","2003",92.11883,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2004","2004",91.31788,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2008","2008",87.15116,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2009","2009",85.70959,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2010","2010",86.27331,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2011","2011",87.18679,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2012","2012",90.4651,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2013","2013",94.36618,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2014","2014",96.1593,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2015","2015",95.59661,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2016","2016",95.65855,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2017","2017",97.06175,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SDN","Sudan","2011","2011",62.29462,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SDN","Sudan","2012","2012",54.03706,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SDN","Sudan","2013","2013",54.70195,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SDN","Sudan","2014","2014",54.18449,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SDN","Sudan","2015","2015",55.13371,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SDN","Sudan","2016","2016",56.67039,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SDN","Sudan","2017","2017",61.36773,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UGA","Uganda","2009","2009",91.43782,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UGA","Uganda","2010","2010",87.71993,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UGA","Uganda","2011","2011",90.43836,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UGA","Uganda","2013","2013",90.99799,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1990","1990",90.43813,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.20491,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1999","1999",87.61162,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2000","2000",86.4715,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2001","2001",84.18648,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2002","2002",84.20473,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2003","2003",84.40887,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2004","2004",84.36457,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2005","2005",84.58777,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2006","2006",85.15294,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2007","2007",85.91567,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2008","2008",85.98333,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2009","2009",85.27585,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2010","2010",85.46155,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2011","2011",86.73555,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2012","2012",88.37354,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2013","2013",90.67789,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2014","2014",94.95744,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2015","2015",98.03818,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2016","2016",99.02526,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2017","2017",99.19142,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AFG","Afghanistan","1993","1993",40.90593,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SSD","South Sudan","2011","2011",34.92226,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SSD","South Sudan","2015","2015",29.87777,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MHL","Marshall Islands","2002","2002",99.43594,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MHL","Marshall Islands","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MHL","Marshall Islands","2015","2015",77.82666,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MHL","Marshall Islands","2016","2016",77.85777,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1990","1990",89.77113,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.45951,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1999","1999",86.98383,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2000","2000",86.42017,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2001","2001",84.05471,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2002","2002",85.20747,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2003","2003",85.0777,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2004","2004",85.9693,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2005","2005",86.05516,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2006","2006",84.87032,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2007","2007",86.22183,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2008","2008",86.18541,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2009","2009",84.30894,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2010","2010",83.59916,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2011","2011",85.02803,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2012","2012",86.55365,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2013","2013",88.66111,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2014","2014",93.34356,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2015","2015",97.8422,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2016","2016",98.41562,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2017","2017",98.84597,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SSD","South Sudan","2011","2011",33.91848,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SSD","South Sudan","2015","2015",27.73212,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2008","2008",69.35402,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2009","2009",77.16822,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2010","2010",86.74269,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2011","2011",91.98119,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2012","2012",91.33514,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2013","2013",90.67446,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2014","2014",89.33567,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2015","2015",86.57453,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2016","2016",83.35462,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2017","2017",82.27214,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GAB","Gabon","1997","1997",91.13219,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2000","2000",91.17327,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2001","2001",92.47719,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2002","2002",90.94118,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2003","2003",92.92707,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2004","2004",91.46523,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2005","2005",91.52601,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2006","2006",90.62948,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2008","2008",91.35499,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2009","2009",89.33432,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2010","2010",89.07251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2012","2012",91.95932,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2013","2013",96.54879,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2015","2015",92.37492,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2016","2016",98.31896,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2005","2005",75.40129,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2006","2006",80.36891,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2007","2007",80.52134,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2013","2013",99.61313,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2014","2014",99.43754,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2015","2015",99.91553,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2016","2016",81.64351,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2017","2017",99.83631,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NRU","Nauru","2007","2007",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NRU","Nauru","2012","2012",79.6807,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NRU","Nauru","2014","2014",86.40646,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NRU","Nauru","2016","2016",88.24257,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COM","Comoros","1994","1994",75.96508,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COM","Comoros","1999","1999",65.70285,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COM","Comoros","2000","2000",72.68438,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COM","Comoros","2007","2007",81.99902,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COM","Comoros","2013","2013",90.20559,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COM","Comoros","2014","2014",87.85151,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COM","Comoros","2017","2017",85.92433,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUV","Tuvalu","2014","2014",99.66092,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUV","Tuvalu","2016","2016",97.48478,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SSD","South Sudan","2011","2011",47.693,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SSD","South Sudan","2015","2015",36.44906,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLB","Solomon Islands","2005","2005",76.6794,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLB","Solomon Islands","2006","2006",81.15159,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLB","Solomon Islands","2007","2007",81.68846,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLB","Solomon Islands","2013","2013",99.24956,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLB","Solomon Islands","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLB","Solomon Islands","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLB","Solomon Islands","2016","2016",81.48478,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLB","Solomon Islands","2017","2017",99.68285,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2014","2014",82.99556,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2015","2015",84.00917,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2009","2009",90.11066,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2010","2010",96.40794,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2011","2011",96.54229,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2012","2012",99.59917,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AFG","Afghanistan","1993","1993",14.38843,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SDN","Sudan","2011","2011",58.98085,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SDN","Sudan","2012","2012",55.4085,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SDN","Sudan","2013","2013",56.34353,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SDN","Sudan","2014","2014",56.63365,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SDN","Sudan","2015","2015",57.32383,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SDN","Sudan","2016","2016",59.56956,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SDN","Sudan","2017","2017",62.13858,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2008","2008",71.27389,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2009","2009",79.40467,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2010","2010",87.87229,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2011","2011",93.35354,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2012","2012",91.89704,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2013","2013",90.41207,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2014","2014",86.79661,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2015","2015",83.46626,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2016","2016",80.37842,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2017","2017",79.31276,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FSM","Micronesia (Federated States of)","2014","2014",88.29697,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FSM","Micronesia (Federated States of)","2015","2015",85.39293,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2010","2010",86.93956,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2011","2011",83.5627,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2012","2012",83.92829,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2013","2013",83.73326,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2014","2014",83.23738,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2015","2015",81.45834,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2016","2016",76.03781,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUV","Tuvalu","2014","2014",99.3514,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUV","Tuvalu","2015","2015",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUV","Tuvalu","2016","2016",100,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MHL","Marshall Islands","2002","2002",94.81252,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MHL","Marshall Islands","2015","2015",79.47097,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MHL","Marshall Islands","2016","2016",79.64725,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1990","1990",90.43813,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.20491,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1999","1999",87.86868,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2000","2000",86.68515,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2001","2001",84.41492,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2002","2002",84.36752,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2003","2003",84.59779,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2004","2004",84.49499,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2005","2005",84.69822,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2006","2006",85.28824,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2007","2007",86.04783,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2008","2008",86.08495,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2009","2009",85.42199,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2010","2010",85.65026,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2011","2011",86.95397,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2012","2012",88.5243,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2013","2013",90.94319,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2014","2014",95.19539,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2015","2015",98.27678,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2016","2016",99.04151,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2017","2017",99.2292,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GAB","Gabon","1997","1997",91.13219,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SSD","South Sudan","2011","2011",40.89669,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SSD","South Sudan","2015","2015",32.15954,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SDN","Sudan","2011","2011",62.29462,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SDN","Sudan","2012","2012",54.03706,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SDN","Sudan","2013","2013",54.70195,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SDN","Sudan","2014","2014",54.18449,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SDN","Sudan","2015","2015",55.13371,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SDN","Sudan","2016","2016",56.67039,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SDN","Sudan","2017","2017",62.67341,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2014","2014",87.32173,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2015","2015",84.00917,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FSM","Micronesia (Federated States of)","2014","2014",82.16401,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FSM","Micronesia (Federated States of)","2015","2015",82.72399,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PNG","Papua New Guinea","2012","2012",71.22858,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PNG","Papua New Guinea","2016","2016",95.31866,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2000","2000",93.20687,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2001","2001",94.44122,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2002","2002",91.74817,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2003","2003",93.58867,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2004","2004",92.11263,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2005","2005",91.48184,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2006","2006",91.71587,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2008","2008",92.03689,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2009","2009",90.94468,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2010","2010",90.07306,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SSD","South Sudan","2011","2011",40.83879,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SSD","South Sudan","2015","2015",32.11981,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUV","Tuvalu","2014","2014",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUV","Tuvalu","2015","2015",99.15561,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUV","Tuvalu","2016","2016",95.35811,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1990","1990",83.5767,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1991","1991",83.42111,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1992","1992",83.29092,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1993","1993",83.57292,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1994","1994",83.88084,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1995","1995",83.31359,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1996","1996",82.8129,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1997","1997",82.55979,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1998","1998",82.25658,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1999","1999",82.21949,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2000","2000",82.93014,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2001","2001",82.8434,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2002","2002",82.38643,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2003","2003",82.93306,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2004","2004",84.15003,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2005","2005",85.15375,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2006","2006",85.8945,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2007","2007",87.95684,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2008","2008",86.88842,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2009","2009",86.68257,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2010","2010",87.09205,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2011","2011",86.72664,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2012","2012",87.45658,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2013","2013",87.4998,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2014","2014",87.99005,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2015","2015",88.54827,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2016","2016",89.00004,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2017","2017",88.90501,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","1994","1994",69.09728,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","1995","1995",67.75982,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","1996","1996",70.72466,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","1997","1997",71.19894,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","1998","1998",71.91693,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","1999","1999",73.34526,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2000","2000",74.49802,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2001","2001",76.32282,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2002","2002",77.81803,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2003","2003",78.94464,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2004","2004",80.0437,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2005","2005",80.59584,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2006","2006",81.41689,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2007","2007",83.34002,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2008","2008",84.54434,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2009","2009",84.87642,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2010","2010",86.20816,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2011","2011",85.94156,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2012","2012",87.21317,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2013","2013",85.85661,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2014","2014",85.35522,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2015","2015",85.73626,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2016","2016",86.27015,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2017","2017",86.58238,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1990","1990",89.70766,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1991","1991",90.04924,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1992","1992",90.95879,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1993","1993",91.24011,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1994","1994",90.83339,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1995","1995",90.85049,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1996","1996",91.41174,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1997","1997",90.44315,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1998","1998",92.80288,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1999","1999",93.38419,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2000","2000",94.14019,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2001","2001",94.56193,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2002","2002",94.40026,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2003","2003",93.84645,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2004","2004",93.97281,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2005","2005",93.72152,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2006","2006",93.26979,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2007","2007",93.00071,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2008","2008",94.39493,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2009","2009",94.46878,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2010","2010",94.69547,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2011","2011",94.79261,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2012","2012",94.84815,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2013","2013",93.55426,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2014","2014",93.22249,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2015","2015",93.09283,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2016","2016",93.1506,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2017","2017",93.05572,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1991","1991",84.48451,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1992","1992",84.33141,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1993","1993",84.55608,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1994","1994",84.7139,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1995","1995",84.32049,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1996","1996",83.88202,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1997","1997",83.30899,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1998","1998",82.21301,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1999","1999",81.89355,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2000","2000",82.53946,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2001","2001",82.49555,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2002","2002",82.56071,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2003","2003",83.28772,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2004","2004",85.54676,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2005","2005",87.04658,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2006","2006",88.13274,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2007","2007",89.69614,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2008","2008",88.58478,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2009","2009",87.956,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2010","2010",88.48741,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2011","2011",87.48907,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2012","2012",88.77761,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2013","2013",89.14528,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2014","2014",89.82215,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2015","2015",90.43005,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2016","2016",90.8214,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2017","2017",90.55261,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1990","1990",84.1356,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1991","1991",84.15894,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1992","1992",83.92332,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1993","1993",84.06682,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1994","1994",84.06482,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1995","1995",83.39343,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1996","1996",83.159,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1997","1997",83.09321,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1998","1998",83.8111,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1999","1999",84.82075,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2000","2000",85.48864,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2001","2001",85.69222,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2002","2002",86.44535,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2003","2003",87.63052,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2004","2004",88.63812,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2005","2005",88.4429,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2006","2006",88.6208,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2007","2007",89.88214,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2008","2008",89.65611,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2009","2009",89.71919,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2010","2010",90.00118,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2011","2011",89.91066,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2012","2012",90.14126,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2013","2013",90.03876,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2014","2014",90.22604,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2015","2015",90.50936,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2016","2016",90.72103,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2017","2017",90.64531,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1990","1990",74.20326,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1991","1991",74.27887,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1992","1992",74.64741,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1993","1993",75.72691,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1994","1994",76.53107,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1995","1995",76.42175,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1996","1996",76.30123,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1997","1997",75.95105,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1998","1998",74.82335,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1999","1999",74.95737,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2000","2000",76.23768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2001","2001",76.52628,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2002","2002",77.30442,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2003","2003",81.16544,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2004","2004",83.57407,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2005","2005",85.24003,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2006","2006",86.61318,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2007","2007",88.31232,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2008","2008",87.97522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2009","2009",88.06609,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2010","2010",88.5308,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2011","2011",87.74818,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2012","2012",88.59651,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2013","2013",88.86506,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2014","2014",89.39259,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2015","2015",89.892,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2016","2016",90.22733,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2017","2017",89.94637,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","1999","1999",90.86779,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2000","2000",90.54719,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2001","2001",90.50498,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2002","2002",90.24715,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2003","2003",89.20614,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2004","2004",89.90865,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2005","2005",89.56228,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2006","2006",89.34219,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2007","2007",88.98873,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2008","2008",89.24268,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2009","2009",89.37569,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2010","2010",89.74043,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2011","2011",89.93717,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2012","2012",90.94876,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2013","2013",91.64844,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2014","2014",92.05987,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2015","2015",92.14152,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2016","2016",92.72259,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2017","2017",93.32382,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1991","1991",92.19063,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1992","1992",91.73752,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1993","1993",91.13582,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1994","1994",90.17562,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1995","1995",89.37279,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1996","1996",89.05162,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1997","1997",88.99163,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1998","1998",91.13884,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1999","1999",93.28111,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2000","2000",93.62854,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2001","2001",94.17899,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2002","2002",96.40581,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2003","2003",96.32951,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2004","2004",96.52865,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2005","2005",95.15786,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2006","2006",94.52895,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2007","2007",95.01259,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2008","2008",95.23213,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2009","2009",95.31163,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2010","2010",95.20547,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2011","2011",95.17562,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2012","2012",95.19803,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2013","2013",94.85131,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2014","2014",94.98274,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2015","2015",95.06315,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2016","2016",95.09786,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2017","2017",95.04457,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","1997","1997",95.12767,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","1998","1998",95.90288,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","1999","1999",95.87523,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2000","2000",95.79124,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2001","2001",95.68836,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2002","2002",95.47544,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2003","2003",95.76088,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2004","2004",95.50219,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2005","2005",95.80469,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2006","2006",96.03609,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2007","2007",96.4345,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2008","2008",96.65752,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2009","2009",96.1114,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2010","2010",96.03675,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2011","2011",95.59089,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2012","2012",96.02899,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2013","2013",95.81452,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2014","2014",95.71214,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2015","2015",96.21355,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2016","2016",96.52791,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2017","2017",96.5262,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1990","1990",89.73013,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1991","1991",90.03319,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1992","1992",91.07036,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1993","1993",91.36448,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1994","1994",90.95352,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1995","1995",90.98222,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1996","1996",91.61798,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1997","1997",90.55368,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1998","1998",92.98575,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1999","1999",93.59224,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2000","2000",94.33415,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2001","2001",94.72411,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2002","2002",94.79014,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2003","2003",94.48132,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2004","2004",94.4417,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2005","2005",93.45585,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2006","2006",92.97069,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2007","2007",92.7034,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2008","2008",94.51376,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2009","2009",94.29822,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2010","2010",94.55594,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2011","2011",94.7046,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2012","2012",94.60045,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2013","2013",93.34731,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2014","2014",92.98921,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2015","2015",92.86209,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2016","2016",92.79043,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2017","2017",92.67438,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1990","1990",41.98126,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1991","1991",43.62385,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1992","1992",42.9936,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1993","1993",42.9349,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1994","1994",44.04633,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1995","1995",45.69265,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1996","1996",45.69528,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1997","1997",48.52916,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1998","1998",48.90633,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1999","1999",49.2066,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2000","2000",51.46802,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2001","2001",53.95085,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2002","2002",57.83901,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2003","2003",60.76039,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2004","2004",63.54145,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2005","2005",66.02585,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2006","2006",68.77523,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2007","2007",70.78327,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2008","2008",73.66266,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2009","2009",74.59343,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2010","2010",74.44138,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2011","2011",75.81708,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2012","2012",76.94272,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2013","2013",76.90805,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2014","2014",77.28686,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2015","2015",76.9127,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2016","2016",77.06461,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2017","2017",76.97538,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1990","1990",52.90745,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1991","1991",53.88166,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1992","1992",53.62565,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1993","1993",54.07402,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1994","1994",54.42362,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1995","1995",55.24586,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1996","1996",53.94913,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1997","1997",56.73052,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1998","1998",57.4551,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1999","1999",58.13025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2000","2000",60.38381,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2001","2001",62.14801,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2002","2002",63.65337,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2003","2003",66.05742,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2004","2004",67.67539,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2005","2005",69.77974,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2006","2006",71.14803,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2007","2007",73.86377,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2008","2008",74.64425,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2009","2009",75.0358,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2010","2010",74.90492,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2011","2011",76.54266,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2012","2012",77.13507,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2013","2013",77.76207,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2014","2014",78.12245,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2015","2015",78.13177,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2016","2016",78.28412,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2017","2017",78.24843,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","1997","1997",94.78889,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","1998","1998",95.77142,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","1999","1999",95.68456,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2000","2000",95.64906,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2001","2001",95.99848,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2002","2002",95.71377,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2003","2003",96.01919,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2004","2004",95.78529,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2005","2005",96.15915,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2006","2006",96.49383,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2007","2007",96.68062,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2008","2008",96.91762,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2009","2009",96.6132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2010","2010",96.19453,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2011","2011",96.12539,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2012","2012",96.08459,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2013","2013",95.96985,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2014","2014",96.15054,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2015","2015",96.6033,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2016","2016",96.53614,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2017","2017",96.51487,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1990","1990",95.75938,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1991","1991",95.44532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1992","1992",94.67537,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1993","1993",93.83086,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1994","1994",92.95914,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1995","1995",91.83803,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1996","1996",91.20939,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1997","1997",90.76427,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1998","1998",92.54374,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1999","1999",94.28241,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2000","2000",94.48893,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2001","2001",94.72437,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2002","2002",96.78153,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2003","2003",96.58351,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2004","2004",96.62639,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2005","2005",94.67301,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2006","2006",94.32958,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2007","2007",95.28074,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2008","2008",95.37141,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2009","2009",95.69768,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2010","2010",95.82511,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2011","2011",96.01302,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2012","2012",95.8667,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2013","2013",95.49322,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2014","2014",95.56863,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2015","2015",95.75069,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2016","2016",95.83778,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2017","2017",95.86831,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1991","1991",77.77463,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1992","1992",77.47123,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1993","1993",77.7616,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1994","1994",78.02643,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1995","1995",77.79483,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1996","1996",77.78499,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1997","1997",78.08401,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1998","1998",78.82387,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1999","1999",79.80024,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2000","2000",80.63368,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2001","2001",81.10958,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2002","2002",82.13083,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2003","2003",84.17151,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2004","2004",85.28873,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2005","2005",85.53285,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2006","2006",86.08925,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2007","2007",87.19326,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2008","2008",87.61877,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2009","2009",87.94185,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2010","2010",88.07627,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2011","2011",88.28413,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2012","2012",88.42958,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2013","2013",88.26817,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2014","2014",88.3319,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2015","2015",88.41831,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2016","2016",88.51683,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2017","2017",88.4223,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1990","1990",68.35907,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1991","1991",68.58205,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1992","1992",68.8215,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1993","1993",70.19638,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1994","1994",71.42405,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1995","1995",70.98307,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1996","1996",71.16982,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1997","1997",71.39073,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1998","1998",71.22197,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1999","1999",72.11658,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2000","2000",73.67627,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2001","2001",74.29635,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2002","2002",74.7027,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2003","2003",79.11296,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2004","2004",80.59416,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2005","2005",81.75514,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2006","2006",82.85707,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2007","2007",84.65336,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2008","2008",84.74149,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2009","2009",85.41291,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2010","2010",86.08701,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2011","2011",86.26058,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2012","2012",86.31854,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2013","2013",86.25317,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2014","2014",86.24953,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2015","2015",86.48572,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2016","2016",86.71512,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2017","2017",86.608,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1993","1993",93.94014,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1994","1994",93.82451,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1995","1995",92.71351,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1996","1996",92.99302,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1997","1997",93.07491,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1998","1998",93.5353,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1999","1999",93.72518,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2000","2000",93.08618,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2001","2001",93.62762,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2002","2002",94.4349,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2003","2003",94.56254,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2004","2004",92.92523,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2005","2005",93.92196,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2006","2006",93.94403,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2007","2007",94.11855,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2008","2008",94.14516,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2009","2009",93.71605,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2010","2010",94.35105,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2011","2011",94.40054,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2012","2012",94.03531,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2013","2013",94.17651,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2014","2014",94.16963,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2015","2015",94.5325,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2016","2016",94.50854,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2017","2017",94.50916,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1990","1990",48.07268,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1991","1991",49.34935,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1992","1992",48.45228,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1993","1993",48.30955,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1994","1994",49.28857,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1995","1995",51.35027,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1996","1996",51.50193,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1997","1997",54.18314,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1998","1998",54.28773,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1999","1999",54.05222,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2000","2000",56.28538,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2001","2001",58.7072,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2002","2002",62.3102,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2003","2003",65.03536,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2004","2004",67.40648,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2005","2005",69.86127,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2006","2006",72.20589,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2007","2007",74.09738,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2008","2008",76.76475,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2009","2009",77.4779,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2010","2010",77.27929,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2011","2011",78.58481,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2012","2012",79.51573,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2013","2013",79.49782,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2014","2014",79.60332,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2015","2015",79.27368,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2016","2016",79.38099,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2017","2017",79.28093,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1991","1991",89.02752,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1992","1992",88.65959,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1993","1993",88.45082,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1994","1994",88.14904,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1995","1995",87.32233,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1996","1996",86.81624,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1997","1997",86.53639,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1998","1998",87.06307,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1999","1999",87.73204,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2000","2000",88.19181,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2001","2001",88.26618,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2002","2002",88.85291,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2003","2003",88.9879,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2004","2004",89.87416,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2005","2005",89.53879,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2006","2006",89.59374,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2007","2007",90.92319,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2008","2008",90.41648,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2009","2009",90.17857,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2010","2010",90.39462,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2011","2011",90.15404,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2012","2012",90.5726,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2013","2013",90.5142,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2014","2014",90.83514,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2015","2015",91.21952,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2016","2016",91.48428,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2017","2017",91.40722,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1990","1990",97.80259,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1991","1991",97.81277,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1992","1992",97.03949,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1993","1993",96.65155,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1994","1994",96.31987,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1995","1995",96.97847,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1996","1996",96.84771,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1997","1997",96.75125,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1998","1998",97.18445,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1999","1999",96.98833,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2000","2000",96.75384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2001","2001",96.86443,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2002","2002",96.30007,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2003","2003",96.66276,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2004","2004",96.06224,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2005","2005",96.40387,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2006","2006",96.68313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2007","2007",96.89144,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2008","2008",97.07615,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2009","2009",96.29491,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2010","2010",95.63491,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2011","2011",95.27286,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2012","2012",95.53819,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2013","2013",95.64458,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2014","2014",95.77645,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2015","2015",96.1707,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2016","2016",96.72567,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2017","2017",96.72424,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1993","1993",92.98877,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1994","1994",92.82423,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1995","1995",91.80139,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1996","1996",92.03843,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1997","1997",92.09853,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1998","1998",92.41477,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1999","1999",92.59094,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2000","2000",91.96312,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2001","2001",92.64945,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2002","2002",93.53086,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2003","2003",93.83965,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2004","2004",92.13488,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2005","2005",93.2004,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2006","2006",93.3711,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2007","2007",93.60249,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2008","2008",93.71101,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2009","2009",93.3851,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2010","2010",94.10771,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2011","2011",94.23027,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2012","2012",93.85421,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2013","2013",94.09195,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2014","2014",94.12553,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2015","2015",94.52548,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2016","2016",94.47234,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2017","2017",94.47709,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1991","1991",97.54912,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1992","1992",96.64415,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1993","1993",95.66915,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1994","1994",94.72837,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1995","1995",93.41934,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1996","1996",92.47527,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1997","1997",91.83176,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1998","1998",93.21366,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1999","1999",94.58793,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2000","2000",94.78981,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2001","2001",95.00378,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2002","2002",96.98937,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2003","2003",96.87489,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2004","2004",96.85396,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2005","2005",94.93249,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2006","2006",94.5658,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2007","2007",95.40311,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2008","2008",95.51001,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2009","2009",95.81005,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2010","2010",95.74333,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2011","2011",95.71912,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2012","2012",95.81871,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2013","2013",95.45976,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2014","2014",95.71076,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2015","2015",96.05348,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2016","2016",96.30847,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2017","2017",96.35168,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","1999","1999",91.45898,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2000","2000",91.13721,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2001","2001",91.24889,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2002","2002",90.97051,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2003","2003",90.12569,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2004","2004",90.71222,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2005","2005",90.32513,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2006","2006",90.13005,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2007","2007",89.64776,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2008","2008",89.89643,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2009","2009",90.04889,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2010","2010",90.39859,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2011","2011",90.71988,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2012","2012",91.73606,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2013","2013",92.53512,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2014","2014",92.76952,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2015","2015",92.78496,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2016","2016",93.29032,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2017","2017",93.72118,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1991","1991",63.37719,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1992","1992",64.29634,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1993","1993",66.28545,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1994","1994",67.778,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1995","1995",67.96901,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1996","1996",68.18196,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1997","1997",68.06407,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1998","1998",66.89126,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1999","1999",67.49524,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2000","2000",69.43706,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2001","2001",70.06149,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2002","2002",71.59627,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2003","2003",78.85493,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2004","2004",81.42225,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2005","2005",83.26663,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2006","2006",84.95093,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2007","2007",86.79645,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2008","2008",87.30667,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2009","2009",88.18697,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2010","2010",88.57848,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2011","2011",88.03322,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2012","2012",88.39721,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2013","2013",88.55677,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2014","2014",88.92035,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2015","2015",89.30113,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2016","2016",89.57564,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2017","2017",89.28205,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1991","1991",96.1073,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1992","1992",95.47746,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1993","1993",94.63002,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1994","1994",93.49127,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1995","1995",92.23421,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1996","1996",91.61796,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1997","1997",91.23336,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1998","1998",92.71216,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1999","1999",94.32858,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2000","2000",94.65226,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2001","2001",95.27125,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2002","2002",97.63308,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2003","2003",97.60873,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2004","2004",97.61203,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2005","2005",95.72538,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2006","2006",94.96333,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2007","2007",95.36332,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2008","2008",95.8419,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2009","2009",95.6672,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2010","2010",95.63791,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2011","2011",95.65354,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2012","2012",95.60059,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2013","2013",95.32309,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2014","2014",95.37964,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2015","2015",95.48477,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2016","2016",95.44287,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2017","2017",95.36892,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","1997","1997",96.82265,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","1998","1998",97.17347,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","1999","1999",97.0482,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2000","2000",96.76464,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2001","2001",96.52148,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2002","2002",96.01302,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2003","2003",96.35086,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2004","2004",95.70866,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2005","2005",96.00418,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2006","2006",96.23252,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2007","2007",96.62247,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2008","2008",96.81183,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2009","2009",95.87236,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2010","2010",95.50106,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2011","2011",94.88924,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2012","2012",95.54746,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2013","2013",95.62911,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2014","2014",95.57253,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2015","2015",95.95377,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2016","2016",96.80579,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2017","2017",96.80706,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","1994","1994",80.63046,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","1995","1995",80.0767,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","1996","1996",81.30689,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","1997","1997",81.77013,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","1998","1998",81.57592,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","1999","1999",81.98323,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2000","2000",82.61726,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2001","2001",83.96013,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2002","2002",85.08494,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2003","2003",85.67638,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2004","2004",86.38446,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2005","2005",86.73233,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2006","2006",87.16734,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2007","2007",88.49157,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2008","2008",89.36043,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2009","2009",89.80028,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2010","2010",90.75127,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2011","2011",90.02882,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2012","2012",89.8021,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2013","2013",88.13537,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2014","2014",87.2508,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2015","2015",87.74066,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2016","2016",87.86376,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2017","2017",88.16274,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1990","1990",54.07848,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1991","1991",54.98923,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1992","1992",53.8267,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1993","1993",53.59679,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1994","1994",54.44138,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1995","1995",56.90862,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1996","1996",57.20622,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1997","1997",59.73877,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1998","1998",59.57707,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1999","1999",58.81484,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2000","2000",61.01986,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2001","2001",63.38493,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2002","2002",66.71199,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2003","2003",69.24501,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2004","2004",71.21027,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2005","2005",73.63199,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2006","2006",75.57379,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2007","2007",77.34756,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2008","2008",79.80552,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2009","2009",80.30527,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2010","2010",80.06165,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2011","2011",81.29992,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2012","2012",82.04145,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2013","2013",82.04031,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2014","2014",81.87619,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2015","2015",81.58889,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2016","2016",81.65063,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2017","2017",81.53814,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1990","1990",89.68453,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1991","1991",90.06576,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1992","1992",90.84374,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1993","1993",91.11174,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1994","1994",90.70929,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1995","1995",90.71432,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1996","1996",91.19844,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1997","1997",90.3288,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1998","1998",92.6135,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1999","1999",93.1675,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2000","2000",93.93914,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2001","2001",94.39425,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2002","2002",93.99771,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2003","2003",93.18859,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2004","2004",93.48587,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2005","2005",93.997,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2006","2006",93.58115,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2007","2007",93.31083,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2008","2008",94.27149,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2009","2009",94.64714,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2010","2010",94.84057,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2011","2011",94.88416,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2012","2012",95.10717,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2013","2013",93.77056,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2014","2014",93.46597,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2015","2015",93.33365,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2016","2016",93.52762,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2017","2017",93.45325,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1990","1990",94.09599,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1991","1991",94.1941,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1992","1992",93.65116,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1993","1993",92.92449,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1994","1994",91.87383,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1995","1995",90.83936,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1996","1996",90.3679,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1997","1997",90.14235,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1998","1998",91.94726,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1999","1999",93.82041,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2000","2000",94.1561,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2001","2001",94.74288,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2002","2002",97.04056,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2003","2003",96.99264,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2004","2004",97.09223,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2005","2005",95.4532,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2006","2006",94.75516,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2007","2007",95.19537,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2008","2008",95.5499,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2009","2009",95.49726,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2010","2010",95.43122,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2011","2011",95.42538,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2012","2012",95.40875,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2013","2013",95.09836,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2014","2014",95.19065,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2015","2015",95.28412,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2016","2016",95.27884,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2017","2017",95.21462,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1990","1990",74.59882,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1991","1991",75.14714,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1992","1992",72.43408,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1993","1993",72.82282,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1994","1994",74.98968,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1995","1995",74.05268,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1996","1996",76.12869,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1997","1997",76.5969,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1998","1998",76.84901,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1999","1999",77.75587,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2000","2000",78.6446,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2001","2001",80.2253,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2002","2002",81.52876,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2003","2003",82.38152,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2004","2004",83.28175,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2005","2005",83.73126,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2006","2006",84.35563,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2007","2007",85.97251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2008","2008",87.00555,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2009","2009",87.39295,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2010","2010",88.5302,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2011","2011",88.03072,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2012","2012",88.53656,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2013","2013",87.0216,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2014","2014",86.32446,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2015","2015",86.76123,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2016","2016",87.08513,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2017","2017",87.39062,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1990","1990",57.24049,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1991","1991",57.9834,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1992","1992",57.58613,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1993","1993",57.91694,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1994","1994",58.26612,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1995","1995",59.45769,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1996","1996",58.47912,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1997","1997",61.03533,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1998","1998",61.52863,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1999","1999",61.72739,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2000","2000",64.01957,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2001","2001",65.61884,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2002","2002",67.16022,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2003","2003",69.42125,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2004","2004",70.74232,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2005","2005",72.77318,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2006","2006",73.84248,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2007","2007",77.16482,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2008","2008",77.58425,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2009","2009",77.79518,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2010","2010",77.57069,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2011","2011",79.20106,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2012","2012",79.66864,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2013","2013",80.32874,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2014","2014",80.60667,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2015","2015",80.64692,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2016","2016",80.76363,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2017","2017",80.70114,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1990","1990",82.2618,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1991","1991",82.33397,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1992","1992",81.92843,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1993","1993",81.93494,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1994","1994",81.95401,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1995","1995",81.64824,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1996","1996",81.43283,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1997","1997",81.54459,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1998","1998",82.11005,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1999","1999",82.77261,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2000","2000",83.44113,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2001","2001",83.78826,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2002","2002",84.65606,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2003","2003",85.84456,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2004","2004",86.82154,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2005","2005",86.94881,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2006","2006",87.35087,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2007","2007",88.51575,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2008","2008",88.68814,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2009","2009",88.73653,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2010","2010",88.84459,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2011","2011",88.90532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2012","2012",89.20392,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2013","2013",89.07916,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2014","2014",89.19505,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2015","2015",89.37655,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2016","2016",89.53548,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2017","2017",89.44117,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1993","1993",92.00083,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1994","1994",91.78429,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1995","1995",90.85209,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1996","1996",91.04397,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1997","1997",91.08036,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1998","1998",91.24568,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1999","1999",91.40692,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2000","2000",90.79038,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2001","2001",91.62779,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2002","2002",92.58592,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2003","2003",93.08339,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2004","2004",91.30725,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2005","2005",92.44443,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2006","2006",92.77066,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2007","2007",93.06175,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2008","2008",93.25612,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2009","2009",93.03828,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2010","2010",93.85254,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2011","2011",94.05156,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2012","2012",93.66409,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2013","2013",94.00311,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2014","2014",94.0792,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2015","2015",94.51811,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2016","2016",94.43433,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2017","2017",94.4434,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","1997","1997",96.67626,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","1998","1998",97.19599,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","1999","1999",96.92545,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2000","2000",96.74248,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2001","2001",97.22501,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2002","2002",96.60182,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2003","2003",96.99051,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2004","2004",96.43363,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2005","2005",96.82363,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2006","2006",97.15602,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2007","2007",97.17374,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2008","2008",97.3534,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2009","2009",96.73799,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2010","2010",95.77526,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2011","2011",95.67504,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2012","2012",95.52848,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2013","2013",95.66079,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2014","2014",95.9902,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2015","2015",96.39799,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2016","2016",96.64173,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2017","2017",96.63734,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1991","1991",86.69107,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1992","1992",86.18544,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1993","1993",85.91859,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1994","1994",85.70096,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1995","1995",85.32203,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1996","1996",84.90808,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1997","1997",84.83876,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1998","1998",85.23443,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1999","1999",85.59276,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2000","2000",86.10074,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2001","2001",86.32091,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2002","2002",87.03992,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2003","2003",87.42111,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2004","2004",88.2617,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2005","2005",88.27865,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2006","2006",88.53495,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2007","2007",89.75632,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2008","2008",89.69098,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2009","2009",89.48068,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2010","2010",89.56376,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2011","2011",89.48625,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2012","2012",89.92747,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2013","2013",89.83689,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2014","2014",90.00167,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2015","2015",90.27222,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2016","2016",90.48758,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2017","2017",90.394,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1990","1990",95.84361,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1991","1991",95.82984,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1992","1992",95.34765,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1993","1993",95.252,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1994","1994",95.17079,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1995","1995",95.52978,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1996","1996",95.45451,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1997","1997",94.96259,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1998","1998",95.83884,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1999","1999",95.78236,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2000","2000",95.72202,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2001","2001",95.83929,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2002","2002",95.59149,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2003","2003",95.8867,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2004","2004",95.64013,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2005","2005",95.97743,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2006","2006",96.25924,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2007","2007",96.55451,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2008","2008",96.78438,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2009","2009",96.35617,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2010","2010",96.11372,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2011","2011",95.85165,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2012","2012",96.05612,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2013","2013",95.89031,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2014","2014",95.92608,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2015","2015",96.4038,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2016","2016",96.53193,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2017","2017",96.52067,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1990","1990",48.52066,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1991","1991",49.72787,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1992","1992",49.61372,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1993","1993",50.17976,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1994","1994",50.5285,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1995","1995",50.97533,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1996","1996",49.35529,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1997","1997",52.36606,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1998","1998",53.32461,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1999","1999",54.48132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2000","2000",56.6945,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2001","2001",58.62745,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2002","2002",60.09802,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2003","2003",62.64744,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2004","2004",64.56564,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2005","2005",66.74291,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2006","2006",68.4122,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2007","2007",70.51084,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2008","2008",71.65617,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2009","2009",72.23008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2010","2010",72.19376,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2011","2011",73.83896,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2012","2012",74.55848,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2013","2013",75.15104,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2014","2014",75.5938,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2015","2015",75.56973,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2016","2016",75.75627,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2017","2017",75.74567,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1991","1991",93.23285,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1992","1992",92.6038,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1993","1993",91.8953,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1994","1994",91.09461,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1995","1995",90.16951,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1996","1996",89.8717,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1997","1997",89.63413,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1998","1998",91.83283,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1999","1999",93.95722,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2000","2000",94.16744,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2001","2001",94.42444,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2002","2002",96.55736,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2003","2003",96.26794,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2004","2004",96.3782,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2005","2005",94.38956,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2006","2006",94.07142,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2007","2007",95.14684,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2008","2008",95.21941,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2009","2009",95.57409,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2010","2010",95.91536,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2011","2011",96.3384,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2012","2012",95.91995,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2013","2013",95.53039,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2014","2014",95.41051,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2015","2015",95.41357,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2016","2016",95.3135,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2017","2017",95.32991,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1991","1991",79.04578,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1992","1992",78.94617,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1993","1993",79.45742,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1994","1994",79.76829,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1995","1995",79.25737,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1996","1996",79.30545,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1997","1997",79.46119,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1998","1998",80.37513,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1999","1999",81.73609,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2000","2000",82.61874,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2001","2001",82.95171,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2002","2002",83.87524,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2003","2003",86.17747,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2004","2004",87.30981,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2005","2005",87.26442,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2006","2006",87.57349,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2007","2007",88.76057,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2008","2008",88.8364,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2009","2009",89.22285,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2010","2010",89.57573,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2011","2011",89.64706,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2012","2012",89.67339,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2013","2013",89.52294,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2014","2014",89.56525,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2015","2015",89.73907,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2016","2016",89.89309,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2017","2017",89.81958,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","1999","1999",92.0299,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2000","2000",91.70707,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2001","2001",91.96269,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2002","2002",91.66347,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2003","2003",91.00618,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2004","2004",91.47952,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2005","2005",91.05424,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2006","2006",90.88219,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2007","2007",90.27294,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2008","2008",90.51521,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2009","2009",90.68482,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2010","2010",91.0195,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2011","2011",91.45716,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2012","2012",92.47774,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2013","2013",93.37051,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2014","2014",93.43846,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2015","2015",93.39094,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2016","2016",93.82434,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2017","2017",94.09444,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1990","1990",76.15959,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1991","1991",76.19194,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1992","1992",76.24386,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1993","1993",77.05899,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1994","1994",77.81509,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1995","1995",77.30984,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1996","1996",77.14515,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1997","1997",77.12458,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1998","1998",76.89037,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1999","1999",77.31072,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2000","2000",78.43882,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2001","2001",78.69995,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2002","2002",78.66507,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2003","2003",81.08439,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2004","2004",82.43028,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2005","2005",83.51075,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2006","2006",84.42681,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2007","2007",86.36107,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2008","2008",85.85201,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2009","2009",86.07011,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2010","2010",86.6076,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2011","2011",86.50213,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2012","2012",86.90847,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2013","2013",86.89935,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2014","2014",87.15145,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2015","2015",87.55404,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2016","2016",87.89805,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2017","2017",87.7967,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1990","1990",105.5915,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1991","1991",106.69061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1992","1992",104.50061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1993","1993",103.02112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1994","1994",104.49054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1995","1995",99.75904,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1996","1996",96.91439,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1997","1997",97.2394,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1998","1998",97.21565,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1999","1999",97.5348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2000","2000",97.62748,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2001","2001",98.2724,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2002","2002",97.95133,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2003","2003",97.6759,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2004","2004",97.94531,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2005","2005",97.52351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2006","2006",97.34854,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2007","2007",97.22139,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2008","2008",97.93866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2009","2009",98.35474,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2010","2010",99.14485,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2011","2011",99.73869,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2012","2012",101.03231,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2013","2013",101.97792,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2014","2014",101.90298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2015","2015",102.11225,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2016","2016",102.41549,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2017","2017",102.967,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1990","1990",74.4281,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1991","1991",75.82383,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1992","1992",76.89923,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1993","1993",79.44649,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1994","1994",80.91448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1995","1995",81.07723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1996","1996",81.53227,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1997","1997",81.69109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1998","1998",81.14499,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1999","1999",81.89562,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2000","2000",83.45174,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2001","2001",83.81889,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2002","2002",86.05986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2003","2003",96.33037,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2004","2004",98.2464,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2005","2005",100.62119,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2006","2006",102.4807,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2007","2007",104.70772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2008","2008",106.29549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2009","2009",106.62998,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2010","2010",106.98211,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2011","2011",106.5445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2012","2012",107.94191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2013","2013",111.90309,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2014","2014",109.84903,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2015","2015",110.41195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2016","2016",117.07494,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2017","2017",116.79078,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1990","1990",122.78069,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1991","1991",120.09672,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1992","1992",118.15486,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1993","1993",116.21423,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1994","1994",114.21034,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1995","1995",114.13245,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1996","1996",111.88424,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1997","1997",109.03496,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1998","1998",110.41522,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1999","1999",110.29629,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2000","2000",110.4097,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2001","2001",111.83216,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2002","2002",114.49324,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2003","2003",116.32309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2004","2004",111.5097,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2005","2005",107.91029,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2006","2006",107.98707,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2007","2007",109.38509,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2008","2008",110.53884,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2009","2009",110.32444,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2010","2010",108.87397,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2011","2011",108.23891,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2012","2012",107.52051,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2013","2013",105.98758,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2014","2014",103.00897,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2015","2015",103.08044,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2016","2016",103.34937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2017","2017",103.79098,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1990","1990",79.82797,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1991","1991",80.75474,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1992","1992",80.18886,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1993","1993",81.17809,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1994","1994",81.31046,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1995","1995",82.47695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1996","1996",80.29493,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1997","1997",84.75266,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1998","1998",86.40056,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1999","1999",86.64022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2000","2000",89.29341,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2001","2001",91.32125,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2002","2002",93.88757,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2003","2003",96.33987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2004","2004",98.03328,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2005","2005",99.98497,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2006","2006",100.85107,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2007","2007",101.05077,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2008","2008",101.41863,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2009","2009",101.42989,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2010","2010",100.90228,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2011","2011",102.60848,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2012","2012",102.77753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2013","2013",102.70471,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2014","2014",101.97577,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2015","2015",100.17528,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2016","2016",100.24382,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2017","2017",100.24297,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1990","1990",106.16759,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1991","1991",107.09893,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1992","1992",105.05599,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1993","1993",103.5941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1994","1994",103.99232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1995","1995",99.7546,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1996","1996",96.49091,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1997","1997",96.9514,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1998","1998",96.89318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1999","1999",97.41839,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2000","2000",97.20682,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2001","2001",97.81037,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2002","2002",97.48983,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2003","2003",97.30308,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2004","2004",97.43133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2005","2005",96.91915,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2006","2006",96.71869,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2007","2007",96.64053,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2008","2008",97.40136,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2009","2009",97.84447,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2010","2010",98.63205,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2011","2011",99.09642,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2012","2012",100.37459,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2013","2013",101.28167,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2014","2014",101.35931,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2015","2015",101.59331,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2016","2016",101.90887,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2017","2017",102.74007,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1990","1990",93.32173,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1991","1991",93.71847,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1992","1992",90.24481,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1993","1993",90.55626,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1994","1994",93.20922,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1995","1995",91.27656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1996","1996",95.11862,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1997","1997",94.29246,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1998","1998",94.75163,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1999","1999",95.6739,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2000","2000",96.20377,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2001","2001",96.87544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2002","2002",98.161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2003","2003",99.32744,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2004","2004",99.90701,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2005","2005",100.38106,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2006","2006",101.732,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2007","2007",102.48239,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2008","2008",103.19639,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2009","2009",103.73053,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2010","2010",103.77573,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2011","2011",103.20321,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2012","2012",104.20263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2013","2013",102.56348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2014","2014",101.61293,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2015","2015",102.353,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2016","2016",101.90449,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2017","2017",102.44346,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1990","1990",99.56394,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1991","1991",98.82677,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1992","1992",98.12034,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1993","1993",98.00043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1994","1994",97.92672,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1995","1995",98.10169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1996","1996",97.42674,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1997","1997",96.91758,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1998","1998",97.66908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1999","1999",97.8701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2000","2000",98.52782,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2001","2001",99.24494,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2002","2002",100.67259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2003","2003",103.19397,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2004","2004",102.86233,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2005","2005",102.50733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2006","2006",103.06341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2007","2007",104.2227,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2008","2008",104.7732,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2009","2009",104.7506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2010","2010",104.45168,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2011","2011",104.32399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2012","2012",104.76098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2013","2013",104.38762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2014","2014",102.99935,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2015","2015",102.68477,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2016","2016",104.06265,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2017","2017",104.10615,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1990","1990",113.87928,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1991","1991",110.83901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1992","1992",111.72926,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1993","1993",112.04661,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1994","1994",112.57042,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1995","1995",119.58462,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1996","1996",119.86418,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1997","1997",113.2888,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1998","1998",120.69622,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1999","1999",120.61689,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2000","2000",116.67518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2001","2001",117.69874,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2002","2002",117.36353,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2003","2003",115.94969,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2004","2004",114.66199,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2005","2005",114.03823,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2006","2006",113.44615,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2007","2007",113.26438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2008","2008",113.25369,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2009","2009",113.45279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2010","2010",111.9458,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2011","2011",112.93181,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2012","2012",113.11592,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2013","2013",108.74907,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2014","2014",107.83776,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2015","2015",107.1508,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2016","2016",107.15947,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2017","2017",106.50752,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1990","1990",118.54204,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1991","1991",116.25863,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1992","1992",114.82861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1993","1993",113.07627,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1994","1994",111.36634,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1995","1995",111.66294,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1996","1996",109.7339,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1997","1997",107.15901,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1998","1998",108.72373,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1999","1999",108.81028,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2000","2000",109.00509,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2001","2001",110.66772,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2002","2002",113.25084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2003","2003",115.15715,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2004","2004",110.61128,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2005","2005",106.9867,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2006","2006",106.96529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2007","2007",108.27854,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2008","2008",109.26667,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2009","2009",109.14452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2010","2010",107.60106,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2011","2011",107.04741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2012","2012",106.52672,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2013","2013",105.34591,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2014","2014",102.56307,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2015","2015",102.5372,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2016","2016",103.04503,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2017","2017",103.49848,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1990","1990",71.54429,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1991","1991",73.202,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1992","1992",71.86391,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1993","1993",71.96283,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1994","1994",73.03429,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1995","1995",76.60396,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1996","1996",77.53525,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1997","1997",81.89671,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1998","1998",82.63866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1999","1999",81.23117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2000","2000",83.47643,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2001","2001",86.30054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2002","2002",92.11578,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2003","2003",95.55953,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2004","2004",98.59676,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2005","2005",99.75607,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2006","2006",101.58127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2007","2007",103.42609,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2008","2008",105.8144,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2009","2009",105.83592,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2010","2010",105.48424,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2011","2011",105.51176,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2012","2012",106.11735,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2013","2013",105.05959,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2014","2014",105.15805,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2015","2015",103.41246,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2016","2016",103.20561,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2017","2017",103.2902,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1990","1990",85.11495,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1991","1991",85.50208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1992","1992",82.79642,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1993","1993",83.34434,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1994","1994",85.886,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1995","1995",84.57279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1996","1996",86.85443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1997","1997",87.51807,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1998","1998",88.32023,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1999","1999",89.55607,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2000","2000",90.46881,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2001","2001",91.61478,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2002","2002",93.14544,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2003","2003",94.57214,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2004","2004",95.34825,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2005","2005",96.0152,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2006","2006",97.38119,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2007","2007",98.20848,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2008","2008",99.201,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2009","2009",99.95798,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2010","2010",100.18466,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2011","2011",99.39875,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2012","2012",100.94025,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2013","2013",99.42241,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2014","2014",98.79206,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2015","2015",99.67899,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2016","2016",99.27199,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2017","2017",99.81957,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1990","1990",104.49958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1991","1991",103.64183,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1992","1992",102.65,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1993","1993",102.38631,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1994","1994",102.20395,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1995","1995",102.52617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1996","1996",102.43691,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1997","1997",102.47114,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1998","1998",103.28335,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1999","1999",103.19251,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2000","2000",101.38673,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2001","2001",101.81806,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2002","2002",101.00237,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2003","2003",101.30626,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2004","2004",101.4987,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2005","2005",101.92851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2006","2006",102.61701,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2007","2007",102.85376,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2008","2008",103.16334,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2009","2009",102.63892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2010","2010",101.29396,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2011","2011",101.08031,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2012","2012",100.61059,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2013","2013",101.4106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2014","2014",101.54545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2015","2015",101.55257,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2016","2016",101.9017,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2017","2017",101.97611,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1990","1990",102.48853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1991","1991",102.1329,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1992","1992",101.55457,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1993","1993",101.49183,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1994","1994",101.4532,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1995","1995",101.65204,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1996","1996",101.67165,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1997","1997",100.67439,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1998","1998",101.86948,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1999","1999",101.97905,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2000","2000",101.52178,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2001","2001",101.54691,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2002","2002",101.05424,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2003","2003",101.35285,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2004","2004",101.90768,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2005","2005",102.35328,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2006","2006",102.75902,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2007","2007",103.30038,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2008","2008",103.54421,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2009","2009",103.17947,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2010","2010",102.61758,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2011","2011",102.10641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2012","2012",102.08435,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2013","2013",102.36949,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2014","2014",102.39523,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2015","2015",102.50713,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2016","2016",102.59128,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2017","2017",102.57924,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1990","1990",101.10122,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1991","1991",102.41842,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1992","1992",102.61671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1993","1993",102.19844,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1994","1994",101.44084,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1995","1995",101.45494,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1996","1996",101.5988,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1997","1997",100.9399,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1998","1998",101.16794,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1999","1999",101.25115,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2000","2000",101.21735,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2001","2001",103.27186,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2002","2002",105.70908,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2003","2003",103.77809,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2004","2004",97.19287,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2005","2005",98.93119,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2006","2006",98.27379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2007","2007",98.60408,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2008","2008",98.8218,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2009","2009",98.66353,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2010","2010",99.4175,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2011","2011",99.91644,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2012","2012",99.41089,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2013","2013",101.685,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2014","2014",100.81363,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2015","2015",99.90639,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2016","2016",100.75453,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2017","2017",100.10757,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1990","1990",101.01703,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1991","1991",100.14053,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1992","1992",99.79509,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1993","1993",100.43268,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1994","1994",101.15155,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1995","1995",100.35963,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1996","1996",99.8879,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1997","1997",99.61969,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1998","1998",99.5959,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1999","1999",100.16686,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2000","2000",101.19081,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2001","2001",100.90635,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2002","2002",101.10053,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2003","2003",102.58859,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2004","2004",103.80232,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2005","2005",104.91229,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2006","2006",105.17702,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2007","2007",105.94075,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2008","2008",104.8982,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2009","2009",104.5685,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2010","2010",104.78338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2011","2011",104.8066,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2012","2012",105.54627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2013","2013",103.98594,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2014","2014",102.7086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2015","2015",102.35535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2016","2016",104.31786,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2017","2017",104.15198,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1990","1990",114.52779,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1991","1991",111.91032,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1992","1992",112.76637,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1993","1993",113.29402,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1994","1994",114.07794,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1995","1995",121.24435,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1996","1996",121.63314,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1997","1997",115.00273,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1998","1998",122.63488,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1999","1999",122.07083,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2000","2000",118.35648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2001","2001",119.44385,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2002","2002",119.17628,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2003","2003",117.54752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2004","2004",116.23498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2005","2005",115.81922,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2006","2006",115.08177,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2007","2007",114.81003,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2008","2008",115.06806,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2009","2009",114.90204,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2010","2010",113.69171,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2011","2011",114.64812,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2012","2012",114.43095,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2013","2013",109.83548,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2014","2014",108.96164,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2015","2015",108.21134,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2016","2016",107.98044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2017","2017",107.56961,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1990","1990",113.14165,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1991","1991",111.84932,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1992","1992",110.63048,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1993","1993",108.81653,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1994","1994",107.50983,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1995","1995",105.9571,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1996","1996",104.48908,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1997","1997",103.47988,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1998","1998",103.93046,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1999","1999",104.50825,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2000","2000",105.78142,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2001","2001",107.23208,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2002","2002",109.54375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2003","2003",111.77878,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2004","2004",108.33522,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2005","2005",104.05519,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2006","2006",103.69971,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2007","2007",105.38546,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2008","2008",106.39065,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2009","2009",106.52121,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2010","2010",106.40375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2011","2011",105.93847,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2012","2012",105.49096,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2013","2013",104.47579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2014","2014",101.89905,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2015","2015",101.6296,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2016","2016",102.3393,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2017","2017",102.93661,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1990","1990",91.83618,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1991","1991",91.81569,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1992","1992",91.9068,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1993","1993",93.08048,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1994","1994",94.02141,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1995","1995",93.36965,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1996","1996",93.06265,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1997","1997",93.25122,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1998","1998",93.30839,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1999","1999",94.09389,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2000","2000",95.33967,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2001","2001",95.4769,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2002","2002",96.01006,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2003","2003",99.78658,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2004","2004",101.07493,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2005","2005",102.25202,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2006","2006",102.7753,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2007","2007",103.80292,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2008","2008",103.54666,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2009","2009",103.55665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2010","2010",104.03513,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2011","2011",104.15906,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2012","2012",105.22772,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2013","2013",105.33629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2014","2014",103.92902,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2015","2015",103.65595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2016","2016",106.44601,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2017","2017",106.24107,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1990","1990",66.12478,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1991","1991",67.53052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1992","1992",67.5095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1993","1993",68.30235,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1994","1994",68.57096,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1995","1995",69.11653,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1996","1996",67.55423,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1997","1997",71.22448,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1998","1998",72.35866,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1999","1999",73.32781,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2000","2000",75.96482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2001","2001",78.34824,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2002","2002",80.45801,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2003","2003",83.25433,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2004","2004",85.51231,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2005","2005",88.10791,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2006","2006",90.20942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2007","2007",91.44966,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2008","2008",92.4857,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2009","2009",93.24697,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2010","2010",93.32677,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2011","2011",94.69914,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2012","2012",96.22728,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2013","2013",96.88174,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2014","2014",96.76041,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2015","2015",95.74976,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2016","2016",95.67789,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2017","2017",95.83518,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1990","1990",105.82709,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1991","1991",104.61201,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1992","1992",103.53584,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1993","1993",103.12455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1994","1994",102.84226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1995","1995",102.91507,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1996","1996",102.08373,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1997","1997",101.26125,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1998","1998",101.89934,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1999","1999",101.85534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2000","2000",102.47189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2001","2001",102.94041,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2002","2002",104.31711,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2003","2003",105.85455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2004","2004",105.44729,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2005","2005",104.93599,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2006","2006",105.29172,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2007","2007",106.35331,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2008","2008",106.54656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2009","2009",106.26578,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2010","2010",105.84057,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2011","2011",105.57765,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2012","2012",105.82462,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2013","2013",104.55558,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2014","2014",103.15126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2015","2015",102.74139,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2016","2016",103.68533,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2017","2017",103.74173,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1990","1990",96.39589,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1991","1991",95.98862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1992","1992",95.85655,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1993","1993",96.14869,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1994","1994",96.24146,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1995","1995",96.38053,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1996","1996",95.69549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1997","1997",95.08321,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1998","1998",95.9819,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1999","1999",96.56054,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2000","2000",97.37137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2001","2001",98.29045,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2002","2002",99.60475,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2003","2003",103.81671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2004","2004",102.99884,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2005","2005",102.11214,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2006","2006",102.48901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2007","2007",103.71921,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2008","2008",104.35609,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2009","2009",104.54346,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2010","2010",104.37106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2011","2011",104.32872,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2012","2012",105.09275,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2013","2013",105.97226,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2014","2014",104.03839,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2015","2015",103.87215,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2016","2016",106.44776,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2017","2017",106.46201,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1990","1990",103.71182,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1991","1991",102.63311,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1992","1992",102.01906,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1993","1993",101.91267,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1994","1994",101.732,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1995","1995",101.59528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1996","1996",100.64492,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1997","1997",99.62792,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1998","1998",100.39388,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1999","1999",100.78817,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2000","2000",101.46916,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2001","2001",102.09778,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2002","2002",103.3099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2003","2003",106.11146,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2004","2004",105.1126,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2005","2005",104.20741,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2006","2006",104.47671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2007","2007",105.58676,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2008","2008",105.7904,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2009","2009",105.71962,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2010","2010",105.40659,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2011","2011",105.26236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2012","2012",105.72175,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2013","2013",105.33998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2014","2014",103.40661,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2015","2015",103.22824,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2016","2016",105.14521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2017","2017",105.18787,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1990","1990",115.15787,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1991","1991",112.95029,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1992","1992",113.77211,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1993","1993",114.50254,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1994","1994",115.53724,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1995","1995",122.8498,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1996","1996",123.34347,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1997","1997",116.65932,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1998","1998",124.50698,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1999","1999",123.46684,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2000","2000",119.97856,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2001","2001",121.1318,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2002","2002",120.93194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2003","2003",119.08951,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2004","2004",117.74963,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2005","2005",117.53685,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2006","2006",116.65296,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2007","2007",116.29185,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2008","2008",116.81478,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2009","2009",116.28802,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2010","2010",115.3706,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2011","2011",116.29821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2012","2012",115.68847,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2013","2013",110.8749,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2014","2014",110.03849,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2015","2015",109.2275,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2016","2016",108.7647,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2017","2017",108.58843,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1990","1990",76.57477,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1991","1991",76.9474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1992","1992",75.03176,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1993","1993",75.817,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1994","1994",78.23612,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1995","1995",77.56983,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1996","1996",78.22982,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1997","1997",80.44938,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1998","1998",81.60967,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1999","1999",83.17303,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2000","2000",84.48279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2001","2001",86.11799,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2002","2002",87.91192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2003","2003",89.61188,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2004","2004",90.59064,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2005","2005",91.4539,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2006","2006",92.83383,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2007","2007",93.74212,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2008","2008",95.02521,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2009","2009",96.0143,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2010","2010",96.43035,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2011","2011",95.4209,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2012","2012",97.52872,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2013","2013",96.13688,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2014","2014",95.84055,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2015","2015",96.88065,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2016","2016",96.51661,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2017","2017",97.07292,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1990","1990",114.10512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1991","1991",112.23944,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1992","1992",111.34329,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1993","1993",109.78535,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1994","1994",108.38034,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1995","1995",109.06646,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1996","1996",107.46963,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1997","1997",105.18039,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1998","1998",106.936,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1999","1999",107.23325,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2000","2000",107.51161,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2001","2001",109.42503,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2002","2002",111.9199,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2003","2003",113.9022,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2004","2004",109.6372,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2005","2005",105.98447,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2006","2006",105.85499,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2007","2007",107.07429,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2008","2008",107.88219,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2009","2009",107.8557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2010","2010",106.21071,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2011","2011",105.7431,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2012","2012",105.43511,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2013","2013",104.64055,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2014","2014",102.07253,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2015","2015",101.93895,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2016","2016",102.70925,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2017","2017",103.17612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1990","1990",103.05154,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1991","1991",102.83061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1992","1992",102.20848,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1993","1993",102.14025,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1994","1994",101.97402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1995","1995",102.21796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1996","1996",102.27189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1997","1997",100.96416,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1998","1998",101.90489,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1999","1999",101.93062,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2000","2000",102.04568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2001","2001",101.81006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2002","2002",101.20254,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2003","2003",101.58591,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2004","2004",102.26369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2005","2005",102.78315,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2006","2006",102.88924,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2007","2007",103.59204,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2008","2008",103.79702,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2009","2009",103.37126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2010","2010",102.97365,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2011","2011",102.20024,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2012","2012",102.40213,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2013","2013",102.584,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2014","2014",102.52604,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2015","2015",102.49989,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2016","2016",102.67927,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2017","2017",102.63589,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1990","1990",106.76132,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1991","1991",107.51937,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1992","1992",105.62773,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1993","1993",104.18412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1994","1994",103.47941,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1995","1995",99.75003,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1996","1996",96.05464,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1997","1997",96.65437,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1998","1998",96.56024,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1999","1999",97.29785,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2000","2000",96.77127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2001","2001",97.32886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2002","2002",97.0081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2003","2003",96.91373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2004","2004",96.89305,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2005","2005",96.28682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2006","2006",96.05893,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2007","2007",96.02821,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2008","2008",96.8337,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2009","2009",97.30429,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2010","2010",98.08848,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2011","2011",98.41458,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2012","2012",99.67642,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2013","2013",100.54267,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2014","2014",100.78256,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2015","2015",101.04229,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2016","2016",101.37027,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2017","2017",102.49849,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1990","1990",100.7787,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1991","1991",99.80749,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1992","1992",99.83899,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1993","1993",100.05581,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1994","1994",100.73079,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1995","1995",100.57627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1996","1996",100.17385,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1997","1997",99.48253,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1998","1998",98.12231,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1999","1999",98.3951,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2000","2000",99.43451,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2001","2001",98.77417,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2002","2002",99.84144,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2003","2003",102.57022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2004","2004",104.99564,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2005","2005",106.09566,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2006","2006",107.18835,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2007","2007",108.69311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2008","2008",108.01593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2009","2009",107.14576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2010","2010",107.51841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2011","2011",106.16053,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2012","2012",107.04795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2013","2013",105.11394,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2014","2014",103.60369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2015","2015",103.83711,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2016","2016",106.98553,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2017","2017",106.756,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1990","1990",88.0301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1991","1991",88.2111,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1992","1992",88.751,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1993","1993",90.09648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1994","1994",91.15625,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1995","1995",91.15707,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1996","1996",91.17275,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1997","1997",90.89551,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1998","1998",89.93417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1999","1999",90.44671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2000","2000",91.74737,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2001","2001",91.59452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2002","2002",93.23463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2003","2003",99.58278,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2004","2004",101.76758,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2005","2005",103.47925,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2006","2006",104.94008,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2007","2007",106.79116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2008","2008",107.1954,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2009","2009",106.89992,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2010","2010",107.26293,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2011","2011",106.34337,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2012","2012",107.47355,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2013","2013",108.34665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2014","2014",106.57857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2015","2015",106.97072,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2016","2016",111.79688,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2017","2017",111.54401,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1990","1990",54.56033,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1991","1991",56.56519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1992","1992",55.74179,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1993","1993",56.08926,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1994","1994",57.21532,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1995","1995",59.07282,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1996","1996",59.48451,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1997","1997",63.46036,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1998","1998",64.31152,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1999","1999",64.93695,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2000","2000",67.59768,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2001","2001",70.65102,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2002","2002",75.92969,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2003","2003",79.63228,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2004","2004",82.01821,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2005","2005",85.81012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2006","2006",89.20049,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2007","2007",91.75235,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2008","2008",95.04217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2009","2009",96.28212,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2010","2010",96.76224,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2011","2011",97.38442,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2012","2012",98.22704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2013","2013",97.65904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2014","2014",97.89748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2015","2015",97.22997,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2016","2016",97.26103,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2017","2017",97.46282,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1990","1990",102.68661,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1991","1991",103.96074,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1992","1992",103.96415,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1993","1993",103.51358,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1994","1994",102.63522,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1995","1995",102.76561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1996","1996",103.00021,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1997","1997",102.50161,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1998","1998",102.89179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1999","1999",103.04364,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2000","2000",102.95203,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2001","2001",104.88601,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2002","2002",107.2283,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2003","2003",105.07132,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2004","2004",98.25325,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2005","2005",99.91665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2006","2006",99.03465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2007","2007",99.27407,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2008","2008",99.39266,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2009","2009",99.07809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2010","2010",99.69015,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2011","2011",100.04236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2012","2012",99.55729,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2013","2013",101.6767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2014","2014",100.73385,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2015","2015",99.80651,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2016","2016",100.67985,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2017","2017",100.03136,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1990","1990",63.11242,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1991","1991",64.94626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1992","1992",63.86555,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1993","1993",64.09111,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1994","1994",65.19285,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1995","1995",67.91597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1996","1996",68.59014,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1997","1997",72.75942,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1998","1998",73.55414,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1999","1999",73.15444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2000","2000",75.60595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2001","2001",78.54099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2002","2002",84.08604,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2003","2003",87.65722,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2004","2004",90.37368,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2005","2005",92.84241,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2006","2006",95.44803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2007","2007",97.64606,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2008","2008",100.48204,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2009","2009",101.10678,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2010","2010",101.16634,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2011","2011",101.48709,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2012","2012",102.20879,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2013","2013",101.3934,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2014","2014",101.56225,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2015","2015",100.35146,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2016","2016",100.2636,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2017","2017",100.40739,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1990","1990",121.96821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1991","1991",119.13627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1992","1992",116.7839,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1993","1993",114.79408,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1994","1994",112.65855,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1995","1995",110.58279,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1996","1996",108.45718,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1997","1997",106.69358,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1998","1998",106.9844,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1999","1999",106.9452,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2000","2000",107.73706,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2001","2001",108.61488,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2002","2002",111.14377,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2003","2003",113.261,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2004","2004",109.32091,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2005","2005",105.20074,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2006","2006",105.09257,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2007","2007",107.13905,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2008","2008",108.00134,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2009","2009",108.21918,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2010","2010",107.16354,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2011","2011",106.44947,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2012","2012",106.30192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2013","2013",105.02803,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2014","2014",102.48683,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2015","2015",102.46657,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2016","2016",102.98348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2017","2017",103.51741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1990","1990",73.01861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1991","1991",74.18431,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1992","1992",73.89009,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1993","1993",74.78294,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1994","1994",74.98402,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1995","1995",75.84297,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1996","1996",73.96917,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1997","1997",78.03512,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1998","1998",79.42835,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1999","1999",80.03159,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2000","2000",82.67783,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2001","2001",84.88088,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2002","2002",87.21891,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2003","2003",89.84167,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2004","2004",91.81618,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2005","2005",94.08917,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2006","2006",95.57079,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2007","2007",96.28764,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2008","2008",96.98839,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2009","2009",97.37249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2010","2010",97.1465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2011","2011",98.68723,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2012","2012",99.52998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2013","2013",99.81817,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2014","2014",99.3912,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2015","2015",97.98295,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2016","2016",97.98289,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2017","2017",98.06134,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1990","1990",93.01369,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1991","1991",92.77302,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1992","1992",92.45017,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1993","1993",92.6323,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1994","1994",92.7742,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1995","1995",93.05299,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1996","1996",92.53847,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1997","1997",92.35448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1998","1998",93.21975,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1999","1999",93.66975,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2000","2000",94.3645,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2001","2001",95.3364,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2002","2002",96.81193,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2003","2003",100.37055,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2004","2004",100.11107,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2005","2005",99.92137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2006","2006",100.68919,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2007","2007",101.95138,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2008","2008",102.88217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2009","2009",103.13255,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2010","2010",102.96784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2011","2011",102.98348,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2012","2012",103.62269,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2013","2013",104.20786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2014","2014",102.83679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2015","2015",102.6242,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2016","2016",104.46636,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2017","2017",104.49583,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1990","1990",117.665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1991","1991",115.58452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1992","1992",113.78546,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1993","1993",111.88233,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1994","1994",110.1517,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1995","1995",108.33201,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1996","1996",106.52786,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1997","1997",105.13253,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1998","1998",105.50275,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1999","1999",105.76472,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2000","2000",106.79161,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2001","2001",107.94796,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2002","2002",110.37399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2003","2003",112.54943,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2004","2004",108.84943,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2005","2005",104.65324,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2006","2006",104.42706,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2007","2007",106.30169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2008","2008",107.2331,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2009","2009",107.41056,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2010","2010",106.80234,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2011","2011",106.20696,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2012","2012",105.91749,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2013","2013",104.76646,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2014","2014",102.20859,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2015","2015",102.07053,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2016","2016",102.67874,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2017","2017",103.24265,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1990","1990",82.18075,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1991","1991",83.05243,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1992","1992",83.5984,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1993","1993",85.33474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1994","1994",86.50892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1995","1995",86.00359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1996","1996",85.867,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1997","1997",86.53282,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1998","1998",86.66682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1999","1999",87.66786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2000","2000",89.13518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2001","2001",89.70656,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2002","2002",90.58989,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2003","2003",96.79851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2004","2004",98.16299,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2005","2005",99.40942,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2006","2006",100.20658,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2007","2007",101.51512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2008","2008",102.09849,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2009","2009",102.47089,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2010","2010",103.23103,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2011","2011",103.46235,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2012","2012",104.88485,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2013","2013",106.78947,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2014","2014",105.24158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2015","2015",105.05346,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2016","2016",108.73045,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2017","2017",108.4817,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1990","1990",104.21871,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1991","1991",105.45006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1992","1992",105.26342,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1993","1993",104.78004,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1994","1994",103.78404,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1995","1995",104.02494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1996","1996",104.34543,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1997","1997",103.99923,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1998","1998",104.54404,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1999","1999",104.76077,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2000","2000",104.61323,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2001","2001",106.43143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2002","2002",108.68177,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2003","2003",106.30748,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2004","2004",99.26585,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2005","2005",100.85726,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2006","2006",99.76064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2007","2007",99.91349,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2008","2008",99.93749,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2009","2009",99.47367,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2010","2010",99.95015,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2011","2011",100.16232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2012","2012",99.69675,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2013","2013",101.66879,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2014","2014",100.6579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2015","2015",99.71141,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2016","2016",100.60872,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2017","2017",99.95883,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1990","1990",110.68267,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1991","1991",108.95977,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1992","1992",107.88333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1993","1993",107.39479,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1994","1994",106.95124,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1995","1995",106.54885,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1996","1996",105.3422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1997","1997",103.93634,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1998","1998",104.5696,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1999","1999",104.77819,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2000","2000",105.32886,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2001","2001",105.67373,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2002","2002",106.78071,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2003","2003",108.25512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2004","2004",107.07955,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2005","2005",106.15584,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2006","2006",106.32326,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2007","2007",107.32023,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2008","2008",107.12086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2009","2009",106.80819,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2010","2010",106.3642,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2011","2011",106.12441,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2012","2012",106.30164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2013","2013",104.75719,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2014","2014",102.82424,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2015","2015",102.63458,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2016","2016",103.94443,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2017","2017",104.01223,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1990","1990",104.88805,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1991","1991",104.55215,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1992","1992",103.70883,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1993","1993",103.47821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1994","1994",102.95176,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1995","1995",103.55755,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1996","1996",103.58095,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1997","1997",102.54794,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1998","1998",102.45217,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1999","1999",102.26718,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2000","2000",102.41881,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2001","2001",102.14401,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2002","2002",100.92449,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2003","2003",101.54133,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2004","2004",102.1232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2005","2005",102.8965,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2006","2006",102.65507,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2007","2007",103.37116,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2008","2008",103.52053,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2009","2009",102.80137,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2010","2010",102.10509,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2011","2011",101.1185,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2012","2012",101.49483,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2013","2013",101.846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2014","2014",101.74402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2015","2015",101.62212,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2016","2016",102.04143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2017","2017",101.97232,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1990","1990",101.89827,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1991","1991",101.40161,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1992","1992",100.86856,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1993","1993",100.81095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1994","1994",100.90587,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1995","1995",101.05695,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1996","1996",101.04024,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1997","1997",100.36948,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1998","1998",101.8322,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1999","1999",102.03006,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2000","2000",100.96959,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2001","2001",101.26937,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2002","2002",100.89797,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2003","2003",101.10744,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2004","2004",101.53304,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2005","2005",101.9011,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2006","2006",102.62213,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2007","2007",102.9939,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2008","2008",103.27869,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2009","2009",102.97808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2010","2010",102.2437,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2011","2011",102.00791,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2012","2012",101.75081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2013","2013",102.14438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2014","2014",102.25799,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2015","2015",102.51472,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2016","2016",102.49904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2017","2017",102.5198,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1990","1990",104.69861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1991","1991",104.108,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1992","1992",103.19217,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1993","1993",102.94536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1994","1994",102.58681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1995","1995",103.05425,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1996","1996",103.02283,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1997","1997",102.51048,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1998","1998",102.85758,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1999","1999",102.71852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2000","2000",101.91562,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2001","2001",101.98512,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2002","2002",100.96246,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2003","2003",101.42671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2004","2004",101.81862,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2005","2005",102.42435,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2006","2006",102.6365,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2007","2007",103.11872,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2008","2008",103.3462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2009","2009",102.72207,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2010","2010",101.70914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2011","2011",101.09986,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2012","2012",101.06313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2013","2013",101.63343,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2014","2014",101.64707,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2015","2015",101.58815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2016","2016",101.97319,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2017","2017",101.97417,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1990","1990",48.16889,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1991","1991",49.44811,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1992","1992",48.55384,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1993","1993",48.41128,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1994","1994",49.39074,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1995","1995",51.44206,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1996","1996",51.59335,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1997","1997",54.27778,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1998","1998",54.51385,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1999","1999",54.41499,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2000","2000",56.5965,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2001","2001",59.09734,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2002","2002",62.72327,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2003","2003",65.53165,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2004","2004",67.90462,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2005","2005",70.37653,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2006","2006",72.83643,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2007","2007",74.72356,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2008","2008",77.38821,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2009","2009",78.13686,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2010","2010",77.976,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2011","2011",79.18117,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2012","2012",80.0814,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2013","2013",80.17151,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2014","2014",80.25822,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2015","2015",79.98373,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2016","2016",80.06706,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2017","2017",80.03657,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1990","1990",94.18252,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1991","1991",94.28341,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1992","1992",93.74554,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1993","1993",93.0248,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1994","1994",91.97421,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1995","1995",90.98833,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1996","1996",90.56696,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1997","1997",90.40887,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1998","1998",92.38936,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1999","1999",94.39515,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2000","2000",94.74813,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2001","2001",95.29371,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2002","2002",97.69609,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2003","2003",97.61238,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2004","2004",97.92941,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2005","2005",96.26942,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2006","2006",95.55732,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2007","2007",95.9786,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2008","2008",96.33359,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2009","2009",96.32203,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2010","2010",96.26702,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2011","2011",96.23671,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2012","2012",96.2206,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2013","2013",96.1426,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2014","2014",96.23091,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2015","2015",96.40489,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2016","2016",96.36839,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2017","2017",96.31088,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1990","1990",63.02144,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1991","1991",63.75267,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1992","1992",64.96284,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1993","1993",67.28642,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1994","1994",69.1192,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1995","1995",69.57396,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1996","1996",70.0817,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1997","1997",70.21234,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1998","1998",69.15863,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1999","1999",70.09623,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2000","2000",72.48919,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2001","2001",73.37231,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2002","2002",74.92621,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2003","2003",82.50898,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2004","2004",85.09461,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2005","2005",87.03879,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2006","2006",88.96694,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2007","2007",91.07606,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2008","2008",91.83003,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2009","2009",91.93242,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2010","2010",92.63869,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2011","2011",92.28478,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2012","2012",92.73054,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2013","2013",92.95995,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2014","2014",93.03422,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2015","2015",93.2018,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2016","2016",93.4684,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2017","2017",93.16022,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1990","1990",80.77426,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1991","1991",80.96408,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1992","1992",79.13602,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1993","1993",79.26326,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1994","1994",80.6537,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1995","1995",80.11588,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1996","1996",81.36554,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1997","1997",81.84069,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1998","1998",82.0024,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1999","1999",82.53793,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2000","2000",83.59806,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2001","2001",84.90924,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2002","2002",86.00539,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2003","2003",86.69138,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2004","2004",87.57679,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2005","2005",88.22181,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2006","2006",88.48774,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2007","2007",89.74153,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2008","2008",90.63759,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2009","2009",91.03207,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2010","2010",91.86855,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2011","2011",91.10555,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2012","2012",90.4277,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2013","2013",88.88437,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2014","2014",88.09182,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2015","2015",88.59513,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2016","2016",88.75412,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2017","2017",89.18165,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1990","1990",95.85461,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1991","1991",96.157,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1992","1992",95.52417,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1993","1993",94.6781,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1994","1994",93.53787,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1995","1995",92.32805,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1996","1996",91.78876,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1997","1997",91.50284,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1998","1998",93.08497,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1999","1999",94.82304,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2000","2000",95.13948,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2001","2001",95.77292,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2002","2002",98.23306,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2003","2003",98.14775,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2004","2004",98.32554,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2005","2005",96.41846,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2006","2006",95.61584,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2007","2007",96.04177,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2008","2008",96.52771,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2009","2009",96.37596,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2010","2010",96.35796,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2011","2011",96.34844,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2012","2012",96.29571,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2013","2013",96.19245,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2014","2014",96.2727,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2015","2015",96.4693,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2016","2016",96.40116,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2017","2017",96.33132,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1990","1990",90.17022,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1991","1991",90.55493,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1992","1992",91.37847,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1993","1993",91.66642,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1994","1994",91.28287,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1995","1995",91.30065,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1996","1996",91.66232,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1997","1997",90.7673,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1998","1998",93.69487,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1999","1999",94.84173,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2000","2000",95.61489,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2001","2001",95.65145,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2002","2002",95.42165,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2003","2003",94.56599,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2004","2004",95.18673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2005","2005",95.702,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2006","2006",95.28298,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2007","2007",94.89676,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2008","2008",95.79096,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2009","2009",96.31854,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2010","2010",96.527,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2011","2011",96.50247,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2012","2012",96.54015,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2013","2013",96.08683,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2014","2014",95.81711,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2015","2015",95.82378,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2016","2016",95.9562,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2017","2017",95.84745,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1990","1990",90.09253,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1991","1991",90.44216,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1992","1992",91.35831,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1993","1993",91.64317,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1994","1994",91.23828,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1995","1995",91.25736,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1996","1996",91.82068,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1997","1997",90.97302,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1998","1998",93.73226,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1999","1999",94.8819,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2000","2000",95.64074,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2001","2001",95.90762,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2002","2002",95.93692,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2003","2003",95.2414,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2004","2004",95.52142,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2005","2005",95.2837,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2006","2006",94.8073,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2007","2007",94.45157,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2008","2008",95.7879,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2009","2009",95.99889,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2010","2010",96.22954,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2011","2011",96.27193,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2012","2012",96.16933,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2013","2013",95.68133,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2014","2014",95.37622,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2015","2015",95.39776,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2016","2016",95.40116,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2017","2017",95.27941,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1990","1990",90.01705,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1991","1991",90.33269,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1992","1992",91.33877,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1993","1993",91.62065,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1994","1994",91.19513,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1995","1995",91.21548,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1996","1996",91.97379,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1997","1997",91.17185,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1998","1998",93.76837,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1999","1999",94.92047,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2000","2000",95.66568,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2001","2001",96.1554,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2002","2002",96.43596,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2003","2003",95.89321,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2004","2004",95.8437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2005","2005",94.88028,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2006","2006",94.35035,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2007","2007",94.02477,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2008","2008",95.78495,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2009","2009",95.6932,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2010","2010",95.94351,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2011","2011",96.05029,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2012","2012",95.81474,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2013","2013",95.29337,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2014","2014",94.95379,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2015","2015",94.98957,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2016","2016",94.87094,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2017","2017",94.7345,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1990","1990",92.43222,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1991","1991",92.32143,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1992","1992",91.88185,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1993","1993",91.2909,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1994","1994",90.33248,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1995","1995",89.57973,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1996","1996",89.28044,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1997","1997",89.25503,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1998","1998",91.65417,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1999","1999",93.94104,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2000","2000",94.33201,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2001","2001",94.78229,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2002","2002",97.12085,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2003","2003",97.03614,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2004","2004",97.49992,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2005","2005",96.1077,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2006","2006",95.49374,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2007","2007",95.90986,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2008","2008",96.12234,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2009","2009",96.26312,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2010","2010",96.16769,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2011","2011",96.11439,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2012","2012",96.13809,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2013","2013",96.0878,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2014","2014",96.18495,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2015","2015",96.33395,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2016","2016",96.33224,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2017","2017",96.28835,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1990","1990",42.02194,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1991","1991",43.70426,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1992","1992",43.08103,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1993","1993",43.01704,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1994","1994",44.13022,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1995","1995",45.78235,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1996","1996",45.77874,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1997","1997",48.61363,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1998","1998",49.12801,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1999","1999",49.57941,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2000","2000",51.77829,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2001","2001",54.28119,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2002","2002",58.25484,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2003","2003",61.21603,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2004","2004",63.97386,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2005","2005",66.4632,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2006","2006",69.35651,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2007","2007",71.34288,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2008","2008",74.21696,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2009","2009",75.23359,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2010","2010",75.11487,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2011","2011",76.37813,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2012","2012",77.49463,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2013","2013",77.60106,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2014","2014",77.92404,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2015","2015",77.63843,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2016","2016",77.74488,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2017","2017",77.73997,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1990","1990",84.68469,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1991","1991",84.77438,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1992","1992",84.99187,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1993","1993",85.57529,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1994","1994",86.09196,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1995","1995",86.0988,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1996","1996",86.03511,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1997","1997",85.87235,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1998","1998",85.24687,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1999","1999",85.31238,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2000","2000",86.23933,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2001","2001",86.07305,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2002","2002",86.41058,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2003","2003",87.21175,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2004","2004",89.69569,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2005","2005",91.35251,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2006","2006",92.46199,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2007","2007",94.05304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2008","2008",93.11344,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2009","2009",91.76387,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2010","2010",92.60117,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2011","2011",91.67106,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2012","2012",92.96872,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2013","2013",93.30072,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2014","2014",93.69601,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2015","2015",94.0679,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2016","2016",94.44648,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2017","2017",94.1592,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1990","1990",74.66246,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1991","1991",75.21549,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1992","1992",72.50884,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1993","1993",72.90359,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1994","1994",75.07599,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1995","1995",74.1458,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1996","1996",76.22933,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1997","1997",76.70554,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1998","1998",77.315,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1999","1999",78.35385,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2000","2000",79.66422,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2001","2001",81.29102,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2002","2002",82.63828,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2003","2003",83.58811,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2004","2004",84.52812,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2005","2005",85.32307,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2006","2006",85.68865,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2007","2007",87.22232,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2008","2008",88.27814,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2009","2009",88.69808,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2010","2010",89.76666,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2011","2011",89.07537,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2012","2012",89.21808,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2013","2013",87.83629,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2014","2014",87.23252,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2015","2015",87.70008,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2016","2016",88.03514,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2017","2017",88.46287,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1990","1990",89.06636,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1991","1991",89.21589,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1992","1992",88.97823,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1993","1993",88.89526,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1994","1994",88.71265,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1995","1995",88.03902,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1996","1996",87.69615,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1997","1997",87.59598,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1998","1998",88.39255,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1999","1999",89.3185,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2000","2000",89.98378,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2001","2001",90.12051,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2002","2002",90.87546,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2003","2003",91.03069,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2004","2004",92.05811,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2005","2005",91.79773,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2006","2006",91.75271,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2007","2007",93.12302,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2008","2008",92.67911,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2009","2009",92.22349,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2010","2010",92.54682,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2011","2011",92.3442,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2012","2012",92.74627,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2013","2013",92.76306,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2014","2014",92.97895,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2015","2015",93.21305,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2016","2016",93.42454,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2017","2017",93.33899,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1990","1990",95.76204,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1991","1991",95.70909,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1992","1992",95.2737,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1993","1993",95.16708,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1994","1994",95.14316,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1995","1995",95.42588,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1996","1996",95.39104,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1997","1997",95.02229,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1998","1998",96.3077,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1999","1999",96.39651,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2000","2000",96.34776,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2001","2001",96.66566,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2002","2002",96.39036,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2003","2003",96.59225,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2004","2004",96.50586,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2005","2005",97.00803,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2006","2006",97.36668,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2007","2007",97.58642,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2008","2008",97.70497,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2009","2009",97.51138,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2010","2010",97.09367,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2011","2011",96.87692,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2012","2012",96.89681,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2013","2013",96.8051,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2014","2014",96.9349,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2015","2015",97.26205,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2016","2016",97.26151,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2017","2017",97.24487,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","1999","1999",94.5295,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2000","2000",94.34287,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2001","2001",94.79548,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2002","2002",94.33967,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2003","2003",93.5421,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2004","2004",94.03629,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2005","2005",93.91257,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2006","2006",93.94424,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2007","2007",93.4195,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2008","2008",93.49882,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2009","2009",93.45011,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2010","2010",93.79389,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2011","2011",94.4546,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2012","2012",95.70414,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2013","2013",96.569,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2014","2014",96.49726,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2015","2015",96.81558,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2016","2016",97.12551,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2017","2017",97.43975,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","1999","1999",94.17881,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2000","2000",93.99672,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2001","2001",94.20522,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2002","2002",93.77985,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2003","2003",92.82038,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2004","2004",93.44473,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2005","2005",93.37444,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2006","2006",93.38495,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2007","2007",92.97091,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2008","2008",93.06282,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2009","2009",92.98889,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2010","2010",93.31927,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2011","2011",93.90814,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2012","2012",95.10268,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2013","2013",95.93503,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2014","2014",96.01507,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2015","2015",96.29865,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2016","2016",96.6383,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2017","2017",97.19168,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1990","1990",98.05358,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1991","1991",97.93376,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1992","1992",97.15188,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1993","1993",96.66355,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1994","1994",96.40164,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1995","1995",96.95649,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1996","1996",96.88394,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1997","1997",97.04566,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1998","1998",97.71468,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1999","1999",97.70182,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2000","2000",97.4984,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2001","2001",97.96978,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2002","2002",97.40652,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2003","2003",97.62193,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2004","2004",97.29168,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2005","2005",97.89798,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2006","2006",98.23406,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2007","2007",98.24801,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2008","2008",98.21274,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2009","2009",97.77815,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2010","2010",96.76941,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2011","2011",96.49371,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2012","2012",96.44998,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2013","2013",96.61102,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2014","2014",96.8818,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2015","2015",97.07595,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2016","2016",97.39096,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2017","2017",97.38584,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1990","1990",74.20386,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1991","1991",74.61013,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1992","1992",75.31079,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1993","1993",76.7373,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1994","1994",77.89132,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1995","1995",78.11632,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1996","1996",78.332,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1997","1997",78.31407,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1998","1998",77.48753,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1999","1999",77.98222,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2000","2000",79.62601,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2001","2001",79.97575,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2002","2002",80.90504,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2003","2003",84.96021,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2004","2004",87.49506,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2005","2005",89.29085,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2006","2006",90.79283,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2007","2007",92.63233,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2008","2008",92.50135,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2009","2009",91.84421,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2010","2010",92.61904,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2011","2011",91.9633,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2012","2012",92.85533,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2013","2013",93.13846,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2014","2014",93.38078,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2015","2015",93.65512,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2016","2016",93.98006,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2017","2017",93.68255,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1990","1990",48.74126,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1991","1991",49.95036,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1992","1992",49.86003,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1993","1993",50.4417,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1994","1994",50.79477,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1995","1995",51.23814,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1996","1996",49.71915,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1997","1997",52.87158,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1998","1998",54.01291,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1999","1999",55.27508,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2000","2000",57.43074,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2001","2001",59.39236,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2002","2002",60.99737,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2003","2003",63.48499,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2004","2004",65.44129,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2005","2005",67.64642,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2006","2006",69.34395,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2007","2007",71.44833,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2008","2008",72.62228,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2009","2009",73.3505,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2010","2010",73.3379,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2011","2011",74.97763,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2012","2012",75.75799,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2013","2013",76.37527,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2014","2014",76.78581,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2015","2015",76.79355,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2016","2016",76.97426,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2017","2017",77.00632,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1990","1990",84.23877,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1991","1991",84.37747,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1992","1992",84.26303,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1993","1993",84.53137,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1994","1994",84.64599,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1995","1995",84.10445,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1996","1996",84.0084,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1997","1997",84.08455,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1998","1998",85.04956,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1999","1999",86.31457,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2000","2000",87.21398,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2001","2001",87.51991,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2002","2002",88.40645,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2003","2003",89.66398,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2004","2004",90.79174,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2005","2005",90.66266,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2006","2006",90.77251,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2007","2007",92.10889,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2008","2008",91.96073,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2009","2009",91.81079,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2010","2010",92.20595,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2011","2011",92.17038,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2012","2012",92.40179,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2013","2013",92.39563,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2014","2014",92.48315,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2015","2015",92.62539,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2016","2016",92.76915,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2017","2017",92.68803,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1990","1990",57.50635,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1991","1991",58.24631,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1992","1992",57.84749,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1993","1993",58.18261,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1994","1994",58.52867,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1995","1995",59.69322,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1996","1996",58.79984,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1997","1997",61.4635,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1998","1998",62.08388,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1999","1999",62.368,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2000","2000",64.64687,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2001","2001",66.34958,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2002","2002",67.92573,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2003","2003",70.18421,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2004","2004",71.59322,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2005","2005",73.64294,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2006","2006",74.70871,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2007","2007",78.07926,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2008","2008",78.49895,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2009","2009",78.78535,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2010","2010",78.63544,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2011","2011",80.30675,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2012","2012",80.84941,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2013","2013",81.54489,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2014","2014",81.81254,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2015","2015",81.83922,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2016","2016",82.02441,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2017","2017",81.97806,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1990","1990",53.15082,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1991","1991",54.12448,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1992","1992",53.87953,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1993","1993",54.33784,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1994","1994",54.68802,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1995","1995",55.49494,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1996","1996",54.29127,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1997","1997",57.1971,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1998","1998",58.07641,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1999","1999",58.84689,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2000","2000",61.06518,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2001","2001",62.89571,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2002","2002",64.48534,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2003","2003",66.85742,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2004","2004",68.53858,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2005","2005",70.66626,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2006","2006",72.04677,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2007","2007",74.78964,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2008","2008",75.58445,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2009","2009",76.09055,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2010","2010",76.00904,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2011","2011",77.66471,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2012","2012",78.32513,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2013","2013",78.98223,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2014","2014",79.32145,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2015","2015",79.33968,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2016","2016",79.52371,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2017","2017",79.5173,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1990","1990",97.56707,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1991","1991",97.70102,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1992","1992",96.93611,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1993","1993",96.64391,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1994","1994",96.24588,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1995","1995",97.0035,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1996","1996",96.81734,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1997","1997",96.8241,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1998","1998",97.60868,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1999","1999",97.6384,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2000","2000",97.4754,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2001","2001",97.31953,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2002","2002",96.73421,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2003","2003",97.09322,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2004","2004",96.68502,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2005","2005",97.26596,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2006","2006",97.35065,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2007","2007",97.64336,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2008","2008",97.85582,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2009","2009",96.83686,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2010","2010",96.45022,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2011","2011",95.75593,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2012","2012",96.29901,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2013","2013",96.40759,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2014","2014",96.26841,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2015","2015",96.61915,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2016","2016",97.4908,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2017","2017",97.49078,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1990","1990",97.80432,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1991","1991",97.81458,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1992","1992",97.04139,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1993","1993",96.65349,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1994","1994",96.32189,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1995","1995",96.98056,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1996","1996",96.84983,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1997","1997",96.93217,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1998","1998",97.66038,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1999","1999",97.66933,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2000","2000",97.48661,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2001","2001",97.63651,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2002","2002",97.06197,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2003","2003",97.35103,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2004","2004",96.9809,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2005","2005",97.57424,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2006","2006",97.7817,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2007","2007",97.93837,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2008","2008",98.03003,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2009","2009",97.29635,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2010","2010",96.60603,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2011","2011",96.1161,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2012","2012",96.37272,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2013","2013",96.5069,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2014","2014",96.56789,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2015","2015",96.84223,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2016","2016",97.44205,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2017","2017",97.43956,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1990","1990",54.22944,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1991","1991",55.10607,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1992","1992",53.94217,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1993","1993",53.71781,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1994","1994",54.56152,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1995","1995",57.00247,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1996","1996",57.30547,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1997","1997",59.8434,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1998","1998",59.80756,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1999","1999",59.16774,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2000","2000",61.33182,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2001","2001",63.83388,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2002","2002",67.12233,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2003","2003",69.78133,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2004","2004",71.77309,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2005","2005",74.22384,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2006","2006",76.25268,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2007","2007",78.03903,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2008","2008",80.49678,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2009","2009",80.98265,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2010","2010",80.78112,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2011","2011",81.93092,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2012","2012",82.62062,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2013","2013",82.69503,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2014","2014",82.54848,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2015","2015",82.28358,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2016","2016",82.34241,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2017","2017",82.28501,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1990","1990",79.17221,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1991","1991",79.296,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1992","1992",79.30804,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1993","1993",79.94313,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1994","1994",80.36795,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1995","1995",79.96242,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1996","1996",80.12268,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1997","1997",80.38054,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1998","1998",81.51743,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1999","1999",83.13176,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2000","2000",84.27334,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2001","2001",84.75104,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2002","2002",85.77073,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2003","2003",88.20093,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2004","2004",89.43085,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2005","2005",89.44205,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2006","2006",89.71738,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2007","2007",91.01633,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2008","2008",91.1863,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2009","2009",91.36489,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2010","2010",91.83733,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2011","2011",91.98212,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2012","2012",92.02814,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2013","2013",91.99699,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2014","2014",91.94529,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2015","2015",91.98797,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2016","2016",92.05822,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2017","2017",91.98252,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1990","1990",95.85673,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1991","1991",95.85528,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1992","1992",95.40594,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1993","1993",95.31886,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1994","1994",95.24915,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1995","1995",95.59006,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1996","1996",95.49963,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1997","1997",95.11331,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1998","1998",96.32275,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1999","1999",96.41414,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2000","2000",96.38334,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2001","2001",96.49424,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2002","2002",96.21383,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2003","2003",96.4745,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2004","2004",96.39204,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2005","2005",96.88829,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2006","2006",97.15715,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2007","2007",97.4524,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2008","2008",97.63926,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2009","2009",97.22918,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2010","2010",96.98254,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2011","2011",96.60204,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2012","2012",96.79394,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2013","2013",96.64931,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2014","2014",96.62306,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2015","2015",97.03465,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2016","2016",97.20922,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2017","2017",97.20245,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1990","1990",76.2761,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1991","1991",76.51306,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1992","1992",76.77725,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1993","1993",77.81172,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1994","1994",78.78105,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1995","1995",78.48008,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1996","1996",78.53707,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1997","1997",78.72964,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1998","1998",78.80623,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1999","1999",79.57151,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2000","2000",81.08596,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2001","2001",81.51411,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2002","2002",81.58487,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2003","2003",84.10633,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2004","2004",85.55056,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2005","2005",86.71798,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2006","2006",87.50119,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2007","2007",89.54445,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2008","2008",89.1383,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2009","2009",88.96177,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2010","2010",89.66792,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2011","2011",89.65707,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2012","2012",90.0581,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2013","2013",90.07068,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2014","2014",90.16216,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2015","2015",90.28608,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2016","2016",90.53988,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2017","2017",90.42946,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1990","1990",68.30237,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1991","1991",69.23021,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1992","1992",65.60025,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1993","1993",66.26576,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1994","1994",69.24946,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1995","1995",67.90927,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1996","1996",70.86911,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1997","1997",71.3473,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1998","1998",72.42414,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1999","1999",73.9884,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2000","2000",75.55816,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2001","2001",77.51039,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2002","2002",79.12485,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2003","2003",80.35109,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2004","2004",81.34648,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2005","2005",82.29457,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2006","2006",82.76311,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2007","2007",84.58967,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2008","2008",85.81215,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2009","2009",86.25822,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2010","2010",87.56921,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2011","2011",86.95266,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2012","2012",87.95316,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2013","2013",86.74001,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2014","2014",86.33342,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2015","2015",86.76341,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2016","2016",87.2826,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2017","2017",87.71046,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1990","1990",95.78387,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1991","1991",95.47139,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1992","1992",94.70258,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1993","1993",93.85878,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1994","1994",92.98707,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1995","1995",91.86564,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1996","1996",91.23675,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1997","1997",90.79555,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1998","1998",92.71028,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1999","1999",94.57885,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2000","2000",94.92175,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2001","2001",95.33878,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2002","2002",97.41714,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2003","2003",97.27684,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2004","2004",97.30757,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2005","2005",95.35605,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2006","2006",94.83596,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2007","2007",95.83415,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2008","2008",95.90725,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2009","2009",96.26449,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2010","2010",96.39425,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2011","2011",96.58831,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2012","2012",96.44889,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2013","2013",96.08965,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2014","2014",96.17365,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2015","2015",96.15745,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2016","2016",96.05364,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2017","2017",96.09167,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","1999","1999",93.81566,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2000","2000",93.63832,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2001","2001",93.59006,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2002","2002",93.19549,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2003","2003",92.06663,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2004","2004",92.8252,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2005","2005",92.81141,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2006","2006",92.7991,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2007","2007",92.49802,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2008","2008",92.60217,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2009","2009",92.50063,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2010","2010",92.81616,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2011","2011",93.32801,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2012","2012",94.46422,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2013","2013",95.26214,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2014","2014",95.50353,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2015","2015",95.74977,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2016","2016",96.12034,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2017","2017",96.92759,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1990","1990",77.82294,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1991","1991",77.9978,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1992","1992",77.80264,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1993","1993",78.17804,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1994","1994",78.5343,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1995","1995",78.37261,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1996","1996",78.43976,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1997","1997",78.8263,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1998","1998",79.78924,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1999","1999",80.99509,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2000","2000",82.01239,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2001","2001",82.58835,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2002","2002",83.68619,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2003","2003",85.80924,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2004","2004",87.01915,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2005","2005",87.31668,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2006","2006",87.86503,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2007","2007",89.04778,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2008","2008",89.52148,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2009","2009",89.71247,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2010","2010",89.93567,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2011","2011",90.15808,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2012","2012",90.32015,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2013","2013",90.26918,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2014","2014",90.24525,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2015","2015",90.2342,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2016","2016",90.27003,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2017","2017",90.18593,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1990","1990",97.60051,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1991","1991",97.58546,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1992","1992",96.68107,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1993","1993",95.70477,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1994","1994",94.76443,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1995","1995",93.46423,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1996","1996",92.5207,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1997","1997",91.8786,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1998","1998",93.37695,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1999","1999",94.87305,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2000","2000",95.22564,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2001","2001",95.60726,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2002","2002",97.60139,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2003","2003",97.54272,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2004","2004",97.53085,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2005","2005",95.62234,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2006","2006",95.06962,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2007","2007",95.95185,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2008","2008",96.03667,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2009","2009",96.36241,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2010","2010",96.27271,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2011","2011",96.21657,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2012","2012",96.31077,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2013","2013",95.96485,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2014","2014",96.22303,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2015","2015",96.35257,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2016","2016",96.43515,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2017","2017",96.48103,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1990","1990",68.52844,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1991","1991",68.92732,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1992","1992",69.35554,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1993","1993",70.94427,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1994","1994",72.37873,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1995","1995",72.09557,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1996","1996",72.47822,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1997","1997",72.86554,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1998","1998",72.89742,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1999","1999",74.12528,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2000","2000",76.1034,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2001","2001",77.01774,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2002","2002",77.46228,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2003","2003",82.05277,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2004","2004",83.55277,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2005","2005",84.78971,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2006","2006",85.8005,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2007","2007",87.80157,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2008","2008",88.02597,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2009","2009",88.29991,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2010","2010",89.15383,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2011","2011",89.45092,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2012","2012",89.53237,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2013","2013",89.48665,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2014","2014",89.35045,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2015","2015",89.3323,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2016","2016",89.44855,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2017","2017",89.33592,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1993","1993",94.36381,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1994","1994",94.27794,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1995","1995",93.10447,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1996","1996",93.33453,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1997","1997",93.3579,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1998","1998",94.38339,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1999","1999",94.60302,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2000","2000",93.80419,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2001","2001",94.13952,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2002","2002",95.06601,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2003","2003",95.09855,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2004","2004",95.02635,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2005","2005",95.33366,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2006","2006",95.04028,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2007","2007",95.39174,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2008","2008",95.47921,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2009","2009",94.92724,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2010","2010",95.53241,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2011","2011",95.45275,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2012","2012",95.11694,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2013","2013",95.08219,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2014","2014",94.88222,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2015","2015",95.22959,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2016","2016",95.18169,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2017","2017",95.17218,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1990","1990",82.35155,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1991","1991",82.51372,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1992","1992",82.20552,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1993","1993",82.30871,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1994","1994",82.41897,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1995","1995",82.20985,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1996","1996",82.09947,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1997","1997",82.334,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1998","1998",83.14481,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1999","1999",84.03348,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2000","2000",84.87207,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2001","2001",85.29769,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2002","2002",86.25777,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2003","2003",87.50192,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2004","2004",88.59466,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2005","2005",88.78818,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2006","2006",89.14799,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2007","2007",90.36347,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2008","2008",90.58245,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2009","2009",90.47614,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2010","2010",90.66916,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2011","2011",90.73764,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2012","2012",91.02794,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2013","2013",90.99182,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2014","2014",91.02061,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2015","2015",91.09824,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2016","2016",91.20705,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2017","2017",91.11808,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1993","1993",92.47647,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1994","1994",92.30236,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1995","1995",91.30182,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1996","1996",91.43304,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1997","1997",91.42737,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1998","1998",92.20161,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1999","1999",92.42349,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2000","2000",92.04212,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2001","2001",92.57431,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2002","2002",93.60115,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2003","2003",93.90332,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2004","2004",94.10536,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2005","2005",94.48725,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2006","2006",94.32732,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2007","2007",94.83853,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2008","2008",95.03531,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2009","2009",94.74337,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2010","2010",95.47598,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2011","2011",95.49803,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2012","2012",95.26476,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2013","2013",95.3793,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2014","2014",95.2797,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2015","2015",95.68429,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2016","2016",95.60882,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2017","2017",95.60948,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1990","1990",95.94705,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1991","1991",95.99476,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1992","1992",95.53199,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1993","1993",95.46341,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1994","1994",95.35002,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1995","1995",95.74619,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1996","1996",95.60286,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1997","1997",95.19981,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1998","1998",96.33704,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1999","1999",96.43088,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2000","2000",96.41709,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2001","2001",96.33171,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2002","2002",96.0463,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2003","2003",96.36267,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2004","2004",96.28389,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2005","2005",96.77446,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2006","2006",96.95784,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2007","2007",97.32487,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2008","2008",97.57669,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2009","2009",96.96043,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2010","2010",96.87671,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2011","2011",96.3402,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2012","2012",96.69592,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2013","2013",96.50087,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2014","2014",96.32584,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2015","2015",96.81779,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2016","2016",97.15934,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2017","2017",97.16201,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1990","1990",83.64294,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1991","1991",83.71929,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1992","1992",83.82368,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1993","1993",84.33025,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1994","1994",84.85752,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1995","1995",84.53861,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1996","1996",84.28403,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1997","1997",84.28832,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1998","1998",84.40003,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1999","1999",84.71852,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2000","2000",85.78476,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2001","2001",85.74485,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2002","2002",85.45669,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2003","2003",86.03202,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2004","2004",87.42173,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2005","2005",88.52257,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2006","2006",89.0913,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2007","2007",91.17307,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2008","2008",90.17642,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2009","2009",89.57856,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2010","2010",90.14631,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2011","2011",89.84867,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2012","2012",90.54656,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2013","2013",90.61338,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2014","2014",90.91689,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2015","2015",91.17372,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2016","2016",91.55654,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2017","2017",91.44904,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1990","1990",86.68167,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1991","1991",86.82933,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1992","1992",86.41066,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1993","1993",86.25163,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1994","1994",86.12499,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1995","1995",85.86823,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1996","1996",85.58604,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1997","1997",85.67303,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1998","1998",86.33515,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1999","1999",86.91627,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2000","2000",87.58115,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2001","2001",87.85933,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2002","2002",88.68537,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2003","2003",89.09696,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2004","2004",90.07495,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2005","2005",90.17017,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2006","2006",90.35211,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2007","2007",91.59765,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2008","2008",91.57741,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2009","2009",91.19126,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2010","2010",91.35572,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2011","2011",91.27966,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2012","2012",91.6893,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2013","2013",91.667,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2014","2014",91.74519,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2015","2015",91.90586,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2016","2016",92.08285,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2017","2017",91.98981,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1990","1990",93.87431,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1991","1991",93.24814,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1992","1992",92.6208,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1993","1993",91.91511,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1994","1994",91.11397,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1995","1995",90.17888,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1996","1996",89.87996,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1997","1997",89.64894,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1998","1998",92.00282,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1999","1999",94.26571,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2000","2000",94.59705,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2001","2001",95.05059,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2002","2002",97.21841,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2003","2003",96.98889,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2004","2004",97.06405,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2005","2005",95.06516,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2006","2006",94.5806,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2007","2007",95.70535,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2008","2008",95.76533,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2009","2009",96.15679,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2010","2010",96.52837,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2011","2011",96.99987,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2012","2012",96.60213,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2013","2013",96.22833,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2014","2014",96.11871,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2015","2015",95.94021,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2016","2016",95.6287,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2017","2017",95.65799,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1993","1993",93.43793,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1994","1994",93.30936,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1995","1995",92.22115,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1996","1996",92.40324,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1997","1997",92.41286,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1998","1998",93.31564,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1999","1999",93.53665,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2000","2000",92.94222,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2001","2001",93.37394,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2002","2002",94.34978,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2003","2003",94.51442,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2004","2004",94.57647,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2005","2005",94.92031,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2006","2006",94.69216,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2007","2007",95.12159,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2008","2008",95.26244,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2009","2009",94.83746,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2010","2010",95.50487,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2011","2011",95.47484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2012","2012",95.18905,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2013","2013",95.22708,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2014","2014",95.07608,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2015","2015",95.45136,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2016","2016",95.39005,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2017","2017",95.38544,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1990","1990",23.3937,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1991","1991",21.53095,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1992","1992",34.01282,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1993","1993",40.44334,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1994","1994",44.23595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1995","1995",46.73162,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1996","1996",49.16307,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1997","1997",48.51114,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1999","1999",52.01518,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2000","2000",58.71181,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2001","2001",59.52344,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2002","2002",66.28787,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2003","2003",72.42194,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2004","2004",75.73784,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2005","2005",76.25458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2006","2006",73.44767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2007","2007",66.20945,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2008","2008",61.6003,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2009","2009",57.4392,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2010","2010",52.9696,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2011","2011",55.53463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2012","2012",57.39757,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2013","2013",63.13186,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2014","2014",55.70903,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2015","2015",54.07534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2017","2017",49.42212,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1990","1990",24.10664,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1991","1991",21.98921,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1992","1992",36.54936,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1993","1993",44.52116,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1994","1994",48.89165,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1995","1995",51.60114,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1996","1996",53.99072,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1997","1997",52.99836,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1999","1999",56.69888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2000","2000",64.32639,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2001","2001",65.17074,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2002","2002",73.497,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2003","2003",80.0521,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2004","2004",83.97548,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2005","2005",84.13512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2006","2006",80.75589,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2007","2007",71.75054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2008","2008",67.00108,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2009","2009",62.22526,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2010","2010",57.13854,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2011","2011",60.31694,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2012","2012",62.24397,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2013","2013",61.8044,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2014","2014",60.05013,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2015","2015",58.03784,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2017","2017",53.11386,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1990","1990",22.67146,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1991","1991",21.06668,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1992","1992",31.44573,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1993","1993",36.31793,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1994","1994",39.52597,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1995","1995",41.80554,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1996","1996",44.28128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1997","1997",43.9726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1999","1999",47.27854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2000","2000",53.03629,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2001","2001",53.81864,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2002","2002",59.00265,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2003","2003",64.70171,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2004","2004",67.38423,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2005","2005",68.23678,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2006","2006",65.98202,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2007","2007",60.52566,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2008","2008",56.04175,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2009","2009",52.50105,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2010","2010",48.66125,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2011","2011",50.58784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2012","2012",52.37859,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2013","2013",64.50974,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2014","2014",51.19857,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2015","2015",49.9544,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2017","2017",45.57818,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRK","Democratic People's Republic of Korea","2009","2009",99.40793,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRK","Democratic People's Republic of Korea","2015","2015",93.65738,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRK","Democratic People's Republic of Korea","2018","2018",88.10191,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1992","1992",21.2114,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1994","1994",24.26731,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1995","1995",25.43698,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1996","1996",27.15099,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1997","1997",27.59551,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1999","1999",33.38833,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2000","2000",38.96067,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2001","2001",41.34244,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2002","2002",46.95353,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2003","2003",52.08529,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2004","2004",55.03095,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2005","2005",56.72493,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2006","2006",56.01181,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2007","2007",50.92215,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2008","2008",47.34843,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2009","2009",43.84363,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2010","2010",41.44493,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2011","2011",43.96406,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2012","2012",46.24828,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2013","2013",44.17755,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2014","2014",44.27325,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2015","2015",42.63529,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2017","2017",37.71622,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIU","Niue","2014","2014",94.39655,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIU","Niue","2015","2015",89.48195,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIU","Niue","2016","2016",97.26621,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1992","1992",21.2114,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1994","1994",24.26731,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1995","1995",25.43698,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1996","1996",27.15099,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1997","1997",27.59551,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1999","1999",33.56465,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2000","2000",39.06205,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2001","2001",41.35579,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2002","2002",47.01976,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2003","2003",52.10786,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2004","2004",55.08165,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2005","2005",57.05539,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2006","2006",56.17775,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2007","2007",50.98699,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2008","2008",47.40316,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2009","2009",43.88478,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2010","2010",41.48789,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2011","2011",43.98633,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2012","2012",46.26082,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2013","2013",45.36009,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2014","2014",44.75808,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2015","2015",43.13361,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2017","2017",38.24931,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRK","Democratic People's Republic of Korea","2009","2009",94.04301,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","1992","1992",22.14,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","1994","1994",25.33331,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","1995","1995",26.55712,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","1996","1996",28.2989,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","1997","1997",28.88401,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","1999","1999",35.61835,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2000","2000",41.59731,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2001","2001",44.26088,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2002","2002",50.6377,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2003","2003",56.1329,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2004","2004",59.32938,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2005","2005",60.8653,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2006","2006",59.5618,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2007","2007",53.79163,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2008","2008",50.17326,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2009","2009",46.35304,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2010","2010",43.88688,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2011","2011",46.79063,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2012","2012",49.25437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2013","2013",46.55437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2014","2014",46.57407,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2015","2015",44.64912,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2017","2017",39.39864,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRK","Democratic People's Republic of Korea","2009","2009",94.06663,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1992","1992",21.2114,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1994","1994",24.26731,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1995","1995",25.43698,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1996","1996",27.15099,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1997","1997",27.59551,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1999","1999",33.13537,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2000","2000",38.67876,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2001","2001",41.01821,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2002","2002",46.56918,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2003","2003",51.6485,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2004","2004",54.39556,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2005","2005",55.91454,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2006","2006",54.9252,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2007","2007",49.63409,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2008","2008",45.82056,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2009","2009",42.36406,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2010","2010",39.74132,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2011","2011",42.36449,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2012","2012",44.53551,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2013","2013",44.07817,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2014","2014",44.13182,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2015","2015",42.43315,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2017","2017",37.35275,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","1992","1992",22.14,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","1994","1994",25.33331,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","1995","1995",26.55712,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","1996","1996",28.2989,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","1997","1997",28.88401,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","1999","1999",35.36562,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2000","2000",41.33881,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2001","2001",43.95475,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2002","2002",50.2895,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2003","2003",55.69124,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2004","2004",58.71966,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2005","2005",60.04542,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2006","2006",58.49084,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2007","2007",52.50122,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2008","2008",48.65914,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2009","2009",44.92056,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2010","2010",42.24381,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2011","2011",45.24515,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2012","2012",47.63316,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2013","2013",46.45993,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2014","2014",46.43711,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2015","2015",44.45145,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2017","2017",39.06974,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","1992","1992",20.27162,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","1994","1994",23.18887,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","1995","1995",24.30382,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","1996","1996",25.99021,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","1997","1997",26.29228,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","1999","1999",30.87992,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2000","2000",35.98984,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2001","2001",38.05176,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2002","2002",42.80958,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2003","2003",47.55803,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2004","2004",50.01058,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2005","2005",51.71172,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2006","2006",51.28275,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2007","2007",46.69313,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2008","2008",42.89905,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2009","2009",39.72633,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2010","2010",37.15514,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2011","2011",39.38476,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2012","2012",41.32756,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2013","2013",41.60594,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2014","2014",41.73659,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2015","2015",40.33416,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2017","2017",35.56498,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","1992","1992",22.14,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","1994","1994",25.33331,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","1995","1995",26.55712,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","1996","1996",28.2989,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","1997","1997",28.88401,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","1999","1999",35.81501,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2000","2000",41.69952,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2001","2001",44.27556,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2002","2002",50.70318,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2003","2003",56.16055,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2004","2004",59.38755,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2005","2005",61.17971,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2006","2006",59.71303,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2007","2007",53.83379,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2008","2008",50.22122,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2009","2009",46.3911,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2010","2010",43.92769,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2011","2011",46.8141,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2012","2012",49.26213,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2013","2013",47.73887,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2014","2014",47.04148,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2015","2015",45.15208,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2017","2017",39.92579,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","1992","1992",20.27162,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","1994","1994",23.18887,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","1995","1995",24.30382,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","1996","1996",25.99021,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","1997","1997",26.29228,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","1999","1999",31.28886,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2000","2000",36.39595,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2001","2001",38.40629,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2002","2002",43.29745,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2003","2003",48.00733,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2004","2004",50.71512,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2005","2005",52.85924,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2006","2006",52.56632,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2007","2007",48.06688,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2008","2008",44.50278,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2009","2009",41.29882,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2010","2010",38.96651,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2011","2011",41.06131,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2012","2012",43.15262,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2013","2013",42.89095,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2014","2014",42.38559,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2015","2015",41.03443,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2017","2017",36.50371,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VNM","Viet Nam","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VNM","Viet Nam","2015","2015",99.73501,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VNM","Viet Nam","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VNM","Viet Nam","2017","2017",100,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","1992","1992",20.27162,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","1994","1994",23.18887,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","1995","1995",24.30382,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","1996","1996",25.99021,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","1997","1997",26.29228,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","1999","1999",31.13311,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2000","2000",36.29542,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2001","2001",38.39427,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2002","2002",43.23046,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2003","2003",47.98989,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2004","2004",50.672,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2005","2005",52.51246,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2006","2006",52.38534,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2007","2007",47.97877,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2008","2008",44.44108,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2009","2009",41.25449,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2010","2010",38.92132,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2011","2011",41.04029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2012","2012",43.13514,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2013","2013",41.71046,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2014","2014",41.88266,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2015","2015",40.54094,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2017","2017",35.96443,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRK","Democratic People's Republic of Korea","2009","2009",97.79276,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIU","Niue","2014","2014",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIU","Niue","2015","2015",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIU","Niue","2016","2016",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRK","Democratic People's Republic of Korea","2009","2009",97.84731,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIU","Niue","2014","2014",89.69481,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIU","Niue","2015","2015",80.46647,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIU","Niue","2016","2016",94.60164,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRK","Democratic People's Republic of Korea","2009","2009",96.62052,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRK","Democratic People's Republic of Korea","2009","2009",94.09142,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRK","Democratic People's Republic of Korea","2009","2009",97.7408,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRK","Democratic People's Republic of Korea","2009","2009",99.42654,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRK","Democratic People's Republic of Korea","2015","2015",93.55258,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRK","Democratic People's Republic of Korea","2018","2018",88.09972,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRK","Democratic People's Republic of Korea","2009","2009",99.44427,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRK","Democratic People's Republic of Korea","2015","2015",93.45198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRK","Democratic People's Republic of Korea","2018","2018",88.09763,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRK","Democratic People's Republic of Korea","2009","2009",96.58202,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRK","Democratic People's Republic of Korea","2009","2009",96.66093,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VNM","Viet Nam","2014","2014",99.66601,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VNM","Viet Nam","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VNM","Viet Nam","2016","2016",98.87623,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VNM","Viet Nam","2017","2017",98.79897,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","1999","1999",165.64539,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2001","2001",150.78555,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2002","2002",146.82779,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2003","2003",140.54449,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2004","2004",133.69631,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2005","2005",133.26216,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2007","2007",128.17979,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2008","2008",132.05521,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2009","2009",131.16516,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2011","2011",132.49661,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2012","2012",134.5204,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2013","2013",113.91982,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2014","2014",114.25471,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2015","2015",112.77329,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2016","2016",113.94543,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","1999","1999",163.02089,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2001","2001",145.88491,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2002","2002",141.54553,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2003","2003",136.47261,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2004","2004",130.36466,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2005","2005",129.16456,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2007","2007",124.87829,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2008","2008",127.31312,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2009","2009",128.18803,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2011","2011",127.55449,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2012","2012",131.12866,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2013","2013",111.47087,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2014","2014",111.69786,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2015","2015",110.39203,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2016","2016",112.44399,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","1999","1999",168.11698,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2001","2001",155.56178,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2002","2002",152.00936,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2003","2003",144.47924,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2004","2004",136.88785,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2005","2005",137.21523,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2007","2007",131.2836,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2008","2008",136.59953,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2009","2009",133.94613,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2011","2011",137.27679,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2012","2012",137.73423,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2013","2013",116.25508,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2014","2014",116.70946,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2015","2015",115.05741,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2016","2016",115.36409,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2004","2004",93.51398,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2005","2005",97.25984,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2007","2007",93.70571,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2008","2008",97.9007,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2009","2009",97.53301,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2011","2011",95.40211,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2012","2012",99.27482,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2013","2013",97.84479,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2014","2014",97.61097,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2015","2015",97.04205,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2016","2016",98.09298,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","1999","1999",96.914,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2001","2001",98.03385,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2002","2002",95.73049,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2003","2003",93.17962,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2004","2004",94.42334,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2005","2005",94.85334,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2007","2007",91.58906,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2008","2008",97.54903,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2009","2009",95.52765,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2011","2011",95.00738,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2012","2012",98.0755,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2013","2013",93.76937,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2014","2014",94.84088,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2015","2015",94.73055,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2016","2016",95.47144,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2004","2004",92.07035,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2005","2005",95.81085,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2007","2007",92.64555,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2008","2008",96.74612,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2009","2009",96.30223,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2011","2011",94.57989,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2012","2012",98.69599,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2013","2013",93.90186,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2014","2014",94.72819,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2015","2015",94.68207,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2016","2016",96.13423,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2004","2004",96.67737,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2005","2005",93.92959,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2007","2007",90.59584,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2008","2008",98.31845,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2009","2009",94.80411,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2011","2011",95.42086,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2012","2012",97.48756,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2013","2013",93.64303,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2014","2014",94.94907,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2015","2015",94.77706,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2016","2016",94.84518,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","1999","1999",98.07272,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2001","2001",98.85493,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2002","2002",96.72741,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2003","2003",94.29506,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2004","2004",95.58531,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2005","2005",96.07993,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2007","2007",92.47411,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2008","2008",98.53831,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2009","2009",96.58508,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2011","2011",95.69718,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2012","2012",98.54993,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2013","2013",99.52263,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2014","2014",99.44545,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2015","2015",98.75867,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2016","2016",99.13716,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2004","2004",93.51398,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2005","2005",97.25984,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2007","2007",93.70571,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2008","2008",97.9007,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2009","2009",97.53301,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2011","2011",95.40211,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2012","2012",99.27482,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2013","2013",99.98219,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2014","2014",99.56351,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2015","2015",98.90228,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2016","2016",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2004","2004",97.56952,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2005","2005",94.94163,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2007","2007",91.31626,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2008","2008",99.14933,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2009","2009",95.6996,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2011","2011",95.98259,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2012","2012",97.86306,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2013","2013",99.08441,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2014","2014",99.3321,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2015","2015",98.62092,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2016","2016",98.32188,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","1999","1999",98.07272,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2001","2001",98.85493,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2002","2002",96.72741,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2003","2003",94.29506,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2004","2004",95.58531,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2005","2005",96.07993,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2007","2007",92.47411,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2008","2008",98.53831,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2009","2009",96.58508,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2011","2011",95.69718,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2012","2012",98.54993,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2013","2013",97.32389,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2014","2014",97.4362,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2015","2015",96.85231,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2016","2016",97.20202,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2004","2004",97.56952,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2005","2005",94.94163,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2007","2007",91.31626,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2008","2008",99.14933,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2009","2009",95.6996,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2011","2011",95.98259,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2012","2012",97.86306,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2013","2013",96.82718,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2014","2014",97.2684,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2015","2015",96.67031,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2016","2016",96.36018,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SGP","Singapore","2016","2016",100.77321,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SGP","Singapore","2016","2016",100.69286,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SGP","Singapore","2016","2016",100.85035,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SGP","Singapore","2016","2016",99.94123,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SGP","Singapore","2016","2016",99.94123,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SGP","Singapore","2016","2016",100,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SGP","Singapore","2016","2016",99.45667,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SGP","Singapore","2016","2016",99.88001,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TKL","Tokelau","2016","2016",88.74113,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TKL","Tokelau","2016","2016",94.59574,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TKL","Tokelau","2016","2016",100,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1990","1990",69.19908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1991","1991",69.16097,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1992","1992",67.44877,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1993","1993",67.38747,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1994","1994",69.11429,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1995","1995",71.56671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1996","1996",72.74693,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1997","1997",78.70774,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1998","1998",80.6557,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1999","1999",80.77976,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2000","2000",82.25305,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2001","2001",83.8206,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2002","2002",88.7231,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2003","2003",91.28383,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2004","2004",92.75478,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2005","2005",94.64561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2006","2006",97.24015,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2007","2007",98.76569,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2008","2008",101.54589,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2009","2009",101.94762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2010","2010",102.14806,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2011","2011",102.49443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2012","2012",102.88888,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2013","2013",102.90297,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2014","2014",103.32502,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2015","2015",102.04136,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2016","2016",102.01992,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2017","2017",101.85074,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1990","1990",66.91637,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1991","1991",68.66636,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1992","1992",68.5573,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1993","1993",68.95439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1994","1994",69.92247,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1995","1995",71.80515,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1996","1996",72.56226,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1997","1997",75.6695,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1998","1998",76.37562,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1999","1999",76.2099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2000","2000",78.39245,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2001","2001",80.69608,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2002","2002",85.37188,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2003","2003",88.61227,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2004","2004",91.02828,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2005","2005",93.20589,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2006","2006",95.51515,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2007","2007",97.09905,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2008","2008",99.34238,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2009","2009",100.01625,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2010","2010",100.41528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2011","2011",101.11619,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2012","2012",101.8574,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2013","2013",102.10404,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2014","2014",102.45594,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2015","2015",101.74623,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2016","2016",101.86539,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2017","2017",102.11375,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1990","1990",99.56394,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1991","1991",98.82677,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1992","1992",98.12034,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1993","1993",98.00043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1994","1994",97.92672,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1995","1995",98.10169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1996","1996",97.42674,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1997","1997",96.91758,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1998","1998",97.66908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1999","1999",97.8701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2000","2000",98.52782,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2001","2001",99.24494,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2002","2002",100.67259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2003","2003",103.19397,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2004","2004",102.86233,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2005","2005",102.50733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2006","2006",103.06341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2007","2007",104.2227,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2008","2008",104.7732,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2009","2009",104.7506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2010","2010",104.45168,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2011","2011",104.32399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2012","2012",104.76098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2013","2013",104.38762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2014","2014",102.99935,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2015","2015",102.68477,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2016","2016",104.06265,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2017","2017",104.10615,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1990","1990",89.47118,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1991","1991",89.63396,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1992","1992",87.26412,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1993","1993",87.16511,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1994","1994",88.77874,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1995","1995",87.5552,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1996","1996",89.19333,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1997","1997",89.87724,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1998","1998",90.79567,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1999","1999",92.14542,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2000","2000",92.81215,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2001","2001",94.08667,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2002","2002",95.42736,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2003","2003",96.16257,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2004","2004",96.74201,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2005","2005",97.20801,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2006","2006",98.27686,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2007","2007",99.08326,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2008","2008",99.87361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2009","2009",100.15441,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2010","2010",100.46601,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2011","2011",99.81447,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2012","2012",100.84426,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2013","2013",100.49362,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2014","2014",99.84351,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2015","2015",100.24531,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2016","2016",99.74619,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2017","2017",100.17618,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1990","1990",96.72666,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1991","1991",96.93752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1992","1992",94.26203,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1993","1993",93.20948,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1994","1994",92.32785,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1995","1995",92.00939,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1996","1996",91.48629,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1997","1997",92.61276,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1998","1998",93.90175,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1999","1999",95.56261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2000","2000",95.7361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2001","2001",97.64681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2002","2002",98.95258,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2003","2003",99.45255,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2004","2004",99.78913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2005","2005",100.46871,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2006","2006",100.64137,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2007","2007",101.43737,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2008","2008",101.64051,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2009","2009",101.81286,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2010","2010",102.06909,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2011","2011",103.04116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2012","2012",102.82084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2013","2013",101.98785,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2014","2014",101.22279,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2015","2015",101.53353,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2016","2016",99.38582,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2017","2017",99.5964,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1990","1990",106.42412,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1991","1991",107.66462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1992","1992",105.82549,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1993","1993",105.11982,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1994","1994",105.98869,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1995","1995",100.43297,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1996","1996",98.05951,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1997","1997",97.14603,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1998","1998",96.87396,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1999","1999",96.74084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2000","2000",97.18906,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2001","2001",97.64776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2002","2002",97.6721,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2003","2003",97.62791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2004","2004",97.57913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2005","2005",97.61965,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2006","2006",96.99149,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2007","2007",96.1572,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2008","2008",96.83526,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2009","2009",96.77946,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2010","2010",97.63751,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2011","2011",98.13272,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2012","2012",99.54103,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2013","2013",100.75346,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2014","2014",100.76086,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2015","2015",101.12839,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2016","2016",101.49431,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2017","2017",102.84776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1990","1990",88.0301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1991","1991",88.2111,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1992","1992",88.751,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1993","1993",90.09648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1994","1994",91.15625,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1995","1995",91.15707,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1996","1996",91.17275,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1997","1997",90.89551,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1998","1998",89.93417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1999","1999",90.44671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2000","2000",91.74737,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2001","2001",91.59452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2002","2002",93.23463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2003","2003",99.58278,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2004","2004",101.76758,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2005","2005",103.47925,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2006","2006",104.94008,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2007","2007",106.79116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2008","2008",107.1954,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2009","2009",106.89992,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2010","2010",107.26293,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2011","2011",106.34337,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2012","2012",107.47355,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2013","2013",108.34665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2014","2014",106.57857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2015","2015",106.97072,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2016","2016",111.79688,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2017","2017",111.54401,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1990","1990",123.72954,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1991","1991",120.42675,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1992","1992",117.63202,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1993","1993",114.53924,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1994","1994",111.76881,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1995","1995",109.41009,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1996","1996",106.60466,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1997","1997",104.67087,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1998","1998",105.01593,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1999","1999",105.32525,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2000","2000",107.20039,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2001","2001",109.03477,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2002","2002",112.88583,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2003","2003",116.63552,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2004","2004",110.77009,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2005","2005",104.63581,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2006","2006",104.92933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2007","2007",107.11182,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2008","2008",108.64489,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2009","2009",108.42407,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2010","2010",106.76931,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2011","2011",105.40113,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2012","2012",104.7138,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2013","2013",103.35731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2014","2014",99.13439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2015","2015",99.21063,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2016","2016",100.52712,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2017","2017",101.58162,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1990","1990",107.38199,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1991","1991",107.47949,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1992","1992",107.41266,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1993","1993",107.50603,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1994","1994",107.55917,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1995","1995",106.77371,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1996","1996",106.96421,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1997","1997",106.66662,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1998","1998",107.1087,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1999","1999",107.34806,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2000","2000",106.60475,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2001","2001",106.58652,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2002","2002",106.57301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2003","2003",106.39675,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2004","2004",106.09961,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2005","2005",105.40386,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2006","2006",104.262,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2007","2007",105.65734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2008","2008",105.63566,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2009","2009",106.40085,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2010","2010",107.36474,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2011","2011",107.83166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2012","2012",107.98142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2013","2013",107.05328,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2014","2014",107.10486,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2015","2015",106.71489,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2016","2016",106.1926,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2017","2017",105.98809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1990","1990",114.52911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1991","1991",111.91134,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1992","1992",112.76742,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1993","1993",113.29506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1994","1994",114.07901,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1995","1995",121.24607,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1996","1996",121.63438,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1997","1997",115.00276,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1998","1998",122.63587,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1999","1999",122.07208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2000","2000",118.35764,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2001","2001",119.44536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2002","2002",119.17774,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2003","2003",117.54882,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2004","2004",116.23624,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2005","2005",115.82057,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2006","2006",115.08322,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2007","2007",114.81156,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2008","2008",115.06973,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2009","2009",114.90379,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2010","2010",113.69347,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2011","2011",114.65019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2012","2012",114.43321,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2013","2013",109.83733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2014","2014",108.96332,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2015","2015",108.21272,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2016","2016",107.98177,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2017","2017",107.57088,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1990","1990",94.22743,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1991","1991",93.79919,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1992","1992",94.03223,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1993","1993",94.97705,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1994","1994",95.62284,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1995","1995",94.1515,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1996","1996",93.85696,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1997","1997",94.19333,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1998","1998",94.89491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1999","1999",93.60565,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2000","2000",92.7484,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2001","2001",91.15776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2002","2002",91.05949,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2003","2003",90.26377,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2004","2004",90.36165,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2005","2005",90.71951,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2006","2006",90.4036,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2007","2007",91.62306,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2008","2008",92.08346,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2009","2009",95.34,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2010","2010",98.95633,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2011","2011",102.19774,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2012","2012",105.50268,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2013","2013",106.03865,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2014","2014",106.18868,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2015","2015",104.59004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2016","2016",104.68814,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2017","2017",104.65667,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1990","1990",105.67371,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1991","1991",105.07954,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1992","1992",104.6984,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1993","1993",104.47934,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1994","1994",104.40635,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1995","1995",100.93962,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1996","1996",100.99251,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1997","1997",100.88369,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1998","1998",100.75444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1999","1999",100.35195,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2000","2000",100.27313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2001","2001",99.93761,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2002","2002",100.64154,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2003","2003",100.92667,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2004","2004",101.4625,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2005","2005",102.09142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2006","2006",102.68895,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2007","2007",104.41137,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2008","2008",104.52514,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2009","2009",104.77345,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2010","2010",105.15219,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2011","2011",105.11273,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2012","2012",105.23159,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2013","2013",105.24205,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2014","2014",104.77811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2015","2015",101.57154,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2016","2016",100.9603,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2017","2017",100.96481,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",72.93226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",72.88277,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",74.34416,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1993","1993",77.51982,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1994","1994",79.55645,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",80.0895,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",79.11526,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",80.41613,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",82.88524,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1999","1999",79.84292,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",77.51694,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",73.56245,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",72.16321,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",69.67773,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",69.46065,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",69.86681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",68.50875,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",69.38552,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",70.86348,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",79.46959,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",88.60945,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",97.34312,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",105.95474,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",107.37329,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",108.57049,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",109.73002,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",111.10517,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",111.0547,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1990","1990",103.87585,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1991","1991",103.97765,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1992","1992",103.3318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1993","1993",103.2189,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1994","1994",102.86761,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1995","1995",103.27586,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1996","1996",103.33647,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1997","1997",102.77301,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1998","1998",102.98891,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1999","1999",102.75419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2000","2000",102.09591,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2001","2001",102.55637,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2002","2002",102.38108,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2003","2003",102.36059,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2004","2004",100.456,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2005","2005",101.51019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2006","2006",101.45864,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2007","2007",101.89734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2008","2008",102.18443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2009","2009",101.84113,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2010","2010",101.08816,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2011","2011",100.72555,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2012","2012",100.78019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2013","2013",101.14957,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2014","2014",100.94919,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2015","2015",100.87873,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2016","2016",101.61932,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2017","2017",101.4191,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1990","1990",102.95966,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1991","1991",103.43142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1992","1992",102.81641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1993","1993",103.04692,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1994","1994",102.9421,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1995","1995",103.07259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1996","1996",103.39966,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1997","1997",102.83094,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1998","1998",103.52829,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1999","1999",103.54427,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2000","2000",103.04358,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2001","2001",103.51774,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2002","2002",104.21926,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2003","2003",103.41722,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2004","2004",100.10903,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2005","2005",101.51085,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2006","2006",101.16755,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2007","2007",101.324,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2008","2008",101.76366,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2009","2009",101.77564,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2010","2010",101.74829,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2011","2011",101.78331,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2012","2012",101.94026,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2013","2013",102.31299,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2014","2014",101.7405,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2015","2015",101.14257,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2016","2016",101.79617,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2017","2017",101.45558,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1990","1990",58.86803,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1991","1991",60.93165,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1992","1992",61.04652,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1993","1993",61.61513,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1994","1994",62.72436,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1995","1995",64.05937,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1996","1996",64.7504,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1997","1997",67.83265,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1998","1998",68.70281,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1999","1999",69.46971,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2000","2000",71.87052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2001","2001",74.31442,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2002","2002",78.83405,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2003","2003",82.28038,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2004","2004",84.5038,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2005","2005",87.75167,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2006","2006",90.67745,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2007","2007",92.51569,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2008","2008",95.0539,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2009","2009",96.11319,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2010","2010",96.8966,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2011","2011",97.27698,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2012","2012",98.26164,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2013","2013",98.79361,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2014","2014",99.38913,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2015","2015",99.26132,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2016","2016",99.47635,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2017","2017",99.7133,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1990","1990",65.97507,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1991","1991",67.38364,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1992","1992",67.38496,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1993","1993",68.20353,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1994","1994",68.49664,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1995","1995",69.05473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1996","1996",67.51659,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1997","1997",71.18827,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1998","1998",72.32986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1999","1999",73.30486,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2000","2000",75.93086,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2001","2001",78.30324,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2002","2002",80.415,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2003","2003",83.21107,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2004","2004",85.488,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2005","2005",88.07666,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2006","2006",90.17876,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2007","2007",91.42328,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2008","2008",92.45424,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2009","2009",93.23364,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2010","2010",93.31958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2011","2011",94.68415,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2012","2012",96.20994,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2013","2013",96.86198,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2014","2014",96.74951,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2015","2015",95.75914,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2016","2016",95.66095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2017","2017",95.82326,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1990","1990",81.84038,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1991","1991",81.96904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1992","1992",80.2377,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1993","1993",80.3513,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1994","1994",81.90661,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1995","1995",81.34474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1996","1996",81.61195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1997","1997",83.44749,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1998","1998",84.62186,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1999","1999",86.20913,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2000","2000",87.16516,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2001","2001",88.92613,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2002","2002",90.52025,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2003","2003",91.50481,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2004","2004",92.33807,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2005","2005",92.9813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2006","2006",94.14783,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2007","2007",95.09152,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2008","2008",96.15831,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2009","2009",96.68846,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2010","2010",97.19081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2011","2011",96.36104,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2012","2012",97.82697,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2013","2013",97.5532,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2014","2014",97.20152,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2015","2015",97.72396,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2016","2016",97.26352,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2017","2017",97.72312,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1990","1990",74.72266,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1991","1991",74.88034,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1992","1992",73.53203,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1993","1993",74.53901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1994","1994",78.14456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1995","1995",77.05617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1996","1996",78.0746,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1997","1997",80.94458,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1998","1998",82.12259,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1999","1999",83.82221,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2000","2000",85.30353,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2001","2001",86.30819,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2002","2002",87.88641,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2003","2003",89.18266,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2004","2004",90.1081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2005","2005",90.3474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2006","2006",92.08618,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2007","2007",92.91587,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2008","2008",94.64639,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2009","2009",95.42301,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2010","2010",96.02655,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2011","2011",93.36615,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2012","2012",96.51431,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2013","2013",96.94666,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2014","2014",96.75955,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2015","2015",97.15099,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2016","2016",98.52962,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2017","2017",99.23244,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1990","1990",89.3344,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1991","1991",89.61019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1992","1992",87.4444,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1993","1993",86.58578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1994","1994",85.91869,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1995","1995",85.90527,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1996","1996",85.3258,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1997","1997",86.06624,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1998","1998",87.20459,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1999","1999",88.63944,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2000","2000",89.03027,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2001","2001",91.49911,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2002","2002",93.06754,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2003","2003",93.79763,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2004","2004",94.48938,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2005","2005",95.65771,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2006","2006",96.20899,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2007","2007",97.24352,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2008","2008",97.64282,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2009","2009",97.89648,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2010","2010",98.3066,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2011","2011",99.24786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2012","2012",99.09857,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2013","2013",98.17472,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2014","2014",97.63815,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2015","2015",98.2911,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2016","2016",96.00653,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2017","2017",96.21336,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1990","1990",75.24551,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1991","1991",76.6336,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1992","1992",77.63934,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1993","1993",80.11072,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1994","1994",81.54265,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1995","1995",81.58725,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1996","1996",82.02053,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1997","1997",82.16656,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1998","1998",81.62521,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1999","1999",82.35076,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2000","2000",83.86667,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2001","2001",84.22573,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2002","2002",86.39579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2003","2003",96.36581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2004","2004",98.21794,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2005","2005",100.52595,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2006","2006",102.31774,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2007","2007",104.46722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2008","2008",106.04006,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2009","2009",106.37151,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2010","2010",106.73872,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2011","2011",106.32319,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2012","2012",107.72409,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2013","2013",111.61995,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2014","2014",109.60662,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2015","2015",110.15633,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2016","2016",116.63595,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2017","2017",116.38476,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1990","1990",113.45556,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1991","1991",112.14912,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1992","1992",110.90211,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1993","1993",109.03274,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1994","1994",107.69482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1995","1995",106.15726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1996","1996",104.67352,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1997","1997",103.63342,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1998","1998",104.07843,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1999","1999",104.68632,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2000","2000",106.00074,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2001","2001",107.51596,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2002","2002",109.88641,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2003","2003",112.19522,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2004","2004",108.6768,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2005","2005",104.31779,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2006","2006",103.9758,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2007","2007",105.67562,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2008","2008",106.70158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2009","2009",106.79452,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2010","2010",106.62179,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2011","2011",106.07834,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2012","2012",105.54751,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2013","2013",104.48602,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2014","2014",101.84016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2015","2015",101.59583,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2016","2016",102.32018,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2017","2017",102.93244,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1990","1990",117.83107,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1991","1991",115.38616,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1992","1992",113.34867,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1993","1993",110.63408,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1994","1994",108.46053,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1995","1995",106.72964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1996","1996",104.52942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1997","1997",103.10109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1998","1998",103.83591,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1999","1999",104.33827,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2000","2000",106.46999,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2001","2001",108.69419,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2002","2002",112.46722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2003","2003",116.3298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2004","2004",110.72696,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2005","2005",104.56381,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2006","2006",104.59963,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2007","2007",106.56965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2008","2008",107.90256,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2009","2009",107.63929,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2010","2010",105.96681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2011","2011",104.72674,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2012","2012",104.2299,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2013","2013",103.29532,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2014","2014",99.22849,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2015","2015",99.37409,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2016","2016",100.80996,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2017","2017",102.08732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1990","1990",113.88053,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1991","1991",110.83992,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1992","1992",111.73021,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1993","1993",112.04754,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1994","1994",112.57136,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1995","1995",119.5862,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1996","1996",119.86526,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1997","1997",113.28869,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1998","1998",120.69704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1999","1999",120.61799,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2000","2000",116.67615,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2001","2001",117.70005,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2002","2002",117.36467,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2003","2003",115.95071,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2004","2004",114.66289,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2005","2005",114.03924,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2006","2006",113.44719,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2007","2007",113.26558,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2008","2008",113.25507,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2009","2009",113.45437,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2010","2010",111.94743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2011","2011",112.93382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2012","2012",113.1182,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2013","2013",108.75095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2014","2014",107.83947,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2015","2015",107.15218,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2016","2016",107.16083,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2017","2017",106.50879,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1990","1990",92.58534,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1991","1991",92.22967,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1992","1992",92.39021,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1993","1993",93.40446,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1994","1994",93.99278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1995","1995",92.76752,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1996","1996",92.37704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1997","1997",92.90277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1998","1998",93.7772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1999","1999",92.68619,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2000","2000",91.94344,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2001","2001",90.44765,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2002","2002",90.25771,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2003","2003",89.55495,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2004","2004",89.60496,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2005","2005",89.68408,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2006","2006",89.28827,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2007","2007",90.54915,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2008","2008",91.12426,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2009","2009",94.07177,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2010","2010",97.40644,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2011","2011",100.44512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2012","2012",103.53127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2013","2013",104.19872,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2014","2014",104.39898,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2015","2015",102.99415,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2016","2016",103.19042,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2017","2017",103.13625,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1990","1990",103.58637,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1991","1991",103.52415,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1992","1992",102.90341,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1993","1993",102.76043,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1994","1994",102.52856,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1995","1995",102.77945,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1996","1996",102.78445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1997","1997",102.58147,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1998","1998",103.12252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1999","1999",102.94521,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2000","2000",101.56684,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2001","2001",102.31639,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2002","2002",102.31111,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2003","2003",102.20142,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2004","2004",100.14492,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2005","2005",101.06414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2006","2006",101.41127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2007","2007",101.64273,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2008","2008",102.00015,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2009","2009",101.74255,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2010","2010",100.74122,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2011","2011",100.71853,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2012","2012",100.44365,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2013","2013",101.00006,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2014","2014",100.90825,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2015","2015",100.90584,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2016","2016",101.60645,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2017","2017",101.46168,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1990","1990",89.5622,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1991","1991",88.11422,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1992","1992",88.46552,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1993","1993",89.62299,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1994","1994",91.04478,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1995","1995",92.1673,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1996","1996",94.50333,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1997","1997",96.93566,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1998","1998",99.29708,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1999","1999",99.26546,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2000","2000",99.49928,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2001","2001",99.31679,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2002","2002",99.29645,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2003","2003",98.22013,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2004","2004",96.338,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2005","2005",96.4032,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2006","2006",95.77532,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2007","2007",96.39348,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2008","2008",96.44118,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2009","2009",97.90913,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2010","2010",104.7037,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2011","2011",110.44249,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2012","2012",115.51804,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2013","2013",116.53544,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2014","2014",116.98072,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2015","2015",117.76454,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2016","2016",117.56708,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2017","2017",116.95652,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1990","1990",76.43907,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1991","1991",75.9839,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1992","1992",73.86147,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1993","1993",73.77389,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1994","1994",75.39387,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1995","1995",78.46965,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1996","1996",80.14844,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1997","1997",86.74558,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1998","1998",89.01613,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1999","1999",88.72446,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2000","2000",89.82504,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2001","2001",90.92819,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2002","2002",96.06841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2003","2003",98.42261,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2004","2004",100.59285,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2005","2005",100.81624,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2006","2006",102.58125,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2007","2007",103.87368,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2008","2008",106.31735,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2009","2009",106.10746,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2010","2010",105.96115,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2011","2011",106.08666,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2012","2012",106.33188,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2013","2013",106.51251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2014","2014",106.96845,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2015","2015",105.77445,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2016","2016",105.66989,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2017","2017",105.47621,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1990","1990",74.83548,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1991","1991",76.26917,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1992","1992",75.93525,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1993","1993",76.15888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1994","1994",76.9849,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1995","1995",79.40347,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1996","1996",80.2261,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1997","1997",83.35884,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1998","1998",83.90458,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1999","1999",82.82258,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2000","2000",84.78983,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2001","2001",86.9587,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2002","2002",91.79323,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2003","2003",94.83144,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2004","2004",97.43482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2005","2005",98.55854,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2006","2006",100.25714,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2007","2007",101.59042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2008","2008",103.54346,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2009","2009",103.83974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2010","2010",103.86263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2011","2011",104.87909,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2012","2012",105.38348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2013","2013",105.35045,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2014","2014",105.46239,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2015","2015",104.18088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2016","2016",104.20426,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2017","2017",104.46212,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1990","1990",105.82709,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1991","1991",104.61201,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1992","1992",103.53584,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1993","1993",103.12455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1994","1994",102.84226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1995","1995",102.91507,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1996","1996",102.08373,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1997","1997",101.26125,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1998","1998",101.89934,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1999","1999",101.85534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2000","2000",102.47189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2001","2001",102.94041,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2002","2002",104.31711,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2003","2003",105.85455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2004","2004",105.44729,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2005","2005",104.93599,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2006","2006",105.29172,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2007","2007",106.35331,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2008","2008",106.54656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2009","2009",106.26578,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2010","2010",105.84057,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2011","2011",105.57765,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2012","2012",105.82462,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2013","2013",104.55558,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2014","2014",103.15126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2015","2015",102.74139,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2016","2016",103.68533,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2017","2017",103.74173,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1990","1990",79.67368,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1991","1991",80.60415,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1992","1992",80.06186,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1993","1993",81.06736,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1994","1994",81.2266,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1995","1995",82.40331,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1996","1996",80.24292,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1997","1997",84.68511,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1998","1998",86.32785,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1999","1999",86.57109,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2000","2000",89.21198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2001","2001",91.234,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2002","2002",93.7919,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2003","2003",96.24032,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2004","2004",97.95223,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2005","2005",99.89118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2006","2006",100.7678,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2007","2007",100.97311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2008","2008",101.33534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2009","2009",101.36553,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2010","2010",100.84769,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2011","2011",102.54146,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2012","2012",102.71574,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2013","2013",102.64557,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2014","2014",101.9259,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2015","2015",100.14996,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2016","2016",100.18801,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2017","2017",100.19482,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1990","1990",100.89762,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1991","1991",99.98527,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1992","1992",99.96732,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1993","1993",100.15954,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1994","1994",100.866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1995","1995",100.59496,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1996","1996",100.14626,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1997","1997",99.42499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1998","1998",98.10161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1999","1999",98.35787,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2000","2000",99.38062,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2001","2001",98.75835,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2002","2002",99.79279,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2003","2003",102.43193,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2004","2004",104.79837,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2005","2005",105.87905,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2006","2006",106.93874,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2007","2007",108.39619,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2008","2008",107.75982,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2009","2009",106.91445,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2010","2010",107.30325,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2011","2011",105.99197,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2012","2012",106.89101,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2013","2013",105.0285,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2014","2014",103.54896,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2015","2015",103.7828,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2016","2016",106.85626,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2017","2017",106.65932,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1990","1990",122.36656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1991","1991",119.49933,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1992","1992",117.09828,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1993","1993",115.05165,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1994","1994",112.86822,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1995","1995",110.80915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1996","1996",108.65467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1997","1997",106.852,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1998","1998",107.14105,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1999","1999",107.13036,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2000","2000",107.96014,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2001","2001",108.89594,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2002","2002",111.48244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2003","2003",113.67357,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2004","2004",109.64706,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2005","2005",105.44055,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2006","2006",105.34579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2007","2007",107.41365,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2008","2008",108.29752,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2009","2009",108.46703,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2010","2010",107.3278,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2011","2011",106.52481,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2012","2012",106.29447,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2013","2013",104.97585,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2014","2014",102.36961,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2015","2015",102.38565,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2016","2016",102.91668,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2017","2017",103.46215,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1990","1990",129.29111,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1991","1991",125.17917,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1992","1992",121.6681,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1993","1993",118.21551,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1994","1994",114.87905,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1995","1995",111.92575,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1996","1996",108.54844,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1997","1997",106.13821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1998","1998",106.11575,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1999","1999",106.24143,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2000","2000",107.87456,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2001","2001",109.34677,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2002","2002",113.2662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2003","2003",116.91125,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2004","2004",110.80865,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2005","2005",104.70002,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2006","2006",105.223,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2007","2007",107.5939,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2008","2008",109.30331,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2009","2009",109.11796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2010","2010",107.47627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2011","2011",105.99298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2012","2012",105.13714,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2013","2013",103.41139,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2014","2014",99.05247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2015","2015",99.06863,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2016","2016",100.28182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2017","2017",101.14346,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1990","1990",109.29369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1991","1991",108.74514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1992","1992",108.41971,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1993","1993",108.94208,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1994","1994",108.86223,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1995","1995",108.48699,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1996","1996",108.88624,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1997","1997",108.47124,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1998","1998",109.51433,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1999","1999",109.17538,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2000","2000",108.15038,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2001","2001",107.95146,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2002","2002",107.98214,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2003","2003",107.69771,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2004","2004",107.31,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2005","2005",106.87074,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2006","2006",105.57534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2007","2007",107.08578,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2008","2008",106.51048,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2009","2009",107.33049,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2010","2010",107.07098,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2011","2011",107.44248,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2012","2012",108.29156,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2013","2013",107.68208,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2014","2014",108.13415,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2015","2015",108.18834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2016","2016",107.55995,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2017","2017",107.59042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1990","1990",115.15925,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1991","1991",112.95141,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1992","1992",113.77325,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1993","1993",114.5037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1994","1994",115.53844,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1995","1995",122.85165,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1996","1996",123.34486,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1997","1997",116.65949,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1998","1998",124.50814,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1999","1999",123.46823,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2000","2000",119.9799,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2001","2001",121.13352,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2002","2002",120.93371,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2003","2003",119.09107,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2004","2004",117.75126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2005","2005",117.53852,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2006","2006",116.6548,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2007","2007",116.29369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2008","2008",116.81671,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2009","2009",116.28994,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2010","2010",115.37249,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2011","2011",116.30034,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2012","2012",115.69069,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2013","2013",110.87673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2014","2014",110.04014,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2015","2015",109.22887,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2016","2016",108.76602,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2017","2017",108.5897,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1990","1990",95.78231,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1991","1991",95.28599,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1992","1992",95.5885,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1993","1993",96.46808,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1994","1994",97.16847,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1995","1995",95.46371,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1996","1996",95.25794,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1997","1997",95.41169,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1998","1998",95.94632,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1999","1999",94.46708,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2000","2000",93.49948,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2001","2001",91.81964,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2002","2002",91.80679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2003","2003",90.92497,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2004","2004",91.06856,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2005","2005",91.68857,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2006","2006",91.44961,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2007","2007",92.6319,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2008","2008",92.98586,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2009","2009",96.53496,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2010","2010",100.41917,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2011","2011",103.85299,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2012","2012",107.36439,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2013","2013",107.77508,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2014","2014",107.8762,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2015","2015",106.09359,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2016","2016",106.10064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2017","2017",106.09165,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1990","1990",105.95367,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1991","1991",105.33615,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1992","1992",104.94658,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1993","1993",104.7187,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1994","1994",104.61014,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1995","1995",101.1418,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1996","1996",101.07219,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1997","1997",100.81953,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1998","1998",100.40824,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1999","1999",99.69396,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2000","2000",99.39567,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2001","2001",99.03942,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2002","2002",99.77089,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2003","2003",100.08032,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2004","2004",100.72931,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2005","2005",101.5286,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2006","2006",102.23721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2007","2007",104.07172,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2008","2008",104.28734,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2009","2009",104.67311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2010","2010",105.2078,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2011","2011",105.18265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2012","2012",105.36085,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2013","2013",105.32991,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2014","2014",104.87172,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2015","2015",101.52846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2016","2016",100.92327,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2017","2017",100.98321,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",76.92595,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",76.72118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",78.38541,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1993","1993",81.37788,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1994","1994",83.62182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",83.76008,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",83.29459,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",84.30061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",86.79875,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1999","1999",83.77039,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",81.4942,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",77.25601,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",75.99935,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",73.14904,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",72.80054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",73.59676,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",72.20879,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",72.7564,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",73.75673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",82.89668,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",92.46539,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",101.65141,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",110.68605,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",111.84974,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",112.92531,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",113.8356,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",114.97064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",114.89802,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1990","1990",104.15227,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1991","1991",104.41088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1992","1992",103.74091,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1993","1993",103.6566,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1994","1994",103.19119,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1995","1995",103.74938,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1996","1996",103.86267,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1997","1997",102.95548,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1998","1998",102.86166,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1999","1999",102.57229,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2000","2000",102.59937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2001","2001",102.78467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2002","2002",102.44764,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2003","2003",102.51202,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2004","2004",100.75201,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2005","2005",101.93467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2006","2006",101.50375,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2007","2007",102.13976,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2008","2008",102.36,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2009","2009",101.93508,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2010","2010",101.41876,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2011","2011",100.73224,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2012","2012",101.10088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2013","2013",101.29203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2014","2014",100.9882,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2015","2015",100.85289,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2016","2016",101.63159,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2017","2017",101.37854,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1990","1990",103.22453,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1991","1991",103.60529,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1992","1992",102.92915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1993","1993",103.18492,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1994","1994",103.15693,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1995","1995",103.50583,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1996","1996",103.86233,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1997","1997",103.28812,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1998","1998",104.03472,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1999","1999",104.0184,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2000","2000",103.42123,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2001","2001",103.85103,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2002","2002",104.6132,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2003","2003",103.73134,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2004","2004",100.42921,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2005","2005",101.86512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2006","2006",101.46286,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2007","2007",101.62765,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2008","2008",102.11679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2009","2009",102.06621,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2010","2010",102.00312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2011","2011",101.94387,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2012","2012",102.02248,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2013","2013",102.3176,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2014","2014",101.73055,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2015","2015",101.112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2016","2016",101.76534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2017","2017",101.42583,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1990","1990",105.894,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1991","1991",105.89458,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1992","1992",105.20905,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1993","1993",104.49458,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1994","1994",103.25098,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1995","1995",104.16679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1996","1996",103.86324,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1997","1997",102.40073,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1998","1998",100.97974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1999","1999",100.34095,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2000","2000",101.37731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2001","2001",101.25704,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2002","2002",99.42014,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2003","2003",100.80681,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2004","2004",101.21948,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2005","2005",102.03475,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2006","2006",101.56223,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2007","2007",102.86475,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2008","2008",102.69897,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2009","2009",101.75416,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2010","2010",100.62047,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2011","2011",99.08605,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2012","2012",99.84218,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2013","2013",99.86804,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2014","2014",99.94799,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2015","2015",100.48574,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2016","2016",101.43998,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2017","2017",101.311,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1990","1990",93.67187,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1991","1991",92.06865,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1992","1992",92.21039,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1993","1993",93.5451,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1994","1994",95.19753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1995","1995",96.33118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1996","1996",99.4536,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1997","1997",102.03144,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1998","1998",104.13164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1999","1999",103.83184,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2000","2000",104.2843,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2001","2001",103.70639,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2002","2002",103.21492,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2003","2003",101.93311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2004","2004",101.03686,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2005","2005",101.13234,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2006","2006",100.27113,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2007","2007",100.89299,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2008","2008",100.57368,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2009","2009",103.68341,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2010","2010",110.14195,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2011","2011",115.52024,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2012","2012",120.55509,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2013","2013",121.37895,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2014","2014",122.10261,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2015","2015",122.52069,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2016","2016",122.15253,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2017","2017",121.54795,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1992","1992",53.08751,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1993","1993",52.83051,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1994","1994",53.90389,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1995","1995",55.26978,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1996","1996",56.58761,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1997","1997",60.64659,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1998","1998",61.54508,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1999","1999",62.02166,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2000","2000",63.43459,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2001","2001",64.64943,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2002","2002",67.18589,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2003","2003",68.81561,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2004","2004",70.01489,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2005","2005",72.05259,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2006","2006",73.8896,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2007","2007",74.88638,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2008","2008",77.4842,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2009","2009",77.75121,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2010","2010",77.31796,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2011","2011",79.15519,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2012","2012",80.01868,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2013","2013",81.22716,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2014","2014",81.1471,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2015","2015",80.82853,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2016","2016",81.0796,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2017","2017",81.11137,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1990","1990",52.70834,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1991","1991",53.92894,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1992","1992",53.77585,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1993","1993",53.75306,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1994","1994",54.48094,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1995","1995",55.75176,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1996","1996",55.96187,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1997","1997",57.83823,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1998","1998",57.87312,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1999","1999",57.58819,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2000","2000",59.88309,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2001","2001",62.0643,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2002","2002",65.1693,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2003","2003",68.08223,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2004","2004",70.40014,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2005","2005",72.83059,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2006","2006",74.84857,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2007","2007",76.1208,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2008","2008",78.1781,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2009","2009",78.56621,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2010","2010",78.40421,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2011","2011",79.46791,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2012","2012",80.0376,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2013","2013",80.65453,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2014","2014",80.79524,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2015","2015",80.50381,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2016","2016",80.56313,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2017","2017",80.35894,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1990","1990",75.0478,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1991","1991",73.77797,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1992","1992",73.91643,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1993","1993",74.61662,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1994","1994",75.62636,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1995","1995",76.02943,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1996","1996",77.45483,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1997","1997",78.22822,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1998","1998",79.6214,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1999","1999",79.39319,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2000","2000",79.13654,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2001","2001",78.98482,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2002","2002",78.97217,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2003","2003",77.86309,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2004","2004",76.48216,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2005","2005",76.53649,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2006","2006",76.68115,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2007","2007",78.55837,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2008","2008",78.81606,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2009","2009",81.92049,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2010","2010",84.66371,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2011","2011",86.49167,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2012","2012",87.89395,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2013","2013",87.73145,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2014","2014",86.98358,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2015","2015",87.33512,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2016","2016",87.15832,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2017","2017",87.38868,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1990","1990",79.1166,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1991","1991",79.36496,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1992","1992",77.0831,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1993","1993",76.87334,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1994","1994",78.33293,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1995","1995",77.37008,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1996","1996",79.23709,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1997","1997",79.65112,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1998","1998",80.04577,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1999","1999",81.06252,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2000","2000",81.81388,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2001","2001",83.1139,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2002","2002",84.19712,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2003","2003",84.96353,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2004","2004",85.71921,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2005","2005",86.07537,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2006","2006",86.63319,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2007","2007",88.12011,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2008","2008",88.92625,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2009","2009",88.95981,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2010","2010",89.978,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2011","2011",89.45406,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2012","2012",89.61041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2013","2013",88.25183,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2014","2014",87.73654,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2015","2015",88.09113,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2016","2016",88.39041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2017","2017",88.56284,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1990","1990",73.90548,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1991","1991",74.47091,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1992","1992",72.17327,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1993","1993",72.6252,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1994","1994",75.88199,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1995","1995",74.1808,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1996","1996",77.34673,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1997","1997",77.33669,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1998","1998",76.93613,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1999","1999",77.53414,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2000","2000",78.37225,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2001","2001",79.70059,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2002","2002",80.94386,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2003","2003",81.8943,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2004","2004",82.75014,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2005","2005",83.00177,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2006","2006",83.89961,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2007","2007",86.11561,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2008","2008",87.36499,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2009","2009",87.1761,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2010","2010",87.92033,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2011","2011",85.92447,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2012","2012",86.46626,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2013","2013",86.96251,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2014","2014",86.68734,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2015","2015",87.07957,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2016","2016",88.20936,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2017","2017",88.40477,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1990","1990",74.20326,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1991","1991",74.27887,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1992","1992",74.64741,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1993","1993",75.72691,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1994","1994",76.53107,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1995","1995",76.42175,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1996","1996",76.30123,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1997","1997",75.95105,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1998","1998",74.82335,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1999","1999",74.95737,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2000","2000",76.23768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2001","2001",76.52628,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2002","2002",77.30442,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2003","2003",81.16544,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2004","2004",83.57407,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2005","2005",85.24003,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2006","2006",86.61318,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2007","2007",88.31232,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2008","2008",87.97522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2009","2009",88.06609,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2010","2010",88.5308,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2011","2011",87.74818,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2012","2012",88.59651,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2013","2013",88.86506,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2014","2014",89.39259,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2015","2015",89.892,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2016","2016",90.22733,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2017","2017",89.94637,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1990","1990",87.13406,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1991","1991",86.51137,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1992","1992",86.47976,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1993","1993",86.99493,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1994","1994",87.27108,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1995","1995",87.22911,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1996","1996",87.05397,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1997","1997",87.04402,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1998","1998",87.49624,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1999","1999",86.15455,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2000","2000",85.14677,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2001","2001",83.45944,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2002","2002",82.67938,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2003","2003",82.10388,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2004","2004",81.67929,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2005","2005",81.8031,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2006","2006",81.12107,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2007","2007",81.3868,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2008","2008",81.40061,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2009","2009",83.35769,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2010","2010",85.45001,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2011","2011",87.58159,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2012","2012",89.14414,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2013","2013",89.27591,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2014","2014",89.40398,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2015","2015",89.76352,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2016","2016",90.0711,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2017","2017",90.01229,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1990","1990",74.0514,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1991","1991",72.70503,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1992","1992",72.89311,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1993","1993",73.68424,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1994","1994",74.80083,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1995","1995",75.25653,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1996","1996",76.80573,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1997","1997",77.7959,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1998","1998",79.27154,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1999","1999",79.03313,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2000","2000",78.76312,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2001","2001",78.6046,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2002","2002",78.59315,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2003","2003",77.42904,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2004","2004",75.98313,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2005","2005",76.0507,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2006","2006",76.21471,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2007","2007",78.19288,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2008","2008",78.47046,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2009","2009",81.7279,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2010","2010",84.57612,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2011","2011",86.81816,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2012","2012",88.24107,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2013","2013",88.0677,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2014","2014",87.26851,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2015","2015",87.70462,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2016","2016",87.51542,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2017","2017",87.74179,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1995","1995",51.2129,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1996","1996",52.36256,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1997","1997",56.17253,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1998","1998",56.91207,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1999","1999",57.45106,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2000","2000",58.93385,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2001","2001",60.1982,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2002","2002",63.15356,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2003","2003",65.0908,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2004","2004",66.79756,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2005","2005",68.81702,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2006","2006",71.02288,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2007","2007",71.93505,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2008","2008",74.57915,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2009","2009",75.1143,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2010","2010",74.73125,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2011","2011",76.5278,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2012","2012",77.58964,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2013","2013",78.66128,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2014","2014",78.74357,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2015","2015",78.34065,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2016","2016",78.58877,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2017","2017",78.62141,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1990","1990",74.32519,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1991","1991",73.01963,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1992","1992",73.06116,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1993","1993",73.73193,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1994","1994",74.77877,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1995","1995",75.20897,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1996","1996",76.54947,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1997","1997",77.30306,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1998","1998",78.80204,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1999","1999",78.5587,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2000","2000",78.22153,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2001","2001",77.85269,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2002","2002",77.76684,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2003","2003",76.49346,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2004","2004",75.60894,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2005","2005",75.6681,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2006","2006",76.0041,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2007","2007",77.73966,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2008","2008",78.06274,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2009","2009",80.45124,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2010","2010",83.88735,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2011","2011",86.08838,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2012","2012",87.55778,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2013","2013",87.45714,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2014","2014",86.85088,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2015","2015",87.25,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2016","2016",87.21285,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2017","2017",87.43418,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1990","1990",48.41123,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1991","1991",49.61883,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1992","1992",49.52072,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1993","1993",50.10343,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1994","1994",50.46899,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1995","1995",50.93836,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1996","1996",49.34215,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1997","1997",52.34915,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1998","1998",53.3094,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1999","1999",54.46065,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2000","2000",56.66464,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2001","2001",58.60348,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2002","2002",60.06954,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2003","2003",62.62206,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2004","2004",64.56319,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2005","2005",66.72761,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2006","2006",68.40153,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2007","2007",70.49748,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2008","2008",71.63546,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2009","2009",72.20328,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2010","2010",72.17181,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2011","2011",73.8148,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2012","2012",74.53007,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2013","2013",75.12982,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2014","2014",75.57897,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2015","2015",75.56565,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2016","2016",75.72886,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2017","2017",75.74147,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","1998","1998",72.82399,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","1999","1999",74.17913,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2000","2000",75.31062,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2001","2001",76.91462,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2002","2002",78.41021,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2003","2003",79.55212,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2004","2004",80.69266,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2005","2005",80.7738,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2006","2006",81.79107,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2007","2007",84.30786,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2008","2008",85.64721,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2009","2009",85.43256,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2010","2010",86.46154,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2011","2011",84.55626,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2012","2012",86.46671,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2013","2013",87.1515,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2014","2014",87.13723,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2015","2015",87.43039,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2016","2016",88.74865,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2017","2017",88.98878,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1990","1990",80.301,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1992","1992",77.73509,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1993","1993",76.85914,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1994","1994",76.24362,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1995","1995",76.23617,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1996","1996",76.6777,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1997","1997",77.00635,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1998","1998",78.03464,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1999","1999",79.56132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2000","2000",80.29443,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2001","2001",81.78695,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2002","2002",82.79304,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2003","2003",83.75323,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2004","2004",84.52976,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2005","2005",85.49708,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2006","2006",86.01617,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2007","2007",87.10469,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2008","2008",87.71904,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2009","2009",87.94693,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2010","2010",89.32875,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2011","2011",90.51398,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2012","2012",90.20414,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2013","2013",87.12865,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2014","2014",86.488,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2015","2015",86.82732,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2016","2016",86.49804,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2017","2017",86.64431,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1991","1991",64.20264,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1992","1992",65.0962,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1993","1993",66.98822,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1994","1994",68.48293,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1995","1995",68.66044,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1996","1996",68.91015,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1997","1997",68.75835,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1998","1998",67.64025,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1999","1999",68.22387,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2000","2000",70.10832,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2001","2001",70.71482,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2002","2002",72.20059,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2003","2003",79.21667,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2004","2004",81.71476,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2005","2005",83.48909,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2006","2006",85.10223,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2007","2007",86.86662,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2008","2008",87.36324,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2009","2009",88.21109,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2010","2010",88.60535,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2011","2011",88.06893,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2012","2012",88.44594,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2013","2013",88.61484,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2014","2014",88.97987,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2015","2015",89.3558,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2016","2016",89.64103,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2017","2017",89.37974,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1993","1993",92.06395,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1994","1994",91.93312,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1995","1995",91.16608,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1996","1996",91.40885,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1997","1997",90.79873,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1998","1998",91.05313,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1999","1999",91.49985,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2000","2000",91.30815,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2001","2001",91.60667,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2002","2002",91.45069,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2003","2003",90.99495,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2004","2004",90.7905,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2005","2005",90.11282,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2006","2006",90.88172,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2007","2007",92.50108,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2008","2008",92.7727,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2009","2009",93.67012,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2010","2010",94.60358,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2011","2011",95.61906,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2012","2012",94.53324,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2013","2013",93.67255,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2014","2014",93.39442,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2015","2015",93.25316,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2016","2016",93.04701,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2017","2017",93.12066,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","1997","1997",95.08487,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","1998","1998",95.83758,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","1999","1999",95.73238,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2000","2000",94.98611,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2001","2001",95.41065,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2002","2002",95.78777,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2003","2003",95.8622,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2004","2004",94.36511,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2005","2005",95.21082,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2006","2006",95.26295,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2007","2007",95.197,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2008","2008",95.60516,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2009","2009",95.71857,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2010","2010",96.02422,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2011","2011",96.46586,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2012","2012",96.78027,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2013","2013",96.8919,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2014","2014",96.5929,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2015","2015",96.82612,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2016","2016",96.81039,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2017","2017",96.79825,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1991","1991",84.48451,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1992","1992",84.33141,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1993","1993",84.55608,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1994","1994",84.7139,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1995","1995",84.32049,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1996","1996",83.88202,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1997","1997",83.30899,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1998","1998",82.21301,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1999","1999",81.89355,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2000","2000",82.53946,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2001","2001",82.49555,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2002","2002",82.56071,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2003","2003",83.28772,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2004","2004",85.54676,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2005","2005",87.04658,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2006","2006",88.13274,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2007","2007",89.69614,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2008","2008",88.58478,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2009","2009",87.956,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2010","2010",88.48741,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2011","2011",87.48907,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2012","2012",88.77761,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2013","2013",89.14528,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2014","2014",89.82215,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2015","2015",90.43005,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2016","2016",90.8214,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2017","2017",90.55261,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1990","1990",89.72948,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1991","1991",90.03249,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1992","1992",91.06966,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1993","1993",91.36371,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1994","1994",90.95265,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1995","1995",90.98134,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1996","1996",91.61715,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1997","1997",90.55287,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1998","1998",92.98514,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1999","1999",93.59168,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2000","2000",94.33368,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2001","2001",94.7238,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2002","2002",94.7898,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2003","2003",94.48095,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2004","2004",94.44149,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2005","2005",93.45574,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2006","2006",92.97083,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2007","2007",92.70366,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2008","2008",94.51427,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2009","2009",94.29879,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2010","2010",94.55656,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2011","2011",94.70533,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2012","2012",94.60122,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2013","2013",93.34801,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2014","2014",92.9898,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2015","2015",92.86248,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2016","2016",92.79081,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2017","2017",92.67474,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1991","1991",97.06129,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1992","1992",96.63863,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1993","1993",96.21918,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1994","1994",95.96517,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1995","1995",94.94837,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1996","1996",95.32733,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1998","1998",94.5934,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2005","2005",95.07148,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2006","2006",95.37943,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2007","2007",96.21162,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2008","2008",96.3842,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2009","2009",96.66075,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2010","2010",97.04302,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2011","2011",97.5873,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2012","2012",97.31693,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2013","2013",97.13064,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2014","2014",96.78235,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2015","2015",96.72125,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2016","2016",96.56455,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2017","2017",96.55945,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","1997","1997",95.53913,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","1998","1998",95.82168,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","1999","1999",95.69455,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2000","2000",95.2051,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2001","2001",95.22805,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2002","2002",95.1082,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2003","2003",95.4087,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2004","2004",94.34761,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2005","2005",94.90326,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2006","2006",95.10682,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2007","2007",95.46842,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2008","2008",95.74584,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2009","2009",95.15164,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2010","2010",94.99536,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2011","2011",94.62085,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2012","2012",95.26799,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2013","2013",95.33,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2014","2014",95.16566,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2015","2015",95.56522,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2016","2016",96.28728,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2017","2017",96.28152,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","1993","1993",96.73299,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","1994","1994",95.79415,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","1995","1995",96.74377,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","1996","1996",95.7112,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","1997","1997",95.63508,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","1998","1998",95.57176,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","1999","1999",95.29626,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2000","2000",95.40996,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2001","2001",94.97243,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2002","2002",94.12879,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2003","2003",94.89589,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2004","2004",94.12079,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2005","2005",94.19146,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2006","2006",94.73475,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2007","2007",95.67008,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2008","2008",95.70361,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2009","2009",94.20793,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2010","2010",93.54264,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2011","2011",92.20347,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2012","2012",93.43591,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2013","2013",93.3729,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2014","2014",93.3881,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2015","2015",93.97286,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2016","2016",95.67472,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2017","2017",95.68396,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1990","1990",75.073,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1991","1991",73.75074,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1992","1992",74.03005,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1993","1993",74.84249,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1994","1994",75.91264,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1995","1995",76.33286,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1996","1996",77.9645,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1997","1997",78.89864,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1998","1998",80.26262,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1999","1999",80.03624,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2000","2000",79.84491,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2001","2001",79.90315,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2002","2002",79.96471,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2003","2003",78.96446,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2004","2004",77.01341,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2005","2005",77.06989,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2006","2006",77.03278,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2007","2007",79.14493,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2008","2008",79.34886,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2009","2009",83.31861,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2010","2010",85.46449,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2011","2011",87.32095,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2012","2012",88.68181,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2013","2013",88.41653,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2014","2014",87.48412,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2015","2015",87.86772,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2016","2016",87.53811,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2017","2017",87.7717,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1990","1990",52.7281,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1991","1991",54.01137,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1992","1992",53.92293,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1993","1993",53.96459,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1994","1994",54.75751,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1995","1995",56.08649,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1996","1996",56.36285,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1997","1997",58.30573,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1998","1998",58.43801,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1999","1999",58.29883,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2000","2000",60.56322,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2001","2001",62.80531,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2002","2002",65.95349,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2003","2003",68.88916,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2004","2004",71.17361,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2005","2005",73.59122,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2006","2006",75.59251,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2007","2007",76.8812,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2008","2008",78.89848,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2009","2009",79.38291,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2010","2010",79.39218,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2011","2011",80.4651,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2012","2012",81.06171,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2013","2013",81.65126,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2014","2014",81.75043,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2015","2015",81.48956,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2016","2016",81.52138,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2017","2017",81.36863,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1990","1990",53.04115,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1991","1991",54.01623,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1992","1992",53.7874,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1993","1993",54.2606,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1994","1994",54.62655,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1995","1995",55.45559,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1996","1996",54.2708,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1997","1997",57.16935,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1998","1998",58.04797,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1999","1999",58.8126,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2000","2000",61.02106,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2001","2001",62.85979,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2002","2002",64.44136,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2003","2003",66.81645,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2004","2004",68.51973,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2005","2005",70.63333,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2006","2006",72.0205,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2007","2007",74.75731,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2008","2008",75.54248,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2009","2009",76.04355,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2010","2010",75.96744,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2011","2011",77.62098,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2012","2012",78.27533,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2013","2013",78.9399,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2014","2014",79.29139,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2015","2015",79.31671,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2016","2016",79.47523,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2017","2017",79.49414,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1990","1990",73.90548,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1991","1991",74.47091,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1992","1992",72.17327,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1993","1993",72.6252,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1994","1994",75.88199,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1995","1995",74.1808,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1996","1996",77.34673,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1997","1997",77.33669,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1998","1998",77.08965,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1999","1999",77.86727,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2000","2000",79.39272,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2001","2001",80.77182,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2002","2002",82.08327,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2003","2003",82.97728,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2004","2004",83.86393,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2005","2005",84.75173,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2006","2006",84.97578,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2007","2007",87.07429,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2008","2008",88.4391,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2009","2009",88.36164,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2010","2010",88.99517,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2011","2011",87.08063,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2012","2012",87.03786,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2013","2013",87.46886,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2014","2014",87.26139,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2015","2015",87.79224,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2016","2016",88.95602,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2017","2017",89.34669,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1990","1990",84.76867,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1991","1991",84.8102,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1992","1992",82.53012,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1993","1993",81.60355,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1994","1994",81.13143,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1995","1995",80.95733,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1996","1996",81.42972,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1997","1997",82.26555,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1998","1998",83.90743,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1999","1999",85.34716,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2000","2000",85.99193,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2001","2001",87.22833,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2002","2002",88.11182,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2003","2003",88.97055,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2004","2004",89.6105,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2005","2005",90.17563,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2006","2006",90.60201,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2007","2007",91.28498,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2008","2008",91.55297,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2009","2009",91.69991,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2010","2010",92.98498,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2011","2011",93.49007,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2012","2012",93.51947,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2013","2013",90.57806,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2014","2014",89.80212,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2015","2015",90.05531,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2016","2016",89.51771,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2017","2017",89.69754,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1990","1990",74.20386,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1991","1991",74.61013,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1992","1992",75.31079,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1993","1993",76.7373,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1994","1994",77.89132,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1995","1995",78.11632,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1996","1996",78.332,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1997","1997",78.31407,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1998","1998",77.48753,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1999","1999",77.98222,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2000","2000",79.62601,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2001","2001",79.97575,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2002","2002",80.90504,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2003","2003",84.96021,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2004","2004",87.49506,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2005","2005",89.29085,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2006","2006",90.79283,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2007","2007",92.63233,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2008","2008",92.50135,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2009","2009",91.84421,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2010","2010",92.61904,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2011","2011",91.9633,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2012","2012",92.85533,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2013","2013",93.13846,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2014","2014",93.38078,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2015","2015",93.65512,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2016","2016",93.98006,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2017","2017",93.68255,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1990","1990",93.44956,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1991","1991",93.75131,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1992","1992",93.94407,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1993","1993",93.77796,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1994","1994",93.8666,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1995","1995",93.31925,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1996","1996",93.25704,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1997","1997",92.73141,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1998","1998",93.23967,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1999","1999",93.49041,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2000","2000",93.61625,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2001","2001",94.25884,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2002","2002",93.70051,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2003","2003",93.52753,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2004","2004",93.17843,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2005","2005",92.59325,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2006","2006",92.77835,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2007","2007",94.15354,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2008","2008",94.40817,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2009","2009",95.32993,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2010","2010",95.6867,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2011","2011",96.16241,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2012","2012",95.82711,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2013","2013",95.02236,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2014","2014",95.28169,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2015","2015",95.05601,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2016","2016",94.83021,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2017","2017",94.9595,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1990","1990",87.14746,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1991","1991",86.52476,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1992","1992",86.49314,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1993","1993",87.00823,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1994","1994",87.28469,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1995","1995",87.24808,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1996","1996",87.07908,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1997","1997",87.07543,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1998","1998",87.62328,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1999","1999",86.25484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2000","2000",85.31019,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2001","2001",83.68903,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2002","2002",82.94245,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2003","2003",82.27339,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2004","2004",81.91529,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2005","2005",81.98653,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2006","2006",81.26006,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2007","2007",81.5937,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2008","2008",81.58841,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2009","2009",83.54457,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2010","2010",85.63117,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2011","2011",87.76516,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2012","2012",89.31951,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2013","2013",89.57875,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2014","2014",89.85415,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2015","2015",90.34659,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2016","2016",90.85275,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2017","2017",90.79477,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1990","1990",94.81767,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1991","1991",95.38984,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1992","1992",95.05474,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1993","1993",95.28278,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1994","1994",95.31465,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1995","1995",95.03737,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1996","1996",95.53428,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1997","1997",95.51464,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1998","1998",96.65436,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1999","1999",96.68443,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2000","2000",95.96294,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2001","2001",96.17741,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2002","2002",96.62171,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2003","2003",96.59568,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2004","2004",96.33784,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2005","2005",96.80423,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2006","2006",96.602,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2007","2007",96.674,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2008","2008",97.0534,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2009","2009",97.14922,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2010","2010",97.36195,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2011","2011",97.58358,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2012","2012",97.74585,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2013","2013",97.8363,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2014","2014",97.43622,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2015","2015",97.66298,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2016","2016",97.65291,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2017","2017",97.63338,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1990","1990",98.31271,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1991","1991",98.5624,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1992","1992",97.66088,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1993","1993",96.63098,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1994","1994",96.00627,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1995","1995",96.76968,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1996","1996",95.84594,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1997","1997",96.0272,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1998","1998",96.19322,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1999","1999",96.12322,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2000","2000",96.27049,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2001","2001",96.57456,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2002","2002",95.64087,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2003","2003",96.2542,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2004","2004",95.81099,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2005","2005",96.48991,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2006","2006",96.95665,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2007","2007",97.39401,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2008","2008",97.37058,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2009","2009",96.14995,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2010","2010",94.86398,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2011","2011",93.84303,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2012","2012",94.19973,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2013","2013",94.31443,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2014","2014",94.59746,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2015","2015",95.0143,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2016","2016",96.23541,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2017","2017",96.2387,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1990","1990",74.28155,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1991","1991",72.93985,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1992","1992",73.13665,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1993","1993",73.93572,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1994","1994",75.0652,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1995","1995",75.54537,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1996","1996",77.11514,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1997","1997",78.12944,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1998","1998",79.98917,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1999","1999",79.81835,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2000","2000",79.61052,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2001","2001",79.47978,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2002","2002",79.44268,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2003","2003",77.90074,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2004","2004",76.74428,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2005","2005",76.78543,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2006","2006",77.01956,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2007","2007",79.07552,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2008","2008",79.40515,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2009","2009",83.25232,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2010","2010",85.59865,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2011","2011",87.77936,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2012","2012",89.1737,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2013","2013",89.06771,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2014","2014",88.31259,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2015","2015",88.77509,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2016","2016",88.71048,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2017","2017",88.94756,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1990","1990",49.54903,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1991","1991",49.48347,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1992","1992",48.4653,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1993","1993",48.313,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1994","1994",49.61904,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1995","1995",51.47482,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1996","1996",52.79125,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1997","1997",56.60353,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1998","1998",57.40663,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1999","1999",58.09456,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2000","2000",59.59511,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2001","2001",60.87492,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2002","2002",63.94051,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2003","2003",65.84189,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2004","2004",67.49201,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2005","2005",69.52838,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2006","2006",71.72406,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2007","2007",72.69813,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2008","2008",75.26965,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2009","2009",76.00901,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2010","2010",75.62518,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2011","2011",77.47904,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2012","2012",78.51126,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2013","2013",79.52777,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2014","2014",79.62395,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2015","2015",79.2714,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2016","2016",79.46378,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2017","2017",79.63297,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1990","1990",74.59183,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1991","1991",73.24965,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1992","1992",73.40417,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1993","1993",74.06827,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1994","1994",75.12901,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1995","1995",75.58861,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1996","1996",76.93611,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1997","1997",77.69192,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1998","1998",79.56016,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1999","1999",79.32937,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2000","2000",79.09361,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2001","2001",78.70868,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2002","2002",78.58349,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2003","2003",76.96519,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2004","2004",76.41927,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2005","2005",76.47582,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2006","2006",76.91128,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2007","2007",78.71455,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2008","2008",79.09304,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2009","2009",82.10473,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2010","2010",84.98741,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2011","2011",87.31123,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2012","2012",88.72567,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2013","2013",88.6853,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2014","2014",88.0974,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2015","2015",88.48844,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2016","2016",88.57248,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2017","2017",88.78861,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1990","1990",73.7756,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1991","1991",74.26139,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1992","1992",71.24649,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1993","1993",71.1183,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1994","1994",73.15747,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1995","1995",71.9555,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1996","1996",74.53127,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1997","1997",74.80249,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1998","1998",75.81238,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1999","1999",77.38905,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2000","2000",78.80629,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2001","2001",80.46511,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2002","2002",81.81574,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2003","2003",82.90821,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2004","2004",83.79743,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2005","2005",84.59725,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2006","2006",85.06682,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2007","2007",86.78381,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2008","2008",87.77111,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2009","2009",87.89268,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2010","2010",89.08281,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2011","2011",88.44714,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2012","2012",89.15123,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2013","2013",87.95501,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2014","2014",87.67675,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2015","2015",88.039,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2016","2016",88.5173,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2017","2017",88.81948,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1990","1990",80.53383,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1991","1991",80.8229,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1992","1992",78.02824,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1993","1993",77.13064,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1994","1994",76.49241,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1995","1995",76.47916,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1996","1996",76.90967,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1997","1997",77.21363,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1998","1998",78.68278,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1999","1999",80.25147,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2000","2000",81.23692,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2001","2001",82.84035,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2002","2002",83.90426,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2003","2003",85.05883,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2004","2004",85.64096,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2005","2005",86.50457,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2006","2006",87.19003,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2007","2007",88.24423,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2008","2008",88.78412,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2009","2009",88.99624,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2010","2010",90.40586,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2011","2011",91.14762,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2012","2012",91.09654,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2013","2013",88.15812,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2014","2014",87.54523,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2015","2015",87.81141,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2016","2016",87.47829,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2017","2017",87.64623,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1990","1990",63.82254,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1991","1991",64.53646,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1992","1992",65.72587,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1993","1993",67.95218,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1994","1994",69.77213,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1995","1995",70.27169,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1996","1996",70.84751,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1997","1997",70.94195,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1998","1998",69.94631,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1999","1999",70.85634,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2000","2000",73.1794,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2001","2001",74.03466,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2002","2002",75.53248,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2003","2003",82.86012,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2004","2004",85.37439,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2005","2005",87.25651,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2006","2006",89.1094,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2007","2007",91.1298,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2008","2008",91.8601,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2009","2009",91.95578,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2010","2010",92.65715,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2011","2011",92.31819,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2012","2012",92.77983,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2013","2013",93.01772,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2014","2014",93.09547,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2015","2015",93.27017,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2016","2016",93.54134,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2017","2017",93.27129,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1990","1990",95.22234,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1991","1991",94.07588,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1992","1992",93.0107,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1993","1993",91.95657,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1994","1994",90.77937,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1995","1995",89.77025,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1996","1996",89.23082,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1997","1997",89.18746,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1998","1998",92.32576,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1999","1999",95.29309,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2000","2000",95.78333,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2001","2001",96.19185,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2002","2002",99.77774,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2003","2003",99.80926,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2004","2004",99.84541,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2005","2005",97.22076,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2006","2006",96.39948,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2007","2007",97.24866,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2008","2008",97.26257,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2009","2009",97.25718,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2010","2010",97.21177,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2011","2011",97.18371,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2012","2012",97.10695,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2013","2013",96.98838,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2014","2014",96.95856,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2015","2015",97.05027,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2016","2016",96.99427,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2017","2017",96.97669,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1990","1990",91.76137,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1991","1991",92.0882,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1992","1992",92.22073,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1993","1993",92.07443,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1994","1994",91.94924,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1995","1995",91.17928,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1996","1996",91.43055,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1997","1997",90.82656,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1998","1998",91.53132,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1999","1999",92.42689,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2000","2000",92.58418,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2001","2001",93.41317,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2002","2002",93.2641,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2003","2003",92.90313,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2004","2004",92.70803,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2005","2005",91.95701,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2006","2006",92.23096,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2007","2007",93.96127,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2008","2008",94.17378,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2009","2009",95.15809,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2010","2010",96.12025,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2011","2011",97.29602,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2012","2012",96.26561,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2013","2013",95.44175,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2014","2014",95.18713,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2015","2015",94.53846,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2016","2016",93.767,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2017","2017",93.86716,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1990","1990",90.1695,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1991","1991",90.55418,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1992","1992",91.37773,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1993","1993",91.66564,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1994","1994",91.28202,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1995","1995",91.2998,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1996","1996",91.66149,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1997","1997",90.76651,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1998","1998",93.69432,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1999","1999",94.84127,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2000","2000",95.61452,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2001","2001",95.65113,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2002","2002",95.42129,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2003","2003",94.56555,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2004","2004",95.18644,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2005","2005",95.70184,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2006","2006",95.28294,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2007","2007",94.89679,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2008","2008",95.79116,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2009","2009",96.31889,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2010","2010",96.52747,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2011","2011",96.50315,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2012","2012",96.54141,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2013","2013",96.08809,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2014","2014",95.81824,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2015","2015",95.82466,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2016","2016",95.95707,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2017","2017",95.84829,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1990","1990",85.78401,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1991","1991",85.10984,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1992","1992",85.10744,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1993","1993",85.72194,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1994","1994",86.07414,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1995","1995",86.15861,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1996","1996",85.98039,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1997","1997",86.06554,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1998","1998",86.91004,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1999","1999",85.53897,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2000","2000",84.60978,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2001","2001",82.83706,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2002","2002",81.95184,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2003","2003",81.10062,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2004","2004",80.60466,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2005","2005",80.56925,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2006","2006",79.6695,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2007","2007",79.89992,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2008","2008",79.87342,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2009","2009",82.00497,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2010","2010",84.29454,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2011","2011",86.66183,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2012","2012",88.46984,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2013","2013",88.82973,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2014","2014",89.15799,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2015","2015",89.76609,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2016","2016",90.34558,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2017","2017",90.28919,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1990","1990",98.08121,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1991","1991",97.48744,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1992","1992",97.04707,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1993","1993",96.61725,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1994","1994",96.42885,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1995","1995",95.4368,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1996","1996",95.93834,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1997","1997",95.8985,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1998","1998",96.21005,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1999","1999",96.02239,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2000","2000",96.0649,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2001","2001",95.72971,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2002","2002",95.7176,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2003","2003",96.46085,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2004","2004",96.72874,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2005","2005",97.21802,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2006","2006",97.33709,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2007","2007",97.91775,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2008","2008",97.97048,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2009","2009",97.89862,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2010","2010",97.99401,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2011","2011",98.38763,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2012","2012",98.0728,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2013","2013",97.87727,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2014","2014",97.55089,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2015","2015",97.6258,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2016","2016",97.44319,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2017","2017",97.44156,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1990","1990",96.11271,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1991","1991",96.51392,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1992","1992",95.9879,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1993","1993",95.70437,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1994","1994",95.5673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1995","1995",95.62616,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1996","1996",95.64404,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1997","1997",95.77281,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1998","1998",96.50819,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1999","1999",96.48566,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2000","2000",96.11851,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2001","2001",96.62913,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2002","2002",96.5212,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2003","2003",96.72193,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2004","2004",96.43183,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2005","2005",96.9909,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2006","2006",97.17144,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2007","2007",97.26978,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2008","2008",97.37652,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2009","2009",97.17081,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2010","2010",96.4954,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2011","2011",96.36743,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2012","2012",96.3873,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2013","2013",96.53309,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2014","2014",96.60394,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2015","2015",96.85426,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2016","2016",97.11962,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2017","2017",97.10864,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1990","1990",94.77413,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1991","1991",95.40169,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1992","1992",95.07276,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1993","1993",95.24252,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1994","1994",95.18798,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1995","1995",94.94193,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1996","1996",95.44188,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1997","1997",95.54147,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1998","1998",96.63971,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1999","1999",96.67416,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2000","2000",96.00905,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2001","2001",96.24852,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2002","2002",96.69523,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2003","2003",96.70606,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2004","2004",96.46923,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2005","2005",96.89622,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2006","2006",96.71802,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2007","2007",96.792,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2008","2008",97.14054,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2009","2009",97.27866,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2010","2010",97.50057,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2011","2011",97.75191,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2012","2012",97.9836,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2013","2013",98.08739,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2014","2014",97.69388,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2015","2015",97.89723,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2016","2016",97.86506,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2017","2017",97.84806,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1990","1990",58.43213,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1991","1991",59.30547,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1992","1992",58.88168,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1993","1993",58.71745,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1994","1994",59.3419,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1995","1995",60.872,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1996","1996",61.12725,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1997","1997",62.88219,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1998","1998",62.80943,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1999","1999",62.2116,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2000","2000",64.37113,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2001","2001",66.54562,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2002","2002",69.3442,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2003","2003",72.19334,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2004","2004",74.02293,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2005","2005",76.41929,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2006","2006",78.03216,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2007","2007",79.19415,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2008","2008",81.41856,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2009","2009",81.37036,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2010","2010",81.29033,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2011","2011",82.52863,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2012","2012",82.83574,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2013","2013",83.45327,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2014","2014",83.43548,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2015","2015",83.23195,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2016","2016",83.2803,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2017","2017",83.15883,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1990","1990",57.39716,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1991","1991",58.1396,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1992","1992",57.75711,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1993","1993",58.10546,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1994","1994",58.46628,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1995","1995",59.6525,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1996","1996",58.77361,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1997","1997",61.42726,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1998","1998",62.04551,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1999","1999",62.3239,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2000","2000",64.59198,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2001","2001",66.30523,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2002","2002",67.86968,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2003","2003",70.13043,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2004","2004",71.56104,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2005","2005",73.59501,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2006","2006",74.6698,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2007","2007",78.02944,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2008","2008",78.43919,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2009","2009",78.72258,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2010","2010",78.57826,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2011","2011",80.24583,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2012","2012",80.78083,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2013","2013",81.4863,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2014","2014",81.76714,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2015","2015",81.80091,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2016","2016",81.9588,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2017","2017",81.93845,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1990","1990",84.39654,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1991","1991",84.42042,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1992","1992",82.84691,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1993","1993",82.56245,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1994","1994",83.47543,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1995","1995",82.75069,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1996","1996",83.95192,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1997","1997",84.48696,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1998","1998",84.87946,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1999","1999",85.58077,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2000","2000",86.408,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2001","2001",87.4395,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2002","2002",88.33894,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2003","2003",88.94588,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2004","2004",89.65148,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2005","2005",90.16204,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2006","2006",90.39207,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2007","2007",91.49278,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2008","2008",92.15065,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2009","2009",92.1493,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2010","2010",92.89392,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2011","2011",92.15242,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2012","2012",91.45186,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2013","2013",90.00452,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2014","2014",89.36138,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2015","2015",89.77803,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2016","2016",89.92498,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2017","2017",90.19204,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1990","1990",80.18783,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1991","1991",80.51244,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1992","1992",79.11971,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1993","1993",79.45206,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1994","1994",81.49741,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1995","1995",80.39562,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1996","1996",82.21826,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1997","1997",81.97385,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1998","1998",80.9731,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1999","1999",81.017,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2000","2000",82.27701,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2001","2001",83.37934,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2002","2002",84.40716,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2003","2003",85.12849,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2004","2004",85.75624,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2005","2005",86.69423,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2006","2006",86.91936,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2007","2007",88.76361,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2008","2008",90.06377,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2009","2009",89.9141,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2010","2010",90.22958,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2011","2011",88.44961,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2012","2012",86.93751,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2013","2013",87.19431,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2014","2014",86.73853,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2015","2015",87.33791,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2016","2016",88.3768,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2017","2017",88.73136,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1990","1990",88.86946,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1991","1991",88.66548,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1992","1992",86.87013,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1993","1993",85.90476,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1994","1994",85.58647,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1995","1995",85.25838,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1996","1996",85.77826,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1997","1997",87.12747,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1998","1998",88.93765,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1999","1999",90.25179,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2000","2000",90.56831,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2001","2001",91.43861,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2002","2002",92.15743,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2003","2003",92.73523,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2004","2004",93.42541,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2005","2005",93.699,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2006","2006",93.87133,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2007","2007",94.19388,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2008","2008",94.19998,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2009","2009",94.28369,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2010","2010",95.45017,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2011","2011",95.7298,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2012","2012",95.83627,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2013","2013",92.89099,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2014","2014",91.95871,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2015","2015",92.19898,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2016","2016",91.46518,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2017","2017",91.65533,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","1999","1999",95.11099,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2000","2000",95.4646,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2001","2001",96.317,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2002","2002",96.13727,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2003","2003",95.47645,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2004","2004",95.76981,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2005","2005",95.67571,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2006","2006",95.25426,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2007","2007",94.18301,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2008","2008",94.01492,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2009","2009",93.88142,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2010","2010",94.58049,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2011","2011",94.87433,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2012","2012",96.04317,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2013","2013",96.5537,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2014","2014",96.49582,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2015","2015",96.87853,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2016","2016",97.17836,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2017","2017",97.87631,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1990","1990",84.68469,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1991","1991",84.77438,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1992","1992",84.99187,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1993","1993",85.57529,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1994","1994",86.09196,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1995","1995",86.0988,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1996","1996",86.03511,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1997","1997",85.87235,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1998","1998",85.24687,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1999","1999",85.31238,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2000","2000",86.23933,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2001","2001",86.07305,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2002","2002",86.41058,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2003","2003",87.21175,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2004","2004",89.69569,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2005","2005",91.35251,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2006","2006",92.46199,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2007","2007",94.05304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2008","2008",93.11344,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2009","2009",91.76387,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2010","2010",92.60117,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2011","2011",91.67106,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2012","2012",92.96872,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2013","2013",93.30072,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2014","2014",93.69601,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2015","2015",94.0679,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2016","2016",94.44648,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2017","2017",94.1592,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1990","1990",95.08312,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1991","1991",95.35861,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1992","1992",95.60892,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1993","1993",95.42377,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1994","1994",95.7197,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1995","1995",95.38858,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1996","1996",95.02418,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1997","1997",94.5736,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1998","1998",94.89085,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1999","1999",94.51751,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2000","2000",94.61211,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2001","2001",95.07434,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2002","2002",94.121,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2003","2003",94.12858,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2004","2004",93.63078,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2005","2005",93.20438,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2006","2006",93.30351,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2007","2007",94.33768,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2008","2008",94.63198,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2009","2009",95.49342,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2010","2010",95.27569,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2011","2011",95.09072,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2012","2012",95.41287,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2013","2013",94.62606,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2014","2014",95.37114,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2015","2015",95.54633,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2016","2016",95.83933,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2017","2017",95.99836,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1990","1990",88.43851,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1991","1991",87.86511,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1992","1992",87.80648,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1993","1993",88.22781,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1994","1994",88.43254,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1995","1995",88.28104,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1996","1996",88.11917,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1997","1997",88.02883,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1998","1998",88.29422,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1999","1999",86.92553,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2000","2000",85.96371,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2001","2001",84.48314,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2002","2002",83.86575,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2003","2003",83.36735,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2004","2004",83.13969,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2005","2005",83.31296,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2006","2006",82.75176,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2007","2007",83.18485,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2008","2008",83.20184,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2009","2009",84.99521,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2010","2010",86.89273,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2011","2011",88.80719,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2012","2012",90.12189,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2013","2013",90.28565,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2014","2014",90.51057,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2015","2015",90.89351,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2016","2016",91.33106,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2017","2017",91.27193,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",71.40795,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",70.8778,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",71.57021,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1993","1993",73.6118,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1994","1994",74.72031,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",74.53843,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",73.28775,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",73.73825,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",75.14349,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1999","1999",72.3569,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",70.25267,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",66.96502,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",65.33801,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",62.76639,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",61.84566,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",61.62403,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",60.10232,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",60.38281,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",60.59497,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",65.28222,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",69.89306,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",74.13303,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",78.07489,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",78.74359,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",79.83624,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",80.83795,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",82.18702,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",81.97757,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1990","1990",94.8593,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1991","1991",95.3785,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1992","1992",95.03753,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1993","1993",95.32121,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1994","1994",95.43548,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1995","1995",95.12836,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1996","1996",95.62231,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1997","1997",95.4891,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1998","1998",96.66831,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1999","1999",96.6942,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2000","2000",95.91909,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2001","2001",96.10982,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2002","2002",96.55184,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2003","2003",96.49079,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2004","2004",96.213,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2005","2005",96.71682,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2006","2006",96.49174,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2007","2007",96.56186,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2008","2008",96.97056,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2009","2009",97.02617,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2010","2010",97.2302,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2011","2011",97.42363,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2012","2012",97.51996,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2013","2013",97.59776,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2014","2014",97.19137,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2015","2015",97.44039,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2016","2016",97.45137,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2017","2017",97.42946,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1990","1990",98.00599,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1991","1991",98.55992,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1992","1992",97.67771,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1993","1993",96.73306,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1994","1994",95.79415,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1995","1995",96.74377,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1996","1996",95.7112,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1997","1997",95.90236,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1998","1998",96.09374,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1999","1999",96.05427,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2000","2000",96.26046,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2001","2001",96.00429,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2002","2002",95.03364,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2003","2003",95.78733,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2004","2004",95.27032,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2005","2005",95.88258,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2006","2006",96.13528,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2007","2007",96.86982,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2008","2008",97.05225,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2009","2009",95.31518,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2010","2010",94.60927,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2011","2011",93.21586,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2012","2012",94.17833,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2013","2013",94.24197,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2014","2014",94.12905,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2015","2015",94.65638,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2016","2016",96.40248,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2017","2017",96.41019,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1990","1990",91.7953,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1991","1991",90.38763,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1992","1992",90.60473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1993","1993",91.75062,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1994","1994",93.17258,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1995","1995",94.21975,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1996","1996",96.76441,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1997","1997",99.20191,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1998","1998",101.31836,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1999","1999",101.1649,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2000","2000",101.49506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2001","2001",101.13425,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2002","2002",100.89154,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2003","2003",99.76923,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2004","2004",98.47643,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2005","2005",98.56075,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2006","2006",97.85289,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2007","2007",98.44585,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2008","2008",98.31857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2009","2009",100.51627,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2010","2010",106.87817,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2011","2011",111.88279,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2012","2012",116.80332,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2013","2013",117.71971,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2014","2014",118.29279,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2015","2015",118.82825,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2016","2016",118.57301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2017","2017",118.03604,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1990","1990",88.48146,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1991","1991",88.68908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1992","1992",89.16979,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1993","1993",90.46629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1994","1994",91.52493,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1995","1995",91.40816,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1996","1996",91.3885,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1997","1997",91.0898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1998","1998",90.14984,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1999","1999",90.64164,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2000","2000",91.91421,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2001","2001",91.77732,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2002","2002",93.36648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2003","2003",99.52595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2004","2004",101.6492,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2005","2005",103.31912,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2006","2006",104.73048,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2007","2007",106.51998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2008","2008",106.9391,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2009","2009",106.6555,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2010","2010",107.03415,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2011","2011",106.14979,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2012","2012",107.28786,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2013","2013",108.16896,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2014","2014",106.43621,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2015","2015",106.82232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2016","2016",111.52274,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2017","2017",111.30252,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1990","1990",118.0219,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1991","1991",115.91654,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1992","1992",114.07885,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1993","1993",112.11964,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1994","1994",110.34928,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1995","1995",108.54558,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1996","1996",106.71896,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1997","1997",105.28853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1998","1998",105.65512,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1999","1999",105.94638,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2000","2000",107.01281,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2001","2001",108.23036,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2002","2002",110.71459,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2003","2003",112.9639,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2004","2004",109.18303,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2005","2005",104.90404,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2006","2006",104.69133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2007","2007",106.58392,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2008","2008",107.53652,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2009","2009",107.6708,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2010","2010",106.9923,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2011","2011",106.31302,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2012","2012",105.94055,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2013","2013",104.74396,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2014","2014",102.11911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2015","2015",102.01211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2016","2016",102.63464,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2017","2017",103.21169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1990","1990",105.59889,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1991","1991",104.9843,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1992","1992",104.26398,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1993","1993",103.52429,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1994","1994",102.7377,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1995","1995",103.62392,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1996","1996",103.22913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1997","1997",102.67645,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1998","1998",102.12428,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1999","1999",101.53653,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2000","2000",100.68783,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2001","2001",101.18044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2002","2002",99.81397,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2003","2003",100.88512,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2004","2004",100.95751,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2005","2005",101.50925,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2006","2006",101.87408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2007","2007",102.70716,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2008","2008",102.76936,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2009","2009",101.93123,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2010","2010",100.18898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2011","2011",99.29303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2012","2012",99.20112,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2013","2013",99.53973,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2014","2014",99.84405,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2015","2015",100.50632,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2016","2016",101.36705,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2017","2017",101.36717,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1990","1990",107.1638,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1991","1991",108.17036,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1992","1992",106.50234,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1993","1993",105.91336,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1994","1994",105.69668,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1995","1995",99.56123,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1996","1996",96.80807,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1997","1997",96.68307,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1998","1998",96.28714,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1999","1999",96.29782,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2000","2000",96.71795,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2001","2001",97.03032,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2002","2002",97.14819,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2003","2003",97.52587,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2004","2004",97.25935,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2005","2005",97.20869,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2006","2006",96.43941,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2007","2007",95.49888,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2008","2008",96.22108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2009","2009",96.19131,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2010","2010",96.99543,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2011","2011",97.3894,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2012","2012",98.86659,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2013","2013",100.09913,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2014","2014",100.17931,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2015","2015",100.57868,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2016","2016",100.9354,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2017","2017",102.47062,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1990","1990",74.4281,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1991","1991",75.82383,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1992","1992",76.89923,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1993","1993",79.44649,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1994","1994",80.91448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1995","1995",81.07723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1996","1996",81.53227,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1997","1997",81.69109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1998","1998",81.14499,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1999","1999",81.89562,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2000","2000",83.45174,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2001","2001",83.81889,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2002","2002",86.05986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2003","2003",96.33037,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2004","2004",98.2464,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2005","2005",100.62119,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2006","2006",102.4807,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2007","2007",104.70772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2008","2008",106.29549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2009","2009",106.62998,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2010","2010",106.98211,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2011","2011",106.5445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2012","2012",107.94191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2013","2013",111.90309,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2014","2014",109.84903,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2015","2015",110.41195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2016","2016",117.07494,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2017","2017",116.79078,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",68.69457,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",68.81025,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",70.05693,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1993","1993",73.42643,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1994","1994",75.24148,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",76.19112,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",74.67555,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",76.2886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",78.72649,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1999","1999",75.66917,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",73.28887,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",69.63534,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",68.08375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",65.98497,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",65.90629,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",65.89558,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",64.56762,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",65.79315,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",67.77851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",75.81408,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",84.49556,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",92.74709,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",100.90704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",102.59688,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",103.92341,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",105.34916,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",106.98103,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",106.95437,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1990","1990",105.28912,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1991","1991",104.03063,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1992","1992",103.27429,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1993","1993",102.50857,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1994","1994",102.20042,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1995","1995",103.05543,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1996","1996",102.5645,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1997","1997",102.96564,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1998","1998",103.32477,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1999","1999",102.79019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2000","2000",99.96394,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2001","2001",101.1,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2002","2002",100.22746,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2003","2003",100.96729,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2004","2004",100.68284,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2005","2005",100.95834,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2006","2006",102.20076,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2007","2007",102.5421,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2008","2008",102.84302,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2009","2009",102.1164,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2010","2010",99.73769,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2011","2011",99.50945,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2012","2012",98.53103,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2013","2013",99.1966,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2014","2014",99.73541,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2015","2015",100.5278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2016","2016",101.29095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2017","2017",101.42592,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1990","1990",103.88493,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1991","1991",104.02226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1992","1992",100.83452,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1993","1993",99.57892,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1994","1994",98.48282,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1995","1995",97.87206,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1996","1996",97.41302,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1997","1997",98.91305,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1998","1998",100.34969,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1999","1999",102.22621,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2000","2000",102.18999,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2001","2001",103.54556,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2002","2002",104.61111,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2003","2003",104.89491,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2004","2004",104.88245,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2005","2005",105.08618,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2006","2006",104.88842,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2007","2007",105.44936,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2008","2008",105.46229,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2009","2009",105.55559,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2010","2010",105.66538,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2011","2011",106.6681,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2012","2012",106.38008,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2013","2013",105.63235,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2014","2014",104.64812,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2015","2015",104.63111,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2016","2016",102.61274,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2017","2017",102.82519,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1990","1990",82.2618,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1991","1991",82.33397,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1992","1992",81.92843,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1993","1993",81.93494,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1994","1994",81.95401,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1995","1995",81.64824,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1996","1996",81.43283,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1997","1997",81.54459,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1998","1998",82.11005,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1999","1999",82.77261,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2000","2000",83.44113,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2001","2001",83.78826,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2002","2002",84.65606,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2003","2003",85.84456,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2004","2004",86.82154,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2005","2005",86.94881,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2006","2006",87.35087,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2007","2007",88.51575,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2008","2008",88.68814,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2009","2009",88.73653,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2010","2010",88.84459,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2011","2011",88.90532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2012","2012",89.20392,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2013","2013",89.07916,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2014","2014",89.19505,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2015","2015",89.37655,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2016","2016",89.53548,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2017","2017",89.44117,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1990","1990",84.62946,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1991","1991",84.66113,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1992","1992",82.37154,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1993","1993",81.43422,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1994","1994",80.94775,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1995","1995",80.76386,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1996","1996",81.22519,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1997","1997",82.07786,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1998","1998",83.26793,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1999","1999",84.6646,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2000","2000",85.2711,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2001","2001",86.4723,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2002","2002",87.35018,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2003","2003",88.00226,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2004","2004",88.58978,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2005","2005",89.20455,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2006","2006",89.36909,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2007","2007",90.10342,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2008","2008",90.4593,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2009","2009",90.66282,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2010","2010",91.95112,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2011","2011",92.86026,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2012","2012",92.66022,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2013","2013",89.57459,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2014","2014",88.77432,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2015","2015",89.0936,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2016","2016",88.57034,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2017","2017",88.72107,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","1999","1999",91.31003,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2000","2000",91.63668,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2001","2001",92.14735,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2002","2002",92.30656,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2003","2003",91.83817,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2004","2004",92.28059,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2005","2005",91.90491,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2006","2006",91.30963,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2007","2007",90.21258,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2008","2008",90.23684,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2009","2009",89.88916,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2010","2010",90.45089,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2011","2011",90.36626,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2012","2012",91.2289,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2013","2013",91.80129,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2014","2014",92.0176,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2015","2015",92.0492,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2016","2016",92.5576,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2017","2017",93.3148,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1990","1990",97.21371,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1991","1991",96.57329,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1992","1992",95.25987,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1993","1993",94.00539,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1994","1994",92.6152,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1995","1995",91.22398,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1996","1996",90.35524,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1997","1997",89.96837,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1998","1998",92.54832,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1999","1999",95.20919,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2000","2000",95.71007,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2001","2001",96.12558,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2002","2002",99.71107,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2003","2003",99.74585,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2004","2004",99.79524,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2005","2005",97.16233,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2006","2006",96.33137,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2007","2007",97.17679,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2008","2008",97.1801,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2009","2009",97.1967,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2010","2010",97.12318,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2011","2011",97.10882,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2012","2012",97.03281,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2013","2013",96.91999,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2014","2014",96.89556,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2015","2015",96.97952,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2016","2016",96.93237,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2017","2017",96.90879,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1990","1990",93.43776,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1991","1991",93.73757,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1992","1992",93.9284,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1993","1993",93.76001,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1994","1994",93.84653,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1995","1995",93.29698,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1996","1996",93.23244,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1997","1997",92.70617,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1998","1998",92.76766,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1999","1999",92.58597,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2000","2000",92.30233,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2001","2001",92.44083,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2002","2002",91.91232,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2003","2003",91.64554,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2004","2004",91.23365,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2005","2005",90.6953,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2006","2006",91.4194,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2007","2007",92.68753,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2008","2008",93.01384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2009","2009",93.8592,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2010","2010",94.24741,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2011","2011",94.67505,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2012","2012",94.31952,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2013","2013",93.47937,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2014","2014",93.71865,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2015","2015",94.05652,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2016","2016",94.35604,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2017","2017",94.47336,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1990","1990",89.70694,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1991","1991",90.04848,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1992","1992",90.95804,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1993","1993",91.23931,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1994","1994",90.83251,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1995","1995",90.8496,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1996","1996",91.41089,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1997","1997",90.44234,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1998","1998",92.80225,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1999","1999",93.3836,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2000","2000",94.13969,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2001","2001",94.56155,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2002","2002",94.39986,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2003","2003",93.84599,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2004","2004",93.97247,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2005","2005",93.72125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2006","2006",93.26967,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2007","2007",93.00071,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2008","2008",94.39517,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2009","2009",94.46917,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2010","2010",94.69601,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2011","2011",94.7934,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2012","2012",94.8491,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2013","2013",93.55514,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2014","2014",93.22326,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2015","2015",93.09336,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2016","2016",93.15113,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2017","2017",93.05623,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1990","1990",97.84717,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1991","1991",97.26889,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1992","1992",96.83768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1993","1993",96.41324,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1994","1994",96.19125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1995","1995",95.18649,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1996","1996",95.62488,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1997","1997",95.42852,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1998","1998",95.30347,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1999","1999",94.90304,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2000","2000",94.7532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2001","2001",94.31449,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2002","2002",94.26558,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2003","2003",95.03099,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2004","2004",95.39236,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2005","2005",95.97965,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2006","2006",96.23596,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2007","2007",96.96549,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2008","2008",97.09037,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2009","2009",97.20115,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2010","2010",97.45135,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2011","2011",97.91747,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2012","2012",97.62089,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2013","2013",97.44328,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2014","2014",97.10668,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2015","2015",97.09545,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2016","2016",96.93241,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2017","2017",96.92917,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",67.20293,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",66.56441,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",67.36068,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1993","1993",69.69197,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1994","1994",70.95468,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",70.74494,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",69.34691,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",69.77816,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",71.49458,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1999","1999",68.30726,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",65.70159,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",61.70532,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",59.8308,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",57.14651,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",55.85993,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",55.8075,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",54.18344,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",54.2971,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",54.64086,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",60.06811,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",65.4082,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",70.36824,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",75.00883,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",75.59199,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",76.39765,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",77.27851,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",78.26018,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",78.02528,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1990","1990",95.92675,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1991","1991",96.38033,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1992","1992",95.81799,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1993","1993",95.59366,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1994","1994",95.37911,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1995","1995",95.51486,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1996","1996",95.51195,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1997","1997",95.45879,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1998","1998",95.80094,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1999","1999",95.62255,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2000","2000",95.19706,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2001","2001",95.50608,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2002","2002",95.35374,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2003","2003",95.69708,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2004","2004",94.59898,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2005","2005",95.19302,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2006","2006",95.45111,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2007","2007",95.6508,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2008","2008",95.92942,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2009","2009",95.4668,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2010","2010",95.08943,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2011","2011",94.93229,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2012","2012",95.27174,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2013","2013",95.36133,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2014","2014",95.35395,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2015","2015",95.76645,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2016","2016",96.23584,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2017","2017",96.2289,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1990","1990",94.65806,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1991","1991",95.19632,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1992","1992",94.79912,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1993","1993",95.00952,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1994","1994",95.0195,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1995","1995",94.78206,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1996","1996",95.31532,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1997","1997",95.28809,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1998","1998",95.90925,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1999","1999",95.84527,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2000","2000",95.02774,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2001","2001",95.40852,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2002","2002",95.79854,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2003","2003",95.81768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2004","2004",94.43645,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2005","2005",95.30676,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2006","2006",95.31628,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2007","2007",95.26313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2008","2008",95.69281,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2009","2009",95.77858,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2010","2010",96.04194,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2011","2011",96.43214,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2012","2012",96.69266,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2013","2013",96.81376,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2014","2014",96.51153,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2015","2015",96.75583,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2016","2016",96.7614,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2017","2017",96.74781,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1990","1990",98.31268,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1991","1991",98.56237,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1992","1992",97.66084,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1993","1993",96.63094,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1994","1994",96.00627,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1995","1995",96.76968,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1996","1996",95.84594,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1997","1997",95.7433,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1998","1998",95.62734,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1999","1999",95.2793,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2000","2000",95.44864,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2001","2001",95.64572,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2002","2002",94.73256,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2003","2003",95.52867,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2004","2004",94.83389,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2005","2005",95.02966,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2006","2006",95.64354,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2007","2007",96.19837,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2008","2008",96.25835,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2009","2009",95.03787,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2010","2010",93.79199,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2011","2011",92.90106,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2012","2012",93.33761,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2013","2013",93.35159,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2014","2014",93.73728,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2015","2015",94.36993,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2016","2016",95.48613,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2017","2017",95.49007,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1991","1991",48.5633,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1992","1992",48.72664,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1993","1993",48.89765,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1994","1994",49.78509,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1995","1995",50.83175,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1996","1996",51.06428,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1997","1997",53.13778,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1998","1998",53.38333,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1999","1999",53.57454,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2000","2000",55.97204,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2001","2001",58.25993,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2002","2002",61.68086,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2003","2003",64.72299,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2004","2004",67.49207,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2005","2005",69.99779,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2006","2006",72.38227,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2007","2007",73.77928,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2008","2008",75.64065,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2009","2009",76.53998,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2010","2010",76.44215,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2011","2011",77.2962,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2012","2012",78.12166,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2013","2013",78.67541,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2014","2014",78.97194,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2015","2015",78.59553,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2016","2016",78.65374,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2017","2017",78.3952,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1991","1991",94.04686,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1992","1992",92.98295,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1993","1993",91.93123,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1994","1994",90.7578,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1995","1995",89.76258,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1996","1996",89.22895,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1997","1997",89.17926,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1998","1998",92.28828,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1999","1999",95.25606,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2000","2000",95.74366,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2001","2001",96.15014,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2002","2002",99.72794,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2003","2003",99.75678,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2004","2004",99.79929,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2005","2005",97.17417,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2006","2006",96.3509,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2007","2007",97.19403,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2008","2008",97.20001,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2009","2009",97.21944,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2010","2010",97.14679,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2011","2011",97.1405,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2012","2012",97.06475,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2013","2013",96.94715,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2014","2014",96.9181,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2015","2015",96.99668,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2016","2016",96.94538,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2017","2017",96.92051,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","1997","1997",95.37446,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","1998","1998",95.77917,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","1999","1999",95.54694,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2000","2000",95.18861,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2001","2001",95.79834,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2002","2002",95.61187,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2003","2003",96.0002,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2004","2004",94.86314,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2005","2005",95.4975,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2006","2006",95.81272,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2007","2007",95.84234,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2008","2008",96.12211,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2009","2009",95.7975,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2010","2010",95.18815,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2011","2011",95.25915,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2012","2012",95.27567,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2013","2013",95.39421,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2014","2014",95.55154,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2015","2015",95.97752,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2016","2016",96.18188,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2017","2017",96.17364,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1990","1990",72.99435,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1991","1991",71.62231,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1992","1992",71.71569,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1993","1993",72.48454,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1994","1994",73.649,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1995","1995",74.14045,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1996","1996",75.60342,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1997","1997",76.6511,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1998","1998",78.24215,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1999","1999",77.99071,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2000","2000",77.63815,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2001","2001",77.25346,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2002","2002",77.16462,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2003","2003",75.82856,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2004","2004",74.90861,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2005","2005",74.98747,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2006","2006",75.36119,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2007","2007",77.19941,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2008","2008",77.55351,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2009","2009",80.06673,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2010","2010",83.64815,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2011","2011",86.29297,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2012","2012",87.78089,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2013","2013",87.70359,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2014","2014",87.04351,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2015","2015",87.5344,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2016","2016",87.49174,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2017","2017",87.71058,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1990","1990",75.74606,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1991","1991",74.51021,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1992","1992",74.74215,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1993","1993",75.47066,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1994","1994",76.44449,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1995","1995",76.82074,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1996","1996",78.32756,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1997","1997",79.11954,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1998","1998",80.41035,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1999","1999",80.19619,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2000","2000",80.01629,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2001","2001",80.07257,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2002","2002",80.12926,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2003","2003",79.17699,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2004","2004",77.31943,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2005","2005",77.36881,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2006","2006",77.32979,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2007","2007",79.34225,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2008","2008",79.53678,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2009","2009",83.32517,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2010","2010",85.40559,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2011","2011",86.87703,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2012","2012",88.21532,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2013","2013",87.99376,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2014","2014",87.1105,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2015","2015",87.41653,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2016","2016",87.10618,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2017","2017",87.34514,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1990","1990",57.13267,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1991","1991",57.87806,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1992","1992",57.49711,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1993","1993",57.84115,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1994","1994",58.20508,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1995","1995",59.41819,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1996","1996",58.45456,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1997","1997",61.00133,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1998","1998",61.49306,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1999","1999",61.68646,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2000","2000",63.96774,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2001","2001",65.57795,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2002","2002",67.1065,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2003","2003",69.36952,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2004","2004",70.71278,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2005","2005",72.72714,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2006","2006",73.80585,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2007","2007",77.11573,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2008","2008",77.5274,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2009","2009",77.73588,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2010","2010",77.51699,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2011","2011",79.14167,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2012","2012",79.60163,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2013","2013",80.27463,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2014","2014",80.56035,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2015","2015",80.61208,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2016","2016",80.70265,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2017","2017",80.6638,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","1999","1999",92.04424,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2000","2000",92.34838,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2001","2001",92.98266,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2002","2002",93.03747,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2003","2003",92.58244,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2004","2004",92.96071,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2005","2005",92.54173,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2006","2006",92.02647,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2007","2007",90.91069,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2008","2008",90.90603,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2009","2009",90.58597,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2010","2010",91.18729,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2011","2011",91.18381,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2012","2012",91.99398,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2013","2013",92.58757,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2014","2014",92.70763,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2015","2015",92.66423,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2016","2016",93.10758,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2017","2017",93.87333,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","1991","1991",87.84107,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","1992","1992",87.78107,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","1995","1995",88.24529,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","1996","1996",88.07859,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","1997","1997",88.00863,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","1998","1998",88.1629,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","1999","1999",86.87899,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2000","2000",85.94452,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2002","2002",83.8256,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2003","2003",83.34292,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2004","2004",83.02418,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2005","2005",83.17383,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2006","2006",82.65891,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2007","2007",83.00406,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2008","2008",83.04639,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2009","2009",84.85964,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2010","2010",86.72571,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2011","2011",88.63292,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2012","2012",89.95559,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2013","2013",89.98709,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2014","2014",90.0475,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2015","2015",90.28454,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2016","2016",90.52439,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2017","2017",90.45893,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","1997","1997",95.48161,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","1998","1998",95.97747,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","1999","1999",95.95268,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2000","2000",95.06733,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2001","2001",95.40649,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2002","2002",95.80878,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2003","2003",95.77538,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2004","2004",94.50423,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2005","2005",95.39791,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2006","2006",95.36697,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2007","2007",95.32598,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2008","2008",95.77613,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2009","2009",95.83563,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2010","2010",96.05878,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2011","2011",96.40009,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2012","2012",96.60942,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2013","2013",96.73952,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2014","2014",96.4342,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2015","2015",96.68904,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2016","2016",96.71486,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2017","2017",96.69991,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1990","1990",75.28452,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1991","1991",74.01874,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1992","1992",74.16504,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1993","1993",74.87242,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1994","1994",75.89404,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1995","1995",76.31971,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1996","1996",77.76423,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1997","1997",78.56048,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1998","1998",80.3177,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1999","1999",80.15352,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2000","2000",79.95575,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2001","2001",79.8304,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2002","2002",79.79366,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2003","2003",78.32589,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2004","2004",77.2199,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2005","2005",77.24968,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2006","2006",77.46161,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2007","2007",79.41341,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2008","2008",79.72112,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2009","2009",83.38882,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2010","2010",85.65331,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2011","2011",87.58959,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2012","2012",88.94398,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2013","2013",88.8386,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2014","2014",88.09863,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2015","2015",88.47175,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2016","2016",88.41367,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2017","2017",88.65222,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1990","1990",82.35155,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1991","1991",82.51372,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1992","1992",82.20552,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1993","1993",82.30871,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1994","1994",82.41897,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1995","1995",82.20985,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1996","1996",82.09947,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1997","1997",82.334,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1998","1998",83.14481,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1999","1999",84.03348,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2000","2000",84.87207,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2001","2001",85.29769,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2002","2002",86.25777,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2003","2003",87.50192,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2004","2004",88.59466,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2005","2005",88.78818,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2006","2006",89.14799,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2007","2007",90.36347,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2008","2008",90.58245,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2009","2009",90.47614,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2010","2010",90.66916,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2011","2011",90.73764,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2012","2012",91.02794,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2013","2013",90.99182,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2014","2014",91.02061,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2015","2015",91.09824,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2016","2016",91.20705,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2017","2017",91.11808,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1990","1990",79.18425,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1991","1991",79.43655,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1992","1992",77.15945,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1993","1993",76.955,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1994","1994",78.4218,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1995","1995",77.46381,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1996","1996",79.33677,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1997","1997",79.74274,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1998","1998",80.43797,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1999","1999",81.56856,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2000","2000",82.68486,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2001","2001",84.02625,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2002","2002",85.14469,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2003","2003",85.98887,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2004","2004",86.78567,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2005","2005",87.43938,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2006","2006",87.78771,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2007","2007",89.19083,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2008","2008",90.01022,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2009","2009",90.0694,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2010","2010",91.03192,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2011","2011",90.34236,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2012","2012",90.32803,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2013","2013",89.00356,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2014","2014",88.5387,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2015","2015",88.92888,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2016","2016",89.23774,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2017","2017",89.52203,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1990","1990",74.75567,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1991","1991",75.1521,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1992","1992",75.84,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1993","1993",77.20857,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1994","1994",78.35343,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1995","1995",78.60509,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1996","1996",78.86533,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1997","1997",78.82172,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1998","1998",78.01886,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1999","1999",78.49804,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2000","2000",80.09796,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2001","2001",80.44798,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2002","2002",81.34019,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2003","2003",85.24998,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2004","2004",87.71552,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2005","2005",89.45418,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2006","2006",90.89751,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2007","2007",92.65879,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2008","2008",92.5267,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2009","2009",91.88154,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2010","2010",92.6519,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2011","2011",92.01802,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2012","2012",92.91555,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2013","2013",93.20483,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2014","2014",93.44483,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2015","2015",93.72402,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2016","2016",94.05182,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2017","2017",93.78819,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1990","1990",95.92001,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1991","1991",95.61171,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1992","1992",94.82434,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1993","1993",93.94909,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1994","1994",93.05854,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1995","1995",91.93147,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1996","1996",91.29721,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1997","1997",90.84692,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1998","1998",92.78495,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1999","1999",94.70606,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2000","2000",95.07721,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2001","2001",95.53899,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2002","2002",97.67483,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2003","2003",97.54776,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2004","2004",97.58055,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2005","2005",95.60151,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2006","2006",95.10022,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2007","2007",96.11876,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2008","2008",96.20173,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2009","2009",96.52939,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2010","2010",96.62326,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2011","2011",96.77892,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2012","2012",96.60478,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2013","2013",96.23186,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2014","2014",96.31447,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2015","2015",96.29163,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2016","2016",96.17784,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2017","2017",96.21941,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1990","1990",90.09183,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1991","1991",90.44143,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1992","1992",91.35759,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1993","1993",91.6424,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1994","1994",91.23744,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1995","1995",91.2565,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1996","1996",91.81987,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1997","1997",90.97225,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1998","1998",93.73172,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1999","1999",94.88145,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2000","2000",95.64037,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2001","2001",95.90732,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2002","2002",95.9366,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2003","2003",95.24102,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2004","2004",95.52116,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2005","2005",95.28351,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2006","2006",94.80724,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2007","2007",94.45159,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2008","2008",95.78813,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2009","2009",95.99925,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2010","2010",96.23002,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2011","2011",96.27263,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2012","2012",96.1704,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2013","2013",95.68238,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2014","2014",95.37716,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2015","2015",95.39847,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2016","2016",95.40186,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2017","2017",95.28008,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1990","1990",97.84717,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1991","1991",97.26889,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1992","1992",96.83768,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1993","1993",96.41324,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1994","1994",96.19125,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1995","1995",95.18649,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1996","1996",95.62488,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1997","1997",95.42852,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1998","1998",95.43639,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1999","1999",95.00011,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2000","2000",94.82873,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2001","2001",94.40074,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2002","2002",94.41189,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2003","2003",95.17364,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2004","2004",95.52333,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2005","2005",96.1278,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2006","2006",96.36323,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2007","2007",97.08856,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2008","2008",97.20757,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2009","2009",97.31231,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2010","2010",97.54914,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2011","2011",98.01926,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2012","2012",97.72153,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2013","2013",97.53567,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2014","2014",97.19713,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2015","2015",97.21298,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2016","2016",97.04515,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2017","2017",97.04203,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1990","1990",96.03095,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1991","1991",96.50579,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1992","1992",95.98261,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1993","1993",95.76849,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1994","1994",95.5667,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1995","1995",95.67604,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1996","1996",95.64977,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1997","1997",95.70685,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1998","1998",96.4772,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1999","1999",96.46358,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2000","2000",96.08666,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2001","2001",96.34076,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2002","2002",96.21244,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2003","2003",96.45318,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2004","2004",96.12239,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2005","2005",96.67521,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2006","2006",96.74812,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2007","2007",96.97246,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2008","2008",97.1861,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2009","2009",96.7286,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2010","2010",96.30444,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2011","2011",95.99475,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2012","2012",96.24401,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2013","2013",96.35882,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2014","2014",96.25173,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2015","2015",96.56463,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2016","2016",97.06873,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2017","2017",97.05797,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1990","1990",46.931,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1991","1991",48.62543,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1992","1992",48.87492,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1993","1993",49.12281,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1994","1994",50.08503,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1995","1995",51.20812,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1996","1996",51.50643,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1997","1997",53.64147,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1998","1998",53.98307,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1999","1999",54.31062,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2000","2000",56.68117,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2001","2001",58.99391,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2002","2002",62.50127,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2003","2003",65.5251,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2004","2004",68.27185,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2005","2005",70.70948,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2006","2006",73.10361,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2007","2007",74.52087,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2008","2008",76.32596,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2009","2009",77.35411,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2010","2010",77.45476,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2011","2011",78.35973,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2012","2012",79.25264,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2013","2013",79.81372,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2014","2014",80.03156,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2015","2015",79.71121,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2016","2016",79.72473,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2017","2017",79.53872,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1990","1990",77.82294,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1991","1991",77.9978,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1992","1992",77.80264,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1993","1993",78.17804,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1994","1994",78.5343,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1995","1995",78.37261,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1996","1996",78.43976,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1997","1997",78.8263,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1998","1998",79.78924,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1999","1999",80.99509,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2000","2000",82.01239,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2001","2001",82.58835,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2002","2002",83.68619,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2003","2003",85.80924,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2004","2004",87.01915,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2005","2005",87.31668,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2006","2006",87.86503,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2007","2007",89.04778,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2008","2008",89.52148,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2009","2009",89.71247,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2010","2010",89.93567,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2011","2011",90.15808,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2012","2012",90.32015,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2013","2013",90.26918,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2014","2014",90.24525,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2015","2015",90.2342,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2016","2016",90.27003,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2017","2017",90.18593,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1990","1990",48.63069,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1991","1991",49.84019,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1992","1992",49.76579,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1993","1993",50.36405,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1994","1994",50.73392,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1995","1995",51.19984,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1996","1996",49.70416,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1997","1997",52.85208,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1998","1998",53.99423,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1999","1999",55.25046,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2000","2000",57.39728,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2001","2001",59.36473,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2002","2002",60.96535,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2003","2003",63.45675,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2004","2004",65.43576,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2005","2005",67.62853,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2006","2006",69.33036,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2007","2007",71.43358,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2008","2008",72.59825,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2009","2009",73.3194,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2010","2010",73.31204,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2011","2011",74.95127,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2012","2012",75.72717,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2013","2013",76.34936,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2014","2014",76.77123,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2015","2015",76.78609,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2016","2016",76.94314,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2017","2017",76.99984,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1990","1990",67.35673,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1991","1991",68.17428,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1992","1992",64.93624,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1993","1993",65.51311,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1994","1994",70.03037,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1995","1995",67.70161,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1996","1996",72.2659,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1997","1997",72.49801,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1998","1998",73.03473,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1999","1999",74.57773,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2000","2000",76.38019,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2001","2001",78.04835,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2002","2002",79.65626,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2003","2003",80.73009,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2004","2004",81.88649,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2005","2005",82.72023,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2006","2006",82.9431,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2007","2007",85.30734,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2008","2008",86.7394,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2009","2009",86.73663,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2010","2010",87.7023,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2011","2011",85.64557,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2012","2012",87.14309,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2013","2013",87.7568,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2014","2014",87.80988,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2015","2015",88.26892,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2016","2016",89.56385,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2017","2017",89.99239,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1990","1990",63.02144,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1991","1991",63.75267,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1992","1992",64.96284,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1993","1993",67.28642,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1994","1994",69.1192,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1995","1995",69.57396,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1996","1996",70.0817,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1997","1997",70.21234,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1998","1998",69.15863,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1999","1999",70.09623,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2000","2000",72.48919,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2001","2001",73.37231,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2002","2002",74.92621,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2003","2003",82.50898,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2004","2004",85.09461,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2005","2005",87.03879,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2006","2006",88.96694,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2007","2007",91.07606,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2008","2008",91.83003,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2009","2009",91.93242,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2010","2010",92.63869,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2011","2011",92.28478,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2012","2012",92.73054,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2013","2013",92.95995,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2014","2014",93.03422,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2015","2015",93.2018,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2016","2016",93.4684,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2017","2017",93.16022,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",62.81996,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",62.0667,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",62.9734,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1993","1993",65.61089,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1994","1994",67.03727,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",66.83613,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",65.31929,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",65.76853,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",67.85416,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1999","1999",64.2241,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",61.56764,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",57.17949,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",54.99224,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",51.62496,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",50.38515,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",50.12705,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",48.20904,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",48.54,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",48.92905,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",55.1559,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",61.2855,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",67.01287,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",72.35773,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",73.58401,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",74.91442,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",76.32431,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",78.06615,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",77.8245,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1990","1990",98.63467,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1991","1991",98.565,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1992","1992",97.64326,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1993","1993",96.52413,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1994","1994",96.2283,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1995","1995",96.79681,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1996","1996",95.98715,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1997","1997",96.15813,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1998","1998",96.29756,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1999","1999",96.19551,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2000","2000",96.28102,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2001","2001",97.17333,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2002","2002",96.27843,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2003","2003",96.74405,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2004","2004",96.37787,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2005","2005",97.12661,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2006","2006",97.81709,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2007","2007",97.94304,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2008","2008",97.70367,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2009","2009",97.0229,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2010","2010",95.13037,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2011","2011",94.49877,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2012","2012",94.22211,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2013","2013",94.39016,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2014","2014",95.08704,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2015","2015",95.38802,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2016","2016",96.0611,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2017","2017",96.05931,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1990","1990",73.25337,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1991","1991",71.84181,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1992","1992",72.05813,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1993","1993",72.81982,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1994","1994",73.9993,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1995","1995",74.52247,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1996","1996",75.9929,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1997","1997",77.04219,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1998","1998",79.02286,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1999","1999",78.78465,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2000","2000",78.5391,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2001","2001",78.13717,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2002","2002",78.00637,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2003","2003",76.30729,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2004","2004",75.74394,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2005","2005",75.81916,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2006","2006",76.29657,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2007","2007",78.20484,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2008","2008",78.61659,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2009","2009",81.78143,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2010","2010",84.78326,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2011","2011",87.36605,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2012","2012",88.81917,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2013","2013",88.81436,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2014","2014",88.17766,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2015","2015",88.66587,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2016","2016",88.75089,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2017","2017",88.96799,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1990","1990",75.95386,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1991","1991",74.76137,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1992","1992",74.89963,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1993","1993",75.64871,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1994","1994",76.63247,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1995","1995",77.02483,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1996","1996",78.5625,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1997","1997",79.39727,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1998","1998",81.04712,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1999","1999",80.94657,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2000","2000",80.78467,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2001","2001",80.90815,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2002","2002",80.95537,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2003","2003",79.63123,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2004","2004",77.98758,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2005","2005",77.9914,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2006","2006",77.98885,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2007","2007",80.08254,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2008","2008",80.32202,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2009","2009",84.61648,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2010","2010",86.28964,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2011","2011",87.85557,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2012","2012",89.15267,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2013","2013",88.98519,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2014","2014",88.09981,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2015","2015",88.45579,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2016","2016",88.2618,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2017","2017",88.5217,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1990","1990",86.68167,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1991","1991",86.82933,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1992","1992",86.41066,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1993","1993",86.25163,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1994","1994",86.12499,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1995","1995",85.86823,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1996","1996",85.58604,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1997","1997",85.67303,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1998","1998",86.33515,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1999","1999",86.91627,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2000","2000",87.58115,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2001","2001",87.85933,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2002","2002",88.68537,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2003","2003",89.09696,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2004","2004",90.07495,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2005","2005",90.17017,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2006","2006",90.35211,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2007","2007",91.59765,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2008","2008",91.57741,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2009","2009",91.19126,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2010","2010",91.35572,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2011","2011",91.27966,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2012","2012",91.6893,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2013","2013",91.667,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2014","2014",91.74519,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2015","2015",91.90586,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2016","2016",92.08285,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2017","2017",91.98981,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1990","1990",85.01164,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1991","1991",85.09914,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1992","1992",85.31124,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1993","1993",85.87295,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1994","1994",86.3835,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1995","1995",86.40043,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1996","1996",86.36089,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1997","1997",86.1822,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1998","1998",85.54893,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1999","1999",85.61008,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2000","2000",86.5169,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2001","2001",86.37675,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2002","2002",86.69434,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2003","2003",87.44764,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2004","2004",89.86418,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2005","2005",91.46835,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2006","2006",92.53408,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2007","2007",94.05628,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2008","2008",93.13524,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2009","2009",91.81384,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2010","2010",92.64713,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2011","2011",91.74484,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2012","2012",93.03903,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2013","2013",93.37511,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2014","2014",93.76299,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2015","2015",94.13778,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2016","2016",94.51769,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2017","2017",94.26044,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1990","1990",97.74347,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1991","1991",97.7362,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1992","1992",96.8114,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1993","1993",95.80279,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1994","1994",94.84348,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1995","1995",93.53739,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1996","1996",92.5835,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1997","1997",91.92953,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1998","1998",93.44935,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1999","1999",94.99314,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2000","2000",95.37408,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2001","2001",95.79651,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2002","2002",97.8437,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2003","2003",97.79597,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2004","2004",97.78327,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2005","2005",95.8445,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2006","2006",95.30558,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2007","2007",96.20352,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2008","2008",96.29705,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2009","2009",96.59532,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2010","2010",96.46941,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2011","2011",96.37466,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2012","2012",96.44419,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2013","2013",96.08709,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2014","2014",96.3481,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2015","2015",96.47642,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2016","2016",96.5545,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2017","2017",96.60384,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1990","1990",99.15263,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1991","1991",98.99192,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1992","1992",97.44459,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1993","1993",95.99906,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1994","1994",94.40365,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1995","1995",92.64725,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1996","1996",91.46394,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1997","1997",90.76397,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1998","1998",92.82659,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1999","1999",95.19988,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2000","2000",95.71687,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2001","2001",96.14123,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2002","2002",99.7408,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2003","2003",99.78293,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2004","2004",99.84719,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2005","2005",97.21152,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2006","2006",96.37656,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2007","2007",97.22932,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2008","2008",97.23419,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2009","2009",97.2264,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2010","2010",97.15953,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2011","2011",97.11875,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2012","2012",97.04185,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2013","2013",96.93171,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2014","2014",96.91027,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2015","2015",97.0081,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2016","2016",96.96033,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2017","2017",96.94391,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1990","1990",95.95289,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1991","1991",96.49803,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1992","1992",95.97756,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1993","1993",95.8297,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1994","1994",95.56613,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1995","1995",95.72362,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1996","1996",95.65524,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1997","1997",95.64401,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1998","1998",96.44768,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1999","1999",96.44256,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2000","2000",96.05635,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2001","2001",96.06644,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2002","2002",95.91873,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2003","2003",96.1975,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2004","2004",95.82794,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2005","2005",96.37478,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2006","2006",96.34506,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2007","2007",96.68935,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2008","2008",97.00468,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2009","2009",96.30718,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2010","2010",96.12249,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2011","2011",95.63967,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2012","2012",96.10747,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2013","2013",96.19277,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2014","2014",95.91607,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2015","2015",96.2885,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2016","2016",97.0202,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2017","2017",97.0097,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1990","1990",72.86691,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1991","1991",74.03586,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1992","1992",73.76458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1993","1993",74.6784,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1994","1994",74.90516,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1995","1995",75.77548,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1996","1996",73.92455,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1997","1997",77.98341,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1998","1998",79.37772,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1999","1999",79.98564,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2000","2000",82.62021,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2001","2001",84.81485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2002","2002",87.14964,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2003","2003",89.77032,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2004","2004",91.76353,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2005","2005",94.02662,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2006","2006",95.51378,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2007","2007",96.23555,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2008","2008",96.93091,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2009","2009",97.33353,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2010","2010",97.1155,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2011","2011",98.64609,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2012","2012",99.4903,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2013","2013",99.77862,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2014","2014",99.36071,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2015","2015",97.97488,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2016","2016",97.94638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2017","2017",98.03116,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1990","1990",82.6128,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1991","1991",82.88493,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1992","1992",80.76719,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1993","1993",81.53521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1994","1994",85.45206,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1995","1995",83.36941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1996","1996",87.01311,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1997","1997",87.26833,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1998","1998",87.79805,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1999","1999",88.79815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2000","2000",89.90139,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2001","2001",90.46834,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2002","2002",91.79012,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2003","2003",92.83958,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2004","2004",93.59034,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2005","2005",94.00521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2006","2006",95.91434,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2007","2007",96.70399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2008","2008",98.07421,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2009","2009",98.41739,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2010","2010",98.79423,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2011","2011",96.47089,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2012","2012",98.80653,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2013","2013",99.03717,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2014","2014",98.44905,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2015","2015",98.94542,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2016","2016",100.1088,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2017","2017",100.75536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1990","1990",91.65207,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1991","1991",90.12581,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1992","1992",90.37071,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1993","1993",91.61852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1994","1994",93.15787,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1995","1995",94.287,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1996","1996",97.02412,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1997","1997",99.53124,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1998","1998",101.76019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1999","1999",101.59254,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2000","2000",101.93859,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2001","2001",101.55515,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2002","2002",101.29555,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2003","2003",100.11514,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2004","2004",98.73681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2005","2005",98.81778,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2006","2006",98.0709,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2007","2007",98.69114,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2008","2008",98.5518,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2009","2009",100.85882,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2010","2010",107.48211,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2011","2011",113.03667,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2012","2012",118.0909,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2013","2013",119.00909,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2014","2014",119.59627,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2015","2015",120.19344,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2016","2016",119.90902,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2017","2017",119.30094,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1990","1990",61.82332,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1991","1991",62.20347,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1992","1992",60.90587,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1993","1993",60.86503,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1994","1994",62.69559,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1995","1995",64.50617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1996","1996",65.1753,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1997","1997",70.49237,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1998","1998",72.11095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1999","1999",72.65773,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2000","2000",74.5118,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2001","2001",76.55012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2002","2002",81.21665,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2003","2003",83.98723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2004","2004",84.73688,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2005","2005",88.32849,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2006","2006",91.76679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2007","2007",93.52553,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2008","2008",96.6488,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2009","2009",97.67735,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2010","2010",98.23327,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2011","2011",98.80634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2012","2012",99.35556,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2013","2013",99.19947,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2014","2014",99.58673,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2015","2015",98.2104,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2016","2016",98.27273,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2017","2017",98.12757,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1990","1990",105.40636,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1991","1991",106.1699,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1992","1992",106.37024,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1993","1993",106.01961,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1994","1994",106.21093,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1995","1995",105.00195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1996","1996",104.97763,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1997","1997",104.80061,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1998","1998",104.61978,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1999","1999",105.45594,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2000","2000",105.00295,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2001","2001",105.17106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2002","2002",105.11051,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2003","2003",105.04525,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2004","2004",104.84093,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2005","2005",103.87674,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2006","2006",102.89304,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2007","2007",104.1659,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2008","2008",104.71952,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2009","2009",105.42369,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2010","2010",107.67462,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2011","2011",108.24333,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2012","2012",107.65312,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2013","2013",106.38783,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2014","2014",106.01673,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2015","2015",105.15963,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2016","2016",104.75197,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2017","2017",104.30326,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1990","1990",93.67106,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1991","1991",92.19186,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1992","1992",92.32074,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1993","1993",93.55289,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1994","1994",95.08543,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1995","1995",96.14225,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1996","1996",99.04895,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1997","1997",101.58977,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1998","1998",103.58094,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1999","1999",103.29538,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2000","2000",103.72095,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2001","2001",103.16712,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2002","2002",102.70983,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2003","2003",101.49666,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2004","2004",100.6638,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2005","2005",100.75717,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2006","2006",99.92677,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2007","2007",100.5005,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2008","2008",100.18285,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2009","2009",103.13097,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2010","2010",109.33477,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2011","2011",114.16173,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2012","2012",119.04995,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2013","2013",119.92685,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2014","2014",120.64324,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2015","2015",121.00183,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2016","2016",120.66937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2017","2017",120.15003,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1990","1990",96.82495,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1991","1991",97.01556,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1992","1992",94.02258,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1993","1993",93.71131,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1994","1994",95.37582,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1995","1995",93.51599,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1996","1996",96.47439,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1997","1997",96.05186,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1998","1998",96.72378,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1999","1999",97.84411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2000","2000",98.23282,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2001","2001",99.0329,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2002","2002",100.13593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2003","2003",100.63338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2004","2004",100.96551,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2005","2005",101.25705,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2006","2006",102.22905,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2007","2007",102.90077,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2008","2008",103.42517,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2009","2009",103.46618,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2010","2010",103.59482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2011","2011",103.11273,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2012","2012",103.72572,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2013","2013",103.30061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2014","2014",102.36508,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2015","2015",102.65123,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2016","2016",102.11449,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2017","2017",102.51565,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1990","1990",90.18198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1991","1991",90.56523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1992","1992",87.71183,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1993","1993",88.25083,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1994","1994",92.46458,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1995","1995",89.42503,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1996","1996",95.58339,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1997","1997",93.32871,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1998","1998",93.23352,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1999","1999",93.56262,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2000","2000",94.30354,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2001","2001",94.45136,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2002","2002",95.52796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2003","2003",96.34032,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2004","2004",96.92266,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2005","2005",97.50279,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2006","2006",99.57468,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2007","2007",100.32569,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2008","2008",101.35072,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2009","2009",101.27811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2010","2010",101.43672,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2011","2011",99.4327,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2012","2012",100.9927,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2013","2013",101.03047,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2014","2014",100.05962,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2015","2015",100.65568,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2016","2016",101.61366,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2017","2017",102.20667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1990","1990",105.70618,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1991","1991",107.17309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1992","1992",105.16752,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1993","1993",104.34839,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1994","1994",106.27259,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1995","1995",101.27954,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1996","1996",99.27626,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1997","1997",97.59579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1998","1998",97.44344,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1999","1999",97.1697,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2000","2000",97.64342,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2001","2001",98.24064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2002","2002",98.17368,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2003","2003",97.72536,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2004","2004",97.88419,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2005","2005",98.01192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2006","2006",97.51946,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2007","2007",96.7873,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2008","2008",97.42323,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2009","2009",97.34226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2010","2010",98.25139,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2011","2011",98.84269,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2012","2012",100.18502,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2013","2013",101.378,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2014","2014",101.31582,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2015","2015",101.65246,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2016","2016",102.02652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2017","2017",103.20645,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1990","1990",100.7787,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1991","1991",99.80749,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1992","1992",99.83899,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1993","1993",100.05581,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1994","1994",100.73079,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1995","1995",100.57627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1996","1996",100.17385,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1997","1997",99.48253,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1998","1998",98.12231,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1999","1999",98.3951,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2000","2000",99.43451,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2001","2001",98.77417,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2002","2002",99.84144,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2003","2003",102.57022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2004","2004",104.99564,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2005","2005",106.09566,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2006","2006",107.18835,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2007","2007",108.69311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2008","2008",108.01593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2009","2009",107.14576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2010","2010",107.51841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2011","2011",106.16053,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2012","2012",107.04795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2013","2013",105.11394,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2014","2014",103.60369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2015","2015",103.83711,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2016","2016",106.98553,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2017","2017",106.756,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1990","1990",52.79903,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1991","1991",53.77466,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1992","1992",53.53482,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1993","1993",53.99813,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1994","1994",54.3635,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1995","1995",55.20779,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1996","1996",53.93043,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1997","1997",56.70518,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1998","1998",57.4298,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1999","1999",58.09952,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2000","2000",60.34302,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2001","2001",62.11565,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2002","2002",63.61232,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2003","2003",66.0189,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2004","2004",67.65941,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2005","2005",69.74906,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2006","2006",71.12436,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2007","2007",73.83249,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2008","2008",74.6054,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2009","2009",74.99268,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2010","2010",74.86703,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2011","2011",76.5008,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2012","2012",77.08726,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2013","2013",77.72433,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2014","2014",78.0918,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2015","2015",78.11222,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2016","2016",78.23982,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2017","2017",78.22755,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1991","1991",74.85571,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1992","1992",75.20962,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1993","1993",76.23229,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1994","1994",77.04214,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1995","1995",76.90615,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1996","1996",76.80364,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1997","1997",76.43438,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1998","1998",75.33711,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1999","1999",75.46382,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2000","2000",76.70981,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2001","2001",76.998,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2002","2002",77.75017,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2003","2003",81.47568,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2004","2004",83.82013,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2005","2005",85.42216,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2006","2006",86.73702,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2007","2007",88.36077,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2008","2008",88.03117,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2009","2009",88.11012,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2010","2010",88.57643,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2011","2011",87.80991,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2012","2012",88.65813,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2013","2013",88.93377,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2014","2014",89.45682,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2015","2015",89.9468,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2016","2016",90.28933,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2017","2017",90.03991,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1991","1991",77.77463,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1992","1992",77.47123,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1993","1993",77.7616,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1994","1994",78.02643,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1995","1995",77.79483,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1996","1996",77.78499,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1997","1997",78.08401,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1998","1998",78.82387,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1999","1999",79.80024,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2000","2000",80.63368,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2001","2001",81.10958,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2002","2002",82.13083,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2003","2003",84.17151,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2004","2004",85.28873,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2005","2005",85.53285,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2006","2006",86.08925,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2007","2007",87.19326,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2008","2008",87.61877,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2009","2009",87.94185,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2010","2010",88.07627,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2011","2011",88.28413,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2012","2012",88.42958,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2013","2013",88.26817,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2014","2014",88.3319,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2015","2015",88.41831,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2016","2016",88.51683,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2017","2017",88.4223,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1990","1990",73.63936,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1993","1993",70.96485,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1994","1994",73.01454,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1995","1995",71.81503,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1996","1996",74.39528,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1997","1997",74.67811,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1998","1998",75.38653,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1999","1999",76.84599,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2000","2000",77.8002,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2001","2001",79.37189,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2002","2002",80.63823,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2003","2003",81.66602,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2004","2004",82.64566,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2005","2005",83.11653,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2006","2006",83.90387,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2007","2007",85.71392,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2008","2008",86.69261,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2009","2009",86.71894,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2010","2010",87.92562,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2011","2011",87.58985,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2012","2012",88.36512,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2013","2013",87.14021,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2014","2014",86.81064,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2015","2015",87.12732,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2016","2016",87.61928,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2017","2017",87.81672,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1991","1991",63.37719,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1992","1992",64.29634,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1993","1993",66.28545,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1994","1994",67.778,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1995","1995",67.96901,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1996","1996",68.18196,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1997","1997",68.06407,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1998","1998",66.89126,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1999","1999",67.49524,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2000","2000",69.43706,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2001","2001",70.06149,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2002","2002",71.59627,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2003","2003",78.85493,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2004","2004",81.42225,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2005","2005",83.26663,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2006","2006",84.95093,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2007","2007",86.79645,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2008","2008",87.30667,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2009","2009",88.18697,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2010","2010",88.57848,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2011","2011",88.03322,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2012","2012",88.39721,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2013","2013",88.55677,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2014","2014",88.92035,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2015","2015",89.30113,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2016","2016",89.57564,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2017","2017",89.28205,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1991","1991",93.36226,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1992","1992",92.71651,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1993","1993",91.97729,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1994","1994",91.15786,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1995","1995",90.22756,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1996","1996",89.92976,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1997","1997",89.68652,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1998","1998",91.90613,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1999","1999",94.08635,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2000","2000",94.3249,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2001","2001",94.63068,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2002","2002",96.8242,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2003","2003",96.54651,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2004","2004",96.66144,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2005","2005",94.64576,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2006","2006",94.35167,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2007","2007",95.44858,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2008","2008",95.52956,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2009","2009",95.86614,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2010","2010",96.17142,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2011","2011",96.55573,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2012","2012",96.09037,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2013","2013",95.68635,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2014","2014",95.56242,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2015","2015",95.55911,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2016","2016",95.45188,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2017","2017",95.47133,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1990","1990",89.68373,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1991","1991",90.06494,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1992","1992",90.84294,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1993","1993",91.11091,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1994","1994",90.70839,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1995","1995",90.7134,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1996","1996",91.19757,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1997","1997",90.32797,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1998","1998",92.61286,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1999","1999",93.1669,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2000","2000",93.93863,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2001","2001",94.39381,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2002","2002",93.99723,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2003","2003",93.18804,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2004","2004",93.48538,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2005","2005",93.99656,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2006","2006",93.58078,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2007","2007",93.31055,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2008","2008",94.27146,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2009","2009",94.64734,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2010","2010",94.84103,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2011","2011",94.88501,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2012","2012",95.10832,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2013","2013",93.77162,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2014","2014",93.46692,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2015","2015",93.33433,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2016","2016",93.5283,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2017","2017",93.45391,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1991","1991",97.48744,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1992","1992",97.04707,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1993","1993",96.61725,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1994","1994",96.42885,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1995","1995",95.4368,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1996","1996",95.93834,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1998","1998",96.05845,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2005","2005",96.95192,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2006","2006",97.14979,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2007","2007",97.76746,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2008","2008",97.83962,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2009","2009",97.77298,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2010","2010",97.88219,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2011","2011",98.26548,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2012","2012",97.94132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2013","2013",97.77318,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2014","2014",97.4494,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2015","2015",97.49141,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2016","2016",97.32106,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2017","2017",97.31936,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1995","1995",59.23611,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1996","1996",60.71773,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1997","1997",65.02398,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1998","1998",66.07815,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1999","1999",66.49247,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2000","2000",67.83692,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2001","2001",69.00093,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2002","2002",71.13167,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2003","2003",72.45986,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2004","2004",73.16006,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2005","2005",75.21313,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2006","2006",76.68704,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2007","2007",77.76326,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2008","2008",80.31473,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2009","2009",80.31995,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2010","2010",79.83747,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2011","2011",81.71429,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2012","2012",82.38563,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2013","2013",83.72795,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2014","2014",83.48965,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2015","2015",83.25285,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2016","2016",83.5058,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2017","2017",83.53598,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1990","1990",84.39501,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1993","1993",82.54977,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1994","1994",83.43846,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1995","1995",82.70182,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1996","1996",83.8871,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1997","1997",84.4268,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1998","1998",84.51958,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1999","1999",85.11028,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2000","2000",85.6667,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2001","2001",86.70051,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2002","2002",87.61201,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2003","2003",88.12869,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2004","2004",88.66683,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2005","2005",88.90983,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2006","2006",89.24563,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2007","2007",90.42127,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2008","2008",91.06144,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2009","2009",91.10099,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2010","2010",91.93864,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2011","2011",91.2345,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2012","2012",90.79964,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2013","2013",89.313,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2014","2014",88.62024,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2015","2015",89.01082,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2016","2016",89.126,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2017","2017",89.27441,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1991","1991",97.69971,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1992","1992",96.77433,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1993","1993",95.76712,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1994","1994",94.80738,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1995","1995",93.49238,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1996","1996",92.53804,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1997","1997",91.88232,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1998","1998",93.28369,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1999","1999",94.70189,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2000","2000",94.92899,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2001","2001",95.1797,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2002","2002",97.21841,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2003","2003",97.11303,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2004","2004",97.09176,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2005","2005",95.14005,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2006","2006",94.78796,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2007","2007",95.6377,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2008","2008",95.75133,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2009","2009",96.03403,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2010","2010",95.93282,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2011","2011",95.87081,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2012","2012",95.94556,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2013","2013",95.57771,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2014","2014",95.83474,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2015","2015",96.1837,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2016","2016",96.44227,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2017","2017",96.48906,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1991","1991",98.95528,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1992","1992",97.40536,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1993","1993",95.95797,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1994","1994",94.36142,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1995","1995",92.59552,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1996","1996",91.41019,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1997","1997",90.70598,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1998","1998",92.79069,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1999","1999",95.1657,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2000","2000",95.67907,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2001","2001",96.10308,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2002","2002",99.69575,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2003","2003",99.73598,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2004","2004",99.79162,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2005","2005",97.15177,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2006","2006",96.31398,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2007","2007",97.16147,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2008","2008",97.16245,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2009","2009",97.17659,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2010","2010",97.10238,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2011","2011",97.08103,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2012","2012",97.00487,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2013","2013",96.89629,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2014","2014",96.87594,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2015","2015",96.96461,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2016","2016",96.92109,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2017","2017",96.89863,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1990","1990",54.61935,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1991","1991",54.41249,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1992","1992",53.10545,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1993","1993",52.87867,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1994","1994",53.93288,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1995","1995",55.53435,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1996","1996",57.00836,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1997","1997",61.06435,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1998","1998",62.00751,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1999","1999",62.64059,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2000","2000",64.02317,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2001","2001",65.33182,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2002","2002",67.90624,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2003","2003",69.52727,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2004","2004",70.7194,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2005","2005",72.77788,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2006","2006",74.61033,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2007","2007",75.67316,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2008","2008",78.22068,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2009","2009",78.65925,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2010","2010",78.23633,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2011","2011",80.11402,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2012","2012",80.92381,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2013","2013",82.05396,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2014","2014",82.01788,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2015","2015",81.75397,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2016","2016",81.96939,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2017","2017",82.11459,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1990","1990",94.00352,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1991","1991",93.37775,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1992","1992",92.73375,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1993","1993",91.99747,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1994","1994",91.17757,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1995","1995",90.23705,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1996","1996",89.93801,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1997","1997",89.70086,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1998","1998",92.07997,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1999","1999",94.40054,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2000","2000",94.76004,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2001","2001",95.26258,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2002","2002",97.49269,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2003","2003",97.2789,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2004","2004",97.35939,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2005","2005",95.336,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2006","2006",94.8757,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2007","2007",96.02598,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2008","2008",96.09715,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2009","2009",96.45683,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2010","2010",96.79315,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2011","2011",97.22688,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2012","2012",96.78312,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2013","2013",96.39289,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2014","2014",96.27703,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2015","2015",96.0857,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2016","2016",95.75788,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2017","2017",95.79078,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1990","1990",59.59634,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1991","1991",59.24617,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1992","1992",57.65326,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1993","1993",57.34914,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1994","1994",58.15323,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1995","1995",59.50327,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1996","1996",61.13072,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1997","1997",65.42878,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1998","1998",66.50914,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1999","1999",67.08737,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2000","2000",68.35442,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2001","2001",69.68886,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2002","2002",71.78685,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2003","2003",73.13294,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2004","2004",73.87441,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2005","2005",75.95202,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2006","2006",77.42685,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2007","2007",78.57315,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2008","2008",81.096,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2009","2009",81.24096,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2010","2010",80.77963,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2011","2011",82.68052,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2012","2012",83.27469,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2013","2013",84.51605,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2014","2014",84.35108,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2015","2015",84.17312,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2016","2016",84.41,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2017","2017",84.53108,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1990","1990",75.27527,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1991","1991",74.00037,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1992","1992",74.17808,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1993","1993",75.01306,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1994","1994",76.09406,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1995","1995",76.53183,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1996","1996",78.19674,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1997","1997",79.17674,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1998","1998",80.91952,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1999","1999",80.81305,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2000","2000",80.64083,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2001","2001",80.77014,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2002","2002",80.82171,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2003","2003",79.42941,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2004","2004",77.70343,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2005","2005",77.71168,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2006","2006",77.71253,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2007","2007",79.90989,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2008","2008",80.16055,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2009","2009",84.66083,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2010","2010",86.37924,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2011","2011",88.17505,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2012","2012",89.51326,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2013","2013",89.31044,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2014","2014",88.44189,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2015","2015",88.87973,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2016","2016",88.67176,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2017","2017",88.92799,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1990","1990",89.85412,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1991","1991",88.5191,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1992","1992",88.82731,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1993","1993",89.88367,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1994","1994",91.19082,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1995","1995",92.22644,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1996","1996",94.39445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1997","1997",96.72337,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1998","1998",98.96858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1999","1999",98.95087,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2000","2000",99.17995,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2001","2001",99.01842,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2002","2002",98.99743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2003","2003",97.96854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2004","2004",96.19517,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2005","2005",96.26914,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2006","2006",95.6882,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2007","2007",96.29989,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2008","2008",96.36996,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2009","2009",97.78137,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2010","2010",104.30741,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2011","2011",109.4978,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2012","2012",114.45319,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2013","2013",115.41163,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2014","2014",115.83541,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2015","2015",116.55561,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2016","2016",116.38082,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2017","2017",115.82695,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1990","1990",93.01369,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1991","1991",92.77302,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1992","1992",92.45017,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1993","1993",92.6323,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1994","1994",92.7742,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1995","1995",93.05299,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1996","1996",92.53847,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1997","1997",92.35448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1998","1998",93.21975,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1999","1999",93.66975,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2000","2000",94.3645,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2001","2001",95.3364,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2002","2002",96.81193,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2003","2003",100.37055,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2004","2004",100.11107,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2005","2005",99.92137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2006","2006",100.68919,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2007","2007",101.95138,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2008","2008",102.88217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2009","2009",103.13255,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2010","2010",102.96784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2011","2011",102.98348,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2012","2012",103.62269,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2013","2013",104.20786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2014","2014",102.83679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2015","2015",102.6242,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2016","2016",104.46636,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2017","2017",104.49583,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1990","1990",105.37879,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1991","1991",104.80939,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1992","1992",104.43732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1993","1993",104.2277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1994","1994",104.19217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1995","1995",100.7271,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1996","1996",100.90857,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1997","1997",100.95156,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1998","1998",101.12254,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1999","1999",101.05578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2000","2000",101.21733,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2001","2001",100.9056,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2002","2002",101.57988,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2003","2003",101.83764,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2004","2004",102.24974,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2005","2005",102.69396,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2006","2006",103.17092,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2007","2007",104.77271,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2008","2008",104.77746,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2009","2009",104.87963,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2010","2010",105.09352,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2011","2011",105.03903,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2012","2012",105.09533,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2013","2013",105.14933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2014","2014",104.6792,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2015","2015",101.61713,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2016","2016",100.99942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2017","2017",100.94538,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1990","1990",95.89536,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1991","1991",95.58546,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1992","1992",94.79693,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1993","1993",93.92097,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1994","1994",93.03042,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1995","1995",91.90375,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1996","1996",91.26985,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1997","1997",90.81568,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1998","1998",92.61532,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1999","1999",94.4037,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2000","2000",94.63693,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2001","2001",94.9149,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2002","2002",97.02876,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2003","2003",96.84108,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2004","2004",96.88596,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2005","2005",94.90385,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2006","2006",94.57954,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2007","2007",95.54741,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2008","2008",95.64558,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2009","2009",95.9541,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2010","2010",96.0462,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2011","2011",96.19571,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2012","2012",96.01417,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2013","2013",95.62914,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2014","2014",95.7059,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2015","2015",95.88831,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2016","2016",95.97399,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2017","2017",96.00786,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","1991","1991",85.1077,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","1992","1992",85.10674,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","1995","1995",86.15736,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","1996","1996",85.97162,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","1997","1997",86.02225,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","1998","1998",86.78754,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","1999","1999",85.38131,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2000","2000",84.2918,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2002","2002",81.44959,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2003","2003",80.77558,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2004","2004",80.2397,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2005","2005",80.33848,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2006","2006",79.48132,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2007","2007",79.66523,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2008","2008",79.65123,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2009","2009",81.76366,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2010","2010",84.09841,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2011","2011",86.46841,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2012","2012",88.28487,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2013","2013",88.52234,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2014","2014",88.72149,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2015","2015",89.2105,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2016","2016",89.59046,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2017","2017",89.53905,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",62.79905,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",62.06056,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",62.97141,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",66.83227,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",65.29233,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",65.714,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",67.79131,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",61.26205,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",56.65778,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",54.64897,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",51.4942,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",50.02708,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",49.96089,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",48.01931,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",48.15844,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",48.55071,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",54.71917,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",60.94776,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",66.70002,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",72.08302,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",72.93405,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",73.90939,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",75.04839,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",76.21592,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",75.98003,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","1993","1993",96.52411,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","1994","1994",96.2283,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","1995","1995",96.79681,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","1996","1996",95.98715,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","1997","1997",95.85681,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","1998","1998",95.68563,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","1999","1999",95.2615,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2000","2000",95.48925,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2001","2001",96.35266,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2002","2002",95.3665,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2003","2003",96.1926,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2004","2004",95.58154,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2005","2005",95.90841,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2006","2006",96.59555,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2007","2007",96.7517,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2008","2008",96.83881,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2009","2009",95.90576,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2010","2010",94.05277,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2011","2011",93.63043,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2012","2012",93.23486,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2013","2013",93.32932,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2014","2014",94.10224,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2015","2015",94.78452,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2016","2016",95.28939,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2017","2017",95.28726,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1991","1991",59.20307,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1992","1992",58.73578,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1993","1993",58.51933,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1994","1994",59.08826,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1995","1995",60.57811,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1996","1996",60.76666,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1997","1997",62.4502,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1998","1998",62.27874,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1999","1999",61.5259,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2000","2000",63.71944,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2001","2001",65.79771,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2002","2002",68.5956,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2003","2003",71.38167,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2004","2004",73.25565,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2005","2005",75.61064,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2006","2006",77.26606,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2007","2007",78.41532,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2008","2008",80.66383,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2009","2009",80.55113,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2010","2010",80.32649,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2011","2011",81.59645,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2012","2012",81.91642,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2013","2013",82.59538,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2014","2014",82.58265,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2015","2015",82.3735,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2016","2016",82.43242,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2017","2017",82.28009,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1991","1991",86.69107,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1992","1992",86.18544,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1993","1993",85.91859,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1994","1994",85.70096,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1995","1995",85.32203,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1996","1996",84.90808,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1997","1997",84.83876,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1998","1998",85.23443,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1999","1999",85.59276,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2000","2000",86.10074,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2001","2001",86.32091,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2002","2002",87.03992,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2003","2003",87.42111,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2004","2004",88.2617,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2005","2005",88.27865,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2006","2006",88.53495,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2007","2007",89.75632,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2008","2008",89.69098,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2009","2009",89.48068,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2010","2010",89.56376,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2011","2011",89.48625,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2012","2012",89.92747,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2013","2013",89.83689,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2014","2014",90.00167,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2015","2015",90.27222,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2016","2016",90.48758,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2017","2017",90.394,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1990","1990",97.24526,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1991","1991",96.60623,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1992","1992",95.29354,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1993","1993",94.03884,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1994","1994",92.64743,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1995","1995",91.25437,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1996","1996",90.3839,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1997","1997",90.0023,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1998","1998",92.58499,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1999","1999",95.24475,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2000","2000",95.74877,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2001","2001",96.16543,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2002","2002",99.75839,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2003","2003",99.79542,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2004","2004",99.84635,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2005","2005",97.21587,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2006","2006",96.38736,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2007","2007",97.23843,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2008","2008",97.24753,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2009","2009",97.24084,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2010","2010",97.18399,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2011","2011",97.14912,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2012","2012",97.07223,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2013","2013",96.95812,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2014","2014",96.93275,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2015","2015",97.0277,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2016","2016",96.97609,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2017","2017",96.95913,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1990","1990",97.625,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1991","1991",97.06129,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1992","1992",96.63863,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1993","1993",96.21918,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1994","1994",95.96517,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1995","1995",94.94837,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1996","1996",95.32733,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1997","1997",94.98415,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1998","1998",94.70875,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1999","1999",94.0444,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2000","2000",93.67993,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2001","2001",93.16759,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2002","2002",93.20039,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2003","2003",93.97772,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2004","2004",94.4007,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2005","2005",95.10944,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2006","2006",95.45044,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2007","2007",96.30911,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2008","2008",96.48851,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2009","2009",96.75822,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2010","2010",97.12751,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2011","2011",97.66979,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2012","2012",97.38833,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2013","2013",97.21194,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2014","2014",96.86235,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2015","2015",96.82283,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2016","2016",96.66839,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2017","2017",96.66345,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","1999","1999",90.55158,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2000","2000",90.89876,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2001","2001",91.27744,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2002","2002",91.54311,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2003","2003",91.05883,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2004","2004",91.56764,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2005","2005",91.23776,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2006","2006",90.56007,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2007","2007",89.48319,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2008","2008",89.53781,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2009","2009",89.16096,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2010","2010",89.68066,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2011","2011",89.5103,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2012","2012",90.42763,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2013","2013",90.97751,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2014","2014",91.29451,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2015","2015",91.40406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2016","2016",91.98004,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2017","2017",92.72754,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1990","1990",88.82091,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1992","1992",86.84128,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1993","1993",85.8337,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1994","1994",85.46531,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1995","1995",85.11245,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1996","1996",85.60014,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1997","1997",86.95862,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1998","1998",88.30647,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1999","1999",89.57655,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2000","2000",90.0608,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2001","2001",90.96793,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2002","2002",91.73192,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2003","2003",92.0916,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2004","2004",92.49166,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2005","2005",92.76286,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2006","2006",92.58181,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2007","2007",92.97211,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2008","2008",93.07898,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2009","2009",93.25828,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2010","2010",94.45765,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2011","2011",95.10365,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2012","2012",95.00871,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2013","2013",91.91237,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2014","2014",90.95904,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2015","2015",91.25864,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2016","2016",90.5492,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2017","2017",90.70315,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1991","1991",84.83781,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1992","1992",84.68019,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1993","1993",84.88514,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1994","1994",85.05155,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1995","1995",84.61945,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1996","1996",84.18297,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1997","1997",83.60456,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1998","1998",82.51673,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1999","1999",82.20196,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2000","2000",82.83459,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2001","2001",82.80646,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2002","2002",82.86635,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2003","2003",83.55301,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2004","2004",85.75241,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2005","2005",87.19382,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2006","2006",88.23326,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2007","2007",89.72643,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2008","2008",88.6409,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2009","2009",88.01806,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2010","2010",88.5501,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2011","2011",87.57418,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2012","2012",88.85116,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2013","2013",89.224,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2014","2014",89.89118,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2015","2015",90.48559,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2016","2016",90.88099,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2017","2017",90.64306,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",67.24125,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",66.60262,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",67.39876,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1993","1993",69.72973,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1994","1994",70.99321,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",70.80319,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",69.42389,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",69.87427,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",71.60956,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1999","1999",68.41412,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",66.04289,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",62.2222,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",60.32413,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",57.36787,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",56.29366,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",56.05564,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",54.34329,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",54.64976,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",54.94908,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",60.38235,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",65.72858,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",70.68799,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",75.3088,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",76.24744,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",77.45522,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",78.65433,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",80.19329,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",79.96822,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1990","1990",90.01638,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1991","1991",90.33197,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1992","1992",91.33805,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1993","1993",91.61988,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1994","1994",91.19429,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1995","1995",91.21463,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1996","1996",91.973,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1997","1997",91.1711,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1998","1998",93.76783,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1999","1999",94.92003,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2000","2000",95.66532,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2001","2001",96.15512,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2002","2002",96.43569,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2003","2003",95.89289,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2004","2004",95.84347,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2005","2005",94.88007,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2006","2006",94.35027,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2007","2007",94.02478,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2008","2008",95.78521,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2009","2009",95.69356,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2010","2010",95.94399,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2011","2011",96.051,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2012","2012",95.81561,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2013","2013",95.29422,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2014","2014",94.95454,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2015","2015",94.99012,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2016","2016",94.87148,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2017","2017",94.73502,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1990","1990",102.68261,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1991","1991",103.2495,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1992","1992",102.69837,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1993","1993",102.90233,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1994","1994",102.71687,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1995","1995",102.61814,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1996","1996",102.91404,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1997","1997",102.35082,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1998","1998",102.99623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1999","1999",103.04592,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2000","2000",102.64647,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2001","2001",103.16711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2002","2002",103.80474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2003","2003",103.08661,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2004","2004",99.77201,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2005","2005",101.13796,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2006","2006",100.85682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2007","2007",101.00449,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2008","2008",101.39219,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2009","2009",101.46998,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2010","2010",101.48019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2011","2011",101.61432,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2012","2012",101.85373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2013","2013",102.30813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2014","2014",101.75097,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2015","2015",101.17474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2016","2016",101.82862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2017","2017",101.48689,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","1999","1999",94.63749,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2000","2000",95.01876,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2001","2001",95.61372,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2002","2002",95.55033,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2003","2003",94.92867,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2004","2004",95.29549,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2005","2005",95.26763,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2006","2006",94.7626,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2007","2007",93.67003,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2008","2008",93.5262,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2009","2009",93.38968,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2010","2010",94.00154,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2011","2011",94.28428,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2012","2012",95.4283,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2013","2013",95.97472,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2014","2014",95.99862,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2015","2015",96.36775,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2016","2016",96.67686,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2017","2017",97.48687,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","1999","1999",94.14837,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2000","2000",94.5565,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2001","2001",94.8813,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2002","2002",94.93726,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2003","2003",94.35508,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2004","2004",94.79826,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2005","2005",94.84012,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2006","2006",94.24849,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2007","2007",93.13407,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2008","2008",93.01567,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2009","2009",92.87579,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2010","2010",93.39598,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2011","2011",93.66652,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2012","2012",94.78435,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2013","2013",95.36813,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2014","2014",95.4776,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2015","2015",95.83196,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2016","2016",96.1502,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2017","2017",97.0774,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","1998","1998",80.87437,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","1999","1999",80.74656,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2000","2000",81.30356,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2001","2001",82.36795,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2002","2002",83.36985,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2003","2003",84.13646,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2004","2004",84.71904,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2005","2005",85.13214,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2006","2006",85.91571,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2007","2007",87.84393,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2008","2008",89.00694,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2009","2009",88.84182,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2010","2010",89.31313,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2011","2011",87.22969,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2012","2012",86.46583,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2013","2013",86.78231,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2014","2014",86.25846,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2015","2015",86.74521,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2016","2016",87.69544,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2017","2017",87.84822,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1993","1993",95.39859,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1994","1994",95.69582,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1995","1995",95.35755,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1996","1996",94.99679,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1997","1997",94.55086,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1998","1998",94.42481,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1999","1999",93.6349,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2000","2000",93.26166,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2001","2001",93.24522,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2002","2002",92.35712,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2003","2003",92.27179,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2004","2004",91.6598,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2005","2005",91.2548,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2006","2006",91.93523,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2007","2007",92.86611,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2008","2008",93.24411,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2009","2009",94.03909,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2010","2010",93.90976,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2011","2011",93.7826,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2012","2012",94.11762,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2013","2013",93.29683,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2014","2014",94.02535,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2015","2015",94.81761,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2016","2016",95.59847,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2017","2017",95.75985,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",71.35322,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",70.80935,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",71.4981,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",74.42897,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",73.16368,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",73.603,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",74.97946,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",69.87777,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",66.45267,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",64.70357,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",62.45985,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",61.34083,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",61.29889,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",59.9705,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",60.05728,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",60.35252,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",65.0828,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",69.58896,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",73.80681,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",77.75125,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",78.083,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",78.72943,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",79.36851,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",80.17623,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",79.94233,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TKL","Tokelau","2016","2016",91.82979,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TKL","Tokelau","2016","2016",91.82979,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUF","French Guiana","1990","1990",109.85846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUF","French Guiana","1991","1991",113.99328,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUF","French Guiana","1992","1992",117.08771,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUF","French Guiana","1993","1993",122.07891,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUF","French Guiana","1994","1994",116.36911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUF","French Guiana","1995","1995",115.22942,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUF","French Guiana","1996","1996",113.22991,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PYF","French Polynesia","1990","1990",129.5776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PYF","French Polynesia","1991","1991",127.80289,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PYF","French Polynesia","1992","1992",123.87417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PYF","French Polynesia","1993","1993",123.54538,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PYF","French Polynesia","1994","1994",120.67841,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PYF","French Polynesia","1995","1995",117.87999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PYF","French Polynesia","1996","1996",112.023,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GLP","Guadeloupe","1990","1990",107.57964,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GLP","Guadeloupe","1991","1991",113.15009,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GLP","Guadeloupe","1992","1992",115.94532,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GLP","Guadeloupe","1993","1993",117.04271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GLP","Guadeloupe","1994","1994",116.13365,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GLP","Guadeloupe","1995","1995",117.32011,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MTQ","Martinique","1990","1990",115.44908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MTQ","Martinique","1991","1991",115.11742,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MTQ","Martinique","1992","1992",112.63715,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MTQ","Martinique","1993","1993",110.45763,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MTQ","Martinique","1994","1994",111.20774,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MTQ","Martinique","1995","1995",113.23785,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MTQ","Martinique","1996","1996",115.20819,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","REU","Réunion","1990","1990",120.6169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","REU","Réunion","1991","1991",119.85744,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","REU","Réunion","1992","1992",117.72556,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","REU","Réunion","1993","1993",115.12553,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","REU","Réunion","1994","1994",111.41827,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","REU","Réunion","1995","1995",112.27946,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","REU","Réunion","1996","1996",110.22508,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VIR","United States Virgin Islands","1991","1991",116.88025,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VIR","United States Virgin Islands","1992","1992",119.67091,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VIR","United States Virgin Islands","1993","1993",123.27513,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUF","French Guiana","1994","1994",112.7967,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUF","French Guiana","1995","1995",113.37868,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUF","French Guiana","1996","1996",112.27594,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PYF","French Polynesia","1990","1990",126.72463,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PYF","French Polynesia","1991","1991",125.03708,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PYF","French Polynesia","1992","1992",121.16317,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PYF","French Polynesia","1993","1993",120.99939,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PYF","French Polynesia","1994","1994",117.80605,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PYF","French Polynesia","1995","1995",115.50824,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PYF","French Polynesia","1996","1996",110.23289,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GLP","Guadeloupe","1991","1991",111.64137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GLP","Guadeloupe","1992","1992",114.77926,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GLP","Guadeloupe","1993","1993",116.0627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GLP","Guadeloupe","1994","1994",114.81808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MTQ","Martinique","1990","1990",112.80185,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MTQ","Martinique","1991","1991",113.22717,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MTQ","Martinique","1992","1992",110.70903,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MTQ","Martinique","1993","1993",110.02689,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MTQ","Martinique","1994","1994",110.5654,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MTQ","Martinique","1995","1995",112.26695,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MTQ","Martinique","1996","1996",113.95787,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","REU","Réunion","1994","1994",110.2357,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUF","French Guiana","1994","1994",119.91798,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUF","French Guiana","1995","1995",117.03837,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUF","French Guiana","1996","1996",114.14762,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PYF","French Polynesia","1990","1990",132.28468,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PYF","French Polynesia","1991","1991",130.43593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PYF","French Polynesia","1992","1992",126.47388,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","PYF","French Polynesia","1993","1993",125.99684,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PYF","French Polynesia","1994","1994",123.4405,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","PYF","French Polynesia","1995","1995",120.14422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PYF","French Polynesia","1996","1996",113.71344,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GLP","Guadeloupe","1991","1991",114.64198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GLP","Guadeloupe","1992","1992",117.09135,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GLP","Guadeloupe","1993","1993",118.00074,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GLP","Guadeloupe","1994","1994",117.4148,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MTQ","Martinique","1990","1990",117.9982,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MTQ","Martinique","1991","1991",116.93443,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MTQ","Martinique","1992","1992",114.49305,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MTQ","Martinique","1993","1993",110.87406,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MTQ","Martinique","1994","1994",111.83209,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MTQ","Martinique","1995","1995",114.18669,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MTQ","Martinique","1996","1996",116.43546,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","REU","Réunion","1994","1994",112.58772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VIR","United States Virgin Islands","1991","1991",108.02368,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VIR","United States Virgin Islands","1993","1993",114.05014,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VIR","United States Virgin Islands","1991","1991",125.61193,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VIR","United States Virgin Islands","1993","1993",132.63877,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PYF","French Polynesia","1996","1996",98.91151,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GLP","Guadeloupe","1991","1991",99.42748,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","REU","Réunion","1994","1994",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GLP","Guadeloupe","1991","1991",99.42748,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","REU","Réunion","1994","1994",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1990","1990",99.37928,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1993","1993",99.45498,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1995","1995",99.70971,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1996","1996",99.38685,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1990","1990",99.84441,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1992","1992",99.55019,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1993","1993",98.49363,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1996","1996",99.97678,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PYF","French Polynesia","1990","1990",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PYF","French Polynesia","1993","1993",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PYF","French Polynesia","1995","1995",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PYF","French Polynesia","1996","1996",99.89022,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MTQ","Martinique","1990","1990",99.7405,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MTQ","Martinique","1992","1992",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MTQ","Martinique","1993","1993",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MTQ","Martinique","1996","1996",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GLP","Guadeloupe","1991","1991",98.86134,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MTQ","Martinique","1990","1990",99.94447,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MTQ","Martinique","1992","1992",99.11724,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MTQ","Martinique","1993","1993",97.03727,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MTQ","Martinique","1996","1996",99.95399,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1990","1990",99.37928,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1993","1993",99.45498,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1995","1995",99.70971,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1996","1996",99.38685,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1990","1990",99.84441,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1992","1992",99.55019,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1993","1993",98.49363,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUF","French Guiana","1996","1996",95.74135,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1990","1990",99.37928,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1993","1993",99.45498,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1995","1995",99.70971,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1996","1996",99.38685,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1990","1990",99.84441,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1992","1992",99.55019,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1993","1993",98.49363,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PYF","French Polynesia","1996","1996",99.89022,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PYF","French Polynesia","1996","1996",98.91151,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUF","French Guiana","1996","1996",97.11699,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GLP","Guadeloupe","1991","1991",99.42748,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","REU","Réunion","1994","1994",100,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PYF","French Polynesia","1996","1996",99.89022,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUF","French Guiana","1996","1996",98.54699,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PYF","French Polynesia","1990","1990",98.79029,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PYF","French Polynesia","1993","1993",98.93019,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PYF","French Polynesia","1995","1995",99.43259,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PYF","French Polynesia","1996","1996",98.91151,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUF","French Guiana","1996","1996",95.74135,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUF","French Guiana","1996","1996",97.11699,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GLP","Guadeloupe","1991","1991",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUF","French Guiana","1996","1996",98.54699,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUF","French Guiana","1996","1996",97.11699,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUF","French Guiana","1996","1996",98.54699,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUF","French Guiana","1996","1996",95.74135,, diff --git a/01_data/011_rawdata/hosted_in_repo/enrollment_tenr_wbopendata.csv b/01_data/011_rawdata/hosted_in_repo/enrollment_tenr_wbopendata.csv new file mode 100644 index 0000000..78482c0 --- /dev/null +++ b/01_data/011_rawdata/hosted_in_repo/enrollment_tenr_wbopendata.csv @@ -0,0 +1,6294 @@ +countrycode,year,se_prm_tenr,se_prm_tenr_fe,se_prm_tenr_ma +ABW,1990,,, +ABW,1991,,, +ABW,1992,,, +ABW,1993,,, +ABW,1994,,, +ABW,1995,,, +ABW,1996,,, +ABW,1997,,, +ABW,1998,,, +ABW,1999,98.013817,98.724358,97.322304 +ABW,2000,98.241837,97.992264,98.485924 +ABW,2001,96.626648,96.86702,96.391792 +ABW,2002,95.408386,94.721268,96.084137 +ABW,2003,93.974838,92.792191,95.146057 +ABW,2004,94.77636,93.10495,96.43943 +ABW,2005,97.97892,96.73629,99.218582 +ABW,2006,98.660202,97.841248,99.477348 +ABW,2007,98.915787,98.256332,99.567657 +ABW,2008,99.103333,98.734932,99.464882 +ABW,2009,96.017403,97.821053,94.258591 +ABW,2010,98.919746,, +ABW,2011,,, +ABW,2012,,, +ABW,2013,,, +ABW,2014,99.291992,99.396301,99.191917 +ABW,2015,,, +ABW,2016,,, +ABW,2017,,, +ABW,2018,,, +AFG,1990,,, +AFG,1991,,, +AFG,1992,,, +AFG,1993,28.171209,14.38843,40.90593 +AFG,1994,,, +AFG,1995,,, +AFG,1996,,, +AFG,1997,,, +AFG,1998,,, +AFG,1999,,, +AFG,2000,,, +AFG,2001,,, +AFG,2002,,, +AFG,2003,,, +AFG,2004,,, +AFG,2005,,, +AFG,2006,,, +AFG,2007,,, +AFG,2008,,, +AFG,2009,,, +AFG,2010,,, +AFG,2011,,, +AFG,2012,,, +AFG,2013,,, +AFG,2014,,, +AFG,2015,,, +AFG,2016,,, +AFG,2017,,, +AFG,2018,,, +AGO,1990,,, +AGO,1991,,, +AGO,1992,,, +AGO,1993,,, +AGO,1994,,, +AGO,1995,,, +AGO,1996,,, +AGO,1997,,, +AGO,1998,45.048538,41.30159,48.91116 +AGO,1999,,, +AGO,2000,,, +AGO,2001,,, +AGO,2002,,, +AGO,2003,,, +AGO,2004,,, +AGO,2005,,, +AGO,2006,,, +AGO,2007,,, +AGO,2008,74.893661,69.387787,80.552887 +AGO,2009,74.148811,68.311302,80.142479 +AGO,2010,75.281837,67.712029,83.048653 +AGO,2011,77.450577,66.387497,88.78511 +AGO,2012,,, +AGO,2013,,, +AGO,2014,,, +AGO,2015,,, +AGO,2016,,, +AGO,2017,,, +AGO,2018,,, +ALB,1990,,, +ALB,1991,,, +ALB,1992,,, +ALB,1993,,, +ALB,1994,,, +ALB,1995,,, +ALB,1996,,, +ALB,1997,,, +ALB,1998,,, +ALB,1999,97.282028,95.90654,98.598099 +ALB,2000,95.859749,95.17524,96.509048 +ALB,2001,94.326988,94.160912,94.483948 +ALB,2002,,, +ALB,2003,92.118828,91.824829,92.393478 +ALB,2004,91.317879,91.580208,91.072868 +ALB,2005,,, +ALB,2006,,, +ALB,2007,,, +ALB,2008,87.151161,86.959778,87.329323 +ALB,2009,85.709587,85.243683,86.142242 +ALB,2010,86.273308,86.046707,86.482536 +ALB,2011,87.18679,87.033752,87.32692 +ALB,2012,90.465103,90.038544,90.855728 +ALB,2013,94.36618,93.925789,94.768913 +ALB,2014,96.159302,95.927094,96.371513 +ALB,2015,95.596611,94.856621,96.274002 +ALB,2016,95.658546,95.068932,96.200089 +ALB,2017,97.061752,96.453148,97.619583 +ALB,2018,,, +AND,1990,,, +AND,1991,,, +AND,1992,,, +AND,1993,,, +AND,1994,,, +AND,1995,,, +AND,1996,,, +AND,1997,,, +AND,1998,,, +AND,1999,,, +AND,2000,,, +AND,2001,,, +AND,2002,,, +AND,2003,,, +AND,2004,,, +AND,2005,,, +AND,2006,,, +AND,2007,,, +AND,2008,,, +AND,2009,,, +AND,2010,,, +AND,2011,,, +AND,2012,,, +AND,2013,,, +AND,2014,,, +AND,2015,,, +AND,2016,,, +AND,2017,,, +AND,2018,,, +ARE,1990,95.561852,93.763641,97.32402 +ARE,1991,96.168167,94.611702,97.672546 +ARE,1992,92.803131,90.778122,94.733688 +ARE,1993,89.321381,89.039871,89.586937 +ARE,1994,87.358398,87.49572,87.229652 +ARE,1995,87.859482,87.786179,87.928177 +ARE,1996,85.09288,85.135811,85.052528 +ARE,1997,81.59346,81.622101,81.56646 +ARE,1998,82.274559,82.681129,81.89296 +ARE,1999,,, +ARE,2000,,, +ARE,2001,,, +ARE,2002,,, +ARE,2003,,, +ARE,2004,,, +ARE,2005,,, +ARE,2006,,, +ARE,2007,93.6493,93.780121,93.526031 +ARE,2008,,, +ARE,2009,,, +ARE,2010,,, +ARE,2011,,, +ARE,2012,94.646057,95.491669,93.85331 +ARE,2013,94.11702,95.596367,92.743698 +ARE,2014,95.260841,96.392014,94.206833 +ARE,2015,95.970901,96.682762,95.297997 +ARE,2016,97.17865,96.351181,97.973412 +ARE,2017,,, +ARE,2018,,, +ARG,1990,,, +ARG,1991,96.254837,96.335564,96.176201 +ARG,1992,,, +ARG,1993,,, +ARG,1994,,, +ARG,1995,,, +ARG,1996,,, +ARG,1997,100,, +ARG,1998,99.938187,, +ARG,1999,99.751923,99.79026,99.714737 +ARG,2000,99.54847,, +ARG,2001,,, +ARG,2002,,, +ARG,2003,99.543854,99.316238,99.764008 +ARG,2004,99.197327,98.59771,99.77726 +ARG,2005,99.345833,98.885139,99.79142 +ARG,2006,99.47065,99.141548,99.789017 +ARG,2007,99.575981,99.362328,99.782654 +ARG,2008,99.439102,99.160721,99.708313 +ARG,2009,99.435318,99.138741,99.722008 +ARG,2010,99.066162,98.372414,99.736488 +ARG,2011,99.143021,98.481117,99.782654 +ARG,2012,99.186996,98.510513,99.84079 +ARG,2013,99.355392,98.838997,99.8545 +ARG,2014,99.674469,99.470482,99.871643 +ARG,2015,99.734299,99.569283,99.893784 +ARG,2016,99.341522,98.769287,99.894569 +ARG,2017,,, +ARG,2018,,, +ARM,1990,,, +ARM,1991,,, +ARM,1992,,, +ARM,1993,,, +ARM,1994,,, +ARM,1995,,, +ARM,1996,,, +ARM,1997,,, +ARM,1998,,, +ARM,1999,,, +ARM,2000,,, +ARM,2001,,, +ARM,2002,87.132271,87.730293,86.565376 +ARM,2003,85.531548,85.778107,85.299103 +ARM,2004,,, +ARM,2005,88.613327,89.697922,87.622581 +ARM,2006,92.217651,93.351959,91.203468 +ARM,2007,97.076981,98.391953,95.926117 +ARM,2008,,, +ARM,2009,,, +ARM,2010,,, +ARM,2011,95.153862,95.761673,94.63208 +ARM,2012,96.42691,96.890182,96.02684 +ARM,2013,96.546867,96.892227,96.247322 +ARM,2014,93.981239,94.321198,93.685791 +ARM,2015,92.809334,93.396851,92.298264 +ARM,2016,92.327591,92.592644,92.096558 +ARM,2017,92.397636,92.348106,92.440941 +ARM,2018,,, +ASM,1990,,, +ASM,1991,,, +ASM,1992,,, +ASM,1993,,, +ASM,1994,,, +ASM,1995,,, +ASM,1996,,, +ASM,1997,,, +ASM,1998,,, +ASM,1999,,, +ASM,2000,,, +ASM,2001,,, +ASM,2002,,, +ASM,2003,,, +ASM,2004,,, +ASM,2005,,, +ASM,2006,,, +ASM,2007,,, +ASM,2008,,, +ASM,2009,,, +ASM,2010,,, +ASM,2011,,, +ASM,2012,,, +ASM,2013,,, +ASM,2014,,, +ASM,2015,,, +ASM,2016,,, +ASM,2017,,, +ASM,2018,,, +ATG,1990,,, +ATG,1991,,, +ATG,1992,,, +ATG,1993,,, +ATG,1994,,, +ATG,1995,,, +ATG,1996,,, +ATG,1997,,, +ATG,1998,,, +ATG,1999,,, +ATG,2000,,, +ATG,2001,,, +ATG,2002,,, +ATG,2003,,, +ATG,2004,,, +ATG,2005,,, +ATG,2006,,, +ATG,2007,84.359207,83.976608,84.735458 +ATG,2008,84.916763,84.848991,84.982819 +ATG,2009,84.172478,82.80619,85.505577 +ATG,2010,81.373779,78.222,84.467628 +ATG,2011,79.493011,77.751442,81.216492 +ATG,2012,77.922081,77.356239,78.485519 +ATG,2013,,, +ATG,2014,77.562111,76.668388,78.456757 +ATG,2015,81.472794,81.165222,81.780251 +ATG,2016,,, +ATG,2017,82.472679,82.624046,82.321899 +ATG,2018,,, +AUS,1990,97.506721,97.809578,97.219566 +AUS,1991,96.922081,97.217651,96.641487 +AUS,1992,96.692108,96.985863,96.412888 +AUS,1993,96.281998,96.551659,96.025414 +AUS,1994,95.985924,96.269096,95.71637 +AUS,1995,94.564621,94.83876,94.30381 +AUS,1996,94.987343,95.37764,94.617058 +AUS,1997,94.599831,95.160667,94.070183 +AUS,1998,94.562721,95.48053,93.700974 +AUS,1999,94.229607,95.452698,93.088608 +AUS,2000,94.195053,95.67675,92.821709 +AUS,2001,93.995102,95.591469,92.518204 +AUS,2002,94.068329,95.627419,92.626259 +AUS,2003,94.761574,96.28717,93.348808 +AUS,2004,95.143539,96.563042,93.825912 +AUS,2005,95.626938,96.908859,94.43338 +AUS,2006,95.80677,96.95121,94.737289 +AUS,2007,96.57579,97.553162,95.659492 +AUS,2008,96.695557,97.595581,95.849182 +AUS,2009,96.822777,97.513809,96.170769 +AUS,2010,97.10527,97.629608,96.608749 +AUS,2011,97.765762,98.186317,97.366997 +AUS,2012,97.655258,98.018463,97.310883 +AUS,2013,97.49263,97.8302,97.172783 +AUS,2014,97.145683,97.527252,96.784523 +AUS,2015,97.120102,97.553207,96.710541 +AUS,2016,96.782997,97.182442,96.404556 +AUS,2017,96.796333,97.165001,96.446602 +AUS,2018,,, +AUT,1990,,, +AUT,1991,,, +AUT,1992,,, +AUT,1993,,, +AUT,1994,,, +AUT,1995,,, +AUT,1996,,, +AUT,1997,,, +AUT,1998,,, +AUT,1999,,, +AUT,2000,,, +AUT,2001,,, +AUT,2002,,, +AUT,2003,,, +AUT,2004,,, +AUT,2005,,, +AUT,2006,,, +AUT,2007,,, +AUT,2008,,, +AUT,2009,,, +AUT,2010,,, +AUT,2011,,, +AUT,2012,,, +AUT,2013,,, +AUT,2014,,, +AUT,2015,,, +AUT,2016,,, +AUT,2017,,, +AUT,2018,,, +AZE,1990,,, +AZE,1991,96.171417,94.780838,97.502502 +AZE,1992,96.149384,95.446739,96.822502 +AZE,1993,91.320053,93.769379,88.973541 +AZE,1994,83.264954,81.448868,85.00676 +AZE,1995,84.663017,90.409767,79.140572 +AZE,1996,93.508362,97.36618,89.797081 +AZE,1997,90.126938,89.18087,91.03595 +AZE,1998,88.726013,87.86644,89.550362 +AZE,1999,92.141098,92.181374,92.102928 +AZE,2000,88.239616,88.010437,88.462959 +AZE,2001,85.463402,84.798759,86.091682 +AZE,2002,84.910339,83.882507,85.888199 +AZE,2003,83.346298,80.869881,85.744461 +AZE,2004,84.283257,82.681824,85.806511 +AZE,2005,83.953537,81.515846,86.304153 +AZE,2006,83.772011,80.846764,86.558609 +AZE,2007,83.458412,83.126869,83.756073 +AZE,2008,83.987511,83.640213,84.295464 +AZE,2009,85.518898,84.699287,86.239212 +AZE,2010,84.726051,84.093971,85.279961 +AZE,2011,87.268082,85.965431,88.405739 +AZE,2012,89.290031,88.106812,90.325256 +AZE,2013,93.670677,91.826538,95.285332 +AZE,2014,94.812103,93.942932,95.572563 +AZE,2015,94.262749,92.962929,95.396111 +AZE,2016,94.965286,94.029243,95.775261 +AZE,2017,94.054459,94.977829,93.259972 +AZE,2018,,, +BDI,1990,,, +BDI,1991,,, +BDI,1992,,, +BDI,1993,50.194771,46.061932,54.348591 +BDI,1994,,, +BDI,1995,,, +BDI,1996,,, +BDI,1997,,, +BDI,1998,,, +BDI,1999,,, +BDI,2000,42.301682,38.24498,46.40736 +BDI,2001,51.234268,46.12878,56.413231 +BDI,2002,50.581242,45.09827,56.157162 +BDI,2003,54.11079,48.929081,59.389759 +BDI,2004,55.727589,52.127918,59.399551 +BDI,2005,58.911461,55.556171,62.336899 +BDI,2006,75.699387,73.651642,77.790779 +BDI,2007,82.756813,80.950378,84.60173 +BDI,2008,93.35183,91.855171,94.880402 +BDI,2009,91.646469,91.325317,91.97448 +BDI,2010,97.013519,96.959396,97.06881 +BDI,2011,,, +BDI,2012,,, +BDI,2013,,, +BDI,2014,,, +BDI,2015,,, +BDI,2016,,, +BDI,2017,97.31768,98.268288,96.360168 +BDI,2018,,, +BEL,1990,,, +BEL,1991,96.53405,97.928383,95.216743 +BEL,1992,95.093979,96.349716,93.907051 +BEL,1993,97.666367,97.974152,97.375282 +BEL,1994,97.041672,97.273819,96.821983 +BEL,1995,97.078278,97.218658,96.945351 +BEL,1996,97.539703,97.663429,97.422417 +BEL,1997,,, +BEL,1998,,, +BEL,1999,99.13221,99.2267,99.042343 +BEL,2000,99.191994,99.36219,99.029907 +BEL,2001,99.181198,99.309471,99.058922 +BEL,2002,98.945328,99.07209,98.82431 +BEL,2003,97.966972,98.031342,97.905441 +BEL,2004,96.359177,96.613693,96.115639 +BEL,2005,95.990921,96.212097,95.779037 +BEL,2006,96.307602,96.425888,96.194138 +BEL,2007,97.244598,97.46183,97.036102 +BEL,2008,97.84037,98.060493,97.629089 +BEL,2009,97.771111,97.946411,97.602982 +BEL,2010,97.526703,97.73288,97.329224 +BEL,2011,97.651398,97.868782,97.44352 +BEL,2012,97.995407,98.13269,97.864182 +BEL,2013,98.033501,98.164253,97.908447 +BEL,2014,97.97332,97.987381,97.959862 +BEL,2015,98.380753,98.338966,98.420753 +BEL,2016,98.662193,98.62326,98.699448 +BEL,2017,,, +BEL,2018,,, +BEN,1990,39.506069,27.083349,51.82703 +BEN,1991,,, +BEN,1992,49.212978,32.998039,65.245773 +BEN,1993,53.213551,36.29644,69.913269 +BEN,1994,54.480412,38.667809,70.064034 +BEN,1995,56.891899,41.25013,72.284538 +BEN,1996,59.11845,43.909069,74.06768 +BEN,1997,62.478859,47.593391,77.093781 +BEN,1998,,, +BEN,1999,,, +BEN,2000,,, +BEN,2001,,, +BEN,2002,,, +BEN,2003,84.530663,, +BEN,2004,87.648888,, +BEN,2005,83.65506,, +BEN,2006,86.814491,78.425522,94.993813 +BEN,2007,,, +BEN,2008,90.135696,83.581322,96.517838 +BEN,2009,94.232101,, +BEN,2010,94.922783,, +BEN,2011,94.809097,89.616562,99.862617 +BEN,2012,95.506149,, +BEN,2013,,, +BEN,2014,96.360367,, +BEN,2015,,, +BEN,2016,,, +BEN,2017,97.033661,, +BEN,2018,,, +BFA,1990,,, +BFA,1991,27.18227,21.366739,32.82164 +BFA,1992,27.70352,21.834101,33.396271 +BFA,1993,28.687059,22.70059,34.492538 +BFA,1994,29.913031,23.67345,35.96207 +BFA,1995,31.535151,24.942419,37.924648 +BFA,1996,,, +BFA,1997,,, +BFA,1998,34.980339,28.29705,41.462639 +BFA,1999,35.514568,29.024731,41.810471 +BFA,2000,36.7463,30.368259,42.933979 +BFA,2001,37.771858,31.553699,43.803909 +BFA,2002,36.72142,31.05662,42.218201 +BFA,2003,39.04855,33.403679,44.525162 +BFA,2004,41.148918,35.847481,46.289982 +BFA,2005,45.972858,40.674301,51.108028 +BFA,2006,49.623428,44.519131,54.56736 +BFA,2007,54.953609,49.943699,59.804958 +BFA,2008,61.00304,56.461571,65.397652 +BFA,2009,63.89452,59.933971,67.723167 +BFA,2010,60.210079,57.687599,62.645512 +BFA,2011,64.89106,62.77919,66.92852 +BFA,2012,66.074188,64.395279,67.693047 +BFA,2013,66.972214,65.704437,68.194283 +BFA,2014,68.303932,67.006409,69.554771 +BFA,2015,69.960083,68.751381,71.125801 +BFA,2016,75.852928,74.752632,76.914833 +BFA,2017,77.004929,76.073677,77.90419 +BFA,2018,,, +BGD,1990,72.324211,66.497299,77.930717 +BGD,1991,,, +BGD,1992,,, +BGD,1993,,, +BGD,1994,,, +BGD,1995,,, +BGD,1996,,, +BGD,1997,,, +BGD,1998,,, +BGD,1999,,, +BGD,2000,,, +BGD,2001,,, +BGD,2002,,, +BGD,2003,,, +BGD,2004,,, +BGD,2005,95.189133,97.934059,92.553146 +BGD,2006,95.644958,98.9133,92.508308 +BGD,2007,,, +BGD,2008,92.580872,93.806053,91.404381 +BGD,2009,93.499741,97.553337,89.606781 +BGD,2010,94.932053,99.983231,90.083321 +BGD,2011,,, +BGD,2012,,, +BGD,2013,,, +BGD,2014,,, +BGD,2015,,, +BGD,2016,,, +BGD,2017,95.149223,98.281059,92.148102 +BGD,2018,,, +BGR,1990,,, +BGR,1991,,, +BGR,1992,,, +BGR,1993,,, +BGR,1994,,, +BGR,1995,,, +BGR,1996,93.943916,92.723267,95.104362 +BGR,1997,95.011551,94.196312,95.788971 +BGR,1998,97.467018,96.005363,98.863472 +BGR,1999,97.585312,96.734512,98.398148 +BGR,2000,97.091537,96.278229,97.866898 +BGR,2001,97.106651,96.316238,97.857468 +BGR,2002,96.027748,95.737373,96.30291 +BGR,2003,96.271523,96.19986,96.339317 +BGR,2004,96.933922,96.910881,96.955704 +BGR,2005,95.739883,95.719437,95.759209 +BGR,2006,96.696281,96.4627,96.917389 +BGR,2007,99.52626,99.310966,99.730148 +BGR,2008,99.67028,99.767982,99.577797 +BGR,2009,99.310432,99.728577,98.915108 +BGR,2010,99.520157,99.735939,99.316467 +BGR,2011,99.510437,99.744308,99.289886 +BGR,2012,97.768791,97.839439,97.702217 +BGR,2013,96.383339,96.394051,96.373238 +BGR,2014,95.835838,96.030434,95.652298 +BGR,2015,94.792267,94.724907,94.855881 +BGR,2016,93.15892,92.960632,93.346443 +BGR,2017,,, +BGR,2018,,, +BHR,1990,,, +BHR,1991,99.412758,, +BHR,1992,97.008476,97.961227,96.114532 +BHR,1993,98.02282,98.806259,97.286652 +BHR,1994,97.932281,99.015808,96.909653 +BHR,1995,99.109581,99.9328,98.326653 +BHR,1996,99.858002,, +BHR,1997,99.603378,, +BHR,1998,99.943649,, +BHR,1999,99.531319,99.821861,99.253128 +BHR,2000,97.888657,99.814453,96.074303 +BHR,2001,94.855087,97.594414,92.335777 +BHR,2002,94.42836,96.472588,92.534241 +BHR,2003,93.386391,95.796829,91.149033 +BHR,2004,92.87957,95.105469,90.821053 +BHR,2005,90.197701,92.291801,88.27729 +BHR,2006,91.892632,94.961693,89.112801 +BHR,2007,,, +BHR,2008,,, +BHR,2009,,, +BHR,2010,,, +BHR,2011,91.899658,92.988724,90.872162 +BHR,2012,92.740807,93.572311,91.955208 +BHR,2013,93.738312,94.311401,93.194229 +BHR,2014,95.723862,96.320679,95.153687 +BHR,2015,97.995438,98.476357,97.53466 +BHR,2016,97.900261,98.75164,97.088799 +BHR,2017,98.862007,98.727173,98.993393 +BHR,2018,,, +BHS,1990,,, +BHS,1991,,, +BHS,1992,88.536011,88.84671,88.23497 +BHS,1993,88.876701,89.777603,88.004433 +BHS,1994,92.610878,, +BHS,1995,,, +BHS,1996,,, +BHS,1997,,, +BHS,1998,,, +BHS,1999,91.286636,90.554138,92.00705 +BHS,2000,,, +BHS,2001,,, +BHS,2002,,, +BHS,2003,,, +BHS,2004,94.394592,95.073196,93.729347 +BHS,2005,98.582748,99.642281,97.547478 +BHS,2006,97.129822,98.387192,95.90567 +BHS,2007,98.660828,, +BHS,2008,98.607712,99.637878,97.609703 +BHS,2009,96.194107,98.960098,93.520264 +BHS,2010,97.799301,, +BHS,2011,,, +BHS,2012,,, +BHS,2013,,, +BHS,2014,,, +BHS,2015,,, +BHS,2016,88.367752,91.717598,85.167839 +BHS,2017,,, +BHS,2018,,, +BIH,1990,,, +BIH,1991,,, +BIH,1992,,, +BIH,1993,,, +BIH,1994,,, +BIH,1995,,, +BIH,1996,,, +BIH,1997,,, +BIH,1998,,, +BIH,1999,,, +BIH,2000,,, +BIH,2001,,, +BIH,2002,,, +BIH,2003,,, +BIH,2004,,, +BIH,2005,,, +BIH,2006,,, +BIH,2007,,, +BIH,2008,,, +BIH,2009,,, +BIH,2010,,, +BIH,2011,,, +BIH,2012,,, +BIH,2013,,, +BIH,2014,,, +BIH,2015,,, +BIH,2016,,, +BIH,2017,,, +BIH,2018,,, +BLR,1990,,, +BLR,1991,,, +BLR,1992,,, +BLR,1993,,, +BLR,1994,,, +BLR,1995,87.580994,85.713303,89.378983 +BLR,1996,,, +BLR,1997,,, +BLR,1998,,, +BLR,1999,,, +BLR,2000,,, +BLR,2001,96.540138,, +BLR,2002,93.533943,, +BLR,2003,93.660851,, +BLR,2004,92.136032,, +BLR,2005,90.161697,, +BLR,2006,90.17469,, +BLR,2007,90.030098,, +BLR,2008,,, +BLR,2009,91.944054,91.631859,92.239929 +BLR,2010,91.393219,91.30191,91.479759 +BLR,2011,91.017563,90.970299,91.062332 +BLR,2012,94.278847,94.314323,94.245216 +BLR,2013,93.202599,94.090431,92.361214 +BLR,2014,93.420418,93.580879,93.268509 +BLR,2015,94.636063,95.514427,93.805687 +BLR,2016,96.425552,96.551758,96.306389 +BLR,2017,96.0131,95.825462,96.190102 +BLR,2018,,, +BLZ,1990,,, +BLZ,1991,,, +BLZ,1992,,, +BLZ,1993,,, +BLZ,1994,,, +BLZ,1995,,, +BLZ,1996,,, +BLZ,1997,,, +BLZ,1998,,, +BLZ,1999,99.194351,98.899841,99.482719 +BLZ,2000,96.333389,95.849228,96.807907 +BLZ,2001,93.528427,93.343033,93.71032 +BLZ,2002,,, +BLZ,2003,93.867653,94.636139,93.114388 +BLZ,2004,95.472351,96.178368,94.780312 +BLZ,2005,95.072166,95.107063,95.037956 +BLZ,2006,95.715553,96.102219,95.33622 +BLZ,2007,95.301018,95.921692,94.691109 +BLZ,2008,96.285408,96.08432,96.483398 +BLZ,2009,97.133102,96.93811,97.325432 +BLZ,2010,98.014107,98.14106,97.888786 +BLZ,2011,97.676552,97.052017,98.292549 +BLZ,2012,99.566811,99.807449,99.330063 +BLZ,2013,98.887627,98.652489,99.118111 +BLZ,2014,99.151779,98.494957,99.792442 +BLZ,2015,99.219421,98.735748,99.688751 +BLZ,2016,99.176239,98.60778,99.725571 +BLZ,2017,99.273804,98.892982,99.640831 +BLZ,2018,,, +BMU,1990,,, +BMU,1991,,, +BMU,1992,,, +BMU,1993,,, +BMU,1994,,, +BMU,1995,,, +BMU,1996,,, +BMU,1997,,, +BMU,1998,,, +BMU,1999,,, +BMU,2000,,, +BMU,2001,,, +BMU,2002,,, +BMU,2003,,, +BMU,2004,,, +BMU,2005,97.58036,, +BMU,2006,,, +BMU,2007,,, +BMU,2008,,, +BMU,2009,,, +BMU,2010,,, +BMU,2011,87.910728,88.356453,87.479668 +BMU,2012,83.45787,81.50338,85.346939 +BMU,2013,,, +BMU,2014,,, +BMU,2015,,, +BMU,2016,,, +BMU,2017,,, +BMU,2018,,, +BOL,1990,,, +BOL,1991,,, +BOL,1992,,, +BOL,1993,,, +BOL,1994,,, +BOL,1995,,, +BOL,1996,,, +BOL,1997,,, +BOL,1998,95.268982,94.471642,96.046883 +BOL,1999,95.422913,94.798149,96.031982 +BOL,2000,96.088959,95.646309,96.520309 +BOL,2001,96.332153,96.073486,96.583977 +BOL,2002,96.570869,96.311142,96.823502 +BOL,2003,97.083572,97.037338,97.128502 +BOL,2004,96.923943,97.082642,96.769814 +BOL,2005,96.966469,97.041786,96.893349 +BOL,2006,96.94355,97.0121,96.877052 +BOL,2007,96.673752,96.692131,96.655922 +BOL,2008,94.9655,94.852318,95.07515 +BOL,2009,97.976112,97.761177,98.184219 +BOL,2010,95.550591,95.37001,95.72538 +BOL,2011,93.279602,93.138268,93.416328 +BOL,2012,89.874229,89.567574,90.170753 +BOL,2013,89.463203,88.84539,90.060257 +BOL,2014,89.254646,88.550491,89.93486 +BOL,2015,89.885811,89.197441,90.550583 +BOL,2016,90.879951,90.346283,91.395103 +BOL,2017,92.501068,91.975632,93.008057 +BOL,2018,,, +BRA,1990,,, +BRA,1991,,, +BRA,1992,,, +BRA,1993,,, +BRA,1994,,, +BRA,1995,,, +BRA,1996,,, +BRA,1997,,, +BRA,1998,,, +BRA,1999,98.072723,, +BRA,2000,,, +BRA,2001,98.854927,, +BRA,2002,96.727409,, +BRA,2003,94.295059,, +BRA,2004,95.585312,93.513977,97.569519 +BRA,2005,96.079933,97.259842,94.941628 +BRA,2006,,, +BRA,2007,92.474113,93.705711,91.316261 +BRA,2008,98.538307,97.900703,99.14933 +BRA,2009,96.585083,97.533012,95.6996 +BRA,2010,,, +BRA,2011,95.697182,95.402107,95.98259 +BRA,2012,98.549927,99.274818,97.86306 +BRA,2013,97.323891,97.844788,96.827179 +BRA,2014,97.436203,97.61097,97.268402 +BRA,2015,96.85231,97.042053,96.670311 +BRA,2016,97.202019,98.092979,96.360184 +BRA,2017,,, +BRA,2018,,, +BRB,1990,97.60318,96.656342,98.521271 +BRB,1991,,, +BRB,1992,89.733673,89.235489,90.218758 +BRB,1993,,, +BRB,1994,,, +BRB,1995,,, +BRB,1996,,, +BRB,1997,,, +BRB,1998,,, +BRB,1999,97.190598,96.93148,97.44297 +BRB,2000,95.558296,95.577209,95.539848 +BRB,2001,94.615196,94.508957,94.718941 +BRB,2002,91.93795,91.810959,92.062187 +BRB,2003,91.696693,91.408241,91.97879 +BRB,2004,90.497658,89.831238,91.148293 +BRB,2005,90.281738,90.246246,90.316261 +BRB,2006,92.078209,91.881561,92.268623 +BRB,2007,94.813278,95.67485,93.982491 +BRB,2008,96.814499,97.07798,96.5616 +BRB,2009,93.837372,94.65773,93.053627 +BRB,2010,95.080521,95.864929,94.334763 +BRB,2011,93.616371,94.039383,93.215874 +BRB,2012,,, +BRB,2013,,, +BRB,2014,91.490868,92.474289,90.560997 +BRB,2015,92.526688,93.451622,91.650787 +BRB,2016,92.975166,94.348106,91.673187 +BRB,2017,90.426872,90.51445,90.343559 +BRB,2018,,, +BRN,1990,,, +BRN,1991,89.871582,89.078743,90.621361 +BRN,1992,91.677177,91.821861,91.541183 +BRN,1993,94.314011,95.470123,93.234093 +BRN,1994,94.434334,95.223877,93.698853 +BRN,1995,98.000961,98.154289,97.857727 +BRN,1996,,, +BRN,1997,,, +BRN,1998,,, +BRN,1999,,, +BRN,2000,,, +BRN,2001,,, +BRN,2002,,, +BRN,2003,,, +BRN,2004,,, +BRN,2005,,, +BRN,2006,,, +BRN,2007,,, +BRN,2008,,, +BRN,2009,97.296783,97.076439,97.503479 +BRN,2010,,, +BRN,2011,,, +BRN,2012,96.653038,96.306702,96.981277 +BRN,2013,97.404419,97.718147,97.106232 +BRN,2014,96.367462,96.100517,96.621307 +BRN,2015,96.261528,95.282211,97.191116 +BRN,2016,96.61512,96.445648,96.775726 +BRN,2017,96.414467,96.218163,96.600372 +BRN,2018,,, +BTN,1990,,, +BTN,1991,,, +BTN,1992,,, +BTN,1993,,, +BTN,1994,,, +BTN,1995,,, +BTN,1996,,, +BTN,1997,,, +BTN,1998,53.19627,49.496639,56.839859 +BTN,1999,54.162281,50.86517,57.402168 +BTN,2000,57.017288,54.2047,59.763908 +BTN,2001,60.28479,57.657452,62.86517 +BTN,2002,,, +BTN,2003,,, +BTN,2004,,, +BTN,2005,70.276039,70.47477,70.082771 +BTN,2006,74.109329,74.62281,73.611641 +BTN,2007,,, +BTN,2008,79.598068,80.823067,78.411659 +BTN,2009,84.078712,85.535751,82.666191 +BTN,2010,86.174179,87.906639,84.49247 +BTN,2011,86.94101,88.612877,85.31897 +BTN,2012,88.692543,90.184158,87.246094 +BTN,2013,87.357231,88.703293,86.052513 +BTN,2014,,, +BTN,2015,84.619476,85.867241,83.408737 +BTN,2016,82.995468,83.976837,82.044243 +BTN,2017,81.946587,82.580994,81.331886 +BTN,2018,,, +BWA,1990,85.00489,88.492172,81.544708 +BWA,1991,87.026131,90.492073,83.58989 +BWA,1992,86.46167,89.445961,83.504768 +BWA,1993,86.208542,88.69722,83.743629 +BWA,1994,86.487091,88.73468,84.261292 +BWA,1995,78.721771,80.554176,76.907822 +BWA,1996,79.869469,81.628288,78.128693 +BWA,1997,,, +BWA,1998,83.630676,85.539139,81.74276 +BWA,1999,83.127739,84.822906,81.451477 +BWA,2000,84.228691,85.978188,82.499619 +BWA,2001,85.810432,87.505508,84.135239 +BWA,2002,85.961662,87.432922,84.508011 +BWA,2003,85.942993,87.495842,84.409264 +BWA,2004,86.727142,86.717712,86.73645 +BWA,2005,85.850861,87.259201,84.46051 +BWA,2006,86.934563,87.806107,86.074242 +BWA,2007,86.199661,87.049873,85.36055 +BWA,2008,85.73587,86.584,84.898918 +BWA,2009,86.501038,87.017921,85.990929 +BWA,2010,,, +BWA,2011,,, +BWA,2012,92.830177,93.474243,92.194572 +BWA,2013,93.524918,93.996674,93.059517 +BWA,2014,89.521622,89.906197,89.143333 +BWA,2015,,, +BWA,2016,,, +BWA,2017,,, +BWA,2018,,, +CAF,1990,57.262081,45.426041,69.249611 +CAF,1991,52.952808,42.51722,63.530449 +CAF,1992,,, +CAF,1993,,, +CAF,1994,,, +CAF,1995,,, +CAF,1996,,, +CAF,1997,,, +CAF,1998,,, +CAF,1999,,, +CAF,2000,,, +CAF,2001,,, +CAF,2002,,, +CAF,2003,,, +CAF,2004,,, +CAF,2005,47.767941,40.215591,55.41766 +CAF,2006,48.210579,40.373772,56.15276 +CAF,2007,56.21571,46.891571,65.661972 +CAF,2008,65.09037,55.339809,74.965569 +CAF,2009,65.414864,55.529079,75.426003 +CAF,2010,67.67939,57.892761,77.59288 +CAF,2011,65.736053,56.790531,74.804527 +CAF,2012,68.352219,60.17263,76.641663 +CAF,2013,,, +CAF,2014,,, +CAF,2015,,, +CAF,2016,,, +CAF,2017,,, +CAF,2018,,, +CAN,1990,95.18573,95.534843,94.85437 +CAN,1991,97.738617,97.54184,97.925407 +CAN,1992,97.486328,97.301308,97.661873 +CAN,1993,95.862663,95.285789,96.410278 +CAN,1994,95.308922,94.339401,96.230209 +CAN,1995,94.182831,93.527878,94.805801 +CAN,1996,95.110893,94.428917,95.759827 +CAN,1997,,, +CAN,1998,98.432716,98.388199,98.475128 +CAN,1999,99.705147,99.777702,99.636017 +CAN,2000,99.919533,, +CAN,2001,,, +CAN,2002,,, +CAN,2003,,, +CAN,2004,,, +CAN,2005,,, +CAN,2006,,, +CAN,2007,,, +CAN,2008,,, +CAN,2009,,, +CAN,2010,,, +CAN,2011,,, +CAN,2012,99.470589,, +CAN,2013,99.449921,, +CAN,2014,99.40451,, +CAN,2015,99.598099,, +CAN,2016,99.962242,, +CAN,2017,,, +CAN,2018,,, +CHE,1990,83.292801,83.799057,82.809441 +CHE,1991,84.091743,84.644829,83.56382 +CHE,1992,84.126961,84.690201,83.591179 +CHE,1993,83.3256,84.137428,82.555237 +CHE,1994,82.439934,83.373947,81.554718 +CHE,1995,88.866158,88.612473,89.106529 +CHE,1996,90.792183,90.658127,90.919228 +CHE,1997,,, +CHE,1998,,, +CHE,1999,99.482971,99.693321,99.283302 +CHE,2000,99.297592,99.697479,98.918587 +CHE,2001,99.224289,99.758087,98.719872 +CHE,2002,99.226753,99.784363,98.70005 +CHE,2003,99.229538,99.814842,98.676498 +CHE,2004,,, +CHE,2005,,, +CHE,2006,,, +CHE,2007,,, +CHE,2008,,, +CHE,2009,,, +CHE,2010,99.09285,99.317673,98.880623 +CHE,2011,99.235382,99.519958,98.96714 +CHE,2012,99.212341,99.60936,98.837807 +CHE,2013,99.632553,99.889519,99.389839 +CHE,2014,99.65107,99.883049,99.43161 +CHE,2015,99.62648,99.859062,99.406082 +CHE,2016,99.759949,99.818352,99.704514 +CHE,2017,,, +CHE,2018,,, +CHI,1990,,, +CHI,1991,,, +CHI,1992,,, +CHI,1993,,, +CHI,1994,,, +CHI,1995,,, +CHI,1996,,, +CHI,1997,,, +CHI,1998,,, +CHI,1999,,, +CHI,2000,,, +CHI,2001,,, +CHI,2002,,, +CHI,2003,,, +CHI,2004,,, +CHI,2005,,, +CHI,2006,,, +CHI,2007,,, +CHI,2008,,, +CHI,2009,,, +CHI,2010,,, +CHI,2011,,, +CHI,2012,,, +CHI,2013,,, +CHI,2014,,, +CHI,2015,,, +CHI,2016,,, +CHI,2017,,, +CHI,2018,,, +CHL,1990,,, +CHL,1991,,, +CHL,1992,,, +CHL,1993,,, +CHL,1994,,, +CHL,1995,,, +CHL,1996,,, +CHL,1997,,, +CHL,1998,,, +CHL,1999,,, +CHL,2000,,, +CHL,2001,,, +CHL,2002,,, +CHL,2003,,, +CHL,2004,,, +CHL,2005,,, +CHL,2006,,, +CHL,2007,95.415382,95.011169,95.805443 +CHL,2008,95.106262,94.607788,95.587212 +CHL,2009,92.854973,92.6399,93.062447 +CHL,2010,93.286499,93.310951,93.262909 +CHL,2011,92.102707,92.063248,92.140762 +CHL,2012,91.496887,91.503189,91.490829 +CHL,2013,90.655502,90.748108,90.566254 +CHL,2014,90.827011,90.892441,90.763939 +CHL,2015,91.633667,91.696747,91.572884 +CHL,2016,92.945229,93.075203,92.820023 +CHL,2017,94.81424,94.932259,94.700546 +CHL,2018,,, +CHN,1990,96.871887,, +CHN,1991,96.200867,93.223549,99.006248 +CHN,1992,94.755241,92.07016,97.28421 +CHN,1993,93.38945,90.933281,95.701218 +CHN,1994,91.822411,89.642517,93.871979 +CHN,1995,90.311951,88.590981,91.927681 +CHN,1996,89.444191,88.104797,90.699333 +CHN,1997,89.13662,88.181236,90.030113 +CHN,1998,,, +CHN,1999,,, +CHN,2000,,, +CHN,2001,,, +CHN,2002,,, +CHN,2003,,, +CHN,2004,,, +CHN,2005,,, +CHN,2006,,, +CHN,2007,,, +CHN,2008,,, +CHN,2009,,, +CHN,2010,,, +CHN,2011,,, +CHN,2012,,, +CHN,2013,,, +CHN,2014,,, +CHN,2015,,, +CHN,2016,,, +CHN,2017,,, +CHN,2018,,, +CIV,1990,,, +CIV,1991,47.71637,, +CIV,1992,48.07795,, +CIV,1993,,, +CIV,1994,,, +CIV,1995,,, +CIV,1996,53.576241,45.857342,61.293941 +CIV,1997,54.714432,46.871799,62.533951 +CIV,1998,,, +CIV,1999,56.828209,48.99474,64.600769 +CIV,2000,55.932529,47.54813,64.240997 +CIV,2001,60.028469,51.670261,68.309418 +CIV,2002,60.200691,51.050701,69.253098 +CIV,2003,55.779228,49.882481,61.608978 +CIV,2004,,, +CIV,2005,,, +CIV,2006,,, +CIV,2007,,, +CIV,2008,,, +CIV,2009,56.081131,51.042789,61.065681 +CIV,2010,,, +CIV,2011,,, +CIV,2012,,, +CIV,2013,69.362541,66.596893,72.107063 +CIV,2014,73.965073,69.399147,78.50415 +CIV,2015,77.703659,72.963387,82.423813 +CIV,2016,87.650581,82.960732,92.327072 +CIV,2017,89.00853,84.913292,93.094818 +CIV,2018,,, +CMR,1990,73.971642,68.850677,79.047073 +CMR,1991,72.068741,67.202698,76.890533 +CMR,1992,,, +CMR,1993,,, +CMR,1994,,, +CMR,1995,,, +CMR,1996,,, +CMR,1997,,, +CMR,1998,,, +CMR,1999,,, +CMR,2000,,, +CMR,2001,,, +CMR,2002,,, +CMR,2003,,, +CMR,2004,,, +CMR,2005,,, +CMR,2006,,, +CMR,2007,,, +CMR,2008,86.524353,, +CMR,2009,89.221291,, +CMR,2010,,, +CMR,2011,91.091301,85.176277,96.91935 +CMR,2012,94.134628,88.65876,99.529808 +CMR,2013,,, +CMR,2014,94.79718,89.987549,99.53508 +CMR,2015,,, +CMR,2016,95.274017,91.018028,99.464882 +CMR,2017,95.200493,90.946938,99.388199 +CMR,2018,,, +COD,1990,,, +COD,1991,61.428822,54.072781,68.736191 +COD,1992,59.73188,53.130169,66.286903 +COD,1993,58.680649,52.463268,64.851639 +COD,1994,59.861271,52.623611,67.04303 +COD,1995,67.835777,55.92757,79.65052 +COD,1996,,, +COD,1997,,, +COD,1998,,, +COD,1999,36.81181,35.893478,37.722069 +COD,2000,,, +COD,2001,,, +COD,2002,,, +COD,2003,,, +COD,2004,,, +COD,2005,,, +COD,2006,,, +COD,2007,,, +COD,2008,,, +COD,2009,,, +COD,2010,,, +COD,2011,,, +COD,2012,,, +COD,2013,,, +COD,2014,,, +COD,2015,,, +COD,2016,,, +COD,2017,,, +COD,2018,,, +COG,1990,,, +COG,1991,,, +COG,1992,,, +COG,1993,,, +COG,1994,,, +COG,1995,,, +COG,1996,,, +COG,1997,,, +COG,1998,,, +COG,1999,,, +COG,2000,,, +COG,2001,,, +COG,2002,,, +COG,2003,,, +COG,2004,,, +COG,2005,51.333248,55.898819,46.813728 +COG,2006,54.62999,51.786572,57.445412 +COG,2007,,, +COG,2008,,, +COG,2009,,, +COG,2010,84.468979,82.817169,86.104897 +COG,2011,,, +COG,2012,87.220459,90.854401,83.620491 +COG,2013,,, +COG,2014,,, +COG,2015,,, +COG,2016,,, +COG,2017,,, +COG,2018,,, +COL,1990,,, +COL,1991,67.927338,72.777573,63.251202 +COL,1992,75.546852,, +COL,1993,76.411003,, +COL,1994,77.520958,, +COL,1995,81.0354,, +COL,1996,86.276787,, +COL,1997,,, +COL,1998,93.926758,, +COL,1999,96.339882,96.954323,95.749474 +COL,2000,97.537651,97.525383,97.549438 +COL,2001,97.084473,93.740448,94.628273 +COL,2002,97.583252,93.91291,94.996338 +COL,2003,,, +COL,2004,97.190758,97.624519,96.774292 +COL,2005,97.455589,97.68795,97.232498 +COL,2006,96.389137,96.649269,96.139359 +COL,2007,95.77774,96.207329,95.365288 +COL,2008,96.287514,96.373161,96.205299 +COL,2009,96.852249,96.798203,96.904121 +COL,2010,97.221046,97.040878,97.393883 +COL,2011,97.318962,97.236313,97.398247 +COL,2012,94.350662,94.31591,94.384003 +COL,2013,93.078773,93.185791,92.976128 +COL,2014,92.258118,92.467552,92.057228 +COL,2015,93.16819,93.444099,92.903481 +COL,2016,93.581177,93.91684,93.259087 +COL,2017,93.687012,94.095039,93.295448 +COL,2018,,, +COM,1990,,, +COM,1991,,, +COM,1992,,, +COM,1993,,, +COM,1994,69.222191,62.296089,75.96508 +COM,1995,,, +COM,1996,,, +COM,1997,,, +COM,1998,,, +COM,1999,60.793961,55.924351,65.512741 +COM,2000,67.494728,62.136009,72.68438 +COM,2001,,, +COM,2002,,, +COM,2003,,, +COM,2004,,, +COM,2005,,, +COM,2006,,, +COM,2007,79.174133,76.250526,81.999023 +COM,2008,,, +COM,2009,,, +COM,2010,,, +COM,2011,,, +COM,2012,,, +COM,2013,86.71476,84.37104,88.979759 +COM,2014,82.7174,81.283272,84.103218 +COM,2015,,, +COM,2016,,, +COM,2017,84.184731,83.594322,84.754837 +COM,2018,,, +CPV,1990,99.197929,, +CPV,1991,,, +CPV,1992,,, +CPV,1993,,, +CPV,1994,99.125381,, +CPV,1995,,, +CPV,1996,,, +CPV,1997,,, +CPV,1998,99.796867,, +CPV,1999,,, +CPV,2000,99.601418,, +CPV,2001,98.341118,98.47245,98.21228 +CPV,2002,97.939018,98.216003,97.667053 +CPV,2003,97.2789,97.296059,97.262039 +CPV,2004,95.323433,95.686623,94.966507 +CPV,2005,94.618103,94.665649,94.57135 +CPV,2006,93.596863,93.568657,93.624619 +CPV,2007,92.013741,91.648003,92.374901 +CPV,2008,89.924797,89.285309,90.55658 +CPV,2009,88.528587,87.674301,89.372009 +CPV,2010,87.50811,86.914864,88.093674 +CPV,2011,86.558571,85.664337,87.442627 +CPV,2012,87.093353,86.19635,87.978539 +CPV,2013,86.761208,86.197189,87.317329 +CPV,2014,86.954773,86.302612,87.597542 +CPV,2015,87.036507,86.503723,87.561394 +CPV,2016,86.410233,85.573158,87.234169 +CPV,2017,86.318542,85.509628,87.113853 +CPV,2018,,, +CRI,1990,87.733589,87.956581,87.519653 +CRI,1991,88.287018,88.668037,87.921501 +CRI,1992,90.346481,, +CRI,1993,91.138649,, +CRI,1994,90.733276,, +CRI,1995,92.44825,, +CRI,1996,94.91349,, +CRI,1997,,, +CRI,1998,,, +CRI,1999,,, +CRI,2000,,, +CRI,2001,,, +CRI,2002,,, +CRI,2003,,, +CRI,2004,,, +CRI,2005,,, +CRI,2006,,, +CRI,2007,,, +CRI,2008,,, +CRI,2009,,, +CRI,2010,,, +CRI,2011,99.436577,99.559883,99.318764 +CRI,2012,99.470207,99.609001,99.337608 +CRI,2013,98.472412,98.685532,98.268829 +CRI,2014,96.35849,96.358383,96.358597 +CRI,2015,96.516533,96.4319,96.597351 +CRI,2016,96.790077,96.835152,96.74704 +CRI,2017,,, +CRI,2018,,, +CUB,1990,92.490288,92.498749,92.482231 +CUB,1991,92.087051,92.191681,91.987389 +CUB,1992,94.269096,94.58432,93.967957 +CUB,1993,95.085701,95.318413,94.862953 +CUB,1994,97.378662,97.557137,97.20771 +CUB,1995,97.266182,97.512756,97.030243 +CUB,1996,99.216377,98.96019,99.46096 +CUB,1997,98.964813,98.607468,99.305107 +CUB,1998,98.685677,98.420883,98.937561 +CUB,1999,98.816338,98.454041,99.160843 +CUB,2000,98.133759,97.724159,98.523209 +CUB,2001,97.406837,96.968529,97.823433 +CUB,2002,96.968521,96.786308,97.141113 +CUB,2003,94.943878,94.744614,95.132019 +CUB,2004,94.667007,94.289124,95.023048 +CUB,2005,94.437752,94.325287,94.543694 +CUB,2006,94.508553,94.76387,94.267487 +CUB,2007,96.699799,96.303612,97.074211 +CUB,2008,97.613869,97.4011,97.814888 +CUB,2009,99.818901,99.768951,99.866043 +CUB,2010,99.950249,99.899948,99.997673 +CUB,2011,99.996422,99.995178,99.997589 +CUB,2012,99.600273,99.667297,99.53701 +CUB,2013,99.568893,99.497101,99.636681 +CUB,2014,96.562599,96.683578,96.448311 +CUB,2015,95.461571,95.365967,95.551857 +CUB,2016,95.754257,95.698181,95.807213 +CUB,2017,97.03627,96.958282,97.10984 +CUB,2018,,, +CUW,1990,,, +CUW,1991,,, +CUW,1992,,, +CUW,1993,,, +CUW,1994,,, +CUW,1995,,, +CUW,1996,,, +CUW,1997,,, +CUW,1998,,, +CUW,1999,,, +CUW,2000,,, +CUW,2001,,, +CUW,2002,,, +CUW,2003,,, +CUW,2004,,, +CUW,2005,,, +CUW,2006,,, +CUW,2007,,, +CUW,2008,,, +CUW,2009,,, +CUW,2010,,, +CUW,2011,,, +CUW,2012,,, +CUW,2013,,, +CUW,2014,,, +CUW,2015,,, +CUW,2016,,, +CUW,2017,,, +CUW,2018,,, +CYM,1990,,, +CYM,1991,,, +CYM,1992,,, +CYM,1993,,, +CYM,1994,,, +CYM,1995,,, +CYM,1996,,, +CYM,1997,,, +CYM,1998,,, +CYM,1999,,, +CYM,2000,,, +CYM,2001,,, +CYM,2002,,, +CYM,2003,,, +CYM,2004,,, +CYM,2005,,, +CYM,2006,,, +CYM,2007,,, +CYM,2008,,, +CYM,2009,,, +CYM,2010,,, +CYM,2011,,, +CYM,2012,,, +CYM,2013,,, +CYM,2014,,, +CYM,2015,,, +CYM,2016,,, +CYM,2017,,, +CYM,2018,,, +CYP,1990,78.82103,78.780411,78.859001 +CYP,1991,79.152451,79.150711,79.154083 +CYP,1992,77.361267,77.199211,77.512177 +CYP,1993,97.629448,97.668808,97.592812 +CYP,1994,96.916634,96.77906,97.045387 +CYP,1995,96.212997,96.13147,96.289551 +CYP,1996,96.117279,95.85717,96.360062 +CYP,1997,96.284767,96.37603,96.199211 +CYP,1998,,, +CYP,1999,97.991257,97.951363,98.028831 +CYP,2000,98.069969,98.404968,97.75502 +CYP,2001,97.539597,97.816757,97.278732 +CYP,2002,98.506943,98.780869,98.24807 +CYP,2003,98.635239,98.819801,98.461121 +CYP,2004,98.760193,98.694359,98.823128 +CYP,2005,99.662041,99.746429,99.581917 +CYP,2006,99.520187,99.51693,99.523308 +CYP,2007,99.341843,99.241951,99.437012 +CYP,2008,98.961243,98.669762,99.241707 +CYP,2009,99.144737,98.846848,99.429161 +CYP,2010,99.285103,99.464813,99.115349 +CYP,2011,99.28009,99.242897,99.315422 +CYP,2012,98.176353,98.345596,98.016029 +CYP,2013,97.49437,97.933052,97.080238 +CYP,2014,97.135292,97.79261,96.519699 +CYP,2015,97.828339,98.159111,97.514923 +CYP,2016,,, +CYP,2017,,, +CYP,2018,,, +CZE,1990,,, +CZE,1991,,, +CZE,1992,,, +CZE,1993,,, +CZE,1994,,, +CZE,1995,,, +CZE,1996,,, +CZE,1997,,, +CZE,1998,,, +CZE,1999,,, +CZE,2000,,, +CZE,2001,,, +CZE,2002,,, +CZE,2003,,, +CZE,2004,,, +CZE,2005,,, +CZE,2006,,, +CZE,2007,,, +CZE,2008,,, +CZE,2009,,, +CZE,2010,,, +CZE,2011,,, +CZE,2012,,, +CZE,2013,,, +CZE,2014,,, +CZE,2015,,, +CZE,2016,,, +CZE,2017,,, +CZE,2018,,, +DEU,1990,,, +DEU,1991,,, +DEU,1992,,, +DEU,1993,,, +DEU,1994,,, +DEU,1995,,, +DEU,1996,,, +DEU,1997,,, +DEU,1998,,, +DEU,1999,99.818573,, +DEU,2000,99.998909,, +DEU,2001,99.940628,, +DEU,2002,99.770866,99.791252,99.751503 +DEU,2003,99.559669,99.753479,99.375511 +DEU,2004,99.887718,, +DEU,2005,99.865501,, +DEU,2006,99.772903,, +DEU,2007,99.929588,, +DEU,2008,99.739883,, +DEU,2009,99.673378,, +DEU,2010,99.682129,, +DEU,2011,99.671288,, +DEU,2012,99.56797,, +DEU,2013,99.814819,, +DEU,2014,99.830688,, +DEU,2015,99.810463,, +DEU,2016,99.78186,, +DEU,2017,,, +DEU,2018,,, +DJI,1990,27.197189,23.589781,30.73785 +DJI,1991,27.2619,, +DJI,1992,28.46114,24.37232,32.474602 +DJI,1993,26.210711,23.06435,29.297041 +DJI,1994,27.085831,23.873899,30.23315 +DJI,1995,28.14266,24.90626,31.31098 +DJI,1996,28.112711,24.442659,31.70298 +DJI,1997,27.037371,23.488529,30.50633 +DJI,1998,,, +DJI,1999,26.85939,22.662781,30.95779 +DJI,2000,27.033331,23.370251,30.609739 +DJI,2001,29.713551,25.78145,33.552059 +DJI,2002,31.35272,27.37574,35.23399 +DJI,2003,,, +DJI,2004,35.330318,31.358561,39.205761 +DJI,2005,36.878101,33.160671,40.505451 +DJI,2006,39.889648,36.03817,43.648159 +DJI,2007,43.280499,40.010681,46.471321 +DJI,2008,46.559399,44.069012,48.989342 +DJI,2009,45.793091,43.54483,47.986462 +DJI,2010,,, +DJI,2011,54.011951,51.127449,56.825272 +DJI,2012,,, +DJI,2013,54.13158,50.92823,57.255402 +DJI,2014,61.943569,57.393021,66.381378 +DJI,2015,55.592739,52.295361,58.809299 +DJI,2016,52.421909,49.412552,55.358589 +DJI,2017,55.058689,51.897331,58.144138 +DJI,2018,57.538029,53.757751,61.228161 +DMA,1990,,, +DMA,1991,,, +DMA,1992,,, +DMA,1993,,, +DMA,1994,,, +DMA,1995,,, +DMA,1996,,, +DMA,1997,,, +DMA,1998,,, +DMA,1999,,, +DMA,2000,98.413399,, +DMA,2001,97.295319,, +DMA,2002,98.706619,, +DMA,2003,98.003166,, +DMA,2004,98.444962,99.789871,97.185043 +DMA,2005,95.535896,97.03656,94.112823 +DMA,2006,93.80365,95.911949,91.77816 +DMA,2007,89.251534,89.101959,89.397041 +DMA,2008,89.67437,89.432487,89.911331 +DMA,2009,97.175209,98.767647,95.610489 +DMA,2010,,, +DMA,2011,,, +DMA,2012,,, +DMA,2013,,, +DMA,2014,,, +DMA,2015,,, +DMA,2016,98.202049,98.945831,97.481857 +DMA,2017,,, +DMA,2018,,, +DNK,1990,97.685081,97.841232,97.535912 +DNK,1991,98.254181,98.31617,98.194801 +DNK,1992,97.431511,97.337479,97.521896 +DNK,1993,96.96003,96.832581,97.082809 +DNK,1994,98.688423,98.578613,98.794159 +DNK,1995,98.278152,98.447472,98.115578 +DNK,1996,98.148758,98.089897,98.205002 +DNK,1997,,, +DNK,1998,99.442841,, +DNK,1999,97.949127,98.290733,97.626572 +DNK,2000,98.105827,98.703941,97.541138 +DNK,2001,99.846931,, +DNK,2002,99.860649,, +DNK,2003,,, +DNK,2004,98.258453,98.852432,97.694153 +DNK,2005,96.154961,96.81633,95.526329 +DNK,2006,96.502419,97.281181,95.762383 +DNK,2007,97.050034,97.863678,96.276993 +DNK,2008,96.510353,97.695053,95.384567 +DNK,2009,96.429512,97.590019,95.325684 +DNK,2010,96.269524,97.354172,95.236397 +DNK,2011,97.751732,98.342201,97.187881 +DNK,2012,98.238808,98.757942,97.742607 +DNK,2013,98.650742,99.049248,98.269653 +DNK,2014,98.365051,98.737511,98.009132 +DNK,2015,98.693771,98.961998,98.43792 +DNK,2016,99.020897,99.373489,98.685677 +DNK,2017,,, +DNK,2018,,, +DOM,1990,,, +DOM,1991,,, +DOM,1992,,, +DOM,1993,,, +DOM,1994,,, +DOM,1995,,, +DOM,1996,,, +DOM,1997,,, +DOM,1998,,, +DOM,1999,84.998253,85.653412,84.36393 +DOM,2000,86.102257,86.674232,85.548737 +DOM,2001,,, +DOM,2002,92.746063,90.645828,94.778389 +DOM,2003,89.833618,87.191254,92.390137 +DOM,2004,84.603706,85.51944,83.717903 +DOM,2005,86.017708,86.93602,85.129829 +DOM,2006,84.150284,85.784729,82.570602 +DOM,2007,90.15731,90.941322,89.398849 +DOM,2008,86.590271,87.352097,85.853531 +DOM,2009,95.30545,91.202713,99.271637 +DOM,2010,94.773422,92.114487,97.341888 +DOM,2011,94.69471,93.525139,95.823059 +DOM,2012,93.693947,92.631828,94.720589 +DOM,2013,93.401001,92.705101,94.073677 +DOM,2014,91.68219,91.121811,92.224068 +DOM,2015,95.534927,95.04055,96.012352 +DOM,2016,95.139931,95.175789,95.105301 +DOM,2017,94.3396,94.470207,94.213661 +DOM,2018,,, +DZA,1990,85.390411,79.081757,91.444038 +DZA,1991,87.112213,81.158813,92.827942 +DZA,1992,88.199089,82.701691,93.477623 +DZA,1993,87.71003,82.780022,92.443703 +DZA,1994,87.652542,83.305496,91.825722 +DZA,1995,87.882828,83.905533,91.69957 +DZA,1996,87.438599,83.970169,90.76519 +DZA,1997,86.915222,83.861977,89.842461 +DZA,1998,,, +DZA,1999,89.7286,87.781097,91.594643 +DZA,2000,90.526192,88.88916,92.095062 +DZA,2001,92.64196,91.08165,94.138329 +DZA,2002,93.902107,92.594582,95.156097 +DZA,2003,94.426109,93.267433,95.537453 +DZA,2004,95.178787,94.072891,96.239594 +DZA,2005,95.477203,94.370781,96.538521 +DZA,2006,95.677261,94.531097,96.776649 +DZA,2007,95.87886,94.906021,96.81205 +DZA,2008,97.221046,96.402527,98.006218 +DZA,2009,98.966133,, +DZA,2010,98.887482,, +DZA,2011,99.05085,, +DZA,2012,99.110832,, +DZA,2013,,, +DZA,2014,,, +DZA,2015,99.267097,, +DZA,2016,99.231209,98.434517,99.996696 +DZA,2017,99.442932,, +DZA,2018,,, +ECU,1990,,, +ECU,1991,,, +ECU,1992,,, +ECU,1993,,, +ECU,1994,92.288628,92.629021,91.959068 +ECU,1995,92.652252,93.000877,92.314857 +ECU,1996,93.692307,94.11898,93.279549 +ECU,1997,96.072151,96.468742,95.688713 +ECU,1998,96.459557,97.049561,95.889412 +ECU,1999,96.261299,96.95665,95.589622 +ECU,2000,96.994797,97.508202,96.499069 +ECU,2001,98.568314,99.242531,97.917526 +ECU,2002,99.367538,, +ECU,2003,99.311234,, +ECU,2004,,, +ECU,2005,99.376549,, +ECU,2006,99.455429,, +ECU,2007,99.36834,, +ECU,2008,97.240196,98.573189,95.956932 +ECU,2009,96.765572,97.695892,95.870438 +ECU,2010,97.018402,, +ECU,2011,96.736259,, +ECU,2012,96.423889,97.658089,95.238678 +ECU,2013,98.083977,99.077721,97.130409 +ECU,2014,97.964752,98.958023,97.012413 +ECU,2015,98.192627,99.170181,97.256088 +ECU,2016,97.902908,98.992599,96.859558 +ECU,2017,,, +ECU,2018,,, +EGY,1990,,, +EGY,1991,,, +EGY,1992,,, +EGY,1993,,, +EGY,1994,84.934334,78.590439,90.957298 +EGY,1995,,, +EGY,1996,,, +EGY,1997,85.761276,80.864143,90.40506 +EGY,1998,,, +EGY,1999,83.92057,81.255928,86.448303 +EGY,2000,86.051537,83.720528,88.263382 +EGY,2001,87.520699,85.57756,89.364372 +EGY,2002,88.979729,87.428741,90.45182 +EGY,2003,90.756607,89.424141,92.021317 +EGY,2004,92.963928,92.134827,93.75071 +EGY,2005,93.548111,, +EGY,2006,91.714767,, +EGY,2007,97.153877,, +EGY,2008,,, +EGY,2009,98.107353,, +EGY,2010,98.983131,, +EGY,2011,95.299248,, +EGY,2012,96.870689,97.094994,96.659248 +EGY,2013,,, +EGY,2014,96.719757,97.125282,96.337952 +EGY,2015,,, +EGY,2016,98.638992,99.180252,98.129318 +EGY,2017,98.585541,99.169037,98.036018 +EGY,2018,,, +ERI,1990,,, +ERI,1991,,, +ERI,1992,21.211399,20.27162,22.139999 +ERI,1993,,, +ERI,1994,24.267309,23.188869,25.333309 +ERI,1995,25.436979,24.30382,26.557119 +ERI,1996,27.15099,25.99021,28.298901 +ERI,1997,27.59551,26.29228,28.88401 +ERI,1998,,, +ERI,1999,33.388329,31.13311,35.618351 +ERI,2000,38.96067,36.295422,41.597309 +ERI,2001,41.342442,38.394272,44.26088 +ERI,2002,46.953529,43.230461,50.637699 +ERI,2003,52.085289,47.989891,56.1329 +ERI,2004,55.030949,50.672001,59.32938 +ERI,2005,56.72493,52.512459,60.865299 +ERI,2006,56.01181,52.385342,59.561798 +ERI,2007,50.92215,47.978771,53.79163 +ERI,2008,47.348431,44.441078,50.17326 +ERI,2009,43.843632,41.25449,46.353039 +ERI,2010,41.444931,38.921322,43.886879 +ERI,2011,43.964062,41.040291,46.79063 +ERI,2012,46.24828,43.135139,49.254372 +ERI,2013,44.177551,41.710461,46.554371 +ERI,2014,44.273251,41.88266,46.57407 +ERI,2015,42.635288,40.540939,44.64912 +ERI,2016,,, +ERI,2017,37.716221,35.964432,39.39864 +ERI,2018,,, +ESP,1990,98.958183,98.892677,99.020187 +ESP,1991,99.662163,, +ESP,1992,99.349518,99.505112,99.20208 +ESP,1993,99.986801,, +ESP,1994,99.982903,, +ESP,1995,99.956078,, +ESP,1996,99.943932,, +ESP,1997,99.935364,, +ESP,1998,,, +ESP,1999,99.856819,99.912567,99.804222 +ESP,2000,99.813118,99.984879,99.651131 +ESP,2001,99.762627,99.933632,99.601349 +ESP,2002,99.818359,99.940941,99.702606 +ESP,2003,99.856949,99.904213,99.812279 +ESP,2004,99.748352,99.825478,99.6754 +ESP,2005,99.619743,99.51561,99.718292 +ESP,2006,99.77578,99.625664,99.917923 +ESP,2007,99.88076,99.85051,99.909378 +ESP,2008,99.856499,99.931297,99.785812 +ESP,2009,99.717789,99.914497,99.532028 +ESP,2010,99.61393,99.839783,99.400642 +ESP,2011,99.67424,99.843658,99.514076 +ESP,2012,99.668137,99.863022,99.484207 +ESP,2013,99.11937,99.354393,98.897659 +ESP,2014,98.522453,98.710808,98.344749 +ESP,2015,98.932968,99.092369,98.782608 +ESP,2016,98.530006,98.600739,98.463364 +ESP,2017,,, +ESP,2018,,, +EST,1990,,, +EST,1991,,, +EST,1992,,, +EST,1993,,, +EST,1994,,, +EST,1995,87.034523,86.075699,87.958511 +EST,1996,90.60952,89.908859,91.280617 +EST,1997,,, +EST,1998,99.221581,, +EST,1999,99.141289,99.983704,98.354218 +EST,2000,98.956688,99.977959,98.008568 +EST,2001,98.890343,99.976692,97.884354 +EST,2002,98.852562,, +EST,2003,97.237297,98.062141,96.465889 +EST,2004,96.288643,97.12825,95.49894 +EST,2005,96.11142,96.52021,95.725212 +EST,2006,95.686333,95.780342,95.597298 +EST,2007,96.772049,96.961029,96.592812 +EST,2008,96.277962,96.17617,96.374512 +EST,2009,96.095711,95.680557,96.489326 +EST,2010,99.101173,98.608017,99.568398 +EST,2011,99.642021,99.76989,99.52095 +EST,2012,99.601837,99.81295,99.401627 +EST,2013,98.296547,98.22084,98.368378 +EST,2014,94.189629,94.577919,93.821564 +EST,2015,93.566307,94.275398,92.895416 +EST,2016,93.685654,94.327728,93.079552 +EST,2017,,, +EST,2018,,, +ETH,1990,,, +ETH,1991,,, +ETH,1992,,, +ETH,1993,,, +ETH,1994,19.105391,15.50506,22.643101 +ETH,1995,21.845341,17.19503,26.407 +ETH,1996,26.06624,20.215281,31.799841 +ETH,1997,,, +ETH,1998,33.50045,26.61117,40.264061 +ETH,1999,35.992279,29.595591,42.277111 +ETH,2000,40.06842,34.102348,45.932732 +ETH,2001,44.330891,38.756031,49.806679 +ETH,2002,46.564831,41.286388,51.758701 +ETH,2003,47.352509,42.465469,52.161331 +ETH,2004,50.22879,46.308281,54.084599 +ETH,2005,61.1572,57.816059,64.440422 +ETH,2006,65.83651,63.206348,68.418297 +ETH,2007,71.005043,68.515312,73.444229 +ETH,2008,76.634644,74.176353,79.040413 +ETH,2009,76.200233,74.398262,77.963127 +ETH,2010,74.288231,72.367996,76.167221 +ETH,2011,78.250061,76.036484,80.417358 +ETH,2012,79.490112,77.329231,81.607162 +ETH,2013,,, +ETH,2014,86.316948,83.421143,89.155342 +ETH,2015,86.019028,82.837311,89.137161 +ETH,2016,,, +ETH,2017,,, +ETH,2018,,, +FIN,1990,,, +FIN,1991,,, +FIN,1992,,, +FIN,1993,98.753708,98.715767,98.789963 +FIN,1994,98.637917,98.707916,98.571068 +FIN,1995,98.314774,98.361282,98.27037 +FIN,1996,98.367531,98.669769,98.079041 +FIN,1997,98.714851,98.790291,98.64283 +FIN,1998,99.482529,99.341721,99.617081 +FIN,1999,99.838257,, +FIN,2000,99.735428,, +FIN,2001,99.756447,99.825531,99.69017 +FIN,2002,99.395264,99.422409,99.369148 +FIN,2003,98.679268,98.626152,98.7304 +FIN,2004,97.744919,97.660767,97.825981 +FIN,2005,97.345612,97.41787,97.276031 +FIN,2006,96.811073,97.033028,96.597519 +FIN,2007,97.413109,97.611328,97.222618 +FIN,2008,97.854317,97.862213,97.846741 +FIN,2009,98.016251,98.061348,97.973038 +FIN,2010,98.310791,98.353073,98.270317 +FIN,2011,98.574448,98.561447,98.586891 +FIN,2012,99.113373,99.084396,99.141083 +FIN,2013,99.11927,99.163078,99.077347 +FIN,2014,99.430511,99.612869,99.25592 +FIN,2015,99.192429,99.247818,99.139389 +FIN,2016,99.123489,99.228867,99.02256 +FIN,2017,,, +FIN,2018,,, +FJI,1990,,, +FJI,1991,,, +FJI,1992,96.650841,96.687271,96.616417 +FJI,1993,,, +FJI,1994,97.002937,97.121628,96.890999 +FJI,1995,95.494583,95.780457,95.225166 +FJI,1996,93.146492,92.904404,93.374519 +FJI,1997,93.571114,93.33844,93.790268 +FJI,1998,94.546982,94.571358,94.52401 +FJI,1999,94.24913,94.550079,93.965523 +FJI,2000,94.861649,94.8871,94.837669 +FJI,2001,97.936821,98.059341,97.821404 +FJI,2002,99.215179,, +FJI,2003,99.300163,99.899162,98.737938 +FJI,2004,99.15461,99.332062,98.988602 +FJI,2005,,, +FJI,2006,99.126213,99.527939,98.751907 +FJI,2007,99.615692,, +FJI,2008,99.327553,, +FJI,2009,99.376472,99.620216,99.149292 +FJI,2010,,, +FJI,2011,99.039841,, +FJI,2012,98.687401,, +FJI,2013,97.12085,98.45285,95.879951 +FJI,2014,,, +FJI,2015,98.029388,98.389748,97.692078 +FJI,2016,99.9319,, +FJI,2017,,, +FJI,2018,,, +FRA,1990,99.961327,, +FRA,1991,99.954079,, +FRA,1992,99.615517,99.628822,99.602829 +FRA,1993,98.092491,98.074799,98.109383 +FRA,1994,97.883141,97.777863,97.983673 +FRA,1995,98.811836,98.71331,98.90593 +FRA,1996,99.73185,99.701683,99.760643 +FRA,1997,99.580917,99.672531,99.493462 +FRA,1998,,, +FRA,1999,99.699112,99.822792,99.581039 +FRA,2000,96.186317,96.384369,95.997459 +FRA,2001,96.093468,96.314651,95.882843 +FRA,2002,96.04528,96.288132,95.813889 +FRA,2003,95.822273,96.065491,95.590752 +FRA,2004,95.787811,96.128693,95.463699 +FRA,2005,99.23101,99.499741,98.975471 +FRA,2006,99.262352,99.423843,99.108711 +FRA,2007,99.182358,99.496964,98.883812 +FRA,2008,98.745377,98.99369,98.509216 +FRA,2009,98.385239,98.652718,98.130623 +FRA,2010,98.019783,98.175522,97.871162 +FRA,2011,99.03727,99.405167,98.685951 +FRA,2012,98.916222,99.454681,98.40213 +FRA,2013,98.911522,99.336082,98.506561 +FRA,2014,98.950531,99.290611,98.625702 +FRA,2015,98.984062,99.216812,98.761627 +FRA,2016,99.109154,99.397797,98.833672 +FRA,2017,,, +FRA,2018,,, +FRO,1990,,, +FRO,1991,,, +FRO,1992,,, +FRO,1993,,, +FRO,1994,,, +FRO,1995,,, +FRO,1996,,, +FRO,1997,,, +FRO,1998,,, +FRO,1999,,, +FRO,2000,,, +FRO,2001,,, +FRO,2002,,, +FRO,2003,,, +FRO,2004,,, +FRO,2005,,, +FRO,2006,,, +FRO,2007,,, +FRO,2008,,, +FRO,2009,,, +FRO,2010,,, +FRO,2011,,, +FRO,2012,,, +FRO,2013,,, +FRO,2014,,, +FRO,2015,,, +FRO,2016,,, +FRO,2017,,, +FRO,2018,,, +FSM,1990,,, +FSM,1991,,, +FSM,1992,,, +FSM,1993,,, +FSM,1994,,, +FSM,1995,,, +FSM,1996,,, +FSM,1997,,, +FSM,1998,,, +FSM,1999,,, +FSM,2000,,, +FSM,2001,,, +FSM,2002,,, +FSM,2003,,, +FSM,2004,,, +FSM,2005,,, +FSM,2006,,, +FSM,2007,,, +FSM,2008,,, +FSM,2009,,, +FSM,2010,,, +FSM,2011,,, +FSM,2012,,, +FSM,2013,,, +FSM,2014,87.04879,88.296967,85.889168 +FSM,2015,84.009171,85.392929,82.723991 +FSM,2016,,, +FSM,2017,,, +FSM,2018,,, +GAB,1990,,, +GAB,1991,,, +GAB,1992,,, +GAB,1993,,, +GAB,1994,,, +GAB,1995,,, +GAB,1996,,, +GAB,1997,91.266182,91.132187,91.398048 +GAB,1998,,, +GAB,1999,,, +GAB,2000,,, +GAB,2001,,, +GAB,2002,,, +GAB,2003,,, +GAB,2004,,, +GAB,2005,,, +GAB,2006,,, +GAB,2007,,, +GAB,2008,,, +GAB,2009,,, +GAB,2010,,, +GAB,2011,,, +GAB,2012,,, +GAB,2013,,, +GAB,2014,,, +GAB,2015,,, +GAB,2016,,, +GAB,2017,,, +GAB,2018,,, +GBR,1990,99.789032,, +GBR,1991,98.119629,98.378769,97.872269 +GBR,1992,96.591408,96.765541,96.424988 +GBR,1993,,, +GBR,1994,,, +GBR,1995,,, +GBR,1996,,, +GBR,1997,,, +GBR,1998,99.905457,99.846519,99.961731 +GBR,1999,99.943703,99.977417,99.911537 +GBR,2000,99.948387,99.983231,99.915199 +GBR,2001,99.93998,, +GBR,2002,99.748329,99.817261,99.682762 +GBR,2003,99.907333,99.995567,99.823402 +GBR,2004,99.312698,99.394676,99.234703 +GBR,2005,99.998619,99.999138,99.998131 +GBR,2006,99.557404,99.810181,99.31649 +GBR,2007,97.727699,97.969643,97.496971 +GBR,2008,98.903641,98.856041,98.949043 +GBR,2009,98.171638,98.11264,98.227898 +GBR,2010,98.377487,98.355873,98.398102 +GBR,2011,98.376663,98.424507,98.331062 +GBR,2012,98.629044,98.61216,98.645149 +GBR,2013,99.891403,, +GBR,2014,99.907997,, +GBR,2015,99.941971,, +GBR,2016,99.763443,99.692009,99.831657 +GBR,2017,,, +GBR,2018,,, +GEO,1990,,, +GEO,1991,,, +GEO,1992,,, +GEO,1993,,, +GEO,1994,,, +GEO,1995,82.531853,82.28936,82.761383 +GEO,1996,82.418381,83.249847,81.632584 +GEO,1997,83.722359,83.494049,83.937927 +GEO,1998,,, +GEO,1999,,, +GEO,2000,,, +GEO,2001,,, +GEO,2002,,, +GEO,2003,,, +GEO,2004,86.818619,85.360031,88.230042 +GEO,2005,85.784569,85.090302,86.449051 +GEO,2006,87.815819,88.445221,87.225563 +GEO,2007,93.891449,92.565536,95.107681 +GEO,2008,95.606071,94.931831,96.213013 +GEO,2009,95.004417,94.778839,95.204773 +GEO,2010,,, +GEO,2011,96.259903,96.563667,95.991783 +GEO,2012,98.031013,97.59214,98.418457 +GEO,2013,99.661209,, +GEO,2014,99.746742,, +GEO,2015,99.619049,, +GEO,2016,99.625923,, +GEO,2017,99.261322,, +GEO,2018,,, +GHA,1990,,, +GHA,1991,,, +GHA,1992,,, +GHA,1993,,, +GHA,1994,,, +GHA,1995,,, +GHA,1996,,, +GHA,1997,,, +GHA,1998,,, +GHA,1999,62.14608,60.933601,63.307159 +GHA,2000,65.74942,64.760468,66.69635 +GHA,2001,60.320129,59.765541,60.85199 +GHA,2002,62.81094,62.459541,63.147491 +GHA,2003,61.449478,61.518051,61.383869 +GHA,2004,,, +GHA,2005,65.268913,64.95211,65.572037 +GHA,2006,64.211884,64.487633,63.94762 +GHA,2007,69.814583,69.876678,69.754982 +GHA,2008,74.941383,75.127419,74.762581 +GHA,2009,73.733459,73.767807,73.700432 +GHA,2010,,, +GHA,2011,81.974808,82.109062,81.846069 +GHA,2012,80.933723,, +GHA,2013,85.84845,85.992973,85.709633 +GHA,2014,88.390961,88.582314,88.207367 +GHA,2015,90.113571,90.363449,89.87413 +GHA,2016,86.701027,87.554314,85.884041 +GHA,2017,85.144669,85.880676,84.440514 +GHA,2018,84.107353,84.882294,83.366058 +GIB,1990,,, +GIB,1991,,, +GIB,1992,,, +GIB,1993,,, +GIB,1994,,, +GIB,1995,,, +GIB,1996,,, +GIB,1997,,, +GIB,1998,,, +GIB,1999,,, +GIB,2000,,, +GIB,2001,,, +GIB,2002,,, +GIB,2003,,, +GIB,2004,,, +GIB,2005,,, +GIB,2006,,, +GIB,2007,,, +GIB,2008,,, +GIB,2009,,, +GIB,2010,,, +GIB,2011,,, +GIB,2012,,, +GIB,2013,,, +GIB,2014,,, +GIB,2015,,, +GIB,2016,,, +GIB,2017,,, +GIB,2018,,, +GIN,1990,26.026541,16.90733,35.169998 +GIN,1991,27.79121,18.411739,37.184029 +GIN,1992,,, +GIN,1993,,, +GIN,1994,,, +GIN,1995,,, +GIN,1996,,, +GIN,1997,,, +GIN,1998,39.368961,30.69265,47.97945 +GIN,1999,41.834221,33.597729,49.996769 +GIN,2000,44.942219,37.59967,52.20842 +GIN,2001,48.392281,41.35498,55.346439 +GIN,2002,55.714329,48.252102,63.07774 +GIN,2003,59.19466,52.09201,66.193367 +GIN,2004,62.246738,55.471989,68.914207 +GIN,2005,64.29039,58.086121,70.390747 +GIN,2006,66.56588,60.996681,72.038681 +GIN,2007,68.633873,63.23381,73.938759 +GIN,2008,67.754639,62.345539,73.069099 +GIN,2009,69.226059,63.765049,74.593887 +GIN,2010,71.667549,65.081619,78.145103 +GIN,2011,75.835129,70.143318,81.437286 +GIN,2012,75.435928,69.641739,81.142982 +GIN,2013,76.569946,70.596268,82.456352 +GIN,2014,80.299492,74.218491,86.292999 +GIN,2015,,, +GIN,2016,78.85643,71.298286,86.30938 +GIN,2017,,, +GIN,2018,,, +GMB,1990,47.79332,, +GMB,1991,,, +GMB,1992,45.997959,38.276039,53.701359 +GMB,1993,49.308262,41.58852,56.999149 +GMB,1994,,, +GMB,1995,,, +GMB,1996,59.40659,52.74527,66.01329 +GMB,1997,,, +GMB,1998,63.394451,58.248569,68.501228 +GMB,1999,74.923943,69.9049,79.902412 +GMB,2000,72.543159,68.900909,76.151932 +GMB,2001,73.442169,71.090729,75.767883 +GMB,2002,71.33876,69.04351,73.608788 +GMB,2003,74.992699,74.834541,75.148979 +GMB,2004,75.10434,76.29953,73.924751 +GMB,2005,72.237213,74.126022,70.375504 +GMB,2006,76.592468,78.514771,74.699921 +GMB,2007,76.31752,78.543808,74.124519 +GMB,2008,71.934708,74.611687,69.29744 +GMB,2009,,, +GMB,2010,69.987129,71.327728,68.667397 +GMB,2011,69.85643,71.725403,68.017723 +GMB,2012,72.256531,74.69117,69.860443 +GMB,2013,68.271988,70.628883,65.952499 +GMB,2014,71.035278,74.022552,68.096367 +GMB,2015,74.026268,77.321999,70.785812 +GMB,2016,76.110474,79.832733,72.453278 +GMB,2017,78.628189,82.585678,74.739342 +GMB,2018,79.372322,83.412521,75.402458 +GNB,1990,,, +GNB,1991,,, +GNB,1992,,, +GNB,1993,,, +GNB,1994,,, +GNB,1995,,, +GNB,1996,,, +GNB,1997,,, +GNB,1998,,, +GNB,1999,,, +GNB,2000,47.672031,39.571129,55.831718 +GNB,2001,,, +GNB,2002,,, +GNB,2003,,, +GNB,2004,,, +GNB,2005,,, +GNB,2006,,, +GNB,2007,,, +GNB,2008,,, +GNB,2009,,, +GNB,2010,71.926483,70.170471,73.685822 +GNB,2011,,, +GNB,2012,,, +GNB,2013,,, +GNB,2014,,, +GNB,2015,,, +GNB,2016,,, +GNB,2017,,, +GNB,2018,,, +GNQ,1990,,, +GNQ,1991,,, +GNQ,1992,,, +GNQ,1993,,, +GNQ,1994,63.309422,62.437801,64.183502 +GNQ,1995,,, +GNQ,1996,,, +GNQ,1997,,, +GNQ,1998,,, +GNQ,1999,,, +GNQ,2000,64.842598,58.12645,71.485123 +GNQ,2001,71.544067,66.941177,76.084793 +GNQ,2002,69.214668,64.060349,74.296768 +GNQ,2003,67.117828,63.9454,70.243423 +GNQ,2004,,, +GNQ,2005,,, +GNQ,2006,,, +GNQ,2007,,, +GNQ,2008,46.75576,46.38591,47.118851 +GNQ,2009,45.550949,45.447868,45.651989 +GNQ,2010,44.781898,44.905449,44.66103 +GNQ,2011,45.816021,46.120289,45.51886 +GNQ,2012,47.153099,47.423149,46.88958 +GNQ,2013,,, +GNQ,2014,,, +GNQ,2015,44.203941,44.67704,43.744068 +GNQ,2016,,, +GNQ,2017,,, +GNQ,2018,,, +GRC,1990,90.994873,90.856796,91.124931 +GRC,1991,90.731293,90.636429,90.820732 +GRC,1992,88.985641,89.137993,88.842522 +GRC,1993,87.149719,87.16468,87.135712 +GRC,1994,86.477493,86.445488,86.507431 +GRC,1995,87.603996,88.575081,86.69593 +GRC,1996,86.779892,87.163094,86.421288 +GRC,1997,87.345291,87.612244,87.095337 +GRC,1998,94.063362,94.371719,93.774384 +GRC,1999,94.600487,94.845932,94.370262 +GRC,2000,95.823669,95.986198,95.671089 +GRC,2001,94.647614,94.799141,94.505241 +GRC,2002,94.860779,94.598022,95.108887 +GRC,2003,94.908562,94.540024,95.258438 +GRC,2004,94.594933,93.577583,95.566292 +GRC,2005,93.511009,92.610519,94.37571 +GRC,2006,92.94593,91.937401,93.91954 +GRC,2007,92.819672,92.009941,93.600594 +GRC,2008,,, +GRC,2009,,, +GRC,2010,93.909607,93.209801,94.581947 +GRC,2011,94.204033,93.544991,94.836548 +GRC,2012,94.509949,93.845062,95.147476 +GRC,2013,93.932838,93.342499,94.497627 +GRC,2014,92.666573,92.299294,93.016777 +GRC,2015,93.576622,93.346931,93.794708 +GRC,2016,92.906181,92.893707,92.917969 +GRC,2017,,, +GRC,2018,,, +GRD,1990,,, +GRD,1991,,, +GRD,1992,,, +GRD,1993,,, +GRD,1994,,, +GRD,1995,,, +GRD,1996,,, +GRD,1997,,, +GRD,1998,,, +GRD,1999,99.991432,, +GRD,2000,,, +GRD,2001,,, +GRD,2002,96.285332,95.547012,97.016212 +GRD,2003,,, +GRD,2004,98.520317,98.594719,98.447083 +GRD,2005,90.678139,91.463913,89.909599 +GRD,2006,,, +GRD,2007,93.424469,93.95063,92.916206 +GRD,2008,95.783653,96.467827,95.126068 +GRD,2009,97.474052,99.254967,95.768951 +GRD,2010,,, +GRD,2011,,, +GRD,2012,,, +GRD,2013,98.411911,98.45533,98.370644 +GRD,2014,97.332161,97.240379,97.41935 +GRD,2015,97.771851,97.595848,97.939049 +GRD,2016,96.84211,97.367592,96.342377 +GRD,2017,,, +GRD,2018,,, +GRL,1990,,, +GRL,1991,,, +GRL,1992,,, +GRL,1993,,, +GRL,1994,,, +GRL,1995,,, +GRL,1996,,, +GRL,1997,,, +GRL,1998,,, +GRL,1999,,, +GRL,2000,,, +GRL,2001,,, +GRL,2002,,, +GRL,2003,,, +GRL,2004,,, +GRL,2005,,, +GRL,2006,,, +GRL,2007,,, +GRL,2008,,, +GRL,2009,,, +GRL,2010,,, +GRL,2011,,, +GRL,2012,,, +GRL,2013,,, +GRL,2014,,, +GRL,2015,,, +GRL,2016,,, +GRL,2017,,, +GRL,2018,,, +GTM,1990,,, +GTM,1991,,, +GTM,1992,,, +GTM,1993,,, +GTM,1994,,, +GTM,1995,,, +GTM,1996,,, +GTM,1997,71.033127,67.43367,74.533661 +GTM,1998,,, +GTM,1999,80.793159,77.565887,83.934212 +GTM,2000,83.545242,80.816711,86.199303 +GTM,2001,82.77562,80.221588,85.260231 +GTM,2002,86.059563,83.978439,88.083252 +GTM,2003,,, +GTM,2004,90.713638,89.0495,92.328087 +GTM,2005,92.280144,90.898911,93.617699 +GTM,2006,93.91349,92.746964,95.04129 +GTM,2007,95.051613,94.194702,95.878647 +GTM,2008,95.043488,94.399139,95.664398 +GTM,2009,97.995728,97.82515,98.159691 +GTM,2010,97.410477,97.699593,97.132584 +GTM,2011,95.149437,95.540039,94.77433 +GTM,2012,92.229301,92.549278,91.922218 +GTM,2013,89.941353,90.231049,89.663467 +GTM,2014,88.09568,88.361443,87.840889 +GTM,2015,87.806671,88.028801,87.593803 +GTM,2016,87.201653,87.405418,87.006401 +GTM,2017,88.207031,88.441483,87.98243 +GTM,2018,,, +GUM,1990,,, +GUM,1991,,, +GUM,1992,,, +GUM,1993,,, +GUM,1994,,, +GUM,1995,,, +GUM,1996,,, +GUM,1997,,, +GUM,1998,,, +GUM,1999,,, +GUM,2000,,, +GUM,2001,,, +GUM,2002,,, +GUM,2003,,, +GUM,2004,,, +GUM,2005,,, +GUM,2006,,, +GUM,2007,,, +GUM,2008,,, +GUM,2009,,, +GUM,2010,,, +GUM,2011,,, +GUM,2012,,, +GUM,2013,,, +GUM,2014,,, +GUM,2015,,, +GUM,2016,,, +GUM,2017,,, +GUM,2018,,, +GUY,1990,,, +GUY,1991,91.87291,91.245842,92.4963 +GUY,1992,89.670097,88.868492,90.465393 +GUY,1993,88.124336,87.595207,88.648689 +GUY,1994,,, +GUY,1995,89.965446,89.296654,90.628532 +GUY,1996,88.43708,87.83213,89.037231 +GUY,1997,,, +GUY,1998,,, +GUY,1999,,, +GUY,2000,,, +GUY,2001,,, +GUY,2002,,, +GUY,2003,89.415894,89.327347,89.50074 +GUY,2004,,, +GUY,2005,,, +GUY,2006,,, +GUY,2007,,, +GUY,2008,97.322609,97.523117,97.130836 +GUY,2009,92.299492,92.267532,92.330009 +GUY,2010,95.892517,96.054733,95.738091 +GUY,2011,97.72361,98.190804,97.280441 +GUY,2012,95.624321,96.701988,94.603111 +GUY,2013,,, +GUY,2014,,, +GUY,2015,,, +GUY,2016,,, +GUY,2017,,, +GUY,2018,,, +HKG,1990,,, +HKG,1991,,, +HKG,1992,,, +HKG,1993,,, +HKG,1994,,, +HKG,1995,92.862877,94.00592,91.793602 +HKG,1996,92.800377,93.148682,92.473907 +HKG,1997,,, +HKG,1998,,, +HKG,1999,,, +HKG,2000,,, +HKG,2001,,, +HKG,2002,,, +HKG,2003,,, +HKG,2004,,, +HKG,2005,,, +HKG,2006,,, +HKG,2007,,, +HKG,2008,,, +HKG,2009,,, +HKG,2010,,, +HKG,2011,,, +HKG,2012,99.314781,98.919411,99.684013 +HKG,2013,99.114487,98.490669,99.699799 +HKG,2014,98.878609,98.099159,99.613182 +HKG,2015,98.707748,97.719437,99.639992 +HKG,2016,98.146446,97.369499,98.876541 +HKG,2017,98.041969,97.330711,98.707268 +HKG,2018,,, +HND,1990,,, +HND,1991,86.252411,86.78022,85.736717 +HND,1992,,, +HND,1993,87.56192,88.093163,87.043732 +HND,1994,,, +HND,1995,,, +HND,1996,,, +HND,1997,,, +HND,1998,,, +HND,1999,,, +HND,2000,85.54644,86.138786,84.972008 +HND,2001,,, +HND,2002,,, +HND,2003,88.714699,89.784042,87.680946 +HND,2004,90.265419,91.404541,89.164864 +HND,2005,86.21833,87.241913,85.229919 +HND,2006,91.50502,92.493553,90.550842 +HND,2007,85.89473,86.646744,85.169182 +HND,2008,89.579269,90.48201,88.708603 +HND,2009,88.405167,89.240494,87.599762 +HND,2010,88.493729,89.407494,87.612823 +HND,2011,89.233849,89.787163,88.700531 +HND,2012,85.832878,86.388039,85.297867 +HND,2013,82.859001,83.457687,82.282112 +HND,2014,82.691681,82.97702,82.416733 +HND,2015,81.337463,82.110924,80.592163 +HND,2016,83.064583,83.853493,82.304329 +HND,2017,83.711433,84.488167,82.962822 +HND,2018,,, +HRV,1990,,, +HRV,1991,,, +HRV,1992,,, +HRV,1993,,, +HRV,1994,,, +HRV,1995,,, +HRV,1996,,, +HRV,1997,,, +HRV,1998,83.999542,83.75132,84.235443 +HRV,1999,92.57827,92.38018,92.766891 +HRV,2000,93.906708,93.691002,94.112328 +HRV,2001,96.165428,95.775581,96.536987 +HRV,2002,98.275581,97.945099,98.590553 +HRV,2003,99.7369,, +HRV,2004,,, +HRV,2005,98.896759,99.920853,97.924271 +HRV,2006,98.858932,99.834557,97.933273 +HRV,2007,98.785912,99.887772,97.741508 +HRV,2008,97.207161,98.604156,95.883789 +HRV,2009,91.502792,91.847862,91.176018 +HRV,2010,94.758949,95.929771,93.650452 +HRV,2011,96.97216,98.172218,95.836372 +HRV,2012,98.510811,99.661079,97.422142 +HRV,2013,98.25647,99.658836,96.92955 +HRV,2014,98.335327,99.658287,97.08403 +HRV,2015,98.34581,99.655891,97.107147 +HRV,2016,97.648247,99.426857,95.967018 +HRV,2017,,, +HRV,2018,,, +HTI,1990,,, +HTI,1991,,, +HTI,1992,,, +HTI,1993,,, +HTI,1994,,, +HTI,1995,,, +HTI,1996,,, +HTI,1997,57.337349,56.876381,57.784309 +HTI,1998,,, +HTI,1999,,, +HTI,2000,,, +HTI,2001,,, +HTI,2002,,, +HTI,2003,,, +HTI,2004,,, +HTI,2005,,, +HTI,2006,,, +HTI,2007,,, +HTI,2008,,, +HTI,2009,,, +HTI,2010,,, +HTI,2011,,, +HTI,2012,,, +HTI,2013,,, +HTI,2014,,, +HTI,2015,,, +HTI,2016,,, +HTI,2017,,, +HTI,2018,,, +HUN,1990,,, +HUN,1991,,, +HUN,1992,,, +HUN,1993,,, +HUN,1994,91.536079,, +HUN,1995,90.496933,, +HUN,1996,78.415741,77.306801,79.476753 +HUN,1997,86.993584,86.24865,87.706467 +HUN,1998,95.962303,96.123322,95.808182 +HUN,1999,96.102142,96.15007,96.056252 +HUN,2000,96.569542,96.684441,96.459534 +HUN,2001,96.936333,97.106842,96.773102 +HUN,2002,97.043411,97.237961,96.857246 +HUN,2003,95.920723,95.986069,95.858253 +HUN,2004,95.558907,95.638878,95.482567 +HUN,2005,96.347672,96.217842,96.471367 +HUN,2006,96.959969,96.963219,96.956886 +HUN,2007,96.148537,96.140839,96.155853 +HUN,2008,97.010696,97.087822,96.937637 +HUN,2009,97.49913,97.83213,97.184174 +HUN,2010,97.267693,97.711693,96.848297 +HUN,2011,96.622047,97.044479,96.223534 +HUN,2012,96.122711,96.572456,95.69838 +HUN,2013,95.962624,96.213226,95.726044 +HUN,2014,96.180717,96.408348,95.965569 +HUN,2015,96.354851,96.545418,96.174377 +HUN,2016,96.861481,96.988922,96.740532 +HUN,2017,,, +HUN,2018,,, +IDN,1990,96.28035,94.747948,97.757797 +IDN,1991,95.373337,93.899544,96.792969 +IDN,1992,94.517952,92.86409,96.111778 +IDN,1993,93.31395,91.770149,94.80381 +IDN,1994,93.841728,92.097511,95.528084 +IDN,1995,93.657806,91.758003,95.497559 +IDN,1996,92.556976,91.293678,93.781631 +IDN,1997,92.503616,91.215858,93.752663 +IDN,1998,,, +IDN,1999,,, +IDN,2000,,, +IDN,2001,96.165131,95.448181,96.859573 +IDN,2002,95.425827,94.991211,95.84623 +IDN,2003,94.88829,94.097237,95.652184 +IDN,2004,94.116508,93.28904,94.914177 +IDN,2005,93.149971,91.774529,94.473534 +IDN,2006,94.479141,93.101822,95.802399 +IDN,2007,96.90078,95.196289,98.534988 +IDN,2008,96.324654,95.577721,97.037811 +IDN,2009,97.407097,96.57933,98.193199 +IDN,2010,98.051842,98.676041,97.46225 +IDN,2011,97.554733,99.80262,95.440231 +IDN,2012,95.994698,96.676819,95.353569 +IDN,2013,93.101753,93.639488,92.59584 +IDN,2014,92.00222,91.423409,92.548088 +IDN,2015,,, +IDN,2016,91.711227,89.160507,94.135689 +IDN,2017,92.734596,90.102867,95.247307 +IDN,2018,,, +IMN,1990,,, +IMN,1991,,, +IMN,1992,,, +IMN,1993,,, +IMN,1994,,, +IMN,1995,,, +IMN,1996,,, +IMN,1997,,, +IMN,1998,,, +IMN,1999,,, +IMN,2000,,, +IMN,2001,,, +IMN,2002,,, +IMN,2003,,, +IMN,2004,,, +IMN,2005,,, +IMN,2006,,, +IMN,2007,,, +IMN,2008,,, +IMN,2009,,, +IMN,2010,,, +IMN,2011,,, +IMN,2012,,, +IMN,2013,,, +IMN,2014,,, +IMN,2015,,, +IMN,2016,,, +IMN,2017,,, +IMN,2018,,, +IND,1990,77.50029,65.414627,88.746132 +IND,1991,,, +IND,1992,,, +IND,1993,,, +IND,1994,,, +IND,1995,,, +IND,1996,,, +IND,1997,,, +IND,1998,,, +IND,1999,,, +IND,2000,84.167023,76.652893,91.043343 +IND,2001,84.093384,77.377586,90.209778 +IND,2002,83.899117,77.783249,89.448982 +IND,2003,88.730957,87.334084,89.995117 +IND,2004,,, +IND,2005,,, +IND,2006,,, +IND,2007,96.980438,96.218399,97.666412 +IND,2008,97.001282,97.653252,96.4151 +IND,2009,95.659042,96.896599,94.547882 +IND,2010,96.206596,97.19915,95.316719 +IND,2011,95.769989,97.185753,94.502419 +IND,2012,96.997711,97.715286,96.355759 +IND,2013,97.730026,98.448631,97.087273 +IND,2014,,, +IND,2015,,, +IND,2016,,, +IND,2017,,, +IND,2018,,, +IRL,1990,87.818268,88.855919,86.835541 +IRL,1991,87.405571,88.213928,86.64003 +IRL,1992,86.65049,87.303818,86.0317 +IRL,1993,86.399101,87.025574,85.805878 +IRL,1994,86.513206,87.175819,85.886009 +IRL,1995,86.793762,87.491058,86.133972 +IRL,1996,87.531281,88.27832,86.8246 +IRL,1997,,, +IRL,1998,99.390938,99.633698,99.16082 +IRL,1999,99.810257,, +IRL,2000,99.959167,, +IRL,2001,99.817169,99.991966,99.651108 +IRL,2002,99.780418,, +IRL,2003,99.98098,, +IRL,2004,99.908058,, +IRL,2005,99.741478,, +IRL,2006,99.88266,, +IRL,2007,99.824959,, +IRL,2008,99.925552,, +IRL,2009,99.97364,, +IRL,2010,99.784149,99.989357,99.588631 +IRL,2011,97.527237,97.31237,97.731598 +IRL,2012,99.752007,99.816719,99.690269 +IRL,2013,99.54467,99.460991,99.624557 +IRL,2014,99.586761,99.617012,99.557838 +IRL,2015,99.950623,, +IRL,2016,99.970161,99.957932,99.98185 +IRL,2017,,, +IRL,2018,,, +IRN,1990,92.514229,88.160248,96.665909 +IRN,1991,,, +IRN,1992,96.297508,93.398163,99.065407 +IRN,1993,,, +IRN,1994,,, +IRN,1995,,, +IRN,1996,,, +IRN,1997,93.174698,91.148933,95.115578 +IRN,1998,,, +IRN,1999,85.538918,83.708931,87.296257 +IRN,2000,84.873749,83.336594,86.349182 +IRN,2001,,, +IRN,2002,93.401443,91.237793,95.473953 +IRN,2003,92.804138,91.046432,94.484261 +IRN,2004,95.836609,94.219948,97.378723 +IRN,2005,95.622742,94.417824,96.771828 +IRN,2006,98.791206,, +IRN,2007,98.980217,99.289574,98.68663 +IRN,2008,,, +IRN,2009,99.578758,, +IRN,2010,99.68354,, +IRN,2011,99.830429,, +IRN,2012,99.649139,, +IRN,2013,98.635292,, +IRN,2014,99.548424,, +IRN,2015,99.414436,, +IRN,2016,99.137749,, +IRN,2017,98.663803,, +IRN,2018,,, +IRQ,1990,,, +IRQ,1991,,, +IRQ,1992,,, +IRQ,1993,78.043159,73.761169,82.09108 +IRQ,1994,,, +IRQ,1995,,, +IRQ,1996,75.704811,71.128471,80.030968 +IRQ,1997,,, +IRQ,1998,,, +IRQ,1999,89.655312,83.04126,95.912827 +IRQ,2000,88.553108,82.056389,94.698624 +IRQ,2001,,, +IRQ,2002,,, +IRQ,2003,94.259369,, +IRQ,2004,92.993988,86.693428,98.948997 +IRQ,2005,,, +IRQ,2006,,, +IRQ,2007,92.32209,86.59845,97.726791 +IRQ,2008,,, +IRQ,2009,,, +IRQ,2010,,, +IRQ,2011,,, +IRQ,2012,,, +IRQ,2013,,, +IRQ,2014,,, +IRQ,2015,,, +IRQ,2016,,, +IRQ,2017,,, +IRQ,2018,,, +ISL,1990,,, +ISL,1991,,, +ISL,1992,,, +ISL,1993,,, +ISL,1994,97.336647,97.325432,97.347343 +ISL,1995,,, +ISL,1996,97.989799,98.440948,97.562408 +ISL,1997,98.478493,98.861282,98.115547 +ISL,1998,99.51725,99.194939,99.823479 +ISL,1999,98.890106,, +ISL,2000,98.915771,, +ISL,2001,99.256042,, +ISL,2002,99.287354,, +ISL,2003,98.285393,97.333504,99.198433 +ISL,2004,96.621223,95.492798,97.70269 +ISL,2005,96.825249,95.674843,97.925522 +ISL,2006,97.322632,96.882568,97.74276 +ISL,2007,98.140663,98.4981,97.799042 +ISL,2008,99.227814,99.600349,98.870941 +ISL,2009,99.689209,, +ISL,2010,99.277924,99.582909,98.983498 +ISL,2011,98.788017,98.977303,98.604408 +ISL,2012,98.251892,98.452873,98.056778 +ISL,2013,98.118843,97.816422,98.412079 +ISL,2014,98.219742,97.780899,98.643761 +ISL,2015,98.638397,98.623337,98.652863 +ISL,2016,99.518188,99.450371,99.582741 +ISL,2017,,, +ISL,2018,,, +ISR,1990,,, +ISR,1991,,, +ISR,1992,,, +ISR,1993,,, +ISR,1994,,, +ISR,1995,,, +ISR,1996,,, +ISR,1997,,, +ISR,1998,,, +ISR,1999,97.60363,97.381561,97.815628 +ISR,2000,97.850403,97.635101,98.05571 +ISR,2001,98.311073,98.389442,98.236458 +ISR,2002,97.989479,98.074951,97.90818 +ISR,2003,98.078041,98.172501,97.988297 +ISR,2004,97.658684,97.915031,97.415489 +ISR,2005,97.546204,97.871017,97.238358 +ISR,2006,97.068573,97.531281,96.630249 +ISR,2007,97.297462,97.756668,96.862518 +ISR,2008,97.26902,97.684059,96.875816 +ISR,2009,96.968391,97.300331,96.653732 +ISR,2010,97.382584,97.771004,97.014168 +ISR,2011,97.015579,97.370903,96.678467 +ISR,2012,97.664452,97.985512,97.359756 +ISR,2013,97.259651,97.542557,96.991211 +ISR,2014,97.05925,97.36097,96.773109 +ISR,2015,97.556686,97.8955,97.235619 +ISR,2016,97.052582,97.613922,96.521149 +ISR,2017,97.323547,97.805489,96.867218 +ISR,2018,,, +ITA,1990,,, +ITA,1991,,, +ITA,1992,,, +ITA,1993,,, +ITA,1994,,, +ITA,1995,97.018051,, +ITA,1996,98.108551,97.731628,98.46476 +ITA,1997,98.834808,98.770691,98.895432 +ITA,1998,,, +ITA,1999,99.91317,, +ITA,2000,99.751381,99.72155,99.77964 +ITA,2001,99.666801,99.542686,99.784332 +ITA,2002,99.581879,99.458961,99.698227 +ITA,2003,99.5373,99.310539,99.751808 +ITA,2004,99.343399,99.17955,99.498283 +ITA,2005,99.304657,98.874573,99.711159 +ITA,2006,99.21508,98.737572,99.666656 +ITA,2007,99.159042,98.621071,99.667847 +ITA,2008,99.102982,98.537743,99.637878 +ITA,2009,99.145462,98.65419,99.610687 +ITA,2010,99.250938,98.835449,99.644539 +ITA,2011,98.990013,98.480438,99.472603 +ITA,2012,99.313301,98.95208,99.655586 +ITA,2013,99.452003,99.202904,99.688026 +ITA,2014,99.332222,99.065338,99.5849 +ITA,2015,99.041573,98.862061,99.211304 +ITA,2016,98.61219,98.461349,98.754601 +ITA,2017,,, +ITA,2018,,, +JAM,1990,97.364632,97.652832,97.08223 +JAM,1991,95.730682,96.046021,95.420914 +JAM,1992,,, +JAM,1993,92.666649,91.729752,93.589478 +JAM,1994,,, +JAM,1995,,, +JAM,1996,,, +JAM,1997,,, +JAM,1998,,, +JAM,1999,91.385437,91.532341,91.242287 +JAM,2000,92.8489,92.945808,92.75489 +JAM,2001,92.534203,92.686089,92.387466 +JAM,2002,91.779037,92.276291,91.302658 +JAM,2003,90.532204,91.11731,89.973419 +JAM,2004,92.299133,92.83075,91.791389 +JAM,2005,,, +JAM,2006,,, +JAM,2007,,, +JAM,2008,,, +JAM,2009,,, +JAM,2010,,, +JAM,2011,,, +JAM,2012,,, +JAM,2013,,, +JAM,2014,,, +JAM,2015,,, +JAM,2016,,, +JAM,2017,,, +JAM,2018,,, +JOR,1990,,, +JOR,1991,,, +JOR,1992,,, +JOR,1993,,, +JOR,1994,,, +JOR,1995,,, +JOR,1996,,, +JOR,1997,,, +JOR,1998,,, +JOR,1999,91.024139,91.813141,90.279991 +JOR,2000,92.144363,93.005562,91.33078 +JOR,2001,,, +JOR,2002,94.61821,95.377808,93.898651 +JOR,2003,95.925781,96.868408,95.032249 +JOR,2004,95.995079,97.241447,94.813278 +JOR,2005,,, +JOR,2006,,, +JOR,2007,,, +JOR,2008,,, +JOR,2009,,, +JOR,2010,,, +JOR,2011,,, +JOR,2012,,, +JOR,2013,,, +JOR,2014,,, +JOR,2015,,, +JOR,2016,,, +JOR,2017,,, +JOR,2018,,, +JPN,1990,99.81221,, +JPN,1991,99.29792,99.525177,99.082199 +JPN,1992,98.95105,99.221291,98.694557 +JPN,1993,,, +JPN,1994,99.515099,99.761398,99.281418 +JPN,1995,99.759209,, +JPN,1996,,, +JPN,1997,,, +JPN,1998,,, +JPN,1999,,, +JPN,2000,,, +JPN,2001,,, +JPN,2002,,, +JPN,2003,,, +JPN,2004,,, +JPN,2005,,, +JPN,2006,,, +JPN,2007,,, +JPN,2008,,, +JPN,2009,,, +JPN,2010,,, +JPN,2011,,, +JPN,2012,,, +JPN,2013,98.636993,98.877548,98.408958 +JPN,2014,98.285118,98.506493,98.075272 +JPN,2015,98.799942,98.963577,98.644821 +JPN,2016,98.235161,98.436119,98.044731 +JPN,2017,,, +JPN,2018,,, +KAZ,1990,,, +KAZ,1991,,, +KAZ,1992,,, +KAZ,1993,,, +KAZ,1994,,, +KAZ,1995,,, +KAZ,1996,,, +KAZ,1997,,, +KAZ,1998,,, +KAZ,1999,,, +KAZ,2000,93.485123,94.252083,92.743553 +KAZ,2001,96.601128,96.800758,96.409348 +KAZ,2002,97.723343,97.913452,97.541092 +KAZ,2003,98.01194,98.46183,97.582077 +KAZ,2004,98.27832,98.627403,97.945587 +KAZ,2005,98.45797,98.835739,98.09787 +KAZ,2006,97.60836,97.96804,97.264702 +KAZ,2007,97.48101,97.534401,97.429947 +KAZ,2008,98.892853,99.060516,98.732643 +KAZ,2009,99.434311,99.604851,99.27169 +KAZ,2010,99.623756,, +KAZ,2011,99.215988,99.67234,98.782761 +KAZ,2012,99.356522,99.65918,99.069168 +KAZ,2013,99.331673,99.635002,99.043571 +KAZ,2014,99.441101,99.598618,99.291573 +KAZ,2015,99.845367,99.92569,99.769249 +KAZ,2016,99.720757,99.916817,99.535347 +KAZ,2017,99.103447,99.937927,98.315559 +KAZ,2018,98.934677,99.935448,97.990593 +KEN,1990,,, +KEN,1991,,, +KEN,1992,,, +KEN,1993,,, +KEN,1994,,, +KEN,1995,,, +KEN,1996,,, +KEN,1997,,, +KEN,1998,,, +KEN,1999,62.654999,63.136292,62.17857 +KEN,2000,65.47673,66.507172,64.456886 +KEN,2001,66.651421,67.520088,65.791679 +KEN,2002,61.313271,61.704231,60.926418 +KEN,2003,72.655838,72.76976,72.543152 +KEN,2004,70.889076,70.972191,70.8069 +KEN,2005,71.69503,71.946457,71.446419 +KEN,2006,70.893852,71.5382,70.256973 +KEN,2007,81.008957,81.0672,80.951424 +KEN,2008,77.253693,77.832916,76.681633 +KEN,2009,78.871437,79.439247,78.310837 +KEN,2010,,, +KEN,2011,,, +KEN,2012,83.119049,84.941833,81.321739 +KEN,2013,,, +KEN,2014,,, +KEN,2015,,, +KEN,2016,,, +KEN,2017,,, +KEN,2018,,, +KGZ,1990,,, +KGZ,1991,,, +KGZ,1992,,, +KGZ,1993,,, +KGZ,1994,,, +KGZ,1995,,, +KGZ,1996,92.243629,90.460403,93.977371 +KGZ,1997,,, +KGZ,1998,,, +KGZ,1999,93.295273,93.308472,93.282478 +KGZ,2000,92.74424,92.676941,92.809341 +KGZ,2001,93.55085,93.109039,93.977638 +KGZ,2002,93.538292,93.073578,93.987556 +KGZ,2003,93.302147,92.928062,93.663818 +KGZ,2004,97.895279,98.055161,97.740791 +KGZ,2005,95.561661,95.541328,95.581299 +KGZ,2006,96.787514,96.502876,97.062691 +KGZ,2007,95.762581,95.595467,95.923538 +KGZ,2008,95.19149,95.019234,95.356987 +KGZ,2009,94.45845,94.501701,94.416946 +KGZ,2010,95.094429,94.903893,95.277283 +KGZ,2011,94.896187,94.823219,94.96627 +KGZ,2012,98.422729,98.05645,98.77494 +KGZ,2013,98.422287,97.998543,98.830002 +KGZ,2014,98.094437,97.760803,98.415413 +KGZ,2015,98.085197,97.747902,98.409523 +KGZ,2016,98.470161,98.132828,98.794373 +KGZ,2017,98.541908,98.280563,98.792793 +KGZ,2018,,, +KHM,1990,,, +KHM,1991,,, +KHM,1992,,, +KHM,1993,,, +KHM,1994,,, +KHM,1995,,, +KHM,1996,,, +KHM,1997,83.120979,76.301552,89.799667 +KHM,1998,84.976578,78.481781,91.306602 +KHM,1999,86.914337,81.505234,92.15667 +KHM,2000,92.68261,87.301277,97.873878 +KHM,2001,,, +KHM,2002,,, +KHM,2003,97.707748,95.694878,99.649742 +KHM,2004,,, +KHM,2005,,, +KHM,2006,94.855217,94.00132,95.675713 +KHM,2007,95.910873,93.99543,97.747383 +KHM,2008,94.600739,92.707779,96.41851 +KHM,2009,,, +KHM,2010,93.640289,92.69281,94.559319 +KHM,2011,97.518799,95.218246,99.762489 +KHM,2012,97.406754,95.087082,99.680077 +KHM,2013,,, +KHM,2014,95.068611,94.011147,96.101707 +KHM,2015,95.28891,96.586372,94.030663 +KHM,2016,92.781609,92.752968,92.809143 +KHM,2017,90.561569,90.346786,90.766548 +KHM,2018,,, +KIR,1990,,, +KIR,1991,99.758598,, +KIR,1992,99.910294,, +KIR,1993,98.867241,, +KIR,1994,99.011108,, +KIR,1995,98.302032,, +KIR,1996,98.286819,, +KIR,1997,99.132851,, +KIR,1998,,, +KIR,1999,,, +KIR,2000,,, +KIR,2001,,, +KIR,2002,,, +KIR,2003,,, +KIR,2004,,, +KIR,2005,,, +KIR,2006,,, +KIR,2007,,, +KIR,2008,,, +KIR,2009,,, +KIR,2010,,, +KIR,2011,,, +KIR,2012,,, +KIR,2013,,, +KIR,2014,97.649582,, +KIR,2015,96.869659,, +KIR,2016,98.134201,, +KIR,2017,96.544502,, +KIR,2018,,, +KNA,1990,,, +KNA,1991,,, +KNA,1992,,, +KNA,1993,,, +KNA,1994,,, +KNA,1995,,, +KNA,1996,,, +KNA,1997,,, +KNA,1998,,, +KNA,1999,,, +KNA,2000,,, +KNA,2001,,, +KNA,2002,,, +KNA,2003,,, +KNA,2004,,, +KNA,2005,,, +KNA,2006,,, +KNA,2007,,, +KNA,2008,,, +KNA,2009,,, +KNA,2010,,, +KNA,2011,,, +KNA,2012,,, +KNA,2013,,, +KNA,2014,,, +KNA,2015,,, +KNA,2016,,, +KNA,2017,,, +KNA,2018,,, +KOR,1990,99.780418,, +KOR,1991,99.743553,, +KOR,1992,99.581787,, +KOR,1993,99.351143,, +KOR,1994,99.002853,, +KOR,1995,98.504982,, +KOR,1996,98.228012,, +KOR,1997,98.534378,, +KOR,1998,97.93087,99.54055,96.528297 +KOR,1999,98.616669,99.995163,97.416039 +KOR,2000,99.193253,99.896843,98.578056 +KOR,2001,98.183739,98.484238,97.920029 +KOR,2002,97.9021,98.045631,97.775551 +KOR,2003,98.686958,98.648529,98.721046 +KOR,2004,98.429657,98.304741,98.541237 +KOR,2005,99.685158,99.426376,99.918121 +KOR,2006,99.67292,99.460037,99.866028 +KOR,2007,99.69326,99.562172,99.812828 +KOR,2008,99.76873,99.807182,99.733559 +KOR,2009,99.592056,99.686592,99.505623 +KOR,2010,99.162003,99.371101,98.97126 +KOR,2011,98.905647,99.333351,98.516029 +KOR,2012,97.32505,97.839798,96.85569 +KOR,2013,94.450546,94.958168,93.98613 +KOR,2014,94.672409,95.121353,94.259216 +KOR,2015,97.342628,97.702141,97.009308 +KOR,2016,96.542824,96.73819,96.360558 +KOR,2017,,, +KOR,2018,,, +KWT,1990,,, +KWT,1991,,, +KWT,1992,46.9865,46.591579,47.36412 +KWT,1993,,, +KWT,1994,67.87883,67.646912,68.102112 +KWT,1995,,, +KWT,1996,88.973022,85.323311,92.81076 +KWT,1997,88.509804,83.974297,93.409042 +KWT,1998,94.890961,, +KWT,1999,94.345367,91.324226,97.396538 +KWT,2000,90.998093,92.034439,90.026627 +KWT,2001,90.58577,95.536888,86.24704 +KWT,2002,93.179169,98.485352,88.661087 +KWT,2003,92.745033,, +KWT,2004,94.407806,99.915833,89.570381 +KWT,2005,92.364922,94.510849,90.416748 +KWT,2006,,, +KWT,2007,97.778351,96.658089,98.864189 +KWT,2008,98.801888,97.630043,99.946419 +KWT,2009,,, +KWT,2010,98.691429,97.971619,99.389069 +KWT,2011,99.100082,98.561058,99.616882 +KWT,2012,98.37233,99.471169,97.333794 +KWT,2013,97.467827,99.304329,95.75238 +KWT,2014,97.379662,99.333557,95.568604 +KWT,2015,97.59156,99.668732,95.673264 +KWT,2016,96.736183,98.577957,95.036377 +KWT,2017,93.195267,93.099533,93.284317 +KWT,2018,,, +LAO,1990,64.666107,, +LAO,1991,,, +LAO,1992,57.90955,53.708912,61.978409 +LAO,1993,62.71339,58.07304,67.20993 +LAO,1994,66.429779,61.55954,71.15155 +LAO,1995,,, +LAO,1996,68.371483,64.437691,72.187271 +LAO,1997,70.866379,67.122131,74.498482 +LAO,1998,74.157852,70.373497,77.82756 +LAO,1999,74.784248,71.365158,78.098732 +LAO,2000,75.648087,72.244034,78.948433 +LAO,2001,75.130112,71.869522,78.293922 +LAO,2002,76.300781,72.971321,79.533852 +LAO,2003,78.918861,75.584793,82.159889 +LAO,2004,79.640808,76.830559,82.375214 +LAO,2005,80.96936,78.341202,83.527153 +LAO,2006,82.565659,79.841698,85.214684 +LAO,2007,85.238899,82.715157,87.69313 +LAO,2008,87.729912,85.557381,89.840393 +LAO,2009,90.098358,88.491158,91.656921 +LAO,2010,94.760513,93.166733,96.30304 +LAO,2011,94.71283,93.594711,95.793091 +LAO,2012,94.744324,93.656151,95.794006 +LAO,2013,96.767769,95.811867,97.688568 +LAO,2014,97.192123,96.386383,97.967331 +LAO,2015,95.606598,95.034599,96.156349 +LAO,2016,94.720139,93.980293,95.430557 +LAO,2017,93.340736,92.821167,93.839317 +LAO,2018,,, +LBN,1990,,, +LBN,1991,,, +LBN,1992,,, +LBN,1993,,, +LBN,1994,,, +LBN,1995,,, +LBN,1996,,, +LBN,1997,84.195389,83.008476,85.323448 +LBN,1998,99.793587,, +LBN,1999,,, +LBN,2000,,, +LBN,2001,,, +LBN,2002,98.571182,, +LBN,2003,97.708572,96.353287,99.053528 +LBN,2004,95.896271,93.924217,97.880478 +LBN,2005,91.680138,89.117622,94.287613 +LBN,2006,88.849663,85.808632,91.977737 +LBN,2007,89.772659,86.738792,92.88813 +LBN,2008,90.60067,87.596619,93.681099 +LBN,2009,91.797958,88.38591,95.295448 +LBN,2010,93.330261,90.110039,96.635559 +LBN,2011,93.329109,89.99472,96.762108 +LBN,2012,90.272087,87.195107,93.425941 +LBN,2013,89.035561,86.084969,92.054176 +LBN,2014,83.91745,81.320641,86.571159 +LBN,2015,83.649239,80.938118,86.41507 +LBN,2016,84.352654,81.752136,86.998299 +LBN,2017,88.543152,86.02552,91.092918 +LBN,2018,,, +LBR,1990,,, +LBR,1991,,, +LBR,1992,,, +LBR,1993,,, +LBR,1994,,, +LBR,1995,,, +LBR,1996,,, +LBR,1997,,, +LBR,1998,,, +LBR,1999,46.762669,40.839531,52.575432 +LBR,2000,,, +LBR,2001,,, +LBR,2002,,, +LBR,2003,,, +LBR,2004,,, +LBR,2005,,, +LBR,2006,35.201321,35.272049,35.132519 +LBR,2007,,, +LBR,2008,42.735741,41.398891,44.03249 +LBR,2009,40.26841,38.644588,41.840858 +LBR,2010,,, +LBR,2011,41.018478,39.883629,42.113731 +LBR,2012,,, +LBR,2013,,, +LBR,2014,38.211861,37.192982,39.19072 +LBR,2015,37.68327,36.350159,38.96254 +LBR,2016,36.754589,, +LBR,2017,,, +LBR,2018,,, +LBY,1990,,, +LBY,1991,,, +LBY,1992,,, +LBY,1993,,, +LBY,1994,,, +LBY,1995,,, +LBY,1996,,, +LBY,1997,,, +LBY,1998,,, +LBY,1999,,, +LBY,2000,,, +LBY,2001,,, +LBY,2002,,, +LBY,2003,,, +LBY,2004,,, +LBY,2005,,, +LBY,2006,,, +LBY,2007,,, +LBY,2008,,, +LBY,2009,,, +LBY,2010,,, +LBY,2011,,, +LBY,2012,,, +LBY,2013,,, +LBY,2014,,, +LBY,2015,,, +LBY,2016,,, +LBY,2017,,, +LBY,2018,,, +LCA,1990,97.31311,95.916618,98.698196 +LCA,1991,,, +LCA,1992,,, +LCA,1993,,, +LCA,1994,,, +LCA,1995,,, +LCA,1996,,, +LCA,1997,,, +LCA,1998,,, +LCA,1999,,, +LCA,2000,90.651527,88.685242,92.626839 +LCA,2001,91.060654,88.493828,93.616318 +LCA,2002,98.335159,97.135002,99.522041 +LCA,2003,97.085541,95.856628,98.296593 +LCA,2004,94.893509,93.393631,96.372749 +LCA,2005,92.54187,91.098831,93.969627 +LCA,2006,95.074074,93.574371,96.565231 +LCA,2007,94.522179,93.19722,95.843987 +LCA,2008,,, +LCA,2009,,, +LCA,2010,,, +LCA,2011,,, +LCA,2012,,, +LCA,2013,,, +LCA,2014,,, +LCA,2015,,, +LCA,2016,,, +LCA,2017,,, +LCA,2018,,, +LIE,1990,,, +LIE,1991,,, +LIE,1992,,, +LIE,1993,,, +LIE,1994,,, +LIE,1995,,, +LIE,1996,,, +LIE,1997,,, +LIE,1998,,, +LIE,1999,,, +LIE,2000,,, +LIE,2001,,, +LIE,2002,,, +LIE,2003,99.228539,, +LIE,2004,99.431847,, +LIE,2005,,, +LIE,2006,98.851669,, +LIE,2007,98.902153,, +LIE,2008,99.217598,, +LIE,2009,98.520401,, +LIE,2010,99.184921,, +LIE,2011,98.697243,, +LIE,2012,98.479286,, +LIE,2013,,, +LIE,2014,97.498672,98.066597,96.940933 +LIE,2015,99.807671,, +LIE,2016,99.310791,, +LIE,2017,,, +LIE,2018,,, +LKA,1990,,, +LKA,1991,,, +LKA,1992,,, +LKA,1993,,, +LKA,1994,,, +LKA,1995,,, +LKA,1996,,, +LKA,1997,,, +LKA,1998,,, +LKA,1999,,, +LKA,2000,,, +LKA,2001,99.881172,, +LKA,2002,99.924713,, +LKA,2003,99.617409,99.713509,99.524368 +LKA,2004,96.848343,, +LKA,2005,97.253326,97.237679,97.268494 +LKA,2006,96.731331,96.466789,96.988037 +LKA,2007,96.372223,96.018898,96.716011 +LKA,2008,95.5494,95.110748,95.978088 +LKA,2009,93.378632,92.739662,94.006607 +LKA,2010,95.043442,94.21788,95.85981 +LKA,2011,95.179932,94.181778,96.170418 +LKA,2012,95.350082,94.359901,96.333801 +LKA,2013,96.4814,95.506081,97.449348 +LKA,2014,97.307732,96.428688,98.178131 +LKA,2015,99.081207,, +LKA,2016,99.080101,, +LKA,2017,99.29702,, +LKA,2018,,, +LSO,1990,71.323914,79.827087,63.006599 +LSO,1991,72.848701,81.626511,64.322456 +LSO,1992,73.121712,81.616669,64.905197 +LSO,1993,70.702698,78.572342,63.101528 +LSO,1994,71.826469,79.030197,64.857758 +LSO,1995,70.703773,76.834244,64.749428 +LSO,1996,70.909073,77.086746,64.898827 +LSO,1997,,, +LSO,1998,62.867149,67.416649,58.410839 +LSO,1999,59.19405,62.984051,55.472328 +LSO,2000,79.866051,83.293159,76.499611 +LSO,2001,80.076813,83.414124,76.786522 +LSO,2002,80.522392,83.503319,77.579086 +LSO,2003,80.621857,83.499641,77.780251 +LSO,2004,78.247643,80.720291,75.806938 +LSO,2005,77.486099,79.831757,75.17067 +LSO,2006,77.789177,79.990311,75.617561 +LSO,2007,75.290466,77.040291,73.564003 +LSO,2008,76.386589,78.318169,74.479691 +LSO,2009,76.959351,79.127769,74.816902 +LSO,2010,78.985451,80.678062,77.311821 +LSO,2011,80.365784,81.708199,79.038017 +LSO,2012,81.607193,83.057648,80.172272 +LSO,2013,79.543839,81.234894,77.870651 +LSO,2014,80.15023,81.66581,78.65052 +LSO,2015,80.145119,81.509003,78.795441 +LSO,2016,80.512016,81.842697,79.194298 +LSO,2017,81.565033,82.585274,80.554466 +LSO,2018,,, +LTU,1990,,, +LTU,1991,,, +LTU,1992,,, +LTU,1993,,, +LTU,1994,,, +LTU,1995,,, +LTU,1996,,, +LTU,1997,,, +LTU,1998,96.238708,96.164383,96.310173 +LTU,1999,96.4328,96.462341,96.404419 +LTU,2000,97.928078,98.263023,97.608101 +LTU,2001,98.163437,98.085899,98.237663 +LTU,2002,98.094688,98.023468,98.162857 +LTU,2003,98.249748,98.45974,98.048981 +LTU,2004,98.369072,98.399078,98.340431 +LTU,2005,98.646271,99.0923,98.221283 +LTU,2006,98.900726,99.278473,98.543991 +LTU,2007,99.002548,99.383133,98.643547 +LTU,2008,99.203873,99.443764,98.978973 +LTU,2009,99.166893,99.370277,98.975456 +LTU,2010,99.293938,99.361992,99.22963 +LTU,2011,99.388878,99.490913,99.292542 +LTU,2012,99.346878,99.508087,99.19381 +LTU,2013,99.669884,99.853813,99.495461 +LTU,2014,99.748398,99.872551,99.629669 +LTU,2015,99.752319,99.867142,99.642021 +LTU,2016,99.744728,99.87896,99.616249 +LTU,2017,,, +LTU,2018,,, +LUX,1990,,, +LUX,1991,,, +LUX,1992,,, +LUX,1993,,, +LUX,1994,,, +LUX,1995,,, +LUX,1996,,, +LUX,1997,,, +LUX,1998,,, +LUX,1999,97.3414,98.399841,96.328003 +LUX,2000,97.102921,98.22612,96.029213 +LUX,2001,96.740211,97.028358,96.465332 +LUX,2002,96.999321,97.160851,96.845444 +LUX,2003,95.878418,96.153847,95.61628 +LUX,2004,96.520981,96.858856,96.199669 +LUX,2005,97.757309,98.269142,97.270737 +LUX,2006,98.255959,98.813019,97.726379 +LUX,2007,98.360382,98.808617,97.934143 +LUX,2008,97.630753,98.21418,97.076797 +LUX,2009,,, +LUX,2010,95.286713,96.1688,94.455521 +LUX,2011,94.613777,95.666519,93.627449 +LUX,2012,95.618797,96.059196,95.206497 +LUX,2013,95.204582,96.112488,94.353043 +LUX,2014,95.96032,96.16906,95.763702 +LUX,2015,97.649643,97.996948,97.320427 +LUX,2016,98.799469,98.90329,98.700333 +LUX,2017,,, +LUX,2018,,, +LVA,1990,,, +LVA,1991,,, +LVA,1992,,, +LVA,1993,,, +LVA,1994,,, +LVA,1995,,, +LVA,1996,,, +LVA,1997,,, +LVA,1998,,, +LVA,1999,95.59153,95.349899,95.823151 +LVA,2000,,, +LVA,2001,,, +LVA,2002,,, +LVA,2003,,, +LVA,2004,,, +LVA,2005,,, +LVA,2006,,, +LVA,2007,,, +LVA,2008,98.604362,98.860153,98.362221 +LVA,2009,97.690033,97.959297,97.433098 +LVA,2010,97.964211,98.340553,97.60334 +LVA,2011,97.968109,98.285789,97.663811 +LVA,2012,97.181763,97.59639,96.786819 +LVA,2013,96.744392,97.325684,96.191231 +LVA,2014,96.458214,97.109917,95.838921 +LVA,2015,96.487007,97.138283,95.869308 +LVA,2016,96.792549,97.487984,96.13208 +LVA,2017,97.10907,97.822121,96.428001 +LVA,2018,,, +MAC,1990,90.093452,90.438133,89.771133 +MAC,1991,,, +MAC,1992,85.335121,85.20491,85.459511 +MAC,1993,,, +MAC,1994,,, +MAC,1995,,, +MAC,1996,,, +MAC,1997,,, +MAC,1998,,, +MAC,1999,87.412819,87.868683,86.983833 +MAC,2000,86.548363,86.68515,86.420174 +MAC,2001,84.228127,84.414917,84.05471 +MAC,2002,84.800949,84.367523,85.207474 +MAC,2003,84.844978,84.597794,85.077698 +MAC,2004,85.254936,84.494987,85.969299 +MAC,2005,85.399384,84.698219,86.055161 +MAC,2006,85.071503,85.288239,84.870323 +MAC,2007,86.137978,86.047829,86.221832 +MAC,2008,86.137032,86.084953,86.18541 +MAC,2009,84.844437,85.421989,84.308937 +MAC,2010,84.585426,85.650261,83.599159 +MAC,2011,85.954422,86.953972,85.02803 +MAC,2012,87.502129,88.5243,86.55365 +MAC,2013,89.760658,90.943192,88.66111 +MAC,2014,94.236542,95.195389,93.343559 +MAC,2015,98.051842,98.276779,97.842201 +MAC,2016,98.717499,99.041512,98.415619 +MAC,2017,99.030998,99.229202,98.84597 +MAC,2018,,, +MAF,1990,,, +MAF,1991,,, +MAF,1992,,, +MAF,1993,,, +MAF,1994,,, +MAF,1995,,, +MAF,1996,,, +MAF,1997,,, +MAF,1998,,, +MAF,1999,,, +MAF,2000,,, +MAF,2001,,, +MAF,2002,,, +MAF,2003,,, +MAF,2004,,, +MAF,2005,,, +MAF,2006,,, +MAF,2007,,, +MAF,2008,,, +MAF,2009,,, +MAF,2010,,, +MAF,2011,,, +MAF,2012,,, +MAF,2013,,, +MAF,2014,,, +MAF,2015,,, +MAF,2016,,, +MAF,2017,,, +MAF,2018,,, +MAR,1990,55.886292,45.67979,65.696709 +MAR,1991,55.53347,45.624352,65.066078 +MAR,1992,56.030918,46.527328,65.176788 +MAR,1993,58.1493,48.744839,67.200256 +MAR,1994,60.744839,51.650848,69.494141 +MAR,1995,63.522259,54.690769,72.013611 +MAR,1996,65.78476,57.288021,73.947311 +MAR,1997,67.317169,59.176491,75.13401 +MAR,1998,66.538422,60.080841,72.720772 +MAR,1999,71.467049,66.147987,76.553047 +MAR,2000,76.278008,71.849678,80.508774 +MAR,2001,80.224716,76.850372,83.447708 +MAR,2002,84.456017,81.688591,87.100952 +MAR,2003,85.810249,83.489487,88.026817 +MAR,2004,85.750542,83.647293,87.756653 +MAR,2005,86.87307,84.80072,88.846947 +MAR,2006,88.26564,86.271461,90.163353 +MAR,2007,89.620132,87.917839,91.241562 +MAR,2008,90.237511,88.816116,91.591721 +MAR,2009,89.812149,88.965248,90.618767 +MAR,2010,92.623268,92.036377,93.181824 +MAR,2011,93.493248,93.198677,93.773331 +MAR,2012,92.77758,92.591843,92.954323 +MAR,2013,94.11557,94.015823,94.210518 +MAR,2014,93.488922,93.344856,93.626053 +MAR,2015,,, +MAR,2016,94.57711,94.408699,94.737381 +MAR,2017,96.856018,96.651443,97.05072 +MAR,2018,,, +MCO,1990,,, +MCO,1991,,, +MCO,1992,,, +MCO,1993,,, +MCO,1994,,, +MCO,1995,,, +MCO,1996,,, +MCO,1997,,, +MCO,1998,,, +MCO,1999,,, +MCO,2000,,, +MCO,2001,,, +MCO,2002,,, +MCO,2003,,, +MCO,2004,,, +MCO,2005,,, +MCO,2006,,, +MCO,2007,,, +MCO,2008,,, +MCO,2009,,, +MCO,2010,,, +MCO,2011,,, +MCO,2012,,, +MCO,2013,,, +MCO,2014,,, +MCO,2015,,, +MCO,2016,,, +MCO,2017,,, +MCO,2018,,, +MDA,1990,,, +MDA,1991,,, +MDA,1992,,, +MDA,1993,,, +MDA,1994,,, +MDA,1995,,, +MDA,1996,,, +MDA,1997,,, +MDA,1998,,, +MDA,1999,,, +MDA,2000,92.560738,92.083092,93.018082 +MDA,2001,95.586548,94.41983,96.702942 +MDA,2002,95.963928,95.74131,96.176407 +MDA,2003,96.638878,96.225662,97.032898 +MDA,2004,96.629097,96.507568,96.744919 +MDA,2005,93.372002,93.273666,93.465797 +MDA,2006,90.634483,90.855209,90.42392 +MDA,2007,90.011703,89.685944,90.323662 +MDA,2008,90.463531,89.956596,90.947289 +MDA,2009,90.033859,89.516273,90.525063 +MDA,2010,90.105141,90.144943,90.06752 +MDA,2011,90.577904,90.219772,90.915421 +MDA,2012,90.528168,90.455559,90.59639 +MDA,2013,90.57991,90.61525,90.546638 +MDA,2014,90.001747,89.939392,90.060669 +MDA,2015,89.949966,89.68644,90.198624 +MDA,2016,90.035606,89.770027,90.286697 +MDA,2017,89.714142,89.608353,89.813072 +MDA,2018,,, +MDG,1990,64.25489,63.84127,64.665741 +MDG,1991,,, +MDG,1992,,, +MDG,1993,,, +MDG,1994,,, +MDG,1995,54.710949,57.543892,51.888748 +MDG,1996,56.919762,56.999229,56.840549 +MDG,1997,,, +MDG,1998,,, +MDG,1999,64.92244,65.183006,64.662086 +MDG,2000,66.391129,66.723839,66.058456 +MDG,2001,67.655067,68.023132,67.286812 +MDG,2002,68.417892,68.786842,68.048599 +MDG,2003,78.088127,78.21286,77.963287 +MDG,2004,,, +MDG,2005,,, +MDG,2006,,, +MDG,2007,,, +MDG,2008,,, +MDG,2009,,, +MDG,2010,,, +MDG,2011,,, +MDG,2012,,, +MDG,2013,,, +MDG,2014,,, +MDG,2015,,, +MDG,2016,,, +MDG,2017,,, +MDG,2018,,, +MDV,1990,,, +MDV,1991,,, +MDV,1992,,, +MDV,1993,,, +MDV,1994,,, +MDV,1995,,, +MDV,1996,,, +MDV,1997,93.58252,93.220337,93.932991 +MDV,1998,,, +MDV,1999,95.878639,95.659081,96.089119 +MDV,2000,97.154961,97.56456,96.767632 +MDV,2001,98.243011,98.733849,97.779121 +MDV,2002,98.339348,98.630447,98.064301 +MDV,2003,,, +MDV,2004,99.497192,, +MDV,2005,98.155052,97.907631,98.389732 +MDV,2006,97.815819,97.597198,98.022827 +MDV,2007,97.333,97.601578,97.077927 +MDV,2008,95.668457,95.371872,95.95179 +MDV,2009,96.241966,95.184479,97.256981 +MDV,2010,,, +MDV,2011,,, +MDV,2012,,, +MDV,2013,,, +MDV,2014,,, +MDV,2015,96.488663,96.326309,96.644928 +MDV,2016,98.25383,98.924171,97.612549 +MDV,2017,99.509949,99.504051,99.515579 +MDV,2018,,, +MEX,1990,96.983063,, +MEX,1991,96.717201,, +MEX,1992,97.109573,, +MEX,1993,96.991043,, +MEX,1994,96.5774,, +MEX,1995,96.422157,, +MEX,1996,96.16098,, +MEX,1997,95.743103,95.858742,95.631439 +MEX,1998,95.945808,96.16893,95.730553 +MEX,1999,98.909103,99.382301,98.45285 +MEX,2000,99.351501,99.855827,98.865143 +MEX,2001,99.396767,99.877228,98.932838 +MEX,2002,99.437912,99.888618,99.002312 +MEX,2003,99.503693,99.879929,99.139717 +MEX,2004,98.889099,99.197357,98.590569 +MEX,2005,97.643646,97.797043,97.494926 +MEX,2006,96.670319,96.75116,96.59185 +MEX,2007,96.385384,96.38269,96.387993 +MEX,2008,96.339256,96.322861,96.355186 +MEX,2009,96.978477,97.13176,96.829979 +MEX,2010,97.853111,98.271507,97.449631 +MEX,2011,98.646812,99.369041,97.95417 +MEX,2012,98.955261,99.902962,98.050667 +MEX,2013,98.830521,99.906319,97.806541 +MEX,2014,98.774017,99.894783,97.708099 +MEX,2015,98.865379,99.904442,97.87606 +MEX,2016,98.985336,99.877121,98.134148 +MEX,2017,99.117477,99.908638,98.360687 +MEX,2018,,, +MHL,1990,,, +MHL,1991,,, +MHL,1992,,, +MHL,1993,,, +MHL,1994,,, +MHL,1995,,, +MHL,1996,,, +MHL,1997,,, +MHL,1998,,, +MHL,1999,,, +MHL,2000,,, +MHL,2001,,, +MHL,2002,98.033012,97.406258,98.630142 +MHL,2003,,, +MHL,2004,,, +MHL,2005,,, +MHL,2006,,, +MHL,2007,,, +MHL,2008,,, +MHL,2009,,, +MHL,2010,,, +MHL,2011,99.708199,, +MHL,2012,,, +MHL,2013,,, +MHL,2014,,, +MHL,2015,78.407799,80.75843,76.19886 +MHL,2016,78.533684,81.155724,76.068939 +MHL,2017,,, +MHL,2018,,, +MKD,1990,,, +MKD,1991,,, +MKD,1992,,, +MKD,1993,,, +MKD,1994,,, +MKD,1995,,, +MKD,1996,,, +MKD,1997,,, +MKD,1998,91.520668,90.078323,92.894814 +MKD,1999,91.295311,89.78212,92.738083 +MKD,2000,95.793182,94.84436,96.69809 +MKD,2001,94.862862,94.318512,95.382133 +MKD,2002,93.746033,93.549629,93.933411 +MKD,2003,92.580048,92.182716,92.959183 +MKD,2004,92.910263,92.147598,93.638008 +MKD,2005,92.882378,92.02227,93.703011 +MKD,2006,91.735764,90.906128,92.526787 +MKD,2007,91.46357,90.590439,92.296158 +MKD,2008,90.744972,90.337181,91.133591 +MKD,2009,91.961861,91.358833,92.53614 +MKD,2010,95.304893,94.810509,95.775284 +MKD,2011,,, +MKD,2012,89.712219,89.09613,90.296791 +MKD,2013,88.628937,88.163078,89.070427 +MKD,2014,89.229347,88.744453,89.688744 +MKD,2015,91.710953,91.539612,91.87336 +MKD,2016,,, +MKD,2017,,, +MKD,2018,,, +MLI,1990,,, +MLI,1991,,, +MLI,1992,,, +MLI,1993,,, +MLI,1994,,, +MLI,1995,,, +MLI,1996,,, +MLI,1997,,, +MLI,1998,,, +MLI,1999,43.96487,36.84433,50.881641 +MLI,2000,,, +MLI,2001,,, +MLI,2002,51.504688,44.756538,58.085869 +MLI,2003,51.478081,44.704601,58.091549 +MLI,2004,51.487011,46.972321,55.897041 +MLI,2005,56.526081,49.962669,62.936588 +MLI,2006,57.84795,51.736431,63.813751 +MLI,2007,59.998459,54.073292,65.77832 +MLI,2008,,, +MLI,2009,67.109421,61.120029,72.941437 +MLI,2010,68.179207,62.605412,73.60305 +MLI,2011,69.17421,64.014732,74.193329 +MLI,2012,66.964531,62.204521,71.591507 +MLI,2013,62.527771,, +MLI,2014,63.393539,59.4515,67.219841 +MLI,2015,60.56794,56.744461,64.276176 +MLI,2016,62.06596,57.86964,66.132172 +MLI,2017,67.257393,63.466301,70.929329 +MLI,2018,,, +MLT,1990,95.620171,96.00354,95.255989 +MLT,1991,96.175484,96.160263,96.189941 +MLT,1992,96.376259,95.954933,96.776031 +MLT,1993,96.804672,96.219482,97.359398 +MLT,1994,95.652939,95.203743,96.078323 +MLT,1995,96.648491,95.592537,97.647331 +MLT,1996,98.369652,98.484756,98.260872 +MLT,1997,99.169579,99.783203,98.589981 +MLT,1998,,, +MLT,1999,,, +MLT,2000,,, +MLT,2001,,, +MLT,2002,,, +MLT,2003,,, +MLT,2004,,, +MLT,2005,,, +MLT,2006,,, +MLT,2007,,, +MLT,2008,,, +MLT,2009,,, +MLT,2010,,, +MLT,2011,98.210831,99.003799,97.457489 +MLT,2012,98.009888,98.098923,97.925346 +MLT,2013,99.403282,99.678177,99.142761 +MLT,2014,98.825371,99.700912,98.00135 +MLT,2015,98.486839,99.75724,97.304718 +MLT,2016,97.569801,, +MLT,2017,,, +MLT,2018,,, +MMR,1990,,, +MMR,1991,,, +MMR,1992,,, +MMR,1993,,, +MMR,1994,,, +MMR,1995,,, +MMR,1996,,, +MMR,1997,,, +MMR,1998,,, +MMR,1999,,, +MMR,2000,92.192513,91.173271,93.206871 +MMR,2001,93.461777,92.477188,94.441223 +MMR,2002,91.345772,90.941177,91.748169 +MMR,2003,93.258873,92.927071,93.588669 +MMR,2004,91.790031,91.465233,92.112633 +MMR,2005,91.503838,91.526009,91.481842 +MMR,2006,91.174843,90.629478,91.715874 +MMR,2007,91.273407,, +MMR,2008,91.697594,91.354988,92.036888 +MMR,2009,90.143723,89.33432,90.944679 +MMR,2010,89.5756,89.07251,90.073059 +MMR,2011,,, +MMR,2012,,, +MMR,2013,,, +MMR,2014,96.211388,, +MMR,2015,,, +MMR,2016,,, +MMR,2017,97.712196,, +MMR,2018,,, +MNE,1990,,, +MNE,1991,,, +MNE,1992,,, +MNE,1993,,, +MNE,1994,,, +MNE,1995,,, +MNE,1996,,, +MNE,1997,,, +MNE,1998,,, +MNE,1999,,, +MNE,2000,,, +MNE,2001,,, +MNE,2002,,, +MNE,2003,97.342781,97.328568,97.356049 +MNE,2004,,, +MNE,2005,97.91655,97.837547,97.99054 +MNE,2006,98.462372,97.920227,98.970261 +MNE,2007,96.176361,95.884537,96.449883 +MNE,2008,96.026489,95.688171,96.343353 +MNE,2009,,, +MNE,2010,,, +MNE,2011,91.607941,91.990898,91.253731 +MNE,2012,96.280037,96.933968,95.676361 +MNE,2013,,, +MNE,2014,,, +MNE,2015,94.841118,94.62838,95.037086 +MNE,2016,93.817833,92.487053,95.044342 +MNE,2017,96.26474,95.930229,96.573242 +MNE,2018,,, +MNG,1990,,, +MNG,1991,,, +MNG,1992,,, +MNG,1993,,, +MNG,1994,,, +MNG,1995,81.081299,81.910294,80.254753 +MNG,1996,84.631729,85.233543,84.031929 +MNG,1997,85.107437,86.280479,83.939362 +MNG,1998,88.813622,90.169434,87.462852 +MNG,1999,90.710411,91.639938,89.784622 +MNG,2000,92.860489,93.861771,91.864853 +MNG,2001,94.214104,95.48571,92.953178 +MNG,2002,93.13459,94.183159,92.100906 +MNG,2003,85.96315,86.542831,85.393967 +MNG,2004,92.837051,92.860802,92.813782 +MNG,2005,92.43306,93.076088,91.802658 +MNG,2006,97.487183,98.164223,96.822037 +MNG,2007,97.748283,97.865768,97.632751 +MNG,2008,98.16404,97.899841,98.423973 +MNG,2009,96.462799,96.162468,96.758148 +MNG,2010,97.644142,97.030937,98.246521 +MNG,2011,98.040131,97.414268,98.654213 +MNG,2012,97.512329,96.831497,98.179573 +MNG,2013,95.294388,94.485619,96.086433 +MNG,2014,95.797768,95.161461,96.420601 +MNG,2015,97.65535,97.001747,98.294952 +MNG,2016,98.725777,98.085587,99.35215 +MNG,2017,98.860428,98.31237,99.396347 +MNG,2018,,, +MNP,1990,,, +MNP,1991,,, +MNP,1992,,, +MNP,1993,,, +MNP,1994,,, +MNP,1995,,, +MNP,1996,,, +MNP,1997,,, +MNP,1998,,, +MNP,1999,,, +MNP,2000,,, +MNP,2001,,, +MNP,2002,,, +MNP,2003,,, +MNP,2004,,, +MNP,2005,,, +MNP,2006,,, +MNP,2007,,, +MNP,2008,,, +MNP,2009,,, +MNP,2010,,, +MNP,2011,,, +MNP,2012,,, +MNP,2013,,, +MNP,2014,,, +MNP,2015,,, +MNP,2016,,, +MNP,2017,,, +MNP,2018,,, +MOZ,1990,45.094551,, +MOZ,1991,43.442799,38.088402,48.84124 +MOZ,1992,41.74548,36.63871,46.915649 +MOZ,1993,40.69558,35.298981,46.167278 +MOZ,1994,41.8064,36.036362,47.654129 +MOZ,1995,44.06955,38.018749,50.189781 +MOZ,1996,,, +MOZ,1997,,, +MOZ,1998,48.584259,42.287868,54.90517 +MOZ,1999,52.042431,45.996239,58.100651 +MOZ,2000,55.596901,49.845089,61.35231 +MOZ,2001,59.834431,54.346008,65.32518 +MOZ,2002,55.409161,51.601028,59.218559 +MOZ,2003,,, +MOZ,2004,68.071609,64.288254,71.857178 +MOZ,2005,73.072006,69.433151,76.714783 +MOZ,2006,76.876503,73.486488,80.27108 +MOZ,2007,81.970306,78.559692,85.384583 +MOZ,2008,85.333794,82.163628,88.505051 +MOZ,2009,86.559219,83.910522,89.20636 +MOZ,2010,88.04483,85.403801,90.681847 +MOZ,2011,86.010437,83.745743,88.26918 +MOZ,2012,86.333549,84.123901,88.534958 +MOZ,2013,87.464272,85.237152,89.680977 +MOZ,2014,88.131973,86.021408,90.231117 +MOZ,2015,89.566299,87.264107,91.854958 +MOZ,2016,88.607407,86.963913,90.24044 +MOZ,2017,87.537148,86.234612,88.830688 +MOZ,2018,,, +MRT,1990,,, +MRT,1991,,, +MRT,1992,,, +MRT,1993,,, +MRT,1994,46.862091,42.83884,50.757801 +MRT,1995,53.18013,48.855179,57.368641 +MRT,1996,56.451481,52.986389,59.807259 +MRT,1997,,, +MRT,1998,59.864471,58.168819,61.508179 +MRT,1999,59.25436,58.22673,60.25053 +MRT,2000,59.430408,58.392231,60.437 +MRT,2001,62.768559,61.38591,64.110062 +MRT,2002,62.120331,61.651508,62.575329 +MRT,2003,65.119347,64.988571,65.24633 +MRT,2004,71.93718,72.330048,71.55555 +MRT,2005,70.567978,71.402161,69.75705 +MRT,2006,73.055,73.746803,72.381813 +MRT,2007,73.905731,74.939972,72.898788 +MRT,2008,70.482201,71.917099,69.085098 +MRT,2009,69.79805,70.948357,68.678261 +MRT,2010,70.185066,71.460457,68.943871 +MRT,2011,70.71003,72.442993,69.023888 +MRT,2012,69.595032,71.89399,67.359261 +MRT,2013,72.324753,73.977203,70.718781 +MRT,2014,74.44976,76.184258,72.765129 +MRT,2015,,, +MRT,2016,71.229378,73.162079,69.352966 +MRT,2017,76.60704,78.482742,74.787003 +MRT,2018,,, +MUS,1990,97.177299,97.796852,96.578407 +MUS,1991,92.622513,93.332779,91.938164 +MUS,1992,,, +MUS,1993,92.762939,93.37677,92.170227 +MUS,1994,93.73893,94.104584,93.384216 +MUS,1995,94.683182,95.03595,94.33934 +MUS,1996,96.98175,97.057663,96.907608 +MUS,1997,97.903641,97.958389,97.850098 +MUS,1998,95.879791,96.067307,95.69648 +MUS,1999,92.757561,92.983337,92.536957 +MUS,2000,93.22731,93.36483,93.092987 +MUS,2001,92.75219,93.230019,92.285477 +MUS,2002,94.334152,94.977829,93.705772 +MUS,2003,93.723923,94.534653,92.933296 +MUS,2004,94.390457,95.100449,93.699142 +MUS,2005,96.020081,96.579597,95.476257 +MUS,2006,96.037567,96.708931,95.385963 +MUS,2007,96.51416,97.146004,95.902168 +MUS,2008,96.67807,97.090736,96.279221 +MUS,2009,96.586617,97.326279,95.873222 +MUS,2010,96.50869,97.569763,95.48687 +MUS,2011,96.748871,97.93792,95.605408 +MUS,2012,93.791924,94.795853,92.827568 +MUS,2013,96.086159,97.275848,94.943672 +MUS,2014,96.521652,97.613838,95.472214 +MUS,2015,96.276527,97.311577,95.28083 +MUS,2016,95.336639,96.752701,93.973953 +MUS,2017,96.182182,97.278084,95.12722 +MUS,2018,,, +MWI,1990,,, +MWI,1991,,, +MWI,1992,,, +MWI,1993,,, +MWI,1994,,, +MWI,1995,,, +MWI,1996,,, +MWI,1997,,, +MWI,1998,,, +MWI,1999,95.478973,93.93959,97.02404 +MWI,2000,,, +MWI,2001,,, +MWI,2002,98.507202,, +MWI,2003,,, +MWI,2004,97.258438,99.016129,95.503639 +MWI,2005,96.715759,98.43177,95.004837 +MWI,2006,95.223038,97.443932,93.01149 +MWI,2007,90.758018,93.387062,88.142113 +MWI,2008,96.966942,99.247276,94.698822 +MWI,2009,96.825188,98.689377,94.971039 +MWI,2010,,, +MWI,2011,,, +MWI,2012,,, +MWI,2013,,, +MWI,2014,,, +MWI,2015,,, +MWI,2016,,, +MWI,2017,,, +MWI,2018,,, +MYS,1990,,, +MYS,1991,,, +MYS,1992,,, +MYS,1993,,, +MYS,1994,97.223129,97.46788,96.991402 +MYS,1995,,, +MYS,1996,,, +MYS,1997,,, +MYS,1998,95.738823,95.504059,95.961823 +MYS,1999,95.575012,94.854309,96.259468 +MYS,2000,98.37439,98.479408,98.27475 +MYS,2001,97.770569,97.816887,97.726624 +MYS,2002,96.531998,96.529678,96.534203 +MYS,2003,97.02729,97.028763,97.025902 +MYS,2004,99.332329,99.406067,99.262619 +MYS,2005,99.613998,99.73288,99.501717 +MYS,2006,95.576881,96.948723,94.280632 +MYS,2007,95.437157,96.371773,94.554192 +MYS,2008,95.522102,95.658142,95.393669 +MYS,2009,96.381821,97.806908,95.037788 +MYS,2010,96.702873,96.816833,96.595558 +MYS,2011,97.735786,98.178284,97.319221 +MYS,2012,99.297958,99.477211,99.129051 +MYS,2013,99.910301,, +MYS,2014,99.627312,, +MYS,2015,99.536369,99.634979,99.442703 +MYS,2016,98.91333,98.800507,99.020432 +MYS,2017,98.603142,98.765457,98.449272 +MYS,2018,,, +NAM,1990,79.328171,82.369987,76.27655 +NAM,1991,,, +NAM,1992,82.772507,85.006851,80.52948 +NAM,1993,,, +NAM,1994,85.040268,, +NAM,1995,85.71563,, +NAM,1996,84.928253,, +NAM,1997,85.80822,, +NAM,1998,87.466499,89.858788,85.065048 +NAM,1999,87.625488,90.354889,84.885094 +NAM,2000,89.078568,91.505966,86.638489 +NAM,2001,89.752708,92.135208,87.35894 +NAM,2002,90.971489,93.52253,88.408791 +NAM,2003,90.674057,93.159416,88.177193 +NAM,2004,88.151962,90.621552,85.670868 +NAM,2005,88.067322,90.513939,85.609451 +NAM,2006,85.396309,87.303596,83.4786 +NAM,2007,87.79332,89.969254,85.604881 +NAM,2008,87.028168,88.778793,85.268158 +NAM,2009,86.832237,88.504158,85.153091 +NAM,2010,86.61702,88.180222,85.049606 +NAM,2011,,, +NAM,2012,88.475441,89.800499,87.147499 +NAM,2013,90.563011,91.825653,89.299026 +NAM,2014,,, +NAM,2015,,, +NAM,2016,,, +NAM,2017,97.818077,99.561737,96.080727 +NAM,2018,,, +NCL,1990,,, +NCL,1991,,, +NCL,1992,,, +NCL,1993,,, +NCL,1994,,, +NCL,1995,,, +NCL,1996,,, +NCL,1997,,, +NCL,1998,,, +NCL,1999,,, +NCL,2000,,, +NCL,2001,,, +NCL,2002,,, +NCL,2003,,, +NCL,2004,,, +NCL,2005,,, +NCL,2006,,, +NCL,2007,,, +NCL,2008,,, +NCL,2009,,, +NCL,2010,,, +NCL,2011,,, +NCL,2012,,, +NCL,2013,,, +NCL,2014,,, +NCL,2015,,, +NCL,2016,,, +NCL,2017,,, +NCL,2018,,, +NER,1990,22.885071,16.883369,28.608101 +NER,1991,23.46911,17.39823,29.226089 +NER,1992,21.409781,16.020599,26.5711 +NER,1993,,, +NER,1994,,, +NER,1995,,, +NER,1996,,, +NER,1997,24.051821,18.56847,29.36257 +NER,1998,24.390381,19.148661,29.46443 +NER,1999,26.12356,20.816629,31.237181 +NER,2000,26.86676,21.67539,31.84325 +NER,2001,30.49029,24.59737,36.127602 +NER,2002,34.09581,27.449909,40.49651 +NER,2003,37.816391,30.80838,44.584431 +NER,2004,41.314232,33.72382,48.637959 +NER,2005,41.311451,34.264061,48.09436 +NER,2006,42.627151,35.681438,49.298309 +NER,2007,43.867592,37.11935,50.374599 +NER,2008,47.286751,41.035889,53.316978 +NER,2009,51.061161,44.812481,57.078541 +NER,2010,55.116711,48.815922,61.169651 +NER,2011,59.859001,53.53606,65.924393 +NER,2012,61.28767,55.587261,66.77459 +NER,2013,61.01046,55.57288,66.24781 +NER,2014,61.052109,56.071308,65.843178 +NER,2015,62.685699,57.601929,67.56633 +NER,2016,63.794762,58.81197,68.572533 +NER,2017,66.815887,62.035881,71.404419 +NER,2018,,, +NGA,1990,,, +NGA,1991,,, +NGA,1992,,, +NGA,1993,,, +NGA,1994,,, +NGA,1995,,, +NGA,1996,,, +NGA,1997,,, +NGA,1998,,, +NGA,1999,63.07819,57.363029,68.604736 +NGA,2000,66.145081,60.245762,71.84903 +NGA,2001,,, +NGA,2002,,, +NGA,2003,,, +NGA,2004,67.893021,62.96249,72.656502 +NGA,2005,68.335548,63.62458,72.885323 +NGA,2006,68.795898,64.70636,72.744247 +NGA,2007,71.637299,63.983089,79.023972 +NGA,2008,64.865387,58.217579,71.276932 +NGA,2009,65.955208,59.529861,72.147919 +NGA,2010,65.948792,59.970581,71.706734 +NGA,2011,,, +NGA,2012,,, +NGA,2013,,, +NGA,2014,,, +NGA,2015,,, +NGA,2016,,, +NGA,2017,,, +NGA,2018,,, +NIC,1990,67.516899,69.152107,65.93499 +NIC,1991,70.162376,71.491592,68.877083 +NIC,1992,73.577888,75.41716,71.801682 +NIC,1993,74.323486,76.012817,72.695129 +NIC,1994,75.223351,76.81691,73.690361 +NIC,1995,73.434418,75.146667,71.790154 +NIC,1996,72.713058,, +NIC,1997,,, +NIC,1998,,, +NIC,1999,82.658913,83.902817,81.469032 +NIC,2000,85.932541,87.349731,84.577888 +NIC,2001,90.182823,91.502342,88.921249 +NIC,2002,97.427269,98.418762,96.479538 +NIC,2003,,, +NIC,2004,99.173439,, +NIC,2005,99.362602,, +NIC,2006,98.364952,99.356049,97.423012 +NIC,2007,98.10733,99.180656,97.087952 +NIC,2008,98.971329,, +NIC,2009,,, +NIC,2010,98.410271,99.713303,97.174118 +NIC,2011,,, +NIC,2012,,, +NIC,2013,,, +NIC,2014,,, +NIC,2015,,, +NIC,2016,,, +NIC,2017,,, +NIC,2018,,, +NLD,1990,95.820343,97.773918,93.954063 +NLD,1991,95.116898,97.029541,93.287788 +NLD,1992,94.158661,95.612671,92.766762 +NLD,1993,93.533127,95.42382,91.722618 +NLD,1994,98.961601,98.78624,99.129517 +NLD,1995,99.2071,99.042961,99.364243 +NLD,1996,99.387367,99.12867,99.635033 +NLD,1997,99.665413,99.400253,99.919189 +NLD,1998,,, +NLD,1999,,, +NLD,2000,,, +NLD,2001,,, +NLD,2002,,, +NLD,2003,,, +NLD,2004,,, +NLD,2005,,, +NLD,2006,,, +NLD,2007,,, +NLD,2008,,, +NLD,2009,,, +NLD,2010,,, +NLD,2011,,, +NLD,2012,,, +NLD,2013,,, +NLD,2014,,, +NLD,2015,,, +NLD,2016,,, +NLD,2017,,, +NLD,2018,,, +NOR,1990,99.730667,99.784981,99.679001 +NOR,1991,99.956688,, +NOR,1992,99.647903,99.704651,99.593941 +NOR,1993,98.66806,98.85083,98.494247 +NOR,1994,98.39621,98.4674,98.328506 +NOR,1995,98.191208,98.153038,98.227509 +NOR,1996,98.264809,98.307243,98.224472 +NOR,1997,84.19146,84.340286,84.049957 +NOR,1998,99.735603,99.831802,99.644157 +NOR,1999,99.79454,99.704018,99.880493 +NOR,2000,99.705162,99.836548,99.580528 +NOR,2001,99.760338,99.849022,99.676331 +NOR,2002,99.72673,99.856728,99.603668 +NOR,2003,99.855743,99.891151,99.82222 +NOR,2004,99.352432,99.439598,99.269897 +NOR,2005,98.511497,98.661781,98.369171 +NOR,2006,98.595009,98.929604,98.27813 +NOR,2007,99.075821,99.151161,99.004402 +NOR,2008,99.262672,99.397423,99.134743 +NOR,2009,99.153831,99.31694,98.998734 +NOR,2010,99.079422,99.23571,98.930511 +NOR,2011,99.402412,99.506767,99.302757 +NOR,2012,99.689148,99.901268,99.486191 +NOR,2013,99.856728,99.803711,99.907516 +NOR,2014,99.831467,99.786858,99.874222 +NOR,2015,99.765892,99.620338,99.905273 +NOR,2016,99.806198,99.691002,99.916298 +NOR,2017,99.877838,99.83107,99.922379 +NOR,2018,,, +NPL,1990,,, +NPL,1991,,, +NPL,1992,,, +NPL,1993,,, +NPL,1994,,, +NPL,1995,,, +NPL,1996,,, +NPL,1997,,, +NPL,1998,,, +NPL,1999,66.392769,57.472851,74.969963 +NPL,2000,72.680573,64.619308,80.426338 +NPL,2001,,, +NPL,2002,,, +NPL,2003,80.455902,74.62455,86.005508 +NPL,2004,81.147003,75.490646,86.499893 +NPL,2005,,, +NPL,2006,,, +NPL,2007,,, +NPL,2008,,, +NPL,2009,,, +NPL,2010,,, +NPL,2011,98.445282,97.74868,99.098923 +NPL,2012,99.585388,, +NPL,2013,,, +NPL,2014,94.325981,93.641907,94.975739 +NPL,2015,96.773376,96.00428,97.506699 +NPL,2016,96.766617,96.37944,97.136337 +NPL,2017,94.836243,93.417747,96.193916 +NPL,2018,,, +NRU,1990,,, +NRU,1991,,, +NRU,1992,,, +NRU,1993,,, +NRU,1994,,, +NRU,1995,,, +NRU,1996,,, +NRU,1997,,, +NRU,1998,,, +NRU,1999,,, +NRU,2000,,, +NRU,2001,,, +NRU,2002,,, +NRU,2003,,, +NRU,2004,,, +NRU,2005,,, +NRU,2006,,, +NRU,2007,,, +NRU,2008,,, +NRU,2009,,, +NRU,2010,,, +NRU,2011,,, +NRU,2012,76.939972,78.229317,75.627769 +NRU,2013,,, +NRU,2014,87.265419,85.06057,89.452599 +NRU,2015,,, +NRU,2016,84.428658,85.767326,83.200912 +NRU,2017,,, +NRU,2018,,, +NZL,1990,99.520821,, +NZL,1991,98.980179,98.816231,99.136383 +NZL,1992,97.550247,97.346687,97.743759 +NZL,1993,,, +NZL,1994,97.155212,97.17952,97.132118 +NZL,1995,98.51207,98.635017,98.395103 +NZL,1996,98.978844,98.882629,99.07045 +NZL,1997,99.758171,, +NZL,1998,,, +NZL,1999,,, +NZL,2000,,, +NZL,2001,,, +NZL,2002,,, +NZL,2003,,, +NZL,2004,,, +NZL,2005,,, +NZL,2006,,, +NZL,2007,,, +NZL,2008,,, +NZL,2009,,, +NZL,2010,,, +NZL,2011,,, +NZL,2012,,, +NZL,2013,97.774033,98.137703,97.42907 +NZL,2014,97.4823,97.681892,97.293587 +NZL,2015,97.730309,98.030907,97.447098 +NZL,2016,98.522728,98.91787,98.150841 +NZL,2017,99.18129,99.455421,98.923149 +NZL,2018,,, +OMN,1990,67.16256,64.799156,69.470963 +OMN,1991,68.233429,66.563919,69.838478 +OMN,1992,69.596123,68.199829,70.935143 +OMN,1993,72.956787,72.59787,73.296448 +OMN,1994,74.200508,74.536552,73.886559 +OMN,1995,75.654663,75.82888,75.491859 +OMN,1996,78.293633,77.892303,78.676392 +OMN,1997,79.019119,79.317673,78.739487 +OMN,1998,81.175522,82.012207,80.39299 +OMN,1999,83.004677,83.597733,82.445419 +OMN,2000,83.958847,84.487831,83.455994 +OMN,2001,85.05661,85.789398,84.35997 +OMN,2002,85.05677,84.978256,85.132713 +OMN,2003,83.727753,82.853912,84.579407 +OMN,2004,,, +OMN,2005,,, +OMN,2006,,, +OMN,2007,,, +OMN,2008,,, +OMN,2009,97.707413,95.862282,99.501633 +OMN,2010,,, +OMN,2011,96.460861,97.154167,95.80452 +OMN,2012,97.531693,97.802856,97.27066 +OMN,2013,98.104248,98.185654,98.025612 +OMN,2014,97.880203,98.130981,97.638542 +OMN,2015,97.761726,98.007179,97.525414 +OMN,2016,98.541222,98.634163,98.451408 +OMN,2017,98.750053,98.97245,98.53521 +OMN,2018,,, +PAK,1990,,, +PAK,1991,,, +PAK,1992,,, +PAK,1993,,, +PAK,1994,,, +PAK,1995,,, +PAK,1996,,, +PAK,1997,,, +PAK,1998,,, +PAK,1999,,, +PAK,2000,,, +PAK,2001,,, +PAK,2002,58.904732,47.467209,69.702904 +PAK,2003,60.850262,50.970852,70.154358 +PAK,2004,66.455917,55.94323,76.323593 +PAK,2005,68.541924,59.324348,77.162292 +PAK,2006,66.082001,58.143761,73.481071 +PAK,2007,70.890404,64.223892,77.085152 +PAK,2008,71.666771,65.336327,77.532043 +PAK,2009,73.058289,67.083237,78.579659 +PAK,2010,74.421951,68.252853,80.11042 +PAK,2011,71.494827,65.823776,76.71698 +PAK,2012,71.058601,65.919289,75.791267 +PAK,2013,69.814651,64.684822,74.546432 +PAK,2014,72.732178,66.700073,78.312622 +PAK,2015,73.606056,67.654892,79.12941 +PAK,2016,77.776863,71.397079,83.711533 +PAK,2017,76.45031,70.606956,81.893837 +PAK,2018,,, +PAN,1990,86.619843,86.839188,86.410172 +PAN,1991,,, +PAN,1992,,, +PAN,1993,,, +PAN,1994,,, +PAN,1995,,, +PAN,1996,,, +PAN,1997,,, +PAN,1998,,, +PAN,1999,93.134552,92.798576,93.457588 +PAN,2000,94.882553,94.686607,95.071007 +PAN,2001,96.165863,95.821068,96.497597 +PAN,2002,98.311768,97.738533,98.863541 +PAN,2003,,, +PAN,2004,98.59478,98.12574,99.046654 +PAN,2005,98.166672,97.61097,98.702278 +PAN,2006,98.768692,98.256508,99.262451 +PAN,2007,98.683853,98.109283,99.237801 +PAN,2008,97.591667,96.925079,98.234268 +PAN,2009,94.55455,93.916298,95.169647 +PAN,2010,96.204498,95.43679,96.944008 +PAN,2011,95.067001,94.67495,95.44442 +PAN,2012,94.646317,94.194923,95.080566 +PAN,2013,92.923508,92.504539,93.326286 +PAN,2014,90.454689,90.246819,90.654388 +PAN,2015,87.662819,87.39341,87.921494 +PAN,2016,,, +PAN,2017,,, +PAN,2018,,, +PER,1990,,, +PER,1991,,, +PER,1992,,, +PER,1993,93.73175,93.280777,94.169678 +PER,1994,,, +PER,1995,88.542778,88.113358,88.95977 +PER,1996,88.042236,, +PER,1997,87.508789,, +PER,1998,99.781898,99.650398,99.909401 +PER,1999,99.966347,, +PER,2000,99.953201,, +PER,2001,99.745323,, +PER,2002,99.712738,, +PER,2003,99.536743,, +PER,2004,99.117371,99.870529,98.395737 +PER,2005,98.942909,99.869331,98.05867 +PER,2006,98.92247,99.829758,98.058449 +PER,2007,98.880898,99.844292,97.964607 +PER,2008,98.78009,99.849503,97.763191 +PER,2009,98.880539,99.842491,97.965179 +PER,2010,98.877533,99.850616,97.950478 +PER,2011,98.578789,99.172943,98.011589 +PER,2012,93.056488,93.067108,93.046341 +PER,2013,95.7761,95.926933,95.631638 +PER,2014,95.307182,95.709923,94.921021 +PER,2015,97.889999,98.280823,97.514977 +PER,2016,99.424919,99.895012,98.973419 +PER,2017,99.332878,99.774887,98.908051 +PER,2018,99.432541,99.928688,98.95546 +PHL,1990,98.441719,97.541801,99.304649 +PHL,1991,,, +PHL,1992,95.533867,, +PHL,1993,94.589256,, +PHL,1994,92.964432,, +PHL,1995,,, +PHL,1996,95.681618,, +PHL,1997,,, +PHL,1998,91.803078,90.195412,93.339302 +PHL,1999,88.936043,89.248398,88.637703 +PHL,2000,,, +PHL,2001,89.622147,90.445801,88.835289 +PHL,2002,90.064369,91.314857,88.869453 +PHL,2003,90.366302,91.338478,89.43692 +PHL,2004,89.764381,90.86483,88.712059 +PHL,2005,88.96257,90.117393,87.858612 +PHL,2006,87.29866,88.479492,86.171059 +PHL,2007,87.508598,88.712852,86.360382 +PHL,2008,88.668091,90.031021,87.374077 +PHL,2009,90.596458,91.974892,89.29528 +PHL,2010,,, +PHL,2011,,, +PHL,2012,,, +PHL,2013,,, +PHL,2014,96.836739,97.898514,95.842422 +PHL,2015,96.221588,96.941437,95.543556 +PHL,2016,95.452454,95.923729,95.005638 +PHL,2017,,, +PHL,2018,,, +PLW,1990,,, +PLW,1991,,, +PLW,1992,,, +PLW,1993,,, +PLW,1994,,, +PLW,1995,,, +PLW,1996,,, +PLW,1997,,, +PLW,1998,,, +PLW,1999,,, +PLW,2000,,, +PLW,2001,,, +PLW,2002,,, +PLW,2003,,, +PLW,2004,,, +PLW,2005,,, +PLW,2006,,, +PLW,2007,,, +PLW,2008,,, +PLW,2009,,, +PLW,2010,,, +PLW,2011,,, +PLW,2012,,, +PLW,2013,99.115044,, +PLW,2014,99.40741,, +PLW,2015,,, +PLW,2016,,, +PLW,2017,,, +PLW,2018,,, +PNG,1990,,, +PNG,1991,,, +PNG,1992,,, +PNG,1993,,, +PNG,1994,,, +PNG,1995,,, +PNG,1996,,, +PNG,1997,,, +PNG,1998,,, +PNG,1999,,, +PNG,2000,,, +PNG,2001,,, +PNG,2002,,, +PNG,2003,,, +PNG,2004,,, +PNG,2005,,, +PNG,2006,,, +PNG,2007,,, +PNG,2008,,, +PNG,2009,,, +PNG,2010,,, +PNG,2011,,, +PNG,2012,71.228577,67.348244,74.870941 +PNG,2013,,, +PNG,2014,,, +PNG,2015,,, +PNG,2016,77.706039,74.827171,80.406128 +PNG,2017,,, +PNG,2018,,, +POL,1990,,, +POL,1991,,, +POL,1992,,, +POL,1993,,, +POL,1994,,, +POL,1995,,, +POL,1996,,, +POL,1997,,, +POL,1998,,, +POL,1999,96.946358,97.015038,96.880951 +POL,2000,96.742554,96.735222,96.749527 +POL,2001,96.479279,96.573257,96.389839 +POL,2002,95.568176,95.688797,95.453453 +POL,2003,94.626152,94.818237,94.443489 +POL,2004,93.82711,94.022301,93.641563 +POL,2005,93.215714,93.429543,93.012512 +POL,2006,93.296608,93.486313,93.116417 +POL,2007,93.409607,93.57959,93.248177 +POL,2008,93.574837,93.630493,93.522018 +POL,2009,94.285454,94.304581,94.267288 +POL,2010,94.773758,94.790588,94.757782 +POL,2011,94.805229,94.842278,94.770073 +POL,2012,95.319962,95.370308,95.272171 +POL,2013,95.634216,95.714348,95.558167 +POL,2014,95.34137,95.382477,95.302361 +POL,2015,95.147331,95.190247,95.106598 +POL,2016,95.596909,95.691582,95.507111 +POL,2017,,, +POL,2018,,, +PRI,1990,,, +PRI,1991,,, +PRI,1992,,, +PRI,1993,,, +PRI,1994,,, +PRI,1995,,, +PRI,1996,,, +PRI,1997,,, +PRI,1998,,, +PRI,1999,,, +PRI,2000,,, +PRI,2001,,, +PRI,2002,,, +PRI,2003,,, +PRI,2004,,, +PRI,2005,,, +PRI,2006,,, +PRI,2007,,, +PRI,2008,,, +PRI,2009,,, +PRI,2010,86.93956,89.568764,84.521118 +PRI,2011,83.562698,86.206429,81.138519 +PRI,2012,83.928291,86.703529,81.38253 +PRI,2013,83.733261,85.791077,81.845802 +PRI,2014,83.237381,86.293968,80.43457 +PRI,2015,81.458344,84.337898,78.817757 +PRI,2016,76.037811,78.523743,73.757492 +PRI,2017,,, +PRI,2018,,, +PRK,1990,,, +PRK,1991,,, +PRK,1992,,, +PRK,1993,,, +PRK,1994,,, +PRK,1995,,, +PRK,1996,,, +PRK,1997,,, +PRK,1998,,, +PRK,1999,,, +PRK,2000,,, +PRK,2001,,, +PRK,2002,,, +PRK,2003,,, +PRK,2004,,, +PRK,2005,,, +PRK,2006,,, +PRK,2007,,, +PRK,2008,,, +PRK,2009,96.620522,96.660927,96.582024 +PRK,2010,,, +PRK,2011,,, +PRK,2012,,, +PRK,2013,,, +PRK,2014,,, +PRK,2015,,, +PRK,2016,,, +PRK,2017,,, +PRK,2018,,, +PRT,1990,99.70668,, +PRT,1991,98.244148,98.42823,98.068542 +PRT,1992,99.619492,, +PRT,1993,99.725304,, +PRT,1994,98.35498,97.465889,99.201622 +PRT,1995,99.482201,, +PRT,1996,99.579224,, +PRT,1997,,, +PRT,1998,,, +PRT,1999,,, +PRT,2000,97.022781,, +PRT,2001,,, +PRT,2002,,, +PRT,2003,,, +PRT,2004,99.147667,, +PRT,2005,99.27224,98.97142,99.559433 +PRT,2006,99.064842,98.650688,99.46096 +PRT,2007,,, +PRT,2008,,, +PRT,2009,99.369423,99.507813,99.237442 +PRT,2010,99.489891,99.610817,99.374603 +PRT,2011,99.02861,98.970734,99.083778 +PRT,2012,99.115356,99.103996,99.12619 +PRT,2013,98.975288,99.023918,98.928917 +PRT,2014,98.111099,97.982941,98.233292 +PRT,2015,97.146568,96.976021,97.309311 +PRT,2016,96.431351,96.195503,96.656647 +PRT,2017,,, +PRT,2018,,, +PRY,1990,92.971153,92.135406,93.781448 +PRY,1991,94.976662,94.23542,95.695633 +PRY,1992,95.881737,95.011848,96.725693 +PRY,1993,96.283012,95.470337,97.071426 +PRY,1994,91.858803,91.80748,91.908569 +PRY,1995,91.70462,, +PRY,1996,95.020592,95.222908,94.824562 +PRY,1997,,, +PRY,1998,,, +PRY,1999,97.082771,97.279991,96.891876 +PRY,2000,97.862228,98.244232,97.49263 +PRY,2001,97.87516,98.185883,97.574707 +PRY,2002,96.213562,96.461258,95.974152 +PRY,2003,95.429123,95.60997,95.254402 +PRY,2004,94.911079,95.200203,94.631821 +PRY,2005,95.429047,95.803596,95.06736 +PRY,2006,93.773918,94.074638,93.483719 +PRY,2007,92.025757,92.229568,91.829239 +PRY,2008,90.540321,90.603539,90.479401 +PRY,2009,89.536858,89.671204,89.407471 +PRY,2010,89.658691,89.520111,89.792191 +PRY,2011,89.694557,89.617317,89.768944 +PRY,2012,89.197777,89.048141,89.341873 +PRY,2013,,, +PRY,2014,,, +PRY,2015,,, +PRY,2016,,, +PRY,2017,,, +PRY,2018,,, +PSE,1990,,, +PSE,1991,,, +PSE,1992,,, +PSE,1993,,, +PSE,1994,,, +PSE,1995,,, +PSE,1996,,, +PSE,1997,,, +PSE,1998,,, +PSE,1999,90.353104,90.394676,90.313187 +PSE,2000,90.936218,90.723984,91.139832 +PSE,2001,89.10775,89.252876,88.968552 +PSE,2002,88.940453,89.083939,88.802841 +PSE,2003,88.109749,88.549438,87.688171 +PSE,2004,86.106071,86.50174,85.7267 +PSE,2005,83.655693,83.552979,83.754173 +PSE,2006,84.19381,84.382019,84.013344 +PSE,2007,83.952904,84.219254,83.69751 +PSE,2008,86.03965,86.125893,85.95697 +PSE,2009,87.918587,87.842163,87.991859 +PSE,2010,89.32814,88.584839,90.040657 +PSE,2011,90.269073,89.99334,90.533371 +PSE,2012,92.969994,92.577057,93.346588 +PSE,2013,92.76429,93.36483,92.188766 +PSE,2014,93.203773,93.288788,93.122292 +PSE,2015,92.315002,92.813499,91.837303 +PSE,2016,92.303177,92.755219,91.870018 +PSE,2017,93.923668,93.729881,94.109352 +PSE,2018,,, +PYF,1990,99.37928,, +PYF,1991,,, +PYF,1992,,, +PYF,1993,99.454979,, +PYF,1994,,, +PYF,1995,99.709709,, +PYF,1996,99.386848,99.890221,98.911507 +PYF,1997,,, +PYF,1998,,, +PYF,1999,,, +PYF,2000,,, +PYF,2001,,, +PYF,2002,,, +PYF,2003,,, +PYF,2004,,, +PYF,2005,,, +PYF,2006,,, +PYF,2007,,, +PYF,2008,,, +PYF,2009,,, +PYF,2010,,, +PYF,2011,,, +PYF,2012,,, +PYF,2013,,, +PYF,2014,,, +PYF,2015,,, +PYF,2016,,, +PYF,2017,,, +PYF,2018,,, +QAT,1990,85.605553,84.493393,86.66848 +QAT,1991,81.058411,80.65712,81.444206 +QAT,1992,78.20697,77.549667,78.834267 +QAT,1993,77.074364,77.559509,76.615959 +QAT,1994,81.605019,82.262383,80.989754 +QAT,1995,,, +QAT,1996,,, +QAT,1997,,, +QAT,1998,97.393417,, +QAT,1999,98.576233,99.811882,97.427452 +QAT,2000,96.187752,97.979111,94.524872 +QAT,2001,96.936211,99.665733,94.409042 +QAT,2002,98.14521,96.785423,99.463913 +QAT,2003,96.704819,94.222153,99.206139 +QAT,2004,96.185722,92.676964,99.756638 +QAT,2005,99.286697,, +QAT,2006,93.36235,96.988068,90.096001 +QAT,2007,98.465157,98.588226,98.346733 +QAT,2008,,, +QAT,2009,97.074043,98.288132,95.927551 +QAT,2010,95.418869,96.585602,94.321121 +QAT,2011,98.811256,98.58902,99.025253 +QAT,2012,97.425797,99.368561,95.620033 +QAT,2013,93.677689,95.930901,91.597801 +QAT,2014,93.856682,95.48912,92.333733 +QAT,2015,96.573692,97.256989,95.925087 +QAT,2016,97.831932,97.611794,98.044182 +QAT,2017,98.666771,98.259789,99.05912 +QAT,2018,,, +ROU,1990,,, +ROU,1991,,, +ROU,1992,,, +ROU,1993,73.735291,73.78006,73.69268 +ROU,1994,81.941254,81.978783,81.90554 +ROU,1995,87.732224,87.780632,87.686142 +ROU,1996,90.236832,90.346169,90.132729 +ROU,1997,91.109093,91.238327,90.986053 +ROU,1998,95.358719,95.617683,95.112137 +ROU,1999,92.779831,93.002831,92.567459 +ROU,2000,92.312012,92.51812,92.115784 +ROU,2001,91.85601,91.796059,91.91304 +ROU,2002,94.131363,94.051071,94.207718 +ROU,2003,97.176262,97.035896,97.309677 +ROU,2004,98.892822,98.796577,98.984238 +ROU,2005,97.56118,97.375229,97.737778 +ROU,2006,95.168716,95.191727,95.146858 +ROU,2007,94.893898,94.949158,94.841431 +ROU,2008,94.477249,94.398308,94.552231 +ROU,2009,94.41935,94.276733,94.554863 +ROU,2010,93.854309,93.588348,94.107002 +ROU,2011,93.149918,92.890106,93.396637 +ROU,2012,91.981583,91.64579,92.300438 +ROU,2013,,, +ROU,2014,,, +ROU,2015,90.801079,90.770889,90.829697 +ROU,2016,90.042969,90.095848,89.992882 +ROU,2017,,, +ROU,2018,,, +RUS,1990,,, +RUS,1991,,, +RUS,1992,,, +RUS,1993,,, +RUS,1994,96.800247,96.851929,96.750504 +RUS,1995,93.251472,93.442719,93.067879 +RUS,1996,,, +RUS,1997,,, +RUS,1998,,, +RUS,1999,,, +RUS,2000,,, +RUS,2001,,, +RUS,2002,,, +RUS,2003,,, +RUS,2004,,, +RUS,2005,,, +RUS,2006,92.823112,93.622124,92.064423 +RUS,2007,93.567642,94.233513,92.934509 +RUS,2008,94.800529,95.357483,94.270248 +RUS,2009,96.243622,96.997917,95.524834 +RUS,2010,,, +RUS,2011,97.266891,97.852058,96.709572 +RUS,2012,97.326538,97.966492,96.716927 +RUS,2013,97.505882,98.123611,96.917282 +RUS,2014,96.299232,97.006752,95.624847 +RUS,2015,97.494392,98.16449,96.855339 +RUS,2016,97.58606,98.173027,97.02597 +RUS,2017,,, +RUS,2018,,, +RWA,1990,,, +RWA,1991,,, +RWA,1992,,, +RWA,1993,,, +RWA,1994,,, +RWA,1995,,, +RWA,1996,,, +RWA,1997,,, +RWA,1998,,, +RWA,1999,80.937683,81.331123,80.537628 +RWA,2000,,, +RWA,2001,,, +RWA,2002,82.951347,84.062447,81.815903 +RWA,2003,89.023232,89.836906,88.180908 +RWA,2004,,, +RWA,2005,,, +RWA,2006,,, +RWA,2007,,, +RWA,2008,,, +RWA,2009,,, +RWA,2010,,, +RWA,2011,,, +RWA,2012,,, +RWA,2013,,, +RWA,2014,,, +RWA,2015,,, +RWA,2016,95.861969,96.366753,95.353798 +RWA,2017,93.934624,94.254341,93.613037 +RWA,2018,,, +SAU,1990,,, +SAU,1991,,, +SAU,1992,,, +SAU,1993,,, +SAU,1994,,, +SAU,1995,,, +SAU,1996,,, +SAU,1997,,, +SAU,1998,,, +SAU,1999,,, +SAU,2000,,, +SAU,2001,,, +SAU,2002,,, +SAU,2003,,, +SAU,2004,,, +SAU,2005,,, +SAU,2006,,, +SAU,2007,,, +SAU,2008,,, +SAU,2009,90.997131,90.190804,91.78038 +SAU,2010,96.638023,96.437103,96.833321 +SAU,2011,96.624496,96.569992,96.677513 +SAU,2012,99.535049,99.670799,99.402939 +SAU,2013,97.826279,, +SAU,2014,97.461678,, +SAU,2015,,, +SAU,2016,,, +SAU,2017,,, +SAU,2018,,, +SDN,1990,,, +SDN,1991,,, +SDN,1992,,, +SDN,1993,,, +SDN,1994,,, +SDN,1995,,, +SDN,1996,,, +SDN,1997,,, +SDN,1998,,, +SDN,1999,,, +SDN,2000,,, +SDN,2001,,, +SDN,2002,,, +SDN,2003,,, +SDN,2004,,, +SDN,2005,,, +SDN,2006,,, +SDN,2007,,, +SDN,2008,,, +SDN,2009,,, +SDN,2010,,, +SDN,2011,58.98085,55.57246,62.294621 +SDN,2012,55.408501,56.818432,54.03706 +SDN,2013,56.343529,58.031681,54.70195 +SDN,2014,56.633652,59.154369,54.18449 +SDN,2015,57.32383,59.580109,55.133709 +SDN,2016,59.569561,62.558819,56.670391 +SDN,2017,62.13858,61.586811,62.673409 +SDN,2018,,, +SEN,1990,44.771969,38.221119,51.21846 +SEN,1991,,, +SEN,1992,44.233341,38.1548,50.208328 +SEN,1993,,, +SEN,1994,44.928589,, +SEN,1995,,, +SEN,1996,49.202202,43.780231,54.527489 +SEN,1997,53.432621,48.252739,58.517719 +SEN,1998,56.006458,51.391788,60.53651 +SEN,1999,54.945969,50.153858,59.65134 +SEN,2000,58.098942,54.33593,61.795101 +SEN,2001,,, +SEN,2002,,, +SEN,2003,64.82563,62.022652,67.58551 +SEN,2004,62.896622,61.713619,64.061111 +SEN,2005,64.012306,63.2201,64.791908 +SEN,2006,66.493439,66.271889,66.711472 +SEN,2007,69.088913,69.399712,68.783012 +SEN,2008,69.942879,70.969193,68.933189 +SEN,2009,70.340828,71.864738,68.843109 +SEN,2010,71.25119,73.231033,69.308357 +SEN,2011,71.769524,74.09153,69.495193 +SEN,2012,74.753769,77.685951,71.883408 +SEN,2013,73.590736,76.576263,70.670372 +SEN,2014,74.269768,77.443108,71.167976 +SEN,2015,74.189972,77.664711,70.795486 +SEN,2016,72.339989,75.991539,68.773819 +SEN,2017,75.173698,79.401581,71.045273 +SEN,2018,,, +SGP,1990,,, +SGP,1991,,, +SGP,1992,,, +SGP,1993,,, +SGP,1994,,, +SGP,1995,,, +SGP,1996,,, +SGP,1997,,, +SGP,1998,,, +SGP,1999,,, +SGP,2000,,, +SGP,2001,,, +SGP,2002,,, +SGP,2003,,, +SGP,2004,,, +SGP,2005,,, +SGP,2006,,, +SGP,2007,,, +SGP,2008,,, +SGP,2009,,, +SGP,2010,,, +SGP,2011,,, +SGP,2012,,, +SGP,2013,,, +SGP,2014,,, +SGP,2015,,, +SGP,2016,99.941231,, +SGP,2017,,, +SGP,2018,,, +SLB,1990,,, +SLB,1991,,, +SLB,1992,,, +SLB,1993,,, +SLB,1994,,, +SLB,1995,,, +SLB,1996,,, +SLB,1997,,, +SLB,1998,,, +SLB,1999,,, +SLB,2000,,, +SLB,2001,,, +SLB,2002,,, +SLB,2003,,, +SLB,2004,,, +SLB,2005,75.401291,74.022278,76.679398 +SLB,2006,80.368912,79.524696,81.151588 +SLB,2007,80.521339,79.263397,81.688461 +SLB,2008,,, +SLB,2009,,, +SLB,2010,,, +SLB,2011,,, +SLB,2012,,, +SLB,2013,70.569221,70.973518,70.189278 +SLB,2014,70.214989,69.963417,70.451317 +SLB,2015,70.585182,70.733887,70.445633 +SLB,2016,72.64135,72.890541,72.407639 +SLB,2017,69.526398,69.792381,69.277023 +SLB,2018,,, +SLE,1990,,, +SLE,1991,,, +SLE,1992,,, +SLE,1993,,, +SLE,1994,,, +SLE,1995,,, +SLE,1996,,, +SLE,1997,,, +SLE,1998,,, +SLE,1999,,, +SLE,2000,,, +SLE,2001,,, +SLE,2002,,, +SLE,2003,,, +SLE,2004,,, +SLE,2005,,, +SLE,2006,,, +SLE,2007,,, +SLE,2008,,, +SLE,2009,,, +SLE,2010,,, +SLE,2011,,, +SLE,2012,93.259789,92.655922,93.869652 +SLE,2013,98.679153,98.556999,98.802238 +SLE,2014,,, +SLE,2015,94.974907,94.85273,95.097748 +SLE,2016,99.177368,99.459549,98.893806 +SLE,2017,,, +SLE,2018,,, +SLV,1990,,, +SLV,1991,,, +SLV,1992,,, +SLV,1993,,, +SLV,1994,,, +SLV,1995,,, +SLV,1996,,, +SLV,1997,,, +SLV,1998,82.296951,88.822258,75.965523 +SLV,1999,,, +SLV,2000,91.31115,91.192436,91.425911 +SLV,2001,91.768646,91.978973,91.565369 +SLV,2002,93.465622,93.735321,93.205139 +SLV,2003,93.473686,93.567337,93.383347 +SLV,2004,,, +SLV,2005,96.559128,97.048943,96.087929 +SLV,2006,96.490417,96.883759,96.111656 +SLV,2007,95.829681,96.326736,95.351089 +SLV,2008,95.951279,96.484917,95.438004 +SLV,2009,95.997978,96.45623,95.557907 +SLV,2010,96.128937,96.275429,95.988472 +SLV,2011,95.854591,95.877571,95.832512 +SLV,2012,94.956093,94.941116,94.970482 +SLV,2013,92.077477,92.271759,91.890846 +SLV,2014,89.563667,89.884529,89.255989 +SLV,2015,87.002197,87.397942,86.623444 +SLV,2016,85.534599,86.083817,85.008293 +SLV,2017,81.299454,81.771767,80.846741 +SLV,2018,,, +SMR,1990,,, +SMR,1991,,, +SMR,1992,,, +SMR,1993,,, +SMR,1994,,, +SMR,1995,,, +SMR,1996,,, +SMR,1997,,, +SMR,1998,,, +SMR,1999,,, +SMR,2000,,, +SMR,2001,,, +SMR,2002,,, +SMR,2003,,, +SMR,2004,,, +SMR,2005,,, +SMR,2006,,, +SMR,2007,,, +SMR,2008,,, +SMR,2009,91.997627,92.973648,91.123596 +SMR,2010,94.140831,, +SMR,2011,,, +SMR,2012,93.064613,92.903229,93.201752 +SMR,2013,,, +SMR,2014,,, +SMR,2015,,, +SMR,2016,,, +SMR,2017,,, +SMR,2018,,, +SOM,1990,,, +SOM,1991,,, +SOM,1992,,, +SOM,1993,,, +SOM,1994,,, +SOM,1995,,, +SOM,1996,,, +SOM,1997,,, +SOM,1998,,, +SOM,1999,,, +SOM,2000,,, +SOM,2001,,, +SOM,2002,,, +SOM,2003,,, +SOM,2004,,, +SOM,2005,,, +SOM,2006,,, +SOM,2007,,, +SOM,2008,,, +SOM,2009,,, +SOM,2010,,, +SOM,2011,,, +SOM,2012,,, +SOM,2013,,, +SOM,2014,,, +SOM,2015,,, +SOM,2016,,, +SOM,2017,,, +SOM,2018,,, +SRB,1990,,, +SRB,1991,,, +SRB,1992,,, +SRB,1993,,, +SRB,1994,,, +SRB,1995,,, +SRB,1996,,, +SRB,1997,,, +SRB,1998,,, +SRB,1999,,, +SRB,2000,,, +SRB,2001,,, +SRB,2002,,, +SRB,2003,,, +SRB,2004,,, +SRB,2005,99.70359,, +SRB,2006,99.86248,99.889603,99.836739 +SRB,2007,98.344681,98.289368,98.397308 +SRB,2008,97.99807,97.915512,98.07695 +SRB,2009,96.087997,95.676628,96.481461 +SRB,2010,94.536369,94.375343,94.689629 +SRB,2011,97.124901,97.25705,96.999863 +SRB,2012,96.164146,96.362953,95.976578 +SRB,2013,96.341522,96.690239,96.011742 +SRB,2014,98.588272,98.866753,98.324547 +SRB,2015,99.20623,99.302963,99.114639 +SRB,2016,99.168556,99.22081,99.119164 +SRB,2017,98.56031,98.641998,98.483528 +SRB,2018,,, +SSD,1990,,, +SSD,1991,,, +SSD,1992,,, +SSD,1993,,, +SSD,1994,,, +SSD,1995,,, +SSD,1996,,, +SSD,1997,,, +SSD,1998,,, +SSD,1999,,, +SSD,2000,,, +SSD,2001,,, +SSD,2002,,, +SSD,2003,,, +SSD,2004,,, +SSD,2005,,, +SSD,2006,,, +SSD,2007,,, +SSD,2008,,, +SSD,2009,,, +SSD,2010,,, +SSD,2011,40.89669,33.951561,47.693001 +SSD,2012,,, +SSD,2013,,, +SSD,2014,,, +SSD,2015,32.159538,27.765869,36.449059 +SSD,2016,,, +SSD,2017,,, +SSD,2018,,, +STP,1990,96.688766,, +STP,1991,,, +STP,1992,,, +STP,1993,,, +STP,1994,,, +STP,1995,,, +STP,1996,,, +STP,1997,,, +STP,1998,,, +STP,1999,81.404732,80.421448,82.375511 +STP,2000,,, +STP,2001,,, +STP,2002,96.463509,94.260132,98.637047 +STP,2003,97.793648,96.488823,99.079857 +STP,2004,98.986908,, +STP,2005,98.795982,97.732033,99.843452 +STP,2006,,, +STP,2007,89.564262,90.229713,88.908989 +STP,2008,90.489868,90.853073,90.132301 +STP,2009,91.531471,93.265778,89.823792 +STP,2010,91.568626,92.574051,90.578568 +STP,2011,,, +STP,2012,,, +STP,2013,90.842934,91.049911,90.638939 +STP,2014,91.406776,91.156631,91.653328 +STP,2015,91.356857,90.286911,92.411583 +STP,2016,,, +STP,2017,96.995941,96.726791,97.261322 +STP,2018,,, +SUR,1990,,, +SUR,1991,,, +SUR,1992,,, +SUR,1993,,, +SUR,1994,,, +SUR,1995,,, +SUR,1996,,, +SUR,1997,,, +SUR,1998,,, +SUR,1999,,, +SUR,2000,,, +SUR,2001,,, +SUR,2002,,, +SUR,2003,,, +SUR,2004,,, +SUR,2005,83.06028,83.50676,82.634453 +SUR,2006,85.029137,85.812668,84.287552 +SUR,2007,83.185181,83.721237,82.681351 +SUR,2008,89.24691,90.71965,87.869392 +SUR,2009,92.802032,95.061562,90.694893 +SUR,2010,91.613411,93.656563,89.710068 +SUR,2011,90.415894,92.726593,88.262688 +SUR,2012,91.507599,93.60537,89.552238 +SUR,2013,91.566017,93.504379,89.759232 +SUR,2014,91.43998,94.128288,88.93428 +SUR,2015,93.358139,95.297768,91.550346 +SUR,2016,94.714272,96.783562,92.786087 +SUR,2017,90.190277,92.083443,88.425652 +SUR,2018,,, +SVK,1990,,, +SVK,1991,,, +SVK,1992,,, +SVK,1993,,, +SVK,1994,,, +SVK,1995,,, +SVK,1996,,, +SVK,1997,,, +SVK,1998,,, +SVK,1999,,, +SVK,2000,,, +SVK,2001,,, +SVK,2002,,, +SVK,2003,,, +SVK,2004,,, +SVK,2005,,, +SVK,2006,,, +SVK,2007,,, +SVK,2008,,, +SVK,2009,,, +SVK,2010,,, +SVK,2011,,, +SVK,2012,,, +SVK,2013,,, +SVK,2014,,, +SVK,2015,,, +SVK,2016,,, +SVK,2017,,, +SVK,2018,,, +SVN,1990,,, +SVN,1991,,, +SVN,1992,,, +SVN,1993,,, +SVN,1994,,, +SVN,1995,92.867867,92.922348,92.815666 +SVN,1996,94.61705,94.631577,94.603188 +SVN,1997,95.293373,95.061653,95.513924 +SVN,1998,97.656723,97.786728,97.533234 +SVN,1999,96.505188,96.434631,96.572121 +SVN,2000,95.55307,96.738457,94.428452 +SVN,2001,96.145348,95.998177,96.285233 +SVN,2002,96.801277,96.83931,96.765129 +SVN,2003,97.689308,97.645561,97.730927 +SVN,2004,99.658928,99.769592,99.553551 +SVN,2005,98.687447,98.309662,99.047318 +SVN,2006,98.095917,97.739464,98.435051 +SVN,2007,97.98806,97.587608,98.369278 +SVN,2008,98.135094,97.75547,98.495987 +SVN,2009,98.072578,97.763992,98.365303 +SVN,2010,97.99807,97.772148,98.211937 +SVN,2011,98.051964,98.196609,97.915161 +SVN,2012,98.53125,98.860092,98.221046 +SVN,2013,97.878166,98.357338,97.426521 +SVN,2014,97.656639,98.175797,97.167107 +SVN,2015,98.030548,98.632347,97.462769 +SVN,2016,97.764992,98.412666,97.153648 +SVN,2017,,, +SVN,2018,,, +SWE,1990,99.515961,99.543282,99.489983 +SWE,1991,99.723953,99.837502,99.616119 +SWE,1992,99.838676,, +SWE,1993,99.635223,, +SWE,1994,99.898293,, +SWE,1995,98.838074,, +SWE,1996,99.803452,, +SWE,1997,99.828148,, +SWE,1998,,, +SWE,1999,99.770187,, +SWE,2000,99.42556,99.102661,99.732033 +SWE,2001,99.724998,, +SWE,2002,99.528908,99.308052,99.738701 +SWE,2003,99.102547,98.777222,99.411812 +SWE,2004,96.886993,96.601852,97.158157 +SWE,2005,95.392937,95.206161,95.570572 +SWE,2006,95.078796,94.947891,95.203201 +SWE,2007,96.250648,96.090271,96.402946 +SWE,2008,98.433357,98.116867,98.733772 +SWE,2009,99.335487,99.029999,99.625389 +SWE,2010,99.383507,99.053078,99.69706 +SWE,2011,99.478783,99.240791,99.70462 +SWE,2012,99.599442,99.500381,99.693314 +SWE,2013,99.674858,99.757278,99.596748 +SWE,2014,99.710449,99.82782,99.599167 +SWE,2015,99.631264,99.672592,99.592056 +SWE,2016,99.607132,99.487778,99.720261 +SWE,2017,,, +SWE,2018,,, +SWZ,1990,74.345757,76.240417,72.466698 +SWZ,1991,74.509613,76.004097,73.018082 +SWZ,1992,75.230164,76.381439,74.079208 +SWZ,1993,73.798157,74.744034,72.854019 +SWZ,1994,74.205017,75.498047,72.917084 +SWZ,1995,75.101082,76.190338,74.016983 +SWZ,1996,72.732849,73.742393,71.730019 +SWZ,1997,,, +SWZ,1998,,, +SWZ,1999,,, +SWZ,2000,,, +SWZ,2001,,, +SWZ,2002,,, +SWZ,2003,,, +SWZ,2004,,, +SWZ,2005,,, +SWZ,2006,,, +SWZ,2007,,, +SWZ,2008,,, +SWZ,2009,74.312927,74.365089,74.261131 +SWZ,2010,79.532738,79.184486,79.878731 +SWZ,2011,80.502823,78.082741,82.906349 +SWZ,2012,79.445518,78.284538,80.598106 +SWZ,2013,76.209213,75.77449,76.640678 +SWZ,2014,77.133636,76.794868,77.469856 +SWZ,2015,76.281502,75.910629,76.649658 +SWZ,2016,75.85466,75.217812,76.486908 +SWZ,2017,,, +SWZ,2018,,, +SXM,1990,,, +SXM,1991,,, +SXM,1992,,, +SXM,1993,,, +SXM,1994,,, +SXM,1995,,, +SXM,1996,,, +SXM,1997,,, +SXM,1998,,, +SXM,1999,,, +SXM,2000,,, +SXM,2001,,, +SXM,2002,,, +SXM,2003,,, +SXM,2004,,, +SXM,2005,,, +SXM,2006,,, +SXM,2007,,, +SXM,2008,,, +SXM,2009,,, +SXM,2010,,, +SXM,2011,,, +SXM,2012,,, +SXM,2013,,, +SXM,2014,,, +SXM,2015,,, +SXM,2016,,, +SXM,2017,,, +SXM,2018,,, +SYC,1990,,, +SYC,1991,,, +SYC,1992,,, +SYC,1993,87.902489,87.321022,88.460007 +SYC,1994,90.87542,91.882233,89.9114 +SYC,1995,91.662331,93.178917,90.209648 +SYC,1996,92.057716,93.176018,90.990257 +SYC,1997,,, +SYC,1998,99.454308,, +SYC,1999,,, +SYC,2000,93.137283,94.902283,91.467361 +SYC,2001,86.057739,86.886688,85.268227 +SYC,2002,93.394676,93.237801,93.54493 +SYC,2003,95.102882,94.280121,95.89505 +SYC,2004,95.377213,95.068024,95.674591 +SYC,2005,95.517372,94.736908,96.261681 +SYC,2006,,, +SYC,2007,,, +SYC,2008,,, +SYC,2009,,, +SYC,2010,,, +SYC,2011,,, +SYC,2012,,, +SYC,2013,,, +SYC,2014,,, +SYC,2015,,, +SYC,2016,,, +SYC,2017,,, +SYC,2018,,, +SYR,1990,94.732681,90.574791,98.726913 +SYR,1991,95.764618,, +SYR,1992,96.163422,, +SYR,1993,96.208199,, +SYR,1994,96.435852,, +SYR,1995,96.469093,, +SYR,1996,96.379662,92.609848,99.991821 +SYR,1997,95.578857,92.014282,98.995102 +SYR,1998,96.597389,93.298279,99.760986 +SYR,1999,96.528893,, +SYR,2000,96.86071,, +SYR,2001,97.529968,, +SYR,2002,97.704742,, +SYR,2003,98.383278,, +SYR,2004,98.999237,, +SYR,2005,99.19529,, +SYR,2006,99.059219,98.209709,99.85997 +SYR,2007,98.961998,98.137337,99.739601 +SYR,2008,99.017029,98.228691,99.762573 +SYR,2009,98.912132,98.011559,99.76738 +SYR,2010,98.92807,, +SYR,2011,,, +SYR,2012,,, +SYR,2013,67.232147,66.522568,67.912354 +SYR,2014,,, +SYR,2015,,, +SYR,2016,,, +SYR,2017,,, +SYR,2018,,, +TCA,1990,,, +TCA,1991,,, +TCA,1992,,, +TCA,1993,,, +TCA,1994,,, +TCA,1995,,, +TCA,1996,,, +TCA,1997,,, +TCA,1998,,, +TCA,1999,,, +TCA,2000,,, +TCA,2001,,, +TCA,2002,,, +TCA,2003,,, +TCA,2004,,, +TCA,2005,,, +TCA,2006,,, +TCA,2007,,, +TCA,2008,,, +TCA,2009,,, +TCA,2010,,, +TCA,2011,,, +TCA,2012,,, +TCA,2013,,, +TCA,2014,,, +TCA,2015,,, +TCA,2016,,, +TCA,2017,,, +TCA,2018,,, +TCD,1990,,, +TCD,1991,,, +TCD,1992,,, +TCD,1993,,, +TCD,1994,,, +TCD,1995,,, +TCD,1996,37.36639,, +TCD,1997,42.723709,30.797291,54.487629 +TCD,1998,47.89056,35.516499,60.099689 +TCD,1999,49.799961,38.28056,61.171589 +TCD,2000,51.46944,40.742298,62.065868 +TCD,2001,52.679119,42.508659,62.732811 +TCD,2002,56.176781,45.510551,66.725861 +TCD,2003,57.717449,47.365379,67.957603 +TCD,2004,,, +TCD,2005,,, +TCD,2006,,, +TCD,2007,,, +TCD,2008,,, +TCD,2009,,, +TCD,2010,,, +TCD,2011,62.858639,54.721081,70.871017 +TCD,2012,,, +TCD,2013,78.918488,68.512978,89.153877 +TCD,2014,,, +TCD,2015,80.383476,70.66246,89.949158 +TCD,2016,74.52388,65.600121,83.31031 +TCD,2017,,, +TCD,2018,,, +TGO,1990,64.470581,52.659389,76.377243 +TGO,1991,66.974892,55.47216,78.565666 +TGO,1992,,, +TGO,1993,,, +TGO,1994,62.90004,52.384029,73.471764 +TGO,1995,71.484779,60.429829,82.587929 +TGO,1996,78.781639,66.588211,91.0224 +TGO,1997,76.368538,64.911842,87.860069 +TGO,1998,,, +TGO,1999,88.75943,, +TGO,2000,85.384872,, +TGO,2001,88.263649,78.975723,97.56292 +TGO,2002,91.079712,, +TGO,2003,89.377533,81.034721,97.723793 +TGO,2004,92.054657,84.213089,99.89621 +TGO,2005,91.388092,84.262978,98.511414 +TGO,2006,93.350212,, +TGO,2007,90.046082,84.134979,95.953377 +TGO,2008,91.238602,85.82692,96.643013 +TGO,2009,,, +TGO,2010,,, +TGO,2011,,, +TGO,2012,,, +TGO,2013,,, +TGO,2014,91.462852,88.27726,94.633492 +TGO,2015,96.570747,, +TGO,2016,91.074417,88.088158,94.045624 +TGO,2017,91.645363,88.731949,94.543671 +TGO,2018,,, +THA,1990,,, +THA,1991,,, +THA,1992,,, +THA,1993,,, +THA,1994,,, +THA,1995,,, +THA,1996,,, +THA,1997,,, +THA,1998,,, +THA,1999,,, +THA,2000,,, +THA,2001,,, +THA,2002,,, +THA,2003,,, +THA,2004,,, +THA,2005,,, +THA,2006,98.891937,98.056671,99.688087 +THA,2007,98.461243,97.64344,99.239021 +THA,2008,97.904198,97.167252,98.603821 +THA,2009,98.019577,97.7911,98.236237 +THA,2010,,, +THA,2011,,, +THA,2012,,, +THA,2013,,, +THA,2014,,, +THA,2015,,, +THA,2016,,, +THA,2017,,, +THA,2018,,, +TJK,1990,,, +TJK,1991,,, +TJK,1992,,, +TJK,1993,,, +TJK,1994,,, +TJK,1995,,, +TJK,1996,,, +TJK,1997,,, +TJK,1998,,, +TJK,1999,,, +TJK,2000,95.680679,92.296898,98.973541 +TJK,2001,95.184258,91.266403,98.98896 +TJK,2002,96.859016,94.337852,99.30217 +TJK,2003,96.92337,94.729958,99.042839 +TJK,2004,97.380219,95.520988,99.171402 +TJK,2005,97.054741,95.460709,98.586372 +TJK,2006,96.619339,94.743607,98.417641 +TJK,2007,95.513779,94.13607,96.830307 +TJK,2008,97.723297,96.354301,99.028053 +TJK,2009,98.164238,96.879219,99.386757 +TJK,2010,98.372681,97.202248,99.485123 +TJK,2011,98.17598,96.7687,99.513382 +TJK,2012,98.128288,97.11647,99.089058 +TJK,2013,97.541931,96.568771,98.465286 +TJK,2014,95.774101,95.199577,96.318817 +TJK,2015,95.106522,94.445992,95.732399 +TJK,2016,95.472527,94.75872,96.14859 +TJK,2017,98.534607,97.845779,99.186882 +TJK,2018,,, +TKM,1990,,, +TKM,1991,,, +TKM,1992,,, +TKM,1993,,, +TKM,1994,,, +TKM,1995,,, +TKM,1996,,, +TKM,1997,,, +TKM,1998,,, +TKM,1999,,, +TKM,2000,,, +TKM,2001,,, +TKM,2002,,, +TKM,2003,,, +TKM,2004,,, +TKM,2005,,, +TKM,2006,,, +TKM,2007,,, +TKM,2008,,, +TKM,2009,,, +TKM,2010,,, +TKM,2011,,, +TKM,2012,,, +TKM,2013,,, +TKM,2014,,, +TKM,2015,,, +TKM,2016,,, +TKM,2017,,, +TKM,2018,,, +TLS,1990,,, +TLS,1991,,, +TLS,1992,,, +TLS,1993,,, +TLS,1994,,, +TLS,1995,,, +TLS,1996,,, +TLS,1997,,, +TLS,1998,,, +TLS,1999,,, +TLS,2000,,, +TLS,2001,,, +TLS,2002,,, +TLS,2003,,, +TLS,2004,,, +TLS,2005,,, +TLS,2006,,, +TLS,2007,,, +TLS,2008,70.334167,69.354019,71.273888 +TLS,2009,78.310448,77.168221,79.404671 +TLS,2010,87.319321,86.742691,87.872292 +TLS,2011,92.681282,91.981194,93.353539 +TLS,2012,91.621681,91.335136,91.897041 +TLS,2013,90.54068,90.674461,90.412071 +TLS,2014,88.041061,89.33567,86.796608 +TLS,2015,84.989441,86.574532,83.466263 +TLS,2016,81.836601,83.354622,80.378418 +TLS,2017,80.76265,82.272141,79.312759 +TLS,2018,,, +TON,1990,92.285233,93.153267,91.482452 +TON,1991,,, +TON,1992,,, +TON,1993,92.639511,93.430962,91.924309 +TON,1994,,, +TON,1995,,, +TON,1996,,, +TON,1997,,, +TON,1998,94.043053,93.082031,94.91127 +TON,1999,90.654266,87.910408,93.161308 +TON,2000,,, +TON,2001,99.042679,, +TON,2002,,, +TON,2003,,, +TON,2004,98.104118,, +TON,2005,98.82917,, +TON,2006,98.918549,, +TON,2007,,, +TON,2008,,, +TON,2009,,, +TON,2010,,, +TON,2011,,, +TON,2012,98.42276,, +TON,2013,96.050369,97.444427,94.774673 +TON,2014,98.692093,, +TON,2015,99.937958,, +TON,2016,,, +TON,2017,,, +TON,2018,,, +TTO,1990,90.034348,91.884613,88.238037 +TTO,1991,89.61937,89.691071,89.549652 +TTO,1992,89.199112,89.235252,89.163948 +TTO,1993,88.320389,88.532661,88.113747 +TTO,1994,,, +TTO,1995,,, +TTO,1996,88.667809,88.740219,88.597343 +TTO,1997,88.484528,88.838341,88.140343 +TTO,1998,,, +TTO,1999,97.891159,98.32206,97.47216 +TTO,2000,98.305649,98.68084,97.940689 +TTO,2001,97.77076,98.105492,97.444817 +TTO,2002,94.542488,95.475098,93.633881 +TTO,2003,95.93129,95.8479,96.01255 +TTO,2004,96.590172,96.686333,96.496437 +TTO,2005,93.674858,93.660744,93.688622 +TTO,2006,,, +TTO,2007,96.879662,96.178658,97.56208 +TTO,2008,97.980209,97.725143,98.228462 +TTO,2009,98.300079,96.708252,99.849068 +TTO,2010,98.733513,98.398941,99.059097 +TTO,2011,,, +TTO,2012,,, +TTO,2013,,, +TTO,2014,,, +TTO,2015,,, +TTO,2016,,, +TTO,2017,,, +TTO,2018,,, +TUN,1990,93.94593,88.696938,99.011299 +TUN,1991,94.949509,90.166809,99.563377 +TUN,1992,95.336617,91.037422,99.476761 +TUN,1993,96.174583,92.4151,99.791672 +TUN,1994,96.188881,92.824371,99.424828 +TUN,1995,96.424461,93.628563,99.113792 +TUN,1996,95.460472,92.912651,97.912292 +TUN,1997,94.337547,92.318413,96.27961 +TUN,1998,,, +TUN,1999,94.344757,92.87722,95.752037 +TUN,2000,95.43821,94.150337,96.670799 +TUN,2001,97.285843,96.454964,98.079514 +TUN,2002,99.47773,, +TUN,2003,99.697937,, +TUN,2004,99.840881,, +TUN,2005,98.872238,98.66198,99.07254 +TUN,2006,98.630058,98.66423,98.597481 +TUN,2007,97.652809,97.417068,97.877762 +TUN,2008,97.998802,97.602074,98.37767 +TUN,2009,98.601181,98.243813,98.942612 +TUN,2010,99.63456,, +TUN,2011,99.634071,, +TUN,2012,99.893646,, +TUN,2013,99.615341,, +TUN,2014,,, +TUN,2015,,, +TUN,2016,,, +TUN,2017,,, +TUN,2018,,, +TUR,1990,96.021339,, +TUR,1991,95.315392,, +TUR,1992,95.502029,, +TUR,1993,93.070343,, +TUR,1994,92.249489,88.84893,95.570282 +TUR,1995,91.645309,88.322662,94.88765 +TUR,1996,,, +TUR,1997,92.044518,88.313492,95.680923 +TUR,1998,,, +TUR,1999,94.978897,90.820793,99.025818 +TUR,2000,95.855324,, +TUR,2001,96.39444,, +TUR,2002,96.718102,, +TUR,2003,97.151001,, +TUR,2004,97.477928,, +TUR,2005,97.793167,, +TUR,2006,98.058281,96.198067,99.853371 +TUR,2007,98.511467,97.087311,99.884407 +TUR,2008,97.728241,96.575699,98.838402 +TUR,2009,95.32373,94.487968,96.128151 +TUR,2010,96.063629,95.364929,96.735657 +TUR,2011,95.212936,94.582321,95.819031 +TUR,2012,93.842506,93.256599,94.405472 +TUR,2013,93.535622,92.940536,94.10717 +TUR,2014,94.883698,94.332253,95.413391 +TUR,2015,94.972893,94.506882,95.420486 +TUR,2016,94.44043,94.047127,94.818001 +TUR,2017,,, +TUR,2018,,, +TUV,1990,,, +TUV,1991,,, +TUV,1992,,, +TUV,1993,,, +TUV,1994,,, +TUV,1995,,, +TUV,1996,,, +TUV,1997,,, +TUV,1998,,, +TUV,1999,,, +TUV,2000,,, +TUV,2001,,, +TUV,2002,,, +TUV,2003,,, +TUV,2004,,, +TUV,2005,,, +TUV,2006,,, +TUV,2007,,, +TUV,2008,,, +TUV,2009,,, +TUV,2010,,, +TUV,2011,,, +TUV,2012,,, +TUV,2013,,, +TUV,2014,99.660919,, +TUV,2015,,, +TUV,2016,97.484779,, +TUV,2017,,, +TUV,2018,,, +TZA,1990,51.32563,51.784901,50.86861 +TZA,1991,50.625542,51.010921,50.24221 +TZA,1992,50.703941,50.994289,50.41523 +TZA,1993,49.920029,50.420132,49.422859 +TZA,1994,48.712631,49.43914,47.990459 +TZA,1995,48.602421,49.272179,47.936642 +TZA,1996,48.709919,49.360931,48.062809 +TZA,1997,49.09301,49.820801,48.36969 +TZA,1998,48.570599,49.389141,47.757191 +TZA,1999,48.975689,49.824478,48.13232 +TZA,2000,52.501888,53.182861,51.825211 +TZA,2001,57.052078,56.93475,57.16946 +TZA,2002,71.705681,70.719627,72.696838 +TZA,2003,79.925636,78.402412,81.460419 +TZA,2004,84.085617,82.625687,85.556717 +TZA,2005,88.26358,86.8368,89.697937 +TZA,2006,93.43869,92.534714,94.339981 +TZA,2007,,, +TZA,2008,94.371567,94.072441,94.66774 +TZA,2009,,, +TZA,2010,87.714767,88.077759,87.353142 +TZA,2011,,, +TZA,2012,82.943779,83.157356,82.728477 +TZA,2013,80.762451,81.200928,80.31971 +TZA,2014,79.322861,80.22821,78.410469 +TZA,2015,,, +TZA,2016,80.808517,82.076683,79.543747 +TZA,2017,80.808533,82.076683,79.551628 +TZA,2018,,, +UGA,1990,,, +UGA,1991,,, +UGA,1992,,, +UGA,1993,,, +UGA,1994,,, +UGA,1995,,, +UGA,1996,,, +UGA,1997,,, +UGA,1998,,, +UGA,1999,,, +UGA,2000,,, +UGA,2001,,, +UGA,2002,,, +UGA,2003,,, +UGA,2004,,, +UGA,2005,,, +UGA,2006,,, +UGA,2007,,, +UGA,2008,,, +UGA,2009,90.910606,92.131058,89.703407 +UGA,2010,87.719933,89.010712,86.443779 +UGA,2011,90.438362,91.711594,89.180519 +UGA,2012,,, +UGA,2013,90.997993,92.421928,89.59314 +UGA,2014,,, +UGA,2015,,, +UGA,2016,,, +UGA,2017,,, +UGA,2018,,, +UKR,1990,,, +UKR,1991,,, +UKR,1992,,, +UKR,1993,,, +UKR,1994,,, +UKR,1995,,, +UKR,1996,,, +UKR,1997,,, +UKR,1998,,, +UKR,1999,,, +UKR,2000,,, +UKR,2001,,, +UKR,2002,96.336632,96.349693,96.324226 +UKR,2003,90.095367,90.124161,90.068008 +UKR,2004,89.763023,89.539574,89.975441 +UKR,2005,89.94841,89.789726,90.099297 +UKR,2006,88.781174,88.58783,88.965172 +UKR,2007,88.239883,88.068993,88.402519 +UKR,2008,87.93499,87.970497,87.901199 +UKR,2009,88.305443,88.351181,88.261993 +UKR,2010,90.766762,91.051247,90.497208 +UKR,2011,92.874329,93.467659,92.314049 +UKR,2012,93.877876,94.63726,93.161453 +UKR,2013,94.260818,95.092079,93.477249 +UKR,2014,92.768051,93.737228,91.854858 +UKR,2015,,, +UKR,2016,,, +UKR,2017,,, +UKR,2018,,, +URY,1990,,, +URY,1991,92.000008,92.539543,91.481331 +URY,1992,93.961143,94.334938,93.602058 +URY,1993,94.65699,95.066483,94.263962 +URY,1994,93.034843,93.398773,92.685791 +URY,1995,92.543472,92.941879,92.161568 +URY,1996,92.047974,92.596451,91.522232 +URY,1997,92.197113,92.63839,91.7742 +URY,1998,,, +URY,1999,,, +URY,2000,,, +URY,2001,,, +URY,2002,,, +URY,2003,,, +URY,2004,,, +URY,2005,97.563797,97.45443,97.668869 +URY,2006,99.947319,, +URY,2007,98.099739,98.170029,98.032158 +URY,2008,99.257179,99.058571,99.448158 +URY,2009,99.443718,99.13694,99.738579 +URY,2010,99.8424,, +URY,2011,,, +URY,2012,,, +URY,2013,99.496872,99.404839,99.584999 +URY,2014,94.507141,94.462807,94.549553 +URY,2015,97.697723,97.659927,97.733833 +URY,2016,98.345963,98.333168,98.358177 +URY,2017,,, +URY,2018,,, +USA,1990,98.648743,98.967087,98.345329 +USA,1991,98.650772,98.674347,98.62825 +USA,1992,,, +USA,1993,96.711662,96.654152,96.76664 +USA,1994,96.078537,96.425217,95.747162 +USA,1995,97.037849,97.135147,96.944901 +USA,1996,95.92057,96.146317,95.705116 +USA,1997,,, +USA,1998,,, +USA,1999,95.766541,, +USA,2000,95.909103,, +USA,2001,96.296837,, +USA,2002,95.321198,, +USA,2003,96.046806,, +USA,2004,95.612534,, +USA,2005,96.465263,, +USA,2006,96.82341,, +USA,2007,97.289146,, +USA,2008,97.347359,, +USA,2009,95.915314,, +USA,2010,94.542961,, +USA,2011,93.468224,94.142937,92.822189 +USA,2012,93.732147,93.749252,93.715759 +USA,2013,93.857613,93.93219,93.786171 +USA,2014,94.16806,94.691711,93.666519 +USA,2015,94.600227,95.00148,94.215591 +USA,2016,95.892059,95.702583,96.073799 +USA,2017,,, +USA,2018,,, +UZB,1990,,, +UZB,1991,,, +UZB,1992,,, +UZB,1993,,, +UZB,1994,,, +UZB,1995,,, +UZB,1996,,, +UZB,1997,,, +UZB,1998,,, +UZB,1999,,, +UZB,2000,,, +UZB,2001,,, +UZB,2002,,, +UZB,2003,,, +UZB,2004,,, +UZB,2005,,, +UZB,2006,,, +UZB,2007,92.417557,91.777542,93.028419 +UZB,2008,90.991219,90.452232,91.506691 +UZB,2009,90.595383,89.951477,91.211632 +UZB,2010,91.638199,90.848389,92.393661 +UZB,2011,92.407227,91.516548,93.258072 +UZB,2012,94.053841,93.204697,94.864449 +UZB,2013,95.332367,94.552872,96.07592 +UZB,2014,96.495216,95.760658,97.195313 +UZB,2015,97.124969,96.393158,97.821877 +UZB,2016,97.505051,96.789749,98.185577 +UZB,2017,98.547783,97.722702,99.331772 +UZB,2018,,, +VCT,1990,,, +VCT,1991,,, +VCT,1992,,, +VCT,1993,,, +VCT,1994,99.462357,, +VCT,1995,,, +VCT,1996,,, +VCT,1997,,, +VCT,1998,,, +VCT,1999,,, +VCT,2000,98.211372,, +VCT,2001,,, +VCT,2002,99.053467,, +VCT,2003,99.483063,, +VCT,2004,99.3918,, +VCT,2005,98.266388,96.990768,99.51545 +VCT,2006,,, +VCT,2007,98.403397,, +VCT,2008,97.520897,, +VCT,2009,98.330162,, +VCT,2010,98.48877,, +VCT,2011,96.689529,96.743057,96.637169 +VCT,2012,99.115044,, +VCT,2013,96.255402,95.214706,97.273003 +VCT,2014,,, +VCT,2015,98.774643,98.768509,98.780647 +VCT,2016,98.097603,98.107353,98.088051 +VCT,2017,98.34549,97.790993,98.888893 +VCT,2018,,, +VEN,1990,,, +VEN,1991,,, +VEN,1992,,, +VEN,1993,,, +VEN,1994,,, +VEN,1995,,, +VEN,1996,,, +VEN,1997,,, +VEN,1998,,, +VEN,1999,84.9813,85.660667,84.329613 +VEN,2000,87.485771,88.235046,86.76709 +VEN,2001,90.15007,90.873497,89.456146 +VEN,2002,93.12458,93.708549,92.564468 +VEN,2003,91.795837,92.364372,91.250664 +VEN,2004,92.058273,92.561943,91.575447 +VEN,2005,90.876717,91.487541,90.291351 +VEN,2006,91.609917,92.0877,91.152107 +VEN,2007,92.660767,93.006279,92.329689 +VEN,2008,90.806541,91.198837,90.430649 +VEN,2009,92.780983,93.014091,92.557632 +VEN,2010,93.603958,93.830276,93.387077 +VEN,2011,93.619293,93.832809,93.414619 +VEN,2012,93.656174,92.495369,94.769348 +VEN,2013,92.920731,91.883659,93.915459 +VEN,2014,92.650139,92.807251,92.499451 +VEN,2015,91.996681,91.948311,92.043083 +VEN,2016,88.943733,88.900513,88.985168 +VEN,2017,86.193977,86.079819,86.303482 +VEN,2018,,, +VGB,1990,,, +VGB,1991,,, +VGB,1992,,, +VGB,1993,,, +VGB,1994,,, +VGB,1995,,, +VGB,1996,,, +VGB,1997,,, +VGB,1998,,, +VGB,1999,,, +VGB,2000,,, +VGB,2001,,, +VGB,2002,,, +VGB,2003,,, +VGB,2004,,, +VGB,2005,,, +VGB,2006,,, +VGB,2007,,, +VGB,2008,,, +VGB,2009,,, +VGB,2010,,, +VGB,2011,,, +VGB,2012,,, +VGB,2013,,, +VGB,2014,,, +VGB,2015,,, +VGB,2016,,, +VGB,2017,,, +VGB,2018,,, +VIR,1990,,, +VIR,1991,,, +VIR,1992,,, +VIR,1993,,, +VIR,1994,,, +VIR,1995,,, +VIR,1996,,, +VIR,1997,,, +VIR,1998,,, +VIR,1999,,, +VIR,2000,,, +VIR,2001,,, +VIR,2002,,, +VIR,2003,,, +VIR,2004,,, +VIR,2005,,, +VIR,2006,,, +VIR,2007,,, +VIR,2008,,, +VIR,2009,,, +VIR,2010,,, +VIR,2011,,, +VIR,2012,,, +VIR,2013,,, +VIR,2014,,, +VIR,2015,,, +VIR,2016,,, +VIR,2017,,, +VIR,2018,,, +VNM,1990,,, +VNM,1991,,, +VNM,1992,,, +VNM,1993,,, +VNM,1994,,, +VNM,1995,,, +VNM,1996,,, +VNM,1997,,, +VNM,1998,99.140518,, +VNM,1999,98.361748,, +VNM,2000,97.370018,, +VNM,2001,96.067383,, +VNM,2002,93.040703,, +VNM,2003,,, +VNM,2004,,, +VNM,2005,90.11805,, +VNM,2006,91.75573,, +VNM,2007,,, +VNM,2008,97.14888,, +VNM,2009,98.384888,, +VNM,2010,98.138809,, +VNM,2011,99.400879,, +VNM,2012,98.201561,, +VNM,2013,98.10553,, +VNM,2014,,, +VNM,2015,,, +VNM,2016,,, +VNM,2017,,, +VNM,2018,,, +VUT,1990,,, +VUT,1991,,, +VUT,1992,,, +VUT,1993,,, +VUT,1994,,, +VUT,1995,,, +VUT,1996,,, +VUT,1997,,, +VUT,1998,98.057953,, +VUT,1999,97.646049,96.977898,98.268082 +VUT,2000,99.322113,, +VUT,2001,99.579224,, +VUT,2002,99.225433,, +VUT,2003,99.67173,, +VUT,2004,97.638313,97.350441,97.906891 +VUT,2005,99.155128,, +VUT,2006,,, +VUT,2007,,, +VUT,2008,,, +VUT,2009,,, +VUT,2010,,, +VUT,2011,,, +VUT,2012,,, +VUT,2013,,, +VUT,2014,,, +VUT,2015,86.700912,87.974716,85.536942 +VUT,2016,,, +VUT,2017,,, +VUT,2018,,, +WSM,1990,,, +WSM,1991,,, +WSM,1992,,, +WSM,1993,,, +WSM,1994,93.372551,95.003967,91.928688 +WSM,1995,,, +WSM,1996,,, +WSM,1997,,, +WSM,1998,96.198029,99.448219,93.25766 +WSM,1999,92.681213,93.12915,92.273033 +WSM,2000,91.500191,93.013939,90.118828 +WSM,2001,94.746841,96.612099,93.047081 +WSM,2002,,, +WSM,2003,,, +WSM,2004,,, +WSM,2005,,, +WSM,2006,,, +WSM,2007,98.369614,, +WSM,2008,,, +WSM,2009,99.729691,, +WSM,2010,96.758911,97.102371,96.43589 +WSM,2011,95.03154,96.159607,93.966522 +WSM,2012,96.109192,97.437378,94.85524 +WSM,2013,,, +WSM,2014,97.293068,98.095367,96.543358 +WSM,2015,97.327637,97.927994,96.769882 +WSM,2016,96.342628,97.743172,95.04644 +WSM,2017,96.193542,96.762589,95.667747 +WSM,2018,,, +XKX,1990,,, +XKX,1991,,, +XKX,1992,,, +XKX,1993,,, +XKX,1994,,, +XKX,1995,,, +XKX,1996,,, +XKX,1997,,, +XKX,1998,,, +XKX,1999,,, +XKX,2000,,, +XKX,2001,,, +XKX,2002,,, +XKX,2003,,, +XKX,2004,,, +XKX,2005,,, +XKX,2006,,, +XKX,2007,,, +XKX,2008,,, +XKX,2009,,, +XKX,2010,,, +XKX,2011,,, +XKX,2012,,, +XKX,2013,,, +XKX,2014,,, +XKX,2015,,, +XKX,2016,,, +XKX,2017,,, +XKX,2018,,, +YEM,1990,,, +YEM,1991,,, +YEM,1992,,, +YEM,1993,,, +YEM,1994,,, +YEM,1995,,, +YEM,1996,,, +YEM,1997,,, +YEM,1998,,, +YEM,1999,55.943352,41.098808,70.224426 +YEM,2000,,, +YEM,2001,64.464447,, +YEM,2002,,, +YEM,2003,70.67437,58.33168,82.570953 +YEM,2004,73.625648,61.777111,85.039963 +YEM,2005,75.749001,65.266701,85.841408 +YEM,2006,,, +YEM,2007,,, +YEM,2008,75.993507,68.703941,83.005234 +YEM,2009,,, +YEM,2010,81.066498,73.096649,88.729027 +YEM,2011,,, +YEM,2012,84.547569,76.854973,91.941093 +YEM,2013,84.977081,77.891319,91.785477 +YEM,2014,,, +YEM,2015,,, +YEM,2016,83.316818,77.929382,88.488693 +YEM,2017,,, +YEM,2018,,, +ZAF,1990,,, +ZAF,1991,86.902702,88.236687,85.57737 +ZAF,1992,,, +ZAF,1993,,, +ZAF,1994,91.459084,92.101723,90.821159 +ZAF,1995,92.584824,93.280563,91.894577 +ZAF,1996,,, +ZAF,1997,,, +ZAF,1998,93.209396,94.518997,91.909561 +ZAF,1999,94.116043,95.429947,92.812866 +ZAF,2000,92.177139,92.962013,91.399277 +ZAF,2001,92.245193,93.451408,91.051323 +ZAF,2002,92.30687,93.656448,90.97258 +ZAF,2003,92.521339,93.613548,91.442459 +ZAF,2004,92.327759,93.194191,91.472412 +ZAF,2005,91.00074,91.88443,90.128609 +ZAF,2006,,, +ZAF,2007,,, +ZAF,2008,,, +ZAF,2009,,, +ZAF,2010,,, +ZAF,2011,,, +ZAF,2012,,, +ZAF,2013,,, +ZAF,2014,,, +ZAF,2015,91.553192,91.801529,91.308167 +ZAF,2016,,, +ZAF,2017,,, +ZAF,2018,,, +ZMB,1990,,, +ZMB,1991,,, +ZMB,1992,,, +ZMB,1993,,, +ZMB,1994,73.407677,71.96035,74.844597 +ZMB,1995,71.511124,70.18177,72.831123 +ZMB,1996,,, +ZMB,1997,,, +ZMB,1998,68.346527,67.220039,69.465797 +ZMB,1999,66.852882,65.61776,68.08004 +ZMB,2000,66.640221,65.918541,67.357201 +ZMB,2001,66.255402,65.916069,66.592644 +ZMB,2002,69.050346,68.526871,69.570602 +ZMB,2003,,, +ZMB,2004,81.240349,81.410454,81.071373 +ZMB,2005,89.199463,90.098618,88.306328 +ZMB,2006,87.264961,88.68705,85.852669 +ZMB,2007,89.595772,89.986717,89.207642 +ZMB,2008,90.062424,, +ZMB,2009,87.11705,88.325012,85.918922 +ZMB,2010,84.57518,85.725281,83.434967 +ZMB,2011,88.408577,89.516068,87.311157 +ZMB,2012,90.125313,91.580406,88.684311 +ZMB,2013,87.90741,88.870621,86.954109 +ZMB,2014,,, +ZMB,2015,,, +ZMB,2016,,, +ZMB,2017,86.021538,87.890167,84.1754 +ZMB,2018,,, +ZWE,1990,,, +ZWE,1991,,, +ZWE,1992,,, +ZWE,1993,,, +ZWE,1994,,, +ZWE,1995,,, +ZWE,1996,,, +ZWE,1997,,, +ZWE,1998,84.097313,84.992821,83.207779 +ZWE,1999,86.280937,86.900543,85.665894 +ZWE,2000,87.027946,87.348137,86.710136 +ZWE,2001,89.045052,89.69503,88.400101 +ZWE,2002,85.50634,86.162323,84.855469 +ZWE,2003,84.137451,85.0466,83.235291 +ZWE,2004,,, +ZWE,2005,,, +ZWE,2006,,, +ZWE,2007,,, +ZWE,2008,,, +ZWE,2009,,, +ZWE,2010,,, +ZWE,2011,,, +ZWE,2012,88.063423,88.98407,87.146843 +ZWE,2013,85.229187,86.004578,84.45723 +ZWE,2014,,, +ZWE,2015,,, +ZWE,2016,,, +ZWE,2017,,, +ZWE,2018,,, diff --git a/01_data/011_rawdata/hosted_in_repo/enrollment_validated.md b/01_data/011_rawdata/hosted_in_repo/enrollment_validated.md new file mode 100644 index 0000000..44e4f54 --- /dev/null +++ b/01_data/011_rawdata/hosted_in_repo/enrollment_validated.md @@ -0,0 +1,19 @@ +|countrycode|country|year|suggested_enrollment|decision| +|---|---|---|---|---| +|CIV|Côte d'Ivoire|2014|78.90|use| +|TZA|Tanzania|2007|93.44|use| +|AFG|Afghanistan|2016|50.4|use| +|BGD|Bangladesh|2016|94|accepted| +|BTN|Bhutan|2012|95|accepted| +|IND|India|2014|95|accepted| +|LKA|Sri Lanka|2015|99|accepted| +|MDV|Maldives|2009|98|accepted| +|NPL|Nepal|2010|94|accepted| +|MDA|Moldova|2001|93.49|use| +|MDA|Moldova|2003|94.15|use| +|MDA|Moldova|2006|97.51|use| +|CRI|Costa Rica|2006|98.90|use| +|CHN|China|2013|100|use| +|CHN|China|2014|99.1|use| +|CHN|China|2015|99.3|use| +|CHN|China|2016|100|use| diff --git a/01_data/011_rawdata/hosted_in_repo/hci_indicators_wbopendata.csv b/01_data/011_rawdata/hosted_in_repo/hci_indicators_wbopendata.csv new file mode 100644 index 0000000..ac608d8 --- /dev/null +++ b/01_data/011_rawdata/hosted_in_repo/hci_indicators_wbopendata.csv @@ -0,0 +1,218 @@ +countrycode,countryname,year,hd_hci_hlos,hd_hci_hlos_fe,hd_hci_hlos_ma,hd_hci_lays,hd_hci_lays_fe,hd_hci_lays_ma,hd_hci_eyrs,hd_hci_eyrs_fe,hd_hci_eyrs_ma,hd_hci_ovrl,hd_hci_ovrl_fe,hd_hci_ovrl_ma +ABW,Aruba,2017,,,,,,,,,,,, +AFG,Afghanistan,2017,355,350,358,4.8699999,3.77,5.27,8.5799999,6.73,9.21,.389,.36300001,.39500001 +AGO,Angola,2017,326,325,327,4.1100001,3.6800001,4.54,7.8899999,7.0700002,8.6899996,.361,.35800001,.36500001 +ALB,Albania,2017,429,445,414,8.9200001,9.1800003,8.6599998,12.99,12.89,13.08,.62099999,.63700002,.60600001 +AND,Andorra,2017,,,,,,,,,,,, +ARE,United Arab Emirates,2017,451,464,439,9.4899998,,,13.14,,,.65899998,, +ARG,Argentina,2017,424,421,427,8.8699999,8.9700003,8.7700005,13.07,13.32,12.83,.611,.63200003,.58999997 +ARM,Armenia,2017,443,448,439,7.8600001,8.0699997,7.6599998,11.09,11.27,10.92,.57200003,.59299999,.551 +ASM,American Samoa,2017,,,,,,,,,,,, +ATG,Antigua and Barbuda,2017,,,,,,,,,,,, +AUS,Australia,2017,524,528,520,11.55,11.65,11.45,13.77,13.78,13.76,.80299997,.80500001,.77899998 +AUT,Austria,2017,525,524,526,11.67,11.56,11.72,13.89,13.79,13.94,.79299998,.79799998,.78500003 +AZE,Azerbaijan,2017,472,479,466,8.75,,,11.58,,,.597,, +BDI,Burundi,2017,423,432,415,5.0799999,5.0599999,5.1199999,7.5100002,7.3099999,7.7199998,.38,.38699999,.37400001 +BEL,Belgium,2017,519,518,521,11.14,11.13,11.15,13.41,13.45,13.37,.75700003,.76599997,.74900001 +BEN,Benin,2017,384,384,384,5.73,5.4299998,6.0100002,9.3199997,8.8500004,9.7799997,.40599999,.403,.40799999 +BFA,Burkina Faso,2017,404,400,407,4.1999998,4.1300001,4.2800002,6.5,6.4400001,6.5700002,.36899999,.36000001,.354 +BGD,Bangladesh,2017,368,370,367,6.5,6.6999998,6.25,11.03,11.33,10.66,.479,.49200001,.465 +BGR,Bulgaria,2017,498,506,490,10.29,10.41,10.17,12.92,12.86,12.98,.676,.70700002,.648 +BHR,Bahrain,2017,452,470,434,9.6000004,10.09,9.1300001,13.28,13.41,13.16,.66799998,.699,.64099997 +BHS,"Bahamas, The",2017,,,,,,,,,,,, +BIH,Bosnia and Herzegovina,2017,461,460,461,8.6400003,8.6800003,8.6000004,11.71,11.78,11.66,.61799997,.62699997,.61000001 +BLR,Belarus,2017,,,,,,,,,,,, +BLZ,Belize,2017,,,,,,,,,,,, +BMU,Bermuda,2017,,,,,,,,,,,, +BOL,Bolivia,2017,,,,,,,,,,,, +BRA,Brazil,2017,408,409,408,7.6300001,,,11.69,,,.56,, +BRB,Barbados,2017,,,,,,,,,,,, +BRN,Brunei Darussalam,2017,,,,,,,,,,,, +BTN,Bhutan,2017,,,,,,,,,,,, +BWA,Botswana,2017,391,401,381,5.27,5.6599998,4.8899999,8.4099998,8.8100004,8.0200005,.42399999,.44600001,.39300001 +CAF,Central African Republic,2017,,,,,,,,,,,, +CAN,Canada,2017,537,539,535,11.74,11.78,11.7,13.67,13.66,13.68,.79900002,.80800003,.79000002 +CHE,Switzerland,2017,524,525,523,11.13,11.13,11.14,13.29,13.26,13.32,.76700002,.77399999,.76200002 +CHI,Channel Islands,2017,,,,,,,,,,,, +CHL,Chile,2017,466,465,467,9.5699997,9.6099997,9.54,12.85,12.93,12.77,.67400002,.68199998,.667 +CHN,China,2017,456,456,456,9.6700001,9.7200003,9.6199999,13.25,13.32,13.19,.67299998,.67400002,.65700001 +CIV,Cote d'Ivoire,2017,373,371,375,4.21,3.8900001,4.5300002,7.04,6.5500002,7.54,.35299999,.32300001,.32499999 +CMR,Cameroon,2017,379,383,376,5.5,5.3000002,5.6900001,9.0699997,8.6499996,9.4700003,.39399999,.39300001,.39500001 +COD,"Congo, Dem. Rep.",2017,318,316,320,4.6700001,4.48,4.8699999,9.1899996,8.8599997,9.5100002,.36899999,.37,.36700001 +COG,"Congo, Rep.",2017,371,369,372,5.2199998,5.3000002,5.1300001,8.8000002,8.9700003,8.6199999,.41999999,.41100001,.39199999 +COL,Colombia,2017,424,423,425,8.46,8.5200005,8.3999996,12.48,12.6,12.37,.59299999,.60900003,.579 +COM,Comoros,2017,392,387,400,5.3000002,5.1199999,5.52,8.4499998,8.2700005,8.6300001,.40900001,.41,.40900001 +CPV,Cabo Verde,2017,,,,,,,,,,,, +CRI,Costa Rica,2017,430,426,433,8.5799999,8.6099997,8.54,12.48,12.63,12.33,.61900002,.62099999,.597 +CUB,Cuba,2017,,,,,,,,,,,, +CUW,Curacao,2017,,,,,,,,,,,, +CYM,Cayman Islands,2017,,,,,,,,,,,, +CYP,Cyprus,2017,502,500,504,10.87,10.86,10.87,13.52,13.57,13.48,.75099999,.759,.74299997 +CZE,Czech Republic,2017,522,524,521,11.65,11.69,11.61,13.94,13.95,13.92,.78200001,.80000001,.764 +DEU,Germany,2017,528,529,528,11.74,11.66,11.73,13.89,13.79,13.89,.79500002,.80199999,.78299999 +DJI,Djibouti,2017,,,,,,,,,,,, +DMA,Dominica,2017,,,,,,,,,,,, +DNK,Denmark,2017,531,532,529,11.42,11.51,11.32,13.45,13.52,13.37,.77399999,.78899997,.75999999 +DOM,Dominican Republic,2017,350,356,344,6.3299999,6.5300002,6.1199999,11.29,11.48,11.11,.49200001,.50999999,.47600001 +DZA,Algeria,2017,374,383,366,6.8400002,7.2600002,6.4499998,11.42,11.84,11.01,.523,.54500002,.50400001 +ECU,Ecuador,2017,420,421,419,8.8599997,8.9799995,8.7399998,13.18,13.32,13.04,.602,.61900002,.58700001 +EGY,"Egypt, Arab Rep.",2017,356,368,344,6.3400002,6.6100001,6.0700002,11.13,11.23,11.03,.486,.505,.46799999 +ERI,Eritrea,2017,,,,,,,,,,,, +ESP,Spain,2017,514,513,514,10.78,10.86,10.7,13.11,13.22,13.01,.74299997,.75700003,.72899997 +EST,Estonia,2017,542,545,539,11.36,11.49,11.23,13.1,13.17,13.03,.74699998,.78299999,.71399999 +ETH,Ethiopia,2017,359,356,363,4.5100002,4.3000002,4.7199998,7.8499999,7.5599999,8.1300001,.38499999,.38600001,.38299999 +FIN,Finland,2017,548,558,538,12.05,12.29,11.82,13.75,13.76,13.73,.81400001,.84799999,.78399998 +FJI,Fiji,2017,,,,,,,,,,,, +FRA,France,2017,506,508,504,11.3,,,13.96,,,.76499999,, +FRO,Faroe Islands,2017,,,,,,,,,,,, +FSM,"Micronesia, Fed. Sts.",2017,,,,,,,,,,,, +GAB,Gabon,2017,456,454,458,6.0300002,6.21,5.8099999,8.2600002,8.54,7.9299998,.45300001,.46799999,.43900001 +GBR,United Kingdom,2017,517,518,515,11.48,11.49,11.47,13.89,13.86,13.91,.78100002,.78899997,.773 +GEO,Georgia,2017,445,455,435,8.8800001,9.2200003,8.5699997,12.48,12.66,12.31,.61400002,.64300001,.55400002 +GHA,Ghana,2017,307,306,308,5.6999998,5.7199998,5.6900001,11.6,11.68,11.53,.43900001,.44600001,.43200001 +GIB,Gibraltar,2017,,,,,,,,,,,, +GIN,Guinea,2017,408,397,417,4.54,3.9200001,5.1500001,6.9499998,6.1700001,7.7199998,.37400001,.352,.377 +GMB,"Gambia, The",2017,338,340,336,4.8400002,5.04,,8.96,9.2700005,,.39700001,.41, +GNB,Guinea-Bissau,2017,,,,,,,,,,,, +GNQ,Equatorial Guinea,2017,,,,,,,,,,,, +GRC,Greece,2017,474,482,466,9.7700005,9.8199997,9.5299997,12.88,12.74,12.78,.68099999,.69400001,.65799999 +GRD,Grenada,2017,,,,,,,,,,,, +GRL,Greenland,2017,,,,,,,,,,,, +GTM,Guatemala,2017,405,408,402,6.29,6.2800002,6.29,9.6999998,9.6199999,9.7700005,.46000001,.46900001,.44999999 +GUM,Guam,2017,,,,,,,,,,,, +GUY,Guyana,2017,346,356,338,6.6900001,7.0999999,6.3299999,12.08,12.45,11.72,.495,.52100003,.472 +HKG,"Hong Kong SAR, China",2017,562,564,560,12.07,12.12,12.03,13.43,13.43,13.43,.82200003,.833,.81 +HND,Honduras,2017,400,399,401,6.3800001,6.52,6.25,9.9799995,10.22,9.75,.49000001,.50199997,.47799999 +HRV,Croatia,2017,505,503,506,10.75,10.86,10.64,13.31,13.49,13.15,.72299999,.74699998,.699 +HTI,Haiti,2017,345,355,337,6.29,6.5100002,6.1100001,11.38,11.45,11.33,.44600001,.463,.43200001 +HUN,Hungary,2017,516,517,514,10.74,10.79,10.69,13.01,13.03,12.99,.70300001,.72899997,.67799997 +IDN,Indonesia,2017,403,408,398,7.9299998,8.1000004,7.7800002,12.31,12.41,12.21,.53500003,.55000001,.52100003 +IMN,Isle of Man,2017,,,,,,,,,,,, +IND,India,2017,355,362,347,5.7800002,5.9400001,5.5999999,10.17,10.27,10.08,.44,.45100001,.42899999 +IRL,Ireland,2017,538,537,538,11.8,,,13.71,,,.80599999,, +IRN,"Iran, Islamic Rep.",2017,432,446,420,8.0699997,8.3199997,7.8600001,11.68,11.65,11.7,.59100002,.602,.565 +IRQ,Iraq,2017,363,377,353,4,4.2399998,3.8,6.8899999,7.04,6.73,.398,.412,.38600001 +ISL,Iceland,2017,497,504,489,10.65,10.86,10.45,13.4,13.45,13.35,.74000001,.75800002,.72299999 +ISR,Israel,2017,503,506,501,11.08,,,13.76,,,.76300001,, +ITA,Italy,2017,514,511,516,11.16,11.11,11.22,13.58,13.58,13.58,.76899999,.77399999,.764 +JAM,Jamaica,2017,387,404,372,7.25,7.6700001,6.8600001,11.7,11.88,11.53,.54400003,.55800003,.5 +JOR,Jordan,2017,409,428,391,7.6100001,8.0799999,7.1599998,11.62,11.81,11.44,.56199998,.58899999,.537 +JPN,Japan,2017,563,562,565,12.29,,,13.64,,,.84399998,, +KAZ,Kazakhstan,2017,537,542,533,11.47,11.66,11.29,13.34,13.46,13.23,.74599999,.77999997,.71399999 +KEN,Kenya,2017,455,,,7.79,,,10.7,,,.51800001,, +KGZ,Kyrgyz Republic,2017,420,426,414,8.4399996,8.6000004,8.29,12.56,12.62,12.5,.57999998,.60299999,.55800003 +KHM,Cambodia,2017,452,,,6.9000001,,,9.5500002,9.6999998,9.3999996,.493,, +KIR,Kiribati,2017,383,394,372,7.0900002,,,11.57,,,.479,, +KNA,St. Kitts and Nevis,2017,,,,,,,,,,,, +KOR,"Korea, Rep.",2017,563,567,560,12.24,12.34,12.14,13.58,13.61,13.55,.84500003,.852,.81300002 +KWT,Kuwait,2017,383,398,369,7.6300001,8.1400003,7.1399999,12.44,12.79,12.11,.57599998,.59899998,.53899997 +LAO,Lao PDR,2017,368,374,363,6.3899999,6.4299998,6.3400002,10.84,10.76,10.93,.45199999,.46200001,.44 +LBN,Lebanon,2017,405,405,405,6.8299999,6.71,6.9499998,10.54,10.36,10.73,.53799999,.537,.54000002 +LBR,Liberia,2017,332,328,335,2.3399999,2.3299999,2.3499999,4.4099998,4.4400001,4.3699999,.31900001,.32499999,.31400001 +LBY,Libya,2017,,,,,,,,,,,, +LCA,St. Lucia,2017,,,,,,,,,,,, +LIE,Liechtenstein,2017,,,,,,,,,,,, +LKA,Sri Lanka,2017,400,,,8.3000002,,,12.97,12.98,12.95,.58399999,, +LSO,Lesotho,2017,393,,,5.5,,,8.7399998,9.1199999,8.3699999,.37099999,, +LTU,Lithuania,2017,514,520,507,11.17,11.35,11,13.59,13.63,13.55,.71200001,.76099998,.66600001 +LUX,Luxembourg,2017,500,500,499,9.9099998,10.05,9.7799997,12.4,12.57,12.24,.69199997,.70700002,.67799997 +LVA,Latvia,2017,530,539,522,11.27,11.49,11.05,13.28,13.32,13.24,.72399998,.773,.67799997 +MAC,"Macao SAR, China",2017,545,550,541,11,11.32,10.71,12.61,12.87,12.37,.759,.787,.73199999 +MAF,St. Martin (French part),2017,,,,,,,,,,,, +MAR,Morocco,2017,367,376,359,6.23,6.4000001,6.0700002,10.6,10.65,10.56,.5,.51099998,.49000001 +MCO,Monaco,2017,,,,,,,,,,,, +MDA,Moldova,2017,436,446,425,8.21,8.3999996,8.0200005,11.78,11.78,11.78,.57999998,.60299999,.55800003 +MDG,Madagascar,2017,351,352,350,4.1900001,4.2600002,4.1199999,7.4699998,7.5700002,7.3699999,.37400001,.391,.37099999 +MDV,Maldives,2017,,,,,,,,,,,, +MEX,Mexico,2017,430,429,430,8.6400003,8.75,8.5299997,12.57,12.74,12.42,.60699999,.62,.59500003 +MHL,Marshall Islands,2017,,,,,,,,,,,, +MKD,"Macedonia, FYR",2017,382,395,370,6.8200002,7,6.6599998,11.17,11.09,11.25,.53399998,.54799998,.52100003 +MLI,Mali,2017,307,307,307,2.74,2.51,2.96,5.5700002,5.1100001,6.0300002,.317,.315,.31799999 +MLT,Malta,2017,474,483,467,10.08,10.48,9.71,13.28,13.57,13,.70099998,.73100001,.67500001 +MMR,Myanmar,2017,425,431,418,6.6999998,6.8899999,6.5100002,9.8500004,9.9799995,9.7299995,.47299999,.49000001,.458 +MNE,Montenegro,2017,433,439,426,8.5500002,,,12.36,,,.61500001,, +MNG,Mongolia,2017,435,434,435,9.4499998,,,13.59,,,.62599999,, +MNP,Northern Mariana Islands,2017,,,,,,,,,,,, +MOZ,Mozambique,2017,368,371,365,4.3899999,,,7.4400001,,,.361,, +MRT,Mauritania,2017,342,343,340,3.4200001,3.53,3.3199999,6.2600002,6.4299998,6.0900002,.35299999,.35699999,.33700001 +MUS,Mauritius,2017,473,,,9.46,,,12.5,12.82,12.2,.62599999,, +MWI,Malawi,2017,359,,,5.3899999,,,9.3699999,9.3900003,9.3599997,.40700001,, +MYS,Malaysia,2017,468,473,463,9.1099997,9.3699999,8.8599997,12.16,12.39,11.96,.62199998,.64499998,.60100001 +NAM,Namibia,2017,407,,,5.8200002,,,8.9399996,,,.435,, +NCL,New Caledonia,2017,,,,,,,,,,,, +NER,Niger,2017,305,302,307,2.6099999,2.3499999,2.8599999,5.3400002,4.8699999,5.8099999,.31600001,.31200001,.317 +NGA,Nigeria,2017,325,321,329,4.25,3.9300001,4.5799999,8.1800003,7.6399999,8.6899996,.34200001,.338,.345 +NIC,Nicaragua,2017,392,392,392,7.2600002,7.48,7.0500002,11.57,11.92,11.24,.53100002,.55000001,.51300001 +NLD,Netherlands,2017,530,532,527,11.71,11.82,11.6,13.82,13.89,13.75,.80000001,.81300002,.787 +NOR,Norway,2017,512,518,507,11.24,11.37,11.11,13.7,13.72,13.69,.77100003,.78799999,.75599998 +NPL,Nepal,2017,369,,,6.8899999,,,11.68,11.87,11.5,.49000001,, +NRU,Nauru,2017,,,,,,,,,,,, +NZL,New Zealand,2017,517,522,513,11.25,11.43,11.09,13.6,13.7,13.51,.76700002,.78500003,.75099999 +OMN,Oman,2017,424,444,404,8.8999996,9.4300003,8.3999996,13.13,13.28,13,.62199998,.65700001,.58899999 +PAK,Pakistan,2017,339,343,335,4.7800002,4.4200001,5.1100001,8.8299999,8.0600004,9.54,.389,.384,.39300001 +PAN,Panama,2017,396,392,400,7.1900001,7.1999998,7.1700001,11.34,11.48,11.2,.53200001,.54400003,.51700002 +PER,Peru,2017,407,405,409,8.2799997,8.3000002,8.2600002,12.72,12.82,12.62,.58600003,.58899999,.56300002 +PHL,Philippines,2017,409,418,400,8.3699999,8.7299995,8.04,12.8,13.04,12.57,.54799998,.579,.52100003 +PLW,Palau,2017,,,,,,,,,,,, +PNG,Papua New Guinea,2017,358,360,355,4.71,4.4899998,4.9099998,8.2200003,7.79,8.6300001,.384,.39300001,.38600001 +POL,Poland,2017,537,540,534,11.34,11.48,11.21,13.2,13.28,13.13,.74699998,.78100002,.71600002 +PRI,Puerto Rico,2017,,,,,,,,,,,, +PRK,"Korea, Dem. People’s Rep.",2017,,,,,,,,,,,, +PRT,Portugal,2017,520,519,521,11.46,11.37,11.55,13.78,13.7,13.85,.77600002,.78500003,.76700002 +PRY,Paraguay,2017,386,383,388,7.0999999,7.02,7.1900001,11.52,11.46,11.57,.53299999,.53500003,.53100002 +PSE,West Bank and Gaza,2017,412,424,399,7.5,7.8600001,7.1500001,11.38,11.57,11.19,.55400002,.57599998,.53299999 +PYF,French Polynesia,2017,,,,,,,,,,,, +QAT,Qatar,2017,432,446,418,8.5,9.1499996,7.9499998,12.31,12.83,11.9,.61500001,.65399998,.58700001 +ROU,Romania,2017,452,456,448,8.8100004,8.9200001,8.6999998,12.17,12.22,12.12,.60100001,.62800002,.57599998 +RUS,Russian Federation,2017,538,540,535,11.9,11.98,11.82,13.83,13.86,13.81,.72899997,.78299999,.67900002 +RWA,Rwanda,2017,358,365,351,3.75,3.9400001,3.5699999,6.5500002,6.75,6.3499999,.37400001,.38800001,.361 +SAU,Saudi Arabia,2017,407,436,380,8.1000004,8.5699997,7.6500001,12.43,12.27,12.59,.58499998,.61199999,.56099999 +SDN,Sudan,2017,380,389,371,4.4200001,,,7.2800002,,,.37900001,, +SEN,Senegal,2017,412,408,417,4.7800002,4.8499999,4.73,7.25,7.4200001,7.0799999,.41800001,.428,.40799999 +SGP,Singapore,2017,581,585,577,12.9,13.01,12.81,13.89,13.9,13.87,.884,.89899999,.87099999 +SLB,Solomon Islands,2017,362,373,351,5.3400002,5.4200001,5.2600002,9.2200003,9.0699997,9.3599997,.44299999,.45100001,.435 +SLE,Sierra Leone,2017,316,314,318,4.52,4.4699998,4.5799999,8.9499998,8.9099998,9,.35100001,.35100001,.34999999 +SLV,El Salvador,2017,362,354,370,6.5500002,6.46,6.6399999,11.31,11.4,11.22,.50099999,.51200002,.49000001 +SMR,San Marino,2017,,,,,,,,,,,, +SOM,Somalia,2017,,,,,,,,,,,, +SRB,Serbia,2017,521,523,520,11.15,11.24,11.07,13.37,13.44,13.3,.755,.77100003,.74000001 +SSD,South Sudan,2017,336,,,2.28,,,4.2399998,3.55,4.9000001,.30199999,, +STP,Sao Tome and Principe,2017,,,,,,,,,,,, +SUR,Suriname,2017,,,,,,,,,,,, +SVK,Slovak Republic,2017,500,503,498,10.38,10.43,10.33,12.97,12.97,12.96,.69400001,.71799999,.671 +SVN,Slovenia,2017,532,538,526,11.61,11.76,11.46,13.64,13.67,13.61,.78799999,.81099999,.76599997 +SWE,Sweden,2017,525,531,519,11.67,11.8,11.56,13.89,13.88,13.91,.80000001,.815,.78600001 +SWZ,Eswatini,2017,440,,,5.7399998,,,8.1499996,8.4499998,7.8499999,.40900001,, +SXM,Sint Maarten (Dutch part),2017,,,,,,,,,,,, +SYC,Seychelles,2017,463,,,10.14,,,13.68,13.75,13.6,.67799997,, +SYR,Syrian Arab Republic,2017,,,,,,,,,,,, +TCA,Turks and Caicos Islands,2017,,,,,,,,,,,, +TCD,Chad,2017,333,323,338,2.6400001,2.22,3.03,4.9499998,4.3000002,5.5999999,.29300001,.289,.29800001 +TGO,Togo,2017,384,383,384,5.5700002,5.25,5.8299999,9.0699997,8.5699997,9.4899998,.41299999,.40799999,.41600001 +THA,Thailand,2017,436,444,427,8.6400003,8.5900002,8.6300001,12.37,12.1,12.62,.60399997,.61400002,.59100002 +TJK,Tajikistan,2017,444,448,441,7.6700001,7.4299998,7.9000001,10.79,10.37,11.2,.53299999,.52899998,.53600001 +TKM,Turkmenistan,2017,,,,,,,,,,,, +TLS,Timor-Leste,2017,371,378,366,5.8600001,6.1300001,5.5999999,9.8599997,10.15,9.5799999,.43399999,.472,.433 +TON,Tonga,2017,376,386,366,6.5500002,6.9099998,6.21,10.88,11.18,10.61,.51200002,.523,.47499999 +TTO,Trinidad and Tobago,2017,458,471,445,9.1300001,,,12.45,,,.61299998,, +TUN,Tunisia,2017,384,386,381,6.27,6.6700001,5.8899999,10.2,10.8,9.6599998,.50800002,.52999997,.48800001 +TUR,Turkey,2017,459,463,455,8.8999996,8.9200001,8.8900003,12.12,12.03,12.2,.62599999,.63,.60100001 +TUV,Tuvalu,2017,387,392,381,7.3600001,,,11.89,,,.55400002,, +TZA,Tanzania,2017,388,395,382,4.8200002,4.96,4.6900001,7.7600002,7.8400002,7.6700001,.40000001,.41,.38999999 +UGA,Uganda,2017,397,,,4.4499998,,,7,7.0100002,6.98,.382,, +UKR,Ukraine,2017,490,488,492,10.2,10.23,10.18,13.01,13.1,12.93,.64700001,.68599999,.60900003 +URY,Uruguay,2017,444,444,444,8.3800001,,,11.78,,,.60000002,, +USA,United States,2017,523,523,522,11.14,11.19,11.09,13.32,13.36,13.28,.76200002,.75700003,.72600001 +UZB,Uzbekistan,2017,,,,,,,,,,,, +VCT,St. Vincent and the Grenadines,2017,,,,,,,,,,,, +VEN,"Venezuela, RB",2017,,,,,,,,,,,, +VGB,British Virgin Islands,2017,,,,,,,,,,,, +VIR,Virgin Islands (U.S.),2017,,,,,,,,,,,, +VNM,Vietnam,2017,519,524,514,10.21,,,12.3,,,.66600001,, +VUT,Vanuatu,2017,356,360,351,6.0599999,6.1999998,5.9200001,10.64,10.77,10.53,.47099999,.48899999,.46000001 +WSM,Samoa,2017,,,,,,,,,,,, +XKX,Kosovo,2017,375,381,369,7.6999998,7.77,7.6399999,12.85,12.74,12.95,.56,.57499999,.546 +YEM,"Yemen, Rep.",2017,321,322,321,4.1300001,3.78,4.4699998,8.0299997,7.3299999,8.6999998,.36899999,.36300001,.37400001 +ZAF,South Africa,2017,343,359,328,5.1100001,5.3200002,4.9099998,9.3100004,9.2700005,9.3599997,.40599999,.40799999,.36199999 +ZMB,Zambia,2017,358,,,5.25,,,9.1499996,,,.396,, +ZWE,Zimbabwe,2017,396,,,6.3499999,,,10.01,9.9899998,10.03,.44100001,, diff --git a/01_data/011_rawdata/hosted_in_repo/population_1014.csv b/01_data/011_rawdata/hosted_in_repo/population_1014.csv new file mode 100644 index 0000000..8b135a6 --- /dev/null +++ b/01_data/011_rawdata/hosted_in_repo/population_1014.csv @@ -0,0 +1,15800 @@ +countrycode,year,pop1014_fe,pop1014_ma +ABW,1990,2300,2300 +ABW,1991,2353,2383 +ABW,1992,2452,2528 +ABW,1993,2587,2704 +ABW,1994,2737,2868 +ABW,1995,2873,2983 +ABW,1996,2993,3107 +ABW,1997,3088,3194 +ABW,1998,3172,3250 +ABW,1999,3263,3309 +ABW,2000,3374,3395 +ABW,2001,3497,3490 +ABW,2002,3633,3602 +ABW,2003,3772,3724 +ABW,2004,3888,3828 +ABW,2005,3955,3887 +ABW,2006,3914,3917 +ABW,2007,3854,3915 +ABW,2008,3783,3879 +ABW,2009,3722,3829 +ABW,2010,3693,3801 +ABW,2011,3661,3758 +ABW,2012,3629,3727 +ABW,2013,3595,3700 +ABW,2014,3558,3673 +ABW,2015,3523,3643 +ABW,2016,3497,3617 +ABW,2017,3474,3590 +ABW,2018,3452,3559 +ABW,2019,3400,3500 +ABW,2020,3400,3400 +ABW,2021,3300,3300 +ABW,2022,3100,3200 +ABW,2023,3000,3100 +ABW,2024,2900,3000 +ABW,2025,2800,2900 +ABW,2026,2800,2900 +ABW,2027,2800,2900 +ABW,2028,2900,3000 +ABW,2029,3000,3100 +ABW,2030,3000,3100 +ABW,2031,3100,3200 +ABW,2032,3100,3200 +ABW,2033,3100,3200 +ABW,2034,3100,3300 +ABW,2035,3200,3300 +ABW,2036,3200,3300 +ABW,2037,3200,3300 +ABW,2038,3200,3400 +ABW,2039,3300,3400 +ABW,2040,3300,3400 +ABW,2041,3300,3400 +ABW,2042,3300,3400 +ABW,2043,3300,3400 +ABW,2044,3300,3400 +ABW,2045,3300,3400 +ABW,2046,3200,3400 +ABW,2047,3200,3300 +ABW,2048,3200,3300 +ABW,2049,3100,3300 +ABW,2050,3100,3200 +AFG,1990,785343,839658 +AFG,1991,837488,901122 +AFG,1992,905922,982263 +AFG,1993,981565,1071237 +AFG,1994,1053207,1153986 +AFG,1995,1113734,1222135 +AFG,1996,1155123,1268818 +AFG,1997,1186063,1300371 +AFG,1998,1214541,1326886 +AFG,1999,1249737,1359901 +AFG,2000,1296308,1405116 +AFG,2001,1351268,1454577 +AFG,2002,1413574,1513476 +AFG,2003,1478883,1575992 +AFG,2004,1542574,1636184 +AFG,2005,1602704,1691895 +AFG,2006,1659948,1751329 +AFG,2007,1723907,1815314 +AFG,2008,1795920,1886163 +AFG,2009,1875309,1965648 +AFG,2010,1959068,2053118 +AFG,2011,2035916,2130885 +AFG,2012,2109912,2209964 +AFG,2013,2179119,2286793 +AFG,2014,2242184,2356523 +AFG,2015,2298757,2415683 +AFG,2016,2352881,2474033 +AFG,2017,2404866,2525930 +AFG,2018,2455126,2572695 +AFG,2019,2502000,2615000 +AFG,2020,2540000,2652000 +AFG,2021,2564000,2678000 +AFG,2022,2582000,2701000 +AFG,2023,2596000,2720000 +AFG,2024,2610000,2738000 +AFG,2025,2627000,2757000 +AFG,2026,2640000,2774000 +AFG,2027,2657000,2793000 +AFG,2028,2678000,2814000 +AFG,2029,2699000,2835000 +AFG,2030,2720000,2855000 +AFG,2031,2734000,2871000 +AFG,2032,2749000,2888000 +AFG,2033,2765000,2904000 +AFG,2034,2781000,2920000 +AFG,2035,2796000,2935000 +AFG,2036,2804000,2945000 +AFG,2037,2813000,2955000 +AFG,2038,2822000,2964000 +AFG,2039,2831000,2973000 +AFG,2040,2840000,2980000 +AFG,2041,2843000,2985000 +AFG,2042,2846000,2989000 +AFG,2043,2850000,2993000 +AFG,2044,2854000,2996000 +AFG,2045,2857000,2998000 +AFG,2046,2854000,2997000 +AFG,2047,2852000,2995000 +AFG,2048,2849000,2993000 +AFG,2049,2847000,2989000 +AFG,2050,2843000,2985000 +AGO,1990,752994,745134 +AGO,1991,777797,769496 +AGO,1992,806017,797205 +AGO,1993,837220,827787 +AGO,1994,870016,859924 +AGO,1995,902751,892012 +AGO,1996,934943,923635 +AGO,1997,969095,957309 +AGO,1998,1005115,992854 +AGO,1999,1041832,1029038 +AGO,2000,1077285,1063857 +AGO,2001,1110301,1096285 +AGO,2002,1144081,1129565 +AGO,2003,1179416,1164293 +AGO,2004,1216677,1200731 +AGO,2005,1255169,1238168 +AGO,2006,1293154,1275187 +AGO,2007,1334240,1315449 +AGO,2008,1378568,1359066 +AGO,2009,1426526,1406367 +AGO,2010,1478224,1457338 +AGO,2011,1531996,1510007 +AGO,2012,1591137,1568198 +AGO,2013,1654827,1631134 +AGO,2014,1722324,1698190 +AGO,2015,1793267,1769002 +AGO,2016,1867616,1842746 +AGO,2017,1945682,1921163 +AGO,2018,2026200,2002897 +AGO,2019,2106000,2086000 +AGO,2020,2183000,2167000 +AGO,2021,2256000,2247000 +AGO,2022,2325000,2326000 +AGO,2023,2392000,2403000 +AGO,2024,2457000,2478000 +AGO,2025,2520000,2548000 +AGO,2026,2579000,2612000 +AGO,2027,2637000,2673000 +AGO,2028,2694000,2732000 +AGO,2029,2753000,2792000 +AGO,2030,2815000,2855000 +AGO,2031,2881000,2922000 +AGO,2032,2952000,2993000 +AGO,2033,3025000,3068000 +AGO,2034,3101000,3145000 +AGO,2035,3179000,3223000 +AGO,2036,3259000,3303000 +AGO,2037,3342000,3387000 +AGO,2038,3426000,3472000 +AGO,2039,3512000,3558000 +AGO,2040,3598000,3645000 +AGO,2041,3685000,3733000 +AGO,2042,3773000,3821000 +AGO,2043,3861000,3910000 +AGO,2044,3949000,3999000 +AGO,2045,4035000,4086000 +AGO,2046,4122000,4173000 +AGO,2047,4208000,4259000 +AGO,2048,4293000,4345000 +AGO,2049,4377000,4430000 +AGO,2050,4462000,4516000 +ALB,1990,160574,171832 +ALB,1991,159409,170302 +ALB,1992,159624,169619 +ALB,1993,160733,169717 +ALB,1994,162121,170810 +ALB,1995,163335,173142 +ALB,1996,163422,169903 +ALB,1997,163686,168961 +ALB,1998,164079,169684 +ALB,1999,164436,170900 +ALB,2000,164458,171471 +ALB,2001,161893,170551 +ALB,2002,159905,169443 +ALB,2003,157346,167206 +ALB,2004,154369,164464 +ALB,2005,150980,161502 +ALB,2006,145192,156769 +ALB,2007,140189,152340 +ALB,2008,136113,148390 +ALB,2009,132623,144839 +ALB,2010,129104,141420 +ALB,2011,122233,133244 +ALB,2012,114920,125534 +ALB,2013,107743,118844 +ALB,2014,101279,113256 +ALB,2015,95592,108239 +ALB,2016,90186,103601 +ALB,2017,85252,98733 +ALB,2018,80638,93640 +ALB,2019,77000,89000 +ALB,2020,75000,87000 +ALB,2021,74000,85000 +ALB,2022,75000,85000 +ALB,2023,76000,86000 +ALB,2024,78000,87000 +ALB,2025,79000,87000 +ALB,2026,80000,87000 +ALB,2027,80000,87000 +ALB,2028,79000,87000 +ALB,2029,79000,86000 +ALB,2030,78000,85000 +ALB,2031,78000,85000 +ALB,2032,77000,84000 +ALB,2033,76000,82000 +ALB,2034,75000,81000 +ALB,2035,73000,80000 +ALB,2036,72000,78000 +ALB,2037,70000,76000 +ALB,2038,68000,73000 +ALB,2039,66000,71000 +ALB,2040,64000,69000 +ALB,2041,61000,67000 +ALB,2042,59000,65000 +ALB,2043,58000,63000 +ALB,2044,56000,61000 +ALB,2045,55000,59000 +ALB,2046,53000,58000 +ALB,2047,52000,56000 +ALB,2048,51000,55000 +ALB,2049,51000,54000 +ALB,2050,50000,54000 +AND,1990,, +AND,1991,, +AND,1992,, +AND,1993,, +AND,1994,, +AND,1995,, +AND,1996,, +AND,1997,, +AND,1998,, +AND,1999,, +AND,2000,, +AND,2001,, +AND,2002,, +AND,2003,, +AND,2004,, +AND,2005,, +AND,2006,, +AND,2007,, +AND,2008,, +AND,2009,, +AND,2010,, +AND,2011,, +AND,2012,, +AND,2013,, +AND,2014,, +AND,2015,, +AND,2016,, +AND,2017,, +AND,2018,, +AND,2019,, +AND,2020,, +AND,2021,, +AND,2022,, +AND,2023,, +AND,2024,, +AND,2025,, +AND,2026,, +AND,2027,, +AND,2028,, +AND,2029,, +AND,2030,, +AND,2031,, +AND,2032,, +AND,2033,, +AND,2034,, +AND,2035,, +AND,2036,, +AND,2037,, +AND,2038,, +AND,2039,, +AND,2040,, +AND,2041,, +AND,2042,, +AND,2043,, +AND,2044,, +AND,2045,, +AND,2046,, +AND,2047,, +AND,2048,, +AND,2049,, +AND,2050,, +ARB,1990,13475224,14019166 +ARB,1991,13872357,14439837 +ARB,1992,14194849,14790530 +ARB,1993,14631766,15259748 +ARB,1994,15058363,15711869 +ARB,1995,15519248,16199036 +ARB,1996,15837446,16513821 +ARB,1997,16129456,16797574 +ARB,1998,16401136,17069413 +ARB,1999,16654526,17340034 +ARB,2000,16878579,17599052 +ARB,2001,17074591,17787069 +ARB,2002,17237185,17952161 +ARB,2003,17379713,18110530 +ARB,2004,17512016,18266269 +ARB,2005,17634089,18409983 +ARB,2006,17718884,18490758 +ARB,2007,17798708,18559338 +ARB,2008,17882381,18639288 +ARB,2009,17975377,18740906 +ARB,2010,18079850,18860143 +ARB,2011,18146398,18937242 +ARB,2012,18228505,19021015 +ARB,2013,18336231,19133386 +ARB,2014,18485072,19297020 +ARB,2015,18688198,19524584 +ARB,2016,18957477,19799808 +ARB,2017,19290904,20147737 +ARB,2018,19686652,20576105 +ARB,2019,20148000,21082000 +ARB,2020,20673000,21655000 +ARB,2021,21287000,22309000 +ARB,2022,21951000,23000000 +ARB,2023,22638000,23717000 +ARB,2024,23287000,24393000 +ARB,2025,23816000,24944000 +ARB,2026,24224000,25359000 +ARB,2027,24507000,25632000 +ARB,2028,24687000,25802000 +ARB,2029,24813000,25924000 +ARB,2030,24909000,26024000 +ARB,2031,24985000,26092000 +ARB,2032,25023000,26118000 +ARB,2033,25037000,26120000 +ARB,2034,25032000,26120000 +ARB,2035,25024000,26110000 +ARB,2036,25026000,26108000 +ARB,2037,25030000,26104000 +ARB,2038,25048000,26112000 +ARB,2039,25074000,26144000 +ARB,2040,25121000,26195000 +ARB,2041,25210000,26284000 +ARB,2042,25318000,26393000 +ARB,2043,25453000,26530000 +ARB,2044,25603000,26686000 +ARB,2045,25766000,26859000 +ARB,2046,25956000,27057000 +ARB,2047,26157000,27265000 +ARB,2048,26368000,27482000 +ARB,2049,26575000,27699000 +ARB,2050,26770000,27909000 +ARE,1990,71799,74259 +ARE,1991,75800,77677 +ARE,1992,80456,82469 +ARE,1993,85965,89262 +ARE,1994,91744,96914 +ARE,1995,96904,103691 +ARE,1996,100417,107787 +ARE,1997,104386,111539 +ARE,1998,109794,118283 +ARE,1999,116686,128238 +ARE,2000,124541,139608 +ARE,2001,126468,136261 +ARE,2002,126174,129863 +ARE,2003,125959,127283 +ARE,2004,127130,131473 +ARE,2005,129649,141256 +ARE,2006,133296,141264 +ARE,2007,137897,141691 +ARE,2008,144597,149208 +ARE,2009,152591,161371 +ARE,2010,160115,170011 +ARE,2011,163150,178325 +ARE,2012,164385,176082 +ARE,2013,166224,172876 +ARE,2014,169910,174862 +ARE,2015,175323,182393 +ARE,2016,186331,190463 +ARE,2017,196108,195842 +ARE,2018,205486,204959 +ARE,2019,214000,218000 +ARE,2020,222000,231000 +ARE,2021,233000,242000 +ARE,2022,241000,247000 +ARE,2023,248000,253000 +ARE,2024,254000,261000 +ARE,2025,257000,268000 +ARE,2026,260000,271000 +ARE,2027,260000,268000 +ARE,2028,258000,264000 +ARE,2029,255000,263000 +ARE,2030,253000,264000 +ARE,2031,254000,265000 +ARE,2032,254000,263000 +ARE,2033,255000,262000 +ARE,2034,255000,264000 +ARE,2035,255000,265000 +ARE,2036,255000,266000 +ARE,2037,254000,262000 +ARE,2038,252000,259000 +ARE,2039,250000,258000 +ARE,2040,248000,258000 +ARE,2041,247000,258000 +ARE,2042,246000,255000 +ARE,2043,245000,252000 +ARE,2044,244000,252000 +ARE,2045,243000,254000 +ARE,2046,244000,254000 +ARE,2047,244000,253000 +ARE,2048,244000,252000 +ARE,2049,245000,253000 +ARE,2050,246000,256000 +ARG,1990,1636987,1654234 +ARG,1991,1649849,1671454 +ARG,1992,1648678,1674707 +ARG,1993,1637691,1668040 +ARG,1994,1626420,1660759 +ARG,1995,1623548,1661319 +ARG,1996,1629190,1666025 +ARG,1997,1642489,1678273 +ARG,1998,1660924,1696022 +ARG,1999,1679767,1715158 +ARG,2000,1695671,1732684 +ARG,2001,1709581,1748910 +ARG,2002,1722591,1764845 +ARG,2003,1735011,1780545 +ARG,2004,1745296,1794134 +ARG,2005,1750656,1802547 +ARG,2006,1749644,1803701 +ARG,2007,1742993,1799114 +ARG,2008,1732395,1790119 +ARG,2009,1722213,1781151 +ARG,2010,1712186,1772071 +ARG,2011,1713800,1774296 +ARG,2012,1719252,1780420 +ARG,2013,1727509,1789338 +ARG,2014,1736140,1798608 +ARG,2015,1743092,1806228 +ARG,2016,1749292,1812555 +ARG,2017,1754755,1818364 +ARG,2018,1759748,1823833 +ARG,2019,1764000,1829000 +ARG,2020,1770000,1836000 +ARG,2021,1780000,1845000 +ARG,2022,1791000,1857000 +ARG,2023,1803000,1870000 +ARG,2024,1814000,1881000 +ARG,2025,1822000,1890000 +ARG,2026,1828000,1896000 +ARG,2027,1831000,1900000 +ARG,2028,1833000,1901000 +ARG,2029,1832000,1901000 +ARG,2030,1831000,1900000 +ARG,2031,1829000,1898000 +ARG,2032,1826000,1895000 +ARG,2033,1822000,1891000 +ARG,2034,1817000,1886000 +ARG,2035,1812000,1881000 +ARG,2036,1809000,1878000 +ARG,2037,1806000,1875000 +ARG,2038,1802000,1871000 +ARG,2039,1799000,1868000 +ARG,2040,1794000,1863000 +ARG,2041,1790000,1859000 +ARG,2042,1785000,1854000 +ARG,2043,1780000,1848000 +ARG,2044,1774000,1842000 +ARG,2045,1768000,1837000 +ARG,2046,1764000,1832000 +ARG,2047,1760000,1828000 +ARG,2048,1755000,1823000 +ARG,2049,1751000,1819000 +ARG,2050,1745000,1813000 +ARM,1990,155574,159103 +ARM,1991,157136,157590 +ARM,1992,157661,155807 +ARM,1993,157441,154154 +ARM,1994,157105,153253 +ARM,1995,157144,153626 +ARM,1996,158072,155907 +ARM,1997,159165,158878 +ARM,1998,160119,162105 +ARM,1999,160104,164447 +ARM,2000,158264,164660 +ARM,2001,154969,160639 +ARM,2002,149951,154958 +ARM,2003,143545,148146 +ARM,2004,136213,140838 +ARM,2005,128196,133363 +ARM,2006,119303,124796 +ARM,2007,109991,116394 +ARM,2008,100723,108603 +ARM,2009,92460,102148 +ARM,2010,86157,97628 +ARM,2011,81786,94430 +ARM,2012,79509,92817 +ARM,2013,78911,92285 +ARM,2014,79321,92457 +ARM,2015,80307,93286 +ARM,2016,81903,94743 +ARM,2017,84187,97054 +ARM,2018,86961,99976 +ARM,2019,90000,103000 +ARM,2020,93000,106000 +ARM,2021,95000,108000 +ARM,2022,97000,110000 +ARM,2023,98000,111000 +ARM,2024,99000,113000 +ARM,2025,100000,113000 +ARM,2026,100000,113000 +ARM,2027,100000,112000 +ARM,2028,99000,111000 +ARM,2029,98000,109000 +ARM,2030,97000,107000 +ARM,2031,95000,104000 +ARM,2032,92000,102000 +ARM,2033,90000,99000 +ARM,2034,88000,96000 +ARM,2035,85000,93000 +ARM,2036,83000,90000 +ARM,2037,81000,88000 +ARM,2038,79000,85000 +ARM,2039,77000,83000 +ARM,2040,76000,81000 +ARM,2041,74000,79000 +ARM,2042,73000,78000 +ARM,2043,73000,77000 +ARM,2044,72000,76000 +ARM,2045,72000,76000 +ARM,2046,72000,76000 +ARM,2047,72000,76000 +ARM,2048,72000,76000 +ARM,2049,73000,77000 +ARM,2050,73000,77000 +ASM,1990,, +ASM,1991,, +ASM,1992,, +ASM,1993,, +ASM,1994,, +ASM,1995,, +ASM,1996,, +ASM,1997,, +ASM,1998,, +ASM,1999,, +ASM,2000,, +ASM,2001,, +ASM,2002,, +ASM,2003,, +ASM,2004,, +ASM,2005,, +ASM,2006,, +ASM,2007,, +ASM,2008,, +ASM,2009,, +ASM,2010,, +ASM,2011,, +ASM,2012,, +ASM,2013,, +ASM,2014,, +ASM,2015,, +ASM,2016,, +ASM,2017,, +ASM,2018,, +ASM,2019,, +ASM,2020,, +ASM,2021,, +ASM,2022,, +ASM,2023,, +ASM,2024,, +ASM,2025,, +ASM,2026,, +ASM,2027,, +ASM,2028,, +ASM,2029,, +ASM,2030,, +ASM,2031,, +ASM,2032,, +ASM,2033,, +ASM,2034,, +ASM,2035,, +ASM,2036,, +ASM,2037,, +ASM,2038,, +ASM,2039,, +ASM,2040,, +ASM,2041,, +ASM,2042,, +ASM,2043,, +ASM,2044,, +ASM,2045,, +ASM,2046,, +ASM,2047,, +ASM,2048,, +ASM,2049,, +ASM,2050,, +ATG,1990,3055,3126 +ATG,1991,3087,3111 +ATG,1992,3130,3110 +ATG,1993,3188,3137 +ATG,1994,3261,3192 +ATG,1995,3338,3264 +ATG,1996,3396,3266 +ATG,1997,3456,3272 +ATG,1998,3521,3296 +ATG,1999,3589,3341 +ATG,2000,3652,3406 +ATG,2001,3676,3460 +ATG,2002,3685,3502 +ATG,2003,3695,3542 +ATG,2004,3710,3581 +ATG,2005,3721,3608 +ATG,2006,3705,3642 +ATG,2007,3704,3680 +ATG,2008,3730,3734 +ATG,2009,3770,3792 +ATG,2010,3798,3827 +ATG,2011,3745,3791 +ATG,2012,3672,3734 +ATG,2013,3594,3668 +ATG,2014,3533,3611 +ATG,2015,3494,3569 +ATG,2016,3449,3522 +ATG,2017,3413,3486 +ATG,2018,3386,3459 +ATG,2019,3400,3400 +ATG,2020,3400,3400 +ATG,2021,3400,3500 +ATG,2022,3400,3500 +ATG,2023,3500,3600 +ATG,2024,3500,3600 +ATG,2025,3600,3700 +ATG,2026,3600,3700 +ATG,2027,3600,3700 +ATG,2028,3600,3700 +ATG,2029,3600,3700 +ATG,2030,3600,3700 +ATG,2031,3600,3700 +ATG,2032,3600,3700 +ATG,2033,3600,3600 +ATG,2034,3500,3600 +ATG,2035,3500,3600 +ATG,2036,3500,3600 +ATG,2037,3400,3500 +ATG,2038,3400,3500 +ATG,2039,3400,3500 +ATG,2040,3400,3400 +ATG,2041,3300,3400 +ATG,2042,3300,3400 +ATG,2043,3300,3400 +ATG,2044,3200,3300 +ATG,2045,3200,3300 +ATG,2046,3200,3300 +ATG,2047,3200,3300 +ATG,2048,3200,3300 +ATG,2049,3200,3300 +ATG,2050,3200,3300 +AUS,1990,603911,637851 +AUS,1991,603512,637136 +AUS,1992,608501,641819 +AUS,1993,616229,649128 +AUS,1994,625074,657726 +AUS,1995,632509,665336 +AUS,1996,637398,670257 +AUS,1997,640076,674377 +AUS,1998,641728,678375 +AUS,1999,644721,684466 +AUS,2000,649740,693449 +AUS,2001,658217,704620 +AUS,2002,665422,714667 +AUS,2003,672434,724789 +AUS,2004,677408,732589 +AUS,2005,680354,737448 +AUS,2006,681046,737905 +AUS,2007,672162,726951 +AUS,2008,671673,724438 +AUS,2009,672345,722692 +AUS,2010,670746,717981 +AUS,2011,672714,715602 +AUS,2012,676137,715767 +AUS,2013,679523,717652 +AUS,2014,682977,721371 +AUS,2015,689243,729204 +AUS,2016,706948,746623 +AUS,2017,728737,768541 +AUS,2018,751793,791982 +AUS,2019,772000,812000 +AUS,2020,788000,829000 +AUS,2021,803000,844000 +AUS,2022,814000,855000 +AUS,2023,823000,864000 +AUS,2024,830000,872000 +AUS,2025,839000,880000 +AUS,2026,851000,893000 +AUS,2027,862000,905000 +AUS,2028,874000,917000 +AUS,2029,882000,926000 +AUS,2030,887000,932000 +AUS,2031,890000,935000 +AUS,2032,891000,935000 +AUS,2033,888000,932000 +AUS,2034,884000,928000 +AUS,2035,879000,924000 +AUS,2036,878000,922000 +AUS,2037,877000,921000 +AUS,2038,876000,920000 +AUS,2039,875000,919000 +AUS,2040,873000,917000 +AUS,2041,875000,918000 +AUS,2042,876000,920000 +AUS,2043,877000,921000 +AUS,2044,878000,922000 +AUS,2045,880000,924000 +AUS,2046,885000,929000 +AUS,2047,890000,934000 +AUS,2048,894000,939000 +AUS,2049,899000,944000 +AUS,2050,904000,950000 +AUT,1990,209902,220150 +AUT,1991,212091,222422 +AUT,1992,216804,227468 +AUT,1993,222803,233884 +AUT,1994,228170,239644 +AUT,1995,231784,243589 +AUT,1996,231858,243819 +AUT,1997,230469,242486 +AUT,1998,228120,240092 +AUT,1999,226218,238082 +AUT,2000,225767,237508 +AUT,2001,228341,240197 +AUT,2002,231503,243549 +AUT,2003,234663,246920 +AUT,2004,236996,249467 +AUT,2005,237181,249810 +AUT,2006,235169,247442 +AUT,2007,230678,242591 +AUT,2008,224745,236296 +AUT,2009,218519,229752 +AUT,2010,213126,224167 +AUT,2011,209156,220033 +AUT,2012,206133,216753 +AUT,2013,204200,214453 +AUT,2014,203042,212925 +AUT,2015,202479,212176 +AUT,2016,203900,214439 +AUT,2017,204122,215596 +AUT,2018,203836,216218 +AUT,2019,203000,216000 +AUT,2020,202000,216000 +AUT,2021,202000,215000 +AUT,2022,202000,215000 +AUT,2023,202000,216000 +AUT,2024,203000,216000 +AUT,2025,204000,218000 +AUT,2026,207000,220000 +AUT,2027,209000,223000 +AUT,2028,212000,225000 +AUT,2029,215000,228000 +AUT,2030,217000,230000 +AUT,2031,219000,231000 +AUT,2032,220000,232000 +AUT,2033,220000,232000 +AUT,2034,220000,232000 +AUT,2035,219000,231000 +AUT,2036,219000,230000 +AUT,2037,218000,229000 +AUT,2038,216000,228000 +AUT,2039,215000,226000 +AUT,2040,213000,224000 +AUT,2041,211000,222000 +AUT,2042,209000,220000 +AUT,2043,207000,218000 +AUT,2044,205000,215000 +AUT,2045,202000,213000 +AUT,2046,201000,211000 +AUT,2047,199000,210000 +AUT,2048,198000,208000 +AUT,2049,196000,206000 +AUT,2050,195000,205000 +AZE,1990,329117,343841 +AZE,1991,336341,346244 +AZE,1992,345956,353925 +AZE,1993,357640,366222 +AZE,1994,370491,380947 +AZE,1995,384356,396676 +AZE,1996,399661,413402 +AZE,1997,415491,430409 +AZE,1998,430721,446689 +AZE,1999,442992,460333 +AZE,2000,450451,469744 +AZE,2001,455067,472377 +AZE,2002,454349,470423 +AZE,2003,449161,465135 +AZE,2004,440499,457524 +AZE,2005,428247,447315 +AZE,2006,411342,433628 +AZE,2007,392020,418183 +AZE,2008,375177,405882 +AZE,2009,358867,394100 +AZE,2010,341990,380896 +AZE,2011,327183,369029 +AZE,2012,315413,359158 +AZE,2013,306422,351262 +AZE,2014,300119,345750 +AZE,2015,296687,343165 +AZE,2016,296275,343153 +AZE,2017,298904,346329 +AZE,2018,304171,352217 +AZE,2019,312000,361000 +AZE,2020,323000,373000 +AZE,2021,338000,390000 +AZE,2022,355000,409000 +AZE,2023,372000,429000 +AZE,2024,388000,447000 +AZE,2025,398000,458000 +AZE,2026,404000,462000 +AZE,2027,404000,460000 +AZE,2028,401000,452000 +AZE,2029,394000,442000 +AZE,2030,386000,431000 +AZE,2031,377000,420000 +AZE,2032,366000,407000 +AZE,2033,354000,393000 +AZE,2034,342000,379000 +AZE,2035,331000,367000 +AZE,2036,322000,357000 +AZE,2037,315000,348000 +AZE,2038,309000,341000 +AZE,2039,304000,335000 +AZE,2040,301000,331000 +AZE,2041,299000,328000 +AZE,2042,299000,328000 +AZE,2043,300000,328000 +AZE,2044,302000,330000 +AZE,2045,304000,331000 +AZE,2046,306000,332000 +AZE,2047,308000,334000 +AZE,2048,310000,335000 +AZE,2049,311000,336000 +AZE,2050,311000,336000 +BDI,1990,330129,327383 +BDI,1991,344741,342854 +BDI,1992,361054,359770 +BDI,1993,378329,377538 +BDI,1994,395674,395576 +BDI,1995,412246,413338 +BDI,1996,425568,425998 +BDI,1997,439347,439253 +BDI,1998,453940,453327 +BDI,1999,469259,467897 +BDI,2000,484549,482001 +BDI,2001,494387,491970 +BDI,2002,503661,501326 +BDI,2003,512453,510161 +BDI,2004,520396,518195 +BDI,2005,526632,524659 +BDI,2006,529383,527459 +BDI,2007,531102,529450 +BDI,2008,532437,531189 +BDI,2009,534958,534126 +BDI,2010,540243,539760 +BDI,2011,548878,548943 +BDI,2012,561082,561704 +BDI,2013,576389,577560 +BDI,2014,594428,596158 +BDI,2015,615209,617530 +BDI,2016,638659,641375 +BDI,2017,665006,668241 +BDI,2018,693374,697190 +BDI,2019,723000,727000 +BDI,2020,752000,757000 +BDI,2021,781000,788000 +BDI,2022,811000,818000 +BDI,2023,839000,848000 +BDI,2024,866000,876000 +BDI,2025,891000,902000 +BDI,2026,914000,926000 +BDI,2027,935000,947000 +BDI,2028,953000,967000 +BDI,2029,971000,985000 +BDI,2030,989000,1003000 +BDI,2031,1007000,1021000 +BDI,2032,1025000,1040000 +BDI,2033,1042000,1057000 +BDI,2034,1060000,1075000 +BDI,2035,1077000,1092000 +BDI,2036,1094000,1109000 +BDI,2037,1111000,1127000 +BDI,2038,1128000,1144000 +BDI,2039,1145000,1161000 +BDI,2040,1163000,1179000 +BDI,2041,1181000,1197000 +BDI,2042,1200000,1217000 +BDI,2043,1219000,1236000 +BDI,2044,1239000,1256000 +BDI,2045,1258000,1275000 +BDI,2046,1279000,1296000 +BDI,2047,1300000,1317000 +BDI,2048,1321000,1339000 +BDI,2049,1342000,1360000 +BDI,2050,1362000,1381000 +BEL,1990,293307,310102 +BEL,1991,291412,308122 +BEL,1992,290804,307476 +BEL,1993,291237,307868 +BEL,1994,292020,308605 +BEL,1995,292643,309190 +BEL,1996,293455,309706 +BEL,1997,294311,310313 +BEL,1998,295046,310878 +BEL,1999,295992,311732 +BEL,2000,297316,313017 +BEL,2001,299602,314797 +BEL,2002,302069,316904 +BEL,2003,304450,319080 +BEL,2004,306238,320751 +BEL,2005,306849,321216 +BEL,2006,306605,320595 +BEL,2007,304787,318412 +BEL,2008,302096,315275 +BEL,2009,299488,312284 +BEL,2010,298053,310766 +BEL,2011,299054,311895 +BEL,2012,298929,311949 +BEL,2013,299426,312657 +BEL,2014,300842,314350 +BEL,2015,303615,317571 +BEL,2016,307509,322053 +BEL,2017,311610,327157 +BEL,2018,316166,333014 +BEL,2019,321000,339000 +BEL,2020,324000,344000 +BEL,2021,327000,347000 +BEL,2022,328000,349000 +BEL,2023,329000,350000 +BEL,2024,328000,350000 +BEL,2025,328000,349000 +BEL,2026,326000,348000 +BEL,2027,325000,346000 +BEL,2028,322000,343000 +BEL,2029,320000,339000 +BEL,2030,318000,337000 +BEL,2031,317000,335000 +BEL,2032,317000,333000 +BEL,2033,316000,332000 +BEL,2034,316000,331000 +BEL,2035,315000,330000 +BEL,2036,314000,329000 +BEL,2037,313000,327000 +BEL,2038,312000,326000 +BEL,2039,310000,325000 +BEL,2040,309000,323000 +BEL,2041,308000,323000 +BEL,2042,308000,322000 +BEL,2043,307000,322000 +BEL,2044,307000,321000 +BEL,2045,307000,322000 +BEL,2046,308000,322000 +BEL,2047,309000,323000 +BEL,2048,310000,324000 +BEL,2049,310000,325000 +BEL,2050,311000,326000 +BEN,1990,308379,308971 +BEN,1991,318640,319703 +BEN,1992,329541,331267 +BEN,1993,340991,343475 +BEN,1994,352668,355908 +BEN,1995,364105,368048 +BEN,1996,375633,380276 +BEN,1997,387489,392789 +BEN,1998,399782,405705 +BEN,1999,412552,419139 +BEN,2000,425629,432987 +BEN,2001,438804,446900 +BEN,2002,452664,461626 +BEN,2003,467066,476896 +BEN,2004,481598,492155 +BEN,2005,495720,506789 +BEN,2006,509752,521572 +BEN,2007,523962,536472 +BEN,2008,538406,551574 +BEN,2009,553040,566909 +BEN,2010,567610,582265 +BEN,2011,581832,596960 +BEN,2012,596564,612270 +BEN,2013,611822,628132 +BEN,2014,627678,644577 +BEN,2015,644109,661571 +BEN,2016,660826,678859 +BEN,2017,678510,697189 +BEN,2018,696907,716247 +BEN,2019,716000,735000 +BEN,2020,734000,754000 +BEN,2021,752000,773000 +BEN,2022,770000,792000 +BEN,2023,788000,810000 +BEN,2024,806000,829000 +BEN,2025,824000,846000 +BEN,2026,841000,864000 +BEN,2027,858000,881000 +BEN,2028,875000,898000 +BEN,2029,892000,916000 +BEN,2030,909000,933000 +BEN,2031,926000,951000 +BEN,2032,944000,969000 +BEN,2033,963000,988000 +BEN,2034,981000,1007000 +BEN,2035,1000000,1025000 +BEN,2036,1018000,1044000 +BEN,2037,1037000,1064000 +BEN,2038,1056000,1083000 +BEN,2039,1075000,1102000 +BEN,2040,1094000,1121000 +BEN,2041,1113000,1140000 +BEN,2042,1131000,1159000 +BEN,2043,1150000,1178000 +BEN,2044,1169000,1197000 +BEN,2045,1187000,1215000 +BEN,2046,1205000,1233000 +BEN,2047,1223000,1252000 +BEN,2048,1240000,1270000 +BEN,2049,1258000,1287000 +BEN,2050,1275000,1304000 +BFA,1990,562824,580109 +BFA,1991,579958,597574 +BFA,1992,597874,616150 +BFA,1993,616683,635831 +BFA,1994,635842,655943 +BFA,1995,654061,675075 +BFA,1996,669397,690467 +BFA,1997,685406,706717 +BFA,1998,702372,724073 +BFA,1999,720417,742684 +BFA,2000,739101,762123 +BFA,2001,756722,779818 +BFA,2002,776667,800343 +BFA,2003,798842,823523 +BFA,2004,822648,848651 +BFA,2005,847038,874543 +BFA,2006,870452,898681 +BFA,2007,895914,925402 +BFA,2008,923267,954438 +BFA,2009,952229,985370 +BFA,2010,982172,1017457 +BFA,2011,1011539,1048502 +BFA,2012,1043028,1082007 +BFA,2013,1076139,1117386 +BFA,2014,1110571,1154087 +BFA,2015,1146165,1191613 +BFA,2016,1183045,1229324 +BFA,2017,1221502,1268501 +BFA,2018,1260894,1308597 +BFA,2019,1300000,1348000 +BFA,2020,1336000,1386000 +BFA,2021,1370000,1421000 +BFA,2022,1403000,1455000 +BFA,2023,1435000,1488000 +BFA,2024,1466000,1521000 +BFA,2025,1497000,1553000 +BFA,2026,1528000,1585000 +BFA,2027,1559000,1617000 +BFA,2028,1591000,1650000 +BFA,2029,1623000,1683000 +BFA,2030,1655000,1716000 +BFA,2031,1687000,1749000 +BFA,2032,1719000,1783000 +BFA,2033,1753000,1817000 +BFA,2034,1787000,1852000 +BFA,2035,1821000,1888000 +BFA,2036,1856000,1924000 +BFA,2037,1892000,1961000 +BFA,2038,1929000,1998000 +BFA,2039,1965000,2036000 +BFA,2040,2001000,2073000 +BFA,2041,2037000,2110000 +BFA,2042,2073000,2147000 +BFA,2043,2109000,2184000 +BFA,2044,2144000,2220000 +BFA,2045,2177000,2255000 +BFA,2046,2211000,2289000 +BFA,2047,2244000,2323000 +BFA,2048,2276000,2356000 +BFA,2049,2307000,2388000 +BFA,2050,2337000,2419000 +BGD,1990,6369378,6630975 +BGD,1991,6505027,6773887 +BGD,1992,6637661,6913465 +BGD,1993,6768217,7051990 +BGD,1994,6895870,7188660 +BGD,1995,7016450,7317693 +BGD,1996,7119588,7427517 +BGD,1997,7214751,7525512 +BGD,1998,7302398,7612307 +BGD,1999,7380420,7687973 +BGD,2000,7443998,7749908 +BGD,2001,7490819,7803211 +BGD,2002,7532352,7851678 +BGD,2003,7571112,7893101 +BGD,2004,7609305,7927385 +BGD,2005,7647035,7955363 +BGD,2006,7665906,7976578 +BGD,2007,7693467,8006856 +BGD,2008,7730972,8044057 +BGD,2009,7772971,8085297 +BGD,2010,7810937,8126950 +BGD,2011,7814341,8134622 +BGD,2012,7811713,8140508 +BGD,2013,7807188,8142398 +BGD,2014,7797674,8134134 +BGD,2015,7773842,8107248 +BGD,2016,7703876,8039420 +BGD,2017,7619860,7957875 +BGD,2018,7530977,7867700 +BGD,2019,7450000,7781000 +BGD,2020,7382000,7707000 +BGD,2021,7308000,7633000 +BGD,2022,7248000,7574000 +BGD,2023,7201000,7527000 +BGD,2024,7164000,7485000 +BGD,2025,7131000,7447000 +BGD,2026,7085000,7402000 +BGD,2027,7044000,7364000 +BGD,2028,7009000,7329000 +BGD,2029,6978000,7295000 +BGD,2030,6947000,7259000 +BGD,2031,6898000,7211000 +BGD,2032,6847000,7161000 +BGD,2033,6796000,7108000 +BGD,2034,6745000,7052000 +BGD,2035,6689000,6990000 +BGD,2036,6612000,6914000 +BGD,2037,6532000,6833000 +BGD,2038,6451000,6750000 +BGD,2039,6372000,6666000 +BGD,2040,6296000,6584000 +BGD,2041,6209000,6496000 +BGD,2042,6125000,6412000 +BGD,2043,6046000,6331000 +BGD,2044,5972000,6252000 +BGD,2045,5900000,6175000 +BGD,2046,5818000,6093000 +BGD,2047,5740000,6014000 +BGD,2048,5667000,5940000 +BGD,2049,5600000,5869000 +BGD,2050,5538000,5802000 +BGR,1990,313661,330042 +BGR,1991,305261,321638 +BGR,1992,295549,311931 +BGR,1993,285983,302349 +BGR,1994,278212,294522 +BGR,1995,271895,287993 +BGR,1996,267730,283106 +BGR,1997,265263,279829 +BGR,1998,263979,277680 +BGR,1999,262393,275338 +BGR,2000,258407,270860 +BGR,2001,247195,259190 +BGR,2002,233389,245065 +BGR,2003,221212,232830 +BGR,2004,208580,220111 +BGR,2005,196303,207562 +BGR,2006,184411,195021 +BGR,2007,173177,183137 +BGR,2008,162886,172254 +BGR,2009,154391,163324 +BGR,2010,148551,157255 +BGR,2011,145205,153900 +BGR,2012,144781,153602 +BGR,2013,146614,155656 +BGR,2014,149855,159137 +BGR,2015,153959,163433 +BGR,2016,159074,168861 +BGR,2017,165045,175038 +BGR,2018,171383,181486 +BGR,2019,177000,187000 +BGR,2020,179000,190000 +BGR,2021,179000,189000 +BGR,2022,176000,186000 +BGR,2023,171000,181000 +BGR,2024,166000,176000 +BGR,2025,162000,171000 +BGR,2026,158000,168000 +BGR,2027,156000,165000 +BGR,2028,153000,162000 +BGR,2029,151000,160000 +BGR,2030,149000,158000 +BGR,2031,147000,155000 +BGR,2032,144000,153000 +BGR,2033,142000,150000 +BGR,2034,140000,148000 +BGR,2035,138000,146000 +BGR,2036,136000,144000 +BGR,2037,134000,142000 +BGR,2038,132000,140000 +BGR,2039,131000,138000 +BGR,2040,129000,137000 +BGR,2041,128000,135000 +BGR,2042,126000,134000 +BGR,2043,125000,133000 +BGR,2044,124000,132000 +BGR,2045,124000,131000 +BGR,2046,123000,130000 +BGR,2047,122000,129000 +BGR,2048,122000,129000 +BGR,2049,121000,129000 +BGR,2050,121000,128000 +BHR,1990,21017,22180 +BHR,1991,21478,22800 +BHR,1992,22105,23464 +BHR,1993,23082,24424 +BHR,1994,24279,25573 +BHR,1995,25380,26559 +BHR,1996,26020,27011 +BHR,1997,26339,27060 +BHR,1998,26536,27178 +BHR,1999,26870,27784 +BHR,2000,27551,29123 +BHR,2001,28533,30500 +BHR,2002,29372,31506 +BHR,2003,30211,32633 +BHR,2004,31137,34014 +BHR,2005,32206,35577 +BHR,2006,33619,36373 +BHR,2007,34908,37163 +BHR,2008,36109,38335 +BHR,2009,37024,39454 +BHR,2010,37448,39809 +BHR,2011,38058,40658 +BHR,2012,38320,40426 +BHR,2013,38642,40452 +BHR,2014,39308,41509 +BHR,2015,40395,43607 +BHR,2016,41646,45203 +BHR,2017,43001,46342 +BHR,2018,44361,46539 +BHR,2019,46000,46000 +BHR,2020,47000,46000 +BHR,2021,48000,48000 +BHR,2022,49000,50000 +BHR,2023,50000,53000 +BHR,2024,51000,57000 +BHR,2025,52000,59000 +BHR,2026,52000,59000 +BHR,2027,53000,58000 +BHR,2028,53000,56000 +BHR,2029,54000,55000 +BHR,2030,54000,55000 +BHR,2031,54000,55000 +BHR,2032,54000,55000 +BHR,2033,54000,55000 +BHR,2034,55000,56000 +BHR,2035,55000,57000 +BHR,2036,55000,57000 +BHR,2037,55000,57000 +BHR,2038,55000,56000 +BHR,2039,55000,57000 +BHR,2040,55000,57000 +BHR,2041,55000,57000 +BHR,2042,55000,57000 +BHR,2043,55000,57000 +BHR,2044,55000,57000 +BHR,2045,55000,57000 +BHR,2046,55000,57000 +BHR,2047,54000,56000 +BHR,2048,54000,56000 +BHR,2049,53000,55000 +BHR,2050,52000,55000 +BHS,1990,12483,12977 +BHS,1991,12751,13221 +BHS,1992,13170,13622 +BHS,1993,13678,14118 +BHS,1994,14133,14557 +BHS,1995,14390,14788 +BHS,1996,14363,14693 +BHS,1997,14277,14516 +BHS,1998,14181,14319 +BHS,1999,14173,14223 +BHS,2000,14324,14317 +BHS,2001,14608,14625 +BHS,2002,14896,14940 +BHS,2003,15078,15138 +BHS,2004,15154,15202 +BHS,2005,15214,15220 +BHS,2006,15452,15492 +BHS,2007,15711,15778 +BHS,2008,15908,15984 +BHS,2009,16031,16094 +BHS,2010,16121,16148 +BHS,2011,16175,16151 +BHS,2012,16197,16133 +BHS,2013,16184,16090 +BHS,2014,16139,16027 +BHS,2015,16083,15961 +BHS,2016,16108,15978 +BHS,2017,16104,15983 +BHS,2018,16062,15965 +BHS,2019,16000,16000 +BHS,2020,16000,16000 +BHS,2021,15000,15000 +BHS,2022,15000,15000 +BHS,2023,14000,14000 +BHS,2024,13000,14000 +BHS,2025,13000,14000 +BHS,2026,13000,14000 +BHS,2027,13000,14000 +BHS,2028,13000,14000 +BHS,2029,13000,14000 +BHS,2030,13000,14000 +BHS,2031,13000,14000 +BHS,2032,13000,14000 +BHS,2033,13000,14000 +BHS,2034,13000,14000 +BHS,2035,13000,14000 +BHS,2036,13000,14000 +BHS,2037,13000,14000 +BHS,2038,13000,14000 +BHS,2039,13000,14000 +BHS,2040,13000,14000 +BHS,2041,13000,14000 +BHS,2042,13000,14000 +BHS,2043,13000,14000 +BHS,2044,13000,14000 +BHS,2045,13000,14000 +BHS,2046,13000,14000 +BHS,2047,13000,14000 +BHS,2048,13000,14000 +BHS,2049,13000,14000 +BHS,2050,13000,14000 +BIH,1990,176678,187878 +BIH,1991,169806,180219 +BIH,1992,162111,171650 +BIH,1993,154226,162888 +BIH,1994,147010,155006 +BIH,1995,141161,148896 +BIH,1996,139395,146844 +BIH,1997,138928,146405 +BIH,1998,139288,147010 +BIH,1999,139617,147613 +BIH,2000,139128,147283 +BIH,2001,136992,145027 +BIH,2002,134133,141979 +BIH,2003,130690,138288 +BIH,2004,127190,134547 +BIH,2005,124204,131392 +BIH,2006,122170,129331 +BIH,2007,120570,127764 +BIH,2008,119114,126374 +BIH,2009,116916,124191 +BIH,2010,113045,120189 +BIH,2011,108782,115657 +BIH,2012,102973,109248 +BIH,2013,95667,100972 +BIH,2014,88698,92906 +BIH,2015,84315,87634 +BIH,2016,81838,84976 +BIH,2017,82193,85517 +BIH,2018,84542,88312 +BIH,2019,87000,91000 +BIH,2020,88000,93000 +BIH,2021,88000,93000 +BIH,2022,87000,91000 +BIH,2023,84000,89000 +BIH,2024,81000,86000 +BIH,2025,79000,83000 +BIH,2026,76000,80000 +BIH,2027,73000,77000 +BIH,2028,70000,74000 +BIH,2029,67000,71000 +BIH,2030,64000,69000 +BIH,2031,63000,66000 +BIH,2032,61000,65000 +BIH,2033,60000,63000 +BIH,2034,59000,62000 +BIH,2035,59000,61000 +BIH,2036,58000,61000 +BIH,2037,57000,60000 +BIH,2038,57000,59000 +BIH,2039,56000,59000 +BIH,2040,55000,58000 +BIH,2041,55000,58000 +BIH,2042,55000,58000 +BIH,2043,55000,57000 +BIH,2044,55000,57000 +BIH,2045,54000,57000 +BIH,2046,54000,57000 +BIH,2047,54000,57000 +BIH,2048,54000,57000 +BIH,2049,54000,56000 +BIH,2050,54000,56000 +BLR,1990,365116,375980 +BLR,1991,370394,380828 +BLR,1992,378725,388476 +BLR,1993,388183,397343 +BLR,1994,395616,404599 +BLR,1995,400333,409787 +BLR,1996,402379,414475 +BLR,1997,402257,417078 +BLR,1998,399993,417329 +BLR,1999,395033,414222 +BLR,2000,385464,405431 +BLR,2001,370426,390617 +BLR,2002,351444,371207 +BLR,2003,330136,348978 +BLR,2004,309111,326878 +BLR,2005,290162,306966 +BLR,2006,273176,289052 +BLR,2007,257907,272940 +BLR,2008,244186,258404 +BLR,2009,232258,245711 +BLR,2010,222565,235395 +BLR,2011,215615,227635 +BLR,2012,211846,223441 +BLR,2013,210918,222390 +BLR,2014,212309,223888 +BLR,2015,215839,227716 +BLR,2016,220972,233203 +BLR,2017,225974,238472 +BLR,2018,229483,242001 +BLR,2019,232000,245000 +BLR,2020,236000,249000 +BLR,2021,246000,260000 +BLR,2022,258000,273000 +BLR,2023,270000,287000 +BLR,2024,281000,299000 +BLR,2025,287000,305000 +BLR,2026,289000,306000 +BLR,2027,287000,301000 +BLR,2028,281000,292000 +BLR,2029,275000,282000 +BLR,2030,269000,275000 +BLR,2031,264000,271000 +BLR,2032,259000,268000 +BLR,2033,255000,267000 +BLR,2034,251000,265000 +BLR,2035,246000,261000 +BLR,2036,241000,256000 +BLR,2037,235000,250000 +BLR,2038,229000,244000 +BLR,2039,223000,237000 +BLR,2040,218000,232000 +BLR,2041,214000,227000 +BLR,2042,210000,223000 +BLR,2043,207000,220000 +BLR,2044,205000,218000 +BLR,2045,204000,216000 +BLR,2046,204000,216000 +BLR,2047,204000,217000 +BLR,2048,205000,218000 +BLR,2049,207000,220000 +BLR,2050,209000,222000 +BLZ,1990,11656,11895 +BLZ,1991,11898,12145 +BLZ,1992,12250,12499 +BLZ,1993,12710,12962 +BLZ,1994,13231,13496 +BLZ,1995,13731,14013 +BLZ,1996,13909,14193 +BLZ,1997,14052,14331 +BLZ,1998,14181,14450 +BLZ,1999,14356,14615 +BLZ,2000,14648,14890 +BLZ,2001,15075,15337 +BLZ,2002,15522,15802 +BLZ,2003,15975,16269 +BLZ,2004,16426,16721 +BLZ,2005,16882,17166 +BLZ,2006,17377,17646 +BLZ,2007,17837,18076 +BLZ,2008,18240,18432 +BLZ,2009,18574,18706 +BLZ,2010,18831,18920 +BLZ,2011,19154,19237 +BLZ,2012,19379,19489 +BLZ,2013,19520,19677 +BLZ,2014,19573,19791 +BLZ,2015,19529,19817 +BLZ,2016,19432,19815 +BLZ,2017,19254,19736 +BLZ,2018,19020,19601 +BLZ,2019,19000,19000 +BLZ,2020,19000,19000 +BLZ,2021,19000,19000 +BLZ,2022,19000,19000 +BLZ,2023,19000,19000 +BLZ,2024,19000,20000 +BLZ,2025,19000,20000 +BLZ,2026,19000,20000 +BLZ,2027,19000,20000 +BLZ,2028,19000,20000 +BLZ,2029,19000,20000 +BLZ,2030,20000,20000 +BLZ,2031,20000,20000 +BLZ,2032,20000,20000 +BLZ,2033,20000,20000 +BLZ,2034,20000,21000 +BLZ,2035,20000,21000 +BLZ,2036,20000,21000 +BLZ,2037,20000,21000 +BLZ,2038,20000,21000 +BLZ,2039,20000,21000 +BLZ,2040,20000,20000 +BLZ,2041,20000,20000 +BLZ,2042,20000,20000 +BLZ,2043,20000,20000 +BLZ,2044,20000,20000 +BLZ,2045,19000,20000 +BLZ,2046,19000,20000 +BLZ,2047,19000,20000 +BLZ,2048,19000,20000 +BLZ,2049,19000,20000 +BLZ,2050,19000,19000 +BMU,1990,, +BMU,1991,, +BMU,1992,, +BMU,1993,, +BMU,1994,, +BMU,1995,, +BMU,1996,, +BMU,1997,, +BMU,1998,, +BMU,1999,, +BMU,2000,, +BMU,2001,, +BMU,2002,, +BMU,2003,, +BMU,2004,, +BMU,2005,, +BMU,2006,, +BMU,2007,, +BMU,2008,, +BMU,2009,, +BMU,2010,, +BMU,2011,, +BMU,2012,, +BMU,2013,, +BMU,2014,, +BMU,2015,, +BMU,2016,, +BMU,2017,, +BMU,2018,, +BMU,2019,, +BMU,2020,, +BMU,2021,, +BMU,2022,, +BMU,2023,, +BMU,2024,, +BMU,2025,, +BMU,2026,, +BMU,2027,, +BMU,2028,, +BMU,2029,, +BMU,2030,, +BMU,2031,, +BMU,2032,, +BMU,2033,, +BMU,2034,, +BMU,2035,, +BMU,2036,, +BMU,2037,, +BMU,2038,, +BMU,2039,, +BMU,2040,, +BMU,2041,, +BMU,2042,, +BMU,2043,, +BMU,2044,, +BMU,2045,, +BMU,2046,, +BMU,2047,, +BMU,2048,, +BMU,2049,, +BMU,2050,, +BOL,1990,396228,409444 +BOL,1991,402555,416239 +BOL,1992,408966,423226 +BOL,1993,415581,430449 +BOL,1994,422664,438097 +BOL,1995,430370,446264 +BOL,1996,438596,454679 +BOL,1997,447556,463859 +BOL,1998,456901,473413 +BOL,1999,466063,482848 +BOL,2000,474481,491696 +BOL,2001,481402,499367 +BOL,2002,488328,507174 +BOL,2003,495377,515169 +BOL,2004,502591,523254 +BOL,2005,509822,531129 +BOL,2006,516383,538046 +BOL,2007,522971,544879 +BOL,2008,529446,551473 +BOL,2009,535715,557807 +BOL,2010,541714,563908 +BOL,2011,547235,569649 +BOL,2012,552470,575232 +BOL,2013,557313,580478 +BOL,2014,561477,585019 +BOL,2015,564578,588419 +BOL,2016,566212,590187 +BOL,2017,567156,591285 +BOL,2018,567569,591836 +BOL,2019,568000,592000 +BOL,2020,568000,593000 +BOL,2021,569000,594000 +BOL,2022,570000,595000 +BOL,2023,571000,596000 +BOL,2024,572000,597000 +BOL,2025,572000,597000 +BOL,2026,572000,596000 +BOL,2027,571000,595000 +BOL,2028,570000,594000 +BOL,2029,569000,593000 +BOL,2030,569000,593000 +BOL,2031,570000,594000 +BOL,2032,572000,596000 +BOL,2033,575000,599000 +BOL,2034,577000,602000 +BOL,2035,579000,604000 +BOL,2036,581000,605000 +BOL,2037,582000,607000 +BOL,2038,583000,607000 +BOL,2039,583000,608000 +BOL,2040,584000,608000 +BOL,2041,583000,608000 +BOL,2042,583000,608000 +BOL,2043,582000,607000 +BOL,2044,581000,606000 +BOL,2045,580000,605000 +BOL,2046,579000,604000 +BOL,2047,578000,603000 +BOL,2048,576000,601000 +BOL,2049,575000,600000 +BOL,2050,573000,598000 +BRA,1990,8185006,8348726 +BRA,1991,8364967,8539324 +BRA,1992,8535246,8721283 +BRA,1993,8692297,8890463 +BRA,1994,8820085,9030221 +BRA,1995,8896896,9118089 +BRA,1996,8917041,9147025 +BRA,1997,8887068,9126288 +BRA,1998,8820136,9068530 +BRA,1999,8742162,8999673 +BRA,2000,8674661,8941319 +BRA,2001,8613232,8886390 +BRA,2002,8564823,8845885 +BRA,2003,8525674,8814828 +BRA,2004,8494263,8791042 +BRA,2005,8474700,8778484 +BRA,2006,8477565,8785325 +BRA,2007,8493264,8805517 +BRA,2008,8514210,8830541 +BRA,2009,8520904,8840381 +BRA,2010,8493572,8814964 +BRA,2011,8436438,8756269 +BRA,2012,8346333,8664557 +BRA,2013,8231553,8547617 +BRA,2014,8104436,8418166 +BRA,2015,7972350,8284209 +BRA,2016,7835361,8142659 +BRA,2017,7694583,7999320 +BRA,2018,7553926,7857057 +BRA,2019,7424000,7727000 +BRA,2020,7319000,7623000 +BRA,2021,7245000,7550000 +BRA,2022,7196000,7506000 +BRA,2023,7168000,7482000 +BRA,2024,7148000,7468000 +BRA,2025,7130000,7455000 +BRA,2026,7123000,7449000 +BRA,2027,7118000,7444000 +BRA,2028,7110000,7437000 +BRA,2029,7092000,7419000 +BRA,2030,7055000,7382000 +BRA,2031,7003000,7326000 +BRA,2032,6930000,7251000 +BRA,2033,6842000,7160000 +BRA,2034,6748000,7063000 +BRA,2035,6655000,6968000 +BRA,2036,6570000,6877000 +BRA,2037,6485000,6789000 +BRA,2038,6401000,6702000 +BRA,2039,6318000,6616000 +BRA,2040,6237000,6533000 +BRA,2041,6166000,6458000 +BRA,2042,6099000,6388000 +BRA,2043,6035000,6322000 +BRA,2044,5972000,6256000 +BRA,2045,5906000,6190000 +BRA,2046,5846000,6126000 +BRA,2047,5786000,6062000 +BRA,2048,5725000,5999000 +BRA,2049,5664000,5937000 +BRA,2050,5605000,5877000 +BRB,1990,10422,10783 +BRB,1991,10164,10520 +BRB,1992,10065,10401 +BRB,1993,10081,10391 +BRB,1994,10133,10414 +BRB,1995,10156,10422 +BRB,1996,10141,10406 +BRB,1997,10100,10368 +BRB,1998,10038,10309 +BRB,1999,9977,10249 +BRB,2000,9950,10218 +BRB,2001,9906,10141 +BRB,2002,9874,10079 +BRB,2003,9860,10032 +BRB,2004,9840,9987 +BRB,2005,9790,9928 +BRB,2006,9707,9853 +BRB,2007,9603,9777 +BRB,2008,9487,9703 +BRB,2009,9387,9657 +BRB,2010,9330,9666 +BRB,2011,9314,9701 +BRB,2012,9312,9753 +BRB,2013,9315,9805 +BRB,2014,9304,9829 +BRB,2015,9257,9792 +BRB,2016,9184,9699 +BRB,2017,9079,9551 +BRB,2018,8950,9356 +BRB,2019,8800,9100 +BRB,2020,8600,8900 +BRB,2021,8400,8700 +BRB,2022,8200,8500 +BRB,2023,8000,8200 +BRB,2024,7800,8000 +BRB,2025,7600,7900 +BRB,2026,7500,7800 +BRB,2027,7400,7700 +BRB,2028,7400,7700 +BRB,2029,7400,7700 +BRB,2030,7400,7700 +BRB,2031,7400,7600 +BRB,2032,7400,7600 +BRB,2033,7400,7600 +BRB,2034,7400,7600 +BRB,2035,7400,7600 +BRB,2036,7400,7600 +BRB,2037,7400,7600 +BRB,2038,7400,7600 +BRB,2039,7400,7600 +BRB,2040,7300,7600 +BRB,2041,7300,7600 +BRB,2042,7300,7500 +BRB,2043,7300,7500 +BRB,2044,7200,7500 +BRB,2045,7200,7400 +BRB,2046,7100,7400 +BRB,2047,7100,7300 +BRB,2048,7000,7300 +BRB,2049,6900,7200 +BRB,2050,6900,7100 +BRN,1990,12429,13235 +BRN,1991,12893,13644 +BRN,1992,13225,13977 +BRN,1993,13446,14260 +BRN,1994,13606,14500 +BRN,1995,13761,14697 +BRN,1996,14037,14959 +BRN,1997,14394,15254 +BRN,1998,14884,15637 +BRN,1999,15418,16092 +BRN,2000,15844,16542 +BRN,2001,16183,16731 +BRN,2002,16325,16879 +BRN,2003,16392,17105 +BRN,2004,16445,17384 +BRN,2005,16476,17602 +BRN,2006,16736,17821 +BRN,2007,16891,17922 +BRN,2008,16997,18071 +BRN,2009,17060,18291 +BRN,2010,17064,18484 +BRN,2011,16982,18468 +BRN,2012,16868,18309 +BRN,2013,16742,18043 +BRN,2014,16604,17734 +BRN,2015,16432,17417 +BRN,2016,16141,17059 +BRN,2017,15819,16715 +BRN,2018,15482,16391 +BRN,2019,15000,16000 +BRN,2020,15000,16000 +BRN,2021,15000,16000 +BRN,2022,16000,17000 +BRN,2023,16000,17000 +BRN,2024,17000,18000 +BRN,2025,17000,18000 +BRN,2026,17000,18000 +BRN,2027,16000,18000 +BRN,2028,16000,17000 +BRN,2029,16000,17000 +BRN,2030,15000,16000 +BRN,2031,15000,16000 +BRN,2032,15000,16000 +BRN,2033,15000,15000 +BRN,2034,15000,15000 +BRN,2035,14000,15000 +BRN,2036,14000,15000 +BRN,2037,14000,15000 +BRN,2038,14000,15000 +BRN,2039,14000,14000 +BRN,2040,13000,14000 +BRN,2041,13000,14000 +BRN,2042,13000,14000 +BRN,2043,13000,14000 +BRN,2044,13000,14000 +BRN,2045,13000,13000 +BRN,2046,13000,13000 +BRN,2047,13000,13000 +BRN,2048,12000,13000 +BRN,2049,12000,13000 +BRN,2050,12000,13000 +BTN,1990,32558,33186 +BTN,1991,32669,33306 +BTN,1992,32656,33299 +BTN,1993,32655,33305 +BTN,1994,32846,33494 +BTN,1995,33341,33982 +BTN,1996,34137,34741 +BTN,1997,35172,35727 +BTN,1998,36321,36859 +BTN,1999,37372,37995 +BTN,2000,38152,39005 +BTN,2001,38846,39724 +BTN,2002,39290,40227 +BTN,2003,39495,40527 +BTN,2004,39516,40583 +BTN,2005,39402,40362 +BTN,2006,39108,40347 +BTN,2007,38746,40073 +BTN,2008,38329,39601 +BTN,2009,37887,39042 +BTN,2010,37449,38491 +BTN,2011,36834,37822 +BTN,2012,36275,37221 +BTN,2013,35747,36691 +BTN,2014,35233,36205 +BTN,2015,34745,35735 +BTN,2016,34272,35277 +BTN,2017,33850,34831 +BTN,2018,33455,34433 +BTN,2019,33000,34000 +BTN,2020,33000,34000 +BTN,2021,32000,33000 +BTN,2022,32000,33000 +BTN,2023,31000,32000 +BTN,2024,31000,32000 +BTN,2025,30000,31000 +BTN,2026,30000,31000 +BTN,2027,31000,32000 +BTN,2028,31000,32000 +BTN,2029,31000,32000 +BTN,2030,31000,32000 +BTN,2031,31000,32000 +BTN,2032,31000,32000 +BTN,2033,31000,32000 +BTN,2034,30000,31000 +BTN,2035,30000,31000 +BTN,2036,29000,30000 +BTN,2037,29000,30000 +BTN,2038,29000,29000 +BTN,2039,28000,29000 +BTN,2040,28000,28000 +BTN,2041,27000,28000 +BTN,2042,27000,27000 +BTN,2043,26000,27000 +BTN,2044,26000,26000 +BTN,2045,25000,26000 +BTN,2046,25000,25000 +BTN,2047,24000,25000 +BTN,2048,24000,25000 +BTN,2049,23000,24000 +BTN,2050,23000,24000 +BWA,1990,86514,85321 +BWA,1991,89307,88493 +BWA,1992,91882,91487 +BWA,1993,94205,94243 +BWA,1994,96196,96662 +BWA,1995,97757,98609 +BWA,1996,99373,100167 +BWA,1997,100611,101388 +BWA,1998,101453,102220 +BWA,1999,101983,102760 +BWA,2000,102334,103170 +BWA,2001,102880,103892 +BWA,2002,103419,104534 +BWA,2003,103983,105134 +BWA,2004,104491,105669 +BWA,2005,104798,106051 +BWA,2006,104696,106096 +BWA,2007,104550,106196 +BWA,2008,104389,106215 +BWA,2009,104395,106174 +BWA,2010,104805,106257 +BWA,2011,105187,107010 +BWA,2012,106092,108080 +BWA,2013,107524,109558 +BWA,2014,109334,111496 +BWA,2015,111327,113864 +BWA,2016,113366,115626 +BWA,2017,115473,117725 +BWA,2018,117591,120011 +BWA,2019,120000,122000 +BWA,2020,122000,125000 +BWA,2021,124000,127000 +BWA,2022,127000,129000 +BWA,2023,129000,132000 +BWA,2024,131000,133000 +BWA,2025,132000,135000 +BWA,2026,133000,136000 +BWA,2027,134000,137000 +BWA,2028,134000,137000 +BWA,2029,134000,137000 +BWA,2030,134000,137000 +BWA,2031,133000,136000 +BWA,2032,133000,136000 +BWA,2033,132000,135000 +BWA,2034,132000,135000 +BWA,2035,131000,134000 +BWA,2036,131000,134000 +BWA,2037,131000,134000 +BWA,2038,131000,134000 +BWA,2039,131000,134000 +BWA,2040,132000,134000 +BWA,2041,132000,135000 +BWA,2042,133000,135000 +BWA,2043,133000,136000 +BWA,2044,134000,136000 +BWA,2045,134000,137000 +BWA,2046,135000,137000 +BWA,2047,135000,138000 +BWA,2048,136000,139000 +BWA,2049,136000,139000 +BWA,2050,136000,139000 +CAF,1990,168389,167422 +CAF,1991,173475,172863 +CAF,1992,179423,179302 +CAF,1993,185959,186400 +CAF,1994,192505,193455 +CAF,1995,198491,199778 +CAF,1996,204594,206020 +CAF,1997,210373,211751 +CAF,1998,215914,217113 +CAF,1999,221158,222158 +CAF,2000,225845,226705 +CAF,2001,230371,230927 +CAF,2002,234753,235066 +CAF,2003,239128,239227 +CAF,2004,243725,243647 +CAF,2005,248646,248470 +CAF,2006,254081,254103 +CAF,2007,260483,260753 +CAF,2008,267337,267861 +CAF,2009,273889,274603 +CAF,2010,279491,280283 +CAF,2011,284547,285648 +CAF,2012,289863,291144 +CAF,2013,295542,296881 +CAF,2014,301816,303141 +CAF,2015,308681,309984 +CAF,2016,312485,313980 +CAF,2017,317160,318908 +CAF,2018,322407,324434 +CAF,2019,328000,330000 +CAF,2020,332000,335000 +CAF,2021,335000,337000 +CAF,2022,337000,339000 +CAF,2023,339000,341000 +CAF,2024,340000,343000 +CAF,2025,342000,345000 +CAF,2026,343000,345000 +CAF,2027,344000,346000 +CAF,2028,345000,348000 +CAF,2029,347000,350000 +CAF,2030,351000,353000 +CAF,2031,355000,358000 +CAF,2032,361000,364000 +CAF,2033,368000,371000 +CAF,2034,375000,378000 +CAF,2035,382000,386000 +CAF,2036,389000,393000 +CAF,2037,396000,399000 +CAF,2038,402000,406000 +CAF,2039,409000,413000 +CAF,2040,414000,418000 +CAF,2041,419000,423000 +CAF,2042,424000,428000 +CAF,2043,428000,432000 +CAF,2044,431000,435000 +CAF,2045,434000,438000 +CAF,2046,436000,440000 +CAF,2047,437000,442000 +CAF,2048,438000,443000 +CAF,2049,439000,444000 +CAF,2050,439000,444000 +CAN,1990,914710,963235 +CAN,1991,927132,977392 +CAN,1992,939783,991749 +CAN,1993,951659,1004432 +CAN,1994,962705,1015443 +CAN,1995,971688,1024129 +CAN,1996,981896,1034186 +CAN,1997,989809,1042267 +CAN,1998,994014,1046253 +CAN,1999,996985,1048582 +CAN,2000,1001648,1052637 +CAN,2001,1013231,1065892 +CAN,2002,1024923,1078758 +CAN,2003,1033889,1087137 +CAN,2004,1038775,1089976 +CAN,2005,1035467,1084236 +CAN,2006,1025206,1072962 +CAN,2007,1006112,1053606 +CAN,2008,983006,1030757 +CAN,2009,960137,1008293 +CAN,2010,940410,989077 +CAN,2011,931935,983632 +CAN,2012,922787,976794 +CAN,2013,911877,966859 +CAN,2014,901366,955919 +CAN,2015,893499,946466 +CAN,2016,906441,956126 +CAN,2017,924299,971725 +CAN,2018,946323,992584 +CAN,2019,960000,1006000 +CAN,2020,967000,1013000 +CAN,2021,980000,1024000 +CAN,2022,984000,1028000 +CAN,2023,983000,1026000 +CAN,2024,978000,1021000 +CAN,2025,973000,1018000 +CAN,2026,981000,1026000 +CAN,2027,988000,1032000 +CAN,2028,991000,1036000 +CAN,2029,992000,1037000 +CAN,2030,989000,1036000 +CAN,2031,995000,1042000 +CAN,2032,998000,1045000 +CAN,2033,996000,1044000 +CAN,2034,991000,1040000 +CAN,2035,985000,1035000 +CAN,2036,991000,1040000 +CAN,2037,993000,1042000 +CAN,2038,993000,1042000 +CAN,2039,990000,1039000 +CAN,2040,984000,1034000 +CAN,2041,990000,1039000 +CAN,2042,993000,1042000 +CAN,2043,993000,1042000 +CAN,2044,990000,1039000 +CAN,2045,986000,1036000 +CAN,2046,994000,1043000 +CAN,2047,999000,1048000 +CAN,2048,1002000,1051000 +CAN,2049,1002000,1052000 +CAN,2050,1001000,1051000 +CEB,1990,4460508,4673078 +CEB,1991,4416184,4628312 +CEB,1992,4344998,4555599 +CEB,1993,4266283,4474887 +CEB,1994,4187495,4393741 +CEB,1995,4118941,4322943 +CEB,1996,4063122,4263746 +CEB,1997,4021206,4219244 +CEB,1998,3985708,4181240 +CEB,1999,3940120,4132766 +CEB,2000,3853317,4041769 +CEB,2001,3731216,3914121 +CEB,2002,3592600,3769983 +CEB,2003,3452284,3624462 +CEB,2004,3308376,3475340 +CEB,2005,3167548,3329673 +CEB,2006,3034648,3191428 +CEB,2007,2905175,3056731 +CEB,2008,2782300,2929263 +CEB,2009,2674696,2818243 +CEB,2010,2580425,2721496 +CEB,2011,2501931,2637803 +CEB,2012,2444133,2576924 +CEB,2013,2404443,2535950 +CEB,2014,2383527,2514865 +CEB,2015,2385952,2517779 +CEB,2016,2414923,2546296 +CEB,2017,2466272,2598263 +CEB,2018,2531564,2665255 +CEB,2019,2588000,2723000 +CEB,2020,2616000,2756000 +CEB,2021,2618000,2757000 +CEB,2022,2595000,2731000 +CEB,2023,2554000,2689000 +CEB,2024,2510000,2645000 +CEB,2025,2481000,2616000 +CEB,2026,2463000,2599000 +CEB,2027,2459000,2597000 +CEB,2028,2458000,2594000 +CEB,2029,2453000,2590000 +CEB,2030,2438000,2573000 +CEB,2031,2408000,2544000 +CEB,2032,2370000,2504000 +CEB,2033,2327000,2456000 +CEB,2034,2280000,2407000 +CEB,2035,2236000,2362000 +CEB,2036,2198000,2321000 +CEB,2037,2163000,2283000 +CEB,2038,2129000,2249000 +CEB,2039,2099000,2214000 +CEB,2040,2069000,2185000 +CEB,2041,2042000,2155000 +CEB,2042,2018000,2130000 +CEB,2043,1996000,2107000 +CEB,2044,1977000,2088000 +CEB,2045,1964000,2073000 +CEB,2046,1954000,2062000 +CEB,2047,1947000,2056000 +CEB,2048,1944000,2051000 +CEB,2049,1942000,2053000 +CEB,2050,1939000,2049000 +CHE,1990,183077,191972 +CHE,1991,184324,193513 +CHE,1992,186705,196625 +CHE,1993,189828,200520 +CHE,1994,193116,204418 +CHE,1995,195923,207648 +CHE,1996,198205,209974 +CHE,1997,199730,211499 +CHE,1998,201165,212749 +CHE,1999,202995,214384 +CHE,2000,205131,216622 +CHE,2001,207320,218674 +CHE,2002,209672,221232 +CHE,2003,211954,223722 +CHE,2004,213580,225401 +CHE,2005,213843,225630 +CHE,2006,212648,224484 +CHE,2007,210449,222449 +CHE,2008,208012,220116 +CHE,2009,205093,217180 +CHE,2010,201648,213720 +CHE,2011,198986,210678 +CHE,2012,196189,207574 +CHE,2013,194077,205141 +CHE,2014,193001,203694 +CHE,2015,192883,203199 +CHE,2016,195111,205091 +CHE,2017,196798,206620 +CHE,2018,197847,207688 +CHE,2019,199000,209000 +CHE,2020,199000,210000 +CHE,2021,202000,213000 +CHE,2022,205000,216000 +CHE,2023,208000,219000 +CHE,2024,210000,222000 +CHE,2025,212000,224000 +CHE,2026,216000,227000 +CHE,2027,219000,230000 +CHE,2028,222000,233000 +CHE,2029,224000,234000 +CHE,2030,224000,235000 +CHE,2031,226000,237000 +CHE,2032,227000,238000 +CHE,2033,227000,238000 +CHE,2034,226000,237000 +CHE,2035,225000,236000 +CHE,2036,226000,236000 +CHE,2037,226000,236000 +CHE,2038,225000,235000 +CHE,2039,224000,234000 +CHE,2040,222000,232000 +CHE,2041,222000,232000 +CHE,2042,222000,232000 +CHE,2043,221000,231000 +CHE,2044,219000,229000 +CHE,2045,218000,228000 +CHE,2046,218000,228000 +CHE,2047,218000,228000 +CHE,2048,218000,228000 +CHE,2049,217000,227000 +CHE,2050,217000,227000 +CHI,1990,3592,3695 +CHI,1991,3591,3693 +CHI,1992,3581,3708 +CHI,1993,3591,3754 +CHI,1994,3633,3829 +CHI,1995,3701,3922 +CHI,1996,3812,4032 +CHI,1997,3938,4144 +CHI,1998,4093,4258 +CHI,1999,4246,4362 +CHI,2000,4349,4444 +CHI,2001,4318,4464 +CHI,2002,4250,4452 +CHI,2003,4197,4419 +CHI,2004,4178,4381 +CHI,2005,4180,4342 +CHI,2006,4181,4369 +CHI,2007,4172,4388 +CHI,2008,4169,4401 +CHI,2009,4173,4402 +CHI,2010,4167,4378 +CHI,2011,4151,4370 +CHI,2012,4136,4360 +CHI,2013,4138,4356 +CHI,2014,4164,4374 +CHI,2015,4198,4409 +CHI,2016,4203,4425 +CHI,2017,4184,4431 +CHI,2018,4144,4423 +CHI,2019,4100,4400 +CHI,2020,4100,4400 +CHI,2021,4200,4400 +CHI,2022,4200,4400 +CHI,2023,4300,4500 +CHI,2024,4400,4500 +CHI,2025,4500,4500 +CHI,2026,4500,4500 +CHI,2027,4500,4500 +CHI,2028,4400,4600 +CHI,2029,4400,4600 +CHI,2030,4300,4600 +CHI,2031,4300,4600 +CHI,2032,4400,4600 +CHI,2033,4400,4600 +CHI,2034,4400,4700 +CHI,2035,4400,4600 +CHI,2036,4400,4700 +CHI,2037,4500,4700 +CHI,2038,4500,4700 +CHI,2039,4500,4700 +CHI,2040,4400,4700 +CHI,2041,4500,4700 +CHI,2042,4500,4700 +CHI,2043,4500,4700 +CHI,2044,4500,4700 +CHI,2045,4400,4700 +CHI,2046,4500,4700 +CHI,2047,4500,4700 +CHI,2048,4500,4700 +CHI,2049,4500,4700 +CHI,2050,4500,4700 +CHL,1990,628201,645835 +CHL,1991,629747,648069 +CHL,1992,631286,650369 +CHL,1993,633035,652902 +CHL,1994,636103,656742 +CHL,1995,641769,663159 +CHL,1996,650063,672070 +CHL,1997,660693,683339 +CHL,1998,672644,695909 +CHL,1999,684266,708097 +CHL,2000,694306,718648 +CHL,2001,703684,728463 +CHL,2002,711054,736217 +CHL,2003,716340,741823 +CHL,2004,718535,744240 +CHL,2005,716093,741874 +CHL,2006,708943,734506 +CHL,2007,697283,722511 +CHL,2008,682428,707221 +CHL,2009,666661,690973 +CHL,2010,651858,675712 +CHL,2011,637790,660993 +CHL,2012,624889,647508 +CHL,2013,613684,635806 +CHL,2014,605150,626948 +CHL,2015,600379,622128 +CHL,2016,599182,620558 +CHL,2017,601523,622853 +CHL,2018,606259,627706 +CHL,2019,611000,633000 +CHL,2020,614000,636000 +CHL,2021,619000,640000 +CHL,2022,621000,643000 +CHL,2023,621000,644000 +CHL,2024,620000,643000 +CHL,2025,615000,639000 +CHL,2026,607000,630000 +CHL,2027,597000,619000 +CHL,2028,584000,607000 +CHL,2029,572000,594000 +CHL,2030,563000,585000 +CHL,2031,557000,578000 +CHL,2032,552000,574000 +CHL,2033,549000,570000 +CHL,2034,545000,567000 +CHL,2035,540000,561000 +CHL,2036,536000,557000 +CHL,2037,531000,551000 +CHL,2038,524000,545000 +CHL,2039,518000,538000 +CHL,2040,512000,533000 +CHL,2041,509000,529000 +CHL,2042,506000,525000 +CHL,2043,503000,522000 +CHL,2044,500000,519000 +CHL,2045,496000,516000 +CHL,2046,494000,513000 +CHL,2047,491000,510000 +CHL,2048,488000,507000 +CHL,2049,484000,504000 +CHL,2050,482000,501000 +CHN,1990,46806272,49664677 +CHN,1991,45600677,48381203 +CHN,1992,45317812,48073258 +CHN,1993,45759996,48537775 +CHN,1994,46817404,49667997 +CHN,1995,48568866,51556357 +CHN,1996,51452634,54666921 +CHN,1997,54856542,58360689 +CHN,1998,58417269,62251109 +CHN,1999,61172389,65329590 +CHN,2000,62071238,66502553 +CHN,2001,60816685,65456458 +CHN,2002,57864315,62666665 +CHN,2003,53705188,58633308 +CHN,2004,49469200,54498765 +CHN,2005,46199298,51311833 +CHN,2006,43895152,49078826 +CHN,2007,42440240,47670943 +CHN,2008,41643324,46903990 +CHN,2009,41049188,46337386 +CHN,2010,40325468,45652770 +CHN,2011,39567578,44955669 +CHN,2012,38850793,44313200 +CHN,2013,38201266,43747057 +CHN,2014,37699313,43336806 +CHN,2015,37401851,43143683 +CHN,2016,37291875,43160864 +CHN,2017,37345505,43352998 +CHN,2018,37486231,43625048 +CHN,2019,37665000,43898000 +CHN,2020,37887000,44154000 +CHN,2021,38174000,44416000 +CHN,2022,38484000,44642000 +CHN,2023,38789000,44816000 +CHN,2024,39032000,44904000 +CHN,2025,39154000,44864000 +CHN,2026,39179000,44720000 +CHN,2027,39068000,44432000 +CHN,2028,38838000,44016000 +CHN,2029,38502000,43484000 +CHN,2030,38053000,42832000 +CHN,2031,37517000,42078000 +CHN,2032,36878000,41218000 +CHN,2033,36169000,40289000 +CHN,2034,35454000,39360000 +CHN,2035,34793000,38498000 +CHN,2036,34228000,37737000 +CHN,2037,33732000,37059000 +CHN,2038,33296000,36454000 +CHN,2039,32907000,35905000 +CHN,2040,32563000,35405000 +CHN,2041,32309000,34982000 +CHN,2042,32111000,34622000 +CHN,2043,31956000,34317000 +CHN,2044,31818000,34054000 +CHN,2045,31672000,33825000 +CHN,2046,31539000,33636000 +CHN,2047,31401000,33479000 +CHN,2048,31259000,33345000 +CHN,2049,31120000,33227000 +CHN,2050,30981000,33107000 +CIV,1990,737913,738407 +CIV,1991,768322,770140 +CIV,1992,796955,799573 +CIV,1993,824105,826894 +CIV,1994,850134,852386 +CIV,1995,875032,876049 +CIV,1996,902584,904018 +CIV,1997,930193,931714 +CIV,1998,957536,958784 +CIV,1999,983924,984482 +CIV,2000,1008576,1007999 +CIV,2001,1033949,1033111 +CIV,2002,1060785,1059497 +CIV,2003,1089373,1087465 +CIV,2004,1119962,1117300 +CIV,2005,1152362,1148771 +CIV,2006,1182676,1177842 +CIV,2007,1215669,1209703 +CIV,2008,1250729,1243734 +CIV,2009,1286425,1278686 +CIV,2010,1321108,1313126 +CIV,2011,1352718,1345388 +CIV,2012,1383575,1377785 +CIV,2013,1413917,1410286 +CIV,2014,1443446,1442169 +CIV,2015,1471086,1471988 +CIV,2016,1494574,1497648 +CIV,2017,1517481,1522796 +CIV,2018,1540435,1548031 +CIV,2019,1565000,1575000 +CIV,2020,1594000,1605000 +CIV,2021,1625000,1639000 +CIV,2022,1662000,1676000 +CIV,2023,1701000,1716000 +CIV,2024,1742000,1758000 +CIV,2025,1783000,1800000 +CIV,2026,1825000,1843000 +CIV,2027,1868000,1886000 +CIV,2028,1911000,1930000 +CIV,2029,1954000,1973000 +CIV,2030,1995000,2015000 +CIV,2031,2036000,2056000 +CIV,2032,2075000,2096000 +CIV,2033,2114000,2136000 +CIV,2034,2152000,2175000 +CIV,2035,2190000,2213000 +CIV,2036,2228000,2251000 +CIV,2037,2265000,2289000 +CIV,2038,2303000,2327000 +CIV,2039,2339000,2365000 +CIV,2040,2375000,2401000 +CIV,2041,2410000,2437000 +CIV,2042,2445000,2472000 +CIV,2043,2480000,2508000 +CIV,2044,2515000,2543000 +CIV,2045,2549000,2577000 +CIV,2046,2584000,2613000 +CIV,2047,2619000,2649000 +CIV,2048,2655000,2685000 +CIV,2049,2690000,2720000 +CIV,2050,2724000,2755000 +CMR,1990,732027,738515 +CMR,1991,760007,767114 +CMR,1992,789934,797707 +CMR,1993,821259,829672 +CMR,1994,852675,861655 +CMR,1995,882636,892086 +CMR,1996,910981,920896 +CMR,1997,938957,949272 +CMR,1998,966626,977280 +CMR,1999,993333,1004353 +CMR,2000,1017748,1029275 +CMR,2001,1040242,1051932 +CMR,2002,1061627,1073668 +CMR,2003,1082521,1095046 +CMR,2004,1103432,1116512 +CMR,2005,1124125,1137786 +CMR,2006,1143167,1157099 +CMR,2007,1163791,1178129 +CMR,2008,1186260,1201015 +CMR,2009,1211544,1226654 +CMR,2010,1240656,1256000 +CMR,2011,1272738,1288517 +CMR,2012,1309676,1325925 +CMR,2013,1350356,1367081 +CMR,2014,1392849,1410153 +CMR,2015,1435381,1453482 +CMR,2016,1477481,1496558 +CMR,2017,1520381,1540824 +CMR,2018,1563640,1585672 +CMR,2019,1606000,1630000 +CMR,2020,1648000,1673000 +CMR,2021,1687000,1713000 +CMR,2022,1725000,1753000 +CMR,2023,1762000,1791000 +CMR,2024,1798000,1828000 +CMR,2025,1831000,1862000 +CMR,2026,1863000,1894000 +CMR,2027,1893000,1925000 +CMR,2028,1923000,1955000 +CMR,2029,1952000,1984000 +CMR,2030,1981000,2013000 +CMR,2031,2010000,2042000 +CMR,2032,2040000,2073000 +CMR,2033,2071000,2104000 +CMR,2034,2102000,2135000 +CMR,2035,2133000,2166000 +CMR,2036,2164000,2198000 +CMR,2037,2197000,2231000 +CMR,2038,2230000,2264000 +CMR,2039,2262000,2297000 +CMR,2040,2294000,2329000 +CMR,2041,2326000,2361000 +CMR,2042,2358000,2393000 +CMR,2043,2390000,2425000 +CMR,2044,2421000,2457000 +CMR,2045,2452000,2488000 +CMR,2046,2483000,2519000 +CMR,2047,2514000,2551000 +CMR,2048,2545000,2582000 +CMR,2049,2576000,2612000 +CMR,2050,2605000,2642000 +COD,1990,2100126,2111572 +COD,1991,2178783,2191180 +COD,1992,2267304,2281108 +COD,1993,2361413,2376820 +COD,1994,2454301,2471291 +COD,1995,2539802,2558167 +COD,1996,2610950,2629916 +COD,1997,2678609,2698595 +COD,1998,2747160,2768416 +COD,1999,2819982,2842658 +COD,2000,2896653,2920822 +COD,2001,2976847,3002354 +COD,2002,3066877,3094186 +COD,2003,3165880,3195229 +COD,2004,3270226,3301442 +COD,2005,3374540,3406911 +COD,2006,3475841,3507682 +COD,2007,3583927,3615321 +COD,2008,3699625,3730675 +COD,2009,3823914,3855268 +COD,2010,3956292,3989215 +COD,2011,4094432,4129853 +COD,2012,4245377,4285036 +COD,2013,4407890,4452947 +COD,2014,4579253,4630130 +COD,2015,4755875,4812410 +COD,2016,4935697,4997295 +COD,2017,5125147,5192312 +COD,2018,5322110,5395045 +COD,2019,5523000,5601000 +COD,2020,5722000,5806000 +COD,2021,5919000,6008000 +COD,2022,6117000,6211000 +COD,2023,6316000,6415000 +COD,2024,6512000,6616000 +COD,2025,6699000,6806000 +COD,2026,6874000,6985000 +COD,2027,7045000,7158000 +COD,2028,7212000,7327000 +COD,2029,7377000,7494000 +COD,2030,7540000,7659000 +COD,2031,7699000,7819000 +COD,2032,7860000,7982000 +COD,2033,8023000,8147000 +COD,2034,8187000,8313000 +COD,2035,8352000,8480000 +COD,2036,8517000,8645000 +COD,2037,8687000,8816000 +COD,2038,8861000,8991000 +COD,2039,9035000,9168000 +COD,2040,9209000,9342000 +COD,2041,9382000,9516000 +COD,2042,9557000,9692000 +COD,2043,9732000,9869000 +COD,2044,9905000,10043000 +COD,2045,10071000,10210000 +COD,2046,10231000,10369000 +COD,2047,10387000,10526000 +COD,2048,10539000,10679000 +COD,2049,10686000,10827000 +COD,2050,10826000,10967000 +COG,1990,154743,155560 +COG,1991,158328,159061 +COG,1992,161628,162293 +COG,1993,164744,165372 +COG,1994,167824,168462 +COG,1995,170950,171683 +COG,1996,174219,174994 +COG,1997,177597,178523 +COG,1998,181128,182277 +COG,1999,184774,186169 +COG,2000,188454,190070 +COG,2001,192280,193983 +COG,2002,196299,198091 +COG,2003,200695,202572 +COG,2004,205655,207614 +COG,2005,211254,213287 +COG,2006,217161,219189 +COG,2007,223730,225765 +COG,2008,230801,232856 +COG,2009,238032,240127 +COG,2010,245107,247263 +COG,2011,252948,255306 +COG,2012,260907,263493 +COG,2013,269070,271895 +COG,2014,277765,280826 +COG,2015,287292,290580 +COG,2016,297208,300823 +COG,2017,307887,311846 +COG,2018,318979,323289 +COG,2019,330000,335000 +COG,2020,340000,345000 +COG,2021,350000,355000 +COG,2022,358000,364000 +COG,2023,366000,372000 +COG,2024,374000,380000 +COG,2025,380000,386000 +COG,2026,385000,392000 +COG,2027,389000,396000 +COG,2028,393000,400000 +COG,2029,397000,404000 +COG,2030,401000,409000 +COG,2031,406000,414000 +COG,2032,412000,420000 +COG,2033,418000,426000 +COG,2034,425000,433000 +COG,2035,432000,440000 +COG,2036,440000,448000 +COG,2037,448000,456000 +COG,2038,457000,465000 +COG,2039,465000,474000 +COG,2040,474000,483000 +COG,2041,483000,492000 +COG,2042,492000,501000 +COG,2043,501000,510000 +COG,2044,511000,519000 +COG,2045,519000,528000 +COG,2046,528000,537000 +COG,2047,537000,546000 +COG,2048,545000,554000 +COG,2049,553000,562000 +COG,2050,561000,570000 +COL,1990,1852428,1889778 +COL,1991,1878390,1919770 +COL,1992,1900378,1946656 +COL,1993,1919613,1971862 +COL,1994,1937616,1996842 +COL,1995,1954725,2021259 +COL,1996,1967517,2035513 +COL,1997,1980454,2050532 +COL,1998,1993462,2066738 +COL,1999,2008241,2086020 +COL,2000,2027396,2110612 +COL,2001,2052680,2137601 +COL,2002,2081017,2167551 +COL,2003,2110218,2198264 +COL,2004,2135103,2224728 +COL,2005,2150301,2241613 +COL,2006,2154196,2245078 +COL,2007,2149745,2240274 +COL,2008,2138312,2228246 +COL,2009,2123708,2212913 +COL,2010,2109765,2198532 +COL,2011,2097744,2186005 +COL,2012,2085109,2173343 +COL,2013,2072411,2161010 +COL,2014,2057910,2147192 +COL,2015,2038720,2128883 +COL,2016,2016321,2105395 +COL,2017,1989180,2077509 +COL,2018,1958230,2045619 +COL,2019,1926000,2012000 +COL,2020,1895000,1979000 +COL,2021,1866000,1950000 +COL,2022,1840000,1923000 +COL,2023,1818000,1900000 +COL,2024,1801000,1882000 +COL,2025,1790000,1871000 +COL,2026,1786000,1867000 +COL,2027,1787000,1869000 +COL,2028,1791000,1874000 +COL,2029,1793000,1877000 +COL,2030,1789000,1873000 +COL,2031,1777000,1860000 +COL,2032,1758000,1841000 +COL,2033,1735000,1816000 +COL,2034,1710000,1790000 +COL,2035,1686000,1765000 +COL,2036,1664000,1742000 +COL,2037,1643000,1719000 +COL,2038,1622000,1697000 +COL,2039,1601000,1676000 +COL,2040,1581000,1655000 +COL,2041,1563000,1636000 +COL,2042,1546000,1619000 +COL,2043,1530000,1602000 +COL,2044,1514000,1586000 +COL,2045,1498000,1569000 +COL,2046,1483000,1554000 +COL,2047,1469000,1539000 +COL,2048,1455000,1524000 +COL,2049,1441000,1510000 +COL,2050,1427000,1496000 +COM,1990,25248,25791 +COM,1991,26214,26800 +COM,1992,27270,27906 +COM,1993,28386,29080 +COM,1994,29508,30259 +COM,1995,30568,31377 +COM,1996,31555,32417 +COM,1997,32488,33406 +COM,1998,33379,34350 +COM,1999,34212,35237 +COM,2000,34963,36034 +COM,2001,35589,36700 +COM,2002,36152,37306 +COM,2003,36679,37872 +COM,2004,37204,38435 +COM,2005,37745,39011 +COM,2006,38284,39580 +COM,2007,38869,40197 +COM,2008,39502,40860 +COM,2009,40172,41560 +COM,2010,40867,42281 +COM,2011,41569,43002 +COM,2012,42326,43780 +COM,2013,43133,44608 +COM,2014,43989,45489 +COM,2015,44889,46419 +COM,2016,45813,47377 +COM,2017,46800,48408 +COM,2018,47836,49491 +COM,2019,49000,51000 +COM,2020,50000,52000 +COM,2021,51000,53000 +COM,2022,52000,54000 +COM,2023,53000,55000 +COM,2024,54000,56000 +COM,2025,55000,57000 +COM,2026,56000,58000 +COM,2027,57000,59000 +COM,2028,57000,59000 +COM,2029,58000,60000 +COM,2030,58000,60000 +COM,2031,59000,61000 +COM,2032,60000,62000 +COM,2033,60000,62000 +COM,2034,61000,63000 +COM,2035,61000,63000 +COM,2036,62000,64000 +COM,2037,62000,65000 +COM,2038,63000,65000 +COM,2039,64000,66000 +COM,2040,64000,66000 +COM,2041,65000,67000 +COM,2042,65000,68000 +COM,2043,66000,68000 +COM,2044,67000,69000 +COM,2045,67000,69000 +COM,2046,68000,70000 +COM,2047,68000,71000 +COM,2048,69000,71000 +COM,2049,69000,72000 +COM,2050,70000,72000 +CPV,1990,20511,20931 +CPV,1991,21176,21482 +CPV,1992,22080,22355 +CPV,1993,23164,23462 +CPV,1994,24335,24656 +CPV,1995,25494,25804 +CPV,1996,26542,26905 +CPV,1997,27577,27983 +CPV,1998,28562,28996 +CPV,1999,29461,29922 +CPV,2000,30231,30743 +CPV,2001,30832,31344 +CPV,2002,31233,31746 +CPV,2003,31443,31978 +CPV,2004,31430,32025 +CPV,2005,31133,31824 +CPV,2006,30510,30925 +CPV,2007,29733,29974 +CPV,2008,28836,29014 +CPV,2009,27972,28131 +CPV,2010,27301,27408 +CPV,2011,26481,26818 +CPV,2012,26019,26433 +CPV,2013,25861,26228 +CPV,2014,25868,26145 +CPV,2015,25902,26108 +CPV,2016,25631,25812 +CPV,2017,25407,25620 +CPV,2018,25246,25537 +CPV,2019,25000,26000 +CPV,2020,25000,26000 +CPV,2021,25000,26000 +CPV,2022,25000,26000 +CPV,2023,26000,26000 +CPV,2024,26000,27000 +CPV,2025,26000,27000 +CPV,2026,26000,27000 +CPV,2027,26000,27000 +CPV,2028,26000,26000 +CPV,2029,25000,26000 +CPV,2030,25000,26000 +CPV,2031,25000,26000 +CPV,2032,25000,25000 +CPV,2033,24000,25000 +CPV,2034,24000,25000 +CPV,2035,24000,25000 +CPV,2036,24000,24000 +CPV,2037,23000,24000 +CPV,2038,23000,24000 +CPV,2039,23000,23000 +CPV,2040,23000,23000 +CPV,2041,22000,23000 +CPV,2042,22000,23000 +CPV,2043,22000,22000 +CPV,2044,22000,22000 +CPV,2045,22000,22000 +CPV,2046,21000,22000 +CPV,2047,21000,22000 +CPV,2048,21000,22000 +CPV,2049,21000,22000 +CPV,2050,21000,21000 +CRI,1990,157948,164103 +CRI,1991,163478,170060 +CRI,1992,168957,175877 +CRI,1993,174320,181490 +CRI,1994,179589,186969 +CRI,1995,184788,192386 +CRI,1996,190404,198239 +CRI,1997,195682,203759 +CRI,1998,200435,208743 +CRI,1999,204276,212783 +CRI,2000,206784,215450 +CRI,2001,208336,217082 +CRI,2002,208688,217509 +CRI,2003,208038,216913 +CRI,2004,206757,215666 +CRI,2005,205164,214090 +CRI,2006,203678,212608 +CRI,2007,201878,210803 +CRI,2008,199795,208699 +CRI,2009,197317,206177 +CRI,2010,194286,203070 +CRI,2011,190848,199523 +CRI,2012,187087,195643 +CRI,2013,183188,191613 +CRI,2014,179600,187904 +CRI,2015,176802,185012 +CRI,2016,175007,183165 +CRI,2017,174023,182164 +CRI,2018,173661,181802 +CRI,2019,174000,182000 +CRI,2020,174000,182000 +CRI,2021,174000,182000 +CRI,2022,174000,183000 +CRI,2023,175000,183000 +CRI,2024,175000,183000 +CRI,2025,175000,183000 +CRI,2026,175000,183000 +CRI,2027,174000,182000 +CRI,2028,173000,181000 +CRI,2029,172000,180000 +CRI,2030,170000,178000 +CRI,2031,169000,177000 +CRI,2032,167000,175000 +CRI,2033,165000,173000 +CRI,2034,163000,170000 +CRI,2035,160000,168000 +CRI,2036,158000,166000 +CRI,2037,156000,164000 +CRI,2038,154000,161000 +CRI,2039,152000,159000 +CRI,2040,150000,157000 +CRI,2041,148000,156000 +CRI,2042,147000,154000 +CRI,2043,146000,153000 +CRI,2044,145000,152000 +CRI,2045,144000,151000 +CRI,2046,143000,150000 +CRI,2047,142000,149000 +CRI,2048,141000,148000 +CRI,2049,140000,146000 +CRI,2050,139000,145000 +CSS,1990,314265,319533 +CSS,1991,316626,321877 +CSS,1992,321572,326958 +CSS,1993,328180,333800 +CSS,1994,334459,340344 +CSS,1995,338443,344550 +CSS,1996,337161,342357 +CSS,1997,334306,338954 +CSS,1998,330751,335250 +CSS,1999,327810,332482 +CSS,2000,326397,331440 +CSS,2001,324134,332048 +CSS,2002,323168,333188 +CSS,2003,323289,334319 +CSS,2004,323904,335097 +CSS,2005,324390,335460 +CSS,2006,323717,334264 +CSS,2007,322324,332954 +CSS,2008,320171,331276 +CSS,2009,317396,328989 +CSS,2010,314047,325830 +CSS,2011,309695,321361 +CSS,2012,305099,316388 +CSS,2013,300461,311174 +CSS,2014,296117,306226 +CSS,2015,292321,301966 +CSS,2016,288143,297536 +CSS,2017,284739,294009 +CSS,2018,282037,291271 +CSS,2019,280100,288900 +CSS,2020,279800,288500 +CSS,2021,277600,287500 +CSS,2022,278400,287200 +CSS,2023,278400,288000 +CSS,2024,278200,290800 +CSS,2025,278100,292900 +CSS,2026,278000,290900 +CSS,2027,275800,289500 +CSS,2028,274700,286500 +CSS,2029,272600,286400 +CSS,2030,271500,284400 +CSS,2031,269300,282000 +CSS,2032,267200,279000 +CSS,2033,264100,274700 +CSS,2034,261700,273400 +CSS,2035,259500,271200 +CSS,2036,257400,267100 +CSS,2037,254100,264800 +CSS,2038,250800,262600 +CSS,2039,248600,258400 +CSS,2040,246200,256000 +CSS,2041,243100,252800 +CSS,2042,240900,249600 +CSS,2043,238700,248300 +CSS,2044,237300,245100 +CSS,2045,234200,243900 +CSS,2046,231000,241700 +CSS,2047,229900,238500 +CSS,2048,226700,237400 +CSS,2049,225500,236200 +CSS,2050,225400,233000 +CUB,1990,383668,402609 +CUB,1991,367596,384992 +CUB,1992,361513,377543 +CUB,1993,363155,377860 +CUB,1994,368921,382405 +CUB,1995,376651,389356 +CUB,1996,387469,401129 +CUB,1997,400258,415304 +CUB,1998,413844,430484 +CUB,1999,424836,442919 +CUB,2000,429157,448245 +CUB,2001,423696,444044 +CUB,2002,411042,432692 +CUB,2003,393109,416159 +CUB,2004,374999,399365 +CUB,2005,361738,386970 +CUB,2006,356021,380962 +CUB,2007,354097,378089 +CUB,2008,354763,377276 +CUB,2009,354964,375970 +CUB,2010,352100,372082 +CUB,2011,347381,366305 +CUB,2012,340633,359024 +CUB,2013,332502,350787 +CUB,2014,324231,342558 +CUB,2015,316739,335002 +CUB,2016,309687,327773 +CUB,2017,303625,321455 +CUB,2018,298541,316056 +CUB,2019,295000,312000 +CUB,2020,293000,310000 +CUB,2021,294000,311000 +CUB,2022,297000,314000 +CUB,2023,301000,318000 +CUB,2024,304000,321000 +CUB,2025,305000,322000 +CUB,2026,302000,319000 +CUB,2027,297000,314000 +CUB,2028,290000,306000 +CUB,2029,283000,299000 +CUB,2030,276000,292000 +CUB,2031,271000,286000 +CUB,2032,266000,281000 +CUB,2033,262000,277000 +CUB,2034,258000,273000 +CUB,2035,254000,269000 +CUB,2036,251000,265000 +CUB,2037,247000,261000 +CUB,2038,244000,257000 +CUB,2039,241000,254000 +CUB,2040,238000,251000 +CUB,2041,235000,248000 +CUB,2042,233000,246000 +CUB,2043,230000,243000 +CUB,2044,228000,241000 +CUB,2045,226000,239000 +CUB,2046,224000,237000 +CUB,2047,223000,235000 +CUB,2048,221000,234000 +CUB,2049,219000,232000 +CUB,2050,218000,230000 +CUW,1990,6158,6432 +CUW,1991,5986,6309 +CUW,1992,5911,6268 +CUW,1993,5933,6283 +CUW,1994,5999,6317 +CUW,1995,6118,6408 +CUW,1996,6248,6514 +CUW,1997,6384,6639 +CUW,1998,6354,6591 +CUW,1999,6169,6375 +CUW,2000,5941,6127 +CUW,2001,5653,5843 +CUW,2002,5587,5804 +CUW,2003,5611,5856 +CUW,2004,5583,5839 +CUW,2005,5553,5801 +CUW,2006,5499,5735 +CUW,2007,5416,5649 +CUW,2008,5285,5531 +CUW,2009,5153,5423 +CUW,2010,5140,5437 +CUW,2011,5123,5413 +CUW,2012,5141,5419 +CUW,2013,5200,5467 +CUW,2014,5263,5522 +CUW,2015,5300,5563 +CUW,2016,5323,5563 +CUW,2017,5285,5509 +CUW,2018,5191,5398 +CUW,2019,5100,5300 +CUW,2020,5100,5300 +CUW,2021,5100,5300 +CUW,2022,5100,5300 +CUW,2023,5100,5400 +CUW,2024,5100,5400 +CUW,2025,5100,5300 +CUW,2026,5000,5200 +CUW,2027,4900,5100 +CUW,2028,4800,5000 +CUW,2029,4600,4800 +CUW,2030,4500,4700 +CUW,2031,4500,4700 +CUW,2032,4500,4700 +CUW,2033,4500,4700 +CUW,2034,4500,4700 +CUW,2035,4600,4800 +CUW,2036,4600,4800 +CUW,2037,4600,4800 +CUW,2038,4600,4900 +CUW,2039,4700,4900 +CUW,2040,4700,4900 +CUW,2041,4700,4900 +CUW,2042,4700,4900 +CUW,2043,4700,4900 +CUW,2044,4700,4900 +CUW,2045,4700,4900 +CUW,2046,4700,4900 +CUW,2047,4700,4900 +CUW,2048,4700,4900 +CUW,2049,4700,4900 +CUW,2050,4700,4900 +CYM,1990,, +CYM,1991,, +CYM,1992,, +CYM,1993,, +CYM,1994,, +CYM,1995,, +CYM,1996,, +CYM,1997,, +CYM,1998,, +CYM,1999,, +CYM,2000,, +CYM,2001,, +CYM,2002,, +CYM,2003,, +CYM,2004,, +CYM,2005,, +CYM,2006,, +CYM,2007,, +CYM,2008,, +CYM,2009,, +CYM,2010,, +CYM,2011,, +CYM,2012,, +CYM,2013,, +CYM,2014,, +CYM,2015,, +CYM,2016,, +CYM,2017,, +CYM,2018,, +CYM,2019,, +CYM,2020,, +CYM,2021,, +CYM,2022,, +CYM,2023,, +CYM,2024,, +CYM,2025,, +CYM,2026,, +CYM,2027,, +CYM,2028,, +CYM,2029,, +CYM,2030,, +CYM,2031,, +CYM,2032,, +CYM,2033,, +CYM,2034,, +CYM,2035,, +CYM,2036,, +CYM,2037,, +CYM,2038,, +CYM,2039,, +CYM,2040,, +CYM,2041,, +CYM,2042,, +CYM,2043,, +CYM,2044,, +CYM,2045,, +CYM,2046,, +CYM,2047,, +CYM,2048,, +CYM,2049,, +CYM,2050,, +CYP,1990,28591,30334 +CYP,1991,29505,31366 +CYP,1992,30351,32300 +CYP,1993,31192,33252 +CYP,1994,31968,34142 +CYP,1995,32562,34786 +CYP,1996,33555,35879 +CYP,1997,34104,36408 +CYP,1998,34267,36527 +CYP,1999,34206,36444 +CYP,2000,34117,36346 +CYP,2001,34812,37324 +CYP,2002,35431,38070 +CYP,2003,35946,38566 +CYP,2004,36250,38700 +CYP,2005,36269,38398 +CYP,2006,36827,38961 +CYP,2007,36862,38900 +CYP,2008,36389,38275 +CYP,2009,35496,37244 +CYP,2010,34328,36015 +CYP,2011,33880,35517 +CYP,2012,33258,34929 +CYP,2013,32556,34434 +CYP,2014,31861,34010 +CYP,2015,31279,33571 +CYP,2016,31602,34017 +CYP,2017,31994,34344 +CYP,2018,32398,34630 +CYP,2019,33000,35000 +CYP,2020,33000,35000 +CYP,2021,33000,35000 +CYP,2022,34000,36000 +CYP,2023,34000,36000 +CYP,2024,34000,36000 +CYP,2025,34000,36000 +CYP,2026,34000,36000 +CYP,2027,34000,36000 +CYP,2028,33000,35000 +CYP,2029,33000,35000 +CYP,2030,33000,35000 +CYP,2031,32000,34000 +CYP,2032,32000,34000 +CYP,2033,31000,33000 +CYP,2034,30000,32000 +CYP,2035,30000,31000 +CYP,2036,29000,31000 +CYP,2037,29000,31000 +CYP,2038,28000,30000 +CYP,2039,28000,30000 +CYP,2040,28000,30000 +CYP,2041,28000,30000 +CYP,2042,28000,30000 +CYP,2043,28000,30000 +CYP,2044,28000,30000 +CYP,2045,28000,30000 +CYP,2046,28000,30000 +CYP,2047,28000,30000 +CYP,2048,28000,30000 +CYP,2049,28000,30000 +CYP,2050,28000,30000 +CZE,1990,434548,456028 +CZE,1991,419390,440038 +CZE,1992,399618,419382 +CZE,1993,375810,394599 +CZE,1994,352772,370656 +CZE,1995,335452,352727 +CZE,1996,324154,340937 +CZE,1997,318739,335383 +CZE,1998,317518,334264 +CZE,1999,317136,334010 +CZE,2000,314638,331477 +CZE,2001,311435,328094 +CZE,2002,307646,323996 +CZE,2003,303246,319266 +CZE,2004,297105,312892 +CZE,2005,287991,303676 +CZE,2006,275523,290265 +CZE,2007,260412,274383 +CZE,2008,244101,257474 +CZE,2009,228964,241798 +CZE,2010,218508,230835 +CZE,2011,213934,226208 +CZE,2012,214399,226620 +CZE,2013,218669,230860 +CZE,2014,225223,237501 +CZE,2015,232899,245457 +CZE,2016,242428,255334 +CZE,2017,252810,266231 +CZE,2018,263426,277456 +CZE,2019,272000,287000 +CZE,2020,277000,292000 +CZE,2021,279000,294000 +CZE,2022,278000,293000 +CZE,2023,274000,289000 +CZE,2024,270000,285000 +CZE,2025,267000,282000 +CZE,2026,267000,282000 +CZE,2027,268000,283000 +CZE,2028,269000,284000 +CZE,2029,270000,285000 +CZE,2030,269000,284000 +CZE,2031,267000,282000 +CZE,2032,263000,278000 +CZE,2033,259000,273000 +CZE,2034,254000,268000 +CZE,2035,249000,263000 +CZE,2036,246000,260000 +CZE,2037,242000,256000 +CZE,2038,239000,253000 +CZE,2039,236000,249000 +CZE,2040,234000,247000 +CZE,2041,232000,245000 +CZE,2042,230000,243000 +CZE,2043,229000,242000 +CZE,2044,228000,241000 +CZE,2045,228000,241000 +CZE,2046,229000,241000 +CZE,2047,230000,243000 +CZE,2048,231000,244000 +CZE,2049,233000,246000 +CZE,2050,234000,247000 +DEU,1990,1968173,2060768 +DEU,1991,2004495,2099997 +DEU,1992,2053458,2151680 +DEU,1993,2109376,2210354 +DEU,1994,2162333,2265860 +DEU,1995,2212207,2318008 +DEU,1996,2251057,2358444 +DEU,1997,2279627,2388167 +DEU,1998,2299530,2408848 +DEU,1999,2311044,2420991 +DEU,2000,2307324,2417586 +DEU,2001,2278038,2387745 +DEU,2002,2231016,2339675 +DEU,2003,2172258,2278452 +DEU,2004,2115199,2218162 +DEU,2005,2070704,2170974 +DEU,2006,2036398,2134996 +DEU,2007,2011657,2109478 +DEU,2008,1994693,2092285 +DEU,2009,1977613,2074966 +DEU,2010,1955534,2052451 +DEU,2011,1908498,2009432 +DEU,2012,1893393,1999066 +DEU,2013,1873860,1983462 +DEU,2014,1854529,1967635 +DEU,2015,1843539,1960204 +DEU,2016,1839974,1965455 +DEU,2017,1829976,1963088 +DEU,2018,1822200,1961567 +DEU,2019,1811000,1954000 +DEU,2020,1808000,1953000 +DEU,2021,1801000,1939000 +DEU,2022,1800000,1931000 +DEU,2023,1804000,1929000 +DEU,2024,1813000,1933000 +DEU,2025,1829000,1945000 +DEU,2026,1856000,1968000 +DEU,2027,1888000,1996000 +DEU,2028,1921000,2026000 +DEU,2029,1948000,2051000 +DEU,2030,1961000,2065000 +DEU,2031,1966000,2068000 +DEU,2032,1956000,2058000 +DEU,2033,1936000,2039000 +DEU,2034,1913000,2017000 +DEU,2035,1893000,1997000 +DEU,2036,1879000,1983000 +DEU,2037,1867000,1970000 +DEU,2038,1855000,1956000 +DEU,2039,1841000,1942000 +DEU,2040,1825000,1926000 +DEU,2041,1814000,1913000 +DEU,2042,1800000,1899000 +DEU,2043,1785000,1883000 +DEU,2044,1769000,1867000 +DEU,2045,1753000,1850000 +DEU,2046,1743000,1839000 +DEU,2047,1731000,1826000 +DEU,2048,1720000,1814000 +DEU,2049,1708000,1802000 +DEU,2050,1696000,1790000 +DJI,1990,37583,38209 +DJI,1991,38037,38688 +DJI,1992,37875,38541 +DJI,1993,37409,38081 +DJI,1994,37181,37866 +DJI,1995,37659,38374 +DJI,1996,39118,39898 +DJI,1997,41147,42030 +DJI,1998,43496,44490 +DJI,1999,45626,46684 +DJI,2000,47007,48060 +DJI,2001,47748,48663 +DJI,2002,47941,48651 +DJI,2003,47681,48270 +DJI,2004,47248,47957 +DJI,2005,46908,48046 +DJI,2006,45629,47963 +DJI,2007,44377,48247 +DJI,2008,43243,48715 +DJI,2009,42210,49122 +DJI,2010,41195,49315 +DJI,2011,41161,49746 +DJI,2012,41168,49984 +DJI,2013,41180,50075 +DJI,2014,41142,50059 +DJI,2015,40966,49942 +DJI,2016,40548,49741 +DJI,2017,40092,49464 +DJI,2018,39647,49129 +DJI,2019,39000,49000 +DJI,2020,40000,49000 +DJI,2021,41000,49000 +DJI,2022,43000,49000 +DJI,2023,45000,49000 +DJI,2024,47000,49000 +DJI,2025,48000,49000 +DJI,2026,49000,49000 +DJI,2027,49000,49000 +DJI,2028,49000,49000 +DJI,2029,49000,49000 +DJI,2030,48000,49000 +DJI,2031,48000,49000 +DJI,2032,48000,49000 +DJI,2033,48000,49000 +DJI,2034,47000,48000 +DJI,2035,47000,48000 +DJI,2036,47000,48000 +DJI,2037,46000,47000 +DJI,2038,46000,47000 +DJI,2039,46000,46000 +DJI,2040,45000,46000 +DJI,2041,45000,46000 +DJI,2042,45000,45000 +DJI,2043,44000,45000 +DJI,2044,44000,45000 +DJI,2045,44000,44000 +DJI,2046,43000,44000 +DJI,2047,43000,44000 +DJI,2048,43000,44000 +DJI,2049,43000,44000 +DJI,2050,43000,44000 +DMA,1990,, +DMA,1991,, +DMA,1992,, +DMA,1993,, +DMA,1994,, +DMA,1995,, +DMA,1996,, +DMA,1997,, +DMA,1998,, +DMA,1999,, +DMA,2000,, +DMA,2001,, +DMA,2002,, +DMA,2003,, +DMA,2004,, +DMA,2005,, +DMA,2006,, +DMA,2007,, +DMA,2008,, +DMA,2009,, +DMA,2010,, +DMA,2011,, +DMA,2012,, +DMA,2013,, +DMA,2014,, +DMA,2015,, +DMA,2016,, +DMA,2017,, +DMA,2018,, +DMA,2019,, +DMA,2020,, +DMA,2021,, +DMA,2022,, +DMA,2023,, +DMA,2024,, +DMA,2025,, +DMA,2026,, +DMA,2027,, +DMA,2028,, +DMA,2029,, +DMA,2030,, +DMA,2031,, +DMA,2032,, +DMA,2033,, +DMA,2034,, +DMA,2035,, +DMA,2036,, +DMA,2037,, +DMA,2038,, +DMA,2039,, +DMA,2040,, +DMA,2041,, +DMA,2042,, +DMA,2043,, +DMA,2044,, +DMA,2045,, +DMA,2046,, +DMA,2047,, +DMA,2048,, +DMA,2049,, +DMA,2050,, +DNK,1990,154230,161932 +DNK,1991,149064,156276 +DNK,1992,144015,150596 +DNK,1993,139305,145126 +DNK,1994,135630,140832 +DNK,1995,133954,139001 +DNK,1996,134225,139560 +DNK,1997,135991,142075 +DNK,1998,139096,146180 +DNK,1999,142983,151016 +DNK,2000,147276,155977 +DNK,2001,152148,161285 +DNK,2002,157152,166473 +DNK,2003,162115,171381 +DNK,2004,166456,175577 +DNK,2005,169443,178491 +DNK,2006,170774,179727 +DNK,2007,170640,179590 +DNK,2008,169696,178667 +DNK,2009,168333,177269 +DNK,2010,166922,175713 +DNK,2011,166299,175144 +DNK,2012,165082,173739 +DNK,2013,163557,171723 +DNK,2014,162090,169665 +DNK,2015,161288,168506 +DNK,2016,162467,169750 +DNK,2017,163940,171713 +DNK,2018,165521,174084 +DNK,2019,166000,175000 +DNK,2020,165000,175000 +DNK,2021,163000,173000 +DNK,2022,159000,169000 +DNK,2023,155000,164000 +DNK,2024,151000,159000 +DNK,2025,148000,156000 +DNK,2026,148000,155000 +DNK,2027,149000,156000 +DNK,2028,151000,158000 +DNK,2029,153000,161000 +DNK,2030,155000,163000 +DNK,2031,157000,165000 +DNK,2032,159000,168000 +DNK,2033,161000,170000 +DNK,2034,163000,171000 +DNK,2035,164000,173000 +DNK,2036,166000,175000 +DNK,2037,168000,177000 +DNK,2038,169000,178000 +DNK,2039,170000,179000 +DNK,2040,170000,179000 +DNK,2041,171000,180000 +DNK,2042,171000,180000 +DNK,2043,170000,180000 +DNK,2044,170000,179000 +DNK,2045,169000,178000 +DNK,2046,169000,178000 +DNK,2047,168000,177000 +DNK,2048,168000,176000 +DNK,2049,167000,176000 +DNK,2050,165000,174000 +DOM,1990,425708,430027 +DOM,1991,429604,434768 +DOM,1992,433851,439638 +DOM,1993,438401,444647 +DOM,1994,443160,449746 +DOM,1995,447964,454844 +DOM,1996,451565,459163 +DOM,1997,455360,463483 +DOM,1998,459208,467860 +DOM,1999,463168,472552 +DOM,2000,467441,477860 +DOM,2001,471924,483798 +DOM,2002,477158,490224 +DOM,2003,482813,496837 +DOM,2004,488150,502770 +DOM,2005,492328,507075 +DOM,2006,494515,509379 +DOM,2007,494875,510050 +DOM,2008,493577,509252 +DOM,2009,491348,507686 +DOM,2010,488914,505980 +DOM,2011,485606,503563 +DOM,2012,483169,501638 +DOM,2013,481511,500150 +DOM,2014,480415,499067 +DOM,2015,479706,498389 +DOM,2016,478115,496905 +DOM,2017,477318,496271 +DOM,2018,477253,496361 +DOM,2019,478000,497000 +DOM,2020,479000,498000 +DOM,2021,479000,499000 +DOM,2022,481000,500000 +DOM,2023,482000,502000 +DOM,2024,484000,504000 +DOM,2025,486000,506000 +DOM,2026,486000,506000 +DOM,2027,487000,507000 +DOM,2028,487000,507000 +DOM,2029,487000,507000 +DOM,2030,486000,506000 +DOM,2031,483000,503000 +DOM,2032,480000,499000 +DOM,2033,476000,495000 +DOM,2034,472000,491000 +DOM,2035,468000,487000 +DOM,2036,463000,483000 +DOM,2037,459000,478000 +DOM,2038,455000,474000 +DOM,2039,451000,470000 +DOM,2040,447000,466000 +DOM,2041,443000,462000 +DOM,2042,439000,458000 +DOM,2043,435000,454000 +DOM,2044,432000,451000 +DOM,2045,429000,447000 +DOM,2046,425000,444000 +DOM,2047,421000,440000 +DOM,2048,418000,437000 +DOM,2049,415000,434000 +DOM,2050,413000,431000 +DZA,1990,1660376,1730639 +DZA,1991,1705868,1777132 +DZA,1992,1748766,1820952 +DZA,1993,1788226,1861160 +DZA,1994,1823149,1897022 +DZA,1995,1852257,1927664 +DZA,1996,1875100,1951388 +DZA,1997,1892622,1970541 +DZA,1998,1903965,1983807 +DZA,1999,1908543,1989849 +DZA,2000,1906275,1987949 +DZA,2001,1900274,1982838 +DZA,2002,1886926,1969046 +DZA,2003,1867087,1947759 +DZA,2004,1838070,1916706 +DZA,2005,1795465,1871701 +DZA,2006,1741269,1813503 +DZA,2007,1675881,1744699 +DZA,2008,1605149,1671346 +DZA,2009,1538714,1603216 +DZA,2010,1484432,1548060 +DZA,2011,1439377,1501754 +DZA,2012,1410007,1471409 +DZA,2013,1395861,1456225 +DZA,2014,1400460,1460098 +DZA,2015,1430244,1490203 +DZA,2016,1487938,1549498 +DZA,2017,1569788,1634355 +DZA,2018,1669067,1737660 +DZA,2019,1773000,1846000 +DZA,2020,1872000,1949000 +DZA,2021,1964000,2045000 +DZA,2022,2049000,2134000 +DZA,2023,2127000,2216000 +DZA,2024,2199000,2292000 +DZA,2025,2265000,2361000 +DZA,2026,2329000,2427000 +DZA,2027,2382000,2482000 +DZA,2028,2425000,2526000 +DZA,2029,2452000,2554000 +DZA,2030,2456000,2559000 +DZA,2031,2438000,2540000 +DZA,2032,2399000,2499000 +DZA,2033,2345000,2443000 +DZA,2034,2285000,2382000 +DZA,2035,2229000,2323000 +DZA,2036,2179000,2271000 +DZA,2037,2133000,2224000 +DZA,2038,2091000,2181000 +DZA,2039,2053000,2142000 +DZA,2040,2019000,2106000 +DZA,2041,1991000,2078000 +DZA,2042,1969000,2055000 +DZA,2043,1953000,2039000 +DZA,2044,1943000,2029000 +DZA,2045,1940000,2026000 +DZA,2046,1944000,2031000 +DZA,2047,1956000,2043000 +DZA,2048,1972000,2060000 +DZA,2049,1992000,2082000 +DZA,2050,2014000,2105000 +EAP,1990,73257975,76957465 +EAP,1991,72378310,76017397 +EAP,1992,72473203,76104940 +EAP,1993,73321854,76993973 +EAP,1994,74764946,78526923 +EAP,1995,76831917,80744285 +EAP,1996,79924947,84079259 +EAP,1997,83484278,87946046 +EAP,1998,87142716,91954147 +EAP,1999,89959890,95116334 +EAP,2000,90911008,96363596 +EAP,2001,89767021,95437819 +EAP,2002,86945590,92802295 +EAP,2003,82919945,88936229 +EAP,2004,78791741,84952232 +EAP,2005,75577960,81869996 +EAP,2006,73103997,79464124 +EAP,2007,71462171,77898796 +EAP,2008,70474279,76994552 +EAP,2009,69719488,76337608 +EAP,2010,68895981,75634518 +EAP,2011,68084040,74944215 +EAP,2012,67331707,74309915 +EAP,2013,66658948,73751034 +EAP,2014,66135566,73342130 +EAP,2015,65808522,73137267 +EAP,2016,65619776,73089434 +EAP,2017,65612385,73228671 +EAP,2018,65709708,73458540 +EAP,2019,65884800,73722800 +EAP,2020,66172100,74035200 +EAP,2021,66614200,74453400 +EAP,2022,67136300,74887600 +EAP,2023,67683400,75301700 +EAP,2024,68132300,75587700 +EAP,2025,68353500,75642800 +EAP,2026,68370400,75489800 +EAP,2027,68152500,75104900 +EAP,2028,67747700,74514900 +EAP,2029,67216800,73787900 +EAP,2030,66601000,72961900 +EAP,2031,65937000,72063900 +EAP,2032,65193000,71078900 +EAP,2033,64394200,70032000 +EAP,2034,63584200,68982100 +EAP,2035,62829300,67996100 +EAP,2036,62177300,67123100 +EAP,2037,61588200,66333200 +EAP,2038,61063300,65616200 +EAP,2039,60578300,64947200 +EAP,2040,60118400,64307300 +EAP,2041,59747400,63749200 +EAP,2042,59423300,63238200 +EAP,2043,59131400,62775200 +EAP,2044,58852300,62350200 +EAP,2045,58566300,61968200 +EAP,2046,58304300,61640200 +EAP,2047,58040200,61354100 +EAP,2048,57774300,61095100 +EAP,2049,57512300,60852200 +EAP,2050,57254400,60613200 +EAR,1990,115737555,121944437 +EAR,1991,118309010,124795614 +EAR,1992,121045926,127826441 +EAR,1993,123875460,130967881 +EAR,1994,126633804,134038994 +EAR,1995,129138465,136829033 +EAR,1996,131300834,139196185 +EAR,1997,133230390,141297354 +EAR,1998,134930714,143158105 +EAR,1999,136398746,144808095 +EAR,2000,137595684,146231648 +EAR,2001,138485470,147317131 +EAR,2002,139248847,148319678 +EAR,2003,139936868,149274636 +EAR,2004,140620198,150232219 +EAR,2005,141337566,151213360 +EAR,2006,141812344,151898634 +EAR,2007,142377541,152680186 +EAR,2008,143020415,153527761 +EAR,2009,143699558,154401085 +EAR,2010,144367217,155264345 +EAR,2011,144850865,155921164 +EAR,2012,145301634,156522631 +EAR,2013,145742731,157089814 +EAR,2014,146204316,157635001 +EAR,2015,146715954,158161543 +EAR,2016,147268650,158583763 +EAR,2017,147889778,159017089 +EAR,2018,148564416,159457148 +EAR,2019,149220900,159873100 +EAR,2020,149760300,160221600 +EAR,2021,150184500,160507900 +EAR,2022,150527600,160762200 +EAR,2023,150788800,160973300 +EAR,2024,151024700,161161300 +EAR,2025,151247900,161343400 +EAR,2026,151496800,161565500 +EAR,2027,151732900,161806500 +EAR,2028,151948100,162022500 +EAR,2029,152099200,162180500 +EAR,2030,152132400,162221500 +EAR,2031,152071300,162183400 +EAR,2032,151904300,162029400 +EAR,2033,151659400,161783400 +EAR,2034,151357300,161456400 +EAR,2035,151023300,161069300 +EAR,2036,150684300,160657300 +EAR,2037,150318100,160196300 +EAR,2038,149944100,159696200 +EAR,2039,149552000,159163100 +EAR,2040,149131000,158610100 +EAR,2041,148739000,158112900 +EAR,2042,148347800,157614900 +EAR,2043,147945900,157116800 +EAR,2044,147528700,156585800 +EAR,2045,147068700,156014800 +EAR,2046,146599700,155446700 +EAR,2047,146113600,154863600 +EAR,2048,145610700,154254600 +EAR,2049,145092700,153625700 +EAR,2050,144557800,152978700 +EAS,1990,81395969,85553255 +EAS,1991,80379722,84470340 +EAS,1992,80361248,84441342 +EAS,1993,81118563,85237380 +EAS,1994,82468880,86677413 +EAS,1995,84406638,88767918 +EAS,1996,87335170,91947583 +EAS,1997,90697920,95632017 +EAS,1998,94146070,99444397 +EAS,1999,96766759,102422492 +EAS,2000,97582681,103546951 +EAS,2001,96376808,102569889 +EAS,2002,93537703,99926062 +EAS,2003,89521951,96076611 +EAS,2004,85401848,92102925 +EAS,2005,82169382,88997715 +EAS,2006,79676264,86565386 +EAS,2007,77987710,84938308 +EAS,2008,76944796,83958943 +EAS,2009,76108206,83196794 +EAS,2010,75181874,82369654 +EAS,2011,74264744,81558866 +EAS,2012,73384972,80782472 +EAS,2013,72562998,80058420 +EAS,2014,71894480,79487142 +EAS,2015,71451267,79149281 +EAS,2016,71198607,79024963 +EAS,2017,71159586,79124262 +EAS,2018,71247457,79339071 +EAS,2019,71418300,79593700 +EAS,2020,71699600,79897000 +EAS,2021,72158600,80329200 +EAS,2022,72697700,80780400 +EAS,2023,73257800,81204500 +EAS,2024,73706400,81488500 +EAS,2025,73898300,81511600 +EAS,2026,73875100,81313600 +EAS,2027,73587200,80855600 +EAS,2028,73094600,80171600 +EAS,2029,72468900,79345600 +EAS,2030,71770200,78429600 +EAS,2031,71042200,77466600 +EAS,2032,70246100,76423600 +EAS,2033,69400100,75325700 +EAS,2034,68547000,74227800 +EAS,2035,67747000,73197600 +EAS,2036,67072900,72300600 +EAS,2037,66466700,71489600 +EAS,2038,65925800,70754400 +EAS,2039,65425700,70067300 +EAS,2040,64946600,69409400 +EAS,2041,64574600,68847100 +EAS,2042,64247400,68334000 +EAS,2043,63949300,67862000 +EAS,2044,63660200,67424800 +EAS,2045,63355000,67023700 +EAS,2046,63085000,66686600 +EAS,2047,62806700,66383300 +EAS,2048,62519700,66101300 +EAS,2049,62232600,65832200 +EAS,2050,61950600,65571100 +ECA,1990,16099138,16560935 +ECA,1991,16267593,16736972 +ECA,1992,16459540,16946915 +ECA,1993,16655760,17167347 +ECA,1994,16825271,17361975 +ECA,1995,16977350,17538278 +ECA,1996,17151541,17740033 +ECA,1997,17303569,17919798 +ECA,1998,17416146,18058512 +ECA,1999,17416236,18080450 +ECA,2000,17235126,17913715 +ECA,2001,16819941,17489917 +ECA,2002,16237134,16897373 +ECA,2003,15557216,16211367 +ECA,2004,14871673,15523519 +ECA,2005,14263962,14914941 +ECA,2006,13763117,14406406 +ECA,2007,13320056,13953571 +ECA,2008,12929382,13550681 +ECA,2009,12591841,13202941 +ECA,2010,12311100,12918940 +ECA,2011,12118965,12723000 +ECA,2012,12017562,12625008 +ECA,2013,12008692,12625206 +ECA,2014,12076050,12705009 +ECA,2015,12219844,12864359 +ECA,2016,12429953,13093084 +ECA,2017,12703833,13389944 +ECA,2018,13018660,13729194 +ECA,2019,13340000,14073000 +ECA,2020,13651000,14406000 +ECA,2021,13948000,14723000 +ECA,2022,14226000,15017000 +ECA,2023,14465000,15277000 +ECA,2024,14658000,15485000 +ECA,2025,14778000,15613000 +ECA,2026,14837000,15674000 +ECA,2027,14820000,15653000 +ECA,2028,14742000,15570000 +ECA,2029,14621000,15438000 +ECA,2030,14456000,15266000 +ECA,2031,14256000,15048000 +ECA,2032,14012000,14789000 +ECA,2033,13742000,14497000 +ECA,2034,13467000,14203000 +ECA,2035,13202000,13923000 +ECA,2036,12962000,13665000 +ECA,2037,12743000,13431000 +ECA,2038,12549000,13224000 +ECA,2039,12378000,13047000 +ECA,2040,12238000,12902000 +ECA,2041,12133000,12792000 +ECA,2042,12067000,12721000 +ECA,2043,12032000,12679000 +ECA,2044,12017000,12667000 +ECA,2045,12023000,12674000 +ECA,2046,12048000,12702000 +ECA,2047,12093000,12748000 +ECA,2048,12149000,12807000 +ECA,2049,12214000,12874000 +ECA,2050,12270000,12935000 +ECS,1990,30839309,32020294 +ECS,1991,30899735,32078969 +ECS,1992,31018328,32212705 +ECS,1993,31167147,32387514 +ECS,1994,31290753,32540212 +ECS,1995,31385434,32663632 +ECS,1996,31485181,32784931 +ECS,1997,31555055,32879083 +ECS,1998,31579010,32927265 +ECS,1999,31487220,32857907 +ECS,2000,31190607,32578810 +ECS,2001,30665718,32039202 +ECS,2002,29966142,31326753 +ECS,2003,29162203,30512529 +ECS,2004,28344820,29686363 +ECS,2005,27589035,28921527 +ECS,2006,26942574,28262832 +ECS,2007,26348947,27656362 +ECS,2008,25812260,27101682 +ECS,2009,25333888,26605143 +ECS,2010,24925660,26187572 +ECS,2011,24601997,25856334 +ECS,2012,24421808,25683022 +ECS,2013,24364430,25641734 +ECS,2014,24417032,25715758 +ECS,2015,24590339,25916187 +ECS,2016,24905635,26255805 +ECS,2017,25307065,26692247 +ECS,2018,25772041,27198019 +ECS,2019,26211100,27674400 +ECS,2020,26587100,28089400 +ECS,2021,26917200,28429400 +ECS,2022,27175200,28693400 +ECS,2023,27354300,28883500 +ECS,2024,27465400,28997500 +ECS,2025,27500500,29036500 +ECS,2026,27487500,29012500 +ECS,2027,27392500,28907500 +ECS,2028,27226400,28724600 +ECS,2029,27008400,28489600 +ECS,2030,26740300,28210600 +ECS,2031,26456300,27902600 +ECS,2032,26128400,27550600 +ECS,2033,25769400,27165600 +ECS,2034,25401400,26774700 +ECS,2035,25040400,26400600 +ECS,2036,24734400,26067700 +ECS,2037,24450500,25761700 +ECS,2038,24182500,25478700 +ECS,2039,23942500,25227700 +ECS,2040,23734400,25015700 +ECS,2041,23593500,24859700 +ECS,2042,23491500,24751700 +ECS,2043,23420500,24673700 +ECS,2044,23375500,24628700 +ECS,2045,23352400,24612700 +ECS,2046,23385500,24643700 +ECS,2047,23436500,24694700 +ECS,2048,23503500,24763700 +ECS,2049,23572500,24839700 +ECS,2050,23626500,24902700 +ECU,1990,590561,607545 +ECU,1991,599022,617158 +ECU,1992,608104,627570 +ECU,1993,617591,638469 +ECU,1994,627175,649364 +ECU,1995,636649,659874 +ECU,1996,646755,670818 +ECU,1997,656831,681509 +ECU,1998,666713,691818 +ECU,1999,676117,701597 +ECU,2000,684697,710618 +ECU,2001,692627,718881 +ECU,2002,700025,726760 +ECU,2003,706899,734192 +ECU,2004,713723,741623 +ECU,2005,721110,749701 +ECU,2006,729081,758493 +ECU,2007,737497,767853 +ECU,2008,745860,777189 +ECU,2009,752963,785154 +ECU,2010,757597,790408 +ECU,2011,759893,792826 +ECU,2012,759967,792882 +ECU,2013,758629,791401 +ECU,2014,757260,789893 +ECU,2015,756875,789499 +ECU,2016,757573,789941 +ECU,2017,758549,790943 +ECU,2018,759415,792043 +ECU,2019,760000,793000 +ECU,2020,761000,794000 +ECU,2021,764000,798000 +ECU,2022,769000,803000 +ECU,2023,774000,808000 +ECU,2024,779000,814000 +ECU,2025,785000,820000 +ECU,2026,791000,826000 +ECU,2027,796000,832000 +ECU,2028,802000,838000 +ECU,2029,806000,843000 +ECU,2030,809000,846000 +ECU,2031,811000,848000 +ECU,2032,811000,849000 +ECU,2033,810000,847000 +ECU,2034,808000,845000 +ECU,2035,805000,843000 +ECU,2036,803000,841000 +ECU,2037,800000,838000 +ECU,2038,797000,834000 +ECU,2039,793000,831000 +ECU,2040,790000,827000 +ECU,2041,787000,824000 +ECU,2042,784000,821000 +ECU,2043,782000,819000 +ECU,2044,779000,816000 +ECU,2045,776000,813000 +ECU,2046,773000,810000 +ECU,2047,771000,808000 +ECU,2048,768000,805000 +ECU,2049,765000,802000 +ECU,2050,762000,799000 +EGY,1990,3164031,3342533 +EGY,1991,3268473,3454694 +EGY,1992,3380358,3572895 +EGY,1993,3496308,3691857 +EGY,1994,3612117,3808231 +EGY,1995,3724630,3921107 +EGY,1996,3836195,4037370 +EGY,1997,3938268,4144774 +EGY,1998,4029677,4241540 +EGY,1999,4102540,4319158 +EGY,2000,4145053,4365352 +EGY,2001,4151256,4370155 +EGY,2002,4131752,4349197 +EGY,2003,4093471,4309279 +EGY,2004,4053525,4267792 +EGY,2005,4029213,4242594 +EGY,2006,4027884,4240712 +EGY,2007,4042913,4256989 +EGY,2008,4070394,4286819 +EGY,2009,4099206,4318567 +EGY,2010,4119559,4342355 +EGY,2011,4138644,4369132 +EGY,2012,4152131,4390430 +EGY,2013,4166477,4411587 +EGY,2014,4190987,4441976 +EGY,2015,4231022,4487408 +EGY,2016,4273132,4532911 +EGY,2017,4336655,4600839 +EGY,2018,4419593,4689099 +EGY,2019,4534000,4810000 +EGY,2020,4698000,4986000 +EGY,2021,4929000,5234000 +EGY,2022,5201000,5525000 +EGY,2023,5495000,5840000 +EGY,2024,5766000,6128000 +EGY,2025,5967000,6340000 +EGY,2026,6096000,6471000 +EGY,2027,6157000,6530000 +EGY,2028,6167000,6532000 +EGY,2029,6153000,6509000 +EGY,2030,6139000,6488000 +EGY,2031,6122000,6467000 +EGY,2032,6100000,6443000 +EGY,2033,6076000,6417000 +EGY,2034,6051000,6391000 +EGY,2035,6027000,6367000 +EGY,2036,6010000,6348000 +EGY,2037,6001000,6338000 +EGY,2038,6001000,6337000 +EGY,2039,6011000,6348000 +EGY,2040,6037000,6375000 +EGY,2041,6082000,6422000 +EGY,2042,6144000,6487000 +EGY,2043,6218000,6566000 +EGY,2044,6299000,6651000 +EGY,2045,6383000,6740000 +EGY,2046,6474000,6837000 +EGY,2047,6567000,6935000 +EGY,2048,6658000,7032000 +EGY,2049,6743000,7122000 +EGY,2050,6816000,7199000 +EMU,1990,9775819,10251359 +EMU,1991,9678784,10151054 +EMU,1992,9614654,10086760 +EMU,1993,9570826,10044640 +EMU,1994,9526104,10001950 +EMU,1995,9474031,9951439 +EMU,1996,9416128,9889899 +EMU,1997,9350683,9821092 +EMU,1998,9277842,9745107 +EMU,1999,9203095,9668443 +EMU,2000,9123110,9588237 +EMU,2001,9036733,9492285 +EMU,2002,8947343,9396671 +EMU,2003,8858948,9303031 +EMU,2004,8776413,9215198 +EMU,2005,8700529,9134037 +EMU,2006,8636455,9074920 +EMU,2007,8589581,9032207 +EMU,2008,8559177,9002443 +EMU,2009,8532179,8972975 +EMU,2010,8506357,8944720 +EMU,2011,8450841,8892640 +EMU,2012,8436546,8886792 +EMU,2013,8438044,8898699 +EMU,2014,8450111,8921740 +EMU,2015,8472710,8956091 +EMU,2016,8513335,9004072 +EMU,2017,8549509,9050756 +EMU,2018,8593962,9107134 +EMU,2019,8621000,9143000 +EMU,2020,8628000,9159000 +EMU,2021,8614000,9134000 +EMU,2022,8579000,9086000 +EMU,2023,8527000,9025000 +EMU,2024,8463000,8950000 +EMU,2025,8397000,8880000 +EMU,2026,8330000,8801000 +EMU,2027,8265000,8725000 +EMU,2028,8190000,8640000 +EMU,2029,8114000,8559000 +EMU,2030,8037000,8477000 +EMU,2031,7969000,8400000 +EMU,2032,7901000,8324000 +EMU,2033,7833000,8253000 +EMU,2034,7767000,8185000 +EMU,2035,7705000,8123000 +EMU,2036,7657000,8071000 +EMU,2037,7618000,8027000 +EMU,2038,7576000,7985000 +EMU,2039,7542000,7948000 +EMU,2040,7510000,7916000 +EMU,2041,7493000,7891000 +EMU,2042,7477000,7877000 +EMU,2043,7464000,7865000 +EMU,2044,7456000,7855000 +EMU,2045,7446000,7850000 +EMU,2046,7451000,7852000 +EMU,2047,7454900,7854000 +EMU,2048,7460800,7859000 +EMU,2049,7460700,7863000 +EMU,2050,7458600,7863000 +ERI,1990,138173,139939 +ERI,1991,140163,141632 +ERI,1992,143570,144796 +ERI,1993,148536,149654 +ERI,1994,154856,156050 +ERI,1995,162117,163532 +ERI,1996,165654,166984 +ERI,1997,169453,170779 +ERI,1998,173835,175249 +ERI,1999,178815,180387 +ERI,2000,183923,185686 +ERI,2001,186446,188530 +ERI,2002,187089,189420 +ERI,2003,185446,187910 +ERI,2004,181538,184050 +ERI,2005,175681,178250 +ERI,2006,171030,173689 +ERI,2007,165940,168857 +ERI,2008,160742,164060 +ERI,2009,156898,160721 +ERI,2010,156168,160556 +ERI,2011,159543,164382 +ERI,2012,, +ERI,2013,, +ERI,2014,, +ERI,2015,, +ERI,2016,, +ERI,2017,, +ERI,2018,, +ERI,2019,, +ERI,2020,, +ERI,2021,, +ERI,2022,, +ERI,2023,, +ERI,2024,, +ERI,2025,, +ERI,2026,, +ERI,2027,, +ERI,2028,, +ERI,2029,, +ERI,2030,, +ERI,2031,, +ERI,2032,, +ERI,2033,, +ERI,2034,, +ERI,2035,, +ERI,2036,, +ERI,2037,, +ERI,2038,, +ERI,2039,, +ERI,2040,, +ERI,2041,, +ERI,2042,, +ERI,2043,, +ERI,2044,, +ERI,2045,, +ERI,2046,, +ERI,2047,, +ERI,2048,, +ERI,2049,, +ERI,2050,, +ESP,1990,1544685,1624954 +ESP,1991,1496412,1574061 +ESP,1992,1439859,1514732 +ESP,1993,1375462,1447318 +ESP,1994,1310055,1379042 +ESP,1995,1250844,1317647 +ESP,1996,1198019,1263904 +ESP,1997,1152242,1217794 +ESP,1998,1112378,1177805 +ESP,1999,1076670,1141879 +ESP,2000,1045160,1109955 +ESP,2001,1022934,1085672 +ESP,2002,1013878,1075288 +ESP,2003,1014447,1074770 +ESP,2004,1016884,1075974 +ESP,2005,1018044,1075817 +ESP,2006,1023100,1083371 +ESP,2007,1032260,1094346 +ESP,2008,1044805,1106778 +ESP,2009,1056737,1116523 +ESP,2010,1068309,1124906 +ESP,2011,1070356,1126869 +ESP,2012,1069256,1126429 +ESP,2013,1064517,1122782 +ESP,2014,1064445,1124824 +ESP,2015,1075543,1139914 +ESP,2016,1099404,1166054 +ESP,2017,1131976,1202817 +ESP,2018,1168416,1244611 +ESP,2019,1195000,1276000 +ESP,2020,1206000,1289000 +ESP,2021,1202000,1285000 +ESP,2022,1183000,1264000 +ESP,2023,1153000,1229000 +ESP,2024,1120000,1191000 +ESP,2025,1089000,1157000 +ESP,2026,1062000,1128000 +ESP,2027,1037000,1101000 +ESP,2028,1014000,1077000 +ESP,2029,992000,1054000 +ESP,2030,972000,1033000 +ESP,2031,955000,1015000 +ESP,2032,941000,1000000 +ESP,2033,929000,987000 +ESP,2034,917000,974000 +ESP,2035,906000,962000 +ESP,2036,897000,952000 +ESP,2037,888000,943000 +ESP,2038,879000,934000 +ESP,2039,872000,926000 +ESP,2040,866000,920000 +ESP,2041,863000,917000 +ESP,2042,862000,916000 +ESP,2043,862000,916000 +ESP,2044,863000,917000 +ESP,2045,864000,918000 +ESP,2046,869000,923000 +ESP,2047,873000,927000 +ESP,2048,878000,932000 +ESP,2049,882000,937000 +ESP,2050,886000,941000 +EST,1990,54525,56653 +EST,1991,54308,56402 +EST,1992,53706,55686 +EST,1993,52989,54830 +EST,1994,52631,54443 +EST,1995,52444,54437 +EST,1996,52190,54449 +EST,1997,51853,54587 +EST,1998,51341,54664 +EST,1999,51041,54924 +EST,2000,50172,54383 +EST,2001,48557,52584 +EST,2002,46319,49958 +EST,2003,43643,46782 +EST,2004,40872,43533 +EST,2005,38271,40573 +EST,2006,35720,37733 +EST,2007,33403,35232 +EST,2008,31375,33111 +EST,2009,29747,31440 +EST,2010,28686,30362 +EST,2011,28246,29839 +EST,2012,28421,29961 +EST,2013,29077,30606 +EST,2014,30024,31603 +EST,2015,31196,32900 +EST,2016,32321,34149 +EST,2017,33508,35509 +EST,2018,34707,36877 +EST,2019,36000,38000 +EST,2020,36000,38000 +EST,2021,37000,39000 +EST,2022,37000,39000 +EST,2023,37000,38000 +EST,2024,36000,38000 +EST,2025,36000,38000 +EST,2026,35000,37000 +EST,2027,35000,37000 +EST,2028,34000,36000 +EST,2029,33000,36000 +EST,2030,33000,35000 +EST,2031,32000,35000 +EST,2032,32000,34000 +EST,2033,32000,34000 +EST,2034,31000,33000 +EST,2035,31000,33000 +EST,2036,30000,32000 +EST,2037,30000,32000 +EST,2038,29000,31000 +EST,2039,29000,30000 +EST,2040,28000,30000 +EST,2041,28000,29000 +EST,2042,27000,29000 +EST,2043,27000,28000 +EST,2044,26000,28000 +EST,2045,26000,28000 +EST,2046,26000,28000 +EST,2047,26000,28000 +EST,2048,26000,28000 +EST,2049,26000,28000 +EST,2050,26000,28000 +ETH,1990,2940484,2960399 +ETH,1991,3053609,3069423 +ETH,1992,3187113,3207922 +ETH,1993,3340708,3374363 +ETH,1994,3502653,3551894 +ETH,1995,3655535,3718042 +ETH,1996,3777139,3841208 +ETH,1997,3883079,3946662 +ETH,1998,3978536,4041763 +ETH,1999,4074511,4138660 +ETH,2000,4178482,4244188 +ETH,2001,4270472,4337480 +ETH,2002,4392837,4461519 +ETH,2003,4545472,4615473 +ETH,2004,4722646,4794960 +ETH,2005,4917255,4995093 +ETH,2006,5113361,5207800 +ETH,2007,5316424,5427312 +ETH,2008,5520085,5644673 +ETH,2009,5715287,5849624 +ETH,2010,5892222,6032211 +ETH,2011,6041679,6178840 +ETH,2012,6170670,6304552 +ETH,2013,6283092,6412986 +ETH,2014,6383534,6509438 +ETH,2015,6473282,6596493 +ETH,2016,6552324,6676744 +ETH,2017,6625088,6753370 +ETH,2018,6694411,6828199 +ETH,2019,6768000,6908000 +ETH,2020,6854000,6999000 +ETH,2021,6958000,7109000 +ETH,2022,7078000,7236000 +ETH,2023,7209000,7374000 +ETH,2024,7345000,7516000 +ETH,2025,7479000,7656000 +ETH,2026,7615000,7796000 +ETH,2027,7751000,7936000 +ETH,2028,7885000,8075000 +ETH,2029,8017000,8210000 +ETH,2030,8143000,8340000 +ETH,2031,8266000,8465000 +ETH,2032,8382000,8584000 +ETH,2033,8491000,8696000 +ETH,2034,8592000,8799000 +ETH,2035,8684000,8893000 +ETH,2036,8768000,8979000 +ETH,2037,8843000,9056000 +ETH,2038,8910000,9125000 +ETH,2039,8969000,9186000 +ETH,2040,9022000,9241000 +ETH,2041,9072000,9292000 +ETH,2042,9117000,9339000 +ETH,2043,9156000,9381000 +ETH,2044,9193000,9419000 +ETH,2045,9226000,9453000 +ETH,2046,9260000,9489000 +ETH,2047,9293000,9524000 +ETH,2048,9324000,9558000 +ETH,2049,9355000,9591000 +ETH,2050,9387000,9624000 +EUU,1990,15715530,16484374 +EUU,1991,15569465,16327631 +EUU,1992,15448720,16201790 +EUU,1993,15355718,16108231 +EUU,1994,15269471,16023652 +EUU,1995,15186798,15943602 +EUU,1996,15105899,15856244 +EUU,1997,15031222,15777835 +EUU,1998,14958151,15702771 +EUU,1999,14874147,15619048 +EUU,2000,14743062,15489963 +EUU,2001,14574160,15312155 +EUU,2002,14376276,15107582 +EUU,2003,14170591,14894483 +EUU,2004,13960654,14674983 +EUU,2005,13751322,14454734 +EUU,2006,13562222,14259128 +EUU,2007,13380729,14072439 +EUU,2008,13214757,13899032 +EUU,2009,13064197,13739838 +EUU,2010,12929822,13599446 +EUU,2011,12788211,13454626 +EUU,2012,12703478,13374301 +EUU,2013,12652004,13331122 +EUU,2014,12637268,13326539 +EUU,2015,12670688,13372181 +EUU,2016,12780567,13488762 +EUU,2017,12918365,13639037 +EUU,2018,13082548,13819586 +EUU,2019,13211000,13963000 +EUU,2020,13281000,14049000 +EUU,2021,13304000,14060000 +EUU,2022,13267000,14012000 +EUU,2023,13184000,13919000 +EUU,2024,13081000,13803000 +EUU,2025,12981000,13698000 +EUU,2026,12894000,13600000 +EUU,2027,12811000,13507000 +EUU,2028,12717000,13401000 +EUU,2029,12617000,13296000 +EUU,2030,12510000,13184000 +EUU,2031,12417000,13082000 +EUU,2032,12320000,12978000 +EUU,2033,12221000,12872000 +EUU,2034,12118000,12766000 +EUU,2035,12015000,12663000 +EUU,2036,11937000,12579000 +EUU,2037,11865000,12498000 +EUU,2038,11785000,12416000 +EUU,2039,11712000,12337000 +EUU,2040,11641000,12267000 +EUU,2041,11599000,12214000 +EUU,2042,11558000,12173000 +EUU,2043,11519000,12135000 +EUU,2044,11488000,12101000 +EUU,2045,11459000,12077000 +EUU,2046,11463000,12076000 +EUU,2047,11465900,12077000 +EUU,2048,11475800,12085000 +EUU,2049,11478700,12095000 +EUU,2050,11475600,12095000 +FCS,1990,16130226,16373493 +FCS,1991,16560453,16818055 +FCS,1992,17034271,17315253 +FCS,1993,17535066,17840760 +FCS,1994,18033081,18359047 +FCS,1995,18497552,18837858 +FCS,1996,18919419,19276655 +FCS,1997,19324525,19696845 +FCS,1998,19724317,20111694 +FCS,1999,20135180,20539563 +FCS,2000,20555839,20978848 +FCS,2001,20978941,21402540 +FCS,2002,21434310,21865706 +FCS,2003,21918937,22361166 +FCS,2004,22425118,22877080 +FCS,2005,22940901,23398839 +FCS,2006,23437363,23903625 +FCS,2007,23978909,24452842 +FCS,2008,24558297,25040166 +FCS,2009,25163621,25658171 +FCS,2010,25781155,26297030 +FCS,2011,26356792,26877145 +FCS,2012,26944191,27481842 +FCS,2013,27538550,28103013 +FCS,2014,28133410,28728924 +FCS,2015,28720228,29346483 +FCS,2016,29295121,29949366 +FCS,2017,29887081,30569933 +FCS,2018,30499243,31210078 +FCS,2019,31131100,31869500 +FCS,2020,31759400,32525800 +FCS,2021,32368500,33160000 +FCS,2022,33000500,33818200 +FCS,2023,33642500,34492300 +FCS,2024,34282400,35159300 +FCS,2025,34902500,35803400 +FCS,2026,35481500,36397500 +FCS,2027,36047600,36975600 +FCS,2028,36590800,37537700 +FCS,2029,37137000,38092700 +FCS,2030,37676200,38640800 +FCS,2031,38210200,39176800 +FCS,2032,38746200,39720800 +FCS,2033,39283400,40262900 +FCS,2034,39814400,40799000 +FCS,2035,40338500,41328000 +FCS,2036,40859500,41847000 +FCS,2037,41373400,42374000 +FCS,2038,41899400,42899000 +FCS,2039,42413400,43422000 +FCS,2040,42915400,43930000 +FCS,2041,43418400,44436900 +FCS,2042,43919300,44941900 +FCS,2043,44413300,45445800 +FCS,2044,44904200,45940800 +FCS,2045,45374200,46412700 +FCS,2046,45831200,46877700 +FCS,2047,46283100,47336600 +FCS,2048,46721100,47783600 +FCS,2049,47148100,48211700 +FCS,2050,47552200,48623700 +FIN,1990,158988,166175 +FIN,1991,160967,168215 +FIN,1992,161983,169325 +FIN,1993,162132,169595 +FIN,1994,161843,169422 +FIN,1995,161271,168925 +FIN,1996,160054,167700 +FIN,1997,158521,166099 +FIN,1998,156782,164244 +FIN,1999,155373,162686 +FIN,2000,154964,162105 +FIN,2001,155834,162784 +FIN,2002,157613,164350 +FIN,2003,159859,166372 +FIN,2004,161578,167904 +FIN,2005,161706,167912 +FIN,2006,160320,166432 +FIN,2007,157331,163426 +FIN,2008,153168,159339 +FIN,2009,148884,155175 +FIN,2010,145450,151854 +FIN,2011,143274,149860 +FIN,2012,142050,148721 +FIN,2013,141674,148299 +FIN,2014,141896,148399 +FIN,2015,142575,148980 +FIN,2016,143940,150474 +FIN,2017,145793,152479 +FIN,2018,147965,154763 +FIN,2019,150000,157000 +FIN,2020,152000,159000 +FIN,2021,153000,160000 +FIN,2022,154000,161000 +FIN,2023,154000,161000 +FIN,2024,153000,161000 +FIN,2025,152000,159000 +FIN,2026,149000,157000 +FIN,2027,146000,153000 +FIN,2028,142000,149000 +FIN,2029,138000,145000 +FIN,2030,135000,141000 +FIN,2031,132000,138000 +FIN,2032,130000,136000 +FIN,2033,128000,134000 +FIN,2034,127000,133000 +FIN,2035,125000,132000 +FIN,2036,125000,131000 +FIN,2037,125000,131000 +FIN,2038,125000,131000 +FIN,2039,125000,131000 +FIN,2040,125000,132000 +FIN,2041,126000,132000 +FIN,2042,126000,133000 +FIN,2043,127000,134000 +FIN,2044,128000,134000 +FIN,2045,129000,135000 +FIN,2046,130000,136000 +FIN,2047,130000,137000 +FIN,2048,131000,138000 +FIN,2049,132000,139000 +FIN,2050,132000,139000 +FJI,1990,41208,43317 +FJI,1991,42005,44198 +FJI,1992,42853,45138 +FJI,1993,43669,46054 +FJI,1994,44305,46786 +FJI,1995,44593,47147 +FJI,1996,44612,47243 +FJI,1997,44429,47094 +FJI,1998,44047,46721 +FJI,1999,43630,46312 +FJI,2000,43401,46111 +FJI,2001,42576,45196 +FJI,2002,41732,44301 +FJI,2003,40857,43413 +FJI,2004,39885,42457 +FJI,2005,38751,41353 +FJI,2006,38858,41493 +FJI,2007,38891,41536 +FJI,2008,38753,41382 +FJI,2009,38437,41030 +FJI,2010,38000,40537 +FJI,2011,37506,40012 +FJI,2012,37123,39540 +FJI,2013,36871,39144 +FJI,2014,36837,38935 +FJI,2015,37153,39096 +FJI,2016,37869,39878 +FJI,2017,38698,40733 +FJI,2018,39527,41512 +FJI,2019,40000,42000 +FJI,2020,41000,42000 +FJI,2021,41000,43000 +FJI,2022,41000,43000 +FJI,2023,42000,44000 +FJI,2024,42000,44000 +FJI,2025,43000,45000 +FJI,2026,43000,45000 +FJI,2027,43000,45000 +FJI,2028,43000,45000 +FJI,2029,43000,45000 +FJI,2030,43000,45000 +FJI,2031,43000,45000 +FJI,2032,43000,45000 +FJI,2033,42000,45000 +FJI,2034,42000,44000 +FJI,2035,42000,44000 +FJI,2036,42000,44000 +FJI,2037,41000,44000 +FJI,2038,41000,43000 +FJI,2039,41000,43000 +FJI,2040,41000,43000 +FJI,2041,41000,43000 +FJI,2042,41000,43000 +FJI,2043,41000,43000 +FJI,2044,41000,43000 +FJI,2045,41000,43000 +FJI,2046,41000,43000 +FJI,2047,41000,43000 +FJI,2048,41000,43000 +FJI,2049,41000,43000 +FJI,2050,41000,43000 +FRA,1990,1870546,1959264 +FRA,1991,1864428,1950995 +FRA,1992,1878815,1965407 +FRA,1993,1907083,1995248 +FRA,1994,1935382,2025731 +FRA,1995,1952621,2044921 +FRA,1996,1961757,2051667 +FRA,1997,1962286,2050361 +FRA,1998,1956363,2043356 +FRA,1999,1949435,2036482 +FRA,2000,1942709,2031041 +FRA,2001,1935564,2021440 +FRA,2002,1925103,2009882 +FRA,2003,1912110,1997121 +FRA,2004,1900662,1987380 +FRA,2005,1893722,1983644 +FRA,2006,1890250,1980305 +FRA,2007,1893295,1984744 +FRA,2008,1901749,1995232 +FRA,2009,1912960,2008617 +FRA,2010,1924658,2022294 +FRA,2011,1932367,2029033 +FRA,2012,1944603,2040742 +FRA,2013,1961324,2057242 +FRA,2014,1979919,2075949 +FRA,2015,1997754,2094321 +FRA,2016,2002171,2097642 +FRA,2017,1999998,2095057 +FRA,2018,2002878,2098152 +FRA,2019,2010000,2106000 +FRA,2020,2016000,2113000 +FRA,2021,2022000,2116000 +FRA,2022,2026000,2118000 +FRA,2023,2028000,2119000 +FRA,2024,2026000,2116000 +FRA,2025,2017000,2107000 +FRA,2026,1995000,2083000 +FRA,2027,1968000,2054000 +FRA,2028,1939000,2024000 +FRA,2029,1912000,1997000 +FRA,2030,1891000,1977000 +FRA,2031,1875000,1959000 +FRA,2032,1866000,1951000 +FRA,2033,1865000,1950000 +FRA,2034,1865000,1953000 +FRA,2035,1864000,1953000 +FRA,2036,1859000,1946000 +FRA,2037,1855000,1941000 +FRA,2038,1851000,1937000 +FRA,2039,1849000,1935000 +FRA,2040,1850000,1936000 +FRA,2041,1848000,1933000 +FRA,2042,1849000,1933000 +FRA,2043,1853000,1937000 +FRA,2044,1859000,1944000 +FRA,2045,1865000,1952000 +FRA,2046,1868000,1954000 +FRA,2047,1874000,1959000 +FRA,2048,1881000,1967000 +FRA,2049,1888000,1975000 +FRA,2050,1894000,1982000 +FRO,1990,, +FRO,1991,, +FRO,1992,, +FRO,1993,, +FRO,1994,, +FRO,1995,, +FRO,1996,, +FRO,1997,, +FRO,1998,, +FRO,1999,, +FRO,2000,, +FRO,2001,, +FRO,2002,, +FRO,2003,, +FRO,2004,, +FRO,2005,, +FRO,2006,, +FRO,2007,, +FRO,2008,, +FRO,2009,, +FRO,2010,, +FRO,2011,, +FRO,2012,, +FRO,2013,, +FRO,2014,, +FRO,2015,, +FRO,2016,, +FRO,2017,, +FRO,2018,, +FRO,2019,, +FRO,2020,, +FRO,2021,, +FRO,2022,, +FRO,2023,, +FRO,2024,, +FRO,2025,, +FRO,2026,, +FRO,2027,, +FRO,2028,, +FRO,2029,, +FRO,2030,, +FRO,2031,, +FRO,2032,, +FRO,2033,, +FRO,2034,, +FRO,2035,, +FRO,2036,, +FRO,2037,, +FRO,2038,, +FRO,2039,, +FRO,2040,, +FRO,2041,, +FRO,2042,, +FRO,2043,, +FRO,2044,, +FRO,2045,, +FRO,2046,, +FRO,2047,, +FRO,2048,, +FRO,2049,, +FRO,2050,, +FSM,1990,6011,6482 +FSM,1991,6262,6760 +FSM,1992,6575,7078 +FSM,1993,6901,7368 +FSM,1994,7180,7582 +FSM,1995,7364,7714 +FSM,1996,7331,7739 +FSM,1997,7217,7720 +FSM,1998,7044,7660 +FSM,1999,6858,7580 +FSM,2000,6703,7485 +FSM,2001,6618,7367 +FSM,2002,6614,7296 +FSM,2003,6667,7257 +FSM,2004,6737,7236 +FSM,2005,6786,7220 +FSM,2006,6631,7031 +FSM,2007,6485,6873 +FSM,2008,6354,6734 +FSM,2009,6251,6616 +FSM,2010,6172,6522 +FSM,2011,6055,6396 +FSM,2012,5955,6295 +FSM,2013,5865,6213 +FSM,2014,5795,6143 +FSM,2015,5754,6093 +FSM,2016,5724,6038 +FSM,2017,5727,6011 +FSM,2018,5759,6004 +FSM,2019,5800,6000 +FSM,2020,5800,6000 +FSM,2021,5800,6000 +FSM,2022,5700,6000 +FSM,2023,5700,6000 +FSM,2024,5700,6000 +FSM,2025,5700,6000 +FSM,2026,5700,6000 +FSM,2027,5700,6100 +FSM,2028,5700,6100 +FSM,2029,5800,6100 +FSM,2030,5900,6200 +FSM,2031,5900,6200 +FSM,2032,5900,6200 +FSM,2033,6000,6300 +FSM,2034,6000,6300 +FSM,2035,6100,6300 +FSM,2036,6100,6400 +FSM,2037,6100,6400 +FSM,2038,6100,6400 +FSM,2039,6100,6400 +FSM,2040,6100,6400 +FSM,2041,6100,6300 +FSM,2042,6000,6300 +FSM,2043,6000,6200 +FSM,2044,5900,6200 +FSM,2045,5900,6100 +FSM,2046,5800,6000 +FSM,2047,5700,5900 +FSM,2048,5600,5800 +FSM,2049,5500,5800 +FSM,2050,5500,5700 +GAB,1990,54559,55136 +GAB,1991,56501,57121 +GAB,1992,58514,59182 +GAB,1993,60575,61302 +GAB,1994,62638,63453 +GAB,1995,64658,65597 +GAB,1996,66614,67669 +GAB,1997,68565,69750 +GAB,1998,70509,71815 +GAB,1999,72431,73822 +GAB,2000,74306,75741 +GAB,2001,76140,77536 +GAB,2002,77934,79254 +GAB,2003,79709,80965 +GAB,2004,81428,82676 +GAB,2005,83008,84325 +GAB,2006,84189,85389 +GAB,2007,85184,86344 +GAB,2008,86215,87376 +GAB,2009,87416,88591 +GAB,2010,88789,89967 +GAB,2011,89820,91078 +GAB,2012,90992,92314 +GAB,2013,92489,93861 +GAB,2014,94329,95720 +GAB,2015,96435,97801 +GAB,2016,99418,100933 +GAB,2017,102610,104221 +GAB,2018,106018,107694 +GAB,2019,110000,111000 +GAB,2020,114000,116000 +GAB,2021,118000,120000 +GAB,2022,123000,125000 +GAB,2023,128000,130000 +GAB,2024,133000,135000 +GAB,2025,138000,140000 +GAB,2026,143000,145000 +GAB,2027,147000,149000 +GAB,2028,151000,153000 +GAB,2029,154000,157000 +GAB,2030,157000,159000 +GAB,2031,158000,161000 +GAB,2032,158000,161000 +GAB,2033,158000,161000 +GAB,2034,158000,160000 +GAB,2035,157000,160000 +GAB,2036,157000,160000 +GAB,2037,157000,160000 +GAB,2038,158000,160000 +GAB,2039,158000,161000 +GAB,2040,158000,161000 +GAB,2041,159000,162000 +GAB,2042,160000,162000 +GAB,2043,161000,163000 +GAB,2044,162000,164000 +GAB,2045,163000,166000 +GAB,2046,165000,167000 +GAB,2047,166000,169000 +GAB,2048,168000,171000 +GAB,2049,170000,173000 +GAB,2050,172000,175000 +GBR,1990,1660409,1744622 +GBR,1991,1662658,1740104 +GBR,1992,1680782,1754883 +GBR,1993,1711133,1785055 +GBR,1994,1746040,1822056 +GBR,1995,1777862,1857204 +GBR,1996,1802368,1882090 +GBR,1997,1823585,1905124 +GBR,1998,1844071,1928691 +GBR,1999,1863561,1952568 +GBR,2000,1878866,1973397 +GBR,2001,1891853,1991352 +GBR,2002,1894008,1997355 +GBR,2003,1888471,1993835 +GBR,2004,1878226,1983764 +GBR,2005,1863636,1967866 +GBR,2006,1854052,1951834 +GBR,2007,1838013,1931672 +GBR,2008,1819141,1909808 +GBR,2009,1798979,1887630 +GBR,2010,1778633,1866677 +GBR,2011,1763465,1848710 +GBR,2012,1743989,1827226 +GBR,2013,1722985,1805061 +GBR,2014,1709538,1791252 +GBR,2015,1711824,1793886 +GBR,2016,1742705,1824316 +GBR,2017,1785893,1867936 +GBR,2018,1835317,1918620 +GBR,2019,1880000,1966000 +GBR,2020,1915000,2003000 +GBR,2021,1952000,2041000 +GBR,2022,1979000,2071000 +GBR,2023,1997000,2091000 +GBR,2024,2007000,2103000 +GBR,2025,2008000,2104000 +GBR,2026,2005000,2101000 +GBR,2027,1991000,2087000 +GBR,2028,1969000,2064000 +GBR,2029,1945000,2039000 +GBR,2030,1926000,2020000 +GBR,2031,1921000,2015000 +GBR,2032,1921000,2014000 +GBR,2033,1922000,2016000 +GBR,2034,1921000,2016000 +GBR,2035,1916000,2011000 +GBR,2036,1915000,2010000 +GBR,2037,1910000,2004000 +GBR,2038,1901000,1994000 +GBR,2039,1889000,1982000 +GBR,2040,1877000,1970000 +GBR,2041,1874000,1966000 +GBR,2042,1869000,1961000 +GBR,2043,1863000,1954000 +GBR,2044,1856000,1947000 +GBR,2045,1850000,1942000 +GBR,2046,1855000,1947000 +GBR,2047,1861000,1952000 +GBR,2048,1866000,1958000 +GBR,2049,1870000,1962000 +GBR,2050,1874000,1967000 +GEO,1990,185116,192096 +GEO,1991,189134,197074 +GEO,1992,193990,202656 +GEO,1993,199055,207642 +GEO,1994,198503,206187 +GEO,1995,191147,197782 +GEO,1996,180250,187382 +GEO,1997,171454,179987 +GEO,1998,165935,176200 +GEO,1999,162884,174754 +GEO,2000,160613,173791 +GEO,2001,154128,167355 +GEO,2002,148784,162162 +GEO,2003,144407,157830 +GEO,2004,140976,154365 +GEO,2005,138045,151489 +GEO,2006,132221,145378 +GEO,2007,126018,139228 +GEO,2008,119901,133476 +GEO,2009,113425,127385 +GEO,2010,107922,122179 +GEO,2011,103123,117159 +GEO,2012,99375,113057 +GEO,2013,96933,110139 +GEO,2014,95837,108573 +GEO,2015,96182,108608 +GEO,2016,97481,109870 +GEO,2017,100150,112603 +GEO,2018,103927,116508 +GEO,2019,108000,120000 +GEO,2020,112000,124000 +GEO,2021,115000,127000 +GEO,2022,119000,130000 +GEO,2023,122000,133000 +GEO,2024,125000,135000 +GEO,2025,126000,136000 +GEO,2026,127000,136000 +GEO,2027,125000,134000 +GEO,2028,124000,132000 +GEO,2029,121000,129000 +GEO,2030,119000,126000 +GEO,2031,116000,123000 +GEO,2032,113000,120000 +GEO,2033,110000,117000 +GEO,2034,108000,114000 +GEO,2035,105000,111000 +GEO,2036,102000,108000 +GEO,2037,100000,106000 +GEO,2038,98000,104000 +GEO,2039,97000,102000 +GEO,2040,95000,101000 +GEO,2041,94000,100000 +GEO,2042,93000,99000 +GEO,2043,93000,98000 +GEO,2044,93000,98000 +GEO,2045,92000,98000 +GEO,2046,92000,98000 +GEO,2047,92000,98000 +GEO,2048,92000,98000 +GEO,2049,92000,98000 +GEO,2050,93000,98000 +GHA,1990,907789,940643 +GHA,1991,928631,962528 +GHA,1992,952634,987813 +GHA,1993,978903,1015563 +GHA,1994,1006279,1044547 +GHA,1995,1033965,1073895 +GHA,1996,1063506,1105320 +GHA,1997,1093812,1137985 +GHA,1998,1124566,1171484 +GHA,1999,1154805,1204551 +GHA,2000,1183096,1235306 +GHA,2001,1207597,1260882 +GHA,2002,1230849,1285159 +GHA,2003,1253234,1308657 +GHA,2004,1276047,1332806 +GHA,2005,1300556,1358816 +GHA,2006,1327662,1386345 +GHA,2007,1356391,1415906 +GHA,2008,1385870,1446598 +GHA,2009,1414089,1476221 +GHA,2010,1439047,1502473 +GHA,2011,1462801,1527059 +GHA,2012,1484580,1549700 +GHA,2013,1505168,1571233 +GHA,2014,1526521,1593598 +GHA,2015,1550318,1618360 +GHA,2016,1576503,1645079 +GHA,2017,1605743,1675039 +GHA,2018,1637040,1707284 +GHA,2019,1670000,1741000 +GHA,2020,1703000,1776000 +GHA,2021,1741000,1815000 +GHA,2022,1779000,1856000 +GHA,2023,1817000,1897000 +GHA,2024,1854000,1935000 +GHA,2025,1885000,1969000 +GHA,2026,1913000,1998000 +GHA,2027,1938000,2023000 +GHA,2028,1958000,2044000 +GHA,2029,1978000,2064000 +GHA,2030,1997000,2083000 +GHA,2031,2018000,2104000 +GHA,2032,2038000,2126000 +GHA,2033,2059000,2147000 +GHA,2034,2079000,2167000 +GHA,2035,2098000,2187000 +GHA,2036,2118000,2208000 +GHA,2037,2138000,2228000 +GHA,2038,2157000,2248000 +GHA,2039,2177000,2268000 +GHA,2040,2196000,2288000 +GHA,2041,2216000,2309000 +GHA,2042,2237000,2330000 +GHA,2043,2258000,2351000 +GHA,2044,2278000,2372000 +GHA,2045,2298000,2393000 +GHA,2046,2319000,2414000 +GHA,2047,2340000,2436000 +GHA,2048,2361000,2458000 +GHA,2049,2381000,2478000 +GHA,2050,2401000,2499000 +GIB,1990,, +GIB,1991,, +GIB,1992,, +GIB,1993,, +GIB,1994,, +GIB,1995,, +GIB,1996,, +GIB,1997,, +GIB,1998,, +GIB,1999,, +GIB,2000,, +GIB,2001,, +GIB,2002,, +GIB,2003,, +GIB,2004,, +GIB,2005,, +GIB,2006,, +GIB,2007,, +GIB,2008,, +GIB,2009,, +GIB,2010,, +GIB,2011,, +GIB,2012,, +GIB,2013,, +GIB,2014,, +GIB,2015,, +GIB,2016,, +GIB,2017,, +GIB,2018,, +GIB,2019,, +GIB,2020,, +GIB,2021,, +GIB,2022,, +GIB,2023,, +GIB,2024,, +GIB,2025,, +GIB,2026,, +GIB,2027,, +GIB,2028,, +GIB,2029,, +GIB,2030,, +GIB,2031,, +GIB,2032,, +GIB,2033,, +GIB,2034,, +GIB,2035,, +GIB,2036,, +GIB,2037,, +GIB,2038,, +GIB,2039,, +GIB,2040,, +GIB,2041,, +GIB,2042,, +GIB,2043,, +GIB,2044,, +GIB,2045,, +GIB,2046,, +GIB,2047,, +GIB,2048,, +GIB,2049,, +GIB,2050,, +GIN,1990,383619,382231 +GIN,1991,395396,394059 +GIN,1992,408262,407324 +GIN,1993,422281,421979 +GIN,1994,437223,437712 +GIN,1995,452448,453771 +GIN,1996,467113,467955 +GIN,1997,482941,483889 +GIN,1998,499554,501203 +GIN,1999,516152,519055 +GIN,2000,531736,536318 +GIN,2001,546312,551753 +GIN,2002,561130,567712 +GIN,2003,576322,584196 +GIN,2004,591967,601221 +GIN,2005,607710,618406 +GIN,2006,620344,631080 +GIN,2007,634625,645671 +GIN,2008,650105,661580 +GIN,2009,666149,678174 +GIN,2010,682068,694810 +GIN,2011,695433,707677 +GIN,2012,709613,721670 +GIN,2013,724638,736809 +GIN,2014,740649,753320 +GIN,2015,757519,771149 +GIN,2016,772943,785511 +GIN,2017,788992,801120 +GIN,2018,805392,817530 +GIN,2019,822000,834000 +GIN,2020,838000,850000 +GIN,2021,853000,866000 +GIN,2022,868000,881000 +GIN,2023,884000,897000 +GIN,2024,900000,914000 +GIN,2025,916000,931000 +GIN,2026,934000,949000 +GIN,2027,952000,968000 +GIN,2028,972000,987000 +GIN,2029,991000,1007000 +GIN,2030,1011000,1027000 +GIN,2031,1031000,1047000 +GIN,2032,1051000,1067000 +GIN,2033,1071000,1087000 +GIN,2034,1091000,1107000 +GIN,2035,1110000,1127000 +GIN,2036,1129000,1145000 +GIN,2037,1147000,1164000 +GIN,2038,1165000,1182000 +GIN,2039,1183000,1200000 +GIN,2040,1200000,1217000 +GIN,2041,1216000,1233000 +GIN,2042,1232000,1249000 +GIN,2043,1247000,1264000 +GIN,2044,1262000,1279000 +GIN,2045,1276000,1293000 +GIN,2046,1291000,1307000 +GIN,2047,1305000,1321000 +GIN,2048,1318000,1335000 +GIN,2049,1331000,1348000 +GIN,2050,1344000,1361000 +GMB,1990,53863,54157 +GMB,1991,56109,56414 +GMB,1992,58227,58603 +GMB,1993,60359,60823 +GMB,1994,62711,63251 +GMB,1995,65425,66009 +GMB,1996,68673,69283 +GMB,1997,72225,72964 +GMB,1998,76055,76983 +GMB,1999,79987,81135 +GMB,2000,83837,85194 +GMB,2001,87740,89063 +GMB,2002,91504,92845 +GMB,2003,95160,96556 +GMB,2004,98591,100085 +GMB,2005,101603,103249 +GMB,2006,104608,106101 +GMB,2007,107204,108593 +GMB,2008,109491,110829 +GMB,2009,111662,113005 +GMB,2010,113855,115259 +GMB,2011,116429,117793 +GMB,2012,119140,120531 +GMB,2013,121948,123433 +GMB,2014,124872,126500 +GMB,2015,127981,129788 +GMB,2016,131742,133592 +GMB,2017,135805,137735 +GMB,2018,140064,142113 +GMB,2019,144000,147000 +GMB,2020,149000,151000 +GMB,2021,153000,156000 +GMB,2022,158000,161000 +GMB,2023,163000,166000 +GMB,2024,168000,171000 +GMB,2025,172000,175000 +GMB,2026,177000,180000 +GMB,2027,182000,185000 +GMB,2028,186000,189000 +GMB,2029,191000,194000 +GMB,2030,195000,198000 +GMB,2031,199000,202000 +GMB,2032,203000,206000 +GMB,2033,206000,210000 +GMB,2034,210000,213000 +GMB,2035,213000,217000 +GMB,2036,217000,220000 +GMB,2037,220000,224000 +GMB,2038,224000,227000 +GMB,2039,227000,230000 +GMB,2040,229000,233000 +GMB,2041,233000,236000 +GMB,2042,236000,239000 +GMB,2043,238000,242000 +GMB,2044,241000,245000 +GMB,2045,244000,247000 +GMB,2046,246000,250000 +GMB,2047,249000,253000 +GMB,2048,252000,256000 +GMB,2049,254000,258000 +GMB,2050,256000,260000 +GNB,1990,60675,59926 +GNB,1991,62946,62085 +GNB,1992,65375,64426 +GNB,1993,67889,66866 +GNB,1994,70274,69184 +GNB,1995,72255,71096 +GNB,1996,73848,72548 +GNB,1997,75255,73900 +GNB,1998,76581,75233 +GNB,1999,77980,76652 +GNB,2000,79531,78201 +GNB,2001,81174,79409 +GNB,2002,83006,80824 +GNB,2003,84949,82412 +GNB,2004,86819,84069 +GNB,2005,88425,85650 +GNB,2006,89616,87060 +GNB,2007,90732,88501 +GNB,2008,91846,90005 +GNB,2009,93080,91640 +GNB,2010,94510,93433 +GNB,2011,96096,95336 +GNB,2012,97982,97510 +GNB,2013,100121,99910 +GNB,2014,102479,102508 +GNB,2015,105055,105301 +GNB,2016,107890,108292 +GNB,2017,111000,111546 +GNB,2018,114300,114977 +GNB,2019,118000,118000 +GNB,2020,121000,122000 +GNB,2021,124000,125000 +GNB,2022,127000,129000 +GNB,2023,130000,132000 +GNB,2024,133000,135000 +GNB,2025,136000,138000 +GNB,2026,138000,140000 +GNB,2027,141000,142000 +GNB,2028,143000,145000 +GNB,2029,145000,147000 +GNB,2030,146000,148000 +GNB,2031,148000,150000 +GNB,2032,150000,152000 +GNB,2033,151000,153000 +GNB,2034,153000,155000 +GNB,2035,154000,156000 +GNB,2036,156000,158000 +GNB,2037,157000,160000 +GNB,2038,159000,161000 +GNB,2039,161000,163000 +GNB,2040,162000,165000 +GNB,2041,164000,166000 +GNB,2042,166000,168000 +GNB,2043,167000,170000 +GNB,2044,169000,172000 +GNB,2045,171000,173000 +GNB,2046,173000,175000 +GNB,2047,174000,177000 +GNB,2048,176000,178000 +GNB,2049,178000,180000 +GNB,2050,179000,182000 +GNQ,1990,22632,22580 +GNQ,1991,24215,24170 +GNQ,1992,25918,25886 +GNQ,1993,27686,27696 +GNQ,1994,29334,29419 +GNQ,1995,30644,30821 +GNQ,1996,31501,31677 +GNQ,1997,32077,32220 +GNQ,1998,32529,32706 +GNQ,1999,33019,33295 +GNQ,2000,33625,34011 +GNQ,2001,34269,34744 +GNQ,2002,35017,35482 +GNQ,2003,35963,36490 +GNQ,2004,37117,37802 +GNQ,2005,38441,39308 +GNQ,2006,39868,40844 +GNQ,2007,41407,42331 +GNQ,2008,43189,44139 +GNQ,2009,45157,46239 +GNQ,2010,47167,48377 +GNQ,2011,49182,50568 +GNQ,2012,51148,52492 +GNQ,2013,53269,54687 +GNQ,2014,55571,57199 +GNQ,2015,57948,59747 +GNQ,2016,60705,62274 +GNQ,2017,63282,64487 +GNQ,2018,65861,67173 +GNQ,2019,68000,70000 +GNQ,2020,71000,73000 +GNQ,2021,74000,77000 +GNQ,2022,77000,80000 +GNQ,2023,80000,83000 +GNQ,2024,82000,85000 +GNQ,2025,84000,87000 +GNQ,2026,87000,90000 +GNQ,2027,90000,92000 +GNQ,2028,92000,95000 +GNQ,2029,95000,97000 +GNQ,2030,97000,99000 +GNQ,2031,99000,102000 +GNQ,2032,102000,104000 +GNQ,2033,104000,106000 +GNQ,2034,106000,108000 +GNQ,2035,109000,111000 +GNQ,2036,111000,113000 +GNQ,2037,113000,115000 +GNQ,2038,115000,117000 +GNQ,2039,117000,119000 +GNQ,2040,118000,120000 +GNQ,2041,120000,122000 +GNQ,2042,122000,124000 +GNQ,2043,123000,126000 +GNQ,2044,125000,127000 +GNQ,2045,126000,128000 +GNQ,2046,128000,130000 +GNQ,2047,129000,131000 +GNQ,2048,130000,132000 +GNQ,2049,131000,134000 +GNQ,2050,133000,135000 +GRC,1990,369317,390661 +GRC,1991,369692,392604 +GRC,1992,366413,390727 +GRC,1993,360651,386051 +GRC,1994,352549,378497 +GRC,1995,341769,367564 +GRC,1996,329915,355257 +GRC,1997,316503,340869 +GRC,1998,302354,325234 +GRC,1999,288774,309894 +GRC,2000,278384,297883 +GRC,2001,273634,290622 +GRC,2002,271459,286408 +GRC,2003,271250,284534 +GRC,2004,271882,283600 +GRC,2005,272268,282271 +GRC,2006,271126,283664 +GRC,2007,270825,284630 +GRC,2008,272163,285741 +GRC,2009,274728,287131 +GRC,2010,277021,288184 +GRC,2011,275619,285182 +GRC,2012,272579,281837 +GRC,2013,268689,278623 +GRC,2014,265584,276605 +GRC,2015,264055,276189 +GRC,2016,264437,277560 +GRC,2017,266479,280668 +GRC,2018,268870,284124 +GRC,2019,270000,286000 +GRC,2020,269000,286000 +GRC,2021,265000,282000 +GRC,2022,259000,276000 +GRC,2023,251000,268000 +GRC,2024,243000,259000 +GRC,2025,235000,252000 +GRC,2026,229000,244000 +GRC,2027,223000,238000 +GRC,2028,217000,232000 +GRC,2029,212000,226000 +GRC,2030,206000,220000 +GRC,2031,201000,214000 +GRC,2032,195000,208000 +GRC,2033,190000,202000 +GRC,2034,185000,197000 +GRC,2035,181000,193000 +GRC,2036,178000,189000 +GRC,2037,176000,187000 +GRC,2038,174000,185000 +GRC,2039,172000,183000 +GRC,2040,171000,182000 +GRC,2041,172000,182000 +GRC,2042,172000,183000 +GRC,2043,173000,184000 +GRC,2044,175000,186000 +GRC,2045,176000,187000 +GRC,2046,177000,189000 +GRC,2047,179000,190000 +GRC,2048,180000,192000 +GRC,2049,181000,193000 +GRC,2050,182000,194000 +GRD,1990,4868,4924 +GRD,1991,4880,4959 +GRD,1992,5066,5157 +GRD,1993,5373,5455 +GRD,1994,5710,5764 +GRD,1995,6011,6020 +GRD,1996,6261,6238 +GRD,1997,6444,6401 +GRD,1998,6555,6515 +GRD,1999,6593,6568 +GRD,2000,6538,6531 +GRD,2001,6257,6301 +GRD,2002,5951,6030 +GRD,2003,5660,5756 +GRD,2004,5418,5517 +GRD,2005,5230,5327 +GRD,2006,5071,5172 +GRD,2007,4928,5032 +GRD,2008,4787,4899 +GRD,2009,4641,4758 +GRD,2010,4480,4595 +GRD,2011,4295,4420 +GRD,2012,4115,4248 +GRD,2013,3945,4084 +GRD,2014,3811,3955 +GRD,2015,3745,3903 +GRD,2016,3750,3925 +GRD,2017,3822,4019 +GRD,2018,3944,4161 +GRD,2019,4100,4300 +GRD,2020,4200,4400 +GRD,2021,4300,4500 +GRD,2022,4300,4600 +GRD,2023,4400,4600 +GRD,2024,4400,4600 +GRD,2025,4400,4600 +GRD,2026,4400,4700 +GRD,2027,4400,4600 +GRD,2028,4400,4600 +GRD,2029,4400,4600 +GRD,2030,4400,4600 +GRD,2031,4300,4500 +GRD,2032,4300,4500 +GRD,2033,4200,4400 +GRD,2034,4100,4300 +GRD,2035,4000,4200 +GRD,2036,4000,4200 +GRD,2037,3900,4100 +GRD,2038,3800,4000 +GRD,2039,3700,3900 +GRD,2040,3600,3800 +GRD,2041,3600,3700 +GRD,2042,3500,3700 +GRD,2043,3500,3600 +GRD,2044,3400,3600 +GRD,2045,3400,3600 +GRD,2046,3400,3500 +GRD,2047,3400,3500 +GRD,2048,3400,3500 +GRD,2049,3400,3500 +GRD,2050,3400,3500 +GRL,1990,, +GRL,1991,, +GRL,1992,, +GRL,1993,, +GRL,1994,, +GRL,1995,, +GRL,1996,, +GRL,1997,, +GRL,1998,, +GRL,1999,, +GRL,2000,, +GRL,2001,, +GRL,2002,, +GRL,2003,, +GRL,2004,, +GRL,2005,, +GRL,2006,, +GRL,2007,, +GRL,2008,, +GRL,2009,, +GRL,2010,, +GRL,2011,, +GRL,2012,, +GRL,2013,, +GRL,2014,, +GRL,2015,, +GRL,2016,, +GRL,2017,, +GRL,2018,, +GRL,2019,, +GRL,2020,, +GRL,2021,, +GRL,2022,, +GRL,2023,, +GRL,2024,, +GRL,2025,, +GRL,2026,, +GRL,2027,, +GRL,2028,, +GRL,2029,, +GRL,2030,, +GRL,2031,, +GRL,2032,, +GRL,2033,, +GRL,2034,, +GRL,2035,, +GRL,2036,, +GRL,2037,, +GRL,2038,, +GRL,2039,, +GRL,2040,, +GRL,2041,, +GRL,2042,, +GRL,2043,, +GRL,2044,, +GRL,2045,, +GRL,2046,, +GRL,2047,, +GRL,2048,, +GRL,2049,, +GRL,2050,, +GTM,1990,611450,626850 +GTM,1991,627945,643409 +GTM,1992,643902,659740 +GTM,1993,659246,675454 +GTM,1994,673674,690168 +GTM,1995,686458,703285 +GTM,1996,695335,711398 +GTM,1997,703716,719314 +GTM,1998,711792,727062 +GTM,1999,721217,736465 +GTM,2000,734038,749895 +GTM,2001,749932,766068 +GTM,2002,769182,786217 +GTM,2003,790599,808902 +GTM,2004,812122,831994 +GTM,2005,831901,853703 +GTM,2006,848096,871856 +GTM,2007,863238,889333 +GTM,2008,877278,905859 +GTM,2009,890726,921708 +GTM,2010,904235,937408 +GTM,2011,918426,953400 +GTM,2012,931891,968464 +GTM,2013,944374,982344 +GTM,2014,954382,993587 +GTM,2015,959941,1000190 +GTM,2016,960048,1000619 +GTM,2017,956528,997352 +GTM,2018,950576,991553 +GTM,2019,945000,986000 +GTM,2020,942000,984000 +GTM,2021,943000,984000 +GTM,2022,946000,988000 +GTM,2023,952000,994000 +GTM,2024,959000,1001000 +GTM,2025,966000,1008000 +GTM,2026,973000,1015000 +GTM,2027,980000,1023000 +GTM,2028,988000,1031000 +GTM,2029,995000,1038000 +GTM,2030,1002000,1045000 +GTM,2031,1008000,1052000 +GTM,2032,1013000,1057000 +GTM,2033,1017000,1061000 +GTM,2034,1020000,1065000 +GTM,2035,1023000,1068000 +GTM,2036,1025000,1071000 +GTM,2037,1027000,1072000 +GTM,2038,1027000,1073000 +GTM,2039,1027000,1073000 +GTM,2040,1027000,1073000 +GTM,2041,1027000,1073000 +GTM,2042,1026000,1072000 +GTM,2043,1025000,1071000 +GTM,2044,1023000,1070000 +GTM,2045,1021000,1068000 +GTM,2046,1019000,1065000 +GTM,2047,1015000,1062000 +GTM,2048,1012000,1058000 +GTM,2049,1008000,1055000 +GTM,2050,1004000,1051000 +GUM,1990,5554,5842 +GUM,1991,5657,5934 +GUM,1992,5783,6043 +GUM,1993,5928,6167 +GUM,1994,6085,6301 +GUM,1995,6246,6441 +GUM,1996,6412,6591 +GUM,1997,6589,6751 +GUM,1998,6775,6925 +GUM,1999,6951,7103 +GUM,2000,7092,7270 +GUM,2001,7206,7399 +GUM,2002,7283,7517 +GUM,2003,7326,7621 +GUM,2004,7344,7709 +GUM,2005,7337,7773 +GUM,2006,7301,7816 +GUM,2007,7243,7836 +GUM,2008,7171,7835 +GUM,2009,7101,7811 +GUM,2010,7039,7760 +GUM,2011,7000,7688 +GUM,2012,6968,7590 +GUM,2013,6942,7480 +GUM,2014,6911,7367 +GUM,2015,6861,7259 +GUM,2016,6789,7155 +GUM,2017,6704,7059 +GUM,2018,6609,6970 +GUM,2019,6500,6900 +GUM,2020,6500,6800 +GUM,2021,6400,6800 +GUM,2022,6400,6800 +GUM,2023,6400,6800 +GUM,2024,6400,6800 +GUM,2025,6400,6800 +GUM,2026,6400,6800 +GUM,2027,6400,6700 +GUM,2028,6400,6700 +GUM,2029,6400,6700 +GUM,2030,6400,6700 +GUM,2031,6400,6700 +GUM,2032,6400,6700 +GUM,2033,6400,6700 +GUM,2034,6400,6800 +GUM,2035,6400,6800 +GUM,2036,6400,6800 +GUM,2037,6400,6800 +GUM,2038,6400,6700 +GUM,2039,6400,6700 +GUM,2040,6300,6700 +GUM,2041,6300,6600 +GUM,2042,6300,6600 +GUM,2043,6200,6600 +GUM,2044,6200,6500 +GUM,2045,6100,6500 +GUM,2046,6100,6400 +GUM,2047,6000,6300 +GUM,2048,5900,6300 +GUM,2049,5900,6200 +GUM,2050,5800,6100 +GUY,1990,44784,44060 +GUY,1991,44305,43721 +GUY,1992,44090,43699 +GUY,1993,44029,43904 +GUY,1994,43977,44158 +GUY,1995,43778,44237 +GUY,1996,42051,42182 +GUY,1997,40294,40166 +GUY,1998,38789,38507 +GUY,1999,37856,37547 +GUY,2000,37753,37534 +GUY,2001,38529,38819 +GUY,2002,40038,40768 +GUY,2003,42098,43161 +GUY,2004,44256,45505 +GUY,2005,46009,47301 +GUY,2006,46157,47324 +GUY,2007,45832,46927 +GUY,2008,45174,46312 +GUY,2009,44408,45681 +GUY,2010,43675,45051 +GUY,2011,42831,44076 +GUY,2012,41953,42902 +GUY,2013,41084,41599 +GUY,2014,40246,40329 +GUY,2015,39406,39241 +GUY,2016,38117,38061 +GUY,2017,36934,37149 +GUY,2018,35884,36473 +GUY,2019,35000,36000 +GUY,2020,35000,36000 +GUY,2021,34000,36000 +GUY,2022,34000,36000 +GUY,2023,35000,37000 +GUY,2024,35000,37000 +GUY,2025,35000,38000 +GUY,2026,35000,38000 +GUY,2027,35000,38000 +GUY,2028,35000,37000 +GUY,2029,35000,37000 +GUY,2030,35000,37000 +GUY,2031,35000,37000 +GUY,2032,35000,37000 +GUY,2033,34000,36000 +GUY,2034,34000,36000 +GUY,2035,34000,36000 +GUY,2036,34000,35000 +GUY,2037,33000,35000 +GUY,2038,33000,35000 +GUY,2039,33000,34000 +GUY,2040,32000,34000 +GUY,2041,32000,34000 +GUY,2042,32000,33000 +GUY,2043,31000,33000 +GUY,2044,31000,32000 +GUY,2045,31000,32000 +GUY,2046,30000,32000 +GUY,2047,30000,31000 +GUY,2048,29000,31000 +GUY,2049,29000,31000 +GUY,2050,29000,30000 +HIC,1990,34833214,36540726 +HIC,1991,34805965,36510479 +HIC,1992,34771491,36491520 +HIC,1993,34904944,36651187 +HIC,1994,35039712,36809984 +HIC,1995,35182348,36984749 +HIC,1996,35140752,36952267 +HIC,1997,35072342,36894921 +HIC,1998,34990837,36823716 +HIC,1999,34925762,36774142 +HIC,2000,34892056,36770725 +HIC,2001,34915105,36813143 +HIC,2002,34940053,36860502 +HIC,2003,34953244,36890928 +HIC,2004,34922483,36866373 +HIC,2005,34771509,36706582 +HIC,2006,34524729,36430167 +HIC,2007,34201067,36069176 +HIC,2008,33863122,35693345 +HIC,2009,33533088,35328677 +HIC,2010,33253894,35023199 +HIC,2011,32940221,34681193 +HIC,2012,32683291,34399557 +HIC,2013,32449972,34151093 +HIC,2014,32273768,33971200 +HIC,2015,32192048,33894820 +HIC,2016,32349868,34036862 +HIC,2017,32570006,34255168 +HIC,2018,32841083,34545960 +HIC,2019,33068500,34803000 +HIC,2020,33188400,34955700 +HIC,2021,33318200,35073500 +HIC,2022,33321800,35052300 +HIC,2023,33220600,34925200 +HIC,2024,33066100,34750000 +HIC,2025,32873600,34552700 +HIC,2026,32753200,34400500 +HIC,2027,32587900,34202000 +HIC,2028,32378900,33967000 +HIC,2029,32151900,33730800 +HIC,2030,31934700,33514500 +HIC,2031,31844700,33411500 +HIC,2032,31763500,33310300 +HIC,2033,31678200,33216100 +HIC,2034,31573900,33115200 +HIC,2035,31444000,33000000 +HIC,2036,31426800,32972900 +HIC,2037,31384600,32912700 +HIC,2038,31306500,32829600 +HIC,2039,31211600,32734500 +HIC,2040,31096200,32635400 +HIC,2041,31099200,32618100 +HIC,2042,31075000,32590900 +HIC,2043,31025800,32535800 +HIC,2044,30960600,32470600 +HIC,2045,30876300,32404300 +HIC,2046,30914200,32431200 +HIC,2047,30927800,32434800 +HIC,2048,30926500,32427800 +HIC,2049,30892100,32404500 +HIC,2050,30841900,32370100 +HKG,1990,199044,215014 +HKG,1991,195813,212440 +HKG,1992,194609,211617 +HKG,1993,197838,214441 +HKG,1994,203806,219153 +HKG,1995,208766,222400 +HKG,1996,214240,228432 +HKG,1997,210628,225562 +HKG,1998,207668,222806 +HKG,1999,206914,221583 +HKG,2000,208116,222218 +HKG,2001,208358,222026 +HKG,2002,208035,221900 +HKG,2003,206703,220605 +HKG,2004,207040,220714 +HKG,2005,205235,218357 +HKG,2006,200544,213719 +HKG,2007,194213,207608 +HKG,2008,185994,199519 +HKG,2009,176693,190143 +HKG,2010,168509,181834 +HKG,2011,159192,172301 +HKG,2012,149961,162579 +HKG,2013,139741,150935 +HKG,2014,131446,140836 +HKG,2015,126379,134587 +HKG,2016,124333,133473 +HKG,2017,125168,136296 +HKG,2018,128425,141841 +HKG,2019,133000,148000 +HKG,2020,136000,152000 +HKG,2021,139000,157000 +HKG,2022,141000,160000 +HKG,2023,141000,161000 +HKG,2024,142000,162000 +HKG,2025,144000,164000 +HKG,2026,151000,169000 +HKG,2027,158000,176000 +HKG,2028,166000,183000 +HKG,2029,173000,189000 +HKG,2030,179000,193000 +HKG,2031,183000,197000 +HKG,2032,185000,199000 +HKG,2033,186000,200000 +HKG,2034,187000,200000 +HKG,2035,188000,201000 +HKG,2036,190000,204000 +HKG,2037,193000,206000 +HKG,2038,195000,208000 +HKG,2039,196000,208000 +HKG,2040,194000,207000 +HKG,2041,192000,204000 +HKG,2042,188000,200000 +HKG,2043,182000,194000 +HKG,2044,176000,187000 +HKG,2045,170000,181000 +HKG,2046,166000,177000 +HKG,2047,163000,173000 +HKG,2048,160000,170000 +HKG,2049,157000,166000 +HKG,2050,154000,164000 +HND,1990,325108,330559 +HND,1991,334407,340254 +HND,1992,343496,349796 +HND,1993,352461,359288 +HND,1994,361296,368722 +HND,1995,369860,377936 +HND,1996,377883,386448 +HND,1997,385629,394723 +HND,1998,393260,402945 +HND,1999,401088,411436 +HND,2000,409313,420373 +HND,2001,417277,428926 +HND,2002,425887,438171 +HND,2003,434917,447874 +HND,2004,444376,458052 +HND,2005,454551,469008 +HND,2006,466010,481347 +HND,2007,477958,494188 +HND,2008,489891,506995 +HND,2009,500530,518454 +HND,2010,508470,527139 +HND,2011,513309,532716 +HND,2012,515645,535717 +HND,2013,515954,536609 +HND,2014,515134,536235 +HND,2015,513894,535232 +HND,2016,512339,533739 +HND,2017,510295,531570 +HND,2018,507897,528904 +HND,2019,505000,526000 +HND,2020,502000,522000 +HND,2021,497000,517000 +HND,2022,492000,513000 +HND,2023,488000,508000 +HND,2024,484000,505000 +HND,2025,482000,503000 +HND,2026,482000,503000 +HND,2027,484000,505000 +HND,2028,487000,509000 +HND,2029,490000,512000 +HND,2030,492000,515000 +HND,2031,495000,518000 +HND,2032,496000,519000 +HND,2033,497000,521000 +HND,2034,498000,521000 +HND,2035,498000,522000 +HND,2036,498000,522000 +HND,2037,498000,521000 +HND,2038,497000,520000 +HND,2039,495000,519000 +HND,2040,493000,517000 +HND,2041,491000,514000 +HND,2042,489000,512000 +HND,2043,486000,509000 +HND,2044,483000,506000 +HND,2045,479000,502000 +HND,2046,476000,499000 +HND,2047,473000,496000 +HND,2048,470000,492000 +HND,2049,467000,489000 +HND,2050,463000,485000 +HPC,1990,22146598,22429642 +HPC,1991,22827773,23111163 +HPC,1992,23568758,23869840 +HPC,1993,24362662,24693501 +HPC,1994,25176112,25540687 +HPC,1995,25959605,26354668 +HPC,1996,26689760,27075694 +HPC,1997,27420320,27803354 +HPC,1998,28163884,28556740 +HPC,1999,28933770,29349685 +HPC,2000,29725676,30170368 +HPC,2001,30491280,30935092 +HPC,2002,31328777,31776358 +HPC,2003,32234474,32687919 +HPC,2004,33189880,33652579 +HPC,2005,34167313,34644750 +HPC,2006,35119647,35619877 +HPC,2007,36130746,36656427 +HPC,2008,37194223,37745332 +HPC,2009,38298823,38877808 +HPC,2010,39424640,40037732 +HPC,2011,40522262,41155574 +HPC,2012,41656272,42325795 +HPC,2013,42818370,43536216 +HPC,2014,43997316,44768679 +HPC,2015,45177423,46001107 +HPC,2016,46344414,47213786 +HPC,2017,47536720,48453374 +HPC,2018,48744173,49707699 +HPC,2019,49948000,50956000 +HPC,2020,51115000,52171000 +HPC,2021,52237000,53342000 +HPC,2022,53349000,54497000 +HPC,2023,54449000,55647000 +HPC,2024,55542000,56785000 +HPC,2025,56623000,57906000 +HPC,2026,57691000,59000000 +HPC,2027,58768000,60095000 +HPC,2028,59844000,61195000 +HPC,2029,60924000,62295000 +HPC,2030,61997000,63381000 +HPC,2031,63068000,64467000 +HPC,2032,64146000,65570000 +HPC,2033,65238000,66676000 +HPC,2034,66324000,67783000 +HPC,2035,67403000,68879000 +HPC,2036,68485000,69971000 +HPC,2037,69566000,71074000 +HPC,2038,70656000,72174000 +HPC,2039,71722000,73268000 +HPC,2040,72764000,74322000 +HPC,2041,73793000,75362000 +HPC,2042,74808000,76394000 +HPC,2043,75803000,77408000 +HPC,2044,76782000,78402000 +HPC,2045,77725000,79358000 +HPC,2046,78657000,80306000 +HPC,2047,79574000,81239000 +HPC,2048,80464000,82152000 +HPC,2049,81344000,83040000 +HPC,2050,82188000,83898000 +HRV,1990,159972,168326 +HRV,1991,156619,165144 +HRV,1992,153104,161686 +HRV,1993,154546,163368 +HRV,1994,156721,165736 +HRV,1995,155438,164344 +HRV,1996,151721,159999 +HRV,1997,148992,156676 +HRV,1998,146745,153900 +HRV,1999,143877,150599 +HRV,2000,139985,146401 +HRV,2001,130902,136845 +HRV,2002,126639,132474 +HRV,2003,122028,127830 +HRV,2004,117942,123738 +HRV,2005,115447,121268 +HRV,2006,114862,120754 +HRV,2007,115547,121538 +HRV,2008,117001,123101 +HRV,2009,117895,124075 +HRV,2010,117092,123273 +HRV,2011,114531,120622 +HRV,2012,110449,116369 +HRV,2013,105271,110990 +HRV,2014,100218,105757 +HRV,2015,96459,101877 +HRV,2016,95434,100707 +HRV,2017,95797,100994 +HRV,2018,97768,102975 +HRV,2019,100000,105000 +HRV,2020,102000,107000 +HRV,2021,102000,107000 +HRV,2022,101000,107000 +HRV,2023,100000,106000 +HRV,2024,98000,104000 +HRV,2025,97000,103000 +HRV,2026,95000,101000 +HRV,2027,93000,100000 +HRV,2028,92000,98000 +HRV,2029,90000,96000 +HRV,2030,89000,94000 +HRV,2031,87000,92000 +HRV,2032,85000,90000 +HRV,2033,84000,89000 +HRV,2034,82000,87000 +HRV,2035,81000,86000 +HRV,2036,80000,84000 +HRV,2037,79000,83000 +HRV,2038,78000,82000 +HRV,2039,77000,81000 +HRV,2040,76000,81000 +HRV,2041,75000,80000 +HRV,2042,75000,79000 +HRV,2043,74000,78000 +HRV,2044,74000,78000 +HRV,2045,73000,77000 +HRV,2046,73000,77000 +HRV,2047,72000,76000 +HRV,2048,72000,76000 +HRV,2049,72000,76000 +HRV,2050,71000,75000 +HTI,1990,420449,424276 +HTI,1991,438890,443653 +HTI,1992,458322,464170 +HTI,1993,478112,485057 +HTI,1994,496307,504266 +HTI,1995,510507,519304 +HTI,1996,519136,528049 +HTI,1997,524226,533195 +HTI,1998,526754,535644 +HTI,1999,528484,537336 +HTI,2000,530742,539836 +HTI,2001,532664,541664 +HTI,2002,535278,544605 +HTI,2003,538471,548354 +HTI,2004,541929,552476 +HTI,2005,545407,556712 +HTI,2006,548386,560001 +HTI,2007,551957,564056 +HTI,2008,556024,568688 +HTI,2009,560280,573566 +HTI,2010,564354,578338 +HTI,2011,567635,581726 +HTI,2012,571027,585405 +HTI,2013,574549,589265 +HTI,2014,578068,593178 +HTI,2015,581296,596954 +HTI,2016,583473,599241 +HTI,2017,585632,601769 +HTI,2018,587817,604471 +HTI,2019,590000,607000 +HTI,2020,592000,610000 +HTI,2021,593000,612000 +HTI,2022,595000,614000 +HTI,2023,597000,617000 +HTI,2024,599000,619000 +HTI,2025,601000,621000 +HTI,2026,601000,621000 +HTI,2027,601000,621000 +HTI,2028,600000,621000 +HTI,2029,600000,621000 +HTI,2030,599000,620000 +HTI,2031,598000,619000 +HTI,2032,596000,617000 +HTI,2033,595000,616000 +HTI,2034,594000,615000 +HTI,2035,593000,613000 +HTI,2036,591000,611000 +HTI,2037,590000,609000 +HTI,2038,588000,608000 +HTI,2039,587000,606000 +HTI,2040,585000,604000 +HTI,2041,583000,602000 +HTI,2042,581000,600000 +HTI,2043,579000,598000 +HTI,2044,578000,596000 +HTI,2045,576000,595000 +HTI,2046,574000,592000 +HTI,2047,572000,591000 +HTI,2048,570000,589000 +HTI,2049,569000,587000 +HTI,2050,567000,585000 +HUN,1990,423471,443880 +HUN,1991,409259,428612 +HUN,1992,387095,405193 +HUN,1993,360005,376654 +HUN,1994,334896,350171 +HUN,1995,317867,332211 +HUN,1996,308521,322163 +HUN,1997,305467,318850 +HUN,1998,306532,319931 +HUN,1999,308099,321562 +HUN,2000,307984,321427 +HUN,2001,306657,319892 +HUN,2002,304339,317444 +HUN,2003,301256,314337 +HUN,2004,297136,310327 +HUN,2005,290950,304338 +HUN,2006,285790,299411 +HUN,2007,278250,292044 +HUN,2008,268202,282117 +HUN,2009,257918,271947 +HUN,2010,249822,264007 +HUN,2011,243010,256990 +HUN,2012,238631,252550 +HUN,2013,237089,251103 +HUN,2014,236489,250583 +HUN,2015,236068,250101 +HUN,2016,236304,250101 +HUN,2017,236935,250348 +HUN,2018,237875,250817 +HUN,2019,238000,250000 +HUN,2020,236000,249000 +HUN,2021,234000,246000 +HUN,2022,230000,241000 +HUN,2023,225000,236000 +HUN,2024,221000,232000 +HUN,2025,218000,229000 +HUN,2026,218000,229000 +HUN,2027,219000,231000 +HUN,2028,221000,233000 +HUN,2029,223000,235000 +HUN,2030,224000,236000 +HUN,2031,223000,236000 +HUN,2032,222000,235000 +HUN,2033,220000,232000 +HUN,2034,217000,230000 +HUN,2035,215000,227000 +HUN,2036,213000,225000 +HUN,2037,211000,223000 +HUN,2038,210000,222000 +HUN,2039,208000,220000 +HUN,2040,206000,218000 +HUN,2041,204000,216000 +HUN,2042,203000,214000 +HUN,2043,201000,212000 +HUN,2044,199000,210000 +HUN,2045,197000,208000 +HUN,2046,196000,207000 +HUN,2047,194000,205000 +HUN,2048,193000,204000 +HUN,2049,192000,203000 +HUN,2050,190000,201000 +IDN,1990,10506375,10885679 +IDN,1991,10633195,11013489 +IDN,1992,10760825,11130985 +IDN,1993,10882649,11236953 +IDN,1994,10981062,11320879 +IDN,1995,11035954,11366955 +IDN,1996,11033541,11359986 +IDN,1997,10993678,11321244 +IDN,1998,10925629,11258050 +IDN,1999,10850311,11188665 +IDN,2000,10786177,11129722 +IDN,2001,10803194,11152587 +IDN,2002,10855887,11223492 +IDN,2003,10924776,11318723 +IDN,2004,11002069,11426747 +IDN,2005,11091725,11547645 +IDN,2006,11026933,11478338 +IDN,2007,11007806,11472110 +IDN,2008,11040509,11530525 +IDN,2009,11115944,11643325 +IDN,2010,11219562,11796003 +IDN,2011,11301561,11917158 +IDN,2012,11351749,11996852 +IDN,2013,11379220,12045432 +IDN,2014,11390640,12070455 +IDN,2015,11382380,12068289 +IDN,2016,11330186,12018138 +IDN,2017,11266668,11949930 +IDN,2018,11198385,11870693 +IDN,2019,11156000,11812000 +IDN,2020,11175000,11810000 +IDN,2021,11271000,11886000 +IDN,2022,11422000,12014000 +IDN,2023,11606000,12172000 +IDN,2024,11769000,12311000 +IDN,2025,11856000,12380000 +IDN,2026,11864000,12380000 +IDN,2027,11805000,12320000 +IDN,2028,11698000,12216000 +IDN,2029,11581000,12101000 +IDN,2030,11487000,12006000 +IDN,2031,11413000,11933000 +IDN,2032,11356000,11875000 +IDN,2033,11313000,11827000 +IDN,2034,11273000,11783000 +IDN,2035,11230000,11735000 +IDN,2036,11189000,11694000 +IDN,2037,11152000,11655000 +IDN,2038,11117000,11618000 +IDN,2039,11083000,11582000 +IDN,2040,11048000,11545000 +IDN,2041,11015000,11513000 +IDN,2042,10983000,11480000 +IDN,2043,10950000,11447000 +IDN,2044,10917000,11413000 +IDN,2045,10883000,11377000 +IDN,2046,10849000,11344000 +IDN,2047,10815000,11310000 +IDN,2048,10780000,11275000 +IDN,2049,10743000,11237000 +IDN,2050,10703000,11195000 +IMN,1990,, +IMN,1991,, +IMN,1992,, +IMN,1993,, +IMN,1994,, +IMN,1995,, +IMN,1996,, +IMN,1997,, +IMN,1998,, +IMN,1999,, +IMN,2000,, +IMN,2001,, +IMN,2002,, +IMN,2003,, +IMN,2004,, +IMN,2005,, +IMN,2006,, +IMN,2007,, +IMN,2008,, +IMN,2009,, +IMN,2010,, +IMN,2011,, +IMN,2012,, +IMN,2013,, +IMN,2014,, +IMN,2015,, +IMN,2016,, +IMN,2017,, +IMN,2018,, +IMN,2019,, +IMN,2020,, +IMN,2021,, +IMN,2022,, +IMN,2023,, +IMN,2024,, +IMN,2025,, +IMN,2026,, +IMN,2027,, +IMN,2028,, +IMN,2029,, +IMN,2030,, +IMN,2031,, +IMN,2032,, +IMN,2033,, +IMN,2034,, +IMN,2035,, +IMN,2036,, +IMN,2037,, +IMN,2038,, +IMN,2039,, +IMN,2040,, +IMN,2041,, +IMN,2042,, +IMN,2043,, +IMN,2044,, +IMN,2045,, +IMN,2046,, +IMN,2047,, +IMN,2048,, +IMN,2049,, +IMN,2050,, +IND,1990,47144323,51084031 +IND,1991,48160270,52339072 +IND,1992,49266141,53695952 +IND,1993,50421106,55107627 +IND,1994,51534408,56464830 +IND,1995,52507652,57650083 +IND,1996,53336105,58666073 +IND,1997,54058811,59538331 +IND,1998,54690051,60290749 +IND,1999,55241514,60960489 +IND,2000,55697837,61559348 +IND,2001,56035873,62080148 +IND,2002,56315251,62551313 +IND,2003,56548754,62979145 +IND,2004,56770372,63383340 +IND,2005,57010814,63782894 +IND,2006,57285758,64197861 +IND,2007,57603902,64631065 +IND,2008,57946926,65063651 +IND,2009,58287348,65473819 +IND,2010,58599851,65845111 +IND,2011,58867191,66178826 +IND,2012,59134837,66491707 +IND,2013,59380728,66759104 +IND,2014,59589634,66951946 +IND,2015,59760885,67053640 +IND,2016,59979187,67166339 +IND,2017,60139277,67171364 +IND,2018,60230207,67071242 +IND,2019,60173000,66812000 +IND,2020,59853000,66303000 +IND,2021,59247000,65529000 +IND,2022,58427000,64555000 +IND,2023,57465000,63453000 +IND,2024,56543000,62405000 +IND,2025,55838000,61592000 +IND,2026,55390000,61071000 +IND,2027,55155000,60787000 +IND,2028,55080000,60680000 +IND,2029,55055000,60634000 +IND,2030,54998000,60562000 +IND,2031,54953000,60526000 +IND,2032,54901000,60487000 +IND,2033,54841000,60438000 +IND,2034,54777000,60372000 +IND,2035,54710000,60277000 +IND,2036,54660000,60183000 +IND,2037,54594000,60046000 +IND,2038,54505000,59864000 +IND,2039,54384000,59641000 +IND,2040,54222000,59376000 +IND,2041,54052000,59111000 +IND,2042,53840000,58803000 +IND,2043,53585000,58448000 +IND,2044,53280000,58040000 +IND,2045,52916000,57567000 +IND,2046,52521000,57066000 +IND,2047,52074000,56511000 +IND,2048,51586000,55912000 +IND,2049,51075000,55292000 +IND,2050,50558000,54668000 +INX,1990,, +INX,1991,, +INX,1992,, +INX,1993,, +INX,1994,, +INX,1995,, +INX,1996,, +INX,1997,, +INX,1998,, +INX,1999,, +INX,2000,, +INX,2001,, +INX,2002,, +INX,2003,, +INX,2004,, +INX,2005,, +INX,2006,, +INX,2007,, +INX,2008,, +INX,2009,, +INX,2010,, +INX,2011,, +INX,2012,, +INX,2013,, +INX,2014,, +INX,2015,, +INX,2016,, +INX,2017,, +INX,2018,, +INX,2019,, +INX,2020,, +INX,2021,, +INX,2022,, +INX,2023,, +INX,2024,, +INX,2025,, +INX,2026,, +INX,2027,, +INX,2028,, +INX,2029,, +INX,2030,, +INX,2031,, +INX,2032,, +INX,2033,, +INX,2034,, +INX,2035,, +INX,2036,, +INX,2037,, +INX,2038,, +INX,2039,, +INX,2040,, +INX,2041,, +INX,2042,, +INX,2043,, +INX,2044,, +INX,2045,, +INX,2046,, +INX,2047,, +INX,2048,, +INX,2049,, +INX,2050,, +IRL,1990,171325,180660 +IRL,1991,171327,180580 +IRL,1992,171586,180860 +IRL,1993,171272,180621 +IRL,1994,169954,179394 +IRL,1995,167472,176958 +IRL,1996,163207,172287 +IRL,1997,158434,167097 +IRL,1998,153126,161345 +IRL,1999,148006,155841 +IRL,2000,143846,151460 +IRL,2001,139194,146583 +IRL,2002,135615,143032 +IRL,2003,133036,140535 +IRL,2004,131680,139161 +IRL,2005,131572,138861 +IRL,2006,132767,140094 +IRL,2007,134950,142302 +IRL,2008,136866,144085 +IRL,2009,138151,145131 +IRL,2010,139272,146071 +IRL,2011,140401,147102 +IRL,2012,142069,148730 +IRL,2013,144247,150921 +IRL,2014,147339,154073 +IRL,2015,151803,158640 +IRL,2016,156822,163363 +IRL,2017,162132,168667 +IRL,2018,167277,173988 +IRL,2019,172000,179000 +IRL,2020,175000,182000 +IRL,2021,177000,185000 +IRL,2022,178000,186000 +IRL,2023,178000,187000 +IRL,2024,177000,186000 +IRL,2025,175000,184000 +IRL,2026,172000,181000 +IRL,2027,168000,178000 +IRL,2028,163000,173000 +IRL,2029,158000,168000 +IRL,2030,154000,163000 +IRL,2031,151000,160000 +IRL,2032,148000,157000 +IRL,2033,146000,154000 +IRL,2034,144000,151000 +IRL,2035,142000,149000 +IRL,2036,140000,147000 +IRL,2037,139000,145000 +IRL,2038,137000,144000 +IRL,2039,136000,143000 +IRL,2040,135000,142000 +IRL,2041,136000,142000 +IRL,2042,136000,143000 +IRL,2043,137000,144000 +IRL,2044,138000,145000 +IRL,2045,139000,146000 +IRL,2046,141000,148000 +IRL,2047,143000,150000 +IRL,2048,145000,152000 +IRL,2049,146000,153000 +IRL,2050,148000,155000 +IRN,1990,3565392,3790369 +IRN,1991,3744385,3965556 +IRN,1992,3926276,4133039 +IRN,1993,4103721,4288408 +IRN,1994,4263765,4426998 +IRN,1995,4393720,4544362 +IRN,1996,4493448,4641900 +IRN,1997,4553439,4706762 +IRN,1998,4577259,4740656 +IRN,1999,4560943,4734836 +IRN,2000,4492779,4672785 +IRN,2001,4348985,4529443 +IRN,2002,4163534,4340791 +IRN,2003,3954600,4121142 +IRN,2004,3746171,3895355 +IRN,2005,3555620,3684825 +IRN,2006,3373940,3484633 +IRN,2007,3210562,3308026 +IRN,2008,3065388,3158181 +IRN,2009,2940828,3037773 +IRN,2010,2843183,2950787 +IRN,2011,2772221,2871895 +IRN,2012,2729185,2828650 +IRN,2013,2708829,2815729 +IRN,2014,2705824,2824754 +IRN,2015,2718791,2849788 +IRN,2016,2757947,2899585 +IRN,2017,2813741,2960475 +IRN,2018,2882739,3030550 +IRN,2019,2958000,3107000 +IRN,2020,3032000,3186000 +IRN,2021,3098000,3260000 +IRN,2022,3161000,3334000 +IRN,2023,3221000,3407000 +IRN,2024,3284000,3482000 +IRN,2025,3357000,3562000 +IRN,2026,3444000,3650000 +IRN,2027,3533000,3737000 +IRN,2028,3620000,3819000 +IRN,2029,3686000,3879000 +IRN,2030,3712000,3900000 +IRN,2031,3697000,3880000 +IRN,2032,3643000,3824000 +IRN,2033,3563000,3740000 +IRN,2034,3473000,3647000 +IRN,2035,3389000,3561000 +IRN,2036,3313000,3481000 +IRN,2037,3244000,3409000 +IRN,2038,3181000,3343000 +IRN,2039,3122000,3280000 +IRN,2040,3065000,3221000 +IRN,2041,3016000,3169000 +IRN,2042,2973000,3125000 +IRN,2043,2937000,3087000 +IRN,2044,2908000,3057000 +IRN,2045,2887000,3035000 +IRN,2046,2874000,3021000 +IRN,2047,2869000,3016000 +IRN,2048,2870000,3018000 +IRN,2049,2876000,3024000 +IRN,2050,2884000,3033000 +IRQ,1990,1151671,1216012 +IRQ,1991,1172815,1237557 +IRQ,1992,1195148,1260579 +IRQ,1993,1218662,1284940 +IRQ,1994,1243910,1311332 +IRQ,1995,1271640,1340693 +IRQ,1996,1301014,1370673 +IRQ,1997,1332512,1403452 +IRQ,1998,1365713,1438450 +IRQ,1999,1399422,1474524 +IRQ,2000,1432203,1510423 +IRQ,2001,1465356,1547095 +IRQ,2002,1499542,1585315 +IRQ,2003,1533508,1623404 +IRQ,2004,1566922,1660248 +IRQ,2005,1600627,1696001 +IRQ,2006,1637858,1734927 +IRQ,2007,1677338,1774694 +IRQ,2008,1721008,1817820 +IRQ,2009,1770361,1866895 +IRQ,2010,1825083,1922555 +IRQ,2011,1868805,1966522 +IRQ,2012,1912794,2012474 +IRQ,2013,1955144,2058004 +IRQ,2014,1993623,2100057 +IRQ,2015,2026892,2136578 +IRQ,2016,2063256,2175733 +IRQ,2017,2098010,2213065 +IRQ,2018,2132280,2249714 +IRQ,2019,2170000,2290000 +IRQ,2020,2218000,2341000 +IRQ,2021,2281000,2407000 +IRQ,2022,2349000,2480000 +IRQ,2023,2421000,2556000 +IRQ,2024,2485000,2624000 +IRQ,2025,2532000,2674000 +IRQ,2026,2561000,2705000 +IRQ,2027,2575000,2720000 +IRQ,2028,2578000,2724000 +IRQ,2029,2581000,2728000 +IRQ,2030,2594000,2742000 +IRQ,2031,2619000,2769000 +IRQ,2032,2653000,2804000 +IRQ,2033,2692000,2845000 +IRQ,2034,2732000,2887000 +IRQ,2035,2769000,2925000 +IRQ,2036,2804000,2962000 +IRQ,2037,2838000,2997000 +IRQ,2038,2869000,3030000 +IRQ,2039,2899000,3062000 +IRQ,2040,2929000,3093000 +IRQ,2041,2959000,3125000 +IRQ,2042,2988000,3155000 +IRQ,2043,3016000,3185000 +IRQ,2044,3043000,3213000 +IRQ,2045,3069000,3241000 +IRQ,2046,3097000,3270000 +IRQ,2047,3123000,3298000 +IRQ,2048,3149000,3325000 +IRQ,2049,3174000,3351000 +IRQ,2050,3197000,3376000 +ISL,1990,10246,10669 +ISL,1991,10290,10706 +ISL,1992,10348,10774 +ISL,1993,10374,10827 +ISL,1994,10377,10867 +ISL,1995,10340,10865 +ISL,1996,10326,10865 +ISL,1997,10302,10846 +ISL,1998,10251,10781 +ISL,1999,10204,10708 +ISL,2000,10239,10717 +ISL,2001,10468,10926 +ISL,2002,10742,11200 +ISL,2003,11043,11518 +ISL,2004,11302,11810 +ISL,2005,11484,12026 +ISL,2006,11556,12121 +ISL,2007,11501,12069 +ISL,2008,11278,11818 +ISL,2009,10898,11379 +ISL,2010,10559,10967 +ISL,2011,10386,10762 +ISL,2012,10304,10637 +ISL,2013,10329,10619 +ISL,2014,10416,10684 +ISL,2015,10526,10814 +ISL,2016,10729,11083 +ISL,2017,11074,11541 +ISL,2018,11510,12125 +ISL,2019,12000,12000 +ISL,2020,12000,13000 +ISL,2021,12000,13000 +ISL,2022,12000,13000 +ISL,2023,12000,13000 +ISL,2024,12000,12000 +ISL,2025,12000,12000 +ISL,2026,12000,12000 +ISL,2027,11000,12000 +ISL,2028,11000,12000 +ISL,2029,11000,11000 +ISL,2030,11000,11000 +ISL,2031,10000,11000 +ISL,2032,10000,11000 +ISL,2033,10000,11000 +ISL,2034,10000,11000 +ISL,2035,10000,11000 +ISL,2036,10000,11000 +ISL,2037,10000,11000 +ISL,2038,10000,11000 +ISL,2039,10000,11000 +ISL,2040,10000,11000 +ISL,2041,10000,11000 +ISL,2042,10000,11000 +ISL,2043,10000,11000 +ISL,2044,10000,11000 +ISL,2045,10000,11000 +ISL,2046,10000,11000 +ISL,2047,10000,11000 +ISL,2048,10000,11000 +ISL,2049,10000,11000 +ISL,2050,10000,11000 +ISR,1990,233632,244945 +ISR,1991,243492,256197 +ISR,1992,247849,261167 +ISR,1993,250833,264187 +ISR,1994,254065,267212 +ISR,1995,257605,270589 +ISR,1996,260664,273613 +ISR,1997,262932,275886 +ISR,1998,264337,277256 +ISR,1999,266471,279372 +ISR,2000,269206,282176 +ISR,2001,272163,284716 +ISR,2002,274488,287159 +ISR,2003,276583,289782 +ISR,2004,279240,293178 +ISR,2005,283055,297774 +ISR,2006,287343,302864 +ISR,2007,292422,308565 +ISR,2008,297938,314510 +ISR,2009,304948,321933 +ISR,2010,309164,326418 +ISR,2011,315419,332856 +ISR,2012,321036,338752 +ISR,2013,326419,344513 +ISR,2014,332363,350942 +ISR,2015,339450,358650 +ISR,2016,346896,366378 +ISR,2017,355005,374871 +ISR,2018,363707,384033 +ISR,2019,371000,392000 +ISR,2020,379000,401000 +ISR,2021,389000,410000 +ISR,2022,398000,420000 +ISR,2023,407000,430000 +ISR,2024,416000,439000 +ISR,2025,422000,446000 +ISR,2026,428000,451000 +ISR,2027,431000,454000 +ISR,2028,433000,456000 +ISR,2029,434000,457000 +ISR,2030,435000,457000 +ISR,2031,436000,458000 +ISR,2032,436000,458000 +ISR,2033,435000,458000 +ISR,2034,435000,457000 +ISR,2035,435000,457000 +ISR,2036,436000,458000 +ISR,2037,437000,459000 +ISR,2038,438000,461000 +ISR,2039,440000,463000 +ISR,2040,442000,465000 +ISR,2041,445000,468000 +ISR,2042,449000,472000 +ISR,2043,452000,476000 +ISR,2044,456000,480000 +ISR,2045,460000,484000 +ISR,2046,464000,488000 +ISR,2047,469000,493000 +ISR,2048,473000,497000 +ISR,2049,477000,502000 +ISR,2050,481000,506000 +ITA,1990,1726276,1811990 +ITA,1991,1661722,1745195 +ITA,1992,1604778,1687004 +ITA,1993,1554547,1636036 +ITA,1994,1509533,1590297 +ITA,1995,1470284,1550152 +ITA,1996,1440309,1519362 +ITA,1997,1417335,1495337 +ITA,1998,1398619,1475486 +ITA,1999,1382129,1458282 +ITA,2000,1367233,1443466 +ITA,2001,1356690,1431775 +ITA,2002,1348935,1424067 +ITA,2003,1346343,1422115 +ITA,2004,1346967,1422941 +ITA,2005,1345105,1419942 +ITA,2006,1341309,1418405 +ITA,2007,1338354,1416543 +ITA,2008,1336721,1415050 +ITA,2009,1333348,1411625 +ITA,2010,1330439,1409584 +ITA,2011,1329595,1412887 +ITA,2012,1332875,1420875 +ITA,2013,1350862,1443464 +ITA,2014,1367285,1462791 +ITA,2015,1370004,1466169 +ITA,2016,1377878,1469484 +ITA,2017,1383921,1472206 +ITA,2018,1387310,1473157 +ITA,2019,1387000,1471000 +ITA,2020,1382000,1465000 +ITA,2021,1376000,1457000 +ITA,2022,1364000,1444000 +ITA,2023,1347000,1427000 +ITA,2024,1326000,1405000 +ITA,2025,1300000,1379000 +ITA,2026,1274000,1351000 +ITA,2027,1244000,1319000 +ITA,2028,1211000,1284000 +ITA,2029,1178000,1250000 +ITA,2030,1148000,1218000 +ITA,2031,1125000,1193000 +ITA,2032,1104000,1170000 +ITA,2033,1086000,1151000 +ITA,2034,1070000,1134000 +ITA,2035,1056000,1120000 +ITA,2036,1049000,1113000 +ITA,2037,1045000,1108000 +ITA,2038,1042000,1105000 +ITA,2039,1041000,1104000 +ITA,2040,1040000,1104000 +ITA,2041,1044000,1107000 +ITA,2042,1048000,1111000 +ITA,2043,1052000,1116000 +ITA,2044,1056000,1120000 +ITA,2045,1059000,1124000 +ITA,2046,1065000,1130000 +ITA,2047,1070000,1134000 +ITA,2048,1073000,1138000 +ITA,2049,1076000,1141000 +ITA,2050,1076000,1142000 +JAM,1990,130715,132401 +JAM,1991,131077,132574 +JAM,1992,132269,133702 +JAM,1993,133988,135410 +JAM,1994,135654,137083 +JAM,1995,136735,138199 +JAM,1996,136538,137817 +JAM,1997,136299,137614 +JAM,1998,136220,137695 +JAM,1999,136513,138197 +JAM,2000,137227,139163 +JAM,2001,136537,140727 +JAM,2002,136280,142149 +JAM,2003,136476,143162 +JAM,2004,137001,143850 +JAM,2005,137678,144489 +JAM,2006,138755,145091 +JAM,2007,139308,145621 +JAM,2008,139300,145810 +JAM,2009,138588,145240 +JAM,2010,136930,143519 +JAM,2011,134084,140613 +JAM,2012,130724,137075 +JAM,2013,127073,133162 +JAM,2014,123565,129344 +JAM,2015,120575,125999 +JAM,2016,117579,122527 +JAM,2017,115247,119711 +JAM,2018,113511,117501 +JAM,2019,112000,116000 +JAM,2020,112000,115000 +JAM,2021,111000,115000 +JAM,2022,112000,115000 +JAM,2023,112000,116000 +JAM,2024,113000,118000 +JAM,2025,114000,119000 +JAM,2026,114000,118000 +JAM,2027,113000,118000 +JAM,2028,113000,117000 +JAM,2029,112000,117000 +JAM,2030,111000,116000 +JAM,2031,110000,115000 +JAM,2032,109000,114000 +JAM,2033,108000,112000 +JAM,2034,107000,111000 +JAM,2035,106000,110000 +JAM,2036,104000,108000 +JAM,2037,103000,107000 +JAM,2038,101000,105000 +JAM,2039,100000,104000 +JAM,2040,99000,103000 +JAM,2041,97000,101000 +JAM,2042,95000,99000 +JAM,2043,94000,98000 +JAM,2044,93000,96000 +JAM,2045,91000,95000 +JAM,2046,90000,94000 +JAM,2047,89000,92000 +JAM,2048,87000,91000 +JAM,2049,86000,90000 +JAM,2050,86000,89000 +JOR,1990,228013,246996 +JOR,1991,239258,257556 +JOR,1992,251549,269811 +JOR,1993,263885,282356 +JOR,1994,274146,292505 +JOR,1995,280413,298000 +JOR,1996,286046,304589 +JOR,1997,289098,307997 +JOR,1998,290413,309258 +JOR,1999,291641,310335 +JOR,2000,294220,312898 +JOR,2001,297395,315692 +JOR,2002,301788,319938 +JOR,2003,307666,325757 +JOR,2004,315018,332940 +JOR,2005,323575,341110 +JOR,2006,334525,351367 +JOR,2007,347547,363495 +JOR,2008,362535,377484 +JOR,2009,379607,393561 +JOR,2010,398829,411854 +JOR,2011,421672,433799 +JOR,2012,446113,457504 +JOR,2013,470671,481525 +JOR,2014,493683,504241 +JOR,2015,514182,524690 +JOR,2016,530381,540938 +JOR,2017,543446,554392 +JOR,2018,553386,565014 +JOR,2019,560000,573000 +JOR,2020,563000,577000 +JOR,2021,562000,577000 +JOR,2022,556000,574000 +JOR,2023,547000,567000 +JOR,2024,536000,559000 +JOR,2025,523000,547000 +JOR,2026,507000,533000 +JOR,2027,489000,517000 +JOR,2028,472000,500000 +JOR,2029,457000,485000 +JOR,2030,446000,475000 +JOR,2031,442000,470000 +JOR,2032,442000,470000 +JOR,2033,446000,473000 +JOR,2034,450000,478000 +JOR,2035,454000,481000 +JOR,2036,458000,484000 +JOR,2037,460000,486000 +JOR,2038,463000,488000 +JOR,2039,464000,490000 +JOR,2040,466000,491000 +JOR,2041,468000,493000 +JOR,2042,470000,495000 +JOR,2043,471000,496000 +JOR,2044,472000,497000 +JOR,2045,472000,497000 +JOR,2046,473000,497000 +JOR,2047,472000,497000 +JOR,2048,471000,496000 +JOR,2049,470000,494000 +JOR,2050,467000,492000 +JPN,1990,4155175,4373489 +JPN,1991,4027606,4239698 +JPN,1992,3924977,4132555 +JPN,1993,3841958,4046161 +JPN,1994,3765920,3966900 +JPN,1995,3683874,3880950 +JPN,1996,3599683,3793604 +JPN,1997,3516858,3707582 +JPN,1998,3435858,3622602 +JPN,1999,3354126,3536249 +JPN,2000,3276346,3454271 +JPN,2001,3204921,3378549 +JPN,2002,3138298,3308295 +JPN,2003,3076502,3243425 +JPN,2004,3017453,3181563 +JPN,2005,2969789,3131820 +JPN,2006,2939927,3100216 +JPN,2007,2923060,3082315 +JPN,2008,2912525,3071194 +JPN,2009,2900929,3059289 +JPN,2010,2883541,3041905 +JPN,2011,2861009,3017246 +JPN,2012,2832171,2986324 +JPN,2013,2798397,2950740 +JPN,2014,2765767,2916943 +JPN,2015,2740615,2891630 +JPN,2016,2727965,2877604 +JPN,2017,2719622,2868387 +JPN,2018,2713070,2861363 +JPN,2019,2703000,2851000 +JPN,2020,2690000,2838000 +JPN,2021,2686000,2833000 +JPN,2022,2679000,2826000 +JPN,2023,2669000,2814000 +JPN,2024,2649000,2794000 +JPN,2025,2613000,2757000 +JPN,2026,2569000,2710000 +JPN,2027,2512000,2649000 +JPN,2028,2445000,2579000 +JPN,2029,2378000,2508000 +JPN,2030,2317000,2445000 +JPN,2031,2270000,2395000 +JPN,2032,2231000,2353000 +JPN,2033,2198000,2317000 +JPN,2034,2168000,2286000 +JPN,2035,2139000,2257000 +JPN,2036,2121000,2237000 +JPN,2037,2106000,2220000 +JPN,2038,2094000,2207000 +JPN,2039,2083000,2197000 +JPN,2040,2074000,2188000 +JPN,2041,2073000,2186000 +JPN,2042,2073000,2186000 +JPN,2043,2074000,2186000 +JPN,2044,2075000,2188000 +JPN,2045,2073000,2188000 +JPN,2046,2078000,2191000 +JPN,2047,2081000,2193000 +JPN,2048,2082000,2194000 +JPN,2049,2080000,2193000 +JPN,2050,2075000,2189000 +KAZ,1990,772729,804142 +KAZ,1991,777650,807554 +KAZ,1992,776653,807268 +KAZ,1993,771071,803952 +KAZ,1994,761641,796591 +KAZ,1995,754713,790081 +KAZ,1996,758659,793683 +KAZ,1997,765938,798693 +KAZ,1998,773347,802446 +KAZ,1999,781967,808041 +KAZ,2000,784849,810187 +KAZ,2001,777536,798241 +KAZ,2002,758379,778001 +KAZ,2003,731521,753429 +KAZ,2004,702199,727847 +KAZ,2005,673240,701799 +KAZ,2006,652081,680059 +KAZ,2007,627446,654245 +KAZ,2008,599626,625107 +KAZ,2009,579725,604903 +KAZ,2010,556921,582606 +KAZ,2011,538959,566206 +KAZ,2012,529456,557515 +KAZ,2013,527600,555454 +KAZ,2014,533648,560950 +KAZ,2015,549725,577284 +KAZ,2016,582097,611953 +KAZ,2017,625249,658738 +KAZ,2018,676038,714065 +KAZ,2019,727000,769000 +KAZ,2020,774000,820000 +KAZ,2021,817000,865000 +KAZ,2022,855000,905000 +KAZ,2023,887000,938000 +KAZ,2024,913000,965000 +KAZ,2025,931000,984000 +KAZ,2026,940000,995000 +KAZ,2027,941000,997000 +KAZ,2028,934000,991000 +KAZ,2029,922000,980000 +KAZ,2030,906000,965000 +KAZ,2031,888000,944000 +KAZ,2032,866000,921000 +KAZ,2033,843000,895000 +KAZ,2034,821000,870000 +KAZ,2035,801000,847000 +KAZ,2036,784000,829000 +KAZ,2037,771000,815000 +KAZ,2038,761000,805000 +KAZ,2039,754000,798000 +KAZ,2040,750000,793000 +KAZ,2041,749000,793000 +KAZ,2042,752000,796000 +KAZ,2043,758000,802000 +KAZ,2044,765000,810000 +KAZ,2045,773000,819000 +KAZ,2046,783000,829000 +KAZ,2047,794000,841000 +KAZ,2048,805000,852000 +KAZ,2049,816000,864000 +KAZ,2050,825000,874000 +KEN,1990,1615536,1625636 +KEN,1991,1677048,1688138 +KEN,1992,1741414,1753341 +KEN,1993,1806607,1819145 +KEN,1994,1868748,1881553 +KEN,1995,1924553,1937147 +KEN,1996,1984226,1995900 +KEN,1997,2036958,2047193 +KEN,1998,2084533,2092995 +KEN,1999,2126571,2133342 +KEN,2000,2159656,2165187 +KEN,2001,2178851,2182389 +KEN,2002,2193738,2196066 +KEN,2003,2207114,2208832 +KEN,2004,2227765,2229364 +KEN,2005,2265564,2267560 +KEN,2006,2321818,2325441 +KEN,2007,2395295,2401451 +KEN,2008,2481432,2490664 +KEN,2009,2570747,2583402 +KEN,2010,2654401,2670754 +KEN,2011,2727606,2747682 +KEN,2012,2797640,2822149 +KEN,2013,2864739,2894091 +KEN,2014,2931808,2965937 +KEN,2015,3001846,3040296 +KEN,2016,3074808,3118027 +KEN,2017,3149007,3196369 +KEN,2018,3222081,3272977 +KEN,2019,3288000,3342000 +KEN,2020,3341000,3395000 +KEN,2021,3383000,3436000 +KEN,2022,3412000,3463000 +KEN,2023,3432000,3478000 +KEN,2024,3444000,3488000 +KEN,2025,3451000,3494000 +KEN,2026,3449000,3494000 +KEN,2027,3445000,3493000 +KEN,2028,3439000,3493000 +KEN,2029,3439000,3498000 +KEN,2030,3452000,3514000 +KEN,2031,3482000,3546000 +KEN,2032,3526000,3591000 +KEN,2033,3579000,3644000 +KEN,2034,3635000,3700000 +KEN,2035,3687000,3751000 +KEN,2036,3736000,3801000 +KEN,2037,3783000,3849000 +KEN,2038,3827000,3893000 +KEN,2039,3869000,3936000 +KEN,2040,3909000,3976000 +KEN,2041,3949000,4017000 +KEN,2042,3987000,4055000 +KEN,2043,4021000,4090000 +KEN,2044,4051000,4120000 +KEN,2045,4076000,4145000 +KEN,2046,4097000,4167000 +KEN,2047,4113000,4183000 +KEN,2048,4125000,4195000 +KEN,2049,4133000,4204000 +KEN,2050,4140000,4211000 +KGZ,1990,230116,235814 +KGZ,1991,236118,241915 +KGZ,1992,242243,248136 +KGZ,1993,246491,252410 +KGZ,1994,250937,256894 +KGZ,1995,258118,264213 +KGZ,1996,266154,272750 +KGZ,1997,274148,281235 +KGZ,1998,282020,289618 +KGZ,1999,288642,296788 +KGZ,2000,292426,301148 +KGZ,2001,295196,303649 +KGZ,2002,296247,304511 +KGZ,2003,296179,304322 +KGZ,2004,295093,303055 +KGZ,2005,291898,299469 +KGZ,2006,287112,295392 +KGZ,2007,280048,288956 +KGZ,2008,271795,281244 +KGZ,2009,263992,273961 +KGZ,2010,256671,267111 +KGZ,2011,249016,259214 +KGZ,2012,244404,254300 +KGZ,2013,242483,252175 +KGZ,2014,243020,252649 +KGZ,2015,246752,256464 +KGZ,2016,251343,261243 +KGZ,2017,258954,269187 +KGZ,2018,269038,279727 +KGZ,2019,280000,291000 +KGZ,2020,293000,305000 +KGZ,2021,308000,321000 +KGZ,2022,325000,340000 +KGZ,2023,342000,358000 +KGZ,2024,357000,374000 +KGZ,2025,367000,385000 +KGZ,2026,372000,390000 +KGZ,2027,371000,390000 +KGZ,2028,367000,386000 +KGZ,2029,362000,381000 +KGZ,2030,357000,375000 +KGZ,2031,352000,370000 +KGZ,2032,347000,365000 +KGZ,2033,342000,360000 +KGZ,2034,337000,355000 +KGZ,2035,333000,350000 +KGZ,2036,328000,346000 +KGZ,2037,324000,341000 +KGZ,2038,321000,338000 +KGZ,2039,318000,335000 +KGZ,2040,317000,334000 +KGZ,2041,316000,333000 +KGZ,2042,317000,334000 +KGZ,2043,318000,335000 +KGZ,2044,321000,338000 +KGZ,2045,323000,340000 +KGZ,2046,326000,343000 +KGZ,2047,329000,346000 +KGZ,2048,332000,350000 +KGZ,2049,335000,353000 +KGZ,2050,337000,356000 +KHM,1990,408800,395021 +KHM,1991,449701,439218 +KHM,1992,511478,506618 +KHM,1993,587057,589087 +KHM,1994,662189,670451 +KHM,1995,724132,736338 +KHM,1996,786407,800039 +KHM,1997,829198,845324 +KHM,1998,849360,870045 +KHM,1999,853791,880736 +KHM,2000,852554,886063 +KHM,2001,843676,879672 +KHM,2002,843834,880571 +KHM,2003,855806,891709 +KHM,2004,871852,906621 +KHM,2005,880606,915315 +KHM,2006,863679,902785 +KHM,2007,840803,883571 +KHM,2008,815232,858696 +KHM,2009,793360,834475 +KHM,2010,779396,816329 +KHM,2011,765088,794144 +KHM,2012,753230,775591 +KHM,2013,743680,760395 +KHM,2014,737550,750301 +KHM,2015,736872,748643 +KHM,2016,742199,756419 +KHM,2017,753419,773024 +KHM,2018,768917,795838 +KHM,2019,786000,819000 +KHM,2020,801000,839000 +KHM,2021,814000,854000 +KHM,2022,826000,865000 +KHM,2023,837000,873000 +KHM,2024,846000,879000 +KHM,2025,853000,885000 +KHM,2026,859000,889000 +KHM,2027,862000,892000 +KHM,2028,864000,894000 +KHM,2029,864000,894000 +KHM,2030,862000,893000 +KHM,2031,858000,889000 +KHM,2032,852000,884000 +KHM,2033,845000,878000 +KHM,2034,838000,872000 +KHM,2035,831000,866000 +KHM,2036,825000,859000 +KHM,2037,819000,852000 +KHM,2038,815000,846000 +KHM,2039,811000,842000 +KHM,2040,808000,838000 +KHM,2041,805000,835000 +KHM,2042,804000,834000 +KHM,2043,803000,834000 +KHM,2044,804000,834000 +KHM,2045,804000,835000 +KHM,2046,805000,836000 +KHM,2047,805000,837000 +KHM,2048,806000,838000 +KHM,2049,806000,838000 +KHM,2050,806000,838000 +KIR,1990,3863,4080 +KIR,1991,4015,4198 +KIR,1992,4155,4310 +KIR,1993,4289,4422 +KIR,1994,4423,4550 +KIR,1995,4553,4701 +KIR,1996,4695,4840 +KIR,1997,4820,4988 +KIR,1998,4927,5139 +KIR,1999,5015,5288 +KIR,2000,5088,5421 +KIR,2001,5175,5546 +KIR,2002,5227,5621 +KIR,2003,5220,5627 +KIR,2004,5184,5590 +KIR,2005,5193,5580 +KIR,2006,5404,5740 +KIR,2007,5636,5924 +KIR,2008,5847,6108 +KIR,2009,5976,6235 +KIR,2010,5967,6250 +KIR,2011,5846,6109 +KIR,2012,5660,5902 +KIR,2013,5442,5660 +KIR,2014,5276,5475 +KIR,2015,5256,5435 +KIR,2016,5374,5552 +KIR,2017,5631,5807 +KIR,2018,5985,6161 +KIR,2019,6300,6500 +KIR,2020,6600,6800 +KIR,2021,6700,7000 +KIR,2022,6800,7200 +KIR,2023,6800,7300 +KIR,2024,6700,7300 +KIR,2025,6800,7400 +KIR,2026,6800,7500 +KIR,2027,6900,7500 +KIR,2028,7100,7600 +KIR,2029,7200,7600 +KIR,2030,7300,7600 +KIR,2031,7300,7600 +KIR,2032,7300,7600 +KIR,2033,7400,7600 +KIR,2034,7400,7700 +KIR,2035,7400,7700 +KIR,2036,7400,7600 +KIR,2037,7300,7600 +KIR,2038,7300,7600 +KIR,2039,7300,7600 +KIR,2040,7300,7600 +KIR,2041,7300,7600 +KIR,2042,7300,7600 +KIR,2043,7300,7600 +KIR,2044,7300,7600 +KIR,2045,7300,7600 +KIR,2046,7400,7700 +KIR,2047,7400,7700 +KIR,2048,7500,7800 +KIR,2049,7600,7900 +KIR,2050,7700,8000 +KNA,1990,, +KNA,1991,, +KNA,1992,, +KNA,1993,, +KNA,1994,, +KNA,1995,, +KNA,1996,, +KNA,1997,, +KNA,1998,, +KNA,1999,, +KNA,2000,, +KNA,2001,, +KNA,2002,, +KNA,2003,, +KNA,2004,, +KNA,2005,, +KNA,2006,, +KNA,2007,, +KNA,2008,, +KNA,2009,, +KNA,2010,, +KNA,2011,, +KNA,2012,, +KNA,2013,, +KNA,2014,, +KNA,2015,, +KNA,2016,, +KNA,2017,, +KNA,2018,, +KNA,2019,, +KNA,2020,, +KNA,2021,, +KNA,2022,, +KNA,2023,, +KNA,2024,, +KNA,2025,, +KNA,2026,, +KNA,2027,, +KNA,2028,, +KNA,2029,, +KNA,2030,, +KNA,2031,, +KNA,2032,, +KNA,2033,, +KNA,2034,, +KNA,2035,, +KNA,2036,, +KNA,2037,, +KNA,2038,, +KNA,2039,, +KNA,2040,, +KNA,2041,, +KNA,2042,, +KNA,2043,, +KNA,2044,, +KNA,2045,, +KNA,2046,, +KNA,2047,, +KNA,2048,, +KNA,2049,, +KNA,2050,, +KOR,1990,1923123,2040615 +KOR,1991,1905869,2020099 +KOR,1992,1897697,2010781 +KOR,1993,1894323,2008184 +KOR,1994,1882077,1999368 +KOR,1995,1844596,1969228 +KOR,1996,1774246,1909292 +KOR,1997,1684502,1834098 +KOR,1998,1580056,1746356 +KOR,1999,1490159,1672776 +KOR,2000,1443874,1640490 +KOR,2001,1442075,1650986 +KOR,2002,1475250,1692983 +KOR,2003,1532367,1755647 +KOR,2004,1586064,1810811 +KOR,2005,1612814,1833447 +KOR,2006,1626918,1838051 +KOR,2007,1618664,1815287 +KOR,2008,1596118,1775325 +KOR,2009,1558239,1719907 +KOR,2010,1512429,1660553 +KOR,2011,1461151,1598267 +KOR,2012,1395617,1523381 +KOR,2013,1320360,1439911 +KOR,2014,1248872,1359908 +KOR,2015,1190036,1290952 +KOR,2016,1151649,1246383 +KOR,2017,1130294,1219101 +KOR,2018,1121075,1204217 +KOR,2019,1118000,1196000 +KOR,2020,1116000,1190000 +KOR,2021,1120000,1191000 +KOR,2022,1126000,1195000 +KOR,2023,1133000,1199000 +KOR,2024,1134000,1199000 +KOR,2025,1124000,1187000 +KOR,2026,1104000,1165000 +KOR,2027,1071000,1131000 +KOR,2028,1031000,1089000 +KOR,2029,990000,1047000 +KOR,2030,957000,1012000 +KOR,2031,933000,988000 +KOR,2032,916000,970000 +KOR,2033,904000,958000 +KOR,2034,895000,948000 +KOR,2035,886000,939000 +KOR,2036,881000,935000 +KOR,2037,878000,932000 +KOR,2038,877000,930000 +KOR,2039,876000,929000 +KOR,2040,876000,929000 +KOR,2041,880000,934000 +KOR,2042,884000,939000 +KOR,2043,888000,943000 +KOR,2044,890000,944000 +KOR,2045,886000,940000 +KOR,2046,881000,935000 +KOR,2047,871000,924000 +KOR,2048,858000,910000 +KOR,2049,844000,896000 +KOR,2050,832000,883000 +KWT,1990,107951,110579 +KWT,1991,102740,106063 +KWT,1992,, +KWT,1993,, +KWT,1994,, +KWT,1995,68912,81043 +KWT,1996,71756,81033 +KWT,1997,76103,81220 +KWT,1998,80861,81396 +KWT,1999,84295,81465 +KWT,2000,85303,81884 +KWT,2001,83805,83053 +KWT,2002,81088,84169 +KWT,2003,78741,86065 +KWT,2004,78211,88701 +KWT,2005,80275,91565 +KWT,2006,84539,94442 +KWT,2007,89110,96493 +KWT,2008,93972,98737 +KWT,2009,98235,101406 +KWT,2010,100868,104067 +KWT,2011,103252,106934 +KWT,2012,105112,109909 +KWT,2013,106340,113129 +KWT,2014,107545,117015 +KWT,2015,109472,121843 +KWT,2016,112908,128237 +KWT,2017,117441,137462 +KWT,2018,123102,149327 +KWT,2019,129000,162000 +KWT,2020,135000,173000 +KWT,2021,140000,178000 +KWT,2022,143000,178000 +KWT,2023,145000,176000 +KWT,2024,147000,174000 +KWT,2025,149000,171000 +KWT,2026,149000,168000 +KWT,2027,149000,163000 +KWT,2028,147000,159000 +KWT,2029,146000,154000 +KWT,2030,143000,150000 +KWT,2031,139000,145000 +KWT,2032,135000,139000 +KWT,2033,130000,134000 +KWT,2034,126000,131000 +KWT,2035,123000,128000 +KWT,2036,122000,127000 +KWT,2037,122000,127000 +KWT,2038,123000,127000 +KWT,2039,124000,129000 +KWT,2040,126000,132000 +KWT,2041,129000,134000 +KWT,2042,131000,136000 +KWT,2043,134000,139000 +KWT,2044,137000,142000 +KWT,2045,140000,145000 +KWT,2046,143000,149000 +KWT,2047,145000,151000 +KWT,2048,148000,153000 +KWT,2049,150000,156000 +KWT,2050,152000,158000 +LAC,1990,23667753,24197539 +LAC,1991,23996294,24521755 +LAC,1992,24322202,24852195 +LAC,1993,24636920,25192508 +LAC,1994,24928684,25531446 +LAC,1995,25183418,25844323 +LAC,1996,25361735,26045719 +LAC,1997,25501971,26201772 +LAC,1998,25608926,26318673 +LAC,1999,25696543,26417409 +LAC,2000,25777551,26517471 +LAC,2001,25828775,26569226 +LAC,2002,25887984,26647481 +LAC,2003,25957288,26754994 +LAC,2004,26029412,26876939 +LAC,2005,26093847,26991169 +LAC,2006,26137812,27076156 +LAC,2007,26167354,27131809 +LAC,2008,26180239,27152954 +LAC,2009,26171025,27141893 +LAC,2010,26127731,27097265 +LAC,2011,26052888,27014164 +LAC,2012,25950429,26917561 +LAC,2013,25827326,26810596 +LAC,2014,25687156,26691080 +LAC,2015,25527616,26552138 +LAC,2016,25320783,26323385 +LAC,2017,25101963,26086952 +LAC,2018,24883874,25852248 +LAC,2019,24688900,25645400 +LAC,2020,24538800,25491200 +LAC,2021,24453800,25415300 +LAC,2022,24410800,25389200 +LAC,2023,24396900,25394200 +LAC,2024,24387900,25406200 +LAC,2025,24366900,25404300 +LAC,2026,24342900,25386400 +LAC,2027,24306800,25362100 +LAC,2028,24257700,25321100 +LAC,2029,24190600,25264000 +LAC,2030,24101500,25181000 +LAC,2031,23999300,25076700 +LAC,2032,23869200,24943700 +LAC,2033,23721100,24793500 +LAC,2034,23559800,24630200 +LAC,2035,23392600,24464000 +LAC,2036,23234500,24294900 +LAC,2037,23071300,24122700 +LAC,2038,22901000,23946500 +LAC,2039,22730800,23770300 +LAC,2040,22554500,23589000 +LAC,2041,22390500,23415800 +LAC,2042,22225300,23243700 +LAC,2043,22062100,23075400 +LAC,2044,21896900,22904300 +LAC,2045,21723800,22731200 +LAC,2046,21560700,22561000 +LAC,2047,21399600,22390900 +LAC,2048,21235500,22221800 +LAC,2049,21074400,22058700 +LAC,2050,20914300,21890600 +LAO,1990,259082,267535 +LAO,1991,264956,273424 +LAO,1992,271538,279960 +LAO,1993,278745,287096 +LAO,1994,286656,295011 +LAO,1995,295373,303877 +LAO,1996,304387,313000 +LAO,1997,314692,323626 +LAO,1998,325806,335116 +LAO,1999,337140,346659 +LAO,2000,348288,357670 +LAO,2001,359198,368039 +LAO,2002,369701,377863 +LAO,2003,379464,386897 +LAO,2004,387419,394315 +LAO,2005,392162,398918 +LAO,2006,391586,397766 +LAO,2007,388554,394541 +LAO,2008,383866,390079 +LAO,2009,378732,385608 +LAO,2010,373953,381918 +LAO,2011,367142,375027 +LAO,2012,361708,370072 +LAO,2013,357721,366801 +LAO,2014,355518,365188 +LAO,2015,355539,365462 +LAO,2016,357138,368213 +LAO,2017,360392,372196 +LAO,2018,364768,376995 +LAO,2019,369000,382000 +LAO,2020,372000,385000 +LAO,2021,374000,387000 +LAO,2022,374000,387000 +LAO,2023,374000,388000 +LAO,2024,374000,388000 +LAO,2025,375000,389000 +LAO,2026,377000,390000 +LAO,2027,379000,393000 +LAO,2028,381000,395000 +LAO,2029,383000,397000 +LAO,2030,384000,398000 +LAO,2031,383000,397000 +LAO,2032,381000,396000 +LAO,2033,379000,393000 +LAO,2034,376000,391000 +LAO,2035,374000,388000 +LAO,2036,371000,385000 +LAO,2037,368000,382000 +LAO,2038,365000,380000 +LAO,2039,363000,377000 +LAO,2040,360000,374000 +LAO,2041,357000,371000 +LAO,2042,354000,368000 +LAO,2043,352000,366000 +LAO,2044,349000,363000 +LAO,2045,347000,361000 +LAO,2046,344000,358000 +LAO,2047,342000,356000 +LAO,2048,340000,353000 +LAO,2049,337000,351000 +LAO,2050,335000,349000 +LBN,1990,170948,176770 +LBN,1991,172203,177869 +LBN,1992,173431,179255 +LBN,1993,174026,180129 +LBN,1994,173584,179875 +LBN,1995,172278,178570 +LBN,1996,172784,179064 +LBN,1997,173011,179117 +LBN,1998,173651,179705 +LBN,1999,175657,182206 +LBN,2000,179658,187583 +LBN,2001,194822,197849 +LBN,2002,212829,212236 +LBN,2003,231915,228755 +LBN,2004,248950,243712 +LBN,2005,261232,253829 +LBN,2006,260660,255957 +LBN,2007,255737,252788 +LBN,2008,249223,247174 +LBN,2009,244467,242771 +LBN,2010,243101,241465 +LBN,2011,249047,248016 +LBN,2012,259397,259153 +LBN,2013,271908,272639 +LBN,2014,283709,286249 +LBN,2015,292925,298983 +LBN,2016,292009,302099 +LBN,2017,287105,302183 +LBN,2018,279559,300128 +LBN,2019,272000,297000 +LBN,2020,265000,294000 +LBN,2021,257000,288000 +LBN,2022,250000,282000 +LBN,2023,243000,276000 +LBN,2024,237000,269000 +LBN,2025,230000,260000 +LBN,2026,224000,251000 +LBN,2027,218000,242000 +LBN,2028,212000,232000 +LBN,2029,207000,223000 +LBN,2030,204000,216000 +LBN,2031,204000,214000 +LBN,2032,205000,214000 +LBN,2033,207000,216000 +LBN,2034,208000,217000 +LBN,2035,209000,218000 +LBN,2036,210000,219000 +LBN,2037,209000,218000 +LBN,2038,208000,217000 +LBN,2039,206000,216000 +LBN,2040,204000,214000 +LBN,2041,202000,212000 +LBN,2042,199000,209000 +LBN,2043,196000,205000 +LBN,2044,192000,202000 +LBN,2045,189000,199000 +LBN,2046,186000,195000 +LBN,2047,183000,192000 +LBN,2048,180000,189000 +LBN,2049,177000,186000 +LBN,2050,175000,184000 +LBR,1990,128416,130573 +LBR,1991,126655,128879 +LBR,1992,125086,127417 +LBR,1993,124529,127025 +LBR,1994,125761,128473 +LBR,1995,128862,131808 +LBR,1996,135375,138477 +LBR,1997,144407,147711 +LBR,1998,154426,157934 +LBR,1999,163589,167277 +LBR,2000,170720,174561 +LBR,2001,174609,178444 +LBR,2002,176608,180431 +LBR,2003,177931,181770 +LBR,2004,180251,184162 +LBR,2005,184691,188763 +LBR,2006,191762,195992 +LBR,2007,201096,205594 +LBR,2008,211891,216735 +LBR,2009,222914,228168 +LBR,2010,233217,238956 +LBR,2011,242578,248887 +LBR,2012,251282,258259 +LBR,2013,259465,267169 +LBR,2014,267287,275707 +LBR,2015,274749,283803 +LBR,2016,281722,291331 +LBR,2017,288283,298409 +LBR,2018,294494,305098 +LBR,2019,300000,311000 +LBR,2020,306000,317000 +LBR,2021,311000,323000 +LBR,2022,316000,328000 +LBR,2023,320000,333000 +LBR,2024,325000,338000 +LBR,2025,329000,342000 +LBR,2026,333000,347000 +LBR,2027,338000,352000 +LBR,2028,343000,357000 +LBR,2029,348000,362000 +LBR,2030,353000,367000 +LBR,2031,359000,373000 +LBR,2032,365000,379000 +LBR,2033,371000,386000 +LBR,2034,377000,392000 +LBR,2035,384000,399000 +LBR,2036,390000,405000 +LBR,2037,396000,411000 +LBR,2038,402000,418000 +LBR,2039,408000,424000 +LBR,2040,413000,429000 +LBR,2041,419000,435000 +LBR,2042,424000,441000 +LBR,2043,430000,446000 +LBR,2044,435000,452000 +LBR,2045,440000,457000 +LBR,2046,445000,462000 +LBR,2047,450000,467000 +LBR,2048,454000,472000 +LBR,2049,459000,476000 +LBR,2050,463000,481000 +LBY,1990,289325,300360 +LBY,1991,292911,304353 +LBY,1992,295946,307826 +LBY,1993,298385,310686 +LBY,1994,300453,313080 +LBY,1995,302588,315375 +LBY,1996,305873,319012 +LBY,1997,309009,322323 +LBY,1998,311872,325374 +LBY,1999,313773,327555 +LBY,2000,313860,327985 +LBY,2001,311603,325914 +LBY,2002,307704,322181 +LBY,2003,302784,317433 +LBY,2004,297669,312420 +LBY,2005,292962,307637 +LBY,2006,289340,304184 +LBY,2007,286060,300868 +LBY,2008,283026,297642 +LBY,2009,280067,294446 +LBY,2010,277126,291327 +LBY,2011,274233,288056 +LBY,2012,272149,285851 +LBY,2013,271160,284982 +LBY,2014,271870,286057 +LBY,2015,274822,289624 +LBY,2016,278603,293322 +LBY,2017,284210,299058 +LBY,2018,290961,306080 +LBY,2019,298000,313000 +LBY,2020,304000,320000 +LBY,2021,310000,326000 +LBY,2022,314000,331000 +LBY,2023,318000,335000 +LBY,2024,321000,338000 +LBY,2025,321000,339000 +LBY,2026,320000,337000 +LBY,2027,317000,334000 +LBY,2028,312000,329000 +LBY,2029,307000,324000 +LBY,2030,302000,319000 +LBY,2031,298000,314000 +LBY,2032,294000,310000 +LBY,2033,291000,307000 +LBY,2034,287000,303000 +LBY,2035,284000,299000 +LBY,2036,280000,295000 +LBY,2037,276000,292000 +LBY,2038,273000,288000 +LBY,2039,270000,284000 +LBY,2040,267000,281000 +LBY,2041,264000,279000 +LBY,2042,262000,276000 +LBY,2043,260000,275000 +LBY,2044,259000,273000 +LBY,2045,258000,272000 +LBY,2046,257000,272000 +LBY,2047,257000,272000 +LBY,2048,258000,272000 +LBY,2049,258000,272000 +LBY,2050,258000,273000 +LCA,1990,7831,7914 +LCA,1991,7810,7873 +LCA,1992,7852,7865 +LCA,1993,7963,7908 +LCA,1994,8113,7992 +LCA,1995,8273,8098 +LCA,1996,8446,8226 +LCA,1997,8593,8342 +LCA,1998,8709,8441 +LCA,1999,8795,8530 +LCA,2000,8847,8608 +LCA,2001,8840,8659 +LCA,2002,8794,8691 +LCA,2003,8718,8698 +LCA,2004,8627,8684 +LCA,2005,8541,8644 +LCA,2006,8459,8569 +LCA,2007,8402,8498 +LCA,2008,8316,8379 +LCA,2009,8176,8206 +LCA,2010,7985,7996 +LCA,2011,7756,7765 +LCA,2012,7479,7498 +LCA,2013,7173,7208 +LCA,2014,6863,6920 +LCA,2015,6572,6644 +LCA,2016,6295,6387 +LCA,2017,6050,6155 +LCA,2018,5832,5950 +LCA,2019,5600,5800 +LCA,2020,5500,5600 +LCA,2021,5400,5600 +LCA,2022,5400,5500 +LCA,2023,5400,5500 +LCA,2024,5400,5500 +LCA,2025,5400,5600 +LCA,2026,5400,5600 +LCA,2027,5400,5500 +LCA,2028,5400,5500 +LCA,2029,5400,5500 +LCA,2030,5300,5500 +LCA,2031,5300,5400 +LCA,2032,5200,5400 +LCA,2033,5200,5300 +LCA,2034,5100,5200 +LCA,2035,5000,5100 +LCA,2036,4900,5000 +LCA,2037,4800,5000 +LCA,2038,4700,4900 +LCA,2039,4600,4800 +LCA,2040,4500,4700 +LCA,2041,4500,4600 +LCA,2042,4400,4500 +LCA,2043,4300,4400 +LCA,2044,4200,4300 +LCA,2045,4100,4300 +LCA,2046,4100,4200 +LCA,2047,4000,4100 +LCA,2048,4000,4100 +LCA,2049,3900,4000 +LCA,2050,3800,4000 +LCN,1990,24840263,25407479 +LCN,1991,25170096,25733443 +LCN,1992,25496697,26065459 +LCN,1993,25812123,26407534 +LCN,1994,26105870,26749421 +LCN,1995,26365343,27067796 +LCN,1996,26550702,27276535 +LCN,1997,26701015,27443187 +LCN,1998,26819368,27571988 +LCN,1999,26918298,27682550 +LCN,2000,27009106,27793029 +LCN,2001,27069344,27854088 +LCN,2002,27135756,27939629 +LCN,2003,27209830,28051507 +LCN,2004,27282858,28173661 +LCN,2005,27342523,28282633 +LCN,2006,27376331,28357697 +LCN,2007,27390578,28399014 +LCN,2008,27384377,28402520 +LCN,2009,27354981,28372765 +LCN,2010,27292848,28310514 +LCN,2011,27197989,28207849 +LCN,2012,27078262,28093937 +LCN,2013,26941137,27972509 +LCN,2014,26790201,27841573 +LCN,2015,26624412,27695795 +LCN,2016,26412876,27461647 +LCN,2017,26194614,27225082 +LCN,2018,25979652,26992572 +LCN,2019,25792300,26793400 +LCN,2020,25649000,26644900 +LCN,2021,25568700,26571800 +LCN,2022,25525300,26545400 +LCN,2023,25503100,26543200 +LCN,2024,25486700,26548900 +LCN,2025,25451400,26534700 +LCN,2026,25412100,26498600 +LCN,2027,25355700,26452900 +LCN,2028,25284500,26389800 +LCN,2029,25196200,26312500 +LCN,2030,25093000,26215300 +LCN,2031,24981800,26100000 +LCN,2032,24845600,25963900 +LCN,2033,24697500,25811600 +LCN,2034,24533100,25646400 +LCN,2035,24362100,25476300 +LCN,2036,24202000,25304100 +LCN,2037,24032600,25124800 +LCN,2038,23854300,24942800 +LCN,2039,23677300,24758600 +LCN,2040,23493900,24572200 +LCN,2041,23325800,24393000 +LCN,2042,23157600,24217800 +LCN,2043,22991400,24045400 +LCN,2044,22823000,23871300 +LCN,2045,22643900,23694000 +LCN,2046,22476600,23517800 +LCN,2047,22311400,23342500 +LCN,2048,22143200,23169400 +LCN,2049,21974900,23000200 +LCN,2050,21809800,22826800 +LDC,1990,31320468,31831076 +LDC,1991,32195688,32725058 +LDC,1992,33155308,33724499 +LDC,1993,34187197,34807111 +LDC,1994,35240815,35906986 +LDC,1995,36244352,36939572 +LDC,1996,37164791,37849688 +LDC,1997,38059712,38737073 +LDC,1998,38937141,39620087 +LDC,1999,39814138,40521767 +LDC,2000,40691243,41438248 +LDC,2001,41508067,42252250 +LDC,2002,42406119,43158040 +LDC,2003,43387145,44148874 +LDC,2004,44423545,45196337 +LDC,2005,45470117,46258668 +LDC,2006,46421289,47248739 +LDC,2007,47437970,48308709 +LDC,2008,48519045,49424896 +LDC,2009,49654904,50587195 +LDC,2010,50819817,51776861 +LDC,2011,51901920,52880692 +LDC,2012,53012444,54029192 +LDC,2013,54146325,55211880 +LDC,2014,55289202,56411172 +LDC,2015,56417162,57601088 +LDC,2016,57470826,58675894 +LDC,2017,58538077,59777019 +LDC,2018,59618614,60896671 +LDC,2019,60703300,62025500 +LDC,2020,61763600,63135800 +LDC,2021,62768700,64185000 +LDC,2022,63774800,65241200 +LDC,2023,64779800,66308300 +LDC,2024,65791700,67367300 +LDC,2025,66804800,68422400 +LDC,2026,67793800,69443500 +LDC,2027,68803900,70488500 +LDC,2028,69824100,71537600 +LDC,2029,70855200,72597600 +LDC,2030,71883300,73643600 +LDC,2031,72886300,74676600 +LDC,2032,73902300,75721600 +LDC,2033,74934400,76767600 +LDC,2034,75959400,77808700 +LDC,2035,76974400,78831700 +LDC,2036,77956400,79821600 +LDC,2037,78929300,80816600 +LDC,2038,79911300,81805600 +LDC,2039,80877300,82781600 +LDC,2040,81817300,83725600 +LDC,2041,82728300,84649600 +LDC,2042,83631300,85571600 +LDC,2043,84519300,86477600 +LDC,2044,85399300,87364600 +LDC,2045,86245300,88214600 +LDC,2046,87054400,89040700 +LDC,2047,87852400,89853700 +LDC,2048,88630500,90651800 +LDC,2049,89402600,91425900 +LDC,2050,90155700,92184000 +LIC,1990,20262309,20580840 +LIC,1991,20845572,21170675 +LIC,1992,21516558,21867047 +LIC,1993,22262922,22648008 +LIC,1994,23039451,23455404 +LIC,1995,23787433,24221380 +LIC,1996,24484933,24902014 +LIC,1997,25181644,25585970 +LIC,1998,25886944,26292177 +LIC,1999,26612814,27037203 +LIC,2000,27355531,27812712 +LIC,2001,28066975,28516778 +LIC,2002,28838911,29293643 +LIC,2003,29671717,30139419 +LIC,2004,30549061,31037282 +LIC,2005,31442400,31959583 +LIC,2006,32295416,32847670 +LIC,2007,33198703,33787401 +LIC,2008,34142143,34762346 +LIC,2009,35104798,35747952 +LIC,2010,36058021,36715420 +LIC,2011,36927507,37605706 +LIC,2012,37791392,38495487 +LIC,2013,38655766,39393599 +LIC,2014,39532764,40313907 +LIC,2015,40427532,41259658 +LIC,2016,41340589,42176439 +LIC,2017,42294914,43145759 +LIC,2018,43281539,44156425 +LIC,2019,44283000,45189000 +LIC,2020,45254000,46207000 +LIC,2021,46194000,47179000 +LIC,2022,47150000,48174000 +LIC,2023,48110000,49188000 +LIC,2024,49082000,50210000 +LIC,2025,50064000,51232000 +LIC,2026,51045000,52248000 +LIC,2027,52039000,53274000 +LIC,2028,53034000,54303000 +LIC,2029,54021000,55322000 +LIC,2030,54982000,56303000 +LIC,2031,55894000,57246000 +LIC,2032,56791000,58166000 +LIC,2033,57682000,59065000 +LIC,2034,58553000,59948000 +LIC,2035,59409000,60814000 +LIC,2036,60246000,61659000 +LIC,2037,61076000,62506000 +LIC,2038,61907000,63344000 +LIC,2039,62722000,64173000 +LIC,2040,63520000,64976000 +LIC,2041,64302000,65768000 +LIC,2042,65080000,66563000 +LIC,2043,65846000,67346000 +LIC,2044,66606000,68118000 +LIC,2045,67343000,68858000 +LIC,2046,68060000,69591000 +LIC,2047,68772000,70317000 +LIC,2048,69466000,71031000 +LIC,2049,70156000,71725000 +LIC,2050,70823000,72399000 +LIE,1990,, +LIE,1991,, +LIE,1992,, +LIE,1993,, +LIE,1994,, +LIE,1995,, +LIE,1996,, +LIE,1997,, +LIE,1998,, +LIE,1999,, +LIE,2000,, +LIE,2001,, +LIE,2002,, +LIE,2003,, +LIE,2004,, +LIE,2005,, +LIE,2006,, +LIE,2007,, +LIE,2008,, +LIE,2009,, +LIE,2010,, +LIE,2011,, +LIE,2012,, +LIE,2013,, +LIE,2014,, +LIE,2015,, +LIE,2016,, +LIE,2017,, +LIE,2018,, +LIE,2019,, +LIE,2020,, +LIE,2021,, +LIE,2022,, +LIE,2023,, +LIE,2024,, +LIE,2025,, +LIE,2026,, +LIE,2027,, +LIE,2028,, +LIE,2029,, +LIE,2030,, +LIE,2031,, +LIE,2032,, +LIE,2033,, +LIE,2034,, +LIE,2035,, +LIE,2036,, +LIE,2037,, +LIE,2038,, +LIE,2039,, +LIE,2040,, +LIE,2041,, +LIE,2042,, +LIE,2043,, +LIE,2044,, +LIE,2045,, +LIE,2046,, +LIE,2047,, +LIE,2048,, +LIE,2049,, +LIE,2050,, +LKA,1990,914922,945940 +LKA,1991,926707,958765 +LKA,1992,934876,968224 +LKA,1993,939402,974044 +LKA,1994,939567,975200 +LKA,1995,933951,970065 +LKA,1996,921720,958142 +LKA,1997,904743,941516 +LKA,1998,884487,921407 +LKA,1999,864375,900973 +LKA,2000,847559,883096 +LKA,2001,833629,865896 +LKA,2002,823915,853244 +LKA,2003,817346,844052 +LKA,2004,812008,836665 +LKA,2005,806445,829848 +LKA,2006,803893,823963 +LKA,2007,801848,820512 +LKA,2008,799806,818407 +LKA,2009,799388,818389 +LKA,2010,802991,821857 +LKA,2011,807967,823793 +LKA,2012,813110,825241 +LKA,2013,826352,834393 +LKA,2014,840711,845179 +LKA,2015,852280,854771 +LKA,2016,863266,864190 +LKA,2017,872295,873538 +LKA,2018,878414,881304 +LKA,2019,877000,882000 +LKA,2020,874000,882000 +LKA,2021,869000,878000 +LKA,2022,862000,874000 +LKA,2023,853000,869000 +LKA,2024,844000,862000 +LKA,2025,835000,856000 +LKA,2026,828000,849000 +LKA,2027,821000,843000 +LKA,2028,815000,837000 +LKA,2029,808000,830000 +LKA,2030,798000,821000 +LKA,2031,786000,809000 +LKA,2032,773000,796000 +LKA,2033,759000,783000 +LKA,2034,746000,770000 +LKA,2035,734000,759000 +LKA,2036,725000,749000 +LKA,2037,718000,742000 +LKA,2038,712000,736000 +LKA,2039,708000,731000 +LKA,2040,703000,727000 +LKA,2041,699000,722000 +LKA,2042,695000,718000 +LKA,2043,692000,715000 +LKA,2044,689000,712000 +LKA,2045,686000,709000 +LKA,2046,682000,705000 +LKA,2047,678000,701000 +LKA,2048,674000,696000 +LKA,2049,669000,692000 +LKA,2050,663000,686000 +LMC,1990,105532346,111429549 +LMC,1991,107882659,114080666 +LMC,1992,110398371,116908197 +LMC,1993,112999032,119825327 +LMC,1994,115521812,122650448 +LMC,1995,117799296,125194582 +LMC,1996,119795313,127426284 +LMC,1997,121599329,129433829 +LMC,1998,123216782,131230151 +LMC,1999,124649514,132839101 +LMC,2000,125869805,134255245 +LMC,2001,126901973,135499158 +LMC,2002,127848705,136681838 +LMC,2003,128727145,137807770 +LMC,2004,129573427,138898210 +LMC,2005,130408507,139961526 +LMC,2006,131010348,140721942 +LMC,2007,131703016,141595625 +LMC,2008,132483488,142563864 +LMC,2009,133337140,143612916 +LMC,2010,134251707,144741279 +LMC,2011,135113331,145800099 +LMC,2012,136027861,146890769 +LMC,2013,136991842,147999398 +LMC,2014,137988490,149087150 +LMC,2015,139012166,150125558 +LMC,2016,140047764,151114127 +LMC,2017,141133068,152091319 +LMC,2018,142240683,153040495 +LMC,2019,143290100,153916500 +LMC,2020,144192400,154662800 +LMC,2021,144942500,155304000 +LMC,2022,145580500,155862200 +LMC,2023,146120500,156338300 +LMC,2024,146606400,156765300 +LMC,2025,147045500,157158400 +LMC,2026,147461500,157549500 +LMC,2027,147862600,157953600 +LMC,2028,148243800,158340700 +LMC,2029,148604000,158706700 +LMC,2030,148936200,159037800 +LMC,2031,149292200,159397800 +LMC,2032,149657200,159764800 +LMC,2033,150018400,160118900 +LMC,2034,150373400,160443000 +LMC,2035,150719500,160728000 +LMC,2036,151099500,161031000 +LMC,2037,151481400,161321000 +LMC,2038,151868400,161588000 +LMC,2039,152231400,161824000 +LMC,2040,152547400,162013000 +LMC,2041,152879400,162237900 +LMC,2042,153195300,162441900 +LMC,2043,153478300,162621800 +LMC,2044,153718200,162752800 +LMC,2045,153892200,162821700 +LMC,2046,154056200,162894700 +LMC,2047,154182100,162929600 +LMC,2048,154267100,162928600 +LMC,2049,154315100,162882700 +LMC,2050,154327200,162801700 +LMY,1990,221364561,231901782 +LMY,1991,223826288,234592678 +LMY,1992,227471838,238559679 +LMY,1993,231985011,243473808 +LMY,1994,236997875,248940841 +LMY,1995,242334861,254763942 +LMY,1996,248375576,261294093 +LMY,1997,254641702,268082585 +LMY,1998,260774714,274763921 +LMY,1999,265773117,280318459 +LMY,2000,268480738,283564575 +LMY,2001,268506320,283981188 +LMY,2002,266607972,282482405 +LMY,2003,263380260,279656139 +LMY,2004,260077818,276746901 +LMY,2005,257824446,274862131 +LMY,2006,256378276,273699694 +LMY,2007,255976704,273572260 +LMY,2008,256408830,274253752 +LMY,2009,257194357,275285363 +LMY,2010,257958169,276325346 +LMY,2011,258667085,277298831 +LMY,2012,259583549,278500711 +LMY,2013,260720562,279927424 +LMY,2014,262121178,281594603 +LMY,2015,263826317,283517319 +LMY,2016,265781200,285564268 +LMY,2017,268050984,287894404 +LMY,2018,270508601,290365683 +LMY,2019,272996700,292825200 +LMY,2020,275388900,295178400 +LMY,2021,277728000,297457700 +LMY,2022,280008100,299665800 +LMY,2023,282175300,301755900 +LMY,2024,284189200,303658900 +LMY,2025,285954400,305296100 +LMY,2026,287547300,306741200 +LMY,2027,288899300,307959000 +LMY,2028,290026400,308932000 +LMY,2029,290928400,309667900 +LMY,2030,291555500,310101900 +LMY,2031,291991300,310331600 +LMY,2032,292204200,310331600 +LMY,2033,292261300,310142500 +LMY,2034,292250000,309878300 +LMY,2035,292276900,309635100 +LMY,2036,292462800,309527000 +LMY,2037,292726500,309511900 +LMY,2038,293080300,309558700 +LMY,2039,293459100,309648500 +LMY,2040,293839900,309735300 +LMY,2041,294371900,309987000 +LMY,2042,294973600,310315900 +LMY,2043,295610500,310704600 +LMY,2044,296239200,311104500 +LMY,2045,296792100,311475400 +LMY,2046,297384000,311924200 +LMY,2047,297956800,312396000 +LMY,2048,298484800,312861900 +LMY,2049,298990700,313300900 +LMY,2050,299438700,313679800 +LSO,1990,116849,116188 +LSO,1991,119716,118623 +LSO,1992,122431,121778 +LSO,1993,125133,125138 +LSO,1994,127905,128025 +LSO,1995,130660,129894 +LSO,1996,132273,132281 +LSO,1997,133743,133871 +LSO,1998,134803,134699 +LSO,1999,135112,134895 +LSO,2000,134448,134546 +LSO,2001,132655,132601 +LSO,2002,130008,129984 +LSO,2003,126884,126977 +LSO,2004,123695,123877 +LSO,2005,120616,120797 +LSO,2006,117612,117722 +LSO,2007,115096,115068 +LSO,2008,112974,112731 +LSO,2009,111207,110732 +LSO,2010,109810,109141 +LSO,2011,109163,108738 +LSO,2012,109486,109343 +LSO,2013,110506,110521 +LSO,2014,111650,111608 +LSO,2015,112242,111926 +LSO,2016,111203,110729 +LSO,2017,109905,109263 +LSO,2018,108449,107623 +LSO,2019,107000,106000 +LSO,2020,106000,105000 +LSO,2021,106000,105000 +LSO,2022,106000,106000 +LSO,2023,107000,107000 +LSO,2024,108000,108000 +LSO,2025,110000,110000 +LSO,2026,111000,111000 +LSO,2027,112000,113000 +LSO,2028,114000,114000 +LSO,2029,115000,115000 +LSO,2030,116000,116000 +LSO,2031,116000,117000 +LSO,2032,116000,117000 +LSO,2033,116000,117000 +LSO,2034,116000,116000 +LSO,2035,115000,116000 +LSO,2036,115000,116000 +LSO,2037,115000,116000 +LSO,2038,115000,116000 +LSO,2039,115000,116000 +LSO,2040,114000,115000 +LSO,2041,114000,115000 +LSO,2042,113000,115000 +LSO,2043,113000,114000 +LSO,2044,113000,114000 +LSO,2045,113000,114000 +LSO,2046,112000,113000 +LSO,2047,112000,113000 +LSO,2048,112000,113000 +LSO,2049,112000,113000 +LSO,2050,112000,113000 +LTE,1990,81192264,85146082 +LTE,1991,80409344,84312411 +LTE,1992,80469572,84391199 +LTE,1993,81356446,85359000 +LTE,1994,82805637,86937963 +LTE,1995,84927113,89254495 +LTE,1996,88006649,92593793 +LTE,1997,91530147,96435185 +LTE,1998,95129156,100391328 +LTE,1999,97817003,103432417 +LTE,2000,98493951,104413727 +LTE,2001,96864533,102968205 +LTE,2002,93394036,99643160 +LTE,2003,88621979,94994523 +LTE,2004,83728066,90214586 +LTE,2005,79790494,86381614 +LTE,2006,76847386,83493864 +LTE,2007,74733670,81414553 +LTE,2008,73266973,79975511 +LTE,2009,72037614,78781156 +LTE,2010,70744806,77535645 +LTE,2011,69560865,76412340 +LTE,2012,68545562,75462854 +LTE,2013,67712210,74706537 +LTE,2014,67099713,74192036 +LTE,2015,66739197,73960328 +LTE,2016,66606520,73970805 +LTE,2017,66688795,74226397 +LTE,2018,66895011,74621705 +LTE,2019,67168900,75057900 +LTE,2020,67514800,75505500 +LTE,2021,67971600,75981400 +LTE,2022,68471400,76419200 +LTE,2023,68952200,76796100 +LTE,2024,69352800,77060100 +LTE,2025,69571300,77139000 +LTE,2026,69667100,77066000 +LTE,2027,69555900,76775500 +LTE,2028,69263000,76284500 +LTE,2029,68789100,75608400 +LTE,2030,68117000,74715200 +LTE,2031,67294900,73640100 +LTE,2032,66283500,72365900 +LTE,2033,65143200,70946700 +LTE,2034,63971800,69515500 +LTE,2035,62869700,68174200 +LTE,2036,61921400,66984900 +LTE,2037,61058100,65894700 +LTE,2038,60268800,64903400 +LTE,2039,59544700,63990200 +LTE,2040,58872300,63141000 +LTE,2041,58337300,62400600 +LTE,2042,57878000,61745400 +LTE,2043,57488600,61167100 +LTE,2044,57128500,60665900 +LTE,2045,56788200,60233600 +LTE,2046,56516000,59889400 +LTE,2047,56266600,59609000 +LTE,2048,56030400,59377900 +LTE,2049,55812100,59185600 +LTE,2050,55601900,59000200 +LTU,1990,130208,133866 +LTU,1991,130310,134059 +LTU,1992,130897,134819 +LTU,1993,131604,135750 +LTU,1994,132196,136582 +LTU,1995,132561,137163 +LTU,1996,133287,138297 +LTU,1997,134301,139574 +LTU,1998,135362,140696 +LTU,1999,136032,141292 +LTU,2000,135802,140983 +LTU,2001,132805,137923 +LTU,2002,129063,134238 +LTU,2003,124869,130162 +LTU,2004,120044,125414 +LTU,2005,114314,119654 +LTU,2006,108364,113631 +LTU,2007,102375,107558 +LTU,2008,96098,101177 +LTU,2009,89811,94787 +LTU,2010,83364,88229 +LTU,2011,77823,82218 +LTU,2012,73908,77932 +LTU,2013,70833,74592 +LTU,2014,68369,71954 +LTU,2015,66475,69942 +LTU,2016,63989,67393 +LTU,2017,62093,65379 +LTU,2018,60435,63424 +LTU,2019,60000,62000 +LTU,2020,60000,63000 +LTU,2021,62000,65000 +LTU,2022,66000,69000 +LTU,2023,71000,75000 +LTU,2024,75000,80000 +LTU,2025,78000,83000 +LTU,2026,79000,84000 +LTU,2027,79000,84000 +LTU,2028,77000,82000 +LTU,2029,76000,80000 +LTU,2030,74000,79000 +LTU,2031,72000,77000 +LTU,2032,71000,75000 +LTU,2033,69000,73000 +LTU,2034,68000,71000 +LTU,2035,66000,70000 +LTU,2036,65000,68000 +LTU,2037,63000,67000 +LTU,2038,62000,66000 +LTU,2039,61000,64000 +LTU,2040,60000,63000 +LTU,2041,58000,61000 +LTU,2042,57000,60000 +LTU,2043,55000,58000 +LTU,2044,54000,57000 +LTU,2045,53000,56000 +LTU,2046,52000,55000 +LTU,2047,52000,55000 +LTU,2048,52000,54000 +LTU,2049,52000,55000 +LTU,2050,52000,55000 +LUX,1990,10287,10777 +LUX,1991,10426,10925 +LUX,1992,10559,11085 +LUX,1993,10725,11283 +LUX,1994,10940,11524 +LUX,1995,11198,11796 +LUX,1996,11479,12077 +LUX,1997,11738,12325 +LUX,1998,12004,12576 +LUX,1999,12307,12860 +LUX,2000,12634,13186 +LUX,2001,13016,13551 +LUX,2002,13357,13894 +LUX,2003,13685,14254 +LUX,2004,13988,14614 +LUX,2005,14245,14926 +LUX,2006,14424,15132 +LUX,2007,14562,15284 +LUX,2008,14718,15448 +LUX,2009,14870,15617 +LUX,2010,14994,15783 +LUX,2011,15215,16044 +LUX,2012,15337,16204 +LUX,2013,15349,16246 +LUX,2014,15320,16229 +LUX,2015,15295,16171 +LUX,2016,15396,16239 +LUX,2017,15515,16284 +LUX,2018,15540,16194 +LUX,2019,15000,16000 +LUX,2020,15000,16000 +LUX,2021,16000,16000 +LUX,2022,16000,17000 +LUX,2023,16000,17000 +LUX,2024,17000,17000 +LUX,2025,17000,18000 +LUX,2026,17000,18000 +LUX,2027,17000,18000 +LUX,2028,17000,18000 +LUX,2029,18000,19000 +LUX,2030,18000,19000 +LUX,2031,18000,19000 +LUX,2032,18000,19000 +LUX,2033,18000,19000 +LUX,2034,18000,19000 +LUX,2035,18000,19000 +LUX,2036,18000,19000 +LUX,2037,18000,19000 +LUX,2038,18000,19000 +LUX,2039,18000,19000 +LUX,2040,18000,19000 +LUX,2041,18000,19000 +LUX,2042,19000,19000 +LUX,2043,19000,19000 +LUX,2044,19000,19000 +LUX,2045,19000,20000 +LUX,2046,19000,20000 +LUX,2047,19000,20000 +LUX,2048,19000,20000 +LUX,2049,19000,20000 +LUX,2050,19000,20000 +LVA,1990,84874,87248 +LVA,1991,85202,87786 +LVA,1992,85888,88680 +LVA,1993,86785,89778 +LVA,1994,88064,91272 +LVA,1995,89293,92739 +LVA,1996,90739,94283 +LVA,1997,91883,95591 +LVA,1998,92513,96452 +LVA,1999,92308,96475 +LVA,2000,90569,94845 +LVA,2001,87645,91665 +LVA,2002,83531,87123 +LVA,2003,78604,81641 +LVA,2004,73120,75607 +LVA,2005,67539,69647 +LVA,2006,61803,63861 +LVA,2007,56249,58443 +LVA,2008,50755,53183 +LVA,2009,45793,48416 +LVA,2010,42297,44984 +LVA,2011,40829,43435 +LVA,2012,41092,43576 +LVA,2013,42393,44748 +LVA,2014,43972,46245 +LVA,2015,45341,47587 +LVA,2016,46562,48595 +LVA,2017,47836,49810 +LVA,2018,48977,51122 +LVA,2019,50000,52000 +LVA,2020,50000,53000 +LVA,2021,49000,53000 +LVA,2022,48000,51000 +LVA,2023,47000,50000 +LVA,2024,46000,49000 +LVA,2025,46000,50000 +LVA,2026,47000,51000 +LVA,2027,50000,54000 +LVA,2028,53000,57000 +LVA,2029,55000,60000 +LVA,2030,56000,61000 +LVA,2031,55000,60000 +LVA,2032,53000,57000 +LVA,2033,50000,54000 +LVA,2034,47000,50000 +LVA,2035,44000,47000 +LVA,2036,42000,45000 +LVA,2037,41000,43000 +LVA,2038,40000,43000 +LVA,2039,40000,42000 +LVA,2040,39000,41000 +LVA,2041,38000,40000 +LVA,2042,37000,39000 +LVA,2043,37000,39000 +LVA,2044,36000,38000 +LVA,2045,36000,38000 +LVA,2046,36000,38000 +LVA,2047,36000,38000 +LVA,2048,36000,38000 +LVA,2049,36000,39000 +LVA,2050,37000,39000 +MAC,1990,10067,10754 +MAC,1991,11013,11470 +MAC,1992,12228,12525 +MAC,1993,13524,13812 +MAC,1994,14676,15112 +MAC,1995,15553,16244 +MAC,1996,16403,17247 +MAC,1997,17238,18220 +MAC,1998,18171,19196 +MAC,1999,19112,20127 +MAC,2000,19840,20897 +MAC,2001,20658,21185 +MAC,2002,20874,21072 +MAC,2003,20535,20662 +MAC,2004,19805,20076 +MAC,2005,18858,19385 +MAC,2006,17751,18442 +MAC,2007,16604,17376 +MAC,2008,15505,16312 +MAC,2009,14457,15288 +MAC,2010,13429,14280 +MAC,2011,12551,13453 +MAC,2012,11669,12547 +MAC,2013,10798,11608 +MAC,2014,10050,10789 +MAC,2015,9570,10265 +MAC,2016,9637,10314 +MAC,2017,9960,10656 +MAC,2018,10480,11215 +MAC,2019,11000,12000 +MAC,2020,12000,13000 +MAC,2021,13000,14000 +MAC,2022,14000,15000 +MAC,2023,15000,16000 +MAC,2024,16000,16000 +MAC,2025,16000,17000 +MAC,2026,17000,18000 +MAC,2027,18000,18000 +MAC,2028,18000,19000 +MAC,2029,18000,19000 +MAC,2030,18000,19000 +MAC,2031,18000,19000 +MAC,2032,18000,19000 +MAC,2033,18000,19000 +MAC,2034,18000,19000 +MAC,2035,18000,19000 +MAC,2036,18000,19000 +MAC,2037,18000,18000 +MAC,2038,17000,18000 +MAC,2039,17000,17000 +MAC,2040,16000,17000 +MAC,2041,16000,17000 +MAC,2042,16000,17000 +MAC,2043,16000,16000 +MAC,2044,15000,16000 +MAC,2045,15000,16000 +MAC,2046,15000,16000 +MAC,2047,15000,16000 +MAC,2048,16000,16000 +MAC,2049,16000,16000 +MAC,2050,16000,17000 +MAF,1990,, +MAF,1991,, +MAF,1992,, +MAF,1993,, +MAF,1994,, +MAF,1995,, +MAF,1996,, +MAF,1997,, +MAF,1998,, +MAF,1999,, +MAF,2000,, +MAF,2001,, +MAF,2002,, +MAF,2003,, +MAF,2004,, +MAF,2005,, +MAF,2006,, +MAF,2007,, +MAF,2008,, +MAF,2009,, +MAF,2010,, +MAF,2011,, +MAF,2012,, +MAF,2013,, +MAF,2014,, +MAF,2015,, +MAF,2016,, +MAF,2017,, +MAF,2018,, +MAF,2019,, +MAF,2020,, +MAF,2021,, +MAF,2022,, +MAF,2023,, +MAF,2024,, +MAF,2025,, +MAF,2026,, +MAF,2027,, +MAF,2028,, +MAF,2029,, +MAF,2030,, +MAF,2031,, +MAF,2032,, +MAF,2033,, +MAF,2034,, +MAF,2035,, +MAF,2036,, +MAF,2037,, +MAF,2038,, +MAF,2039,, +MAF,2040,, +MAF,2041,, +MAF,2042,, +MAF,2043,, +MAF,2044,, +MAF,2045,, +MAF,2046,, +MAF,2047,, +MAF,2048,, +MAF,2049,, +MAF,2050,, +MAR,1990,1490705,1550350 +MAR,1991,1524494,1583980 +MAR,1992,1560848,1620436 +MAR,1993,1597978,1657924 +MAR,1994,1630504,1691274 +MAR,1995,1651630,1713774 +MAR,1996,1654620,1714768 +MAR,1997,1648227,1708564 +MAR,1998,1634568,1697118 +MAR,1999,1619553,1685589 +MAR,2000,1609042,1678808 +MAR,2001,1602001,1668533 +MAR,2002,1599606,1665194 +MAR,2003,1600361,1667227 +MAR,2004,1599392,1669282 +MAR,2005,1591247,1664941 +MAR,2006,1569359,1640999 +MAR,2007,1542858,1612820 +MAR,2008,1513766,1582902 +MAR,2009,1487482,1557408 +MAR,2010,1469312,1541961 +MAR,2011,1456827,1529724 +MAR,2012,1452566,1526244 +MAR,2013,1455302,1529851 +MAR,2014,1461963,1537281 +MAR,2015,1469633,1545774 +MAR,2016,1473557,1550309 +MAR,2017,1480038,1558178 +MAR,2018,1488758,1568921 +MAR,2019,1502000,1584000 +MAR,2020,1522000,1606000 +MAR,2021,1550000,1636000 +MAR,2022,1583000,1670000 +MAR,2023,1618000,1706000 +MAR,2024,1648000,1736000 +MAR,2025,1665000,1753000 +MAR,2026,1668000,1756000 +MAR,2027,1660000,1747000 +MAR,2028,1643000,1729000 +MAR,2029,1623000,1709000 +MAR,2030,1606000,1692000 +MAR,2031,1592000,1678000 +MAR,2032,1581000,1667000 +MAR,2033,1571000,1657000 +MAR,2034,1561000,1647000 +MAR,2035,1550000,1635000 +MAR,2036,1538000,1624000 +MAR,2037,1527000,1612000 +MAR,2038,1515000,1600000 +MAR,2039,1504000,1588000 +MAR,2040,1493000,1577000 +MAR,2041,1484000,1568000 +MAR,2042,1475000,1559000 +MAR,2043,1468000,1551000 +MAR,2044,1460000,1544000 +MAR,2045,1454000,1537000 +MAR,2046,1449000,1532000 +MAR,2047,1444000,1527000 +MAR,2048,1441000,1524000 +MAR,2049,1438000,1521000 +MAR,2050,1434000,1518000 +MCO,1990,, +MCO,1991,, +MCO,1992,, +MCO,1993,, +MCO,1994,, +MCO,1995,, +MCO,1996,, +MCO,1997,, +MCO,1998,, +MCO,1999,, +MCO,2000,, +MCO,2001,, +MCO,2002,, +MCO,2003,, +MCO,2004,, +MCO,2005,, +MCO,2006,, +MCO,2007,, +MCO,2008,, +MCO,2009,, +MCO,2010,, +MCO,2011,, +MCO,2012,, +MCO,2013,, +MCO,2014,, +MCO,2015,, +MCO,2016,, +MCO,2017,, +MCO,2018,, +MCO,2019,, +MCO,2020,, +MCO,2021,, +MCO,2022,, +MCO,2023,, +MCO,2024,, +MCO,2025,, +MCO,2026,, +MCO,2027,, +MCO,2028,, +MCO,2029,, +MCO,2030,, +MCO,2031,, +MCO,2032,, +MCO,2033,, +MCO,2034,, +MCO,2035,, +MCO,2036,, +MCO,2037,, +MCO,2038,, +MCO,2039,, +MCO,2040,, +MCO,2041,, +MCO,2042,, +MCO,2043,, +MCO,2044,, +MCO,2045,, +MCO,2046,, +MCO,2047,, +MCO,2048,, +MCO,2049,, +MCO,2050,, +MDA,1990,157089,161468 +MDA,1991,159613,164232 +MDA,1992,162583,167296 +MDA,1993,165570,170236 +MDA,1994,168205,172832 +MDA,1995,170374,175118 +MDA,1996,173212,178044 +MDA,1997,175558,180553 +MDA,1998,178186,183505 +MDA,1999,179492,185154 +MDA,2000,178452,184326 +MDA,2001,173179,179406 +MDA,2002,165529,171922 +MDA,2003,156083,162510 +MDA,2004,146221,152611 +MDA,2005,136971,143236 +MDA,2006,129685,135207 +MDA,2007,122904,127714 +MDA,2008,116460,120660 +MDA,2009,110378,114174 +MDA,2010,104876,108544 +MDA,2011,99193,103379 +MDA,2012,94541,99313 +MDA,2013,90711,96065 +MDA,2014,87722,93509 +MDA,2015,85842,91805 +MDA,2016,85705,91666 +MDA,2017,86762,92554 +MDA,2018,88681,94189 +MDA,2019,91000,96000 +MDA,2020,92000,97000 +MDA,2021,93000,98000 +MDA,2022,94000,99000 +MDA,2023,94000,100000 +MDA,2024,94000,100000 +MDA,2025,93000,99000 +MDA,2026,92000,98000 +MDA,2027,91000,96000 +MDA,2028,89000,94000 +MDA,2029,87000,92000 +MDA,2030,85000,90000 +MDA,2031,83000,88000 +MDA,2032,82000,86000 +MDA,2033,80000,85000 +MDA,2034,79000,83000 +MDA,2035,77000,82000 +MDA,2036,76000,80000 +MDA,2037,74000,78000 +MDA,2038,72000,76000 +MDA,2039,70000,74000 +MDA,2040,69000,72000 +MDA,2041,67000,71000 +MDA,2042,66000,69000 +MDA,2043,65000,68000 +MDA,2044,64000,67000 +MDA,2045,63000,66000 +MDA,2046,62000,66000 +MDA,2047,62000,65000 +MDA,2048,61000,64000 +MDA,2049,61000,64000 +MDA,2050,61000,64000 +MDG,1990,735995,741039 +MDG,1991,754646,760004 +MDG,1992,773512,778864 +MDG,1993,792865,797979 +MDG,1994,813126,817937 +MDG,1995,834362,838903 +MDG,1996,856911,860763 +MDG,1997,881702,884850 +MDG,1998,908536,910989 +MDG,1999,937395,939135 +MDG,2000,968253,969200 +MDG,2001,1000674,1000678 +MDG,2002,1036340,1035438 +MDG,2003,1074455,1072721 +MDG,2004,1114139,1111703 +MDG,2005,1154840,1151867 +MDG,2006,1197334,1194014 +MDG,2007,1240860,1237510 +MDG,2008,1284773,1281717 +MDG,2009,1327235,1324825 +MDG,2010,1365946,1364569 +MDG,2011,1399999,1400064 +MDG,2012,1430765,1432702 +MDG,2013,1458998,1463168 +MDG,2014,1486199,1492787 +MDG,2015,1513554,1522538 +MDG,2016,1541782,1553022 +MDG,2017,1570173,1583727 +MDG,2018,1598789,1614705 +MDG,2019,1627000,1646000 +MDG,2020,1655000,1676000 +MDG,2021,1682000,1705000 +MDG,2022,1709000,1735000 +MDG,2023,1737000,1766000 +MDG,2024,1766000,1798000 +MDG,2025,1799000,1832000 +MDG,2026,1836000,1871000 +MDG,2027,1877000,1912000 +MDG,2028,1920000,1956000 +MDG,2029,1964000,2000000 +MDG,2030,2007000,2043000 +MDG,2031,2050000,2087000 +MDG,2032,2092000,2130000 +MDG,2033,2134000,2172000 +MDG,2034,2174000,2214000 +MDG,2035,2214000,2254000 +MDG,2036,2253000,2294000 +MDG,2037,2291000,2333000 +MDG,2038,2327000,2370000 +MDG,2039,2362000,2405000 +MDG,2040,2395000,2439000 +MDG,2041,2427000,2472000 +MDG,2042,2458000,2503000 +MDG,2043,2487000,2533000 +MDG,2044,2516000,2563000 +MDG,2045,2545000,2592000 +MDG,2046,2575000,2623000 +MDG,2047,2605000,2654000 +MDG,2048,2635000,2685000 +MDG,2049,2665000,2716000 +MDG,2050,2694000,2746000 +MDV,1990,13222,13786 +MDV,1991,13985,14514 +MDV,1992,14909,15443 +MDV,1993,15933,16507 +MDV,1994,16932,17577 +MDV,1995,17815,18546 +MDV,1996,18596,19200 +MDV,1997,19248,19768 +MDV,1998,19780,20281 +MDV,1999,20190,20772 +MDV,2000,20454,21243 +MDV,2001,20507,21435 +MDV,2002,20384,21490 +MDV,2003,20105,21396 +MDV,2004,19685,21118 +MDV,2005,19130,20620 +MDV,2006,18471,20068 +MDV,2007,17646,19106 +MDV,2008,16720,17937 +MDV,2009,15794,16807 +MDV,2010,14951,15894 +MDV,2011,14225,15218 +MDV,2012,13622,14590 +MDV,2013,13137,14026 +MDV,2014,12818,13563 +MDV,2015,12756,13299 +MDV,2016,13143,13441 +MDV,2017,13786,13917 +MDV,2018,14607,14940 +MDV,2019,15000,16000 +MDV,2020,16000,17000 +MDV,2021,17000,18000 +MDV,2022,17000,19000 +MDV,2023,18000,19000 +MDV,2024,18000,19000 +MDV,2025,18000,19000 +MDV,2026,18000,19000 +MDV,2027,18000,19000 +MDV,2028,18000,19000 +MDV,2029,17000,18000 +MDV,2030,17000,18000 +MDV,2031,17000,18000 +MDV,2032,16000,17000 +MDV,2033,16000,17000 +MDV,2034,16000,16000 +MDV,2035,15000,16000 +MDV,2036,15000,16000 +MDV,2037,14000,15000 +MDV,2038,14000,15000 +MDV,2039,14000,14000 +MDV,2040,13000,14000 +MDV,2041,13000,14000 +MDV,2042,13000,13000 +MDV,2043,13000,13000 +MDV,2044,12000,13000 +MDV,2045,12000,13000 +MDV,2046,12000,13000 +MDV,2047,13000,13000 +MDV,2048,13000,13000 +MDV,2049,13000,14000 +MDV,2050,13000,14000 +MEA,1990,15413809,16163165 +MEA,1991,15957443,16726753 +MEA,1992,16421032,17203213 +MEA,1993,16990766,17781390 +MEA,1994,17531957,18324478 +MEA,1995,18079037,18883241 +MEA,1996,18453251,19250882 +MEA,1997,18758552,19551809 +MEA,1998,19003316,19805620 +MEA,1999,19185223,20013761 +MEA,2000,19280070,20147939 +MEA,2001,19267013,20125204 +MEA,2002,19169533,20024522 +MEA,2003,19021956,19879650 +MEA,2004,18863035,19725236 +MEA,2005,18714577,19578423 +MEA,2006,18540645,19379708 +MEA,2007,18377875,19190849 +MEA,2008,18234616,19037922 +MEA,2009,18120970,18935350 +MEA,2010,18043787,18880632 +MEA,2011,17963284,18804107 +MEA,2012,17926429,18768084 +MEA,2013,17938511,18790177 +MEA,2014,18010328,18886166 +MEA,2015,18154702,19064527 +MEA,2016,18392721,19317277 +MEA,2017,18711133,19653049 +MEA,2018,19104975,20078094 +MEA,2019,19569000,20585000 +MEA,2020,20100000,21168000 +MEA,2021,20718000,21831000 +MEA,2022,21384000,22534000 +MEA,2023,22068000,23259000 +MEA,2024,22716000,23945000 +MEA,2025,23249000,24504000 +MEA,2026,23671000,24933000 +MEA,2027,23964000,25214000 +MEA,2028,24147000,25382000 +MEA,2029,24252000,25475000 +MEA,2030,24286000,25507000 +MEA,2031,24257000,25465000 +MEA,2032,24148000,25341000 +MEA,2033,23987000,25165000 +MEA,2034,23797000,24973000 +MEA,2035,23609000,24779000 +MEA,2036,23436000,24599000 +MEA,2037,23272000,24423000 +MEA,2038,23126000,24265000 +MEA,2039,22996000,24134000 +MEA,2040,22893000,24033000 +MEA,2041,22841000,23977000 +MEA,2042,22820000,23953000 +MEA,2043,22832000,23967000 +MEA,2044,22870000,24009000 +MEA,2045,22934000,24081000 +MEA,2046,23033000,24186000 +MEA,2047,23153900,24312000 +MEA,2048,23291800,24456000 +MEA,2049,23432700,24607000 +MEA,2050,23565600,24756000 +MEX,1990,5201015,5313328 +MEX,1991,5208345,5290534 +MEX,1992,5228341,5285373 +MEX,1993,5253604,5304621 +MEX,1994,5282921,5349311 +MEX,1995,5320242,5414618 +MEX,1996,5341590,5445321 +MEX,1997,5368491,5471959 +MEX,1998,5397225,5492614 +MEX,1999,5423672,5509242 +MEX,2000,5445817,5525969 +MEX,2001,5451795,5514729 +MEX,2002,5459718,5520046 +MEX,2003,5474140,5550548 +MEX,2004,5493453,5598607 +MEX,2005,5511131,5646289 +MEX,2006,5527000,5676891 +MEX,2007,5531946,5686661 +MEX,2008,5525005,5677656 +MEX,2009,5513211,5663134 +MEX,2010,5505785,5657197 +MEX,2011,5507560,5659425 +MEX,2012,5516443,5673490 +MEX,2013,5530395,5697166 +MEX,2014,5541695,5721202 +MEX,2015,5542160,5735814 +MEX,2016,5530126,5735567 +MEX,2017,5510022,5727005 +MEX,2018,5484643,5712501 +MEX,2019,5461000,5699000 +MEX,2020,5448000,5693000 +MEX,2021,5447000,5696000 +MEX,2022,5454000,5704000 +MEX,2023,5465000,5716000 +MEX,2024,5473000,5723000 +MEX,2025,5469000,5720000 +MEX,2026,5455000,5704000 +MEX,2027,5432000,5680000 +MEX,2028,5400000,5648000 +MEX,2029,5366000,5614000 +MEX,2030,5333000,5581000 +MEX,2031,5302000,5549000 +MEX,2032,5271000,5517000 +MEX,2033,5240000,5487000 +MEX,2034,5207000,5454000 +MEX,2035,5172000,5419000 +MEX,2036,5137000,5382000 +MEX,2037,5100000,5344000 +MEX,2038,5063000,5304000 +MEX,2039,5024000,5264000 +MEX,2040,4985000,5224000 +MEX,2041,4948000,5185000 +MEX,2042,4911000,5146000 +MEX,2043,4873000,5107000 +MEX,2044,4836000,5069000 +MEX,2045,4798000,5030000 +MEX,2046,4763000,4993000 +MEX,2047,4728000,4956000 +MEX,2048,4693000,4920000 +MEX,2049,4658000,4884000 +MEX,2050,4623000,4849000 +MHL,1990,, +MHL,1991,, +MHL,1992,, +MHL,1993,, +MHL,1994,, +MHL,1995,, +MHL,1996,, +MHL,1997,, +MHL,1998,, +MHL,1999,, +MHL,2000,, +MHL,2001,, +MHL,2002,, +MHL,2003,, +MHL,2004,, +MHL,2005,, +MHL,2006,, +MHL,2007,, +MHL,2008,, +MHL,2009,, +MHL,2010,, +MHL,2011,, +MHL,2012,, +MHL,2013,, +MHL,2014,, +MHL,2015,, +MHL,2016,, +MHL,2017,, +MHL,2018,, +MHL,2019,, +MHL,2020,, +MHL,2021,, +MHL,2022,, +MHL,2023,, +MHL,2024,, +MHL,2025,, +MHL,2026,, +MHL,2027,, +MHL,2028,, +MHL,2029,, +MHL,2030,, +MHL,2031,, +MHL,2032,, +MHL,2033,, +MHL,2034,, +MHL,2035,, +MHL,2036,, +MHL,2037,, +MHL,2038,, +MHL,2039,, +MHL,2040,, +MHL,2041,, +MHL,2042,, +MHL,2043,, +MHL,2044,, +MHL,2045,, +MHL,2046,, +MHL,2047,, +MHL,2048,, +MHL,2049,, +MHL,2050,, +MIC,1990,201102252,211320942 +MIC,1991,202980716,213422003 +MIC,1992,205955280,216692632 +MIC,1993,209722089,220825800 +MIC,1994,213958424,225485437 +MIC,1995,218547428,230542562 +MIC,1996,223890643,236392079 +MIC,1997,229460058,242496615 +MIC,1998,234887770,248471744 +MIC,1999,239160303,253281256 +MIC,2000,241125207,255751863 +MIC,2001,240439345,255464410 +MIC,2002,237769061,253188762 +MIC,2003,233708543,249516720 +MIC,2004,229528757,245709619 +MIC,2005,226382046,242902548 +MIC,2006,224082860,240852024 +MIC,2007,222778001,239784859 +MIC,2008,222266687,239491406 +MIC,2009,222089559,239537411 +MIC,2010,221900148,239609926 +MIC,2011,221739578,239693125 +MIC,2012,221792157,240005224 +MIC,2013,222064796,240533825 +MIC,2014,222588414,241280696 +MIC,2015,223398785,242257661 +MIC,2016,224440611,243387829 +MIC,2017,225756070,244748645 +MIC,2018,227227062,246209258 +MIC,2019,228713700,247636200 +MIC,2020,230134900,248971400 +MIC,2021,231534000,250278700 +MIC,2022,232858100,251491800 +MIC,2023,234065300,252567900 +MIC,2024,235107200,253448900 +MIC,2025,235890400,254064100 +MIC,2026,236502300,254493200 +MIC,2027,236860300,254685000 +MIC,2028,236992400,254629000 +MIC,2029,236907400,254345900 +MIC,2030,236573500,253798900 +MIC,2031,236097300,253085600 +MIC,2032,235413200,252165600 +MIC,2033,234579300,251077500 +MIC,2034,233697000,249930300 +MIC,2035,232867900,248821100 +MIC,2036,232216800,247868000 +MIC,2037,231650500,247005900 +MIC,2038,231173300,246214700 +MIC,2039,230737100,245475500 +MIC,2040,230319900,244759300 +MIC,2041,230069900,244219000 +MIC,2042,229893600,243752900 +MIC,2043,229764500,243358600 +MIC,2044,229633200,242986500 +MIC,2045,229449100,242617400 +MIC,2046,229324000,242333200 +MIC,2047,229184800,242079000 +MIC,2048,229018800,241830900 +MIC,2049,228834700,241575900 +MIC,2050,228615700,241280800 +MKD,1990,83411,87268 +MKD,1991,83433,87464 +MKD,1992,83523,87774 +MKD,1993,83624,88101 +MKD,1994,83695,88362 +MKD,1995,83685,88470 +MKD,1996,83455,88141 +MKD,1997,83169,87725 +MKD,1998,82774,87179 +MKD,1999,82258,86504 +MKD,2000,81647,85747 +MKD,2001,80968,84951 +MKD,2002,80194,84077 +MKD,2003,79311,83120 +MKD,2004,78206,81958 +MKD,2005,76714,80415 +MKD,2006,74812,78403 +MKD,2007,72583,76069 +MKD,2008,70139,73528 +MKD,2009,67758,71068 +MKD,2010,65727,68978 +MKD,2011,63809,67122 +MKD,2012,62290,65674 +MKD,2013,61137,64580 +MKD,2014,60134,63631 +MKD,2015,59062,62608 +MKD,2016,58013,61547 +MKD,2017,56881,60433 +MKD,2018,55736,59323 +MKD,2019,55000,58000 +MKD,2020,54000,58000 +MKD,2021,54000,58000 +MKD,2022,54000,58000 +MKD,2023,55000,59000 +MKD,2024,55000,60000 +MKD,2025,56000,60000 +MKD,2026,56000,60000 +MKD,2027,55000,59000 +MKD,2028,55000,59000 +MKD,2029,55000,58000 +MKD,2030,54000,57000 +MKD,2031,53000,57000 +MKD,2032,53000,56000 +MKD,2033,52000,55000 +MKD,2034,51000,54000 +MKD,2035,50000,53000 +MKD,2036,49000,52000 +MKD,2037,48000,51000 +MKD,2038,48000,50000 +MKD,2039,47000,49000 +MKD,2040,46000,49000 +MKD,2041,45000,48000 +MKD,2042,45000,47000 +MKD,2043,44000,46000 +MKD,2044,43000,46000 +MKD,2045,43000,45000 +MKD,2046,42000,45000 +MKD,2047,42000,44000 +MKD,2048,41000,43000 +MKD,2049,41000,43000 +MKD,2050,41000,43000 +MLI,1990,540256,555418 +MLI,1991,551901,566463 +MLI,1992,565743,580490 +MLI,1993,581490,596988 +MLI,1994,597951,614464 +MLI,1995,613304,630868 +MLI,1996,624745,642775 +MLI,1997,637327,655990 +MLI,1998,651491,670930 +MLI,1999,667518,687722 +MLI,2000,685005,705704 +MLI,2001,701530,721737 +MLI,2002,721146,740785 +MLI,2003,743714,762812 +MLI,2004,768191,787028 +MLI,2005,792886,811933 +MLI,2006,816045,835442 +MLI,2007,841245,861585 +MLI,2008,868454,890135 +MLI,2009,897975,921079 +MLI,2010,929859,954208 +MLI,2011,963226,988947 +MLI,2012,1000617,1027880 +MLI,2013,1041268,1070277 +MLI,2014,1084213,1115295 +MLI,2015,1128576,1162136 +MLI,2016,1173085,1208528 +MLI,2017,1219548,1257340 +MLI,2018,1267117,1307567 +MLI,2019,1314000,1357000 +MLI,2020,1357000,1402000 +MLI,2021,1395000,1442000 +MLI,2022,1430000,1479000 +MLI,2023,1464000,1514000 +MLI,2024,1497000,1548000 +MLI,2025,1531000,1583000 +MLI,2026,1563000,1615000 +MLI,2027,1596000,1648000 +MLI,2028,1631000,1683000 +MLI,2029,1666000,1718000 +MLI,2030,1701000,1754000 +MLI,2031,1737000,1790000 +MLI,2032,1774000,1829000 +MLI,2033,1814000,1869000 +MLI,2034,1854000,1910000 +MLI,2035,1894000,1952000 +MLI,2036,1935000,1994000 +MLI,2037,1977000,2037000 +MLI,2038,2019000,2081000 +MLI,2039,2062000,2125000 +MLI,2040,2103000,2168000 +MLI,2041,2143000,2208000 +MLI,2042,2182000,2248000 +MLI,2043,2220000,2287000 +MLI,2044,2257000,2326000 +MLI,2045,2294000,2364000 +MLI,2046,2330000,2400000 +MLI,2047,2365000,2436000 +MLI,2048,2399000,2471000 +MLI,2049,2432000,2505000 +MLI,2050,2463000,2537000 +MLT,1990,13603,14566 +MLT,1991,13989,14949 +MLT,1992,14117,15029 +MLT,1993,14192,15041 +MLT,1994,14223,15009 +MLT,1995,14196,14950 +MLT,1996,14109,14846 +MLT,1997,14016,14775 +MLT,1998,13892,14689 +MLT,1999,13741,14579 +MLT,2000,13581,14443 +MLT,2001,13468,14343 +MLT,2002,13381,14250 +MLT,2003,13315,14155 +MLT,2004,13257,14057 +MLT,2005,13159,13921 +MLT,2006,12826,13566 +MLT,2007,12441,13138 +MLT,2008,12082,12691 +MLT,2009,11729,12234 +MLT,2010,11327,11746 +MLT,2011,10940,11391 +MLT,2012,10580,11070 +MLT,2013,10282,10795 +MLT,2014,10100,10612 +MLT,2015,10057,10555 +MLT,2016,10142,10664 +MLT,2017,10357,10934 +MLT,2018,10699,11359 +MLT,2019,11000,11000 +MLT,2020,11000,12000 +MLT,2021,11000,12000 +MLT,2022,11000,12000 +MLT,2023,11000,12000 +MLT,2024,11000,12000 +MLT,2025,11000,12000 +MLT,2026,11000,12000 +MLT,2027,12000,12000 +MLT,2028,12000,12000 +MLT,2029,12000,12000 +MLT,2030,12000,12000 +MLT,2031,12000,12000 +MLT,2032,12000,12000 +MLT,2033,12000,12000 +MLT,2034,12000,12000 +MLT,2035,12000,12000 +MLT,2036,11000,12000 +MLT,2037,11000,12000 +MLT,2038,11000,12000 +MLT,2039,11000,12000 +MLT,2040,11000,12000 +MLT,2041,11000,11000 +MLT,2042,11000,11000 +MLT,2043,10000,11000 +MLT,2044,10000,11000 +MLT,2045,10000,11000 +MLT,2046,10000,11000 +MLT,2047,9900,10000 +MLT,2048,9800,10000 +MLT,2049,9700,10000 +MLT,2050,9600,10000 +MMR,1990,2501189,2468357 +MMR,1991,2531099,2501357 +MMR,1992,2560915,2534518 +MMR,1993,2590230,2566782 +MMR,1994,2614925,2593436 +MMR,1995,2628859,2608078 +MMR,1996,2624770,2604187 +MMR,1997,2610528,2590869 +MMR,1998,2588501,2570748 +MMR,1999,2562591,2547920 +MMR,2000,2535244,2524640 +MMR,2001,2500551,2492526 +MMR,2002,2470691,2465313 +MMR,2003,2446688,2443396 +MMR,2004,2431023,2429102 +MMR,2005,2426245,2425194 +MMR,2006,2427234,2424981 +MMR,2007,2440144,2437952 +MMR,2008,2460247,2459314 +MMR,2009,2483907,2485498 +MMR,2010,2509577,2515037 +MMR,2011,2532640,2538574 +MMR,2012,2556198,2563593 +MMR,2013,2577689,2587582 +MMR,2014,2590856,2603765 +MMR,2015,2588926,2604586 +MMR,2016,2565836,2584279 +MMR,2017,2532076,2552021 +MMR,2018,2491777,2512010 +MMR,2019,2451000,2471000 +MMR,2020,2413000,2433000 +MMR,2021,2370000,2390000 +MMR,2022,2330000,2350000 +MMR,2023,2292000,2313000 +MMR,2024,2258000,2280000 +MMR,2025,2233000,2256000 +MMR,2026,2217000,2241000 +MMR,2027,2210000,2236000 +MMR,2028,2209000,2236000 +MMR,2029,2210000,2239000 +MMR,2030,2209000,2240000 +MMR,2031,2209000,2240000 +MMR,2032,2208000,2238000 +MMR,2033,2205000,2236000 +MMR,2034,2203000,2233000 +MMR,2035,2201000,2230000 +MMR,2036,2200000,2228000 +MMR,2037,2198000,2226000 +MMR,2038,2196000,2224000 +MMR,2039,2193000,2220000 +MMR,2040,2187000,2215000 +MMR,2041,2181000,2209000 +MMR,2042,2174000,2201000 +MMR,2043,2165000,2191000 +MMR,2044,2154000,2180000 +MMR,2045,2141000,2167000 +MMR,2046,2126000,2152000 +MMR,2047,2109000,2135000 +MMR,2048,2091000,2116000 +MMR,2049,2072000,2097000 +MMR,2050,2053000,2079000 +MNA,1990,13956938,14669992 +MNA,1991,14431841,15158696 +MNA,1992,14924976,15655133 +MNA,1993,15418824,16139096 +MNA,1994,15885109,16589669 +MNA,1995,16296833,16990889 +MNA,1996,16657143,17356882 +MNA,1997,16949796,17665987 +MNA,1998,17174909,17916321 +MNA,1999,17327631,18097465 +MNA,2000,17387569,18182726 +MNA,2001,17337860,18137455 +MNA,2002,17212473,18017005 +MNA,2003,17038791,17842835 +MNA,2004,16852591,17648589 +MNA,2005,16678278,17459817 +MNA,2006,16498651,17262396 +MNA,2007,16338959,17088346 +MNA,2008,16201253,16943820 +MNA,2009,16088420,16834951 +MNA,2010,16008392,16769855 +MNA,2011,15943363,16698877 +MNA,2012,15914125,16675417 +MNA,2013,15923689,16699632 +MNA,2014,15983334,16779737 +MNA,2015,16107417,16927245 +MNA,2016,16305726,17144487 +MNA,2017,16580613,17439285 +MNA,2018,16922446,17802352 +MNA,2019,17328000,18233000 +MNA,2020,17796000,18735000 +MNA,2021,18339000,19313000 +MNA,2022,18937000,19957000 +MNA,2023,19561000,20630000 +MNA,2024,20152000,21264000 +MNA,2025,20643000,21782000 +MNA,2026,21035000,22183000 +MNA,2027,21310000,22461000 +MNA,2028,21490000,22632000 +MNA,2029,21598000,22728000 +MNA,2030,21644000,22766000 +MNA,2031,21626000,22735000 +MNA,2032,21538000,22640000 +MNA,2033,21402000,22493000 +MNA,2034,21238000,22324000 +MNA,2035,21077000,22154000 +MNA,2036,20931000,21998000 +MNA,2037,20794000,21855000 +MNA,2038,20674000,21729000 +MNA,2039,20569000,21619000 +MNA,2040,20489000,21536000 +MNA,2041,20453000,21498000 +MNA,2042,20448000,21493000 +MNA,2043,20473000,21523000 +MNA,2044,20521000,21573000 +MNA,2045,20590000,21647000 +MNA,2046,20690000,21752000 +MNA,2047,20811000,21881000 +MNA,2048,20944000,22024000 +MNA,2049,21080000,22168000 +MNA,2050,21206000,22305000 +MNE,1990,24270,26180 +MNE,1991,24107,25996 +MNE,1992,24113,25961 +MNE,1993,24213,26011 +MNE,1994,24255,26006 +MNE,1995,24104,25813 +MNE,1996,23963,25650 +MNE,1997,23634,25307 +MNE,1998,23151,24801 +MNE,1999,22606,24229 +MNE,2000,22082,23694 +MNE,2001,21777,23398 +MNE,2002,21503,23146 +MNE,2003,21262,22941 +MNE,2004,20984,22701 +MNE,2005,20685,22433 +MNE,2006,20518,22279 +MNE,2007,20314,22085 +MNE,2008,20052,21819 +MNE,2009,19755,21512 +MNE,2010,19452,21209 +MNE,2011,19246,20998 +MNE,2012,19082,20850 +MNE,2013,18914,20714 +MNE,2014,18741,20573 +MNE,2015,18594,20446 +MNE,2016,18516,20399 +MNE,2017,18519,20422 +MNE,2018,18576,20484 +MNE,2019,19000,21000 +MNE,2020,19000,20000 +MNE,2021,18000,20000 +MNE,2022,18000,20000 +MNE,2023,18000,20000 +MNE,2024,18000,19000 +MNE,2025,18000,19000 +MNE,2026,17000,19000 +MNE,2027,17000,19000 +MNE,2028,17000,19000 +MNE,2029,18000,19000 +MNE,2030,17000,19000 +MNE,2031,17000,19000 +MNE,2032,17000,19000 +MNE,2033,17000,18000 +MNE,2034,17000,18000 +MNE,2035,17000,18000 +MNE,2036,17000,18000 +MNE,2037,16000,17000 +MNE,2038,16000,17000 +MNE,2039,16000,17000 +MNE,2040,16000,17000 +MNE,2041,16000,17000 +MNE,2042,16000,17000 +MNE,2043,16000,16000 +MNE,2044,15000,16000 +MNE,2045,15000,16000 +MNE,2046,15000,16000 +MNE,2047,15000,16000 +MNE,2048,15000,16000 +MNE,2049,15000,16000 +MNE,2050,15000,15000 +MNG,1990,130894,129677 +MNG,1991,132128,130857 +MNG,1992,133650,132576 +MNG,1993,135309,134762 +MNG,1994,137265,137476 +MNG,1995,139963,140947 +MNG,1996,143593,145302 +MNG,1997,148077,150153 +MNG,1998,153241,155213 +MNG,1999,157788,159338 +MNG,2000,160074,161155 +MNG,2001,158785,159996 +MNG,2002,155041,156535 +MNG,2003,149471,151355 +MNG,2004,143306,145533 +MNG,2005,137565,139931 +MNG,2006,132062,134526 +MNG,2007,126952,129358 +MNG,2008,122349,124568 +MNG,2009,118231,120234 +MNG,2010,114592,116436 +MNG,2011,111313,113104 +MNG,2012,108856,110661 +MNG,2013,107298,109178 +MNG,2014,107066,109049 +MNG,2015,108690,110782 +MNG,2016,112141,114377 +MNG,2017,117416,119825 +MNG,2018,124082,126679 +MNG,2019,132000,134000 +MNG,2020,139000,142000 +MNG,2021,148000,151000 +MNG,2022,157000,160000 +MNG,2023,165000,169000 +MNG,2024,173000,177000 +MNG,2025,179000,183000 +MNG,2026,183000,187000 +MNG,2027,185000,190000 +MNG,2028,186000,191000 +MNG,2029,186000,190000 +MNG,2030,184000,189000 +MNG,2031,182000,187000 +MNG,2032,179000,184000 +MNG,2033,176000,180000 +MNG,2034,172000,176000 +MNG,2035,169000,173000 +MNG,2036,166000,170000 +MNG,2037,163000,167000 +MNG,2038,161000,165000 +MNG,2039,160000,164000 +MNG,2040,159000,162000 +MNG,2041,158000,162000 +MNG,2042,158000,161000 +MNG,2043,158000,162000 +MNG,2044,158000,162000 +MNG,2045,159000,163000 +MNG,2046,160000,164000 +MNG,2047,161000,165000 +MNG,2048,163000,167000 +MNG,2049,164000,168000 +MNG,2050,166000,170000 +MNP,1990,, +MNP,1991,, +MNP,1992,, +MNP,1993,, +MNP,1994,, +MNP,1995,, +MNP,1996,, +MNP,1997,, +MNP,1998,, +MNP,1999,, +MNP,2000,, +MNP,2001,, +MNP,2002,, +MNP,2003,, +MNP,2004,, +MNP,2005,, +MNP,2006,, +MNP,2007,, +MNP,2008,, +MNP,2009,, +MNP,2010,, +MNP,2011,, +MNP,2012,, +MNP,2013,, +MNP,2014,, +MNP,2015,, +MNP,2016,, +MNP,2017,, +MNP,2018,, +MNP,2019,, +MNP,2020,, +MNP,2021,, +MNP,2022,, +MNP,2023,, +MNP,2024,, +MNP,2025,, +MNP,2026,, +MNP,2027,, +MNP,2028,, +MNP,2029,, +MNP,2030,, +MNP,2031,, +MNP,2032,, +MNP,2033,, +MNP,2034,, +MNP,2035,, +MNP,2036,, +MNP,2037,, +MNP,2038,, +MNP,2039,, +MNP,2040,, +MNP,2041,, +MNP,2042,, +MNP,2043,, +MNP,2044,, +MNP,2045,, +MNP,2046,, +MNP,2047,, +MNP,2048,, +MNP,2049,, +MNP,2050,, +MOZ,1990,875320,869850 +MOZ,1991,888337,870677 +MOZ,1992,908085,882162 +MOZ,1993,932553,901109 +MOZ,1994,957321,922805 +MOZ,1995,978165,943518 +MOZ,1996,1002584,973166 +MOZ,1997,1023334,999930 +MOZ,1998,1042688,1025677 +MOZ,1999,1063699,1052440 +MOZ,2000,1088003,1080750 +MOZ,2001,1115946,1109195 +MOZ,2002,1148457,1140717 +MOZ,2003,1184894,1174981 +MOZ,2004,1223919,1211518 +MOZ,2005,1264059,1249648 +MOZ,2006,1305460,1288750 +MOZ,2007,1350181,1331960 +MOZ,2008,1397790,1378651 +MOZ,2009,1448074,1428390 +MOZ,2010,1500918,1480978 +MOZ,2011,1556341,1536448 +MOZ,2012,1614619,1595146 +MOZ,2013,1674916,1656193 +MOZ,2014,1734867,1717250 +MOZ,2015,1791569,1775464 +MOZ,2016,1841903,1827866 +MOZ,2017,1889909,1878569 +MOZ,2018,1936237,1928033 +MOZ,2019,1982000,1977000 +MOZ,2020,2028000,2026000 +MOZ,2021,2073000,2075000 +MOZ,2022,2120000,2124000 +MOZ,2023,2167000,2173000 +MOZ,2024,2214000,2223000 +MOZ,2025,2263000,2274000 +MOZ,2026,2312000,2325000 +MOZ,2027,2364000,2378000 +MOZ,2028,2416000,2432000 +MOZ,2029,2470000,2486000 +MOZ,2030,2526000,2541000 +MOZ,2031,2582000,2597000 +MOZ,2032,2641000,2654000 +MOZ,2033,2700000,2712000 +MOZ,2034,2759000,2769000 +MOZ,2035,2816000,2825000 +MOZ,2036,2872000,2881000 +MOZ,2037,2927000,2936000 +MOZ,2038,2981000,2990000 +MOZ,2039,3033000,3043000 +MOZ,2040,3085000,3095000 +MOZ,2041,3135000,3145000 +MOZ,2042,3184000,3195000 +MOZ,2043,3232000,3243000 +MOZ,2044,3279000,3291000 +MOZ,2045,3326000,3337000 +MOZ,2046,3372000,3384000 +MOZ,2047,3418000,3430000 +MOZ,2048,3463000,3475000 +MOZ,2049,3506000,3519000 +MOZ,2050,3548000,3560000 +MRT,1990,127997,131257 +MRT,1991,131294,134636 +MRT,1992,134874,138341 +MRT,1993,138673,142321 +MRT,1994,142571,146482 +MRT,1995,146447,150711 +MRT,1996,150225,154638 +MRT,1997,154145,158774 +MRT,1998,158214,163096 +MRT,1999,162322,167465 +MRT,2000,166256,171624 +MRT,2001,169413,174925 +MRT,2002,172584,178234 +MRT,2003,175849,181629 +MRT,2004,179321,185226 +MRT,2005,183053,189065 +MRT,2006,186788,192845 +MRT,2007,190919,197036 +MRT,2008,195434,201622 +MRT,2009,200223,206488 +MRT,2010,205129,211460 +MRT,2011,210058,216398 +MRT,2012,215222,221603 +MRT,2013,220645,227105 +MRT,2014,226327,232892 +MRT,2015,232199,238873 +MRT,2016,238199,244929 +MRT,2017,244512,251341 +MRT,2018,251101,258059 +MRT,2019,258000,265000 +MRT,2020,265000,272000 +MRT,2021,273000,280000 +MRT,2022,280000,288000 +MRT,2023,288000,297000 +MRT,2024,296000,305000 +MRT,2025,303000,313000 +MRT,2026,310000,320000 +MRT,2027,316000,326000 +MRT,2028,322000,332000 +MRT,2029,327000,338000 +MRT,2030,333000,344000 +MRT,2031,338000,350000 +MRT,2032,344000,356000 +MRT,2033,350000,361000 +MRT,2034,355000,367000 +MRT,2035,361000,373000 +MRT,2036,366000,378000 +MRT,2037,372000,384000 +MRT,2038,378000,390000 +MRT,2039,383000,396000 +MRT,2040,389000,401000 +MRT,2041,395000,407000 +MRT,2042,400000,413000 +MRT,2043,406000,419000 +MRT,2044,412000,425000 +MRT,2045,418000,431000 +MRT,2046,424000,437000 +MRT,2047,430000,443000 +MRT,2048,436000,450000 +MRT,2049,442000,456000 +MRT,2050,448000,462000 +MUS,1990,52513,53451 +MUS,1991,51823,52996 +MUS,1992,51289,52693 +MUS,1993,50750,52361 +MUS,1994,50375,52128 +MUS,1995,49729,51495 +MUS,1996,49019,50672 +MUS,1997,48472,49970 +MUS,1998,48028,49343 +MUS,1999,48039,49207 +MUS,2000,48378,49492 +MUS,2001,49269,50340 +MUS,2002,50561,51659 +MUS,2003,52119,53277 +MUS,2004,53423,54649 +MUS,2005,54029,55316 +MUS,2006,53398,54634 +MUS,2007,52248,53467 +MUS,2008,50789,52036 +MUS,2009,49425,50746 +MUS,2010,48510,49926 +MUS,2011,47668,49143 +MUS,2012,47247,48798 +MUS,2013,47135,48790 +MUS,2014,47034,48795 +MUS,2015,46581,48403 +MUS,2016,45618,47474 +MUS,2017,44266,46082 +MUS,2018,42616,44338 +MUS,2019,41000,43000 +MUS,2020,39000,41000 +MUS,2021,38000,40000 +MUS,2022,37000,38000 +MUS,2023,36000,37000 +MUS,2024,35000,36000 +MUS,2025,34000,35000 +MUS,2026,33000,34000 +MUS,2027,33000,34000 +MUS,2028,32000,33000 +MUS,2029,32000,33000 +MUS,2030,32000,33000 +MUS,2031,31000,33000 +MUS,2032,31000,32000 +MUS,2033,31000,32000 +MUS,2034,31000,32000 +MUS,2035,31000,32000 +MUS,2036,31000,32000 +MUS,2037,31000,32000 +MUS,2038,30000,32000 +MUS,2039,30000,31000 +MUS,2040,30000,31000 +MUS,2041,30000,31000 +MUS,2042,30000,31000 +MUS,2043,30000,31000 +MUS,2044,30000,31000 +MUS,2045,29000,31000 +MUS,2046,29000,30000 +MUS,2047,29000,30000 +MUS,2048,28000,30000 +MUS,2049,28000,29000 +MUS,2050,28000,29000 +MWI,1990,571709,577464 +MWI,1991,580165,583472 +MWI,1992,582033,583147 +MWI,1993,581097,580199 +MWI,1994,582828,579775 +MWI,1995,591145,585415 +MWI,1996,610637,603932 +MWI,1997,637662,629380 +MWI,1998,669779,659488 +MWI,1999,701996,689817 +MWI,2000,729518,716190 +MWI,2001,751993,737901 +MWI,2002,771548,757435 +MWI,2003,789421,775842 +MWI,2004,807728,795007 +MWI,2005,827818,816189 +MWI,2006,848016,837812 +MWI,2007,870244,861773 +MWI,2008,894350,887792 +MWI,2009,920104,915408 +MWI,2010,947145,944001 +MWI,2011,972457,970656 +MWI,2012,1000477,999884 +MWI,2013,1030368,1030851 +MWI,2014,1061891,1063465 +MWI,2015,1095508,1098320 +MWI,2016,1132202,1136380 +MWI,2017,1170507,1176291 +MWI,2018,1209288,1216827 +MWI,2019,1245000,1255000 +MWI,2020,1275000,1287000 +MWI,2021,1298000,1312000 +MWI,2022,1315000,1331000 +MWI,2023,1328000,1346000 +MWI,2024,1340000,1360000 +MWI,2025,1352000,1374000 +MWI,2026,1364000,1387000 +MWI,2027,1377000,1401000 +MWI,2028,1392000,1415000 +MWI,2029,1409000,1433000 +MWI,2030,1431000,1454000 +MWI,2031,1457000,1481000 +MWI,2032,1488000,1513000 +MWI,2033,1523000,1548000 +MWI,2034,1558000,1584000 +MWI,2035,1591000,1618000 +MWI,2036,1624000,1651000 +MWI,2037,1655000,1682000 +MWI,2038,1685000,1712000 +MWI,2039,1713000,1741000 +MWI,2040,1740000,1769000 +MWI,2041,1766000,1795000 +MWI,2042,1790000,1819000 +MWI,2043,1812000,1842000 +MWI,2044,1833000,1864000 +MWI,2045,1854000,1884000 +MWI,2046,1873000,1905000 +MWI,2047,1892000,1924000 +MWI,2048,1910000,1943000 +MWI,2049,1928000,1961000 +MWI,2050,1945000,1978000 +MYS,1990,979654,1019762 +MYS,1991,1002214,1044739 +MYS,1992,1025310,1070733 +MYS,1993,1048572,1097337 +MYS,1994,1071532,1123689 +MYS,1995,1094013,1149165 +MYS,1996,1119207,1174177 +MYS,1997,1142968,1197752 +MYS,1998,1164899,1220027 +MYS,1999,1184487,1240993 +MYS,2000,1201199,1260313 +MYS,2001,1224390,1283690 +MYS,2002,1240092,1300485 +MYS,2003,1247501,1310466 +MYS,2004,1250092,1316870 +MYS,2005,1253419,1324479 +MYS,2006,1286200,1360436 +MYS,2007,1317085,1393560 +MYS,2008,1342261,1420395 +MYS,2009,1357612,1436733 +MYS,2010,1361325,1440586 +MYS,2011,1353242,1436069 +MYS,2012,1339944,1424169 +MYS,2013,1322940,1407068 +MYS,2014,1303705,1386913 +MYS,2015,1282906,1364608 +MYS,2016,1262245,1342174 +MYS,2017,1240587,1318082 +MYS,2018,1218903,1293529 +MYS,2019,1200000,1272000 +MYS,2020,1188000,1258000 +MYS,2021,1185000,1255000 +MYS,2022,1189000,1260000 +MYS,2023,1197000,1269000 +MYS,2024,1207000,1281000 +MYS,2025,1218000,1293000 +MYS,2026,1232000,1309000 +MYS,2027,1247000,1324000 +MYS,2028,1261000,1339000 +MYS,2029,1273000,1351000 +MYS,2030,1281000,1360000 +MYS,2031,1290000,1369000 +MYS,2032,1294000,1374000 +MYS,2033,1295000,1374000 +MYS,2034,1292000,1372000 +MYS,2035,1288000,1367000 +MYS,2036,1284000,1363000 +MYS,2037,1277000,1356000 +MYS,2038,1268000,1346000 +MYS,2039,1257000,1335000 +MYS,2040,1245000,1321000 +MYS,2041,1234000,1310000 +MYS,2042,1221000,1297000 +MYS,2043,1208000,1282000 +MYS,2044,1193000,1267000 +MYS,2045,1178000,1251000 +MYS,2046,1166000,1238000 +MYS,2047,1153000,1225000 +MYS,2048,1140000,1211000 +MYS,2049,1127000,1198000 +MYS,2050,1116000,1185000 +NAC,1990,9321608,9778226 +NAC,1991,9468972,9931594 +NAC,1992,9650161,10123878 +NAC,1993,9845796,10326223 +NAC,1994,10042372,10524418 +NAC,1995,10231581,10715942 +NAC,1996,10407948,10910197 +NAC,1997,10595529,11118373 +NAC,1998,10781849,11317994 +NAC,1999,10964614,11504942 +NAC,2000,11136928,11677366 +NAC,2001,11286038,11855183 +NAC,2002,11410339,12003729 +NAC,2003,11506947,12112286 +NAC,2004,11571870,12175846 +NAC,2005,11566680,12158701 +NAC,2006,11489127,12070089 +NAC,2007,11381196,11953670 +NAC,2008,11268947,11830791 +NAC,2009,11182614,11732606 +NAC,2010,11149715,11692011 +NAC,2011,11108416,11631077 +NAC,2012,11082622,11596766 +NAC,2013,11058505,11571534 +NAC,2014,11040752,11555306 +NAC,2015,11031565,11546753 +NAC,2016,11113034,11624197 +NAC,2017,11193074,11701913 +NAC,2018,11268214,11776952 +NAC,2019,11316000,11827000 +NAC,2020,11307000,11820000 +NAC,2021,11307000,11813000 +NAC,2022,11246000,11746000 +NAC,2023,11140000,11634000 +NAC,2024,11018000,11509000 +NAC,2025,10912000,11404000 +NAC,2026,10889000,11372000 +NAC,2027,10874000,11349000 +NAC,2028,10860000,11333000 +NAC,2029,10849000,11322000 +NAC,2030,10844000,11323000 +NAC,2031,10922000,11397000 +NAC,2032,11004000,11479000 +NAC,2033,11080000,11560000 +NAC,2034,11141000,11629000 +NAC,2035,11183000,11680000 +NAC,2036,11283000,11779000 +NAC,2037,11356000,11852000 +NAC,2038,11402000,11901000 +NAC,2039,11423000,11927000 +NAC,2040,11425000,11936000 +NAC,2041,11485000,11993000 +NAC,2042,11519000,12027000 +NAC,2043,11528000,12037000 +NAC,2044,11516000,12028000 +NAC,2045,11491000,12010000 +NAC,2046,11534000,12049000 +NAC,2047,11560000,12073000 +NAC,2048,11568000,12082000 +NAC,2049,11557000,12075000 +NAC,2050,11531000,12054000 +NAM,1990,93885,92090 +NAM,1991,95920,94169 +NAM,1992,97888,96168 +NAM,1993,99812,98102 +NAM,1994,101791,100077 +NAM,1995,103938,102222 +NAM,1996,106563,104892 +NAM,1997,109366,107736 +NAM,1998,112232,110634 +NAM,1999,114985,113409 +NAM,2000,117483,115910 +NAM,2001,119619,117817 +NAM,2002,121655,119638 +NAM,2003,123547,121354 +NAM,2004,125204,122894 +NAM,2005,126514,124163 +NAM,2006,127523,125138 +NAM,2007,128182,125842 +NAM,2008,128563,126341 +NAM,2009,128621,126570 +NAM,2010,128196,126332 +NAM,2011,127107,125491 +NAM,2012,125814,124433 +NAM,2013,124516,123354 +NAM,2014,123823,122860 +NAM,2015,124402,123605 +NAM,2016,126025,125335 +NAM,2017,128939,128328 +NAM,2018,132798,132232 +NAM,2019,137000,136000 +NAM,2020,141000,141000 +NAM,2021,145000,144000 +NAM,2022,149000,148000 +NAM,2023,152000,152000 +NAM,2024,156000,155000 +NAM,2025,159000,158000 +NAM,2026,161000,160000 +NAM,2027,162000,162000 +NAM,2028,164000,163000 +NAM,2029,165000,165000 +NAM,2030,166000,165000 +NAM,2031,166000,166000 +NAM,2032,167000,167000 +NAM,2033,167000,167000 +NAM,2034,168000,167000 +NAM,2035,168000,167000 +NAM,2036,168000,168000 +NAM,2037,168000,168000 +NAM,2038,169000,168000 +NAM,2039,169000,169000 +NAM,2040,170000,169000 +NAM,2041,171000,170000 +NAM,2042,171000,171000 +NAM,2043,172000,172000 +NAM,2044,173000,173000 +NAM,2045,174000,174000 +NAM,2046,175000,175000 +NAM,2047,176000,176000 +NAM,2048,177000,177000 +NAM,2049,179000,178000 +NAM,2050,180000,179000 +NCL,1990,8999,9242 +NCL,1991,8829,9056 +NCL,1992,8765,9021 +NCL,1993,8789,9126 +NCL,1994,8888,9331 +NCL,1995,9018,9558 +NCL,1996,9057,9641 +NCL,1997,9208,9768 +NCL,1998,9467,9936 +NCL,1999,9785,10151 +NCL,2000,10100,10413 +NCL,2001,10337,10716 +NCL,2002,10481,10983 +NCL,2003,10527,11190 +NCL,2004,10528,11335 +NCL,2005,10549,11428 +NCL,2006,10330,11185 +NCL,2007,10269,11046 +NCL,2008,10414,11077 +NCL,2009,10660,11218 +NCL,2010,10891,11384 +NCL,2011,11012,11473 +NCL,2012,10949,11393 +NCL,2013,10747,11185 +NCL,2014,10527,10958 +NCL,2015,10417,10836 +NCL,2016,10435,10854 +NCL,2017,10528,10951 +NCL,2018,10673,11106 +NCL,2019,11000,11000 +NCL,2020,11000,11000 +NCL,2021,11000,11000 +NCL,2022,11000,11000 +NCL,2023,11000,11000 +NCL,2024,11000,11000 +NCL,2025,11000,11000 +NCL,2026,11000,11000 +NCL,2027,11000,11000 +NCL,2028,10000,11000 +NCL,2029,10000,11000 +NCL,2030,10000,11000 +NCL,2031,10000,11000 +NCL,2032,10000,11000 +NCL,2033,10000,11000 +NCL,2034,10000,11000 +NCL,2035,10000,11000 +NCL,2036,10000,11000 +NCL,2037,10000,11000 +NCL,2038,10000,11000 +NCL,2039,10000,11000 +NCL,2040,10000,11000 +NCL,2041,10000,11000 +NCL,2042,11000,11000 +NCL,2043,11000,11000 +NCL,2044,11000,11000 +NCL,2045,11000,11000 +NCL,2046,11000,11000 +NCL,2047,11000,11000 +NCL,2048,11000,11000 +NCL,2049,11000,11000 +NCL,2050,11000,11000 +NER,1990,504210,524387 +NER,1991,519724,541209 +NER,1992,537267,558638 +NER,1993,557064,577880 +NER,1994,577842,599090 +NER,1995,597007,620241 +NER,1996,611649,626533 +NER,1997,627368,638507 +NER,1998,644979,657677 +NER,1999,665063,683349 +NER,2000,687132,712512 +NER,2001,708740,731675 +NER,2002,734708,756150 +NER,2003,764909,786769 +NER,2004,798465,823272 +NER,2005,833940,863746 +NER,2006,869595,903782 +NER,2007,909109,945857 +NER,2008,952290,990204 +NER,2009,998254,1036803 +NER,2010,1045509,1084843 +NER,2011,1092481,1132456 +NER,2012,1142289,1183268 +NER,2013,1194841,1237162 +NER,2014,1249669,1293409 +NER,2015,1305791,1350788 +NER,2016,1361904,1408080 +NER,2017,1420417,1468021 +NER,2018,1481102,1530390 +NER,2019,1543000,1595000 +NER,2020,1606000,1659000 +NER,2021,1670000,1725000 +NER,2022,1735000,1792000 +NER,2023,1802000,1862000 +NER,2024,1870000,1932000 +NER,2025,1938000,2003000 +NER,2026,2005000,2072000 +NER,2027,2072000,2143000 +NER,2028,2141000,2214000 +NER,2029,2211000,2288000 +NER,2030,2284000,2363000 +NER,2031,2357000,2439000 +NER,2032,2433000,2517000 +NER,2033,2511000,2598000 +NER,2034,2591000,2681000 +NER,2035,2672000,2765000 +NER,2036,2755000,2850000 +NER,2037,2839000,2937000 +NER,2038,2925000,3026000 +NER,2039,3013000,3117000 +NER,2040,3100000,3207000 +NER,2041,3189000,3298000 +NER,2042,3278000,3390000 +NER,2043,3368000,3484000 +NER,2044,3458000,3577000 +NER,2045,3547000,3669000 +NER,2046,3636000,3761000 +NER,2047,3725000,3852000 +NER,2048,3813000,3943000 +NER,2049,3900000,4034000 +NER,2050,3987000,4123000 +NGA,1990,5891018,6074195 +NGA,1991,6057945,6249161 +NGA,1992,6226464,6426126 +NGA,1993,6396772,6605384 +NGA,1994,6563878,6781389 +NGA,1995,6717372,6942610 +NGA,1996,6852263,7080225 +NGA,1997,6986437,7217250 +NGA,1998,7122181,7356446 +NGA,1999,7260356,7498864 +NGA,2000,7397132,7640305 +NGA,2001,7529506,7775036 +NGA,2002,7673855,7923265 +NGA,2003,7830390,8085566 +NGA,2004,8000711,8263404 +NGA,2005,8184546,8455839 +NGA,2006,8380415,8658845 +NGA,2007,8603029,8890950 +NGA,2008,8847157,9147145 +NGA,2009,9107876,9422224 +NGA,2010,9381525,9711843 +NGA,2011,9673943,10020902 +NGA,2012,9987390,10352963 +NGA,2013,10315814,10701925 +NGA,2014,10650086,11057667 +NGA,2015,10980003,11408402 +NGA,2016,11304677,11751585 +NGA,2017,11634780,12100415 +NGA,2018,11966703,12451762 +NGA,2019,12300000,12805000 +NGA,2020,12633000,13159000 +NGA,2021,12977000,13521000 +NGA,2022,13326000,13890000 +NGA,2023,13675000,14258000 +NGA,2024,14013000,14617000 +NGA,2025,14328000,14951000 +NGA,2026,14625000,15264000 +NGA,2027,14909000,15565000 +NGA,2028,15182000,15854000 +NGA,2029,15451000,16138000 +NGA,2030,15719000,16420000 +NGA,2031,15993000,16705000 +NGA,2032,16276000,16998000 +NGA,2033,16563000,17296000 +NGA,2034,16852000,17595000 +NGA,2035,17140000,17894000 +NGA,2036,17437000,18201000 +NGA,2037,17743000,18518000 +NGA,2038,18053000,18840000 +NGA,2039,18364000,19163000 +NGA,2040,18669000,19481000 +NGA,2041,18980000,19802000 +NGA,2042,19294000,20127000 +NGA,2043,19607000,20452000 +NGA,2044,19915000,20772000 +NGA,2045,20214000,21083000 +NGA,2046,20515000,21394000 +NGA,2047,20815000,21704000 +NGA,2048,21108000,22009000 +NGA,2049,21392000,22305000 +NGA,2050,21664000,22587000 +NIC,1990,276320,284619 +NIC,1991,284038,292706 +NIC,1992,291780,301086 +NIC,1993,299352,309524 +NIC,1994,306210,317379 +NIC,1995,311710,323892 +NIC,1996,315194,327871 +NIC,1997,317502,330705 +NIC,1998,318877,332625 +NIC,1999,319829,334142 +NIC,2000,320834,335705 +NIC,2001,321556,336492 +NIC,2002,322162,337162 +NIC,2003,322661,337707 +NIC,2004,322734,337885 +NIC,2005,321954,337388 +NIC,2006,319716,335265 +NIC,2007,316759,332603 +NIC,2008,313395,329666 +NIC,2009,310199,326960 +NIC,2010,307687,324951 +NIC,2011,305196,322954 +NIC,2012,303384,321646 +NIC,2013,302230,320941 +NIC,2014,301683,320790 +NIC,2015,301768,321259 +NIC,2016,302326,321908 +NIC,2017,303457,323172 +NIC,2018,305033,324874 +NIC,2019,307000,327000 +NIC,2020,309000,329000 +NIC,2021,310000,330000 +NIC,2022,312000,331000 +NIC,2023,313000,332000 +NIC,2024,314000,333000 +NIC,2025,315000,334000 +NIC,2026,315000,334000 +NIC,2027,315000,333000 +NIC,2028,315000,333000 +NIC,2029,314000,331000 +NIC,2030,313000,330000 +NIC,2031,311000,327000 +NIC,2032,309000,325000 +NIC,2033,306000,322000 +NIC,2034,304000,319000 +NIC,2035,301000,316000 +NIC,2036,299000,314000 +NIC,2037,296000,312000 +NIC,2038,294000,309000 +NIC,2039,292000,308000 +NIC,2040,290000,306000 +NIC,2041,289000,304000 +NIC,2042,287000,302000 +NIC,2043,286000,301000 +NIC,2044,284000,300000 +NIC,2045,283000,298000 +NIC,2046,282000,297000 +NIC,2047,280000,295000 +NIC,2048,279000,294000 +NIC,2049,278000,293000 +NIC,2050,276000,291000 +NLD,1990,440042,461267 +NLD,1991,435160,455713 +NLD,1992,433954,454022 +NLD,1993,435639,455451 +NLD,1994,438752,458502 +NLD,1995,442263,462067 +NLD,1996,448182,467959 +NLD,1997,454829,474738 +NLD,1998,462110,482303 +NLD,1999,469306,489936 +NLD,2000,475919,497142 +NLD,2001,481914,503682 +NLD,2002,486217,508507 +NLD,2003,488882,511652 +NLD,2004,490177,513390 +NLD,2005,489921,513541 +NLD,2006,488233,511993 +NLD,2007,485326,509419 +NLD,2008,482453,506943 +NLD,2009,480535,505462 +NLD,2010,480075,505520 +NLD,2011,483264,509089 +NLD,2012,486729,512983 +NLD,2013,490113,516825 +NLD,2014,492408,519586 +NLD,2015,491941,519535 +NLD,2016,489071,516502 +NLD,2017,483917,511113 +NLD,2018,476896,503774 +NLD,2019,468000,495000 +NLD,2020,461000,487000 +NLD,2021,456000,482000 +NLD,2022,452000,477000 +NLD,2023,449000,474000 +NLD,2024,446000,470000 +NLD,2025,442000,467000 +NLD,2026,439000,463000 +NLD,2027,436000,459000 +NLD,2028,433000,455000 +NLD,2029,430000,452000 +NLD,2030,429000,451000 +NLD,2031,430000,452000 +NLD,2032,432000,454000 +NLD,2033,435000,457000 +NLD,2034,438000,459000 +NLD,2035,440000,461000 +NLD,2036,442000,464000 +NLD,2037,443000,465000 +NLD,2038,443000,465000 +NLD,2039,443000,465000 +NLD,2040,443000,464000 +NLD,2041,443000,464000 +NLD,2042,442000,464000 +NLD,2043,441000,463000 +NLD,2044,440000,462000 +NLD,2045,438000,460000 +NLD,2046,437000,459000 +NLD,2047,435000,457000 +NLD,2048,433000,455000 +NLD,2049,431000,452000 +NLD,2050,428000,449000 +NOR,1990,129481,135992 +NOR,1991,126969,133410 +NOR,1992,125743,132152 +NOR,1993,125536,131935 +NOR,1994,126022,132454 +NOR,1995,127046,133583 +NOR,1996,128823,135436 +NOR,1997,131214,137977 +NOR,1998,134119,141046 +NOR,1999,137322,144427 +NOR,2000,140391,147720 +NOR,2001,143274,150912 +NOR,2002,145959,153931 +NOR,2003,148467,156724 +NOR,2004,150554,159045 +NOR,2005,152086,160806 +NOR,2006,153248,162031 +NOR,2007,153870,162754 +NOR,2008,154119,163027 +NOR,2009,153975,162776 +NOR,2010,153582,162155 +NOR,2011,152785,161072 +NOR,2012,151830,159699 +NOR,2013,150749,158017 +NOR,2014,149986,156622 +NOR,2015,149902,156123 +NOR,2016,151418,157802 +NOR,2017,153028,159833 +NOR,2018,154455,161858 +NOR,2019,156000,164000 +NOR,2020,156000,165000 +NOR,2021,157000,166000 +NOR,2022,157000,166000 +NOR,2023,156000,165000 +NOR,2024,155000,164000 +NOR,2025,153000,162000 +NOR,2026,153000,162000 +NOR,2027,152000,161000 +NOR,2028,151000,160000 +NOR,2029,150000,159000 +NOR,2030,149000,158000 +NOR,2031,150000,160000 +NOR,2032,152000,161000 +NOR,2033,153000,163000 +NOR,2034,155000,164000 +NOR,2035,155000,165000 +NOR,2036,157000,167000 +NOR,2037,158000,169000 +NOR,2038,159000,169000 +NOR,2039,159000,170000 +NOR,2040,159000,170000 +NOR,2041,161000,171000 +NOR,2042,162000,172000 +NOR,2043,162000,172000 +NOR,2044,162000,172000 +NOR,2045,162000,172000 +NOR,2046,163000,173000 +NOR,2047,164000,174000 +NOR,2048,164000,175000 +NOR,2049,164000,174000 +NOR,2050,164000,174000 +NPL,1990,1117660,1172496 +NPL,1991,1148798,1206934 +NPL,1992,1180155,1242894 +NPL,1993,1212143,1278730 +NPL,1994,1245249,1311589 +NPL,1995,1279269,1339020 +NPL,1996,1310775,1362023 +NPL,1997,1343427,1385513 +NPL,1998,1376375,1410736 +NPL,1999,1408583,1439684 +NPL,2000,1439172,1473428 +NPL,2001,1465315,1487738 +NPL,2002,1495669,1512966 +NPL,2003,1529472,1547688 +NPL,2004,1564739,1589172 +NPL,2005,1599232,1634352 +NPL,2006,1617125,1662265 +NPL,2007,1638958,1695035 +NPL,2008,1666298,1730046 +NPL,2009,1694330,1756883 +NPL,2010,1714213,1763531 +NPL,2011,1709148,1765806 +NPL,2012,1688395,1746270 +NPL,2013,1656273,1714196 +NPL,2014,1621586,1684980 +NPL,2015,1591603,1668788 +NPL,2016,1558740,1606780 +NPL,2017,1530879,1558724 +NPL,2018,1505953,1521845 +NPL,2019,1482000,1494000 +NPL,2020,1457000,1474000 +NPL,2021,1438000,1446000 +NPL,2022,1419000,1429000 +NPL,2023,1401000,1417000 +NPL,2024,1385000,1406000 +NPL,2025,1369000,1394000 +NPL,2026,1354000,1384000 +NPL,2027,1341000,1376000 +NPL,2028,1329000,1369000 +NPL,2029,1319000,1366000 +NPL,2030,1313000,1366000 +NPL,2031,1306000,1371000 +NPL,2032,1305000,1376000 +NPL,2033,1309000,1381000 +NPL,2034,1313000,1383000 +NPL,2035,1312000,1379000 +NPL,2036,1298000,1366000 +NPL,2037,1278000,1348000 +NPL,2038,1256000,1326000 +NPL,2039,1234000,1301000 +NPL,2040,1214000,1277000 +NPL,2041,1186000,1251000 +NPL,2042,1159000,1227000 +NPL,2043,1134000,1202000 +NPL,2044,1111000,1178000 +NPL,2045,1090000,1153000 +NPL,2046,1062000,1127000 +NPL,2047,1036000,1103000 +NPL,2048,1014000,1079000 +NPL,2049,995000,1056000 +NPL,2050,979000,1036000 +NRU,1990,, +NRU,1991,, +NRU,1992,, +NRU,1993,, +NRU,1994,, +NRU,1995,, +NRU,1996,, +NRU,1997,, +NRU,1998,, +NRU,1999,, +NRU,2000,, +NRU,2001,, +NRU,2002,, +NRU,2003,, +NRU,2004,, +NRU,2005,, +NRU,2006,, +NRU,2007,, +NRU,2008,, +NRU,2009,, +NRU,2010,, +NRU,2011,, +NRU,2012,, +NRU,2013,, +NRU,2014,, +NRU,2015,, +NRU,2016,, +NRU,2017,, +NRU,2018,, +NRU,2019,, +NRU,2020,, +NRU,2021,, +NRU,2022,, +NRU,2023,, +NRU,2024,, +NRU,2025,, +NRU,2026,, +NRU,2027,, +NRU,2028,, +NRU,2029,, +NRU,2030,, +NRU,2031,, +NRU,2032,, +NRU,2033,, +NRU,2034,, +NRU,2035,, +NRU,2036,, +NRU,2037,, +NRU,2038,, +NRU,2039,, +NRU,2040,, +NRU,2041,, +NRU,2042,, +NRU,2043,, +NRU,2044,, +NRU,2045,, +NRU,2046,, +NRU,2047,, +NRU,2048,, +NRU,2049,, +NRU,2050,, +NZL,1990,124840,129169 +NZL,1991,127933,132734 +NZL,1992,127041,132428 +NZL,1993,126645,132771 +NZL,1994,126821,133667 +NZL,1995,127896,135276 +NZL,1996,131490,138780 +NZL,1997,135467,142529 +NZL,1998,138722,145473 +NZL,1999,140830,147372 +NZL,2000,142375,149021 +NZL,2001,144123,150742 +NZL,2002,147302,154259 +NZL,2003,150527,158070 +NZL,2004,152388,160514 +NZL,2005,152716,161219 +NZL,2006,152297,160822 +NZL,2007,150568,158815 +NZL,2008,148127,155992 +NZL,2009,145814,153357 +NZL,2010,143976,151285 +NZL,2011,143196,150833 +NZL,2012,142328,150037 +NZL,2013,141804,149368 +NZL,2014,142528,149877 +NZL,2015,144400,151634 +NZL,2016,147546,154759 +NZL,2017,151780,159380 +NZL,2018,156380,164650 +NZL,2019,159000,168000 +NZL,2020,161000,170000 +NZL,2021,162000,172000 +NZL,2022,163000,172000 +NZL,2023,162000,171000 +NZL,2024,162000,170000 +NZL,2025,161000,169000 +NZL,2026,160000,168000 +NZL,2027,159000,167000 +NZL,2028,158000,166000 +NZL,2029,157000,165000 +NZL,2030,157000,164000 +NZL,2031,156000,164000 +NZL,2032,157000,164000 +NZL,2033,157000,165000 +NZL,2034,157000,165000 +NZL,2035,157000,165000 +NZL,2036,157000,165000 +NZL,2037,157000,165000 +NZL,2038,157000,165000 +NZL,2039,157000,165000 +NZL,2040,157000,164000 +NZL,2041,156000,164000 +NZL,2042,156000,164000 +NZL,2043,156000,164000 +NZL,2044,156000,163000 +NZL,2045,155000,163000 +NZL,2046,155000,163000 +NZL,2047,155000,163000 +NZL,2048,155000,162000 +NZL,2049,155000,162000 +NZL,2050,155000,162000 +OED,1990,39804320,41524611 +OED,1991,39759482,41444907 +OED,1992,39822032,41491272 +OED,1993,39946936,41620796 +OED,1994,40071330,41770748 +OED,1995,40148669,41891368 +OED,1996,40142060,41916549 +OED,1997,40116864,41923974 +OED,1998,40065268,41893461 +OED,1999,40017610,41858483 +OED,2000,39981229,41837390 +OED,2001,39969325,41845151 +OED,2002,39963018,41870327 +OED,2003,39957460,41900145 +OED,2004,39914682,41885995 +OED,2005,39768166,41751149 +OED,2006,39556771,41532619 +OED,2007,39282327,41238576 +OED,2008,38999051,40921231 +OED,2009,38727881,40611656 +OED,2010,38504227,40363294 +OED,2011,38273532,40095056 +OED,2012,38095550,39905155 +OED,2013,37938771,39755082 +OED,2014,37828884,39662297 +OED,2015,37791808,39647442 +OED,2016,37951141,39817227 +OED,2017,38153707,40040593 +OED,2018,38384517,40298605 +OED,2019,38552000,40493000 +OED,2020,38611000,40576000 +OED,2021,38667000,40614000 +OED,2022,38604000,40533000 +OED,2023,38448000,40357000 +OED,2024,38230000,40120000 +OED,2025,37975000,39860000 +OED,2026,37795000,39648000 +OED,2027,37578000,39410000 +OED,2028,37328000,39143000 +OED,2029,37067000,38872000 +OED,2030,36821000,38625000 +OED,2031,36699000,38488000 +OED,2032,36590000,38364000 +OED,2033,36471000,38245000 +OED,2034,36335000,38111000 +OED,2035,36172000,37959000 +OED,2036,36115000,37887000 +OED,2037,36035000,37795000 +OED,2038,35925000,37682000 +OED,2039,35797000,37552000 +OED,2040,35654000,37416000 +OED,2041,35623000,37367000 +OED,2042,35569000,37312000 +OED,2043,35492000,37235000 +OED,2044,35401000,37141000 +OED,2045,35288000,37044000 +OED,2046,35291000,37033000 +OED,2047,35270000,37004000 +OED,2048,35229000,36960000 +OED,2049,35159000,36901000 +OED,2050,35070000,36822000 +OMN,1990,107094,110830 +OMN,1991,112254,116271 +OMN,1992,117294,122539 +OMN,1993,122176,128972 +OMN,1994,126832,134140 +OMN,1995,131001,136634 +OMN,1996,132493,140302 +OMN,1997,132996,140463 +OMN,1998,132924,139196 +OMN,1999,132640,138340 +OMN,2000,132381,138777 +OMN,2001,135199,140691 +OMN,2002,137963,143241 +OMN,2003,140439,146117 +OMN,2004,142049,148751 +OMN,2005,142182,150616 +OMN,2006,137758,142155 +OMN,2007,132512,133628 +OMN,2008,127462,128181 +OMN,2009,123395,126429 +OMN,2010,120511,127013 +OMN,2011,116814,122331 +OMN,2012,114804,118856 +OMN,2013,114995,118178 +OMN,2014,117228,120299 +OMN,2015,120990,124017 +OMN,2016,125726,125234 +OMN,2017,130745,128885 +OMN,2018,136435,138135 +OMN,2019,143000,152000 +OMN,2020,150000,166000 +OMN,2021,157000,177000 +OMN,2022,165000,182000 +OMN,2023,172000,184000 +OMN,2024,180000,187000 +OMN,2025,188000,192000 +OMN,2026,196000,201000 +OMN,2027,205000,210000 +OMN,2028,213000,219000 +OMN,2029,219000,228000 +OMN,2030,222000,233000 +OMN,2031,223000,234000 +OMN,2032,220000,231000 +OMN,2033,216000,225000 +OMN,2034,211000,220000 +OMN,2035,206000,216000 +OMN,2036,201000,211000 +OMN,2037,197000,206000 +OMN,2038,193000,201000 +OMN,2039,189000,198000 +OMN,2040,185000,195000 +OMN,2041,182000,191000 +OMN,2042,179000,187000 +OMN,2043,176000,183000 +OMN,2044,173000,181000 +OMN,2045,172000,180000 +OMN,2046,170000,179000 +OMN,2047,170000,178000 +OMN,2048,170000,178000 +OMN,2049,170000,178000 +OMN,2050,171000,179000 +OSS,1990,956831,967799 +OSS,1991,981443,991794 +OSS,1992,1005948,1017156 +OSS,1993,1030987,1044262 +OSS,1994,1056347,1071770 +OSS,1995,1079774,1096195 +OSS,1996,1102193,1120254 +OSS,1997,1123094,1141872 +OSS,1998,1142466,1161693 +OSS,1999,1161038,1181239 +OSS,2000,1177731,1199815 +OSS,2001,1192609,1212588 +OSS,2002,1205970,1223939 +OSS,2003,1218310,1235987 +OSS,2004,1229253,1249027 +OSS,2005,1237494,1261477 +OSS,2006,1239222,1261337 +OSS,2007,1238858,1259513 +OSS,2008,1238194,1260074 +OSS,2009,1238702,1263839 +OSS,2010,1241577,1269408 +OSS,2011,1246919,1281722 +OSS,2012,1256533,1292083 +OSS,2013,1271014,1306107 +OSS,2014,1289416,1325039 +OSS,2015,1310158,1346703 +OSS,2016,1330915,1367573 +OSS,2017,1353163,1388403 +OSS,2018,1376955,1412319 +OSS,2019,1401500,1436700 +OSS,2020,1426600,1465800 +OSS,2021,1449700,1491800 +OSS,2022,1478700,1519900 +OSS,2023,1504700,1544900 +OSS,2024,1530800,1571000 +OSS,2025,1553800,1595000 +OSS,2026,1573800,1616000 +OSS,2027,1596800,1637000 +OSS,2028,1611800,1649000 +OSS,2029,1630800,1667000 +OSS,2030,1641700,1677900 +OSS,2031,1649700,1692900 +OSS,2032,1660600,1697800 +OSS,2033,1663500,1701700 +OSS,2034,1669400,1702600 +OSS,2035,1672400,1711600 +OSS,2036,1678300,1717500 +OSS,2037,1679300,1723500 +OSS,2038,1688200,1725400 +OSS,2039,1695200,1730400 +OSS,2040,1696200,1734400 +OSS,2041,1706200,1743300 +OSS,2042,1713100,1749300 +OSS,2043,1717100,1755300 +OSS,2044,1725100,1763300 +OSS,2045,1731100,1770300 +OSS,2046,1739100,1778300 +OSS,2047,1746000,1786300 +OSS,2048,1753900,1794300 +OSS,2049,1761800,1802300 +OSS,2050,1769700,1810300 +PAK,1990,6165759,6534140 +PAK,1991,6359998,6740918 +PAK,1992,6568103,6961774 +PAK,1993,6791343,7197801 +PAK,1994,7031826,7451062 +PAK,1995,7289190,7721504 +PAK,1996,7547919,7995229 +PAK,1997,7821878,8283944 +PAK,1998,8103545,8580347 +PAK,1999,8378979,8869630 +PAK,2000,8634246,9136414 +PAK,2001,8873605,9384680 +PAK,2002,9098337,9617442 +PAK,2003,9309815,9837432 +PAK,2004,9506317,10046784 +PAK,2005,9681551,10243087 +PAK,2006,9833599,10421583 +PAK,2007,9965572,10588903 +PAK,2008,10080933,10745635 +PAK,2009,10182326,10890332 +PAK,2010,10268578,11019453 +PAK,2011,10337847,11132464 +PAK,2012,10402835,11238603 +PAK,2013,10467399,11341718 +PAK,2014,10539099,11445102 +PAK,2015,10624890,11548912 +PAK,2016,10725416,11647642 +PAK,2017,10846374,11754757 +PAK,2018,10985016,11871553 +PAK,2019,11137000,12004000 +PAK,2020,11297000,12155000 +PAK,2021,11456000,12317000 +PAK,2022,11630000,12505000 +PAK,2023,11814000,12711000 +PAK,2024,12007000,12927000 +PAK,2025,12208000,13150000 +PAK,2026,12425000,13388000 +PAK,2027,12647000,13629000 +PAK,2028,12866000,13865000 +PAK,2029,13063000,14077000 +PAK,2030,13213000,14237000 +PAK,2031,13313000,14342000 +PAK,2032,13372000,14401000 +PAK,2033,13397000,14422000 +PAK,2034,13408000,14426000 +PAK,2035,13418000,14426000 +PAK,2036,13431000,14426000 +PAK,2037,13445000,14426000 +PAK,2038,13459000,14424000 +PAK,2039,13470000,14419000 +PAK,2040,13473000,14410000 +PAK,2041,13475000,14402000 +PAK,2042,13476000,14398000 +PAK,2043,13478000,14397000 +PAK,2044,13484000,14402000 +PAK,2045,13498000,14414000 +PAK,2046,13523000,14439000 +PAK,2047,13558000,14475000 +PAK,2048,13602000,14519000 +PAK,2049,13650000,14566000 +PAK,2050,13700000,14612000 +PAN,1990,138751,144368 +PAN,1991,139586,145414 +PAN,1992,140428,146511 +PAN,1993,141282,147645 +PAN,1994,142198,148806 +PAN,1995,143259,150010 +PAN,1996,144651,151389 +PAN,1997,146179,152830 +PAN,1998,147807,154308 +PAN,1999,149405,155752 +PAN,2000,150828,157057 +PAN,2001,152091,158198 +PAN,2002,153256,159289 +PAN,2003,154364,160351 +PAN,2004,155578,161529 +PAN,2005,157088,162999 +PAN,2006,159101,164999 +PAN,2007,161350,167251 +PAN,2008,163723,169637 +PAN,2009,165938,171877 +PAN,2010,167700,173701 +PAN,2011,169114,175242 +PAN,2012,170124,176428 +PAN,2013,170856,177367 +PAN,2014,171601,178319 +PAN,2015,172604,179528 +PAN,2016,174109,181195 +PAN,2017,175803,183067 +PAN,2018,177563,185009 +PAN,2019,179000,187000 +PAN,2020,181000,189000 +PAN,2021,183000,191000 +PAN,2022,185000,193000 +PAN,2023,186000,194000 +PAN,2024,188000,196000 +PAN,2025,189000,197000 +PAN,2026,190000,198000 +PAN,2027,190000,198000 +PAN,2028,190000,198000 +PAN,2029,190000,198000 +PAN,2030,190000,199000 +PAN,2031,191000,199000 +PAN,2032,191000,200000 +PAN,2033,192000,201000 +PAN,2034,192000,201000 +PAN,2035,193000,202000 +PAN,2036,193000,202000 +PAN,2037,193000,202000 +PAN,2038,193000,202000 +PAN,2039,193000,202000 +PAN,2040,193000,202000 +PAN,2041,193000,202000 +PAN,2042,193000,202000 +PAN,2043,193000,202000 +PAN,2044,193000,202000 +PAN,2045,192000,202000 +PAN,2046,192000,201000 +PAN,2047,192000,201000 +PAN,2048,192000,201000 +PAN,2049,191000,200000 +PAN,2050,191000,200000 +PER,1990,1292752,1341477 +PER,1991,1307214,1358448 +PER,1992,1323121,1377345 +PER,1993,1340734,1397844 +PER,1994,1360247,1419792 +PER,1995,1381708,1443002 +PER,1996,1403467,1464746 +PER,1997,1426252,1487830 +PER,1998,1448741,1510535 +PER,1999,1468057,1530001 +PER,2000,1481406,1543680 +PER,2001,1486512,1547730 +PER,2002,1489003,1550179 +PER,2003,1491347,1552530 +PER,2004,1492999,1554038 +PER,2005,1491065,1552041 +PER,2006,1467688,1545911 +PER,2007,1443942,1532261 +PER,2008,1424275,1511654 +PER,2009,1411349,1489048 +PER,2010,1404574,1469894 +PER,2011,1386088,1442145 +PER,2012,1370397,1425097 +PER,2013,1359117,1418029 +PER,2014,1355124,1419941 +PER,2015,1361383,1430896 +PER,2016,1355694,1398197 +PER,2017,1356509,1374107 +PER,2018,1365828,1358978 +PER,2019,1375000,1346000 +PER,2020,1370000,1326000 +PER,2021,1369000,1331000 +PER,2022,1352000,1324000 +PER,2023,1326000,1309000 +PER,2024,1302000,1297000 +PER,2025,1292000,1298000 +PER,2026,1296000,1315000 +PER,2027,1311000,1343000 +PER,2028,1333000,1378000 +PER,2029,1355000,1411000 +PER,2030,1369000,1434000 +PER,2031,1378000,1446000 +PER,2032,1380000,1449000 +PER,2033,1378000,1445000 +PER,2034,1372000,1437000 +PER,2035,1365000,1429000 +PER,2036,1357000,1419000 +PER,2037,1346000,1408000 +PER,2038,1333000,1396000 +PER,2039,1320000,1383000 +PER,2040,1307000,1369000 +PER,2041,1295000,1357000 +PER,2042,1283000,1345000 +PER,2043,1272000,1334000 +PER,2044,1262000,1322000 +PER,2045,1251000,1311000 +PER,2046,1241000,1301000 +PER,2047,1232000,1292000 +PER,2048,1224000,1283000 +PER,2049,1216000,1275000 +PER,2050,1208000,1267000 +PHL,1990,3671391,3827500 +PHL,1991,3750601,3908631 +PHL,1992,3831312,3992381 +PHL,1993,3913242,4078162 +PHL,1994,3997325,4166740 +PHL,1995,4084909,4259394 +PHL,1996,4175488,4355856 +PHL,1997,4269407,4456890 +PHL,1998,4365304,4560237 +PHL,1999,4458061,4659498 +PHL,2000,4541091,4747065 +PHL,2001,4609692,4818144 +PHL,2002,4671698,4881325 +PHL,2003,4727996,4939181 +PHL,2004,4782841,4998536 +PHL,2005,4841139,5065659 +PHL,2006,4901519,5120568 +PHL,2007,4955178,5181740 +PHL,2008,4994392,5240024 +PHL,2009,5016347,5287243 +PHL,2010,5020108,5317155 +PHL,2011,5027667,5351239 +PHL,2012,5037864,5379151 +PHL,2013,5049746,5401885 +PHL,2014,5066734,5423564 +PHL,2015,5094075,5447555 +PHL,2016,5122797,5461331 +PHL,2017,5165897,5482560 +PHL,2018,5218286,5508136 +PHL,2019,5273000,5538000 +PHL,2020,5329000,5578000 +PHL,2021,5393000,5642000 +PHL,2022,5453000,5709000 +PHL,2023,5507000,5777000 +PHL,2024,5541000,5824000 +PHL,2025,5535000,5825000 +PHL,2026,5480000,5772000 +PHL,2027,5392000,5682000 +PHL,2028,5283000,5567000 +PHL,2029,5182000,5461000 +PHL,2030,5120000,5395000 +PHL,2031,5097000,5372000 +PHL,2032,5111000,5387000 +PHL,2033,5150000,5428000 +PHL,2034,5194000,5474000 +PHL,2035,5227000,5508000 +PHL,2036,5249000,5531000 +PHL,2037,5263000,5546000 +PHL,2038,5271000,5555000 +PHL,2039,5277000,5560000 +PHL,2040,5281000,5564000 +PHL,2041,5283000,5567000 +PHL,2042,5282000,5566000 +PHL,2043,5278000,5562000 +PHL,2044,5270000,5554000 +PHL,2045,5257000,5540000 +PHL,2046,5238000,5520000 +PHL,2047,5215000,5496000 +PHL,2048,5188000,5469000 +PHL,2049,5161000,5440000 +PHL,2050,5134000,5413000 +PLW,1990,, +PLW,1991,, +PLW,1992,, +PLW,1993,, +PLW,1994,, +PLW,1995,, +PLW,1996,, +PLW,1997,, +PLW,1998,, +PLW,1999,, +PLW,2000,, +PLW,2001,, +PLW,2002,, +PLW,2003,, +PLW,2004,, +PLW,2005,, +PLW,2006,, +PLW,2007,, +PLW,2008,, +PLW,2009,, +PLW,2010,, +PLW,2011,, +PLW,2012,, +PLW,2013,, +PLW,2014,, +PLW,2015,, +PLW,2016,, +PLW,2017,, +PLW,2018,, +PLW,2019,, +PLW,2020,, +PLW,2021,, +PLW,2022,, +PLW,2023,, +PLW,2024,, +PLW,2025,, +PLW,2026,, +PLW,2027,, +PLW,2028,, +PLW,2029,, +PLW,2030,, +PLW,2031,, +PLW,2032,, +PLW,2033,, +PLW,2034,, +PLW,2035,, +PLW,2036,, +PLW,2037,, +PLW,2038,, +PLW,2039,, +PLW,2040,, +PLW,2041,, +PLW,2042,, +PLW,2043,, +PLW,2044,, +PLW,2045,, +PLW,2046,, +PLW,2047,, +PLW,2048,, +PLW,2049,, +PLW,2050,, +PNG,1990,281723,297246 +PNG,1991,288245,304153 +PNG,1992,294441,310699 +PNG,1993,300403,316994 +PNG,1994,306009,322915 +PNG,1995,310925,328117 +PNG,1996,315050,332473 +PNG,1997,318713,336369 +PNG,1998,322105,340001 +PNG,1999,325643,343818 +PNG,2000,329706,348235 +PNG,2001,333838,352786 +PNG,2002,338742,358211 +PNG,2003,344469,364538 +PNG,2004,351201,371918 +PNG,2005,359182,380581 +PNG,2006,368930,391107 +PNG,2007,379959,402956 +PNG,2008,391731,415589 +PNG,2009,403194,427953 +PNG,2010,413311,439006 +PNG,2011,422342,448775 +PNG,2012,430167,457417 +PNG,2013,437063,465166 +PNG,2014,443586,472503 +PNG,2015,450141,479766 +PNG,2016,456699,486999 +PNG,2017,463201,494097 +PNG,2018,469587,501002 +PNG,2019,476000,507000 +PNG,2020,481000,513000 +PNG,2021,486000,518000 +PNG,2022,490000,523000 +PNG,2023,494000,527000 +PNG,2024,498000,532000 +PNG,2025,502000,536000 +PNG,2026,507000,541000 +PNG,2027,512000,547000 +PNG,2028,517000,553000 +PNG,2029,523000,559000 +PNG,2030,528000,565000 +PNG,2031,534000,571000 +PNG,2032,540000,577000 +PNG,2033,546000,583000 +PNG,2034,551000,589000 +PNG,2035,557000,595000 +PNG,2036,563000,601000 +PNG,2037,568000,607000 +PNG,2038,574000,613000 +PNG,2039,579000,618000 +PNG,2040,584000,623000 +PNG,2041,589000,629000 +PNG,2042,594000,634000 +PNG,2043,599000,639000 +PNG,2044,603000,644000 +PNG,2045,607000,648000 +PNG,2046,611000,652000 +PNG,2047,614000,656000 +PNG,2048,617000,659000 +PNG,2049,620000,662000 +PNG,2050,623000,665000 +POL,1990,1576927,1651089 +POL,1991,1606087,1682809 +POL,1992,1629857,1708935 +POL,1993,1647393,1728516 +POL,1994,1655149,1737731 +POL,1995,1647467,1730467 +POL,1996,1621139,1702511 +POL,1997,1581531,1660731 +POL,1998,1531633,1608113 +POL,1999,1479105,1552755 +POL,2000,1417496,1488062 +POL,2001,1376999,1446141 +POL,2002,1341527,1409561 +POL,2003,1309096,1376045 +POL,2004,1274547,1340177 +POL,2005,1232988,1296937 +POL,2006,1184348,1246006 +POL,2007,1131733,1190775 +POL,2008,1078431,1134818 +POL,2009,1028724,1082845 +POL,2010,982054,1034446 +POL,2011,943605,992085 +POL,2012,910576,956843 +POL,2013,882940,928420 +POL,2014,863907,909513 +POL,2015,858071,904287 +POL,2016,868057,913177 +POL,2017,890553,935364 +POL,2018,920880,966328 +POL,2019,947000,994000 +POL,2020,962000,1010000 +POL,2021,966000,1015000 +POL,2022,959000,1008000 +POL,2023,944000,992000 +POL,2024,929000,976000 +POL,2025,919000,966000 +POL,2026,914000,961000 +POL,2027,912000,960000 +POL,2028,913000,961000 +POL,2029,911000,959000 +POL,2030,904000,952000 +POL,2031,892000,940000 +POL,2032,876000,924000 +POL,2033,857000,904000 +POL,2034,837000,883000 +POL,2035,817000,863000 +POL,2036,800000,844000 +POL,2037,783000,826000 +POL,2038,766000,809000 +POL,2039,751000,792000 +POL,2040,736000,777000 +POL,2041,723000,763000 +POL,2042,711000,750000 +POL,2043,700000,739000 +POL,2044,691000,730000 +POL,2045,684000,722000 +POL,2046,679000,717000 +POL,2047,676000,713000 +POL,2048,674000,711000 +POL,2049,673000,711000 +POL,2050,672000,710000 +PRE,1990,26135827,26594634 +PRE,1991,26919479,27387774 +PRE,1992,27756646,28242256 +PRE,1993,28634881,29141646 +PRE,1994,29520719,30049565 +PRE,1995,30369428,30919085 +PRE,1996,31172368,31722442 +PRE,1997,31984033,32536998 +PRE,1998,32821182,33382175 +PRE,1999,33688216,34263854 +PRE,2000,34563467,35158570 +PRE,2001,35422509,36015091 +PRE,2002,36339327,36940239 +PRE,2003,37309688,37926647 +PRE,2004,38327447,38963967 +PRE,2005,39378976,40034427 +PRE,2006,40439099,41109016 +PRE,2007,41596722,42283042 +PRE,2008,42844975,43550921 +PRE,2009,44171525,44906259 +PRE,2010,45556209,46334399 +PRE,2011,46941154,47759332 +PRE,2012,48405901,49285649 +PRE,2013,49929445,50888117 +PRE,2014,51484986,52529669 +PRE,2015,53045207,54172017 +PRE,2016,54603925,55800056 +PRE,2017,56198103,57461973 +PRE,2018,57811214,59141431 +PRE,2019,59413000,60811000 +PRE,2020,60965000,62427000 +PRE,2021,62469000,63999000 +PRE,2022,63941000,65539000 +PRE,2023,65386000,67050000 +PRE,2024,66790000,68522000 +PRE,2025,68139000,69928000 +PRE,2026,69424000,71258000 +PRE,2027,70687000,72558000 +PRE,2028,71929000,73841000 +PRE,2029,73182000,75133000 +PRE,2030,74467000,76443000 +PRE,2031,75791000,77798000 +PRE,2032,77176000,79212000 +PRE,2033,78602000,80663000 +PRE,2034,80040000,82133000 +PRE,2035,81476000,83593000 +PRE,2036,82924000,85064000 +PRE,2037,84392000,86565000 +PRE,2038,85875000,88069000 +PRE,2039,87342000,89576000 +PRE,2040,88783000,91042000 +PRE,2041,90221000,92505000 +PRE,2042,91650000,93961000 +PRE,2043,93058000,95402000 +PRE,2044,94445000,96816000 +PRE,2045,95782000,98177000 +PRE,2046,97107000,99529000 +PRE,2047,98407000,100854000 +PRE,2048,99672000,102152000 +PRE,2049,100909000,103412000 +PRE,2050,102101000,104628000 +PRI,1990,167159,173074 +PRI,1991,165571,171213 +PRI,1992,163226,168815 +PRI,1993,160562,166208 +PRI,1994,157901,163587 +PRI,1995,155609,161254 +PRI,1996,153574,159089 +PRI,1997,152256,157829 +PRI,1998,151118,156780 +PRI,1999,150412,156222 +PRI,2000,149890,155979 +PRI,2001,150131,156246 +PRI,2002,150505,156486 +PRI,2003,150667,156122 +PRI,2004,150269,155026 +PRI,2005,148880,153247 +PRI,2006,146907,151679 +PRI,2007,144122,150083 +PRI,2008,140643,148405 +PRI,2009,136864,146543 +PRI,2010,133218,144474 +PRI,2011,127574,139816 +PRI,2012,123470,135991 +PRI,2013,120860,133078 +PRI,2014,118743,130256 +PRI,2015,117246,127880 +PRI,2016,113222,123421 +PRI,2017,110831,120257 +PRI,2018,108632,116899 +PRI,2019,111000,119000 +PRI,2020,114000,120000 +PRI,2021,112000,118000 +PRI,2022,108000,113000 +PRI,2023,100000,105000 +PRI,2024,92000,97000 +PRI,2025,83000,88000 +PRI,2026,75000,79000 +PRI,2027,66000,70000 +PRI,2028,58000,61000 +PRI,2029,50000,54000 +PRI,2030,46000,49000 +PRI,2031,44000,47000 +PRI,2032,45000,48000 +PRI,2033,48000,51000 +PRI,2034,51000,54000 +PRI,2035,53000,57000 +PRI,2036,55000,59000 +PRI,2037,56000,60000 +PRI,2038,56000,60000 +PRI,2039,56000,61000 +PRI,2040,56000,62000 +PRI,2041,57000,62000 +PRI,2042,58000,63000 +PRI,2043,58000,63000 +PRI,2044,59000,64000 +PRI,2045,59000,64000 +PRI,2046,58000,63000 +PRI,2047,58000,62000 +PRI,2048,57000,61000 +PRI,2049,56000,60000 +PRI,2050,54000,59000 +PRK,1990,814855,849561 +PRK,1991,804434,839736 +PRK,1992,821467,858197 +PRK,1993,858139,896771 +PRK,1994,896932,937212 +PRK,1995,922571,963593 +PRK,1996,936731,978071 +PRK,1997,941110,981904 +PRK,1998,938752,978427 +PRK,1999,936766,975315 +PRK,2000,940829,978740 +PRK,2001,950390,988254 +PRK,2002,963102,1001487 +PRK,2003,977322,1016572 +PRK,2004,989087,1029357 +PRK,2005,994581,1035965 +PRK,2006,993725,1036618 +PRK,2007,987768,1032274 +PRK,2008,977942,1024010 +PRK,2009,967205,1014357 +PRK,2010,958319,1005628 +PRK,2011,951996,998618 +PRK,2012,946807,991896 +PRK,2013,942116,985050 +PRK,2014,935220,975935 +PRK,2015,923158,962081 +PRK,2016,905755,943511 +PRK,2017,884477,921517 +PRK,2018,861082,897748 +PRK,2019,840000,876000 +PRK,2020,824000,861000 +PRK,2021,815000,852000 +PRK,2022,812000,849000 +PRK,2023,813000,851000 +PRK,2024,817000,855000 +PRK,2025,820000,859000 +PRK,2026,826000,865000 +PRK,2027,831000,871000 +PRK,2028,838000,878000 +PRK,2029,843000,884000 +PRK,2030,847000,888000 +PRK,2031,849000,891000 +PRK,2032,850000,891000 +PRK,2033,849000,890000 +PRK,2034,846000,887000 +PRK,2035,843000,884000 +PRK,2036,840000,881000 +PRK,2037,836000,876000 +PRK,2038,831000,871000 +PRK,2039,825000,865000 +PRK,2040,818000,857000 +PRK,2041,809000,848000 +PRK,2042,799000,838000 +PRK,2043,788000,826000 +PRK,2044,777000,815000 +PRK,2045,766000,803000 +PRK,2046,755000,792000 +PRK,2047,745000,781000 +PRK,2048,735000,770000 +PRK,2049,726000,761000 +PRK,2050,718000,752000 +PRT,1990,393339,408713 +PRT,1991,380837,396208 +PRT,1992,368041,383472 +PRT,1993,355454,370947 +PRT,1994,343339,358808 +PRT,1995,331728,347008 +PRT,1996,320901,335663 +PRT,1997,310695,324960 +PRT,1998,300994,314855 +PRT,1999,292180,305808 +PRT,2000,285052,298625 +PRT,2001,278764,292124 +PRT,2002,273827,287054 +PRT,2003,269996,283070 +PRT,2004,266873,279610 +PRT,2005,264295,276381 +PRT,2006,264548,277113 +PRT,2007,266409,279173 +PRT,2008,269339,281954 +PRT,2009,272486,284775 +PRT,2010,274713,286732 +PRT,2011,272918,283191 +PRT,2012,269788,279449 +PRT,2013,265748,275851 +PRT,2014,261604,272793 +PRT,2015,257961,270381 +PRT,2016,254593,266927 +PRT,2017,251402,263245 +PRT,2018,248320,259400 +PRT,2019,244000,255000 +PRT,2020,240000,250000 +PRT,2021,235000,246000 +PRT,2022,230000,241000 +PRT,2023,224000,236000 +PRT,2024,218000,231000 +PRT,2025,213000,226000 +PRT,2026,208000,221000 +PRT,2027,204000,217000 +PRT,2028,200000,213000 +PRT,2029,196000,209000 +PRT,2030,193000,205000 +PRT,2031,192000,204000 +PRT,2032,191000,202000 +PRT,2033,190000,201000 +PRT,2034,189000,201000 +PRT,2035,189000,200000 +PRT,2036,189000,200000 +PRT,2037,188000,200000 +PRT,2038,188000,199000 +PRT,2039,188000,199000 +PRT,2040,188000,199000 +PRT,2041,188000,199000 +PRT,2042,189000,200000 +PRT,2043,189000,200000 +PRT,2044,189000,200000 +PRT,2045,189000,200000 +PRT,2046,189000,200000 +PRT,2047,189000,200000 +PRT,2048,189000,200000 +PRT,2049,188000,199000 +PRT,2050,187000,198000 +PRY,1990,244269,254039 +PRY,1991,252920,263043 +PRY,1992,261918,272436 +PRY,1993,271095,282030 +PRY,1994,280071,291409 +PRY,1995,288400,300112 +PRY,1996,296083,308231 +PRY,1997,302917,315412 +PRY,1998,309001,321730 +PRY,1999,314514,327386 +PRY,2000,319481,332461 +PRY,2001,323489,336615 +PRY,2002,327074,340398 +PRY,2003,330096,343660 +PRY,2004,332572,346403 +PRY,2005,334707,348815 +PRY,2006,337246,351677 +PRY,2007,339351,354143 +PRY,2008,341031,356224 +PRY,2009,341940,357498 +PRY,2010,341544,357317 +PRY,2011,339106,354886 +PRY,2012,335727,351408 +PRY,2013,331724,347234 +PRY,2014,328089,343410 +PRY,2015,325924,341053 +PRY,2016,325384,340350 +PRY,2017,326214,341053 +PRY,2018,328008,342771 +PRY,2019,330000,345000 +PRY,2020,331000,346000 +PRY,2021,332000,346000 +PRY,2022,332000,346000 +PRY,2023,331000,346000 +PRY,2024,331000,346000 +PRY,2025,331000,347000 +PRY,2026,333000,348000 +PRY,2027,334000,349000 +PRY,2028,336000,351000 +PRY,2029,337000,353000 +PRY,2030,339000,354000 +PRY,2031,339000,355000 +PRY,2032,340000,355000 +PRY,2033,339000,355000 +PRY,2034,339000,355000 +PRY,2035,338000,354000 +PRY,2036,337000,353000 +PRY,2037,336000,351000 +PRY,2038,334000,350000 +PRY,2039,333000,348000 +PRY,2040,331000,346000 +PRY,2041,329000,344000 +PRY,2042,327000,342000 +PRY,2043,326000,341000 +PRY,2044,324000,339000 +PRY,2045,322000,337000 +PRY,2046,320000,335000 +PRY,2047,318000,333000 +PRY,2048,317000,331000 +PRY,2049,315000,330000 +PRY,2050,314000,328000 +PSE,1990,128254,133567 +PSE,1991,133010,138604 +PSE,1992,137719,143541 +PSE,1993,142570,148586 +PSE,1994,147968,154193 +PSE,1995,154262,160750 +PSE,1996,161315,168096 +PSE,1997,169439,176574 +PSE,1998,175082,182478 +PSE,1999,181355,189049 +PSE,2000,188471,196502 +PSE,2001,196388,204803 +PSE,2002,204856,213695 +PSE,2003,213609,222882 +PSE,2004,221815,231475 +PSE,2005,228528,238465 +PSE,2006,233891,244001 +PSE,2007,237672,247843 +PSE,2008,240689,250861 +PSE,2009,242779,252931 +PSE,2010,244254,254387 +PSE,2011,244740,254858 +PSE,2012,244682,254807 +PSE,2013,244336,254474 +PSE,2014,244396,254561 +PSE,2015,245575,255809 +PSE,2016,247900,258036 +PSE,2017,251493,261742 +PSE,2018,257989,268655 +PSE,2019,266000,277000 +PSE,2020,273000,285000 +PSE,2021,282000,294000 +PSE,2022,290000,303000 +PSE,2023,298000,312000 +PSE,2024,305000,319000 +PSE,2025,311000,325000 +PSE,2026,315000,329000 +PSE,2027,317000,332000 +PSE,2028,318000,333000 +PSE,2029,319000,334000 +PSE,2030,321000,336000 +PSE,2031,324000,339000 +PSE,2032,327000,342000 +PSE,2033,330000,346000 +PSE,2034,334000,350000 +PSE,2035,337000,353000 +PSE,2036,340000,356000 +PSE,2037,342000,359000 +PSE,2038,345000,361000 +PSE,2039,347000,364000 +PSE,2040,349000,366000 +PSE,2041,352000,369000 +PSE,2042,355000,372000 +PSE,2043,357000,375000 +PSE,2044,360000,378000 +PSE,2045,363000,381000 +PSE,2046,365000,383000 +PSE,2047,368000,386000 +PSE,2048,370000,389000 +PSE,2049,373000,391000 +PSE,2050,375000,394000 +PSS,1990,95688,102625 +PSS,1991,97365,104482 +PSS,1992,99348,106600 +PSS,1993,101475,108773 +PSS,1994,103441,110744 +PSS,1995,104905,112265 +PSS,1996,105310,112898 +PSS,1997,105429,113263 +PSS,1998,105358,113373 +PSS,1999,105420,113531 +PSS,2000,105980,114093 +PSS,2001,105956,113997 +PSS,2002,106226,114233 +PSS,2003,106696,114677 +PSS,2004,107109,115077 +PSS,2005,107244,115223 +PSS,2006,107915,115668 +PSS,2007,108518,116284 +PSS,2008,109106,117134 +PSS,2009,109665,118106 +PSS,2010,110099,118957 +PSS,2011,110064,118672 +PSS,2012,110084,118299 +PSS,2013,110301,118040 +PSS,2014,111025,118344 +PSS,2015,112581,119674 +PSS,2016,114865,122130 +PSS,2017,117571,125020 +PSS,2018,120484,128053 +PSS,2019,122800,131800 +PSS,2020,126100,133200 +PSS,2021,127200,136400 +PSS,2022,129300,137600 +PSS,2023,131400,140700 +PSS,2024,134300,141700 +PSS,2025,137500,144800 +PSS,2026,138400,146800 +PSS,2027,139500,148900 +PSS,2028,141700,149900 +PSS,2029,143800,151900 +PSS,2030,145000,153900 +PSS,2031,146000,153900 +PSS,2032,146000,153900 +PSS,2033,145200,154000 +PSS,2034,144200,152100 +PSS,2035,146300,154100 +PSS,2036,147300,154100 +PSS,2037,146200,155200 +PSS,2038,147300,155200 +PSS,2039,149300,156200 +PSS,2040,149400,157300 +PSS,2041,150400,158200 +PSS,2042,152300,160200 +PSS,2043,153400,161200 +PSS,2044,155300,162200 +PSS,2045,157300,165200 +PSS,2046,158300,166200 +PSS,2047,159200,167100 +PSS,2048,160300,169100 +PSS,2049,162300,170200 +PSS,2050,163400,171200 +PST,1990,32129683,33696973 +PST,1991,31985665,33538380 +PST,1992,31970906,33529145 +PST,1993,32040736,33611155 +PST,1994,32117092,33700669 +PST,1995,32147408,33748198 +PST,1996,32133207,33768312 +PST,1997,32099703,33776552 +PST,1998,32046984,33757564 +PST,1999,31988011,33720794 +PST,2000,31933896,33684160 +PST,2001,31871910,33655326 +PST,2002,31788952,33600619 +PST,2003,31681928,33504889 +PST,2004,31534990,33349077 +PST,2005,31297141,33084159 +PST,2006,31015286,32774939 +PST,2007,30687777,32416753 +PST,2008,30367849,32056526 +PST,2009,30061530,31704260 +PST,2010,29805576,31412711 +PST,2011,29539260,31110273 +PST,2012,29325005,30880462 +PST,2013,29126738,30676937 +PST,2014,28977253,30525327 +PST,2015,28918183,30466063 +PST,2016,29080659,30625730 +PST,2017,29299669,30853021 +PST,2018,29559141,31128193 +PST,2019,29762200,31346500 +PST,2020,29849000,31452300 +PST,2021,29933800,31519200 +PST,2022,29897600,31468000 +PST,2023,29765500,31320800 +PST,2024,29573300,31112600 +PST,2025,29348200,30878600 +PST,2026,29188100,30689500 +PST,2027,28988000,30459400 +PST,2028,28746000,30193400 +PST,2029,28496000,29924400 +PST,2030,28262000,29687400 +PST,2031,28167000,29573300 +PST,2032,28092000,29487300 +PST,2033,28023000,29418200 +PST,2034,27941900,29342200 +PST,2035,27839900,29252200 +PST,2036,27846900,29248200 +PST,2037,27829800,29224100 +PST,2038,27787800,29177100 +PST,2039,27722800,29114100 +PST,2040,27641700,29041000 +PST,2041,27668600,29054000 +PST,2042,27670600,29055900 +PST,2043,27645600,29029900 +PST,2044,27604400,28988800 +PST,2045,27542400,28941700 +PST,2046,27595300,28984700 +PST,2047,27624200,29006600 +PST,2048,27634000,29016600 +PST,2049,27613800,29003500 +PST,2050,27572700,28972400 +PYF,1990,10147,10616 +PYF,1991,10183,10688 +PYF,1992,10346,10844 +PYF,1993,10643,11072 +PYF,1994,11037,11362 +PYF,1995,11473,11718 +PYF,1996,11877,12077 +PYF,1997,12309,12590 +PYF,1998,12720,13224 +PYF,1999,13058,13854 +PYF,2000,13266,14317 +PYF,2001,13209,14306 +PYF,2002,13049,14119 +PYF,2003,12802,13828 +PYF,2004,12534,13539 +PYF,2005,12320,13317 +PYF,2006,12046,12950 +PYF,2007,11849,12659 +PYF,2008,11740,12447 +PYF,2009,11678,12307 +PYF,2010,11613,12209 +PYF,2011,11456,12021 +PYF,2012,11231,11862 +PYF,2013,10897,11714 +PYF,2014,10549,11603 +PYF,2015,10339,11567 +PYF,2016,10417,11567 +PYF,2017,10630,11591 +PYF,2018,10937,11630 +PYF,2019,11000,12000 +PYF,2020,11000,12000 +PYF,2021,11000,11000 +PYF,2022,11000,11000 +PYF,2023,10000,11000 +PYF,2024,9700,10000 +PYF,2025,9400,10000 +PYF,2026,9300,10000 +PYF,2027,9300,10000 +PYF,2028,9500,10000 +PYF,2029,9700,10000 +PYF,2030,9800,10000 +PYF,2031,9800,10000 +PYF,2032,9700,10000 +PYF,2033,9500,10000 +PYF,2034,9400,9900 +PYF,2035,9300,9700 +PYF,2036,9200,9700 +PYF,2037,9100,9600 +PYF,2038,9100,9500 +PYF,2039,9000,9400 +PYF,2040,8900,9400 +PYF,2041,8900,9300 +PYF,2042,8800,9200 +PYF,2043,8700,9200 +PYF,2044,8700,9100 +PYF,2045,8600,9000 +PYF,2046,8600,9000 +PYF,2047,8500,8900 +PYF,2048,8500,8900 +PYF,2049,8400,8800 +PYF,2050,8400,8800 +QAT,1990,16769,17703 +QAT,1991,17778,18324 +QAT,1992,18699,18936 +QAT,1993,19494,19833 +QAT,1994,20117,20827 +QAT,1995,20540,21567 +QAT,1996,20931,22461 +QAT,1997,21187,22957 +QAT,1998,21446,23262 +QAT,1999,21816,23571 +QAT,2000,22354,24029 +QAT,2001,22701,23084 +QAT,2002,23311,22498 +QAT,2003,24272,23279 +QAT,2004,25621,25965 +QAT,2005,27317,30524 +QAT,2006,27285,28685 +QAT,2007,27578,27028 +QAT,2008,28551,27836 +QAT,2009,30193,30800 +QAT,2010,32248,33775 +QAT,2011,34537,40351 +QAT,2012,36964,42512 +QAT,2013,40002,44327 +QAT,2014,43592,47161 +QAT,2015,47319,50039 +QAT,2016,50396,52349 +QAT,2017,52814,53041 +QAT,2018,55026,55180 +QAT,2019,57000,59000 +QAT,2020,59000,63000 +QAT,2021,61000,66000 +QAT,2022,63000,67000 +QAT,2023,64000,68000 +QAT,2024,66000,70000 +QAT,2025,67000,72000 +QAT,2026,68000,74000 +QAT,2027,69000,73000 +QAT,2028,69000,73000 +QAT,2029,70000,74000 +QAT,2030,70000,75000 +QAT,2031,71000,77000 +QAT,2032,71000,76000 +QAT,2033,71000,76000 +QAT,2034,71000,76000 +QAT,2035,71000,76000 +QAT,2036,71000,76000 +QAT,2037,70000,75000 +QAT,2038,70000,74000 +QAT,2039,70000,74000 +QAT,2040,69000,74000 +QAT,2041,69000,74000 +QAT,2042,68000,73000 +QAT,2043,68000,72000 +QAT,2044,67000,72000 +QAT,2045,67000,72000 +QAT,2046,67000,72000 +QAT,2047,66000,71000 +QAT,2048,66000,70000 +QAT,2049,66000,70000 +QAT,2050,66000,71000 +ROU,1990,974491,1022735 +ROU,1991,943247,990369 +ROU,1992,906643,952299 +ROU,1993,873485,917710 +ROU,1994,844702,887452 +ROU,1995,829633,871323 +ROU,1996,831586,873701 +ROU,1997,845641,888412 +ROU,1998,867044,910483 +ROU,1999,881796,925555 +ROU,2000,875703,919068 +ROU,2001,833100,874313 +ROU,2002,771121,809702 +ROU,2003,706738,742719 +ROU,2004,645284,678608 +ROU,2005,598380,629469 +ROU,2006,567161,597120 +ROU,2007,546212,575033 +ROU,2008,534489,562448 +ROU,2009,530169,557815 +ROU,2010,525340,553033 +ROU,2011,515342,542883 +ROU,2012,506330,533885 +ROU,2013,498663,526276 +ROU,2014,493898,521415 +ROU,2015,493686,520910 +ROU,2016,497130,524917 +ROU,2017,504815,533187 +ROU,2018,515041,544010 +ROU,2019,523000,553000 +ROU,2020,526000,556000 +ROU,2021,520000,549000 +ROU,2022,509000,537000 +ROU,2023,493000,521000 +ROU,2024,478000,505000 +ROU,2025,467000,494000 +ROU,2026,460000,487000 +ROU,2027,457000,483000 +ROU,2028,456000,482000 +ROU,2029,456000,481000 +ROU,2030,453000,478000 +ROU,2031,448000,473000 +ROU,2032,441000,466000 +ROU,2033,434000,458000 +ROU,2034,427000,451000 +ROU,2035,421000,444000 +ROU,2036,415000,439000 +ROU,2037,411000,434000 +ROU,2038,407000,429000 +ROU,2039,403000,426000 +ROU,2040,400000,422000 +ROU,2041,397000,419000 +ROU,2042,395000,417000 +ROU,2043,393000,415000 +ROU,2044,391000,413000 +ROU,2045,390000,412000 +ROU,2046,388000,410000 +ROU,2047,387000,409000 +ROU,2048,386000,408000 +ROU,2049,385000,407000 +ROU,2050,384000,406000 +RUS,1990,5273528,5432235 +RUS,1991,5365729,5534174 +RUS,1992,5476170,5657069 +RUS,1993,5594048,5787079 +RUS,1994,5709606,5912991 +RUS,1995,5820300,6033200 +RUS,1996,5936916,6163446 +RUS,1997,6026110,6266605 +RUS,1998,6081994,6335738 +RUS,1999,6062105,6324841 +RUS,2000,5923790,6187082 +RUS,2001,5651707,5906405 +RUS,2002,5278846,5520178 +RUS,2003,4842260,5069578 +RUS,2004,4414279,4630197 +RUS,2005,4056690,4264845 +RUS,2006,3793030,3992681 +RUS,2007,3580327,3771421 +RUS,2008,3400941,3581217 +RUS,2009,3245595,3413992 +RUS,2010,3124488,3283166 +RUS,2011,3082774,3235023 +RUS,2012,3110774,3262060 +RUS,2013,3193002,3347629 +RUS,2014,3300594,3460614 +RUS,2015,3409000,3574747 +RUS,2016,3515925,3684456 +RUS,2017,3620767,3793654 +RUS,2018,3721691,3900208 +RUS,2019,3827000,4013000 +RUS,2020,3941000,4137000 +RUS,2021,4066000,4272000 +RUS,2022,4191000,4407000 +RUS,2023,4310000,4538000 +RUS,2024,4411000,4650000 +RUS,2025,4482000,4730000 +RUS,2026,4530000,4781000 +RUS,2027,4545000,4797000 +RUS,2028,4532000,4783000 +RUS,2029,4495000,4744000 +RUS,2030,4436000,4682000 +RUS,2031,4361000,4600000 +RUS,2032,4266000,4496000 +RUS,2033,4156000,4377000 +RUS,2034,4041000,4254000 +RUS,2035,3929000,4136000 +RUS,2036,3831000,4029000 +RUS,2037,3739000,3932000 +RUS,2038,3655000,3843000 +RUS,2039,3577000,3764000 +RUS,2040,3509000,3694000 +RUS,2041,3459000,3640000 +RUS,2042,3420000,3599000 +RUS,2043,3393000,3570000 +RUS,2044,3376000,3553000 +RUS,2045,3371000,3549000 +RUS,2046,3384000,3561000 +RUS,2047,3407000,3586000 +RUS,2048,3439000,3620000 +RUS,2049,3477000,3660000 +RUS,2050,3516000,3702000 +RWA,1990,490086,482777 +RWA,1991,482015,475358 +RWA,1992,463945,458152 +RWA,1993,442935,438266 +RWA,1994,426616,423086 +RWA,1995,417810,414770 +RWA,1996,433977,419096 +RWA,1997,463233,442136 +RWA,1998,496946,477562 +RWA,1999,527195,515975 +RWA,2000,550943,549553 +RWA,2001,560310,560323 +RWA,2002,562199,559523 +RWA,2003,560589,552310 +RWA,2004,559849,546120 +RWA,2005,562566,546155 +RWA,2006,567041,550794 +RWA,2007,575182,561142 +RWA,2008,586065,575640 +RWA,2009,598383,591533 +RWA,2010,611198,606627 +RWA,2011,623369,619869 +RWA,2012,637104,633766 +RWA,2013,651932,648137 +RWA,2014,667834,663472 +RWA,2015,685102,680439 +RWA,2016,703571,698709 +RWA,2017,722763,718004 +RWA,2018,742341,737957 +RWA,2019,761000,757000 +RWA,2020,777000,775000 +RWA,2021,789000,788000 +RWA,2022,800000,799000 +RWA,2023,809000,810000 +RWA,2024,819000,822000 +RWA,2025,832000,837000 +RWA,2026,850000,856000 +RWA,2027,870000,878000 +RWA,2028,891000,900000 +RWA,2029,912000,922000 +RWA,2030,927000,939000 +RWA,2031,939000,952000 +RWA,2032,946000,961000 +RWA,2033,951000,967000 +RWA,2034,955000,972000 +RWA,2035,960000,978000 +RWA,2036,966000,984000 +RWA,2037,972000,991000 +RWA,2038,980000,999000 +RWA,2039,987000,1006000 +RWA,2040,994000,1013000 +RWA,2041,1001000,1020000 +RWA,2042,1009000,1028000 +RWA,2043,1016000,1036000 +RWA,2044,1023000,1043000 +RWA,2045,1031000,1051000 +RWA,2046,1038000,1059000 +RWA,2047,1046000,1067000 +RWA,2048,1053000,1075000 +RWA,2049,1061000,1082000 +RWA,2050,1068000,1090000 +SAS,1990,62543165,67254212 +SAS,1991,63984942,68968518 +SAS,1992,65540423,70813314 +SAS,1993,67162364,72731241 +SAS,1994,68749905,74596398 +SAS,1995,70191402,76273028 +SAS,1996,71443963,77731743 +SAS,1997,72584093,79030682 +SAS,1998,73627498,80199572 +SAS,1999,74581170,81277417 +SAS,2000,75417726,82267558 +SAS,2001,76109862,83137409 +SAS,2002,76738772,83961836 +SAS,2003,77314982,84739333 +SAS,2004,77864516,85481231 +SAS,2005,78406313,86198421 +SAS,2006,78923808,86893994 +SAS,2007,79484046,87616864 +SAS,2008,80075904,88345497 +SAS,2009,80665353,89046217 +SAS,2010,81208038,89684405 +SAS,2011,81623469,90219436 +SAS,2012,82010699,90704104 +SAS,2013,82365943,91129319 +SAS,2014,82678939,91467632 +SAS,2015,82949758,91698076 +SAS,2016,83230781,91847122 +SAS,2017,83461187,91890936 +SAS,2018,83633755,91835712 +SAS,2019,83669000,91638000 +SAS,2020,83452000,91224000 +SAS,2021,82931000,90532000 +SAS,2022,82217000,89690000 +SAS,2023,81379000,88748000 +SAS,2024,80602000,87874000 +SAS,2025,80056000,87246000 +SAS,2026,79770000,86918000 +SAS,2027,79714000,86843000 +SAS,2028,79826000,86945000 +SAS,2029,79970000,87087000 +SAS,2030,80037000,87150000 +SAS,2031,80038000,87180000 +SAS,2032,79994000,87158000 +SAS,2033,79914000,87085000 +SAS,2034,79816000,86970000 +SAS,2035,79704000,86813000 +SAS,2036,79574000,86629000 +SAS,2037,79423000,86395000 +SAS,2038,79248000,86108000 +SAS,2039,79041000,85774000 +SAS,2040,78789000,85396000 +SAS,2041,78504000,85009000 +SAS,2042,78181000,84587000 +SAS,2043,77824000,84126000 +SAS,2044,77428000,83619000 +SAS,2045,76984000,83055000 +SAS,2046,76497000,82465000 +SAS,2047,75975000,81837000 +SAS,2048,75429000,81177000 +SAS,2049,74872000,80502000 +SAS,2050,74317000,79827000 +SAU,1990,885006,898111 +SAU,1991,938071,955776 +SAU,1992,995536,1024476 +SAU,1993,1056200,1100575 +SAU,1994,1115588,1175134 +SAU,1995,1167666,1237319 +SAU,1996,1169718,1226947 +SAU,1997,1170797,1211922 +SAU,1998,1178617,1208039 +SAU,1999,1195073,1222947 +SAU,2000,1217584,1255173 +SAU,2001,1246816,1275101 +SAU,2002,1271283,1294831 +SAU,2003,1293645,1317501 +SAU,2004,1313799,1340508 +SAU,2005,1328456,1357373 +SAU,2006,1325328,1357963 +SAU,2007,1312048,1344797 +SAU,2008,1292652,1324604 +SAU,2009,1274435,1306772 +SAU,2010,1263714,1297938 +SAU,2011,1237751,1272384 +SAU,2012,1221103,1255060 +SAU,2013,1211918,1246275 +SAU,2014,1206948,1244029 +SAU,2015,1204279,1246178 +SAU,2016,1212950,1254262 +SAU,2017,1225049,1266387 +SAU,2018,1243713,1286210 +SAU,2019,1270000,1312000 +SAU,2020,1301000,1341000 +SAU,2021,1340000,1385000 +SAU,2022,1377000,1421000 +SAU,2023,1410000,1453000 +SAU,2024,1439000,1481000 +SAU,2025,1460000,1502000 +SAU,2026,1472000,1514000 +SAU,2027,1475000,1515000 +SAU,2028,1472000,1511000 +SAU,2029,1464000,1504000 +SAU,2030,1453000,1495000 +SAU,2031,1442000,1484000 +SAU,2032,1428000,1467000 +SAU,2033,1412000,1450000 +SAU,2034,1394000,1433000 +SAU,2035,1375000,1414000 +SAU,2036,1354000,1394000 +SAU,2037,1332000,1370000 +SAU,2038,1310000,1346000 +SAU,2039,1288000,1324000 +SAU,2040,1268000,1304000 +SAU,2041,1250000,1286000 +SAU,2042,1233000,1269000 +SAU,2043,1219000,1254000 +SAU,2044,1207000,1241000 +SAU,2045,1197000,1231000 +SAU,2046,1190000,1224000 +SAU,2047,1185000,1219000 +SAU,2048,1183000,1216000 +SAU,2049,1182000,1215000 +SAU,2050,1182000,1216000 +SDN,1990,1295473,1324292 +SDN,1991,1335613,1365143 +SDN,1992,1377780,1408241 +SDN,1993,1420413,1452011 +SDN,1994,1460841,1493656 +SDN,1995,1496362,1530234 +SDN,1996,1526090,1560387 +SDN,1997,1552717,1587414 +SDN,1998,1578436,1613611 +SDN,1999,1607282,1643283 +SDN,2000,1642609,1679997 +SDN,2001,1684145,1723376 +SDN,2002,1733046,1774929 +SDN,2003,1787027,1831764 +SDN,2004,1841843,1888617 +SDN,2005,1893594,1940748 +SDN,2006,1939631,1989351 +SDN,2007,1986746,2037774 +SDN,2008,2035669,2087043 +SDN,2009,2087031,2139016 +SDN,2010,2140476,2194469 +SDN,2011,2192749,2245424 +SDN,2012,2245520,2298996 +SDN,2013,2298268,2354030 +SDN,2014,2349963,2408471 +SDN,2015,2399219,2460154 +SDN,2016,2446580,2509279 +SDN,2017,2492924,2557438 +SDN,2018,2538316,2604690 +SDN,2019,2583000,2651000 +SDN,2020,2626000,2696000 +SDN,2021,2668000,2739000 +SDN,2022,2709000,2781000 +SDN,2023,2750000,2823000 +SDN,2024,2791000,2865000 +SDN,2025,2832000,2908000 +SDN,2026,2875000,2951000 +SDN,2027,2919000,2995000 +SDN,2028,2964000,3040000 +SDN,2029,3010000,3087000 +SDN,2030,3056000,3133000 +SDN,2031,3104000,3180000 +SDN,2032,3152000,3229000 +SDN,2033,3201000,3279000 +SDN,2034,3251000,3330000 +SDN,2035,3302000,3382000 +SDN,2036,3356000,3436000 +SDN,2037,3411000,3491000 +SDN,2038,3466000,3547000 +SDN,2039,3521000,3603000 +SDN,2040,3573000,3656000 +SDN,2041,3626000,3709000 +SDN,2042,3676000,3760000 +SDN,2043,3725000,3809000 +SDN,2044,3772000,3857000 +SDN,2045,3817000,3903000 +SDN,2046,3862000,3949000 +SDN,2047,3906000,3993000 +SDN,2048,3948000,4035000 +SDN,2049,3988000,4076000 +SDN,2050,4026000,4114000 +SEN,1990,486536,494020 +SEN,1991,504311,512092 +SEN,1992,522915,531344 +SEN,1993,541978,551192 +SEN,1994,560290,570093 +SEN,1995,576290,586166 +SEN,1996,589463,599488 +SEN,1997,601536,611793 +SEN,1998,613043,623662 +SEN,1999,624715,635938 +SEN,2000,636796,648843 +SEN,2001,647888,659108 +SEN,2002,660305,671354 +SEN,2003,673856,685205 +SEN,2004,688040,699991 +SEN,2005,702232,714908 +SEN,2006,715906,728035 +SEN,2007,730372,742565 +SEN,2008,745729,758434 +SEN,2009,762036,775604 +SEN,2010,779112,793800 +SEN,2011,795875,810056 +SEN,2012,814185,828502 +SEN,2013,834027,849067 +SEN,2014,856050,872466 +SEN,2015,881076,899573 +SEN,2016,908278,927371 +SEN,2017,938667,958921 +SEN,2018,971201,992968 +SEN,2019,1004000,1028000 +SEN,2020,1037000,1062000 +SEN,2021,1070000,1096000 +SEN,2022,1102000,1129000 +SEN,2023,1133000,1161000 +SEN,2024,1162000,1191000 +SEN,2025,1187000,1218000 +SEN,2026,1208000,1240000 +SEN,2027,1227000,1258000 +SEN,2028,1242000,1274000 +SEN,2029,1257000,1290000 +SEN,2030,1273000,1306000 +SEN,2031,1290000,1323000 +SEN,2032,1308000,1341000 +SEN,2033,1326000,1360000 +SEN,2034,1345000,1380000 +SEN,2035,1364000,1399000 +SEN,2036,1384000,1419000 +SEN,2037,1404000,1439000 +SEN,2038,1425000,1461000 +SEN,2039,1446000,1482000 +SEN,2040,1468000,1505000 +SEN,2041,1490000,1527000 +SEN,2042,1513000,1551000 +SEN,2043,1537000,1575000 +SEN,2044,1561000,1599000 +SEN,2045,1585000,1624000 +SEN,2046,1609000,1649000 +SEN,2047,1634000,1674000 +SEN,2048,1658000,1699000 +SEN,2049,1682000,1724000 +SEN,2050,1705000,1748000 +SGP,1990,100689,108483 +SGP,1991,101948,110193 +SGP,1992,103337,111993 +SGP,1993,103878,112580 +SGP,1994,104741,113285 +SGP,1995,105616,114013 +SGP,1996,111667,122075 +SGP,1997,116397,128282 +SGP,1998,119772,131817 +SGP,1999,118974,129500 +SGP,2000,119378,127784 +SGP,2001,127224,136419 +SGP,2002,132450,141939 +SGP,2003,132261,141069 +SGP,2004,132827,140957 +SGP,2005,132562,140701 +SGP,2006,137858,148884 +SGP,2007,141404,154860 +SGP,2008,142068,156017 +SGP,2009,136243,148012 +SGP,2010,128440,136750 +SGP,2011,129686,141515 +SGP,2012,131478,145678 +SGP,2013,130062,143731 +SGP,2014,125917,136474 +SGP,2015,121020,127578 +SGP,2016,118421,122440 +SGP,2017,116339,119582 +SGP,2018,116115,119952 +SGP,2019,117000,122000 +SGP,2020,116000,121000 +SGP,2021,115000,121000 +SGP,2022,112000,119000 +SGP,2023,109000,116000 +SGP,2024,107000,114000 +SGP,2025,107000,114000 +SGP,2026,109000,117000 +SGP,2027,113000,122000 +SGP,2028,118000,127000 +SGP,2029,122000,132000 +SGP,2030,125000,135000 +SGP,2031,127000,138000 +SGP,2032,127000,139000 +SGP,2033,127000,138000 +SGP,2034,125000,136000 +SGP,2035,124000,134000 +SGP,2036,124000,134000 +SGP,2037,123000,134000 +SGP,2038,122000,133000 +SGP,2039,121000,132000 +SGP,2040,119000,130000 +SGP,2041,119000,129000 +SGP,2042,117000,128000 +SGP,2043,116000,126000 +SGP,2044,114000,124000 +SGP,2045,112000,121000 +SGP,2046,110000,120000 +SGP,2047,109000,119000 +SGP,2048,108000,117000 +SGP,2049,106000,115000 +SGP,2050,105000,114000 +SLB,1990,20590,21916 +SLB,1991,20887,22239 +SLB,1992,21147,22529 +SLB,1993,21386,22800 +SLB,1994,21644,23095 +SLB,1995,21955,23453 +SLB,1996,22327,23889 +SLB,1997,22784,24422 +SLB,1998,23306,25021 +SLB,1999,23860,25642 +SLB,2000,24421,26247 +SLB,2001,24969,26864 +SLB,2002,25603,27578 +SLB,2003,26331,28388 +SLB,2004,27098,29237 +SLB,2005,27827,30042 +SLB,2006,28231,30444 +SLB,2007,28682,30940 +SLB,2008,29242,31584 +SLB,2009,29932,32381 +SLB,2010,30714,33281 +SLB,2011,31449,33999 +SLB,2012,32175,34681 +SLB,2013,32908,35343 +SLB,2014,33654,36025 +SLB,2015,34398,36730 +SLB,2016,35009,37335 +SLB,2017,35650,38007 +SLB,2018,36334,38746 +SLB,2019,37000,40000 +SLB,2020,38000,41000 +SLB,2021,39000,42000 +SLB,2022,41000,43000 +SLB,2023,42000,45000 +SLB,2024,44000,46000 +SLB,2025,45000,48000 +SLB,2026,46000,49000 +SLB,2027,47000,50000 +SLB,2028,48000,51000 +SLB,2029,49000,52000 +SLB,2030,50000,53000 +SLB,2031,50000,53000 +SLB,2032,51000,54000 +SLB,2033,51000,54000 +SLB,2034,51000,54000 +SLB,2035,52000,55000 +SLB,2036,53000,55000 +SLB,2037,53000,56000 +SLB,2038,54000,57000 +SLB,2039,55000,57000 +SLB,2040,55000,58000 +SLB,2041,56000,59000 +SLB,2042,57000,60000 +SLB,2043,58000,61000 +SLB,2044,59000,62000 +SLB,2045,60000,63000 +SLB,2046,61000,64000 +SLB,2047,62000,65000 +SLB,2048,63000,66000 +SLB,2049,64000,67000 +SLB,2050,65000,68000 +SLE,1990,260133,258379 +SLE,1991,262391,261181 +SLE,1992,263552,262850 +SLE,1993,264283,264049 +SLE,1994,265147,265344 +SLE,1995,266222,266792 +SLE,1996,267032,267973 +SLE,1997,269016,270343 +SLE,1998,272616,274318 +SLE,1999,278241,280238 +SLE,2000,285830,287948 +SLE,2001,296474,298402 +SLE,2002,310001,311625 +SLE,2003,325078,326292 +SLE,2004,339937,340667 +SLE,2005,353202,353422 +SLE,2006,363578,363085 +SLE,2007,372585,371515 +SLE,2008,380841,379314 +SLE,2009,389176,387338 +SLE,2010,397998,396049 +SLE,2011,406550,404773 +SLE,2012,415923,414561 +SLE,2013,425870,425104 +SLE,2014,436056,435907 +SLE,2015,446212,446528 +SLE,2016,456399,457037 +SLE,2017,466755,467643 +SLE,2018,477095,478186 +SLE,2019,487000,488000 +SLE,2020,495000,497000 +SLE,2021,502000,504000 +SLE,2022,508000,510000 +SLE,2023,513000,516000 +SLE,2024,518000,521000 +SLE,2025,523000,527000 +SLE,2026,529000,533000 +SLE,2027,535000,539000 +SLE,2028,541000,546000 +SLE,2029,547000,552000 +SLE,2030,553000,558000 +SLE,2031,557000,563000 +SLE,2032,562000,567000 +SLE,2033,566000,572000 +SLE,2034,570000,576000 +SLE,2035,574000,579000 +SLE,2036,578000,583000 +SLE,2037,581000,587000 +SLE,2038,585000,590000 +SLE,2039,588000,594000 +SLE,2040,591000,597000 +SLE,2041,594000,600000 +SLE,2042,597000,603000 +SLE,2043,600000,606000 +SLE,2044,603000,609000 +SLE,2045,606000,612000 +SLE,2046,608000,614000 +SLE,2047,610000,616000 +SLE,2048,612000,618000 +SLE,2049,614000,620000 +SLE,2050,616000,622000 +SLV,1990,327459,330143 +SLV,1991,326700,329392 +SLV,1992,325107,327790 +SLV,1993,323057,325830 +SLV,1994,321178,324257 +SLV,1995,320007,323694 +SLV,1996,319617,323577 +SLV,1997,319915,324401 +SLV,1998,320910,326138 +SLV,1999,322761,328888 +SLV,2000,325778,332904 +SLV,2001,330475,337679 +SLV,2002,336324,343983 +SLV,2003,342851,351371 +SLV,2004,348961,358629 +SLV,2005,353573,364474 +SLV,2006,355840,366512 +SLV,2007,356459,367155 +SLV,2008,355834,366952 +SLV,2009,353933,365874 +SLV,2010,350121,363096 +SLV,2011,342281,354320 +SLV,2012,332690,344091 +SLV,2013,322090,333232 +SLV,2014,311997,323306 +SLV,2015,303836,315692 +SLV,2016,296668,307858 +SLV,2017,291491,302364 +SLV,2018,288003,298924 +SLV,2019,285000,297000 +SLV,2020,283000,295000 +SLV,2021,280000,291000 +SLV,2022,277000,289000 +SLV,2023,275000,287000 +SLV,2024,274000,286000 +SLV,2025,273000,285000 +SLV,2026,272000,284000 +SLV,2027,272000,284000 +SLV,2028,272000,284000 +SLV,2029,272000,284000 +SLV,2030,271000,284000 +SLV,2031,270000,283000 +SLV,2032,268000,280000 +SLV,2033,266000,278000 +SLV,2034,263000,276000 +SLV,2035,261000,274000 +SLV,2036,257000,270000 +SLV,2037,254000,266000 +SLV,2038,250000,263000 +SLV,2039,247000,259000 +SLV,2040,243000,256000 +SLV,2041,239000,251000 +SLV,2042,235000,247000 +SLV,2043,232000,243000 +SLV,2044,228000,239000 +SLV,2045,225000,236000 +SLV,2046,221000,232000 +SLV,2047,217000,228000 +SLV,2048,214000,225000 +SLV,2049,211000,222000 +SLV,2050,208000,219000 +SMR,1990,, +SMR,1991,, +SMR,1992,, +SMR,1993,, +SMR,1994,, +SMR,1995,, +SMR,1996,, +SMR,1997,, +SMR,1998,, +SMR,1999,, +SMR,2000,, +SMR,2001,, +SMR,2002,, +SMR,2003,, +SMR,2004,, +SMR,2005,, +SMR,2006,, +SMR,2007,, +SMR,2008,, +SMR,2009,, +SMR,2010,, +SMR,2011,, +SMR,2012,, +SMR,2013,, +SMR,2014,, +SMR,2015,, +SMR,2016,, +SMR,2017,, +SMR,2018,, +SMR,2019,, +SMR,2020,, +SMR,2021,, +SMR,2022,, +SMR,2023,, +SMR,2024,, +SMR,2025,, +SMR,2026,, +SMR,2027,, +SMR,2028,, +SMR,2029,, +SMR,2030,, +SMR,2031,, +SMR,2032,, +SMR,2033,, +SMR,2034,, +SMR,2035,, +SMR,2036,, +SMR,2037,, +SMR,2038,, +SMR,2039,, +SMR,2040,, +SMR,2041,, +SMR,2042,, +SMR,2043,, +SMR,2044,, +SMR,2045,, +SMR,2046,, +SMR,2047,, +SMR,2048,, +SMR,2049,, +SMR,2050,, +SOM,1990,425324,424541 +SOM,1991,423659,423207 +SOM,1992,422135,422064 +SOM,1993,422274,422582 +SOM,1994,425539,426213 +SOM,1995,432355,433374 +SOM,1996,444546,445856 +SOM,1997,461941,463594 +SOM,1998,483279,485337 +SOM,1999,506642,509075 +SOM,2000,530247,532862 +SOM,2001,553047,555366 +SOM,2002,577273,579370 +SOM,2003,602700,604694 +SOM,2004,629281,631345 +SOM,2005,656954,659256 +SOM,2006,687645,690337 +SOM,2007,719724,723211 +SOM,2008,752568,757223 +SOM,2009,784486,790432 +SOM,2010,813265,820252 +SOM,2011,837318,844453 +SOM,2012,859809,867024 +SOM,2013,881204,888503 +SOM,2014,902752,910310 +SOM,2015,925487,933604 +SOM,2016,949149,957573 +SOM,2017,974638,983781 +SOM,2018,1001569,1011713 +SOM,2019,1029000,1040000 +SOM,2020,1054000,1066000 +SOM,2021,1075000,1088000 +SOM,2022,1096000,1109000 +SOM,2023,1118000,1132000 +SOM,2024,1141000,1155000 +SOM,2025,1167000,1182000 +SOM,2026,1195000,1210000 +SOM,2027,1227000,1241000 +SOM,2028,1262000,1276000 +SOM,2029,1298000,1312000 +SOM,2030,1335000,1349000 +SOM,2031,1372000,1386000 +SOM,2032,1410000,1424000 +SOM,2033,1449000,1463000 +SOM,2034,1488000,1503000 +SOM,2035,1527000,1543000 +SOM,2036,1566000,1582000 +SOM,2037,1605000,1621000 +SOM,2038,1645000,1661000 +SOM,2039,1683000,1700000 +SOM,2040,1720000,1737000 +SOM,2041,1755000,1772000 +SOM,2042,1790000,1807000 +SOM,2043,1823000,1841000 +SOM,2044,1856000,1874000 +SOM,2045,1887000,1905000 +SOM,2046,1917000,1935000 +SOM,2047,1947000,1965000 +SOM,2048,1976000,1995000 +SOM,2049,2006000,2024000 +SOM,2050,2035000,2054000 +SRB,1990,301718,313935 +SRB,1991,301130,313013 +SRB,1992,301131,312834 +SRB,1993,300359,311931 +SRB,1994,298555,310032 +SRB,1995,291376,302688 +SRB,1996,284465,296532 +SRB,1997,278458,291456 +SRB,1998,273914,287944 +SRB,1999,270601,285545 +SRB,2000,267690,283173 +SRB,2001,265382,280393 +SRB,2002,261684,276069 +SRB,2003,256326,270033 +SRB,2004,250241,263486 +SRB,2005,243884,257073 +SRB,2006,237077,250043 +SRB,2007,230619,243547 +SRB,2008,224539,237535 +SRB,2009,219109,232174 +SRB,2010,214544,227613 +SRB,2011,209491,222673 +SRB,2012,205945,219281 +SRB,2013,203063,216534 +SRB,2014,200490,214068 +SRB,2015,197820,211470 +SRB,2016,196162,209723 +SRB,2017,194144,207606 +SRB,2018,191793,205142 +SRB,2019,189000,203000 +SRB,2020,186000,200000 +SRB,2021,183000,196000 +SRB,2022,179000,192000 +SRB,2023,175000,187000 +SRB,2024,171000,183000 +SRB,2025,168000,180000 +SRB,2026,166000,177000 +SRB,2027,164000,176000 +SRB,2028,163000,175000 +SRB,2029,162000,174000 +SRB,2030,161000,172000 +SRB,2031,159000,170000 +SRB,2032,157000,168000 +SRB,2033,155000,165000 +SRB,2034,152000,162000 +SRB,2035,150000,159000 +SRB,2036,148000,157000 +SRB,2037,146000,154000 +SRB,2038,144000,152000 +SRB,2039,142000,151000 +SRB,2040,141000,149000 +SRB,2041,139000,147000 +SRB,2042,138000,146000 +SRB,2043,137000,145000 +SRB,2044,136000,144000 +SRB,2045,135000,143000 +SRB,2046,133000,141000 +SRB,2047,132000,140000 +SRB,2048,131000,139000 +SRB,2049,131000,138000 +SRB,2050,130000,137000 +SSA,1990,31839592,32261639 +SSA,1991,32767308,33189340 +SSA,1992,33751494,34187182 +SSA,1993,34789289,35249643 +SSA,1994,35843960,36334430 +SSA,1995,36853941,37373139 +SSA,1996,37836247,38340457 +SSA,1997,38817995,39318300 +SSA,1998,39804519,40316696 +SSA,1999,40791647,41329384 +SSA,2000,41751758,42319509 +SSA,2001,42642861,43209362 +SSA,2002,43586019,44156415 +SSA,2003,44592038,45171381 +SSA,2004,45667885,46264391 +SSA,2005,46804086,47427787 +SSA,2006,47950891,48596618 +SSA,2007,49204118,49882874 +SSA,2008,50547773,51266248 +SSA,2009,51958230,52721753 +SSA,2010,53406927,54220363 +SSA,2011,54844360,55699139 +SSA,2012,56359027,57268706 +SSA,2013,57935964,58911637 +SSA,2014,59560133,60609015 +SSA,2015,61213160,62338234 +SSA,2016,62874181,64066756 +SSA,2017,64591003,65858616 +SSA,2018,66340158,67687637 +SSA,2019,68086000,69513000 +SSA,2020,69779000,71287000 +SSA,2021,71442000,73021000 +SSA,2022,73081000,74725000 +SSA,2023,74690000,76405000 +SSA,2024,76257000,78042000 +SSA,2025,77757000,79608000 +SSA,2026,79192000,81090000 +SSA,2027,80596000,82535000 +SSA,2028,81963000,83949000 +SSA,2029,83332000,85363000 +SSA,2030,84716000,86777000 +SSA,2031,86135000,88228000 +SSA,2032,87598000,89722000 +SSA,2033,89088000,91242000 +SSA,2034,90585000,92769000 +SSA,2035,92072000,94285000 +SSA,2036,93584000,95817000 +SSA,2037,95107000,97375000 +SSA,2038,96645000,98935000 +SSA,2039,98162000,100491000 +SSA,2040,99651000,102005000 +SSA,2041,101144000,103523000 +SSA,2042,102629000,105033000 +SSA,2043,104088000,106526000 +SSA,2044,105524000,107991000 +SSA,2045,106905000,109400000 +SSA,2046,108284000,110804000 +SSA,2047,109638000,112185000 +SSA,2048,110953000,113537000 +SSA,2049,112238000,114846000 +SSA,2050,113477000,116109000 +SSD,1990,330792,332209 +SSD,1991,323821,325216 +SSD,1992,314998,316452 +SSD,1993,306579,308162 +SSD,1994,301372,303135 +SSD,1995,300962,302940 +SSD,1996,308701,310887 +SSD,1997,322910,325431 +SSD,1998,341467,344404 +SSD,1999,361247,364659 +SSD,2000,379774,383711 +SSD,2001,396963,401395 +SSD,2002,413609,418645 +SSD,2003,430603,436326 +SSD,2004,449175,455644 +SSD,2005,469824,477053 +SSD,2006,494277,502222 +SSD,2007,520590,529325 +SSD,2008,547294,556825 +SSD,2009,572327,582613 +SSD,2010,594039,605011 +SSD,2011,610936,622518 +SSD,2012,624583,636780 +SSD,2013,635342,648122 +SSD,2014,644192,657526 +SSD,2015,652220,666116 +SSD,2016,658220,672554 +SSD,2017,663322,678128 +SSD,2018,668625,683905 +SSD,2019,675000,691000 +SSD,2020,682000,698000 +SSD,2021,692000,708000 +SSD,2022,704000,721000 +SSD,2023,717000,734000 +SSD,2024,730000,747000 +SSD,2025,742000,760000 +SSD,2026,753000,771000 +SSD,2027,764000,782000 +SSD,2028,775000,793000 +SSD,2029,785000,804000 +SSD,2030,797000,816000 +SSD,2031,810000,829000 +SSD,2032,823000,842000 +SSD,2033,836000,856000 +SSD,2034,850000,870000 +SSD,2035,862000,883000 +SSD,2036,874000,895000 +SSD,2037,886000,907000 +SSD,2038,897000,918000 +SSD,2039,908000,929000 +SSD,2040,919000,940000 +SSD,2041,929000,951000 +SSD,2042,940000,962000 +SSD,2043,950000,972000 +SSD,2044,960000,983000 +SSD,2045,970000,992000 +SSD,2046,979000,1002000 +SSD,2047,988000,1011000 +SSD,2048,997000,1020000 +SSD,2049,1005000,1028000 +SSD,2050,1013000,1037000 +SSF,1990,31843652,32265877 +SSF,1991,32771343,33193540 +SSF,1992,33755440,34191288 +SSF,1993,34793196,35253713 +SSF,1994,35847850,36338485 +SSF,1995,36857774,37377134 +SSF,1996,37840113,38344489 +SSF,1997,38821880,39322355 +SSF,1998,39808440,40320801 +SSF,1999,40795595,41333532 +SSF,2000,41755676,42323647 +SSF,2001,42646642,43213356 +SSF,2002,43589780,44160376 +SSF,2003,44595635,45175151 +SSF,2004,45671354,46268012 +SSF,2005,46807445,47431293 +SSF,2006,47954256,48600155 +SSF,2007,49207419,49886369 +SSF,2008,50551052,51269742 +SSF,2009,51961433,52725165 +SSF,2010,53410141,54223757 +SSF,2011,54847407,55702355 +SSF,2012,56362048,57271883 +SSF,2013,57939010,58914824 +SSF,2014,59563214,60612226 +SSF,2015,61216322,62341520 +SSF,2016,62877414,64070119 +SSF,2017,64594331,65862083 +SSF,2018,66343590,67691223 +SSF,2019,68089500,69516700 +SSF,2020,69782600,71290800 +SSF,2021,71445700,73024800 +SSF,2022,73084700,74728900 +SSF,2023,74693700,76408900 +SSF,2024,76260800,78046000 +SSF,2025,77760800,79612000 +SSF,2026,79195800,81094000 +SSF,2027,80599800,82539000 +SSF,2028,81966800,83953000 +SSF,2029,83335800,85367000 +SSF,2030,84719700,86780900 +SSF,2031,86138700,88231900 +SSF,2032,87601600,89725800 +SSF,2033,89091500,91245700 +SSF,2034,90588400,92772600 +SSF,2035,92075400,94288600 +SSF,2036,93587300,95820500 +SSF,2037,95110300,97378500 +SSF,2038,96648200,98938400 +SSF,2039,98165200,100494400 +SSF,2040,99654200,102008400 +SSF,2041,101147200,103526300 +SSF,2042,102632100,105036300 +SSF,2043,104091100,106529300 +SSF,2044,105527100,107994300 +SSF,2045,106908100,109403300 +SSF,2046,108287100,110807300 +SSF,2047,109641100,112188300 +SSF,2048,110956100,113540300 +SSF,2049,112241100,114849300 +SSF,2050,113480100,116112300 +SST,1990,1366784,1389957 +SST,1991,1395434,1418153 +SST,1992,1426868,1450714 +SST,1993,1460642,1486835 +SST,1994,1494247,1522858 +SST,1995,1523122,1553010 +SST,1996,1544664,1575509 +SST,1997,1562829,1594089 +SST,1998,1578575,1610316 +SST,1999,1594268,1627252 +SST,2000,1610108,1645348 +SST,2001,1622699,1658633 +SST,2002,1635364,1671360 +SST,2003,1648295,1684983 +SST,2004,1660266,1699201 +SST,2005,1669128,1712160 +SST,2006,1670854,1711269 +SST,2007,1669700,1708751 +SST,2008,1667471,1708484 +SST,2009,1665763,1710934 +SST,2010,1665723,1714195 +SST,2011,1666678,1721755 +SST,2012,1671716,1726770 +SST,2013,1681776,1735321 +SST,2014,1696558,1749609 +SST,2015,1715060,1768343 +SST,2016,1733923,1787239 +SST,2017,1755473,1807432 +SST,2018,1779476,1831643 +SST,2019,1804400,1857400 +SST,2020,1832500,1887500 +SST,2021,1854500,1915700 +SST,2022,1886400,1944700 +SST,2023,1914500,1973600 +SST,2024,1943300,2003500 +SST,2025,1969400,2032700 +SST,2026,1990200,2053700 +SST,2027,2012100,2075400 +SST,2028,2028200,2085400 +SST,2029,2047200,2105300 +SST,2030,2058200,2116200 +SST,2031,2065000,2128800 +SST,2032,2073800,2130700 +SST,2033,2072800,2130400 +SST,2034,2075300,2128100 +SST,2035,2078200,2136900 +SST,2036,2083000,2138700 +SST,2037,2079600,2143500 +SST,2038,2086300,2143200 +SST,2039,2093100,2145000 +SST,2040,2091800,2147700 +SST,2041,2099700,2154300 +SST,2042,2106300,2159100 +SST,2043,2109200,2164800 +SST,2044,2117700,2170600 +SST,2045,2122600,2179400 +SST,2046,2128400,2186200 +SST,2047,2135100,2191900 +SST,2048,2140900,2200800 +SST,2049,2149600,2208700 +SST,2050,2158500,2214500 +STP,1990,8680,8775 +STP,1991,9022,9125 +STP,1992,9251,9383 +STP,1993,9400,9571 +STP,1994,9500,9703 +STP,1995,9563,9778 +STP,1996,9497,9713 +STP,1997,9473,9676 +STP,1998,9535,9713 +STP,1999,9667,9819 +STP,2000,9804,9941 +STP,2001,9756,9880 +STP,2002,9682,9801 +STP,2003,9603,9726 +STP,2004,9568,9703 +STP,2005,9633,9788 +STP,2006,9697,9853 +STP,2007,9861,10028 +STP,2008,10101,10282 +STP,2009,10393,10584 +STP,2010,10732,10919 +STP,2011,11133,11348 +STP,2012,11573,11803 +STP,2013,12035,12270 +STP,2014,12485,12722 +STP,2015,12893,13131 +STP,2016,13238,13490 +STP,2017,13556,13820 +STP,2018,13857,14131 +STP,2019,14000,14000 +STP,2020,14000,15000 +STP,2021,15000,15000 +STP,2022,15000,15000 +STP,2023,15000,15000 +STP,2024,15000,15000 +STP,2025,15000,15000 +STP,2026,15000,15000 +STP,2027,15000,15000 +STP,2028,15000,16000 +STP,2029,15000,16000 +STP,2030,15000,16000 +STP,2031,16000,16000 +STP,2032,16000,16000 +STP,2033,16000,16000 +STP,2034,16000,16000 +STP,2035,16000,17000 +STP,2036,17000,17000 +STP,2037,17000,17000 +STP,2038,17000,18000 +STP,2039,17000,18000 +STP,2040,18000,18000 +STP,2041,18000,18000 +STP,2042,18000,19000 +STP,2043,19000,19000 +STP,2044,19000,19000 +STP,2045,19000,20000 +STP,2046,19000,20000 +STP,2047,20000,20000 +STP,2048,20000,20000 +STP,2049,20000,20000 +STP,2050,20000,21000 +SUR,1990,19098,19974 +SUR,1991,19426,20384 +SUR,1992,20036,21137 +SUR,1993,20836,22106 +SUR,1994,21652,23072 +SUR,1995,22339,23847 +SUR,1996,22891,24283 +SUR,1997,23240,24549 +SUR,1998,23414,24745 +SUR,1999,23489,24921 +SUR,2000,23542,25071 +SUR,2001,23710,25232 +SUR,2002,23937,25373 +SUR,2003,24236,25527 +SUR,2004,24554,25713 +SUR,2005,24813,25927 +SUR,2006,24926,26089 +SUR,2007,24932,26219 +SUR,2008,24845,26313 +SUR,2009,24731,26375 +SUR,2010,24646,26418 +SUR,2011,24620,26470 +SUR,2012,24628,26515 +SUR,2013,24663,26555 +SUR,2014,24694,26581 +SUR,2015,24704,26587 +SUR,2016,24723,26608 +SUR,2017,24743,26625 +SUR,2018,24765,26642 +SUR,2019,25000,27000 +SUR,2020,25000,27000 +SUR,2021,25000,27000 +SUR,2022,25000,27000 +SUR,2023,25000,27000 +SUR,2024,25000,27000 +SUR,2025,25000,27000 +SUR,2026,25000,27000 +SUR,2027,25000,27000 +SUR,2028,25000,27000 +SUR,2029,25000,27000 +SUR,2030,25000,27000 +SUR,2031,25000,27000 +SUR,2032,25000,26000 +SUR,2033,25000,26000 +SUR,2034,25000,26000 +SUR,2035,25000,26000 +SUR,2036,25000,26000 +SUR,2037,25000,26000 +SUR,2038,24000,26000 +SUR,2039,24000,25000 +SUR,2040,24000,25000 +SUR,2041,24000,25000 +SUR,2042,24000,25000 +SUR,2043,24000,25000 +SUR,2044,24000,25000 +SUR,2045,24000,25000 +SUR,2046,23000,24000 +SUR,2047,23000,24000 +SUR,2048,23000,24000 +SUR,2049,23000,24000 +SUR,2050,23000,24000 +SVK,1990,234979,244689 +SVK,1991,233632,243364 +SVK,1992,230372,240090 +SVK,1993,226516,236199 +SVK,1994,222271,231900 +SVK,1995,218326,227901 +SVK,1996,215002,224400 +SVK,1997,212181,221406 +SVK,1998,209525,218545 +SVK,1999,206570,215366 +SVK,2000,202553,211149 +SVK,2001,197936,206422 +SVK,2002,193238,201717 +SVK,2003,188137,196673 +SVK,2004,182569,191160 +SVK,2005,176179,184742 +SVK,2006,168964,177339 +SVK,2007,161172,169304 +SVK,2008,153249,161096 +SVK,2009,145963,153550 +SVK,2010,139926,147313 +SVK,2011,135209,142291 +SVK,2012,131839,138714 +SVK,2013,129529,136262 +SVK,2014,128218,134865 +SVK,2015,127977,134603 +SVK,2016,128839,135446 +SVK,2017,130763,137401 +SVK,2018,133403,140095 +SVK,2019,136000,143000 +SVK,2020,138000,144000 +SVK,2021,139000,145000 +SVK,2022,139000,145000 +SVK,2023,139000,145000 +SVK,2024,138000,144000 +SVK,2025,138000,144000 +SVK,2026,138000,144000 +SVK,2027,138000,145000 +SVK,2028,139000,145000 +SVK,2029,138000,145000 +SVK,2030,138000,144000 +SVK,2031,137000,143000 +SVK,2032,135000,142000 +SVK,2033,133000,140000 +SVK,2034,131000,138000 +SVK,2035,129000,135000 +SVK,2036,127000,133000 +SVK,2037,125000,131000 +SVK,2038,123000,129000 +SVK,2039,121000,127000 +SVK,2040,119000,125000 +SVK,2041,118000,123000 +SVK,2042,116000,122000 +SVK,2043,114000,120000 +SVK,2044,113000,118000 +SVK,2045,112000,117000 +SVK,2046,111000,116000 +SVK,2047,110000,116000 +SVK,2048,110000,115000 +SVK,2049,110000,115000 +SVK,2050,109000,115000 +SVN,1990,72852,78522 +SVN,1991,72869,78091 +SVN,1992,72269,76898 +SVN,1993,71167,75134 +SVN,1994,69881,73276 +SVN,1995,68565,71638 +SVN,1996,67053,69900 +SVN,1997,65355,68205 +SVN,1998,63516,66512 +SVN,1999,61763,64890 +SVN,2000,60008,63114 +SVN,2001,57985,61052 +SVN,2002,55788,58705 +SVN,2003,53455,56177 +SVN,2004,51177,53773 +SVN,2005,49186,51807 +SVN,2006,47702,50287 +SVN,2007,46645,49284 +SVN,2008,45713,48484 +SVN,2009,45321,48246 +SVN,2010,44785,47759 +SVN,2011,44197,47332 +SVN,2012,43707,46872 +SVN,2013,43365,46437 +SVN,2014,43354,46292 +SVN,2015,43821,46682 +SVN,2016,44785,47616 +SVN,2017,46117,49002 +SVN,2018,47669,50665 +SVN,2019,49000,52000 +SVN,2020,50000,54000 +SVN,2021,51000,55000 +SVN,2022,52000,55000 +SVN,2023,53000,56000 +SVN,2024,53000,56000 +SVN,2025,53000,56000 +SVN,2026,52000,55000 +SVN,2027,52000,55000 +SVN,2028,51000,54000 +SVN,2029,50000,53000 +SVN,2030,49000,52000 +SVN,2031,48000,51000 +SVN,2032,48000,50000 +SVN,2033,47000,49000 +SVN,2034,46000,48000 +SVN,2035,45000,48000 +SVN,2036,44000,47000 +SVN,2037,44000,46000 +SVN,2038,43000,45000 +SVN,2039,42000,45000 +SVN,2040,42000,44000 +SVN,2041,41000,44000 +SVN,2042,41000,43000 +SVN,2043,41000,43000 +SVN,2044,41000,43000 +SVN,2045,41000,43000 +SVN,2046,41000,43000 +SVN,2047,42000,44000 +SVN,2048,42000,44000 +SVN,2049,42000,44000 +SVN,2050,43000,45000 +SWE,1990,242002,254361 +SWE,1991,239096,251587 +SWE,1992,237403,250125 +SWE,1993,237232,250214 +SWE,1994,239245,252546 +SWE,1995,243199,256893 +SWE,1996,248327,262278 +SWE,1997,255330,269663 +SWE,1998,263691,278422 +SWE,1999,272102,287202 +SWE,2000,279597,295057 +SWE,2001,287138,302758 +SWE,2002,293112,308841 +SWE,2003,297481,313209 +SWE,2004,298965,314591 +SWE,2005,295655,311090 +SWE,2006,288846,304070 +SWE,2007,277164,292060 +SWE,2008,261633,275902 +SWE,2009,246645,260160 +SWE,2010,236543,249487 +SWE,2011,231979,245444 +SWE,2012,232695,246675 +SWE,2013,238172,252334 +SWE,2014,245939,259976 +SWE,2015,253724,267633 +SWE,2016,263633,277527 +SWE,2017,273068,287470 +SWE,2018,281375,296676 +SWE,2019,287000,303000 +SWE,2020,291000,308000 +SWE,2021,295000,312000 +SWE,2022,297000,314000 +SWE,2023,298000,314000 +SWE,2024,298000,313000 +SWE,2025,298000,313000 +SWE,2026,299000,315000 +SWE,2027,301000,317000 +SWE,2028,303000,319000 +SWE,2029,304000,321000 +SWE,2030,304000,322000 +SWE,2031,306000,324000 +SWE,2032,308000,326000 +SWE,2033,309000,327000 +SWE,2034,310000,327000 +SWE,2035,309000,327000 +SWE,2036,309000,327000 +SWE,2037,309000,326000 +SWE,2038,307000,324000 +SWE,2039,305000,322000 +SWE,2040,303000,320000 +SWE,2041,302000,319000 +SWE,2042,301000,318000 +SWE,2043,300000,317000 +SWE,2044,299000,316000 +SWE,2045,298000,316000 +SWE,2046,300000,317000 +SWE,2047,301000,319000 +SWE,2048,303000,320000 +SWE,2049,305000,322000 +SWE,2050,306000,324000 +SWZ,1990,57515,57736 +SWZ,1991,59883,59541 +SWZ,1992,62247,61699 +SWZ,1993,64568,64161 +SWZ,1994,66624,66616 +SWZ,1995,68109,68610 +SWZ,1996,68948,69722 +SWZ,1997,69433,70338 +SWZ,1998,69590,70491 +SWZ,1999,69627,70395 +SWZ,2000,69756,70269 +SWZ,2001,69759,69668 +SWZ,2002,70071,69605 +SWZ,2003,70667,70056 +SWZ,2004,71301,70744 +SWZ,2005,71638,71269 +SWZ,2006,71086,70093 +SWZ,2007,70412,69058 +SWZ,2008,69740,68286 +SWZ,2009,69214,67989 +SWZ,2010,68885,68241 +SWZ,2011,67930,67615 +SWZ,2012,67488,67379 +SWZ,2013,67526,67462 +SWZ,2014,68014,67878 +SWZ,2015,68931,68702 +SWZ,2016,69245,69385 +SWZ,2017,70054,70491 +SWZ,2018,71279,71893 +SWZ,2019,73000,73000 +SWZ,2020,74000,74000 +SWZ,2021,73000,74000 +SWZ,2022,73000,73000 +SWZ,2023,72000,72000 +SWZ,2024,71000,72000 +SWZ,2025,71000,71000 +SWZ,2026,70000,71000 +SWZ,2027,70000,71000 +SWZ,2028,70000,71000 +SWZ,2029,70000,71000 +SWZ,2030,70000,71000 +SWZ,2031,70000,71000 +SWZ,2032,70000,70000 +SWZ,2033,69000,70000 +SWZ,2034,68000,69000 +SWZ,2035,68000,69000 +SWZ,2036,68000,69000 +SWZ,2037,68000,69000 +SWZ,2038,68000,69000 +SWZ,2039,68000,69000 +SWZ,2040,68000,69000 +SWZ,2041,69000,70000 +SWZ,2042,70000,70000 +SWZ,2043,70000,71000 +SWZ,2044,71000,72000 +SWZ,2045,71000,72000 +SWZ,2046,72000,73000 +SWZ,2047,73000,74000 +SWZ,2048,73000,74000 +SWZ,2049,74000,75000 +SWZ,2050,74000,75000 +SXM,1990,, +SXM,1991,, +SXM,1992,, +SXM,1993,, +SXM,1994,, +SXM,1995,, +SXM,1996,, +SXM,1997,, +SXM,1998,, +SXM,1999,, +SXM,2000,, +SXM,2001,, +SXM,2002,, +SXM,2003,, +SXM,2004,, +SXM,2005,, +SXM,2006,, +SXM,2007,, +SXM,2008,, +SXM,2009,, +SXM,2010,, +SXM,2011,, +SXM,2012,, +SXM,2013,, +SXM,2014,, +SXM,2015,, +SXM,2016,, +SXM,2017,, +SXM,2018,, +SXM,2019,, +SXM,2020,, +SXM,2021,, +SXM,2022,, +SXM,2023,, +SXM,2024,, +SXM,2025,, +SXM,2026,, +SXM,2027,, +SXM,2028,, +SXM,2029,, +SXM,2030,, +SXM,2031,, +SXM,2032,, +SXM,2033,, +SXM,2034,, +SXM,2035,, +SXM,2036,, +SXM,2037,, +SXM,2038,, +SXM,2039,, +SXM,2040,, +SXM,2041,, +SXM,2042,, +SXM,2043,, +SXM,2044,, +SXM,2045,, +SXM,2046,, +SXM,2047,, +SXM,2048,, +SXM,2049,, +SXM,2050,, +SYC,1990,4060,4238 +SYC,1991,4035,4200 +SYC,1992,3946,4106 +SYC,1993,3907,4070 +SYC,1994,3890,4055 +SYC,1995,3833,3995 +SYC,1996,3866,4032 +SYC,1997,3885,4055 +SYC,1998,3921,4105 +SYC,1999,3948,4148 +SYC,2000,3918,4138 +SYC,2001,3781,3994 +SYC,2002,3761,3961 +SYC,2003,3597,3770 +SYC,2004,3469,3621 +SYC,2005,3359,3506 +SYC,2006,3365,3537 +SYC,2007,3301,3495 +SYC,2008,3279,3494 +SYC,2009,3203,3412 +SYC,2010,3214,3394 +SYC,2011,3047,3216 +SYC,2012,3021,3177 +SYC,2013,3046,3187 +SYC,2014,3081,3211 +SYC,2015,3162,3286 +SYC,2016,3233,3363 +SYC,2017,3328,3467 +SYC,2018,3432,3586 +SYC,2019,3500,3700 +SYC,2020,3600,3800 +SYC,2021,3700,3800 +SYC,2022,3700,3900 +SYC,2023,3700,3900 +SYC,2024,3800,4000 +SYC,2025,3800,4000 +SYC,2026,3800,4000 +SYC,2027,3800,4000 +SYC,2028,3800,4000 +SYC,2029,3800,4000 +SYC,2030,3700,3900 +SYC,2031,3700,3900 +SYC,2032,3600,3800 +SYC,2033,3500,3700 +SYC,2034,3400,3600 +SYC,2035,3400,3600 +SYC,2036,3300,3500 +SYC,2037,3300,3500 +SYC,2038,3200,3400 +SYC,2039,3200,3400 +SYC,2040,3200,3400 +SYC,2041,3200,3300 +SYC,2042,3100,3300 +SYC,2043,3100,3300 +SYC,2044,3100,3300 +SYC,2045,3100,3300 +SYC,2046,3100,3300 +SYC,2047,3100,3300 +SYC,2048,3100,3300 +SYC,2049,3100,3300 +SYC,2050,3100,3300 +SYR,1990,847358,880868 +SYR,1991,873795,908956 +SYR,1992,899813,936709 +SYR,1993,925004,963572 +SYR,1994,948514,988479 +SYR,1995,969521,1010489 +SYR,1996,989995,1031704 +SYR,1997,1007644,1049563 +SYR,1998,1022366,1064625 +SYR,1999,1033392,1076948 +SYR,2000,1039499,1085688 +SYR,2001,1040949,1091537 +SYR,2002,1038437,1095241 +SYR,2003,1036530,1099734 +SYR,2004,1042224,1110279 +SYR,2005,1060760,1131154 +SYR,2006,1088760,1160472 +SYR,2007,1126509,1197783 +SYR,2008,1164341,1234102 +SYR,2009,1188369,1256393 +SYR,2010,1189399,1255835 +SYR,2011,1155979,1217354 +SYR,2012,1097913,1154391 +SYR,2013,1025022,1077041 +SYR,2014,952196,1000094 +SYR,2015,891220,935115 +SYR,2016,861266,901147 +SYR,2017,844554,881178 +SYR,2018,841128,875448 +SYR,2019,849000,883000 +SYR,2020,858000,892000 +SYR,2021,864000,896000 +SYR,2022,886000,919000 +SYR,2023,920000,955000 +SYR,2024,966000,1005000 +SYR,2025,1025000,1068000 +SYR,2026,1094000,1142000 +SYR,2027,1165000,1219000 +SYR,2028,1235000,1296000 +SYR,2029,1298000,1364000 +SYR,2030,1344000,1414000 +SYR,2031,1366000,1437000 +SYR,2032,1369000,1439000 +SYR,2033,1356000,1423000 +SYR,2034,1335000,1398000 +SYR,2035,1310000,1371000 +SYR,2036,1283000,1342000 +SYR,2037,1254000,1311000 +SYR,2038,1223000,1279000 +SYR,2039,1192000,1247000 +SYR,2040,1164000,1217000 +SYR,2041,1141000,1192000 +SYR,2042,1121000,1172000 +SYR,2043,1106000,1156000 +SYR,2044,1095000,1143000 +SYR,2045,1087000,1135000 +SYR,2046,1084000,1132000 +SYR,2047,1086000,1134000 +SYR,2048,1091000,1140000 +SYR,2049,1098000,1148000 +SYR,2050,1106000,1156000 +TCA,1990,, +TCA,1991,, +TCA,1992,, +TCA,1993,, +TCA,1994,, +TCA,1995,, +TCA,1996,, +TCA,1997,, +TCA,1998,, +TCA,1999,, +TCA,2000,, +TCA,2001,, +TCA,2002,, +TCA,2003,, +TCA,2004,, +TCA,2005,, +TCA,2006,, +TCA,2007,, +TCA,2008,, +TCA,2009,, +TCA,2010,, +TCA,2011,, +TCA,2012,, +TCA,2013,, +TCA,2014,, +TCA,2015,, +TCA,2016,, +TCA,2017,, +TCA,2018,, +TCA,2019,, +TCA,2020,, +TCA,2021,, +TCA,2022,, +TCA,2023,, +TCA,2024,, +TCA,2025,, +TCA,2026,, +TCA,2027,, +TCA,2028,, +TCA,2029,, +TCA,2030,, +TCA,2031,, +TCA,2032,, +TCA,2033,, +TCA,2034,, +TCA,2035,, +TCA,2036,, +TCA,2037,, +TCA,2038,, +TCA,2039,, +TCA,2040,, +TCA,2041,, +TCA,2042,, +TCA,2043,, +TCA,2044,, +TCA,2045,, +TCA,2046,, +TCA,2047,, +TCA,2048,, +TCA,2049,, +TCA,2050,, +TCD,1990,369405,373044 +TCD,1991,382155,385953 +TCD,1992,395490,399445 +TCD,1993,409562,413664 +TCD,1994,424355,428625 +TCD,1995,439564,444038 +TCD,1996,455335,459992 +TCD,1997,472465,477393 +TCD,1998,491037,496275 +TCD,1999,510952,516495 +TCD,2000,531808,537599 +TCD,2001,554265,560121 +TCD,2002,578607,584627 +TCD,2003,604380,610625 +TCD,2004,630778,637279 +TCD,2005,656905,663681 +TCD,2006,682126,689183 +TCD,2007,707834,715302 +TCD,2008,734246,742203 +TCD,2009,761534,769853 +TCD,2010,789510,797766 +TCD,2011,818201,825654 +TCD,2012,848413,854884 +TCD,2013,879653,885038 +TCD,2014,911051,915466 +TCD,2015,941667,945408 +TCD,2016,971539,974790 +TCD,2017,1001316,1004587 +TCD,2018,1031069,1034724 +TCD,2019,1061000,1065000 +TCD,2020,1090000,1094000 +TCD,2021,1118000,1123000 +TCD,2022,1147000,1152000 +TCD,2023,1175000,1182000 +TCD,2024,1204000,1211000 +TCD,2025,1232000,1240000 +TCD,2026,1261000,1269000 +TCD,2027,1290000,1298000 +TCD,2028,1319000,1328000 +TCD,2029,1348000,1358000 +TCD,2030,1377000,1388000 +TCD,2031,1406000,1417000 +TCD,2032,1435000,1447000 +TCD,2033,1465000,1476000 +TCD,2034,1494000,1506000 +TCD,2035,1522000,1534000 +TCD,2036,1550000,1562000 +TCD,2037,1578000,1591000 +TCD,2038,1606000,1618000 +TCD,2039,1633000,1646000 +TCD,2040,1659000,1672000 +TCD,2041,1685000,1698000 +TCD,2042,1711000,1724000 +TCD,2043,1737000,1750000 +TCD,2044,1761000,1775000 +TCD,2045,1785000,1799000 +TCD,2046,1808000,1822000 +TCD,2047,1831000,1845000 +TCD,2048,1853000,1868000 +TCD,2049,1875000,1890000 +TCD,2050,1896000,1911000 +TEA,1990,72443120,76107904 +TEA,1991,71573876,75177661 +TEA,1992,71651736,75246743 +TEA,1993,72463715,76097202 +TEA,1994,73868014,77589711 +TEA,1995,75909346,79780692 +TEA,1996,78988216,83101188 +TEA,1997,82543168,86964142 +TEA,1998,86203964,90975720 +TEA,1999,89023124,94141019 +TEA,2000,89970179,95384856 +TEA,2001,88816631,94449565 +TEA,2002,85982488,91800808 +TEA,2003,81942623,87919657 +TEA,2004,77802654,83922875 +TEA,2005,74583379,80834031 +TEA,2006,72110272,78427506 +TEA,2007,70474403,76866522 +TEA,2008,69496337,75970542 +TEA,2009,68752283,75323251 +TEA,2010,67937662,74628890 +TEA,2011,67132044,73945597 +TEA,2012,66384900,73318019 +TEA,2013,65716832,72765984 +TEA,2014,65200346,72366195 +TEA,2015,64885364,72175186 +TEA,2016,64714021,72145923 +TEA,2017,64727908,72307154 +TEA,2018,64848626,72560792 +TEA,2019,65044800,72846800 +TEA,2020,65348100,73174200 +TEA,2021,65799200,73601400 +TEA,2022,66324300,74038600 +TEA,2023,66870400,74450700 +TEA,2024,67315300,74732700 +TEA,2025,67533500,74783800 +TEA,2026,67544400,74624800 +TEA,2027,67321500,74233900 +TEA,2028,66909700,73636900 +TEA,2029,66373800,72903900 +TEA,2030,65754000,72073900 +TEA,2031,65088000,71172900 +TEA,2032,64343000,70187900 +TEA,2033,63545200,69142000 +TEA,2034,62738200,68095100 +TEA,2035,61986300,67112100 +TEA,2036,61337300,66242100 +TEA,2037,60752200,65457200 +TEA,2038,60232300,64745200 +TEA,2039,59753300,64082200 +TEA,2040,59300400,63450300 +TEA,2041,58938400,62901200 +TEA,2042,58624300,62400200 +TEA,2043,58343400,61949200 +TEA,2044,58075300,61535200 +TEA,2045,57800300,61165200 +TEA,2046,57549300,60848200 +TEA,2047,57295200,60573100 +TEA,2048,57039300,60325100 +TEA,2049,56786300,60091200 +TEA,2050,56536400,59861200 +TEC,1990,17836037,18380350 +TEC,1991,18030299,18584925 +TEC,1992,18242501,18817536 +TEC,1993,18457699,19059231 +TEC,1994,18637141,19265442 +TEC,1995,18780255,19433089 +TEC,1996,18924401,19602543 +TEC,1997,19034092,19737205 +TEC,1998,19094524,19820525 +TEC,1999,19039218,19783804 +TEC,2000,18792607,19548178 +TEC,2001,18327842,19072903 +TEC,2002,17705300,18439408 +TEC,2003,16988340,17715242 +TEC,2004,16264162,16987434 +TEC,2005,15612397,16333146 +TEC,2006,15062327,15773166 +TEC,2007,14567336,15265884 +TEC,2008,14124814,14808600 +TEC,2009,13738460,14409861 +TEC,2010,13410246,14076659 +TEC,2011,13177101,13835707 +TEC,2012,13038587,13698220 +TEC,2013,12996903,13664616 +TEC,2014,13040175,13720279 +TEC,2015,13174374,13870523 +TEC,2016,13393444,14106968 +TEC,2017,13690183,14426302 +TEC,2018,14037308,14798497 +TEC,2019,14387000,15172000 +TEC,2020,14715000,15523000 +TEC,2021,15016000,15845000 +TEC,2022,15286000,16132000 +TEC,2023,15509000,16375000 +TEC,2024,15685000,16565000 +TEC,2025,15794000,16682000 +TEC,2026,15846000,16736000 +TEC,2027,15825000,16713000 +TEC,2028,15747000,16629000 +TEC,2029,15622000,16493000 +TEC,2030,15449000,16312000 +TEC,2031,15235000,16080000 +TEC,2032,14973000,15803000 +TEC,2033,14683000,15490000 +TEC,2034,14386000,15173000 +TEC,2035,14100000,14872000 +TEC,2036,13842000,14593000 +TEC,2037,13605000,14340000 +TEC,2038,13393000,14115000 +TEC,2039,13206000,13920000 +TEC,2040,13050000,13760000 +TEC,2041,12931000,13635000 +TEC,2042,12853000,13550000 +TEC,2043,12806000,13496000 +TEC,2044,12782000,13475000 +TEC,2045,12780000,13473000 +TEC,2046,12800000,13496000 +TEC,2047,12841000,13537000 +TEC,2048,12895000,13594000 +TEC,2049,12959000,13661000 +TEC,2050,13013000,13720000 +TGO,1990,246066,243944 +TGO,1991,253398,250844 +TGO,1992,260766,257960 +TGO,1993,268312,265529 +TGO,1994,276089,273623 +TGO,1995,283925,281985 +TGO,1996,290552,288690 +TGO,1997,297065,295435 +TGO,1998,303313,302024 +TGO,1999,308923,307996 +TGO,2000,313462,312819 +TGO,2001,317748,317117 +TGO,2002,321629,321051 +TGO,2003,325464,325032 +TGO,2004,329978,329804 +TGO,2005,335811,335960 +TGO,2006,342794,343075 +TGO,2007,351356,351869 +TGO,2008,361163,361997 +TGO,2009,371853,373055 +TGO,2010,383236,384786 +TGO,2011,395404,397134 +TGO,2012,408531,410467 +TGO,2013,422245,424442 +TGO,2014,436017,438526 +TGO,2015,449379,452206 +TGO,2016,462613,465545 +TGO,2017,475458,478538 +TGO,2018,487827,491109 +TGO,2019,500000,503000 +TGO,2020,510000,514000 +TGO,2021,520000,524000 +TGO,2022,529000,533000 +TGO,2023,537000,541000 +TGO,2024,544000,549000 +TGO,2025,552000,556000 +TGO,2026,559000,563000 +TGO,2027,567000,571000 +TGO,2028,574000,578000 +TGO,2029,582000,586000 +TGO,2030,590000,594000 +TGO,2031,599000,602000 +TGO,2032,608000,611000 +TGO,2033,618000,621000 +TGO,2034,627000,631000 +TGO,2035,637000,641000 +TGO,2036,648000,652000 +TGO,2037,659000,663000 +TGO,2038,670000,674000 +TGO,2039,681000,685000 +TGO,2040,692000,696000 +TGO,2041,703000,707000 +TGO,2042,714000,717000 +TGO,2043,724000,728000 +TGO,2044,735000,738000 +TGO,2045,744000,748000 +TGO,2046,754000,758000 +TGO,2047,764000,768000 +TGO,2048,773000,777000 +TGO,2049,782000,786000 +TGO,2050,791000,794000 +THA,1990,2978817,3068095 +THA,1991,2947418,3034159 +THA,1992,2907590,2996960 +THA,1993,2862663,2957089 +THA,1994,2819306,2917298 +THA,1995,2782849,2880099 +THA,1996,2725370,2827549 +THA,1997,2684622,2786640 +THA,1998,2653337,2751604 +THA,1999,2626982,2720857 +THA,2000,2604471,2695994 +THA,2001,2575554,2661364 +THA,2002,2549085,2633389 +THA,2003,2525762,2611757 +THA,2004,2502148,2591318 +THA,2005,2473148,2565755 +THA,2006,2433674,2529418 +THA,2007,2390546,2490661 +THA,2008,2344691,2450416 +THA,2009,2299534,2411105 +THA,2010,2257494,2373509 +THA,2011,2237511,2354799 +THA,2012,2215592,2332880 +THA,2013,2189301,2305938 +THA,2014,2160811,2277431 +THA,2015,2134648,2252866 +THA,2016,2099224,2217456 +THA,2017,2070110,2188991 +THA,2018,2045670,2165579 +THA,2019,2022000,2143000 +THA,2020,1997000,2117000 +THA,2021,1972000,2090000 +THA,2022,1946000,2061000 +THA,2023,1919000,2032000 +THA,2024,1892000,2002000 +THA,2025,1866000,1974000 +THA,2026,1843000,1949000 +THA,2027,1819000,1924000 +THA,2028,1796000,1900000 +THA,2029,1771000,1875000 +THA,2030,1745000,1848000 +THA,2031,1720000,1821000 +THA,2032,1693000,1793000 +THA,2033,1665000,1763000 +THA,2034,1637000,1734000 +THA,2035,1611000,1707000 +THA,2036,1588000,1682000 +THA,2037,1566000,1659000 +THA,2038,1545000,1637000 +THA,2039,1525000,1616000 +THA,2040,1506000,1596000 +THA,2041,1490000,1579000 +THA,2042,1474000,1562000 +THA,2043,1460000,1547000 +THA,2044,1445000,1532000 +THA,2045,1431000,1518000 +THA,2046,1420000,1505000 +THA,2047,1409000,1494000 +THA,2048,1398000,1482000 +THA,2049,1387000,1470000 +THA,2050,1374000,1458000 +TJK,1990,302901,311340 +TJK,1991,313018,320905 +TJK,1992,324526,332199 +TJK,1993,337085,344751 +TJK,1994,350329,358041 +TJK,1995,364084,371827 +TJK,1996,377985,385959 +TJK,1997,392110,400475 +TJK,1998,406119,414940 +TJK,1999,418718,428041 +TJK,2000,428208,438101 +TJK,2001,432685,443421 +TJK,2002,434608,446439 +TJK,2003,434700,447791 +TJK,2004,433723,448099 +TJK,2005,431934,447454 +TJK,2006,428196,444241 +TJK,2007,425687,442572 +TJK,2008,425250,443168 +TJK,2009,425895,444950 +TJK,2010,425446,445629 +TJK,2011,418587,439633 +TJK,2012,410896,432466 +TJK,2013,403447,425266 +TJK,2014,399070,421062 +TJK,2015,400538,422852 +TJK,2016,406489,429417 +TJK,2017,418202,442084 +TJK,2018,434492,459592 +TJK,2019,454000,480000 +TJK,2020,475000,502000 +TJK,2021,497000,526000 +TJK,2022,522000,551000 +TJK,2023,547000,577000 +TJK,2024,571000,602000 +TJK,2025,593000,625000 +TJK,2026,612000,645000 +TJK,2027,628000,662000 +TJK,2028,640000,676000 +TJK,2029,650000,687000 +TJK,2030,656000,693000 +TJK,2031,656000,694000 +TJK,2032,653000,690000 +TJK,2033,648000,684000 +TJK,2034,642000,678000 +TJK,2035,637000,673000 +TJK,2036,633000,668000 +TJK,2037,631000,666000 +TJK,2038,630000,665000 +TJK,2039,632000,667000 +TJK,2040,637000,672000 +TJK,2041,644000,680000 +TJK,2042,655000,692000 +TJK,2043,669000,706000 +TJK,2044,684000,722000 +TJK,2045,700000,739000 +TJK,2046,716000,757000 +TJK,2047,733000,775000 +TJK,2048,750000,793000 +TJK,2049,766000,809000 +TJK,2050,780000,824000 +TKM,1990,213070,218641 +TKM,1991,218078,223569 +TKM,1992,223297,228486 +TKM,1993,228582,233301 +TKM,1994,234339,238618 +TKM,1995,241201,245266 +TKM,1996,249066,253195 +TKM,1997,257895,262315 +TKM,1998,266983,271828 +TKM,1999,274945,280205 +TKM,2000,280608,286155 +TKM,2001,285442,291092 +TKM,2002,287720,293486 +TKM,2003,287968,293888 +TKM,2004,286263,292376 +TKM,2005,281935,288218 +TKM,2006,273345,279495 +TKM,2007,262812,268773 +TKM,2008,251113,256851 +TKM,2009,240459,245986 +TKM,2010,233297,238697 +TKM,2011,230402,235793 +TKM,2012,230840,236252 +TKM,2013,233962,239422 +TKM,2014,237995,243526 +TKM,2015,241263,246865 +TKM,2016,243010,248657 +TKM,2017,244805,250574 +TKM,2018,246905,252843 +TKM,2019,251000,257000 +TKM,2020,259000,265000 +TKM,2021,272000,279000 +TKM,2022,287000,295000 +TKM,2023,305000,313000 +TKM,2024,320000,329000 +TKM,2025,331000,340000 +TKM,2026,336000,345000 +TKM,2027,336000,345000 +TKM,2028,332000,341000 +TKM,2029,327000,336000 +TKM,2030,323000,332000 +TKM,2031,319000,328000 +TKM,2032,315000,323000 +TKM,2033,311000,319000 +TKM,2034,307000,315000 +TKM,2035,303000,311000 +TKM,2036,299000,307000 +TKM,2037,295000,302000 +TKM,2038,291000,299000 +TKM,2039,288000,295000 +TKM,2040,286000,293000 +TKM,2041,284000,292000 +TKM,2042,284000,291000 +TKM,2043,284000,292000 +TKM,2044,286000,293000 +TKM,2045,287000,295000 +TKM,2046,289000,297000 +TKM,2047,292000,300000 +TKM,2048,295000,303000 +TKM,2049,298000,306000 +TKM,2050,301000,309000 +TLA,1990,24253026,24794143 +TLA,1991,24600757,25139819 +TLA,1992,24935507,25481427 +TLA,1993,25251272,25825203 +TLA,1994,25541158,26164573 +TLA,1995,25794656,26477975 +TLA,1996,25971127,26677092 +TLA,1997,26109935,26830871 +TLA,1998,26215961,26945758 +TLA,1999,26304718,27044648 +TLA,2000,26391602,27149973 +TLA,2001,26457094,27215038 +TLA,2002,26535550,27311446 +TLA,2003,26627133,27439943 +TLA,2004,26718594,27579923 +TLA,2005,26792962,27703152 +TLA,2006,26834551,27785719 +TLA,2007,26853666,27831493 +TLA,2008,26850569,27837636 +TLA,2009,26825066,27811256 +TLA,2010,26769559,27754996 +TLA,2011,26685170,27662864 +TLA,2012,26576358,27560101 +TLA,2013,26450000,27449827 +TLA,2014,26309495,27329972 +TLA,2015,26152776,27194225 +TLA,2016,25952340,26971895 +TLA,2017,25742651,26745053 +TLA,2018,25535194,26521665 +TLA,2019,25349300,26324800 +TLA,2020,25205200,26177600 +TLA,2021,25127200,26106800 +TLA,2022,25085200,26082700 +TLA,2023,25068400,26085800 +TLA,2024,25058400,26096800 +TLA,2025,25031500,26091000 +TLA,2026,25003500,26067100 +TLA,2027,24961400,26035800 +TLA,2028,24905300,25989800 +TLA,2029,24832200,25926700 +TLA,2030,24740100,25841700 +TLA,2031,24635900,25734400 +TLA,2032,24503800,25602400 +TLA,2033,24356700,25451100 +TLA,2034,24193300,25286800 +TLA,2035,24024100,25117600 +TLA,2036,23865000,24947500 +TLA,2037,23698700,24771200 +TLA,2038,23523400,24593000 +TLA,2039,23349200,24410800 +TLA,2040,23168900,24226400 +TLA,2041,23002800,24050200 +TLA,2042,22835600,23876100 +TLA,2043,22672400,23706800 +TLA,2044,22505100,23533600 +TLA,2045,22328000,23358500 +TLA,2046,22163900,23185300 +TLA,2047,21999800,23013200 +TLA,2048,21834700,22842100 +TLA,2049,21669600,22676000 +TLA,2050,21507500,22505900 +TLS,1990,34514,34778 +TLS,1991,35537,35880 +TLS,1992,37526,38074 +TLS,1993,40174,41016 +TLS,1994,42851,43978 +TLS,1995,44999,46312 +TLS,1996,46939,48317 +TLS,1997,48528,49896 +TLS,1998,49924,51236 +TLS,1999,51497,52761 +TLS,2000,53564,54840 +TLS,2001,55546,56888 +TLS,2002,57968,59425 +TLS,2003,60642,62248 +TLS,2004,63196,64956 +TLS,2005,65245,67138 +TLS,2006,66475,68448 +TLS,2007,67412,69456 +TLS,2008,68155,70257 +TLS,2009,68992,71141 +TLS,2010,70229,72406 +TLS,2011,71612,73796 +TLS,2012,73343,75521 +TLS,2013,75297,77456 +TLS,2014,77048,79195 +TLS,2015,78145,80297 +TLS,2016,78332,80509 +TLS,2017,77924,80150 +TLS,2018,77140,79433 +TLS,2019,76000,79000 +TLS,2020,76000,78000 +TLS,2021,75000,77000 +TLS,2022,74000,77000 +TLS,2023,74000,77000 +TLS,2024,74000,77000 +TLS,2025,75000,78000 +TLS,2026,77000,79000 +TLS,2027,79000,82000 +TLS,2028,81000,84000 +TLS,2029,84000,87000 +TLS,2030,86000,89000 +TLS,2031,87000,90000 +TLS,2032,88000,91000 +TLS,2033,89000,92000 +TLS,2034,89000,92000 +TLS,2035,90000,93000 +TLS,2036,90000,93000 +TLS,2037,90000,94000 +TLS,2038,91000,94000 +TLS,2039,91000,94000 +TLS,2040,91000,94000 +TLS,2041,91000,94000 +TLS,2042,91000,94000 +TLS,2043,90000,94000 +TLS,2044,90000,93000 +TLS,2045,90000,93000 +TLS,2046,89000,93000 +TLS,2047,89000,92000 +TLS,2048,88000,92000 +TLS,2049,88000,91000 +TLS,2050,88000,91000 +TMN,1990,13828684,14536425 +TMN,1991,14298831,15020092 +TMN,1992,14787257,15511592 +TMN,1993,15276254,15990510 +TMN,1994,15737141,16435476 +TMN,1995,16142571,16830139 +TMN,1996,16495828,17188786 +TMN,1997,16780357,17489413 +TMN,1998,16999827,17733843 +TMN,1999,17146276,17908416 +TMN,2000,17199098,17986224 +TMN,2001,17141472,17932652 +TMN,2002,17007617,17803310 +TMN,2003,16825182,17619953 +TMN,2004,16630776,17417114 +TMN,2005,16449750,17221352 +TMN,2006,16264760,17018395 +TMN,2007,16101287,16840503 +TMN,2008,15960564,16692959 +TMN,2009,15845641,16582020 +TMN,2010,15764138,16515468 +TMN,2011,15698623,16444019 +TMN,2012,15669443,16420610 +TMN,2013,15679353,16445158 +TMN,2014,15738938,16525176 +TMN,2015,15861842,16671436 +TMN,2016,16057826,16886451 +TMN,2017,16329120,17177543 +TMN,2018,16664457,17533697 +TMN,2019,17062000,17956000 +TMN,2020,17523000,18450000 +TMN,2021,18057000,19019000 +TMN,2022,18647000,19654000 +TMN,2023,19263000,20318000 +TMN,2024,19847000,20945000 +TMN,2025,20332000,21457000 +TMN,2026,20720000,21854000 +TMN,2027,20993000,22129000 +TMN,2028,21172000,22299000 +TMN,2029,21279000,22394000 +TMN,2030,21323000,22430000 +TMN,2031,21302000,22396000 +TMN,2032,21211000,22298000 +TMN,2033,21072000,22147000 +TMN,2034,20904000,21974000 +TMN,2035,20740000,21801000 +TMN,2036,20591000,21642000 +TMN,2037,20452000,21496000 +TMN,2038,20329000,21368000 +TMN,2039,20222000,21255000 +TMN,2040,20140000,21170000 +TMN,2041,20101000,21129000 +TMN,2042,20093000,21121000 +TMN,2043,20116000,21148000 +TMN,2044,20161000,21195000 +TMN,2045,20227000,21266000 +TMN,2046,20325000,21369000 +TMN,2047,20443000,21495000 +TMN,2048,20574000,21635000 +TMN,2049,20707000,21777000 +TMN,2050,20831000,21911000 +TON,1990,5322,5700 +TON,1991,5424,5834 +TON,1992,5568,6028 +TON,1993,5726,6251 +TON,1994,5850,6455 +TON,1995,5896,6582 +TON,1996,5786,6515 +TON,1997,5638,6395 +TON,1998,5465,6234 +TON,1999,5327,6089 +TON,2000,5291,6020 +TON,2001,5321,5964 +TON,2002,5429,5990 +TON,2003,5585,6074 +TON,2004,5727,6173 +TON,2005,5811,6252 +TON,2006,5864,6281 +TON,2007,5876,6297 +TON,2008,5857,6302 +TON,2009,5820,6302 +TON,2010,5789,6309 +TON,2011,5733,6270 +TON,2012,5706,6231 +TON,2013,5703,6191 +TON,2014,5719,6160 +TON,2015,5741,6156 +TON,2016,5701,6157 +TON,2017,5683,6198 +TON,2018,5678,6263 +TON,2019,5700,6300 +TON,2020,5700,6400 +TON,2021,5700,6400 +TON,2022,5800,6400 +TON,2023,5900,6400 +TON,2024,5900,6400 +TON,2025,6000,6400 +TON,2026,5900,6300 +TON,2027,5900,6300 +TON,2028,5900,6200 +TON,2029,5800,6200 +TON,2030,5800,6100 +TON,2031,5800,6100 +TON,2032,5800,6100 +TON,2033,5800,6100 +TON,2034,5800,6100 +TON,2035,5800,6100 +TON,2036,5800,6100 +TON,2037,5800,6200 +TON,2038,5900,6200 +TON,2039,5900,6200 +TON,2040,6000,6300 +TON,2041,6000,6300 +TON,2042,6000,6300 +TON,2043,6100,6400 +TON,2044,6100,6400 +TON,2045,6100,6500 +TON,2046,6100,6500 +TON,2047,6100,6500 +TON,2048,6200,6500 +TON,2049,6200,6500 +TON,2050,6200,6500 +TSA,1990,62543165,67254212 +TSA,1991,63984942,68968518 +TSA,1992,65540423,70813314 +TSA,1993,67162364,72731241 +TSA,1994,68749905,74596398 +TSA,1995,70191402,76273028 +TSA,1996,71443963,77731743 +TSA,1997,72584093,79030682 +TSA,1998,73627498,80199572 +TSA,1999,74581170,81277417 +TSA,2000,75417726,82267558 +TSA,2001,76109862,83137409 +TSA,2002,76738772,83961836 +TSA,2003,77314982,84739333 +TSA,2004,77864516,85481231 +TSA,2005,78406313,86198421 +TSA,2006,78923808,86893994 +TSA,2007,79484046,87616864 +TSA,2008,80075904,88345497 +TSA,2009,80665353,89046217 +TSA,2010,81208038,89684405 +TSA,2011,81623469,90219436 +TSA,2012,82010699,90704104 +TSA,2013,82365943,91129319 +TSA,2014,82678939,91467632 +TSA,2015,82949758,91698076 +TSA,2016,83230781,91847122 +TSA,2017,83461187,91890936 +TSA,2018,83633755,91835712 +TSA,2019,83669000,91638000 +TSA,2020,83452000,91224000 +TSA,2021,82931000,90532000 +TSA,2022,82217000,89690000 +TSA,2023,81379000,88748000 +TSA,2024,80602000,87874000 +TSA,2025,80056000,87246000 +TSA,2026,79770000,86918000 +TSA,2027,79714000,86843000 +TSA,2028,79826000,86945000 +TSA,2029,79970000,87087000 +TSA,2030,80037000,87150000 +TSA,2031,80038000,87180000 +TSA,2032,79994000,87158000 +TSA,2033,79914000,87085000 +TSA,2034,79816000,86970000 +TSA,2035,79704000,86813000 +TSA,2036,79574000,86629000 +TSA,2037,79423000,86395000 +TSA,2038,79248000,86108000 +TSA,2039,79041000,85774000 +TSA,2040,78789000,85396000 +TSA,2041,78504000,85009000 +TSA,2042,78181000,84587000 +TSA,2043,77824000,84126000 +TSA,2044,77428000,83619000 +TSA,2045,76984000,83055000 +TSA,2046,76497000,82465000 +TSA,2047,75975000,81837000 +TSA,2048,75429000,81177000 +TSA,2049,74872000,80502000 +TSA,2050,74317000,79827000 +TSS,1990,31843652,32265877 +TSS,1991,32771343,33193540 +TSS,1992,33755440,34191288 +TSS,1993,34793196,35253713 +TSS,1994,35847850,36338485 +TSS,1995,36857774,37377134 +TSS,1996,37840113,38344489 +TSS,1997,38821880,39322355 +TSS,1998,39808440,40320801 +TSS,1999,40795595,41333532 +TSS,2000,41755676,42323647 +TSS,2001,42646642,43213356 +TSS,2002,43589780,44160376 +TSS,2003,44595635,45175151 +TSS,2004,45671354,46268012 +TSS,2005,46807445,47431293 +TSS,2006,47954256,48600155 +TSS,2007,49207419,49886369 +TSS,2008,50551052,51269742 +TSS,2009,51961433,52725165 +TSS,2010,53410141,54223757 +TSS,2011,54847407,55702355 +TSS,2012,56362048,57271883 +TSS,2013,57939010,58914824 +TSS,2014,59563214,60612226 +TSS,2015,61216322,62341520 +TSS,2016,62877414,64070119 +TSS,2017,64594331,65862083 +TSS,2018,66343590,67691223 +TSS,2019,68089500,69516700 +TSS,2020,69782600,71290800 +TSS,2021,71445700,73024800 +TSS,2022,73084700,74728900 +TSS,2023,74693700,76408900 +TSS,2024,76260800,78046000 +TSS,2025,77760800,79612000 +TSS,2026,79195800,81094000 +TSS,2027,80599800,82539000 +TSS,2028,81966800,83953000 +TSS,2029,83335800,85367000 +TSS,2030,84719700,86780900 +TSS,2031,86138700,88231900 +TSS,2032,87601600,89725800 +TSS,2033,89091500,91245700 +TSS,2034,90588400,92772600 +TSS,2035,92075400,94288600 +TSS,2036,93587300,95820500 +TSS,2037,95110300,97378500 +TSS,2038,96648200,98938400 +TSS,2039,98165200,100494400 +TSS,2040,99654200,102008400 +TSS,2041,101147200,103526300 +TSS,2042,102632100,105036300 +TSS,2043,104091100,106529300 +TSS,2044,105527100,107994300 +TSS,2045,106908100,109403300 +TSS,2046,108287100,110807300 +TSS,2047,109641100,112188300 +TSS,2048,110956100,113540300 +TSS,2049,112241100,114849300 +TSS,2050,113480100,116112300 +TTO,1990,62697,64644 +TTO,1991,64626,66591 +TTO,1992,67107,69067 +TTO,1993,69871,71803 +TTO,1994,72214,74112 +TTO,1995,73401,75268 +TTO,1996,73001,74792 +TTO,1997,71516,73265 +TTO,1998,69233,70971 +TTO,1999,66669,68402 +TTO,2000,64199,65899 +TTO,2001,61368,63033 +TTO,2002,58626,60205 +TTO,2003,55981,57435 +TTO,2004,53458,54787 +TTO,2005,51116,52355 +TTO,2006,48779,49936 +TTO,2007,46805,47919 +TTO,2008,45196,46297 +TTO,2009,43991,45093 +TTO,2010,43265,44368 +TTO,2011,42920,44030 +TTO,2012,42984,44107 +TTO,2013,43363,44504 +TTO,2014,43909,45070 +TTO,2015,44506,45691 +TTO,2016,45144,46359 +TTO,2017,45805,47055 +TTO,2018,46461,47745 +TTO,2019,47000,48000 +TTO,2020,47000,49000 +TTO,2021,48000,49000 +TTO,2022,48000,49000 +TTO,2023,48000,49000 +TTO,2024,48000,49000 +TTO,2025,47000,49000 +TTO,2026,47000,48000 +TTO,2027,46000,47000 +TTO,2028,45000,46000 +TTO,2029,44000,46000 +TTO,2030,43000,45000 +TTO,2031,42000,44000 +TTO,2032,41000,43000 +TTO,2033,40000,42000 +TTO,2034,39000,41000 +TTO,2035,38000,40000 +TTO,2036,38000,39000 +TTO,2037,37000,38000 +TTO,2038,37000,38000 +TTO,2039,36000,37000 +TTO,2040,36000,37000 +TTO,2041,35000,36000 +TTO,2042,35000,36000 +TTO,2043,35000,36000 +TTO,2044,35000,36000 +TTO,2045,35000,36000 +TTO,2046,35000,36000 +TTO,2047,35000,36000 +TTO,2048,35000,36000 +TTO,2049,35000,36000 +TTO,2050,35000,36000 +TUN,1990,469261,489947 +TUN,1991,479326,500609 +TUN,1992,489253,511689 +TUN,1993,498751,522215 +TUN,1994,507375,531380 +TUN,1995,514654,538835 +TUN,1996,521328,544799 +TUN,1997,526013,549738 +TUN,1998,528531,553443 +TUN,1999,528135,554755 +TUN,2000,523724,552099 +TUN,2001,514439,545441 +TUN,2002,501645,534505 +TUN,2003,486528,520595 +TUN,2004,470940,505770 +TUN,2005,456369,491581 +TUN,2006,442671,477873 +TUN,2007,430258,465291 +TUN,2008,418906,453134 +TUN,2009,408416,441324 +TUN,2010,398921,430482 +TUN,2011,391658,422728 +TUN,2012,385930,416941 +TUN,2013,381948,412720 +TUN,2014,379919,410298 +TUN,2015,379989,410260 +TUN,2016,381363,410925 +TUN,2017,385219,414797 +TUN,2018,391194,421262 +TUN,2019,400000,430000 +TUN,2020,411000,442000 +TUN,2021,426000,457000 +TUN,2022,444000,475000 +TUN,2023,462000,493000 +TUN,2024,479000,510000 +TUN,2025,491000,521000 +TUN,2026,498000,527000 +TUN,2027,500000,528000 +TUN,2028,498000,525000 +TUN,2029,493000,520000 +TUN,2030,488000,514000 +TUN,2031,482000,506000 +TUN,2032,474000,498000 +TUN,2033,465000,488000 +TUN,2034,456000,479000 +TUN,2035,447000,469000 +TUN,2036,438000,459000 +TUN,2037,429000,449000 +TUN,2038,420000,441000 +TUN,2039,412000,432000 +TUN,2040,405000,425000 +TUN,2041,399000,418000 +TUN,2042,394000,413000 +TUN,2043,390000,409000 +TUN,2044,387000,405000 +TUN,2045,384000,403000 +TUN,2046,384000,402000 +TUN,2047,384000,403000 +TUN,2048,385000,404000 +TUN,2049,386000,405000 +TUN,2050,388000,407000 +TUR,1990,3064799,3104149 +TUR,1991,3101579,3147052 +TUR,1992,3134427,3184806 +TUR,1993,3162455,3216826 +TUR,1994,3182817,3240874 +TUR,1995,3192214,3253968 +TUR,1996,3194426,3258427 +TUR,1997,3187864,3253774 +TUR,1998,3175090,3242814 +TUR,1999,3160096,3229915 +TUR,2000,3145607,3218096 +TUR,2001,3130564,3206511 +TUR,2002,3118459,3198588 +TUR,2003,3108804,3193428 +TUR,2004,3103494,3192622 +TUR,2005,3106357,3199999 +TUR,2006,3120583,3218933 +TUR,2007,3142716,3245836 +TUR,2008,3170971,3278880 +TUR,2009,3198637,3311284 +TUR,2010,3218040,3335266 +TUR,2011,3235807,3355932 +TUR,2012,3247904,3370774 +TUR,2013,3255911,3381644 +TUR,2014,3264041,3393192 +TUR,2015,3275401,3408706 +TUR,2016,3283352,3421586 +TUR,2017,3292393,3436008 +TUR,2018,3300305,3448404 +TUR,2019,3307000,3458000 +TUR,2020,3311000,3462000 +TUR,2021,3304000,3455000 +TUR,2022,3293000,3443000 +TUR,2023,3277000,3425000 +TUR,2024,3257000,3403000 +TUR,2025,3233000,3378000 +TUR,2026,3215000,3358000 +TUR,2027,3199000,3342000 +TUR,2028,3188000,3331000 +TUR,2029,3179000,3323000 +TUR,2030,3170000,3315000 +TUR,2031,3156000,3300000 +TUR,2032,3137000,3281000 +TUR,2033,3112000,3256000 +TUR,2034,3085000,3229000 +TUR,2035,3058000,3201000 +TUR,2036,3027000,3169000 +TUR,2037,2998000,3139000 +TUR,2038,2971000,3111000 +TUR,2039,2946000,3085000 +TUR,2040,2922000,3062000 +TUR,2041,2899000,3037000 +TUR,2042,2878000,3016000 +TUR,2043,2859000,2997000 +TUR,2044,2842000,2979000 +TUR,2045,2825000,2962000 +TUR,2046,2805000,2942000 +TUR,2047,2786000,2922000 +TUR,2048,2768000,2903000 +TUR,2049,2751000,2886000 +TUR,2050,2734000,2870000 +TUV,1990,, +TUV,1991,, +TUV,1992,, +TUV,1993,, +TUV,1994,, +TUV,1995,, +TUV,1996,, +TUV,1997,, +TUV,1998,, +TUV,1999,, +TUV,2000,, +TUV,2001,, +TUV,2002,, +TUV,2003,, +TUV,2004,, +TUV,2005,, +TUV,2006,, +TUV,2007,, +TUV,2008,, +TUV,2009,, +TUV,2010,, +TUV,2011,, +TUV,2012,, +TUV,2013,, +TUV,2014,, +TUV,2015,, +TUV,2016,, +TUV,2017,, +TUV,2018,, +TUV,2019,, +TUV,2020,, +TUV,2021,, +TUV,2022,, +TUV,2023,, +TUV,2024,, +TUV,2025,, +TUV,2026,, +TUV,2027,, +TUV,2028,, +TUV,2029,, +TUV,2030,, +TUV,2031,, +TUV,2032,, +TUV,2033,, +TUV,2034,, +TUV,2035,, +TUV,2036,, +TUV,2037,, +TUV,2038,, +TUV,2039,, +TUV,2040,, +TUV,2041,, +TUV,2042,, +TUV,2043,, +TUV,2044,, +TUV,2045,, +TUV,2046,, +TUV,2047,, +TUV,2048,, +TUV,2049,, +TUV,2050,, +TZA,1990,1593743,1618161 +TZA,1991,1645762,1670723 +TZA,1992,1701074,1726285 +TZA,1993,1758143,1783262 +TZA,1994,1814956,1839833 +TZA,1995,1869664,1894403 +TZA,1996,1920310,1944393 +TZA,1997,1971022,1994721 +TZA,1998,2022684,2046208 +TZA,1999,2075345,2099027 +TZA,2000,2127989,2152457 +TZA,2001,2183540,2209215 +TZA,2002,2240508,2267964 +TZA,2003,2298883,2328537 +TZA,2004,2357007,2388872 +TZA,2005,2411914,2445509 +TZA,2006,2458921,2493023 +TZA,2007,2506291,2540759 +TZA,2008,2556209,2590799 +TZA,2009,2614679,2649443 +TZA,2010,2687831,2723261 +TZA,2011,2773476,2811709 +TZA,2012,2874896,2916635 +TZA,2013,2987982,3033765 +TZA,2014,3105756,3156121 +TZA,2015,3222594,3278231 +TZA,2016,3339411,3400245 +TZA,2017,3455450,3522256 +TZA,2018,3570223,3643337 +TZA,2019,3681000,3760000 +TZA,2020,3785000,3869000 +TZA,2021,3881000,3969000 +TZA,2022,3971000,4061000 +TZA,2023,4056000,4147000 +TZA,2024,4140000,4233000 +TZA,2025,4228000,4322000 +TZA,2026,4320000,4414000 +TZA,2027,4416000,4511000 +TZA,2028,4516000,4610000 +TZA,2029,4617000,4712000 +TZA,2030,4719000,4814000 +TZA,2031,4824000,4920000 +TZA,2032,4931000,5028000 +TZA,2033,5041000,5140000 +TZA,2034,5152000,5253000 +TZA,2035,5266000,5367000 +TZA,2036,5382000,5485000 +TZA,2037,5501000,5605000 +TZA,2038,5622000,5727000 +TZA,2039,5743000,5850000 +TZA,2040,5864000,5972000 +TZA,2041,5987000,6097000 +TZA,2042,6111000,6222000 +TZA,2043,6234000,6347000 +TZA,2044,6356000,6470000 +TZA,2045,6475000,6591000 +TZA,2046,6594000,6712000 +TZA,2047,6711000,6830000 +TZA,2048,6826000,6947000 +TZA,2049,6940000,7063000 +TZA,2050,7052000,7176000 +UGA,1990,1101606,1105374 +UGA,1991,1143434,1145254 +UGA,1992,1186930,1186161 +UGA,1993,1232141,1228265 +UGA,1994,1278860,1271730 +UGA,1995,1326334,1316205 +UGA,1996,1373958,1360581 +UGA,1997,1424068,1407677 +UGA,1998,1476751,1457654 +UGA,1999,1531465,1510371 +UGA,2000,1587025,1565118 +UGA,2001,1641946,1620322 +UGA,2002,1699509,1679786 +UGA,2003,1759549,1742396 +UGA,2004,1821286,1806166 +UGA,2005,1883350,1868916 +UGA,2006,1943349,1924201 +UGA,2007,2006060,1981830 +UGA,2008,2071508,2042410 +UGA,2009,2139396,2107231 +UGA,2010,2208922,2177313 +UGA,2011,2276503,2248889 +UGA,2012,2347347,2328113 +UGA,2013,2422261,2415833 +UGA,2014,2502343,2510968 +UGA,2015,2587722,2610675 +UGA,2016,2679771,2712111 +UGA,2017,2778402,2817109 +UGA,2018,2879682,2922202 +UGA,2019,2979000,3024000 +UGA,2020,3072000,3120000 +UGA,2021,3157000,3206000 +UGA,2022,3235000,3285000 +UGA,2023,3308000,3360000 +UGA,2024,3378000,3431000 +UGA,2025,3445000,3499000 +UGA,2026,3512000,3566000 +UGA,2027,3575000,3631000 +UGA,2028,3635000,3692000 +UGA,2029,3691000,3749000 +UGA,2030,3741000,3800000 +UGA,2031,3784000,3844000 +UGA,2032,3823000,3885000 +UGA,2033,3860000,3922000 +UGA,2034,3897000,3959000 +UGA,2035,3938000,4001000 +UGA,2036,3984000,4048000 +UGA,2037,4035000,4099000 +UGA,2038,4089000,4153000 +UGA,2039,4141000,4206000 +UGA,2040,4189000,4254000 +UGA,2041,4234000,4300000 +UGA,2042,4276000,4342000 +UGA,2043,4314000,4380000 +UGA,2044,4349000,4416000 +UGA,2045,4381000,4449000 +UGA,2046,4412000,4480000 +UGA,2047,4440000,4508000 +UGA,2048,4465000,4533000 +UGA,2049,4489000,4557000 +UGA,2050,4511000,4580000 +UKR,1990,1849911,1884066 +UKR,1991,1864502,1901468 +UKR,1992,1884046,1928652 +UKR,1993,1900262,1956456 +UKR,1994,1902794,1971234 +UKR,1995,1892808,1970862 +UKR,1996,1871843,1958164 +UKR,1997,1841470,1932023 +UKR,1998,1802490,1894080 +UKR,1999,1754077,1844936 +UKR,2000,1695820,1785089 +UKR,2001,1629089,1715618 +UKR,2002,1555679,1638734 +UKR,2003,1480350,1559369 +UKR,2004,1404819,1479166 +UKR,2005,1332465,1401674 +UKR,2006,1264511,1329442 +UKR,2007,1199558,1259968 +UKR,2008,1140278,1196288 +UKR,2009,1087679,1140292 +UKR,2010,1040804,1091856 +UKR,2011,1004038,1053666 +UKR,2012,976674,1027247 +UKR,2013,958127,1011223 +UKR,2014,949833,1005900 +UKR,2015,961591,1020742 +UKR,2016,990233,1052773 +UKR,2017,1033821,1099476 +UKR,2018,1086520,1154755 +UKR,2019,1138000,1208000 +UKR,2020,1178000,1249000 +UKR,2021,1207000,1280000 +UKR,2022,1224000,1298000 +UKR,2023,1231000,1306000 +UKR,2024,1230000,1304000 +UKR,2025,1219000,1293000 +UKR,2026,1197000,1269000 +UKR,2027,1165000,1234000 +UKR,2028,1125000,1192000 +UKR,2029,1084000,1148000 +UKR,2030,1046000,1108000 +UKR,2031,1013000,1072000 +UKR,2032,984000,1041000 +UKR,2033,959000,1015000 +UKR,2034,936000,991000 +UKR,2035,915000,969000 +UKR,2036,897000,949000 +UKR,2037,881000,933000 +UKR,2038,868000,919000 +UKR,2039,857000,908000 +UKR,2040,849000,899000 +UKR,2041,844000,894000 +UKR,2042,841000,890000 +UKR,2043,840000,889000 +UKR,2044,840000,890000 +UKR,2045,842000,892000 +UKR,2046,844000,894000 +UKR,2047,847000,897000 +UKR,2048,850000,901000 +UKR,2049,854000,905000 +UKR,2050,857000,908000 +UMC,1990,95569906,99891393 +UMC,1991,95098057,99341337 +UMC,1992,95556909,99784435 +UMC,1993,96723057,101000473 +UMC,1994,98436612,102834989 +UMC,1995,100748132,105347980 +UMC,1996,104095330,108965795 +UMC,1997,107860729,113062786 +UMC,1998,111670988,117241593 +UMC,1999,114510789,120442155 +UMC,2000,115255402,121496618 +UMC,2001,113537372,119965252 +UMC,2002,109920356,116506924 +UMC,2003,104981398,111708950 +UMC,2004,99955330,106811409 +UMC,2005,95973539,102941022 +UMC,2006,93072512,100130082 +UMC,2007,91074985,98189234 +UMC,2008,89783199,96927542 +UMC,2009,88752419,95924495 +UMC,2010,87648441,94868647 +UMC,2011,86626247,93893026 +UMC,2012,85764296,93114455 +UMC,2013,85072954,92534427 +UMC,2014,84599924,92193546 +UMC,2015,84386619,92132103 +UMC,2016,84392847,92273702 +UMC,2017,84623002,92657326 +UMC,2018,84986379,93168763 +UMC,2019,85423600,93719700 +UMC,2020,85942500,94308600 +UMC,2021,86591500,94974700 +UMC,2022,87277600,95629600 +UMC,2023,87944800,96229600 +UMC,2024,88500800,96683600 +UMC,2025,88844900,96905700 +UMC,2026,89040800,96943700 +UMC,2027,88997700,96731400 +UMC,2028,88748600,96288300 +UMC,2029,88303400,95639200 +UMC,2030,87637300,94761100 +UMC,2031,86805100,93687800 +UMC,2032,85756000,92400800 +UMC,2033,84560900,90958600 +UMC,2034,83323600,89487300 +UMC,2035,82148400,88093100 +UMC,2036,81117300,86837000 +UMC,2037,80169100,85684900 +UMC,2038,79304900,84626700 +UMC,2039,78505700,83651500 +UMC,2040,77772500,82746300 +UMC,2041,77190500,81981100 +UMC,2042,76698300,81311000 +UMC,2043,76286200,80736800 +UMC,2044,75915000,80233700 +UMC,2045,75556900,79795700 +UMC,2046,75267800,79438500 +UMC,2047,75002700,79149400 +UMC,2048,74751700,78902300 +UMC,2049,74519600,78693200 +UMC,2050,74288500,78479100 +URY,1990,136237,141240 +URY,1991,135013,139871 +URY,1992,132867,137718 +URY,1993,130131,135068 +URY,1994,127619,132680 +URY,1995,126122,131307 +URY,1996,125750,130985 +URY,1997,126378,131697 +URY,1998,127674,133085 +URY,1999,129082,134566 +URY,2000,130223,135737 +URY,2001,131196,136702 +URY,2002,131987,137444 +URY,2003,132574,137957 +URY,2004,132900,138212 +URY,2005,132835,138117 +URY,2006,132232,137442 +URY,2007,131267,136412 +URY,2008,130016,135069 +URY,2009,128645,133598 +URY,2010,127307,132205 +URY,2011,126094,130949 +URY,2012,124893,129787 +URY,2013,123679,128673 +URY,2014,122377,127502 +URY,2015,120916,126173 +URY,2016,119360,124649 +URY,2017,117769,123095 +URY,2018,116192,121554 +URY,2019,115000,120000 +URY,2020,114000,119000 +URY,2021,114000,119000 +URY,2022,114000,119000 +URY,2023,114000,119000 +URY,2024,115000,120000 +URY,2025,115000,120000 +URY,2026,115000,120000 +URY,2027,115000,120000 +URY,2028,115000,120000 +URY,2029,115000,120000 +URY,2030,115000,120000 +URY,2031,114000,119000 +URY,2032,113000,119000 +URY,2033,113000,118000 +URY,2034,112000,117000 +URY,2035,111000,116000 +URY,2036,111000,116000 +URY,2037,110000,115000 +URY,2038,109000,115000 +URY,2039,109000,114000 +URY,2040,108000,113000 +URY,2041,107000,112000 +URY,2042,106000,112000 +URY,2043,106000,111000 +URY,2044,105000,110000 +URY,2045,104000,109000 +URY,2046,103000,108000 +URY,2047,102000,107000 +URY,2048,102000,107000 +URY,2049,101000,106000 +URY,2050,100000,105000 +USA,1990,8406898,8814991 +USA,1991,8541840,8954202 +USA,1992,8710378,9132129 +USA,1993,8894137,9321791 +USA,1994,9079667,9508975 +USA,1995,9259893,9691813 +USA,1996,9426052,9876011 +USA,1997,9605720,10076106 +USA,1998,9787835,10271741 +USA,1999,9967629,10456360 +USA,2000,10135280,10624729 +USA,2001,10272807,10789291 +USA,2002,10385416,10924971 +USA,2003,10473058,11025149 +USA,2004,10533095,11085870 +USA,2005,10531213,11074465 +USA,2006,10463921,10997127 +USA,2007,10375084,10900064 +USA,2008,10285941,10800034 +USA,2009,10222477,10724313 +USA,2010,10209305,10702934 +USA,2011,10176481,10647445 +USA,2012,10159835,10619972 +USA,2013,10146628,10604675 +USA,2014,10139386,10599387 +USA,2015,10138066,10600287 +USA,2016,10206593,10668071 +USA,2017,10268775,10730188 +USA,2018,10321891,10784368 +USA,2019,10356000,10821000 +USA,2020,10340000,10807000 +USA,2021,10327000,10789000 +USA,2022,10262000,10718000 +USA,2023,10157000,10608000 +USA,2024,10040000,10488000 +USA,2025,9939000,10386000 +USA,2026,9908000,10346000 +USA,2027,9886000,10317000 +USA,2028,9869000,10297000 +USA,2029,9857000,10285000 +USA,2030,9855000,10287000 +USA,2031,9927000,10355000 +USA,2032,10006000,10434000 +USA,2033,10084000,10516000 +USA,2034,10150000,10589000 +USA,2035,10198000,10645000 +USA,2036,10292000,10739000 +USA,2037,10363000,10810000 +USA,2038,10409000,10859000 +USA,2039,10433000,10888000 +USA,2040,10441000,10902000 +USA,2041,10495000,10954000 +USA,2042,10526000,10985000 +USA,2043,10535000,10995000 +USA,2044,10526000,10989000 +USA,2045,10505000,10974000 +USA,2046,10540000,11006000 +USA,2047,10561000,11025000 +USA,2048,10566000,11031000 +USA,2049,10555000,11023000 +USA,2050,10530000,11003000 +UZB,1990,1165269,1198190 +UZB,1991,1191908,1225366 +UZB,1992,1226569,1260071 +UZB,1993,1265254,1298268 +UZB,1994,1304338,1336724 +UZB,1995,1345369,1377547 +UZB,1996,1388902,1421322 +UZB,1997,1435330,1469678 +UZB,1998,1478920,1516439 +UZB,1999,1511474,1553089 +UZB,2000,1541459,1588609 +UZB,2001,1562646,1616763 +UZB,2002,1575210,1637283 +UZB,2003,1579217,1649826 +UZB,2004,1573929,1652066 +UZB,2005,1556672,1639268 +UZB,2006,1527191,1609136 +UZB,2007,1488958,1567366 +UZB,2008,1445629,1518553 +UZB,2009,1401750,1469132 +UZB,2010,1376160,1440270 +UZB,2011,1348374,1409424 +UZB,2012,1309609,1368534 +UZB,2013,1278464,1336676 +UZB,2014,1259446,1317953 +UZB,2015,1257689,1317379 +UZB,2016,1274249,1336340 +UZB,2017,1306816,1372275 +UZB,2018,1352739,1422312 +UZB,2019,1396000,1470000 +UZB,2020,1437000,1513000 +UZB,2021,1474000,1552000 +UZB,2022,1508000,1588000 +UZB,2023,1538000,1619000 +UZB,2024,1565000,1648000 +UZB,2025,1589000,1673000 +UZB,2026,1610000,1698000 +UZB,2027,1626000,1717000 +UZB,2028,1637000,1731000 +UZB,2029,1639000,1736000 +UZB,2030,1630000,1729000 +UZB,2031,1611000,1709000 +UZB,2032,1582000,1678000 +UZB,2033,1546000,1639000 +UZB,2034,1509000,1598000 +UZB,2035,1474000,1561000 +UZB,2036,1444000,1528000 +UZB,2037,1417000,1499000 +UZB,2038,1393000,1474000 +UZB,2039,1374000,1453000 +UZB,2040,1358000,1437000 +UZB,2041,1349000,1427000 +UZB,2042,1345000,1422000 +UZB,2043,1345000,1422000 +UZB,2044,1347000,1424000 +UZB,2045,1351000,1428000 +UZB,2046,1357000,1434000 +UZB,2047,1363000,1440000 +UZB,2048,1370000,1447000 +UZB,2049,1375000,1453000 +UZB,2050,1378000,1456000 +VCT,1990,6656,6835 +VCT,1991,6602,6778 +VCT,1992,6537,6699 +VCT,1993,6463,6606 +VCT,1994,6381,6504 +VCT,1995,6291,6394 +VCT,1996,6164,6261 +VCT,1997,6035,6130 +VCT,1998,5910,6002 +VCT,1999,5800,5889 +VCT,2000,5717,5803 +VCT,2001,5628,5714 +VCT,2002,5565,5649 +VCT,2003,5512,5599 +VCT,2004,5460,5550 +VCT,2005,5396,5495 +VCT,2006,5329,5450 +VCT,2007,5262,5427 +VCT,2008,5188,5413 +VCT,2009,5099,5387 +VCT,2010,4986,5322 +VCT,2011,4801,5107 +VCT,2012,4656,4934 +VCT,2013,4547,4822 +VCT,2014,4480,4769 +VCT,2015,4450,4762 +VCT,2016,4362,4655 +VCT,2017,4288,4539 +VCT,2018,4222,4418 +VCT,2019,4200,4300 +VCT,2020,4100,4200 +VCT,2021,4100,4200 +VCT,2022,4100,4100 +VCT,2023,4100,4100 +VCT,2024,4100,4100 +VCT,2025,4100,4100 +VCT,2026,4100,4100 +VCT,2027,4000,4000 +VCT,2028,3900,4000 +VCT,2029,3800,3900 +VCT,2030,3800,3900 +VCT,2031,3700,3800 +VCT,2032,3700,3800 +VCT,2033,3700,3800 +VCT,2034,3600,3700 +VCT,2035,3600,3700 +VCT,2036,3600,3700 +VCT,2037,3600,3600 +VCT,2038,3500,3600 +VCT,2039,3500,3600 +VCT,2040,3400,3500 +VCT,2041,3400,3500 +VCT,2042,3400,3500 +VCT,2043,3300,3400 +VCT,2044,3300,3400 +VCT,2045,3300,3300 +VCT,2046,3200,3300 +VCT,2047,3200,3300 +VCT,2048,3100,3200 +VCT,2049,3100,3200 +VCT,2050,3100,3100 +VEN,1990,1114789,1157779 +VEN,1991,1134376,1178117 +VEN,1992,1152422,1197201 +VEN,1993,1169248,1215229 +VEN,1994,1186432,1233670 +VEN,1995,1205777,1254281 +VEN,1996,1228633,1278287 +VEN,1997,1252668,1303693 +VEN,1998,1276965,1329417 +VEN,1999,1298889,1352696 +VEN,2000,1315582,1370564 +VEN,2001,1327021,1382461 +VEN,2002,1333597,1389618 +VEN,2003,1336392,1392969 +VEN,2004,1337642,1394733 +VEN,2005,1339190,1396781 +VEN,2006,1340673,1397763 +VEN,2007,1341923,1399030 +VEN,2008,1343298,1400907 +VEN,2009,1345508,1404059 +VEN,2010,1349294,1409089 +VEN,2011,1356801,1416468 +VEN,2012,1366271,1426843 +VEN,2013,1374272,1436275 +VEN,2014,1376283,1439335 +VEN,2015,1369571,1432454 +VEN,2016,1352899,1415348 +VEN,2017,1332288,1393315 +VEN,2018,1310548,1369919 +VEN,2019,1297000,1356000 +VEN,2020,1298000,1360000 +VEN,2021,1309000,1368000 +VEN,2022,1329000,1388000 +VEN,2023,1353000,1413000 +VEN,2024,1369000,1430000 +VEN,2025,1366000,1426000 +VEN,2026,1346000,1403000 +VEN,2027,1311000,1364000 +VEN,2028,1265000,1313000 +VEN,2029,1223000,1266000 +VEN,2030,1194000,1234000 +VEN,2031,1182000,1223000 +VEN,2032,1184000,1227000 +VEN,2033,1196000,1243000 +VEN,2034,1211000,1261000 +VEN,2035,1225000,1278000 +VEN,2036,1239000,1293000 +VEN,2037,1253000,1307000 +VEN,2038,1267000,1321000 +VEN,2039,1279000,1332000 +VEN,2040,1286000,1340000 +VEN,2041,1290000,1343000 +VEN,2042,1288000,1341000 +VEN,2043,1283000,1336000 +VEN,2044,1275000,1329000 +VEN,2045,1266000,1320000 +VEN,2046,1255000,1309000 +VEN,2047,1243000,1296000 +VEN,2048,1229000,1282000 +VEN,2049,1215000,1268000 +VEN,2050,1202000,1254000 +VGB,1990,, +VGB,1991,, +VGB,1992,, +VGB,1993,, +VGB,1994,, +VGB,1995,, +VGB,1996,, +VGB,1997,, +VGB,1998,, +VGB,1999,, +VGB,2000,, +VGB,2001,, +VGB,2002,, +VGB,2003,, +VGB,2004,, +VGB,2005,, +VGB,2006,, +VGB,2007,, +VGB,2008,, +VGB,2009,, +VGB,2010,, +VGB,2011,, +VGB,2012,, +VGB,2013,, +VGB,2014,, +VGB,2015,, +VGB,2016,, +VGB,2017,, +VGB,2018,, +VGB,2019,, +VGB,2020,, +VGB,2021,, +VGB,2022,, +VGB,2023,, +VGB,2024,, +VGB,2025,, +VGB,2026,, +VGB,2027,, +VGB,2028,, +VGB,2029,, +VGB,2030,, +VGB,2031,, +VGB,2032,, +VGB,2033,, +VGB,2034,, +VGB,2035,, +VGB,2036,, +VGB,2037,, +VGB,2038,, +VGB,2039,, +VGB,2040,, +VGB,2041,, +VGB,2042,, +VGB,2043,, +VGB,2044,, +VGB,2045,, +VGB,2046,, +VGB,2047,, +VGB,2048,, +VGB,2049,, +VGB,2050,, +VIR,1990,5047,5161 +VIR,1991,4918,4986 +VIR,1992,4853,4855 +VIR,1993,4855,4767 +VIR,1994,4888,4700 +VIR,1995,4890,4610 +VIR,1996,4787,4505 +VIR,1997,4717,4466 +VIR,1998,4700,4497 +VIR,1999,4750,4605 +VIR,2000,4868,4775 +VIR,2001,4759,4661 +VIR,2002,4669,4580 +VIR,2003,4600,4533 +VIR,2004,4531,4491 +VIR,2005,4431,4428 +VIR,2006,4280,4340 +VIR,2007,4109,4230 +VIR,2008,3939,4106 +VIR,2009,3794,3993 +VIR,2010,3687,3910 +VIR,2011,3591,3841 +VIR,2012,3522,3789 +VIR,2013,3481,3755 +VIR,2014,3468,3736 +VIR,2015,3488,3729 +VIR,2016,3515,3701 +VIR,2017,3565,3684 +VIR,2018,3630,3674 +VIR,2019,3700,3700 +VIR,2020,3700,3700 +VIR,2021,3700,3700 +VIR,2022,3700,3700 +VIR,2023,3600,3700 +VIR,2024,3500,3700 +VIR,2025,3400,3600 +VIR,2026,3300,3600 +VIR,2027,3200,3400 +VIR,2028,3100,3300 +VIR,2029,3000,3200 +VIR,2030,3000,3100 +VIR,2031,2900,3100 +VIR,2032,2800,3000 +VIR,2033,2800,3000 +VIR,2034,2800,3000 +VIR,2035,2800,3000 +VIR,2036,2800,2900 +VIR,2037,2700,2900 +VIR,2038,2700,2900 +VIR,2039,2700,2900 +VIR,2040,2700,2900 +VIR,2041,2700,2900 +VIR,2042,2700,2900 +VIR,2043,2700,2800 +VIR,2044,2700,2900 +VIR,2045,2700,2800 +VIR,2046,2700,2800 +VIR,2047,2600,2800 +VIR,2048,2600,2800 +VIR,2049,2600,2800 +VIR,2050,2600,2700 +VNM,1990,3788721,3946952 +VNM,1991,3840740,4006069 +VNM,1992,3899991,4073381 +VNM,1993,3963200,4145376 +VNM,1994,4028049,4219097 +VNM,1995,4093599,4292788 +VNM,1996,4155520,4360483 +VNM,1997,4220786,4431427 +VNM,1998,4283231,4498961 +VNM,1999,4337024,4556653 +VNM,2000,4380593,4602513 +VNM,2001,4429566,4653418 +VNM,2002,4459208,4683301 +VNM,2003,4468164,4691402 +VNM,2004,4441198,4663117 +VNM,2005,4356401,4576360 +VNM,2006,4208913,4424639 +VNM,2007,4011206,4223390 +VNM,2008,3780474,3989555 +VNM,2009,3557577,3764444 +VNM,2010,3382548,3588778 +VNM,2011,3264284,3468571 +VNM,2012,3195372,3400613 +VNM,2013,3165310,3373986 +VNM,2014,3156494,3372681 +VNM,2015,3158610,3388975 +VNM,2016,3180484,3433034 +VNM,2017,3217142,3498260 +VNM,2018,3264396,3577797 +VNM,2019,3316000,3660000 +VNM,2020,3364000,3734000 +VNM,2021,3410000,3799000 +VNM,2022,3450000,3853000 +VNM,2023,3485000,3897000 +VNM,2024,3517000,3936000 +VNM,2025,3550000,3976000 +VNM,2026,3588000,4021000 +VNM,2027,3624000,4063000 +VNM,2028,3654000,4096000 +VNM,2029,3671000,4114000 +VNM,2030,3670000,4105000 +VNM,2031,3652000,4072000 +VNM,2032,3617000,4017000 +VNM,2033,3568000,3945000 +VNM,2034,3515000,3867000 +VNM,2035,3469000,3798000 +VNM,2036,3437000,3745000 +VNM,2037,3410000,3699000 +VNM,2038,3386000,3658000 +VNM,2039,3358000,3613000 +VNM,2040,3319000,3556000 +VNM,2041,3276000,3492000 +VNM,2042,3226000,3421000 +VNM,2043,3171000,3347000 +VNM,2044,3119000,3277000 +VNM,2045,3074000,3222000 +VNM,2046,3044000,3184000 +VNM,2047,3023000,3161000 +VNM,2048,3009000,3149000 +VNM,2049,2999000,3142000 +VNM,2050,2994000,3140000 +VUT,1990,8909,9785 +VUT,1991,9182,10050 +VUT,1992,9487,10349 +VUT,1993,9833,10698 +VUT,1994,10192,11057 +VUT,1995,10504,11376 +VUT,1996,10678,11527 +VUT,1997,10770,11596 +VUT,1998,10825,11631 +VUT,1999,10903,11699 +VUT,2000,11049,11848 +VUT,2001,11213,12026 +VUT,2002,11430,12270 +VUT,2003,11682,12561 +VUT,2004,11944,12863 +VUT,2005,12201,13143 +VUT,2006,12289,13066 +VUT,2007,12373,13142 +VUT,2008,12536,13494 +VUT,2009,12752,14039 +VUT,2010,12940,14570 +VUT,2011,13079,14582 +VUT,2012,13201,14554 +VUT,2013,13396,14632 +VUT,2014,13742,14949 +VUT,2015,14285,15561 +VUT,2016,14983,16314 +VUT,2017,15747,17114 +VUT,2018,16546,17928 +VUT,2019,17000,19000 +VUT,2020,18000,19000 +VUT,2021,18000,20000 +VUT,2022,18000,20000 +VUT,2023,18000,20000 +VUT,2024,19000,20000 +VUT,2025,19000,20000 +VUT,2026,19000,20000 +VUT,2027,19000,21000 +VUT,2028,20000,21000 +VUT,2029,20000,21000 +VUT,2030,20000,22000 +VUT,2031,21000,22000 +VUT,2032,21000,22000 +VUT,2033,21000,22000 +VUT,2034,21000,22000 +VUT,2035,22000,23000 +VUT,2036,22000,23000 +VUT,2037,22000,23000 +VUT,2038,22000,23000 +VUT,2039,23000,24000 +VUT,2040,23000,24000 +VUT,2041,23000,24000 +VUT,2042,24000,25000 +VUT,2043,24000,25000 +VUT,2044,24000,25000 +VUT,2045,25000,26000 +VUT,2046,25000,26000 +VUT,2047,25000,26000 +VUT,2048,25000,27000 +VUT,2049,26000,27000 +VUT,2050,26000,27000 +WLD,1990,256197775,268442508 +WLD,1991,258632253,271103157 +WLD,1992,262243329,275051199 +WLD,1993,266889955,280124995 +WLD,1994,272037587,285750825 +WLD,1995,277517209,291748691 +WLD,1996,283516328,298246360 +WLD,1997,289714044,304977506 +WLD,1998,295765551,311587637 +WLD,1999,300698879,317092601 +WLD,2000,303372794,320335300 +WLD,2001,303421425,320794331 +WLD,2002,301548025,319342907 +WLD,2003,298333504,316547067 +WLD,2004,295000301,313613274 +WLD,2005,292595955,311568713 +WLD,2006,290903005,310129861 +WLD,2007,290177771,309641436 +WLD,2008,290271952,309947097 +WLD,2009,290727445,310614040 +WLD,2010,291212063,311348545 +WLD,2011,291607306,311980024 +WLD,2012,292266840,312900268 +WLD,2013,293170534,314078517 +WLD,2014,294394946,315565803 +WLD,2015,296018365,317412139 +WLD,2016,298131068,319601130 +WLD,2017,300620990,322149572 +WLD,2018,303349684,324911643 +WLD,2019,306065200,327628200 +WLD,2020,308577300,330134100 +WLD,2021,311046200,332531200 +WLD,2022,313329900,334718100 +WLD,2023,315395900,336681100 +WLD,2024,317255300,338408900 +WLD,2025,318828000,339848800 +WLD,2026,320300500,341141700 +WLD,2027,321487200,342161000 +WLD,2028,322405300,342899000 +WLD,2029,323080300,343398700 +WLD,2030,323490200,343616400 +WLD,2031,323836000,343743100 +WLD,2032,323967700,343641900 +WLD,2033,323939500,343358600 +WLD,2034,323823900,342993500 +WLD,2035,323720900,342635100 +WLD,2036,323889600,342499900 +WLD,2037,324111100,342424600 +WLD,2038,324386800,342388300 +WLD,2039,324670700,342383000 +WLD,2040,324936100,342370700 +WLD,2041,325471100,342605100 +WLD,2042,326048600,342906800 +WLD,2043,326636300,343240400 +WLD,2044,327199800,343575100 +WLD,2045,327668400,343879700 +WLD,2046,328298200,344355400 +WLD,2047,328884600,344830800 +WLD,2048,329411300,345289700 +WLD,2049,329882800,345705400 +WLD,2050,330280600,346049900 +WSM,1990,9785,11345 +WSM,1991,9590,11203 +WSM,1992,9563,11168 +WSM,1993,9671,11180 +WSM,1994,9847,11219 +WSM,1995,10040,11292 +WSM,1996,9881,11145 +WSM,1997,9771,11048 +WSM,1998,9744,10967 +WSM,1999,9827,10921 +WSM,2000,10027,10961 +WSM,2001,10084,11034 +WSM,2002,10191,11177 +WSM,2003,10354,11357 +WSM,2004,10534,11521 +WSM,2005,10675,11633 +WSM,2006,10638,11613 +WSM,2007,10575,11572 +WSM,2008,10517,11530 +WSM,2009,10497,11503 +WSM,2010,10517,11488 +WSM,2011,10396,11304 +WSM,2012,10264,11096 +WSM,2013,10116,10857 +WSM,2014,10002,10657 +WSM,2015,9994,10603 +WSM,2016,10205,10856 +WSM,2017,10435,11150 +WSM,2018,10655,11439 +WSM,2019,11000,12000 +WSM,2020,11000,12000 +WSM,2021,11000,12000 +WSM,2022,11000,12000 +WSM,2023,11000,12000 +WSM,2024,11000,12000 +WSM,2025,12000,12000 +WSM,2026,12000,13000 +WSM,2027,12000,13000 +WSM,2028,12000,13000 +WSM,2029,13000,14000 +WSM,2030,13000,14000 +WSM,2031,13000,14000 +WSM,2032,12000,13000 +WSM,2033,12000,13000 +WSM,2034,11000,12000 +WSM,2035,11000,12000 +WSM,2036,11000,12000 +WSM,2037,11000,12000 +WSM,2038,11000,12000 +WSM,2039,11000,12000 +WSM,2040,11000,12000 +WSM,2041,11000,12000 +WSM,2042,11000,12000 +WSM,2043,11000,12000 +WSM,2044,12000,12000 +WSM,2045,12000,13000 +WSM,2046,12000,13000 +WSM,2047,12000,13000 +WSM,2048,12000,13000 +WSM,2049,12000,13000 +WSM,2050,12000,13000 +XKX,1990,, +XKX,1991,, +XKX,1992,, +XKX,1993,, +XKX,1994,, +XKX,1995,, +XKX,1996,, +XKX,1997,, +XKX,1998,, +XKX,1999,, +XKX,2000,, +XKX,2001,, +XKX,2002,, +XKX,2003,, +XKX,2004,, +XKX,2005,, +XKX,2006,, +XKX,2007,, +XKX,2008,, +XKX,2009,, +XKX,2010,, +XKX,2011,, +XKX,2012,, +XKX,2013,, +XKX,2014,, +XKX,2015,, +XKX,2016,, +XKX,2017,, +XKX,2018,, +XKX,2019,, +XKX,2020,, +XKX,2021,, +XKX,2022,, +XKX,2023,, +XKX,2024,, +XKX,2025,, +XKX,2026,, +XKX,2027,, +XKX,2028,, +XKX,2029,, +XKX,2030,, +XKX,2031,, +XKX,2032,, +XKX,2033,, +XKX,2034,, +XKX,2035,, +XKX,2036,, +XKX,2037,, +XKX,2038,, +XKX,2039,, +XKX,2040,, +XKX,2041,, +XKX,2042,, +XKX,2043,, +XKX,2044,, +XKX,2045,, +XKX,2046,, +XKX,2047,, +XKX,2048,, +XKX,2049,, +XKX,2050,, +YEM,1990,754021,773372 +YEM,1991,787266,813142 +YEM,1992,827994,859860 +YEM,1993,873899,909182 +YEM,1994,922443,957434 +YEM,1995,971581,1002896 +YEM,1996,1020307,1053621 +YEM,1997,1069367,1104552 +YEM,1998,1118316,1155377 +YEM,1999,1167051,1205977 +YEM,2000,1215778,1256594 +YEM,2001,1266644,1309492 +YEM,2002,1315913,1361015 +YEM,2003,1363051,1410598 +YEM,2004,1404647,1454653 +YEM,2005,1435772,1487933 +YEM,2006,1452865,1505805 +YEM,2007,1461247,1514803 +YEM,2008,1463585,1517640 +YEM,2009,1465914,1520544 +YEM,2010,1473998,1529472 +YEM,2011,1488999,1545293 +YEM,2012,1510090,1567579 +YEM,2013,1535851,1594780 +YEM,2014,1563562,1624012 +YEM,2015,1591156,1653071 +YEM,2016,1617826,1680243 +YEM,2017,1646262,1709559 +YEM,2018,1676145,1740692 +YEM,2019,1707000,1774000 +YEM,2020,1740000,1808000 +YEM,2021,1775000,1844000 +YEM,2022,1811000,1881000 +YEM,2023,1846000,1918000 +YEM,2024,1879000,1953000 +YEM,2025,1908000,1983000 +YEM,2026,1930000,2006000 +YEM,2027,1948000,2024000 +YEM,2028,1961000,2038000 +YEM,2029,1973000,2050000 +YEM,2030,1984000,2062000 +YEM,2031,1994000,2072000 +YEM,2032,2003000,2081000 +YEM,2033,2012000,2089000 +YEM,2034,2019000,2097000 +YEM,2035,2025000,2104000 +YEM,2036,2031000,2109000 +YEM,2037,2035000,2113000 +YEM,2038,2039000,2117000 +YEM,2039,2043000,2120000 +YEM,2040,2046000,2124000 +YEM,2041,2050000,2127000 +YEM,2042,2053000,2130000 +YEM,2043,2057000,2134000 +YEM,2044,2059000,2136000 +YEM,2045,2060000,2137000 +YEM,2046,2060000,2136000 +YEM,2047,2059000,2134000 +YEM,2048,2056000,2131000 +YEM,2049,2052000,2128000 +YEM,2050,2049000,2124000 +ZAF,1990,2128835,2160492 +ZAF,1991,2192693,2227153 +ZAF,1992,2267717,2303917 +ZAF,1993,2348037,2385267 +ZAF,1994,2422831,2461242 +ZAF,1995,2482926,2523375 +ZAF,1996,2545435,2584311 +ZAF,1997,2591890,2629905 +ZAF,1998,2623701,2661437 +ZAF,1999,2640995,2678649 +ZAF,2000,2641477,2678981 +ZAF,2001,2635467,2674897 +ZAF,2002,2614438,2655239 +ZAF,2003,2582121,2623589 +ZAF,2004,2544879,2586286 +ZAF,2005,2508029,2548685 +ZAF,2006,2474597,2513339 +ZAF,2007,2443431,2480374 +ZAF,2008,2416177,2451481 +ZAF,2009,2394576,2428594 +ZAF,2010,2380157,2413427 +ZAF,2011,2370781,2406077 +ZAF,2012,2370553,2407732 +ZAF,2013,2378112,2416527 +ZAF,2014,2394992,2433888 +ZAF,2015,2425065,2464036 +ZAF,2016,2472354,2513772 +ZAF,2017,2531823,2576188 +ZAF,2018,2599073,2646697 +ZAF,2019,2666000,2716000 +ZAF,2020,2721000,2775000 +ZAF,2021,2772000,2828000 +ZAF,2022,2812000,2869000 +ZAF,2023,2842000,2900000 +ZAF,2024,2864000,2922000 +ZAF,2025,2877000,2936000 +ZAF,2026,2883000,2943000 +ZAF,2027,2881000,2941000 +ZAF,2028,2870000,2931000 +ZAF,2029,2856000,2917000 +ZAF,2030,2842000,2903000 +ZAF,2031,2832000,2892000 +ZAF,2032,2822000,2882000 +ZAF,2033,2812000,2872000 +ZAF,2034,2802000,2862000 +ZAF,2035,2792000,2850000 +ZAF,2036,2784000,2842000 +ZAF,2037,2777000,2835000 +ZAF,2038,2770000,2828000 +ZAF,2039,2764000,2821000 +ZAF,2040,2759000,2815000 +ZAF,2041,2757000,2813000 +ZAF,2042,2756000,2811000 +ZAF,2043,2755000,2810000 +ZAF,2044,2754000,2809000 +ZAF,2045,2753000,2807000 +ZAF,2046,2755000,2809000 +ZAF,2047,2756000,2810000 +ZAF,2048,2757000,2811000 +ZAF,2049,2756000,2810000 +ZAF,2050,2754000,2807000 +ZMB,1990,533030,542706 +ZMB,1991,546286,555818 +ZMB,1992,559580,568696 +ZMB,1993,573305,581820 +ZMB,1994,587731,595574 +ZMB,1995,602629,609745 +ZMB,1996,617477,622894 +ZMB,1997,633345,636812 +ZMB,1998,650045,651325 +ZMB,1999,666843,665836 +ZMB,2000,682722,679521 +ZMB,2001,697628,692650 +ZMB,2002,713460,707194 +ZMB,2003,730545,723362 +ZMB,2004,749385,741601 +ZMB,2005,770126,762072 +ZMB,2006,789941,781709 +ZMB,2007,812934,805118 +ZMB,2008,838789,831887 +ZMB,2009,867268,861754 +ZMB,2010,898253,894578 +ZMB,2011,929240,927197 +ZMB,2012,962548,962606 +ZMB,2013,997455,999870 +ZMB,2014,1032443,1037222 +ZMB,2015,1065787,1072761 +ZMB,2016,1095253,1104550 +ZMB,2017,1123709,1135196 +ZMB,2018,1151271,1164802 +ZMB,2019,1178000,1194000 +ZMB,2020,1206000,1223000 +ZMB,2021,1234000,1253000 +ZMB,2022,1263000,1282000 +ZMB,2023,1291000,1311000 +ZMB,2024,1317000,1338000 +ZMB,2025,1341000,1363000 +ZMB,2026,1361000,1383000 +ZMB,2027,1379000,1401000 +ZMB,2028,1396000,1419000 +ZMB,2029,1415000,1439000 +ZMB,2030,1438000,1463000 +ZMB,2031,1467000,1493000 +ZMB,2032,1501000,1527000 +ZMB,2033,1539000,1565000 +ZMB,2034,1577000,1604000 +ZMB,2035,1614000,1641000 +ZMB,2036,1651000,1678000 +ZMB,2037,1687000,1714000 +ZMB,2038,1722000,1750000 +ZMB,2039,1757000,1786000 +ZMB,2040,1792000,1821000 +ZMB,2041,1826000,1856000 +ZMB,2042,1860000,1890000 +ZMB,2043,1894000,1924000 +ZMB,2044,1927000,1957000 +ZMB,2045,1958000,1989000 +ZMB,2046,1990000,2021000 +ZMB,2047,2020000,2052000 +ZMB,2048,2050000,2082000 +ZMB,2049,2080000,2112000 +ZMB,2050,2109000,2141000 +ZWE,1990,717073,723514 +ZWE,1991,733373,740113 +ZWE,1992,746453,753293 +ZWE,1993,756619,763391 +ZWE,1994,765466,772072 +ZWE,1995,774742,781103 +ZWE,1996,788069,793867 +ZWE,1997,801811,807621 +ZWE,1998,815054,820936 +ZWE,1999,825276,830652 +ZWE,2000,829628,833478 +ZWE,2001,827766,826171 +ZWE,2002,822890,816731 +ZWE,2003,816012,806882 +ZWE,2004,809169,799403 +ZWE,2005,803911,796112 +ZWE,2006,794701,784178 +ZWE,2007,789359,778585 +ZWE,2008,788077,778894 +ZWE,2009,790389,783689 +ZWE,2010,795446,791114 +ZWE,2011,796420,791924 +ZWE,2012,801557,796683 +ZWE,2013,810183,804846 +ZWE,2014,822584,817501 +ZWE,2015,839267,835907 +ZWE,2016,856229,853887 +ZWE,2017,878073,877637 +ZWE,2018,902771,904452 +ZWE,2019,929000,933000 +ZWE,2020,958000,963000 +ZWE,2021,989000,993000 +ZWE,2022,1021000,1024000 +ZWE,2023,1053000,1056000 +ZWE,2024,1079000,1083000 +ZWE,2025,1094000,1100000 +ZWE,2026,1093000,1098000 +ZWE,2027,1081000,1086000 +ZWE,2028,1061000,1067000 +ZWE,2029,1041000,1047000 +ZWE,2030,1025000,1032000 +ZWE,2031,1014000,1021000 +ZWE,2032,1008000,1016000 +ZWE,2033,1006000,1015000 +ZWE,2034,1006000,1015000 +ZWE,2035,1007000,1017000 +ZWE,2036,1011000,1020000 +ZWE,2037,1016000,1026000 +ZWE,2038,1024000,1033000 +ZWE,2039,1033000,1042000 +ZWE,2040,1044000,1053000 +ZWE,2041,1055000,1064000 +ZWE,2042,1068000,1076000 +ZWE,2043,1081000,1090000 +ZWE,2044,1094000,1103000 +ZWE,2045,1106000,1115000 +ZWE,2046,1117000,1127000 +ZWE,2047,1128000,1137000 +ZWE,2048,1137000,1147000 +ZWE,2049,1145000,1155000 +ZWE,2050,1151000,1161000 diff --git a/01_data/011_rawdata/hosted_in_repo/population_by_age.csv b/01_data/011_rawdata/hosted_in_repo/population_by_age.csv new file mode 100644 index 0000000..c3c3d3a --- /dev/null +++ b/01_data/011_rawdata/hosted_in_repo/population_by_age.csv @@ -0,0 +1,300182 @@ +countrycode,year,age,pop_FE,pop_MA +ABW,1990,0,468,565 +ABW,1990,1,483,586 +ABW,1990,2,494,598 +ABW,1990,3,501,601 +ABW,1990,4,505,597 +ABW,1990,5,506,588 +ABW,1990,6,504,574 +ABW,1990,7,500,556 +ABW,1990,8,495,536 +ABW,1990,9,488,515 +ABW,1990,10,479,492 +ABW,1990,11,471,467 +ABW,1990,12,461,449 +ABW,1990,13,450,444 +ABW,1990,14,439,448 +ABW,1990,15,428,451 +ABW,1990,16,419,456 +ABW,1990,17,413,459 +ABW,1990,18,411,457 +ABW,1991,0,481,562 +ABW,1991,1,492,575 +ABW,1991,2,502,590 +ABW,1991,3,509,598 +ABW,1991,4,513,599 +ABW,1991,5,515,595 +ABW,1991,6,516,586 +ABW,1991,7,514,574 +ABW,1991,8,510,559 +ABW,1991,9,502,539 +ABW,1991,10,491,517 +ABW,1991,11,481,494 +ABW,1991,12,470,470 +ABW,1991,13,460,453 +ABW,1991,14,451,449 +ABW,1991,15,443,452 +ABW,1991,16,436,455 +ABW,1991,17,430,461 +ABW,1991,18,429,466 +ABW,1992,0,537,589 +ABW,1992,1,537,601 +ABW,1992,2,523,592 +ABW,1992,3,528,602 +ABW,1992,4,532,607 +ABW,1992,5,533,607 +ABW,1992,6,534,602 +ABW,1992,7,533,594 +ABW,1992,8,532,584 +ABW,1992,9,527,570 +ABW,1992,10,517,550 +ABW,1992,11,503,527 +ABW,1992,12,489,505 +ABW,1992,13,477,481 +ABW,1992,14,466,465 +ABW,1992,15,458,460 +ABW,1992,16,454,463 +ABW,1992,17,450,467 +ABW,1992,18,448,472 +ABW,1993,0,614,633 +ABW,1993,1,600,633 +ABW,1993,2,589,632 +ABW,1993,3,558,614 +ABW,1993,4,558,619 +ABW,1993,5,558,620 +ABW,1993,6,557,618 +ABW,1993,7,556,613 +ABW,1993,8,554,605 +ABW,1993,9,554,598 +ABW,1993,10,548,585 +ABW,1993,11,535,565 +ABW,1993,12,517,541 +ABW,1993,13,501,518 +ABW,1993,14,486,495 +ABW,1993,15,474,479 +ABW,1993,16,469,474 +ABW,1993,17,468,478 +ABW,1993,18,467,482 +ABW,1994,0,685,673 +ABW,1994,1,659,664 +ABW,1994,2,637,655 +ABW,1994,3,620,648 +ABW,1994,4,592,634 +ABW,1994,5,587,633 +ABW,1994,6,583,631 +ABW,1994,7,580,627 +ABW,1994,8,576,621 +ABW,1994,9,574,615 +ABW,1994,10,574,609 +ABW,1994,11,568,598 +ABW,1994,12,552,578 +ABW,1994,13,531,553 +ABW,1994,14,512,530 +ABW,1994,15,495,507 +ABW,1994,16,482,492 +ABW,1994,17,478,487 +ABW,1994,18,480,491 +ABW,1995,0,726,695 +ABW,1995,1,696,682 +ABW,1995,2,671,671 +ABW,1995,3,651,662 +ABW,1995,4,635,654 +ABW,1995,5,622,648 +ABW,1995,6,613,642 +ABW,1995,7,605,636 +ABW,1995,8,599,630 +ABW,1995,9,594,624 +ABW,1995,10,591,619 +ABW,1995,11,591,615 +ABW,1995,12,584,605 +ABW,1995,13,566,585 +ABW,1995,14,541,559 +ABW,1995,15,520,536 +ABW,1995,16,500,515 +ABW,1995,17,487,500 +ABW,1995,18,485,495 +ABW,1996,0,743,712 +ABW,1996,1,730,714 +ABW,1996,2,706,704 +ABW,1996,3,686,694 +ABW,1996,4,669,685 +ABW,1996,5,654,676 +ABW,1996,6,642,668 +ABW,1996,7,631,659 +ABW,1996,8,623,651 +ABW,1996,9,616,644 +ABW,1996,10,610,637 +ABW,1996,11,606,631 +ABW,1996,12,605,628 +ABW,1996,13,596,617 +ABW,1996,14,576,594 +ABW,1996,15,550,565 +ABW,1996,16,526,539 +ABW,1996,17,504,514 +ABW,1996,18,492,498 +ABW,1997,0,731,712 +ABW,1997,1,718,713 +ABW,1997,2,730,727 +ABW,1997,3,713,719 +ABW,1997,4,697,711 +ABW,1997,5,683,701 +ABW,1997,6,670,692 +ABW,1997,7,658,682 +ABW,1997,8,647,670 +ABW,1997,9,637,660 +ABW,1997,10,629,652 +ABW,1997,11,622,645 +ABW,1997,12,617,639 +ABW,1997,13,615,635 +ABW,1997,14,605,623 +ABW,1997,15,583,597 +ABW,1997,16,555,565 +ABW,1997,17,530,536 +ABW,1997,18,505,508 +ABW,1998,0,701,699 +ABW,1998,1,704,713 +ABW,1998,2,706,722 +ABW,1998,3,728,736 +ABW,1998,4,717,731 +ABW,1998,5,706,723 +ABW,1998,6,694,714 +ABW,1998,7,683,704 +ABW,1998,8,672,692 +ABW,1998,9,660,677 +ABW,1998,10,649,665 +ABW,1998,11,640,656 +ABW,1998,12,633,649 +ABW,1998,13,627,642 +ABW,1998,14,623,638 +ABW,1998,15,612,625 +ABW,1998,16,588,597 +ABW,1998,17,558,562 +ABW,1998,18,531,530 +ABW,1999,0,666,681 +ABW,1999,1,685,706 +ABW,1999,2,698,725 +ABW,1999,3,708,737 +ABW,1999,4,725,744 +ABW,1999,5,720,741 +ABW,1999,6,714,734 +ABW,1999,7,706,725 +ABW,1999,8,696,714 +ABW,1999,9,685,700 +ABW,1999,10,672,684 +ABW,1999,11,661,669 +ABW,1999,12,651,659 +ABW,1999,13,643,652 +ABW,1999,14,636,645 +ABW,1999,15,631,640 +ABW,1999,16,619,626 +ABW,1999,17,593,596 +ABW,1999,18,561,558 +ABW,2000,0,637,663 +ABW,2000,1,666,696 +ABW,2000,2,689,720 +ABW,2000,3,705,738 +ABW,2000,4,716,748 +ABW,2000,5,723,753 +ABW,2000,6,725,752 +ABW,2000,7,723,747 +ABW,2000,8,718,738 +ABW,2000,9,710,726 +ABW,2000,10,699,710 +ABW,2000,11,686,691 +ABW,2000,12,673,674 +ABW,2000,13,663,664 +ABW,2000,14,654,656 +ABW,2000,15,645,648 +ABW,2000,16,640,644 +ABW,2000,17,626,628 +ABW,2000,18,598,596 +ABW,2001,0,617,647 +ABW,2001,1,649,672 +ABW,2001,2,677,702 +ABW,2001,3,699,725 +ABW,2001,4,717,742 +ABW,2001,5,729,753 +ABW,2001,6,737,758 +ABW,2001,7,742,760 +ABW,2001,8,741,756 +ABW,2001,9,735,746 +ABW,2001,10,726,733 +ABW,2001,11,714,716 +ABW,2001,12,699,696 +ABW,2001,13,685,678 +ABW,2001,14,673,667 +ABW,2001,15,663,658 +ABW,2001,16,653,650 +ABW,2001,17,647,644 +ABW,2001,18,632,629 +ABW,2002,0,599,630 +ABW,2002,1,633,664 +ABW,2002,2,662,681 +ABW,2002,3,688,709 +ABW,2002,4,711,731 +ABW,2002,5,728,747 +ABW,2002,6,742,758 +ABW,2002,7,752,765 +ABW,2002,8,759,768 +ABW,2002,9,760,766 +ABW,2002,10,754,756 +ABW,2002,11,742,740 +ABW,2002,12,728,722 +ABW,2002,13,712,701 +ABW,2002,14,697,683 +ABW,2002,15,684,670 +ABW,2002,16,673,661 +ABW,2002,17,662,652 +ABW,2002,18,654,645 +ABW,2003,0,586,614 +ABW,2003,1,617,645 +ABW,2003,2,646,672 +ABW,2003,3,673,691 +ABW,2003,4,699,716 +ABW,2003,5,721,736 +ABW,2003,6,739,752 +ABW,2003,7,754,764 +ABW,2003,8,766,772 +ABW,2003,9,775,777 +ABW,2003,10,778,775 +ABW,2003,11,771,765 +ABW,2003,12,757,748 +ABW,2003,13,742,729 +ABW,2003,14,724,707 +ABW,2003,15,708,687 +ABW,2003,16,694,674 +ABW,2003,17,681,664 +ABW,2003,18,669,654 +ABW,2004,0,578,603 +ABW,2004,1,604,629 +ABW,2004,2,630,653 +ABW,2004,3,655,676 +ABW,2004,4,682,699 +ABW,2004,5,707,721 +ABW,2004,6,728,740 +ABW,2004,7,747,755 +ABW,2004,8,763,767 +ABW,2004,9,777,776 +ABW,2004,10,789,784 +ABW,2004,11,792,784 +ABW,2004,12,785,772 +ABW,2004,13,769,754 +ABW,2004,14,753,734 +ABW,2004,15,734,711 +ABW,2004,16,716,691 +ABW,2004,17,701,676 +ABW,2004,18,687,665 +ABW,2005,0,576,599 +ABW,2005,1,596,620 +ABW,2005,2,618,641 +ABW,2005,3,641,662 +ABW,2005,4,664,683 +ABW,2005,5,688,704 +ABW,2005,6,710,723 +ABW,2005,7,732,740 +ABW,2005,8,751,755 +ABW,2005,9,768,768 +ABW,2005,10,783,778 +ABW,2005,11,798,788 +ABW,2005,12,803,788 +ABW,2005,13,794,777 +ABW,2005,14,777,756 +ABW,2005,15,759,735 +ABW,2005,16,739,712 +ABW,2005,17,720,691 +ABW,2005,18,704,676 +ABW,2006,0,593,614 +ABW,2006,1,598,623 +ABW,2006,2,616,642 +ABW,2006,3,636,661 +ABW,2006,4,658,680 +ABW,2006,5,679,699 +ABW,2006,6,700,716 +ABW,2006,7,720,733 +ABW,2006,8,739,748 +ABW,2006,9,755,762 +ABW,2006,10,769,774 +ABW,2006,11,781,784 +ABW,2006,12,793,794 +ABW,2006,13,793,792 +ABW,2006,14,778,773 +ABW,2006,15,751,744 +ABW,2006,16,725,715 +ABW,2006,17,697,683 +ABW,2006,18,674,657 +ABW,2007,0,618,637 +ABW,2007,1,623,646 +ABW,2007,2,617,645 +ABW,2007,3,634,661 +ABW,2007,4,652,678 +ABW,2007,5,671,694 +ABW,2007,6,690,711 +ABW,2007,7,708,726 +ABW,2007,8,726,739 +ABW,2007,9,742,752 +ABW,2007,10,755,765 +ABW,2007,11,764,776 +ABW,2007,12,773,786 +ABW,2007,13,783,796 +ABW,2007,14,779,792 +ABW,2007,15,756,767 +ABW,2007,16,721,728 +ABW,2007,17,686,691 +ABW,2007,18,650,651 +ABW,2008,0,643,660 +ABW,2008,1,640,664 +ABW,2008,2,643,672 +ABW,2008,3,634,665 +ABW,2008,4,648,678 +ABW,2008,5,664,693 +ABW,2008,6,681,707 +ABW,2008,7,698,721 +ABW,2008,8,714,733 +ABW,2008,9,729,743 +ABW,2008,10,741,754 +ABW,2008,11,751,766 +ABW,2008,12,758,777 +ABW,2008,13,763,786 +ABW,2008,14,770,796 +ABW,2008,15,762,790 +ABW,2008,16,731,758 +ABW,2008,17,687,711 +ABW,2008,18,645,665 +ABW,2009,0,656,673 +ABW,2009,1,650,675 +ABW,2009,2,649,680 +ABW,2009,3,653,687 +ABW,2009,4,650,684 +ABW,2009,5,663,695 +ABW,2009,6,677,707 +ABW,2009,7,691,719 +ABW,2009,8,706,730 +ABW,2009,9,719,740 +ABW,2009,10,731,747 +ABW,2009,11,741,755 +ABW,2009,12,747,766 +ABW,2009,13,750,776 +ABW,2009,14,753,785 +ABW,2009,15,757,796 +ABW,2009,16,745,787 +ABW,2009,17,707,748 +ABW,2009,18,654,692 +ABW,2010,0,653,669 +ABW,2010,1,648,673 +ABW,2010,2,647,679 +ABW,2010,3,651,686 +ABW,2010,4,658,695 +ABW,2010,5,667,704 +ABW,2010,6,679,713 +ABW,2010,7,691,723 +ABW,2010,8,703,732 +ABW,2010,9,715,741 +ABW,2010,10,726,748 +ABW,2010,11,735,752 +ABW,2010,12,742,757 +ABW,2010,13,745,767 +ABW,2010,14,745,777 +ABW,2010,15,744,785 +ABW,2010,16,746,796 +ABW,2010,17,729,785 +ABW,2010,18,684,740 +ABW,2011,0,625,642 +ABW,2011,1,646,665 +ABW,2011,2,646,672 +ABW,2011,3,648,679 +ABW,2011,4,654,687 +ABW,2011,5,661,696 +ABW,2011,6,670,704 +ABW,2011,7,679,713 +ABW,2011,8,690,722 +ABW,2011,9,703,731 +ABW,2011,10,715,740 +ABW,2011,11,726,747 +ABW,2011,12,735,750 +ABW,2011,13,741,756 +ABW,2011,14,744,765 +ABW,2011,15,743,775 +ABW,2011,16,742,783 +ABW,2011,17,744,794 +ABW,2011,18,728,783 +ABW,2012,0,580,599 +ABW,2012,1,597,623 +ABW,2012,2,642,662 +ABW,2012,3,645,671 +ABW,2012,4,651,681 +ABW,2012,5,658,690 +ABW,2012,6,666,698 +ABW,2012,7,674,707 +ABW,2012,8,682,714 +ABW,2012,9,692,722 +ABW,2012,10,704,731 +ABW,2012,11,717,741 +ABW,2012,12,728,748 +ABW,2012,13,737,751 +ABW,2012,14,743,756 +ABW,2012,15,746,765 +ABW,2012,16,744,775 +ABW,2012,17,743,783 +ABW,2012,18,745,793 +ABW,2013,0,530,551 +ABW,2013,1,562,587 +ABW,2013,2,590,618 +ABW,2013,3,638,660 +ABW,2013,4,647,672 +ABW,2013,5,655,683 +ABW,2013,6,664,693 +ABW,2013,7,672,702 +ABW,2013,8,680,710 +ABW,2013,9,686,717 +ABW,2013,10,695,724 +ABW,2013,11,707,733 +ABW,2013,12,721,742 +ABW,2013,13,732,749 +ABW,2013,14,740,752 +ABW,2013,15,746,758 +ABW,2013,16,748,767 +ABW,2013,17,747,776 +ABW,2013,18,745,783 +ABW,2014,0,493,516 +ABW,2014,1,534,559 +ABW,2014,2,570,595 +ABW,2014,3,599,626 +ABW,2014,4,635,658 +ABW,2014,5,648,673 +ABW,2014,6,659,685 +ABW,2014,7,669,696 +ABW,2014,8,678,706 +ABW,2014,9,686,713 +ABW,2014,10,691,719 +ABW,2014,11,698,725 +ABW,2014,12,710,734 +ABW,2014,13,724,744 +ABW,2014,14,735,751 +ABW,2014,15,743,754 +ABW,2014,16,749,759 +ABW,2014,17,751,768 +ABW,2014,18,749,777 +ABW,2015,0,481,506 +ABW,2015,1,521,545 +ABW,2015,2,556,580 +ABW,2015,3,585,609 +ABW,2015,4,610,634 +ABW,2015,5,631,655 +ABW,2015,6,648,673 +ABW,2015,7,662,687 +ABW,2015,8,674,699 +ABW,2015,9,684,709 +ABW,2015,10,690,716 +ABW,2015,11,694,721 +ABW,2015,12,700,726 +ABW,2015,13,712,735 +ABW,2015,14,727,745 +ABW,2015,15,738,752 +ABW,2015,16,746,755 +ABW,2015,17,751,759 +ABW,2015,18,753,768 +ABW,2016,0,502,528 +ABW,2016,1,492,517 +ABW,2016,2,526,549 +ABW,2016,3,556,579 +ABW,2016,4,584,607 +ABW,2016,5,608,631 +ABW,2016,6,631,654 +ABW,2016,7,651,675 +ABW,2016,8,668,691 +ABW,2016,9,680,703 +ABW,2016,10,688,711 +ABW,2016,11,694,718 +ABW,2016,12,697,723 +ABW,2016,13,703,728 +ABW,2016,14,715,737 +ABW,2016,15,729,747 +ABW,2016,16,740,753 +ABW,2016,17,748,756 +ABW,2016,18,753,761 +ABW,2017,0,547,575 +ABW,2017,1,548,574 +ABW,2017,2,503,527 +ABW,2017,3,529,552 +ABW,2017,4,555,578 +ABW,2017,5,581,603 +ABW,2017,6,605,627 +ABW,2017,7,629,651 +ABW,2017,8,653,675 +ABW,2017,9,672,694 +ABW,2017,10,684,706 +ABW,2017,11,690,713 +ABW,2017,12,696,719 +ABW,2017,13,699,723 +ABW,2017,14,705,729 +ABW,2017,15,716,737 +ABW,2017,16,731,747 +ABW,2017,17,741,753 +ABW,2017,18,749,756 +ABW,2018,0,604,633 +ABW,2018,1,577,604 +ABW,2018,2,560,585 +ABW,2018,3,512,536 +ABW,2018,4,532,554 +ABW,2018,5,554,576 +ABW,2018,6,577,599 +ABW,2018,7,602,623 +ABW,2018,8,627,648 +ABW,2018,9,655,675 +ABW,2018,10,676,696 +ABW,2018,11,687,708 +ABW,2018,12,692,713 +ABW,2018,13,697,719 +ABW,2018,14,700,723 +ABW,2018,15,706,728 +ABW,2018,16,717,736 +ABW,2018,17,731,746 +ABW,2018,18,741,752 +ABW,2019,0,700,700 +ABW,2019,1,600,600 +ABW,2019,2,600,600 +ABW,2019,3,500,600 +ABW,2019,4,500,500 +ABW,2019,5,500,600 +ABW,2019,6,600,600 +ABW,2019,7,600,600 +ABW,2019,8,600,600 +ABW,2019,9,600,600 +ABW,2019,10,700,700 +ABW,2019,11,700,700 +ABW,2019,12,700,700 +ABW,2019,13,700,700 +ABW,2019,14,700,700 +ABW,2019,15,700,700 +ABW,2019,16,700,700 +ABW,2019,17,700,700 +ABW,2019,18,700,700 +ABW,2020,0,700,700 +ABW,2020,1,600,700 +ABW,2020,2,600,600 +ABW,2020,3,600,600 +ABW,2020,4,500,600 +ABW,2020,5,500,600 +ABW,2020,6,500,600 +ABW,2020,7,600,600 +ABW,2020,8,600,600 +ABW,2020,9,600,600 +ABW,2020,10,600,600 +ABW,2020,11,700,700 +ABW,2020,12,700,700 +ABW,2020,13,700,700 +ABW,2020,14,700,700 +ABW,2020,15,700,700 +ABW,2020,16,700,700 +ABW,2020,17,700,700 +ABW,2020,18,700,700 +ABW,2021,0,700,700 +ABW,2021,1,700,700 +ABW,2021,2,600,600 +ABW,2021,3,600,600 +ABW,2021,4,600,600 +ABW,2021,5,500,600 +ABW,2021,6,500,600 +ABW,2021,7,500,600 +ABW,2021,8,600,600 +ABW,2021,9,600,600 +ABW,2021,10,600,600 +ABW,2021,11,600,600 +ABW,2021,12,700,700 +ABW,2021,13,700,700 +ABW,2021,14,700,700 +ABW,2021,15,700,700 +ABW,2021,16,700,700 +ABW,2021,17,700,700 +ABW,2021,18,700,700 +ABW,2022,0,700,700 +ABW,2022,1,600,700 +ABW,2022,2,700,700 +ABW,2022,3,600,600 +ABW,2022,4,600,600 +ABW,2022,5,600,600 +ABW,2022,6,600,600 +ABW,2022,7,500,600 +ABW,2022,8,500,600 +ABW,2022,9,600,600 +ABW,2022,10,600,600 +ABW,2022,11,600,600 +ABW,2022,12,600,600 +ABW,2022,13,700,700 +ABW,2022,14,700,700 +ABW,2022,15,700,700 +ABW,2022,16,700,700 +ABW,2022,17,700,700 +ABW,2022,18,700,700 +ABW,2023,0,600,700 +ABW,2023,1,600,700 +ABW,2023,2,600,600 +ABW,2023,3,600,700 +ABW,2023,4,600,600 +ABW,2023,5,600,600 +ABW,2023,6,600,600 +ABW,2023,7,600,600 +ABW,2023,8,600,600 +ABW,2023,9,500,600 +ABW,2023,10,600,600 +ABW,2023,11,600,600 +ABW,2023,12,600,600 +ABW,2023,13,600,600 +ABW,2023,14,700,700 +ABW,2023,15,700,700 +ABW,2023,16,700,700 +ABW,2023,17,700,700 +ABW,2023,18,700,700 +ABW,2024,0,600,600 +ABW,2024,1,600,700 +ABW,2024,2,600,700 +ABW,2024,3,600,600 +ABW,2024,4,600,700 +ABW,2024,5,600,600 +ABW,2024,6,600,600 +ABW,2024,7,600,600 +ABW,2024,8,600,600 +ABW,2024,9,600,600 +ABW,2024,10,500,600 +ABW,2024,11,500,600 +ABW,2024,12,600,600 +ABW,2024,13,600,600 +ABW,2024,14,600,600 +ABW,2024,15,700,700 +ABW,2024,16,700,700 +ABW,2024,17,700,700 +ABW,2024,18,700,700 +ABW,2025,0,600,600 +ABW,2025,1,600,700 +ABW,2025,2,600,700 +ABW,2025,3,600,700 +ABW,2025,4,600,700 +ABW,2025,5,600,600 +ABW,2025,6,600,600 +ABW,2025,7,600,600 +ABW,2025,8,600,600 +ABW,2025,9,600,600 +ABW,2025,10,600,600 +ABW,2025,11,600,600 +ABW,2025,12,500,600 +ABW,2025,13,600,600 +ABW,2025,14,600,600 +ABW,2025,15,600,600 +ABW,2025,16,700,700 +ABW,2025,17,700,700 +ABW,2025,18,700,700 +ABW,2026,0,600,600 +ABW,2026,1,600,600 +ABW,2026,2,600,700 +ABW,2026,3,600,700 +ABW,2026,4,600,700 +ABW,2026,5,600,700 +ABW,2026,6,600,600 +ABW,2026,7,600,600 +ABW,2026,8,600,600 +ABW,2026,9,600,600 +ABW,2026,10,600,600 +ABW,2026,11,600,600 +ABW,2026,12,600,600 +ABW,2026,13,600,600 +ABW,2026,14,600,600 +ABW,2026,15,600,600 +ABW,2026,16,600,600 +ABW,2026,17,700,700 +ABW,2026,18,700,700 +ABW,2027,0,600,600 +ABW,2027,1,600,700 +ABW,2027,2,600,600 +ABW,2027,3,600,700 +ABW,2027,4,600,700 +ABW,2027,5,600,700 +ABW,2027,6,600,700 +ABW,2027,7,600,600 +ABW,2027,8,600,600 +ABW,2027,9,600,600 +ABW,2027,10,600,600 +ABW,2027,11,600,600 +ABW,2027,12,600,600 +ABW,2027,13,600,600 +ABW,2027,14,600,600 +ABW,2027,15,600,600 +ABW,2027,16,600,600 +ABW,2027,17,600,600 +ABW,2027,18,700,700 +ABW,2028,0,600,700 +ABW,2028,1,600,700 +ABW,2028,2,600,700 +ABW,2028,3,600,700 +ABW,2028,4,600,700 +ABW,2028,5,600,700 +ABW,2028,6,600,700 +ABW,2028,7,600,700 +ABW,2028,8,600,600 +ABW,2028,9,600,600 +ABW,2028,10,600,600 +ABW,2028,11,600,600 +ABW,2028,12,600,600 +ABW,2028,13,600,600 +ABW,2028,14,600,600 +ABW,2028,15,600,600 +ABW,2028,16,600,600 +ABW,2028,17,600,600 +ABW,2028,18,600,600 +ABW,2029,0,600,700 +ABW,2029,1,600,700 +ABW,2029,2,600,700 +ABW,2029,3,600,700 +ABW,2029,4,600,700 +ABW,2029,5,600,700 +ABW,2029,6,600,700 +ABW,2029,7,600,700 +ABW,2029,8,600,600 +ABW,2029,9,600,600 +ABW,2029,10,600,600 +ABW,2029,11,600,600 +ABW,2029,12,600,600 +ABW,2029,13,600,600 +ABW,2029,14,600,600 +ABW,2029,15,600,600 +ABW,2029,16,600,600 +ABW,2029,17,600,600 +ABW,2029,18,600,600 +ABW,2030,0,700,700 +ABW,2030,1,600,700 +ABW,2030,2,600,700 +ABW,2030,3,600,700 +ABW,2030,4,600,700 +ABW,2030,5,600,700 +ABW,2030,6,600,700 +ABW,2030,7,600,700 +ABW,2030,8,600,700 +ABW,2030,9,600,600 +ABW,2030,10,600,600 +ABW,2030,11,600,600 +ABW,2030,12,600,600 +ABW,2030,13,600,600 +ABW,2030,14,600,600 +ABW,2030,15,600,600 +ABW,2030,16,600,600 +ABW,2030,17,600,600 +ABW,2030,18,600,600 +ABW,2031,0,700,700 +ABW,2031,1,700,700 +ABW,2031,2,700,700 +ABW,2031,3,600,700 +ABW,2031,4,600,700 +ABW,2031,5,600,700 +ABW,2031,6,600,700 +ABW,2031,7,600,700 +ABW,2031,8,600,700 +ABW,2031,9,600,700 +ABW,2031,10,600,600 +ABW,2031,11,600,600 +ABW,2031,12,600,600 +ABW,2031,13,600,600 +ABW,2031,14,600,600 +ABW,2031,15,600,600 +ABW,2031,16,600,600 +ABW,2031,17,600,600 +ABW,2031,18,600,600 +ABW,2032,0,700,700 +ABW,2032,1,700,700 +ABW,2032,2,700,700 +ABW,2032,3,700,700 +ABW,2032,4,600,700 +ABW,2032,5,600,700 +ABW,2032,6,600,700 +ABW,2032,7,600,700 +ABW,2032,8,600,700 +ABW,2032,9,600,700 +ABW,2032,10,600,700 +ABW,2032,11,600,600 +ABW,2032,12,600,600 +ABW,2032,13,600,600 +ABW,2032,14,600,600 +ABW,2032,15,600,600 +ABW,2032,16,600,600 +ABW,2032,17,600,600 +ABW,2032,18,600,600 +ABW,2033,0,700,700 +ABW,2033,1,700,700 +ABW,2033,2,700,700 +ABW,2033,3,700,700 +ABW,2033,4,700,700 +ABW,2033,5,600,700 +ABW,2033,6,600,700 +ABW,2033,7,600,700 +ABW,2033,8,600,700 +ABW,2033,9,600,700 +ABW,2033,10,600,700 +ABW,2033,11,600,700 +ABW,2033,12,600,600 +ABW,2033,13,600,600 +ABW,2033,14,600,600 +ABW,2033,15,600,600 +ABW,2033,16,600,600 +ABW,2033,17,600,600 +ABW,2033,18,600,600 +ABW,2034,0,600,700 +ABW,2034,1,600,700 +ABW,2034,2,600,700 +ABW,2034,3,700,700 +ABW,2034,4,700,700 +ABW,2034,5,700,700 +ABW,2034,6,600,700 +ABW,2034,7,600,700 +ABW,2034,8,600,700 +ABW,2034,9,600,700 +ABW,2034,10,600,700 +ABW,2034,11,600,700 +ABW,2034,12,600,700 +ABW,2034,13,600,600 +ABW,2034,14,600,600 +ABW,2034,15,600,600 +ABW,2034,16,600,600 +ABW,2034,17,600,600 +ABW,2034,18,600,600 +ABW,2035,0,600,700 +ABW,2035,1,600,700 +ABW,2035,2,600,700 +ABW,2035,3,600,700 +ABW,2035,4,700,700 +ABW,2035,5,700,700 +ABW,2035,6,700,700 +ABW,2035,7,600,700 +ABW,2035,8,600,700 +ABW,2035,9,600,700 +ABW,2035,10,600,700 +ABW,2035,11,600,700 +ABW,2035,12,600,700 +ABW,2035,13,600,700 +ABW,2035,14,600,600 +ABW,2035,15,600,600 +ABW,2035,16,600,600 +ABW,2035,17,600,600 +ABW,2035,18,600,600 +ABW,2036,0,600,700 +ABW,2036,1,600,700 +ABW,2036,2,600,700 +ABW,2036,3,600,700 +ABW,2036,4,700,700 +ABW,2036,5,700,700 +ABW,2036,6,700,700 +ABW,2036,7,700,700 +ABW,2036,8,700,700 +ABW,2036,9,600,700 +ABW,2036,10,600,700 +ABW,2036,11,600,700 +ABW,2036,12,600,700 +ABW,2036,13,600,700 +ABW,2036,14,600,700 +ABW,2036,15,600,600 +ABW,2036,16,600,600 +ABW,2036,17,600,600 +ABW,2036,18,600,600 +ABW,2037,0,600,600 +ABW,2037,1,600,700 +ABW,2037,2,600,700 +ABW,2037,3,600,700 +ABW,2037,4,600,700 +ABW,2037,5,700,700 +ABW,2037,6,700,700 +ABW,2037,7,700,700 +ABW,2037,8,700,700 +ABW,2037,9,700,700 +ABW,2037,10,700,700 +ABW,2037,11,600,700 +ABW,2037,12,600,700 +ABW,2037,13,600,700 +ABW,2037,14,600,700 +ABW,2037,15,600,700 +ABW,2037,16,600,600 +ABW,2037,17,600,600 +ABW,2037,18,600,600 +ABW,2038,0,600,600 +ABW,2038,1,600,700 +ABW,2038,2,600,700 +ABW,2038,3,600,700 +ABW,2038,4,600,700 +ABW,2038,5,600,700 +ABW,2038,6,700,700 +ABW,2038,7,700,700 +ABW,2038,8,700,700 +ABW,2038,9,700,700 +ABW,2038,10,700,700 +ABW,2038,11,700,700 +ABW,2038,12,600,700 +ABW,2038,13,600,700 +ABW,2038,14,600,700 +ABW,2038,15,600,700 +ABW,2038,16,600,700 +ABW,2038,17,600,600 +ABW,2038,18,600,600 +ABW,2039,0,600,600 +ABW,2039,1,600,600 +ABW,2039,2,600,700 +ABW,2039,3,600,700 +ABW,2039,4,600,700 +ABW,2039,5,600,700 +ABW,2039,6,600,700 +ABW,2039,7,700,700 +ABW,2039,8,700,700 +ABW,2039,9,700,700 +ABW,2039,10,700,700 +ABW,2039,11,700,700 +ABW,2039,12,700,700 +ABW,2039,13,600,700 +ABW,2039,14,600,700 +ABW,2039,15,600,700 +ABW,2039,16,600,700 +ABW,2039,17,600,700 +ABW,2039,18,600,600 +ABW,2040,0,600,600 +ABW,2040,1,600,600 +ABW,2040,2,600,600 +ABW,2040,3,600,700 +ABW,2040,4,600,700 +ABW,2040,5,600,700 +ABW,2040,6,600,700 +ABW,2040,7,600,700 +ABW,2040,8,700,700 +ABW,2040,9,700,700 +ABW,2040,10,700,700 +ABW,2040,11,700,700 +ABW,2040,12,700,700 +ABW,2040,13,700,700 +ABW,2040,14,600,700 +ABW,2040,15,600,700 +ABW,2040,16,600,700 +ABW,2040,17,600,700 +ABW,2040,18,600,700 +ABW,2041,0,600,600 +ABW,2041,1,600,600 +ABW,2041,2,600,600 +ABW,2041,3,600,600 +ABW,2041,4,600,700 +ABW,2041,5,600,700 +ABW,2041,6,600,700 +ABW,2041,7,600,700 +ABW,2041,8,700,700 +ABW,2041,9,700,700 +ABW,2041,10,700,700 +ABW,2041,11,700,700 +ABW,2041,12,700,700 +ABW,2041,13,700,700 +ABW,2041,14,700,700 +ABW,2041,15,600,700 +ABW,2041,16,600,700 +ABW,2041,17,600,700 +ABW,2041,18,600,700 +ABW,2042,0,600,600 +ABW,2042,1,600,600 +ABW,2042,2,600,600 +ABW,2042,3,600,600 +ABW,2042,4,600,600 +ABW,2042,5,600,700 +ABW,2042,6,600,700 +ABW,2042,7,600,700 +ABW,2042,8,600,700 +ABW,2042,9,700,700 +ABW,2042,10,700,700 +ABW,2042,11,700,700 +ABW,2042,12,700,700 +ABW,2042,13,700,700 +ABW,2042,14,700,700 +ABW,2042,15,700,700 +ABW,2042,16,700,700 +ABW,2042,17,600,700 +ABW,2042,18,600,700 +ABW,2043,0,600,600 +ABW,2043,1,600,600 +ABW,2043,2,600,600 +ABW,2043,3,600,600 +ABW,2043,4,600,600 +ABW,2043,5,600,600 +ABW,2043,6,600,700 +ABW,2043,7,600,700 +ABW,2043,8,600,700 +ABW,2043,9,600,700 +ABW,2043,10,700,700 +ABW,2043,11,700,700 +ABW,2043,12,700,700 +ABW,2043,13,700,700 +ABW,2043,14,700,700 +ABW,2043,15,700,700 +ABW,2043,16,700,700 +ABW,2043,17,700,700 +ABW,2043,18,600,700 +ABW,2044,0,600,600 +ABW,2044,1,600,600 +ABW,2044,2,600,600 +ABW,2044,3,600,600 +ABW,2044,4,600,600 +ABW,2044,5,600,600 +ABW,2044,6,600,600 +ABW,2044,7,600,700 +ABW,2044,8,600,700 +ABW,2044,9,600,700 +ABW,2044,10,600,700 +ABW,2044,11,700,700 +ABW,2044,12,700,700 +ABW,2044,13,700,700 +ABW,2044,14,700,700 +ABW,2044,15,700,700 +ABW,2044,16,700,700 +ABW,2044,17,700,700 +ABW,2044,18,700,700 +ABW,2045,0,600,600 +ABW,2045,1,600,600 +ABW,2045,2,600,600 +ABW,2045,3,600,600 +ABW,2045,4,600,600 +ABW,2045,5,600,600 +ABW,2045,6,600,600 +ABW,2045,7,600,600 +ABW,2045,8,600,700 +ABW,2045,9,600,700 +ABW,2045,10,600,700 +ABW,2045,11,600,700 +ABW,2045,12,700,700 +ABW,2045,13,700,700 +ABW,2045,14,700,700 +ABW,2045,15,700,700 +ABW,2045,16,700,700 +ABW,2045,17,700,700 +ABW,2045,18,700,700 +ABW,2046,0,600,600 +ABW,2046,1,600,600 +ABW,2046,2,600,600 +ABW,2046,3,600,600 +ABW,2046,4,600,600 +ABW,2046,5,600,600 +ABW,2046,6,600,600 +ABW,2046,7,600,600 +ABW,2046,8,600,600 +ABW,2046,9,600,700 +ABW,2046,10,600,700 +ABW,2046,11,600,700 +ABW,2046,12,600,700 +ABW,2046,13,700,700 +ABW,2046,14,700,700 +ABW,2046,15,700,700 +ABW,2046,16,700,700 +ABW,2046,17,700,700 +ABW,2046,18,700,700 +ABW,2047,0,600,600 +ABW,2047,1,600,600 +ABW,2047,2,600,600 +ABW,2047,3,600,600 +ABW,2047,4,600,600 +ABW,2047,5,600,600 +ABW,2047,6,600,600 +ABW,2047,7,600,600 +ABW,2047,8,600,600 +ABW,2047,9,600,600 +ABW,2047,10,600,700 +ABW,2047,11,600,700 +ABW,2047,12,600,700 +ABW,2047,13,600,700 +ABW,2047,14,700,700 +ABW,2047,15,700,700 +ABW,2047,16,700,700 +ABW,2047,17,700,700 +ABW,2047,18,700,700 +ABW,2048,0,600,600 +ABW,2048,1,600,600 +ABW,2048,2,600,600 +ABW,2048,3,600,600 +ABW,2048,4,600,600 +ABW,2048,5,600,600 +ABW,2048,6,600,600 +ABW,2048,7,600,600 +ABW,2048,8,600,600 +ABW,2048,9,600,600 +ABW,2048,10,600,600 +ABW,2048,11,600,700 +ABW,2048,12,600,700 +ABW,2048,13,600,700 +ABW,2048,14,600,700 +ABW,2048,15,700,700 +ABW,2048,16,700,700 +ABW,2048,17,700,700 +ABW,2048,18,700,700 +ABW,2049,0,600,600 +ABW,2049,1,600,600 +ABW,2049,2,600,600 +ABW,2049,3,600,600 +ABW,2049,4,600,600 +ABW,2049,5,600,600 +ABW,2049,6,600,600 +ABW,2049,7,600,600 +ABW,2049,8,600,600 +ABW,2049,9,600,600 +ABW,2049,10,600,600 +ABW,2049,11,600,600 +ABW,2049,12,600,700 +ABW,2049,13,600,700 +ABW,2049,14,600,700 +ABW,2049,15,600,700 +ABW,2049,16,700,700 +ABW,2049,17,700,700 +ABW,2049,18,700,700 +ABW,2050,0,600,600 +ABW,2050,1,600,600 +ABW,2050,2,600,600 +ABW,2050,3,600,600 +ABW,2050,4,600,600 +ABW,2050,5,600,600 +ABW,2050,6,600,600 +ABW,2050,7,600,600 +ABW,2050,8,600,600 +ABW,2050,9,600,600 +ABW,2050,10,600,600 +ABW,2050,11,600,600 +ABW,2050,12,600,600 +ABW,2050,13,600,700 +ABW,2050,14,600,700 +ABW,2050,15,600,700 +ABW,2050,16,700,700 +ABW,2050,17,700,700 +ABW,2050,18,700,700 +AFG,1990,0,258415,269599 +AFG,1990,1,246096,257294 +AFG,1990,2,234746,245967 +AFG,1990,3,224284,235534 +AFG,1990,4,214630,225911 +AFG,1990,5,205707,217012 +AFG,1990,6,197432,208753 +AFG,1990,7,189728,201049 +AFG,1990,8,182515,193815 +AFG,1990,9,175713,186966 +AFG,1990,10,169354,180541 +AFG,1990,11,163473,174578 +AFG,1990,12,157426,168377 +AFG,1990,13,150909,161608 +AFG,1990,14,144181,154554 +AFG,1990,15,137797,147830 +AFG,1990,16,131640,141312 +AFG,1990,17,125824,135109 +AFG,1990,18,120459,129337 +AFG,1991,0,273916,286375 +AFG,1991,1,262961,276503 +AFG,1991,2,250665,264242 +AFG,1991,3,239364,252950 +AFG,1991,4,228967,242536 +AFG,1991,5,219382,232911 +AFG,1991,6,210540,224000 +AFG,1991,7,202374,215727 +AFG,1991,8,194680,207928 +AFG,1991,9,187321,200483 +AFG,1991,10,180275,193347 +AFG,1991,11,173683,186634 +AFG,1991,12,167556,180366 +AFG,1991,13,161306,173885 +AFG,1991,14,154668,166890 +AFG,1991,15,147869,159646 +AFG,1991,16,141399,152721 +AFG,1991,17,135151,145999 +AFG,1991,18,129243,139603 +AFG,1992,0,299873,314981 +AFG,1992,1,284728,300518 +AFG,1992,2,271776,288467 +AFG,1992,3,259304,276027 +AFG,1992,4,247869,264562 +AFG,1992,5,237366,253977 +AFG,1992,6,227693,244175 +AFG,1992,7,218791,235087 +AFG,1992,8,210601,226649 +AFG,1992,9,202791,218613 +AFG,1992,10,195167,210821 +AFG,1992,11,187762,203268 +AFG,1992,12,180831,196142 +AFG,1992,13,174358,189455 +AFG,1992,14,167804,182577 +AFG,1992,15,160936,175228 +AFG,1992,16,153957,167661 +AFG,1992,17,147295,160407 +AFG,1992,18,140855,153358 +AFG,1993,0,330535,348529 +AFG,1993,1,313352,332436 +AFG,1993,2,297678,317584 +AFG,1993,3,281497,301348 +AFG,1993,4,268811,288696 +AFG,1993,5,257208,277030 +AFG,1993,6,246570,266246 +AFG,1993,7,236781,256239 +AFG,1993,8,227792,246952 +AFG,1993,9,219554,238326 +AFG,1993,10,211606,230028 +AFG,1993,11,203691,221864 +AFG,1993,12,195901,213867 +AFG,1993,13,188605,206305 +AFG,1993,14,181762,199173 +AFG,1993,15,174880,191873 +AFG,1993,16,167760,184145 +AFG,1993,17,160578,176232 +AFG,1993,18,153703,168626 +AFG,1994,0,358351,378050 +AFG,1994,1,339253,360314 +AFG,1994,2,321858,343952 +AFG,1994,3,306033,328861 +AFG,1994,4,288887,311135 +AFG,1994,5,276095,298406 +AFG,1994,6,264423,286662 +AFG,1994,7,253741,275793 +AFG,1994,8,243919,265688 +AFG,1994,9,234921,256299 +AFG,1994,10,226707,247575 +AFG,1994,11,218687,239103 +AFG,1994,12,210547,230651 +AFG,1994,13,202434,222290 +AFG,1994,14,194832,214367 +AFG,1994,15,187675,206863 +AFG,1994,16,180521,199213 +AFG,1994,17,173207,191187 +AFG,1994,18,165883,183007 +AFG,1995,0,378248,397708 +AFG,1995,1,357690,378529 +AFG,1995,2,338978,360893 +AFG,1995,3,321972,344684 +AFG,1995,4,306530,329788 +AFG,1995,5,292513,316092 +AFG,1995,6,279779,303479 +AFG,1995,7,268188,291835 +AFG,1995,8,257598,281046 +AFG,1995,9,247871,270997 +AFG,1995,10,238977,261649 +AFG,1995,11,230892,252962 +AFG,1995,12,222904,244446 +AFG,1995,13,214645,235836 +AFG,1995,14,206316,227242 +AFG,1995,15,198509,219083 +AFG,1995,16,191132,211325 +AFG,1995,17,183800,203447 +AFG,1995,18,176388,195246 +AFG,1996,0,402557,423136 +AFG,1996,1,376871,396461 +AFG,1996,2,357004,377796 +AFG,1996,3,338870,360666 +AFG,1996,4,322327,344938 +AFG,1996,5,307239,330481 +AFG,1996,6,293486,317200 +AFG,1996,7,280951,305003 +AFG,1996,8,269390,293558 +AFG,1996,9,258618,282654 +AFG,1996,10,248563,272277 +AFG,1996,11,239315,262598 +AFG,1996,12,230837,253548 +AFG,1996,13,222481,244667 +AFG,1996,14,213927,235729 +AFG,1996,15,205362,226840 +AFG,1996,16,197303,218364 +AFG,1996,17,189659,210273 +AFG,1996,18,182185,202151 +AFG,1997,0,418506,438162 +AFG,1997,1,394962,415029 +AFG,1997,2,370661,389154 +AFG,1997,3,351748,371292 +AFG,1997,4,334427,354936 +AFG,1997,5,318565,339935 +AFG,1997,6,304026,326141 +AFG,1997,7,290716,313483 +AFG,1997,8,278544,301892 +AFG,1997,9,267159,290823 +AFG,1997,10,256342,279969 +AFG,1997,11,246085,269419 +AFG,1997,12,236597,259552 +AFG,1997,13,227830,250273 +AFG,1997,14,219209,241158 +AFG,1997,15,210466,232026 +AFG,1997,16,201773,222973 +AFG,1997,17,193563,214306 +AFG,1997,18,185746,206003 +AFG,1998,0,429267,447257 +AFG,1998,1,405023,422702 +AFG,1998,2,382964,400596 +AFG,1998,3,362442,379416 +AFG,1998,4,344578,362465 +AFG,1998,5,328162,346979 +AFG,1998,6,313062,332793 +AFG,1998,7,299148,319744 +AFG,1998,8,286352,307784 +AFG,1998,9,274606,296867 +AFG,1998,10,263461,286241 +AFG,1998,11,252658,275507 +AFG,1998,12,242258,264854 +AFG,1998,13,232584,254864 +AFG,1998,14,223580,245420 +AFG,1998,15,214745,236133 +AFG,1998,16,205864,226867 +AFG,1998,17,197091,217710 +AFG,1998,18,188778,208910 +AFG,1999,0,439554,456858 +AFG,1999,1,415232,431503 +AFG,1999,2,392989,408695 +AFG,1999,3,372670,388215 +AFG,1999,4,355208,371070 +AFG,1999,5,338338,354961 +AFG,1999,6,322775,340281 +AFG,1999,7,308392,326853 +AFG,1999,8,295061,314495 +AFG,1999,9,282741,303184 +AFG,1999,10,271388,292895 +AFG,1999,11,260452,282671 +AFG,1999,12,249637,272020 +AFG,1999,13,239070,261229 +AFG,1999,14,229190,251086 +AFG,1999,15,219929,241446 +AFG,1999,16,210861,231959 +AFG,1999,17,201821,222531 +AFG,1999,18,192948,213241 +AFG,2000,0,452431,471059 +AFG,2000,1,428688,445651 +AFG,2000,2,406743,422636 +AFG,2000,3,386472,401818 +AFG,2000,4,367750,382999 +AFG,2000,5,350453,365982 +AFG,2000,6,334457,350571 +AFG,2000,7,319637,336569 +AFG,2000,8,305869,323779 +AFG,2000,9,293029,312003 +AFG,2000,10,281098,301241 +AFG,2000,11,270057,291490 +AFG,2000,12,259254,281577 +AFG,2000,13,248353,270915 +AFG,2000,14,237546,259893 +AFG,2000,15,227391,249509 +AFG,2000,16,217811,239590 +AFG,2000,17,208446,229819 +AFG,2000,18,199186,220147 +AFG,2001,0,461460,481869 +AFG,2001,1,445941,464933 +AFG,2001,2,423791,441222 +AFG,2001,3,403030,419412 +AFG,2001,4,383600,399386 +AFG,2001,5,365441,381028 +AFG,2001,6,348427,364143 +AFG,2001,7,332430,348535 +AFG,2001,8,317727,334482 +AFG,2001,9,304391,322023 +AFG,2001,10,292162,310808 +AFG,2001,11,280676,300427 +AFG,2001,12,269968,290945 +AFG,2001,13,259502,281341 +AFG,2001,14,248960,271056 +AFG,2001,15,238503,260438 +AFG,2001,16,228655,250423 +AFG,2001,17,219369,240858 +AFG,2001,18,210130,231331 +AFG,2002,0,472676,496831 +AFG,2002,1,453119,474798 +AFG,2002,2,442477,462674 +AFG,2002,3,421765,440459 +AFG,2002,4,402045,419669 +AFG,2002,5,383322,400268 +AFG,2002,6,365601,382218 +AFG,2002,7,348754,365324 +AFG,2002,8,332650,349391 +AFG,2002,9,317964,335169 +AFG,2002,10,304968,322939 +AFG,2002,11,293266,312189 +AFG,2002,12,282145,302103 +AFG,2002,13,271698,292811 +AFG,2002,14,261497,283434 +AFG,2002,15,251242,273440 +AFG,2002,16,241063,263138 +AFG,2002,17,231455,253407 +AFG,2002,18,222400,244116 +AFG,2003,0,484508,512890 +AFG,2003,1,467749,493459 +AFG,2003,2,450772,474300 +AFG,2003,3,440105,461638 +AFG,2003,4,420787,440872 +AFG,2003,5,402064,421055 +AFG,2003,6,384006,402232 +AFG,2003,7,366681,384444 +AFG,2003,8,349959,367495 +AFG,2003,9,333707,351191 +AFG,2003,10,319002,336762 +AFG,2003,11,306315,324729 +AFG,2003,12,295113,314420 +AFG,2003,13,284333,304603 +AFG,2003,14,274120,295478 +AFG,2003,15,264161,286305 +AFG,2003,16,254169,276577 +AFG,2003,17,244243,266565 +AFG,2003,18,234853,257095 +AFG,2004,0,495002,526132 +AFG,2004,1,480803,509353 +AFG,2004,2,465754,492069 +AFG,2004,3,450028,474434 +AFG,2004,4,436741,459037 +AFG,2004,5,418868,439799 +AFG,2004,6,401190,421030 +AFG,2004,7,383840,402852 +AFG,2004,8,366953,385388 +AFG,2004,9,350395,368442 +AFG,2004,10,334029,351819 +AFG,2004,11,319337,337230 +AFG,2004,12,306990,325437 +AFG,2004,13,296316,315605 +AFG,2004,14,285902,306093 +AFG,2004,15,275948,297167 +AFG,2004,16,266254,288231 +AFG,2004,17,256549,278803 +AFG,2004,18,246901,269118 +AFG,2005,0,503067,534272 +AFG,2005,1,490733,519778 +AFG,2005,2,477200,504261 +AFG,2005,3,462665,487922 +AFG,2005,4,447328,470964 +AFG,2005,5,431387,453587 +AFG,2005,6,415040,435994 +AFG,2005,7,398486,418387 +AFG,2005,8,381924,400966 +AFG,2005,9,365551,383933 +AFG,2005,10,349231,367095 +AFG,2005,11,332827,350257 +AFG,2005,12,318215,335600 +AFG,2005,13,306264,324118 +AFG,2005,14,296167,314825 +AFG,2005,15,286166,305676 +AFG,2005,16,276516,297004 +AFG,2005,17,267131,288360 +AFG,2005,18,257757,279290 +AFG,2006,0,514035,544627 +AFG,2006,1,501099,531297 +AFG,2006,2,488833,517203 +AFG,2006,3,475526,502161 +AFG,2006,4,461320,486331 +AFG,2006,5,446361,469875 +AFG,2006,6,430887,453023 +AFG,2006,7,415136,436008 +AFG,2006,8,398784,418637 +AFG,2006,9,381788,400930 +AFG,2006,10,364573,383260 +AFG,2006,11,347498,365816 +AFG,2006,12,330359,348364 +AFG,2006,13,315041,333037 +AFG,2006,14,302478,320853 +AFG,2006,15,291863,310862 +AFG,2006,16,281342,301014 +AFG,2006,17,271147,291622 +AFG,2006,18,261541,282502 +AFG,2007,0,523082,550563 +AFG,2007,1,511456,538619 +AFG,2007,2,497155,525522 +AFG,2007,3,485005,511902 +AFG,2007,4,471976,497414 +AFG,2007,5,458156,482178 +AFG,2007,6,443634,466311 +AFG,2007,7,428689,450074 +AFG,2007,8,413596,433726 +AFG,2007,9,397511,416683 +AFG,2007,10,380148,398784 +AFG,2007,11,362158,380568 +AFG,2007,12,344394,362609 +AFG,2007,13,326586,344635 +AFG,2007,14,310621,328718 +AFG,2007,15,297494,315895 +AFG,2007,16,286403,305258 +AFG,2007,17,275402,294760 +AFG,2007,18,264701,284698 +AFG,2008,0,530525,553990 +AFG,2008,1,518534,542813 +AFG,2008,2,506093,530722 +AFG,2008,3,492479,518821 +AFG,2008,4,480464,505698 +AFG,2008,5,467731,491789 +AFG,2008,6,454316,477169 +AFG,2008,7,440252,461917 +AFG,2008,8,425856,446321 +AFG,2008,9,411442,430667 +AFG,2008,10,395646,413982 +AFG,2008,11,377943,395923 +AFG,2008,12,359208,377198 +AFG,2008,13,340785,358760 +AFG,2008,14,322338,340300 +AFG,2008,15,305752,323824 +AFG,2008,16,292083,310390 +AFG,2008,17,280534,299129 +AFG,2008,18,269072,288005 +AFG,2009,0,536798,557460 +AFG,2009,1,524869,547124 +AFG,2009,2,512833,536094 +AFG,2009,3,500645,524401 +AFG,2009,4,488610,513435 +AFG,2009,5,476709,500774 +AFG,2009,6,464252,487405 +AFG,2009,7,451218,473364 +AFG,2009,8,437588,458686 +AFG,2009,9,423716,443688 +AFG,2009,10,409955,428686 +AFG,2009,11,394422,412316 +AFG,2009,12,376352,394054 +AFG,2009,13,356845,374776 +AFG,2009,14,337735,355815 +AFG,2009,15,318621,336826 +AFG,2009,16,301391,319754 +AFG,2009,17,287160,305678 +AFG,2009,18,275137,293770 +AFG,2010,0,542129,562586 +AFG,2010,1,531183,553409 +AFG,2010,2,520209,543625 +AFG,2010,3,509133,533231 +AFG,2010,4,497881,522219 +AFG,2010,5,486379,510585 +AFG,2010,6,474553,498324 +AFG,2010,7,462329,485431 +AFG,2010,8,449633,471899 +AFG,2010,9,436392,457724 +AFG,2010,10,422998,443252 +AFG,2010,11,409844,428829 +AFG,2010,12,394522,412693 +AFG,2010,13,376025,394136 +AFG,2010,14,355679,374208 +AFG,2010,15,335817,354630 +AFG,2010,16,315972,335016 +AFG,2010,17,298038,317261 +AFG,2010,18,283197,302473 +AFG,2011,0,541144,561841 +AFG,2011,1,537251,557471 +AFG,2011,2,527222,548777 +AFG,2011,3,516933,539420 +AFG,2011,4,506348,529405 +AFG,2011,5,495432,518738 +AFG,2011,6,484108,507414 +AFG,2011,7,472298,495429 +AFG,2011,8,460179,482834 +AFG,2011,9,447801,469651 +AFG,2011,10,435002,455859 +AFG,2011,11,421951,441737 +AFG,2011,12,409071,427623 +AFG,2011,13,394037,411866 +AFG,2011,14,375855,393800 +AFG,2011,15,355824,374415 +AFG,2011,16,336246,355338 +AFG,2011,17,316681,336215 +AFG,2011,18,298876,318798 +AFG,2012,0,539409,562794 +AFG,2012,1,533957,557382 +AFG,2012,2,534315,555121 +AFG,2012,3,525165,546864 +AFG,2012,4,515521,537886 +AFG,2012,5,505387,528200 +AFG,2012,6,494767,517824 +AFG,2012,7,483579,506753 +AFG,2012,8,471743,494984 +AFG,2012,9,459686,482624 +AFG,2012,10,447581,469724 +AFG,2012,11,435177,456244 +AFG,2012,12,422421,442402 +AFG,2012,13,409767,428526 +AFG,2012,14,394966,413068 +AFG,2012,15,377034,395403 +AFG,2012,16,357244,376462 +AFG,2012,17,337880,357791 +AFG,2012,18,318523,339064 +AFG,2013,0,537539,564807 +AFG,2013,1,535469,561353 +AFG,2013,2,531963,556742 +AFG,2013,3,532320,554092 +AFG,2013,4,524034,546254 +AFG,2013,5,515021,537633 +AFG,2013,6,505321,528256 +AFG,2013,7,494979,518146 +AFG,2013,8,483908,507302 +AFG,2013,9,472025,495721 +AFG,2013,10,460008,483567 +AFG,2013,11,448154,470920 +AFG,2013,12,436124,457722 +AFG,2013,13,423641,444128 +AFG,2013,14,411192,430456 +AFG,2013,15,396598,415263 +AFG,2013,16,378885,397956 +AFG,2013,17,359301,379416 +AFG,2013,18,340116,361108 +AFG,2014,0,536553,567175 +AFG,2014,1,536969,565060 +AFG,2014,2,535560,561680 +AFG,2014,3,532449,557091 +AFG,2014,4,530052,552671 +AFG,2014,5,522638,545259 +AFG,2014,6,514261,537005 +AFG,2014,7,505002,527942 +AFG,2014,8,494943,518107 +AFG,2014,9,483996,507499 +AFG,2014,10,472071,496116 +AFG,2014,11,460100,484177 +AFG,2014,12,448505,471793 +AFG,2014,13,436856,458887 +AFG,2014,14,424653,445551 +AFG,2014,15,412416,432096 +AFG,2014,16,398037,417178 +AFG,2014,17,380552,400243 +AFG,2014,18,361185,382119 +AFG,2015,0,537333,569568 +AFG,2015,1,538589,567798 +AFG,2015,2,538047,564897 +AFG,2015,3,535829,560912 +AFG,2015,4,532054,555887 +AFG,2015,5,526841,549869 +AFG,2015,6,520313,542903 +AFG,2015,7,512588,535035 +AFG,2015,8,503787,526311 +AFG,2015,9,494030,516776 +AFG,2015,10,483225,506430 +AFG,2015,11,471280,495273 +AFG,2015,12,459377,483581 +AFG,2015,13,448061,471490 +AFG,2015,14,436814,458909 +AFG,2015,15,424914,445865 +AFG,2015,16,412910,432660 +AFG,2015,17,398772,418055 +AFG,2015,18,381546,401535 +AFG,2016,0,542779,575645 +AFG,2016,1,537854,569813 +AFG,2016,2,538176,567550 +AFG,2016,3,537161,564447 +AFG,2016,4,534837,560489 +AFG,2016,5,531233,555662 +AFG,2016,6,526489,550023 +AFG,2016,7,520745,543629 +AFG,2016,8,513476,536104 +AFG,2016,9,504492,527291 +AFG,2016,10,494151,517390 +AFG,2016,11,482929,506775 +AFG,2016,12,470635,495385 +AFG,2016,13,458390,483428 +AFG,2016,14,446769,471048 +AFG,2016,15,435258,458171 +AFG,2016,16,423088,444826 +AFG,2016,17,410799,431309 +AFG,2016,18,396527,416486 +AFG,2017,0,549973,581860 +AFG,2017,1,547307,577401 +AFG,2017,2,537340,568649 +AFG,2017,3,536726,565896 +AFG,2017,4,535237,562598 +AFG,2017,5,532812,558678 +AFG,2017,6,529387,554062 +AFG,2017,7,525122,548816 +AFG,2017,8,520175,543011 +AFG,2017,9,513378,535850 +AFG,2017,10,504226,526969 +AFG,2017,11,493320,516726 +AFG,2017,12,481701,505866 +AFG,2017,13,469082,494271 +AFG,2017,14,456518,482078 +AFG,2017,15,444615,469439 +AFG,2017,16,432861,456296 +AFG,2017,17,420444,442683 +AFG,2017,18,407892,428887 +AFG,2018,0,557981,587940 +AFG,2018,1,551777,581216 +AFG,2018,2,546330,575171 +AFG,2018,3,536250,566657 +AFG,2018,4,534701,563420 +AFG,2018,5,532741,559931 +AFG,2018,6,530217,556055 +AFG,2018,7,526976,551655 +AFG,2018,8,523193,546811 +AFG,2018,9,519048,541603 +AFG,2018,10,512729,534815 +AFG,2018,11,503420,525880 +AFG,2018,12,491961,515309 +AFG,2018,13,479958,504221 +AFG,2018,14,467027,492438 +AFG,2018,15,454158,480027 +AFG,2018,16,441986,467148 +AFG,2018,17,430001,453759 +AFG,2018,18,417350,439897 +AFG,2019,0,565000,593000 +AFG,2019,1,556000,585000 +AFG,2019,2,548000,577000 +AFG,2019,3,542000,571000 +AFG,2019,4,535000,565000 +AFG,2019,5,533000,561000 +AFG,2019,6,530000,557000 +AFG,2019,7,528000,553000 +AFG,2019,8,525000,549000 +AFG,2019,9,521000,545000 +AFG,2019,10,518000,540000 +AFG,2019,11,512000,534000 +AFG,2019,12,503000,525000 +AFG,2019,13,491000,514000 +AFG,2019,14,478000,503000 +AFG,2019,15,465000,491000 +AFG,2019,16,452000,478000 +AFG,2019,17,439000,465000 +AFG,2019,18,427000,451000 +AFG,2020,0,571000,598000 +AFG,2020,1,560000,588000 +AFG,2020,2,551000,580000 +AFG,2020,3,544000,573000 +AFG,2020,4,539000,568000 +AFG,2020,5,534000,563000 +AFG,2020,6,531000,559000 +AFG,2020,7,528000,555000 +AFG,2020,8,525000,551000 +AFG,2020,9,523000,547000 +AFG,2020,10,520000,543000 +AFG,2020,11,517000,539000 +AFG,2020,12,512000,533000 +AFG,2020,13,502000,524000 +AFG,2020,14,490000,513000 +AFG,2020,15,477000,501000 +AFG,2020,16,463000,489000 +AFG,2020,17,450000,476000 +AFG,2020,18,437000,463000 +AFG,2021,0,574000,601000 +AFG,2021,1,567000,595000 +AFG,2021,2,558000,586000 +AFG,2021,3,550000,579000 +AFG,2021,4,543000,572000 +AFG,2021,5,538000,567000 +AFG,2021,6,534000,562000 +AFG,2021,7,530000,558000 +AFG,2021,8,527000,554000 +AFG,2021,9,524000,550000 +AFG,2021,10,521000,546000 +AFG,2021,11,518000,542000 +AFG,2021,12,515000,537000 +AFG,2021,13,510000,531000 +AFG,2021,14,500000,522000 +AFG,2021,15,487000,510000 +AFG,2021,16,474000,499000 +AFG,2021,17,460000,486000 +AFG,2021,18,447000,473000 +AFG,2022,0,575000,603000 +AFG,2022,1,565000,594000 +AFG,2022,2,564000,591000 +AFG,2022,3,556000,584000 +AFG,2022,4,549000,577000 +AFG,2022,5,543000,572000 +AFG,2022,6,538000,566000 +AFG,2022,7,534000,562000 +AFG,2022,8,530000,557000 +AFG,2022,9,526000,553000 +AFG,2022,10,523000,549000 +AFG,2022,11,520000,545000 +AFG,2022,12,517000,541000 +AFG,2022,13,514000,536000 +AFG,2022,14,508000,530000 +AFG,2022,15,498000,520000 +AFG,2022,16,485000,509000 +AFG,2022,17,471000,496000 +AFG,2022,18,457000,484000 +AFG,2023,0,575000,604000 +AFG,2023,1,567000,596000 +AFG,2023,2,561000,590000 +AFG,2023,3,561000,589000 +AFG,2023,4,554000,582000 +AFG,2023,5,548000,576000 +AFG,2023,6,543000,571000 +AFG,2023,7,538000,566000 +AFG,2023,8,534000,562000 +AFG,2023,9,530000,557000 +AFG,2023,10,526000,552000 +AFG,2023,11,523000,548000 +AFG,2023,12,519000,544000 +AFG,2023,13,516000,540000 +AFG,2023,14,512000,535000 +AFG,2023,15,506000,529000 +AFG,2023,16,496000,519000 +AFG,2023,17,483000,507000 +AFG,2023,18,469000,494000 +AFG,2024,0,575000,605000 +AFG,2024,1,569000,599000 +AFG,2024,2,564000,593000 +AFG,2024,3,559000,588000 +AFG,2024,4,558000,586000 +AFG,2024,5,552000,580000 +AFG,2024,6,547000,575000 +AFG,2024,7,543000,571000 +AFG,2024,8,539000,566000 +AFG,2024,9,534000,561000 +AFG,2024,10,530000,556000 +AFG,2024,11,525000,552000 +AFG,2024,12,522000,548000 +AFG,2024,13,519000,544000 +AFG,2024,14,515000,539000 +AFG,2024,15,511000,534000 +AFG,2024,16,505000,527000 +AFG,2024,17,494000,517000 +AFG,2024,18,480000,505000 +AFG,2025,0,575000,605000 +AFG,2025,1,571000,601000 +AFG,2025,2,567000,596000 +AFG,2025,3,563000,591000 +AFG,2025,4,559000,587000 +AFG,2025,5,555000,583000 +AFG,2025,6,551000,579000 +AFG,2025,7,547000,574000 +AFG,2025,8,543000,570000 +AFG,2025,9,539000,566000 +AFG,2025,10,534000,561000 +AFG,2025,11,529000,556000 +AFG,2025,12,525000,551000 +AFG,2025,13,521000,547000 +AFG,2025,14,518000,543000 +AFG,2025,15,514000,538000 +AFG,2025,16,510000,533000 +AFG,2025,17,503000,526000 +AFG,2025,18,492000,516000 +AFG,2026,0,576000,606000 +AFG,2026,1,574000,604000 +AFG,2026,2,570000,599000 +AFG,2026,3,566000,595000 +AFG,2026,4,562000,591000 +AFG,2026,5,558000,586000 +AFG,2026,6,554000,582000 +AFG,2026,7,550000,578000 +AFG,2026,8,546000,574000 +AFG,2026,9,542000,569000 +AFG,2026,10,538000,565000 +AFG,2026,11,533000,560000 +AFG,2026,12,528000,555000 +AFG,2026,13,523000,550000 +AFG,2026,14,519000,545000 +AFG,2026,15,515000,541000 +AFG,2026,16,511000,536000 +AFG,2026,17,507000,531000 +AFG,2026,18,500000,523000 +AFG,2027,0,577000,607000 +AFG,2027,1,574000,604000 +AFG,2027,2,572000,602000 +AFG,2027,3,568000,598000 +AFG,2027,4,565000,594000 +AFG,2027,5,561000,590000 +AFG,2027,6,557000,586000 +AFG,2027,7,554000,582000 +AFG,2027,8,550000,577000 +AFG,2027,9,546000,573000 +AFG,2027,10,542000,569000 +AFG,2027,11,537000,564000 +AFG,2027,12,532000,559000 +AFG,2027,13,526000,553000 +AFG,2027,14,521000,548000 +AFG,2027,15,517000,543000 +AFG,2027,16,513000,539000 +AFG,2027,17,508000,534000 +AFG,2027,18,504000,528000 +AFG,2028,0,578000,608000 +AFG,2028,1,575000,605000 +AFG,2028,2,572000,602000 +AFG,2028,3,570000,600000 +AFG,2028,4,567000,596000 +AFG,2028,5,564000,592000 +AFG,2028,6,560000,589000 +AFG,2028,7,557000,585000 +AFG,2028,8,553000,581000 +AFG,2028,9,550000,577000 +AFG,2028,10,545000,573000 +AFG,2028,11,541000,568000 +AFG,2028,12,536000,563000 +AFG,2028,13,531000,558000 +AFG,2028,14,525000,552000 +AFG,2028,15,519000,547000 +AFG,2028,16,515000,542000 +AFG,2028,17,511000,537000 +AFG,2028,18,506000,531000 +AFG,2029,0,579000,609000 +AFG,2029,1,576000,606000 +AFG,2029,2,573000,603000 +AFG,2029,3,571000,600000 +AFG,2029,4,569000,598000 +AFG,2029,5,566000,595000 +AFG,2029,6,563000,591000 +AFG,2029,7,559000,588000 +AFG,2029,8,556000,584000 +AFG,2029,9,553000,580000 +AFG,2029,10,549000,576000 +AFG,2029,11,545000,572000 +AFG,2029,12,540000,567000 +AFG,2029,13,535000,562000 +AFG,2029,14,529000,557000 +AFG,2029,15,523000,551000 +AFG,2029,16,517000,545000 +AFG,2029,17,513000,540000 +AFG,2029,18,508000,535000 +AFG,2030,0,579000,609000 +AFG,2030,1,577000,607000 +AFG,2030,2,574000,604000 +AFG,2030,3,572000,602000 +AFG,2030,4,569000,599000 +AFG,2030,5,567000,596000 +AFG,2030,6,564000,593000 +AFG,2030,7,562000,590000 +AFG,2030,8,559000,587000 +AFG,2030,9,556000,583000 +AFG,2030,10,552000,580000 +AFG,2030,11,549000,576000 +AFG,2030,12,545000,571000 +AFG,2030,13,540000,567000 +AFG,2030,14,534000,562000 +AFG,2030,15,528000,556000 +AFG,2030,16,522000,550000 +AFG,2030,17,516000,544000 +AFG,2030,18,510000,538000 +AFG,2031,0,580000,610000 +AFG,2031,1,578000,608000 +AFG,2031,2,576000,606000 +AFG,2031,3,574000,603000 +AFG,2031,4,571000,601000 +AFG,2031,5,569000,598000 +AFG,2031,6,567000,596000 +AFG,2031,7,564000,593000 +AFG,2031,8,561000,590000 +AFG,2031,9,558000,586000 +AFG,2031,10,555000,583000 +AFG,2031,11,551000,579000 +AFG,2031,12,547000,575000 +AFG,2031,13,543000,570000 +AFG,2031,14,538000,565000 +AFG,2031,15,532000,560000 +AFG,2031,16,526000,554000 +AFG,2031,17,519000,547000 +AFG,2031,18,513000,541000 +AFG,2032,0,580000,610000 +AFG,2032,1,578000,608000 +AFG,2032,2,577000,606000 +AFG,2032,3,575000,604000 +AFG,2032,4,573000,602000 +AFG,2032,5,571000,600000 +AFG,2032,6,568000,597000 +AFG,2032,7,566000,595000 +AFG,2032,8,564000,592000 +AFG,2032,9,561000,589000 +AFG,2032,10,558000,586000 +AFG,2032,11,554000,582000 +AFG,2032,12,550000,578000 +AFG,2032,13,546000,574000 +AFG,2032,14,541000,569000 +AFG,2032,15,536000,564000 +AFG,2032,16,530000,558000 +AFG,2032,17,523000,552000 +AFG,2032,18,516000,545000 +AFG,2033,0,581000,611000 +AFG,2033,1,578000,608000 +AFG,2033,2,576000,606000 +AFG,2033,3,575000,605000 +AFG,2033,4,574000,603000 +AFG,2033,5,572000,601000 +AFG,2033,6,570000,599000 +AFG,2033,7,568000,597000 +AFG,2033,8,566000,594000 +AFG,2033,9,564000,592000 +AFG,2033,10,561000,589000 +AFG,2033,11,557000,585000 +AFG,2033,12,553000,581000 +AFG,2033,13,549000,577000 +AFG,2033,14,545000,572000 +AFG,2033,15,540000,568000 +AFG,2033,16,534000,562000 +AFG,2033,17,527000,556000 +AFG,2033,18,521000,550000 +AFG,2034,0,581000,611000 +AFG,2034,1,579000,609000 +AFG,2034,2,577000,607000 +AFG,2034,3,575000,605000 +AFG,2034,4,574000,604000 +AFG,2034,5,573000,602000 +AFG,2034,6,571000,600000 +AFG,2034,7,569000,598000 +AFG,2034,8,567000,596000 +AFG,2034,9,565000,594000 +AFG,2034,10,563000,591000 +AFG,2034,11,560000,588000 +AFG,2034,12,557000,585000 +AFG,2034,13,552000,580000 +AFG,2034,14,548000,576000 +AFG,2034,15,543000,571000 +AFG,2034,16,538000,566000 +AFG,2034,17,532000,560000 +AFG,2034,18,525000,554000 +AFG,2035,0,580000,610000 +AFG,2035,1,578000,608000 +AFG,2035,2,577000,607000 +AFG,2035,3,575000,605000 +AFG,2035,4,574000,604000 +AFG,2035,5,573000,602000 +AFG,2035,6,572000,601000 +AFG,2035,7,570000,599000 +AFG,2035,8,569000,597000 +AFG,2035,9,567000,595000 +AFG,2035,10,565000,593000 +AFG,2035,11,563000,591000 +AFG,2035,12,560000,588000 +AFG,2035,13,556000,584000 +AFG,2035,14,552000,580000 +AFG,2035,15,547000,575000 +AFG,2035,16,542000,570000 +AFG,2035,17,536000,565000 +AFG,2035,18,530000,559000 +AFG,2036,0,579000,610000 +AFG,2036,1,579000,609000 +AFG,2036,2,577000,607000 +AFG,2036,3,576000,606000 +AFG,2036,4,575000,604000 +AFG,2036,5,574000,603000 +AFG,2036,6,573000,602000 +AFG,2036,7,571000,600000 +AFG,2036,8,570000,599000 +AFG,2036,9,568000,597000 +AFG,2036,10,566000,595000 +AFG,2036,11,564000,592000 +AFG,2036,12,562000,590000 +AFG,2036,13,558000,586000 +AFG,2036,14,554000,582000 +AFG,2036,15,549000,578000 +AFG,2036,16,544000,573000 +AFG,2036,17,539000,568000 +AFG,2036,18,533000,562000 +AFG,2037,0,578000,609000 +AFG,2037,1,577000,607000 +AFG,2037,2,578000,607000 +AFG,2037,3,577000,606000 +AFG,2037,4,575000,605000 +AFG,2037,5,574000,604000 +AFG,2037,6,573000,603000 +AFG,2037,7,572000,601000 +AFG,2037,8,571000,600000 +AFG,2037,9,570000,598000 +AFG,2037,10,568000,596000 +AFG,2037,11,565000,594000 +AFG,2037,12,563000,591000 +AFG,2037,13,560000,589000 +AFG,2037,14,557000,585000 +AFG,2037,15,552000,581000 +AFG,2037,16,547000,576000 +AFG,2037,17,542000,571000 +AFG,2037,18,537000,566000 +AFG,2038,0,577000,607000 +AFG,2038,1,576000,606000 +AFG,2038,2,576000,606000 +AFG,2038,3,576000,606000 +AFG,2038,4,576000,605000 +AFG,2038,5,575000,604000 +AFG,2038,6,574000,603000 +AFG,2038,7,573000,602000 +AFG,2038,8,572000,601000 +AFG,2038,9,571000,599000 +AFG,2038,10,569000,598000 +AFG,2038,11,567000,596000 +AFG,2038,12,565000,593000 +AFG,2038,13,562000,590000 +AFG,2038,14,559000,588000 +AFG,2038,15,555000,584000 +AFG,2038,16,550000,579000 +AFG,2038,17,545000,574000 +AFG,2038,18,540000,569000 +AFG,2039,0,576000,606000 +AFG,2039,1,575000,605000 +AFG,2039,2,575000,605000 +AFG,2039,3,574000,604000 +AFG,2039,4,575000,605000 +AFG,2039,5,575000,604000 +AFG,2039,6,574000,603000 +AFG,2039,7,574000,602000 +AFG,2039,8,573000,601000 +AFG,2039,9,572000,600000 +AFG,2039,10,571000,599000 +AFG,2039,11,569000,597000 +AFG,2039,12,567000,595000 +AFG,2039,13,564000,592000 +AFG,2039,14,561000,590000 +AFG,2039,15,558000,586000 +AFG,2039,16,553000,583000 +AFG,2039,17,549000,578000 +AFG,2039,18,543000,572000 +AFG,2040,0,574000,604000 +AFG,2040,1,574000,603000 +AFG,2040,2,574000,603000 +AFG,2040,3,574000,603000 +AFG,2040,4,574000,603000 +AFG,2040,5,574000,603000 +AFG,2040,6,574000,603000 +AFG,2040,7,573000,602000 +AFG,2040,8,573000,602000 +AFG,2040,9,572000,601000 +AFG,2040,10,571000,600000 +AFG,2040,11,570000,598000 +AFG,2040,12,569000,597000 +AFG,2040,13,566000,594000 +AFG,2040,14,563000,592000 +AFG,2040,15,560000,589000 +AFG,2040,16,556000,585000 +AFG,2040,17,552000,581000 +AFG,2040,18,547000,576000 +AFG,2041,0,572000,602000 +AFG,2041,1,573000,602000 +AFG,2041,2,573000,603000 +AFG,2041,3,573000,603000 +AFG,2041,4,573000,603000 +AFG,2041,5,573000,603000 +AFG,2041,6,574000,603000 +AFG,2041,7,573000,602000 +AFG,2041,8,573000,602000 +AFG,2041,9,573000,601000 +AFG,2041,10,572000,600000 +AFG,2041,11,571000,599000 +AFG,2041,12,569000,597000 +AFG,2041,13,567000,595000 +AFG,2041,14,564000,593000 +AFG,2041,15,561000,590000 +AFG,2041,16,557000,587000 +AFG,2041,17,554000,583000 +AFG,2041,18,549000,579000 +AFG,2042,0,570000,599000 +AFG,2042,1,570000,600000 +AFG,2042,2,572000,601000 +AFG,2042,3,572000,602000 +AFG,2042,4,572000,602000 +AFG,2042,5,573000,602000 +AFG,2042,6,573000,602000 +AFG,2042,7,573000,602000 +AFG,2042,8,573000,602000 +AFG,2042,9,573000,602000 +AFG,2042,10,572000,601000 +AFG,2042,11,571000,600000 +AFG,2042,12,570000,598000 +AFG,2042,13,568000,596000 +AFG,2042,14,566000,594000 +AFG,2042,15,563000,591000 +AFG,2042,16,559000,588000 +AFG,2042,17,555000,585000 +AFG,2042,18,551000,581000 +AFG,2043,0,567000,597000 +AFG,2043,1,568000,598000 +AFG,2043,2,569000,598000 +AFG,2043,3,571000,600000 +AFG,2043,4,571000,601000 +AFG,2043,5,572000,601000 +AFG,2043,6,572000,602000 +AFG,2043,7,573000,602000 +AFG,2043,8,573000,602000 +AFG,2043,9,573000,602000 +AFG,2043,10,573000,601000 +AFG,2043,11,572000,600000 +AFG,2043,12,570000,599000 +AFG,2043,13,569000,597000 +AFG,2043,14,567000,595000 +AFG,2043,15,564000,593000 +AFG,2043,16,561000,590000 +AFG,2043,17,557000,586000 +AFG,2043,18,553000,583000 +AFG,2044,0,565000,594000 +AFG,2044,1,566000,595000 +AFG,2044,2,567000,596000 +AFG,2044,3,568000,597000 +AFG,2044,4,569000,599000 +AFG,2044,5,570000,600000 +AFG,2044,6,571000,600000 +AFG,2044,7,572000,601000 +AFG,2044,8,573000,601000 +AFG,2044,9,573000,601000 +AFG,2044,10,573000,601000 +AFG,2044,11,572000,601000 +AFG,2044,12,571000,600000 +AFG,2044,13,570000,598000 +AFG,2044,14,567000,596000 +AFG,2044,15,565000,594000 +AFG,2044,16,562000,592000 +AFG,2044,17,559000,588000 +AFG,2044,18,555000,585000 +AFG,2045,0,562000,591000 +AFG,2045,1,563000,592000 +AFG,2045,2,564000,594000 +AFG,2045,3,566000,595000 +AFG,2045,4,567000,596000 +AFG,2045,5,568000,597000 +AFG,2045,6,570000,599000 +AFG,2045,7,571000,599000 +AFG,2045,8,572000,600000 +AFG,2045,9,572000,601000 +AFG,2045,10,572000,601000 +AFG,2045,11,573000,601000 +AFG,2045,12,572000,600000 +AFG,2045,13,571000,599000 +AFG,2045,14,569000,597000 +AFG,2045,15,566000,595000 +AFG,2045,16,564000,593000 +AFG,2045,17,561000,590000 +AFG,2045,18,557000,587000 +AFG,2046,0,558000,587000 +AFG,2046,1,561000,590000 +AFG,2046,2,562000,591000 +AFG,2046,3,564000,593000 +AFG,2046,4,565000,594000 +AFG,2046,5,567000,596000 +AFG,2046,6,568000,597000 +AFG,2046,7,569000,598000 +AFG,2046,8,571000,599000 +AFG,2046,9,571000,600000 +AFG,2046,10,572000,600000 +AFG,2046,11,572000,600000 +AFG,2046,12,571000,600000 +AFG,2046,13,571000,599000 +AFG,2046,14,569000,598000 +AFG,2046,15,567000,596000 +AFG,2046,16,564000,594000 +AFG,2046,17,561000,591000 +AFG,2046,18,558000,588000 +AFG,2047,0,555000,584000 +AFG,2047,1,557000,586000 +AFG,2047,2,560000,589000 +AFG,2047,3,562000,591000 +AFG,2047,4,563000,592000 +AFG,2047,5,565000,594000 +AFG,2047,6,567000,596000 +AFG,2047,7,568000,597000 +AFG,2047,8,569000,598000 +AFG,2047,9,570000,599000 +AFG,2047,10,571000,599000 +AFG,2047,11,571000,599000 +AFG,2047,12,571000,599000 +AFG,2047,13,570000,599000 +AFG,2047,14,569000,598000 +AFG,2047,15,567000,596000 +AFG,2047,16,565000,594000 +AFG,2047,17,562000,592000 +AFG,2047,18,559000,589000 +AFG,2048,0,551000,580000 +AFG,2048,1,553000,582000 +AFG,2048,2,556000,585000 +AFG,2048,3,559000,588000 +AFG,2048,4,561000,590000 +AFG,2048,5,563000,592000 +AFG,2048,6,565000,593000 +AFG,2048,7,566000,595000 +AFG,2048,8,568000,596000 +AFG,2048,9,569000,598000 +AFG,2048,10,570000,599000 +AFG,2048,11,570000,599000 +AFG,2048,12,570000,599000 +AFG,2048,13,570000,599000 +AFG,2048,14,569000,598000 +AFG,2048,15,568000,597000 +AFG,2048,16,565000,595000 +AFG,2048,17,563000,592000 +AFG,2048,18,560000,590000 +AFG,2049,0,548000,577000 +AFG,2049,1,550000,579000 +AFG,2049,2,552000,581000 +AFG,2049,3,555000,584000 +AFG,2049,4,558000,587000 +AFG,2049,5,560000,589000 +AFG,2049,6,562000,591000 +AFG,2049,7,564000,593000 +AFG,2049,8,566000,595000 +AFG,2049,9,568000,596000 +AFG,2049,10,569000,597000 +AFG,2049,11,570000,598000 +AFG,2049,12,570000,598000 +AFG,2049,13,569000,598000 +AFG,2049,14,569000,598000 +AFG,2049,15,568000,597000 +AFG,2049,16,566000,595000 +AFG,2049,17,563000,593000 +AFG,2049,18,560000,591000 +AFG,2050,0,544000,573000 +AFG,2050,1,547000,575000 +AFG,2050,2,549000,578000 +AFG,2050,3,552000,580000 +AFG,2050,4,554000,583000 +AFG,2050,5,557000,585000 +AFG,2050,6,559000,588000 +AFG,2050,7,562000,590000 +AFG,2050,8,564000,592000 +AFG,2050,9,566000,594000 +AFG,2050,10,567000,595000 +AFG,2050,11,569000,597000 +AFG,2050,12,569000,597000 +AFG,2050,13,569000,598000 +AFG,2050,14,569000,597000 +AFG,2050,15,568000,597000 +AFG,2050,16,566000,596000 +AFG,2050,17,564000,594000 +AFG,2050,18,562000,592000 +AGO,1990,0,256897,255767 +AGO,1990,1,243632,242150 +AGO,1990,2,231346,229597 +AGO,1990,3,219984,218046 +AGO,1990,4,209490,207432 +AGO,1990,5,199809,197692 +AGO,1990,6,190888,188763 +AGO,1990,7,182671,180582 +AGO,1990,8,175103,173084 +AGO,1990,9,168129,166206 +AGO,1990,10,161609,159818 +AGO,1990,11,155402,153788 +AGO,1990,12,149882,148391 +AGO,1990,13,145164,143697 +AGO,1990,14,140937,139440 +AGO,1990,15,137001,135556 +AGO,1990,16,133667,132383 +AGO,1990,17,129044,127845 +AGO,1990,18,122255,121005 +AGO,1991,0,263419,262262 +AGO,1991,1,252448,251067 +AGO,1991,2,239992,238320 +AGO,1991,3,228425,226537 +AGO,1991,4,217693,215657 +AGO,1991,5,207742,205619 +AGO,1991,6,198532,196372 +AGO,1991,7,190022,187869 +AGO,1991,8,182092,179986 +AGO,1991,9,174662,172636 +AGO,1991,10,167717,165796 +AGO,1991,11,161188,159402 +AGO,1991,12,154923,153314 +AGO,1991,13,149350,147855 +AGO,1991,14,144619,143129 +AGO,1991,15,140403,138855 +AGO,1991,16,136446,134922 +AGO,1991,17,133069,131674 +AGO,1991,18,128422,127089 +AGO,1992,0,270044,268810 +AGO,1992,1,257505,255926 +AGO,1992,2,248149,246523 +AGO,1992,3,236493,234638 +AGO,1992,4,225637,223617 +AGO,1992,5,215529,213402 +AGO,1992,6,206115,203932 +AGO,1992,7,197369,195172 +AGO,1992,8,189266,187088 +AGO,1992,9,181618,179498 +AGO,1992,10,174321,172293 +AGO,1992,11,167402,165487 +AGO,1992,12,160859,159082 +AGO,1992,13,154532,152933 +AGO,1992,14,148903,147410 +AGO,1992,15,144158,142647 +AGO,1992,16,139951,138354 +AGO,1992,17,135971,134370 +AGO,1992,18,132548,131046 +AGO,1993,0,276897,275552 +AGO,1993,1,264487,262834 +AGO,1993,2,252767,250876 +AGO,1993,3,243951,242080 +AGO,1993,4,233089,231052 +AGO,1993,5,222940,220789 +AGO,1993,6,213452,211233 +AGO,1993,7,204571,202328 +AGO,1993,8,196286,194051 +AGO,1993,9,188585,186384 +AGO,1993,10,181217,179084 +AGO,1993,11,174051,172019 +AGO,1993,12,167154,165244 +AGO,1993,13,160594,158826 +AGO,1993,14,154204,152614 +AGO,1993,15,148517,147024 +AGO,1993,16,143754,142224 +AGO,1993,17,139554,137910 +AGO,1993,18,135549,133872 +AGO,1994,0,284150,282681 +AGO,1994,1,271686,269947 +AGO,1994,2,259940,257986 +AGO,1994,3,248874,246757 +AGO,1994,4,239828,237707 +AGO,1994,5,229759,227533 +AGO,1994,6,220314,218025 +AGO,1994,7,211442,209127 +AGO,1994,8,203092,200783 +AGO,1994,9,195266,192988 +AGO,1994,10,187965,185735 +AGO,1994,11,180874,178723 +AGO,1994,12,173836,171797 +AGO,1994,13,166959,165051 +AGO,1994,14,160382,158618 +AGO,1994,15,153925,152341 +AGO,1994,16,148178,146682 +AGO,1994,17,143397,141843 +AGO,1994,18,139202,137507 +AGO,1995,0,291952,290366 +AGO,1995,1,279242,277408 +AGO,1995,2,267319,265285 +AGO,1995,3,256132,253942 +AGO,1995,4,245632,243327 +AGO,1995,5,235767,233385 +AGO,1995,6,226489,224064 +AGO,1995,7,217746,215309 +AGO,1995,8,209489,207067 +AGO,1995,9,201667,199285 +AGO,1995,10,194297,191969 +AGO,1995,11,187395,185129 +AGO,1995,12,180580,178403 +AGO,1995,13,173669,171615 +AGO,1995,14,166810,164896 +AGO,1995,15,160213,158447 +AGO,1995,16,153688,152103 +AGO,1995,17,147879,146374 +AGO,1995,18,143079,141495 +AGO,1996,0,299740,298083 +AGO,1996,1,287470,285633 +AGO,1996,2,275326,273277 +AGO,1996,3,263991,261776 +AGO,1996,4,253396,251058 +AGO,1996,5,243471,241050 +AGO,1996,6,234181,231712 +AGO,1996,7,225493,223008 +AGO,1996,8,217166,214689 +AGO,1996,9,209063,206615 +AGO,1996,10,201218,198816 +AGO,1996,11,193820,191478 +AGO,1996,12,186855,184580 +AGO,1996,13,179985,177791 +AGO,1996,14,173065,170970 +AGO,1996,15,166224,164232 +AGO,1996,16,159610,157732 +AGO,1996,17,153048,151313 +AGO,1996,18,147207,145524 +AGO,1997,0,308294,306575 +AGO,1997,1,294505,292519 +AGO,1997,2,283185,281086 +AGO,1997,3,271598,269323 +AGO,1997,4,260842,258437 +AGO,1997,5,250830,248336 +AGO,1997,6,241473,238927 +AGO,1997,7,232752,230187 +AGO,1997,8,224648,222093 +AGO,1997,9,216731,214205 +AGO,1997,10,208776,206293 +AGO,1997,11,200901,198472 +AGO,1997,12,193471,191107 +AGO,1997,13,186439,184147 +AGO,1997,14,179508,177290 +AGO,1997,15,172576,170432 +AGO,1997,16,165748,163672 +AGO,1997,17,159113,157116 +AGO,1997,18,152509,150619 +AGO,1998,0,317721,315971 +AGO,1998,1,303098,301047 +AGO,1998,2,289719,287427 +AGO,1998,3,279070,276706 +AGO,1998,4,268033,265529 +AGO,1998,5,257851,255251 +AGO,1998,6,248415,245760 +AGO,1998,7,239621,236945 +AGO,1998,8,231463,228797 +AGO,1998,9,223937,221308 +AGO,1998,10,216425,213846 +AGO,1998,11,208614,206092 +AGO,1998,12,200705,198245 +AGO,1998,13,193237,190849 +AGO,1998,14,186134,183822 +AGO,1998,15,179139,176894 +AGO,1998,16,172190,169994 +AGO,1998,17,165371,163208 +AGO,1998,18,158712,156593 +AGO,1999,0,328122,326391 +AGO,1999,1,312536,310462 +AGO,1999,2,298390,296042 +AGO,1999,3,285557,283000 +AGO,1999,4,275093,272466 +AGO,1999,5,264601,261869 +AGO,1999,6,254986,252194 +AGO,1999,7,246124,243309 +AGO,1999,8,237887,235084 +AGO,1999,9,230288,227524 +AGO,1999,10,223339,220636 +AGO,1999,11,216228,213597 +AGO,1999,12,208556,205997 +AGO,1999,13,200609,198120 +AGO,1999,14,193100,190688 +AGO,1999,15,185922,183591 +AGO,1999,16,178860,176588 +AGO,1999,17,171890,169643 +AGO,1999,18,165077,162827 +AGO,2000,0,339545,337894 +AGO,2000,1,322918,320878 +AGO,2000,2,307916,305564 +AGO,2000,3,294394,291801 +AGO,2000,4,282207,279437 +AGO,2000,5,271210,268321 +AGO,2000,6,261260,258301 +AGO,2000,7,252210,249227 +AGO,2000,8,243918,240946 +AGO,2000,9,236238,233308 +AGO,2000,10,229196,226334 +AGO,2000,11,222820,220047 +AGO,2000,12,216109,213428 +AGO,2000,13,208574,205979 +AGO,2000,14,200586,198069 +AGO,2000,15,193034,190599 +AGO,2000,16,185778,183429 +AGO,2000,17,178646,176349 +AGO,2000,18,171653,169355 +AGO,2001,0,350983,349557 +AGO,2001,1,334942,333062 +AGO,2001,2,319106,316868 +AGO,2001,3,304824,302304 +AGO,2001,4,291948,289215 +AGO,2001,5,280329,277446 +AGO,2001,6,269840,266862 +AGO,2001,7,260349,257324 +AGO,2001,8,251620,248586 +AGO,2001,9,243468,240458 +AGO,2001,10,235799,232838 +AGO,2001,11,228736,225847 +AGO,2001,12,222289,219493 +AGO,2001,13,215514,212801 +AGO,2001,14,207963,205306 +AGO,2001,15,199984,197363 +AGO,2001,16,192407,189827 +AGO,2001,17,185105,182569 +AGO,2001,18,177938,175421 +AGO,2002,0,363420,362323 +AGO,2002,1,344676,343062 +AGO,2002,2,330568,328458 +AGO,2002,3,315511,313074 +AGO,2002,4,301938,299249 +AGO,2002,5,289697,286825 +AGO,2002,6,278639,275643 +AGO,2002,7,268648,265582 +AGO,2002,8,259611,256518 +AGO,2002,9,251195,248112 +AGO,2002,10,243177,240130 +AGO,2002,11,235515,232523 +AGO,2002,12,228425,225510 +AGO,2002,13,221903,219086 +AGO,2002,14,215061,212316 +AGO,2002,15,207488,204769 +AGO,2002,16,199513,196788 +AGO,2002,17,191907,189183 +AGO,2002,18,184555,181831 +AGO,2003,0,376968,376211 +AGO,2003,1,357172,355821 +AGO,2003,2,339403,337558 +AGO,2003,3,326448,324082 +AGO,2003,4,312158,309496 +AGO,2003,5,299282,296400 +AGO,2003,6,287667,284632 +AGO,2003,7,277160,274029 +AGO,2003,8,267661,264483 +AGO,2003,9,259070,255888 +AGO,2003,10,250961,247806 +AGO,2003,11,243071,239965 +AGO,2003,12,235410,232367 +AGO,2003,13,228288,225327 +AGO,2003,14,221686,218828 +AGO,2003,15,214771,211976 +AGO,2003,16,207170,204373 +AGO,2003,17,199193,196348 +AGO,2003,18,191553,188668 +AGO,2004,0,391749,391219 +AGO,2004,1,370982,369785 +AGO,2004,2,352298,350544 +AGO,2004,3,335529,333318 +AGO,2004,4,322594,319923 +AGO,2004,5,309059,306127 +AGO,2004,6,296871,293751 +AGO,2004,7,285874,282631 +AGO,2004,8,275909,272600 +AGO,2004,9,266893,263564 +AGO,2004,10,258741,255432 +AGO,2004,11,250933,247669 +AGO,2004,12,243165,239964 +AGO,2004,13,235499,232369 +AGO,2004,14,228338,225297 +AGO,2004,15,221651,218719 +AGO,2004,16,214658,211780 +AGO,2004,17,207023,204115 +AGO,2004,18,199038,196042 +AGO,2005,0,407723,407251 +AGO,2005,1,386124,384919 +AGO,2005,2,366609,364792 +AGO,2005,3,349016,346698 +AGO,2005,4,333186,330469 +AGO,2005,5,318958,315932 +AGO,2005,6,306170,302919 +AGO,2005,7,294663,291259 +AGO,2005,8,284277,280783 +AGO,2005,9,274849,271319 +AGO,2005,10,266311,262789 +AGO,2005,11,258594,255116 +AGO,2005,12,251081,247669 +AGO,2005,13,243430,240095 +AGO,2005,14,235753,232499 +AGO,2005,15,228550,225391 +AGO,2005,16,221772,218730 +AGO,2005,17,214695,211701 +AGO,2005,18,207021,203969 +AGO,2006,0,423679,423135 +AGO,2006,1,403972,402872 +AGO,2006,2,383414,381653 +AGO,2006,3,364713,362415 +AGO,2006,4,347737,345012 +AGO,2006,5,332350,329299 +AGO,2006,6,318404,315116 +AGO,2006,7,305751,302307 +AGO,2006,8,294330,290783 +AGO,2006,9,284036,280422 +AGO,2006,10,274691,271043 +AGO,2006,11,266153,262513 +AGO,2006,12,258369,254773 +AGO,2006,13,250802,247248 +AGO,2006,14,243139,239610 +AGO,2006,15,235476,231957 +AGO,2006,16,228261,224766 +AGO,2006,17,221457,218003 +AGO,2006,18,214354,210895 +AGO,2007,0,440814,440001 +AGO,2007,1,418039,416458 +AGO,2007,2,400605,398843 +AGO,2007,3,381066,378716 +AGO,2007,4,363162,360350 +AGO,2007,5,346784,343622 +AGO,2007,6,331826,328411 +AGO,2007,7,318150,314570 +AGO,2007,8,305619,301953 +AGO,2007,9,294273,290555 +AGO,2007,10,284062,280301 +AGO,2007,11,274790,270999 +AGO,2007,12,266244,262462 +AGO,2007,13,258387,254648 +AGO,2007,14,250757,247039 +AGO,2007,15,243077,239331 +AGO,2007,16,235420,231613 +AGO,2007,17,228186,224334 +AGO,2007,18,221350,217463 +AGO,2008,0,458167,457257 +AGO,2008,1,435167,433444 +AGO,2008,2,413912,411523 +AGO,2008,3,397422,395010 +AGO,2008,4,378894,375966 +AGO,2008,5,361777,358462 +AGO,2008,6,345992,342402 +AGO,2008,7,331456,327686 +AGO,2008,8,318043,314179 +AGO,2008,9,305628,301748 +AGO,2008,10,294351,290470 +AGO,2008,11,284219,280319 +AGO,2008,12,275016,271088 +AGO,2008,13,266458,262540 +AGO,2008,14,258524,254649 +AGO,2008,15,250829,246952 +AGO,2008,16,243126,239169 +AGO,2008,17,235473,231384 +AGO,2008,18,228217,224012 +AGO,2009,0,474552,474191 +AGO,2009,1,451844,450481 +AGO,2009,2,430615,428432 +AGO,2009,3,410796,407958 +AGO,2009,4,394283,391260 +AGO,2009,5,376764,373295 +AGO,2009,6,360434,356652 +AGO,2009,7,345239,341256 +AGO,2009,8,331123,327031 +AGO,2009,9,317973,313856 +AGO,2009,10,305673,301608 +AGO,2009,11,294465,290449 +AGO,2009,12,284409,280397 +AGO,2009,13,275275,271237 +AGO,2009,14,266704,262676 +AGO,2009,15,258691,254706 +AGO,2009,16,250930,246919 +AGO,2009,17,243205,239059 +AGO,2009,18,235553,231205 +AGO,2010,0,489162,490273 +AGO,2010,1,467388,467108 +AGO,2010,2,446725,445301 +AGO,2010,3,427144,424801 +AGO,2010,4,408616,405558 +AGO,2010,5,391113,387519 +AGO,2010,6,374605,370634 +AGO,2010,7,359064,354851 +AGO,2010,8,344461,340119 +AGO,2010,9,330767,326386 +AGO,2010,10,317879,313543 +AGO,2010,11,305696,301479 +AGO,2010,12,294556,290437 +AGO,2010,13,284579,280485 +AGO,2010,14,275514,271394 +AGO,2010,15,266930,262820 +AGO,2010,16,258840,254770 +AGO,2010,17,251012,246893 +AGO,2010,18,243265,238957 +AGO,2011,0,501358,504943 +AGO,2011,1,485572,486418 +AGO,2011,2,464947,464369 +AGO,2011,3,445137,443408 +AGO,2011,4,426154,423518 +AGO,2011,5,408008,404683 +AGO,2011,6,390681,386861 +AGO,2011,7,374151,370010 +AGO,2011,8,358588,354244 +AGO,2011,9,344066,339598 +AGO,2011,10,330502,325978 +AGO,2011,11,317639,313149 +AGO,2011,12,305408,301031 +AGO,2011,13,294223,289927 +AGO,2011,14,284224,279922 +AGO,2011,15,275150,270783 +AGO,2011,16,266538,262140 +AGO,2011,17,258406,254008 +AGO,2011,18,250544,246067 +AGO,2012,0,512066,518997 +AGO,2012,1,494235,498242 +AGO,2012,2,482233,482811 +AGO,2012,3,462747,461867 +AGO,2012,4,443780,441740 +AGO,2012,5,425384,422449 +AGO,2012,6,407612,404013 +AGO,2012,7,390451,386399 +AGO,2012,8,373891,369574 +AGO,2012,9,358298,353817 +AGO,2012,10,343849,339249 +AGO,2012,11,330407,325735 +AGO,2012,12,317562,312914 +AGO,2012,13,305278,300736 +AGO,2012,14,294041,289564 +AGO,2012,15,284015,279500 +AGO,2012,16,274928,270308 +AGO,2012,17,266284,261593 +AGO,2012,18,258106,253375 +AGO,2013,0,521732,532224 +AGO,2013,1,506384,513107 +AGO,2013,2,490508,494103 +AGO,2013,3,478963,479271 +AGO,2013,4,460613,459430 +AGO,2013,5,442487,440135 +AGO,2013,6,424677,421440 +AGO,2013,7,407274,403400 +AGO,2013,8,390278,385992 +AGO,2013,9,373685,369191 +AGO,2013,10,358060,353440 +AGO,2013,11,343682,338949 +AGO,2013,12,330361,325538 +AGO,2013,13,317532,312723 +AGO,2013,14,305192,300484 +AGO,2013,15,293902,289242 +AGO,2013,16,283848,279119 +AGO,2013,17,274747,269872 +AGO,2013,18,266068,261084 +AGO,2014,0,531113,544493 +AGO,2014,1,517958,527084 +AGO,2014,2,503818,509383 +AGO,2014,3,488855,491494 +AGO,2014,4,475605,475673 +AGO,2014,5,458396,456937 +AGO,2014,6,441114,438476 +AGO,2014,7,423892,420381 +AGO,2014,8,406863,402740 +AGO,2014,9,390034,385539 +AGO,2014,10,373413,368763 +AGO,2014,11,357758,353021 +AGO,2014,12,343453,338608 +AGO,2014,13,330256,325303 +AGO,2014,14,317444,312495 +AGO,2014,15,305051,300196 +AGO,2014,16,293711,288885 +AGO,2014,17,283630,278703 +AGO,2014,18,274516,269403 +AGO,2015,0,540869,555841 +AGO,2015,1,529238,540054 +AGO,2015,2,516375,523649 +AGO,2015,3,502451,506752 +AGO,2015,4,487641,489488 +AGO,2015,5,472117,471979 +AGO,2015,6,456052,454352 +AGO,2015,7,439619,436730 +AGO,2015,8,422991,419237 +AGO,2015,9,406341,401998 +AGO,2015,10,389684,385008 +AGO,2015,11,373037,368262 +AGO,2015,12,357357,352531 +AGO,2015,13,343130,338199 +AGO,2015,14,330059,325002 +AGO,2015,15,317270,312205 +AGO,2015,16,304827,299848 +AGO,2015,17,293438,288470 +AGO,2015,18,283334,278232 +AGO,2016,0,551479,566222 +AGO,2016,1,539655,553467 +AGO,2016,2,527674,537878 +AGO,2016,3,514689,521711 +AGO,2016,4,500827,505076 +AGO,2016,5,486218,488083 +AGO,2016,6,471040,470864 +AGO,2016,7,455473,453550 +AGO,2016,8,439390,436144 +AGO,2016,9,422818,418714 +AGO,2016,10,406039,401433 +AGO,2016,11,389324,384409 +AGO,2016,12,372642,367617 +AGO,2016,13,356927,351833 +AGO,2016,14,342684,337454 +AGO,2016,15,329607,324214 +AGO,2016,16,316796,311359 +AGO,2016,17,304321,298932 +AGO,2016,18,292909,287502 +AGO,2017,0,562521,575854 +AGO,2017,1,551709,563083 +AGO,2017,2,538328,551147 +AGO,2017,3,526000,535756 +AGO,2017,4,512895,519825 +AGO,2017,5,499098,503450 +AGO,2017,6,484692,486727 +AGO,2017,7,469863,469795 +AGO,2017,8,454798,452793 +AGO,2017,9,439069,435602 +AGO,2017,10,422557,418232 +AGO,2017,11,405652,400908 +AGO,2017,12,388883,383847 +AGO,2017,13,372168,367008 +AGO,2017,14,356423,351169 +AGO,2017,15,342166,336743 +AGO,2017,16,329085,323458 +AGO,2017,17,316255,310543 +AGO,2017,18,303752,298046 +AGO,2018,0,574312,585607 +AGO,2018,1,562968,573926 +AGO,2018,2,550912,561149 +AGO,2018,3,536937,548833 +AGO,2018,4,524263,533639 +AGO,2018,5,511040,517944 +AGO,2018,6,497309,501829 +AGO,2018,7,483108,485376 +AGO,2018,8,468631,468731 +AGO,2018,9,454068,452041 +AGO,2018,10,438695,435064 +AGO,2018,11,422245,417755 +AGO,2018,12,405216,400387 +AGO,2018,13,388395,383290 +AGO,2018,14,371651,366403 +AGO,2018,15,355876,350510 +AGO,2018,16,341608,336035 +AGO,2018,17,328523,322705 +AGO,2018,18,315677,309731 +AGO,2019,0,587000,597000 +AGO,2019,1,575000,585000 +AGO,2019,2,562000,573000 +AGO,2019,3,549000,560000 +AGO,2019,4,536000,546000 +AGO,2019,5,523000,531000 +AGO,2019,6,509000,516000 +AGO,2019,7,496000,500000 +AGO,2019,8,482000,484000 +AGO,2019,9,467000,468000 +AGO,2019,10,453000,451000 +AGO,2019,11,438000,434000 +AGO,2019,12,422000,417000 +AGO,2019,13,405000,400000 +AGO,2019,14,388000,383000 +AGO,2019,15,371000,366000 +AGO,2019,16,355000,350000 +AGO,2019,17,341000,335000 +AGO,2019,18,328000,322000 +AGO,2020,0,601000,610000 +AGO,2020,1,588000,598000 +AGO,2020,2,574000,585000 +AGO,2020,3,561000,572000 +AGO,2020,4,547000,558000 +AGO,2020,5,534000,544000 +AGO,2020,6,521000,529000 +AGO,2020,7,507000,514000 +AGO,2020,8,494000,498000 +AGO,2020,9,480000,483000 +AGO,2020,10,466000,466000 +AGO,2020,11,453000,450000 +AGO,2020,12,438000,434000 +AGO,2020,13,422000,417000 +AGO,2020,14,404000,399000 +AGO,2020,15,387000,382000 +AGO,2020,16,371000,365000 +AGO,2020,17,355000,349000 +AGO,2020,18,340000,335000 +AGO,2021,0,617000,626000 +AGO,2021,1,600000,609000 +AGO,2021,2,586000,596000 +AGO,2021,3,573000,583000 +AGO,2021,4,559000,570000 +AGO,2021,5,546000,557000 +AGO,2021,6,533000,543000 +AGO,2021,7,520000,528000 +AGO,2021,8,507000,514000 +AGO,2021,9,493000,498000 +AGO,2021,10,479000,482000 +AGO,2021,11,466000,466000 +AGO,2021,12,452000,450000 +AGO,2021,13,437000,433000 +AGO,2021,14,421000,416000 +AGO,2021,15,404000,398000 +AGO,2021,16,387000,381000 +AGO,2021,17,370000,364000 +AGO,2021,18,354000,348000 +AGO,2022,0,634000,644000 +AGO,2022,1,617000,628000 +AGO,2022,2,598000,607000 +AGO,2022,3,584000,594000 +AGO,2022,4,571000,581000 +AGO,2022,5,558000,568000 +AGO,2022,6,545000,554000 +AGO,2022,7,532000,541000 +AGO,2022,8,519000,527000 +AGO,2022,9,506000,513000 +AGO,2022,10,493000,498000 +AGO,2022,11,479000,481000 +AGO,2022,12,465000,465000 +AGO,2022,13,452000,449000 +AGO,2022,14,437000,432000 +AGO,2022,15,420000,415000 +AGO,2022,16,403000,398000 +AGO,2022,17,386000,380000 +AGO,2022,18,369000,363000 +AGO,2023,0,652000,663000 +AGO,2023,1,632000,644000 +AGO,2023,2,615000,626000 +AGO,2023,3,597000,606000 +AGO,2023,4,582000,592000 +AGO,2023,5,569000,579000 +AGO,2023,6,556000,566000 +AGO,2023,7,543000,552000 +AGO,2023,8,531000,539000 +AGO,2023,9,519000,526000 +AGO,2023,10,506000,513000 +AGO,2023,11,492000,497000 +AGO,2023,12,478000,481000 +AGO,2023,13,465000,464000 +AGO,2023,14,451000,448000 +AGO,2023,15,436000,432000 +AGO,2023,16,420000,414000 +AGO,2023,17,402000,397000 +AGO,2023,18,385000,379000 +AGO,2024,0,670000,683000 +AGO,2024,1,649000,661000 +AGO,2024,2,629000,641000 +AGO,2024,3,612000,623000 +AGO,2024,4,595000,604000 +AGO,2024,5,581000,590000 +AGO,2024,6,567000,577000 +AGO,2024,7,554000,563000 +AGO,2024,8,542000,550000 +AGO,2024,9,530000,538000 +AGO,2024,10,518000,525000 +AGO,2024,11,505000,512000 +AGO,2024,12,492000,497000 +AGO,2024,13,478000,480000 +AGO,2024,14,464000,464000 +AGO,2024,15,450000,448000 +AGO,2024,16,436000,431000 +AGO,2024,17,419000,413000 +AGO,2024,18,402000,396000 +AGO,2025,0,687000,701000 +AGO,2025,1,665000,678000 +AGO,2025,2,645000,656000 +AGO,2025,3,626000,637000 +AGO,2025,4,609000,619000 +AGO,2025,5,594000,603000 +AGO,2025,6,579000,588000 +AGO,2025,7,566000,574000 +AGO,2025,8,553000,561000 +AGO,2025,9,540000,548000 +AGO,2025,10,528000,536000 +AGO,2025,11,517000,525000 +AGO,2025,12,505000,512000 +AGO,2025,13,492000,496000 +AGO,2025,14,477000,479000 +AGO,2025,15,464000,463000 +AGO,2025,16,450000,447000 +AGO,2025,17,435000,430000 +AGO,2025,18,419000,413000 +AGO,2026,0,704000,719000 +AGO,2026,1,684000,698000 +AGO,2026,2,663000,675000 +AGO,2026,3,643000,654000 +AGO,2026,4,625000,636000 +AGO,2026,5,608000,618000 +AGO,2026,6,593000,602000 +AGO,2026,7,578000,587000 +AGO,2026,8,565000,573000 +AGO,2026,9,552000,560000 +AGO,2026,10,540000,547000 +AGO,2026,11,528000,535000 +AGO,2026,12,516000,524000 +AGO,2026,13,504000,511000 +AGO,2026,14,491000,495000 +AGO,2026,15,477000,478000 +AGO,2026,16,463000,462000 +AGO,2026,17,449000,446000 +AGO,2026,18,434000,429000 +AGO,2027,0,721000,736000 +AGO,2027,1,698000,711000 +AGO,2027,2,681000,694000 +AGO,2027,3,661000,673000 +AGO,2027,4,642000,653000 +AGO,2027,5,624000,635000 +AGO,2027,6,608000,618000 +AGO,2027,7,592000,602000 +AGO,2027,8,578000,586000 +AGO,2027,9,564000,572000 +AGO,2027,10,551000,559000 +AGO,2027,11,539000,547000 +AGO,2027,12,527000,535000 +AGO,2027,13,516000,523000 +AGO,2027,14,504000,510000 +AGO,2027,15,490000,494000 +AGO,2027,16,476000,477000 +AGO,2027,17,462000,461000 +AGO,2027,18,448000,444000 +AGO,2028,0,737000,752000 +AGO,2028,1,715000,728000 +AGO,2028,2,694000,707000 +AGO,2028,3,678000,690000 +AGO,2028,4,659000,670000 +AGO,2028,5,641000,651000 +AGO,2028,6,624000,633000 +AGO,2028,7,607000,617000 +AGO,2028,8,592000,601000 +AGO,2028,9,577000,586000 +AGO,2028,10,563000,571000 +AGO,2028,11,551000,558000 +AGO,2028,12,539000,546000 +AGO,2028,13,527000,534000 +AGO,2028,14,515000,522000 +AGO,2028,15,503000,509000 +AGO,2028,16,490000,494000 +AGO,2028,17,476000,477000 +AGO,2028,18,461000,460000 +AGO,2029,0,753000,768000 +AGO,2029,1,732000,746000 +AGO,2029,2,712000,724000 +AGO,2029,3,692000,704000 +AGO,2029,4,676000,687000 +AGO,2029,5,657000,668000 +AGO,2029,6,640000,650000 +AGO,2029,7,623000,632000 +AGO,2029,8,607000,616000 +AGO,2029,9,591000,600000 +AGO,2029,10,576000,585000 +AGO,2029,11,563000,571000 +AGO,2029,12,550000,558000 +AGO,2029,13,538000,545000 +AGO,2029,14,526000,533000 +AGO,2029,15,515000,522000 +AGO,2029,16,503000,508000 +AGO,2029,17,489000,493000 +AGO,2029,18,475000,476000 +AGO,2030,0,770000,785000 +AGO,2030,1,749000,763000 +AGO,2030,2,729000,742000 +AGO,2030,3,710000,722000 +AGO,2030,4,691000,702000 +AGO,2030,5,673000,683000 +AGO,2030,6,655000,665000 +AGO,2030,7,638000,648000 +AGO,2030,8,622000,631000 +AGO,2030,9,606000,615000 +AGO,2030,10,591000,600000 +AGO,2030,11,576000,584000 +AGO,2030,12,562000,570000 +AGO,2030,13,549000,557000 +AGO,2030,14,538000,545000 +AGO,2030,15,526000,533000 +AGO,2030,16,514000,521000 +AGO,2030,17,502000,508000 +AGO,2030,18,489000,492000 +AGO,2031,0,787000,802000 +AGO,2031,1,768000,782000 +AGO,2031,2,748000,761000 +AGO,2031,3,728000,740000 +AGO,2031,4,709000,720000 +AGO,2031,5,690000,701000 +AGO,2031,6,672000,682000 +AGO,2031,7,654000,665000 +AGO,2031,8,638000,647000 +AGO,2031,9,621000,631000 +AGO,2031,10,606000,615000 +AGO,2031,11,590000,599000 +AGO,2031,12,575000,583000 +AGO,2031,13,561000,569000 +AGO,2031,14,549000,556000 +AGO,2031,15,537000,544000 +AGO,2031,16,525000,532000 +AGO,2031,17,514000,520000 +AGO,2031,18,501000,506000 +AGO,2032,0,804000,820000 +AGO,2032,1,784000,799000 +AGO,2032,2,766000,779000 +AGO,2032,3,746000,759000 +AGO,2032,4,726000,738000 +AGO,2032,5,707000,719000 +AGO,2032,6,689000,700000 +AGO,2032,7,671000,681000 +AGO,2032,8,654000,664000 +AGO,2032,9,637000,646000 +AGO,2032,10,621000,630000 +AGO,2032,11,605000,614000 +AGO,2032,12,590000,598000 +AGO,2032,13,575000,583000 +AGO,2032,14,561000,568000 +AGO,2032,15,548000,555000 +AGO,2032,16,536000,543000 +AGO,2032,17,525000,531000 +AGO,2032,18,513000,519000 +AGO,2033,0,822000,838000 +AGO,2033,1,802000,816000 +AGO,2033,2,782000,796000 +AGO,2033,3,764000,777000 +AGO,2033,4,744000,756000 +AGO,2033,5,725000,737000 +AGO,2033,6,706000,717000 +AGO,2033,7,688000,699000 +AGO,2033,8,670000,680000 +AGO,2033,9,653000,663000 +AGO,2033,10,637000,646000 +AGO,2033,11,620000,629000 +AGO,2033,12,605000,613000 +AGO,2033,13,589000,598000 +AGO,2033,14,574000,582000 +AGO,2033,15,560000,567000 +AGO,2033,16,548000,554000 +AGO,2033,17,536000,542000 +AGO,2033,18,524000,530000 +AGO,2034,0,839000,855000 +AGO,2034,1,819000,834000 +AGO,2034,2,799000,813000 +AGO,2034,3,780000,793000 +AGO,2034,4,761000,774000 +AGO,2034,5,742000,754000 +AGO,2034,6,724000,735000 +AGO,2034,7,705000,716000 +AGO,2034,8,687000,697000 +AGO,2034,9,670000,679000 +AGO,2034,10,653000,662000 +AGO,2034,11,636000,645000 +AGO,2034,12,620000,628000 +AGO,2034,13,604000,613000 +AGO,2034,14,589000,597000 +AGO,2034,15,574000,581000 +AGO,2034,16,560000,567000 +AGO,2034,17,547000,553000 +AGO,2034,18,535000,541000 +AGO,2035,0,856000,872000 +AGO,2035,1,836000,851000 +AGO,2035,2,817000,831000 +AGO,2035,3,797000,811000 +AGO,2035,4,778000,791000 +AGO,2035,5,759000,771000 +AGO,2035,6,741000,752000 +AGO,2035,7,722000,733000 +AGO,2035,8,704000,714000 +AGO,2035,9,686000,696000 +AGO,2035,10,669000,678000 +AGO,2035,11,652000,661000 +AGO,2035,12,635000,644000 +AGO,2035,13,619000,628000 +AGO,2035,14,604000,612000 +AGO,2035,15,588000,596000 +AGO,2035,16,573000,580000 +AGO,2035,17,559000,566000 +AGO,2035,18,546000,553000 +AGO,2036,0,873000,889000 +AGO,2036,1,854000,870000 +AGO,2036,2,835000,849000 +AGO,2036,3,815000,829000 +AGO,2036,4,796000,809000 +AGO,2036,5,777000,789000 +AGO,2036,6,758000,770000 +AGO,2036,7,740000,751000 +AGO,2036,8,722000,732000 +AGO,2036,9,704000,714000 +AGO,2036,10,686000,695000 +AGO,2036,11,668000,678000 +AGO,2036,12,651000,660000 +AGO,2036,13,635000,643000 +AGO,2036,14,619000,627000 +AGO,2036,15,603000,611000 +AGO,2036,16,588000,595000 +AGO,2036,17,573000,579000 +AGO,2036,18,558000,565000 +AGO,2037,0,889000,906000 +AGO,2037,1,870000,886000 +AGO,2037,2,852000,867000 +AGO,2037,3,833000,847000 +AGO,2037,4,814000,827000 +AGO,2037,5,795000,807000 +AGO,2037,6,776000,788000 +AGO,2037,7,758000,769000 +AGO,2037,8,739000,750000 +AGO,2037,9,721000,731000 +AGO,2037,10,703000,713000 +AGO,2037,11,685000,695000 +AGO,2037,12,668000,677000 +AGO,2037,13,651000,660000 +AGO,2037,14,634000,643000 +AGO,2037,15,618000,626000 +AGO,2037,16,603000,610000 +AGO,2037,17,587000,594000 +AGO,2037,18,572000,578000 +AGO,2038,0,905000,922000 +AGO,2038,1,887000,903000 +AGO,2038,2,868000,883000 +AGO,2038,3,850000,865000 +AGO,2038,4,832000,845000 +AGO,2038,5,813000,825000 +AGO,2038,6,794000,806000 +AGO,2038,7,775000,787000 +AGO,2038,8,757000,768000 +AGO,2038,9,739000,749000 +AGO,2038,10,721000,731000 +AGO,2038,11,703000,712000 +AGO,2038,12,685000,694000 +AGO,2038,13,668000,676000 +AGO,2038,14,650000,659000 +AGO,2038,15,634000,642000 +AGO,2038,16,618000,625000 +AGO,2038,17,602000,609000 +AGO,2038,18,587000,593000 +AGO,2039,0,921000,939000 +AGO,2039,1,903000,919000 +AGO,2039,2,885000,900000 +AGO,2039,3,866000,881000 +AGO,2039,4,849000,862000 +AGO,2039,5,830000,843000 +AGO,2039,6,811000,823000 +AGO,2039,7,793000,804000 +AGO,2039,8,774000,785000 +AGO,2039,9,756000,767000 +AGO,2039,10,738000,748000 +AGO,2039,11,720000,730000 +AGO,2039,12,702000,711000 +AGO,2039,13,684000,693000 +AGO,2039,14,667000,676000 +AGO,2039,15,650000,658000 +AGO,2039,16,633000,641000 +AGO,2039,17,617000,624000 +AGO,2039,18,601000,608000 +AGO,2040,0,938000,956000 +AGO,2040,1,920000,937000 +AGO,2040,2,902000,917000 +AGO,2040,3,883000,898000 +AGO,2040,4,865000,879000 +AGO,2040,5,847000,859000 +AGO,2040,6,828000,840000 +AGO,2040,7,810000,821000 +AGO,2040,8,792000,803000 +AGO,2040,9,773000,784000 +AGO,2040,10,755000,765000 +AGO,2040,11,737000,747000 +AGO,2040,12,719000,729000 +AGO,2040,13,702000,711000 +AGO,2040,14,684000,693000 +AGO,2040,15,666000,675000 +AGO,2040,16,649000,657000 +AGO,2040,17,633000,640000 +AGO,2040,18,616000,623000 +AGO,2041,0,956000,974000 +AGO,2041,1,937000,954000 +AGO,2041,2,919000,934000 +AGO,2041,3,901000,915000 +AGO,2041,4,882000,896000 +AGO,2041,5,864000,877000 +AGO,2041,6,846000,858000 +AGO,2041,7,828000,839000 +AGO,2041,8,810000,821000 +AGO,2041,9,791000,802000 +AGO,2041,10,773000,783000 +AGO,2041,11,755000,765000 +AGO,2041,12,737000,746000 +AGO,2041,13,719000,728000 +AGO,2041,14,701000,710000 +AGO,2041,15,683000,692000 +AGO,2041,16,666000,674000 +AGO,2041,17,649000,656000 +AGO,2041,18,632000,639000 +AGO,2042,0,974000,992000 +AGO,2042,1,955000,972000 +AGO,2042,2,935000,952000 +AGO,2042,3,917000,932000 +AGO,2042,4,899000,913000 +AGO,2042,5,881000,894000 +AGO,2042,6,863000,876000 +AGO,2042,7,845000,857000 +AGO,2042,8,827000,839000 +AGO,2042,9,809000,820000 +AGO,2042,10,791000,801000 +AGO,2042,11,773000,783000 +AGO,2042,12,754000,764000 +AGO,2042,13,736000,746000 +AGO,2042,14,719000,727000 +AGO,2042,15,701000,709000 +AGO,2042,16,683000,691000 +AGO,2042,17,665000,673000 +AGO,2042,18,648000,655000 +AGO,2043,0,991000,1010000 +AGO,2043,1,972000,989000 +AGO,2043,2,953000,969000 +AGO,2043,3,934000,949000 +AGO,2043,4,916000,930000 +AGO,2043,5,898000,911000 +AGO,2043,6,880000,893000 +AGO,2043,7,862000,874000 +AGO,2043,8,844000,856000 +AGO,2043,9,826000,838000 +AGO,2043,10,809000,819000 +AGO,2043,11,790000,801000 +AGO,2043,12,772000,782000 +AGO,2043,13,754000,763000 +AGO,2043,14,736000,745000 +AGO,2043,15,718000,727000 +AGO,2043,16,700000,708000 +AGO,2043,17,682000,690000 +AGO,2043,18,665000,672000 +AGO,2044,0,1009000,1028000 +AGO,2044,1,989000,1007000 +AGO,2044,2,970000,986000 +AGO,2044,3,951000,966000 +AGO,2044,4,932000,947000 +AGO,2044,5,914000,928000 +AGO,2044,6,896000,909000 +AGO,2044,7,879000,891000 +AGO,2044,8,861000,873000 +AGO,2044,9,843000,854000 +AGO,2044,10,826000,837000 +AGO,2044,11,808000,818000 +AGO,2044,12,790000,800000 +AGO,2044,13,772000,781000 +AGO,2044,14,753000,763000 +AGO,2044,15,735000,744000 +AGO,2044,16,717000,726000 +AGO,2044,17,699000,707000 +AGO,2044,18,682000,689000 +AGO,2045,0,1026000,1045000 +AGO,2045,1,1006000,1024000 +AGO,2045,2,987000,1003000 +AGO,2045,3,968000,983000 +AGO,2045,4,949000,964000 +AGO,2045,5,931000,944000 +AGO,2045,6,913000,926000 +AGO,2045,7,895000,907000 +AGO,2045,8,877000,889000 +AGO,2045,9,860000,871000 +AGO,2045,10,842000,853000 +AGO,2045,11,825000,836000 +AGO,2045,12,808000,818000 +AGO,2045,13,789000,799000 +AGO,2045,14,771000,780000 +AGO,2045,15,753000,762000 +AGO,2045,16,735000,743000 +AGO,2045,17,717000,725000 +AGO,2045,18,699000,706000 +AGO,2046,0,1041000,1061000 +AGO,2046,1,1024000,1042000 +AGO,2046,2,1004000,1022000 +AGO,2046,3,985000,1001000 +AGO,2046,4,967000,982000 +AGO,2046,5,948000,962000 +AGO,2046,6,930000,943000 +AGO,2046,7,912000,925000 +AGO,2046,8,894000,906000 +AGO,2046,9,877000,888000 +AGO,2046,10,859000,870000 +AGO,2046,11,842000,852000 +AGO,2046,12,825000,835000 +AGO,2046,13,807000,817000 +AGO,2046,14,789000,798000 +AGO,2046,15,771000,779000 +AGO,2046,16,752000,761000 +AGO,2046,17,734000,742000 +AGO,2046,18,716000,723000 +AGO,2047,0,1057000,1077000 +AGO,2047,1,1038000,1056000 +AGO,2047,2,1022000,1039000 +AGO,2047,3,1003000,1019000 +AGO,2047,4,984000,1000000 +AGO,2047,5,966000,980000 +AGO,2047,6,948000,961000 +AGO,2047,7,930000,943000 +AGO,2047,8,912000,924000 +AGO,2047,9,894000,906000 +AGO,2047,10,876000,888000 +AGO,2047,11,859000,870000 +AGO,2047,12,841000,852000 +AGO,2047,13,824000,834000 +AGO,2047,14,807000,816000 +AGO,2047,15,788000,797000 +AGO,2047,16,770000,778000 +AGO,2047,17,752000,760000 +AGO,2047,18,734000,741000 +AGO,2048,0,1071000,1092000 +AGO,2048,1,1054000,1072000 +AGO,2048,2,1036000,1053000 +AGO,2048,3,1020000,1037000 +AGO,2048,4,1002000,1017000 +AGO,2048,5,983000,998000 +AGO,2048,6,965000,979000 +AGO,2048,7,947000,960000 +AGO,2048,8,929000,942000 +AGO,2048,9,911000,923000 +AGO,2048,10,893000,905000 +AGO,2048,11,876000,887000 +AGO,2048,12,858000,869000 +AGO,2048,13,841000,851000 +AGO,2048,14,824000,833000 +AGO,2048,15,806000,815000 +AGO,2048,16,788000,797000 +AGO,2048,17,769000,777000 +AGO,2048,18,751000,758000 +AGO,2049,0,1086000,1107000 +AGO,2049,1,1069000,1088000 +AGO,2049,2,1052000,1069000 +AGO,2049,3,1034000,1051000 +AGO,2049,4,1018000,1034000 +AGO,2049,5,1000000,1015000 +AGO,2049,6,982000,996000 +AGO,2049,7,964000,977000 +AGO,2049,8,946000,959000 +AGO,2049,9,929000,941000 +AGO,2049,10,911000,922000 +AGO,2049,11,893000,904000 +AGO,2049,12,875000,886000 +AGO,2049,13,858000,868000 +AGO,2049,14,841000,850000 +AGO,2049,15,823000,833000 +AGO,2049,16,806000,814000 +AGO,2049,17,787000,796000 +AGO,2049,18,769000,776000 +AGO,2050,0,1101000,1122000 +AGO,2050,1,1085000,1104000 +AGO,2050,2,1068000,1085000 +AGO,2050,3,1051000,1067000 +AGO,2050,4,1033000,1049000 +AGO,2050,5,1016000,1031000 +AGO,2050,6,998000,1012000 +AGO,2050,7,981000,994000 +AGO,2050,8,963000,976000 +AGO,2050,9,946000,958000 +AGO,2050,10,928000,939000 +AGO,2050,11,910000,921000 +AGO,2050,12,892000,903000 +AGO,2050,13,875000,885000 +AGO,2050,14,857000,867000 +AGO,2050,15,840000,849000 +AGO,2050,16,823000,832000 +AGO,2050,17,805000,813000 +AGO,2050,18,787000,794000 +ALB,1990,0,39536,42174 +ALB,1990,1,38510,41225 +ALB,1990,2,37570,40337 +ALB,1990,3,36713,39507 +ALB,1990,4,35935,38735 +ALB,1990,5,35231,38017 +ALB,1990,6,34599,37352 +ALB,1990,7,34033,36736 +ALB,1990,8,33530,36168 +ALB,1990,9,33086,35645 +ALB,1990,10,32689,35159 +ALB,1990,11,32327,34700 +ALB,1990,12,32035,34299 +ALB,1990,13,31827,33967 +ALB,1990,14,31673,33682 +ALB,1990,15,31545,33420 +ALB,1990,16,31458,33196 +ALB,1990,17,31302,32920 +ALB,1990,18,31021,32548 +ALB,1991,0,38533,41339 +ALB,1991,1,38748,41316 +ALB,1991,2,37941,40561 +ALB,1991,3,37157,39818 +ALB,1991,4,36402,39089 +ALB,1991,5,35679,38377 +ALB,1991,6,34986,37679 +ALB,1991,7,34320,36994 +ALB,1991,8,33722,36352 +ALB,1991,9,33212,35766 +ALB,1991,10,32772,35224 +ALB,1991,11,32356,34695 +ALB,1991,12,31960,34182 +ALB,1991,13,31625,33691 +ALB,1991,14,31360,33219 +ALB,1991,15,31142,32765 +ALB,1991,16,30949,32336 +ALB,1991,17,30799,31946 +ALB,1991,18,30581,31517 +ALB,1992,0,36570,39381 +ALB,1992,1,36647,39301 +ALB,1992,2,37811,40080 +ALB,1992,3,37227,39528 +ALB,1992,4,36603,38936 +ALB,1992,5,35952,38314 +ALB,1992,6,35288,37668 +ALB,1992,7,34608,36998 +ALB,1992,8,33910,36300 +ALB,1992,9,33282,35637 +ALB,1992,10,32768,35038 +ALB,1992,11,32334,34481 +ALB,1992,12,31900,33914 +ALB,1992,13,31472,33352 +ALB,1992,14,31093,32774 +ALB,1992,15,30772,32168 +ALB,1992,16,30491,31547 +ALB,1992,17,30234,30955 +ALB,1992,18,30020,30401 +ALB,1993,0,34065,36850 +ALB,1993,1,34861,37337 +ALB,1993,2,35383,37626 +ALB,1993,3,36791,38708 +ALB,1993,4,36432,38359 +ALB,1993,5,35969,37920 +ALB,1993,6,35424,37406 +ALB,1993,7,34819,36829 +ALB,1993,8,34153,36187 +ALB,1993,9,33426,35478 +ALB,1993,10,32770,34797 +ALB,1993,11,32251,34189 +ALB,1993,12,31825,33619 +ALB,1993,13,31374,33017 +ALB,1993,14,30915,32407 +ALB,1993,15,30493,31746 +ALB,1993,16,30118,31008 +ALB,1993,17,29773,30225 +ALB,1993,18,29452,29474 +ALB,1994,0,31590,34469 +ALB,1994,1,33002,35462 +ALB,1994,2,34039,36183 +ALB,1994,3,34736,36655 +ALB,1994,4,35760,37507 +ALB,1994,5,35623,37357 +ALB,1994,6,35321,37067 +ALB,1994,7,34882,36657 +ALB,1994,8,34337,36145 +ALB,1994,9,33686,35530 +ALB,1994,10,32929,34808 +ALB,1994,11,32245,34106 +ALB,1994,12,31723,33485 +ALB,1994,13,31304,32901 +ALB,1994,14,30836,32261 +ALB,1994,15,30346,31602 +ALB,1994,16,29882,30856 +ALB,1994,17,29452,29985 +ALB,1994,18,29045,29038 +ALB,1995,0,29544,32707 +ALB,1995,1,31354,34078 +ALB,1995,2,32742,35136 +ALB,1995,3,33748,35905 +ALB,1995,4,34408,36409 +ALB,1995,5,34762,36673 +ALB,1995,6,34849,36721 +ALB,1995,7,34706,36579 +ALB,1995,8,34373,36270 +ALB,1995,9,33887,35819 +ALB,1995,10,33250,35224 +ALB,1995,11,32463,34481 +ALB,1995,12,31750,33752 +ALB,1995,13,31224,33112 +ALB,1995,14,30812,32507 +ALB,1995,15,30327,31823 +ALB,1995,16,29806,31109 +ALB,1995,17,29300,30269 +ALB,1995,18,28815,29255 +ALB,1996,0,27999,30749 +ALB,1996,1,29582,32340 +ALB,1996,2,31213,33600 +ALB,1996,3,32486,34581 +ALB,1996,4,33426,35299 +ALB,1996,5,34061,35770 +ALB,1996,6,34430,36025 +ALB,1996,7,34573,36093 +ALB,1996,8,34452,35918 +ALB,1996,9,34066,35488 +ALB,1996,10,33482,34861 +ALB,1996,11,32771,34113 +ALB,1996,12,31923,33232 +ALB,1996,13,31140,32369 +ALB,1996,14,30529,31610 +ALB,1996,15,30027,30902 +ALB,1996,16,29460,30126 +ALB,1996,17,28858,29323 +ALB,1996,18,28298,28462 +ALB,1997,0,26900,29433 +ALB,1997,1,28731,31030 +ALB,1997,2,29641,32301 +ALB,1997,3,31094,33464 +ALB,1997,4,32252,34379 +ALB,1997,5,33128,35055 +ALB,1997,6,33738,35499 +ALB,1997,7,34122,35746 +ALB,1997,8,34322,35834 +ALB,1997,9,34222,35626 +ALB,1997,10,33784,35072 +ALB,1997,11,33103,34266 +ALB,1997,12,32316,33359 +ALB,1997,13,31407,32331 +ALB,1997,14,30553,31328 +ALB,1997,15,29858,30443 +ALB,1997,16,29267,29627 +ALB,1997,17,28615,28752 +ALB,1997,18,27934,27853 +ALB,1998,0,26094,28506 +ALB,1998,1,27683,30055 +ALB,1998,2,29074,31409 +ALB,1998,3,29729,32459 +ALB,1998,4,31008,33531 +ALB,1998,5,32052,34386 +ALB,1998,6,32865,35023 +ALB,1998,7,33450,35442 +ALB,1998,8,33850,35684 +ALB,1998,9,34107,35792 +ALB,1998,10,34028,35548 +ALB,1998,11,33538,34867 +ALB,1998,12,32758,33875 +ALB,1998,13,31895,32804 +ALB,1998,14,30925,31623 +ALB,1998,15,29998,30474 +ALB,1998,16,29218,29456 +ALB,1998,17,28537,28527 +ALB,1998,18,27802,27546 +ALB,1999,0,25333,27624 +ALB,1999,1,26675,29089 +ALB,1999,2,27929,30431 +ALB,1999,3,29085,31638 +ALB,1999,4,29866,32630 +ALB,1999,5,30971,33611 +ALB,1999,6,31904,34405 +ALB,1999,7,32655,35003 +ALB,1999,8,33217,35397 +ALB,1999,9,33633,35633 +ALB,1999,10,33947,35762 +ALB,1999,11,33889,35483 +ALB,1999,12,33345,34672 +ALB,1999,13,32465,33493 +ALB,1999,14,31526,32255 +ALB,1999,15,30492,30918 +ALB,1999,16,29492,29621 +ALB,1999,17,28626,28470 +ALB,1999,18,27854,27426 +ALB,2000,0,24441,26563 +ALB,2000,1,25625,27955 +ALB,2000,2,26799,29281 +ALB,2000,3,27944,30524 +ALB,2000,4,29038,31665 +ALB,2000,5,30062,32688 +ALB,2000,6,30995,33573 +ALB,2000,7,31817,34303 +ALB,2000,8,32508,34861 +ALB,2000,9,33047,35227 +ALB,2000,10,33480,35458 +ALB,2000,11,33852,35607 +ALB,2000,12,33815,35293 +ALB,2000,13,33217,34355 +ALB,2000,14,32235,32991 +ALB,2000,15,31217,31589 +ALB,2000,16,30116,30101 +ALB,2000,17,29041,28659 +ALB,2000,18,28086,27377 +ALB,2001,0,23224,25473 +ALB,2001,1,24392,26705 +ALB,2001,2,25574,28067 +ALB,2001,3,26738,29367 +ALB,2001,4,27867,30586 +ALB,2001,5,28939,31703 +ALB,2001,6,29935,32702 +ALB,2001,7,30835,33564 +ALB,2001,8,31621,34259 +ALB,2001,9,32274,34764 +ALB,2001,10,32772,35064 +ALB,2001,11,33161,35230 +ALB,2001,12,33487,35316 +ALB,2001,13,33400,34926 +ALB,2001,14,32751,33890 +ALB,2001,15,31716,32417 +ALB,2001,16,30647,30913 +ALB,2001,17,29503,29329 +ALB,2001,18,28374,27806 +ALB,2002,0,21939,24282 +ALB,2002,1,23116,25593 +ALB,2002,2,24396,26767 +ALB,2002,3,25578,28095 +ALB,2002,4,26735,29365 +ALB,2002,5,27850,30556 +ALB,2002,6,28903,31645 +ALB,2002,7,29874,32617 +ALB,2002,8,30743,33453 +ALB,2002,9,31495,34111 +ALB,2002,10,32110,34561 +ALB,2002,11,32568,34794 +ALB,2002,12,32914,34894 +ALB,2002,13,33194,34918 +ALB,2002,14,33059,34451 +ALB,2002,15,32357,33319 +ALB,2002,16,31266,31742 +ALB,2002,17,30145,30140 +ALB,2002,18,28954,28464 +ALB,2003,0,20646,23056 +ALB,2003,1,21890,24320 +ALB,2003,2,23149,25610 +ALB,2003,3,24424,26767 +ALB,2003,4,25607,28058 +ALB,2003,5,26758,29295 +ALB,2003,6,27861,30455 +ALB,2003,7,28895,31514 +ALB,2003,8,29841,32456 +ALB,2003,9,30681,33265 +ALB,2003,10,31398,33884 +ALB,2003,11,31977,34278 +ALB,2003,12,32396,34443 +ALB,2003,13,32699,34476 +ALB,2003,14,32934,34438 +ALB,2003,15,32749,33896 +ALB,2003,16,31993,32672 +ALB,2003,17,30846,30992 +ALB,2003,18,29670,29297 +ALB,2004,0,19443,21891 +ALB,2004,1,20697,23074 +ALB,2004,2,21964,24307 +ALB,2004,3,23229,25566 +ALB,2004,4,24432,26738 +ALB,2004,5,25615,27991 +ALB,2004,6,26760,29193 +ALB,2004,7,27849,30321 +ALB,2004,8,28864,31349 +ALB,2004,9,29785,32261 +ALB,2004,10,30594,33041 +ALB,2004,11,31277,33621 +ALB,2004,12,31819,33959 +ALB,2004,13,32198,34055 +ALB,2004,14,32457,34023 +ALB,2004,15,32647,33922 +ALB,2004,16,32413,33306 +ALB,2004,17,31603,31990 +ALB,2004,18,30400,30212 +ALB,2005,0,18414,20858 +ALB,2005,1,19562,21910 +ALB,2005,2,20751,23047 +ALB,2005,3,21964,24243 +ALB,2005,4,23184,25472 +ALB,2005,5,24394,26707 +ALB,2005,6,25575,27922 +ALB,2005,7,26712,29090 +ALB,2005,8,27785,30185 +ALB,2005,9,28778,31182 +ALB,2005,10,29672,32064 +ALB,2005,11,30449,32816 +ALB,2005,12,31096,33357 +ALB,2005,13,31600,33638 +ALB,2005,14,31939,33667 +ALB,2005,15,32155,33570 +ALB,2005,16,32298,33406 +ALB,2005,17,32015,32716 +ALB,2005,18,31154,31310 +ALB,2006,0,17648,19971 +ALB,2006,1,18288,20752 +ALB,2006,2,19427,21814 +ALB,2006,3,20629,22966 +ALB,2006,4,21869,24178 +ALB,2006,5,23120,25419 +ALB,2006,6,24372,26666 +ALB,2006,7,25613,27898 +ALB,2006,8,26742,29042 +ALB,2006,9,27702,30048 +ALB,2006,10,28513,30913 +ALB,2006,11,29239,31671 +ALB,2006,12,29853,32302 +ALB,2006,13,30333,32714 +ALB,2006,14,30673,32861 +ALB,2006,15,30857,32758 +ALB,2006,16,30923,32533 +ALB,2006,17,30917,32244 +ALB,2006,18,30550,31482 +ALB,2007,0,17027,19182 +ALB,2007,1,17631,19856 +ALB,2007,2,18126,20635 +ALB,2007,3,19254,21707 +ALB,2007,4,20467,22874 +ALB,2007,5,21730,24101 +ALB,2007,6,23010,25353 +ALB,2007,7,24301,26613 +ALB,2007,8,25600,27862 +ALB,2007,9,26720,28980 +ALB,2007,10,27565,29897 +ALB,2007,11,28192,30630 +ALB,2007,12,28747,31263 +ALB,2007,13,29196,31773 +ALB,2007,14,29509,32058 +ALB,2007,15,29683,32070 +ALB,2007,16,29712,31834 +ALB,2007,17,29629,31484 +ALB,2007,18,29473,31068 +ALB,2008,0,16603,18566 +ALB,2008,1,16826,19003 +ALB,2008,2,17339,19676 +ALB,2008,3,17948,20528 +ALB,2008,4,19064,21610 +ALB,2008,5,20287,22792 +ALB,2008,6,21573,24035 +ALB,2008,7,22880,25298 +ALB,2008,8,24210,26570 +ALB,2008,9,25565,27837 +ALB,2008,10,26674,28930 +ALB,2008,11,27403,29758 +ALB,2008,12,27846,30361 +ALB,2008,13,28231,30869 +ALB,2008,14,28516,31260 +ALB,2008,15,28660,31416 +ALB,2008,16,28670,31294 +ALB,2008,17,28543,30926 +ALB,2008,18,28310,30450 +ALB,2009,0,16430,18218 +ALB,2009,1,16253,18377 +ALB,2009,2,16457,18829 +ALB,2009,3,16987,19531 +ALB,2009,4,17780,20450 +ALB,2009,5,18884,21544 +ALB,2009,6,20117,22743 +ALB,2009,7,21427,24003 +ALB,2009,8,22762,25280 +ALB,2009,9,24130,26566 +ALB,2009,10,25542,27852 +ALB,2009,11,26642,28921 +ALB,2009,12,27256,29663 +ALB,2009,13,27515,30135 +ALB,2009,14,27730,30520 +ALB,2009,15,27851,30791 +ALB,2009,16,27828,30819 +ALB,2009,17,27672,30563 +ALB,2009,18,27391,30064 +ALB,2010,0,16527,18186 +ALB,2010,1,15966,18031 +ALB,2010,2,15856,18224 +ALB,2010,3,16138,18717 +ALB,2010,4,16752,19464 +ALB,2010,5,17636,20415 +ALB,2010,6,18731,21524 +ALB,2010,7,19976,22742 +ALB,2010,8,21311,24021 +ALB,2010,9,22675,25315 +ALB,2010,10,24085,26618 +ALB,2010,11,25556,27926 +ALB,2010,12,26647,28974 +ALB,2010,13,27146,29629 +ALB,2010,14,27222,29973 +ALB,2010,15,27268,30235 +ALB,2010,16,27225,30386 +ALB,2010,17,27034,30286 +ALB,2010,18,26714,29895 +ALB,2011,0,16858,18376 +ALB,2011,1,16077,17807 +ALB,2011,2,15657,17742 +ALB,2011,3,15646,18001 +ALB,2011,4,15987,18534 +ALB,2011,5,16624,19296 +ALB,2011,6,17505,20249 +ALB,2011,7,18576,21358 +ALB,2011,8,19768,22519 +ALB,2011,9,21022,23664 +ALB,2011,10,22289,24779 +ALB,2011,11,23591,25908 +ALB,2011,12,24938,27031 +ALB,2011,13,25951,27968 +ALB,2011,14,26449,28632 +ALB,2011,15,26570,29064 +ALB,2011,16,26652,29406 +ALB,2011,17,26645,29640 +ALB,2011,18,26479,29632 +ALB,2012,0,17454,18877 +ALB,2012,1,16153,17947 +ALB,2012,2,15649,17465 +ALB,2012,3,15369,17491 +ALB,2012,4,15455,17815 +ALB,2012,5,15855,18390 +ALB,2012,6,16517,19168 +ALB,2012,7,17396,20125 +ALB,2012,8,18443,21236 +ALB,2012,9,19585,22343 +ALB,2012,10,20760,23357 +ALB,2012,11,21931,24296 +ALB,2012,12,23128,25255 +ALB,2012,13,24353,26195 +ALB,2012,14,25290,27024 +ALB,2012,15,25786,27698 +ALB,2012,16,25953,28219 +ALB,2012,17,26071,28640 +ALB,2012,18,26101,28957 +ALB,2013,0,18126,19493 +ALB,2013,1,16536,18198 +ALB,2013,2,15487,17402 +ALB,2013,3,15243,17154 +ALB,2013,4,15104,17271 +ALB,2013,5,15287,17660 +ALB,2013,6,15746,18277 +ALB,2013,7,16435,19073 +ALB,2013,8,17312,20035 +ALB,2013,9,18338,21150 +ALB,2013,10,19431,22206 +ALB,2013,11,20528,23090 +ALB,2013,12,21605,23855 +ALB,2013,13,22699,24645 +ALB,2013,14,23804,25405 +ALB,2013,15,24666,26127 +ALB,2013,16,25161,26811 +ALB,2013,17,25374,27423 +ALB,2013,18,25528,27924 +ALB,2014,0,18618,19955 +ALB,2014,1,16899,18441 +ALB,2014,2,15689,17429 +ALB,2014,3,14936,16865 +ALB,2014,4,14864,16862 +ALB,2014,5,14864,17070 +ALB,2014,6,15146,17526 +ALB,2014,7,15665,18185 +ALB,2014,8,16380,19000 +ALB,2014,9,17258,19969 +ALB,2014,10,18265,21090 +ALB,2014,11,19310,22095 +ALB,2014,12,20332,22850 +ALB,2014,13,21316,23441 +ALB,2014,14,22309,24062 +ALB,2014,15,23296,24643 +ALB,2014,16,24085,25258 +ALB,2014,17,24580,25955 +ALB,2014,18,24839,26657 +ALB,2015,0,18752,20071 +ALB,2015,1,17116,18554 +ALB,2015,2,15912,17492 +ALB,2015,3,15102,16840 +ALB,2015,4,14648,16551 +ALB,2015,5,14510,16579 +ALB,2015,6,14651,16878 +ALB,2015,7,15031,17401 +ALB,2015,8,15612,18103 +ALB,2015,9,16355,18938 +ALB,2015,10,17235,19914 +ALB,2015,11,18224,21040 +ALB,2015,12,19223,21995 +ALB,2015,13,20171,22621 +ALB,2015,14,21065,23038 +ALB,2015,15,21957,23491 +ALB,2015,16,22828,23892 +ALB,2015,17,23544,24400 +ALB,2015,18,24040,25109 +ALB,2016,0,18279,19669 +ALB,2016,1,18246,19598 +ALB,2016,2,16899,18364 +ALB,2016,3,15882,17483 +ALB,2016,4,15170,16927 +ALB,2016,5,14744,16665 +ALB,2016,6,14563,16651 +ALB,2016,7,14591,16839 +ALB,2016,8,14886,17280 +ALB,2016,9,15459,17976 +ALB,2016,10,16239,18849 +ALB,2016,11,17120,19828 +ALB,2016,12,18092,20941 +ALB,2016,13,19070,21877 +ALB,2016,14,19989,22478 +ALB,2016,15,20849,22866 +ALB,2016,16,21709,23290 +ALB,2016,17,22548,23662 +ALB,2016,18,23236,24146 +ALB,2017,0,17449,18921 +ALB,2017,1,16724,18144 +ALB,2017,2,17796,19154 +ALB,2017,3,16734,18201 +ALB,2017,4,15898,17501 +ALB,2017,5,15283,17040 +ALB,2017,6,14883,16804 +ALB,2017,7,14660,16748 +ALB,2017,8,14576,16827 +ALB,2017,9,14787,17186 +ALB,2017,10,15354,17876 +ALB,2017,11,16172,18788 +ALB,2017,12,17056,19773 +ALB,2017,13,18015,20873 +ALB,2017,14,18973,21791 +ALB,2017,15,19866,22368 +ALB,2017,16,20697,22729 +ALB,2017,17,21527,23125 +ALB,2017,18,22336,23469 +ALB,2018,0,16428,17977 +ALB,2018,1,16356,17783 +ALB,2018,2,16224,17603 +ALB,2018,3,17373,18722 +ALB,2018,4,16595,18049 +ALB,2018,5,15940,17529 +ALB,2018,6,15420,17163 +ALB,2018,7,15046,16953 +ALB,2018,8,14779,16856 +ALB,2018,9,14583,16824 +ALB,2018,10,14711,17101 +ALB,2018,11,15272,17787 +ALB,2018,12,16130,18739 +ALB,2018,13,17019,19729 +ALB,2018,14,17966,20818 +ALB,2018,15,18906,21719 +ALB,2018,16,19774,22272 +ALB,2018,17,20576,22605 +ALB,2018,18,21378,22973 +ALB,2019,0,15000,17000 +ALB,2019,1,16000,17000 +ALB,2019,2,16000,18000 +ALB,2019,3,16000,18000 +ALB,2019,4,17000,18000 +ALB,2019,5,16000,18000 +ALB,2019,6,16000,18000 +ALB,2019,7,16000,17000 +ALB,2019,8,15000,17000 +ALB,2019,9,15000,17000 +ALB,2019,10,15000,17000 +ALB,2019,11,15000,17000 +ALB,2019,12,15000,18000 +ALB,2019,13,16000,19000 +ALB,2019,14,17000,20000 +ALB,2019,15,18000,21000 +ALB,2019,16,19000,22000 +ALB,2019,17,20000,22000 +ALB,2019,18,20000,22000 +ALB,2020,0,15000,16000 +ALB,2020,1,16000,17000 +ALB,2020,2,16000,18000 +ALB,2020,3,16000,18000 +ALB,2020,4,17000,18000 +ALB,2020,5,17000,18000 +ALB,2020,6,16000,18000 +ALB,2020,7,16000,18000 +ALB,2020,8,16000,17000 +ALB,2020,9,15000,17000 +ALB,2020,10,15000,17000 +ALB,2020,11,15000,17000 +ALB,2020,12,15000,17000 +ALB,2020,13,15000,18000 +ALB,2020,14,16000,19000 +ALB,2020,15,17000,20000 +ALB,2020,16,18000,21000 +ALB,2020,17,19000,22000 +ALB,2020,18,20000,22000 +ALB,2021,0,14000,16000 +ALB,2021,1,15000,16000 +ALB,2021,2,16000,17000 +ALB,2021,3,16000,17000 +ALB,2021,4,16000,18000 +ALB,2021,5,16000,18000 +ALB,2021,6,16000,18000 +ALB,2021,7,16000,18000 +ALB,2021,8,16000,18000 +ALB,2021,9,16000,17000 +ALB,2021,10,15000,17000 +ALB,2021,11,15000,17000 +ALB,2021,12,15000,17000 +ALB,2021,13,14000,17000 +ALB,2021,14,15000,17000 +ALB,2021,15,16000,18000 +ALB,2021,16,17000,19000 +ALB,2021,17,18000,20000 +ALB,2021,18,19000,21000 +ALB,2022,0,14000,16000 +ALB,2022,1,15000,17000 +ALB,2022,2,15000,17000 +ALB,2022,3,16000,17000 +ALB,2022,4,16000,17000 +ALB,2022,5,16000,18000 +ALB,2022,6,16000,18000 +ALB,2022,7,16000,18000 +ALB,2022,8,16000,18000 +ALB,2022,9,16000,18000 +ALB,2022,10,16000,17000 +ALB,2022,11,15000,17000 +ALB,2022,12,15000,17000 +ALB,2022,13,14000,17000 +ALB,2022,14,14000,17000 +ALB,2022,15,15000,17000 +ALB,2022,16,16000,18000 +ALB,2022,17,17000,19000 +ALB,2022,18,17000,20000 +ALB,2023,0,14000,16000 +ALB,2023,1,15000,16000 +ALB,2023,2,15000,17000 +ALB,2023,3,15000,17000 +ALB,2023,4,16000,17000 +ALB,2023,5,16000,17000 +ALB,2023,6,16000,17000 +ALB,2023,7,16000,17000 +ALB,2023,8,16000,18000 +ALB,2023,9,16000,18000 +ALB,2023,10,16000,18000 +ALB,2023,11,16000,17000 +ALB,2023,12,15000,17000 +ALB,2023,13,15000,17000 +ALB,2023,14,14000,17000 +ALB,2023,15,14000,17000 +ALB,2023,16,15000,17000 +ALB,2023,17,16000,18000 +ALB,2023,18,16000,19000 +ALB,2024,0,15000,16000 +ALB,2024,1,15000,16000 +ALB,2024,2,15000,16000 +ALB,2024,3,15000,17000 +ALB,2024,4,15000,17000 +ALB,2024,5,16000,17000 +ALB,2024,6,16000,17000 +ALB,2024,7,16000,17000 +ALB,2024,8,16000,17000 +ALB,2024,9,16000,17000 +ALB,2024,10,16000,18000 +ALB,2024,11,16000,18000 +ALB,2024,12,16000,17000 +ALB,2024,13,15000,17000 +ALB,2024,14,15000,17000 +ALB,2024,15,14000,17000 +ALB,2024,16,14000,17000 +ALB,2024,17,15000,17000 +ALB,2024,18,15000,18000 +ALB,2025,0,14000,15000 +ALB,2025,1,15000,16000 +ALB,2025,2,15000,16000 +ALB,2025,3,15000,16000 +ALB,2025,4,15000,16000 +ALB,2025,5,15000,17000 +ALB,2025,6,15000,17000 +ALB,2025,7,16000,17000 +ALB,2025,8,16000,17000 +ALB,2025,9,16000,17000 +ALB,2025,10,16000,17000 +ALB,2025,11,16000,18000 +ALB,2025,12,16000,18000 +ALB,2025,13,16000,17000 +ALB,2025,14,15000,17000 +ALB,2025,15,15000,17000 +ALB,2025,16,14000,16000 +ALB,2025,17,14000,16000 +ALB,2025,18,14000,17000 +ALB,2026,0,14000,15000 +ALB,2026,1,14000,15000 +ALB,2026,2,14000,16000 +ALB,2026,3,15000,16000 +ALB,2026,4,15000,16000 +ALB,2026,5,15000,16000 +ALB,2026,6,15000,17000 +ALB,2026,7,15000,17000 +ALB,2026,8,16000,17000 +ALB,2026,9,16000,17000 +ALB,2026,10,16000,17000 +ALB,2026,11,16000,17000 +ALB,2026,12,16000,17000 +ALB,2026,13,16000,17000 +ALB,2026,14,16000,17000 +ALB,2026,15,15000,17000 +ALB,2026,16,15000,17000 +ALB,2026,17,14000,16000 +ALB,2026,18,14000,16000 +ALB,2027,0,14000,15000 +ALB,2027,1,14000,15000 +ALB,2027,2,14000,15000 +ALB,2027,3,14000,16000 +ALB,2027,4,15000,16000 +ALB,2027,5,15000,16000 +ALB,2027,6,15000,16000 +ALB,2027,7,15000,17000 +ALB,2027,8,15000,17000 +ALB,2027,9,16000,17000 +ALB,2027,10,16000,17000 +ALB,2027,11,16000,17000 +ALB,2027,12,16000,17000 +ALB,2027,13,16000,17000 +ALB,2027,14,16000,17000 +ALB,2027,15,15000,17000 +ALB,2027,16,15000,17000 +ALB,2027,17,14000,16000 +ALB,2027,18,14000,16000 +ALB,2028,0,13000,14000 +ALB,2028,1,13000,14000 +ALB,2028,2,14000,15000 +ALB,2028,3,14000,15000 +ALB,2028,4,14000,16000 +ALB,2028,5,15000,16000 +ALB,2028,6,15000,16000 +ALB,2028,7,15000,16000 +ALB,2028,8,15000,17000 +ALB,2028,9,15000,17000 +ALB,2028,10,16000,17000 +ALB,2028,11,16000,17000 +ALB,2028,12,16000,17000 +ALB,2028,13,16000,17000 +ALB,2028,14,16000,17000 +ALB,2028,15,16000,17000 +ALB,2028,16,15000,17000 +ALB,2028,17,15000,17000 +ALB,2028,18,14000,16000 +ALB,2029,0,12000,13000 +ALB,2029,1,13000,14000 +ALB,2029,2,13000,14000 +ALB,2029,3,14000,15000 +ALB,2029,4,14000,15000 +ALB,2029,5,14000,15000 +ALB,2029,6,15000,16000 +ALB,2029,7,15000,16000 +ALB,2029,8,15000,16000 +ALB,2029,9,15000,17000 +ALB,2029,10,15000,17000 +ALB,2029,11,16000,17000 +ALB,2029,12,16000,17000 +ALB,2029,13,16000,17000 +ALB,2029,14,16000,17000 +ALB,2029,15,16000,17000 +ALB,2029,16,16000,17000 +ALB,2029,17,15000,17000 +ALB,2029,18,15000,17000 +ALB,2030,0,12000,13000 +ALB,2030,1,12000,13000 +ALB,2030,2,13000,14000 +ALB,2030,3,13000,14000 +ALB,2030,4,14000,15000 +ALB,2030,5,14000,15000 +ALB,2030,6,14000,15000 +ALB,2030,7,15000,16000 +ALB,2030,8,15000,16000 +ALB,2030,9,15000,16000 +ALB,2030,10,15000,17000 +ALB,2030,11,15000,17000 +ALB,2030,12,15000,17000 +ALB,2030,13,16000,17000 +ALB,2030,14,16000,17000 +ALB,2030,15,16000,17000 +ALB,2030,16,16000,17000 +ALB,2030,17,16000,17000 +ALB,2030,18,15000,17000 +ALB,2031,0,11000,12000 +ALB,2031,1,12000,13000 +ALB,2031,2,12000,13000 +ALB,2031,3,13000,14000 +ALB,2031,4,13000,14000 +ALB,2031,5,13000,15000 +ALB,2031,6,14000,15000 +ALB,2031,7,14000,15000 +ALB,2031,8,15000,16000 +ALB,2031,9,15000,16000 +ALB,2031,10,15000,16000 +ALB,2031,11,15000,16000 +ALB,2031,12,15000,17000 +ALB,2031,13,15000,17000 +ALB,2031,14,16000,17000 +ALB,2031,15,16000,17000 +ALB,2031,16,16000,17000 +ALB,2031,17,16000,17000 +ALB,2031,18,16000,17000 +ALB,2032,0,11000,12000 +ALB,2032,1,12000,13000 +ALB,2032,2,12000,13000 +ALB,2032,3,12000,13000 +ALB,2032,4,13000,14000 +ALB,2032,5,13000,14000 +ALB,2032,6,13000,15000 +ALB,2032,7,14000,15000 +ALB,2032,8,14000,15000 +ALB,2032,9,14000,16000 +ALB,2032,10,15000,16000 +ALB,2032,11,15000,16000 +ALB,2032,12,15000,16000 +ALB,2032,13,15000,17000 +ALB,2032,14,15000,17000 +ALB,2032,15,15000,17000 +ALB,2032,16,15000,17000 +ALB,2032,17,15000,17000 +ALB,2032,18,16000,17000 +ALB,2033,0,11000,12000 +ALB,2033,1,11000,12000 +ALB,2033,2,12000,13000 +ALB,2033,3,12000,13000 +ALB,2033,4,12000,13000 +ALB,2033,5,13000,14000 +ALB,2033,6,13000,14000 +ALB,2033,7,13000,15000 +ALB,2033,8,14000,15000 +ALB,2033,9,14000,15000 +ALB,2033,10,14000,16000 +ALB,2033,11,15000,16000 +ALB,2033,12,15000,16000 +ALB,2033,13,15000,16000 +ALB,2033,14,15000,17000 +ALB,2033,15,15000,17000 +ALB,2033,16,15000,17000 +ALB,2033,17,15000,17000 +ALB,2033,18,15000,17000 +ALB,2034,0,11000,12000 +ALB,2034,1,11000,12000 +ALB,2034,2,11000,12000 +ALB,2034,3,11000,12000 +ALB,2034,4,12000,13000 +ALB,2034,5,12000,13000 +ALB,2034,6,13000,14000 +ALB,2034,7,13000,14000 +ALB,2034,8,13000,14000 +ALB,2034,9,14000,15000 +ALB,2034,10,14000,15000 +ALB,2034,11,14000,16000 +ALB,2034,12,15000,16000 +ALB,2034,13,15000,16000 +ALB,2034,14,15000,16000 +ALB,2034,15,15000,17000 +ALB,2034,16,15000,17000 +ALB,2034,17,15000,17000 +ALB,2034,18,15000,17000 +ALB,2035,0,11000,11000 +ALB,2035,1,11000,12000 +ALB,2035,2,11000,12000 +ALB,2035,3,11000,12000 +ALB,2035,4,11000,12000 +ALB,2035,5,12000,13000 +ALB,2035,6,12000,13000 +ALB,2035,7,13000,14000 +ALB,2035,8,13000,14000 +ALB,2035,9,13000,14000 +ALB,2035,10,14000,15000 +ALB,2035,11,14000,15000 +ALB,2035,12,14000,16000 +ALB,2035,13,15000,16000 +ALB,2035,14,15000,16000 +ALB,2035,15,15000,16000 +ALB,2035,16,15000,16000 +ALB,2035,17,15000,17000 +ALB,2035,18,15000,17000 +ALB,2036,0,10000,11000 +ALB,2036,1,11000,11000 +ALB,2036,2,11000,12000 +ALB,2036,3,11000,12000 +ALB,2036,4,11000,12000 +ALB,2036,5,11000,12000 +ALB,2036,6,12000,13000 +ALB,2036,7,12000,13000 +ALB,2036,8,12000,14000 +ALB,2036,9,13000,14000 +ALB,2036,10,13000,14000 +ALB,2036,11,14000,15000 +ALB,2036,12,14000,15000 +ALB,2036,13,14000,16000 +ALB,2036,14,15000,16000 +ALB,2036,15,15000,16000 +ALB,2036,16,15000,16000 +ALB,2036,17,15000,16000 +ALB,2036,18,15000,16000 +ALB,2037,0,10000,11000 +ALB,2037,1,10000,11000 +ALB,2037,2,10000,11000 +ALB,2037,3,11000,11000 +ALB,2037,4,11000,12000 +ALB,2037,5,11000,12000 +ALB,2037,6,11000,12000 +ALB,2037,7,12000,13000 +ALB,2037,8,12000,13000 +ALB,2037,9,12000,14000 +ALB,2037,10,13000,14000 +ALB,2037,11,13000,14000 +ALB,2037,12,14000,15000 +ALB,2037,13,14000,15000 +ALB,2037,14,14000,16000 +ALB,2037,15,15000,16000 +ALB,2037,16,15000,16000 +ALB,2037,17,15000,16000 +ALB,2037,18,15000,16000 +ALB,2038,0,10000,11000 +ALB,2038,1,10000,11000 +ALB,2038,2,10000,11000 +ALB,2038,3,10000,11000 +ALB,2038,4,11000,11000 +ALB,2038,5,11000,12000 +ALB,2038,6,11000,12000 +ALB,2038,7,11000,12000 +ALB,2038,8,12000,13000 +ALB,2038,9,12000,13000 +ALB,2038,10,12000,13000 +ALB,2038,11,13000,14000 +ALB,2038,12,13000,14000 +ALB,2038,13,14000,15000 +ALB,2038,14,14000,15000 +ALB,2038,15,14000,16000 +ALB,2038,16,15000,16000 +ALB,2038,17,15000,16000 +ALB,2038,18,15000,16000 +ALB,2039,0,10000,11000 +ALB,2039,1,10000,11000 +ALB,2039,2,10000,11000 +ALB,2039,3,10000,11000 +ALB,2039,4,10000,11000 +ALB,2039,5,11000,11000 +ALB,2039,6,11000,12000 +ALB,2039,7,11000,12000 +ALB,2039,8,11000,12000 +ALB,2039,9,12000,13000 +ALB,2039,10,12000,13000 +ALB,2039,11,12000,13000 +ALB,2039,12,13000,14000 +ALB,2039,13,13000,14000 +ALB,2039,14,14000,15000 +ALB,2039,15,14000,15000 +ALB,2039,16,14000,15000 +ALB,2039,17,14000,16000 +ALB,2039,18,15000,16000 +ALB,2040,0,10000,11000 +ALB,2040,1,10000,11000 +ALB,2040,2,9900,11000 +ALB,2040,3,10000,11000 +ALB,2040,4,10000,11000 +ALB,2040,5,10000,11000 +ALB,2040,6,10000,11000 +ALB,2040,7,11000,12000 +ALB,2040,8,11000,12000 +ALB,2040,9,11000,12000 +ALB,2040,10,12000,13000 +ALB,2040,11,12000,13000 +ALB,2040,12,12000,13000 +ALB,2040,13,13000,14000 +ALB,2040,14,13000,14000 +ALB,2040,15,14000,15000 +ALB,2040,16,14000,15000 +ALB,2040,17,14000,15000 +ALB,2040,18,14000,16000 +ALB,2041,0,10000,11000 +ALB,2041,1,10000,11000 +ALB,2041,2,9900,11000 +ALB,2041,3,9900,11000 +ALB,2041,4,10000,11000 +ALB,2041,5,10000,11000 +ALB,2041,6,10000,11000 +ALB,2041,7,10000,11000 +ALB,2041,8,11000,12000 +ALB,2041,9,11000,12000 +ALB,2041,10,11000,12000 +ALB,2041,11,12000,13000 +ALB,2041,12,12000,13000 +ALB,2041,13,12000,13000 +ALB,2041,14,13000,14000 +ALB,2041,15,13000,14000 +ALB,2041,16,13000,15000 +ALB,2041,17,14000,15000 +ALB,2041,18,14000,15000 +ALB,2042,0,9900,11000 +ALB,2042,1,9800,10000 +ALB,2042,2,9900,11000 +ALB,2042,3,9900,11000 +ALB,2042,4,9900,11000 +ALB,2042,5,10000,11000 +ALB,2042,6,10000,11000 +ALB,2042,7,10000,11000 +ALB,2042,8,10000,11000 +ALB,2042,9,11000,12000 +ALB,2042,10,11000,12000 +ALB,2042,11,11000,12000 +ALB,2042,12,12000,13000 +ALB,2042,13,12000,13000 +ALB,2042,14,12000,13000 +ALB,2042,15,13000,14000 +ALB,2042,16,13000,14000 +ALB,2042,17,13000,15000 +ALB,2042,18,14000,15000 +ALB,2043,0,9800,10000 +ALB,2043,1,9700,10000 +ALB,2043,2,9700,10000 +ALB,2043,3,9800,10000 +ALB,2043,4,9800,10000 +ALB,2043,5,9900,11000 +ALB,2043,6,10000,11000 +ALB,2043,7,10000,11000 +ALB,2043,8,10000,11000 +ALB,2043,9,10000,11000 +ALB,2043,10,11000,12000 +ALB,2043,11,11000,12000 +ALB,2043,12,11000,12000 +ALB,2043,13,12000,13000 +ALB,2043,14,12000,13000 +ALB,2043,15,12000,13000 +ALB,2043,16,13000,14000 +ALB,2043,17,13000,14000 +ALB,2043,18,13000,14000 +ALB,2044,0,9700,10000 +ALB,2044,1,9600,10000 +ALB,2044,2,9600,10000 +ALB,2044,3,9600,10000 +ALB,2044,4,9700,10000 +ALB,2044,5,9800,10000 +ALB,2044,6,9800,11000 +ALB,2044,7,9900,11000 +ALB,2044,8,10000,11000 +ALB,2044,9,10000,11000 +ALB,2044,10,10000,11000 +ALB,2044,11,11000,12000 +ALB,2044,12,11000,12000 +ALB,2044,13,11000,12000 +ALB,2044,14,12000,13000 +ALB,2044,15,12000,13000 +ALB,2044,16,12000,13000 +ALB,2044,17,13000,14000 +ALB,2044,18,13000,14000 +ALB,2045,0,9600,10000 +ALB,2045,1,9500,10000 +ALB,2045,2,9500,10000 +ALB,2045,3,9600,10000 +ALB,2045,4,9600,10000 +ALB,2045,5,9600,10000 +ALB,2045,6,9700,10000 +ALB,2045,7,9800,11000 +ALB,2045,8,9900,11000 +ALB,2045,9,10000,11000 +ALB,2045,10,10000,11000 +ALB,2045,11,10000,11000 +ALB,2045,12,11000,11000 +ALB,2045,13,11000,12000 +ALB,2045,14,11000,12000 +ALB,2045,15,12000,13000 +ALB,2045,16,12000,13000 +ALB,2045,17,12000,13000 +ALB,2045,18,12000,14000 +ALB,2046,0,9500,10000 +ALB,2046,1,9500,10000 +ALB,2046,2,9500,10000 +ALB,2046,3,9500,10000 +ALB,2046,4,9500,10000 +ALB,2046,5,9600,10000 +ALB,2046,6,9600,10000 +ALB,2046,7,9700,10000 +ALB,2046,8,9800,10000 +ALB,2046,9,9900,11000 +ALB,2046,10,10000,11000 +ALB,2046,11,10000,11000 +ALB,2046,12,10000,11000 +ALB,2046,13,11000,11000 +ALB,2046,14,11000,12000 +ALB,2046,15,11000,12000 +ALB,2046,16,11000,12000 +ALB,2046,17,12000,13000 +ALB,2046,18,12000,13000 +ALB,2047,0,9400,10000 +ALB,2047,1,9400,10000 +ALB,2047,2,9500,10000 +ALB,2047,3,9500,10000 +ALB,2047,4,9500,10000 +ALB,2047,5,9500,10000 +ALB,2047,6,9600,10000 +ALB,2047,7,9600,10000 +ALB,2047,8,9700,10000 +ALB,2047,9,9800,10000 +ALB,2047,10,9900,11000 +ALB,2047,11,10000,11000 +ALB,2047,12,10000,11000 +ALB,2047,13,10000,11000 +ALB,2047,14,10000,11000 +ALB,2047,15,11000,12000 +ALB,2047,16,11000,12000 +ALB,2047,17,11000,12000 +ALB,2047,18,12000,13000 +ALB,2048,0,9300,9900 +ALB,2048,1,9300,10000 +ALB,2048,2,9300,10000 +ALB,2048,3,9400,10000 +ALB,2048,4,9400,10000 +ALB,2048,5,9400,10000 +ALB,2048,6,9500,10000 +ALB,2048,7,9500,10000 +ALB,2048,8,9600,10000 +ALB,2048,9,9700,10000 +ALB,2048,10,9800,10000 +ALB,2048,11,9900,11000 +ALB,2048,12,10000,11000 +ALB,2048,13,10000,11000 +ALB,2048,14,10000,11000 +ALB,2048,15,10000,11000 +ALB,2048,16,11000,12000 +ALB,2048,17,11000,12000 +ALB,2048,18,11000,12000 +ALB,2049,0,9200,9800 +ALB,2049,1,9200,9900 +ALB,2049,2,9200,9900 +ALB,2049,3,9300,9900 +ALB,2049,4,9300,10000 +ALB,2049,5,9400,10000 +ALB,2049,6,9400,10000 +ALB,2049,7,9500,10000 +ALB,2049,8,9500,10000 +ALB,2049,9,9600,10000 +ALB,2049,10,9600,10000 +ALB,2049,11,9700,10000 +ALB,2049,12,9800,11000 +ALB,2049,13,10000,11000 +ALB,2049,14,10000,11000 +ALB,2049,15,10000,11000 +ALB,2049,16,10000,11000 +ALB,2049,17,11000,12000 +ALB,2049,18,11000,12000 +ALB,2050,0,9000,9700 +ALB,2050,1,9100,9700 +ALB,2050,2,9100,9800 +ALB,2050,3,9200,9900 +ALB,2050,4,9200,9900 +ALB,2050,5,9300,9900 +ALB,2050,6,9300,10000 +ALB,2050,7,9400,10000 +ALB,2050,8,9400,10000 +ALB,2050,9,9500,10000 +ALB,2050,10,9600,10000 +ALB,2050,11,9600,10000 +ALB,2050,12,9700,10000 +ALB,2050,13,9800,11000 +ALB,2050,14,9900,11000 +ALB,2050,15,10000,11000 +ALB,2050,16,10000,11000 +ALB,2050,17,10000,11000 +ALB,2050,18,11000,11000 +AND,1990,0,, +AND,1990,1,, +AND,1990,2,, +AND,1990,3,, +AND,1990,4,, +AND,1990,5,, +AND,1990,6,, +AND,1990,7,, +AND,1990,8,, +AND,1990,9,, +AND,1990,10,, +AND,1990,11,, +AND,1990,12,, +AND,1990,13,, +AND,1990,14,, +AND,1990,15,, +AND,1990,16,, +AND,1990,17,, +AND,1990,18,, +AND,1991,0,, +AND,1991,1,, +AND,1991,2,, +AND,1991,3,, +AND,1991,4,, +AND,1991,5,, +AND,1991,6,, +AND,1991,7,, +AND,1991,8,, +AND,1991,9,, +AND,1991,10,, +AND,1991,11,, +AND,1991,12,, +AND,1991,13,, +AND,1991,14,, +AND,1991,15,, +AND,1991,16,, +AND,1991,17,, +AND,1991,18,, +AND,1992,0,, +AND,1992,1,, +AND,1992,2,, +AND,1992,3,, +AND,1992,4,, +AND,1992,5,, +AND,1992,6,, +AND,1992,7,, +AND,1992,8,, +AND,1992,9,, +AND,1992,10,, +AND,1992,11,, +AND,1992,12,, +AND,1992,13,, +AND,1992,14,, +AND,1992,15,, +AND,1992,16,, +AND,1992,17,, +AND,1992,18,, +AND,1993,0,, +AND,1993,1,, +AND,1993,2,, +AND,1993,3,, +AND,1993,4,, +AND,1993,5,, +AND,1993,6,, +AND,1993,7,, +AND,1993,8,, +AND,1993,9,, +AND,1993,10,, +AND,1993,11,, +AND,1993,12,, +AND,1993,13,, +AND,1993,14,, +AND,1993,15,, +AND,1993,16,, +AND,1993,17,, +AND,1993,18,, +AND,1994,0,, +AND,1994,1,, +AND,1994,2,, +AND,1994,3,, +AND,1994,4,, +AND,1994,5,, +AND,1994,6,, +AND,1994,7,, +AND,1994,8,, +AND,1994,9,, +AND,1994,10,, +AND,1994,11,, +AND,1994,12,, +AND,1994,13,, +AND,1994,14,, +AND,1994,15,, +AND,1994,16,, +AND,1994,17,, +AND,1994,18,, +AND,1995,0,, +AND,1995,1,, +AND,1995,2,, +AND,1995,3,, +AND,1995,4,, +AND,1995,5,, +AND,1995,6,, +AND,1995,7,, +AND,1995,8,, +AND,1995,9,, +AND,1995,10,, +AND,1995,11,, +AND,1995,12,, +AND,1995,13,, +AND,1995,14,, +AND,1995,15,, +AND,1995,16,, +AND,1995,17,, +AND,1995,18,, +AND,1996,0,, +AND,1996,1,, +AND,1996,2,, +AND,1996,3,, +AND,1996,4,, +AND,1996,5,, +AND,1996,6,, +AND,1996,7,, +AND,1996,8,, +AND,1996,9,, +AND,1996,10,, +AND,1996,11,, +AND,1996,12,, +AND,1996,13,, +AND,1996,14,, +AND,1996,15,, +AND,1996,16,, +AND,1996,17,, +AND,1996,18,, +AND,1997,0,, +AND,1997,1,, +AND,1997,2,, +AND,1997,3,, +AND,1997,4,, +AND,1997,5,, +AND,1997,6,, +AND,1997,7,, +AND,1997,8,, +AND,1997,9,, +AND,1997,10,, +AND,1997,11,, +AND,1997,12,, +AND,1997,13,, +AND,1997,14,, +AND,1997,15,, +AND,1997,16,, +AND,1997,17,, +AND,1997,18,, +AND,1998,0,, +AND,1998,1,, +AND,1998,2,, +AND,1998,3,, +AND,1998,4,, +AND,1998,5,, +AND,1998,6,, +AND,1998,7,, +AND,1998,8,, +AND,1998,9,, +AND,1998,10,, +AND,1998,11,, +AND,1998,12,, +AND,1998,13,, +AND,1998,14,, +AND,1998,15,, +AND,1998,16,, +AND,1998,17,, +AND,1998,18,, +AND,1999,0,, +AND,1999,1,, +AND,1999,2,, +AND,1999,3,, +AND,1999,4,, +AND,1999,5,, +AND,1999,6,, +AND,1999,7,, +AND,1999,8,, +AND,1999,9,, +AND,1999,10,, +AND,1999,11,, +AND,1999,12,, +AND,1999,13,, +AND,1999,14,, +AND,1999,15,, +AND,1999,16,, +AND,1999,17,, +AND,1999,18,, +AND,2000,0,, +AND,2000,1,, +AND,2000,2,, +AND,2000,3,, +AND,2000,4,, +AND,2000,5,, +AND,2000,6,, +AND,2000,7,, +AND,2000,8,, +AND,2000,9,, +AND,2000,10,, +AND,2000,11,, +AND,2000,12,, +AND,2000,13,, +AND,2000,14,, +AND,2000,15,, +AND,2000,16,, +AND,2000,17,, +AND,2000,18,, +AND,2001,0,, +AND,2001,1,, +AND,2001,2,, +AND,2001,3,, +AND,2001,4,, +AND,2001,5,, +AND,2001,6,, +AND,2001,7,, +AND,2001,8,, +AND,2001,9,, +AND,2001,10,, +AND,2001,11,, +AND,2001,12,, +AND,2001,13,, +AND,2001,14,, +AND,2001,15,, +AND,2001,16,, +AND,2001,17,, +AND,2001,18,, +AND,2002,0,, +AND,2002,1,, +AND,2002,2,, +AND,2002,3,, +AND,2002,4,, +AND,2002,5,, +AND,2002,6,, +AND,2002,7,, +AND,2002,8,, +AND,2002,9,, +AND,2002,10,, +AND,2002,11,, +AND,2002,12,, +AND,2002,13,, +AND,2002,14,, +AND,2002,15,, +AND,2002,16,, +AND,2002,17,, +AND,2002,18,, +AND,2003,0,, +AND,2003,1,, +AND,2003,2,, +AND,2003,3,, +AND,2003,4,, +AND,2003,5,, +AND,2003,6,, +AND,2003,7,, +AND,2003,8,, +AND,2003,9,, +AND,2003,10,, +AND,2003,11,, +AND,2003,12,, +AND,2003,13,, +AND,2003,14,, +AND,2003,15,, +AND,2003,16,, +AND,2003,17,, +AND,2003,18,, +AND,2004,0,, +AND,2004,1,, +AND,2004,2,, +AND,2004,3,, +AND,2004,4,, +AND,2004,5,, +AND,2004,6,, +AND,2004,7,, +AND,2004,8,, +AND,2004,9,, +AND,2004,10,, +AND,2004,11,, +AND,2004,12,, +AND,2004,13,, +AND,2004,14,, +AND,2004,15,, +AND,2004,16,, +AND,2004,17,, +AND,2004,18,, +AND,2005,0,, +AND,2005,1,, +AND,2005,2,, +AND,2005,3,, +AND,2005,4,, +AND,2005,5,, +AND,2005,6,, +AND,2005,7,, +AND,2005,8,, +AND,2005,9,, +AND,2005,10,, +AND,2005,11,, +AND,2005,12,, +AND,2005,13,, +AND,2005,14,, +AND,2005,15,, +AND,2005,16,, +AND,2005,17,, +AND,2005,18,, +AND,2006,0,, +AND,2006,1,, +AND,2006,2,, +AND,2006,3,, +AND,2006,4,, +AND,2006,5,, +AND,2006,6,, +AND,2006,7,, +AND,2006,8,, +AND,2006,9,, +AND,2006,10,, +AND,2006,11,, +AND,2006,12,, +AND,2006,13,, +AND,2006,14,, +AND,2006,15,, +AND,2006,16,, +AND,2006,17,, +AND,2006,18,, +AND,2007,0,, +AND,2007,1,, +AND,2007,2,, +AND,2007,3,, +AND,2007,4,, +AND,2007,5,, +AND,2007,6,, +AND,2007,7,, +AND,2007,8,, +AND,2007,9,, +AND,2007,10,, +AND,2007,11,, +AND,2007,12,, +AND,2007,13,, +AND,2007,14,, +AND,2007,15,, +AND,2007,16,, +AND,2007,17,, +AND,2007,18,, +AND,2008,0,, +AND,2008,1,, +AND,2008,2,, +AND,2008,3,, +AND,2008,4,, +AND,2008,5,, +AND,2008,6,, +AND,2008,7,, +AND,2008,8,, +AND,2008,9,, +AND,2008,10,, +AND,2008,11,, +AND,2008,12,, +AND,2008,13,, +AND,2008,14,, +AND,2008,15,, +AND,2008,16,, +AND,2008,17,, +AND,2008,18,, +AND,2009,0,, +AND,2009,1,, +AND,2009,2,, +AND,2009,3,, +AND,2009,4,, +AND,2009,5,, +AND,2009,6,, +AND,2009,7,, +AND,2009,8,, +AND,2009,9,, +AND,2009,10,, +AND,2009,11,, +AND,2009,12,, +AND,2009,13,, +AND,2009,14,, +AND,2009,15,, +AND,2009,16,, +AND,2009,17,, +AND,2009,18,, +AND,2010,0,, +AND,2010,1,, +AND,2010,2,, +AND,2010,3,, +AND,2010,4,, +AND,2010,5,, +AND,2010,6,, +AND,2010,7,, +AND,2010,8,, +AND,2010,9,, +AND,2010,10,, +AND,2010,11,, +AND,2010,12,, +AND,2010,13,, +AND,2010,14,, +AND,2010,15,, +AND,2010,16,, +AND,2010,17,, +AND,2010,18,, +AND,2011,0,, +AND,2011,1,, +AND,2011,2,, +AND,2011,3,, +AND,2011,4,, +AND,2011,5,, +AND,2011,6,, +AND,2011,7,, +AND,2011,8,, +AND,2011,9,, +AND,2011,10,, +AND,2011,11,, +AND,2011,12,, +AND,2011,13,, +AND,2011,14,, +AND,2011,15,, +AND,2011,16,, +AND,2011,17,, +AND,2011,18,, +AND,2012,0,, +AND,2012,1,, +AND,2012,2,, +AND,2012,3,, +AND,2012,4,, +AND,2012,5,, +AND,2012,6,, +AND,2012,7,, +AND,2012,8,, +AND,2012,9,, +AND,2012,10,, +AND,2012,11,, +AND,2012,12,, +AND,2012,13,, +AND,2012,14,, +AND,2012,15,, +AND,2012,16,, +AND,2012,17,, +AND,2012,18,, +AND,2013,0,, +AND,2013,1,, +AND,2013,2,, +AND,2013,3,, +AND,2013,4,, +AND,2013,5,, +AND,2013,6,, +AND,2013,7,, +AND,2013,8,, +AND,2013,9,, +AND,2013,10,, +AND,2013,11,, +AND,2013,12,, +AND,2013,13,, +AND,2013,14,, +AND,2013,15,, +AND,2013,16,, +AND,2013,17,, +AND,2013,18,, +AND,2014,0,, +AND,2014,1,, +AND,2014,2,, +AND,2014,3,, +AND,2014,4,, +AND,2014,5,, +AND,2014,6,, +AND,2014,7,, +AND,2014,8,, +AND,2014,9,, +AND,2014,10,, +AND,2014,11,, +AND,2014,12,, +AND,2014,13,, +AND,2014,14,, +AND,2014,15,, +AND,2014,16,, +AND,2014,17,, +AND,2014,18,, +AND,2015,0,, +AND,2015,1,, +AND,2015,2,, +AND,2015,3,, +AND,2015,4,, +AND,2015,5,, +AND,2015,6,, +AND,2015,7,, +AND,2015,8,, +AND,2015,9,, +AND,2015,10,, +AND,2015,11,, +AND,2015,12,, +AND,2015,13,, +AND,2015,14,, +AND,2015,15,, +AND,2015,16,, +AND,2015,17,, +AND,2015,18,, +AND,2016,0,, +AND,2016,1,, +AND,2016,2,, +AND,2016,3,, +AND,2016,4,, +AND,2016,5,, +AND,2016,6,, +AND,2016,7,, +AND,2016,8,, +AND,2016,9,, +AND,2016,10,, +AND,2016,11,, +AND,2016,12,, +AND,2016,13,, +AND,2016,14,, +AND,2016,15,, +AND,2016,16,, +AND,2016,17,, +AND,2016,18,, +AND,2017,0,, +AND,2017,1,, +AND,2017,2,, +AND,2017,3,, +AND,2017,4,, +AND,2017,5,, +AND,2017,6,, +AND,2017,7,, +AND,2017,8,, +AND,2017,9,, +AND,2017,10,, +AND,2017,11,, +AND,2017,12,, +AND,2017,13,, +AND,2017,14,, +AND,2017,15,, +AND,2017,16,, +AND,2017,17,, +AND,2017,18,, +AND,2018,0,, +AND,2018,1,, +AND,2018,2,, +AND,2018,3,, +AND,2018,4,, +AND,2018,5,, +AND,2018,6,, +AND,2018,7,, +AND,2018,8,, +AND,2018,9,, +AND,2018,10,, +AND,2018,11,, +AND,2018,12,, +AND,2018,13,, +AND,2018,14,, +AND,2018,15,, +AND,2018,16,, +AND,2018,17,, +AND,2018,18,, +AND,2019,0,, +AND,2019,1,, +AND,2019,2,, +AND,2019,3,, +AND,2019,4,, +AND,2019,5,, +AND,2019,6,, +AND,2019,7,, +AND,2019,8,, +AND,2019,9,, +AND,2019,10,, +AND,2019,11,, +AND,2019,12,, +AND,2019,13,, +AND,2019,14,, +AND,2019,15,, +AND,2019,16,, +AND,2019,17,, +AND,2019,18,, +AND,2020,0,, +AND,2020,1,, +AND,2020,2,, +AND,2020,3,, +AND,2020,4,, +AND,2020,5,, +AND,2020,6,, +AND,2020,7,, +AND,2020,8,, +AND,2020,9,, +AND,2020,10,, +AND,2020,11,, +AND,2020,12,, +AND,2020,13,, +AND,2020,14,, +AND,2020,15,, +AND,2020,16,, +AND,2020,17,, +AND,2020,18,, +AND,2021,0,, +AND,2021,1,, +AND,2021,2,, +AND,2021,3,, +AND,2021,4,, +AND,2021,5,, +AND,2021,6,, +AND,2021,7,, +AND,2021,8,, +AND,2021,9,, +AND,2021,10,, +AND,2021,11,, +AND,2021,12,, +AND,2021,13,, +AND,2021,14,, +AND,2021,15,, +AND,2021,16,, +AND,2021,17,, +AND,2021,18,, +AND,2022,0,, +AND,2022,1,, +AND,2022,2,, +AND,2022,3,, +AND,2022,4,, +AND,2022,5,, +AND,2022,6,, +AND,2022,7,, +AND,2022,8,, +AND,2022,9,, +AND,2022,10,, +AND,2022,11,, +AND,2022,12,, +AND,2022,13,, +AND,2022,14,, +AND,2022,15,, +AND,2022,16,, +AND,2022,17,, +AND,2022,18,, +AND,2023,0,, +AND,2023,1,, +AND,2023,2,, +AND,2023,3,, +AND,2023,4,, +AND,2023,5,, +AND,2023,6,, +AND,2023,7,, +AND,2023,8,, +AND,2023,9,, +AND,2023,10,, +AND,2023,11,, +AND,2023,12,, +AND,2023,13,, +AND,2023,14,, +AND,2023,15,, +AND,2023,16,, +AND,2023,17,, +AND,2023,18,, +AND,2024,0,, +AND,2024,1,, +AND,2024,2,, +AND,2024,3,, +AND,2024,4,, +AND,2024,5,, +AND,2024,6,, +AND,2024,7,, +AND,2024,8,, +AND,2024,9,, +AND,2024,10,, +AND,2024,11,, +AND,2024,12,, +AND,2024,13,, +AND,2024,14,, +AND,2024,15,, +AND,2024,16,, +AND,2024,17,, +AND,2024,18,, +AND,2025,0,, +AND,2025,1,, +AND,2025,2,, +AND,2025,3,, +AND,2025,4,, +AND,2025,5,, +AND,2025,6,, +AND,2025,7,, +AND,2025,8,, +AND,2025,9,, +AND,2025,10,, +AND,2025,11,, +AND,2025,12,, +AND,2025,13,, +AND,2025,14,, +AND,2025,15,, +AND,2025,16,, +AND,2025,17,, +AND,2025,18,, +AND,2026,0,, +AND,2026,1,, +AND,2026,2,, +AND,2026,3,, +AND,2026,4,, +AND,2026,5,, +AND,2026,6,, +AND,2026,7,, +AND,2026,8,, +AND,2026,9,, +AND,2026,10,, +AND,2026,11,, +AND,2026,12,, +AND,2026,13,, +AND,2026,14,, +AND,2026,15,, +AND,2026,16,, +AND,2026,17,, +AND,2026,18,, +AND,2027,0,, +AND,2027,1,, +AND,2027,2,, +AND,2027,3,, +AND,2027,4,, +AND,2027,5,, +AND,2027,6,, +AND,2027,7,, +AND,2027,8,, +AND,2027,9,, +AND,2027,10,, +AND,2027,11,, +AND,2027,12,, +AND,2027,13,, +AND,2027,14,, +AND,2027,15,, +AND,2027,16,, +AND,2027,17,, +AND,2027,18,, +AND,2028,0,, +AND,2028,1,, +AND,2028,2,, +AND,2028,3,, +AND,2028,4,, +AND,2028,5,, +AND,2028,6,, +AND,2028,7,, +AND,2028,8,, +AND,2028,9,, +AND,2028,10,, +AND,2028,11,, +AND,2028,12,, +AND,2028,13,, +AND,2028,14,, +AND,2028,15,, +AND,2028,16,, +AND,2028,17,, +AND,2028,18,, +AND,2029,0,, +AND,2029,1,, +AND,2029,2,, +AND,2029,3,, +AND,2029,4,, +AND,2029,5,, +AND,2029,6,, +AND,2029,7,, +AND,2029,8,, +AND,2029,9,, +AND,2029,10,, +AND,2029,11,, +AND,2029,12,, +AND,2029,13,, +AND,2029,14,, +AND,2029,15,, +AND,2029,16,, +AND,2029,17,, +AND,2029,18,, +AND,2030,0,, +AND,2030,1,, +AND,2030,2,, +AND,2030,3,, +AND,2030,4,, +AND,2030,5,, +AND,2030,6,, +AND,2030,7,, +AND,2030,8,, +AND,2030,9,, +AND,2030,10,, +AND,2030,11,, +AND,2030,12,, +AND,2030,13,, +AND,2030,14,, +AND,2030,15,, +AND,2030,16,, +AND,2030,17,, +AND,2030,18,, +AND,2031,0,, +AND,2031,1,, +AND,2031,2,, +AND,2031,3,, +AND,2031,4,, +AND,2031,5,, +AND,2031,6,, +AND,2031,7,, +AND,2031,8,, +AND,2031,9,, +AND,2031,10,, +AND,2031,11,, +AND,2031,12,, +AND,2031,13,, +AND,2031,14,, +AND,2031,15,, +AND,2031,16,, +AND,2031,17,, +AND,2031,18,, +AND,2032,0,, +AND,2032,1,, +AND,2032,2,, +AND,2032,3,, +AND,2032,4,, +AND,2032,5,, +AND,2032,6,, +AND,2032,7,, +AND,2032,8,, +AND,2032,9,, +AND,2032,10,, +AND,2032,11,, +AND,2032,12,, +AND,2032,13,, +AND,2032,14,, +AND,2032,15,, +AND,2032,16,, +AND,2032,17,, +AND,2032,18,, +AND,2033,0,, +AND,2033,1,, +AND,2033,2,, +AND,2033,3,, +AND,2033,4,, +AND,2033,5,, +AND,2033,6,, +AND,2033,7,, +AND,2033,8,, +AND,2033,9,, +AND,2033,10,, +AND,2033,11,, +AND,2033,12,, +AND,2033,13,, +AND,2033,14,, +AND,2033,15,, +AND,2033,16,, +AND,2033,17,, +AND,2033,18,, +AND,2034,0,, +AND,2034,1,, +AND,2034,2,, +AND,2034,3,, +AND,2034,4,, +AND,2034,5,, +AND,2034,6,, +AND,2034,7,, +AND,2034,8,, +AND,2034,9,, +AND,2034,10,, +AND,2034,11,, +AND,2034,12,, +AND,2034,13,, +AND,2034,14,, +AND,2034,15,, +AND,2034,16,, +AND,2034,17,, +AND,2034,18,, +AND,2035,0,, +AND,2035,1,, +AND,2035,2,, +AND,2035,3,, +AND,2035,4,, +AND,2035,5,, +AND,2035,6,, +AND,2035,7,, +AND,2035,8,, +AND,2035,9,, +AND,2035,10,, +AND,2035,11,, +AND,2035,12,, +AND,2035,13,, +AND,2035,14,, +AND,2035,15,, +AND,2035,16,, +AND,2035,17,, +AND,2035,18,, +AND,2036,0,, +AND,2036,1,, +AND,2036,2,, +AND,2036,3,, +AND,2036,4,, +AND,2036,5,, +AND,2036,6,, +AND,2036,7,, +AND,2036,8,, +AND,2036,9,, +AND,2036,10,, +AND,2036,11,, +AND,2036,12,, +AND,2036,13,, +AND,2036,14,, +AND,2036,15,, +AND,2036,16,, +AND,2036,17,, +AND,2036,18,, +AND,2037,0,, +AND,2037,1,, +AND,2037,2,, +AND,2037,3,, +AND,2037,4,, +AND,2037,5,, +AND,2037,6,, +AND,2037,7,, +AND,2037,8,, +AND,2037,9,, +AND,2037,10,, +AND,2037,11,, +AND,2037,12,, +AND,2037,13,, +AND,2037,14,, +AND,2037,15,, +AND,2037,16,, +AND,2037,17,, +AND,2037,18,, +AND,2038,0,, +AND,2038,1,, +AND,2038,2,, +AND,2038,3,, +AND,2038,4,, +AND,2038,5,, +AND,2038,6,, +AND,2038,7,, +AND,2038,8,, +AND,2038,9,, +AND,2038,10,, +AND,2038,11,, +AND,2038,12,, +AND,2038,13,, +AND,2038,14,, +AND,2038,15,, +AND,2038,16,, +AND,2038,17,, +AND,2038,18,, +AND,2039,0,, +AND,2039,1,, +AND,2039,2,, +AND,2039,3,, +AND,2039,4,, +AND,2039,5,, +AND,2039,6,, +AND,2039,7,, +AND,2039,8,, +AND,2039,9,, +AND,2039,10,, +AND,2039,11,, +AND,2039,12,, +AND,2039,13,, +AND,2039,14,, +AND,2039,15,, +AND,2039,16,, +AND,2039,17,, +AND,2039,18,, +AND,2040,0,, +AND,2040,1,, +AND,2040,2,, +AND,2040,3,, +AND,2040,4,, +AND,2040,5,, +AND,2040,6,, +AND,2040,7,, +AND,2040,8,, +AND,2040,9,, +AND,2040,10,, +AND,2040,11,, +AND,2040,12,, +AND,2040,13,, +AND,2040,14,, +AND,2040,15,, +AND,2040,16,, +AND,2040,17,, +AND,2040,18,, +AND,2041,0,, +AND,2041,1,, +AND,2041,2,, +AND,2041,3,, +AND,2041,4,, +AND,2041,5,, +AND,2041,6,, +AND,2041,7,, +AND,2041,8,, +AND,2041,9,, +AND,2041,10,, +AND,2041,11,, +AND,2041,12,, +AND,2041,13,, +AND,2041,14,, +AND,2041,15,, +AND,2041,16,, +AND,2041,17,, +AND,2041,18,, +AND,2042,0,, +AND,2042,1,, +AND,2042,2,, +AND,2042,3,, +AND,2042,4,, +AND,2042,5,, +AND,2042,6,, +AND,2042,7,, +AND,2042,8,, +AND,2042,9,, +AND,2042,10,, +AND,2042,11,, +AND,2042,12,, +AND,2042,13,, +AND,2042,14,, +AND,2042,15,, +AND,2042,16,, +AND,2042,17,, +AND,2042,18,, +AND,2043,0,, +AND,2043,1,, +AND,2043,2,, +AND,2043,3,, +AND,2043,4,, +AND,2043,5,, +AND,2043,6,, +AND,2043,7,, +AND,2043,8,, +AND,2043,9,, +AND,2043,10,, +AND,2043,11,, +AND,2043,12,, +AND,2043,13,, +AND,2043,14,, +AND,2043,15,, +AND,2043,16,, +AND,2043,17,, +AND,2043,18,, +AND,2044,0,, +AND,2044,1,, +AND,2044,2,, +AND,2044,3,, +AND,2044,4,, +AND,2044,5,, +AND,2044,6,, +AND,2044,7,, +AND,2044,8,, +AND,2044,9,, +AND,2044,10,, +AND,2044,11,, +AND,2044,12,, +AND,2044,13,, +AND,2044,14,, +AND,2044,15,, +AND,2044,16,, +AND,2044,17,, +AND,2044,18,, +AND,2045,0,, +AND,2045,1,, +AND,2045,2,, +AND,2045,3,, +AND,2045,4,, +AND,2045,5,, +AND,2045,6,, +AND,2045,7,, +AND,2045,8,, +AND,2045,9,, +AND,2045,10,, +AND,2045,11,, +AND,2045,12,, +AND,2045,13,, +AND,2045,14,, +AND,2045,15,, +AND,2045,16,, +AND,2045,17,, +AND,2045,18,, +AND,2046,0,, +AND,2046,1,, +AND,2046,2,, +AND,2046,3,, +AND,2046,4,, +AND,2046,5,, +AND,2046,6,, +AND,2046,7,, +AND,2046,8,, +AND,2046,9,, +AND,2046,10,, +AND,2046,11,, +AND,2046,12,, +AND,2046,13,, +AND,2046,14,, +AND,2046,15,, +AND,2046,16,, +AND,2046,17,, +AND,2046,18,, +AND,2047,0,, +AND,2047,1,, +AND,2047,2,, +AND,2047,3,, +AND,2047,4,, +AND,2047,5,, +AND,2047,6,, +AND,2047,7,, +AND,2047,8,, +AND,2047,9,, +AND,2047,10,, +AND,2047,11,, +AND,2047,12,, +AND,2047,13,, +AND,2047,14,, +AND,2047,15,, +AND,2047,16,, +AND,2047,17,, +AND,2047,18,, +AND,2048,0,, +AND,2048,1,, +AND,2048,2,, +AND,2048,3,, +AND,2048,4,, +AND,2048,5,, +AND,2048,6,, +AND,2048,7,, +AND,2048,8,, +AND,2048,9,, +AND,2048,10,, +AND,2048,11,, +AND,2048,12,, +AND,2048,13,, +AND,2048,14,, +AND,2048,15,, +AND,2048,16,, +AND,2048,17,, +AND,2048,18,, +AND,2049,0,, +AND,2049,1,, +AND,2049,2,, +AND,2049,3,, +AND,2049,4,, +AND,2049,5,, +AND,2049,6,, +AND,2049,7,, +AND,2049,8,, +AND,2049,9,, +AND,2049,10,, +AND,2049,11,, +AND,2049,12,, +AND,2049,13,, +AND,2049,14,, +AND,2049,15,, +AND,2049,16,, +AND,2049,17,, +AND,2049,18,, +AND,2050,0,, +AND,2050,1,, +AND,2050,2,, +AND,2050,3,, +AND,2050,4,, +AND,2050,5,, +AND,2050,6,, +AND,2050,7,, +AND,2050,8,, +AND,2050,9,, +AND,2050,10,, +AND,2050,11,, +AND,2050,12,, +AND,2050,13,, +AND,2050,14,, +AND,2050,15,, +AND,2050,16,, +AND,2050,17,, +AND,2050,18,, +ARB,1990,0,, +ARB,1990,1,, +ARB,1990,2,, +ARB,1990,3,, +ARB,1990,4,, +ARB,1990,5,, +ARB,1990,6,, +ARB,1990,7,, +ARB,1990,8,, +ARB,1990,9,, +ARB,1990,10,, +ARB,1990,11,, +ARB,1990,12,, +ARB,1990,13,, +ARB,1990,14,, +ARB,1990,15,, +ARB,1990,16,, +ARB,1990,17,, +ARB,1990,18,, +ARB,1991,0,, +ARB,1991,1,, +ARB,1991,2,, +ARB,1991,3,, +ARB,1991,4,, +ARB,1991,5,, +ARB,1991,6,, +ARB,1991,7,, +ARB,1991,8,, +ARB,1991,9,, +ARB,1991,10,, +ARB,1991,11,, +ARB,1991,12,, +ARB,1991,13,, +ARB,1991,14,, +ARB,1991,15,, +ARB,1991,16,, +ARB,1991,17,, +ARB,1991,18,, +ARB,1992,0,, +ARB,1992,1,, +ARB,1992,2,, +ARB,1992,3,, +ARB,1992,4,, +ARB,1992,5,, +ARB,1992,6,, +ARB,1992,7,, +ARB,1992,8,, +ARB,1992,9,, +ARB,1992,10,, +ARB,1992,11,, +ARB,1992,12,, +ARB,1992,13,, +ARB,1992,14,, +ARB,1992,15,, +ARB,1992,16,, +ARB,1992,17,, +ARB,1992,18,, +ARB,1993,0,, +ARB,1993,1,, +ARB,1993,2,, +ARB,1993,3,, +ARB,1993,4,, +ARB,1993,5,, +ARB,1993,6,, +ARB,1993,7,, +ARB,1993,8,, +ARB,1993,9,, +ARB,1993,10,, +ARB,1993,11,, +ARB,1993,12,, +ARB,1993,13,, +ARB,1993,14,, +ARB,1993,15,, +ARB,1993,16,, +ARB,1993,17,, +ARB,1993,18,, +ARB,1994,0,, +ARB,1994,1,, +ARB,1994,2,, +ARB,1994,3,, +ARB,1994,4,, +ARB,1994,5,, +ARB,1994,6,, +ARB,1994,7,, +ARB,1994,8,, +ARB,1994,9,, +ARB,1994,10,, +ARB,1994,11,, +ARB,1994,12,, +ARB,1994,13,, +ARB,1994,14,, +ARB,1994,15,, +ARB,1994,16,, +ARB,1994,17,, +ARB,1994,18,, +ARB,1995,0,, +ARB,1995,1,, +ARB,1995,2,, +ARB,1995,3,, +ARB,1995,4,, +ARB,1995,5,, +ARB,1995,6,, +ARB,1995,7,, +ARB,1995,8,, +ARB,1995,9,, +ARB,1995,10,, +ARB,1995,11,, +ARB,1995,12,, +ARB,1995,13,, +ARB,1995,14,, +ARB,1995,15,, +ARB,1995,16,, +ARB,1995,17,, +ARB,1995,18,, +ARB,1996,0,, +ARB,1996,1,, +ARB,1996,2,, +ARB,1996,3,, +ARB,1996,4,, +ARB,1996,5,, +ARB,1996,6,, +ARB,1996,7,, +ARB,1996,8,, +ARB,1996,9,, +ARB,1996,10,, +ARB,1996,11,, +ARB,1996,12,, +ARB,1996,13,, +ARB,1996,14,, +ARB,1996,15,, +ARB,1996,16,, +ARB,1996,17,, +ARB,1996,18,, +ARB,1997,0,, +ARB,1997,1,, +ARB,1997,2,, +ARB,1997,3,, +ARB,1997,4,, +ARB,1997,5,, +ARB,1997,6,, +ARB,1997,7,, +ARB,1997,8,, +ARB,1997,9,, +ARB,1997,10,, +ARB,1997,11,, +ARB,1997,12,, +ARB,1997,13,, +ARB,1997,14,, +ARB,1997,15,, +ARB,1997,16,, +ARB,1997,17,, +ARB,1997,18,, +ARB,1998,0,, +ARB,1998,1,, +ARB,1998,2,, +ARB,1998,3,, +ARB,1998,4,, +ARB,1998,5,, +ARB,1998,6,, +ARB,1998,7,, +ARB,1998,8,, +ARB,1998,9,, +ARB,1998,10,, +ARB,1998,11,, +ARB,1998,12,, +ARB,1998,13,, +ARB,1998,14,, +ARB,1998,15,, +ARB,1998,16,, +ARB,1998,17,, +ARB,1998,18,, +ARB,1999,0,, +ARB,1999,1,, +ARB,1999,2,, +ARB,1999,3,, +ARB,1999,4,, +ARB,1999,5,, +ARB,1999,6,, +ARB,1999,7,, +ARB,1999,8,, +ARB,1999,9,, +ARB,1999,10,, +ARB,1999,11,, +ARB,1999,12,, +ARB,1999,13,, +ARB,1999,14,, +ARB,1999,15,, +ARB,1999,16,, +ARB,1999,17,, +ARB,1999,18,, +ARB,2000,0,, +ARB,2000,1,, +ARB,2000,2,, +ARB,2000,3,, +ARB,2000,4,, +ARB,2000,5,, +ARB,2000,6,, +ARB,2000,7,, +ARB,2000,8,, +ARB,2000,9,, +ARB,2000,10,, +ARB,2000,11,, +ARB,2000,12,, +ARB,2000,13,, +ARB,2000,14,, +ARB,2000,15,, +ARB,2000,16,, +ARB,2000,17,, +ARB,2000,18,, +ARB,2001,0,, +ARB,2001,1,, +ARB,2001,2,, +ARB,2001,3,, +ARB,2001,4,, +ARB,2001,5,, +ARB,2001,6,, +ARB,2001,7,, +ARB,2001,8,, +ARB,2001,9,, +ARB,2001,10,, +ARB,2001,11,, +ARB,2001,12,, +ARB,2001,13,, +ARB,2001,14,, +ARB,2001,15,, +ARB,2001,16,, +ARB,2001,17,, +ARB,2001,18,, +ARB,2002,0,, +ARB,2002,1,, +ARB,2002,2,, +ARB,2002,3,, +ARB,2002,4,, +ARB,2002,5,, +ARB,2002,6,, +ARB,2002,7,, +ARB,2002,8,, +ARB,2002,9,, +ARB,2002,10,, +ARB,2002,11,, +ARB,2002,12,, +ARB,2002,13,, +ARB,2002,14,, +ARB,2002,15,, +ARB,2002,16,, +ARB,2002,17,, +ARB,2002,18,, +ARB,2003,0,, +ARB,2003,1,, +ARB,2003,2,, +ARB,2003,3,, +ARB,2003,4,, +ARB,2003,5,, +ARB,2003,6,, +ARB,2003,7,, +ARB,2003,8,, +ARB,2003,9,, +ARB,2003,10,, +ARB,2003,11,, +ARB,2003,12,, +ARB,2003,13,, +ARB,2003,14,, +ARB,2003,15,, +ARB,2003,16,, +ARB,2003,17,, +ARB,2003,18,, +ARB,2004,0,, +ARB,2004,1,, +ARB,2004,2,, +ARB,2004,3,, +ARB,2004,4,, +ARB,2004,5,, +ARB,2004,6,, +ARB,2004,7,, +ARB,2004,8,, +ARB,2004,9,, +ARB,2004,10,, +ARB,2004,11,, +ARB,2004,12,, +ARB,2004,13,, +ARB,2004,14,, +ARB,2004,15,, +ARB,2004,16,, +ARB,2004,17,, +ARB,2004,18,, +ARB,2005,0,, +ARB,2005,1,, +ARB,2005,2,, +ARB,2005,3,, +ARB,2005,4,, +ARB,2005,5,, +ARB,2005,6,, +ARB,2005,7,, +ARB,2005,8,, +ARB,2005,9,, +ARB,2005,10,, +ARB,2005,11,, +ARB,2005,12,, +ARB,2005,13,, +ARB,2005,14,, +ARB,2005,15,, +ARB,2005,16,, +ARB,2005,17,, +ARB,2005,18,, +ARB,2006,0,, +ARB,2006,1,, +ARB,2006,2,, +ARB,2006,3,, +ARB,2006,4,, +ARB,2006,5,, +ARB,2006,6,, +ARB,2006,7,, +ARB,2006,8,, +ARB,2006,9,, +ARB,2006,10,, +ARB,2006,11,, +ARB,2006,12,, +ARB,2006,13,, +ARB,2006,14,, +ARB,2006,15,, +ARB,2006,16,, +ARB,2006,17,, +ARB,2006,18,, +ARB,2007,0,, +ARB,2007,1,, +ARB,2007,2,, +ARB,2007,3,, +ARB,2007,4,, +ARB,2007,5,, +ARB,2007,6,, +ARB,2007,7,, +ARB,2007,8,, +ARB,2007,9,, +ARB,2007,10,, +ARB,2007,11,, +ARB,2007,12,, +ARB,2007,13,, +ARB,2007,14,, +ARB,2007,15,, +ARB,2007,16,, +ARB,2007,17,, +ARB,2007,18,, +ARB,2008,0,, +ARB,2008,1,, +ARB,2008,2,, +ARB,2008,3,, +ARB,2008,4,, +ARB,2008,5,, +ARB,2008,6,, +ARB,2008,7,, +ARB,2008,8,, +ARB,2008,9,, +ARB,2008,10,, +ARB,2008,11,, +ARB,2008,12,, +ARB,2008,13,, +ARB,2008,14,, +ARB,2008,15,, +ARB,2008,16,, +ARB,2008,17,, +ARB,2008,18,, +ARB,2009,0,, +ARB,2009,1,, +ARB,2009,2,, +ARB,2009,3,, +ARB,2009,4,, +ARB,2009,5,, +ARB,2009,6,, +ARB,2009,7,, +ARB,2009,8,, +ARB,2009,9,, +ARB,2009,10,, +ARB,2009,11,, +ARB,2009,12,, +ARB,2009,13,, +ARB,2009,14,, +ARB,2009,15,, +ARB,2009,16,, +ARB,2009,17,, +ARB,2009,18,, +ARB,2010,0,, +ARB,2010,1,, +ARB,2010,2,, +ARB,2010,3,, +ARB,2010,4,, +ARB,2010,5,, +ARB,2010,6,, +ARB,2010,7,, +ARB,2010,8,, +ARB,2010,9,, +ARB,2010,10,, +ARB,2010,11,, +ARB,2010,12,, +ARB,2010,13,, +ARB,2010,14,, +ARB,2010,15,, +ARB,2010,16,, +ARB,2010,17,, +ARB,2010,18,, +ARB,2011,0,, +ARB,2011,1,, +ARB,2011,2,, +ARB,2011,3,, +ARB,2011,4,, +ARB,2011,5,, +ARB,2011,6,, +ARB,2011,7,, +ARB,2011,8,, +ARB,2011,9,, +ARB,2011,10,, +ARB,2011,11,, +ARB,2011,12,, +ARB,2011,13,, +ARB,2011,14,, +ARB,2011,15,, +ARB,2011,16,, +ARB,2011,17,, +ARB,2011,18,, +ARB,2012,0,, +ARB,2012,1,, +ARB,2012,2,, +ARB,2012,3,, +ARB,2012,4,, +ARB,2012,5,, +ARB,2012,6,, +ARB,2012,7,, +ARB,2012,8,, +ARB,2012,9,, +ARB,2012,10,, +ARB,2012,11,, +ARB,2012,12,, +ARB,2012,13,, +ARB,2012,14,, +ARB,2012,15,, +ARB,2012,16,, +ARB,2012,17,, +ARB,2012,18,, +ARB,2013,0,, +ARB,2013,1,, +ARB,2013,2,, +ARB,2013,3,, +ARB,2013,4,, +ARB,2013,5,, +ARB,2013,6,, +ARB,2013,7,, +ARB,2013,8,, +ARB,2013,9,, +ARB,2013,10,, +ARB,2013,11,, +ARB,2013,12,, +ARB,2013,13,, +ARB,2013,14,, +ARB,2013,15,, +ARB,2013,16,, +ARB,2013,17,, +ARB,2013,18,, +ARB,2014,0,, +ARB,2014,1,, +ARB,2014,2,, +ARB,2014,3,, +ARB,2014,4,, +ARB,2014,5,, +ARB,2014,6,, +ARB,2014,7,, +ARB,2014,8,, +ARB,2014,9,, +ARB,2014,10,, +ARB,2014,11,, +ARB,2014,12,, +ARB,2014,13,, +ARB,2014,14,, +ARB,2014,15,, +ARB,2014,16,, +ARB,2014,17,, +ARB,2014,18,, +ARB,2015,0,, +ARB,2015,1,, +ARB,2015,2,, +ARB,2015,3,, +ARB,2015,4,, +ARB,2015,5,, +ARB,2015,6,, +ARB,2015,7,, +ARB,2015,8,, +ARB,2015,9,, +ARB,2015,10,, +ARB,2015,11,, +ARB,2015,12,, +ARB,2015,13,, +ARB,2015,14,, +ARB,2015,15,, +ARB,2015,16,, +ARB,2015,17,, +ARB,2015,18,, +ARB,2016,0,, +ARB,2016,1,, +ARB,2016,2,, +ARB,2016,3,, +ARB,2016,4,, +ARB,2016,5,, +ARB,2016,6,, +ARB,2016,7,, +ARB,2016,8,, +ARB,2016,9,, +ARB,2016,10,, +ARB,2016,11,, +ARB,2016,12,, +ARB,2016,13,, +ARB,2016,14,, +ARB,2016,15,, +ARB,2016,16,, +ARB,2016,17,, +ARB,2016,18,, +ARB,2017,0,, +ARB,2017,1,, +ARB,2017,2,, +ARB,2017,3,, +ARB,2017,4,, +ARB,2017,5,, +ARB,2017,6,, +ARB,2017,7,, +ARB,2017,8,, +ARB,2017,9,, +ARB,2017,10,, +ARB,2017,11,, +ARB,2017,12,, +ARB,2017,13,, +ARB,2017,14,, +ARB,2017,15,, +ARB,2017,16,, +ARB,2017,17,, +ARB,2017,18,, +ARB,2018,0,, +ARB,2018,1,, +ARB,2018,2,, +ARB,2018,3,, +ARB,2018,4,, +ARB,2018,5,, +ARB,2018,6,, +ARB,2018,7,, +ARB,2018,8,, +ARB,2018,9,, +ARB,2018,10,, +ARB,2018,11,, +ARB,2018,12,, +ARB,2018,13,, +ARB,2018,14,, +ARB,2018,15,, +ARB,2018,16,, +ARB,2018,17,, +ARB,2018,18,, +ARB,2019,0,, +ARB,2019,1,, +ARB,2019,2,, +ARB,2019,3,, +ARB,2019,4,, +ARB,2019,5,, +ARB,2019,6,, +ARB,2019,7,, +ARB,2019,8,, +ARB,2019,9,, +ARB,2019,10,, +ARB,2019,11,, +ARB,2019,12,, +ARB,2019,13,, +ARB,2019,14,, +ARB,2019,15,, +ARB,2019,16,, +ARB,2019,17,, +ARB,2019,18,, +ARB,2020,0,, +ARB,2020,1,, +ARB,2020,2,, +ARB,2020,3,, +ARB,2020,4,, +ARB,2020,5,, +ARB,2020,6,, +ARB,2020,7,, +ARB,2020,8,, +ARB,2020,9,, +ARB,2020,10,, +ARB,2020,11,, +ARB,2020,12,, +ARB,2020,13,, +ARB,2020,14,, +ARB,2020,15,, +ARB,2020,16,, +ARB,2020,17,, +ARB,2020,18,, +ARB,2021,0,, +ARB,2021,1,, +ARB,2021,2,, +ARB,2021,3,, +ARB,2021,4,, +ARB,2021,5,, +ARB,2021,6,, +ARB,2021,7,, +ARB,2021,8,, +ARB,2021,9,, +ARB,2021,10,, +ARB,2021,11,, +ARB,2021,12,, +ARB,2021,13,, +ARB,2021,14,, +ARB,2021,15,, +ARB,2021,16,, +ARB,2021,17,, +ARB,2021,18,, +ARB,2022,0,, +ARB,2022,1,, +ARB,2022,2,, +ARB,2022,3,, +ARB,2022,4,, +ARB,2022,5,, +ARB,2022,6,, +ARB,2022,7,, +ARB,2022,8,, +ARB,2022,9,, +ARB,2022,10,, +ARB,2022,11,, +ARB,2022,12,, +ARB,2022,13,, +ARB,2022,14,, +ARB,2022,15,, +ARB,2022,16,, +ARB,2022,17,, +ARB,2022,18,, +ARB,2023,0,, +ARB,2023,1,, +ARB,2023,2,, +ARB,2023,3,, +ARB,2023,4,, +ARB,2023,5,, +ARB,2023,6,, +ARB,2023,7,, +ARB,2023,8,, +ARB,2023,9,, +ARB,2023,10,, +ARB,2023,11,, +ARB,2023,12,, +ARB,2023,13,, +ARB,2023,14,, +ARB,2023,15,, +ARB,2023,16,, +ARB,2023,17,, +ARB,2023,18,, +ARB,2024,0,, +ARB,2024,1,, +ARB,2024,2,, +ARB,2024,3,, +ARB,2024,4,, +ARB,2024,5,, +ARB,2024,6,, +ARB,2024,7,, +ARB,2024,8,, +ARB,2024,9,, +ARB,2024,10,, +ARB,2024,11,, +ARB,2024,12,, +ARB,2024,13,, +ARB,2024,14,, +ARB,2024,15,, +ARB,2024,16,, +ARB,2024,17,, +ARB,2024,18,, +ARB,2025,0,, +ARB,2025,1,, +ARB,2025,2,, +ARB,2025,3,, +ARB,2025,4,, +ARB,2025,5,, +ARB,2025,6,, +ARB,2025,7,, +ARB,2025,8,, +ARB,2025,9,, +ARB,2025,10,, +ARB,2025,11,, +ARB,2025,12,, +ARB,2025,13,, +ARB,2025,14,, +ARB,2025,15,, +ARB,2025,16,, +ARB,2025,17,, +ARB,2025,18,, +ARB,2026,0,, +ARB,2026,1,, +ARB,2026,2,, +ARB,2026,3,, +ARB,2026,4,, +ARB,2026,5,, +ARB,2026,6,, +ARB,2026,7,, +ARB,2026,8,, +ARB,2026,9,, +ARB,2026,10,, +ARB,2026,11,, +ARB,2026,12,, +ARB,2026,13,, +ARB,2026,14,, +ARB,2026,15,, +ARB,2026,16,, +ARB,2026,17,, +ARB,2026,18,, +ARB,2027,0,, +ARB,2027,1,, +ARB,2027,2,, +ARB,2027,3,, +ARB,2027,4,, +ARB,2027,5,, +ARB,2027,6,, +ARB,2027,7,, +ARB,2027,8,, +ARB,2027,9,, +ARB,2027,10,, +ARB,2027,11,, +ARB,2027,12,, +ARB,2027,13,, +ARB,2027,14,, +ARB,2027,15,, +ARB,2027,16,, +ARB,2027,17,, +ARB,2027,18,, +ARB,2028,0,, +ARB,2028,1,, +ARB,2028,2,, +ARB,2028,3,, +ARB,2028,4,, +ARB,2028,5,, +ARB,2028,6,, +ARB,2028,7,, +ARB,2028,8,, +ARB,2028,9,, +ARB,2028,10,, +ARB,2028,11,, +ARB,2028,12,, +ARB,2028,13,, +ARB,2028,14,, +ARB,2028,15,, +ARB,2028,16,, +ARB,2028,17,, +ARB,2028,18,, +ARB,2029,0,, +ARB,2029,1,, +ARB,2029,2,, +ARB,2029,3,, +ARB,2029,4,, +ARB,2029,5,, +ARB,2029,6,, +ARB,2029,7,, +ARB,2029,8,, +ARB,2029,9,, +ARB,2029,10,, +ARB,2029,11,, +ARB,2029,12,, +ARB,2029,13,, +ARB,2029,14,, +ARB,2029,15,, +ARB,2029,16,, +ARB,2029,17,, +ARB,2029,18,, +ARB,2030,0,, +ARB,2030,1,, +ARB,2030,2,, +ARB,2030,3,, +ARB,2030,4,, +ARB,2030,5,, +ARB,2030,6,, +ARB,2030,7,, +ARB,2030,8,, +ARB,2030,9,, +ARB,2030,10,, +ARB,2030,11,, +ARB,2030,12,, +ARB,2030,13,, +ARB,2030,14,, +ARB,2030,15,, +ARB,2030,16,, +ARB,2030,17,, +ARB,2030,18,, +ARB,2031,0,, +ARB,2031,1,, +ARB,2031,2,, +ARB,2031,3,, +ARB,2031,4,, +ARB,2031,5,, +ARB,2031,6,, +ARB,2031,7,, +ARB,2031,8,, +ARB,2031,9,, +ARB,2031,10,, +ARB,2031,11,, +ARB,2031,12,, +ARB,2031,13,, +ARB,2031,14,, +ARB,2031,15,, +ARB,2031,16,, +ARB,2031,17,, +ARB,2031,18,, +ARB,2032,0,, +ARB,2032,1,, +ARB,2032,2,, +ARB,2032,3,, +ARB,2032,4,, +ARB,2032,5,, +ARB,2032,6,, +ARB,2032,7,, +ARB,2032,8,, +ARB,2032,9,, +ARB,2032,10,, +ARB,2032,11,, +ARB,2032,12,, +ARB,2032,13,, +ARB,2032,14,, +ARB,2032,15,, +ARB,2032,16,, +ARB,2032,17,, +ARB,2032,18,, +ARB,2033,0,, +ARB,2033,1,, +ARB,2033,2,, +ARB,2033,3,, +ARB,2033,4,, +ARB,2033,5,, +ARB,2033,6,, +ARB,2033,7,, +ARB,2033,8,, +ARB,2033,9,, +ARB,2033,10,, +ARB,2033,11,, +ARB,2033,12,, +ARB,2033,13,, +ARB,2033,14,, +ARB,2033,15,, +ARB,2033,16,, +ARB,2033,17,, +ARB,2033,18,, +ARB,2034,0,, +ARB,2034,1,, +ARB,2034,2,, +ARB,2034,3,, +ARB,2034,4,, +ARB,2034,5,, +ARB,2034,6,, +ARB,2034,7,, +ARB,2034,8,, +ARB,2034,9,, +ARB,2034,10,, +ARB,2034,11,, +ARB,2034,12,, +ARB,2034,13,, +ARB,2034,14,, +ARB,2034,15,, +ARB,2034,16,, +ARB,2034,17,, +ARB,2034,18,, +ARB,2035,0,, +ARB,2035,1,, +ARB,2035,2,, +ARB,2035,3,, +ARB,2035,4,, +ARB,2035,5,, +ARB,2035,6,, +ARB,2035,7,, +ARB,2035,8,, +ARB,2035,9,, +ARB,2035,10,, +ARB,2035,11,, +ARB,2035,12,, +ARB,2035,13,, +ARB,2035,14,, +ARB,2035,15,, +ARB,2035,16,, +ARB,2035,17,, +ARB,2035,18,, +ARB,2036,0,, +ARB,2036,1,, +ARB,2036,2,, +ARB,2036,3,, +ARB,2036,4,, +ARB,2036,5,, +ARB,2036,6,, +ARB,2036,7,, +ARB,2036,8,, +ARB,2036,9,, +ARB,2036,10,, +ARB,2036,11,, +ARB,2036,12,, +ARB,2036,13,, +ARB,2036,14,, +ARB,2036,15,, +ARB,2036,16,, +ARB,2036,17,, +ARB,2036,18,, +ARB,2037,0,, +ARB,2037,1,, +ARB,2037,2,, +ARB,2037,3,, +ARB,2037,4,, +ARB,2037,5,, +ARB,2037,6,, +ARB,2037,7,, +ARB,2037,8,, +ARB,2037,9,, +ARB,2037,10,, +ARB,2037,11,, +ARB,2037,12,, +ARB,2037,13,, +ARB,2037,14,, +ARB,2037,15,, +ARB,2037,16,, +ARB,2037,17,, +ARB,2037,18,, +ARB,2038,0,, +ARB,2038,1,, +ARB,2038,2,, +ARB,2038,3,, +ARB,2038,4,, +ARB,2038,5,, +ARB,2038,6,, +ARB,2038,7,, +ARB,2038,8,, +ARB,2038,9,, +ARB,2038,10,, +ARB,2038,11,, +ARB,2038,12,, +ARB,2038,13,, +ARB,2038,14,, +ARB,2038,15,, +ARB,2038,16,, +ARB,2038,17,, +ARB,2038,18,, +ARB,2039,0,, +ARB,2039,1,, +ARB,2039,2,, +ARB,2039,3,, +ARB,2039,4,, +ARB,2039,5,, +ARB,2039,6,, +ARB,2039,7,, +ARB,2039,8,, +ARB,2039,9,, +ARB,2039,10,, +ARB,2039,11,, +ARB,2039,12,, +ARB,2039,13,, +ARB,2039,14,, +ARB,2039,15,, +ARB,2039,16,, +ARB,2039,17,, +ARB,2039,18,, +ARB,2040,0,, +ARB,2040,1,, +ARB,2040,2,, +ARB,2040,3,, +ARB,2040,4,, +ARB,2040,5,, +ARB,2040,6,, +ARB,2040,7,, +ARB,2040,8,, +ARB,2040,9,, +ARB,2040,10,, +ARB,2040,11,, +ARB,2040,12,, +ARB,2040,13,, +ARB,2040,14,, +ARB,2040,15,, +ARB,2040,16,, +ARB,2040,17,, +ARB,2040,18,, +ARB,2041,0,, +ARB,2041,1,, +ARB,2041,2,, +ARB,2041,3,, +ARB,2041,4,, +ARB,2041,5,, +ARB,2041,6,, +ARB,2041,7,, +ARB,2041,8,, +ARB,2041,9,, +ARB,2041,10,, +ARB,2041,11,, +ARB,2041,12,, +ARB,2041,13,, +ARB,2041,14,, +ARB,2041,15,, +ARB,2041,16,, +ARB,2041,17,, +ARB,2041,18,, +ARB,2042,0,, +ARB,2042,1,, +ARB,2042,2,, +ARB,2042,3,, +ARB,2042,4,, +ARB,2042,5,, +ARB,2042,6,, +ARB,2042,7,, +ARB,2042,8,, +ARB,2042,9,, +ARB,2042,10,, +ARB,2042,11,, +ARB,2042,12,, +ARB,2042,13,, +ARB,2042,14,, +ARB,2042,15,, +ARB,2042,16,, +ARB,2042,17,, +ARB,2042,18,, +ARB,2043,0,, +ARB,2043,1,, +ARB,2043,2,, +ARB,2043,3,, +ARB,2043,4,, +ARB,2043,5,, +ARB,2043,6,, +ARB,2043,7,, +ARB,2043,8,, +ARB,2043,9,, +ARB,2043,10,, +ARB,2043,11,, +ARB,2043,12,, +ARB,2043,13,, +ARB,2043,14,, +ARB,2043,15,, +ARB,2043,16,, +ARB,2043,17,, +ARB,2043,18,, +ARB,2044,0,, +ARB,2044,1,, +ARB,2044,2,, +ARB,2044,3,, +ARB,2044,4,, +ARB,2044,5,, +ARB,2044,6,, +ARB,2044,7,, +ARB,2044,8,, +ARB,2044,9,, +ARB,2044,10,, +ARB,2044,11,, +ARB,2044,12,, +ARB,2044,13,, +ARB,2044,14,, +ARB,2044,15,, +ARB,2044,16,, +ARB,2044,17,, +ARB,2044,18,, +ARB,2045,0,, +ARB,2045,1,, +ARB,2045,2,, +ARB,2045,3,, +ARB,2045,4,, +ARB,2045,5,, +ARB,2045,6,, +ARB,2045,7,, +ARB,2045,8,, +ARB,2045,9,, +ARB,2045,10,, +ARB,2045,11,, +ARB,2045,12,, +ARB,2045,13,, +ARB,2045,14,, +ARB,2045,15,, +ARB,2045,16,, +ARB,2045,17,, +ARB,2045,18,, +ARB,2046,0,, +ARB,2046,1,, +ARB,2046,2,, +ARB,2046,3,, +ARB,2046,4,, +ARB,2046,5,, +ARB,2046,6,, +ARB,2046,7,, +ARB,2046,8,, +ARB,2046,9,, +ARB,2046,10,, +ARB,2046,11,, +ARB,2046,12,, +ARB,2046,13,, +ARB,2046,14,, +ARB,2046,15,, +ARB,2046,16,, +ARB,2046,17,, +ARB,2046,18,, +ARB,2047,0,, +ARB,2047,1,, +ARB,2047,2,, +ARB,2047,3,, +ARB,2047,4,, +ARB,2047,5,, +ARB,2047,6,, +ARB,2047,7,, +ARB,2047,8,, +ARB,2047,9,, +ARB,2047,10,, +ARB,2047,11,, +ARB,2047,12,, +ARB,2047,13,, +ARB,2047,14,, +ARB,2047,15,, +ARB,2047,16,, +ARB,2047,17,, +ARB,2047,18,, +ARB,2048,0,, +ARB,2048,1,, +ARB,2048,2,, +ARB,2048,3,, +ARB,2048,4,, +ARB,2048,5,, +ARB,2048,6,, +ARB,2048,7,, +ARB,2048,8,, +ARB,2048,9,, +ARB,2048,10,, +ARB,2048,11,, +ARB,2048,12,, +ARB,2048,13,, +ARB,2048,14,, +ARB,2048,15,, +ARB,2048,16,, +ARB,2048,17,, +ARB,2048,18,, +ARB,2049,0,, +ARB,2049,1,, +ARB,2049,2,, +ARB,2049,3,, +ARB,2049,4,, +ARB,2049,5,, +ARB,2049,6,, +ARB,2049,7,, +ARB,2049,8,, +ARB,2049,9,, +ARB,2049,10,, +ARB,2049,11,, +ARB,2049,12,, +ARB,2049,13,, +ARB,2049,14,, +ARB,2049,15,, +ARB,2049,16,, +ARB,2049,17,, +ARB,2049,18,, +ARB,2050,0,, +ARB,2050,1,, +ARB,2050,2,, +ARB,2050,3,, +ARB,2050,4,, +ARB,2050,5,, +ARB,2050,6,, +ARB,2050,7,, +ARB,2050,8,, +ARB,2050,9,, +ARB,2050,10,, +ARB,2050,11,, +ARB,2050,12,, +ARB,2050,13,, +ARB,2050,14,, +ARB,2050,15,, +ARB,2050,16,, +ARB,2050,17,, +ARB,2050,18,, +ARE,1990,0,23355,23658 +ARE,1990,1,23020,23924 +ARE,1990,2,22548,23825 +ARE,1990,3,21959,23413 +ARE,1990,4,21269,22745 +ARE,1990,5,20497,21873 +ARE,1990,6,19661,20852 +ARE,1990,7,18779,19735 +ARE,1990,8,17868,18578 +ARE,1990,9,16947,17434 +ARE,1990,10,16014,16285 +ARE,1990,11,15069,15115 +ARE,1990,12,14224,14336 +ARE,1990,13,13533,14144 +ARE,1990,14,12959,14379 +ARE,1990,15,12415,14667 +ARE,1990,16,11928,15060 +ARE,1990,17,11473,15613 +ARE,1990,18,11035,16306 +ARE,1991,0,23359,23663 +ARE,1991,1,23113,23590 +ARE,1991,2,22801,23766 +ARE,1991,3,22365,23633 +ARE,1991,4,21818,23234 +ARE,1991,5,21175,22612 +ARE,1991,6,20462,21840 +ARE,1991,7,19703,20988 +ARE,1991,8,18862,19964 +ARE,1991,9,17936,18755 +ARE,1991,10,16967,17488 +ARE,1991,11,16001,16273 +ARE,1991,12,15022,15054 +ARE,1991,13,14197,14370 +ARE,1991,14,13613,14492 +ARE,1991,15,13202,15192 +ARE,1991,16,12809,15921 +ARE,1991,17,12462,16721 +ARE,1991,18,12169,17803 +ARE,1992,0,23188,23558 +ARE,1992,1,22956,23822 +ARE,1992,2,22968,23620 +ARE,1992,3,22679,23708 +ARE,1992,4,22275,23541 +ARE,1992,5,21768,23151 +ARE,1992,6,21170,22575 +ARE,1992,7,20512,21898 +ARE,1992,8,19826,21212 +ARE,1992,9,19024,20274 +ARE,1992,10,18077,19008 +ARE,1992,11,17058,17614 +ARE,1992,12,16055,16327 +ARE,1992,13,15037,15055 +ARE,1992,14,14229,14465 +ARE,1992,15,13748,14898 +ARE,1992,16,13498,16064 +ARE,1992,17,13254,17234 +ARE,1992,18,13046,18442 +ARE,1993,0,22923,23405 +ARE,1993,1,22800,23646 +ARE,1993,2,22591,23680 +ARE,1993,3,22891,23714 +ARE,1993,4,22623,23713 +ARE,1993,5,22251,23511 +ARE,1993,6,21782,23131 +ARE,1993,7,21227,22597 +ARE,1993,8,20622,22015 +ARE,1993,9,20007,21492 +ARE,1993,10,19241,20638 +ARE,1993,11,18272,19313 +ARE,1993,12,17199,17788 +ARE,1993,13,16156,16426 +ARE,1993,14,15097,15097 +ARE,1993,15,14304,14598 +ARE,1993,16,13925,15345 +ARE,1993,17,13835,16979 +ARE,1993,18,13739,18595 +ARE,1994,0,22658,23281 +ARE,1994,1,22692,23540 +ARE,1994,2,22641,23650 +ARE,1994,3,22510,23625 +ARE,1994,4,22819,23815 +ARE,1994,5,22574,23725 +ARE,1994,6,22233,23488 +ARE,1994,7,21803,23117 +ARE,1994,8,21290,22627 +ARE,1994,9,20739,22139 +ARE,1994,10,20196,21780 +ARE,1994,11,19466,21011 +ARE,1994,12,18474,19625 +ARE,1994,13,17346,17968 +ARE,1994,14,16262,16530 +ARE,1994,15,15161,15143 +ARE,1994,16,14382,14736 +ARE,1994,17,14107,15798 +ARE,1994,18,14178,17905 +ARE,1995,0,22462,23260 +ARE,1995,1,22700,23601 +ARE,1995,2,22840,23831 +ARE,1995,3,22885,23954 +ARE,1995,4,22838,23972 +ARE,1995,5,22701,23890 +ARE,1995,6,22478,23711 +ARE,1995,7,22170,23440 +ARE,1995,8,21779,23078 +ARE,1995,9,21310,22631 +ARE,1995,10,20814,22239 +ARE,1995,11,20343,22045 +ARE,1995,12,19651,21362 +ARE,1995,13,18638,19917 +ARE,1995,14,17458,18128 +ARE,1995,15,16336,16616 +ARE,1995,16,15195,15173 +ARE,1995,17,14432,14859 +ARE,1995,18,14260,16236 +ARE,1996,0,22418,23227 +ARE,1996,1,23510,24283 +ARE,1996,2,23724,24611 +ARE,1996,3,23824,24822 +ARE,1996,4,23813,24917 +ARE,1996,5,23696,24898 +ARE,1996,6,23489,24812 +ARE,1996,7,23210,24702 +ARE,1996,8,22796,24361 +ARE,1996,9,22222,23707 +ARE,1996,10,21534,22868 +ARE,1996,11,20835,22142 +ARE,1996,12,20149,21568 +ARE,1996,13,19383,20952 +ARE,1996,14,18516,20257 +ARE,1996,15,17624,19648 +ARE,1996,16,16768,19227 +ARE,1996,17,15895,18858 +ARE,1996,18,15374,19495 +ARE,1997,0,22549,23464 +ARE,1997,1,23364,24193 +ARE,1997,2,24568,25386 +ARE,1997,3,24759,25704 +ARE,1997,4,24818,25895 +ARE,1997,5,24751,25963 +ARE,1997,6,24563,25909 +ARE,1997,7,24286,25818 +ARE,1997,8,23952,25775 +ARE,1997,9,23431,25364 +ARE,1997,10,22673,24418 +ARE,1997,11,21766,23190 +ARE,1997,12,20864,22128 +ARE,1997,13,19961,21178 +ARE,1997,14,19122,20625 +ARE,1997,15,18402,20669 +ARE,1997,16,17797,21225 +ARE,1997,17,17207,21883 +ARE,1997,18,16601,22575 +ARE,1998,0,22852,23947 +ARE,1998,1,23945,24894 +ARE,1998,2,24815,25699 +ARE,1998,3,25611,26568 +ARE,1998,4,25779,26876 +ARE,1998,5,25798,27050 +ARE,1998,6,25675,27091 +ARE,1998,7,25416,27000 +ARE,1998,8,25069,26904 +ARE,1998,9,24680,26929 +ARE,1998,10,24052,26447 +ARE,1998,11,23111,25206 +ARE,1998,12,21986,23585 +ARE,1998,13,20882,22187 +ARE,1998,14,19763,20858 +ARE,1998,15,18850,20367 +ARE,1998,16,18276,21148 +ARE,1998,17,17960,22867 +ARE,1998,18,17636,24602 +ARE,1999,0,23337,24640 +ARE,1999,1,24570,25708 +ARE,1999,2,25559,26620 +ARE,1999,3,26313,27373 +ARE,1999,4,26643,27838 +ARE,1999,5,26787,28137 +ARE,1999,6,26766,28293 +ARE,1999,7,26587,28308 +ARE,1999,8,26258,28181 +ARE,1999,9,25841,28079 +ARE,1999,10,25397,28172 +ARE,1999,11,24663,27616 +ARE,1999,12,23540,26077 +ARE,1999,13,22196,24057 +ARE,1999,14,20890,22316 +ARE,1999,15,19556,20603 +ARE,1999,16,18571,20173 +ARE,1999,17,18144,21695 +ARE,1999,18,18115,24585 +ARE,2000,0,24057,25575 +ARE,2000,1,25224,26603 +ARE,2000,2,26164,27486 +ARE,2000,3,26886,28222 +ARE,2000,4,27398,28811 +ARE,2000,5,27711,29252 +ARE,2000,6,27832,29542 +ARE,2000,7,27771,29682 +ARE,2000,8,27536,29670 +ARE,2000,9,27136,29505 +ARE,2000,10,26648,29398 +ARE,2000,11,26148,29559 +ARE,2000,12,25308,28927 +ARE,2000,13,24000,27078 +ARE,2000,14,22437,24646 +ARE,2000,15,20928,22551 +ARE,2000,16,19376,20442 +ARE,2000,17,18317,20071 +ARE,2000,18,18036,22350 +ARE,2001,0,24523,25277 +ARE,2001,1,24191,25086 +ARE,2001,2,25031,25810 +ARE,2001,3,25720,26448 +ARE,2001,4,26261,26994 +ARE,2001,5,26655,27444 +ARE,2001,6,26919,27848 +ARE,2001,7,27070,28255 +ARE,2001,8,27035,28392 +ARE,2001,9,26785,28147 +ARE,2001,10,26367,27678 +ARE,2001,11,25909,27391 +ARE,2001,12,25447,27371 +ARE,2001,13,24808,27168 +ARE,2001,14,23937,26653 +ARE,2001,15,22956,26144 +ARE,2001,16,22004,25872 +ARE,2001,17,21004,25537 +ARE,2001,18,20432,26945 +ARE,2002,0,25186,25212 +ARE,2002,1,25563,25611 +ARE,2002,2,24361,24764 +ARE,2002,3,24885,25212 +ARE,2002,4,25332,25625 +ARE,2002,5,25698,25998 +ARE,2002,6,25978,26322 +ARE,2002,7,26195,26694 +ARE,2002,8,26376,27211 +ARE,2002,9,26365,27346 +ARE,2002,10,26101,26885 +ARE,2002,11,25665,26131 +ARE,2002,12,25235,25676 +ARE,2002,13,24809,25489 +ARE,2002,14,24364,25682 +ARE,2002,15,23915,26399 +ARE,2002,16,23499,27666 +ARE,2002,17,23085,29080 +ARE,2002,18,22619,30384 +ARE,2003,0,26367,25973 +ARE,2003,1,26147,25919 +ARE,2003,2,25974,25896 +ARE,2003,3,24734,24996 +ARE,2003,4,24953,25189 +ARE,2003,5,25166,25399 +ARE,2003,6,25364,25614 +ARE,2003,7,25534,25825 +ARE,2003,8,25708,26175 +ARE,2003,9,25918,26807 +ARE,2003,10,25932,26943 +ARE,2003,11,25651,26266 +ARE,2003,12,25194,25225 +ARE,2003,13,24788,24600 +ARE,2003,14,24394,24249 +ARE,2003,15,24135,24824 +ARE,2003,16,24096,26731 +ARE,2003,17,24231,29719 +ARE,2003,18,24342,32771 +ARE,2004,0,28469,28317 +ARE,2004,1,27605,27728 +ARE,2004,2,26906,27255 +ARE,2004,3,26352,26884 +ARE,2004,4,25481,26209 +ARE,2004,5,25396,26153 +ARE,2004,6,25378,26164 +ARE,2004,7,25410,26228 +ARE,2004,8,25471,26333 +ARE,2004,9,25604,26674 +ARE,2004,10,25848,27448 +ARE,2004,11,25887,27591 +ARE,2004,12,25585,26667 +ARE,2004,13,25099,25294 +ARE,2004,14,24711,24473 +ARE,2004,15,24343,23943 +ARE,2004,16,24267,24926 +ARE,2004,17,24641,28115 +ARE,2004,18,25330,32964 +ARE,2005,0,31734,32721 +ARE,2005,1,30221,31489 +ARE,2005,2,28983,30473 +ARE,2005,3,27994,29654 +ARE,2005,4,27227,29016 +ARE,2005,5,26656,28540 +ARE,2005,6,26255,28207 +ARE,2005,7,25998,28001 +ARE,2005,8,25858,27903 +ARE,2005,9,25809,27895 +ARE,2005,10,25900,28240 +ARE,2005,11,26183,29199 +ARE,2005,12,26249,29354 +ARE,2005,13,25920,28126 +ARE,2005,14,25397,26337 +ARE,2005,15,25021,25270 +ARE,2005,16,24674,24522 +ARE,2005,17,24787,25991 +ARE,2005,18,25593,30704 +ARE,2006,0,34620,35695 +ARE,2006,1,32389,33406 +ARE,2006,2,30920,32159 +ARE,2006,3,29723,31144 +ARE,2006,4,28771,30342 +ARE,2006,5,28038,29730 +ARE,2006,6,27524,29422 +ARE,2006,7,27227,29530 +ARE,2006,8,26989,29364 +ARE,2006,9,26731,28634 +ARE,2006,10,26505,27722 +ARE,2006,11,26459,27405 +ARE,2006,12,26585,27659 +ARE,2006,13,26770,28482 +ARE,2006,14,26977,29996 +ARE,2006,15,27259,32301 +ARE,2006,16,27635,35139 +ARE,2006,17,28022,38278 +ARE,2006,18,28837,43559 +ARE,2007,0,38536,40546 +ARE,2007,1,35882,37944 +ARE,2007,2,33481,35171 +ARE,2007,3,32035,33868 +ARE,2007,4,30863,32822 +ARE,2007,5,29936,32010 +ARE,2007,6,29226,31405 +ARE,2007,7,28760,31256 +ARE,2007,8,28563,31812 +ARE,2007,9,28341,31680 +ARE,2007,10,27963,30291 +ARE,2007,11,27558,28439 +ARE,2007,12,27376,27446 +ARE,2007,13,27348,26996 +ARE,2007,14,27652,28519 +ARE,2007,15,28394,32845 +ARE,2007,16,29477,39348 +ARE,2007,17,30605,46213 +ARE,2007,18,31725,53367 +ARE,2008,0,42796,45823 +ARE,2008,1,39685,42552 +ARE,2008,2,37077,39816 +ARE,2008,3,34739,37037 +ARE,2008,4,33311,35675 +ARE,2008,5,32157,34597 +ARE,2008,6,31250,33773 +ARE,2008,7,30562,33175 +ARE,2008,8,30143,33193 +ARE,2008,9,30044,34214 +ARE,2008,10,29838,34119 +ARE,2008,11,29336,32042 +ARE,2008,12,28749,29209 +ARE,2008,13,28428,27510 +ARE,2008,14,28246,26328 +ARE,2008,15,28672,28582 +ARE,2008,16,29957,35838 +ARE,2008,17,31855,46719 +ARE,2008,18,33746,57782 +ARE,2009,0,46469,49715 +ARE,2009,1,43143,46094 +ARE,2009,2,40320,43038 +ARE,2009,3,37958,40503 +ARE,2009,4,35899,38163 +ARE,2009,5,34492,36770 +ARE,2009,6,33362,35681 +ARE,2009,7,32479,34863 +ARE,2009,8,31813,34285 +ARE,2009,9,31443,34471 +ARE,2009,10,31445,35947 +ARE,2009,11,31256,35892 +ARE,2009,12,30630,33155 +ARE,2009,13,29860,29380 +ARE,2009,14,29400,26997 +ARE,2009,15,29061,25093 +ARE,2009,16,29610,28044 +ARE,2009,17,31441,38141 +ARE,2009,18,34156,53262 +ARE,2010,0,48892,51082 +ARE,2010,1,45683,47591 +ARE,2010,2,42902,44590 +ARE,2010,3,40517,42047 +ARE,2010,4,38499,39924 +ARE,2010,5,36817,38188 +ARE,2010,6,35441,36803 +ARE,2010,7,34342,35733 +ARE,2010,8,33488,34945 +ARE,2010,9,32850,34402 +ARE,2010,10,32531,34748 +ARE,2010,11,32635,36624 +ARE,2010,12,32462,36608 +ARE,2010,13,31717,33308 +ARE,2010,14,30770,28723 +ARE,2010,15,30174,25742 +ARE,2010,16,29681,23188 +ARE,2010,17,30348,26735 +ARE,2010,18,32713,39309 +ARE,2011,0,50921,54516 +ARE,2011,1,49149,52533 +ARE,2011,2,46241,49301 +ARE,2011,3,43635,46432 +ARE,2011,4,41323,43912 +ARE,2011,5,39294,41730 +ARE,2011,6,37544,39933 +ARE,2011,7,36065,38566 +ARE,2011,8,34835,37326 +ARE,2011,9,33841,36084 +ARE,2011,10,33080,35001 +ARE,2011,11,32643,34951 +ARE,2011,12,32605,36453 +ARE,2011,13,32541,36836 +ARE,2011,14,32281,35084 +ARE,2011,15,32066,32838 +ARE,2011,16,32168,32058 +ARE,2011,17,32359,31514 +ARE,2011,18,33733,37636 +ARE,2012,0,51684,55403 +ARE,2012,1,49652,53059 +ARE,2012,2,49087,52484 +ARE,2012,3,46504,49619 +ARE,2012,4,44095,46970 +ARE,2012,5,41871,44550 +ARE,2012,6,39845,42371 +ARE,2012,7,38036,40564 +ARE,2012,8,36462,39258 +ARE,2012,9,35108,37877 +ARE,2012,10,33977,36198 +ARE,2012,11,33096,34586 +ARE,2012,12,32543,34126 +ARE,2012,13,32361,35192 +ARE,2012,14,32408,35980 +ARE,2012,15,32642,35892 +ARE,2012,16,33173,36148 +ARE,2012,17,33982,37684 +ARE,2012,18,34868,39248 +ARE,2013,0,51407,54438 +ARE,2013,1,50324,53167 +ARE,2013,2,49044,51716 +ARE,2013,3,48748,51469 +ARE,2013,4,46507,49021 +ARE,2013,5,44307,46640 +ARE,2013,6,42185,44364 +ARE,2013,7,40174,42228 +ARE,2013,8,38316,40443 +ARE,2013,9,36655,39222 +ARE,2013,10,35184,37726 +ARE,2013,11,33922,35644 +ARE,2013,12,32926,33537 +ARE,2013,13,32259,32677 +ARE,2013,14,31933,33292 +ARE,2013,15,32091,34468 +ARE,2013,16,32820,36033 +ARE,2013,17,34097,38770 +ARE,2013,18,35613,42577 +ARE,2014,0,50482,52814 +ARE,2014,1,50353,52607 +ARE,2014,2,49795,51962 +ARE,2014,3,48870,50943 +ARE,2014,4,48184,50253 +ARE,2014,5,46292,48220 +ARE,2014,6,44312,46111 +ARE,2014,7,42300,43984 +ARE,2014,8,40312,41899 +ARE,2014,9,38416,40145 +ARE,2014,10,36676,39010 +ARE,2014,11,35096,37411 +ARE,2014,12,33709,34948 +ARE,2014,13,32603,32368 +ARE,2014,14,31826,31125 +ARE,2014,15,31359,31299 +ARE,2014,16,31627,32845 +ARE,2014,17,32844,36008 +ARE,2014,18,34856,41141 +ARE,2015,0,49244,51413 +ARE,2015,1,49927,52104 +ARE,2015,2,50012,52163 +ARE,2015,3,49575,51673 +ARE,2015,4,48693,50717 +ARE,2015,5,47444,49378 +ARE,2015,6,45902,47737 +ARE,2015,7,44146,45879 +ARE,2015,8,42251,43884 +ARE,2015,9,40294,41837 +ARE,2015,10,38366,40102 +ARE,2015,11,36555,39044 +ARE,2015,12,34873,37333 +ARE,2015,13,33369,34484 +ARE,2015,14,32160,31430 +ARE,2015,15,31277,29806 +ARE,2015,16,30673,29552 +ARE,2015,17,31048,31468 +ARE,2015,18,32741,36205 +ARE,2016,0,48667,50071 +ARE,2016,1,49981,51473 +ARE,2016,2,50490,51968 +ARE,2016,3,50449,51891 +ARE,2016,4,49932,51318 +ARE,2016,5,49010,50328 +ARE,2016,6,47768,49087 +ARE,2016,7,46295,47760 +ARE,2016,8,44585,45982 +ARE,2016,9,42680,43652 +ARE,2016,10,40695,41114 +ARE,2016,11,38785,39099 +ARE,2016,12,37008,37808 +ARE,2016,13,35494,36711 +ARE,2016,14,34349,35731 +ARE,2016,15,33629,35399 +ARE,2016,16,33222,36286 +ARE,2016,17,33085,38238 +ARE,2016,18,33958,43032 +ARE,2017,0,47698,48878 +ARE,2017,1,49609,50901 +ARE,2017,2,50496,51856 +ARE,2017,3,50825,52160 +ARE,2017,4,50659,51947 +ARE,2017,5,50063,51289 +ARE,2017,6,49103,50258 +ARE,2017,7,47876,49106 +ARE,2017,8,46479,48083 +ARE,2017,9,44824,46373 +ARE,2017,10,42916,43695 +ARE,2017,11,40912,40654 +ARE,2017,12,39029,38350 +ARE,2017,13,37295,36819 +ARE,2017,14,35956,36324 +ARE,2017,15,35180,37192 +ARE,2017,16,34957,39560 +ARE,2017,17,35032,42946 +ARE,2017,18,35367,47099 +ARE,2018,0,46640,47960 +ARE,2018,1,48908,50397 +ARE,2018,2,50409,51999 +ARE,2018,3,50835,52450 +ARE,2018,4,50984,52565 +ARE,2018,5,50692,52214 +ARE,2018,6,50019,51467 +ARE,2018,7,49025,50392 +ARE,2018,8,47817,49325 +ARE,2018,9,46501,48602 +ARE,2018,10,44906,46954 +ARE,2018,11,43003,43916 +ARE,2018,12,40988,40358 +ARE,2018,13,39137,37755 +ARE,2018,14,37452,35976 +ARE,2018,15,36293,36083 +ARE,2018,16,35889,38809 +ARE,2018,17,36164,43894 +ARE,2018,18,36722,49798 +ARE,2019,0,46000,47000 +ARE,2019,1,48000,50000 +ARE,2019,2,50000,52000 +ARE,2019,3,51000,53000 +ARE,2019,4,51000,53000 +ARE,2019,5,51000,53000 +ARE,2019,6,51000,52000 +ARE,2019,7,50000,52000 +ARE,2019,8,49000,51000 +ARE,2019,9,48000,50000 +ARE,2019,10,46000,49000 +ARE,2019,11,45000,48000 +ARE,2019,12,43000,44000 +ARE,2019,13,41000,40000 +ARE,2019,14,39000,37000 +ARE,2019,15,38000,35000 +ARE,2019,16,37000,36000 +ARE,2019,17,37000,40000 +ARE,2019,18,37000,48000 +ARE,2020,0,46000,47000 +ARE,2020,1,48000,50000 +ARE,2020,2,49000,52000 +ARE,2020,3,50000,53000 +ARE,2020,4,51000,53000 +ARE,2020,5,51000,54000 +ARE,2020,6,51000,53000 +ARE,2020,7,50000,53000 +ARE,2020,8,50000,52000 +ARE,2020,9,49000,51000 +ARE,2020,10,47000,50000 +ARE,2020,11,46000,50000 +ARE,2020,12,45000,48000 +ARE,2020,13,43000,44000 +ARE,2020,14,41000,40000 +ARE,2020,15,39000,36000 +ARE,2020,16,38000,34000 +ARE,2020,17,37000,36000 +ARE,2020,18,37000,42000 +ARE,2021,0,46000,48000 +ARE,2021,1,46000,48000 +ARE,2021,2,48000,50000 +ARE,2021,3,50000,52000 +ARE,2021,4,50000,53000 +ARE,2021,5,51000,53000 +ARE,2021,6,51000,54000 +ARE,2021,7,51000,54000 +ARE,2021,8,51000,53000 +ARE,2021,9,50000,52000 +ARE,2021,10,49000,50000 +ARE,2021,11,48000,49000 +ARE,2021,12,47000,49000 +ARE,2021,13,45000,48000 +ARE,2021,14,44000,46000 +ARE,2021,15,42000,44000 +ARE,2021,16,41000,43000 +ARE,2021,17,39000,42000 +ARE,2021,18,39000,46000 +ARE,2022,0,48000,50000 +ARE,2022,1,49000,51000 +ARE,2022,2,47000,49000 +ARE,2022,3,48000,50000 +ARE,2022,4,50000,52000 +ARE,2022,5,50000,53000 +ARE,2022,6,51000,53000 +ARE,2022,7,51000,54000 +ARE,2022,8,52000,54000 +ARE,2022,9,51000,54000 +ARE,2022,10,51000,52000 +ARE,2022,11,49000,50000 +ARE,2022,12,48000,49000 +ARE,2022,13,47000,48000 +ARE,2022,14,46000,48000 +ARE,2022,15,45000,47000 +ARE,2022,16,43000,48000 +ARE,2022,17,42000,49000 +ARE,2022,18,41000,51000 +ARE,2023,0,49000,51000 +ARE,2023,1,49000,51000 +ARE,2023,2,49000,51000 +ARE,2023,3,48000,50000 +ARE,2023,4,49000,51000 +ARE,2023,5,50000,52000 +ARE,2023,6,50000,52000 +ARE,2023,7,51000,53000 +ARE,2023,8,51000,54000 +ARE,2023,9,52000,55000 +ARE,2023,10,52000,55000 +ARE,2023,11,51000,53000 +ARE,2023,12,50000,50000 +ARE,2023,13,49000,48000 +ARE,2023,14,48000,47000 +ARE,2023,15,46000,47000 +ARE,2023,16,45000,49000 +ARE,2023,17,44000,51000 +ARE,2023,18,44000,55000 +ARE,2024,0,50000,52000 +ARE,2024,1,50000,52000 +ARE,2024,2,49000,51000 +ARE,2024,3,49000,51000 +ARE,2024,4,48000,50000 +ARE,2024,5,49000,51000 +ARE,2024,6,50000,52000 +ARE,2024,7,50000,52000 +ARE,2024,8,51000,53000 +ARE,2024,9,51000,54000 +ARE,2024,10,52000,55000 +ARE,2024,11,52000,55000 +ARE,2024,12,51000,53000 +ARE,2024,13,50000,50000 +ARE,2024,14,49000,48000 +ARE,2024,15,48000,47000 +ARE,2024,16,47000,47000 +ARE,2024,17,46000,50000 +ARE,2024,18,45000,55000 +ARE,2025,0,51000,53000 +ARE,2025,1,50000,52000 +ARE,2025,2,49000,51000 +ARE,2025,3,49000,51000 +ARE,2025,4,49000,51000 +ARE,2025,5,49000,51000 +ARE,2025,6,49000,51000 +ARE,2025,7,49000,52000 +ARE,2025,8,50000,52000 +ARE,2025,9,51000,53000 +ARE,2025,10,51000,54000 +ARE,2025,11,52000,55000 +ARE,2025,12,52000,56000 +ARE,2025,13,51000,53000 +ARE,2025,14,50000,50000 +ARE,2025,15,49000,47000 +ARE,2025,16,48000,46000 +ARE,2025,17,47000,47000 +ARE,2025,18,47000,52000 +ARE,2026,0,51000,53000 +ARE,2026,1,51000,53000 +ARE,2026,2,50000,52000 +ARE,2026,3,49000,51000 +ARE,2026,4,49000,51000 +ARE,2026,5,49000,51000 +ARE,2026,6,49000,51000 +ARE,2026,7,49000,52000 +ARE,2026,8,50000,52000 +ARE,2026,9,50000,52000 +ARE,2026,10,51000,52000 +ARE,2026,11,52000,53000 +ARE,2026,12,52000,55000 +ARE,2026,13,53000,56000 +ARE,2026,14,52000,55000 +ARE,2026,15,51000,53000 +ARE,2026,16,51000,53000 +ARE,2026,17,50000,54000 +ARE,2026,18,50000,57000 +ARE,2027,0,50000,52000 +ARE,2027,1,49000,51000 +ARE,2027,2,51000,53000 +ARE,2027,3,50000,52000 +ARE,2027,4,49000,52000 +ARE,2027,5,49000,51000 +ARE,2027,6,49000,51000 +ARE,2027,7,49000,52000 +ARE,2027,8,49000,52000 +ARE,2027,9,50000,52000 +ARE,2027,10,50000,52000 +ARE,2027,11,51000,52000 +ARE,2027,12,52000,53000 +ARE,2027,13,53000,54000 +ARE,2027,14,53000,56000 +ARE,2027,15,53000,56000 +ARE,2027,16,53000,57000 +ARE,2027,17,52000,59000 +ARE,2027,18,52000,61000 +ARE,2028,0,48000,51000 +ARE,2028,1,49000,51000 +ARE,2028,2,49000,51000 +ARE,2028,3,50000,53000 +ARE,2028,4,50000,52000 +ARE,2028,5,50000,52000 +ARE,2028,6,50000,52000 +ARE,2028,7,50000,52000 +ARE,2028,8,50000,52000 +ARE,2028,9,50000,53000 +ARE,2028,10,50000,53000 +ARE,2028,11,51000,53000 +ARE,2028,12,51000,52000 +ARE,2028,13,52000,53000 +ARE,2028,14,53000,54000 +ARE,2028,15,54000,56000 +ARE,2028,16,54000,58000 +ARE,2028,17,54000,61000 +ARE,2028,18,54000,65000 +ARE,2029,0,47000,49000 +ARE,2029,1,48000,50000 +ARE,2029,2,49000,51000 +ARE,2029,3,49000,51000 +ARE,2029,4,50000,52000 +ARE,2029,5,50000,52000 +ARE,2029,6,50000,52000 +ARE,2029,7,50000,52000 +ARE,2029,8,50000,52000 +ARE,2029,9,50000,52000 +ARE,2029,10,50000,53000 +ARE,2029,11,50000,53000 +ARE,2029,12,51000,53000 +ARE,2029,13,52000,52000 +ARE,2029,14,53000,52000 +ARE,2029,15,54000,53000 +ARE,2029,16,55000,56000 +ARE,2029,17,55000,59000 +ARE,2029,18,55000,65000 +ARE,2030,0,46000,48000 +ARE,2030,1,48000,50000 +ARE,2030,2,48000,51000 +ARE,2030,3,49000,51000 +ARE,2030,4,50000,52000 +ARE,2030,5,50000,52000 +ARE,2030,6,50000,52000 +ARE,2030,7,50000,52000 +ARE,2030,8,50000,52000 +ARE,2030,9,50000,52000 +ARE,2030,10,50000,52000 +ARE,2030,11,50000,53000 +ARE,2030,12,50000,54000 +ARE,2030,13,51000,53000 +ARE,2030,14,52000,52000 +ARE,2030,15,53000,52000 +ARE,2030,16,54000,53000 +ARE,2030,17,55000,55000 +ARE,2030,18,56000,61000 +ARE,2031,0,46000,48000 +ARE,2031,1,47000,49000 +ARE,2031,2,48000,50000 +ARE,2031,3,49000,51000 +ARE,2031,4,49000,51000 +ARE,2031,5,50000,52000 +ARE,2031,6,50000,52000 +ARE,2031,7,50000,53000 +ARE,2031,8,50000,53000 +ARE,2031,9,50000,53000 +ARE,2031,10,50000,52000 +ARE,2031,11,50000,52000 +ARE,2031,12,50000,53000 +ARE,2031,13,51000,54000 +ARE,2031,14,52000,54000 +ARE,2031,15,53000,55000 +ARE,2031,16,54000,57000 +ARE,2031,17,56000,60000 +ARE,2031,18,57000,64000 +ARE,2032,0,46000,48000 +ARE,2032,1,47000,49000 +ARE,2032,2,47000,49000 +ARE,2032,3,48000,50000 +ARE,2032,4,49000,51000 +ARE,2032,5,49000,51000 +ARE,2032,6,50000,52000 +ARE,2032,7,50000,52000 +ARE,2032,8,50000,53000 +ARE,2032,9,51000,53000 +ARE,2032,10,51000,53000 +ARE,2032,11,51000,52000 +ARE,2032,12,51000,52000 +ARE,2032,13,51000,52000 +ARE,2032,14,51000,54000 +ARE,2032,15,52000,56000 +ARE,2032,16,54000,59000 +ARE,2032,17,56000,62000 +ARE,2032,18,58000,67000 +ARE,2033,0,46000,49000 +ARE,2033,1,47000,49000 +ARE,2033,2,48000,50000 +ARE,2033,3,47000,50000 +ARE,2033,4,48000,50000 +ARE,2033,5,49000,51000 +ARE,2033,6,49000,51000 +ARE,2033,7,50000,52000 +ARE,2033,8,50000,52000 +ARE,2033,9,50000,53000 +ARE,2033,10,51000,54000 +ARE,2033,11,51000,53000 +ARE,2033,12,51000,52000 +ARE,2033,13,51000,52000 +ARE,2033,14,51000,52000 +ARE,2033,15,52000,53000 +ARE,2033,16,53000,57000 +ARE,2033,17,55000,62000 +ARE,2033,18,57000,67000 +ARE,2034,0,47000,49000 +ARE,2034,1,47000,49000 +ARE,2034,2,48000,50000 +ARE,2034,3,48000,50000 +ARE,2034,4,48000,50000 +ARE,2034,5,48000,50000 +ARE,2034,6,49000,51000 +ARE,2034,7,49000,51000 +ARE,2034,8,50000,52000 +ARE,2034,9,50000,52000 +ARE,2034,10,51000,54000 +ARE,2034,11,51000,54000 +ARE,2034,12,51000,53000 +ARE,2034,13,51000,52000 +ARE,2034,14,51000,51000 +ARE,2034,15,52000,51000 +ARE,2034,16,52000,53000 +ARE,2034,17,54000,58000 +ARE,2034,18,56000,65000 +ARE,2035,0,47000,49000 +ARE,2035,1,47000,49000 +ARE,2035,2,47000,49000 +ARE,2035,3,48000,50000 +ARE,2035,4,48000,50000 +ARE,2035,5,48000,50000 +ARE,2035,6,48000,50000 +ARE,2035,7,49000,51000 +ARE,2035,8,49000,51000 +ARE,2035,9,50000,52000 +ARE,2035,10,50000,52000 +ARE,2035,11,51000,54000 +ARE,2035,12,51000,54000 +ARE,2035,13,51000,53000 +ARE,2035,14,51000,51000 +ARE,2035,15,52000,51000 +ARE,2035,16,52000,51000 +ARE,2035,17,53000,53000 +ARE,2035,18,55000,59000 +ARE,2036,0,47000,49000 +ARE,2036,1,47000,49000 +ARE,2036,2,47000,49000 +ARE,2036,3,47000,50000 +ARE,2036,4,48000,50000 +ARE,2036,5,48000,50000 +ARE,2036,6,48000,50000 +ARE,2036,7,49000,51000 +ARE,2036,8,49000,51000 +ARE,2036,9,49000,51000 +ARE,2036,10,50000,51000 +ARE,2036,11,50000,52000 +ARE,2036,12,51000,53000 +ARE,2036,13,52000,54000 +ARE,2036,14,52000,55000 +ARE,2036,15,52000,55000 +ARE,2036,16,53000,56000 +ARE,2036,17,53000,57000 +ARE,2036,18,55000,61000 +ARE,2037,0,48000,50000 +ARE,2037,1,47000,50000 +ARE,2037,2,47000,49000 +ARE,2037,3,47000,50000 +ARE,2037,4,48000,50000 +ARE,2037,5,48000,50000 +ARE,2037,6,48000,50000 +ARE,2037,7,48000,50000 +ARE,2037,8,49000,51000 +ARE,2037,9,49000,52000 +ARE,2037,10,50000,52000 +ARE,2037,11,50000,51000 +ARE,2037,12,51000,52000 +ARE,2037,13,51000,53000 +ARE,2037,14,52000,54000 +ARE,2037,15,53000,56000 +ARE,2037,16,53000,58000 +ARE,2037,17,54000,60000 +ARE,2037,18,55000,63000 +ARE,2038,0,48000,50000 +ARE,2038,1,48000,50000 +ARE,2038,2,48000,50000 +ARE,2038,3,48000,50000 +ARE,2038,4,48000,50000 +ARE,2038,5,48000,50000 +ARE,2038,6,48000,50000 +ARE,2038,7,48000,50000 +ARE,2038,8,48000,51000 +ARE,2038,9,49000,51000 +ARE,2038,10,49000,52000 +ARE,2038,11,50000,52000 +ARE,2038,12,50000,51000 +ARE,2038,13,51000,51000 +ARE,2038,14,52000,52000 +ARE,2038,15,53000,54000 +ARE,2038,16,54000,57000 +ARE,2038,17,54000,61000 +ARE,2038,18,55000,65000 +ARE,2039,0,48000,50000 +ARE,2039,1,48000,50000 +ARE,2039,2,48000,50000 +ARE,2039,3,48000,50000 +ARE,2039,4,48000,50000 +ARE,2039,5,48000,50000 +ARE,2039,6,48000,50000 +ARE,2039,7,48000,50000 +ARE,2039,8,48000,50000 +ARE,2039,9,49000,51000 +ARE,2039,10,49000,52000 +ARE,2039,11,49000,52000 +ARE,2039,12,50000,52000 +ARE,2039,13,50000,51000 +ARE,2039,14,51000,51000 +ARE,2039,15,52000,52000 +ARE,2039,16,53000,54000 +ARE,2039,17,54000,58000 +ARE,2039,18,55000,64000 +ARE,2040,0,48000,51000 +ARE,2040,1,48000,50000 +ARE,2040,2,48000,50000 +ARE,2040,3,48000,50000 +ARE,2040,4,48000,50000 +ARE,2040,5,48000,50000 +ARE,2040,6,48000,50000 +ARE,2040,7,48000,50000 +ARE,2040,8,48000,50000 +ARE,2040,9,48000,50000 +ARE,2040,10,49000,51000 +ARE,2040,11,49000,52000 +ARE,2040,12,50000,53000 +ARE,2040,13,50000,52000 +ARE,2040,14,51000,51000 +ARE,2040,15,51000,51000 +ARE,2040,16,52000,51000 +ARE,2040,17,54000,54000 +ARE,2040,18,55000,59000 +ARE,2041,0,49000,51000 +ARE,2041,1,49000,51000 +ARE,2041,2,48000,50000 +ARE,2041,3,48000,50000 +ARE,2041,4,48000,50000 +ARE,2041,5,48000,50000 +ARE,2041,6,48000,50000 +ARE,2041,7,48000,50000 +ARE,2041,8,48000,50000 +ARE,2041,9,48000,50000 +ARE,2041,10,48000,50000 +ARE,2041,11,49000,51000 +ARE,2041,12,49000,52000 +ARE,2041,13,50000,53000 +ARE,2041,14,51000,53000 +ARE,2041,15,52000,54000 +ARE,2041,16,53000,55000 +ARE,2041,17,54000,57000 +ARE,2041,18,55000,61000 +ARE,2042,0,50000,52000 +ARE,2042,1,49000,51000 +ARE,2042,2,49000,51000 +ARE,2042,3,48000,51000 +ARE,2042,4,48000,50000 +ARE,2042,5,48000,50000 +ARE,2042,6,48000,50000 +ARE,2042,7,48000,50000 +ARE,2042,8,48000,50000 +ARE,2042,9,48000,51000 +ARE,2042,10,48000,50000 +ARE,2042,11,49000,50000 +ARE,2042,12,49000,50000 +ARE,2042,13,50000,51000 +ARE,2042,14,50000,53000 +ARE,2042,15,51000,54000 +ARE,2042,16,52000,56000 +ARE,2042,17,54000,59000 +ARE,2042,18,55000,63000 +ARE,2043,0,50000,53000 +ARE,2043,1,50000,52000 +ARE,2043,2,49000,52000 +ARE,2043,3,49000,51000 +ARE,2043,4,49000,51000 +ARE,2043,5,48000,50000 +ARE,2043,6,48000,50000 +ARE,2043,7,48000,50000 +ARE,2043,8,48000,50000 +ARE,2043,9,48000,51000 +ARE,2043,10,48000,51000 +ARE,2043,11,49000,51000 +ARE,2043,12,49000,50000 +ARE,2043,13,49000,50000 +ARE,2043,14,50000,51000 +ARE,2043,15,51000,53000 +ARE,2043,16,52000,55000 +ARE,2043,17,53000,59000 +ARE,2043,18,55000,63000 +ARE,2044,0,51000,53000 +ARE,2044,1,51000,53000 +ARE,2044,2,50000,52000 +ARE,2044,3,49000,52000 +ARE,2044,4,49000,51000 +ARE,2044,5,49000,51000 +ARE,2044,6,48000,50000 +ARE,2044,7,48000,50000 +ARE,2044,8,48000,50000 +ARE,2044,9,48000,50000 +ARE,2044,10,48000,51000 +ARE,2044,11,48000,51000 +ARE,2044,12,49000,51000 +ARE,2044,13,49000,50000 +ARE,2044,14,50000,50000 +ARE,2044,15,50000,50000 +ARE,2044,16,51000,52000 +ARE,2044,17,52000,56000 +ARE,2044,18,54000,62000 +ARE,2045,0,52000,54000 +ARE,2045,1,51000,53000 +ARE,2045,2,51000,53000 +ARE,2045,3,50000,52000 +ARE,2045,4,49000,52000 +ARE,2045,5,49000,51000 +ARE,2045,6,49000,51000 +ARE,2045,7,48000,51000 +ARE,2045,8,48000,50000 +ARE,2045,9,48000,50000 +ARE,2045,10,48000,50000 +ARE,2045,11,48000,51000 +ARE,2045,12,49000,52000 +ARE,2045,13,49000,51000 +ARE,2045,14,49000,50000 +ARE,2045,15,50000,49000 +ARE,2045,16,51000,50000 +ARE,2045,17,52000,52000 +ARE,2045,18,53000,57000 +ARE,2046,0,52000,55000 +ARE,2046,1,52000,54000 +ARE,2046,2,51000,53000 +ARE,2046,3,51000,53000 +ARE,2046,4,50000,52000 +ARE,2046,5,50000,52000 +ARE,2046,6,49000,51000 +ARE,2046,7,49000,51000 +ARE,2046,8,49000,51000 +ARE,2046,9,48000,50000 +ARE,2046,10,48000,50000 +ARE,2046,11,48000,50000 +ARE,2046,12,49000,51000 +ARE,2046,13,49000,52000 +ARE,2046,14,49000,52000 +ARE,2046,15,50000,52000 +ARE,2046,16,51000,53000 +ARE,2046,17,52000,55000 +ARE,2046,18,53000,58000 +ARE,2047,0,53000,55000 +ARE,2047,1,52000,55000 +ARE,2047,2,52000,54000 +ARE,2047,3,51000,54000 +ARE,2047,4,51000,53000 +ARE,2047,5,50000,52000 +ARE,2047,6,50000,52000 +ARE,2047,7,49000,52000 +ARE,2047,8,49000,51000 +ARE,2047,9,49000,51000 +ARE,2047,10,49000,51000 +ARE,2047,11,49000,50000 +ARE,2047,12,49000,50000 +ARE,2047,13,49000,51000 +ARE,2047,14,49000,51000 +ARE,2047,15,50000,53000 +ARE,2047,16,51000,54000 +ARE,2047,17,52000,57000 +ARE,2047,18,53000,59000 +ARE,2048,0,53000,56000 +ARE,2048,1,53000,55000 +ARE,2048,2,52000,55000 +ARE,2048,3,52000,54000 +ARE,2048,4,51000,54000 +ARE,2048,5,51000,53000 +ARE,2048,6,50000,52000 +ARE,2048,7,50000,52000 +ARE,2048,8,49000,52000 +ARE,2048,9,49000,52000 +ARE,2048,10,49000,51000 +ARE,2048,11,49000,51000 +ARE,2048,12,49000,50000 +ARE,2048,13,49000,50000 +ARE,2048,14,49000,50000 +ARE,2048,15,50000,51000 +ARE,2048,16,50000,53000 +ARE,2048,17,51000,57000 +ARE,2048,18,53000,60000 +ARE,2049,0,54000,56000 +ARE,2049,1,53000,56000 +ARE,2049,2,53000,55000 +ARE,2049,3,52000,55000 +ARE,2049,4,52000,54000 +ARE,2049,5,51000,54000 +ARE,2049,6,51000,53000 +ARE,2049,7,50000,53000 +ARE,2049,8,50000,52000 +ARE,2049,9,49000,52000 +ARE,2049,10,49000,52000 +ARE,2049,11,49000,52000 +ARE,2049,12,49000,51000 +ARE,2049,13,49000,50000 +ARE,2049,14,49000,49000 +ARE,2049,15,49000,50000 +ARE,2049,16,50000,51000 +ARE,2049,17,51000,54000 +ARE,2049,18,52000,59000 +ARE,2050,0,54000,56000 +ARE,2050,1,54000,56000 +ARE,2050,2,53000,56000 +ARE,2050,3,53000,55000 +ARE,2050,4,52000,55000 +ARE,2050,5,52000,54000 +ARE,2050,6,51000,54000 +ARE,2050,7,51000,53000 +ARE,2050,8,50000,53000 +ARE,2050,9,50000,52000 +ARE,2050,10,50000,52000 +ARE,2050,11,49000,52000 +ARE,2050,12,49000,52000 +ARE,2050,13,49000,51000 +ARE,2050,14,49000,50000 +ARE,2050,15,49000,49000 +ARE,2050,16,50000,49000 +ARE,2050,17,50000,51000 +ARE,2050,18,51000,55000 +ARG,1990,0,361792,372885 +ARG,1990,1,347763,358449 +ARG,1990,2,337485,347775 +ARG,1990,3,330448,340339 +ARG,1990,4,326145,335619 +ARG,1990,5,324069,333092 +ARG,1990,6,323711,332233 +ARG,1990,7,324565,332521 +ARG,1990,8,326122,333432 +ARG,1990,9,327875,334442 +ARG,1990,10,330298,336095 +ARG,1990,11,333866,338934 +ARG,1990,12,333160,337104 +ARG,1990,13,325710,327951 +ARG,1990,14,313953,314150 +ARG,1990,15,302842,301050 +ARG,1990,16,291438,287601 +ARG,1990,17,281391,275906 +ARG,1990,18,274039,267557 +ARG,1991,0,365938,377606 +ARG,1991,1,358651,369548 +ARG,1991,2,346803,357303 +ARG,1991,3,337898,348015 +ARG,1991,4,331562,341291 +ARG,1991,5,327422,336741 +ARG,1991,6,324969,333844 +ARG,1991,7,323699,332081 +ARG,1991,8,323896,331698 +ARG,1991,9,325450,332558 +ARG,1991,10,327589,333887 +ARG,1991,11,330130,335591 +ARG,1991,12,333678,338342 +ARG,1991,13,332956,336429 +ARG,1991,14,325496,327205 +ARG,1991,15,313733,313341 +ARG,1991,16,302613,300176 +ARG,1991,17,291198,286662 +ARG,1991,18,281144,274914 +ARG,1992,0,365711,378107 +ARG,1992,1,353628,365187 +ARG,1992,2,355596,366455 +ARG,1992,3,345925,356392 +ARG,1992,4,338392,348482 +ARG,1992,5,332756,342466 +ARG,1992,6,328776,338082 +ARG,1992,7,325948,334814 +ARG,1992,8,323765,332146 +ARG,1992,9,323305,331092 +ARG,1992,10,324854,331903 +ARG,1992,11,327381,333551 +ARG,1992,12,330040,335307 +ARG,1992,13,333571,337972 +ARG,1992,14,332832,335974 +ARG,1992,15,325359,326672 +ARG,1992,16,313587,312737 +ARG,1992,17,302456,299499 +ARG,1992,18,291028,285912 +ARG,1993,0,362202,375327 +ARG,1993,1,354445,366660 +ARG,1993,2,348125,359598 +ARG,1993,3,352569,363462 +ARG,1993,4,345074,355580 +ARG,1993,5,338913,349048 +ARG,1993,6,333977,343738 +ARG,1993,7,330158,339520 +ARG,1993,8,326953,335879 +ARG,1993,9,323856,332304 +ARG,1993,10,322739,330579 +ARG,1993,11,324286,331340 +ARG,1993,12,327199,333308 +ARG,1993,13,329977,335116 +ARG,1993,14,333490,337697 +ARG,1993,15,332734,335614 +ARG,1993,16,325249,326231 +ARG,1993,17,313467,312221 +ARG,1993,18,302324,298905 +ARG,1994,0,357221,370878 +ARG,1994,1,354097,366841 +ARG,1994,2,350976,362971 +ARG,1994,3,347880,359264 +ARG,1994,4,349465,360350 +ARG,1994,5,344150,354652 +ARG,1994,6,339362,349502 +ARG,1994,7,335127,344900 +ARG,1994,8,331470,340848 +ARG,1994,9,327888,336836 +ARG,1994,10,323878,332355 +ARG,1994,11,322105,329959 +ARG,1994,12,323647,330670 +ARG,1994,13,326947,332957 +ARG,1994,14,329843,334818 +ARG,1994,15,333337,337312 +ARG,1994,16,332565,335144 +ARG,1994,17,325069,325685 +ARG,1994,18,313280,311603 +ARG,1995,0,352264,366142 +ARG,1995,1,352890,365896 +ARG,1995,2,352447,364732 +ARG,1995,3,351094,362783 +ARG,1995,4,348988,360181 +ARG,1995,5,346288,357059 +ARG,1995,6,343152,353549 +ARG,1995,7,339738,349782 +ARG,1995,8,336204,345890 +ARG,1995,9,332710,342007 +ARG,1995,10,328752,337626 +ARG,1995,11,323831,332241 +ARG,1995,12,321401,329175 +ARG,1995,13,322939,329836 +ARG,1995,14,326625,332441 +ARG,1995,15,329639,334353 +ARG,1995,16,333113,336760 +ARG,1995,17,332325,334509 +ARG,1995,18,324820,324976 +ARG,1996,0,347523,361431 +ARG,1996,1,352228,365633 +ARG,1996,2,352742,365366 +ARG,1996,3,352239,364194 +ARG,1996,4,350868,362242 +ARG,1996,5,348777,359640 +ARG,1996,6,346125,356523 +ARG,1996,7,343072,353028 +ARG,1996,8,339714,349238 +ARG,1996,9,336181,345263 +ARG,1996,10,332651,341256 +ARG,1996,11,328675,336761 +ARG,1996,12,323742,331263 +ARG,1996,13,321299,328090 +ARG,1996,14,322823,328655 +ARG,1996,15,326495,331178 +ARG,1996,16,329492,333012 +ARG,1996,17,332949,335346 +ARG,1996,18,332147,333047 +ARG,1997,0,342666,356310 +ARG,1997,1,347994,360999 +ARG,1997,2,352255,365113 +ARG,1997,3,352657,364826 +ARG,1997,4,352094,363644 +ARG,1997,5,350704,361690 +ARG,1997,6,348628,359087 +ARG,1997,7,346024,355975 +ARG,1997,8,343053,352496 +ARG,1997,9,339752,348683 +ARG,1997,10,336217,344624 +ARG,1997,11,332651,340495 +ARG,1997,12,328656,335885 +ARG,1997,13,323711,330275 +ARG,1997,14,321254,326994 +ARG,1997,15,322765,327465 +ARG,1997,16,326423,329905 +ARG,1997,17,329405,331660 +ARG,1997,18,332844,333921 +ARG,1998,0,338478,351723 +ARG,1998,1,344924,357701 +ARG,1998,2,349349,361689 +ARG,1998,3,352263,364567 +ARG,1998,4,352553,364260 +ARG,1998,5,351930,363069 +ARG,1998,6,350522,361112 +ARG,1998,7,348460,358508 +ARG,1998,8,345905,355402 +ARG,1998,9,343017,351939 +ARG,1998,10,339771,348104 +ARG,1998,11,336236,343961 +ARG,1998,12,332634,339709 +ARG,1998,13,328620,334985 +ARG,1998,14,323663,329263 +ARG,1998,15,321192,325875 +ARG,1998,16,322689,326251 +ARG,1998,17,326333,328608 +ARG,1998,18,329299,330285 +ARG,1999,0,335920,348848 +ARG,1999,1,342516,355139 +ARG,1999,2,347331,359635 +ARG,1999,3,350537,362504 +ARG,1999,4,352176,364009 +ARG,1999,5,352353,363682 +ARG,1999,6,351670,362482 +ARG,1999,7,350244,360523 +ARG,1999,8,348198,357918 +ARG,1999,9,345691,354818 +ARG,1999,10,342886,351371 +ARG,1999,11,339697,347513 +ARG,1999,12,336163,343287 +ARG,1999,13,332527,338913 +ARG,1999,14,328494,334074 +ARG,1999,15,323526,328240 +ARG,1999,16,321043,324745 +ARG,1999,17,322525,325027 +ARG,1999,18,326155,327301 +ARG,2000,0,335603,348448 +ARG,2000,1,341375,354044 +ARG,2000,2,345784,358234 +ARG,2000,3,348942,361125 +ARG,2000,4,350958,362828 +ARG,2000,5,351944,363451 +ARG,2000,6,352009,363103 +ARG,2000,7,351265,361894 +ARG,2000,8,349823,359932 +ARG,2000,9,347793,357327 +ARG,2000,10,345336,354233 +ARG,2000,11,342615,350802 +ARG,2000,12,339485,346922 +ARG,2000,13,335952,342612 +ARG,2000,14,332283,338115 +ARG,2000,15,328234,333163 +ARG,2000,16,323257,327217 +ARG,2000,17,320762,323615 +ARG,2000,18,322230,323802 +ARG,2001,0,338713,351299 +ARG,2001,1,337116,349744 +ARG,2001,2,341820,354273 +ARG,2001,3,345582,357817 +ARG,2001,4,348438,360411 +ARG,2001,5,350423,362086 +ARG,2001,6,351657,362963 +ARG,2001,7,352263,363160 +ARG,2001,8,351849,362279 +ARG,2001,9,350283,360182 +ARG,2001,10,347855,357158 +ARG,2001,11,345148,353793 +ARG,2001,12,342237,350153 +ARG,2001,13,338965,346105 +ARG,2001,14,335376,341701 +ARG,2001,15,331705,337161 +ARG,2001,16,327650,332162 +ARG,2001,17,322677,326180 +ARG,2001,18,320179,322544 +ARG,2002,0,344209,356754 +ARG,2002,1,344810,357299 +ARG,2002,2,338370,350897 +ARG,2002,3,342002,354357 +ARG,2002,4,345113,357256 +ARG,2002,5,347664,359550 +ARG,2002,6,349616,361198 +ARG,2002,7,351099,362328 +ARG,2002,8,352244,363070 +ARG,2002,9,352162,362518 +ARG,2002,10,350473,360284 +ARG,2002,11,347648,356844 +ARG,2002,12,344693,353210 +ARG,2002,13,341594,349361 +ARG,2002,14,338183,345146 +ARG,2002,15,334539,340651 +ARG,2002,16,330871,336069 +ARG,2002,17,326812,331025 +ARG,2002,18,321847,325010 +ARG,2003,0,350772,363439 +ARG,2003,1,347860,360478 +ARG,2003,2,346007,358537 +ARG,2003,3,339476,351987 +ARG,2003,4,342034,354377 +ARG,2003,5,344493,356629 +ARG,2003,6,346739,358624 +ARG,2003,7,348657,360244 +ARG,2003,8,350388,361627 +ARG,2003,9,352072,362913 +ARG,2003,10,352321,362691 +ARG,2003,11,350510,360322 +ARG,2003,12,347290,356464 +ARG,2003,13,344088,352562 +ARG,2003,14,340802,348506 +ARG,2003,15,337253,344126 +ARG,2003,16,333557,339539 +ARG,2003,17,329892,334917 +ARG,2003,18,325832,329829 +ARG,2004,0,356509,369373 +ARG,2004,1,350739,363540 +ARG,2004,2,346720,359439 +ARG,2004,3,344214,356827 +ARG,2004,4,340573,353106 +ARG,2004,5,342057,354427 +ARG,2004,6,343865,356034 +ARG,2004,7,345805,357730 +ARG,2004,8,347690,359321 +ARG,2004,9,349668,360958 +ARG,2004,10,351891,362789 +ARG,2004,11,352470,362894 +ARG,2004,12,350538,360390 +ARG,2004,13,346923,356116 +ARG,2004,14,343474,351945 +ARG,2004,15,340002,347682 +ARG,2004,16,336316,343135 +ARG,2004,17,332567,338457 +ARG,2004,18,328906,333794 +ARG,2005,0,360065,373130 +ARG,2005,1,352793,365774 +ARG,2005,2,347587,360482 +ARG,2005,3,344182,356983 +ARG,2005,4,342314,355006 +ARG,2005,5,341718,354279 +ARG,2005,6,342131,354531 +ARG,2005,7,343287,355492 +ARG,2005,8,344923,356889 +ARG,2005,9,346774,358453 +ARG,2005,10,349000,360342 +ARG,2005,11,351761,362718 +ARG,2005,12,352671,363153 +ARG,2005,13,350617,360513 +ARG,2005,14,346607,355821 +ARG,2005,15,342911,351381 +ARG,2005,16,339251,346910 +ARG,2005,17,335428,342196 +ARG,2005,18,331626,337426 +ARG,2006,0,360696,373854 +ARG,2006,1,358185,371197 +ARG,2006,2,352082,365013 +ARG,2006,3,347617,360466 +ARG,2006,4,344596,357354 +ARG,2006,5,342825,355476 +ARG,2006,6,342037,354556 +ARG,2006,7,341967,354317 +ARG,2006,8,342781,354933 +ARG,2006,9,344429,356350 +ARG,2006,10,346501,358144 +ARG,2006,11,348801,360115 +ARG,2006,12,351564,362512 +ARG,2006,13,352449,362882 +ARG,2006,14,350329,360048 +ARG,2006,15,346228,355085 +ARG,2006,16,342441,350386 +ARG,2006,17,338687,345642 +ARG,2006,18,334784,340740 +ARG,2007,0,359145,372408 +ARG,2007,1,353712,366832 +ARG,2007,2,356435,369402 +ARG,2007,3,351500,364387 +ARG,2007,4,347775,360582 +ARG,2007,5,345136,357856 +ARG,2007,6,343460,356076 +ARG,2007,7,342480,354963 +ARG,2007,8,341927,354234 +ARG,2007,9,342399,354505 +ARG,2007,10,344060,355943 +ARG,2007,11,346354,357968 +ARG,2007,12,348728,360020 +ARG,2007,13,351496,362439 +ARG,2007,14,352355,362744 +ARG,2007,15,350169,359715 +ARG,2007,16,345975,354479 +ARG,2007,17,342097,349519 +ARG,2007,18,338247,344502 +ARG,2008,0,356546,369928 +ARG,2008,1,353495,366696 +ARG,2008,2,351026,364083 +ARG,2008,3,354767,367694 +ARG,2008,4,350998,363846 +ARG,2008,5,348011,360783 +ARG,2008,6,345755,358442 +ARG,2008,7,344174,356762 +ARG,2008,8,343001,355454 +ARG,2008,9,341966,354234 +ARG,2008,10,342096,354161 +ARG,2008,11,343770,355619 +ARG,2008,12,346286,357876 +ARG,2008,13,348736,360011 +ARG,2008,14,351507,362452 +ARG,2008,15,352342,362693 +ARG,2008,16,350088,359467 +ARG,2008,17,345800,353957 +ARG,2008,18,341830,348736 +ARG,2009,0,354575,368092 +ARG,2009,1,353650,366948 +ARG,2009,2,352620,365748 +ARG,2009,3,351519,364516 +ARG,2009,4,353093,365989 +ARG,2009,5,350490,363310 +ARG,2009,6,348243,360988 +ARG,2009,7,346369,359033 +ARG,2009,8,344884,357450 +ARG,2009,9,343518,355949 +ARG,2009,10,342000,354239 +ARG,2009,11,341788,353820 +ARG,2009,12,343474,355300 +ARG,2009,13,346213,357787 +ARG,2009,14,348738,360005 +ARG,2009,15,351514,362469 +ARG,2009,16,352324,362645 +ARG,2009,17,350003,359223 +ARG,2009,18,345621,353439 +ARG,2010,0,354424,368095 +ARG,2010,1,354659,368081 +ARG,2010,2,354385,367614 +ARG,2010,3,353689,366770 +ARG,2010,4,352659,365627 +ARG,2010,5,351383,364261 +ARG,2010,6,349947,362750 +ARG,2010,7,348439,361171 +ARG,2010,8,346947,359601 +ARG,2010,9,345558,358117 +ARG,2010,10,343999,356422 +ARG,2010,11,341999,354220 +ARG,2010,12,341444,353457 +ARG,2010,13,343144,354957 +ARG,2010,14,346104,357677 +ARG,2010,15,348704,359977 +ARG,2010,16,351484,362463 +ARG,2010,17,352269,362574 +ARG,2010,18,349882,358957 +ARG,2011,0,356608,370417 +ARG,2011,1,354918,368514 +ARG,2011,2,354744,368120 +ARG,2011,3,354217,367420 +ARG,2011,4,353399,366467 +ARG,2011,5,352351,365311 +ARG,2011,6,351160,364029 +ARG,2011,7,349913,362699 +ARG,2011,8,348542,361246 +ARG,2011,9,347055,359672 +ARG,2011,10,345593,358104 +ARG,2011,11,344013,356373 +ARG,2011,12,342016,354160 +ARG,2011,13,341464,353371 +ARG,2011,14,343165,354825 +ARG,2011,15,346127,357485 +ARG,2011,16,348727,359727 +ARG,2011,17,351506,362153 +ARG,2011,18,352290,362219 +ARG,2012,0,360503,374450 +ARG,2012,1,359654,373311 +ARG,2012,2,355375,368894 +ARG,2012,3,354792,368120 +ARG,2012,4,354013,367188 +ARG,2012,5,353072,366125 +ARG,2012,6,352005,364956 +ARG,2012,7,350900,363759 +ARG,2012,8,349843,362609 +ARG,2012,9,348609,361283 +ARG,2012,10,347128,359705 +ARG,2012,11,345592,358053 +ARG,2012,12,343990,356286 +ARG,2012,13,341997,354063 +ARG,2012,14,341448,353248 +ARG,2012,15,343151,354655 +ARG,2012,16,346114,357255 +ARG,2012,17,348714,359440 +ARG,2012,18,351492,361805 +ARG,2013,0,365123,379197 +ARG,2013,1,362810,376589 +ARG,2013,2,360563,374104 +ARG,2013,3,355794,369237 +ARG,2013,4,354802,368083 +ARG,2013,5,353770,366919 +ARG,2013,6,352707,365747 +ARG,2013,7,351622,364566 +ARG,2013,8,350602,363453 +ARG,2013,9,349735,362484 +ARG,2013,10,348638,361284 +ARG,2013,11,347163,359702 +ARG,2013,12,345554,357966 +ARG,2013,13,343931,356163 +ARG,2013,14,341941,353930 +ARG,2013,15,341395,353090 +ARG,2013,16,343100,354450 +ARG,2013,17,346064,356990 +ARG,2013,18,348664,359116 +ARG,2014,0,369052,383233 +ARG,2014,1,365574,379466 +ARG,2014,2,362478,376136 +ARG,2014,3,359739,373208 +ARG,2014,4,356204,369579 +ARG,2014,5,354803,368045 +ARG,2014,6,353518,366650 +ARG,2014,7,352333,365368 +ARG,2014,8,351230,364175 +ARG,2014,9,350296,363146 +ARG,2014,10,349619,362358 +ARG,2014,11,348659,361284 +ARG,2014,12,347190,359699 +ARG,2014,13,345508,357879 +ARG,2014,14,343862,356040 +ARG,2014,15,341877,353797 +ARG,2014,16,341334,352932 +ARG,2014,17,343041,354244 +ARG,2014,18,346005,356725 +ARG,2015,0,371270,385531 +ARG,2015,1,367444,381438 +ARG,2015,2,364108,377881 +ARG,2015,3,361219,374810 +ARG,2015,4,358732,372174 +ARG,2015,5,356606,369925 +ARG,2015,6,354796,368012 +ARG,2015,7,353258,366384 +ARG,2015,8,351951,364993 +ARG,2015,9,350829,363787 +ARG,2015,10,349981,362843 +ARG,2015,11,349494,362235 +ARG,2015,12,348671,361288 +ARG,2015,13,347208,359699 +ARG,2015,14,345453,357795 +ARG,2015,15,343786,355921 +ARG,2015,16,341805,353667 +ARG,2015,17,341265,352776 +ARG,2015,18,342973,354042 +ARG,2016,0,371511,385770 +ARG,2016,1,370533,384696 +ARG,2016,2,367215,381148 +ARG,2016,3,364198,377936 +ARG,2016,4,361472,375043 +ARG,2016,5,359023,372452 +ARG,2016,6,356808,370112 +ARG,2016,7,354784,367972 +ARG,2016,8,353095,366179 +ARG,2016,9,351791,364781 +ARG,2016,10,350765,363662 +ARG,2016,11,349951,362736 +ARG,2016,12,349465,362114 +ARG,2016,13,348643,361137 +ARG,2016,14,347181,359500 +ARG,2016,15,345426,357535 +ARG,2016,16,343759,355602 +ARG,2016,17,341777,353287 +ARG,2016,18,341235,352349 +ARG,2017,0,370164,384388 +ARG,2017,1,368375,382423 +ARG,2017,2,369832,383904 +ARG,2017,3,367020,380900 +ARG,2017,4,364323,378034 +ARG,2017,5,361758,375319 +ARG,2017,6,359346,372771 +ARG,2017,7,357043,370340 +ARG,2017,8,354805,367974 +ARG,2017,9,352964,366016 +ARG,2017,10,351663,364611 +ARG,2017,11,350734,363577 +ARG,2017,12,349953,362670 +ARG,2017,13,349468,362033 +ARG,2017,14,348647,361028 +ARG,2017,15,347186,359341 +ARG,2017,16,345432,357316 +ARG,2017,17,343764,355323 +ARG,2017,18,341780,352948 +ARG,2018,0,367796,381971 +ARG,2018,1,367787,381843 +ARG,2018,2,367338,381284 +ARG,2018,3,369125,383117 +ARG,2018,4,366820,380658 +ARG,2018,5,364442,378136 +ARG,2018,6,362040,375600 +ARG,2018,7,359665,373096 +ARG,2018,8,357274,370573 +ARG,2018,9,354822,367981 +ARG,2018,10,352829,365858 +ARG,2018,11,351531,364446 +ARG,2018,12,350698,363498 +ARG,2018,13,349950,362608 +ARG,2018,14,349466,361957 +ARG,2018,15,348646,360923 +ARG,2018,16,347186,359188 +ARG,2018,17,345433,357102 +ARG,2018,18,343765,355049 +ARG,2019,0,365000,379000 +ARG,2019,1,367000,381000 +ARG,2019,2,368000,382000 +ARG,2019,3,368000,382000 +ARG,2019,4,368000,382000 +ARG,2019,5,367000,380000 +ARG,2019,6,365000,378000 +ARG,2019,7,362000,376000 +ARG,2019,8,360000,373000 +ARG,2019,9,357000,371000 +ARG,2019,10,355000,368000 +ARG,2019,11,353000,366000 +ARG,2019,12,351000,364000 +ARG,2019,13,351000,363000 +ARG,2019,14,350000,362000 +ARG,2019,15,349000,362000 +ARG,2019,16,349000,361000 +ARG,2019,17,347000,359000 +ARG,2019,18,345000,357000 +ARG,2020,0,363000,377000 +ARG,2020,1,366000,380000 +ARG,2020,2,368000,382000 +ARG,2020,3,368000,382000 +ARG,2020,4,368000,382000 +ARG,2020,5,368000,381000 +ARG,2020,6,366000,380000 +ARG,2020,7,364000,378000 +ARG,2020,8,362000,376000 +ARG,2020,9,360000,374000 +ARG,2020,10,358000,371000 +ARG,2020,11,355000,368000 +ARG,2020,12,352000,365000 +ARG,2020,13,351000,364000 +ARG,2020,14,350000,363000 +ARG,2020,15,350000,362000 +ARG,2020,16,349000,362000 +ARG,2020,17,348000,361000 +ARG,2020,18,347000,359000 +ARG,2021,0,362000,376000 +ARG,2021,1,364000,378000 +ARG,2021,2,366000,380000 +ARG,2021,3,367000,381000 +ARG,2021,4,368000,382000 +ARG,2021,5,368000,382000 +ARG,2021,6,367000,381000 +ARG,2021,7,366000,380000 +ARG,2021,8,365000,378000 +ARG,2021,9,363000,376000 +ARG,2021,10,360000,374000 +ARG,2021,11,358000,371000 +ARG,2021,12,355000,368000 +ARG,2021,13,352000,365000 +ARG,2021,14,351000,364000 +ARG,2021,15,351000,363000 +ARG,2021,16,350000,362000 +ARG,2021,17,349000,361000 +ARG,2021,18,349000,360000 +ARG,2022,0,362000,376000 +ARG,2022,1,364000,379000 +ARG,2022,2,364000,378000 +ARG,2022,3,366000,380000 +ARG,2022,4,367000,381000 +ARG,2022,5,368000,382000 +ARG,2022,6,368000,382000 +ARG,2022,7,367000,381000 +ARG,2022,8,366000,380000 +ARG,2022,9,365000,378000 +ARG,2022,10,363000,376000 +ARG,2022,11,360000,374000 +ARG,2022,12,358000,371000 +ARG,2022,13,355000,368000 +ARG,2022,14,352000,365000 +ARG,2022,15,351000,364000 +ARG,2022,16,351000,363000 +ARG,2022,17,350000,362000 +ARG,2022,18,349000,361000 +ARG,2023,0,361000,375000 +ARG,2023,1,364000,378000 +ARG,2023,2,365000,379000 +ARG,2023,3,365000,379000 +ARG,2023,4,366000,380000 +ARG,2023,5,367000,381000 +ARG,2023,6,367000,381000 +ARG,2023,7,367000,381000 +ARG,2023,8,367000,381000 +ARG,2023,9,366000,380000 +ARG,2023,10,365000,378000 +ARG,2023,11,363000,376000 +ARG,2023,12,360000,374000 +ARG,2023,13,358000,371000 +ARG,2023,14,355000,368000 +ARG,2023,15,352000,365000 +ARG,2023,16,351000,364000 +ARG,2023,17,350000,363000 +ARG,2023,18,350000,362000 +ARG,2024,0,361000,375000 +ARG,2024,1,363000,377000 +ARG,2024,2,364000,378000 +ARG,2024,3,365000,379000 +ARG,2024,4,365000,379000 +ARG,2024,5,366000,380000 +ARG,2024,6,367000,381000 +ARG,2024,7,367000,381000 +ARG,2024,8,367000,381000 +ARG,2024,9,367000,380000 +ARG,2024,10,366000,380000 +ARG,2024,11,365000,378000 +ARG,2024,12,363000,376000 +ARG,2024,13,360000,373000 +ARG,2024,14,357000,371000 +ARG,2024,15,355000,367000 +ARG,2024,16,352000,365000 +ARG,2024,17,351000,363000 +ARG,2024,18,350000,362000 +ARG,2025,0,361000,375000 +ARG,2025,1,362000,376000 +ARG,2025,2,363000,377000 +ARG,2025,3,364000,378000 +ARG,2025,4,365000,379000 +ARG,2025,5,366000,380000 +ARG,2025,6,366000,380000 +ARG,2025,7,366000,380000 +ARG,2025,8,367000,380000 +ARG,2025,9,366000,380000 +ARG,2025,10,366000,380000 +ARG,2025,11,366000,380000 +ARG,2025,12,365000,378000 +ARG,2025,13,363000,376000 +ARG,2025,14,360000,373000 +ARG,2025,15,357000,370000 +ARG,2025,16,354000,367000 +ARG,2025,17,352000,365000 +ARG,2025,18,351000,363000 +ARG,2026,0,361000,375000 +ARG,2026,1,361000,375000 +ARG,2026,2,362000,376000 +ARG,2026,3,363000,377000 +ARG,2026,4,364000,378000 +ARG,2026,5,365000,379000 +ARG,2026,6,366000,380000 +ARG,2026,7,366000,380000 +ARG,2026,8,367000,380000 +ARG,2026,9,367000,381000 +ARG,2026,10,366000,380000 +ARG,2026,11,366000,380000 +ARG,2026,12,366000,380000 +ARG,2026,13,365000,378000 +ARG,2026,14,363000,376000 +ARG,2026,15,360000,373000 +ARG,2026,16,357000,370000 +ARG,2026,17,354000,367000 +ARG,2026,18,352000,364000 +ARG,2027,0,361000,375000 +ARG,2027,1,361000,375000 +ARG,2027,2,361000,375000 +ARG,2027,3,362000,376000 +ARG,2027,4,363000,377000 +ARG,2027,5,364000,378000 +ARG,2027,6,365000,379000 +ARG,2027,7,366000,380000 +ARG,2027,8,366000,380000 +ARG,2027,9,367000,380000 +ARG,2027,10,367000,380000 +ARG,2027,11,366000,380000 +ARG,2027,12,366000,380000 +ARG,2027,13,366000,379000 +ARG,2027,14,365000,378000 +ARG,2027,15,363000,376000 +ARG,2027,16,360000,373000 +ARG,2027,17,357000,370000 +ARG,2027,18,354000,367000 +ARG,2028,0,361000,375000 +ARG,2028,1,361000,375000 +ARG,2028,2,361000,375000 +ARG,2028,3,361000,375000 +ARG,2028,4,362000,376000 +ARG,2028,5,363000,377000 +ARG,2028,6,364000,378000 +ARG,2028,7,365000,379000 +ARG,2028,8,366000,379000 +ARG,2028,9,366000,380000 +ARG,2028,10,367000,380000 +ARG,2028,11,367000,380000 +ARG,2028,12,366000,380000 +ARG,2028,13,366000,380000 +ARG,2028,14,366000,379000 +ARG,2028,15,365000,378000 +ARG,2028,16,363000,376000 +ARG,2028,17,360000,373000 +ARG,2028,18,357000,370000 +ARG,2029,0,360000,374000 +ARG,2029,1,360000,374000 +ARG,2029,2,360000,374000 +ARG,2029,3,361000,375000 +ARG,2029,4,361000,375000 +ARG,2029,5,362000,376000 +ARG,2029,6,363000,377000 +ARG,2029,7,364000,378000 +ARG,2029,8,365000,379000 +ARG,2029,9,365000,379000 +ARG,2029,10,366000,380000 +ARG,2029,11,366000,380000 +ARG,2029,12,367000,380000 +ARG,2029,13,366000,380000 +ARG,2029,14,366000,380000 +ARG,2029,15,366000,379000 +ARG,2029,16,365000,378000 +ARG,2029,17,363000,376000 +ARG,2029,18,360000,372000 +ARG,2030,0,359000,373000 +ARG,2030,1,359000,373000 +ARG,2030,2,359000,373000 +ARG,2030,3,360000,374000 +ARG,2030,4,360000,374000 +ARG,2030,5,361000,375000 +ARG,2030,6,362000,376000 +ARG,2030,7,363000,377000 +ARG,2030,8,364000,378000 +ARG,2030,9,364000,378000 +ARG,2030,10,365000,379000 +ARG,2030,11,366000,380000 +ARG,2030,12,366000,380000 +ARG,2030,13,366000,380000 +ARG,2030,14,366000,380000 +ARG,2030,15,366000,379000 +ARG,2030,16,366000,379000 +ARG,2030,17,364000,378000 +ARG,2030,18,362000,375000 +ARG,2031,0,358000,372000 +ARG,2031,1,359000,373000 +ARG,2031,2,359000,373000 +ARG,2031,3,359000,373000 +ARG,2031,4,360000,374000 +ARG,2031,5,360000,374000 +ARG,2031,6,361000,375000 +ARG,2031,7,362000,376000 +ARG,2031,8,363000,377000 +ARG,2031,9,364000,378000 +ARG,2031,10,364000,378000 +ARG,2031,11,365000,379000 +ARG,2031,12,366000,380000 +ARG,2031,13,366000,380000 +ARG,2031,14,366000,380000 +ARG,2031,15,366000,380000 +ARG,2031,16,366000,379000 +ARG,2031,17,366000,379000 +ARG,2031,18,365000,377000 +ARG,2032,0,356000,370000 +ARG,2032,1,357000,371000 +ARG,2032,2,359000,373000 +ARG,2032,3,359000,373000 +ARG,2032,4,359000,373000 +ARG,2032,5,360000,374000 +ARG,2032,6,361000,374000 +ARG,2032,7,361000,375000 +ARG,2032,8,362000,376000 +ARG,2032,9,363000,377000 +ARG,2032,10,364000,377000 +ARG,2032,11,364000,378000 +ARG,2032,12,365000,379000 +ARG,2032,13,366000,380000 +ARG,2032,14,366000,380000 +ARG,2032,15,366000,380000 +ARG,2032,16,366000,380000 +ARG,2032,17,366000,379000 +ARG,2032,18,366000,378000 +ARG,2033,0,355000,369000 +ARG,2033,1,356000,369000 +ARG,2033,2,356000,370000 +ARG,2033,3,358000,372000 +ARG,2033,4,359000,373000 +ARG,2033,5,359000,373000 +ARG,2033,6,360000,374000 +ARG,2033,7,361000,375000 +ARG,2033,8,361000,375000 +ARG,2033,9,362000,376000 +ARG,2033,10,363000,376000 +ARG,2033,11,364000,377000 +ARG,2033,12,364000,378000 +ARG,2033,13,365000,379000 +ARG,2033,14,366000,380000 +ARG,2033,15,366000,380000 +ARG,2033,16,366000,380000 +ARG,2033,17,366000,379000 +ARG,2033,18,366000,379000 +ARG,2034,0,353000,367000 +ARG,2034,1,354000,368000 +ARG,2034,2,355000,369000 +ARG,2034,3,357000,370000 +ARG,2034,4,358000,372000 +ARG,2034,5,359000,373000 +ARG,2034,6,359000,373000 +ARG,2034,7,360000,374000 +ARG,2034,8,361000,375000 +ARG,2034,9,361000,375000 +ARG,2034,10,362000,376000 +ARG,2034,11,362000,376000 +ARG,2034,12,363000,377000 +ARG,2034,13,364000,378000 +ARG,2034,14,365000,379000 +ARG,2034,15,366000,380000 +ARG,2034,16,366000,380000 +ARG,2034,17,366000,380000 +ARG,2034,18,366000,379000 +ARG,2035,0,351000,365000 +ARG,2035,1,353000,367000 +ARG,2035,2,354000,368000 +ARG,2035,3,355000,369000 +ARG,2035,4,357000,370000 +ARG,2035,5,358000,371000 +ARG,2035,6,358000,372000 +ARG,2035,7,359000,373000 +ARG,2035,8,360000,374000 +ARG,2035,9,361000,375000 +ARG,2035,10,361000,375000 +ARG,2035,11,362000,376000 +ARG,2035,12,362000,376000 +ARG,2035,13,363000,377000 +ARG,2035,14,364000,378000 +ARG,2035,15,365000,379000 +ARG,2035,16,366000,379000 +ARG,2035,17,366000,380000 +ARG,2035,18,366000,379000 +ARG,2036,0,351000,364000 +ARG,2036,1,352000,365000 +ARG,2036,2,353000,367000 +ARG,2036,3,354000,368000 +ARG,2036,4,355000,369000 +ARG,2036,5,357000,370000 +ARG,2036,6,358000,371000 +ARG,2036,7,358000,372000 +ARG,2036,8,359000,373000 +ARG,2036,9,360000,374000 +ARG,2036,10,361000,375000 +ARG,2036,11,361000,375000 +ARG,2036,12,362000,376000 +ARG,2036,13,362000,376000 +ARG,2036,14,363000,377000 +ARG,2036,15,364000,378000 +ARG,2036,16,365000,379000 +ARG,2036,17,366000,379000 +ARG,2036,18,366000,379000 +ARG,2037,0,350000,364000 +ARG,2037,1,351000,365000 +ARG,2037,2,352000,366000 +ARG,2037,3,353000,367000 +ARG,2037,4,354000,368000 +ARG,2037,5,355000,369000 +ARG,2037,6,356000,370000 +ARG,2037,7,358000,371000 +ARG,2037,8,359000,372000 +ARG,2037,9,359000,373000 +ARG,2037,10,360000,374000 +ARG,2037,11,361000,375000 +ARG,2037,12,361000,375000 +ARG,2037,13,362000,376000 +ARG,2037,14,362000,376000 +ARG,2037,15,363000,377000 +ARG,2037,16,364000,378000 +ARG,2037,17,365000,378000 +ARG,2037,18,366000,379000 +ARG,2038,0,350000,363000 +ARG,2038,1,350000,364000 +ARG,2038,2,351000,365000 +ARG,2038,3,352000,366000 +ARG,2038,4,353000,367000 +ARG,2038,5,354000,368000 +ARG,2038,6,355000,369000 +ARG,2038,7,356000,370000 +ARG,2038,8,357000,371000 +ARG,2038,9,358000,372000 +ARG,2038,10,359000,373000 +ARG,2038,11,360000,374000 +ARG,2038,12,361000,375000 +ARG,2038,13,361000,375000 +ARG,2038,14,362000,375000 +ARG,2038,15,362000,376000 +ARG,2038,16,363000,377000 +ARG,2038,17,364000,377000 +ARG,2038,18,365000,378000 +ARG,2039,0,349000,363000 +ARG,2039,1,350000,363000 +ARG,2039,2,350000,364000 +ARG,2039,3,351000,365000 +ARG,2039,4,352000,366000 +ARG,2039,5,353000,367000 +ARG,2039,6,354000,368000 +ARG,2039,7,355000,369000 +ARG,2039,8,356000,370000 +ARG,2039,9,357000,371000 +ARG,2039,10,358000,372000 +ARG,2039,11,359000,373000 +ARG,2039,12,360000,374000 +ARG,2039,13,361000,374000 +ARG,2039,14,361000,375000 +ARG,2039,15,362000,375000 +ARG,2039,16,362000,376000 +ARG,2039,17,363000,376000 +ARG,2039,18,364000,377000 +ARG,2040,0,348000,362000 +ARG,2040,1,349000,362000 +ARG,2040,2,349000,363000 +ARG,2040,3,350000,364000 +ARG,2040,4,351000,365000 +ARG,2040,5,352000,365000 +ARG,2040,6,353000,367000 +ARG,2040,7,354000,368000 +ARG,2040,8,355000,369000 +ARG,2040,9,356000,370000 +ARG,2040,10,357000,371000 +ARG,2040,11,358000,372000 +ARG,2040,12,359000,373000 +ARG,2040,13,360000,374000 +ARG,2040,14,360000,374000 +ARG,2040,15,361000,375000 +ARG,2040,16,361000,375000 +ARG,2040,17,362000,376000 +ARG,2040,18,363000,376000 +ARG,2041,0,347000,361000 +ARG,2041,1,348000,362000 +ARG,2041,2,349000,362000 +ARG,2041,3,349000,363000 +ARG,2041,4,350000,364000 +ARG,2041,5,351000,365000 +ARG,2041,6,352000,366000 +ARG,2041,7,353000,367000 +ARG,2041,8,354000,368000 +ARG,2041,9,355000,369000 +ARG,2041,10,356000,370000 +ARG,2041,11,357000,371000 +ARG,2041,12,358000,372000 +ARG,2041,13,359000,373000 +ARG,2041,14,360000,374000 +ARG,2041,15,360000,374000 +ARG,2041,16,361000,375000 +ARG,2041,17,361000,375000 +ARG,2041,18,362000,375000 +ARG,2042,0,346000,359000 +ARG,2042,1,346000,360000 +ARG,2042,2,348000,361000 +ARG,2042,3,348000,362000 +ARG,2042,4,349000,363000 +ARG,2042,5,350000,364000 +ARG,2042,6,351000,365000 +ARG,2042,7,352000,366000 +ARG,2042,8,353000,367000 +ARG,2042,9,354000,368000 +ARG,2042,10,355000,369000 +ARG,2042,11,356000,370000 +ARG,2042,12,357000,371000 +ARG,2042,13,358000,372000 +ARG,2042,14,359000,373000 +ARG,2042,15,360000,374000 +ARG,2042,16,360000,374000 +ARG,2042,17,361000,374000 +ARG,2042,18,361000,375000 +ARG,2043,0,344000,358000 +ARG,2043,1,345000,359000 +ARG,2043,2,346000,360000 +ARG,2043,3,348000,361000 +ARG,2043,4,348000,362000 +ARG,2043,5,349000,363000 +ARG,2043,6,350000,364000 +ARG,2043,7,351000,365000 +ARG,2043,8,352000,366000 +ARG,2043,9,353000,367000 +ARG,2043,10,354000,368000 +ARG,2043,11,355000,369000 +ARG,2043,12,356000,370000 +ARG,2043,13,357000,371000 +ARG,2043,14,358000,372000 +ARG,2043,15,359000,373000 +ARG,2043,16,360000,373000 +ARG,2043,17,360000,374000 +ARG,2043,18,361000,374000 +ARG,2044,0,343000,356000 +ARG,2044,1,344000,357000 +ARG,2044,2,345000,359000 +ARG,2044,3,346000,360000 +ARG,2044,4,347000,361000 +ARG,2044,5,348000,362000 +ARG,2044,6,349000,363000 +ARG,2044,7,350000,364000 +ARG,2044,8,351000,365000 +ARG,2044,9,352000,366000 +ARG,2044,10,353000,366000 +ARG,2044,11,354000,367000 +ARG,2044,12,355000,368000 +ARG,2044,13,356000,370000 +ARG,2044,14,357000,371000 +ARG,2044,15,358000,372000 +ARG,2044,16,359000,373000 +ARG,2044,17,360000,373000 +ARG,2044,18,360000,374000 +ARG,2045,0,341000,355000 +ARG,2045,1,343000,356000 +ARG,2045,2,344000,357000 +ARG,2045,3,345000,359000 +ARG,2045,4,346000,360000 +ARG,2045,5,347000,361000 +ARG,2045,6,348000,362000 +ARG,2045,7,349000,363000 +ARG,2045,8,350000,364000 +ARG,2045,9,351000,365000 +ARG,2045,10,352000,366000 +ARG,2045,11,353000,366000 +ARG,2045,12,354000,367000 +ARG,2045,13,355000,368000 +ARG,2045,14,356000,369000 +ARG,2045,15,357000,371000 +ARG,2045,16,358000,372000 +ARG,2045,17,359000,372000 +ARG,2045,18,360000,373000 +ARG,2046,0,340000,354000 +ARG,2046,1,341000,355000 +ARG,2046,2,343000,356000 +ARG,2046,3,344000,357000 +ARG,2046,4,345000,359000 +ARG,2046,5,346000,360000 +ARG,2046,6,347000,361000 +ARG,2046,7,348000,362000 +ARG,2046,8,349000,363000 +ARG,2046,9,350000,364000 +ARG,2046,10,351000,365000 +ARG,2046,11,352000,366000 +ARG,2046,12,353000,366000 +ARG,2046,13,354000,367000 +ARG,2046,14,355000,368000 +ARG,2046,15,356000,369000 +ARG,2046,16,357000,370000 +ARG,2046,17,358000,371000 +ARG,2046,18,359000,372000 +ARG,2047,0,339000,353000 +ARG,2047,1,341000,354000 +ARG,2047,2,341000,355000 +ARG,2047,3,343000,356000 +ARG,2047,4,344000,357000 +ARG,2047,5,345000,359000 +ARG,2047,6,346000,360000 +ARG,2047,7,347000,361000 +ARG,2047,8,348000,362000 +ARG,2047,9,349000,363000 +ARG,2047,10,350000,364000 +ARG,2047,11,351000,365000 +ARG,2047,12,352000,366000 +ARG,2047,13,353000,366000 +ARG,2047,14,354000,367000 +ARG,2047,15,355000,368000 +ARG,2047,16,356000,369000 +ARG,2047,17,357000,370000 +ARG,2047,18,358000,371000 +ARG,2048,0,339000,352000 +ARG,2048,1,340000,353000 +ARG,2048,2,341000,354000 +ARG,2048,3,341000,355000 +ARG,2048,4,343000,356000 +ARG,2048,5,344000,357000 +ARG,2048,6,345000,358000 +ARG,2048,7,346000,360000 +ARG,2048,8,347000,361000 +ARG,2048,9,348000,362000 +ARG,2048,10,349000,363000 +ARG,2048,11,350000,364000 +ARG,2048,12,351000,365000 +ARG,2048,13,352000,365000 +ARG,2048,14,353000,366000 +ARG,2048,15,354000,367000 +ARG,2048,16,355000,368000 +ARG,2048,17,356000,369000 +ARG,2048,18,357000,370000 +ARG,2049,0,338000,351000 +ARG,2049,1,339000,352000 +ARG,2049,2,340000,353000 +ARG,2049,3,340000,354000 +ARG,2049,4,341000,355000 +ARG,2049,5,343000,356000 +ARG,2049,6,344000,357000 +ARG,2049,7,345000,358000 +ARG,2049,8,346000,359000 +ARG,2049,9,347000,361000 +ARG,2049,10,348000,362000 +ARG,2049,11,349000,363000 +ARG,2049,12,350000,364000 +ARG,2049,13,351000,365000 +ARG,2049,14,352000,365000 +ARG,2049,15,353000,366000 +ARG,2049,16,353000,367000 +ARG,2049,17,355000,368000 +ARG,2049,18,356000,369000 +ARG,2050,0,336000,350000 +ARG,2050,1,337000,351000 +ARG,2050,2,338000,352000 +ARG,2050,3,339000,353000 +ARG,2050,4,340000,354000 +ARG,2050,5,341000,355000 +ARG,2050,6,342000,356000 +ARG,2050,7,343000,357000 +ARG,2050,8,345000,358000 +ARG,2050,9,346000,359000 +ARG,2050,10,347000,360000 +ARG,2050,11,348000,362000 +ARG,2050,12,349000,363000 +ARG,2050,13,350000,364000 +ARG,2050,14,351000,364000 +ARG,2050,15,352000,365000 +ARG,2050,16,352000,366000 +ARG,2050,17,353000,367000 +ARG,2050,18,354000,368000 +ARM,1990,0,36921,39577 +ARM,1990,1,37582,39758 +ARM,1990,2,37932,39690 +ARM,1990,3,38002,39404 +ARM,1990,4,37823,38927 +ARM,1990,5,37425,38290 +ARM,1990,6,36839,37520 +ARM,1990,7,36095,36647 +ARM,1990,8,35225,35700 +ARM,1990,9,34258,34708 +ARM,1990,10,33236,33675 +ARM,1990,11,32198,32605 +ARM,1990,12,31127,31651 +ARM,1990,13,30034,30891 +ARM,1990,14,28979,30281 +ARM,1990,15,28004,29716 +ARM,1990,16,27091,29243 +ARM,1990,17,26508,28808 +ARM,1990,18,26387,28382 +ARM,1991,0,34962,37408 +ARM,1991,1,36270,38791 +ARM,1991,2,36925,39016 +ARM,1991,3,37265,38960 +ARM,1991,4,37322,38656 +ARM,1991,5,37128,38140 +ARM,1991,6,36712,37441 +ARM,1991,7,36104,36589 +ARM,1991,8,35346,35642 +ARM,1991,9,34474,34643 +ARM,1991,10,33514,33613 +ARM,1991,11,32495,32533 +ARM,1991,12,31460,31413 +ARM,1991,13,30386,30414 +ARM,1991,14,29281,29617 +ARM,1991,15,28207,28975 +ARM,1991,16,27215,28383 +ARM,1991,17,26288,27887 +ARM,1991,18,25682,27433 +ARM,1992,0,32310,34271 +ARM,1992,1,34085,35967 +ARM,1992,2,35407,37749 +ARM,1992,3,36052,38017 +ARM,1992,4,36380,37972 +ARM,1992,5,36424,37653 +ARM,1992,6,36216,37101 +ARM,1992,7,35784,36345 +ARM,1992,8,35158,35416 +ARM,1992,9,34390,34400 +ARM,1992,10,33521,33355 +ARM,1992,11,32573,32294 +ARM,1992,12,31563,31174 +ARM,1992,13,30537,30011 +ARM,1992,14,29467,28973 +ARM,1992,15,28356,28144 +ARM,1992,16,27269,27475 +ARM,1992,17,26265,26860 +ARM,1992,18,25329,26344 +ARM,1993,0,29292,30684 +ARM,1993,1,31514,33124 +ARM,1993,2,33217,34926 +ARM,1993,3,34447,36593 +ARM,1993,4,35080,36904 +ARM,1993,5,35396,36870 +ARM,1993,6,35426,36538 +ARM,1993,7,35205,35950 +ARM,1993,8,34759,35140 +ARM,1993,9,34116,34138 +ARM,1993,10,33340,33057 +ARM,1993,11,32478,31970 +ARM,1993,12,31544,30880 +ARM,1993,13,30546,29725 +ARM,1993,14,29533,28522 +ARM,1993,15,28469,27449 +ARM,1993,16,27354,26591 +ARM,1993,17,26257,25898 +ARM,1993,18,25245,25260 +ARM,1994,0,26309,27305 +ARM,1994,1,28864,30301 +ARM,1994,2,30893,32598 +ARM,1994,3,32438,34256 +ARM,1994,4,33541,35516 +ARM,1994,5,34164,35869 +ARM,1994,6,34467,35847 +ARM,1994,7,34485,35499 +ARM,1994,8,34250,34877 +ARM,1994,9,33789,34011 +ARM,1994,10,33129,32933 +ARM,1994,11,32344,31786 +ARM,1994,12,31487,30655 +ARM,1994,13,30566,29536 +ARM,1994,14,29579,28343 +ARM,1994,15,28576,27099 +ARM,1994,16,27517,25989 +ARM,1994,17,26398,25099 +ARM,1994,18,25289,24381 +ARM,1995,0,23634,24580 +ARM,1995,1,26394,27858 +ARM,1995,2,28654,30449 +ARM,1995,3,30451,32408 +ARM,1995,4,31818,33792 +ARM,1995,5,32792,34655 +ARM,1995,6,33408,35053 +ARM,1995,7,33700,35042 +ARM,1995,8,33704,34678 +ARM,1995,9,33455,34016 +ARM,1995,10,32977,33089 +ARM,1995,11,32296,31930 +ARM,1995,12,31499,30709 +ARM,1995,13,30642,29527 +ARM,1995,14,29730,28371 +ARM,1995,15,28749,27133 +ARM,1995,16,27752,25840 +ARM,1995,17,26693,24686 +ARM,1995,18,25564,23760 +ARM,1996,0,20983,22154 +ARM,1996,1,23439,24470 +ARM,1996,2,25959,27378 +ARM,1996,3,28066,29733 +ARM,1996,4,29781,31570 +ARM,1996,5,31125,32920 +ARM,1996,6,32133,33841 +ARM,1996,7,32840,34385 +ARM,1996,8,33197,34478 +ARM,1996,9,33197,34107 +ARM,1996,10,32904,33373 +ARM,1996,11,32411,32419 +ARM,1996,12,31729,31255 +ARM,1996,13,30936,30027 +ARM,1996,14,30092,28833 +ARM,1996,15,29197,27662 +ARM,1996,16,28233,26409 +ARM,1996,17,27251,25100 +ARM,1996,18,26205,23934 +ARM,1997,0,18676,20409 +ARM,1997,1,21397,23245 +ARM,1997,2,23349,24497 +ARM,1997,3,25644,27055 +ARM,1997,4,27608,29192 +ARM,1997,5,29249,30917 +ARM,1997,6,30575,32243 +ARM,1997,7,31621,33225 +ARM,1997,8,32423,33918 +ARM,1997,9,32847,34113 +ARM,1997,10,32843,33734 +ARM,1997,11,32504,32924 +ARM,1997,12,31994,31937 +ARM,1997,13,31308,30763 +ARM,1997,14,30516,29520 +ARM,1997,15,29681,28307 +ARM,1997,16,28799,27114 +ARM,1997,17,27847,25840 +ARM,1997,18,26876,24509 +ARM,1998,0,16839,19308 +ARM,1998,1,19336,21583 +ARM,1998,2,21618,23674 +ARM,1998,3,23342,24643 +ARM,1998,4,25418,26865 +ARM,1998,5,27246,28792 +ARM,1998,6,28820,30415 +ARM,1998,7,30133,31723 +ARM,1998,8,31221,32771 +ARM,1998,9,32120,33615 +ARM,1998,10,32612,33914 +ARM,1998,11,32604,33525 +ARM,1998,12,32218,32635 +ARM,1998,13,31689,31611 +ARM,1998,14,30996,30420 +ARM,1998,15,30203,29157 +ARM,1998,16,29373,27919 +ARM,1998,17,28502,26700 +ARM,1998,18,27558,25397 +ARM,1999,0,15624,18764 +ARM,1999,1,17730,20373 +ARM,1999,2,19766,22022 +ARM,1999,3,21713,23676 +ARM,1999,4,23368,24862 +ARM,1999,5,25229,26751 +ARM,1999,6,26923,28474 +ARM,1999,7,28431,29998 +ARM,1999,8,29733,31291 +ARM,1999,9,30864,32409 +ARM,1999,10,31863,33408 +ARM,1999,11,32423,33812 +ARM,1999,12,32411,33412 +ARM,1999,13,31978,32440 +ARM,1999,14,31429,31375 +ARM,1999,15,30728,30163 +ARM,1999,16,29932,28876 +ARM,1999,17,29107,27610 +ARM,1999,18,28245,26360 +ARM,2000,0,15124,18701 +ARM,2000,1,16670,19617 +ARM,2000,2,18304,20770 +ARM,2000,3,19992,22107 +ARM,2000,4,21698,23571 +ARM,2000,5,23390,25108 +ARM,2000,6,25033,26663 +ARM,2000,7,26592,28181 +ARM,2000,8,28034,29608 +ARM,2000,9,29324,30888 +ARM,2000,10,30499,32077 +ARM,2000,11,31597,33233 +ARM,2000,12,32227,33744 +ARM,2000,13,32211,33331 +ARM,2000,14,31730,32275 +ARM,2000,15,31161,31168 +ARM,2000,16,30453,29935 +ARM,2000,17,29654,28622 +ARM,2000,18,28834,27326 +ARM,2001,0,15432,19045 +ARM,2001,1,15280,18697 +ARM,2001,2,16665,19547 +ARM,2001,3,18192,20648 +ARM,2001,4,19819,21943 +ARM,2001,5,21502,23374 +ARM,2001,6,23205,24889 +ARM,2001,7,24896,26436 +ARM,2001,8,26487,27926 +ARM,2001,9,27919,29289 +ARM,2001,10,29174,30486 +ARM,2001,11,30332,31604 +ARM,2001,12,31423,32691 +ARM,2001,13,32040,33149 +ARM,2001,14,32000,32709 +ARM,2001,15,31489,31642 +ARM,2001,16,30893,30527 +ARM,2001,17,30160,29287 +ARM,2001,18,29339,27986 +ARM,2002,0,16472,19888 +ARM,2002,1,16345,19368 +ARM,2002,2,15420,18702 +ARM,2002,3,16643,19485 +ARM,2002,4,18063,20535 +ARM,2002,5,19627,21789 +ARM,2002,6,21285,23188 +ARM,2002,7,22999,24681 +ARM,2002,8,24735,26220 +ARM,2002,9,26356,27682 +ARM,2002,10,27777,28984 +ARM,2002,11,28996,30098 +ARM,2002,12,30136,31143 +ARM,2002,13,31220,32164 +ARM,2002,14,31822,32569 +ARM,2002,15,31759,32100 +ARM,2002,16,31218,31023 +ARM,2002,17,30595,29899 +ARM,2002,18,29839,28652 +ARM,2003,0,17917,20998 +ARM,2003,1,16861,19815 +ARM,2003,2,16420,19251 +ARM,2003,3,15552,18706 +ARM,2003,4,16611,19424 +ARM,2003,5,17922,20422 +ARM,2003,6,19424,21636 +ARM,2003,7,21054,23002 +ARM,2003,8,22778,24473 +ARM,2003,9,24558,26004 +ARM,2003,10,26209,27439 +ARM,2003,11,27618,28678 +ARM,2003,12,28800,29710 +ARM,2003,13,29921,30683 +ARM,2003,14,30997,31636 +ARM,2003,15,31585,31989 +ARM,2003,16,31498,31491 +ARM,2003,17,30928,30404 +ARM,2003,18,30279,29270 +ARM,2004,0,19308,22069 +ARM,2004,1,17501,20366 +ARM,2004,2,16419,19327 +ARM,2004,3,15980,18876 +ARM,2004,4,15682,18703 +ARM,2004,5,16579,19354 +ARM,2004,6,17781,20299 +ARM,2004,7,19220,21473 +ARM,2004,8,20823,22805 +ARM,2004,9,22556,24255 +ARM,2004,10,24382,25777 +ARM,2004,11,26062,27184 +ARM,2004,12,27459,28359 +ARM,2004,13,28604,29309 +ARM,2004,14,29706,30209 +ARM,2004,15,30773,31094 +ARM,2004,16,31347,31394 +ARM,2004,17,31236,30868 +ARM,2004,18,30637,29771 +ARM,2005,0,20313,22871 +ARM,2005,1,18061,20851 +ARM,2005,2,16565,19493 +ARM,2005,3,15745,18727 +ARM,2005,4,15522,18481 +ARM,2005,5,15817,18686 +ARM,2005,6,16551,19270 +ARM,2005,7,17646,20162 +ARM,2005,8,19021,21293 +ARM,2005,9,20598,22592 +ARM,2005,10,22341,24018 +ARM,2005,11,24212,25531 +ARM,2005,12,25921,26908 +ARM,2005,13,27307,28020 +ARM,2005,14,28415,28886 +ARM,2005,15,29499,29713 +ARM,2005,16,30558,30529 +ARM,2005,17,31118,30777 +ARM,2005,18,30983,30222 +ARM,2006,0,20758,23306 +ARM,2006,1,19576,22136 +ARM,2006,2,17687,20440 +ARM,2006,3,16425,19298 +ARM,2006,4,15731,18655 +ARM,2006,5,15546,18456 +ARM,2006,6,15794,18634 +ARM,2006,7,16394,19120 +ARM,2006,8,17390,19920 +ARM,2006,9,18762,21003 +ARM,2006,10,20393,22277 +ARM,2006,11,22145,23644 +ARM,2006,12,24001,25082 +ARM,2006,13,25696,26381 +ARM,2006,14,27068,27412 +ARM,2006,15,28163,28202 +ARM,2006,16,29233,28954 +ARM,2006,17,30278,29693 +ARM,2006,18,30819,29900 +ARM,2007,0,20791,23432 +ARM,2007,1,18707,21468 +ARM,2007,2,18858,21397 +ARM,2007,3,17328,20023 +ARM,2007,4,16298,19097 +ARM,2007,5,15729,18577 +ARM,2007,6,15583,18425 +ARM,2007,7,15783,18575 +ARM,2007,8,16251,18965 +ARM,2007,9,17149,19672 +ARM,2007,10,18519,20706 +ARM,2007,11,20204,21954 +ARM,2007,12,21967,23264 +ARM,2007,13,23810,24625 +ARM,2007,14,25491,25845 +ARM,2007,15,26851,26797 +ARM,2007,16,27935,27510 +ARM,2007,17,28991,28188 +ARM,2007,18,30022,28849 +ARM,2008,0,20553,23353 +ARM,2008,1,18919,21679 +ARM,2008,2,17636,20372 +ARM,2008,3,18162,20676 +ARM,2008,4,16990,19623 +ARM,2008,5,16190,18910 +ARM,2008,6,15745,18513 +ARM,2008,7,15637,18407 +ARM,2008,8,15790,18531 +ARM,2008,9,16126,18823 +ARM,2008,10,16927,19439 +ARM,2008,11,18297,20425 +ARM,2008,12,20039,21649 +ARM,2008,13,21814,22901 +ARM,2008,14,23646,24189 +ARM,2008,15,25316,25331 +ARM,2008,16,26666,26204 +ARM,2008,17,27738,26841 +ARM,2008,18,28782,27444 +ARM,2009,0,20274,23244 +ARM,2009,1,19140,21920 +ARM,2009,2,18163,20823 +ARM,2009,3,17350,19945 +ARM,2009,4,17494,20001 +ARM,2009,5,16677,19266 +ARM,2009,6,16107,18766 +ARM,2009,7,15785,18491 +ARM,2009,8,15716,18431 +ARM,2009,9,15822,18528 +ARM,2009,10,16026,18725 +ARM,2009,11,16732,19250 +ARM,2009,12,18104,20191 +ARM,2009,13,19904,21392 +ARM,2009,14,21694,22590 +ARM,2009,15,23519,23807 +ARM,2009,16,25180,24873 +ARM,2009,17,26521,25670 +ARM,2009,18,27584,26232 +ARM,2010,0,20123,23231 +ARM,2010,1,19420,22247 +ARM,2010,2,18718,21366 +ARM,2010,3,18041,20592 +ARM,2010,4,17413,19932 +ARM,2010,5,16856,19391 +ARM,2010,6,16395,18973 +ARM,2010,7,16054,18684 +ARM,2010,8,15856,18530 +ARM,2010,9,15824,18516 +ARM,2010,10,15883,18587 +ARM,2010,11,15956,18688 +ARM,2010,12,16568,19125 +ARM,2010,13,17944,20022 +ARM,2010,14,19806,21206 +ARM,2010,15,21616,22354 +ARM,2010,16,23436,23502 +ARM,2010,17,25091,24497 +ARM,2010,18,26426,25218 +ARM,2011,0,19964,23046 +ARM,2011,1,19972,22955 +ARM,2011,2,19313,22073 +ARM,2011,3,18641,21258 +ARM,2011,4,17980,20520 +ARM,2011,5,17358,19871 +ARM,2011,6,16797,19315 +ARM,2011,7,16323,18855 +ARM,2011,8,15971,18540 +ARM,2011,9,15774,18394 +ARM,2011,10,15750,18408 +ARM,2011,11,15810,18495 +ARM,2011,12,15878,18612 +ARM,2011,13,16487,19036 +ARM,2011,14,17861,19879 +ARM,2011,15,19722,20984 +ARM,2011,16,21529,22057 +ARM,2011,17,23351,23125 +ARM,2011,18,24994,24079 +ARM,2012,0,19903,22940 +ARM,2012,1,19807,22591 +ARM,2012,2,19871,22771 +ARM,2012,3,19255,21987 +ARM,2012,4,18610,21234 +ARM,2012,5,17964,20530 +ARM,2012,6,17347,19890 +ARM,2012,7,16781,19317 +ARM,2012,8,16291,18813 +ARM,2012,9,15929,18470 +ARM,2012,10,15732,18332 +ARM,2012,11,15715,18374 +ARM,2012,12,15775,18477 +ARM,2012,13,15840,18610 +ARM,2012,14,16447,19024 +ARM,2012,15,17823,19816 +ARM,2012,16,19686,20846 +ARM,2012,17,21497,21849 +ARM,2012,18,23325,22841 +ARM,2013,0,19892,22856 +ARM,2013,1,20002,22790 +ARM,2013,2,19889,22561 +ARM,2013,3,19799,22638 +ARM,2013,4,19224,21951 +ARM,2013,5,18605,21259 +ARM,2013,6,17974,20586 +ARM,2013,7,17360,19953 +ARM,2013,8,16789,19362 +ARM,2013,9,16283,18814 +ARM,2013,10,15909,18441 +ARM,2013,11,15712,18312 +ARM,2013,12,15702,18382 +ARM,2013,13,15763,18500 +ARM,2013,14,15825,18650 +ARM,2013,15,16431,19055 +ARM,2013,16,17810,19797 +ARM,2013,17,19679,20754 +ARM,2013,18,21494,21690 +ARM,2014,0,19864,22717 +ARM,2014,1,20137,22905 +ARM,2014,2,20167,22878 +ARM,2014,3,19993,22671 +ARM,2014,4,19733,22511 +ARM,2014,5,19199,21921 +ARM,2014,6,18606,21290 +ARM,2014,7,17989,20648 +ARM,2014,8,17379,20023 +ARM,2014,9,16801,19414 +ARM,2014,10,16279,18820 +ARM,2014,11,15894,18418 +ARM,2014,12,15697,18296 +ARM,2014,13,15694,18394 +ARM,2014,14,15757,18529 +ARM,2014,15,15815,18695 +ARM,2014,16,16420,19091 +ARM,2014,17,17803,19783 +ARM,2014,18,19678,20669 +ARM,2015,0,19771,22477 +ARM,2015,1,20181,22883 +ARM,2015,2,20339,23040 +ARM,2015,3,20281,22983 +ARM,2015,4,20042,22746 +ARM,2015,5,19659,22364 +ARM,2015,6,19166,21871 +ARM,2015,7,18601,21302 +ARM,2015,8,17997,20691 +ARM,2015,9,17392,20074 +ARM,2015,10,16808,19447 +ARM,2015,11,16270,18808 +ARM,2015,12,15873,18377 +ARM,2015,13,15676,18264 +ARM,2015,14,15680,18390 +ARM,2015,15,15744,18541 +ARM,2015,16,15798,18724 +ARM,2015,17,16403,19110 +ARM,2015,18,17790,19752 +ARM,2016,0,19619,22156 +ARM,2016,1,19873,22565 +ARM,2016,2,20202,22906 +ARM,2016,3,20311,23024 +ARM,2016,4,20229,22949 +ARM,2016,5,19988,22710 +ARM,2016,6,19622,22343 +ARM,2016,7,19168,21883 +ARM,2016,8,18628,21332 +ARM,2016,9,18019,20711 +ARM,2016,10,17389,20064 +ARM,2016,11,16792,19417 +ARM,2016,12,16246,18762 +ARM,2016,13,15840,18315 +ARM,2016,14,15636,18185 +ARM,2016,15,15633,18295 +ARM,2016,16,15690,18431 +ARM,2016,17,15737,18597 +ARM,2016,18,16337,18973 +ARM,2017,0,19418,21751 +ARM,2017,1,19986,22451 +ARM,2017,2,19964,22633 +ARM,2017,3,20212,22909 +ARM,2017,4,20272,22987 +ARM,2017,5,20167,22894 +ARM,2017,6,19922,22654 +ARM,2017,7,19574,22302 +ARM,2017,8,19159,21875 +ARM,2017,9,18644,21343 +ARM,2017,10,18030,20711 +ARM,2017,11,17377,20036 +ARM,2017,12,16767,19370 +ARM,2017,13,16213,18700 +ARM,2017,14,15799,18236 +ARM,2017,15,15587,18090 +ARM,2017,16,15577,18184 +ARM,2017,17,15627,18303 +ARM,2017,18,15667,18454 +ARM,2018,0,19165,21280 +ARM,2018,1,19754,22055 +ARM,2018,2,20144,22594 +ARM,2018,3,20048,22687 +ARM,2018,4,20215,22897 +ARM,2018,5,20225,22937 +ARM,2018,6,20097,22826 +ARM,2018,7,19850,22584 +ARM,2018,8,19520,22248 +ARM,2018,9,19144,21854 +ARM,2018,10,18655,21342 +ARM,2018,11,18036,20700 +ARM,2018,12,17359,19996 +ARM,2018,13,16736,19311 +ARM,2018,14,16174,18626 +ARM,2018,15,15753,18147 +ARM,2018,16,15533,17983 +ARM,2018,17,15516,18061 +ARM,2018,18,15558,18165 +ARM,2019,0,19000,21000 +ARM,2019,1,19000,22000 +ARM,2019,2,20000,22000 +ARM,2019,3,20000,23000 +ARM,2019,4,20000,23000 +ARM,2019,5,20000,23000 +ARM,2019,6,20000,23000 +ARM,2019,7,20000,23000 +ARM,2019,8,20000,23000 +ARM,2019,9,19000,22000 +ARM,2019,10,19000,22000 +ARM,2019,11,19000,21000 +ARM,2019,12,18000,21000 +ARM,2019,13,17000,20000 +ARM,2019,14,17000,19000 +ARM,2019,15,16000,19000 +ARM,2019,16,16000,18000 +ARM,2019,17,15000,18000 +ARM,2019,18,15000,18000 +ARM,2020,0,18000,20000 +ARM,2020,1,19000,21000 +ARM,2020,2,20000,22000 +ARM,2020,3,20000,22000 +ARM,2020,4,20000,23000 +ARM,2020,5,20000,23000 +ARM,2020,6,20000,23000 +ARM,2020,7,20000,23000 +ARM,2020,8,20000,23000 +ARM,2020,9,20000,22000 +ARM,2020,10,19000,22000 +ARM,2020,11,19000,22000 +ARM,2020,12,19000,21000 +ARM,2020,13,18000,21000 +ARM,2020,14,17000,20000 +ARM,2020,15,17000,19000 +ARM,2020,16,16000,18000 +ARM,2020,17,16000,18000 +ARM,2020,18,15000,18000 +ARM,2021,0,18000,20000 +ARM,2021,1,19000,20000 +ARM,2021,2,19000,21000 +ARM,2021,3,20000,22000 +ARM,2021,4,20000,22000 +ARM,2021,5,20000,23000 +ARM,2021,6,20000,23000 +ARM,2021,7,20000,23000 +ARM,2021,8,20000,23000 +ARM,2021,9,20000,23000 +ARM,2021,10,20000,22000 +ARM,2021,11,19000,22000 +ARM,2021,12,19000,22000 +ARM,2021,13,19000,21000 +ARM,2021,14,18000,21000 +ARM,2021,15,17000,20000 +ARM,2021,16,17000,19000 +ARM,2021,17,16000,18000 +ARM,2021,18,16000,18000 +ARM,2022,0,18000,19000 +ARM,2022,1,18000,20000 +ARM,2022,2,19000,20000 +ARM,2022,3,19000,21000 +ARM,2022,4,19000,22000 +ARM,2022,5,20000,22000 +ARM,2022,6,20000,22000 +ARM,2022,7,20000,23000 +ARM,2022,8,20000,23000 +ARM,2022,9,20000,23000 +ARM,2022,10,20000,23000 +ARM,2022,11,20000,22000 +ARM,2022,12,19000,22000 +ARM,2022,13,19000,22000 +ARM,2022,14,19000,21000 +ARM,2022,15,18000,20000 +ARM,2022,16,17000,20000 +ARM,2022,17,17000,19000 +ARM,2022,18,16000,18000 +ARM,2023,0,17000,19000 +ARM,2023,1,18000,19000 +ARM,2023,2,18000,20000 +ARM,2023,3,19000,20000 +ARM,2023,4,19000,21000 +ARM,2023,5,19000,22000 +ARM,2023,6,20000,22000 +ARM,2023,7,20000,22000 +ARM,2023,8,20000,23000 +ARM,2023,9,20000,23000 +ARM,2023,10,20000,23000 +ARM,2023,11,20000,23000 +ARM,2023,12,20000,22000 +ARM,2023,13,19000,22000 +ARM,2023,14,19000,22000 +ARM,2023,15,19000,21000 +ARM,2023,16,18000,20000 +ARM,2023,17,17000,20000 +ARM,2023,18,16000,19000 +ARM,2024,0,17000,18000 +ARM,2024,1,17000,19000 +ARM,2024,2,18000,19000 +ARM,2024,3,18000,20000 +ARM,2024,4,19000,20000 +ARM,2024,5,19000,21000 +ARM,2024,6,19000,22000 +ARM,2024,7,20000,22000 +ARM,2024,8,20000,22000 +ARM,2024,9,20000,23000 +ARM,2024,10,20000,23000 +ARM,2024,11,20000,23000 +ARM,2024,12,20000,23000 +ARM,2024,13,20000,22000 +ARM,2024,14,19000,22000 +ARM,2024,15,19000,22000 +ARM,2024,16,19000,21000 +ARM,2024,17,18000,20000 +ARM,2024,18,17000,19000 +ARM,2025,0,16000,18000 +ARM,2025,1,17000,18000 +ARM,2025,2,17000,19000 +ARM,2025,3,18000,19000 +ARM,2025,4,18000,20000 +ARM,2025,5,19000,21000 +ARM,2025,6,19000,21000 +ARM,2025,7,19000,22000 +ARM,2025,8,20000,22000 +ARM,2025,9,20000,22000 +ARM,2025,10,20000,23000 +ARM,2025,11,20000,23000 +ARM,2025,12,20000,23000 +ARM,2025,13,20000,23000 +ARM,2025,14,20000,22000 +ARM,2025,15,19000,22000 +ARM,2025,16,19000,21000 +ARM,2025,17,18000,21000 +ARM,2025,18,18000,20000 +ARM,2026,0,16000,17000 +ARM,2026,1,16000,18000 +ARM,2026,2,17000,18000 +ARM,2026,3,17000,19000 +ARM,2026,4,18000,19000 +ARM,2026,5,18000,20000 +ARM,2026,6,19000,21000 +ARM,2026,7,19000,21000 +ARM,2026,8,19000,22000 +ARM,2026,9,20000,22000 +ARM,2026,10,20000,22000 +ARM,2026,11,20000,23000 +ARM,2026,12,20000,23000 +ARM,2026,13,20000,23000 +ARM,2026,14,20000,23000 +ARM,2026,15,20000,22000 +ARM,2026,16,19000,22000 +ARM,2026,17,19000,21000 +ARM,2026,18,18000,21000 +ARM,2027,0,15000,17000 +ARM,2027,1,16000,17000 +ARM,2027,2,16000,18000 +ARM,2027,3,17000,18000 +ARM,2027,4,17000,19000 +ARM,2027,5,18000,19000 +ARM,2027,6,18000,20000 +ARM,2027,7,19000,21000 +ARM,2027,8,19000,21000 +ARM,2027,9,19000,22000 +ARM,2027,10,20000,22000 +ARM,2027,11,20000,22000 +ARM,2027,12,20000,22000 +ARM,2027,13,20000,23000 +ARM,2027,14,20000,23000 +ARM,2027,15,20000,22000 +ARM,2027,16,20000,22000 +ARM,2027,17,19000,22000 +ARM,2027,18,19000,21000 +ARM,2028,0,15000,16000 +ARM,2028,1,16000,17000 +ARM,2028,2,16000,17000 +ARM,2028,3,16000,18000 +ARM,2028,4,17000,18000 +ARM,2028,5,17000,19000 +ARM,2028,6,18000,19000 +ARM,2028,7,18000,20000 +ARM,2028,8,19000,21000 +ARM,2028,9,19000,21000 +ARM,2028,10,19000,22000 +ARM,2028,11,20000,22000 +ARM,2028,12,20000,22000 +ARM,2028,13,20000,22000 +ARM,2028,14,20000,23000 +ARM,2028,15,20000,23000 +ARM,2028,16,20000,22000 +ARM,2028,17,19000,22000 +ARM,2028,18,19000,21000 +ARM,2029,0,15000,16000 +ARM,2029,1,15000,16000 +ARM,2029,2,15000,17000 +ARM,2029,3,16000,17000 +ARM,2029,4,16000,18000 +ARM,2029,5,17000,18000 +ARM,2029,6,17000,19000 +ARM,2029,7,18000,19000 +ARM,2029,8,18000,20000 +ARM,2029,9,19000,20000 +ARM,2029,10,19000,21000 +ARM,2029,11,19000,22000 +ARM,2029,12,20000,22000 +ARM,2029,13,20000,22000 +ARM,2029,14,20000,22000 +ARM,2029,15,20000,23000 +ARM,2029,16,20000,23000 +ARM,2029,17,20000,22000 +ARM,2029,18,19000,22000 +ARM,2030,0,15000,16000 +ARM,2030,1,15000,16000 +ARM,2030,2,15000,16000 +ARM,2030,3,15000,17000 +ARM,2030,4,16000,17000 +ARM,2030,5,16000,18000 +ARM,2030,6,17000,18000 +ARM,2030,7,17000,19000 +ARM,2030,8,18000,19000 +ARM,2030,9,18000,20000 +ARM,2030,10,19000,20000 +ARM,2030,11,19000,21000 +ARM,2030,12,19000,22000 +ARM,2030,13,20000,22000 +ARM,2030,14,20000,22000 +ARM,2030,15,20000,22000 +ARM,2030,16,20000,22000 +ARM,2030,17,20000,22000 +ARM,2030,18,20000,22000 +ARM,2031,0,15000,16000 +ARM,2031,1,15000,16000 +ARM,2031,2,15000,16000 +ARM,2031,3,15000,16000 +ARM,2031,4,15000,17000 +ARM,2031,5,16000,17000 +ARM,2031,6,16000,18000 +ARM,2031,7,17000,18000 +ARM,2031,8,17000,19000 +ARM,2031,9,18000,19000 +ARM,2031,10,18000,20000 +ARM,2031,11,19000,20000 +ARM,2031,12,19000,21000 +ARM,2031,13,19000,21000 +ARM,2031,14,20000,22000 +ARM,2031,15,20000,22000 +ARM,2031,16,20000,22000 +ARM,2031,17,20000,22000 +ARM,2031,18,20000,22000 +ARM,2032,0,15000,16000 +ARM,2032,1,15000,16000 +ARM,2032,2,15000,16000 +ARM,2032,3,15000,16000 +ARM,2032,4,15000,16000 +ARM,2032,5,15000,17000 +ARM,2032,6,16000,17000 +ARM,2032,7,16000,18000 +ARM,2032,8,17000,18000 +ARM,2032,9,17000,19000 +ARM,2032,10,18000,19000 +ARM,2032,11,18000,20000 +ARM,2032,12,19000,20000 +ARM,2032,13,19000,21000 +ARM,2032,14,19000,21000 +ARM,2032,15,20000,22000 +ARM,2032,16,20000,22000 +ARM,2032,17,20000,22000 +ARM,2032,18,20000,22000 +ARM,2033,0,15000,16000 +ARM,2033,1,15000,15000 +ARM,2033,2,15000,15000 +ARM,2033,3,15000,16000 +ARM,2033,4,15000,16000 +ARM,2033,5,15000,16000 +ARM,2033,6,15000,17000 +ARM,2033,7,16000,17000 +ARM,2033,8,16000,18000 +ARM,2033,9,17000,18000 +ARM,2033,10,17000,19000 +ARM,2033,11,18000,19000 +ARM,2033,12,18000,20000 +ARM,2033,13,19000,20000 +ARM,2033,14,19000,21000 +ARM,2033,15,19000,21000 +ARM,2033,16,20000,22000 +ARM,2033,17,20000,22000 +ARM,2033,18,20000,22000 +ARM,2034,0,15000,15000 +ARM,2034,1,15000,15000 +ARM,2034,2,14000,15000 +ARM,2034,3,15000,15000 +ARM,2034,4,15000,16000 +ARM,2034,5,15000,16000 +ARM,2034,6,15000,16000 +ARM,2034,7,15000,17000 +ARM,2034,8,16000,17000 +ARM,2034,9,16000,18000 +ARM,2034,10,17000,18000 +ARM,2034,11,17000,19000 +ARM,2034,12,18000,19000 +ARM,2034,13,18000,20000 +ARM,2034,14,18000,20000 +ARM,2034,15,19000,21000 +ARM,2034,16,19000,21000 +ARM,2034,17,19000,21000 +ARM,2034,18,20000,22000 +ARM,2035,0,15000,16000 +ARM,2035,1,15000,15000 +ARM,2035,2,14000,15000 +ARM,2035,3,14000,15000 +ARM,2035,4,14000,15000 +ARM,2035,5,15000,16000 +ARM,2035,6,15000,16000 +ARM,2035,7,15000,16000 +ARM,2035,8,15000,17000 +ARM,2035,9,16000,17000 +ARM,2035,10,16000,18000 +ARM,2035,11,17000,18000 +ARM,2035,12,17000,19000 +ARM,2035,13,18000,19000 +ARM,2035,14,18000,20000 +ARM,2035,15,18000,20000 +ARM,2035,16,19000,21000 +ARM,2035,17,19000,21000 +ARM,2035,18,19000,21000 +ARM,2036,0,15000,16000 +ARM,2036,1,15000,15000 +ARM,2036,2,15000,15000 +ARM,2036,3,14000,15000 +ARM,2036,4,14000,15000 +ARM,2036,5,15000,15000 +ARM,2036,6,15000,16000 +ARM,2036,7,15000,16000 +ARM,2036,8,15000,16000 +ARM,2036,9,15000,17000 +ARM,2036,10,16000,17000 +ARM,2036,11,16000,18000 +ARM,2036,12,17000,18000 +ARM,2036,13,17000,19000 +ARM,2036,14,17000,19000 +ARM,2036,15,18000,20000 +ARM,2036,16,18000,20000 +ARM,2036,17,19000,21000 +ARM,2036,18,19000,21000 +ARM,2037,0,15000,16000 +ARM,2037,1,15000,15000 +ARM,2037,2,15000,15000 +ARM,2037,3,15000,15000 +ARM,2037,4,14000,15000 +ARM,2037,5,14000,15000 +ARM,2037,6,15000,15000 +ARM,2037,7,15000,16000 +ARM,2037,8,15000,16000 +ARM,2037,9,15000,16000 +ARM,2037,10,15000,17000 +ARM,2037,11,16000,17000 +ARM,2037,12,16000,18000 +ARM,2037,13,17000,18000 +ARM,2037,14,17000,18000 +ARM,2037,15,17000,19000 +ARM,2037,16,18000,19000 +ARM,2037,17,18000,20000 +ARM,2037,18,19000,20000 +ARM,2038,0,15000,16000 +ARM,2038,1,15000,16000 +ARM,2038,2,15000,15000 +ARM,2038,3,15000,15000 +ARM,2038,4,14000,15000 +ARM,2038,5,14000,15000 +ARM,2038,6,14000,15000 +ARM,2038,7,15000,15000 +ARM,2038,8,15000,16000 +ARM,2038,9,15000,16000 +ARM,2038,10,15000,16000 +ARM,2038,11,15000,17000 +ARM,2038,12,16000,17000 +ARM,2038,13,16000,17000 +ARM,2038,14,17000,18000 +ARM,2038,15,17000,18000 +ARM,2038,16,17000,19000 +ARM,2038,17,18000,19000 +ARM,2038,18,18000,20000 +ARM,2039,0,15000,16000 +ARM,2039,1,15000,16000 +ARM,2039,2,15000,15000 +ARM,2039,3,15000,15000 +ARM,2039,4,15000,15000 +ARM,2039,5,14000,15000 +ARM,2039,6,14000,15000 +ARM,2039,7,14000,15000 +ARM,2039,8,15000,15000 +ARM,2039,9,15000,16000 +ARM,2039,10,15000,16000 +ARM,2039,11,15000,16000 +ARM,2039,12,15000,17000 +ARM,2039,13,16000,17000 +ARM,2039,14,16000,17000 +ARM,2039,15,16000,18000 +ARM,2039,16,17000,18000 +ARM,2039,17,17000,19000 +ARM,2039,18,18000,19000 +ARM,2040,0,15000,16000 +ARM,2040,1,15000,16000 +ARM,2040,2,15000,16000 +ARM,2040,3,15000,15000 +ARM,2040,4,15000,15000 +ARM,2040,5,14000,15000 +ARM,2040,6,14000,15000 +ARM,2040,7,14000,15000 +ARM,2040,8,14000,15000 +ARM,2040,9,15000,15000 +ARM,2040,10,15000,16000 +ARM,2040,11,15000,16000 +ARM,2040,12,15000,16000 +ARM,2040,13,15000,17000 +ARM,2040,14,16000,17000 +ARM,2040,15,16000,17000 +ARM,2040,16,16000,18000 +ARM,2040,17,17000,18000 +ARM,2040,18,17000,19000 +ARM,2041,0,15000,16000 +ARM,2041,1,15000,16000 +ARM,2041,2,15000,16000 +ARM,2041,3,15000,16000 +ARM,2041,4,15000,15000 +ARM,2041,5,15000,15000 +ARM,2041,6,14000,15000 +ARM,2041,7,14000,15000 +ARM,2041,8,14000,15000 +ARM,2041,9,14000,15000 +ARM,2041,10,15000,15000 +ARM,2041,11,15000,16000 +ARM,2041,12,15000,16000 +ARM,2041,13,15000,16000 +ARM,2041,14,15000,16000 +ARM,2041,15,16000,17000 +ARM,2041,16,16000,17000 +ARM,2041,17,16000,18000 +ARM,2041,18,17000,18000 +ARM,2042,0,15000,16000 +ARM,2042,1,15000,16000 +ARM,2042,2,15000,16000 +ARM,2042,3,15000,16000 +ARM,2042,4,15000,16000 +ARM,2042,5,15000,15000 +ARM,2042,6,15000,15000 +ARM,2042,7,14000,15000 +ARM,2042,8,14000,15000 +ARM,2042,9,14000,15000 +ARM,2042,10,14000,15000 +ARM,2042,11,15000,15000 +ARM,2042,12,15000,16000 +ARM,2042,13,15000,16000 +ARM,2042,14,15000,16000 +ARM,2042,15,15000,16000 +ARM,2042,16,16000,17000 +ARM,2042,17,16000,17000 +ARM,2042,18,16000,18000 +ARM,2043,0,15000,16000 +ARM,2043,1,15000,16000 +ARM,2043,2,15000,16000 +ARM,2043,3,15000,16000 +ARM,2043,4,15000,16000 +ARM,2043,5,15000,16000 +ARM,2043,6,15000,15000 +ARM,2043,7,15000,15000 +ARM,2043,8,14000,15000 +ARM,2043,9,14000,15000 +ARM,2043,10,14000,15000 +ARM,2043,11,14000,15000 +ARM,2043,12,15000,15000 +ARM,2043,13,15000,16000 +ARM,2043,14,15000,16000 +ARM,2043,15,15000,16000 +ARM,2043,16,15000,16000 +ARM,2043,17,16000,17000 +ARM,2043,18,16000,17000 +ARM,2044,0,15000,16000 +ARM,2044,1,15000,16000 +ARM,2044,2,15000,16000 +ARM,2044,3,15000,16000 +ARM,2044,4,15000,16000 +ARM,2044,5,15000,16000 +ARM,2044,6,15000,16000 +ARM,2044,7,15000,15000 +ARM,2044,8,15000,15000 +ARM,2044,9,14000,15000 +ARM,2044,10,14000,15000 +ARM,2044,11,14000,15000 +ARM,2044,12,14000,15000 +ARM,2044,13,15000,15000 +ARM,2044,14,15000,15000 +ARM,2044,15,15000,16000 +ARM,2044,16,15000,16000 +ARM,2044,17,15000,16000 +ARM,2044,18,16000,17000 +ARM,2045,0,15000,16000 +ARM,2045,1,15000,16000 +ARM,2045,2,15000,16000 +ARM,2045,3,15000,16000 +ARM,2045,4,15000,16000 +ARM,2045,5,15000,16000 +ARM,2045,6,15000,16000 +ARM,2045,7,15000,16000 +ARM,2045,8,15000,15000 +ARM,2045,9,15000,15000 +ARM,2045,10,14000,15000 +ARM,2045,11,14000,15000 +ARM,2045,12,14000,15000 +ARM,2045,13,14000,15000 +ARM,2045,14,14000,15000 +ARM,2045,15,15000,15000 +ARM,2045,16,15000,16000 +ARM,2045,17,15000,16000 +ARM,2045,18,15000,16000 +ARM,2046,0,15000,16000 +ARM,2046,1,15000,16000 +ARM,2046,2,15000,16000 +ARM,2046,3,15000,16000 +ARM,2046,4,15000,16000 +ARM,2046,5,15000,16000 +ARM,2046,6,15000,16000 +ARM,2046,7,15000,16000 +ARM,2046,8,15000,16000 +ARM,2046,9,15000,15000 +ARM,2046,10,15000,15000 +ARM,2046,11,14000,15000 +ARM,2046,12,14000,15000 +ARM,2046,13,14000,15000 +ARM,2046,14,14000,15000 +ARM,2046,15,14000,15000 +ARM,2046,16,15000,15000 +ARM,2046,17,15000,15000 +ARM,2046,18,15000,16000 +ARM,2047,0,15000,16000 +ARM,2047,1,15000,16000 +ARM,2047,2,15000,16000 +ARM,2047,3,15000,16000 +ARM,2047,4,15000,16000 +ARM,2047,5,15000,16000 +ARM,2047,6,15000,16000 +ARM,2047,7,15000,16000 +ARM,2047,8,15000,16000 +ARM,2047,9,15000,16000 +ARM,2047,10,15000,15000 +ARM,2047,11,15000,15000 +ARM,2047,12,14000,15000 +ARM,2047,13,14000,15000 +ARM,2047,14,14000,15000 +ARM,2047,15,14000,15000 +ARM,2047,16,14000,15000 +ARM,2047,17,14000,15000 +ARM,2047,18,15000,15000 +ARM,2048,0,15000,16000 +ARM,2048,1,15000,16000 +ARM,2048,2,15000,16000 +ARM,2048,3,15000,16000 +ARM,2048,4,15000,16000 +ARM,2048,5,15000,16000 +ARM,2048,6,15000,16000 +ARM,2048,7,15000,16000 +ARM,2048,8,15000,16000 +ARM,2048,9,15000,16000 +ARM,2048,10,15000,16000 +ARM,2048,11,15000,15000 +ARM,2048,12,14000,15000 +ARM,2048,13,14000,15000 +ARM,2048,14,14000,15000 +ARM,2048,15,14000,15000 +ARM,2048,16,14000,15000 +ARM,2048,17,14000,15000 +ARM,2048,18,14000,15000 +ARM,2049,0,15000,15000 +ARM,2049,1,15000,16000 +ARM,2049,2,15000,16000 +ARM,2049,3,15000,16000 +ARM,2049,4,15000,16000 +ARM,2049,5,15000,16000 +ARM,2049,6,15000,16000 +ARM,2049,7,15000,16000 +ARM,2049,8,15000,16000 +ARM,2049,9,15000,16000 +ARM,2049,10,15000,16000 +ARM,2049,11,15000,16000 +ARM,2049,12,15000,15000 +ARM,2049,13,14000,15000 +ARM,2049,14,14000,15000 +ARM,2049,15,14000,15000 +ARM,2049,16,14000,15000 +ARM,2049,17,14000,15000 +ARM,2049,18,14000,15000 +ARM,2050,0,14000,15000 +ARM,2050,1,15000,15000 +ARM,2050,2,15000,16000 +ARM,2050,3,15000,16000 +ARM,2050,4,15000,16000 +ARM,2050,5,15000,16000 +ARM,2050,6,15000,16000 +ARM,2050,7,15000,16000 +ARM,2050,8,15000,16000 +ARM,2050,9,15000,16000 +ARM,2050,10,15000,16000 +ARM,2050,11,15000,16000 +ARM,2050,12,15000,16000 +ARM,2050,13,15000,15000 +ARM,2050,14,14000,15000 +ARM,2050,15,14000,15000 +ARM,2050,16,14000,15000 +ARM,2050,17,14000,15000 +ARM,2050,18,14000,15000 +ASM,1990,0,, +ASM,1990,1,, +ASM,1990,2,, +ASM,1990,3,, +ASM,1990,4,, +ASM,1990,5,, +ASM,1990,6,, +ASM,1990,7,, +ASM,1990,8,, +ASM,1990,9,, +ASM,1990,10,, +ASM,1990,11,, +ASM,1990,12,, +ASM,1990,13,, +ASM,1990,14,, +ASM,1990,15,, +ASM,1990,16,, +ASM,1990,17,, +ASM,1990,18,, +ASM,1991,0,, +ASM,1991,1,, +ASM,1991,2,, +ASM,1991,3,, +ASM,1991,4,, +ASM,1991,5,, +ASM,1991,6,, +ASM,1991,7,, +ASM,1991,8,, +ASM,1991,9,, +ASM,1991,10,, +ASM,1991,11,, +ASM,1991,12,, +ASM,1991,13,, +ASM,1991,14,, +ASM,1991,15,, +ASM,1991,16,, +ASM,1991,17,, +ASM,1991,18,, +ASM,1992,0,, +ASM,1992,1,, +ASM,1992,2,, +ASM,1992,3,, +ASM,1992,4,, +ASM,1992,5,, +ASM,1992,6,, +ASM,1992,7,, +ASM,1992,8,, +ASM,1992,9,, +ASM,1992,10,, +ASM,1992,11,, +ASM,1992,12,, +ASM,1992,13,, +ASM,1992,14,, +ASM,1992,15,, +ASM,1992,16,, +ASM,1992,17,, +ASM,1992,18,, +ASM,1993,0,, +ASM,1993,1,, +ASM,1993,2,, +ASM,1993,3,, +ASM,1993,4,, +ASM,1993,5,, +ASM,1993,6,, +ASM,1993,7,, +ASM,1993,8,, +ASM,1993,9,, +ASM,1993,10,, +ASM,1993,11,, +ASM,1993,12,, +ASM,1993,13,, +ASM,1993,14,, +ASM,1993,15,, +ASM,1993,16,, +ASM,1993,17,, +ASM,1993,18,, +ASM,1994,0,, +ASM,1994,1,, +ASM,1994,2,, +ASM,1994,3,, +ASM,1994,4,, +ASM,1994,5,, +ASM,1994,6,, +ASM,1994,7,, +ASM,1994,8,, +ASM,1994,9,, +ASM,1994,10,, +ASM,1994,11,, +ASM,1994,12,, +ASM,1994,13,, +ASM,1994,14,, +ASM,1994,15,, +ASM,1994,16,, +ASM,1994,17,, +ASM,1994,18,, +ASM,1995,0,, +ASM,1995,1,, +ASM,1995,2,, +ASM,1995,3,, +ASM,1995,4,, +ASM,1995,5,, +ASM,1995,6,, +ASM,1995,7,, +ASM,1995,8,, +ASM,1995,9,, +ASM,1995,10,, +ASM,1995,11,, +ASM,1995,12,, +ASM,1995,13,, +ASM,1995,14,, +ASM,1995,15,, +ASM,1995,16,, +ASM,1995,17,, +ASM,1995,18,, +ASM,1996,0,, +ASM,1996,1,, +ASM,1996,2,, +ASM,1996,3,, +ASM,1996,4,, +ASM,1996,5,, +ASM,1996,6,, +ASM,1996,7,, +ASM,1996,8,, +ASM,1996,9,, +ASM,1996,10,, +ASM,1996,11,, +ASM,1996,12,, +ASM,1996,13,, +ASM,1996,14,, +ASM,1996,15,, +ASM,1996,16,, +ASM,1996,17,, +ASM,1996,18,, +ASM,1997,0,, +ASM,1997,1,, +ASM,1997,2,, +ASM,1997,3,, +ASM,1997,4,, +ASM,1997,5,, +ASM,1997,6,, +ASM,1997,7,, +ASM,1997,8,, +ASM,1997,9,, +ASM,1997,10,, +ASM,1997,11,, +ASM,1997,12,, +ASM,1997,13,, +ASM,1997,14,, +ASM,1997,15,, +ASM,1997,16,, +ASM,1997,17,, +ASM,1997,18,, +ASM,1998,0,, +ASM,1998,1,, +ASM,1998,2,, +ASM,1998,3,, +ASM,1998,4,, +ASM,1998,5,, +ASM,1998,6,, +ASM,1998,7,, +ASM,1998,8,, +ASM,1998,9,, +ASM,1998,10,, +ASM,1998,11,, +ASM,1998,12,, +ASM,1998,13,, +ASM,1998,14,, +ASM,1998,15,, +ASM,1998,16,, +ASM,1998,17,, +ASM,1998,18,, +ASM,1999,0,, +ASM,1999,1,, +ASM,1999,2,, +ASM,1999,3,, +ASM,1999,4,, +ASM,1999,5,, +ASM,1999,6,, +ASM,1999,7,, +ASM,1999,8,, +ASM,1999,9,, +ASM,1999,10,, +ASM,1999,11,, +ASM,1999,12,, +ASM,1999,13,, +ASM,1999,14,, +ASM,1999,15,, +ASM,1999,16,, +ASM,1999,17,, +ASM,1999,18,, +ASM,2000,0,, +ASM,2000,1,, +ASM,2000,2,, +ASM,2000,3,, +ASM,2000,4,, +ASM,2000,5,, +ASM,2000,6,, +ASM,2000,7,, +ASM,2000,8,, +ASM,2000,9,, +ASM,2000,10,, +ASM,2000,11,, +ASM,2000,12,, +ASM,2000,13,, +ASM,2000,14,, +ASM,2000,15,, +ASM,2000,16,, +ASM,2000,17,, +ASM,2000,18,, +ASM,2001,0,, +ASM,2001,1,, +ASM,2001,2,, +ASM,2001,3,, +ASM,2001,4,, +ASM,2001,5,, +ASM,2001,6,, +ASM,2001,7,, +ASM,2001,8,, +ASM,2001,9,, +ASM,2001,10,, +ASM,2001,11,, +ASM,2001,12,, +ASM,2001,13,, +ASM,2001,14,, +ASM,2001,15,, +ASM,2001,16,, +ASM,2001,17,, +ASM,2001,18,, +ASM,2002,0,, +ASM,2002,1,, +ASM,2002,2,, +ASM,2002,3,, +ASM,2002,4,, +ASM,2002,5,, +ASM,2002,6,, +ASM,2002,7,, +ASM,2002,8,, +ASM,2002,9,, +ASM,2002,10,, +ASM,2002,11,, +ASM,2002,12,, +ASM,2002,13,, +ASM,2002,14,, +ASM,2002,15,, +ASM,2002,16,, +ASM,2002,17,, +ASM,2002,18,, +ASM,2003,0,, +ASM,2003,1,, +ASM,2003,2,, +ASM,2003,3,, +ASM,2003,4,, +ASM,2003,5,, +ASM,2003,6,, +ASM,2003,7,, +ASM,2003,8,, +ASM,2003,9,, +ASM,2003,10,, +ASM,2003,11,, +ASM,2003,12,, +ASM,2003,13,, +ASM,2003,14,, +ASM,2003,15,, +ASM,2003,16,, +ASM,2003,17,, +ASM,2003,18,, +ASM,2004,0,, +ASM,2004,1,, +ASM,2004,2,, +ASM,2004,3,, +ASM,2004,4,, +ASM,2004,5,, +ASM,2004,6,, +ASM,2004,7,, +ASM,2004,8,, +ASM,2004,9,, +ASM,2004,10,, +ASM,2004,11,, +ASM,2004,12,, +ASM,2004,13,, +ASM,2004,14,, +ASM,2004,15,, +ASM,2004,16,, +ASM,2004,17,, +ASM,2004,18,, +ASM,2005,0,, +ASM,2005,1,, +ASM,2005,2,, +ASM,2005,3,, +ASM,2005,4,, +ASM,2005,5,, +ASM,2005,6,, +ASM,2005,7,, +ASM,2005,8,, +ASM,2005,9,, +ASM,2005,10,, +ASM,2005,11,, +ASM,2005,12,, +ASM,2005,13,, +ASM,2005,14,, +ASM,2005,15,, +ASM,2005,16,, +ASM,2005,17,, +ASM,2005,18,, +ASM,2006,0,, +ASM,2006,1,, +ASM,2006,2,, +ASM,2006,3,, +ASM,2006,4,, +ASM,2006,5,, +ASM,2006,6,, +ASM,2006,7,, +ASM,2006,8,, +ASM,2006,9,, +ASM,2006,10,, +ASM,2006,11,, +ASM,2006,12,, +ASM,2006,13,, +ASM,2006,14,, +ASM,2006,15,, +ASM,2006,16,, +ASM,2006,17,, +ASM,2006,18,, +ASM,2007,0,, +ASM,2007,1,, +ASM,2007,2,, +ASM,2007,3,, +ASM,2007,4,, +ASM,2007,5,, +ASM,2007,6,, +ASM,2007,7,, +ASM,2007,8,, +ASM,2007,9,, +ASM,2007,10,, +ASM,2007,11,, +ASM,2007,12,, +ASM,2007,13,, +ASM,2007,14,, +ASM,2007,15,, +ASM,2007,16,, +ASM,2007,17,, +ASM,2007,18,, +ASM,2008,0,, +ASM,2008,1,, +ASM,2008,2,, +ASM,2008,3,, +ASM,2008,4,, +ASM,2008,5,, +ASM,2008,6,, +ASM,2008,7,, +ASM,2008,8,, +ASM,2008,9,, +ASM,2008,10,, +ASM,2008,11,, +ASM,2008,12,, +ASM,2008,13,, +ASM,2008,14,, +ASM,2008,15,, +ASM,2008,16,, +ASM,2008,17,, +ASM,2008,18,, +ASM,2009,0,, +ASM,2009,1,, +ASM,2009,2,, +ASM,2009,3,, +ASM,2009,4,, +ASM,2009,5,, +ASM,2009,6,, +ASM,2009,7,, +ASM,2009,8,, +ASM,2009,9,, +ASM,2009,10,, +ASM,2009,11,, +ASM,2009,12,, +ASM,2009,13,, +ASM,2009,14,, +ASM,2009,15,, +ASM,2009,16,, +ASM,2009,17,, +ASM,2009,18,, +ASM,2010,0,, +ASM,2010,1,, +ASM,2010,2,, +ASM,2010,3,, +ASM,2010,4,, +ASM,2010,5,, +ASM,2010,6,, +ASM,2010,7,, +ASM,2010,8,, +ASM,2010,9,, +ASM,2010,10,, +ASM,2010,11,, +ASM,2010,12,, +ASM,2010,13,, +ASM,2010,14,, +ASM,2010,15,, +ASM,2010,16,, +ASM,2010,17,, +ASM,2010,18,, +ASM,2011,0,, +ASM,2011,1,, +ASM,2011,2,, +ASM,2011,3,, +ASM,2011,4,, +ASM,2011,5,, +ASM,2011,6,, +ASM,2011,7,, +ASM,2011,8,, +ASM,2011,9,, +ASM,2011,10,, +ASM,2011,11,, +ASM,2011,12,, +ASM,2011,13,, +ASM,2011,14,, +ASM,2011,15,, +ASM,2011,16,, +ASM,2011,17,, +ASM,2011,18,, +ASM,2012,0,, +ASM,2012,1,, +ASM,2012,2,, +ASM,2012,3,, +ASM,2012,4,, +ASM,2012,5,, +ASM,2012,6,, +ASM,2012,7,, +ASM,2012,8,, +ASM,2012,9,, +ASM,2012,10,, +ASM,2012,11,, +ASM,2012,12,, +ASM,2012,13,, +ASM,2012,14,, +ASM,2012,15,, +ASM,2012,16,, +ASM,2012,17,, +ASM,2012,18,, +ASM,2013,0,, +ASM,2013,1,, +ASM,2013,2,, +ASM,2013,3,, +ASM,2013,4,, +ASM,2013,5,, +ASM,2013,6,, +ASM,2013,7,, +ASM,2013,8,, +ASM,2013,9,, +ASM,2013,10,, +ASM,2013,11,, +ASM,2013,12,, +ASM,2013,13,, +ASM,2013,14,, +ASM,2013,15,, +ASM,2013,16,, +ASM,2013,17,, +ASM,2013,18,, +ASM,2014,0,, +ASM,2014,1,, +ASM,2014,2,, +ASM,2014,3,, +ASM,2014,4,, +ASM,2014,5,, +ASM,2014,6,, +ASM,2014,7,, +ASM,2014,8,, +ASM,2014,9,, +ASM,2014,10,, +ASM,2014,11,, +ASM,2014,12,, +ASM,2014,13,, +ASM,2014,14,, +ASM,2014,15,, +ASM,2014,16,, +ASM,2014,17,, +ASM,2014,18,, +ASM,2015,0,, +ASM,2015,1,, +ASM,2015,2,, +ASM,2015,3,, +ASM,2015,4,, +ASM,2015,5,, +ASM,2015,6,, +ASM,2015,7,, +ASM,2015,8,, +ASM,2015,9,, +ASM,2015,10,, +ASM,2015,11,, +ASM,2015,12,, +ASM,2015,13,, +ASM,2015,14,, +ASM,2015,15,, +ASM,2015,16,, +ASM,2015,17,, +ASM,2015,18,, +ASM,2016,0,, +ASM,2016,1,, +ASM,2016,2,, +ASM,2016,3,, +ASM,2016,4,, +ASM,2016,5,, +ASM,2016,6,, +ASM,2016,7,, +ASM,2016,8,, +ASM,2016,9,, +ASM,2016,10,, +ASM,2016,11,, +ASM,2016,12,, +ASM,2016,13,, +ASM,2016,14,, +ASM,2016,15,, +ASM,2016,16,, +ASM,2016,17,, +ASM,2016,18,, +ASM,2017,0,, +ASM,2017,1,, +ASM,2017,2,, +ASM,2017,3,, +ASM,2017,4,, +ASM,2017,5,, +ASM,2017,6,, +ASM,2017,7,, +ASM,2017,8,, +ASM,2017,9,, +ASM,2017,10,, +ASM,2017,11,, +ASM,2017,12,, +ASM,2017,13,, +ASM,2017,14,, +ASM,2017,15,, +ASM,2017,16,, +ASM,2017,17,, +ASM,2017,18,, +ASM,2018,0,, +ASM,2018,1,, +ASM,2018,2,, +ASM,2018,3,, +ASM,2018,4,, +ASM,2018,5,, +ASM,2018,6,, +ASM,2018,7,, +ASM,2018,8,, +ASM,2018,9,, +ASM,2018,10,, +ASM,2018,11,, +ASM,2018,12,, +ASM,2018,13,, +ASM,2018,14,, +ASM,2018,15,, +ASM,2018,16,, +ASM,2018,17,, +ASM,2018,18,, +ASM,2019,0,, +ASM,2019,1,, +ASM,2019,2,, +ASM,2019,3,, +ASM,2019,4,, +ASM,2019,5,, +ASM,2019,6,, +ASM,2019,7,, +ASM,2019,8,, +ASM,2019,9,, +ASM,2019,10,, +ASM,2019,11,, +ASM,2019,12,, +ASM,2019,13,, +ASM,2019,14,, +ASM,2019,15,, +ASM,2019,16,, +ASM,2019,17,, +ASM,2019,18,, +ASM,2020,0,, +ASM,2020,1,, +ASM,2020,2,, +ASM,2020,3,, +ASM,2020,4,, +ASM,2020,5,, +ASM,2020,6,, +ASM,2020,7,, +ASM,2020,8,, +ASM,2020,9,, +ASM,2020,10,, +ASM,2020,11,, +ASM,2020,12,, +ASM,2020,13,, +ASM,2020,14,, +ASM,2020,15,, +ASM,2020,16,, +ASM,2020,17,, +ASM,2020,18,, +ASM,2021,0,, +ASM,2021,1,, +ASM,2021,2,, +ASM,2021,3,, +ASM,2021,4,, +ASM,2021,5,, +ASM,2021,6,, +ASM,2021,7,, +ASM,2021,8,, +ASM,2021,9,, +ASM,2021,10,, +ASM,2021,11,, +ASM,2021,12,, +ASM,2021,13,, +ASM,2021,14,, +ASM,2021,15,, +ASM,2021,16,, +ASM,2021,17,, +ASM,2021,18,, +ASM,2022,0,, +ASM,2022,1,, +ASM,2022,2,, +ASM,2022,3,, +ASM,2022,4,, +ASM,2022,5,, +ASM,2022,6,, +ASM,2022,7,, +ASM,2022,8,, +ASM,2022,9,, +ASM,2022,10,, +ASM,2022,11,, +ASM,2022,12,, +ASM,2022,13,, +ASM,2022,14,, +ASM,2022,15,, +ASM,2022,16,, +ASM,2022,17,, +ASM,2022,18,, +ASM,2023,0,, +ASM,2023,1,, +ASM,2023,2,, +ASM,2023,3,, +ASM,2023,4,, +ASM,2023,5,, +ASM,2023,6,, +ASM,2023,7,, +ASM,2023,8,, +ASM,2023,9,, +ASM,2023,10,, +ASM,2023,11,, +ASM,2023,12,, +ASM,2023,13,, +ASM,2023,14,, +ASM,2023,15,, +ASM,2023,16,, +ASM,2023,17,, +ASM,2023,18,, +ASM,2024,0,, +ASM,2024,1,, +ASM,2024,2,, +ASM,2024,3,, +ASM,2024,4,, +ASM,2024,5,, +ASM,2024,6,, +ASM,2024,7,, +ASM,2024,8,, +ASM,2024,9,, +ASM,2024,10,, +ASM,2024,11,, +ASM,2024,12,, +ASM,2024,13,, +ASM,2024,14,, +ASM,2024,15,, +ASM,2024,16,, +ASM,2024,17,, +ASM,2024,18,, +ASM,2025,0,, +ASM,2025,1,, +ASM,2025,2,, +ASM,2025,3,, +ASM,2025,4,, +ASM,2025,5,, +ASM,2025,6,, +ASM,2025,7,, +ASM,2025,8,, +ASM,2025,9,, +ASM,2025,10,, +ASM,2025,11,, +ASM,2025,12,, +ASM,2025,13,, +ASM,2025,14,, +ASM,2025,15,, +ASM,2025,16,, +ASM,2025,17,, +ASM,2025,18,, +ASM,2026,0,, +ASM,2026,1,, +ASM,2026,2,, +ASM,2026,3,, +ASM,2026,4,, +ASM,2026,5,, +ASM,2026,6,, +ASM,2026,7,, +ASM,2026,8,, +ASM,2026,9,, +ASM,2026,10,, +ASM,2026,11,, +ASM,2026,12,, +ASM,2026,13,, +ASM,2026,14,, +ASM,2026,15,, +ASM,2026,16,, +ASM,2026,17,, +ASM,2026,18,, +ASM,2027,0,, +ASM,2027,1,, +ASM,2027,2,, +ASM,2027,3,, +ASM,2027,4,, +ASM,2027,5,, +ASM,2027,6,, +ASM,2027,7,, +ASM,2027,8,, +ASM,2027,9,, +ASM,2027,10,, +ASM,2027,11,, +ASM,2027,12,, +ASM,2027,13,, +ASM,2027,14,, +ASM,2027,15,, +ASM,2027,16,, +ASM,2027,17,, +ASM,2027,18,, +ASM,2028,0,, +ASM,2028,1,, +ASM,2028,2,, +ASM,2028,3,, +ASM,2028,4,, +ASM,2028,5,, +ASM,2028,6,, +ASM,2028,7,, +ASM,2028,8,, +ASM,2028,9,, +ASM,2028,10,, +ASM,2028,11,, +ASM,2028,12,, +ASM,2028,13,, +ASM,2028,14,, +ASM,2028,15,, +ASM,2028,16,, +ASM,2028,17,, +ASM,2028,18,, +ASM,2029,0,, +ASM,2029,1,, +ASM,2029,2,, +ASM,2029,3,, +ASM,2029,4,, +ASM,2029,5,, +ASM,2029,6,, +ASM,2029,7,, +ASM,2029,8,, +ASM,2029,9,, +ASM,2029,10,, +ASM,2029,11,, +ASM,2029,12,, +ASM,2029,13,, +ASM,2029,14,, +ASM,2029,15,, +ASM,2029,16,, +ASM,2029,17,, +ASM,2029,18,, +ASM,2030,0,, +ASM,2030,1,, +ASM,2030,2,, +ASM,2030,3,, +ASM,2030,4,, +ASM,2030,5,, +ASM,2030,6,, +ASM,2030,7,, +ASM,2030,8,, +ASM,2030,9,, +ASM,2030,10,, +ASM,2030,11,, +ASM,2030,12,, +ASM,2030,13,, +ASM,2030,14,, +ASM,2030,15,, +ASM,2030,16,, +ASM,2030,17,, +ASM,2030,18,, +ASM,2031,0,, +ASM,2031,1,, +ASM,2031,2,, +ASM,2031,3,, +ASM,2031,4,, +ASM,2031,5,, +ASM,2031,6,, +ASM,2031,7,, +ASM,2031,8,, +ASM,2031,9,, +ASM,2031,10,, +ASM,2031,11,, +ASM,2031,12,, +ASM,2031,13,, +ASM,2031,14,, +ASM,2031,15,, +ASM,2031,16,, +ASM,2031,17,, +ASM,2031,18,, +ASM,2032,0,, +ASM,2032,1,, +ASM,2032,2,, +ASM,2032,3,, +ASM,2032,4,, +ASM,2032,5,, +ASM,2032,6,, +ASM,2032,7,, +ASM,2032,8,, +ASM,2032,9,, +ASM,2032,10,, +ASM,2032,11,, +ASM,2032,12,, +ASM,2032,13,, +ASM,2032,14,, +ASM,2032,15,, +ASM,2032,16,, +ASM,2032,17,, +ASM,2032,18,, +ASM,2033,0,, +ASM,2033,1,, +ASM,2033,2,, +ASM,2033,3,, +ASM,2033,4,, +ASM,2033,5,, +ASM,2033,6,, +ASM,2033,7,, +ASM,2033,8,, +ASM,2033,9,, +ASM,2033,10,, +ASM,2033,11,, +ASM,2033,12,, +ASM,2033,13,, +ASM,2033,14,, +ASM,2033,15,, +ASM,2033,16,, +ASM,2033,17,, +ASM,2033,18,, +ASM,2034,0,, +ASM,2034,1,, +ASM,2034,2,, +ASM,2034,3,, +ASM,2034,4,, +ASM,2034,5,, +ASM,2034,6,, +ASM,2034,7,, +ASM,2034,8,, +ASM,2034,9,, +ASM,2034,10,, +ASM,2034,11,, +ASM,2034,12,, +ASM,2034,13,, +ASM,2034,14,, +ASM,2034,15,, +ASM,2034,16,, +ASM,2034,17,, +ASM,2034,18,, +ASM,2035,0,, +ASM,2035,1,, +ASM,2035,2,, +ASM,2035,3,, +ASM,2035,4,, +ASM,2035,5,, +ASM,2035,6,, +ASM,2035,7,, +ASM,2035,8,, +ASM,2035,9,, +ASM,2035,10,, +ASM,2035,11,, +ASM,2035,12,, +ASM,2035,13,, +ASM,2035,14,, +ASM,2035,15,, +ASM,2035,16,, +ASM,2035,17,, +ASM,2035,18,, +ASM,2036,0,, +ASM,2036,1,, +ASM,2036,2,, +ASM,2036,3,, +ASM,2036,4,, +ASM,2036,5,, +ASM,2036,6,, +ASM,2036,7,, +ASM,2036,8,, +ASM,2036,9,, +ASM,2036,10,, +ASM,2036,11,, +ASM,2036,12,, +ASM,2036,13,, +ASM,2036,14,, +ASM,2036,15,, +ASM,2036,16,, +ASM,2036,17,, +ASM,2036,18,, +ASM,2037,0,, +ASM,2037,1,, +ASM,2037,2,, +ASM,2037,3,, +ASM,2037,4,, +ASM,2037,5,, +ASM,2037,6,, +ASM,2037,7,, +ASM,2037,8,, +ASM,2037,9,, +ASM,2037,10,, +ASM,2037,11,, +ASM,2037,12,, +ASM,2037,13,, +ASM,2037,14,, +ASM,2037,15,, +ASM,2037,16,, +ASM,2037,17,, +ASM,2037,18,, +ASM,2038,0,, +ASM,2038,1,, +ASM,2038,2,, +ASM,2038,3,, +ASM,2038,4,, +ASM,2038,5,, +ASM,2038,6,, +ASM,2038,7,, +ASM,2038,8,, +ASM,2038,9,, +ASM,2038,10,, +ASM,2038,11,, +ASM,2038,12,, +ASM,2038,13,, +ASM,2038,14,, +ASM,2038,15,, +ASM,2038,16,, +ASM,2038,17,, +ASM,2038,18,, +ASM,2039,0,, +ASM,2039,1,, +ASM,2039,2,, +ASM,2039,3,, +ASM,2039,4,, +ASM,2039,5,, +ASM,2039,6,, +ASM,2039,7,, +ASM,2039,8,, +ASM,2039,9,, +ASM,2039,10,, +ASM,2039,11,, +ASM,2039,12,, +ASM,2039,13,, +ASM,2039,14,, +ASM,2039,15,, +ASM,2039,16,, +ASM,2039,17,, +ASM,2039,18,, +ASM,2040,0,, +ASM,2040,1,, +ASM,2040,2,, +ASM,2040,3,, +ASM,2040,4,, +ASM,2040,5,, +ASM,2040,6,, +ASM,2040,7,, +ASM,2040,8,, +ASM,2040,9,, +ASM,2040,10,, +ASM,2040,11,, +ASM,2040,12,, +ASM,2040,13,, +ASM,2040,14,, +ASM,2040,15,, +ASM,2040,16,, +ASM,2040,17,, +ASM,2040,18,, +ASM,2041,0,, +ASM,2041,1,, +ASM,2041,2,, +ASM,2041,3,, +ASM,2041,4,, +ASM,2041,5,, +ASM,2041,6,, +ASM,2041,7,, +ASM,2041,8,, +ASM,2041,9,, +ASM,2041,10,, +ASM,2041,11,, +ASM,2041,12,, +ASM,2041,13,, +ASM,2041,14,, +ASM,2041,15,, +ASM,2041,16,, +ASM,2041,17,, +ASM,2041,18,, +ASM,2042,0,, +ASM,2042,1,, +ASM,2042,2,, +ASM,2042,3,, +ASM,2042,4,, +ASM,2042,5,, +ASM,2042,6,, +ASM,2042,7,, +ASM,2042,8,, +ASM,2042,9,, +ASM,2042,10,, +ASM,2042,11,, +ASM,2042,12,, +ASM,2042,13,, +ASM,2042,14,, +ASM,2042,15,, +ASM,2042,16,, +ASM,2042,17,, +ASM,2042,18,, +ASM,2043,0,, +ASM,2043,1,, +ASM,2043,2,, +ASM,2043,3,, +ASM,2043,4,, +ASM,2043,5,, +ASM,2043,6,, +ASM,2043,7,, +ASM,2043,8,, +ASM,2043,9,, +ASM,2043,10,, +ASM,2043,11,, +ASM,2043,12,, +ASM,2043,13,, +ASM,2043,14,, +ASM,2043,15,, +ASM,2043,16,, +ASM,2043,17,, +ASM,2043,18,, +ASM,2044,0,, +ASM,2044,1,, +ASM,2044,2,, +ASM,2044,3,, +ASM,2044,4,, +ASM,2044,5,, +ASM,2044,6,, +ASM,2044,7,, +ASM,2044,8,, +ASM,2044,9,, +ASM,2044,10,, +ASM,2044,11,, +ASM,2044,12,, +ASM,2044,13,, +ASM,2044,14,, +ASM,2044,15,, +ASM,2044,16,, +ASM,2044,17,, +ASM,2044,18,, +ASM,2045,0,, +ASM,2045,1,, +ASM,2045,2,, +ASM,2045,3,, +ASM,2045,4,, +ASM,2045,5,, +ASM,2045,6,, +ASM,2045,7,, +ASM,2045,8,, +ASM,2045,9,, +ASM,2045,10,, +ASM,2045,11,, +ASM,2045,12,, +ASM,2045,13,, +ASM,2045,14,, +ASM,2045,15,, +ASM,2045,16,, +ASM,2045,17,, +ASM,2045,18,, +ASM,2046,0,, +ASM,2046,1,, +ASM,2046,2,, +ASM,2046,3,, +ASM,2046,4,, +ASM,2046,5,, +ASM,2046,6,, +ASM,2046,7,, +ASM,2046,8,, +ASM,2046,9,, +ASM,2046,10,, +ASM,2046,11,, +ASM,2046,12,, +ASM,2046,13,, +ASM,2046,14,, +ASM,2046,15,, +ASM,2046,16,, +ASM,2046,17,, +ASM,2046,18,, +ASM,2047,0,, +ASM,2047,1,, +ASM,2047,2,, +ASM,2047,3,, +ASM,2047,4,, +ASM,2047,5,, +ASM,2047,6,, +ASM,2047,7,, +ASM,2047,8,, +ASM,2047,9,, +ASM,2047,10,, +ASM,2047,11,, +ASM,2047,12,, +ASM,2047,13,, +ASM,2047,14,, +ASM,2047,15,, +ASM,2047,16,, +ASM,2047,17,, +ASM,2047,18,, +ASM,2048,0,, +ASM,2048,1,, +ASM,2048,2,, +ASM,2048,3,, +ASM,2048,4,, +ASM,2048,5,, +ASM,2048,6,, +ASM,2048,7,, +ASM,2048,8,, +ASM,2048,9,, +ASM,2048,10,, +ASM,2048,11,, +ASM,2048,12,, +ASM,2048,13,, +ASM,2048,14,, +ASM,2048,15,, +ASM,2048,16,, +ASM,2048,17,, +ASM,2048,18,, +ASM,2049,0,, +ASM,2049,1,, +ASM,2049,2,, +ASM,2049,3,, +ASM,2049,4,, +ASM,2049,5,, +ASM,2049,6,, +ASM,2049,7,, +ASM,2049,8,, +ASM,2049,9,, +ASM,2049,10,, +ASM,2049,11,, +ASM,2049,12,, +ASM,2049,13,, +ASM,2049,14,, +ASM,2049,15,, +ASM,2049,16,, +ASM,2049,17,, +ASM,2049,18,, +ASM,2050,0,, +ASM,2050,1,, +ASM,2050,2,, +ASM,2050,3,, +ASM,2050,4,, +ASM,2050,5,, +ASM,2050,6,, +ASM,2050,7,, +ASM,2050,8,, +ASM,2050,9,, +ASM,2050,10,, +ASM,2050,11,, +ASM,2050,12,, +ASM,2050,13,, +ASM,2050,14,, +ASM,2050,15,, +ASM,2050,16,, +ASM,2050,17,, +ASM,2050,18,, +ATG,1990,0,638,661 +ATG,1990,1,651,657 +ATG,1990,2,660,654 +ATG,1990,3,665,652 +ATG,1990,4,668,650 +ATG,1990,5,667,649 +ATG,1990,6,664,648 +ATG,1990,7,659,646 +ATG,1990,8,652,644 +ATG,1990,9,643,641 +ATG,1990,10,634,639 +ATG,1990,11,626,639 +ATG,1990,12,614,632 +ATG,1990,13,599,618 +ATG,1990,14,582,598 +ATG,1990,15,565,580 +ATG,1990,16,547,559 +ATG,1990,17,541,549 +ATG,1990,18,552,557 +ATG,1991,0,633,659 +ATG,1991,1,648,667 +ATG,1991,2,658,663 +ATG,1991,3,664,660 +ATG,1991,4,668,657 +ATG,1991,5,669,655 +ATG,1991,6,667,652 +ATG,1991,7,663,650 +ATG,1991,8,657,646 +ATG,1991,9,649,641 +ATG,1991,10,639,635 +ATG,1991,11,628,629 +ATG,1991,12,618,625 +ATG,1991,13,607,617 +ATG,1991,14,595,605 +ATG,1991,15,583,592 +ATG,1991,16,571,578 +ATG,1991,17,558,563 +ATG,1991,18,554,556 +ATG,1992,0,634,663 +ATG,1992,1,647,662 +ATG,1992,2,660,675 +ATG,1992,3,667,671 +ATG,1992,4,672,668 +ATG,1992,5,674,664 +ATG,1992,6,673,661 +ATG,1992,7,670,657 +ATG,1992,8,666,654 +ATG,1992,9,659,648 +ATG,1992,10,649,640 +ATG,1992,11,637,631 +ATG,1992,12,626,621 +ATG,1992,13,614,613 +ATG,1992,14,603,604 +ATG,1992,15,594,595 +ATG,1992,16,587,587 +ATG,1992,17,579,578 +ATG,1992,18,571,569 +ATG,1993,0,641,673 +ATG,1993,1,655,672 +ATG,1993,2,665,672 +ATG,1993,3,674,683 +ATG,1993,4,679,680 +ATG,1993,5,682,676 +ATG,1993,6,682,672 +ATG,1993,7,680,668 +ATG,1993,8,675,663 +ATG,1993,9,670,659 +ATG,1993,10,662,652 +ATG,1993,11,651,641 +ATG,1993,12,638,627 +ATG,1993,13,625,615 +ATG,1993,14,612,602 +ATG,1993,15,601,592 +ATG,1993,16,595,586 +ATG,1993,17,592,583 +ATG,1993,18,590,579 +ATG,1994,0,650,683 +ATG,1994,1,664,685 +ATG,1994,2,676,686 +ATG,1994,3,684,687 +ATG,1994,4,689,692 +ATG,1994,5,692,689 +ATG,1994,6,693,685 +ATG,1994,7,691,681 +ATG,1994,8,687,675 +ATG,1994,9,682,669 +ATG,1994,10,676,664 +ATG,1994,11,667,655 +ATG,1994,12,654,641 +ATG,1994,13,639,624 +ATG,1994,14,625,608 +ATG,1994,15,610,591 +ATG,1994,16,600,579 +ATG,1994,17,597,576 +ATG,1994,18,599,579 +ATG,1995,0,658,693 +ATG,1995,1,674,697 +ATG,1995,2,686,700 +ATG,1995,3,695,702 +ATG,1995,4,701,702 +ATG,1995,5,704,700 +ATG,1995,6,705,698 +ATG,1995,7,704,694 +ATG,1995,8,700,689 +ATG,1995,9,695,682 +ATG,1995,10,688,675 +ATG,1995,11,681,669 +ATG,1995,12,671,658 +ATG,1995,13,657,641 +ATG,1995,14,641,621 +ATG,1995,15,625,601 +ATG,1995,16,609,580 +ATG,1995,17,599,567 +ATG,1995,18,599,567 +ATG,1996,0,665,702 +ATG,1996,1,677,707 +ATG,1996,2,690,709 +ATG,1996,3,701,710 +ATG,1996,4,708,709 +ATG,1996,5,713,707 +ATG,1996,6,715,704 +ATG,1996,7,714,699 +ATG,1996,8,712,693 +ATG,1996,9,706,685 +ATG,1996,10,698,675 +ATG,1996,11,690,665 +ATG,1996,12,681,655 +ATG,1996,13,670,643 +ATG,1996,14,657,628 +ATG,1996,15,642,612 +ATG,1996,16,628,596 +ATG,1996,17,613,579 +ATG,1996,18,605,569 +ATG,1997,0,671,711 +ATG,1997,1,690,720 +ATG,1997,2,695,720 +ATG,1997,3,707,721 +ATG,1997,4,715,720 +ATG,1997,5,721,717 +ATG,1997,6,724,713 +ATG,1997,7,725,707 +ATG,1997,8,724,700 +ATG,1997,9,720,691 +ATG,1997,10,712,680 +ATG,1997,11,702,667 +ATG,1997,12,692,654 +ATG,1997,13,681,642 +ATG,1997,14,669,629 +ATG,1997,15,656,616 +ATG,1997,16,643,603 +ATG,1997,17,630,591 +ATG,1997,18,617,578 +ATG,1998,0,676,717 +ATG,1998,1,696,730 +ATG,1998,2,711,738 +ATG,1998,3,713,732 +ATG,1998,4,723,732 +ATG,1998,5,729,729 +ATG,1998,6,733,724 +ATG,1998,7,735,717 +ATG,1998,8,734,709 +ATG,1998,9,732,701 +ATG,1998,10,727,690 +ATG,1998,11,717,675 +ATG,1998,12,705,659 +ATG,1998,13,692,644 +ATG,1998,14,680,628 +ATG,1998,15,667,613 +ATG,1998,16,655,602 +ATG,1998,17,643,593 +ATG,1998,18,632,585 +ATG,1999,0,680,723 +ATG,1999,1,699,737 +ATG,1999,2,715,746 +ATG,1999,3,728,752 +ATG,1999,4,729,744 +ATG,1999,5,737,742 +ATG,1999,6,741,737 +ATG,1999,7,743,730 +ATG,1999,8,743,722 +ATG,1999,9,742,712 +ATG,1999,10,739,701 +ATG,1999,11,732,687 +ATG,1999,12,720,670 +ATG,1999,13,706,651 +ATG,1999,14,692,632 +ATG,1999,15,677,613 +ATG,1999,16,664,598 +ATG,1999,17,652,589 +ATG,1999,18,641,584 +ATG,2000,0,682,728 +ATG,2000,1,699,741 +ATG,2000,2,714,750 +ATG,2000,3,726,755 +ATG,2000,4,736,757 +ATG,2000,5,743,756 +ATG,2000,6,748,752 +ATG,2000,7,751,746 +ATG,2000,8,752,737 +ATG,2000,9,750,726 +ATG,2000,10,747,713 +ATG,2000,11,743,701 +ATG,2000,12,735,685 +ATG,2000,13,722,665 +ATG,2000,14,705,642 +ATG,2000,15,689,621 +ATG,2000,16,673,599 +ATG,2000,17,658,582 +ATG,2000,18,647,575 +ATG,2001,0,691,733 +ATG,2001,1,687,725 +ATG,2001,2,702,735 +ATG,2001,3,716,743 +ATG,2001,4,727,748 +ATG,2001,5,737,750 +ATG,2001,6,745,750 +ATG,2001,7,751,748 +ATG,2001,8,754,742 +ATG,2001,9,753,733 +ATG,2001,10,749,721 +ATG,2001,11,744,707 +ATG,2001,12,738,694 +ATG,2001,13,729,678 +ATG,2001,14,716,660 +ATG,2001,15,702,641 +ATG,2001,16,687,622 +ATG,2001,17,673,602 +ATG,2001,18,661,588 +ATG,2002,0,697,736 +ATG,2002,1,705,741 +ATG,2002,2,690,721 +ATG,2002,3,703,729 +ATG,2002,4,715,735 +ATG,2002,5,726,740 +ATG,2002,6,735,742 +ATG,2002,7,744,743 +ATG,2002,8,751,743 +ATG,2002,9,755,739 +ATG,2002,10,752,729 +ATG,2002,11,745,715 +ATG,2002,12,738,701 +ATG,2002,13,730,686 +ATG,2002,14,720,671 +ATG,2002,15,709,655 +ATG,2002,16,696,638 +ATG,2002,17,683,622 +ATG,2002,18,671,606 +ATG,2003,0,702,739 +ATG,2003,1,703,738 +ATG,2003,2,706,737 +ATG,2003,3,691,717 +ATG,2003,4,702,723 +ATG,2003,5,713,728 +ATG,2003,6,723,732 +ATG,2003,7,732,735 +ATG,2003,8,741,737 +ATG,2003,9,750,738 +ATG,2003,10,754,735 +ATG,2003,11,750,725 +ATG,2003,12,740,709 +ATG,2003,13,731,694 +ATG,2003,14,721,679 +ATG,2003,15,710,664 +ATG,2003,16,699,649 +ATG,2003,17,689,636 +ATG,2003,18,678,623 +ATG,2004,0,708,743 +ATG,2004,1,702,735 +ATG,2004,2,699,729 +ATG,2004,3,700,725 +ATG,2004,4,693,714 +ATG,2004,5,701,717 +ATG,2004,6,711,721 +ATG,2004,7,721,725 +ATG,2004,8,730,728 +ATG,2004,9,739,731 +ATG,2004,10,750,734 +ATG,2004,11,754,732 +ATG,2004,12,748,721 +ATG,2004,13,735,705 +ATG,2004,14,724,689 +ATG,2004,15,712,673 +ATG,2004,16,701,658 +ATG,2004,17,691,645 +ATG,2004,18,682,635 +ATG,2005,0,716,748 +ATG,2005,1,702,733 +ATG,2005,2,694,722 +ATG,2005,3,690,716 +ATG,2005,4,691,713 +ATG,2005,5,695,712 +ATG,2005,6,702,713 +ATG,2005,7,710,716 +ATG,2005,8,719,719 +ATG,2005,9,728,722 +ATG,2005,10,738,726 +ATG,2005,11,750,732 +ATG,2005,12,754,730 +ATG,2005,13,747,719 +ATG,2005,14,732,701 +ATG,2005,15,718,685 +ATG,2005,16,705,667 +ATG,2005,17,692,652 +ATG,2005,18,683,642 +ATG,2006,0,723,752 +ATG,2006,1,701,731 +ATG,2006,2,692,720 +ATG,2006,3,688,714 +ATG,2006,4,689,712 +ATG,2006,5,693,713 +ATG,2006,6,701,716 +ATG,2006,7,712,722 +ATG,2006,8,722,727 +ATG,2006,9,729,730 +ATG,2006,10,733,730 +ATG,2006,11,739,731 +ATG,2006,12,746,733 +ATG,2006,13,748,730 +ATG,2006,14,740,718 +ATG,2006,15,728,700 +ATG,2006,16,716,684 +ATG,2006,17,704,667 +ATG,2006,18,693,652 +ATG,2007,0,730,757 +ATG,2007,1,700,727 +ATG,2007,2,687,715 +ATG,2007,3,682,708 +ATG,2007,4,683,706 +ATG,2007,5,688,709 +ATG,2007,6,696,714 +ATG,2007,7,708,722 +ATG,2007,8,723,732 +ATG,2007,9,734,740 +ATG,2007,10,739,741 +ATG,2007,11,739,738 +ATG,2007,12,741,736 +ATG,2007,13,743,735 +ATG,2007,14,742,730 +ATG,2007,15,735,717 +ATG,2007,16,724,700 +ATG,2007,17,714,684 +ATG,2007,18,704,667 +ATG,2008,0,738,763 +ATG,2008,1,701,726 +ATG,2008,2,676,700 +ATG,2008,3,674,699 +ATG,2008,4,674,697 +ATG,2008,5,679,700 +ATG,2008,6,688,706 +ATG,2008,7,700,716 +ATG,2008,8,716,728 +ATG,2008,9,735,743 +ATG,2008,10,748,753 +ATG,2008,11,751,753 +ATG,2008,12,746,747 +ATG,2008,13,744,743 +ATG,2008,14,741,738 +ATG,2008,15,737,730 +ATG,2008,16,730,717 +ATG,2008,17,722,701 +ATG,2008,18,713,685 +ATG,2009,0,746,769 +ATG,2009,1,703,726 +ATG,2009,2,674,697 +ATG,2009,3,657,679 +ATG,2009,4,662,684 +ATG,2009,5,665,686 +ATG,2009,6,675,693 +ATG,2009,7,688,704 +ATG,2009,8,704,718 +ATG,2009,9,724,734 +ATG,2009,10,747,754 +ATG,2009,11,762,766 +ATG,2009,12,762,766 +ATG,2009,13,753,757 +ATG,2009,14,746,749 +ATG,2009,15,740,742 +ATG,2009,16,732,731 +ATG,2009,17,726,718 +ATG,2009,18,720,702 +ATG,2010,0,751,773 +ATG,2010,1,706,728 +ATG,2010,2,675,697 +ATG,2010,3,656,677 +ATG,2010,4,648,668 +ATG,2010,5,649,668 +ATG,2010,6,657,674 +ATG,2010,7,671,686 +ATG,2010,8,688,702 +ATG,2010,9,708,720 +ATG,2010,10,731,740 +ATG,2010,11,759,764 +ATG,2010,12,775,779 +ATG,2010,13,773,778 +ATG,2010,14,760,766 +ATG,2010,15,749,755 +ATG,2010,16,738,745 +ATG,2010,17,727,732 +ATG,2010,18,721,718 +ATG,2011,0,754,777 +ATG,2011,1,736,758 +ATG,2011,2,699,721 +ATG,2011,3,674,695 +ATG,2011,4,659,680 +ATG,2011,5,654,673 +ATG,2011,6,655,674 +ATG,2011,7,663,680 +ATG,2011,8,676,691 +ATG,2011,9,692,707 +ATG,2011,10,711,724 +ATG,2011,11,733,744 +ATG,2011,12,758,766 +ATG,2011,13,772,779 +ATG,2011,14,771,778 +ATG,2011,15,759,766 +ATG,2011,16,748,756 +ATG,2011,17,738,745 +ATG,2011,18,729,732 +ATG,2012,0,756,780 +ATG,2012,1,715,737 +ATG,2012,2,722,742 +ATG,2012,3,693,713 +ATG,2012,4,674,694 +ATG,2012,5,663,682 +ATG,2012,6,660,678 +ATG,2012,7,662,680 +ATG,2012,8,669,686 +ATG,2012,9,681,697 +ATG,2012,10,697,711 +ATG,2012,11,714,728 +ATG,2012,12,734,747 +ATG,2012,13,757,768 +ATG,2012,14,770,780 +ATG,2012,15,769,778 +ATG,2012,16,758,766 +ATG,2012,17,748,756 +ATG,2012,18,738,745 +ATG,2013,0,756,782 +ATG,2013,1,720,743 +ATG,2013,2,693,715 +ATG,2013,3,707,727 +ATG,2013,4,687,706 +ATG,2013,5,674,692 +ATG,2013,6,667,685 +ATG,2013,7,666,683 +ATG,2013,8,669,686 +ATG,2013,9,676,691 +ATG,2013,10,686,701 +ATG,2013,11,701,716 +ATG,2013,12,717,732 +ATG,2013,13,735,750 +ATG,2013,14,755,769 +ATG,2013,15,767,780 +ATG,2013,16,766,778 +ATG,2013,17,756,766 +ATG,2013,18,747,756 +ATG,2014,0,754,780 +ATG,2014,1,724,748 +ATG,2014,2,702,723 +ATG,2014,3,685,705 +ATG,2014,4,693,711 +ATG,2014,5,680,698 +ATG,2014,6,673,690 +ATG,2014,7,670,686 +ATG,2014,8,671,687 +ATG,2014,9,675,691 +ATG,2014,10,681,697 +ATG,2014,11,691,706 +ATG,2014,12,705,720 +ATG,2014,13,720,736 +ATG,2014,14,736,752 +ATG,2014,15,754,770 +ATG,2014,16,765,780 +ATG,2014,17,763,777 +ATG,2014,18,754,766 +ATG,2015,0,749,776 +ATG,2015,1,727,751 +ATG,2015,2,709,730 +ATG,2015,3,695,714 +ATG,2015,4,685,702 +ATG,2015,5,677,694 +ATG,2015,6,673,689 +ATG,2015,7,672,687 +ATG,2015,8,673,688 +ATG,2015,9,677,691 +ATG,2015,10,681,696 +ATG,2015,11,687,701 +ATG,2015,12,696,710 +ATG,2015,13,708,723 +ATG,2015,14,722,739 +ATG,2015,15,736,754 +ATG,2015,16,752,770 +ATG,2015,17,761,779 +ATG,2015,18,760,776 +ATG,2016,0,744,769 +ATG,2016,1,745,771 +ATG,2016,2,726,750 +ATG,2016,3,710,732 +ATG,2016,4,697,717 +ATG,2016,5,687,705 +ATG,2016,6,679,696 +ATG,2016,7,674,689 +ATG,2016,8,671,686 +ATG,2016,9,672,687 +ATG,2016,10,676,691 +ATG,2016,11,682,696 +ATG,2016,12,687,701 +ATG,2016,13,696,710 +ATG,2016,14,708,724 +ATG,2016,15,722,739 +ATG,2016,16,736,754 +ATG,2016,17,752,770 +ATG,2016,18,761,778 +ATG,2017,0,736,760 +ATG,2017,1,730,752 +ATG,2017,2,741,766 +ATG,2017,3,725,749 +ATG,2017,4,711,733 +ATG,2017,5,699,719 +ATG,2017,6,689,708 +ATG,2017,7,681,698 +ATG,2017,8,674,690 +ATG,2017,9,671,686 +ATG,2017,10,672,687 +ATG,2017,11,676,691 +ATG,2017,12,682,696 +ATG,2017,13,687,702 +ATG,2017,14,696,710 +ATG,2017,15,708,724 +ATG,2017,16,722,739 +ATG,2017,17,736,754 +ATG,2017,18,752,770 +ATG,2018,0,728,749 +ATG,2018,1,729,750 +ATG,2018,2,727,749 +ATG,2018,3,737,761 +ATG,2018,4,724,747 +ATG,2018,5,712,734 +ATG,2018,6,701,721 +ATG,2018,7,691,710 +ATG,2018,8,682,700 +ATG,2018,9,674,690 +ATG,2018,10,670,685 +ATG,2018,11,671,686 +ATG,2018,12,676,691 +ATG,2018,13,682,696 +ATG,2018,14,687,701 +ATG,2018,15,696,710 +ATG,2018,16,708,723 +ATG,2018,17,722,739 +ATG,2018,18,736,753 +ATG,2019,0,700,700 +ATG,2019,1,700,700 +ATG,2019,2,700,800 +ATG,2019,3,700,800 +ATG,2019,4,700,800 +ATG,2019,5,700,700 +ATG,2019,6,700,700 +ATG,2019,7,700,700 +ATG,2019,8,700,700 +ATG,2019,9,700,700 +ATG,2019,10,700,700 +ATG,2019,11,700,700 +ATG,2019,12,700,700 +ATG,2019,13,700,700 +ATG,2019,14,700,700 +ATG,2019,15,700,700 +ATG,2019,16,700,700 +ATG,2019,17,700,700 +ATG,2019,18,700,700 +ATG,2020,0,700,700 +ATG,2020,1,700,700 +ATG,2020,2,700,800 +ATG,2020,3,700,800 +ATG,2020,4,700,800 +ATG,2020,5,700,800 +ATG,2020,6,700,700 +ATG,2020,7,700,700 +ATG,2020,8,700,700 +ATG,2020,9,700,700 +ATG,2020,10,700,700 +ATG,2020,11,700,700 +ATG,2020,12,700,700 +ATG,2020,13,700,700 +ATG,2020,14,700,700 +ATG,2020,15,700,700 +ATG,2020,16,700,700 +ATG,2020,17,700,700 +ATG,2020,18,700,700 +ATG,2021,0,700,700 +ATG,2021,1,700,700 +ATG,2021,2,700,700 +ATG,2021,3,700,800 +ATG,2021,4,700,800 +ATG,2021,5,700,800 +ATG,2021,6,700,800 +ATG,2021,7,700,700 +ATG,2021,8,700,700 +ATG,2021,9,700,700 +ATG,2021,10,700,700 +ATG,2021,11,700,700 +ATG,2021,12,700,700 +ATG,2021,13,700,700 +ATG,2021,14,700,700 +ATG,2021,15,700,700 +ATG,2021,16,700,700 +ATG,2021,17,700,700 +ATG,2021,18,700,700 +ATG,2022,0,700,700 +ATG,2022,1,700,700 +ATG,2022,2,700,700 +ATG,2022,3,700,700 +ATG,2022,4,700,800 +ATG,2022,5,700,800 +ATG,2022,6,700,800 +ATG,2022,7,700,700 +ATG,2022,8,700,700 +ATG,2022,9,700,700 +ATG,2022,10,700,700 +ATG,2022,11,700,700 +ATG,2022,12,700,700 +ATG,2022,13,700,700 +ATG,2022,14,700,700 +ATG,2022,15,700,700 +ATG,2022,16,700,700 +ATG,2022,17,700,700 +ATG,2022,18,700,700 +ATG,2023,0,700,700 +ATG,2023,1,700,700 +ATG,2023,2,700,700 +ATG,2023,3,700,700 +ATG,2023,4,700,700 +ATG,2023,5,700,700 +ATG,2023,6,700,800 +ATG,2023,7,700,800 +ATG,2023,8,700,700 +ATG,2023,9,700,700 +ATG,2023,10,700,700 +ATG,2023,11,700,700 +ATG,2023,12,700,700 +ATG,2023,13,700,700 +ATG,2023,14,700,700 +ATG,2023,15,700,700 +ATG,2023,16,700,700 +ATG,2023,17,700,700 +ATG,2023,18,700,700 +ATG,2024,0,700,700 +ATG,2024,1,700,700 +ATG,2024,2,700,700 +ATG,2024,3,700,700 +ATG,2024,4,700,700 +ATG,2024,5,700,700 +ATG,2024,6,700,700 +ATG,2024,7,700,700 +ATG,2024,8,700,700 +ATG,2024,9,700,700 +ATG,2024,10,700,700 +ATG,2024,11,700,700 +ATG,2024,12,700,700 +ATG,2024,13,700,700 +ATG,2024,14,700,700 +ATG,2024,15,700,700 +ATG,2024,16,700,700 +ATG,2024,17,700,700 +ATG,2024,18,700,700 +ATG,2025,0,700,700 +ATG,2025,1,700,700 +ATG,2025,2,700,700 +ATG,2025,3,700,700 +ATG,2025,4,700,700 +ATG,2025,5,700,700 +ATG,2025,6,700,700 +ATG,2025,7,700,700 +ATG,2025,8,700,700 +ATG,2025,9,700,700 +ATG,2025,10,700,700 +ATG,2025,11,700,700 +ATG,2025,12,700,700 +ATG,2025,13,700,700 +ATG,2025,14,700,700 +ATG,2025,15,700,700 +ATG,2025,16,700,700 +ATG,2025,17,700,700 +ATG,2025,18,700,700 +ATG,2026,0,700,700 +ATG,2026,1,700,700 +ATG,2026,2,700,700 +ATG,2026,3,700,700 +ATG,2026,4,700,700 +ATG,2026,5,700,700 +ATG,2026,6,700,700 +ATG,2026,7,700,700 +ATG,2026,8,700,700 +ATG,2026,9,700,700 +ATG,2026,10,700,700 +ATG,2026,11,700,700 +ATG,2026,12,700,700 +ATG,2026,13,700,700 +ATG,2026,14,700,700 +ATG,2026,15,700,700 +ATG,2026,16,700,700 +ATG,2026,17,700,700 +ATG,2026,18,700,700 +ATG,2027,0,700,700 +ATG,2027,1,700,700 +ATG,2027,2,700,700 +ATG,2027,3,700,700 +ATG,2027,4,700,700 +ATG,2027,5,700,700 +ATG,2027,6,700,700 +ATG,2027,7,700,700 +ATG,2027,8,700,700 +ATG,2027,9,700,700 +ATG,2027,10,700,700 +ATG,2027,11,700,700 +ATG,2027,12,700,700 +ATG,2027,13,700,700 +ATG,2027,14,700,700 +ATG,2027,15,700,700 +ATG,2027,16,700,700 +ATG,2027,17,700,700 +ATG,2027,18,700,700 +ATG,2028,0,700,700 +ATG,2028,1,700,700 +ATG,2028,2,700,700 +ATG,2028,3,700,700 +ATG,2028,4,700,700 +ATG,2028,5,700,700 +ATG,2028,6,700,700 +ATG,2028,7,700,700 +ATG,2028,8,700,700 +ATG,2028,9,700,700 +ATG,2028,10,700,700 +ATG,2028,11,700,700 +ATG,2028,12,700,700 +ATG,2028,13,700,700 +ATG,2028,14,700,700 +ATG,2028,15,700,700 +ATG,2028,16,700,700 +ATG,2028,17,700,700 +ATG,2028,18,700,700 +ATG,2029,0,700,700 +ATG,2029,1,700,700 +ATG,2029,2,700,700 +ATG,2029,3,700,700 +ATG,2029,4,700,700 +ATG,2029,5,700,700 +ATG,2029,6,700,700 +ATG,2029,7,700,700 +ATG,2029,8,700,700 +ATG,2029,9,700,700 +ATG,2029,10,700,700 +ATG,2029,11,700,700 +ATG,2029,12,700,700 +ATG,2029,13,700,700 +ATG,2029,14,700,700 +ATG,2029,15,700,700 +ATG,2029,16,700,700 +ATG,2029,17,700,700 +ATG,2029,18,700,700 +ATG,2030,0,700,700 +ATG,2030,1,700,700 +ATG,2030,2,700,700 +ATG,2030,3,700,700 +ATG,2030,4,700,700 +ATG,2030,5,700,700 +ATG,2030,6,700,700 +ATG,2030,7,700,700 +ATG,2030,8,700,700 +ATG,2030,9,700,700 +ATG,2030,10,700,700 +ATG,2030,11,700,700 +ATG,2030,12,700,700 +ATG,2030,13,700,700 +ATG,2030,14,700,700 +ATG,2030,15,700,700 +ATG,2030,16,700,700 +ATG,2030,17,700,700 +ATG,2030,18,700,700 +ATG,2031,0,700,700 +ATG,2031,1,700,700 +ATG,2031,2,700,700 +ATG,2031,3,700,700 +ATG,2031,4,700,700 +ATG,2031,5,700,700 +ATG,2031,6,700,700 +ATG,2031,7,700,700 +ATG,2031,8,700,700 +ATG,2031,9,700,700 +ATG,2031,10,700,700 +ATG,2031,11,700,700 +ATG,2031,12,700,700 +ATG,2031,13,700,700 +ATG,2031,14,700,700 +ATG,2031,15,700,700 +ATG,2031,16,700,700 +ATG,2031,17,700,700 +ATG,2031,18,700,700 +ATG,2032,0,700,700 +ATG,2032,1,700,700 +ATG,2032,2,700,700 +ATG,2032,3,700,700 +ATG,2032,4,700,700 +ATG,2032,5,700,700 +ATG,2032,6,700,700 +ATG,2032,7,700,700 +ATG,2032,8,700,700 +ATG,2032,9,700,700 +ATG,2032,10,700,700 +ATG,2032,11,700,700 +ATG,2032,12,700,700 +ATG,2032,13,700,700 +ATG,2032,14,700,700 +ATG,2032,15,700,700 +ATG,2032,16,700,700 +ATG,2032,17,700,700 +ATG,2032,18,700,700 +ATG,2033,0,600,700 +ATG,2033,1,700,700 +ATG,2033,2,700,700 +ATG,2033,3,700,700 +ATG,2033,4,700,700 +ATG,2033,5,700,700 +ATG,2033,6,700,700 +ATG,2033,7,700,700 +ATG,2033,8,700,700 +ATG,2033,9,700,700 +ATG,2033,10,700,700 +ATG,2033,11,700,700 +ATG,2033,12,700,700 +ATG,2033,13,700,700 +ATG,2033,14,700,700 +ATG,2033,15,700,700 +ATG,2033,16,700,700 +ATG,2033,17,700,700 +ATG,2033,18,700,700 +ATG,2034,0,600,700 +ATG,2034,1,600,700 +ATG,2034,2,700,700 +ATG,2034,3,700,700 +ATG,2034,4,700,700 +ATG,2034,5,700,700 +ATG,2034,6,700,700 +ATG,2034,7,700,700 +ATG,2034,8,700,700 +ATG,2034,9,700,700 +ATG,2034,10,700,700 +ATG,2034,11,700,700 +ATG,2034,12,700,700 +ATG,2034,13,700,700 +ATG,2034,14,700,700 +ATG,2034,15,700,700 +ATG,2034,16,700,700 +ATG,2034,17,700,700 +ATG,2034,18,700,700 +ATG,2035,0,600,700 +ATG,2035,1,600,700 +ATG,2035,2,600,700 +ATG,2035,3,700,700 +ATG,2035,4,700,700 +ATG,2035,5,700,700 +ATG,2035,6,700,700 +ATG,2035,7,700,700 +ATG,2035,8,700,700 +ATG,2035,9,700,700 +ATG,2035,10,700,700 +ATG,2035,11,700,700 +ATG,2035,12,700,700 +ATG,2035,13,700,700 +ATG,2035,14,700,700 +ATG,2035,15,700,700 +ATG,2035,16,700,700 +ATG,2035,17,700,700 +ATG,2035,18,700,700 +ATG,2036,0,600,700 +ATG,2036,1,600,700 +ATG,2036,2,600,700 +ATG,2036,3,600,700 +ATG,2036,4,700,700 +ATG,2036,5,700,700 +ATG,2036,6,700,700 +ATG,2036,7,700,700 +ATG,2036,8,700,700 +ATG,2036,9,700,700 +ATG,2036,10,700,700 +ATG,2036,11,700,700 +ATG,2036,12,700,700 +ATG,2036,13,700,700 +ATG,2036,14,700,700 +ATG,2036,15,700,700 +ATG,2036,16,700,700 +ATG,2036,17,700,700 +ATG,2036,18,700,700 +ATG,2037,0,600,700 +ATG,2037,1,600,700 +ATG,2037,2,600,700 +ATG,2037,3,600,700 +ATG,2037,4,600,700 +ATG,2037,5,700,700 +ATG,2037,6,700,700 +ATG,2037,7,700,700 +ATG,2037,8,700,700 +ATG,2037,9,700,700 +ATG,2037,10,700,700 +ATG,2037,11,700,700 +ATG,2037,12,700,700 +ATG,2037,13,700,700 +ATG,2037,14,700,700 +ATG,2037,15,700,700 +ATG,2037,16,700,700 +ATG,2037,17,700,700 +ATG,2037,18,700,700 +ATG,2038,0,600,700 +ATG,2038,1,600,700 +ATG,2038,2,600,700 +ATG,2038,3,600,700 +ATG,2038,4,600,700 +ATG,2038,5,600,700 +ATG,2038,6,700,700 +ATG,2038,7,700,700 +ATG,2038,8,700,700 +ATG,2038,9,700,700 +ATG,2038,10,700,700 +ATG,2038,11,700,700 +ATG,2038,12,700,700 +ATG,2038,13,700,700 +ATG,2038,14,700,700 +ATG,2038,15,700,700 +ATG,2038,16,700,700 +ATG,2038,17,700,700 +ATG,2038,18,700,700 +ATG,2039,0,600,700 +ATG,2039,1,600,700 +ATG,2039,2,600,700 +ATG,2039,3,600,700 +ATG,2039,4,600,700 +ATG,2039,5,600,700 +ATG,2039,6,600,700 +ATG,2039,7,600,700 +ATG,2039,8,700,700 +ATG,2039,9,700,700 +ATG,2039,10,700,700 +ATG,2039,11,700,700 +ATG,2039,12,700,700 +ATG,2039,13,700,700 +ATG,2039,14,700,700 +ATG,2039,15,700,700 +ATG,2039,16,700,700 +ATG,2039,17,700,700 +ATG,2039,18,700,700 +ATG,2040,0,600,700 +ATG,2040,1,600,700 +ATG,2040,2,600,700 +ATG,2040,3,600,700 +ATG,2040,4,600,700 +ATG,2040,5,600,700 +ATG,2040,6,600,700 +ATG,2040,7,600,700 +ATG,2040,8,600,700 +ATG,2040,9,700,700 +ATG,2040,10,700,700 +ATG,2040,11,700,700 +ATG,2040,12,700,700 +ATG,2040,13,700,700 +ATG,2040,14,700,700 +ATG,2040,15,700,700 +ATG,2040,16,700,700 +ATG,2040,17,700,700 +ATG,2040,18,700,700 +ATG,2041,0,600,700 +ATG,2041,1,600,700 +ATG,2041,2,600,700 +ATG,2041,3,600,700 +ATG,2041,4,600,700 +ATG,2041,5,600,700 +ATG,2041,6,600,700 +ATG,2041,7,600,700 +ATG,2041,8,600,700 +ATG,2041,9,600,700 +ATG,2041,10,700,700 +ATG,2041,11,700,700 +ATG,2041,12,700,700 +ATG,2041,13,700,700 +ATG,2041,14,700,700 +ATG,2041,15,700,700 +ATG,2041,16,700,700 +ATG,2041,17,700,700 +ATG,2041,18,700,700 +ATG,2042,0,600,600 +ATG,2042,1,600,600 +ATG,2042,2,600,700 +ATG,2042,3,600,700 +ATG,2042,4,600,700 +ATG,2042,5,600,700 +ATG,2042,6,600,700 +ATG,2042,7,600,700 +ATG,2042,8,600,700 +ATG,2042,9,600,700 +ATG,2042,10,600,700 +ATG,2042,11,700,700 +ATG,2042,12,700,700 +ATG,2042,13,700,700 +ATG,2042,14,700,700 +ATG,2042,15,700,700 +ATG,2042,16,700,700 +ATG,2042,17,700,700 +ATG,2042,18,700,700 +ATG,2043,0,600,600 +ATG,2043,1,600,600 +ATG,2043,2,600,600 +ATG,2043,3,600,700 +ATG,2043,4,600,700 +ATG,2043,5,600,700 +ATG,2043,6,600,700 +ATG,2043,7,600,700 +ATG,2043,8,600,700 +ATG,2043,9,600,700 +ATG,2043,10,600,700 +ATG,2043,11,600,700 +ATG,2043,12,700,700 +ATG,2043,13,700,700 +ATG,2043,14,700,700 +ATG,2043,15,700,700 +ATG,2043,16,700,700 +ATG,2043,17,700,700 +ATG,2043,18,700,700 +ATG,2044,0,600,600 +ATG,2044,1,600,600 +ATG,2044,2,600,600 +ATG,2044,3,600,600 +ATG,2044,4,600,600 +ATG,2044,5,600,700 +ATG,2044,6,600,700 +ATG,2044,7,600,700 +ATG,2044,8,600,700 +ATG,2044,9,600,700 +ATG,2044,10,600,700 +ATG,2044,11,600,700 +ATG,2044,12,600,700 +ATG,2044,13,700,700 +ATG,2044,14,700,700 +ATG,2044,15,700,700 +ATG,2044,16,700,700 +ATG,2044,17,700,700 +ATG,2044,18,700,700 +ATG,2045,0,600,600 +ATG,2045,1,600,600 +ATG,2045,2,600,600 +ATG,2045,3,600,600 +ATG,2045,4,600,600 +ATG,2045,5,600,600 +ATG,2045,6,600,600 +ATG,2045,7,600,700 +ATG,2045,8,600,700 +ATG,2045,9,600,700 +ATG,2045,10,600,700 +ATG,2045,11,600,700 +ATG,2045,12,600,700 +ATG,2045,13,600,700 +ATG,2045,14,700,700 +ATG,2045,15,700,700 +ATG,2045,16,700,700 +ATG,2045,17,700,700 +ATG,2045,18,700,700 +ATG,2046,0,600,600 +ATG,2046,1,600,600 +ATG,2046,2,600,600 +ATG,2046,3,600,600 +ATG,2046,4,600,600 +ATG,2046,5,600,600 +ATG,2046,6,600,600 +ATG,2046,7,600,600 +ATG,2046,8,600,700 +ATG,2046,9,600,700 +ATG,2046,10,600,700 +ATG,2046,11,600,700 +ATG,2046,12,600,700 +ATG,2046,13,600,700 +ATG,2046,14,600,700 +ATG,2046,15,700,700 +ATG,2046,16,700,700 +ATG,2046,17,700,700 +ATG,2046,18,700,700 +ATG,2047,0,600,600 +ATG,2047,1,600,600 +ATG,2047,2,600,600 +ATG,2047,3,600,600 +ATG,2047,4,600,600 +ATG,2047,5,600,600 +ATG,2047,6,600,600 +ATG,2047,7,600,600 +ATG,2047,8,600,600 +ATG,2047,9,600,700 +ATG,2047,10,600,700 +ATG,2047,11,600,700 +ATG,2047,12,600,700 +ATG,2047,13,600,700 +ATG,2047,14,600,700 +ATG,2047,15,600,700 +ATG,2047,16,700,700 +ATG,2047,17,700,700 +ATG,2047,18,700,700 +ATG,2048,0,600,600 +ATG,2048,1,600,600 +ATG,2048,2,600,600 +ATG,2048,3,600,600 +ATG,2048,4,600,600 +ATG,2048,5,600,600 +ATG,2048,6,600,600 +ATG,2048,7,600,600 +ATG,2048,8,600,600 +ATG,2048,9,600,600 +ATG,2048,10,600,700 +ATG,2048,11,600,700 +ATG,2048,12,600,700 +ATG,2048,13,600,700 +ATG,2048,14,600,700 +ATG,2048,15,600,700 +ATG,2048,16,600,700 +ATG,2048,17,700,700 +ATG,2048,18,700,700 +ATG,2049,0,600,600 +ATG,2049,1,600,600 +ATG,2049,2,600,600 +ATG,2049,3,600,600 +ATG,2049,4,600,600 +ATG,2049,5,600,600 +ATG,2049,6,600,600 +ATG,2049,7,600,600 +ATG,2049,8,600,600 +ATG,2049,9,600,600 +ATG,2049,10,600,600 +ATG,2049,11,600,700 +ATG,2049,12,600,700 +ATG,2049,13,600,700 +ATG,2049,14,600,700 +ATG,2049,15,600,700 +ATG,2049,16,600,700 +ATG,2049,17,600,700 +ATG,2049,18,700,700 +ATG,2050,0,600,600 +ATG,2050,1,600,600 +ATG,2050,2,600,600 +ATG,2050,3,600,600 +ATG,2050,4,600,600 +ATG,2050,5,600,600 +ATG,2050,6,600,600 +ATG,2050,7,600,600 +ATG,2050,8,600,600 +ATG,2050,9,600,600 +ATG,2050,10,600,600 +ATG,2050,11,600,600 +ATG,2050,12,600,700 +ATG,2050,13,600,700 +ATG,2050,14,600,700 +ATG,2050,15,600,700 +ATG,2050,16,600,700 +ATG,2050,17,600,700 +ATG,2050,18,600,700 +AUS,1990,0,118424,124866 +AUS,1990,1,121387,127772 +AUS,1990,2,123287,129645 +AUS,1990,3,124285,130642 +AUS,1990,4,124542,130921 +AUS,1990,5,124221,130637 +AUS,1990,6,123483,129948 +AUS,1990,7,122488,129011 +AUS,1990,8,121399,127983 +AUS,1990,9,120378,127020 +AUS,1990,10,119143,125827 +AUS,1990,11,117416,124104 +AUS,1990,12,117564,124280 +AUS,1990,13,120632,127419 +AUS,1990,14,125458,132315 +AUS,1990,15,130039,136935 +AUS,1990,16,135025,141968 +AUS,1990,17,138146,144910 +AUS,1990,18,138152,144400 +AUS,1991,0,119238,125835 +AUS,1991,1,120173,126616 +AUS,1991,2,122552,128941 +AUS,1991,3,124086,130452 +AUS,1991,4,124902,131269 +AUS,1991,5,125125,131511 +AUS,1991,6,124915,131335 +AUS,1991,7,124435,130895 +AUS,1991,8,123626,130138 +AUS,1991,9,122540,129118 +AUS,1991,10,121411,128056 +AUS,1991,11,120142,126833 +AUS,1991,12,118415,125118 +AUS,1991,13,118572,125277 +AUS,1991,14,121663,128359 +AUS,1991,15,126518,133174 +AUS,1991,16,131130,137721 +AUS,1991,17,136153,142686 +AUS,1991,18,139289,145557 +AUS,1992,0,121449,128195 +AUS,1992,1,124074,130577 +AUS,1992,2,121727,128133 +AUS,1992,3,123516,129872 +AUS,1992,4,124682,131017 +AUS,1992,5,125314,131651 +AUS,1992,6,125500,131857 +AUS,1992,7,125402,131789 +AUS,1992,8,125183,131598 +AUS,1992,9,124561,131024 +AUS,1992,10,123479,130013 +AUS,1992,11,122244,128855 +AUS,1992,12,120944,127604 +AUS,1992,13,119220,125901 +AUS,1992,14,119386,126041 +AUS,1992,15,122494,129061 +AUS,1992,16,127370,133786 +AUS,1992,17,132005,138250 +AUS,1992,18,137058,143138 +AUS,1993,0,124248,131139 +AUS,1993,1,125478,132025 +AUS,1993,2,126218,132506 +AUS,1993,3,123130,129500 +AUS,1993,4,124326,130651 +AUS,1993,5,125122,131429 +AUS,1993,6,125569,131879 +AUS,1993,7,125719,132050 +AUS,1993,8,125734,132090 +AUS,1993,9,125775,132149 +AUS,1993,10,125342,131758 +AUS,1993,11,124265,130758 +AUS,1993,12,122926,129504 +AUS,1993,13,121595,128227 +AUS,1993,14,119876,126537 +AUS,1993,15,120051,126658 +AUS,1993,16,123172,129612 +AUS,1993,17,128064,134242 +AUS,1993,18,132717,138618 +AUS,1994,0,126435,133467 +AUS,1994,1,126424,133104 +AUS,1994,2,126346,132755 +AUS,1994,3,126212,132424 +AUS,1994,4,124473,130856 +AUS,1994,5,125077,131421 +AUS,1994,6,125503,131832 +AUS,1994,7,125766,132099 +AUS,1994,8,125880,132234 +AUS,1994,9,126006,132381 +AUS,1994,10,126307,132690 +AUS,1994,11,126062,132481 +AUS,1994,12,124991,131492 +AUS,1994,13,123549,130143 +AUS,1994,14,122188,128840 +AUS,1994,15,120475,127163 +AUS,1994,16,120658,127267 +AUS,1994,17,123792,130155 +AUS,1994,18,128697,134689 +AUS,1995,0,127167,134328 +AUS,1995,1,126630,133567 +AUS,1995,2,126248,133008 +AUS,1995,3,125998,132625 +AUS,1995,4,125858,132388 +AUS,1995,5,125805,132273 +AUS,1995,6,125819,132252 +AUS,1995,7,125876,132297 +AUS,1995,8,125955,132383 +AUS,1995,9,126032,132481 +AUS,1995,10,126271,132736 +AUS,1995,11,126831,133294 +AUS,1995,12,126773,133268 +AUS,1995,13,125708,132289 +AUS,1995,14,124164,130844 +AUS,1995,15,122773,129514 +AUS,1995,16,121066,127850 +AUS,1995,17,121258,127935 +AUS,1995,18,124403,130759 +AUS,1996,0,126351,133410 +AUS,1996,1,127576,135423 +AUS,1996,2,127301,134989 +AUS,1996,3,127073,134603 +AUS,1996,4,126886,134260 +AUS,1996,5,126736,133959 +AUS,1996,6,126604,133673 +AUS,1996,7,126469,133377 +AUS,1996,8,126396,133178 +AUS,1996,9,126408,133119 +AUS,1996,10,126458,133129 +AUS,1996,11,126643,133256 +AUS,1996,12,127146,133681 +AUS,1996,13,127026,133479 +AUS,1996,14,125888,132256 +AUS,1996,15,124276,130540 +AUS,1996,16,122820,128957 +AUS,1996,17,121030,127026 +AUS,1996,18,121245,126995 +AUS,1997,0,124315,131276 +AUS,1997,1,125092,132562 +AUS,1997,2,128002,136616 +AUS,1997,3,127988,136509 +AUS,1997,4,127915,136294 +AUS,1997,5,127793,135993 +AUS,1997,6,127633,135626 +AUS,1997,7,127420,135169 +AUS,1997,8,127136,134598 +AUS,1997,9,126934,134156 +AUS,1997,10,126879,133952 +AUS,1997,11,126901,133874 +AUS,1997,12,127034,133872 +AUS,1997,13,127479,134165 +AUS,1997,14,127296,133787 +AUS,1997,15,126086,132320 +AUS,1997,16,124405,130332 +AUS,1997,17,122884,128494 +AUS,1997,18,121011,126294 +AUS,1998,0,121637,128478 +AUS,1998,1,123679,131498 +AUS,1998,2,125355,133906 +AUS,1998,3,128442,137851 +AUS,1998,4,128691,138071 +AUS,1998,5,128772,138029 +AUS,1998,6,128713,137769 +AUS,1998,7,128544,137336 +AUS,1998,8,128250,136708 +AUS,1998,9,127818,135862 +AUS,1998,10,127486,135175 +AUS,1998,11,127365,134826 +AUS,1998,12,127359,134660 +AUS,1998,13,127439,134529 +AUS,1998,14,127827,134690 +AUS,1998,15,127580,134136 +AUS,1998,16,126298,132424 +AUS,1998,17,124548,130163 +AUS,1998,18,122962,128069 +AUS,1999,0,119162,125845 +AUS,1999,1,122268,130290 +AUS,1999,2,124769,133809 +AUS,1999,3,126718,136483 +AUS,1999,4,128878,139052 +AUS,1999,5,129389,139598 +AUS,1999,6,129624,139728 +AUS,1999,7,129630,139510 +AUS,1999,8,129451,139011 +AUS,1999,9,129076,138212 +AUS,1999,10,128495,137091 +AUS,1999,11,128033,136160 +AUS,1999,12,127846,135667 +AUS,1999,13,127813,135411 +AUS,1999,14,127839,135153 +AUS,1999,15,128170,135181 +AUS,1999,16,127861,134451 +AUS,1999,17,126506,132494 +AUS,1999,18,124687,129960 +AUS,2000,0,117544,124048 +AUS,2000,1,121160,129156 +AUS,2000,2,124083,133234 +AUS,2000,3,126375,136373 +AUS,2000,4,128099,138664 +AUS,2000,5,129316,140201 +AUS,2000,6,130089,141074 +AUS,2000,7,130478,141377 +AUS,2000,8,130548,141200 +AUS,2000,9,130359,140635 +AUS,2000,10,129904,139665 +AUS,2000,11,129175,138269 +AUS,2000,12,128583,137095 +AUS,2000,13,128329,136457 +AUS,2000,14,128268,136113 +AUS,2000,15,128242,135726 +AUS,2000,16,128515,135622 +AUS,2000,17,128142,134716 +AUS,2000,18,126715,132515 +AUS,2001,0,116688,123080 +AUS,2001,1,118983,125767 +AUS,2001,2,122125,130227 +AUS,2001,3,124741,133897 +AUS,2001,4,126868,136831 +AUS,2001,5,128541,139081 +AUS,2001,6,129827,140743 +AUS,2001,7,130790,141917 +AUS,2001,8,131324,142429 +AUS,2001,9,131407,142243 +AUS,2001,10,131161,141545 +AUS,2001,11,130705,140520 +AUS,2001,12,129982,139082 +AUS,2001,13,129489,137975 +AUS,2001,14,129478,137574 +AUS,2001,15,129736,137560 +AUS,2001,16,130012,137482 +AUS,2001,17,130611,137716 +AUS,2001,18,130408,136961 +AUS,2002,0,116595,122835 +AUS,2002,1,119515,126876 +AUS,2002,2,120427,127431 +AUS,2002,3,123096,131242 +AUS,2002,4,125407,134505 +AUS,2002,5,127368,137233 +AUS,2002,6,128992,139440 +AUS,2002,7,130346,141228 +AUS,2002,8,131500,142700 +AUS,2002,9,132177,143422 +AUS,2002,10,132273,143226 +AUS,2002,11,131971,142396 +AUS,2002,12,131513,141317 +AUS,2002,13,130796,139837 +AUS,2002,14,130403,138798 +AUS,2002,15,130633,138632 +AUS,2002,16,131210,138948 +AUS,2002,17,131789,139178 +AUS,2002,18,132711,139750 +AUS,2003,0,117533,123685 +AUS,2003,1,119499,126353 +AUS,2003,2,121358,128895 +AUS,2003,3,121940,129153 +AUS,2003,4,124140,132319 +AUS,2003,5,126146,135177 +AUS,2003,6,127943,137701 +AUS,2003,7,129518,139866 +AUS,2003,8,130942,141779 +AUS,2003,9,132287,143551 +AUS,2003,10,133107,144481 +AUS,2003,11,133216,144276 +AUS,2003,12,132858,143313 +AUS,2003,13,132399,142180 +AUS,2003,14,131687,140658 +AUS,2003,15,131394,139685 +AUS,2003,16,131864,139756 +AUS,2003,17,132760,140400 +AUS,2003,18,133641,140938 +AUS,2004,0,119780,126028 +AUS,2004,1,120590,127094 +AUS,2004,2,121599,128480 +AUS,2004,3,122768,130119 +AUS,2004,4,123595,131061 +AUS,2004,5,125327,133585 +AUS,2004,6,127031,136042 +AUS,2004,7,128667,138366 +AUS,2004,8,130195,140492 +AUS,2004,9,131690,142534 +AUS,2004,10,133227,144607 +AUS,2004,11,134192,145748 +AUS,2004,12,134314,145534 +AUS,2004,13,133899,144436 +AUS,2004,14,133438,143247 +AUS,2004,15,132731,141681 +AUS,2004,16,132536,140774 +AUS,2004,17,133248,141080 +AUS,2004,18,134464,142053 +AUS,2005,0,123442,130040 +AUS,2005,1,123039,129490 +AUS,2005,2,123101,129637 +AUS,2005,3,123562,130375 +AUS,2005,4,124356,131601 +AUS,2005,5,125419,133209 +AUS,2005,6,126685,135095 +AUS,2005,7,128089,137153 +AUS,2005,8,129565,139281 +AUS,2005,9,131047,141372 +AUS,2005,10,132616,143547 +AUS,2005,11,134348,145925 +AUS,2005,12,135459,147280 +AUS,2005,13,135595,147055 +AUS,2005,14,135122,145821 +AUS,2005,15,134658,144574 +AUS,2005,16,133955,142960 +AUS,2005,17,133859,142117 +AUS,2005,18,134814,142660 +AUS,2006,0,128261,135383 +AUS,2006,1,125404,131986 +AUS,2006,2,124828,131309 +AUS,2006,3,124734,131331 +AUS,2006,4,125059,131954 +AUS,2006,5,125740,133076 +AUS,2006,6,126727,134613 +AUS,2006,7,127968,136479 +AUS,2006,8,129337,138500 +AUS,2006,9,130747,140545 +AUS,2006,10,132172,142559 +AUS,2006,11,133709,144678 +AUS,2006,12,135381,146949 +AUS,2006,13,136698,148537 +AUS,2006,14,137440,149064 +AUS,2006,15,137811,148885 +AUS,2006,16,138144,148629 +AUS,2006,17,138262,148045 +AUS,2006,18,138751,147878 +AUS,2007,0,134507,142397 +AUS,2007,1,131370,138453 +AUS,2007,2,127486,134099 +AUS,2007,3,126736,133293 +AUS,2007,4,126487,133192 +AUS,2007,5,126677,133699 +AUS,2007,6,127245,134720 +AUS,2007,7,128156,136188 +AUS,2007,8,129373,138037 +AUS,2007,9,130710,140022 +AUS,2007,10,132056,141987 +AUS,2007,11,133424,143927 +AUS,2007,12,134932,145993 +AUS,2007,13,136545,148158 +AUS,2007,14,138069,149983 +AUS,2007,15,139417,151262 +AUS,2007,16,140631,152138 +AUS,2007,17,141761,152872 +AUS,2007,18,142699,153316 +AUS,2008,0,141148,149862 +AUS,2008,1,136789,144458 +AUS,2008,2,133446,140427 +AUS,2008,3,129628,136274 +AUS,2008,4,128704,135339 +AUS,2008,5,128299,135113 +AUS,2008,6,128354,135506 +AUS,2008,7,128809,136426 +AUS,2008,8,129645,137825 +AUS,2008,9,130839,139658 +AUS,2008,10,132144,141608 +AUS,2008,11,133426,143494 +AUS,2008,12,134739,145360 +AUS,2008,13,136218,147374 +AUS,2008,14,137772,149435 +AUS,2008,15,139504,151497 +AUS,2008,16,141459,153530 +AUS,2008,17,143517,155461 +AUS,2008,18,145445,157188 +AUS,2009,0,146777,156101 +AUS,2009,1,141762,149918 +AUS,2009,2,137754,145081 +AUS,2009,3,134669,141474 +AUS,2009,4,131759,138382 +AUS,2009,5,130661,137318 +AUS,2009,6,130100,136968 +AUS,2009,7,130020,137246 +AUS,2009,8,130363,138063 +AUS,2009,9,131123,139393 +AUS,2009,10,132294,141209 +AUS,2009,11,133567,143123 +AUS,2009,12,134785,144930 +AUS,2009,13,136041,146720 +AUS,2009,14,137491,148681 +AUS,2009,15,138987,150636 +AUS,2009,16,140927,152935 +AUS,2009,17,143489,155722 +AUS,2009,18,146392,158709 +AUS,2010,0,150415,159955 +AUS,2010,1,145551,153932 +AUS,2010,2,141514,149041 +AUS,2010,3,138250,145199 +AUS,2010,4,135705,142323 +AUS,2010,5,133824,140331 +AUS,2010,6,132553,139140 +AUS,2010,7,131836,138666 +AUS,2010,8,131621,138828 +AUS,2010,9,131851,139543 +AUS,2010,10,132535,140802 +AUS,2010,11,133682,142598 +AUS,2010,12,134922,144475 +AUS,2010,13,136075,146199 +AUS,2010,14,137275,147913 +AUS,2010,15,138696,149818 +AUS,2010,16,140132,151666 +AUS,2010,17,142279,154198 +AUS,2010,18,145447,157735 +AUS,2011,0,151792,161388 +AUS,2011,1,151090,160530 +AUS,2011,2,146848,155356 +AUS,2011,3,143177,150989 +AUS,2011,4,140070,147404 +AUS,2011,5,137522,144572 +AUS,2011,6,135481,142424 +AUS,2011,7,133893,140887 +AUS,2011,8,132990,140154 +AUS,2011,9,132862,140282 +AUS,2011,10,133361,141114 +AUS,2011,11,134232,142384 +AUS,2011,12,135507,144083 +AUS,2011,13,136998,146085 +AUS,2011,14,138578,148278 +AUS,2011,15,140303,150652 +AUS,2011,16,142225,153177 +AUS,2011,17,144174,155699 +AUS,2011,18,146676,158554 +AUS,2012,0,151076,160334 +AUS,2012,1,149348,157917 +AUS,2012,2,151739,160987 +AUS,2012,3,148122,156667 +AUS,2012,4,144818,152830 +AUS,2012,5,141869,149504 +AUS,2012,6,139319,146719 +AUS,2012,7,137117,144415 +AUS,2012,8,135212,142535 +AUS,2012,9,134122,141540 +AUS,2012,10,134082,141634 +AUS,2012,11,134851,142585 +AUS,2012,12,135910,143863 +AUS,2012,13,137312,145464 +AUS,2012,14,139053,147589 +AUS,2012,15,141061,150251 +AUS,2012,16,143313,153286 +AUS,2012,17,145737,156429 +AUS,2012,18,148200,159626 +AUS,2013,0,149277,158002 +AUS,2013,1,149869,158274 +AUS,2013,2,149723,157879 +AUS,2013,3,152307,161316 +AUS,2013,4,149318,157853 +AUS,2013,5,146383,154549 +AUS,2013,6,143594,151486 +AUS,2013,7,141043,148749 +AUS,2013,8,138682,146292 +AUS,2013,9,136460,144068 +AUS,2013,10,135184,142814 +AUS,2013,11,135232,142874 +AUS,2013,12,136270,143941 +AUS,2013,13,137516,145228 +AUS,2013,14,139046,146729 +AUS,2013,15,141036,148977 +AUS,2013,16,143471,152105 +AUS,2013,17,146249,155798 +AUS,2013,18,149175,159559 +AUS,2014,0,147894,156167 +AUS,2014,1,150385,158658 +AUS,2014,2,151665,159933 +AUS,2014,3,151907,160168 +AUS,2014,4,152728,161507 +AUS,2014,5,150370,158905 +AUS,2014,6,147807,156135 +AUS,2014,7,145180,153338 +AUS,2014,8,142631,150652 +AUS,2014,9,140113,148043 +AUS,2014,10,137576,145479 +AUS,2014,11,136115,143966 +AUS,2014,12,136252,143992 +AUS,2014,13,137558,145175 +AUS,2014,14,138989,146469 +AUS,2014,15,140645,147869 +AUS,2014,16,142883,150237 +AUS,2014,17,145742,153829 +AUS,2014,18,149044,158177 +AUS,2015,0,147979,156077 +AUS,2015,1,151432,159722 +AUS,2015,2,153468,161900 +AUS,2015,3,154277,162806 +AUS,2015,4,154050,162634 +AUS,2015,5,152978,161580 +AUS,2015,6,151252,159838 +AUS,2015,7,149062,157604 +AUS,2015,8,146600,155073 +AUS,2015,9,144056,152440 +AUS,2015,10,141384,149682 +AUS,2015,11,138536,146779 +AUS,2015,12,136891,145010 +AUS,2015,13,137116,145001 +AUS,2015,14,138688,146299 +AUS,2015,15,140304,147600 +AUS,2015,16,142083,148898 +AUS,2015,17,144566,151384 +AUS,2015,18,147845,155436 +AUS,2016,0,150725,158861 +AUS,2016,1,150753,158902 +AUS,2016,2,153448,161737 +AUS,2016,3,155016,163410 +AUS,2016,4,155601,164065 +AUS,2016,5,155348,163847 +AUS,2016,6,154445,162951 +AUS,2016,7,153080,161569 +AUS,2016,8,151171,159607 +AUS,2016,9,148771,157113 +AUS,2016,10,146159,154376 +AUS,2016,11,143513,151615 +AUS,2016,12,140738,148758 +AUS,2016,13,139168,147031 +AUS,2016,14,139468,147059 +AUS,2016,15,141112,148388 +AUS,2016,16,142795,149717 +AUS,2016,17,144638,151042 +AUS,2016,18,147165,153540 +AUS,2017,0,154883,163322 +AUS,2017,1,156945,165501 +AUS,2017,2,153318,161561 +AUS,2017,3,155248,163581 +AUS,2017,4,156345,164745 +AUS,2017,5,156706,165149 +AUS,2017,6,156426,164886 +AUS,2017,7,155693,164149 +AUS,2017,8,154692,163129 +AUS,2017,9,153067,161441 +AUS,2017,10,150733,158987 +AUS,2017,11,148057,156150 +AUS,2017,12,145441,153388 +AUS,2017,13,142744,150580 +AUS,2017,14,141251,148897 +AUS,2017,15,141625,148962 +AUS,2017,16,143339,150320 +AUS,2017,17,145087,151676 +AUS,2017,18,146992,153027 +AUS,2018,0,159460,168339 +AUS,2018,1,159893,168716 +AUS,2018,2,159953,168728 +AUS,2018,3,155722,164091 +AUS,2018,4,156885,165294 +AUS,2018,5,157510,165949 +AUS,2018,6,157646,166100 +AUS,2018,7,157340,165793 +AUS,2018,8,156778,165216 +AUS,2018,9,156143,164558 +AUS,2018,10,154804,163145 +AUS,2018,11,152537,160733 +AUS,2018,12,149800,157799 +AUS,2018,13,147218,155038 +AUS,2018,14,144600,152281 +AUS,2018,15,143185,150644 +AUS,2018,16,143633,150746 +AUS,2018,17,145415,152132 +AUS,2018,18,147227,153514 +AUS,2019,0,163000,172000 +AUS,2019,1,162000,171000 +AUS,2019,2,161000,170000 +AUS,2019,3,161000,169000 +AUS,2019,4,158000,167000 +AUS,2019,5,158000,167000 +AUS,2019,6,159000,167000 +AUS,2019,7,159000,167000 +AUS,2019,8,158000,167000 +AUS,2019,9,158000,166000 +AUS,2019,10,158000,166000 +AUS,2019,11,156000,165000 +AUS,2019,12,154000,162000 +AUS,2019,13,151000,159000 +AUS,2019,14,149000,157000 +AUS,2019,15,146000,154000 +AUS,2019,16,145000,152000 +AUS,2019,17,146000,152000 +AUS,2019,18,147000,154000 +AUS,2020,0,165000,174000 +AUS,2020,1,163000,172000 +AUS,2020,2,162000,171000 +AUS,2020,3,161000,170000 +AUS,2020,4,161000,170000 +AUS,2020,5,160000,169000 +AUS,2020,6,160000,169000 +AUS,2020,7,160000,168000 +AUS,2020,8,159000,168000 +AUS,2020,9,159000,167000 +AUS,2020,10,159000,167000 +AUS,2020,11,159000,167000 +AUS,2020,12,158000,166000 +AUS,2020,13,156000,164000 +AUS,2020,14,153000,161000 +AUS,2020,15,151000,158000 +AUS,2020,16,148000,156000 +AUS,2020,17,147000,154000 +AUS,2020,18,147000,154000 +AUS,2021,0,164000,173000 +AUS,2021,1,165000,175000 +AUS,2021,2,164000,174000 +AUS,2021,3,164000,173000 +AUS,2021,4,163000,172000 +AUS,2021,5,162000,171000 +AUS,2021,6,162000,171000 +AUS,2021,7,161000,170000 +AUS,2021,8,161000,169000 +AUS,2021,9,161000,169000 +AUS,2021,10,161000,169000 +AUS,2021,11,160000,169000 +AUS,2021,12,161000,169000 +AUS,2021,13,160000,168000 +AUS,2021,14,158000,166000 +AUS,2021,15,155000,163000 +AUS,2021,16,153000,160000 +AUS,2021,17,150000,157000 +AUS,2021,18,149000,156000 +AUS,2022,0,162000,171000 +AUS,2022,1,162000,171000 +AUS,2022,2,166000,175000 +AUS,2022,3,166000,175000 +AUS,2022,4,165000,174000 +AUS,2022,5,165000,174000 +AUS,2022,6,164000,173000 +AUS,2022,7,164000,172000 +AUS,2022,8,163000,171000 +AUS,2022,9,162000,171000 +AUS,2022,10,162000,170000 +AUS,2022,11,162000,170000 +AUS,2022,12,162000,170000 +AUS,2022,13,162000,170000 +AUS,2022,14,162000,170000 +AUS,2022,15,160000,167000 +AUS,2022,16,157000,164000 +AUS,2022,17,154000,162000 +AUS,2022,18,152000,159000 +AUS,2023,0,158000,167000 +AUS,2023,1,161000,170000 +AUS,2023,2,163000,172000 +AUS,2023,3,167000,176000 +AUS,2023,4,167000,176000 +AUS,2023,5,167000,176000 +AUS,2023,6,166000,175000 +AUS,2023,7,166000,175000 +AUS,2023,8,165000,174000 +AUS,2023,9,164000,173000 +AUS,2023,10,164000,172000 +AUS,2023,11,163000,172000 +AUS,2023,12,164000,172000 +AUS,2023,13,164000,172000 +AUS,2023,14,164000,172000 +AUS,2023,15,163000,171000 +AUS,2023,16,161000,169000 +AUS,2023,17,159000,166000 +AUS,2023,18,156000,163000 +AUS,2024,0,155000,163000 +AUS,2024,1,159000,168000 +AUS,2024,2,162000,171000 +AUS,2024,3,165000,174000 +AUS,2024,4,167000,177000 +AUS,2024,5,168000,177000 +AUS,2024,6,168000,177000 +AUS,2024,7,168000,177000 +AUS,2024,8,167000,176000 +AUS,2024,9,167000,175000 +AUS,2024,10,166000,174000 +AUS,2024,11,165000,173000 +AUS,2024,12,165000,173000 +AUS,2024,13,165000,173000 +AUS,2024,14,165000,173000 +AUS,2024,15,166000,173000 +AUS,2024,16,165000,173000 +AUS,2024,17,163000,170000 +AUS,2024,18,161000,167000 +AUS,2025,0,153000,161000 +AUS,2025,1,157000,166000 +AUS,2025,2,161000,170000 +AUS,2025,3,164000,174000 +AUS,2025,4,166000,176000 +AUS,2025,5,168000,177000 +AUS,2025,6,169000,178000 +AUS,2025,7,169000,178000 +AUS,2025,8,169000,178000 +AUS,2025,9,169000,178000 +AUS,2025,10,168000,177000 +AUS,2025,11,167000,175000 +AUS,2025,12,166000,174000 +AUS,2025,13,166000,174000 +AUS,2025,14,166000,174000 +AUS,2025,15,167000,174000 +AUS,2025,16,167000,175000 +AUS,2025,17,167000,174000 +AUS,2025,18,165000,172000 +AUS,2026,0,152000,161000 +AUS,2026,1,155000,163000 +AUS,2026,2,159000,168000 +AUS,2026,3,163000,172000 +AUS,2026,4,165000,175000 +AUS,2026,5,168000,177000 +AUS,2026,6,169000,178000 +AUS,2026,7,170000,180000 +AUS,2026,8,171000,180000 +AUS,2026,9,171000,180000 +AUS,2026,10,170000,179000 +AUS,2026,11,170000,178000 +AUS,2026,12,169000,177000 +AUS,2026,13,168000,176000 +AUS,2026,14,168000,176000 +AUS,2026,15,168000,176000 +AUS,2026,16,169000,176000 +AUS,2026,17,169000,177000 +AUS,2026,18,169000,176000 +AUS,2027,0,153000,162000 +AUS,2027,1,157000,166000 +AUS,2027,2,157000,166000 +AUS,2027,3,161000,169000 +AUS,2027,4,164000,173000 +AUS,2027,5,166000,176000 +AUS,2027,6,169000,178000 +AUS,2027,7,170000,180000 +AUS,2027,8,172000,181000 +AUS,2027,9,173000,182000 +AUS,2027,10,173000,182000 +AUS,2027,11,172000,181000 +AUS,2027,12,171000,180000 +AUS,2027,13,170000,179000 +AUS,2027,14,170000,178000 +AUS,2027,15,170000,177000 +AUS,2027,16,170000,178000 +AUS,2027,17,171000,178000 +AUS,2027,18,171000,178000 +AUS,2028,0,155000,163000 +AUS,2028,1,157000,166000 +AUS,2028,2,159000,168000 +AUS,2028,3,159000,168000 +AUS,2028,4,162000,171000 +AUS,2028,5,165000,174000 +AUS,2028,6,167000,177000 +AUS,2028,7,169000,179000 +AUS,2028,8,171000,181000 +AUS,2028,9,173000,182000 +AUS,2028,10,174000,183000 +AUS,2028,11,174000,183000 +AUS,2028,12,174000,182000 +AUS,2028,13,173000,181000 +AUS,2028,14,172000,180000 +AUS,2028,15,171000,179000 +AUS,2028,16,172000,179000 +AUS,2028,17,172000,179000 +AUS,2028,18,173000,180000 +AUS,2029,0,156000,165000 +AUS,2029,1,157000,166000 +AUS,2029,2,159000,168000 +AUS,2029,3,160000,169000 +AUS,2029,4,161000,170000 +AUS,2029,5,163000,172000 +AUS,2029,6,166000,175000 +AUS,2029,7,168000,177000 +AUS,2029,8,170000,180000 +AUS,2029,9,172000,182000 +AUS,2029,10,174000,184000 +AUS,2029,11,176000,185000 +AUS,2029,12,176000,185000 +AUS,2029,13,175000,184000 +AUS,2029,14,175000,183000 +AUS,2029,15,174000,182000 +AUS,2029,16,173000,181000 +AUS,2029,17,173000,181000 +AUS,2029,18,174000,181000 +AUS,2030,0,157000,166000 +AUS,2030,1,158000,166000 +AUS,2030,2,158000,167000 +AUS,2030,3,160000,168000 +AUS,2030,4,161000,170000 +AUS,2030,5,163000,172000 +AUS,2030,6,165000,174000 +AUS,2030,7,167000,176000 +AUS,2030,8,169000,178000 +AUS,2030,9,171000,180000 +AUS,2030,10,173000,183000 +AUS,2030,11,176000,185000 +AUS,2030,12,177000,186000 +AUS,2030,13,177000,186000 +AUS,2030,14,177000,185000 +AUS,2030,15,176000,184000 +AUS,2030,16,175000,183000 +AUS,2030,17,175000,182000 +AUS,2030,18,175000,182000 +AUS,2031,0,158000,167000 +AUS,2031,1,159000,167000 +AUS,2031,2,159000,168000 +AUS,2031,3,160000,169000 +AUS,2031,4,161000,170000 +AUS,2031,5,163000,172000 +AUS,2031,6,164000,173000 +AUS,2031,7,166000,175000 +AUS,2031,8,168000,178000 +AUS,2031,9,171000,180000 +AUS,2031,10,173000,182000 +AUS,2031,11,175000,184000 +AUS,2031,12,177000,186000 +AUS,2031,13,179000,188000 +AUS,2031,14,179000,188000 +AUS,2031,15,179000,187000 +AUS,2031,16,178000,186000 +AUS,2031,17,177000,185000 +AUS,2031,18,177000,184000 +AUS,2032,0,158000,167000 +AUS,2032,1,158000,167000 +AUS,2032,2,160000,169000 +AUS,2032,3,160000,169000 +AUS,2032,4,161000,170000 +AUS,2032,5,163000,172000 +AUS,2032,6,164000,173000 +AUS,2032,7,166000,175000 +AUS,2032,8,168000,177000 +AUS,2032,9,170000,179000 +AUS,2032,10,172000,181000 +AUS,2032,11,175000,184000 +AUS,2032,12,177000,186000 +AUS,2032,13,179000,188000 +AUS,2032,14,181000,190000 +AUS,2032,15,181000,190000 +AUS,2032,16,181000,189000 +AUS,2032,17,180000,188000 +AUS,2032,18,180000,187000 +AUS,2033,0,158000,167000 +AUS,2033,1,158000,167000 +AUS,2033,2,159000,168000 +AUS,2033,3,161000,170000 +AUS,2033,4,162000,171000 +AUS,2033,5,163000,172000 +AUS,2033,6,164000,173000 +AUS,2033,7,166000,175000 +AUS,2033,8,168000,177000 +AUS,2033,9,169000,178000 +AUS,2033,10,171000,180000 +AUS,2033,11,174000,183000 +AUS,2033,12,176000,185000 +AUS,2033,13,179000,187000 +AUS,2033,14,181000,190000 +AUS,2033,15,183000,191000 +AUS,2033,16,183000,191000 +AUS,2033,17,183000,190000 +AUS,2033,18,182000,190000 +AUS,2034,0,158000,167000 +AUS,2034,1,159000,167000 +AUS,2034,2,159000,168000 +AUS,2034,3,160000,169000 +AUS,2034,4,162000,171000 +AUS,2034,5,163000,172000 +AUS,2034,6,164000,173000 +AUS,2034,7,166000,175000 +AUS,2034,8,167000,176000 +AUS,2034,9,169000,178000 +AUS,2034,10,171000,180000 +AUS,2034,11,173000,182000 +AUS,2034,12,175000,184000 +AUS,2034,13,178000,187000 +AUS,2034,14,180000,189000 +AUS,2034,15,183000,191000 +AUS,2034,16,185000,193000 +AUS,2034,17,185000,193000 +AUS,2034,18,185000,192000 +AUS,2035,0,158000,167000 +AUS,2035,1,159000,168000 +AUS,2035,2,160000,169000 +AUS,2035,3,161000,169000 +AUS,2035,4,162000,171000 +AUS,2035,5,163000,172000 +AUS,2035,6,164000,173000 +AUS,2035,7,166000,175000 +AUS,2035,8,167000,176000 +AUS,2035,9,169000,178000 +AUS,2035,10,171000,179000 +AUS,2035,11,172000,181000 +AUS,2035,12,174000,183000 +AUS,2035,13,177000,185000 +AUS,2035,14,179000,188000 +AUS,2035,15,182000,190000 +AUS,2035,16,184000,193000 +AUS,2035,17,186000,194000 +AUS,2035,18,187000,195000 +AUS,2036,0,159000,168000 +AUS,2036,1,160000,169000 +AUS,2036,2,160000,169000 +AUS,2036,3,161000,170000 +AUS,2036,4,162000,171000 +AUS,2036,5,163000,172000 +AUS,2036,6,164000,173000 +AUS,2036,7,166000,175000 +AUS,2036,8,167000,176000 +AUS,2036,9,169000,178000 +AUS,2036,10,171000,179000 +AUS,2036,11,172000,181000 +AUS,2036,12,174000,183000 +AUS,2036,13,176000,185000 +AUS,2036,14,179000,187000 +AUS,2036,15,181000,190000 +AUS,2036,16,184000,192000 +AUS,2036,17,187000,195000 +AUS,2036,18,188000,196000 +AUS,2037,0,160000,169000 +AUS,2037,1,161000,170000 +AUS,2037,2,161000,170000 +AUS,2037,3,162000,171000 +AUS,2037,4,163000,172000 +AUS,2037,5,163000,172000 +AUS,2037,6,165000,174000 +AUS,2037,7,166000,175000 +AUS,2037,8,167000,176000 +AUS,2037,9,169000,178000 +AUS,2037,10,170000,179000 +AUS,2037,11,172000,181000 +AUS,2037,12,174000,183000 +AUS,2037,13,176000,184000 +AUS,2037,14,178000,186000 +AUS,2037,15,181000,189000 +AUS,2037,16,183000,192000 +AUS,2037,17,186000,194000 +AUS,2037,18,189000,197000 +AUS,2038,0,162000,171000 +AUS,2038,1,162000,171000 +AUS,2038,2,162000,171000 +AUS,2038,3,163000,172000 +AUS,2038,4,163000,172000 +AUS,2038,5,164000,173000 +AUS,2038,6,165000,174000 +AUS,2038,7,166000,175000 +AUS,2038,8,167000,176000 +AUS,2038,9,169000,178000 +AUS,2038,10,170000,179000 +AUS,2038,11,172000,181000 +AUS,2038,12,174000,183000 +AUS,2038,13,176000,184000 +AUS,2038,14,178000,186000 +AUS,2038,15,180000,188000 +AUS,2038,16,183000,191000 +AUS,2038,17,185000,193000 +AUS,2038,18,188000,196000 +AUS,2039,0,163000,172000 +AUS,2039,1,163000,172000 +AUS,2039,2,163000,172000 +AUS,2039,3,163000,172000 +AUS,2039,4,164000,173000 +AUS,2039,5,164000,174000 +AUS,2039,6,165000,174000 +AUS,2039,7,166000,175000 +AUS,2039,8,167000,176000 +AUS,2039,9,169000,178000 +AUS,2039,10,170000,179000 +AUS,2039,11,172000,180000 +AUS,2039,12,173000,182000 +AUS,2039,13,175000,184000 +AUS,2039,14,177000,186000 +AUS,2039,15,179000,188000 +AUS,2039,16,182000,190000 +AUS,2039,17,184000,192000 +AUS,2039,18,187000,195000 +AUS,2040,0,164000,174000 +AUS,2040,1,164000,173000 +AUS,2040,2,164000,173000 +AUS,2040,3,164000,173000 +AUS,2040,4,165000,174000 +AUS,2040,5,165000,174000 +AUS,2040,6,166000,175000 +AUS,2040,7,167000,176000 +AUS,2040,8,167000,177000 +AUS,2040,9,169000,178000 +AUS,2040,10,170000,179000 +AUS,2040,11,171000,180000 +AUS,2040,12,173000,182000 +AUS,2040,13,175000,183000 +AUS,2040,14,177000,185000 +AUS,2040,15,179000,187000 +AUS,2040,16,181000,189000 +AUS,2040,17,183000,191000 +AUS,2040,18,186000,194000 +AUS,2041,0,166000,175000 +AUS,2041,1,166000,175000 +AUS,2041,2,166000,175000 +AUS,2041,3,166000,175000 +AUS,2041,4,166000,175000 +AUS,2041,5,166000,175000 +AUS,2041,6,167000,176000 +AUS,2041,7,167000,176000 +AUS,2041,8,168000,177000 +AUS,2041,9,169000,178000 +AUS,2041,10,170000,179000 +AUS,2041,11,172000,181000 +AUS,2041,12,173000,182000 +AUS,2041,13,175000,183000 +AUS,2041,14,177000,185000 +AUS,2041,15,179000,187000 +AUS,2041,16,181000,189000 +AUS,2041,17,183000,191000 +AUS,2041,18,186000,193000 +AUS,2042,0,168000,177000 +AUS,2042,1,167000,177000 +AUS,2042,2,167000,176000 +AUS,2042,3,167000,176000 +AUS,2042,4,167000,176000 +AUS,2042,5,167000,176000 +AUS,2042,6,168000,177000 +AUS,2042,7,168000,177000 +AUS,2042,8,169000,178000 +AUS,2042,9,170000,179000 +AUS,2042,10,171000,180000 +AUS,2042,11,172000,181000 +AUS,2042,12,173000,182000 +AUS,2042,13,175000,184000 +AUS,2042,14,177000,185000 +AUS,2042,15,179000,187000 +AUS,2042,16,181000,189000 +AUS,2042,17,183000,191000 +AUS,2042,18,185000,193000 +AUS,2043,0,169000,179000 +AUS,2043,1,169000,178000 +AUS,2043,2,169000,178000 +AUS,2043,3,168000,178000 +AUS,2043,4,168000,178000 +AUS,2043,5,168000,178000 +AUS,2043,6,169000,178000 +AUS,2043,7,169000,178000 +AUS,2043,8,170000,179000 +AUS,2043,9,170000,179000 +AUS,2043,10,171000,180000 +AUS,2043,11,172000,181000 +AUS,2043,12,174000,182000 +AUS,2043,13,175000,184000 +AUS,2043,14,177000,185000 +AUS,2043,15,179000,187000 +AUS,2043,16,181000,189000 +AUS,2043,17,183000,191000 +AUS,2043,18,185000,193000 +AUS,2044,0,171000,181000 +AUS,2044,1,171000,180000 +AUS,2044,2,170000,180000 +AUS,2044,3,170000,179000 +AUS,2044,4,170000,179000 +AUS,2044,5,170000,179000 +AUS,2044,6,170000,179000 +AUS,2044,7,170000,179000 +AUS,2044,8,170000,180000 +AUS,2044,9,171000,180000 +AUS,2044,10,172000,181000 +AUS,2044,11,173000,181000 +AUS,2044,12,174000,183000 +AUS,2044,13,175000,184000 +AUS,2044,14,177000,185000 +AUS,2044,15,179000,187000 +AUS,2044,16,180000,188000 +AUS,2044,17,183000,190000 +AUS,2044,18,185000,192000 +AUS,2045,0,172000,182000 +AUS,2045,1,172000,182000 +AUS,2045,2,172000,181000 +AUS,2045,3,171000,181000 +AUS,2045,4,171000,181000 +AUS,2045,5,171000,180000 +AUS,2045,6,171000,180000 +AUS,2045,7,171000,180000 +AUS,2045,8,171000,181000 +AUS,2045,9,172000,181000 +AUS,2045,10,172000,181000 +AUS,2045,11,173000,182000 +AUS,2045,12,174000,183000 +AUS,2045,13,175000,184000 +AUS,2045,14,177000,185000 +AUS,2045,15,178000,187000 +AUS,2045,16,180000,188000 +AUS,2045,17,182000,190000 +AUS,2045,18,184000,192000 +AUS,2046,0,174000,183000 +AUS,2046,1,174000,183000 +AUS,2046,2,173000,183000 +AUS,2046,3,173000,183000 +AUS,2046,4,173000,182000 +AUS,2046,5,173000,182000 +AUS,2046,6,172000,182000 +AUS,2046,7,172000,182000 +AUS,2046,8,173000,182000 +AUS,2046,9,173000,182000 +AUS,2046,10,173000,183000 +AUS,2046,11,174000,183000 +AUS,2046,12,175000,184000 +AUS,2046,13,176000,185000 +AUS,2046,14,177000,186000 +AUS,2046,15,179000,187000 +AUS,2046,16,181000,189000 +AUS,2046,17,182000,190000 +AUS,2046,18,184000,192000 +AUS,2047,0,175000,185000 +AUS,2047,1,175000,185000 +AUS,2047,2,175000,185000 +AUS,2047,3,175000,184000 +AUS,2047,4,174000,184000 +AUS,2047,5,174000,184000 +AUS,2047,6,174000,184000 +AUS,2047,7,174000,183000 +AUS,2047,8,174000,183000 +AUS,2047,9,174000,183000 +AUS,2047,10,175000,184000 +AUS,2047,11,175000,184000 +AUS,2047,12,176000,185000 +AUS,2047,13,177000,185000 +AUS,2047,14,178000,186000 +AUS,2047,15,179000,187000 +AUS,2047,16,181000,189000 +AUS,2047,17,183000,190000 +AUS,2047,18,185000,192000 +AUS,2048,0,176000,186000 +AUS,2048,1,176000,186000 +AUS,2048,2,176000,186000 +AUS,2048,3,176000,186000 +AUS,2048,4,176000,186000 +AUS,2048,5,176000,186000 +AUS,2048,6,176000,185000 +AUS,2048,7,176000,185000 +AUS,2048,8,175000,185000 +AUS,2048,9,175000,185000 +AUS,2048,10,176000,185000 +AUS,2048,11,176000,185000 +AUS,2048,12,177000,186000 +AUS,2048,13,178000,186000 +AUS,2048,14,179000,187000 +AUS,2048,15,180000,188000 +AUS,2048,16,181000,189000 +AUS,2048,17,183000,191000 +AUS,2048,18,185000,192000 +AUS,2049,0,177000,187000 +AUS,2049,1,177000,187000 +AUS,2049,2,177000,187000 +AUS,2049,3,177000,187000 +AUS,2049,4,178000,187000 +AUS,2049,5,177000,187000 +AUS,2049,6,177000,187000 +AUS,2049,7,177000,187000 +AUS,2049,8,177000,186000 +AUS,2049,9,177000,186000 +AUS,2049,10,177000,186000 +AUS,2049,11,177000,186000 +AUS,2049,12,178000,187000 +AUS,2049,13,178000,187000 +AUS,2049,14,179000,188000 +AUS,2049,15,180000,189000 +AUS,2049,16,181000,190000 +AUS,2049,17,183000,191000 +AUS,2049,18,185000,192000 +AUS,2050,0,178000,187000 +AUS,2050,1,178000,188000 +AUS,2050,2,178000,188000 +AUS,2050,3,179000,189000 +AUS,2050,4,179000,189000 +AUS,2050,5,179000,189000 +AUS,2050,6,179000,188000 +AUS,2050,7,178000,188000 +AUS,2050,8,178000,188000 +AUS,2050,9,178000,188000 +AUS,2050,10,178000,188000 +AUS,2050,11,178000,187000 +AUS,2050,12,178000,188000 +AUS,2050,13,179000,188000 +AUS,2050,14,180000,189000 +AUS,2050,15,181000,189000 +AUS,2050,16,182000,190000 +AUS,2050,17,183000,191000 +AUS,2050,18,185000,192000 +AUT,1990,0,38275,40401 +AUT,1990,1,40704,42870 +AUT,1990,2,42415,44606 +AUT,1990,3,43505,45710 +AUT,1990,4,44076,46282 +AUT,1990,5,44226,46425 +AUT,1990,6,44055,46239 +AUT,1990,7,43663,45827 +AUT,1990,8,43148,45289 +AUT,1990,9,42610,44728 +AUT,1990,10,42010,44100 +AUT,1990,11,41304,43362 +AUT,1990,12,41296,43337 +AUT,1990,13,42364,44413 +AUT,1990,14,44188,46260 +AUT,1990,15,45954,48044 +AUT,1990,16,47693,49795 +AUT,1990,17,49854,51973 +AUT,1990,18,52538,54676 +AUT,1991,0,39429,41627 +AUT,1991,1,39661,41834 +AUT,1991,2,41626,43832 +AUT,1991,3,43038,45266 +AUT,1991,4,43969,46210 +AUT,1991,5,44492,46736 +AUT,1991,6,44708,46949 +AUT,1991,7,44719,46951 +AUT,1991,8,44447,46661 +AUT,1991,9,43905,46088 +AUT,1991,10,43254,45399 +AUT,1991,11,42601,44707 +AUT,1991,12,41871,43938 +AUT,1991,13,41867,43900 +AUT,1991,14,42985,44989 +AUT,1991,15,44888,46870 +AUT,1991,16,46729,48688 +AUT,1991,17,48540,50471 +AUT,1991,18,50775,52706 +AUT,1992,0,41881,44205 +AUT,1992,1,43139,45449 +AUT,1992,2,41032,43256 +AUT,1992,3,42530,44781 +AUT,1992,4,43643,45913 +AUT,1992,5,44414,46696 +AUT,1992,6,44888,47176 +AUT,1992,7,45169,47458 +AUT,1992,8,45362,47650 +AUT,1992,9,45212,47482 +AUT,1992,10,44643,46874 +AUT,1992,11,43879,46058 +AUT,1992,12,43174,45302 +AUT,1992,13,42418,44502 +AUT,1992,14,42420,44449 +AUT,1992,15,43587,45552 +AUT,1992,16,45568,47466 +AUT,1992,17,47483,49318 +AUT,1992,18,49367,51132 +AUT,1993,0,44787,47250 +AUT,1993,1,44906,47313 +AUT,1993,2,44967,47333 +AUT,1993,3,42374,44650 +AUT,1993,4,43405,45699 +AUT,1993,5,44217,46528 +AUT,1993,6,44826,47151 +AUT,1993,7,45251,47584 +AUT,1993,8,45598,47936 +AUT,1993,9,45974,48316 +AUT,1993,10,45946,48270 +AUT,1993,11,45350,47628 +AUT,1993,12,44473,46685 +AUT,1993,13,43716,45866 +AUT,1993,14,42936,45034 +AUT,1993,15,42943,44969 +AUT,1993,16,44159,46083 +AUT,1993,17,46217,48030 +AUT,1993,18,48204,49914 +AUT,1994,0,46950,49510 +AUT,1994,1,46183,48658 +AUT,1994,2,45618,48032 +AUT,1994,3,45231,47604 +AUT,1994,4,43686,46008 +AUT,1994,5,44248,46582 +AUT,1994,6,44759,47107 +AUT,1994,7,45208,47569 +AUT,1994,8,45583,47955 +AUT,1994,9,45996,48376 +AUT,1994,10,46554,48944 +AUT,1994,11,46647,49021 +AUT,1994,12,46025,48345 +AUT,1994,13,45036,47275 +AUT,1994,14,44227,46394 +AUT,1994,15,43424,45532 +AUT,1994,16,43435,45453 +AUT,1994,17,44699,46579 +AUT,1994,18,46832,48556 +AUT,1995,0,47548,50122 +AUT,1995,1,46496,48983 +AUT,1995,2,45750,48176 +AUT,1995,3,45271,47658 +AUT,1995,4,45022,47388 +AUT,1995,5,44964,47324 +AUT,1995,6,45059,47423 +AUT,1995,7,45269,47644 +AUT,1995,8,45557,47945 +AUT,1995,9,45883,48283 +AUT,1995,10,46360,48773 +AUT,1995,11,47099,49528 +AUT,1995,12,47314,49728 +AUT,1995,13,46665,49018 +AUT,1995,14,45566,47824 +AUT,1995,15,44707,46881 +AUT,1995,16,43880,45989 +AUT,1995,17,43896,45897 +AUT,1995,18,45207,47033 +AUT,1996,0,46326,48857 +AUT,1996,1,47160,49723 +AUT,1996,2,46439,48937 +AUT,1996,3,45897,48348 +AUT,1996,4,45516,47936 +AUT,1996,5,45281,47682 +AUT,1996,6,45153,47544 +AUT,1996,7,45094,47479 +AUT,1996,8,45198,47586 +AUT,1996,9,45490,47890 +AUT,1996,10,45890,48304 +AUT,1996,11,46399,48824 +AUT,1996,12,47149,49589 +AUT,1996,13,47380,49800 +AUT,1996,14,46754,49104 +AUT,1996,15,45682,47927 +AUT,1996,16,44849,47000 +AUT,1996,17,44049,46125 +AUT,1996,18,44087,46048 +AUT,1997,0,43588,45994 +AUT,1997,1,44060,46469 +AUT,1997,2,46761,49304 +AUT,1997,3,46371,48872 +AUT,1997,4,46032,48501 +AUT,1997,5,45749,48195 +AUT,1997,6,45528,47957 +AUT,1997,7,45331,47745 +AUT,1997,8,45118,47517 +AUT,1997,9,45114,47509 +AUT,1997,10,45412,47816 +AUT,1997,11,45885,48305 +AUT,1997,12,46426,48857 +AUT,1997,13,47187,49629 +AUT,1997,14,47434,49852 +AUT,1997,15,46831,49171 +AUT,1997,16,45786,48011 +AUT,1997,17,44980,47101 +AUT,1997,18,44206,46242 +AUT,1998,0,40123,42359 +AUT,1998,1,41904,44211 +AUT,1998,2,43342,45707 +AUT,1998,3,46369,48883 +AUT,1998,4,46310,48805 +AUT,1998,5,46174,48652 +AUT,1998,6,45989,48450 +AUT,1998,7,45782,48228 +AUT,1998,8,45515,47943 +AUT,1998,9,45148,47552 +AUT,1998,10,45038,47429 +AUT,1998,11,45340,47740 +AUT,1998,12,45888,48304 +AUT,1998,13,46460,48886 +AUT,1998,14,47232,49667 +AUT,1998,15,47494,49901 +AUT,1998,16,46915,49235 +AUT,1998,17,45897,48092 +AUT,1998,18,45118,47199 +AUT,1999,0,37064,39140 +AUT,1999,1,39907,42105 +AUT,1999,2,42159,44455 +AUT,1999,3,43881,46252 +AUT,1999,4,45995,48465 +AUT,1999,5,46266,48740 +AUT,1999,6,46334,48805 +AUT,1999,7,46247,48710 +AUT,1999,8,46054,48504 +AUT,1999,9,45717,48144 +AUT,1999,10,45196,47590 +AUT,1999,11,44979,47352 +AUT,1999,12,45287,47667 +AUT,1999,13,45908,48306 +AUT,1999,14,46512,48918 +AUT,1999,15,47295,49708 +AUT,1999,16,47574,49953 +AUT,1999,17,47017,49302 +AUT,1999,18,46026,48176 +AUT,2000,0,35215,37181 +AUT,2000,1,38528,40632 +AUT,2000,2,41157,43372 +AUT,2000,3,43174,45476 +AUT,2000,4,44649,47014 +AUT,2000,5,45651,48062 +AUT,2000,6,46253,48690 +AUT,2000,7,46524,48973 +AUT,2000,8,46535,48983 +AUT,2000,9,46356,48793 +AUT,2000,10,45949,48360 +AUT,2000,11,45274,47641 +AUT,2000,12,44949,47289 +AUT,2000,13,45263,47607 +AUT,2000,14,45958,48322 +AUT,2000,15,46595,48965 +AUT,2000,16,47389,49763 +AUT,2000,17,47684,50020 +AUT,2000,18,47151,49384 +AUT,2001,0,34796,36763 +AUT,2001,1,36137,38135 +AUT,2001,2,38983,41105 +AUT,2001,3,41312,43540 +AUT,2001,4,43169,45485 +AUT,2001,5,44599,46984 +AUT,2001,6,45670,48109 +AUT,2001,7,46454,48933 +AUT,2001,8,46868,49367 +AUT,2001,9,46908,49402 +AUT,2001,10,46694,49164 +AUT,2001,11,46306,48740 +AUT,2001,12,45677,48058 +AUT,2001,13,45417,47754 +AUT,2001,14,45822,48137 +AUT,2001,15,46622,48924 +AUT,2001,16,47359,49635 +AUT,2001,17,48252,50499 +AUT,2001,18,48619,50800 +AUT,2002,0,35553,37567 +AUT,2002,1,37773,39850 +AUT,2002,2,37069,39083 +AUT,2002,3,39449,41572 +AUT,2002,4,41479,43701 +AUT,2002,5,43176,45486 +AUT,2002,6,44561,46945 +AUT,2002,7,45702,48148 +AUT,2002,8,46667,49168 +AUT,2002,9,47225,49753 +AUT,2002,10,47294,49813 +AUT,2002,11,47044,49527 +AUT,2002,12,46676,49112 +AUT,2002,13,46093,48466 +AUT,2002,14,45898,48211 +AUT,2002,15,46394,48658 +AUT,2002,16,47300,49517 +AUT,2002,17,48136,50296 +AUT,2002,18,49129,51227 +AUT,2003,0,37002,39089 +AUT,2003,1,38081,40158 +AUT,2003,2,39147,41234 +AUT,2003,3,38005,40025 +AUT,2003,4,39919,42033 +AUT,2003,5,41649,43854 +AUT,2003,6,43187,45480 +AUT,2003,7,44528,46899 +AUT,2003,8,45737,48181 +AUT,2003,9,46885,49396 +AUT,2003,10,47587,50132 +AUT,2003,11,47685,50217 +AUT,2003,12,47399,49882 +AUT,2003,13,47051,49477 +AUT,2003,14,46514,48867 +AUT,2003,15,46384,48660 +AUT,2003,16,46971,49172 +AUT,2003,17,47981,50104 +AUT,2003,18,48918,50950 +AUT,2004,0,38412,40565 +AUT,2004,1,38440,40519 +AUT,2004,2,38741,40784 +AUT,2004,3,39274,41315 +AUT,2004,4,38939,40967 +AUT,2004,5,40387,42493 +AUT,2004,6,41817,44009 +AUT,2004,7,43196,45474 +AUT,2004,8,44492,46853 +AUT,2004,9,45771,48213 +AUT,2004,10,47101,49624 +AUT,2004,11,47946,50511 +AUT,2004,12,48074,50621 +AUT,2004,13,47752,50238 +AUT,2004,14,47424,49842 +AUT,2004,15,46932,49269 +AUT,2004,16,46867,49110 +AUT,2004,17,47546,49687 +AUT,2004,18,48661,50690 +AUT,2005,0,39249,41446 +AUT,2005,1,38603,40683 +AUT,2005,2,38399,40414 +AUT,2005,3,38581,40572 +AUT,2005,4,39088,41092 +AUT,2005,5,39862,41907 +AUT,2005,6,40843,42952 +AUT,2005,7,41973,44161 +AUT,2005,8,43193,45467 +AUT,2005,9,44444,46805 +AUT,2005,10,45791,48243 +AUT,2005,11,47303,49850 +AUT,2005,12,48292,50888 +AUT,2005,13,48449,51022 +AUT,2005,14,48091,50591 +AUT,2005,15,47783,50204 +AUT,2005,16,47337,49668 +AUT,2005,17,47337,49558 +AUT,2005,18,48107,50199 +AUT,2006,0,39396,41570 +AUT,2006,1,39179,41318 +AUT,2006,2,38728,40778 +AUT,2006,3,38642,40644 +AUT,2006,4,38876,40866 +AUT,2006,5,39387,41393 +AUT,2006,6,40114,42159 +AUT,2006,7,40998,43097 +AUT,2006,8,42068,44237 +AUT,2006,9,43307,45558 +AUT,2006,10,44629,46964 +AUT,2006,11,46022,48441 +AUT,2006,12,47565,50072 +AUT,2006,13,48601,51143 +AUT,2006,14,48827,51322 +AUT,2006,15,48550,50940 +AUT,2006,16,48319,50601 +AUT,2006,17,47948,50110 +AUT,2006,18,48010,50039 +AUT,2007,0,39037,41167 +AUT,2007,1,38331,40342 +AUT,2007,2,39101,41193 +AUT,2007,3,38846,40876 +AUT,2007,4,38877,40877 +AUT,2007,5,39165,41163 +AUT,2007,6,39678,41697 +AUT,2007,7,40358,42414 +AUT,2007,8,41145,43246 +AUT,2007,9,42155,44316 +AUT,2007,10,43414,45653 +AUT,2007,11,44806,47126 +AUT,2007,12,46244,48643 +AUT,2007,13,47819,50299 +AUT,2007,14,48902,51403 +AUT,2007,15,49196,51625 +AUT,2007,16,49000,51293 +AUT,2007,17,48846,51001 +AUT,2007,18,48551,50556 +AUT,2008,0,38397,40480 +AUT,2008,1,38062,40052 +AUT,2008,2,37966,39900 +AUT,2008,3,39024,41080 +AUT,2008,4,38964,40984 +AUT,2008,5,39113,41121 +AUT,2008,6,39454,41470 +AUT,2008,7,39970,42012 +AUT,2008,8,40604,42680 +AUT,2008,9,41294,43406 +AUT,2008,10,42242,44407 +AUT,2008,11,43521,45760 +AUT,2008,12,44983,47301 +AUT,2008,13,46467,48858 +AUT,2008,14,48073,50539 +AUT,2008,15,49203,51676 +AUT,2008,16,49566,51942 +AUT,2008,17,49451,51659 +AUT,2008,18,49374,51414 +AUT,2009,0,37821,39880 +AUT,2009,1,37862,39857 +AUT,2009,2,37992,39948 +AUT,2009,3,38209,40149 +AUT,2009,4,38953,40980 +AUT,2009,5,39089,41107 +AUT,2009,6,39355,41379 +AUT,2009,7,39749,41792 +AUT,2009,8,40269,42342 +AUT,2009,9,40855,42960 +AUT,2009,10,41448,43581 +AUT,2009,11,42337,44514 +AUT,2009,12,43636,45883 +AUT,2009,13,45168,47493 +AUT,2009,14,46698,49089 +AUT,2009,15,48335,50796 +AUT,2009,16,49513,51967 +AUT,2009,17,49944,52277 +AUT,2009,18,49909,52043 +AUT,2010,0,37562,39642 +AUT,2010,1,37827,39865 +AUT,2010,2,38080,40092 +AUT,2010,3,38334,40333 +AUT,2010,4,38601,40598 +AUT,2010,5,38895,40900 +AUT,2010,6,39227,41250 +AUT,2010,7,39610,41657 +AUT,2010,8,40057,42134 +AUT,2010,9,40580,42692 +AUT,2010,10,41120,43262 +AUT,2010,11,41616,43776 +AUT,2010,12,42445,44642 +AUT,2010,13,43764,46027 +AUT,2010,14,45367,47707 +AUT,2010,15,46943,49344 +AUT,2010,16,48612,51078 +AUT,2010,17,49838,52283 +AUT,2010,18,50338,52636 +AUT,2011,0,37612,39719 +AUT,2011,1,37833,39941 +AUT,2011,2,38043,40103 +AUT,2011,3,38259,40282 +AUT,2011,4,38490,40488 +AUT,2011,5,38749,40731 +AUT,2011,6,39049,41024 +AUT,2011,7,39408,41379 +AUT,2011,8,39809,41797 +AUT,2011,9,40255,42285 +AUT,2011,10,40769,42859 +AUT,2011,11,41311,43454 +AUT,2011,12,41808,43993 +AUT,2011,13,42685,44922 +AUT,2011,14,44125,46427 +AUT,2011,15,45894,48259 +AUT,2011,16,47625,50043 +AUT,2011,17,49450,51923 +AUT,2011,18,50804,53246 +AUT,2012,0,37912,40087 +AUT,2012,1,38132,40292 +AUT,2012,2,38114,40256 +AUT,2012,3,38270,40358 +AUT,2012,4,38449,40489 +AUT,2012,5,38658,40660 +AUT,2012,6,38908,40881 +AUT,2012,7,39215,41165 +AUT,2012,8,39600,41525 +AUT,2012,9,40020,41954 +AUT,2012,10,40464,42453 +AUT,2012,11,40970,43044 +AUT,2012,12,41515,43664 +AUT,2012,13,42012,44228 +AUT,2012,14,42938,45221 +AUT,2012,15,44500,46846 +AUT,2012,16,46434,48832 +AUT,2012,17,48322,50763 +AUT,2012,18,50303,52790 +AUT,2013,0,38445,40711 +AUT,2013,1,38490,40752 +AUT,2013,2,38524,40765 +AUT,2013,3,38401,40588 +AUT,2013,4,38503,40629 +AUT,2013,5,38644,40713 +AUT,2013,6,38832,40849 +AUT,2013,7,39072,41047 +AUT,2013,8,39387,41322 +AUT,2013,9,39799,41688 +AUT,2013,10,40237,42128 +AUT,2013,11,40679,42638 +AUT,2013,12,41177,43246 +AUT,2013,13,41724,43892 +AUT,2013,14,42222,44480 +AUT,2013,15,43198,45537 +AUT,2013,16,44881,47283 +AUT,2013,17,46981,49424 +AUT,2013,18,49025,51502 +AUT,2014,0,39170,41525 +AUT,2014,1,39013,41379 +AUT,2014,2,38885,41237 +AUT,2014,3,38795,41112 +AUT,2014,4,38691,40937 +AUT,2014,5,38738,40918 +AUT,2014,6,38842,40954 +AUT,2014,7,39008,41056 +AUT,2014,8,39239,41232 +AUT,2014,9,39562,41498 +AUT,2014,10,40000,41870 +AUT,2014,11,40457,42320 +AUT,2014,12,40898,42843 +AUT,2014,13,41387,43468 +AUT,2014,14,41936,44139 +AUT,2014,15,42435,44753 +AUT,2014,16,43460,45875 +AUT,2014,17,45265,47742 +AUT,2014,18,47531,50039 +AUT,2015,0,40040,42463 +AUT,2015,1,39700,42158 +AUT,2015,2,39422,41881 +AUT,2015,3,39207,41641 +AUT,2015,4,39059,41445 +AUT,2015,5,38980,41303 +AUT,2015,6,38973,41223 +AUT,2015,7,39039,41212 +AUT,2015,8,39183,41279 +AUT,2015,9,39406,41432 +AUT,2015,10,39735,41690 +AUT,2015,11,40200,42068 +AUT,2015,12,40676,42530 +AUT,2015,13,41115,43064 +AUT,2015,14,41596,43707 +AUT,2015,15,42148,44404 +AUT,2015,16,42647,45043 +AUT,2015,17,43721,46230 +AUT,2015,18,45648,48220 +AUT,2016,0,41126,43538 +AUT,2016,1,40446,42936 +AUT,2016,2,40091,42615 +AUT,2016,3,39802,42328 +AUT,2016,4,39582,42086 +AUT,2016,5,39433,41897 +AUT,2016,6,39357,41767 +AUT,2016,7,39356,41702 +AUT,2016,8,39443,41724 +AUT,2016,9,39624,41846 +AUT,2016,10,39898,42070 +AUT,2016,11,40280,42398 +AUT,2016,12,40797,42849 +AUT,2016,13,41332,43386 +AUT,2016,14,41841,43997 +AUT,2016,15,42396,44716 +AUT,2016,16,43018,45486 +AUT,2016,17,43586,46197 +AUT,2016,18,44716,47440 +AUT,2017,0,42363,44738 +AUT,2017,1,41684,44172 +AUT,2017,2,40847,43418 +AUT,2017,3,40478,43080 +AUT,2017,4,40178,42785 +AUT,2017,5,39951,42541 +AUT,2017,6,39802,42357 +AUT,2017,7,39729,42239 +AUT,2017,8,39735,42190 +AUT,2017,9,39842,42245 +AUT,2017,10,40061,42422 +AUT,2017,11,40386,42716 +AUT,2017,12,40819,43115 +AUT,2017,13,41389,43639 +AUT,2017,14,41985,44251 +AUT,2017,15,42563,44940 +AUT,2017,16,43191,45736 +AUT,2017,17,43884,46580 +AUT,2017,18,44522,47361 +AUT,2018,0,43559,45880 +AUT,2018,1,42756,45232 +AUT,2018,2,42059,44642 +AUT,2018,3,41228,43882 +AUT,2018,4,40845,43528 +AUT,2018,5,40535,43223 +AUT,2018,6,40302,42977 +AUT,2018,7,40152,42800 +AUT,2018,8,40083,42694 +AUT,2018,9,40095,42661 +AUT,2018,10,40222,42749 +AUT,2018,11,40479,42981 +AUT,2018,12,40855,43345 +AUT,2018,13,41340,43816 +AUT,2018,14,41962,44411 +AUT,2018,15,42618,45099 +AUT,2018,16,43265,45866 +AUT,2018,17,43967,46738 +AUT,2018,18,44731,47655 +AUT,2019,0,44000,47000 +AUT,2019,1,44000,46000 +AUT,2019,2,43000,45000 +AUT,2019,3,42000,45000 +AUT,2019,4,42000,44000 +AUT,2019,5,41000,44000 +AUT,2019,6,41000,44000 +AUT,2019,7,41000,43000 +AUT,2019,8,40000,43000 +AUT,2019,9,40000,43000 +AUT,2019,10,40000,43000 +AUT,2019,11,41000,43000 +AUT,2019,12,41000,43000 +AUT,2019,13,41000,44000 +AUT,2019,14,42000,44000 +AUT,2019,15,42000,45000 +AUT,2019,16,43000,46000 +AUT,2019,17,44000,47000 +AUT,2019,18,45000,48000 +AUT,2020,0,45000,47000 +AUT,2020,1,44000,47000 +AUT,2020,2,44000,46000 +AUT,2020,3,43000,46000 +AUT,2020,4,42000,45000 +AUT,2020,5,42000,45000 +AUT,2020,6,41000,44000 +AUT,2020,7,41000,44000 +AUT,2020,8,41000,44000 +AUT,2020,9,41000,44000 +AUT,2020,10,41000,43000 +AUT,2020,11,41000,43000 +AUT,2020,12,41000,44000 +AUT,2020,13,41000,44000 +AUT,2020,14,42000,44000 +AUT,2020,15,42000,45000 +AUT,2020,16,43000,46000 +AUT,2020,17,44000,47000 +AUT,2020,18,45000,48000 +AUT,2021,0,45000,47000 +AUT,2021,1,45000,47000 +AUT,2021,2,44000,47000 +AUT,2021,3,44000,46000 +AUT,2021,4,43000,46000 +AUT,2021,5,43000,45000 +AUT,2021,6,42000,45000 +AUT,2021,7,42000,44000 +AUT,2021,8,41000,44000 +AUT,2021,9,41000,44000 +AUT,2021,10,41000,44000 +AUT,2021,11,41000,44000 +AUT,2021,12,41000,44000 +AUT,2021,13,41000,44000 +AUT,2021,14,41000,44000 +AUT,2021,15,42000,45000 +AUT,2021,16,43000,45000 +AUT,2021,17,43000,46000 +AUT,2021,18,44000,47000 +AUT,2022,0,45000,47000 +AUT,2022,1,45000,47000 +AUT,2022,2,45000,47000 +AUT,2022,3,44000,47000 +AUT,2022,4,44000,46000 +AUT,2022,5,43000,46000 +AUT,2022,6,43000,45000 +AUT,2022,7,42000,45000 +AUT,2022,8,42000,44000 +AUT,2022,9,41000,44000 +AUT,2022,10,41000,44000 +AUT,2022,11,41000,44000 +AUT,2022,12,41000,44000 +AUT,2022,13,41000,44000 +AUT,2022,14,41000,44000 +AUT,2022,15,42000,44000 +AUT,2022,16,42000,45000 +AUT,2022,17,43000,46000 +AUT,2022,18,44000,46000 +AUT,2023,0,44000,46000 +AUT,2023,1,44000,47000 +AUT,2023,2,44000,47000 +AUT,2023,3,45000,47000 +AUT,2023,4,44000,47000 +AUT,2023,5,44000,46000 +AUT,2023,6,43000,46000 +AUT,2023,7,43000,45000 +AUT,2023,8,42000,45000 +AUT,2023,9,42000,44000 +AUT,2023,10,41000,44000 +AUT,2023,11,41000,44000 +AUT,2023,12,41000,44000 +AUT,2023,13,41000,44000 +AUT,2023,14,41000,44000 +AUT,2023,15,41000,44000 +AUT,2023,16,42000,44000 +AUT,2023,17,42000,45000 +AUT,2023,18,43000,46000 +AUT,2024,0,43000,46000 +AUT,2024,1,44000,46000 +AUT,2024,2,44000,47000 +AUT,2024,3,45000,47000 +AUT,2024,4,45000,47000 +AUT,2024,5,44000,47000 +AUT,2024,6,44000,47000 +AUT,2024,7,43000,46000 +AUT,2024,8,43000,46000 +AUT,2024,9,42000,45000 +AUT,2024,10,42000,44000 +AUT,2024,11,41000,44000 +AUT,2024,12,41000,44000 +AUT,2024,13,41000,44000 +AUT,2024,14,41000,44000 +AUT,2024,15,41000,44000 +AUT,2024,16,41000,44000 +AUT,2024,17,42000,45000 +AUT,2024,18,43000,45000 +AUT,2025,0,43000,45000 +AUT,2025,1,44000,46000 +AUT,2025,2,44000,47000 +AUT,2025,3,45000,47000 +AUT,2025,4,45000,47000 +AUT,2025,5,45000,47000 +AUT,2025,6,45000,47000 +AUT,2025,7,44000,47000 +AUT,2025,8,44000,46000 +AUT,2025,9,43000,46000 +AUT,2025,10,42000,45000 +AUT,2025,11,42000,44000 +AUT,2025,12,41000,44000 +AUT,2025,13,41000,44000 +AUT,2025,14,41000,44000 +AUT,2025,15,41000,44000 +AUT,2025,16,41000,44000 +AUT,2025,17,41000,44000 +AUT,2025,18,42000,45000 +AUT,2026,0,42000,45000 +AUT,2026,1,43000,45000 +AUT,2026,2,44000,46000 +AUT,2026,3,44000,47000 +AUT,2026,4,45000,47000 +AUT,2026,5,45000,47000 +AUT,2026,6,45000,47000 +AUT,2026,7,45000,47000 +AUT,2026,8,44000,47000 +AUT,2026,9,44000,46000 +AUT,2026,10,43000,46000 +AUT,2026,11,42000,45000 +AUT,2026,12,42000,45000 +AUT,2026,13,41000,44000 +AUT,2026,14,41000,44000 +AUT,2026,15,41000,44000 +AUT,2026,16,41000,44000 +AUT,2026,17,41000,44000 +AUT,2026,18,42000,44000 +AUT,2027,0,42000,44000 +AUT,2027,1,43000,46000 +AUT,2027,2,43000,46000 +AUT,2027,3,44000,46000 +AUT,2027,4,44000,47000 +AUT,2027,5,45000,47000 +AUT,2027,6,45000,47000 +AUT,2027,7,45000,47000 +AUT,2027,8,45000,47000 +AUT,2027,9,44000,47000 +AUT,2027,10,44000,46000 +AUT,2027,11,43000,46000 +AUT,2027,12,43000,45000 +AUT,2027,13,42000,45000 +AUT,2027,14,41000,44000 +AUT,2027,15,41000,44000 +AUT,2027,16,41000,44000 +AUT,2027,17,42000,44000 +AUT,2027,18,42000,44000 +AUT,2028,0,42000,44000 +AUT,2028,1,43000,45000 +AUT,2028,2,44000,46000 +AUT,2028,3,44000,46000 +AUT,2028,4,44000,46000 +AUT,2028,5,44000,47000 +AUT,2028,6,45000,47000 +AUT,2028,7,45000,47000 +AUT,2028,8,45000,47000 +AUT,2028,9,45000,47000 +AUT,2028,10,44000,47000 +AUT,2028,11,44000,46000 +AUT,2028,12,43000,46000 +AUT,2028,13,43000,45000 +AUT,2028,14,42000,45000 +AUT,2028,15,42000,44000 +AUT,2028,16,41000,44000 +AUT,2028,17,42000,44000 +AUT,2028,18,42000,44000 +AUT,2029,0,42000,44000 +AUT,2029,1,43000,45000 +AUT,2029,2,43000,46000 +AUT,2029,3,44000,46000 +AUT,2029,4,44000,46000 +AUT,2029,5,44000,47000 +AUT,2029,6,45000,47000 +AUT,2029,7,45000,47000 +AUT,2029,8,45000,47000 +AUT,2029,9,45000,47000 +AUT,2029,10,45000,47000 +AUT,2029,11,44000,47000 +AUT,2029,12,44000,46000 +AUT,2029,13,43000,46000 +AUT,2029,14,43000,45000 +AUT,2029,15,42000,45000 +AUT,2029,16,42000,44000 +AUT,2029,17,42000,44000 +AUT,2029,18,42000,44000 +AUT,2030,0,42000,44000 +AUT,2030,1,42000,45000 +AUT,2030,2,43000,45000 +AUT,2030,3,43000,46000 +AUT,2030,4,44000,46000 +AUT,2030,5,44000,46000 +AUT,2030,6,44000,47000 +AUT,2030,7,45000,47000 +AUT,2030,8,45000,47000 +AUT,2030,9,45000,47000 +AUT,2030,10,45000,47000 +AUT,2030,11,45000,47000 +AUT,2030,12,44000,47000 +AUT,2030,13,44000,47000 +AUT,2030,14,43000,46000 +AUT,2030,15,43000,45000 +AUT,2030,16,42000,45000 +AUT,2030,17,42000,45000 +AUT,2030,18,42000,44000 +AUT,2031,0,41000,44000 +AUT,2031,1,42000,44000 +AUT,2031,2,42000,45000 +AUT,2031,3,43000,45000 +AUT,2031,4,43000,46000 +AUT,2031,5,44000,46000 +AUT,2031,6,44000,46000 +AUT,2031,7,44000,47000 +AUT,2031,8,45000,47000 +AUT,2031,9,45000,47000 +AUT,2031,10,45000,47000 +AUT,2031,11,45000,47000 +AUT,2031,12,45000,47000 +AUT,2031,13,45000,47000 +AUT,2031,14,44000,47000 +AUT,2031,15,44000,46000 +AUT,2031,16,43000,46000 +AUT,2031,17,42000,45000 +AUT,2031,18,42000,45000 +AUT,2032,0,41000,43000 +AUT,2032,1,41000,44000 +AUT,2032,2,42000,44000 +AUT,2032,3,42000,45000 +AUT,2032,4,43000,45000 +AUT,2032,5,43000,46000 +AUT,2032,6,44000,46000 +AUT,2032,7,44000,47000 +AUT,2032,8,44000,47000 +AUT,2032,9,45000,47000 +AUT,2032,10,45000,47000 +AUT,2032,11,45000,47000 +AUT,2032,12,45000,47000 +AUT,2032,13,45000,47000 +AUT,2032,14,45000,47000 +AUT,2032,15,44000,47000 +AUT,2032,16,44000,46000 +AUT,2032,17,43000,46000 +AUT,2032,18,43000,45000 +AUT,2033,0,41000,43000 +AUT,2033,1,41000,43000 +AUT,2033,2,42000,44000 +AUT,2033,3,42000,44000 +AUT,2033,4,43000,45000 +AUT,2033,5,43000,45000 +AUT,2033,6,44000,46000 +AUT,2033,7,44000,46000 +AUT,2033,8,44000,47000 +AUT,2033,9,44000,47000 +AUT,2033,10,45000,47000 +AUT,2033,11,45000,47000 +AUT,2033,12,45000,47000 +AUT,2033,13,45000,47000 +AUT,2033,14,45000,47000 +AUT,2033,15,45000,47000 +AUT,2033,16,44000,47000 +AUT,2033,17,44000,46000 +AUT,2033,18,44000,46000 +AUT,2034,0,40000,42000 +AUT,2034,1,41000,43000 +AUT,2034,2,41000,43000 +AUT,2034,3,42000,44000 +AUT,2034,4,42000,44000 +AUT,2034,5,43000,45000 +AUT,2034,6,43000,45000 +AUT,2034,7,44000,46000 +AUT,2034,8,44000,46000 +AUT,2034,9,44000,47000 +AUT,2034,10,45000,47000 +AUT,2034,11,45000,47000 +AUT,2034,12,45000,47000 +AUT,2034,13,45000,47000 +AUT,2034,14,45000,47000 +AUT,2034,15,45000,47000 +AUT,2034,16,45000,47000 +AUT,2034,17,45000,47000 +AUT,2034,18,44000,47000 +AUT,2035,0,40000,42000 +AUT,2035,1,40000,42000 +AUT,2035,2,41000,43000 +AUT,2035,3,41000,44000 +AUT,2035,4,42000,44000 +AUT,2035,5,42000,45000 +AUT,2035,6,43000,45000 +AUT,2035,7,43000,46000 +AUT,2035,8,44000,46000 +AUT,2035,9,44000,46000 +AUT,2035,10,44000,47000 +AUT,2035,11,45000,47000 +AUT,2035,12,45000,47000 +AUT,2035,13,45000,47000 +AUT,2035,14,45000,47000 +AUT,2035,15,45000,47000 +AUT,2035,16,45000,48000 +AUT,2035,17,45000,47000 +AUT,2035,18,45000,47000 +AUT,2036,0,39000,42000 +AUT,2036,1,40000,42000 +AUT,2036,2,40000,43000 +AUT,2036,3,41000,43000 +AUT,2036,4,41000,44000 +AUT,2036,5,42000,44000 +AUT,2036,6,42000,45000 +AUT,2036,7,43000,45000 +AUT,2036,8,43000,46000 +AUT,2036,9,44000,46000 +AUT,2036,10,44000,46000 +AUT,2036,11,44000,47000 +AUT,2036,12,45000,47000 +AUT,2036,13,45000,47000 +AUT,2036,14,45000,47000 +AUT,2036,15,45000,48000 +AUT,2036,16,45000,48000 +AUT,2036,17,45000,48000 +AUT,2036,18,45000,48000 +AUT,2037,0,39000,41000 +AUT,2037,1,40000,42000 +AUT,2037,2,40000,42000 +AUT,2037,3,41000,43000 +AUT,2037,4,41000,43000 +AUT,2037,5,42000,44000 +AUT,2037,6,42000,44000 +AUT,2037,7,42000,45000 +AUT,2037,8,43000,45000 +AUT,2037,9,43000,46000 +AUT,2037,10,44000,46000 +AUT,2037,11,44000,46000 +AUT,2037,12,44000,47000 +AUT,2037,13,45000,47000 +AUT,2037,14,45000,47000 +AUT,2037,15,45000,48000 +AUT,2037,16,45000,48000 +AUT,2037,17,46000,48000 +AUT,2037,18,46000,48000 +AUT,2038,0,39000,41000 +AUT,2038,1,39000,42000 +AUT,2038,2,40000,42000 +AUT,2038,3,40000,42000 +AUT,2038,4,41000,43000 +AUT,2038,5,41000,43000 +AUT,2038,6,42000,44000 +AUT,2038,7,42000,44000 +AUT,2038,8,42000,45000 +AUT,2038,9,43000,45000 +AUT,2038,10,43000,46000 +AUT,2038,11,44000,46000 +AUT,2038,12,44000,47000 +AUT,2038,13,45000,47000 +AUT,2038,14,45000,47000 +AUT,2038,15,45000,47000 +AUT,2038,16,45000,48000 +AUT,2038,17,46000,48000 +AUT,2038,18,46000,48000 +AUT,2039,0,39000,41000 +AUT,2039,1,39000,41000 +AUT,2039,2,40000,42000 +AUT,2039,3,40000,42000 +AUT,2039,4,40000,42000 +AUT,2039,5,41000,43000 +AUT,2039,6,41000,43000 +AUT,2039,7,42000,44000 +AUT,2039,8,42000,44000 +AUT,2039,9,43000,45000 +AUT,2039,10,43000,45000 +AUT,2039,11,43000,46000 +AUT,2039,12,44000,46000 +AUT,2039,13,44000,47000 +AUT,2039,14,45000,47000 +AUT,2039,15,45000,47000 +AUT,2039,16,45000,48000 +AUT,2039,17,46000,48000 +AUT,2039,18,46000,48000 +AUT,2040,0,39000,41000 +AUT,2040,1,39000,41000 +AUT,2040,2,39000,41000 +AUT,2040,3,40000,42000 +AUT,2040,4,40000,42000 +AUT,2040,5,40000,43000 +AUT,2040,6,41000,43000 +AUT,2040,7,41000,43000 +AUT,2040,8,42000,44000 +AUT,2040,9,42000,44000 +AUT,2040,10,43000,45000 +AUT,2040,11,43000,45000 +AUT,2040,12,43000,46000 +AUT,2040,13,44000,46000 +AUT,2040,14,44000,47000 +AUT,2040,15,45000,47000 +AUT,2040,16,45000,47000 +AUT,2040,17,45000,48000 +AUT,2040,18,46000,48000 +AUT,2041,0,39000,41000 +AUT,2041,1,39000,41000 +AUT,2041,2,39000,41000 +AUT,2041,3,39000,42000 +AUT,2041,4,40000,42000 +AUT,2041,5,40000,42000 +AUT,2041,6,40000,43000 +AUT,2041,7,41000,43000 +AUT,2041,8,41000,43000 +AUT,2041,9,42000,44000 +AUT,2041,10,42000,44000 +AUT,2041,11,43000,45000 +AUT,2041,12,43000,45000 +AUT,2041,13,44000,46000 +AUT,2041,14,44000,46000 +AUT,2041,15,45000,47000 +AUT,2041,16,45000,47000 +AUT,2041,17,45000,48000 +AUT,2041,18,46000,48000 +AUT,2042,0,39000,41000 +AUT,2042,1,39000,41000 +AUT,2042,2,39000,41000 +AUT,2042,3,39000,41000 +AUT,2042,4,39000,42000 +AUT,2042,5,40000,42000 +AUT,2042,6,40000,42000 +AUT,2042,7,41000,43000 +AUT,2042,8,41000,43000 +AUT,2042,9,41000,44000 +AUT,2042,10,42000,44000 +AUT,2042,11,42000,45000 +AUT,2042,12,43000,45000 +AUT,2042,13,43000,46000 +AUT,2042,14,44000,46000 +AUT,2042,15,44000,46000 +AUT,2042,16,45000,47000 +AUT,2042,17,45000,47000 +AUT,2042,18,46000,48000 +AUT,2043,0,39000,41000 +AUT,2043,1,39000,41000 +AUT,2043,2,39000,41000 +AUT,2043,3,39000,41000 +AUT,2043,4,39000,41000 +AUT,2043,5,40000,42000 +AUT,2043,6,40000,42000 +AUT,2043,7,40000,42000 +AUT,2043,8,41000,43000 +AUT,2043,9,41000,43000 +AUT,2043,10,41000,44000 +AUT,2043,11,42000,44000 +AUT,2043,12,42000,45000 +AUT,2043,13,43000,45000 +AUT,2043,14,43000,46000 +AUT,2043,15,44000,46000 +AUT,2043,16,44000,47000 +AUT,2043,17,45000,47000 +AUT,2043,18,45000,48000 +AUT,2044,0,39000,41000 +AUT,2044,1,39000,41000 +AUT,2044,2,39000,41000 +AUT,2044,3,39000,41000 +AUT,2044,4,39000,41000 +AUT,2044,5,39000,42000 +AUT,2044,6,40000,42000 +AUT,2044,7,40000,42000 +AUT,2044,8,40000,42000 +AUT,2044,9,41000,43000 +AUT,2044,10,41000,43000 +AUT,2044,11,41000,44000 +AUT,2044,12,42000,44000 +AUT,2044,13,42000,45000 +AUT,2044,14,43000,45000 +AUT,2044,15,43000,46000 +AUT,2044,16,44000,46000 +AUT,2044,17,45000,47000 +AUT,2044,18,45000,47000 +AUT,2045,0,39000,41000 +AUT,2045,1,39000,41000 +AUT,2045,2,39000,41000 +AUT,2045,3,39000,41000 +AUT,2045,4,39000,41000 +AUT,2045,5,39000,41000 +AUT,2045,6,39000,42000 +AUT,2045,7,40000,42000 +AUT,2045,8,40000,42000 +AUT,2045,9,40000,42000 +AUT,2045,10,41000,43000 +AUT,2045,11,41000,43000 +AUT,2045,12,41000,44000 +AUT,2045,13,42000,44000 +AUT,2045,14,42000,45000 +AUT,2045,15,43000,45000 +AUT,2045,16,43000,46000 +AUT,2045,17,44000,46000 +AUT,2045,18,45000,47000 +AUT,2046,0,39000,41000 +AUT,2046,1,39000,41000 +AUT,2046,2,39000,41000 +AUT,2046,3,39000,41000 +AUT,2046,4,39000,41000 +AUT,2046,5,39000,41000 +AUT,2046,6,39000,41000 +AUT,2046,7,40000,42000 +AUT,2046,8,40000,42000 +AUT,2046,9,40000,42000 +AUT,2046,10,40000,43000 +AUT,2046,11,41000,43000 +AUT,2046,12,41000,43000 +AUT,2046,13,42000,44000 +AUT,2046,14,42000,44000 +AUT,2046,15,43000,45000 +AUT,2046,16,43000,45000 +AUT,2046,17,44000,46000 +AUT,2046,18,44000,47000 +AUT,2047,0,39000,42000 +AUT,2047,1,39000,42000 +AUT,2047,2,39000,41000 +AUT,2047,3,39000,41000 +AUT,2047,4,39000,41000 +AUT,2047,5,39000,41000 +AUT,2047,6,39000,41000 +AUT,2047,7,39000,42000 +AUT,2047,8,40000,42000 +AUT,2047,9,40000,42000 +AUT,2047,10,40000,42000 +AUT,2047,11,40000,43000 +AUT,2047,12,41000,43000 +AUT,2047,13,41000,43000 +AUT,2047,14,42000,44000 +AUT,2047,15,42000,44000 +AUT,2047,16,43000,45000 +AUT,2047,17,43000,46000 +AUT,2047,18,44000,46000 +AUT,2048,0,40000,42000 +AUT,2048,1,40000,42000 +AUT,2048,2,39000,42000 +AUT,2048,3,39000,42000 +AUT,2048,4,39000,41000 +AUT,2048,5,39000,41000 +AUT,2048,6,39000,41000 +AUT,2048,7,39000,42000 +AUT,2048,8,40000,42000 +AUT,2048,9,40000,42000 +AUT,2048,10,40000,42000 +AUT,2048,11,40000,42000 +AUT,2048,12,41000,43000 +AUT,2048,13,41000,43000 +AUT,2048,14,41000,43000 +AUT,2048,15,42000,44000 +AUT,2048,16,42000,45000 +AUT,2048,17,43000,45000 +AUT,2048,18,44000,46000 +AUT,2049,0,40000,42000 +AUT,2049,1,40000,42000 +AUT,2049,2,40000,42000 +AUT,2049,3,40000,42000 +AUT,2049,4,40000,42000 +AUT,2049,5,39000,42000 +AUT,2049,6,39000,42000 +AUT,2049,7,39000,42000 +AUT,2049,8,39000,42000 +AUT,2049,9,40000,42000 +AUT,2049,10,40000,42000 +AUT,2049,11,40000,42000 +AUT,2049,12,40000,42000 +AUT,2049,13,41000,43000 +AUT,2049,14,41000,43000 +AUT,2049,15,41000,44000 +AUT,2049,16,42000,44000 +AUT,2049,17,43000,45000 +AUT,2049,18,43000,45000 +AUT,2050,0,40000,42000 +AUT,2050,1,40000,42000 +AUT,2050,2,40000,42000 +AUT,2050,3,40000,42000 +AUT,2050,4,40000,42000 +AUT,2050,5,40000,42000 +AUT,2050,6,40000,42000 +AUT,2050,7,39000,42000 +AUT,2050,8,39000,42000 +AUT,2050,9,40000,42000 +AUT,2050,10,40000,42000 +AUT,2050,11,40000,42000 +AUT,2050,12,40000,42000 +AUT,2050,13,40000,42000 +AUT,2050,14,41000,43000 +AUT,2050,15,41000,43000 +AUT,2050,16,41000,44000 +AUT,2050,17,42000,44000 +AUT,2050,18,43000,45000 +AZE,1990,0,98026,102632 +AZE,1990,1,94789,99443 +AZE,1990,2,91559,96164 +AZE,1990,3,88367,92842 +AZE,1990,4,85242,89527 +AZE,1990,5,82214,86268 +AZE,1990,6,79314,83113 +AZE,1990,7,76570,80112 +AZE,1990,8,74014,77313 +AZE,1990,9,71674,74767 +AZE,1990,10,69524,72322 +AZE,1990,11,67534,69831 +AZE,1990,12,66025,68333 +AZE,1990,13,65143,68273 +AZE,1990,14,64742,69105 +AZE,1990,15,64534,70018 +AZE,1990,16,64572,71386 +AZE,1990,17,64756,71624 +AZE,1990,18,65004,69929 +AZE,1991,0,96126,100791 +AZE,1991,1,97035,101494 +AZE,1991,2,94348,98804 +AZE,1991,3,91493,95876 +AZE,1991,4,88529,92778 +AZE,1991,5,85510,89576 +AZE,1991,6,82470,86331 +AZE,1991,7,79442,83101 +AZE,1991,8,76602,79994 +AZE,1991,9,74055,77090 +AZE,1991,10,71784,74436 +AZE,1991,11,69644,71847 +AZE,1991,12,67630,69190 +AZE,1991,13,66100,67542 +AZE,1991,14,65205,67369 +AZE,1991,15,64799,68123 +AZE,1991,16,64577,68952 +AZE,1991,17,64594,70217 +AZE,1991,18,64770,70462 +AZE,1992,0,92689,97591 +AZE,1992,1,93110,97947 +AZE,1992,2,96189,100523 +AZE,1992,3,94047,98326 +AZE,1992,4,91563,95745 +AZE,1992,5,88822,92865 +AZE,1992,6,85905,89772 +AZE,1992,7,82849,86536 +AZE,1992,8,79689,83226 +AZE,1992,9,76748,80006 +AZE,1992,10,74205,76994 +AZE,1992,11,72000,74227 +AZE,1992,12,69867,71490 +AZE,1992,13,67826,68662 +AZE,1992,14,66272,66863 +AZE,1992,15,65364,66578 +AZE,1992,16,64951,67254 +AZE,1992,17,64716,68000 +AZE,1992,18,64712,69164 +AZE,1993,0,88061,93369 +AZE,1993,1,90742,95770 +AZE,1993,2,92256,97016 +AZE,1993,3,95395,99621 +AZE,1993,4,93798,97917 +AZE,1993,5,91684,95681 +AZE,1993,6,89164,93018 +AZE,1993,7,86348,90031 +AZE,1993,8,83274,86801 +AZE,1993,9,79980,83409 +AZE,1993,10,76937,80075 +AZE,1993,11,74397,76951 +AZE,1993,12,72257,74070 +AZE,1993,13,70129,71183 +AZE,1993,14,68060,68182 +AZE,1993,15,66481,66230 +AZE,1993,16,65560,65831 +AZE,1993,17,65140,66431 +AZE,1993,18,64891,67094 +AZE,1994,0,82807,88662 +AZE,1994,1,87541,92868 +AZE,1994,2,90772,95661 +AZE,1994,3,92657,97183 +AZE,1994,4,94557,98683 +AZE,1994,5,93506,97472 +AZE,1994,6,91763,95583 +AZE,1994,7,89466,93137 +AZE,1994,8,86752,90258 +AZE,1994,9,83661,87036 +AZE,1994,10,80235,83562 +AZE,1994,11,77090,80115 +AZE,1994,12,74555,76881 +AZE,1994,13,72480,73887 +AZE,1994,14,70359,70850 +AZE,1994,15,68263,67677 +AZE,1994,16,66660,65572 +AZE,1994,17,65725,65061 +AZE,1994,18,65299,65583 +AZE,1995,0,77447,83957 +AZE,1995,1,83726,89473 +AZE,1995,2,88322,93462 +AZE,1995,3,91397,96063 +AZE,1995,4,93115,97418 +AZE,1995,5,93640,97667 +AZE,1995,6,93136,96951 +AZE,1995,7,91766,95410 +AZE,1995,8,89694,93184 +AZE,1995,9,87084,90415 +AZE,1995,10,83979,87203 +AZE,1995,11,80423,83650 +AZE,1995,12,77180,80093 +AZE,1995,13,74652,76751 +AZE,1995,14,72644,73646 +AZE,1995,15,70531,70462 +AZE,1995,16,68410,67118 +AZE,1995,17,66784,64863 +AZE,1995,18,65836,64239 +AZE,1996,0,72176,79424 +AZE,1996,1,78194,84460 +AZE,1996,2,83881,89452 +AZE,1996,3,88106,93129 +AZE,1996,4,90997,95596 +AZE,1996,5,92681,96956 +AZE,1996,6,93319,97346 +AZE,1996,7,93070,96904 +AZE,1996,8,91903,95564 +AZE,1996,9,89880,93364 +AZE,1996,10,87227,90507 +AZE,1996,11,84150,87273 +AZE,1996,12,80661,83736 +AZE,1996,13,77459,80140 +AZE,1996,14,74929,76675 +AZE,1996,15,72892,73396 +AZE,1996,16,70753,70052 +AZE,1996,17,68604,66552 +AZE,1996,18,66955,64163 +AZE,1997,0,66907,75013 +AZE,1997,1,74655,81532 +AZE,1997,2,78891,84909 +AZE,1997,3,83982,89373 +AZE,1997,4,87834,92736 +AZE,1997,5,90538,95067 +AZE,1997,6,92187,96430 +AZE,1997,7,92937,96961 +AZE,1997,8,92944,96793 +AZE,1997,9,91980,95656 +AZE,1997,10,90009,93482 +AZE,1997,11,87315,90540 +AZE,1997,12,84266,87285 +AZE,1997,13,80847,83768 +AZE,1997,14,77688,80134 +AZE,1997,15,75158,76549 +AZE,1997,16,73093,73100 +AZE,1997,17,70930,69596 +AZE,1997,18,68754,65943 +AZE,1998,0,62160,71138 +AZE,1998,1,69844,77413 +AZE,1998,2,76232,82684 +AZE,1998,3,79568,85359 +AZE,1998,4,84062,89296 +AZE,1998,5,87540,92346 +AZE,1998,6,90058,94540 +AZE,1998,7,91672,95908 +AZE,1998,8,92533,96579 +AZE,1998,9,92796,96685 +AZE,1998,10,92035,95751 +AZE,1998,11,90115,93603 +AZE,1998,12,87381,90575 +AZE,1998,13,84362,87300 +AZE,1998,14,81014,83801 +AZE,1998,15,77898,80130 +AZE,1998,16,75369,76425 +AZE,1998,17,73276,72805 +AZE,1998,18,71089,69143 +AZE,1999,0,58540,68258 +AZE,1999,1,65608,73851 +AZE,1999,2,71747,78807 +AZE,1999,3,76993,83124 +AZE,1999,4,80262,85878 +AZE,1999,5,84160,89292 +AZE,1999,6,87265,92032 +AZE,1999,7,89596,94092 +AZE,1999,8,91175,95464 +AZE,1999,9,92149,96276 +AZE,1999,10,92666,96656 +AZE,1999,11,92108,95923 +AZE,1999,12,90240,93800 +AZE,1999,13,87464,90685 +AZE,1999,14,84475,87385 +AZE,1999,15,81197,83903 +AZE,1999,16,78124,80192 +AZE,1999,17,75595,76364 +AZE,1999,18,73474,72571 +AZE,2000,0,56440,66665 +AZE,2000,1,62369,71202 +AZE,2000,2,67804,75498 +AZE,2000,3,72730,79510 +AZE,2000,4,77131,83193 +AZE,2000,5,80991,86504 +AZE,2000,6,84295,89398 +AZE,2000,7,87029,91830 +AZE,2000,8,89175,93758 +AZE,2000,9,90719,95137 +AZE,2000,10,91806,96092 +AZE,2000,11,92578,96746 +AZE,2000,12,92223,96214 +AZE,2000,13,90405,94113 +AZE,2000,14,87588,90906 +AZE,2000,15,84626,87579 +AZE,2000,16,81416,84109 +AZE,2000,17,78385,80353 +AZE,2000,18,75855,76397 +AZE,2001,0,56112,66357 +AZE,2001,1,57111,67018 +AZE,2001,2,62426,71105 +AZE,2001,3,67495,75129 +AZE,2001,4,72263,79016 +AZE,2001,5,76672,82692 +AZE,2001,6,80705,86116 +AZE,2001,7,84343,89249 +AZE,2001,8,87338,91843 +AZE,2001,9,89558,93752 +AZE,2001,10,91060,95007 +AZE,2001,11,92179,95901 +AZE,2001,12,93020,96517 +AZE,2001,13,92715,95993 +AZE,2001,14,90923,93973 +AZE,2001,15,88110,90893 +AZE,2001,16,85150,87681 +AZE,2001,17,81943,84325 +AZE,2001,18,78877,80658 +AZE,2002,0,57372,67400 +AZE,2002,1,59297,68586 +AZE,2002,2,57737,67383 +AZE,2002,3,62432,71021 +AZE,2002,4,67132,74774 +AZE,2002,5,71738,78537 +AZE,2002,6,76153,82205 +AZE,2002,7,80355,85744 +AZE,2002,8,84322,89117 +AZE,2002,9,87577,91872 +AZE,2002,10,89868,93762 +AZE,2002,11,91328,94893 +AZE,2002,12,92478,95727 +AZE,2002,13,93386,96304 +AZE,2002,14,93133,95788 +AZE,2002,15,91368,93850 +AZE,2002,16,88562,90895 +AZE,2002,17,85606,87799 +AZE,2002,18,82405,84555 +AZE,2003,0,59688,69377 +AZE,2003,1,59167,68580 +AZE,2003,2,59807,68869 +AZE,2003,3,58360,67780 +AZE,2003,4,62437,70972 +AZE,2003,5,66767,74456 +AZE,2003,6,71212,78096 +AZE,2003,7,75632,81759 +AZE,2003,8,80002,85413 +AZE,2003,9,84300,89029 +AZE,2003,10,87813,91945 +AZE,2003,11,90176,93818 +AZE,2003,12,91593,94826 +AZE,2003,13,92775,95600 +AZE,2003,14,93750,96139 +AZE,2003,15,93548,95631 +AZE,2003,16,91809,93773 +AZE,2003,17,89011,90943 +AZE,2003,18,86059,87959 +AZE,2004,0,62265,71661 +AZE,2004,1,59585,69094 +AZE,2004,2,58509,67956 +AZE,2004,3,58829,68056 +AZE,2004,4,59023,68222 +AZE,2004,5,62485,70969 +AZE,2004,6,66449,74186 +AZE,2004,7,70736,77707 +AZE,2004,8,75164,81367 +AZE,2004,9,79707,85139 +AZE,2004,10,84336,88998 +AZE,2004,11,88111,92079 +AZE,2004,12,90548,93935 +AZE,2004,13,91922,94821 +AZE,2004,14,93136,95536 +AZE,2004,15,94179,96037 +AZE,2004,16,94028,95536 +AZE,2004,17,92315,93757 +AZE,2004,18,89522,91049 +AZE,2005,0,64514,73784 +AZE,2005,1,60285,69899 +AZE,2005,2,57914,67644 +AZE,2005,3,57180,66823 +AZE,2005,4,57862,67240 +AZE,2005,5,59738,68698 +AZE,2005,6,62588,71001 +AZE,2005,7,66188,73952 +AZE,2005,8,70320,77355 +AZE,2005,9,74760,81014 +AZE,2005,10,79479,84906 +AZE,2005,11,84445,89012 +AZE,2005,12,88485,92258 +AZE,2005,13,90997,94099 +AZE,2005,14,92330,94863 +AZE,2005,15,93578,95518 +AZE,2005,16,94690,95982 +AZE,2005,17,94589,95488 +AZE,2005,18,92901,93788 +AZE,2006,0,65933,75294 +AZE,2006,1,63315,72692 +AZE,2006,2,59848,69471 +AZE,2006,3,57991,67679 +AZE,2006,4,57560,67146 +AZE,2006,5,58372,67705 +AZE,2006,6,60214,69168 +AZE,2006,7,62872,71349 +AZE,2006,8,66312,74176 +AZE,2006,9,70411,77521 +AZE,2006,10,74895,81156 +AZE,2006,11,79578,84966 +AZE,2006,12,84454,88948 +AZE,2006,13,88456,92100 +AZE,2006,14,91018,93899 +AZE,2006,15,92457,94660 +AZE,2006,16,93794,95304 +AZE,2006,17,94992,95749 +AZE,2006,18,94955,95279 +AZE,2007,0,66896,76482 +AZE,2007,1,61849,71710 +AZE,2007,2,62188,71654 +AZE,2007,3,59479,69095 +AZE,2007,4,58132,67763 +AZE,2007,5,58004,67517 +AZE,2007,6,58947,68219 +AZE,2007,7,60757,69689 +AZE,2007,8,63227,71750 +AZE,2007,9,66511,74455 +AZE,2007,10,70582,77743 +AZE,2007,11,75115,81359 +AZE,2007,12,79768,85088 +AZE,2007,13,84558,88950 +AZE,2007,14,88527,92009 +AZE,2007,15,91143,93768 +AZE,2007,16,92689,94526 +AZE,2007,17,94117,95159 +AZE,2007,18,95401,95586 +AZE,2008,0,67806,77751 +AZE,2008,1,63130,73134 +AZE,2008,2,59830,69827 +AZE,2008,3,61105,70645 +AZE,2008,4,59151,68747 +AZE,2008,5,58315,67875 +AZE,2008,6,58489,67917 +AZE,2008,7,59564,68761 +AZE,2008,8,61343,70239 +AZE,2008,9,63627,72180 +AZE,2008,10,66756,74764 +AZE,2008,11,70802,77998 +AZE,2008,12,75387,81595 +AZE,2008,13,80013,85245 +AZE,2008,14,84722,88988 +AZE,2008,15,88660,91956 +AZE,2008,16,91332,93675 +AZE,2008,17,92986,94431 +AZE,2008,18,94505,95054 +AZE,2009,0,69264,79693 +AZE,2009,1,65005,75239 +AZE,2009,2,61795,71861 +AZE,2009,3,59563,69476 +AZE,2009,4,60017,69621 +AZE,2009,5,58820,68386 +AZE,2009,6,58495,67975 +AZE,2009,7,58971,68304 +AZE,2009,8,60178,69291 +AZE,2009,9,61926,70776 +AZE,2009,10,64023,72596 +AZE,2009,11,66998,75059 +AZE,2009,12,71019,78238 +AZE,2009,13,75655,81815 +AZE,2009,14,80255,85385 +AZE,2009,15,84881,89010 +AZE,2009,16,88788,91885 +AZE,2009,17,91516,93565 +AZE,2009,18,93278,94318 +AZE,2010,0,71645,82648 +AZE,2010,1,67579,78151 +AZE,2010,2,64304,74547 +AZE,2010,3,61788,71784 +AZE,2010,4,59998,69805 +AZE,2010,5,58899,68557 +AZE,2010,6,58460,67985 +AZE,2010,7,58646,68035 +AZE,2010,8,59425,68652 +AZE,2010,9,60764,69781 +AZE,2010,10,62479,71272 +AZE,2010,11,64389,72971 +AZE,2010,12,67208,75312 +AZE,2010,13,71201,78433 +AZE,2010,14,75887,81988 +AZE,2010,15,80457,85477 +AZE,2010,16,84999,88980 +AZE,2010,17,88874,91762 +AZE,2010,18,91655,93400 +AZE,2011,0,75272,87062 +AZE,2011,1,71329,82275 +AZE,2011,2,67502,78043 +AZE,2011,3,64379,74609 +AZE,2011,4,61941,71934 +AZE,2011,5,60170,69980 +AZE,2011,6,59032,68692 +AZE,2011,7,58495,68016 +AZE,2011,8,58612,67993 +AZE,2011,9,59396,68616 +AZE,2011,10,60782,69798 +AZE,2011,11,62516,71309 +AZE,2011,12,64429,73012 +AZE,2011,13,67251,75355 +AZE,2011,14,71249,78477 +AZE,2011,15,75939,82032 +AZE,2011,16,80512,85519 +AZE,2011,17,85058,89020 +AZE,2011,18,88934,91799 +AZE,2012,0,79726,92409 +AZE,2012,1,75067,86853 +AZE,2012,2,70983,81847 +AZE,2012,3,67398,77883 +AZE,2012,4,64428,74621 +AZE,2012,5,62069,72037 +AZE,2012,6,60318,70109 +AZE,2012,7,59142,68782 +AZE,2012,8,58506,68002 +AZE,2012,9,58555,67905 +AZE,2012,10,59342,68534 +AZE,2012,11,60776,69769 +AZE,2012,12,62528,71299 +AZE,2012,13,64444,73005 +AZE,2012,14,67268,75349 +AZE,2012,15,71267,78469 +AZE,2012,16,75960,82021 +AZE,2012,17,80535,85505 +AZE,2012,18,85082,89001 +AZE,2013,0,84077,97529 +AZE,2013,1,79060,91456 +AZE,2013,2,74576,86135 +AZE,2013,3,70603,81371 +AZE,2013,4,67260,77679 +AZE,2013,5,64445,74590 +AZE,2013,6,62167,72098 +AZE,2013,7,60437,70197 +AZE,2013,8,59222,68832 +AZE,2013,9,58489,67948 +AZE,2013,10,58468,67779 +AZE,2013,11,59259,68412 +AZE,2013,12,60740,69699 +AZE,2013,13,62509,71248 +AZE,2013,14,64426,72955 +AZE,2013,15,67251,75298 +AZE,2013,16,71251,78416 +AZE,2013,17,75943,81963 +AZE,2013,18,80518,85441 +AZE,2014,0,87097,100900 +AZE,2014,1,82208,94962 +AZE,2014,2,77728,89632 +AZE,2014,3,73676,84903 +AZE,2014,4,70214,80901 +AZE,2014,5,67115,77478 +AZE,2014,6,64454,74562 +AZE,2014,7,62257,72163 +AZE,2014,8,60548,70289 +AZE,2014,9,59295,68885 +AZE,2014,10,58465,67898 +AZE,2014,11,58376,67656 +AZE,2014,12,59170,68295 +AZE,2014,13,60698,69633 +AZE,2014,14,62483,71200 +AZE,2014,15,64401,72909 +AZE,2014,16,67227,75252 +AZE,2014,17,71227,78367 +AZE,2014,18,75918,81909 +AZE,2015,0,87953,101507 +AZE,2015,1,83952,96680 +AZE,2015,2,80099,92137 +AZE,2015,3,76436,87904 +AZE,2015,4,73001,84006 +AZE,2015,5,69836,80467 +AZE,2015,6,66980,77313 +AZE,2015,7,64473,74569 +AZE,2015,8,62356,72260 +AZE,2015,9,60668,70412 +AZE,2015,10,59377,68970 +AZE,2015,11,58449,67879 +AZE,2015,12,58291,67564 +AZE,2015,13,59089,68208 +AZE,2015,14,60663,69598 +AZE,2015,15,62465,71185 +AZE,2015,16,64385,72896 +AZE,2015,17,67212,75240 +AZE,2015,18,71212,78353 +AZE,2016,0,86223,98659 +AZE,2016,1,87087,100275 +AZE,2016,2,83662,96228 +AZE,2016,3,80174,92179 +AZE,2016,4,76697,88200 +AZE,2016,5,73308,84365 +AZE,2016,6,70046,80697 +AZE,2016,7,66951,77223 +AZE,2016,8,64275,74252 +AZE,2016,9,62162,71949 +AZE,2016,10,60584,70246 +AZE,2016,11,59331,68853 +AZE,2016,12,58405,67762 +AZE,2016,13,58248,67444 +AZE,2016,14,59046,68082 +AZE,2016,15,60621,69464 +AZE,2016,16,62422,71041 +AZE,2016,17,64341,72742 +AZE,2016,18,67165,75075 +AZE,2017,0,82444,93198 +AZE,2017,1,82730,93893 +AZE,2017,2,86314,99218 +AZE,2017,3,83462,95943 +AZE,2017,4,80334,92380 +AZE,2017,5,77041,88649 +AZE,2017,6,73693,84869 +AZE,2017,7,70330,81067 +AZE,2017,8,66994,77268 +AZE,2017,9,64145,74063 +AZE,2017,10,62036,71763 +AZE,2017,11,60565,70202 +AZE,2017,12,59349,68855 +AZE,2017,13,58423,67762 +AZE,2017,14,58267,67441 +AZE,2017,15,59067,68074 +AZE,2017,16,60644,69450 +AZE,2017,17,62446,71020 +AZE,2017,18,64365,72714 +AZE,2018,0,77433,86267 +AZE,2018,1,80447,90477 +AZE,2018,2,82049,92958 +AZE,2018,3,85571,98228 +AZE,2018,4,83292,95724 +AZE,2018,5,80523,92645 +AZE,2018,6,77412,89159 +AZE,2018,7,74105,85433 +AZE,2018,8,70641,81494 +AZE,2018,9,67061,77366 +AZE,2018,10,64039,73926 +AZE,2018,11,61932,71625 +AZE,2018,12,60569,70206 +AZE,2018,13,59388,68905 +AZE,2018,14,58463,67810 +AZE,2018,15,58308,67485 +AZE,2018,16,59110,68113 +AZE,2018,17,60688,69483 +AZE,2018,18,62493,71048 +AZE,2019,0,72000,80000 +AZE,2019,1,78000,87000 +AZE,2019,2,81000,92000 +AZE,2019,3,83000,94000 +AZE,2019,4,85000,97000 +AZE,2019,5,83000,95000 +AZE,2019,6,81000,93000 +AZE,2019,7,78000,90000 +AZE,2019,8,74000,86000 +AZE,2019,9,71000,82000 +AZE,2019,10,67000,77000 +AZE,2019,11,64000,74000 +AZE,2019,12,62000,71000 +AZE,2019,13,61000,70000 +AZE,2019,14,59000,69000 +AZE,2019,15,58000,68000 +AZE,2019,16,58000,67000 +AZE,2019,17,59000,68000 +AZE,2019,18,61000,69000 +AZE,2020,0,68000,74000 +AZE,2020,1,75000,83000 +AZE,2020,2,80000,89000 +AZE,2020,3,83000,93000 +AZE,2020,4,84000,96000 +AZE,2020,5,84000,96000 +AZE,2020,6,83000,95000 +AZE,2020,7,81000,93000 +AZE,2020,8,78000,90000 +AZE,2020,9,75000,86000 +AZE,2020,10,71000,82000 +AZE,2020,11,67000,77000 +AZE,2020,12,64000,73000 +AZE,2020,13,62000,71000 +AZE,2020,14,60000,70000 +AZE,2020,15,59000,69000 +AZE,2020,16,58000,68000 +AZE,2020,17,58000,67000 +AZE,2020,18,59000,68000 +AZE,2021,0,66000,72000 +AZE,2021,1,70000,76000 +AZE,2021,2,75000,84000 +AZE,2021,3,79000,89000 +AZE,2021,4,82000,93000 +AZE,2021,5,83000,95000 +AZE,2021,6,84000,96000 +AZE,2021,7,83000,95000 +AZE,2021,8,81000,93000 +AZE,2021,9,78000,90000 +AZE,2021,10,75000,87000 +AZE,2021,11,71000,82000 +AZE,2021,12,67000,77000 +AZE,2021,13,64000,74000 +AZE,2021,14,62000,71000 +AZE,2021,15,61000,70000 +AZE,2021,16,59000,69000 +AZE,2021,17,58000,68000 +AZE,2021,18,58000,67000 +AZE,2022,0,64000,70000 +AZE,2022,1,70000,78000 +AZE,2022,2,71000,78000 +AZE,2022,3,76000,84000 +AZE,2022,4,79000,89000 +AZE,2022,5,81000,92000 +AZE,2022,6,83000,94000 +AZE,2022,7,83000,95000 +AZE,2022,8,83000,95000 +AZE,2022,9,81000,94000 +AZE,2022,10,79000,91000 +AZE,2022,11,75000,87000 +AZE,2022,12,71000,82000 +AZE,2022,13,67000,77000 +AZE,2022,14,64000,74000 +AZE,2022,15,62000,71000 +AZE,2022,16,61000,70000 +AZE,2022,17,59000,69000 +AZE,2022,18,58000,68000 +AZE,2023,0,63000,70000 +AZE,2023,1,68000,76000 +AZE,2023,2,72000,80000 +AZE,2023,3,72000,79000 +AZE,2023,4,76000,84000 +AZE,2023,5,79000,88000 +AZE,2023,6,81000,91000 +AZE,2023,7,82000,93000 +AZE,2023,8,83000,94000 +AZE,2023,9,83000,95000 +AZE,2023,10,81000,94000 +AZE,2023,11,79000,91000 +AZE,2023,12,75000,87000 +AZE,2023,13,71000,82000 +AZE,2023,14,67000,77000 +AZE,2023,15,64000,73000 +AZE,2023,16,62000,71000 +AZE,2023,17,60000,70000 +AZE,2023,18,59000,69000 +AZE,2024,0,62000,70000 +AZE,2024,1,66000,74000 +AZE,2024,2,69000,77000 +AZE,2024,3,72000,80000 +AZE,2024,4,73000,80000 +AZE,2024,5,76000,84000 +AZE,2024,6,78000,88000 +AZE,2024,7,80000,90000 +AZE,2024,8,81000,92000 +AZE,2024,9,82000,93000 +AZE,2024,10,83000,95000 +AZE,2024,11,82000,94000 +AZE,2024,12,79000,91000 +AZE,2024,13,75000,87000 +AZE,2024,14,71000,82000 +AZE,2024,15,67000,77000 +AZE,2024,16,64000,73000 +AZE,2024,17,62000,71000 +AZE,2024,18,60000,70000 +AZE,2025,0,62000,70000 +AZE,2025,1,64000,72000 +AZE,2025,2,67000,74000 +AZE,2025,3,69000,76000 +AZE,2025,4,72000,79000 +AZE,2025,5,74000,82000 +AZE,2025,6,76000,85000 +AZE,2025,7,78000,87000 +AZE,2025,8,80000,89000 +AZE,2025,9,81000,91000 +AZE,2025,10,82000,93000 +AZE,2025,11,82000,94000 +AZE,2025,12,82000,94000 +AZE,2025,13,79000,91000 +AZE,2025,14,75000,87000 +AZE,2025,15,71000,82000 +AZE,2025,16,67000,77000 +AZE,2025,17,64000,73000 +AZE,2025,18,62000,71000 +AZE,2026,0,61000,69000 +AZE,2026,1,62000,70000 +AZE,2026,2,64000,72000 +AZE,2026,3,67000,74000 +AZE,2026,4,69000,76000 +AZE,2026,5,72000,79000 +AZE,2026,6,74000,82000 +AZE,2026,7,76000,85000 +AZE,2026,8,78000,87000 +AZE,2026,9,80000,89000 +AZE,2026,10,81000,91000 +AZE,2026,11,82000,93000 +AZE,2026,12,82000,94000 +AZE,2026,13,82000,94000 +AZE,2026,14,79000,91000 +AZE,2026,15,75000,87000 +AZE,2026,16,71000,82000 +AZE,2026,17,67000,77000 +AZE,2026,18,64000,73000 +AZE,2027,0,61000,69000 +AZE,2027,1,62000,69000 +AZE,2027,2,62000,70000 +AZE,2027,3,64000,72000 +AZE,2027,4,67000,74000 +AZE,2027,5,69000,76000 +AZE,2027,6,72000,79000 +AZE,2027,7,74000,82000 +AZE,2027,8,76000,85000 +AZE,2027,9,78000,87000 +AZE,2027,10,80000,89000 +AZE,2027,11,81000,91000 +AZE,2027,12,82000,93000 +AZE,2027,13,82000,94000 +AZE,2027,14,82000,94000 +AZE,2027,15,79000,91000 +AZE,2027,16,75000,86000 +AZE,2027,17,71000,82000 +AZE,2027,18,67000,77000 +AZE,2028,0,61000,68000 +AZE,2028,1,61000,68000 +AZE,2028,2,62000,68000 +AZE,2028,3,62000,70000 +AZE,2028,4,64000,71000 +AZE,2028,5,67000,74000 +AZE,2028,6,69000,76000 +AZE,2028,7,71000,79000 +AZE,2028,8,74000,82000 +AZE,2028,9,76000,85000 +AZE,2028,10,78000,87000 +AZE,2028,11,80000,89000 +AZE,2028,12,81000,91000 +AZE,2028,13,82000,93000 +AZE,2028,14,82000,94000 +AZE,2028,15,82000,94000 +AZE,2028,16,79000,91000 +AZE,2028,17,75000,86000 +AZE,2028,18,71000,82000 +AZE,2029,0,62000,68000 +AZE,2029,1,61000,67000 +AZE,2029,2,61000,67000 +AZE,2029,3,61000,68000 +AZE,2029,4,62000,69000 +AZE,2029,5,64000,71000 +AZE,2029,6,66000,74000 +AZE,2029,7,69000,76000 +AZE,2029,8,71000,79000 +AZE,2029,9,74000,82000 +AZE,2029,10,76000,85000 +AZE,2029,11,78000,87000 +AZE,2029,12,80000,89000 +AZE,2029,13,81000,91000 +AZE,2029,14,81000,93000 +AZE,2029,15,82000,94000 +AZE,2029,16,82000,94000 +AZE,2029,17,79000,91000 +AZE,2029,18,75000,86000 +AZE,2030,0,62000,68000 +AZE,2030,1,60000,66000 +AZE,2030,2,60000,66000 +AZE,2030,3,60000,67000 +AZE,2030,4,61000,68000 +AZE,2030,5,62000,69000 +AZE,2030,6,64000,71000 +AZE,2030,7,66000,74000 +AZE,2030,8,69000,76000 +AZE,2030,9,71000,79000 +AZE,2030,10,74000,82000 +AZE,2030,11,76000,84000 +AZE,2030,12,78000,87000 +AZE,2030,13,80000,89000 +AZE,2030,14,81000,91000 +AZE,2030,15,81000,93000 +AZE,2030,16,82000,94000 +AZE,2030,17,82000,94000 +AZE,2030,18,79000,91000 +AZE,2031,0,62000,68000 +AZE,2031,1,61000,67000 +AZE,2031,2,60000,66000 +AZE,2031,3,60000,66000 +AZE,2031,4,60000,67000 +AZE,2031,5,61000,68000 +AZE,2031,6,63000,69000 +AZE,2031,7,64000,71000 +AZE,2031,8,66000,74000 +AZE,2031,9,69000,76000 +AZE,2031,10,71000,79000 +AZE,2031,11,74000,82000 +AZE,2031,12,76000,84000 +AZE,2031,13,78000,87000 +AZE,2031,14,80000,89000 +AZE,2031,15,81000,91000 +AZE,2031,16,81000,92000 +AZE,2031,17,82000,94000 +AZE,2031,18,82000,94000 +AZE,2032,0,63000,68000 +AZE,2032,1,61000,66000 +AZE,2032,2,61000,67000 +AZE,2032,3,60000,66000 +AZE,2032,4,60000,66000 +AZE,2032,5,60000,67000 +AZE,2032,6,61000,68000 +AZE,2032,7,63000,70000 +AZE,2032,8,64000,71000 +AZE,2032,9,66000,74000 +AZE,2032,10,69000,76000 +AZE,2032,11,71000,79000 +AZE,2032,12,74000,82000 +AZE,2032,13,76000,84000 +AZE,2032,14,78000,87000 +AZE,2032,15,80000,89000 +AZE,2032,16,81000,91000 +AZE,2032,17,81000,92000 +AZE,2032,18,82000,94000 +AZE,2033,0,63000,69000 +AZE,2033,1,61000,67000 +AZE,2033,2,60000,66000 +AZE,2033,3,61000,66000 +AZE,2033,4,60000,66000 +AZE,2033,5,60000,66000 +AZE,2033,6,61000,67000 +AZE,2033,7,62000,68000 +AZE,2033,8,63000,70000 +AZE,2033,9,64000,71000 +AZE,2033,10,66000,73000 +AZE,2033,11,68000,76000 +AZE,2033,12,71000,79000 +AZE,2033,13,74000,82000 +AZE,2033,14,76000,84000 +AZE,2033,15,78000,87000 +AZE,2033,16,80000,89000 +AZE,2033,17,81000,91000 +AZE,2033,18,81000,92000 +AZE,2034,0,63000,69000 +AZE,2034,1,62000,67000 +AZE,2034,2,60000,66000 +AZE,2034,3,60000,65000 +AZE,2034,4,60000,66000 +AZE,2034,5,60000,66000 +AZE,2034,6,60000,66000 +AZE,2034,7,61000,67000 +AZE,2034,8,62000,68000 +AZE,2034,9,63000,70000 +AZE,2034,10,64000,71000 +AZE,2034,11,66000,73000 +AZE,2034,12,68000,76000 +AZE,2034,13,71000,79000 +AZE,2034,14,74000,82000 +AZE,2034,15,76000,84000 +AZE,2034,16,78000,87000 +AZE,2034,17,80000,89000 +AZE,2034,18,81000,91000 +AZE,2035,0,63000,69000 +AZE,2035,1,62000,68000 +AZE,2035,2,61000,66000 +AZE,2035,3,60000,66000 +AZE,2035,4,60000,65000 +AZE,2035,5,60000,65000 +AZE,2035,6,60000,66000 +AZE,2035,7,60000,66000 +AZE,2035,8,61000,67000 +AZE,2035,9,62000,68000 +AZE,2035,10,63000,70000 +AZE,2035,11,64000,71000 +AZE,2035,12,66000,73000 +AZE,2035,13,68000,76000 +AZE,2035,14,71000,79000 +AZE,2035,15,74000,82000 +AZE,2035,16,76000,84000 +AZE,2035,17,78000,87000 +AZE,2035,18,80000,89000 +AZE,2036,0,63000,69000 +AZE,2036,1,63000,69000 +AZE,2036,2,62000,67000 +AZE,2036,3,61000,66000 +AZE,2036,4,60000,66000 +AZE,2036,5,60000,66000 +AZE,2036,6,60000,65000 +AZE,2036,7,60000,66000 +AZE,2036,8,60000,66000 +AZE,2036,9,61000,67000 +AZE,2036,10,62000,68000 +AZE,2036,11,63000,70000 +AZE,2036,12,64000,71000 +AZE,2036,13,66000,73000 +AZE,2036,14,68000,76000 +AZE,2036,15,71000,79000 +AZE,2036,16,74000,82000 +AZE,2036,17,76000,84000 +AZE,2036,18,78000,87000 +AZE,2037,0,63000,69000 +AZE,2037,1,63000,68000 +AZE,2037,2,63000,68000 +AZE,2037,3,62000,67000 +AZE,2037,4,61000,67000 +AZE,2037,5,60000,66000 +AZE,2037,6,60000,66000 +AZE,2037,7,60000,66000 +AZE,2037,8,60000,66000 +AZE,2037,9,60000,66000 +AZE,2037,10,61000,67000 +AZE,2037,11,62000,68000 +AZE,2037,12,63000,70000 +AZE,2037,13,64000,71000 +AZE,2037,14,66000,73000 +AZE,2037,15,68000,76000 +AZE,2037,16,71000,79000 +AZE,2037,17,74000,82000 +AZE,2037,18,76000,84000 +AZE,2038,0,63000,69000 +AZE,2038,1,63000,68000 +AZE,2038,2,62000,68000 +AZE,2038,3,63000,68000 +AZE,2038,4,62000,67000 +AZE,2038,5,61000,67000 +AZE,2038,6,61000,66000 +AZE,2038,7,60000,66000 +AZE,2038,8,60000,66000 +AZE,2038,9,60000,66000 +AZE,2038,10,60000,66000 +AZE,2038,11,61000,67000 +AZE,2038,12,62000,68000 +AZE,2038,13,63000,70000 +AZE,2038,14,64000,71000 +AZE,2038,15,66000,73000 +AZE,2038,16,68000,76000 +AZE,2038,17,71000,79000 +AZE,2038,18,74000,82000 +AZE,2039,0,63000,68000 +AZE,2039,1,63000,68000 +AZE,2039,2,63000,68000 +AZE,2039,3,62000,68000 +AZE,2039,4,62000,68000 +AZE,2039,5,62000,67000 +AZE,2039,6,61000,67000 +AZE,2039,7,61000,66000 +AZE,2039,8,60000,66000 +AZE,2039,9,60000,66000 +AZE,2039,10,60000,66000 +AZE,2039,11,60000,66000 +AZE,2039,12,61000,67000 +AZE,2039,13,62000,68000 +AZE,2039,14,63000,70000 +AZE,2039,15,64000,71000 +AZE,2039,16,66000,73000 +AZE,2039,17,68000,76000 +AZE,2039,18,71000,79000 +AZE,2040,0,62000,67000 +AZE,2040,1,63000,68000 +AZE,2040,2,63000,68000 +AZE,2040,3,63000,68000 +AZE,2040,4,62000,68000 +AZE,2040,5,62000,67000 +AZE,2040,6,62000,67000 +AZE,2040,7,61000,67000 +AZE,2040,8,61000,66000 +AZE,2040,9,60000,66000 +AZE,2040,10,60000,66000 +AZE,2040,11,60000,66000 +AZE,2040,12,60000,66000 +AZE,2040,13,61000,67000 +AZE,2040,14,62000,68000 +AZE,2040,15,63000,70000 +AZE,2040,16,64000,71000 +AZE,2040,17,66000,73000 +AZE,2040,18,68000,76000 +AZE,2041,0,62000,67000 +AZE,2041,1,63000,67000 +AZE,2041,2,63000,68000 +AZE,2041,3,63000,68000 +AZE,2041,4,63000,68000 +AZE,2041,5,62000,68000 +AZE,2041,6,62000,67000 +AZE,2041,7,62000,67000 +AZE,2041,8,61000,67000 +AZE,2041,9,61000,66000 +AZE,2041,10,60000,66000 +AZE,2041,11,60000,66000 +AZE,2041,12,60000,66000 +AZE,2041,13,60000,66000 +AZE,2041,14,61000,67000 +AZE,2041,15,62000,68000 +AZE,2041,16,63000,70000 +AZE,2041,17,64000,71000 +AZE,2041,18,66000,73000 +AZE,2042,0,61000,66000 +AZE,2042,1,62000,67000 +AZE,2042,2,63000,67000 +AZE,2042,3,63000,68000 +AZE,2042,4,63000,68000 +AZE,2042,5,63000,68000 +AZE,2042,6,62000,68000 +AZE,2042,7,62000,67000 +AZE,2042,8,62000,67000 +AZE,2042,9,61000,67000 +AZE,2042,10,61000,66000 +AZE,2042,11,60000,66000 +AZE,2042,12,60000,66000 +AZE,2042,13,60000,66000 +AZE,2042,14,60000,66000 +AZE,2042,15,61000,67000 +AZE,2042,16,62000,68000 +AZE,2042,17,63000,70000 +AZE,2042,18,64000,71000 +AZE,2043,0,60000,65000 +AZE,2043,1,62000,66000 +AZE,2043,2,62000,67000 +AZE,2043,3,63000,67000 +AZE,2043,4,63000,68000 +AZE,2043,5,63000,68000 +AZE,2043,6,63000,68000 +AZE,2043,7,62000,68000 +AZE,2043,8,62000,67000 +AZE,2043,9,62000,67000 +AZE,2043,10,61000,67000 +AZE,2043,11,61000,66000 +AZE,2043,12,60000,66000 +AZE,2043,13,60000,66000 +AZE,2043,14,60000,66000 +AZE,2043,15,60000,66000 +AZE,2043,16,61000,67000 +AZE,2043,17,62000,68000 +AZE,2043,18,63000,70000 +AZE,2044,0,60000,64000 +AZE,2044,1,61000,65000 +AZE,2044,2,62000,66000 +AZE,2044,3,62000,67000 +AZE,2044,4,63000,67000 +AZE,2044,5,63000,68000 +AZE,2044,6,63000,68000 +AZE,2044,7,63000,68000 +AZE,2044,8,62000,67000 +AZE,2044,9,62000,67000 +AZE,2044,10,62000,67000 +AZE,2044,11,61000,67000 +AZE,2044,12,61000,66000 +AZE,2044,13,60000,66000 +AZE,2044,14,60000,66000 +AZE,2044,15,60000,66000 +AZE,2044,16,60000,66000 +AZE,2044,17,61000,67000 +AZE,2044,18,62000,68000 +AZE,2045,0,59000,63000 +AZE,2045,1,60000,64000 +AZE,2045,2,61000,66000 +AZE,2045,3,62000,66000 +AZE,2045,4,62000,67000 +AZE,2045,5,63000,67000 +AZE,2045,6,63000,68000 +AZE,2045,7,63000,68000 +AZE,2045,8,62000,68000 +AZE,2045,9,62000,67000 +AZE,2045,10,62000,67000 +AZE,2045,11,61000,67000 +AZE,2045,12,61000,67000 +AZE,2045,13,61000,66000 +AZE,2045,14,60000,66000 +AZE,2045,15,60000,66000 +AZE,2045,16,60000,65000 +AZE,2045,17,60000,66000 +AZE,2045,18,61000,67000 +AZE,2046,0,58000,62000 +AZE,2046,1,59000,63000 +AZE,2046,2,60000,64000 +AZE,2046,3,61000,65000 +AZE,2046,4,62000,66000 +AZE,2046,5,62000,67000 +AZE,2046,6,63000,67000 +AZE,2046,7,63000,68000 +AZE,2046,8,63000,68000 +AZE,2046,9,62000,68000 +AZE,2046,10,62000,67000 +AZE,2046,11,62000,67000 +AZE,2046,12,62000,67000 +AZE,2046,13,61000,67000 +AZE,2046,14,61000,66000 +AZE,2046,15,60000,66000 +AZE,2046,16,60000,66000 +AZE,2046,17,60000,65000 +AZE,2046,18,60000,66000 +AZE,2047,0,58000,61000 +AZE,2047,1,59000,63000 +AZE,2047,2,59000,63000 +AZE,2047,3,60000,64000 +AZE,2047,4,61000,65000 +AZE,2047,5,62000,66000 +AZE,2047,6,62000,67000 +AZE,2047,7,63000,67000 +AZE,2047,8,63000,68000 +AZE,2047,9,63000,68000 +AZE,2047,10,63000,68000 +AZE,2047,11,62000,67000 +AZE,2047,12,62000,67000 +AZE,2047,13,62000,67000 +AZE,2047,14,61000,67000 +AZE,2047,15,61000,66000 +AZE,2047,16,60000,66000 +AZE,2047,17,60000,66000 +AZE,2047,18,60000,65000 +AZE,2048,0,57000,60000 +AZE,2048,1,58000,62000 +AZE,2048,2,59000,63000 +AZE,2048,3,59000,63000 +AZE,2048,4,60000,64000 +AZE,2048,5,61000,65000 +AZE,2048,6,62000,66000 +AZE,2048,7,62000,67000 +AZE,2048,8,62000,67000 +AZE,2048,9,63000,68000 +AZE,2048,10,63000,68000 +AZE,2048,11,63000,68000 +AZE,2048,12,62000,67000 +AZE,2048,13,62000,67000 +AZE,2048,14,61000,67000 +AZE,2048,15,61000,66000 +AZE,2048,16,61000,66000 +AZE,2048,17,60000,66000 +AZE,2048,18,60000,66000 +AZE,2049,0,56000,60000 +AZE,2049,1,57000,61000 +AZE,2049,2,58000,62000 +AZE,2049,3,59000,63000 +AZE,2049,4,59000,63000 +AZE,2049,5,60000,64000 +AZE,2049,6,61000,65000 +AZE,2049,7,61000,66000 +AZE,2049,8,62000,67000 +AZE,2049,9,62000,67000 +AZE,2049,10,63000,68000 +AZE,2049,11,63000,68000 +AZE,2049,12,63000,68000 +AZE,2049,13,62000,67000 +AZE,2049,14,62000,67000 +AZE,2049,15,61000,67000 +AZE,2049,16,61000,66000 +AZE,2049,17,61000,66000 +AZE,2049,18,60000,66000 +AZE,2050,0,56000,59000 +AZE,2050,1,57000,60000 +AZE,2050,2,57000,61000 +AZE,2050,3,58000,62000 +AZE,2050,4,59000,63000 +AZE,2050,5,60000,64000 +AZE,2050,6,60000,64000 +AZE,2050,7,61000,65000 +AZE,2050,8,61000,66000 +AZE,2050,9,62000,66000 +AZE,2050,10,62000,67000 +AZE,2050,11,63000,67000 +AZE,2050,12,63000,68000 +AZE,2050,13,63000,68000 +AZE,2050,14,62000,67000 +AZE,2050,15,62000,67000 +AZE,2050,16,61000,67000 +AZE,2050,17,61000,66000 +AZE,2050,18,61000,66000 +BDI,1990,0,119892,121447 +BDI,1990,1,114307,115602 +BDI,1990,2,108918,109975 +BDI,1990,3,103727,104565 +BDI,1990,4,98733,99370 +BDI,1990,5,93935,94388 +BDI,1990,6,89334,89616 +BDI,1990,7,84928,85052 +BDI,1990,8,80718,80694 +BDI,1990,9,76704,76540 +BDI,1990,10,72920,72622 +BDI,1990,11,69399,68972 +BDI,1990,12,65970,65417 +BDI,1990,13,62562,61888 +BDI,1990,14,59278,58484 +BDI,1990,15,56226,55316 +BDI,1990,16,53302,52293 +BDI,1990,17,51015,49864 +BDI,1990,18,49601,48241 +BDI,1991,0,121030,122683 +BDI,1991,1,117646,119219 +BDI,1991,2,112530,113873 +BDI,1991,3,107532,108660 +BDI,1991,4,102658,103584 +BDI,1991,5,97912,98648 +BDI,1991,6,93302,93857 +BDI,1991,7,88833,89216 +BDI,1991,8,84505,84725 +BDI,1991,9,80320,80385 +BDI,1991,10,76288,76204 +BDI,1991,11,72453,72222 +BDI,1991,12,68854,68478 +BDI,1991,13,65329,64806 +BDI,1991,14,61817,61144 +BDI,1991,15,58425,57598 +BDI,1991,16,55254,54278 +BDI,1991,17,52202,51093 +BDI,1991,18,49808,48526 +BDI,1992,0,121714,123282 +BDI,1992,1,117535,118982 +BDI,1992,2,115486,116929 +BDI,1992,3,110836,112087 +BDI,1992,4,106225,107291 +BDI,1992,5,101665,102551 +BDI,1992,6,97166,97878 +BDI,1992,7,92740,93282 +BDI,1992,8,88400,88775 +BDI,1992,9,84146,84358 +BDI,1992,10,79984,80039 +BDI,1992,11,75930,75831 +BDI,1992,12,72042,71787 +BDI,1992,13,68361,67950 +BDI,1992,14,64737,64163 +BDI,1992,15,61119,60370 +BDI,1992,16,57615,56682 +BDI,1992,17,54322,53211 +BDI,1992,18,51140,49865 +BDI,1993,0,121858,123248 +BDI,1993,1,118566,119914 +BDI,1993,2,115100,116392 +BDI,1993,3,113269,114521 +BDI,1993,4,109088,110187 +BDI,1993,5,104868,105814 +BDI,1993,6,100625,101416 +BDI,1993,7,96374,97010 +BDI,1993,8,92134,92614 +BDI,1993,9,87926,88244 +BDI,1993,10,83749,83907 +BDI,1993,11,79610,79612 +BDI,1993,12,75537,75383 +BDI,1993,13,71597,71281 +BDI,1993,14,67836,67355 +BDI,1993,15,64115,63455 +BDI,1993,16,60391,59535 +BDI,1993,17,56778,55710 +BDI,1993,18,53363,52090 +BDI,1994,0,121413,122666 +BDI,1994,1,118942,120200 +BDI,1994,2,116189,117431 +BDI,1994,3,113181,114388 +BDI,1994,4,110862,111973 +BDI,1994,5,107158,108153 +BDI,1994,6,103336,104208 +BDI,1994,7,99416,100157 +BDI,1994,8,95421,96024 +BDI,1994,9,91376,91832 +BDI,1994,10,87306,87606 +BDI,1994,11,83212,83353 +BDI,1994,12,79104,79088 +BDI,1994,13,75019,74842 +BDI,1994,14,71033,70687 +BDI,1994,15,67198,66677 +BDI,1994,16,63386,62671 +BDI,1994,17,59563,58628 +BDI,1994,18,55845,54670 +BDI,1995,0,120464,121720 +BDI,1995,1,118626,119887 +BDI,1995,2,116458,117705 +BDI,1995,3,113986,115201 +BDI,1995,4,111238,112403 +BDI,1995,5,108240,109338 +BDI,1995,6,105018,106034 +BDI,1995,7,101600,102518 +BDI,1995,8,98011,98817 +BDI,1995,9,94279,94958 +BDI,1995,10,90435,90974 +BDI,1995,11,86512,86895 +BDI,1995,12,82509,82730 +BDI,1995,13,78440,78499 +BDI,1995,14,74350,74240 +BDI,1995,15,70327,70035 +BDI,1995,16,66426,65945 +BDI,1995,17,62531,61835 +BDI,1995,18,58617,57673 +BDI,1996,0,119333,120313 +BDI,1996,1,118275,119011 +BDI,1996,2,116519,117239 +BDI,1996,3,114492,115190 +BDI,1996,4,112202,112872 +BDI,1996,5,109658,110292 +BDI,1996,6,106895,107484 +BDI,1996,7,103948,104484 +BDI,1996,8,100693,101165 +BDI,1996,9,97083,97481 +BDI,1996,10,93208,93519 +BDI,1996,11,89242,89454 +BDI,1996,12,85198,85298 +BDI,1996,13,81062,81035 +BDI,1996,14,76858,76692 +BDI,1996,15,72637,72315 +BDI,1996,16,68477,67989 +BDI,1996,17,64428,63768 +BDI,1996,18,60453,59583 +BDI,1997,0,117880,118731 +BDI,1997,1,116734,117445 +BDI,1997,2,115957,116320 +BDI,1997,3,114285,114609 +BDI,1997,4,112401,112693 +BDI,1997,5,110295,110559 +BDI,1997,6,107957,108195 +BDI,1997,7,105431,105643 +BDI,1997,8,102762,102946 +BDI,1997,9,99672,99822 +BDI,1997,10,96046,96154 +BDI,1997,11,92033,92090 +BDI,1997,12,87950,87945 +BDI,1997,13,83791,83712 +BDI,1997,14,79527,79352 +BDI,1997,15,75193,74897 +BDI,1997,16,70846,70404 +BDI,1997,17,66554,65956 +BDI,1997,18,62364,61606 +BDI,1998,0,116837,117691 +BDI,1998,1,115694,116291 +BDI,1998,2,114427,114810 +BDI,1998,3,113739,113835 +BDI,1998,4,112150,112182 +BDI,1998,5,110406,110394 +BDI,1998,6,108481,108439 +BDI,1998,7,106346,106287 +BDI,1998,8,104055,103986 +BDI,1998,9,101660,101585 +BDI,1998,10,98733,98651 +BDI,1998,11,95087,94994 +BDI,1998,12,90934,90821 +BDI,1998,13,86731,86589 +BDI,1998,14,82455,82272 +BDI,1998,15,78060,77809 +BDI,1998,16,73593,73235 +BDI,1998,17,69118,68618 +BDI,1998,18,64692,64043 +BDI,1999,0,117112,118063 +BDI,1999,1,115633,116218 +BDI,1999,2,114207,114490 +BDI,1999,3,112793,112836 +BDI,1999,4,111866,111729 +BDI,1999,5,110355,110129 +BDI,1999,6,108746,108463 +BDI,1999,7,106996,106682 +BDI,1999,8,105058,104734 +BDI,1999,9,102994,102676 +BDI,1999,10,100866,100563 +BDI,1999,11,98093,97810 +BDI,1999,12,94416,94150 +BDI,1999,13,90110,89854 +BDI,1999,14,85775,85521 +BDI,1999,15,81368,81107 +BDI,1999,16,76830,76525 +BDI,1999,17,72217,71817 +BDI,1999,18,67600,67061 +BDI,2000,0,119308,120412 +BDI,2000,1,117107,117761 +BDI,2000,2,115185,115472 +BDI,2000,3,113480,113473 +BDI,2000,4,111926,111693 +BDI,2000,5,110461,110061 +BDI,2000,6,109021,108506 +BDI,2000,7,107542,106958 +BDI,2000,8,105960,105344 +BDI,2000,9,104212,103595 +BDI,2000,10,102368,101773 +BDI,2000,11,100499,99942 +BDI,2000,12,97869,97359 +BDI,2000,13,94145,93682 +BDI,2000,14,89668,89245 +BDI,2000,15,85181,84793 +BDI,2000,16,80624,80262 +BDI,2000,17,75922,75542 +BDI,2000,18,71142,70680 +BDI,2001,0,121822,123127 +BDI,2001,1,117617,118637 +BDI,2001,2,115328,115946 +BDI,2001,3,113415,113701 +BDI,2001,4,111793,111814 +BDI,2001,5,110379,110194 +BDI,2001,6,109114,108775 +BDI,2001,7,107939,107491 +BDI,2001,8,106647,106132 +BDI,2001,9,105104,104561 +BDI,2001,10,103302,102759 +BDI,2001,11,101435,100912 +BDI,2001,12,99551,99061 +BDI,2001,13,96909,96459 +BDI,2001,14,93190,92779 +BDI,2001,15,88728,88347 +BDI,2001,16,84248,83891 +BDI,2001,17,79692,79350 +BDI,2001,18,75003,74634 +BDI,2002,0,126218,127782 +BDI,2002,1,121396,122460 +BDI,2002,2,116386,117300 +BDI,2002,3,114002,114558 +BDI,2002,4,112090,112349 +BDI,2002,5,110546,110566 +BDI,2002,6,109265,109099 +BDI,2002,7,108194,107886 +BDI,2002,8,107277,106867 +BDI,2002,9,106165,105693 +BDI,2002,10,104656,104158 +BDI,2002,11,102793,102297 +BDI,2002,12,100896,100418 +BDI,2002,13,98989,98541 +BDI,2002,14,96327,95912 +BDI,2002,15,92598,92213 +BDI,2002,16,88133,87770 +BDI,2002,17,83643,83295 +BDI,2002,18,79071,78729 +BDI,2003,0,132008,133844 +BDI,2003,1,125547,126894 +BDI,2003,2,120306,121236 +BDI,2003,3,115495,116278 +BDI,2003,4,113009,113478 +BDI,2003,5,111092,111300 +BDI,2003,6,109620,109616 +BDI,2003,7,108469,108297 +BDI,2003,8,107588,107288 +BDI,2003,9,106926,106530 +BDI,2003,10,105992,105537 +BDI,2003,11,104512,104034 +BDI,2003,12,102583,102110 +BDI,2003,13,100651,100195 +BDI,2003,14,98716,98285 +BDI,2003,15,96025,95622 +BDI,2003,16,92275,91896 +BDI,2003,17,87794,87430 +BDI,2003,18,83281,82923 +BDI,2004,0,138461,140534 +BDI,2004,1,130519,132129 +BDI,2004,2,124049,125254 +BDI,2004,3,118888,119742 +BDI,2004,4,114790,115437 +BDI,2004,5,112197,112573 +BDI,2004,6,110273,110422 +BDI,2004,7,108871,108835 +BDI,2004,8,107848,107664 +BDI,2004,9,107157,106857 +BDI,2004,10,106751,106361 +BDI,2004,11,105993,105547 +BDI,2004,12,104539,104075 +BDI,2004,13,102542,102084 +BDI,2004,14,100571,100128 +BDI,2004,15,98604,98184 +BDI,2004,16,95880,95482 +BDI,2004,17,92103,91722 +BDI,2004,18,87599,87226 +BDI,2005,0,144980,147231 +BDI,2005,1,135948,137765 +BDI,2005,2,128514,129943 +BDI,2005,3,122512,123597 +BDI,2005,4,117776,118559 +BDI,2005,5,114141,114659 +BDI,2005,6,111439,111731 +BDI,2005,7,109506,109606 +BDI,2005,8,108175,108116 +BDI,2005,9,107280,107092 +BDI,2005,10,106779,106487 +BDI,2005,11,106630,106254 +BDI,2005,12,106049,105621 +BDI,2005,13,104621,104178 +BDI,2005,14,102553,102119 +BDI,2005,15,100542,100122 +BDI,2005,16,98543,98141 +BDI,2005,17,95783,95398 +BDI,2005,18,91978,91603 +BDI,2006,0,150715,153041 +BDI,2006,1,142978,145001 +BDI,2006,2,134621,136250 +BDI,2006,3,127654,128931 +BDI,2006,4,121946,122909 +BDI,2006,5,117361,118046 +BDI,2006,6,113735,114177 +BDI,2006,7,110906,111136 +BDI,2006,8,108887,108936 +BDI,2006,9,107603,107501 +BDI,2006,10,106832,106606 +BDI,2006,11,106382,106055 +BDI,2006,12,106243,105833 +BDI,2006,13,105670,105204 +BDI,2006,14,104256,103761 +BDI,2006,15,102202,101699 +BDI,2006,16,100198,99693 +BDI,2006,17,98201,97696 +BDI,2006,18,95443,94945 +BDI,2007,0,156487,158833 +BDI,2007,1,146737,148729 +BDI,2007,2,141127,142941 +BDI,2007,3,133434,134895 +BDI,2007,4,126928,128071 +BDI,2007,5,121506,122364 +BDI,2007,6,117067,117671 +BDI,2007,7,113448,113828 +BDI,2007,8,110489,110671 +BDI,2007,9,108381,108394 +BDI,2007,10,107144,107013 +BDI,2007,11,106494,106244 +BDI,2007,12,106096,105747 +BDI,2007,13,105967,105537 +BDI,2007,14,105402,104910 +BDI,2007,15,103998,103466 +BDI,2007,16,101956,101398 +BDI,2007,17,99957,99380 +BDI,2007,18,97961,97367 +BDI,2008,0,162175,164534 +BDI,2008,1,152616,154658 +BDI,2008,2,144220,145962 +BDI,2008,3,139332,140947 +BDI,2008,4,132301,133603 +BDI,2008,5,126253,127270 +BDI,2008,6,121117,121877 +BDI,2008,7,116822,117351 +BDI,2008,8,113208,113532 +BDI,2008,9,110116,110257 +BDI,2008,10,107921,107903 +BDI,2008,11,106728,106575 +BDI,2008,12,106201,105933 +BDI,2008,13,105853,105489 +BDI,2008,14,105734,105289 +BDI,2008,15,105176,104666 +BDI,2008,16,103783,103219 +BDI,2008,17,101752,101145 +BDI,2008,18,99758,99115 +BDI,2009,0,167700,170133 +BDI,2009,1,158535,160662 +BDI,2009,2,150251,152089 +BDI,2009,3,142805,144370 +BDI,2009,4,137517,138921 +BDI,2009,5,131149,132280 +BDI,2009,6,125560,126441 +BDI,2009,7,120709,121363 +BDI,2009,8,116559,117006 +BDI,2009,9,112952,113211 +BDI,2009,10,109728,109820 +BDI,2009,11,107444,107388 +BDI,2009,12,106297,106113 +BDI,2009,13,105892,105598 +BDI,2009,14,105596,105207 +BDI,2009,15,105486,105019 +BDI,2009,16,104936,104399 +BDI,2009,17,103554,102950 +BDI,2009,18,101534,100870 +BDI,2010,0,173012,175619 +BDI,2010,1,164334,166615 +BDI,2010,2,156265,158240 +BDI,2010,3,148800,150488 +BDI,2010,4,141930,143350 +BDI,2010,5,135647,136818 +BDI,2010,6,129946,130884 +BDI,2010,7,124818,125542 +BDI,2010,8,120256,120781 +BDI,2010,9,116252,116596 +BDI,2010,10,112651,112828 +BDI,2010,11,109298,109322 +BDI,2010,12,106926,106813 +BDI,2010,13,105825,105592 +BDI,2010,14,105543,105205 +BDI,2010,15,105297,104868 +BDI,2010,16,105197,104691 +BDI,2010,17,104655,104074 +BDI,2010,18,103284,102624 +BDI,2011,0,178118,181105 +BDI,2011,1,171501,174013 +BDI,2011,2,163246,165429 +BDI,2011,3,155478,157357 +BDI,2011,4,148208,149809 +BDI,2011,5,141448,142791 +BDI,2011,6,135189,136298 +BDI,2011,7,129427,130321 +BDI,2011,8,124261,124954 +BDI,2011,9,119736,120237 +BDI,2011,10,115811,116131 +BDI,2011,11,112245,112399 +BDI,2011,12,108900,108904 +BDI,2011,13,106523,106384 +BDI,2011,14,105399,105125 +BDI,2011,15,105083,104680 +BDI,2011,16,104801,104283 +BDI,2011,17,104660,104042 +BDI,2011,18,104082,103372 +BDI,2012,0,182999,186462 +BDI,2012,1,175504,178467 +BDI,2012,2,170001,172387 +BDI,2012,3,162168,164224 +BDI,2012,4,154700,156456 +BDI,2012,5,147626,149112 +BDI,2012,6,140974,142216 +BDI,2012,7,134740,135763 +BDI,2012,8,128916,129743 +BDI,2012,9,123711,124351 +BDI,2012,10,119224,119679 +BDI,2012,11,115378,115652 +BDI,2012,12,111845,111956 +BDI,2012,13,108509,108473 +BDI,2012,14,106126,105944 +BDI,2012,15,104980,104645 +BDI,2012,16,104630,104143 +BDI,2012,17,104310,103687 +BDI,2012,18,104129,103382 +BDI,2013,0,187557,191524 +BDI,2013,1,180758,184111 +BDI,2013,2,173885,176701 +BDI,2013,3,168504,170750 +BDI,2013,4,161094,163008 +BDI,2013,5,153926,155545 +BDI,2013,6,147046,148405 +BDI,2013,7,140503,141632 +BDI,2013,8,134293,135218 +BDI,2013,9,128408,129157 +BDI,2013,10,123164,123741 +BDI,2013,11,118713,119112 +BDI,2013,12,114946,115166 +BDI,2013,13,111447,111506 +BDI,2013,14,108120,108036 +BDI,2013,15,105731,105496 +BDI,2013,16,104563,104159 +BDI,2013,17,104179,103599 +BDI,2013,18,103822,103084 +BDI,2014,0,191723,196135 +BDI,2014,1,185670,189390 +BDI,2014,2,179356,182473 +BDI,2014,3,172854,175452 +BDI,2014,4,167048,169164 +BDI,2014,5,160059,161840 +BDI,2014,6,153188,154680 +BDI,2014,7,146502,147743 +BDI,2014,8,140067,141089 +BDI,2014,9,133878,134713 +BDI,2014,10,127931,128608 +BDI,2014,11,122646,123166 +BDI,2014,12,118232,118581 +BDI,2014,13,114543,114714 +BDI,2014,14,111076,111089 +BDI,2014,15,107757,107630 +BDI,2014,16,105362,105079 +BDI,2014,17,104171,103703 +BDI,2014,18,103753,103086 +BDI,2015,0,195484,200220 +BDI,2015,1,190208,194235 +BDI,2015,2,184503,187911 +BDI,2015,3,178455,181325 +BDI,2015,4,172147,174554 +BDI,2015,5,165666,167675 +BDI,2015,6,159095,160766 +BDI,2015,7,152519,153904 +BDI,2015,8,146023,147165 +BDI,2015,9,139693,140628 +BDI,2015,10,133523,134286 +BDI,2015,11,127510,128134 +BDI,2015,12,122183,122663 +BDI,2015,13,117803,118119 +BDI,2015,14,114190,114328 +BDI,2015,15,110755,110736 +BDI,2015,16,107442,107286 +BDI,2015,17,105039,104723 +BDI,2015,18,103825,103307 +BDI,2016,0,198416,203231 +BDI,2016,1,194523,198945 +BDI,2016,2,189278,193068 +BDI,2016,3,183618,186845 +BDI,2016,4,177624,180351 +BDI,2016,5,171377,173664 +BDI,2016,6,164963,166861 +BDI,2016,7,158465,160019 +BDI,2016,8,151954,153220 +BDI,2016,9,145508,146542 +BDI,2016,10,139215,140060 +BDI,2016,11,133083,133766 +BDI,2016,12,127108,127657 +BDI,2016,13,121808,122215 +BDI,2016,14,117445,117677 +BDI,2016,15,113838,113878 +BDI,2016,16,110407,110275 +BDI,2016,17,107094,106811 +BDI,2016,18,104688,104232 +BDI,2017,0,200994,205785 +BDI,2017,1,197369,201639 +BDI,2017,2,193706,197859 +BDI,2017,3,188490,192085 +BDI,2017,4,182870,185956 +BDI,2017,5,176925,179548 +BDI,2017,6,170734,172939 +BDI,2017,7,164382,166206 +BDI,2017,8,157953,159425 +BDI,2017,9,151502,152681 +BDI,2017,10,145100,146057 +BDI,2017,11,138840,139625 +BDI,2017,12,132742,133374 +BDI,2017,13,126799,127302 +BDI,2017,14,121524,121882 +BDI,2017,15,117173,117347 +BDI,2017,16,113571,113536 +BDI,2017,17,110140,109919 +BDI,2017,18,106826,106436 +BDI,2018,0,203442,208147 +BDI,2018,1,200544,204881 +BDI,2018,2,196873,200841 +BDI,2018,3,192966,196874 +BDI,2018,4,187776,191201 +BDI,2018,5,182193,185162 +BDI,2018,6,176295,178837 +BDI,2018,7,170159,172303 +BDI,2018,8,163867,165636 +BDI,2018,9,157504,158912 +BDI,2018,10,151110,152221 +BDI,2018,11,144750,145647 +BDI,2018,12,138520,139261 +BDI,2018,13,132453,133049 +BDI,2018,14,126541,127012 +BDI,2018,15,121287,121612 +BDI,2018,16,116947,117077 +BDI,2018,17,113348,113253 +BDI,2018,18,109918,109620 +BDI,2019,0,206000,211000 +BDI,2019,1,204000,208000 +BDI,2019,2,200000,205000 +BDI,2019,3,197000,200000 +BDI,2019,4,192000,196000 +BDI,2019,5,187000,190000 +BDI,2019,6,182000,184000 +BDI,2019,7,176000,178000 +BDI,2019,8,170000,172000 +BDI,2019,9,163000,165000 +BDI,2019,10,157000,158000 +BDI,2019,11,151000,152000 +BDI,2019,12,144000,145000 +BDI,2019,13,138000,139000 +BDI,2019,14,132000,133000 +BDI,2019,15,126000,127000 +BDI,2019,16,121000,121000 +BDI,2019,17,117000,117000 +BDI,2019,18,113000,113000 +BDI,2020,0,209000,214000 +BDI,2020,1,207000,211000 +BDI,2020,2,204000,208000 +BDI,2020,3,200000,204000 +BDI,2020,4,196000,200000 +BDI,2020,5,191000,195000 +BDI,2020,6,186000,189000 +BDI,2020,7,181000,184000 +BDI,2020,8,175000,177000 +BDI,2020,9,169000,171000 +BDI,2020,10,163000,164000 +BDI,2020,11,157000,158000 +BDI,2020,12,150000,151000 +BDI,2020,13,144000,145000 +BDI,2020,14,138000,138000 +BDI,2020,15,132000,132000 +BDI,2020,16,126000,126000 +BDI,2020,17,121000,121000 +BDI,2020,18,116000,117000 +BDI,2021,0,213000,217000 +BDI,2021,1,209000,213000 +BDI,2021,2,206000,211000 +BDI,2021,3,203000,207000 +BDI,2021,4,200000,203000 +BDI,2021,5,195000,199000 +BDI,2021,6,191000,194000 +BDI,2021,7,186000,189000 +BDI,2021,8,181000,183000 +BDI,2021,9,175000,177000 +BDI,2021,10,169000,171000 +BDI,2021,11,163000,164000 +BDI,2021,12,156000,158000 +BDI,2021,13,150000,151000 +BDI,2021,14,144000,145000 +BDI,2021,15,138000,138000 +BDI,2021,16,132000,132000 +BDI,2021,17,126000,126000 +BDI,2021,18,121000,121000 +BDI,2022,0,217000,222000 +BDI,2022,1,214000,219000 +BDI,2022,2,209000,213000 +BDI,2022,3,206000,210000 +BDI,2022,4,202000,206000 +BDI,2022,5,199000,202000 +BDI,2022,6,194000,198000 +BDI,2022,7,190000,193000 +BDI,2022,8,185000,188000 +BDI,2022,9,180000,183000 +BDI,2022,10,174000,177000 +BDI,2022,11,168000,170000 +BDI,2022,12,162000,164000 +BDI,2022,13,156000,157000 +BDI,2022,14,150000,151000 +BDI,2022,15,144000,144000 +BDI,2022,16,137000,138000 +BDI,2022,17,131000,132000 +BDI,2022,18,126000,126000 +BDI,2023,0,221000,226000 +BDI,2023,1,218000,222000 +BDI,2023,2,214000,218000 +BDI,2023,3,208000,212000 +BDI,2023,4,205000,209000 +BDI,2023,5,202000,205000 +BDI,2023,6,198000,201000 +BDI,2023,7,194000,197000 +BDI,2023,8,189000,192000 +BDI,2023,9,185000,188000 +BDI,2023,10,180000,182000 +BDI,2023,11,174000,176000 +BDI,2023,12,168000,170000 +BDI,2023,13,162000,163000 +BDI,2023,14,156000,157000 +BDI,2023,15,149000,150000 +BDI,2023,16,143000,144000 +BDI,2023,17,137000,137000 +BDI,2023,18,131000,131000 +BDI,2024,0,225000,230000 +BDI,2024,1,221000,226000 +BDI,2024,2,217000,221000 +BDI,2024,3,213000,217000 +BDI,2024,4,208000,212000 +BDI,2024,5,204000,208000 +BDI,2024,6,201000,204000 +BDI,2024,7,197000,200000 +BDI,2024,8,193000,196000 +BDI,2024,9,188000,191000 +BDI,2024,10,184000,187000 +BDI,2024,11,179000,182000 +BDI,2024,12,174000,176000 +BDI,2024,13,168000,169000 +BDI,2024,14,161000,163000 +BDI,2024,15,155000,156000 +BDI,2024,16,149000,150000 +BDI,2024,17,143000,143000 +BDI,2024,18,137000,137000 +BDI,2025,0,229000,235000 +BDI,2025,1,225000,229000 +BDI,2025,2,220000,225000 +BDI,2025,3,216000,220000 +BDI,2025,4,212000,216000 +BDI,2025,5,208000,212000 +BDI,2025,6,204000,207000 +BDI,2025,7,200000,203000 +BDI,2025,8,196000,199000 +BDI,2025,9,192000,195000 +BDI,2025,10,188000,190000 +BDI,2025,11,184000,186000 +BDI,2025,12,179000,181000 +BDI,2025,13,173000,175000 +BDI,2025,14,167000,169000 +BDI,2025,15,161000,162000 +BDI,2025,16,155000,156000 +BDI,2025,17,149000,149000 +BDI,2025,18,143000,143000 +BDI,2026,0,233000,238000 +BDI,2026,1,228000,233000 +BDI,2026,2,224000,228000 +BDI,2026,3,220000,224000 +BDI,2026,4,215000,219000 +BDI,2026,5,211000,215000 +BDI,2026,6,207000,211000 +BDI,2026,7,203000,207000 +BDI,2026,8,199000,203000 +BDI,2026,9,195000,199000 +BDI,2026,10,191000,194000 +BDI,2026,11,187000,190000 +BDI,2026,12,183000,186000 +BDI,2026,13,179000,181000 +BDI,2026,14,173000,175000 +BDI,2026,15,167000,168000 +BDI,2026,16,161000,162000 +BDI,2026,17,155000,156000 +BDI,2026,18,149000,149000 +BDI,2027,0,236000,241000 +BDI,2027,1,231000,236000 +BDI,2027,2,228000,232000 +BDI,2027,3,223000,228000 +BDI,2027,4,219000,223000 +BDI,2027,5,215000,219000 +BDI,2027,6,211000,215000 +BDI,2027,7,207000,210000 +BDI,2027,8,203000,206000 +BDI,2027,9,199000,202000 +BDI,2027,10,195000,198000 +BDI,2027,11,191000,194000 +BDI,2027,12,187000,190000 +BDI,2027,13,183000,185000 +BDI,2027,14,178000,181000 +BDI,2027,15,173000,175000 +BDI,2027,16,167000,168000 +BDI,2027,17,160000,162000 +BDI,2027,18,154000,155000 +BDI,2028,0,239000,244000 +BDI,2028,1,234000,239000 +BDI,2028,2,230000,235000 +BDI,2028,3,227000,231000 +BDI,2028,4,222000,227000 +BDI,2028,5,218000,222000 +BDI,2028,6,214000,218000 +BDI,2028,7,210000,214000 +BDI,2028,8,206000,210000 +BDI,2028,9,202000,206000 +BDI,2028,10,199000,202000 +BDI,2028,11,195000,198000 +BDI,2028,12,191000,193000 +BDI,2028,13,187000,189000 +BDI,2028,14,183000,185000 +BDI,2028,15,178000,180000 +BDI,2028,16,173000,174000 +BDI,2028,17,166000,168000 +BDI,2028,18,160000,161000 +BDI,2029,0,242000,247000 +BDI,2029,1,238000,243000 +BDI,2029,2,233000,238000 +BDI,2029,3,229000,234000 +BDI,2029,4,226000,230000 +BDI,2029,5,222000,226000 +BDI,2029,6,218000,222000 +BDI,2029,7,214000,217000 +BDI,2029,8,210000,213000 +BDI,2029,9,206000,209000 +BDI,2029,10,202000,205000 +BDI,2029,11,198000,201000 +BDI,2029,12,194000,197000 +BDI,2029,13,190000,193000 +BDI,2029,14,186000,189000 +BDI,2029,15,182000,185000 +BDI,2029,16,178000,180000 +BDI,2029,17,172000,174000 +BDI,2029,18,166000,167000 +BDI,2030,0,245000,251000 +BDI,2030,1,241000,246000 +BDI,2030,2,237000,242000 +BDI,2030,3,233000,237000 +BDI,2030,4,229000,233000 +BDI,2030,5,225000,229000 +BDI,2030,6,221000,225000 +BDI,2030,7,217000,221000 +BDI,2030,8,213000,217000 +BDI,2030,9,210000,213000 +BDI,2030,10,206000,209000 +BDI,2030,11,202000,205000 +BDI,2030,12,198000,200000 +BDI,2030,13,194000,197000 +BDI,2030,14,190000,193000 +BDI,2030,15,186000,188000 +BDI,2030,16,182000,184000 +BDI,2030,17,178000,179000 +BDI,2030,18,172000,174000 +BDI,2031,0,249000,255000 +BDI,2031,1,245000,250000 +BDI,2031,2,240000,245000 +BDI,2031,3,236000,241000 +BDI,2031,4,232000,237000 +BDI,2031,5,228000,233000 +BDI,2031,6,225000,228000 +BDI,2031,7,221000,224000 +BDI,2031,8,217000,220000 +BDI,2031,9,213000,216000 +BDI,2031,10,209000,212000 +BDI,2031,11,205000,208000 +BDI,2031,12,201000,204000 +BDI,2031,13,197000,200000 +BDI,2031,14,194000,196000 +BDI,2031,15,190000,192000 +BDI,2031,16,186000,188000 +BDI,2031,17,182000,184000 +BDI,2031,18,177000,179000 +BDI,2032,0,253000,259000 +BDI,2032,1,248000,254000 +BDI,2032,2,244000,249000 +BDI,2032,3,240000,245000 +BDI,2032,4,236000,240000 +BDI,2032,5,232000,236000 +BDI,2032,6,228000,232000 +BDI,2032,7,224000,228000 +BDI,2032,8,220000,224000 +BDI,2032,9,216000,220000 +BDI,2032,10,213000,216000 +BDI,2032,11,209000,212000 +BDI,2032,12,205000,208000 +BDI,2032,13,201000,204000 +BDI,2032,14,197000,200000 +BDI,2032,15,193000,196000 +BDI,2032,16,189000,192000 +BDI,2032,17,186000,188000 +BDI,2032,18,182000,183000 +BDI,2033,0,257000,263000 +BDI,2033,1,252000,258000 +BDI,2033,2,248000,253000 +BDI,2033,3,243000,248000 +BDI,2033,4,239000,244000 +BDI,2033,5,235000,239000 +BDI,2033,6,231000,235000 +BDI,2033,7,227000,231000 +BDI,2033,8,224000,227000 +BDI,2033,9,220000,223000 +BDI,2033,10,216000,219000 +BDI,2033,11,212000,215000 +BDI,2033,12,209000,212000 +BDI,2033,13,205000,208000 +BDI,2033,14,201000,203000 +BDI,2033,15,197000,199000 +BDI,2033,16,193000,195000 +BDI,2033,17,189000,191000 +BDI,2033,18,185000,187000 +BDI,2034,0,261000,267000 +BDI,2034,1,256000,262000 +BDI,2034,2,252000,257000 +BDI,2034,3,247000,252000 +BDI,2034,4,243000,247000 +BDI,2034,5,239000,243000 +BDI,2034,6,235000,239000 +BDI,2034,7,231000,235000 +BDI,2034,8,227000,231000 +BDI,2034,9,223000,227000 +BDI,2034,10,219000,223000 +BDI,2034,11,216000,219000 +BDI,2034,12,212000,215000 +BDI,2034,13,208000,211000 +BDI,2034,14,204000,207000 +BDI,2034,15,200000,203000 +BDI,2034,16,197000,199000 +BDI,2034,17,193000,195000 +BDI,2034,18,189000,191000 +BDI,2035,0,265000,271000 +BDI,2035,1,260000,266000 +BDI,2035,2,255000,261000 +BDI,2035,3,251000,256000 +BDI,2035,4,246000,251000 +BDI,2035,5,242000,247000 +BDI,2035,6,238000,242000 +BDI,2035,7,234000,238000 +BDI,2035,8,230000,234000 +BDI,2035,9,226000,230000 +BDI,2035,10,223000,226000 +BDI,2035,11,219000,222000 +BDI,2035,12,215000,218000 +BDI,2035,13,212000,215000 +BDI,2035,14,208000,211000 +BDI,2035,15,204000,207000 +BDI,2035,16,200000,203000 +BDI,2035,17,196000,199000 +BDI,2035,18,193000,195000 +BDI,2036,0,269000,275000 +BDI,2036,1,265000,270000 +BDI,2036,2,260000,265000 +BDI,2036,3,255000,260000 +BDI,2036,4,250000,255000 +BDI,2036,5,246000,250000 +BDI,2036,6,242000,246000 +BDI,2036,7,238000,242000 +BDI,2036,8,234000,237000 +BDI,2036,9,230000,233000 +BDI,2036,10,226000,230000 +BDI,2036,11,222000,226000 +BDI,2036,12,219000,222000 +BDI,2036,13,215000,218000 +BDI,2036,14,211000,214000 +BDI,2036,15,208000,210000 +BDI,2036,16,204000,206000 +BDI,2036,17,200000,202000 +BDI,2036,18,196000,198000 +BDI,2037,0,274000,280000 +BDI,2037,1,268000,274000 +BDI,2037,2,264000,269000 +BDI,2037,3,259000,264000 +BDI,2037,4,255000,259000 +BDI,2037,5,250000,254000 +BDI,2037,6,246000,250000 +BDI,2037,7,241000,245000 +BDI,2037,8,237000,241000 +BDI,2037,9,233000,237000 +BDI,2037,10,230000,233000 +BDI,2037,11,226000,229000 +BDI,2037,12,222000,225000 +BDI,2037,13,219000,222000 +BDI,2037,14,215000,218000 +BDI,2037,15,211000,214000 +BDI,2037,16,207000,210000 +BDI,2037,17,204000,206000 +BDI,2037,18,200000,202000 +BDI,2038,0,278000,284000 +BDI,2038,1,273000,278000 +BDI,2038,2,268000,273000 +BDI,2038,3,263000,268000 +BDI,2038,4,259000,263000 +BDI,2038,5,254000,259000 +BDI,2038,6,250000,254000 +BDI,2038,7,245000,249000 +BDI,2038,8,241000,245000 +BDI,2038,9,237000,241000 +BDI,2038,10,233000,237000 +BDI,2038,11,229000,233000 +BDI,2038,12,226000,229000 +BDI,2038,13,222000,225000 +BDI,2038,14,218000,221000 +BDI,2038,15,215000,217000 +BDI,2038,16,211000,214000 +BDI,2038,17,207000,210000 +BDI,2038,18,203000,206000 +BDI,2039,0,282000,288000 +BDI,2039,1,277000,283000 +BDI,2039,2,272000,277000 +BDI,2039,3,267000,272000 +BDI,2039,4,263000,268000 +BDI,2039,5,258000,263000 +BDI,2039,6,254000,258000 +BDI,2039,7,249000,253000 +BDI,2039,8,245000,249000 +BDI,2039,9,241000,244000 +BDI,2039,10,237000,240000 +BDI,2039,11,233000,236000 +BDI,2039,12,229000,232000 +BDI,2039,13,225000,228000 +BDI,2039,14,222000,225000 +BDI,2039,15,218000,221000 +BDI,2039,16,214000,217000 +BDI,2039,17,211000,213000 +BDI,2039,18,207000,209000 +BDI,2040,0,286000,292000 +BDI,2040,1,281000,287000 +BDI,2040,2,276000,282000 +BDI,2040,3,271000,276000 +BDI,2040,4,267000,271000 +BDI,2040,5,262000,267000 +BDI,2040,6,257000,262000 +BDI,2040,7,253000,257000 +BDI,2040,8,249000,253000 +BDI,2040,9,245000,248000 +BDI,2040,10,240000,244000 +BDI,2040,11,236000,240000 +BDI,2040,12,232000,236000 +BDI,2040,13,229000,232000 +BDI,2040,14,225000,228000 +BDI,2040,15,221000,224000 +BDI,2040,16,218000,220000 +BDI,2040,17,214000,217000 +BDI,2040,18,210000,213000 +BDI,2041,0,290000,296000 +BDI,2041,1,285000,291000 +BDI,2041,2,280000,286000 +BDI,2041,3,276000,281000 +BDI,2041,4,271000,276000 +BDI,2041,5,266000,271000 +BDI,2041,6,262000,266000 +BDI,2041,7,257000,261000 +BDI,2041,8,253000,257000 +BDI,2041,9,248000,252000 +BDI,2041,10,244000,248000 +BDI,2041,11,240000,244000 +BDI,2041,12,236000,239000 +BDI,2041,13,232000,235000 +BDI,2041,14,228000,231000 +BDI,2041,15,225000,228000 +BDI,2041,16,221000,224000 +BDI,2041,17,218000,220000 +BDI,2041,18,214000,216000 +BDI,2042,0,294000,300000 +BDI,2042,1,289000,295000 +BDI,2042,2,285000,290000 +BDI,2042,3,280000,285000 +BDI,2042,4,275000,280000 +BDI,2042,5,270000,275000 +BDI,2042,6,266000,270000 +BDI,2042,7,261000,266000 +BDI,2042,8,257000,261000 +BDI,2042,9,252000,256000 +BDI,2042,10,248000,252000 +BDI,2042,11,244000,248000 +BDI,2042,12,240000,243000 +BDI,2042,13,236000,239000 +BDI,2042,14,232000,235000 +BDI,2042,15,228000,231000 +BDI,2042,16,225000,227000 +BDI,2042,17,221000,223000 +BDI,2042,18,217000,220000 +BDI,2043,0,298000,304000 +BDI,2043,1,293000,299000 +BDI,2043,2,288000,294000 +BDI,2043,3,284000,290000 +BDI,2043,4,279000,285000 +BDI,2043,5,275000,280000 +BDI,2043,6,270000,275000 +BDI,2043,7,266000,270000 +BDI,2043,8,261000,265000 +BDI,2043,9,257000,260000 +BDI,2043,10,252000,256000 +BDI,2043,11,248000,251000 +BDI,2043,12,244000,247000 +BDI,2043,13,240000,243000 +BDI,2043,14,236000,239000 +BDI,2043,15,232000,235000 +BDI,2043,16,228000,231000 +BDI,2043,17,224000,227000 +BDI,2043,18,221000,223000 +BDI,2044,0,301000,308000 +BDI,2044,1,297000,303000 +BDI,2044,2,292000,298000 +BDI,2044,3,288000,293000 +BDI,2044,4,283000,289000 +BDI,2044,5,279000,284000 +BDI,2044,6,274000,279000 +BDI,2044,7,270000,274000 +BDI,2044,8,265000,269000 +BDI,2044,9,261000,265000 +BDI,2044,10,256000,260000 +BDI,2044,11,252000,255000 +BDI,2044,12,248000,251000 +BDI,2044,13,244000,247000 +BDI,2044,14,239000,243000 +BDI,2044,15,235000,238000 +BDI,2044,16,231000,234000 +BDI,2044,17,228000,230000 +BDI,2044,18,224000,226000 +BDI,2045,0,305000,312000 +BDI,2045,1,301000,307000 +BDI,2045,2,296000,302000 +BDI,2045,3,292000,297000 +BDI,2045,4,287000,293000 +BDI,2045,5,283000,288000 +BDI,2045,6,278000,283000 +BDI,2045,7,274000,278000 +BDI,2045,8,269000,273000 +BDI,2045,9,265000,269000 +BDI,2045,10,260000,264000 +BDI,2045,11,256000,259000 +BDI,2045,12,252000,255000 +BDI,2045,13,247000,251000 +BDI,2045,14,243000,246000 +BDI,2045,15,239000,242000 +BDI,2045,16,235000,238000 +BDI,2045,17,231000,234000 +BDI,2045,18,227000,230000 +BDI,2046,0,309000,316000 +BDI,2046,1,305000,311000 +BDI,2046,2,300000,306000 +BDI,2046,3,296000,302000 +BDI,2046,4,292000,297000 +BDI,2046,5,287000,292000 +BDI,2046,6,283000,287000 +BDI,2046,7,278000,283000 +BDI,2046,8,274000,278000 +BDI,2046,9,269000,273000 +BDI,2046,10,265000,268000 +BDI,2046,11,260000,264000 +BDI,2046,12,256000,259000 +BDI,2046,13,251000,255000 +BDI,2046,14,247000,250000 +BDI,2046,15,243000,246000 +BDI,2046,16,239000,242000 +BDI,2046,17,235000,238000 +BDI,2046,18,231000,234000 +BDI,2047,0,312000,319000 +BDI,2047,1,308000,315000 +BDI,2047,2,304000,310000 +BDI,2047,3,300000,306000 +BDI,2047,4,296000,301000 +BDI,2047,5,291000,296000 +BDI,2047,6,287000,292000 +BDI,2047,7,282000,287000 +BDI,2047,8,278000,282000 +BDI,2047,9,273000,277000 +BDI,2047,10,269000,273000 +BDI,2047,11,264000,268000 +BDI,2047,12,260000,263000 +BDI,2047,13,255000,259000 +BDI,2047,14,251000,254000 +BDI,2047,15,247000,250000 +BDI,2047,16,243000,246000 +BDI,2047,17,239000,241000 +BDI,2047,18,235000,237000 +BDI,2048,0,316000,323000 +BDI,2048,1,312000,318000 +BDI,2048,2,308000,314000 +BDI,2048,3,304000,310000 +BDI,2048,4,300000,305000 +BDI,2048,5,295000,300000 +BDI,2048,6,291000,296000 +BDI,2048,7,286000,291000 +BDI,2048,8,282000,286000 +BDI,2048,9,278000,282000 +BDI,2048,10,273000,277000 +BDI,2048,11,269000,272000 +BDI,2048,12,264000,268000 +BDI,2048,13,260000,263000 +BDI,2048,14,255000,259000 +BDI,2048,15,251000,254000 +BDI,2048,16,247000,250000 +BDI,2048,17,243000,245000 +BDI,2048,18,239000,241000 +BDI,2049,0,319000,326000 +BDI,2049,1,315000,322000 +BDI,2049,2,311000,318000 +BDI,2049,3,307000,313000 +BDI,2049,4,303000,309000 +BDI,2049,5,299000,304000 +BDI,2049,6,295000,300000 +BDI,2049,7,290000,295000 +BDI,2049,8,286000,291000 +BDI,2049,9,282000,286000 +BDI,2049,10,277000,281000 +BDI,2049,11,273000,277000 +BDI,2049,12,268000,272000 +BDI,2049,13,264000,267000 +BDI,2049,14,259000,263000 +BDI,2049,15,255000,258000 +BDI,2049,16,251000,254000 +BDI,2049,17,247000,249000 +BDI,2049,18,242000,245000 +BDI,2050,0,322000,329000 +BDI,2050,1,318000,325000 +BDI,2050,2,315000,321000 +BDI,2050,3,311000,317000 +BDI,2050,4,307000,312000 +BDI,2050,5,303000,308000 +BDI,2050,6,299000,304000 +BDI,2050,7,294000,299000 +BDI,2050,8,290000,295000 +BDI,2050,9,286000,290000 +BDI,2050,10,281000,285000 +BDI,2050,11,277000,281000 +BDI,2050,12,272000,276000 +BDI,2050,13,268000,272000 +BDI,2050,14,264000,267000 +BDI,2050,15,259000,262000 +BDI,2050,16,255000,258000 +BDI,2050,17,250000,253000 +BDI,2050,18,246000,249000 +BEL,1990,0,56252,59377 +BEL,1990,1,57038,60223 +BEL,1990,2,57583,60821 +BEL,1990,3,57927,61210 +BEL,1990,4,58111,61432 +BEL,1990,5,58175,61527 +BEL,1990,6,58161,61536 +BEL,1990,7,58108,61500 +BEL,1990,8,58057,61459 +BEL,1990,9,58049,61454 +BEL,1990,10,58054,61458 +BEL,1990,11,58043,61443 +BEL,1990,12,58406,61791 +BEL,1990,13,59326,62681 +BEL,1990,14,60631,63948 +BEL,1990,15,61957,65235 +BEL,1990,16,63360,66599 +BEL,1990,17,64804,68009 +BEL,1990,18,66230,69410 +BEL,1991,0,56766,59843 +BEL,1991,1,56895,60009 +BEL,1991,2,57503,60678 +BEL,1991,3,57915,61146 +BEL,1991,4,58168,61445 +BEL,1991,5,58294,61610 +BEL,1991,6,58335,61683 +BEL,1991,7,58333,61703 +BEL,1991,8,58284,61670 +BEL,1991,9,58210,61601 +BEL,1991,10,58165,61552 +BEL,1991,11,58153,61532 +BEL,1991,12,58132,61502 +BEL,1991,13,58509,61851 +BEL,1991,14,59471,62762 +BEL,1991,15,60837,64062 +BEL,1991,16,62223,65384 +BEL,1991,17,63687,66783 +BEL,1991,18,65182,68229 +BEL,1992,0,57778,60776 +BEL,1992,1,58301,61368 +BEL,1992,2,57545,60644 +BEL,1992,3,57973,61136 +BEL,1992,4,58254,61473 +BEL,1992,5,58415,61682 +BEL,1992,6,58484,61791 +BEL,1992,7,58502,61841 +BEL,1992,8,58510,61874 +BEL,1992,9,58467,61842 +BEL,1992,10,58369,61745 +BEL,1992,11,58287,61653 +BEL,1992,12,58257,61608 +BEL,1992,13,58228,61564 +BEL,1992,14,58617,61914 +BEL,1992,15,59622,62845 +BEL,1992,16,61050,64180 +BEL,1992,17,62496,65536 +BEL,1992,18,64021,66969 +BEL,1993,0,58909,61803 +BEL,1993,1,59112,62076 +BEL,1993,2,59202,62235 +BEL,1993,3,58186,61268 +BEL,1993,4,58435,61582 +BEL,1993,5,58583,61789 +BEL,1993,6,58653,61909 +BEL,1993,7,58663,61961 +BEL,1993,8,58658,61988 +BEL,1993,9,58679,62032 +BEL,1993,10,58640,62004 +BEL,1993,11,58518,61878 +BEL,1993,12,58400,61742 +BEL,1993,13,58353,61673 +BEL,1993,14,58314,61615 +BEL,1993,15,58716,61965 +BEL,1993,16,59763,62917 +BEL,1993,17,61253,64286 +BEL,1993,18,62759,65676 +BEL,1994,0,59631,62403 +BEL,1994,1,59627,62476 +BEL,1994,2,59572,62496 +BEL,1994,3,59476,62474 +BEL,1994,4,58806,61872 +BEL,1994,5,58875,62009 +BEL,1994,6,58892,62085 +BEL,1994,7,58869,62115 +BEL,1994,8,58822,62110 +BEL,1994,9,58794,62115 +BEL,1994,10,58826,62171 +BEL,1994,11,58792,62145 +BEL,1994,12,58647,61991 +BEL,1994,13,58492,61811 +BEL,1994,14,58427,61717 +BEL,1994,15,58380,61645 +BEL,1994,16,58794,61996 +BEL,1994,17,59883,62968 +BEL,1994,18,61434,64370 +BEL,1995,0,59590,62235 +BEL,1995,1,59625,62355 +BEL,1995,2,59616,62431 +BEL,1995,3,59570,62468 +BEL,1995,4,59495,62473 +BEL,1995,5,59398,62451 +BEL,1995,6,59288,62411 +BEL,1995,7,59173,62357 +BEL,1995,8,59059,62296 +BEL,1995,9,58954,62235 +BEL,1995,10,58902,62217 +BEL,1995,11,58947,62285 +BEL,1995,12,58917,62262 +BEL,1995,13,58749,62080 +BEL,1995,14,58557,61856 +BEL,1995,15,58474,61738 +BEL,1995,16,58418,61652 +BEL,1995,17,58844,62003 +BEL,1995,18,59976,62994 +BEL,1996,0,58689,61176 +BEL,1996,1,59653,62287 +BEL,1996,2,59768,62491 +BEL,1996,3,59802,62611 +BEL,1996,4,59770,62662 +BEL,1996,5,59685,62656 +BEL,1996,6,59555,62601 +BEL,1996,7,59389,62503 +BEL,1996,8,59233,62405 +BEL,1996,9,59116,62332 +BEL,1996,10,59032,62279 +BEL,1996,11,58989,62258 +BEL,1996,12,59035,62315 +BEL,1996,13,59017,62294 +BEL,1996,14,58874,62134 +BEL,1996,15,58716,61943 +BEL,1996,16,58664,61856 +BEL,1996,17,58640,61802 +BEL,1996,18,59088,62176 +BEL,1997,0,57069,59388 +BEL,1997,1,58042,60487 +BEL,1997,2,59702,62330 +BEL,1997,3,59898,62616 +BEL,1997,4,59976,62781 +BEL,1997,5,59957,62846 +BEL,1997,6,59863,62830 +BEL,1997,7,59700,62740 +BEL,1997,8,59477,62585 +BEL,1997,9,59282,62443 +BEL,1997,10,59162,62358 +BEL,1997,11,59098,62312 +BEL,1997,12,59064,62288 +BEL,1997,13,59112,62335 +BEL,1997,14,59105,62317 +BEL,1997,15,58987,62178 +BEL,1997,16,58862,62020 +BEL,1997,17,58842,61964 +BEL,1997,18,58851,61941 +BEL,1998,0,55170,57352 +BEL,1998,1,56794,59118 +BEL,1998,2,58064,60521 +BEL,1998,3,59754,62381 +BEL,1998,4,60031,62749 +BEL,1998,5,60153,62959 +BEL,1998,6,60147,63038 +BEL,1998,7,60043,63011 +BEL,1998,8,59847,62887 +BEL,1998,9,59568,62675 +BEL,1998,10,59332,62489 +BEL,1998,11,59209,62391 +BEL,1998,12,59166,62354 +BEL,1998,13,59140,62326 +BEL,1998,14,59191,62363 +BEL,1998,15,59195,62347 +BEL,1998,16,59103,62230 +BEL,1998,17,59010,62105 +BEL,1998,18,59022,62080 +BEL,1999,0,53617,55738 +BEL,1999,1,55706,57962 +BEL,1999,2,57358,59742 +BEL,1999,3,58616,61122 +BEL,1999,4,59822,62456 +BEL,1999,5,60179,62906 +BEL,1999,6,60344,63162 +BEL,1999,7,60352,63254 +BEL,1999,8,60238,63217 +BEL,1999,9,60009,63059 +BEL,1999,10,59673,62790 +BEL,1999,11,59398,62560 +BEL,1999,12,59272,62449 +BEL,1999,13,59249,62420 +BEL,1999,14,59232,62389 +BEL,1999,15,59284,62416 +BEL,1999,16,59300,62402 +BEL,1999,17,59233,62306 +BEL,1999,18,59174,62214 +BEL,2000,0,52850,55022 +BEL,2000,1,55051,57314 +BEL,2000,2,56816,59175 +BEL,2000,3,58188,60645 +BEL,2000,4,59207,61764 +BEL,2000,5,59915,62570 +BEL,2000,6,60353,63104 +BEL,2000,7,60562,63404 +BEL,2000,8,60584,63511 +BEL,2000,9,60459,63463 +BEL,2000,10,60197,63271 +BEL,2000,11,59804,62944 +BEL,2000,12,59490,62670 +BEL,2000,13,59360,62547 +BEL,2000,14,59358,62525 +BEL,2000,15,59350,62491 +BEL,2000,16,59404,62508 +BEL,2000,17,59431,62497 +BEL,2000,18,59389,62422 +BEL,2001,0,52916,55231 +BEL,2001,1,53608,55790 +BEL,2001,2,55476,57732 +BEL,2001,3,57025,59371 +BEL,2001,4,58280,60723 +BEL,2001,5,59263,61809 +BEL,2001,6,60017,62670 +BEL,2001,7,60588,63352 +BEL,2001,8,60888,63747 +BEL,2001,9,60897,63825 +BEL,2001,10,60702,63679 +BEL,2001,11,60412,63436 +BEL,2001,12,60006,63073 +BEL,2001,13,59725,62815 +BEL,2001,14,59702,62787 +BEL,2001,15,59849,62910 +BEL,2001,16,59980,63009 +BEL,2001,17,60173,63158 +BEL,2001,18,60303,63253 +BEL,2002,0,53720,56285 +BEL,2002,1,54967,57411 +BEL,2002,2,54377,56572 +BEL,2002,3,55911,58167 +BEL,2002,4,57245,59583 +BEL,2002,5,58384,60819 +BEL,2002,6,59331,61871 +BEL,2002,7,60132,62789 +BEL,2002,8,60834,63618 +BEL,2002,9,61225,64109 +BEL,2002,10,61221,64158 +BEL,2002,11,60956,63913 +BEL,2002,12,60639,63619 +BEL,2002,13,60219,63220 +BEL,2002,14,59972,62978 +BEL,2002,15,60055,63045 +BEL,2002,16,60352,63312 +BEL,2002,17,60621,63544 +BEL,2002,18,60954,63826 +BEL,2003,0,55073,57933 +BEL,2003,1,55485,58095 +BEL,2003,2,55979,58419 +BEL,2003,3,55161,57377 +BEL,2003,4,56363,58624 +BEL,2003,5,57483,59819 +BEL,2003,6,58506,60938 +BEL,2003,7,59416,61958 +BEL,2003,8,60264,62931 +BEL,2003,9,61099,63909 +BEL,2003,10,61581,64494 +BEL,2003,11,61564,64515 +BEL,2003,12,61229,64172 +BEL,2003,13,60885,63827 +BEL,2003,14,60450,63391 +BEL,2003,15,60237,63165 +BEL,2003,16,60427,63328 +BEL,2003,17,60872,63738 +BEL,2003,18,61281,64104 +BEL,2004,0,56670,59789 +BEL,2004,1,56272,59043 +BEL,2004,2,56158,58679 +BEL,2004,3,56286,58647 +BEL,2004,4,55968,58208 +BEL,2004,5,56838,59108 +BEL,2004,6,57744,60082 +BEL,2004,7,58652,61085 +BEL,2004,8,59527,62074 +BEL,2004,9,60422,63103 +BEL,2004,10,61390,64229 +BEL,2004,11,61963,64910 +BEL,2004,12,61934,64902 +BEL,2004,13,61528,64461 +BEL,2004,14,61156,64064 +BEL,2004,15,60707,63592 +BEL,2004,16,60528,63381 +BEL,2004,17,60824,63640 +BEL,2004,18,61418,64194 +BEL,2005,0,58264,61544 +BEL,2005,1,57240,60131 +BEL,2005,2,56634,59241 +BEL,2005,3,56393,58809 +BEL,2005,4,56465,58771 +BEL,2005,5,56797,59061 +BEL,2005,6,57335,59615 +BEL,2005,7,58027,60368 +BEL,2005,8,58819,61255 +BEL,2005,9,59659,62212 +BEL,2005,10,60602,63298 +BEL,2005,11,61703,64574 +BEL,2005,12,62368,65350 +BEL,2005,13,62326,65314 +BEL,2005,14,61849,64773 +BEL,2005,15,61449,64325 +BEL,2005,16,60986,63817 +BEL,2005,17,60841,63622 +BEL,2005,18,61243,63975 +BEL,2006,0,59770,63083 +BEL,2006,1,58481,61685 +BEL,2006,2,57580,60463 +BEL,2006,3,57045,59690 +BEL,2006,4,56834,59313 +BEL,2006,5,56902,59282 +BEL,2006,6,57200,59532 +BEL,2006,7,57675,59998 +BEL,2006,8,58324,60690 +BEL,2006,9,59121,61579 +BEL,2006,10,59998,62577 +BEL,2006,11,60966,63684 +BEL,2006,12,62083,64971 +BEL,2006,13,62794,65769 +BEL,2006,14,62843,65768 +BEL,2006,15,62485,65275 +BEL,2006,16,62200,64873 +BEL,2006,17,61850,64410 +BEL,2006,18,61808,64271 +BEL,2007,0,61277,64526 +BEL,2007,1,59601,62587 +BEL,2007,2,58714,61845 +BEL,2007,3,57935,60813 +BEL,2007,4,57471,60156 +BEL,2007,5,57288,59835 +BEL,2007,6,57354,59811 +BEL,2007,7,57617,60020 +BEL,2007,8,58028,60399 +BEL,2007,9,58636,61030 +BEL,2007,10,59438,61921 +BEL,2007,11,60353,62962 +BEL,2007,12,61345,64089 +BEL,2007,13,62478,65387 +BEL,2007,14,63235,66207 +BEL,2007,15,63376,66242 +BEL,2007,16,63138,65795 +BEL,2007,17,62967,65441 +BEL,2007,18,62730,65022 +BEL,2008,0,62613,65736 +BEL,2008,1,60885,63870 +BEL,2008,2,59566,62437 +BEL,2008,3,58952,62009 +BEL,2008,4,58295,61167 +BEL,2008,5,57902,60627 +BEL,2008,6,57748,60361 +BEL,2008,7,57810,60344 +BEL,2008,8,58039,60512 +BEL,2008,9,58388,60805 +BEL,2008,10,58953,61375 +BEL,2008,11,59761,62268 +BEL,2008,12,60713,63350 +BEL,2008,13,61730,64499 +BEL,2008,14,62879,65808 +BEL,2008,15,63683,66649 +BEL,2008,16,63915,66721 +BEL,2008,17,63796,66321 +BEL,2008,18,63739,66013 +BEL,2009,0,63569,66560 +BEL,2009,1,61978,64942 +BEL,2009,2,60693,63625 +BEL,2009,3,59696,62590 +BEL,2009,4,59181,62159 +BEL,2009,5,58647,61507 +BEL,2009,6,58325,61083 +BEL,2009,7,58200,60873 +BEL,2009,8,58259,60863 +BEL,2009,9,58454,60991 +BEL,2009,10,58739,61196 +BEL,2009,11,59262,61705 +BEL,2009,12,60075,62600 +BEL,2009,13,61065,63724 +BEL,2009,14,62107,64894 +BEL,2009,15,63271,66213 +BEL,2009,16,64122,67077 +BEL,2009,17,64444,67184 +BEL,2009,18,64445,66831 +BEL,2010,0,64007,66907 +BEL,2010,1,62727,65670 +BEL,2010,2,61630,64590 +BEL,2010,3,60712,63666 +BEL,2010,4,59967,62898 +BEL,2010,5,59391,62283 +BEL,2010,6,58979,61823 +BEL,2010,7,58728,61515 +BEL,2010,8,58632,61360 +BEL,2010,9,58687,61357 +BEL,2010,10,58848,61445 +BEL,2010,11,59070,61562 +BEL,2010,12,59551,62010 +BEL,2010,13,60368,62907 +BEL,2010,14,61396,64073 +BEL,2010,15,62462,65262 +BEL,2010,16,63641,66592 +BEL,2010,17,64538,67477 +BEL,2010,18,64952,67621 +BEL,2011,0,63925,66761 +BEL,2011,1,64189,67048 +BEL,2011,2,63117,66007 +BEL,2011,3,62148,65049 +BEL,2011,4,61290,64185 +BEL,2011,5,60553,63427 +BEL,2011,6,59937,62777 +BEL,2011,7,59440,62236 +BEL,2011,8,59119,61867 +BEL,2011,9,58998,61705 +BEL,2011,10,59061,61728 +BEL,2011,11,59210,61819 +BEL,2011,12,59403,61926 +BEL,2011,13,59904,62389 +BEL,2011,14,60815,63343 +BEL,2011,15,61982,64589 +BEL,2011,16,63180,65854 +BEL,2011,17,64490,67256 +BEL,2011,18,65505,68201 +BEL,2012,0,63312,66118 +BEL,2012,1,63243,66073 +BEL,2012,2,64367,67176 +BEL,2012,3,63502,66331 +BEL,2012,4,62661,65495 +BEL,2012,5,61865,64692 +BEL,2012,6,61136,63945 +BEL,2012,7,60479,63260 +BEL,2012,8,59897,62638 +BEL,2012,9,59505,62208 +BEL,2012,10,59361,62038 +BEL,2012,11,59432,62087 +BEL,2012,12,59569,62183 +BEL,2012,13,59733,62278 +BEL,2012,14,60253,62757 +BEL,2012,15,61257,63767 +BEL,2012,16,62564,65095 +BEL,2012,17,63894,66433 +BEL,2012,18,65336,67907 +BEL,2013,0,62353,65177 +BEL,2013,1,63041,65839 +BEL,2013,2,63408,66174 +BEL,2013,3,64518,67297 +BEL,2013,4,63861,66648 +BEL,2013,5,63148,65934 +BEL,2013,6,62413,65191 +BEL,2013,7,61693,64456 +BEL,2013,8,60996,63735 +BEL,2013,9,60329,63032 +BEL,2013,10,59867,62542 +BEL,2013,11,59698,62363 +BEL,2013,12,59777,62439 +BEL,2013,13,59902,62539 +BEL,2013,14,60037,62623 +BEL,2013,15,60577,63118 +BEL,2013,16,61674,64183 +BEL,2013,17,63120,65592 +BEL,2013,18,64581,67004 +BEL,2014,0,61330,64230 +BEL,2014,1,62672,65514 +BEL,2014,2,63556,66348 +BEL,2014,3,64042,66791 +BEL,2014,4,64623,67421 +BEL,2014,5,64174,66968 +BEL,2014,6,63590,66375 +BEL,2014,7,62917,65693 +BEL,2014,8,62206,64970 +BEL,2014,9,61469,64213 +BEL,2014,10,60719,63430 +BEL,2014,11,60186,62878 +BEL,2014,12,59993,62692 +BEL,2014,13,60079,62793 +BEL,2014,14,60192,62898 +BEL,2014,15,60298,62971 +BEL,2014,16,60857,63481 +BEL,2014,17,62046,64603 +BEL,2014,18,63631,66092 +BEL,2015,0,60464,63489 +BEL,2015,1,62235,65222 +BEL,2015,2,63481,66434 +BEL,2015,3,64261,67186 +BEL,2015,4,64639,67540 +BEL,2015,5,64677,67557 +BEL,2015,6,64437,67300 +BEL,2015,7,63981,66829 +BEL,2015,8,63371,66207 +BEL,2015,9,62670,65495 +BEL,2015,10,61894,64702 +BEL,2015,11,61059,63838 +BEL,2015,12,60457,63226 +BEL,2015,13,60240,63032 +BEL,2015,14,60335,63160 +BEL,2015,15,60435,63269 +BEL,2015,16,60512,63331 +BEL,2015,17,61090,63856 +BEL,2015,18,62370,65034 +BEL,2016,0,60002,63031 +BEL,2016,1,61207,64476 +BEL,2016,2,62737,65983 +BEL,2016,3,63825,67040 +BEL,2016,4,64518,67700 +BEL,2016,5,64866,68010 +BEL,2016,6,64931,68035 +BEL,2016,7,64775,67836 +BEL,2016,8,64380,67403 +BEL,2016,9,63767,66760 +BEL,2016,10,63026,65996 +BEL,2016,11,62240,65179 +BEL,2016,12,61410,64305 +BEL,2016,13,60822,63697 +BEL,2016,14,60635,63529 +BEL,2016,15,60767,63697 +BEL,2016,16,60905,63846 +BEL,2016,17,61020,63948 +BEL,2016,18,61631,64518 +BEL,2017,0,59694,62780 +BEL,2017,1,61581,64818 +BEL,2017,2,61902,65470 +BEL,2017,3,63189,66750 +BEL,2017,4,64118,67654 +BEL,2017,5,64723,68221 +BEL,2017,6,65040,68488 +BEL,2017,7,65132,68520 +BEL,2017,8,65062,68380 +BEL,2017,9,64728,67984 +BEL,2017,10,64113,67321 +BEL,2017,11,63332,66504 +BEL,2017,12,62537,65662 +BEL,2017,13,61711,64778 +BEL,2017,14,61139,64175 +BEL,2017,15,60981,64032 +BEL,2017,16,61152,64241 +BEL,2017,17,61327,64430 +BEL,2017,18,61479,64573 +BEL,2018,0,59545,62696 +BEL,2018,1,61201,64634 +BEL,2018,2,62526,66173 +BEL,2018,3,62560,66447 +BEL,2018,4,63604,67501 +BEL,2018,5,64373,68250 +BEL,2018,6,64890,68723 +BEL,2018,7,65176,68947 +BEL,2018,8,65295,68987 +BEL,2018,9,65309,68906 +BEL,2018,10,65037,68547 +BEL,2018,11,64420,67864 +BEL,2018,12,63601,66994 +BEL,2018,13,62796,66128 +BEL,2018,14,61976,65234 +BEL,2018,15,61419,64636 +BEL,2018,16,61291,64519 +BEL,2018,17,61500,64768 +BEL,2018,18,61712,64998 +BEL,2019,0,60000,63000 +BEL,2019,1,61000,64000 +BEL,2019,2,62000,66000 +BEL,2019,3,63000,67000 +BEL,2019,4,63000,67000 +BEL,2019,5,64000,68000 +BEL,2019,6,65000,69000 +BEL,2019,7,65000,69000 +BEL,2019,8,65000,69000 +BEL,2019,9,65000,69000 +BEL,2019,10,66000,69000 +BEL,2019,11,65000,69000 +BEL,2019,12,65000,68000 +BEL,2019,13,64000,67000 +BEL,2019,14,63000,67000 +BEL,2019,15,62000,66000 +BEL,2019,16,62000,65000 +BEL,2019,17,62000,65000 +BEL,2019,18,62000,65000 +BEL,2020,0,60000,63000 +BEL,2020,1,61000,64000 +BEL,2020,2,62000,65000 +BEL,2020,3,62000,67000 +BEL,2020,4,63000,67000 +BEL,2020,5,64000,68000 +BEL,2020,6,64000,69000 +BEL,2020,7,65000,69000 +BEL,2020,8,65000,70000 +BEL,2020,9,65000,70000 +BEL,2020,10,66000,70000 +BEL,2020,11,66000,70000 +BEL,2020,12,66000,69000 +BEL,2020,13,65000,69000 +BEL,2020,14,64000,68000 +BEL,2020,15,63000,67000 +BEL,2020,16,62000,66000 +BEL,2020,17,62000,65000 +BEL,2020,18,62000,65000 +BEL,2021,0,60000,63000 +BEL,2021,1,60000,63000 +BEL,2021,2,61000,65000 +BEL,2021,3,62000,66000 +BEL,2021,4,63000,67000 +BEL,2021,5,63000,68000 +BEL,2021,6,64000,68000 +BEL,2021,7,65000,69000 +BEL,2021,8,65000,70000 +BEL,2021,9,65000,70000 +BEL,2021,10,66000,70000 +BEL,2021,11,66000,70000 +BEL,2021,12,66000,70000 +BEL,2021,13,66000,70000 +BEL,2021,14,65000,69000 +BEL,2021,15,64000,68000 +BEL,2021,16,64000,67000 +BEL,2021,17,63000,66000 +BEL,2021,18,62000,66000 +BEL,2022,0,60000,63000 +BEL,2022,1,61000,64000 +BEL,2022,2,60000,64000 +BEL,2022,3,61000,65000 +BEL,2022,4,62000,66000 +BEL,2022,5,63000,67000 +BEL,2022,6,64000,68000 +BEL,2022,7,64000,69000 +BEL,2022,8,65000,69000 +BEL,2022,9,65000,70000 +BEL,2022,10,66000,70000 +BEL,2022,11,66000,70000 +BEL,2022,12,66000,70000 +BEL,2022,13,66000,70000 +BEL,2022,14,66000,70000 +BEL,2022,15,65000,69000 +BEL,2022,16,65000,68000 +BEL,2022,17,64000,67000 +BEL,2022,18,63000,67000 +BEL,2023,0,61000,64000 +BEL,2023,1,61000,64000 +BEL,2023,2,61000,64000 +BEL,2023,3,61000,64000 +BEL,2023,4,61000,65000 +BEL,2023,5,62000,66000 +BEL,2023,6,63000,67000 +BEL,2023,7,64000,68000 +BEL,2023,8,64000,69000 +BEL,2023,9,65000,69000 +BEL,2023,10,65000,70000 +BEL,2023,11,66000,70000 +BEL,2023,12,66000,70000 +BEL,2023,13,66000,70000 +BEL,2023,14,66000,70000 +BEL,2023,15,66000,70000 +BEL,2023,16,66000,69000 +BEL,2023,17,65000,68000 +BEL,2023,18,64000,68000 +BEL,2024,0,61000,64000 +BEL,2024,1,61000,64000 +BEL,2024,2,61000,64000 +BEL,2024,3,61000,64000 +BEL,2024,4,61000,65000 +BEL,2024,5,62000,65000 +BEL,2024,6,62000,66000 +BEL,2024,7,63000,67000 +BEL,2024,8,64000,68000 +BEL,2024,9,64000,69000 +BEL,2024,10,65000,70000 +BEL,2024,11,66000,70000 +BEL,2024,12,66000,70000 +BEL,2024,13,66000,70000 +BEL,2024,14,66000,70000 +BEL,2024,15,67000,70000 +BEL,2024,16,66000,70000 +BEL,2024,17,66000,69000 +BEL,2024,18,65000,69000 +BEL,2025,0,61000,64000 +BEL,2025,1,61000,64000 +BEL,2025,2,61000,64000 +BEL,2025,3,61000,64000 +BEL,2025,4,61000,64000 +BEL,2025,5,61000,65000 +BEL,2025,6,62000,66000 +BEL,2025,7,63000,66000 +BEL,2025,8,63000,67000 +BEL,2025,9,64000,68000 +BEL,2025,10,65000,69000 +BEL,2025,11,65000,70000 +BEL,2025,12,66000,70000 +BEL,2025,13,66000,71000 +BEL,2025,14,66000,71000 +BEL,2025,15,66000,71000 +BEL,2025,16,67000,71000 +BEL,2025,17,67000,70000 +BEL,2025,18,66000,70000 +BEL,2026,0,61000,63000 +BEL,2026,1,61000,64000 +BEL,2026,2,61000,64000 +BEL,2026,3,61000,64000 +BEL,2026,4,61000,64000 +BEL,2026,5,61000,65000 +BEL,2026,6,62000,65000 +BEL,2026,7,62000,66000 +BEL,2026,8,63000,67000 +BEL,2026,9,63000,67000 +BEL,2026,10,64000,68000 +BEL,2026,11,65000,69000 +BEL,2026,12,65000,70000 +BEL,2026,13,66000,71000 +BEL,2026,14,66000,71000 +BEL,2026,15,67000,71000 +BEL,2026,16,67000,71000 +BEL,2026,17,67000,71000 +BEL,2026,18,67000,71000 +BEL,2027,0,60000,63000 +BEL,2027,1,60000,63000 +BEL,2027,2,61000,64000 +BEL,2027,3,61000,64000 +BEL,2027,4,61000,64000 +BEL,2027,5,61000,65000 +BEL,2027,6,62000,65000 +BEL,2027,7,62000,65000 +BEL,2027,8,62000,66000 +BEL,2027,9,63000,67000 +BEL,2027,10,64000,68000 +BEL,2027,11,64000,68000 +BEL,2027,12,65000,69000 +BEL,2027,13,66000,70000 +BEL,2027,14,66000,71000 +BEL,2027,15,67000,71000 +BEL,2027,16,67000,71000 +BEL,2027,17,67000,71000 +BEL,2027,18,67000,71000 +BEL,2028,0,59000,62000 +BEL,2028,1,60000,63000 +BEL,2028,2,60000,63000 +BEL,2028,3,61000,64000 +BEL,2028,4,61000,64000 +BEL,2028,5,62000,64000 +BEL,2028,6,62000,65000 +BEL,2028,7,62000,65000 +BEL,2028,8,62000,66000 +BEL,2028,9,63000,66000 +BEL,2028,10,63000,67000 +BEL,2028,11,64000,68000 +BEL,2028,12,64000,69000 +BEL,2028,13,65000,69000 +BEL,2028,14,66000,70000 +BEL,2028,15,66000,71000 +BEL,2028,16,67000,71000 +BEL,2028,17,67000,71000 +BEL,2028,18,67000,71000 +BEL,2029,0,58000,62000 +BEL,2029,1,59000,62000 +BEL,2029,2,60000,63000 +BEL,2029,3,60000,63000 +BEL,2029,4,61000,64000 +BEL,2029,5,62000,64000 +BEL,2029,6,62000,65000 +BEL,2029,7,62000,65000 +BEL,2029,8,62000,66000 +BEL,2029,9,63000,66000 +BEL,2029,10,63000,66000 +BEL,2029,11,63000,67000 +BEL,2029,12,64000,68000 +BEL,2029,13,65000,69000 +BEL,2029,14,65000,70000 +BEL,2029,15,66000,70000 +BEL,2029,16,67000,71000 +BEL,2029,17,67000,71000 +BEL,2029,18,67000,71000 +BEL,2030,0,58000,61000 +BEL,2030,1,59000,62000 +BEL,2030,2,60000,62000 +BEL,2030,3,60000,63000 +BEL,2030,4,61000,64000 +BEL,2030,5,61000,64000 +BEL,2030,6,62000,65000 +BEL,2030,7,62000,65000 +BEL,2030,8,62000,65000 +BEL,2030,9,63000,66000 +BEL,2030,10,63000,66000 +BEL,2030,11,63000,67000 +BEL,2030,12,63000,67000 +BEL,2030,13,64000,68000 +BEL,2030,14,65000,69000 +BEL,2030,15,66000,70000 +BEL,2030,16,66000,71000 +BEL,2030,17,67000,71000 +BEL,2030,18,67000,71000 +BEL,2031,0,58000,61000 +BEL,2031,1,58000,61000 +BEL,2031,2,59000,62000 +BEL,2031,3,60000,63000 +BEL,2031,4,61000,63000 +BEL,2031,5,61000,64000 +BEL,2031,6,62000,64000 +BEL,2031,7,62000,65000 +BEL,2031,8,62000,65000 +BEL,2031,9,63000,66000 +BEL,2031,10,63000,66000 +BEL,2031,11,63000,66000 +BEL,2031,12,63000,67000 +BEL,2031,13,64000,67000 +BEL,2031,14,64000,68000 +BEL,2031,15,65000,69000 +BEL,2031,16,66000,70000 +BEL,2031,17,67000,71000 +BEL,2031,18,67000,71000 +BEL,2032,0,58000,61000 +BEL,2032,1,59000,62000 +BEL,2032,2,59000,62000 +BEL,2032,3,59000,62000 +BEL,2032,4,60000,63000 +BEL,2032,5,61000,64000 +BEL,2032,6,61000,64000 +BEL,2032,7,62000,65000 +BEL,2032,8,62000,65000 +BEL,2032,9,63000,65000 +BEL,2032,10,63000,66000 +BEL,2032,11,63000,66000 +BEL,2032,12,63000,67000 +BEL,2032,13,63000,67000 +BEL,2032,14,64000,68000 +BEL,2032,15,64000,68000 +BEL,2032,16,65000,69000 +BEL,2032,17,66000,70000 +BEL,2032,18,67000,71000 +BEL,2033,0,58000,61000 +BEL,2033,1,59000,62000 +BEL,2033,2,59000,62000 +BEL,2033,3,59000,62000 +BEL,2033,4,60000,63000 +BEL,2033,5,60000,63000 +BEL,2033,6,61000,64000 +BEL,2033,7,61000,64000 +BEL,2033,8,62000,65000 +BEL,2033,9,62000,65000 +BEL,2033,10,63000,66000 +BEL,2033,11,63000,66000 +BEL,2033,12,63000,66000 +BEL,2033,13,63000,67000 +BEL,2033,14,64000,67000 +BEL,2033,15,64000,68000 +BEL,2033,16,65000,68000 +BEL,2033,17,66000,69000 +BEL,2033,18,66000,70000 +BEL,2034,0,58000,61000 +BEL,2034,1,59000,62000 +BEL,2034,2,59000,62000 +BEL,2034,3,59000,62000 +BEL,2034,4,59000,62000 +BEL,2034,5,60000,63000 +BEL,2034,6,61000,63000 +BEL,2034,7,61000,64000 +BEL,2034,8,61000,64000 +BEL,2034,9,62000,65000 +BEL,2034,10,63000,65000 +BEL,2034,11,63000,66000 +BEL,2034,12,63000,66000 +BEL,2034,13,63000,67000 +BEL,2034,14,64000,67000 +BEL,2034,15,64000,67000 +BEL,2034,16,64000,68000 +BEL,2034,17,65000,69000 +BEL,2034,18,66000,70000 +BEL,2035,0,59000,61000 +BEL,2035,1,59000,62000 +BEL,2035,2,59000,62000 +BEL,2035,3,59000,62000 +BEL,2035,4,59000,62000 +BEL,2035,5,60000,63000 +BEL,2035,6,60000,63000 +BEL,2035,7,61000,64000 +BEL,2035,8,61000,64000 +BEL,2035,9,62000,64000 +BEL,2035,10,62000,65000 +BEL,2035,11,63000,66000 +BEL,2035,12,63000,66000 +BEL,2035,13,63000,66000 +BEL,2035,14,64000,67000 +BEL,2035,15,64000,67000 +BEL,2035,16,64000,67000 +BEL,2035,17,64000,68000 +BEL,2035,18,65000,69000 +BEL,2036,0,59000,62000 +BEL,2036,1,59000,62000 +BEL,2036,2,59000,62000 +BEL,2036,3,59000,62000 +BEL,2036,4,59000,62000 +BEL,2036,5,60000,63000 +BEL,2036,6,60000,63000 +BEL,2036,7,60000,63000 +BEL,2036,8,61000,64000 +BEL,2036,9,61000,64000 +BEL,2036,10,62000,65000 +BEL,2036,11,62000,65000 +BEL,2036,12,63000,66000 +BEL,2036,13,63000,66000 +BEL,2036,14,64000,67000 +BEL,2036,15,64000,67000 +BEL,2036,16,64000,67000 +BEL,2036,17,64000,68000 +BEL,2036,18,65000,68000 +BEL,2037,0,59000,62000 +BEL,2037,1,59000,62000 +BEL,2037,2,59000,62000 +BEL,2037,3,59000,62000 +BEL,2037,4,59000,62000 +BEL,2037,5,60000,63000 +BEL,2037,6,60000,63000 +BEL,2037,7,60000,63000 +BEL,2037,8,61000,64000 +BEL,2037,9,61000,64000 +BEL,2037,10,62000,64000 +BEL,2037,11,62000,65000 +BEL,2037,12,63000,65000 +BEL,2037,13,63000,66000 +BEL,2037,14,64000,66000 +BEL,2037,15,64000,67000 +BEL,2037,16,64000,67000 +BEL,2037,17,64000,68000 +BEL,2037,18,65000,68000 +BEL,2038,0,59000,62000 +BEL,2038,1,59000,62000 +BEL,2038,2,59000,62000 +BEL,2038,3,59000,62000 +BEL,2038,4,60000,62000 +BEL,2038,5,60000,63000 +BEL,2038,6,60000,63000 +BEL,2038,7,60000,63000 +BEL,2038,8,61000,63000 +BEL,2038,9,61000,64000 +BEL,2038,10,61000,64000 +BEL,2038,11,62000,65000 +BEL,2038,12,62000,65000 +BEL,2038,13,63000,66000 +BEL,2038,14,63000,66000 +BEL,2038,15,64000,67000 +BEL,2038,16,64000,67000 +BEL,2038,17,64000,67000 +BEL,2038,18,65000,68000 +BEL,2039,0,59000,62000 +BEL,2039,1,59000,62000 +BEL,2039,2,59000,62000 +BEL,2039,3,59000,62000 +BEL,2039,4,60000,63000 +BEL,2039,5,60000,63000 +BEL,2039,6,60000,63000 +BEL,2039,7,60000,63000 +BEL,2039,8,60000,63000 +BEL,2039,9,61000,64000 +BEL,2039,10,61000,64000 +BEL,2039,11,61000,64000 +BEL,2039,12,62000,65000 +BEL,2039,13,62000,65000 +BEL,2039,14,63000,66000 +BEL,2039,15,63000,66000 +BEL,2039,16,64000,67000 +BEL,2039,17,64000,67000 +BEL,2039,18,65000,68000 +BEL,2040,0,60000,63000 +BEL,2040,1,60000,63000 +BEL,2040,2,60000,63000 +BEL,2040,3,60000,63000 +BEL,2040,4,60000,63000 +BEL,2040,5,60000,63000 +BEL,2040,6,60000,63000 +BEL,2040,7,60000,63000 +BEL,2040,8,60000,63000 +BEL,2040,9,61000,64000 +BEL,2040,10,61000,64000 +BEL,2040,11,61000,64000 +BEL,2040,12,62000,65000 +BEL,2040,13,62000,65000 +BEL,2040,14,63000,65000 +BEL,2040,15,63000,66000 +BEL,2040,16,64000,66000 +BEL,2040,17,64000,67000 +BEL,2040,18,65000,67000 +BEL,2041,0,60000,63000 +BEL,2041,1,60000,63000 +BEL,2041,2,60000,63000 +BEL,2041,3,60000,63000 +BEL,2041,4,60000,63000 +BEL,2041,5,60000,63000 +BEL,2041,6,60000,63000 +BEL,2041,7,60000,63000 +BEL,2041,8,60000,63000 +BEL,2041,9,61000,63000 +BEL,2041,10,61000,64000 +BEL,2041,11,61000,64000 +BEL,2041,12,61000,64000 +BEL,2041,13,62000,65000 +BEL,2041,14,62000,65000 +BEL,2041,15,63000,66000 +BEL,2041,16,63000,66000 +BEL,2041,17,64000,67000 +BEL,2041,18,65000,67000 +BEL,2042,0,60000,63000 +BEL,2042,1,60000,63000 +BEL,2042,2,60000,63000 +BEL,2042,3,60000,63000 +BEL,2042,4,60000,63000 +BEL,2042,5,60000,63000 +BEL,2042,6,60000,63000 +BEL,2042,7,60000,63000 +BEL,2042,8,60000,63000 +BEL,2042,9,61000,63000 +BEL,2042,10,61000,64000 +BEL,2042,11,61000,64000 +BEL,2042,12,61000,64000 +BEL,2042,13,62000,65000 +BEL,2042,14,62000,65000 +BEL,2042,15,63000,65000 +BEL,2042,16,63000,66000 +BEL,2042,17,64000,66000 +BEL,2042,18,64000,67000 +BEL,2043,0,60000,63000 +BEL,2043,1,60000,63000 +BEL,2043,2,60000,63000 +BEL,2043,3,60000,63000 +BEL,2043,4,60000,63000 +BEL,2043,5,60000,63000 +BEL,2043,6,60000,63000 +BEL,2043,7,60000,63000 +BEL,2043,8,61000,63000 +BEL,2043,9,61000,63000 +BEL,2043,10,61000,64000 +BEL,2043,11,61000,64000 +BEL,2043,12,61000,64000 +BEL,2043,13,62000,64000 +BEL,2043,14,62000,65000 +BEL,2043,15,62000,65000 +BEL,2043,16,63000,65000 +BEL,2043,17,63000,66000 +BEL,2043,18,64000,66000 +BEL,2044,0,60000,63000 +BEL,2044,1,60000,63000 +BEL,2044,2,60000,63000 +BEL,2044,3,61000,63000 +BEL,2044,4,61000,64000 +BEL,2044,5,61000,64000 +BEL,2044,6,61000,64000 +BEL,2044,7,61000,64000 +BEL,2044,8,61000,64000 +BEL,2044,9,61000,64000 +BEL,2044,10,61000,64000 +BEL,2044,11,61000,64000 +BEL,2044,12,61000,64000 +BEL,2044,13,61000,64000 +BEL,2044,14,62000,65000 +BEL,2044,15,62000,65000 +BEL,2044,16,62000,65000 +BEL,2044,17,63000,66000 +BEL,2044,18,64000,66000 +BEL,2045,0,60000,63000 +BEL,2045,1,60000,63000 +BEL,2045,2,61000,64000 +BEL,2045,3,61000,64000 +BEL,2045,4,61000,64000 +BEL,2045,5,61000,64000 +BEL,2045,6,61000,64000 +BEL,2045,7,61000,64000 +BEL,2045,8,61000,64000 +BEL,2045,9,61000,64000 +BEL,2045,10,61000,64000 +BEL,2045,11,61000,64000 +BEL,2045,12,61000,64000 +BEL,2045,13,61000,64000 +BEL,2045,14,62000,64000 +BEL,2045,15,62000,65000 +BEL,2045,16,62000,65000 +BEL,2045,17,63000,65000 +BEL,2045,18,63000,66000 +BEL,2046,0,60000,63000 +BEL,2046,1,60000,63000 +BEL,2046,2,61000,64000 +BEL,2046,3,61000,64000 +BEL,2046,4,61000,64000 +BEL,2046,5,61000,64000 +BEL,2046,6,61000,64000 +BEL,2046,7,61000,64000 +BEL,2046,8,61000,64000 +BEL,2046,9,61000,64000 +BEL,2046,10,61000,64000 +BEL,2046,11,61000,64000 +BEL,2046,12,61000,64000 +BEL,2046,13,61000,64000 +BEL,2046,14,62000,64000 +BEL,2046,15,62000,65000 +BEL,2046,16,62000,65000 +BEL,2046,17,63000,65000 +BEL,2046,18,63000,66000 +BEL,2047,0,60000,63000 +BEL,2047,1,60000,63000 +BEL,2047,2,61000,64000 +BEL,2047,3,61000,64000 +BEL,2047,4,61000,64000 +BEL,2047,5,61000,64000 +BEL,2047,6,61000,64000 +BEL,2047,7,61000,64000 +BEL,2047,8,61000,64000 +BEL,2047,9,61000,64000 +BEL,2047,10,61000,64000 +BEL,2047,11,61000,64000 +BEL,2047,12,61000,64000 +BEL,2047,13,61000,64000 +BEL,2047,14,62000,64000 +BEL,2047,15,62000,65000 +BEL,2047,16,62000,65000 +BEL,2047,17,62000,65000 +BEL,2047,18,63000,65000 +BEL,2048,0,60000,63000 +BEL,2048,1,60000,63000 +BEL,2048,2,61000,64000 +BEL,2048,3,61000,64000 +BEL,2048,4,61000,64000 +BEL,2048,5,61000,64000 +BEL,2048,6,61000,64000 +BEL,2048,7,61000,64000 +BEL,2048,8,61000,64000 +BEL,2048,9,61000,64000 +BEL,2048,10,61000,64000 +BEL,2048,11,61000,64000 +BEL,2048,12,61000,64000 +BEL,2048,13,62000,64000 +BEL,2048,14,62000,64000 +BEL,2048,15,62000,64000 +BEL,2048,16,62000,65000 +BEL,2048,17,62000,65000 +BEL,2048,18,63000,65000 +BEL,2049,0,59000,62000 +BEL,2049,1,60000,63000 +BEL,2049,2,61000,64000 +BEL,2049,3,61000,64000 +BEL,2049,4,61000,64000 +BEL,2049,5,61000,64000 +BEL,2049,6,62000,65000 +BEL,2049,7,62000,65000 +BEL,2049,8,62000,65000 +BEL,2049,9,62000,65000 +BEL,2049,10,62000,65000 +BEL,2049,11,62000,65000 +BEL,2049,12,62000,64000 +BEL,2049,13,62000,64000 +BEL,2049,14,62000,65000 +BEL,2049,15,62000,65000 +BEL,2049,16,62000,65000 +BEL,2049,17,62000,65000 +BEL,2049,18,63000,65000 +BEL,2050,0,59000,62000 +BEL,2050,1,60000,63000 +BEL,2050,2,60000,63000 +BEL,2050,3,61000,64000 +BEL,2050,4,61000,64000 +BEL,2050,5,61000,64000 +BEL,2050,6,62000,65000 +BEL,2050,7,62000,65000 +BEL,2050,8,62000,65000 +BEL,2050,9,62000,65000 +BEL,2050,10,62000,65000 +BEL,2050,11,62000,65000 +BEL,2050,12,62000,65000 +BEL,2050,13,62000,65000 +BEL,2050,14,62000,65000 +BEL,2050,15,62000,65000 +BEL,2050,16,62000,65000 +BEL,2050,17,62000,65000 +BEL,2050,18,62000,65000 +BEN,1990,0,99803,102347 +BEN,1990,1,95036,97337 +BEN,1990,2,90654,92716 +BEN,1990,3,86626,88455 +BEN,1990,4,82925,84528 +BEN,1990,5,79522,80904 +BEN,1990,6,76388,77557 +BEN,1990,7,73493,74459 +BEN,1990,8,70810,71581 +BEN,1990,9,68309,68896 +BEN,1990,10,65992,66404 +BEN,1990,11,63864,64107 +BEN,1990,12,61736,61831 +BEN,1990,13,59516,59489 +BEN,1990,14,57271,57140 +BEN,1990,15,55151,54922 +BEN,1990,16,53118,52793 +BEN,1990,17,51193,50784 +BEN,1990,18,49400,48922 +BEN,1991,0,102722,105360 +BEN,1991,1,98341,100762 +BEN,1991,2,93826,96013 +BEN,1991,3,89667,91625 +BEN,1991,4,85837,87571 +BEN,1991,5,82307,83822 +BEN,1991,6,79053,80356 +BEN,1991,7,76050,77149 +BEN,1991,8,73251,74154 +BEN,1991,9,70620,71334 +BEN,1991,10,68141,68675 +BEN,1991,11,65835,66197 +BEN,1991,12,63700,63898 +BEN,1991,13,61577,61626 +BEN,1991,14,59387,59307 +BEN,1991,15,57187,56992 +BEN,1991,16,55101,54796 +BEN,1991,17,53095,52683 +BEN,1991,18,51194,50691 +BEN,1992,0,105921,108700 +BEN,1992,1,100928,103468 +BEN,1992,2,97031,99369 +BEN,1992,3,92760,94871 +BEN,1992,4,88819,90708 +BEN,1992,5,85180,86852 +BEN,1992,6,81815,83276 +BEN,1992,7,78705,79961 +BEN,1992,8,75829,76887 +BEN,1992,9,73122,73988 +BEN,1992,10,70539,71221 +BEN,1992,11,68078,68583 +BEN,1992,12,65778,66115 +BEN,1992,13,63634,63810 +BEN,1992,14,61512,61538 +BEN,1992,15,59350,59237 +BEN,1992,16,57191,56952 +BEN,1992,17,55135,54774 +BEN,1992,18,53153,52673 +BEN,1993,0,109242,112186 +BEN,1993,1,104146,106851 +BEN,1993,2,99450,101922 +BEN,1993,3,95787,98060 +BEN,1993,4,91758,93811 +BEN,1993,5,88032,89869 +BEN,1993,6,84581,86208 +BEN,1993,7,81379,82801 +BEN,1993,8,78411,79634 +BEN,1993,9,75661,76691 +BEN,1993,10,73043,73887 +BEN,1993,11,70507,71170 +BEN,1993,12,68062,68551 +BEN,1993,13,65767,66090 +BEN,1993,14,63612,63777 +BEN,1993,15,61490,61503 +BEN,1993,16,59353,59219 +BEN,1993,17,57234,56960 +BEN,1993,18,55207,54799 +BEN,1994,0,112483,115594 +BEN,1994,1,107325,110195 +BEN,1994,2,102559,105196 +BEN,1994,3,98158,100568 +BEN,1994,4,94523,96729 +BEN,1994,5,90738,92728 +BEN,1994,6,87228,89009 +BEN,1994,7,83966,85544 +BEN,1994,8,80928,82308 +BEN,1994,9,78102,79289 +BEN,1994,10,75478,76479 +BEN,1994,11,72951,73770 +BEN,1994,12,70462,71104 +BEN,1994,13,68033,68504 +BEN,1994,14,65744,66051 +BEN,1994,15,63579,63730 +BEN,1994,16,61457,61454 +BEN,1994,17,59345,59187 +BEN,1994,18,57267,56957 +BEN,1995,0,115507,118768 +BEN,1995,1,110343,113363 +BEN,1995,2,105555,108340 +BEN,1995,3,101118,103676 +BEN,1995,4,97005,99342 +BEN,1995,5,93192,95315 +BEN,1995,6,89652,91567 +BEN,1995,7,86360,88074 +BEN,1995,8,83291,84808 +BEN,1995,9,80419,81745 +BEN,1995,10,77737,78878 +BEN,1995,11,75241,76202 +BEN,1995,12,72806,73590 +BEN,1995,13,70366,70978 +BEN,1995,14,67955,68400 +BEN,1995,15,65673,65956 +BEN,1995,16,63500,63630 +BEN,1995,17,61380,61354 +BEN,1995,18,59295,59106 +BEN,1996,0,118388,121792 +BEN,1996,1,113999,117160 +BEN,1996,2,109127,112053 +BEN,1996,3,104588,107288 +BEN,1996,4,100361,102840 +BEN,1996,5,96422,98687 +BEN,1996,6,92749,94807 +BEN,1996,7,89323,91177 +BEN,1996,8,86112,87769 +BEN,1996,9,83090,84558 +BEN,1996,10,80240,81523 +BEN,1996,11,77563,78667 +BEN,1996,12,75054,75983 +BEN,1996,13,72607,73361 +BEN,1996,14,70170,70743 +BEN,1996,15,67768,68160 +BEN,1996,16,65485,65703 +BEN,1996,17,63304,63357 +BEN,1996,18,61179,61066 +BEN,1997,0,121096,124628 +BEN,1997,1,116099,119382 +BEN,1997,2,112455,115502 +BEN,1997,3,107876,110696 +BEN,1997,4,103588,106189 +BEN,1997,5,99572,101960 +BEN,1997,6,95807,97989 +BEN,1997,7,92277,94257 +BEN,1997,8,88965,90748 +BEN,1997,9,85835,87427 +BEN,1997,10,82862,84271 +BEN,1997,11,80035,81266 +BEN,1997,12,77364,78421 +BEN,1997,13,74842,75731 +BEN,1997,14,72386,73100 +BEN,1997,15,69951,70477 +BEN,1997,16,67559,67891 +BEN,1997,17,65276,65422 +BEN,1997,18,63089,63056 +BEN,1998,0,123726,127383 +BEN,1998,1,118861,122264 +BEN,1998,2,114267,117428 +BEN,1998,3,110900,113836 +BEN,1998,4,106615,109332 +BEN,1998,5,102578,105083 +BEN,1998,6,98774,101073 +BEN,1998,7,95184,97284 +BEN,1998,8,91797,93702 +BEN,1998,9,88599,90312 +BEN,1998,10,85551,87079 +BEN,1998,11,82627,83979 +BEN,1998,12,79823,81003 +BEN,1998,13,77158,78170 +BEN,1998,14,74624,75475 +BEN,1998,15,72157,72833 +BEN,1998,16,69725,70206 +BEN,1998,17,67344,67617 +BEN,1998,18,65061,65136 +BEN,1999,0,126421,130216 +BEN,1999,1,121665,125206 +BEN,1999,2,117149,120446 +BEN,1999,3,112861,115924 +BEN,1999,4,109373,112222 +BEN,1999,5,105379,108016 +BEN,1999,6,101593,104024 +BEN,1999,7,97999,100231 +BEN,1999,8,94584,96623 +BEN,1999,9,91338,93188 +BEN,1999,10,88254,89916 +BEN,1999,11,85287,86770 +BEN,1999,12,82411,83723 +BEN,1999,13,79630,80776 +BEN,1999,14,76970,77954 +BEN,1999,15,74423,75251 +BEN,1999,16,71945,72599 +BEN,1999,17,69516,69966 +BEN,1999,18,67145,67373 +BEN,2000,0,129289,133246 +BEN,2000,1,124587,128292 +BEN,2000,2,120108,123572 +BEN,2000,3,115840,119073 +BEN,2000,4,111772,114782 +BEN,2000,5,107893,110688 +BEN,2000,6,104190,106779 +BEN,2000,7,100652,103041 +BEN,2000,8,97267,99462 +BEN,2000,9,94024,96031 +BEN,2000,10,90919,92741 +BEN,2000,11,87948,89586 +BEN,2000,12,85060,86523 +BEN,2000,13,82231,83529 +BEN,2000,14,79471,80608 +BEN,2000,15,76815,77794 +BEN,2000,16,74255,75083 +BEN,2000,17,71765,72418 +BEN,2000,18,69337,69777 +BEN,2001,0,132132,136159 +BEN,2001,1,127839,131676 +BEN,2001,2,123320,126920 +BEN,2001,3,119018,122389 +BEN,2001,4,114919,118070 +BEN,2001,5,111009,113947 +BEN,2001,6,107280,110011 +BEN,2001,7,103724,106254 +BEN,2001,8,100294,102630 +BEN,2001,9,96963,99113 +BEN,2001,10,93737,95707 +BEN,2001,11,90643,92435 +BEN,2001,12,87671,89287 +BEN,2001,13,84785,86228 +BEN,2001,14,81968,83243 +BEN,2001,15,79225,80332 +BEN,2001,16,76577,77520 +BEN,2001,17,74018,74803 +BEN,2001,18,71531,72136 +BEN,2002,0,135159,139282 +BEN,2002,1,130406,134311 +BEN,2002,2,126469,130229 +BEN,2002,3,122130,125666 +BEN,2002,4,118003,121321 +BEN,2002,5,114071,117177 +BEN,2002,6,110316,113217 +BEN,2002,7,106735,109436 +BEN,2002,8,103323,105827 +BEN,2002,9,99999,102315 +BEN,2002,10,96720,98856 +BEN,2002,11,93508,95471 +BEN,2002,12,90423,92214 +BEN,2002,13,87450,89071 +BEN,2002,14,84563,86014 +BEN,2002,15,81756,83034 +BEN,2002,16,79028,80131 +BEN,2002,17,76386,77317 +BEN,2002,18,73827,74592 +BEN,2003,0,138376,142603 +BEN,2003,1,133522,137552 +BEN,2003,2,128927,132759 +BEN,2003,3,125147,128841 +BEN,2003,4,120986,124467 +BEN,2003,5,117032,120306 +BEN,2003,6,113265,116336 +BEN,2003,7,109664,112538 +BEN,2003,8,106230,108910 +BEN,2003,9,102961,105448 +BEN,2003,10,99741,102045 +BEN,2003,11,96513,98644 +BEN,2003,12,93314,95278 +BEN,2003,13,90237,92035 +BEN,2003,14,87261,88894 +BEN,2003,15,84373,85837 +BEN,2003,16,81575,82862 +BEN,2003,17,78861,79965 +BEN,2003,18,76224,77149 +BEN,2004,0,141779,146103 +BEN,2004,1,136784,140922 +BEN,2004,2,132079,136029 +BEN,2004,3,127643,131404 +BEN,2004,4,123834,127435 +BEN,2004,5,119851,123253 +BEN,2004,6,116070,119276 +BEN,2004,7,112467,115481 +BEN,2004,8,109021,111845 +BEN,2004,9,105733,108370 +BEN,2004,10,102607,105056 +BEN,2004,11,99492,101763 +BEN,2004,12,96314,98419 +BEN,2004,13,93127,95073 +BEN,2004,14,90058,91844 +BEN,2004,15,87079,88707 +BEN,2004,16,84190,85651 +BEN,2004,17,81400,82680 +BEN,2004,18,78700,79790 +BEN,2005,0,145355,149755 +BEN,2005,1,140189,144400 +BEN,2005,2,135346,139370 +BEN,2005,3,130801,134637 +BEN,2005,4,126529,130178 +BEN,2005,5,122504,125967 +BEN,2005,6,118700,121978 +BEN,2005,7,115093,118187 +BEN,2005,8,111655,114569 +BEN,2005,9,108363,111097 +BEN,2005,10,105222,107777 +BEN,2005,11,102239,104613 +BEN,2005,12,99229,101431 +BEN,2005,13,96102,98146 +BEN,2005,14,92928,94822 +BEN,2005,15,89867,91609 +BEN,2005,16,86886,88477 +BEN,2005,17,83995,85422 +BEN,2005,18,81215,82458 +BEN,2006,0,149100,153705 +BEN,2006,1,143981,148341 +BEN,2006,2,139007,143180 +BEN,2006,3,134346,138334 +BEN,2006,4,129969,133776 +BEN,2006,5,125848,129477 +BEN,2006,6,121963,125415 +BEN,2006,7,118291,121569 +BEN,2006,8,114777,117878 +BEN,2006,9,111383,114302 +BEN,2006,10,108097,110831 +BEN,2006,11,104956,107505 +BEN,2006,12,101962,104324 +BEN,2006,13,98937,101115 +BEN,2006,14,95800,97797 +BEN,2006,15,92618,94435 +BEN,2006,16,89541,91178 +BEN,2006,17,86537,87995 +BEN,2006,18,83628,84899 +BEN,2007,0,153032,157821 +BEN,2007,1,147414,151954 +BEN,2007,2,142607,146874 +BEN,2007,3,137827,141908 +BEN,2007,4,133347,137250 +BEN,2007,5,129137,132867 +BEN,2007,6,125168,128730 +BEN,2007,7,121423,124819 +BEN,2007,8,117882,121116 +BEN,2007,9,114461,117527 +BEN,2007,10,111110,113994 +BEN,2007,11,107832,110525 +BEN,2007,12,104691,107194 +BEN,2007,13,101684,103997 +BEN,2007,14,98645,100762 +BEN,2007,15,95498,97412 +BEN,2007,16,92308,94015 +BEN,2007,17,89214,90714 +BEN,2007,18,86189,87481 +BEN,2008,0,157043,162005 +BEN,2008,1,151196,155867 +BEN,2008,2,145784,150193 +BEN,2008,3,141240,145391 +BEN,2008,4,136652,140621 +BEN,2008,5,132353,136150 +BEN,2008,6,128311,131944 +BEN,2008,7,124494,127968 +BEN,2008,8,120888,124209 +BEN,2008,9,117478,120650 +BEN,2008,10,114150,117163 +BEN,2008,11,110843,113674 +BEN,2008,12,107571,110207 +BEN,2008,13,104430,106871 +BEN,2008,14,101412,103659 +BEN,2008,15,98357,100398 +BEN,2008,16,95200,97017 +BEN,2008,17,92002,93584 +BEN,2008,18,88892,90240 +BEN,2009,0,160994,166135 +BEN,2009,1,154989,159804 +BEN,2009,2,149433,153961 +BEN,2009,3,144292,148567 +BEN,2009,4,139891,143943 +BEN,2009,5,135495,139367 +BEN,2009,6,131376,135083 +BEN,2009,7,127501,131052 +BEN,2009,8,123835,127237 +BEN,2009,9,120368,123628 +BEN,2009,10,117089,120213 +BEN,2009,11,113855,116826 +BEN,2009,12,110589,113381 +BEN,2009,13,107325,109915 +BEN,2009,14,104182,106574 +BEN,2009,15,101152,103346 +BEN,2009,16,98082,100058 +BEN,2009,17,94914,96644 +BEN,2009,18,91707,93175 +BEN,2010,0,164780,170114 +BEN,2010,1,158726,163716 +BEN,2010,2,153113,157801 +BEN,2010,3,147905,152330 +BEN,2010,4,143066,147261 +BEN,2010,5,138563,142555 +BEN,2010,6,134359,138172 +BEN,2010,7,130420,134071 +BEN,2010,8,126711,130214 +BEN,2010,9,123196,126559 +BEN,2010,10,119868,123099 +BEN,2010,11,116718,119825 +BEN,2010,12,113576,116538 +BEN,2010,13,110353,113134 +BEN,2010,14,107095,109669 +BEN,2010,15,103951,106320 +BEN,2010,16,100908,103075 +BEN,2010,17,97822,99760 +BEN,2010,18,94643,96312 +BEN,2011,0,168184,173599 +BEN,2011,1,163132,168288 +BEN,2011,2,157410,162253 +BEN,2011,3,152064,156630 +BEN,2011,4,147066,151387 +BEN,2011,5,142388,146491 +BEN,2011,6,137997,141906 +BEN,2011,7,133862,137594 +BEN,2011,8,129973,133546 +BEN,2011,9,126307,129738 +BEN,2011,10,122827,126125 +BEN,2011,11,119508,122678 +BEN,2011,12,116349,119397 +BEN,2011,13,113192,116093 +BEN,2011,14,109956,112667 +BEN,2011,15,106685,109174 +BEN,2011,16,103521,105791 +BEN,2011,17,100452,102505 +BEN,2011,18,97346,99159 +BEN,2012,0,171467,176982 +BEN,2012,1,165695,170891 +BEN,2012,2,161559,166584 +BEN,2012,3,156165,160908 +BEN,2012,4,151084,155573 +BEN,2012,5,146293,150554 +BEN,2012,6,141772,145827 +BEN,2012,7,137492,141359 +BEN,2012,8,133425,137115 +BEN,2012,9,129584,133116 +BEN,2012,10,125960,129355 +BEN,2012,11,122513,125781 +BEN,2012,12,119202,122346 +BEN,2012,13,116031,119056 +BEN,2012,14,112858,115732 +BEN,2012,15,109607,112280 +BEN,2012,16,106323,108758 +BEN,2012,17,103137,105339 +BEN,2012,18,100040,102009 +BEN,2013,0,174663,180287 +BEN,2013,1,169150,174484 +BEN,2013,2,163892,168960 +BEN,2013,3,160040,164962 +BEN,2013,4,154973,159642 +BEN,2013,5,150155,154592 +BEN,2013,6,145570,149795 +BEN,2013,7,141205,145235 +BEN,2013,8,137035,140882 +BEN,2013,9,133033,136704 +BEN,2013,10,129238,132752 +BEN,2013,11,125656,129036 +BEN,2013,12,122240,125499 +BEN,2013,13,118936,122073 +BEN,2013,14,115752,118772 +BEN,2013,15,112562,115428 +BEN,2013,16,109296,111949 +BEN,2013,17,105996,108396 +BEN,2013,18,102788,104938 +BEN,2014,0,177840,183565 +BEN,2014,1,172587,178050 +BEN,2014,2,167515,172732 +BEN,2014,3,162617,167604 +BEN,2014,4,158561,163381 +BEN,2014,5,153819,158415 +BEN,2014,6,149263,153649 +BEN,2014,7,144883,149073 +BEN,2014,8,140673,144679 +BEN,2014,9,136611,140439 +BEN,2014,10,132674,136326 +BEN,2014,11,128925,132421 +BEN,2014,12,125382,128749 +BEN,2014,13,121997,125249 +BEN,2014,14,118700,121832 +BEN,2014,15,115503,118519 +BEN,2014,16,112294,115152 +BEN,2014,17,109012,111645 +BEN,2014,18,105696,108060 +BEN,2015,0,181059,186868 +BEN,2015,1,176018,181587 +BEN,2015,2,171104,176443 +BEN,2015,3,166316,171434 +BEN,2015,4,161653,166559 +BEN,2015,5,157113,161817 +BEN,2015,6,152696,157206 +BEN,2015,7,148401,152723 +BEN,2015,8,144225,148368 +BEN,2015,9,140170,144140 +BEN,2015,10,136215,140013 +BEN,2015,11,132342,135965 +BEN,2015,12,128638,132105 +BEN,2015,13,125135,128477 +BEN,2015,14,121780,125012 +BEN,2015,15,118488,121604 +BEN,2015,16,115276,118279 +BEN,2015,17,112049,114890 +BEN,2015,18,108750,111355 +BEN,2016,0,184077,189967 +BEN,2016,1,179676,185362 +BEN,2016,2,174809,180270 +BEN,2016,3,170060,175306 +BEN,2016,4,165426,170466 +BEN,2016,5,160905,165746 +BEN,2016,6,156497,161149 +BEN,2016,7,152206,156675 +BEN,2016,8,148002,152293 +BEN,2016,9,143874,147989 +BEN,2016,10,139832,143775 +BEN,2016,11,135885,139656 +BEN,2016,12,132011,135605 +BEN,2016,13,128301,131734 +BEN,2016,14,124797,128089 +BEN,2016,15,121443,124604 +BEN,2016,16,118144,121168 +BEN,2016,17,114920,117809 +BEN,2016,18,111684,114395 +BEN,2017,0,187168,193126 +BEN,2017,1,182405,188140 +BEN,2017,2,178371,183926 +BEN,2017,3,173676,179020 +BEN,2017,4,169089,174234 +BEN,2017,5,164608,169561 +BEN,2017,6,160226,164995 +BEN,2017,7,155949,160541 +BEN,2017,8,151781,156202 +BEN,2017,9,147668,151919 +BEN,2017,10,143584,147665 +BEN,2017,11,139555,143464 +BEN,2017,12,135614,139351 +BEN,2017,13,131736,135296 +BEN,2017,14,128020,131412 +BEN,2017,15,124514,127750 +BEN,2017,16,121159,124243 +BEN,2017,17,117851,120778 +BEN,2017,18,114613,117383 +BEN,2018,0,190364,196390 +BEN,2018,1,185661,191461 +BEN,2018,2,181045,186633 +BEN,2018,3,177117,182535 +BEN,2018,4,172592,177815 +BEN,2018,5,168167,173205 +BEN,2018,6,163836,168698 +BEN,2018,7,159593,164285 +BEN,2018,8,155445,159972 +BEN,2018,9,151400,155768 +BEN,2018,10,147375,151583 +BEN,2018,11,143335,147376 +BEN,2018,12,139317,143187 +BEN,2018,13,135381,139080 +BEN,2018,14,131498,135020 +BEN,2018,15,127775,131122 +BEN,2018,16,124265,127441 +BEN,2018,17,120909,123912 +BEN,2018,18,117592,120417 +BEN,2019,0,194000,200000 +BEN,2019,1,189000,195000 +BEN,2019,2,184000,190000 +BEN,2019,3,180000,185000 +BEN,2019,4,176000,181000 +BEN,2019,5,172000,177000 +BEN,2019,6,167000,172000 +BEN,2019,7,163000,168000 +BEN,2019,8,159000,164000 +BEN,2019,9,155000,159000 +BEN,2019,10,151000,155000 +BEN,2019,11,147000,151000 +BEN,2019,12,143000,147000 +BEN,2019,13,139000,143000 +BEN,2019,14,135000,139000 +BEN,2019,15,131000,135000 +BEN,2019,16,128000,131000 +BEN,2019,17,124000,127000 +BEN,2019,18,121000,124000 +BEN,2020,0,197000,203000 +BEN,2020,1,192000,198000 +BEN,2020,2,188000,194000 +BEN,2020,3,183000,189000 +BEN,2020,4,179000,184000 +BEN,2020,5,175000,180000 +BEN,2020,6,170000,175000 +BEN,2020,7,166000,171000 +BEN,2020,8,162000,167000 +BEN,2020,9,158000,163000 +BEN,2020,10,154000,159000 +BEN,2020,11,151000,155000 +BEN,2020,12,147000,151000 +BEN,2020,13,143000,147000 +BEN,2020,14,139000,143000 +BEN,2020,15,135000,139000 +BEN,2020,16,131000,135000 +BEN,2020,17,127000,131000 +BEN,2020,18,124000,127000 +BEN,2021,0,201000,207000 +BEN,2021,1,196000,202000 +BEN,2021,2,191000,197000 +BEN,2021,3,187000,192000 +BEN,2021,4,183000,188000 +BEN,2021,5,178000,183000 +BEN,2021,6,174000,179000 +BEN,2021,7,170000,175000 +BEN,2021,8,166000,171000 +BEN,2021,9,162000,167000 +BEN,2021,10,158000,163000 +BEN,2021,11,154000,159000 +BEN,2021,12,150000,155000 +BEN,2021,13,147000,151000 +BEN,2021,14,143000,146000 +BEN,2021,15,139000,142000 +BEN,2021,16,135000,138000 +BEN,2021,17,131000,134000 +BEN,2021,18,127000,130000 +BEN,2022,0,205000,211000 +BEN,2022,1,200000,206000 +BEN,2022,2,195000,201000 +BEN,2022,3,190000,196000 +BEN,2022,4,186000,191000 +BEN,2022,5,182000,187000 +BEN,2022,6,178000,183000 +BEN,2022,7,174000,179000 +BEN,2022,8,170000,175000 +BEN,2022,9,166000,170000 +BEN,2022,10,162000,166000 +BEN,2022,11,158000,162000 +BEN,2022,12,154000,158000 +BEN,2022,13,150000,154000 +BEN,2022,14,146000,150000 +BEN,2022,15,142000,146000 +BEN,2022,16,138000,142000 +BEN,2022,17,134000,138000 +BEN,2022,18,130000,134000 +BEN,2023,0,209000,215000 +BEN,2023,1,203000,210000 +BEN,2023,2,198000,204000 +BEN,2023,3,194000,199000 +BEN,2023,4,189000,195000 +BEN,2023,5,185000,190000 +BEN,2023,6,181000,186000 +BEN,2023,7,177000,182000 +BEN,2023,8,173000,178000 +BEN,2023,9,169000,174000 +BEN,2023,10,165000,170000 +BEN,2023,11,162000,166000 +BEN,2023,12,158000,162000 +BEN,2023,13,154000,158000 +BEN,2023,14,150000,154000 +BEN,2023,15,146000,150000 +BEN,2023,16,142000,146000 +BEN,2023,17,138000,142000 +BEN,2023,18,134000,137000 +BEN,2024,0,213000,219000 +BEN,2024,1,207000,213000 +BEN,2024,2,202000,208000 +BEN,2024,3,197000,203000 +BEN,2024,4,193000,198000 +BEN,2024,5,188000,194000 +BEN,2024,6,184000,189000 +BEN,2024,7,180000,185000 +BEN,2024,8,176000,181000 +BEN,2024,9,173000,177000 +BEN,2024,10,169000,174000 +BEN,2024,11,165000,170000 +BEN,2024,12,161000,166000 +BEN,2024,13,157000,162000 +BEN,2024,14,153000,158000 +BEN,2024,15,150000,154000 +BEN,2024,16,146000,150000 +BEN,2024,17,142000,145000 +BEN,2024,18,138000,141000 +BEN,2025,0,216000,223000 +BEN,2025,1,211000,217000 +BEN,2025,2,206000,212000 +BEN,2025,3,201000,206000 +BEN,2025,4,196000,202000 +BEN,2025,5,191000,197000 +BEN,2025,6,187000,193000 +BEN,2025,7,183000,188000 +BEN,2025,8,179000,184000 +BEN,2025,9,176000,181000 +BEN,2025,10,172000,177000 +BEN,2025,11,169000,173000 +BEN,2025,12,165000,169000 +BEN,2025,13,161000,166000 +BEN,2025,14,157000,161000 +BEN,2025,15,153000,157000 +BEN,2025,16,149000,153000 +BEN,2025,17,146000,149000 +BEN,2025,18,142000,145000 +BEN,2026,0,220000,227000 +BEN,2026,1,215000,222000 +BEN,2026,2,210000,216000 +BEN,2026,3,205000,211000 +BEN,2026,4,200000,206000 +BEN,2026,5,195000,201000 +BEN,2026,6,191000,196000 +BEN,2026,7,187000,192000 +BEN,2026,8,183000,188000 +BEN,2026,9,179000,184000 +BEN,2026,10,175000,180000 +BEN,2026,11,172000,176000 +BEN,2026,12,168000,173000 +BEN,2026,13,165000,169000 +BEN,2026,14,161000,165000 +BEN,2026,15,157000,161000 +BEN,2026,16,153000,157000 +BEN,2026,17,149000,153000 +BEN,2026,18,145000,149000 +BEN,2027,0,224000,231000 +BEN,2027,1,218000,225000 +BEN,2027,2,214000,220000 +BEN,2027,3,209000,215000 +BEN,2027,4,204000,210000 +BEN,2027,5,199000,205000 +BEN,2027,6,195000,200000 +BEN,2027,7,191000,196000 +BEN,2027,8,186000,192000 +BEN,2027,9,183000,188000 +BEN,2027,10,179000,184000 +BEN,2027,11,175000,180000 +BEN,2027,12,171000,176000 +BEN,2027,13,168000,173000 +BEN,2027,14,164000,169000 +BEN,2027,15,160000,165000 +BEN,2027,16,157000,161000 +BEN,2027,17,153000,157000 +BEN,2027,18,149000,153000 +BEN,2028,0,227000,235000 +BEN,2028,1,222000,229000 +BEN,2028,2,217000,223000 +BEN,2028,3,213000,219000 +BEN,2028,4,208000,214000 +BEN,2028,5,203000,209000 +BEN,2028,6,199000,204000 +BEN,2028,7,194000,200000 +BEN,2028,8,190000,195000 +BEN,2028,9,186000,191000 +BEN,2028,10,182000,187000 +BEN,2028,11,179000,183000 +BEN,2028,12,175000,180000 +BEN,2028,13,171000,176000 +BEN,2028,14,168000,172000 +BEN,2028,15,164000,169000 +BEN,2028,16,160000,164000 +BEN,2028,17,156000,160000 +BEN,2028,18,152000,156000 +BEN,2029,0,231000,238000 +BEN,2029,1,226000,233000 +BEN,2029,2,220000,227000 +BEN,2029,3,216000,222000 +BEN,2029,4,211000,217000 +BEN,2029,5,207000,213000 +BEN,2029,6,202000,208000 +BEN,2029,7,198000,203000 +BEN,2029,8,194000,199000 +BEN,2029,9,190000,195000 +BEN,2029,10,186000,191000 +BEN,2029,11,182000,187000 +BEN,2029,12,178000,183000 +BEN,2029,13,175000,179000 +BEN,2029,14,171000,176000 +BEN,2029,15,167000,172000 +BEN,2029,16,164000,168000 +BEN,2029,17,160000,164000 +BEN,2029,18,156000,160000 +BEN,2030,0,235000,242000 +BEN,2030,1,229000,236000 +BEN,2030,2,224000,231000 +BEN,2030,3,219000,226000 +BEN,2030,4,215000,221000 +BEN,2030,5,210000,216000 +BEN,2030,6,206000,211000 +BEN,2030,7,201000,207000 +BEN,2030,8,197000,203000 +BEN,2030,9,193000,198000 +BEN,2030,10,189000,194000 +BEN,2030,11,185000,190000 +BEN,2030,12,182000,186000 +BEN,2030,13,178000,183000 +BEN,2030,14,174000,179000 +BEN,2030,15,171000,175000 +BEN,2030,16,167000,172000 +BEN,2030,17,164000,168000 +BEN,2030,18,160000,164000 +BEN,2031,0,238000,246000 +BEN,2031,1,233000,241000 +BEN,2031,2,228000,235000 +BEN,2031,3,223000,230000 +BEN,2031,4,219000,225000 +BEN,2031,5,214000,220000 +BEN,2031,6,210000,215000 +BEN,2031,7,205000,211000 +BEN,2031,8,201000,207000 +BEN,2031,9,197000,202000 +BEN,2031,10,193000,198000 +BEN,2031,11,189000,194000 +BEN,2031,12,185000,190000 +BEN,2031,13,181000,186000 +BEN,2031,14,178000,182000 +BEN,2031,15,174000,179000 +BEN,2031,16,171000,175000 +BEN,2031,17,167000,171000 +BEN,2031,18,163000,167000 +BEN,2032,0,242000,249000 +BEN,2032,1,237000,244000 +BEN,2032,2,232000,239000 +BEN,2032,3,227000,234000 +BEN,2032,4,223000,229000 +BEN,2032,5,218000,224000 +BEN,2032,6,214000,219000 +BEN,2032,7,209000,215000 +BEN,2032,8,205000,210000 +BEN,2032,9,201000,206000 +BEN,2032,10,197000,202000 +BEN,2032,11,193000,198000 +BEN,2032,12,189000,194000 +BEN,2032,13,185000,190000 +BEN,2032,14,181000,186000 +BEN,2032,15,177000,182000 +BEN,2032,16,174000,178000 +BEN,2032,17,170000,175000 +BEN,2032,18,167000,171000 +BEN,2033,0,245000,253000 +BEN,2033,1,240000,247000 +BEN,2033,2,235000,242000 +BEN,2033,3,231000,238000 +BEN,2033,4,226000,233000 +BEN,2033,5,222000,228000 +BEN,2033,6,217000,223000 +BEN,2033,7,213000,219000 +BEN,2033,8,209000,214000 +BEN,2033,9,205000,210000 +BEN,2033,10,201000,206000 +BEN,2033,11,196000,202000 +BEN,2033,12,193000,198000 +BEN,2033,13,189000,193000 +BEN,2033,14,185000,189000 +BEN,2033,15,181000,186000 +BEN,2033,16,177000,182000 +BEN,2033,17,174000,178000 +BEN,2033,18,170000,174000 +BEN,2034,0,249000,257000 +BEN,2034,1,244000,251000 +BEN,2034,2,239000,246000 +BEN,2034,3,234000,241000 +BEN,2034,4,230000,236000 +BEN,2034,5,225000,232000 +BEN,2034,6,221000,227000 +BEN,2034,7,217000,223000 +BEN,2034,8,212000,218000 +BEN,2034,9,208000,214000 +BEN,2034,10,204000,210000 +BEN,2034,11,200000,205000 +BEN,2034,12,196000,201000 +BEN,2034,13,192000,197000 +BEN,2034,14,188000,193000 +BEN,2034,15,184000,189000 +BEN,2034,16,181000,185000 +BEN,2034,17,177000,181000 +BEN,2034,18,173000,178000 +BEN,2035,0,252000,260000 +BEN,2035,1,247000,255000 +BEN,2035,2,243000,250000 +BEN,2035,3,238000,245000 +BEN,2035,4,233000,240000 +BEN,2035,5,229000,235000 +BEN,2035,6,225000,231000 +BEN,2035,7,220000,226000 +BEN,2035,8,216000,222000 +BEN,2035,9,212000,217000 +BEN,2035,10,208000,213000 +BEN,2035,11,204000,209000 +BEN,2035,12,200000,205000 +BEN,2035,13,196000,201000 +BEN,2035,14,192000,197000 +BEN,2035,15,188000,193000 +BEN,2035,16,184000,189000 +BEN,2035,17,180000,185000 +BEN,2035,18,177000,181000 +BEN,2036,0,256000,264000 +BEN,2036,1,251000,259000 +BEN,2036,2,246000,254000 +BEN,2036,3,242000,249000 +BEN,2036,4,237000,244000 +BEN,2036,5,233000,239000 +BEN,2036,6,228000,235000 +BEN,2036,7,224000,230000 +BEN,2036,8,220000,226000 +BEN,2036,9,216000,221000 +BEN,2036,10,212000,217000 +BEN,2036,11,208000,213000 +BEN,2036,12,204000,209000 +BEN,2036,13,200000,205000 +BEN,2036,14,196000,201000 +BEN,2036,15,192000,197000 +BEN,2036,16,188000,192000 +BEN,2036,17,184000,188000 +BEN,2036,18,180000,184000 +BEN,2037,0,259000,267000 +BEN,2037,1,254000,262000 +BEN,2037,2,250000,258000 +BEN,2037,3,246000,253000 +BEN,2037,4,241000,248000 +BEN,2037,5,237000,243000 +BEN,2037,6,232000,238000 +BEN,2037,7,228000,234000 +BEN,2037,8,224000,230000 +BEN,2037,9,220000,225000 +BEN,2037,10,216000,221000 +BEN,2037,11,211000,217000 +BEN,2037,12,207000,213000 +BEN,2037,13,203000,209000 +BEN,2037,14,199000,204000 +BEN,2037,15,195000,200000 +BEN,2037,16,192000,196000 +BEN,2037,17,188000,192000 +BEN,2037,18,184000,188000 +BEN,2038,0,262000,271000 +BEN,2038,1,258000,265000 +BEN,2038,2,253000,260000 +BEN,2038,3,249000,256000 +BEN,2038,4,245000,251000 +BEN,2038,5,240000,247000 +BEN,2038,6,236000,242000 +BEN,2038,7,232000,238000 +BEN,2038,8,228000,233000 +BEN,2038,9,223000,229000 +BEN,2038,10,219000,225000 +BEN,2038,11,215000,221000 +BEN,2038,12,211000,217000 +BEN,2038,13,207000,212000 +BEN,2038,14,203000,208000 +BEN,2038,15,199000,204000 +BEN,2038,16,195000,200000 +BEN,2038,17,191000,196000 +BEN,2038,18,187000,192000 +BEN,2039,0,266000,274000 +BEN,2039,1,261000,269000 +BEN,2039,2,257000,264000 +BEN,2039,3,252000,259000 +BEN,2039,4,248000,255000 +BEN,2039,5,244000,250000 +BEN,2039,6,240000,246000 +BEN,2039,7,235000,241000 +BEN,2039,8,231000,237000 +BEN,2039,9,227000,233000 +BEN,2039,10,223000,229000 +BEN,2039,11,219000,225000 +BEN,2039,12,215000,220000 +BEN,2039,13,211000,216000 +BEN,2039,14,207000,212000 +BEN,2039,15,203000,208000 +BEN,2039,16,199000,204000 +BEN,2039,17,195000,200000 +BEN,2039,18,191000,195000 +BEN,2040,0,269000,277000 +BEN,2040,1,264000,272000 +BEN,2040,2,260000,267000 +BEN,2040,3,256000,263000 +BEN,2040,4,251000,258000 +BEN,2040,5,247000,254000 +BEN,2040,6,243000,249000 +BEN,2040,7,239000,245000 +BEN,2040,8,235000,241000 +BEN,2040,9,231000,237000 +BEN,2040,10,227000,232000 +BEN,2040,11,223000,228000 +BEN,2040,12,219000,224000 +BEN,2040,13,215000,220000 +BEN,2040,14,211000,216000 +BEN,2040,15,207000,212000 +BEN,2040,16,203000,208000 +BEN,2040,17,199000,204000 +BEN,2040,18,195000,199000 +BEN,2041,0,272000,281000 +BEN,2041,1,268000,276000 +BEN,2041,2,264000,271000 +BEN,2041,3,259000,266000 +BEN,2041,4,255000,262000 +BEN,2041,5,251000,257000 +BEN,2041,6,247000,253000 +BEN,2041,7,243000,249000 +BEN,2041,8,238000,245000 +BEN,2041,9,234000,240000 +BEN,2041,10,230000,236000 +BEN,2041,11,226000,232000 +BEN,2041,12,223000,228000 +BEN,2041,13,219000,224000 +BEN,2041,14,215000,220000 +BEN,2041,15,210000,216000 +BEN,2041,16,206000,211000 +BEN,2041,17,202000,207000 +BEN,2041,18,198000,203000 +BEN,2042,0,275000,284000 +BEN,2042,1,271000,279000 +BEN,2042,2,267000,275000 +BEN,2042,3,263000,270000 +BEN,2042,4,258000,266000 +BEN,2042,5,254000,261000 +BEN,2042,6,250000,257000 +BEN,2042,7,246000,253000 +BEN,2042,8,242000,248000 +BEN,2042,9,238000,244000 +BEN,2042,10,234000,240000 +BEN,2042,11,230000,236000 +BEN,2042,12,226000,232000 +BEN,2042,13,222000,228000 +BEN,2042,14,218000,224000 +BEN,2042,15,214000,219000 +BEN,2042,16,210000,215000 +BEN,2042,17,206000,211000 +BEN,2042,18,202000,207000 +BEN,2043,0,278000,287000 +BEN,2043,1,274000,282000 +BEN,2043,2,270000,277000 +BEN,2043,3,266000,273000 +BEN,2043,4,262000,269000 +BEN,2043,5,258000,265000 +BEN,2043,6,254000,260000 +BEN,2043,7,250000,256000 +BEN,2043,8,246000,252000 +BEN,2043,9,242000,248000 +BEN,2043,10,238000,244000 +BEN,2043,11,234000,240000 +BEN,2043,12,230000,236000 +BEN,2043,13,226000,232000 +BEN,2043,14,222000,227000 +BEN,2043,15,218000,223000 +BEN,2043,16,214000,219000 +BEN,2043,17,210000,215000 +BEN,2043,18,206000,211000 +BEN,2044,0,281000,290000 +BEN,2044,1,277000,285000 +BEN,2044,2,273000,281000 +BEN,2044,3,269000,276000 +BEN,2044,4,265000,272000 +BEN,2044,5,261000,268000 +BEN,2044,6,257000,264000 +BEN,2044,7,253000,260000 +BEN,2044,8,249000,255000 +BEN,2044,9,245000,251000 +BEN,2044,10,242000,247000 +BEN,2044,11,238000,243000 +BEN,2044,12,234000,239000 +BEN,2044,13,230000,235000 +BEN,2044,14,226000,231000 +BEN,2044,15,222000,227000 +BEN,2044,16,218000,223000 +BEN,2044,17,214000,219000 +BEN,2044,18,210000,214000 +BEN,2045,0,284000,293000 +BEN,2045,1,280000,288000 +BEN,2045,2,276000,284000 +BEN,2045,3,272000,279000 +BEN,2045,4,268000,275000 +BEN,2045,5,264000,271000 +BEN,2045,6,260000,267000 +BEN,2045,7,256000,263000 +BEN,2045,8,253000,259000 +BEN,2045,9,249000,255000 +BEN,2045,10,245000,251000 +BEN,2045,11,241000,247000 +BEN,2045,12,237000,243000 +BEN,2045,13,233000,239000 +BEN,2045,14,230000,235000 +BEN,2045,15,226000,231000 +BEN,2045,16,222000,227000 +BEN,2045,17,218000,223000 +BEN,2045,18,214000,218000 +BEN,2046,0,287000,296000 +BEN,2046,1,283000,292000 +BEN,2046,2,279000,287000 +BEN,2046,3,275000,283000 +BEN,2046,4,271000,279000 +BEN,2046,5,267000,274000 +BEN,2046,6,264000,270000 +BEN,2046,7,260000,266000 +BEN,2046,8,256000,262000 +BEN,2046,9,252000,258000 +BEN,2046,10,249000,255000 +BEN,2046,11,245000,251000 +BEN,2046,12,241000,247000 +BEN,2046,13,237000,243000 +BEN,2046,14,233000,239000 +BEN,2046,15,229000,235000 +BEN,2046,16,225000,230000 +BEN,2046,17,221000,226000 +BEN,2046,18,217000,222000 +BEN,2047,0,290000,299000 +BEN,2047,1,286000,295000 +BEN,2047,2,283000,291000 +BEN,2047,3,279000,286000 +BEN,2047,4,275000,282000 +BEN,2047,5,271000,278000 +BEN,2047,6,267000,274000 +BEN,2047,7,263000,270000 +BEN,2047,8,260000,266000 +BEN,2047,9,256000,262000 +BEN,2047,10,252000,258000 +BEN,2047,11,248000,254000 +BEN,2047,12,245000,250000 +BEN,2047,13,241000,246000 +BEN,2047,14,237000,242000 +BEN,2047,15,233000,238000 +BEN,2047,16,229000,234000 +BEN,2047,17,225000,230000 +BEN,2047,18,221000,226000 +BEN,2048,0,293000,302000 +BEN,2048,1,289000,298000 +BEN,2048,2,285000,293000 +BEN,2048,3,282000,289000 +BEN,2048,4,278000,285000 +BEN,2048,5,274000,281000 +BEN,2048,6,270000,277000 +BEN,2048,7,267000,273000 +BEN,2048,8,263000,269000 +BEN,2048,9,259000,266000 +BEN,2048,10,256000,262000 +BEN,2048,11,252000,258000 +BEN,2048,12,248000,254000 +BEN,2048,13,244000,250000 +BEN,2048,14,241000,246000 +BEN,2048,15,237000,242000 +BEN,2048,16,233000,238000 +BEN,2048,17,229000,234000 +BEN,2048,18,225000,230000 +BEN,2049,0,296000,305000 +BEN,2049,1,292000,301000 +BEN,2049,2,288000,296000 +BEN,2049,3,284000,292000 +BEN,2049,4,281000,288000 +BEN,2049,5,277000,284000 +BEN,2049,6,273000,280000 +BEN,2049,7,270000,276000 +BEN,2049,8,266000,273000 +BEN,2049,9,262000,269000 +BEN,2049,10,259000,265000 +BEN,2049,11,255000,261000 +BEN,2049,12,252000,258000 +BEN,2049,13,248000,254000 +BEN,2049,14,244000,250000 +BEN,2049,15,240000,246000 +BEN,2049,16,236000,242000 +BEN,2049,17,232000,238000 +BEN,2049,18,228000,233000 +BEN,2050,0,299000,309000 +BEN,2050,1,295000,304000 +BEN,2050,2,291000,299000 +BEN,2050,3,287000,295000 +BEN,2050,4,283000,291000 +BEN,2050,5,280000,287000 +BEN,2050,6,276000,283000 +BEN,2050,7,273000,279000 +BEN,2050,8,269000,276000 +BEN,2050,9,266000,272000 +BEN,2050,10,262000,268000 +BEN,2050,11,259000,265000 +BEN,2050,12,255000,261000 +BEN,2050,13,251000,257000 +BEN,2050,14,248000,253000 +BEN,2050,15,244000,249000 +BEN,2050,16,240000,245000 +BEN,2050,17,236000,241000 +BEN,2050,18,232000,237000 +BFA,1990,0,178982,185115 +BFA,1990,1,170597,176292 +BFA,1990,2,162936,168259 +BFA,1990,3,155936,160945 +BFA,1990,4,149537,154282 +BFA,1990,5,143676,148198 +BFA,1990,6,138291,142625 +BFA,1990,7,133321,137493 +BFA,1990,8,128703,132731 +BFA,1990,9,124376,128271 +BFA,1990,10,120370,124139 +BFA,1990,11,116717,120361 +BFA,1990,12,112891,116386 +BFA,1990,13,108647,111950 +BFA,1990,14,104199,107273 +BFA,1990,15,99976,102807 +BFA,1990,16,95850,98424 +BFA,1990,17,92086,94345 +BFA,1990,18,88844,90712 +BFA,1991,0,183561,189804 +BFA,1991,1,175276,181133 +BFA,1991,2,167395,172866 +BFA,1991,3,160236,165381 +BFA,1991,4,153724,158595 +BFA,1991,5,147785,152427 +BFA,1991,6,142369,146820 +BFA,1991,7,137429,141717 +BFA,1991,8,132764,136903 +BFA,1991,9,128249,132242 +BFA,1991,10,123886,127731 +BFA,1991,11,119835,123535 +BFA,1991,12,116105,119661 +BFA,1991,13,112207,115582 +BFA,1991,14,107925,111065 +BFA,1991,15,103459,106319 +BFA,1991,16,99192,101758 +BFA,1991,17,95005,97261 +BFA,1991,18,91194,93091 +BFA,1992,0,188692,195108 +BFA,1992,1,179209,185139 +BFA,1992,2,171682,177314 +BFA,1992,3,164300,169594 +BFA,1992,4,157638,162649 +BFA,1992,5,151608,156385 +BFA,1992,6,146124,150706 +BFA,1992,7,141151,145569 +BFA,1992,8,136652,140932 +BFA,1992,9,132288,136432 +BFA,1992,10,127873,131867 +BFA,1992,11,123471,127301 +BFA,1992,12,119373,123038 +BFA,1992,13,115565,119065 +BFA,1992,14,111592,114879 +BFA,1992,15,107269,110277 +BFA,1992,16,102783,105458 +BFA,1992,17,98469,100797 +BFA,1992,18,94219,96183 +BFA,1993,0,194269,200908 +BFA,1993,1,184090,190207 +BFA,1993,2,175045,180728 +BFA,1993,3,168196,173636 +BFA,1993,4,161308,166456 +BFA,1993,5,155138,160046 +BFA,1993,6,149586,154299 +BFA,1993,7,144554,149104 +BFA,1993,8,140020,144433 +BFA,1993,9,135959,140257 +BFA,1993,10,131894,136067 +BFA,1993,11,127576,131594 +BFA,1993,12,123133,126970 +BFA,1993,13,118984,122638 +BFA,1993,14,115096,118562 +BFA,1993,15,111046,114266 +BFA,1993,16,106680,109575 +BFA,1993,17,102171,104679 +BFA,1993,18,97808,99915 +BFA,1994,0,200132,207028 +BFA,1994,1,189303,195638 +BFA,1994,2,179732,185601 +BFA,1994,3,171300,176789 +BFA,1994,4,164815,170077 +BFA,1994,5,158417,163433 +BFA,1994,6,152735,157554 +BFA,1994,7,147659,152319 +BFA,1994,8,143076,147606 +BFA,1994,9,138978,143398 +BFA,1994,10,135352,139680 +BFA,1994,11,131584,135797 +BFA,1994,12,127361,131414 +BFA,1994,13,122873,126729 +BFA,1994,14,118672,122323 +BFA,1994,15,114700,118142 +BFA,1994,16,110570,113734 +BFA,1994,17,106159,108950 +BFA,1994,18,101623,103974 +BFA,1995,0,206142,213313 +BFA,1995,1,194795,201365 +BFA,1995,2,184783,190855 +BFA,1995,3,175982,181648 +BFA,1995,4,168267,173609 +BFA,1995,5,161517,166601 +BFA,1995,6,155605,160491 +BFA,1995,7,150410,155141 +BFA,1995,8,145807,150417 +BFA,1995,9,141672,146183 +BFA,1995,10,138008,142437 +BFA,1995,11,134817,139177 +BFA,1995,12,131344,135601 +BFA,1995,13,127213,131305 +BFA,1995,14,122679,126555 +BFA,1995,15,118422,122074 +BFA,1995,16,114365,117785 +BFA,1995,17,110152,113261 +BFA,1995,18,105693,108382 +BFA,1996,0,211584,218927 +BFA,1996,1,201783,208614 +BFA,1996,2,191285,197581 +BFA,1996,3,181995,187850 +BFA,1996,4,173797,179294 +BFA,1996,5,166575,171786 +BFA,1996,6,160220,165204 +BFA,1996,7,154620,159425 +BFA,1996,8,149635,154298 +BFA,1996,9,145141,149684 +BFA,1996,10,141036,145472 +BFA,1996,11,137351,141692 +BFA,1996,12,134088,138344 +BFA,1996,13,130545,134668 +BFA,1996,14,126376,130290 +BFA,1996,15,121822,125466 +BFA,1996,16,117519,120885 +BFA,1996,17,113399,116476 +BFA,1996,18,109140,111860 +BFA,1997,0,217264,224807 +BFA,1997,1,205424,212310 +BFA,1997,2,197645,204162 +BFA,1997,3,187983,194030 +BFA,1997,4,179403,185065 +BFA,1997,5,171799,177149 +BFA,1997,6,165062,170162 +BFA,1997,7,159094,163996 +BFA,1997,8,153799,158543 +BFA,1997,9,149020,153631 +BFA,1997,10,144630,149122 +BFA,1997,11,140550,144927 +BFA,1997,12,136840,141109 +BFA,1997,13,133502,137669 +BFA,1997,14,129884,133890 +BFA,1997,15,125673,129424 +BFA,1997,16,121095,124521 +BFA,1997,17,116742,119834 +BFA,1997,18,112553,115301 +BFA,1998,0,223145,230929 +BFA,1998,1,211230,218331 +BFA,1998,2,200576,207104 +BFA,1998,3,193660,199893 +BFA,1998,4,184826,190652 +BFA,1998,5,176950,182445 +BFA,1998,6,169933,175161 +BFA,1998,7,163675,168690 +BFA,1998,8,158091,162934 +BFA,1998,9,153096,157801 +BFA,1998,10,148518,153101 +BFA,1998,11,144229,148692 +BFA,1998,12,140172,144511 +BFA,1998,13,136435,140652 +BFA,1998,14,133018,137117 +BFA,1998,15,129323,133231 +BFA,1998,16,125066,128673 +BFA,1998,17,120461,123687 +BFA,1998,18,116054,118891 +BFA,1999,0,229203,237293 +BFA,1999,1,217253,224632 +BFA,1999,2,206494,213274 +BFA,1999,3,196831,203112 +BFA,1999,4,189766,195755 +BFA,1999,5,181757,187401 +BFA,1999,6,174582,179947 +BFA,1999,7,168150,173291 +BFA,1999,8,162368,167330 +BFA,1999,9,157165,161982 +BFA,1999,10,152469,157166 +BFA,1999,11,148090,152674 +BFA,1999,12,143899,148363 +BFA,1999,13,139863,144192 +BFA,1999,14,136096,140289 +BFA,1999,15,132600,136657 +BFA,1999,16,128826,132662 +BFA,1999,17,124521,128009 +BFA,1999,18,119886,122936 +BFA,2000,0,235428,243902 +BFA,2000,1,223439,231171 +BFA,2000,2,212578,219682 +BFA,2000,3,202762,209339 +BFA,2000,4,193906,200048 +BFA,2000,5,185928,191715 +BFA,2000,6,178742,184244 +BFA,2000,7,172267,177541 +BFA,2000,8,166418,171511 +BFA,2000,9,161112,166059 +BFA,2000,10,156289,161116 +BFA,2000,11,151890,156614 +BFA,2000,12,147709,152329 +BFA,2000,13,143616,148114 +BFA,2000,14,139598,143951 +BFA,2000,15,135801,140002 +BFA,2000,16,132224,136271 +BFA,2000,17,128370,132164 +BFA,2000,18,124016,127414 +BFA,2001,0,241081,249748 +BFA,2001,1,231002,239066 +BFA,2001,2,219814,227224 +BFA,2001,3,209648,216506 +BFA,2001,4,200426,206822 +BFA,2001,5,192068,198081 +BFA,2001,6,184505,190202 +BFA,2001,7,177664,183106 +BFA,2001,8,171425,176656 +BFA,2001,9,165695,170745 +BFA,2001,10,160417,165310 +BFA,2001,11,155579,160333 +BFA,2001,12,151117,155745 +BFA,2001,13,146871,151362 +BFA,2001,14,142738,147068 +BFA,2001,15,138696,142835 +BFA,2001,16,134848,138789 +BFA,2001,17,131201,134940 +BFA,2001,18,127296,130744 +BFA,2002,0,246962,255925 +BFA,2002,1,234967,243130 +BFA,2002,2,226799,234531 +BFA,2002,3,216399,223563 +BFA,2002,4,206917,213601 +BFA,2002,5,198280,204561 +BFA,2002,6,190412,196358 +BFA,2002,7,183255,188924 +BFA,2002,8,176751,182192 +BFA,2002,9,170744,175988 +BFA,2002,10,165126,170188 +BFA,2002,11,159873,164762 +BFA,2002,12,155014,159746 +BFA,2002,13,150485,155066 +BFA,2002,14,146169,150581 +BFA,2002,15,141993,146202 +BFA,2002,16,137923,141895 +BFA,2002,17,134021,137747 +BFA,2002,18,130302,133777 +BFA,2003,0,253133,262435 +BFA,2003,1,241137,249619 +BFA,2003,2,230131,237915 +BFA,2003,3,222766,230230 +BFA,2003,4,213146,220123 +BFA,2003,5,204341,210908 +BFA,2003,6,196281,202503 +BFA,2003,7,188896,194829 +BFA,2003,8,182141,187831 +BFA,2003,9,175969,181458 +BFA,2003,10,170188,175492 +BFA,2003,11,164680,169798 +BFA,2003,12,159446,164377 +BFA,2003,13,154564,159316 +BFA,2003,14,149964,154540 +BFA,2003,15,145576,149948 +BFA,2003,16,141354,145480 +BFA,2003,17,137253,141094 +BFA,2003,18,133294,136840 +BFA,2004,0,259688,269299 +BFA,2004,1,247679,256483 +BFA,2004,2,236622,244739 +BFA,2004,3,226454,233989 +BFA,2004,4,218853,226099 +BFA,2004,5,210009,216847 +BFA,2004,6,201876,208371 +BFA,2004,7,194391,200596 +BFA,2004,8,187486,193446 +BFA,2004,9,181128,186881 +BFA,2004,10,175285,180861 +BFA,2004,11,169728,175130 +BFA,2004,12,164325,169537 +BFA,2004,13,159109,164116 +BFA,2004,14,154201,159007 +BFA,2004,15,149527,154131 +BFA,2004,16,145064,149429 +BFA,2004,17,140794,144869 +BFA,2004,18,136659,140400 +BFA,2005,0,266658,276493 +BFA,2005,1,254619,263716 +BFA,2005,2,243497,251957 +BFA,2005,3,233230,241144 +BFA,2005,4,223756,231208 +BFA,2005,5,215015,222075 +BFA,2005,6,206944,213675 +BFA,2005,7,199483,205937 +BFA,2005,8,192569,198789 +BFA,2005,9,186142,192161 +BFA,2005,10,180181,186025 +BFA,2005,11,174666,180357 +BFA,2005,12,169330,174858 +BFA,2005,13,164031,169363 +BFA,2005,14,158830,163940 +BFA,2005,15,153894,158780 +BFA,2005,16,149146,153801 +BFA,2005,17,144605,148986 +BFA,2005,18,140285,144331 +BFA,2006,0,273420,283098 +BFA,2006,1,262942,272499 +BFA,2006,2,251561,260492 +BFA,2006,3,241002,249383 +BFA,2006,4,231210,239109 +BFA,2006,5,222129,229606 +BFA,2006,6,213706,220814 +BFA,2006,7,205889,212673 +BFA,2006,8,198606,205108 +BFA,2006,9,191795,198053 +BFA,2006,10,185410,191451 +BFA,2006,11,179450,185293 +BFA,2006,12,173898,179557 +BFA,2006,13,168516,173975 +BFA,2006,14,163178,168405 +BFA,2006,15,157942,162908 +BFA,2006,16,152952,157654 +BFA,2006,17,148134,152566 +BFA,2006,18,143541,147664 +BFA,2007,0,280686,290151 +BFA,2007,1,268499,277573 +BFA,2007,2,259425,268786 +BFA,2007,3,248692,257536 +BFA,2007,4,238688,247064 +BFA,2007,5,229363,237316 +BFA,2007,6,220667,228237 +BFA,2007,7,212556,219777 +BFA,2007,8,204987,211885 +BFA,2007,9,197877,204486 +BFA,2007,10,191163,197516 +BFA,2007,11,184814,190934 +BFA,2007,12,178852,184748 +BFA,2007,13,173259,178937 +BFA,2007,14,167826,173268 +BFA,2007,15,162446,167617 +BFA,2007,16,157171,162042 +BFA,2007,17,152123,156689 +BFA,2007,18,147233,151485 +BFA,2008,0,288086,297358 +BFA,2008,1,275867,284951 +BFA,2008,2,264475,273356 +BFA,2008,3,256048,265257 +BFA,2008,4,245957,254756 +BFA,2008,5,236503,244915 +BFA,2008,6,227639,235687 +BFA,2008,7,219323,227025 +BFA,2008,8,211520,218890 +BFA,2008,9,204195,211243 +BFA,2008,10,197254,204004 +BFA,2008,11,190633,197115 +BFA,2008,12,184317,190549 +BFA,2008,13,178350,184329 +BFA,2008,14,172713,178441 +BFA,2008,15,167226,172680 +BFA,2008,16,161801,166943 +BFA,2008,17,156484,161286 +BFA,2008,18,151376,155830 +BFA,2009,0,295162,304372 +BFA,2009,1,283119,292285 +BFA,2009,2,271828,280906 +BFA,2009,3,261242,270194 +BFA,2009,4,252783,261850 +BFA,2009,5,243330,252094 +BFA,2009,6,234421,242879 +BFA,2009,7,226016,234166 +BFA,2009,8,218077,225918 +BFA,2009,9,210578,218106 +BFA,2009,10,203493,210699 +BFA,2009,11,196718,203617 +BFA,2009,12,190188,196806 +BFA,2009,13,183903,190252 +BFA,2009,14,177927,183996 +BFA,2009,15,172243,178027 +BFA,2009,16,166700,172172 +BFA,2009,17,161228,166348 +BFA,2009,18,155867,160605 +BFA,2010,0,301596,310952 +BFA,2010,1,290030,299383 +BFA,2010,2,279081,288384 +BFA,2010,3,268715,277926 +BFA,2010,4,258899,267980 +BFA,2010,5,249599,258515 +BFA,2010,6,240782,249502 +BFA,2010,7,232416,240911 +BFA,2010,8,224467,232712 +BFA,2010,9,216903,224876 +BFA,2010,10,209706,217384 +BFA,2010,11,202860,210217 +BFA,2010,12,196249,203290 +BFA,2010,13,189807,196555 +BFA,2010,14,183550,190011 +BFA,2010,15,177563,183718 +BFA,2010,16,171831,177666 +BFA,2010,17,166231,171715 +BFA,2010,18,160708,165801 +BFA,2011,0,306541,316286 +BFA,2011,1,298485,307894 +BFA,2011,2,287587,296962 +BFA,2011,3,277157,286476 +BFA,2011,4,267180,276418 +BFA,2011,5,257640,266773 +BFA,2011,6,248511,257516 +BFA,2011,7,239762,248624 +BFA,2011,8,231448,240113 +BFA,2011,9,223580,231979 +BFA,2011,10,216103,224185 +BFA,2011,11,208937,216686 +BFA,2011,12,202084,209475 +BFA,2011,13,195448,202485 +BFA,2011,14,188967,195671 +BFA,2011,15,182662,189042 +BFA,2011,16,176615,182650 +BFA,2011,17,170813,176488 +BFA,2011,18,165159,170451 +BFA,2012,0,310991,321332 +BFA,2012,1,301463,311515 +BFA,2012,2,295635,305084 +BFA,2012,3,285395,294780 +BFA,2012,4,275474,284798 +BFA,2012,5,265877,275132 +BFA,2012,6,256606,265779 +BFA,2012,7,247639,256722 +BFA,2012,8,238950,247944 +BFA,2012,9,230681,239506 +BFA,2012,10,222887,231430 +BFA,2012,11,215491,223673 +BFA,2012,12,208350,216162 +BFA,2012,13,201484,208901 +BFA,2012,14,194816,201841 +BFA,2012,15,188291,194945 +BFA,2012,16,181932,188224 +BFA,2012,17,175821,181728 +BFA,2012,18,169943,175453 +BFA,2013,0,315253,326295 +BFA,2013,1,306957,317464 +BFA,2013,2,298518,308598 +BFA,2013,3,292924,302405 +BFA,2013,4,283336,292725 +BFA,2013,5,273921,283241 +BFA,2013,6,264699,273963 +BFA,2013,7,255693,264900 +BFA,2013,8,246883,256039 +BFA,2013,9,238251,247371 +BFA,2013,10,230022,239003 +BFA,2013,11,222298,230981 +BFA,2013,12,214980,223257 +BFA,2013,13,207861,215729 +BFA,2013,14,200979,208417 +BFA,2013,15,194277,201283 +BFA,2013,16,187703,194302 +BFA,2013,17,181287,187486 +BFA,2013,18,175109,180885 +BFA,2014,0,319813,331519 +BFA,2014,1,312502,323461 +BFA,2014,2,304850,315224 +BFA,2014,3,296911,306841 +BFA,2014,4,290239,299756 +BFA,2014,5,281304,290699 +BFA,2014,6,272393,281714 +BFA,2014,7,263546,272823 +BFA,2014,8,254803,264047 +BFA,2014,9,246151,255382 +BFA,2014,10,237574,246824 +BFA,2014,11,229385,238524 +BFA,2014,12,221731,230556 +BFA,2014,13,214490,222864 +BFA,2014,14,207392,215320 +BFA,2014,15,200493,207954 +BFA,2014,16,193755,200747 +BFA,2014,17,187134,193679 +BFA,2014,18,180660,186768 +BFA,2015,0,325048,337273 +BFA,2015,1,318260,329617 +BFA,2015,2,311057,321738 +BFA,2015,3,303496,313668 +BFA,2015,4,295637,305442 +BFA,2015,5,287537,297096 +BFA,2015,6,279255,288662 +BFA,2015,7,270849,280177 +BFA,2015,8,262378,271673 +BFA,2015,9,253900,263186 +BFA,2015,10,245405,254718 +BFA,2015,11,236885,246269 +BFA,2015,12,228735,238037 +BFA,2015,13,221151,230124 +BFA,2015,14,213988,222464 +BFA,2015,15,206911,214903 +BFA,2015,16,199996,207484 +BFA,2015,17,193223,200204 +BFA,2015,18,186553,193049 +BFA,2016,0,330968,343506 +BFA,2016,1,323355,335373 +BFA,2016,2,316468,327743 +BFA,2016,3,309289,319980 +BFA,2016,4,301851,312096 +BFA,2016,5,294187,304103 +BFA,2016,6,286357,296041 +BFA,2016,7,278424,287949 +BFA,2016,8,270270,279699 +BFA,2016,9,261865,271248 +BFA,2016,10,253334,262692 +BFA,2016,11,244821,254176 +BFA,2016,12,236291,245682 +BFA,2016,13,228113,237384 +BFA,2016,14,220484,229388 +BFA,2016,15,213263,221634 +BFA,2016,16,206121,213970 +BFA,2016,17,199130,206437 +BFA,2016,18,192300,199066 +BFA,2017,0,337575,350293 +BFA,2017,1,330251,342176 +BFA,2017,2,321649,333477 +BFA,2017,3,314663,325873 +BFA,2017,4,307510,318228 +BFA,2017,5,300195,310529 +BFA,2017,6,292725,302768 +BFA,2017,7,285166,294990 +BFA,2017,8,277583,287239 +BFA,2017,9,269680,279225 +BFA,2017,10,261343,270827 +BFA,2017,11,252758,262200 +BFA,2017,12,244227,253638 +BFA,2017,13,235689,245099 +BFA,2017,14,227482,236734 +BFA,2017,15,219808,228655 +BFA,2017,16,212531,220808 +BFA,2017,17,205323,213040 +BFA,2017,18,198257,205393 +BFA,2018,0,344645,357461 +BFA,2018,1,336544,348701 +BFA,2018,2,328585,340198 +BFA,2018,3,319963,331610 +BFA,2018,4,312878,324031 +BFA,2018,5,305750,316502 +BFA,2018,6,298558,308989 +BFA,2018,7,291282,301459 +BFA,2018,8,283992,293964 +BFA,2018,9,276758,286553 +BFA,2018,10,269107,278775 +BFA,2018,11,260836,270428 +BFA,2018,12,252198,261730 +BFA,2018,13,243648,253122 +BFA,2018,14,235101,244537 +BFA,2018,15,226866,236104 +BFA,2018,16,219145,227941 +BFA,2018,17,211811,220000 +BFA,2018,18,204538,212128 +BFA,2019,0,352000,365000 +BFA,2019,1,343000,355000 +BFA,2019,2,335000,346000 +BFA,2019,3,326000,338000 +BFA,2019,4,318000,330000 +BFA,2019,5,311000,322000 +BFA,2019,6,304000,315000 +BFA,2019,7,297000,308000 +BFA,2019,8,290000,300000 +BFA,2019,9,283000,293000 +BFA,2019,10,276000,286000 +BFA,2019,11,269000,278000 +BFA,2019,12,260000,270000 +BFA,2019,13,252000,261000 +BFA,2019,14,243000,253000 +BFA,2019,15,235000,244000 +BFA,2019,16,226000,236000 +BFA,2019,17,219000,227000 +BFA,2019,18,211000,219000 +BFA,2020,0,359000,372000 +BFA,2020,1,349000,362000 +BFA,2020,2,341000,353000 +BFA,2020,3,332000,344000 +BFA,2020,4,324000,336000 +BFA,2020,5,317000,328000 +BFA,2020,6,310000,321000 +BFA,2020,7,302000,313000 +BFA,2020,8,295000,306000 +BFA,2020,9,289000,299000 +BFA,2020,10,282000,292000 +BFA,2020,11,275000,285000 +BFA,2020,12,268000,278000 +BFA,2020,13,260000,270000 +BFA,2020,14,251000,261000 +BFA,2020,15,243000,252000 +BFA,2020,16,234000,244000 +BFA,2020,17,226000,235000 +BFA,2020,18,218000,227000 +BFA,2021,0,365000,379000 +BFA,2021,1,357000,370000 +BFA,2021,2,348000,360000 +BFA,2021,3,339000,351000 +BFA,2021,4,331000,343000 +BFA,2021,5,323000,335000 +BFA,2021,6,316000,327000 +BFA,2021,7,309000,320000 +BFA,2021,8,302000,313000 +BFA,2021,9,295000,306000 +BFA,2021,10,288000,298000 +BFA,2021,11,281000,291000 +BFA,2021,12,275000,285000 +BFA,2021,13,267000,277000 +BFA,2021,14,259000,269000 +BFA,2021,15,250000,260000 +BFA,2021,16,242000,251000 +BFA,2021,17,233000,242000 +BFA,2021,18,225000,234000 +BFA,2022,0,372000,385000 +BFA,2022,1,362000,375000 +BFA,2022,2,355000,367000 +BFA,2022,3,346000,358000 +BFA,2022,4,338000,350000 +BFA,2022,5,330000,342000 +BFA,2022,6,322000,334000 +BFA,2022,7,315000,326000 +BFA,2022,8,308000,319000 +BFA,2022,9,301000,312000 +BFA,2022,10,294000,305000 +BFA,2022,11,287000,298000 +BFA,2022,12,281000,291000 +BFA,2022,13,274000,284000 +BFA,2022,14,267000,277000 +BFA,2022,15,259000,268000 +BFA,2022,16,250000,259000 +BFA,2022,17,241000,250000 +BFA,2022,18,232000,241000 +BFA,2023,0,378000,392000 +BFA,2023,1,368000,382000 +BFA,2023,2,359000,372000 +BFA,2023,3,352000,365000 +BFA,2023,4,344000,357000 +BFA,2023,5,336000,348000 +BFA,2023,6,329000,341000 +BFA,2023,7,321000,333000 +BFA,2023,8,314000,326000 +BFA,2023,9,307000,319000 +BFA,2023,10,300000,312000 +BFA,2023,11,294000,305000 +BFA,2023,12,287000,298000 +BFA,2023,13,280000,291000 +BFA,2023,14,274000,284000 +BFA,2023,15,266000,276000 +BFA,2023,16,258000,268000 +BFA,2023,17,249000,258000 +BFA,2023,18,240000,249000 +BFA,2024,0,385000,399000 +BFA,2024,1,375000,389000 +BFA,2024,2,366000,379000 +BFA,2024,3,358000,370000 +BFA,2024,4,350000,363000 +BFA,2024,5,343000,355000 +BFA,2024,6,335000,347000 +BFA,2024,7,328000,339000 +BFA,2024,8,320000,332000 +BFA,2024,9,314000,325000 +BFA,2024,10,307000,318000 +BFA,2024,11,300000,311000 +BFA,2024,12,293000,304000 +BFA,2024,13,286000,297000 +BFA,2024,14,280000,290000 +BFA,2024,15,273000,283000 +BFA,2024,16,266000,276000 +BFA,2024,17,257000,267000 +BFA,2024,18,248000,258000 +BFA,2025,0,391000,406000 +BFA,2025,1,382000,396000 +BFA,2025,2,373000,386000 +BFA,2025,3,364000,377000 +BFA,2025,4,356000,369000 +BFA,2025,5,348000,361000 +BFA,2025,6,341000,353000 +BFA,2025,7,334000,346000 +BFA,2025,8,327000,338000 +BFA,2025,9,320000,331000 +BFA,2025,10,313000,324000 +BFA,2025,11,306000,318000 +BFA,2025,12,299000,311000 +BFA,2025,13,293000,304000 +BFA,2025,14,286000,297000 +BFA,2025,15,279000,290000 +BFA,2025,16,273000,283000 +BFA,2025,17,265000,275000 +BFA,2025,18,257000,266000 +BFA,2026,0,398000,413000 +BFA,2026,1,389000,404000 +BFA,2026,2,380000,394000 +BFA,2026,3,372000,385000 +BFA,2026,4,363000,376000 +BFA,2026,5,355000,368000 +BFA,2026,6,348000,360000 +BFA,2026,7,340000,353000 +BFA,2026,8,333000,345000 +BFA,2026,9,326000,338000 +BFA,2026,10,319000,331000 +BFA,2026,11,312000,324000 +BFA,2026,12,305000,317000 +BFA,2026,13,299000,310000 +BFA,2026,14,292000,303000 +BFA,2026,15,285000,296000 +BFA,2026,16,278000,289000 +BFA,2026,17,272000,282000 +BFA,2026,18,264000,274000 +BFA,2027,0,405000,421000 +BFA,2027,1,396000,410000 +BFA,2027,2,388000,402000 +BFA,2027,3,379000,392000 +BFA,2027,4,370000,384000 +BFA,2027,5,362000,375000 +BFA,2027,6,354000,367000 +BFA,2027,7,347000,359000 +BFA,2027,8,340000,352000 +BFA,2027,9,332000,345000 +BFA,2027,10,325000,337000 +BFA,2027,11,319000,330000 +BFA,2027,12,312000,323000 +BFA,2027,13,305000,316000 +BFA,2027,14,298000,309000 +BFA,2027,15,291000,302000 +BFA,2027,16,285000,295000 +BFA,2027,17,278000,288000 +BFA,2027,18,271000,281000 +BFA,2028,0,413000,428000 +BFA,2028,1,403000,418000 +BFA,2028,2,394000,408000 +BFA,2028,3,386000,400000 +BFA,2028,4,377000,391000 +BFA,2028,5,369000,382000 +BFA,2028,6,361000,374000 +BFA,2028,7,354000,366000 +BFA,2028,8,346000,359000 +BFA,2028,9,339000,351000 +BFA,2028,10,332000,344000 +BFA,2028,11,325000,337000 +BFA,2028,12,318000,330000 +BFA,2028,13,311000,323000 +BFA,2028,14,304000,316000 +BFA,2028,15,298000,309000 +BFA,2028,16,291000,302000 +BFA,2028,17,284000,294000 +BFA,2028,18,277000,287000 +BFA,2029,0,420000,436000 +BFA,2029,1,410000,425000 +BFA,2029,2,401000,415000 +BFA,2029,3,392000,406000 +BFA,2029,4,384000,398000 +BFA,2029,5,376000,389000 +BFA,2029,6,368000,381000 +BFA,2029,7,360000,373000 +BFA,2029,8,353000,365000 +BFA,2029,9,345000,358000 +BFA,2029,10,338000,351000 +BFA,2029,11,331000,344000 +BFA,2029,12,324000,337000 +BFA,2029,13,318000,330000 +BFA,2029,14,311000,323000 +BFA,2029,15,304000,315000 +BFA,2029,16,297000,308000 +BFA,2029,17,290000,301000 +BFA,2029,18,283000,294000 +BFA,2030,0,427000,443000 +BFA,2030,1,417000,433000 +BFA,2030,2,408000,423000 +BFA,2030,3,399000,413000 +BFA,2030,4,391000,404000 +BFA,2030,5,382000,396000 +BFA,2030,6,374000,388000 +BFA,2030,7,367000,380000 +BFA,2030,8,359000,372000 +BFA,2030,9,352000,365000 +BFA,2030,10,345000,357000 +BFA,2030,11,338000,350000 +BFA,2030,12,331000,343000 +BFA,2030,13,324000,336000 +BFA,2030,14,317000,329000 +BFA,2030,15,310000,322000 +BFA,2030,16,304000,315000 +BFA,2030,17,297000,308000 +BFA,2030,18,290000,300000 +BFA,2031,0,434000,450000 +BFA,2031,1,425000,441000 +BFA,2031,2,416000,431000 +BFA,2031,3,407000,422000 +BFA,2031,4,398000,412000 +BFA,2031,5,390000,404000 +BFA,2031,6,382000,395000 +BFA,2031,7,374000,387000 +BFA,2031,8,366000,379000 +BFA,2031,9,359000,372000 +BFA,2031,10,351000,364000 +BFA,2031,11,344000,357000 +BFA,2031,12,337000,350000 +BFA,2031,13,330000,343000 +BFA,2031,14,323000,336000 +BFA,2031,15,317000,328000 +BFA,2031,16,310000,321000 +BFA,2031,17,303000,314000 +BFA,2031,18,296000,307000 +BFA,2032,0,440000,457000 +BFA,2032,1,431000,447000 +BFA,2032,2,424000,439000 +BFA,2032,3,414000,430000 +BFA,2032,4,406000,420000 +BFA,2032,5,397000,412000 +BFA,2032,6,389000,403000 +BFA,2032,7,381000,395000 +BFA,2032,8,373000,387000 +BFA,2032,9,366000,379000 +BFA,2032,10,358000,371000 +BFA,2032,11,351000,364000 +BFA,2032,12,344000,356000 +BFA,2032,13,337000,349000 +BFA,2032,14,330000,342000 +BFA,2032,15,323000,335000 +BFA,2032,16,316000,328000 +BFA,2032,17,309000,320000 +BFA,2032,18,302000,313000 +BFA,2033,0,447000,464000 +BFA,2033,1,438000,454000 +BFA,2033,2,429000,445000 +BFA,2033,3,422000,437000 +BFA,2033,4,413000,428000 +BFA,2033,5,405000,419000 +BFA,2033,6,396000,411000 +BFA,2033,7,388000,402000 +BFA,2033,8,380000,394000 +BFA,2033,9,373000,386000 +BFA,2033,10,365000,378000 +BFA,2033,11,358000,371000 +BFA,2033,12,350000,363000 +BFA,2033,13,343000,356000 +BFA,2033,14,336000,349000 +BFA,2033,15,329000,342000 +BFA,2033,16,322000,334000 +BFA,2033,17,315000,327000 +BFA,2033,18,308000,319000 +BFA,2034,0,453000,470000 +BFA,2034,1,444000,461000 +BFA,2034,2,436000,452000 +BFA,2034,3,428000,443000 +BFA,2034,4,420000,435000 +BFA,2034,5,412000,427000 +BFA,2034,6,404000,418000 +BFA,2034,7,396000,410000 +BFA,2034,8,388000,402000 +BFA,2034,9,380000,394000 +BFA,2034,10,372000,386000 +BFA,2034,11,365000,378000 +BFA,2034,12,357000,370000 +BFA,2034,13,350000,363000 +BFA,2034,14,343000,356000 +BFA,2034,15,336000,348000 +BFA,2034,16,329000,341000 +BFA,2034,17,322000,334000 +BFA,2034,18,315000,326000 +BFA,2035,0,459000,477000 +BFA,2035,1,451000,468000 +BFA,2035,2,443000,459000 +BFA,2035,3,435000,450000 +BFA,2035,4,426000,442000 +BFA,2035,5,418000,433000 +BFA,2035,6,410000,425000 +BFA,2035,7,403000,417000 +BFA,2035,8,395000,409000 +BFA,2035,9,387000,401000 +BFA,2035,10,379000,393000 +BFA,2035,11,372000,385000 +BFA,2035,12,364000,377000 +BFA,2035,13,357000,370000 +BFA,2035,14,350000,363000 +BFA,2035,15,343000,355000 +BFA,2035,16,335000,348000 +BFA,2035,17,328000,340000 +BFA,2035,18,321000,333000 +BFA,2036,0,465000,483000 +BFA,2036,1,458000,475000 +BFA,2036,2,450000,466000 +BFA,2036,3,442000,458000 +BFA,2036,4,434000,449000 +BFA,2036,5,426000,441000 +BFA,2036,6,418000,433000 +BFA,2036,7,410000,425000 +BFA,2036,8,402000,416000 +BFA,2036,9,394000,408000 +BFA,2036,10,387000,400000 +BFA,2036,11,379000,392000 +BFA,2036,12,371000,385000 +BFA,2036,13,364000,377000 +BFA,2036,14,356000,369000 +BFA,2036,15,349000,362000 +BFA,2036,16,342000,354000 +BFA,2036,17,335000,347000 +BFA,2036,18,328000,339000 +BFA,2037,0,471000,489000 +BFA,2037,1,463000,481000 +BFA,2037,2,456000,473000 +BFA,2037,3,449000,465000 +BFA,2037,4,441000,457000 +BFA,2037,5,433000,448000 +BFA,2037,6,425000,440000 +BFA,2037,7,417000,432000 +BFA,2037,8,409000,424000 +BFA,2037,9,402000,416000 +BFA,2037,10,394000,408000 +BFA,2037,11,386000,400000 +BFA,2037,12,378000,392000 +BFA,2037,13,371000,384000 +BFA,2037,14,363000,376000 +BFA,2037,15,356000,369000 +BFA,2037,16,348000,361000 +BFA,2037,17,341000,353000 +BFA,2037,18,334000,346000 +BFA,2038,0,477000,495000 +BFA,2038,1,469000,487000 +BFA,2038,2,462000,479000 +BFA,2038,3,455000,472000 +BFA,2038,4,447000,464000 +BFA,2038,5,440000,456000 +BFA,2038,6,432000,447000 +BFA,2038,7,424000,439000 +BFA,2038,8,417000,432000 +BFA,2038,9,409000,424000 +BFA,2038,10,401000,416000 +BFA,2038,11,393000,408000 +BFA,2038,12,386000,400000 +BFA,2038,13,378000,392000 +BFA,2038,14,370000,384000 +BFA,2038,15,363000,376000 +BFA,2038,16,355000,368000 +BFA,2038,17,348000,360000 +BFA,2038,18,341000,353000 +BFA,2039,0,483000,501000 +BFA,2039,1,475000,493000 +BFA,2039,2,468000,485000 +BFA,2039,3,461000,477000 +BFA,2039,4,454000,470000 +BFA,2039,5,446000,462000 +BFA,2039,6,439000,454000 +BFA,2039,7,431000,447000 +BFA,2039,8,424000,439000 +BFA,2039,9,416000,431000 +BFA,2039,10,408000,423000 +BFA,2039,11,401000,415000 +BFA,2039,12,393000,407000 +BFA,2039,13,385000,399000 +BFA,2039,14,378000,391000 +BFA,2039,15,370000,383000 +BFA,2039,16,362000,375000 +BFA,2039,17,355000,367000 +BFA,2039,18,347000,360000 +BFA,2040,0,488000,507000 +BFA,2040,1,481000,499000 +BFA,2040,2,474000,491000 +BFA,2040,3,467000,484000 +BFA,2040,4,460000,476000 +BFA,2040,5,452000,468000 +BFA,2040,6,445000,461000 +BFA,2040,7,438000,453000 +BFA,2040,8,430000,446000 +BFA,2040,9,423000,438000 +BFA,2040,10,415000,430000 +BFA,2040,11,408000,423000 +BFA,2040,12,400000,415000 +BFA,2040,13,393000,407000 +BFA,2040,14,385000,399000 +BFA,2040,15,377000,391000 +BFA,2040,16,369000,383000 +BFA,2040,17,362000,375000 +BFA,2040,18,354000,367000 +BFA,2041,0,493000,512000 +BFA,2041,1,487000,505000 +BFA,2041,2,480000,498000 +BFA,2041,3,473000,490000 +BFA,2041,4,466000,483000 +BFA,2041,5,459000,475000 +BFA,2041,6,452000,468000 +BFA,2041,7,445000,460000 +BFA,2041,8,437000,453000 +BFA,2041,9,430000,445000 +BFA,2041,10,423000,438000 +BFA,2041,11,415000,430000 +BFA,2041,12,408000,422000 +BFA,2041,13,400000,414000 +BFA,2041,14,392000,406000 +BFA,2041,15,384000,398000 +BFA,2041,16,377000,390000 +BFA,2041,17,369000,382000 +BFA,2041,18,361000,374000 +BFA,2042,0,498000,517000 +BFA,2042,1,492000,510000 +BFA,2042,2,486000,504000 +BFA,2042,3,479000,497000 +BFA,2042,4,472000,489000 +BFA,2042,5,465000,482000 +BFA,2042,6,458000,475000 +BFA,2042,7,451000,467000 +BFA,2042,8,444000,460000 +BFA,2042,9,437000,452000 +BFA,2042,10,430000,445000 +BFA,2042,11,422000,437000 +BFA,2042,12,415000,429000 +BFA,2042,13,407000,422000 +BFA,2042,14,400000,414000 +BFA,2042,15,392000,406000 +BFA,2042,16,384000,397000 +BFA,2042,17,376000,389000 +BFA,2042,18,368000,381000 +BFA,2043,0,503000,523000 +BFA,2043,1,497000,516000 +BFA,2043,2,490000,509000 +BFA,2043,3,485000,502000 +BFA,2043,4,478000,495000 +BFA,2043,5,471000,488000 +BFA,2043,6,465000,481000 +BFA,2043,7,458000,474000 +BFA,2043,8,451000,467000 +BFA,2043,9,444000,459000 +BFA,2043,10,437000,452000 +BFA,2043,11,429000,445000 +BFA,2043,12,422000,437000 +BFA,2043,13,414000,429000 +BFA,2043,14,407000,421000 +BFA,2043,15,399000,413000 +BFA,2043,16,391000,405000 +BFA,2043,17,383000,397000 +BFA,2043,18,375000,388000 +BFA,2044,0,508000,527000 +BFA,2044,1,502000,521000 +BFA,2044,2,496000,514000 +BFA,2044,3,489000,507000 +BFA,2044,4,483000,501000 +BFA,2044,5,477000,494000 +BFA,2044,6,470000,487000 +BFA,2044,7,464000,480000 +BFA,2044,8,457000,473000 +BFA,2044,9,450000,466000 +BFA,2044,10,443000,459000 +BFA,2044,11,436000,452000 +BFA,2044,12,429000,444000 +BFA,2044,13,421000,436000 +BFA,2044,14,414000,429000 +BFA,2044,15,406000,421000 +BFA,2044,16,399000,413000 +BFA,2044,17,391000,404000 +BFA,2044,18,383000,396000 +BFA,2045,0,513000,532000 +BFA,2045,1,507000,526000 +BFA,2045,2,501000,519000 +BFA,2045,3,495000,513000 +BFA,2045,4,489000,506000 +BFA,2045,5,482000,499000 +BFA,2045,6,476000,493000 +BFA,2045,7,470000,486000 +BFA,2045,8,463000,479000 +BFA,2045,9,456000,472000 +BFA,2045,10,450000,465000 +BFA,2045,11,443000,458000 +BFA,2045,12,436000,451000 +BFA,2045,13,428000,444000 +BFA,2045,14,421000,436000 +BFA,2045,15,413000,428000 +BFA,2045,16,406000,420000 +BFA,2045,17,398000,412000 +BFA,2045,18,390000,404000 +BFA,2046,0,518000,538000 +BFA,2046,1,512000,531000 +BFA,2046,2,506000,525000 +BFA,2046,3,500000,518000 +BFA,2046,4,494000,512000 +BFA,2046,5,488000,505000 +BFA,2046,6,482000,499000 +BFA,2046,7,476000,492000 +BFA,2046,8,469000,486000 +BFA,2046,9,463000,479000 +BFA,2046,10,456000,472000 +BFA,2046,11,449000,465000 +BFA,2046,12,442000,458000 +BFA,2046,13,435000,451000 +BFA,2046,14,428000,443000 +BFA,2046,15,421000,435000 +BFA,2046,16,413000,427000 +BFA,2046,17,405000,419000 +BFA,2046,18,397000,411000 +BFA,2047,0,522000,543000 +BFA,2047,1,517000,536000 +BFA,2047,2,511000,530000 +BFA,2047,3,505000,524000 +BFA,2047,4,499000,517000 +BFA,2047,5,493000,511000 +BFA,2047,6,487000,505000 +BFA,2047,7,481000,498000 +BFA,2047,8,475000,492000 +BFA,2047,9,469000,485000 +BFA,2047,10,462000,479000 +BFA,2047,11,456000,472000 +BFA,2047,12,449000,465000 +BFA,2047,13,442000,458000 +BFA,2047,14,435000,450000 +BFA,2047,15,428000,442000 +BFA,2047,16,420000,434000 +BFA,2047,17,412000,426000 +BFA,2047,18,405000,418000 +BFA,2048,0,527000,548000 +BFA,2048,1,521000,541000 +BFA,2048,2,516000,535000 +BFA,2048,3,510000,529000 +BFA,2048,4,504000,522000 +BFA,2048,5,498000,516000 +BFA,2048,6,493000,510000 +BFA,2048,7,487000,504000 +BFA,2048,8,481000,498000 +BFA,2048,9,475000,492000 +BFA,2048,10,469000,485000 +BFA,2048,11,462000,478000 +BFA,2048,12,455000,471000 +BFA,2048,13,449000,464000 +BFA,2048,14,442000,457000 +BFA,2048,15,435000,450000 +BFA,2048,16,427000,442000 +BFA,2048,17,419000,434000 +BFA,2048,18,412000,426000 +BFA,2049,0,532000,552000 +BFA,2049,1,526000,546000 +BFA,2049,2,520000,539000 +BFA,2049,3,514000,533000 +BFA,2049,4,509000,527000 +BFA,2049,5,503000,521000 +BFA,2049,6,498000,515000 +BFA,2049,7,492000,509000 +BFA,2049,8,486000,503000 +BFA,2049,9,480000,497000 +BFA,2049,10,474000,491000 +BFA,2049,11,468000,485000 +BFA,2049,12,462000,478000 +BFA,2049,13,455000,471000 +BFA,2049,14,448000,464000 +BFA,2049,15,441000,457000 +BFA,2049,16,434000,449000 +BFA,2049,17,427000,441000 +BFA,2049,18,419000,433000 +BFA,2050,0,536000,557000 +BFA,2050,1,530000,550000 +BFA,2050,2,525000,544000 +BFA,2050,3,519000,538000 +BFA,2050,4,513000,532000 +BFA,2050,5,508000,526000 +BFA,2050,6,502000,520000 +BFA,2050,7,497000,514000 +BFA,2050,8,491000,508000 +BFA,2050,9,486000,503000 +BFA,2050,10,480000,497000 +BFA,2050,11,474000,490000 +BFA,2050,12,468000,484000 +BFA,2050,13,461000,477000 +BFA,2050,14,455000,470000 +BFA,2050,15,448000,463000 +BFA,2050,16,441000,456000 +BFA,2050,17,434000,449000 +BFA,2050,18,426000,440000 +BGD,1990,0,1611746,1665996 +BGD,1990,1,1586600,1642509 +BGD,1990,2,1561007,1618206 +BGD,1990,3,1534941,1593073 +BGD,1990,4,1508375,1567094 +BGD,1990,5,1481282,1540257 +BGD,1990,6,1453635,1512547 +BGD,1990,7,1425408,1483950 +BGD,1990,8,1396573,1454452 +BGD,1990,9,1367103,1424039 +BGD,1990,10,1337498,1393454 +BGD,1990,11,1308256,1363440 +BGD,1990,12,1276721,1330196 +BGD,1990,13,1241815,1292194 +BGD,1990,14,1205088,1251691 +BGD,1990,15,1168529,1211574 +BGD,1990,16,1130970,1170184 +BGD,1990,17,1098085,1135728 +BGD,1990,18,1072652,1112239 +BGD,1991,0,1610090,1667268 +BGD,1991,1,1596788,1652151 +BGD,1991,2,1573731,1630465 +BGD,1991,3,1550047,1607914 +BGD,1991,4,1525694,1584436 +BGD,1991,5,1500628,1559970 +BGD,1991,6,1474881,1534582 +BGD,1991,7,1448482,1508335 +BGD,1991,8,1421029,1480537 +BGD,1991,9,1392337,1450873 +BGD,1991,10,1362580,1419661 +BGD,1991,11,1332621,1388286 +BGD,1991,12,1302891,1357375 +BGD,1991,13,1270977,1323429 +BGD,1991,14,1235958,1285136 +BGD,1991,15,1199289,1244625 +BGD,1991,16,1162694,1204407 +BGD,1991,17,1125051,1162864 +BGD,1991,18,1092148,1128468 +BGD,1992,0,1605374,1665419 +BGD,1992,1,1587993,1647132 +BGD,1992,2,1582076,1638261 +BGD,1992,3,1561104,1618376 +BGD,1992,4,1539324,1597577 +BGD,1992,5,1516678,1575755 +BGD,1992,6,1493109,1552802 +BGD,1992,7,1468702,1528861 +BGD,1992,8,1443545,1504078 +BGD,1992,9,1416862,1477079 +BGD,1992,10,1388310,1447250 +BGD,1992,11,1358262,1415241 +BGD,1992,12,1327944,1383078 +BGD,1992,13,1297722,1351272 +BGD,1992,14,1265423,1316624 +BGD,1992,15,1230288,1278042 +BGD,1992,16,1193671,1237524 +BGD,1992,17,1157035,1197205 +BGD,1992,18,1119303,1155511 +BGD,1993,0,1599837,1662551 +BGD,1993,1,1586474,1647126 +BGD,1993,2,1572057,1631368 +BGD,1993,3,1567711,1624580 +BGD,1993,4,1548819,1606492 +BGD,1993,5,1528937,1587442 +BGD,1993,6,1507993,1567272 +BGD,1993,7,1485914,1545827 +BGD,1993,8,1462843,1523332 +BGD,1993,9,1438922,1500008 +BGD,1993,10,1413004,1473805 +BGD,1993,11,1384585,1443807 +BGD,1993,12,1354238,1410997 +BGD,1993,13,1323555,1378043 +BGD,1993,14,1292835,1345338 +BGD,1993,15,1260145,1309984 +BGD,1993,16,1224885,1271108 +BGD,1993,17,1188312,1230579 +BGD,1993,18,1151628,1190155 +BGD,1994,0,1596554,1661498 +BGD,1994,1,1586031,1648037 +BGD,1994,2,1574380,1634380 +BGD,1994,3,1561538,1620322 +BGD,1994,4,1553840,1611364 +BGD,1994,5,1537022,1595068 +BGD,1994,6,1519033,1577761 +BGD,1994,7,1499785,1559238 +BGD,1994,8,1479189,1539296 +BGD,1994,9,1457446,1518239 +BGD,1994,10,1434754,1496368 +BGD,1994,11,1409591,1470953 +BGD,1994,12,1381297,1440778 +BGD,1994,13,1350643,1407158 +BGD,1994,14,1319585,1373403 +BGD,1994,15,1288357,1339790 +BGD,1994,16,1255266,1303720 +BGD,1994,17,1219869,1264539 +BGD,1994,18,1183329,1223986 +BGD,1995,0,1597559,1664094 +BGD,1995,1,1588039,1651141 +BGD,1995,2,1577679,1638378 +BGD,1995,3,1566376,1625554 +BGD,1995,4,1554028,1612420 +BGD,1995,5,1540531,1598724 +BGD,1995,6,1525783,1584216 +BGD,1995,7,1509682,1568647 +BGD,1995,8,1492123,1551764 +BGD,1995,9,1473004,1533319 +BGD,1995,10,1452582,1513694 +BGD,1995,11,1431112,1493269 +BGD,1995,12,1406697,1468633 +BGD,1995,13,1378516,1438270 +BGD,1995,14,1347543,1403827 +BGD,1995,15,1316099,1369258 +BGD,1995,16,1284350,1334724 +BGD,1995,17,1250845,1297925 +BGD,1995,18,1215299,1258424 +BGD,1996,0,1601649,1669176 +BGD,1996,1,1588861,1654686 +BGD,1996,2,1579430,1642415 +BGD,1996,3,1569473,1630462 +BGD,1996,4,1558809,1618527 +BGD,1996,5,1547260,1606309 +BGD,1996,6,1534754,1593587 +BGD,1996,7,1521225,1580138 +BGD,1996,8,1505930,1565271 +BGD,1996,9,1488463,1548529 +BGD,1996,10,1468980,1529847 +BGD,1996,11,1448295,1510012 +BGD,1996,12,1426546,1489342 +BGD,1996,13,1401954,1464447 +BGD,1996,14,1373813,1433869 +BGD,1996,15,1343011,1399239 +BGD,1996,16,1311675,1364443 +BGD,1996,17,1280009,1329654 +BGD,1996,18,1246572,1292664 +BGD,1997,0,1609649,1677447 +BGD,1997,1,1596088,1660837 +BGD,1997,2,1580559,1645682 +BGD,1997,3,1571214,1634091 +BGD,1997,4,1561657,1622946 +BGD,1997,5,1551631,1611896 +BGD,1997,6,1540876,1600591 +BGD,1997,7,1529359,1588839 +BGD,1997,8,1517045,1576445 +BGD,1997,9,1502552,1562277 +BGD,1997,10,1485171,1545671 +BGD,1997,11,1465320,1526747 +BGD,1997,12,1444366,1506698 +BGD,1997,13,1422334,1485778 +BGD,1997,14,1397560,1460618 +BGD,1997,15,1369450,1429817 +BGD,1997,16,1338813,1394994 +BGD,1997,17,1307576,1359960 +BGD,1997,18,1275986,1324908 +BGD,1998,0,1619180,1686729 +BGD,1998,1,1602127,1667311 +BGD,1998,2,1587129,1650533 +BGD,1998,3,1572500,1636887 +BGD,1998,4,1563239,1625973 +BGD,1998,5,1554082,1615634 +BGD,1998,6,1544691,1605468 +BGD,1998,7,1534730,1595075 +BGD,1998,8,1524198,1584292 +BGD,1998,9,1513097,1572952 +BGD,1998,10,1499404,1559480 +BGD,1998,11,1482109,1543009 +BGD,1998,12,1461885,1523841 +BGD,1998,13,1440660,1503575 +BGD,1998,14,1418340,1482402 +BGD,1998,15,1393381,1456973 +BGD,1998,16,1365299,1425947 +BGD,1998,17,1334820,1390924 +BGD,1998,18,1303678,1355650 +BGD,1999,0,1626900,1693983 +BGD,1999,1,1607287,1672727 +BGD,1999,2,1590565,1654696 +BGD,1999,3,1576259,1639380 +BGD,1999,4,1564559,1628111 +BGD,1999,5,1555383,1617875 +BGD,1999,6,1546624,1608341 +BGD,1999,7,1537868,1599059 +BGD,1999,8,1528699,1589579 +BGD,1999,9,1519153,1579764 +BGD,1999,10,1509265,1569478 +BGD,1999,11,1496371,1556704 +BGD,1999,12,1479159,1540366 +BGD,1999,13,1458561,1520954 +BGD,1999,14,1437064,1500471 +BGD,1999,15,1414455,1479044 +BGD,1999,16,1389307,1453347 +BGD,1999,17,1361251,1422094 +BGD,1999,18,1330929,1386872 +BGD,2000,0,1630223,1696837 +BGD,2000,1,1610083,1675634 +BGD,2000,2,1593139,1657760 +BGD,2000,3,1578896,1642715 +BGD,2000,4,1566864,1629999 +BGD,2000,5,1556548,1619113 +BGD,2000,6,1547457,1609557 +BGD,2000,7,1539097,1600830 +BGD,2000,8,1530976,1592434 +BGD,2000,9,1522601,1583867 +BGD,2000,10,1514041,1575023 +BGD,2000,11,1505366,1565792 +BGD,2000,12,1493273,1553717 +BGD,2000,13,1476144,1537515 +BGD,2000,14,1455174,1517861 +BGD,2000,15,1433404,1497165 +BGD,2000,16,1410507,1475487 +BGD,2000,17,1385172,1449525 +BGD,2000,18,1357143,1418049 +BGD,2001,0,1629107,1696677 +BGD,2001,1,1620463,1687701 +BGD,2001,2,1603602,1669860 +BGD,2001,3,1589064,1654450 +BGD,2001,4,1576463,1641082 +BGD,2001,5,1565409,1629368 +BGD,2001,6,1555480,1618840 +BGD,2001,7,1546254,1609034 +BGD,2001,8,1537512,1599946 +BGD,2001,9,1528932,1591343 +BGD,2001,10,1520026,1582605 +BGD,2001,11,1510699,1573287 +BGD,2001,12,1501062,1563414 +BGD,2001,13,1488235,1550537 +BGD,2001,14,1470797,1533368 +BGD,2001,15,1449823,1512674 +BGD,2001,16,1427968,1490930 +BGD,2001,17,1404898,1468139 +BGD,2001,18,1379752,1441481 +BGD,2002,0,1624217,1692784 +BGD,2002,1,1609460,1677555 +BGD,2002,2,1610852,1678583 +BGD,2002,3,1597268,1664108 +BGD,2002,4,1585137,1651166 +BGD,2002,5,1574176,1639478 +BGD,2002,6,1564100,1628767 +BGD,2002,7,1554558,1618598 +BGD,2002,8,1545197,1608540 +BGD,2002,9,1536071,1599091 +BGD,2002,10,1527032,1590282 +BGD,2002,11,1517592,1581371 +BGD,2002,12,1507497,1571580 +BGD,2002,13,1496897,1561062 +BGD,2002,14,1483334,1547382 +BGD,2002,15,1465586,1529244 +BGD,2002,16,1444605,1507509 +BGD,2002,17,1422663,1484715 +BGD,2002,18,1399418,1460808 +BGD,2003,0,1614763,1683888 +BGD,2003,1,1605123,1673895 +BGD,2003,2,1596462,1664758 +BGD,2003,3,1601059,1668803 +BGD,2003,4,1590756,1657705 +BGD,2003,5,1581035,1647238 +BGD,2003,6,1571716,1637237 +BGD,2003,7,1562620,1627533 +BGD,2003,8,1553465,1617728 +BGD,2003,9,1543969,1607423 +BGD,2003,10,1534461,1597614 +BGD,2003,11,1524963,1588603 +BGD,2003,12,1514992,1579522 +BGD,2003,13,1504129,1569260 +BGD,2003,14,1492567,1558102 +BGD,2003,15,1478269,1543623 +BGD,2003,16,1460211,1524522 +BGD,2003,17,1439227,1501753 +BGD,2003,18,1417200,1477916 +BGD,2004,0,1600081,1668710 +BGD,2004,1,1596390,1664762 +BGD,2004,2,1592476,1660451 +BGD,2004,3,1588263,1655731 +BGD,2004,4,1590776,1657638 +BGD,2004,5,1583757,1649925 +BGD,2004,6,1576449,1641943 +BGD,2004,7,1568775,1633635 +BGD,2004,8,1560661,1624948 +BGD,2004,9,1551896,1615515 +BGD,2004,10,1542269,1604970 +BGD,2004,11,1532381,1594811 +BGD,2004,12,1522428,1585604 +BGD,2004,13,1511927,1576362 +BGD,2004,14,1500300,1565638 +BGD,2004,15,1487779,1553848 +BGD,2004,16,1472751,1538583 +BGD,2004,17,1454390,1518534 +BGD,2004,18,1433409,1494750 +BGD,2005,0,1580138,1646896 +BGD,2005,1,1582642,1649258 +BGD,2005,2,1583841,1650171 +BGD,2005,3,1583763,1649690 +BGD,2005,4,1582437,1647871 +BGD,2005,5,1579893,1644770 +BGD,2005,6,1576159,1640445 +BGD,2005,7,1571264,1634950 +BGD,2005,8,1565237,1628343 +BGD,2005,9,1558108,1620678 +BGD,2005,10,1549736,1611625 +BGD,2005,11,1539981,1600853 +BGD,2005,12,1529718,1590355 +BGD,2005,13,1519313,1580962 +BGD,2005,14,1508287,1571568 +BGD,2005,15,1495901,1560394 +BGD,2005,16,1482426,1547987 +BGD,2005,17,1466674,1531952 +BGD,2005,18,1448017,1510979 +BGD,2006,0,1555808,1622796 +BGD,2006,1,1574370,1641500 +BGD,2006,2,1578515,1645563 +BGD,2006,3,1581029,1647864 +BGD,2006,4,1581944,1648452 +BGD,2006,5,1581292,1647376 +BGD,2006,6,1579208,1644741 +BGD,2006,7,1575828,1640650 +BGD,2006,8,1570666,1634879 +BGD,2006,9,1563547,1627368 +BGD,2006,10,1554813,1618331 +BGD,2006,11,1544847,1607829 +BGD,2006,12,1533410,1595595 +BGD,2006,13,1521885,1583260 +BGD,2006,14,1510950,1571562 +BGD,2006,15,1499929,1559656 +BGD,2006,16,1487448,1546028 +BGD,2006,17,1473758,1531067 +BGD,2006,18,1458421,1513462 +BGD,2007,0,1526650,1592556 +BGD,2007,1,1542822,1608897 +BGD,2007,2,1568449,1634867 +BGD,2007,3,1574233,1640628 +BGD,2007,4,1578062,1644316 +BGD,2007,5,1579971,1645973 +BGD,2007,6,1579993,1645641 +BGD,2007,7,1578370,1643473 +BGD,2007,8,1575345,1639620 +BGD,2007,9,1569916,1633577 +BGD,2007,10,1561705,1625169 +BGD,2007,11,1551366,1614765 +BGD,2007,12,1539806,1602821 +BGD,2007,13,1526687,1589132 +BGD,2007,14,1513903,1574969 +BGD,2007,15,1502439,1560974 +BGD,2007,16,1491422,1546563 +BGD,2007,17,1478848,1530491 +BGD,2007,18,1464944,1512986 +BGD,2008,0,1496382,1560726 +BGD,2008,1,1518679,1583306 +BGD,2008,2,1537176,1602000 +BGD,2008,3,1562383,1627653 +BGD,2008,4,1569808,1635110 +BGD,2008,5,1574952,1640183 +BGD,2008,6,1577854,1642908 +BGD,2008,7,1578550,1643320 +BGD,2008,8,1577388,1641619 +BGD,2008,9,1574718,1638005 +BGD,2008,10,1569023,1631693 +BGD,2008,11,1559720,1622390 +BGD,2008,12,1547778,1610625 +BGD,2008,13,1534625,1597243 +BGD,2008,14,1519826,1582106 +BGD,2008,15,1505783,1566121 +BGD,2008,16,1493791,1549835 +BGD,2008,17,1482779,1532925 +BGD,2008,18,1470113,1514416 +BGD,2009,0,1469995,1533333 +BGD,2009,1,1495910,1559555 +BGD,2009,2,1517989,1581906 +BGD,2009,3,1536380,1600524 +BGD,2009,4,1556194,1620711 +BGD,2009,5,1565258,1629864 +BGD,2009,6,1571717,1636321 +BGD,2009,7,1575611,1640114 +BGD,2009,8,1576981,1641269 +BGD,2009,9,1576281,1640035 +BGD,2009,10,1573966,1636660 +BGD,2009,11,1568005,1630077 +BGD,2009,12,1557611,1619879 +BGD,2009,13,1544067,1606751 +BGD,2009,14,1529322,1591930 +BGD,2009,15,1512843,1575344 +BGD,2009,16,1497543,1557536 +BGD,2009,17,1485025,1538958 +BGD,2009,18,1474019,1519549 +BGD,2010,0,1450987,1514534 +BGD,2010,1,1476983,1540748 +BGD,2010,2,1499834,1563846 +BGD,2010,3,1519583,1583850 +BGD,2010,4,1536273,1600781 +BGD,2010,5,1549947,1614662 +BGD,2010,6,1560649,1625515 +BGD,2010,7,1568422,1633361 +BGD,2010,8,1573308,1638223 +BGD,2010,9,1575352,1640122 +BGD,2010,10,1575114,1639354 +BGD,2010,11,1573154,1636215 +BGD,2010,12,1566928,1629359 +BGD,2010,13,1555444,1618260 +BGD,2010,14,1540297,1603762 +BGD,2010,15,1523962,1587495 +BGD,2010,16,1505805,1569450 +BGD,2010,17,1489248,1549808 +BGD,2010,18,1476204,1528929 +BGD,2011,0,1441279,1503763 +BGD,2011,1,1451882,1514001 +BGD,2011,2,1475532,1537856 +BGD,2011,3,1497017,1559612 +BGD,2011,4,1516183,1579091 +BGD,2011,5,1532875,1596117 +BGD,2011,6,1547219,1610735 +BGD,2011,7,1559342,1622992 +BGD,2011,8,1567688,1631585 +BGD,2011,9,1571544,1635884 +BGD,2011,10,1571595,1636387 +BGD,2011,11,1569796,1634582 +BGD,2011,12,1566422,1630606 +BGD,2011,13,1559174,1622707 +BGD,2011,14,1547320,1610305 +BGD,2011,15,1532271,1594390 +BGD,2011,16,1515966,1576749 +BGD,2011,17,1497768,1557286 +BGD,2011,18,1481615,1536772 +BGD,2012,0,1438966,1501604 +BGD,2012,1,1453090,1515325 +BGD,2012,2,1452479,1514085 +BGD,2012,3,1473779,1535591 +BGD,2012,4,1493893,1556015 +BGD,2012,5,1512472,1574979 +BGD,2012,6,1529163,1592105 +BGD,2012,7,1544175,1607465 +BGD,2012,8,1557715,1621132 +BGD,2012,9,1566633,1630474 +BGD,2012,10,1569458,1634212 +BGD,2012,11,1567517,1633321 +BGD,2012,12,1564158,1630479 +BGD,2012,13,1559371,1625664 +BGD,2012,14,1551102,1616720 +BGD,2012,15,1538879,1603011 +BGD,2012,16,1523932,1585674 +BGD,2012,17,1507661,1566654 +BGD,2012,18,1489426,1545766 +BGD,2013,0,1441206,1504748 +BGD,2013,1,1445962,1508704 +BGD,2013,2,1453996,1516225 +BGD,2013,3,1453037,1514719 +BGD,2013,4,1471986,1533885 +BGD,2013,5,1490730,1552985 +BGD,2013,6,1508722,1571441 +BGD,2013,7,1525411,1588674 +BGD,2013,8,1541089,1604781 +BGD,2013,9,1556046,1619861 +BGD,2013,10,1565536,1629956 +BGD,2013,11,1567329,1633135 +BGD,2013,12,1563397,1630849 +BGD,2013,13,1558479,1626970 +BGD,2013,14,1552280,1621314 +BGD,2013,15,1542991,1611323 +BGD,2013,16,1530400,1596302 +BGD,2013,17,1515553,1577536 +BGD,2013,18,1499316,1557130 +BGD,2014,0,1443692,1508213 +BGD,2014,1,1440193,1503572 +BGD,2014,2,1442048,1504640 +BGD,2014,3,1448399,1510522 +BGD,2014,4,1453862,1515739 +BGD,2014,5,1470464,1532569 +BGD,2014,6,1487842,1550349 +BGD,2014,7,1505249,1568300 +BGD,2014,8,1521940,1585644 +BGD,2014,9,1538287,1602504 +BGD,2014,10,1554664,1619001 +BGD,2014,11,1564727,1629851 +BGD,2014,12,1565490,1632473 +BGD,2014,13,1559565,1628791 +BGD,2014,14,1553088,1623872 +BGD,2014,15,1545475,1617374 +BGD,2014,16,1535164,1606333 +BGD,2014,17,1522203,1589995 +BGD,2014,18,1507455,1569796 +BGD,2015,0,1443110,1508193 +BGD,2015,1,1434428,1498159 +BGD,2015,2,1432222,1494990 +BGD,2015,3,1435548,1497704 +BGD,2015,4,1443462,1505324 +BGD,2015,5,1455020,1516871 +BGD,2015,6,1469278,1531364 +BGD,2015,7,1485292,1547824 +BGD,2015,8,1502120,1565272 +BGD,2015,9,1518815,1582729 +BGD,2015,10,1535836,1600342 +BGD,2015,11,1553637,1618260 +BGD,2015,12,1564275,1629867 +BGD,2015,13,1564007,1631930 +BGD,2015,14,1556088,1626850 +BGD,2015,15,1548050,1620891 +BGD,2015,16,1539021,1613550 +BGD,2015,17,1527686,1601456 +BGD,2015,18,1514352,1583800 +BGD,2016,0,1437361,1502641 +BGD,2016,1,1437700,1502263 +BGD,2016,2,1432172,1495656 +BGD,2016,3,1431925,1494668 +BGD,2016,4,1436190,1498505 +BGD,2016,5,1444198,1506372 +BGD,2016,6,1455082,1517314 +BGD,2016,7,1467973,1530374 +BGD,2016,8,1482604,1545561 +BGD,2016,9,1498409,1562400 +BGD,2016,10,1514318,1579616 +BGD,2016,11,1530266,1596603 +BGD,2016,12,1546791,1613720 +BGD,2016,13,1556599,1624405 +BGD,2016,14,1556210,1625397 +BGD,2016,15,1548673,1619199 +BGD,2016,16,1540957,1612162 +BGD,2016,17,1532199,1603716 +BGD,2016,18,1521499,1590976 +BGD,2017,0,1428675,1493792 +BGD,2017,1,1420319,1484117 +BGD,2017,2,1432757,1496633 +BGD,2017,3,1430381,1493451 +BGD,2017,4,1432092,1494645 +BGD,2017,5,1437297,1499605 +BGD,2017,6,1445402,1507721 +BGD,2017,7,1455616,1518059 +BGD,2017,8,1467144,1529690 +BGD,2017,9,1480397,1543607 +BGD,2017,10,1495185,1559841 +BGD,2017,11,1510312,1576819 +BGD,2017,12,1525194,1593183 +BGD,2017,13,1540448,1609503 +BGD,2017,14,1549429,1619268 +BGD,2017,15,1548920,1619189 +BGD,2017,16,1541761,1611872 +BGD,2017,17,1534365,1603757 +BGD,2017,18,1525876,1594204 +BGD,2018,0,1417619,1482283 +BGD,2018,1,1413113,1476651 +BGD,2018,2,1412434,1475117 +BGD,2018,3,1428052,1491137 +BGD,2018,4,1428828,1491379 +BGD,2018,5,1432498,1494755 +BGD,2018,6,1438643,1500839 +BGD,2018,7,1446847,1509204 +BGD,2018,8,1456392,1518941 +BGD,2018,9,1466559,1529143 +BGD,2018,10,1478437,1541791 +BGD,2018,11,1492210,1557421 +BGD,2018,12,1506558,1574163 +BGD,2018,13,1520375,1589905 +BGD,2018,14,1534362,1605428 +BGD,2018,15,1542516,1614275 +BGD,2018,16,1541887,1613125 +BGD,2018,17,1535106,1604689 +BGD,2018,18,1528028,1595494 +BGD,2019,0,1405000,1469000 +BGD,2019,1,1405000,1468000 +BGD,2019,2,1407000,1470000 +BGD,2019,3,1411000,1473000 +BGD,2019,4,1423000,1486000 +BGD,2019,5,1427000,1489000 +BGD,2019,6,1433000,1495000 +BGD,2019,7,1440000,1502000 +BGD,2019,8,1448000,1511000 +BGD,2019,9,1457000,1520000 +BGD,2019,10,1466000,1529000 +BGD,2019,11,1476000,1540000 +BGD,2019,12,1489000,1555000 +BGD,2019,13,1503000,1571000 +BGD,2019,14,1516000,1587000 +BGD,2019,15,1528000,1601000 +BGD,2019,16,1536000,1609000 +BGD,2019,17,1535000,1607000 +BGD,2019,18,1528000,1597000 +BGD,2020,0,1393000,1456000 +BGD,2020,1,1396000,1459000 +BGD,2020,2,1401000,1463000 +BGD,2020,3,1406000,1468000 +BGD,2020,4,1412000,1474000 +BGD,2020,5,1418000,1480000 +BGD,2020,6,1425000,1487000 +BGD,2020,7,1433000,1495000 +BGD,2020,8,1441000,1503000 +BGD,2020,9,1449000,1512000 +BGD,2020,10,1458000,1521000 +BGD,2020,11,1465000,1528000 +BGD,2020,12,1474000,1538000 +BGD,2020,13,1486000,1552000 +BGD,2020,14,1499000,1569000 +BGD,2020,15,1510000,1583000 +BGD,2020,16,1522000,1597000 +BGD,2020,17,1528000,1604000 +BGD,2020,18,1528000,1601000 +BGD,2021,0,1380000,1443000 +BGD,2021,1,1390000,1453000 +BGD,2021,2,1395000,1457000 +BGD,2021,3,1400000,1462000 +BGD,2021,4,1406000,1467000 +BGD,2021,5,1412000,1473000 +BGD,2021,6,1418000,1480000 +BGD,2021,7,1425000,1486000 +BGD,2021,8,1432000,1494000 +BGD,2021,9,1439000,1502000 +BGD,2021,10,1447000,1510000 +BGD,2021,11,1454000,1518000 +BGD,2021,12,1460000,1525000 +BGD,2021,13,1468000,1534000 +BGD,2021,14,1480000,1547000 +BGD,2021,15,1493000,1562000 +BGD,2021,16,1504000,1576000 +BGD,2021,17,1516000,1589000 +BGD,2021,18,1522000,1595000 +BGD,2022,0,1368000,1429000 +BGD,2022,1,1376000,1438000 +BGD,2022,2,1388000,1450000 +BGD,2022,3,1394000,1456000 +BGD,2022,4,1399000,1461000 +BGD,2022,5,1405000,1467000 +BGD,2022,6,1411000,1473000 +BGD,2022,7,1418000,1479000 +BGD,2022,8,1424000,1486000 +BGD,2022,9,1431000,1493000 +BGD,2022,10,1437000,1500000 +BGD,2022,11,1444000,1508000 +BGD,2022,12,1450000,1515000 +BGD,2022,13,1455000,1521000 +BGD,2022,14,1462000,1530000 +BGD,2022,15,1473000,1542000 +BGD,2022,16,1486000,1556000 +BGD,2022,17,1498000,1568000 +BGD,2022,18,1509000,1580000 +BGD,2023,0,1354000,1415000 +BGD,2023,1,1364000,1426000 +BGD,2023,2,1374000,1435000 +BGD,2023,3,1385000,1447000 +BGD,2023,4,1392000,1454000 +BGD,2023,5,1398000,1460000 +BGD,2023,6,1405000,1466000 +BGD,2023,7,1411000,1473000 +BGD,2023,8,1417000,1479000 +BGD,2023,9,1424000,1485000 +BGD,2023,10,1430000,1492000 +BGD,2023,11,1435000,1499000 +BGD,2023,12,1441000,1506000 +BGD,2023,13,1446000,1513000 +BGD,2023,14,1450000,1518000 +BGD,2023,15,1456000,1526000 +BGD,2023,16,1467000,1537000 +BGD,2023,17,1480000,1550000 +BGD,2023,18,1492000,1561000 +BGD,2024,0,1340000,1399000 +BGD,2024,1,1351000,1412000 +BGD,2024,2,1362000,1423000 +BGD,2024,3,1372000,1433000 +BGD,2024,4,1383000,1444000 +BGD,2024,5,1390000,1452000 +BGD,2024,6,1398000,1459000 +BGD,2024,7,1404000,1466000 +BGD,2024,8,1411000,1472000 +BGD,2024,9,1417000,1478000 +BGD,2024,10,1423000,1484000 +BGD,2024,11,1429000,1490000 +BGD,2024,12,1433000,1497000 +BGD,2024,13,1437000,1504000 +BGD,2024,14,1441000,1510000 +BGD,2024,15,1444000,1515000 +BGD,2024,16,1450000,1521000 +BGD,2024,17,1461000,1532000 +BGD,2024,18,1474000,1543000 +BGD,2025,0,1323000,1382000 +BGD,2025,1,1337000,1397000 +BGD,2025,2,1349000,1409000 +BGD,2025,3,1360000,1421000 +BGD,2025,4,1371000,1432000 +BGD,2025,5,1380000,1441000 +BGD,2025,6,1389000,1450000 +BGD,2025,7,1397000,1458000 +BGD,2025,8,1404000,1465000 +BGD,2025,9,1410000,1472000 +BGD,2025,10,1416000,1478000 +BGD,2025,11,1422000,1483000 +BGD,2025,12,1427000,1489000 +BGD,2025,13,1431000,1495000 +BGD,2025,14,1434000,1501000 +BGD,2025,15,1437000,1507000 +BGD,2025,16,1439000,1511000 +BGD,2025,17,1444000,1517000 +BGD,2025,18,1454000,1526000 +BGD,2026,0,1306000,1364000 +BGD,2026,1,1322000,1381000 +BGD,2026,2,1336000,1395000 +BGD,2026,3,1348000,1409000 +BGD,2026,4,1360000,1420000 +BGD,2026,5,1370000,1431000 +BGD,2026,6,1380000,1441000 +BGD,2026,7,1388000,1449000 +BGD,2026,8,1396000,1457000 +BGD,2026,9,1402000,1464000 +BGD,2026,10,1408000,1470000 +BGD,2026,11,1413000,1475000 +BGD,2026,12,1418000,1480000 +BGD,2026,13,1422000,1485000 +BGD,2026,14,1425000,1491000 +BGD,2026,15,1429000,1496000 +BGD,2026,16,1431000,1500000 +BGD,2026,17,1433000,1503000 +BGD,2026,18,1439000,1509000 +BGD,2027,0,1287000,1345000 +BGD,2027,1,1304000,1363000 +BGD,2027,2,1321000,1380000 +BGD,2027,3,1335000,1394000 +BGD,2027,4,1348000,1408000 +BGD,2027,5,1359000,1419000 +BGD,2027,6,1370000,1430000 +BGD,2027,7,1379000,1440000 +BGD,2027,8,1388000,1449000 +BGD,2027,9,1395000,1457000 +BGD,2027,10,1401000,1463000 +BGD,2027,11,1405000,1468000 +BGD,2027,12,1409000,1473000 +BGD,2027,13,1413000,1478000 +BGD,2027,14,1416000,1482000 +BGD,2027,15,1420000,1486000 +BGD,2027,16,1423000,1490000 +BGD,2027,17,1426000,1494000 +BGD,2027,18,1428000,1496000 +BGD,2028,0,1268000,1325000 +BGD,2028,1,1286000,1344000 +BGD,2028,2,1303000,1362000 +BGD,2028,3,1320000,1379000 +BGD,2028,4,1334000,1393000 +BGD,2028,5,1347000,1406000 +BGD,2028,6,1358000,1418000 +BGD,2028,7,1369000,1429000 +BGD,2028,8,1378000,1439000 +BGD,2028,9,1387000,1448000 +BGD,2028,10,1394000,1456000 +BGD,2028,11,1399000,1462000 +BGD,2028,12,1402000,1466000 +BGD,2028,13,1405000,1471000 +BGD,2028,14,1408000,1474000 +BGD,2028,15,1411000,1478000 +BGD,2028,16,1414000,1481000 +BGD,2028,17,1417000,1484000 +BGD,2028,18,1420000,1487000 +BGD,2029,0,1249000,1306000 +BGD,2029,1,1268000,1326000 +BGD,2029,2,1286000,1344000 +BGD,2029,3,1303000,1361000 +BGD,2029,4,1319000,1377000 +BGD,2029,5,1333000,1392000 +BGD,2029,6,1346000,1405000 +BGD,2029,7,1358000,1417000 +BGD,2029,8,1368000,1428000 +BGD,2029,9,1378000,1438000 +BGD,2029,10,1387000,1447000 +BGD,2029,11,1393000,1455000 +BGD,2029,12,1397000,1460000 +BGD,2029,13,1399000,1464000 +BGD,2029,14,1401000,1468000 +BGD,2029,15,1403000,1471000 +BGD,2029,16,1405000,1474000 +BGD,2029,17,1408000,1476000 +BGD,2029,18,1411000,1478000 +BGD,2030,0,1232000,1288000 +BGD,2030,1,1251000,1308000 +BGD,2030,2,1269000,1326000 +BGD,2030,3,1286000,1344000 +BGD,2030,4,1303000,1360000 +BGD,2030,5,1318000,1376000 +BGD,2030,6,1332000,1390000 +BGD,2030,7,1345000,1404000 +BGD,2030,8,1357000,1416000 +BGD,2030,9,1367000,1427000 +BGD,2030,10,1377000,1437000 +BGD,2030,11,1386000,1447000 +BGD,2030,12,1392000,1454000 +BGD,2030,13,1396000,1459000 +BGD,2030,14,1396000,1462000 +BGD,2030,15,1397000,1465000 +BGD,2030,16,1398000,1468000 +BGD,2030,17,1399000,1470000 +BGD,2030,18,1402000,1471000 +BGD,2031,0,1217000,1273000 +BGD,2031,1,1232000,1288000 +BGD,2031,2,1251000,1307000 +BGD,2031,3,1269000,1326000 +BGD,2031,4,1286000,1343000 +BGD,2031,5,1302000,1360000 +BGD,2031,6,1317000,1375000 +BGD,2031,7,1332000,1390000 +BGD,2031,8,1345000,1404000 +BGD,2031,9,1356000,1415000 +BGD,2031,10,1365000,1426000 +BGD,2031,11,1374000,1435000 +BGD,2031,12,1382000,1444000 +BGD,2031,13,1388000,1451000 +BGD,2031,14,1390000,1455000 +BGD,2031,15,1391000,1457000 +BGD,2031,16,1392000,1459000 +BGD,2031,17,1393000,1461000 +BGD,2031,18,1394000,1462000 +BGD,2032,0,1203000,1258000 +BGD,2032,1,1219000,1275000 +BGD,2032,2,1232000,1288000 +BGD,2032,3,1250000,1307000 +BGD,2032,4,1268000,1325000 +BGD,2032,5,1285000,1342000 +BGD,2032,6,1301000,1359000 +BGD,2032,7,1316000,1375000 +BGD,2032,8,1331000,1390000 +BGD,2032,9,1344000,1403000 +BGD,2032,10,1354000,1415000 +BGD,2032,11,1363000,1424000 +BGD,2032,12,1370000,1433000 +BGD,2032,13,1377000,1441000 +BGD,2032,14,1383000,1447000 +BGD,2032,15,1385000,1451000 +BGD,2032,16,1386000,1452000 +BGD,2032,17,1387000,1453000 +BGD,2032,18,1388000,1454000 +BGD,2033,0,1190000,1245000 +BGD,2033,1,1204000,1259000 +BGD,2033,2,1219000,1274000 +BGD,2033,3,1232000,1288000 +BGD,2033,4,1250000,1306000 +BGD,2033,5,1267000,1324000 +BGD,2033,6,1284000,1341000 +BGD,2033,7,1300000,1358000 +BGD,2033,8,1316000,1374000 +BGD,2033,9,1331000,1389000 +BGD,2033,10,1343000,1403000 +BGD,2033,11,1353000,1414000 +BGD,2033,12,1360000,1423000 +BGD,2033,13,1367000,1431000 +BGD,2033,14,1373000,1438000 +BGD,2033,15,1377000,1444000 +BGD,2033,16,1380000,1446000 +BGD,2033,17,1381000,1447000 +BGD,2033,18,1382000,1447000 +BGD,2034,0,1177000,1231000 +BGD,2034,1,1189000,1244000 +BGD,2034,2,1203000,1257000 +BGD,2034,3,1217000,1272000 +BGD,2034,4,1232000,1287000 +BGD,2034,5,1249000,1305000 +BGD,2034,6,1266000,1322000 +BGD,2034,7,1283000,1340000 +BGD,2034,8,1299000,1356000 +BGD,2034,9,1315000,1373000 +BGD,2034,10,1330000,1388000 +BGD,2034,11,1343000,1402000 +BGD,2034,12,1351000,1413000 +BGD,2034,13,1357000,1421000 +BGD,2034,14,1363000,1428000 +BGD,2034,15,1368000,1435000 +BGD,2034,16,1372000,1440000 +BGD,2034,17,1374000,1442000 +BGD,2034,18,1375000,1441000 +BGD,2035,0,1163000,1217000 +BGD,2035,1,1174000,1228000 +BGD,2035,2,1186000,1241000 +BGD,2035,3,1200000,1255000 +BGD,2035,4,1215000,1270000 +BGD,2035,5,1231000,1287000 +BGD,2035,6,1248000,1304000 +BGD,2035,7,1265000,1321000 +BGD,2035,8,1281000,1338000 +BGD,2035,9,1297000,1355000 +BGD,2035,10,1313000,1371000 +BGD,2035,11,1329000,1387000 +BGD,2035,12,1342000,1401000 +BGD,2035,13,1350000,1411000 +BGD,2035,14,1355000,1419000 +BGD,2035,15,1359000,1426000 +BGD,2035,16,1363000,1432000 +BGD,2035,17,1367000,1436000 +BGD,2035,18,1368000,1437000 +BGD,2036,0,1149000,1202000 +BGD,2036,1,1162000,1215000 +BGD,2036,2,1173000,1227000 +BGD,2036,3,1186000,1240000 +BGD,2036,4,1201000,1255000 +BGD,2036,5,1216000,1271000 +BGD,2036,6,1232000,1287000 +BGD,2036,7,1248000,1304000 +BGD,2036,8,1264000,1321000 +BGD,2036,9,1280000,1337000 +BGD,2036,10,1295000,1354000 +BGD,2036,11,1310000,1369000 +BGD,2036,12,1325000,1385000 +BGD,2036,13,1337000,1398000 +BGD,2036,14,1345000,1407000 +BGD,2036,15,1350000,1414000 +BGD,2036,16,1354000,1420000 +BGD,2036,17,1358000,1425000 +BGD,2036,18,1362000,1429000 +BGD,2037,0,1135000,1187000 +BGD,2037,1,1144000,1197000 +BGD,2037,2,1160000,1213000 +BGD,2037,3,1173000,1226000 +BGD,2037,4,1186000,1240000 +BGD,2037,5,1201000,1255000 +BGD,2037,6,1216000,1271000 +BGD,2037,7,1232000,1287000 +BGD,2037,8,1248000,1303000 +BGD,2037,9,1264000,1320000 +BGD,2037,10,1279000,1336000 +BGD,2037,11,1293000,1352000 +BGD,2037,12,1307000,1368000 +BGD,2037,13,1321000,1383000 +BGD,2037,14,1332000,1395000 +BGD,2037,15,1340000,1403000 +BGD,2037,16,1344000,1409000 +BGD,2037,17,1349000,1414000 +BGD,2037,18,1353000,1418000 +BGD,2038,0,1120000,1172000 +BGD,2038,1,1130000,1182000 +BGD,2038,2,1142000,1194000 +BGD,2038,3,1159000,1212000 +BGD,2038,4,1172000,1225000 +BGD,2038,5,1186000,1240000 +BGD,2038,6,1201000,1255000 +BGD,2038,7,1216000,1271000 +BGD,2038,8,1232000,1287000 +BGD,2038,9,1247000,1303000 +BGD,2038,10,1263000,1319000 +BGD,2038,11,1277000,1335000 +BGD,2038,12,1291000,1351000 +BGD,2038,13,1304000,1365000 +BGD,2038,14,1317000,1380000 +BGD,2038,15,1327000,1391000 +BGD,2038,16,1334000,1399000 +BGD,2038,17,1339000,1403000 +BGD,2038,18,1344000,1408000 +BGD,2039,0,1105000,1157000 +BGD,2039,1,1116000,1167000 +BGD,2039,2,1128000,1180000 +BGD,2039,3,1141000,1193000 +BGD,2039,4,1157000,1209000 +BGD,2039,5,1171000,1224000 +BGD,2039,6,1186000,1239000 +BGD,2039,7,1201000,1255000 +BGD,2039,8,1216000,1271000 +BGD,2039,9,1232000,1287000 +BGD,2039,10,1247000,1303000 +BGD,2039,11,1262000,1318000 +BGD,2039,12,1275000,1334000 +BGD,2039,13,1288000,1349000 +BGD,2039,14,1300000,1363000 +BGD,2039,15,1312000,1377000 +BGD,2039,16,1322000,1388000 +BGD,2039,17,1329000,1394000 +BGD,2039,18,1334000,1398000 +BGD,2040,0,1091000,1142000 +BGD,2040,1,1102000,1153000 +BGD,2040,2,1114000,1165000 +BGD,2040,3,1126000,1178000 +BGD,2040,4,1140000,1192000 +BGD,2040,5,1155000,1207000 +BGD,2040,6,1170000,1223000 +BGD,2040,7,1185000,1238000 +BGD,2040,8,1200000,1254000 +BGD,2040,9,1216000,1270000 +BGD,2040,10,1231000,1286000 +BGD,2040,11,1246000,1302000 +BGD,2040,12,1261000,1317000 +BGD,2040,13,1273000,1332000 +BGD,2040,14,1285000,1347000 +BGD,2040,15,1296000,1360000 +BGD,2040,16,1307000,1374000 +BGD,2040,17,1316000,1384000 +BGD,2040,18,1323000,1390000 +BGD,2041,0,1079000,1130000 +BGD,2041,1,1091000,1141000 +BGD,2041,2,1102000,1153000 +BGD,2041,3,1114000,1165000 +BGD,2041,4,1127000,1178000 +BGD,2041,5,1140000,1193000 +BGD,2041,6,1155000,1207000 +BGD,2041,7,1170000,1223000 +BGD,2041,8,1185000,1238000 +BGD,2041,9,1199000,1254000 +BGD,2041,10,1214000,1269000 +BGD,2041,11,1228000,1285000 +BGD,2041,12,1242000,1300000 +BGD,2041,13,1256000,1314000 +BGD,2041,14,1269000,1328000 +BGD,2041,15,1280000,1342000 +BGD,2041,16,1292000,1355000 +BGD,2041,17,1303000,1367000 +BGD,2041,18,1312000,1377000 +BGD,2042,0,1068000,1118000 +BGD,2042,1,1077000,1128000 +BGD,2042,2,1090000,1140000 +BGD,2042,3,1101000,1152000 +BGD,2042,4,1114000,1165000 +BGD,2042,5,1127000,1178000 +BGD,2042,6,1140000,1193000 +BGD,2042,7,1155000,1207000 +BGD,2042,8,1170000,1223000 +BGD,2042,9,1184000,1238000 +BGD,2042,10,1198000,1253000 +BGD,2042,11,1212000,1268000 +BGD,2042,12,1225000,1283000 +BGD,2042,13,1238000,1297000 +BGD,2042,14,1251000,1311000 +BGD,2042,15,1264000,1324000 +BGD,2042,16,1275000,1337000 +BGD,2042,17,1287000,1349000 +BGD,2042,18,1298000,1360000 +BGD,2043,0,1057000,1107000 +BGD,2043,1,1066000,1116000 +BGD,2043,2,1076000,1126000 +BGD,2043,3,1089000,1139000 +BGD,2043,4,1101000,1151000 +BGD,2043,5,1113000,1164000 +BGD,2043,6,1127000,1178000 +BGD,2043,7,1140000,1192000 +BGD,2043,8,1155000,1207000 +BGD,2043,9,1169000,1222000 +BGD,2043,10,1183000,1237000 +BGD,2043,11,1197000,1252000 +BGD,2043,12,1209000,1267000 +BGD,2043,13,1222000,1281000 +BGD,2043,14,1234000,1295000 +BGD,2043,15,1246000,1308000 +BGD,2043,16,1258000,1320000 +BGD,2043,17,1270000,1332000 +BGD,2043,18,1282000,1343000 +BGD,2044,0,1047000,1096000 +BGD,2044,1,1055000,1104000 +BGD,2044,2,1064000,1114000 +BGD,2044,3,1075000,1125000 +BGD,2044,4,1087000,1138000 +BGD,2044,5,1100000,1150000 +BGD,2044,6,1113000,1164000 +BGD,2044,7,1126000,1178000 +BGD,2044,8,1140000,1192000 +BGD,2044,9,1154000,1207000 +BGD,2044,10,1169000,1222000 +BGD,2044,11,1183000,1236000 +BGD,2044,12,1195000,1251000 +BGD,2044,13,1207000,1265000 +BGD,2044,14,1218000,1278000 +BGD,2044,15,1230000,1292000 +BGD,2044,16,1241000,1304000 +BGD,2044,17,1253000,1316000 +BGD,2044,18,1265000,1326000 +BGD,2045,0,1036000,1085000 +BGD,2045,1,1044000,1093000 +BGD,2045,2,1053000,1102000 +BGD,2045,3,1063000,1112000 +BGD,2045,4,1074000,1124000 +BGD,2045,5,1086000,1136000 +BGD,2045,6,1099000,1149000 +BGD,2045,7,1112000,1163000 +BGD,2045,8,1126000,1177000 +BGD,2045,9,1139000,1192000 +BGD,2045,10,1154000,1206000 +BGD,2045,11,1168000,1221000 +BGD,2045,12,1182000,1236000 +BGD,2045,13,1193000,1249000 +BGD,2045,14,1204000,1263000 +BGD,2045,15,1215000,1276000 +BGD,2045,16,1225000,1289000 +BGD,2045,17,1236000,1300000 +BGD,2045,18,1247000,1311000 +BGD,2046,0,1027000,1076000 +BGD,2046,1,1036000,1084000 +BGD,2046,2,1044000,1093000 +BGD,2046,3,1053000,1102000 +BGD,2046,4,1063000,1113000 +BGD,2046,5,1074000,1124000 +BGD,2046,6,1086000,1137000 +BGD,2046,7,1099000,1149000 +BGD,2046,8,1112000,1163000 +BGD,2046,9,1125000,1177000 +BGD,2046,10,1138000,1191000 +BGD,2046,11,1151000,1205000 +BGD,2046,12,1164000,1219000 +BGD,2046,13,1177000,1233000 +BGD,2046,14,1189000,1246000 +BGD,2046,15,1199000,1258000 +BGD,2046,16,1210000,1270000 +BGD,2046,17,1220000,1282000 +BGD,2046,18,1231000,1293000 +BGD,2047,0,1018000,1066000 +BGD,2047,1,1025000,1073000 +BGD,2047,2,1035000,1083000 +BGD,2047,3,1043000,1092000 +BGD,2047,4,1053000,1102000 +BGD,2047,5,1063000,1113000 +BGD,2047,6,1075000,1125000 +BGD,2047,7,1086000,1137000 +BGD,2047,8,1099000,1149000 +BGD,2047,9,1111000,1163000 +BGD,2047,10,1124000,1176000 +BGD,2047,11,1136000,1189000 +BGD,2047,12,1148000,1203000 +BGD,2047,13,1160000,1217000 +BGD,2047,14,1173000,1230000 +BGD,2047,15,1184000,1242000 +BGD,2047,16,1195000,1253000 +BGD,2047,17,1205000,1265000 +BGD,2047,18,1216000,1276000 +BGD,2048,0,1009000,1057000 +BGD,2048,1,1015000,1063000 +BGD,2048,2,1023000,1071000 +BGD,2048,3,1033000,1082000 +BGD,2048,4,1043000,1091000 +BGD,2048,5,1053000,1102000 +BGD,2048,6,1063000,1113000 +BGD,2048,7,1075000,1125000 +BGD,2048,8,1086000,1137000 +BGD,2048,9,1099000,1149000 +BGD,2048,10,1111000,1162000 +BGD,2048,11,1122000,1175000 +BGD,2048,12,1133000,1188000 +BGD,2048,13,1145000,1201000 +BGD,2048,14,1156000,1214000 +BGD,2048,15,1168000,1226000 +BGD,2048,16,1179000,1238000 +BGD,2048,17,1189000,1248000 +BGD,2048,18,1200000,1259000 +BGD,2049,0,999000,1047000 +BGD,2049,1,1006000,1053000 +BGD,2049,2,1013000,1061000 +BGD,2049,3,1022000,1070000 +BGD,2049,4,1032000,1081000 +BGD,2049,5,1042000,1091000 +BGD,2049,6,1052000,1101000 +BGD,2049,7,1063000,1113000 +BGD,2049,8,1074000,1124000 +BGD,2049,9,1086000,1136000 +BGD,2049,10,1098000,1149000 +BGD,2049,11,1110000,1161000 +BGD,2049,12,1121000,1174000 +BGD,2049,13,1131000,1186000 +BGD,2049,14,1141000,1199000 +BGD,2049,15,1152000,1211000 +BGD,2049,16,1163000,1223000 +BGD,2049,17,1173000,1234000 +BGD,2049,18,1184000,1243000 +BGD,2050,0,989000,1036000 +BGD,2050,1,995000,1043000 +BGD,2050,2,1003000,1051000 +BGD,2050,3,1011000,1059000 +BGD,2050,4,1021000,1069000 +BGD,2050,5,1031000,1079000 +BGD,2050,6,1041000,1090000 +BGD,2050,7,1052000,1101000 +BGD,2050,8,1063000,1112000 +BGD,2050,9,1074000,1124000 +BGD,2050,10,1086000,1136000 +BGD,2050,11,1098000,1148000 +BGD,2050,12,1109000,1160000 +BGD,2050,13,1119000,1172000 +BGD,2050,14,1128000,1184000 +BGD,2050,15,1137000,1196000 +BGD,2050,16,1147000,1208000 +BGD,2050,17,1157000,1219000 +BGD,2050,18,1168000,1229000 +BGR,1990,0,56273,58443 +BGR,1990,1,54738,57195 +BGR,1990,2,53898,56598 +BGR,1990,3,53662,56565 +BGR,1990,4,53942,57008 +BGR,1990,5,54646,57840 +BGR,1990,6,55685,58975 +BGR,1990,7,56969,60325 +BGR,1990,8,58407,61802 +BGR,1990,9,59911,63321 +BGR,1990,10,61506,64905 +BGR,1990,11,63218,66581 +BGR,1990,12,64377,67699 +BGR,1990,13,64662,67946 +BGR,1990,14,64330,67574 +BGR,1990,15,64036,67218 +BGR,1990,16,63736,66841 +BGR,1990,17,63101,66111 +BGR,1990,18,62063,64955 +BGR,1991,0,53164,55276 +BGR,1991,1,54740,56905 +BGR,1991,2,53801,56218 +BGR,1991,3,53346,55986 +BGR,1991,4,53320,56152 +BGR,1991,5,53664,56661 +BGR,1991,6,54293,57426 +BGR,1991,7,55117,58361 +BGR,1991,8,56236,59559 +BGR,1991,9,57656,61022 +BGR,1991,10,59226,62606 +BGR,1991,11,60820,64193 +BGR,1991,12,62496,65841 +BGR,1991,13,63617,66916 +BGR,1991,14,63863,67098 +BGR,1991,15,63494,66651 +BGR,1991,16,63161,66223 +BGR,1991,17,62818,65766 +BGR,1991,18,62173,65003 +BGR,1992,0,48416,50587 +BGR,1992,1,48842,51136 +BGR,1992,2,53217,55378 +BGR,1992,3,52873,55252 +BGR,1992,4,52804,55384 +BGR,1992,5,52986,55749 +BGR,1992,6,53396,56323 +BGR,1992,7,53949,57020 +BGR,1992,8,54558,57757 +BGR,1992,9,55513,58803 +BGR,1992,10,56914,60253 +BGR,1992,11,58551,61903 +BGR,1992,12,60144,63492 +BGR,1992,13,61785,65113 +BGR,1992,14,62869,66145 +BGR,1992,15,63075,66263 +BGR,1992,16,62668,65741 +BGR,1992,17,62298,65240 +BGR,1992,18,61912,64703 +BGR,1993,0,42841,45130 +BGR,1993,1,44963,47240 +BGR,1993,2,46861,49164 +BGR,1993,3,51714,53878 +BGR,1993,4,51965,54311 +BGR,1993,5,52280,54807 +BGR,1993,6,52671,55372 +BGR,1993,7,53147,56011 +BGR,1993,8,53624,56642 +BGR,1993,9,54019,57180 +BGR,1993,10,54810,58076 +BGR,1993,11,56192,59512 +BGR,1993,12,57897,61228 +BGR,1993,13,59489,62820 +BGR,1993,14,61096,64415 +BGR,1993,15,62142,65404 +BGR,1993,16,62309,65458 +BGR,1993,17,61865,64861 +BGR,1993,18,61457,64287 +BGR,1994,0,37609,39984 +BGR,1994,1,41181,43439 +BGR,1994,2,44180,46386 +BGR,1994,3,46667,48874 +BGR,1994,4,50230,52412 +BGR,1994,5,51075,53404 +BGR,1994,6,51776,54265 +BGR,1994,7,52376,55029 +BGR,1994,8,52917,55735 +BGR,1994,9,53319,56298 +BGR,1994,10,53501,56639 +BGR,1994,11,54127,57384 +BGR,1994,12,55492,58808 +BGR,1994,13,57264,60592 +BGR,1994,14,58857,62188 +BGR,1994,15,60430,63758 +BGR,1994,16,61439,64705 +BGR,1994,17,61567,64694 +BGR,1994,18,61085,64022 +BGR,1995,0,33578,35945 +BGR,1995,1,37938,40149 +BGR,1995,2,41562,43689 +BGR,1995,3,44524,46631 +BGR,1995,4,46904,49043 +BGR,1995,5,48775,50993 +BGR,1995,6,50216,52547 +BGR,1995,7,51303,53773 +BGR,1995,8,52112,54739 +BGR,1995,9,52720,55511 +BGR,1995,10,53047,56008 +BGR,1995,11,53014,56150 +BGR,1995,12,53477,56746 +BGR,1995,13,54825,58159 +BGR,1995,14,56666,60013 +BGR,1995,15,58259,61613 +BGR,1995,16,59800,63160 +BGR,1995,17,60773,64066 +BGR,1995,18,60862,63990 +BGR,1996,0,30890,33064 +BGR,1996,1,33959,36253 +BGR,1996,2,37875,40053 +BGR,1996,3,41230,43348 +BGR,1996,4,44070,46176 +BGR,1996,5,46439,48577 +BGR,1996,6,48419,50620 +BGR,1996,7,50089,52376 +BGR,1996,8,51320,53727 +BGR,1996,9,52086,54650 +BGR,1996,10,52539,55277 +BGR,1996,11,52772,55685 +BGR,1996,12,52670,55760 +BGR,1996,13,53079,56302 +BGR,1996,14,54402,57683 +BGR,1996,15,56236,59520 +BGR,1996,16,57820,61101 +BGR,1996,17,59353,62628 +BGR,1996,18,60315,63520 +BGR,1997,0,29387,31277 +BGR,1997,1,33104,34984 +BGR,1997,2,34358,36593 +BGR,1997,3,37832,39995 +BGR,1997,4,40921,43049 +BGR,1997,5,43639,45766 +BGR,1997,6,46001,48156 +BGR,1997,7,48089,50294 +BGR,1997,8,49988,52254 +BGR,1997,9,51363,53731 +BGR,1997,10,52088,54612 +BGR,1997,11,52386,55095 +BGR,1997,12,52525,55413 +BGR,1997,13,52354,55423 +BGR,1997,14,52710,55911 +BGR,1997,15,54008,57261 +BGR,1997,16,55837,59083 +BGR,1997,17,57412,60646 +BGR,1997,18,58937,62155 +BGR,1998,0,28907,30493 +BGR,1998,1,31541,33251 +BGR,1998,2,34072,35896 +BGR,1998,3,34773,36964 +BGR,1998,4,37806,39970 +BGR,1998,5,40631,42785 +BGR,1998,6,43229,45393 +BGR,1998,7,45584,47776 +BGR,1998,8,47782,50011 +BGR,1998,9,49911,52175 +BGR,1998,10,51431,53779 +BGR,1998,11,52115,54618 +BGR,1998,12,52259,54958 +BGR,1998,13,52303,55188 +BGR,1998,14,52063,55131 +BGR,1998,15,52366,55566 +BGR,1998,16,53641,56887 +BGR,1998,17,55465,58695 +BGR,1998,18,57031,60242 +BGR,1999,0,29136,30507 +BGR,1999,1,30535,32130 +BGR,1999,2,32187,33967 +BGR,1999,3,34043,35972 +BGR,1999,4,35204,37361 +BGR,1999,5,37798,39973 +BGR,1999,6,40359,42552 +BGR,1999,7,42838,45052 +BGR,1999,8,45187,47429 +BGR,1999,9,47496,49762 +BGR,1999,10,49857,52132 +BGR,1999,11,51522,53865 +BGR,1999,12,52165,54664 +BGR,1999,13,52154,54860 +BGR,1999,14,52105,55001 +BGR,1999,15,51795,54878 +BGR,1999,16,52046,55260 +BGR,1999,17,53297,56553 +BGR,1999,18,55117,58348 +BGR,2000,0,29812,31130 +BGR,2000,1,30053,31621 +BGR,2000,2,30837,32605 +BGR,2000,3,32083,34008 +BGR,2000,4,33713,35756 +BGR,2000,5,35645,37776 +BGR,2000,6,37800,39994 +BGR,2000,7,40098,42338 +BGR,2000,8,42459,44732 +BGR,2000,9,44802,47103 +BGR,2000,10,47223,49536 +BGR,2000,11,49816,52114 +BGR,2000,12,51628,53977 +BGR,2000,13,52229,54735 +BGR,2000,14,52064,54788 +BGR,2000,15,51921,54840 +BGR,2000,16,51541,54650 +BGR,2000,17,51739,54979 +BGR,2000,18,52967,56244 +BGR,2001,0,30895,32319 +BGR,2001,1,29530,30890 +BGR,2001,2,29799,31361 +BGR,2001,3,30609,32341 +BGR,2001,4,31880,33753 +BGR,2001,5,33529,35520 +BGR,2001,6,35478,37568 +BGR,2001,7,37646,39822 +BGR,2001,8,39951,42191 +BGR,2001,9,42312,44593 +BGR,2001,10,44649,46958 +BGR,2001,11,47062,49388 +BGR,2001,12,49647,51967 +BGR,2001,13,51433,53812 +BGR,2001,14,51983,54526 +BGR,2001,15,51751,54519 +BGR,2001,16,51543,54513 +BGR,2001,17,51097,54265 +BGR,2001,18,51247,54549 +BGR,2002,0,32422,34104 +BGR,2002,1,30632,32359 +BGR,2002,2,29244,30650 +BGR,2002,3,29542,31100 +BGR,2002,4,30379,32076 +BGR,2002,5,31673,33498 +BGR,2002,6,33343,35284 +BGR,2002,7,35308,37359 +BGR,2002,8,37488,39649 +BGR,2002,9,39799,42045 +BGR,2002,10,42161,44454 +BGR,2002,11,44492,46813 +BGR,2002,12,46895,49240 +BGR,2002,13,49473,51820 +BGR,2002,14,51234,53647 +BGR,2002,15,51731,54317 +BGR,2002,16,51432,54249 +BGR,2002,17,51160,54186 +BGR,2002,18,50648,53880 +BGR,2003,0,34179,36198 +BGR,2003,1,31560,33453 +BGR,2003,2,29928,31732 +BGR,2003,3,28961,30417 +BGR,2003,4,29287,30847 +BGR,2003,5,30150,31820 +BGR,2003,6,31468,33251 +BGR,2003,7,33158,35056 +BGR,2003,8,35140,37160 +BGR,2003,9,37332,39486 +BGR,2003,10,39651,41908 +BGR,2003,11,42012,44325 +BGR,2003,12,44337,46678 +BGR,2003,13,46733,49103 +BGR,2003,14,49303,51684 +BGR,2003,15,51037,53494 +BGR,2003,16,51484,54120 +BGR,2003,17,51117,53992 +BGR,2003,18,50781,53871 +BGR,2004,0,35898,38224 +BGR,2004,1,32684,34741 +BGR,2004,2,30471,32329 +BGR,2004,3,29160,30884 +BGR,2004,4,28682,30198 +BGR,2004,5,29038,30608 +BGR,2004,6,29927,31578 +BGR,2004,7,31268,33019 +BGR,2004,8,32979,34844 +BGR,2004,9,34978,36977 +BGR,2004,10,37183,39341 +BGR,2004,11,39509,41791 +BGR,2004,12,41871,44217 +BGR,2004,13,44190,46565 +BGR,2004,14,46578,48989 +BGR,2004,15,49141,51573 +BGR,2004,16,50850,53366 +BGR,2004,17,51244,53948 +BGR,2004,18,50811,53759 +BGR,2005,0,37363,39891 +BGR,2005,1,33845,36027 +BGR,2005,2,31274,33196 +BGR,2005,3,29566,31308 +BGR,2005,4,28638,30271 +BGR,2005,5,28408,29993 +BGR,2005,6,28792,30383 +BGR,2005,7,29708,31350 +BGR,2005,8,31074,32802 +BGR,2005,9,32805,34648 +BGR,2005,10,34821,36811 +BGR,2005,11,37040,39214 +BGR,2005,12,39373,41693 +BGR,2005,13,41736,44129 +BGR,2005,14,44050,46474 +BGR,2005,15,46430,48897 +BGR,2005,16,48986,51485 +BGR,2005,17,50670,53263 +BGR,2005,18,51013,53801 +BGR,2006,0,38492,41041 +BGR,2006,1,36461,38870 +BGR,2006,2,33429,35551 +BGR,2006,3,31175,33080 +BGR,2006,4,29645,31395 +BGR,2006,5,28781,30433 +BGR,2006,6,28500,30105 +BGR,2006,7,28722,30321 +BGR,2006,8,29519,31158 +BGR,2006,9,30888,32610 +BGR,2006,10,32693,34531 +BGR,2006,11,34724,36704 +BGR,2006,12,36925,39081 +BGR,2006,13,39233,41532 +BGR,2006,14,41564,43943 +BGR,2006,15,43839,46262 +BGR,2006,16,46180,48657 +BGR,2006,17,48700,51218 +BGR,2006,18,50332,52957 +BGR,2007,0,39332,41800 +BGR,2007,1,36134,38338 +BGR,2007,2,35578,37882 +BGR,2007,3,33028,35105 +BGR,2007,4,31092,32991 +BGR,2007,5,29738,31507 +BGR,2007,6,28937,30621 +BGR,2007,7,28607,30242 +BGR,2007,8,28665,30283 +BGR,2007,9,29343,30991 +BGR,2007,10,30716,32444 +BGR,2007,11,32597,34442 +BGR,2007,12,34644,36627 +BGR,2007,13,36827,38979 +BGR,2007,14,39112,41406 +BGR,2007,15,41412,43793 +BGR,2007,16,43650,46087 +BGR,2007,17,45952,48456 +BGR,2007,18,48438,50993 +BGR,2008,0,39722,42039 +BGR,2008,1,37091,39258 +BGR,2008,2,34848,36889 +BGR,2008,3,34709,36916 +BGR,2008,4,32641,34679 +BGR,2008,5,31020,32920 +BGR,2008,6,29842,31637 +BGR,2008,7,29104,30825 +BGR,2008,8,28724,30396 +BGR,2008,9,28619,30263 +BGR,2008,10,29179,30841 +BGR,2008,11,30557,32296 +BGR,2008,12,32514,34372 +BGR,2008,13,34577,36570 +BGR,2008,14,36744,38900 +BGR,2008,15,39006,41302 +BGR,2008,16,41276,43667 +BGR,2008,17,43478,45939 +BGR,2008,18,45743,48283 +BGR,2009,0,39486,41636 +BGR,2009,1,37629,39742 +BGR,2009,2,35898,37968 +BGR,2009,3,34317,36337 +BGR,2009,4,33855,35963 +BGR,2009,5,32268,34265 +BGR,2009,6,30962,32862 +BGR,2009,7,29960,31779 +BGR,2009,8,29284,31041 +BGR,2009,9,28854,30561 +BGR,2009,10,28586,30254 +BGR,2009,11,29028,30704 +BGR,2009,12,30411,32161 +BGR,2009,13,32444,34315 +BGR,2009,14,34525,36528 +BGR,2009,15,36678,38835 +BGR,2009,16,38917,41214 +BGR,2009,17,41158,43557 +BGR,2009,18,43325,45808 +BGR,2010,0,38542,40547 +BGR,2010,1,37603,39659 +BGR,2010,2,36532,38609 +BGR,2010,3,35378,37449 +BGR,2010,4,34191,36236 +BGR,2010,5,33019,35022 +BGR,2010,6,31914,33865 +BGR,2010,7,30922,32817 +BGR,2010,8,30096,31933 +BGR,2010,9,29482,31269 +BGR,2010,10,29001,30738 +BGR,2010,11,28570,30256 +BGR,2010,12,28894,30577 +BGR,2010,13,30283,32038 +BGR,2010,14,32394,34271 +BGR,2010,15,34493,36499 +BGR,2010,16,36632,38786 +BGR,2010,17,38851,41142 +BGR,2010,18,41065,43464 +BGR,2011,0,36627,38532 +BGR,2011,1,38201,40221 +BGR,2011,2,37434,39497 +BGR,2011,3,36474,38551 +BGR,2011,4,35379,37448 +BGR,2011,5,34209,36251 +BGR,2011,6,33014,35016 +BGR,2011,7,31843,33797 +BGR,2011,8,30804,32706 +BGR,2011,9,29979,31827 +BGR,2011,10,29396,31194 +BGR,2011,11,28923,30673 +BGR,2011,12,28489,30190 +BGR,2011,13,28807,30510 +BGR,2011,14,30189,31968 +BGR,2011,15,32290,34198 +BGR,2011,16,34379,36422 +BGR,2011,17,36506,38704 +BGR,2011,18,38711,41049 +BGR,2012,0,33999,35826 +BGR,2012,1,35401,37361 +BGR,2012,2,37911,39942 +BGR,2012,3,37315,39380 +BGR,2012,4,36464,38538 +BGR,2012,5,35427,37490 +BGR,2012,6,34274,36310 +BGR,2012,7,33053,35051 +BGR,2012,8,31814,33770 +BGR,2012,9,30727,32634 +BGR,2012,10,29902,31757 +BGR,2012,11,29348,31155 +BGR,2012,12,28883,30644 +BGR,2012,13,28446,30159 +BGR,2012,14,28759,30478 +BGR,2012,15,30135,31936 +BGR,2012,16,32229,34166 +BGR,2012,17,34310,36388 +BGR,2012,18,36429,38668 +BGR,2013,0,31153,32923 +BGR,2013,1,33721,35630 +BGR,2013,2,35430,37436 +BGR,2013,3,37645,39684 +BGR,2013,4,37221,39284 +BGR,2013,5,36479,38546 +BGR,2013,6,35499,37553 +BGR,2013,7,34360,36387 +BGR,2013,8,33113,35105 +BGR,2013,9,31806,33760 +BGR,2013,10,30670,32579 +BGR,2013,11,29845,31704 +BGR,2013,12,29320,31132 +BGR,2013,13,28862,30631 +BGR,2013,14,28421,30145 +BGR,2013,15,28730,30462 +BGR,2013,16,30100,31920 +BGR,2013,17,32189,34151 +BGR,2013,18,34263,36372 +BGR,2014,0,28782,30513 +BGR,2014,1,32153,34016 +BGR,2014,2,34557,36517 +BGR,2014,3,36104,38129 +BGR,2014,4,37373,39417 +BGR,2014,5,37119,39179 +BGR,2014,6,36486,38545 +BGR,2014,7,35564,37606 +BGR,2014,8,34441,36456 +BGR,2014,9,33167,35150 +BGR,2014,10,31793,33742 +BGR,2014,11,30608,32516 +BGR,2014,12,29782,31644 +BGR,2014,13,29286,31102 +BGR,2014,14,28836,30611 +BGR,2014,15,28391,30122 +BGR,2014,16,28695,30438 +BGR,2014,17,30060,31897 +BGR,2014,18,32143,34128 +BGR,2015,0,27377,29082 +BGR,2015,1,30998,32822 +BGR,2015,2,33679,35593 +BGR,2015,3,35519,37499 +BGR,2015,4,36619,38642 +BGR,2015,5,37078,39125 +BGR,2015,6,36996,39050 +BGR,2015,7,36472,38520 +BGR,2015,8,35607,37637 +BGR,2015,9,34500,36503 +BGR,2015,10,33202,35174 +BGR,2015,11,31760,33703 +BGR,2015,12,30526,32434 +BGR,2015,13,29702,31564 +BGR,2015,14,29235,31053 +BGR,2015,15,28792,30572 +BGR,2015,16,28344,30082 +BGR,2015,17,28643,30397 +BGR,2015,18,30002,31855 +BGR,2016,0,27226,28930 +BGR,2016,1,28123,29851 +BGR,2016,2,31188,33017 +BGR,2016,3,33523,35431 +BGR,2016,4,35193,37161 +BGR,2016,5,36262,38272 +BGR,2016,6,36831,38867 +BGR,2016,7,36999,39049 +BGR,2016,8,36649,38699 +BGR,2016,9,35773,37811 +BGR,2016,10,34545,36560 +BGR,2016,11,33195,35187 +BGR,2016,12,31737,33707 +BGR,2016,13,30487,32429 +BGR,2016,14,29648,31550 +BGR,2016,15,29167,31030 +BGR,2016,16,28712,30541 +BGR,2016,17,28249,30041 +BGR,2016,18,28540,30350 +BGR,2017,0,28060,29779 +BGR,2017,1,30274,32059 +BGR,2017,2,28833,30579 +BGR,2017,3,31337,33166 +BGR,2017,4,33324,35220 +BGR,2017,5,34821,36771 +BGR,2017,6,35858,37848 +BGR,2017,7,36535,38555 +BGR,2017,8,36953,38993 +BGR,2017,9,36778,38825 +BGR,2017,10,35893,37933 +BGR,2017,11,34544,36567 +BGR,2017,12,33145,35150 +BGR,2017,13,31672,33665 +BGR,2017,14,30409,32379 +BGR,2017,15,29555,31493 +BGR,2017,16,29062,30965 +BGR,2017,17,28593,30467 +BGR,2017,18,28118,29959 +BGR,2018,0,29434,31174 +BGR,2018,1,30369,32143 +BGR,2018,2,31272,33079 +BGR,2018,3,29523,31286 +BGR,2018,4,31465,33293 +BGR,2018,5,33102,34986 +BGR,2018,6,34426,36357 +BGR,2018,7,35430,37400 +BGR,2018,8,36215,38217 +BGR,2018,9,36883,38911 +BGR,2018,10,36883,38925 +BGR,2018,11,35989,38030 +BGR,2018,12,34520,36549 +BGR,2018,13,33072,35091 +BGR,2018,14,31587,33599 +BGR,2018,15,30310,32307 +BGR,2018,16,29443,31414 +BGR,2018,17,28937,30878 +BGR,2018,18,28456,30372 +BGR,2019,0,31000,32000 +BGR,2019,1,30000,32000 +BGR,2019,2,31000,32000 +BGR,2019,3,31000,33000 +BGR,2019,4,30000,32000 +BGR,2019,5,32000,33000 +BGR,2019,6,33000,35000 +BGR,2019,7,34000,36000 +BGR,2019,8,35000,37000 +BGR,2019,9,36000,38000 +BGR,2019,10,37000,39000 +BGR,2019,11,37000,39000 +BGR,2019,12,36000,38000 +BGR,2019,13,35000,37000 +BGR,2019,14,33000,35000 +BGR,2019,15,32000,34000 +BGR,2019,16,30000,32000 +BGR,2019,17,29000,31000 +BGR,2019,18,29000,31000 +BGR,2020,0,31000,33000 +BGR,2020,1,30000,32000 +BGR,2020,2,30000,32000 +BGR,2020,3,30000,32000 +BGR,2020,4,30000,32000 +BGR,2020,5,31000,33000 +BGR,2020,6,32000,34000 +BGR,2020,7,33000,35000 +BGR,2020,8,34000,36000 +BGR,2020,9,35000,37000 +BGR,2020,10,36000,38000 +BGR,2020,11,37000,39000 +BGR,2020,12,37000,39000 +BGR,2020,13,36000,38000 +BGR,2020,14,35000,37000 +BGR,2020,15,33000,35000 +BGR,2020,16,31000,34000 +BGR,2020,17,30000,32000 +BGR,2020,18,29000,31000 +BGR,2021,0,31000,33000 +BGR,2021,1,31000,33000 +BGR,2021,2,30000,32000 +BGR,2021,3,30000,32000 +BGR,2021,4,30000,32000 +BGR,2021,5,30000,32000 +BGR,2021,6,31000,33000 +BGR,2021,7,32000,34000 +BGR,2021,8,33000,34000 +BGR,2021,9,34000,35000 +BGR,2021,10,35000,36000 +BGR,2021,11,36000,38000 +BGR,2021,12,37000,39000 +BGR,2021,13,37000,39000 +BGR,2021,14,36000,38000 +BGR,2021,15,34000,36000 +BGR,2021,16,33000,35000 +BGR,2021,17,31000,33000 +BGR,2021,18,30000,32000 +BGR,2022,0,31000,32000 +BGR,2022,1,30000,31000 +BGR,2022,2,31000,32000 +BGR,2022,3,30000,32000 +BGR,2022,4,30000,32000 +BGR,2022,5,30000,32000 +BGR,2022,6,31000,32000 +BGR,2022,7,31000,33000 +BGR,2022,8,32000,34000 +BGR,2022,9,33000,34000 +BGR,2022,10,33000,35000 +BGR,2022,11,34000,36000 +BGR,2022,12,35000,37000 +BGR,2022,13,37000,39000 +BGR,2022,14,37000,39000 +BGR,2022,15,36000,38000 +BGR,2022,16,34000,36000 +BGR,2022,17,33000,35000 +BGR,2022,18,31000,33000 +BGR,2023,0,29000,31000 +BGR,2023,1,29000,31000 +BGR,2023,2,29000,31000 +BGR,2023,3,30000,32000 +BGR,2023,4,30000,32000 +BGR,2023,5,30000,32000 +BGR,2023,6,30000,32000 +BGR,2023,7,31000,33000 +BGR,2023,8,31000,33000 +BGR,2023,9,32000,34000 +BGR,2023,10,32000,34000 +BGR,2023,11,33000,35000 +BGR,2023,12,34000,36000 +BGR,2023,13,35000,37000 +BGR,2023,14,37000,39000 +BGR,2023,15,37000,39000 +BGR,2023,16,36000,38000 +BGR,2023,17,34000,36000 +BGR,2023,18,33000,35000 +BGR,2024,0,28000,30000 +BGR,2024,1,28000,30000 +BGR,2024,2,29000,30000 +BGR,2024,3,29000,31000 +BGR,2024,4,30000,32000 +BGR,2024,5,30000,32000 +BGR,2024,6,30000,32000 +BGR,2024,7,31000,32000 +BGR,2024,8,31000,33000 +BGR,2024,9,31000,33000 +BGR,2024,10,32000,34000 +BGR,2024,11,32000,34000 +BGR,2024,12,33000,35000 +BGR,2024,13,34000,36000 +BGR,2024,14,35000,37000 +BGR,2024,15,37000,39000 +BGR,2024,16,37000,39000 +BGR,2024,17,36000,38000 +BGR,2024,18,34000,36000 +BGR,2025,0,28000,29000 +BGR,2025,1,28000,30000 +BGR,2025,2,28000,30000 +BGR,2025,3,29000,30000 +BGR,2025,4,29000,31000 +BGR,2025,5,29000,31000 +BGR,2025,6,30000,32000 +BGR,2025,7,30000,32000 +BGR,2025,8,31000,32000 +BGR,2025,9,31000,33000 +BGR,2025,10,32000,33000 +BGR,2025,11,32000,34000 +BGR,2025,12,32000,34000 +BGR,2025,13,33000,35000 +BGR,2025,14,34000,36000 +BGR,2025,15,35000,37000 +BGR,2025,16,36000,39000 +BGR,2025,17,37000,39000 +BGR,2025,18,36000,38000 +BGR,2026,0,27000,29000 +BGR,2026,1,28000,29000 +BGR,2026,2,28000,30000 +BGR,2026,3,28000,30000 +BGR,2026,4,29000,30000 +BGR,2026,5,29000,31000 +BGR,2026,6,29000,31000 +BGR,2026,7,30000,32000 +BGR,2026,8,30000,32000 +BGR,2026,9,31000,32000 +BGR,2026,10,31000,33000 +BGR,2026,11,31000,33000 +BGR,2026,12,32000,34000 +BGR,2026,13,32000,34000 +BGR,2026,14,33000,35000 +BGR,2026,15,34000,36000 +BGR,2026,16,35000,37000 +BGR,2026,17,36000,39000 +BGR,2026,18,37000,39000 +BGR,2027,0,27000,28000 +BGR,2027,1,27000,29000 +BGR,2027,2,28000,29000 +BGR,2027,3,28000,30000 +BGR,2027,4,28000,30000 +BGR,2027,5,29000,30000 +BGR,2027,6,29000,31000 +BGR,2027,7,29000,31000 +BGR,2027,8,30000,32000 +BGR,2027,9,30000,32000 +BGR,2027,10,31000,32000 +BGR,2027,11,31000,33000 +BGR,2027,12,31000,33000 +BGR,2027,13,32000,34000 +BGR,2027,14,32000,34000 +BGR,2027,15,33000,35000 +BGR,2027,16,34000,36000 +BGR,2027,17,35000,37000 +BGR,2027,18,36000,38000 +BGR,2028,0,26000,28000 +BGR,2028,1,27000,28000 +BGR,2028,2,27000,29000 +BGR,2028,3,28000,29000 +BGR,2028,4,28000,29000 +BGR,2028,5,28000,30000 +BGR,2028,6,29000,30000 +BGR,2028,7,29000,31000 +BGR,2028,8,29000,31000 +BGR,2028,9,30000,32000 +BGR,2028,10,30000,32000 +BGR,2028,11,31000,32000 +BGR,2028,12,31000,33000 +BGR,2028,13,31000,33000 +BGR,2028,14,32000,34000 +BGR,2028,15,32000,34000 +BGR,2028,16,33000,35000 +BGR,2028,17,34000,36000 +BGR,2028,18,35000,37000 +BGR,2029,0,26000,28000 +BGR,2029,1,27000,28000 +BGR,2029,2,27000,29000 +BGR,2029,3,27000,29000 +BGR,2029,4,28000,29000 +BGR,2029,5,28000,29000 +BGR,2029,6,28000,30000 +BGR,2029,7,29000,30000 +BGR,2029,8,29000,31000 +BGR,2029,9,29000,31000 +BGR,2029,10,30000,32000 +BGR,2029,11,30000,32000 +BGR,2029,12,31000,32000 +BGR,2029,13,31000,33000 +BGR,2029,14,31000,33000 +BGR,2029,15,32000,33000 +BGR,2029,16,32000,34000 +BGR,2029,17,33000,35000 +BGR,2029,18,34000,36000 +BGR,2030,0,26000,28000 +BGR,2030,1,26000,28000 +BGR,2030,2,27000,28000 +BGR,2030,3,27000,28000 +BGR,2030,4,27000,29000 +BGR,2030,5,27000,29000 +BGR,2030,6,28000,29000 +BGR,2030,7,28000,30000 +BGR,2030,8,29000,30000 +BGR,2030,9,29000,31000 +BGR,2030,10,29000,31000 +BGR,2030,11,30000,32000 +BGR,2030,12,30000,32000 +BGR,2030,13,31000,32000 +BGR,2030,14,31000,33000 +BGR,2030,15,31000,33000 +BGR,2030,16,31000,33000 +BGR,2030,17,32000,34000 +BGR,2030,18,33000,35000 +BGR,2031,0,26000,28000 +BGR,2031,1,26000,28000 +BGR,2031,2,26000,28000 +BGR,2031,3,27000,28000 +BGR,2031,4,27000,28000 +BGR,2031,5,27000,29000 +BGR,2031,6,27000,29000 +BGR,2031,7,28000,29000 +BGR,2031,8,28000,30000 +BGR,2031,9,29000,30000 +BGR,2031,10,29000,31000 +BGR,2031,11,29000,31000 +BGR,2031,12,30000,31000 +BGR,2031,13,30000,32000 +BGR,2031,14,31000,32000 +BGR,2031,15,31000,33000 +BGR,2031,16,31000,33000 +BGR,2031,17,31000,33000 +BGR,2031,18,32000,34000 +BGR,2032,0,26000,27000 +BGR,2032,1,26000,27000 +BGR,2032,2,26000,28000 +BGR,2032,3,26000,28000 +BGR,2032,4,27000,28000 +BGR,2032,5,27000,28000 +BGR,2032,6,27000,29000 +BGR,2032,7,27000,29000 +BGR,2032,8,28000,29000 +BGR,2032,9,28000,30000 +BGR,2032,10,29000,30000 +BGR,2032,11,29000,31000 +BGR,2032,12,29000,31000 +BGR,2032,13,30000,31000 +BGR,2032,14,30000,32000 +BGR,2032,15,30000,32000 +BGR,2032,16,31000,33000 +BGR,2032,17,31000,33000 +BGR,2032,18,31000,33000 +BGR,2033,0,26000,27000 +BGR,2033,1,26000,27000 +BGR,2033,2,26000,27000 +BGR,2033,3,26000,28000 +BGR,2033,4,26000,28000 +BGR,2033,5,27000,28000 +BGR,2033,6,27000,28000 +BGR,2033,7,27000,29000 +BGR,2033,8,27000,29000 +BGR,2033,9,28000,29000 +BGR,2033,10,28000,30000 +BGR,2033,11,29000,30000 +BGR,2033,12,29000,31000 +BGR,2033,13,29000,31000 +BGR,2033,14,30000,31000 +BGR,2033,15,30000,32000 +BGR,2033,16,30000,32000 +BGR,2033,17,31000,33000 +BGR,2033,18,31000,33000 +BGR,2034,0,26000,27000 +BGR,2034,1,26000,27000 +BGR,2034,2,26000,27000 +BGR,2034,3,26000,27000 +BGR,2034,4,26000,28000 +BGR,2034,5,26000,28000 +BGR,2034,6,27000,28000 +BGR,2034,7,27000,28000 +BGR,2034,8,27000,29000 +BGR,2034,9,27000,29000 +BGR,2034,10,28000,29000 +BGR,2034,11,28000,30000 +BGR,2034,12,28000,30000 +BGR,2034,13,29000,31000 +BGR,2034,14,29000,31000 +BGR,2034,15,30000,31000 +BGR,2034,16,30000,32000 +BGR,2034,17,30000,32000 +BGR,2034,18,31000,33000 +BGR,2035,0,25000,27000 +BGR,2035,1,25000,27000 +BGR,2035,2,26000,27000 +BGR,2035,3,26000,27000 +BGR,2035,4,26000,27000 +BGR,2035,5,26000,28000 +BGR,2035,6,26000,28000 +BGR,2035,7,27000,28000 +BGR,2035,8,27000,28000 +BGR,2035,9,27000,29000 +BGR,2035,10,27000,29000 +BGR,2035,11,28000,29000 +BGR,2035,12,28000,30000 +BGR,2035,13,28000,30000 +BGR,2035,14,29000,31000 +BGR,2035,15,29000,31000 +BGR,2035,16,30000,31000 +BGR,2035,17,30000,32000 +BGR,2035,18,30000,32000 +BGR,2036,0,25000,27000 +BGR,2036,1,25000,27000 +BGR,2036,2,25000,27000 +BGR,2036,3,26000,27000 +BGR,2036,4,26000,27000 +BGR,2036,5,26000,27000 +BGR,2036,6,26000,28000 +BGR,2036,7,26000,28000 +BGR,2036,8,27000,28000 +BGR,2036,9,27000,28000 +BGR,2036,10,27000,29000 +BGR,2036,11,27000,29000 +BGR,2036,12,28000,29000 +BGR,2036,13,28000,30000 +BGR,2036,14,28000,30000 +BGR,2036,15,29000,30000 +BGR,2036,16,29000,31000 +BGR,2036,17,29000,31000 +BGR,2036,18,30000,32000 +BGR,2037,0,25000,27000 +BGR,2037,1,25000,27000 +BGR,2037,2,25000,27000 +BGR,2037,3,25000,27000 +BGR,2037,4,26000,27000 +BGR,2037,5,26000,27000 +BGR,2037,6,26000,27000 +BGR,2037,7,26000,28000 +BGR,2037,8,26000,28000 +BGR,2037,9,26000,28000 +BGR,2037,10,27000,28000 +BGR,2037,11,27000,29000 +BGR,2037,12,27000,29000 +BGR,2037,13,28000,29000 +BGR,2037,14,28000,30000 +BGR,2037,15,28000,30000 +BGR,2037,16,29000,30000 +BGR,2037,17,29000,31000 +BGR,2037,18,29000,31000 +BGR,2038,0,25000,27000 +BGR,2038,1,25000,27000 +BGR,2038,2,25000,27000 +BGR,2038,3,25000,27000 +BGR,2038,4,25000,27000 +BGR,2038,5,25000,27000 +BGR,2038,6,26000,27000 +BGR,2038,7,26000,27000 +BGR,2038,8,26000,28000 +BGR,2038,9,26000,28000 +BGR,2038,10,26000,28000 +BGR,2038,11,27000,28000 +BGR,2038,12,27000,29000 +BGR,2038,13,27000,29000 +BGR,2038,14,28000,29000 +BGR,2038,15,28000,30000 +BGR,2038,16,28000,30000 +BGR,2038,17,28000,30000 +BGR,2038,18,29000,31000 +BGR,2039,0,25000,27000 +BGR,2039,1,25000,27000 +BGR,2039,2,25000,27000 +BGR,2039,3,25000,27000 +BGR,2039,4,25000,27000 +BGR,2039,5,25000,27000 +BGR,2039,6,25000,27000 +BGR,2039,7,26000,27000 +BGR,2039,8,26000,27000 +BGR,2039,9,26000,28000 +BGR,2039,10,26000,28000 +BGR,2039,11,26000,28000 +BGR,2039,12,27000,28000 +BGR,2039,13,27000,29000 +BGR,2039,14,27000,29000 +BGR,2039,15,28000,29000 +BGR,2039,16,28000,30000 +BGR,2039,17,28000,30000 +BGR,2039,18,28000,30000 +BGR,2040,0,25000,27000 +BGR,2040,1,25000,27000 +BGR,2040,2,25000,27000 +BGR,2040,3,25000,27000 +BGR,2040,4,25000,27000 +BGR,2040,5,25000,27000 +BGR,2040,6,25000,27000 +BGR,2040,7,25000,27000 +BGR,2040,8,26000,27000 +BGR,2040,9,26000,27000 +BGR,2040,10,26000,28000 +BGR,2040,11,26000,28000 +BGR,2040,12,26000,28000 +BGR,2040,13,27000,28000 +BGR,2040,14,27000,29000 +BGR,2040,15,27000,29000 +BGR,2040,16,27000,29000 +BGR,2040,17,28000,30000 +BGR,2040,18,28000,30000 +BGR,2041,0,25000,27000 +BGR,2041,1,25000,27000 +BGR,2041,2,25000,27000 +BGR,2041,3,25000,27000 +BGR,2041,4,25000,27000 +BGR,2041,5,25000,27000 +BGR,2041,6,25000,27000 +BGR,2041,7,25000,27000 +BGR,2041,8,25000,27000 +BGR,2041,9,26000,27000 +BGR,2041,10,26000,27000 +BGR,2041,11,26000,27000 +BGR,2041,12,26000,28000 +BGR,2041,13,26000,28000 +BGR,2041,14,27000,28000 +BGR,2041,15,27000,29000 +BGR,2041,16,27000,29000 +BGR,2041,17,27000,29000 +BGR,2041,18,28000,29000 +BGR,2042,0,25000,27000 +BGR,2042,1,25000,27000 +BGR,2042,2,25000,27000 +BGR,2042,3,25000,27000 +BGR,2042,4,25000,27000 +BGR,2042,5,25000,27000 +BGR,2042,6,25000,27000 +BGR,2042,7,25000,27000 +BGR,2042,8,25000,27000 +BGR,2042,9,25000,27000 +BGR,2042,10,26000,27000 +BGR,2042,11,26000,27000 +BGR,2042,12,26000,27000 +BGR,2042,13,26000,28000 +BGR,2042,14,26000,28000 +BGR,2042,15,27000,28000 +BGR,2042,16,27000,28000 +BGR,2042,17,27000,29000 +BGR,2042,18,27000,29000 +BGR,2043,0,25000,26000 +BGR,2043,1,25000,26000 +BGR,2043,2,25000,26000 +BGR,2043,3,25000,27000 +BGR,2043,4,25000,27000 +BGR,2043,5,25000,27000 +BGR,2043,6,25000,27000 +BGR,2043,7,25000,27000 +BGR,2043,8,25000,27000 +BGR,2043,9,25000,27000 +BGR,2043,10,25000,27000 +BGR,2043,11,26000,27000 +BGR,2043,12,26000,27000 +BGR,2043,13,26000,27000 +BGR,2043,14,26000,28000 +BGR,2043,15,26000,28000 +BGR,2043,16,26000,28000 +BGR,2043,17,27000,28000 +BGR,2043,18,27000,29000 +BGR,2044,0,25000,26000 +BGR,2044,1,25000,26000 +BGR,2044,2,25000,26000 +BGR,2044,3,25000,26000 +BGR,2044,4,25000,27000 +BGR,2044,5,25000,27000 +BGR,2044,6,25000,27000 +BGR,2044,7,25000,27000 +BGR,2044,8,25000,27000 +BGR,2044,9,25000,27000 +BGR,2044,10,25000,27000 +BGR,2044,11,25000,27000 +BGR,2044,12,26000,27000 +BGR,2044,13,26000,27000 +BGR,2044,14,26000,27000 +BGR,2044,15,26000,28000 +BGR,2044,16,26000,28000 +BGR,2044,17,26000,28000 +BGR,2044,18,27000,28000 +BGR,2045,0,25000,26000 +BGR,2045,1,25000,26000 +BGR,2045,2,25000,26000 +BGR,2045,3,25000,26000 +BGR,2045,4,25000,26000 +BGR,2045,5,25000,26000 +BGR,2045,6,25000,27000 +BGR,2045,7,25000,27000 +BGR,2045,8,25000,27000 +BGR,2045,9,25000,27000 +BGR,2045,10,25000,27000 +BGR,2045,11,25000,27000 +BGR,2045,12,25000,27000 +BGR,2045,13,25000,27000 +BGR,2045,14,26000,27000 +BGR,2045,15,26000,27000 +BGR,2045,16,26000,28000 +BGR,2045,17,26000,28000 +BGR,2045,18,26000,28000 +BGR,2046,0,24000,26000 +BGR,2046,1,25000,26000 +BGR,2046,2,25000,26000 +BGR,2046,3,25000,26000 +BGR,2046,4,25000,26000 +BGR,2046,5,25000,26000 +BGR,2046,6,25000,26000 +BGR,2046,7,25000,26000 +BGR,2046,8,25000,27000 +BGR,2046,9,25000,27000 +BGR,2046,10,25000,27000 +BGR,2046,11,25000,27000 +BGR,2046,12,25000,27000 +BGR,2046,13,25000,27000 +BGR,2046,14,25000,27000 +BGR,2046,15,26000,27000 +BGR,2046,16,26000,27000 +BGR,2046,17,26000,28000 +BGR,2046,18,26000,28000 +BGR,2047,0,24000,26000 +BGR,2047,1,24000,26000 +BGR,2047,2,25000,26000 +BGR,2047,3,25000,26000 +BGR,2047,4,25000,26000 +BGR,2047,5,25000,26000 +BGR,2047,6,25000,26000 +BGR,2047,7,25000,26000 +BGR,2047,8,25000,26000 +BGR,2047,9,25000,27000 +BGR,2047,10,25000,27000 +BGR,2047,11,25000,27000 +BGR,2047,12,25000,27000 +BGR,2047,13,25000,27000 +BGR,2047,14,25000,27000 +BGR,2047,15,25000,27000 +BGR,2047,16,25000,27000 +BGR,2047,17,26000,27000 +BGR,2047,18,26000,27000 +BGR,2048,0,24000,25000 +BGR,2048,1,24000,26000 +BGR,2048,2,24000,26000 +BGR,2048,3,25000,26000 +BGR,2048,4,25000,26000 +BGR,2048,5,25000,26000 +BGR,2048,6,25000,26000 +BGR,2048,7,25000,26000 +BGR,2048,8,25000,26000 +BGR,2048,9,25000,26000 +BGR,2048,10,25000,27000 +BGR,2048,11,25000,27000 +BGR,2048,12,25000,27000 +BGR,2048,13,25000,27000 +BGR,2048,14,25000,27000 +BGR,2048,15,25000,27000 +BGR,2048,16,25000,27000 +BGR,2048,17,25000,27000 +BGR,2048,18,25000,27000 +BGR,2049,0,24000,25000 +BGR,2049,1,24000,25000 +BGR,2049,2,24000,26000 +BGR,2049,3,24000,26000 +BGR,2049,4,25000,26000 +BGR,2049,5,25000,26000 +BGR,2049,6,25000,26000 +BGR,2049,7,25000,26000 +BGR,2049,8,25000,26000 +BGR,2049,9,25000,26000 +BGR,2049,10,25000,26000 +BGR,2049,11,25000,27000 +BGR,2049,12,25000,27000 +BGR,2049,13,25000,27000 +BGR,2049,14,25000,27000 +BGR,2049,15,25000,27000 +BGR,2049,16,25000,27000 +BGR,2049,17,25000,27000 +BGR,2049,18,25000,27000 +BGR,2050,0,24000,25000 +BGR,2050,1,24000,25000 +BGR,2050,2,24000,25000 +BGR,2050,3,24000,26000 +BGR,2050,4,24000,26000 +BGR,2050,5,25000,26000 +BGR,2050,6,25000,26000 +BGR,2050,7,25000,26000 +BGR,2050,8,25000,26000 +BGR,2050,9,25000,26000 +BGR,2050,10,25000,26000 +BGR,2050,11,25000,26000 +BGR,2050,12,25000,26000 +BGR,2050,13,25000,27000 +BGR,2050,14,25000,27000 +BGR,2050,15,25000,27000 +BGR,2050,16,25000,27000 +BGR,2050,17,25000,27000 +BGR,2050,18,25000,27000 +BHR,1990,0,7018,7320 +BHR,1990,1,6708,7037 +BHR,1990,2,6410,6757 +BHR,1990,3,6125,6483 +BHR,1990,4,5853,6214 +BHR,1990,5,5594,5952 +BHR,1990,6,5349,5699 +BHR,1990,7,5119,5456 +BHR,1990,8,4902,5223 +BHR,1990,9,4700,5001 +BHR,1990,10,4517,4801 +BHR,1990,11,4356,4632 +BHR,1990,12,4201,4453 +BHR,1990,13,4045,4249 +BHR,1990,14,3898,4045 +BHR,1990,15,3773,3883 +BHR,1990,16,3662,3750 +BHR,1990,17,3608,3706 +BHR,1990,18,3630,3783 +BHR,1991,0,6845,7200 +BHR,1991,1,6731,7047 +BHR,1991,2,6471,6804 +BHR,1991,3,6219,6565 +BHR,1991,4,5976,6330 +BHR,1991,5,5742,6097 +BHR,1991,6,5519,5874 +BHR,1991,7,5312,5666 +BHR,1991,8,5102,5446 +BHR,1991,9,4879,5203 +BHR,1991,10,4656,4953 +BHR,1991,11,4452,4729 +BHR,1991,12,4263,4531 +BHR,1991,13,4108,4361 +BHR,1991,14,3999,4226 +BHR,1991,15,3928,4129 +BHR,1991,16,3871,4064 +BHR,1991,17,3828,4024 +BHR,1991,18,3821,4069 +BHR,1992,0,6602,7009 +BHR,1992,1,6381,6765 +BHR,1992,2,6465,6779 +BHR,1992,3,6254,6577 +BHR,1992,4,6048,6379 +BHR,1992,5,5846,6182 +BHR,1992,6,5648,5986 +BHR,1992,7,5460,5801 +BHR,1992,8,5291,5637 +BHR,1992,9,5100,5440 +BHR,1992,10,4870,5187 +BHR,1992,11,4626,4909 +BHR,1992,12,4400,4661 +BHR,1992,13,4182,4434 +BHR,1992,14,4027,4273 +BHR,1992,15,3965,4206 +BHR,1992,16,3969,4216 +BHR,1992,17,3979,4247 +BHR,1992,18,4004,4300 +BHR,1993,0,6351,6797 +BHR,1993,1,6177,6569 +BHR,1993,2,6017,6367 +BHR,1993,3,6221,6518 +BHR,1993,4,6058,6357 +BHR,1993,5,5896,6199 +BHR,1993,6,5735,6040 +BHR,1993,7,5572,5880 +BHR,1993,8,5420,5734 +BHR,1993,9,5287,5615 +BHR,1993,10,5114,5440 +BHR,1993,11,4878,5176 +BHR,1993,12,4611,4869 +BHR,1993,13,4363,4598 +BHR,1993,14,4116,4341 +BHR,1993,15,3960,4189 +BHR,1993,16,3945,4191 +BHR,1993,17,4023,4307 +BHR,1993,18,4100,4436 +BHR,1994,0,6168,6629 +BHR,1994,1,6042,6432 +BHR,1994,2,5930,6263 +BHR,1994,3,5828,6119 +BHR,1994,4,5992,6260 +BHR,1994,5,5876,6140 +BHR,1994,6,5759,6021 +BHR,1994,7,5637,5901 +BHR,1994,8,5511,5777 +BHR,1994,9,5392,5669 +BHR,1994,10,5296,5594 +BHR,1994,11,5142,5443 +BHR,1994,12,4897,5168 +BHR,1994,13,4607,4832 +BHR,1994,14,4337,4536 +BHR,1994,15,4059,4251 +BHR,1994,16,3903,4107 +BHR,1994,17,3934,4177 +BHR,1994,18,4088,4400 +BHR,1995,0,6100,6543 +BHR,1995,1,6026,6402 +BHR,1995,2,5958,6281 +BHR,1995,3,5893,6175 +BHR,1995,4,5830,6082 +BHR,1995,5,5766,5998 +BHR,1995,6,5698,5918 +BHR,1995,7,5625,5839 +BHR,1995,8,5544,5758 +BHR,1995,9,5453,5670 +BHR,1995,10,5369,5600 +BHR,1995,11,5309,5570 +BHR,1995,12,5174,5442 +BHR,1995,13,4921,5156 +BHR,1995,14,4607,4791 +BHR,1995,15,4314,4472 +BHR,1995,16,4005,4157 +BHR,1995,17,3848,4022 +BHR,1995,18,3926,4161 +BHR,1996,0,6130,6520 +BHR,1996,1,6273,6733 +BHR,1996,2,6180,6585 +BHR,1996,3,6085,6441 +BHR,1996,4,5987,6301 +BHR,1996,5,5888,6165 +BHR,1996,6,5784,6032 +BHR,1996,7,5675,5900 +BHR,1996,8,5572,5778 +BHR,1996,9,5480,5671 +BHR,1996,10,5393,5574 +BHR,1996,11,5311,5493 +BHR,1996,12,5251,5447 +BHR,1996,13,5135,5346 +BHR,1996,14,4930,5151 +BHR,1996,15,4680,4914 +BHR,1996,16,4450,4716 +BHR,1996,17,4210,4527 +BHR,1996,18,4091,4487 +BHR,1997,0,6289,6598 +BHR,1997,1,6319,6642 +BHR,1997,2,6456,6928 +BHR,1997,3,6344,6773 +BHR,1997,4,6222,6606 +BHR,1997,5,6091,6431 +BHR,1997,6,5956,6253 +BHR,1997,7,5813,6072 +BHR,1997,8,5662,5888 +BHR,1997,9,5529,5724 +BHR,1997,10,5426,5592 +BHR,1997,11,5343,5485 +BHR,1997,12,5263,5394 +BHR,1997,13,5202,5332 +BHR,1997,14,5105,5257 +BHR,1997,15,4947,5150 +BHR,1997,16,4762,5041 +BHR,1997,17,4594,4963 +BHR,1997,18,4421,4896 +BHR,1998,0,6525,6754 +BHR,1998,1,6605,6908 +BHR,1998,2,6634,6989 +BHR,1998,3,6644,7142 +BHR,1998,4,6513,6979 +BHR,1998,5,6363,6789 +BHR,1998,6,6200,6580 +BHR,1998,7,6028,6360 +BHR,1998,8,5846,6130 +BHR,1998,9,5653,5894 +BHR,1998,10,5489,5688 +BHR,1998,11,5376,5531 +BHR,1998,12,5296,5413 +BHR,1998,13,5219,5312 +BHR,1998,14,5156,5234 +BHR,1998,15,5078,5185 +BHR,1998,16,4968,5166 +BHR,1998,17,4847,5181 +BHR,1998,18,4740,5222 +BHR,1999,0,6773,6957 +BHR,1999,1,6899,7218 +BHR,1999,2,6953,7371 +BHR,1999,3,6943,7426 +BHR,1999,4,6838,7404 +BHR,1999,5,6688,7233 +BHR,1999,6,6511,7019 +BHR,1999,7,6314,6774 +BHR,1999,8,6106,6510 +BHR,1999,9,5885,6230 +BHR,1999,10,5649,5941 +BHR,1999,11,5455,5691 +BHR,1999,12,5331,5507 +BHR,1999,13,5255,5379 +BHR,1999,14,5180,5266 +BHR,1999,15,5116,5172 +BHR,1999,16,5057,5149 +BHR,1999,17,4994,5217 +BHR,1999,18,4936,5357 +BHR,2000,0,6991,7190 +BHR,2000,1,7159,7549 +BHR,2000,2,7237,7768 +BHR,2000,3,7238,7863 +BHR,2000,4,7172,7849 +BHR,2000,5,7048,7744 +BHR,2000,6,6878,7562 +BHR,2000,7,6673,7322 +BHR,2000,8,6443,7037 +BHR,2000,9,6198,6725 +BHR,2000,10,5937,6393 +BHR,2000,11,5658,6047 +BHR,2000,12,5433,5750 +BHR,2000,13,5298,5537 +BHR,2000,14,5225,5396 +BHR,2000,15,5151,5270 +BHR,2000,16,5086,5159 +BHR,2000,17,5046,5162 +BHR,2000,18,5031,5320 +BHR,2001,0,7077,7132 +BHR,2001,1,7124,7345 +BHR,2001,2,7228,7601 +BHR,2001,3,7254,7734 +BHR,2001,4,7212,7761 +BHR,2001,5,7112,7697 +BHR,2001,6,6965,7561 +BHR,2001,7,6781,7369 +BHR,2001,8,6572,7133 +BHR,2001,9,6353,6866 +BHR,2001,10,6130,6590 +BHR,2001,11,5896,6303 +BHR,2001,12,5647,6001 +BHR,2001,13,5466,5811 +BHR,2001,14,5394,5795 +BHR,2001,15,5396,5904 +BHR,2001,16,5396,6017 +BHR,2001,17,5408,6148 +BHR,2001,18,5424,6334 +BHR,2002,0,7133,7109 +BHR,2002,1,7370,7598 +BHR,2002,2,7267,7565 +BHR,2002,3,7310,7724 +BHR,2002,4,7283,7776 +BHR,2002,5,7199,7737 +BHR,2002,6,7066,7624 +BHR,2002,7,6896,7456 +BHR,2002,8,6696,7252 +BHR,2002,9,6485,7018 +BHR,2002,10,6276,6767 +BHR,2002,11,6075,6522 +BHR,2002,12,5867,6277 +BHR,2002,13,5646,6014 +BHR,2002,14,5508,5926 +BHR,2002,15,5499,6102 +BHR,2002,16,5574,6454 +BHR,2002,17,5648,6801 +BHR,2002,18,5736,7168 +BHR,2003,0,7205,7159 +BHR,2003,1,7463,7685 +BHR,2003,2,7612,8034 +BHR,2003,3,7437,7860 +BHR,2003,4,7418,7924 +BHR,2003,5,7339,7895 +BHR,2003,6,7212,7791 +BHR,2003,7,7047,7628 +BHR,2003,8,6852,7427 +BHR,2003,9,6637,7209 +BHR,2003,10,6422,6975 +BHR,2003,11,6222,6736 +BHR,2003,12,6042,6520 +BHR,2003,13,5860,6314 +BHR,2003,14,5665,6088 +BHR,2003,15,5570,6100 +BHR,2003,16,5623,6466 +BHR,2003,17,5772,7064 +BHR,2003,18,5918,7645 +BHR,2004,0,7357,7338 +BHR,2004,1,7613,7867 +BHR,2004,2,7764,8222 +BHR,2004,3,7821,8423 +BHR,2004,4,7647,8237 +BHR,2004,5,7566,8206 +BHR,2004,6,7435,8096 +BHR,2004,7,7264,7924 +BHR,2004,8,7065,7709 +BHR,2004,9,6846,7473 +BHR,2004,10,6614,7238 +BHR,2004,11,6394,7002 +BHR,2004,12,6203,6774 +BHR,2004,13,6042,6584 +BHR,2004,14,5884,6416 +BHR,2004,15,5716,6224 +BHR,2004,16,5663,6337 +BHR,2004,17,5778,6901 +BHR,2004,18,6002,7752 +BHR,2005,0,7629,7679 +BHR,2005,1,7854,8167 +BHR,2005,2,7983,8494 +BHR,2005,3,8027,8679 +BHR,2005,4,7998,8739 +BHR,2005,5,7905,8696 +BHR,2005,6,7761,8566 +BHR,2005,7,7575,8371 +BHR,2005,8,7360,8128 +BHR,2005,9,7125,7858 +BHR,2005,10,6879,7583 +BHR,2005,11,6628,7330 +BHR,2005,12,6402,7089 +BHR,2005,13,6219,6869 +BHR,2005,14,6078,6706 +BHR,2005,15,5943,6575 +BHR,2005,16,5801,6417 +BHR,2005,17,5790,6635 +BHR,2005,18,5969,7406 +BHR,2006,0,7913,7992 +BHR,2006,1,7793,7917 +BHR,2006,2,7940,8282 +BHR,2006,3,8013,8519 +BHR,2006,4,8019,8643 +BHR,2006,5,7968,8670 +BHR,2006,6,7871,8626 +BHR,2006,7,7740,8538 +BHR,2006,8,7570,8359 +BHR,2006,9,7362,8078 +BHR,2006,10,7134,7746 +BHR,2006,11,6906,7443 +BHR,2006,12,6677,7169 +BHR,2006,13,6500,7006 +BHR,2006,14,6402,7009 +BHR,2006,15,6370,7165 +BHR,2006,16,6340,7338 +BHR,2006,17,6297,7473 +BHR,2006,18,6384,8009 +BHR,2007,0,8297,8444 +BHR,2007,1,8353,8688 +BHR,2007,2,7991,8216 +BHR,2007,3,8061,8458 +BHR,2007,4,8076,8606 +BHR,2007,5,8044,8671 +BHR,2007,6,7971,8663 +BHR,2007,7,7869,8618 +BHR,2007,8,7752,8572 +BHR,2007,9,7596,8408 +BHR,2007,10,7394,8085 +BHR,2007,11,7172,7691 +BHR,2007,12,6962,7356 +BHR,2007,13,6755,7058 +BHR,2007,14,6625,6973 +BHR,2007,15,6613,7201 +BHR,2007,16,6691,7680 +BHR,2007,17,6765,8163 +BHR,2007,18,6823,8596 +BHR,2008,0,8721,8950 +BHR,2008,1,8666,9025 +BHR,2008,2,8586,9049 +BHR,2008,3,8189,8507 +BHR,2008,4,8182,8624 +BHR,2008,5,8140,8681 +BHR,2008,6,8069,8684 +BHR,2008,7,7974,8641 +BHR,2008,8,7867,8596 +BHR,2008,9,7764,8593 +BHR,2008,10,7622,8445 +BHR,2008,11,7427,8080 +BHR,2008,12,7211,7621 +BHR,2008,13,7017,7255 +BHR,2008,14,6832,6934 +BHR,2008,15,6751,6928 +BHR,2008,16,6826,7385 +BHR,2008,17,7014,8193 +BHR,2008,18,7194,8989 +BHR,2009,0,9097,9403 +BHR,2009,1,8951,9310 +BHR,2009,2,8800,9208 +BHR,2009,3,8647,9097 +BHR,2009,4,8349,8711 +BHR,2009,5,8263,8700 +BHR,2009,6,8164,8665 +BHR,2009,7,8055,8607 +BHR,2009,8,7937,8529 +BHR,2009,9,7827,8483 +BHR,2009,10,7738,8523 +BHR,2009,11,7610,8393 +BHR,2009,12,7423,7990 +BHR,2009,13,7214,7471 +BHR,2009,14,7039,7077 +BHR,2009,15,6876,6737 +BHR,2009,16,6845,6810 +BHR,2009,17,7006,7492 +BHR,2009,18,7304,8622 +BHR,2010,0,9363,9724 +BHR,2010,1,9166,9492 +BHR,2010,2,8976,9285 +BHR,2010,3,8792,9100 +BHR,2010,4,8614,8935 +BHR,2010,5,8444,8785 +BHR,2010,6,8281,8649 +BHR,2010,7,8127,8524 +BHR,2010,8,7980,8408 +BHR,2010,9,7841,8296 +BHR,2010,10,7727,8251 +BHR,2010,11,7653,8333 +BHR,2010,12,7542,8221 +BHR,2010,13,7363,7787 +BHR,2010,14,7163,7217 +BHR,2010,15,7007,6801 +BHR,2010,16,6868,6447 +BHR,2010,17,6886,6597 +BHR,2010,18,7131,7490 +BHR,2011,0,9746,10346 +BHR,2011,1,9559,9915 +BHR,2011,2,9355,9682 +BHR,2011,3,9150,9472 +BHR,2011,4,8947,9280 +BHR,2011,5,8748,9104 +BHR,2011,6,8555,8953 +BHR,2011,7,8371,8834 +BHR,2011,8,8192,8693 +BHR,2011,9,8017,8508 +BHR,2011,10,7850,8306 +BHR,2011,11,7711,8187 +BHR,2011,12,7610,8190 +BHR,2011,13,7505,8108 +BHR,2011,14,7382,7867 +BHR,2011,15,7270,7598 +BHR,2011,16,7197,7458 +BHR,2011,17,7139,7360 +BHR,2011,18,7232,7786 +BHR,2012,0,10012,10830 +BHR,2012,1,9842,10367 +BHR,2012,2,9678,9948 +BHR,2012,3,9467,9719 +BHR,2012,4,9250,9507 +BHR,2012,5,9030,9312 +BHR,2012,6,8810,9129 +BHR,2012,7,8595,8979 +BHR,2012,8,8392,8878 +BHR,2012,9,8190,8724 +BHR,2012,10,7987,8472 +BHR,2012,11,7794,8182 +BHR,2012,12,7631,7992 +BHR,2012,13,7503,7915 +BHR,2012,14,7405,7865 +BHR,2012,15,7340,7822 +BHR,2012,16,7317,7859 +BHR,2012,17,7328,7998 +BHR,2012,18,7354,8161 +BHR,2013,0,10187,11166 +BHR,2013,1,10077,10656 +BHR,2013,2,9937,10228 +BHR,2013,3,9749,9922 +BHR,2013,4,9533,9697 +BHR,2013,5,9305,9486 +BHR,2013,6,9069,9287 +BHR,2013,7,8829,9100 +BHR,2013,8,8594,8951 +BHR,2013,9,8372,8869 +BHR,2013,10,8149,8702 +BHR,2013,11,7919,8387 +BHR,2013,12,7700,8012 +BHR,2013,13,7514,7752 +BHR,2013,14,7360,7599 +BHR,2013,15,7270,7579 +BHR,2013,16,7262,7731 +BHR,2013,17,7329,8068 +BHR,2013,18,7424,8482 +BHR,2014,0,10317,11368 +BHR,2014,1,10269,10910 +BHR,2014,2,10174,10516 +BHR,2014,3,10036,10180 +BHR,2014,4,9818,9968 +BHR,2014,5,9596,9746 +BHR,2014,6,9357,9534 +BHR,2014,7,9105,9331 +BHR,2014,8,8846,9137 +BHR,2014,9,8591,8988 +BHR,2014,10,8351,8925 +BHR,2014,11,8105,8744 +BHR,2014,12,7850,8364 +BHR,2014,13,7605,7903 +BHR,2014,14,7397,7573 +BHR,2014,15,7217,7343 +BHR,2014,16,7134,7353 +BHR,2014,17,7183,7699 +BHR,2014,18,7339,8333 +BHR,2015,0,10440,11457 +BHR,2015,1,10440,11174 +BHR,2015,2,10380,10905 +BHR,2015,3,10268,10650 +BHR,2015,4,10111,10406 +BHR,2015,5,9915,10173 +BHR,2015,6,9688,9949 +BHR,2015,7,9437,9733 +BHR,2015,8,9168,9523 +BHR,2015,9,8889,9319 +BHR,2015,10,8614,9168 +BHR,2015,11,8355,9122 +BHR,2015,12,8087,8925 +BHR,2015,13,7805,8473 +BHR,2015,14,7534,7919 +BHR,2015,15,7302,7512 +BHR,2015,16,7096,7201 +BHR,2015,17,7021,7241 +BHR,2015,18,7127,7787 +BHR,2016,0,10508,10915 +BHR,2016,1,10442,11498 +BHR,2016,2,10421,11240 +BHR,2016,3,10347,10958 +BHR,2016,4,10227,10661 +BHR,2016,5,10067,10357 +BHR,2016,6,9874,10042 +BHR,2016,7,9655,9709 +BHR,2016,8,9410,9438 +BHR,2016,9,9138,9265 +BHR,2016,10,8853,9157 +BHR,2016,11,8582,9111 +BHR,2016,12,8342,9208 +BHR,2016,13,8082,9097 +BHR,2016,14,7787,8630 +BHR,2016,15,7499,8017 +BHR,2016,16,7253,7580 +BHR,2016,17,7014,7212 +BHR,2016,18,6999,7422 +BHR,2017,0,10564,10246 +BHR,2017,1,10611,10786 +BHR,2017,2,10473,11720 +BHR,2017,3,10431,11483 +BHR,2017,4,10343,11183 +BHR,2017,5,10215,10839 +BHR,2017,6,10051,10471 +BHR,2017,7,9859,10069 +BHR,2017,8,9650,9624 +BHR,2017,9,9408,9294 +BHR,2017,10,9134,9155 +BHR,2017,11,8842,9141 +BHR,2017,12,8574,9197 +BHR,2017,13,8352,9438 +BHR,2017,14,8099,9411 +BHR,2017,15,7791,8921 +BHR,2017,16,7485,8240 +BHR,2017,17,7223,7766 +BHR,2017,18,6951,7336 +BHR,2018,0,10609,9540 +BHR,2018,1,10662,10584 +BHR,2018,2,10663,11294 +BHR,2018,3,10519,12013 +BHR,2018,4,10456,11796 +BHR,2018,5,10353,11476 +BHR,2018,6,10217,11084 +BHR,2018,7,10049,10648 +BHR,2018,8,9859,10155 +BHR,2018,9,9657,9593 +BHR,2018,10,9421,9202 +BHR,2018,11,9143,9096 +BHR,2018,12,8843,9177 +BHR,2018,13,8579,9338 +BHR,2018,14,8375,9726 +BHR,2018,15,8128,9784 +BHR,2018,16,7806,9268 +BHR,2018,17,7481,8514 +BHR,2018,18,7204,8000 +BHR,2019,0,11000,9000 +BHR,2019,1,11000,10000 +BHR,2019,2,11000,11000 +BHR,2019,3,11000,12000 +BHR,2019,4,11000,12000 +BHR,2019,5,10000,12000 +BHR,2019,6,10000,12000 +BHR,2019,7,10000,11000 +BHR,2019,8,10000,11000 +BHR,2019,9,9900,10000 +BHR,2019,10,9700,9500 +BHR,2019,11,9400,9100 +BHR,2019,12,9100,9000 +BHR,2019,13,8800,9200 +BHR,2019,14,8600,9400 +BHR,2019,15,8400,10000 +BHR,2019,16,8200,10000 +BHR,2019,17,7800,9600 +BHR,2019,18,7500,8700 +BHR,2020,0,11000,8800 +BHR,2020,1,11000,10000 +BHR,2020,2,11000,11000 +BHR,2020,3,11000,12000 +BHR,2020,4,11000,12000 +BHR,2020,5,11000,12000 +BHR,2020,6,10000,12000 +BHR,2020,7,10000,12000 +BHR,2020,8,10000,11000 +BHR,2020,9,10000,11000 +BHR,2020,10,9800,10000 +BHR,2020,11,9600,9300 +BHR,2020,12,9400,8800 +BHR,2020,13,9100,8800 +BHR,2020,14,8800,9100 +BHR,2020,15,8600,9400 +BHR,2020,16,8400,10000 +BHR,2020,17,8200,10000 +BHR,2020,18,7800,9800 +BHR,2021,0,11000,9300 +BHR,2021,1,11000,9300 +BHR,2021,2,11000,11000 +BHR,2021,3,11000,11000 +BHR,2021,4,11000,12000 +BHR,2021,5,11000,12000 +BHR,2021,6,11000,12000 +BHR,2021,7,11000,12000 +BHR,2021,8,10000,12000 +BHR,2021,9,10000,12000 +BHR,2021,10,10000,11000 +BHR,2021,11,9800,10000 +BHR,2021,12,9600,9300 +BHR,2021,13,9400,8800 +BHR,2021,14,9200,9000 +BHR,2021,15,9000,9600 +BHR,2021,16,8800,10000 +BHR,2021,17,8700,11000 +BHR,2021,18,8600,12000 +BHR,2022,0,11000,10000 +BHR,2022,1,11000,11000 +BHR,2022,2,11000,9700 +BHR,2022,3,11000,11000 +BHR,2022,4,11000,11000 +BHR,2022,5,11000,12000 +BHR,2022,6,11000,12000 +BHR,2022,7,11000,12000 +BHR,2022,8,11000,12000 +BHR,2022,9,10000,12000 +BHR,2022,10,10000,12000 +BHR,2022,11,10000,11000 +BHR,2022,12,9800,10000 +BHR,2022,13,9600,9100 +BHR,2022,14,9400,8700 +BHR,2022,15,9200,9100 +BHR,2022,16,9100,10000 +BHR,2022,17,9000,11000 +BHR,2022,18,9000,12000 +BHR,2023,0,11000,11000 +BHR,2023,1,11000,11000 +BHR,2023,2,11000,11000 +BHR,2023,3,11000,10000 +BHR,2023,4,11000,11000 +BHR,2023,5,11000,11000 +BHR,2023,6,11000,12000 +BHR,2023,7,11000,12000 +BHR,2023,8,11000,12000 +BHR,2023,9,11000,12000 +BHR,2023,10,10000,12000 +BHR,2023,11,10000,12000 +BHR,2023,12,10000,11000 +BHR,2023,13,9700,9800 +BHR,2023,14,9500,8900 +BHR,2023,15,9300,8500 +BHR,2023,16,9200,9200 +BHR,2023,17,9200,11000 +BHR,2023,18,9200,12000 +BHR,2024,0,11000,12000 +BHR,2024,1,11000,11000 +BHR,2024,2,11000,11000 +BHR,2024,3,11000,11000 +BHR,2024,4,11000,10000 +BHR,2024,5,11000,11000 +BHR,2024,6,11000,11000 +BHR,2024,7,11000,11000 +BHR,2024,8,11000,12000 +BHR,2024,9,11000,12000 +BHR,2024,10,11000,12000 +BHR,2024,11,10000,12000 +BHR,2024,12,10000,12000 +BHR,2024,13,9900,11000 +BHR,2024,14,9700,9600 +BHR,2024,15,9400,8600 +BHR,2024,16,9300,8400 +BHR,2024,17,9300,9200 +BHR,2024,18,9300,11000 +BHR,2025,0,11000,12000 +BHR,2025,1,11000,12000 +BHR,2025,2,11000,11000 +BHR,2025,3,11000,11000 +BHR,2025,4,11000,11000 +BHR,2025,5,11000,11000 +BHR,2025,6,11000,11000 +BHR,2025,7,11000,11000 +BHR,2025,8,11000,11000 +BHR,2025,9,11000,11000 +BHR,2025,10,11000,12000 +BHR,2025,11,11000,12000 +BHR,2025,12,10000,12000 +BHR,2025,13,10000,12000 +BHR,2025,14,9900,10000 +BHR,2025,15,9700,9400 +BHR,2025,16,9400,8400 +BHR,2025,17,9200,8200 +BHR,2025,18,9300,9300 +BHR,2026,0,11000,12000 +BHR,2026,1,11000,12000 +BHR,2026,2,11000,12000 +BHR,2026,3,11000,11000 +BHR,2026,4,11000,11000 +BHR,2026,5,11000,11000 +BHR,2026,6,11000,11000 +BHR,2026,7,11000,11000 +BHR,2026,8,11000,11000 +BHR,2026,9,11000,11000 +BHR,2026,10,11000,11000 +BHR,2026,11,11000,12000 +BHR,2026,12,11000,12000 +BHR,2026,13,10000,12000 +BHR,2026,14,10000,12000 +BHR,2026,15,10000,11000 +BHR,2026,16,9800,10000 +BHR,2026,17,9600,9400 +BHR,2026,18,9500,9500 +BHR,2027,0,11000,12000 +BHR,2027,1,11000,12000 +BHR,2027,2,11000,12000 +BHR,2027,3,11000,12000 +BHR,2027,4,11000,11000 +BHR,2027,5,11000,11000 +BHR,2027,6,11000,11000 +BHR,2027,7,11000,11000 +BHR,2027,8,11000,11000 +BHR,2027,9,11000,11000 +BHR,2027,10,11000,11000 +BHR,2027,11,11000,11000 +BHR,2027,12,11000,12000 +BHR,2027,13,10000,12000 +BHR,2027,14,10000,12000 +BHR,2027,15,10000,12000 +BHR,2027,16,10000,11000 +BHR,2027,17,9900,11000 +BHR,2027,18,9800,10000 +BHR,2028,0,11000,12000 +BHR,2028,1,11000,12000 +BHR,2028,2,11000,11000 +BHR,2028,3,11000,12000 +BHR,2028,4,11000,12000 +BHR,2028,5,11000,11000 +BHR,2028,6,11000,11000 +BHR,2028,7,11000,11000 +BHR,2028,8,11000,11000 +BHR,2028,9,11000,11000 +BHR,2028,10,11000,11000 +BHR,2028,11,11000,11000 +BHR,2028,12,11000,11000 +BHR,2028,13,11000,11000 +BHR,2028,14,10000,12000 +BHR,2028,15,10000,12000 +BHR,2028,16,10000,12000 +BHR,2028,17,10000,12000 +BHR,2028,18,10000,12000 +BHR,2029,0,11000,11000 +BHR,2029,1,11000,11000 +BHR,2029,2,11000,11000 +BHR,2029,3,11000,11000 +BHR,2029,4,11000,12000 +BHR,2029,5,11000,12000 +BHR,2029,6,11000,11000 +BHR,2029,7,11000,11000 +BHR,2029,8,11000,11000 +BHR,2029,9,11000,11000 +BHR,2029,10,11000,11000 +BHR,2029,11,11000,11000 +BHR,2029,12,11000,11000 +BHR,2029,13,11000,11000 +BHR,2029,14,11000,11000 +BHR,2029,15,10000,12000 +BHR,2029,16,10000,12000 +BHR,2029,17,10000,12000 +BHR,2029,18,10000,12000 +BHR,2030,0,11000,11000 +BHR,2030,1,11000,11000 +BHR,2030,2,11000,11000 +BHR,2030,3,11000,12000 +BHR,2030,4,11000,12000 +BHR,2030,5,11000,12000 +BHR,2030,6,11000,11000 +BHR,2030,7,11000,11000 +BHR,2030,8,11000,11000 +BHR,2030,9,11000,11000 +BHR,2030,10,11000,11000 +BHR,2030,11,11000,11000 +BHR,2030,12,11000,11000 +BHR,2030,13,11000,11000 +BHR,2030,14,11000,11000 +BHR,2030,15,10000,11000 +BHR,2030,16,10000,11000 +BHR,2030,17,10000,12000 +BHR,2030,18,10000,12000 +BHR,2031,0,11000,11000 +BHR,2031,1,11000,11000 +BHR,2031,2,11000,11000 +BHR,2031,3,11000,11000 +BHR,2031,4,11000,12000 +BHR,2031,5,11000,12000 +BHR,2031,6,11000,12000 +BHR,2031,7,11000,12000 +BHR,2031,8,11000,11000 +BHR,2031,9,11000,11000 +BHR,2031,10,11000,11000 +BHR,2031,11,11000,11000 +BHR,2031,12,11000,11000 +BHR,2031,13,11000,11000 +BHR,2031,14,11000,11000 +BHR,2031,15,11000,11000 +BHR,2031,16,11000,12000 +BHR,2031,17,11000,12000 +BHR,2031,18,11000,13000 +BHR,2032,0,11000,11000 +BHR,2032,1,11000,11000 +BHR,2032,2,11000,11000 +BHR,2032,3,11000,11000 +BHR,2032,4,11000,11000 +BHR,2032,5,11000,12000 +BHR,2032,6,11000,12000 +BHR,2032,7,11000,12000 +BHR,2032,8,11000,12000 +BHR,2032,9,11000,11000 +BHR,2032,10,11000,11000 +BHR,2032,11,11000,11000 +BHR,2032,12,11000,11000 +BHR,2032,13,11000,11000 +BHR,2032,14,11000,11000 +BHR,2032,15,11000,11000 +BHR,2032,16,11000,12000 +BHR,2032,17,11000,12000 +BHR,2032,18,11000,13000 +BHR,2033,0,11000,11000 +BHR,2033,1,11000,11000 +BHR,2033,2,11000,12000 +BHR,2033,3,11000,11000 +BHR,2033,4,11000,11000 +BHR,2033,5,11000,11000 +BHR,2033,6,11000,11000 +BHR,2033,7,11000,11000 +BHR,2033,8,11000,12000 +BHR,2033,9,11000,12000 +BHR,2033,10,11000,12000 +BHR,2033,11,11000,11000 +BHR,2033,12,11000,11000 +BHR,2033,13,11000,11000 +BHR,2033,14,11000,11000 +BHR,2033,15,11000,11000 +BHR,2033,16,11000,11000 +BHR,2033,17,11000,12000 +BHR,2033,18,11000,13000 +BHR,2034,0,11000,11000 +BHR,2034,1,11000,11000 +BHR,2034,2,11000,11000 +BHR,2034,3,11000,11000 +BHR,2034,4,11000,11000 +BHR,2034,5,11000,11000 +BHR,2034,6,11000,11000 +BHR,2034,7,11000,11000 +BHR,2034,8,11000,11000 +BHR,2034,9,11000,11000 +BHR,2034,10,11000,12000 +BHR,2034,11,11000,12000 +BHR,2034,12,11000,11000 +BHR,2034,13,11000,11000 +BHR,2034,14,11000,11000 +BHR,2034,15,11000,10000 +BHR,2034,16,11000,11000 +BHR,2034,17,11000,11000 +BHR,2034,18,11000,12000 +BHR,2035,0,11000,11000 +BHR,2035,1,11000,11000 +BHR,2035,2,11000,11000 +BHR,2035,3,11000,11000 +BHR,2035,4,11000,11000 +BHR,2035,5,11000,11000 +BHR,2035,6,11000,11000 +BHR,2035,7,11000,11000 +BHR,2035,8,11000,11000 +BHR,2035,9,11000,11000 +BHR,2035,10,11000,11000 +BHR,2035,11,11000,12000 +BHR,2035,12,11000,12000 +BHR,2035,13,11000,11000 +BHR,2035,14,11000,11000 +BHR,2035,15,11000,11000 +BHR,2035,16,11000,10000 +BHR,2035,17,11000,10000 +BHR,2035,18,11000,11000 +BHR,2036,0,11000,11000 +BHR,2036,1,11000,11000 +BHR,2036,2,11000,11000 +BHR,2036,3,11000,11000 +BHR,2036,4,11000,11000 +BHR,2036,5,11000,11000 +BHR,2036,6,11000,11000 +BHR,2036,7,11000,11000 +BHR,2036,8,11000,11000 +BHR,2036,9,11000,11000 +BHR,2036,10,11000,11000 +BHR,2036,11,11000,11000 +BHR,2036,12,11000,11000 +BHR,2036,13,11000,12000 +BHR,2036,14,11000,11000 +BHR,2036,15,11000,11000 +BHR,2036,16,11000,11000 +BHR,2036,17,11000,11000 +BHR,2036,18,11000,12000 +BHR,2037,0,11000,11000 +BHR,2037,1,11000,11000 +BHR,2037,2,11000,11000 +BHR,2037,3,11000,11000 +BHR,2037,4,11000,11000 +BHR,2037,5,11000,11000 +BHR,2037,6,11000,11000 +BHR,2037,7,11000,11000 +BHR,2037,8,11000,11000 +BHR,2037,9,11000,11000 +BHR,2037,10,11000,11000 +BHR,2037,11,11000,11000 +BHR,2037,12,11000,11000 +BHR,2037,13,11000,11000 +BHR,2037,14,11000,11000 +BHR,2037,15,11000,11000 +BHR,2037,16,11000,12000 +BHR,2037,17,11000,12000 +BHR,2037,18,11000,12000 +BHR,2038,0,10000,11000 +BHR,2038,1,11000,11000 +BHR,2038,2,11000,11000 +BHR,2038,3,11000,11000 +BHR,2038,4,11000,11000 +BHR,2038,5,11000,11000 +BHR,2038,6,11000,11000 +BHR,2038,7,11000,11000 +BHR,2038,8,11000,11000 +BHR,2038,9,11000,12000 +BHR,2038,10,11000,12000 +BHR,2038,11,11000,11000 +BHR,2038,12,11000,11000 +BHR,2038,13,11000,11000 +BHR,2038,14,11000,11000 +BHR,2038,15,11000,11000 +BHR,2038,16,11000,12000 +BHR,2038,17,11000,12000 +BHR,2038,18,11000,12000 +BHR,2039,0,10000,11000 +BHR,2039,1,10000,11000 +BHR,2039,2,11000,11000 +BHR,2039,3,11000,11000 +BHR,2039,4,11000,11000 +BHR,2039,5,11000,11000 +BHR,2039,6,11000,11000 +BHR,2039,7,11000,11000 +BHR,2039,8,11000,11000 +BHR,2039,9,11000,12000 +BHR,2039,10,11000,12000 +BHR,2039,11,11000,12000 +BHR,2039,12,11000,11000 +BHR,2039,13,11000,11000 +BHR,2039,14,11000,11000 +BHR,2039,15,11000,11000 +BHR,2039,16,11000,11000 +BHR,2039,17,11000,12000 +BHR,2039,18,11000,12000 +BHR,2040,0,10000,10000 +BHR,2040,1,10000,11000 +BHR,2040,2,10000,11000 +BHR,2040,3,11000,11000 +BHR,2040,4,11000,11000 +BHR,2040,5,11000,11000 +BHR,2040,6,11000,11000 +BHR,2040,7,11000,11000 +BHR,2040,8,11000,11000 +BHR,2040,9,11000,11000 +BHR,2040,10,11000,12000 +BHR,2040,11,11000,12000 +BHR,2040,12,11000,12000 +BHR,2040,13,11000,11000 +BHR,2040,14,11000,11000 +BHR,2040,15,11000,11000 +BHR,2040,16,11000,11000 +BHR,2040,17,11000,11000 +BHR,2040,18,11000,12000 +BHR,2041,0,9900,10000 +BHR,2041,1,10000,10000 +BHR,2041,2,10000,11000 +BHR,2041,3,10000,11000 +BHR,2041,4,11000,11000 +BHR,2041,5,11000,11000 +BHR,2041,6,11000,11000 +BHR,2041,7,11000,11000 +BHR,2041,8,11000,12000 +BHR,2041,9,11000,11000 +BHR,2041,10,11000,11000 +BHR,2041,11,11000,11000 +BHR,2041,12,11000,11000 +BHR,2041,13,11000,11000 +BHR,2041,14,11000,11000 +BHR,2041,15,11000,11000 +BHR,2041,16,11000,12000 +BHR,2041,17,11000,12000 +BHR,2041,18,11000,12000 +BHR,2042,0,9800,10000 +BHR,2042,1,10000,10000 +BHR,2042,2,10000,10000 +BHR,2042,3,10000,11000 +BHR,2042,4,10000,11000 +BHR,2042,5,11000,11000 +BHR,2042,6,11000,11000 +BHR,2042,7,11000,11000 +BHR,2042,8,11000,11000 +BHR,2042,9,11000,12000 +BHR,2042,10,11000,11000 +BHR,2042,11,11000,11000 +BHR,2042,12,11000,11000 +BHR,2042,13,11000,11000 +BHR,2042,14,11000,11000 +BHR,2042,15,11000,12000 +BHR,2042,16,11000,12000 +BHR,2042,17,11000,12000 +BHR,2042,18,11000,13000 +BHR,2043,0,9800,10000 +BHR,2043,1,9900,10000 +BHR,2043,2,10000,10000 +BHR,2043,3,10000,11000 +BHR,2043,4,10000,11000 +BHR,2043,5,10000,11000 +BHR,2043,6,11000,11000 +BHR,2043,7,11000,11000 +BHR,2043,8,11000,11000 +BHR,2043,9,11000,12000 +BHR,2043,10,11000,12000 +BHR,2043,11,11000,11000 +BHR,2043,12,11000,11000 +BHR,2043,13,11000,11000 +BHR,2043,14,11000,11000 +BHR,2043,15,11000,11000 +BHR,2043,16,11000,12000 +BHR,2043,17,11000,12000 +BHR,2043,18,11000,13000 +BHR,2044,0,9800,10000 +BHR,2044,1,9900,10000 +BHR,2044,2,10000,10000 +BHR,2044,3,10000,11000 +BHR,2044,4,10000,11000 +BHR,2044,5,10000,11000 +BHR,2044,6,10000,11000 +BHR,2044,7,11000,11000 +BHR,2044,8,11000,11000 +BHR,2044,9,11000,11000 +BHR,2044,10,11000,12000 +BHR,2044,11,11000,12000 +BHR,2044,12,11000,11000 +BHR,2044,13,11000,11000 +BHR,2044,14,11000,11000 +BHR,2044,15,11000,11000 +BHR,2044,16,11000,11000 +BHR,2044,17,11000,12000 +BHR,2044,18,11000,12000 +BHR,2045,0,9700,10000 +BHR,2045,1,9800,10000 +BHR,2045,2,9900,10000 +BHR,2045,3,10000,10000 +BHR,2045,4,10000,10000 +BHR,2045,5,10000,11000 +BHR,2045,6,10000,11000 +BHR,2045,7,10000,11000 +BHR,2045,8,11000,11000 +BHR,2045,9,11000,11000 +BHR,2045,10,11000,11000 +BHR,2045,11,11000,12000 +BHR,2045,12,11000,12000 +BHR,2045,13,11000,11000 +BHR,2045,14,11000,11000 +BHR,2045,15,11000,11000 +BHR,2045,16,11000,11000 +BHR,2045,17,11000,11000 +BHR,2045,18,11000,12000 +BHR,2046,0,9700,10000 +BHR,2046,1,9700,10000 +BHR,2046,2,9800,10000 +BHR,2046,3,9900,10000 +BHR,2046,4,10000,10000 +BHR,2046,5,10000,10000 +BHR,2046,6,10000,11000 +BHR,2046,7,10000,11000 +BHR,2046,8,10000,11000 +BHR,2046,9,11000,11000 +BHR,2046,10,11000,11000 +BHR,2046,11,11000,11000 +BHR,2046,12,11000,12000 +BHR,2046,13,11000,12000 +BHR,2046,14,11000,12000 +BHR,2046,15,11000,11000 +BHR,2046,16,11000,11000 +BHR,2046,17,11000,11000 +BHR,2046,18,11000,12000 +BHR,2047,0,9600,10000 +BHR,2047,1,9700,10000 +BHR,2047,2,9700,10000 +BHR,2047,3,9800,10000 +BHR,2047,4,9900,10000 +BHR,2047,5,10000,10000 +BHR,2047,6,10000,11000 +BHR,2047,7,10000,11000 +BHR,2047,8,10000,11000 +BHR,2047,9,10000,11000 +BHR,2047,10,11000,11000 +BHR,2047,11,11000,11000 +BHR,2047,12,11000,11000 +BHR,2047,13,11000,11000 +BHR,2047,14,11000,12000 +BHR,2047,15,11000,12000 +BHR,2047,16,11000,12000 +BHR,2047,17,11000,12000 +BHR,2047,18,11000,12000 +BHR,2048,0,9600,10000 +BHR,2048,1,9600,10000 +BHR,2048,2,9600,10000 +BHR,2048,3,9700,10000 +BHR,2048,4,9800,10000 +BHR,2048,5,9900,10000 +BHR,2048,6,10000,10000 +BHR,2048,7,10000,11000 +BHR,2048,8,10000,11000 +BHR,2048,9,10000,11000 +BHR,2048,10,10000,11000 +BHR,2048,11,11000,11000 +BHR,2048,12,11000,11000 +BHR,2048,13,11000,11000 +BHR,2048,14,11000,11000 +BHR,2048,15,11000,12000 +BHR,2048,16,11000,12000 +BHR,2048,17,11000,12000 +BHR,2048,18,11000,12000 +BHR,2049,0,9600,9900 +BHR,2049,1,9600,9900 +BHR,2049,2,9600,10000 +BHR,2049,3,9600,10000 +BHR,2049,4,9700,10000 +BHR,2049,5,9800,10000 +BHR,2049,6,9900,10000 +BHR,2049,7,10000,10000 +BHR,2049,8,10000,11000 +BHR,2049,9,10000,11000 +BHR,2049,10,10000,11000 +BHR,2049,11,10000,11000 +BHR,2049,12,11000,11000 +BHR,2049,13,11000,11000 +BHR,2049,14,11000,11000 +BHR,2049,15,11000,11000 +BHR,2049,16,11000,11000 +BHR,2049,17,11000,12000 +BHR,2049,18,11000,12000 +BHR,2050,0,9500,9900 +BHR,2050,1,9500,9900 +BHR,2050,2,9500,9900 +BHR,2050,3,9600,10000 +BHR,2050,4,9600,10000 +BHR,2050,5,9700,10000 +BHR,2050,6,9800,10000 +BHR,2050,7,9900,10000 +BHR,2050,8,10000,10000 +BHR,2050,9,10000,11000 +BHR,2050,10,10000,11000 +BHR,2050,11,10000,11000 +BHR,2050,12,10000,11000 +BHR,2050,13,11000,11000 +BHR,2050,14,11000,11000 +BHR,2050,15,11000,11000 +BHR,2050,16,11000,11000 +BHR,2050,17,11000,11000 +BHR,2050,18,11000,12000 +BHS,1990,0,2482,2593 +BHS,1990,1,2699,2804 +BHS,1990,2,2851,2950 +BHS,1990,3,2944,3040 +BHS,1990,4,2987,3080 +BHS,1990,5,2988,3080 +BHS,1990,6,2955,3045 +BHS,1990,7,2895,2986 +BHS,1990,8,2817,2908 +BHS,1990,9,2728,2820 +BHS,1990,10,2622,2716 +BHS,1990,11,2492,2587 +BHS,1990,12,2418,2516 +BHS,1990,13,2437,2539 +BHS,1990,14,2514,2619 +BHS,1990,15,2580,2689 +BHS,1990,16,2655,2768 +BHS,1990,17,2692,2806 +BHS,1990,18,2665,2776 +BHS,1991,0,2562,2683 +BHS,1991,1,2542,2655 +BHS,1991,2,2715,2822 +BHS,1991,3,2839,2941 +BHS,1991,4,2920,3018 +BHS,1991,5,2961,3057 +BHS,1991,6,2972,3066 +BHS,1991,7,2960,3053 +BHS,1991,8,2915,3008 +BHS,1991,9,2837,2930 +BHS,1991,10,2740,2833 +BHS,1991,11,2632,2725 +BHS,1991,12,2502,2595 +BHS,1991,13,2429,2523 +BHS,1991,14,2448,2545 +BHS,1991,15,2525,2625 +BHS,1991,16,2591,2695 +BHS,1991,17,2666,2773 +BHS,1991,18,2703,2811 +BHS,1992,0,2765,2897 +BHS,1992,1,2849,2972 +BHS,1992,2,2596,2708 +BHS,1992,3,2724,2831 +BHS,1992,4,2820,2923 +BHS,1992,5,2887,2987 +BHS,1992,6,2927,3024 +BHS,1992,7,2947,3043 +BHS,1992,8,2956,3051 +BHS,1992,9,2927,3021 +BHS,1992,10,2850,2943 +BHS,1992,11,2746,2837 +BHS,1992,12,2635,2725 +BHS,1992,13,2506,2595 +BHS,1992,14,2433,2522 +BHS,1992,15,2453,2543 +BHS,1992,16,2529,2623 +BHS,1992,17,2596,2692 +BHS,1992,18,2670,2770 +BHS,1993,0,3019,3160 +BHS,1993,1,2972,3102 +BHS,1993,2,2932,3053 +BHS,1993,3,2645,2755 +BHS,1993,4,2728,2833 +BHS,1993,5,2796,2898 +BHS,1993,6,2850,2948 +BHS,1993,7,2888,2984 +BHS,1993,8,2918,3012 +BHS,1993,9,2948,3042 +BHS,1993,10,2934,3027 +BHS,1993,11,2858,2949 +BHS,1993,12,2746,2834 +BHS,1993,13,2634,2719 +BHS,1993,14,2506,2589 +BHS,1993,15,2434,2515 +BHS,1993,16,2453,2536 +BHS,1993,17,2530,2615 +BHS,1993,18,2596,2683 +BHS,1994,0,3226,3369 +BHS,1994,1,3069,3201 +BHS,1994,2,2951,3073 +BHS,1994,3,2866,2980 +BHS,1994,4,2695,2800 +BHS,1994,5,2733,2834 +BHS,1994,6,2774,2871 +BHS,1994,7,2814,2909 +BHS,1994,8,2850,2942 +BHS,1994,9,2890,2981 +BHS,1994,10,2941,3031 +BHS,1994,11,2942,3031 +BHS,1994,12,2868,2953 +BHS,1994,13,2748,2830 +BHS,1994,14,2634,2712 +BHS,1994,15,2507,2581 +BHS,1994,16,2435,2507 +BHS,1994,17,2455,2527 +BHS,1994,18,2531,2606 +BHS,1995,0,3314,3450 +BHS,1995,1,3108,3234 +BHS,1995,2,2956,3072 +BHS,1995,3,2849,2957 +BHS,1995,4,2782,2884 +BHS,1995,5,2749,2846 +BHS,1995,6,2742,2835 +BHS,1995,7,2755,2845 +BHS,1995,8,2782,2869 +BHS,1995,9,2816,2901 +BHS,1995,10,2865,2949 +BHS,1995,11,2937,3020 +BHS,1995,12,2954,3035 +BHS,1995,13,2881,2958 +BHS,1995,14,2753,2826 +BHS,1995,15,2637,2705 +BHS,1995,16,2511,2573 +BHS,1995,17,2440,2499 +BHS,1995,18,2460,2519 +BHS,1996,0,3244,3373 +BHS,1996,1,3248,3372 +BHS,1996,2,3088,3201 +BHS,1996,3,2965,3069 +BHS,1996,4,2876,2972 +BHS,1996,5,2816,2905 +BHS,1996,6,2780,2861 +BHS,1996,7,2760,2836 +BHS,1996,8,2762,2833 +BHS,1996,9,2783,2852 +BHS,1996,10,2814,2882 +BHS,1996,11,2856,2923 +BHS,1996,12,2918,2985 +BHS,1996,13,2927,2993 +BHS,1996,14,2848,2910 +BHS,1996,15,2718,2775 +BHS,1996,16,2598,2650 +BHS,1996,17,2468,2516 +BHS,1996,18,2396,2440 +BHS,1997,0,3065,3180 +BHS,1997,1,2965,3076 +BHS,1997,2,3190,3300 +BHS,1997,3,3074,3174 +BHS,1997,4,2981,3071 +BHS,1997,5,2910,2990 +BHS,1997,6,2857,2929 +BHS,1997,7,2817,2881 +BHS,1997,8,2785,2841 +BHS,1997,9,2775,2825 +BHS,1997,10,2790,2838 +BHS,1997,11,2819,2867 +BHS,1997,12,2854,2902 +BHS,1997,13,2907,2955 +BHS,1997,14,2907,2954 +BHS,1997,15,2822,2866 +BHS,1997,16,2689,2728 +BHS,1997,17,2565,2600 +BHS,1997,18,2431,2461 +BHS,1998,0,2832,2928 +BHS,1998,1,2843,2940 +BHS,1998,2,2855,2952 +BHS,1998,3,3138,3232 +BHS,1998,4,3066,3151 +BHS,1998,5,3003,3078 +BHS,1998,6,2949,3013 +BHS,1998,7,2902,2958 +BHS,1998,8,2860,2905 +BHS,1998,9,2815,2851 +BHS,1998,10,2793,2821 +BHS,1998,11,2802,2829 +BHS,1998,12,2829,2856 +BHS,1998,13,2857,2885 +BHS,1998,14,2900,2928 +BHS,1998,15,2892,2920 +BHS,1998,16,2802,2827 +BHS,1998,17,2664,2685 +BHS,1998,18,2537,2553 +BHS,1999,0,2620,2700 +BHS,1999,1,2735,2821 +BHS,1999,2,2826,2914 +BHS,1999,3,2894,2981 +BHS,1999,4,3086,3167 +BHS,1999,5,3059,3131 +BHS,1999,6,3026,3087 +BHS,1999,7,2989,3039 +BHS,1999,8,2949,2989 +BHS,1999,9,2903,2932 +BHS,1999,10,2846,2863 +BHS,1999,11,2812,2820 +BHS,1999,12,2815,2822 +BHS,1999,13,2839,2848 +BHS,1999,14,2861,2870 +BHS,1999,15,2894,2905 +BHS,1999,16,2878,2888 +BHS,1999,17,2782,2790 +BHS,1999,18,2641,2644 +BHS,2000,0,2486,2558 +BHS,2000,1,2670,2750 +BHS,2000,2,2813,2896 +BHS,2000,3,2918,3001 +BHS,2000,4,2990,3068 +BHS,2000,5,3033,3104 +BHS,2000,6,3050,3113 +BHS,2000,7,3047,3099 +BHS,2000,8,3027,3067 +BHS,2000,9,2994,3023 +BHS,2000,10,2945,2961 +BHS,2000,11,2875,2877 +BHS,2000,12,2829,2821 +BHS,2000,13,2827,2817 +BHS,2000,14,2848,2841 +BHS,2000,15,2863,2858 +BHS,2000,16,2886,2883 +BHS,2000,17,2862,2859 +BHS,2000,18,2760,2755 +BHS,2001,0,2449,2510 +BHS,2001,1,2613,2672 +BHS,2001,2,2764,2827 +BHS,2001,3,2879,2944 +BHS,2001,4,2963,3026 +BHS,2001,5,3018,3077 +BHS,2001,6,3047,3100 +BHS,2001,7,3054,3099 +BHS,2001,8,3046,3083 +BHS,2001,9,3030,3058 +BHS,2001,10,3006,3026 +BHS,2001,11,2967,2978 +BHS,2001,12,2914,2915 +BHS,2001,13,2871,2865 +BHS,2001,14,2850,2841 +BHS,2001,15,2840,2831 +BHS,2001,16,2826,2817 +BHS,2001,17,2817,2808 +BHS,2001,18,2782,2770 +BHS,2002,0,2483,2541 +BHS,2002,1,2687,2750 +BHS,2002,2,2738,2786 +BHS,2002,3,2856,2906 +BHS,2002,4,2943,2993 +BHS,2002,5,3005,3052 +BHS,2002,6,3043,3087 +BHS,2002,7,3059,3097 +BHS,2002,8,3055,3086 +BHS,2002,9,3043,3068 +BHS,2002,10,3031,3050 +BHS,2002,11,3015,3030 +BHS,2002,12,2988,2997 +BHS,2002,13,2951,2954 +BHS,2002,14,2911,2909 +BHS,2002,15,2871,2866 +BHS,2002,16,2829,2822 +BHS,2002,17,2786,2777 +BHS,2002,18,2746,2735 +BHS,2003,0,2569,2628 +BHS,2003,1,2743,2803 +BHS,2003,2,2879,2937 +BHS,2003,3,2861,2900 +BHS,2003,4,2944,2983 +BHS,2003,5,3005,3042 +BHS,2003,6,3044,3078 +BHS,2003,7,3065,3096 +BHS,2003,8,3069,3094 +BHS,2003,9,3054,3073 +BHS,2003,10,3037,3053 +BHS,2003,11,3029,3042 +BHS,2003,12,3022,3034 +BHS,2003,13,3005,3016 +BHS,2003,14,2985,2993 +BHS,2003,15,2948,2953 +BHS,2003,16,2889,2890 +BHS,2003,17,2816,2813 +BHS,2003,18,2745,2737 +BHS,2004,0,2675,2735 +BHS,2004,1,2812,2868 +BHS,2004,2,2919,2971 +BHS,2004,3,3000,3046 +BHS,2004,4,2982,3013 +BHS,2004,5,3032,3061 +BHS,2004,6,3065,3090 +BHS,2004,7,3082,3104 +BHS,2004,8,3087,3105 +BHS,2004,9,3077,3091 +BHS,2004,10,3051,3060 +BHS,2004,11,3030,3037 +BHS,2004,12,3025,3033 +BHS,2004,13,3027,3038 +BHS,2004,14,3021,3034 +BHS,2004,15,3018,3032 +BHS,2004,16,2984,2997 +BHS,2004,17,2906,2915 +BHS,2004,18,2801,2803 +BHS,2005,0,2777,2835 +BHS,2005,1,2881,2931 +BHS,2005,2,2963,3007 +BHS,2005,3,3027,3063 +BHS,2005,4,3072,3102 +BHS,2005,5,3103,3127 +BHS,2005,6,3120,3138 +BHS,2005,7,3125,3138 +BHS,2005,8,3120,3130 +BHS,2005,9,3108,3114 +BHS,2005,10,3085,3087 +BHS,2005,11,3048,3047 +BHS,2005,12,3024,3021 +BHS,2005,13,3023,3024 +BHS,2005,14,3033,3041 +BHS,2005,15,3038,3052 +BHS,2005,16,3051,3070 +BHS,2005,17,3020,3041 +BHS,2005,18,2923,2939 +BHS,2006,0,2886,2934 +BHS,2006,1,2864,2905 +BHS,2006,2,2951,2985 +BHS,2006,3,3019,3048 +BHS,2006,4,3072,3096 +BHS,2006,5,3110,3130 +BHS,2006,6,3135,3151 +BHS,2006,7,3147,3160 +BHS,2006,8,3150,3161 +BHS,2006,9,3147,3156 +BHS,2006,10,3137,3146 +BHS,2006,11,3118,3127 +BHS,2006,12,3090,3097 +BHS,2006,13,3063,3070 +BHS,2006,14,3044,3052 +BHS,2006,15,3026,3037 +BHS,2006,16,3006,3019 +BHS,2006,17,2990,3004 +BHS,2006,18,2950,2960 +BHS,2007,0,2996,3031 +BHS,2007,1,3042,3065 +BHS,2007,2,2949,2972 +BHS,2007,3,3018,3036 +BHS,2007,4,3073,3087 +BHS,2007,5,3115,3126 +BHS,2007,6,3145,3154 +BHS,2007,7,3163,3171 +BHS,2007,8,3171,3178 +BHS,2007,9,3172,3180 +BHS,2007,10,3170,3180 +BHS,2007,11,3163,3175 +BHS,2007,12,3149,3163 +BHS,2007,13,3129,3144 +BHS,2007,14,3100,3116 +BHS,2007,15,3062,3077 +BHS,2007,16,3016,3030 +BHS,2007,17,2970,2982 +BHS,2007,18,2926,2936 +BHS,2008,0,3080,3104 +BHS,2008,1,3105,3115 +BHS,2008,2,3127,3126 +BHS,2008,3,3031,3036 +BHS,2008,4,3082,3084 +BHS,2008,5,3123,3123 +BHS,2008,6,3155,3153 +BHS,2008,7,3177,3176 +BHS,2008,8,3189,3190 +BHS,2008,9,3192,3194 +BHS,2008,10,3191,3196 +BHS,2008,11,3190,3200 +BHS,2008,12,3186,3202 +BHS,2008,13,3176,3197 +BHS,2008,14,3165,3189 +BHS,2008,15,3134,3160 +BHS,2008,16,3077,3100 +BHS,2008,17,3004,3020 +BHS,2008,18,2932,2943 +BHS,2009,0,3106,3130 +BHS,2009,1,3125,3132 +BHS,2009,2,3143,3137 +BHS,2009,3,3160,3144 +BHS,2009,4,3110,3099 +BHS,2009,5,3144,3130 +BHS,2009,6,3171,3156 +BHS,2009,7,3191,3178 +BHS,2009,8,3206,3195 +BHS,2009,9,3212,3206 +BHS,2009,10,3210,3208 +BHS,2009,11,3207,3211 +BHS,2009,12,3207,3219 +BHS,2009,13,3206,3227 +BHS,2009,14,3201,3229 +BHS,2009,15,3198,3232 +BHS,2009,16,3166,3201 +BHS,2009,17,3090,3120 +BHS,2009,18,2988,3009 +BHS,2010,0,3055,3095 +BHS,2010,1,3087,3105 +BHS,2010,2,3117,3117 +BHS,2010,3,3143,3130 +BHS,2010,4,3166,3144 +BHS,2010,5,3186,3159 +BHS,2010,6,3202,3174 +BHS,2010,7,3215,3188 +BHS,2010,8,3225,3201 +BHS,2010,9,3231,3213 +BHS,2010,10,3232,3220 +BHS,2010,11,3225,3219 +BHS,2010,12,3220,3223 +BHS,2010,13,3221,3236 +BHS,2010,14,3223,3250 +BHS,2010,15,3222,3259 +BHS,2010,16,3228,3273 +BHS,2010,17,3193,3240 +BHS,2010,18,3099,3139 +BHS,2011,0,2916,2989 +BHS,2011,1,3047,3086 +BHS,2011,2,3088,3105 +BHS,2011,3,3123,3122 +BHS,2011,4,3152,3138 +BHS,2011,5,3175,3153 +BHS,2011,6,3193,3166 +BHS,2011,7,3205,3176 +BHS,2011,8,3215,3187 +BHS,2011,9,3226,3202 +BHS,2011,10,3236,3217 +BHS,2011,11,3239,3226 +BHS,2011,12,3234,3228 +BHS,2011,13,3231,3233 +BHS,2011,14,3235,3247 +BHS,2011,15,3238,3262 +BHS,2011,16,3239,3273 +BHS,2011,17,3246,3288 +BHS,2011,18,3213,3256 +BHS,2012,0,2696,2818 +BHS,2012,1,2833,2912 +BHS,2012,2,3038,3076 +BHS,2012,3,3088,3105 +BHS,2012,4,3129,3128 +BHS,2012,5,3160,3146 +BHS,2012,6,3183,3161 +BHS,2012,7,3199,3172 +BHS,2012,8,3206,3177 +BHS,2012,9,3214,3186 +BHS,2012,10,3226,3202 +BHS,2012,11,3240,3221 +BHS,2012,12,3246,3232 +BHS,2012,13,3243,3235 +BHS,2012,14,3242,3243 +BHS,2012,15,3247,3258 +BHS,2012,16,3253,3275 +BHS,2012,17,3255,3286 +BHS,2012,18,3264,3302 +BHS,2013,0,2453,2627 +BHS,2013,1,2654,2776 +BHS,2013,2,2821,2899 +BHS,2013,3,3028,3066 +BHS,2013,4,3088,3104 +BHS,2013,5,3134,3133 +BHS,2013,6,3167,3154 +BHS,2013,7,3191,3169 +BHS,2013,8,3204,3178 +BHS,2013,9,3207,3178 +BHS,2013,10,3212,3184 +BHS,2013,11,3226,3201 +BHS,2013,12,3243,3224 +BHS,2013,13,3252,3238 +BHS,2013,14,3251,3243 +BHS,2013,15,3252,3252 +BHS,2013,16,3259,3269 +BHS,2013,17,3266,3287 +BHS,2013,18,3270,3299 +BHS,2014,0,2265,2479 +BHS,2014,1,2504,2663 +BHS,2014,2,2703,2813 +BHS,2014,3,2863,2934 +BHS,2014,4,3017,3055 +BHS,2014,5,3086,3102 +BHS,2014,6,3137,3137 +BHS,2014,7,3173,3161 +BHS,2014,8,3197,3176 +BHS,2014,9,3208,3182 +BHS,2014,10,3206,3178 +BHS,2014,11,3208,3181 +BHS,2014,12,3224,3199 +BHS,2014,13,3245,3226 +BHS,2014,14,3256,3243 +BHS,2014,15,3258,3249 +BHS,2014,16,3261,3260 +BHS,2014,17,3270,3279 +BHS,2014,18,3278,3297 +BHS,2015,0,2186,2418 +BHS,2015,1,2418,2598 +BHS,2015,2,2613,2748 +BHS,2015,3,2773,2870 +BHS,2015,4,2903,2968 +BHS,2015,5,3005,3043 +BHS,2015,6,3083,3099 +BHS,2015,7,3139,3139 +BHS,2015,8,3178,3165 +BHS,2015,9,3202,3181 +BHS,2015,10,3210,3185 +BHS,2015,11,3204,3177 +BHS,2015,12,3203,3177 +BHS,2015,13,3220,3196 +BHS,2015,14,3246,3226 +BHS,2015,15,3259,3245 +BHS,2015,16,3262,3254 +BHS,2015,17,3268,3266 +BHS,2015,18,3279,3286 +BHS,2016,0,2249,2470 +BHS,2016,1,2241,2463 +BHS,2016,2,2436,2614 +BHS,2016,3,2608,2745 +BHS,2016,4,2757,2858 +BHS,2016,5,2884,2953 +BHS,2016,6,2992,3034 +BHS,2016,7,3086,3102 +BHS,2016,8,3154,3152 +BHS,2016,9,3194,3179 +BHS,2016,10,3213,3191 +BHS,2016,11,3222,3195 +BHS,2016,12,3217,3189 +BHS,2016,13,3219,3191 +BHS,2016,14,3237,3212 +BHS,2016,15,3265,3243 +BHS,2016,16,3280,3263 +BHS,2016,17,3285,3273 +BHS,2016,18,3291,3286 +BHS,2017,0,2422,2607 +BHS,2017,1,2478,2653 +BHS,2017,2,2292,2504 +BHS,2017,3,2450,2625 +BHS,2017,4,2598,2738 +BHS,2017,5,2735,2841 +BHS,2017,6,2859,2934 +BHS,2017,7,2974,3020 +BHS,2017,8,3083,3101 +BHS,2017,9,3163,3159 +BHS,2017,10,3205,3188 +BHS,2017,11,3219,3197 +BHS,2017,12,3227,3201 +BHS,2017,13,3225,3196 +BHS,2017,14,3228,3200 +BHS,2017,15,3249,3222 +BHS,2017,16,3278,3255 +BHS,2017,17,3295,3277 +BHS,2017,18,3301,3288 +BHS,2018,0,2646,2786 +BHS,2018,1,2575,2731 +BHS,2018,2,2541,2704 +BHS,2018,3,2341,2543 +BHS,2018,4,2462,2635 +BHS,2018,5,2586,2728 +BHS,2018,6,2710,2822 +BHS,2018,7,2832,2913 +BHS,2018,8,2953,3003 +BHS,2018,9,3078,3097 +BHS,2018,10,3169,3165 +BHS,2018,11,3212,3195 +BHS,2018,12,3222,3200 +BHS,2018,13,3230,3204 +BHS,2018,14,3229,3201 +BHS,2018,15,3235,3206 +BHS,2018,16,3257,3230 +BHS,2018,17,3288,3264 +BHS,2018,18,3307,3287 +BHS,2019,0,2800,2900 +BHS,2019,1,2700,2800 +BHS,2019,2,2600,2700 +BHS,2019,3,2500,2700 +BHS,2019,4,2400,2600 +BHS,2019,5,2500,2600 +BHS,2019,6,2600,2700 +BHS,2019,7,2700,2800 +BHS,2019,8,2800,2900 +BHS,2019,9,2900,3000 +BHS,2019,10,3100,3100 +BHS,2019,11,3200,3200 +BHS,2019,12,3200,3200 +BHS,2019,13,3200,3200 +BHS,2019,14,3200,3200 +BHS,2019,15,3200,3200 +BHS,2019,16,3200,3200 +BHS,2019,17,3300,3200 +BHS,2019,18,3300,3300 +BHS,2020,0,3000,3000 +BHS,2020,1,2700,2900 +BHS,2020,2,2600,2700 +BHS,2020,3,2500,2700 +BHS,2020,4,2400,2600 +BHS,2020,5,2400,2600 +BHS,2020,6,2500,2700 +BHS,2020,7,2600,2700 +BHS,2020,8,2700,2800 +BHS,2020,9,2800,2900 +BHS,2020,10,2900,3000 +BHS,2020,11,3100,3100 +BHS,2020,12,3200,3200 +BHS,2020,13,3200,3200 +BHS,2020,14,3200,3200 +BHS,2020,15,3200,3200 +BHS,2020,16,3200,3200 +BHS,2020,17,3300,3200 +BHS,2020,18,3300,3200 +BHS,2021,0,3000,3000 +BHS,2021,1,2900,3000 +BHS,2021,2,2700,2800 +BHS,2021,3,2600,2700 +BHS,2021,4,2500,2700 +BHS,2021,5,2500,2600 +BHS,2021,6,2500,2600 +BHS,2021,7,2500,2700 +BHS,2021,8,2600,2700 +BHS,2021,9,2700,2800 +BHS,2021,10,2800,2900 +BHS,2021,11,2900,3000 +BHS,2021,12,3100,3100 +BHS,2021,13,3200,3200 +BHS,2021,14,3200,3200 +BHS,2021,15,3200,3200 +BHS,2021,16,3300,3200 +BHS,2021,17,3300,3200 +BHS,2021,18,3300,3200 +BHS,2022,0,2900,3000 +BHS,2022,1,2700,2900 +BHS,2022,2,2900,3000 +BHS,2022,3,2700,2800 +BHS,2022,4,2600,2800 +BHS,2022,5,2500,2700 +BHS,2022,6,2500,2700 +BHS,2022,7,2500,2700 +BHS,2022,8,2500,2700 +BHS,2022,9,2500,2700 +BHS,2022,10,2600,2800 +BHS,2022,11,2800,2900 +BHS,2022,12,2900,3000 +BHS,2022,13,3100,3100 +BHS,2022,14,3200,3200 +BHS,2022,15,3300,3200 +BHS,2022,16,3300,3200 +BHS,2022,17,3300,3200 +BHS,2022,18,3300,3200 +BHS,2023,0,2800,2900 +BHS,2023,1,2700,2800 +BHS,2023,2,2600,2800 +BHS,2023,3,2800,2900 +BHS,2023,4,2700,2800 +BHS,2023,5,2600,2800 +BHS,2023,6,2600,2700 +BHS,2023,7,2500,2700 +BHS,2023,8,2500,2700 +BHS,2023,9,2500,2700 +BHS,2023,10,2500,2700 +BHS,2023,11,2600,2800 +BHS,2023,12,2800,2900 +BHS,2023,13,2900,3000 +BHS,2023,14,3100,3100 +BHS,2023,15,3200,3200 +BHS,2023,16,3300,3200 +BHS,2023,17,3300,3200 +BHS,2023,18,3300,3300 +BHS,2024,0,2600,2800 +BHS,2024,1,2700,2800 +BHS,2024,2,2700,2800 +BHS,2024,3,2700,2800 +BHS,2024,4,2800,2900 +BHS,2024,5,2700,2800 +BHS,2024,6,2600,2800 +BHS,2024,7,2600,2700 +BHS,2024,8,2600,2700 +BHS,2024,9,2500,2700 +BHS,2024,10,2500,2700 +BHS,2024,11,2500,2700 +BHS,2024,12,2600,2800 +BHS,2024,13,2800,2900 +BHS,2024,14,2900,3000 +BHS,2024,15,3100,3100 +BHS,2024,16,3200,3200 +BHS,2024,17,3300,3300 +BHS,2024,18,3300,3300 +BHS,2025,0,2600,2700 +BHS,2025,1,2600,2800 +BHS,2025,2,2700,2800 +BHS,2025,3,2700,2900 +BHS,2025,4,2700,2900 +BHS,2025,5,2700,2800 +BHS,2025,6,2700,2800 +BHS,2025,7,2600,2800 +BHS,2025,8,2600,2800 +BHS,2025,9,2600,2700 +BHS,2025,10,2500,2700 +BHS,2025,11,2500,2700 +BHS,2025,12,2500,2700 +BHS,2025,13,2600,2800 +BHS,2025,14,2800,2900 +BHS,2025,15,2900,3000 +BHS,2025,16,3100,3100 +BHS,2025,17,3200,3200 +BHS,2025,18,3300,3300 +BHS,2026,0,2500,2700 +BHS,2026,1,2600,2700 +BHS,2026,2,2700,2800 +BHS,2026,3,2700,2800 +BHS,2026,4,2700,2800 +BHS,2026,5,2700,2800 +BHS,2026,6,2700,2800 +BHS,2026,7,2700,2800 +BHS,2026,8,2700,2800 +BHS,2026,9,2600,2800 +BHS,2026,10,2600,2700 +BHS,2026,11,2600,2700 +BHS,2026,12,2500,2700 +BHS,2026,13,2500,2700 +BHS,2026,14,2600,2800 +BHS,2026,15,2800,2900 +BHS,2026,16,3000,3000 +BHS,2026,17,3100,3100 +BHS,2026,18,3300,3200 +BHS,2027,0,2600,2700 +BHS,2027,1,2600,2800 +BHS,2027,2,2600,2800 +BHS,2027,3,2700,2800 +BHS,2027,4,2700,2800 +BHS,2027,5,2700,2800 +BHS,2027,6,2700,2800 +BHS,2027,7,2700,2800 +BHS,2027,8,2700,2800 +BHS,2027,9,2700,2800 +BHS,2027,10,2600,2800 +BHS,2027,11,2600,2700 +BHS,2027,12,2600,2700 +BHS,2027,13,2500,2700 +BHS,2027,14,2500,2700 +BHS,2027,15,2700,2800 +BHS,2027,16,2800,2900 +BHS,2027,17,3000,3000 +BHS,2027,18,3100,3200 +BHS,2028,0,2600,2800 +BHS,2028,1,2700,2800 +BHS,2028,2,2700,2800 +BHS,2028,3,2600,2800 +BHS,2028,4,2700,2800 +BHS,2028,5,2700,2800 +BHS,2028,6,2700,2800 +BHS,2028,7,2700,2800 +BHS,2028,8,2700,2800 +BHS,2028,9,2700,2800 +BHS,2028,10,2700,2800 +BHS,2028,11,2600,2800 +BHS,2028,12,2600,2800 +BHS,2028,13,2600,2700 +BHS,2028,14,2500,2700 +BHS,2028,15,2600,2700 +BHS,2028,16,2700,2800 +BHS,2028,17,2800,2900 +BHS,2028,18,3000,3000 +BHS,2029,0,2600,2800 +BHS,2029,1,2700,2800 +BHS,2029,2,2700,2800 +BHS,2029,3,2700,2800 +BHS,2029,4,2700,2800 +BHS,2029,5,2700,2800 +BHS,2029,6,2700,2800 +BHS,2029,7,2700,2800 +BHS,2029,8,2700,2800 +BHS,2029,9,2700,2800 +BHS,2029,10,2700,2800 +BHS,2029,11,2700,2800 +BHS,2029,12,2600,2800 +BHS,2029,13,2600,2800 +BHS,2029,14,2600,2700 +BHS,2029,15,2500,2700 +BHS,2029,16,2600,2700 +BHS,2029,17,2700,2800 +BHS,2029,18,2800,2900 +BHS,2030,0,2700,2800 +BHS,2030,1,2700,2800 +BHS,2030,2,2700,2800 +BHS,2030,3,2700,2800 +BHS,2030,4,2700,2800 +BHS,2030,5,2700,2800 +BHS,2030,6,2700,2800 +BHS,2030,7,2700,2800 +BHS,2030,8,2700,2800 +BHS,2030,9,2700,2800 +BHS,2030,10,2700,2800 +BHS,2030,11,2700,2800 +BHS,2030,12,2700,2800 +BHS,2030,13,2600,2800 +BHS,2030,14,2600,2800 +BHS,2030,15,2600,2700 +BHS,2030,16,2500,2700 +BHS,2030,17,2600,2700 +BHS,2030,18,2700,2800 +BHS,2031,0,2700,2800 +BHS,2031,1,2700,2800 +BHS,2031,2,2700,2800 +BHS,2031,3,2700,2800 +BHS,2031,4,2700,2800 +BHS,2031,5,2700,2800 +BHS,2031,6,2700,2800 +BHS,2031,7,2700,2800 +BHS,2031,8,2700,2800 +BHS,2031,9,2700,2800 +BHS,2031,10,2700,2800 +BHS,2031,11,2700,2800 +BHS,2031,12,2700,2800 +BHS,2031,13,2700,2800 +BHS,2031,14,2700,2800 +BHS,2031,15,2600,2800 +BHS,2031,16,2600,2700 +BHS,2031,17,2600,2700 +BHS,2031,18,2600,2700 +BHS,2032,0,2600,2800 +BHS,2032,1,2600,2800 +BHS,2032,2,2700,2800 +BHS,2032,3,2700,2800 +BHS,2032,4,2700,2800 +BHS,2032,5,2700,2800 +BHS,2032,6,2700,2800 +BHS,2032,7,2700,2800 +BHS,2032,8,2700,2800 +BHS,2032,9,2700,2800 +BHS,2032,10,2700,2800 +BHS,2032,11,2700,2800 +BHS,2032,12,2700,2800 +BHS,2032,13,2700,2800 +BHS,2032,14,2700,2800 +BHS,2032,15,2700,2800 +BHS,2032,16,2600,2800 +BHS,2032,17,2600,2800 +BHS,2032,18,2600,2700 +BHS,2033,0,2600,2800 +BHS,2033,1,2600,2800 +BHS,2033,2,2600,2800 +BHS,2033,3,2700,2800 +BHS,2033,4,2700,2800 +BHS,2033,5,2700,2800 +BHS,2033,6,2700,2800 +BHS,2033,7,2700,2800 +BHS,2033,8,2700,2800 +BHS,2033,9,2700,2800 +BHS,2033,10,2700,2800 +BHS,2033,11,2700,2800 +BHS,2033,12,2700,2800 +BHS,2033,13,2700,2800 +BHS,2033,14,2700,2800 +BHS,2033,15,2700,2800 +BHS,2033,16,2700,2800 +BHS,2033,17,2700,2800 +BHS,2033,18,2600,2800 +BHS,2034,0,2600,2700 +BHS,2034,1,2600,2800 +BHS,2034,2,2600,2800 +BHS,2034,3,2700,2800 +BHS,2034,4,2700,2800 +BHS,2034,5,2700,2800 +BHS,2034,6,2700,2800 +BHS,2034,7,2700,2800 +BHS,2034,8,2700,2800 +BHS,2034,9,2700,2800 +BHS,2034,10,2700,2800 +BHS,2034,11,2700,2800 +BHS,2034,12,2700,2800 +BHS,2034,13,2700,2800 +BHS,2034,14,2700,2800 +BHS,2034,15,2700,2800 +BHS,2034,16,2700,2800 +BHS,2034,17,2700,2800 +BHS,2034,18,2700,2800 +BHS,2035,0,2600,2700 +BHS,2035,1,2600,2700 +BHS,2035,2,2600,2800 +BHS,2035,3,2600,2800 +BHS,2035,4,2700,2800 +BHS,2035,5,2700,2800 +BHS,2035,6,2700,2800 +BHS,2035,7,2700,2800 +BHS,2035,8,2700,2800 +BHS,2035,9,2700,2800 +BHS,2035,10,2700,2800 +BHS,2035,11,2700,2800 +BHS,2035,12,2700,2800 +BHS,2035,13,2700,2800 +BHS,2035,14,2700,2800 +BHS,2035,15,2700,2800 +BHS,2035,16,2700,2900 +BHS,2035,17,2700,2900 +BHS,2035,18,2700,2800 +BHS,2036,0,2500,2700 +BHS,2036,1,2600,2700 +BHS,2036,2,2600,2700 +BHS,2036,3,2600,2800 +BHS,2036,4,2600,2800 +BHS,2036,5,2700,2800 +BHS,2036,6,2700,2800 +BHS,2036,7,2700,2800 +BHS,2036,8,2700,2800 +BHS,2036,9,2700,2800 +BHS,2036,10,2700,2800 +BHS,2036,11,2700,2800 +BHS,2036,12,2700,2800 +BHS,2036,13,2700,2800 +BHS,2036,14,2700,2800 +BHS,2036,15,2700,2800 +BHS,2036,16,2700,2900 +BHS,2036,17,2700,2900 +BHS,2036,18,2700,2900 +BHS,2037,0,2500,2700 +BHS,2037,1,2600,2700 +BHS,2037,2,2600,2700 +BHS,2037,3,2600,2700 +BHS,2037,4,2600,2800 +BHS,2037,5,2600,2800 +BHS,2037,6,2700,2800 +BHS,2037,7,2700,2800 +BHS,2037,8,2700,2800 +BHS,2037,9,2700,2800 +BHS,2037,10,2700,2800 +BHS,2037,11,2700,2800 +BHS,2037,12,2700,2800 +BHS,2037,13,2700,2800 +BHS,2037,14,2700,2800 +BHS,2037,15,2700,2900 +BHS,2037,16,2700,2900 +BHS,2037,17,2700,2900 +BHS,2037,18,2800,2900 +BHS,2038,0,2500,2700 +BHS,2038,1,2600,2700 +BHS,2038,2,2600,2700 +BHS,2038,3,2600,2700 +BHS,2038,4,2600,2700 +BHS,2038,5,2600,2800 +BHS,2038,6,2600,2800 +BHS,2038,7,2700,2800 +BHS,2038,8,2700,2800 +BHS,2038,9,2700,2800 +BHS,2038,10,2700,2800 +BHS,2038,11,2700,2800 +BHS,2038,12,2700,2800 +BHS,2038,13,2700,2900 +BHS,2038,14,2700,2900 +BHS,2038,15,2700,2900 +BHS,2038,16,2700,2900 +BHS,2038,17,2700,2900 +BHS,2038,18,2700,2900 +BHS,2039,0,2500,2700 +BHS,2039,1,2500,2700 +BHS,2039,2,2600,2700 +BHS,2039,3,2600,2700 +BHS,2039,4,2600,2700 +BHS,2039,5,2600,2800 +BHS,2039,6,2600,2800 +BHS,2039,7,2600,2800 +BHS,2039,8,2700,2800 +BHS,2039,9,2700,2800 +BHS,2039,10,2700,2800 +BHS,2039,11,2700,2800 +BHS,2039,12,2700,2800 +BHS,2039,13,2700,2900 +BHS,2039,14,2700,2900 +BHS,2039,15,2700,2900 +BHS,2039,16,2700,2900 +BHS,2039,17,2700,2900 +BHS,2039,18,2700,2900 +BHS,2040,0,2500,2600 +BHS,2040,1,2500,2700 +BHS,2040,2,2500,2700 +BHS,2040,3,2600,2700 +BHS,2040,4,2600,2700 +BHS,2040,5,2600,2700 +BHS,2040,6,2600,2800 +BHS,2040,7,2600,2800 +BHS,2040,8,2600,2800 +BHS,2040,9,2700,2800 +BHS,2040,10,2700,2800 +BHS,2040,11,2700,2800 +BHS,2040,12,2700,2800 +BHS,2040,13,2700,2800 +BHS,2040,14,2700,2900 +BHS,2040,15,2700,2900 +BHS,2040,16,2700,2900 +BHS,2040,17,2700,2900 +BHS,2040,18,2700,2900 +BHS,2041,0,2500,2600 +BHS,2041,1,2500,2700 +BHS,2041,2,2500,2700 +BHS,2041,3,2500,2700 +BHS,2041,4,2600,2700 +BHS,2041,5,2600,2700 +BHS,2041,6,2600,2700 +BHS,2041,7,2600,2800 +BHS,2041,8,2600,2800 +BHS,2041,9,2600,2800 +BHS,2041,10,2700,2800 +BHS,2041,11,2700,2800 +BHS,2041,12,2700,2800 +BHS,2041,13,2700,2800 +BHS,2041,14,2700,2900 +BHS,2041,15,2700,2900 +BHS,2041,16,2700,2900 +BHS,2041,17,2700,2900 +BHS,2041,18,2800,2900 +BHS,2042,0,2500,2600 +BHS,2042,1,2500,2700 +BHS,2042,2,2500,2700 +BHS,2042,3,2500,2700 +BHS,2042,4,2600,2700 +BHS,2042,5,2600,2700 +BHS,2042,6,2600,2700 +BHS,2042,7,2600,2700 +BHS,2042,8,2600,2800 +BHS,2042,9,2600,2800 +BHS,2042,10,2600,2800 +BHS,2042,11,2700,2800 +BHS,2042,12,2700,2800 +BHS,2042,13,2700,2800 +BHS,2042,14,2700,2900 +BHS,2042,15,2700,2900 +BHS,2042,16,2700,2900 +BHS,2042,17,2800,2900 +BHS,2042,18,2800,2900 +BHS,2043,0,2500,2600 +BHS,2043,1,2500,2600 +BHS,2043,2,2500,2700 +BHS,2043,3,2500,2700 +BHS,2043,4,2500,2700 +BHS,2043,5,2600,2700 +BHS,2043,6,2600,2700 +BHS,2043,7,2600,2700 +BHS,2043,8,2600,2700 +BHS,2043,9,2600,2800 +BHS,2043,10,2600,2800 +BHS,2043,11,2700,2800 +BHS,2043,12,2700,2800 +BHS,2043,13,2700,2800 +BHS,2043,14,2700,2900 +BHS,2043,15,2700,2900 +BHS,2043,16,2700,2900 +BHS,2043,17,2800,2900 +BHS,2043,18,2800,2900 +BHS,2044,0,2500,2600 +BHS,2044,1,2500,2600 +BHS,2044,2,2500,2600 +BHS,2044,3,2500,2700 +BHS,2044,4,2500,2700 +BHS,2044,5,2500,2700 +BHS,2044,6,2600,2700 +BHS,2044,7,2600,2700 +BHS,2044,8,2600,2700 +BHS,2044,9,2600,2700 +BHS,2044,10,2600,2800 +BHS,2044,11,2600,2800 +BHS,2044,12,2700,2800 +BHS,2044,13,2700,2800 +BHS,2044,14,2700,2800 +BHS,2044,15,2700,2900 +BHS,2044,16,2700,2900 +BHS,2044,17,2800,2900 +BHS,2044,18,2800,2900 +BHS,2045,0,2500,2600 +BHS,2045,1,2500,2600 +BHS,2045,2,2500,2600 +BHS,2045,3,2500,2600 +BHS,2045,4,2500,2700 +BHS,2045,5,2500,2700 +BHS,2045,6,2500,2700 +BHS,2045,7,2600,2700 +BHS,2045,8,2600,2700 +BHS,2045,9,2600,2700 +BHS,2045,10,2600,2700 +BHS,2045,11,2600,2800 +BHS,2045,12,2600,2800 +BHS,2045,13,2700,2800 +BHS,2045,14,2700,2800 +BHS,2045,15,2700,2800 +BHS,2045,16,2700,2900 +BHS,2045,17,2700,2900 +BHS,2045,18,2800,2900 +BHS,2046,0,2500,2600 +BHS,2046,1,2500,2600 +BHS,2046,2,2500,2600 +BHS,2046,3,2500,2600 +BHS,2046,4,2500,2600 +BHS,2046,5,2500,2700 +BHS,2046,6,2500,2700 +BHS,2046,7,2500,2700 +BHS,2046,8,2600,2700 +BHS,2046,9,2600,2700 +BHS,2046,10,2600,2700 +BHS,2046,11,2600,2700 +BHS,2046,12,2600,2800 +BHS,2046,13,2600,2800 +BHS,2046,14,2700,2800 +BHS,2046,15,2700,2800 +BHS,2046,16,2700,2900 +BHS,2046,17,2700,2900 +BHS,2046,18,2800,2900 +BHS,2047,0,2500,2600 +BHS,2047,1,2500,2600 +BHS,2047,2,2500,2600 +BHS,2047,3,2500,2600 +BHS,2047,4,2500,2600 +BHS,2047,5,2500,2700 +BHS,2047,6,2500,2700 +BHS,2047,7,2500,2700 +BHS,2047,8,2500,2700 +BHS,2047,9,2600,2700 +BHS,2047,10,2600,2700 +BHS,2047,11,2600,2700 +BHS,2047,12,2600,2800 +BHS,2047,13,2600,2800 +BHS,2047,14,2700,2800 +BHS,2047,15,2700,2800 +BHS,2047,16,2700,2800 +BHS,2047,17,2700,2900 +BHS,2047,18,2800,2900 +BHS,2048,0,2400,2600 +BHS,2048,1,2500,2600 +BHS,2048,2,2500,2600 +BHS,2048,3,2500,2600 +BHS,2048,4,2500,2600 +BHS,2048,5,2500,2600 +BHS,2048,6,2500,2700 +BHS,2048,7,2500,2700 +BHS,2048,8,2500,2700 +BHS,2048,9,2500,2700 +BHS,2048,10,2600,2700 +BHS,2048,11,2600,2700 +BHS,2048,12,2600,2700 +BHS,2048,13,2600,2800 +BHS,2048,14,2600,2800 +BHS,2048,15,2700,2800 +BHS,2048,16,2700,2800 +BHS,2048,17,2700,2900 +BHS,2048,18,2700,2900 +BHS,2049,0,2400,2600 +BHS,2049,1,2400,2600 +BHS,2049,2,2500,2600 +BHS,2049,3,2500,2600 +BHS,2049,4,2500,2600 +BHS,2049,5,2500,2600 +BHS,2049,6,2500,2600 +BHS,2049,7,2500,2700 +BHS,2049,8,2500,2700 +BHS,2049,9,2500,2700 +BHS,2049,10,2500,2700 +BHS,2049,11,2600,2700 +BHS,2049,12,2600,2700 +BHS,2049,13,2600,2700 +BHS,2049,14,2600,2800 +BHS,2049,15,2600,2800 +BHS,2049,16,2700,2800 +BHS,2049,17,2700,2800 +BHS,2049,18,2700,2900 +BHS,2050,0,2400,2500 +BHS,2050,1,2400,2600 +BHS,2050,2,2500,2600 +BHS,2050,3,2500,2600 +BHS,2050,4,2500,2600 +BHS,2050,5,2500,2600 +BHS,2050,6,2500,2600 +BHS,2050,7,2500,2600 +BHS,2050,8,2500,2700 +BHS,2050,9,2500,2700 +BHS,2050,10,2500,2700 +BHS,2050,11,2500,2700 +BHS,2050,12,2600,2700 +BHS,2050,13,2600,2700 +BHS,2050,14,2600,2700 +BHS,2050,15,2600,2800 +BHS,2050,16,2700,2800 +BHS,2050,17,2700,2800 +BHS,2050,18,2700,2900 +BIH,1990,0,32269,34355 +BIH,1990,1,33288,35334 +BIH,1990,2,34079,36097 +BIH,1990,3,34667,36670 +BIH,1990,4,35079,37080 +BIH,1990,5,35343,37351 +BIH,1990,6,35484,37509 +BIH,1990,7,35530,37579 +BIH,1990,8,35508,37588 +BIH,1990,9,35444,37559 +BIH,1990,10,35312,37467 +BIH,1990,11,35085,37282 +BIH,1990,12,35056,37297 +BIH,1990,13,35361,37644 +BIH,1990,14,35864,38188 +BIH,1990,15,36339,38707 +BIH,1990,16,36879,39295 +BIH,1990,17,37179,39625 +BIH,1990,18,37078,39528 +BIH,1991,0,30478,32456 +BIH,1991,1,31567,33586 +BIH,1991,2,32465,34454 +BIH,1991,3,33145,35114 +BIH,1991,4,33636,35592 +BIH,1991,5,33963,35913 +BIH,1991,6,34151,36101 +BIH,1991,7,34223,36177 +BIH,1991,8,34224,36191 +BIH,1991,9,34187,36179 +BIH,1991,10,34131,36154 +BIH,1991,11,34009,36066 +BIH,1991,12,33801,35892 +BIH,1991,13,33783,35900 +BIH,1991,14,34082,36207 +BIH,1991,15,34569,36690 +BIH,1991,16,35033,37156 +BIH,1991,17,35566,37697 +BIH,1991,18,35855,37977 +BIH,1992,0,28122,29884 +BIH,1992,1,29711,31506 +BIH,1992,2,30624,32530 +BIH,1992,3,31393,33282 +BIH,1992,4,31958,33832 +BIH,1992,5,32347,34209 +BIH,1992,6,32586,34440 +BIH,1992,7,32697,34543 +BIH,1992,8,32699,34535 +BIH,1992,9,32654,34492 +BIH,1992,10,32604,34461 +BIH,1992,11,32554,34440 +BIH,1992,12,32445,34357 +BIH,1992,13,32257,34196 +BIH,1992,14,32251,34196 +BIH,1992,15,32541,34460 +BIH,1992,16,33007,34879 +BIH,1992,17,33458,35287 +BIH,1992,18,33980,35776 +BIH,1993,0,25672,27186 +BIH,1993,1,27410,29001 +BIH,1993,2,28776,30428 +BIH,1993,3,29591,31370 +BIH,1993,4,30230,32003 +BIH,1993,5,30679,32443 +BIH,1993,6,30966,32720 +BIH,1993,7,31118,32860 +BIH,1993,8,31151,32878 +BIH,1993,9,31084,32788 +BIH,1993,10,30994,32689 +BIH,1993,11,30930,32639 +BIH,1993,12,30888,32621 +BIH,1993,13,30791,32543 +BIH,1993,14,30623,32396 +BIH,1993,15,30628,32389 +BIH,1993,16,30909,32609 +BIH,1993,17,31354,32961 +BIH,1993,18,31789,33313 +BIH,1994,0,23708,25036 +BIH,1994,1,25464,26900 +BIH,1994,2,26864,28386 +BIH,1994,3,27944,29531 +BIH,1994,4,28668,30346 +BIH,1994,5,29180,30863 +BIH,1994,6,29515,31196 +BIH,1994,7,29702,31374 +BIH,1994,8,29767,31425 +BIH,1994,9,29724,31359 +BIH,1994,10,29587,31187 +BIH,1994,11,29453,31032 +BIH,1994,12,29375,30962 +BIH,1994,13,29340,30949 +BIH,1994,14,29255,30876 +BIH,1994,15,29107,30741 +BIH,1994,16,29123,30727 +BIH,1994,17,29397,30905 +BIH,1994,18,29822,31193 +BIH,1995,0,22592,23859 +BIH,1995,1,24225,25609 +BIH,1995,2,25553,27030 +BIH,1995,3,26604,28153 +BIH,1995,4,27407,29007 +BIH,1995,5,27989,29622 +BIH,1995,6,28378,30029 +BIH,1995,7,28603,30258 +BIH,1995,8,28690,30338 +BIH,1995,9,28669,30300 +BIH,1995,10,28549,30150 +BIH,1995,11,28342,29893 +BIH,1995,12,28161,29681 +BIH,1995,13,28068,29591 +BIH,1995,14,28041,29581 +BIH,1995,15,27967,29512 +BIH,1995,16,27838,29388 +BIH,1995,17,27865,29367 +BIH,1995,18,28133,29504 +BIH,1996,0,21913,23125 +BIH,1996,1,22527,23760 +BIH,1996,2,23935,25263 +BIH,1996,3,25116,26522 +BIH,1996,4,26084,27553 +BIH,1996,5,26855,28372 +BIH,1996,6,27457,29008 +BIH,1996,7,27915,29490 +BIH,1996,8,28188,29773 +BIH,1996,9,28270,29847 +BIH,1996,10,28209,29766 +BIH,1996,11,28074,29600 +BIH,1996,12,27865,29342 +BIH,1996,13,27678,29122 +BIH,1996,14,27569,29014 +BIH,1996,15,27520,28980 +BIH,1996,16,27426,28889 +BIH,1996,17,27279,28744 +BIH,1996,18,27282,28697 +BIH,1997,0,22122,23403 +BIH,1997,1,22881,24195 +BIH,1997,2,22641,23883 +BIH,1997,3,23841,25158 +BIH,1997,4,24885,26269 +BIH,1997,5,25779,27219 +BIH,1997,6,26525,28011 +BIH,1997,7,27150,28673 +BIH,1997,8,27680,29234 +BIH,1997,9,28004,29572 +BIH,1997,10,28080,29640 +BIH,1997,11,27980,29517 +BIH,1997,12,27830,29333 +BIH,1997,13,27617,29072 +BIH,1997,14,27421,28843 +BIH,1997,15,27297,28717 +BIH,1997,16,27226,28659 +BIH,1997,17,27111,28544 +BIH,1997,18,26944,28377 +BIH,1998,0,22747,24160 +BIH,1998,1,22962,24347 +BIH,1998,2,23271,24642 +BIH,1998,3,22897,24179 +BIH,1998,4,23895,25235 +BIH,1998,5,24810,26206 +BIH,1998,6,25635,27082 +BIH,1998,7,26361,27853 +BIH,1998,8,27014,28546 +BIH,1998,9,27618,29190 +BIH,1998,10,27995,29586 +BIH,1998,11,28066,29649 +BIH,1998,12,27926,29482 +BIH,1998,13,27759,29280 +BIH,1998,14,27542,29013 +BIH,1998,15,27336,28772 +BIH,1998,16,27195,28628 +BIH,1998,17,27102,28545 +BIH,1998,18,26966,28406 +BIH,1999,0,23115,24641 +BIH,1999,1,22956,24409 +BIH,1999,2,22998,24403 +BIH,1999,3,23211,24590 +BIH,1999,4,23231,24566 +BIH,1999,5,24029,25405 +BIH,1999,6,24817,26238 +BIH,1999,7,25575,27042 +BIH,1999,8,26283,27795 +BIH,1999,9,26966,28522 +BIH,1999,10,27648,29252 +BIH,1999,11,28079,29708 +BIH,1999,12,28145,29766 +BIH,1999,13,27965,29554 +BIH,1999,14,27780,29333 +BIH,1999,15,27558,29059 +BIH,1999,16,27341,28807 +BIH,1999,17,27182,28642 +BIH,1999,18,27067,28534 +BIH,2000,0,22751,24308 +BIH,2000,1,22524,23997 +BIH,2000,2,22528,23945 +BIH,2000,3,22730,24116 +BIH,2000,4,23096,24474 +BIH,2000,5,23593,24980 +BIH,2000,6,24188,25599 +BIH,2000,7,24849,26293 +BIH,2000,8,25540,27026 +BIH,2000,9,26231,27760 +BIH,2000,10,26944,28523 +BIH,2000,11,27706,29340 +BIH,2000,12,28192,29857 +BIH,2000,13,28254,29910 +BIH,2000,14,28032,29653 +BIH,2000,15,27829,29412 +BIH,2000,16,27601,29131 +BIH,2000,17,27374,28866 +BIH,2000,18,27197,28682 +BIH,2001,0,21202,22655 +BIH,2001,1,22416,23938 +BIH,2001,2,22402,23864 +BIH,2001,3,22539,23961 +BIH,2001,4,22808,24207 +BIH,2001,5,23188,24579 +BIH,2001,6,23646,25042 +BIH,2001,7,24149,25558 +BIH,2001,8,24743,26177 +BIH,2001,9,25432,26908 +BIH,2001,10,26159,27683 +BIH,2001,11,26883,28457 +BIH,2001,12,27641,29270 +BIH,2001,13,28125,29784 +BIH,2001,14,28184,29833 +BIH,2001,15,27959,29572 +BIH,2001,16,27754,29327 +BIH,2001,17,27523,29043 +BIH,2001,18,27293,28775 +BIH,2002,0,18925,20193 +BIH,2002,1,19712,21002 +BIH,2002,2,22125,23615 +BIH,2002,3,22324,23778 +BIH,2002,4,22594,24024 +BIH,2002,5,22930,24345 +BIH,2002,6,23325,24733 +BIH,2002,7,23745,25153 +BIH,2002,8,24157,25567 +BIH,2002,9,24685,26113 +BIH,2002,10,25374,26843 +BIH,2002,11,26139,27660 +BIH,2002,12,26875,28447 +BIH,2002,13,27632,29259 +BIH,2002,14,28113,29770 +BIH,2002,15,28169,29816 +BIH,2002,16,27941,29551 +BIH,2002,17,27733,29301 +BIH,2002,18,27498,29013 +BIH,2003,0,16426,17476 +BIH,2003,1,17983,19141 +BIH,2003,2,19354,20600 +BIH,2003,3,21858,23316 +BIH,2003,4,22269,23716 +BIH,2003,5,22673,24111 +BIH,2003,6,23077,24507 +BIH,2003,7,23486,24913 +BIH,2003,8,23868,25290 +BIH,2003,9,24190,25602 +BIH,2003,10,24654,26075 +BIH,2003,11,25343,26805 +BIH,2003,12,26147,27665 +BIH,2003,13,26895,28466 +BIH,2003,14,27651,29277 +BIH,2003,15,28130,29786 +BIH,2003,16,28184,29828 +BIH,2003,17,27953,29558 +BIH,2003,18,27741,29305 +BIH,2004,0,14446,15319 +BIH,2004,1,16533,17576 +BIH,2004,2,18306,19485 +BIH,2004,3,19795,21079 +BIH,2004,4,21584,23007 +BIH,2004,5,22207,23645 +BIH,2004,6,22746,24190 +BIH,2004,7,23217,24662 +BIH,2004,8,23642,25083 +BIH,2004,9,23986,25417 +BIH,2004,10,24217,25627 +BIH,2004,11,24615,26028 +BIH,2004,12,25304,26757 +BIH,2004,13,26147,27661 +BIH,2004,14,26907,28474 +BIH,2004,15,27662,29284 +BIH,2004,16,28140,29790 +BIH,2004,17,28191,29829 +BIH,2004,18,27956,29555 +BIH,2005,0,13502,14287 +BIH,2005,1,15647,16619 +BIH,2005,2,17466,18588 +BIH,2005,3,18990,20229 +BIH,2005,4,20253,21578 +BIH,2005,5,21286,22672 +BIH,2005,6,22123,23547 +BIH,2005,7,22794,24240 +BIH,2005,8,23333,24787 +BIH,2005,9,23772,25225 +BIH,2005,10,24078,25516 +BIH,2005,11,24218,25624 +BIH,2005,12,24550,25950 +BIH,2005,13,25239,26678 +BIH,2005,14,26119,27624 +BIH,2005,15,26891,28450 +BIH,2005,16,27644,29257 +BIH,2005,17,28120,29761 +BIH,2005,18,28168,29796 +BIH,2006,0,13911,14731 +BIH,2006,1,13975,14805 +BIH,2006,2,15811,16800 +BIH,2006,3,17439,18562 +BIH,2006,4,18872,20104 +BIH,2006,5,20122,21440 +BIH,2006,6,21222,22607 +BIH,2006,7,22205,23644 +BIH,2006,8,22977,24447 +BIH,2006,9,23509,24985 +BIH,2006,10,23876,25342 +BIH,2006,11,24150,25595 +BIH,2006,12,24276,25687 +BIH,2006,13,24596,25997 +BIH,2006,14,25272,26710 +BIH,2006,15,26142,27643 +BIH,2006,16,26902,28455 +BIH,2006,17,27643,29248 +BIH,2006,18,28109,29739 +BIH,2007,0,15327,16270 +BIH,2007,1,15936,16945 +BIH,2007,2,14417,15287 +BIH,2007,3,15936,16936 +BIH,2007,4,17369,18484 +BIH,2007,5,18706,19922 +BIH,2007,6,19941,21242 +BIH,2007,7,21105,22480 +BIH,2007,8,22233,23675 +BIH,2007,9,23105,24588 +BIH,2007,10,23629,25116 +BIH,2007,11,23922,25390 +BIH,2007,12,24163,25605 +BIH,2007,13,24275,25680 +BIH,2007,14,24581,25973 +BIH,2007,15,25244,26669 +BIH,2007,16,26101,27586 +BIH,2007,17,26847,28382 +BIH,2007,18,27574,29157 +BIH,2008,0,17202,18303 +BIH,2008,1,16621,17686 +BIH,2008,2,16391,17444 +BIH,2008,3,14826,15731 +BIH,2008,4,16023,17029 +BIH,2008,5,17257,18359 +BIH,2008,6,18496,19689 +BIH,2008,7,19711,20988 +BIH,2008,8,20937,22294 +BIH,2008,9,22208,23646 +BIH,2008,10,23178,24665 +BIH,2008,11,23692,25182 +BIH,2008,12,23911,25372 +BIH,2008,13,24117,25549 +BIH,2008,14,24216,25606 +BIH,2008,15,24507,25882 +BIH,2008,16,25155,26560 +BIH,2008,17,25996,27458 +BIH,2008,18,26728,28235 +BIH,2009,0,18737,19958 +BIH,2009,1,17227,18334 +BIH,2009,2,16283,17319 +BIH,2009,3,15839,16843 +BIH,2009,4,15202,16139 +BIH,2009,5,16077,17085 +BIH,2009,6,17108,18195 +BIH,2009,7,18246,19415 +BIH,2009,8,19441,20691 +BIH,2009,9,20726,22062 +BIH,2009,10,22136,23567 +BIH,2009,11,23202,24690 +BIH,2009,12,23706,25194 +BIH,2009,13,23850,25301 +BIH,2009,14,24022,25439 +BIH,2009,15,24106,25479 +BIH,2009,16,24382,25735 +BIH,2009,17,25013,26394 +BIH,2009,18,25838,27272 +BIH,2010,0,19363,20616 +BIH,2010,1,17487,18598 +BIH,2010,2,16236,17254 +BIH,2010,3,15541,16508 +BIH,2010,4,15332,16285 +BIH,2010,5,15539,16508 +BIH,2010,6,16092,17101 +BIH,2010,7,16921,17990 +BIH,2010,8,17956,19097 +BIH,2010,9,19126,20348 +BIH,2010,10,20467,21780 +BIH,2010,11,22012,23433 +BIH,2010,12,23171,24657 +BIH,2010,13,23663,25147 +BIH,2010,14,23732,25172 +BIH,2010,15,23870,25270 +BIH,2010,16,23940,25293 +BIH,2010,17,24200,25531 +BIH,2010,18,24813,26168 +BIH,2011,0,19060,20244 +BIH,2011,1,19194,20406 +BIH,2011,2,17676,18765 +BIH,2011,3,16621,17622 +BIH,2011,4,15990,16934 +BIH,2011,5,15742,16657 +BIH,2011,6,15796,16704 +BIH,2011,7,16073,16986 +BIH,2011,8,16726,17682 +BIH,2011,9,17792,18837 +BIH,2011,10,19112,20275 +BIH,2011,11,20543,21828 +BIH,2011,12,22170,23595 +BIH,2011,13,23315,24822 +BIH,2011,14,23642,25137 +BIH,2011,15,23455,24878 +BIH,2011,16,23359,24719 +BIH,2011,17,23193,24481 +BIH,2011,18,23285,24534 +BIH,2012,0,17894,18925 +BIH,2012,1,17156,18166 +BIH,2012,2,18995,20167 +BIH,2012,3,17837,18905 +BIH,2012,4,16981,17965 +BIH,2012,5,16415,17336 +BIH,2012,6,16127,17006 +BIH,2012,7,16028,16876 +BIH,2012,8,16029,16846 +BIH,2012,9,16505,17349 +BIH,2012,10,17600,18551 +BIH,2012,11,19069,20174 +BIH,2012,12,20587,21846 +BIH,2012,13,22294,23725 +BIH,2012,14,23423,24952 +BIH,2012,15,23584,25091 +BIH,2012,16,23140,24549 +BIH,2012,17,22811,24133 +BIH,2012,18,22408,23634 +BIH,2013,0,16214,17054 +BIH,2013,1,16593,17519 +BIH,2013,2,16866,17848 +BIH,2013,3,18777,19908 +BIH,2013,4,17981,19027 +BIH,2013,5,17323,18291 +BIH,2013,6,16822,17721 +BIH,2013,7,16495,17338 +BIH,2013,8,16243,17032 +BIH,2013,9,15969,16691 +BIH,2013,10,16268,17000 +BIH,2013,11,17390,18246 +BIH,2013,12,19005,20053 +BIH,2013,13,20610,21842 +BIH,2013,14,22394,23831 +BIH,2013,15,23507,25059 +BIH,2013,16,23502,25021 +BIH,2013,17,22802,24196 +BIH,2013,18,22239,23524 +BIH,2014,0,14556,15229 +BIH,2014,1,15936,16787 +BIH,2014,2,16916,17884 +BIH,2014,3,17554,18588 +BIH,2014,4,18560,19652 +BIH,2014,5,18124,19150 +BIH,2014,6,17665,18617 +BIH,2014,7,17229,18106 +BIH,2014,8,16863,17671 +BIH,2014,9,16459,17189 +BIH,2014,10,15909,16536 +BIH,2014,11,16031,16652 +BIH,2014,12,17182,17944 +BIH,2014,13,18943,19934 +BIH,2014,14,20633,21840 +BIH,2014,15,22496,23938 +BIH,2014,16,23593,25166 +BIH,2014,17,23422,24952 +BIH,2014,18,22466,23846 +BIH,2015,0,13314,13894 +BIH,2015,1,15304,16108 +BIH,2015,2,16729,17682 +BIH,2015,3,17665,18703 +BIH,2015,4,18188,19256 +BIH,2015,5,18374,19428 +BIH,2015,6,18299,19305 +BIH,2015,7,18037,18974 +BIH,2015,8,17666,18521 +BIH,2015,9,17260,18033 +BIH,2015,10,16702,17374 +BIH,2015,11,15876,16409 +BIH,2015,12,15822,16332 +BIH,2015,13,17002,17671 +BIH,2015,14,18913,19848 +BIH,2015,15,20692,21874 +BIH,2015,16,22635,24085 +BIH,2015,17,23717,25315 +BIH,2015,18,23380,24925 +BIH,2016,0,12494,13066 +BIH,2016,1,13520,14150 +BIH,2016,2,15227,16041 +BIH,2016,3,16481,17418 +BIH,2016,4,17338,18346 +BIH,2016,5,17855,18889 +BIH,2016,6,18106,19134 +BIH,2016,7,18169,19167 +BIH,2016,8,18002,18944 +BIH,2016,9,17624,18485 +BIH,2016,10,17149,17920 +BIH,2016,11,16558,17225 +BIH,2016,12,15717,16247 +BIH,2016,13,15637,16144 +BIH,2016,14,16777,17440 +BIH,2016,15,18638,19565 +BIH,2016,16,20368,21540 +BIH,2016,17,22262,23700 +BIH,2016,18,23304,24887 +BIH,2017,0,12054,12688 +BIH,2017,1,13920,14716 +BIH,2017,2,13748,14428 +BIH,2017,3,15178,16000 +BIH,2017,4,16264,17183 +BIH,2017,5,17044,18021 +BIH,2017,6,17554,18555 +BIH,2017,7,17871,18874 +BIH,2017,8,18071,19062 +BIH,2017,9,17999,18945 +BIH,2017,10,17613,18479 +BIH,2017,11,17069,17837 +BIH,2017,12,16444,17106 +BIH,2017,13,15586,16112 +BIH,2017,14,15481,15983 +BIH,2017,15,16582,17239 +BIH,2017,16,18397,19316 +BIH,2017,17,20082,21243 +BIH,2017,18,21930,23355 +BIH,2018,0,11912,12644 +BIH,2018,1,13287,14104 +BIH,2018,2,14397,15274 +BIH,2018,3,14003,14735 +BIH,2018,4,15159,15991 +BIH,2018,5,16079,16983 +BIH,2018,6,16783,17732 +BIH,2018,7,17289,18259 +BIH,2018,8,17673,18651 +BIH,2018,9,18010,18994 +BIH,2018,10,18031,18983 +BIH,2018,11,17638,18509 +BIH,2018,12,17023,17790 +BIH,2018,13,16363,17021 +BIH,2018,14,15487,16009 +BIH,2018,15,15356,15853 +BIH,2018,16,16420,17072 +BIH,2018,17,18193,19105 +BIH,2018,18,19837,20989 +BIH,2019,0,12000,13000 +BIH,2019,1,13000,14000 +BIH,2019,2,14000,14000 +BIH,2019,3,14000,15000 +BIH,2019,4,14000,15000 +BIH,2019,5,15000,16000 +BIH,2019,6,16000,17000 +BIH,2019,7,17000,17000 +BIH,2019,8,17000,18000 +BIH,2019,9,18000,18000 +BIH,2019,10,18000,19000 +BIH,2019,11,18000,19000 +BIH,2019,12,18000,19000 +BIH,2019,13,17000,18000 +BIH,2019,14,16000,17000 +BIH,2019,15,15000,16000 +BIH,2019,16,15000,16000 +BIH,2019,17,16000,17000 +BIH,2019,18,18000,19000 +BIH,2020,0,12000,13000 +BIH,2020,1,12000,13000 +BIH,2020,2,13000,14000 +BIH,2020,3,13000,14000 +BIH,2020,4,14000,15000 +BIH,2020,5,15000,15000 +BIH,2020,6,15000,16000 +BIH,2020,7,16000,17000 +BIH,2020,8,16000,17000 +BIH,2020,9,17000,18000 +BIH,2020,10,17000,18000 +BIH,2020,11,18000,19000 +BIH,2020,12,18000,19000 +BIH,2020,13,18000,19000 +BIH,2020,14,17000,18000 +BIH,2020,15,16000,17000 +BIH,2020,16,15000,16000 +BIH,2020,17,15000,16000 +BIH,2020,18,16000,17000 +BIH,2021,0,12000,13000 +BIH,2021,1,12000,13000 +BIH,2021,2,12000,13000 +BIH,2021,3,13000,14000 +BIH,2021,4,13000,14000 +BIH,2021,5,14000,15000 +BIH,2021,6,15000,15000 +BIH,2021,7,15000,16000 +BIH,2021,8,16000,17000 +BIH,2021,9,16000,17000 +BIH,2021,10,17000,18000 +BIH,2021,11,17000,18000 +BIH,2021,12,18000,19000 +BIH,2021,13,18000,19000 +BIH,2021,14,18000,19000 +BIH,2021,15,17000,18000 +BIH,2021,16,16000,17000 +BIH,2021,17,15000,16000 +BIH,2021,18,15000,16000 +BIH,2022,0,12000,13000 +BIH,2022,1,12000,13000 +BIH,2022,2,12000,13000 +BIH,2022,3,12000,13000 +BIH,2022,4,13000,14000 +BIH,2022,5,13000,14000 +BIH,2022,6,14000,15000 +BIH,2022,7,15000,15000 +BIH,2022,8,15000,16000 +BIH,2022,9,16000,17000 +BIH,2022,10,16000,17000 +BIH,2022,11,17000,18000 +BIH,2022,12,17000,18000 +BIH,2022,13,18000,19000 +BIH,2022,14,18000,19000 +BIH,2022,15,18000,19000 +BIH,2022,16,17000,18000 +BIH,2022,17,16000,17000 +BIH,2022,18,15000,16000 +BIH,2023,0,12000,13000 +BIH,2023,1,12000,12000 +BIH,2023,2,12000,12000 +BIH,2023,3,12000,13000 +BIH,2023,4,12000,13000 +BIH,2023,5,13000,14000 +BIH,2023,6,13000,14000 +BIH,2023,7,14000,15000 +BIH,2023,8,15000,15000 +BIH,2023,9,15000,16000 +BIH,2023,10,16000,17000 +BIH,2023,11,16000,17000 +BIH,2023,12,17000,18000 +BIH,2023,13,17000,18000 +BIH,2023,14,18000,19000 +BIH,2023,15,18000,19000 +BIH,2023,16,18000,19000 +BIH,2023,17,17000,18000 +BIH,2023,18,16000,17000 +BIH,2024,0,12000,13000 +BIH,2024,1,12000,12000 +BIH,2024,2,12000,12000 +BIH,2024,3,12000,12000 +BIH,2024,4,12000,13000 +BIH,2024,5,12000,13000 +BIH,2024,6,13000,14000 +BIH,2024,7,13000,14000 +BIH,2024,8,14000,15000 +BIH,2024,9,15000,15000 +BIH,2024,10,15000,16000 +BIH,2024,11,16000,17000 +BIH,2024,12,16000,17000 +BIH,2024,13,17000,18000 +BIH,2024,14,17000,18000 +BIH,2024,15,18000,19000 +BIH,2024,16,18000,19000 +BIH,2024,17,18000,19000 +BIH,2024,18,17000,18000 +BIH,2025,0,12000,13000 +BIH,2025,1,12000,12000 +BIH,2025,2,12000,12000 +BIH,2025,3,12000,12000 +BIH,2025,4,12000,12000 +BIH,2025,5,12000,13000 +BIH,2025,6,12000,13000 +BIH,2025,7,13000,14000 +BIH,2025,8,13000,14000 +BIH,2025,9,14000,15000 +BIH,2025,10,15000,15000 +BIH,2025,11,15000,16000 +BIH,2025,12,16000,17000 +BIH,2025,13,16000,17000 +BIH,2025,14,17000,18000 +BIH,2025,15,17000,18000 +BIH,2025,16,18000,19000 +BIH,2025,17,18000,19000 +BIH,2025,18,18000,19000 +BIH,2026,0,12000,12000 +BIH,2026,1,12000,12000 +BIH,2026,2,12000,12000 +BIH,2026,3,12000,12000 +BIH,2026,4,12000,12000 +BIH,2026,5,12000,12000 +BIH,2026,6,12000,13000 +BIH,2026,7,12000,13000 +BIH,2026,8,13000,14000 +BIH,2026,9,13000,14000 +BIH,2026,10,14000,15000 +BIH,2026,11,15000,15000 +BIH,2026,12,15000,16000 +BIH,2026,13,16000,17000 +BIH,2026,14,16000,17000 +BIH,2026,15,17000,18000 +BIH,2026,16,17000,18000 +BIH,2026,17,18000,19000 +BIH,2026,18,18000,19000 +BIH,2027,0,12000,12000 +BIH,2027,1,11000,12000 +BIH,2027,2,12000,12000 +BIH,2027,3,12000,12000 +BIH,2027,4,12000,12000 +BIH,2027,5,12000,12000 +BIH,2027,6,12000,13000 +BIH,2027,7,12000,13000 +BIH,2027,8,12000,13000 +BIH,2027,9,13000,14000 +BIH,2027,10,13000,14000 +BIH,2027,11,14000,15000 +BIH,2027,12,15000,15000 +BIH,2027,13,15000,16000 +BIH,2027,14,16000,17000 +BIH,2027,15,16000,17000 +BIH,2027,16,17000,18000 +BIH,2027,17,17000,18000 +BIH,2027,18,18000,19000 +BIH,2028,0,11000,12000 +BIH,2028,1,11000,12000 +BIH,2028,2,11000,12000 +BIH,2028,3,12000,12000 +BIH,2028,4,12000,12000 +BIH,2028,5,12000,12000 +BIH,2028,6,12000,12000 +BIH,2028,7,12000,13000 +BIH,2028,8,12000,13000 +BIH,2028,9,12000,13000 +BIH,2028,10,13000,14000 +BIH,2028,11,13000,14000 +BIH,2028,12,14000,15000 +BIH,2028,13,15000,15000 +BIH,2028,14,15000,16000 +BIH,2028,15,16000,17000 +BIH,2028,16,16000,17000 +BIH,2028,17,17000,18000 +BIH,2028,18,17000,18000 +BIH,2029,0,11000,12000 +BIH,2029,1,11000,12000 +BIH,2029,2,11000,12000 +BIH,2029,3,11000,12000 +BIH,2029,4,12000,12000 +BIH,2029,5,12000,12000 +BIH,2029,6,12000,12000 +BIH,2029,7,12000,12000 +BIH,2029,8,12000,13000 +BIH,2029,9,12000,13000 +BIH,2029,10,12000,13000 +BIH,2029,11,13000,14000 +BIH,2029,12,13000,14000 +BIH,2029,13,14000,15000 +BIH,2029,14,15000,15000 +BIH,2029,15,15000,16000 +BIH,2029,16,16000,17000 +BIH,2029,17,16000,17000 +BIH,2029,18,17000,18000 +BIH,2030,0,11000,11000 +BIH,2030,1,11000,12000 +BIH,2030,2,11000,12000 +BIH,2030,3,11000,12000 +BIH,2030,4,11000,12000 +BIH,2030,5,11000,12000 +BIH,2030,6,12000,12000 +BIH,2030,7,12000,12000 +BIH,2030,8,12000,12000 +BIH,2030,9,12000,13000 +BIH,2030,10,12000,13000 +BIH,2030,11,12000,13000 +BIH,2030,12,13000,14000 +BIH,2030,13,13000,14000 +BIH,2030,14,14000,15000 +BIH,2030,15,15000,15000 +BIH,2030,16,15000,16000 +BIH,2030,17,16000,17000 +BIH,2030,18,16000,17000 +BIH,2031,0,11000,11000 +BIH,2031,1,11000,11000 +BIH,2031,2,11000,12000 +BIH,2031,3,11000,12000 +BIH,2031,4,11000,12000 +BIH,2031,5,11000,12000 +BIH,2031,6,11000,12000 +BIH,2031,7,12000,12000 +BIH,2031,8,12000,12000 +BIH,2031,9,12000,12000 +BIH,2031,10,12000,13000 +BIH,2031,11,12000,13000 +BIH,2031,12,12000,13000 +BIH,2031,13,13000,14000 +BIH,2031,14,13000,14000 +BIH,2031,15,14000,15000 +BIH,2031,16,15000,15000 +BIH,2031,17,15000,16000 +BIH,2031,18,16000,17000 +BIH,2032,0,11000,11000 +BIH,2032,1,11000,11000 +BIH,2032,2,11000,11000 +BIH,2032,3,11000,12000 +BIH,2032,4,11000,12000 +BIH,2032,5,11000,12000 +BIH,2032,6,11000,12000 +BIH,2032,7,11000,12000 +BIH,2032,8,12000,12000 +BIH,2032,9,12000,12000 +BIH,2032,10,12000,12000 +BIH,2032,11,12000,13000 +BIH,2032,12,12000,13000 +BIH,2032,13,12000,13000 +BIH,2032,14,13000,14000 +BIH,2032,15,13000,14000 +BIH,2032,16,14000,15000 +BIH,2032,17,15000,15000 +BIH,2032,18,15000,16000 +BIH,2033,0,11000,11000 +BIH,2033,1,11000,11000 +BIH,2033,2,11000,12000 +BIH,2033,3,11000,12000 +BIH,2033,4,11000,12000 +BIH,2033,5,11000,12000 +BIH,2033,6,11000,12000 +BIH,2033,7,11000,12000 +BIH,2033,8,11000,12000 +BIH,2033,9,12000,12000 +BIH,2033,10,12000,12000 +BIH,2033,11,12000,12000 +BIH,2033,12,12000,13000 +BIH,2033,13,12000,13000 +BIH,2033,14,12000,13000 +BIH,2033,15,13000,14000 +BIH,2033,16,13000,14000 +BIH,2033,17,14000,15000 +BIH,2033,18,15000,15000 +BIH,2034,0,11000,11000 +BIH,2034,1,11000,11000 +BIH,2034,2,11000,11000 +BIH,2034,3,11000,12000 +BIH,2034,4,11000,12000 +BIH,2034,5,11000,12000 +BIH,2034,6,11000,12000 +BIH,2034,7,11000,12000 +BIH,2034,8,11000,12000 +BIH,2034,9,11000,12000 +BIH,2034,10,12000,12000 +BIH,2034,11,12000,12000 +BIH,2034,12,12000,12000 +BIH,2034,13,12000,13000 +BIH,2034,14,12000,13000 +BIH,2034,15,12000,13000 +BIH,2034,16,13000,14000 +BIH,2034,17,13000,14000 +BIH,2034,18,14000,15000 +BIH,2035,0,11000,11000 +BIH,2035,1,11000,11000 +BIH,2035,2,11000,11000 +BIH,2035,3,11000,11000 +BIH,2035,4,11000,11000 +BIH,2035,5,11000,12000 +BIH,2035,6,11000,12000 +BIH,2035,7,11000,12000 +BIH,2035,8,11000,12000 +BIH,2035,9,11000,12000 +BIH,2035,10,11000,12000 +BIH,2035,11,12000,12000 +BIH,2035,12,12000,12000 +BIH,2035,13,12000,12000 +BIH,2035,14,12000,13000 +BIH,2035,15,12000,13000 +BIH,2035,16,12000,13000 +BIH,2035,17,13000,14000 +BIH,2035,18,13000,14000 +BIH,2036,0,11000,11000 +BIH,2036,1,11000,11000 +BIH,2036,2,11000,11000 +BIH,2036,3,11000,11000 +BIH,2036,4,11000,11000 +BIH,2036,5,11000,11000 +BIH,2036,6,11000,12000 +BIH,2036,7,11000,12000 +BIH,2036,8,11000,12000 +BIH,2036,9,11000,12000 +BIH,2036,10,11000,12000 +BIH,2036,11,11000,12000 +BIH,2036,12,12000,12000 +BIH,2036,13,12000,12000 +BIH,2036,14,12000,12000 +BIH,2036,15,12000,13000 +BIH,2036,16,12000,13000 +BIH,2036,17,12000,13000 +BIH,2036,18,13000,14000 +BIH,2037,0,11000,11000 +BIH,2037,1,11000,11000 +BIH,2037,2,11000,11000 +BIH,2037,3,11000,11000 +BIH,2037,4,11000,11000 +BIH,2037,5,11000,11000 +BIH,2037,6,11000,11000 +BIH,2037,7,11000,12000 +BIH,2037,8,11000,12000 +BIH,2037,9,11000,12000 +BIH,2037,10,11000,12000 +BIH,2037,11,11000,12000 +BIH,2037,12,11000,12000 +BIH,2037,13,12000,12000 +BIH,2037,14,12000,12000 +BIH,2037,15,12000,12000 +BIH,2037,16,12000,13000 +BIH,2037,17,12000,13000 +BIH,2037,18,12000,13000 +BIH,2038,0,11000,11000 +BIH,2038,1,11000,11000 +BIH,2038,2,11000,11000 +BIH,2038,3,11000,11000 +BIH,2038,4,11000,11000 +BIH,2038,5,11000,11000 +BIH,2038,6,11000,11000 +BIH,2038,7,11000,11000 +BIH,2038,8,11000,12000 +BIH,2038,9,11000,12000 +BIH,2038,10,11000,12000 +BIH,2038,11,11000,12000 +BIH,2038,12,11000,12000 +BIH,2038,13,11000,12000 +BIH,2038,14,12000,12000 +BIH,2038,15,12000,12000 +BIH,2038,16,12000,12000 +BIH,2038,17,12000,13000 +BIH,2038,18,12000,13000 +BIH,2039,0,11000,11000 +BIH,2039,1,11000,11000 +BIH,2039,2,11000,11000 +BIH,2039,3,11000,11000 +BIH,2039,4,11000,11000 +BIH,2039,5,11000,11000 +BIH,2039,6,11000,11000 +BIH,2039,7,11000,11000 +BIH,2039,8,11000,11000 +BIH,2039,9,11000,12000 +BIH,2039,10,11000,12000 +BIH,2039,11,11000,12000 +BIH,2039,12,11000,12000 +BIH,2039,13,11000,12000 +BIH,2039,14,11000,12000 +BIH,2039,15,12000,12000 +BIH,2039,16,12000,12000 +BIH,2039,17,12000,12000 +BIH,2039,18,12000,13000 +BIH,2040,0,11000,11000 +BIH,2040,1,11000,11000 +BIH,2040,2,11000,11000 +BIH,2040,3,11000,11000 +BIH,2040,4,11000,11000 +BIH,2040,5,11000,11000 +BIH,2040,6,11000,11000 +BIH,2040,7,11000,11000 +BIH,2040,8,11000,11000 +BIH,2040,9,11000,11000 +BIH,2040,10,11000,12000 +BIH,2040,11,11000,12000 +BIH,2040,12,11000,12000 +BIH,2040,13,11000,12000 +BIH,2040,14,11000,12000 +BIH,2040,15,11000,12000 +BIH,2040,16,12000,12000 +BIH,2040,17,12000,12000 +BIH,2040,18,12000,12000 +BIH,2041,0,11000,11000 +BIH,2041,1,11000,11000 +BIH,2041,2,11000,11000 +BIH,2041,3,11000,11000 +BIH,2041,4,11000,11000 +BIH,2041,5,11000,11000 +BIH,2041,6,11000,11000 +BIH,2041,7,11000,11000 +BIH,2041,8,11000,11000 +BIH,2041,9,11000,11000 +BIH,2041,10,11000,11000 +BIH,2041,11,11000,12000 +BIH,2041,12,11000,12000 +BIH,2041,13,11000,12000 +BIH,2041,14,11000,12000 +BIH,2041,15,11000,12000 +BIH,2041,16,11000,12000 +BIH,2041,17,12000,12000 +BIH,2041,18,12000,12000 +BIH,2042,0,10000,11000 +BIH,2042,1,11000,11000 +BIH,2042,2,11000,11000 +BIH,2042,3,11000,11000 +BIH,2042,4,11000,11000 +BIH,2042,5,11000,11000 +BIH,2042,6,11000,11000 +BIH,2042,7,11000,11000 +BIH,2042,8,11000,11000 +BIH,2042,9,11000,11000 +BIH,2042,10,11000,11000 +BIH,2042,11,11000,11000 +BIH,2042,12,11000,12000 +BIH,2042,13,11000,12000 +BIH,2042,14,11000,12000 +BIH,2042,15,11000,12000 +BIH,2042,16,11000,12000 +BIH,2042,17,11000,12000 +BIH,2042,18,12000,12000 +BIH,2043,0,10000,11000 +BIH,2043,1,10000,11000 +BIH,2043,2,11000,11000 +BIH,2043,3,11000,11000 +BIH,2043,4,11000,11000 +BIH,2043,5,11000,11000 +BIH,2043,6,11000,11000 +BIH,2043,7,11000,11000 +BIH,2043,8,11000,11000 +BIH,2043,9,11000,11000 +BIH,2043,10,11000,11000 +BIH,2043,11,11000,11000 +BIH,2043,12,11000,11000 +BIH,2043,13,11000,12000 +BIH,2043,14,11000,12000 +BIH,2043,15,11000,12000 +BIH,2043,16,11000,12000 +BIH,2043,17,11000,12000 +BIH,2043,18,11000,12000 +BIH,2044,0,10000,11000 +BIH,2044,1,10000,11000 +BIH,2044,2,10000,11000 +BIH,2044,3,11000,11000 +BIH,2044,4,11000,11000 +BIH,2044,5,11000,11000 +BIH,2044,6,11000,11000 +BIH,2044,7,11000,11000 +BIH,2044,8,11000,11000 +BIH,2044,9,11000,11000 +BIH,2044,10,11000,11000 +BIH,2044,11,11000,11000 +BIH,2044,12,11000,11000 +BIH,2044,13,11000,11000 +BIH,2044,14,11000,11000 +BIH,2044,15,11000,12000 +BIH,2044,16,11000,12000 +BIH,2044,17,11000,12000 +BIH,2044,18,11000,12000 +BIH,2045,0,10000,11000 +BIH,2045,1,10000,11000 +BIH,2045,2,10000,11000 +BIH,2045,3,10000,11000 +BIH,2045,4,11000,11000 +BIH,2045,5,11000,11000 +BIH,2045,6,11000,11000 +BIH,2045,7,11000,11000 +BIH,2045,8,11000,11000 +BIH,2045,9,11000,11000 +BIH,2045,10,11000,11000 +BIH,2045,11,11000,11000 +BIH,2045,12,11000,11000 +BIH,2045,13,11000,11000 +BIH,2045,14,11000,11000 +BIH,2045,15,11000,11000 +BIH,2045,16,11000,12000 +BIH,2045,17,11000,12000 +BIH,2045,18,11000,12000 +BIH,2046,0,9900,10000 +BIH,2046,1,10000,11000 +BIH,2046,2,10000,11000 +BIH,2046,3,10000,11000 +BIH,2046,4,10000,11000 +BIH,2046,5,11000,11000 +BIH,2046,6,11000,11000 +BIH,2046,7,11000,11000 +BIH,2046,8,11000,11000 +BIH,2046,9,11000,11000 +BIH,2046,10,11000,11000 +BIH,2046,11,11000,11000 +BIH,2046,12,11000,11000 +BIH,2046,13,11000,11000 +BIH,2046,14,11000,11000 +BIH,2046,15,11000,11000 +BIH,2046,16,11000,11000 +BIH,2046,17,11000,12000 +BIH,2046,18,11000,12000 +BIH,2047,0,9800,10000 +BIH,2047,1,9900,10000 +BIH,2047,2,10000,11000 +BIH,2047,3,10000,11000 +BIH,2047,4,10000,11000 +BIH,2047,5,10000,11000 +BIH,2047,6,11000,11000 +BIH,2047,7,11000,11000 +BIH,2047,8,11000,11000 +BIH,2047,9,11000,11000 +BIH,2047,10,11000,11000 +BIH,2047,11,11000,11000 +BIH,2047,12,11000,11000 +BIH,2047,13,11000,11000 +BIH,2047,14,11000,11000 +BIH,2047,15,11000,11000 +BIH,2047,16,11000,11000 +BIH,2047,17,11000,11000 +BIH,2047,18,11000,12000 +BIH,2048,0,9600,10000 +BIH,2048,1,9800,10000 +BIH,2048,2,9900,10000 +BIH,2048,3,10000,11000 +BIH,2048,4,10000,11000 +BIH,2048,5,10000,11000 +BIH,2048,6,10000,11000 +BIH,2048,7,11000,11000 +BIH,2048,8,11000,11000 +BIH,2048,9,11000,11000 +BIH,2048,10,11000,11000 +BIH,2048,11,11000,11000 +BIH,2048,12,11000,11000 +BIH,2048,13,11000,11000 +BIH,2048,14,11000,11000 +BIH,2048,15,11000,11000 +BIH,2048,16,11000,11000 +BIH,2048,17,11000,11000 +BIH,2048,18,11000,11000 +BIH,2049,0,9400,9800 +BIH,2049,1,9600,10000 +BIH,2049,2,9800,10000 +BIH,2049,3,9900,10000 +BIH,2049,4,10000,11000 +BIH,2049,5,10000,11000 +BIH,2049,6,10000,11000 +BIH,2049,7,10000,11000 +BIH,2049,8,11000,11000 +BIH,2049,9,11000,11000 +BIH,2049,10,11000,11000 +BIH,2049,11,11000,11000 +BIH,2049,12,11000,11000 +BIH,2049,13,11000,11000 +BIH,2049,14,11000,11000 +BIH,2049,15,11000,11000 +BIH,2049,16,11000,11000 +BIH,2049,17,11000,11000 +BIH,2049,18,11000,11000 +BIH,2050,0,9200,9600 +BIH,2050,1,9400,9900 +BIH,2050,2,9600,10000 +BIH,2050,3,9800,10000 +BIH,2050,4,9900,10000 +BIH,2050,5,10000,11000 +BIH,2050,6,10000,11000 +BIH,2050,7,10000,11000 +BIH,2050,8,10000,11000 +BIH,2050,9,11000,11000 +BIH,2050,10,11000,11000 +BIH,2050,11,11000,11000 +BIH,2050,12,11000,11000 +BIH,2050,13,11000,11000 +BIH,2050,14,11000,11000 +BIH,2050,15,11000,11000 +BIH,2050,16,11000,11000 +BIH,2050,17,11000,11000 +BIH,2050,18,11000,11000 +BLR,1990,0,71163,76722 +BLR,1990,1,74825,79563 +BLR,1990,2,77467,81545 +BLR,1990,3,79202,82761 +BLR,1990,4,80142,83307 +BLR,1990,5,80400,83274 +BLR,1990,6,80087,82758 +BLR,1990,7,79317,81851 +BLR,1990,8,78202,80648 +BLR,1990,9,76854,79242 +BLR,1990,10,75207,77571 +BLR,1990,11,73195,75572 +BLR,1990,12,71823,74120 +BLR,1990,13,71557,73621 +BLR,1990,14,71977,73699 +BLR,1990,15,72343,73772 +BLR,1990,16,72986,74193 +BLR,1990,17,72929,73758 +BLR,1990,18,71672,71888 +BLR,1991,0,65965,71116 +BLR,1991,1,71546,76743 +BLR,1991,2,75053,79573 +BLR,1991,3,77592,81544 +BLR,1991,4,79267,82750 +BLR,1991,5,80181,83284 +BLR,1991,6,80444,83240 +BLR,1991,7,80164,82710 +BLR,1991,8,79424,81791 +BLR,1991,9,78318,80578 +BLR,1991,10,76964,79163 +BLR,1991,11,75327,77484 +BLR,1991,12,73345,75481 +BLR,1991,13,71955,74006 +BLR,1991,14,71596,73453 +BLR,1991,15,71880,73462 +BLR,1991,16,72121,73469 +BLR,1991,17,72632,73819 +BLR,1991,18,72500,73347 +BLR,1992,0,59925,64325 +BLR,1992,1,66375,70561 +BLR,1992,2,71909,76736 +BLR,1992,3,75262,79554 +BLR,1992,4,77697,81514 +BLR,1992,5,79311,82709 +BLR,1992,6,80199,83232 +BLR,1992,7,80467,83176 +BLR,1992,8,80220,82632 +BLR,1992,9,79509,81701 +BLR,1992,10,78413,80479 +BLR,1992,11,77054,79056 +BLR,1992,12,75428,77368 +BLR,1992,13,73476,75363 +BLR,1992,14,72068,73865 +BLR,1992,15,71616,73259 +BLR,1992,16,71764,73198 +BLR,1992,17,71879,73139 +BLR,1992,18,72258,73419 +BLR,1993,0,53754,57243 +BLR,1993,1,61278,64945 +BLR,1993,2,67374,71123 +BLR,1993,3,72247,76704 +BLR,1993,4,75444,79510 +BLR,1993,5,77774,81458 +BLR,1993,6,79326,82641 +BLR,1993,7,80188,83154 +BLR,1993,8,80462,83086 +BLR,1993,9,80247,82528 +BLR,1993,10,79567,81585 +BLR,1993,11,78480,80355 +BLR,1993,12,77116,78923 +BLR,1993,13,75501,77228 +BLR,1993,14,73581,75221 +BLR,1993,15,72155,73701 +BLR,1993,16,71611,73042 +BLR,1993,17,71622,72910 +BLR,1993,18,71611,72786 +BLR,1994,0,48387,51067 +BLR,1994,1,56408,59587 +BLR,1994,2,63078,66589 +BLR,1994,3,68503,72198 +BLR,1994,4,72553,76654 +BLR,1994,5,75591,79445 +BLR,1994,6,77816,81381 +BLR,1994,7,79306,82553 +BLR,1994,8,80141,83054 +BLR,1994,9,80419,82975 +BLR,1994,10,80238,82403 +BLR,1994,11,79588,81449 +BLR,1994,12,78512,80210 +BLR,1994,13,77144,78771 +BLR,1994,14,75541,77069 +BLR,1994,15,73652,75060 +BLR,1994,16,72210,73518 +BLR,1994,17,71573,72806 +BLR,1994,18,71448,72605 +BLR,1995,0,44492,46645 +BLR,1995,1,52255,55085 +BLR,1995,2,58899,62208 +BLR,1995,3,64494,68106 +BLR,1995,4,69113,72872 +BLR,1995,5,72827,76597 +BLR,1995,6,75707,79375 +BLR,1995,7,77825,81298 +BLR,1995,8,79252,82459 +BLR,1995,9,80060,82949 +BLR,1995,10,80343,82857 +BLR,1995,11,80195,82272 +BLR,1995,12,79575,81306 +BLR,1995,13,78510,80060 +BLR,1995,14,77139,78613 +BLR,1995,15,75548,76903 +BLR,1995,16,73692,74893 +BLR,1995,17,72234,73330 +BLR,1995,18,71505,72565 +BLR,1996,0,42486,44435 +BLR,1996,1,45560,47850 +BLR,1996,2,52497,55366 +BLR,1996,3,58622,61917 +BLR,1996,4,63954,67535 +BLR,1996,5,68514,72254 +BLR,1996,6,72373,76164 +BLR,1996,7,75603,79358 +BLR,1996,8,77962,81581 +BLR,1996,9,79365,82749 +BLR,1996,10,79989,83070 +BLR,1996,11,80193,82925 +BLR,1996,12,80024,82345 +BLR,1996,13,79368,81365 +BLR,1996,14,78245,80073 +BLR,1996,15,76805,78563 +BLR,1996,16,75154,76798 +BLR,1996,17,73238,74741 +BLR,1996,18,71756,73127 +BLR,1997,0,42029,44052 +BLR,1997,1,46782,49331 +BLR,1997,2,46575,49007 +BLR,1997,3,52676,55591 +BLR,1997,4,58274,61561 +BLR,1997,5,63337,66893 +BLR,1997,6,67832,71560 +BLR,1997,7,71832,75652 +BLR,1997,8,75408,79259 +BLR,1997,9,78006,81779 +BLR,1997,10,79384,82955 +BLR,1997,11,79823,83107 +BLR,1997,12,79948,82907 +BLR,1997,13,79757,82334 +BLR,1997,14,79066,81339 +BLR,1997,15,77886,80004 +BLR,1997,16,76380,78432 +BLR,1997,17,74671,76613 +BLR,1997,18,72696,74511 +BLR,1998,0,42670,44943 +BLR,1998,1,45135,47690 +BLR,1998,2,48068,50868 +BLR,1998,3,47562,50133 +BLR,1998,4,52823,55780 +BLR,1998,5,57891,61166 +BLR,1998,6,62682,66208 +BLR,1998,7,67110,70820 +BLR,1998,8,71248,75091 +BLR,1998,9,75168,79109 +BLR,1998,10,78003,81925 +BLR,1998,11,79354,83107 +BLR,1998,12,79608,83089 +BLR,1998,13,79654,82835 +BLR,1998,14,79441,82269 +BLR,1998,15,78716,81261 +BLR,1998,16,77480,79884 +BLR,1998,17,75909,78251 +BLR,1998,18,74142,76379 +BLR,1999,0,43694,46230 +BLR,1999,1,43996,46572 +BLR,1999,2,45303,47958 +BLR,1999,3,47458,50222 +BLR,1999,4,48547,51243 +BLR,1999,5,52970,55951 +BLR,1999,6,57508,60752 +BLR,1999,7,62026,65503 +BLR,1999,8,66387,70058 +BLR,1999,9,70664,74507 +BLR,1999,10,74928,78935 +BLR,1999,11,77999,82045 +BLR,1999,12,79324,83232 +BLR,1999,13,79393,83046 +BLR,1999,14,79359,82738 +BLR,1999,15,79126,82178 +BLR,1999,16,78365,81158 +BLR,1999,17,77074,79738 +BLR,1999,18,75438,78045 +BLR,2000,0,44564,47255 +BLR,2000,1,43204,45758 +BLR,2000,2,43209,45720 +BLR,2000,3,44393,46938 +BLR,2000,4,46565,49208 +BLR,2000,5,49538,52330 +BLR,2000,6,53124,56099 +BLR,2000,7,57135,60314 +BLR,2000,8,61381,64771 +BLR,2000,9,65676,69269 +BLR,2000,10,70091,73893 +BLR,2000,11,74699,78728 +BLR,2000,12,78007,82131 +BLR,2000,13,79306,83324 +BLR,2000,14,79190,82968 +BLR,2000,15,79077,82607 +BLR,2000,16,78823,82054 +BLR,2000,17,78027,81021 +BLR,2000,18,76680,79560 +BLR,2001,0,45120,47917 +BLR,2001,1,43886,46538 +BLR,2001,2,42988,45543 +BLR,2001,3,43294,45835 +BLR,2001,4,44640,47235 +BLR,2001,5,46861,49566 +BLR,2001,6,49774,52632 +BLR,2001,7,53197,56233 +BLR,2001,8,57060,60297 +BLR,2001,9,61235,64691 +BLR,2001,10,65502,69174 +BLR,2001,11,69842,73728 +BLR,2001,12,74349,78464 +BLR,2001,13,77567,81769 +BLR,2001,14,78795,82873 +BLR,2001,15,78628,82436 +BLR,2001,16,78463,81994 +BLR,2001,17,78154,81358 +BLR,2001,18,77347,80278 +BLR,2002,0,45527,48333 +BLR,2002,1,42642,45191 +BLR,2002,2,43216,45802 +BLR,2002,3,42779,45309 +BLR,2002,4,43384,45929 +BLR,2002,5,44892,47511 +BLR,2002,6,47163,49903 +BLR,2002,7,50017,52912 +BLR,2002,8,53278,56342 +BLR,2002,9,56993,60256 +BLR,2002,10,61097,64584 +BLR,2002,11,65337,69049 +BLR,2002,12,69603,73532 +BLR,2002,13,74009,78167 +BLR,2002,14,77137,81374 +BLR,2002,15,78296,82387 +BLR,2002,16,78077,81870 +BLR,2002,17,77861,81347 +BLR,2002,18,77497,80627 +BLR,2003,0,45905,48666 +BLR,2003,1,42919,45440 +BLR,2003,2,41242,43625 +BLR,2003,3,42556,45062 +BLR,2003,4,42580,45071 +BLR,2003,5,43486,46020 +BLR,2003,6,45157,47784 +BLR,2003,7,47477,50236 +BLR,2003,8,50273,53187 +BLR,2003,9,53372,56447 +BLR,2003,10,56940,60209 +BLR,2003,11,60975,64471 +BLR,2003,12,65190,68918 +BLR,2003,13,69382,73330 +BLR,2003,14,73689,77864 +BLR,2003,15,76727,80971 +BLR,2003,16,77817,81894 +BLR,2003,17,77546,81297 +BLR,2003,18,77279,80694 +BLR,2004,0,46467,49196 +BLR,2004,1,43538,46053 +BLR,2004,2,41706,44090 +BLR,2004,3,40870,43195 +BLR,2004,4,41910,44333 +BLR,2004,5,42395,44844 +BLR,2004,6,43601,46122 +BLR,2004,7,45435,48068 +BLR,2004,8,47806,50580 +BLR,2004,9,50544,53474 +BLR,2004,10,53483,56566 +BLR,2004,11,56906,60176 +BLR,2004,12,60872,64373 +BLR,2004,13,65062,68804 +BLR,2004,14,69182,73145 +BLR,2004,15,73391,77579 +BLR,2004,16,76341,80588 +BLR,2004,17,77362,81421 +BLR,2004,18,77039,80743 +BLR,2005,0,47361,50119 +BLR,2005,1,44474,47031 +BLR,2005,2,42492,44913 +BLR,2005,3,41345,43690 +BLR,2005,4,40964,43287 +BLR,2005,5,41281,43630 +BLR,2005,6,42228,44643 +BLR,2005,7,43735,46251 +BLR,2005,8,45733,48380 +BLR,2005,9,48155,50954 +BLR,2005,10,50837,53793 +BLR,2005,11,53616,56717 +BLR,2005,12,56895,60178 +BLR,2005,13,60794,64313 +BLR,2005,14,64962,68730 +BLR,2005,15,69012,73003 +BLR,2005,16,73125,77339 +BLR,2005,17,75988,80252 +BLR,2005,18,76940,80995 +BLR,2006,0,48457,51263 +BLR,2006,1,46686,49359 +BLR,2006,2,44143,46637 +BLR,2006,3,42386,44760 +BLR,2006,4,41365,43673 +BLR,2006,5,41032,43323 +BLR,2006,6,41316,43631 +BLR,2006,7,42147,44521 +BLR,2006,8,43585,46060 +BLR,2006,9,45624,48242 +BLR,2006,10,48150,50941 +BLR,2006,11,50892,53856 +BLR,2006,12,53707,56830 +BLR,2006,13,57009,60321 +BLR,2006,14,60914,64455 +BLR,2006,15,65073,68848 +BLR,2006,16,69114,73095 +BLR,2006,17,73221,77407 +BLR,2006,18,76051,80269 +BLR,2007,0,49760,52652 +BLR,2007,1,46934,49616 +BLR,2007,2,46051,48653 +BLR,2007,3,43849,46294 +BLR,2007,4,42314,44654 +BLR,2007,5,41419,43702 +BLR,2007,6,41133,43404 +BLR,2007,7,41385,43680 +BLR,2007,8,42102,44447 +BLR,2007,9,43472,45918 +BLR,2007,10,45553,48156 +BLR,2007,11,48185,50982 +BLR,2007,12,50988,53975 +BLR,2007,13,53841,57003 +BLR,2007,14,57170,60528 +BLR,2007,15,61084,64665 +BLR,2007,16,65238,69038 +BLR,2007,17,69273,73266 +BLR,2007,18,73377,77558 +BLR,2008,0,51180,54199 +BLR,2008,1,48441,51240 +BLR,2008,2,46147,48765 +BLR,2008,3,45444,47991 +BLR,2008,4,43580,45992 +BLR,2008,5,42267,44589 +BLR,2008,6,41497,43770 +BLR,2008,7,41259,43524 +BLR,2008,8,41478,43766 +BLR,2008,9,42081,44413 +BLR,2008,10,43384,45817 +BLR,2008,11,45508,48112 +BLR,2008,12,48248,51069 +BLR,2008,13,51114,54142 +BLR,2008,14,54007,57226 +BLR,2008,15,57364,60787 +BLR,2008,16,61290,64932 +BLR,2008,17,65441,69290 +BLR,2008,18,69473,73500 +BLR,2009,0,52599,55788 +BLR,2009,1,50021,52979 +BLR,2009,2,47750,50511 +BLR,2009,3,45801,48399 +BLR,2009,4,44853,47363 +BLR,2009,5,43328,45724 +BLR,2009,6,42237,44556 +BLR,2009,7,41591,43871 +BLR,2009,8,41400,43676 +BLR,2009,9,41587,43886 +BLR,2009,10,42076,44412 +BLR,2009,11,43313,45750 +BLR,2009,12,45481,48104 +BLR,2009,13,48330,51193 +BLR,2009,14,51260,54350 +BLR,2009,15,54194,57493 +BLR,2009,16,57581,61093 +BLR,2009,17,61519,65248 +BLR,2009,18,65669,69593 +BLR,2010,0,53910,57311 +BLR,2010,1,51588,54752 +BLR,2010,2,49433,52387 +BLR,2010,3,47475,50247 +BLR,2010,4,45745,48362 +BLR,2010,5,44271,46764 +BLR,2010,6,43085,45484 +BLR,2010,7,42216,44552 +BLR,2010,8,41694,43999 +BLR,2010,9,41551,43856 +BLR,2010,10,41706,44033 +BLR,2010,11,42081,44438 +BLR,2010,12,43251,45711 +BLR,2010,13,45463,48127 +BLR,2010,14,48422,51350 +BLR,2010,15,51418,54592 +BLR,2010,16,54393,57796 +BLR,2010,17,57810,61437 +BLR,2010,18,61762,65606 +BLR,2011,0,55074,58665 +BLR,2011,1,53791,57123 +BLR,2011,2,51624,54741 +BLR,2011,3,49564,52485 +BLR,2011,4,47651,50397 +BLR,2011,5,45925,48521 +BLR,2011,6,44416,46885 +BLR,2011,7,43154,45522 +BLR,2011,8,42231,44530 +BLR,2011,9,41708,43977 +BLR,2011,10,41594,43868 +BLR,2011,11,41758,44055 +BLR,2011,12,42133,44459 +BLR,2011,13,43301,45728 +BLR,2011,14,45512,48135 +BLR,2011,15,48467,51348 +BLR,2011,16,51460,54579 +BLR,2011,17,54432,57771 +BLR,2011,18,57845,61399 +BLR,2012,0,56153,60010 +BLR,2012,1,54491,58065 +BLR,2012,2,53693,56984 +BLR,2012,3,51680,54775 +BLR,2012,4,49714,52626 +BLR,2012,5,47844,50590 +BLR,2012,6,46122,48719 +BLR,2012,7,44578,47045 +BLR,2012,8,43240,45598 +BLR,2012,9,42262,44546 +BLR,2012,10,41737,43991 +BLR,2012,11,41653,43916 +BLR,2012,12,41826,44114 +BLR,2012,13,42200,44517 +BLR,2012,14,43368,45783 +BLR,2012,15,45577,48184 +BLR,2012,16,48531,51389 +BLR,2012,17,51521,54612 +BLR,2012,18,54491,57795 +BLR,2013,0,56907,60964 +BLR,2013,1,55695,59466 +BLR,2013,2,54291,57800 +BLR,2013,3,53604,56873 +BLR,2013,4,51745,54838 +BLR,2013,5,49872,52795 +BLR,2013,6,48046,50808 +BLR,2013,7,46328,48943 +BLR,2013,8,44747,47229 +BLR,2013,9,43333,45697 +BLR,2013,10,42301,44585 +BLR,2013,11,41774,44028 +BLR,2013,12,41719,43987 +BLR,2013,13,41902,44195 +BLR,2013,14,42275,44597 +BLR,2013,15,43443,45861 +BLR,2013,16,45650,48258 +BLR,2013,17,48603,51455 +BLR,2013,18,51591,54672 +BLR,2014,0,57036,61035 +BLR,2014,1,56471,60272 +BLR,2014,2,55566,59171 +BLR,2014,3,54386,57799 +BLR,2014,4,53519,56777 +BLR,2014,5,51813,54915 +BLR,2014,6,50033,52977 +BLR,2014,7,48251,51040 +BLR,2014,8,46536,49180 +BLR,2014,9,44919,47426 +BLR,2014,10,43429,45808 +BLR,2014,11,42342,44635 +BLR,2014,12,41813,44077 +BLR,2014,13,41787,44069 +BLR,2014,14,41980,44288 +BLR,2014,15,42353,44689 +BLR,2014,16,43520,45951 +BLR,2014,17,45726,48344 +BLR,2014,18,48677,51536 +BLR,2015,0,56361,59930 +BLR,2015,1,56689,60266 +BLR,2015,2,56478,60022 +BLR,2015,3,55811,59285 +BLR,2015,4,54769,58143 +BLR,2015,5,53430,56683 +BLR,2015,6,51878,54994 +BLR,2015,7,50192,53161 +BLR,2015,8,48453,51274 +BLR,2015,9,46743,49418 +BLR,2015,10,45089,47624 +BLR,2015,11,43523,45921 +BLR,2015,12,42381,44687 +BLR,2015,13,41850,44127 +BLR,2015,14,41854,44153 +BLR,2015,15,42056,44382 +BLR,2015,16,42428,44783 +BLR,2015,17,43594,46043 +BLR,2015,18,45800,48432 +BLR,2016,0,54718,57318 +BLR,2016,1,57116,60673 +BLR,2016,2,57279,60878 +BLR,2016,3,56866,60440 +BLR,2016,4,55975,59467 +BLR,2016,5,54702,58069 +BLR,2016,6,53107,56310 +BLR,2016,7,51248,54249 +BLR,2016,8,49417,52238 +BLR,2016,9,47790,50482 +BLR,2016,10,46347,48948 +BLR,2016,11,44951,47454 +BLR,2016,12,43700,46108 +BLR,2016,13,42691,45031 +BLR,2016,14,41983,44290 +BLR,2016,15,41634,43940 +BLR,2016,16,41531,43846 +BLR,2016,17,41561,43887 +BLR,2016,18,42636,45038 +BLR,2017,0,52259,53507 +BLR,2017,1,55267,57411 +BLR,2017,2,57888,61453 +BLR,2017,3,57886,61528 +BLR,2017,4,57270,60895 +BLR,2017,5,56153,59685 +BLR,2017,6,54651,58031 +BLR,2017,7,52799,55970 +BLR,2017,8,50632,53537 +BLR,2017,9,48655,51346 +BLR,2017,10,47140,49721 +BLR,2017,11,45964,48507 +BLR,2017,12,44826,47312 +BLR,2017,13,43889,46323 +BLR,2017,14,43012,45403 +BLR,2017,15,42128,44481 +BLR,2017,16,41426,43754 +BLR,2017,17,41018,43335 +BLR,2017,18,40705,43017 +BLR,2018,0,49508,49374 +BLR,2018,1,53928,55187 +BLR,2018,2,56924,59239 +BLR,2018,3,58647,62229 +BLR,2018,4,58480,62174 +BLR,2018,5,57661,61345 +BLR,2018,6,56320,59898 +BLR,2018,7,54588,57987 +BLR,2018,8,52478,55624 +BLR,2018,9,50004,52819 +BLR,2018,10,47882,50448 +BLR,2018,11,46478,48955 +BLR,2018,12,45571,48061 +BLR,2018,13,44690,47167 +BLR,2018,14,44069,46534 +BLR,2018,15,43324,45771 +BLR,2018,16,42264,44667 +BLR,2018,17,41209,43563 +BLR,2018,18,40495,42821 +BLR,2019,0,47000,46000 +BLR,2019,1,53000,53000 +BLR,2019,2,56000,58000 +BLR,2019,3,59000,62000 +BLR,2019,4,59000,63000 +BLR,2019,5,59000,63000 +BLR,2019,6,58000,62000 +BLR,2019,7,56000,60000 +BLR,2019,8,54000,58000 +BLR,2019,9,52000,55000 +BLR,2019,10,49000,52000 +BLR,2019,11,47000,50000 +BLR,2019,12,46000,48000 +BLR,2019,13,45000,48000 +BLR,2019,14,45000,47000 +BLR,2019,15,44000,47000 +BLR,2019,16,44000,46000 +BLR,2019,17,42000,45000 +BLR,2019,18,41000,43000 +BLR,2020,0,46000,45000 +BLR,2020,1,51000,52000 +BLR,2020,2,56000,57000 +BLR,2020,3,58000,61000 +BLR,2020,4,60000,63000 +BLR,2020,5,60000,64000 +BLR,2020,6,60000,63000 +BLR,2020,7,58000,62000 +BLR,2020,8,57000,60000 +BLR,2020,9,54000,58000 +BLR,2020,10,52000,55000 +BLR,2020,11,49000,51000 +BLR,2020,12,46000,49000 +BLR,2020,13,45000,47000 +BLR,2020,14,45000,47000 +BLR,2020,15,44000,47000 +BLR,2020,16,44000,47000 +BLR,2020,17,44000,46000 +BLR,2020,18,42000,45000 +BLR,2021,0,46000,46000 +BLR,2021,1,47000,46000 +BLR,2021,2,52000,52000 +BLR,2021,3,55000,57000 +BLR,2021,4,58000,60000 +BLR,2021,5,59000,62000 +BLR,2021,6,60000,63000 +BLR,2021,7,60000,63000 +BLR,2021,8,59000,63000 +BLR,2021,9,57000,61000 +BLR,2021,10,54000,58000 +BLR,2021,11,52000,55000 +BLR,2021,12,49000,51000 +BLR,2021,13,46000,49000 +BLR,2021,14,45000,47000 +BLR,2021,15,45000,47000 +BLR,2021,16,44000,47000 +BLR,2021,17,44000,47000 +BLR,2021,18,44000,47000 +BLR,2022,0,47000,48000 +BLR,2022,1,51000,52000 +BLR,2022,2,48000,48000 +BLR,2022,3,52000,53000 +BLR,2022,4,55000,57000 +BLR,2022,5,57000,59000 +BLR,2022,6,59000,61000 +BLR,2022,7,59000,63000 +BLR,2022,8,60000,63000 +BLR,2022,9,59000,63000 +BLR,2022,10,57000,61000 +BLR,2022,11,55000,58000 +BLR,2022,12,52000,55000 +BLR,2022,13,49000,51000 +BLR,2022,14,46000,49000 +BLR,2022,15,45000,47000 +BLR,2022,16,45000,47000 +BLR,2022,17,44000,47000 +BLR,2022,18,45000,47000 +BLR,2023,0,48000,52000 +BLR,2023,1,50000,53000 +BLR,2023,2,52000,54000 +BLR,2023,3,49000,49000 +BLR,2023,4,52000,53000 +BLR,2023,5,55000,56000 +BLR,2023,6,57000,59000 +BLR,2023,7,58000,60000 +BLR,2023,8,59000,62000 +BLR,2023,9,59000,63000 +BLR,2023,10,59000,63000 +BLR,2023,11,57000,61000 +BLR,2023,12,55000,58000 +BLR,2023,13,52000,55000 +BLR,2023,14,49000,51000 +BLR,2023,15,46000,49000 +BLR,2023,16,45000,47000 +BLR,2023,17,45000,47000 +BLR,2023,18,44000,47000 +BLR,2024,0,50000,55000 +BLR,2024,1,50000,53000 +BLR,2024,2,51000,53000 +BLR,2024,3,51000,53000 +BLR,2024,4,50000,51000 +BLR,2024,5,53000,53000 +BLR,2024,6,54000,56000 +BLR,2024,7,56000,58000 +BLR,2024,8,57000,60000 +BLR,2024,9,58000,61000 +BLR,2024,10,59000,63000 +BLR,2024,11,59000,63000 +BLR,2024,12,57000,61000 +BLR,2024,13,55000,58000 +BLR,2024,14,52000,55000 +BLR,2024,15,49000,51000 +BLR,2024,16,46000,49000 +BLR,2024,17,45000,47000 +BLR,2024,18,45000,47000 +BLR,2025,0,50000,56000 +BLR,2025,1,49000,53000 +BLR,2025,2,49000,52000 +BLR,2025,3,50000,51000 +BLR,2025,4,50000,52000 +BLR,2025,5,52000,52000 +BLR,2025,6,53000,54000 +BLR,2025,7,54000,55000 +BLR,2025,8,56000,57000 +BLR,2025,9,57000,59000 +BLR,2025,10,58000,61000 +BLR,2025,11,59000,63000 +BLR,2025,12,59000,64000 +BLR,2025,13,58000,62000 +BLR,2025,14,55000,58000 +BLR,2025,15,52000,55000 +BLR,2025,16,49000,51000 +BLR,2025,17,46000,49000 +BLR,2025,18,45000,47000 +BLR,2026,0,49000,55000 +BLR,2026,1,49000,55000 +BLR,2026,2,49000,53000 +BLR,2026,3,49000,52000 +BLR,2026,4,50000,52000 +BLR,2026,5,51000,52000 +BLR,2026,6,52000,53000 +BLR,2026,7,53000,54000 +BLR,2026,8,54000,55000 +BLR,2026,9,55000,57000 +BLR,2026,10,57000,59000 +BLR,2026,11,58000,61000 +BLR,2026,12,59000,63000 +BLR,2026,13,59000,63000 +BLR,2026,14,58000,62000 +BLR,2026,15,55000,58000 +BLR,2026,16,52000,55000 +BLR,2026,17,49000,51000 +BLR,2026,18,46000,49000 +BLR,2027,0,47000,52000 +BLR,2027,1,47000,51000 +BLR,2027,2,49000,54000 +BLR,2027,3,49000,53000 +BLR,2027,4,49000,52000 +BLR,2027,5,50000,52000 +BLR,2027,6,51000,52000 +BLR,2027,7,52000,53000 +BLR,2027,8,53000,54000 +BLR,2027,9,54000,55000 +BLR,2027,10,55000,57000 +BLR,2027,11,57000,59000 +BLR,2027,12,58000,61000 +BLR,2027,13,59000,63000 +BLR,2027,14,59000,63000 +BLR,2027,15,58000,62000 +BLR,2027,16,55000,58000 +BLR,2027,17,52000,55000 +BLR,2027,18,49000,51000 +BLR,2028,0,45000,48000 +BLR,2028,1,45000,49000 +BLR,2028,2,46000,49000 +BLR,2028,3,49000,53000 +BLR,2028,4,49000,53000 +BLR,2028,5,50000,52000 +BLR,2028,6,50000,53000 +BLR,2028,7,51000,53000 +BLR,2028,8,52000,53000 +BLR,2028,9,53000,54000 +BLR,2028,10,54000,55000 +BLR,2028,11,55000,57000 +BLR,2028,12,57000,59000 +BLR,2028,13,58000,61000 +BLR,2028,14,59000,63000 +BLR,2028,15,59000,64000 +BLR,2028,16,58000,62000 +BLR,2028,17,55000,58000 +BLR,2028,18,52000,55000 +BLR,2029,0,43000,45000 +BLR,2029,1,44000,47000 +BLR,2029,2,45000,48000 +BLR,2029,3,46000,49000 +BLR,2029,4,48000,52000 +BLR,2029,5,49000,52000 +BLR,2029,6,50000,53000 +BLR,2029,7,51000,53000 +BLR,2029,8,51000,53000 +BLR,2029,9,52000,54000 +BLR,2029,10,53000,54000 +BLR,2029,11,54000,55000 +BLR,2029,12,55000,56000 +BLR,2029,13,57000,59000 +BLR,2029,14,58000,61000 +BLR,2029,15,59000,63000 +BLR,2029,16,59000,64000 +BLR,2029,17,58000,62000 +BLR,2029,18,55000,58000 +BLR,2030,0,42000,43000 +BLR,2030,1,43000,45000 +BLR,2030,2,44000,47000 +BLR,2030,3,45000,49000 +BLR,2030,4,47000,50000 +BLR,2030,5,48000,51000 +BLR,2030,6,49000,52000 +BLR,2030,7,50000,53000 +BLR,2030,8,51000,53000 +BLR,2030,9,52000,54000 +BLR,2030,10,52000,54000 +BLR,2030,11,53000,54000 +BLR,2030,12,54000,54000 +BLR,2030,13,55000,56000 +BLR,2030,14,57000,59000 +BLR,2030,15,58000,61000 +BLR,2030,16,59000,63000 +BLR,2030,17,60000,64000 +BLR,2030,18,58000,62000 +BLR,2031,0,41000,42000 +BLR,2031,1,42000,43000 +BLR,2031,2,43000,45000 +BLR,2031,3,44000,47000 +BLR,2031,4,45000,49000 +BLR,2031,5,47000,50000 +BLR,2031,6,48000,51000 +BLR,2031,7,49000,52000 +BLR,2031,8,50000,53000 +BLR,2031,9,51000,54000 +BLR,2031,10,52000,54000 +BLR,2031,11,52000,54000 +BLR,2031,12,53000,54000 +BLR,2031,13,54000,55000 +BLR,2031,14,55000,56000 +BLR,2031,15,57000,59000 +BLR,2031,16,58000,61000 +BLR,2031,17,59000,63000 +BLR,2031,18,60000,64000 +BLR,2032,0,40000,42000 +BLR,2032,1,41000,44000 +BLR,2032,2,42000,43000 +BLR,2032,3,43000,45000 +BLR,2032,4,44000,47000 +BLR,2032,5,45000,49000 +BLR,2032,6,46000,50000 +BLR,2032,7,48000,51000 +BLR,2032,8,49000,52000 +BLR,2032,9,50000,53000 +BLR,2032,10,51000,54000 +BLR,2032,11,52000,54000 +BLR,2032,12,52000,54000 +BLR,2032,13,53000,54000 +BLR,2032,14,54000,55000 +BLR,2032,15,55000,56000 +BLR,2032,16,57000,59000 +BLR,2032,17,58000,61000 +BLR,2032,18,59000,63000 +BLR,2033,0,41000,42000 +BLR,2033,1,41000,43000 +BLR,2033,2,42000,45000 +BLR,2033,3,42000,44000 +BLR,2033,4,43000,45000 +BLR,2033,5,44000,47000 +BLR,2033,6,45000,48000 +BLR,2033,7,46000,50000 +BLR,2033,8,48000,51000 +BLR,2033,9,49000,52000 +BLR,2033,10,50000,53000 +BLR,2033,11,51000,54000 +BLR,2033,12,52000,54000 +BLR,2033,13,52000,54000 +BLR,2033,14,53000,54000 +BLR,2033,15,54000,55000 +BLR,2033,16,55000,56000 +BLR,2033,17,57000,59000 +BLR,2033,18,58000,61000 +BLR,2034,0,41000,43000 +BLR,2034,1,41000,43000 +BLR,2034,2,41000,44000 +BLR,2034,3,42000,44000 +BLR,2034,4,42000,44000 +BLR,2034,5,43000,46000 +BLR,2034,6,44000,47000 +BLR,2034,7,45000,48000 +BLR,2034,8,46000,49000 +BLR,2034,9,47000,51000 +BLR,2034,10,49000,52000 +BLR,2034,11,50000,53000 +BLR,2034,12,51000,54000 +BLR,2034,13,52000,54000 +BLR,2034,14,52000,54000 +BLR,2034,15,53000,54000 +BLR,2034,16,54000,55000 +BLR,2034,17,55000,56000 +BLR,2034,18,57000,59000 +BLR,2035,0,41000,44000 +BLR,2035,1,41000,44000 +BLR,2035,2,41000,43000 +BLR,2035,3,41000,44000 +BLR,2035,4,42000,44000 +BLR,2035,5,42000,45000 +BLR,2035,6,43000,46000 +BLR,2035,7,44000,47000 +BLR,2035,8,45000,48000 +BLR,2035,9,46000,49000 +BLR,2035,10,47000,51000 +BLR,2035,11,49000,52000 +BLR,2035,12,50000,53000 +BLR,2035,13,51000,54000 +BLR,2035,14,52000,54000 +BLR,2035,15,52000,54000 +BLR,2035,16,53000,54000 +BLR,2035,17,54000,55000 +BLR,2035,18,55000,56000 +BLR,2036,0,42000,45000 +BLR,2036,1,41000,44000 +BLR,2036,2,41000,44000 +BLR,2036,3,41000,43000 +BLR,2036,4,41000,44000 +BLR,2036,5,42000,44000 +BLR,2036,6,42000,45000 +BLR,2036,7,43000,46000 +BLR,2036,8,44000,47000 +BLR,2036,9,45000,48000 +BLR,2036,10,46000,49000 +BLR,2036,11,47000,51000 +BLR,2036,12,49000,52000 +BLR,2036,13,50000,53000 +BLR,2036,14,51000,54000 +BLR,2036,15,52000,54000 +BLR,2036,16,53000,54000 +BLR,2036,17,53000,54000 +BLR,2036,18,54000,55000 +BLR,2037,0,42000,45000 +BLR,2037,1,41000,44000 +BLR,2037,2,41000,44000 +BLR,2037,3,41000,44000 +BLR,2037,4,41000,43000 +BLR,2037,5,41000,44000 +BLR,2037,6,42000,44000 +BLR,2037,7,42000,45000 +BLR,2037,8,43000,46000 +BLR,2037,9,44000,47000 +BLR,2037,10,45000,48000 +BLR,2037,11,46000,49000 +BLR,2037,12,47000,51000 +BLR,2037,13,49000,52000 +BLR,2037,14,50000,53000 +BLR,2037,15,51000,54000 +BLR,2037,16,52000,54000 +BLR,2037,17,53000,54000 +BLR,2037,18,53000,54000 +BLR,2038,0,43000,46000 +BLR,2038,1,42000,44000 +BLR,2038,2,41000,44000 +BLR,2038,3,41000,44000 +BLR,2038,4,41000,43000 +BLR,2038,5,41000,44000 +BLR,2038,6,41000,44000 +BLR,2038,7,42000,44000 +BLR,2038,8,42000,45000 +BLR,2038,9,43000,46000 +BLR,2038,10,44000,47000 +BLR,2038,11,45000,48000 +BLR,2038,12,46000,49000 +BLR,2038,13,47000,51000 +BLR,2038,14,49000,52000 +BLR,2038,15,50000,53000 +BLR,2038,16,51000,54000 +BLR,2038,17,52000,54000 +BLR,2038,18,53000,54000 +BLR,2039,0,43000,46000 +BLR,2039,1,42000,45000 +BLR,2039,2,42000,44000 +BLR,2039,3,41000,44000 +BLR,2039,4,41000,44000 +BLR,2039,5,41000,43000 +BLR,2039,6,41000,44000 +BLR,2039,7,41000,44000 +BLR,2039,8,42000,44000 +BLR,2039,9,42000,45000 +BLR,2039,10,43000,46000 +BLR,2039,11,44000,47000 +BLR,2039,12,45000,48000 +BLR,2039,13,46000,49000 +BLR,2039,14,48000,51000 +BLR,2039,15,49000,52000 +BLR,2039,16,50000,53000 +BLR,2039,17,51000,54000 +BLR,2039,18,52000,54000 +BLR,2040,0,44000,46000 +BLR,2040,1,43000,45000 +BLR,2040,2,42000,45000 +BLR,2040,3,41000,44000 +BLR,2040,4,41000,44000 +BLR,2040,5,41000,43000 +BLR,2040,6,41000,43000 +BLR,2040,7,41000,44000 +BLR,2040,8,41000,44000 +BLR,2040,9,42000,44000 +BLR,2040,10,42000,45000 +BLR,2040,11,43000,46000 +BLR,2040,12,44000,47000 +BLR,2040,13,45000,48000 +BLR,2040,14,46000,49000 +BLR,2040,15,47000,51000 +BLR,2040,16,49000,52000 +BLR,2040,17,50000,53000 +BLR,2040,18,51000,54000 +BLR,2041,0,44000,47000 +BLR,2041,1,44000,46000 +BLR,2041,2,43000,45000 +BLR,2041,3,42000,45000 +BLR,2041,4,41000,44000 +BLR,2041,5,41000,44000 +BLR,2041,6,41000,43000 +BLR,2041,7,41000,43000 +BLR,2041,8,41000,44000 +BLR,2041,9,41000,44000 +BLR,2041,10,42000,44000 +BLR,2041,11,42000,45000 +BLR,2041,12,43000,46000 +BLR,2041,13,44000,47000 +BLR,2041,14,45000,48000 +BLR,2041,15,46000,49000 +BLR,2041,16,48000,51000 +BLR,2041,17,49000,52000 +BLR,2041,18,50000,53000 +BLR,2042,0,45000,48000 +BLR,2042,1,44000,47000 +BLR,2042,2,43000,46000 +BLR,2042,3,43000,45000 +BLR,2042,4,42000,45000 +BLR,2042,5,42000,44000 +BLR,2042,6,41000,44000 +BLR,2042,7,41000,43000 +BLR,2042,8,41000,43000 +BLR,2042,9,41000,44000 +BLR,2042,10,41000,44000 +BLR,2042,11,42000,44000 +BLR,2042,12,42000,45000 +BLR,2042,13,43000,46000 +BLR,2042,14,44000,47000 +BLR,2042,15,45000,48000 +BLR,2042,16,46000,49000 +BLR,2042,17,48000,51000 +BLR,2042,18,49000,52000 +BLR,2043,0,45000,48000 +BLR,2043,1,45000,47000 +BLR,2043,2,44000,47000 +BLR,2043,3,43000,46000 +BLR,2043,4,43000,45000 +BLR,2043,5,42000,45000 +BLR,2043,6,42000,44000 +BLR,2043,7,41000,44000 +BLR,2043,8,41000,44000 +BLR,2043,9,41000,43000 +BLR,2043,10,41000,44000 +BLR,2043,11,41000,44000 +BLR,2043,12,42000,44000 +BLR,2043,13,42000,45000 +BLR,2043,14,43000,46000 +BLR,2043,15,44000,47000 +BLR,2043,16,45000,48000 +BLR,2043,17,46000,49000 +BLR,2043,18,48000,51000 +BLR,2044,0,46000,49000 +BLR,2044,1,45000,48000 +BLR,2044,2,44000,47000 +BLR,2044,3,44000,46000 +BLR,2044,4,43000,46000 +BLR,2044,5,43000,45000 +BLR,2044,6,42000,45000 +BLR,2044,7,42000,44000 +BLR,2044,8,41000,44000 +BLR,2044,9,41000,44000 +BLR,2044,10,41000,43000 +BLR,2044,11,41000,43000 +BLR,2044,12,41000,44000 +BLR,2044,13,42000,44000 +BLR,2044,14,42000,45000 +BLR,2044,15,43000,46000 +BLR,2044,16,44000,47000 +BLR,2044,17,45000,48000 +BLR,2044,18,46000,49000 +BLR,2045,0,46000,49000 +BLR,2045,1,46000,48000 +BLR,2045,2,45000,48000 +BLR,2045,3,44000,47000 +BLR,2045,4,44000,46000 +BLR,2045,5,43000,46000 +BLR,2045,6,43000,45000 +BLR,2045,7,42000,45000 +BLR,2045,8,42000,44000 +BLR,2045,9,41000,44000 +BLR,2045,10,41000,44000 +BLR,2045,11,41000,43000 +BLR,2045,12,41000,43000 +BLR,2045,13,41000,44000 +BLR,2045,14,42000,44000 +BLR,2045,15,42000,45000 +BLR,2045,16,43000,46000 +BLR,2045,17,44000,47000 +BLR,2045,18,45000,48000 +BLR,2046,0,46000,49000 +BLR,2046,1,46000,49000 +BLR,2046,2,46000,48000 +BLR,2046,3,45000,48000 +BLR,2046,4,44000,47000 +BLR,2046,5,44000,46000 +BLR,2046,6,43000,46000 +BLR,2046,7,43000,45000 +BLR,2046,8,42000,45000 +BLR,2046,9,42000,44000 +BLR,2046,10,41000,44000 +BLR,2046,11,41000,44000 +BLR,2046,12,41000,43000 +BLR,2046,13,41000,43000 +BLR,2046,14,41000,44000 +BLR,2046,15,42000,44000 +BLR,2046,16,43000,45000 +BLR,2046,17,43000,46000 +BLR,2046,18,44000,47000 +BLR,2047,0,46000,49000 +BLR,2047,1,46000,49000 +BLR,2047,2,46000,49000 +BLR,2047,3,46000,48000 +BLR,2047,4,45000,48000 +BLR,2047,5,44000,47000 +BLR,2047,6,44000,47000 +BLR,2047,7,43000,46000 +BLR,2047,8,43000,45000 +BLR,2047,9,42000,45000 +BLR,2047,10,42000,44000 +BLR,2047,11,41000,44000 +BLR,2047,12,41000,44000 +BLR,2047,13,41000,43000 +BLR,2047,14,41000,44000 +BLR,2047,15,41000,44000 +BLR,2047,16,42000,45000 +BLR,2047,17,43000,45000 +BLR,2047,18,43000,46000 +BLR,2048,0,46000,49000 +BLR,2048,1,46000,49000 +BLR,2048,2,46000,49000 +BLR,2048,3,46000,49000 +BLR,2048,4,46000,48000 +BLR,2048,5,45000,48000 +BLR,2048,6,44000,47000 +BLR,2048,7,44000,47000 +BLR,2048,8,43000,46000 +BLR,2048,9,43000,45000 +BLR,2048,10,42000,45000 +BLR,2048,11,42000,44000 +BLR,2048,12,41000,44000 +BLR,2048,13,41000,44000 +BLR,2048,14,41000,43000 +BLR,2048,15,41000,44000 +BLR,2048,16,41000,44000 +BLR,2048,17,42000,45000 +BLR,2048,18,43000,45000 +BLR,2049,0,46000,49000 +BLR,2049,1,46000,49000 +BLR,2049,2,46000,49000 +BLR,2049,3,46000,49000 +BLR,2049,4,46000,49000 +BLR,2049,5,46000,48000 +BLR,2049,6,45000,48000 +BLR,2049,7,44000,47000 +BLR,2049,8,44000,47000 +BLR,2049,9,43000,46000 +BLR,2049,10,43000,45000 +BLR,2049,11,42000,45000 +BLR,2049,12,42000,44000 +BLR,2049,13,41000,44000 +BLR,2049,14,41000,44000 +BLR,2049,15,41000,44000 +BLR,2049,16,41000,44000 +BLR,2049,17,41000,44000 +BLR,2049,18,42000,45000 +BLR,2050,0,46000,48000 +BLR,2050,1,46000,49000 +BLR,2050,2,46000,49000 +BLR,2050,3,46000,49000 +BLR,2050,4,46000,49000 +BLR,2050,5,46000,49000 +BLR,2050,6,46000,48000 +BLR,2050,7,45000,48000 +BLR,2050,8,44000,47000 +BLR,2050,9,44000,47000 +BLR,2050,10,43000,46000 +BLR,2050,11,43000,45000 +BLR,2050,12,42000,45000 +BLR,2050,13,42000,44000 +BLR,2050,14,41000,44000 +BLR,2050,15,41000,44000 +BLR,2050,16,41000,44000 +BLR,2050,17,41000,44000 +BLR,2050,18,41000,44000 +BLZ,1990,0,3036,3126 +BLZ,1990,1,3036,3118 +BLZ,1990,2,3017,3093 +BLZ,1990,3,2983,3053 +BLZ,1990,4,2935,3001 +BLZ,1990,5,2875,2939 +BLZ,1990,6,2807,2868 +BLZ,1990,7,2731,2790 +BLZ,1990,8,2650,2708 +BLZ,1990,9,2567,2624 +BLZ,1990,10,2480,2535 +BLZ,1990,11,2387,2442 +BLZ,1990,12,2309,2361 +BLZ,1990,13,2258,2302 +BLZ,1990,14,2222,2255 +BLZ,1990,15,2185,2208 +BLZ,1990,16,2150,2163 +BLZ,1990,17,2106,2113 +BLZ,1990,18,2048,2053 +BLZ,1991,0,3045,3141 +BLZ,1991,1,3007,3094 +BLZ,1991,2,3001,3082 +BLZ,1991,3,2983,3058 +BLZ,1991,4,2953,3024 +BLZ,1991,5,2912,2979 +BLZ,1991,6,2864,2928 +BLZ,1991,7,2809,2871 +BLZ,1991,8,2741,2801 +BLZ,1991,9,2658,2715 +BLZ,1991,10,2564,2619 +BLZ,1991,11,2468,2521 +BLZ,1991,12,2366,2418 +BLZ,1991,13,2280,2328 +BLZ,1991,14,2221,2260 +BLZ,1991,15,2178,2207 +BLZ,1991,16,2133,2153 +BLZ,1991,17,2092,2102 +BLZ,1991,18,2043,2046 +BLZ,1992,0,3078,3176 +BLZ,1992,1,3042,3129 +BLZ,1992,2,2970,3055 +BLZ,1992,3,2960,3038 +BLZ,1992,4,2942,3016 +BLZ,1992,5,2917,2986 +BLZ,1992,6,2883,2950 +BLZ,1992,7,2845,2909 +BLZ,1992,8,2805,2867 +BLZ,1992,9,2746,2804 +BLZ,1992,10,2659,2715 +BLZ,1992,11,2555,2607 +BLZ,1992,12,2450,2500 +BLZ,1992,13,2340,2388 +BLZ,1992,14,2246,2289 +BLZ,1992,15,2179,2214 +BLZ,1992,16,2129,2154 +BLZ,1992,17,2077,2093 +BLZ,1992,18,2029,2035 +BLZ,1993,0,3138,3234 +BLZ,1993,1,3057,3145 +BLZ,1993,2,2990,3071 +BLZ,1993,3,2936,3017 +BLZ,1993,4,2920,2997 +BLZ,1993,5,2903,2975 +BLZ,1993,6,2882,2951 +BLZ,1993,7,2856,2922 +BLZ,1993,8,2829,2892 +BLZ,1993,9,2803,2864 +BLZ,1993,10,2752,2810 +BLZ,1993,11,2661,2716 +BLZ,1993,12,2547,2597 +BLZ,1993,13,2434,2480 +BLZ,1993,14,2316,2359 +BLZ,1993,15,2213,2251 +BLZ,1993,16,2139,2169 +BLZ,1993,17,2082,2102 +BLZ,1993,18,2023,2035 +BLZ,1994,0,3222,3317 +BLZ,1994,1,3103,3192 +BLZ,1994,2,3010,3094 +BLZ,1994,3,2939,3019 +BLZ,1994,4,2913,2992 +BLZ,1994,5,2892,2967 +BLZ,1994,6,2875,2947 +BLZ,1994,7,2859,2928 +BLZ,1994,8,2840,2906 +BLZ,1994,9,2823,2887 +BLZ,1994,10,2812,2873 +BLZ,1994,11,2768,2826 +BLZ,1994,12,2675,2728 +BLZ,1994,13,2549,2598 +BLZ,1994,14,2427,2471 +BLZ,1994,15,2301,2340 +BLZ,1994,16,2189,2223 +BLZ,1994,17,2107,2132 +BLZ,1994,18,2043,2059 +BLZ,1995,0,3326,3420 +BLZ,1995,1,3188,3278 +BLZ,1995,2,3082,3167 +BLZ,1995,3,3002,3084 +BLZ,1995,4,2944,3023 +BLZ,1995,5,2905,2981 +BLZ,1995,6,2879,2952 +BLZ,1995,7,2862,2933 +BLZ,1995,8,2850,2919 +BLZ,1995,9,2838,2905 +BLZ,1995,10,2832,2896 +BLZ,1995,11,2835,2896 +BLZ,1995,12,2799,2856 +BLZ,1995,13,2701,2754 +BLZ,1995,14,2564,2611 +BLZ,1995,15,2433,2474 +BLZ,1995,16,2296,2333 +BLZ,1995,17,2176,2206 +BLZ,1995,18,2085,2106 +BLZ,1996,0,3401,3493 +BLZ,1996,1,3355,3445 +BLZ,1996,2,3230,3315 +BLZ,1996,3,3128,3209 +BLZ,1996,4,3046,3123 +BLZ,1996,5,2982,3056 +BLZ,1996,6,2930,3001 +BLZ,1996,7,2888,2956 +BLZ,1996,8,2858,2924 +BLZ,1996,9,2839,2903 +BLZ,1996,10,2825,2887 +BLZ,1996,11,2815,2874 +BLZ,1996,12,2813,2871 +BLZ,1996,13,2775,2830 +BLZ,1996,14,2681,2731 +BLZ,1996,15,2551,2595 +BLZ,1996,16,2426,2465 +BLZ,1996,17,2297,2330 +BLZ,1996,18,2185,2213 +BLZ,1997,0,3497,3590 +BLZ,1997,1,3389,3478 +BLZ,1997,2,3401,3487 +BLZ,1997,3,3288,3369 +BLZ,1997,4,3190,3267 +BLZ,1997,5,3106,3179 +BLZ,1997,6,3034,3104 +BLZ,1997,7,2971,3037 +BLZ,1997,8,2912,2975 +BLZ,1997,9,2868,2929 +BLZ,1997,10,2843,2901 +BLZ,1997,11,2826,2884 +BLZ,1997,12,2812,2868 +BLZ,1997,13,2805,2860 +BLZ,1997,14,2766,2818 +BLZ,1997,15,2674,2723 +BLZ,1997,16,2551,2593 +BLZ,1997,17,2432,2469 +BLZ,1997,18,2309,2340 +BLZ,1998,0,3595,3688 +BLZ,1998,1,3523,3613 +BLZ,1998,2,3455,3541 +BLZ,1998,3,3453,3535 +BLZ,1998,4,3351,3429 +BLZ,1998,5,3257,3331 +BLZ,1998,6,3170,3240 +BLZ,1998,7,3091,3157 +BLZ,1998,8,3016,3078 +BLZ,1998,9,2941,3000 +BLZ,1998,10,2883,2939 +BLZ,1998,11,2851,2905 +BLZ,1998,12,2832,2886 +BLZ,1998,13,2813,2866 +BLZ,1998,14,2802,2854 +BLZ,1998,15,2761,2812 +BLZ,1998,16,2672,2719 +BLZ,1998,17,2554,2595 +BLZ,1998,18,2442,2477 +BLZ,1999,0,3671,3763 +BLZ,1999,1,3638,3728 +BLZ,1999,2,3595,3682 +BLZ,1999,3,3543,3626 +BLZ,1999,4,3500,3579 +BLZ,1999,5,3410,3484 +BLZ,1999,6,3320,3390 +BLZ,1999,7,3231,3297 +BLZ,1999,8,3144,3207 +BLZ,1999,9,3057,3115 +BLZ,1999,10,2965,3020 +BLZ,1999,11,2894,2946 +BLZ,1999,12,2854,2905 +BLZ,1999,13,2833,2883 +BLZ,1999,14,2810,2860 +BLZ,1999,15,2794,2844 +BLZ,1999,16,2752,2801 +BLZ,1999,17,2666,2711 +BLZ,1999,18,2554,2593 +BLZ,2000,0,3712,3803 +BLZ,2000,1,3715,3804 +BLZ,2000,2,3696,3782 +BLZ,2000,3,3659,3741 +BLZ,2000,4,3605,3684 +BLZ,2000,5,3538,3613 +BLZ,2000,6,3460,3531 +BLZ,2000,7,3374,3440 +BLZ,2000,8,3283,3345 +BLZ,2000,9,3189,3247 +BLZ,2000,10,3090,3144 +BLZ,2000,11,2982,3032 +BLZ,2000,12,2898,2944 +BLZ,2000,13,2851,2897 +BLZ,2000,14,2827,2873 +BLZ,2000,15,2800,2847 +BLZ,2000,16,2779,2827 +BLZ,2000,17,2735,2782 +BLZ,2000,18,2653,2696 +BLZ,2001,0,3737,3826 +BLZ,2001,1,3750,3841 +BLZ,2001,2,3747,3836 +BLZ,2001,3,3722,3808 +BLZ,2001,4,3679,3762 +BLZ,2001,5,3621,3700 +BLZ,2001,6,3549,3624 +BLZ,2001,7,3468,3538 +BLZ,2001,8,3380,3446 +BLZ,2001,9,3289,3351 +BLZ,2001,10,3198,3257 +BLZ,2001,11,3101,3156 +BLZ,2001,12,2996,3048 +BLZ,2001,13,2913,2962 +BLZ,2001,14,2867,2914 +BLZ,2001,15,2841,2889 +BLZ,2001,16,2814,2861 +BLZ,2001,17,2792,2840 +BLZ,2001,18,2747,2793 +BLZ,2002,0,3730,3815 +BLZ,2002,1,3787,3873 +BLZ,2002,2,3781,3872 +BLZ,2002,3,3771,3860 +BLZ,2002,4,3740,3826 +BLZ,2002,5,3692,3774 +BLZ,2002,6,3629,3707 +BLZ,2002,7,3554,3628 +BLZ,2002,8,3468,3538 +BLZ,2002,9,3379,3444 +BLZ,2002,10,3289,3351 +BLZ,2002,11,3200,3259 +BLZ,2002,12,3106,3162 +BLZ,2002,13,3004,3057 +BLZ,2002,14,2923,2974 +BLZ,2002,15,2876,2926 +BLZ,2002,16,2850,2898 +BLZ,2002,17,2821,2868 +BLZ,2002,18,2800,2846 +BLZ,2003,0,3700,3781 +BLZ,2003,1,3778,3862 +BLZ,2003,2,3821,3908 +BLZ,2003,3,3807,3898 +BLZ,2003,4,3791,3879 +BLZ,2003,5,3755,3839 +BLZ,2003,6,3701,3782 +BLZ,2003,7,3634,3711 +BLZ,2003,8,3555,3627 +BLZ,2003,9,3466,3533 +BLZ,2003,10,3374,3438 +BLZ,2003,11,3285,3346 +BLZ,2003,12,3199,3258 +BLZ,2003,13,3108,3164 +BLZ,2003,14,3009,3063 +BLZ,2003,15,2930,2983 +BLZ,2003,16,2883,2934 +BLZ,2003,17,2855,2903 +BLZ,2003,18,2826,2872 +BLZ,2004,0,3662,3744 +BLZ,2004,1,3757,3842 +BLZ,2004,2,3818,3905 +BLZ,2004,3,3848,3936 +BLZ,2004,4,3835,3923 +BLZ,2004,5,3812,3897 +BLZ,2004,6,3770,3852 +BLZ,2004,7,3712,3789 +BLZ,2004,8,3640,3714 +BLZ,2004,9,3557,3626 +BLZ,2004,10,3464,3528 +BLZ,2004,11,3371,3431 +BLZ,2004,12,3283,3341 +BLZ,2004,13,3199,3256 +BLZ,2004,14,3110,3166 +BLZ,2004,15,3014,3069 +BLZ,2004,16,2938,2990 +BLZ,2004,17,2891,2941 +BLZ,2004,18,2861,2908 +BLZ,2005,0,3627,3715 +BLZ,2005,1,3736,3825 +BLZ,2005,2,3811,3901 +BLZ,2005,3,3856,3945 +BLZ,2005,4,3873,3960 +BLZ,2005,5,3865,3949 +BLZ,2005,6,3836,3917 +BLZ,2005,7,3788,3865 +BLZ,2005,8,3725,3798 +BLZ,2005,9,3649,3717 +BLZ,2005,10,3562,3626 +BLZ,2005,11,3465,3524 +BLZ,2005,12,3370,3425 +BLZ,2005,13,3283,3336 +BLZ,2005,14,3202,3255 +BLZ,2005,15,3115,3168 +BLZ,2005,16,3023,3075 +BLZ,2005,17,2948,2999 +BLZ,2005,18,2901,2949 +BLZ,2006,0,3588,3699 +BLZ,2006,1,3677,3768 +BLZ,2006,2,3769,3857 +BLZ,2006,3,3831,3917 +BLZ,2006,4,3865,3948 +BLZ,2006,5,3875,3955 +BLZ,2006,6,3864,3939 +BLZ,2006,7,3833,3904 +BLZ,2006,8,3786,3852 +BLZ,2006,9,3724,3787 +BLZ,2006,10,3650,3711 +BLZ,2006,11,3567,3625 +BLZ,2006,12,3475,3529 +BLZ,2006,13,3384,3435 +BLZ,2006,14,3301,3347 +BLZ,2006,15,3223,3264 +BLZ,2006,16,3141,3176 +BLZ,2006,17,3053,3083 +BLZ,2006,18,2979,3003 +BLZ,2007,0,3550,3690 +BLZ,2007,1,3682,3808 +BLZ,2007,2,3729,3819 +BLZ,2007,3,3803,3888 +BLZ,2007,4,3851,3931 +BLZ,2007,5,3876,3950 +BLZ,2007,6,3879,3948 +BLZ,2007,7,3864,3927 +BLZ,2007,8,3832,3889 +BLZ,2007,9,3784,3837 +BLZ,2007,10,3724,3775 +BLZ,2007,11,3653,3703 +BLZ,2007,12,3574,3622 +BLZ,2007,13,3486,3533 +BLZ,2007,14,3400,3443 +BLZ,2007,15,3321,3356 +BLZ,2007,16,3246,3271 +BLZ,2007,17,3167,3183 +BLZ,2007,18,3084,3089 +BLZ,2008,0,3521,3689 +BLZ,2008,1,3656,3803 +BLZ,2008,2,3761,3888 +BLZ,2008,3,3781,3870 +BLZ,2008,4,3838,3917 +BLZ,2008,5,3872,3944 +BLZ,2008,6,3886,3951 +BLZ,2008,7,3883,3940 +BLZ,2008,8,3864,3914 +BLZ,2008,9,3830,3873 +BLZ,2008,10,3783,3822 +BLZ,2008,11,3724,3762 +BLZ,2008,12,3656,3694 +BLZ,2008,13,3580,3618 +BLZ,2008,14,3497,3536 +BLZ,2008,15,3415,3451 +BLZ,2008,16,3340,3365 +BLZ,2008,17,3269,3278 +BLZ,2008,18,3194,3188 +BLZ,2009,0,3515,3702 +BLZ,2009,1,3642,3802 +BLZ,2009,2,3742,3879 +BLZ,2009,3,3819,3934 +BLZ,2009,4,3832,3919 +BLZ,2009,5,3870,3946 +BLZ,2009,6,3891,3956 +BLZ,2009,7,3896,3951 +BLZ,2009,8,3885,3932 +BLZ,2009,9,3862,3900 +BLZ,2009,10,3827,3856 +BLZ,2009,11,3781,3805 +BLZ,2009,12,3723,3747 +BLZ,2009,13,3658,3684 +BLZ,2009,14,3585,3614 +BLZ,2009,15,3506,3538 +BLZ,2009,16,3429,3457 +BLZ,2009,17,3358,3372 +BLZ,2009,18,3291,3284 +BLZ,2010,0,3540,3729 +BLZ,2010,1,3643,3809 +BLZ,2010,2,3728,3871 +BLZ,2010,3,3795,3918 +BLZ,2010,4,3845,3950 +BLZ,2010,5,3880,3968 +BLZ,2010,6,3901,3974 +BLZ,2010,7,3908,3967 +BLZ,2010,8,3902,3950 +BLZ,2010,9,3885,3923 +BLZ,2010,10,3858,3886 +BLZ,2010,11,3821,3839 +BLZ,2010,12,3775,3788 +BLZ,2010,13,3720,3733 +BLZ,2010,14,3657,3674 +BLZ,2010,15,3588,3609 +BLZ,2010,16,3514,3540 +BLZ,2010,17,3441,3463 +BLZ,2010,18,3374,3379 +BLZ,2011,0,3615,3782 +BLZ,2011,1,3573,3754 +BLZ,2011,2,3657,3819 +BLZ,2011,3,3730,3872 +BLZ,2011,4,3791,3914 +BLZ,2011,5,3840,3945 +BLZ,2011,6,3878,3966 +BLZ,2011,7,3906,3976 +BLZ,2011,8,3919,3975 +BLZ,2011,9,3916,3959 +BLZ,2011,10,3899,3932 +BLZ,2011,11,3873,3897 +BLZ,2011,12,3840,3853 +BLZ,2011,13,3797,3804 +BLZ,2011,14,3745,3751 +BLZ,2011,15,3684,3694 +BLZ,2011,16,3618,3631 +BLZ,2011,17,3547,3564 +BLZ,2011,18,3476,3489 +BLZ,2012,0,3720,3848 +BLZ,2012,1,3724,3858 +BLZ,2012,2,3600,3776 +BLZ,2012,3,3666,3826 +BLZ,2012,4,3727,3871 +BLZ,2012,5,3782,3908 +BLZ,2012,6,3829,3937 +BLZ,2012,7,3870,3960 +BLZ,2012,8,3905,3976 +BLZ,2012,9,3924,3979 +BLZ,2012,10,3923,3965 +BLZ,2012,11,3906,3938 +BLZ,2012,12,3883,3905 +BLZ,2012,13,3853,3864 +BLZ,2012,14,3814,3817 +BLZ,2012,15,3764,3767 +BLZ,2012,16,3706,3712 +BLZ,2012,17,3643,3651 +BLZ,2012,18,3574,3586 +BLZ,2013,0,3836,3919 +BLZ,2013,1,3779,3890 +BLZ,2013,2,3744,3873 +BLZ,2013,3,3625,3796 +BLZ,2013,4,3672,3832 +BLZ,2013,5,3721,3868 +BLZ,2013,6,3769,3900 +BLZ,2013,7,3815,3928 +BLZ,2013,8,3859,3952 +BLZ,2013,9,3901,3974 +BLZ,2013,10,3927,3981 +BLZ,2013,11,3928,3969 +BLZ,2013,12,3911,3943 +BLZ,2013,13,3890,3911 +BLZ,2013,14,3864,3873 +BLZ,2013,15,3827,3829 +BLZ,2013,16,3781,3781 +BLZ,2013,17,3726,3728 +BLZ,2013,18,3665,3669 +BLZ,2014,0,3934,3980 +BLZ,2014,1,3830,3920 +BLZ,2014,2,3758,3879 +BLZ,2014,3,3714,3856 +BLZ,2014,4,3650,3815 +BLZ,2014,5,3679,3838 +BLZ,2014,6,3716,3864 +BLZ,2014,7,3758,3891 +BLZ,2014,8,3802,3918 +BLZ,2014,9,3848,3944 +BLZ,2014,10,3898,3971 +BLZ,2014,11,3929,3983 +BLZ,2014,12,3933,3973 +BLZ,2014,13,3916,3947 +BLZ,2014,14,3897,3917 +BLZ,2014,15,3874,3882 +BLZ,2014,16,3841,3840 +BLZ,2014,17,3797,3795 +BLZ,2014,18,3746,3744 +BLZ,2015,0,3993,4021 +BLZ,2015,1,3867,3944 +BLZ,2015,2,3777,3889 +BLZ,2015,3,3717,3855 +BLZ,2015,4,3685,3838 +BLZ,2015,5,3676,3835 +BLZ,2015,6,3686,3843 +BLZ,2015,7,3711,3860 +BLZ,2015,8,3747,3882 +BLZ,2015,9,3789,3908 +BLZ,2015,10,3839,3936 +BLZ,2015,11,3896,3968 +BLZ,2015,12,3933,3985 +BLZ,2015,13,3939,3977 +BLZ,2015,14,3922,3951 +BLZ,2015,15,3906,3923 +BLZ,2015,16,3886,3890 +BLZ,2015,17,3856,3851 +BLZ,2015,18,3815,3808 +BLZ,2016,0,4003,4039 +BLZ,2016,1,3968,4008 +BLZ,2016,2,3862,3943 +BLZ,2016,3,3783,3895 +BLZ,2016,4,3730,3864 +BLZ,2016,5,3699,3847 +BLZ,2016,6,3686,3842 +BLZ,2016,7,3686,3844 +BLZ,2016,8,3705,3858 +BLZ,2016,9,3742,3882 +BLZ,2016,10,3791,3911 +BLZ,2016,11,3844,3943 +BLZ,2016,12,3903,3977 +BLZ,2016,13,3943,3995 +BLZ,2016,14,3951,3989 +BLZ,2016,15,3936,3964 +BLZ,2016,16,3922,3938 +BLZ,2016,17,3904,3906 +BLZ,2016,18,3876,3868 +BLZ,2017,0,3974,4036 +BLZ,2017,1,3889,3974 +BLZ,2017,2,3945,3996 +BLZ,2017,3,3858,3942 +BLZ,2017,4,3792,3901 +BLZ,2017,5,3745,3874 +BLZ,2017,6,3715,3857 +BLZ,2017,7,3697,3849 +BLZ,2017,8,3689,3846 +BLZ,2017,9,3701,3856 +BLZ,2017,10,3740,3881 +BLZ,2017,11,3795,3915 +BLZ,2017,12,3851,3949 +BLZ,2017,13,3913,3985 +BLZ,2017,14,3955,4006 +BLZ,2017,15,3965,4001 +BLZ,2017,16,3953,3978 +BLZ,2017,17,3940,3953 +BLZ,2017,18,3925,3923 +BLZ,2018,0,3924,4022 +BLZ,2018,1,3886,3983 +BLZ,2018,2,3852,3952 +BLZ,2018,3,3922,3983 +BLZ,2018,4,3856,3940 +BLZ,2018,5,3802,3907 +BLZ,2018,6,3761,3882 +BLZ,2018,7,3731,3866 +BLZ,2018,8,3710,3855 +BLZ,2018,9,3692,3847 +BLZ,2018,10,3698,3853 +BLZ,2018,11,3739,3880 +BLZ,2018,12,3800,3919 +BLZ,2018,13,3860,3955 +BLZ,2018,14,3923,3994 +BLZ,2018,15,3968,4016 +BLZ,2018,16,3980,4013 +BLZ,2018,17,3970,3991 +BLZ,2018,18,3960,3967 +BLZ,2019,0,3900,4000 +BLZ,2019,1,3900,4000 +BLZ,2019,2,3900,4000 +BLZ,2019,3,3900,4000 +BLZ,2019,4,3900,4000 +BLZ,2019,5,3900,3900 +BLZ,2019,6,3800,3900 +BLZ,2019,7,3800,3900 +BLZ,2019,8,3700,3900 +BLZ,2019,9,3700,3900 +BLZ,2019,10,3700,3800 +BLZ,2019,11,3700,3900 +BLZ,2019,12,3700,3900 +BLZ,2019,13,3800,3900 +BLZ,2019,14,3900,4000 +BLZ,2019,15,3900,4000 +BLZ,2019,16,4000,4000 +BLZ,2019,17,4000,4000 +BLZ,2019,18,4000,4000 +BLZ,2020,0,3900,4000 +BLZ,2020,1,3900,4000 +BLZ,2020,2,3900,4000 +BLZ,2020,3,3900,4000 +BLZ,2020,4,3900,4000 +BLZ,2020,5,3900,4000 +BLZ,2020,6,3800,3900 +BLZ,2020,7,3800,3900 +BLZ,2020,8,3800,3900 +BLZ,2020,9,3800,3900 +BLZ,2020,10,3700,3900 +BLZ,2020,11,3700,3800 +BLZ,2020,12,3700,3800 +BLZ,2020,13,3700,3900 +BLZ,2020,14,3800,3900 +BLZ,2020,15,3900,4000 +BLZ,2020,16,3900,4000 +BLZ,2020,17,4000,4000 +BLZ,2020,18,4000,4000 +BLZ,2021,0,3900,4000 +BLZ,2021,1,3900,4000 +BLZ,2021,2,3900,4000 +BLZ,2021,3,3900,4000 +BLZ,2021,4,3900,4000 +BLZ,2021,5,3900,4000 +BLZ,2021,6,3900,4000 +BLZ,2021,7,3800,3900 +BLZ,2021,8,3800,3900 +BLZ,2021,9,3800,3900 +BLZ,2021,10,3800,3900 +BLZ,2021,11,3700,3900 +BLZ,2021,12,3700,3900 +BLZ,2021,13,3700,3900 +BLZ,2021,14,3700,3900 +BLZ,2021,15,3800,3900 +BLZ,2021,16,3900,4000 +BLZ,2021,17,4000,4000 +BLZ,2021,18,4000,4000 +BLZ,2022,0,3900,4100 +BLZ,2022,1,4000,4100 +BLZ,2022,2,3900,4000 +BLZ,2022,3,3900,4000 +BLZ,2022,4,3900,4000 +BLZ,2022,5,3900,4000 +BLZ,2022,6,3900,4000 +BLZ,2022,7,3900,4000 +BLZ,2022,8,3800,3900 +BLZ,2022,9,3800,3900 +BLZ,2022,10,3800,3900 +BLZ,2022,11,3800,3900 +BLZ,2022,12,3700,3900 +BLZ,2022,13,3700,3900 +BLZ,2022,14,3700,3900 +BLZ,2022,15,3800,3900 +BLZ,2022,16,3800,3900 +BLZ,2022,17,3900,4000 +BLZ,2022,18,4000,4000 +BLZ,2023,0,4000,4100 +BLZ,2023,1,4000,4100 +BLZ,2023,2,4000,4100 +BLZ,2023,3,3900,4000 +BLZ,2023,4,3900,4000 +BLZ,2023,5,3900,4000 +BLZ,2023,6,3900,4000 +BLZ,2023,7,3900,4000 +BLZ,2023,8,3900,4000 +BLZ,2023,9,3800,3900 +BLZ,2023,10,3800,3900 +BLZ,2023,11,3800,3900 +BLZ,2023,12,3800,3900 +BLZ,2023,13,3800,3900 +BLZ,2023,14,3700,3900 +BLZ,2023,15,3700,3900 +BLZ,2023,16,3800,3900 +BLZ,2023,17,3900,4000 +BLZ,2023,18,3900,4000 +BLZ,2024,0,4000,4200 +BLZ,2024,1,4000,4100 +BLZ,2024,2,4000,4100 +BLZ,2024,3,4000,4100 +BLZ,2024,4,3900,4000 +BLZ,2024,5,3900,4000 +BLZ,2024,6,3900,4000 +BLZ,2024,7,3900,4000 +BLZ,2024,8,3900,4000 +BLZ,2024,9,3900,3900 +BLZ,2024,10,3800,3900 +BLZ,2024,11,3800,3900 +BLZ,2024,12,3800,3900 +BLZ,2024,13,3800,3900 +BLZ,2024,14,3800,3900 +BLZ,2024,15,3700,3900 +BLZ,2024,16,3700,3900 +BLZ,2024,17,3800,3900 +BLZ,2024,18,3900,4000 +BLZ,2025,0,4100,4200 +BLZ,2025,1,4000,4100 +BLZ,2025,2,4000,4100 +BLZ,2025,3,4000,4100 +BLZ,2025,4,4000,4100 +BLZ,2025,5,3900,4000 +BLZ,2025,6,3900,4000 +BLZ,2025,7,3900,4000 +BLZ,2025,8,3900,4000 +BLZ,2025,9,3900,4000 +BLZ,2025,10,3900,3900 +BLZ,2025,11,3800,3900 +BLZ,2025,12,3800,3900 +BLZ,2025,13,3800,3900 +BLZ,2025,14,3800,3900 +BLZ,2025,15,3800,3900 +BLZ,2025,16,3700,3900 +BLZ,2025,17,3700,3900 +BLZ,2025,18,3800,3900 +BLZ,2026,0,4100,4200 +BLZ,2026,1,4100,4200 +BLZ,2026,2,4000,4100 +BLZ,2026,3,4000,4100 +BLZ,2026,4,4000,4100 +BLZ,2026,5,4000,4100 +BLZ,2026,6,3900,4100 +BLZ,2026,7,3900,4000 +BLZ,2026,8,3900,4000 +BLZ,2026,9,3900,4000 +BLZ,2026,10,3900,4000 +BLZ,2026,11,3900,4000 +BLZ,2026,12,3900,3900 +BLZ,2026,13,3800,3900 +BLZ,2026,14,3800,3900 +BLZ,2026,15,3800,3900 +BLZ,2026,16,3800,3900 +BLZ,2026,17,3800,3900 +BLZ,2026,18,3800,3900 +BLZ,2027,0,4000,4100 +BLZ,2027,1,4000,4100 +BLZ,2027,2,4100,4200 +BLZ,2027,3,4000,4100 +BLZ,2027,4,4000,4100 +BLZ,2027,5,4000,4100 +BLZ,2027,6,4000,4100 +BLZ,2027,7,3900,4100 +BLZ,2027,8,3900,4000 +BLZ,2027,9,3900,4000 +BLZ,2027,10,3900,4000 +BLZ,2027,11,3900,4000 +BLZ,2027,12,3900,4000 +BLZ,2027,13,3900,3900 +BLZ,2027,14,3900,3900 +BLZ,2027,15,3800,3900 +BLZ,2027,16,3800,3900 +BLZ,2027,17,3800,3900 +BLZ,2027,18,3800,3900 +BLZ,2028,0,4000,4100 +BLZ,2028,1,4000,4100 +BLZ,2028,2,4000,4100 +BLZ,2028,3,4100,4200 +BLZ,2028,4,4000,4100 +BLZ,2028,5,4000,4100 +BLZ,2028,6,4000,4100 +BLZ,2028,7,4000,4100 +BLZ,2028,8,3900,4100 +BLZ,2028,9,3900,4000 +BLZ,2028,10,3900,4000 +BLZ,2028,11,3900,4000 +BLZ,2028,12,3900,4000 +BLZ,2028,13,3900,4000 +BLZ,2028,14,3900,4000 +BLZ,2028,15,3900,3900 +BLZ,2028,16,3800,3900 +BLZ,2028,17,3800,3900 +BLZ,2028,18,3800,3900 +BLZ,2029,0,3900,4000 +BLZ,2029,1,4000,4100 +BLZ,2029,2,4000,4100 +BLZ,2029,3,4000,4100 +BLZ,2029,4,4000,4200 +BLZ,2029,5,4000,4100 +BLZ,2029,6,4000,4100 +BLZ,2029,7,4000,4100 +BLZ,2029,8,4000,4100 +BLZ,2029,9,4000,4100 +BLZ,2029,10,3900,4000 +BLZ,2029,11,3900,4000 +BLZ,2029,12,3900,4000 +BLZ,2029,13,3900,4000 +BLZ,2029,14,3900,4000 +BLZ,2029,15,3900,4000 +BLZ,2029,16,3900,4000 +BLZ,2029,17,3900,3900 +BLZ,2029,18,3800,3900 +BLZ,2030,0,3900,4000 +BLZ,2030,1,4000,4100 +BLZ,2030,2,4000,4100 +BLZ,2030,3,4000,4100 +BLZ,2030,4,4000,4100 +BLZ,2030,5,4000,4100 +BLZ,2030,6,4000,4100 +BLZ,2030,7,4000,4100 +BLZ,2030,8,4000,4100 +BLZ,2030,9,4000,4100 +BLZ,2030,10,4000,4100 +BLZ,2030,11,3900,4000 +BLZ,2030,12,3900,4000 +BLZ,2030,13,3900,4000 +BLZ,2030,14,3900,4000 +BLZ,2030,15,3900,4000 +BLZ,2030,16,3900,4000 +BLZ,2030,17,3900,4000 +BLZ,2030,18,3900,4000 +BLZ,2031,0,3900,4000 +BLZ,2031,1,3900,4000 +BLZ,2031,2,4000,4100 +BLZ,2031,3,4000,4100 +BLZ,2031,4,4000,4100 +BLZ,2031,5,4000,4100 +BLZ,2031,6,4000,4100 +BLZ,2031,7,4000,4100 +BLZ,2031,8,4000,4100 +BLZ,2031,9,4000,4100 +BLZ,2031,10,4000,4100 +BLZ,2031,11,4000,4100 +BLZ,2031,12,3900,4000 +BLZ,2031,13,3900,4000 +BLZ,2031,14,3900,4000 +BLZ,2031,15,3900,4000 +BLZ,2031,16,3900,4000 +BLZ,2031,17,3900,4000 +BLZ,2031,18,3900,4000 +BLZ,2032,0,3900,4000 +BLZ,2032,1,3900,4000 +BLZ,2032,2,3900,4000 +BLZ,2032,3,4000,4100 +BLZ,2032,4,4000,4100 +BLZ,2032,5,4000,4100 +BLZ,2032,6,4000,4100 +BLZ,2032,7,4000,4100 +BLZ,2032,8,4000,4100 +BLZ,2032,9,4000,4100 +BLZ,2032,10,4000,4100 +BLZ,2032,11,4000,4100 +BLZ,2032,12,4000,4100 +BLZ,2032,13,3900,4000 +BLZ,2032,14,3900,4000 +BLZ,2032,15,3900,4000 +BLZ,2032,16,3900,4000 +BLZ,2032,17,3900,4000 +BLZ,2032,18,3900,4000 +BLZ,2033,0,3900,4000 +BLZ,2033,1,3900,4000 +BLZ,2033,2,3900,4000 +BLZ,2033,3,3900,4000 +BLZ,2033,4,4000,4100 +BLZ,2033,5,4000,4100 +BLZ,2033,6,4000,4100 +BLZ,2033,7,4000,4100 +BLZ,2033,8,4000,4100 +BLZ,2033,9,4000,4100 +BLZ,2033,10,4000,4100 +BLZ,2033,11,4000,4100 +BLZ,2033,12,4000,4100 +BLZ,2033,13,4000,4100 +BLZ,2033,14,3900,4000 +BLZ,2033,15,3900,4000 +BLZ,2033,16,3900,4000 +BLZ,2033,17,3900,4000 +BLZ,2033,18,3900,4000 +BLZ,2034,0,3800,3900 +BLZ,2034,1,3900,4000 +BLZ,2034,2,3900,4000 +BLZ,2034,3,3900,4000 +BLZ,2034,4,3900,4000 +BLZ,2034,5,4000,4100 +BLZ,2034,6,4000,4100 +BLZ,2034,7,4000,4100 +BLZ,2034,8,4000,4100 +BLZ,2034,9,4000,4100 +BLZ,2034,10,4000,4100 +BLZ,2034,11,4000,4100 +BLZ,2034,12,4000,4100 +BLZ,2034,13,4000,4100 +BLZ,2034,14,4000,4100 +BLZ,2034,15,3900,4000 +BLZ,2034,16,3900,4000 +BLZ,2034,17,3900,4000 +BLZ,2034,18,3900,4000 +BLZ,2035,0,3800,3900 +BLZ,2035,1,3900,4000 +BLZ,2035,2,3900,4000 +BLZ,2035,3,3900,4000 +BLZ,2035,4,3900,4000 +BLZ,2035,5,4000,4100 +BLZ,2035,6,4000,4100 +BLZ,2035,7,4000,4100 +BLZ,2035,8,4000,4100 +BLZ,2035,9,4000,4100 +BLZ,2035,10,4000,4100 +BLZ,2035,11,4000,4100 +BLZ,2035,12,4000,4100 +BLZ,2035,13,4000,4100 +BLZ,2035,14,4000,4100 +BLZ,2035,15,4000,4100 +BLZ,2035,16,4000,4100 +BLZ,2035,17,3900,4000 +BLZ,2035,18,3900,4000 +BLZ,2036,0,3800,3900 +BLZ,2036,1,3800,3900 +BLZ,2036,2,3900,4000 +BLZ,2036,3,3900,4000 +BLZ,2036,4,3900,4000 +BLZ,2036,5,3900,4000 +BLZ,2036,6,4000,4100 +BLZ,2036,7,4000,4100 +BLZ,2036,8,4000,4100 +BLZ,2036,9,4000,4100 +BLZ,2036,10,4000,4100 +BLZ,2036,11,4000,4100 +BLZ,2036,12,4000,4100 +BLZ,2036,13,4000,4100 +BLZ,2036,14,4000,4100 +BLZ,2036,15,4000,4100 +BLZ,2036,16,4000,4100 +BLZ,2036,17,4000,4100 +BLZ,2036,18,4000,4000 +BLZ,2037,0,3800,3900 +BLZ,2037,1,3800,3900 +BLZ,2037,2,3800,3900 +BLZ,2037,3,3900,4000 +BLZ,2037,4,3900,4000 +BLZ,2037,5,3900,4000 +BLZ,2037,6,3900,4000 +BLZ,2037,7,4000,4100 +BLZ,2037,8,4000,4100 +BLZ,2037,9,4000,4100 +BLZ,2037,10,4000,4100 +BLZ,2037,11,4000,4100 +BLZ,2037,12,4000,4100 +BLZ,2037,13,4000,4200 +BLZ,2037,14,4100,4200 +BLZ,2037,15,4000,4100 +BLZ,2037,16,4000,4100 +BLZ,2037,17,4000,4100 +BLZ,2037,18,4000,4100 +BLZ,2038,0,3800,3900 +BLZ,2038,1,3800,3900 +BLZ,2038,2,3800,3900 +BLZ,2038,3,3800,3900 +BLZ,2038,4,3900,4000 +BLZ,2038,5,3900,4000 +BLZ,2038,6,3900,4000 +BLZ,2038,7,3900,4000 +BLZ,2038,8,4000,4100 +BLZ,2038,9,4000,4100 +BLZ,2038,10,4000,4100 +BLZ,2038,11,4000,4100 +BLZ,2038,12,4000,4100 +BLZ,2038,13,4000,4100 +BLZ,2038,14,4100,4200 +BLZ,2038,15,4100,4200 +BLZ,2038,16,4000,4100 +BLZ,2038,17,4000,4100 +BLZ,2038,18,4000,4100 +BLZ,2039,0,3800,3900 +BLZ,2039,1,3800,3900 +BLZ,2039,2,3800,3900 +BLZ,2039,3,3800,3900 +BLZ,2039,4,3800,3900 +BLZ,2039,5,3900,4000 +BLZ,2039,6,3900,4000 +BLZ,2039,7,3900,4000 +BLZ,2039,8,3900,4000 +BLZ,2039,9,4000,4100 +BLZ,2039,10,4000,4100 +BLZ,2039,11,4000,4100 +BLZ,2039,12,4000,4100 +BLZ,2039,13,4000,4100 +BLZ,2039,14,4000,4100 +BLZ,2039,15,4100,4200 +BLZ,2039,16,4100,4200 +BLZ,2039,17,4100,4200 +BLZ,2039,18,4000,4100 +BLZ,2040,0,3700,3800 +BLZ,2040,1,3800,3900 +BLZ,2040,2,3800,3900 +BLZ,2040,3,3800,3900 +BLZ,2040,4,3800,3900 +BLZ,2040,5,3800,3900 +BLZ,2040,6,3900,4000 +BLZ,2040,7,3900,4000 +BLZ,2040,8,3900,4000 +BLZ,2040,9,3900,4000 +BLZ,2040,10,4000,4100 +BLZ,2040,11,4000,4100 +BLZ,2040,12,4000,4100 +BLZ,2040,13,4000,4100 +BLZ,2040,14,4000,4100 +BLZ,2040,15,4000,4100 +BLZ,2040,16,4100,4200 +BLZ,2040,17,4100,4200 +BLZ,2040,18,4100,4200 +BLZ,2041,0,3700,3800 +BLZ,2041,1,3700,3800 +BLZ,2041,2,3800,3900 +BLZ,2041,3,3800,3900 +BLZ,2041,4,3800,3900 +BLZ,2041,5,3800,3900 +BLZ,2041,6,3800,3900 +BLZ,2041,7,3900,4000 +BLZ,2041,8,3900,4000 +BLZ,2041,9,3900,4000 +BLZ,2041,10,3900,4000 +BLZ,2041,11,4000,4100 +BLZ,2041,12,4000,4100 +BLZ,2041,13,4000,4100 +BLZ,2041,14,4000,4100 +BLZ,2041,15,4000,4100 +BLZ,2041,16,4100,4200 +BLZ,2041,17,4100,4200 +BLZ,2041,18,4100,4200 +BLZ,2042,0,3700,3800 +BLZ,2042,1,3700,3800 +BLZ,2042,2,3700,3800 +BLZ,2042,3,3800,3900 +BLZ,2042,4,3800,3900 +BLZ,2042,5,3800,3900 +BLZ,2042,6,3800,3900 +BLZ,2042,7,3800,3900 +BLZ,2042,8,3900,4000 +BLZ,2042,9,3900,4000 +BLZ,2042,10,3900,4000 +BLZ,2042,11,3900,4000 +BLZ,2042,12,4000,4100 +BLZ,2042,13,4000,4100 +BLZ,2042,14,4000,4100 +BLZ,2042,15,4000,4100 +BLZ,2042,16,4000,4100 +BLZ,2042,17,4100,4200 +BLZ,2042,18,4100,4200 +BLZ,2043,0,3700,3800 +BLZ,2043,1,3700,3800 +BLZ,2043,2,3700,3800 +BLZ,2043,3,3700,3800 +BLZ,2043,4,3800,3900 +BLZ,2043,5,3800,3900 +BLZ,2043,6,3800,3900 +BLZ,2043,7,3800,3900 +BLZ,2043,8,3800,3900 +BLZ,2043,9,3900,4000 +BLZ,2043,10,3900,4000 +BLZ,2043,11,3900,4000 +BLZ,2043,12,3900,4000 +BLZ,2043,13,4000,4100 +BLZ,2043,14,4000,4100 +BLZ,2043,15,4000,4100 +BLZ,2043,16,4000,4100 +BLZ,2043,17,4100,4200 +BLZ,2043,18,4100,4200 +BLZ,2044,0,3700,3800 +BLZ,2044,1,3700,3800 +BLZ,2044,2,3700,3800 +BLZ,2044,3,3700,3800 +BLZ,2044,4,3700,3800 +BLZ,2044,5,3800,3900 +BLZ,2044,6,3800,3900 +BLZ,2044,7,3800,3900 +BLZ,2044,8,3800,3900 +BLZ,2044,9,3800,3900 +BLZ,2044,10,3900,4000 +BLZ,2044,11,3900,4000 +BLZ,2044,12,3900,4000 +BLZ,2044,13,3900,4000 +BLZ,2044,14,4000,4100 +BLZ,2044,15,4000,4100 +BLZ,2044,16,4000,4100 +BLZ,2044,17,4000,4100 +BLZ,2044,18,4100,4200 +BLZ,2045,0,3600,3700 +BLZ,2045,1,3700,3800 +BLZ,2045,2,3700,3800 +BLZ,2045,3,3700,3800 +BLZ,2045,4,3700,3800 +BLZ,2045,5,3700,3800 +BLZ,2045,6,3800,3900 +BLZ,2045,7,3800,3900 +BLZ,2045,8,3800,3900 +BLZ,2045,9,3800,3900 +BLZ,2045,10,3800,3900 +BLZ,2045,11,3900,4000 +BLZ,2045,12,3900,4000 +BLZ,2045,13,3900,4000 +BLZ,2045,14,3900,4000 +BLZ,2045,15,4000,4100 +BLZ,2045,16,4000,4100 +BLZ,2045,17,4000,4100 +BLZ,2045,18,4000,4100 +BLZ,2046,0,3600,3700 +BLZ,2046,1,3600,3700 +BLZ,2046,2,3700,3800 +BLZ,2046,3,3700,3800 +BLZ,2046,4,3700,3800 +BLZ,2046,5,3700,3800 +BLZ,2046,6,3700,3800 +BLZ,2046,7,3800,3900 +BLZ,2046,8,3800,3900 +BLZ,2046,9,3800,3900 +BLZ,2046,10,3800,3900 +BLZ,2046,11,3800,3900 +BLZ,2046,12,3900,4000 +BLZ,2046,13,3900,4000 +BLZ,2046,14,3900,4000 +BLZ,2046,15,4000,4100 +BLZ,2046,16,4000,4100 +BLZ,2046,17,4000,4100 +BLZ,2046,18,4000,4100 +BLZ,2047,0,3600,3700 +BLZ,2047,1,3600,3700 +BLZ,2047,2,3600,3700 +BLZ,2047,3,3700,3800 +BLZ,2047,4,3700,3800 +BLZ,2047,5,3700,3800 +BLZ,2047,6,3700,3800 +BLZ,2047,7,3700,3800 +BLZ,2047,8,3800,3900 +BLZ,2047,9,3800,3900 +BLZ,2047,10,3800,3900 +BLZ,2047,11,3800,3900 +BLZ,2047,12,3900,4000 +BLZ,2047,13,3900,4000 +BLZ,2047,14,3900,4000 +BLZ,2047,15,3900,4000 +BLZ,2047,16,4000,4100 +BLZ,2047,17,4000,4100 +BLZ,2047,18,4000,4100 +BLZ,2048,0,3600,3700 +BLZ,2048,1,3600,3700 +BLZ,2048,2,3600,3700 +BLZ,2048,3,3600,3700 +BLZ,2048,4,3700,3800 +BLZ,2048,5,3700,3800 +BLZ,2048,6,3700,3800 +BLZ,2048,7,3700,3800 +BLZ,2048,8,3700,3800 +BLZ,2048,9,3800,3900 +BLZ,2048,10,3800,3900 +BLZ,2048,11,3800,3900 +BLZ,2048,12,3800,3900 +BLZ,2048,13,3900,4000 +BLZ,2048,14,3900,4000 +BLZ,2048,15,3900,4000 +BLZ,2048,16,3900,4000 +BLZ,2048,17,4000,4100 +BLZ,2048,18,4000,4100 +BLZ,2049,0,3600,3700 +BLZ,2049,1,3600,3700 +BLZ,2049,2,3600,3700 +BLZ,2049,3,3600,3700 +BLZ,2049,4,3600,3700 +BLZ,2049,5,3700,3800 +BLZ,2049,6,3700,3800 +BLZ,2049,7,3700,3800 +BLZ,2049,8,3700,3800 +BLZ,2049,9,3700,3800 +BLZ,2049,10,3800,3900 +BLZ,2049,11,3800,3900 +BLZ,2049,12,3800,3900 +BLZ,2049,13,3800,3900 +BLZ,2049,14,3900,4000 +BLZ,2049,15,3900,4000 +BLZ,2049,16,3900,4000 +BLZ,2049,17,3900,4000 +BLZ,2049,18,4000,4100 +BLZ,2050,0,3600,3700 +BLZ,2050,1,3600,3700 +BLZ,2050,2,3600,3700 +BLZ,2050,3,3600,3700 +BLZ,2050,4,3600,3700 +BLZ,2050,5,3600,3700 +BLZ,2050,6,3700,3800 +BLZ,2050,7,3700,3800 +BLZ,2050,8,3700,3800 +BLZ,2050,9,3700,3800 +BLZ,2050,10,3700,3800 +BLZ,2050,11,3800,3900 +BLZ,2050,12,3800,3900 +BLZ,2050,13,3800,3900 +BLZ,2050,14,3800,3900 +BLZ,2050,15,3900,4000 +BLZ,2050,16,3900,4000 +BLZ,2050,17,3900,4000 +BLZ,2050,18,3900,4000 +BMU,1990,0,, +BMU,1990,1,, +BMU,1990,2,, +BMU,1990,3,, +BMU,1990,4,, +BMU,1990,5,, +BMU,1990,6,, +BMU,1990,7,, +BMU,1990,8,, +BMU,1990,9,, +BMU,1990,10,, +BMU,1990,11,, +BMU,1990,12,, +BMU,1990,13,, +BMU,1990,14,, +BMU,1990,15,, +BMU,1990,16,, +BMU,1990,17,, +BMU,1990,18,, +BMU,1991,0,, +BMU,1991,1,, +BMU,1991,2,, +BMU,1991,3,, +BMU,1991,4,, +BMU,1991,5,, +BMU,1991,6,, +BMU,1991,7,, +BMU,1991,8,, +BMU,1991,9,, +BMU,1991,10,, +BMU,1991,11,, +BMU,1991,12,, +BMU,1991,13,, +BMU,1991,14,, +BMU,1991,15,, +BMU,1991,16,, +BMU,1991,17,, +BMU,1991,18,, +BMU,1992,0,, +BMU,1992,1,, +BMU,1992,2,, +BMU,1992,3,, +BMU,1992,4,, +BMU,1992,5,, +BMU,1992,6,, +BMU,1992,7,, +BMU,1992,8,, +BMU,1992,9,, +BMU,1992,10,, +BMU,1992,11,, +BMU,1992,12,, +BMU,1992,13,, +BMU,1992,14,, +BMU,1992,15,, +BMU,1992,16,, +BMU,1992,17,, +BMU,1992,18,, +BMU,1993,0,, +BMU,1993,1,, +BMU,1993,2,, +BMU,1993,3,, +BMU,1993,4,, +BMU,1993,5,, +BMU,1993,6,, +BMU,1993,7,, +BMU,1993,8,, +BMU,1993,9,, +BMU,1993,10,, +BMU,1993,11,, +BMU,1993,12,, +BMU,1993,13,, +BMU,1993,14,, +BMU,1993,15,, +BMU,1993,16,, +BMU,1993,17,, +BMU,1993,18,, +BMU,1994,0,, +BMU,1994,1,, +BMU,1994,2,, +BMU,1994,3,, +BMU,1994,4,, +BMU,1994,5,, +BMU,1994,6,, +BMU,1994,7,, +BMU,1994,8,, +BMU,1994,9,, +BMU,1994,10,, +BMU,1994,11,, +BMU,1994,12,, +BMU,1994,13,, +BMU,1994,14,, +BMU,1994,15,, +BMU,1994,16,, +BMU,1994,17,, +BMU,1994,18,, +BMU,1995,0,, +BMU,1995,1,, +BMU,1995,2,, +BMU,1995,3,, +BMU,1995,4,, +BMU,1995,5,, +BMU,1995,6,, +BMU,1995,7,, +BMU,1995,8,, +BMU,1995,9,, +BMU,1995,10,, +BMU,1995,11,, +BMU,1995,12,, +BMU,1995,13,, +BMU,1995,14,, +BMU,1995,15,, +BMU,1995,16,, +BMU,1995,17,, +BMU,1995,18,, +BMU,1996,0,, +BMU,1996,1,, +BMU,1996,2,, +BMU,1996,3,, +BMU,1996,4,, +BMU,1996,5,, +BMU,1996,6,, +BMU,1996,7,, +BMU,1996,8,, +BMU,1996,9,, +BMU,1996,10,, +BMU,1996,11,, +BMU,1996,12,, +BMU,1996,13,, +BMU,1996,14,, +BMU,1996,15,, +BMU,1996,16,, +BMU,1996,17,, +BMU,1996,18,, +BMU,1997,0,, +BMU,1997,1,, +BMU,1997,2,, +BMU,1997,3,, +BMU,1997,4,, +BMU,1997,5,, +BMU,1997,6,, +BMU,1997,7,, +BMU,1997,8,, +BMU,1997,9,, +BMU,1997,10,, +BMU,1997,11,, +BMU,1997,12,, +BMU,1997,13,, +BMU,1997,14,, +BMU,1997,15,, +BMU,1997,16,, +BMU,1997,17,, +BMU,1997,18,, +BMU,1998,0,, +BMU,1998,1,, +BMU,1998,2,, +BMU,1998,3,, +BMU,1998,4,, +BMU,1998,5,, +BMU,1998,6,, +BMU,1998,7,, +BMU,1998,8,, +BMU,1998,9,, +BMU,1998,10,, +BMU,1998,11,, +BMU,1998,12,, +BMU,1998,13,, +BMU,1998,14,, +BMU,1998,15,, +BMU,1998,16,, +BMU,1998,17,, +BMU,1998,18,, +BMU,1999,0,, +BMU,1999,1,, +BMU,1999,2,, +BMU,1999,3,, +BMU,1999,4,, +BMU,1999,5,, +BMU,1999,6,, +BMU,1999,7,, +BMU,1999,8,, +BMU,1999,9,, +BMU,1999,10,, +BMU,1999,11,, +BMU,1999,12,, +BMU,1999,13,, +BMU,1999,14,, +BMU,1999,15,, +BMU,1999,16,, +BMU,1999,17,, +BMU,1999,18,, +BMU,2000,0,, +BMU,2000,1,, +BMU,2000,2,, +BMU,2000,3,, +BMU,2000,4,, +BMU,2000,5,, +BMU,2000,6,, +BMU,2000,7,, +BMU,2000,8,, +BMU,2000,9,, +BMU,2000,10,, +BMU,2000,11,, +BMU,2000,12,, +BMU,2000,13,, +BMU,2000,14,, +BMU,2000,15,, +BMU,2000,16,, +BMU,2000,17,, +BMU,2000,18,, +BMU,2001,0,, +BMU,2001,1,, +BMU,2001,2,, +BMU,2001,3,, +BMU,2001,4,, +BMU,2001,5,, +BMU,2001,6,, +BMU,2001,7,, +BMU,2001,8,, +BMU,2001,9,, +BMU,2001,10,, +BMU,2001,11,, +BMU,2001,12,, +BMU,2001,13,, +BMU,2001,14,, +BMU,2001,15,, +BMU,2001,16,, +BMU,2001,17,, +BMU,2001,18,, +BMU,2002,0,, +BMU,2002,1,, +BMU,2002,2,, +BMU,2002,3,, +BMU,2002,4,, +BMU,2002,5,, +BMU,2002,6,, +BMU,2002,7,, +BMU,2002,8,, +BMU,2002,9,, +BMU,2002,10,, +BMU,2002,11,, +BMU,2002,12,, +BMU,2002,13,, +BMU,2002,14,, +BMU,2002,15,, +BMU,2002,16,, +BMU,2002,17,, +BMU,2002,18,, +BMU,2003,0,, +BMU,2003,1,, +BMU,2003,2,, +BMU,2003,3,, +BMU,2003,4,, +BMU,2003,5,, +BMU,2003,6,, +BMU,2003,7,, +BMU,2003,8,, +BMU,2003,9,, +BMU,2003,10,, +BMU,2003,11,, +BMU,2003,12,, +BMU,2003,13,, +BMU,2003,14,, +BMU,2003,15,, +BMU,2003,16,, +BMU,2003,17,, +BMU,2003,18,, +BMU,2004,0,, +BMU,2004,1,, +BMU,2004,2,, +BMU,2004,3,, +BMU,2004,4,, +BMU,2004,5,, +BMU,2004,6,, +BMU,2004,7,, +BMU,2004,8,, +BMU,2004,9,, +BMU,2004,10,, +BMU,2004,11,, +BMU,2004,12,, +BMU,2004,13,, +BMU,2004,14,, +BMU,2004,15,, +BMU,2004,16,, +BMU,2004,17,, +BMU,2004,18,, +BMU,2005,0,, +BMU,2005,1,, +BMU,2005,2,, +BMU,2005,3,, +BMU,2005,4,, +BMU,2005,5,, +BMU,2005,6,, +BMU,2005,7,, +BMU,2005,8,, +BMU,2005,9,, +BMU,2005,10,, +BMU,2005,11,, +BMU,2005,12,, +BMU,2005,13,, +BMU,2005,14,, +BMU,2005,15,, +BMU,2005,16,, +BMU,2005,17,, +BMU,2005,18,, +BMU,2006,0,, +BMU,2006,1,, +BMU,2006,2,, +BMU,2006,3,, +BMU,2006,4,, +BMU,2006,5,, +BMU,2006,6,, +BMU,2006,7,, +BMU,2006,8,, +BMU,2006,9,, +BMU,2006,10,, +BMU,2006,11,, +BMU,2006,12,, +BMU,2006,13,, +BMU,2006,14,, +BMU,2006,15,, +BMU,2006,16,, +BMU,2006,17,, +BMU,2006,18,, +BMU,2007,0,, +BMU,2007,1,, +BMU,2007,2,, +BMU,2007,3,, +BMU,2007,4,, +BMU,2007,5,, +BMU,2007,6,, +BMU,2007,7,, +BMU,2007,8,, +BMU,2007,9,, +BMU,2007,10,, +BMU,2007,11,, +BMU,2007,12,, +BMU,2007,13,, +BMU,2007,14,, +BMU,2007,15,, +BMU,2007,16,, +BMU,2007,17,, +BMU,2007,18,, +BMU,2008,0,, +BMU,2008,1,, +BMU,2008,2,, +BMU,2008,3,, +BMU,2008,4,, +BMU,2008,5,, +BMU,2008,6,, +BMU,2008,7,, +BMU,2008,8,, +BMU,2008,9,, +BMU,2008,10,, +BMU,2008,11,, +BMU,2008,12,, +BMU,2008,13,, +BMU,2008,14,, +BMU,2008,15,, +BMU,2008,16,, +BMU,2008,17,, +BMU,2008,18,, +BMU,2009,0,, +BMU,2009,1,, +BMU,2009,2,, +BMU,2009,3,, +BMU,2009,4,, +BMU,2009,5,, +BMU,2009,6,, +BMU,2009,7,, +BMU,2009,8,, +BMU,2009,9,, +BMU,2009,10,, +BMU,2009,11,, +BMU,2009,12,, +BMU,2009,13,, +BMU,2009,14,, +BMU,2009,15,, +BMU,2009,16,, +BMU,2009,17,, +BMU,2009,18,, +BMU,2010,0,, +BMU,2010,1,, +BMU,2010,2,, +BMU,2010,3,, +BMU,2010,4,, +BMU,2010,5,, +BMU,2010,6,, +BMU,2010,7,, +BMU,2010,8,, +BMU,2010,9,, +BMU,2010,10,, +BMU,2010,11,, +BMU,2010,12,, +BMU,2010,13,, +BMU,2010,14,, +BMU,2010,15,, +BMU,2010,16,, +BMU,2010,17,, +BMU,2010,18,, +BMU,2011,0,, +BMU,2011,1,, +BMU,2011,2,, +BMU,2011,3,, +BMU,2011,4,, +BMU,2011,5,, +BMU,2011,6,, +BMU,2011,7,, +BMU,2011,8,, +BMU,2011,9,, +BMU,2011,10,, +BMU,2011,11,, +BMU,2011,12,, +BMU,2011,13,, +BMU,2011,14,, +BMU,2011,15,, +BMU,2011,16,, +BMU,2011,17,, +BMU,2011,18,, +BMU,2012,0,, +BMU,2012,1,, +BMU,2012,2,, +BMU,2012,3,, +BMU,2012,4,, +BMU,2012,5,, +BMU,2012,6,, +BMU,2012,7,, +BMU,2012,8,, +BMU,2012,9,, +BMU,2012,10,, +BMU,2012,11,, +BMU,2012,12,, +BMU,2012,13,, +BMU,2012,14,, +BMU,2012,15,, +BMU,2012,16,, +BMU,2012,17,, +BMU,2012,18,, +BMU,2013,0,, +BMU,2013,1,, +BMU,2013,2,, +BMU,2013,3,, +BMU,2013,4,, +BMU,2013,5,, +BMU,2013,6,, +BMU,2013,7,, +BMU,2013,8,, +BMU,2013,9,, +BMU,2013,10,, +BMU,2013,11,, +BMU,2013,12,, +BMU,2013,13,, +BMU,2013,14,, +BMU,2013,15,, +BMU,2013,16,, +BMU,2013,17,, +BMU,2013,18,, +BMU,2014,0,, +BMU,2014,1,, +BMU,2014,2,, +BMU,2014,3,, +BMU,2014,4,, +BMU,2014,5,, +BMU,2014,6,, +BMU,2014,7,, +BMU,2014,8,, +BMU,2014,9,, +BMU,2014,10,, +BMU,2014,11,, +BMU,2014,12,, +BMU,2014,13,, +BMU,2014,14,, +BMU,2014,15,, +BMU,2014,16,, +BMU,2014,17,, +BMU,2014,18,, +BMU,2015,0,, +BMU,2015,1,, +BMU,2015,2,, +BMU,2015,3,, +BMU,2015,4,, +BMU,2015,5,, +BMU,2015,6,, +BMU,2015,7,, +BMU,2015,8,, +BMU,2015,9,, +BMU,2015,10,, +BMU,2015,11,, +BMU,2015,12,, +BMU,2015,13,, +BMU,2015,14,, +BMU,2015,15,, +BMU,2015,16,, +BMU,2015,17,, +BMU,2015,18,, +BMU,2016,0,, +BMU,2016,1,, +BMU,2016,2,, +BMU,2016,3,, +BMU,2016,4,, +BMU,2016,5,, +BMU,2016,6,, +BMU,2016,7,, +BMU,2016,8,, +BMU,2016,9,, +BMU,2016,10,, +BMU,2016,11,, +BMU,2016,12,, +BMU,2016,13,, +BMU,2016,14,, +BMU,2016,15,, +BMU,2016,16,, +BMU,2016,17,, +BMU,2016,18,, +BMU,2017,0,, +BMU,2017,1,, +BMU,2017,2,, +BMU,2017,3,, +BMU,2017,4,, +BMU,2017,5,, +BMU,2017,6,, +BMU,2017,7,, +BMU,2017,8,, +BMU,2017,9,, +BMU,2017,10,, +BMU,2017,11,, +BMU,2017,12,, +BMU,2017,13,, +BMU,2017,14,, +BMU,2017,15,, +BMU,2017,16,, +BMU,2017,17,, +BMU,2017,18,, +BMU,2018,0,, +BMU,2018,1,, +BMU,2018,2,, +BMU,2018,3,, +BMU,2018,4,, +BMU,2018,5,, +BMU,2018,6,, +BMU,2018,7,, +BMU,2018,8,, +BMU,2018,9,, +BMU,2018,10,, +BMU,2018,11,, +BMU,2018,12,, +BMU,2018,13,, +BMU,2018,14,, +BMU,2018,15,, +BMU,2018,16,, +BMU,2018,17,, +BMU,2018,18,, +BMU,2019,0,, +BMU,2019,1,, +BMU,2019,2,, +BMU,2019,3,, +BMU,2019,4,, +BMU,2019,5,, +BMU,2019,6,, +BMU,2019,7,, +BMU,2019,8,, +BMU,2019,9,, +BMU,2019,10,, +BMU,2019,11,, +BMU,2019,12,, +BMU,2019,13,, +BMU,2019,14,, +BMU,2019,15,, +BMU,2019,16,, +BMU,2019,17,, +BMU,2019,18,, +BMU,2020,0,, +BMU,2020,1,, +BMU,2020,2,, +BMU,2020,3,, +BMU,2020,4,, +BMU,2020,5,, +BMU,2020,6,, +BMU,2020,7,, +BMU,2020,8,, +BMU,2020,9,, +BMU,2020,10,, +BMU,2020,11,, +BMU,2020,12,, +BMU,2020,13,, +BMU,2020,14,, +BMU,2020,15,, +BMU,2020,16,, +BMU,2020,17,, +BMU,2020,18,, +BMU,2021,0,, +BMU,2021,1,, +BMU,2021,2,, +BMU,2021,3,, +BMU,2021,4,, +BMU,2021,5,, +BMU,2021,6,, +BMU,2021,7,, +BMU,2021,8,, +BMU,2021,9,, +BMU,2021,10,, +BMU,2021,11,, +BMU,2021,12,, +BMU,2021,13,, +BMU,2021,14,, +BMU,2021,15,, +BMU,2021,16,, +BMU,2021,17,, +BMU,2021,18,, +BMU,2022,0,, +BMU,2022,1,, +BMU,2022,2,, +BMU,2022,3,, +BMU,2022,4,, +BMU,2022,5,, +BMU,2022,6,, +BMU,2022,7,, +BMU,2022,8,, +BMU,2022,9,, +BMU,2022,10,, +BMU,2022,11,, +BMU,2022,12,, +BMU,2022,13,, +BMU,2022,14,, +BMU,2022,15,, +BMU,2022,16,, +BMU,2022,17,, +BMU,2022,18,, +BMU,2023,0,, +BMU,2023,1,, +BMU,2023,2,, +BMU,2023,3,, +BMU,2023,4,, +BMU,2023,5,, +BMU,2023,6,, +BMU,2023,7,, +BMU,2023,8,, +BMU,2023,9,, +BMU,2023,10,, +BMU,2023,11,, +BMU,2023,12,, +BMU,2023,13,, +BMU,2023,14,, +BMU,2023,15,, +BMU,2023,16,, +BMU,2023,17,, +BMU,2023,18,, +BMU,2024,0,, +BMU,2024,1,, +BMU,2024,2,, +BMU,2024,3,, +BMU,2024,4,, +BMU,2024,5,, +BMU,2024,6,, +BMU,2024,7,, +BMU,2024,8,, +BMU,2024,9,, +BMU,2024,10,, +BMU,2024,11,, +BMU,2024,12,, +BMU,2024,13,, +BMU,2024,14,, +BMU,2024,15,, +BMU,2024,16,, +BMU,2024,17,, +BMU,2024,18,, +BMU,2025,0,, +BMU,2025,1,, +BMU,2025,2,, +BMU,2025,3,, +BMU,2025,4,, +BMU,2025,5,, +BMU,2025,6,, +BMU,2025,7,, +BMU,2025,8,, +BMU,2025,9,, +BMU,2025,10,, +BMU,2025,11,, +BMU,2025,12,, +BMU,2025,13,, +BMU,2025,14,, +BMU,2025,15,, +BMU,2025,16,, +BMU,2025,17,, +BMU,2025,18,, +BMU,2026,0,, +BMU,2026,1,, +BMU,2026,2,, +BMU,2026,3,, +BMU,2026,4,, +BMU,2026,5,, +BMU,2026,6,, +BMU,2026,7,, +BMU,2026,8,, +BMU,2026,9,, +BMU,2026,10,, +BMU,2026,11,, +BMU,2026,12,, +BMU,2026,13,, +BMU,2026,14,, +BMU,2026,15,, +BMU,2026,16,, +BMU,2026,17,, +BMU,2026,18,, +BMU,2027,0,, +BMU,2027,1,, +BMU,2027,2,, +BMU,2027,3,, +BMU,2027,4,, +BMU,2027,5,, +BMU,2027,6,, +BMU,2027,7,, +BMU,2027,8,, +BMU,2027,9,, +BMU,2027,10,, +BMU,2027,11,, +BMU,2027,12,, +BMU,2027,13,, +BMU,2027,14,, +BMU,2027,15,, +BMU,2027,16,, +BMU,2027,17,, +BMU,2027,18,, +BMU,2028,0,, +BMU,2028,1,, +BMU,2028,2,, +BMU,2028,3,, +BMU,2028,4,, +BMU,2028,5,, +BMU,2028,6,, +BMU,2028,7,, +BMU,2028,8,, +BMU,2028,9,, +BMU,2028,10,, +BMU,2028,11,, +BMU,2028,12,, +BMU,2028,13,, +BMU,2028,14,, +BMU,2028,15,, +BMU,2028,16,, +BMU,2028,17,, +BMU,2028,18,, +BMU,2029,0,, +BMU,2029,1,, +BMU,2029,2,, +BMU,2029,3,, +BMU,2029,4,, +BMU,2029,5,, +BMU,2029,6,, +BMU,2029,7,, +BMU,2029,8,, +BMU,2029,9,, +BMU,2029,10,, +BMU,2029,11,, +BMU,2029,12,, +BMU,2029,13,, +BMU,2029,14,, +BMU,2029,15,, +BMU,2029,16,, +BMU,2029,17,, +BMU,2029,18,, +BMU,2030,0,, +BMU,2030,1,, +BMU,2030,2,, +BMU,2030,3,, +BMU,2030,4,, +BMU,2030,5,, +BMU,2030,6,, +BMU,2030,7,, +BMU,2030,8,, +BMU,2030,9,, +BMU,2030,10,, +BMU,2030,11,, +BMU,2030,12,, +BMU,2030,13,, +BMU,2030,14,, +BMU,2030,15,, +BMU,2030,16,, +BMU,2030,17,, +BMU,2030,18,, +BMU,2031,0,, +BMU,2031,1,, +BMU,2031,2,, +BMU,2031,3,, +BMU,2031,4,, +BMU,2031,5,, +BMU,2031,6,, +BMU,2031,7,, +BMU,2031,8,, +BMU,2031,9,, +BMU,2031,10,, +BMU,2031,11,, +BMU,2031,12,, +BMU,2031,13,, +BMU,2031,14,, +BMU,2031,15,, +BMU,2031,16,, +BMU,2031,17,, +BMU,2031,18,, +BMU,2032,0,, +BMU,2032,1,, +BMU,2032,2,, +BMU,2032,3,, +BMU,2032,4,, +BMU,2032,5,, +BMU,2032,6,, +BMU,2032,7,, +BMU,2032,8,, +BMU,2032,9,, +BMU,2032,10,, +BMU,2032,11,, +BMU,2032,12,, +BMU,2032,13,, +BMU,2032,14,, +BMU,2032,15,, +BMU,2032,16,, +BMU,2032,17,, +BMU,2032,18,, +BMU,2033,0,, +BMU,2033,1,, +BMU,2033,2,, +BMU,2033,3,, +BMU,2033,4,, +BMU,2033,5,, +BMU,2033,6,, +BMU,2033,7,, +BMU,2033,8,, +BMU,2033,9,, +BMU,2033,10,, +BMU,2033,11,, +BMU,2033,12,, +BMU,2033,13,, +BMU,2033,14,, +BMU,2033,15,, +BMU,2033,16,, +BMU,2033,17,, +BMU,2033,18,, +BMU,2034,0,, +BMU,2034,1,, +BMU,2034,2,, +BMU,2034,3,, +BMU,2034,4,, +BMU,2034,5,, +BMU,2034,6,, +BMU,2034,7,, +BMU,2034,8,, +BMU,2034,9,, +BMU,2034,10,, +BMU,2034,11,, +BMU,2034,12,, +BMU,2034,13,, +BMU,2034,14,, +BMU,2034,15,, +BMU,2034,16,, +BMU,2034,17,, +BMU,2034,18,, +BMU,2035,0,, +BMU,2035,1,, +BMU,2035,2,, +BMU,2035,3,, +BMU,2035,4,, +BMU,2035,5,, +BMU,2035,6,, +BMU,2035,7,, +BMU,2035,8,, +BMU,2035,9,, +BMU,2035,10,, +BMU,2035,11,, +BMU,2035,12,, +BMU,2035,13,, +BMU,2035,14,, +BMU,2035,15,, +BMU,2035,16,, +BMU,2035,17,, +BMU,2035,18,, +BMU,2036,0,, +BMU,2036,1,, +BMU,2036,2,, +BMU,2036,3,, +BMU,2036,4,, +BMU,2036,5,, +BMU,2036,6,, +BMU,2036,7,, +BMU,2036,8,, +BMU,2036,9,, +BMU,2036,10,, +BMU,2036,11,, +BMU,2036,12,, +BMU,2036,13,, +BMU,2036,14,, +BMU,2036,15,, +BMU,2036,16,, +BMU,2036,17,, +BMU,2036,18,, +BMU,2037,0,, +BMU,2037,1,, +BMU,2037,2,, +BMU,2037,3,, +BMU,2037,4,, +BMU,2037,5,, +BMU,2037,6,, +BMU,2037,7,, +BMU,2037,8,, +BMU,2037,9,, +BMU,2037,10,, +BMU,2037,11,, +BMU,2037,12,, +BMU,2037,13,, +BMU,2037,14,, +BMU,2037,15,, +BMU,2037,16,, +BMU,2037,17,, +BMU,2037,18,, +BMU,2038,0,, +BMU,2038,1,, +BMU,2038,2,, +BMU,2038,3,, +BMU,2038,4,, +BMU,2038,5,, +BMU,2038,6,, +BMU,2038,7,, +BMU,2038,8,, +BMU,2038,9,, +BMU,2038,10,, +BMU,2038,11,, +BMU,2038,12,, +BMU,2038,13,, +BMU,2038,14,, +BMU,2038,15,, +BMU,2038,16,, +BMU,2038,17,, +BMU,2038,18,, +BMU,2039,0,, +BMU,2039,1,, +BMU,2039,2,, +BMU,2039,3,, +BMU,2039,4,, +BMU,2039,5,, +BMU,2039,6,, +BMU,2039,7,, +BMU,2039,8,, +BMU,2039,9,, +BMU,2039,10,, +BMU,2039,11,, +BMU,2039,12,, +BMU,2039,13,, +BMU,2039,14,, +BMU,2039,15,, +BMU,2039,16,, +BMU,2039,17,, +BMU,2039,18,, +BMU,2040,0,, +BMU,2040,1,, +BMU,2040,2,, +BMU,2040,3,, +BMU,2040,4,, +BMU,2040,5,, +BMU,2040,6,, +BMU,2040,7,, +BMU,2040,8,, +BMU,2040,9,, +BMU,2040,10,, +BMU,2040,11,, +BMU,2040,12,, +BMU,2040,13,, +BMU,2040,14,, +BMU,2040,15,, +BMU,2040,16,, +BMU,2040,17,, +BMU,2040,18,, +BMU,2041,0,, +BMU,2041,1,, +BMU,2041,2,, +BMU,2041,3,, +BMU,2041,4,, +BMU,2041,5,, +BMU,2041,6,, +BMU,2041,7,, +BMU,2041,8,, +BMU,2041,9,, +BMU,2041,10,, +BMU,2041,11,, +BMU,2041,12,, +BMU,2041,13,, +BMU,2041,14,, +BMU,2041,15,, +BMU,2041,16,, +BMU,2041,17,, +BMU,2041,18,, +BMU,2042,0,, +BMU,2042,1,, +BMU,2042,2,, +BMU,2042,3,, +BMU,2042,4,, +BMU,2042,5,, +BMU,2042,6,, +BMU,2042,7,, +BMU,2042,8,, +BMU,2042,9,, +BMU,2042,10,, +BMU,2042,11,, +BMU,2042,12,, +BMU,2042,13,, +BMU,2042,14,, +BMU,2042,15,, +BMU,2042,16,, +BMU,2042,17,, +BMU,2042,18,, +BMU,2043,0,, +BMU,2043,1,, +BMU,2043,2,, +BMU,2043,3,, +BMU,2043,4,, +BMU,2043,5,, +BMU,2043,6,, +BMU,2043,7,, +BMU,2043,8,, +BMU,2043,9,, +BMU,2043,10,, +BMU,2043,11,, +BMU,2043,12,, +BMU,2043,13,, +BMU,2043,14,, +BMU,2043,15,, +BMU,2043,16,, +BMU,2043,17,, +BMU,2043,18,, +BMU,2044,0,, +BMU,2044,1,, +BMU,2044,2,, +BMU,2044,3,, +BMU,2044,4,, +BMU,2044,5,, +BMU,2044,6,, +BMU,2044,7,, +BMU,2044,8,, +BMU,2044,9,, +BMU,2044,10,, +BMU,2044,11,, +BMU,2044,12,, +BMU,2044,13,, +BMU,2044,14,, +BMU,2044,15,, +BMU,2044,16,, +BMU,2044,17,, +BMU,2044,18,, +BMU,2045,0,, +BMU,2045,1,, +BMU,2045,2,, +BMU,2045,3,, +BMU,2045,4,, +BMU,2045,5,, +BMU,2045,6,, +BMU,2045,7,, +BMU,2045,8,, +BMU,2045,9,, +BMU,2045,10,, +BMU,2045,11,, +BMU,2045,12,, +BMU,2045,13,, +BMU,2045,14,, +BMU,2045,15,, +BMU,2045,16,, +BMU,2045,17,, +BMU,2045,18,, +BMU,2046,0,, +BMU,2046,1,, +BMU,2046,2,, +BMU,2046,3,, +BMU,2046,4,, +BMU,2046,5,, +BMU,2046,6,, +BMU,2046,7,, +BMU,2046,8,, +BMU,2046,9,, +BMU,2046,10,, +BMU,2046,11,, +BMU,2046,12,, +BMU,2046,13,, +BMU,2046,14,, +BMU,2046,15,, +BMU,2046,16,, +BMU,2046,17,, +BMU,2046,18,, +BMU,2047,0,, +BMU,2047,1,, +BMU,2047,2,, +BMU,2047,3,, +BMU,2047,4,, +BMU,2047,5,, +BMU,2047,6,, +BMU,2047,7,, +BMU,2047,8,, +BMU,2047,9,, +BMU,2047,10,, +BMU,2047,11,, +BMU,2047,12,, +BMU,2047,13,, +BMU,2047,14,, +BMU,2047,15,, +BMU,2047,16,, +BMU,2047,17,, +BMU,2047,18,, +BMU,2048,0,, +BMU,2048,1,, +BMU,2048,2,, +BMU,2048,3,, +BMU,2048,4,, +BMU,2048,5,, +BMU,2048,6,, +BMU,2048,7,, +BMU,2048,8,, +BMU,2048,9,, +BMU,2048,10,, +BMU,2048,11,, +BMU,2048,12,, +BMU,2048,13,, +BMU,2048,14,, +BMU,2048,15,, +BMU,2048,16,, +BMU,2048,17,, +BMU,2048,18,, +BMU,2049,0,, +BMU,2049,1,, +BMU,2049,2,, +BMU,2049,3,, +BMU,2049,4,, +BMU,2049,5,, +BMU,2049,6,, +BMU,2049,7,, +BMU,2049,8,, +BMU,2049,9,, +BMU,2049,10,, +BMU,2049,11,, +BMU,2049,12,, +BMU,2049,13,, +BMU,2049,14,, +BMU,2049,15,, +BMU,2049,16,, +BMU,2049,17,, +BMU,2049,18,, +BMU,2050,0,, +BMU,2050,1,, +BMU,2050,2,, +BMU,2050,3,, +BMU,2050,4,, +BMU,2050,5,, +BMU,2050,6,, +BMU,2050,7,, +BMU,2050,8,, +BMU,2050,9,, +BMU,2050,10,, +BMU,2050,11,, +BMU,2050,12,, +BMU,2050,13,, +BMU,2050,14,, +BMU,2050,15,, +BMU,2050,16,, +BMU,2050,17,, +BMU,2050,18,, +BOL,1990,0,108559,113078 +BOL,1990,1,104302,108576 +BOL,1990,2,100545,104593 +BOL,1990,3,97236,101078 +BOL,1990,4,94325,97979 +BOL,1990,5,91762,95245 +BOL,1990,6,89496,92823 +BOL,1990,7,87476,90661 +BOL,1990,8,85652,88707 +BOL,1990,9,83974,86910 +BOL,1990,10,82451,85278 +BOL,1990,11,81097,83819 +BOL,1990,12,79550,82180 +BOL,1990,13,77637,80190 +BOL,1990,14,75493,77977 +BOL,1990,15,73436,75853 +BOL,1990,16,71413,73769 +BOL,1990,17,69384,71656 +BOL,1990,18,67363,69516 +BOL,1991,0,109547,114145 +BOL,1991,1,106871,111284 +BOL,1991,2,103027,107217 +BOL,1991,3,99585,103570 +BOL,1991,4,96507,100304 +BOL,1991,5,93753,97379 +BOL,1991,6,91279,94747 +BOL,1991,7,89036,92361 +BOL,1991,8,87028,90218 +BOL,1991,9,85229,88294 +BOL,1991,10,83580,86526 +BOL,1991,11,82052,84888 +BOL,1991,12,80667,83396 +BOL,1991,13,79092,81723 +BOL,1991,14,77164,79706 +BOL,1991,15,75013,77471 +BOL,1991,16,72941,75317 +BOL,1991,17,70898,73197 +BOL,1991,18,68856,71060 +BOL,1992,0,110185,114868 +BOL,1992,1,106602,111049 +BOL,1992,2,105302,109613 +BOL,1992,3,101866,105977 +BOL,1992,4,98736,102662 +BOL,1992,5,95884,99641 +BOL,1992,6,93284,96885 +BOL,1992,7,90895,94353 +BOL,1992,8,88675,92000 +BOL,1992,9,86675,89874 +BOL,1992,10,84900,87977 +BOL,1992,11,83278,86237 +BOL,1992,12,81743,84591 +BOL,1992,13,80325,83065 +BOL,1992,14,78720,81356 +BOL,1992,15,76776,79310 +BOL,1992,16,74615,77051 +BOL,1992,17,72526,74865 +BOL,1992,18,70462,72707 +BOL,1993,0,110628,115389 +BOL,1993,1,107611,112139 +BOL,1993,2,104768,109084 +BOL,1993,3,103807,108014 +BOL,1993,4,100778,104806 +BOL,1993,5,97956,101821 +BOL,1993,6,95329,99042 +BOL,1993,7,92882,96455 +BOL,1993,8,90576,94020 +BOL,1993,9,88376,91699 +BOL,1993,10,86383,89589 +BOL,1993,11,84631,87718 +BOL,1993,12,83034,86005 +BOL,1993,13,81492,84349 +BOL,1993,14,80041,82788 +BOL,1993,15,78405,81041 +BOL,1993,16,76442,78966 +BOL,1993,17,74271,76681 +BOL,1993,18,72163,74461 +BOL,1994,0,111113,115934 +BOL,1994,1,108617,113209 +BOL,1994,2,106165,110552 +BOL,1994,3,103760,107961 +BOL,1994,4,102337,106428 +BOL,1994,5,99713,103648 +BOL,1994,6,97200,100992 +BOL,1994,7,94797,98457 +BOL,1994,8,92501,96037 +BOL,1994,9,90280,93700 +BOL,1994,10,88098,91410 +BOL,1994,11,86112,89315 +BOL,1994,12,84382,87471 +BOL,1994,13,82812,85783 +BOL,1994,14,81260,84118 +BOL,1994,15,79776,82521 +BOL,1994,16,78109,80738 +BOL,1994,17,76126,78632 +BOL,1994,18,73944,76321 +BOL,1995,0,111820,116675 +BOL,1995,1,109681,114319 +BOL,1995,2,107505,111948 +BOL,1995,3,105304,109570 +BOL,1995,4,103088,107193 +BOL,1995,5,100865,104825 +BOL,1995,6,98647,102474 +BOL,1995,7,96444,100149 +BOL,1995,8,94266,97856 +BOL,1995,9,92122,95605 +BOL,1995,10,89983,93366 +BOL,1995,11,87822,91108 +BOL,1995,12,85842,89029 +BOL,1995,13,84134,87211 +BOL,1995,14,82589,85550 +BOL,1995,15,81030,83875 +BOL,1995,16,79511,82243 +BOL,1995,17,77813,80422 +BOL,1995,18,75811,78286 +BOL,1996,0,112696,117600 +BOL,1996,1,110854,115630 +BOL,1996,2,108788,113363 +BOL,1996,3,106700,111091 +BOL,1996,4,104596,108817 +BOL,1996,5,102480,106545 +BOL,1996,6,100366,104284 +BOL,1996,7,98263,102044 +BOL,1996,8,96144,99799 +BOL,1996,9,94003,97543 +BOL,1996,10,91864,95295 +BOL,1996,11,89731,93058 +BOL,1996,12,87572,90802 +BOL,1996,13,85581,88699 +BOL,1996,14,83848,86825 +BOL,1996,15,82268,85088 +BOL,1996,16,80670,83336 +BOL,1996,17,79108,81621 +BOL,1996,18,77373,79740 +BOL,1997,0,113784,118713 +BOL,1997,1,111800,116560 +BOL,1997,2,109911,114593 +BOL,1997,3,107916,112414 +BOL,1997,4,105915,110241 +BOL,1997,5,103907,108071 +BOL,1997,6,101893,105904 +BOL,1997,7,99886,103751 +BOL,1997,8,97897,101620 +BOL,1997,9,95863,99455 +BOL,1997,10,93760,97235 +BOL,1997,11,91624,94991 +BOL,1997,12,89496,92757 +BOL,1997,13,87339,90502 +BOL,1997,14,85337,88374 +BOL,1997,15,83578,86444 +BOL,1997,16,81963,84632 +BOL,1997,17,80325,82803 +BOL,1997,18,78720,81004 +BOL,1998,0,114979,119926 +BOL,1998,1,112899,117705 +BOL,1998,2,110845,115511 +BOL,1998,3,108979,113564 +BOL,1998,4,107057,111473 +BOL,1998,5,105142,109398 +BOL,1998,6,103231,107332 +BOL,1998,7,101317,105271 +BOL,1998,8,99417,103224 +BOL,1998,9,97542,101202 +BOL,1998,10,95593,99118 +BOL,1998,11,93527,96934 +BOL,1998,12,91395,94693 +BOL,1998,13,89271,92461 +BOL,1998,14,87115,90207 +BOL,1998,15,85102,88056 +BOL,1998,16,83317,86070 +BOL,1998,17,81667,84181 +BOL,1998,18,79990,82275 +BOL,1999,0,116135,121121 +BOL,1999,1,113961,118823 +BOL,1999,2,111868,116603 +BOL,1999,3,109846,114450 +BOL,1999,4,108059,112555 +BOL,1999,5,106208,110552 +BOL,1999,6,104380,108575 +BOL,1999,7,102565,106613 +BOL,1999,8,100752,104656 +BOL,1999,9,98958,102715 +BOL,1999,10,97197,100803 +BOL,1999,11,95333,98799 +BOL,1999,12,93303,96651 +BOL,1999,13,91174,94412 +BOL,1999,14,89056,92183 +BOL,1999,15,86901,89929 +BOL,1999,16,84876,87753 +BOL,1999,17,83065,85711 +BOL,1999,18,81379,83746 +BOL,2000,0,117134,122196 +BOL,2000,1,114940,119881 +BOL,2000,2,112859,117676 +BOL,2000,3,110876,115566 +BOL,2000,4,108976,113536 +BOL,2000,5,107144,111570 +BOL,2000,6,105364,109655 +BOL,2000,7,103623,107775 +BOL,2000,8,101903,105917 +BOL,2000,9,100192,104064 +BOL,2000,10,98504,102229 +BOL,2000,11,96857,100425 +BOL,2000,12,95077,98502 +BOL,2000,13,93084,96388 +BOL,2000,14,90959,94152 +BOL,2000,15,88844,91924 +BOL,2000,16,86691,89671 +BOL,2000,17,84654,87470 +BOL,2000,18,82817,85370 +BOL,2001,0,117911,123038 +BOL,2001,1,116201,121165 +BOL,2001,2,114167,119020 +BOL,2001,3,112217,116959 +BOL,2001,4,110338,114968 +BOL,2001,5,108517,113034 +BOL,2001,6,106742,111146 +BOL,2001,7,105002,109292 +BOL,2001,8,103276,107444 +BOL,2001,9,101547,105581 +BOL,2001,10,99808,103698 +BOL,2001,11,98083,101825 +BOL,2001,12,96387,99969 +BOL,2001,13,94567,98004 +BOL,2001,14,92557,95872 +BOL,2001,15,90428,93631 +BOL,2001,16,88305,91392 +BOL,2001,17,86144,89127 +BOL,2001,18,84091,86908 +BOL,2002,0,118572,123802 +BOL,2002,1,116559,121620 +BOL,2002,2,115286,120171 +BOL,2002,3,113413,118195 +BOL,2002,4,111593,116278 +BOL,2002,5,109818,114406 +BOL,2002,6,108075,112567 +BOL,2002,7,106357,110755 +BOL,2002,8,104656,108963 +BOL,2002,9,102945,107146 +BOL,2002,10,101207,105277 +BOL,2002,11,99441,103365 +BOL,2002,12,97678,101452 +BOL,2002,13,95931,99544 +BOL,2002,14,94071,97536 +BOL,2002,15,92044,95385 +BOL,2002,16,89911,93139 +BOL,2002,17,87779,90887 +BOL,2002,18,85610,88610 +BOL,2003,0,119060,124407 +BOL,2003,1,117227,122367 +BOL,2003,2,115472,120435 +BOL,2003,3,114389,119206 +BOL,2003,4,112675,117398 +BOL,2003,5,110987,115623 +BOL,2003,6,109314,113870 +BOL,2003,7,107649,112127 +BOL,2003,8,105988,110390 +BOL,2003,9,104325,108659 +BOL,2003,10,102630,106872 +BOL,2003,11,100882,104998 +BOL,2003,12,99088,103055 +BOL,2003,13,97287,101102 +BOL,2003,14,95490,99142 +BOL,2003,15,93590,97091 +BOL,2003,16,91545,94920 +BOL,2003,17,89408,92668 +BOL,2003,18,87266,90404 +BOL,2004,0,119310,124752 +BOL,2004,1,117718,122925 +BOL,2004,2,116163,121176 +BOL,2004,3,114637,119489 +BOL,2004,4,113513,118259 +BOL,2004,5,111959,116618 +BOL,2004,6,110400,114987 +BOL,2004,7,108831,113352 +BOL,2004,8,107243,111703 +BOL,2004,9,105638,110043 +BOL,2004,10,104014,108372 +BOL,2004,11,102333,106615 +BOL,2004,12,100576,104736 +BOL,2004,13,98754,102762 +BOL,2004,14,96914,100769 +BOL,2004,15,95066,98755 +BOL,2004,16,93126,96662 +BOL,2004,17,91063,94470 +BOL,2004,18,88921,92212 +BOL,2005,0,119292,124781 +BOL,2005,1,117996,123242 +BOL,2005,2,116689,121737 +BOL,2005,3,115367,120256 +BOL,2005,4,114026,118787 +BOL,2005,5,112660,117322 +BOL,2005,6,111265,115850 +BOL,2005,7,109836,114361 +BOL,2005,8,108369,112844 +BOL,2005,9,106860,111291 +BOL,2005,10,105310,109705 +BOL,2005,11,103725,108095 +BOL,2005,12,102058,106368 +BOL,2005,13,100290,104483 +BOL,2005,14,98439,102478 +BOL,2005,15,96561,100445 +BOL,2005,16,94662,98378 +BOL,2005,17,92681,96241 +BOL,2005,18,90599,94029 +BOL,2006,0,118808,124321 +BOL,2006,1,118557,123962 +BOL,2006,2,117389,122583 +BOL,2006,3,116179,121199 +BOL,2006,4,114929,119804 +BOL,2006,5,113635,118394 +BOL,2006,6,112296,116958 +BOL,2006,7,110907,115487 +BOL,2006,8,109479,113996 +BOL,2006,9,108017,112487 +BOL,2006,10,106513,110943 +BOL,2006,11,104957,109352 +BOL,2006,12,103360,107728 +BOL,2006,13,101674,105975 +BOL,2006,14,99879,104048 +BOL,2006,15,97999,101990 +BOL,2006,16,96089,99903 +BOL,2006,17,94153,97780 +BOL,2006,18,92151,95603 +BOL,2007,0,118075,123567 +BOL,2007,1,117591,122895 +BOL,2007,2,117880,123191 +BOL,2007,3,116838,121971 +BOL,2007,4,115725,120707 +BOL,2007,5,114545,119399 +BOL,2007,6,113300,118046 +BOL,2007,7,111986,116638 +BOL,2007,8,110602,115169 +BOL,2007,9,109174,113675 +BOL,2007,10,107717,112173 +BOL,2007,11,106216,110637 +BOL,2007,12,104655,109041 +BOL,2007,13,103044,107404 +BOL,2007,14,101339,105624 +BOL,2007,15,99517,103652 +BOL,2007,16,97605,101541 +BOL,2007,17,95662,99401 +BOL,2007,18,93689,97220 +BOL,2008,0,117276,122721 +BOL,2008,1,117214,122519 +BOL,2008,2,116949,122129 +BOL,2008,3,117237,122446 +BOL,2008,4,116322,121385 +BOL,2008,5,115306,120241 +BOL,2008,6,114196,119019 +BOL,2008,7,112998,117723 +BOL,2008,8,111709,116344 +BOL,2008,9,110330,114875 +BOL,2008,10,108902,113379 +BOL,2008,11,107449,111883 +BOL,2008,12,105952,110356 +BOL,2008,13,104383,108753 +BOL,2008,14,102760,107102 +BOL,2008,15,101034,105294 +BOL,2008,16,99184,103279 +BOL,2008,17,97240,101114 +BOL,2008,18,95263,98919 +BOL,2009,0,116661,122067 +BOL,2009,1,116898,122201 +BOL,2009,2,116897,122104 +BOL,2009,3,116674,121789 +BOL,2009,4,116604,121703 +BOL,2009,5,115816,120801 +BOL,2009,6,114897,119778 +BOL,2009,7,113857,118642 +BOL,2009,8,112705,117402 +BOL,2009,9,111442,116052 +BOL,2009,10,110067,114584 +BOL,2009,11,108640,113085 +BOL,2009,12,107190,111595 +BOL,2009,13,105697,110076 +BOL,2009,14,104121,108468 +BOL,2009,15,102484,106802 +BOL,2009,16,100738,104967 +BOL,2009,17,98860,102908 +BOL,2009,18,96884,100689 +BOL,2010,0,116409,121801 +BOL,2010,1,116747,122058 +BOL,2010,2,116859,122089 +BOL,2010,3,116758,121906 +BOL,2010,4,116457,121522 +BOL,2010,5,115968,120952 +BOL,2010,6,115306,120209 +BOL,2010,7,114484,119306 +BOL,2010,8,113514,118256 +BOL,2010,9,112410,117074 +BOL,2010,10,111172,115752 +BOL,2010,11,109802,114284 +BOL,2010,12,108374,112783 +BOL,2010,13,106928,111300 +BOL,2010,14,105438,109789 +BOL,2010,15,103856,108175 +BOL,2010,16,102205,106495 +BOL,2010,17,100439,104633 +BOL,2010,18,98533,102529 +BOL,2011,0,116611,122060 +BOL,2011,1,116183,121530 +BOL,2011,2,116398,121669 +BOL,2011,3,116442,121638 +BOL,2011,4,116319,121441 +BOL,2011,5,116031,121079 +BOL,2011,6,115591,120567 +BOL,2011,7,115014,119918 +BOL,2011,8,114250,119079 +BOL,2011,9,113283,118030 +BOL,2011,10,112146,116809 +BOL,2011,11,110893,115465 +BOL,2011,12,109516,113986 +BOL,2011,13,108074,112458 +BOL,2011,14,106606,110931 +BOL,2011,15,105089,109365 +BOL,2011,16,103479,107696 +BOL,2011,17,101800,105961 +BOL,2011,18,100013,104056 +BOL,2012,0,117196,122728 +BOL,2012,1,117043,122468 +BOL,2012,2,115939,121235 +BOL,2012,3,116031,121255 +BOL,2012,4,116008,121163 +BOL,2012,5,115862,120952 +BOL,2012,6,115587,120611 +BOL,2012,7,115197,120157 +BOL,2012,8,114704,119602 +BOL,2012,9,114000,118828 +BOL,2012,10,113035,117781 +BOL,2012,11,111865,116520 +BOL,2012,12,110597,115156 +BOL,2012,13,109214,113664 +BOL,2012,14,107759,112111 +BOL,2012,15,106269,110540 +BOL,2012,16,104725,108920 +BOL,2012,17,103088,107197 +BOL,2012,18,101381,105405 +BOL,2013,0,117938,123557 +BOL,2013,1,117349,122832 +BOL,2013,2,116844,122207 +BOL,2013,3,115691,120929 +BOL,2013,4,115661,120831 +BOL,2013,5,115570,120678 +BOL,2013,6,115402,120452 +BOL,2013,7,115140,120133 +BOL,2013,8,114798,119737 +BOL,2013,9,114391,119276 +BOL,2013,10,113745,118566 +BOL,2013,11,112783,117521 +BOL,2013,12,111581,116222 +BOL,2013,13,110297,114836 +BOL,2013,14,108907,113333 +BOL,2013,15,107440,111755 +BOL,2013,16,105927,110139 +BOL,2013,17,104356,108464 +BOL,2013,18,102693,106688 +BOL,2014,0,118513,124193 +BOL,2014,1,117574,123094 +BOL,2014,2,116823,122208 +BOL,2014,3,116226,121498 +BOL,2014,4,115461,120637 +BOL,2014,5,115307,120419 +BOL,2014,6,115149,120205 +BOL,2014,7,114958,119965 +BOL,2014,8,114710,119668 +BOL,2014,9,114417,119329 +BOL,2014,10,114094,118963 +BOL,2014,11,113508,118317 +BOL,2014,12,112548,117274 +BOL,2014,13,111313,115936 +BOL,2014,14,110014,114529 +BOL,2014,15,108617,113014 +BOL,2014,16,107136,111410 +BOL,2014,17,105602,109750 +BOL,2014,18,104004,108021 +BOL,2015,0,118693,124387 +BOL,2015,1,117608,123134 +BOL,2015,2,116759,122146 +BOL,2015,3,116108,121383 +BOL,2015,4,115619,120802 +BOL,2015,5,115254,120364 +BOL,2015,6,114978,120028 +BOL,2015,7,114751,119754 +BOL,2015,8,114539,119499 +BOL,2015,9,114303,119224 +BOL,2015,10,114059,118943 +BOL,2015,11,113821,118670 +BOL,2015,12,113294,118089 +BOL,2015,13,112336,117047 +BOL,2015,14,111068,115670 +BOL,2015,15,109754,114241 +BOL,2015,16,108350,112714 +BOL,2015,17,106856,111084 +BOL,2015,18,105298,109380 +BOL,2016,0,118271,123932 +BOL,2016,1,118074,123665 +BOL,2016,2,117171,122621 +BOL,2016,3,116446,121780 +BOL,2016,4,115871,121108 +BOL,2016,5,115417,120574 +BOL,2016,6,115048,120138 +BOL,2016,7,114729,119761 +BOL,2016,8,114466,119450 +BOL,2016,9,114246,119187 +BOL,2016,10,114019,118918 +BOL,2016,11,113763,118622 +BOL,2016,12,113503,118322 +BOL,2016,13,112953,117706 +BOL,2016,14,111974,116620 +BOL,2016,15,110685,115195 +BOL,2016,16,109350,113719 +BOL,2016,17,107925,112142 +BOL,2016,18,106415,110474 +BOL,2017,0,117469,123055 +BOL,2017,1,116834,122297 +BOL,2017,2,117497,122985 +BOL,2017,3,116775,122150 +BOL,2017,4,116175,121454 +BOL,2017,5,115675,120874 +BOL,2017,6,115256,120386 +BOL,2017,7,114882,119952 +BOL,2017,8,114521,119534 +BOL,2017,9,114222,119186 +BOL,2017,10,113994,118915 +BOL,2017,11,113775,118653 +BOL,2017,12,113508,118341 +BOL,2017,13,113226,118014 +BOL,2017,14,112653,117362 +BOL,2017,15,111652,116233 +BOL,2017,16,110343,114760 +BOL,2017,17,108986,113235 +BOL,2017,18,107538,111608 +BOL,2018,0,116552,122042 +BOL,2018,1,116329,121735 +BOL,2018,2,116134,121468 +BOL,2018,3,116944,122328 +BOL,2018,4,116403,121703 +BOL,2018,5,115927,121152 +BOL,2018,6,115503,120663 +BOL,2018,7,115118,120221 +BOL,2018,8,114740,119789 +BOL,2018,9,114336,119330 +BOL,2018,10,114001,118945 +BOL,2018,11,113766,118667 +BOL,2018,12,113554,118411 +BOL,2018,13,113276,118084 +BOL,2018,14,112972,117729 +BOL,2018,15,112376,117041 +BOL,2018,16,111353,115868 +BOL,2018,17,110022,114347 +BOL,2018,18,108644,112773 +BOL,2019,0,116000,121000 +BOL,2019,1,116000,121000 +BOL,2019,2,116000,121000 +BOL,2019,3,116000,121000 +BOL,2019,4,116000,122000 +BOL,2019,5,116000,121000 +BOL,2019,6,116000,121000 +BOL,2019,7,115000,120000 +BOL,2019,8,115000,120000 +BOL,2019,9,115000,120000 +BOL,2019,10,114000,119000 +BOL,2019,11,114000,119000 +BOL,2019,12,114000,118000 +BOL,2019,13,113000,118000 +BOL,2019,14,113000,118000 +BOL,2019,15,113000,117000 +BOL,2019,16,112000,117000 +BOL,2019,17,111000,115000 +BOL,2019,18,110000,114000 +BOL,2020,0,116000,121000 +BOL,2020,1,116000,121000 +BOL,2020,2,116000,121000 +BOL,2020,3,116000,121000 +BOL,2020,4,116000,121000 +BOL,2020,5,116000,121000 +BOL,2020,6,116000,121000 +BOL,2020,7,115000,121000 +BOL,2020,8,115000,120000 +BOL,2020,9,115000,120000 +BOL,2020,10,114000,119000 +BOL,2020,11,114000,119000 +BOL,2020,12,114000,118000 +BOL,2020,13,113000,118000 +BOL,2020,14,113000,118000 +BOL,2020,15,113000,118000 +BOL,2020,16,112000,117000 +BOL,2020,17,112000,116000 +BOL,2020,18,111000,115000 +BOL,2021,0,116000,122000 +BOL,2021,1,116000,121000 +BOL,2021,2,116000,121000 +BOL,2021,3,116000,121000 +BOL,2021,4,116000,121000 +BOL,2021,5,116000,121000 +BOL,2021,6,116000,121000 +BOL,2021,7,115000,121000 +BOL,2021,8,115000,120000 +BOL,2021,9,115000,120000 +BOL,2021,10,115000,120000 +BOL,2021,11,114000,119000 +BOL,2021,12,114000,119000 +BOL,2021,13,113000,118000 +BOL,2021,14,113000,118000 +BOL,2021,15,113000,118000 +BOL,2021,16,113000,117000 +BOL,2021,17,112000,117000 +BOL,2021,18,111000,116000 +BOL,2022,0,117000,123000 +BOL,2022,1,117000,122000 +BOL,2022,2,115000,121000 +BOL,2022,3,115000,121000 +BOL,2022,4,115000,121000 +BOL,2022,5,115000,121000 +BOL,2022,6,115000,120000 +BOL,2022,7,115000,120000 +BOL,2022,8,115000,120000 +BOL,2022,9,115000,120000 +BOL,2022,10,115000,120000 +BOL,2022,11,114000,119000 +BOL,2022,12,114000,119000 +BOL,2022,13,114000,118000 +BOL,2022,14,113000,118000 +BOL,2022,15,113000,118000 +BOL,2022,16,113000,117000 +BOL,2022,17,112000,117000 +BOL,2022,18,112000,116000 +BOL,2023,0,119000,124000 +BOL,2023,1,118000,123000 +BOL,2023,2,117000,122000 +BOL,2023,3,115000,120000 +BOL,2023,4,115000,120000 +BOL,2023,5,115000,120000 +BOL,2023,6,115000,120000 +BOL,2023,7,115000,120000 +BOL,2023,8,115000,120000 +BOL,2023,9,115000,120000 +BOL,2023,10,115000,120000 +BOL,2023,11,115000,120000 +BOL,2023,12,114000,119000 +BOL,2023,13,114000,119000 +BOL,2023,14,113000,118000 +BOL,2023,15,113000,118000 +BOL,2023,16,112000,117000 +BOL,2023,17,112000,117000 +BOL,2023,18,112000,116000 +BOL,2024,0,120000,125000 +BOL,2024,1,118000,124000 +BOL,2024,2,117000,122000 +BOL,2024,3,116000,121000 +BOL,2024,4,115000,120000 +BOL,2024,5,115000,120000 +BOL,2024,6,115000,120000 +BOL,2024,7,115000,120000 +BOL,2024,8,115000,120000 +BOL,2024,9,115000,120000 +BOL,2024,10,115000,120000 +BOL,2024,11,115000,120000 +BOL,2024,12,115000,120000 +BOL,2024,13,114000,119000 +BOL,2024,14,114000,118000 +BOL,2024,15,113000,118000 +BOL,2024,16,113000,117000 +BOL,2024,17,112000,117000 +BOL,2024,18,112000,116000 +BOL,2025,0,120000,126000 +BOL,2025,1,119000,124000 +BOL,2025,2,117000,123000 +BOL,2025,3,116000,121000 +BOL,2025,4,116000,121000 +BOL,2025,5,115000,120000 +BOL,2025,6,115000,120000 +BOL,2025,7,114000,119000 +BOL,2025,8,114000,119000 +BOL,2025,9,114000,119000 +BOL,2025,10,114000,119000 +BOL,2025,11,115000,120000 +BOL,2025,12,115000,120000 +BOL,2025,13,114000,119000 +BOL,2025,14,114000,119000 +BOL,2025,15,113000,118000 +BOL,2025,16,113000,118000 +BOL,2025,17,112000,117000 +BOL,2025,18,112000,116000 +BOL,2026,0,120000,126000 +BOL,2026,1,120000,125000 +BOL,2026,2,118000,124000 +BOL,2026,3,117000,122000 +BOL,2026,4,116000,121000 +BOL,2026,5,115000,120000 +BOL,2026,6,115000,120000 +BOL,2026,7,114000,119000 +BOL,2026,8,114000,119000 +BOL,2026,9,114000,119000 +BOL,2026,10,114000,119000 +BOL,2026,11,114000,119000 +BOL,2026,12,114000,119000 +BOL,2026,13,114000,119000 +BOL,2026,14,114000,119000 +BOL,2026,15,114000,118000 +BOL,2026,16,113000,118000 +BOL,2026,17,113000,117000 +BOL,2026,18,112000,117000 +BOL,2027,0,120000,126000 +BOL,2027,1,119000,124000 +BOL,2027,2,119000,125000 +BOL,2027,3,118000,123000 +BOL,2027,4,117000,122000 +BOL,2027,5,116000,121000 +BOL,2027,6,115000,120000 +BOL,2027,7,115000,120000 +BOL,2027,8,114000,119000 +BOL,2027,9,114000,119000 +BOL,2027,10,114000,119000 +BOL,2027,11,114000,119000 +BOL,2027,12,114000,119000 +BOL,2027,13,114000,119000 +BOL,2027,14,114000,119000 +BOL,2027,15,114000,119000 +BOL,2027,16,113000,118000 +BOL,2027,17,113000,118000 +BOL,2027,18,112000,117000 +BOL,2028,0,120000,125000 +BOL,2028,1,119000,124000 +BOL,2028,2,118000,123000 +BOL,2028,3,119000,124000 +BOL,2028,4,118000,123000 +BOL,2028,5,117000,122000 +BOL,2028,6,116000,121000 +BOL,2028,7,115000,120000 +BOL,2028,8,115000,120000 +BOL,2028,9,114000,119000 +BOL,2028,10,114000,119000 +BOL,2028,11,114000,119000 +BOL,2028,12,114000,119000 +BOL,2028,13,114000,119000 +BOL,2028,14,114000,119000 +BOL,2028,15,114000,119000 +BOL,2028,16,114000,119000 +BOL,2028,17,113000,118000 +BOL,2028,18,113000,117000 +BOL,2029,0,119000,124000 +BOL,2029,1,119000,124000 +BOL,2029,2,118000,124000 +BOL,2029,3,118000,123000 +BOL,2029,4,118000,123000 +BOL,2029,5,117000,123000 +BOL,2029,6,117000,122000 +BOL,2029,7,116000,121000 +BOL,2029,8,115000,120000 +BOL,2029,9,115000,120000 +BOL,2029,10,114000,119000 +BOL,2029,11,114000,119000 +BOL,2029,12,114000,118000 +BOL,2029,13,114000,119000 +BOL,2029,14,114000,119000 +BOL,2029,15,114000,119000 +BOL,2029,16,114000,119000 +BOL,2029,17,113000,118000 +BOL,2029,18,113000,118000 +BOL,2030,0,118000,124000 +BOL,2030,1,118000,124000 +BOL,2030,2,118000,124000 +BOL,2030,3,118000,123000 +BOL,2030,4,118000,123000 +BOL,2030,5,118000,123000 +BOL,2030,6,117000,122000 +BOL,2030,7,117000,122000 +BOL,2030,8,116000,121000 +BOL,2030,9,115000,120000 +BOL,2030,10,115000,120000 +BOL,2030,11,114000,119000 +BOL,2030,12,113000,118000 +BOL,2030,13,113000,118000 +BOL,2030,14,114000,118000 +BOL,2030,15,114000,118000 +BOL,2030,16,114000,119000 +BOL,2030,17,114000,118000 +BOL,2030,18,113000,118000 +BOL,2031,0,118000,123000 +BOL,2031,1,118000,124000 +BOL,2031,2,118000,124000 +BOL,2031,3,118000,123000 +BOL,2031,4,118000,123000 +BOL,2031,5,118000,123000 +BOL,2031,6,117000,122000 +BOL,2031,7,117000,122000 +BOL,2031,8,116000,121000 +BOL,2031,9,116000,121000 +BOL,2031,10,115000,120000 +BOL,2031,11,115000,119000 +BOL,2031,12,114000,119000 +BOL,2031,13,113000,118000 +BOL,2031,14,113000,118000 +BOL,2031,15,113000,118000 +BOL,2031,16,113000,118000 +BOL,2031,17,113000,118000 +BOL,2031,18,113000,118000 +BOL,2032,0,118000,123000 +BOL,2032,1,118000,123000 +BOL,2032,2,118000,123000 +BOL,2032,3,118000,123000 +BOL,2032,4,118000,123000 +BOL,2032,5,118000,123000 +BOL,2032,6,118000,123000 +BOL,2032,7,117000,122000 +BOL,2032,8,117000,122000 +BOL,2032,9,116000,121000 +BOL,2032,10,116000,121000 +BOL,2032,11,115000,120000 +BOL,2032,12,114000,119000 +BOL,2032,13,114000,118000 +BOL,2032,14,113000,118000 +BOL,2032,15,113000,118000 +BOL,2032,16,113000,118000 +BOL,2032,17,113000,118000 +BOL,2032,18,113000,118000 +BOL,2033,0,117000,123000 +BOL,2033,1,118000,123000 +BOL,2033,2,118000,123000 +BOL,2033,3,118000,123000 +BOL,2033,4,118000,123000 +BOL,2033,5,118000,123000 +BOL,2033,6,118000,123000 +BOL,2033,7,117000,122000 +BOL,2033,8,117000,122000 +BOL,2033,9,117000,122000 +BOL,2033,10,116000,121000 +BOL,2033,11,116000,121000 +BOL,2033,12,115000,120000 +BOL,2033,13,114000,119000 +BOL,2033,14,114000,118000 +BOL,2033,15,113000,118000 +BOL,2033,16,113000,118000 +BOL,2033,17,113000,118000 +BOL,2033,18,113000,118000 +BOL,2034,0,117000,123000 +BOL,2034,1,117000,123000 +BOL,2034,2,118000,123000 +BOL,2034,3,118000,123000 +BOL,2034,4,118000,123000 +BOL,2034,5,118000,123000 +BOL,2034,6,118000,123000 +BOL,2034,7,117000,122000 +BOL,2034,8,117000,122000 +BOL,2034,9,117000,122000 +BOL,2034,10,117000,122000 +BOL,2034,11,116000,121000 +BOL,2034,12,116000,120000 +BOL,2034,13,115000,120000 +BOL,2034,14,114000,119000 +BOL,2034,15,113000,118000 +BOL,2034,16,113000,117000 +BOL,2034,17,113000,117000 +BOL,2034,18,113000,117000 +BOL,2035,0,117000,122000 +BOL,2035,1,117000,123000 +BOL,2035,2,117000,123000 +BOL,2035,3,117000,123000 +BOL,2035,4,118000,123000 +BOL,2035,5,118000,123000 +BOL,2035,6,117000,123000 +BOL,2035,7,117000,122000 +BOL,2035,8,117000,122000 +BOL,2035,9,117000,122000 +BOL,2035,10,117000,122000 +BOL,2035,11,116000,121000 +BOL,2035,12,116000,121000 +BOL,2035,13,115000,120000 +BOL,2035,14,115000,119000 +BOL,2035,15,114000,119000 +BOL,2035,16,113000,118000 +BOL,2035,17,113000,117000 +BOL,2035,18,112000,117000 +BOL,2036,0,117000,122000 +BOL,2036,1,117000,122000 +BOL,2036,2,117000,122000 +BOL,2036,3,117000,122000 +BOL,2036,4,117000,122000 +BOL,2036,5,117000,123000 +BOL,2036,6,117000,122000 +BOL,2036,7,117000,122000 +BOL,2036,8,117000,122000 +BOL,2036,9,117000,122000 +BOL,2036,10,117000,122000 +BOL,2036,11,117000,121000 +BOL,2036,12,116000,121000 +BOL,2036,13,116000,121000 +BOL,2036,14,115000,120000 +BOL,2036,15,115000,119000 +BOL,2036,16,114000,118000 +BOL,2036,17,113000,118000 +BOL,2036,18,112000,117000 +BOL,2037,0,117000,122000 +BOL,2037,1,117000,122000 +BOL,2037,2,117000,122000 +BOL,2037,3,117000,122000 +BOL,2037,4,117000,122000 +BOL,2037,5,117000,122000 +BOL,2037,6,117000,122000 +BOL,2037,7,117000,122000 +BOL,2037,8,117000,122000 +BOL,2037,9,117000,122000 +BOL,2037,10,117000,122000 +BOL,2037,11,117000,122000 +BOL,2037,12,116000,121000 +BOL,2037,13,116000,121000 +BOL,2037,14,116000,121000 +BOL,2037,15,115000,120000 +BOL,2037,16,114000,119000 +BOL,2037,17,114000,118000 +BOL,2037,18,113000,117000 +BOL,2038,0,116000,122000 +BOL,2038,1,116000,122000 +BOL,2038,2,116000,122000 +BOL,2038,3,117000,122000 +BOL,2038,4,117000,122000 +BOL,2038,5,117000,122000 +BOL,2038,6,117000,122000 +BOL,2038,7,117000,122000 +BOL,2038,8,117000,122000 +BOL,2038,9,117000,122000 +BOL,2038,10,117000,122000 +BOL,2038,11,117000,122000 +BOL,2038,12,117000,122000 +BOL,2038,13,116000,121000 +BOL,2038,14,116000,121000 +BOL,2038,15,116000,120000 +BOL,2038,16,115000,120000 +BOL,2038,17,114000,119000 +BOL,2038,18,113000,118000 +BOL,2039,0,116000,122000 +BOL,2039,1,116000,121000 +BOL,2039,2,116000,121000 +BOL,2039,3,116000,121000 +BOL,2039,4,116000,122000 +BOL,2039,5,116000,122000 +BOL,2039,6,117000,122000 +BOL,2039,7,117000,122000 +BOL,2039,8,117000,122000 +BOL,2039,9,117000,122000 +BOL,2039,10,117000,122000 +BOL,2039,11,117000,122000 +BOL,2039,12,117000,122000 +BOL,2039,13,116000,121000 +BOL,2039,14,116000,121000 +BOL,2039,15,116000,121000 +BOL,2039,16,115000,120000 +BOL,2039,17,115000,119000 +BOL,2039,18,114000,119000 +BOL,2040,0,116000,121000 +BOL,2040,1,116000,121000 +BOL,2040,2,116000,121000 +BOL,2040,3,116000,121000 +BOL,2040,4,116000,121000 +BOL,2040,5,116000,121000 +BOL,2040,6,116000,121000 +BOL,2040,7,116000,122000 +BOL,2040,8,117000,122000 +BOL,2040,9,117000,122000 +BOL,2040,10,117000,122000 +BOL,2040,11,117000,122000 +BOL,2040,12,117000,122000 +BOL,2040,13,117000,122000 +BOL,2040,14,116000,121000 +BOL,2040,15,116000,121000 +BOL,2040,16,116000,121000 +BOL,2040,17,115000,120000 +BOL,2040,18,115000,119000 +BOL,2041,0,115000,121000 +BOL,2041,1,115000,121000 +BOL,2041,2,116000,121000 +BOL,2041,3,116000,121000 +BOL,2041,4,116000,121000 +BOL,2041,5,116000,121000 +BOL,2041,6,116000,121000 +BOL,2041,7,116000,121000 +BOL,2041,8,116000,121000 +BOL,2041,9,117000,122000 +BOL,2041,10,117000,122000 +BOL,2041,11,117000,122000 +BOL,2041,12,117000,122000 +BOL,2041,13,117000,122000 +BOL,2041,14,117000,121000 +BOL,2041,15,116000,121000 +BOL,2041,16,116000,121000 +BOL,2041,17,116000,120000 +BOL,2041,18,115000,120000 +BOL,2042,0,115000,120000 +BOL,2042,1,115000,120000 +BOL,2042,2,115000,121000 +BOL,2042,3,115000,121000 +BOL,2042,4,115000,121000 +BOL,2042,5,116000,121000 +BOL,2042,6,116000,121000 +BOL,2042,7,116000,121000 +BOL,2042,8,116000,121000 +BOL,2042,9,116000,121000 +BOL,2042,10,116000,121000 +BOL,2042,11,117000,122000 +BOL,2042,12,117000,122000 +BOL,2042,13,117000,122000 +BOL,2042,14,117000,122000 +BOL,2042,15,116000,121000 +BOL,2042,16,116000,121000 +BOL,2042,17,116000,120000 +BOL,2042,18,115000,120000 +BOL,2043,0,114000,119000 +BOL,2043,1,114000,119000 +BOL,2043,2,114000,120000 +BOL,2043,3,115000,120000 +BOL,2043,4,115000,120000 +BOL,2043,5,115000,121000 +BOL,2043,6,116000,121000 +BOL,2043,7,116000,121000 +BOL,2043,8,116000,121000 +BOL,2043,9,116000,121000 +BOL,2043,10,116000,121000 +BOL,2043,11,116000,121000 +BOL,2043,12,116000,121000 +BOL,2043,13,117000,121000 +BOL,2043,14,117000,121000 +BOL,2043,15,117000,121000 +BOL,2043,16,116000,121000 +BOL,2043,17,116000,121000 +BOL,2043,18,116000,120000 +BOL,2044,0,113000,119000 +BOL,2044,1,114000,119000 +BOL,2044,2,114000,119000 +BOL,2044,3,114000,119000 +BOL,2044,4,115000,120000 +BOL,2044,5,115000,120000 +BOL,2044,6,115000,120000 +BOL,2044,7,115000,121000 +BOL,2044,8,116000,121000 +BOL,2044,9,116000,121000 +BOL,2044,10,116000,121000 +BOL,2044,11,116000,121000 +BOL,2044,12,116000,121000 +BOL,2044,13,116000,121000 +BOL,2044,14,116000,121000 +BOL,2044,15,116000,121000 +BOL,2044,16,116000,121000 +BOL,2044,17,116000,121000 +BOL,2044,18,116000,120000 +BOL,2045,0,113000,118000 +BOL,2045,1,113000,118000 +BOL,2045,2,113000,119000 +BOL,2045,3,114000,119000 +BOL,2045,4,114000,119000 +BOL,2045,5,114000,120000 +BOL,2045,6,115000,120000 +BOL,2045,7,115000,120000 +BOL,2045,8,115000,120000 +BOL,2045,9,116000,121000 +BOL,2045,10,116000,121000 +BOL,2045,11,116000,121000 +BOL,2045,12,116000,121000 +BOL,2045,13,116000,121000 +BOL,2045,14,116000,121000 +BOL,2045,15,116000,121000 +BOL,2045,16,116000,121000 +BOL,2045,17,116000,121000 +BOL,2045,18,116000,121000 +BOL,2046,0,112000,118000 +BOL,2046,1,113000,118000 +BOL,2046,2,113000,118000 +BOL,2046,3,113000,119000 +BOL,2046,4,114000,119000 +BOL,2046,5,114000,119000 +BOL,2046,6,114000,120000 +BOL,2046,7,115000,120000 +BOL,2046,8,115000,120000 +BOL,2046,9,115000,120000 +BOL,2046,10,115000,120000 +BOL,2046,11,116000,121000 +BOL,2046,12,116000,121000 +BOL,2046,13,116000,121000 +BOL,2046,14,116000,121000 +BOL,2046,15,116000,121000 +BOL,2046,16,116000,121000 +BOL,2046,17,116000,121000 +BOL,2046,18,116000,121000 +BOL,2047,0,112000,117000 +BOL,2047,1,112000,117000 +BOL,2047,2,112000,118000 +BOL,2047,3,113000,118000 +BOL,2047,4,113000,118000 +BOL,2047,5,114000,119000 +BOL,2047,6,114000,119000 +BOL,2047,7,114000,119000 +BOL,2047,8,115000,120000 +BOL,2047,9,115000,120000 +BOL,2047,10,115000,120000 +BOL,2047,11,115000,120000 +BOL,2047,12,116000,121000 +BOL,2047,13,116000,121000 +BOL,2047,14,116000,121000 +BOL,2047,15,116000,121000 +BOL,2047,16,116000,121000 +BOL,2047,17,116000,121000 +BOL,2047,18,116000,121000 +BOL,2048,0,111000,117000 +BOL,2048,1,112000,117000 +BOL,2048,2,112000,117000 +BOL,2048,3,112000,117000 +BOL,2048,4,113000,118000 +BOL,2048,5,113000,118000 +BOL,2048,6,113000,119000 +BOL,2048,7,114000,119000 +BOL,2048,8,114000,119000 +BOL,2048,9,115000,120000 +BOL,2048,10,115000,120000 +BOL,2048,11,115000,120000 +BOL,2048,12,115000,120000 +BOL,2048,13,115000,120000 +BOL,2048,14,116000,121000 +BOL,2048,15,116000,121000 +BOL,2048,16,116000,121000 +BOL,2048,17,116000,121000 +BOL,2048,18,116000,121000 +BOL,2049,0,111000,116000 +BOL,2049,1,111000,117000 +BOL,2049,2,112000,117000 +BOL,2049,3,112000,117000 +BOL,2049,4,112000,117000 +BOL,2049,5,113000,118000 +BOL,2049,6,113000,118000 +BOL,2049,7,113000,118000 +BOL,2049,8,114000,119000 +BOL,2049,9,114000,119000 +BOL,2049,10,114000,120000 +BOL,2049,11,115000,120000 +BOL,2049,12,115000,120000 +BOL,2049,13,115000,120000 +BOL,2049,14,115000,120000 +BOL,2049,15,115000,120000 +BOL,2049,16,116000,120000 +BOL,2049,17,116000,120000 +BOL,2049,18,116000,120000 +BOL,2050,0,111000,116000 +BOL,2050,1,111000,116000 +BOL,2050,2,111000,116000 +BOL,2050,3,111000,116000 +BOL,2050,4,112000,117000 +BOL,2050,5,112000,117000 +BOL,2050,6,112000,117000 +BOL,2050,7,113000,118000 +BOL,2050,8,113000,118000 +BOL,2050,9,114000,119000 +BOL,2050,10,114000,119000 +BOL,2050,11,114000,119000 +BOL,2050,12,115000,120000 +BOL,2050,13,115000,120000 +BOL,2050,14,115000,120000 +BOL,2050,15,115000,120000 +BOL,2050,16,115000,120000 +BOL,2050,17,115000,120000 +BOL,2050,18,115000,120000 +BRA,1990,0,1662946,1729759 +BRA,1990,1,1720283,1783727 +BRA,1990,2,1762397,1822633 +BRA,1990,3,1790611,1847782 +BRA,1990,4,1806251,1860481 +BRA,1990,5,1810642,1862034 +BRA,1990,6,1805107,1853746 +BRA,1990,7,1790972,1836923 +BRA,1990,8,1769561,1812869 +BRA,1990,9,1742199,1782890 +BRA,1990,10,1709818,1747915 +BRA,1990,11,1673351,1708877 +BRA,1990,12,1636084,1668952 +BRA,1990,13,1600127,1630195 +BRA,1990,14,1565626,1592787 +BRA,1990,15,1529649,1553926 +BRA,1990,16,1491615,1513055 +BRA,1990,17,1462373,1480784 +BRA,1990,18,1446663,1461765 +BRA,1991,0,1658912,1726791 +BRA,1991,1,1673823,1739202 +BRA,1991,2,1722358,1784646 +BRA,1991,3,1759085,1818422 +BRA,1991,4,1784750,1841250 +BRA,1991,5,1800100,1853854 +BRA,1991,6,1806470,1857552 +BRA,1991,7,1805195,1853663 +BRA,1991,8,1794077,1839921 +BRA,1991,9,1772682,1815850 +BRA,1991,10,1743526,1783967 +BRA,1991,11,1710484,1748202 +BRA,1991,12,1673900,1708901 +BRA,1991,13,1636533,1668670 +BRA,1991,14,1600524,1629584 +BRA,1991,15,1565999,1591831 +BRA,1991,16,1529974,1552594 +BRA,1991,17,1491879,1511320 +BRA,1991,18,1462571,1478693 +BRA,1992,0,1668751,1737591 +BRA,1992,1,1703614,1769328 +BRA,1992,2,1683143,1746980 +BRA,1992,3,1722821,1783849 +BRA,1992,4,1754123,1812457 +BRA,1992,5,1777213,1832941 +BRA,1992,6,1792259,1845437 +BRA,1992,7,1800604,1851277 +BRA,1992,8,1803594,1851796 +BRA,1992,9,1795504,1841151 +BRA,1992,10,1774147,1817086 +BRA,1992,11,1743221,1783328 +BRA,1992,12,1709548,1746806 +BRA,1992,13,1672881,1707280 +BRA,1992,14,1635449,1666783 +BRA,1992,15,1599422,1627405 +BRA,1992,16,1564907,1589342 +BRA,1992,17,1528867,1549767 +BRA,1992,18,1490745,1508129 +BRA,1993,0,1688104,1757791 +BRA,1993,1,1702348,1768961 +BRA,1993,2,1716755,1780527 +BRA,1993,3,1691753,1753968 +BRA,1993,4,1722564,1782250 +BRA,1993,5,1748429,1805681 +BRA,1993,6,1768936,1823811 +BRA,1993,7,1783672,1836193 +BRA,1993,8,1793988,1844174 +BRA,1993,9,1801238,1849097 +BRA,1993,10,1796180,1841552 +BRA,1993,11,1774868,1817505 +BRA,1993,12,1742188,1781887 +BRA,1993,13,1707898,1744626 +BRA,1993,14,1671163,1704893 +BRA,1993,15,1633682,1664146 +BRA,1993,16,1597652,1624495 +BRA,1993,17,1563160,1586139 +BRA,1993,18,1527121,1546244 +BRA,1994,0,1709868,1780266 +BRA,1994,1,1704401,1771796 +BRA,1994,2,1704827,1769479 +BRA,1994,3,1709956,1772086 +BRA,1994,4,1700615,1761154 +BRA,1994,5,1722570,1780860 +BRA,1994,6,1743008,1799120 +BRA,1994,7,1760937,1814901 +BRA,1994,8,1775365,1827172 +BRA,1994,9,1787652,1837291 +BRA,1994,10,1799161,1846615 +BRA,1994,11,1797130,1842167 +BRA,1994,12,1775861,1818134 +BRA,1994,13,1741422,1780655 +BRA,1994,14,1706511,1742650 +BRA,1994,15,1669702,1702705 +BRA,1994,16,1632166,1661706 +BRA,1994,17,1596128,1621776 +BRA,1994,18,1561653,1583124 +BRA,1995,0,1728124,1799047 +BRA,1995,1,1708114,1776165 +BRA,1995,2,1697871,1763318 +BRA,1995,3,1695824,1758891 +BRA,1995,4,1700400,1761269 +BRA,1995,5,1710029,1768835 +BRA,1995,6,1723139,1779973 +BRA,1995,7,1738158,1793069 +BRA,1995,8,1753516,1806506 +BRA,1995,9,1767640,1818669 +BRA,1995,10,1781901,1830929 +BRA,1995,11,1797671,1844656 +BRA,1995,12,1798666,1843301 +BRA,1995,13,1777433,1819277 +BRA,1995,14,1741225,1779926 +BRA,1995,15,1705681,1741167 +BRA,1995,16,1668787,1700999 +BRA,1995,17,1631184,1659735 +BRA,1995,18,1595126,1619516 +BRA,1996,0,1741560,1813115 +BRA,1996,1,1720387,1790184 +BRA,1996,2,1704640,1771875 +BRA,1996,3,1697153,1762030 +BRA,1996,4,1696598,1759280 +BRA,1996,5,1701648,1762256 +BRA,1996,6,1710739,1769354 +BRA,1996,7,1722311,1778969 +BRA,1996,8,1736207,1790913 +BRA,1996,9,1751566,1804292 +BRA,1996,10,1766359,1817026 +BRA,1996,11,1780784,1829321 +BRA,1996,12,1796447,1842802 +BRA,1996,13,1797359,1841137 +BRA,1996,14,1776092,1816739 +BRA,1996,15,1739883,1776978 +BRA,1996,16,1704318,1737793 +BRA,1996,17,1667392,1697171 +BRA,1996,18,1629760,1655551 +BRA,1997,0,1751788,1823831 +BRA,1997,1,1719911,1789510 +BRA,1997,2,1712929,1781557 +BRA,1997,3,1701441,1767818 +BRA,1997,4,1696708,1760972 +BRA,1997,5,1697645,1759898 +BRA,1997,6,1703169,1763474 +BRA,1997,7,1711725,1770106 +BRA,1997,8,1721762,1778197 +BRA,1997,9,1734536,1788992 +BRA,1997,10,1749899,1802313 +BRA,1997,11,1765362,1815620 +BRA,1997,12,1779954,1827953 +BRA,1997,13,1795513,1841188 +BRA,1997,14,1796340,1839214 +BRA,1997,15,1775038,1814439 +BRA,1997,16,1738822,1774263 +BRA,1997,17,1703230,1734647 +BRA,1997,18,1666265,1693565 +BRA,1998,0,1755596,1827878 +BRA,1998,1,1725240,1795368 +BRA,1998,2,1704542,1772697 +BRA,1998,3,1705659,1773077 +BRA,1998,4,1698429,1763907 +BRA,1998,5,1696450,1760061 +BRA,1998,6,1698880,1760663 +BRA,1998,7,1704877,1764838 +BRA,1998,8,1712899,1771003 +BRA,1998,9,1721401,1777573 +BRA,1998,10,1733055,1787219 +BRA,1998,11,1748424,1800483 +BRA,1998,12,1764560,1814364 +BRA,1998,13,1779320,1826736 +BRA,1998,14,1794777,1839728 +BRA,1998,15,1795520,1837443 +BRA,1998,16,1774179,1812289 +BRA,1998,17,1737952,1771694 +BRA,1998,18,1702330,1731644 +BRA,1999,0,1749287,1821436 +BRA,1999,1,1724731,1795067 +BRA,1999,2,1707236,1775887 +BRA,1999,3,1696026,1763088 +BRA,1999,4,1698418,1764596 +BRA,1999,5,1695447,1759996 +BRA,1999,6,1696221,1759149 +BRA,1999,7,1700144,1761427 +BRA,1999,8,1706616,1766203 +BRA,1999,9,1714103,1771901 +BRA,1999,10,1721071,1776948 +BRA,1999,11,1731605,1785445 +BRA,1999,12,1746980,1798653 +BRA,1999,13,1763789,1813108 +BRA,1999,14,1778717,1825519 +BRA,1999,15,1794071,1838267 +BRA,1999,16,1794731,1835672 +BRA,1999,17,1773351,1810139 +BRA,1999,18,1737112,1769125 +BRA,2000,0,1730744,1802329 +BRA,2000,1,1715507,1785662 +BRA,2000,2,1704285,1773086 +BRA,2000,3,1696722,1764218 +BRA,2000,4,1692464,1758678 +BRA,2000,5,1691157,1756084 +BRA,2000,6,1692445,1756054 +BRA,2000,7,1695974,1758207 +BRA,2000,8,1701389,1762162 +BRA,2000,9,1708336,1767537 +BRA,2000,10,1715289,1772769 +BRA,2000,11,1720722,1776294 +BRA,2000,12,1730135,1783641 +BRA,2000,13,1745517,1796793 +BRA,2000,14,1762998,1811822 +BRA,2000,15,1778095,1824271 +BRA,2000,16,1793346,1836775 +BRA,2000,17,1793922,1833869 +BRA,2000,18,1772504,1807958 +BRA,2001,0,1697480,1768026 +BRA,2001,1,1721769,1792218 +BRA,2001,2,1711796,1781077 +BRA,2001,3,1703943,1772082 +BRA,2001,4,1698164,1765163 +BRA,2001,5,1694414,1760248 +BRA,2001,6,1692345,1756959 +BRA,2001,7,1691610,1754922 +BRA,2001,8,1693670,1755589 +BRA,2001,9,1699084,1759497 +BRA,2001,10,1706901,1765662 +BRA,2001,11,1714089,1771021 +BRA,2001,12,1719427,1774341 +BRA,2001,13,1728751,1781356 +BRA,2001,14,1744064,1794010 +BRA,2001,15,1761491,1808445 +BRA,2001,16,1776519,1820301 +BRA,2001,17,1791692,1832183 +BRA,2001,18,1792208,1828807 +BRA,2002,0,1652704,1721909 +BRA,2002,1,1668077,1736765 +BRA,2002,2,1713638,1783027 +BRA,2002,3,1708923,1777404 +BRA,2002,4,1704435,1771986 +BRA,2002,5,1700437,1767011 +BRA,2002,6,1697192,1762718 +BRA,2002,7,1694360,1758735 +BRA,2002,8,1691602,1754689 +BRA,2002,9,1692195,1753870 +BRA,2002,10,1697610,1757734 +BRA,2002,11,1706300,1764691 +BRA,2002,12,1713727,1770180 +BRA,2002,13,1718974,1773297 +BRA,2002,14,1728212,1779983 +BRA,2002,15,1743464,1792147 +BRA,2002,16,1760845,1805995 +BRA,2002,17,1775812,1817265 +BRA,2002,18,1790913,1828531 +BRA,2003,0,1601686,1669399 +BRA,2003,1,1634941,1702582 +BRA,2003,2,1660698,1728194 +BRA,2003,3,1705751,1774113 +BRA,2003,4,1706296,1774011 +BRA,2003,5,1705174,1772170 +BRA,2003,6,1702957,1769140 +BRA,2003,7,1700217,1765469 +BRA,2003,8,1696622,1760789 +BRA,2003,9,1691839,1754734 +BRA,2003,10,1690964,1752428 +BRA,2003,11,1696381,1756249 +BRA,2003,12,1705946,1763999 +BRA,2003,13,1713614,1769618 +BRA,2003,14,1718769,1772534 +BRA,2003,15,1727923,1778892 +BRA,2003,16,1743116,1790566 +BRA,2003,17,1760454,1803830 +BRA,2003,18,1775363,1814514 +BRA,2004,0,1552092,1618382 +BRA,2004,1,1599905,1666445 +BRA,2004,2,1637421,1704127 +BRA,2004,3,1665779,1732547 +BRA,2004,4,1697501,1764823 +BRA,2004,5,1703308,1770243 +BRA,2004,6,1705553,1771982 +BRA,2004,7,1705119,1770899 +BRA,2004,8,1702885,1767850 +BRA,2004,9,1698527,1762474 +BRA,2004,10,1691720,1754410 +BRA,2004,11,1689377,1750617 +BRA,2004,12,1694794,1754393 +BRA,2004,13,1705233,1762937 +BRA,2004,14,1713139,1768685 +BRA,2004,15,1718203,1771397 +BRA,2004,16,1727270,1777427 +BRA,2004,17,1742401,1788609 +BRA,2004,18,1759692,1801285 +BRA,2005,0,1509886,1575011 +BRA,2005,1,1566074,1631585 +BRA,2005,2,1610857,1676697 +BRA,2005,3,1645427,1711514 +BRA,2005,4,1670971,1737204 +BRA,2005,5,1688682,1754936 +BRA,2005,6,1699748,1765876 +BRA,2005,7,1705360,1771193 +BRA,2005,8,1706708,1772056 +BRA,2005,9,1704981,1769631 +BRA,2005,10,1699862,1763562 +BRA,2005,11,1691032,1753491 +BRA,2005,12,1687222,1748212 +BRA,2005,13,1692638,1751943 +BRA,2005,14,1703946,1761276 +BRA,2005,15,1712089,1767152 +BRA,2005,16,1717059,1769660 +BRA,2005,17,1726036,1775358 +BRA,2005,18,1741101,1786045 +BRA,2006,0,1478400,1542707 +BRA,2006,1,1517376,1581978 +BRA,2006,2,1567817,1632814 +BRA,2006,3,1609054,1674420 +BRA,2006,4,1641908,1707582 +BRA,2006,5,1667196,1733084 +BRA,2006,6,1686113,1752096 +BRA,2006,7,1699855,1765786 +BRA,2006,8,1707358,1773020 +BRA,2006,9,1708686,1773814 +BRA,2006,10,1705789,1770106 +BRA,2006,11,1700232,1763482 +BRA,2006,12,1691320,1753225 +BRA,2006,13,1687433,1747632 +BRA,2006,14,1692791,1750880 +BRA,2006,15,1704052,1759629 +BRA,2006,16,1712137,1764928 +BRA,2006,17,1717040,1766843 +BRA,2006,18,1725962,1772058 +BRA,2007,0,1454522,1518249 +BRA,2007,1,1506770,1570582 +BRA,2007,2,1524183,1588221 +BRA,2007,3,1568849,1633292 +BRA,2007,4,1606520,1671372 +BRA,2007,5,1637642,1702862 +BRA,2007,6,1662661,1728165 +BRA,2007,7,1682778,1748449 +BRA,2007,8,1699191,1764885 +BRA,2007,9,1708582,1774033 +BRA,2007,10,1709891,1774758 +BRA,2007,11,1705824,1769768 +BRA,2007,12,1699830,1762592 +BRA,2007,13,1690840,1752151 +BRA,2007,14,1686879,1746248 +BRA,2007,15,1692176,1749012 +BRA,2007,16,1703384,1757172 +BRA,2007,17,1711408,1761891 +BRA,2007,18,1716243,1763210 +BRA,2008,0,1438224,1501717 +BRA,2008,1,1480711,1543913 +BRA,2008,2,1518946,1582104 +BRA,2008,3,1530570,1594030 +BRA,2008,4,1569450,1633324 +BRA,2008,5,1603544,1667867 +BRA,2008,6,1632926,1697677 +BRA,2008,7,1657670,1722773 +BRA,2008,8,1678980,1744324 +BRA,2008,9,1698060,1763500 +BRA,2008,10,1709336,1774560 +BRA,2008,11,1710626,1775217 +BRA,2008,12,1705390,1768946 +BRA,2008,13,1698962,1761219 +BRA,2008,14,1689896,1750599 +BRA,2008,15,1685861,1744386 +BRA,2008,16,1691095,1746665 +BRA,2008,17,1702249,1754234 +BRA,2008,18,1710208,1758372 +BRA,2009,0,1428587,1492297 +BRA,2009,1,1459335,1522295 +BRA,2009,2,1489709,1552296 +BRA,2009,3,1519412,1581936 +BRA,2009,4,1536861,1599751 +BRA,2009,5,1569955,1633269 +BRA,2009,6,1600471,1664275 +BRA,2009,7,1628111,1692404 +BRA,2009,8,1652579,1717292 +BRA,2009,9,1675080,1740108 +BRA,2009,10,1696824,1762023 +BRA,2009,11,1709985,1774993 +BRA,2009,12,1711255,1775581 +BRA,2009,13,1704851,1768030 +BRA,2009,14,1697989,1759754 +BRA,2009,15,1688849,1748954 +BRA,2009,16,1684739,1742433 +BRA,2009,17,1689911,1744226 +BRA,2009,18,1701009,1751205 +BRA,2010,0,1424464,1488873 +BRA,2010,1,1443585,1506751 +BRA,2010,2,1465682,1528098 +BRA,2010,3,1490087,1552168 +BRA,2010,4,1516131,1578210 +BRA,2010,5,1543142,1605477 +BRA,2010,6,1570453,1633221 +BRA,2010,7,1597393,1660691 +BRA,2010,8,1623293,1687141 +BRA,2010,9,1647484,1711821 +BRA,2010,10,1671177,1735902 +BRA,2010,11,1695583,1760554 +BRA,2010,12,1710628,1775433 +BRA,2010,13,1711877,1775953 +BRA,2010,14,1704307,1767122 +BRA,2010,15,1697010,1758297 +BRA,2010,16,1687795,1747318 +BRA,2010,17,1683612,1740488 +BRA,2010,18,1688722,1741797 +BRA,2011,0,1427099,1492803 +BRA,2011,1,1425421,1489394 +BRA,2011,2,1443679,1506565 +BRA,2011,3,1465263,1527515 +BRA,2011,4,1489443,1551437 +BRA,2011,5,1515487,1577522 +BRA,2011,6,1542729,1605021 +BRA,2011,7,1570503,1633182 +BRA,2011,8,1597757,1660906 +BRA,2011,9,1623633,1687269 +BRA,2011,10,1647591,1711636 +BRA,2011,11,1671167,1735494 +BRA,2011,12,1695509,1759980 +BRA,2011,13,1710489,1774561 +BRA,2011,14,1711682,1774598 +BRA,2011,15,1704060,1765175 +BRA,2011,16,1696705,1755770 +BRA,2011,17,1687423,1744191 +BRA,2011,18,1683188,1736893 +BRA,2012,0,1435036,1502477 +BRA,2012,1,1431686,1496753 +BRA,2012,2,1425989,1489490 +BRA,2012,3,1443379,1505949 +BRA,2012,4,1464444,1526496 +BRA,2012,5,1488390,1550264 +BRA,2012,6,1514428,1576384 +BRA,2012,7,1541893,1604106 +BRA,2012,8,1570123,1632677 +BRA,2012,9,1597684,1660648 +BRA,2012,10,1623528,1686916 +BRA,2012,11,1647248,1710963 +BRA,2012,12,1670701,1734592 +BRA,2012,13,1694972,1758904 +BRA,2012,14,1709884,1773182 +BRA,2012,15,1711019,1772736 +BRA,2012,16,1703347,1762724 +BRA,2012,17,1695935,1752741 +BRA,2012,18,1686590,1740564 +BRA,2013,0,1445341,1514604 +BRA,2013,1,1432192,1498584 +BRA,2013,2,1428356,1492617 +BRA,2013,3,1426374,1489387 +BRA,2013,4,1442894,1505132 +BRA,2013,5,1463436,1525274 +BRA,2013,6,1487147,1548884 +BRA,2013,7,1513175,1575036 +BRA,2013,8,1540860,1602977 +BRA,2013,9,1569542,1631955 +BRA,2013,10,1597407,1660167 +BRA,2013,11,1623215,1686337 +BRA,2013,12,1646694,1710062 +BRA,2013,13,1670020,1733458 +BRA,2013,14,1694217,1757593 +BRA,2013,15,1709058,1771567 +BRA,2013,16,1710137,1770638 +BRA,2013,17,1702416,1760038 +BRA,2013,18,1694948,1749479 +BRA,2014,0,1454038,1524724 +BRA,2014,1,1433888,1501450 +BRA,2014,2,1423651,1488825 +BRA,2014,3,1422223,1485661 +BRA,2014,4,1426752,1489285 +BRA,2014,5,1442403,1504317 +BRA,2014,6,1462423,1524052 +BRA,2014,7,1485898,1547505 +BRA,2014,8,1511916,1573689 +BRA,2014,9,1539820,1601849 +BRA,2014,10,1568955,1631233 +BRA,2014,11,1597122,1659688 +BRA,2014,12,1622895,1685759 +BRA,2014,13,1646132,1709161 +BRA,2014,14,1669332,1732325 +BRA,2014,15,1693454,1756283 +BRA,2014,16,1708226,1769952 +BRA,2014,17,1709247,1768541 +BRA,2014,18,1701477,1757353 +BRA,2015,0,1458086,1529453 +BRA,2015,1,1434680,1503016 +BRA,2015,2,1420858,1486823 +BRA,2015,3,1415649,1479827 +BRA,2015,4,1418077,1480982 +BRA,2015,5,1427169,1489242 +BRA,2015,6,1441951,1503560 +BRA,2015,7,1461449,1522891 +BRA,2015,8,1484690,1546187 +BRA,2015,9,1510698,1572403 +BRA,2015,10,1538823,1600784 +BRA,2015,11,1568410,1630576 +BRA,2015,12,1596881,1659273 +BRA,2015,13,1622620,1685248 +BRA,2015,14,1645616,1708328 +BRA,2015,15,1668690,1731260 +BRA,2015,16,1692738,1755042 +BRA,2015,17,1707440,1768408 +BRA,2015,18,1708404,1766514 +BRA,2016,0,1456599,1527651 +BRA,2016,1,1451087,1521506 +BRA,2016,2,1432634,1500520 +BRA,2016,3,1421923,1487766 +BRA,2016,4,1418285,1482526 +BRA,2016,5,1421054,1484084 +BRA,2016,6,1429255,1491387 +BRA,2016,7,1441916,1503385 +BRA,2016,8,1459897,1521028 +BRA,2016,9,1483142,1544265 +BRA,2016,10,1510066,1571377 +BRA,2016,11,1538488,1599971 +BRA,2016,12,1568063,1629653 +BRA,2016,13,1596515,1658086 +BRA,2016,14,1622229,1683572 +BRA,2016,15,1645196,1706031 +BRA,2016,16,1668235,1728360 +BRA,2016,17,1692242,1751515 +BRA,2016,18,1706908,1764414 +BRA,2017,0,1450273,1520285 +BRA,2017,1,1432822,1501169 +BRA,2017,2,1444376,1513909 +BRA,2017,3,1430874,1498368 +BRA,2017,4,1423271,1489051 +BRA,2017,5,1421205,1485566 +BRA,2017,6,1424315,1487527 +BRA,2017,7,1431627,1493875 +BRA,2017,8,1442169,1503556 +BRA,2017,9,1458636,1519515 +BRA,2017,10,1481890,1542697 +BRA,2017,11,1509735,1570712 +BRA,2017,12,1538461,1599526 +BRA,2017,13,1568029,1629105 +BRA,2017,14,1596468,1657280 +BRA,2017,15,1622162,1682282 +BRA,2017,16,1645104,1704126 +BRA,2017,17,1668114,1725857 +BRA,2017,18,1692084,1748389 +BRA,2018,0,1438921,1507430 +BRA,2018,1,1429212,1497080 +BRA,2018,2,1422486,1489697 +BRA,2018,3,1437679,1506355 +BRA,2018,4,1429129,1496262 +BRA,2018,5,1424635,1490382 +BRA,2018,6,1424141,1488653 +BRA,2018,7,1427592,1491016 +BRA,2018,8,1434015,1496410 +BRA,2018,9,1442437,1503773 +BRA,2018,10,1457391,1518048 +BRA,2018,11,1480654,1541177 +BRA,2018,12,1509420,1570096 +BRA,2018,13,1538450,1599130 +BRA,2018,14,1568011,1628606 +BRA,2018,15,1596438,1656524 +BRA,2018,16,1622113,1681044 +BRA,2018,17,1645030,1702272 +BRA,2018,18,1668010,1723406 +BRA,2019,0,1423000,1490000 +BRA,2019,1,1422000,1489000 +BRA,2019,2,1421000,1489000 +BRA,2019,3,1421000,1488000 +BRA,2019,4,1431000,1499000 +BRA,2019,5,1427000,1494000 +BRA,2019,6,1426000,1491000 +BRA,2019,7,1427000,1491000 +BRA,2019,8,1431000,1494000 +BRA,2019,9,1436000,1499000 +BRA,2019,10,1442000,1504000 +BRA,2019,11,1456000,1516000 +BRA,2019,12,1479000,1539000 +BRA,2019,13,1509000,1569000 +BRA,2019,14,1538000,1598000 +BRA,2019,15,1568000,1628000 +BRA,2019,16,1596000,1655000 +BRA,2019,17,1622000,1680000 +BRA,2019,18,1645000,1700000 +BRA,2020,0,1403000,1468000 +BRA,2020,1,1410000,1477000 +BRA,2020,2,1416000,1483000 +BRA,2020,3,1420000,1487000 +BRA,2020,4,1422000,1489000 +BRA,2020,5,1423000,1490000 +BRA,2020,6,1425000,1491000 +BRA,2020,7,1426000,1492000 +BRA,2020,8,1429000,1494000 +BRA,2020,9,1433000,1497000 +BRA,2020,10,1438000,1501000 +BRA,2020,11,1442000,1503000 +BRA,2020,12,1454000,1514000 +BRA,2020,13,1477000,1537000 +BRA,2020,14,1508000,1568000 +BRA,2020,15,1537000,1597000 +BRA,2020,16,1567000,1627000 +BRA,2020,17,1595000,1654000 +BRA,2020,18,1621000,1678000 +BRA,2021,0,1379000,1443000 +BRA,2021,1,1402000,1468000 +BRA,2021,2,1410000,1477000 +BRA,2021,3,1416000,1483000 +BRA,2021,4,1420000,1487000 +BRA,2021,5,1422000,1489000 +BRA,2021,6,1424000,1491000 +BRA,2021,7,1425000,1491000 +BRA,2021,8,1427000,1492000 +BRA,2021,9,1429000,1494000 +BRA,2021,10,1433000,1497000 +BRA,2021,11,1438000,1500000 +BRA,2021,12,1442000,1503000 +BRA,2021,13,1454000,1514000 +BRA,2021,14,1477000,1536000 +BRA,2021,15,1508000,1566000 +BRA,2021,16,1537000,1595000 +BRA,2021,17,1567000,1624000 +BRA,2021,18,1595000,1651000 +BRA,2022,0,1351000,1415000 +BRA,2022,1,1375000,1441000 +BRA,2022,2,1401000,1467000 +BRA,2022,3,1410000,1476000 +BRA,2022,4,1416000,1483000 +BRA,2022,5,1420000,1487000 +BRA,2022,6,1423000,1489000 +BRA,2022,7,1424000,1491000 +BRA,2022,8,1425000,1491000 +BRA,2022,9,1426000,1492000 +BRA,2022,10,1429000,1494000 +BRA,2022,11,1433000,1497000 +BRA,2022,12,1438000,1500000 +BRA,2022,13,1442000,1503000 +BRA,2022,14,1454000,1513000 +BRA,2022,15,1477000,1535000 +BRA,2022,16,1508000,1565000 +BRA,2022,17,1537000,1593000 +BRA,2022,18,1567000,1621000 +BRA,2023,0,1322000,1385000 +BRA,2023,1,1353000,1417000 +BRA,2023,2,1377000,1443000 +BRA,2023,3,1400000,1466000 +BRA,2023,4,1410000,1476000 +BRA,2023,5,1416000,1483000 +BRA,2023,6,1420000,1487000 +BRA,2023,7,1423000,1489000 +BRA,2023,8,1424000,1490000 +BRA,2023,9,1425000,1491000 +BRA,2023,10,1426000,1492000 +BRA,2023,11,1429000,1493000 +BRA,2023,12,1433000,1496000 +BRA,2023,13,1438000,1499000 +BRA,2023,14,1442000,1502000 +BRA,2023,15,1454000,1512000 +BRA,2023,16,1477000,1534000 +BRA,2023,17,1507000,1563000 +BRA,2023,18,1537000,1591000 +BRA,2024,0,1295000,1358000 +BRA,2024,1,1330000,1394000 +BRA,2024,2,1359000,1423000 +BRA,2024,3,1381000,1446000 +BRA,2024,4,1399000,1464000 +BRA,2024,5,1409000,1475000 +BRA,2024,6,1416000,1482000 +BRA,2024,7,1420000,1486000 +BRA,2024,8,1422000,1489000 +BRA,2024,9,1424000,1490000 +BRA,2024,10,1424000,1490000 +BRA,2024,11,1426000,1491000 +BRA,2024,12,1428000,1493000 +BRA,2024,13,1433000,1496000 +BRA,2024,14,1437000,1499000 +BRA,2024,15,1441000,1501000 +BRA,2024,16,1453000,1511000 +BRA,2024,17,1476000,1532000 +BRA,2024,18,1507000,1561000 +BRA,2025,0,1272000,1335000 +BRA,2025,1,1309000,1372000 +BRA,2025,2,1340000,1403000 +BRA,2025,3,1364000,1428000 +BRA,2025,4,1383000,1448000 +BRA,2025,5,1397000,1463000 +BRA,2025,6,1408000,1474000 +BRA,2025,7,1415000,1481000 +BRA,2025,8,1419000,1486000 +BRA,2025,9,1422000,1488000 +BRA,2025,10,1423000,1489000 +BRA,2025,11,1424000,1490000 +BRA,2025,12,1425000,1490000 +BRA,2025,13,1427000,1491000 +BRA,2025,14,1432000,1494000 +BRA,2025,15,1436000,1497000 +BRA,2025,16,1440000,1500000 +BRA,2025,17,1452000,1509000 +BRA,2025,18,1475000,1530000 +BRA,2026,0,1257000,1319000 +BRA,2026,1,1278000,1340000 +BRA,2026,2,1311000,1374000 +BRA,2026,3,1339000,1403000 +BRA,2026,4,1362000,1426000 +BRA,2026,5,1381000,1446000 +BRA,2026,6,1396000,1461000 +BRA,2026,7,1408000,1474000 +BRA,2026,8,1416000,1482000 +BRA,2026,9,1421000,1487000 +BRA,2026,10,1423000,1489000 +BRA,2026,11,1424000,1490000 +BRA,2026,12,1424000,1490000 +BRA,2026,13,1425000,1490000 +BRA,2026,14,1428000,1491000 +BRA,2026,15,1432000,1494000 +BRA,2026,16,1437000,1496000 +BRA,2026,17,1441000,1498000 +BRA,2026,18,1452000,1507000 +BRA,2027,0,1248000,1309000 +BRA,2027,1,1277000,1338000 +BRA,2027,2,1282000,1344000 +BRA,2027,3,1312000,1375000 +BRA,2027,4,1338000,1401000 +BRA,2027,5,1360000,1424000 +BRA,2027,6,1378000,1443000 +BRA,2027,7,1394000,1459000 +BRA,2027,8,1408000,1473000 +BRA,2027,9,1417000,1483000 +BRA,2027,10,1422000,1488000 +BRA,2027,11,1423000,1489000 +BRA,2027,12,1424000,1489000 +BRA,2027,13,1424000,1489000 +BRA,2027,14,1425000,1489000 +BRA,2027,15,1428000,1490000 +BRA,2027,16,1432000,1492000 +BRA,2027,17,1437000,1494000 +BRA,2027,18,1441000,1496000 +BRA,2028,0,1241000,1302000 +BRA,2028,1,1263000,1323000 +BRA,2028,2,1283000,1345000 +BRA,2028,3,1287000,1349000 +BRA,2028,4,1313000,1375000 +BRA,2028,5,1336000,1399000 +BRA,2028,6,1357000,1421000 +BRA,2028,7,1375000,1440000 +BRA,2028,8,1392000,1457000 +BRA,2028,9,1407000,1473000 +BRA,2028,10,1418000,1484000 +BRA,2028,11,1422000,1488000 +BRA,2028,12,1423000,1488000 +BRA,2028,13,1423000,1488000 +BRA,2028,14,1424000,1488000 +BRA,2028,15,1425000,1488000 +BRA,2028,16,1427000,1489000 +BRA,2028,17,1431000,1490000 +BRA,2028,18,1436000,1492000 +BRA,2029,0,1234000,1295000 +BRA,2029,1,1249000,1309000 +BRA,2029,2,1265000,1325000 +BRA,2029,3,1281000,1342000 +BRA,2029,4,1291000,1353000 +BRA,2029,5,1313000,1376000 +BRA,2029,6,1334000,1397000 +BRA,2029,7,1354000,1418000 +BRA,2029,8,1372000,1437000 +BRA,2029,9,1389000,1454000 +BRA,2029,10,1406000,1472000 +BRA,2029,11,1418000,1484000 +BRA,2029,12,1423000,1488000 +BRA,2029,13,1422000,1488000 +BRA,2029,14,1423000,1487000 +BRA,2029,15,1423000,1487000 +BRA,2029,16,1424000,1487000 +BRA,2029,17,1426000,1487000 +BRA,2029,18,1431000,1488000 +BRA,2030,0,1226000,1286000 +BRA,2030,1,1235000,1295000 +BRA,2030,2,1247000,1307000 +BRA,2030,3,1262000,1322000 +BRA,2030,4,1278000,1339000 +BRA,2030,5,1295000,1357000 +BRA,2030,6,1314000,1376000 +BRA,2030,7,1332000,1395000 +BRA,2030,8,1351000,1415000 +BRA,2030,9,1369000,1433000 +BRA,2030,10,1387000,1452000 +BRA,2030,11,1405000,1471000 +BRA,2030,12,1418000,1484000 +BRA,2030,13,1423000,1488000 +BRA,2030,14,1422000,1487000 +BRA,2030,15,1422000,1486000 +BRA,2030,16,1422000,1486000 +BRA,2030,17,1423000,1486000 +BRA,2030,18,1425000,1485000 +BRA,2031,0,1217000,1276000 +BRA,2031,1,1225000,1284000 +BRA,2031,2,1235000,1294000 +BRA,2031,3,1248000,1307000 +BRA,2031,4,1262000,1323000 +BRA,2031,5,1279000,1339000 +BRA,2031,6,1296000,1357000 +BRA,2031,7,1314000,1376000 +BRA,2031,8,1332000,1395000 +BRA,2031,9,1351000,1414000 +BRA,2031,10,1369000,1433000 +BRA,2031,11,1387000,1452000 +BRA,2031,12,1406000,1471000 +BRA,2031,13,1419000,1484000 +BRA,2031,14,1423000,1488000 +BRA,2031,15,1422000,1486000 +BRA,2031,16,1422000,1485000 +BRA,2031,17,1422000,1484000 +BRA,2031,18,1423000,1483000 +BRA,2032,0,1205000,1264000 +BRA,2032,1,1210000,1269000 +BRA,2032,2,1223000,1282000 +BRA,2032,3,1235000,1294000 +BRA,2032,4,1248000,1308000 +BRA,2032,5,1263000,1323000 +BRA,2032,6,1279000,1340000 +BRA,2032,7,1296000,1358000 +BRA,2032,8,1314000,1376000 +BRA,2032,9,1332000,1395000 +BRA,2032,10,1351000,1414000 +BRA,2032,11,1369000,1433000 +BRA,2032,12,1387000,1451000 +BRA,2032,13,1405000,1470000 +BRA,2032,14,1418000,1483000 +BRA,2032,15,1423000,1487000 +BRA,2032,16,1422000,1485000 +BRA,2032,17,1422000,1483000 +BRA,2032,18,1422000,1482000 +BRA,2033,0,1193000,1251000 +BRA,2033,1,1198000,1256000 +BRA,2033,2,1206000,1264000 +BRA,2033,3,1222000,1280000 +BRA,2033,4,1234000,1293000 +BRA,2033,5,1248000,1308000 +BRA,2033,6,1263000,1324000 +BRA,2033,7,1280000,1341000 +BRA,2033,8,1297000,1358000 +BRA,2033,9,1314000,1376000 +BRA,2033,10,1332000,1394000 +BRA,2033,11,1350000,1413000 +BRA,2033,12,1369000,1432000 +BRA,2033,13,1387000,1451000 +BRA,2033,14,1405000,1470000 +BRA,2033,15,1418000,1482000 +BRA,2033,16,1423000,1486000 +BRA,2033,17,1421000,1483000 +BRA,2033,18,1421000,1481000 +BRA,2034,0,1179000,1237000 +BRA,2034,1,1185000,1243000 +BRA,2034,2,1194000,1252000 +BRA,2034,3,1205000,1263000 +BRA,2034,4,1220000,1278000 +BRA,2034,5,1233000,1292000 +BRA,2034,6,1248000,1307000 +BRA,2034,7,1264000,1324000 +BRA,2034,8,1280000,1341000 +BRA,2034,9,1297000,1358000 +BRA,2034,10,1314000,1376000 +BRA,2034,11,1331000,1394000 +BRA,2034,12,1349000,1413000 +BRA,2034,13,1368000,1432000 +BRA,2034,14,1386000,1450000 +BRA,2034,15,1405000,1469000 +BRA,2034,16,1418000,1481000 +BRA,2034,17,1422000,1484000 +BRA,2034,18,1421000,1482000 +BRA,2035,0,1165000,1222000 +BRA,2035,1,1172000,1230000 +BRA,2035,2,1181000,1239000 +BRA,2035,3,1192000,1250000 +BRA,2035,4,1204000,1262000 +BRA,2035,5,1218000,1276000 +BRA,2035,6,1232000,1291000 +BRA,2035,7,1248000,1307000 +BRA,2035,8,1264000,1324000 +BRA,2035,9,1280000,1341000 +BRA,2035,10,1297000,1358000 +BRA,2035,11,1313000,1375000 +BRA,2035,12,1330000,1393000 +BRA,2035,13,1348000,1412000 +BRA,2035,14,1367000,1431000 +BRA,2035,15,1385000,1449000 +BRA,2035,16,1404000,1468000 +BRA,2035,17,1417000,1480000 +BRA,2035,18,1421000,1483000 +BRA,2036,0,1152000,1208000 +BRA,2036,1,1164000,1221000 +BRA,2036,2,1172000,1229000 +BRA,2036,3,1182000,1239000 +BRA,2036,4,1193000,1250000 +BRA,2036,5,1205000,1263000 +BRA,2036,6,1218000,1277000 +BRA,2036,7,1233000,1291000 +BRA,2036,8,1248000,1307000 +BRA,2036,9,1264000,1324000 +BRA,2036,10,1280000,1341000 +BRA,2036,11,1297000,1358000 +BRA,2036,12,1313000,1375000 +BRA,2036,13,1330000,1392000 +BRA,2036,14,1349000,1411000 +BRA,2036,15,1367000,1430000 +BRA,2036,16,1386000,1448000 +BRA,2036,17,1404000,1466000 +BRA,2036,18,1417000,1478000 +BRA,2037,0,1138000,1194000 +BRA,2037,1,1148000,1203000 +BRA,2037,2,1163000,1220000 +BRA,2037,3,1172000,1229000 +BRA,2037,4,1182000,1239000 +BRA,2037,5,1194000,1251000 +BRA,2037,6,1206000,1264000 +BRA,2037,7,1219000,1277000 +BRA,2037,8,1233000,1291000 +BRA,2037,9,1248000,1307000 +BRA,2037,10,1264000,1323000 +BRA,2037,11,1280000,1341000 +BRA,2037,12,1297000,1358000 +BRA,2037,13,1313000,1375000 +BRA,2037,14,1330000,1392000 +BRA,2037,15,1349000,1410000 +BRA,2037,16,1367000,1429000 +BRA,2037,17,1385000,1447000 +BRA,2037,18,1404000,1465000 +BRA,2038,0,1124000,1179000 +BRA,2038,1,1135000,1190000 +BRA,2038,2,1146000,1202000 +BRA,2038,3,1162000,1218000 +BRA,2038,4,1172000,1228000 +BRA,2038,5,1182000,1239000 +BRA,2038,6,1194000,1251000 +BRA,2038,7,1206000,1264000 +BRA,2038,8,1219000,1277000 +BRA,2038,9,1233000,1291000 +BRA,2038,10,1247000,1306000 +BRA,2038,11,1263000,1323000 +BRA,2038,12,1280000,1341000 +BRA,2038,13,1297000,1358000 +BRA,2038,14,1313000,1374000 +BRA,2038,15,1330000,1391000 +BRA,2038,16,1349000,1410000 +BRA,2038,17,1367000,1428000 +BRA,2038,18,1385000,1445000 +BRA,2039,0,1111000,1165000 +BRA,2039,1,1123000,1177000 +BRA,2039,2,1135000,1190000 +BRA,2039,3,1146000,1202000 +BRA,2039,4,1160000,1216000 +BRA,2039,5,1171000,1227000 +BRA,2039,6,1182000,1239000 +BRA,2039,7,1194000,1251000 +BRA,2039,8,1207000,1264000 +BRA,2039,9,1219000,1278000 +BRA,2039,10,1232000,1291000 +BRA,2039,11,1247000,1306000 +BRA,2039,12,1263000,1322000 +BRA,2039,13,1280000,1340000 +BRA,2039,14,1297000,1357000 +BRA,2039,15,1313000,1374000 +BRA,2039,16,1330000,1391000 +BRA,2039,17,1348000,1408000 +BRA,2039,18,1367000,1426000 +BRA,2040,0,1099000,1153000 +BRA,2040,1,1111000,1165000 +BRA,2040,2,1123000,1178000 +BRA,2040,3,1135000,1190000 +BRA,2040,4,1146000,1202000 +BRA,2040,5,1158000,1214000 +BRA,2040,6,1170000,1226000 +BRA,2040,7,1182000,1239000 +BRA,2040,8,1194000,1251000 +BRA,2040,9,1206000,1264000 +BRA,2040,10,1219000,1277000 +BRA,2040,11,1232000,1290000 +BRA,2040,12,1246000,1305000 +BRA,2040,13,1262000,1321000 +BRA,2040,14,1279000,1339000 +BRA,2040,15,1296000,1356000 +BRA,2040,16,1312000,1373000 +BRA,2040,17,1329000,1389000 +BRA,2040,18,1347000,1407000 +BRA,2041,0,1089000,1143000 +BRA,2041,1,1100000,1154000 +BRA,2041,2,1111000,1166000 +BRA,2041,3,1123000,1178000 +BRA,2041,4,1135000,1190000 +BRA,2041,5,1146000,1202000 +BRA,2041,6,1158000,1214000 +BRA,2041,7,1170000,1226000 +BRA,2041,8,1182000,1239000 +BRA,2041,9,1194000,1252000 +BRA,2041,10,1207000,1265000 +BRA,2041,11,1219000,1278000 +BRA,2041,12,1232000,1290000 +BRA,2041,13,1246000,1305000 +BRA,2041,14,1262000,1321000 +BRA,2041,15,1279000,1339000 +BRA,2041,16,1296000,1355000 +BRA,2041,17,1312000,1371000 +BRA,2041,18,1329000,1388000 +BRA,2042,0,1082000,1135000 +BRA,2042,1,1092000,1146000 +BRA,2042,2,1100000,1154000 +BRA,2042,3,1112000,1166000 +BRA,2042,4,1123000,1178000 +BRA,2042,5,1135000,1189000 +BRA,2042,6,1146000,1202000 +BRA,2042,7,1158000,1214000 +BRA,2042,8,1170000,1226000 +BRA,2042,9,1183000,1239000 +BRA,2042,10,1195000,1252000 +BRA,2042,11,1207000,1264000 +BRA,2042,12,1220000,1277000 +BRA,2042,13,1232000,1290000 +BRA,2042,14,1246000,1304000 +BRA,2042,15,1262000,1320000 +BRA,2042,16,1279000,1338000 +BRA,2042,17,1296000,1354000 +BRA,2042,18,1312000,1370000 +BRA,2043,0,1075000,1127000 +BRA,2043,1,1084000,1137000 +BRA,2043,2,1093000,1146000 +BRA,2043,3,1101000,1154000 +BRA,2043,4,1112000,1166000 +BRA,2043,5,1123000,1177000 +BRA,2043,6,1134000,1189000 +BRA,2043,7,1146000,1201000 +BRA,2043,8,1158000,1213000 +BRA,2043,9,1170000,1226000 +BRA,2043,10,1183000,1239000 +BRA,2043,11,1195000,1252000 +BRA,2043,12,1207000,1264000 +BRA,2043,13,1219000,1277000 +BRA,2043,14,1232000,1290000 +BRA,2043,15,1246000,1304000 +BRA,2043,16,1262000,1320000 +BRA,2043,17,1279000,1337000 +BRA,2043,18,1296000,1353000 +BRA,2044,0,1068000,1121000 +BRA,2044,1,1075000,1128000 +BRA,2044,2,1083000,1136000 +BRA,2044,3,1092000,1146000 +BRA,2044,4,1101000,1154000 +BRA,2044,5,1111000,1165000 +BRA,2044,6,1122000,1177000 +BRA,2044,7,1133000,1188000 +BRA,2044,8,1145000,1200000 +BRA,2044,9,1157000,1213000 +BRA,2044,10,1170000,1226000 +BRA,2044,11,1182000,1239000 +BRA,2044,12,1194000,1251000 +BRA,2044,13,1206000,1264000 +BRA,2044,14,1219000,1277000 +BRA,2044,15,1231000,1289000 +BRA,2044,16,1245000,1303000 +BRA,2044,17,1261000,1319000 +BRA,2044,18,1278000,1335000 +BRA,2045,0,1061000,1114000 +BRA,2045,1,1067000,1120000 +BRA,2045,2,1074000,1127000 +BRA,2045,3,1082000,1135000 +BRA,2045,4,1091000,1144000 +BRA,2045,5,1100000,1154000 +BRA,2045,6,1111000,1165000 +BRA,2045,7,1121000,1176000 +BRA,2045,8,1132000,1187000 +BRA,2045,9,1144000,1199000 +BRA,2045,10,1156000,1212000 +BRA,2045,11,1169000,1225000 +BRA,2045,12,1182000,1238000 +BRA,2045,13,1194000,1251000 +BRA,2045,14,1206000,1263000 +BRA,2045,15,1218000,1276000 +BRA,2045,16,1231000,1288000 +BRA,2045,17,1245000,1302000 +BRA,2045,18,1260000,1318000 +BRA,2046,0,1055000,1107000 +BRA,2046,1,1061000,1113000 +BRA,2046,2,1067000,1120000 +BRA,2046,3,1075000,1127000 +BRA,2046,4,1083000,1136000 +BRA,2046,5,1092000,1145000 +BRA,2046,6,1101000,1155000 +BRA,2046,7,1111000,1165000 +BRA,2046,8,1122000,1176000 +BRA,2046,9,1133000,1187000 +BRA,2046,10,1144000,1200000 +BRA,2046,11,1157000,1212000 +BRA,2046,12,1169000,1225000 +BRA,2046,13,1182000,1238000 +BRA,2046,14,1194000,1251000 +BRA,2046,15,1206000,1263000 +BRA,2046,16,1218000,1275000 +BRA,2046,17,1231000,1288000 +BRA,2046,18,1245000,1301000 +BRA,2047,0,1049000,1101000 +BRA,2047,1,1054000,1106000 +BRA,2047,2,1061000,1113000 +BRA,2047,3,1067000,1120000 +BRA,2047,4,1075000,1127000 +BRA,2047,5,1083000,1136000 +BRA,2047,6,1092000,1145000 +BRA,2047,7,1101000,1155000 +BRA,2047,8,1111000,1165000 +BRA,2047,9,1122000,1176000 +BRA,2047,10,1133000,1187000 +BRA,2047,11,1145000,1200000 +BRA,2047,12,1157000,1212000 +BRA,2047,13,1169000,1225000 +BRA,2047,14,1182000,1238000 +BRA,2047,15,1194000,1250000 +BRA,2047,16,1206000,1262000 +BRA,2047,17,1218000,1274000 +BRA,2047,18,1231000,1286000 +BRA,2048,0,1043000,1095000 +BRA,2048,1,1048000,1099000 +BRA,2048,2,1053000,1105000 +BRA,2048,3,1060000,1112000 +BRA,2048,4,1067000,1119000 +BRA,2048,5,1075000,1127000 +BRA,2048,6,1083000,1136000 +BRA,2048,7,1092000,1145000 +BRA,2048,8,1101000,1155000 +BRA,2048,9,1111000,1165000 +BRA,2048,10,1122000,1176000 +BRA,2048,11,1133000,1187000 +BRA,2048,12,1144000,1199000 +BRA,2048,13,1157000,1212000 +BRA,2048,14,1169000,1225000 +BRA,2048,15,1182000,1238000 +BRA,2048,16,1194000,1250000 +BRA,2048,17,1206000,1261000 +BRA,2048,18,1218000,1273000 +BRA,2049,0,1036000,1087000 +BRA,2049,1,1041000,1092000 +BRA,2049,2,1046000,1098000 +BRA,2049,3,1052000,1104000 +BRA,2049,4,1060000,1112000 +BRA,2049,5,1067000,1119000 +BRA,2049,6,1075000,1127000 +BRA,2049,7,1083000,1136000 +BRA,2049,8,1092000,1145000 +BRA,2049,9,1101000,1155000 +BRA,2049,10,1111000,1165000 +BRA,2049,11,1121000,1175000 +BRA,2049,12,1132000,1187000 +BRA,2049,13,1144000,1199000 +BRA,2049,14,1156000,1211000 +BRA,2049,15,1169000,1224000 +BRA,2049,16,1181000,1237000 +BRA,2049,17,1193000,1249000 +BRA,2049,18,1205000,1260000 +BRA,2050,0,1028000,1080000 +BRA,2050,1,1033000,1085000 +BRA,2050,2,1039000,1090000 +BRA,2050,3,1045000,1097000 +BRA,2050,4,1052000,1103000 +BRA,2050,5,1059000,1111000 +BRA,2050,6,1066000,1118000 +BRA,2050,7,1074000,1127000 +BRA,2050,8,1082000,1135000 +BRA,2050,9,1091000,1145000 +BRA,2050,10,1100000,1154000 +BRA,2050,11,1110000,1164000 +BRA,2050,12,1120000,1175000 +BRA,2050,13,1131000,1186000 +BRA,2050,14,1143000,1198000 +BRA,2050,15,1155000,1211000 +BRA,2050,16,1168000,1224000 +BRA,2050,17,1181000,1236000 +BRA,2050,18,1193000,1248000 +BRB,1990,0,1923,2002 +BRB,1990,1,1993,2059 +BRB,1990,2,2041,2098 +BRB,1990,3,2070,2121 +BRB,1990,4,2084,2133 +BRB,1990,5,2087,2135 +BRB,1990,6,2081,2132 +BRB,1990,7,2070,2124 +BRB,1990,8,2058,2117 +BRB,1990,9,2048,2112 +BRB,1990,10,2034,2103 +BRB,1990,11,2008,2085 +BRB,1990,12,2026,2105 +BRB,1990,13,2113,2186 +BRB,1990,14,2241,2304 +BRB,1990,15,2362,2415 +BRB,1990,16,2492,2534 +BRB,1990,17,2574,2610 +BRB,1990,18,2578,2615 +BRB,1991,0,1884,1969 +BRB,1991,1,1935,2011 +BRB,1991,2,1993,2059 +BRB,1991,3,2034,2093 +BRB,1991,4,2059,2113 +BRB,1991,5,2072,2124 +BRB,1991,6,2075,2127 +BRB,1991,7,2073,2126 +BRB,1991,8,2065,2120 +BRB,1991,9,2052,2111 +BRB,1991,10,2039,2103 +BRB,1991,11,2023,2092 +BRB,1991,12,1996,2071 +BRB,1991,13,2012,2089 +BRB,1991,14,2094,2165 +BRB,1991,15,2217,2276 +BRB,1991,16,2333,2381 +BRB,1991,17,2457,2494 +BRB,1991,18,2536,2566 +BRB,1992,0,1877,1959 +BRB,1992,1,1953,2023 +BRB,1992,2,1946,2020 +BRB,1992,3,1994,2059 +BRB,1992,4,2027,2086 +BRB,1992,5,2048,2104 +BRB,1992,6,2059,2113 +BRB,1992,7,2064,2117 +BRB,1992,8,2065,2119 +BRB,1992,9,2059,2115 +BRB,1992,10,2045,2104 +BRB,1992,11,2029,2092 +BRB,1992,12,2011,2078 +BRB,1992,13,1983,2056 +BRB,1992,14,1997,2071 +BRB,1992,15,2075,2142 +BRB,1992,16,2192,2246 +BRB,1992,17,2303,2345 +BRB,1992,18,2422,2452 +BRB,1993,0,1888,1963 +BRB,1993,1,1941,2009 +BRB,1993,2,1980,2042 +BRB,1993,3,1958,2027 +BRB,1993,4,1994,2057 +BRB,1993,5,2020,2079 +BRB,1993,6,2037,2093 +BRB,1993,7,2047,2101 +BRB,1993,8,2052,2106 +BRB,1993,9,2057,2111 +BRB,1993,10,2054,2108 +BRB,1993,11,2038,2096 +BRB,1993,12,2019,2081 +BRB,1993,13,1999,2065 +BRB,1993,14,1971,2041 +BRB,1993,15,1982,2052 +BRB,1993,16,2056,2118 +BRB,1993,17,2168,2216 +BRB,1993,18,2273,2309 +BRB,1994,0,1897,1965 +BRB,1994,1,1929,1994 +BRB,1994,2,1955,2017 +BRB,1994,3,1975,2036 +BRB,1994,4,1971,2035 +BRB,1994,5,1996,2056 +BRB,1994,6,2014,2072 +BRB,1994,7,2027,2083 +BRB,1994,8,2035,2090 +BRB,1994,9,2042,2096 +BRB,1994,10,2051,2103 +BRB,1994,11,2049,2102 +BRB,1994,12,2033,2088 +BRB,1994,13,2011,2070 +BRB,1994,14,1989,2051 +BRB,1994,15,1959,2026 +BRB,1994,16,1969,2034 +BRB,1994,17,2038,2094 +BRB,1994,18,2144,2186 +BRB,1995,0,1889,1952 +BRB,1995,1,1913,1975 +BRB,1995,2,1934,1996 +BRB,1995,3,1953,2014 +BRB,1995,4,1970,2030 +BRB,1995,5,1985,2044 +BRB,1995,6,1998,2056 +BRB,1995,7,2009,2066 +BRB,1995,8,2018,2074 +BRB,1995,9,2025,2080 +BRB,1995,10,2033,2087 +BRB,1995,11,2045,2097 +BRB,1995,12,2046,2097 +BRB,1995,13,2029,2082 +BRB,1995,14,2003,2059 +BRB,1995,15,1979,2038 +BRB,1995,16,1949,2011 +BRB,1995,17,1956,2016 +BRB,1995,18,2022,2072 +BRB,1996,0,1856,1921 +BRB,1996,1,1909,1969 +BRB,1996,2,1931,1990 +BRB,1996,3,1950,2009 +BRB,1996,4,1966,2024 +BRB,1996,5,1979,2037 +BRB,1996,6,1989,2046 +BRB,1996,7,1996,2053 +BRB,1996,8,2003,2059 +BRB,1996,9,2010,2066 +BRB,1996,10,2018,2073 +BRB,1996,11,2026,2080 +BRB,1996,12,2038,2090 +BRB,1996,13,2039,2090 +BRB,1996,14,2020,2073 +BRB,1996,15,1993,2048 +BRB,1996,16,1968,2025 +BRB,1996,17,1937,1996 +BRB,1996,18,1942,1998 +BRB,1997,0,1809,1877 +BRB,1997,1,1858,1922 +BRB,1997,2,1929,1986 +BRB,1997,3,1951,2007 +BRB,1997,4,1968,2023 +BRB,1997,5,1981,2035 +BRB,1997,6,1990,2044 +BRB,1997,7,1995,2050 +BRB,1997,8,1995,2051 +BRB,1997,9,1998,2053 +BRB,1997,10,2004,2059 +BRB,1997,11,2012,2067 +BRB,1997,12,2020,2074 +BRB,1997,13,2032,2084 +BRB,1997,14,2032,2084 +BRB,1997,15,2013,2065 +BRB,1997,16,1984,2038 +BRB,1997,17,1958,2013 +BRB,1997,18,1926,1982 +BRB,1998,0,1756,1830 +BRB,1998,1,1827,1893 +BRB,1998,2,1886,1946 +BRB,1998,3,1950,2003 +BRB,1998,4,1971,2023 +BRB,1998,5,1986,2037 +BRB,1998,6,1995,2047 +BRB,1998,7,2000,2052 +BRB,1998,8,2000,2053 +BRB,1998,9,1995,2049 +BRB,1998,10,1992,2048 +BRB,1998,11,1998,2053 +BRB,1998,12,2006,2061 +BRB,1998,13,2015,2068 +BRB,1998,14,2027,2079 +BRB,1998,15,2026,2078 +BRB,1998,16,2006,2058 +BRB,1998,17,1975,2028 +BRB,1998,18,1948,2001 +BRB,1999,0,1712,1791 +BRB,1999,1,1800,1869 +BRB,1999,2,1872,1932 +BRB,1999,3,1928,1981 +BRB,1999,4,1969,2020 +BRB,1999,5,1990,2039 +BRB,1999,6,2002,2051 +BRB,1999,7,2008,2058 +BRB,1999,8,2009,2059 +BRB,1999,9,2004,2056 +BRB,1999,10,1993,2046 +BRB,1999,11,1986,2041 +BRB,1999,12,1990,2045 +BRB,1999,13,2000,2055 +BRB,1999,14,2008,2062 +BRB,1999,15,2020,2073 +BRB,1999,16,2019,2071 +BRB,1999,17,1998,2049 +BRB,1999,18,1965,2017 +BRB,2000,0,1688,1769 +BRB,2000,1,1780,1850 +BRB,2000,2,1855,1916 +BRB,2000,3,1913,1968 +BRB,2000,4,1957,2007 +BRB,2000,5,1988,2035 +BRB,2000,6,2008,2054 +BRB,2000,7,2018,2064 +BRB,2000,8,2021,2067 +BRB,2000,9,2017,2065 +BRB,2000,10,2007,2057 +BRB,2000,11,1990,2043 +BRB,2000,12,1979,2034 +BRB,2000,13,1982,2037 +BRB,2000,14,1992,2047 +BRB,2000,15,2000,2055 +BRB,2000,16,2012,2065 +BRB,2000,17,2011,2063 +BRB,2000,18,1988,2040 +BRB,2001,0,1690,1770 +BRB,2001,1,1715,1795 +BRB,2001,2,1793,1864 +BRB,2001,3,1858,1920 +BRB,2001,4,1909,1965 +BRB,2001,5,1949,1999 +BRB,2001,6,1979,2025 +BRB,2001,7,2000,2043 +BRB,2001,8,2011,2052 +BRB,2001,9,2012,2053 +BRB,2001,10,2005,2048 +BRB,2001,11,1993,2039 +BRB,2001,12,1975,2023 +BRB,2001,13,1964,2014 +BRB,2001,14,1969,2017 +BRB,2001,15,1983,2028 +BRB,2001,16,1995,2037 +BRB,2001,17,2010,2049 +BRB,2001,18,2012,2048 +BRB,2002,0,1710,1787 +BRB,2002,1,1769,1841 +BRB,2002,2,1740,1820 +BRB,2002,3,1805,1876 +BRB,2002,4,1859,1922 +BRB,2002,5,1904,1960 +BRB,2002,6,1939,1989 +BRB,2002,7,1968,2012 +BRB,2002,8,1991,2030 +BRB,2002,9,2003,2039 +BRB,2002,10,2001,2038 +BRB,2002,11,1991,2030 +BRB,2002,12,1977,2018 +BRB,2002,13,1958,2001 +BRB,2002,14,1947,1992 +BRB,2002,15,1954,1996 +BRB,2002,16,1972,2008 +BRB,2002,17,1987,2018 +BRB,2002,18,2007,2031 +BRB,2003,0,1739,1811 +BRB,2003,1,1770,1842 +BRB,2003,2,1799,1870 +BRB,2003,3,1765,1844 +BRB,2003,4,1815,1887 +BRB,2003,5,1859,1924 +BRB,2003,6,1897,1954 +BRB,2003,7,1929,1979 +BRB,2003,8,1956,1999 +BRB,2003,9,1981,2017 +BRB,2003,10,1993,2025 +BRB,2003,11,1990,2021 +BRB,2003,12,1976,2010 +BRB,2003,13,1961,1997 +BRB,2003,14,1940,1979 +BRB,2003,15,1930,1969 +BRB,2003,16,1939,1974 +BRB,2003,17,1960,1986 +BRB,2003,18,1979,1998 +BRB,2004,0,1763,1828 +BRB,2004,1,1771,1842 +BRB,2004,2,1783,1857 +BRB,2004,3,1799,1873 +BRB,2004,4,1790,1868 +BRB,2004,5,1826,1899 +BRB,2004,6,1860,1926 +BRB,2004,7,1891,1949 +BRB,2004,8,1919,1969 +BRB,2004,9,1945,1987 +BRB,2004,10,1971,2004 +BRB,2004,11,1984,2011 +BRB,2004,12,1979,2005 +BRB,2004,13,1962,1991 +BRB,2004,14,1944,1976 +BRB,2004,15,1922,1957 +BRB,2004,16,1913,1947 +BRB,2004,17,1924,1952 +BRB,2004,18,1949,1966 +BRB,2005,0,1773,1830 +BRB,2005,1,1769,1837 +BRB,2005,2,1773,1848 +BRB,2005,3,1782,1862 +BRB,2005,4,1797,1877 +BRB,2005,5,1817,1894 +BRB,2005,6,1838,1911 +BRB,2005,7,1862,1929 +BRB,2005,8,1886,1945 +BRB,2005,9,1910,1960 +BRB,2005,10,1934,1975 +BRB,2005,11,1962,1992 +BRB,2005,12,1976,1998 +BRB,2005,13,1969,1990 +BRB,2005,14,1949,1973 +BRB,2005,15,1929,1956 +BRB,2005,16,1906,1937 +BRB,2005,17,1896,1926 +BRB,2005,18,1910,1931 +BRB,2006,0,1766,1811 +BRB,2006,1,1785,1851 +BRB,2006,2,1785,1861 +BRB,2006,3,1790,1872 +BRB,2006,4,1799,1883 +BRB,2006,5,1811,1894 +BRB,2006,6,1826,1906 +BRB,2006,7,1842,1916 +BRB,2006,8,1861,1927 +BRB,2006,9,1882,1940 +BRB,2006,10,1905,1953 +BRB,2006,11,1927,1965 +BRB,2006,12,1953,1979 +BRB,2006,13,1966,1983 +BRB,2006,14,1956,1973 +BRB,2006,15,1934,1954 +BRB,2006,16,1914,1936 +BRB,2006,17,1889,1915 +BRB,2006,18,1880,1904 +BRB,2007,0,1747,1777 +BRB,2007,1,1756,1812 +BRB,2007,2,1798,1874 +BRB,2007,3,1802,1886 +BRB,2007,4,1808,1897 +BRB,2007,5,1816,1905 +BRB,2007,6,1826,1913 +BRB,2007,7,1836,1918 +BRB,2007,8,1847,1921 +BRB,2007,9,1860,1926 +BRB,2007,10,1879,1936 +BRB,2007,11,1900,1947 +BRB,2007,12,1922,1957 +BRB,2007,13,1946,1968 +BRB,2007,14,1956,1969 +BRB,2007,15,1945,1957 +BRB,2007,16,1921,1936 +BRB,2007,17,1899,1916 +BRB,2007,18,1873,1894 +BRB,2008,0,1716,1733 +BRB,2008,1,1744,1793 +BRB,2008,2,1770,1842 +BRB,2008,3,1811,1897 +BRB,2008,4,1818,1912 +BRB,2008,5,1826,1922 +BRB,2008,6,1833,1928 +BRB,2008,7,1841,1931 +BRB,2008,8,1847,1931 +BRB,2008,9,1851,1927 +BRB,2008,10,1860,1926 +BRB,2008,11,1877,1932 +BRB,2008,12,1896,1941 +BRB,2008,13,1916,1948 +BRB,2008,14,1938,1956 +BRB,2008,15,1947,1955 +BRB,2008,16,1934,1941 +BRB,2008,17,1908,1918 +BRB,2008,18,1885,1897 +BRB,2009,0,1677,1686 +BRB,2009,1,1724,1767 +BRB,2009,2,1762,1832 +BRB,2009,3,1794,1883 +BRB,2009,4,1823,1919 +BRB,2009,5,1834,1936 +BRB,2009,6,1843,1946 +BRB,2009,7,1850,1950 +BRB,2009,8,1854,1950 +BRB,2009,9,1857,1944 +BRB,2009,10,1855,1932 +BRB,2009,11,1859,1925 +BRB,2009,12,1873,1927 +BRB,2009,13,1891,1934 +BRB,2009,14,1909,1939 +BRB,2009,15,1929,1944 +BRB,2009,16,1936,1941 +BRB,2009,17,1921,1924 +BRB,2009,18,1894,1900 +BRB,2010,0,1633,1642 +BRB,2010,1,1693,1735 +BRB,2010,2,1742,1809 +BRB,2010,3,1781,1867 +BRB,2010,4,1811,1911 +BRB,2010,5,1833,1941 +BRB,2010,6,1849,1960 +BRB,2010,7,1859,1970 +BRB,2010,8,1864,1972 +BRB,2010,9,1867,1967 +BRB,2010,10,1865,1956 +BRB,2010,11,1857,1937 +BRB,2010,12,1856,1924 +BRB,2010,13,1867,1922 +BRB,2010,14,1885,1927 +BRB,2010,15,1901,1929 +BRB,2010,16,1919,1932 +BRB,2010,17,1924,1926 +BRB,2010,18,1908,1907 +BRB,2011,0,1588,1605 +BRB,2011,1,1639,1654 +BRB,2011,2,1695,1737 +BRB,2011,3,1741,1806 +BRB,2011,4,1779,1861 +BRB,2011,5,1809,1904 +BRB,2011,6,1832,1936 +BRB,2011,7,1849,1960 +BRB,2011,8,1861,1972 +BRB,2011,9,1866,1974 +BRB,2011,10,1868,1967 +BRB,2011,11,1865,1955 +BRB,2011,12,1858,1936 +BRB,2011,13,1856,1922 +BRB,2011,14,1867,1921 +BRB,2011,15,1885,1925 +BRB,2011,16,1900,1927 +BRB,2011,17,1918,1929 +BRB,2011,18,1923,1923 +BRB,2012,0,1538,1570 +BRB,2012,1,1607,1652 +BRB,2012,2,1645,1665 +BRB,2012,3,1696,1739 +BRB,2012,4,1739,1802 +BRB,2012,5,1776,1854 +BRB,2012,6,1805,1897 +BRB,2012,7,1829,1931 +BRB,2012,8,1849,1959 +BRB,2012,9,1862,1974 +BRB,2012,10,1867,1976 +BRB,2012,11,1868,1967 +BRB,2012,12,1865,1954 +BRB,2012,13,1857,1935 +BRB,2012,14,1855,1921 +BRB,2012,15,1866,1919 +BRB,2012,16,1883,1923 +BRB,2012,17,1898,1924 +BRB,2012,18,1916,1926 +BRB,2013,0,1490,1541 +BRB,2013,1,1557,1606 +BRB,2013,2,1616,1666 +BRB,2013,3,1649,1677 +BRB,2013,4,1696,1741 +BRB,2013,5,1737,1798 +BRB,2013,6,1772,1847 +BRB,2013,7,1801,1889 +BRB,2013,8,1826,1925 +BRB,2013,9,1848,1957 +BRB,2013,10,1862,1976 +BRB,2013,11,1868,1977 +BRB,2013,12,1867,1966 +BRB,2013,13,1863,1953 +BRB,2013,14,1855,1933 +BRB,2013,15,1854,1919 +BRB,2013,16,1864,1916 +BRB,2013,17,1881,1920 +BRB,2013,18,1896,1921 +BRB,2014,0,1454,1522 +BRB,2014,1,1514,1568 +BRB,2014,2,1568,1615 +BRB,2014,3,1618,1662 +BRB,2014,4,1653,1688 +BRB,2014,5,1696,1742 +BRB,2014,6,1734,1794 +BRB,2014,7,1768,1840 +BRB,2014,8,1797,1882 +BRB,2014,9,1823,1920 +BRB,2014,10,1847,1956 +BRB,2014,11,1862,1977 +BRB,2014,12,1867,1979 +BRB,2014,13,1866,1966 +BRB,2014,14,1862,1951 +BRB,2014,15,1853,1931 +BRB,2014,16,1851,1917 +BRB,2014,17,1861,1914 +BRB,2014,18,1878,1918 +BRB,2015,0,1437,1515 +BRB,2015,1,1484,1541 +BRB,2015,2,1530,1574 +BRB,2015,3,1574,1612 +BRB,2015,4,1617,1654 +BRB,2015,5,1657,1698 +BRB,2015,6,1695,1744 +BRB,2015,7,1731,1789 +BRB,2015,8,1763,1833 +BRB,2015,9,1792,1874 +BRB,2015,10,1819,1914 +BRB,2015,11,1845,1954 +BRB,2015,12,1862,1979 +BRB,2015,13,1867,1980 +BRB,2015,14,1864,1965 +BRB,2015,15,1859,1950 +BRB,2015,16,1851,1930 +BRB,2015,17,1849,1915 +BRB,2015,18,1859,1911 +BRB,2016,0,1444,1523 +BRB,2016,1,1444,1516 +BRB,2016,2,1486,1542 +BRB,2016,3,1528,1574 +BRB,2016,4,1571,1612 +BRB,2016,5,1613,1654 +BRB,2016,6,1655,1698 +BRB,2016,7,1695,1744 +BRB,2016,8,1733,1790 +BRB,2016,9,1765,1834 +BRB,2016,10,1793,1874 +BRB,2016,11,1819,1914 +BRB,2016,12,1845,1954 +BRB,2016,13,1861,1978 +BRB,2016,14,1866,1979 +BRB,2016,15,1863,1964 +BRB,2016,16,1858,1948 +BRB,2016,17,1850,1927 +BRB,2016,18,1847,1912 +BRB,2017,0,1470,1544 +BRB,2017,1,1474,1531 +BRB,2017,2,1450,1517 +BRB,2017,3,1487,1541 +BRB,2017,4,1526,1573 +BRB,2017,5,1567,1610 +BRB,2017,6,1610,1652 +BRB,2017,7,1652,1697 +BRB,2017,8,1695,1744 +BRB,2017,9,1734,1790 +BRB,2017,10,1766,1834 +BRB,2017,11,1792,1874 +BRB,2017,12,1818,1913 +BRB,2017,13,1843,1953 +BRB,2017,14,1860,1977 +BRB,2017,15,1865,1977 +BRB,2017,16,1861,1962 +BRB,2017,17,1856,1945 +BRB,2017,18,1847,1924 +BRB,2018,0,1506,1569 +BRB,2018,1,1485,1539 +BRB,2018,2,1478,1525 +BRB,2018,3,1455,1517 +BRB,2018,4,1487,1540 +BRB,2018,5,1523,1571 +BRB,2018,6,1563,1609 +BRB,2018,7,1605,1651 +BRB,2018,8,1649,1696 +BRB,2018,9,1694,1743 +BRB,2018,10,1734,1789 +BRB,2018,11,1766,1833 +BRB,2018,12,1791,1872 +BRB,2018,13,1817,1911 +BRB,2018,14,1842,1951 +BRB,2018,15,1858,1975 +BRB,2018,16,1862,1974 +BRB,2018,17,1859,1959 +BRB,2018,18,1854,1942 +BRB,2019,0,1500,1600 +BRB,2019,1,1500,1500 +BRB,2019,2,1500,1500 +BRB,2019,3,1500,1500 +BRB,2019,4,1500,1500 +BRB,2019,5,1500,1500 +BRB,2019,6,1500,1600 +BRB,2019,7,1600,1600 +BRB,2019,8,1600,1600 +BRB,2019,9,1600,1700 +BRB,2019,10,1700,1700 +BRB,2019,11,1700,1800 +BRB,2019,12,1800,1800 +BRB,2019,13,1800,1900 +BRB,2019,14,1800,1900 +BRB,2019,15,1800,1900 +BRB,2019,16,1900,2000 +BRB,2019,17,1900,2000 +BRB,2019,18,1900,2000 +BRB,2020,0,1600,1600 +BRB,2020,1,1500,1600 +BRB,2020,2,1500,1500 +BRB,2020,3,1500,1500 +BRB,2020,4,1500,1500 +BRB,2020,5,1500,1500 +BRB,2020,6,1500,1500 +BRB,2020,7,1500,1600 +BRB,2020,8,1600,1600 +BRB,2020,9,1600,1600 +BRB,2020,10,1600,1700 +BRB,2020,11,1700,1700 +BRB,2020,12,1700,1800 +BRB,2020,13,1800,1800 +BRB,2020,14,1800,1900 +BRB,2020,15,1800,1900 +BRB,2020,16,1800,1900 +BRB,2020,17,1900,2000 +BRB,2020,18,1900,2000 +BRB,2021,0,1500,1600 +BRB,2021,1,1500,1600 +BRB,2021,2,1500,1500 +BRB,2021,3,1500,1500 +BRB,2021,4,1500,1500 +BRB,2021,5,1500,1500 +BRB,2021,6,1500,1500 +BRB,2021,7,1500,1500 +BRB,2021,8,1500,1600 +BRB,2021,9,1600,1600 +BRB,2021,10,1600,1600 +BRB,2021,11,1600,1700 +BRB,2021,12,1700,1700 +BRB,2021,13,1700,1800 +BRB,2021,14,1800,1800 +BRB,2021,15,1800,1900 +BRB,2021,16,1800,1900 +BRB,2021,17,1800,1900 +BRB,2021,18,1900,2000 +BRB,2022,0,1500,1600 +BRB,2022,1,1500,1500 +BRB,2022,2,1500,1600 +BRB,2022,3,1500,1500 +BRB,2022,4,1500,1500 +BRB,2022,5,1500,1500 +BRB,2022,6,1500,1500 +BRB,2022,7,1500,1500 +BRB,2022,8,1500,1500 +BRB,2022,9,1500,1600 +BRB,2022,10,1500,1600 +BRB,2022,11,1600,1600 +BRB,2022,12,1600,1700 +BRB,2022,13,1700,1700 +BRB,2022,14,1700,1800 +BRB,2022,15,1800,1800 +BRB,2022,16,1800,1900 +BRB,2022,17,1800,1900 +BRB,2022,18,1800,1900 +BRB,2023,0,1500,1600 +BRB,2023,1,1500,1500 +BRB,2023,2,1500,1500 +BRB,2023,3,1500,1600 +BRB,2023,4,1500,1500 +BRB,2023,5,1500,1500 +BRB,2023,6,1500,1500 +BRB,2023,7,1500,1500 +BRB,2023,8,1500,1500 +BRB,2023,9,1500,1500 +BRB,2023,10,1500,1600 +BRB,2023,11,1500,1600 +BRB,2023,12,1600,1600 +BRB,2023,13,1600,1700 +BRB,2023,14,1700,1700 +BRB,2023,15,1700,1800 +BRB,2023,16,1800,1800 +BRB,2023,17,1800,1900 +BRB,2023,18,1800,1900 +BRB,2024,0,1500,1500 +BRB,2024,1,1500,1500 +BRB,2024,2,1500,1500 +BRB,2024,3,1500,1500 +BRB,2024,4,1500,1500 +BRB,2024,5,1500,1500 +BRB,2024,6,1500,1500 +BRB,2024,7,1500,1500 +BRB,2024,8,1500,1500 +BRB,2024,9,1500,1500 +BRB,2024,10,1500,1500 +BRB,2024,11,1500,1600 +BRB,2024,12,1500,1600 +BRB,2024,13,1600,1600 +BRB,2024,14,1600,1700 +BRB,2024,15,1700,1700 +BRB,2024,16,1700,1800 +BRB,2024,17,1800,1800 +BRB,2024,18,1800,1900 +BRB,2025,0,1500,1500 +BRB,2025,1,1500,1500 +BRB,2025,2,1500,1500 +BRB,2025,3,1500,1500 +BRB,2025,4,1500,1500 +BRB,2025,5,1500,1500 +BRB,2025,6,1500,1500 +BRB,2025,7,1500,1500 +BRB,2025,8,1500,1500 +BRB,2025,9,1500,1500 +BRB,2025,10,1500,1500 +BRB,2025,11,1500,1500 +BRB,2025,12,1500,1600 +BRB,2025,13,1500,1600 +BRB,2025,14,1600,1600 +BRB,2025,15,1600,1700 +BRB,2025,16,1700,1700 +BRB,2025,17,1700,1800 +BRB,2025,18,1800,1800 +BRB,2026,0,1500,1500 +BRB,2026,1,1500,1500 +BRB,2026,2,1500,1500 +BRB,2026,3,1500,1500 +BRB,2026,4,1500,1500 +BRB,2026,5,1500,1500 +BRB,2026,6,1500,1500 +BRB,2026,7,1500,1500 +BRB,2026,8,1500,1500 +BRB,2026,9,1500,1500 +BRB,2026,10,1500,1500 +BRB,2026,11,1500,1500 +BRB,2026,12,1500,1500 +BRB,2026,13,1500,1600 +BRB,2026,14,1500,1600 +BRB,2026,15,1600,1600 +BRB,2026,16,1600,1700 +BRB,2026,17,1700,1700 +BRB,2026,18,1700,1800 +BRB,2027,0,1500,1500 +BRB,2027,1,1500,1500 +BRB,2027,2,1500,1500 +BRB,2027,3,1500,1500 +BRB,2027,4,1500,1500 +BRB,2027,5,1500,1500 +BRB,2027,6,1500,1500 +BRB,2027,7,1500,1500 +BRB,2027,8,1500,1500 +BRB,2027,9,1500,1500 +BRB,2027,10,1500,1500 +BRB,2027,11,1500,1500 +BRB,2027,12,1500,1500 +BRB,2027,13,1500,1500 +BRB,2027,14,1500,1600 +BRB,2027,15,1500,1600 +BRB,2027,16,1600,1600 +BRB,2027,17,1600,1700 +BRB,2027,18,1700,1700 +BRB,2028,0,1500,1500 +BRB,2028,1,1500,1500 +BRB,2028,2,1500,1500 +BRB,2028,3,1500,1500 +BRB,2028,4,1500,1500 +BRB,2028,5,1500,1500 +BRB,2028,6,1500,1500 +BRB,2028,7,1500,1500 +BRB,2028,8,1500,1500 +BRB,2028,9,1500,1500 +BRB,2028,10,1500,1500 +BRB,2028,11,1500,1500 +BRB,2028,12,1500,1500 +BRB,2028,13,1500,1500 +BRB,2028,14,1500,1500 +BRB,2028,15,1500,1600 +BRB,2028,16,1500,1600 +BRB,2028,17,1600,1600 +BRB,2028,18,1600,1700 +BRB,2029,0,1500,1500 +BRB,2029,1,1500,1500 +BRB,2029,2,1500,1500 +BRB,2029,3,1500,1500 +BRB,2029,4,1500,1500 +BRB,2029,5,1500,1500 +BRB,2029,6,1500,1500 +BRB,2029,7,1500,1500 +BRB,2029,8,1500,1500 +BRB,2029,9,1500,1500 +BRB,2029,10,1500,1500 +BRB,2029,11,1500,1500 +BRB,2029,12,1500,1500 +BRB,2029,13,1500,1500 +BRB,2029,14,1500,1500 +BRB,2029,15,1500,1500 +BRB,2029,16,1500,1600 +BRB,2029,17,1500,1600 +BRB,2029,18,1600,1600 +BRB,2030,0,1500,1500 +BRB,2030,1,1500,1500 +BRB,2030,2,1500,1500 +BRB,2030,3,1500,1500 +BRB,2030,4,1500,1500 +BRB,2030,5,1500,1500 +BRB,2030,6,1500,1500 +BRB,2030,7,1500,1500 +BRB,2030,8,1500,1500 +BRB,2030,9,1500,1500 +BRB,2030,10,1500,1500 +BRB,2030,11,1500,1500 +BRB,2030,12,1500,1500 +BRB,2030,13,1500,1500 +BRB,2030,14,1500,1500 +BRB,2030,15,1500,1500 +BRB,2030,16,1500,1500 +BRB,2030,17,1500,1500 +BRB,2030,18,1500,1600 +BRB,2031,0,1500,1500 +BRB,2031,1,1500,1500 +BRB,2031,2,1500,1500 +BRB,2031,3,1500,1500 +BRB,2031,4,1500,1500 +BRB,2031,5,1500,1500 +BRB,2031,6,1500,1500 +BRB,2031,7,1500,1500 +BRB,2031,8,1500,1500 +BRB,2031,9,1500,1500 +BRB,2031,10,1500,1500 +BRB,2031,11,1500,1500 +BRB,2031,12,1500,1500 +BRB,2031,13,1500,1500 +BRB,2031,14,1500,1500 +BRB,2031,15,1500,1500 +BRB,2031,16,1500,1500 +BRB,2031,17,1500,1500 +BRB,2031,18,1500,1500 +BRB,2032,0,1500,1500 +BRB,2032,1,1500,1500 +BRB,2032,2,1500,1500 +BRB,2032,3,1500,1500 +BRB,2032,4,1500,1500 +BRB,2032,5,1500,1500 +BRB,2032,6,1500,1500 +BRB,2032,7,1500,1500 +BRB,2032,8,1500,1500 +BRB,2032,9,1500,1500 +BRB,2032,10,1500,1500 +BRB,2032,11,1500,1500 +BRB,2032,12,1500,1500 +BRB,2032,13,1500,1500 +BRB,2032,14,1500,1500 +BRB,2032,15,1500,1500 +BRB,2032,16,1500,1500 +BRB,2032,17,1500,1500 +BRB,2032,18,1500,1500 +BRB,2033,0,1400,1500 +BRB,2033,1,1500,1500 +BRB,2033,2,1500,1500 +BRB,2033,3,1500,1500 +BRB,2033,4,1500,1500 +BRB,2033,5,1500,1500 +BRB,2033,6,1500,1500 +BRB,2033,7,1500,1500 +BRB,2033,8,1500,1500 +BRB,2033,9,1500,1500 +BRB,2033,10,1500,1500 +BRB,2033,11,1500,1500 +BRB,2033,12,1500,1500 +BRB,2033,13,1500,1500 +BRB,2033,14,1500,1500 +BRB,2033,15,1500,1500 +BRB,2033,16,1500,1500 +BRB,2033,17,1500,1500 +BRB,2033,18,1500,1500 +BRB,2034,0,1400,1500 +BRB,2034,1,1400,1500 +BRB,2034,2,1500,1500 +BRB,2034,3,1500,1500 +BRB,2034,4,1500,1500 +BRB,2034,5,1500,1500 +BRB,2034,6,1500,1500 +BRB,2034,7,1500,1500 +BRB,2034,8,1500,1500 +BRB,2034,9,1500,1500 +BRB,2034,10,1500,1500 +BRB,2034,11,1500,1500 +BRB,2034,12,1500,1500 +BRB,2034,13,1500,1500 +BRB,2034,14,1500,1500 +BRB,2034,15,1500,1500 +BRB,2034,16,1500,1500 +BRB,2034,17,1500,1500 +BRB,2034,18,1500,1500 +BRB,2035,0,1400,1500 +BRB,2035,1,1400,1500 +BRB,2035,2,1400,1500 +BRB,2035,3,1500,1500 +BRB,2035,4,1500,1500 +BRB,2035,5,1500,1500 +BRB,2035,6,1500,1500 +BRB,2035,7,1500,1500 +BRB,2035,8,1500,1500 +BRB,2035,9,1500,1500 +BRB,2035,10,1500,1500 +BRB,2035,11,1500,1500 +BRB,2035,12,1500,1500 +BRB,2035,13,1500,1500 +BRB,2035,14,1500,1500 +BRB,2035,15,1500,1500 +BRB,2035,16,1500,1500 +BRB,2035,17,1500,1500 +BRB,2035,18,1500,1500 +BRB,2036,0,1400,1500 +BRB,2036,1,1400,1500 +BRB,2036,2,1400,1500 +BRB,2036,3,1400,1500 +BRB,2036,4,1500,1500 +BRB,2036,5,1500,1500 +BRB,2036,6,1500,1500 +BRB,2036,7,1500,1500 +BRB,2036,8,1500,1500 +BRB,2036,9,1500,1500 +BRB,2036,10,1500,1500 +BRB,2036,11,1500,1500 +BRB,2036,12,1500,1500 +BRB,2036,13,1500,1500 +BRB,2036,14,1500,1500 +BRB,2036,15,1500,1500 +BRB,2036,16,1500,1500 +BRB,2036,17,1500,1500 +BRB,2036,18,1500,1500 +BRB,2037,0,1400,1400 +BRB,2037,1,1400,1500 +BRB,2037,2,1400,1500 +BRB,2037,3,1400,1500 +BRB,2037,4,1400,1500 +BRB,2037,5,1500,1500 +BRB,2037,6,1500,1500 +BRB,2037,7,1500,1500 +BRB,2037,8,1500,1500 +BRB,2037,9,1500,1500 +BRB,2037,10,1500,1500 +BRB,2037,11,1500,1500 +BRB,2037,12,1500,1500 +BRB,2037,13,1500,1500 +BRB,2037,14,1500,1500 +BRB,2037,15,1500,1500 +BRB,2037,16,1500,1500 +BRB,2037,17,1500,1500 +BRB,2037,18,1500,1500 +BRB,2038,0,1400,1400 +BRB,2038,1,1400,1400 +BRB,2038,2,1400,1500 +BRB,2038,3,1400,1500 +BRB,2038,4,1400,1500 +BRB,2038,5,1400,1500 +BRB,2038,6,1500,1500 +BRB,2038,7,1500,1500 +BRB,2038,8,1500,1500 +BRB,2038,9,1500,1500 +BRB,2038,10,1500,1500 +BRB,2038,11,1500,1500 +BRB,2038,12,1500,1500 +BRB,2038,13,1500,1500 +BRB,2038,14,1500,1500 +BRB,2038,15,1500,1500 +BRB,2038,16,1500,1500 +BRB,2038,17,1500,1500 +BRB,2038,18,1500,1500 +BRB,2039,0,1400,1400 +BRB,2039,1,1400,1400 +BRB,2039,2,1400,1400 +BRB,2039,3,1400,1500 +BRB,2039,4,1400,1500 +BRB,2039,5,1400,1500 +BRB,2039,6,1400,1500 +BRB,2039,7,1500,1500 +BRB,2039,8,1500,1500 +BRB,2039,9,1500,1500 +BRB,2039,10,1500,1500 +BRB,2039,11,1500,1500 +BRB,2039,12,1500,1500 +BRB,2039,13,1500,1500 +BRB,2039,14,1500,1500 +BRB,2039,15,1500,1500 +BRB,2039,16,1500,1500 +BRB,2039,17,1500,1500 +BRB,2039,18,1500,1500 +BRB,2040,0,1300,1400 +BRB,2040,1,1400,1400 +BRB,2040,2,1400,1400 +BRB,2040,3,1400,1400 +BRB,2040,4,1400,1500 +BRB,2040,5,1400,1500 +BRB,2040,6,1400,1500 +BRB,2040,7,1400,1500 +BRB,2040,8,1400,1500 +BRB,2040,9,1500,1500 +BRB,2040,10,1500,1500 +BRB,2040,11,1500,1500 +BRB,2040,12,1500,1500 +BRB,2040,13,1500,1500 +BRB,2040,14,1500,1500 +BRB,2040,15,1500,1500 +BRB,2040,16,1500,1500 +BRB,2040,17,1500,1500 +BRB,2040,18,1500,1500 +BRB,2041,0,1300,1400 +BRB,2041,1,1300,1400 +BRB,2041,2,1400,1400 +BRB,2041,3,1400,1400 +BRB,2041,4,1400,1400 +BRB,2041,5,1400,1500 +BRB,2041,6,1400,1500 +BRB,2041,7,1400,1500 +BRB,2041,8,1400,1500 +BRB,2041,9,1400,1500 +BRB,2041,10,1500,1500 +BRB,2041,11,1500,1500 +BRB,2041,12,1500,1500 +BRB,2041,13,1500,1500 +BRB,2041,14,1500,1500 +BRB,2041,15,1500,1500 +BRB,2041,16,1500,1500 +BRB,2041,17,1500,1500 +BRB,2041,18,1500,1500 +BRB,2042,0,1300,1400 +BRB,2042,1,1300,1400 +BRB,2042,2,1300,1400 +BRB,2042,3,1400,1400 +BRB,2042,4,1400,1400 +BRB,2042,5,1400,1400 +BRB,2042,6,1400,1500 +BRB,2042,7,1400,1500 +BRB,2042,8,1400,1500 +BRB,2042,9,1400,1500 +BRB,2042,10,1500,1500 +BRB,2042,11,1500,1500 +BRB,2042,12,1500,1500 +BRB,2042,13,1500,1500 +BRB,2042,14,1500,1500 +BRB,2042,15,1500,1500 +BRB,2042,16,1500,1500 +BRB,2042,17,1500,1500 +BRB,2042,18,1500,1500 +BRB,2043,0,1300,1300 +BRB,2043,1,1300,1400 +BRB,2043,2,1300,1400 +BRB,2043,3,1300,1400 +BRB,2043,4,1400,1400 +BRB,2043,5,1400,1400 +BRB,2043,6,1400,1400 +BRB,2043,7,1400,1500 +BRB,2043,8,1400,1500 +BRB,2043,9,1400,1500 +BRB,2043,10,1400,1500 +BRB,2043,11,1400,1500 +BRB,2043,12,1500,1500 +BRB,2043,13,1500,1500 +BRB,2043,14,1500,1500 +BRB,2043,15,1500,1500 +BRB,2043,16,1500,1500 +BRB,2043,17,1500,1500 +BRB,2043,18,1500,1500 +BRB,2044,0,1300,1300 +BRB,2044,1,1300,1300 +BRB,2044,2,1300,1400 +BRB,2044,3,1300,1400 +BRB,2044,4,1300,1400 +BRB,2044,5,1400,1400 +BRB,2044,6,1400,1400 +BRB,2044,7,1400,1400 +BRB,2044,8,1400,1500 +BRB,2044,9,1400,1500 +BRB,2044,10,1400,1500 +BRB,2044,11,1400,1500 +BRB,2044,12,1400,1500 +BRB,2044,13,1500,1500 +BRB,2044,14,1500,1500 +BRB,2044,15,1500,1500 +BRB,2044,16,1500,1500 +BRB,2044,17,1500,1500 +BRB,2044,18,1500,1500 +BRB,2045,0,1300,1300 +BRB,2045,1,1300,1300 +BRB,2045,2,1300,1300 +BRB,2045,3,1300,1400 +BRB,2045,4,1300,1400 +BRB,2045,5,1300,1400 +BRB,2045,6,1400,1400 +BRB,2045,7,1400,1400 +BRB,2045,8,1400,1400 +BRB,2045,9,1400,1500 +BRB,2045,10,1400,1500 +BRB,2045,11,1400,1500 +BRB,2045,12,1400,1500 +BRB,2045,13,1400,1500 +BRB,2045,14,1500,1500 +BRB,2045,15,1500,1500 +BRB,2045,16,1500,1500 +BRB,2045,17,1500,1500 +BRB,2045,18,1500,1500 +BRB,2046,0,1300,1300 +BRB,2046,1,1300,1300 +BRB,2046,2,1300,1300 +BRB,2046,3,1300,1300 +BRB,2046,4,1300,1400 +BRB,2046,5,1300,1400 +BRB,2046,6,1300,1400 +BRB,2046,7,1400,1400 +BRB,2046,8,1400,1400 +BRB,2046,9,1400,1400 +BRB,2046,10,1400,1500 +BRB,2046,11,1400,1500 +BRB,2046,12,1400,1500 +BRB,2046,13,1400,1500 +BRB,2046,14,1400,1500 +BRB,2046,15,1500,1500 +BRB,2046,16,1500,1500 +BRB,2046,17,1500,1500 +BRB,2046,18,1500,1500 +BRB,2047,0,1200,1300 +BRB,2047,1,1300,1300 +BRB,2047,2,1300,1300 +BRB,2047,3,1300,1300 +BRB,2047,4,1300,1300 +BRB,2047,5,1300,1400 +BRB,2047,6,1300,1400 +BRB,2047,7,1300,1400 +BRB,2047,8,1400,1400 +BRB,2047,9,1400,1400 +BRB,2047,10,1400,1400 +BRB,2047,11,1400,1500 +BRB,2047,12,1400,1500 +BRB,2047,13,1400,1500 +BRB,2047,14,1400,1500 +BRB,2047,15,1400,1500 +BRB,2047,16,1500,1500 +BRB,2047,17,1500,1500 +BRB,2047,18,1500,1500 +BRB,2048,0,1200,1300 +BRB,2048,1,1200,1300 +BRB,2048,2,1300,1300 +BRB,2048,3,1300,1300 +BRB,2048,4,1300,1300 +BRB,2048,5,1300,1300 +BRB,2048,6,1300,1400 +BRB,2048,7,1300,1400 +BRB,2048,8,1300,1400 +BRB,2048,9,1400,1400 +BRB,2048,10,1400,1400 +BRB,2048,11,1400,1400 +BRB,2048,12,1400,1500 +BRB,2048,13,1400,1500 +BRB,2048,14,1400,1500 +BRB,2048,15,1400,1500 +BRB,2048,16,1400,1500 +BRB,2048,17,1400,1500 +BRB,2048,18,1500,1500 +BRB,2049,0,1200,1300 +BRB,2049,1,1200,1300 +BRB,2049,2,1200,1300 +BRB,2049,3,1300,1300 +BRB,2049,4,1300,1300 +BRB,2049,5,1300,1300 +BRB,2049,6,1300,1300 +BRB,2049,7,1300,1400 +BRB,2049,8,1300,1400 +BRB,2049,9,1300,1400 +BRB,2049,10,1400,1400 +BRB,2049,11,1400,1400 +BRB,2049,12,1400,1400 +BRB,2049,13,1400,1500 +BRB,2049,14,1400,1500 +BRB,2049,15,1400,1500 +BRB,2049,16,1400,1500 +BRB,2049,17,1400,1500 +BRB,2049,18,1400,1500 +BRB,2050,0,1200,1300 +BRB,2050,1,1200,1300 +BRB,2050,2,1200,1300 +BRB,2050,3,1200,1300 +BRB,2050,4,1300,1300 +BRB,2050,5,1300,1300 +BRB,2050,6,1300,1300 +BRB,2050,7,1300,1300 +BRB,2050,8,1300,1400 +BRB,2050,9,1300,1400 +BRB,2050,10,1300,1400 +BRB,2050,11,1400,1400 +BRB,2050,12,1400,1400 +BRB,2050,13,1400,1400 +BRB,2050,14,1400,1500 +BRB,2050,15,1400,1500 +BRB,2050,16,1400,1500 +BRB,2050,17,1400,1500 +BRB,2050,18,1400,1500 +BRN,1990,0,3436,3638 +BRN,1990,1,3389,3574 +BRN,1990,2,3330,3502 +BRN,1990,3,3260,3422 +BRN,1990,4,3182,3337 +BRN,1990,5,3098,3248 +BRN,1990,6,3008,3156 +BRN,1990,7,2916,3063 +BRN,1990,8,2823,2971 +BRN,1990,9,2730,2881 +BRN,1990,10,2641,2794 +BRN,1990,11,2557,2713 +BRN,1990,12,2479,2638 +BRN,1990,13,2407,2573 +BRN,1990,14,2345,2517 +BRN,1990,15,2288,2468 +BRN,1990,16,2230,2424 +BRN,1990,17,2214,2405 +BRN,1990,18,2259,2422 +BRN,1991,0,3525,3734 +BRN,1991,1,3415,3630 +BRN,1991,2,3357,3559 +BRN,1991,3,3290,3481 +BRN,1991,4,3215,3397 +BRN,1991,5,3134,3310 +BRN,1991,6,3049,3221 +BRN,1991,7,2961,3131 +BRN,1991,8,2875,3042 +BRN,1991,9,2792,2955 +BRN,1991,10,2714,2871 +BRN,1991,11,2640,2792 +BRN,1991,12,2572,2718 +BRN,1991,13,2511,2655 +BRN,1991,14,2456,2608 +BRN,1991,15,2411,2574 +BRN,1991,16,2370,2545 +BRN,1991,17,2326,2521 +BRN,1991,18,2325,2518 +BRN,1992,0,3627,3845 +BRN,1992,1,3558,3768 +BRN,1992,2,3393,3619 +BRN,1992,3,3324,3541 +BRN,1992,4,3249,3458 +BRN,1992,5,3169,3371 +BRN,1992,6,3085,3282 +BRN,1992,7,3000,3193 +BRN,1992,8,2914,3105 +BRN,1992,9,2833,3019 +BRN,1992,10,2761,2937 +BRN,1992,11,2697,2860 +BRN,1992,12,2638,2788 +BRN,1992,13,2587,2721 +BRN,1992,14,2542,2671 +BRN,1992,15,2505,2642 +BRN,1992,16,2476,2630 +BRN,1992,17,2451,2622 +BRN,1992,18,2420,2617 +BRN,1993,0,3725,3947 +BRN,1993,1,3644,3862 +BRN,1993,2,3554,3769 +BRN,1993,3,3373,3606 +BRN,1993,4,3294,3521 +BRN,1993,5,3210,3432 +BRN,1993,6,3124,3342 +BRN,1993,7,3038,3251 +BRN,1993,8,2953,3162 +BRN,1993,9,2868,3076 +BRN,1993,10,2793,2993 +BRN,1993,11,2731,2916 +BRN,1993,12,2681,2846 +BRN,1993,13,2638,2782 +BRN,1993,14,2603,2723 +BRN,1993,15,2575,2684 +BRN,1993,16,2554,2674 +BRN,1993,17,2542,2684 +BRN,1993,18,2533,2697 +BRN,1994,0,3797,4010 +BRN,1994,1,3710,3922 +BRN,1994,2,3615,3828 +BRN,1994,3,3514,3729 +BRN,1994,4,3360,3587 +BRN,1994,5,3269,3495 +BRN,1994,6,3177,3402 +BRN,1994,7,3086,3308 +BRN,1994,8,2997,3216 +BRN,1994,9,2911,3127 +BRN,1994,10,2828,3043 +BRN,1994,11,2758,2964 +BRN,1994,12,2707,2892 +BRN,1994,13,2671,2829 +BRN,1994,14,2642,2772 +BRN,1994,15,2623,2720 +BRN,1994,16,2612,2694 +BRN,1994,17,2608,2702 +BRN,1994,18,2614,2735 +BRN,1995,0,3829,4013 +BRN,1995,1,3745,3935 +BRN,1995,2,3655,3849 +BRN,1995,3,3558,3758 +BRN,1995,4,3458,3663 +BRN,1995,5,3356,3565 +BRN,1995,6,3253,3466 +BRN,1995,7,3153,3368 +BRN,1995,8,3056,3271 +BRN,1995,9,2964,3177 +BRN,1995,10,2877,3088 +BRN,1995,11,2795,3006 +BRN,1995,12,2731,2931 +BRN,1995,13,2690,2864 +BRN,1995,14,2668,2808 +BRN,1995,15,2654,2759 +BRN,1995,16,2651,2715 +BRN,1995,17,2657,2700 +BRN,1995,18,2670,2727 +BRN,1996,0,3778,3960 +BRN,1996,1,3741,3934 +BRN,1996,2,3672,3869 +BRN,1996,3,3595,3795 +BRN,1996,4,3512,3715 +BRN,1996,5,3424,3630 +BRN,1996,6,3335,3541 +BRN,1996,7,3247,3453 +BRN,1996,8,3155,3359 +BRN,1996,9,3058,3260 +BRN,1996,10,2960,3161 +BRN,1996,11,2869,3066 +BRN,1996,12,2779,2978 +BRN,1996,13,2721,2904 +BRN,1996,14,2708,2850 +BRN,1996,15,2728,2815 +BRN,1996,16,2751,2785 +BRN,1996,17,2785,2757 +BRN,1996,18,2818,2761 +BRN,1997,0,3687,3850 +BRN,1997,1,3644,3825 +BRN,1997,2,3665,3852 +BRN,1997,3,3610,3800 +BRN,1997,4,3546,3738 +BRN,1997,5,3476,3669 +BRN,1997,6,3400,3594 +BRN,1997,7,3323,3515 +BRN,1997,8,3250,3436 +BRN,1997,9,3167,3349 +BRN,1997,10,3068,3248 +BRN,1997,11,2966,3142 +BRN,1997,12,2869,3042 +BRN,1997,13,2772,2947 +BRN,1997,14,2719,2875 +BRN,1997,15,2735,2834 +BRN,1997,16,2795,2820 +BRN,1997,17,2856,2808 +BRN,1997,18,2927,2796 +BRN,1998,0,3570,3713 +BRN,1998,1,3558,3723 +BRN,1998,2,3537,3718 +BRN,1998,3,3594,3773 +BRN,1998,4,3553,3733 +BRN,1998,5,3503,3684 +BRN,1998,6,3446,3625 +BRN,1998,7,3382,3559 +BRN,1998,8,3317,3490 +BRN,1998,9,3258,3422 +BRN,1998,10,3183,3339 +BRN,1998,11,3084,3236 +BRN,1998,12,2975,3124 +BRN,1998,13,2874,3020 +BRN,1998,14,2768,2918 +BRN,1998,15,2722,2847 +BRN,1998,16,2765,2819 +BRN,1998,17,2867,2826 +BRN,1998,18,2965,2832 +BRN,1999,0,3445,3585 +BRN,1999,1,3465,3625 +BRN,1999,2,3473,3649 +BRN,1999,3,3471,3657 +BRN,1999,4,3521,3699 +BRN,1999,5,3493,3672 +BRN,1999,6,3457,3635 +BRN,1999,7,3412,3587 +BRN,1999,8,3361,3531 +BRN,1999,9,3309,3471 +BRN,1999,10,3264,3413 +BRN,1999,11,3197,3335 +BRN,1999,12,3097,3230 +BRN,1999,13,2983,3112 +BRN,1999,14,2877,3002 +BRN,1999,15,2763,2894 +BRN,1999,16,2722,2823 +BRN,1999,17,2794,2809 +BRN,1999,18,2937,2836 +BRN,2000,0,3327,3492 +BRN,2000,1,3375,3551 +BRN,2000,2,3410,3593 +BRN,2000,3,3431,3621 +BRN,2000,4,3441,3633 +BRN,2000,5,3438,3632 +BRN,2000,6,3425,3619 +BRN,2000,7,3402,3593 +BRN,2000,8,3371,3556 +BRN,2000,9,3331,3509 +BRN,2000,10,3292,3458 +BRN,2000,11,3262,3411 +BRN,2000,12,3204,3338 +BRN,2000,13,3103,3230 +BRN,2000,14,2983,3105 +BRN,2000,15,2872,2990 +BRN,2000,16,2751,2875 +BRN,2000,17,2716,2806 +BRN,2000,18,2816,2804 +BRN,2001,0,3250,3421 +BRN,2001,1,3355,3481 +BRN,2001,2,3397,3533 +BRN,2001,3,3426,3572 +BRN,2001,4,3441,3598 +BRN,2001,5,3445,3611 +BRN,2001,6,3438,3613 +BRN,2001,7,3422,3607 +BRN,2001,8,3397,3583 +BRN,2001,9,3363,3537 +BRN,2001,10,3322,3475 +BRN,2001,11,3282,3413 +BRN,2001,12,3247,3351 +BRN,2001,13,3199,3283 +BRN,2001,14,3133,3209 +BRN,2001,15,3062,3135 +BRN,2001,16,2996,3066 +BRN,2001,17,2923,2999 +BRN,2001,18,2913,2965 +BRN,2002,0,3185,3389 +BRN,2002,1,3277,3444 +BRN,2002,2,3375,3476 +BRN,2002,3,3411,3523 +BRN,2002,4,3433,3558 +BRN,2002,5,3442,3582 +BRN,2002,6,3440,3595 +BRN,2002,7,3429,3600 +BRN,2002,8,3411,3602 +BRN,2002,9,3383,3580 +BRN,2002,10,3347,3525 +BRN,2002,11,3305,3449 +BRN,2002,12,3263,3374 +BRN,2002,13,3223,3297 +BRN,2002,14,3187,3234 +BRN,2002,15,3156,3193 +BRN,2002,16,3133,3170 +BRN,2002,17,3113,3148 +BRN,2002,18,3089,3129 +BRN,2003,0,3127,3379 +BRN,2003,1,3234,3419 +BRN,2003,2,3317,3456 +BRN,2003,3,3386,3475 +BRN,2003,4,3417,3515 +BRN,2003,5,3432,3547 +BRN,2003,6,3435,3570 +BRN,2003,7,3428,3583 +BRN,2003,8,3412,3591 +BRN,2003,9,3391,3601 +BRN,2003,10,3362,3580 +BRN,2003,11,3322,3515 +BRN,2003,12,3279,3425 +BRN,2003,13,3237,3338 +BRN,2003,14,3192,3247 +BRN,2003,15,3167,3188 +BRN,2003,16,3172,3180 +BRN,2003,17,3197,3209 +BRN,2003,18,3222,3234 +BRN,2004,0,3068,3365 +BRN,2004,1,3186,3392 +BRN,2004,2,3279,3421 +BRN,2004,3,3348,3449 +BRN,2004,4,3392,3472 +BRN,2004,5,3416,3507 +BRN,2004,6,3426,3535 +BRN,2004,7,3423,3557 +BRN,2004,8,3409,3569 +BRN,2004,9,3389,3581 +BRN,2004,10,3366,3599 +BRN,2004,11,3334,3579 +BRN,2004,12,3293,3505 +BRN,2004,13,3248,3400 +BRN,2004,14,3204,3301 +BRN,2004,15,3156,3196 +BRN,2004,16,3142,3141 +BRN,2004,17,3182,3167 +BRN,2004,18,3256,3246 +BRN,2005,0,3007,3333 +BRN,2005,1,3132,3353 +BRN,2005,2,3232,3378 +BRN,2005,3,3307,3407 +BRN,2005,4,3360,3437 +BRN,2005,5,3395,3467 +BRN,2005,6,3412,3495 +BRN,2005,7,3415,3520 +BRN,2005,8,3406,3540 +BRN,2005,9,3387,3553 +BRN,2005,10,3363,3568 +BRN,2005,11,3337,3593 +BRN,2005,12,3303,3576 +BRN,2005,13,3259,3492 +BRN,2005,14,3214,3373 +BRN,2005,15,3169,3262 +BRN,2005,16,3116,3142 +BRN,2005,17,3114,3091 +BRN,2005,18,3188,3151 +BRN,2006,0,2952,3277 +BRN,2006,1,3056,3343 +BRN,2006,2,3165,3371 +BRN,2006,3,3252,3403 +BRN,2006,4,3319,3437 +BRN,2006,5,3367,3472 +BRN,2006,6,3400,3508 +BRN,2006,7,3419,3544 +BRN,2006,8,3424,3570 +BRN,2006,9,3415,3579 +BRN,2006,10,3396,3577 +BRN,2006,11,3373,3577 +BRN,2006,12,3348,3583 +BRN,2006,13,3321,3567 +BRN,2006,14,3298,3517 +BRN,2006,15,3279,3450 +BRN,2006,16,3258,3387 +BRN,2006,17,3232,3317 +BRN,2006,18,3240,3296 +BRN,2007,0,2891,3200 +BRN,2007,1,3030,3238 +BRN,2007,2,3101,3351 +BRN,2007,3,3194,3386 +BRN,2007,4,3269,3425 +BRN,2007,5,3327,3465 +BRN,2007,6,3370,3505 +BRN,2007,7,3401,3546 +BRN,2007,8,3422,3590 +BRN,2007,9,3428,3616 +BRN,2007,10,3420,3616 +BRN,2007,11,3401,3598 +BRN,2007,12,3380,3583 +BRN,2007,13,3354,3570 +BRN,2007,14,3336,3555 +BRN,2007,15,3332,3539 +BRN,2007,16,3339,3525 +BRN,2007,17,3344,3510 +BRN,2007,18,3343,3490 +BRN,2008,0,2847,3131 +BRN,2008,1,2983,3182 +BRN,2008,2,3096,3237 +BRN,2008,3,3144,3357 +BRN,2008,4,3220,3400 +BRN,2008,5,3283,3446 +BRN,2008,6,3332,3492 +BRN,2008,7,3370,3536 +BRN,2008,8,3399,3582 +BRN,2008,9,3421,3634 +BRN,2008,10,3430,3661 +BRN,2008,11,3422,3651 +BRN,2008,12,3404,3617 +BRN,2008,13,3383,3587 +BRN,2008,14,3358,3555 +BRN,2008,15,3348,3541 +BRN,2008,16,3364,3559 +BRN,2008,17,3397,3598 +BRN,2008,18,3426,3631 +BRN,2009,0,2851,3112 +BRN,2009,1,2967,3159 +BRN,2009,2,3066,3213 +BRN,2009,3,3150,3272 +BRN,2009,4,3185,3362 +BRN,2009,5,3245,3413 +BRN,2009,6,3295,3465 +BRN,2009,7,3336,3517 +BRN,2009,8,3368,3566 +BRN,2009,9,3395,3617 +BRN,2009,10,3419,3677 +BRN,2009,11,3430,3705 +BRN,2009,12,3422,3684 +BRN,2009,13,3404,3635 +BRN,2009,14,3385,3590 +BRN,2009,15,3360,3539 +BRN,2009,16,3358,3526 +BRN,2009,17,3394,3578 +BRN,2009,18,3453,3670 +BRN,2010,0,2923,3167 +BRN,2010,1,2996,3187 +BRN,2010,2,3062,3219 +BRN,2010,3,3123,3262 +BRN,2010,4,3177,3311 +BRN,2010,5,3226,3366 +BRN,2010,6,3269,3424 +BRN,2010,7,3307,3483 +BRN,2010,8,3339,3540 +BRN,2010,9,3366,3594 +BRN,2010,10,3391,3651 +BRN,2010,11,3417,3718 +BRN,2010,12,3429,3747 +BRN,2010,13,3422,3716 +BRN,2010,14,3404,3651 +BRN,2010,15,3387,3592 +BRN,2010,16,3361,3521 +BRN,2010,17,3367,3510 +BRN,2010,18,3423,3595 +BRN,2011,0,3084,3324 +BRN,2011,1,2944,3184 +BRN,2011,2,2999,3195 +BRN,2011,3,3054,3221 +BRN,2011,4,3110,3260 +BRN,2011,5,3163,3309 +BRN,2011,6,3216,3366 +BRN,2011,7,3268,3428 +BRN,2011,8,3311,3490 +BRN,2011,9,3341,3548 +BRN,2011,10,3363,3601 +BRN,2011,11,3384,3658 +BRN,2011,12,3408,3727 +BRN,2011,13,3418,3756 +BRN,2011,14,3409,3726 +BRN,2011,15,3389,3662 +BRN,2011,16,3369,3604 +BRN,2011,17,3342,3534 +BRN,2011,18,3346,3523 +BRN,2012,0,3310,3555 +BRN,2012,1,3213,3430 +BRN,2012,2,2961,3198 +BRN,2012,3,2998,3199 +BRN,2012,4,3043,3219 +BRN,2012,5,3093,3255 +BRN,2012,6,3146,3304 +BRN,2012,7,3202,3362 +BRN,2012,8,3263,3428 +BRN,2012,9,3311,3493 +BRN,2012,10,3340,3551 +BRN,2012,11,3356,3604 +BRN,2012,12,3374,3661 +BRN,2012,13,3395,3731 +BRN,2012,14,3403,3762 +BRN,2012,15,3391,3732 +BRN,2012,16,3370,3669 +BRN,2012,17,3348,3611 +BRN,2012,18,3318,3542 +BRN,2013,0,3544,3794 +BRN,2013,1,3352,3584 +BRN,2013,2,3212,3429 +BRN,2013,3,2978,3209 +BRN,2013,4,2997,3201 +BRN,2013,5,3031,3215 +BRN,2013,6,3075,3248 +BRN,2013,7,3128,3295 +BRN,2013,8,3188,3355 +BRN,2013,9,3257,3425 +BRN,2013,10,3311,3493 +BRN,2013,11,3338,3552 +BRN,2013,12,3348,3604 +BRN,2013,13,3363,3662 +BRN,2013,14,3382,3732 +BRN,2013,15,3387,3764 +BRN,2013,16,3373,3736 +BRN,2013,17,3350,3673 +BRN,2013,18,3326,3616 +BRN,2014,0,3709,3957 +BRN,2014,1,3459,3698 +BRN,2014,2,3269,3500 +BRN,2014,3,3136,3357 +BRN,2014,4,2998,3220 +BRN,2014,5,2999,3202 +BRN,2014,6,3021,3211 +BRN,2014,7,3061,3240 +BRN,2014,8,3112,3287 +BRN,2014,9,3176,3348 +BRN,2014,10,3254,3422 +BRN,2014,11,3313,3493 +BRN,2014,12,3339,3553 +BRN,2014,13,3343,3604 +BRN,2014,14,3355,3662 +BRN,2014,15,3372,3734 +BRN,2014,16,3375,3766 +BRN,2014,17,3359,3739 +BRN,2014,18,3333,3677 +BRN,2015,0,3753,3984 +BRN,2015,1,3501,3735 +BRN,2015,2,3308,3540 +BRN,2015,3,3167,3394 +BRN,2015,4,3074,3293 +BRN,2015,5,3022,3232 +BRN,2015,6,3004,3205 +BRN,2015,7,3016,3207 +BRN,2015,8,3050,3234 +BRN,2015,9,3101,3280 +BRN,2015,10,3169,3343 +BRN,2015,11,3255,3420 +BRN,2015,12,3320,3494 +BRN,2015,13,3345,3555 +BRN,2015,14,3343,3605 +BRN,2015,15,3351,3664 +BRN,2015,16,3366,3736 +BRN,2015,17,3366,3770 +BRN,2015,18,3348,3743 +BRN,2016,0,3628,3839 +BRN,2016,1,3678,3912 +BRN,2016,2,3476,3713 +BRN,2016,3,3314,3549 +BRN,2016,4,3189,3420 +BRN,2016,5,3099,3322 +BRN,2016,6,3038,3252 +BRN,2016,7,2999,3203 +BRN,2016,8,2995,3190 +BRN,2016,9,3029,3217 +BRN,2016,10,3089,3272 +BRN,2016,11,3160,3337 +BRN,2016,12,3246,3414 +BRN,2016,13,3311,3488 +BRN,2016,14,3335,3548 +BRN,2016,15,3333,3598 +BRN,2016,16,3341,3656 +BRN,2016,17,3355,3728 +BRN,2016,18,3356,3761 +BRN,2017,0,3384,3563 +BRN,2017,1,3334,3541 +BRN,2017,2,3614,3848 +BRN,2017,3,3460,3698 +BRN,2017,4,3329,3565 +BRN,2017,5,3219,3451 +BRN,2017,6,3133,3356 +BRN,2017,7,3062,3277 +BRN,2017,8,3002,3207 +BRN,2017,9,2983,3179 +BRN,2017,10,3017,3205 +BRN,2017,11,3086,3269 +BRN,2017,12,3160,3338 +BRN,2017,13,3246,3415 +BRN,2017,14,3310,3488 +BRN,2017,15,3334,3548 +BRN,2017,16,3332,3597 +BRN,2017,17,3339,3655 +BRN,2017,18,3354,3726 +BRN,2018,0,3083,3225 +BRN,2018,1,3186,3367 +BRN,2018,2,3255,3463 +BRN,2018,3,3554,3786 +BRN,2018,4,3449,3685 +BRN,2018,5,3348,3583 +BRN,2018,6,3254,3484 +BRN,2018,7,3170,3393 +BRN,2018,8,3091,3304 +BRN,2018,9,3009,3213 +BRN,2018,10,2974,3169 +BRN,2018,11,3008,3196 +BRN,2018,12,3087,3269 +BRN,2018,13,3164,3340 +BRN,2018,14,3249,3417 +BRN,2018,15,3314,3491 +BRN,2018,16,3338,3550 +BRN,2018,17,3336,3599 +BRN,2018,18,3343,3656 +BRN,2019,0,2800,2900 +BRN,2019,1,3000,3200 +BRN,2019,2,3200,3400 +BRN,2019,3,3300,3500 +BRN,2019,4,3500,3700 +BRN,2019,5,3400,3700 +BRN,2019,6,3400,3600 +BRN,2019,7,3300,3500 +BRN,2019,8,3200,3400 +BRN,2019,9,3100,3300 +BRN,2019,10,3000,3200 +BRN,2019,11,3000,3200 +BRN,2019,12,3000,3200 +BRN,2019,13,3100,3300 +BRN,2019,14,3200,3300 +BRN,2019,15,3300,3400 +BRN,2019,16,3300,3500 +BRN,2019,17,3300,3600 +BRN,2019,18,3300,3600 +BRN,2020,0,2600,2700 +BRN,2020,1,2900,3100 +BRN,2020,2,3200,3300 +BRN,2020,3,3300,3500 +BRN,2020,4,3400,3600 +BRN,2020,5,3400,3700 +BRN,2020,6,3400,3600 +BRN,2020,7,3400,3600 +BRN,2020,8,3300,3500 +BRN,2020,9,3200,3500 +BRN,2020,10,3100,3400 +BRN,2020,11,3000,3200 +BRN,2020,12,3000,3100 +BRN,2020,13,3000,3200 +BRN,2020,14,3100,3300 +BRN,2020,15,3200,3300 +BRN,2020,16,3300,3400 +BRN,2020,17,3300,3500 +BRN,2020,18,3300,3500 +BRN,2021,0,2600,2700 +BRN,2021,1,2700,2800 +BRN,2021,2,3000,3100 +BRN,2021,3,3100,3300 +BRN,2021,4,3300,3500 +BRN,2021,5,3400,3600 +BRN,2021,6,3400,3600 +BRN,2021,7,3400,3700 +BRN,2021,8,3400,3600 +BRN,2021,9,3300,3600 +BRN,2021,10,3200,3500 +BRN,2021,11,3100,3400 +BRN,2021,12,3000,3200 +BRN,2021,13,3000,3100 +BRN,2021,14,3000,3200 +BRN,2021,15,3100,3300 +BRN,2021,16,3200,3300 +BRN,2021,17,3300,3400 +BRN,2021,18,3300,3500 +BRN,2022,0,2700,2800 +BRN,2022,1,2900,3000 +BRN,2022,2,2800,2900 +BRN,2022,3,3000,3100 +BRN,2022,4,3100,3300 +BRN,2022,5,3300,3400 +BRN,2022,6,3300,3500 +BRN,2022,7,3400,3600 +BRN,2022,8,3400,3600 +BRN,2022,9,3400,3600 +BRN,2022,10,3300,3600 +BRN,2022,11,3300,3500 +BRN,2022,12,3100,3400 +BRN,2022,13,3000,3200 +BRN,2022,14,3000,3100 +BRN,2022,15,3000,3200 +BRN,2022,16,3100,3300 +BRN,2022,17,3200,3300 +BRN,2022,18,3300,3400 +BRN,2023,0,2800,2900 +BRN,2023,1,2900,3000 +BRN,2023,2,3000,3100 +BRN,2023,3,2800,2900 +BRN,2023,4,3000,3100 +BRN,2023,5,3100,3300 +BRN,2023,6,3200,3400 +BRN,2023,7,3300,3500 +BRN,2023,8,3400,3600 +BRN,2023,9,3400,3600 +BRN,2023,10,3400,3700 +BRN,2023,11,3400,3600 +BRN,2023,12,3200,3500 +BRN,2023,13,3100,3400 +BRN,2023,14,3000,3200 +BRN,2023,15,3000,3100 +BRN,2023,16,3000,3200 +BRN,2023,17,3100,3300 +BRN,2023,18,3200,3300 +BRN,2024,0,2900,3000 +BRN,2024,1,2900,3000 +BRN,2024,2,2900,3100 +BRN,2024,3,2900,3100 +BRN,2024,4,2900,3000 +BRN,2024,5,3000,3100 +BRN,2024,6,3100,3300 +BRN,2024,7,3200,3400 +BRN,2024,8,3300,3500 +BRN,2024,9,3300,3500 +BRN,2024,10,3400,3600 +BRN,2024,11,3400,3700 +BRN,2024,12,3400,3600 +BRN,2024,13,3200,3500 +BRN,2024,14,3100,3300 +BRN,2024,15,3000,3200 +BRN,2024,16,2900,3100 +BRN,2024,17,3000,3200 +BRN,2024,18,3100,3300 +BRN,2025,0,2900,3100 +BRN,2025,1,2900,3000 +BRN,2025,2,2800,3000 +BRN,2025,3,2900,3000 +BRN,2025,4,2900,3000 +BRN,2025,5,2900,3100 +BRN,2025,6,3000,3200 +BRN,2025,7,3100,3200 +BRN,2025,8,3200,3300 +BRN,2025,9,3200,3400 +BRN,2025,10,3300,3500 +BRN,2025,11,3400,3600 +BRN,2025,12,3400,3700 +BRN,2025,13,3400,3600 +BRN,2025,14,3200,3500 +BRN,2025,15,3100,3300 +BRN,2025,16,3000,3200 +BRN,2025,17,2900,3100 +BRN,2025,18,3000,3200 +BRN,2026,0,2900,3100 +BRN,2026,1,2900,3100 +BRN,2026,2,2900,3000 +BRN,2026,3,2900,3000 +BRN,2026,4,2900,3000 +BRN,2026,5,2900,3000 +BRN,2026,6,2900,3100 +BRN,2026,7,3000,3200 +BRN,2026,8,3100,3200 +BRN,2026,9,3100,3300 +BRN,2026,10,3200,3400 +BRN,2026,11,3300,3500 +BRN,2026,12,3400,3600 +BRN,2026,13,3400,3700 +BRN,2026,14,3400,3600 +BRN,2026,15,3200,3500 +BRN,2026,16,3100,3300 +BRN,2026,17,3000,3200 +BRN,2026,18,2900,3100 +BRN,2027,0,2900,3000 +BRN,2027,1,2800,3000 +BRN,2027,2,2900,3000 +BRN,2027,3,2900,3000 +BRN,2027,4,2900,3000 +BRN,2027,5,2900,3000 +BRN,2027,6,2900,3100 +BRN,2027,7,3000,3100 +BRN,2027,8,3000,3200 +BRN,2027,9,3100,3200 +BRN,2027,10,3100,3300 +BRN,2027,11,3200,3400 +BRN,2027,12,3300,3500 +BRN,2027,13,3400,3600 +BRN,2027,14,3400,3700 +BRN,2027,15,3400,3600 +BRN,2027,16,3200,3500 +BRN,2027,17,3100,3300 +BRN,2027,18,3000,3200 +BRN,2028,0,2800,2900 +BRN,2028,1,2800,2900 +BRN,2028,2,2700,2900 +BRN,2028,3,2900,3000 +BRN,2028,4,2900,3000 +BRN,2028,5,2900,3000 +BRN,2028,6,2900,3000 +BRN,2028,7,2900,3100 +BRN,2028,8,3000,3100 +BRN,2028,9,3000,3200 +BRN,2028,10,3100,3200 +BRN,2028,11,3100,3300 +BRN,2028,12,3200,3400 +BRN,2028,13,3300,3500 +BRN,2028,14,3400,3600 +BRN,2028,15,3400,3700 +BRN,2028,16,3400,3600 +BRN,2028,17,3200,3500 +BRN,2028,18,3100,3300 +BRN,2029,0,2700,2800 +BRN,2029,1,2700,2900 +BRN,2029,2,2700,2900 +BRN,2029,3,2800,2900 +BRN,2029,4,2800,3000 +BRN,2029,5,2800,3000 +BRN,2029,6,2900,3000 +BRN,2029,7,2900,3000 +BRN,2029,8,2900,3100 +BRN,2029,9,3000,3100 +BRN,2029,10,3000,3200 +BRN,2029,11,3100,3200 +BRN,2029,12,3100,3300 +BRN,2029,13,3200,3400 +BRN,2029,14,3300,3500 +BRN,2029,15,3400,3600 +BRN,2029,16,3400,3700 +BRN,2029,17,3400,3600 +BRN,2029,18,3200,3500 +BRN,2030,0,2600,2800 +BRN,2030,1,2700,2800 +BRN,2030,2,2700,2800 +BRN,2030,3,2700,2900 +BRN,2030,4,2800,2900 +BRN,2030,5,2800,3000 +BRN,2030,6,2800,3000 +BRN,2030,7,2900,3000 +BRN,2030,8,2900,3100 +BRN,2030,9,2900,3100 +BRN,2030,10,3000,3100 +BRN,2030,11,3000,3200 +BRN,2030,12,3100,3200 +BRN,2030,13,3100,3300 +BRN,2030,14,3200,3400 +BRN,2030,15,3300,3500 +BRN,2030,16,3400,3600 +BRN,2030,17,3400,3700 +BRN,2030,18,3400,3600 +BRN,2031,0,2600,2700 +BRN,2031,1,2600,2800 +BRN,2031,2,2700,2800 +BRN,2031,3,2700,2800 +BRN,2031,4,2700,2900 +BRN,2031,5,2800,2900 +BRN,2031,6,2800,3000 +BRN,2031,7,2800,3000 +BRN,2031,8,2900,3000 +BRN,2031,9,2900,3100 +BRN,2031,10,2900,3100 +BRN,2031,11,3000,3100 +BRN,2031,12,3000,3200 +BRN,2031,13,3100,3200 +BRN,2031,14,3100,3300 +BRN,2031,15,3200,3400 +BRN,2031,16,3300,3500 +BRN,2031,17,3400,3600 +BRN,2031,18,3400,3700 +BRN,2032,0,2600,2700 +BRN,2032,1,2600,2700 +BRN,2032,2,2600,2800 +BRN,2032,3,2700,2800 +BRN,2032,4,2700,2800 +BRN,2032,5,2700,2900 +BRN,2032,6,2800,2900 +BRN,2032,7,2800,3000 +BRN,2032,8,2800,3000 +BRN,2032,9,2900,3000 +BRN,2032,10,2900,3100 +BRN,2032,11,2900,3100 +BRN,2032,12,3000,3100 +BRN,2032,13,3000,3200 +BRN,2032,14,3100,3200 +BRN,2032,15,3100,3300 +BRN,2032,16,3200,3400 +BRN,2032,17,3300,3500 +BRN,2032,18,3400,3600 +BRN,2033,0,2500,2700 +BRN,2033,1,2600,2700 +BRN,2033,2,2600,2800 +BRN,2033,3,2600,2800 +BRN,2033,4,2700,2800 +BRN,2033,5,2700,2800 +BRN,2033,6,2700,2900 +BRN,2033,7,2800,2900 +BRN,2033,8,2800,3000 +BRN,2033,9,2800,3000 +BRN,2033,10,2900,3000 +BRN,2033,11,2900,3100 +BRN,2033,12,2900,3100 +BRN,2033,13,3000,3100 +BRN,2033,14,3000,3200 +BRN,2033,15,3100,3200 +BRN,2033,16,3100,3300 +BRN,2033,17,3200,3400 +BRN,2033,18,3300,3500 +BRN,2034,0,2500,2700 +BRN,2034,1,2600,2700 +BRN,2034,2,2600,2700 +BRN,2034,3,2600,2700 +BRN,2034,4,2600,2800 +BRN,2034,5,2700,2800 +BRN,2034,6,2700,2800 +BRN,2034,7,2700,2900 +BRN,2034,8,2800,2900 +BRN,2034,9,2800,2900 +BRN,2034,10,2800,3000 +BRN,2034,11,2900,3000 +BRN,2034,12,2900,3100 +BRN,2034,13,2900,3100 +BRN,2034,14,3000,3100 +BRN,2034,15,3000,3200 +BRN,2034,16,3000,3200 +BRN,2034,17,3100,3300 +BRN,2034,18,3200,3400 +BRN,2035,0,2500,2600 +BRN,2035,1,2500,2700 +BRN,2035,2,2600,2700 +BRN,2035,3,2600,2700 +BRN,2035,4,2600,2700 +BRN,2035,5,2600,2800 +BRN,2035,6,2700,2800 +BRN,2035,7,2700,2800 +BRN,2035,8,2700,2900 +BRN,2035,9,2800,2900 +BRN,2035,10,2800,2900 +BRN,2035,11,2800,3000 +BRN,2035,12,2900,3000 +BRN,2035,13,2900,3100 +BRN,2035,14,2900,3100 +BRN,2035,15,3000,3100 +BRN,2035,16,3000,3200 +BRN,2035,17,3000,3200 +BRN,2035,18,3100,3300 +BRN,2036,0,2500,2600 +BRN,2036,1,2500,2600 +BRN,2036,2,2500,2700 +BRN,2036,3,2600,2700 +BRN,2036,4,2600,2700 +BRN,2036,5,2600,2700 +BRN,2036,6,2600,2800 +BRN,2036,7,2700,2800 +BRN,2036,8,2700,2800 +BRN,2036,9,2700,2900 +BRN,2036,10,2800,2900 +BRN,2036,11,2800,2900 +BRN,2036,12,2800,3000 +BRN,2036,13,2900,3000 +BRN,2036,14,2900,3100 +BRN,2036,15,2900,3100 +BRN,2036,16,3000,3100 +BRN,2036,17,3000,3200 +BRN,2036,18,3000,3200 +BRN,2037,0,2500,2600 +BRN,2037,1,2500,2600 +BRN,2037,2,2500,2600 +BRN,2037,3,2500,2700 +BRN,2037,4,2600,2700 +BRN,2037,5,2600,2700 +BRN,2037,6,2600,2700 +BRN,2037,7,2600,2800 +BRN,2037,8,2700,2800 +BRN,2037,9,2700,2800 +BRN,2037,10,2700,2900 +BRN,2037,11,2800,2900 +BRN,2037,12,2800,2900 +BRN,2037,13,2800,3000 +BRN,2037,14,2900,3000 +BRN,2037,15,2900,3100 +BRN,2037,16,2900,3100 +BRN,2037,17,3000,3100 +BRN,2037,18,3000,3200 +BRN,2038,0,2500,2600 +BRN,2038,1,2500,2600 +BRN,2038,2,2500,2600 +BRN,2038,3,2500,2600 +BRN,2038,4,2500,2700 +BRN,2038,5,2600,2700 +BRN,2038,6,2600,2700 +BRN,2038,7,2600,2700 +BRN,2038,8,2600,2800 +BRN,2038,9,2700,2800 +BRN,2038,10,2700,2800 +BRN,2038,11,2700,2900 +BRN,2038,12,2800,2900 +BRN,2038,13,2800,2900 +BRN,2038,14,2800,3000 +BRN,2038,15,2900,3000 +BRN,2038,16,2900,3100 +BRN,2038,17,2900,3100 +BRN,2038,18,3000,3100 +BRN,2039,0,2500,2600 +BRN,2039,1,2500,2600 +BRN,2039,2,2500,2600 +BRN,2039,3,2500,2600 +BRN,2039,4,2500,2600 +BRN,2039,5,2500,2700 +BRN,2039,6,2600,2700 +BRN,2039,7,2600,2700 +BRN,2039,8,2600,2700 +BRN,2039,9,2600,2800 +BRN,2039,10,2700,2800 +BRN,2039,11,2700,2800 +BRN,2039,12,2700,2900 +BRN,2039,13,2800,2900 +BRN,2039,14,2800,2900 +BRN,2039,15,2800,3000 +BRN,2039,16,2900,3000 +BRN,2039,17,2900,3100 +BRN,2039,18,2900,3100 +BRN,2040,0,2500,2600 +BRN,2040,1,2500,2600 +BRN,2040,2,2500,2600 +BRN,2040,3,2500,2600 +BRN,2040,4,2500,2600 +BRN,2040,5,2500,2600 +BRN,2040,6,2500,2700 +BRN,2040,7,2500,2700 +BRN,2040,8,2600,2700 +BRN,2040,9,2600,2700 +BRN,2040,10,2600,2800 +BRN,2040,11,2700,2800 +BRN,2040,12,2700,2800 +BRN,2040,13,2700,2900 +BRN,2040,14,2800,2900 +BRN,2040,15,2800,2900 +BRN,2040,16,2800,3000 +BRN,2040,17,2900,3000 +BRN,2040,18,2900,3100 +BRN,2041,0,2400,2600 +BRN,2041,1,2500,2600 +BRN,2041,2,2500,2600 +BRN,2041,3,2500,2600 +BRN,2041,4,2500,2600 +BRN,2041,5,2500,2600 +BRN,2041,6,2500,2600 +BRN,2041,7,2500,2700 +BRN,2041,8,2500,2700 +BRN,2041,9,2600,2700 +BRN,2041,10,2600,2700 +BRN,2041,11,2600,2800 +BRN,2041,12,2700,2800 +BRN,2041,13,2700,2800 +BRN,2041,14,2700,2900 +BRN,2041,15,2800,2900 +BRN,2041,16,2800,2900 +BRN,2041,17,2800,3000 +BRN,2041,18,2900,3000 +BRN,2042,0,2400,2600 +BRN,2042,1,2400,2600 +BRN,2042,2,2500,2600 +BRN,2042,3,2500,2600 +BRN,2042,4,2500,2600 +BRN,2042,5,2500,2600 +BRN,2042,6,2500,2600 +BRN,2042,7,2500,2600 +BRN,2042,8,2500,2700 +BRN,2042,9,2500,2700 +BRN,2042,10,2600,2700 +BRN,2042,11,2600,2700 +BRN,2042,12,2600,2800 +BRN,2042,13,2700,2800 +BRN,2042,14,2700,2800 +BRN,2042,15,2700,2900 +BRN,2042,16,2800,2900 +BRN,2042,17,2800,2900 +BRN,2042,18,2800,3000 +BRN,2043,0,2400,2600 +BRN,2043,1,2400,2600 +BRN,2043,2,2400,2600 +BRN,2043,3,2400,2600 +BRN,2043,4,2500,2600 +BRN,2043,5,2500,2600 +BRN,2043,6,2500,2600 +BRN,2043,7,2500,2600 +BRN,2043,8,2500,2600 +BRN,2043,9,2500,2700 +BRN,2043,10,2500,2700 +BRN,2043,11,2600,2700 +BRN,2043,12,2600,2700 +BRN,2043,13,2600,2800 +BRN,2043,14,2700,2800 +BRN,2043,15,2700,2800 +BRN,2043,16,2700,2900 +BRN,2043,17,2800,2900 +BRN,2043,18,2800,2900 +BRN,2044,0,2400,2600 +BRN,2044,1,2400,2600 +BRN,2044,2,2400,2600 +BRN,2044,3,2400,2600 +BRN,2044,4,2400,2600 +BRN,2044,5,2500,2600 +BRN,2044,6,2500,2600 +BRN,2044,7,2500,2600 +BRN,2044,8,2500,2600 +BRN,2044,9,2500,2600 +BRN,2044,10,2500,2700 +BRN,2044,11,2500,2700 +BRN,2044,12,2600,2700 +BRN,2044,13,2600,2700 +BRN,2044,14,2600,2800 +BRN,2044,15,2700,2800 +BRN,2044,16,2700,2800 +BRN,2044,17,2700,2900 +BRN,2044,18,2800,2900 +BRN,2045,0,2400,2500 +BRN,2045,1,2400,2600 +BRN,2045,2,2400,2600 +BRN,2045,3,2400,2600 +BRN,2045,4,2400,2600 +BRN,2045,5,2400,2600 +BRN,2045,6,2500,2600 +BRN,2045,7,2500,2600 +BRN,2045,8,2500,2600 +BRN,2045,9,2500,2600 +BRN,2045,10,2500,2600 +BRN,2045,11,2500,2700 +BRN,2045,12,2500,2700 +BRN,2045,13,2600,2700 +BRN,2045,14,2600,2700 +BRN,2045,15,2600,2800 +BRN,2045,16,2700,2800 +BRN,2045,17,2700,2800 +BRN,2045,18,2700,2900 +BRN,2046,0,2400,2500 +BRN,2046,1,2400,2500 +BRN,2046,2,2400,2600 +BRN,2046,3,2400,2600 +BRN,2046,4,2400,2600 +BRN,2046,5,2400,2600 +BRN,2046,6,2400,2600 +BRN,2046,7,2500,2600 +BRN,2046,8,2500,2600 +BRN,2046,9,2500,2600 +BRN,2046,10,2500,2600 +BRN,2046,11,2500,2600 +BRN,2046,12,2500,2700 +BRN,2046,13,2500,2700 +BRN,2046,14,2600,2700 +BRN,2046,15,2600,2700 +BRN,2046,16,2600,2800 +BRN,2046,17,2700,2800 +BRN,2046,18,2700,2800 +BRN,2047,0,2400,2500 +BRN,2047,1,2400,2500 +BRN,2047,2,2400,2500 +BRN,2047,3,2400,2600 +BRN,2047,4,2400,2600 +BRN,2047,5,2400,2600 +BRN,2047,6,2400,2600 +BRN,2047,7,2400,2600 +BRN,2047,8,2500,2600 +BRN,2047,9,2500,2600 +BRN,2047,10,2500,2600 +BRN,2047,11,2500,2600 +BRN,2047,12,2500,2600 +BRN,2047,13,2500,2700 +BRN,2047,14,2500,2700 +BRN,2047,15,2600,2700 +BRN,2047,16,2600,2700 +BRN,2047,17,2600,2800 +BRN,2047,18,2700,2800 +BRN,2048,0,2400,2500 +BRN,2048,1,2400,2500 +BRN,2048,2,2400,2500 +BRN,2048,3,2400,2500 +BRN,2048,4,2400,2500 +BRN,2048,5,2400,2600 +BRN,2048,6,2400,2600 +BRN,2048,7,2400,2600 +BRN,2048,8,2400,2600 +BRN,2048,9,2500,2600 +BRN,2048,10,2500,2600 +BRN,2048,11,2500,2600 +BRN,2048,12,2500,2600 +BRN,2048,13,2500,2600 +BRN,2048,14,2500,2700 +BRN,2048,15,2500,2700 +BRN,2048,16,2600,2700 +BRN,2048,17,2600,2700 +BRN,2048,18,2600,2800 +BRN,2049,0,2300,2500 +BRN,2049,1,2400,2500 +BRN,2049,2,2400,2500 +BRN,2049,3,2400,2500 +BRN,2049,4,2400,2500 +BRN,2049,5,2400,2500 +BRN,2049,6,2400,2600 +BRN,2049,7,2400,2600 +BRN,2049,8,2400,2600 +BRN,2049,9,2400,2600 +BRN,2049,10,2500,2600 +BRN,2049,11,2500,2600 +BRN,2049,12,2500,2600 +BRN,2049,13,2500,2600 +BRN,2049,14,2500,2600 +BRN,2049,15,2500,2700 +BRN,2049,16,2500,2700 +BRN,2049,17,2600,2700 +BRN,2049,18,2600,2700 +BRN,2050,0,2300,2400 +BRN,2050,1,2300,2500 +BRN,2050,2,2400,2500 +BRN,2050,3,2400,2500 +BRN,2050,4,2400,2500 +BRN,2050,5,2400,2500 +BRN,2050,6,2400,2500 +BRN,2050,7,2400,2600 +BRN,2050,8,2400,2600 +BRN,2050,9,2400,2600 +BRN,2050,10,2400,2600 +BRN,2050,11,2500,2600 +BRN,2050,12,2500,2600 +BRN,2050,13,2500,2600 +BRN,2050,14,2500,2600 +BRN,2050,15,2500,2600 +BRN,2050,16,2500,2700 +BRN,2050,17,2500,2700 +BRN,2050,18,2600,2700 +BTN,1990,0,9355,9615 +BTN,1990,1,9044,9281 +BTN,1990,2,8752,8968 +BTN,1990,3,8477,8676 +BTN,1990,4,8218,8401 +BTN,1990,5,7972,8144 +BTN,1990,6,7740,7900 +BTN,1990,7,7518,7670 +BTN,1990,8,7304,7449 +BTN,1990,9,7099,7238 +BTN,1990,10,6901,7035 +BTN,1990,11,6711,6842 +BTN,1990,12,6518,6645 +BTN,1990,13,6317,6438 +BTN,1990,14,6111,6226 +BTN,1990,15,5910,6020 +BTN,1990,16,5713,5819 +BTN,1990,17,5517,5618 +BTN,1990,18,5322,5420 +BTN,1991,0,9258,9525 +BTN,1991,1,9113,9363 +BTN,1991,2,8836,9066 +BTN,1991,3,8569,8780 +BTN,1991,4,8311,8506 +BTN,1991,5,8061,8242 +BTN,1991,6,7819,7988 +BTN,1991,7,7583,7742 +BTN,1991,8,7357,7507 +BTN,1991,9,7141,7284 +BTN,1991,10,6934,7070 +BTN,1991,11,6731,6863 +BTN,1991,12,6535,6663 +BTN,1991,13,6337,6460 +BTN,1991,14,6132,6250 +BTN,1991,15,5925,6036 +BTN,1991,16,5723,5828 +BTN,1991,17,5522,5623 +BTN,1991,18,5330,5427 +BTN,1992,0,9000,9267 +BTN,1992,1,8831,9077 +BTN,1992,2,8825,9064 +BTN,1992,3,8585,8806 +BTN,1992,4,8344,8548 +BTN,1992,5,8103,8293 +BTN,1992,6,7864,8042 +BTN,1992,7,7626,7793 +BTN,1992,8,7389,7545 +BTN,1992,9,7160,7307 +BTN,1992,10,6943,7083 +BTN,1992,11,6734,6867 +BTN,1992,12,6528,6656 +BTN,1992,13,6327,6451 +BTN,1992,14,6125,6243 +BTN,1992,15,5918,6030 +BTN,1992,16,5710,5816 +BTN,1992,17,5507,5607 +BTN,1992,18,5304,5399 +BTN,1993,0,8663,8925 +BTN,1993,1,8588,8834 +BTN,1993,2,8486,8716 +BTN,1993,3,8530,8757 +BTN,1993,4,8325,8536 +BTN,1993,5,8111,8308 +BTN,1993,6,7889,8072 +BTN,1993,7,7661,7833 +BTN,1993,8,7427,7589 +BTN,1993,9,7188,7340 +BTN,1993,10,6956,7100 +BTN,1993,11,6738,6874 +BTN,1993,12,6528,6657 +BTN,1993,13,6319,6442 +BTN,1993,14,6114,6232 +BTN,1993,15,5907,6020 +BTN,1993,16,5699,5805 +BTN,1993,17,5491,5590 +BTN,1993,18,5287,5380 +BTN,1994,0,8355,8610 +BTN,1994,1,8367,8609 +BTN,1994,2,8337,8565 +BTN,1994,3,8267,8483 +BTN,1994,4,8270,8481 +BTN,1994,5,8101,8299 +BTN,1994,6,7912,8097 +BTN,1994,7,7706,7881 +BTN,1994,8,7488,7653 +BTN,1994,9,7258,7413 +BTN,1994,10,7017,7162 +BTN,1994,11,6782,6918 +BTN,1994,12,6561,6690 +BTN,1994,13,6350,6472 +BTN,1994,14,6137,6252 +BTN,1994,15,5926,6036 +BTN,1994,16,5715,5819 +BTN,1994,17,5503,5601 +BTN,1994,18,5294,5385 +BTN,1995,0,8146,8393 +BTN,1995,1,8227,8462 +BTN,1995,2,8255,8479 +BTN,1995,3,8235,8448 +BTN,1995,4,8172,8375 +BTN,1995,5,8070,8262 +BTN,1995,6,7934,8116 +BTN,1995,7,7769,7941 +BTN,1995,8,7580,7742 +BTN,1995,9,7370,7524 +BTN,1995,10,7142,7287 +BTN,1995,11,6896,7032 +BTN,1995,12,6656,6783 +BTN,1995,13,6431,6551 +BTN,1995,14,6217,6330 +BTN,1995,15,5998,6104 +BTN,1995,16,5780,5880 +BTN,1995,17,5563,5657 +BTN,1995,18,5347,5435 +BTN,1996,0,7869,8097 +BTN,1996,1,8035,8257 +BTN,1996,2,8107,8318 +BTN,1996,3,8132,8333 +BTN,1996,4,8114,8306 +BTN,1996,5,8057,8239 +BTN,1996,6,7965,8138 +BTN,1996,7,7843,8007 +BTN,1996,8,7689,7844 +BTN,1996,9,7503,7649 +BTN,1996,10,7294,7431 +BTN,1996,11,7068,7196 +BTN,1996,12,6825,6945 +BTN,1996,13,6586,6699 +BTN,1996,14,6364,6470 +BTN,1996,15,6152,6251 +BTN,1996,16,5935,6028 +BTN,1996,17,5719,5806 +BTN,1996,18,5503,5585 +BTN,1997,0,7696,7905 +BTN,1997,1,7844,8043 +BTN,1997,2,7984,8179 +BTN,1997,3,8047,8233 +BTN,1997,4,8070,8247 +BTN,1997,5,8054,8222 +BTN,1997,6,8002,8162 +BTN,1997,7,7920,8071 +BTN,1997,8,7811,7954 +BTN,1997,9,7666,7801 +BTN,1997,10,7483,7610 +BTN,1997,11,7272,7391 +BTN,1997,12,7047,7157 +BTN,1997,13,6804,6907 +BTN,1997,14,6566,6662 +BTN,1997,15,6345,6434 +BTN,1997,16,6133,6217 +BTN,1997,17,5917,5995 +BTN,1997,18,5700,5773 +BTN,1998,0,7588,7788 +BTN,1998,1,7745,7935 +BTN,1998,2,7861,8041 +BTN,1998,3,7967,8145 +BTN,1998,4,8022,8192 +BTN,1998,5,8042,8204 +BTN,1998,6,8028,8182 +BTN,1998,7,7982,8127 +BTN,1998,8,7908,8046 +BTN,1998,9,7811,7942 +BTN,1998,10,7676,7799 +BTN,1998,11,7495,7611 +BTN,1998,12,7282,7389 +BTN,1998,13,7055,7155 +BTN,1998,14,6813,6905 +BTN,1998,15,6574,6660 +BTN,1998,16,6352,6432 +BTN,1998,17,6141,6215 +BTN,1998,18,5923,5992 +BTN,1999,0,7498,7708 +BTN,1999,1,7653,7854 +BTN,1999,2,7778,7970 +BTN,1999,3,7872,8057 +BTN,1999,4,7953,8135 +BTN,1999,5,8000,8175 +BTN,1999,6,8017,8185 +BTN,1999,7,8005,8166 +BTN,1999,8,7964,8118 +BTN,1999,9,7899,8046 +BTN,1999,10,7815,7955 +BTN,1999,11,7688,7821 +BTN,1999,12,7509,7634 +BTN,1999,13,7294,7410 +BTN,1999,14,7066,7175 +BTN,1999,15,6823,6924 +BTN,1999,16,6585,6678 +BTN,1999,17,6362,6450 +BTN,1999,18,6150,6232 +BTN,2000,0,7394,7637 +BTN,2000,1,7542,7779 +BTN,2000,2,7669,7901 +BTN,2000,3,7775,8001 +BTN,2000,4,7859,8080 +BTN,2000,5,7921,8137 +BTN,2000,6,7960,8170 +BTN,2000,7,7974,8178 +BTN,2000,8,7964,8162 +BTN,2000,9,7928,8120 +BTN,2000,10,7872,8057 +BTN,2000,11,7801,7979 +BTN,2000,12,7683,7855 +BTN,2000,13,7507,7670 +BTN,2000,14,7289,7443 +BTN,2000,15,7062,7206 +BTN,2000,16,6819,6954 +BTN,2000,17,6581,6707 +BTN,2000,18,6358,6477 +BTN,2001,0,7298,7509 +BTN,2001,1,7396,7616 +BTN,2001,2,7536,7750 +BTN,2001,3,7659,7867 +BTN,2001,4,7765,7966 +BTN,2001,5,7851,8045 +BTN,2001,6,7917,8105 +BTN,2001,7,7962,8145 +BTN,2001,8,7981,8160 +BTN,2001,9,7974,8149 +BTN,2001,10,7939,8111 +BTN,2001,11,7884,8055 +BTN,2001,12,7815,7982 +BTN,2001,13,7696,7870 +BTN,2001,14,7512,7706 +BTN,2001,15,7283,7505 +BTN,2001,16,7045,7293 +BTN,2001,17,6791,7065 +BTN,2001,18,6542,6836 +BTN,2002,0,7194,7398 +BTN,2002,1,7310,7523 +BTN,2002,2,7383,7608 +BTN,2002,3,7516,7734 +BTN,2002,4,7635,7846 +BTN,2002,5,7740,7943 +BTN,2002,6,7828,8024 +BTN,2002,7,7898,8088 +BTN,2002,8,7948,8134 +BTN,2002,9,7973,8156 +BTN,2002,10,7968,8149 +BTN,2002,11,7934,8116 +BTN,2002,12,7881,8066 +BTN,2002,13,7814,7999 +BTN,2002,14,7693,7898 +BTN,2002,15,7502,7755 +BTN,2002,16,7263,7580 +BTN,2002,17,7014,7392 +BTN,2002,18,6750,7189 +BTN,2003,0,7090,7295 +BTN,2003,1,7184,7406 +BTN,2003,2,7284,7517 +BTN,2003,3,7361,7602 +BTN,2003,4,7486,7720 +BTN,2003,5,7601,7827 +BTN,2003,6,7705,7923 +BTN,2003,7,7795,8004 +BTN,2003,8,7868,8072 +BTN,2003,9,7924,8125 +BTN,2003,10,7954,8154 +BTN,2003,11,7952,8152 +BTN,2003,12,7919,8124 +BTN,2003,13,7867,8079 +BTN,2003,14,7803,8018 +BTN,2003,15,7680,7928 +BTN,2003,16,7483,7806 +BTN,2003,17,7233,7657 +BTN,2003,18,6974,7493 +BTN,2004,0,6992,7192 +BTN,2004,1,7063,7287 +BTN,2004,2,7148,7388 +BTN,2004,3,7244,7491 +BTN,2004,4,7337,7584 +BTN,2004,5,7453,7694 +BTN,2004,6,7565,7797 +BTN,2004,7,7668,7890 +BTN,2004,8,7759,7973 +BTN,2004,9,7837,8044 +BTN,2004,10,7898,8104 +BTN,2004,11,7933,8139 +BTN,2004,12,7933,8142 +BTN,2004,13,7901,8118 +BTN,2004,14,7851,8080 +BTN,2004,15,7789,8024 +BTN,2004,16,7666,7946 +BTN,2004,17,7461,7845 +BTN,2004,18,7201,7723 +BTN,2005,0,6904,7082 +BTN,2005,1,6955,7161 +BTN,2005,2,7025,7250 +BTN,2005,3,7112,7345 +BTN,2005,4,7210,7445 +BTN,2005,5,7315,7547 +BTN,2005,6,7424,7648 +BTN,2005,7,7531,7746 +BTN,2005,8,7634,7837 +BTN,2005,9,7727,7920 +BTN,2005,10,7808,7995 +BTN,2005,11,7875,8061 +BTN,2005,12,7914,8103 +BTN,2005,13,7918,8111 +BTN,2005,14,7887,8092 +BTN,2005,15,7838,8059 +BTN,2005,16,7778,8010 +BTN,2005,17,7653,7944 +BTN,2005,18,7442,7864 +BTN,2006,0,6830,7030 +BTN,2006,1,6874,7085 +BTN,2006,2,6934,7166 +BTN,2006,3,7011,7257 +BTN,2006,4,7102,7354 +BTN,2006,5,7202,7455 +BTN,2006,6,7308,7558 +BTN,2006,7,7415,7659 +BTN,2006,8,7520,7758 +BTN,2006,9,7620,7855 +BTN,2006,10,7710,7944 +BTN,2006,11,7787,8024 +BTN,2006,12,7850,8095 +BTN,2006,13,7883,8138 +BTN,2006,14,7878,8146 +BTN,2006,15,7838,8123 +BTN,2006,16,7781,8087 +BTN,2006,17,7711,8033 +BTN,2006,18,7578,7961 +BTN,2007,0,6765,6970 +BTN,2007,1,6781,7013 +BTN,2007,2,6845,7067 +BTN,2007,3,6913,7150 +BTN,2007,4,6997,7242 +BTN,2007,5,7092,7340 +BTN,2007,6,7194,7443 +BTN,2007,7,7301,7546 +BTN,2007,8,7406,7647 +BTN,2007,9,7510,7748 +BTN,2007,10,7607,7848 +BTN,2007,11,7694,7943 +BTN,2007,12,7767,8028 +BTN,2007,13,7825,8104 +BTN,2007,14,7853,8150 +BTN,2007,15,7840,8156 +BTN,2007,16,7790,8130 +BTN,2007,17,7723,8090 +BTN,2007,18,7644,8033 +BTN,2008,0,6701,6901 +BTN,2008,1,6705,6929 +BTN,2008,2,6737,6975 +BTN,2008,3,6817,7036 +BTN,2008,4,6894,7122 +BTN,2008,5,6984,7215 +BTN,2008,6,7083,7315 +BTN,2008,7,7188,7418 +BTN,2008,8,7295,7522 +BTN,2008,9,7400,7622 +BTN,2008,10,7501,7724 +BTN,2008,11,7596,7829 +BTN,2008,12,7680,7930 +BTN,2008,13,7749,8019 +BTN,2008,14,7803,8099 +BTN,2008,15,7824,8147 +BTN,2008,16,7803,8153 +BTN,2008,17,7744,8123 +BTN,2008,18,7668,8079 +BTN,2009,0,6626,6819 +BTN,2009,1,6627,6839 +BTN,2009,2,6654,6878 +BTN,2009,3,6705,6934 +BTN,2009,4,6793,7008 +BTN,2009,5,6879,7095 +BTN,2009,6,6976,7190 +BTN,2009,7,7079,7290 +BTN,2009,8,7187,7395 +BTN,2009,9,7294,7499 +BTN,2009,10,7397,7599 +BTN,2009,11,7496,7702 +BTN,2009,12,7589,7811 +BTN,2009,13,7670,7918 +BTN,2009,14,7735,8012 +BTN,2009,15,7785,8096 +BTN,2009,16,7800,8147 +BTN,2009,17,7771,8151 +BTN,2009,18,7702,8118 +BTN,2010,0,6532,6721 +BTN,2010,1,6539,6745 +BTN,2010,2,6570,6786 +BTN,2010,3,6622,6841 +BTN,2010,4,6691,6910 +BTN,2010,5,6775,6990 +BTN,2010,6,6869,7079 +BTN,2010,7,6972,7176 +BTN,2010,8,7080,7278 +BTN,2010,9,7190,7383 +BTN,2010,10,7298,7488 +BTN,2010,11,7400,7587 +BTN,2010,12,7497,7692 +BTN,2010,13,7588,7806 +BTN,2010,14,7666,7918 +BTN,2010,15,7728,8017 +BTN,2010,16,7773,8106 +BTN,2010,17,7782,8159 +BTN,2010,18,7744,8162 +BTN,2011,0,6387,6570 +BTN,2011,1,6495,6682 +BTN,2011,2,6517,6716 +BTN,2011,3,6558,6764 +BTN,2011,4,6616,6823 +BTN,2011,5,6687,6893 +BTN,2011,6,6769,6972 +BTN,2011,7,6858,7058 +BTN,2011,8,6957,7152 +BTN,2011,9,7062,7252 +BTN,2011,10,7171,7357 +BTN,2011,11,7276,7461 +BTN,2011,12,7374,7558 +BTN,2011,13,7466,7663 +BTN,2011,14,7547,7783 +BTN,2011,15,7614,7906 +BTN,2011,16,7665,8014 +BTN,2011,17,7699,8110 +BTN,2011,18,7702,8171 +BTN,2012,0,6222,6400 +BTN,2012,1,6284,6477 +BTN,2012,2,6466,6654 +BTN,2012,3,6503,6699 +BTN,2012,4,6554,6754 +BTN,2012,5,6617,6817 +BTN,2012,6,6691,6888 +BTN,2012,7,6771,6967 +BTN,2012,8,6856,7050 +BTN,2012,9,6949,7141 +BTN,2012,10,7053,7240 +BTN,2012,11,7160,7345 +BTN,2012,12,7262,7447 +BTN,2012,13,7357,7541 +BTN,2012,14,7443,7648 +BTN,2012,15,7515,7775 +BTN,2012,16,7571,7907 +BTN,2012,17,7611,8024 +BTN,2012,18,7635,8129 +BTN,2013,0,6068,6244 +BTN,2013,1,6163,6353 +BTN,2013,2,6257,6457 +BTN,2013,3,6441,6634 +BTN,2013,4,6494,6690 +BTN,2013,5,6555,6752 +BTN,2013,6,6623,6819 +BTN,2013,7,6699,6892 +BTN,2013,8,6778,6969 +BTN,2013,9,6858,7050 +BTN,2013,10,6947,7139 +BTN,2013,11,7048,7236 +BTN,2013,12,7154,7341 +BTN,2013,13,7253,7441 +BTN,2013,14,7345,7534 +BTN,2013,15,7425,7642 +BTN,2013,16,7487,7775 +BTN,2013,17,7532,7917 +BTN,2013,18,7562,8044 +BTN,2014,0,5969,6147 +BTN,2014,1,6077,6269 +BTN,2014,2,6180,6382 +BTN,2014,3,6279,6485 +BTN,2014,4,6416,6616 +BTN,2014,5,6483,6683 +BTN,2014,6,6554,6752 +BTN,2014,7,6629,6824 +BTN,2014,8,6706,6898 +BTN,2014,9,6784,6975 +BTN,2014,10,6859,7053 +BTN,2014,11,6943,7139 +BTN,2014,12,7042,7235 +BTN,2014,13,7146,7339 +BTN,2014,14,7243,7439 +BTN,2014,15,7332,7529 +BTN,2014,16,7406,7639 +BTN,2014,17,7460,7778 +BTN,2014,18,7493,7931 +BTN,2015,0,5952,6137 +BTN,2015,1,6043,6241 +BTN,2015,2,6132,6339 +BTN,2015,3,6218,6429 +BTN,2015,4,6303,6515 +BTN,2015,5,6387,6596 +BTN,2015,6,6469,6674 +BTN,2015,7,6550,6751 +BTN,2015,8,6630,6826 +BTN,2015,9,6710,6902 +BTN,2015,10,6786,6978 +BTN,2015,11,6856,7053 +BTN,2015,12,6936,7137 +BTN,2015,13,7032,7232 +BTN,2015,14,7135,7335 +BTN,2015,15,7229,7434 +BTN,2015,16,7315,7522 +BTN,2015,17,7383,7633 +BTN,2015,18,7427,7780 +BTN,2016,0,6047,6235 +BTN,2016,1,5971,6158 +BTN,2016,2,6047,6244 +BTN,2016,3,6126,6329 +BTN,2016,4,6209,6414 +BTN,2016,5,6294,6499 +BTN,2016,6,6382,6585 +BTN,2016,7,6471,6674 +BTN,2016,8,6557,6757 +BTN,2016,9,6636,6831 +BTN,2016,10,6710,6899 +BTN,2016,11,6782,6971 +BTN,2016,12,6850,7044 +BTN,2016,13,6923,7129 +BTN,2016,14,7007,7234 +BTN,2016,15,7093,7352 +BTN,2016,16,7171,7464 +BTN,2016,17,7241,7565 +BTN,2016,18,7299,7689 +BTN,2017,0,6222,6419 +BTN,2017,1,6169,6374 +BTN,2017,2,5985,6176 +BTN,2017,3,6044,6242 +BTN,2017,4,6115,6315 +BTN,2017,5,6193,6395 +BTN,2017,6,6278,6479 +BTN,2017,7,6370,6570 +BTN,2017,8,6467,6670 +BTN,2017,9,6558,6760 +BTN,2017,10,6635,6831 +BTN,2017,11,6703,6892 +BTN,2017,12,6771,6960 +BTN,2017,13,6837,7030 +BTN,2017,14,6904,7118 +BTN,2017,15,6974,7232 +BTN,2017,16,7044,7365 +BTN,2017,17,7106,7490 +BTN,2017,18,7159,7603 +BTN,2018,0,6423,6630 +BTN,2018,1,6275,6487 +BTN,2018,2,6174,6387 +BTN,2018,3,5995,6192 +BTN,2018,4,6039,6238 +BTN,2018,5,6100,6300 +BTN,2018,6,6174,6373 +BTN,2018,7,6259,6457 +BTN,2018,8,6354,6553 +BTN,2018,9,6459,6663 +BTN,2018,10,6555,6760 +BTN,2018,11,6630,6829 +BTN,2018,12,6692,6883 +BTN,2018,13,6757,6947 +BTN,2018,14,6821,7014 +BTN,2018,15,6881,7103 +BTN,2018,16,6938,7227 +BTN,2018,17,6990,7374 +BTN,2018,18,7036,7513 +BTN,2019,0,6600,6800 +BTN,2019,1,6400,6600 +BTN,2019,2,6200,6400 +BTN,2019,3,6100,6300 +BTN,2019,4,6000,6200 +BTN,2019,5,6000,6200 +BTN,2019,6,6100,6300 +BTN,2019,7,6200,6400 +BTN,2019,8,6200,6400 +BTN,2019,9,6300,6500 +BTN,2019,10,6500,6700 +BTN,2019,11,6600,6800 +BTN,2019,12,6600,6800 +BTN,2019,13,6700,6900 +BTN,2019,14,6700,6900 +BTN,2019,15,6800,7000 +BTN,2019,16,6900,7100 +BTN,2019,17,6900,7200 +BTN,2019,18,6900,7400 +BTN,2020,0,6600,6800 +BTN,2020,1,6400,6600 +BTN,2020,2,6200,6400 +BTN,2020,3,6100,6300 +BTN,2020,4,6000,6300 +BTN,2020,5,6000,6200 +BTN,2020,6,6000,6200 +BTN,2020,7,6100,6300 +BTN,2020,8,6100,6300 +BTN,2020,9,6200,6400 +BTN,2020,10,6300,6500 +BTN,2020,11,6500,6700 +BTN,2020,12,6600,6800 +BTN,2020,13,6600,6800 +BTN,2020,14,6700,6900 +BTN,2020,15,6700,6900 +BTN,2020,16,6800,7000 +BTN,2020,17,6800,7100 +BTN,2020,18,6900,7200 +BTN,2021,0,6500,6700 +BTN,2021,1,6500,6800 +BTN,2021,2,6400,6600 +BTN,2021,3,6200,6400 +BTN,2021,4,6100,6300 +BTN,2021,5,6100,6300 +BTN,2021,6,6000,6200 +BTN,2021,7,6000,6200 +BTN,2021,8,6100,6300 +BTN,2021,9,6100,6300 +BTN,2021,10,6200,6400 +BTN,2021,11,6300,6500 +BTN,2021,12,6400,6600 +BTN,2021,13,6500,6700 +BTN,2021,14,6600,6800 +BTN,2021,15,6600,6900 +BTN,2021,16,6700,6900 +BTN,2021,17,6700,7000 +BTN,2021,18,6800,7100 +BTN,2022,0,6300,6500 +BTN,2022,1,6300,6500 +BTN,2022,2,6500,6700 +BTN,2022,3,6300,6600 +BTN,2022,4,6200,6500 +BTN,2022,5,6200,6400 +BTN,2022,6,6100,6300 +BTN,2022,7,6100,6300 +BTN,2022,8,6000,6200 +BTN,2022,9,6000,6200 +BTN,2022,10,6100,6300 +BTN,2022,11,6200,6400 +BTN,2022,12,6300,6500 +BTN,2022,13,6400,6600 +BTN,2022,14,6500,6700 +BTN,2022,15,6600,6800 +BTN,2022,16,6600,6900 +BTN,2022,17,6600,7000 +BTN,2022,18,6700,7000 +BTN,2023,0,6100,6300 +BTN,2023,1,6100,6300 +BTN,2023,2,6200,6400 +BTN,2023,3,6400,6600 +BTN,2023,4,6300,6500 +BTN,2023,5,6300,6500 +BTN,2023,6,6200,6400 +BTN,2023,7,6100,6300 +BTN,2023,8,6100,6300 +BTN,2023,9,6000,6200 +BTN,2023,10,6000,6200 +BTN,2023,11,6100,6300 +BTN,2023,12,6200,6400 +BTN,2023,13,6300,6500 +BTN,2023,14,6400,6600 +BTN,2023,15,6500,6700 +BTN,2023,16,6500,6800 +BTN,2023,17,6600,6900 +BTN,2023,18,6600,7000 +BTN,2024,0,5800,6000 +BTN,2024,1,6000,6200 +BTN,2024,2,6100,6300 +BTN,2024,3,6200,6400 +BTN,2024,4,6400,6600 +BTN,2024,5,6300,6500 +BTN,2024,6,6300,6500 +BTN,2024,7,6200,6400 +BTN,2024,8,6200,6400 +BTN,2024,9,6100,6300 +BTN,2024,10,6000,6200 +BTN,2024,11,6000,6200 +BTN,2024,12,6100,6300 +BTN,2024,13,6200,6400 +BTN,2024,14,6300,6500 +BTN,2024,15,6400,6600 +BTN,2024,16,6500,6700 +BTN,2024,17,6500,6800 +BTN,2024,18,6500,6900 +BTN,2025,0,5600,5800 +BTN,2025,1,5900,6100 +BTN,2025,2,6100,6300 +BTN,2025,3,6200,6400 +BTN,2025,4,6300,6500 +BTN,2025,5,6300,6500 +BTN,2025,6,6300,6500 +BTN,2025,7,6300,6500 +BTN,2025,8,6200,6400 +BTN,2025,9,6200,6400 +BTN,2025,10,6100,6300 +BTN,2025,11,6000,6200 +BTN,2025,12,6000,6200 +BTN,2025,13,6100,6300 +BTN,2025,14,6200,6400 +BTN,2025,15,6300,6500 +BTN,2025,16,6400,6600 +BTN,2025,17,6500,6700 +BTN,2025,18,6500,6800 +BTN,2026,0,5500,5700 +BTN,2026,1,5700,5900 +BTN,2026,2,5900,6100 +BTN,2026,3,6100,6300 +BTN,2026,4,6200,6400 +BTN,2026,5,6200,6400 +BTN,2026,6,6300,6500 +BTN,2026,7,6300,6500 +BTN,2026,8,6300,6500 +BTN,2026,9,6200,6400 +BTN,2026,10,6200,6400 +BTN,2026,11,6100,6300 +BTN,2026,12,6000,6200 +BTN,2026,13,6000,6200 +BTN,2026,14,6000,6300 +BTN,2026,15,6100,6400 +BTN,2026,16,6200,6500 +BTN,2026,17,6300,6600 +BTN,2026,18,6400,6800 +BTN,2027,0,5500,5700 +BTN,2027,1,5700,5900 +BTN,2027,2,5700,5900 +BTN,2027,3,5900,6100 +BTN,2027,4,6000,6200 +BTN,2027,5,6100,6300 +BTN,2027,6,6200,6400 +BTN,2027,7,6300,6500 +BTN,2027,8,6300,6500 +BTN,2027,9,6300,6500 +BTN,2027,10,6200,6400 +BTN,2027,11,6200,6400 +BTN,2027,12,6100,6300 +BTN,2027,13,6000,6200 +BTN,2027,14,6000,6200 +BTN,2027,15,6000,6300 +BTN,2027,16,6100,6400 +BTN,2027,17,6200,6500 +BTN,2027,18,6300,6700 +BTN,2028,0,5500,5600 +BTN,2028,1,5600,5800 +BTN,2028,2,5800,6000 +BTN,2028,3,5800,5900 +BTN,2028,4,5900,6100 +BTN,2028,5,6000,6200 +BTN,2028,6,6100,6300 +BTN,2028,7,6200,6400 +BTN,2028,8,6200,6400 +BTN,2028,9,6300,6500 +BTN,2028,10,6300,6500 +BTN,2028,11,6200,6500 +BTN,2028,12,6200,6400 +BTN,2028,13,6100,6300 +BTN,2028,14,6000,6200 +BTN,2028,15,6000,6200 +BTN,2028,16,6000,6300 +BTN,2028,17,6100,6400 +BTN,2028,18,6100,6500 +BTN,2029,0,5400,5600 +BTN,2029,1,5500,5700 +BTN,2029,2,5700,5800 +BTN,2029,3,5800,6000 +BTN,2029,4,5800,6000 +BTN,2029,5,5900,6100 +BTN,2029,6,6000,6200 +BTN,2029,7,6100,6300 +BTN,2029,8,6200,6400 +BTN,2029,9,6200,6400 +BTN,2029,10,6300,6500 +BTN,2029,11,6300,6500 +BTN,2029,12,6300,6500 +BTN,2029,13,6200,6400 +BTN,2029,14,6100,6300 +BTN,2029,15,6000,6200 +BTN,2029,16,6000,6200 +BTN,2029,17,6000,6300 +BTN,2029,18,6000,6400 +BTN,2030,0,5400,5600 +BTN,2030,1,5500,5600 +BTN,2030,2,5500,5700 +BTN,2030,3,5600,5800 +BTN,2030,4,5700,5900 +BTN,2030,5,5800,6000 +BTN,2030,6,5900,6100 +BTN,2030,7,6000,6200 +BTN,2030,8,6100,6300 +BTN,2030,9,6100,6300 +BTN,2030,10,6200,6400 +BTN,2030,11,6300,6500 +BTN,2030,12,6300,6500 +BTN,2030,13,6300,6500 +BTN,2030,14,6200,6400 +BTN,2030,15,6100,6300 +BTN,2030,16,6000,6200 +BTN,2030,17,5900,6200 +BTN,2030,18,5900,6300 +BTN,2031,0,5300,5500 +BTN,2031,1,5400,5500 +BTN,2031,2,5500,5600 +BTN,2031,3,5500,5700 +BTN,2031,4,5600,5800 +BTN,2031,5,5700,5900 +BTN,2031,6,5800,6000 +BTN,2031,7,5900,6100 +BTN,2031,8,6000,6200 +BTN,2031,9,6100,6300 +BTN,2031,10,6100,6300 +BTN,2031,11,6200,6400 +BTN,2031,12,6300,6500 +BTN,2031,13,6300,6500 +BTN,2031,14,6200,6500 +BTN,2031,15,6100,6400 +BTN,2031,16,6000,6300 +BTN,2031,17,5900,6200 +BTN,2031,18,5900,6200 +BTN,2032,0,5200,5400 +BTN,2032,1,5300,5400 +BTN,2032,2,5400,5500 +BTN,2032,3,5400,5600 +BTN,2032,4,5500,5700 +BTN,2032,5,5600,5800 +BTN,2032,6,5700,5900 +BTN,2032,7,5800,6000 +BTN,2032,8,5900,6100 +BTN,2032,9,6000,6200 +BTN,2032,10,6100,6300 +BTN,2032,11,6100,6300 +BTN,2032,12,6200,6400 +BTN,2032,13,6300,6500 +BTN,2032,14,6300,6500 +BTN,2032,15,6200,6500 +BTN,2032,16,6100,6400 +BTN,2032,17,6000,6300 +BTN,2032,18,5900,6200 +BTN,2033,0,5100,5300 +BTN,2033,1,5200,5300 +BTN,2033,2,5200,5400 +BTN,2033,3,5400,5500 +BTN,2033,4,5400,5600 +BTN,2033,5,5500,5700 +BTN,2033,6,5600,5800 +BTN,2033,7,5700,5900 +BTN,2033,8,5800,6000 +BTN,2033,9,5900,6100 +BTN,2033,10,6000,6200 +BTN,2033,11,6100,6300 +BTN,2033,12,6100,6300 +BTN,2033,13,6200,6400 +BTN,2033,14,6200,6500 +BTN,2033,15,6300,6500 +BTN,2033,16,6200,6500 +BTN,2033,17,6100,6400 +BTN,2033,18,5900,6300 +BTN,2034,0,5000,5200 +BTN,2034,1,5100,5200 +BTN,2034,2,5100,5300 +BTN,2034,3,5200,5400 +BTN,2034,4,5300,5500 +BTN,2034,5,5400,5600 +BTN,2034,6,5500,5700 +BTN,2034,7,5600,5800 +BTN,2034,8,5700,5900 +BTN,2034,9,5800,6000 +BTN,2034,10,5900,6100 +BTN,2034,11,6000,6200 +BTN,2034,12,6100,6300 +BTN,2034,13,6100,6300 +BTN,2034,14,6200,6400 +BTN,2034,15,6200,6400 +BTN,2034,16,6200,6500 +BTN,2034,17,6200,6500 +BTN,2034,18,6000,6400 +BTN,2035,0,4900,5000 +BTN,2035,1,5000,5100 +BTN,2035,2,5000,5200 +BTN,2035,3,5100,5300 +BTN,2035,4,5200,5400 +BTN,2035,5,5300,5500 +BTN,2035,6,5400,5600 +BTN,2035,7,5500,5700 +BTN,2035,8,5600,5800 +BTN,2035,9,5700,5900 +BTN,2035,10,5800,6000 +BTN,2035,11,5900,6100 +BTN,2035,12,6000,6200 +BTN,2035,13,6100,6200 +BTN,2035,14,6100,6300 +BTN,2035,15,6200,6400 +BTN,2035,16,6200,6400 +BTN,2035,17,6200,6500 +BTN,2035,18,6100,6500 +BTN,2036,0,4800,5000 +BTN,2036,1,4900,5000 +BTN,2036,2,5000,5100 +BTN,2036,3,5000,5200 +BTN,2036,4,5100,5300 +BTN,2036,5,5200,5400 +BTN,2036,6,5300,5500 +BTN,2036,7,5400,5600 +BTN,2036,8,5500,5700 +BTN,2036,9,5600,5800 +BTN,2036,10,5700,5900 +BTN,2036,11,5800,6000 +BTN,2036,12,5900,6100 +BTN,2036,13,6000,6200 +BTN,2036,14,6000,6200 +BTN,2036,15,6100,6300 +BTN,2036,16,6100,6400 +BTN,2036,17,6200,6500 +BTN,2036,18,6200,6500 +BTN,2037,0,4700,4900 +BTN,2037,1,4800,4900 +BTN,2037,2,4900,5000 +BTN,2037,3,5000,5100 +BTN,2037,4,5000,5200 +BTN,2037,5,5100,5300 +BTN,2037,6,5200,5400 +BTN,2037,7,5300,5500 +BTN,2037,8,5400,5600 +BTN,2037,9,5500,5700 +BTN,2037,10,5600,5800 +BTN,2037,11,5700,5900 +BTN,2037,12,5800,6000 +BTN,2037,13,5900,6100 +BTN,2037,14,6000,6200 +BTN,2037,15,6000,6200 +BTN,2037,16,6000,6300 +BTN,2037,17,6100,6400 +BTN,2037,18,6100,6500 +BTN,2038,0,4600,4800 +BTN,2038,1,4700,4900 +BTN,2038,2,4800,4900 +BTN,2038,3,4900,5000 +BTN,2038,4,5000,5100 +BTN,2038,5,5000,5200 +BTN,2038,6,5100,5300 +BTN,2038,7,5200,5400 +BTN,2038,8,5300,5500 +BTN,2038,9,5400,5600 +BTN,2038,10,5500,5700 +BTN,2038,11,5600,5800 +BTN,2038,12,5700,5900 +BTN,2038,13,5800,6000 +BTN,2038,14,5900,6100 +BTN,2038,15,5900,6200 +BTN,2038,16,6000,6200 +BTN,2038,17,6000,6300 +BTN,2038,18,6000,6400 +BTN,2039,0,4600,4700 +BTN,2039,1,4600,4800 +BTN,2039,2,4700,4900 +BTN,2039,3,4800,4900 +BTN,2039,4,4900,5000 +BTN,2039,5,4900,5100 +BTN,2039,6,5000,5200 +BTN,2039,7,5100,5300 +BTN,2039,8,5200,5400 +BTN,2039,9,5300,5500 +BTN,2039,10,5400,5600 +BTN,2039,11,5500,5700 +BTN,2039,12,5600,5800 +BTN,2039,13,5700,5900 +BTN,2039,14,5800,6000 +BTN,2039,15,5900,6100 +BTN,2039,16,5900,6100 +BTN,2039,17,6000,6200 +BTN,2039,18,6000,6400 +BTN,2040,0,4500,4700 +BTN,2040,1,4600,4700 +BTN,2040,2,4600,4800 +BTN,2040,3,4700,4900 +BTN,2040,4,4800,4900 +BTN,2040,5,4800,5000 +BTN,2040,6,4900,5100 +BTN,2040,7,5000,5200 +BTN,2040,8,5100,5300 +BTN,2040,9,5200,5400 +BTN,2040,10,5300,5500 +BTN,2040,11,5400,5600 +BTN,2040,12,5500,5700 +BTN,2040,13,5600,5800 +BTN,2040,14,5700,5900 +BTN,2040,15,5800,6000 +BTN,2040,16,5900,6000 +BTN,2040,17,5900,6100 +BTN,2040,18,5900,6200 +BTN,2041,0,4500,4600 +BTN,2041,1,4500,4700 +BTN,2041,2,4600,4700 +BTN,2041,3,4600,4800 +BTN,2041,4,4700,4900 +BTN,2041,5,4800,4900 +BTN,2041,6,4900,5000 +BTN,2041,7,4900,5100 +BTN,2041,8,5000,5200 +BTN,2041,9,5100,5300 +BTN,2041,10,5200,5400 +BTN,2041,11,5300,5500 +BTN,2041,12,5400,5600 +BTN,2041,13,5500,5700 +BTN,2041,14,5600,5800 +BTN,2041,15,5700,5900 +BTN,2041,16,5700,6000 +BTN,2041,17,5800,6100 +BTN,2041,18,5800,6200 +BTN,2042,0,4400,4600 +BTN,2042,1,4500,4600 +BTN,2042,2,4500,4700 +BTN,2042,3,4600,4700 +BTN,2042,4,4600,4800 +BTN,2042,5,4700,4900 +BTN,2042,6,4800,4900 +BTN,2042,7,4900,5000 +BTN,2042,8,4900,5100 +BTN,2042,9,5000,5200 +BTN,2042,10,5100,5300 +BTN,2042,11,5200,5400 +BTN,2042,12,5300,5500 +BTN,2042,13,5400,5600 +BTN,2042,14,5500,5700 +BTN,2042,15,5600,5800 +BTN,2042,16,5600,5900 +BTN,2042,17,5700,6000 +BTN,2042,18,5700,6100 +BTN,2043,0,4400,4600 +BTN,2043,1,4400,4600 +BTN,2043,2,4400,4600 +BTN,2043,3,4500,4700 +BTN,2043,4,4600,4700 +BTN,2043,5,4600,4800 +BTN,2043,6,4700,4800 +BTN,2043,7,4800,4900 +BTN,2043,8,4900,5000 +BTN,2043,9,4900,5100 +BTN,2043,10,5000,5200 +BTN,2043,11,5100,5300 +BTN,2043,12,5200,5400 +BTN,2043,13,5300,5500 +BTN,2043,14,5400,5600 +BTN,2043,15,5500,5700 +BTN,2043,16,5500,5800 +BTN,2043,17,5600,5900 +BTN,2043,18,5600,6000 +BTN,2044,0,4400,4500 +BTN,2044,1,4400,4500 +BTN,2044,2,4400,4600 +BTN,2044,3,4400,4600 +BTN,2044,4,4500,4600 +BTN,2044,5,4500,4700 +BTN,2044,6,4600,4800 +BTN,2044,7,4700,4800 +BTN,2044,8,4800,4900 +BTN,2044,9,4900,5000 +BTN,2044,10,4900,5100 +BTN,2044,11,5000,5200 +BTN,2044,12,5100,5300 +BTN,2044,13,5200,5400 +BTN,2044,14,5300,5500 +BTN,2044,15,5400,5600 +BTN,2044,16,5500,5700 +BTN,2044,17,5500,5800 +BTN,2044,18,5600,5900 +BTN,2045,0,4400,4500 +BTN,2045,1,4400,4500 +BTN,2045,2,4400,4500 +BTN,2045,3,4400,4600 +BTN,2045,4,4400,4600 +BTN,2045,5,4500,4600 +BTN,2045,6,4500,4700 +BTN,2045,7,4600,4800 +BTN,2045,8,4700,4800 +BTN,2045,9,4800,4900 +BTN,2045,10,4900,5000 +BTN,2045,11,4900,5100 +BTN,2045,12,5000,5200 +BTN,2045,13,5100,5300 +BTN,2045,14,5200,5400 +BTN,2045,15,5300,5500 +BTN,2045,16,5400,5600 +BTN,2045,17,5500,5700 +BTN,2045,18,5500,5800 +BTN,2046,0,4300,4500 +BTN,2046,1,4300,4500 +BTN,2046,2,4300,4500 +BTN,2046,3,4400,4500 +BTN,2046,4,4400,4600 +BTN,2046,5,4400,4600 +BTN,2046,6,4500,4600 +BTN,2046,7,4500,4700 +BTN,2046,8,4600,4800 +BTN,2046,9,4700,4800 +BTN,2046,10,4800,4900 +BTN,2046,11,4800,5000 +BTN,2046,12,4900,5100 +BTN,2046,13,5000,5200 +BTN,2046,14,5100,5300 +BTN,2046,15,5200,5400 +BTN,2046,16,5300,5500 +BTN,2046,17,5300,5600 +BTN,2046,18,5400,5700 +BTN,2047,0,4300,4400 +BTN,2047,1,4300,4400 +BTN,2047,2,4300,4500 +BTN,2047,3,4300,4500 +BTN,2047,4,4400,4500 +BTN,2047,5,4400,4600 +BTN,2047,6,4400,4600 +BTN,2047,7,4500,4600 +BTN,2047,8,4500,4700 +BTN,2047,9,4600,4800 +BTN,2047,10,4700,4800 +BTN,2047,11,4800,4900 +BTN,2047,12,4800,5000 +BTN,2047,13,4900,5100 +BTN,2047,14,5000,5200 +BTN,2047,15,5100,5300 +BTN,2047,16,5100,5400 +BTN,2047,17,5200,5500 +BTN,2047,18,5300,5600 +BTN,2048,0,4300,4400 +BTN,2048,1,4300,4400 +BTN,2048,2,4300,4400 +BTN,2048,3,4300,4500 +BTN,2048,4,4300,4500 +BTN,2048,5,4400,4500 +BTN,2048,6,4400,4600 +BTN,2048,7,4400,4600 +BTN,2048,8,4500,4600 +BTN,2048,9,4500,4700 +BTN,2048,10,4600,4800 +BTN,2048,11,4700,4800 +BTN,2048,12,4800,4900 +BTN,2048,13,4800,5000 +BTN,2048,14,4900,5100 +BTN,2048,15,5000,5200 +BTN,2048,16,5100,5300 +BTN,2048,17,5100,5400 +BTN,2048,18,5200,5500 +BTN,2049,0,4200,4400 +BTN,2049,1,4200,4400 +BTN,2049,2,4200,4400 +BTN,2049,3,4300,4400 +BTN,2049,4,4300,4500 +BTN,2049,5,4300,4500 +BTN,2049,6,4400,4500 +BTN,2049,7,4400,4600 +BTN,2049,8,4400,4600 +BTN,2049,9,4500,4600 +BTN,2049,10,4500,4700 +BTN,2049,11,4600,4800 +BTN,2049,12,4700,4800 +BTN,2049,13,4800,4900 +BTN,2049,14,4800,5000 +BTN,2049,15,4900,5100 +BTN,2049,16,5000,5200 +BTN,2049,17,5000,5300 +BTN,2049,18,5100,5400 +BTN,2050,0,4200,4300 +BTN,2050,1,4200,4300 +BTN,2050,2,4200,4400 +BTN,2050,3,4200,4400 +BTN,2050,4,4300,4400 +BTN,2050,5,4300,4400 +BTN,2050,6,4300,4500 +BTN,2050,7,4400,4500 +BTN,2050,8,4400,4600 +BTN,2050,9,4500,4600 +BTN,2050,10,4500,4600 +BTN,2050,11,4500,4700 +BTN,2050,12,4600,4800 +BTN,2050,13,4700,4800 +BTN,2050,14,4700,4900 +BTN,2050,15,4800,5000 +BTN,2050,16,4900,5100 +BTN,2050,17,5000,5200 +BTN,2050,18,5000,5300 +BWA,1990,0,20642,21027 +BWA,1990,1,20774,21234 +BWA,1990,2,20795,21301 +BWA,1990,3,20716,21240 +BWA,1990,4,20548,21064 +BWA,1990,5,20302,20787 +BWA,1990,6,19988,20420 +BWA,1990,7,19618,19977 +BWA,1990,8,19201,19471 +BWA,1990,9,18750,18914 +BWA,1990,10,18258,18301 +BWA,1990,11,17720,17630 +BWA,1990,12,17228,16997 +BWA,1990,13,16828,16448 +BWA,1990,14,16480,15945 +BWA,1990,15,16106,15413 +BWA,1990,16,15730,14876 +BWA,1990,17,15306,14288 +BWA,1990,18,14805,13621 +BWA,1991,0,20912,21320 +BWA,1991,1,20728,21106 +BWA,1991,2,20803,21237 +BWA,1991,3,20792,21260 +BWA,1991,4,20701,21182 +BWA,1991,5,20539,21009 +BWA,1991,6,20314,20755 +BWA,1991,7,20037,20432 +BWA,1991,8,19697,20022 +BWA,1991,9,19292,19522 +BWA,1991,10,18841,18955 +BWA,1991,11,18355,18342 +BWA,1991,12,17826,17677 +BWA,1991,13,17342,17041 +BWA,1991,14,16943,16478 +BWA,1991,15,16592,15954 +BWA,1991,16,16216,15403 +BWA,1991,17,15836,14845 +BWA,1991,18,15404,14241 +BWA,1992,0,21280,21743 +BWA,1992,1,21245,21728 +BWA,1992,2,20753,21121 +BWA,1992,3,20769,21176 +BWA,1992,4,20726,21155 +BWA,1992,5,20624,21059 +BWA,1992,6,20467,20891 +BWA,1992,7,20265,20661 +BWA,1992,8,20027,20383 +BWA,1992,9,19718,20007 +BWA,1992,10,19326,19515 +BWA,1992,11,18875,18939 +BWA,1992,12,18397,18328 +BWA,1992,13,17880,17670 +BWA,1992,14,17403,17034 +BWA,1992,15,17007,16459 +BWA,1992,16,16656,15916 +BWA,1992,17,16277,15346 +BWA,1992,18,15894,14770 +BWA,1993,0,21670,22206 +BWA,1993,1,21468,21975 +BWA,1993,2,21273,21754 +BWA,1993,3,20738,21101 +BWA,1993,4,20697,21080 +BWA,1993,5,20621,21015 +BWA,1993,6,20508,20902 +BWA,1993,7,20358,20738 +BWA,1993,8,20178,20533 +BWA,1993,9,19979,20300 +BWA,1993,10,19702,19958 +BWA,1993,11,19323,19475 +BWA,1993,12,18874,18892 +BWA,1993,13,18405,18284 +BWA,1993,14,17901,17634 +BWA,1993,15,17432,16998 +BWA,1993,16,17040,16412 +BWA,1993,17,16688,15851 +BWA,1993,18,16308,15264 +BWA,1994,0,21969,22579 +BWA,1994,1,21633,22169 +BWA,1994,2,21344,21824 +BWA,1994,3,21094,21532 +BWA,1994,4,20719,21084 +BWA,1994,5,20619,20988 +BWA,1994,6,20511,20879 +BWA,1994,7,20388,20749 +BWA,1994,8,20243,20589 +BWA,1994,9,20086,20409 +BWA,1994,10,19925,20220 +BWA,1994,11,19680,19913 +BWA,1994,12,19315,19439 +BWA,1994,13,18868,18848 +BWA,1994,14,18408,18242 +BWA,1994,15,17916,17600 +BWA,1994,16,17457,16965 +BWA,1994,17,17068,16368 +BWA,1994,18,16715,15789 +BWA,1995,0,22103,22770 +BWA,1995,1,21710,22277 +BWA,1995,2,21384,21877 +BWA,1995,3,21116,21556 +BWA,1995,4,20896,21299 +BWA,1995,5,20712,21091 +BWA,1995,6,20555,20919 +BWA,1995,7,20415,20766 +BWA,1995,8,20281,20619 +BWA,1995,9,20142,20462 +BWA,1995,10,20007,20307 +BWA,1995,11,19885,20163 +BWA,1995,12,19672,19890 +BWA,1995,13,19319,19424 +BWA,1995,14,18874,18825 +BWA,1995,15,18423,18221 +BWA,1995,16,17943,17587 +BWA,1995,17,17492,16951 +BWA,1995,18,17107,16342 +BWA,1996,0,22027,22689 +BWA,1996,1,21938,22548 +BWA,1996,2,21604,22130 +BWA,1996,3,21323,21783 +BWA,1996,4,21085,21497 +BWA,1996,5,20884,21260 +BWA,1996,6,20708,21056 +BWA,1996,7,20546,20870 +BWA,1996,8,20408,20711 +BWA,1996,9,20292,20575 +BWA,1996,10,20181,20438 +BWA,1996,11,20066,20293 +BWA,1996,12,19959,20156 +BWA,1996,13,19757,19881 +BWA,1996,14,19410,19399 +BWA,1996,15,18964,18775 +BWA,1996,16,18511,18146 +BWA,1996,17,18028,17486 +BWA,1996,18,17567,16831 +BWA,1997,0,21796,22439 +BWA,1997,1,21575,22129 +BWA,1997,2,21791,22358 +BWA,1997,3,21518,22015 +BWA,1997,4,21280,21721 +BWA,1997,5,21072,21469 +BWA,1997,6,20889,21250 +BWA,1997,7,20721,21050 +BWA,1997,8,20554,20851 +BWA,1997,9,20418,20685 +BWA,1997,10,20321,20559 +BWA,1997,11,20237,20442 +BWA,1997,12,20142,20308 +BWA,1997,13,20051,20178 +BWA,1997,14,19860,19901 +BWA,1997,15,19517,19401 +BWA,1997,16,19070,18751 +BWA,1997,17,18615,18096 +BWA,1997,18,18128,17410 +BWA,1998,0,21523,22139 +BWA,1998,1,21456,22006 +BWA,1998,2,21385,21884 +BWA,1998,3,21649,22178 +BWA,1998,4,21435,21909 +BWA,1998,5,21241,21668 +BWA,1998,6,21063,21450 +BWA,1998,7,20899,21251 +BWA,1998,8,20738,21054 +BWA,1998,9,20567,20842 +BWA,1998,10,20433,20669 +BWA,1998,11,20354,20554 +BWA,1998,12,20297,20455 +BWA,1998,13,20222,20332 +BWA,1998,14,20147,20210 +BWA,1998,15,19966,19930 +BWA,1998,16,19628,19412 +BWA,1998,17,19181,18735 +BWA,1998,18,18723,18055 +BWA,1999,0,21370,21960 +BWA,1999,1,21401,21948 +BWA,1999,2,21403,21915 +BWA,1999,3,21378,21861 +BWA,1999,4,21487,21977 +BWA,1999,5,21333,21783 +BWA,1999,6,21183,21595 +BWA,1999,7,21035,21411 +BWA,1999,8,20891,21231 +BWA,1999,9,20737,21037 +BWA,1999,10,20561,20813 +BWA,1999,11,20429,20633 +BWA,1999,12,20368,20528 +BWA,1999,13,20340,20449 +BWA,1999,14,20285,20337 +BWA,1999,15,20225,20222 +BWA,1999,16,20055,19939 +BWA,1999,17,19722,19405 +BWA,1999,18,19274,18702 +BWA,2000,0,21449,22026 +BWA,2000,1,21470,22016 +BWA,2000,2,21462,21980 +BWA,2000,3,21428,21920 +BWA,2000,4,21371,21839 +BWA,2000,5,21294,21738 +BWA,2000,6,21201,21619 +BWA,2000,7,21094,21484 +BWA,2000,8,20977,21336 +BWA,2000,9,20852,21175 +BWA,2000,10,20706,20985 +BWA,2000,11,20525,20748 +BWA,2000,12,20396,20562 +BWA,2000,13,20354,20467 +BWA,2000,14,20353,20408 +BWA,2000,15,20318,20307 +BWA,2000,16,20273,20200 +BWA,2000,17,20115,19915 +BWA,2000,18,19787,19364 +BWA,2001,0,21911,22501 +BWA,2001,1,21469,22019 +BWA,2001,2,21436,21954 +BWA,2001,3,21399,21888 +BWA,2001,4,21356,21820 +BWA,2001,5,21307,21747 +BWA,2001,6,21255,21670 +BWA,2001,7,21202,21591 +BWA,2001,8,21124,21485 +BWA,2001,9,21008,21342 +BWA,2001,10,20869,21171 +BWA,2001,11,20717,20978 +BWA,2001,12,20535,20744 +BWA,2001,13,20402,20554 +BWA,2001,14,20357,20445 +BWA,2001,15,20352,20367 +BWA,2001,16,20312,20246 +BWA,2001,17,20259,20120 +BWA,2001,18,20099,19822 +BWA,2002,0,22593,23202 +BWA,2002,1,22216,22782 +BWA,2002,2,21451,21961 +BWA,2002,3,21363,21842 +BWA,2002,4,21297,21747 +BWA,2002,5,21246,21671 +BWA,2002,6,21204,21606 +BWA,2002,7,21176,21553 +BWA,2002,8,21164,21514 +BWA,2002,9,21114,21438 +BWA,2002,10,21001,21299 +BWA,2002,11,20848,21119 +BWA,2002,12,20691,20924 +BWA,2002,13,20507,20693 +BWA,2002,14,20372,20499 +BWA,2002,15,20323,20376 +BWA,2002,16,20314,20279 +BWA,2002,17,20268,20140 +BWA,2002,18,20209,19994 +BWA,2003,0,23391,24025 +BWA,2003,1,22722,23298 +BWA,2003,2,22180,22707 +BWA,2003,3,21414,21884 +BWA,2003,4,21272,21711 +BWA,2003,5,21177,21588 +BWA,2003,6,21118,21503 +BWA,2003,7,21084,21446 +BWA,2003,8,21079,21417 +BWA,2003,9,21108,21418 +BWA,2003,10,21087,21371 +BWA,2003,11,20977,21239 +BWA,2003,12,20810,21048 +BWA,2003,13,20647,20852 +BWA,2003,14,20461,20623 +BWA,2003,15,20324,20426 +BWA,2003,16,20271,20290 +BWA,2003,17,20259,20173 +BWA,2003,18,20208,20016 +BWA,2004,0,24153,24820 +BWA,2004,1,23247,23844 +BWA,2004,2,22517,23055 +BWA,2004,3,21945,22433 +BWA,2004,4,21387,21830 +BWA,2004,5,21192,21602 +BWA,2004,6,21068,21450 +BWA,2004,7,21000,21357 +BWA,2004,8,20974,21308 +BWA,2004,9,20993,21303 +BWA,2004,10,21063,21344 +BWA,2004,11,21070,21326 +BWA,2004,12,20962,21199 +BWA,2004,13,20782,20999 +BWA,2004,14,20614,20801 +BWA,2004,15,20426,20575 +BWA,2004,16,20286,20373 +BWA,2004,17,20230,20224 +BWA,2004,18,20213,20089 +BWA,2005,0,24769,25476 +BWA,2005,1,23742,24375 +BWA,2005,2,22910,23480 +BWA,2005,3,22253,22769 +BWA,2005,4,21751,22221 +BWA,2005,5,21385,21817 +BWA,2005,6,21135,21534 +BWA,2005,7,20982,21353 +BWA,2005,8,20906,21252 +BWA,2005,9,20888,21210 +BWA,2005,10,20931,21229 +BWA,2005,11,21041,21310 +BWA,2005,12,21077,21322 +BWA,2005,13,20972,21200 +BWA,2005,14,20777,20990 +BWA,2005,15,20603,20790 +BWA,2005,16,20414,20566 +BWA,2005,17,20271,20360 +BWA,2005,18,20211,20197 +BWA,2006,0,25123,25853 +BWA,2006,1,24537,25234 +BWA,2006,2,23622,24253 +BWA,2006,3,22864,23436 +BWA,2006,4,22248,22769 +BWA,2006,5,21761,22237 +BWA,2006,6,21384,21821 +BWA,2006,7,21098,21498 +BWA,2006,8,20919,21288 +BWA,2006,9,20844,21191 +BWA,2006,10,20843,21172 +BWA,2006,11,20892,21199 +BWA,2006,12,21000,21282 +BWA,2006,13,21035,21289 +BWA,2006,14,20926,21154 +BWA,2006,15,20729,20924 +BWA,2006,16,20551,20706 +BWA,2006,17,20356,20463 +BWA,2006,18,20213,20245 +BWA,2007,0,25337,26100 +BWA,2007,1,24484,25193 +BWA,2007,2,24344,25053 +BWA,2007,3,23540,24189 +BWA,2007,4,22854,23448 +BWA,2007,5,22278,22824 +BWA,2007,6,21806,22307 +BWA,2007,7,21418,21877 +BWA,2007,8,21095,21513 +BWA,2007,9,20888,21275 +BWA,2007,10,20815,21181 +BWA,2007,11,20832,21184 +BWA,2007,12,20885,21220 +BWA,2007,13,20993,21304 +BWA,2007,14,21025,21307 +BWA,2007,15,20914,21158 +BWA,2007,16,20713,20909 +BWA,2007,17,20531,20672 +BWA,2007,18,20329,20410 +BWA,2008,0,25461,26239 +BWA,2008,1,24820,25562 +BWA,2008,2,24228,24934 +BWA,2008,3,24165,24876 +BWA,2008,4,23471,24129 +BWA,2008,5,22857,23465 +BWA,2008,6,22321,22883 +BWA,2008,7,21863,22381 +BWA,2008,8,21463,21938 +BWA,2008,9,21103,21532 +BWA,2008,10,20870,21265 +BWA,2008,11,20798,21175 +BWA,2008,12,20832,21200 +BWA,2008,13,20891,21244 +BWA,2008,14,20998,21331 +BWA,2008,15,21028,21329 +BWA,2008,16,20913,21166 +BWA,2008,17,20709,20897 +BWA,2008,18,20523,20642 +BWA,2009,0,25579,26323 +BWA,2009,1,25134,25860 +BWA,2009,2,24676,25379 +BWA,2009,3,24211,24887 +BWA,2009,4,23968,24631 +BWA,2009,5,23385,24004 +BWA,2009,6,22843,23419 +BWA,2009,7,22348,22881 +BWA,2009,8,21904,22395 +BWA,2009,9,21493,21940 +BWA,2009,10,21096,21494 +BWA,2009,11,20836,21198 +BWA,2009,12,20765,21112 +BWA,2009,13,20817,21159 +BWA,2009,14,20881,21211 +BWA,2009,15,20987,21300 +BWA,2009,16,21015,21294 +BWA,2009,17,20897,21117 +BWA,2009,18,20690,20830 +BWA,2010,0,25756,26399 +BWA,2010,1,25435,26072 +BWA,2010,2,25061,25685 +BWA,2010,3,24647,25250 +BWA,2010,4,24202,24780 +BWA,2010,5,23738,24287 +BWA,2010,6,23267,23782 +BWA,2010,7,22798,23277 +BWA,2010,8,22344,22785 +BWA,2010,9,21915,22317 +BWA,2010,10,21493,21852 +BWA,2010,11,21060,21367 +BWA,2010,12,20774,21044 +BWA,2010,13,20704,20962 +BWA,2010,14,20774,21032 +BWA,2010,15,20843,21092 +BWA,2010,16,20948,21182 +BWA,2010,17,20974,21172 +BWA,2010,18,20853,20982 +BWA,2011,0,26090,26779 +BWA,2011,1,25664,26343 +BWA,2011,2,25322,25994 +BWA,2011,3,24937,25597 +BWA,2011,4,24520,25162 +BWA,2011,5,24079,24699 +BWA,2011,6,23626,24219 +BWA,2011,7,23173,23735 +BWA,2011,8,22712,23240 +BWA,2011,9,22247,22739 +BWA,2011,10,21795,22249 +BWA,2011,11,21354,21765 +BWA,2011,12,20904,21263 +BWA,2011,13,20605,20919 +BWA,2011,14,20529,20814 +BWA,2011,15,20599,20859 +BWA,2011,16,20667,20894 +BWA,2011,17,20770,20959 +BWA,2011,18,20799,20923 +BWA,2012,0,26474,27142 +BWA,2012,1,26138,26797 +BWA,2012,2,25541,26183 +BWA,2012,3,25178,25814 +BWA,2012,4,24783,25409 +BWA,2012,5,24364,24976 +BWA,2012,6,23927,24520 +BWA,2012,7,23485,24056 +BWA,2012,8,23051,23594 +BWA,2012,9,22599,23113 +BWA,2012,10,22122,22604 +BWA,2012,11,21648,22095 +BWA,2012,12,21189,21594 +BWA,2012,13,20722,21075 +BWA,2012,14,20411,20712 +BWA,2012,15,20330,20584 +BWA,2012,16,20399,20604 +BWA,2012,17,20466,20614 +BWA,2012,18,20567,20654 +BWA,2013,0,26861,27483 +BWA,2013,1,26450,27055 +BWA,2013,2,26017,26606 +BWA,2013,3,25412,25989 +BWA,2013,4,25028,25600 +BWA,2013,5,24624,25188 +BWA,2013,6,24203,24757 +BWA,2013,7,23770,24310 +BWA,2013,8,23338,23861 +BWA,2013,9,22924,23423 +BWA,2013,10,22480,22954 +BWA,2013,11,21993,22440 +BWA,2013,12,21496,21911 +BWA,2013,13,21020,21394 +BWA,2013,14,20536,20860 +BWA,2013,15,20212,20478 +BWA,2013,16,20126,20328 +BWA,2013,17,20195,20323 +BWA,2013,18,20261,20307 +BWA,2014,0,27183,27791 +BWA,2014,1,26727,27311 +BWA,2014,2,26270,26834 +BWA,2014,3,25811,26361 +BWA,2014,4,25310,25853 +BWA,2014,5,24906,25444 +BWA,2014,6,24491,25023 +BWA,2014,7,24067,24593 +BWA,2014,8,23638,24154 +BWA,2014,9,23217,23720 +BWA,2014,10,22821,23304 +BWA,2014,11,22386,22847 +BWA,2014,12,21887,22325 +BWA,2014,13,21367,21777 +BWA,2014,14,20873,21243 +BWA,2014,15,20372,20692 +BWA,2014,16,20035,20290 +BWA,2014,17,19943,20118 +BWA,2014,18,20012,20088 +BWA,2015,0,27387,28057 +BWA,2015,1,26960,27599 +BWA,2015,2,26533,27148 +BWA,2015,3,26106,26705 +BWA,2015,4,25680,26266 +BWA,2015,5,25254,25832 +BWA,2015,6,24828,25400 +BWA,2015,7,24401,24969 +BWA,2015,8,23975,24538 +BWA,2015,9,23548,24105 +BWA,2015,10,23138,23684 +BWA,2015,11,22759,23289 +BWA,2015,12,22332,22842 +BWA,2015,13,21821,22310 +BWA,2015,14,21277,21739 +BWA,2015,15,20763,21185 +BWA,2015,16,20245,20615 +BWA,2015,17,19894,20192 +BWA,2015,18,19797,19996 +BWA,2016,0,27296,27886 +BWA,2016,1,27246,27812 +BWA,2016,2,26865,27405 +BWA,2016,3,26469,26989 +BWA,2016,4,26060,26566 +BWA,2016,5,25640,26137 +BWA,2016,6,25211,25700 +BWA,2016,7,24770,25255 +BWA,2016,8,24335,24816 +BWA,2016,9,23912,24390 +BWA,2016,10,23495,23971 +BWA,2016,11,23089,23558 +BWA,2016,12,22713,23167 +BWA,2016,13,22287,22726 +BWA,2016,14,21781,22203 +BWA,2016,15,21241,21641 +BWA,2016,16,20731,21097 +BWA,2016,17,20217,20536 +BWA,2016,18,19868,20120 +BWA,2017,0,27105,27694 +BWA,2017,1,26978,27532 +BWA,2017,2,27160,27699 +BWA,2017,3,26824,27341 +BWA,2017,4,26457,26957 +BWA,2017,5,26065,26553 +BWA,2017,6,25652,26130 +BWA,2017,7,25218,25690 +BWA,2017,8,24763,25230 +BWA,2017,9,24317,24781 +BWA,2017,10,23896,24358 +BWA,2017,11,23489,23950 +BWA,2017,12,23087,23543 +BWA,2017,13,22711,23154 +BWA,2017,14,22287,22717 +BWA,2017,15,21784,22200 +BWA,2017,16,21248,21646 +BWA,2017,17,20741,21108 +BWA,2017,18,20229,20554 +BWA,2018,0,26848,27483 +BWA,2018,1,26932,27532 +BWA,2018,2,26920,27493 +BWA,2018,3,27103,27665 +BWA,2018,4,26813,27355 +BWA,2018,5,26476,27002 +BWA,2018,6,26100,26615 +BWA,2018,7,25692,26198 +BWA,2018,8,25253,25752 +BWA,2018,9,24783,25276 +BWA,2018,10,24327,24815 +BWA,2018,11,23907,24395 +BWA,2018,12,23509,23997 +BWA,2018,13,23110,23594 +BWA,2018,14,22735,23207 +BWA,2018,15,22312,22773 +BWA,2018,16,21811,22260 +BWA,2018,17,21278,21712 +BWA,2018,18,20774,21180 +BWA,2019,0,27000,27000 +BWA,2019,1,27000,28000 +BWA,2019,2,27000,28000 +BWA,2019,3,27000,28000 +BWA,2019,4,27000,28000 +BWA,2019,5,27000,27000 +BWA,2019,6,26000,27000 +BWA,2019,7,26000,27000 +BWA,2019,8,26000,26000 +BWA,2019,9,25000,26000 +BWA,2019,10,25000,25000 +BWA,2019,11,24000,25000 +BWA,2019,12,24000,24000 +BWA,2019,13,24000,24000 +BWA,2019,14,23000,24000 +BWA,2019,15,23000,23000 +BWA,2019,16,22000,23000 +BWA,2019,17,22000,22000 +BWA,2019,18,21000,22000 +BWA,2020,0,26000,27000 +BWA,2020,1,27000,27000 +BWA,2020,2,27000,28000 +BWA,2020,3,27000,28000 +BWA,2020,4,27000,28000 +BWA,2020,5,27000,28000 +BWA,2020,6,27000,27000 +BWA,2020,7,26000,27000 +BWA,2020,8,26000,27000 +BWA,2020,9,26000,26000 +BWA,2020,10,25000,26000 +BWA,2020,11,25000,25000 +BWA,2020,12,24000,25000 +BWA,2020,13,24000,24000 +BWA,2020,14,24000,24000 +BWA,2020,15,23000,24000 +BWA,2020,16,23000,23000 +BWA,2020,17,22000,23000 +BWA,2020,18,22000,22000 +BWA,2021,0,26000,27000 +BWA,2021,1,26000,27000 +BWA,2021,2,27000,27000 +BWA,2021,3,27000,28000 +BWA,2021,4,27000,28000 +BWA,2021,5,27000,28000 +BWA,2021,6,27000,28000 +BWA,2021,7,27000,27000 +BWA,2021,8,27000,27000 +BWA,2021,9,26000,27000 +BWA,2021,10,26000,26000 +BWA,2021,11,25000,26000 +BWA,2021,12,25000,25000 +BWA,2021,13,24000,25000 +BWA,2021,14,24000,25000 +BWA,2021,15,24000,24000 +BWA,2021,16,23000,24000 +BWA,2021,17,23000,23000 +BWA,2021,18,22000,23000 +BWA,2022,0,26000,27000 +BWA,2022,1,26000,27000 +BWA,2022,2,26000,27000 +BWA,2022,3,27000,27000 +BWA,2022,4,27000,28000 +BWA,2022,5,27000,28000 +BWA,2022,6,27000,28000 +BWA,2022,7,27000,28000 +BWA,2022,8,27000,27000 +BWA,2022,9,27000,27000 +BWA,2022,10,26000,27000 +BWA,2022,11,26000,26000 +BWA,2022,12,25000,26000 +BWA,2022,13,25000,25000 +BWA,2022,14,24000,25000 +BWA,2022,15,24000,25000 +BWA,2022,16,24000,24000 +BWA,2022,17,23000,24000 +BWA,2022,18,23000,23000 +BWA,2023,0,26000,27000 +BWA,2023,1,26000,27000 +BWA,2023,2,27000,27000 +BWA,2023,3,27000,27000 +BWA,2023,4,27000,27000 +BWA,2023,5,27000,28000 +BWA,2023,6,27000,28000 +BWA,2023,7,27000,28000 +BWA,2023,8,27000,27000 +BWA,2023,9,27000,27000 +BWA,2023,10,27000,27000 +BWA,2023,11,26000,27000 +BWA,2023,12,26000,26000 +BWA,2023,13,25000,26000 +BWA,2023,14,25000,25000 +BWA,2023,15,24000,25000 +BWA,2023,16,24000,25000 +BWA,2023,17,24000,24000 +BWA,2023,18,23000,24000 +BWA,2024,0,26000,27000 +BWA,2024,1,26000,27000 +BWA,2024,2,26000,27000 +BWA,2024,3,27000,27000 +BWA,2024,4,27000,27000 +BWA,2024,5,27000,27000 +BWA,2024,6,27000,27000 +BWA,2024,7,27000,28000 +BWA,2024,8,27000,27000 +BWA,2024,9,27000,27000 +BWA,2024,10,27000,27000 +BWA,2024,11,27000,27000 +BWA,2024,12,26000,27000 +BWA,2024,13,26000,26000 +BWA,2024,14,25000,26000 +BWA,2024,15,25000,25000 +BWA,2024,16,24000,25000 +BWA,2024,17,24000,25000 +BWA,2024,18,24000,24000 +BWA,2025,0,26000,27000 +BWA,2025,1,26000,27000 +BWA,2025,2,26000,27000 +BWA,2025,3,26000,27000 +BWA,2025,4,27000,27000 +BWA,2025,5,27000,27000 +BWA,2025,6,27000,27000 +BWA,2025,7,27000,27000 +BWA,2025,8,27000,27000 +BWA,2025,9,27000,27000 +BWA,2025,10,27000,27000 +BWA,2025,11,27000,27000 +BWA,2025,12,27000,27000 +BWA,2025,13,26000,27000 +BWA,2025,14,26000,26000 +BWA,2025,15,25000,26000 +BWA,2025,16,25000,25000 +BWA,2025,17,24000,25000 +BWA,2025,18,24000,25000 +BWA,2026,0,26000,27000 +BWA,2026,1,26000,27000 +BWA,2026,2,26000,27000 +BWA,2026,3,26000,27000 +BWA,2026,4,26000,27000 +BWA,2026,5,27000,27000 +BWA,2026,6,27000,27000 +BWA,2026,7,27000,27000 +BWA,2026,8,27000,27000 +BWA,2026,9,27000,27000 +BWA,2026,10,27000,27000 +BWA,2026,11,27000,27000 +BWA,2026,12,27000,27000 +BWA,2026,13,27000,27000 +BWA,2026,14,26000,27000 +BWA,2026,15,26000,26000 +BWA,2026,16,25000,26000 +BWA,2026,17,25000,25000 +BWA,2026,18,24000,25000 +BWA,2027,0,26000,27000 +BWA,2027,1,26000,27000 +BWA,2027,2,26000,27000 +BWA,2027,3,26000,27000 +BWA,2027,4,26000,27000 +BWA,2027,5,26000,27000 +BWA,2027,6,27000,27000 +BWA,2027,7,27000,27000 +BWA,2027,8,27000,27000 +BWA,2027,9,27000,27000 +BWA,2027,10,27000,27000 +BWA,2027,11,27000,27000 +BWA,2027,12,27000,27000 +BWA,2027,13,27000,27000 +BWA,2027,14,27000,27000 +BWA,2027,15,26000,27000 +BWA,2027,16,26000,26000 +BWA,2027,17,25000,26000 +BWA,2027,18,25000,25000 +BWA,2028,0,27000,27000 +BWA,2028,1,26000,27000 +BWA,2028,2,26000,27000 +BWA,2028,3,26000,27000 +BWA,2028,4,26000,27000 +BWA,2028,5,26000,27000 +BWA,2028,6,26000,27000 +BWA,2028,7,26000,27000 +BWA,2028,8,27000,27000 +BWA,2028,9,27000,27000 +BWA,2028,10,27000,27000 +BWA,2028,11,27000,27000 +BWA,2028,12,27000,27000 +BWA,2028,13,27000,27000 +BWA,2028,14,27000,27000 +BWA,2028,15,27000,27000 +BWA,2028,16,26000,27000 +BWA,2028,17,26000,26000 +BWA,2028,18,25000,26000 +BWA,2029,0,27000,27000 +BWA,2029,1,26000,27000 +BWA,2029,2,26000,27000 +BWA,2029,3,26000,27000 +BWA,2029,4,26000,27000 +BWA,2029,5,26000,27000 +BWA,2029,6,26000,27000 +BWA,2029,7,26000,27000 +BWA,2029,8,26000,27000 +BWA,2029,9,27000,27000 +BWA,2029,10,27000,27000 +BWA,2029,11,27000,27000 +BWA,2029,12,27000,27000 +BWA,2029,13,27000,27000 +BWA,2029,14,27000,27000 +BWA,2029,15,27000,27000 +BWA,2029,16,27000,27000 +BWA,2029,17,26000,27000 +BWA,2029,18,26000,26000 +BWA,2030,0,27000,27000 +BWA,2030,1,27000,27000 +BWA,2030,2,26000,27000 +BWA,2030,3,26000,27000 +BWA,2030,4,26000,27000 +BWA,2030,5,26000,27000 +BWA,2030,6,26000,27000 +BWA,2030,7,26000,27000 +BWA,2030,8,26000,27000 +BWA,2030,9,26000,27000 +BWA,2030,10,27000,27000 +BWA,2030,11,27000,27000 +BWA,2030,12,27000,27000 +BWA,2030,13,27000,27000 +BWA,2030,14,27000,27000 +BWA,2030,15,27000,27000 +BWA,2030,16,27000,27000 +BWA,2030,17,27000,27000 +BWA,2030,18,26000,27000 +BWA,2031,0,27000,28000 +BWA,2031,1,27000,27000 +BWA,2031,2,26000,27000 +BWA,2031,3,26000,27000 +BWA,2031,4,26000,27000 +BWA,2031,5,26000,27000 +BWA,2031,6,26000,27000 +BWA,2031,7,26000,27000 +BWA,2031,8,26000,27000 +BWA,2031,9,26000,27000 +BWA,2031,10,26000,27000 +BWA,2031,11,27000,27000 +BWA,2031,12,27000,27000 +BWA,2031,13,27000,27000 +BWA,2031,14,27000,27000 +BWA,2031,15,27000,27000 +BWA,2031,16,27000,27000 +BWA,2031,17,27000,27000 +BWA,2031,18,27000,27000 +BWA,2032,0,27000,28000 +BWA,2032,1,27000,27000 +BWA,2032,2,27000,27000 +BWA,2032,3,26000,27000 +BWA,2032,4,26000,27000 +BWA,2032,5,26000,27000 +BWA,2032,6,26000,27000 +BWA,2032,7,26000,27000 +BWA,2032,8,26000,27000 +BWA,2032,9,26000,27000 +BWA,2032,10,26000,27000 +BWA,2032,11,26000,27000 +BWA,2032,12,27000,27000 +BWA,2032,13,27000,27000 +BWA,2032,14,27000,27000 +BWA,2032,15,27000,27000 +BWA,2032,16,27000,27000 +BWA,2032,17,27000,27000 +BWA,2032,18,27000,27000 +BWA,2033,0,27000,28000 +BWA,2033,1,27000,27000 +BWA,2033,2,27000,27000 +BWA,2033,3,27000,27000 +BWA,2033,4,26000,27000 +BWA,2033,5,26000,27000 +BWA,2033,6,26000,27000 +BWA,2033,7,26000,27000 +BWA,2033,8,26000,27000 +BWA,2033,9,26000,27000 +BWA,2033,10,26000,27000 +BWA,2033,11,26000,27000 +BWA,2033,12,26000,27000 +BWA,2033,13,27000,27000 +BWA,2033,14,27000,27000 +BWA,2033,15,27000,27000 +BWA,2033,16,27000,27000 +BWA,2033,17,27000,27000 +BWA,2033,18,27000,27000 +BWA,2034,0,27000,28000 +BWA,2034,1,27000,28000 +BWA,2034,2,27000,27000 +BWA,2034,3,27000,27000 +BWA,2034,4,27000,27000 +BWA,2034,5,26000,27000 +BWA,2034,6,26000,27000 +BWA,2034,7,26000,27000 +BWA,2034,8,26000,27000 +BWA,2034,9,26000,27000 +BWA,2034,10,26000,27000 +BWA,2034,11,26000,27000 +BWA,2034,12,26000,27000 +BWA,2034,13,26000,27000 +BWA,2034,14,27000,27000 +BWA,2034,15,27000,27000 +BWA,2034,16,27000,27000 +BWA,2034,17,27000,27000 +BWA,2034,18,27000,27000 +BWA,2035,0,27000,28000 +BWA,2035,1,27000,28000 +BWA,2035,2,27000,27000 +BWA,2035,3,27000,27000 +BWA,2035,4,27000,27000 +BWA,2035,5,26000,27000 +BWA,2035,6,26000,27000 +BWA,2035,7,26000,27000 +BWA,2035,8,26000,27000 +BWA,2035,9,26000,27000 +BWA,2035,10,26000,27000 +BWA,2035,11,26000,27000 +BWA,2035,12,26000,27000 +BWA,2035,13,26000,27000 +BWA,2035,14,26000,27000 +BWA,2035,15,27000,27000 +BWA,2035,16,27000,27000 +BWA,2035,17,27000,27000 +BWA,2035,18,27000,28000 +BWA,2036,0,27000,28000 +BWA,2036,1,27000,28000 +BWA,2036,2,27000,28000 +BWA,2036,3,27000,27000 +BWA,2036,4,27000,27000 +BWA,2036,5,27000,27000 +BWA,2036,6,26000,27000 +BWA,2036,7,26000,27000 +BWA,2036,8,26000,27000 +BWA,2036,9,26000,27000 +BWA,2036,10,26000,27000 +BWA,2036,11,26000,27000 +BWA,2036,12,26000,27000 +BWA,2036,13,26000,27000 +BWA,2036,14,26000,27000 +BWA,2036,15,26000,27000 +BWA,2036,16,27000,27000 +BWA,2036,17,27000,27000 +BWA,2036,18,27000,27000 +BWA,2037,0,27000,28000 +BWA,2037,1,27000,28000 +BWA,2037,2,27000,28000 +BWA,2037,3,27000,28000 +BWA,2037,4,27000,27000 +BWA,2037,5,27000,27000 +BWA,2037,6,27000,27000 +BWA,2037,7,26000,27000 +BWA,2037,8,26000,27000 +BWA,2037,9,26000,27000 +BWA,2037,10,26000,27000 +BWA,2037,11,26000,27000 +BWA,2037,12,26000,27000 +BWA,2037,13,26000,27000 +BWA,2037,14,26000,27000 +BWA,2037,15,26000,27000 +BWA,2037,16,26000,27000 +BWA,2037,17,27000,27000 +BWA,2037,18,27000,27000 +BWA,2038,0,27000,28000 +BWA,2038,1,27000,28000 +BWA,2038,2,27000,28000 +BWA,2038,3,27000,28000 +BWA,2038,4,27000,28000 +BWA,2038,5,27000,27000 +BWA,2038,6,27000,27000 +BWA,2038,7,27000,27000 +BWA,2038,8,26000,27000 +BWA,2038,9,26000,27000 +BWA,2038,10,26000,27000 +BWA,2038,11,26000,27000 +BWA,2038,12,26000,27000 +BWA,2038,13,26000,27000 +BWA,2038,14,26000,27000 +BWA,2038,15,26000,27000 +BWA,2038,16,26000,27000 +BWA,2038,17,26000,27000 +BWA,2038,18,27000,27000 +BWA,2039,0,27000,28000 +BWA,2039,1,27000,28000 +BWA,2039,2,27000,28000 +BWA,2039,3,27000,28000 +BWA,2039,4,27000,28000 +BWA,2039,5,27000,28000 +BWA,2039,6,27000,27000 +BWA,2039,7,27000,27000 +BWA,2039,8,27000,27000 +BWA,2039,9,26000,27000 +BWA,2039,10,26000,27000 +BWA,2039,11,26000,27000 +BWA,2039,12,26000,27000 +BWA,2039,13,26000,27000 +BWA,2039,14,26000,27000 +BWA,2039,15,26000,27000 +BWA,2039,16,26000,27000 +BWA,2039,17,26000,27000 +BWA,2039,18,26000,27000 +BWA,2040,0,27000,28000 +BWA,2040,1,27000,28000 +BWA,2040,2,27000,28000 +BWA,2040,3,27000,28000 +BWA,2040,4,27000,28000 +BWA,2040,5,27000,28000 +BWA,2040,6,27000,28000 +BWA,2040,7,27000,27000 +BWA,2040,8,27000,27000 +BWA,2040,9,27000,27000 +BWA,2040,10,26000,27000 +BWA,2040,11,26000,27000 +BWA,2040,12,26000,27000 +BWA,2040,13,26000,27000 +BWA,2040,14,26000,27000 +BWA,2040,15,26000,27000 +BWA,2040,16,26000,27000 +BWA,2040,17,26000,27000 +BWA,2040,18,26000,27000 +BWA,2041,0,27000,28000 +BWA,2041,1,27000,28000 +BWA,2041,2,27000,28000 +BWA,2041,3,27000,28000 +BWA,2041,4,27000,28000 +BWA,2041,5,27000,28000 +BWA,2041,6,27000,28000 +BWA,2041,7,27000,28000 +BWA,2041,8,27000,27000 +BWA,2041,9,27000,27000 +BWA,2041,10,27000,27000 +BWA,2041,11,26000,27000 +BWA,2041,12,26000,27000 +BWA,2041,13,26000,27000 +BWA,2041,14,26000,27000 +BWA,2041,15,26000,27000 +BWA,2041,16,26000,27000 +BWA,2041,17,26000,27000 +BWA,2041,18,26000,27000 +BWA,2042,0,27000,28000 +BWA,2042,1,27000,28000 +BWA,2042,2,27000,28000 +BWA,2042,3,27000,28000 +BWA,2042,4,27000,28000 +BWA,2042,5,27000,28000 +BWA,2042,6,27000,28000 +BWA,2042,7,27000,28000 +BWA,2042,8,27000,28000 +BWA,2042,9,27000,27000 +BWA,2042,10,27000,27000 +BWA,2042,11,27000,27000 +BWA,2042,12,26000,27000 +BWA,2042,13,26000,27000 +BWA,2042,14,26000,27000 +BWA,2042,15,26000,27000 +BWA,2042,16,26000,27000 +BWA,2042,17,26000,27000 +BWA,2042,18,26000,27000 +BWA,2043,0,27000,28000 +BWA,2043,1,27000,28000 +BWA,2043,2,27000,28000 +BWA,2043,3,27000,28000 +BWA,2043,4,27000,28000 +BWA,2043,5,27000,28000 +BWA,2043,6,27000,28000 +BWA,2043,7,27000,28000 +BWA,2043,8,27000,28000 +BWA,2043,9,27000,28000 +BWA,2043,10,27000,27000 +BWA,2043,11,27000,27000 +BWA,2043,12,27000,27000 +BWA,2043,13,26000,27000 +BWA,2043,14,26000,27000 +BWA,2043,15,26000,27000 +BWA,2043,16,26000,27000 +BWA,2043,17,26000,27000 +BWA,2043,18,26000,27000 +BWA,2044,0,27000,28000 +BWA,2044,1,27000,28000 +BWA,2044,2,27000,28000 +BWA,2044,3,27000,28000 +BWA,2044,4,27000,28000 +BWA,2044,5,27000,28000 +BWA,2044,6,27000,28000 +BWA,2044,7,27000,28000 +BWA,2044,8,27000,28000 +BWA,2044,9,27000,28000 +BWA,2044,10,27000,28000 +BWA,2044,11,27000,27000 +BWA,2044,12,27000,27000 +BWA,2044,13,27000,27000 +BWA,2044,14,26000,27000 +BWA,2044,15,26000,27000 +BWA,2044,16,26000,27000 +BWA,2044,17,26000,27000 +BWA,2044,18,26000,27000 +BWA,2045,0,27000,28000 +BWA,2045,1,27000,28000 +BWA,2045,2,27000,28000 +BWA,2045,3,27000,28000 +BWA,2045,4,27000,28000 +BWA,2045,5,27000,28000 +BWA,2045,6,27000,28000 +BWA,2045,7,27000,28000 +BWA,2045,8,27000,28000 +BWA,2045,9,27000,28000 +BWA,2045,10,27000,28000 +BWA,2045,11,27000,27000 +BWA,2045,12,27000,27000 +BWA,2045,13,27000,27000 +BWA,2045,14,27000,27000 +BWA,2045,15,26000,27000 +BWA,2045,16,26000,27000 +BWA,2045,17,26000,27000 +BWA,2045,18,26000,27000 +BWA,2046,0,27000,28000 +BWA,2046,1,27000,28000 +BWA,2046,2,27000,28000 +BWA,2046,3,27000,28000 +BWA,2046,4,27000,28000 +BWA,2046,5,27000,28000 +BWA,2046,6,27000,28000 +BWA,2046,7,27000,28000 +BWA,2046,8,27000,28000 +BWA,2046,9,27000,28000 +BWA,2046,10,27000,28000 +BWA,2046,11,27000,28000 +BWA,2046,12,27000,27000 +BWA,2046,13,27000,27000 +BWA,2046,14,27000,27000 +BWA,2046,15,27000,27000 +BWA,2046,16,27000,27000 +BWA,2046,17,26000,27000 +BWA,2046,18,26000,27000 +BWA,2047,0,27000,27000 +BWA,2047,1,27000,28000 +BWA,2047,2,27000,28000 +BWA,2047,3,27000,28000 +BWA,2047,4,27000,28000 +BWA,2047,5,27000,28000 +BWA,2047,6,27000,28000 +BWA,2047,7,27000,28000 +BWA,2047,8,27000,28000 +BWA,2047,9,27000,28000 +BWA,2047,10,27000,28000 +BWA,2047,11,27000,28000 +BWA,2047,12,27000,28000 +BWA,2047,13,27000,28000 +BWA,2047,14,27000,27000 +BWA,2047,15,27000,27000 +BWA,2047,16,27000,27000 +BWA,2047,17,27000,27000 +BWA,2047,18,26000,27000 +BWA,2048,0,27000,27000 +BWA,2048,1,27000,28000 +BWA,2048,2,27000,28000 +BWA,2048,3,27000,28000 +BWA,2048,4,27000,28000 +BWA,2048,5,27000,28000 +BWA,2048,6,27000,28000 +BWA,2048,7,27000,28000 +BWA,2048,8,27000,28000 +BWA,2048,9,27000,28000 +BWA,2048,10,27000,28000 +BWA,2048,11,27000,28000 +BWA,2048,12,27000,28000 +BWA,2048,13,27000,28000 +BWA,2048,14,27000,28000 +BWA,2048,15,27000,27000 +BWA,2048,16,27000,27000 +BWA,2048,17,27000,27000 +BWA,2048,18,27000,27000 +BWA,2049,0,27000,27000 +BWA,2049,1,27000,27000 +BWA,2049,2,27000,28000 +BWA,2049,3,27000,28000 +BWA,2049,4,27000,28000 +BWA,2049,5,27000,28000 +BWA,2049,6,27000,28000 +BWA,2049,7,27000,28000 +BWA,2049,8,27000,28000 +BWA,2049,9,27000,28000 +BWA,2049,10,27000,28000 +BWA,2049,11,27000,28000 +BWA,2049,12,27000,28000 +BWA,2049,13,27000,28000 +BWA,2049,14,27000,28000 +BWA,2049,15,27000,28000 +BWA,2049,16,27000,27000 +BWA,2049,17,27000,27000 +BWA,2049,18,27000,27000 +BWA,2050,0,27000,27000 +BWA,2050,1,27000,27000 +BWA,2050,2,27000,27000 +BWA,2050,3,27000,28000 +BWA,2050,4,27000,28000 +BWA,2050,5,27000,28000 +BWA,2050,6,27000,28000 +BWA,2050,7,27000,28000 +BWA,2050,8,27000,28000 +BWA,2050,9,27000,28000 +BWA,2050,10,27000,28000 +BWA,2050,11,27000,28000 +BWA,2050,12,27000,28000 +BWA,2050,13,27000,28000 +BWA,2050,14,27000,28000 +BWA,2050,15,27000,28000 +BWA,2050,16,27000,28000 +BWA,2050,17,27000,27000 +BWA,2050,18,27000,27000 +CAF,1990,0,51870,52566 +CAF,1990,1,50095,50843 +CAF,1990,2,48354,49115 +CAF,1990,3,46652,47390 +CAF,1990,4,44992,45676 +CAF,1990,5,43377,43983 +CAF,1990,6,41811,42318 +CAF,1990,7,40296,40690 +CAF,1990,8,38836,39107 +CAF,1990,9,37433,37578 +CAF,1990,10,36078,36089 +CAF,1990,11,34759,34626 +CAF,1990,12,33551,33309 +CAF,1990,13,32483,32189 +CAF,1990,14,31518,31209 +CAF,1990,15,30588,30260 +CAF,1990,16,29708,29366 +CAF,1990,17,28815,28459 +CAF,1990,18,27874,27496 +CAF,1991,0,52534,53205 +CAF,1991,1,51077,51736 +CAF,1991,2,49374,50068 +CAF,1991,3,47713,48411 +CAF,1991,4,46093,46767 +CAF,1991,5,44516,45142 +CAF,1991,6,42987,43545 +CAF,1991,7,41510,41986 +CAF,1991,8,40063,40439 +CAF,1991,9,38637,38892 +CAF,1991,10,37246,37371 +CAF,1991,11,35902,35893 +CAF,1991,12,34590,34439 +CAF,1991,13,33392,33131 +CAF,1991,14,32345,32029 +CAF,1991,15,31406,31072 +CAF,1991,16,30496,30139 +CAF,1991,17,29633,29257 +CAF,1991,18,28755,28361 +CAF,1992,0,53432,54110 +CAF,1992,1,51795,52513 +CAF,1992,2,50441,51068 +CAF,1992,3,48806,49451 +CAF,1992,4,47218,47858 +CAF,1992,5,45676,46291 +CAF,1992,6,44177,44748 +CAF,1992,7,42728,43242 +CAF,1992,8,41337,41785 +CAF,1992,9,39953,40313 +CAF,1992,10,38556,38798 +CAF,1992,11,37171,37280 +CAF,1992,12,35835,35809 +CAF,1992,13,34526,34358 +CAF,1992,14,33335,33057 +CAF,1992,15,32306,31969 +CAF,1992,16,31390,31030 +CAF,1992,17,30498,30111 +CAF,1992,18,29649,29239 +CAF,1993,0,54548,55267 +CAF,1993,1,52882,53598 +CAF,1993,2,51256,51958 +CAF,1993,3,49890,50486 +CAF,1993,4,48320,48916 +CAF,1993,5,46803,47386 +CAF,1993,6,45336,45893 +CAF,1993,7,43912,44430 +CAF,1993,8,42541,43013 +CAF,1993,9,41233,41655 +CAF,1993,10,39910,40255 +CAF,1993,11,38540,38770 +CAF,1993,12,37160,37253 +CAF,1993,13,35829,35786 +CAF,1993,14,34520,34336 +CAF,1993,15,33334,33038 +CAF,1993,16,32321,31963 +CAF,1993,17,31427,31042 +CAF,1993,18,30551,30134 +CAF,1994,0,55854,56641 +CAF,1994,1,54087,54820 +CAF,1994,2,52395,53080 +CAF,1994,3,50772,51414 +CAF,1994,4,49341,49903 +CAF,1994,5,47836,48380 +CAF,1994,6,46390,46914 +CAF,1994,7,44998,45494 +CAF,1994,8,43650,44112 +CAF,1994,9,42357,42783 +CAF,1994,10,41132,41525 +CAF,1994,11,39870,40198 +CAF,1994,12,38527,38743 +CAF,1994,13,37151,37226 +CAF,1994,14,35825,35763 +CAF,1994,15,34517,34314 +CAF,1994,16,33336,33020 +CAF,1994,17,32338,31958 +CAF,1994,18,31467,31054 +CAF,1995,0,57317,58195 +CAF,1995,1,55382,56154 +CAF,1995,2,53568,54254 +CAF,1995,3,51864,52482 +CAF,1995,4,50259,50823 +CAF,1995,5,48742,49264 +CAF,1995,6,47302,47790 +CAF,1995,7,45930,46388 +CAF,1995,8,44614,45044 +CAF,1995,9,43343,43743 +CAF,1995,10,42130,42505 +CAF,1995,11,40989,41348 +CAF,1995,12,39790,40096 +CAF,1995,13,38476,38672 +CAF,1995,14,37106,37157 +CAF,1995,15,35786,35700 +CAF,1995,16,34479,34254 +CAF,1995,17,33304,32965 +CAF,1995,18,32324,31917 +CAF,1996,0,59092,60108 +CAF,1996,1,56708,57508 +CAF,1996,2,54823,55517 +CAF,1996,3,53076,53685 +CAF,1996,4,51451,51995 +CAF,1996,5,49933,50427 +CAF,1996,6,48513,48968 +CAF,1996,7,47183,47608 +CAF,1996,8,45888,46289 +CAF,1996,9,44599,44976 +CAF,1996,10,43322,43673 +CAF,1996,11,42107,42437 +CAF,1996,12,40959,41278 +CAF,1996,13,39757,40025 +CAF,1996,14,38449,38607 +CAF,1996,15,37090,37102 +CAF,1996,16,35775,35648 +CAF,1996,17,34469,34201 +CAF,1996,18,33291,32910 +CAF,1997,0,61010,62186 +CAF,1997,1,58506,59461 +CAF,1997,2,56031,56741 +CAF,1997,3,54197,54802 +CAF,1997,4,52520,53042 +CAF,1997,5,50977,51436 +CAF,1997,6,49548,49961 +CAF,1997,7,48227,48606 +CAF,1997,8,47007,47361 +CAF,1997,9,45792,46126 +CAF,1997,10,44532,44847 +CAF,1997,11,43250,43544 +CAF,1997,12,42034,42310 +CAF,1997,13,40881,41151 +CAF,1997,14,39676,39899 +CAF,1997,15,38376,38489 +CAF,1997,16,37030,36996 +CAF,1997,17,35721,35548 +CAF,1997,18,34418,34103 +CAF,1998,0,62976,64312 +CAF,1998,1,60140,61205 +CAF,1998,2,57623,58468 +CAF,1998,3,55304,55924 +CAF,1998,4,53524,54039 +CAF,1998,5,51917,52352 +CAF,1998,6,50458,50833 +CAF,1998,7,49119,49451 +CAF,1998,8,47898,48200 +CAF,1998,9,46790,47072 +CAF,1998,10,45656,45923 +CAF,1998,11,44426,44679 +CAF,1998,12,43141,43376 +CAF,1998,13,41924,42147 +CAF,1998,14,40767,40988 +CAF,1998,15,39561,39738 +CAF,1998,16,38270,38338 +CAF,1998,17,36938,36858 +CAF,1998,18,35637,35417 +CAF,1999,0,64860,66329 +CAF,1999,1,61753,62922 +CAF,1999,2,59017,59938 +CAF,1999,3,56617,57336 +CAF,1999,4,54554,55096 +CAF,1999,5,52827,53265 +CAF,1999,6,51292,51651 +CAF,1999,7,49916,50219 +CAF,1999,8,48669,48932 +CAF,1999,9,47548,47785 +CAF,1999,10,46552,46774 +CAF,1999,11,45500,45711 +CAF,1999,12,44300,44501 +CAF,1999,13,43011,43198 +CAF,1999,14,41795,41974 +CAF,1999,15,40635,40816 +CAF,1999,16,39428,39569 +CAF,1999,17,38146,38178 +CAF,1999,18,36829,36712 +CAF,2000,0,66556,68115 +CAF,2000,1,63293,64549 +CAF,2000,2,60421,61423 +CAF,2000,3,57904,58695 +CAF,2000,4,55705,56326 +CAF,2000,5,53788,54273 +CAF,2000,6,52116,52497 +CAF,2000,7,50653,50956 +CAF,2000,8,49361,49609 +CAF,2000,9,48205,48416 +CAF,2000,10,47184,47374 +CAF,2000,11,46300,46479 +CAF,2000,12,45330,45502 +CAF,2000,13,44161,44326 +CAF,2000,14,42870,43024 +CAF,2000,15,41655,41804 +CAF,2000,16,40490,40647 +CAF,2000,17,39283,39402 +CAF,2000,18,38012,38022 +CAF,2001,0,68146,69645 +CAF,2001,1,65483,66854 +CAF,2001,2,62480,63585 +CAF,2001,3,59814,60690 +CAF,2001,4,57455,58137 +CAF,2001,5,55373,55893 +CAF,2001,6,53533,53918 +CAF,2001,7,51901,52176 +CAF,2001,8,50464,50659 +CAF,2001,9,49199,49346 +CAF,2001,10,48064,48187 +CAF,2001,11,47043,47155 +CAF,2001,12,46142,46251 +CAF,2001,13,45153,45261 +CAF,2001,14,43969,44073 +CAF,2001,15,42664,42759 +CAF,2001,16,41429,41519 +CAF,2001,17,40239,40338 +CAF,2001,18,39006,39071 +CAF,2002,0,69521,70919 +CAF,2002,1,66323,67526 +CAF,2002,2,64390,65605 +CAF,2002,3,61648,62633 +CAF,2002,4,59190,59970 +CAF,2002,5,56990,57591 +CAF,2002,6,55025,55471 +CAF,2002,7,53262,53574 +CAF,2002,8,51671,51865 +CAF,2002,9,50261,50372 +CAF,2002,10,49022,49092 +CAF,2002,11,47909,47968 +CAF,2002,12,46889,46945 +CAF,2002,13,45971,46032 +CAF,2002,14,44962,45029 +CAF,2002,15,43764,43829 +CAF,2002,16,42447,42501 +CAF,2002,17,41191,41243 +CAF,2002,18,39976,40037 +CAF,2003,0,70717,72002 +CAF,2003,1,67693,68862 +CAF,2003,2,64937,65983 +CAF,2003,3,63279,64358 +CAF,2003,4,60800,61682 +CAF,2003,5,58549,59250 +CAF,2003,6,56509,57045 +CAF,2003,7,54661,55050 +CAF,2003,8,52977,53231 +CAF,2003,9,51427,51555 +CAF,2003,10,50045,50086 +CAF,2003,11,48833,48840 +CAF,2003,12,47741,47750 +CAF,2003,13,46722,46736 +CAF,2003,14,45787,45815 +CAF,2003,15,44760,44799 +CAF,2003,16,43548,43586 +CAF,2003,17,42217,42245 +CAF,2003,18,40942,40967 +CAF,2004,0,71801,72999 +CAF,2004,1,68973,70120 +CAF,2004,2,66349,67421 +CAF,2004,3,63916,64895 +CAF,2004,4,62155,63098 +CAF,2004,5,59938,60719 +CAF,2004,6,57895,58519 +CAF,2004,7,56016,56488 +CAF,2004,8,54286,54618 +CAF,2004,9,52680,52878 +CAF,2004,10,51171,51236 +CAF,2004,11,49817,49791 +CAF,2004,12,48632,48578 +CAF,2004,13,47562,47523 +CAF,2004,14,46543,46519 +CAF,2004,15,45593,45588 +CAF,2004,16,44548,44559 +CAF,2004,17,43321,43334 +CAF,2004,18,41978,41981 +CAF,2005,0,72814,73982 +CAF,2005,1,70163,71311 +CAF,2005,2,67664,68760 +CAF,2005,3,65311,66329 +CAF,2005,4,63097,64016 +CAF,2005,5,61017,61819 +CAF,2005,6,59063,59737 +CAF,2005,7,57229,57769 +CAF,2005,8,55510,55914 +CAF,2005,9,53898,54170 +CAF,2005,10,52371,52508 +CAF,2005,11,50904,50900 +CAF,2005,12,49578,49480 +CAF,2005,13,48420,48301 +CAF,2005,14,47373,47281 +CAF,2005,15,46355,46286 +CAF,2005,16,45388,45348 +CAF,2005,17,44325,44306 +CAF,2005,18,43085,43069 +CAF,2006,0,73968,75182 +CAF,2006,1,71807,72898 +CAF,2006,2,69343,70395 +CAF,2006,3,67009,68000 +CAF,2006,4,64799,65709 +CAF,2006,5,62706,63520 +CAF,2006,6,60726,61433 +CAF,2006,7,58856,59451 +CAF,2006,8,57076,57550 +CAF,2006,9,55373,55720 +CAF,2006,10,53749,53970 +CAF,2006,11,52198,52294 +CAF,2006,12,50697,50661 +CAF,2006,13,49324,49204 +CAF,2006,14,48113,47974 +CAF,2006,15,47008,46895 +CAF,2006,16,45925,45836 +CAF,2006,17,44889,44829 +CAF,2006,18,43764,43727 +CAF,2007,0,75085,76401 +CAF,2007,1,72680,73917 +CAF,2007,2,70813,71819 +CAF,2007,3,68537,69485 +CAF,2007,4,66368,67245 +CAF,2007,5,64301,65094 +CAF,2007,6,62328,63030 +CAF,2007,7,60449,61054 +CAF,2007,8,58663,59171 +CAF,2007,9,56935,57337 +CAF,2007,10,55249,55532 +CAF,2007,11,53613,53776 +CAF,2007,12,52038,52085 +CAF,2007,13,50501,50428 +CAF,2007,14,49082,48932 +CAF,2007,15,47817,47652 +CAF,2007,16,46652,46514 +CAF,2007,17,45505,45391 +CAF,2007,18,44399,44313 +CAF,2008,0,75996,77436 +CAF,2008,1,73697,74997 +CAF,2008,2,71488,72649 +CAF,2008,3,69753,70668 +CAF,2008,4,67667,68505 +CAF,2008,5,65665,66423 +CAF,2008,6,63743,64415 +CAF,2008,7,61893,62477 +CAF,2008,8,60117,60615 +CAF,2008,9,58417,58833 +CAF,2008,10,56744,57068 +CAF,2008,11,55075,55291 +CAF,2008,12,53428,53530 +CAF,2008,13,51831,51826 +CAF,2008,14,50259,50146 +CAF,2008,15,48796,48613 +CAF,2008,16,47478,47283 +CAF,2008,17,46254,46086 +CAF,2008,18,45042,44900 +CAF,2009,0,76484,78028 +CAF,2009,1,74318,75669 +CAF,2009,2,72234,73410 +CAF,2009,3,70227,71244 +CAF,2009,4,68540,69366 +CAF,2009,5,66649,67379 +CAF,2009,6,64820,65459 +CAF,2009,7,63046,63599 +CAF,2009,8,61323,61792 +CAF,2009,9,59653,60046 +CAF,2009,10,58043,58369 +CAF,2009,11,56428,56677 +CAF,2009,12,54780,54931 +CAF,2009,13,53127,53170 +CAF,2009,14,51511,51456 +CAF,2009,15,49908,49757 +CAF,2009,16,48402,48190 +CAF,2009,17,47034,46813 +CAF,2009,18,45755,45560 +CAF,2010,0,76424,78020 +CAF,2010,1,74435,75815 +CAF,2010,2,72519,73708 +CAF,2010,3,70669,71689 +CAF,2010,4,68877,69749 +CAF,2010,5,67139,67880 +CAF,2010,6,65446,66073 +CAF,2010,7,63794,64320 +CAF,2010,8,62174,62612 +CAF,2010,9,60581,60940 +CAF,2010,10,59023,59315 +CAF,2010,11,57506,57748 +CAF,2010,12,55954,56133 +CAF,2010,13,54332,54422 +CAF,2010,14,52676,52665 +CAF,2010,15,51046,50946 +CAF,2010,16,49417,49232 +CAF,2010,17,47873,47636 +CAF,2010,18,46460,46217 +CAF,2011,0,76363,77936 +CAF,2011,1,75135,76591 +CAF,2011,2,73356,74619 +CAF,2011,3,71629,72717 +CAF,2011,4,69943,70875 +CAF,2011,5,68291,69083 +CAF,2011,6,66669,67336 +CAF,2011,7,65075,65627 +CAF,2011,8,63472,63928 +CAF,2011,9,61842,62222 +CAF,2011,10,60192,60511 +CAF,2011,11,58563,58831 +CAF,2011,12,56965,57196 +CAF,2011,13,55299,55480 +CAF,2011,14,53528,53630 +CAF,2011,15,51701,51711 +CAF,2011,16,49897,49827 +CAF,2011,17,48089,47942 +CAF,2011,18,46394,46199 +CAF,2012,0,75856,77362 +CAF,2012,1,74319,75662 +CAF,2012,2,73687,75010 +CAF,2012,3,72122,73275 +CAF,2012,4,70587,71582 +CAF,2012,5,69070,69920 +CAF,2012,6,67560,68280 +CAF,2012,7,66059,66657 +CAF,2012,8,64565,65049 +CAF,2012,9,63015,63408 +CAF,2012,10,61378,61708 +CAF,2012,11,59675,59961 +CAF,2012,12,57980,58229 +CAF,2012,13,56303,56530 +CAF,2012,14,54527,54716 +CAF,2012,15,52610,52731 +CAF,2012,16,50616,50654 +CAF,2012,17,48643,48608 +CAF,2012,18,46661,46556 +CAF,2013,0,75158,76574 +CAF,2013,1,73858,75165 +CAF,2013,2,72592,73787 +CAF,2013,3,72210,73406 +CAF,2013,4,70859,71907 +CAF,2013,5,69516,70423 +CAF,2013,6,68167,68942 +CAF,2013,7,66801,67453 +CAF,2013,8,65420,65955 +CAF,2013,9,64027,64449 +CAF,2013,10,62531,62866 +CAF,2013,11,60888,61172 +CAF,2013,12,59133,59390 +CAF,2013,13,57372,57608 +CAF,2013,14,55618,55845 +CAF,2013,15,53733,53934 +CAF,2013,16,51672,51816 +CAF,2013,17,49512,49581 +CAF,2013,18,47371,47375 +CAF,2014,0,74605,75937 +CAF,2014,1,73492,74765 +CAF,2014,2,72414,73611 +CAF,2014,3,71357,72467 +CAF,2014,4,70860,71931 +CAF,2014,5,69721,70665 +CAF,2014,6,68567,69387 +CAF,2014,7,67384,68083 +CAF,2014,8,66158,66743 +CAF,2014,9,64895,65367 +CAF,2014,10,63600,63960 +CAF,2014,11,62156,62432 +CAF,2014,12,60504,60742 +CAF,2014,13,58693,58922 +CAF,2014,14,56863,57085 +CAF,2014,15,55029,55256 +CAF,2014,16,53033,53246 +CAF,2014,17,50825,50990 +CAF,2014,18,48495,48594 +CAF,2015,0,74438,75717 +CAF,2015,1,73435,74683 +CAF,2015,2,72480,73675 +CAF,2015,3,71556,72680 +CAF,2015,4,70646,71685 +CAF,2015,5,69734,70677 +CAF,2015,6,68802,69641 +CAF,2015,7,67835,68565 +CAF,2015,8,66814,67436 +CAF,2015,9,65725,66240 +CAF,2015,10,64575,64983 +CAF,2015,11,63376,63670 +CAF,2015,12,61978,62193 +CAF,2015,13,60312,60501 +CAF,2015,14,58440,58637 +CAF,2015,15,56536,56741 +CAF,2015,16,54615,54839 +CAF,2015,17,52501,52723 +CAF,2015,18,50137,50322 +CAF,2016,0,73805,75060 +CAF,2016,1,73224,74424 +CAF,2016,2,72312,73473 +CAF,2016,3,71454,72559 +CAF,2016,4,70629,71666 +CAF,2016,5,69815,70773 +CAF,2016,6,68998,69870 +CAF,2016,7,68164,68945 +CAF,2016,8,67257,67941 +CAF,2016,9,66241,66823 +CAF,2016,10,65117,65596 +CAF,2016,11,63932,64309 +CAF,2016,12,62692,62962 +CAF,2016,13,61240,61436 +CAF,2016,14,59504,59677 +CAF,2016,15,57553,57736 +CAF,2016,16,55568,55761 +CAF,2016,17,53563,53775 +CAF,2016,18,51381,51593 +CAF,2017,0,73604,74862 +CAF,2017,1,72621,73840 +CAF,2017,2,72287,73407 +CAF,2017,3,71461,72535 +CAF,2017,4,70696,71712 +CAF,2017,5,69965,70916 +CAF,2017,6,69243,70121 +CAF,2017,7,68519,69319 +CAF,2017,8,67779,68502 +CAF,2017,9,66928,67565 +CAF,2017,10,65914,66455 +CAF,2017,11,64750,65193 +CAF,2017,12,63525,63870 +CAF,2017,13,62242,62486 +CAF,2017,14,60729,60904 +CAF,2017,15,58918,59073 +CAF,2017,16,56882,57049 +CAF,2017,17,54810,54988 +CAF,2017,18,52714,52913 +CAF,2018,0,73869,75156 +CAF,2018,1,72780,74003 +CAF,2018,2,71849,73001 +CAF,2018,3,71556,72600 +CAF,2018,4,70814,71804 +CAF,2018,5,70140,71070 +CAF,2018,6,69502,70368 +CAF,2018,7,68871,69669 +CAF,2018,8,68236,68967 +CAF,2018,9,67588,68254 +CAF,2018,10,66792,67382 +CAF,2018,11,65775,66276 +CAF,2018,12,64569,64975 +CAF,2018,13,63301,63614 +CAF,2018,14,61970,62187 +CAF,2018,15,60393,60546 +CAF,2018,16,58501,58637 +CAF,2018,17,56375,56525 +CAF,2018,18,54209,54372 +CAF,2019,0,75000,76000 +CAF,2019,1,73000,75000 +CAF,2019,2,72000,73000 +CAF,2019,3,71000,72000 +CAF,2019,4,71000,72000 +CAF,2019,5,70000,71000 +CAF,2019,6,70000,71000 +CAF,2019,7,69000,70000 +CAF,2019,8,69000,69000 +CAF,2019,9,68000,69000 +CAF,2019,10,68000,68000 +CAF,2019,11,67000,67000 +CAF,2019,12,66000,66000 +CAF,2019,13,64000,65000 +CAF,2019,14,63000,63000 +CAF,2019,15,62000,62000 +CAF,2019,16,60000,60000 +CAF,2019,17,58000,58000 +CAF,2019,18,56000,56000 +CAF,2020,0,76000,77000 +CAF,2020,1,74000,76000 +CAF,2020,2,73000,74000 +CAF,2020,3,72000,73000 +CAF,2020,4,71000,72000 +CAF,2020,5,70000,71000 +CAF,2020,6,70000,71000 +CAF,2020,7,69000,70000 +CAF,2020,8,69000,70000 +CAF,2020,9,68000,69000 +CAF,2020,10,68000,69000 +CAF,2020,11,67000,68000 +CAF,2020,12,67000,67000 +CAF,2020,13,66000,66000 +CAF,2020,14,64000,65000 +CAF,2020,15,63000,63000 +CAF,2020,16,62000,62000 +CAF,2020,17,60000,60000 +CAF,2020,18,58000,58000 +CAF,2021,0,77000,79000 +CAF,2021,1,75000,76000 +CAF,2021,2,74000,75000 +CAF,2021,3,72000,73000 +CAF,2021,4,71000,72000 +CAF,2021,5,71000,72000 +CAF,2021,6,70000,71000 +CAF,2021,7,69000,70000 +CAF,2021,8,69000,70000 +CAF,2021,9,69000,69000 +CAF,2021,10,68000,69000 +CAF,2021,11,68000,68000 +CAF,2021,12,67000,68000 +CAF,2021,13,66000,67000 +CAF,2021,14,65000,66000 +CAF,2021,15,64000,64000 +CAF,2021,16,63000,63000 +CAF,2021,17,61000,61000 +CAF,2021,18,59000,59000 +CAF,2022,0,79000,81000 +CAF,2022,1,77000,78000 +CAF,2022,2,74000,76000 +CAF,2022,3,73000,74000 +CAF,2022,4,72000,73000 +CAF,2022,5,71000,72000 +CAF,2022,6,70000,71000 +CAF,2022,7,70000,70000 +CAF,2022,8,69000,70000 +CAF,2022,9,69000,70000 +CAF,2022,10,68000,69000 +CAF,2022,11,68000,68000 +CAF,2022,12,67000,68000 +CAF,2022,13,67000,67000 +CAF,2022,14,66000,67000 +CAF,2022,15,65000,65000 +CAF,2022,16,64000,64000 +CAF,2022,17,62000,62000 +CAF,2022,18,61000,61000 +CAF,2023,0,81000,83000 +CAF,2023,1,78000,80000 +CAF,2023,2,76000,77000 +CAF,2023,3,74000,75000 +CAF,2023,4,73000,74000 +CAF,2023,5,71000,72000 +CAF,2023,6,71000,71000 +CAF,2023,7,70000,71000 +CAF,2023,8,69000,70000 +CAF,2023,9,69000,70000 +CAF,2023,10,69000,69000 +CAF,2023,11,68000,69000 +CAF,2023,12,68000,68000 +CAF,2023,13,67000,68000 +CAF,2023,14,67000,67000 +CAF,2023,15,66000,66000 +CAF,2023,16,65000,65000 +CAF,2023,17,63000,64000 +CAF,2023,18,62000,62000 +CAF,2024,0,83000,85000 +CAF,2024,1,80000,81000 +CAF,2024,2,77000,78000 +CAF,2024,3,75000,76000 +CAF,2024,4,73000,74000 +CAF,2024,5,72000,73000 +CAF,2024,6,71000,72000 +CAF,2024,7,70000,71000 +CAF,2024,8,70000,70000 +CAF,2024,9,69000,70000 +CAF,2024,10,69000,70000 +CAF,2024,11,69000,69000 +CAF,2024,12,68000,69000 +CAF,2024,13,68000,68000 +CAF,2024,14,67000,68000 +CAF,2024,15,67000,67000 +CAF,2024,16,66000,66000 +CAF,2024,17,65000,65000 +CAF,2024,18,63000,63000 +CAF,2025,0,85000,87000 +CAF,2025,1,82000,83000 +CAF,2025,2,79000,80000 +CAF,2025,3,76000,78000 +CAF,2025,4,74000,75000 +CAF,2025,5,73000,74000 +CAF,2025,6,72000,72000 +CAF,2025,7,71000,71000 +CAF,2025,8,70000,71000 +CAF,2025,9,69000,70000 +CAF,2025,10,69000,70000 +CAF,2025,11,69000,69000 +CAF,2025,12,69000,69000 +CAF,2025,13,68000,69000 +CAF,2025,14,68000,68000 +CAF,2025,15,67000,67000 +CAF,2025,16,66000,67000 +CAF,2025,17,66000,66000 +CAF,2025,18,64000,65000 +CAF,2026,0,86000,88000 +CAF,2026,1,84000,86000 +CAF,2026,2,81000,82000 +CAF,2026,3,78000,80000 +CAF,2026,4,76000,77000 +CAF,2026,5,74000,75000 +CAF,2026,6,73000,74000 +CAF,2026,7,71000,72000 +CAF,2026,8,70000,71000 +CAF,2026,9,70000,70000 +CAF,2026,10,69000,70000 +CAF,2026,11,69000,69000 +CAF,2026,12,69000,69000 +CAF,2026,13,68000,69000 +CAF,2026,14,68000,68000 +CAF,2026,15,67000,68000 +CAF,2026,16,67000,67000 +CAF,2026,17,66000,66000 +CAF,2026,18,65000,65000 +CAF,2027,0,87000,89000 +CAF,2027,1,84000,86000 +CAF,2027,2,83000,85000 +CAF,2027,3,80000,82000 +CAF,2027,4,78000,79000 +CAF,2027,5,76000,77000 +CAF,2027,6,74000,75000 +CAF,2027,7,73000,73000 +CAF,2027,8,71000,72000 +CAF,2027,9,70000,71000 +CAF,2027,10,69000,70000 +CAF,2027,11,69000,70000 +CAF,2027,12,69000,69000 +CAF,2027,13,68000,69000 +CAF,2027,14,68000,69000 +CAF,2027,15,68000,68000 +CAF,2027,16,67000,67000 +CAF,2027,17,66000,67000 +CAF,2027,18,66000,66000 +CAF,2028,0,88000,89000 +CAF,2028,1,85000,87000 +CAF,2028,2,83000,84000 +CAF,2028,3,82000,84000 +CAF,2028,4,80000,81000 +CAF,2028,5,78000,79000 +CAF,2028,6,76000,77000 +CAF,2028,7,74000,75000 +CAF,2028,8,72000,73000 +CAF,2028,9,71000,72000 +CAF,2028,10,70000,71000 +CAF,2028,11,69000,70000 +CAF,2028,12,69000,69000 +CAF,2028,13,69000,69000 +CAF,2028,14,68000,69000 +CAF,2028,15,68000,68000 +CAF,2028,16,67000,68000 +CAF,2028,17,67000,67000 +CAF,2028,18,66000,66000 +CAF,2029,0,88000,90000 +CAF,2029,1,86000,88000 +CAF,2029,2,84000,86000 +CAF,2029,3,83000,84000 +CAF,2029,4,81000,83000 +CAF,2029,5,79000,80000 +CAF,2029,6,77000,78000 +CAF,2029,7,76000,77000 +CAF,2029,8,74000,75000 +CAF,2029,9,72000,73000 +CAF,2029,10,71000,72000 +CAF,2029,11,70000,70000 +CAF,2029,12,69000,70000 +CAF,2029,13,69000,69000 +CAF,2029,14,68000,69000 +CAF,2029,15,68000,69000 +CAF,2029,16,68000,68000 +CAF,2029,17,67000,68000 +CAF,2029,18,67000,67000 +CAF,2030,0,89000,90000 +CAF,2030,1,87000,89000 +CAF,2030,2,86000,87000 +CAF,2030,3,84000,85000 +CAF,2030,4,82000,84000 +CAF,2030,5,81000,82000 +CAF,2030,6,79000,80000 +CAF,2030,7,77000,78000 +CAF,2030,8,75000,76000 +CAF,2030,9,74000,75000 +CAF,2030,10,72000,73000 +CAF,2030,11,71000,71000 +CAF,2030,12,70000,70000 +CAF,2030,13,69000,70000 +CAF,2030,14,69000,69000 +CAF,2030,15,68000,69000 +CAF,2030,16,68000,68000 +CAF,2030,17,68000,68000 +CAF,2030,18,67000,67000 +CAF,2031,0,89000,91000 +CAF,2031,1,88000,90000 +CAF,2031,2,87000,88000 +CAF,2031,3,85000,87000 +CAF,2031,4,84000,85000 +CAF,2031,5,82000,83000 +CAF,2031,6,80000,81000 +CAF,2031,7,79000,80000 +CAF,2031,8,77000,78000 +CAF,2031,9,75000,76000 +CAF,2031,10,74000,74000 +CAF,2031,11,72000,73000 +CAF,2031,12,71000,71000 +CAF,2031,13,69000,70000 +CAF,2031,14,69000,69000 +CAF,2031,15,68000,69000 +CAF,2031,16,68000,69000 +CAF,2031,17,68000,68000 +CAF,2031,18,67000,68000 +CAF,2032,0,90000,92000 +CAF,2032,1,89000,90000 +CAF,2032,2,88000,89000 +CAF,2032,3,86000,88000 +CAF,2032,4,85000,86000 +CAF,2032,5,83000,84000 +CAF,2032,6,82000,83000 +CAF,2032,7,80000,81000 +CAF,2032,8,78000,79000 +CAF,2032,9,77000,78000 +CAF,2032,10,75000,76000 +CAF,2032,11,74000,74000 +CAF,2032,12,72000,73000 +CAF,2032,13,71000,71000 +CAF,2032,14,69000,70000 +CAF,2032,15,69000,69000 +CAF,2032,16,68000,69000 +CAF,2032,17,68000,68000 +CAF,2032,18,68000,68000 +CAF,2033,0,90000,92000 +CAF,2033,1,89000,91000 +CAF,2033,2,88000,90000 +CAF,2033,3,87000,89000 +CAF,2033,4,86000,87000 +CAF,2033,5,84000,86000 +CAF,2033,6,83000,84000 +CAF,2033,7,81000,82000 +CAF,2033,8,80000,81000 +CAF,2033,9,78000,79000 +CAF,2033,10,77000,78000 +CAF,2033,11,75000,76000 +CAF,2033,12,74000,74000 +CAF,2033,13,72000,73000 +CAF,2033,14,70000,71000 +CAF,2033,15,69000,70000 +CAF,2033,16,68000,69000 +CAF,2033,17,68000,68000 +CAF,2033,18,68000,68000 +CAF,2034,0,91000,92000 +CAF,2034,1,90000,92000 +CAF,2034,2,89000,90000 +CAF,2034,3,88000,89000 +CAF,2034,4,87000,88000 +CAF,2034,5,85000,87000 +CAF,2034,6,84000,85000 +CAF,2034,7,83000,84000 +CAF,2034,8,81000,82000 +CAF,2034,9,80000,81000 +CAF,2034,10,78000,79000 +CAF,2034,11,77000,77000 +CAF,2034,12,75000,76000 +CAF,2034,13,73000,74000 +CAF,2034,14,72000,72000 +CAF,2034,15,70000,71000 +CAF,2034,16,69000,69000 +CAF,2034,17,68000,69000 +CAF,2034,18,68000,68000 +CAF,2035,0,91000,93000 +CAF,2035,1,90000,92000 +CAF,2035,2,89000,91000 +CAF,2035,3,88000,90000 +CAF,2035,4,87000,89000 +CAF,2035,5,86000,87000 +CAF,2035,6,85000,86000 +CAF,2035,7,84000,85000 +CAF,2035,8,82000,83000 +CAF,2035,9,81000,82000 +CAF,2035,10,79000,80000 +CAF,2035,11,78000,79000 +CAF,2035,12,76000,77000 +CAF,2035,13,75000,76000 +CAF,2035,14,73000,74000 +CAF,2035,15,72000,72000 +CAF,2035,16,70000,71000 +CAF,2035,17,69000,69000 +CAF,2035,18,68000,68000 +CAF,2036,0,91000,93000 +CAF,2036,1,90000,92000 +CAF,2036,2,90000,91000 +CAF,2036,3,89000,90000 +CAF,2036,4,88000,89000 +CAF,2036,5,87000,88000 +CAF,2036,6,86000,87000 +CAF,2036,7,85000,86000 +CAF,2036,8,84000,85000 +CAF,2036,9,82000,83000 +CAF,2036,10,81000,82000 +CAF,2036,11,79000,80000 +CAF,2036,12,78000,79000 +CAF,2036,13,76000,77000 +CAF,2036,14,75000,75000 +CAF,2036,15,73000,74000 +CAF,2036,16,72000,72000 +CAF,2036,17,70000,70000 +CAF,2036,18,69000,69000 +CAF,2037,0,91000,93000 +CAF,2037,1,91000,92000 +CAF,2037,2,90000,92000 +CAF,2037,3,89000,91000 +CAF,2037,4,89000,90000 +CAF,2037,5,88000,89000 +CAF,2037,6,87000,88000 +CAF,2037,7,86000,87000 +CAF,2037,8,85000,86000 +CAF,2037,9,83000,84000 +CAF,2037,10,82000,83000 +CAF,2037,11,81000,81000 +CAF,2037,12,79000,80000 +CAF,2037,13,78000,78000 +CAF,2037,14,76000,77000 +CAF,2037,15,75000,75000 +CAF,2037,16,73000,73000 +CAF,2037,17,71000,72000 +CAF,2037,18,70000,70000 +CAF,2038,0,91000,93000 +CAF,2038,1,91000,92000 +CAF,2038,2,90000,92000 +CAF,2038,3,90000,91000 +CAF,2038,4,89000,90000 +CAF,2038,5,88000,90000 +CAF,2038,6,87000,89000 +CAF,2038,7,87000,88000 +CAF,2038,8,86000,87000 +CAF,2038,9,84000,85000 +CAF,2038,10,83000,84000 +CAF,2038,11,82000,83000 +CAF,2038,12,80000,81000 +CAF,2038,13,79000,80000 +CAF,2038,14,78000,78000 +CAF,2038,15,76000,77000 +CAF,2038,16,74000,75000 +CAF,2038,17,73000,73000 +CAF,2038,18,71000,71000 +CAF,2039,0,91000,93000 +CAF,2039,1,91000,92000 +CAF,2039,2,90000,92000 +CAF,2039,3,90000,91000 +CAF,2039,4,89000,91000 +CAF,2039,5,89000,90000 +CAF,2039,6,88000,89000 +CAF,2039,7,87000,88000 +CAF,2039,8,86000,87000 +CAF,2039,9,85000,86000 +CAF,2039,10,84000,85000 +CAF,2039,11,83000,84000 +CAF,2039,12,82000,83000 +CAF,2039,13,80000,81000 +CAF,2039,14,79000,80000 +CAF,2039,15,77000,78000 +CAF,2039,16,76000,76000 +CAF,2039,17,74000,75000 +CAF,2039,18,73000,73000 +CAF,2040,0,91000,93000 +CAF,2040,1,91000,92000 +CAF,2040,2,90000,92000 +CAF,2040,3,90000,91000 +CAF,2040,4,89000,91000 +CAF,2040,5,89000,90000 +CAF,2040,6,88000,89000 +CAF,2040,7,87000,89000 +CAF,2040,8,87000,88000 +CAF,2040,9,86000,87000 +CAF,2040,10,85000,86000 +CAF,2040,11,84000,85000 +CAF,2040,12,83000,84000 +CAF,2040,13,82000,83000 +CAF,2040,14,80000,81000 +CAF,2040,15,79000,79000 +CAF,2040,16,77000,78000 +CAF,2040,17,76000,76000 +CAF,2040,18,74000,74000 +CAF,2041,0,91000,93000 +CAF,2041,1,91000,92000 +CAF,2041,2,90000,92000 +CAF,2041,3,90000,91000 +CAF,2041,4,90000,91000 +CAF,2041,5,89000,90000 +CAF,2041,6,89000,90000 +CAF,2041,7,88000,89000 +CAF,2041,8,87000,88000 +CAF,2041,9,87000,88000 +CAF,2041,10,86000,87000 +CAF,2041,11,85000,86000 +CAF,2041,12,84000,85000 +CAF,2041,13,83000,84000 +CAF,2041,14,82000,82000 +CAF,2041,15,80000,81000 +CAF,2041,16,79000,79000 +CAF,2041,17,77000,78000 +CAF,2041,18,75000,76000 +CAF,2042,0,91000,93000 +CAF,2042,1,91000,92000 +CAF,2042,2,90000,92000 +CAF,2042,3,90000,91000 +CAF,2042,4,90000,91000 +CAF,2042,5,89000,91000 +CAF,2042,6,89000,90000 +CAF,2042,7,88000,90000 +CAF,2042,8,88000,89000 +CAF,2042,9,87000,88000 +CAF,2042,10,87000,87000 +CAF,2042,11,86000,87000 +CAF,2042,12,85000,86000 +CAF,2042,13,84000,85000 +CAF,2042,14,83000,84000 +CAF,2042,15,81000,82000 +CAF,2042,16,80000,80000 +CAF,2042,17,78000,79000 +CAF,2042,18,77000,77000 +CAF,2043,0,91000,93000 +CAF,2043,1,91000,92000 +CAF,2043,2,90000,92000 +CAF,2043,3,90000,91000 +CAF,2043,4,90000,91000 +CAF,2043,5,89000,91000 +CAF,2043,6,89000,90000 +CAF,2043,7,89000,90000 +CAF,2043,8,88000,89000 +CAF,2043,9,88000,89000 +CAF,2043,10,87000,88000 +CAF,2043,11,86000,87000 +CAF,2043,12,86000,86000 +CAF,2043,13,85000,85000 +CAF,2043,14,84000,85000 +CAF,2043,15,83000,83000 +CAF,2043,16,81000,82000 +CAF,2043,17,80000,80000 +CAF,2043,18,78000,79000 +CAF,2044,0,91000,93000 +CAF,2044,1,91000,92000 +CAF,2044,2,90000,92000 +CAF,2044,3,90000,91000 +CAF,2044,4,89000,91000 +CAF,2044,5,89000,90000 +CAF,2044,6,89000,90000 +CAF,2044,7,89000,90000 +CAF,2044,8,88000,89000 +CAF,2044,9,88000,89000 +CAF,2044,10,88000,89000 +CAF,2044,11,87000,88000 +CAF,2044,12,86000,87000 +CAF,2044,13,85000,86000 +CAF,2044,14,85000,85000 +CAF,2044,15,84000,84000 +CAF,2044,16,82000,83000 +CAF,2044,17,81000,82000 +CAF,2044,18,80000,80000 +CAF,2045,0,91000,93000 +CAF,2045,1,91000,92000 +CAF,2045,2,90000,92000 +CAF,2045,3,90000,91000 +CAF,2045,4,89000,91000 +CAF,2045,5,89000,90000 +CAF,2045,6,89000,90000 +CAF,2045,7,89000,90000 +CAF,2045,8,88000,89000 +CAF,2045,9,88000,89000 +CAF,2045,10,88000,89000 +CAF,2045,11,87000,88000 +CAF,2045,12,87000,88000 +CAF,2045,13,86000,87000 +CAF,2045,14,85000,86000 +CAF,2045,15,84000,85000 +CAF,2045,16,83000,84000 +CAF,2045,17,82000,83000 +CAF,2045,18,81000,81000 +CAF,2046,0,91000,93000 +CAF,2046,1,91000,92000 +CAF,2046,2,90000,92000 +CAF,2046,3,90000,91000 +CAF,2046,4,89000,91000 +CAF,2046,5,89000,90000 +CAF,2046,6,89000,90000 +CAF,2046,7,89000,90000 +CAF,2046,8,88000,90000 +CAF,2046,9,88000,89000 +CAF,2046,10,88000,89000 +CAF,2046,11,88000,89000 +CAF,2046,12,87000,88000 +CAF,2046,13,87000,88000 +CAF,2046,14,86000,87000 +CAF,2046,15,85000,86000 +CAF,2046,16,84000,85000 +CAF,2046,17,83000,84000 +CAF,2046,18,82000,83000 +CAF,2047,0,91000,93000 +CAF,2047,1,91000,92000 +CAF,2047,2,90000,92000 +CAF,2047,3,90000,91000 +CAF,2047,4,89000,91000 +CAF,2047,5,89000,90000 +CAF,2047,6,89000,90000 +CAF,2047,7,89000,90000 +CAF,2047,8,89000,90000 +CAF,2047,9,88000,89000 +CAF,2047,10,88000,89000 +CAF,2047,11,88000,89000 +CAF,2047,12,87000,88000 +CAF,2047,13,87000,88000 +CAF,2047,14,87000,87000 +CAF,2047,15,86000,87000 +CAF,2047,16,85000,86000 +CAF,2047,17,84000,85000 +CAF,2047,18,83000,84000 +CAF,2048,0,91000,93000 +CAF,2048,1,91000,92000 +CAF,2048,2,90000,92000 +CAF,2048,3,90000,91000 +CAF,2048,4,89000,91000 +CAF,2048,5,89000,90000 +CAF,2048,6,89000,90000 +CAF,2048,7,89000,90000 +CAF,2048,8,89000,90000 +CAF,2048,9,88000,89000 +CAF,2048,10,88000,89000 +CAF,2048,11,88000,89000 +CAF,2048,12,88000,89000 +CAF,2048,13,87000,88000 +CAF,2048,14,87000,88000 +CAF,2048,15,86000,87000 +CAF,2048,16,86000,86000 +CAF,2048,17,85000,85000 +CAF,2048,18,84000,84000 +CAF,2049,0,92000,93000 +CAF,2049,1,91000,92000 +CAF,2049,2,90000,92000 +CAF,2049,3,90000,91000 +CAF,2049,4,89000,91000 +CAF,2049,5,89000,90000 +CAF,2049,6,89000,90000 +CAF,2049,7,89000,90000 +CAF,2049,8,89000,90000 +CAF,2049,9,88000,89000 +CAF,2049,10,88000,89000 +CAF,2049,11,88000,89000 +CAF,2049,12,88000,89000 +CAF,2049,13,88000,88000 +CAF,2049,14,87000,88000 +CAF,2049,15,87000,88000 +CAF,2049,16,86000,87000 +CAF,2049,17,86000,86000 +CAF,2049,18,85000,85000 +CAF,2050,0,92000,93000 +CAF,2050,1,91000,92000 +CAF,2050,2,90000,92000 +CAF,2050,3,90000,91000 +CAF,2050,4,89000,91000 +CAF,2050,5,89000,90000 +CAF,2050,6,89000,90000 +CAF,2050,7,89000,90000 +CAF,2050,8,88000,90000 +CAF,2050,9,88000,89000 +CAF,2050,10,88000,89000 +CAF,2050,11,88000,89000 +CAF,2050,12,88000,89000 +CAF,2050,13,88000,89000 +CAF,2050,14,87000,88000 +CAF,2050,15,87000,88000 +CAF,2050,16,87000,87000 +CAF,2050,17,86000,87000 +CAF,2050,18,85000,86000 +CAN,1990,0,184892,193147 +CAN,1990,1,186790,195674 +CAN,1990,2,187952,197312 +CAN,1990,3,188480,198182 +CAN,1990,4,188477,198403 +CAN,1990,5,188044,198095 +CAN,1990,6,187283,197377 +CAN,1990,7,186298,196369 +CAN,1990,8,185189,195191 +CAN,1990,9,184059,193963 +CAN,1990,10,182952,192692 +CAN,1990,11,181912,191383 +CAN,1990,12,181332,190723 +CAN,1990,13,181430,191058 +CAN,1990,14,182135,192168 +CAN,1990,15,183221,193601 +CAN,1990,16,184814,195582 +CAN,1990,17,186902,197697 +CAN,1990,18,189483,199738 +CAN,1991,0,187699,196337 +CAN,1991,1,186749,195281 +CAN,1991,2,188303,197344 +CAN,1991,3,189264,198702 +CAN,1991,4,189713,199447 +CAN,1991,5,189729,199671 +CAN,1991,6,189407,199476 +CAN,1991,7,188844,198964 +CAN,1991,8,188039,198179 +CAN,1991,9,187040,197193 +CAN,1991,10,185974,196127 +CAN,1991,11,184969,195060 +CAN,1991,12,184056,194008 +CAN,1991,13,183557,193433 +CAN,1991,14,183662,193584 +CAN,1991,15,184322,194342 +CAN,1991,16,185366,195445 +CAN,1991,17,186907,197073 +CAN,1991,18,188942,198937 +CAN,1992,0,190996,200207 +CAN,1992,1,191540,200951 +CAN,1992,2,188438,197200 +CAN,1992,3,189646,198797 +CAN,1992,4,190406,199872 +CAN,1992,5,190774,200491 +CAN,1992,6,190809,200718 +CAN,1992,7,190600,200637 +CAN,1992,8,190234,200332 +CAN,1992,9,189611,199770 +CAN,1992,10,188722,198977 +CAN,1992,11,187722,198075 +CAN,1992,12,186820,197213 +CAN,1992,13,186037,196420 +CAN,1992,14,185618,195931 +CAN,1992,15,185729,195897 +CAN,1992,16,186345,196301 +CAN,1992,17,187344,197073 +CAN,1992,18,188832,198347 +CAN,1993,0,193727,203545 +CAN,1993,1,193389,203133 +CAN,1993,2,193011,202707 +CAN,1993,3,190002,198979 +CAN,1993,4,190863,200108 +CAN,1993,5,191420,200901 +CAN,1993,6,191708,201394 +CAN,1993,7,191763,201623 +CAN,1993,8,191665,201656 +CAN,1993,9,191498,201557 +CAN,1993,10,191056,201219 +CAN,1993,11,190279,200620 +CAN,1993,12,189345,199883 +CAN,1993,13,188547,199227 +CAN,1993,14,187893,198693 +CAN,1993,15,187555,198290 +CAN,1993,16,187672,198072 +CAN,1993,17,188244,198122 +CAN,1993,18,189198,198562 +CAN,1994,0,194471,204724 +CAN,1994,1,193852,203836 +CAN,1994,2,193344,203131 +CAN,1994,3,192932,202587 +CAN,1994,4,191509,200738 +CAN,1994,5,192023,201400 +CAN,1994,6,192378,201910 +CAN,1994,7,192586,202277 +CAN,1994,8,192659,202509 +CAN,1994,9,192674,202655 +CAN,1994,10,192705,202763 +CAN,1994,11,192445,202648 +CAN,1994,12,191780,202242 +CAN,1994,13,190912,201670 +CAN,1994,14,190218,201220 +CAN,1994,15,189692,200945 +CAN,1994,16,189436,200628 +CAN,1994,17,189560,200226 +CAN,1994,18,190086,199922 +CAN,1995,0,192321,202697 +CAN,1995,1,192400,202456 +CAN,1995,2,192519,202340 +CAN,1995,3,192665,202329 +CAN,1995,4,192829,202406 +CAN,1995,5,193000,202552 +CAN,1995,6,193167,202747 +CAN,1995,7,193320,202975 +CAN,1995,8,193448,203215 +CAN,1995,9,193541,203450 +CAN,1995,10,193667,203710 +CAN,1995,11,193896,204025 +CAN,1995,12,193818,204133 +CAN,1995,13,193264,203920 +CAN,1995,14,192462,203512 +CAN,1995,15,191872,203267 +CAN,1995,16,191476,203251 +CAN,1995,17,191300,203020 +CAN,1995,18,191430,202434 +CAN,1996,0,186840,196697 +CAN,1996,1,192515,202646 +CAN,1996,2,193195,203104 +CAN,1996,3,193698,203439 +CAN,1996,4,194050,203676 +CAN,1996,5,194281,203841 +CAN,1996,6,194372,203902 +CAN,1996,7,194305,203826 +CAN,1996,8,194340,203933 +CAN,1996,9,194597,204365 +CAN,1996,10,194966,204974 +CAN,1996,11,195285,205505 +CAN,1996,12,195668,206058 +CAN,1996,13,195709,206294 +CAN,1996,14,195214,206032 +CAN,1996,15,194428,205460 +CAN,1996,16,193855,205064 +CAN,1996,17,193480,204893 +CAN,1996,18,193277,204513 +CAN,1997,0,178654,187686 +CAN,1997,1,183569,192687 +CAN,1997,2,192771,202736 +CAN,1997,3,194052,203893 +CAN,1997,4,194939,204679 +CAN,1997,5,195498,205163 +CAN,1997,6,195796,205417 +CAN,1997,7,195806,205394 +CAN,1997,8,195505,205047 +CAN,1997,9,195422,205032 +CAN,1997,10,195808,205657 +CAN,1997,11,196455,206638 +CAN,1997,12,196966,207441 +CAN,1997,13,197504,208234 +CAN,1997,14,197662,208596 +CAN,1997,15,197227,208285 +CAN,1997,16,196456,207549 +CAN,1997,17,195901,207003 +CAN,1997,18,195547,206676 +CAN,1998,0,169379,177485 +CAN,1998,1,177422,185954 +CAN,1998,2,183934,192816 +CAN,1998,3,193061,202918 +CAN,1998,4,194944,204774 +CAN,1998,5,196215,206010 +CAN,1998,6,196980,206743 +CAN,1998,7,197345,207085 +CAN,1998,8,197276,206978 +CAN,1998,9,196740,206359 +CAN,1998,10,196538,206224 +CAN,1998,11,197055,207041 +CAN,1998,12,197978,208396 +CAN,1998,13,198682,209471 +CAN,1998,14,199374,210503 +CAN,1998,15,199651,210992 +CAN,1998,16,199275,210633 +CAN,1998,17,198519,209731 +CAN,1998,18,197981,209035 +CAN,1999,0,161284,168661 +CAN,1999,1,171622,179701 +CAN,1999,2,180016,188658 +CAN,1999,3,186655,195734 +CAN,1999,4,193334,203100 +CAN,1999,5,195819,205655 +CAN,1999,6,197475,207343 +CAN,1999,7,198446,208324 +CAN,1999,8,198878,208755 +CAN,1999,9,198729,208564 +CAN,1999,10,197958,207673 +CAN,1999,11,197638,207417 +CAN,1999,12,198284,208427 +CAN,1999,13,199485,210156 +CAN,1999,14,200381,211502 +CAN,1999,15,201228,212774 +CAN,1999,16,201623,213391 +CAN,1999,17,201306,212982 +CAN,1999,18,200565,211916 +CAN,2000,0,156033,163089 +CAN,2000,1,167104,174985 +CAN,2000,2,176210,184745 +CAN,2000,3,183536,192572 +CAN,2000,4,189266,198672 +CAN,2000,5,193582,203247 +CAN,2000,6,196668,206502 +CAN,2000,7,198709,208641 +CAN,2000,8,199886,209869 +CAN,2000,9,200384,210390 +CAN,2000,10,200155,210114 +CAN,2000,11,199150,208951 +CAN,2000,12,198712,208575 +CAN,2000,13,199488,209777 +CAN,2000,14,200965,211880 +CAN,2000,15,202054,213498 +CAN,2000,16,203056,215009 +CAN,2000,17,203568,215754 +CAN,2000,18,203311,215296 +CAN,2001,0,154126,161364 +CAN,2001,1,159162,166664 +CAN,2001,2,168902,177052 +CAN,2001,3,177200,185865 +CAN,2001,4,184153,193219 +CAN,2001,5,189860,199231 +CAN,2001,6,194503,204086 +CAN,2001,7,198267,207972 +CAN,2001,8,200818,210652 +CAN,2001,9,202081,212101 +CAN,2001,10,202411,212646 +CAN,2001,11,202181,212559 +CAN,2001,12,201244,211687 +CAN,2001,13,200918,211485 +CAN,2001,14,201877,212676 +CAN,2001,15,203570,214642 +CAN,2001,16,204863,216142 +CAN,2001,17,206083,217540 +CAN,2001,18,206689,218129 +CAN,2002,0,154961,162780 +CAN,2002,1,162368,170708 +CAN,2002,2,162228,170153 +CAN,2002,3,170634,179026 +CAN,2002,4,178120,186888 +CAN,2002,5,184697,193765 +CAN,2002,6,190378,199686 +CAN,2002,7,195347,204820 +CAN,2002,8,199788,209334 +CAN,2002,9,202848,212552 +CAN,2002,10,204195,214222 +CAN,2002,11,204358,214792 +CAN,2002,12,204127,214893 +CAN,2002,13,203257,214312 +CAN,2002,14,203044,214285 +CAN,2002,15,204185,215464 +CAN,2002,16,206094,217294 +CAN,2002,17,207589,218673 +CAN,2002,18,209029,219957 +CAN,2003,0,158069,166666 +CAN,2003,1,161992,170811 +CAN,2003,2,166207,175184 +CAN,2003,3,165286,173621 +CAN,2003,4,172358,180980 +CAN,2003,5,179032,187890 +CAN,2003,6,185234,194291 +CAN,2003,7,190890,200121 +CAN,2003,8,196184,205531 +CAN,2003,9,201300,210672 +CAN,2003,10,204870,214429 +CAN,2003,11,206301,216319 +CAN,2003,12,206296,216914 +CAN,2003,13,206064,217204 +CAN,2003,14,205262,216912 +CAN,2003,15,205162,217060 +CAN,2003,16,206485,218228 +CAN,2003,17,208609,219920 +CAN,2003,18,210307,221180 +CAN,2004,0,162610,171890 +CAN,2004,1,163008,172282 +CAN,2004,2,164626,173869 +CAN,2004,3,167282,176478 +CAN,2004,4,168401,177157 +CAN,2004,5,174143,183006 +CAN,2004,6,180008,188967 +CAN,2004,7,185837,194893 +CAN,2004,8,191469,200634 +CAN,2004,9,197089,206324 +CAN,2004,10,202883,212094 +CAN,2004,11,206963,216390 +CAN,2004,12,208479,218501 +CAN,2004,13,208306,219121 +CAN,2004,14,208073,219599 +CAN,2004,15,207339,219598 +CAN,2004,16,207351,219920 +CAN,2004,17,208857,221077 +CAN,2004,18,211197,222633 +CAN,2005,0,167841,177507 +CAN,2005,1,165327,174917 +CAN,2005,2,164691,174187 +CAN,2005,3,165687,175080 +CAN,2005,4,168068,177359 +CAN,2005,5,171588,180788 +CAN,2005,6,176000,185128 +CAN,2005,7,181058,190144 +CAN,2005,8,186516,195598 +CAN,2005,9,192127,201254 +CAN,2005,10,198077,207226 +CAN,2005,11,204550,213629 +CAN,2005,12,209142,218467 +CAN,2005,13,210744,220799 +CAN,2005,14,210403,221444 +CAN,2005,15,210170,222112 +CAN,2005,16,209503,222401 +CAN,2005,17,209627,222898 +CAN,2005,18,211317,224045 +CAN,2006,0,173734,183372 +CAN,2006,1,169184,179118 +CAN,2006,2,167055,176928 +CAN,2006,3,166616,176391 +CAN,2006,4,167659,177312 +CAN,2006,5,169976,179499 +CAN,2006,6,173322,182710 +CAN,2006,7,177451,186709 +CAN,2006,8,182339,191522 +CAN,2006,9,187851,197044 +CAN,2006,10,193669,202947 +CAN,2006,11,199769,209098 +CAN,2006,12,206349,215628 +CAN,2006,13,211170,220710 +CAN,2006,14,213173,223453 +CAN,2006,15,213333,224597 +CAN,2006,16,213583,225741 +CAN,2006,17,213420,226526 +CAN,2006,18,213890,227318 +CAN,2007,0,180408,189720 +CAN,2007,1,173987,183642 +CAN,2007,2,170558,180774 +CAN,2007,3,168813,178983 +CAN,2007,4,168572,178639 +CAN,2007,5,169663,179590 +CAN,2007,6,171916,181683 +CAN,2007,7,175088,184679 +CAN,2007,8,178935,188336 +CAN,2007,9,183653,192948 +CAN,2007,10,189221,198539 +CAN,2007,11,195247,204692 +CAN,2007,12,201498,211023 +CAN,2007,13,208187,217681 +CAN,2007,14,213237,223009 +CAN,2007,15,215643,226163 +CAN,2007,16,216304,227807 +CAN,2007,17,217037,229428 +CAN,2007,18,217377,230708 +CAN,2008,0,186789,195614 +CAN,2008,1,179455,188970 +CAN,2008,2,174305,184308 +CAN,2008,3,171940,182437 +CAN,2008,4,170580,181046 +CAN,2008,5,170535,180894 +CAN,2008,6,171675,181874 +CAN,2008,7,173865,183875 +CAN,2008,8,176863,186654 +CAN,2008,9,180427,189970 +CAN,2008,10,184976,194380 +CAN,2008,11,190600,200041 +CAN,2008,12,196834,206444 +CAN,2008,13,203238,212956 +CAN,2008,14,210034,219742 +CAN,2008,15,215314,225316 +CAN,2008,16,218123,228882 +CAN,2008,17,219285,231025 +CAN,2008,18,220502,233123 +CAN,2009,0,191508,199887 +CAN,2009,1,184237,193577 +CAN,2009,2,178770,188810 +CAN,2009,3,174966,185476 +CAN,2009,4,173302,184056 +CAN,2009,5,172326,183065 +CAN,2009,6,172479,183106 +CAN,2009,7,173666,184114 +CAN,2009,8,175793,186022 +CAN,2009,9,178617,188585 +CAN,2009,10,181898,191559 +CAN,2009,11,186278,195767 +CAN,2009,12,191956,201496 +CAN,2009,13,198398,208147 +CAN,2009,14,204953,214838 +CAN,2009,15,211857,221751 +CAN,2009,16,217366,227569 +CAN,2009,17,220578,231546 +CAN,2009,18,222240,234189 +CAN,2010,0,193660,201789 +CAN,2010,1,187519,196707 +CAN,2010,2,182601,192572 +CAN,2010,3,178850,189359 +CAN,2010,4,176208,187044 +CAN,2010,5,174620,185603 +CAN,2010,6,174029,185011 +CAN,2010,7,174379,185246 +CAN,2010,8,175614,186282 +CAN,2010,9,177676,188096 +CAN,2010,10,180326,190441 +CAN,2010,11,183323,193072 +CAN,2010,12,187532,197075 +CAN,2010,13,193264,202871 +CAN,2010,14,199911,209768 +CAN,2010,15,206616,216635 +CAN,2010,16,213626,223672 +CAN,2010,17,219363,229732 +CAN,2010,18,222976,234118 +CAN,2011,0,192774,200983 +CAN,2011,1,194240,202556 +CAN,2011,2,188958,198142 +CAN,2011,3,184480,194322 +CAN,2011,4,180839,191154 +CAN,2011,5,178070,188697 +CAN,2011,6,176089,186886 +CAN,2011,7,174810,185655 +CAN,2011,8,174860,185682 +CAN,2011,9,176509,187276 +CAN,2011,10,179437,190121 +CAN,2011,11,182775,193311 +CAN,2011,12,186362,196684 +CAN,2011,13,191198,201401 +CAN,2011,14,197586,207839 +CAN,2011,15,204861,215268 +CAN,2011,16,212191,222671 +CAN,2011,17,219898,230350 +CAN,2011,18,225856,236392 +CAN,2012,0,189204,197663 +CAN,2012,1,189073,198200 +CAN,2012,2,194864,203326 +CAN,2012,3,190441,199580 +CAN,2012,4,186402,196075 +CAN,2012,5,182871,192952 +CAN,2012,6,179974,190354 +CAN,2012,7,177598,188173 +CAN,2012,8,175631,186301 +CAN,2012,9,175381,186121 +CAN,2012,10,177446,188272 +CAN,2012,11,181241,192150 +CAN,2012,12,185266,196185 +CAN,2012,13,189446,200301 +CAN,2012,14,194912,205733 +CAN,2012,15,201957,212813 +CAN,2012,16,209863,220776 +CAN,2012,17,217819,228715 +CAN,2012,18,226226,237037 +CAN,2013,0,184350,193182 +CAN,2013,1,188130,197258 +CAN,2013,2,190209,199572 +CAN,2013,3,195447,204045 +CAN,2013,4,191884,200968 +CAN,2013,5,188285,197779 +CAN,2013,6,184866,194703 +CAN,2013,7,181841,191964 +CAN,2013,8,179071,189412 +CAN,2013,9,176414,186899 +CAN,2013,10,175864,186513 +CAN,2013,11,178345,189221 +CAN,2013,12,183007,194131 +CAN,2013,13,187721,199011 +CAN,2013,14,192491,203869 +CAN,2013,15,198587,210016 +CAN,2013,16,206288,217737 +CAN,2013,17,214824,226232 +CAN,2013,18,223406,234705 +CAN,2014,0,180266,189503 +CAN,2014,1,187170,196352 +CAN,2014,2,191575,200735 +CAN,2014,3,193847,203017 +CAN,2014,4,195899,204661 +CAN,2014,5,193199,202254 +CAN,2014,6,190043,199383 +CAN,2014,7,186737,196355 +CAN,2014,8,183587,193476 +CAN,2014,9,180424,190556 +CAN,2014,10,177081,187404 +CAN,2014,11,176230,186810 +CAN,2014,12,179125,190075 +CAN,2014,13,184651,196014 +CAN,2014,14,190050,201737 +CAN,2014,15,195409,207335 +CAN,2014,16,202130,214192 +CAN,2014,17,210483,222551 +CAN,2014,18,219642,231573 +CAN,2015,0,178426,188024 +CAN,2015,1,186892,196193 +CAN,2015,2,192506,201603 +CAN,2015,3,195665,204644 +CAN,2015,4,196763,205704 +CAN,2015,5,196195,205172 +CAN,2015,6,194359,203435 +CAN,2015,7,191648,200883 +CAN,2015,8,188458,197905 +CAN,2015,9,185185,194888 +CAN,2015,10,181633,191601 +CAN,2015,11,177605,187812 +CAN,2015,12,176455,187012 +CAN,2015,13,179762,190830 +CAN,2015,14,186146,197794 +CAN,2015,15,192225,204356 +CAN,2015,16,198167,210689 +CAN,2015,17,205507,218253 +CAN,2015,18,214504,227245 +CAN,2016,0,180017,189779 +CAN,2016,1,181651,191138 +CAN,2016,2,188410,197640 +CAN,2016,3,192902,201955 +CAN,2016,4,195441,204390 +CAN,2016,5,196340,205254 +CAN,2016,6,195975,204918 +CAN,2016,7,194721,203753 +CAN,2016,8,192585,201749 +CAN,2016,9,189757,199086 +CAN,2016,10,186736,196262 +CAN,2016,11,183615,193347 +CAN,2016,12,180117,190028 +CAN,2016,13,179505,189714 +CAN,2016,14,183332,194016 +CAN,2016,15,190204,201445 +CAN,2016,16,196764,208464 +CAN,2016,17,203189,215257 +CAN,2016,18,210843,223130 +CAN,2017,0,183812,193686 +CAN,2017,1,189970,199412 +CAN,2017,2,184686,194090 +CAN,2017,3,189728,198917 +CAN,2017,4,193091,202130 +CAN,2017,5,195006,203958 +CAN,2017,6,195705,204625 +CAN,2017,7,195544,204486 +CAN,2017,8,194875,203894 +CAN,2017,9,193317,202439 +CAN,2017,10,190854,200095 +CAN,2017,11,188088,197467 +CAN,2017,12,185402,194928 +CAN,2017,13,182440,192082 +CAN,2017,14,182367,192254 +CAN,2017,15,186710,197037 +CAN,2017,16,194065,204924 +CAN,2017,17,201099,212395 +CAN,2017,18,208000,219643 +CAN,2018,0,188712,198667 +CAN,2018,1,192041,201620 +CAN,2018,2,194239,203531 +CAN,2018,3,187590,196934 +CAN,2018,4,190911,200084 +CAN,2018,5,193142,202195 +CAN,2018,6,194433,203413 +CAN,2018,7,194932,203883 +CAN,2018,8,194973,203941 +CAN,2018,9,194890,203922 +CAN,2018,10,193911,203018 +CAN,2018,11,191816,200993 +CAN,2018,12,189307,198564 +CAN,2018,13,187057,196400 +CAN,2018,14,184633,194030 +CAN,2018,15,185099,194689 +CAN,2018,16,189956,199948 +CAN,2018,17,197787,208290 +CAN,2018,18,205291,216208 +CAN,2019,0,193000,203000 +CAN,2019,1,194000,204000 +CAN,2019,2,194000,204000 +CAN,2019,3,194000,204000 +CAN,2019,4,190000,200000 +CAN,2019,5,192000,201000 +CAN,2019,6,193000,202000 +CAN,2019,7,194000,203000 +CAN,2019,8,194000,203000 +CAN,2019,9,194000,203000 +CAN,2019,10,195000,204000 +CAN,2019,11,194000,204000 +CAN,2019,12,193000,202000 +CAN,2019,13,190000,200000 +CAN,2019,14,189000,198000 +CAN,2019,15,187000,196000 +CAN,2019,16,188000,197000 +CAN,2019,17,193000,203000 +CAN,2019,18,201000,212000 +CAN,2020,0,196000,206000 +CAN,2020,1,195000,205000 +CAN,2020,2,194000,204000 +CAN,2020,3,194000,203000 +CAN,2020,4,193000,203000 +CAN,2020,5,193000,203000 +CAN,2020,6,193000,202000 +CAN,2020,7,193000,202000 +CAN,2020,8,193000,202000 +CAN,2020,9,193000,202000 +CAN,2020,10,194000,203000 +CAN,2020,11,195000,204000 +CAN,2020,12,195000,204000 +CAN,2020,13,194000,203000 +CAN,2020,14,192000,201000 +CAN,2020,15,190000,199000 +CAN,2020,16,189000,198000 +CAN,2020,17,190000,199000 +CAN,2020,18,196000,206000 +CAN,2021,0,196000,207000 +CAN,2021,1,196000,206000 +CAN,2021,2,196000,206000 +CAN,2021,3,195000,205000 +CAN,2021,4,195000,204000 +CAN,2021,5,194000,203000 +CAN,2021,6,194000,203000 +CAN,2021,7,193000,203000 +CAN,2021,8,193000,203000 +CAN,2021,9,194000,203000 +CAN,2021,10,194000,203000 +CAN,2021,11,195000,204000 +CAN,2021,12,197000,206000 +CAN,2021,13,198000,207000 +CAN,2021,14,197000,206000 +CAN,2021,15,195000,204000 +CAN,2021,16,194000,203000 +CAN,2021,17,194000,202000 +CAN,2021,18,195000,204000 +CAN,2022,0,195000,206000 +CAN,2022,1,195000,205000 +CAN,2022,2,197000,207000 +CAN,2022,3,196000,206000 +CAN,2022,4,196000,205000 +CAN,2022,5,195000,205000 +CAN,2022,6,195000,204000 +CAN,2022,7,194000,203000 +CAN,2022,8,194000,203000 +CAN,2022,9,194000,203000 +CAN,2022,10,194000,203000 +CAN,2022,11,196000,204000 +CAN,2022,12,197000,206000 +CAN,2022,13,199000,208000 +CAN,2022,14,201000,209000 +CAN,2022,15,200000,209000 +CAN,2022,16,199000,207000 +CAN,2022,17,199000,207000 +CAN,2022,18,198000,206000 +CAN,2023,0,194000,204000 +CAN,2023,1,195000,205000 +CAN,2023,2,196000,206000 +CAN,2023,3,198000,208000 +CAN,2023,4,197000,207000 +CAN,2023,5,196000,206000 +CAN,2023,6,196000,205000 +CAN,2023,7,195000,205000 +CAN,2023,8,195000,204000 +CAN,2023,9,194000,203000 +CAN,2023,10,194000,203000 +CAN,2023,11,195000,204000 +CAN,2023,12,197000,206000 +CAN,2023,13,199000,207000 +CAN,2023,14,202000,210000 +CAN,2023,15,203000,212000 +CAN,2023,16,203000,212000 +CAN,2023,17,203000,211000 +CAN,2023,18,203000,211000 +CAN,2024,0,192000,202000 +CAN,2024,1,194000,205000 +CAN,2024,2,196000,206000 +CAN,2024,3,197000,207000 +CAN,2024,4,198000,208000 +CAN,2024,5,198000,207000 +CAN,2024,6,197000,207000 +CAN,2024,7,196000,206000 +CAN,2024,8,196000,205000 +CAN,2024,9,195000,204000 +CAN,2024,10,194000,203000 +CAN,2024,11,194000,203000 +CAN,2024,12,196000,204000 +CAN,2024,13,198000,207000 +CAN,2024,14,201000,209000 +CAN,2024,15,204000,212000 +CAN,2024,16,206000,214000 +CAN,2024,17,207000,214000 +CAN,2024,18,206000,214000 +CAN,2025,0,191000,201000 +CAN,2025,1,194000,204000 +CAN,2025,2,196000,206000 +CAN,2025,3,198000,208000 +CAN,2025,4,198000,208000 +CAN,2025,5,198000,208000 +CAN,2025,6,198000,208000 +CAN,2025,7,198000,207000 +CAN,2025,8,197000,206000 +CAN,2025,9,196000,206000 +CAN,2025,10,195000,205000 +CAN,2025,11,194000,203000 +CAN,2025,12,194000,203000 +CAN,2025,13,196000,205000 +CAN,2025,14,199000,207000 +CAN,2025,15,202000,210000 +CAN,2025,16,206000,214000 +CAN,2025,17,209000,216000 +CAN,2025,18,210000,217000 +CAN,2026,0,191000,201000 +CAN,2026,1,192000,203000 +CAN,2026,2,195000,205000 +CAN,2026,3,197000,207000 +CAN,2026,4,198000,208000 +CAN,2026,5,198000,209000 +CAN,2026,6,199000,209000 +CAN,2026,7,198000,208000 +CAN,2026,8,198000,208000 +CAN,2026,9,198000,207000 +CAN,2026,10,198000,207000 +CAN,2026,11,197000,206000 +CAN,2026,12,197000,206000 +CAN,2026,13,197000,206000 +CAN,2026,14,199000,208000 +CAN,2026,15,203000,211000 +CAN,2026,16,207000,214000 +CAN,2026,17,211000,218000 +CAN,2026,18,214000,221000 +CAN,2027,0,192000,202000 +CAN,2027,1,195000,205000 +CAN,2027,2,194000,204000 +CAN,2027,3,196000,206000 +CAN,2027,4,197000,208000 +CAN,2027,5,198000,208000 +CAN,2027,6,199000,209000 +CAN,2027,7,199000,209000 +CAN,2027,8,199000,209000 +CAN,2027,9,199000,208000 +CAN,2027,10,199000,208000 +CAN,2027,11,199000,208000 +CAN,2027,12,199000,208000 +CAN,2027,13,199000,208000 +CAN,2027,14,200000,208000 +CAN,2027,15,203000,211000 +CAN,2027,16,207000,215000 +CAN,2027,17,211000,218000 +CAN,2027,18,216000,223000 +CAN,2028,0,193000,203000 +CAN,2028,1,195000,206000 +CAN,2028,2,197000,207000 +CAN,2028,3,195000,206000 +CAN,2028,4,197000,207000 +CAN,2028,5,198000,208000 +CAN,2028,6,198000,208000 +CAN,2028,7,199000,209000 +CAN,2028,8,199000,209000 +CAN,2028,9,199000,209000 +CAN,2028,10,199000,209000 +CAN,2028,11,199000,209000 +CAN,2028,12,200000,209000 +CAN,2028,13,201000,209000 +CAN,2028,14,201000,210000 +CAN,2028,15,203000,211000 +CAN,2028,16,206000,214000 +CAN,2028,17,211000,218000 +CAN,2028,18,215000,222000 +CAN,2029,0,194000,204000 +CAN,2029,1,196000,206000 +CAN,2029,2,197000,207000 +CAN,2029,3,198000,208000 +CAN,2029,4,197000,207000 +CAN,2029,5,198000,208000 +CAN,2029,6,198000,208000 +CAN,2029,7,198000,209000 +CAN,2029,8,199000,209000 +CAN,2029,9,199000,209000 +CAN,2029,10,199000,209000 +CAN,2029,11,199000,209000 +CAN,2029,12,200000,209000 +CAN,2029,13,201000,210000 +CAN,2029,14,202000,211000 +CAN,2029,15,203000,212000 +CAN,2029,16,206000,213000 +CAN,2029,17,209000,217000 +CAN,2029,18,214000,221000 +CAN,2030,0,195000,205000 +CAN,2030,1,196000,207000 +CAN,2030,2,197000,208000 +CAN,2030,3,198000,208000 +CAN,2030,4,198000,209000 +CAN,2030,5,198000,209000 +CAN,2030,6,198000,209000 +CAN,2030,7,198000,209000 +CAN,2030,8,198000,209000 +CAN,2030,9,199000,209000 +CAN,2030,10,199000,209000 +CAN,2030,11,199000,209000 +CAN,2030,12,200000,209000 +CAN,2030,13,201000,210000 +CAN,2030,14,202000,211000 +CAN,2030,15,204000,212000 +CAN,2030,16,205000,213000 +CAN,2030,17,208000,216000 +CAN,2030,18,213000,220000 +CAN,2031,0,195000,206000 +CAN,2031,1,196000,206000 +CAN,2031,2,197000,207000 +CAN,2031,3,198000,208000 +CAN,2031,4,198000,209000 +CAN,2031,5,199000,209000 +CAN,2031,6,199000,209000 +CAN,2031,7,199000,209000 +CAN,2031,8,199000,209000 +CAN,2031,9,199000,209000 +CAN,2031,10,200000,210000 +CAN,2031,11,201000,210000 +CAN,2031,12,201000,211000 +CAN,2031,13,203000,212000 +CAN,2031,14,204000,213000 +CAN,2031,15,206000,215000 +CAN,2031,16,209000,217000 +CAN,2031,17,211000,218000 +CAN,2031,18,214000,221000 +CAN,2032,0,195000,206000 +CAN,2032,1,197000,207000 +CAN,2032,2,197000,208000 +CAN,2032,3,198000,208000 +CAN,2032,4,198000,209000 +CAN,2032,5,199000,209000 +CAN,2032,6,199000,209000 +CAN,2032,7,199000,209000 +CAN,2032,8,199000,209000 +CAN,2032,9,199000,210000 +CAN,2032,10,200000,210000 +CAN,2032,11,201000,211000 +CAN,2032,12,202000,212000 +CAN,2032,13,204000,213000 +CAN,2032,14,206000,215000 +CAN,2032,15,208000,216000 +CAN,2032,16,210000,219000 +CAN,2032,17,213000,221000 +CAN,2032,18,216000,223000 +CAN,2033,0,195000,206000 +CAN,2033,1,197000,208000 +CAN,2033,2,198000,209000 +CAN,2033,3,198000,209000 +CAN,2033,4,199000,209000 +CAN,2033,5,199000,209000 +CAN,2033,6,199000,210000 +CAN,2033,7,199000,210000 +CAN,2033,8,199000,210000 +CAN,2033,9,199000,210000 +CAN,2033,10,200000,210000 +CAN,2033,11,201000,211000 +CAN,2033,12,203000,212000 +CAN,2033,13,204000,214000 +CAN,2033,14,206000,215000 +CAN,2033,15,209000,217000 +CAN,2033,16,211000,220000 +CAN,2033,17,214000,222000 +CAN,2033,18,218000,225000 +CAN,2034,0,196000,206000 +CAN,2034,1,197000,208000 +CAN,2034,2,199000,209000 +CAN,2034,3,200000,210000 +CAN,2034,4,199000,210000 +CAN,2034,5,200000,210000 +CAN,2034,6,200000,210000 +CAN,2034,7,200000,210000 +CAN,2034,8,199000,210000 +CAN,2034,9,199000,210000 +CAN,2034,10,199000,210000 +CAN,2034,11,200000,210000 +CAN,2034,12,201000,211000 +CAN,2034,13,204000,213000 +CAN,2034,14,206000,215000 +CAN,2034,15,209000,217000 +CAN,2034,16,212000,220000 +CAN,2034,17,215000,223000 +CAN,2034,18,218000,226000 +CAN,2035,0,196000,207000 +CAN,2035,1,198000,208000 +CAN,2035,2,199000,210000 +CAN,2035,3,200000,210000 +CAN,2035,4,200000,211000 +CAN,2035,5,200000,211000 +CAN,2035,6,200000,211000 +CAN,2035,7,200000,210000 +CAN,2035,8,200000,210000 +CAN,2035,9,200000,210000 +CAN,2035,10,199000,210000 +CAN,2035,11,199000,210000 +CAN,2035,12,200000,210000 +CAN,2035,13,202000,212000 +CAN,2035,14,205000,214000 +CAN,2035,15,208000,217000 +CAN,2035,16,211000,219000 +CAN,2035,17,214000,222000 +CAN,2035,18,218000,226000 +CAN,2036,0,197000,208000 +CAN,2036,1,197000,208000 +CAN,2036,2,199000,209000 +CAN,2036,3,200000,210000 +CAN,2036,4,200000,211000 +CAN,2036,5,201000,211000 +CAN,2036,6,201000,211000 +CAN,2036,7,201000,211000 +CAN,2036,8,201000,211000 +CAN,2036,9,201000,211000 +CAN,2036,10,201000,211000 +CAN,2036,11,201000,212000 +CAN,2036,12,202000,212000 +CAN,2036,13,203000,213000 +CAN,2036,14,206000,215000 +CAN,2036,15,209000,218000 +CAN,2036,16,212000,221000 +CAN,2036,17,216000,224000 +CAN,2036,18,220000,227000 +CAN,2037,0,198000,209000 +CAN,2037,1,200000,210000 +CAN,2037,2,199000,210000 +CAN,2037,3,200000,210000 +CAN,2037,4,200000,211000 +CAN,2037,5,201000,211000 +CAN,2037,6,201000,211000 +CAN,2037,7,201000,211000 +CAN,2037,8,201000,211000 +CAN,2037,9,201000,211000 +CAN,2037,10,202000,212000 +CAN,2037,11,202000,213000 +CAN,2037,12,203000,213000 +CAN,2037,13,204000,214000 +CAN,2037,14,206000,216000 +CAN,2037,15,209000,218000 +CAN,2037,16,213000,222000 +CAN,2037,17,217000,225000 +CAN,2037,18,221000,229000 +CAN,2038,0,199000,210000 +CAN,2038,1,201000,212000 +CAN,2038,2,202000,212000 +CAN,2038,3,200000,211000 +CAN,2038,4,201000,211000 +CAN,2038,5,201000,212000 +CAN,2038,6,201000,212000 +CAN,2038,7,201000,212000 +CAN,2038,8,201000,211000 +CAN,2038,9,201000,211000 +CAN,2038,10,201000,212000 +CAN,2038,11,202000,212000 +CAN,2038,12,204000,214000 +CAN,2038,13,205000,215000 +CAN,2038,14,207000,216000 +CAN,2038,15,209000,218000 +CAN,2038,16,213000,222000 +CAN,2038,17,217000,225000 +CAN,2038,18,221000,229000 +CAN,2039,0,201000,212000 +CAN,2039,1,202000,213000 +CAN,2039,2,202000,213000 +CAN,2039,3,203000,213000 +CAN,2039,4,202000,212000 +CAN,2039,5,202000,212000 +CAN,2039,6,201000,212000 +CAN,2039,7,201000,212000 +CAN,2039,8,201000,212000 +CAN,2039,9,201000,212000 +CAN,2039,10,201000,212000 +CAN,2039,11,202000,212000 +CAN,2039,12,203000,213000 +CAN,2039,13,205000,215000 +CAN,2039,14,207000,217000 +CAN,2039,15,209000,218000 +CAN,2039,16,212000,221000 +CAN,2039,17,216000,225000 +CAN,2039,18,221000,229000 +CAN,2040,0,202000,213000 +CAN,2040,1,203000,214000 +CAN,2040,2,203000,214000 +CAN,2040,3,203000,214000 +CAN,2040,4,203000,214000 +CAN,2040,5,203000,213000 +CAN,2040,6,202000,213000 +CAN,2040,7,202000,212000 +CAN,2040,8,201000,212000 +CAN,2040,9,201000,212000 +CAN,2040,10,201000,212000 +CAN,2040,11,201000,212000 +CAN,2040,12,202000,212000 +CAN,2040,13,204000,214000 +CAN,2040,14,206000,216000 +CAN,2040,15,209000,218000 +CAN,2040,16,211000,220000 +CAN,2040,17,215000,223000 +CAN,2040,18,219000,228000 +CAN,2041,0,204000,215000 +CAN,2041,1,203000,214000 +CAN,2041,2,204000,215000 +CAN,2041,3,204000,215000 +CAN,2041,4,204000,215000 +CAN,2041,5,204000,214000 +CAN,2041,6,203000,214000 +CAN,2041,7,203000,213000 +CAN,2041,8,202000,213000 +CAN,2041,9,202000,213000 +CAN,2041,10,203000,213000 +CAN,2041,11,203000,213000 +CAN,2041,12,204000,214000 +CAN,2041,13,205000,215000 +CAN,2041,14,207000,217000 +CAN,2041,15,210000,220000 +CAN,2041,16,213000,222000 +CAN,2041,17,216000,225000 +CAN,2041,18,220000,229000 +CAN,2042,0,205000,216000 +CAN,2042,1,206000,217000 +CAN,2042,2,205000,216000 +CAN,2042,3,205000,216000 +CAN,2042,4,205000,215000 +CAN,2042,5,204000,215000 +CAN,2042,6,204000,214000 +CAN,2042,7,203000,214000 +CAN,2042,8,203000,213000 +CAN,2042,9,203000,213000 +CAN,2042,10,203000,213000 +CAN,2042,11,204000,214000 +CAN,2042,12,205000,215000 +CAN,2042,13,206000,216000 +CAN,2042,14,208000,218000 +CAN,2042,15,211000,220000 +CAN,2042,16,214000,223000 +CAN,2042,17,218000,226000 +CAN,2042,18,221000,230000 +CAN,2043,0,206000,218000 +CAN,2043,1,207000,218000 +CAN,2043,2,207000,218000 +CAN,2043,3,206000,217000 +CAN,2043,4,206000,217000 +CAN,2043,5,205000,216000 +CAN,2043,6,205000,215000 +CAN,2043,7,204000,215000 +CAN,2043,8,204000,214000 +CAN,2043,9,203000,214000 +CAN,2043,10,203000,214000 +CAN,2043,11,204000,214000 +CAN,2043,12,205000,215000 +CAN,2043,13,207000,217000 +CAN,2043,14,209000,218000 +CAN,2043,15,211000,220000 +CAN,2043,16,214000,223000 +CAN,2043,17,218000,227000 +CAN,2043,18,222000,231000 +CAN,2044,0,208000,219000 +CAN,2044,1,208000,220000 +CAN,2044,2,209000,220000 +CAN,2044,3,208000,219000 +CAN,2044,4,207000,218000 +CAN,2044,5,207000,217000 +CAN,2044,6,206000,217000 +CAN,2044,7,205000,216000 +CAN,2044,8,204000,215000 +CAN,2044,9,204000,214000 +CAN,2044,10,203000,214000 +CAN,2044,11,203000,214000 +CAN,2044,12,205000,215000 +CAN,2044,13,206000,216000 +CAN,2044,14,209000,218000 +CAN,2044,15,211000,220000 +CAN,2044,16,214000,223000 +CAN,2044,17,218000,226000 +CAN,2044,18,222000,230000 +CAN,2045,0,209000,220000 +CAN,2045,1,210000,221000 +CAN,2045,2,210000,221000 +CAN,2045,3,210000,221000 +CAN,2045,4,209000,220000 +CAN,2045,5,208000,219000 +CAN,2045,6,207000,218000 +CAN,2045,7,206000,217000 +CAN,2045,8,205000,216000 +CAN,2045,9,204000,215000 +CAN,2045,10,204000,214000 +CAN,2045,11,203000,214000 +CAN,2045,12,204000,214000 +CAN,2045,13,205000,215000 +CAN,2045,14,208000,217000 +CAN,2045,15,210000,220000 +CAN,2045,16,213000,222000 +CAN,2045,17,217000,225000 +CAN,2045,18,221000,229000 +CAN,2046,0,211000,222000 +CAN,2046,1,210000,222000 +CAN,2046,2,211000,222000 +CAN,2046,3,211000,222000 +CAN,2046,4,210000,221000 +CAN,2046,5,209000,220000 +CAN,2046,6,209000,219000 +CAN,2046,7,208000,218000 +CAN,2046,8,207000,217000 +CAN,2046,9,206000,217000 +CAN,2046,10,206000,216000 +CAN,2046,11,206000,216000 +CAN,2046,12,206000,216000 +CAN,2046,13,207000,217000 +CAN,2046,14,209000,219000 +CAN,2046,15,212000,221000 +CAN,2046,16,215000,224000 +CAN,2046,17,218000,227000 +CAN,2046,18,222000,230000 +CAN,2047,0,212000,224000 +CAN,2047,1,213000,224000 +CAN,2047,2,212000,223000 +CAN,2047,3,212000,223000 +CAN,2047,4,211000,222000 +CAN,2047,5,211000,222000 +CAN,2047,6,210000,221000 +CAN,2047,7,209000,220000 +CAN,2047,8,208000,219000 +CAN,2047,9,207000,218000 +CAN,2047,10,207000,218000 +CAN,2047,11,207000,218000 +CAN,2047,12,208000,218000 +CAN,2047,13,208000,218000 +CAN,2047,14,210000,220000 +CAN,2047,15,212000,222000 +CAN,2047,16,216000,225000 +CAN,2047,17,219000,228000 +CAN,2047,18,223000,232000 +CAN,2048,0,214000,225000 +CAN,2048,1,214000,226000 +CAN,2048,2,215000,226000 +CAN,2048,3,213000,224000 +CAN,2048,4,213000,224000 +CAN,2048,5,212000,223000 +CAN,2048,6,211000,222000 +CAN,2048,7,210000,221000 +CAN,2048,8,209000,220000 +CAN,2048,9,208000,219000 +CAN,2048,10,208000,218000 +CAN,2048,11,208000,218000 +CAN,2048,12,209000,219000 +CAN,2048,13,210000,220000 +CAN,2048,14,211000,220000 +CAN,2048,15,213000,222000 +CAN,2048,16,216000,225000 +CAN,2048,17,220000,229000 +CAN,2048,18,224000,232000 +CAN,2049,0,215000,227000 +CAN,2049,1,216000,227000 +CAN,2049,2,216000,227000 +CAN,2049,3,216000,227000 +CAN,2049,4,214000,225000 +CAN,2049,5,213000,225000 +CAN,2049,6,212000,223000 +CAN,2049,7,211000,222000 +CAN,2049,8,210000,221000 +CAN,2049,9,209000,220000 +CAN,2049,10,208000,219000 +CAN,2049,11,208000,218000 +CAN,2049,12,208000,219000 +CAN,2049,13,210000,220000 +CAN,2049,14,211000,221000 +CAN,2049,15,213000,222000 +CAN,2049,16,216000,225000 +CAN,2049,17,219000,228000 +CAN,2049,18,224000,232000 +CAN,2050,0,216000,228000 +CAN,2050,1,217000,229000 +CAN,2050,2,217000,229000 +CAN,2050,3,217000,228000 +CAN,2050,4,216000,228000 +CAN,2050,5,215000,227000 +CAN,2050,6,214000,225000 +CAN,2050,7,213000,224000 +CAN,2050,8,211000,222000 +CAN,2050,9,210000,221000 +CAN,2050,10,209000,220000 +CAN,2050,11,208000,219000 +CAN,2050,12,208000,219000 +CAN,2050,13,209000,219000 +CAN,2050,14,211000,221000 +CAN,2050,15,213000,223000 +CAN,2050,16,215000,224000 +CAN,2050,17,218000,227000 +CAN,2050,18,223000,231000 +CEB,1990,0,, +CEB,1990,1,, +CEB,1990,2,, +CEB,1990,3,, +CEB,1990,4,, +CEB,1990,5,, +CEB,1990,6,, +CEB,1990,7,, +CEB,1990,8,, +CEB,1990,9,, +CEB,1990,10,, +CEB,1990,11,, +CEB,1990,12,, +CEB,1990,13,, +CEB,1990,14,, +CEB,1990,15,, +CEB,1990,16,, +CEB,1990,17,, +CEB,1990,18,, +CEB,1991,0,, +CEB,1991,1,, +CEB,1991,2,, +CEB,1991,3,, +CEB,1991,4,, +CEB,1991,5,, +CEB,1991,6,, +CEB,1991,7,, +CEB,1991,8,, +CEB,1991,9,, +CEB,1991,10,, +CEB,1991,11,, +CEB,1991,12,, +CEB,1991,13,, +CEB,1991,14,, +CEB,1991,15,, +CEB,1991,16,, +CEB,1991,17,, +CEB,1991,18,, +CEB,1992,0,, +CEB,1992,1,, +CEB,1992,2,, +CEB,1992,3,, +CEB,1992,4,, +CEB,1992,5,, +CEB,1992,6,, +CEB,1992,7,, +CEB,1992,8,, +CEB,1992,9,, +CEB,1992,10,, +CEB,1992,11,, +CEB,1992,12,, +CEB,1992,13,, +CEB,1992,14,, +CEB,1992,15,, +CEB,1992,16,, +CEB,1992,17,, +CEB,1992,18,, +CEB,1993,0,, +CEB,1993,1,, +CEB,1993,2,, +CEB,1993,3,, +CEB,1993,4,, +CEB,1993,5,, +CEB,1993,6,, +CEB,1993,7,, +CEB,1993,8,, +CEB,1993,9,, +CEB,1993,10,, +CEB,1993,11,, +CEB,1993,12,, +CEB,1993,13,, +CEB,1993,14,, +CEB,1993,15,, +CEB,1993,16,, +CEB,1993,17,, +CEB,1993,18,, +CEB,1994,0,, +CEB,1994,1,, +CEB,1994,2,, +CEB,1994,3,, +CEB,1994,4,, +CEB,1994,5,, +CEB,1994,6,, +CEB,1994,7,, +CEB,1994,8,, +CEB,1994,9,, +CEB,1994,10,, +CEB,1994,11,, +CEB,1994,12,, +CEB,1994,13,, +CEB,1994,14,, +CEB,1994,15,, +CEB,1994,16,, +CEB,1994,17,, +CEB,1994,18,, +CEB,1995,0,, +CEB,1995,1,, +CEB,1995,2,, +CEB,1995,3,, +CEB,1995,4,, +CEB,1995,5,, +CEB,1995,6,, +CEB,1995,7,, +CEB,1995,8,, +CEB,1995,9,, +CEB,1995,10,, +CEB,1995,11,, +CEB,1995,12,, +CEB,1995,13,, +CEB,1995,14,, +CEB,1995,15,, +CEB,1995,16,, +CEB,1995,17,, +CEB,1995,18,, +CEB,1996,0,, +CEB,1996,1,, +CEB,1996,2,, +CEB,1996,3,, +CEB,1996,4,, +CEB,1996,5,, +CEB,1996,6,, +CEB,1996,7,, +CEB,1996,8,, +CEB,1996,9,, +CEB,1996,10,, +CEB,1996,11,, +CEB,1996,12,, +CEB,1996,13,, +CEB,1996,14,, +CEB,1996,15,, +CEB,1996,16,, +CEB,1996,17,, +CEB,1996,18,, +CEB,1997,0,, +CEB,1997,1,, +CEB,1997,2,, +CEB,1997,3,, +CEB,1997,4,, +CEB,1997,5,, +CEB,1997,6,, +CEB,1997,7,, +CEB,1997,8,, +CEB,1997,9,, +CEB,1997,10,, +CEB,1997,11,, +CEB,1997,12,, +CEB,1997,13,, +CEB,1997,14,, +CEB,1997,15,, +CEB,1997,16,, +CEB,1997,17,, +CEB,1997,18,, +CEB,1998,0,, +CEB,1998,1,, +CEB,1998,2,, +CEB,1998,3,, +CEB,1998,4,, +CEB,1998,5,, +CEB,1998,6,, +CEB,1998,7,, +CEB,1998,8,, +CEB,1998,9,, +CEB,1998,10,, +CEB,1998,11,, +CEB,1998,12,, +CEB,1998,13,, +CEB,1998,14,, +CEB,1998,15,, +CEB,1998,16,, +CEB,1998,17,, +CEB,1998,18,, +CEB,1999,0,, +CEB,1999,1,, +CEB,1999,2,, +CEB,1999,3,, +CEB,1999,4,, +CEB,1999,5,, +CEB,1999,6,, +CEB,1999,7,, +CEB,1999,8,, +CEB,1999,9,, +CEB,1999,10,, +CEB,1999,11,, +CEB,1999,12,, +CEB,1999,13,, +CEB,1999,14,, +CEB,1999,15,, +CEB,1999,16,, +CEB,1999,17,, +CEB,1999,18,, +CEB,2000,0,, +CEB,2000,1,, +CEB,2000,2,, +CEB,2000,3,, +CEB,2000,4,, +CEB,2000,5,, +CEB,2000,6,, +CEB,2000,7,, +CEB,2000,8,, +CEB,2000,9,, +CEB,2000,10,, +CEB,2000,11,, +CEB,2000,12,, +CEB,2000,13,, +CEB,2000,14,, +CEB,2000,15,, +CEB,2000,16,, +CEB,2000,17,, +CEB,2000,18,, +CEB,2001,0,, +CEB,2001,1,, +CEB,2001,2,, +CEB,2001,3,, +CEB,2001,4,, +CEB,2001,5,, +CEB,2001,6,, +CEB,2001,7,, +CEB,2001,8,, +CEB,2001,9,, +CEB,2001,10,, +CEB,2001,11,, +CEB,2001,12,, +CEB,2001,13,, +CEB,2001,14,, +CEB,2001,15,, +CEB,2001,16,, +CEB,2001,17,, +CEB,2001,18,, +CEB,2002,0,, +CEB,2002,1,, +CEB,2002,2,, +CEB,2002,3,, +CEB,2002,4,, +CEB,2002,5,, +CEB,2002,6,, +CEB,2002,7,, +CEB,2002,8,, +CEB,2002,9,, +CEB,2002,10,, +CEB,2002,11,, +CEB,2002,12,, +CEB,2002,13,, +CEB,2002,14,, +CEB,2002,15,, +CEB,2002,16,, +CEB,2002,17,, +CEB,2002,18,, +CEB,2003,0,, +CEB,2003,1,, +CEB,2003,2,, +CEB,2003,3,, +CEB,2003,4,, +CEB,2003,5,, +CEB,2003,6,, +CEB,2003,7,, +CEB,2003,8,, +CEB,2003,9,, +CEB,2003,10,, +CEB,2003,11,, +CEB,2003,12,, +CEB,2003,13,, +CEB,2003,14,, +CEB,2003,15,, +CEB,2003,16,, +CEB,2003,17,, +CEB,2003,18,, +CEB,2004,0,, +CEB,2004,1,, +CEB,2004,2,, +CEB,2004,3,, +CEB,2004,4,, +CEB,2004,5,, +CEB,2004,6,, +CEB,2004,7,, +CEB,2004,8,, +CEB,2004,9,, +CEB,2004,10,, +CEB,2004,11,, +CEB,2004,12,, +CEB,2004,13,, +CEB,2004,14,, +CEB,2004,15,, +CEB,2004,16,, +CEB,2004,17,, +CEB,2004,18,, +CEB,2005,0,, +CEB,2005,1,, +CEB,2005,2,, +CEB,2005,3,, +CEB,2005,4,, +CEB,2005,5,, +CEB,2005,6,, +CEB,2005,7,, +CEB,2005,8,, +CEB,2005,9,, +CEB,2005,10,, +CEB,2005,11,, +CEB,2005,12,, +CEB,2005,13,, +CEB,2005,14,, +CEB,2005,15,, +CEB,2005,16,, +CEB,2005,17,, +CEB,2005,18,, +CEB,2006,0,, +CEB,2006,1,, +CEB,2006,2,, +CEB,2006,3,, +CEB,2006,4,, +CEB,2006,5,, +CEB,2006,6,, +CEB,2006,7,, +CEB,2006,8,, +CEB,2006,9,, +CEB,2006,10,, +CEB,2006,11,, +CEB,2006,12,, +CEB,2006,13,, +CEB,2006,14,, +CEB,2006,15,, +CEB,2006,16,, +CEB,2006,17,, +CEB,2006,18,, +CEB,2007,0,, +CEB,2007,1,, +CEB,2007,2,, +CEB,2007,3,, +CEB,2007,4,, +CEB,2007,5,, +CEB,2007,6,, +CEB,2007,7,, +CEB,2007,8,, +CEB,2007,9,, +CEB,2007,10,, +CEB,2007,11,, +CEB,2007,12,, +CEB,2007,13,, +CEB,2007,14,, +CEB,2007,15,, +CEB,2007,16,, +CEB,2007,17,, +CEB,2007,18,, +CEB,2008,0,, +CEB,2008,1,, +CEB,2008,2,, +CEB,2008,3,, +CEB,2008,4,, +CEB,2008,5,, +CEB,2008,6,, +CEB,2008,7,, +CEB,2008,8,, +CEB,2008,9,, +CEB,2008,10,, +CEB,2008,11,, +CEB,2008,12,, +CEB,2008,13,, +CEB,2008,14,, +CEB,2008,15,, +CEB,2008,16,, +CEB,2008,17,, +CEB,2008,18,, +CEB,2009,0,, +CEB,2009,1,, +CEB,2009,2,, +CEB,2009,3,, +CEB,2009,4,, +CEB,2009,5,, +CEB,2009,6,, +CEB,2009,7,, +CEB,2009,8,, +CEB,2009,9,, +CEB,2009,10,, +CEB,2009,11,, +CEB,2009,12,, +CEB,2009,13,, +CEB,2009,14,, +CEB,2009,15,, +CEB,2009,16,, +CEB,2009,17,, +CEB,2009,18,, +CEB,2010,0,, +CEB,2010,1,, +CEB,2010,2,, +CEB,2010,3,, +CEB,2010,4,, +CEB,2010,5,, +CEB,2010,6,, +CEB,2010,7,, +CEB,2010,8,, +CEB,2010,9,, +CEB,2010,10,, +CEB,2010,11,, +CEB,2010,12,, +CEB,2010,13,, +CEB,2010,14,, +CEB,2010,15,, +CEB,2010,16,, +CEB,2010,17,, +CEB,2010,18,, +CEB,2011,0,, +CEB,2011,1,, +CEB,2011,2,, +CEB,2011,3,, +CEB,2011,4,, +CEB,2011,5,, +CEB,2011,6,, +CEB,2011,7,, +CEB,2011,8,, +CEB,2011,9,, +CEB,2011,10,, +CEB,2011,11,, +CEB,2011,12,, +CEB,2011,13,, +CEB,2011,14,, +CEB,2011,15,, +CEB,2011,16,, +CEB,2011,17,, +CEB,2011,18,, +CEB,2012,0,, +CEB,2012,1,, +CEB,2012,2,, +CEB,2012,3,, +CEB,2012,4,, +CEB,2012,5,, +CEB,2012,6,, +CEB,2012,7,, +CEB,2012,8,, +CEB,2012,9,, +CEB,2012,10,, +CEB,2012,11,, +CEB,2012,12,, +CEB,2012,13,, +CEB,2012,14,, +CEB,2012,15,, +CEB,2012,16,, +CEB,2012,17,, +CEB,2012,18,, +CEB,2013,0,, +CEB,2013,1,, +CEB,2013,2,, +CEB,2013,3,, +CEB,2013,4,, +CEB,2013,5,, +CEB,2013,6,, +CEB,2013,7,, +CEB,2013,8,, +CEB,2013,9,, +CEB,2013,10,, +CEB,2013,11,, +CEB,2013,12,, +CEB,2013,13,, +CEB,2013,14,, +CEB,2013,15,, +CEB,2013,16,, +CEB,2013,17,, +CEB,2013,18,, +CEB,2014,0,, +CEB,2014,1,, +CEB,2014,2,, +CEB,2014,3,, +CEB,2014,4,, +CEB,2014,5,, +CEB,2014,6,, +CEB,2014,7,, +CEB,2014,8,, +CEB,2014,9,, +CEB,2014,10,, +CEB,2014,11,, +CEB,2014,12,, +CEB,2014,13,, +CEB,2014,14,, +CEB,2014,15,, +CEB,2014,16,, +CEB,2014,17,, +CEB,2014,18,, +CEB,2015,0,, +CEB,2015,1,, +CEB,2015,2,, +CEB,2015,3,, +CEB,2015,4,, +CEB,2015,5,, +CEB,2015,6,, +CEB,2015,7,, +CEB,2015,8,, +CEB,2015,9,, +CEB,2015,10,, +CEB,2015,11,, +CEB,2015,12,, +CEB,2015,13,, +CEB,2015,14,, +CEB,2015,15,, +CEB,2015,16,, +CEB,2015,17,, +CEB,2015,18,, +CEB,2016,0,, +CEB,2016,1,, +CEB,2016,2,, +CEB,2016,3,, +CEB,2016,4,, +CEB,2016,5,, +CEB,2016,6,, +CEB,2016,7,, +CEB,2016,8,, +CEB,2016,9,, +CEB,2016,10,, +CEB,2016,11,, +CEB,2016,12,, +CEB,2016,13,, +CEB,2016,14,, +CEB,2016,15,, +CEB,2016,16,, +CEB,2016,17,, +CEB,2016,18,, +CEB,2017,0,, +CEB,2017,1,, +CEB,2017,2,, +CEB,2017,3,, +CEB,2017,4,, +CEB,2017,5,, +CEB,2017,6,, +CEB,2017,7,, +CEB,2017,8,, +CEB,2017,9,, +CEB,2017,10,, +CEB,2017,11,, +CEB,2017,12,, +CEB,2017,13,, +CEB,2017,14,, +CEB,2017,15,, +CEB,2017,16,, +CEB,2017,17,, +CEB,2017,18,, +CEB,2018,0,, +CEB,2018,1,, +CEB,2018,2,, +CEB,2018,3,, +CEB,2018,4,, +CEB,2018,5,, +CEB,2018,6,, +CEB,2018,7,, +CEB,2018,8,, +CEB,2018,9,, +CEB,2018,10,, +CEB,2018,11,, +CEB,2018,12,, +CEB,2018,13,, +CEB,2018,14,, +CEB,2018,15,, +CEB,2018,16,, +CEB,2018,17,, +CEB,2018,18,, +CEB,2019,0,, +CEB,2019,1,, +CEB,2019,2,, +CEB,2019,3,, +CEB,2019,4,, +CEB,2019,5,, +CEB,2019,6,, +CEB,2019,7,, +CEB,2019,8,, +CEB,2019,9,, +CEB,2019,10,, +CEB,2019,11,, +CEB,2019,12,, +CEB,2019,13,, +CEB,2019,14,, +CEB,2019,15,, +CEB,2019,16,, +CEB,2019,17,, +CEB,2019,18,, +CEB,2020,0,, +CEB,2020,1,, +CEB,2020,2,, +CEB,2020,3,, +CEB,2020,4,, +CEB,2020,5,, +CEB,2020,6,, +CEB,2020,7,, +CEB,2020,8,, +CEB,2020,9,, +CEB,2020,10,, +CEB,2020,11,, +CEB,2020,12,, +CEB,2020,13,, +CEB,2020,14,, +CEB,2020,15,, +CEB,2020,16,, +CEB,2020,17,, +CEB,2020,18,, +CEB,2021,0,, +CEB,2021,1,, +CEB,2021,2,, +CEB,2021,3,, +CEB,2021,4,, +CEB,2021,5,, +CEB,2021,6,, +CEB,2021,7,, +CEB,2021,8,, +CEB,2021,9,, +CEB,2021,10,, +CEB,2021,11,, +CEB,2021,12,, +CEB,2021,13,, +CEB,2021,14,, +CEB,2021,15,, +CEB,2021,16,, +CEB,2021,17,, +CEB,2021,18,, +CEB,2022,0,, +CEB,2022,1,, +CEB,2022,2,, +CEB,2022,3,, +CEB,2022,4,, +CEB,2022,5,, +CEB,2022,6,, +CEB,2022,7,, +CEB,2022,8,, +CEB,2022,9,, +CEB,2022,10,, +CEB,2022,11,, +CEB,2022,12,, +CEB,2022,13,, +CEB,2022,14,, +CEB,2022,15,, +CEB,2022,16,, +CEB,2022,17,, +CEB,2022,18,, +CEB,2023,0,, +CEB,2023,1,, +CEB,2023,2,, +CEB,2023,3,, +CEB,2023,4,, +CEB,2023,5,, +CEB,2023,6,, +CEB,2023,7,, +CEB,2023,8,, +CEB,2023,9,, +CEB,2023,10,, +CEB,2023,11,, +CEB,2023,12,, +CEB,2023,13,, +CEB,2023,14,, +CEB,2023,15,, +CEB,2023,16,, +CEB,2023,17,, +CEB,2023,18,, +CEB,2024,0,, +CEB,2024,1,, +CEB,2024,2,, +CEB,2024,3,, +CEB,2024,4,, +CEB,2024,5,, +CEB,2024,6,, +CEB,2024,7,, +CEB,2024,8,, +CEB,2024,9,, +CEB,2024,10,, +CEB,2024,11,, +CEB,2024,12,, +CEB,2024,13,, +CEB,2024,14,, +CEB,2024,15,, +CEB,2024,16,, +CEB,2024,17,, +CEB,2024,18,, +CEB,2025,0,, +CEB,2025,1,, +CEB,2025,2,, +CEB,2025,3,, +CEB,2025,4,, +CEB,2025,5,, +CEB,2025,6,, +CEB,2025,7,, +CEB,2025,8,, +CEB,2025,9,, +CEB,2025,10,, +CEB,2025,11,, +CEB,2025,12,, +CEB,2025,13,, +CEB,2025,14,, +CEB,2025,15,, +CEB,2025,16,, +CEB,2025,17,, +CEB,2025,18,, +CEB,2026,0,, +CEB,2026,1,, +CEB,2026,2,, +CEB,2026,3,, +CEB,2026,4,, +CEB,2026,5,, +CEB,2026,6,, +CEB,2026,7,, +CEB,2026,8,, +CEB,2026,9,, +CEB,2026,10,, +CEB,2026,11,, +CEB,2026,12,, +CEB,2026,13,, +CEB,2026,14,, +CEB,2026,15,, +CEB,2026,16,, +CEB,2026,17,, +CEB,2026,18,, +CEB,2027,0,, +CEB,2027,1,, +CEB,2027,2,, +CEB,2027,3,, +CEB,2027,4,, +CEB,2027,5,, +CEB,2027,6,, +CEB,2027,7,, +CEB,2027,8,, +CEB,2027,9,, +CEB,2027,10,, +CEB,2027,11,, +CEB,2027,12,, +CEB,2027,13,, +CEB,2027,14,, +CEB,2027,15,, +CEB,2027,16,, +CEB,2027,17,, +CEB,2027,18,, +CEB,2028,0,, +CEB,2028,1,, +CEB,2028,2,, +CEB,2028,3,, +CEB,2028,4,, +CEB,2028,5,, +CEB,2028,6,, +CEB,2028,7,, +CEB,2028,8,, +CEB,2028,9,, +CEB,2028,10,, +CEB,2028,11,, +CEB,2028,12,, +CEB,2028,13,, +CEB,2028,14,, +CEB,2028,15,, +CEB,2028,16,, +CEB,2028,17,, +CEB,2028,18,, +CEB,2029,0,, +CEB,2029,1,, +CEB,2029,2,, +CEB,2029,3,, +CEB,2029,4,, +CEB,2029,5,, +CEB,2029,6,, +CEB,2029,7,, +CEB,2029,8,, +CEB,2029,9,, +CEB,2029,10,, +CEB,2029,11,, +CEB,2029,12,, +CEB,2029,13,, +CEB,2029,14,, +CEB,2029,15,, +CEB,2029,16,, +CEB,2029,17,, +CEB,2029,18,, +CEB,2030,0,, +CEB,2030,1,, +CEB,2030,2,, +CEB,2030,3,, +CEB,2030,4,, +CEB,2030,5,, +CEB,2030,6,, +CEB,2030,7,, +CEB,2030,8,, +CEB,2030,9,, +CEB,2030,10,, +CEB,2030,11,, +CEB,2030,12,, +CEB,2030,13,, +CEB,2030,14,, +CEB,2030,15,, +CEB,2030,16,, +CEB,2030,17,, +CEB,2030,18,, +CEB,2031,0,, +CEB,2031,1,, +CEB,2031,2,, +CEB,2031,3,, +CEB,2031,4,, +CEB,2031,5,, +CEB,2031,6,, +CEB,2031,7,, +CEB,2031,8,, +CEB,2031,9,, +CEB,2031,10,, +CEB,2031,11,, +CEB,2031,12,, +CEB,2031,13,, +CEB,2031,14,, +CEB,2031,15,, +CEB,2031,16,, +CEB,2031,17,, +CEB,2031,18,, +CEB,2032,0,, +CEB,2032,1,, +CEB,2032,2,, +CEB,2032,3,, +CEB,2032,4,, +CEB,2032,5,, +CEB,2032,6,, +CEB,2032,7,, +CEB,2032,8,, +CEB,2032,9,, +CEB,2032,10,, +CEB,2032,11,, +CEB,2032,12,, +CEB,2032,13,, +CEB,2032,14,, +CEB,2032,15,, +CEB,2032,16,, +CEB,2032,17,, +CEB,2032,18,, +CEB,2033,0,, +CEB,2033,1,, +CEB,2033,2,, +CEB,2033,3,, +CEB,2033,4,, +CEB,2033,5,, +CEB,2033,6,, +CEB,2033,7,, +CEB,2033,8,, +CEB,2033,9,, +CEB,2033,10,, +CEB,2033,11,, +CEB,2033,12,, +CEB,2033,13,, +CEB,2033,14,, +CEB,2033,15,, +CEB,2033,16,, +CEB,2033,17,, +CEB,2033,18,, +CEB,2034,0,, +CEB,2034,1,, +CEB,2034,2,, +CEB,2034,3,, +CEB,2034,4,, +CEB,2034,5,, +CEB,2034,6,, +CEB,2034,7,, +CEB,2034,8,, +CEB,2034,9,, +CEB,2034,10,, +CEB,2034,11,, +CEB,2034,12,, +CEB,2034,13,, +CEB,2034,14,, +CEB,2034,15,, +CEB,2034,16,, +CEB,2034,17,, +CEB,2034,18,, +CEB,2035,0,, +CEB,2035,1,, +CEB,2035,2,, +CEB,2035,3,, +CEB,2035,4,, +CEB,2035,5,, +CEB,2035,6,, +CEB,2035,7,, +CEB,2035,8,, +CEB,2035,9,, +CEB,2035,10,, +CEB,2035,11,, +CEB,2035,12,, +CEB,2035,13,, +CEB,2035,14,, +CEB,2035,15,, +CEB,2035,16,, +CEB,2035,17,, +CEB,2035,18,, +CEB,2036,0,, +CEB,2036,1,, +CEB,2036,2,, +CEB,2036,3,, +CEB,2036,4,, +CEB,2036,5,, +CEB,2036,6,, +CEB,2036,7,, +CEB,2036,8,, +CEB,2036,9,, +CEB,2036,10,, +CEB,2036,11,, +CEB,2036,12,, +CEB,2036,13,, +CEB,2036,14,, +CEB,2036,15,, +CEB,2036,16,, +CEB,2036,17,, +CEB,2036,18,, +CEB,2037,0,, +CEB,2037,1,, +CEB,2037,2,, +CEB,2037,3,, +CEB,2037,4,, +CEB,2037,5,, +CEB,2037,6,, +CEB,2037,7,, +CEB,2037,8,, +CEB,2037,9,, +CEB,2037,10,, +CEB,2037,11,, +CEB,2037,12,, +CEB,2037,13,, +CEB,2037,14,, +CEB,2037,15,, +CEB,2037,16,, +CEB,2037,17,, +CEB,2037,18,, +CEB,2038,0,, +CEB,2038,1,, +CEB,2038,2,, +CEB,2038,3,, +CEB,2038,4,, +CEB,2038,5,, +CEB,2038,6,, +CEB,2038,7,, +CEB,2038,8,, +CEB,2038,9,, +CEB,2038,10,, +CEB,2038,11,, +CEB,2038,12,, +CEB,2038,13,, +CEB,2038,14,, +CEB,2038,15,, +CEB,2038,16,, +CEB,2038,17,, +CEB,2038,18,, +CEB,2039,0,, +CEB,2039,1,, +CEB,2039,2,, +CEB,2039,3,, +CEB,2039,4,, +CEB,2039,5,, +CEB,2039,6,, +CEB,2039,7,, +CEB,2039,8,, +CEB,2039,9,, +CEB,2039,10,, +CEB,2039,11,, +CEB,2039,12,, +CEB,2039,13,, +CEB,2039,14,, +CEB,2039,15,, +CEB,2039,16,, +CEB,2039,17,, +CEB,2039,18,, +CEB,2040,0,, +CEB,2040,1,, +CEB,2040,2,, +CEB,2040,3,, +CEB,2040,4,, +CEB,2040,5,, +CEB,2040,6,, +CEB,2040,7,, +CEB,2040,8,, +CEB,2040,9,, +CEB,2040,10,, +CEB,2040,11,, +CEB,2040,12,, +CEB,2040,13,, +CEB,2040,14,, +CEB,2040,15,, +CEB,2040,16,, +CEB,2040,17,, +CEB,2040,18,, +CEB,2041,0,, +CEB,2041,1,, +CEB,2041,2,, +CEB,2041,3,, +CEB,2041,4,, +CEB,2041,5,, +CEB,2041,6,, +CEB,2041,7,, +CEB,2041,8,, +CEB,2041,9,, +CEB,2041,10,, +CEB,2041,11,, +CEB,2041,12,, +CEB,2041,13,, +CEB,2041,14,, +CEB,2041,15,, +CEB,2041,16,, +CEB,2041,17,, +CEB,2041,18,, +CEB,2042,0,, +CEB,2042,1,, +CEB,2042,2,, +CEB,2042,3,, +CEB,2042,4,, +CEB,2042,5,, +CEB,2042,6,, +CEB,2042,7,, +CEB,2042,8,, +CEB,2042,9,, +CEB,2042,10,, +CEB,2042,11,, +CEB,2042,12,, +CEB,2042,13,, +CEB,2042,14,, +CEB,2042,15,, +CEB,2042,16,, +CEB,2042,17,, +CEB,2042,18,, +CEB,2043,0,, +CEB,2043,1,, +CEB,2043,2,, +CEB,2043,3,, +CEB,2043,4,, +CEB,2043,5,, +CEB,2043,6,, +CEB,2043,7,, +CEB,2043,8,, +CEB,2043,9,, +CEB,2043,10,, +CEB,2043,11,, +CEB,2043,12,, +CEB,2043,13,, +CEB,2043,14,, +CEB,2043,15,, +CEB,2043,16,, +CEB,2043,17,, +CEB,2043,18,, +CEB,2044,0,, +CEB,2044,1,, +CEB,2044,2,, +CEB,2044,3,, +CEB,2044,4,, +CEB,2044,5,, +CEB,2044,6,, +CEB,2044,7,, +CEB,2044,8,, +CEB,2044,9,, +CEB,2044,10,, +CEB,2044,11,, +CEB,2044,12,, +CEB,2044,13,, +CEB,2044,14,, +CEB,2044,15,, +CEB,2044,16,, +CEB,2044,17,, +CEB,2044,18,, +CEB,2045,0,, +CEB,2045,1,, +CEB,2045,2,, +CEB,2045,3,, +CEB,2045,4,, +CEB,2045,5,, +CEB,2045,6,, +CEB,2045,7,, +CEB,2045,8,, +CEB,2045,9,, +CEB,2045,10,, +CEB,2045,11,, +CEB,2045,12,, +CEB,2045,13,, +CEB,2045,14,, +CEB,2045,15,, +CEB,2045,16,, +CEB,2045,17,, +CEB,2045,18,, +CEB,2046,0,, +CEB,2046,1,, +CEB,2046,2,, +CEB,2046,3,, +CEB,2046,4,, +CEB,2046,5,, +CEB,2046,6,, +CEB,2046,7,, +CEB,2046,8,, +CEB,2046,9,, +CEB,2046,10,, +CEB,2046,11,, +CEB,2046,12,, +CEB,2046,13,, +CEB,2046,14,, +CEB,2046,15,, +CEB,2046,16,, +CEB,2046,17,, +CEB,2046,18,, +CEB,2047,0,, +CEB,2047,1,, +CEB,2047,2,, +CEB,2047,3,, +CEB,2047,4,, +CEB,2047,5,, +CEB,2047,6,, +CEB,2047,7,, +CEB,2047,8,, +CEB,2047,9,, +CEB,2047,10,, +CEB,2047,11,, +CEB,2047,12,, +CEB,2047,13,, +CEB,2047,14,, +CEB,2047,15,, +CEB,2047,16,, +CEB,2047,17,, +CEB,2047,18,, +CEB,2048,0,, +CEB,2048,1,, +CEB,2048,2,, +CEB,2048,3,, +CEB,2048,4,, +CEB,2048,5,, +CEB,2048,6,, +CEB,2048,7,, +CEB,2048,8,, +CEB,2048,9,, +CEB,2048,10,, +CEB,2048,11,, +CEB,2048,12,, +CEB,2048,13,, +CEB,2048,14,, +CEB,2048,15,, +CEB,2048,16,, +CEB,2048,17,, +CEB,2048,18,, +CEB,2049,0,, +CEB,2049,1,, +CEB,2049,2,, +CEB,2049,3,, +CEB,2049,4,, +CEB,2049,5,, +CEB,2049,6,, +CEB,2049,7,, +CEB,2049,8,, +CEB,2049,9,, +CEB,2049,10,, +CEB,2049,11,, +CEB,2049,12,, +CEB,2049,13,, +CEB,2049,14,, +CEB,2049,15,, +CEB,2049,16,, +CEB,2049,17,, +CEB,2049,18,, +CEB,2050,0,, +CEB,2050,1,, +CEB,2050,2,, +CEB,2050,3,, +CEB,2050,4,, +CEB,2050,5,, +CEB,2050,6,, +CEB,2050,7,, +CEB,2050,8,, +CEB,2050,9,, +CEB,2050,10,, +CEB,2050,11,, +CEB,2050,12,, +CEB,2050,13,, +CEB,2050,14,, +CEB,2050,15,, +CEB,2050,16,, +CEB,2050,17,, +CEB,2050,18,, +CHE,1990,0,36624,37941 +CHE,1990,1,37379,38884 +CHE,1990,2,37810,39453 +CHE,1990,3,37971,39708 +CHE,1990,4,37914,39708 +CHE,1990,5,37694,39515 +CHE,1990,6,37362,39187 +CHE,1990,7,36972,38785 +CHE,1990,8,36577,38368 +CHE,1990,9,36231,37996 +CHE,1990,10,35903,37620 +CHE,1990,11,35563,37189 +CHE,1990,12,35681,37312 +CHE,1990,13,36474,38269 +CHE,1990,14,37748,39791 +CHE,1990,15,39021,41287 +CHE,1990,16,40311,42826 +CHE,1990,17,41849,44423 +CHE,1990,18,43674,46009 +CHE,1991,0,37423,38921 +CHE,1991,1,37420,38873 +CHE,1991,2,37973,39579 +CHE,1991,3,38268,39994 +CHE,1991,4,38348,40164 +CHE,1991,5,38257,40136 +CHE,1991,6,38047,39967 +CHE,1991,7,37772,39715 +CHE,1991,8,37425,39371 +CHE,1991,9,37029,38958 +CHE,1991,10,36656,38557 +CHE,1991,11,36329,38182 +CHE,1991,12,36009,37781 +CHE,1991,13,36152,37897 +CHE,1991,14,36978,38786 +CHE,1991,15,38290,40208 +CHE,1991,16,39604,41617 +CHE,1991,17,40929,43062 +CHE,1991,18,42536,44642 +CHE,1992,0,38731,40586 +CHE,1992,1,39236,41095 +CHE,1992,2,38231,39805 +CHE,1992,3,38582,40275 +CHE,1992,4,38741,40536 +CHE,1992,5,38740,40621 +CHE,1992,6,38613,40563 +CHE,1992,7,38415,40419 +CHE,1992,8,38198,40243 +CHE,1992,9,37893,39957 +CHE,1992,10,37494,39548 +CHE,1992,11,37095,39118 +CHE,1992,12,36770,38745 +CHE,1992,13,36469,38374 +CHE,1992,14,36638,38482 +CHE,1992,15,37495,39302 +CHE,1992,16,38847,40625 +CHE,1992,17,40203,41946 +CHE,1992,18,41564,43297 +CHE,1993,0,40190,42470 +CHE,1993,1,40336,42451 +CHE,1993,2,40332,42326 +CHE,1993,3,39028,40714 +CHE,1993,4,39178,40946 +CHE,1993,5,39200,41052 +CHE,1993,6,39118,41052 +CHE,1993,7,38957,40965 +CHE,1993,8,38769,40846 +CHE,1993,9,38609,40747 +CHE,1993,10,38348,40519 +CHE,1993,11,37947,40115 +CHE,1993,12,37522,39655 +CHE,1993,13,37198,39284 +CHE,1993,14,36916,38943 +CHE,1993,15,37111,39043 +CHE,1993,16,38000,39795 +CHE,1993,17,39391,41017 +CHE,1993,18,40787,42250 +CHE,1994,0,41296,43909 +CHE,1994,1,41155,43476 +CHE,1994,2,40957,43065 +CHE,1994,3,40712,42676 +CHE,1994,4,39783,41577 +CHE,1994,5,39730,41571 +CHE,1994,6,39615,41522 +CHE,1994,7,39453,41437 +CHE,1994,8,39256,41321 +CHE,1994,9,39080,41227 +CHE,1994,10,38978,41204 +CHE,1994,11,38760,41035 +CHE,1994,12,38358,40635 +CHE,1994,13,37907,40147 +CHE,1994,14,37584,39778 +CHE,1994,15,37323,39468 +CHE,1994,16,37543,39560 +CHE,1994,17,38462,40242 +CHE,1994,18,39891,41362 +CHE,1995,0,41695,44444 +CHE,1995,1,41470,43894 +CHE,1995,2,41232,43419 +CHE,1995,3,40984,43013 +CHE,1995,4,40730,42669 +CHE,1995,5,40474,42378 +CHE,1995,6,40219,42135 +CHE,1995,7,39968,41932 +CHE,1995,8,39725,41762 +CHE,1995,9,39495,41617 +CHE,1995,10,39330,41547 +CHE,1995,11,39286,41601 +CHE,1995,12,39111,41491 +CHE,1995,13,38708,41097 +CHE,1995,14,38231,40580 +CHE,1995,15,37911,40214 +CHE,1995,16,37670,39935 +CHE,1995,17,37915,40019 +CHE,1995,18,38864,40631 +CHE,1996,0,41485,44126 +CHE,1996,1,41627,44338 +CHE,1996,2,41501,43956 +CHE,1996,3,41335,43598 +CHE,1996,4,41138,43264 +CHE,1996,5,40917,42956 +CHE,1996,6,40678,42666 +CHE,1996,7,40424,42386 +CHE,1996,8,40176,42161 +CHE,1996,9,39945,42012 +CHE,1996,10,39732,41911 +CHE,1996,11,39579,41868 +CHE,1996,12,39542,41943 +CHE,1996,13,39385,41835 +CHE,1996,14,39019,41413 +CHE,1996,15,38593,40852 +CHE,1996,16,38319,40445 +CHE,1996,17,38119,40119 +CHE,1996,18,38412,40188 +CHE,1997,0,40613,42961 +CHE,1997,1,40900,43174 +CHE,1997,2,41503,44183 +CHE,1997,3,41476,43971 +CHE,1997,4,41383,43729 +CHE,1997,5,41237,43468 +CHE,1997,6,41050,43197 +CHE,1997,7,40827,42907 +CHE,1997,8,40575,42590 +CHE,1997,9,40330,42344 +CHE,1997,10,40111,42216 +CHE,1997,11,39917,42159 +CHE,1997,12,39776,42143 +CHE,1997,13,39744,42239 +CHE,1997,14,39607,42133 +CHE,1997,15,39279,41684 +CHE,1997,16,38903,41080 +CHE,1997,17,38676,40632 +CHE,1997,18,38518,40259 +CHE,1998,0,39323,41288 +CHE,1998,1,40049,42149 +CHE,1998,2,40600,42808 +CHE,1998,3,41352,44007 +CHE,1998,4,41423,43964 +CHE,1998,5,41403,43839 +CHE,1998,6,41309,43651 +CHE,1998,7,41154,43417 +CHE,1998,8,40948,43127 +CHE,1998,9,40699,42773 +CHE,1998,10,40456,42506 +CHE,1998,11,40251,42399 +CHE,1998,12,40075,42387 +CHE,1998,13,39946,42397 +CHE,1998,14,39921,42515 +CHE,1998,15,39802,42410 +CHE,1998,16,39512,41935 +CHE,1998,17,39188,41287 +CHE,1998,18,39006,40799 +CHE,1999,0,37971,39597 +CHE,1999,1,39076,41017 +CHE,1999,2,39943,42125 +CHE,1999,3,40594,42949 +CHE,1999,4,41207,43840 +CHE,1999,5,41376,43965 +CHE,1999,6,41429,43958 +CHE,1999,7,41386,43842 +CHE,1999,8,41264,43645 +CHE,1999,9,41075,43356 +CHE,1999,10,40828,42965 +CHE,1999,11,40589,42677 +CHE,1999,12,40395,42591 +CHE,1999,13,40239,42623 +CHE,1999,14,40121,42659 +CHE,1999,15,40102,42798 +CHE,1999,16,40002,42696 +CHE,1999,17,39750,42193 +CHE,1999,18,39477,41503 +CHE,2000,0,36825,38256 +CHE,2000,1,38146,39990 +CHE,2000,2,39210,41368 +CHE,2000,3,40041,42424 +CHE,2000,4,40661,43193 +CHE,2000,5,41093,43707 +CHE,2000,6,41361,44002 +CHE,2000,7,41487,44111 +CHE,2000,8,41494,44068 +CHE,2000,9,41406,43908 +CHE,2000,10,41233,43619 +CHE,2000,11,40988,43191 +CHE,2000,12,40752,42882 +CHE,2000,13,40570,42816 +CHE,2000,14,40432,42893 +CHE,2000,15,40327,42955 +CHE,2000,16,40314,43116 +CHE,2000,17,40232,43015 +CHE,2000,18,40019,42485 +CHE,2001,0,35831,37219 +CHE,2001,1,36886,38441 +CHE,2001,2,38106,39999 +CHE,2001,3,39125,41276 +CHE,2001,4,39955,42295 +CHE,2001,5,40609,43075 +CHE,2001,6,41114,43652 +CHE,2001,7,41498,44060 +CHE,2001,8,41703,44253 +CHE,2001,9,41713,44224 +CHE,2001,10,41585,44035 +CHE,2001,11,41396,43747 +CHE,2001,12,41141,43339 +CHE,2001,13,40927,43043 +CHE,2001,14,40818,42977 +CHE,2001,15,40784,43051 +CHE,2001,16,40776,43113 +CHE,2001,17,40854,43267 +CHE,2001,18,40875,43207 +CHE,2002,0,35044,36525 +CHE,2002,1,36268,38074 +CHE,2002,2,36977,38655 +CHE,2002,3,38098,40039 +CHE,2002,4,39072,41217 +CHE,2002,5,39902,42199 +CHE,2002,6,40591,42992 +CHE,2002,7,41169,43631 +CHE,2002,8,41669,44153 +CHE,2002,9,41952,44429 +CHE,2002,10,41966,44414 +CHE,2002,11,41797,44196 +CHE,2002,12,41592,43909 +CHE,2002,13,41328,43521 +CHE,2002,14,41136,43237 +CHE,2002,15,41098,43172 +CHE,2002,16,41169,43242 +CHE,2002,17,41258,43304 +CHE,2002,18,41427,43451 +CHE,2003,0,34527,36195 +CHE,2003,1,35509,37374 +CHE,2003,2,36447,38469 +CHE,2003,3,37101,38909 +CHE,2003,4,38124,40120 +CHE,2003,5,39054,41201 +CHE,2003,6,39884,42147 +CHE,2003,7,40608,42953 +CHE,2003,8,41260,43656 +CHE,2003,9,41877,44292 +CHE,2003,10,42239,44652 +CHE,2003,11,42255,44649 +CHE,2003,12,42046,44403 +CHE,2003,13,41824,44117 +CHE,2003,14,41550,43748 +CHE,2003,15,41380,43476 +CHE,2003,16,41414,43411 +CHE,2003,17,41590,43478 +CHE,2003,18,41775,43540 +CHE,2004,0,34333,36217 +CHE,2004,1,35007,36959 +CHE,2004,2,35740,37758 +CHE,2004,3,36517,38593 +CHE,2004,4,37255,39210 +CHE,2004,5,38180,40250 +CHE,2004,6,39067,41234 +CHE,2004,7,39898,42145 +CHE,2004,8,40658,42966 +CHE,2004,9,41385,43733 +CHE,2004,10,42118,44483 +CHE,2004,11,42559,44928 +CHE,2004,12,42579,44939 +CHE,2004,13,42329,44664 +CHE,2004,14,42090,44377 +CHE,2004,15,41807,44028 +CHE,2004,16,41658,43768 +CHE,2004,17,41764,43702 +CHE,2004,18,42044,43766 +CHE,2005,0,34489,36567 +CHE,2005,1,34828,36883 +CHE,2005,2,35319,37371 +CHE,2005,3,35935,37999 +CHE,2005,4,36648,38739 +CHE,2005,5,37432,39558 +CHE,2005,6,38259,40427 +CHE,2005,7,39104,41315 +CHE,2005,8,39937,42193 +CHE,2005,9,40733,43028 +CHE,2005,10,41535,43861 +CHE,2005,11,42386,44727 +CHE,2005,12,42907,45257 +CHE,2005,13,42930,45282 +CHE,2005,14,42639,44977 +CHE,2005,15,42383,44690 +CHE,2005,16,42089,44359 +CHE,2005,17,41963,44111 +CHE,2005,18,42140,44045 +CHE,2006,0,34940,37103 +CHE,2006,1,34756,36848 +CHE,2006,2,35063,37138 +CHE,2006,3,35529,37604 +CHE,2006,4,36127,38216 +CHE,2006,5,36829,38944 +CHE,2006,6,37612,39757 +CHE,2006,7,38449,40626 +CHE,2006,8,39303,41520 +CHE,2006,9,40144,42412 +CHE,2006,10,40950,43269 +CHE,2006,11,41770,44130 +CHE,2006,12,42644,45035 +CHE,2006,13,43216,45604 +CHE,2006,14,43330,45667 +CHE,2006,15,43157,45404 +CHE,2006,16,43016,45161 +CHE,2006,17,42830,44865 +CHE,2006,18,42826,44698 +CHE,2007,0,35761,37984 +CHE,2007,1,35345,37490 +CHE,2007,2,35041,37164 +CHE,2007,3,35315,37427 +CHE,2007,4,35756,37871 +CHE,2007,5,36337,38467 +CHE,2007,6,37030,39184 +CHE,2007,7,37811,39992 +CHE,2007,8,38658,40861 +CHE,2007,9,39523,41763 +CHE,2007,10,40371,42670 +CHE,2007,11,41187,43548 +CHE,2007,12,42026,44439 +CHE,2007,13,42924,45383 +CHE,2007,14,43547,45993 +CHE,2007,15,43752,46095 +CHE,2007,16,43697,45873 +CHE,2007,17,43670,45673 +CHE,2007,18,43593,45411 +CHE,2008,0,36816,39084 +CHE,2008,1,36034,38237 +CHE,2008,2,35584,37746 +CHE,2008,3,35341,37506 +CHE,2008,4,35583,37743 +CHE,2008,5,35999,38166 +CHE,2008,6,36562,38746 +CHE,2008,7,37246,39453 +CHE,2008,8,38026,40257 +CHE,2008,9,38883,41127 +CHE,2008,10,39759,42037 +CHE,2008,11,40615,42958 +CHE,2008,12,41441,43860 +CHE,2008,13,42300,44781 +CHE,2008,14,43221,45765 +CHE,2008,15,43897,46415 +CHE,2008,16,44193,46555 +CHE,2008,17,44256,46374 +CHE,2008,18,44342,46217 +CHE,2009,0,37917,40232 +CHE,2009,1,36860,39125 +CHE,2009,2,36150,38383 +CHE,2009,3,35754,37970 +CHE,2009,4,35652,37865 +CHE,2009,5,35862,38076 +CHE,2009,6,36253,38478 +CHE,2009,7,36800,39043 +CHE,2009,8,37473,39740 +CHE,2009,9,38254,40540 +CHE,2009,10,39121,41411 +CHE,2009,11,40009,42329 +CHE,2009,12,40873,43267 +CHE,2009,13,41709,44191 +CHE,2009,14,42588,45143 +CHE,2009,15,43533,46167 +CHE,2009,16,44260,46859 +CHE,2009,17,44648,47037 +CHE,2009,18,44828,46897 +CHE,2010,0,38918,41292 +CHE,2010,1,37723,40051 +CHE,2010,2,36859,39154 +CHE,2010,3,36297,38571 +CHE,2010,4,36009,38274 +CHE,2010,5,35968,38232 +CHE,2010,6,36145,38416 +CHE,2010,7,36512,38798 +CHE,2010,8,37042,39347 +CHE,2010,9,37706,40034 +CHE,2010,10,38486,40830 +CHE,2010,11,39364,41703 +CHE,2010,12,40263,42630 +CHE,2010,13,41135,43583 +CHE,2010,14,41982,44531 +CHE,2010,15,42881,45513 +CHE,2010,16,43850,46578 +CHE,2010,17,44630,47312 +CHE,2010,18,45108,47528 +CHE,2011,0,39763,42202 +CHE,2011,1,39199,41539 +CHE,2011,2,38151,40446 +CHE,2011,3,37373,39635 +CHE,2011,4,36849,39089 +CHE,2011,5,36559,38788 +CHE,2011,6,36482,38707 +CHE,2011,7,36594,38821 +CHE,2011,8,36905,39144 +CHE,2011,9,37408,39671 +CHE,2011,10,38070,40364 +CHE,2011,11,38839,41155 +CHE,2011,12,39696,42019 +CHE,2011,13,40629,42977 +CHE,2011,14,41616,44019 +CHE,2011,15,42632,45098 +CHE,2011,16,43694,46209 +CHE,2011,17,44827,47398 +CHE,2011,18,45773,48286 +CHE,2012,0,40481,42990 +CHE,2012,1,39487,41918 +CHE,2012,2,39488,41794 +CHE,2012,3,38587,40848 +CHE,2012,4,37896,40124 +CHE,2012,5,37408,39613 +CHE,2012,6,37117,39309 +CHE,2012,7,37003,39189 +CHE,2012,8,37050,39233 +CHE,2012,9,37305,39498 +CHE,2012,10,37782,40003 +CHE,2012,11,38442,40700 +CHE,2012,12,39199,41487 +CHE,2012,13,40036,42342 +CHE,2012,14,41003,43331 +CHE,2012,15,42106,44464 +CHE,2012,16,43291,45673 +CHE,2012,17,44518,46913 +CHE,2012,18,45814,48227 +CHE,2013,0,41084,43649 +CHE,2013,1,40354,42820 +CHE,2013,2,39711,42093 +CHE,2013,3,39764,42034 +CHE,2013,4,39010,41236 +CHE,2013,5,38406,40599 +CHE,2013,6,37956,40124 +CHE,2013,7,37663,39817 +CHE,2013,8,37513,39658 +CHE,2013,9,37495,39631 +CHE,2013,10,37692,39838 +CHE,2013,11,38143,40320 +CHE,2013,12,38801,41022 +CHE,2013,13,39547,41805 +CHE,2013,14,40363,42651 +CHE,2013,15,41364,43671 +CHE,2013,16,42582,44892 +CHE,2013,17,43936,46232 +CHE,2013,18,45327,47601 +CHE,2014,0,41610,44188 +CHE,2014,1,41151,43624 +CHE,2014,2,40679,43062 +CHE,2014,3,40210,42516 +CHE,2014,4,40005,42236 +CHE,2014,5,39399,41586 +CHE,2014,6,38883,41036 +CHE,2014,7,38470,40599 +CHE,2014,8,38175,40288 +CHE,2014,9,37990,40090 +CHE,2014,10,37906,39993 +CHE,2014,11,38047,40141 +CHE,2014,12,38471,40601 +CHE,2014,13,39126,41306 +CHE,2014,14,39860,42085 +CHE,2014,15,40655,42920 +CHE,2014,16,41689,43970 +CHE,2014,17,43021,45280 +CHE,2014,18,44543,46750 +CHE,2015,0,42092,44621 +CHE,2015,1,41848,44290 +CHE,2015,2,41513,43877 +CHE,2015,3,41110,43407 +CHE,2015,4,40665,42902 +CHE,2015,5,40201,42387 +CHE,2015,6,39743,41886 +CHE,2015,7,39315,41424 +CHE,2015,8,38940,41024 +CHE,2015,9,38644,40710 +CHE,2015,10,38423,40474 +CHE,2015,11,38274,40307 +CHE,2015,12,38359,40397 +CHE,2015,13,38755,40833 +CHE,2015,14,39407,41541 +CHE,2015,15,40128,42314 +CHE,2015,16,40900,43138 +CHE,2015,17,41966,44217 +CHE,2015,18,43410,45613 +CHE,2016,0,42725,45156 +CHE,2016,1,42400,44909 +CHE,2016,2,42097,44538 +CHE,2016,3,41712,44088 +CHE,2016,4,41271,43586 +CHE,2016,5,40801,43058 +CHE,2016,6,40321,42525 +CHE,2016,7,39852,42007 +CHE,2016,8,39450,41562 +CHE,2016,9,39155,41229 +CHE,2016,10,38974,41015 +CHE,2016,11,38868,40878 +CHE,2016,12,38835,40811 +CHE,2016,13,39038,41004 +CHE,2016,14,39549,41544 +CHE,2016,15,40307,42353 +CHE,2016,16,41134,43224 +CHE,2016,17,42011,44148 +CHE,2016,18,43146,45294 +CHE,2017,0,43295,45563 +CHE,2017,1,43263,45563 +CHE,2017,2,42662,45144 +CHE,2017,3,42300,44733 +CHE,2017,4,41865,44246 +CHE,2017,5,41387,43713 +CHE,2017,6,40893,43163 +CHE,2017,7,40398,42612 +CHE,2017,8,39917,42077 +CHE,2017,9,39542,41650 +CHE,2017,10,39327,41384 +CHE,2017,11,39262,41271 +CHE,2017,12,39270,41233 +CHE,2017,13,39355,41266 +CHE,2017,14,39676,41563 +CHE,2017,15,40301,42207 +CHE,2017,16,41165,43115 +CHE,2017,17,42096,44085 +CHE,2017,18,43079,45107 +CHE,2018,0,43756,45841 +CHE,2018,1,43769,45961 +CHE,2018,2,43597,45865 +CHE,2018,3,42886,45334 +CHE,2018,4,42465,44883 +CHE,2018,5,41982,44361 +CHE,2018,6,41466,43798 +CHE,2018,7,40948,43225 +CHE,2018,8,40438,42657 +CHE,2018,9,39947,42106 +CHE,2018,10,39600,41697 +CHE,2018,11,39465,41498 +CHE,2018,12,39514,41486 +CHE,2018,13,39638,41547 +CHE,2018,14,39841,41681 +CHE,2018,15,40280,42082 +CHE,2018,16,41017,42829 +CHE,2018,17,41987,43836 +CHE,2018,18,43022,44902 +CHE,2019,0,44000,46000 +CHE,2019,1,44000,46000 +CHE,2019,2,44000,46000 +CHE,2019,3,44000,46000 +CHE,2019,4,43000,45000 +CHE,2019,5,43000,45000 +CHE,2019,6,42000,44000 +CHE,2019,7,42000,44000 +CHE,2019,8,41000,43000 +CHE,2019,9,40000,43000 +CHE,2019,10,40000,42000 +CHE,2019,11,40000,42000 +CHE,2019,12,40000,42000 +CHE,2019,13,40000,42000 +CHE,2019,14,40000,42000 +CHE,2019,15,40000,42000 +CHE,2019,16,41000,43000 +CHE,2019,17,42000,43000 +CHE,2019,18,43000,45000 +CHE,2020,0,44000,46000 +CHE,2020,1,44000,46000 +CHE,2020,2,44000,46000 +CHE,2020,3,44000,46000 +CHE,2020,4,44000,46000 +CHE,2020,5,43000,46000 +CHE,2020,6,43000,45000 +CHE,2020,7,42000,45000 +CHE,2020,8,42000,44000 +CHE,2020,9,41000,43000 +CHE,2020,10,40000,43000 +CHE,2020,11,40000,42000 +CHE,2020,12,40000,42000 +CHE,2020,13,40000,42000 +CHE,2020,14,40000,42000 +CHE,2020,15,40000,42000 +CHE,2020,16,41000,42000 +CHE,2020,17,41000,43000 +CHE,2020,18,42000,44000 +CHE,2021,0,44000,46000 +CHE,2021,1,44000,46000 +CHE,2021,2,44000,47000 +CHE,2021,3,44000,47000 +CHE,2021,4,44000,46000 +CHE,2021,5,44000,46000 +CHE,2021,6,43000,46000 +CHE,2021,7,43000,45000 +CHE,2021,8,42000,45000 +CHE,2021,9,42000,44000 +CHE,2021,10,41000,43000 +CHE,2021,11,41000,43000 +CHE,2021,12,40000,42000 +CHE,2021,13,40000,42000 +CHE,2021,14,40000,42000 +CHE,2021,15,41000,42000 +CHE,2021,16,41000,43000 +CHE,2021,17,42000,43000 +CHE,2021,18,42000,44000 +CHE,2022,0,44000,46000 +CHE,2022,1,44000,47000 +CHE,2022,2,45000,47000 +CHE,2022,3,45000,47000 +CHE,2022,4,45000,47000 +CHE,2022,5,44000,46000 +CHE,2022,6,44000,46000 +CHE,2022,7,43000,46000 +CHE,2022,8,43000,45000 +CHE,2022,9,42000,45000 +CHE,2022,10,42000,44000 +CHE,2022,11,41000,44000 +CHE,2022,12,41000,43000 +CHE,2022,13,41000,43000 +CHE,2022,14,41000,43000 +CHE,2022,15,41000,43000 +CHE,2022,16,41000,43000 +CHE,2022,17,42000,43000 +CHE,2022,18,42000,44000 +CHE,2023,0,44000,46000 +CHE,2023,1,44000,46000 +CHE,2023,2,45000,47000 +CHE,2023,3,45000,47000 +CHE,2023,4,45000,47000 +CHE,2023,5,45000,47000 +CHE,2023,6,44000,46000 +CHE,2023,7,44000,46000 +CHE,2023,8,43000,46000 +CHE,2023,9,43000,45000 +CHE,2023,10,42000,45000 +CHE,2023,11,42000,44000 +CHE,2023,12,42000,44000 +CHE,2023,13,41000,43000 +CHE,2023,14,41000,43000 +CHE,2023,15,41000,43000 +CHE,2023,16,41000,43000 +CHE,2023,17,42000,44000 +CHE,2023,18,43000,44000 +CHE,2024,0,43000,46000 +CHE,2024,1,44000,46000 +CHE,2024,2,45000,47000 +CHE,2024,3,45000,47000 +CHE,2024,4,45000,47000 +CHE,2024,5,45000,47000 +CHE,2024,6,45000,47000 +CHE,2024,7,44000,47000 +CHE,2024,8,44000,46000 +CHE,2024,9,43000,46000 +CHE,2024,10,43000,45000 +CHE,2024,11,42000,45000 +CHE,2024,12,42000,44000 +CHE,2024,13,42000,44000 +CHE,2024,14,42000,44000 +CHE,2024,15,41000,43000 +CHE,2024,16,42000,43000 +CHE,2024,17,42000,44000 +CHE,2024,18,43000,44000 +CHE,2025,0,43000,45000 +CHE,2025,1,44000,46000 +CHE,2025,2,45000,47000 +CHE,2025,3,45000,47000 +CHE,2025,4,45000,47000 +CHE,2025,5,45000,47000 +CHE,2025,6,45000,47000 +CHE,2025,7,45000,47000 +CHE,2025,8,44000,47000 +CHE,2025,9,44000,46000 +CHE,2025,10,43000,46000 +CHE,2025,11,43000,45000 +CHE,2025,12,42000,45000 +CHE,2025,13,42000,44000 +CHE,2025,14,42000,44000 +CHE,2025,15,42000,44000 +CHE,2025,16,42000,44000 +CHE,2025,17,42000,44000 +CHE,2025,18,42000,44000 +CHE,2026,0,43000,45000 +CHE,2026,1,43000,46000 +CHE,2026,2,44000,46000 +CHE,2026,3,45000,47000 +CHE,2026,4,45000,47000 +CHE,2026,5,45000,47000 +CHE,2026,6,45000,47000 +CHE,2026,7,45000,47000 +CHE,2026,8,45000,47000 +CHE,2026,9,45000,47000 +CHE,2026,10,44000,46000 +CHE,2026,11,44000,46000 +CHE,2026,12,43000,46000 +CHE,2026,13,43000,45000 +CHE,2026,14,43000,45000 +CHE,2026,15,43000,45000 +CHE,2026,16,43000,45000 +CHE,2026,17,43000,44000 +CHE,2026,18,43000,45000 +CHE,2027,0,43000,45000 +CHE,2027,1,44000,46000 +CHE,2027,2,44000,46000 +CHE,2027,3,44000,47000 +CHE,2027,4,45000,47000 +CHE,2027,5,45000,47000 +CHE,2027,6,45000,47000 +CHE,2027,7,45000,47000 +CHE,2027,8,45000,47000 +CHE,2027,9,45000,47000 +CHE,2027,10,45000,47000 +CHE,2027,11,44000,47000 +CHE,2027,12,44000,46000 +CHE,2027,13,44000,46000 +CHE,2027,14,43000,46000 +CHE,2027,15,43000,45000 +CHE,2027,16,43000,45000 +CHE,2027,17,43000,45000 +CHE,2027,18,43000,45000 +CHE,2028,0,43000,45000 +CHE,2028,1,44000,46000 +CHE,2028,2,44000,46000 +CHE,2028,3,44000,46000 +CHE,2028,4,44000,47000 +CHE,2028,5,45000,47000 +CHE,2028,6,45000,47000 +CHE,2028,7,45000,47000 +CHE,2028,8,45000,47000 +CHE,2028,9,45000,47000 +CHE,2028,10,45000,47000 +CHE,2028,11,45000,47000 +CHE,2028,12,45000,47000 +CHE,2028,13,44000,46000 +CHE,2028,14,44000,46000 +CHE,2028,15,44000,46000 +CHE,2028,16,44000,46000 +CHE,2028,17,44000,46000 +CHE,2028,18,44000,46000 +CHE,2029,0,43000,45000 +CHE,2029,1,44000,46000 +CHE,2029,2,44000,46000 +CHE,2029,3,44000,47000 +CHE,2029,4,44000,47000 +CHE,2029,5,45000,47000 +CHE,2029,6,45000,47000 +CHE,2029,7,45000,47000 +CHE,2029,8,45000,47000 +CHE,2029,9,45000,47000 +CHE,2029,10,45000,47000 +CHE,2029,11,45000,47000 +CHE,2029,12,45000,47000 +CHE,2029,13,45000,47000 +CHE,2029,14,45000,47000 +CHE,2029,15,44000,47000 +CHE,2029,16,44000,46000 +CHE,2029,17,44000,46000 +CHE,2029,18,45000,46000 +CHE,2030,0,43000,45000 +CHE,2030,1,43000,46000 +CHE,2030,2,44000,46000 +CHE,2030,3,44000,46000 +CHE,2030,4,44000,47000 +CHE,2030,5,45000,47000 +CHE,2030,6,45000,47000 +CHE,2030,7,45000,47000 +CHE,2030,8,45000,47000 +CHE,2030,9,45000,47000 +CHE,2030,10,45000,47000 +CHE,2030,11,45000,47000 +CHE,2030,12,45000,47000 +CHE,2030,13,45000,47000 +CHE,2030,14,45000,47000 +CHE,2030,15,45000,47000 +CHE,2030,16,45000,47000 +CHE,2030,17,45000,47000 +CHE,2030,18,45000,47000 +CHE,2031,0,43000,45000 +CHE,2031,1,43000,45000 +CHE,2031,2,44000,46000 +CHE,2031,3,44000,46000 +CHE,2031,4,44000,46000 +CHE,2031,5,44000,47000 +CHE,2031,6,45000,47000 +CHE,2031,7,45000,47000 +CHE,2031,8,45000,47000 +CHE,2031,9,45000,47000 +CHE,2031,10,45000,47000 +CHE,2031,11,45000,47000 +CHE,2031,12,46000,48000 +CHE,2031,13,46000,48000 +CHE,2031,14,46000,48000 +CHE,2031,15,46000,48000 +CHE,2031,16,46000,48000 +CHE,2031,17,46000,48000 +CHE,2031,18,46000,48000 +CHE,2032,0,43000,45000 +CHE,2032,1,43000,45000 +CHE,2032,2,43000,45000 +CHE,2032,3,44000,46000 +CHE,2032,4,44000,46000 +CHE,2032,5,44000,46000 +CHE,2032,6,45000,47000 +CHE,2032,7,45000,47000 +CHE,2032,8,45000,47000 +CHE,2032,9,45000,47000 +CHE,2032,10,45000,47000 +CHE,2032,11,45000,48000 +CHE,2032,12,46000,48000 +CHE,2032,13,46000,48000 +CHE,2032,14,46000,48000 +CHE,2032,15,46000,48000 +CHE,2032,16,46000,48000 +CHE,2032,17,46000,48000 +CHE,2032,18,46000,48000 +CHE,2033,0,42000,45000 +CHE,2033,1,43000,45000 +CHE,2033,2,43000,45000 +CHE,2033,3,44000,46000 +CHE,2033,4,44000,46000 +CHE,2033,5,44000,46000 +CHE,2033,6,44000,47000 +CHE,2033,7,45000,47000 +CHE,2033,8,45000,47000 +CHE,2033,9,45000,47000 +CHE,2033,10,45000,47000 +CHE,2033,11,45000,48000 +CHE,2033,12,46000,48000 +CHE,2033,13,46000,48000 +CHE,2033,14,46000,48000 +CHE,2033,15,47000,48000 +CHE,2033,16,47000,49000 +CHE,2033,17,47000,49000 +CHE,2033,18,47000,49000 +CHE,2034,0,42000,44000 +CHE,2034,1,43000,45000 +CHE,2034,2,43000,45000 +CHE,2034,3,43000,46000 +CHE,2034,4,44000,46000 +CHE,2034,5,44000,46000 +CHE,2034,6,44000,46000 +CHE,2034,7,44000,47000 +CHE,2034,8,45000,47000 +CHE,2034,9,45000,47000 +CHE,2034,10,45000,47000 +CHE,2034,11,45000,47000 +CHE,2034,12,45000,48000 +CHE,2034,13,46000,48000 +CHE,2034,14,46000,48000 +CHE,2034,15,47000,49000 +CHE,2034,16,47000,49000 +CHE,2034,17,47000,49000 +CHE,2034,18,47000,49000 +CHE,2035,0,42000,44000 +CHE,2035,1,43000,45000 +CHE,2035,2,43000,45000 +CHE,2035,3,43000,45000 +CHE,2035,4,44000,46000 +CHE,2035,5,44000,46000 +CHE,2035,6,44000,46000 +CHE,2035,7,44000,46000 +CHE,2035,8,44000,47000 +CHE,2035,9,45000,47000 +CHE,2035,10,45000,47000 +CHE,2035,11,45000,47000 +CHE,2035,12,45000,47000 +CHE,2035,13,46000,48000 +CHE,2035,14,46000,48000 +CHE,2035,15,47000,48000 +CHE,2035,16,47000,49000 +CHE,2035,17,47000,49000 +CHE,2035,18,48000,49000 +CHE,2036,0,42000,44000 +CHE,2036,1,42000,44000 +CHE,2036,2,43000,45000 +CHE,2036,3,43000,45000 +CHE,2036,4,43000,45000 +CHE,2036,5,44000,46000 +CHE,2036,6,44000,46000 +CHE,2036,7,44000,46000 +CHE,2036,8,44000,46000 +CHE,2036,9,45000,47000 +CHE,2036,10,45000,47000 +CHE,2036,11,45000,47000 +CHE,2036,12,45000,47000 +CHE,2036,13,46000,48000 +CHE,2036,14,46000,48000 +CHE,2036,15,47000,49000 +CHE,2036,16,47000,49000 +CHE,2036,17,48000,50000 +CHE,2036,18,48000,50000 +CHE,2037,0,42000,44000 +CHE,2037,1,43000,45000 +CHE,2037,2,43000,45000 +CHE,2037,3,43000,45000 +CHE,2037,4,43000,45000 +CHE,2037,5,43000,46000 +CHE,2037,6,44000,46000 +CHE,2037,7,44000,46000 +CHE,2037,8,44000,46000 +CHE,2037,9,44000,47000 +CHE,2037,10,45000,47000 +CHE,2037,11,45000,47000 +CHE,2037,12,45000,47000 +CHE,2037,13,46000,48000 +CHE,2037,14,46000,48000 +CHE,2037,15,47000,49000 +CHE,2037,16,47000,49000 +CHE,2037,17,48000,50000 +CHE,2037,18,49000,50000 +CHE,2038,0,42000,44000 +CHE,2038,1,43000,45000 +CHE,2038,2,43000,45000 +CHE,2038,3,43000,45000 +CHE,2038,4,43000,45000 +CHE,2038,5,43000,45000 +CHE,2038,6,44000,46000 +CHE,2038,7,44000,46000 +CHE,2038,8,44000,46000 +CHE,2038,9,44000,46000 +CHE,2038,10,44000,47000 +CHE,2038,11,45000,47000 +CHE,2038,12,45000,47000 +CHE,2038,13,46000,48000 +CHE,2038,14,46000,48000 +CHE,2038,15,47000,49000 +CHE,2038,16,47000,49000 +CHE,2038,17,48000,50000 +CHE,2038,18,49000,50000 +CHE,2039,0,42000,45000 +CHE,2039,1,43000,45000 +CHE,2039,2,43000,45000 +CHE,2039,3,43000,45000 +CHE,2039,4,43000,45000 +CHE,2039,5,43000,45000 +CHE,2039,6,43000,45000 +CHE,2039,7,44000,46000 +CHE,2039,8,44000,46000 +CHE,2039,9,44000,46000 +CHE,2039,10,44000,46000 +CHE,2039,11,45000,47000 +CHE,2039,12,45000,47000 +CHE,2039,13,45000,47000 +CHE,2039,14,46000,48000 +CHE,2039,15,46000,48000 +CHE,2039,16,47000,49000 +CHE,2039,17,48000,50000 +CHE,2039,18,49000,50000 +CHE,2040,0,42000,45000 +CHE,2040,1,43000,45000 +CHE,2040,2,43000,45000 +CHE,2040,3,43000,45000 +CHE,2040,4,43000,45000 +CHE,2040,5,43000,45000 +CHE,2040,6,43000,45000 +CHE,2040,7,43000,46000 +CHE,2040,8,44000,46000 +CHE,2040,9,44000,46000 +CHE,2040,10,44000,46000 +CHE,2040,11,44000,46000 +CHE,2040,12,45000,47000 +CHE,2040,13,45000,47000 +CHE,2040,14,46000,48000 +CHE,2040,15,46000,48000 +CHE,2040,16,47000,49000 +CHE,2040,17,47000,49000 +CHE,2040,18,48000,50000 +CHE,2041,0,43000,45000 +CHE,2041,1,43000,45000 +CHE,2041,2,43000,45000 +CHE,2041,3,43000,45000 +CHE,2041,4,43000,45000 +CHE,2041,5,43000,45000 +CHE,2041,6,43000,45000 +CHE,2041,7,43000,45000 +CHE,2041,8,43000,46000 +CHE,2041,9,44000,46000 +CHE,2041,10,44000,46000 +CHE,2041,11,44000,46000 +CHE,2041,12,45000,47000 +CHE,2041,13,45000,47000 +CHE,2041,14,46000,48000 +CHE,2041,15,46000,48000 +CHE,2041,16,47000,49000 +CHE,2041,17,48000,49000 +CHE,2041,18,48000,50000 +CHE,2042,0,43000,45000 +CHE,2042,1,43000,45000 +CHE,2042,2,43000,45000 +CHE,2042,3,43000,45000 +CHE,2042,4,43000,45000 +CHE,2042,5,43000,45000 +CHE,2042,6,43000,45000 +CHE,2042,7,43000,45000 +CHE,2042,8,43000,45000 +CHE,2042,9,44000,46000 +CHE,2042,10,44000,46000 +CHE,2042,11,44000,46000 +CHE,2042,12,45000,47000 +CHE,2042,13,45000,47000 +CHE,2042,14,45000,47000 +CHE,2042,15,46000,48000 +CHE,2042,16,47000,49000 +CHE,2042,17,48000,49000 +CHE,2042,18,48000,50000 +CHE,2043,0,43000,45000 +CHE,2043,1,43000,45000 +CHE,2043,2,43000,45000 +CHE,2043,3,43000,45000 +CHE,2043,4,43000,45000 +CHE,2043,5,43000,45000 +CHE,2043,6,43000,45000 +CHE,2043,7,43000,45000 +CHE,2043,8,43000,45000 +CHE,2043,9,43000,46000 +CHE,2043,10,44000,46000 +CHE,2043,11,44000,46000 +CHE,2043,12,44000,46000 +CHE,2043,13,45000,47000 +CHE,2043,14,45000,47000 +CHE,2043,15,46000,48000 +CHE,2043,16,47000,49000 +CHE,2043,17,48000,49000 +CHE,2043,18,48000,50000 +CHE,2044,0,44000,46000 +CHE,2044,1,44000,46000 +CHE,2044,2,44000,46000 +CHE,2044,3,43000,46000 +CHE,2044,4,43000,45000 +CHE,2044,5,43000,45000 +CHE,2044,6,43000,45000 +CHE,2044,7,43000,45000 +CHE,2044,8,43000,45000 +CHE,2044,9,43000,45000 +CHE,2044,10,43000,46000 +CHE,2044,11,44000,46000 +CHE,2044,12,44000,46000 +CHE,2044,13,45000,47000 +CHE,2044,14,45000,47000 +CHE,2044,15,46000,48000 +CHE,2044,16,46000,48000 +CHE,2044,17,47000,49000 +CHE,2044,18,48000,50000 +CHE,2045,0,44000,46000 +CHE,2045,1,44000,46000 +CHE,2045,2,44000,46000 +CHE,2045,3,44000,46000 +CHE,2045,4,44000,46000 +CHE,2045,5,43000,46000 +CHE,2045,6,43000,45000 +CHE,2045,7,43000,45000 +CHE,2045,8,43000,45000 +CHE,2045,9,43000,45000 +CHE,2045,10,43000,45000 +CHE,2045,11,43000,46000 +CHE,2045,12,44000,46000 +CHE,2045,13,44000,46000 +CHE,2045,14,45000,47000 +CHE,2045,15,45000,47000 +CHE,2045,16,46000,48000 +CHE,2045,17,47000,49000 +CHE,2045,18,48000,49000 +CHE,2046,0,44000,46000 +CHE,2046,1,44000,46000 +CHE,2046,2,44000,46000 +CHE,2046,3,44000,46000 +CHE,2046,4,44000,46000 +CHE,2046,5,44000,46000 +CHE,2046,6,44000,46000 +CHE,2046,7,43000,45000 +CHE,2046,8,43000,45000 +CHE,2046,9,43000,45000 +CHE,2046,10,44000,46000 +CHE,2046,11,44000,46000 +CHE,2046,12,44000,46000 +CHE,2046,13,44000,46000 +CHE,2046,14,45000,47000 +CHE,2046,15,45000,47000 +CHE,2046,16,46000,48000 +CHE,2046,17,47000,49000 +CHE,2046,18,48000,49000 +CHE,2047,0,45000,47000 +CHE,2047,1,45000,47000 +CHE,2047,2,44000,46000 +CHE,2047,3,44000,46000 +CHE,2047,4,44000,46000 +CHE,2047,5,44000,46000 +CHE,2047,6,44000,46000 +CHE,2047,7,44000,46000 +CHE,2047,8,43000,46000 +CHE,2047,9,43000,46000 +CHE,2047,10,44000,46000 +CHE,2047,11,44000,46000 +CHE,2047,12,44000,46000 +CHE,2047,13,44000,46000 +CHE,2047,14,45000,47000 +CHE,2047,15,45000,47000 +CHE,2047,16,46000,48000 +CHE,2047,17,47000,49000 +CHE,2047,18,48000,49000 +CHE,2048,0,45000,47000 +CHE,2048,1,45000,47000 +CHE,2048,2,45000,47000 +CHE,2048,3,44000,47000 +CHE,2048,4,44000,46000 +CHE,2048,5,44000,46000 +CHE,2048,6,44000,46000 +CHE,2048,7,44000,46000 +CHE,2048,8,44000,46000 +CHE,2048,9,43000,46000 +CHE,2048,10,43000,46000 +CHE,2048,11,44000,46000 +CHE,2048,12,44000,46000 +CHE,2048,13,44000,46000 +CHE,2048,14,45000,47000 +CHE,2048,15,45000,47000 +CHE,2048,16,46000,48000 +CHE,2048,17,47000,48000 +CHE,2048,18,48000,49000 +CHE,2049,0,45000,47000 +CHE,2049,1,45000,47000 +CHE,2049,2,45000,47000 +CHE,2049,3,45000,47000 +CHE,2049,4,45000,47000 +CHE,2049,5,44000,47000 +CHE,2049,6,44000,46000 +CHE,2049,7,44000,46000 +CHE,2049,8,44000,46000 +CHE,2049,9,44000,46000 +CHE,2049,10,44000,46000 +CHE,2049,11,44000,46000 +CHE,2049,12,44000,46000 +CHE,2049,13,44000,46000 +CHE,2049,14,45000,46000 +CHE,2049,15,45000,47000 +CHE,2049,16,46000,47000 +CHE,2049,17,46000,48000 +CHE,2049,18,47000,49000 +CHE,2050,0,45000,48000 +CHE,2050,1,45000,48000 +CHE,2050,2,45000,48000 +CHE,2050,3,45000,47000 +CHE,2050,4,45000,47000 +CHE,2050,5,45000,47000 +CHE,2050,6,44000,47000 +CHE,2050,7,44000,46000 +CHE,2050,8,44000,46000 +CHE,2050,9,44000,46000 +CHE,2050,10,44000,46000 +CHE,2050,11,43000,46000 +CHE,2050,12,44000,46000 +CHE,2050,13,44000,46000 +CHE,2050,14,44000,46000 +CHE,2050,15,45000,47000 +CHE,2050,16,45000,47000 +CHE,2050,17,46000,48000 +CHE,2050,18,47000,49000 +CHI,1990,0,829,852 +CHI,1990,1,809,839 +CHI,1990,2,789,824 +CHI,1990,3,770,808 +CHI,1990,4,753,792 +CHI,1990,5,737,776 +CHI,1990,6,723,762 +CHI,1990,7,713,749 +CHI,1990,8,705,738 +CHI,1990,9,700,730 +CHI,1990,10,701,727 +CHI,1990,11,709,727 +CHI,1990,12,718,733 +CHI,1990,13,726,745 +CHI,1990,14,738,763 +CHI,1990,15,753,784 +CHI,1990,16,763,802 +CHI,1990,17,809,844 +CHI,1990,18,908,918 +CHI,1991,0,824,856 +CHI,1991,1,834,857 +CHI,1991,2,817,845 +CHI,1991,3,799,831 +CHI,1991,4,780,815 +CHI,1991,5,762,800 +CHI,1991,6,745,784 +CHI,1991,7,730,770 +CHI,1991,8,718,757 +CHI,1991,9,710,746 +CHI,1991,10,706,737 +CHI,1991,11,707,733 +CHI,1991,12,713,732 +CHI,1991,13,724,738 +CHI,1991,14,741,753 +CHI,1991,15,763,776 +CHI,1991,16,788,801 +CHI,1991,17,809,824 +CHI,1991,18,859,867 +CHI,1992,0,804,857 +CHI,1992,1,813,857 +CHI,1992,2,839,860 +CHI,1992,3,824,849 +CHI,1992,4,807,835 +CHI,1992,5,789,821 +CHI,1992,6,770,806 +CHI,1992,7,752,791 +CHI,1992,8,736,777 +CHI,1992,9,722,764 +CHI,1992,10,714,752 +CHI,1992,11,710,743 +CHI,1992,12,711,737 +CHI,1992,13,716,735 +CHI,1992,14,730,741 +CHI,1992,15,754,759 +CHI,1992,16,788,787 +CHI,1992,17,822,816 +CHI,1992,18,854,844 +CHI,1993,0,777,854 +CHI,1993,1,804,860 +CHI,1993,2,820,861 +CHI,1993,3,844,862 +CHI,1993,4,831,852 +CHI,1993,5,815,839 +CHI,1993,6,797,826 +CHI,1993,7,778,811 +CHI,1993,8,759,796 +CHI,1993,9,741,783 +CHI,1993,10,726,770 +CHI,1993,11,717,758 +CHI,1993,12,714,748 +CHI,1993,13,715,741 +CHI,1993,14,719,737 +CHI,1993,15,735,744 +CHI,1993,16,767,765 +CHI,1993,17,811,797 +CHI,1993,18,856,830 +CHI,1994,0,752,848 +CHI,1994,1,794,860 +CHI,1994,2,822,866 +CHI,1994,3,838,866 +CHI,1994,4,848,864 +CHI,1994,5,838,855 +CHI,1994,6,823,844 +CHI,1994,7,805,831 +CHI,1994,8,786,816 +CHI,1994,9,765,802 +CHI,1994,10,745,790 +CHI,1994,11,730,777 +CHI,1994,12,721,764 +CHI,1994,13,718,753 +CHI,1994,14,719,745 +CHI,1994,15,722,740 +CHI,1994,16,740,747 +CHI,1994,17,780,771 +CHI,1994,18,835,808 +CHI,1995,0,736,839 +CHI,1995,1,786,857 +CHI,1995,2,820,867 +CHI,1995,3,841,872 +CHI,1995,4,851,872 +CHI,1995,5,852,868 +CHI,1995,6,844,860 +CHI,1995,7,831,850 +CHI,1995,8,813,837 +CHI,1995,9,793,823 +CHI,1995,10,772,810 +CHI,1995,11,750,797 +CHI,1995,12,733,785 +CHI,1995,13,724,771 +CHI,1995,14,722,759 +CHI,1995,15,723,751 +CHI,1995,16,724,744 +CHI,1995,17,745,751 +CHI,1995,18,793,778 +CHI,1996,0,734,824 +CHI,1996,1,748,845 +CHI,1996,2,790,861 +CHI,1996,3,820,871 +CHI,1996,4,840,876 +CHI,1996,5,851,876 +CHI,1996,6,855,873 +CHI,1996,7,853,866 +CHI,1996,8,843,857 +CHI,1996,9,825,845 +CHI,1996,10,802,831 +CHI,1996,11,779,818 +CHI,1996,12,755,806 +CHI,1996,13,739,794 +CHI,1996,14,737,783 +CHI,1996,15,745,774 +CHI,1996,16,755,768 +CHI,1996,17,766,763 +CHI,1996,18,791,772 +CHI,1997,0,741,806 +CHI,1997,1,776,832 +CHI,1997,2,759,851 +CHI,1997,3,794,866 +CHI,1997,4,820,876 +CHI,1997,5,839,880 +CHI,1997,6,851,881 +CHI,1997,7,858,879 +CHI,1997,8,862,874 +CHI,1997,9,856,866 +CHI,1997,10,837,854 +CHI,1997,11,811,841 +CHI,1997,12,786,828 +CHI,1997,13,759,816 +CHI,1997,14,745,805 +CHI,1997,15,749,796 +CHI,1997,16,768,790 +CHI,1997,17,787,786 +CHI,1997,18,808,784 +CHI,1998,0,755,789 +CHI,1998,1,774,818 +CHI,1998,2,790,842 +CHI,1998,3,770,859 +CHI,1998,4,798,873 +CHI,1998,5,820,881 +CHI,1998,6,838,886 +CHI,1998,7,850,887 +CHI,1998,8,860,886 +CHI,1998,9,871,883 +CHI,1998,10,868,876 +CHI,1998,11,849,865 +CHI,1998,12,820,851 +CHI,1998,13,792,839 +CHI,1998,14,764,827 +CHI,1998,15,750,817 +CHI,1998,16,762,810 +CHI,1998,17,790,807 +CHI,1998,18,818,806 +CHI,1999,0,770,776 +CHI,1999,1,773,806 +CHI,1999,2,778,831 +CHI,1999,3,786,851 +CHI,1999,4,781,867 +CHI,1999,5,801,879 +CHI,1999,6,820,887 +CHI,1999,7,836,892 +CHI,1999,8,850,893 +CHI,1999,9,863,893 +CHI,1999,10,879,891 +CHI,1999,11,880,886 +CHI,1999,12,860,875 +CHI,1999,13,828,861 +CHI,1999,14,799,849 +CHI,1999,15,768,838 +CHI,1999,16,756,829 +CHI,1999,17,774,824 +CHI,1999,18,812,824 +CHI,2000,0,783,771 +CHI,2000,1,773,799 +CHI,2000,2,770,822 +CHI,2000,3,773,843 +CHI,2000,4,780,860 +CHI,2000,5,791,873 +CHI,2000,6,804,883 +CHI,2000,7,819,891 +CHI,2000,8,834,896 +CHI,2000,9,848,898 +CHI,2000,10,865,898 +CHI,2000,11,886,898 +CHI,2000,12,891,894 +CHI,2000,13,871,884 +CHI,2000,14,836,870 +CHI,2000,15,805,858 +CHI,2000,16,771,847 +CHI,2000,17,760,839 +CHI,2000,18,785,837 +CHI,2001,0,796,775 +CHI,2001,1,780,781 +CHI,2001,2,773,804 +CHI,2001,3,772,824 +CHI,2001,4,776,842 +CHI,2001,5,784,857 +CHI,2001,6,796,870 +CHI,2001,7,811,880 +CHI,2001,8,825,888 +CHI,2001,9,836,893 +CHI,2001,10,846,894 +CHI,2001,11,857,895 +CHI,2001,12,873,896 +CHI,2001,13,877,893 +CHI,2001,14,865,886 +CHI,2001,15,843,876 +CHI,2001,16,824,868 +CHI,2001,17,804,860 +CHI,2001,18,800,856 +CHI,2002,0,807,786 +CHI,2002,1,783,802 +CHI,2002,2,776,790 +CHI,2002,3,771,808 +CHI,2002,4,773,824 +CHI,2002,5,778,840 +CHI,2002,6,788,853 +CHI,2002,7,800,865 +CHI,2002,8,816,876 +CHI,2002,9,830,884 +CHI,2002,10,838,888 +CHI,2002,11,842,890 +CHI,2002,12,849,891 +CHI,2002,13,858,892 +CHI,2002,14,863,891 +CHI,2002,15,858,886 +CHI,2002,16,849,881 +CHI,2002,17,843,876 +CHI,2002,18,835,872 +CHI,2003,0,817,803 +CHI,2003,1,791,810 +CHI,2003,2,774,817 +CHI,2003,3,772,798 +CHI,2003,4,770,811 +CHI,2003,5,773,824 +CHI,2003,6,780,837 +CHI,2003,7,791,848 +CHI,2003,8,804,860 +CHI,2003,9,822,871 +CHI,2003,10,835,879 +CHI,2003,11,839,883 +CHI,2003,12,839,884 +CHI,2003,13,840,886 +CHI,2003,14,844,887 +CHI,2003,15,848,888 +CHI,2003,16,851,886 +CHI,2003,17,856,884 +CHI,2003,18,861,883 +CHI,2004,0,828,823 +CHI,2004,1,800,820 +CHI,2004,2,781,819 +CHI,2004,3,770,821 +CHI,2004,4,768,807 +CHI,2004,5,769,816 +CHI,2004,6,774,825 +CHI,2004,7,783,835 +CHI,2004,8,795,845 +CHI,2004,9,809,855 +CHI,2004,10,828,866 +CHI,2004,11,840,875 +CHI,2004,12,841,879 +CHI,2004,13,836,880 +CHI,2004,14,833,881 +CHI,2004,15,830,884 +CHI,2004,16,833,886 +CHI,2004,17,845,887 +CHI,2004,18,863,889 +CHI,2005,0,842,846 +CHI,2005,1,811,833 +CHI,2005,2,789,824 +CHI,2005,3,775,819 +CHI,2005,4,767,817 +CHI,2005,5,766,818 +CHI,2005,6,770,822 +CHI,2005,7,777,827 +CHI,2005,8,788,835 +CHI,2005,9,800,843 +CHI,2005,10,816,853 +CHI,2005,11,836,864 +CHI,2005,12,848,872 +CHI,2005,13,845,876 +CHI,2005,14,835,877 +CHI,2005,15,827,879 +CHI,2005,16,818,882 +CHI,2005,17,821,886 +CHI,2005,18,841,890 +CHI,2006,0,854,866 +CHI,2006,1,825,834 +CHI,2006,2,800,823 +CHI,2006,3,782,816 +CHI,2006,4,773,814 +CHI,2006,5,769,816 +CHI,2006,6,771,821 +CHI,2006,7,779,828 +CHI,2006,8,788,837 +CHI,2006,9,798,845 +CHI,2006,10,809,854 +CHI,2006,11,823,864 +CHI,2006,12,841,875 +CHI,2006,13,853,885 +CHI,2006,14,855,891 +CHI,2006,15,852,894 +CHI,2006,16,851,898 +CHI,2006,17,849,903 +CHI,2006,18,855,909 +CHI,2007,0,867,888 +CHI,2007,1,828,854 +CHI,2007,2,810,823 +CHI,2007,3,790,814 +CHI,2007,4,778,811 +CHI,2007,5,772,812 +CHI,2007,6,773,816 +CHI,2007,7,779,824 +CHI,2007,8,789,836 +CHI,2007,9,801,847 +CHI,2007,10,811,857 +CHI,2007,11,820,866 +CHI,2007,12,833,877 +CHI,2007,13,848,889 +CHI,2007,14,860,899 +CHI,2007,15,867,907 +CHI,2007,16,871,912 +CHI,2007,17,876,919 +CHI,2007,18,881,926 +CHI,2008,0,881,909 +CHI,2008,1,838,867 +CHI,2008,2,806,834 +CHI,2008,3,795,813 +CHI,2008,4,781,807 +CHI,2008,5,774,806 +CHI,2008,6,773,810 +CHI,2008,7,777,818 +CHI,2008,8,787,829 +CHI,2008,9,801,844 +CHI,2008,10,814,859 +CHI,2008,11,824,870 +CHI,2008,12,832,879 +CHI,2008,13,843,890 +CHI,2008,14,856,903 +CHI,2008,15,868,914 +CHI,2008,16,880,924 +CHI,2008,17,891,932 +CHI,2008,18,903,941 +CHI,2009,0,895,925 +CHI,2009,1,849,876 +CHI,2009,2,814,840 +CHI,2009,3,788,814 +CHI,2009,4,781,803 +CHI,2009,5,772,799 +CHI,2009,6,770,801 +CHI,2009,7,774,808 +CHI,2009,8,782,819 +CHI,2009,9,794,834 +CHI,2009,10,812,853 +CHI,2009,11,827,870 +CHI,2009,12,837,883 +CHI,2009,13,844,892 +CHI,2009,14,853,904 +CHI,2009,15,863,917 +CHI,2009,16,876,929 +CHI,2009,17,893,941 +CHI,2009,18,911,952 +CHI,2010,0,907,931 +CHI,2010,1,858,882 +CHI,2010,2,821,844 +CHI,2010,3,794,818 +CHI,2010,4,775,800 +CHI,2010,5,765,792 +CHI,2010,6,762,790 +CHI,2010,7,765,795 +CHI,2010,8,773,805 +CHI,2010,9,785,820 +CHI,2010,10,801,838 +CHI,2010,11,822,861 +CHI,2010,12,840,881 +CHI,2010,13,849,894 +CHI,2010,14,855,904 +CHI,2010,15,862,917 +CHI,2010,16,870,930 +CHI,2010,17,883,943 +CHI,2010,18,904,956 +CHI,2011,0,921,929 +CHI,2011,1,887,918 +CHI,2011,2,847,878 +CHI,2011,3,817,848 +CHI,2011,4,796,827 +CHI,2011,5,782,813 +CHI,2011,6,776,807 +CHI,2011,7,776,807 +CHI,2011,8,781,812 +CHI,2011,9,789,822 +CHI,2011,10,799,837 +CHI,2011,11,813,854 +CHI,2011,12,832,875 +CHI,2011,13,848,895 +CHI,2011,14,859,909 +CHI,2011,15,868,921 +CHI,2011,16,879,935 +CHI,2011,17,890,949 +CHI,2011,18,905,963 +CHI,2012,0,934,917 +CHI,2012,1,880,882 +CHI,2012,2,867,904 +CHI,2012,3,835,874 +CHI,2012,4,812,851 +CHI,2012,5,797,836 +CHI,2012,6,788,826 +CHI,2012,7,786,822 +CHI,2012,8,790,823 +CHI,2012,9,796,828 +CHI,2012,10,804,839 +CHI,2012,11,812,853 +CHI,2012,12,825,870 +CHI,2012,13,840,890 +CHI,2012,14,855,908 +CHI,2012,15,868,924 +CHI,2012,16,881,937 +CHI,2012,17,894,952 +CHI,2012,18,908,968 +CHI,2013,0,943,901 +CHI,2013,1,888,877 +CHI,2013,2,845,859 +CHI,2013,3,846,890 +CHI,2013,4,823,870 +CHI,2013,5,807,855 +CHI,2013,6,798,844 +CHI,2013,7,794,838 +CHI,2013,8,796,837 +CHI,2013,9,803,838 +CHI,2013,10,811,844 +CHI,2013,11,818,855 +CHI,2013,12,825,869 +CHI,2013,13,836,885 +CHI,2013,14,848,903 +CHI,2013,15,862,921 +CHI,2013,16,877,938 +CHI,2013,17,893,953 +CHI,2013,18,910,969 +CHI,2014,0,943,886 +CHI,2014,1,892,874 +CHI,2014,2,853,864 +CHI,2014,3,823,857 +CHI,2014,4,826,877 +CHI,2014,5,811,866 +CHI,2014,6,803,858 +CHI,2014,7,800,853 +CHI,2014,8,801,851 +CHI,2014,9,807,852 +CHI,2014,10,817,854 +CHI,2014,11,827,861 +CHI,2014,12,834,872 +CHI,2014,13,839,886 +CHI,2014,14,847,901 +CHI,2014,15,857,918 +CHI,2014,16,870,935 +CHI,2014,17,887,952 +CHI,2014,18,906,969 +CHI,2015,0,931,875 +CHI,2015,1,891,873 +CHI,2015,2,859,870 +CHI,2015,3,835,868 +CHI,2015,4,818,866 +CHI,2015,5,807,864 +CHI,2015,6,801,863 +CHI,2015,7,800,862 +CHI,2015,8,802,863 +CHI,2015,9,809,865 +CHI,2015,10,818,868 +CHI,2015,11,832,871 +CHI,2015,12,844,878 +CHI,2015,13,850,889 +CHI,2015,14,854,903 +CHI,2015,15,860,918 +CHI,2015,16,868,933 +CHI,2015,17,879,949 +CHI,2015,18,898,967 +CHI,2016,0,901,869 +CHI,2016,1,925,879 +CHI,2016,2,892,876 +CHI,2016,3,864,873 +CHI,2016,4,842,870 +CHI,2016,5,824,867 +CHI,2016,6,811,865 +CHI,2016,7,801,863 +CHI,2016,8,798,863 +CHI,2016,9,803,866 +CHI,2016,10,813,870 +CHI,2016,11,826,876 +CHI,2016,12,842,882 +CHI,2016,13,856,892 +CHI,2016,14,866,905 +CHI,2016,15,872,922 +CHI,2016,16,881,939 +CHI,2016,17,891,957 +CHI,2016,18,904,975 +CHI,2017,0,860,868 +CHI,2017,1,863,876 +CHI,2017,2,920,884 +CHI,2017,3,894,881 +CHI,2017,4,870,877 +CHI,2017,5,850,874 +CHI,2017,6,832,870 +CHI,2017,7,817,867 +CHI,2017,8,803,865 +CHI,2017,9,798,865 +CHI,2017,10,805,869 +CHI,2017,11,819,877 +CHI,2017,12,835,885 +CHI,2017,13,854,894 +CHI,2017,14,871,906 +CHI,2017,15,883,922 +CHI,2017,16,892,942 +CHI,2017,17,904,962 +CHI,2017,18,916,982 +CHI,2018,0,815,871 +CHI,2018,1,845,881 +CHI,2018,2,865,888 +CHI,2018,3,916,889 +CHI,2018,4,897,886 +CHI,2018,5,877,882 +CHI,2018,6,858,877 +CHI,2018,7,841,874 +CHI,2018,8,824,870 +CHI,2018,9,806,867 +CHI,2018,10,799,867 +CHI,2018,11,807,873 +CHI,2018,12,826,883 +CHI,2018,13,845,894 +CHI,2018,14,867,906 +CHI,2018,15,886,921 +CHI,2018,16,901,940 +CHI,2018,17,913,962 +CHI,2018,18,927,984 +CHI,2019,0,800,900 +CHI,2019,1,800,900 +CHI,2019,2,900,900 +CHI,2019,3,900,900 +CHI,2019,4,900,900 +CHI,2019,5,900,900 +CHI,2019,6,900,900 +CHI,2019,7,900,900 +CHI,2019,8,800,900 +CHI,2019,9,800,900 +CHI,2019,10,800,900 +CHI,2019,11,800,900 +CHI,2019,12,800,900 +CHI,2019,13,800,900 +CHI,2019,14,900,900 +CHI,2019,15,900,900 +CHI,2019,16,900,900 +CHI,2019,17,900,1000 +CHI,2019,18,900,1000 +CHI,2020,0,800,900 +CHI,2020,1,800,900 +CHI,2020,2,900,900 +CHI,2020,3,900,900 +CHI,2020,4,900,900 +CHI,2020,5,900,900 +CHI,2020,6,900,900 +CHI,2020,7,900,900 +CHI,2020,8,900,900 +CHI,2020,9,900,900 +CHI,2020,10,800,900 +CHI,2020,11,800,900 +CHI,2020,12,800,900 +CHI,2020,13,800,900 +CHI,2020,14,800,900 +CHI,2020,15,900,900 +CHI,2020,16,900,900 +CHI,2020,17,900,900 +CHI,2020,18,900,1000 +CHI,2021,0,800,900 +CHI,2021,1,800,900 +CHI,2021,2,800,900 +CHI,2021,3,900,900 +CHI,2021,4,900,900 +CHI,2021,5,900,900 +CHI,2021,6,900,900 +CHI,2021,7,900,900 +CHI,2021,8,900,900 +CHI,2021,9,900,900 +CHI,2021,10,900,900 +CHI,2021,11,800,900 +CHI,2021,12,800,900 +CHI,2021,13,800,900 +CHI,2021,14,800,900 +CHI,2021,15,900,900 +CHI,2021,16,900,900 +CHI,2021,17,900,900 +CHI,2021,18,900,1000 +CHI,2022,0,800,900 +CHI,2022,1,800,900 +CHI,2022,2,800,900 +CHI,2022,3,800,900 +CHI,2022,4,900,900 +CHI,2022,5,900,900 +CHI,2022,6,900,900 +CHI,2022,7,900,900 +CHI,2022,8,900,900 +CHI,2022,9,900,900 +CHI,2022,10,900,900 +CHI,2022,11,900,900 +CHI,2022,12,800,900 +CHI,2022,13,800,900 +CHI,2022,14,800,900 +CHI,2022,15,800,900 +CHI,2022,16,900,900 +CHI,2022,17,900,900 +CHI,2022,18,900,1000 +CHI,2023,0,800,900 +CHI,2023,1,900,900 +CHI,2023,2,900,900 +CHI,2023,3,800,900 +CHI,2023,4,800,900 +CHI,2023,5,900,900 +CHI,2023,6,900,900 +CHI,2023,7,900,900 +CHI,2023,8,900,900 +CHI,2023,9,900,900 +CHI,2023,10,900,900 +CHI,2023,11,900,900 +CHI,2023,12,900,900 +CHI,2023,13,900,900 +CHI,2023,14,800,900 +CHI,2023,15,800,900 +CHI,2023,16,800,900 +CHI,2023,17,900,900 +CHI,2023,18,900,1000 +CHI,2024,0,900,900 +CHI,2024,1,900,900 +CHI,2024,2,900,900 +CHI,2024,3,900,900 +CHI,2024,4,800,900 +CHI,2024,5,800,900 +CHI,2024,6,900,900 +CHI,2024,7,900,900 +CHI,2024,8,900,900 +CHI,2024,9,900,900 +CHI,2024,10,900,900 +CHI,2024,11,900,900 +CHI,2024,12,900,900 +CHI,2024,13,900,900 +CHI,2024,14,900,900 +CHI,2024,15,800,900 +CHI,2024,16,800,900 +CHI,2024,17,900,900 +CHI,2024,18,900,900 +CHI,2025,0,900,900 +CHI,2025,1,900,900 +CHI,2025,2,900,900 +CHI,2025,3,800,900 +CHI,2025,4,800,900 +CHI,2025,5,800,900 +CHI,2025,6,900,900 +CHI,2025,7,900,900 +CHI,2025,8,900,900 +CHI,2025,9,900,900 +CHI,2025,10,900,900 +CHI,2025,11,900,900 +CHI,2025,12,900,900 +CHI,2025,13,900,900 +CHI,2025,14,900,900 +CHI,2025,15,900,900 +CHI,2025,16,800,900 +CHI,2025,17,800,900 +CHI,2025,18,900,900 +CHI,2026,0,900,900 +CHI,2026,1,900,900 +CHI,2026,2,900,900 +CHI,2026,3,900,900 +CHI,2026,4,900,900 +CHI,2026,5,800,900 +CHI,2026,6,800,900 +CHI,2026,7,900,900 +CHI,2026,8,900,900 +CHI,2026,9,900,900 +CHI,2026,10,900,900 +CHI,2026,11,900,900 +CHI,2026,12,900,900 +CHI,2026,13,900,900 +CHI,2026,14,900,900 +CHI,2026,15,900,900 +CHI,2026,16,900,900 +CHI,2026,17,900,900 +CHI,2026,18,900,900 +CHI,2027,0,900,900 +CHI,2027,1,900,900 +CHI,2027,2,900,900 +CHI,2027,3,900,900 +CHI,2027,4,900,900 +CHI,2027,5,900,900 +CHI,2027,6,900,900 +CHI,2027,7,900,900 +CHI,2027,8,900,900 +CHI,2027,9,900,900 +CHI,2027,10,900,900 +CHI,2027,11,900,900 +CHI,2027,12,900,900 +CHI,2027,13,900,900 +CHI,2027,14,900,900 +CHI,2027,15,900,900 +CHI,2027,16,900,900 +CHI,2027,17,900,900 +CHI,2027,18,900,900 +CHI,2028,0,900,900 +CHI,2028,1,900,900 +CHI,2028,2,900,900 +CHI,2028,3,900,900 +CHI,2028,4,900,900 +CHI,2028,5,900,900 +CHI,2028,6,900,900 +CHI,2028,7,900,900 +CHI,2028,8,900,900 +CHI,2028,9,900,900 +CHI,2028,10,900,900 +CHI,2028,11,900,900 +CHI,2028,12,900,900 +CHI,2028,13,900,900 +CHI,2028,14,900,900 +CHI,2028,15,900,900 +CHI,2028,16,900,900 +CHI,2028,17,900,900 +CHI,2028,18,900,900 +CHI,2029,0,900,900 +CHI,2029,1,900,900 +CHI,2029,2,900,900 +CHI,2029,3,900,900 +CHI,2029,4,900,900 +CHI,2029,5,900,900 +CHI,2029,6,900,900 +CHI,2029,7,900,900 +CHI,2029,8,900,900 +CHI,2029,9,900,900 +CHI,2029,10,900,900 +CHI,2029,11,900,900 +CHI,2029,12,900,900 +CHI,2029,13,900,900 +CHI,2029,14,900,900 +CHI,2029,15,900,900 +CHI,2029,16,900,900 +CHI,2029,17,900,900 +CHI,2029,18,900,900 +CHI,2030,0,900,900 +CHI,2030,1,900,900 +CHI,2030,2,900,900 +CHI,2030,3,900,900 +CHI,2030,4,900,900 +CHI,2030,5,900,900 +CHI,2030,6,900,900 +CHI,2030,7,900,900 +CHI,2030,8,900,900 +CHI,2030,9,900,900 +CHI,2030,10,900,900 +CHI,2030,11,900,900 +CHI,2030,12,900,900 +CHI,2030,13,900,900 +CHI,2030,14,900,900 +CHI,2030,15,900,900 +CHI,2030,16,900,900 +CHI,2030,17,900,900 +CHI,2030,18,900,900 +CHI,2031,0,800,900 +CHI,2031,1,900,900 +CHI,2031,2,900,900 +CHI,2031,3,900,900 +CHI,2031,4,900,900 +CHI,2031,5,900,900 +CHI,2031,6,900,900 +CHI,2031,7,900,900 +CHI,2031,8,900,900 +CHI,2031,9,900,900 +CHI,2031,10,900,900 +CHI,2031,11,900,900 +CHI,2031,12,900,900 +CHI,2031,13,900,900 +CHI,2031,14,900,900 +CHI,2031,15,900,900 +CHI,2031,16,900,900 +CHI,2031,17,1000,900 +CHI,2031,18,1000,1000 +CHI,2032,0,800,900 +CHI,2032,1,900,900 +CHI,2032,2,900,900 +CHI,2032,3,900,900 +CHI,2032,4,900,900 +CHI,2032,5,900,900 +CHI,2032,6,900,900 +CHI,2032,7,900,900 +CHI,2032,8,900,900 +CHI,2032,9,900,900 +CHI,2032,10,900,900 +CHI,2032,11,900,900 +CHI,2032,12,900,900 +CHI,2032,13,900,900 +CHI,2032,14,900,900 +CHI,2032,15,900,900 +CHI,2032,16,900,900 +CHI,2032,17,900,1000 +CHI,2032,18,1000,1000 +CHI,2033,0,900,900 +CHI,2033,1,900,900 +CHI,2033,2,900,900 +CHI,2033,3,900,900 +CHI,2033,4,900,900 +CHI,2033,5,900,900 +CHI,2033,6,900,900 +CHI,2033,7,900,900 +CHI,2033,8,900,900 +CHI,2033,9,900,900 +CHI,2033,10,900,900 +CHI,2033,11,900,900 +CHI,2033,12,900,900 +CHI,2033,13,900,900 +CHI,2033,14,900,900 +CHI,2033,15,900,900 +CHI,2033,16,900,900 +CHI,2033,17,900,1000 +CHI,2033,18,1000,1000 +CHI,2034,0,900,900 +CHI,2034,1,900,900 +CHI,2034,2,900,900 +CHI,2034,3,900,900 +CHI,2034,4,900,900 +CHI,2034,5,900,900 +CHI,2034,6,900,900 +CHI,2034,7,900,900 +CHI,2034,8,900,900 +CHI,2034,9,900,900 +CHI,2034,10,900,900 +CHI,2034,11,900,900 +CHI,2034,12,900,900 +CHI,2034,13,900,900 +CHI,2034,14,900,900 +CHI,2034,15,900,900 +CHI,2034,16,900,900 +CHI,2034,17,900,1000 +CHI,2034,18,900,1000 +CHI,2035,0,900,900 +CHI,2035,1,900,900 +CHI,2035,2,900,900 +CHI,2035,3,900,900 +CHI,2035,4,900,900 +CHI,2035,5,900,900 +CHI,2035,6,900,900 +CHI,2035,7,900,900 +CHI,2035,8,900,900 +CHI,2035,9,900,900 +CHI,2035,10,900,900 +CHI,2035,11,900,900 +CHI,2035,12,900,900 +CHI,2035,13,900,900 +CHI,2035,14,900,900 +CHI,2035,15,900,900 +CHI,2035,16,900,900 +CHI,2035,17,900,1000 +CHI,2035,18,900,1000 +CHI,2036,0,900,900 +CHI,2036,1,900,900 +CHI,2036,2,900,900 +CHI,2036,3,900,900 +CHI,2036,4,900,900 +CHI,2036,5,900,900 +CHI,2036,6,900,900 +CHI,2036,7,900,900 +CHI,2036,8,900,900 +CHI,2036,9,900,900 +CHI,2036,10,900,900 +CHI,2036,11,900,900 +CHI,2036,12,900,900 +CHI,2036,13,900,900 +CHI,2036,14,900,900 +CHI,2036,15,900,900 +CHI,2036,16,900,1000 +CHI,2036,17,900,1000 +CHI,2036,18,900,1000 +CHI,2037,0,900,900 +CHI,2037,1,900,900 +CHI,2037,2,900,900 +CHI,2037,3,900,900 +CHI,2037,4,900,900 +CHI,2037,5,900,900 +CHI,2037,6,900,900 +CHI,2037,7,900,900 +CHI,2037,8,900,900 +CHI,2037,9,900,900 +CHI,2037,10,900,900 +CHI,2037,11,900,900 +CHI,2037,12,900,900 +CHI,2037,13,900,900 +CHI,2037,14,900,900 +CHI,2037,15,900,1000 +CHI,2037,16,900,1000 +CHI,2037,17,900,1000 +CHI,2037,18,900,1000 +CHI,2038,0,900,900 +CHI,2038,1,900,900 +CHI,2038,2,900,900 +CHI,2038,3,900,900 +CHI,2038,4,900,900 +CHI,2038,5,900,900 +CHI,2038,6,900,900 +CHI,2038,7,900,900 +CHI,2038,8,900,900 +CHI,2038,9,900,900 +CHI,2038,10,900,900 +CHI,2038,11,900,900 +CHI,2038,12,900,900 +CHI,2038,13,900,900 +CHI,2038,14,900,900 +CHI,2038,15,900,1000 +CHI,2038,16,900,1000 +CHI,2038,17,900,1000 +CHI,2038,18,900,1000 +CHI,2039,0,900,900 +CHI,2039,1,900,900 +CHI,2039,2,900,900 +CHI,2039,3,900,900 +CHI,2039,4,900,900 +CHI,2039,5,900,900 +CHI,2039,6,900,900 +CHI,2039,7,900,900 +CHI,2039,8,900,900 +CHI,2039,9,900,900 +CHI,2039,10,900,900 +CHI,2039,11,900,900 +CHI,2039,12,900,900 +CHI,2039,13,900,900 +CHI,2039,14,900,1000 +CHI,2039,15,900,1000 +CHI,2039,16,900,1000 +CHI,2039,17,900,1000 +CHI,2039,18,900,1000 +CHI,2040,0,900,900 +CHI,2040,1,900,900 +CHI,2040,2,900,900 +CHI,2040,3,900,900 +CHI,2040,4,900,900 +CHI,2040,5,900,900 +CHI,2040,6,900,900 +CHI,2040,7,900,900 +CHI,2040,8,900,900 +CHI,2040,9,900,900 +CHI,2040,10,900,900 +CHI,2040,11,900,900 +CHI,2040,12,900,900 +CHI,2040,13,900,900 +CHI,2040,14,900,900 +CHI,2040,15,900,1000 +CHI,2040,16,900,1000 +CHI,2040,17,900,1000 +CHI,2040,18,900,1000 +CHI,2041,0,900,900 +CHI,2041,1,900,900 +CHI,2041,2,900,900 +CHI,2041,3,900,900 +CHI,2041,4,900,900 +CHI,2041,5,900,900 +CHI,2041,6,900,900 +CHI,2041,7,900,900 +CHI,2041,8,900,900 +CHI,2041,9,900,900 +CHI,2041,10,900,900 +CHI,2041,11,900,900 +CHI,2041,12,900,900 +CHI,2041,13,900,900 +CHI,2041,14,900,1000 +CHI,2041,15,900,1000 +CHI,2041,16,900,1000 +CHI,2041,17,900,1000 +CHI,2041,18,900,1000 +CHI,2042,0,900,900 +CHI,2042,1,900,900 +CHI,2042,2,900,900 +CHI,2042,3,900,900 +CHI,2042,4,900,900 +CHI,2042,5,900,900 +CHI,2042,6,900,900 +CHI,2042,7,900,900 +CHI,2042,8,900,900 +CHI,2042,9,900,900 +CHI,2042,10,900,900 +CHI,2042,11,900,900 +CHI,2042,12,900,900 +CHI,2042,13,900,900 +CHI,2042,14,900,1000 +CHI,2042,15,900,1000 +CHI,2042,16,900,1000 +CHI,2042,17,900,1000 +CHI,2042,18,900,1000 +CHI,2043,0,900,900 +CHI,2043,1,900,900 +CHI,2043,2,900,900 +CHI,2043,3,900,900 +CHI,2043,4,900,900 +CHI,2043,5,900,900 +CHI,2043,6,900,900 +CHI,2043,7,900,900 +CHI,2043,8,900,900 +CHI,2043,9,900,900 +CHI,2043,10,900,900 +CHI,2043,11,900,900 +CHI,2043,12,900,900 +CHI,2043,13,900,900 +CHI,2043,14,900,1000 +CHI,2043,15,900,1000 +CHI,2043,16,900,1000 +CHI,2043,17,900,1000 +CHI,2043,18,900,1000 +CHI,2044,0,900,900 +CHI,2044,1,900,900 +CHI,2044,2,900,900 +CHI,2044,3,900,900 +CHI,2044,4,900,900 +CHI,2044,5,900,900 +CHI,2044,6,900,900 +CHI,2044,7,900,900 +CHI,2044,8,900,900 +CHI,2044,9,900,900 +CHI,2044,10,900,900 +CHI,2044,11,900,900 +CHI,2044,12,900,900 +CHI,2044,13,900,900 +CHI,2044,14,900,1000 +CHI,2044,15,900,1000 +CHI,2044,16,900,1000 +CHI,2044,17,900,1000 +CHI,2044,18,900,1000 +CHI,2045,0,900,900 +CHI,2045,1,900,900 +CHI,2045,2,900,900 +CHI,2045,3,900,900 +CHI,2045,4,900,900 +CHI,2045,5,900,900 +CHI,2045,6,900,900 +CHI,2045,7,900,900 +CHI,2045,8,900,900 +CHI,2045,9,900,900 +CHI,2045,10,900,900 +CHI,2045,11,900,900 +CHI,2045,12,900,900 +CHI,2045,13,900,900 +CHI,2045,14,900,900 +CHI,2045,15,900,1000 +CHI,2045,16,900,1000 +CHI,2045,17,900,1000 +CHI,2045,18,900,1000 +CHI,2046,0,900,900 +CHI,2046,1,900,900 +CHI,2046,2,900,900 +CHI,2046,3,900,900 +CHI,2046,4,900,900 +CHI,2046,5,900,900 +CHI,2046,6,900,900 +CHI,2046,7,900,900 +CHI,2046,8,900,900 +CHI,2046,9,900,900 +CHI,2046,10,900,900 +CHI,2046,11,900,900 +CHI,2046,12,900,900 +CHI,2046,13,900,900 +CHI,2046,14,900,1000 +CHI,2046,15,900,1000 +CHI,2046,16,900,1000 +CHI,2046,17,900,1000 +CHI,2046,18,900,1000 +CHI,2047,0,900,900 +CHI,2047,1,900,900 +CHI,2047,2,900,900 +CHI,2047,3,900,900 +CHI,2047,4,900,900 +CHI,2047,5,900,900 +CHI,2047,6,900,900 +CHI,2047,7,900,900 +CHI,2047,8,900,900 +CHI,2047,9,900,900 +CHI,2047,10,900,900 +CHI,2047,11,900,900 +CHI,2047,12,900,900 +CHI,2047,13,900,900 +CHI,2047,14,900,1000 +CHI,2047,15,900,1000 +CHI,2047,16,900,1000 +CHI,2047,17,900,1000 +CHI,2047,18,1000,1000 +CHI,2048,0,900,900 +CHI,2048,1,900,900 +CHI,2048,2,900,900 +CHI,2048,3,900,900 +CHI,2048,4,900,900 +CHI,2048,5,900,900 +CHI,2048,6,900,900 +CHI,2048,7,900,900 +CHI,2048,8,900,900 +CHI,2048,9,900,900 +CHI,2048,10,900,900 +CHI,2048,11,900,900 +CHI,2048,12,900,900 +CHI,2048,13,900,900 +CHI,2048,14,900,1000 +CHI,2048,15,900,1000 +CHI,2048,16,900,1000 +CHI,2048,17,900,1000 +CHI,2048,18,1000,1000 +CHI,2049,0,900,900 +CHI,2049,1,900,900 +CHI,2049,2,900,1000 +CHI,2049,3,900,1000 +CHI,2049,4,900,1000 +CHI,2049,5,900,900 +CHI,2049,6,900,900 +CHI,2049,7,900,900 +CHI,2049,8,900,900 +CHI,2049,9,900,900 +CHI,2049,10,900,900 +CHI,2049,11,900,900 +CHI,2049,12,900,900 +CHI,2049,13,900,900 +CHI,2049,14,900,1000 +CHI,2049,15,900,1000 +CHI,2049,16,900,1000 +CHI,2049,17,900,1000 +CHI,2049,18,900,1000 +CHI,2050,0,900,900 +CHI,2050,1,900,1000 +CHI,2050,2,900,1000 +CHI,2050,3,900,1000 +CHI,2050,4,900,1000 +CHI,2050,5,900,1000 +CHI,2050,6,900,1000 +CHI,2050,7,900,900 +CHI,2050,8,900,900 +CHI,2050,9,900,900 +CHI,2050,10,900,900 +CHI,2050,11,900,900 +CHI,2050,12,900,900 +CHI,2050,13,900,900 +CHI,2050,14,900,900 +CHI,2050,15,900,1000 +CHI,2050,16,900,1000 +CHI,2050,17,900,1000 +CHI,2050,18,900,1000 +CHL,1990,0,146659,152010 +CHL,1990,1,142290,147494 +CHL,1990,2,138597,143661 +CHL,1990,3,135521,140447 +CHL,1990,4,133001,137790 +CHL,1990,5,130977,135630 +CHL,1990,6,129388,133903 +CHL,1990,7,128174,132547 +CHL,1990,8,127276,131501 +CHL,1990,9,126632,130702 +CHL,1990,10,126261,130169 +CHL,1990,11,126180,129918 +CHL,1990,12,125938,129488 +CHL,1990,13,125321,128657 +CHL,1990,14,124501,127603 +CHL,1990,15,123822,126680 +CHL,1990,16,123160,125764 +CHL,1990,17,122774,125108 +CHL,1990,18,122809,124855 +CHL,1991,0,147710,153102 +CHL,1991,1,145759,151042 +CHL,1991,2,141952,147102 +CHL,1991,3,138615,143633 +CHL,1991,4,135722,140609 +CHL,1991,5,133247,138001 +CHL,1991,6,131131,135749 +CHL,1991,7,129312,133789 +CHL,1991,8,127933,132265 +CHL,1991,9,127036,131219 +CHL,1991,10,126493,130519 +CHL,1991,11,126154,130013 +CHL,1991,12,126069,129754 +CHL,1991,13,125825,129314 +CHL,1991,14,125206,128469 +CHL,1991,15,124386,127400 +CHL,1991,16,123706,126461 +CHL,1991,17,123042,125527 +CHL,1991,18,122655,124856 +CHL,1992,0,147714,153147 +CHL,1992,1,144879,150192 +CHL,1992,2,144955,150194 +CHL,1992,3,141707,146825 +CHL,1992,4,138724,143719 +CHL,1992,5,136013,140882 +CHL,1992,6,133582,138321 +CHL,1992,7,131371,135974 +CHL,1992,8,129321,133780 +CHL,1992,9,127777,132087 +CHL,1992,10,126881,131039 +CHL,1992,11,126438,130437 +CHL,1992,12,126130,129959 +CHL,1992,13,126042,129693 +CHL,1992,14,125795,129241 +CHL,1992,15,125174,128383 +CHL,1992,16,124353,127296 +CHL,1992,17,123672,126340 +CHL,1992,18,123006,125389 +CHL,1993,0,146616,152074 +CHL,1993,1,145249,150612 +CHL,1993,2,143694,148961 +CHL,1993,3,144193,149400 +CHL,1993,4,141504,146602 +CHL,1993,5,138874,143857 +CHL,1993,6,136344,141206 +CHL,1993,7,133955,138691 +CHL,1993,8,131650,136249 +CHL,1993,9,129369,133820 +CHL,1993,10,127658,131957 +CHL,1993,11,126762,130908 +CHL,1993,12,126420,130404 +CHL,1993,13,126143,129954 +CHL,1993,14,126052,129679 +CHL,1993,15,125801,129217 +CHL,1993,16,125179,128343 +CHL,1993,17,124357,127240 +CHL,1993,18,123674,126266 +CHL,1994,0,144445,149886 +CHL,1994,1,144709,150088 +CHL,1994,2,144393,149705 +CHL,1994,3,143578,148814 +CHL,1994,4,143419,148597 +CHL,1994,5,141289,146370 +CHL,1994,6,139012,143987 +CHL,1994,7,136663,141522 +CHL,1994,8,134318,139053 +CHL,1994,9,131919,136516 +CHL,1994,10,129405,133852 +CHL,1994,11,127528,131819 +CHL,1994,12,126633,130768 +CHL,1994,13,126391,130363 +CHL,1994,14,126146,129940 +CHL,1994,15,126051,129657 +CHL,1994,16,125797,129184 +CHL,1994,17,125174,128295 +CHL,1994,18,124351,127175 +CHL,1995,0,141311,146682 +CHL,1995,1,143159,148512 +CHL,1995,2,144104,149425 +CHL,1995,3,144255,149530 +CHL,1995,4,143722,148939 +CHL,1995,5,142616,147762 +CHL,1995,6,141047,146107 +CHL,1995,7,139123,144086 +CHL,1995,8,136956,141809 +CHL,1995,9,134655,139385 +CHL,1995,10,132161,136754 +CHL,1995,11,129417,133856 +CHL,1995,12,127374,131654 +CHL,1995,13,126479,130601 +CHL,1995,14,126338,130294 +CHL,1995,15,126124,129899 +CHL,1995,16,126025,129608 +CHL,1995,17,125769,129123 +CHL,1995,18,125143,128221 +CHL,1996,0,137131,142369 +CHL,1996,1,141326,146666 +CHL,1996,2,143122,148454 +CHL,1996,3,144037,149345 +CHL,1996,4,144179,149445 +CHL,1996,5,143651,148860 +CHL,1996,6,142566,147702 +CHL,1996,7,141032,146080 +CHL,1996,8,139134,144081 +CHL,1996,9,136969,141803 +CHL,1996,10,134655,139365 +CHL,1996,11,132157,136726 +CHL,1996,12,129411,133822 +CHL,1996,13,127367,131611 +CHL,1996,14,126473,130546 +CHL,1996,15,126333,130224 +CHL,1996,16,126120,129814 +CHL,1996,17,126021,129507 +CHL,1996,18,125764,129009 +CHL,1997,0,132076,137134 +CHL,1997,1,136965,142120 +CHL,1997,2,141370,146682 +CHL,1997,3,143114,148428 +CHL,1997,4,144001,149296 +CHL,1997,5,144133,149391 +CHL,1997,6,143610,148813 +CHL,1997,7,142545,147674 +CHL,1997,8,141047,146084 +CHL,1997,9,139174,144106 +CHL,1997,10,137010,141827 +CHL,1997,11,134684,139374 +CHL,1997,12,132180,136726 +CHL,1997,13,129432,133816 +CHL,1997,14,127387,131596 +CHL,1997,15,126493,130518 +CHL,1997,16,126354,130182 +CHL,1997,17,126141,129756 +CHL,1997,18,126042,129433 +CHL,1998,0,126770,131629 +CHL,1998,1,132899,137914 +CHL,1998,2,137581,142714 +CHL,1998,3,141417,146698 +CHL,1998,4,143109,148402 +CHL,1998,5,143967,149249 +CHL,1998,6,144088,149337 +CHL,1998,7,143571,148766 +CHL,1998,8,142526,147646 +CHL,1998,9,141064,146088 +CHL,1998,10,139216,144132 +CHL,1998,11,137054,141853 +CHL,1998,12,134714,139385 +CHL,1998,13,132205,136728 +CHL,1998,14,129455,133811 +CHL,1998,15,127408,131582 +CHL,1998,16,126515,130492 +CHL,1998,17,126377,130140 +CHL,1998,18,126165,129700 +CHL,1999,0,122052,126729 +CHL,1999,1,128895,133770 +CHL,1999,2,134325,139354 +CHL,1999,3,138459,143603 +CHL,1999,4,141433,146682 +CHL,1999,5,143073,148344 +CHL,1999,6,143902,149168 +CHL,1999,7,144014,149251 +CHL,1999,8,143502,148687 +CHL,1999,9,142477,147586 +CHL,1999,10,141051,146061 +CHL,1999,11,139228,144126 +CHL,1999,12,137068,141847 +CHL,1999,13,134716,139364 +CHL,1999,14,132203,136699 +CHL,1999,15,129451,133777 +CHL,1999,16,127403,131539 +CHL,1999,17,126510,130436 +CHL,1999,18,126373,130070 +CHL,2000,0,118535,123079 +CHL,2000,1,125399,130152 +CHL,2000,2,131030,135951 +CHL,2000,3,135515,140568 +CHL,2000,4,138945,144095 +CHL,2000,5,141409,146622 +CHL,2000,6,142996,148241 +CHL,2000,7,143796,149043 +CHL,2000,8,143897,149120 +CHL,2000,9,143391,148563 +CHL,2000,10,142387,147482 +CHL,2000,11,140997,145989 +CHL,2000,12,139200,144077 +CHL,2000,13,137043,141798 +CHL,2000,14,134679,139302 +CHL,2000,15,132162,136629 +CHL,2000,16,129409,133702 +CHL,2000,17,127361,131457 +CHL,2000,18,126469,130342 +CHL,2001,0,116600,121080 +CHL,2001,1,119637,124207 +CHL,2001,2,125721,130475 +CHL,2001,3,130866,135776 +CHL,2001,4,135113,140148 +CHL,2001,5,138502,143633 +CHL,2001,6,141122,146322 +CHL,2001,7,143063,148307 +CHL,2001,8,144116,149368 +CHL,2001,9,144219,149443 +CHL,2001,10,143563,148727 +CHL,2001,11,142509,147590 +CHL,2001,12,141118,146090 +CHL,2001,13,139323,144171 +CHL,2001,14,137171,141885 +CHL,2001,15,134815,139383 +CHL,2001,16,132305,136703 +CHL,2001,17,129559,133768 +CHL,2001,18,127518,131516 +CHL,2002,0,115882,120339 +CHL,2002,1,120514,125108 +CHL,2002,2,120649,125236 +CHL,2002,3,125946,130693 +CHL,2002,4,130603,135490 +CHL,2002,5,134608,139614 +CHL,2002,6,137953,143055 +CHL,2002,7,140728,145903 +CHL,2002,8,143022,148252 +CHL,2002,9,144327,149572 +CHL,2002,10,144432,149646 +CHL,2002,11,143627,148772 +CHL,2002,12,142524,147578 +CHL,2002,13,141132,146073 +CHL,2002,14,139339,144148 +CHL,2002,15,137194,141858 +CHL,2002,16,134849,139351 +CHL,2002,17,132348,136666 +CHL,2002,18,129611,133726 +CHL,2003,0,116170,120642 +CHL,2003,1,118927,123467 +CHL,2003,2,121850,126469 +CHL,2003,3,121624,126223 +CHL,2003,4,126134,130869 +CHL,2003,5,130300,135161 +CHL,2003,6,134063,139036 +CHL,2003,7,137363,142430 +CHL,2003,8,140291,145438 +CHL,2003,9,142938,148149 +CHL,2003,10,144494,149728 +CHL,2003,11,144600,149800 +CHL,2003,12,143648,148768 +CHL,2003,13,142495,147519 +CHL,2003,14,141103,146008 +CHL,2003,15,139313,144079 +CHL,2003,16,137176,141784 +CHL,2003,17,134842,139274 +CHL,2003,18,132351,136586 +CHL,2004,0,117075,121586 +CHL,2004,1,117956,122467 +CHL,2004,2,119509,124049 +CHL,2004,3,121609,126201 +CHL,2004,4,122618,127233 +CHL,2004,5,126342,131069 +CHL,2004,6,130018,134856 +CHL,2004,7,133539,138482 +CHL,2004,8,136796,141832 +CHL,2004,9,139878,144998 +CHL,2004,10,142877,148073 +CHL,2004,11,144685,149910 +CHL,2004,12,144793,149980 +CHL,2004,13,143691,148791 +CHL,2004,14,142489,147486 +CHL,2004,15,141097,145970 +CHL,2004,16,139310,144035 +CHL,2004,17,137180,141737 +CHL,2004,18,134857,139223 +CHL,2005,0,118256,122821 +CHL,2005,1,117566,122072 +CHL,2005,2,117919,122410 +CHL,2005,3,119156,123669 +CHL,2005,4,121119,125682 +CHL,2005,5,123649,128285 +CHL,2005,6,126588,131312 +CHL,2005,7,129777,134597 +CHL,2005,8,133057,137976 +CHL,2005,9,136270,141282 +CHL,2005,10,139507,144608 +CHL,2005,11,142859,148047 +CHL,2005,12,144919,150143 +CHL,2005,13,145029,150212 +CHL,2005,14,143779,148864 +CHL,2005,15,142527,147503 +CHL,2005,16,141135,145981 +CHL,2005,17,139350,144040 +CHL,2005,18,137227,141736 +CHL,2006,0,119606,124226 +CHL,2006,1,118005,122537 +CHL,2006,2,117577,122064 +CHL,2006,3,118092,122573 +CHL,2006,4,119409,123916 +CHL,2006,5,121386,125945 +CHL,2006,6,123864,128495 +CHL,2006,7,126687,131400 +CHL,2006,8,129791,134597 +CHL,2006,9,133068,137969 +CHL,2006,10,136326,141319 +CHL,2006,11,139577,144656 +CHL,2006,12,142926,148088 +CHL,2006,13,144992,150183 +CHL,2006,14,145122,150260 +CHL,2006,15,143901,148927 +CHL,2006,16,142678,147579 +CHL,2006,17,141313,146070 +CHL,2006,18,139556,144143 +CHL,2007,0,121192,125879 +CHL,2007,1,118465,123017 +CHL,2007,2,117775,122277 +CHL,2007,3,117608,122079 +CHL,2007,4,118286,122759 +CHL,2007,5,119683,124187 +CHL,2007,6,121674,126232 +CHL,2007,7,124101,128729 +CHL,2007,8,126808,131514 +CHL,2007,9,129828,134622 +CHL,2007,10,133101,137989 +CHL,2007,11,136405,141383 +CHL,2007,12,139670,144731 +CHL,2007,13,143017,148157 +CHL,2007,14,145090,150251 +CHL,2007,15,145240,150337 +CHL,2007,16,144048,149018 +CHL,2007,17,142853,147683 +CHL,2007,18,141515,146187 +CHL,2008,0,122774,127529 +CHL,2008,1,119548,124147 +CHL,2008,2,117586,122081 +CHL,2008,3,117558,122031 +CHL,2008,4,117653,122108 +CHL,2008,5,118493,122960 +CHL,2008,6,119970,124473 +CHL,2008,7,121975,126534 +CHL,2008,8,124351,128978 +CHL,2008,9,126942,131643 +CHL,2008,10,129879,134664 +CHL,2008,11,133149,138025 +CHL,2008,12,136498,141464 +CHL,2008,13,139778,144824 +CHL,2008,14,143124,148244 +CHL,2008,15,145204,150338 +CHL,2008,16,145374,150432 +CHL,2008,17,144211,149127 +CHL,2008,18,143043,147805 +CHL,2009,0,124062,128872 +CHL,2009,1,120671,125316 +CHL,2009,2,118403,122931 +CHL,2009,3,117146,121602 +CHL,2009,4,117336,121780 +CHL,2009,5,117693,122132 +CHL,2009,6,118696,123155 +CHL,2009,7,120253,124754 +CHL,2009,8,122272,126831 +CHL,2009,9,124597,129223 +CHL,2009,10,127073,131767 +CHL,2009,11,129926,134699 +CHL,2009,12,133192,138056 +CHL,2009,13,136588,141540 +CHL,2009,14,139882,144911 +CHL,2009,15,143225,148325 +CHL,2009,16,145313,150418 +CHL,2009,17,145503,150520 +CHL,2009,18,144369,149229 +CHL,2010,0,124836,129681 +CHL,2010,1,121595,126276 +CHL,2010,2,119276,123837 +CHL,2010,3,117804,122283 +CHL,2010,4,117105,121536 +CHL,2010,5,117102,121515 +CHL,2010,6,117721,122141 +CHL,2010,7,118886,123336 +CHL,2010,8,120523,125020 +CHL,2010,9,122555,127112 +CHL,2010,10,124829,129451 +CHL,2010,11,127189,131875 +CHL,2010,12,129958,134719 +CHL,2010,13,133220,138069 +CHL,2010,14,136662,141598 +CHL,2010,15,139970,144980 +CHL,2010,16,143311,148388 +CHL,2010,17,145405,150480 +CHL,2010,18,145616,150591 +CHL,2011,0,124964,129798 +CHL,2011,1,124193,128952 +CHL,2011,2,121492,126113 +CHL,2011,3,119508,124025 +CHL,2011,4,118202,122645 +CHL,2011,5,117531,121929 +CHL,2011,6,117422,121800 +CHL,2011,7,117802,122178 +CHL,2011,8,118793,123191 +CHL,2011,9,120418,124863 +CHL,2011,10,122540,127048 +CHL,2011,11,124838,129412 +CHL,2011,12,127188,131826 +CHL,2011,13,129965,134670 +CHL,2011,14,133259,138037 +CHL,2011,15,136750,141593 +CHL,2011,16,140105,145001 +CHL,2011,17,143492,148434 +CHL,2011,18,145637,150561 +CHL,2012,0,124572,129376 +CHL,2012,1,122573,127255 +CHL,2012,2,123560,128235 +CHL,2012,3,121398,125959 +CHL,2012,4,119749,124222 +CHL,2012,5,118607,123015 +CHL,2012,6,117965,122331 +CHL,2012,7,117750,122093 +CHL,2012,8,117892,122223 +CHL,2012,9,118708,123054 +CHL,2012,10,120323,124716 +CHL,2012,11,122533,126993 +CHL,2012,12,124855,129382 +CHL,2012,13,127197,131786 +CHL,2012,14,129981,134631 +CHL,2012,15,133308,138015 +CHL,2012,16,136847,141598 +CHL,2012,17,140249,145033 +CHL,2012,18,143682,148490 +CHL,2013,0,123627,128389 +CHL,2013,1,122637,127311 +CHL,2013,2,121688,126285 +CHL,2013,3,122974,127575 +CHL,2013,4,121349,125861 +CHL,2013,5,120034,124473 +CHL,2013,6,119056,123440 +CHL,2013,7,118442,122787 +CHL,2013,8,118122,122440 +CHL,2013,9,118025,122322 +CHL,2013,10,118668,122973 +CHL,2013,11,120272,124624 +CHL,2013,12,122572,126995 +CHL,2013,13,124919,129409 +CHL,2013,14,127253,131805 +CHL,2013,15,130046,134652 +CHL,2013,16,133406,138053 +CHL,2013,17,136995,141666 +CHL,2013,18,140446,145129 +CHL,2014,0,122131,126853 +CHL,2014,1,122294,126964 +CHL,2014,2,122173,126792 +CHL,2014,3,121838,126406 +CHL,2014,4,122499,127052 +CHL,2014,5,121410,125897 +CHL,2014,6,120428,124858 +CHL,2014,7,119613,123996 +CHL,2014,8,119027,123374 +CHL,2014,9,118601,122918 +CHL,2014,10,118266,122552 +CHL,2014,11,118735,123023 +CHL,2014,12,120330,124666 +CHL,2014,13,122722,127132 +CHL,2014,14,125097,129575 +CHL,2014,15,127424,131965 +CHL,2014,16,130228,134818 +CHL,2014,17,133625,138240 +CHL,2014,18,137267,141886 +CHL,2015,0,120123,124816 +CHL,2015,1,121493,126171 +CHL,2015,2,122288,126939 +CHL,2015,3,122602,127221 +CHL,2015,4,122532,127112 +CHL,2015,5,122172,126711 +CHL,2015,6,121619,126116 +CHL,2015,7,120969,125424 +CHL,2015,8,120316,124733 +CHL,2015,9,119758,124141 +CHL,2015,10,119225,123575 +CHL,2015,11,118651,122960 +CHL,2015,12,118947,123251 +CHL,2015,13,120535,124888 +CHL,2015,14,123021,127454 +CHL,2015,15,125427,129929 +CHL,2015,16,127751,132316 +CHL,2015,17,130569,135178 +CHL,2015,18,134007,138627 +CHL,2016,0,117136,121697 +CHL,2016,1,120760,125371 +CHL,2016,2,122091,126691 +CHL,2016,3,122845,127424 +CHL,2016,4,123120,127671 +CHL,2016,5,123013,127529 +CHL,2016,6,122625,127103 +CHL,2016,7,122056,126494 +CHL,2016,8,121387,125785 +CHL,2016,9,120708,125067 +CHL,2016,10,120126,124449 +CHL,2016,11,119584,123872 +CHL,2016,12,119002,123251 +CHL,2016,13,119359,123600 +CHL,2016,14,121111,125386 +CHL,2016,15,123827,128166 +CHL,2016,16,126453,130847 +CHL,2016,17,128995,133437 +CHL,2016,18,132035,136523 +CHL,2017,0,113616,118055 +CHL,2017,1,117637,122129 +CHL,2017,2,121571,126137 +CHL,2017,3,122865,127424 +CHL,2017,4,123580,128122 +CHL,2017,5,123816,128334 +CHL,2017,6,123672,128159 +CHL,2017,7,123255,127706 +CHL,2017,8,122669,127084 +CHL,2017,9,121980,126356 +CHL,2017,10,121273,125609 +CHL,2017,11,120667,124965 +CHL,2017,12,120115,124376 +CHL,2017,13,119524,123748 +CHL,2017,14,119944,124155 +CHL,2017,15,121861,126094 +CHL,2017,16,124812,129092 +CHL,2017,17,127664,131985 +CHL,2017,18,130426,134781 +CHL,2018,0,110007,114335 +CHL,2018,1,115179,119587 +CHL,2018,2,119121,123582 +CHL,2018,3,122373,126907 +CHL,2018,4,123628,128161 +CHL,2018,5,124304,128826 +CHL,2018,6,124501,129002 +CHL,2018,7,124321,128794 +CHL,2018,8,123873,128315 +CHL,2018,9,123272,127679 +CHL,2018,10,122563,126932 +CHL,2018,11,121828,126156 +CHL,2018,12,121198,125485 +CHL,2018,13,120635,124884 +CHL,2018,14,120035,124249 +CHL,2018,15,120518,124714 +CHL,2018,16,122601,126808 +CHL,2018,17,125787,130024 +CHL,2018,18,128865,133130 +CHL,2019,0,107000,111000 +CHL,2019,1,113000,117000 +CHL,2019,2,117000,122000 +CHL,2019,3,121000,125000 +CHL,2019,4,123000,127000 +CHL,2019,5,124000,129000 +CHL,2019,6,125000,129000 +CHL,2019,7,125000,129000 +CHL,2019,8,125000,129000 +CHL,2019,9,124000,129000 +CHL,2019,10,124000,128000 +CHL,2019,11,123000,127000 +CHL,2019,12,122000,126000 +CHL,2019,13,121000,126000 +CHL,2019,14,121000,125000 +CHL,2019,15,120000,124000 +CHL,2019,16,121000,125000 +CHL,2019,17,123000,127000 +CHL,2019,18,127000,131000 +CHL,2020,0,105000,109000 +CHL,2020,1,111000,115000 +CHL,2020,2,115000,119000 +CHL,2020,3,119000,123000 +CHL,2020,4,121000,126000 +CHL,2020,5,123000,128000 +CHL,2020,6,124000,129000 +CHL,2020,7,125000,129000 +CHL,2020,8,125000,129000 +CHL,2020,9,125000,129000 +CHL,2020,10,124000,129000 +CHL,2020,11,124000,128000 +CHL,2020,12,123000,127000 +CHL,2020,13,122000,126000 +CHL,2020,14,121000,126000 +CHL,2020,15,121000,125000 +CHL,2020,16,120000,124000 +CHL,2020,17,121000,125000 +CHL,2020,18,123000,127000 +CHL,2021,0,105000,110000 +CHL,2021,1,106000,110000 +CHL,2021,2,111000,115000 +CHL,2021,3,115000,119000 +CHL,2021,4,118000,123000 +CHL,2021,5,121000,125000 +CHL,2021,6,123000,127000 +CHL,2021,7,124000,129000 +CHL,2021,8,125000,130000 +CHL,2021,9,125000,130000 +CHL,2021,10,125000,129000 +CHL,2021,11,124000,129000 +CHL,2021,12,124000,128000 +CHL,2021,13,123000,127000 +CHL,2021,14,122000,127000 +CHL,2021,15,122000,126000 +CHL,2021,16,121000,125000 +CHL,2021,17,120000,125000 +CHL,2021,18,121000,125000 +CHL,2022,0,107000,111000 +CHL,2022,1,110000,114000 +CHL,2022,2,107000,111000 +CHL,2022,3,111000,115000 +CHL,2022,4,115000,119000 +CHL,2022,5,118000,122000 +CHL,2022,6,120000,125000 +CHL,2022,7,122000,127000 +CHL,2022,8,124000,129000 +CHL,2022,9,125000,130000 +CHL,2022,10,125000,130000 +CHL,2022,11,125000,129000 +CHL,2022,12,124000,129000 +CHL,2022,13,124000,128000 +CHL,2022,14,123000,127000 +CHL,2022,15,122000,126000 +CHL,2022,16,121000,126000 +CHL,2022,17,121000,125000 +CHL,2022,18,120000,124000 +CHL,2023,0,109000,113000 +CHL,2023,1,109000,114000 +CHL,2023,2,110000,115000 +CHL,2023,3,108000,112000 +CHL,2023,4,111000,115000 +CHL,2023,5,114000,118000 +CHL,2023,6,117000,121000 +CHL,2023,7,119000,124000 +CHL,2023,8,122000,126000 +CHL,2023,9,124000,128000 +CHL,2023,10,125000,130000 +CHL,2023,11,125000,130000 +CHL,2023,12,124000,129000 +CHL,2023,13,124000,128000 +CHL,2023,14,123000,127000 +CHL,2023,15,122000,127000 +CHL,2023,16,122000,126000 +CHL,2023,17,121000,125000 +CHL,2023,18,120000,124000 +CHL,2024,0,110000,114000 +CHL,2024,1,109000,113000 +CHL,2024,2,109000,113000 +CHL,2024,3,109000,113000 +CHL,2024,4,108000,112000 +CHL,2024,5,111000,115000 +CHL,2024,6,113000,118000 +CHL,2024,7,116000,120000 +CHL,2024,8,118000,123000 +CHL,2024,9,121000,125000 +CHL,2024,10,123000,128000 +CHL,2024,11,125000,129000 +CHL,2024,12,125000,129000 +CHL,2024,13,124000,128000 +CHL,2024,14,123000,128000 +CHL,2024,15,123000,127000 +CHL,2024,16,122000,126000 +CHL,2024,17,121000,125000 +CHL,2024,18,120000,125000 +CHL,2025,0,110000,115000 +CHL,2025,1,108000,113000 +CHL,2025,2,107000,111000 +CHL,2025,3,107000,111000 +CHL,2025,4,108000,112000 +CHL,2025,5,109000,113000 +CHL,2025,6,111000,115000 +CHL,2025,7,113000,117000 +CHL,2025,8,115000,119000 +CHL,2025,9,117000,122000 +CHL,2025,10,120000,125000 +CHL,2025,11,123000,127000 +CHL,2025,12,124000,129000 +CHL,2025,13,125000,129000 +CHL,2025,14,124000,128000 +CHL,2025,15,123000,127000 +CHL,2025,16,122000,127000 +CHL,2025,17,121000,126000 +CHL,2025,18,121000,125000 +CHL,2026,0,109000,113000 +CHL,2026,1,109000,114000 +CHL,2026,2,108000,112000 +CHL,2026,3,107000,111000 +CHL,2026,4,107000,111000 +CHL,2026,5,108000,112000 +CHL,2026,6,109000,113000 +CHL,2026,7,110000,115000 +CHL,2026,8,112000,117000 +CHL,2026,9,115000,119000 +CHL,2026,10,117000,122000 +CHL,2026,11,120000,124000 +CHL,2026,12,122000,127000 +CHL,2026,13,124000,129000 +CHL,2026,14,124000,129000 +CHL,2026,15,123000,128000 +CHL,2026,16,123000,127000 +CHL,2026,17,122000,126000 +CHL,2026,18,121000,125000 +CHL,2027,0,106000,110000 +CHL,2027,1,105000,109000 +CHL,2027,2,108000,113000 +CHL,2027,3,108000,112000 +CHL,2027,4,107000,111000 +CHL,2027,5,107000,112000 +CHL,2027,6,108000,112000 +CHL,2027,7,109000,113000 +CHL,2027,8,110000,115000 +CHL,2027,9,112000,116000 +CHL,2027,10,114000,119000 +CHL,2027,11,117000,121000 +CHL,2027,12,119000,124000 +CHL,2027,13,122000,127000 +CHL,2027,14,124000,129000 +CHL,2027,15,124000,129000 +CHL,2027,16,123000,128000 +CHL,2027,17,122000,127000 +CHL,2027,18,122000,126000 +CHL,2028,0,103000,107000 +CHL,2028,1,103000,107000 +CHL,2028,2,104000,108000 +CHL,2028,3,108000,112000 +CHL,2028,4,107000,112000 +CHL,2028,5,107000,112000 +CHL,2028,6,108000,112000 +CHL,2028,7,109000,113000 +CHL,2028,8,109000,114000 +CHL,2028,9,110000,115000 +CHL,2028,10,112000,116000 +CHL,2028,11,114000,118000 +CHL,2028,12,117000,121000 +CHL,2028,13,119000,124000 +CHL,2028,14,122000,127000 +CHL,2028,15,124000,129000 +CHL,2028,16,124000,129000 +CHL,2028,17,123000,128000 +CHL,2028,18,122000,127000 +CHL,2029,0,100000,104000 +CHL,2029,1,102000,106000 +CHL,2029,2,103000,107000 +CHL,2029,3,104000,108000 +CHL,2029,4,107000,111000 +CHL,2029,5,107000,111000 +CHL,2029,6,108000,112000 +CHL,2029,7,108000,112000 +CHL,2029,8,109000,113000 +CHL,2029,9,110000,114000 +CHL,2029,10,110000,115000 +CHL,2029,11,112000,116000 +CHL,2029,12,114000,118000 +CHL,2029,13,117000,121000 +CHL,2029,14,119000,124000 +CHL,2029,15,122000,127000 +CHL,2029,16,124000,129000 +CHL,2029,17,124000,129000 +CHL,2029,18,123000,128000 +CHL,2030,0,98000,102000 +CHL,2030,1,100000,104000 +CHL,2030,2,102000,106000 +CHL,2030,3,104000,108000 +CHL,2030,4,105000,109000 +CHL,2030,5,106000,110000 +CHL,2030,6,107000,111000 +CHL,2030,7,108000,112000 +CHL,2030,8,109000,113000 +CHL,2030,9,109000,114000 +CHL,2030,10,110000,114000 +CHL,2030,11,110000,115000 +CHL,2030,12,112000,116000 +CHL,2030,13,114000,118000 +CHL,2030,14,117000,121000 +CHL,2030,15,119000,124000 +CHL,2030,16,122000,127000 +CHL,2030,17,124000,129000 +CHL,2030,18,124000,129000 +CHL,2031,0,97000,101000 +CHL,2031,1,99000,103000 +CHL,2031,2,101000,105000 +CHL,2031,3,102000,106000 +CHL,2031,4,104000,108000 +CHL,2031,5,105000,109000 +CHL,2031,6,106000,110000 +CHL,2031,7,107000,111000 +CHL,2031,8,108000,112000 +CHL,2031,9,109000,113000 +CHL,2031,10,110000,114000 +CHL,2031,11,110000,115000 +CHL,2031,12,111000,115000 +CHL,2031,13,112000,116000 +CHL,2031,14,114000,119000 +CHL,2031,15,117000,122000 +CHL,2031,16,120000,124000 +CHL,2031,17,123000,127000 +CHL,2031,18,125000,129000 +CHL,2032,0,97000,101000 +CHL,2032,1,99000,103000 +CHL,2032,2,99000,103000 +CHL,2032,3,101000,105000 +CHL,2032,4,102000,106000 +CHL,2032,5,104000,108000 +CHL,2032,6,105000,109000 +CHL,2032,7,106000,110000 +CHL,2032,8,107000,111000 +CHL,2032,9,108000,112000 +CHL,2032,10,109000,113000 +CHL,2032,11,110000,114000 +CHL,2032,12,110000,115000 +CHL,2032,13,111000,115000 +CHL,2032,14,112000,117000 +CHL,2032,15,115000,119000 +CHL,2032,16,118000,122000 +CHL,2032,17,120000,125000 +CHL,2032,18,123000,128000 +CHL,2033,0,98000,102000 +CHL,2033,1,99000,103000 +CHL,2033,2,100000,104000 +CHL,2033,3,100000,103000 +CHL,2033,4,101000,105000 +CHL,2033,5,102000,106000 +CHL,2033,6,103000,108000 +CHL,2033,7,105000,109000 +CHL,2033,8,106000,110000 +CHL,2033,9,107000,111000 +CHL,2033,10,108000,112000 +CHL,2033,11,109000,113000 +CHL,2033,12,110000,114000 +CHL,2033,13,111000,115000 +CHL,2033,14,111000,116000 +CHL,2033,15,113000,117000 +CHL,2033,16,115000,119000 +CHL,2033,17,118000,122000 +CHL,2033,18,121000,125000 +CHL,2034,0,98000,102000 +CHL,2034,1,99000,103000 +CHL,2034,2,99000,103000 +CHL,2034,3,100000,104000 +CHL,2034,4,100000,104000 +CHL,2034,5,101000,105000 +CHL,2034,6,102000,106000 +CHL,2034,7,103000,107000 +CHL,2034,8,105000,109000 +CHL,2034,9,106000,110000 +CHL,2034,10,107000,111000 +CHL,2034,11,108000,112000 +CHL,2034,12,109000,113000 +CHL,2034,13,110000,114000 +CHL,2034,14,111000,115000 +CHL,2034,15,112000,116000 +CHL,2034,16,113000,117000 +CHL,2034,17,116000,120000 +CHL,2034,18,119000,123000 +CHL,2035,0,98000,102000 +CHL,2035,1,98000,102000 +CHL,2035,2,99000,103000 +CHL,2035,3,99000,103000 +CHL,2035,4,100000,104000 +CHL,2035,5,100000,104000 +CHL,2035,6,101000,105000 +CHL,2035,7,102000,106000 +CHL,2035,8,103000,107000 +CHL,2035,9,104000,108000 +CHL,2035,10,106000,110000 +CHL,2035,11,107000,111000 +CHL,2035,12,108000,113000 +CHL,2035,13,109000,114000 +CHL,2035,14,110000,114000 +CHL,2035,15,111000,115000 +CHL,2035,16,112000,116000 +CHL,2035,17,113000,117000 +CHL,2035,18,116000,120000 +CHL,2036,0,98000,102000 +CHL,2036,1,98000,102000 +CHL,2036,2,99000,102000 +CHL,2036,3,99000,103000 +CHL,2036,4,99000,103000 +CHL,2036,5,100000,104000 +CHL,2036,6,101000,104000 +CHL,2036,7,101000,105000 +CHL,2036,8,102000,106000 +CHL,2036,9,103000,107000 +CHL,2036,10,105000,109000 +CHL,2036,11,106000,110000 +CHL,2036,12,107000,111000 +CHL,2036,13,109000,113000 +CHL,2036,14,110000,114000 +CHL,2036,15,111000,115000 +CHL,2036,16,112000,116000 +CHL,2036,17,112000,116000 +CHL,2036,18,114000,118000 +CHL,2037,0,97000,101000 +CHL,2037,1,97000,101000 +CHL,2037,2,98000,102000 +CHL,2037,3,99000,102000 +CHL,2037,4,99000,103000 +CHL,2037,5,99000,103000 +CHL,2037,6,100000,104000 +CHL,2037,7,101000,105000 +CHL,2037,8,101000,105000 +CHL,2037,9,102000,106000 +CHL,2037,10,103000,107000 +CHL,2037,11,105000,109000 +CHL,2037,12,106000,110000 +CHL,2037,13,108000,112000 +CHL,2037,14,109000,113000 +CHL,2037,15,110000,114000 +CHL,2037,16,111000,115000 +CHL,2037,17,112000,116000 +CHL,2037,18,113000,117000 +CHL,2038,0,96000,100000 +CHL,2038,1,97000,100000 +CHL,2038,2,97000,101000 +CHL,2038,3,98000,102000 +CHL,2038,4,99000,102000 +CHL,2038,5,99000,103000 +CHL,2038,6,100000,103000 +CHL,2038,7,100000,104000 +CHL,2038,8,101000,105000 +CHL,2038,9,101000,105000 +CHL,2038,10,102000,106000 +CHL,2038,11,103000,107000 +CHL,2038,12,105000,109000 +CHL,2038,13,106000,110000 +CHL,2038,14,108000,112000 +CHL,2038,15,109000,113000 +CHL,2038,16,110000,114000 +CHL,2038,17,111000,115000 +CHL,2038,18,112000,116000 +CHL,2039,0,95000,99000 +CHL,2039,1,96000,100000 +CHL,2039,2,97000,100000 +CHL,2039,3,97000,101000 +CHL,2039,4,98000,102000 +CHL,2039,5,99000,102000 +CHL,2039,6,99000,103000 +CHL,2039,7,100000,103000 +CHL,2039,8,100000,104000 +CHL,2039,9,101000,105000 +CHL,2039,10,101000,105000 +CHL,2039,11,102000,106000 +CHL,2039,12,103000,107000 +CHL,2039,13,105000,109000 +CHL,2039,14,106000,110000 +CHL,2039,15,108000,112000 +CHL,2039,16,109000,113000 +CHL,2039,17,111000,115000 +CHL,2039,18,112000,116000 +CHL,2040,0,94000,98000 +CHL,2040,1,95000,99000 +CHL,2040,2,96000,100000 +CHL,2040,3,97000,101000 +CHL,2040,4,97000,101000 +CHL,2040,5,98000,102000 +CHL,2040,6,99000,102000 +CHL,2040,7,99000,103000 +CHL,2040,8,100000,104000 +CHL,2040,9,100000,104000 +CHL,2040,10,101000,105000 +CHL,2040,11,101000,105000 +CHL,2040,12,102000,106000 +CHL,2040,13,103000,107000 +CHL,2040,14,105000,109000 +CHL,2040,15,106000,110000 +CHL,2040,16,108000,112000 +CHL,2040,17,110000,114000 +CHL,2040,18,111000,115000 +CHL,2041,0,94000,98000 +CHL,2041,1,95000,98000 +CHL,2041,2,96000,99000 +CHL,2041,3,96000,100000 +CHL,2041,4,97000,101000 +CHL,2041,5,98000,101000 +CHL,2041,6,98000,102000 +CHL,2041,7,99000,103000 +CHL,2041,8,99000,103000 +CHL,2041,9,100000,104000 +CHL,2041,10,100000,104000 +CHL,2041,11,101000,105000 +CHL,2041,12,102000,106000 +CHL,2041,13,102000,106000 +CHL,2041,14,104000,108000 +CHL,2041,15,105000,109000 +CHL,2041,16,107000,111000 +CHL,2041,17,108000,112000 +CHL,2041,18,110000,114000 +CHL,2042,0,94000,98000 +CHL,2042,1,95000,99000 +CHL,2042,2,95000,99000 +CHL,2042,3,96000,99000 +CHL,2042,4,96000,100000 +CHL,2042,5,97000,101000 +CHL,2042,6,97000,101000 +CHL,2042,7,98000,102000 +CHL,2042,8,99000,103000 +CHL,2042,9,99000,103000 +CHL,2042,10,100000,104000 +CHL,2042,11,100000,104000 +CHL,2042,12,101000,105000 +CHL,2042,13,102000,106000 +CHL,2042,14,103000,107000 +CHL,2042,15,104000,108000 +CHL,2042,16,105000,109000 +CHL,2042,17,107000,111000 +CHL,2042,18,109000,113000 +CHL,2043,0,94000,98000 +CHL,2043,1,95000,99000 +CHL,2043,2,95000,99000 +CHL,2043,3,95000,99000 +CHL,2043,4,96000,99000 +CHL,2043,5,96000,100000 +CHL,2043,6,97000,101000 +CHL,2043,7,97000,101000 +CHL,2043,8,98000,102000 +CHL,2043,9,99000,103000 +CHL,2043,10,99000,103000 +CHL,2043,11,100000,104000 +CHL,2043,12,101000,104000 +CHL,2043,13,101000,105000 +CHL,2043,14,102000,106000 +CHL,2043,15,103000,107000 +CHL,2043,16,104000,108000 +CHL,2043,17,106000,110000 +CHL,2043,18,107000,111000 +CHL,2044,0,94000,98000 +CHL,2044,1,95000,98000 +CHL,2044,2,95000,99000 +CHL,2044,3,95000,99000 +CHL,2044,4,95000,99000 +CHL,2044,5,96000,100000 +CHL,2044,6,96000,100000 +CHL,2044,7,97000,101000 +CHL,2044,8,97000,101000 +CHL,2044,9,98000,102000 +CHL,2044,10,99000,103000 +CHL,2044,11,99000,103000 +CHL,2044,12,100000,104000 +CHL,2044,13,101000,104000 +CHL,2044,14,101000,105000 +CHL,2044,15,102000,106000 +CHL,2044,16,103000,107000 +CHL,2044,17,104000,108000 +CHL,2044,18,106000,110000 +CHL,2045,0,94000,98000 +CHL,2045,1,94000,98000 +CHL,2045,2,94000,98000 +CHL,2045,3,95000,98000 +CHL,2045,4,95000,99000 +CHL,2045,5,95000,99000 +CHL,2045,6,96000,100000 +CHL,2045,7,96000,100000 +CHL,2045,8,97000,101000 +CHL,2045,9,97000,101000 +CHL,2045,10,98000,102000 +CHL,2045,11,99000,102000 +CHL,2045,12,99000,103000 +CHL,2045,13,100000,104000 +CHL,2045,14,101000,104000 +CHL,2045,15,101000,105000 +CHL,2045,16,102000,106000 +CHL,2045,17,103000,107000 +CHL,2045,18,104000,108000 +CHL,2046,0,94000,98000 +CHL,2046,1,94000,98000 +CHL,2046,2,94000,98000 +CHL,2046,3,95000,98000 +CHL,2046,4,95000,99000 +CHL,2046,5,95000,99000 +CHL,2046,6,95000,99000 +CHL,2046,7,96000,100000 +CHL,2046,8,96000,100000 +CHL,2046,9,97000,101000 +CHL,2046,10,97000,101000 +CHL,2046,11,98000,102000 +CHL,2046,12,99000,103000 +CHL,2046,13,99000,103000 +CHL,2046,14,100000,104000 +CHL,2046,15,101000,105000 +CHL,2046,16,102000,105000 +CHL,2046,17,102000,106000 +CHL,2046,18,103000,107000 +CHL,2047,0,94000,97000 +CHL,2047,1,94000,98000 +CHL,2047,2,94000,98000 +CHL,2047,3,94000,98000 +CHL,2047,4,95000,98000 +CHL,2047,5,95000,99000 +CHL,2047,6,95000,99000 +CHL,2047,7,95000,99000 +CHL,2047,8,96000,100000 +CHL,2047,9,96000,100000 +CHL,2047,10,97000,101000 +CHL,2047,11,97000,101000 +CHL,2047,12,98000,102000 +CHL,2047,13,99000,103000 +CHL,2047,14,100000,103000 +CHL,2047,15,100000,104000 +CHL,2047,16,101000,105000 +CHL,2047,17,102000,106000 +CHL,2047,18,103000,106000 +CHL,2048,0,93000,97000 +CHL,2048,1,93000,97000 +CHL,2048,2,94000,98000 +CHL,2048,3,94000,98000 +CHL,2048,4,94000,98000 +CHL,2048,5,95000,98000 +CHL,2048,6,95000,99000 +CHL,2048,7,95000,99000 +CHL,2048,8,95000,99000 +CHL,2048,9,96000,100000 +CHL,2048,10,96000,100000 +CHL,2048,11,97000,101000 +CHL,2048,12,97000,101000 +CHL,2048,13,98000,102000 +CHL,2048,14,99000,103000 +CHL,2048,15,100000,104000 +CHL,2048,16,100000,104000 +CHL,2048,17,101000,105000 +CHL,2048,18,102000,106000 +CHL,2049,0,93000,96000 +CHL,2049,1,93000,97000 +CHL,2049,2,93000,97000 +CHL,2049,3,94000,98000 +CHL,2049,4,94000,98000 +CHL,2049,5,94000,98000 +CHL,2049,6,95000,98000 +CHL,2049,7,95000,99000 +CHL,2049,8,95000,99000 +CHL,2049,9,96000,99000 +CHL,2049,10,96000,100000 +CHL,2049,11,96000,100000 +CHL,2049,12,97000,101000 +CHL,2049,13,97000,101000 +CHL,2049,14,98000,102000 +CHL,2049,15,99000,103000 +CHL,2049,16,100000,104000 +CHL,2049,17,101000,104000 +CHL,2049,18,101000,105000 +CHL,2050,0,92000,96000 +CHL,2050,1,92000,96000 +CHL,2050,2,93000,97000 +CHL,2050,3,93000,97000 +CHL,2050,4,94000,98000 +CHL,2050,5,94000,98000 +CHL,2050,6,94000,98000 +CHL,2050,7,95000,98000 +CHL,2050,8,95000,99000 +CHL,2050,9,95000,99000 +CHL,2050,10,95000,99000 +CHL,2050,11,96000,100000 +CHL,2050,12,96000,100000 +CHL,2050,13,97000,101000 +CHL,2050,14,97000,101000 +CHL,2050,15,98000,102000 +CHL,2050,16,99000,103000 +CHL,2050,17,100000,104000 +CHL,2050,18,101000,104000 +CHN,1990,0,14467109,15645703 +CHN,1990,1,13559243,14608662 +CHN,1990,2,12733831,13672265 +CHN,1990,3,11993506,12838042 +CHN,1990,4,11340899,12107522 +CHN,1990,5,10778642,11482236 +CHN,1990,6,10309367,10963715 +CHN,1990,7,9935706,10553488 +CHN,1990,8,9660290,10253085 +CHN,1990,9,9485751,10064037 +CHN,1990,10,9375071,9945755 +CHN,1990,11,9291230,9857649 +CHN,1990,12,9435114,10011847 +CHN,1990,13,9888655,10494119 +CHN,1990,14,10535534,11179636 +CHN,1990,15,11168172,11852564 +CHN,1990,16,11816893,12549789 +CHN,1990,17,12345865,13096070 +CHN,1990,18,12662683,13380110 +CHN,1991,0,13055469,14233477 +CHN,1991,1,14120820,15269415 +CHN,1991,2,13424594,14460086 +CHN,1991,3,12733703,13668714 +CHN,1991,4,12063478,12910423 +CHN,1991,5,11429250,12200339 +CHN,1991,6,10833723,11540092 +CHN,1991,7,10279602,10931310 +CHN,1991,8,9845346,10456602 +CHN,1991,9,9571538,10158087 +CHN,1991,10,9435629,10010400 +CHN,1991,11,9337658,9905676 +CHN,1991,12,9253415,9817028 +CHN,1991,13,9395928,9969639 +CHN,1991,14,9846981,10449159 +CHN,1991,15,10490659,11131184 +CHN,1991,16,11119979,11800447 +CHN,1991,17,11765191,12493748 +CHN,1991,18,12291266,13036858 +CHN,1992,0,10933261,12081435 +CHN,1992,1,11680377,12769421 +CHN,1992,2,13835564,14957089 +CHN,1992,3,13347441,14371559 +CHN,1992,4,12787767,13721580 +CHN,1992,5,12184600,13035902 +CHN,1992,6,11566002,12343273 +CHN,1992,7,10934761,11645427 +CHN,1992,8,10293665,10944099 +CHN,1992,9,9797131,10403112 +CHN,1992,10,9523760,10105248 +CHN,1992,11,9425799,9998209 +CHN,1992,12,9340086,9906577 +CHN,1992,13,9255083,9817023 +CHN,1992,14,9396835,9968681 +CHN,1992,15,9847325,10447435 +CHN,1992,16,10490552,11128792 +CHN,1992,17,11119240,11797160 +CHN,1992,18,11763698,12489408 +CHN,1993,0,8544979,9646556 +CHN,1993,1,10266712,11353814 +CHN,1993,2,11489868,12549241 +CHN,1993,3,13575080,14670112 +CHN,1993,4,13294862,14308106 +CHN,1993,5,12865809,13798852 +CHN,1993,6,12328807,13184822 +CHN,1993,7,11724741,12508483 +CHN,1993,8,11056489,11771680 +CHN,1993,9,10326930,10976253 +CHN,1993,10,9766982,10367809 +CHN,1993,11,9493541,10070072 +CHN,1993,12,9433475,10003629 +CHN,1993,13,9359901,9924971 +CHN,1993,14,9273978,9834351 +CHN,1993,15,9415230,9985319 +CHN,1993,16,9865995,10464151 +CHN,1993,17,10509964,11146039 +CHN,1993,18,11139189,11814690 +CHN,1994,0,6547027,7603538 +CHN,1994,1,8971836,10051951 +CHN,1994,2,10770455,11852341 +CHN,1994,3,12011961,13076860 +CHN,1994,4,13295653,14362363 +CHN,1994,5,13224532,14225219 +CHN,1994,6,12927185,13857911 +CHN,1994,7,12457318,13316625 +CHN,1994,8,11868638,12657547 +CHN,1994,9,11164110,11882625 +CHN,1994,10,10346701,10993808 +CHN,1994,11,9723825,10318465 +CHN,1994,12,9450676,10021255 +CHN,1994,13,9428733,9995652 +CHN,1994,14,9367445,9930123 +CHN,1994,15,9280710,9838553 +CHN,1994,16,9421275,9988627 +CHN,1994,17,9871720,10466894 +CHN,1994,18,10515586,11148403 +CHN,1995,0,5421901,6449127 +CHN,1995,1,8071210,9146018 +CHN,1995,2,10085506,11181624 +CHN,1995,3,11531183,12625703 +CHN,1995,4,12474633,13548015 +CHN,1995,5,12982250,14018317 +CHN,1995,6,13120426,14106368 +CHN,1995,7,12955554,13881926 +CHN,1995,8,12554027,13414749 +CHN,1995,9,11982238,12774596 +CHN,1995,10,11243231,11963518 +CHN,1995,11,10340051,10983564 +CHN,1995,12,9655834,10243034 +CHN,1995,13,9383673,9947102 +CHN,1995,14,9399914,9962402 +CHN,1995,15,9351068,9910167 +CHN,1995,16,9263744,9817879 +CHN,1995,17,9403262,9966679 +CHN,1995,18,9852236,10443172 +CHN,1996,0,5433150,6460034 +CHN,1996,1,5987079,7030006 +CHN,1996,2,8232584,9310731 +CHN,1996,3,9997060,11088817 +CHN,1996,4,11320983,12407323 +CHN,1996,5,12244827,13309307 +CHN,1996,6,12835370,13864915 +CHN,1996,7,13159389,14144294 +CHN,1996,8,13125843,14055066 +CHN,1996,9,12722599,13586116 +CHN,1996,10,12069042,12861765 +CHN,1996,11,11299767,12019528 +CHN,1996,12,10391551,11034402 +CHN,1996,13,9703359,10289767 +CHN,1996,14,9429368,9991898 +CHN,1996,15,9445260,10006748 +CHN,1996,16,9395614,9953586 +CHN,1996,17,9307201,9860067 +CHN,1996,18,9446831,10008786 +CHN,1997,0,6326336,7366460 +CHN,1997,1,7802002,8889044 +CHN,1997,2,6521207,7574953 +CHN,1997,3,8348019,9424796 +CHN,1997,4,9851332,10934228 +CHN,1997,5,11045336,12119233 +CHN,1997,6,11944220,12995800 +CHN,1997,7,12614770,13634074 +CHN,1997,8,13123769,14104204 +CHN,1997,9,13222431,14151368 +CHN,1997,10,12819753,13683229 +CHN,1997,11,12087711,12878258 +CHN,1997,12,11292381,12009363 +CHN,1997,13,10384263,11024485 +CHN,1997,14,9695987,10279841 +CHN,1997,15,9421714,9981673 +CHN,1997,16,9437165,9995989 +CHN,1997,17,9386996,9942188 +CHN,1997,18,9297991,9847949 +CHN,1998,0,7699398,8763934 +CHN,1998,1,8099532,9193471 +CHN,1998,2,8556759,9666296 +CHN,1998,3,7034703,8096884 +CHN,1998,4,8438923,9512069 +CHN,1998,5,9677588,10749493 +CHN,1998,6,10738649,11798114 +CHN,1998,7,11610056,12646888 +CHN,1998,8,12358408,13365769 +CHN,1998,9,13050303,14024708 +CHN,1998,10,13280450,14207686 +CHN,1998,11,12879500,13741667 +CHN,1998,12,12071352,12858596 +CHN,1998,13,11252352,11965566 +CHN,1998,14,10346961,10983696 +CHN,1998,15,9660592,10241132 +CHN,1998,16,9386830,9943501 +CHN,1998,17,9401797,9957244 +CHN,1998,18,9351252,9902957 +CHN,1999,0,8965462,10060611 +CHN,1999,1,8413251,9517781 +CHN,1999,2,8179756,9287536 +CHN,1999,3,8216652,9321778 +CHN,1999,4,7551757,8623428 +CHN,1999,5,8536877,9607474 +CHN,1999,6,9513402,10575411 +CHN,1999,7,10443170,11489296 +CHN,1999,8,11288023,12311188 +CHN,1999,9,12114432,13110908 +CHN,1999,10,12988872,13958278 +CHN,1999,11,13350013,14276533 +CHN,1999,12,12950425,13812204 +CHN,1999,13,12065851,12850639 +CHN,1999,14,11222578,11932792 +CHN,1999,15,10319089,10953029 +CHN,1999,16,9634004,10211863 +CHN,1999,17,9360508,9914499 +CHN,1999,18,9375006,9927684 +CHN,2000,0,9709731,10836728 +CHN,2000,1,8574312,9693698 +CHN,2000,2,7908409,9020219 +CHN,2000,3,7647720,8751417 +CHN,2000,4,7727945,8822418 +CHN,2000,5,8084781,9168350 +CHN,2000,6,8653927,9724338 +CHN,2000,7,9371081,10425508 +CHN,2000,8,10171942,11206988 +CHN,2000,9,10992207,12003903 +CHN,2000,10,11898376,12886102 +CHN,2000,11,12956948,13923434 +CHN,2000,12,13449618,14377414 +CHN,2000,13,13050486,13913723 +CHN,2000,14,12087649,12871656 +CHN,2000,15,11218247,11926973 +CHN,2000,16,10314615,10947105 +CHN,2000,17,9629262,10205664 +CHN,2000,18,9355411,9907895 +CHN,2001,0,9751745,10904870 +CHN,2001,1,9353245,10476209 +CHN,2001,2,8465150,9579379 +CHN,2001,3,7954137,9060269 +CHN,2001,4,7771219,8869207 +CHN,2001,5,7867410,8956519 +CHN,2001,6,8178657,9257592 +CHN,2001,7,8640904,9707813 +CHN,2001,8,9280508,10332205 +CHN,2001,9,10078622,11110972 +CHN,2001,10,10941052,11949624 +CHN,2001,11,11858782,12843143 +CHN,2001,12,12913205,13876146 +CHN,2001,13,13403435,14327501 +CHN,2001,14,13004660,13864011 +CHN,2001,15,12043963,12823939 +CHN,2001,16,11176343,11880848 +CHN,2001,17,10274521,10902550 +CHN,2001,18,9590569,10162307 +CHN,2002,0,9304772,10484899 +CHN,2002,1,8287029,9437602 +CHN,2002,2,9023125,10144139 +CHN,2002,3,8379246,9490485 +CHN,2002,4,8021298,9123963 +CHN,2002,5,7915434,9009929 +CHN,2002,6,8027808,9113735 +CHN,2002,7,8294438,9370861 +CHN,2002,8,8651342,9716784 +CHN,2002,9,9215351,10266243 +CHN,2002,10,10012889,11044348 +CHN,2002,11,10919703,11926821 +CHN,2002,12,11851448,12833970 +CHN,2002,13,12904592,13865365 +CHN,2002,14,13393719,14315286 +CHN,2002,15,12994218,13850781 +CHN,2002,16,12033050,12809972 +CHN,2002,17,11164857,11865995 +CHN,2002,18,10262394,10886699 +CHN,2003,0,8568490,9776534 +CHN,2003,1,8011179,9183121 +CHN,2003,2,7675895,8819779 +CHN,2003,3,8707467,9827902 +CHN,2003,4,8307111,9416739 +CHN,2003,5,8101870,9202445 +CHN,2003,6,8073003,9165369 +CHN,2003,7,8201770,9285863 +CHN,2003,8,8424158,9499390 +CHN,2003,9,8676150,9741414 +CHN,2003,10,9165382,10216712 +CHN,2003,11,9963667,10995406 +CHN,2003,12,10916436,11923188 +CHN,2003,13,11863764,12845450 +CHN,2003,14,12917375,13876894 +CHN,2003,15,13406208,14326103 +CHN,2003,16,13005318,13859833 +CHN,2003,17,12042084,12816610 +CHN,2003,18,11171875,11870227 +CHN,2004,0,7854236,9090724 +CHN,2004,1,7756896,8952538 +CHN,2004,2,7721441,8884744 +CHN,2004,3,7744727,8882948 +CHN,2004,4,8387521,9507010 +CHN,2004,5,8231528,9339158 +CHN,2004,6,8179502,9277590 +CHN,2004,7,8227859,9317699 +CHN,2004,8,8373016,9454878 +CHN,2004,9,8550950,9624604 +CHN,2004,10,8697637,9762353 +CHN,2004,11,9111692,10163105 +CHN,2004,12,9910413,10942089 +CHN,2004,13,10908895,11914945 +CHN,2004,14,11871480,12852004 +CHN,2004,15,12925147,13883101 +CHN,2004,16,13413494,14331422 +CHN,2004,17,13011368,13863563 +CHN,2004,18,12046438,12818322 +CHN,2005,0,7395977,8660786 +CHN,2005,1,7595846,8816297 +CHN,2005,2,7750321,8934974 +CHN,2005,3,7870998,9027277 +CHN,2005,4,7969472,9103666 +CHN,2005,5,8057339,9174601 +CHN,2005,6,8146195,9250544 +CHN,2005,7,8247636,9341954 +CHN,2005,8,8373257,9459290 +CHN,2005,9,8534654,9613015 +CHN,2005,10,8667870,9738690 +CHN,2005,11,8708948,9771879 +CHN,2005,12,9047247,10097527 +CHN,2005,13,9845468,10875889 +CHN,2005,14,10888549,11892733 +CHN,2005,15,11865280,12843509 +CHN,2005,16,12917768,13873048 +CHN,2005,17,13405055,14319956 +CHN,2005,18,13002163,13851054 +CHN,2006,0,7262825,8560508 +CHN,2006,1,7447090,8705887 +CHN,2006,2,7608312,8827079 +CHN,2006,3,7738886,8924643 +CHN,2006,4,7847919,9006797 +CHN,2006,5,7944518,9081758 +CHN,2006,6,8040308,9160022 +CHN,2006,7,8146916,9252083 +CHN,2006,8,8260852,9354769 +CHN,2006,9,8386188,9471740 +CHN,2006,10,8539585,9618047 +CHN,2006,11,8669702,9740680 +CHN,2006,12,8710083,9772960 +CHN,2006,13,9047649,10097590 +CHN,2006,14,9845151,10874859 +CHN,2006,15,10887527,11890571 +CHN,2006,16,11863520,12840168 +CHN,2006,17,12915250,13868474 +CHN,2006,18,13401871,14314339 +CHN,2007,0,7353119,8683002 +CHN,2007,1,7595720,8877419 +CHN,2007,2,7493267,8744970 +CHN,2007,3,7615697,8831719 +CHN,2007,4,7722260,8908079 +CHN,2007,5,7819565,8980016 +CHN,2007,6,7914222,9053495 +CHN,2007,7,8017878,9139040 +CHN,2007,8,8142183,9247175 +CHN,2007,9,8268552,9361078 +CHN,2007,10,8393517,9477600 +CHN,2007,11,8538805,9616380 +CHN,2007,12,8665733,9735883 +CHN,2007,13,8705389,9767230 +CHN,2007,14,9041995,10090613 +CHN,2007,15,9838244,10866247 +CHN,2007,16,10879216,11880118 +CHN,2007,17,11853816,12827873 +CHN,2007,18,12904085,13854226 +CHN,2008,0,7590123,8944477 +CHN,2008,1,7687994,8996161 +CHN,2008,2,7748621,9016739 +CHN,2008,3,7534984,8778511 +CHN,2008,4,7618560,8830771 +CHN,2008,5,7701055,8885883 +CHN,2008,6,7786578,8947559 +CHN,2008,7,7879237,9019511 +CHN,2008,8,7990696,9112282 +CHN,2008,9,8132619,9236418 +CHN,2008,10,8271341,9361463 +CHN,2008,11,8395863,9477464 +CHN,2008,12,8532957,9608630 +CHN,2008,13,8656622,9724928 +CHN,2008,14,8695529,9755322 +CHN,2008,15,9030976,10077254 +CHN,2008,16,9825499,10850762 +CHN,2008,17,10864451,11862152 +CHN,2008,18,11837081,12807464 +CHN,2009,0,7852366,9214797 +CHN,2009,1,7798656,9122114 +CHN,2009,2,7751459,9039720 +CHN,2009,3,7713989,8970542 +CHN,2009,4,7576919,8811789 +CHN,2009,5,7621677,8829588 +CHN,2009,6,7680127,8863470 +CHN,2009,7,7753880,8914893 +CHN,2009,8,7844547,8985316 +CHN,2009,9,7963805,9085304 +CHN,2009,10,8123336,9225423 +CHN,2009,11,8274406,9361599 +CHN,2009,12,8398489,9477074 +CHN,2009,13,8527400,9600630 +CHN,2009,14,8647809,9713722 +CHN,2009,15,8685970,9743164 +CHN,2009,16,9020269,10063639 +CHN,2009,17,9813095,10835002 +CHN,2009,18,10850063,11843884 +CHN,2010,0,8049043,9397504 +CHN,2010,1,7899422,9222459 +CHN,2010,2,7782691,9080681 +CHN,2010,3,7697966,8971376 +CHN,2010,4,7644359,8893754 +CHN,2010,5,7620985,8847022 +CHN,2010,6,7626959,8830389 +CHN,2010,7,7661394,8843062 +CHN,2010,8,7723405,8884250 +CHN,2010,9,7812105,8953161 +CHN,2010,10,7939193,9060384 +CHN,2010,11,8116368,9216508 +CHN,2010,12,8279822,9363835 +CHN,2010,13,8403501,9478813 +CHN,2010,14,8524271,9594792 +CHN,2010,15,8641459,9704705 +CHN,2010,16,8678886,9733202 +CHN,2010,17,9012133,10052292 +CHN,2010,18,9803488,10821685 +CHN,2011,0,8163825,9473860 +CHN,2011,1,8022777,9362049 +CHN,2011,2,7889268,9209098 +CHN,2011,3,7782766,9081321 +CHN,2011,4,7703338,8979245 +CHN,2011,5,7651054,8903400 +CHN,2011,6,7625048,8853012 +CHN,2011,7,7624455,8827306 +CHN,2011,8,7654012,8833330 +CHN,2011,9,7715654,8874221 +CHN,2011,10,7806649,8946598 +CHN,2011,11,7934052,9054544 +CHN,2011,12,8110519,9209968 +CHN,2011,13,8273179,9356504 +CHN,2011,14,8395995,9470620 +CHN,2011,15,8515862,9585678 +CHN,2011,16,8632144,9694652 +CHN,2011,17,8668681,9722245 +CHN,2011,18,9001089,10040300 +CHN,2012,0,8228338,9478288 +CHN,2012,1,8056837,9329860 +CHN,2012,2,7997618,9328057 +CHN,2012,3,7880202,9197176 +CHN,2012,4,7783912,9083379 +CHN,2012,5,7709771,8988515 +CHN,2012,6,7658802,8914436 +CHN,2012,7,7630160,8860384 +CHN,2012,8,7623001,8825601 +CHN,2012,9,7647684,8824977 +CHN,2012,10,7708966,8865579 +CHN,2012,11,7802269,8941432 +CHN,2012,12,7930003,9050119 +CHN,2012,13,8105786,9204867 +CHN,2012,14,8267676,9350635 +CHN,2012,15,8389645,9463907 +CHN,2012,16,8508625,9578061 +CHN,2012,17,8624018,9686113 +CHN,2012,18,8659671,9712806 +CHN,2013,0,8245843,9424025 +CHN,2013,1,8114211,9343960 +CHN,2013,2,7998748,9264568 +CHN,2013,3,7973227,9294846 +CHN,2013,4,7871894,9186027 +CHN,2013,5,7785808,9086203 +CHN,2013,6,7716948,8998545 +CHN,2013,7,7667289,8926226 +CHN,2013,8,7636008,8868505 +CHN,2013,9,7622282,8824640 +CHN,2013,10,7642093,8817367 +CHN,2013,11,7703021,8857682 +CHN,2013,12,7798640,8937020 +CHN,2013,13,7926719,9046456 +CHN,2013,14,8101834,9200541 +CHN,2013,15,8262969,9345552 +CHN,2013,16,8384103,9457990 +CHN,2013,17,8502208,9571251 +CHN,2013,18,8616723,9678389 +CHN,2014,0,8228073,9336995 +CHN,2014,1,8148787,9332081 +CHN,2014,2,8068073,9306458 +CHN,2014,3,7988333,9264461 +CHN,2014,4,7948416,9260758 +CHN,2014,5,7863174,9174015 +CHN,2014,6,7787299,9088176 +CHN,2014,7,7723722,9007733 +CHN,2014,8,7675377,8937181 +CHN,2014,9,7641458,8875795 +CHN,2014,10,7621165,8822851 +CHN,2014,11,7636102,8808929 +CHN,2014,12,7696673,8848953 +CHN,2014,13,7794603,8931768 +CHN,2014,14,7923020,9041944 +CHN,2014,15,8097458,9195352 +CHN,2014,16,8257829,9339593 +CHN,2014,17,8378122,9451185 +CHN,2014,18,8495346,9563541 +CHN,2015,0,8184684,9237247 +CHN,2015,1,8156408,9295737 +CHN,2015,2,8112186,9317971 +CHN,2015,3,8055906,9309761 +CHN,2015,4,7991452,9276922 +CHN,2015,5,7922712,9225268 +CHN,2015,6,7853571,9160613 +CHN,2015,7,7787915,9088771 +CHN,2015,8,7729630,9015555 +CHN,2015,9,7682603,8946780 +CHN,2015,10,7646051,8881739 +CHN,2015,11,7619192,8819726 +CHN,2015,12,7629254,8799156 +CHN,2015,13,7689460,8838884 +CHN,2015,14,7789692,8925163 +CHN,2015,15,7918431,9036061 +CHN,2015,16,8092174,9188769 +CHN,2015,17,8251763,9332218 +CHN,2015,18,8371201,9442949 +CHN,2016,0,8115752,9131077 +CHN,2016,1,8175608,9240392 +CHN,2016,2,8152404,9294299 +CHN,2016,3,8111490,9313840 +CHN,2016,4,8057020,9304485 +CHN,2016,5,7993151,9271706 +CHN,2016,6,7923789,9221337 +CHN,2016,7,7852841,9159212 +CHN,2016,8,7785708,9088983 +CHN,2016,9,7727042,9015394 +CHN,2016,10,7680253,8945006 +CHN,2016,11,7643348,8878965 +CHN,2016,12,7615826,8816233 +CHN,2016,13,7625120,8794824 +CHN,2016,14,7684449,8833588 +CHN,2016,15,7783753,8918835 +CHN,2016,16,7911557,9028671 +CHN,2016,17,8084317,9180252 +CHN,2016,18,8243187,9322803 +CHN,2017,0,8015215,9006733 +CHN,2017,1,8088049,9155115 +CHN,2017,2,8166914,9243103 +CHN,2017,3,8148784,9292422 +CHN,2017,4,8111176,9309269 +CHN,2017,5,8058515,9298769 +CHN,2017,6,7995228,9266051 +CHN,2017,7,7925241,9216969 +CHN,2017,8,7852483,9157378 +CHN,2017,9,7783868,9088767 +CHN,2017,10,7724818,9014807 +CHN,2017,11,7678265,8942810 +CHN,2017,12,7641004,8875772 +CHN,2017,13,7612818,8812324 +CHN,2017,14,7621346,8790075 +CHN,2017,15,7679800,8827873 +CHN,2017,16,7778181,8912083 +CHN,2017,17,7905054,9020851 +CHN,2017,18,8076840,9171299 +CHN,2018,0,7888935,8863844 +CHN,2018,1,8011836,9045198 +CHN,2018,2,8090213,9175621 +CHN,2018,3,8157517,9244661 +CHN,2018,4,8144463,9289385 +CHN,2018,5,8110165,9303534 +CHN,2018,6,8059319,9291891 +CHN,2018,7,7996619,9259237 +CHN,2018,8,7926013,9211449 +CHN,2018,9,7851450,9154401 +CHN,2018,10,7781359,9087416 +CHN,2018,11,7721930,9013096 +CHN,2018,12,7675617,8939497 +CHN,2018,13,7638004,8871469 +CHN,2018,14,7609156,8807314 +CHN,2018,15,7616915,8784228 +CHN,2018,16,7674490,8821055 +CHN,2018,17,7771938,8904218 +CHN,2018,18,7897869,9011904 +CHN,2019,0,7746000,8701000 +CHN,2019,1,7912000,8910000 +CHN,2019,2,8029000,9068000 +CHN,2019,3,8102000,9182000 +CHN,2019,4,8146000,9245000 +CHN,2019,5,8138000,9285000 +CHN,2019,6,8107000,9296000 +CHN,2019,7,8058000,9283000 +CHN,2019,8,7996000,9251000 +CHN,2019,9,7925000,9204000 +CHN,2019,10,7849000,9150000 +CHN,2019,11,7777000,9084000 +CHN,2019,12,7717000,9010000 +CHN,2019,13,7671000,8935000 +CHN,2019,14,7633000,8866000 +CHN,2019,15,7604000,8801000 +CHN,2019,16,7611000,8777000 +CHN,2019,17,7668000,8813000 +CHN,2019,18,7764000,8895000 +CHN,2020,0,7593000,8520000 +CHN,2020,1,7792000,8751000 +CHN,2020,2,7941000,8934000 +CHN,2020,3,8044000,9075000 +CHN,2020,4,8106000,9176000 +CHN,2020,5,8133000,9242000 +CHN,2020,6,8130000,9278000 +CHN,2020,7,8103000,9287000 +CHN,2020,8,8055000,9273000 +CHN,2020,9,7994000,9240000 +CHN,2020,10,7922000,9195000 +CHN,2020,11,7844000,9143000 +CHN,2020,12,7771000,9079000 +CHN,2020,13,7711000,9004000 +CHN,2020,14,7665000,8928000 +CHN,2020,15,7627000,8858000 +CHN,2020,16,7597000,8792000 +CHN,2020,17,7603000,8767000 +CHN,2020,18,7659000,8802000 +CHN,2021,0,7441000,8328000 +CHN,2021,1,7617000,8540000 +CHN,2021,2,7799000,8755000 +CHN,2021,3,7936000,8930000 +CHN,2021,4,8034000,9065000 +CHN,2021,5,8095000,9166000 +CHN,2021,6,8126000,9236000 +CHN,2021,7,8131000,9278000 +CHN,2021,8,8109000,9292000 +CHN,2021,9,8062000,9278000 +CHN,2021,10,7996000,9241000 +CHN,2021,11,7922000,9195000 +CHN,2021,12,7844000,9142000 +CHN,2021,13,7770000,9077000 +CHN,2021,14,7709000,9001000 +CHN,2021,15,7662000,8923000 +CHN,2021,16,7623000,8852000 +CHN,2021,17,7591000,8786000 +CHN,2021,18,7597000,8760000 +CHN,2022,0,7284000,8121000 +CHN,2022,1,7515000,8382000 +CHN,2022,2,7639000,8557000 +CHN,2022,3,7803000,8758000 +CHN,2022,4,7929000,8922000 +CHN,2022,5,8022000,9054000 +CHN,2022,6,8082000,9154000 +CHN,2022,7,8117000,9227000 +CHN,2022,8,8130000,9276000 +CHN,2022,9,8113000,9295000 +CHN,2022,10,8065000,9280000 +CHN,2022,11,7996000,9240000 +CHN,2022,12,7920000,9192000 +CHN,2022,13,7841000,9138000 +CHN,2022,14,7766000,9073000 +CHN,2022,15,7704000,8996000 +CHN,2022,16,7656000,8917000 +CHN,2022,17,7616000,8845000 +CHN,2022,18,7584000,8777000 +CHN,2023,0,7132000,7916000 +CHN,2023,1,7361000,8181000 +CHN,2023,2,7554000,8413000 +CHN,2023,3,7658000,8573000 +CHN,2023,4,7805000,8758000 +CHN,2023,5,7921000,8913000 +CHN,2023,6,8007000,9040000 +CHN,2023,7,8067000,9140000 +CHN,2023,8,8105000,9216000 +CHN,2023,9,8126000,9272000 +CHN,2023,10,8116000,9296000 +CHN,2023,11,8067000,9280000 +CHN,2023,12,7993000,9237000 +CHN,2023,13,7916000,9187000 +CHN,2023,14,7836000,9133000 +CHN,2023,15,7760000,9066000 +CHN,2023,16,7697000,8988000 +CHN,2023,17,7649000,8908000 +CHN,2023,18,7608000,8835000 +CHN,2024,0,7000000,7734000 +CHN,2024,1,7215000,7989000 +CHN,2024,2,7404000,8220000 +CHN,2024,3,7568000,8427000 +CHN,2024,4,7676000,8587000 +CHN,2024,5,7805000,8756000 +CHN,2024,6,7910000,8903000 +CHN,2024,7,7991000,9025000 +CHN,2024,8,8050000,9123000 +CHN,2024,9,8092000,9203000 +CHN,2024,10,8121000,9266000 +CHN,2024,11,8116000,9295000 +CHN,2024,12,8067000,9279000 +CHN,2024,13,7989000,9232000 +CHN,2024,14,7910000,9180000 +CHN,2024,15,7829000,9125000 +CHN,2024,16,7753000,9058000 +CHN,2024,17,7689000,8979000 +CHN,2024,18,7640000,8898000 +CHN,2025,0,6898000,7588000 +CHN,2025,1,7087000,7818000 +CHN,2025,2,7262000,8036000 +CHN,2025,3,7421000,8239000 +CHN,2025,4,7565000,8427000 +CHN,2025,5,7693000,8599000 +CHN,2025,6,7804000,8753000 +CHN,2025,7,7897000,8890000 +CHN,2025,8,7974000,9008000 +CHN,2025,9,8032000,9106000 +CHN,2025,10,8077000,9188000 +CHN,2025,11,8114000,9259000 +CHN,2025,12,8114000,9292000 +CHN,2025,13,8065000,9276000 +CHN,2025,14,7983000,9225000 +CHN,2025,15,7903000,9171000 +CHN,2025,16,7821000,9116000 +CHN,2025,17,7744000,9048000 +CHN,2025,18,7679000,8968000 +CHN,2026,0,6841000,7494000 +CHN,2026,1,6919000,7608000 +CHN,2026,2,7093000,7824000 +CHN,2026,3,7259000,8032000 +CHN,2026,4,7414000,8231000 +CHN,2026,5,7557000,8418000 +CHN,2026,6,7688000,8593000 +CHN,2026,7,7805000,8754000 +CHN,2026,8,7904000,8896000 +CHN,2026,9,7980000,9013000 +CHN,2026,10,8034000,9108000 +CHN,2026,11,8078000,9188000 +CHN,2026,12,8115000,9259000 +CHN,2026,13,8114000,9291000 +CHN,2026,14,8064000,9274000 +CHN,2026,15,7981000,9222000 +CHN,2026,16,7899000,9167000 +CHN,2026,17,7817000,9111000 +CHN,2026,18,7739000,9042000 +CHN,2027,0,6814000,7439000 +CHN,2027,1,6915000,7575000 +CHN,2027,2,6937000,7626000 +CHN,2027,3,7097000,7826000 +CHN,2027,4,7253000,8025000 +CHN,2027,5,7403000,8219000 +CHN,2027,6,7546000,8406000 +CHN,2027,7,7680000,8584000 +CHN,2027,8,7804000,8752000 +CHN,2027,9,7907000,8899000 +CHN,2027,10,7983000,9016000 +CHN,2027,11,8034000,9106000 +CHN,2027,12,8076000,9185000 +CHN,2027,13,8112000,9255000 +CHN,2027,14,8111000,9286000 +CHN,2027,15,8059000,9268000 +CHN,2027,16,7976000,9216000 +CHN,2027,17,7893000,9160000 +CHN,2027,18,7810000,9102000 +CHN,2028,0,6807000,7408000 +CHN,2028,1,6855000,7484000 +CHN,2028,2,6928000,7588000 +CHN,2028,3,6953000,7642000 +CHN,2028,4,7098000,7827000 +CHN,2028,5,7245000,8016000 +CHN,2028,6,7391000,8205000 +CHN,2028,7,7533000,8391000 +CHN,2028,8,7669000,8572000 +CHN,2028,9,7801000,8748000 +CHN,2028,10,7909000,8899000 +CHN,2028,11,7984000,9016000 +CHN,2028,12,8031000,9103000 +CHN,2028,13,8071000,9180000 +CHN,2028,14,8107000,9249000 +CHN,2028,15,8105000,9279000 +CHN,2028,16,8053000,9260000 +CHN,2028,17,7968000,9207000 +CHN,2028,18,7885000,9150000 +CHN,2029,0,6805000,7381000 +CHN,2029,1,6806000,7405000 +CHN,2029,2,6842000,7467000 +CHN,2029,3,6907000,7564000 +CHN,2029,4,6968000,7657000 +CHN,2029,5,7098000,7826000 +CHN,2029,6,7236000,8006000 +CHN,2029,7,7377000,8191000 +CHN,2029,8,7518000,8376000 +CHN,2029,9,7658000,8560000 +CHN,2029,10,7796000,8743000 +CHN,2029,11,7908000,8899000 +CHN,2029,12,7983000,9015000 +CHN,2029,13,8027000,9098000 +CHN,2029,14,8065000,9174000 +CHN,2029,15,8100000,9242000 +CHN,2029,16,8097000,9271000 +CHN,2029,17,8045000,9251000 +CHN,2029,18,7959000,9197000 +CHN,2030,0,6796000,7344000 +CHN,2030,1,6763000,7330000 +CHN,2030,2,6770000,7362000 +CHN,2030,3,6813000,7433000 +CHN,2030,4,6885000,7538000 +CHN,2030,5,6981000,7671000 +CHN,2030,6,7096000,7825000 +CHN,2030,7,7225000,7995000 +CHN,2030,8,7362000,8175000 +CHN,2030,9,7503000,8359000 +CHN,2030,10,7645000,8547000 +CHN,2030,11,7790000,8736000 +CHN,2030,12,7907000,8897000 +CHN,2030,13,7981000,9012000 +CHN,2030,14,8021000,9092000 +CHN,2030,15,8058000,9166000 +CHN,2030,16,8093000,9233000 +CHN,2030,17,8089000,9262000 +CHN,2030,18,8035000,9241000 +CHN,2031,0,6782000,7295000 +CHN,2031,1,6775000,7320000 +CHN,2031,2,6758000,7323000 +CHN,2031,3,6775000,7366000 +CHN,2031,4,6823000,7443000 +CHN,2031,5,6896000,7549000 +CHN,2031,6,6990000,7679000 +CHN,2031,7,7099000,7826000 +CHN,2031,8,7223000,7991000 +CHN,2031,9,7359000,8170000 +CHN,2031,10,7502000,8357000 +CHN,2031,11,7645000,8545000 +CHN,2031,12,7789000,8734000 +CHN,2031,13,7905000,8894000 +CHN,2031,14,7979000,9009000 +CHN,2031,15,8018000,9087000 +CHN,2031,16,8054000,9160000 +CHN,2031,17,8088000,9227000 +CHN,2031,18,8084000,9255000 +CHN,2032,0,6761000,7236000 +CHN,2032,1,6706000,7204000 +CHN,2032,2,6754000,7295000 +CHN,2032,3,6753000,7316000 +CHN,2032,4,6780000,7370000 +CHN,2032,5,6832000,7453000 +CHN,2032,6,6906000,7560000 +CHN,2032,7,6997000,7687000 +CHN,2032,8,7100000,7826000 +CHN,2032,9,7219000,7986000 +CHN,2032,10,7356000,8165000 +CHN,2032,11,7500000,8355000 +CHN,2032,12,7644000,8543000 +CHN,2032,13,7787000,8731000 +CHN,2032,14,7903000,8890000 +CHN,2032,15,7975000,9004000 +CHN,2032,16,8014000,9082000 +CHN,2032,17,8049000,9154000 +CHN,2032,18,8082000,9219000 +CHN,2033,0,6733000,7172000 +CHN,2033,1,6683000,7149000 +CHN,2033,2,6665000,7159000 +CHN,2033,3,6732000,7270000 +CHN,2033,4,6746000,7309000 +CHN,2033,5,6783000,7374000 +CHN,2033,6,6840000,7462000 +CHN,2033,7,6916000,7571000 +CHN,2033,8,7004000,7694000 +CHN,2033,9,7100000,7826000 +CHN,2033,10,7214000,7980000 +CHN,2033,11,7350000,8159000 +CHN,2033,12,7497000,8351000 +CHN,2033,13,7641000,8540000 +CHN,2033,14,7784000,8727000 +CHN,2033,15,7899000,8886000 +CHN,2033,16,7971000,8999000 +CHN,2033,17,8009000,9076000 +CHN,2033,18,8043000,9147000 +CHN,2034,0,6698000,7112000 +CHN,2034,1,6661000,7102000 +CHN,2034,2,6646000,7115000 +CHN,2034,3,6652000,7150000 +CHN,2034,4,6708000,7243000 +CHN,2034,5,6737000,7299000 +CHN,2034,6,6784000,7375000 +CHN,2034,7,6846000,7469000 +CHN,2034,8,6923000,7579000 +CHN,2034,9,7008000,7700000 +CHN,2034,10,7098000,7824000 +CHN,2034,11,7207000,7973000 +CHN,2034,12,7343000,8151000 +CHN,2034,13,7492000,8346000 +CHN,2034,14,7636000,8535000 +CHN,2034,15,7779000,8722000 +CHN,2034,16,7893000,8880000 +CHN,2034,17,7964000,8992000 +CHN,2034,18,8001000,9068000 +CHN,2035,0,6659000,7062000 +CHN,2035,1,6634000,7062000 +CHN,2035,2,6625000,7077000 +CHN,2035,3,6631000,7108000 +CHN,2035,4,6650000,7154000 +CHN,2035,5,6682000,7214000 +CHN,2035,6,6727000,7288000 +CHN,2035,7,6783000,7375000 +CHN,2035,8,6850000,7475000 +CHN,2035,9,6928000,7586000 +CHN,2035,10,7011000,7703000 +CHN,2035,11,7094000,7821000 +CHN,2035,12,7198000,7964000 +CHN,2035,13,7334000,8142000 +CHN,2035,14,7485000,8339000 +CHN,2035,15,7629000,8528000 +CHN,2035,16,7771000,8714000 +CHN,2035,17,7884000,8871000 +CHN,2035,18,7954000,8982000 +CHN,2036,0,6621000,7031000 +CHN,2036,1,6649000,7055000 +CHN,2036,2,6633000,7060000 +CHN,2036,3,6629000,7079000 +CHN,2036,4,6637000,7111000 +CHN,2036,5,6657000,7158000 +CHN,2036,6,6688000,7218000 +CHN,2036,7,6729000,7290000 +CHN,2036,8,6783000,7375000 +CHN,2036,9,6850000,7474000 +CHN,2036,10,6928000,7586000 +CHN,2036,11,7011000,7703000 +CHN,2036,12,7093000,7819000 +CHN,2036,13,7198000,7962000 +CHN,2036,14,7332000,8139000 +CHN,2036,15,7483000,8335000 +CHN,2036,16,7626000,8524000 +CHN,2036,17,7767000,8709000 +CHN,2036,18,7880000,8865000 +CHN,2037,0,6577000,7008000 +CHN,2037,1,6583000,7013000 +CHN,2037,2,6638000,7047000 +CHN,2037,3,6630000,7057000 +CHN,2037,4,6631000,7079000 +CHN,2037,5,6642000,7114000 +CHN,2037,6,6662000,7161000 +CHN,2037,7,6692000,7220000 +CHN,2037,8,6730000,7290000 +CHN,2037,9,6781000,7373000 +CHN,2037,10,6848000,7472000 +CHN,2037,11,6928000,7584000 +CHN,2037,12,7010000,7701000 +CHN,2037,13,7092000,7817000 +CHN,2037,14,7195000,7958000 +CHN,2037,15,7329000,8135000 +CHN,2037,16,7479000,8330000 +CHN,2037,17,7622000,8518000 +CHN,2037,18,7762000,8702000 +CHN,2038,0,6531000,6991000 +CHN,2038,1,6553000,6995000 +CHN,2038,2,6572000,7005000 +CHN,2038,3,6625000,7038000 +CHN,2038,4,6625000,7053000 +CHN,2038,5,6632000,7079000 +CHN,2038,6,6645000,7115000 +CHN,2038,7,6667000,7163000 +CHN,2038,8,6695000,7221000 +CHN,2038,9,6730000,7288000 +CHN,2038,10,6778000,7371000 +CHN,2038,11,6845000,7469000 +CHN,2038,12,6925000,7581000 +CHN,2038,13,7008000,7698000 +CHN,2038,14,7089000,7813000 +CHN,2038,15,7192000,7954000 +CHN,2038,16,7324000,8129000 +CHN,2038,17,7473000,8324000 +CHN,2038,18,7615000,8510000 +CHN,2039,0,6490000,6974000 +CHN,2039,1,6524000,6978000 +CHN,2039,2,6551000,6986000 +CHN,2039,3,6574000,6999000 +CHN,2039,4,6611000,7027000 +CHN,2039,5,6619000,7047000 +CHN,2039,6,6631000,7076000 +CHN,2039,7,6647000,7115000 +CHN,2039,8,6669000,7163000 +CHN,2039,9,6696000,7220000 +CHN,2039,10,6727000,7286000 +CHN,2039,11,6773000,7366000 +CHN,2039,12,6839000,7464000 +CHN,2039,13,6921000,7577000 +CHN,2039,14,7003000,7693000 +CHN,2039,15,7083000,7808000 +CHN,2039,16,7185000,7947000 +CHN,2039,17,7318000,8122000 +CHN,2039,18,7466000,8315000 +CHN,2040,0,6458000,6955000 +CHN,2040,1,6498000,6960000 +CHN,2040,2,6530000,6968000 +CHN,2040,3,6555000,6979000 +CHN,2040,4,6576000,6994000 +CHN,2040,5,6594000,7014000 +CHN,2040,6,6610000,7040000 +CHN,2040,7,6627000,7073000 +CHN,2040,8,6646000,7113000 +CHN,2040,9,6669000,7162000 +CHN,2040,10,6694000,7218000 +CHN,2040,11,6722000,7282000 +CHN,2040,12,6766000,7361000 +CHN,2040,13,6832000,7458000 +CHN,2040,14,6914000,7571000 +CHN,2040,15,6996000,7687000 +CHN,2040,16,7076000,7801000 +CHN,2040,17,7177000,7940000 +CHN,2040,18,7308000,8113000 +CHN,2041,0,6447000,6940000 +CHN,2041,1,6466000,6953000 +CHN,2041,2,6501000,6960000 +CHN,2041,3,6530000,6969000 +CHN,2041,4,6554000,6980000 +CHN,2041,5,6575000,6996000 +CHN,2041,6,6594000,7016000 +CHN,2041,7,6613000,7041000 +CHN,2041,8,6631000,7073000 +CHN,2041,9,6649000,7113000 +CHN,2041,10,6670000,7161000 +CHN,2041,11,6695000,7217000 +CHN,2041,12,6723000,7280000 +CHN,2041,13,6766000,7358000 +CHN,2041,14,6831000,7455000 +CHN,2041,15,6912000,7567000 +CHN,2041,16,6994000,7682000 +CHN,2041,17,7072000,7795000 +CHN,2041,18,7173000,7933000 +CHN,2042,0,6445000,6922000 +CHN,2042,1,6477000,6934000 +CHN,2042,2,6471000,6950000 +CHN,2042,3,6502000,6958000 +CHN,2042,4,6528000,6968000 +CHN,2042,5,6551000,6980000 +CHN,2042,6,6572000,6996000 +CHN,2042,7,6592000,7016000 +CHN,2042,8,6613000,7041000 +CHN,2042,9,6633000,7073000 +CHN,2042,10,6651000,7112000 +CHN,2042,11,6670000,7160000 +CHN,2042,12,6694000,7215000 +CHN,2042,13,6721000,7278000 +CHN,2042,14,6764000,7355000 +CHN,2042,15,6828000,7451000 +CHN,2042,16,6908000,7562000 +CHN,2042,17,6989000,7676000 +CHN,2042,18,7067000,7788000 +CHN,2043,0,6445000,6900000 +CHN,2043,1,6466000,6916000 +CHN,2043,2,6484000,6930000 +CHN,2043,3,6475000,6946000 +CHN,2043,4,6501000,6955000 +CHN,2043,5,6525000,6966000 +CHN,2043,6,6546000,6979000 +CHN,2043,7,6567000,6995000 +CHN,2043,8,6588000,7015000 +CHN,2043,9,6611000,7040000 +CHN,2043,10,6632000,7071000 +CHN,2043,11,6650000,7110000 +CHN,2043,12,6668000,7157000 +CHN,2043,13,6691000,7212000 +CHN,2043,14,6718000,7274000 +CHN,2043,15,6759000,7350000 +CHN,2043,16,6822000,7445000 +CHN,2043,17,6902000,7556000 +CHN,2043,18,6982000,7669000 +CHN,2044,0,6436000,6871000 +CHN,2044,1,6449000,6893000 +CHN,2044,2,6462000,6910000 +CHN,2044,3,6475000,6925000 +CHN,2044,4,6477000,6940000 +CHN,2044,5,6499000,6951000 +CHN,2044,6,6519000,6963000 +CHN,2044,7,6540000,6977000 +CHN,2044,8,6560000,6993000 +CHN,2044,9,6582000,7013000 +CHN,2044,10,6608000,7037000 +CHN,2044,11,6631000,7068000 +CHN,2044,12,6648000,7107000 +CHN,2044,13,6664000,7154000 +CHN,2044,14,6686000,7208000 +CHN,2044,15,6712000,7269000 +CHN,2044,16,6753000,7345000 +CHN,2044,17,6816000,7439000 +CHN,2044,18,6895000,7548000 +CHN,2045,0,6410000,6832000 +CHN,2045,1,6422000,6861000 +CHN,2045,2,6434000,6885000 +CHN,2045,3,6448000,6904000 +CHN,2045,4,6462000,6920000 +CHN,2045,5,6478000,6934000 +CHN,2045,6,6495000,6947000 +CHN,2045,7,6512000,6959000 +CHN,2045,8,6531000,6974000 +CHN,2045,9,6552000,6990000 +CHN,2045,10,6575000,7010000 +CHN,2045,11,6603000,7034000 +CHN,2045,12,6627000,7064000 +CHN,2045,13,6644000,7102000 +CHN,2045,14,6659000,7149000 +CHN,2045,15,6680000,7203000 +CHN,2045,16,6705000,7263000 +CHN,2045,17,6746000,7338000 +CHN,2045,18,6807000,7431000 +CHN,2046,0,6371000,6786000 +CHN,2046,1,6406000,6830000 +CHN,2046,2,6421000,6860000 +CHN,2046,3,6436000,6884000 +CHN,2046,4,6450000,6903000 +CHN,2046,5,6465000,6920000 +CHN,2046,6,6480000,6934000 +CHN,2046,7,6496000,6947000 +CHN,2046,8,6513000,6959000 +CHN,2046,9,6531000,6973000 +CHN,2046,10,6551000,6989000 +CHN,2046,11,6574000,7008000 +CHN,2046,12,6602000,7031000 +CHN,2046,13,6625000,7061000 +CHN,2046,14,6642000,7098000 +CHN,2046,15,6656000,7144000 +CHN,2046,16,6676000,7197000 +CHN,2046,17,6700000,7257000 +CHN,2046,18,6740000,7331000 +CHN,2047,0,6317000,6731000 +CHN,2047,1,6348000,6780000 +CHN,2047,2,6401000,6829000 +CHN,2047,3,6419000,6858000 +CHN,2047,4,6436000,6883000 +CHN,2047,5,6452000,6902000 +CHN,2047,6,6467000,6919000 +CHN,2047,7,6482000,6933000 +CHN,2047,8,6496000,6946000 +CHN,2047,9,6512000,6959000 +CHN,2047,10,6530000,6972000 +CHN,2047,11,6551000,6987000 +CHN,2047,12,6573000,7006000 +CHN,2047,13,6600000,7029000 +CHN,2047,14,6623000,7058000 +CHN,2047,15,6638000,7094000 +CHN,2047,16,6652000,7139000 +CHN,2047,17,6671000,7191000 +CHN,2047,18,6695000,7250000 +CHN,2048,0,6253000,6670000 +CHN,2048,1,6299000,6730000 +CHN,2048,2,6340000,6780000 +CHN,2048,3,6395000,6827000 +CHN,2048,4,6417000,6857000 +CHN,2048,5,6436000,6881000 +CHN,2048,6,6453000,6901000 +CHN,2048,7,6469000,6917000 +CHN,2048,8,6483000,6932000 +CHN,2048,9,6496000,6945000 +CHN,2048,10,6511000,6958000 +CHN,2048,11,6529000,6971000 +CHN,2048,12,6549000,6985000 +CHN,2048,13,6571000,7003000 +CHN,2048,14,6597000,7025000 +CHN,2048,15,6619000,7054000 +CHN,2048,16,6634000,7089000 +CHN,2048,17,6647000,7133000 +CHN,2048,18,6665000,7185000 +CHN,2049,0,6188000,6610000 +CHN,2049,1,6247000,6678000 +CHN,2049,2,6299000,6736000 +CHN,2049,3,6342000,6783000 +CHN,2049,4,6388000,6824000 +CHN,2049,5,6413000,6854000 +CHN,2049,6,6434000,6878000 +CHN,2049,7,6452000,6898000 +CHN,2049,8,6469000,6915000 +CHN,2049,9,6482000,6930000 +CHN,2049,10,6494000,6943000 +CHN,2049,11,6508000,6956000 +CHN,2049,12,6525000,6969000 +CHN,2049,13,6546000,6983000 +CHN,2049,14,6567000,7000000 +CHN,2049,15,6593000,7021000 +CHN,2049,16,6614000,7049000 +CHN,2049,17,6628000,7084000 +CHN,2049,18,6640000,7127000 +CHN,2050,0,6128000,6554000 +CHN,2050,1,6195000,6626000 +CHN,2050,2,6253000,6688000 +CHN,2050,3,6302000,6740000 +CHN,2050,4,6343000,6784000 +CHN,2050,5,6378000,6820000 +CHN,2050,6,6406000,6850000 +CHN,2050,7,6430000,6875000 +CHN,2050,8,6450000,6895000 +CHN,2050,9,6466000,6912000 +CHN,2050,10,6479000,6927000 +CHN,2050,11,6490000,6940000 +CHN,2050,12,6503000,6953000 +CHN,2050,13,6520000,6965000 +CHN,2050,14,6540000,6978000 +CHN,2050,15,6561000,6995000 +CHN,2050,16,6586000,7016000 +CHN,2050,17,6607000,7043000 +CHN,2050,18,6620000,7077000 +CIV,1990,0,229521,231608 +CIV,1990,1,220436,222179 +CIV,1990,2,211964,213381 +CIV,1990,3,204044,205160 +CIV,1990,4,196616,197456 +CIV,1990,5,189619,190215 +CIV,1990,6,182993,183379 +CIV,1990,7,176678,176890 +CIV,1990,8,170612,170692 +CIV,1990,9,164735,164729 +CIV,1990,10,159130,159093 +CIV,1990,11,153879,153877 +CIV,1990,12,148207,148274 +CIV,1990,13,141768,141929 +CIV,1990,14,134929,135234 +CIV,1990,15,128394,128907 +CIV,1990,16,122011,122766 +CIV,1990,17,116184,117376 +CIV,1990,18,111182,113081 +CIV,1991,0,236243,238620 +CIV,1991,1,227213,229101 +CIV,1991,2,218477,220025 +CIV,1991,3,210328,211565 +CIV,1991,4,202706,203664 +CIV,1991,5,195551,196264 +CIV,1991,6,188805,189311 +CIV,1991,7,182410,182748 +CIV,1991,8,176294,176514 +CIV,1991,9,170390,170550 +CIV,1991,10,164647,164802 +CIV,1991,11,159157,159363 +CIV,1991,12,153997,154319 +CIV,1991,13,148422,148898 +CIV,1991,14,142099,142758 +CIV,1991,15,135383,136272 +CIV,1991,16,128951,130129 +CIV,1991,17,122659,124160 +CIV,1991,18,116887,118881 +CIV,1992,0,243002,245735 +CIV,1992,1,233116,235367 +CIV,1992,2,224989,226699 +CIV,1992,3,216598,217974 +CIV,1992,4,208770,209847 +CIV,1992,5,201443,202262 +CIV,1992,6,194557,195163 +CIV,1992,7,188060,188495 +CIV,1992,8,181895,182203 +CIV,1992,9,175976,176220 +CIV,1992,10,170232,170487 +CIV,1992,11,164619,164952 +CIV,1992,12,159242,159708 +CIV,1992,13,154171,154834 +CIV,1992,14,148691,149592 +CIV,1992,15,142483,143653 +CIV,1992,16,135887,137373 +CIV,1992,17,129556,131413 +CIV,1992,18,123353,125613 +CIV,1993,0,249873,252940 +CIV,1993,1,239758,242289 +CIV,1993,2,230415,232459 +CIV,1993,3,222794,224306 +CIV,1993,4,214748,215931 +CIV,1993,5,207239,208137 +CIV,1993,6,200206,200869 +CIV,1993,7,193590,194070 +CIV,1993,8,187340,187687 +CIV,1993,9,181403,181665 +CIV,1993,10,175681,175935 +CIV,1993,11,170096,170432 +CIV,1993,12,164613,165110 +CIV,1993,13,159348,160060 +CIV,1993,14,154367,155357 +CIV,1993,15,148981,150294 +CIV,1993,16,142886,144557 +CIV,1993,17,136410,138483 +CIV,1993,18,130178,132704 +CIV,1994,0,256957,260222 +CIV,1994,1,246606,249303 +CIV,1994,2,237023,239200 +CIV,1994,3,228146,229855 +CIV,1994,4,220549,221793 +CIV,1994,5,212850,213773 +CIV,1994,6,205662,206317 +CIV,1994,7,198925,199370 +CIV,1994,8,192580,192875 +CIV,1994,9,186578,186780 +CIV,1994,10,180872,181033 +CIV,1994,11,175347,175556 +CIV,1994,12,169923,170287 +CIV,1994,13,164572,165181 +CIV,1994,14,159420,160329 +CIV,1994,15,154529,155799 +CIV,1994,16,149238,150917 +CIV,1994,17,143259,145385 +CIV,1994,18,136903,139520 +CIV,1995,0,264285,267538 +CIV,1995,1,253626,256305 +CIV,1995,2,243747,245899 +CIV,1995,3,234589,236263 +CIV,1995,4,226093,227343 +CIV,1995,5,218200,219082 +CIV,1995,6,210851,211423 +CIV,1995,7,203987,204312 +CIV,1995,8,197549,197691 +CIV,1995,9,191478,191505 +CIV,1995,10,185728,185704 +CIV,1995,11,180254,180236 +CIV,1995,12,174930,175019 +CIV,1995,13,169668,169988 +CIV,1995,14,164452,165102 +CIV,1995,15,159416,160452 +CIV,1995,16,154616,156098 +CIV,1995,17,149423,151403 +CIV,1995,18,143562,146080 +CIV,1996,0,272603,276060 +CIV,1996,1,261936,264923 +CIV,1996,2,251713,254170 +CIV,1996,3,242230,244203 +CIV,1996,4,233425,234966 +CIV,1996,5,225242,226403 +CIV,1996,6,217626,218464 +CIV,1996,7,210525,211098 +CIV,1996,8,203851,204219 +CIV,1996,9,197532,197761 +CIV,1996,10,191527,191684 +CIV,1996,11,185821,185967 +CIV,1996,12,180361,180551 +CIV,1996,13,175051,175387 +CIV,1996,14,169824,170429 +CIV,1996,15,164650,165621 +CIV,1996,16,159634,161025 +CIV,1996,17,154842,156711 +CIV,1996,18,149638,152028 +CIV,1997,0,281114,284567 +CIV,1997,1,269519,272457 +CIV,1997,2,259452,262059 +CIV,1997,3,249673,251798 +CIV,1997,4,240590,242282 +CIV,1997,5,232145,233453 +CIV,1997,6,224279,225257 +CIV,1997,7,216946,217647 +CIV,1997,8,210097,210581 +CIV,1997,9,203615,203943 +CIV,1997,10,197419,197654 +CIV,1997,11,191484,191692 +CIV,1997,12,185823,186064 +CIV,1997,13,180380,180705 +CIV,1997,14,175088,175600 +CIV,1997,15,169899,170719 +CIV,1997,16,164768,165994 +CIV,1997,17,159776,161457 +CIV,1997,18,154994,157185 +CIV,1998,0,289357,292685 +CIV,1998,1,277331,280194 +CIV,1998,2,266223,268640 +CIV,1998,3,256745,258877 +CIV,1998,4,247417,249121 +CIV,1998,5,238744,240067 +CIV,1998,6,230666,231658 +CIV,1998,7,223125,223838 +CIV,1998,8,216080,216569 +CIV,1998,9,209489,209812 +CIV,1998,10,203206,203423 +CIV,1998,11,197138,197310 +CIV,1998,12,191278,191470 +CIV,1998,13,185668,185938 +CIV,1998,14,180246,180643 +CIV,1998,15,174976,175602 +CIV,1998,16,169829,170805 +CIV,1998,17,164747,166169 +CIV,1998,18,159782,161695 +CIV,1999,0,296737,299942 +CIV,1999,1,284510,287258 +CIV,1999,2,273201,275513 +CIV,1999,3,262747,264647 +CIV,1999,4,253727,255308 +CIV,1999,5,244863,246071 +CIV,1999,6,236609,237492 +CIV,1999,7,228908,229515 +CIV,1999,8,221700,222083 +CIV,1999,9,214952,215165 +CIV,1999,10,208627,208727 +CIV,1999,11,202551,202596 +CIV,1999,12,196618,196668 +CIV,1999,13,190840,190959 +CIV,1999,14,185288,185532 +CIV,1999,15,179893,180309 +CIV,1999,16,174652,175340 +CIV,1999,17,169553,170633 +CIV,1999,18,164526,166093 +CIV,2000,0,302846,306017 +CIV,2000,1,290752,293406 +CIV,2000,2,279515,281688 +CIV,2000,3,269077,270807 +CIV,2000,4,259379,260708 +CIV,2000,5,250364,251334 +CIV,2000,6,241973,242629 +CIV,2000,7,234149,234538 +CIV,2000,8,226834,227004 +CIV,2000,9,219969,219971 +CIV,2000,10,213526,213413 +CIV,2000,11,207476,207303 +CIV,2000,12,201614,201439 +CIV,2000,13,195824,195707 +CIV,2000,14,190135,190137 +CIV,2000,15,184649,184823 +CIV,2000,16,179289,179680 +CIV,2000,17,174084,174790 +CIV,2000,18,169040,170181 +CIV,2001,0,309069,312687 +CIV,2001,1,299574,302273 +CIV,2001,2,288273,290459 +CIV,2001,3,277671,279401 +CIV,2001,4,267727,269054 +CIV,2001,5,258394,259372 +CIV,2001,6,249627,250310 +CIV,2001,7,241381,241825 +CIV,2001,8,233619,233858 +CIV,2001,9,226300,226356 +CIV,2001,10,219374,219282 +CIV,2001,11,212812,212629 +CIV,2001,12,206593,206376 +CIV,2001,13,200557,200354 +CIV,2001,14,194613,194470 +CIV,2001,15,188784,188754 +CIV,2001,16,183139,183274 +CIV,2001,17,177606,177948 +CIV,2001,18,172263,172917 +CIV,2002,0,314239,318384 +CIV,2002,1,303308,306542 +CIV,2002,2,296000,298137 +CIV,2002,3,285503,287135 +CIV,2002,4,275549,276753 +CIV,2002,5,266109,266954 +CIV,2002,6,257150,257702 +CIV,2002,7,248641,248964 +CIV,2002,8,240548,240711 +CIV,2002,9,232856,232878 +CIV,2002,10,225539,225418 +CIV,2002,11,218559,218311 +CIV,2002,12,211885,211572 +CIV,2002,13,205503,205184 +CIV,2002,14,199299,199012 +CIV,2002,15,193207,192983 +CIV,2002,16,187244,187128 +CIV,2002,17,181444,181488 +CIV,2002,18,175744,175986 +CIV,2003,0,318562,323254 +CIV,2003,1,308539,312071 +CIV,2003,2,298860,301412 +CIV,2003,3,292261,293796 +CIV,2003,4,282574,283614 +CIV,2003,5,273273,273914 +CIV,2003,6,264342,264669 +CIV,2003,7,255763,255853 +CIV,2003,8,247516,247446 +CIV,2003,9,239580,239430 +CIV,2003,10,231962,231737 +CIV,2003,11,224652,224324 +CIV,2003,12,217622,217188 +CIV,2003,13,210839,210367 +CIV,2003,14,204298,203849 +CIV,2003,15,197930,197531 +CIV,2003,16,191693,191363 +CIV,2003,17,185599,185373 +CIV,2003,18,179649,179577 +CIV,2004,0,322372,327542 +CIV,2004,1,313281,317097 +CIV,2004,2,304347,307028 +CIV,2004,3,295571,297318 +CIV,2004,4,288535,289484 +CIV,2004,5,279657,280120 +CIV,2004,6,271008,271101 +CIV,2004,7,262584,262409 +CIV,2004,8,254384,254027 +CIV,2004,9,246399,245950 +CIV,2004,10,238621,238169 +CIV,2004,11,231075,230615 +CIV,2004,12,223773,223249 +CIV,2004,13,216692,216085 +CIV,2004,14,209801,209182 +CIV,2004,15,203101,202533 +CIV,2004,16,196568,196068 +CIV,2004,17,190187,189760 +CIV,2004,18,183961,183634 +CIV,2005,0,325989,331504 +CIV,2005,1,317730,321801 +CIV,2005,2,309486,312343 +CIV,2005,3,301268,303123 +CIV,2005,4,293086,294133 +CIV,2005,5,284953,285365 +CIV,2005,6,276880,276812 +CIV,2005,7,268877,268467 +CIV,2005,8,260958,260322 +CIV,2005,9,253132,252369 +CIV,2005,10,245405,244615 +CIV,2005,11,237779,237066 +CIV,2005,12,230304,229646 +CIV,2005,13,223004,222321 +CIV,2005,14,215870,215123 +CIV,2005,15,208867,208134 +CIV,2005,16,202004,201350 +CIV,2005,17,195304,194735 +CIV,2005,18,188775,188283 +CIV,2006,0,328661,334131 +CIV,2006,1,322637,327224 +CIV,2006,2,314731,318042 +CIV,2006,3,306834,309063 +CIV,2006,4,298950,300274 +CIV,2006,5,291081,291665 +CIV,2006,6,283247,283238 +CIV,2006,7,275468,274993 +CIV,2006,8,267659,266859 +CIV,2006,9,259784,258800 +CIV,2006,10,251902,250842 +CIV,2006,11,244110,243060 +CIV,2006,12,236399,235455 +CIV,2006,13,228828,227953 +CIV,2006,14,221437,220532 +CIV,2006,15,214215,213230 +CIV,2006,16,207108,206120 +CIV,2006,17,200128,199199 +CIV,2006,18,193336,192486 +CIV,2007,0,331308,336634 +CIV,2007,1,324505,328571 +CIV,2007,2,319607,323354 +CIV,2007,3,312044,314681 +CIV,2007,4,304486,306167 +CIV,2007,5,296928,297798 +CIV,2007,6,289363,289560 +CIV,2007,7,281820,281462 +CIV,2007,8,274328,273515 +CIV,2007,9,266703,265581 +CIV,2007,10,258866,257598 +CIV,2007,11,250920,249625 +CIV,2007,12,243055,241804 +CIV,2007,13,235252,234134 +CIV,2007,14,227577,226543 +CIV,2007,15,220089,219017 +CIV,2007,16,212772,211602 +CIV,2007,17,205554,204363 +CIV,2007,18,198450,197296 +CIV,2008,0,334532,339679 +CIV,2008,1,328162,332251 +CIV,2008,2,321653,324783 +CIV,2008,3,316829,319812 +CIV,2008,4,309603,311638 +CIV,2008,5,302379,303582 +CIV,2008,6,295141,295624 +CIV,2008,7,287873,287748 +CIV,2008,8,280615,279971 +CIV,2008,9,273404,272313 +CIV,2008,10,265957,264572 +CIV,2008,11,258153,256657 +CIV,2008,12,250135,248660 +CIV,2008,13,242193,240794 +CIV,2008,14,234291,233051 +CIV,2008,15,226507,225362 +CIV,2008,16,218914,217724 +CIV,2008,17,211497,210188 +CIV,2008,18,204163,202813 +CIV,2009,0,339093,344115 +CIV,2009,1,332692,336860 +CIV,2009,2,326247,329600 +CIV,2009,3,319750,322331 +CIV,2009,4,314200,316471 +CIV,2009,5,307309,308793 +CIV,2009,6,300414,301189 +CIV,2009,7,293493,293638 +CIV,2009,8,286520,286119 +CIV,2009,9,279544,278658 +CIV,2009,10,272610,271285 +CIV,2009,11,265338,263731 +CIV,2009,12,257562,255879 +CIV,2009,13,249470,247854 +CIV,2009,14,241445,239937 +CIV,2009,15,233441,232116 +CIV,2009,16,225543,224324 +CIV,2009,17,217843,216570 +CIV,2009,18,210322,208908 +CIV,2010,0,345492,350510 +CIV,2010,1,338471,342794 +CIV,2010,2,331610,335234 +CIV,2010,3,324873,327805 +CIV,2010,4,318230,320483 +CIV,2010,5,311645,313242 +CIV,2010,6,305087,306057 +CIV,2010,7,298521,298904 +CIV,2010,8,291916,291758 +CIV,2010,9,285237,284593 +CIV,2010,10,278540,277447 +CIV,2010,11,271883,270356 +CIV,2010,12,264785,262988 +CIV,2010,13,257034,255196 +CIV,2010,14,248866,247139 +CIV,2010,15,240757,239168 +CIV,2010,16,232648,231267 +CIV,2010,17,224635,223369 +CIV,2010,18,216825,215494 +CIV,2011,0,353424,358323 +CIV,2011,1,343474,348011 +CIV,2011,2,336316,340213 +CIV,2011,3,329465,332721 +CIV,2011,4,322856,325477 +CIV,2011,5,316424,318422 +CIV,2011,6,310143,311540 +CIV,2011,7,303983,304811 +CIV,2011,8,297697,297979 +CIV,2011,9,291146,290904 +CIV,2011,10,284376,283650 +CIV,2011,11,277632,276457 +CIV,2011,12,270935,269327 +CIV,2011,13,263788,261904 +CIV,2011,14,255987,254050 +CIV,2011,15,247766,245928 +CIV,2011,16,239592,237877 +CIV,2011,17,231407,229883 +CIV,2011,18,223331,221916 +CIV,2012,0,363170,368089 +CIV,2012,1,352931,357327 +CIV,2012,2,341502,345626 +CIV,2012,3,334207,337744 +CIV,2012,4,327365,330317 +CIV,2012,5,320882,323254 +CIV,2012,6,314662,316465 +CIV,2012,7,308681,309939 +CIV,2012,8,302920,303664 +CIV,2012,9,296912,297149 +CIV,2012,10,290414,290144 +CIV,2012,11,283553,282798 +CIV,2012,12,276759,275555 +CIV,2012,13,270024,268384 +CIV,2012,14,262825,260904 +CIV,2012,15,254973,252987 +CIV,2012,16,246699,244796 +CIV,2012,17,238458,236664 +CIV,2012,18,230197,228574 +CIV,2013,0,374008,379046 +CIV,2013,1,361675,366216 +CIV,2013,2,350727,354753 +CIV,2013,3,339622,343375 +CIV,2013,4,332187,335404 +CIV,2013,5,325353,328040 +CIV,2013,6,318995,321156 +CIV,2013,7,312983,314631 +CIV,2013,8,307303,308457 +CIV,2013,9,301938,302633 +CIV,2013,10,296207,296433 +CIV,2013,11,289760,289495 +CIV,2013,12,282805,282054 +CIV,2013,13,275961,274760 +CIV,2013,14,269184,267544 +CIV,2013,15,261933,260004 +CIV,2013,16,254027,252020 +CIV,2013,17,245697,243759 +CIV,2013,18,237389,235541 +CIV,2014,0,384903,390108 +CIV,2014,1,370834,375548 +CIV,2014,2,358484,362705 +CIV,2014,3,347669,351397 +CIV,2014,4,337897,341296 +CIV,2014,5,330319,333234 +CIV,2014,6,323490,325928 +CIV,2014,7,317253,319221 +CIV,2014,8,311448,312954 +CIV,2014,9,306065,307131 +CIV,2014,10,301094,301754 +CIV,2014,11,295636,295867 +CIV,2014,12,289239,288992 +CIV,2014,13,282187,281452 +CIV,2014,14,275289,274103 +CIV,2014,15,268467,266840 +CIV,2014,16,261161,259235 +CIV,2014,17,253198,251181 +CIV,2014,18,244808,242844 +CIV,2015,0,395055,400436 +CIV,2015,1,379994,384883 +CIV,2015,2,366780,371191 +CIV,2015,3,355223,359168 +CIV,2015,4,345134,348625 +CIV,2015,5,336321,339370 +CIV,2015,6,328597,331212 +CIV,2015,7,321770,323961 +CIV,2015,8,315651,317427 +CIV,2015,9,310050,311418 +CIV,2015,10,304963,305943 +CIV,2015,11,300384,301012 +CIV,2015,12,295198,295435 +CIV,2015,13,288847,288620 +CIV,2015,14,281694,280978 +CIV,2015,15,274739,273569 +CIV,2015,16,267871,266256 +CIV,2015,17,260505,258583 +CIV,2015,18,252481,250455 +CIV,2016,0,403384,408880 +CIV,2016,1,391551,396631 +CIV,2016,2,377543,382178 +CIV,2016,3,365075,369284 +CIV,2016,4,354004,357800 +CIV,2016,5,344183,347578 +CIV,2016,6,335429,338434 +CIV,2016,7,327556,330185 +CIV,2016,8,320619,322861 +CIV,2016,9,314554,316387 +CIV,2016,10,309094,310506 +CIV,2016,11,304040,305053 +CIV,2016,12,299429,300076 +CIV,2016,13,294203,294442 +CIV,2016,14,287809,287572 +CIV,2016,15,280613,279873 +CIV,2016,16,273603,272394 +CIV,2016,17,266670,264999 +CIV,2016,18,259251,257264 +CIV,2017,0,411040,416668 +CIV,2017,1,396601,401720 +CIV,2017,2,388329,393116 +CIV,2017,3,375362,379751 +CIV,2017,4,363632,367644 +CIV,2017,5,353037,356690 +CIV,2017,6,343478,346781 +CIV,2017,7,334776,337743 +CIV,2017,8,326750,329396 +CIV,2017,9,319698,321994 +CIV,2017,10,313681,315575 +CIV,2017,11,308359,309818 +CIV,2017,12,303334,304382 +CIV,2017,13,298689,299358 +CIV,2017,14,293418,293663 +CIV,2017,15,286978,286732 +CIV,2017,16,279732,278971 +CIV,2017,17,272662,271416 +CIV,2017,18,265659,263933 +CIV,2018,0,418178,423956 +CIV,2018,1,404913,410158 +CIV,2018,2,392591,397364 +CIV,2018,3,385270,389767 +CIV,2018,4,373340,377485 +CIV,2018,5,362341,366161 +CIV,2018,6,352219,355731 +CIV,2018,7,342918,346133 +CIV,2018,8,334263,337195 +CIV,2018,9,326080,328747 +CIV,2018,10,318911,321264 +CIV,2018,11,312940,314897 +CIV,2018,12,307753,309262 +CIV,2018,13,302756,303842 +CIV,2018,14,298075,298766 +CIV,2018,15,292756,293008 +CIV,2018,16,286267,286013 +CIV,2018,17,278970,278187 +CIV,2018,18,271836,270554 +CIV,2019,0,425000,431000 +CIV,2019,1,413000,419000 +CIV,2019,2,402000,407000 +CIV,2019,3,391000,395000 +CIV,2019,4,382000,386000 +CIV,2019,5,371000,375000 +CIV,2019,6,361000,365000 +CIV,2019,7,351000,355000 +CIV,2019,8,342000,346000 +CIV,2019,9,334000,337000 +CIV,2019,10,325000,328000 +CIV,2019,11,318000,321000 +CIV,2019,12,312000,314000 +CIV,2019,13,307000,309000 +CIV,2019,14,302000,303000 +CIV,2019,15,297000,298000 +CIV,2019,16,292000,292000 +CIV,2019,17,286000,285000 +CIV,2019,18,278000,277000 +CIV,2020,0,432000,438000 +CIV,2020,1,421000,427000 +CIV,2020,2,410000,415000 +CIV,2020,3,400000,404000 +CIV,2020,4,389000,394000 +CIV,2020,5,379000,383000 +CIV,2020,6,369000,373000 +CIV,2020,7,360000,363000 +CIV,2020,8,351000,354000 +CIV,2020,9,342000,345000 +CIV,2020,10,333000,336000 +CIV,2020,11,325000,328000 +CIV,2020,12,317000,320000 +CIV,2020,13,312000,314000 +CIV,2020,14,307000,308000 +CIV,2020,15,302000,303000 +CIV,2020,16,297000,298000 +CIV,2020,17,291000,292000 +CIV,2020,18,285000,285000 +CIV,2021,0,439000,445000 +CIV,2021,1,430000,436000 +CIV,2021,2,419000,425000 +CIV,2021,3,409000,414000 +CIV,2021,4,398000,403000 +CIV,2021,5,388000,392000 +CIV,2021,6,378000,382000 +CIV,2021,7,368000,372000 +CIV,2021,8,359000,363000 +CIV,2021,9,350000,353000 +CIV,2021,10,341000,344000 +CIV,2021,11,333000,336000 +CIV,2021,12,324000,327000 +CIV,2021,13,317000,319000 +CIV,2021,14,311000,313000 +CIV,2021,15,306000,307000 +CIV,2021,16,301000,302000 +CIV,2021,17,296000,297000 +CIV,2021,18,291000,291000 +CIV,2022,0,446000,453000 +CIV,2022,1,436000,442000 +CIV,2022,2,428000,433000 +CIV,2022,3,417000,422000 +CIV,2022,4,407000,412000 +CIV,2022,5,397000,401000 +CIV,2022,6,387000,391000 +CIV,2022,7,377000,381000 +CIV,2022,8,368000,371000 +CIV,2022,9,358000,362000 +CIV,2022,10,349000,353000 +CIV,2022,11,341000,344000 +CIV,2022,12,332000,335000 +CIV,2022,13,324000,326000 +CIV,2022,14,316000,318000 +CIV,2022,15,310000,312000 +CIV,2022,16,305000,307000 +CIV,2022,17,300000,301000 +CIV,2022,18,295000,296000 +CIV,2023,0,453000,460000 +CIV,2023,1,444000,450000 +CIV,2023,2,434000,440000 +CIV,2023,3,426000,431000 +CIV,2023,4,416000,420000 +CIV,2023,5,406000,410000 +CIV,2023,6,396000,400000 +CIV,2023,7,386000,390000 +CIV,2023,8,376000,380000 +CIV,2023,9,367000,371000 +CIV,2023,10,358000,361000 +CIV,2023,11,349000,352000 +CIV,2023,12,340000,343000 +CIV,2023,13,331000,334000 +CIV,2023,14,323000,326000 +CIV,2023,15,315000,318000 +CIV,2023,16,309000,311000 +CIV,2023,17,304000,306000 +CIV,2023,18,299000,300000 +CIV,2024,0,460000,467000 +CIV,2024,1,451000,458000 +CIV,2024,2,442000,448000 +CIV,2024,3,433000,438000 +CIV,2024,4,424000,428000 +CIV,2024,5,414000,418000 +CIV,2024,6,404000,408000 +CIV,2024,7,394000,398000 +CIV,2024,8,385000,389000 +CIV,2024,9,375000,379000 +CIV,2024,10,366000,370000 +CIV,2024,11,357000,361000 +CIV,2024,12,348000,352000 +CIV,2024,13,339000,343000 +CIV,2024,14,331000,334000 +CIV,2024,15,322000,325000 +CIV,2024,16,315000,317000 +CIV,2024,17,309000,311000 +CIV,2024,18,304000,305000 +CIV,2025,0,468000,475000 +CIV,2025,1,459000,465000 +CIV,2025,2,450000,455000 +CIV,2025,3,440000,446000 +CIV,2025,4,431000,436000 +CIV,2025,5,422000,426000 +CIV,2025,6,412000,416000 +CIV,2025,7,403000,407000 +CIV,2025,8,393000,397000 +CIV,2025,9,384000,388000 +CIV,2025,10,375000,378000 +CIV,2025,11,365000,369000 +CIV,2025,12,356000,360000 +CIV,2025,13,348000,351000 +CIV,2025,14,339000,342000 +CIV,2025,15,330000,333000 +CIV,2025,16,322000,325000 +CIV,2025,17,314000,317000 +CIV,2025,18,308000,310000 +CIV,2026,0,475000,483000 +CIV,2026,1,466000,473000 +CIV,2026,2,457000,463000 +CIV,2026,3,448000,453000 +CIV,2026,4,439000,444000 +CIV,2026,5,430000,434000 +CIV,2026,6,420000,425000 +CIV,2026,7,411000,415000 +CIV,2026,8,402000,406000 +CIV,2026,9,393000,396000 +CIV,2026,10,383000,387000 +CIV,2026,11,374000,378000 +CIV,2026,12,365000,369000 +CIV,2026,13,356000,359000 +CIV,2026,14,347000,350000 +CIV,2026,15,338000,341000 +CIV,2026,16,330000,333000 +CIV,2026,17,321000,324000 +CIV,2026,18,314000,316000 +CIV,2027,0,483000,491000 +CIV,2027,1,474000,480000 +CIV,2027,2,464000,471000 +CIV,2027,3,455000,461000 +CIV,2027,4,446000,452000 +CIV,2027,5,437000,442000 +CIV,2027,6,428000,433000 +CIV,2027,7,419000,424000 +CIV,2027,8,410000,415000 +CIV,2027,9,401000,405000 +CIV,2027,10,392000,396000 +CIV,2027,11,383000,386000 +CIV,2027,12,373000,377000 +CIV,2027,13,364000,368000 +CIV,2027,14,355000,359000 +CIV,2027,15,346000,350000 +CIV,2027,16,338000,341000 +CIV,2027,17,329000,332000 +CIV,2027,18,320000,323000 +CIV,2028,0,491000,498000 +CIV,2028,1,481000,488000 +CIV,2028,2,472000,478000 +CIV,2028,3,462000,468000 +CIV,2028,4,454000,459000 +CIV,2028,5,445000,450000 +CIV,2028,6,436000,441000 +CIV,2028,7,427000,432000 +CIV,2028,8,418000,423000 +CIV,2028,9,410000,414000 +CIV,2028,10,401000,405000 +CIV,2028,11,391000,395000 +CIV,2028,12,382000,386000 +CIV,2028,13,373000,377000 +CIV,2028,14,364000,367000 +CIV,2028,15,355000,358000 +CIV,2028,16,346000,349000 +CIV,2028,17,337000,340000 +CIV,2028,18,328000,331000 +CIV,2029,0,498000,506000 +CIV,2029,1,488000,496000 +CIV,2029,2,479000,485000 +CIV,2029,3,470000,475000 +CIV,2029,4,461000,466000 +CIV,2029,5,452000,457000 +CIV,2029,6,443000,448000 +CIV,2029,7,434000,439000 +CIV,2029,8,426000,430000 +CIV,2029,9,417000,421000 +CIV,2029,10,409000,413000 +CIV,2029,11,400000,404000 +CIV,2029,12,391000,395000 +CIV,2029,13,382000,385000 +CIV,2029,14,372000,376000 +CIV,2029,15,363000,367000 +CIV,2029,16,354000,358000 +CIV,2029,17,345000,349000 +CIV,2029,18,336000,340000 +CIV,2030,0,506000,514000 +CIV,2030,1,496000,503000 +CIV,2030,2,486000,493000 +CIV,2030,3,477000,483000 +CIV,2030,4,468000,473000 +CIV,2030,5,459000,464000 +CIV,2030,6,450000,455000 +CIV,2030,7,442000,446000 +CIV,2030,8,433000,437000 +CIV,2030,9,425000,429000 +CIV,2030,10,416000,420000 +CIV,2030,11,408000,412000 +CIV,2030,12,400000,404000 +CIV,2030,13,390000,394000 +CIV,2030,14,381000,385000 +CIV,2030,15,372000,376000 +CIV,2030,16,363000,366000 +CIV,2030,17,354000,357000 +CIV,2030,18,345000,348000 +CIV,2031,0,512000,521000 +CIV,2031,1,503000,511000 +CIV,2031,2,494000,501000 +CIV,2031,3,485000,491000 +CIV,2031,4,475000,481000 +CIV,2031,5,467000,472000 +CIV,2031,6,458000,463000 +CIV,2031,7,449000,454000 +CIV,2031,8,441000,445000 +CIV,2031,9,432000,437000 +CIV,2031,10,424000,428000 +CIV,2031,11,416000,420000 +CIV,2031,12,407000,412000 +CIV,2031,13,399000,403000 +CIV,2031,14,390000,394000 +CIV,2031,15,380000,384000 +CIV,2031,16,371000,375000 +CIV,2031,17,362000,366000 +CIV,2031,18,353000,356000 +CIV,2032,0,519000,528000 +CIV,2032,1,509000,517000 +CIV,2032,2,501000,509000 +CIV,2032,3,492000,499000 +CIV,2032,4,483000,489000 +CIV,2032,5,474000,480000 +CIV,2032,6,465000,471000 +CIV,2032,7,457000,462000 +CIV,2032,8,449000,453000 +CIV,2032,9,440000,445000 +CIV,2032,10,432000,436000 +CIV,2032,11,423000,428000 +CIV,2032,12,415000,419000 +CIV,2032,13,407000,411000 +CIV,2032,14,398000,402000 +CIV,2032,15,389000,393000 +CIV,2032,16,380000,383000 +CIV,2032,17,370000,374000 +CIV,2032,18,361000,365000 +CIV,2033,0,526000,534000 +CIV,2033,1,516000,524000 +CIV,2033,2,507000,514000 +CIV,2033,3,499000,506000 +CIV,2033,4,490000,497000 +CIV,2033,5,482000,487000 +CIV,2033,6,473000,478000 +CIV,2033,7,464000,470000 +CIV,2033,8,456000,461000 +CIV,2033,9,448000,453000 +CIV,2033,10,439000,444000 +CIV,2033,11,431000,436000 +CIV,2033,12,423000,427000 +CIV,2033,13,415000,419000 +CIV,2033,14,406000,410000 +CIV,2033,15,398000,402000 +CIV,2033,16,389000,392000 +CIV,2033,17,379000,383000 +CIV,2033,18,370000,373000 +CIV,2034,0,532000,541000 +CIV,2034,1,523000,531000 +CIV,2034,2,514000,521000 +CIV,2034,3,505000,512000 +CIV,2034,4,497000,504000 +CIV,2034,5,489000,494000 +CIV,2034,6,480000,486000 +CIV,2034,7,472000,477000 +CIV,2034,8,463000,468000 +CIV,2034,9,455000,460000 +CIV,2034,10,447000,452000 +CIV,2034,11,439000,443000 +CIV,2034,12,431000,435000 +CIV,2034,13,422000,427000 +CIV,2034,14,414000,418000 +CIV,2034,15,406000,410000 +CIV,2034,16,397000,401000 +CIV,2034,17,388000,392000 +CIV,2034,18,378000,382000 +CIV,2035,0,539000,548000 +CIV,2035,1,530000,538000 +CIV,2035,2,521000,528000 +CIV,2035,3,512000,519000 +CIV,2035,4,503000,510000 +CIV,2035,5,495000,501000 +CIV,2035,6,487000,492000 +CIV,2035,7,479000,484000 +CIV,2035,8,470000,475000 +CIV,2035,9,462000,467000 +CIV,2035,10,454000,459000 +CIV,2035,11,446000,451000 +CIV,2035,12,438000,443000 +CIV,2035,13,430000,434000 +CIV,2035,14,422000,426000 +CIV,2035,15,413000,418000 +CIV,2035,16,405000,409000 +CIV,2035,17,397000,400000 +CIV,2035,18,387000,391000 +CIV,2036,0,546000,555000 +CIV,2036,1,537000,546000 +CIV,2036,2,528000,536000 +CIV,2036,3,519000,526000 +CIV,2036,4,511000,517000 +CIV,2036,5,502000,509000 +CIV,2036,6,494000,500000 +CIV,2036,7,486000,491000 +CIV,2036,8,478000,483000 +CIV,2036,9,470000,475000 +CIV,2036,10,462000,467000 +CIV,2036,11,454000,458000 +CIV,2036,12,446000,450000 +CIV,2036,13,437000,442000 +CIV,2036,14,429000,434000 +CIV,2036,15,421000,425000 +CIV,2036,16,413000,417000 +CIV,2036,17,404000,408000 +CIV,2036,18,396000,400000 +CIV,2037,0,553000,563000 +CIV,2037,1,544000,552000 +CIV,2037,2,535000,543000 +CIV,2037,3,526000,534000 +CIV,2037,4,518000,525000 +CIV,2037,5,509000,516000 +CIV,2037,6,501000,507000 +CIV,2037,7,493000,499000 +CIV,2037,8,485000,491000 +CIV,2037,9,477000,482000 +CIV,2037,10,469000,474000 +CIV,2037,11,461000,466000 +CIV,2037,12,453000,458000 +CIV,2037,13,445000,450000 +CIV,2037,14,437000,441000 +CIV,2037,15,429000,433000 +CIV,2037,16,420000,425000 +CIV,2037,17,412000,416000 +CIV,2037,18,404000,408000 +CIV,2038,0,561000,570000 +CIV,2038,1,551000,560000 +CIV,2038,2,542000,550000 +CIV,2038,3,533000,541000 +CIV,2038,4,525000,532000 +CIV,2038,5,516000,523000 +CIV,2038,6,508000,514000 +CIV,2038,7,500000,506000 +CIV,2038,8,492000,498000 +CIV,2038,9,484000,490000 +CIV,2038,10,477000,482000 +CIV,2038,11,469000,474000 +CIV,2038,12,461000,465000 +CIV,2038,13,453000,457000 +CIV,2038,14,444000,449000 +CIV,2038,15,436000,441000 +CIV,2038,16,428000,432000 +CIV,2038,17,420000,424000 +CIV,2038,18,411000,415000 +CIV,2039,0,568000,577000 +CIV,2039,1,558000,567000 +CIV,2039,2,549000,557000 +CIV,2039,3,540000,547000 +CIV,2039,4,531000,538000 +CIV,2039,5,523000,529000 +CIV,2039,6,515000,521000 +CIV,2039,7,507000,513000 +CIV,2039,8,499000,505000 +CIV,2039,9,491000,497000 +CIV,2039,10,484000,489000 +CIV,2039,11,476000,481000 +CIV,2039,12,468000,473000 +CIV,2039,13,460000,465000 +CIV,2039,14,452000,457000 +CIV,2039,15,444000,448000 +CIV,2039,16,436000,440000 +CIV,2039,17,427000,432000 +CIV,2039,18,419000,423000 +CIV,2040,0,575000,585000 +CIV,2040,1,565000,574000 +CIV,2040,2,556000,564000 +CIV,2040,3,546000,554000 +CIV,2040,4,538000,545000 +CIV,2040,5,529000,536000 +CIV,2040,6,521000,527000 +CIV,2040,7,513000,519000 +CIV,2040,8,505000,511000 +CIV,2040,9,498000,503000 +CIV,2040,10,490000,496000 +CIV,2040,11,483000,488000 +CIV,2040,12,475000,480000 +CIV,2040,13,467000,472000 +CIV,2040,14,459000,464000 +CIV,2040,15,451000,456000 +CIV,2040,16,443000,448000 +CIV,2040,17,435000,440000 +CIV,2040,18,427000,431000 +CIV,2041,0,582000,592000 +CIV,2041,1,573000,582000 +CIV,2041,2,563000,572000 +CIV,2041,3,554000,562000 +CIV,2041,4,545000,553000 +CIV,2041,5,537000,544000 +CIV,2041,6,528000,535000 +CIV,2041,7,520000,527000 +CIV,2041,8,512000,518000 +CIV,2041,9,505000,510000 +CIV,2041,10,497000,503000 +CIV,2041,11,490000,495000 +CIV,2041,12,482000,487000 +CIV,2041,13,475000,480000 +CIV,2041,14,467000,472000 +CIV,2041,15,459000,464000 +CIV,2041,16,451000,455000 +CIV,2041,17,443000,447000 +CIV,2041,18,434000,439000 +CIV,2042,0,589000,599000 +CIV,2042,1,579000,588000 +CIV,2042,2,571000,580000 +CIV,2042,3,562000,570000 +CIV,2042,4,553000,560000 +CIV,2042,5,544000,551000 +CIV,2042,6,536000,542000 +CIV,2042,7,528000,534000 +CIV,2042,8,520000,526000 +CIV,2042,9,512000,518000 +CIV,2042,10,504000,510000 +CIV,2042,11,497000,502000 +CIV,2042,12,489000,494000 +CIV,2042,13,482000,487000 +CIV,2042,14,474000,479000 +CIV,2042,15,466000,471000 +CIV,2042,16,458000,463000 +CIV,2042,17,450000,455000 +CIV,2042,18,442000,446000 +CIV,2043,0,595000,605000 +CIV,2043,1,586000,595000 +CIV,2043,2,576000,585000 +CIV,2043,3,569000,577000 +CIV,2043,4,560000,567000 +CIV,2043,5,551000,558000 +CIV,2043,6,543000,550000 +CIV,2043,7,535000,541000 +CIV,2043,8,527000,533000 +CIV,2043,9,519000,525000 +CIV,2043,10,511000,517000 +CIV,2043,11,504000,509000 +CIV,2043,12,496000,501000 +CIV,2043,13,489000,494000 +CIV,2043,14,481000,486000 +CIV,2043,15,473000,478000 +CIV,2043,16,466000,470000 +CIV,2043,17,457000,462000 +CIV,2043,18,449000,454000 +CIV,2044,0,602000,612000 +CIV,2044,1,592000,602000 +CIV,2044,2,583000,592000 +CIV,2044,3,574000,583000 +CIV,2044,4,567000,574000 +CIV,2044,5,558000,565000 +CIV,2044,6,550000,557000 +CIV,2044,7,542000,548000 +CIV,2044,8,534000,540000 +CIV,2044,9,526000,532000 +CIV,2044,10,518000,524000 +CIV,2044,11,510000,516000 +CIV,2044,12,503000,509000 +CIV,2044,13,495000,501000 +CIV,2044,14,488000,493000 +CIV,2044,15,480000,486000 +CIV,2044,16,473000,478000 +CIV,2044,17,465000,470000 +CIV,2044,18,457000,461000 +CIV,2045,0,608000,619000 +CIV,2045,1,599000,609000 +CIV,2045,2,590000,599000 +CIV,2045,3,581000,590000 +CIV,2045,4,573000,580000 +CIV,2045,5,564000,572000 +CIV,2045,6,556000,563000 +CIV,2045,7,548000,555000 +CIV,2045,8,540000,547000 +CIV,2045,9,533000,539000 +CIV,2045,10,525000,531000 +CIV,2045,11,517000,523000 +CIV,2045,12,510000,515000 +CIV,2045,13,502000,508000 +CIV,2045,14,495000,500000 +CIV,2045,15,487000,493000 +CIV,2045,16,480000,485000 +CIV,2045,17,472000,477000 +CIV,2045,18,464000,469000 +CIV,2046,0,615000,626000 +CIV,2046,1,606000,616000 +CIV,2046,2,597000,607000 +CIV,2046,3,589000,597000 +CIV,2046,4,580000,588000 +CIV,2046,5,572000,579000 +CIV,2046,6,564000,571000 +CIV,2046,7,556000,562000 +CIV,2046,8,548000,554000 +CIV,2046,9,540000,546000 +CIV,2046,10,532000,538000 +CIV,2046,11,524000,530000 +CIV,2046,12,517000,523000 +CIV,2046,13,509000,515000 +CIV,2046,14,502000,507000 +CIV,2046,15,494000,499000 +CIV,2046,16,487000,492000 +CIV,2046,17,479000,484000 +CIV,2046,18,471000,476000 +CIV,2047,0,621000,632000 +CIV,2047,1,612000,622000 +CIV,2047,2,604000,614000 +CIV,2047,3,596000,604000 +CIV,2047,4,587000,595000 +CIV,2047,5,579000,587000 +CIV,2047,6,571000,578000 +CIV,2047,7,563000,570000 +CIV,2047,8,555000,561000 +CIV,2047,9,547000,553000 +CIV,2047,10,539000,545000 +CIV,2047,11,532000,538000 +CIV,2047,12,524000,530000 +CIV,2047,13,516000,522000 +CIV,2047,14,509000,514000 +CIV,2047,15,501000,506000 +CIV,2047,16,494000,499000 +CIV,2047,17,486000,491000 +CIV,2047,18,478000,483000 +CIV,2048,0,628000,639000 +CIV,2048,1,619000,629000 +CIV,2048,2,610000,619000 +CIV,2048,3,603000,611000 +CIV,2048,4,594000,602000 +CIV,2048,5,586000,594000 +CIV,2048,6,578000,585000 +CIV,2048,7,570000,577000 +CIV,2048,8,562000,569000 +CIV,2048,9,554000,561000 +CIV,2048,10,546000,553000 +CIV,2048,11,539000,545000 +CIV,2048,12,531000,537000 +CIV,2048,13,523000,529000 +CIV,2048,14,516000,521000 +CIV,2048,15,508000,514000 +CIV,2048,16,500000,506000 +CIV,2048,17,493000,498000 +CIV,2048,18,485000,490000 +CIV,2049,0,634000,645000 +CIV,2049,1,625000,636000 +CIV,2049,2,617000,626000 +CIV,2049,3,608000,617000 +CIV,2049,4,601000,609000 +CIV,2049,5,592000,600000 +CIV,2049,6,584000,592000 +CIV,2049,7,576000,583000 +CIV,2049,8,569000,575000 +CIV,2049,9,561000,567000 +CIV,2049,10,553000,560000 +CIV,2049,11,546000,552000 +CIV,2049,12,538000,544000 +CIV,2049,13,530000,536000 +CIV,2049,14,523000,528000 +CIV,2049,15,515000,521000 +CIV,2049,16,507000,513000 +CIV,2049,17,500000,505000 +CIV,2049,18,492000,497000 +CIV,2050,0,641000,652000 +CIV,2050,1,632000,642000 +CIV,2050,2,623000,633000 +CIV,2050,3,615000,624000 +CIV,2050,4,607000,615000 +CIV,2050,5,599000,606000 +CIV,2050,6,591000,598000 +CIV,2050,7,583000,590000 +CIV,2050,8,575000,582000 +CIV,2050,9,567000,574000 +CIV,2050,10,560000,566000 +CIV,2050,11,552000,559000 +CIV,2050,12,545000,551000 +CIV,2050,13,537000,543000 +CIV,2050,14,530000,536000 +CIV,2050,15,522000,528000 +CIV,2050,16,514000,520000 +CIV,2050,17,507000,512000 +CIV,2050,18,499000,504000 +CMR,1990,0,233934,237634 +CMR,1990,1,225823,229187 +CMR,1990,2,217792,220854 +CMR,1990,3,209859,212652 +CMR,1990,4,202044,204596 +CMR,1990,5,194367,196704 +CMR,1990,6,186847,188991 +CMR,1990,7,179504,181475 +CMR,1990,8,172356,174171 +CMR,1990,9,165424,167096 +CMR,1990,10,158683,160227 +CMR,1990,11,152110,153542 +CMR,1990,12,145940,147252 +CMR,1990,13,140279,141452 +CMR,1990,14,135015,136042 +CMR,1990,15,129928,130817 +CMR,1990,16,125052,125807 +CMR,1990,17,120326,120960 +CMR,1990,18,115695,116225 +CMR,1991,0,238308,242190 +CMR,1991,1,231098,234698 +CMR,1991,2,223325,226612 +CMR,1991,3,215644,218647 +CMR,1991,4,208061,210811 +CMR,1991,5,200586,203108 +CMR,1991,6,193246,195563 +CMR,1991,7,186071,188202 +CMR,1991,8,178972,180935 +CMR,1991,9,171919,173731 +CMR,1991,10,164980,166651 +CMR,1991,11,158229,159772 +CMR,1991,12,151625,153057 +CMR,1991,13,145423,146730 +CMR,1991,14,139750,140904 +CMR,1991,15,134484,135472 +CMR,1991,16,129375,130207 +CMR,1991,17,124464,125142 +CMR,1991,18,119709,120251 +CMR,1992,0,242608,246688 +CMR,1992,1,235101,238835 +CMR,1992,2,228289,231795 +CMR,1992,3,220854,224068 +CMR,1992,4,213521,216471 +CMR,1992,5,206287,208999 +CMR,1992,6,199151,201648 +CMR,1992,7,192148,194450 +CMR,1992,8,185316,187439 +CMR,1992,9,178461,180421 +CMR,1992,10,171503,173315 +CMR,1992,11,164556,166230 +CMR,1992,12,157793,159341 +CMR,1992,13,151158,152593 +CMR,1992,14,144924,146228 +CMR,1992,15,139237,140375 +CMR,1992,16,133969,134921 +CMR,1992,17,128838,129615 +CMR,1992,18,123891,124494 +CMR,1993,0,246848,251126 +CMR,1993,1,239420,243350 +CMR,1993,2,232094,235710 +CMR,1993,3,225492,228897 +CMR,1993,4,218395,221529 +CMR,1993,5,211410,214300 +CMR,1993,6,204524,207192 +CMR,1993,7,197726,200192 +CMR,1993,8,191060,193341 +CMR,1993,9,184572,186681 +CMR,1993,10,177959,179911 +CMR,1993,11,171095,172903 +CMR,1993,12,164140,165813 +CMR,1993,13,157366,158912 +CMR,1993,14,150699,152133 +CMR,1993,15,144432,145729 +CMR,1993,16,138732,139849 +CMR,1993,17,133461,134373 +CMR,1993,18,128307,129025 +CMR,1994,0,251047,255507 +CMR,1994,1,243579,247689 +CMR,1994,2,236306,240099 +CMR,1994,3,229211,232715 +CMR,1994,4,222706,225988 +CMR,1994,5,215945,218980 +CMR,1994,6,209308,212118 +CMR,1994,7,202771,205375 +CMR,1994,8,196311,198727 +CMR,1994,9,189981,192223 +CMR,1994,10,183835,185913 +CMR,1994,11,177466,179393 +CMR,1994,12,170696,172484 +CMR,1994,13,163732,165388 +CMR,1994,14,156946,158477 +CMR,1994,15,150247,151666 +CMR,1994,16,143946,145224 +CMR,1994,17,138233,139317 +CMR,1994,18,132959,133819 +CMR,1995,0,255256,259873 +CMR,1995,1,247650,251914 +CMR,1995,2,240348,244289 +CMR,1995,3,233316,236964 +CMR,1995,4,226521,229900 +CMR,1995,5,219929,223063 +CMR,1995,6,213505,216415 +CMR,1995,7,207216,209921 +CMR,1995,8,201027,203544 +CMR,1995,9,194905,197247 +CMR,1995,10,188911,191091 +CMR,1995,11,183108,185132 +CMR,1995,12,176981,178861 +CMR,1995,13,170304,172051 +CMR,1995,14,163332,164951 +CMR,1995,15,156533,158029 +CMR,1995,16,149802,151188 +CMR,1995,17,143468,144707 +CMR,1995,18,137741,138774 +CMR,1996,0,259245,264078 +CMR,1996,1,251979,256456 +CMR,1996,2,244702,248841 +CMR,1996,3,237765,241594 +CMR,1996,4,231119,234664 +CMR,1996,5,224713,227999 +CMR,1996,6,218523,221571 +CMR,1996,7,212524,215353 +CMR,1996,8,206537,209166 +CMR,1996,9,200457,202906 +CMR,1996,10,194313,196597 +CMR,1996,11,188302,190430 +CMR,1996,12,182461,184441 +CMR,1996,13,176297,178132 +CMR,1996,14,169608,171296 +CMR,1996,15,162638,164175 +CMR,1996,16,155817,157212 +CMR,1996,17,149048,150312 +CMR,1996,18,142682,143784 +CMR,1997,0,263318,268349 +CMR,1997,1,255224,259886 +CMR,1997,2,248765,253078 +CMR,1997,3,241815,245805 +CMR,1997,4,235242,238935 +CMR,1997,5,228979,232400 +CMR,1997,6,222960,226131 +CMR,1997,7,217170,220111 +CMR,1997,8,211596,214322 +CMR,1997,9,205908,208441 +CMR,1997,10,199936,202297 +CMR,1997,11,193769,195975 +CMR,1997,12,187738,189796 +CMR,1997,13,181858,183776 +CMR,1997,14,175656,177428 +CMR,1997,15,168954,170565 +CMR,1997,16,161983,163423 +CMR,1997,17,155139,156417 +CMR,1997,18,148331,149457 +CMR,1998,0,267919,273138 +CMR,1998,1,259393,264233 +CMR,1998,2,251562,256051 +CMR,1998,3,245622,249765 +CMR,1998,4,238998,242833 +CMR,1998,5,232787,236338 +CMR,1998,6,226905,230195 +CMR,1998,7,221271,224321 +CMR,1998,8,215880,218708 +CMR,1998,9,210728,213346 +CMR,1998,10,205338,207770 +CMR,1998,11,199471,201740 +CMR,1998,12,193280,195402 +CMR,1998,13,187229,189210 +CMR,1998,14,181308,183158 +CMR,1998,15,175065,176769 +CMR,1998,16,168348,169878 +CMR,1998,17,161374,162713 +CMR,1998,18,154505,155662 +CMR,1999,0,273584,278998 +CMR,1999,1,264392,269414 +CMR,1999,2,256065,260723 +CMR,1999,3,248505,252825 +CMR,1999,4,242525,246513 +CMR,1999,5,236225,239919 +CMR,1999,6,230374,233798 +CMR,1999,7,224873,228047 +CMR,1999,8,219622,222566 +CMR,1999,9,214629,217358 +CMR,1999,10,209899,212423 +CMR,1999,11,204807,207149 +CMR,1999,12,199045,201232 +CMR,1999,13,192828,194878 +CMR,1999,14,186754,188671 +CMR,1999,15,180791,182585 +CMR,1999,16,174506,176154 +CMR,1999,17,167773,169233 +CMR,1999,18,160796,162043 +CMR,2000,0,280632,286257 +CMR,2000,1,270498,275718 +CMR,2000,2,261427,266269 +CMR,2000,3,253303,257794 +CMR,2000,4,246010,250176 +CMR,2000,5,239433,243298 +CMR,2000,6,233457,237042 +CMR,2000,7,227967,231293 +CMR,2000,8,222847,225933 +CMR,2000,9,217981,220846 +CMR,2000,10,213385,216042 +CMR,2000,11,209076,211532 +CMR,2000,12,204282,206561 +CMR,2000,13,198624,200756 +CMR,2000,14,192381,194384 +CMR,2000,15,186285,188162 +CMR,2000,16,180280,182040 +CMR,2000,17,173953,175566 +CMR,2000,18,167203,168614 +CMR,2001,0,289110,294819 +CMR,2001,1,277703,283000 +CMR,2001,2,267933,272847 +CMR,2001,3,259225,263786 +CMR,2001,4,251456,255688 +CMR,2001,5,244499,248429 +CMR,2001,6,238250,241899 +CMR,2001,7,232599,235990 +CMR,2001,8,227337,230486 +CMR,2001,9,222303,225227 +CMR,2001,10,217426,220138 +CMR,2001,11,212811,215323 +CMR,2001,12,208459,210782 +CMR,2001,13,203618,205767 +CMR,2001,14,197928,199922 +CMR,2001,15,191660,193511 +CMR,2001,16,185518,187231 +CMR,2001,17,179454,181036 +CMR,2001,18,173073,174503 +CMR,2002,0,298916,304724 +CMR,2002,1,285990,291373 +CMR,2002,2,274766,279773 +CMR,2002,3,265359,270006 +CMR,2002,4,257015,261330 +CMR,2002,5,249600,253609 +CMR,2002,6,242980,246708 +CMR,2002,7,237058,240525 +CMR,2002,8,231733,234962 +CMR,2002,9,226699,229703 +CMR,2002,10,221752,224543 +CMR,2002,11,216864,219452 +CMR,2002,12,212229,214627 +CMR,2002,13,207835,210053 +CMR,2002,14,202947,204993 +CMR,2002,15,197225,199108 +CMR,2002,16,190931,192658 +CMR,2002,17,184745,186319 +CMR,2002,18,178621,180051 +CMR,2003,0,309444,315390 +CMR,2003,1,295012,300517 +CMR,2003,2,282362,287462 +CMR,2003,3,271855,276610 +CMR,2003,4,262811,267226 +CMR,2003,5,254829,258934 +CMR,2003,6,247768,251588 +CMR,2003,7,241484,245043 +CMR,2003,8,235888,239206 +CMR,2003,9,230888,233986 +CMR,2003,10,226082,228971 +CMR,2003,11,221221,223910 +CMR,2003,12,216321,218815 +CMR,2003,13,211667,213979 +CMR,2003,14,207230,209371 +CMR,2003,15,202294,204266 +CMR,2003,16,196540,198339 +CMR,2003,17,190221,191848 +CMR,2003,18,183988,185449 +CMR,2004,0,319862,326009 +CMR,2004,1,304302,309981 +CMR,2004,2,290644,295898 +CMR,2004,3,278717,283582 +CMR,2004,4,269030,273564 +CMR,2004,5,260346,264560 +CMR,2004,6,252724,256647 +CMR,2004,7,246015,249673 +CMR,2004,8,240065,243481 +CMR,2004,9,234793,237988 +CMR,2004,10,230117,233110 +CMR,2004,11,225536,228337 +CMR,2004,12,220761,223371 +CMR,2004,13,215847,218272 +CMR,2004,14,211171,213422 +CMR,2004,15,206691,208778 +CMR,2004,16,201706,203625 +CMR,2004,17,195917,197654 +CMR,2004,18,189570,191119 +CMR,2005,0,329537,335962 +CMR,2005,1,313475,319392 +CMR,2005,2,299281,304740 +CMR,2005,3,286796,291840 +CMR,2005,4,275857,280529 +CMR,2005,5,266304,270641 +CMR,2005,6,257976,262011 +CMR,2005,7,250712,254476 +CMR,2005,8,244352,247870 +CMR,2005,9,238734,242029 +CMR,2005,10,233785,236878 +CMR,2005,11,229430,232340 +CMR,2005,12,225074,227806 +CMR,2005,13,220382,222935 +CMR,2005,14,215454,217827 +CMR,2005,15,210755,212961 +CMR,2005,16,206228,208279 +CMR,2005,17,201193,203076 +CMR,2005,18,195368,197059 +CMR,2006,0,337565,344207 +CMR,2006,1,325372,331460 +CMR,2006,2,310486,316093 +CMR,2006,3,297159,302333 +CMR,2006,4,285273,290059 +CMR,2006,5,274710,279149 +CMR,2006,6,265318,269446 +CMR,2006,7,256942,260792 +CMR,2006,8,249642,253239 +CMR,2006,9,243370,246736 +CMR,2006,10,237902,241055 +CMR,2006,11,232990,235951 +CMR,2006,12,228600,231388 +CMR,2006,13,224201,226812 +CMR,2006,14,219474,221893 +CMR,2006,15,214514,216732 +CMR,2006,16,209764,211795 +CMR,2006,17,205174,207029 +CMR,2006,18,200079,201759 +CMR,2007,0,344947,351884 +CMR,2007,1,330045,336364 +CMR,2007,2,321501,327290 +CMR,2007,3,307776,313108 +CMR,2007,4,295302,300226 +CMR,2007,5,284004,288565 +CMR,2007,6,273809,278045 +CMR,2007,7,264568,268517 +CMR,2007,8,256138,259829 +CMR,2007,9,248795,252252 +CMR,2007,10,242605,245845 +CMR,2007,11,237281,240318 +CMR,2007,12,232403,235257 +CMR,2007,13,227974,230666 +CMR,2007,14,223528,226043 +CMR,2007,15,218762,221070 +CMR,2007,16,213765,215851 +CMR,2007,17,208960,210839 +CMR,2007,18,204303,205983 +CMR,2008,0,351807,359075 +CMR,2008,1,338191,344781 +CMR,2008,2,325404,331394 +CMR,2008,3,317805,323313 +CMR,2008,4,305233,310307 +CMR,2008,5,293605,298296 +CMR,2008,6,282891,287241 +CMR,2008,7,273056,277106 +CMR,2008,8,263963,267746 +CMR,2008,9,255473,259021 +CMR,2008,10,248083,251414 +CMR,2008,11,241972,245099 +CMR,2008,12,236790,239723 +CMR,2008,13,231943,234701 +CMR,2008,14,227472,230079 +CMR,2008,15,222976,225407 +CMR,2008,16,218168,220378 +CMR,2008,17,213132,215097 +CMR,2008,18,208270,210007 +CMR,2009,0,358416,365997 +CMR,2009,1,346142,353002 +CMR,2009,2,334268,340491 +CMR,2009,3,322812,328476 +CMR,2009,4,314171,319396 +CMR,2009,5,302750,307565 +CMR,2009,6,291968,296422 +CMR,2009,7,281834,285972 +CMR,2009,8,272359,276219 +CMR,2009,9,263411,267028 +CMR,2009,10,254859,258262 +CMR,2009,11,247421,250625 +CMR,2009,12,241388,244401 +CMR,2009,13,236347,239174 +CMR,2009,14,231529,234192 +CMR,2009,15,227016,229537 +CMR,2009,16,222469,224814 +CMR,2009,17,217619,219728 +CMR,2009,18,212543,214384 +CMR,2010,0,365013,372848 +CMR,2010,1,353882,360984 +CMR,2010,2,342818,349268 +CMR,2010,3,331874,337748 +CMR,2010,4,321102,326470 +CMR,2010,5,310555,315481 +CMR,2010,6,300287,304826 +CMR,2010,7,290349,294553 +CMR,2010,8,280796,284708 +CMR,2010,9,271680,275338 +CMR,2010,10,262877,266314 +CMR,2010,11,254263,257508 +CMR,2010,12,246776,249840 +CMR,2010,13,240820,243707 +CMR,2010,14,235920,238631 +CMR,2010,15,231132,233686 +CMR,2010,16,226575,228999 +CMR,2010,17,221978,224226 +CMR,2010,18,217084,219083 +CMR,2011,0,371185,379223 +CMR,2011,1,362123,369635 +CMR,2011,2,351376,358217 +CMR,2011,3,340670,346906 +CMR,2011,4,330053,335750 +CMR,2011,5,319577,324792 +CMR,2011,6,309299,314086 +CMR,2011,7,299280,303683 +CMR,2011,8,289522,293594 +CMR,2011,9,280059,283850 +CMR,2011,10,270966,274517 +CMR,2011,11,262169,265507 +CMR,2011,12,253539,256691 +CMR,2011,13,246023,248991 +CMR,2011,14,240041,242811 +CMR,2011,15,235112,237676 +CMR,2011,16,230280,232659 +CMR,2011,17,225667,227884 +CMR,2011,18,221015,223040 +CMR,2012,0,377418,385610 +CMR,2012,1,367830,375355 +CMR,2012,2,359388,366569 +CMR,2012,3,349020,355591 +CMR,2012,4,338666,344681 +CMR,2012,5,328373,333883 +CMR,2012,6,318187,323241 +CMR,2012,7,308175,312814 +CMR,2012,8,298399,302659 +CMR,2012,9,288818,292750 +CMR,2012,10,279439,283102 +CMR,2012,11,270367,273803 +CMR,2012,12,261573,264805 +CMR,2012,13,252922,255975 +CMR,2012,14,245375,248240 +CMR,2012,15,239364,242010 +CMR,2012,16,234404,236814 +CMR,2012,17,229525,231722 +CMR,2012,18,224853,226859 +CMR,2013,0,383624,391928 +CMR,2013,1,374518,382223 +CMR,2013,2,365129,372271 +CMR,2013,3,356752,363603 +CMR,2013,4,346761,353062 +CMR,2013,5,336756,342550 +CMR,2013,6,326784,332107 +CMR,2013,7,316886,321778 +CMR,2013,8,307135,311627 +CMR,2013,9,297602,301716 +CMR,2013,10,288193,291985 +CMR,2013,11,278898,282431 +CMR,2013,12,269842,273163 +CMR,2013,13,261049,264174 +CMR,2013,14,252374,255328 +CMR,2013,15,244794,247555 +CMR,2013,16,238752,241274 +CMR,2013,17,233761,236017 +CMR,2013,18,228834,230848 +CMR,2014,0,389700,398089 +CMR,2014,1,380987,388854 +CMR,2014,2,372000,379359 +CMR,2014,3,362790,369658 +CMR,2014,4,354187,360721 +CMR,2014,5,344570,350616 +CMR,2014,6,334913,340498 +CMR,2014,7,325259,330409 +CMR,2014,8,315648,320390 +CMR,2014,9,306157,310512 +CMR,2014,10,296863,300845 +CMR,2014,11,287626,291288 +CMR,2014,12,278412,281827 +CMR,2014,13,269372,272588 +CMR,2014,14,260576,263605 +CMR,2014,15,251877,254741 +CMR,2014,16,244263,246929 +CMR,2014,17,238189,240595 +CMR,2014,18,233165,235275 +CMR,2015,0,395586,404047 +CMR,2015,1,387236,395250 +CMR,2015,2,378631,386197 +CMR,2015,3,369810,376929 +CMR,2015,4,360810,367486 +CMR,2015,5,351668,357908 +CMR,2015,6,342424,348237 +CMR,2015,7,333115,338512 +CMR,2015,8,323778,328775 +CMR,2015,9,314451,319065 +CMR,2015,10,305219,309459 +CMR,2015,11,296165,300032 +CMR,2015,12,287097,290648 +CMR,2015,13,277963,281277 +CMR,2015,14,268937,272066 +CMR,2015,15,260139,263087 +CMR,2015,16,251414,254204 +CMR,2015,17,243764,246351 +CMR,2015,18,237657,239963 +CMR,2016,0,400912,409334 +CMR,2016,1,393343,401528 +CMR,2016,2,385151,392923 +CMR,2016,3,376741,384097 +CMR,2016,4,368140,375078 +CMR,2016,5,359372,365893 +CMR,2016,6,350482,356588 +CMR,2016,7,341511,347210 +CMR,2016,8,332398,337696 +CMR,2016,9,323134,328038 +CMR,2016,10,313796,318317 +CMR,2016,11,304558,308704 +CMR,2016,12,295488,299262 +CMR,2016,13,286397,289845 +CMR,2016,14,277243,280431 +CMR,2016,15,268196,271169 +CMR,2016,16,259363,262127 +CMR,2016,17,250593,253168 +CMR,2016,18,242900,245256 +CMR,2017,0,406134,414510 +CMR,2017,1,398421,406507 +CMR,2017,2,391189,399134 +CMR,2017,3,383153,390718 +CMR,2017,4,374937,382116 +CMR,2017,5,366554,373343 +CMR,2017,6,358017,364413 +CMR,2017,7,349375,355379 +CMR,2017,8,340675,346290 +CMR,2017,9,331757,336983 +CMR,2017,10,322563,327401 +CMR,2017,11,313212,317667 +CMR,2017,12,303966,308045 +CMR,2017,13,294879,298583 +CMR,2017,14,285763,289130 +CMR,2017,15,276586,279671 +CMR,2017,16,267516,270355 +CMR,2017,17,258646,261248 +CMR,2017,18,249829,252211 +CMR,2018,0,411390,419733 +CMR,2018,1,403871,411990 +CMR,2018,2,396215,404077 +CMR,2018,3,389101,396822 +CMR,2018,4,381220,388594 +CMR,2018,5,373196,380214 +CMR,2018,6,365029,371685 +CMR,2018,7,356722,363009 +CMR,2018,8,348326,354243 +CMR,2018,9,339896,345442 +CMR,2018,10,331171,336341 +CMR,2018,11,322046,326833 +CMR,2018,12,312680,317083 +CMR,2018,13,303425,307450 +CMR,2018,14,294319,297967 +CMR,2018,15,285176,288476 +CMR,2018,16,275975,278968 +CMR,2018,17,266880,269598 +CMR,2018,18,257972,260422 +CMR,2019,0,417000,425000 +CMR,2019,1,409000,418000 +CMR,2019,2,402000,410000 +CMR,2019,3,394000,402000 +CMR,2019,4,387000,395000 +CMR,2019,5,379000,387000 +CMR,2019,6,371000,378000 +CMR,2019,7,364000,370000 +CMR,2019,8,355000,362000 +CMR,2019,9,347000,353000 +CMR,2019,10,339000,345000 +CMR,2019,11,331000,336000 +CMR,2019,12,322000,326000 +CMR,2019,13,312000,317000 +CMR,2019,14,303000,307000 +CMR,2019,15,294000,297000 +CMR,2019,16,285000,288000 +CMR,2019,17,275000,278000 +CMR,2019,18,266000,269000 +CMR,2020,0,423000,431000 +CMR,2020,1,415000,423000 +CMR,2020,2,408000,416000 +CMR,2020,3,400000,408000 +CMR,2020,4,393000,400000 +CMR,2020,5,385000,392000 +CMR,2020,6,377000,384000 +CMR,2020,7,370000,376000 +CMR,2020,8,362000,368000 +CMR,2020,9,354000,360000 +CMR,2020,10,346000,352000 +CMR,2020,11,338000,344000 +CMR,2020,12,330000,335000 +CMR,2020,13,321000,326000 +CMR,2020,14,312000,316000 +CMR,2020,15,302000,306000 +CMR,2020,16,293000,297000 +CMR,2020,17,284000,287000 +CMR,2020,18,275000,278000 +CMR,2021,0,429000,437000 +CMR,2021,1,421000,429000 +CMR,2021,2,413000,421000 +CMR,2021,3,406000,414000 +CMR,2021,4,399000,406000 +CMR,2021,5,391000,399000 +CMR,2021,6,384000,391000 +CMR,2021,7,377000,384000 +CMR,2021,8,369000,376000 +CMR,2021,9,361000,368000 +CMR,2021,10,354000,360000 +CMR,2021,11,346000,351000 +CMR,2021,12,338000,343000 +CMR,2021,13,329000,334000 +CMR,2021,14,320000,325000 +CMR,2021,15,311000,315000 +CMR,2021,16,302000,305000 +CMR,2021,17,292000,296000 +CMR,2021,18,283000,286000 +CMR,2022,0,435000,444000 +CMR,2022,1,427000,435000 +CMR,2022,2,419000,427000 +CMR,2022,3,411000,419000 +CMR,2022,4,404000,412000 +CMR,2022,5,397000,404000 +CMR,2022,6,390000,397000 +CMR,2022,7,383000,390000 +CMR,2022,8,376000,383000 +CMR,2022,9,369000,375000 +CMR,2022,10,361000,367000 +CMR,2022,11,353000,359000 +CMR,2022,12,345000,351000 +CMR,2022,13,337000,342000 +CMR,2022,14,329000,334000 +CMR,2022,15,320000,324000 +CMR,2022,16,310000,314000 +CMR,2022,17,301000,304000 +CMR,2022,18,292000,295000 +CMR,2023,0,442000,451000 +CMR,2023,1,433000,442000 +CMR,2023,2,425000,433000 +CMR,2023,3,417000,425000 +CMR,2023,4,410000,417000 +CMR,2023,5,403000,410000 +CMR,2023,6,396000,403000 +CMR,2023,7,389000,396000 +CMR,2023,8,382000,389000 +CMR,2023,9,375000,382000 +CMR,2023,10,368000,374000 +CMR,2023,11,360000,367000 +CMR,2023,12,352000,358000 +CMR,2023,13,345000,350000 +CMR,2023,14,337000,342000 +CMR,2023,15,328000,333000 +CMR,2023,16,319000,323000 +CMR,2023,17,310000,313000 +CMR,2023,18,300000,304000 +CMR,2024,0,449000,458000 +CMR,2024,1,439000,448000 +CMR,2024,2,431000,439000 +CMR,2024,3,422000,430000 +CMR,2024,4,415000,422000 +CMR,2024,5,408000,415000 +CMR,2024,6,401000,408000 +CMR,2024,7,394000,401000 +CMR,2024,8,387000,394000 +CMR,2024,9,381000,388000 +CMR,2024,10,374000,381000 +CMR,2024,11,367000,374000 +CMR,2024,12,360000,366000 +CMR,2024,13,352000,358000 +CMR,2024,14,344000,349000 +CMR,2024,15,336000,341000 +CMR,2024,16,328000,332000 +CMR,2024,17,318000,323000 +CMR,2024,18,309000,313000 +CMR,2025,0,455000,465000 +CMR,2025,1,446000,454000 +CMR,2025,2,437000,445000 +CMR,2025,3,428000,436000 +CMR,2025,4,420000,428000 +CMR,2025,5,413000,420000 +CMR,2025,6,406000,413000 +CMR,2025,7,399000,406000 +CMR,2025,8,393000,399000 +CMR,2025,9,386000,393000 +CMR,2025,10,380000,386000 +CMR,2025,11,374000,380000 +CMR,2025,12,367000,373000 +CMR,2025,13,359000,365000 +CMR,2025,14,351000,357000 +CMR,2025,15,343000,349000 +CMR,2025,16,336000,340000 +CMR,2025,17,327000,332000 +CMR,2025,18,318000,322000 +CMR,2026,0,462000,471000 +CMR,2026,1,453000,462000 +CMR,2026,2,444000,452000 +CMR,2026,3,435000,443000 +CMR,2026,4,427000,435000 +CMR,2026,5,419000,427000 +CMR,2026,6,412000,419000 +CMR,2026,7,405000,412000 +CMR,2026,8,399000,405000 +CMR,2026,9,392000,399000 +CMR,2026,10,386000,392000 +CMR,2026,11,379000,386000 +CMR,2026,12,373000,379000 +CMR,2026,13,366000,372000 +CMR,2026,14,359000,365000 +CMR,2026,15,351000,356000 +CMR,2026,16,343000,348000 +CMR,2026,17,335000,339000 +CMR,2026,18,326000,330000 +CMR,2027,0,468000,478000 +CMR,2027,1,458000,467000 +CMR,2027,2,451000,459000 +CMR,2027,3,442000,450000 +CMR,2027,4,434000,442000 +CMR,2027,5,426000,433000 +CMR,2027,6,418000,426000 +CMR,2027,7,411000,418000 +CMR,2027,8,405000,411000 +CMR,2027,9,398000,405000 +CMR,2027,10,391000,398000 +CMR,2027,11,385000,392000 +CMR,2027,12,379000,385000 +CMR,2027,13,372000,379000 +CMR,2027,14,366000,372000 +CMR,2027,15,358000,364000 +CMR,2027,16,350000,355000 +CMR,2027,17,342000,347000 +CMR,2027,18,334000,338000 +CMR,2028,0,475000,484000 +CMR,2028,1,465000,474000 +CMR,2028,2,456000,464000 +CMR,2028,3,448000,457000 +CMR,2028,4,440000,448000 +CMR,2028,5,432000,440000 +CMR,2028,6,425000,432000 +CMR,2028,7,418000,425000 +CMR,2028,8,411000,418000 +CMR,2028,9,404000,411000 +CMR,2028,10,397000,404000 +CMR,2028,11,391000,397000 +CMR,2028,12,385000,391000 +CMR,2028,13,378000,384000 +CMR,2028,14,372000,378000 +CMR,2028,15,365000,371000 +CMR,2028,16,357000,363000 +CMR,2028,17,349000,355000 +CMR,2028,18,341000,346000 +CMR,2029,0,481000,491000 +CMR,2029,1,471000,480000 +CMR,2029,2,462000,471000 +CMR,2029,3,453000,462000 +CMR,2029,4,446000,454000 +CMR,2029,5,438000,446000 +CMR,2029,6,431000,438000 +CMR,2029,7,424000,431000 +CMR,2029,8,417000,424000 +CMR,2029,9,410000,417000 +CMR,2029,10,403000,410000 +CMR,2029,11,397000,403000 +CMR,2029,12,390000,397000 +CMR,2029,13,384000,390000 +CMR,2029,14,378000,384000 +CMR,2029,15,371000,377000 +CMR,2029,16,364000,370000 +CMR,2029,17,357000,362000 +CMR,2029,18,349000,354000 +CMR,2030,0,487000,497000 +CMR,2030,1,477000,487000 +CMR,2030,2,468000,477000 +CMR,2030,3,460000,468000 +CMR,2030,4,452000,460000 +CMR,2030,5,444000,452000 +CMR,2030,6,437000,444000 +CMR,2030,7,429000,437000 +CMR,2030,8,422000,429000 +CMR,2030,9,416000,423000 +CMR,2030,10,409000,416000 +CMR,2030,11,402000,409000 +CMR,2030,12,396000,402000 +CMR,2030,13,390000,396000 +CMR,2030,14,384000,390000 +CMR,2030,15,377000,383000 +CMR,2030,16,371000,377000 +CMR,2030,17,364000,370000 +CMR,2030,18,356000,362000 +CMR,2031,0,493000,503000 +CMR,2031,1,485000,494000 +CMR,2031,2,476000,485000 +CMR,2031,3,467000,476000 +CMR,2031,4,459000,467000 +CMR,2031,5,451000,459000 +CMR,2031,6,443000,451000 +CMR,2031,7,436000,443000 +CMR,2031,8,429000,436000 +CMR,2031,9,422000,429000 +CMR,2031,10,415000,422000 +CMR,2031,11,409000,415000 +CMR,2031,12,402000,408000 +CMR,2031,13,395000,402000 +CMR,2031,14,389000,395000 +CMR,2031,15,383000,389000 +CMR,2031,16,376000,382000 +CMR,2031,17,370000,376000 +CMR,2031,18,363000,369000 +CMR,2032,0,498000,509000 +CMR,2032,1,490000,499000 +CMR,2032,2,483000,492000 +CMR,2032,3,474000,483000 +CMR,2032,4,466000,474000 +CMR,2032,5,458000,466000 +CMR,2032,6,450000,458000 +CMR,2032,7,442000,450000 +CMR,2032,8,435000,442000 +CMR,2032,9,428000,435000 +CMR,2032,10,421000,428000 +CMR,2032,11,415000,421000 +CMR,2032,12,408000,414000 +CMR,2032,13,401000,408000 +CMR,2032,14,395000,401000 +CMR,2032,15,389000,395000 +CMR,2032,16,382000,388000 +CMR,2032,17,376000,381000 +CMR,2032,18,369000,375000 +CMR,2033,0,504000,514000 +CMR,2033,1,496000,505000 +CMR,2033,2,487000,496000 +CMR,2033,3,481000,490000 +CMR,2033,4,472000,481000 +CMR,2033,5,464000,473000 +CMR,2033,6,457000,464000 +CMR,2033,7,449000,457000 +CMR,2033,8,442000,449000 +CMR,2033,9,435000,442000 +CMR,2033,10,428000,434000 +CMR,2033,11,421000,427000 +CMR,2033,12,414000,421000 +CMR,2033,13,408000,414000 +CMR,2033,14,401000,407000 +CMR,2033,15,394000,400000 +CMR,2033,16,388000,394000 +CMR,2033,17,382000,387000 +CMR,2033,18,375000,380000 +CMR,2034,0,510000,520000 +CMR,2034,1,501000,511000 +CMR,2034,2,493000,503000 +CMR,2034,3,485000,494000 +CMR,2034,4,479000,487000 +CMR,2034,5,471000,479000 +CMR,2034,6,463000,471000 +CMR,2034,7,456000,463000 +CMR,2034,8,448000,456000 +CMR,2034,9,441000,448000 +CMR,2034,10,434000,441000 +CMR,2034,11,427000,434000 +CMR,2034,12,420000,427000 +CMR,2034,13,414000,420000 +CMR,2034,14,407000,413000 +CMR,2034,15,400000,406000 +CMR,2034,16,394000,400000 +CMR,2034,17,387000,393000 +CMR,2034,18,381000,386000 +CMR,2035,0,516000,526000 +CMR,2035,1,507000,517000 +CMR,2035,2,500000,509000 +CMR,2035,3,492000,501000 +CMR,2035,4,484000,493000 +CMR,2035,5,476000,485000 +CMR,2035,6,469000,477000 +CMR,2035,7,462000,469000 +CMR,2035,8,454000,462000 +CMR,2035,9,447000,454000 +CMR,2035,10,440000,447000 +CMR,2035,11,433000,440000 +CMR,2035,12,426000,433000 +CMR,2035,13,420000,426000 +CMR,2035,14,413000,419000 +CMR,2035,15,407000,413000 +CMR,2035,16,400000,406000 +CMR,2035,17,393000,399000 +CMR,2035,18,387000,392000 +CMR,2036,0,521000,532000 +CMR,2036,1,514000,524000 +CMR,2036,2,506000,516000 +CMR,2036,3,498000,507000 +CMR,2036,4,491000,499000 +CMR,2036,5,483000,491000 +CMR,2036,6,476000,484000 +CMR,2036,7,468000,476000 +CMR,2036,8,461000,469000 +CMR,2036,9,454000,461000 +CMR,2036,10,447000,454000 +CMR,2036,11,440000,447000 +CMR,2036,12,433000,439000 +CMR,2036,13,426000,432000 +CMR,2036,14,419000,425000 +CMR,2036,15,413000,419000 +CMR,2036,16,406000,412000 +CMR,2036,17,399000,405000 +CMR,2036,18,393000,398000 +CMR,2037,0,528000,538000 +CMR,2037,1,520000,530000 +CMR,2037,2,512000,522000 +CMR,2037,3,504000,514000 +CMR,2037,4,497000,506000 +CMR,2037,5,489000,498000 +CMR,2037,6,482000,490000 +CMR,2037,7,475000,483000 +CMR,2037,8,468000,475000 +CMR,2037,9,461000,468000 +CMR,2037,10,454000,461000 +CMR,2037,11,446000,453000 +CMR,2037,12,439000,446000 +CMR,2037,13,432000,439000 +CMR,2037,14,425000,432000 +CMR,2037,15,419000,425000 +CMR,2037,16,412000,418000 +CMR,2037,17,405000,411000 +CMR,2037,18,398000,404000 +CMR,2038,0,534000,545000 +CMR,2038,1,526000,536000 +CMR,2038,2,518000,527000 +CMR,2038,3,510000,520000 +CMR,2038,4,503000,512000 +CMR,2038,5,496000,504000 +CMR,2038,6,488000,497000 +CMR,2038,7,481000,489000 +CMR,2038,8,474000,482000 +CMR,2038,9,467000,475000 +CMR,2038,10,460000,467000 +CMR,2038,11,453000,460000 +CMR,2038,12,446000,453000 +CMR,2038,13,439000,445000 +CMR,2038,14,432000,438000 +CMR,2038,15,425000,431000 +CMR,2038,16,418000,424000 +CMR,2038,17,411000,417000 +CMR,2038,18,405000,410000 +CMR,2039,0,540000,551000 +CMR,2039,1,531000,542000 +CMR,2039,2,524000,533000 +CMR,2039,3,516000,525000 +CMR,2039,4,509000,518000 +CMR,2039,5,501000,510000 +CMR,2039,6,494000,503000 +CMR,2039,7,487000,495000 +CMR,2039,8,480000,488000 +CMR,2039,9,473000,481000 +CMR,2039,10,466000,474000 +CMR,2039,11,460000,467000 +CMR,2039,12,453000,459000 +CMR,2039,13,445000,452000 +CMR,2039,14,438000,445000 +CMR,2039,15,431000,438000 +CMR,2039,16,424000,430000 +CMR,2039,17,417000,423000 +CMR,2039,18,411000,416000 +CMR,2040,0,545000,556000 +CMR,2040,1,537000,548000 +CMR,2040,2,529000,539000 +CMR,2040,3,522000,531000 +CMR,2040,4,514000,523000 +CMR,2040,5,507000,516000 +CMR,2040,6,500000,508000 +CMR,2040,7,493000,501000 +CMR,2040,8,486000,494000 +CMR,2040,9,479000,487000 +CMR,2040,10,472000,480000 +CMR,2040,11,466000,473000 +CMR,2040,12,459000,466000 +CMR,2040,13,452000,459000 +CMR,2040,14,445000,451000 +CMR,2040,15,438000,444000 +CMR,2040,16,431000,437000 +CMR,2040,17,424000,430000 +CMR,2040,18,417000,423000 +CMR,2041,0,551000,562000 +CMR,2041,1,544000,554000 +CMR,2041,2,536000,546000 +CMR,2041,3,528000,538000 +CMR,2041,4,521000,530000 +CMR,2041,5,514000,522000 +CMR,2041,6,506000,515000 +CMR,2041,7,499000,507000 +CMR,2041,8,492000,500000 +CMR,2041,9,486000,493000 +CMR,2041,10,479000,486000 +CMR,2041,11,472000,479000 +CMR,2041,12,465000,472000 +CMR,2041,13,459000,465000 +CMR,2041,14,452000,458000 +CMR,2041,15,444000,451000 +CMR,2041,16,437000,443000 +CMR,2041,17,430000,436000 +CMR,2041,18,423000,429000 +CMR,2042,0,556000,567000 +CMR,2042,1,548000,559000 +CMR,2042,2,542000,552000 +CMR,2042,3,534000,544000 +CMR,2042,4,527000,536000 +CMR,2042,5,520000,529000 +CMR,2042,6,513000,521000 +CMR,2042,7,506000,514000 +CMR,2042,8,499000,507000 +CMR,2042,9,492000,500000 +CMR,2042,10,485000,493000 +CMR,2042,11,478000,486000 +CMR,2042,12,472000,479000 +CMR,2042,13,465000,472000 +CMR,2042,14,458000,465000 +CMR,2042,15,451000,457000 +CMR,2042,16,444000,450000 +CMR,2042,17,437000,443000 +CMR,2042,18,429000,435000 +CMR,2043,0,561000,573000 +CMR,2043,1,554000,564000 +CMR,2043,2,546000,557000 +CMR,2043,3,540000,550000 +CMR,2043,4,533000,542000 +CMR,2043,5,526000,535000 +CMR,2043,6,519000,527000 +CMR,2043,7,512000,520000 +CMR,2043,8,505000,513000 +CMR,2043,9,498000,506000 +CMR,2043,10,491000,499000 +CMR,2043,11,485000,492000 +CMR,2043,12,478000,485000 +CMR,2043,13,471000,478000 +CMR,2043,14,464000,471000 +CMR,2043,15,458000,464000 +CMR,2043,16,450000,457000 +CMR,2043,17,443000,449000 +CMR,2043,18,436000,442000 +CMR,2044,0,566000,578000 +CMR,2044,1,559000,570000 +CMR,2044,2,552000,562000 +CMR,2044,3,545000,555000 +CMR,2044,4,539000,548000 +CMR,2044,5,532000,541000 +CMR,2044,6,525000,533000 +CMR,2044,7,518000,526000 +CMR,2044,8,511000,519000 +CMR,2044,9,504000,512000 +CMR,2044,10,498000,505000 +CMR,2044,11,491000,498000 +CMR,2044,12,484000,491000 +CMR,2044,13,477000,484000 +CMR,2044,14,471000,477000 +CMR,2044,15,464000,471000 +CMR,2044,16,457000,463000 +CMR,2044,17,450000,456000 +CMR,2044,18,443000,448000 +CMR,2045,0,571000,583000 +CMR,2045,1,564000,575000 +CMR,2045,2,557000,568000 +CMR,2045,3,550000,560000 +CMR,2045,4,544000,553000 +CMR,2045,5,537000,546000 +CMR,2045,6,530000,539000 +CMR,2045,7,524000,532000 +CMR,2045,8,517000,525000 +CMR,2045,9,510000,518000 +CMR,2045,10,504000,511000 +CMR,2045,11,497000,504000 +CMR,2045,12,490000,498000 +CMR,2045,13,484000,491000 +CMR,2045,14,477000,484000 +CMR,2045,15,470000,477000 +CMR,2045,16,463000,470000 +CMR,2045,17,457000,463000 +CMR,2045,18,449000,455000 +CMR,2046,0,577000,588000 +CMR,2046,1,570000,581000 +CMR,2046,2,563000,574000 +CMR,2046,3,556000,566000 +CMR,2046,4,550000,559000 +CMR,2046,5,543000,552000 +CMR,2046,6,536000,545000 +CMR,2046,7,530000,538000 +CMR,2046,8,523000,531000 +CMR,2046,9,517000,524000 +CMR,2046,10,510000,517000 +CMR,2046,11,503000,511000 +CMR,2046,12,497000,504000 +CMR,2046,13,490000,497000 +CMR,2046,14,483000,490000 +CMR,2046,15,476000,483000 +CMR,2046,16,470000,476000 +CMR,2046,17,463000,469000 +CMR,2046,18,456000,462000 +CMR,2047,0,582000,594000 +CMR,2047,1,575000,586000 +CMR,2047,2,569000,579000 +CMR,2047,3,562000,572000 +CMR,2047,4,555000,565000 +CMR,2047,5,549000,558000 +CMR,2047,6,542000,551000 +CMR,2047,7,536000,544000 +CMR,2047,8,529000,537000 +CMR,2047,9,523000,531000 +CMR,2047,10,516000,524000 +CMR,2047,11,509000,517000 +CMR,2047,12,503000,510000 +CMR,2047,13,496000,503000 +CMR,2047,14,490000,496000 +CMR,2047,15,483000,489000 +CMR,2047,16,476000,482000 +CMR,2047,17,469000,475000 +CMR,2047,18,462000,468000 +CMR,2048,0,587000,599000 +CMR,2048,1,580000,591000 +CMR,2048,2,573000,584000 +CMR,2048,3,567000,577000 +CMR,2048,4,561000,570000 +CMR,2048,5,554000,563000 +CMR,2048,6,548000,557000 +CMR,2048,7,541000,550000 +CMR,2048,8,535000,543000 +CMR,2048,9,529000,537000 +CMR,2048,10,522000,530000 +CMR,2048,11,516000,523000 +CMR,2048,12,509000,516000 +CMR,2048,13,502000,510000 +CMR,2048,14,496000,503000 +CMR,2048,15,489000,496000 +CMR,2048,16,482000,489000 +CMR,2048,17,475000,482000 +CMR,2048,18,469000,474000 +CMR,2049,0,592000,604000 +CMR,2049,1,585000,596000 +CMR,2049,2,578000,589000 +CMR,2049,3,572000,582000 +CMR,2049,4,566000,575000 +CMR,2049,5,559000,568000 +CMR,2049,6,553000,562000 +CMR,2049,7,547000,555000 +CMR,2049,8,540000,549000 +CMR,2049,9,534000,542000 +CMR,2049,10,528000,536000 +CMR,2049,11,522000,529000 +CMR,2049,12,515000,523000 +CMR,2049,13,509000,516000 +CMR,2049,14,502000,509000 +CMR,2049,15,495000,502000 +CMR,2049,16,489000,495000 +CMR,2049,17,482000,488000 +CMR,2049,18,475000,481000 +CMR,2050,0,596000,608000 +CMR,2050,1,589000,601000 +CMR,2050,2,583000,594000 +CMR,2050,3,577000,587000 +CMR,2050,4,570000,580000 +CMR,2050,5,564000,573000 +CMR,2050,6,558000,567000 +CMR,2050,7,552000,560000 +CMR,2050,8,546000,554000 +CMR,2050,9,540000,548000 +CMR,2050,10,534000,541000 +CMR,2050,11,527000,535000 +CMR,2050,12,521000,529000 +CMR,2050,13,515000,522000 +CMR,2050,14,508000,515000 +CMR,2050,15,501000,508000 +CMR,2050,16,495000,501000 +CMR,2050,17,488000,494000 +CMR,2050,18,481000,487000 +COD,1990,0,697946,706634 +COD,1990,1,661866,669497 +COD,1990,2,628827,635528 +COD,1990,3,598617,604507 +COD,1990,4,571026,576212 +COD,1990,5,545843,550424 +COD,1990,6,522858,526922 +COD,1990,7,501859,505486 +COD,1990,8,482637,485895 +COD,1990,9,464981,467928 +COD,1990,10,448830,451510 +COD,1990,11,434121,436562 +COD,1990,12,419899,422147 +COD,1990,13,405654,407755 +COD,1990,14,391622,393598 +COD,1990,15,378517,380373 +COD,1990,16,366153,367915 +COD,1990,17,354188,355726 +COD,1990,18,342508,343621 +COD,1991,0,725176,734560 +COD,1991,1,689725,697898 +COD,1991,2,655325,662523 +COD,1991,3,623867,630220 +COD,1991,4,595120,600747 +COD,1991,5,568857,573860 +COD,1991,6,544901,549378 +COD,1991,7,523079,527116 +COD,1991,8,502885,506537 +COD,1991,9,483981,487282 +COD,1991,10,466300,469284 +COD,1991,11,450066,452773 +COD,1991,12,435167,437624 +COD,1991,13,420775,423004 +COD,1991,14,406475,408495 +COD,1991,15,392453,394266 +COD,1991,16,379273,380887 +COD,1991,17,366782,368217 +COD,1991,18,354706,355852 +COD,1992,0,757573,767882 +COD,1992,1,717780,726720 +COD,1992,2,683081,690753 +COD,1992,3,650284,657061 +COD,1992,4,620336,626352 +COD,1992,5,592989,598361 +COD,1992,6,567993,572823 +COD,1992,7,545211,549591 +COD,1992,8,524504,528519 +COD,1992,9,505070,508751 +COD,1992,10,486439,489788 +COD,1992,11,468693,471719 +COD,1992,12,452338,455077 +COD,1992,13,437215,439691 +COD,1992,14,422619,424833 +COD,1992,15,408232,410173 +COD,1992,16,394187,395840 +COD,1992,17,380903,382275 +COD,1992,18,368256,369365 +COD,1993,0,791472,802731 +COD,1993,1,749395,759073 +COD,1993,2,711073,719405 +COD,1993,3,676489,683648 +COD,1993,4,645296,651641 +COD,1993,5,616861,622529 +COD,1993,6,590915,596023 +COD,1993,7,567190,571836 +COD,1993,8,545583,549857 +COD,1993,9,525992,529977 +COD,1993,10,507318,511022 +COD,1993,11,488960,492351 +COD,1993,12,471147,474207 +COD,1993,13,454669,457433 +COD,1993,14,439319,441807 +COD,1993,15,424518,426709 +COD,1993,16,410041,411896 +COD,1993,17,395971,397457 +COD,1993,18,382581,383704 +COD,1994,0,822150,834130 +COD,1994,1,778173,788436 +COD,1994,2,738177,746987 +COD,1994,3,701864,709461 +COD,1994,4,668546,675184 +COD,1994,5,639022,644929 +COD,1994,6,612158,617474 +COD,1994,7,587668,592507 +COD,1994,8,565262,569721 +COD,1994,9,544876,549041 +COD,1994,10,526442,530394 +COD,1994,11,508565,512291 +COD,1994,12,490517,493948 +COD,1994,13,472673,475766 +COD,1994,14,456104,458892 +COD,1994,15,440556,443057 +COD,1994,16,425579,427749 +COD,1994,17,411042,412811 +COD,1994,18,396974,398294 +COD,1995,0,846629,858949 +COD,1995,1,801483,812087 +COD,1995,2,760423,769575 +COD,1995,3,723143,731080 +COD,1995,4,689337,696274 +COD,1995,5,658700,664825 +COD,1995,6,630924,636403 +COD,1995,7,605705,610678 +COD,1995,8,582736,587317 +COD,1995,9,561711,565992 +COD,1995,10,542600,546666 +COD,1995,11,525372,529302 +COD,1995,12,508343,512098 +COD,1995,13,490656,494135 +COD,1995,14,472831,475966 +COD,1995,15,456220,459041 +COD,1995,16,440520,443043 +COD,1995,17,425410,427568 +COD,1995,18,410854,412549 +COD,1996,0,870105,882181 +COD,1996,1,828432,839764 +COD,1996,2,786165,796019 +COD,1996,3,747659,756253 +COD,1996,4,712616,720148 +COD,1996,5,680738,687387 +COD,1996,6,651766,657686 +COD,1996,7,625440,630761 +COD,1996,8,601274,606122 +COD,1996,9,578896,583382 +COD,1996,10,558121,562327 +COD,1996,11,539115,543106 +COD,1996,12,521818,525663 +COD,1996,13,504743,508377 +COD,1996,14,487153,490443 +COD,1996,15,469503,472360 +COD,1996,16,452956,455410 +COD,1996,17,437248,439312 +COD,1996,18,422144,423772 +COD,1997,0,887949,899473 +COD,1997,1,842382,852689 +COD,1997,2,808384,818801 +COD,1997,3,769092,778267 +COD,1997,4,733226,741334 +COD,1997,5,700499,707696 +COD,1997,6,670621,677049 +COD,1997,7,643380,649159 +COD,1997,8,618563,623789 +COD,1997,9,595505,600289 +COD,1997,10,573768,578218 +COD,1997,11,553289,557476 +COD,1997,12,534430,538402 +COD,1997,13,517103,520916 +COD,1997,14,500020,503584 +COD,1997,15,482567,485717 +COD,1997,16,465130,467759 +COD,1997,17,448684,450820 +COD,1997,18,433003,434655 +COD,1998,0,903815,914794 +COD,1998,1,858610,868703 +COD,1998,2,817131,826414 +COD,1998,3,787838,797404 +COD,1998,4,751540,760098 +COD,1998,5,718334,726012 +COD,1998,6,687939,694855 +COD,1998,7,660077,666337 +COD,1998,8,634581,640269 +COD,1998,9,611286,616466 +COD,1998,10,589349,594117 +COD,1998,11,568266,572725 +COD,1998,12,548096,552309 +COD,1998,13,529397,533391 +COD,1998,14,512052,515874 +COD,1998,15,494972,498506 +COD,1998,16,477666,480716 +COD,1998,17,460455,462892 +COD,1998,18,444121,445975 +COD,1999,0,922579,933420 +COD,1999,1,877215,887343 +COD,1999,2,835489,844943 +COD,1999,3,797149,805965 +COD,1999,4,768077,776815 +COD,1999,5,734734,742694 +COD,1999,6,704150,711417 +COD,1999,7,676054,682707 +COD,1999,8,650178,656285 +COD,1999,9,626400,632013 +COD,1999,10,604601,609750 +COD,1999,11,583762,588528 +COD,1999,12,563312,567793 +COD,1999,13,543432,547683 +COD,1999,14,524875,528904 +COD,1999,15,507495,511338 +COD,1999,16,490402,493917 +COD,1999,17,473227,476187 +COD,1999,18,456224,458481 +COD,2000,0,947530,958908 +COD,2000,1,901006,911576 +COD,2000,2,858220,868043 +COD,2000,3,818911,828042 +COD,2000,4,782818,791308 +COD,2000,5,749678,757578 +COD,2000,6,719232,726585 +COD,2000,7,691217,698065 +COD,2000,8,665372,671753 +COD,2000,9,641436,647384 +COD,2000,10,619335,624865 +COD,2000,11,598996,604104 +COD,2000,12,579218,583973 +COD,2000,13,559365,563860 +COD,2000,14,539739,544020 +COD,2000,15,521291,525347 +COD,2000,16,503844,507700 +COD,2000,17,486707,490196 +COD,2000,18,469634,472495 +COD,2001,0,973765,986431 +COD,2001,1,929911,940716 +COD,2001,2,885482,895445 +COD,2001,3,844730,853967 +COD,2001,4,807360,815972 +COD,2001,5,773078,781148 +COD,2001,6,741666,749276 +COD,2001,7,712906,720135 +COD,2001,8,686122,692961 +COD,2001,9,660865,667265 +COD,2001,10,637072,643006 +COD,2001,11,615058,620556 +COD,2001,12,594683,599749 +COD,2001,13,574887,579559 +COD,2001,14,555146,559483 +COD,2001,15,535701,539725 +COD,2001,16,517329,521031 +COD,2001,17,499891,503290 +COD,2001,18,482778,485733 +COD,2002,0,1006190,1020786 +COD,2002,1,954579,967260 +COD,2002,2,914173,924381 +COD,2002,3,871745,881076 +COD,2002,4,832940,841568 +COD,2002,5,797430,805499 +COD,2002,6,764886,772512 +COD,2002,7,735134,742430 +COD,2002,8,707997,715077 +COD,2002,9,682386,689194 +COD,2002,10,657666,664062 +COD,2002,11,633969,639866 +COD,2002,12,611999,617444 +COD,2002,13,591548,596550 +COD,2002,14,571695,576264 +COD,2002,15,552027,556185 +COD,2002,16,532725,536473 +COD,2002,17,514394,517723 +COD,2002,18,496929,499853 +COD,2003,0,1043332,1060225 +COD,2003,1,988264,1002449 +COD,2003,2,938256,950227 +COD,2003,3,899748,909357 +COD,2003,4,859259,867957 +COD,2003,5,822345,830361 +COD,2003,6,788642,796167 +COD,2003,7,757789,764969 +COD,2003,8,729653,736635 +COD,2003,9,704101,711031 +COD,2003,10,679626,686401 +COD,2003,11,655408,661798 +COD,2003,12,631772,637632 +COD,2003,13,609815,615204 +COD,2003,14,589259,594194 +COD,2003,15,569321,573784 +COD,2003,16,549697,553674 +COD,2003,17,530510,533979 +COD,2003,18,512194,515146 +COD,2004,0,1082994,1102150 +COD,2004,1,1024762,1040547 +COD,2004,2,972004,985048 +COD,2004,3,924295,935165 +COD,2004,4,886068,895123 +COD,2004,5,847488,855594 +COD,2004,6,812436,819881 +COD,2004,7,780516,787533 +COD,2004,8,751330,758100 +COD,2004,9,724790,731491 +COD,2004,10,700804,707617 +COD,2004,11,677446,684220 +COD,2004,12,653709,660125 +COD,2004,13,630115,635966 +COD,2004,14,608151,613513 +COD,2004,15,587473,592369 +COD,2004,16,567432,571815 +COD,2004,17,547837,551655 +COD,2004,18,528748,531960 +COD,2005,0,1123454,1144533 +COD,2005,1,1062893,1080229 +COD,2005,2,1007969,1022249 +COD,2005,3,958252,970094 +COD,2005,4,913311,923265 +COD,2005,5,872716,881265 +COD,2005,6,836034,843593 +COD,2005,7,802836,809752 +COD,2005,8,772690,779243 +COD,2005,9,745165,751566 +COD,2005,10,720214,726676 +COD,2005,11,697788,704526 +COD,2005,12,675542,682355 +COD,2005,13,652279,658758 +COD,2005,14,628716,634595 +COD,2005,15,606736,612106 +COD,2005,16,585927,590817 +COD,2005,17,565774,570109 +COD,2005,18,546199,549891 +COD,2006,0,1160212,1182428 +COD,2006,1,1106933,1126701 +COD,2006,2,1049672,1066116 +COD,2006,3,997455,1011148 +COD,2006,4,949910,961374 +COD,2006,5,906666,916370 +COD,2006,6,867332,875677 +COD,2006,7,831517,838839 +COD,2006,8,798946,805600 +COD,2006,9,769285,775604 +COD,2006,10,742107,748326 +COD,2006,11,717273,723564 +COD,2006,12,694763,701319 +COD,2006,13,672452,679044 +COD,2006,14,649247,655429 +COD,2006,15,625811,631293 +COD,2006,16,603864,608737 +COD,2006,17,583025,587314 +COD,2006,18,562859,566517 +COD,2007,0,1198192,1221258 +COD,2007,1,1136253,1155888 +COD,2007,2,1091530,1110126 +COD,2007,3,1037508,1053188 +COD,2007,4,987941,1001167 +COD,2007,5,942518,953716 +COD,2007,6,900925,910483 +COD,2007,7,862811,871052 +COD,2007,8,827826,835005 +COD,2007,9,795849,802331 +COD,2007,10,766644,772815 +COD,2007,11,739784,745905 +COD,2007,12,715043,721244 +COD,2007,13,692427,698881 +COD,2007,14,670029,676476 +COD,2007,15,646861,652818 +COD,2007,16,623527,628682 +COD,2007,17,601591,606035 +COD,2007,18,580702,584456 +COD,2008,0,1237022,1260778 +COD,2008,1,1175454,1196244 +COD,2008,2,1118427,1136597 +COD,2008,3,1076868,1094365 +COD,2008,4,1026046,1041031 +COD,2008,5,979096,991920 +COD,2008,6,935763,946755 +COD,2008,7,895793,905262 +COD,2008,8,858874,867063 +COD,2008,9,824694,831782 +COD,2008,10,793289,799649 +COD,2008,11,764521,770592 +COD,2008,12,737961,744029 +COD,2008,13,713296,719452 +COD,2008,14,690558,696953 +COD,2008,15,668059,674404 +COD,2008,16,644911,650685 +COD,2008,17,621665,626532 +COD,2008,18,599725,603777 +COD,2009,0,1276447,1300945 +COD,2009,1,1215592,1237573 +COD,2009,2,1158679,1178332 +COD,2009,3,1105507,1123020 +COD,2009,4,1062626,1079034 +COD,2009,5,1014989,1029286 +COD,2009,6,970638,983066 +COD,2009,7,929380,940173 +COD,2009,8,891018,900404 +COD,2009,9,855280,863424 +COD,2009,10,821893,828894 +COD,2009,11,791048,797290 +COD,2009,12,762704,768679 +COD,2009,13,736434,742455 +COD,2009,14,711835,717950 +COD,2009,15,688967,695308 +COD,2009,16,666356,672604 +COD,2009,17,643220,648814 +COD,2009,18,620052,624634 +COD,2010,0,1316242,1341698 +COD,2010,1,1256216,1279454 +COD,2010,2,1199577,1220681 +COD,2010,3,1146187,1165251 +COD,2010,4,1095911,1113037 +COD,2010,5,1048611,1063910 +COD,2010,6,1004152,1017744 +COD,2010,7,962395,974411 +COD,2010,8,923205,933783 +COD,2010,9,886445,895734 +COD,2010,10,851881,859965 +COD,2010,11,819280,826181 +COD,2010,12,788989,795100 +COD,2010,13,761064,766930 +COD,2010,14,735078,741039 +COD,2010,15,710539,716602 +COD,2010,16,687534,693810 +COD,2010,17,664807,670947 +COD,2010,18,641677,647081 +COD,2011,0,1353692,1380307 +COD,2011,1,1301328,1325943 +COD,2011,2,1244016,1266516 +COD,2011,3,1189685,1210159 +COD,2011,4,1138229,1156770 +COD,2011,5,1089539,1106248 +COD,2011,6,1043518,1058502 +COD,2011,7,1000066,1013445 +COD,2011,8,959037,970911 +COD,2011,9,920310,930773 +COD,2011,10,883799,892968 +COD,2011,11,849320,857277 +COD,2011,12,816640,823404 +COD,2011,13,786280,792211 +COD,2011,14,758393,763993 +COD,2011,15,732504,738082 +COD,2011,16,707973,713539 +COD,2011,17,684916,690575 +COD,2011,18,662155,667593 +COD,2012,0,1391639,1419638 +COD,2012,1,1333605,1359462 +COD,2012,2,1287185,1310983 +COD,2012,3,1232551,1254335 +COD,2012,4,1180494,1200358 +COD,2012,5,1130938,1148976 +COD,2012,6,1083805,1100114 +COD,2012,7,1039035,1053720 +COD,2012,8,996564,1009744 +COD,2012,9,956238,967983 +COD,2012,10,917950,928311 +COD,2012,11,881669,890729 +COD,2012,12,847254,855093 +COD,2012,13,814475,821113 +COD,2012,14,784029,789790 +COD,2012,15,756165,761506 +COD,2012,16,730357,735561 +COD,2012,17,705819,710897 +COD,2012,18,682696,687749 +COD,2013,0,1429350,1458814 +COD,2013,1,1372507,1399705 +COD,2013,2,1317768,1342793 +COD,2013,3,1273575,1296561 +COD,2013,4,1221596,1242668 +COD,2013,5,1171791,1191048 +COD,2013,6,1124115,1141653 +COD,2013,7,1078520,1094431 +COD,2013,8,1034980,1049369 +COD,2013,9,993473,1006455 +COD,2013,10,953834,965450 +COD,2013,11,915970,926229 +COD,2013,12,879902,888853 +COD,2013,13,845538,853259 +COD,2013,14,812646,819156 +COD,2013,15,782102,787692 +COD,2013,16,754249,759330 +COD,2013,17,728512,733341 +COD,2013,18,703956,708546 +COD,2014,0,1466040,1496871 +COD,2014,1,1410718,1439165 +COD,2014,2,1357116,1383318 +COD,2014,3,1305226,1329315 +COD,2014,4,1260375,1282552 +COD,2014,5,1211034,1231397 +COD,2014,6,1163467,1182120 +COD,2014,7,1117656,1134696 +COD,2014,8,1073583,1089099 +COD,2014,9,1031262,1045356 +COD,2014,10,990706,1003491 +COD,2014,11,951741,963229 +COD,2014,12,914288,924445 +COD,2014,13,878421,887265 +COD,2014,14,844097,851700 +COD,2014,15,811082,817465 +COD,2014,16,780429,785847 +COD,2014,17,752579,757399 +COD,2014,18,726903,731357 +COD,2015,0,1501202,1533167 +COD,2015,1,1447808,1477347 +COD,2015,2,1395727,1423005 +COD,2015,3,1344971,1370140 +COD,2015,4,1295551,1318755 +COD,2015,5,1247480,1268849 +COD,2015,6,1200768,1220423 +COD,2015,7,1155429,1173478 +COD,2015,8,1111474,1128014 +COD,2015,9,1068914,1084034 +COD,2015,10,1027802,1041600 +COD,2015,11,988187,1000775 +COD,2015,12,949886,961247 +COD,2015,13,912836,922891 +COD,2015,14,877163,885896 +COD,2015,15,842869,850353 +COD,2015,16,809722,815976 +COD,2015,17,778953,784197 +COD,2015,18,751098,755656 +COD,2016,0,1532097,1564873 +COD,2016,1,1487849,1518628 +COD,2016,2,1436645,1465192 +COD,2016,3,1386505,1412966 +COD,2016,4,1337447,1361954 +COD,2016,5,1289489,1312164 +COD,2016,6,1242677,1263632 +COD,2016,7,1197060,1216397 +COD,2016,8,1152506,1170304 +COD,2016,9,1108974,1125297 +COD,2016,10,1066571,1081477 +COD,2016,11,1025503,1039080 +COD,2016,12,985799,998153 +COD,2016,13,947423,958502 +COD,2016,14,910401,920083 +COD,2016,15,874812,883054 +COD,2016,16,840519,847394 +COD,2016,17,807318,812837 +COD,2016,18,776509,780931 +COD,2017,0,1561873,1595272 +COD,2017,1,1513820,1544963 +COD,2017,2,1475335,1504962 +COD,2017,3,1426291,1453878 +COD,2017,4,1378063,1403736 +COD,2017,5,1330675,1354548 +COD,2017,6,1284150,1306323 +COD,2017,7,1238571,1259137 +COD,2017,8,1194022,1213065 +COD,2017,9,1150228,1167798 +COD,2017,10,1107095,1123221 +COD,2017,11,1064823,1079535 +COD,2017,12,1023777,1037152 +COD,2017,13,983963,996101 +COD,2017,14,945489,956303 +COD,2017,15,908475,917799 +COD,2017,16,872951,880716 +COD,2017,17,838639,844918 +COD,2017,18,805365,810163 +COD,2018,0,1591163,1625078 +COD,2018,1,1545835,1577628 +COD,2018,2,1500499,1530305 +COD,2018,3,1463288,1491779 +COD,2018,4,1416389,1443031 +COD,2018,5,1370057,1394958 +COD,2018,6,1324324,1347576 +COD,2018,7,1279218,1300902 +COD,2018,8,1234858,1255047 +COD,2018,9,1191363,1210123 +COD,2018,10,1148315,1165668 +COD,2018,11,1105566,1121507 +COD,2018,12,1063414,1077942 +COD,2018,13,1022376,1035559 +COD,2018,14,982439,994369 +COD,2018,15,943856,954412 +COD,2018,16,906838,915811 +COD,2018,17,871367,878661 +COD,2018,18,837025,842714 +COD,2019,0,1621000,1655000 +COD,2019,1,1578000,1610000 +COD,2019,2,1534000,1565000 +COD,2019,3,1491000,1519000 +COD,2019,4,1451000,1479000 +COD,2019,5,1407000,1432000 +COD,2019,6,1362000,1386000 +COD,2019,7,1318000,1341000 +COD,2019,8,1274000,1296000 +COD,2019,9,1231000,1251000 +COD,2019,10,1189000,1207000 +COD,2019,11,1146000,1164000 +COD,2019,12,1104000,1120000 +COD,2019,13,1062000,1076000 +COD,2019,14,1021000,1034000 +COD,2019,15,981000,993000 +COD,2019,16,942000,953000 +COD,2019,17,905000,914000 +COD,2019,18,870000,877000 +COD,2020,0,1652000,1687000 +COD,2020,1,1610000,1643000 +COD,2020,2,1567000,1598000 +COD,2020,3,1525000,1554000 +COD,2020,4,1482000,1510000 +COD,2020,5,1439000,1466000 +COD,2020,6,1397000,1421000 +COD,2020,7,1354000,1378000 +COD,2020,8,1312000,1334000 +COD,2020,9,1269000,1290000 +COD,2020,10,1228000,1247000 +COD,2020,11,1186000,1204000 +COD,2020,12,1145000,1162000 +COD,2020,13,1103000,1118000 +COD,2020,14,1061000,1075000 +COD,2020,15,1020000,1032000 +COD,2020,16,979000,991000 +COD,2020,17,941000,951000 +COD,2020,18,904000,912000 +COD,2021,0,1684000,1720000 +COD,2021,1,1641000,1675000 +COD,2021,2,1600000,1631000 +COD,2021,3,1558000,1588000 +COD,2021,4,1517000,1545000 +COD,2021,5,1475000,1502000 +COD,2021,6,1434000,1460000 +COD,2021,7,1393000,1417000 +COD,2021,8,1352000,1375000 +COD,2021,9,1310000,1331000 +COD,2021,10,1267000,1288000 +COD,2021,11,1225000,1244000 +COD,2021,12,1184000,1202000 +COD,2021,13,1142000,1159000 +COD,2021,14,1100000,1115000 +COD,2021,15,1058000,1072000 +COD,2021,16,1017000,1029000 +COD,2021,17,977000,988000 +COD,2021,18,938000,947000 +COD,2022,0,1718000,1754000 +COD,2022,1,1674000,1708000 +COD,2022,2,1630000,1663000 +COD,2022,3,1589000,1620000 +COD,2022,4,1549000,1578000 +COD,2022,5,1509000,1536000 +COD,2022,6,1469000,1495000 +COD,2022,7,1429000,1454000 +COD,2022,8,1390000,1413000 +COD,2022,9,1349000,1372000 +COD,2022,10,1308000,1329000 +COD,2022,11,1265000,1285000 +COD,2022,12,1223000,1242000 +COD,2022,13,1182000,1199000 +COD,2022,14,1140000,1156000 +COD,2022,15,1098000,1112000 +COD,2022,16,1056000,1069000 +COD,2022,17,1015000,1026000 +COD,2022,18,975000,984000 +COD,2023,0,1752000,1790000 +COD,2023,1,1706000,1741000 +COD,2023,2,1662000,1695000 +COD,2023,3,1620000,1651000 +COD,2023,4,1579000,1609000 +COD,2023,5,1540000,1568000 +COD,2023,6,1501000,1528000 +COD,2023,7,1462000,1488000 +COD,2023,8,1424000,1448000 +COD,2023,9,1386000,1410000 +COD,2023,10,1347000,1369000 +COD,2023,11,1306000,1327000 +COD,2023,12,1263000,1283000 +COD,2023,13,1221000,1240000 +COD,2023,14,1179000,1197000 +COD,2023,15,1137000,1153000 +COD,2023,16,1096000,1110000 +COD,2023,17,1054000,1066000 +COD,2023,18,1013000,1023000 +COD,2024,0,1788000,1826000 +COD,2024,1,1739000,1775000 +COD,2024,2,1693000,1727000 +COD,2024,3,1650000,1681000 +COD,2024,4,1609000,1639000 +COD,2024,5,1570000,1598000 +COD,2024,6,1531000,1558000 +COD,2024,7,1493000,1519000 +COD,2024,8,1456000,1481000 +COD,2024,9,1419000,1443000 +COD,2024,10,1383000,1406000 +COD,2024,11,1345000,1367000 +COD,2024,12,1304000,1325000 +COD,2024,13,1261000,1281000 +COD,2024,14,1219000,1237000 +COD,2024,15,1177000,1194000 +COD,2024,16,1135000,1151000 +COD,2024,17,1093000,1107000 +COD,2024,18,1052000,1063000 +COD,2025,0,1823000,1863000 +COD,2025,1,1773000,1810000 +COD,2025,2,1726000,1760000 +COD,2025,3,1681000,1713000 +COD,2025,4,1639000,1669000 +COD,2025,5,1599000,1627000 +COD,2025,6,1560000,1587000 +COD,2025,7,1522000,1549000 +COD,2025,8,1486000,1511000 +COD,2025,9,1450000,1474000 +COD,2025,10,1414000,1438000 +COD,2025,11,1380000,1402000 +COD,2025,12,1343000,1365000 +COD,2025,13,1302000,1323000 +COD,2025,14,1259000,1279000 +COD,2025,15,1217000,1235000 +COD,2025,16,1175000,1192000 +COD,2025,17,1133000,1148000 +COD,2025,18,1091000,1104000 +COD,2026,0,1858000,1898000 +COD,2026,1,1810000,1848000 +COD,2026,2,1762000,1797000 +COD,2026,3,1717000,1750000 +COD,2026,4,1674000,1705000 +COD,2026,5,1633000,1662000 +COD,2026,6,1594000,1622000 +COD,2026,7,1556000,1583000 +COD,2026,8,1519000,1545000 +COD,2026,9,1483000,1508000 +COD,2026,10,1447000,1471000 +COD,2026,11,1411000,1434000 +COD,2026,12,1377000,1399000 +COD,2026,13,1340000,1361000 +COD,2026,14,1299000,1319000 +COD,2026,15,1257000,1275000 +COD,2026,16,1214000,1231000 +COD,2026,17,1172000,1188000 +COD,2026,18,1130000,1144000 +COD,2027,0,1892000,1933000 +COD,2027,1,1840000,1878000 +COD,2027,2,1798000,1834000 +COD,2027,3,1752000,1786000 +COD,2027,4,1708000,1740000 +COD,2027,5,1667000,1697000 +COD,2027,6,1627000,1656000 +COD,2027,7,1589000,1616000 +COD,2027,8,1552000,1579000 +COD,2027,9,1516000,1541000 +COD,2027,10,1480000,1505000 +COD,2027,11,1444000,1468000 +COD,2027,12,1409000,1431000 +COD,2027,13,1374000,1396000 +COD,2027,14,1337000,1358000 +COD,2027,15,1297000,1316000 +COD,2027,16,1254000,1272000 +COD,2027,17,1211000,1228000 +COD,2027,18,1169000,1184000 +COD,2028,0,1927000,1969000 +COD,2028,1,1874000,1913000 +COD,2028,2,1825000,1861000 +COD,2028,3,1786000,1820000 +COD,2028,4,1742000,1774000 +COD,2028,5,1700000,1731000 +COD,2028,6,1660000,1689000 +COD,2028,7,1622000,1650000 +COD,2028,8,1585000,1612000 +COD,2028,9,1549000,1575000 +COD,2028,10,1513000,1538000 +COD,2028,11,1478000,1502000 +COD,2028,12,1442000,1465000 +COD,2028,13,1407000,1429000 +COD,2028,14,1372000,1393000 +COD,2028,15,1335000,1355000 +COD,2028,16,1294000,1313000 +COD,2028,17,1251000,1268000 +COD,2028,18,1209000,1224000 +COD,2029,0,1962000,2004000 +COD,2029,1,1909000,1948000 +COD,2029,2,1859000,1896000 +COD,2029,3,1813000,1847000 +COD,2029,4,1774000,1806000 +COD,2029,5,1732000,1763000 +COD,2029,6,1692000,1721000 +COD,2029,7,1654000,1682000 +COD,2029,8,1617000,1644000 +COD,2029,9,1581000,1607000 +COD,2029,10,1546000,1571000 +COD,2029,11,1511000,1535000 +COD,2029,12,1476000,1499000 +COD,2029,13,1440000,1463000 +COD,2029,14,1405000,1426000 +COD,2029,15,1370000,1391000 +COD,2029,16,1332000,1352000 +COD,2029,17,1292000,1310000 +COD,2029,18,1249000,1265000 +COD,2030,0,1996000,2040000 +COD,2030,1,1944000,1984000 +COD,2030,2,1894000,1931000 +COD,2030,3,1848000,1882000 +COD,2030,4,1804000,1836000 +COD,2030,5,1762000,1793000 +COD,2030,6,1722000,1751000 +COD,2030,7,1684000,1712000 +COD,2030,8,1647000,1674000 +COD,2030,9,1612000,1638000 +COD,2030,10,1577000,1602000 +COD,2030,11,1543000,1567000 +COD,2030,12,1508000,1532000 +COD,2030,13,1474000,1497000 +COD,2030,14,1438000,1460000 +COD,2030,15,1403000,1424000 +COD,2030,16,1367000,1388000 +COD,2030,17,1330000,1349000 +COD,2030,18,1289000,1307000 +COD,2031,0,2030000,2074000 +COD,2031,1,1984000,2025000 +COD,2031,2,1933000,1971000 +COD,2031,3,1886000,1921000 +COD,2031,4,1841000,1874000 +COD,2031,5,1798000,1830000 +COD,2031,6,1757000,1787000 +COD,2031,7,1718000,1747000 +COD,2031,8,1681000,1708000 +COD,2031,9,1644000,1671000 +COD,2031,10,1609000,1634000 +COD,2031,11,1574000,1599000 +COD,2031,12,1540000,1564000 +COD,2031,13,1505000,1529000 +COD,2031,14,1471000,1493000 +COD,2031,15,1435000,1456000 +COD,2031,16,1399000,1420000 +COD,2031,17,1364000,1383000 +COD,2031,18,1327000,1345000 +COD,2032,0,2063000,2108000 +COD,2032,1,2012000,2053000 +COD,2032,2,1971000,2010000 +COD,2032,3,1923000,1960000 +COD,2032,4,1878000,1912000 +COD,2032,5,1835000,1867000 +COD,2032,6,1793000,1824000 +COD,2032,7,1753000,1783000 +COD,2032,8,1715000,1743000 +COD,2032,9,1678000,1705000 +COD,2032,10,1642000,1668000 +COD,2032,11,1606000,1632000 +COD,2032,12,1572000,1596000 +COD,2032,13,1537000,1561000 +COD,2032,14,1503000,1526000 +COD,2032,15,1468000,1489000 +COD,2032,16,1432000,1453000 +COD,2032,17,1397000,1416000 +COD,2032,18,1361000,1379000 +COD,2033,0,2096000,2142000 +COD,2033,1,2046000,2087000 +COD,2033,2,1997000,2036000 +COD,2033,3,1959000,1996000 +COD,2033,4,1914000,1948000 +COD,2033,5,1870000,1903000 +COD,2033,6,1828000,1860000 +COD,2033,7,1788000,1818000 +COD,2033,8,1749000,1778000 +COD,2033,9,1712000,1739000 +COD,2033,10,1675000,1702000 +COD,2033,11,1639000,1665000 +COD,2033,12,1604000,1629000 +COD,2033,13,1569000,1593000 +COD,2033,14,1535000,1558000 +COD,2033,15,1500000,1523000 +COD,2033,16,1465000,1486000 +COD,2033,17,1430000,1449000 +COD,2033,18,1394000,1412000 +COD,2034,0,2128000,2174000 +COD,2034,1,2079000,2121000 +COD,2034,2,2032000,2071000 +COD,2034,3,1986000,2023000 +COD,2034,4,1947000,1982000 +COD,2034,5,1904000,1937000 +COD,2034,6,1863000,1894000 +COD,2034,7,1823000,1852000 +COD,2034,8,1784000,1812000 +COD,2034,9,1746000,1773000 +COD,2034,10,1709000,1735000 +COD,2034,11,1672000,1698000 +COD,2034,12,1637000,1662000 +COD,2034,13,1602000,1626000 +COD,2034,14,1567000,1591000 +COD,2034,15,1533000,1555000 +COD,2034,16,1498000,1520000 +COD,2034,17,1463000,1483000 +COD,2034,18,1427000,1446000 +COD,2035,0,2159000,2205000 +COD,2035,1,2111000,2154000 +COD,2035,2,2065000,2105000 +COD,2035,3,2020000,2057000 +COD,2035,4,1977000,2012000 +COD,2035,5,1935000,1968000 +COD,2035,6,1895000,1926000 +COD,2035,7,1855000,1885000 +COD,2035,8,1817000,1845000 +COD,2035,9,1779000,1807000 +COD,2035,10,1742000,1769000 +COD,2035,11,1706000,1732000 +COD,2035,12,1670000,1695000 +COD,2035,13,1635000,1659000 +COD,2035,14,1600000,1624000 +COD,2035,15,1565000,1588000 +COD,2035,16,1531000,1553000 +COD,2035,17,1496000,1517000 +COD,2035,18,1460000,1480000 +COD,2036,0,2187000,2234000 +COD,2036,1,2147000,2191000 +COD,2036,2,2101000,2142000 +COD,2036,3,2057000,2095000 +COD,2036,4,2014000,2050000 +COD,2036,5,1972000,2006000 +COD,2036,6,1931000,1963000 +COD,2036,7,1891000,1922000 +COD,2036,8,1852000,1881000 +COD,2036,9,1814000,1842000 +COD,2036,10,1776000,1803000 +COD,2036,11,1739000,1766000 +COD,2036,12,1703000,1728000 +COD,2036,13,1667000,1692000 +COD,2036,14,1632000,1656000 +COD,2036,15,1597000,1620000 +COD,2036,16,1562000,1584000 +COD,2036,17,1527000,1548000 +COD,2036,18,1492000,1512000 +COD,2037,0,2213000,2261000 +COD,2037,1,2170000,2214000 +COD,2037,2,2136000,2178000 +COD,2037,3,2092000,2131000 +COD,2037,4,2050000,2086000 +COD,2037,5,2008000,2042000 +COD,2037,6,1967000,2000000 +COD,2037,7,1927000,1958000 +COD,2037,8,1888000,1918000 +COD,2037,9,1849000,1878000 +COD,2037,10,1811000,1839000 +COD,2037,11,1774000,1801000 +COD,2037,12,1737000,1763000 +COD,2037,13,1700000,1725000 +COD,2037,14,1664000,1689000 +COD,2037,15,1629000,1652000 +COD,2037,16,1594000,1616000 +COD,2037,17,1559000,1580000 +COD,2037,18,1524000,1544000 +COD,2038,0,2239000,2287000 +COD,2038,1,2198000,2242000 +COD,2038,2,2157000,2198000 +COD,2038,3,2125000,2164000 +COD,2038,4,2083000,2120000 +COD,2038,5,2042000,2077000 +COD,2038,6,2002000,2035000 +COD,2038,7,1962000,1994000 +COD,2038,8,1923000,1954000 +COD,2038,9,1885000,1914000 +COD,2038,10,1847000,1875000 +COD,2038,11,1809000,1836000 +COD,2038,12,1772000,1798000 +COD,2038,13,1735000,1760000 +COD,2038,14,1698000,1723000 +COD,2038,15,1662000,1685000 +COD,2038,16,1627000,1649000 +COD,2038,17,1592000,1612000 +COD,2038,18,1557000,1576000 +COD,2039,0,2263000,2312000 +COD,2039,1,2225000,2270000 +COD,2039,2,2186000,2228000 +COD,2039,3,2147000,2186000 +COD,2039,4,2114000,2151000 +COD,2039,5,2074000,2109000 +COD,2039,6,2035000,2068000 +COD,2039,7,1996000,2028000 +COD,2039,8,1958000,1988000 +COD,2039,9,1920000,1949000 +COD,2039,10,1882000,1910000 +COD,2039,11,1844000,1872000 +COD,2039,12,1807000,1833000 +COD,2039,13,1770000,1795000 +COD,2039,14,1733000,1757000 +COD,2039,15,1696000,1720000 +COD,2039,16,1660000,1682000 +COD,2039,17,1624000,1645000 +COD,2039,18,1589000,1609000 +COD,2040,0,2287000,2337000 +COD,2040,1,2251000,2296000 +COD,2040,2,2214000,2256000 +COD,2040,3,2177000,2216000 +COD,2040,4,2140000,2176000 +COD,2040,5,2102000,2137000 +COD,2040,6,2065000,2098000 +COD,2040,7,2028000,2059000 +COD,2040,8,1991000,2021000 +COD,2040,9,1953000,1982000 +COD,2040,10,1916000,1944000 +COD,2040,11,1879000,1906000 +COD,2040,12,1842000,1868000 +COD,2040,13,1805000,1831000 +COD,2040,14,1768000,1793000 +COD,2040,15,1731000,1755000 +COD,2040,16,1694000,1717000 +COD,2040,17,1657000,1679000 +COD,2040,18,1622000,1642000 +COD,2041,0,2311000,2361000 +COD,2041,1,2278000,2325000 +COD,2041,2,2242000,2285000 +COD,2041,3,2207000,2247000 +COD,2041,4,2171000,2208000 +COD,2041,5,2134000,2170000 +COD,2041,6,2098000,2132000 +COD,2041,7,2062000,2094000 +COD,2041,8,2025000,2056000 +COD,2041,9,1988000,2018000 +COD,2041,10,1951000,1980000 +COD,2041,11,1914000,1941000 +COD,2041,12,1876000,1903000 +COD,2041,13,1839000,1865000 +COD,2041,14,1802000,1827000 +COD,2041,15,1765000,1789000 +COD,2041,16,1728000,1750000 +COD,2041,17,1691000,1712000 +COD,2041,18,1654000,1674000 +COD,2042,0,2335000,2385000 +COD,2042,1,2300000,2346000 +COD,2042,2,2269000,2313000 +COD,2042,3,2234000,2275000 +COD,2042,4,2199000,2238000 +COD,2042,5,2165000,2201000 +COD,2042,6,2129000,2164000 +COD,2042,7,2094000,2127000 +COD,2042,8,2059000,2090000 +COD,2042,9,2023000,2053000 +COD,2042,10,1986000,2015000 +COD,2042,11,1949000,1977000 +COD,2042,12,1911000,1938000 +COD,2042,13,1874000,1900000 +COD,2042,14,1837000,1862000 +COD,2042,15,1799000,1823000 +COD,2042,16,1762000,1785000 +COD,2042,17,1725000,1746000 +COD,2042,18,1688000,1707000 +COD,2043,0,2358000,2408000 +COD,2043,1,2324000,2370000 +COD,2043,2,2290000,2333000 +COD,2043,3,2259000,2301000 +COD,2043,4,2226000,2265000 +COD,2043,5,2192000,2229000 +COD,2043,6,2159000,2193000 +COD,2043,7,2124000,2157000 +COD,2043,8,2090000,2122000 +COD,2043,9,2056000,2086000 +COD,2043,10,2021000,2050000 +COD,2043,11,1984000,2012000 +COD,2043,12,1947000,1974000 +COD,2043,13,1909000,1936000 +COD,2043,14,1872000,1897000 +COD,2043,15,1834000,1858000 +COD,2043,16,1797000,1820000 +COD,2043,17,1759000,1781000 +COD,2043,18,1722000,1742000 +COD,2044,0,2379000,2430000 +COD,2044,1,2346000,2393000 +COD,2044,2,2313000,2356000 +COD,2044,3,2280000,2321000 +COD,2044,4,2250000,2289000 +COD,2044,5,2218000,2254000 +COD,2044,6,2185000,2220000 +COD,2044,7,2153000,2186000 +COD,2044,8,2120000,2151000 +COD,2044,9,2086000,2117000 +COD,2044,10,2053000,2082000 +COD,2044,11,2018000,2047000 +COD,2044,12,1982000,2010000 +COD,2044,13,1945000,1971000 +COD,2044,14,1907000,1933000 +COD,2044,15,1869000,1894000 +COD,2044,16,1832000,1855000 +COD,2044,17,1794000,1816000 +COD,2044,18,1757000,1777000 +COD,2045,0,2399000,2450000 +COD,2045,1,2367000,2414000 +COD,2045,2,2335000,2378000 +COD,2045,3,2303000,2344000 +COD,2045,4,2272000,2310000 +COD,2045,5,2241000,2277000 +COD,2045,6,2210000,2244000 +COD,2045,7,2178000,2211000 +COD,2045,8,2147000,2178000 +COD,2045,9,2115000,2145000 +COD,2045,10,2082000,2112000 +COD,2045,11,2050000,2079000 +COD,2045,12,2016000,2044000 +COD,2045,13,1980000,2007000 +COD,2045,14,1942000,1968000 +COD,2045,15,1905000,1930000 +COD,2045,16,1867000,1891000 +COD,2045,17,1829000,1852000 +COD,2045,18,1792000,1813000 +COD,2046,0,2416000,2468000 +COD,2046,1,2390000,2438000 +COD,2046,2,2359000,2404000 +COD,2046,3,2328000,2370000 +COD,2046,4,2298000,2337000 +COD,2046,5,2268000,2304000 +COD,2046,6,2237000,2272000 +COD,2046,7,2207000,2240000 +COD,2046,8,2176000,2208000 +COD,2046,9,2144000,2175000 +COD,2046,10,2112000,2142000 +COD,2046,11,2080000,2109000 +COD,2046,12,2048000,2075000 +COD,2046,13,2013000,2040000 +COD,2046,14,1977000,2003000 +COD,2046,15,1940000,1964000 +COD,2046,16,1902000,1925000 +COD,2046,17,1864000,1886000 +COD,2046,18,1826000,1847000 +COD,2047,0,2432000,2484000 +COD,2047,1,2403000,2451000 +COD,2047,2,2381000,2426000 +COD,2047,3,2351000,2393000 +COD,2047,4,2322000,2361000 +COD,2047,5,2293000,2330000 +COD,2047,6,2264000,2299000 +COD,2047,7,2234000,2267000 +COD,2047,8,2204000,2236000 +COD,2047,9,2174000,2204000 +COD,2047,10,2142000,2172000 +COD,2047,11,2110000,2139000 +COD,2047,12,2078000,2106000 +COD,2047,13,2045000,2072000 +COD,2047,14,2011000,2037000 +COD,2047,15,1975000,1999000 +COD,2047,16,1937000,1960000 +COD,2047,17,1899000,1921000 +COD,2047,18,1861000,1881000 +COD,2048,0,2447000,2499000 +COD,2048,1,2420000,2468000 +COD,2048,2,2393000,2437000 +COD,2048,3,2372000,2414000 +COD,2048,4,2344000,2383000 +COD,2048,5,2316000,2353000 +COD,2048,6,2288000,2323000 +COD,2048,7,2259000,2293000 +COD,2048,8,2231000,2263000 +COD,2048,9,2201000,2232000 +COD,2048,10,2171000,2201000 +COD,2048,11,2140000,2169000 +COD,2048,12,2108000,2136000 +COD,2048,13,2076000,2103000 +COD,2048,14,2043000,2069000 +COD,2048,15,2009000,2034000 +COD,2048,16,1972000,1996000 +COD,2048,17,1934000,1956000 +COD,2048,18,1896000,1917000 +COD,2049,0,2462000,2514000 +COD,2049,1,2436000,2484000 +COD,2049,2,2411000,2455000 +COD,2049,3,2385000,2426000 +COD,2049,4,2363000,2402000 +COD,2049,5,2337000,2373000 +COD,2049,6,2310000,2345000 +COD,2049,7,2283000,2316000 +COD,2049,8,2255000,2287000 +COD,2049,9,2227000,2258000 +COD,2049,10,2199000,2229000 +COD,2049,11,2169000,2198000 +COD,2049,12,2138000,2166000 +COD,2049,13,2106000,2133000 +COD,2049,14,2074000,2100000 +COD,2049,15,2041000,2066000 +COD,2049,16,2006000,2030000 +COD,2049,17,1970000,1992000 +COD,2049,18,1932000,1952000 +COD,2050,0,2477000,2530000 +COD,2050,1,2452000,2501000 +COD,2050,2,2428000,2472000 +COD,2050,3,2403000,2445000 +COD,2050,4,2379000,2417000 +COD,2050,5,2354000,2390000 +COD,2050,6,2329000,2363000 +COD,2050,7,2303000,2336000 +COD,2050,8,2277000,2309000 +COD,2050,9,2251000,2281000 +COD,2050,10,2224000,2253000 +COD,2050,11,2196000,2225000 +COD,2050,12,2167000,2195000 +COD,2050,13,2136000,2163000 +COD,2050,14,2104000,2130000 +COD,2050,15,2071000,2097000 +COD,2050,16,2038000,2063000 +COD,2050,17,2004000,2027000 +COD,2050,18,1967000,1988000 +COG,1990,0,41320,42392 +COG,1990,1,40049,40968 +COG,1990,2,38904,39689 +COG,1990,3,37868,38537 +COG,1990,4,36926,37497 +COG,1990,5,36065,36550 +COG,1990,6,35268,35681 +COG,1990,7,34520,34873 +COG,1990,8,33806,34108 +COG,1990,9,33111,33371 +COG,1990,10,32446,32669 +COG,1990,11,31819,32013 +COG,1990,12,31091,31256 +COG,1990,13,30195,30329 +COG,1990,14,29192,29293 +COG,1990,15,28210,28281 +COG,1990,16,27225,27270 +COG,1990,17,26264,26274 +COG,1990,18,25355,25314 +COG,1991,0,42302,43365 +COG,1991,1,41033,42009 +COG,1991,2,39811,40650 +COG,1991,3,38706,39423 +COG,1991,4,37703,38312 +COG,1991,5,36789,37302 +COG,1991,6,35948,36377 +COG,1991,7,35167,35522 +COG,1991,8,34431,34725 +COG,1991,9,33727,33972 +COG,1991,10,33039,33246 +COG,1991,11,32377,32551 +COG,1991,12,31751,31898 +COG,1991,13,31025,31144 +COG,1991,14,30137,30222 +COG,1991,15,29143,29193 +COG,1991,16,28168,28186 +COG,1991,17,27189,27178 +COG,1991,18,26233,26186 +COG,1992,0,43304,44335 +COG,1992,1,41872,42790 +COG,1992,2,40763,41650 +COG,1992,3,39588,40354 +COG,1992,4,38523,39178 +COG,1992,5,37554,38107 +COG,1992,6,36666,37128 +COG,1992,7,35845,36225 +COG,1992,8,35080,35382 +COG,1992,9,34355,34596 +COG,1992,10,33660,33854 +COG,1992,11,32979,33139 +COG,1992,12,32321,32451 +COG,1992,13,31695,31800 +COG,1992,14,30972,31049 +COG,1992,15,30090,30133 +COG,1992,16,29105,29110 +COG,1992,17,28137,28107 +COG,1992,18,27164,27102 +COG,1993,0,44362,45351 +COG,1993,1,42884,43793 +COG,1993,2,41548,42377 +COG,1993,3,40504,41311 +COG,1993,4,39377,40079 +COG,1993,5,38352,38953 +COG,1993,6,37415,37921 +COG,1993,7,36553,36972 +COG,1993,8,35753,36090 +COG,1993,9,35003,35260 +COG,1993,10,34290,34484 +COG,1993,11,33603,33754 +COG,1993,12,32929,33049 +COG,1993,13,32274,32367 +COG,1993,14,31649,31718 +COG,1993,15,30927,30970 +COG,1993,16,30051,30058 +COG,1993,17,29076,29040 +COG,1993,18,28115,28041 +COG,1994,0,45525,46479 +COG,1994,1,43988,44893 +COG,1994,2,42590,43436 +COG,1994,3,41319,42099 +COG,1994,4,40250,40987 +COG,1994,5,39172,39817 +COG,1994,6,38186,38741 +COG,1994,7,37281,37749 +COG,1994,8,36445,36829 +COG,1994,9,35666,35968 +COG,1994,10,34930,35150 +COG,1994,11,34229,34384 +COG,1994,12,33551,33664 +COG,1994,13,32883,32970 +COG,1994,14,32231,32294 +COG,1994,15,31606,31647 +COG,1994,16,30887,30901 +COG,1994,17,30017,29994 +COG,1994,18,29050,28981 +COG,1995,0,46824,47767 +COG,1995,1,45199,46110 +COG,1995,2,43715,44581 +COG,1995,3,42361,43171 +COG,1995,4,41126,41872 +COG,1995,5,39999,40673 +COG,1995,6,38967,39565 +COG,1995,7,38021,38539 +COG,1995,8,37149,37586 +COG,1995,9,36339,36696 +COG,1995,10,35580,35855 +COG,1995,11,34860,35050 +COG,1995,12,34170,34293 +COG,1995,13,33501,33584 +COG,1995,14,32839,32901 +COG,1995,15,32190,32230 +COG,1995,16,31565,31585 +COG,1995,17,30848,30841 +COG,1995,18,29984,29937 +COG,1996,0,48260,49159 +COG,1996,1,46508,47363 +COG,1996,2,44923,45744 +COG,1996,3,43478,44255 +COG,1996,4,42161,42886 +COG,1996,5,40961,41627 +COG,1996,6,39867,40468 +COG,1996,7,38868,39403 +COG,1996,8,37947,38409 +COG,1996,9,37087,37472 +COG,1996,10,36283,36587 +COG,1996,11,35528,35752 +COG,1996,12,34810,34950 +COG,1996,13,34126,34200 +COG,1996,14,33472,33505 +COG,1996,15,32830,32839 +COG,1996,16,32199,32183 +COG,1996,17,31590,31551 +COG,1996,18,30885,30819 +COG,1997,0,49838,50718 +COG,1997,1,47932,48778 +COG,1997,2,46198,46979 +COG,1997,3,44653,45397 +COG,1997,4,43247,43948 +COG,1997,5,41967,42619 +COG,1997,6,40801,41399 +COG,1997,7,39740,40281 +COG,1997,8,38775,39258 +COG,1997,9,37878,38296 +COG,1997,10,37031,37374 +COG,1997,11,36232,36495 +COG,1997,12,35482,35665 +COG,1997,13,34765,34866 +COG,1997,14,34087,34123 +COG,1997,15,33448,33440 +COG,1997,16,32827,32792 +COG,1997,17,32213,32150 +COG,1997,18,31618,31530 +COG,1998,0,51509,52395 +COG,1998,1,49442,50280 +COG,1998,2,47563,48350 +COG,1998,3,45890,46610 +COG,1998,4,44386,45065 +COG,1998,5,43018,43655 +COG,1998,6,41775,42366 +COG,1998,7,40643,41185 +COG,1998,8,39615,40107 +COG,1998,9,38683,39125 +COG,1998,10,37810,38194 +COG,1998,11,36977,37288 +COG,1998,12,36183,36413 +COG,1998,13,35437,35589 +COG,1998,14,34721,34793 +COG,1998,15,34050,34055 +COG,1998,16,33426,33386 +COG,1998,17,32825,32754 +COG,1998,18,32227,32126 +COG,1999,0,53202,54122 +COG,1999,1,50998,51849 +COG,1999,2,48994,49781 +COG,1999,3,47177,47905 +COG,1999,4,45580,46250 +COG,1999,5,44116,44742 +COG,1999,6,42787,43370 +COG,1999,7,41581,42120 +COG,1999,8,40484,40979 +COG,1999,9,39489,39941 +COG,1999,10,38589,39000 +COG,1999,11,37741,38100 +COG,1999,12,36921,37209 +COG,1999,13,36132,36340 +COG,1999,14,35391,35520 +COG,1999,15,34676,34727 +COG,1999,16,34011,33995 +COG,1999,17,33402,33339 +COG,1999,18,32821,32724 +COG,2000,0,54871,55847 +COG,2000,1,52573,53460 +COG,2000,2,50477,51287 +COG,2000,3,48569,49311 +COG,2000,4,46836,47519 +COG,2000,5,45265,45894 +COG,2000,6,43841,44423 +COG,2000,7,42551,43090 +COG,2000,8,41382,41879 +COG,2000,9,40320,40777 +COG,2000,10,39358,39778 +COG,2000,11,38491,38879 +COG,2000,12,37668,38010 +COG,2000,13,36861,37134 +COG,2000,14,36077,36269 +COG,2000,15,35340,35454 +COG,2000,16,34628,34664 +COG,2000,17,33969,33938 +COG,2000,18,33375,33295 +COG,2001,0,56427,57429 +COG,2001,1,54411,55308 +COG,2001,2,52211,53025 +COG,2001,3,50192,50934 +COG,2001,4,48343,49024 +COG,2001,5,46654,47281 +COG,2001,6,45111,45691 +COG,2001,7,43703,44242 +COG,2001,8,42426,42926 +COG,2001,9,41271,41732 +COG,2001,10,40223,40644 +COG,2001,11,39269,39654 +COG,2001,12,38403,38756 +COG,2001,13,37587,37894 +COG,2001,14,36798,37035 +COG,2001,15,36041,36194 +COG,2001,16,35325,35399 +COG,2001,17,34632,34626 +COG,2001,18,33990,33917 +COG,2002,0,57938,58992 +COG,2002,1,55625,56553 +COG,2002,2,53956,54785 +COG,2002,3,51853,52605 +COG,2002,4,49911,50596 +COG,2002,5,48121,48750 +COG,2002,6,46474,47055 +COG,2002,7,44960,45500 +COG,2002,8,43568,44073 +COG,2002,9,42303,42773 +COG,2002,10,41162,41595 +COG,2002,11,40129,40523 +COG,2002,12,39182,39540 +COG,2002,13,38317,38644 +COG,2002,14,37508,37788 +COG,2002,15,36738,36947 +COG,2002,16,36006,36128 +COG,2002,17,35313,35353 +COG,2002,18,34639,34597 +COG,2003,0,59517,60639 +COG,2003,1,57239,58218 +COG,2003,2,55095,55954 +COG,2003,3,53527,54298 +COG,2003,4,51521,52219 +COG,2003,5,49654,50291 +COG,2003,6,47922,48508 +COG,2003,7,46318,46861 +COG,2003,8,44832,45340 +COG,2003,9,43455,43933 +COG,2003,10,42201,42649 +COG,2003,11,41074,41486 +COG,2003,12,40055,40428 +COG,2003,13,39115,39452 +COG,2003,14,38250,38557 +COG,2003,15,37448,37707 +COG,2003,16,36696,36882 +COG,2003,17,35990,36086 +COG,2003,18,35317,35330 +COG,2004,0,61316,62515 +COG,2004,1,59045,60087 +COG,2004,2,56886,57795 +COG,2004,3,54837,55636 +COG,2004,4,53150,53869 +COG,2004,5,51239,51889 +COG,2004,6,49446,50040 +COG,2004,7,47769,48318 +COG,2004,8,46206,46716 +COG,2004,9,44746,45227 +COG,2004,10,43383,43840 +COG,2004,11,42140,42570 +COG,2004,12,41026,41422 +COG,2004,13,40020,40376 +COG,2004,14,39086,39406 +COG,2004,15,38220,38511 +COG,2004,16,37424,37667 +COG,2004,17,36690,36857 +COG,2004,18,36008,36083 +COG,2005,0,63423,64702 +COG,2005,1,61105,62215 +COG,2005,2,58887,59855 +COG,2005,3,56769,57618 +COG,2005,4,54752,55502 +COG,2005,5,52834,53504 +COG,2005,6,51014,51620 +COG,2005,7,49294,49848 +COG,2005,8,47671,48185 +COG,2005,9,46146,46627 +COG,2005,10,44712,45168 +COG,2005,11,43361,43799 +COG,2005,12,42127,42542 +COG,2005,13,41024,41406 +COG,2005,14,40030,40372 +COG,2005,15,39101,39407 +COG,2005,16,38234,38511 +COG,2005,17,37442,37671 +COG,2005,18,36725,36876 +COG,2006,0,65706,67041 +COG,2006,1,63191,64391 +COG,2006,2,60896,61943 +COG,2006,3,58702,59619 +COG,2006,4,56609,57415 +COG,2006,5,54616,55330 +COG,2006,6,52723,53361 +COG,2006,7,50931,51507 +COG,2006,8,49231,49756 +COG,2006,9,47616,48101 +COG,2006,10,46092,46545 +COG,2006,11,44660,45088 +COG,2006,12,43309,43718 +COG,2006,13,42087,42472 +COG,2006,14,41013,41366 +COG,2006,15,40060,40374 +COG,2006,16,39168,39448 +COG,2006,17,38336,38588 +COG,2006,18,37579,37786 +COG,2007,0,68267,69657 +COG,2007,1,65657,66876 +COG,2007,2,63020,64147 +COG,2007,3,60746,61735 +COG,2007,4,58575,59444 +COG,2007,5,56504,57272 +COG,2007,6,54533,55215 +COG,2007,7,52664,53273 +COG,2007,8,50899,51447 +COG,2007,9,49217,49716 +COG,2007,10,47608,48068 +COG,2007,11,46083,46512 +COG,2007,12,44651,45055 +COG,2007,13,43300,43683 +COG,2007,14,42088,42447 +COG,2007,15,41042,41370 +COG,2007,16,40129,40419 +COG,2007,17,39273,39530 +COG,2007,18,38476,38706 +COG,2008,0,70863,72306 +COG,2008,1,68085,69361 +COG,2008,2,65453,66582 +COG,2008,3,62848,63902 +COG,2008,4,60595,61525 +COG,2008,5,58445,59268 +COG,2008,6,56397,57127 +COG,2008,7,54449,55099 +COG,2008,8,52603,53185 +COG,2008,9,50864,51387 +COG,2008,10,49201,49675 +COG,2008,11,47598,48035 +COG,2008,12,46072,46478 +COG,2008,13,44641,45021 +COG,2008,14,43289,43647 +COG,2008,15,42087,42421 +COG,2008,16,41070,41373 +COG,2008,17,40196,40463 +COG,2008,18,39378,39612 +COG,2009,0,73170,74660 +COG,2009,1,70317,71648 +COG,2009,2,67612,68801 +COG,2009,3,65051,66111 +COG,2009,4,62606,63586 +COG,2009,5,60376,61248 +COG,2009,6,58251,59027 +COG,2009,7,56228,56919 +COG,2009,8,54304,54921 +COG,2009,9,52484,53037 +COG,2009,10,50774,51270 +COG,2009,11,49131,49580 +COG,2009,12,47536,47948 +COG,2009,13,46010,46392 +COG,2009,14,44582,44937 +COG,2009,15,43230,43563 +COG,2009,16,42040,42348 +COG,2009,17,41053,41330 +COG,2009,18,40220,40462 +COG,2010,0,74960,76489 +COG,2010,1,72182,73563 +COG,2010,2,69526,70771 +COG,2010,3,66989,68109 +COG,2010,4,64566,65573 +COG,2010,5,62256,63159 +COG,2010,6,60053,60864 +COG,2010,7,57957,58683 +COG,2010,8,55962,56612 +COG,2010,9,54066,54649 +COG,2010,10,52275,52798 +COG,2010,11,50596,51064 +COG,2010,12,48976,49398 +COG,2010,13,47391,47777 +COG,2010,14,45869,46226 +COG,2010,15,44446,44775 +COG,2010,16,43097,43403 +COG,2010,17,41921,42201 +COG,2010,18,40965,41215 +COG,2011,0,76556,78131 +COG,2011,1,74582,76061 +COG,2011,2,71962,73304 +COG,2011,3,69417,70631 +COG,2011,4,66948,68045 +COG,2011,5,64561,65549 +COG,2011,6,62252,63140 +COG,2011,7,60018,60816 +COG,2011,8,57896,58611 +COG,2011,9,55901,56543 +COG,2011,10,54019,54596 +COG,2011,11,52224,52742 +COG,2011,12,50532,50996 +COG,2011,13,48892,49310 +COG,2011,14,47281,47662 +COG,2011,15,45727,46077 +COG,2011,16,44271,44593 +COG,2011,17,42889,43185 +COG,2011,18,41683,41953 +COG,2012,0,77678,79291 +COG,2012,1,75501,76990 +COG,2012,2,74102,75528 +COG,2012,3,71644,72944 +COG,2012,4,69212,70393 +COG,2012,5,66816,67887 +COG,2012,6,64468,65435 +COG,2012,7,62163,63035 +COG,2012,8,59901,60685 +COG,2012,9,57757,58460 +COG,2012,10,55765,56397 +COG,2012,11,53899,54468 +COG,2012,12,52103,52615 +COG,2012,13,50399,50858 +COG,2012,14,48741,49155 +COG,2012,15,47105,47481 +COG,2012,16,45523,45865 +COG,2012,17,44036,44349 +COG,2012,18,42622,42908 +COG,2013,0,78436,80083 +COG,2013,1,76707,78243 +COG,2013,2,74853,76280 +COG,2013,3,73567,74937 +COG,2013,4,71273,72528 +COG,2013,5,68956,70102 +COG,2013,6,66635,67677 +COG,2013,7,64326,65271 +COG,2013,8,62028,62881 +COG,2013,9,59740,60507 +COG,2013,10,57574,58263 +COG,2013,11,55587,56207 +COG,2013,12,53738,54298 +COG,2013,13,51942,52446 +COG,2013,14,50229,50681 +COG,2013,15,48555,48962 +COG,2013,16,46895,47263 +COG,2013,17,45284,45618 +COG,2013,18,43768,44071 +COG,2014,0,79008,80685 +COG,2014,1,77724,79301 +COG,2014,2,76225,77703 +COG,2014,3,74540,75919 +COG,2014,4,73040,74348 +COG,2014,5,70908,72113 +COG,2014,6,68707,69812 +COG,2014,7,66459,67468 +COG,2014,8,64190,65108 +COG,2014,9,61899,62729 +COG,2014,10,59583,60330 +COG,2014,11,57397,58067 +COG,2014,12,55414,56019 +COG,2014,13,53583,54130 +COG,2014,14,51787,52280 +COG,2014,15,50063,50506 +COG,2014,16,48373,48770 +COG,2014,17,46689,47047 +COG,2014,18,45050,45373 +COG,2015,0,79545,81250 +COG,2015,1,78636,80251 +COG,2015,2,77452,78975 +COG,2015,3,76025,77454 +COG,2015,4,74385,75721 +COG,2015,5,72565,73808 +COG,2015,6,70595,71746 +COG,2015,7,68507,69567 +COG,2015,8,66332,67303 +COG,2015,9,64101,64987 +COG,2015,10,61814,62617 +COG,2015,11,59470,60192 +COG,2015,12,57261,57909 +COG,2015,13,55281,55866 +COG,2015,14,53466,53996 +COG,2015,15,51668,52146 +COG,2015,16,49933,50362 +COG,2015,17,48225,48610 +COG,2015,18,46517,46862 +COG,2016,0,79894,81650 +COG,2016,1,79340,81019 +COG,2016,2,78383,79975 +COG,2016,3,77179,78681 +COG,2016,4,75753,77166 +COG,2016,5,74132,75454 +COG,2016,6,72346,73579 +COG,2016,7,70429,71573 +COG,2016,8,68379,69435 +COG,2016,9,66210,67178 +COG,2016,10,63966,64848 +COG,2016,11,61674,62472 +COG,2016,12,59329,60045 +COG,2016,13,57114,57756 +COG,2016,14,55125,55702 +COG,2016,15,53299,53819 +COG,2016,16,51490,51955 +COG,2016,17,49741,50156 +COG,2016,18,48022,48391 +COG,2017,0,80227,82033 +COG,2017,1,79863,81586 +COG,2017,2,79207,80854 +COG,2017,3,78202,79764 +COG,2017,4,76976,78453 +COG,2017,5,75550,76940 +COG,2017,6,73945,75249 +COG,2017,7,72193,73411 +COG,2017,8,70327,71460 +COG,2017,9,68312,69359 +COG,2017,10,66149,67108 +COG,2017,11,63890,64762 +COG,2017,12,61590,62379 +COG,2017,13,59240,59947 +COG,2017,14,57018,57650 +COG,2017,15,55019,55584 +COG,2017,16,53181,53686 +COG,2017,17,51357,51807 +COG,2017,18,49594,49990 +COG,2018,0,80663,82514 +COG,2018,1,80440,82210 +COG,2018,2,79923,81611 +COG,2018,3,79117,80728 +COG,2018,4,78063,79593 +COG,2018,5,76815,78262 +COG,2018,6,75388,76752 +COG,2018,7,73799,75080 +COG,2018,8,72080,73278 +COG,2018,9,70264,71381 +COG,2018,10,68283,69317 +COG,2018,11,66123,67070 +COG,2018,12,63848,64708 +COG,2018,13,61540,62316 +COG,2018,14,59185,59878 +COG,2018,15,56954,57572 +COG,2018,16,54944,55493 +COG,2018,17,53091,53579 +COG,2018,18,51254,51683 +COG,2019,0,81000,83000 +COG,2019,1,81000,83000 +COG,2019,2,81000,82000 +COG,2019,3,80000,82000 +COG,2019,4,79000,81000 +COG,2019,5,78000,79000 +COG,2019,6,77000,78000 +COG,2019,7,75000,77000 +COG,2019,8,74000,75000 +COG,2019,9,72000,73000 +COG,2019,10,70000,71000 +COG,2019,11,68000,69000 +COG,2019,12,66000,67000 +COG,2019,13,64000,65000 +COG,2019,14,61000,62000 +COG,2019,15,59000,60000 +COG,2019,16,57000,57000 +COG,2019,17,55000,55000 +COG,2019,18,53000,53000 +COG,2020,0,82000,84000 +COG,2020,1,82000,84000 +COG,2020,2,81000,83000 +COG,2020,3,81000,82000 +COG,2020,4,80000,82000 +COG,2020,5,79000,80000 +COG,2020,6,78000,79000 +COG,2020,7,76000,78000 +COG,2020,8,75000,76000 +COG,2020,9,73000,75000 +COG,2020,10,72000,73000 +COG,2020,11,70000,71000 +COG,2020,12,68000,69000 +COG,2020,13,66000,67000 +COG,2020,14,64000,65000 +COG,2020,15,61000,62000 +COG,2020,16,59000,60000 +COG,2020,17,57000,57000 +COG,2020,18,55000,55000 +COG,2021,0,84000,86000 +COG,2021,1,82000,84000 +COG,2021,2,82000,84000 +COG,2021,3,81000,83000 +COG,2021,4,81000,82000 +COG,2021,5,80000,81000 +COG,2021,6,79000,80000 +COG,2021,7,78000,79000 +COG,2021,8,76000,78000 +COG,2021,9,75000,76000 +COG,2021,10,73000,75000 +COG,2021,11,72000,73000 +COG,2021,12,70000,71000 +COG,2021,13,68000,69000 +COG,2021,14,66000,67000 +COG,2021,15,64000,65000 +COG,2021,16,61000,62000 +COG,2021,17,59000,60000 +COG,2021,18,57000,57000 +COG,2022,0,86000,88000 +COG,2022,1,85000,86000 +COG,2022,2,82000,84000 +COG,2022,3,82000,84000 +COG,2022,4,81000,83000 +COG,2022,5,80000,82000 +COG,2022,6,80000,81000 +COG,2022,7,79000,80000 +COG,2022,8,78000,79000 +COG,2022,9,76000,78000 +COG,2022,10,75000,76000 +COG,2022,11,73000,75000 +COG,2022,12,72000,73000 +COG,2022,13,70000,71000 +COG,2022,14,68000,69000 +COG,2022,15,66000,67000 +COG,2022,16,64000,64000 +COG,2022,17,61000,62000 +COG,2022,18,59000,59000 +COG,2023,0,88000,90000 +COG,2023,1,86000,88000 +COG,2023,2,85000,86000 +COG,2023,3,82000,84000 +COG,2023,4,82000,83000 +COG,2023,5,81000,83000 +COG,2023,6,80000,82000 +COG,2023,7,79000,81000 +COG,2023,8,78000,80000 +COG,2023,9,78000,79000 +COG,2023,10,76000,78000 +COG,2023,11,75000,76000 +COG,2023,12,73000,75000 +COG,2023,13,72000,73000 +COG,2023,14,70000,71000 +COG,2023,15,68000,69000 +COG,2023,16,66000,67000 +COG,2023,17,63000,64000 +COG,2023,18,61000,62000 +COG,2024,0,90000,92000 +COG,2024,1,88000,90000 +COG,2024,2,86000,88000 +COG,2024,3,84000,86000 +COG,2024,4,82000,84000 +COG,2024,5,82000,83000 +COG,2024,6,81000,82000 +COG,2024,7,80000,81000 +COG,2024,8,79000,81000 +COG,2024,9,78000,80000 +COG,2024,10,77000,79000 +COG,2024,11,76000,78000 +COG,2024,12,75000,76000 +COG,2024,13,73000,74000 +COG,2024,14,72000,73000 +COG,2024,15,70000,71000 +COG,2024,16,68000,69000 +COG,2024,17,66000,67000 +COG,2024,18,63000,64000 +COG,2025,0,92000,94000 +COG,2025,1,89000,91000 +COG,2025,2,87000,89000 +COG,2025,3,85000,87000 +COG,2025,4,84000,86000 +COG,2025,5,83000,84000 +COG,2025,6,81000,83000 +COG,2025,7,80000,82000 +COG,2025,8,80000,81000 +COG,2025,9,79000,80000 +COG,2025,10,78000,79000 +COG,2025,11,77000,79000 +COG,2025,12,76000,78000 +COG,2025,13,75000,76000 +COG,2025,14,73000,74000 +COG,2025,15,71000,73000 +COG,2025,16,70000,71000 +COG,2025,17,68000,69000 +COG,2025,18,66000,66000 +COG,2026,0,94000,96000 +COG,2026,1,91000,93000 +COG,2026,2,89000,91000 +COG,2026,3,87000,89000 +COG,2026,4,85000,87000 +COG,2026,5,84000,86000 +COG,2026,6,82000,84000 +COG,2026,7,81000,83000 +COG,2026,8,80000,82000 +COG,2026,9,80000,81000 +COG,2026,10,79000,80000 +COG,2026,11,78000,79000 +COG,2026,12,77000,79000 +COG,2026,13,76000,78000 +COG,2026,14,75000,76000 +COG,2026,15,73000,74000 +COG,2026,16,71000,72000 +COG,2026,17,70000,71000 +COG,2026,18,68000,69000 +COG,2027,0,95000,97000 +COG,2027,1,93000,95000 +COG,2027,2,91000,93000 +COG,2027,3,89000,91000 +COG,2027,4,87000,89000 +COG,2027,5,85000,87000 +COG,2027,6,84000,86000 +COG,2027,7,82000,84000 +COG,2027,8,81000,83000 +COG,2027,9,80000,82000 +COG,2027,10,79000,81000 +COG,2027,11,79000,80000 +COG,2027,12,78000,79000 +COG,2027,13,77000,79000 +COG,2027,14,76000,77000 +COG,2027,15,75000,76000 +COG,2027,16,73000,74000 +COG,2027,17,71000,72000 +COG,2027,18,70000,70000 +COG,2028,0,97000,99000 +COG,2028,1,94000,96000 +COG,2028,2,92000,94000 +COG,2028,3,91000,93000 +COG,2028,4,89000,90000 +COG,2028,5,87000,89000 +COG,2028,6,85000,87000 +COG,2028,7,84000,85000 +COG,2028,8,82000,84000 +COG,2028,9,81000,83000 +COG,2028,10,80000,82000 +COG,2028,11,79000,81000 +COG,2028,12,79000,80000 +COG,2028,13,78000,79000 +COG,2028,14,77000,78000 +COG,2028,15,76000,77000 +COG,2028,16,75000,76000 +COG,2028,17,73000,74000 +COG,2028,18,71000,72000 +COG,2029,0,98000,101000 +COG,2029,1,96000,98000 +COG,2029,2,94000,96000 +COG,2029,3,92000,94000 +COG,2029,4,90000,92000 +COG,2029,5,88000,90000 +COG,2029,6,87000,89000 +COG,2029,7,85000,87000 +COG,2029,8,84000,85000 +COG,2029,9,82000,84000 +COG,2029,10,81000,83000 +COG,2029,11,80000,82000 +COG,2029,12,79000,81000 +COG,2029,13,79000,80000 +COG,2029,14,78000,79000 +COG,2029,15,77000,78000 +COG,2029,16,76000,77000 +COG,2029,17,75000,76000 +COG,2029,18,73000,74000 +COG,2030,0,100000,102000 +COG,2030,1,98000,100000 +COG,2030,2,96000,98000 +COG,2030,3,94000,96000 +COG,2030,4,92000,94000 +COG,2030,5,90000,92000 +COG,2030,6,88000,90000 +COG,2030,7,87000,88000 +COG,2030,8,85000,87000 +COG,2030,9,84000,85000 +COG,2030,10,82000,84000 +COG,2030,11,81000,83000 +COG,2030,12,80000,82000 +COG,2030,13,79000,81000 +COG,2030,14,78000,80000 +COG,2030,15,78000,79000 +COG,2030,16,77000,78000 +COG,2030,17,76000,77000 +COG,2030,18,75000,76000 +COG,2031,0,102000,104000 +COG,2031,1,100000,102000 +COG,2031,2,98000,100000 +COG,2031,3,96000,98000 +COG,2031,4,94000,95000 +COG,2031,5,92000,94000 +COG,2031,6,90000,92000 +COG,2031,7,88000,90000 +COG,2031,8,87000,88000 +COG,2031,9,85000,87000 +COG,2031,10,84000,85000 +COG,2031,11,82000,84000 +COG,2031,12,81000,83000 +COG,2031,13,80000,81000 +COG,2031,14,79000,81000 +COG,2031,15,78000,80000 +COG,2031,16,78000,79000 +COG,2031,17,77000,78000 +COG,2031,18,76000,77000 +COG,2032,0,104000,106000 +COG,2032,1,101000,104000 +COG,2032,2,100000,102000 +COG,2032,3,98000,100000 +COG,2032,4,95000,97000 +COG,2032,5,94000,95000 +COG,2032,6,92000,93000 +COG,2032,7,90000,92000 +COG,2032,8,88000,90000 +COG,2032,9,87000,88000 +COG,2032,10,85000,87000 +COG,2032,11,84000,85000 +COG,2032,12,82000,84000 +COG,2032,13,81000,83000 +COG,2032,14,80000,81000 +COG,2032,15,79000,80000 +COG,2032,16,78000,80000 +COG,2032,17,78000,79000 +COG,2032,18,77000,78000 +COG,2033,0,105000,108000 +COG,2033,1,103000,106000 +COG,2033,2,101000,103000 +COG,2033,3,99000,101000 +COG,2033,4,97000,99000 +COG,2033,5,95000,97000 +COG,2033,6,93000,95000 +COG,2033,7,92000,93000 +COG,2033,8,90000,92000 +COG,2033,9,88000,90000 +COG,2033,10,86000,88000 +COG,2033,11,85000,87000 +COG,2033,12,84000,85000 +COG,2033,13,82000,84000 +COG,2033,14,81000,82000 +COG,2033,15,80000,81000 +COG,2033,16,79000,80000 +COG,2033,17,78000,80000 +COG,2033,18,77000,79000 +COG,2034,0,107000,109000 +COG,2034,1,105000,107000 +COG,2034,2,103000,105000 +COG,2034,3,101000,103000 +COG,2034,4,99000,101000 +COG,2034,5,97000,99000 +COG,2034,6,95000,97000 +COG,2034,7,93000,95000 +COG,2034,8,92000,93000 +COG,2034,9,90000,91000 +COG,2034,10,88000,90000 +COG,2034,11,86000,88000 +COG,2034,12,85000,87000 +COG,2034,13,84000,85000 +COG,2034,14,82000,84000 +COG,2034,15,81000,82000 +COG,2034,16,80000,81000 +COG,2034,17,79000,80000 +COG,2034,18,78000,79000 +COG,2035,0,109000,111000 +COG,2035,1,107000,109000 +COG,2035,2,105000,107000 +COG,2035,3,103000,105000 +COG,2035,4,101000,103000 +COG,2035,5,99000,101000 +COG,2035,6,97000,99000 +COG,2035,7,95000,97000 +COG,2035,8,93000,95000 +COG,2035,9,91000,93000 +COG,2035,10,90000,91000 +COG,2035,11,88000,90000 +COG,2035,12,86000,88000 +COG,2035,13,85000,86000 +COG,2035,14,84000,85000 +COG,2035,15,82000,84000 +COG,2035,16,81000,82000 +COG,2035,17,80000,81000 +COG,2035,18,79000,80000 +COG,2036,0,110000,113000 +COG,2036,1,109000,111000 +COG,2036,2,107000,109000 +COG,2036,3,105000,107000 +COG,2036,4,103000,105000 +COG,2036,5,101000,103000 +COG,2036,6,99000,101000 +COG,2036,7,97000,99000 +COG,2036,8,95000,97000 +COG,2036,9,93000,95000 +COG,2036,10,91000,93000 +COG,2036,11,90000,91000 +COG,2036,12,88000,89000 +COG,2036,13,86000,88000 +COG,2036,14,85000,86000 +COG,2036,15,83000,85000 +COG,2036,16,82000,84000 +COG,2036,17,81000,82000 +COG,2036,18,80000,81000 +COG,2037,0,112000,114000 +COG,2037,1,110000,112000 +COG,2037,2,108000,111000 +COG,2037,3,107000,109000 +COG,2037,4,105000,107000 +COG,2037,5,103000,105000 +COG,2037,6,101000,103000 +COG,2037,7,99000,101000 +COG,2037,8,97000,99000 +COG,2037,9,95000,97000 +COG,2037,10,93000,95000 +COG,2037,11,91000,93000 +COG,2037,12,90000,91000 +COG,2037,13,88000,89000 +COG,2037,14,86000,88000 +COG,2037,15,85000,86000 +COG,2037,16,83000,85000 +COG,2037,17,82000,83000 +COG,2037,18,81000,82000 +COG,2038,0,113000,116000 +COG,2038,1,112000,114000 +COG,2038,2,110000,112000 +COG,2038,3,108000,110000 +COG,2038,4,106000,109000 +COG,2038,5,104000,107000 +COG,2038,6,103000,105000 +COG,2038,7,101000,103000 +COG,2038,8,99000,101000 +COG,2038,9,97000,99000 +COG,2038,10,95000,97000 +COG,2038,11,93000,95000 +COG,2038,12,91000,93000 +COG,2038,13,90000,91000 +COG,2038,14,88000,89000 +COG,2038,15,86000,88000 +COG,2038,16,85000,86000 +COG,2038,17,83000,85000 +COG,2038,18,82000,83000 +COG,2039,0,115000,117000 +COG,2039,1,113000,116000 +COG,2039,2,112000,114000 +COG,2039,3,110000,112000 +COG,2039,4,108000,110000 +COG,2039,5,106000,108000 +COG,2039,6,104000,106000 +COG,2039,7,102000,104000 +COG,2039,8,101000,102000 +COG,2039,9,99000,100000 +COG,2039,10,97000,99000 +COG,2039,11,95000,97000 +COG,2039,12,93000,95000 +COG,2039,13,91000,93000 +COG,2039,14,89000,91000 +COG,2039,15,88000,89000 +COG,2039,16,86000,88000 +COG,2039,17,85000,86000 +COG,2039,18,83000,85000 +COG,2040,0,116000,119000 +COG,2040,1,115000,117000 +COG,2040,2,113000,115000 +COG,2040,3,111000,114000 +COG,2040,4,110000,112000 +COG,2040,5,108000,110000 +COG,2040,6,106000,108000 +COG,2040,7,104000,106000 +COG,2040,8,102000,104000 +COG,2040,9,100000,102000 +COG,2040,10,99000,100000 +COG,2040,11,97000,98000 +COG,2040,12,95000,96000 +COG,2040,13,93000,95000 +COG,2040,14,91000,93000 +COG,2040,15,89000,91000 +COG,2040,16,88000,89000 +COG,2040,17,86000,87000 +COG,2040,18,85000,86000 +COG,2041,0,118000,120000 +COG,2041,1,116000,119000 +COG,2041,2,115000,117000 +COG,2041,3,113000,115000 +COG,2041,4,111000,114000 +COG,2041,5,110000,112000 +COG,2041,6,108000,110000 +COG,2041,7,106000,108000 +COG,2041,8,104000,106000 +COG,2041,9,102000,104000 +COG,2041,10,100000,102000 +COG,2041,11,98000,100000 +COG,2041,12,97000,98000 +COG,2041,13,95000,96000 +COG,2041,14,93000,95000 +COG,2041,15,91000,93000 +COG,2041,16,89000,91000 +COG,2041,17,88000,89000 +COG,2041,18,86000,87000 +COG,2042,0,119000,122000 +COG,2042,1,118000,120000 +COG,2042,2,116000,119000 +COG,2042,3,115000,117000 +COG,2042,4,113000,115000 +COG,2042,5,111000,113000 +COG,2042,6,109000,112000 +COG,2042,7,108000,110000 +COG,2042,8,106000,108000 +COG,2042,9,104000,106000 +COG,2042,10,102000,104000 +COG,2042,11,100000,102000 +COG,2042,12,98000,100000 +COG,2042,13,97000,98000 +COG,2042,14,95000,96000 +COG,2042,15,93000,94000 +COG,2042,16,91000,93000 +COG,2042,17,89000,91000 +COG,2042,18,87000,89000 +COG,2043,0,121000,123000 +COG,2043,1,119000,122000 +COG,2043,2,118000,120000 +COG,2043,3,116000,118000 +COG,2043,4,114000,117000 +COG,2043,5,113000,115000 +COG,2043,6,111000,113000 +COG,2043,7,109000,111000 +COG,2043,8,108000,110000 +COG,2043,9,106000,108000 +COG,2043,10,104000,106000 +COG,2043,11,102000,104000 +COG,2043,12,100000,102000 +COG,2043,13,98000,100000 +COG,2043,14,96000,98000 +COG,2043,15,95000,96000 +COG,2043,16,93000,94000 +COG,2043,17,91000,92000 +COG,2043,18,89000,91000 +COG,2044,0,122000,125000 +COG,2044,1,121000,123000 +COG,2044,2,119000,122000 +COG,2044,3,117000,120000 +COG,2044,4,116000,118000 +COG,2044,5,114000,116000 +COG,2044,6,113000,115000 +COG,2044,7,111000,113000 +COG,2044,8,109000,111000 +COG,2044,9,108000,109000 +COG,2044,10,106000,108000 +COG,2044,11,104000,106000 +COG,2044,12,102000,104000 +COG,2044,13,100000,102000 +COG,2044,14,98000,100000 +COG,2044,15,96000,98000 +COG,2044,16,95000,96000 +COG,2044,17,93000,94000 +COG,2044,18,91000,92000 +COG,2045,0,124000,126000 +COG,2045,1,122000,125000 +COG,2045,2,120000,123000 +COG,2045,3,119000,121000 +COG,2045,4,117000,120000 +COG,2045,5,116000,118000 +COG,2045,6,114000,116000 +COG,2045,7,112000,115000 +COG,2045,8,111000,113000 +COG,2045,9,109000,111000 +COG,2045,10,107000,109000 +COG,2045,11,106000,108000 +COG,2045,12,104000,106000 +COG,2045,13,102000,104000 +COG,2045,14,100000,102000 +COG,2045,15,98000,100000 +COG,2045,16,96000,98000 +COG,2045,17,94000,96000 +COG,2045,18,93000,94000 +COG,2046,0,125000,128000 +COG,2046,1,123000,126000 +COG,2046,2,122000,124000 +COG,2046,3,120000,123000 +COG,2046,4,119000,121000 +COG,2046,5,117000,119000 +COG,2046,6,116000,118000 +COG,2046,7,114000,116000 +COG,2046,8,112000,114000 +COG,2046,9,111000,113000 +COG,2046,10,109000,111000 +COG,2046,11,107000,109000 +COG,2046,12,106000,108000 +COG,2046,13,104000,106000 +COG,2046,14,102000,104000 +COG,2046,15,100000,102000 +COG,2046,16,98000,100000 +COG,2046,17,96000,98000 +COG,2046,18,94000,96000 +COG,2047,0,126000,129000 +COG,2047,1,125000,127000 +COG,2047,2,123000,126000 +COG,2047,3,122000,124000 +COG,2047,4,120000,123000 +COG,2047,5,119000,121000 +COG,2047,6,117000,119000 +COG,2047,7,116000,118000 +COG,2047,8,114000,116000 +COG,2047,9,112000,114000 +COG,2047,10,111000,113000 +COG,2047,11,109000,111000 +COG,2047,12,107000,109000 +COG,2047,13,106000,107000 +COG,2047,14,104000,106000 +COG,2047,15,102000,104000 +COG,2047,16,100000,102000 +COG,2047,17,98000,100000 +COG,2047,18,96000,98000 +COG,2048,0,127000,130000 +COG,2048,1,126000,129000 +COG,2048,2,124000,127000 +COG,2048,3,123000,126000 +COG,2048,4,122000,124000 +COG,2048,5,120000,122000 +COG,2048,6,119000,121000 +COG,2048,7,117000,119000 +COG,2048,8,116000,118000 +COG,2048,9,114000,116000 +COG,2048,10,112000,114000 +COG,2048,11,111000,113000 +COG,2048,12,109000,111000 +COG,2048,13,107000,109000 +COG,2048,14,106000,107000 +COG,2048,15,104000,106000 +COG,2048,16,102000,104000 +COG,2048,17,100000,102000 +COG,2048,18,98000,100000 +COG,2049,0,129000,131000 +COG,2049,1,127000,130000 +COG,2049,2,126000,128000 +COG,2049,3,124000,127000 +COG,2049,4,123000,125000 +COG,2049,5,121000,124000 +COG,2049,6,120000,122000 +COG,2049,7,119000,121000 +COG,2049,8,117000,119000 +COG,2049,9,115000,117000 +COG,2049,10,114000,116000 +COG,2049,11,112000,114000 +COG,2049,12,111000,112000 +COG,2049,13,109000,111000 +COG,2049,14,107000,109000 +COG,2049,15,105000,107000 +COG,2049,16,104000,105000 +COG,2049,17,102000,103000 +COG,2049,18,100000,101000 +COG,2050,0,130000,133000 +COG,2050,1,128000,131000 +COG,2050,2,127000,130000 +COG,2050,3,126000,128000 +COG,2050,4,124000,127000 +COG,2050,5,123000,125000 +COG,2050,6,121000,124000 +COG,2050,7,120000,122000 +COG,2050,8,118000,120000 +COG,2050,9,117000,119000 +COG,2050,10,115000,117000 +COG,2050,11,114000,116000 +COG,2050,12,112000,114000 +COG,2050,13,111000,112000 +COG,2050,14,109000,111000 +COG,2050,15,107000,109000 +COG,2050,16,105000,107000 +COG,2050,17,104000,105000 +COG,2050,18,102000,103000 +COL,1990,0,418404,436547 +COL,1990,1,414502,432359 +COL,1990,2,410743,428234 +COL,1990,3,407080,424116 +COL,1990,4,403467,419952 +COL,1990,5,399859,415688 +COL,1990,6,396209,411270 +COL,1990,7,392471,406643 +COL,1990,8,388599,401754 +COL,1990,9,384547,396548 +COL,1990,10,380568,391391 +COL,1990,11,376915,386651 +COL,1990,12,372047,380171 +COL,1990,13,365318,371055 +COL,1990,14,357580,360510 +COL,1990,15,350017,350222 +COL,1990,16,342017,339352 +COL,1990,17,336361,331768 +COL,1990,18,334434,329404 +COL,1991,0,426607,445519 +COL,1991,1,417778,435819 +COL,1991,2,413755,431522 +COL,1991,3,409967,427396 +COL,1991,4,406349,423357 +COL,1991,5,402836,419323 +COL,1991,6,399386,415254 +COL,1991,7,395956,411108 +COL,1991,8,392370,406587 +COL,1991,9,388520,401521 +COL,1991,10,384407,395956 +COL,1991,11,380390,390481 +COL,1991,12,376693,385422 +COL,1991,13,371803,378640 +COL,1991,14,365096,369271 +COL,1991,15,357400,358509 +COL,1991,16,349865,347995 +COL,1991,17,341901,336898 +COL,1991,18,336202,329128 +COL,1992,0,435858,455410 +COL,1992,1,427472,446185 +COL,1992,2,417026,434897 +COL,1992,3,412883,430492 +COL,1992,4,409068,426367 +COL,1992,5,405495,422410 +COL,1992,6,402083,418507 +COL,1992,7,398792,414634 +COL,1992,8,395583,410763 +COL,1992,9,392151,406351 +COL,1992,10,388324,401110 +COL,1992,11,384152,395188 +COL,1992,12,380097,389396 +COL,1992,13,376358,384021 +COL,1992,14,371447,376941 +COL,1992,15,364764,367322 +COL,1992,16,357113,356348 +COL,1992,17,349608,345612 +COL,1992,18,341682,334292 +COL,1993,0,444451,464505 +COL,1993,1,434239,453280 +COL,1993,2,425602,443849 +COL,1993,3,416237,433909 +COL,1993,4,411975,429397 +COL,1993,5,408132,425274 +COL,1993,6,404606,421398 +COL,1993,7,401295,417627 +COL,1993,8,398163,413950 +COL,1993,9,395175,410356 +COL,1993,10,391897,406052 +COL,1993,11,388094,400637 +COL,1993,12,383862,394360 +COL,1993,13,379771,388251 +COL,1993,14,375989,382562 +COL,1993,15,371058,375184 +COL,1993,16,364400,365318 +COL,1993,17,356793,354133 +COL,1993,18,349319,343177 +COL,1994,0,450121,470532 +COL,1994,1,439343,458636 +COL,1994,2,430188,448636 +COL,1994,3,422474,440294 +COL,1994,4,415518,432994 +COL,1994,5,411136,428374 +COL,1994,6,407265,424252 +COL,1994,7,403785,420457 +COL,1994,8,400574,416818 +COL,1994,9,397601,413337 +COL,1994,10,394834,410017 +COL,1994,11,391709,405821 +COL,1994,12,387928,400232 +COL,1994,13,383637,393599 +COL,1994,14,379508,387173 +COL,1994,15,375683,381168 +COL,1994,16,370732,373491 +COL,1994,17,364097,363377 +COL,1994,18,356533,351979 +COL,1995,0,451342,471958 +COL,1995,1,441734,461194 +COL,1995,2,433425,452036 +COL,1995,3,426277,444286 +COL,1995,4,420150,437743 +COL,1995,5,414905,432208 +COL,1995,6,410402,427479 +COL,1995,7,406502,423357 +COL,1995,8,403067,419642 +COL,1995,9,399955,416133 +COL,1995,10,397141,412847 +COL,1995,11,394593,409801 +COL,1995,12,391621,405711 +COL,1995,13,387861,399946 +COL,1995,14,383509,392954 +COL,1995,15,379342,386210 +COL,1995,16,375473,379887 +COL,1995,17,370500,371909 +COL,1995,18,363887,361543 +COL,1996,0,446575,467035 +COL,1996,1,448413,468453 +COL,1996,2,440441,459570 +COL,1996,3,433177,451636 +COL,1996,4,426576,444552 +COL,1996,5,420597,438215 +COL,1996,6,415103,432442 +COL,1996,7,409957,427047 +COL,1996,8,405583,422350 +COL,1996,9,402122,418419 +COL,1996,10,399253,414902 +COL,1996,11,396483,411396 +COL,1996,12,393878,408006 +COL,1996,13,390852,403606 +COL,1996,14,387051,397603 +COL,1996,15,382666,390424 +COL,1996,16,378462,383484 +COL,1996,17,374554,376965 +COL,1996,18,369551,368842 +COL,1997,0,437368,457554 +COL,1997,1,436334,455542 +COL,1997,2,445860,465407 +COL,1997,3,439517,458395 +COL,1997,4,433290,451676 +COL,1997,5,427231,445249 +COL,1997,6,421394,439113 +COL,1997,7,415646,433096 +COL,1997,8,409855,427030 +COL,1997,9,405002,421755 +COL,1997,10,401513,417605 +COL,1997,11,398884,414075 +COL,1997,12,396157,410346 +COL,1997,13,393491,406610 +COL,1997,14,390409,401896 +COL,1997,15,386564,395648 +COL,1997,16,382143,388276 +COL,1997,17,377899,381134 +COL,1997,18,373948,374413 +COL,1998,0,425950,445826 +COL,1998,1,430755,449825 +COL,1998,2,433549,452079 +COL,1998,3,443459,462591 +COL,1998,4,438744,457448 +COL,1998,5,433552,451941 +COL,1998,6,428033,446169 +COL,1998,7,422337,440230 +COL,1998,8,416334,433967 +COL,1998,9,409893,427227 +COL,1998,10,404560,421369 +COL,1998,11,401043,416999 +COL,1998,12,398652,413455 +COL,1998,13,395967,409500 +COL,1998,14,393240,405415 +COL,1998,15,390101,400385 +COL,1998,16,386210,393889 +COL,1998,17,381751,386321 +COL,1998,18,377465,378973 +COL,1999,0,415572,435211 +COL,1999,1,425109,444101 +COL,1999,2,431651,450230 +COL,1999,3,435512,453860 +COL,1999,4,440929,459714 +COL,1999,5,437843,456441 +COL,1999,6,433689,452149 +COL,1999,7,428713,447033 +COL,1999,8,423160,441291 +COL,1999,9,416902,434783 +COL,1999,10,409814,427369 +COL,1999,11,404002,420930 +COL,1999,12,400456,416339 +COL,1999,13,398306,412781 +COL,1999,14,395663,408601 +COL,1999,15,392876,404168 +COL,1999,16,389680,398822 +COL,1999,17,385745,392079 +COL,1999,18,381249,384314 +COL,2000,0,408589,428142 +COL,2000,1,420555,439571 +COL,2000,2,429154,447841 +COL,2000,3,434728,453250 +COL,2000,4,437617,456093 +COL,2000,5,438164,456667 +COL,2000,6,436710,455267 +COL,2000,7,433596,452191 +COL,2000,8,429165,447734 +COL,2000,9,423757,442192 +COL,2000,10,417248,435440 +COL,2000,11,409516,427354 +COL,2000,12,403228,420336 +COL,2000,13,399657,415526 +COL,2000,14,397747,411956 +COL,2000,15,395149,407552 +COL,2000,16,392302,402772 +COL,2000,17,389051,397111 +COL,2000,18,385074,390124 +COL,2001,0,406923,426298 +COL,2001,1,410865,430040 +COL,2001,2,421071,439834 +COL,2001,3,428573,447098 +COL,2001,4,433600,452018 +COL,2001,5,436383,454782 +COL,2001,6,437262,455688 +COL,2001,7,436577,455033 +COL,2001,8,434005,452452 +COL,2001,9,429553,447910 +COL,2001,10,423784,441926 +COL,2001,11,417134,434940 +COL,2001,12,409373,426725 +COL,2001,13,403028,419531 +COL,2001,14,399360,414478 +COL,2001,15,397330,410629 +COL,2001,16,394616,405955 +COL,2001,17,391650,400899 +COL,2001,18,388310,395029 +COL,2002,0,408730,428106 +COL,2002,1,417355,436180 +COL,2002,2,412785,431651 +COL,2002,3,421221,439803 +COL,2002,4,427619,446054 +COL,2002,5,432095,450483 +COL,2002,6,434768,453166 +COL,2002,7,435978,454404 +COL,2002,8,436065,454495 +COL,2002,9,434037,452410 +COL,2002,10,429568,447786 +COL,2002,11,423443,441364 +COL,2002,12,416656,434147 +COL,2002,13,408873,425810 +COL,2002,14,402477,418444 +COL,2002,15,398716,413152 +COL,2002,16,396568,409027 +COL,2002,17,393739,404084 +COL,2002,18,390656,398757 +COL,2003,0,411768,431213 +COL,2003,1,416383,435223 +COL,2003,2,420373,438828 +COL,2003,3,414493,433100 +COL,2003,4,421155,439608 +COL,2003,5,426445,444845 +COL,2003,6,430368,448780 +COL,2003,7,432930,451382 +COL,2003,8,434471,452951 +COL,2003,9,435328,453786 +COL,2003,10,433845,452200 +COL,2003,11,429362,447496 +COL,2003,12,422884,440638 +COL,2003,13,415964,433193 +COL,2003,14,408163,424737 +COL,2003,15,401720,417201 +COL,2003,16,397866,411672 +COL,2003,17,395601,407272 +COL,2003,18,392660,402064 +COL,2004,0,412768,432200 +COL,2004,1,414102,432924 +COL,2004,2,415925,434353 +COL,2004,3,418088,436302 +COL,2004,4,416219,434607 +COL,2004,5,421109,439473 +COL,2004,6,425292,443697 +COL,2004,7,428663,447140 +COL,2004,8,431115,449660 +COL,2004,9,432986,451560 +COL,2004,10,434613,453140 +COL,2004,11,433674,452051 +COL,2004,12,429177,447266 +COL,2004,13,422346,439972 +COL,2004,14,415293,432299 +COL,2004,15,407473,423722 +COL,2004,16,400982,416016 +COL,2004,17,397037,410250 +COL,2004,18,394654,405575 +COL,2005,0,409454,428681 +COL,2005,1,409517,428222 +COL,2005,2,410626,428999 +COL,2005,3,412565,430762 +COL,2005,4,415115,433262 +COL,2005,5,418059,436250 +COL,2005,6,421180,439475 +COL,2005,7,424258,442688 +COL,2005,8,427078,445640 +COL,2005,9,429420,448080 +COL,2005,10,431622,450311 +COL,2005,11,434019,452637 +COL,2005,12,433624,452044 +COL,2005,13,429111,447177 +COL,2005,14,421925,439444 +COL,2005,15,414737,431540 +COL,2005,16,406897,422840 +COL,2005,17,400356,414962 +COL,2005,18,396318,408956 +COL,2006,0,400665,419310 +COL,2006,1,407560,426523 +COL,2006,2,408726,427297 +COL,2006,3,410522,428838 +COL,2006,4,412799,430972 +COL,2006,5,415407,433527 +COL,2006,6,418131,436251 +COL,2006,7,420753,438893 +COL,2006,8,423462,441670 +COL,2006,9,426242,444563 +COL,2006,10,428743,447166 +COL,2006,11,430965,449401 +COL,2006,12,433313,451656 +COL,2006,13,432868,450949 +COL,2006,14,428307,445906 +COL,2006,15,421074,437961 +COL,2006,16,413842,429853 +COL,2006,17,405958,420951 +COL,2006,18,399378,412905 +COL,2007,0,387930,405847 +COL,2007,1,392574,410471 +COL,2007,2,405902,424651 +COL,2007,3,408171,426660 +COL,2007,4,410655,428966 +COL,2007,5,413271,431473 +COL,2007,6,415939,434084 +COL,2007,7,418444,436546 +COL,2007,8,420570,438607 +COL,2007,9,422910,440949 +COL,2007,10,425653,443786 +COL,2007,11,428315,446555 +COL,2007,12,430558,448794 +COL,2007,13,432857,450980 +COL,2007,14,432362,450159 +COL,2007,15,427751,444936 +COL,2007,16,420468,436773 +COL,2007,17,413185,428456 +COL,2007,18,405254,419346 +COL,2008,0,373599,390750 +COL,2008,1,382312,399758 +COL,2008,2,390261,407970 +COL,2008,3,404328,422888 +COL,2008,4,407702,426133 +COL,2008,5,410874,429205 +COL,2008,6,413830,432086 +COL,2008,7,416559,434753 +COL,2008,8,418845,436954 +COL,2008,9,420475,438434 +COL,2008,10,422447,440342 +COL,2008,11,425154,443123 +COL,2008,12,427976,446058 +COL,2008,13,430242,448303 +COL,2008,14,432493,450420 +COL,2008,15,431948,449485 +COL,2008,16,427284,444081 +COL,2008,17,419949,435697 +COL,2008,18,412616,427169 +COL,2009,0,361054,377558 +COL,2009,1,372840,389876 +COL,2009,2,383139,400613 +COL,2009,3,392045,409870 +COL,2009,4,402587,420950 +COL,2009,5,407066,425430 +COL,2009,6,410925,429268 +COL,2009,7,414221,432521 +COL,2009,8,417009,435244 +COL,2009,9,419076,437182 +COL,2009,10,420208,438080 +COL,2009,11,421811,439552 +COL,2009,12,424480,442277 +COL,2009,13,427461,445377 +COL,2009,14,429748,447627 +COL,2009,15,431951,449674 +COL,2009,16,431355,448624 +COL,2009,17,426642,443041 +COL,2009,18,419258,434440 +COL,2010,0,352768,368872 +COL,2010,1,365401,382124 +COL,2010,2,376373,393603 +COL,2010,3,385811,403442 +COL,2010,4,393838,411772 +COL,2010,5,400579,418727 +COL,2010,6,406159,424438 +COL,2010,7,410703,429039 +COL,2010,8,414335,432662 +COL,2010,9,417180,435439 +COL,2010,10,419026,437114 +COL,2010,11,419661,437429 +COL,2010,12,420893,438465 +COL,2010,13,423523,441131 +COL,2010,14,426662,444393 +COL,2010,15,428969,446647 +COL,2010,16,431121,448623 +COL,2010,17,430476,447460 +COL,2010,18,425715,441702 +COL,2011,0,349968,365932 +COL,2011,1,354485,370611 +COL,2011,2,365608,382268 +COL,2011,3,375631,392746 +COL,2011,4,384584,402077 +COL,2011,5,392498,410292 +COL,2011,6,399498,417522 +COL,2011,7,405709,423898 +COL,2011,8,410693,428958 +COL,2011,9,414293,432535 +COL,2011,10,416822,434958 +COL,2011,11,418538,436472 +COL,2011,12,419137,436729 +COL,2011,13,420327,437663 +COL,2011,14,422904,440166 +COL,2011,15,425986,443227 +COL,2011,16,428238,445288 +COL,2011,17,430336,447071 +COL,2011,18,429645,445745 +COL,2012,0,351077,367112 +COL,2012,1,358048,374384 +COL,2012,2,355847,371952 +COL,2012,3,365451,382005 +COL,2012,4,374515,391472 +COL,2012,5,382974,400285 +COL,2012,6,390767,408376 +COL,2012,7,398020,415874 +COL,2012,8,404855,422908 +COL,2012,9,410274,428420 +COL,2012,10,413839,431947 +COL,2012,11,416049,434014 +COL,2012,12,417633,435367 +COL,2012,13,418195,435565 +COL,2012,14,419342,436397 +COL,2012,15,421864,438734 +COL,2012,16,424886,441591 +COL,2012,17,427081,443456 +COL,2012,18,429122,445045 +COL,2013,0,355028,371324 +COL,2013,1,357046,373340 +COL,2013,2,360171,376529 +COL,2013,3,357178,373281 +COL,2013,4,365265,381731 +COL,2013,5,373369,390190 +COL,2013,6,381336,398487 +COL,2013,7,389008,406454 +COL,2013,8,396511,414219 +COL,2013,9,403969,421908 +COL,2013,10,409822,427872 +COL,2013,11,413351,431350 +COL,2013,12,415243,433061 +COL,2013,13,416695,434252 +COL,2013,14,417221,434392 +COL,2013,15,418324,435122 +COL,2013,16,420791,437292 +COL,2013,17,423754,439945 +COL,2013,18,425891,441616 +COL,2014,0,360117,376830 +COL,2014,1,357547,373972 +COL,2014,2,357179,373459 +COL,2014,3,358727,374985 +COL,2014,4,358911,375110 +COL,2014,5,365491,381972 +COL,2014,6,372648,389434 +COL,2014,7,380131,397227 +COL,2014,8,387691,405081 +COL,2014,9,395453,413122 +COL,2014,10,403542,421477 +COL,2014,11,409834,427900 +COL,2014,12,413331,431333 +COL,2014,13,414907,432691 +COL,2014,14,416230,433722 +COL,2014,15,416720,433804 +COL,2014,16,417780,434433 +COL,2014,17,420196,436441 +COL,2014,18,423101,438894 +COL,2015,0,364931,382166 +COL,2015,1,359174,375918 +COL,2015,2,356272,372717 +COL,2015,3,355881,372193 +COL,2015,4,357659,373975 +COL,2015,5,361261,377693 +COL,2015,6,366344,382976 +COL,2015,7,372563,389454 +COL,2015,8,379574,396757 +COL,2015,9,387035,404514 +COL,2015,10,395069,412849 +COL,2015,11,403804,421887 +COL,2015,12,410547,428784 +COL,2015,13,414019,432178 +COL,2015,14,415281,433185 +COL,2015,15,416476,434058 +COL,2015,16,416931,434082 +COL,2015,17,417950,434611 +COL,2015,18,420318,436460 +COL,2016,0,367851,385354 +COL,2016,1,363652,380778 +COL,2016,2,359155,375869 +COL,2016,3,357076,373537 +COL,2016,4,357144,373490 +COL,2016,5,359089,375434 +COL,2016,6,362575,379007 +COL,2016,7,367267,383845 +COL,2016,8,373217,390014 +COL,2016,9,380285,397364 +COL,2016,10,388005,405389 +COL,2016,11,396157,413836 +COL,2016,12,404910,422881 +COL,2016,13,411797,429889 +COL,2016,14,415605,433560 +COL,2016,15,417316,434935 +COL,2016,16,418928,436150 +COL,2016,17,419806,436526 +COL,2016,18,421113,437267 +COL,2017,0,370629,388505 +COL,2017,1,363080,380352 +COL,2017,2,362971,380116 +COL,2017,3,359727,376538 +COL,2017,4,358468,375071 +COL,2017,5,358995,375500 +COL,2017,6,361110,377611 +COL,2017,7,364486,381046 +COL,2017,8,368794,385447 +COL,2017,9,374485,391318 +COL,2017,10,381621,398730 +COL,2017,11,389614,407039 +COL,2017,12,397897,415613 +COL,2017,13,406682,424683 +COL,2017,14,413723,431817 +COL,2017,15,417875,435771 +COL,2017,16,420037,437517 +COL,2017,17,422069,439075 +COL,2017,18,423373,439805 +COL,2018,0,372104,390290 +COL,2018,1,365470,383111 +COL,2018,2,360951,378187 +COL,2018,3,362413,379605 +COL,2018,4,360425,377361 +COL,2018,5,359987,376760 +COL,2018,6,360974,377667 +COL,2018,7,363261,379946 +COL,2018,8,366527,383244 +COL,2018,9,370453,387210 +COL,2018,10,375886,392784 +COL,2018,11,383093,400261 +COL,2018,12,391361,408858 +COL,2018,13,399779,417564 +COL,2018,14,408599,426662 +COL,2018,15,415798,433924 +COL,2018,16,420296,438164 +COL,2018,17,422911,440282 +COL,2018,18,425364,442186 +COL,2019,0,371000,389000 +COL,2019,1,366000,384000 +COL,2019,2,363000,380000 +COL,2019,3,360000,378000 +COL,2019,4,361000,379000 +COL,2019,5,361000,378000 +COL,2019,6,361000,378000 +COL,2019,7,362000,379000 +COL,2019,8,365000,382000 +COL,2019,9,368000,385000 +COL,2019,10,372000,388000 +COL,2019,11,377000,394000 +COL,2019,12,384000,401000 +COL,2019,13,393000,410000 +COL,2019,14,401000,419000 +COL,2019,15,410000,428000 +COL,2019,16,417000,435000 +COL,2019,17,422000,440000 +COL,2019,18,425000,442000 +COL,2020,0,366000,384000 +COL,2020,1,364000,381000 +COL,2020,2,362000,379000 +COL,2020,3,360000,378000 +COL,2020,4,360000,377000 +COL,2020,5,360000,376000 +COL,2020,6,360000,377000 +COL,2020,7,361000,378000 +COL,2020,8,363000,380000 +COL,2020,9,366000,382000 +COL,2020,10,369000,385000 +COL,2020,11,372000,389000 +COL,2020,12,377000,394000 +COL,2020,13,384000,401000 +COL,2020,14,393000,410000 +COL,2020,15,402000,419000 +COL,2020,16,410000,428000 +COL,2020,17,418000,436000 +COL,2020,18,423000,440000 +COL,2021,0,360000,378000 +COL,2021,1,365000,383000 +COL,2021,2,364000,381000 +COL,2021,3,362000,380000 +COL,2021,4,361000,378000 +COL,2021,5,360000,377000 +COL,2021,6,360000,377000 +COL,2021,7,360000,377000 +COL,2021,8,361000,378000 +COL,2021,9,363000,380000 +COL,2021,10,366000,382000 +COL,2021,11,369000,385000 +COL,2021,12,372000,388000 +COL,2021,13,376000,393000 +COL,2021,14,384000,401000 +COL,2021,15,392000,409000 +COL,2021,16,401000,418000 +COL,2021,17,410000,427000 +COL,2021,18,417000,434000 +COL,2022,0,350000,367000 +COL,2022,1,354000,372000 +COL,2022,2,363000,381000 +COL,2022,3,363000,380000 +COL,2022,4,362000,379000 +COL,2022,5,361000,378000 +COL,2022,6,360000,377000 +COL,2022,7,360000,377000 +COL,2022,8,360000,376000 +COL,2022,9,360000,377000 +COL,2022,10,362000,379000 +COL,2022,11,365000,381000 +COL,2022,12,368000,384000 +COL,2022,13,371000,387000 +COL,2022,14,375000,392000 +COL,2022,15,382000,399000 +COL,2022,16,391000,408000 +COL,2022,17,400000,416000 +COL,2022,18,408000,425000 +COL,2023,0,339000,355000 +COL,2023,1,347000,363000 +COL,2023,2,352000,369000 +COL,2023,3,361000,379000 +COL,2023,4,361000,379000 +COL,2023,5,361000,378000 +COL,2023,6,360000,378000 +COL,2023,7,360000,377000 +COL,2023,8,359000,376000 +COL,2023,9,359000,375000 +COL,2023,10,359000,375000 +COL,2023,11,361000,377000 +COL,2023,12,363000,380000 +COL,2023,13,366000,383000 +COL,2023,14,369000,385000 +COL,2023,15,374000,390000 +COL,2023,16,381000,397000 +COL,2023,17,389000,406000 +COL,2023,18,398000,414000 +COL,2024,0,328000,344000 +COL,2024,1,339000,355000 +COL,2024,2,347000,363000 +COL,2024,3,353000,370000 +COL,2024,4,359000,376000 +COL,2024,5,360000,377000 +COL,2024,6,360000,377000 +COL,2024,7,360000,377000 +COL,2024,8,359000,376000 +COL,2024,9,359000,375000 +COL,2024,10,357000,374000 +COL,2024,11,357000,374000 +COL,2024,12,359000,375000 +COL,2024,13,362000,378000 +COL,2024,14,365000,381000 +COL,2024,15,368000,384000 +COL,2024,16,372000,388000 +COL,2024,17,379000,395000 +COL,2024,18,388000,403000 +COL,2025,0,321000,335000 +COL,2025,1,332000,348000 +COL,2025,2,342000,358000 +COL,2025,3,349000,365000 +COL,2025,4,354000,370000 +COL,2025,5,357000,374000 +COL,2025,6,359000,376000 +COL,2025,7,360000,377000 +COL,2025,8,360000,377000 +COL,2025,9,359000,376000 +COL,2025,10,358000,375000 +COL,2025,11,357000,373000 +COL,2025,12,356000,372000 +COL,2025,13,358000,374000 +COL,2025,14,361000,377000 +COL,2025,15,364000,380000 +COL,2025,16,366000,382000 +COL,2025,17,371000,387000 +COL,2025,18,378000,393000 +COL,2026,0,316000,331000 +COL,2026,1,322000,337000 +COL,2026,2,333000,348000 +COL,2026,3,341000,357000 +COL,2026,4,347000,364000 +COL,2026,5,352000,369000 +COL,2026,6,356000,373000 +COL,2026,7,358000,375000 +COL,2026,8,360000,377000 +COL,2026,9,360000,377000 +COL,2026,10,359000,376000 +COL,2026,11,358000,374000 +COL,2026,12,356000,372000 +COL,2026,13,356000,372000 +COL,2026,14,357000,373000 +COL,2026,15,360000,376000 +COL,2026,16,363000,379000 +COL,2026,17,366000,381000 +COL,2026,18,370000,385000 +COL,2027,0,314000,329000 +COL,2027,1,323000,338000 +COL,2027,2,324000,339000 +COL,2027,3,333000,348000 +COL,2027,4,340000,356000 +COL,2027,5,346000,363000 +COL,2027,6,351000,368000 +COL,2027,7,355000,372000 +COL,2027,8,358000,375000 +COL,2027,9,360000,377000 +COL,2027,10,360000,377000 +COL,2027,11,359000,375000 +COL,2027,12,357000,374000 +COL,2027,13,356000,372000 +COL,2027,14,356000,371000 +COL,2027,15,357000,373000 +COL,2027,16,360000,376000 +COL,2027,17,363000,378000 +COL,2027,18,365000,380000 +COL,2028,0,314000,329000 +COL,2028,1,320000,335000 +COL,2028,2,326000,342000 +COL,2028,3,326000,341000 +COL,2028,4,333000,349000 +COL,2028,5,340000,356000 +COL,2028,6,345000,361000 +COL,2028,7,350000,366000 +COL,2028,8,354000,371000 +COL,2028,9,358000,375000 +COL,2028,10,360000,377000 +COL,2028,11,360000,377000 +COL,2028,12,359000,375000 +COL,2028,13,357000,374000 +COL,2028,14,356000,372000 +COL,2028,15,355000,371000 +COL,2028,16,357000,372000 +COL,2028,17,360000,375000 +COL,2028,18,363000,378000 +COL,2029,0,314000,329000 +COL,2029,1,318000,333000 +COL,2029,2,322000,337000 +COL,2029,3,326000,341000 +COL,2029,4,327000,343000 +COL,2029,5,333000,349000 +COL,2029,6,339000,355000 +COL,2029,7,344000,360000 +COL,2029,8,349000,365000 +COL,2029,9,353000,370000 +COL,2029,10,358000,375000 +COL,2029,11,360000,377000 +COL,2029,12,360000,377000 +COL,2029,13,359000,375000 +COL,2029,14,357000,373000 +COL,2029,15,356000,372000 +COL,2029,16,355000,371000 +COL,2029,17,357000,372000 +COL,2029,18,360000,375000 +COL,2030,0,313000,328000 +COL,2030,1,315000,330000 +COL,2030,2,317000,332000 +COL,2030,3,321000,336000 +COL,2030,4,325000,340000 +COL,2030,5,329000,344000 +COL,2030,6,334000,349000 +COL,2030,7,338000,354000 +COL,2030,8,343000,359000 +COL,2030,9,348000,364000 +COL,2030,10,352000,369000 +COL,2030,11,357000,374000 +COL,2030,12,360000,377000 +COL,2030,13,360000,377000 +COL,2030,14,358000,375000 +COL,2030,15,357000,373000 +COL,2030,16,356000,371000 +COL,2030,17,355000,371000 +COL,2030,18,357000,372000 +COL,2031,0,311000,326000 +COL,2031,1,312000,327000 +COL,2031,2,314000,329000 +COL,2031,3,317000,332000 +COL,2031,4,321000,336000 +COL,2031,5,325000,340000 +COL,2031,6,329000,344000 +COL,2031,7,334000,349000 +COL,2031,8,338000,354000 +COL,2031,9,343000,359000 +COL,2031,10,348000,364000 +COL,2031,11,352000,369000 +COL,2031,12,357000,374000 +COL,2031,13,360000,377000 +COL,2031,14,360000,377000 +COL,2031,15,358000,375000 +COL,2031,16,357000,373000 +COL,2031,17,355000,371000 +COL,2031,18,355000,370000 +COL,2032,0,308000,323000 +COL,2032,1,308000,323000 +COL,2032,2,312000,327000 +COL,2032,3,314000,329000 +COL,2032,4,317000,332000 +COL,2032,5,321000,336000 +COL,2032,6,325000,340000 +COL,2032,7,329000,345000 +COL,2032,8,333000,349000 +COL,2032,9,338000,354000 +COL,2032,10,343000,359000 +COL,2032,11,347000,364000 +COL,2032,12,352000,368000 +COL,2032,13,357000,374000 +COL,2032,14,360000,377000 +COL,2032,15,360000,376000 +COL,2032,16,358000,374000 +COL,2032,17,356000,372000 +COL,2032,18,355000,370000 +COL,2033,0,304000,319000 +COL,2033,1,305000,320000 +COL,2033,2,307000,321000 +COL,2033,3,311000,326000 +COL,2033,4,314000,329000 +COL,2033,5,317000,332000 +COL,2033,6,321000,336000 +COL,2033,7,325000,340000 +COL,2033,8,329000,345000 +COL,2033,9,333000,349000 +COL,2033,10,338000,353000 +COL,2033,11,342000,358000 +COL,2033,12,347000,363000 +COL,2033,13,352000,368000 +COL,2033,14,357000,373000 +COL,2033,15,359000,376000 +COL,2033,16,359000,376000 +COL,2033,17,357000,373000 +COL,2033,18,356000,371000 +COL,2034,0,300000,315000 +COL,2034,1,302000,316000 +COL,2034,2,304000,318000 +COL,2034,3,307000,321000 +COL,2034,4,310000,325000 +COL,2034,5,314000,328000 +COL,2034,6,317000,332000 +COL,2034,7,321000,336000 +COL,2034,8,325000,340000 +COL,2034,9,329000,344000 +COL,2034,10,333000,349000 +COL,2034,11,337000,353000 +COL,2034,12,342000,358000 +COL,2034,13,347000,363000 +COL,2034,14,351000,368000 +COL,2034,15,356000,373000 +COL,2034,16,359000,376000 +COL,2034,17,359000,375000 +COL,2034,18,357000,373000 +COL,2035,0,297000,311000 +COL,2035,1,299000,313000 +COL,2035,2,301000,315000 +COL,2035,3,303000,318000 +COL,2035,4,306000,321000 +COL,2035,5,310000,324000 +COL,2035,6,313000,328000 +COL,2035,7,317000,332000 +COL,2035,8,321000,336000 +COL,2035,9,325000,340000 +COL,2035,10,329000,344000 +COL,2035,11,333000,348000 +COL,2035,12,337000,353000 +COL,2035,13,341000,357000 +COL,2035,14,346000,362000 +COL,2035,15,351000,367000 +COL,2035,16,356000,372000 +COL,2035,17,359000,375000 +COL,2035,18,358000,375000 +COL,2036,0,293000,308000 +COL,2036,1,296000,311000 +COL,2036,2,298000,313000 +COL,2036,3,301000,315000 +COL,2036,4,304000,318000 +COL,2036,5,307000,321000 +COL,2036,6,310000,324000 +COL,2036,7,313000,328000 +COL,2036,8,317000,332000 +COL,2036,9,321000,336000 +COL,2036,10,325000,340000 +COL,2036,11,329000,344000 +COL,2036,12,333000,348000 +COL,2036,13,337000,352000 +COL,2036,14,341000,357000 +COL,2036,15,346000,362000 +COL,2036,16,351000,367000 +COL,2036,17,355000,372000 +COL,2036,18,358000,374000 +COL,2037,0,290000,304000 +COL,2037,1,293000,307000 +COL,2037,2,296000,310000 +COL,2037,3,298000,313000 +COL,2037,4,301000,315000 +COL,2037,5,304000,318000 +COL,2037,6,307000,321000 +COL,2037,7,310000,324000 +COL,2037,8,313000,328000 +COL,2037,9,317000,332000 +COL,2037,10,321000,336000 +COL,2037,11,325000,340000 +COL,2037,12,329000,344000 +COL,2037,13,332000,348000 +COL,2037,14,336000,352000 +COL,2037,15,341000,357000 +COL,2037,16,346000,362000 +COL,2037,17,350000,366000 +COL,2037,18,355000,371000 +COL,2038,0,287000,301000 +COL,2038,1,290000,304000 +COL,2038,2,292000,306000 +COL,2038,3,296000,310000 +COL,2038,4,298000,312000 +COL,2038,5,301000,315000 +COL,2038,6,304000,318000 +COL,2038,7,307000,321000 +COL,2038,8,310000,324000 +COL,2038,9,313000,328000 +COL,2038,10,317000,331000 +COL,2038,11,320000,335000 +COL,2038,12,324000,340000 +COL,2038,13,328000,344000 +COL,2038,14,332000,347000 +COL,2038,15,336000,352000 +COL,2038,16,341000,356000 +COL,2038,17,345000,361000 +COL,2038,18,350000,365000 +COL,2039,0,284000,298000 +COL,2039,1,287000,301000 +COL,2039,2,290000,304000 +COL,2039,3,292000,306000 +COL,2039,4,295000,310000 +COL,2039,5,298000,312000 +COL,2039,6,301000,315000 +COL,2039,7,303000,318000 +COL,2039,8,306000,321000 +COL,2039,9,310000,324000 +COL,2039,10,313000,327000 +COL,2039,11,316000,331000 +COL,2039,12,320000,335000 +COL,2039,13,324000,339000 +COL,2039,14,328000,343000 +COL,2039,15,332000,347000 +COL,2039,16,336000,351000 +COL,2039,17,340000,356000 +COL,2039,18,345000,360000 +COL,2040,0,281000,295000 +COL,2040,1,284000,298000 +COL,2040,2,287000,301000 +COL,2040,3,289000,303000 +COL,2040,4,292000,306000 +COL,2040,5,295000,309000 +COL,2040,6,298000,312000 +COL,2040,7,300000,315000 +COL,2040,8,303000,318000 +COL,2040,9,306000,321000 +COL,2040,10,309000,324000 +COL,2040,11,312000,327000 +COL,2040,12,316000,331000 +COL,2040,13,320000,335000 +COL,2040,14,324000,339000 +COL,2040,15,328000,343000 +COL,2040,16,331000,347000 +COL,2040,17,335000,351000 +COL,2040,18,340000,355000 +COL,2041,0,279000,293000 +COL,2041,1,282000,295000 +COL,2041,2,284000,298000 +COL,2041,3,287000,301000 +COL,2041,4,289000,303000 +COL,2041,5,292000,306000 +COL,2041,6,295000,309000 +COL,2041,7,298000,312000 +COL,2041,8,300000,315000 +COL,2041,9,303000,318000 +COL,2041,10,306000,321000 +COL,2041,11,309000,324000 +COL,2041,12,312000,327000 +COL,2041,13,316000,330000 +COL,2041,14,319000,334000 +COL,2041,15,324000,338000 +COL,2041,16,327000,342000 +COL,2041,17,331000,346000 +COL,2041,18,335000,350000 +COL,2042,0,277000,291000 +COL,2042,1,280000,293000 +COL,2042,2,282000,295000 +COL,2042,3,284000,298000 +COL,2042,4,287000,301000 +COL,2042,5,289000,303000 +COL,2042,6,292000,306000 +COL,2042,7,295000,309000 +COL,2042,8,297000,312000 +COL,2042,9,300000,315000 +COL,2042,10,303000,318000 +COL,2042,11,306000,321000 +COL,2042,12,309000,324000 +COL,2042,13,312000,327000 +COL,2042,14,315000,330000 +COL,2042,15,319000,334000 +COL,2042,16,323000,338000 +COL,2042,17,327000,342000 +COL,2042,18,331000,346000 +COL,2043,0,275000,289000 +COL,2043,1,277000,291000 +COL,2043,2,280000,293000 +COL,2043,3,282000,295000 +COL,2043,4,284000,298000 +COL,2043,5,287000,300000 +COL,2043,6,289000,303000 +COL,2043,7,292000,306000 +COL,2043,8,294000,309000 +COL,2043,9,297000,312000 +COL,2043,10,300000,314000 +COL,2043,11,303000,317000 +COL,2043,12,306000,320000 +COL,2043,13,309000,323000 +COL,2043,14,312000,326000 +COL,2043,15,315000,330000 +COL,2043,16,319000,334000 +COL,2043,17,323000,338000 +COL,2043,18,327000,341000 +COL,2044,0,273000,287000 +COL,2044,1,275000,289000 +COL,2044,2,277000,291000 +COL,2044,3,279000,293000 +COL,2044,4,282000,295000 +COL,2044,5,284000,298000 +COL,2044,6,286000,300000 +COL,2044,7,289000,303000 +COL,2044,8,292000,306000 +COL,2044,9,294000,308000 +COL,2044,10,297000,311000 +COL,2044,11,300000,314000 +COL,2044,12,303000,317000 +COL,2044,13,306000,320000 +COL,2044,14,309000,323000 +COL,2044,15,312000,326000 +COL,2044,16,315000,329000 +COL,2044,17,319000,333000 +COL,2044,18,323000,337000 +COL,2045,0,271000,285000 +COL,2045,1,273000,287000 +COL,2045,2,275000,288000 +COL,2045,3,277000,291000 +COL,2045,4,279000,293000 +COL,2045,5,281000,295000 +COL,2045,6,284000,297000 +COL,2045,7,286000,300000 +COL,2045,8,289000,303000 +COL,2045,9,291000,305000 +COL,2045,10,294000,308000 +COL,2045,11,297000,311000 +COL,2045,12,300000,314000 +COL,2045,13,302000,317000 +COL,2045,14,305000,320000 +COL,2045,15,308000,323000 +COL,2045,16,311000,326000 +COL,2045,17,314000,329000 +COL,2045,18,318000,333000 +COL,2046,0,270000,283000 +COL,2046,1,271000,285000 +COL,2046,2,273000,287000 +COL,2046,3,275000,288000 +COL,2046,4,277000,291000 +COL,2046,5,279000,293000 +COL,2046,6,281000,295000 +COL,2046,7,284000,297000 +COL,2046,8,286000,300000 +COL,2046,9,289000,302000 +COL,2046,10,291000,305000 +COL,2046,11,294000,308000 +COL,2046,12,297000,311000 +COL,2046,13,299000,314000 +COL,2046,14,302000,317000 +COL,2046,15,305000,319000 +COL,2046,16,308000,322000 +COL,2046,17,311000,325000 +COL,2046,18,314000,328000 +COL,2047,0,268000,281000 +COL,2047,1,270000,283000 +COL,2047,2,271000,285000 +COL,2047,3,273000,286000 +COL,2047,4,275000,288000 +COL,2047,5,277000,290000 +COL,2047,6,279000,293000 +COL,2047,7,281000,295000 +COL,2047,8,284000,297000 +COL,2047,9,286000,300000 +COL,2047,10,288000,302000 +COL,2047,11,291000,305000 +COL,2047,12,294000,308000 +COL,2047,13,296000,311000 +COL,2047,14,299000,313000 +COL,2047,15,302000,316000 +COL,2047,16,305000,319000 +COL,2047,17,308000,322000 +COL,2047,18,311000,325000 +COL,2048,0,267000,280000 +COL,2048,1,268000,281000 +COL,2048,2,270000,283000 +COL,2048,3,271000,285000 +COL,2048,4,273000,286000 +COL,2048,5,275000,288000 +COL,2048,6,277000,290000 +COL,2048,7,279000,293000 +COL,2048,8,281000,295000 +COL,2048,9,283000,297000 +COL,2048,10,286000,300000 +COL,2048,11,288000,302000 +COL,2048,12,291000,305000 +COL,2048,13,294000,308000 +COL,2048,14,296000,310000 +COL,2048,15,299000,313000 +COL,2048,16,302000,316000 +COL,2048,17,305000,319000 +COL,2048,18,308000,321000 +COL,2049,0,265000,278000 +COL,2049,1,266000,279000 +COL,2049,2,268000,281000 +COL,2049,3,269000,282000 +COL,2049,4,271000,284000 +COL,2049,5,273000,286000 +COL,2049,6,275000,288000 +COL,2049,7,277000,290000 +COL,2049,8,279000,292000 +COL,2049,9,281000,295000 +COL,2049,10,283000,297000 +COL,2049,11,286000,299000 +COL,2049,12,288000,302000 +COL,2049,13,291000,305000 +COL,2049,14,293000,307000 +COL,2049,15,296000,310000 +COL,2049,16,299000,313000 +COL,2049,17,302000,316000 +COL,2049,18,304000,318000 +COL,2050,0,263000,276000 +COL,2050,1,264000,277000 +COL,2050,2,266000,279000 +COL,2050,3,267000,280000 +COL,2050,4,269000,282000 +COL,2050,5,271000,284000 +COL,2050,6,273000,286000 +COL,2050,7,275000,288000 +COL,2050,8,277000,290000 +COL,2050,9,279000,292000 +COL,2050,10,281000,294000 +COL,2050,11,283000,297000 +COL,2050,12,285000,299000 +COL,2050,13,288000,302000 +COL,2050,14,290000,304000 +COL,2050,15,293000,307000 +COL,2050,16,296000,310000 +COL,2050,17,298000,312000 +COL,2050,18,301000,315000 +COM,1990,0,7815,8091 +COM,1990,1,7615,7873 +COM,1990,2,7401,7642 +COM,1990,3,7176,7401 +COM,1990,4,6942,7152 +COM,1990,5,6703,6896 +COM,1990,6,6459,6638 +COM,1990,7,6213,6378 +COM,1990,8,5968,6120 +COM,1990,9,5725,5865 +COM,1990,10,5485,5613 +COM,1990,11,5247,5363 +COM,1990,12,5026,5133 +COM,1990,13,4832,4931 +COM,1990,14,4658,4751 +COM,1990,15,4489,4575 +COM,1990,16,4326,4407 +COM,1990,17,4174,4250 +COM,1990,18,4032,4105 +COM,1991,0,7911,8193 +COM,1991,1,7751,8019 +COM,1991,2,7553,7806 +COM,1991,3,7344,7581 +COM,1991,4,7126,7347 +COM,1991,5,6899,7106 +COM,1991,6,6667,6859 +COM,1991,7,6433,6610 +COM,1991,8,6193,6358 +COM,1991,9,5950,6101 +COM,1991,10,5706,5845 +COM,1991,11,5466,5593 +COM,1991,12,5226,5342 +COM,1991,13,5005,5111 +COM,1991,14,4811,4909 +COM,1991,15,4637,4729 +COM,1991,16,4468,4553 +COM,1991,17,4305,4384 +COM,1991,18,4153,4227 +COM,1992,0,8010,8299 +COM,1992,1,7850,8124 +COM,1992,2,7690,7953 +COM,1992,3,7496,7744 +COM,1992,4,7292,7525 +COM,1992,5,7080,7298 +COM,1992,6,6860,7064 +COM,1992,7,6636,6826 +COM,1992,8,6410,6587 +COM,1992,9,6177,6341 +COM,1992,10,5935,6086 +COM,1992,11,5691,5829 +COM,1992,12,5449,5575 +COM,1992,13,5208,5324 +COM,1992,14,4987,5092 +COM,1992,15,4793,4890 +COM,1992,16,4619,4709 +COM,1992,17,4450,4533 +COM,1992,18,4287,4364 +COM,1993,0,8115,8412 +COM,1993,1,7963,8246 +COM,1993,2,7797,8065 +COM,1993,3,7631,7889 +COM,1993,4,7441,7683 +COM,1993,5,7242,7470 +COM,1993,6,7035,7250 +COM,1993,7,6822,7024 +COM,1993,8,6606,6794 +COM,1993,9,6389,6565 +COM,1993,10,6162,6326 +COM,1993,11,5922,6073 +COM,1993,12,5676,5814 +COM,1993,13,5434,5560 +COM,1993,14,5192,5307 +COM,1993,15,4970,5074 +COM,1993,16,4775,4872 +COM,1993,17,4602,4691 +COM,1993,18,4433,4515 +COM,1994,0,8233,8537 +COM,1994,1,8080,8371 +COM,1994,2,7918,8194 +COM,1994,3,7746,8009 +COM,1994,4,7573,7824 +COM,1994,5,7385,7623 +COM,1994,6,7191,7416 +COM,1994,7,6991,7203 +COM,1994,8,6785,6984 +COM,1994,9,6576,6763 +COM,1994,10,6369,6543 +COM,1994,11,6148,6311 +COM,1994,12,5910,6060 +COM,1994,13,5662,5800 +COM,1994,14,5419,5545 +COM,1994,15,5176,5291 +COM,1994,16,4952,5057 +COM,1994,17,4758,4854 +COM,1994,18,4585,4674 +COM,1995,0,8365,8678 +COM,1995,1,8204,8502 +COM,1995,2,8038,8323 +COM,1995,3,7868,8139 +COM,1995,4,7693,7951 +COM,1995,5,7513,7759 +COM,1995,6,7329,7562 +COM,1995,7,7139,7361 +COM,1995,8,6945,7154 +COM,1995,9,6746,6943 +COM,1995,10,6546,6731 +COM,1995,11,6347,6520 +COM,1995,12,6132,6295 +COM,1995,13,5896,6046 +COM,1995,14,5647,5785 +COM,1995,15,5403,5528 +COM,1995,16,5159,5273 +COM,1995,17,4935,5038 +COM,1995,18,4740,4835 +COM,1996,0,8522,8842 +COM,1996,1,8309,8616 +COM,1996,2,8146,8439 +COM,1996,3,7981,8262 +COM,1996,4,7815,8083 +COM,1996,5,7646,7902 +COM,1996,6,7475,7719 +COM,1996,7,7301,7533 +COM,1996,8,7119,7339 +COM,1996,9,6927,7135 +COM,1996,10,6726,6921 +COM,1996,11,6524,6708 +COM,1996,12,6324,6497 +COM,1996,13,6109,6270 +COM,1996,14,5872,6021 +COM,1996,15,5624,5760 +COM,1996,16,5380,5503 +COM,1996,17,5136,5248 +COM,1996,18,4911,5013 +COM,1997,0,8694,9024 +COM,1997,1,8487,8802 +COM,1997,2,8250,8550 +COM,1997,3,8085,8373 +COM,1997,4,7922,8198 +COM,1997,5,7760,8024 +COM,1997,6,7597,7850 +COM,1997,7,7434,7676 +COM,1997,8,7271,7501 +COM,1997,9,7097,7315 +COM,1997,10,6906,7113 +COM,1997,11,6702,6897 +COM,1997,12,6499,6683 +COM,1997,13,6298,6470 +COM,1997,14,6083,6243 +COM,1997,15,5846,5994 +COM,1997,16,5599,5733 +COM,1997,17,5355,5476 +COM,1997,18,5111,5220 +COM,1998,0,8877,9215 +COM,1998,1,8638,8961 +COM,1998,2,8419,8728 +COM,1998,3,8188,8483 +COM,1998,4,8022,8305 +COM,1998,5,7861,8132 +COM,1998,6,7703,7964 +COM,1998,7,7547,7796 +COM,1998,8,7392,7631 +COM,1998,9,7239,7468 +COM,1998,10,7072,7290 +COM,1998,11,6883,7089 +COM,1998,12,6678,6872 +COM,1998,13,6474,6656 +COM,1998,14,6272,6443 +COM,1998,15,6055,6214 +COM,1998,16,5819,5965 +COM,1998,17,5572,5705 +COM,1998,18,5328,5448 +COM,1999,0,9059,9404 +COM,1999,1,8792,9121 +COM,1999,2,8551,8866 +COM,1999,3,8334,8635 +COM,1999,4,8126,8415 +COM,1999,5,7958,8236 +COM,1999,6,7798,8066 +COM,1999,7,7645,7902 +COM,1999,8,7495,7742 +COM,1999,9,7349,7585 +COM,1999,10,7207,7434 +COM,1999,11,7047,7264 +COM,1999,12,6859,7065 +COM,1999,13,6652,6845 +COM,1999,14,6447,6629 +COM,1999,15,6245,6414 +COM,1999,16,6028,6185 +COM,1999,17,5791,5936 +COM,1999,18,5545,5676 +COM,2000,0,9234,9585 +COM,2000,1,8944,9280 +COM,2000,2,8687,9007 +COM,2000,3,8456,8764 +COM,2000,4,8250,8545 +COM,2000,5,8064,8347 +COM,2000,6,7893,8166 +COM,2000,7,7736,7998 +COM,2000,8,7587,7840 +COM,2000,9,7443,7686 +COM,2000,10,7305,7539 +COM,2000,11,7174,7399 +COM,2000,12,7022,7237 +COM,2000,13,6836,7040 +COM,2000,14,6626,6819 +COM,2000,15,6421,6601 +COM,2000,16,6217,6386 +COM,2000,17,5999,6156 +COM,2000,18,5763,5907 +COM,2001,0,9399,9754 +COM,2001,1,9134,9477 +COM,2001,2,8861,9190 +COM,2001,3,8617,8932 +COM,2001,4,8397,8700 +COM,2001,5,8199,8490 +COM,2001,6,8018,8298 +COM,2001,7,7851,8121 +COM,2001,8,7696,7956 +COM,2001,9,7548,7799 +COM,2001,10,7406,7647 +COM,2001,11,7268,7500 +COM,2001,12,7135,7359 +COM,2001,13,6983,7196 +COM,2001,14,6797,6999 +COM,2001,15,6588,6778 +COM,2001,16,6382,6560 +COM,2001,17,6179,6344 +COM,2001,18,5961,6114 +COM,2002,0,9558,9916 +COM,2002,1,9250,9593 +COM,2002,2,9035,9370 +COM,2002,3,8779,9101 +COM,2002,4,8548,8857 +COM,2002,5,8338,8637 +COM,2002,6,8148,8435 +COM,2002,7,7972,8250 +COM,2002,8,7809,8077 +COM,2002,9,7656,7914 +COM,2002,10,7510,7760 +COM,2002,11,7369,7609 +COM,2002,12,7231,7462 +COM,2002,13,7098,7319 +COM,2002,14,6944,7156 +COM,2002,15,6758,6958 +COM,2002,16,6550,6737 +COM,2002,17,6345,6519 +COM,2002,18,6141,6303 +COM,2003,0,9717,10077 +COM,2003,1,9409,9755 +COM,2003,2,9131,9464 +COM,2003,3,8937,9264 +COM,2003,4,8698,9013 +COM,2003,5,8480,8784 +COM,2003,6,8281,8575 +COM,2003,7,8098,8382 +COM,2003,8,7928,8203 +COM,2003,9,7768,8034 +COM,2003,10,7617,7874 +COM,2003,11,7473,7721 +COM,2003,12,7333,7572 +COM,2003,13,7195,7424 +COM,2003,14,7061,7281 +COM,2003,15,6907,7116 +COM,2003,16,6721,6919 +COM,2003,17,6513,6698 +COM,2003,18,6308,6479 +COM,2004,0,9885,10251 +COM,2004,1,9577,9929 +COM,2004,2,9296,9635 +COM,2004,3,9040,9367 +COM,2004,4,8841,9160 +COM,2004,5,8618,8927 +COM,2004,6,8414,8712 +COM,2004,7,8225,8514 +COM,2004,8,8050,8330 +COM,2004,9,7885,8157 +COM,2004,10,7728,7992 +COM,2004,11,7580,7835 +COM,2004,12,7438,7684 +COM,2004,13,7298,7536 +COM,2004,14,7160,7388 +COM,2004,15,7025,7244 +COM,2004,16,6870,7078 +COM,2004,17,6684,6880 +COM,2004,18,6477,6659 +COM,2005,0,10069,10443 +COM,2005,1,9759,10117 +COM,2005,2,9473,9818 +COM,2005,3,9211,9543 +COM,2005,4,8969,9291 +COM,2005,5,8746,9057 +COM,2005,6,8540,8842 +COM,2005,7,8349,8642 +COM,2005,8,8170,8455 +COM,2005,9,8003,8280 +COM,2005,10,7844,8113 +COM,2005,11,7690,7952 +COM,2005,12,7543,7797 +COM,2005,13,7403,7648 +COM,2005,14,7265,7501 +COM,2005,15,7127,7353 +COM,2005,16,6991,7208 +COM,2005,17,6835,7041 +COM,2005,18,6649,6843 +COM,2006,0,10259,10643 +COM,2006,1,9973,10340 +COM,2006,2,9676,10028 +COM,2006,3,9402,9741 +COM,2006,4,9148,9476 +COM,2006,5,8914,9231 +COM,2006,6,8697,9005 +COM,2006,7,8495,8795 +COM,2006,8,8307,8599 +COM,2006,9,8131,8414 +COM,2006,10,7964,8239 +COM,2006,11,7805,8072 +COM,2006,12,7650,7910 +COM,2006,13,7503,7754 +COM,2006,14,7362,7605 +COM,2006,15,7225,7457 +COM,2006,16,7086,7309 +COM,2006,17,6950,7163 +COM,2006,18,6794,6996 +COM,2007,0,10462,10860 +COM,2007,1,10138,10517 +COM,2007,2,9881,10241 +COM,2007,3,9597,9943 +COM,2007,4,9333,9667 +COM,2007,5,9089,9412 +COM,2007,6,8862,9175 +COM,2007,7,8651,8956 +COM,2007,8,8454,8751 +COM,2007,9,8269,8559 +COM,2007,10,8094,8376 +COM,2007,11,7928,8202 +COM,2007,12,7769,8034 +COM,2007,13,7613,7871 +COM,2007,14,7465,7714 +COM,2007,15,7324,7564 +COM,2007,16,7187,7416 +COM,2007,17,7048,7268 +COM,2007,18,6911,7120 +COM,2008,0,10676,11090 +COM,2008,1,10344,10735 +COM,2008,2,10036,10407 +COM,2008,3,9792,10145 +COM,2008,4,9520,9860 +COM,2008,5,9268,9596 +COM,2008,6,9032,9351 +COM,2008,7,8813,9122 +COM,2008,8,8608,8909 +COM,2008,9,8415,8710 +COM,2008,10,8233,8521 +COM,2008,11,8060,8340 +COM,2008,12,7895,8166 +COM,2008,13,7735,7999 +COM,2008,14,7579,7834 +COM,2008,15,7429,7676 +COM,2008,16,7288,7526 +COM,2008,17,7151,7378 +COM,2008,18,7012,7228 +COM,2009,0,10896,11325 +COM,2009,1,10559,10962 +COM,2009,2,10244,10625 +COM,2009,3,9951,10313 +COM,2009,4,9705,10051 +COM,2009,5,9446,9780 +COM,2009,6,9205,9527 +COM,2009,7,8978,9292 +COM,2009,8,8766,9071 +COM,2009,9,8566,8864 +COM,2009,10,8378,8671 +COM,2009,11,8200,8485 +COM,2009,12,8028,8306 +COM,2009,13,7863,8133 +COM,2009,14,7703,7965 +COM,2009,15,7546,7799 +COM,2009,16,7395,7641 +COM,2009,17,7254,7489 +COM,2009,18,7117,7341 +COM,2010,0,11117,11560 +COM,2010,1,10777,11193 +COM,2010,2,10459,10851 +COM,2010,3,10161,10533 +COM,2010,4,9882,10236 +COM,2010,5,9620,9960 +COM,2010,6,9374,9702 +COM,2010,7,9143,9460 +COM,2010,8,8926,9234 +COM,2010,9,8720,9022 +COM,2010,10,8527,8822 +COM,2010,11,8343,8633 +COM,2010,12,8167,8451 +COM,2010,13,7997,8274 +COM,2010,14,7833,8101 +COM,2010,15,7673,7933 +COM,2010,16,7514,7766 +COM,2010,17,7363,7606 +COM,2010,18,7221,7454 +COM,2011,0,11328,11781 +COM,2011,1,11025,11458 +COM,2011,2,10701,11109 +COM,2011,3,10395,10781 +COM,2011,4,10106,10474 +COM,2011,5,9834,10185 +COM,2011,6,9576,9913 +COM,2011,7,9333,9657 +COM,2011,8,9103,9418 +COM,2011,9,8887,9193 +COM,2011,10,8684,8983 +COM,2011,11,8490,8783 +COM,2011,12,8306,8593 +COM,2011,13,8130,8411 +COM,2011,14,7959,8233 +COM,2011,15,7795,8060 +COM,2011,16,7635,7891 +COM,2011,17,7476,7723 +COM,2011,18,7324,7563 +COM,2012,0,11542,12004 +COM,2012,1,11208,11644 +COM,2012,2,10937,11360 +COM,2012,3,10628,11029 +COM,2012,4,10334,10715 +COM,2012,5,10054,10418 +COM,2012,6,9789,10136 +COM,2012,7,9535,9870 +COM,2012,8,9294,9616 +COM,2012,9,9066,9378 +COM,2012,10,8852,9156 +COM,2012,11,8650,8947 +COM,2012,12,8457,8747 +COM,2012,13,8272,8557 +COM,2012,14,8095,8373 +COM,2012,15,7924,8195 +COM,2012,16,7760,8021 +COM,2012,17,7599,7851 +COM,2012,18,7440,7683 +COM,2013,0,11746,12214 +COM,2013,1,11420,11866 +COM,2013,2,11108,11532 +COM,2013,3,10851,11265 +COM,2013,4,10557,10951 +COM,2013,5,10275,10651 +COM,2013,6,10005,10364 +COM,2013,7,9746,10090 +COM,2013,8,9497,9829 +COM,2013,9,9258,9577 +COM,2013,10,9032,9341 +COM,2013,11,8819,9120 +COM,2013,12,8618,8912 +COM,2013,13,8425,8713 +COM,2013,14,8239,8522 +COM,2013,15,8061,8338 +COM,2013,16,7891,8159 +COM,2013,17,7726,7984 +COM,2013,18,7565,7814 +COM,2014,0,11923,12396 +COM,2014,1,11614,12068 +COM,2014,2,11314,11748 +COM,2014,3,11022,11439 +COM,2014,4,10767,11171 +COM,2014,5,10488,10875 +COM,2014,6,10218,10589 +COM,2014,7,9956,10312 +COM,2014,8,9704,10046 +COM,2014,9,9459,9789 +COM,2014,10,9223,9540 +COM,2014,11,8998,9305 +COM,2014,12,8787,9085 +COM,2014,13,8587,8879 +COM,2014,14,8394,8680 +COM,2014,15,8208,8488 +COM,2014,16,8029,8303 +COM,2014,17,7858,8123 +COM,2014,18,7694,7949 +COM,2015,0,12063,12540 +COM,2015,1,11781,12240 +COM,2015,2,11501,11944 +COM,2015,3,11225,11651 +COM,2015,4,10952,11362 +COM,2015,5,10684,11078 +COM,2015,6,10420,10799 +COM,2015,7,10162,10527 +COM,2015,8,9909,10261 +COM,2015,9,9663,10002 +COM,2015,10,9423,9749 +COM,2015,11,9189,9503 +COM,2015,12,8965,9269 +COM,2015,13,8756,9052 +COM,2015,14,8557,8847 +COM,2015,15,8364,8648 +COM,2015,16,8177,8455 +COM,2015,17,7998,8269 +COM,2015,18,7827,8089 +COM,2016,0,12148,12628 +COM,2016,1,11974,12442 +COM,2016,2,11708,12159 +COM,2016,3,11440,11876 +COM,2016,4,11173,11593 +COM,2016,5,10906,11311 +COM,2016,6,10642,11032 +COM,2016,7,10379,10755 +COM,2016,8,10122,10484 +COM,2016,9,9871,10220 +COM,2016,10,9627,9963 +COM,2016,11,9387,9711 +COM,2016,12,9152,9463 +COM,2016,13,8928,9229 +COM,2016,14,8719,9011 +COM,2016,15,8520,8806 +COM,2016,16,8327,8606 +COM,2016,17,8140,8413 +COM,2016,18,7960,8226 +COM,2017,0,12200,12680 +COM,2017,1,12005,12473 +COM,2017,2,11891,12349 +COM,2017,3,11639,12083 +COM,2017,4,11384,11813 +COM,2017,5,11125,11539 +COM,2017,6,10865,11265 +COM,2017,7,10604,10990 +COM,2017,8,10343,10716 +COM,2017,9,10086,10446 +COM,2017,10,9837,10183 +COM,2017,11,9594,9928 +COM,2017,12,9355,9676 +COM,2017,13,9119,9428 +COM,2017,14,8895,9193 +COM,2017,15,8685,8974 +COM,2017,16,8487,8769 +COM,2017,17,8294,8568 +COM,2017,18,8105,8374 +COM,2018,0,12236,12716 +COM,2018,1,12090,12559 +COM,2018,2,11922,12379 +COM,2018,3,11810,12259 +COM,2018,4,11574,12010 +COM,2018,5,11330,11752 +COM,2018,6,11080,11489 +COM,2018,7,10826,11221 +COM,2018,8,10568,10951 +COM,2018,9,10309,10678 +COM,2018,10,10053,10410 +COM,2018,11,9805,10149 +COM,2018,12,9564,9895 +COM,2018,13,9325,9643 +COM,2018,14,9089,9394 +COM,2018,15,8864,9158 +COM,2018,16,8654,8939 +COM,2018,17,8455,8734 +COM,2018,18,8262,8532 +COM,2019,0,12000,13000 +COM,2019,1,12000,13000 +COM,2019,2,12000,12000 +COM,2019,3,12000,12000 +COM,2019,4,12000,12000 +COM,2019,5,12000,12000 +COM,2019,6,11000,12000 +COM,2019,7,11000,11000 +COM,2019,8,11000,11000 +COM,2019,9,11000,11000 +COM,2019,10,10000,11000 +COM,2019,11,10000,10000 +COM,2019,12,9800,10000 +COM,2019,13,9500,9900 +COM,2019,14,9300,9600 +COM,2019,15,9100,9400 +COM,2019,16,8800,9100 +COM,2019,17,8600,8900 +COM,2019,18,8400,8700 +COM,2020,0,12000,13000 +COM,2020,1,12000,13000 +COM,2020,2,12000,13000 +COM,2020,3,12000,12000 +COM,2020,4,12000,12000 +COM,2020,5,12000,12000 +COM,2020,6,11000,12000 +COM,2020,7,11000,12000 +COM,2020,8,11000,11000 +COM,2020,9,11000,11000 +COM,2020,10,10000,11000 +COM,2020,11,10000,11000 +COM,2020,12,10000,10000 +COM,2020,13,9700,10000 +COM,2020,14,9500,9800 +COM,2020,15,9300,9600 +COM,2020,16,9000,9300 +COM,2020,17,8800,9100 +COM,2020,18,8600,8900 +COM,2021,0,12000,13000 +COM,2021,1,12000,13000 +COM,2021,2,12000,13000 +COM,2021,3,12000,13000 +COM,2021,4,12000,12000 +COM,2021,5,12000,12000 +COM,2021,6,12000,12000 +COM,2021,7,11000,12000 +COM,2021,8,11000,12000 +COM,2021,9,11000,11000 +COM,2021,10,11000,11000 +COM,2021,11,10000,11000 +COM,2021,12,10000,11000 +COM,2021,13,10000,10000 +COM,2021,14,9700,10000 +COM,2021,15,9500,9800 +COM,2021,16,9200,9500 +COM,2021,17,9000,9300 +COM,2021,18,8800,9100 +COM,2022,0,13000,13000 +COM,2022,1,12000,13000 +COM,2022,2,12000,13000 +COM,2022,3,12000,13000 +COM,2022,4,12000,12000 +COM,2022,5,12000,12000 +COM,2022,6,12000,12000 +COM,2022,7,12000,12000 +COM,2022,8,11000,12000 +COM,2022,9,11000,12000 +COM,2022,10,11000,11000 +COM,2022,11,11000,11000 +COM,2022,12,10000,11000 +COM,2022,13,10000,11000 +COM,2022,14,9900,10000 +COM,2022,15,9700,10000 +COM,2022,16,9400,9800 +COM,2022,17,9200,9500 +COM,2022,18,9000,9200 +COM,2023,0,13000,13000 +COM,2023,1,13000,13000 +COM,2023,2,12000,13000 +COM,2023,3,12000,13000 +COM,2023,4,12000,13000 +COM,2023,5,12000,12000 +COM,2023,6,12000,12000 +COM,2023,7,12000,12000 +COM,2023,8,12000,12000 +COM,2023,9,11000,12000 +COM,2023,10,11000,12000 +COM,2023,11,11000,11000 +COM,2023,12,11000,11000 +COM,2023,13,10000,11000 +COM,2023,14,10000,10000 +COM,2023,15,9900,10000 +COM,2023,16,9600,10000 +COM,2023,17,9400,9700 +COM,2023,18,9200,9500 +COM,2024,0,13000,13000 +COM,2024,1,13000,13000 +COM,2024,2,13000,13000 +COM,2024,3,12000,13000 +COM,2024,4,12000,13000 +COM,2024,5,12000,12000 +COM,2024,6,12000,12000 +COM,2024,7,12000,12000 +COM,2024,8,12000,12000 +COM,2024,9,11000,12000 +COM,2024,10,11000,12000 +COM,2024,11,11000,12000 +COM,2024,12,11000,11000 +COM,2024,13,11000,11000 +COM,2024,14,10000,11000 +COM,2024,15,10000,10000 +COM,2024,16,9900,10000 +COM,2024,17,9600,9900 +COM,2024,18,9400,9700 +COM,2025,0,13000,14000 +COM,2025,1,13000,13000 +COM,2025,2,13000,13000 +COM,2025,3,12000,13000 +COM,2025,4,12000,13000 +COM,2025,5,12000,13000 +COM,2025,6,12000,12000 +COM,2025,7,12000,12000 +COM,2025,8,12000,12000 +COM,2025,9,12000,12000 +COM,2025,10,11000,12000 +COM,2025,11,11000,12000 +COM,2025,12,11000,11000 +COM,2025,13,11000,11000 +COM,2025,14,11000,11000 +COM,2025,15,10000,11000 +COM,2025,16,10000,10000 +COM,2025,17,9800,10000 +COM,2025,18,9600,9900 +COM,2026,0,13000,14000 +COM,2026,1,13000,13000 +COM,2026,2,13000,13000 +COM,2026,3,13000,13000 +COM,2026,4,12000,13000 +COM,2026,5,12000,13000 +COM,2026,6,12000,13000 +COM,2026,7,12000,12000 +COM,2026,8,12000,12000 +COM,2026,9,12000,12000 +COM,2026,10,12000,12000 +COM,2026,11,11000,12000 +COM,2026,12,11000,12000 +COM,2026,13,11000,11000 +COM,2026,14,11000,11000 +COM,2026,15,11000,11000 +COM,2026,16,10000,11000 +COM,2026,17,10000,10000 +COM,2026,18,9800,10000 +COM,2027,0,13000,14000 +COM,2027,1,13000,14000 +COM,2027,2,13000,13000 +COM,2027,3,13000,13000 +COM,2027,4,13000,13000 +COM,2027,5,12000,13000 +COM,2027,6,12000,13000 +COM,2027,7,12000,13000 +COM,2027,8,12000,12000 +COM,2027,9,12000,12000 +COM,2027,10,12000,12000 +COM,2027,11,11000,12000 +COM,2027,12,11000,12000 +COM,2027,13,11000,12000 +COM,2027,14,11000,11000 +COM,2027,15,11000,11000 +COM,2027,16,11000,11000 +COM,2027,17,10000,11000 +COM,2027,18,10000,10000 +COM,2028,0,13000,14000 +COM,2028,1,13000,14000 +COM,2028,2,13000,13000 +COM,2028,3,13000,13000 +COM,2028,4,13000,13000 +COM,2028,5,12000,13000 +COM,2028,6,12000,13000 +COM,2028,7,12000,13000 +COM,2028,8,12000,12000 +COM,2028,9,12000,12000 +COM,2028,10,12000,12000 +COM,2028,11,12000,12000 +COM,2028,12,11000,12000 +COM,2028,13,11000,12000 +COM,2028,14,11000,12000 +COM,2028,15,11000,11000 +COM,2028,16,11000,11000 +COM,2028,17,10000,11000 +COM,2028,18,10000,11000 +COM,2029,0,13000,14000 +COM,2029,1,13000,14000 +COM,2029,2,13000,14000 +COM,2029,3,13000,13000 +COM,2029,4,13000,13000 +COM,2029,5,13000,13000 +COM,2029,6,12000,13000 +COM,2029,7,12000,13000 +COM,2029,8,12000,13000 +COM,2029,9,12000,12000 +COM,2029,10,12000,12000 +COM,2029,11,12000,12000 +COM,2029,12,12000,12000 +COM,2029,13,11000,12000 +COM,2029,14,11000,12000 +COM,2029,15,11000,12000 +COM,2029,16,11000,11000 +COM,2029,17,11000,11000 +COM,2029,18,10000,11000 +COM,2030,0,14000,14000 +COM,2030,1,13000,14000 +COM,2030,2,13000,14000 +COM,2030,3,13000,13000 +COM,2030,4,13000,13000 +COM,2030,5,13000,13000 +COM,2030,6,13000,13000 +COM,2030,7,12000,13000 +COM,2030,8,12000,13000 +COM,2030,9,12000,13000 +COM,2030,10,12000,12000 +COM,2030,11,12000,12000 +COM,2030,12,12000,12000 +COM,2030,13,12000,12000 +COM,2030,14,11000,12000 +COM,2030,15,11000,12000 +COM,2030,16,11000,11000 +COM,2030,17,11000,11000 +COM,2030,18,11000,11000 +COM,2031,0,14000,14000 +COM,2031,1,13000,14000 +COM,2031,2,13000,14000 +COM,2031,3,13000,14000 +COM,2031,4,13000,13000 +COM,2031,5,13000,13000 +COM,2031,6,13000,13000 +COM,2031,7,13000,13000 +COM,2031,8,12000,13000 +COM,2031,9,12000,13000 +COM,2031,10,12000,13000 +COM,2031,11,12000,12000 +COM,2031,12,12000,12000 +COM,2031,13,12000,12000 +COM,2031,14,12000,12000 +COM,2031,15,11000,12000 +COM,2031,16,11000,12000 +COM,2031,17,11000,11000 +COM,2031,18,11000,11000 +COM,2032,0,14000,14000 +COM,2032,1,14000,14000 +COM,2032,2,13000,14000 +COM,2032,3,13000,14000 +COM,2032,4,13000,14000 +COM,2032,5,13000,13000 +COM,2032,6,13000,13000 +COM,2032,7,13000,13000 +COM,2032,8,12000,13000 +COM,2032,9,12000,13000 +COM,2032,10,12000,13000 +COM,2032,11,12000,12000 +COM,2032,12,12000,12000 +COM,2032,13,12000,12000 +COM,2032,14,12000,12000 +COM,2032,15,11000,12000 +COM,2032,16,11000,12000 +COM,2032,17,11000,12000 +COM,2032,18,11000,11000 +COM,2033,0,14000,14000 +COM,2033,1,14000,14000 +COM,2033,2,14000,14000 +COM,2033,3,13000,14000 +COM,2033,4,13000,14000 +COM,2033,5,13000,14000 +COM,2033,6,13000,13000 +COM,2033,7,13000,13000 +COM,2033,8,13000,13000 +COM,2033,9,12000,13000 +COM,2033,10,12000,13000 +COM,2033,11,12000,13000 +COM,2033,12,12000,12000 +COM,2033,13,12000,12000 +COM,2033,14,12000,12000 +COM,2033,15,12000,12000 +COM,2033,16,11000,12000 +COM,2033,17,11000,12000 +COM,2033,18,11000,12000 +COM,2034,0,14000,15000 +COM,2034,1,14000,14000 +COM,2034,2,14000,14000 +COM,2034,3,13000,14000 +COM,2034,4,13000,14000 +COM,2034,5,13000,14000 +COM,2034,6,13000,13000 +COM,2034,7,13000,13000 +COM,2034,8,13000,13000 +COM,2034,9,13000,13000 +COM,2034,10,12000,13000 +COM,2034,11,12000,13000 +COM,2034,12,12000,13000 +COM,2034,13,12000,12000 +COM,2034,14,12000,12000 +COM,2034,15,12000,12000 +COM,2034,16,12000,12000 +COM,2034,17,11000,12000 +COM,2034,18,11000,12000 +COM,2035,0,14000,15000 +COM,2035,1,14000,14000 +COM,2035,2,14000,14000 +COM,2035,3,14000,14000 +COM,2035,4,13000,14000 +COM,2035,5,13000,14000 +COM,2035,6,13000,14000 +COM,2035,7,13000,13000 +COM,2035,8,13000,13000 +COM,2035,9,13000,13000 +COM,2035,10,13000,13000 +COM,2035,11,12000,13000 +COM,2035,12,12000,13000 +COM,2035,13,12000,13000 +COM,2035,14,12000,12000 +COM,2035,15,12000,12000 +COM,2035,16,12000,12000 +COM,2035,17,12000,12000 +COM,2035,18,11000,12000 +COM,2036,0,14000,15000 +COM,2036,1,14000,15000 +COM,2036,2,14000,14000 +COM,2036,3,14000,14000 +COM,2036,4,14000,14000 +COM,2036,5,13000,14000 +COM,2036,6,13000,14000 +COM,2036,7,13000,14000 +COM,2036,8,13000,13000 +COM,2036,9,13000,13000 +COM,2036,10,13000,13000 +COM,2036,11,13000,13000 +COM,2036,12,12000,13000 +COM,2036,13,12000,13000 +COM,2036,14,12000,12000 +COM,2036,15,12000,12000 +COM,2036,16,12000,12000 +COM,2036,17,12000,12000 +COM,2036,18,11000,12000 +COM,2037,0,14000,15000 +COM,2037,1,14000,15000 +COM,2037,2,14000,15000 +COM,2037,3,14000,14000 +COM,2037,4,14000,14000 +COM,2037,5,14000,14000 +COM,2037,6,13000,14000 +COM,2037,7,13000,14000 +COM,2037,8,13000,14000 +COM,2037,9,13000,13000 +COM,2037,10,13000,13000 +COM,2037,11,13000,13000 +COM,2037,12,12000,13000 +COM,2037,13,12000,13000 +COM,2037,14,12000,13000 +COM,2037,15,12000,12000 +COM,2037,16,12000,12000 +COM,2037,17,12000,12000 +COM,2037,18,12000,12000 +COM,2038,0,14000,15000 +COM,2038,1,14000,15000 +COM,2038,2,14000,15000 +COM,2038,3,14000,14000 +COM,2038,4,14000,14000 +COM,2038,5,14000,14000 +COM,2038,6,13000,14000 +COM,2038,7,13000,14000 +COM,2038,8,13000,14000 +COM,2038,9,13000,13000 +COM,2038,10,13000,13000 +COM,2038,11,13000,13000 +COM,2038,12,13000,13000 +COM,2038,13,12000,13000 +COM,2038,14,12000,13000 +COM,2038,15,12000,13000 +COM,2038,16,12000,12000 +COM,2038,17,12000,12000 +COM,2038,18,12000,12000 +COM,2039,0,15000,15000 +COM,2039,1,14000,15000 +COM,2039,2,14000,15000 +COM,2039,3,14000,15000 +COM,2039,4,14000,14000 +COM,2039,5,14000,14000 +COM,2039,6,14000,14000 +COM,2039,7,13000,14000 +COM,2039,8,13000,14000 +COM,2039,9,13000,14000 +COM,2039,10,13000,13000 +COM,2039,11,13000,13000 +COM,2039,12,13000,13000 +COM,2039,13,13000,13000 +COM,2039,14,12000,13000 +COM,2039,15,12000,13000 +COM,2039,16,12000,13000 +COM,2039,17,12000,12000 +COM,2039,18,12000,12000 +COM,2040,0,15000,15000 +COM,2040,1,14000,15000 +COM,2040,2,14000,15000 +COM,2040,3,14000,15000 +COM,2040,4,14000,15000 +COM,2040,5,14000,14000 +COM,2040,6,14000,14000 +COM,2040,7,14000,14000 +COM,2040,8,13000,14000 +COM,2040,9,13000,14000 +COM,2040,10,13000,14000 +COM,2040,11,13000,13000 +COM,2040,12,13000,13000 +COM,2040,13,13000,13000 +COM,2040,14,13000,13000 +COM,2040,15,12000,13000 +COM,2040,16,12000,13000 +COM,2040,17,12000,13000 +COM,2040,18,12000,12000 +COM,2041,0,15000,15000 +COM,2041,1,15000,15000 +COM,2041,2,14000,15000 +COM,2041,3,14000,15000 +COM,2041,4,14000,15000 +COM,2041,5,14000,14000 +COM,2041,6,14000,14000 +COM,2041,7,14000,14000 +COM,2041,8,14000,14000 +COM,2041,9,13000,14000 +COM,2041,10,13000,14000 +COM,2041,11,13000,14000 +COM,2041,12,13000,13000 +COM,2041,13,13000,13000 +COM,2041,14,13000,13000 +COM,2041,15,13000,13000 +COM,2041,16,12000,13000 +COM,2041,17,12000,13000 +COM,2041,18,12000,12000 +COM,2042,0,15000,15000 +COM,2042,1,15000,15000 +COM,2042,2,15000,15000 +COM,2042,3,14000,15000 +COM,2042,4,14000,15000 +COM,2042,5,14000,15000 +COM,2042,6,14000,14000 +COM,2042,7,14000,14000 +COM,2042,8,14000,14000 +COM,2042,9,14000,14000 +COM,2042,10,13000,14000 +COM,2042,11,13000,14000 +COM,2042,12,13000,14000 +COM,2042,13,13000,13000 +COM,2042,14,13000,13000 +COM,2042,15,13000,13000 +COM,2042,16,12000,13000 +COM,2042,17,12000,13000 +COM,2042,18,12000,13000 +COM,2043,0,15000,16000 +COM,2043,1,15000,15000 +COM,2043,2,15000,15000 +COM,2043,3,15000,15000 +COM,2043,4,14000,15000 +COM,2043,5,14000,15000 +COM,2043,6,14000,15000 +COM,2043,7,14000,14000 +COM,2043,8,14000,14000 +COM,2043,9,14000,14000 +COM,2043,10,13000,14000 +COM,2043,11,13000,14000 +COM,2043,12,13000,14000 +COM,2043,13,13000,13000 +COM,2043,14,13000,13000 +COM,2043,15,13000,13000 +COM,2043,16,13000,13000 +COM,2043,17,12000,13000 +COM,2043,18,12000,13000 +COM,2044,0,15000,16000 +COM,2044,1,15000,15000 +COM,2044,2,15000,15000 +COM,2044,3,15000,15000 +COM,2044,4,14000,15000 +COM,2044,5,14000,15000 +COM,2044,6,14000,15000 +COM,2044,7,14000,15000 +COM,2044,8,14000,14000 +COM,2044,9,14000,14000 +COM,2044,10,14000,14000 +COM,2044,11,13000,14000 +COM,2044,12,13000,14000 +COM,2044,13,13000,14000 +COM,2044,14,13000,13000 +COM,2044,15,13000,13000 +COM,2044,16,13000,13000 +COM,2044,17,13000,13000 +COM,2044,18,12000,13000 +COM,2045,0,15000,16000 +COM,2045,1,15000,16000 +COM,2045,2,15000,15000 +COM,2045,3,15000,15000 +COM,2045,4,15000,15000 +COM,2045,5,14000,15000 +COM,2045,6,14000,15000 +COM,2045,7,14000,15000 +COM,2045,8,14000,14000 +COM,2045,9,14000,14000 +COM,2045,10,14000,14000 +COM,2045,11,14000,14000 +COM,2045,12,13000,14000 +COM,2045,13,13000,14000 +COM,2045,14,13000,14000 +COM,2045,15,13000,13000 +COM,2045,16,13000,13000 +COM,2045,17,13000,13000 +COM,2045,18,13000,13000 +COM,2046,0,15000,16000 +COM,2046,1,15000,16000 +COM,2046,2,15000,15000 +COM,2046,3,15000,15000 +COM,2046,4,15000,15000 +COM,2046,5,15000,15000 +COM,2046,6,14000,15000 +COM,2046,7,14000,15000 +COM,2046,8,14000,15000 +COM,2046,9,14000,14000 +COM,2046,10,14000,14000 +COM,2046,11,14000,14000 +COM,2046,12,14000,14000 +COM,2046,13,13000,14000 +COM,2046,14,13000,14000 +COM,2046,15,13000,14000 +COM,2046,16,13000,13000 +COM,2046,17,13000,13000 +COM,2046,18,13000,13000 +COM,2047,0,15000,16000 +COM,2047,1,15000,16000 +COM,2047,2,15000,16000 +COM,2047,3,15000,15000 +COM,2047,4,15000,15000 +COM,2047,5,15000,15000 +COM,2047,6,15000,15000 +COM,2047,7,14000,15000 +COM,2047,8,14000,15000 +COM,2047,9,14000,15000 +COM,2047,10,14000,14000 +COM,2047,11,14000,14000 +COM,2047,12,14000,14000 +COM,2047,13,14000,14000 +COM,2047,14,13000,14000 +COM,2047,15,13000,14000 +COM,2047,16,13000,13000 +COM,2047,17,13000,13000 +COM,2047,18,13000,13000 +COM,2048,0,15000,16000 +COM,2048,1,15000,16000 +COM,2048,2,15000,16000 +COM,2048,3,15000,16000 +COM,2048,4,15000,15000 +COM,2048,5,15000,15000 +COM,2048,6,15000,15000 +COM,2048,7,14000,15000 +COM,2048,8,14000,15000 +COM,2048,9,14000,15000 +COM,2048,10,14000,15000 +COM,2048,11,14000,14000 +COM,2048,12,14000,14000 +COM,2048,13,14000,14000 +COM,2048,14,13000,14000 +COM,2048,15,13000,14000 +COM,2048,16,13000,14000 +COM,2048,17,13000,13000 +COM,2048,18,13000,13000 +COM,2049,0,15000,16000 +COM,2049,1,15000,16000 +COM,2049,2,15000,16000 +COM,2049,3,15000,16000 +COM,2049,4,15000,15000 +COM,2049,5,15000,15000 +COM,2049,6,15000,15000 +COM,2049,7,15000,15000 +COM,2049,8,14000,15000 +COM,2049,9,14000,15000 +COM,2049,10,14000,15000 +COM,2049,11,14000,15000 +COM,2049,12,14000,14000 +COM,2049,13,14000,14000 +COM,2049,14,14000,14000 +COM,2049,15,13000,14000 +COM,2049,16,13000,14000 +COM,2049,17,13000,14000 +COM,2049,18,13000,13000 +COM,2050,0,15000,16000 +COM,2050,1,15000,16000 +COM,2050,2,15000,16000 +COM,2050,3,15000,16000 +COM,2050,4,15000,16000 +COM,2050,5,15000,15000 +COM,2050,6,15000,15000 +COM,2050,7,15000,15000 +COM,2050,8,15000,15000 +COM,2050,9,14000,15000 +COM,2050,10,14000,15000 +COM,2050,11,14000,15000 +COM,2050,12,14000,14000 +COM,2050,13,14000,14000 +COM,2050,14,14000,14000 +COM,2050,15,14000,14000 +COM,2050,16,13000,14000 +COM,2050,17,13000,14000 +COM,2050,18,13000,14000 +CPV,1990,0,6528,6677 +CPV,1990,1,6380,6512 +CPV,1990,2,6210,6326 +CPV,1990,3,6021,6123 +CPV,1990,4,5817,5906 +CPV,1990,5,5602,5680 +CPV,1990,6,5379,5448 +CPV,1990,7,5152,5215 +CPV,1990,8,4925,4984 +CPV,1990,9,4701,4759 +CPV,1990,10,4480,4535 +CPV,1990,11,4261,4304 +CPV,1990,12,4068,4123 +CPV,1990,13,3913,4015 +CPV,1990,14,3789,3954 +CPV,1990,15,3670,3890 +CPV,1990,16,3560,3837 +CPV,1990,17,3470,3756 +CPV,1990,18,3406,3624 +CPV,1991,0,6511,6661 +CPV,1991,1,6445,6589 +CPV,1991,2,6306,6436 +CPV,1991,3,6145,6260 +CPV,1991,4,5964,6066 +CPV,1991,5,5768,5857 +CPV,1991,6,5560,5638 +CPV,1991,7,5344,5412 +CPV,1991,8,5120,5182 +CPV,1991,9,4891,4949 +CPV,1991,10,4662,4719 +CPV,1991,11,4436,4490 +CPV,1991,12,4211,4254 +CPV,1991,13,4013,4066 +CPV,1991,14,3854,3953 +CPV,1991,15,3726,3886 +CPV,1991,16,3605,3817 +CPV,1991,17,3490,3758 +CPV,1991,18,3400,3675 +CPV,1992,0,6506,6659 +CPV,1992,1,6434,6577 +CPV,1992,2,6387,6532 +CPV,1992,3,6257,6389 +CPV,1992,4,6104,6222 +CPV,1992,5,5931,6036 +CPV,1992,6,5742,5834 +CPV,1992,7,5540,5621 +CPV,1992,8,5330,5401 +CPV,1992,9,5108,5173 +CPV,1992,10,4877,4937 +CPV,1992,11,4642,4701 +CPV,1992,12,4409,4465 +CPV,1992,13,4178,4223 +CPV,1992,14,3974,4029 +CPV,1992,15,3811,3908 +CPV,1992,16,3679,3836 +CPV,1992,17,3553,3761 +CPV,1992,18,3435,3695 +CPV,1993,0,6492,6645 +CPV,1993,1,6457,6606 +CPV,1993,2,6389,6533 +CPV,1993,3,6345,6491 +CPV,1993,4,6224,6358 +CPV,1993,5,6079,6200 +CPV,1993,6,5913,6022 +CPV,1993,7,5730,5826 +CPV,1993,8,5533,5618 +CPV,1993,9,5329,5404 +CPV,1993,10,5109,5177 +CPV,1993,11,4874,4937 +CPV,1993,12,4633,4694 +CPV,1993,13,4393,4452 +CPV,1993,14,4155,4202 +CPV,1993,15,3945,4001 +CPV,1993,16,3776,3874 +CPV,1993,17,3641,3795 +CPV,1993,18,3511,3714 +CPV,1994,0,6439,6587 +CPV,1994,1,6446,6596 +CPV,1994,2,6420,6568 +CPV,1994,3,6361,6505 +CPV,1994,4,6309,6451 +CPV,1994,5,6197,6328 +CPV,1994,6,6060,6179 +CPV,1994,7,5901,6008 +CPV,1994,8,5724,5819 +CPV,1994,9,5533,5617 +CPV,1994,10,5333,5407 +CPV,1994,11,5115,5182 +CPV,1994,12,4877,4939 +CPV,1994,13,4628,4689 +CPV,1994,14,4382,4439 +CPV,1994,15,4137,4182 +CPV,1994,16,3919,3973 +CPV,1994,17,3746,3840 +CPV,1994,18,3607,3755 +CPV,1995,0,6330,6466 +CPV,1995,1,6389,6531 +CPV,1995,2,6411,6554 +CPV,1995,3,6397,6538 +CPV,1995,4,6350,6487 +CPV,1995,5,6274,6403 +CPV,1995,6,6170,6290 +CPV,1995,7,6040,6150 +CPV,1995,8,5889,5988 +CPV,1995,9,5717,5805 +CPV,1995,10,5532,5609 +CPV,1995,11,5338,5404 +CPV,1995,12,5121,5180 +CPV,1995,13,4879,4934 +CPV,1995,14,4624,4677 +CPV,1995,15,4371,4421 +CPV,1995,16,4118,4157 +CPV,1995,17,3894,3941 +CPV,1995,18,3715,3801 +CPV,1996,0,6141,6277 +CPV,1996,1,6325,6464 +CPV,1996,2,6386,6530 +CPV,1996,3,6410,6555 +CPV,1996,4,6399,6542 +CPV,1996,5,6355,6493 +CPV,1996,6,6280,6412 +CPV,1996,7,6179,6301 +CPV,1996,8,6050,6162 +CPV,1996,9,5895,5997 +CPV,1996,10,5719,5811 +CPV,1996,11,5528,5610 +CPV,1996,12,5329,5401 +CPV,1996,13,5107,5170 +CPV,1996,14,4859,4913 +CPV,1996,15,4597,4643 +CPV,1996,16,4338,4373 +CPV,1996,17,4079,4097 +CPV,1996,18,3850,3871 +CPV,1997,0,5900,6031 +CPV,1997,1,6097,6239 +CPV,1997,2,6322,6460 +CPV,1997,3,6386,6527 +CPV,1997,4,6413,6554 +CPV,1997,5,6405,6543 +CPV,1997,6,6363,6496 +CPV,1997,7,6291,6418 +CPV,1997,8,6191,6310 +CPV,1997,9,6063,6172 +CPV,1997,10,5905,6005 +CPV,1997,11,5724,5814 +CPV,1997,12,5528,5609 +CPV,1997,13,5323,5396 +CPV,1997,14,5096,5158 +CPV,1997,15,4842,4890 +CPV,1997,16,4574,4607 +CPV,1997,17,4308,4324 +CPV,1997,18,4043,4035 +CPV,1998,0,5650,5775 +CPV,1998,1,5912,6047 +CPV,1998,2,6117,6259 +CPV,1998,3,6320,6453 +CPV,1998,4,6386,6521 +CPV,1998,5,6416,6550 +CPV,1998,6,6410,6541 +CPV,1998,7,6370,6497 +CPV,1998,8,6301,6421 +CPV,1998,9,6203,6316 +CPV,1998,10,6075,6178 +CPV,1998,11,5915,6010 +CPV,1998,12,5728,5814 +CPV,1998,13,5527,5605 +CPV,1998,14,5317,5389 +CPV,1998,15,5084,5144 +CPV,1998,16,4824,4865 +CPV,1998,17,4549,4568 +CPV,1998,18,4278,4273 +CPV,1999,0,5447,5570 +CPV,1999,1,5741,5872 +CPV,1999,2,5980,6116 +CPV,1999,3,6166,6305 +CPV,1999,4,6311,6442 +CPV,1999,5,6381,6512 +CPV,1999,6,6413,6542 +CPV,1999,7,6410,6536 +CPV,1999,8,6373,6494 +CPV,1999,9,6305,6421 +CPV,1999,10,6210,6318 +CPV,1999,11,6082,6182 +CPV,1999,12,5919,6011 +CPV,1999,13,5728,5812 +CPV,1999,14,5522,5599 +CPV,1999,15,5307,5378 +CPV,1999,16,5068,5127 +CPV,1999,17,4802,4837 +CPV,1999,18,4521,4527 +CPV,2000,0,5331,5459 +CPV,2000,1,5609,5741 +CPV,2000,2,5844,5978 +CPV,2000,3,6035,6170 +CPV,2000,4,6185,6321 +CPV,2000,5,6296,6431 +CPV,2000,6,6368,6501 +CPV,2000,7,6402,6533 +CPV,2000,8,6402,6529 +CPV,2000,9,6367,6490 +CPV,2000,10,6302,6419 +CPV,2000,11,6210,6319 +CPV,2000,12,6082,6184 +CPV,2000,13,5916,6012 +CPV,2000,14,5720,5808 +CPV,2000,15,5510,5591 +CPV,2000,16,5290,5367 +CPV,2000,17,5046,5109 +CPV,2000,18,4774,4808 +CPV,2001,0,5355,5474 +CPV,2001,1,5352,5450 +CPV,2001,2,5594,5695 +CPV,2001,3,5808,5911 +CPV,2001,4,5990,6097 +CPV,2001,5,6142,6251 +CPV,2001,6,6263,6375 +CPV,2001,7,6355,6470 +CPV,2001,8,6405,6521 +CPV,2001,9,6405,6520 +CPV,2001,10,6363,6475 +CPV,2001,11,6295,6402 +CPV,2001,12,6202,6304 +CPV,2001,13,6071,6169 +CPV,2001,14,5900,5993 +CPV,2001,15,5696,5785 +CPV,2001,16,5479,5563 +CPV,2001,17,5251,5334 +CPV,2001,18,5000,5073 +CPV,2002,0,5465,5581 +CPV,2002,1,5550,5651 +CPV,2002,2,5360,5433 +CPV,2002,3,5566,5640 +CPV,2002,4,5757,5836 +CPV,2002,5,5931,6014 +CPV,2002,6,6083,6172 +CPV,2002,7,6215,6310 +CPV,2002,8,6328,6430 +CPV,2002,9,6392,6498 +CPV,2002,10,6393,6500 +CPV,2002,11,6343,6449 +CPV,2002,12,6272,6375 +CPV,2002,13,6179,6279 +CPV,2002,14,6046,6143 +CPV,2002,15,5869,5965 +CPV,2002,16,5659,5753 +CPV,2002,17,5434,5527 +CPV,2002,18,5199,5293 +CPV,2003,0,5613,5734 +CPV,2003,1,5558,5653 +CPV,2003,2,5550,5627 +CPV,2003,3,5360,5415 +CPV,2003,4,5529,5585 +CPV,2003,5,5699,5760 +CPV,2003,6,5863,5931 +CPV,2003,7,6016,6092 +CPV,2003,8,6158,6244 +CPV,2003,9,6291,6388 +CPV,2003,10,6370,6475 +CPV,2003,11,6372,6480 +CPV,2003,12,6314,6422 +CPV,2003,13,6240,6348 +CPV,2003,14,6147,6253 +CPV,2003,15,6012,6117 +CPV,2003,16,5830,5936 +CPV,2003,17,5612,5720 +CPV,2003,18,5381,5489 +CPV,2004,0,5730,5864 +CPV,2004,1,5557,5657 +CPV,2004,2,5460,5536 +CPV,2004,3,5429,5488 +CPV,2004,4,5358,5405 +CPV,2004,5,5489,5539 +CPV,2004,6,5637,5693 +CPV,2004,7,5792,5857 +CPV,2004,8,5945,6022 +CPV,2004,9,6098,6188 +CPV,2004,10,6251,6357 +CPV,2004,11,6344,6462 +CPV,2004,12,6347,6470 +CPV,2004,13,6282,6406 +CPV,2004,14,6206,6330 +CPV,2004,15,6112,6237 +CPV,2004,16,5974,6100 +CPV,2004,17,5788,5916 +CPV,2004,18,5563,5696 +CPV,2005,0,5765,5923 +CPV,2005,1,5526,5643 +CPV,2005,2,5377,5465 +CPV,2005,3,5307,5375 +CPV,2005,4,5303,5360 +CPV,2005,5,5354,5407 +CPV,2005,6,5448,5504 +CPV,2005,7,5574,5638 +CPV,2005,8,5720,5796 +CPV,2005,9,5874,5964 +CPV,2005,10,6036,6145 +CPV,2005,11,6210,6339 +CPV,2005,12,6317,6463 +CPV,2005,13,6321,6474 +CPV,2005,14,6249,6403 +CPV,2005,15,6169,6326 +CPV,2005,16,6076,6234 +CPV,2005,17,5936,6097 +CPV,2005,18,5744,5910 +CPV,2006,0,5698,5843 +CPV,2006,1,5641,5766 +CPV,2006,2,5454,5545 +CPV,2006,3,5339,5407 +CPV,2006,4,5289,5340 +CPV,2006,5,5293,5335 +CPV,2006,6,5340,5380 +CPV,2006,7,5418,5463 +CPV,2006,8,5532,5582 +CPV,2006,9,5676,5731 +CPV,2006,10,5834,5895 +CPV,2006,11,5996,6065 +CPV,2006,12,6167,6247 +CPV,2006,13,6264,6358 +CPV,2006,14,6249,6360 +CPV,2006,15,6152,6282 +CPV,2006,16,6050,6199 +CPV,2006,17,5932,6102 +CPV,2006,18,5778,5964 +CPV,2007,0,5554,5694 +CPV,2007,1,5364,5463 +CPV,2007,2,5521,5627 +CPV,2007,3,5384,5464 +CPV,2007,4,5304,5365 +CPV,2007,5,5273,5321 +CPV,2007,6,5285,5327 +CPV,2007,7,5329,5369 +CPV,2007,8,5391,5437 +CPV,2007,9,5492,5542 +CPV,2007,10,5635,5684 +CPV,2007,11,5798,5843 +CPV,2007,12,5959,6003 +CPV,2007,13,6126,6172 +CPV,2007,14,6215,6272 +CPV,2007,15,6180,6265 +CPV,2007,16,6059,6180 +CPV,2007,17,5933,6091 +CPV,2007,18,5792,5987 +CPV,2008,0,5376,5514 +CPV,2008,1,5265,5367 +CPV,2008,2,5195,5269 +CPV,2008,3,5404,5497 +CPV,2008,4,5318,5391 +CPV,2008,5,5272,5331 +CPV,2008,6,5261,5311 +CPV,2008,7,5281,5326 +CPV,2008,8,5321,5366 +CPV,2008,9,5367,5420 +CPV,2008,10,5456,5511 +CPV,2008,11,5598,5645 +CPV,2008,12,5766,5800 +CPV,2008,13,5926,5951 +CPV,2008,14,6090,6107 +CPV,2008,15,6169,6195 +CPV,2008,16,6116,6179 +CPV,2008,17,5969,6087 +CPV,2008,18,5820,5991 +CPV,2009,0,5232,5364 +CPV,2009,1,5192,5293 +CPV,2009,2,5168,5246 +CPV,2009,3,5160,5220 +CPV,2009,4,5291,5363 +CPV,2009,5,5256,5315 +CPV,2009,6,5244,5295 +CPV,2009,7,5253,5298 +CPV,2009,8,5281,5323 +CPV,2009,9,5317,5361 +CPV,2009,10,5348,5401 +CPV,2009,11,5424,5477 +CPV,2009,12,5565,5603 +CPV,2009,13,5738,5754 +CPV,2009,14,5897,5896 +CPV,2009,15,6059,6039 +CPV,2009,16,6128,6116 +CPV,2009,17,6055,6090 +CPV,2009,18,5884,5991 +CPV,2010,0,5167,5285 +CPV,2010,1,5164,5258 +CPV,2010,2,5164,5237 +CPV,2010,3,5166,5224 +CPV,2010,4,5172,5219 +CPV,2010,5,5183,5221 +CPV,2010,6,5199,5232 +CPV,2010,7,5221,5250 +CPV,2010,8,5250,5277 +CPV,2010,9,5286,5312 +CPV,2010,10,5318,5347 +CPV,2010,11,5333,5373 +CPV,2010,12,5397,5435 +CPV,2010,13,5537,5553 +CPV,2010,14,5715,5699 +CPV,2010,15,5873,5831 +CPV,2010,16,6033,5961 +CPV,2010,17,6093,6027 +CPV,2010,18,6001,5992 +CPV,2011,0,5178,5317 +CPV,2011,1,5143,5281 +CPV,2011,2,5139,5254 +CPV,2011,3,5139,5235 +CPV,2011,4,5144,5224 +CPV,2011,5,5154,5221 +CPV,2011,6,5169,5226 +CPV,2011,7,5192,5241 +CPV,2011,8,5214,5259 +CPV,2011,9,5229,5277 +CPV,2011,10,5245,5297 +CPV,2011,11,5257,5319 +CPV,2011,12,5255,5332 +CPV,2011,13,5301,5382 +CPV,2011,14,5423,5488 +CPV,2011,15,5585,5623 +CPV,2011,16,5728,5744 +CPV,2011,17,5871,5863 +CPV,2011,18,5927,5927 +CPV,2012,0,5266,5418 +CPV,2012,1,5218,5358 +CPV,2012,2,5125,5269 +CPV,2012,3,5119,5242 +CPV,2012,4,5120,5224 +CPV,2012,5,5128,5215 +CPV,2012,6,5141,5215 +CPV,2012,7,5161,5224 +CPV,2012,8,5191,5244 +CPV,2012,9,5212,5261 +CPV,2012,10,5215,5269 +CPV,2012,11,5209,5275 +CPV,2012,12,5203,5283 +CPV,2012,13,5182,5284 +CPV,2012,14,5210,5322 +CPV,2012,15,5315,5415 +CPV,2012,16,5461,5538 +CPV,2012,17,5588,5648 +CPV,2012,18,5716,5756 +CPV,2013,0,5390,5547 +CPV,2013,1,5288,5440 +CPV,2013,2,5210,5353 +CPV,2013,3,5111,5251 +CPV,2013,4,5103,5224 +CPV,2013,5,5105,5208 +CPV,2013,6,5116,5201 +CPV,2013,7,5132,5203 +CPV,2013,8,5157,5216 +CPV,2013,9,5194,5240 +CPV,2013,10,5214,5256 +CPV,2013,11,5204,5255 +CPV,2013,12,5177,5246 +CPV,2013,13,5152,5241 +CPV,2013,14,5114,5230 +CPV,2013,15,5124,5255 +CPV,2013,16,5211,5336 +CPV,2013,17,5341,5447 +CPV,2013,18,5453,5547 +CPV,2014,0,5491,5647 +CPV,2014,1,5349,5506 +CPV,2014,2,5240,5393 +CPV,2014,3,5161,5305 +CPV,2014,4,5100,5233 +CPV,2014,5,5090,5206 +CPV,2014,6,5093,5191 +CPV,2014,7,5106,5187 +CPV,2014,8,5126,5191 +CPV,2014,9,5156,5207 +CPV,2014,10,5200,5236 +CPV,2014,11,5220,5252 +CPV,2014,12,5196,5241 +CPV,2014,13,5148,5217 +CPV,2014,14,5104,5199 +CPV,2014,15,5048,5176 +CPV,2014,16,5040,5189 +CPV,2014,17,5110,5257 +CPV,2014,18,5224,5356 +CPV,2015,0,5528,5678 +CPV,2015,1,5376,5534 +CPV,2015,2,5260,5418 +CPV,2015,3,5177,5329 +CPV,2015,4,5121,5264 +CPV,2015,5,5090,5218 +CPV,2015,6,5079,5191 +CPV,2015,7,5083,5177 +CPV,2015,8,5098,5176 +CPV,2015,9,5121,5183 +CPV,2015,10,5156,5201 +CPV,2015,11,5208,5235 +CPV,2015,12,5227,5250 +CPV,2015,13,5190,5230 +CPV,2015,14,5121,5192 +CPV,2015,15,5058,5160 +CPV,2015,16,4984,5125 +CPV,2015,17,4958,5125 +CPV,2015,18,5011,5180 +CPV,2016,0,5473,5617 +CPV,2016,1,5469,5621 +CPV,2016,2,5348,5506 +CPV,2016,3,5253,5410 +CPV,2016,4,5181,5332 +CPV,2016,5,5130,5271 +CPV,2016,6,5097,5224 +CPV,2016,7,5076,5188 +CPV,2016,8,5070,5165 +CPV,2016,9,5076,5153 +CPV,2016,10,5091,5150 +CPV,2016,11,5114,5157 +CPV,2016,12,5154,5178 +CPV,2016,13,5161,5180 +CPV,2016,14,5111,5147 +CPV,2016,15,5030,5098 +CPV,2016,16,4956,5056 +CPV,2016,17,4871,5010 +CPV,2016,18,4842,5009 +CPV,2017,0,5358,5491 +CPV,2017,1,5293,5446 +CPV,2017,2,5415,5571 +CPV,2017,3,5324,5484 +CPV,2017,4,5250,5408 +CPV,2017,5,5191,5341 +CPV,2017,6,5144,5284 +CPV,2017,7,5108,5235 +CPV,2017,8,5078,5191 +CPV,2017,9,5062,5158 +CPV,2017,10,5059,5137 +CPV,2017,11,5065,5124 +CPV,2017,12,5078,5118 +CPV,2017,13,5106,5126 +CPV,2017,14,5099,5115 +CPV,2017,15,5037,5071 +CPV,2017,16,4945,5010 +CPV,2017,17,4859,4958 +CPV,2017,18,4763,4901 +CPV,2018,0,5210,5331 +CPV,2018,1,5217,5361 +CPV,2018,2,5220,5380 +CPV,2018,3,5364,5523 +CPV,2018,4,5304,5465 +CPV,2018,5,5250,5409 +CPV,2018,6,5203,5353 +CPV,2018,7,5160,5300 +CPV,2018,8,5121,5249 +CPV,2018,9,5083,5197 +CPV,2018,10,5056,5154 +CPV,2018,11,5045,5123 +CPV,2018,12,5042,5100 +CPV,2018,13,5044,5082 +CPV,2018,14,5059,5078 +CPV,2018,15,5041,5054 +CPV,2018,16,4966,4997 +CPV,2018,17,4862,4925 +CPV,2018,18,4765,4863 +CPV,2019,0,5100,5200 +CPV,2019,1,5100,5300 +CPV,2019,2,5200,5300 +CPV,2019,3,5200,5400 +CPV,2019,4,5300,5500 +CPV,2019,5,5300,5400 +CPV,2019,6,5300,5400 +CPV,2019,7,5200,5400 +CPV,2019,8,5200,5300 +CPV,2019,9,5100,5300 +CPV,2019,10,5100,5200 +CPV,2019,11,5100,5200 +CPV,2019,12,5000,5100 +CPV,2019,13,5000,5100 +CPV,2019,14,5000,5000 +CPV,2019,15,5000,5000 +CPV,2019,16,5000,5000 +CPV,2019,17,4900,4900 +CPV,2019,18,4800,4800 +CPV,2020,0,5000,5100 +CPV,2020,1,5100,5200 +CPV,2020,2,5100,5300 +CPV,2020,3,5200,5400 +CPV,2020,4,5200,5400 +CPV,2020,5,5300,5400 +CPV,2020,6,5300,5400 +CPV,2020,7,5200,5400 +CPV,2020,8,5200,5400 +CPV,2020,9,5200,5300 +CPV,2020,10,5100,5300 +CPV,2020,11,5100,5200 +CPV,2020,12,5000,5100 +CPV,2020,13,5000,5100 +CPV,2020,14,5000,5000 +CPV,2020,15,5000,5000 +CPV,2020,16,5000,5000 +CPV,2020,17,4900,4900 +CPV,2020,18,4800,4800 +CPV,2021,0,4900,5000 +CPV,2021,1,5000,5100 +CPV,2021,2,5100,5200 +CPV,2021,3,5100,5300 +CPV,2021,4,5200,5300 +CPV,2021,5,5200,5400 +CPV,2021,6,5300,5400 +CPV,2021,7,5300,5400 +CPV,2021,8,5300,5400 +CPV,2021,9,5200,5400 +CPV,2021,10,5200,5300 +CPV,2021,11,5100,5200 +CPV,2021,12,5100,5200 +CPV,2021,13,5000,5100 +CPV,2021,14,5000,5000 +CPV,2021,15,4900,5000 +CPV,2021,16,4900,4900 +CPV,2021,17,4900,4900 +CPV,2021,18,4800,4800 +CPV,2022,0,4900,5000 +CPV,2022,1,5000,5100 +CPV,2022,2,5000,5100 +CPV,2022,3,5100,5200 +CPV,2022,4,5100,5300 +CPV,2022,5,5200,5300 +CPV,2022,6,5200,5400 +CPV,2022,7,5200,5400 +CPV,2022,8,5300,5400 +CPV,2022,9,5300,5400 +CPV,2022,10,5200,5400 +CPV,2022,11,5200,5300 +CPV,2022,12,5100,5200 +CPV,2022,13,5000,5100 +CPV,2022,14,4900,5000 +CPV,2022,15,4900,4900 +CPV,2022,16,4900,4900 +CPV,2022,17,4800,4800 +CPV,2022,18,4800,4800 +CPV,2023,0,4900,5000 +CPV,2023,1,4900,5000 +CPV,2023,2,5000,5100 +CPV,2023,3,5000,5100 +CPV,2023,4,5000,5200 +CPV,2023,5,5100,5200 +CPV,2023,6,5200,5300 +CPV,2023,7,5200,5400 +CPV,2023,8,5200,5400 +CPV,2023,9,5300,5400 +CPV,2023,10,5300,5400 +CPV,2023,11,5200,5400 +CPV,2023,12,5100,5300 +CPV,2023,13,5100,5200 +CPV,2023,14,5000,5000 +CPV,2023,15,4900,4900 +CPV,2023,16,4800,4900 +CPV,2023,17,4800,4800 +CPV,2023,18,4700,4700 +CPV,2024,0,4800,5000 +CPV,2024,1,4900,5000 +CPV,2024,2,4900,5000 +CPV,2024,3,4900,5100 +CPV,2024,4,5000,5100 +CPV,2024,5,5000,5200 +CPV,2024,6,5100,5200 +CPV,2024,7,5100,5300 +CPV,2024,8,5200,5300 +CPV,2024,9,5200,5400 +CPV,2024,10,5300,5400 +CPV,2024,11,5300,5400 +CPV,2024,12,5200,5300 +CPV,2024,13,5100,5200 +CPV,2024,14,5000,5100 +CPV,2024,15,4900,5000 +CPV,2024,16,4800,4900 +CPV,2024,17,4800,4800 +CPV,2024,18,4700,4700 +CPV,2025,0,4800,5000 +CPV,2025,1,4800,4900 +CPV,2025,2,4800,5000 +CPV,2025,3,4900,5000 +CPV,2025,4,4900,5000 +CPV,2025,5,5000,5100 +CPV,2025,6,5000,5200 +CPV,2025,7,5100,5200 +CPV,2025,8,5100,5300 +CPV,2025,9,5200,5300 +CPV,2025,10,5200,5400 +CPV,2025,11,5300,5400 +CPV,2025,12,5300,5400 +CPV,2025,13,5200,5300 +CPV,2025,14,5100,5200 +CPV,2025,15,5000,5100 +CPV,2025,16,4900,4900 +CPV,2025,17,4800,4800 +CPV,2025,18,4700,4700 +CPV,2026,0,4800,4900 +CPV,2026,1,4800,4900 +CPV,2026,2,4800,4900 +CPV,2026,3,4800,5000 +CPV,2026,4,4900,5000 +CPV,2026,5,4900,5000 +CPV,2026,6,5000,5100 +CPV,2026,7,5000,5200 +CPV,2026,8,5100,5200 +CPV,2026,9,5100,5300 +CPV,2026,10,5200,5300 +CPV,2026,11,5200,5300 +CPV,2026,12,5200,5400 +CPV,2026,13,5200,5400 +CPV,2026,14,5200,5300 +CPV,2026,15,5000,5100 +CPV,2026,16,4900,5000 +CPV,2026,17,4800,4900 +CPV,2026,18,4700,4700 +CPV,2027,0,4700,4800 +CPV,2027,1,4700,4800 +CPV,2027,2,4800,4900 +CPV,2027,3,4800,4900 +CPV,2027,4,4800,4900 +CPV,2027,5,4900,5000 +CPV,2027,6,4900,5000 +CPV,2027,7,5000,5100 +CPV,2027,8,5000,5200 +CPV,2027,9,5100,5200 +CPV,2027,10,5100,5300 +CPV,2027,11,5100,5300 +CPV,2027,12,5200,5300 +CPV,2027,13,5200,5300 +CPV,2027,14,5200,5300 +CPV,2027,15,5100,5200 +CPV,2027,16,5000,5100 +CPV,2027,17,4900,4900 +CPV,2027,18,4700,4800 +CPV,2028,0,4600,4800 +CPV,2028,1,4600,4800 +CPV,2028,2,4700,4800 +CPV,2028,3,4700,4900 +CPV,2028,4,4800,4900 +CPV,2028,5,4800,4900 +CPV,2028,6,4900,5000 +CPV,2028,7,4900,5100 +CPV,2028,8,5000,5100 +CPV,2028,9,5000,5200 +CPV,2028,10,5100,5200 +CPV,2028,11,5100,5200 +CPV,2028,12,5100,5300 +CPV,2028,13,5100,5300 +CPV,2028,14,5200,5300 +CPV,2028,15,5100,5300 +CPV,2028,16,5100,5200 +CPV,2028,17,4900,5000 +CPV,2028,18,4800,4800 +CPV,2029,0,4500,4700 +CPV,2029,1,4600,4700 +CPV,2029,2,4600,4700 +CPV,2029,3,4600,4800 +CPV,2029,4,4700,4800 +CPV,2029,5,4800,4900 +CPV,2029,6,4800,4900 +CPV,2029,7,4900,5000 +CPV,2029,8,4900,5100 +CPV,2029,9,5000,5100 +CPV,2029,10,5000,5200 +CPV,2029,11,5100,5200 +CPV,2029,12,5100,5200 +CPV,2029,13,5100,5200 +CPV,2029,14,5100,5300 +CPV,2029,15,5100,5300 +CPV,2029,16,5100,5200 +CPV,2029,17,5000,5100 +CPV,2029,18,4900,4900 +CPV,2030,0,4500,4600 +CPV,2030,1,4500,4600 +CPV,2030,2,4500,4700 +CPV,2030,3,4600,4700 +CPV,2030,4,4600,4800 +CPV,2030,5,4700,4800 +CPV,2030,6,4800,4900 +CPV,2030,7,4800,4900 +CPV,2030,8,4900,5000 +CPV,2030,9,4900,5100 +CPV,2030,10,5000,5100 +CPV,2030,11,5000,5200 +CPV,2030,12,5100,5200 +CPV,2030,13,5100,5200 +CPV,2030,14,5100,5200 +CPV,2030,15,5100,5200 +CPV,2030,16,5100,5200 +CPV,2030,17,5100,5200 +CPV,2030,18,5000,5000 +CPV,2031,0,4400,4600 +CPV,2031,1,4500,4600 +CPV,2031,2,4500,4600 +CPV,2031,3,4500,4700 +CPV,2031,4,4600,4700 +CPV,2031,5,4600,4800 +CPV,2031,6,4700,4800 +CPV,2031,7,4800,4900 +CPV,2031,8,4800,4900 +CPV,2031,9,4900,5000 +CPV,2031,10,4900,5000 +CPV,2031,11,5000,5100 +CPV,2031,12,5000,5100 +CPV,2031,13,5000,5200 +CPV,2031,14,5100,5200 +CPV,2031,15,5100,5200 +CPV,2031,16,5100,5200 +CPV,2031,17,5100,5200 +CPV,2031,18,5000,5100 +CPV,2032,0,4400,4500 +CPV,2032,1,4400,4500 +CPV,2032,2,4500,4600 +CPV,2032,3,4500,4600 +CPV,2032,4,4500,4700 +CPV,2032,5,4600,4700 +CPV,2032,6,4600,4800 +CPV,2032,7,4700,4800 +CPV,2032,8,4800,4900 +CPV,2032,9,4800,4900 +CPV,2032,10,4900,5000 +CPV,2032,11,4900,5000 +CPV,2032,12,5000,5100 +CPV,2032,13,5000,5100 +CPV,2032,14,5000,5100 +CPV,2032,15,5000,5100 +CPV,2032,16,5000,5100 +CPV,2032,17,5000,5100 +CPV,2032,18,5000,5100 +CPV,2033,0,4400,4500 +CPV,2033,1,4400,4500 +CPV,2033,2,4400,4500 +CPV,2033,3,4400,4600 +CPV,2033,4,4500,4600 +CPV,2033,5,4500,4600 +CPV,2033,6,4600,4700 +CPV,2033,7,4600,4800 +CPV,2033,8,4700,4800 +CPV,2033,9,4800,4900 +CPV,2033,10,4800,4900 +CPV,2033,11,4900,5000 +CPV,2033,12,4900,5000 +CPV,2033,13,4900,5000 +CPV,2033,14,5000,5100 +CPV,2033,15,5000,5100 +CPV,2033,16,5000,5100 +CPV,2033,17,5000,5100 +CPV,2033,18,5000,5100 +CPV,2034,0,4400,4500 +CPV,2034,1,4400,4500 +CPV,2034,2,4400,4500 +CPV,2034,3,4400,4500 +CPV,2034,4,4400,4600 +CPV,2034,5,4500,4600 +CPV,2034,6,4500,4600 +CPV,2034,7,4600,4700 +CPV,2034,8,4600,4800 +CPV,2034,9,4700,4800 +CPV,2034,10,4800,4900 +CPV,2034,11,4800,4900 +CPV,2034,12,4900,5000 +CPV,2034,13,4900,5000 +CPV,2034,14,4900,5000 +CPV,2034,15,4900,5000 +CPV,2034,16,5000,5000 +CPV,2034,17,4900,5000 +CPV,2034,18,4900,5000 +CPV,2035,0,4300,4500 +CPV,2035,1,4300,4500 +CPV,2035,2,4300,4500 +CPV,2035,3,4400,4500 +CPV,2035,4,4400,4500 +CPV,2035,5,4400,4500 +CPV,2035,6,4500,4600 +CPV,2035,7,4500,4600 +CPV,2035,8,4600,4700 +CPV,2035,9,4600,4800 +CPV,2035,10,4700,4800 +CPV,2035,11,4800,4900 +CPV,2035,12,4800,4900 +CPV,2035,13,4800,5000 +CPV,2035,14,4900,5000 +CPV,2035,15,4900,5000 +CPV,2035,16,4900,5000 +CPV,2035,17,4900,5000 +CPV,2035,18,4900,5000 +CPV,2036,0,4300,4400 +CPV,2036,1,4300,4500 +CPV,2036,2,4300,4400 +CPV,2036,3,4300,4400 +CPV,2036,4,4400,4500 +CPV,2036,5,4400,4500 +CPV,2036,6,4400,4500 +CPV,2036,7,4500,4600 +CPV,2036,8,4500,4600 +CPV,2036,9,4600,4700 +CPV,2036,10,4600,4700 +CPV,2036,11,4700,4800 +CPV,2036,12,4700,4900 +CPV,2036,13,4800,4900 +CPV,2036,14,4800,4900 +CPV,2036,15,4800,4900 +CPV,2036,16,4900,5000 +CPV,2036,17,4900,5000 +CPV,2036,18,4900,5000 +CPV,2037,0,4300,4400 +CPV,2037,1,4300,4400 +CPV,2037,2,4300,4400 +CPV,2037,3,4300,4400 +CPV,2037,4,4300,4400 +CPV,2037,5,4400,4500 +CPV,2037,6,4400,4500 +CPV,2037,7,4400,4500 +CPV,2037,8,4500,4600 +CPV,2037,9,4500,4600 +CPV,2037,10,4600,4700 +CPV,2037,11,4600,4700 +CPV,2037,12,4700,4800 +CPV,2037,13,4700,4800 +CPV,2037,14,4800,4900 +CPV,2037,15,4800,4900 +CPV,2037,16,4800,4900 +CPV,2037,17,4800,4900 +CPV,2037,18,4800,4900 +CPV,2038,0,4300,4400 +CPV,2038,1,4200,4400 +CPV,2038,2,4300,4400 +CPV,2038,3,4300,4400 +CPV,2038,4,4300,4400 +CPV,2038,5,4300,4400 +CPV,2038,6,4400,4500 +CPV,2038,7,4400,4500 +CPV,2038,8,4400,4500 +CPV,2038,9,4500,4600 +CPV,2038,10,4500,4600 +CPV,2038,11,4600,4700 +CPV,2038,12,4600,4700 +CPV,2038,13,4700,4800 +CPV,2038,14,4700,4800 +CPV,2038,15,4700,4800 +CPV,2038,16,4800,4900 +CPV,2038,17,4800,4900 +CPV,2038,18,4800,4900 +CPV,2039,0,4200,4300 +CPV,2039,1,4200,4300 +CPV,2039,2,4200,4300 +CPV,2039,3,4200,4400 +CPV,2039,4,4300,4400 +CPV,2039,5,4300,4400 +CPV,2039,6,4300,4400 +CPV,2039,7,4400,4500 +CPV,2039,8,4400,4500 +CPV,2039,9,4400,4500 +CPV,2039,10,4500,4600 +CPV,2039,11,4500,4600 +CPV,2039,12,4600,4700 +CPV,2039,13,4600,4700 +CPV,2039,14,4600,4800 +CPV,2039,15,4700,4800 +CPV,2039,16,4700,4800 +CPV,2039,17,4700,4800 +CPV,2039,18,4800,4800 +CPV,2040,0,4200,4300 +CPV,2040,1,4200,4300 +CPV,2040,2,4200,4300 +CPV,2040,3,4200,4300 +CPV,2040,4,4200,4400 +CPV,2040,5,4300,4400 +CPV,2040,6,4300,4400 +CPV,2040,7,4300,4400 +CPV,2040,8,4400,4500 +CPV,2040,9,4400,4500 +CPV,2040,10,4400,4600 +CPV,2040,11,4500,4600 +CPV,2040,12,4500,4600 +CPV,2040,13,4600,4700 +CPV,2040,14,4600,4700 +CPV,2040,15,4600,4700 +CPV,2040,16,4700,4800 +CPV,2040,17,4700,4800 +CPV,2040,18,4700,4800 +CPV,2041,0,4200,4300 +CPV,2041,1,4200,4300 +CPV,2041,2,4200,4300 +CPV,2041,3,4200,4300 +CPV,2041,4,4200,4300 +CPV,2041,5,4200,4400 +CPV,2041,6,4300,4400 +CPV,2041,7,4300,4400 +CPV,2041,8,4300,4400 +CPV,2041,9,4400,4500 +CPV,2041,10,4400,4500 +CPV,2041,11,4400,4500 +CPV,2041,12,4500,4600 +CPV,2041,13,4500,4600 +CPV,2041,14,4500,4600 +CPV,2041,15,4600,4700 +CPV,2041,16,4600,4700 +CPV,2041,17,4600,4700 +CPV,2041,18,4700,4800 +CPV,2042,0,4100,4300 +CPV,2042,1,4100,4300 +CPV,2042,2,4200,4300 +CPV,2042,3,4200,4300 +CPV,2042,4,4200,4300 +CPV,2042,5,4200,4300 +CPV,2042,6,4200,4400 +CPV,2042,7,4300,4400 +CPV,2042,8,4300,4400 +CPV,2042,9,4300,4400 +CPV,2042,10,4400,4500 +CPV,2042,11,4400,4500 +CPV,2042,12,4400,4500 +CPV,2042,13,4400,4600 +CPV,2042,14,4500,4600 +CPV,2042,15,4500,4600 +CPV,2042,16,4500,4600 +CPV,2042,17,4600,4700 +CPV,2042,18,4600,4700 +CPV,2043,0,4100,4200 +CPV,2043,1,4100,4200 +CPV,2043,2,4100,4200 +CPV,2043,3,4200,4300 +CPV,2043,4,4200,4300 +CPV,2043,5,4200,4300 +CPV,2043,6,4200,4300 +CPV,2043,7,4200,4400 +CPV,2043,8,4300,4400 +CPV,2043,9,4300,4400 +CPV,2043,10,4300,4400 +CPV,2043,11,4400,4500 +CPV,2043,12,4400,4500 +CPV,2043,13,4400,4500 +CPV,2043,14,4400,4500 +CPV,2043,15,4500,4600 +CPV,2043,16,4500,4600 +CPV,2043,17,4500,4600 +CPV,2043,18,4600,4600 +CPV,2044,0,4100,4200 +CPV,2044,1,4100,4200 +CPV,2044,2,4100,4200 +CPV,2044,3,4100,4200 +CPV,2044,4,4200,4300 +CPV,2044,5,4200,4300 +CPV,2044,6,4200,4300 +CPV,2044,7,4200,4300 +CPV,2044,8,4200,4400 +CPV,2044,9,4300,4400 +CPV,2044,10,4300,4400 +CPV,2044,11,4300,4400 +CPV,2044,12,4300,4500 +CPV,2044,13,4400,4500 +CPV,2044,14,4400,4500 +CPV,2044,15,4400,4500 +CPV,2044,16,4400,4500 +CPV,2044,17,4500,4600 +CPV,2044,18,4500,4600 +CPV,2045,0,4000,4200 +CPV,2045,1,4100,4200 +CPV,2045,2,4100,4200 +CPV,2045,3,4100,4200 +CPV,2045,4,4100,4200 +CPV,2045,5,4100,4300 +CPV,2045,6,4200,4300 +CPV,2045,7,4200,4300 +CPV,2045,8,4200,4300 +CPV,2045,9,4200,4400 +CPV,2045,10,4300,4400 +CPV,2045,11,4300,4400 +CPV,2045,12,4300,4400 +CPV,2045,13,4300,4500 +CPV,2045,14,4400,4500 +CPV,2045,15,4400,4500 +CPV,2045,16,4400,4500 +CPV,2045,17,4400,4500 +CPV,2045,18,4500,4500 +CPV,2046,0,4000,4100 +CPV,2046,1,4000,4200 +CPV,2046,2,4100,4200 +CPV,2046,3,4100,4200 +CPV,2046,4,4100,4200 +CPV,2046,5,4100,4200 +CPV,2046,6,4100,4300 +CPV,2046,7,4200,4300 +CPV,2046,8,4200,4300 +CPV,2046,9,4200,4300 +CPV,2046,10,4200,4400 +CPV,2046,11,4300,4400 +CPV,2046,12,4300,4400 +CPV,2046,13,4300,4400 +CPV,2046,14,4300,4400 +CPV,2046,15,4300,4400 +CPV,2046,16,4400,4500 +CPV,2046,17,4400,4500 +CPV,2046,18,4400,4500 +CPV,2047,0,4000,4100 +CPV,2047,1,4000,4100 +CPV,2047,2,4000,4200 +CPV,2047,3,4100,4200 +CPV,2047,4,4100,4200 +CPV,2047,5,4100,4200 +CPV,2047,6,4100,4200 +CPV,2047,7,4100,4300 +CPV,2047,8,4200,4300 +CPV,2047,9,4200,4300 +CPV,2047,10,4200,4300 +CPV,2047,11,4200,4300 +CPV,2047,12,4300,4400 +CPV,2047,13,4300,4400 +CPV,2047,14,4300,4400 +CPV,2047,15,4300,4400 +CPV,2047,16,4300,4400 +CPV,2047,17,4300,4400 +CPV,2047,18,4400,4400 +CPV,2048,0,4000,4100 +CPV,2048,1,4000,4100 +CPV,2048,2,4000,4100 +CPV,2048,3,4000,4100 +CPV,2048,4,4100,4200 +CPV,2048,5,4100,4200 +CPV,2048,6,4100,4200 +CPV,2048,7,4100,4200 +CPV,2048,8,4100,4300 +CPV,2048,9,4200,4300 +CPV,2048,10,4200,4300 +CPV,2048,11,4200,4300 +CPV,2048,12,4200,4300 +CPV,2048,13,4200,4400 +CPV,2048,14,4300,4400 +CPV,2048,15,4300,4400 +CPV,2048,16,4300,4400 +CPV,2048,17,4300,4400 +CPV,2048,18,4300,4400 +CPV,2049,0,3900,4000 +CPV,2049,1,3900,4100 +CPV,2049,2,4000,4100 +CPV,2049,3,4000,4100 +CPV,2049,4,4000,4100 +CPV,2049,5,4100,4200 +CPV,2049,6,4100,4200 +CPV,2049,7,4100,4200 +CPV,2049,8,4100,4200 +CPV,2049,9,4100,4300 +CPV,2049,10,4200,4300 +CPV,2049,11,4200,4300 +CPV,2049,12,4200,4300 +CPV,2049,13,4200,4300 +CPV,2049,14,4200,4300 +CPV,2049,15,4300,4400 +CPV,2049,16,4300,4400 +CPV,2049,17,4300,4400 +CPV,2049,18,4300,4400 +CPV,2050,0,3900,4000 +CPV,2050,1,3900,4000 +CPV,2050,2,3900,4000 +CPV,2050,3,4000,4100 +CPV,2050,4,4000,4100 +CPV,2050,5,4000,4100 +CPV,2050,6,4000,4200 +CPV,2050,7,4100,4200 +CPV,2050,8,4100,4200 +CPV,2050,9,4100,4200 +CPV,2050,10,4100,4300 +CPV,2050,11,4200,4300 +CPV,2050,12,4200,4300 +CPV,2050,13,4200,4300 +CPV,2050,14,4200,4300 +CPV,2050,15,4200,4300 +CPV,2050,16,4200,4300 +CPV,2050,17,4300,4400 +CPV,2050,18,4300,4400 +CRI,1990,0,41962,43931 +CRI,1990,1,41420,43319 +CRI,1990,2,40781,42617 +CRI,1990,3,40057,41834 +CRI,1990,4,39258,40981 +CRI,1990,5,38397,40068 +CRI,1990,6,37485,39104 +CRI,1990,7,36532,38098 +CRI,1990,8,35551,37062 +CRI,1990,9,34552,36004 +CRI,1990,10,33572,34968 +CRI,1990,11,32648,33995 +CRI,1990,12,31664,32933 +CRI,1990,13,30580,31726 +CRI,1990,14,29484,30481 +CRI,1990,15,28455,29312 +CRI,1990,16,27421,28135 +CRI,1990,17,26815,27424 +CRI,1990,18,26843,27409 +CRI,1991,0,41772,43756 +CRI,1991,1,41814,43764 +CRI,1991,2,41334,43223 +CRI,1991,3,40740,42572 +CRI,1991,4,40047,41824 +CRI,1991,5,39269,40992 +CRI,1991,6,38417,40085 +CRI,1991,7,37502,39114 +CRI,1991,8,36553,38109 +CRI,1991,9,35588,37090 +CRI,1991,10,34613,36060 +CRI,1991,11,33651,35043 +CRI,1991,12,32742,34085 +CRI,1991,13,31771,33035 +CRI,1991,14,30701,31837 +CRI,1991,15,29617,30598 +CRI,1991,16,28600,29434 +CRI,1991,17,27576,28261 +CRI,1991,18,26978,27552 +CRI,1992,0,41228,43190 +CRI,1992,1,41306,43224 +CRI,1992,2,41720,43652 +CRI,1992,3,41301,43180 +CRI,1992,4,40752,42579 +CRI,1992,5,40090,41864 +CRI,1992,6,39331,41052 +CRI,1992,7,38487,40151 +CRI,1992,8,37568,39172 +CRI,1992,9,36620,38166 +CRI,1992,10,35670,37163 +CRI,1992,11,34718,36159 +CRI,1992,12,33773,35160 +CRI,1992,13,32877,34217 +CRI,1992,14,31919,33178 +CRI,1992,15,30860,31987 +CRI,1992,16,29788,30753 +CRI,1992,17,28780,29592 +CRI,1992,18,27765,28421 +CRI,1993,0,40476,42393 +CRI,1993,1,40976,42879 +CRI,1993,2,41225,43112 +CRI,1993,3,41663,43575 +CRI,1993,4,41305,43173 +CRI,1993,5,40800,42621 +CRI,1993,6,40167,41939 +CRI,1993,7,39427,41145 +CRI,1993,8,38590,40250 +CRI,1993,9,37666,39263 +CRI,1993,10,36719,38254 +CRI,1993,11,35783,37267 +CRI,1993,12,34853,36287 +CRI,1993,13,33924,35306 +CRI,1993,14,33041,34376 +CRI,1993,15,32095,33348 +CRI,1993,16,31047,32163 +CRI,1993,17,29984,30932 +CRI,1993,18,28986,29774 +CRI,1994,0,39733,41600 +CRI,1994,1,40582,42465 +CRI,1994,2,41132,43021 +CRI,1994,3,41410,43294 +CRI,1994,4,41615,43507 +CRI,1994,5,41318,43174 +CRI,1994,6,40858,42671 +CRI,1994,7,40255,42021 +CRI,1994,8,39533,41247 +CRI,1994,9,38702,40357 +CRI,1994,10,37774,39360 +CRI,1994,11,36827,38350 +CRI,1994,12,35905,37377 +CRI,1994,13,34998,36423 +CRI,1994,14,34085,35459 +CRI,1994,15,33213,34542 +CRI,1994,16,32279,33524 +CRI,1994,17,31242,32345 +CRI,1994,18,30189,31118 +CRI,1995,0,39157,40984 +CRI,1995,1,40200,42062 +CRI,1995,2,40937,42820 +CRI,1995,3,41394,43283 +CRI,1995,4,41595,43478 +CRI,1995,5,41564,43431 +CRI,1995,6,41328,43168 +CRI,1995,7,40912,42715 +CRI,1995,8,40339,42097 +CRI,1995,9,39635,41342 +CRI,1995,10,38812,40458 +CRI,1995,11,37879,39452 +CRI,1995,12,36932,38440 +CRI,1995,13,36025,37482 +CRI,1995,14,35139,36553 +CRI,1995,15,34242,35606 +CRI,1995,16,33383,34703 +CRI,1995,17,32460,33695 +CRI,1995,18,31434,32523 +CRI,1996,0,38838,40649 +CRI,1996,1,39360,41188 +CRI,1996,2,40283,42140 +CRI,1996,3,40953,42826 +CRI,1996,4,41386,43264 +CRI,1996,5,41598,43469 +CRI,1996,6,41613,43468 +CRI,1996,7,41458,43286 +CRI,1996,8,41104,42897 +CRI,1996,9,40549,42298 +CRI,1996,10,39836,41533 +CRI,1996,11,39020,40656 +CRI,1996,12,38102,39666 +CRI,1996,13,37170,38667 +CRI,1996,14,36276,37717 +CRI,1996,15,35402,36791 +CRI,1996,16,34516,35847 +CRI,1996,17,33666,34945 +CRI,1996,18,32752,33938 +CRI,1997,0,38696,40500 +CRI,1997,1,39590,41429 +CRI,1997,2,39548,41374 +CRI,1997,3,40351,42199 +CRI,1997,4,40953,42813 +CRI,1997,5,41362,43224 +CRI,1997,6,41584,43440 +CRI,1997,7,41646,43485 +CRI,1997,8,41571,43385 +CRI,1997,9,41279,43059 +CRI,1997,10,40743,42479 +CRI,1997,11,40021,41705 +CRI,1997,12,39213,40836 +CRI,1997,13,38311,39863 +CRI,1997,14,37394,38876 +CRI,1997,15,36513,37934 +CRI,1997,16,35652,37013 +CRI,1997,17,34776,36072 +CRI,1997,18,33937,35172 +CRI,1998,0,38602,40404 +CRI,1998,1,39262,41089 +CRI,1998,2,39838,41682 +CRI,1998,3,39718,41542 +CRI,1998,4,40400,42239 +CRI,1998,5,40934,42781 +CRI,1998,6,41319,43165 +CRI,1998,7,41553,43391 +CRI,1998,8,41660,43482 +CRI,1998,9,41666,43465 +CRI,1998,10,41437,43203 +CRI,1998,11,40919,42641 +CRI,1998,12,40188,41859 +CRI,1998,13,39388,40998 +CRI,1998,14,38503,40042 +CRI,1998,15,37601,39069 +CRI,1998,16,36734,38135 +CRI,1998,17,35885,37218 +CRI,1998,18,35021,36281 +CRI,1999,0,38364,40161 +CRI,1999,1,38820,40631 +CRI,1999,2,39278,41101 +CRI,1999,3,39725,41557 +CRI,1999,4,39870,41692 +CRI,1999,5,40431,42262 +CRI,1999,6,40897,42732 +CRI,1999,7,41257,43089 +CRI,1999,8,41502,43325 +CRI,1999,9,41655,43462 +CRI,1999,10,41742,43527 +CRI,1999,11,41576,43329 +CRI,1999,12,41076,42787 +CRI,1999,13,40337,41996 +CRI,1999,14,39545,41144 +CRI,1999,15,38677,40205 +CRI,1999,16,37791,39245 +CRI,1999,17,36938,38320 +CRI,1999,18,36103,37409 +CRI,2000,0,37853,39636 +CRI,2000,1,38211,40003 +CRI,2000,2,38624,40426 +CRI,2000,3,39072,40883 +CRI,2000,4,39537,41356 +CRI,2000,5,39999,41824 +CRI,2000,6,40439,42266 +CRI,2000,7,40836,42663 +CRI,2000,8,41172,42993 +CRI,2000,9,41428,43239 +CRI,2000,10,41627,43422 +CRI,2000,11,41794,43568 +CRI,2000,12,41691,43435 +CRI,2000,13,41209,42912 +CRI,2000,14,40463,42113 +CRI,2000,15,39680,41270 +CRI,2000,16,38829,40349 +CRI,2000,17,37958,39403 +CRI,2000,18,37121,38488 +CRI,2001,0,37102,38848 +CRI,2001,1,37807,39577 +CRI,2001,2,38225,40007 +CRI,2001,3,38680,40473 +CRI,2001,4,39155,40957 +CRI,2001,5,39633,41443 +CRI,2001,6,40095,41910 +CRI,2001,7,40522,42339 +CRI,2001,8,40913,42728 +CRI,2001,9,41257,43066 +CRI,2001,10,41530,43328 +CRI,2001,11,41739,43520 +CRI,2001,12,41913,43672 +CRI,2001,13,41815,43542 +CRI,2001,14,41339,43020 +CRI,2001,15,40597,42221 +CRI,2001,16,39818,41377 +CRI,2001,17,38970,40454 +CRI,2001,18,38103,39506 +CRI,2002,0,36098,37800 +CRI,2002,1,36656,38377 +CRI,2002,2,37740,39502 +CRI,2002,3,38219,39994 +CRI,2002,4,38716,40503 +CRI,2002,5,39216,41013 +CRI,2002,6,39708,41512 +CRI,2002,7,40170,41979 +CRI,2002,8,40585,42394 +CRI,2002,9,40969,42775 +CRI,2002,10,41321,43121 +CRI,2002,11,41610,43398 +CRI,2002,12,41829,43600 +CRI,2002,13,42010,43758 +CRI,2002,14,41918,43632 +CRI,2002,15,41448,43111 +CRI,2002,16,40710,42311 +CRI,2002,17,39936,41466 +CRI,2002,18,39091,40541 +CRI,2003,0,35034,36691 +CRI,2003,1,35778,37464 +CRI,2003,2,36520,38233 +CRI,2003,3,37658,39412 +CRI,2003,4,38197,39967 +CRI,2003,5,38735,40518 +CRI,2003,6,39261,41055 +CRI,2003,7,39766,41567 +CRI,2003,8,40228,42033 +CRI,2003,9,40630,42434 +CRI,2003,10,41007,42806 +CRI,2003,11,41367,43160 +CRI,2003,12,41673,43454 +CRI,2003,13,41902,43665 +CRI,2003,14,42089,43828 +CRI,2003,15,42003,43706 +CRI,2003,16,41538,43186 +CRI,2003,17,40806,42386 +CRI,2003,18,40036,41540 +CRI,2004,0,34172,35796 +CRI,2004,1,35022,36678 +CRI,2004,2,35843,37531 +CRI,2004,3,36631,38347 +CRI,2004,4,37559,39308 +CRI,2004,5,38159,39925 +CRI,2004,6,38738,40518 +CRI,2004,7,39290,41081 +CRI,2004,8,39807,41606 +CRI,2004,9,40269,42071 +CRI,2004,10,40658,42457 +CRI,2004,11,41028,42822 +CRI,2004,12,41396,43182 +CRI,2004,13,41718,43492 +CRI,2004,14,41957,43713 +CRI,2004,15,42150,43881 +CRI,2004,16,42071,43763 +CRI,2004,17,41612,43245 +CRI,2004,18,40885,42444 +CRI,2005,0,33697,35304 +CRI,2005,1,34494,36132 +CRI,2005,2,35272,36939 +CRI,2005,3,36026,37720 +CRI,2005,4,36753,38472 +CRI,2005,5,37449,39189 +CRI,2005,6,38108,39868 +CRI,2005,7,38729,40504 +CRI,2005,8,39306,41093 +CRI,2005,9,39835,41630 +CRI,2005,10,40297,42095 +CRI,2005,11,40673,42467 +CRI,2005,12,41035,42822 +CRI,2005,13,41410,43190 +CRI,2005,14,41749,43516 +CRI,2005,15,41998,43745 +CRI,2005,16,42198,43919 +CRI,2005,17,42124,43804 +CRI,2005,18,41671,43288 +CRI,2006,0,33744,35359 +CRI,2006,1,33831,35442 +CRI,2006,2,34545,36183 +CRI,2006,3,35273,36938 +CRI,2006,4,36007,37698 +CRI,2006,5,36735,38451 +CRI,2006,6,37455,39194 +CRI,2006,7,38162,39922 +CRI,2006,8,38817,40593 +CRI,2006,9,39399,41187 +CRI,2006,10,39916,41710 +CRI,2006,11,40377,42173 +CRI,2006,12,40758,42548 +CRI,2006,13,41124,42905 +CRI,2006,14,41503,43272 +CRI,2006,15,41844,43596 +CRI,2006,16,42096,43823 +CRI,2006,17,42297,43994 +CRI,2006,18,42226,43876 +CRI,2007,0,34157,35796 +CRI,2007,1,34325,35963 +CRI,2007,2,33944,35557 +CRI,2007,3,34574,36210 +CRI,2007,4,35253,36913 +CRI,2007,5,35965,37651 +CRI,2007,6,36695,38405 +CRI,2007,7,37438,39173 +CRI,2007,8,38191,39949 +CRI,2007,9,38880,40656 +CRI,2007,10,39468,41255 +CRI,2007,11,39973,41764 +CRI,2007,12,40433,42223 +CRI,2007,13,40817,42601 +CRI,2007,14,41187,42960 +CRI,2007,15,41569,43326 +CRI,2007,16,41913,43648 +CRI,2007,17,42167,43872 +CRI,2007,18,42371,44040 +CRI,2008,0,34778,36449 +CRI,2008,1,34498,36147 +CRI,2008,2,34432,36071 +CRI,2008,3,34044,35657 +CRI,2008,4,34590,36222 +CRI,2008,5,35218,36873 +CRI,2008,6,35909,37588 +CRI,2008,7,36639,38343 +CRI,2008,8,37406,39135 +CRI,2008,9,38205,39959 +CRI,2008,10,38929,40702 +CRI,2008,11,39521,41305 +CRI,2008,12,40013,41799 +CRI,2008,13,40472,42256 +CRI,2008,14,40860,42637 +CRI,2008,15,41234,42997 +CRI,2008,16,41619,43362 +CRI,2008,17,41966,43681 +CRI,2008,18,42222,43903 +CRI,2009,0,35370,37072 +CRI,2009,1,34715,36377 +CRI,2009,2,34347,35983 +CRI,2009,3,34234,35858 +CRI,2009,4,34140,35754 +CRI,2009,5,34602,36231 +CRI,2009,6,35181,36830 +CRI,2009,7,35849,37521 +CRI,2009,8,36580,38278 +CRI,2009,9,37370,39094 +CRI,2009,10,38215,39966 +CRI,2009,11,38973,40744 +CRI,2009,12,39571,41351 +CRI,2009,13,40050,41831 +CRI,2009,14,40508,42285 +CRI,2009,15,40900,42669 +CRI,2009,16,41277,43030 +CRI,2009,17,41665,43394 +CRI,2009,18,42014,43711 +CRI,2010,0,35758,37481 +CRI,2010,1,34890,36562 +CRI,2010,2,34337,35975 +CRI,2010,3,34065,35683 +CRI,2010,4,34043,35653 +CRI,2010,5,34237,35850 +CRI,2010,6,34614,36239 +CRI,2010,7,35143,36786 +CRI,2010,8,35789,37455 +CRI,2010,9,36522,38212 +CRI,2010,10,37335,39053 +CRI,2010,11,38226,39972 +CRI,2010,12,39018,40785 +CRI,2010,13,39620,41397 +CRI,2010,14,40087,41863 +CRI,2010,15,40543,42314 +CRI,2010,16,40939,42701 +CRI,2010,17,41320,43063 +CRI,2010,18,41711,43426 +CRI,2011,0,35901,37635 +CRI,2011,1,35543,37254 +CRI,2011,2,34833,36502 +CRI,2011,3,34381,36020 +CRI,2011,4,34162,35784 +CRI,2011,5,34153,35770 +CRI,2011,6,34323,35941 +CRI,2011,7,34638,36264 +CRI,2011,8,35123,36764 +CRI,2011,9,35772,37435 +CRI,2011,10,36535,38224 +CRI,2011,11,37361,39076 +CRI,2011,12,38254,39996 +CRI,2011,13,39047,40809 +CRI,2011,14,39651,41418 +CRI,2011,15,40119,41880 +CRI,2011,16,40576,42328 +CRI,2011,17,40973,42711 +CRI,2011,18,41354,43070 +CRI,2012,0,35848,37583 +CRI,2012,1,35098,36787 +CRI,2012,2,35337,37034 +CRI,2012,3,34784,36449 +CRI,2012,4,34432,36073 +CRI,2012,5,34265,35893 +CRI,2012,6,34271,35893 +CRI,2012,7,34417,36039 +CRI,2012,8,34669,36296 +CRI,2012,9,35110,36749 +CRI,2012,10,35762,37424 +CRI,2012,11,36557,38244 +CRI,2012,12,37394,39107 +CRI,2012,13,38289,40028 +CRI,2012,14,39085,40840 +CRI,2012,15,39691,41447 +CRI,2012,16,40160,41907 +CRI,2012,17,40618,42351 +CRI,2012,18,41015,42730 +CRI,2013,0,35634,37361 +CRI,2013,1,35128,36822 +CRI,2013,2,34747,36415 +CRI,2013,3,35131,36816 +CRI,2013,4,34736,36396 +CRI,2013,5,34484,36127 +CRI,2013,6,34370,36002 +CRI,2013,7,34390,36018 +CRI,2013,8,34511,36138 +CRI,2013,9,34701,36329 +CRI,2013,10,35098,36736 +CRI,2013,11,35754,37412 +CRI,2013,12,36580,38265 +CRI,2013,13,37429,39139 +CRI,2013,14,38327,40061 +CRI,2013,15,39124,40872 +CRI,2013,16,39731,41478 +CRI,2013,17,40202,41934 +CRI,2013,18,40661,42374 +CRI,2014,0,35329,37043 +CRI,2014,1,35095,36788 +CRI,2014,2,34891,36567 +CRI,2014,3,34723,36385 +CRI,2014,4,34919,36589 +CRI,2014,5,34683,36337 +CRI,2014,6,34531,36173 +CRI,2014,7,34469,36104 +CRI,2014,8,34503,36135 +CRI,2014,9,34600,36230 +CRI,2014,10,34728,36355 +CRI,2014,11,35080,36715 +CRI,2014,12,35739,37394 +CRI,2014,13,36596,38277 +CRI,2014,14,37457,39163 +CRI,2014,15,38357,40085 +CRI,2014,16,39156,40896 +CRI,2014,17,39765,41499 +CRI,2014,18,40237,41952 +CRI,2015,0,34991,36688 +CRI,2015,1,34996,36684 +CRI,2015,2,34955,36633 +CRI,2015,3,34882,36551 +CRI,2015,4,34792,36453 +CRI,2015,5,34700,36353 +CRI,2015,6,34621,36267 +CRI,2015,7,34570,36210 +CRI,2015,8,34561,36197 +CRI,2015,9,34609,36242 +CRI,2015,10,34681,36312 +CRI,2015,11,34746,36371 +CRI,2015,12,35055,36684 +CRI,2015,13,35716,37365 +CRI,2015,14,36604,38280 +CRI,2015,15,37478,39176 +CRI,2015,16,38379,40100 +CRI,2015,17,39180,40910 +CRI,2015,18,39790,41510 +CRI,2016,0,34645,36326 +CRI,2016,1,34977,36670 +CRI,2016,2,34996,36682 +CRI,2016,3,34965,36643 +CRI,2016,4,34900,36570 +CRI,2016,5,34815,36477 +CRI,2016,6,34726,36380 +CRI,2016,7,34648,36294 +CRI,2016,8,34597,36237 +CRI,2016,9,34591,36227 +CRI,2016,10,34644,36277 +CRI,2016,11,34719,36350 +CRI,2016,12,34786,36411 +CRI,2016,13,35097,36724 +CRI,2016,14,35761,37403 +CRI,2016,15,36651,38315 +CRI,2016,16,37526,39208 +CRI,2016,17,38429,40127 +CRI,2016,18,39232,40934 +CRI,2017,0,34257,35919 +CRI,2017,1,34619,36290 +CRI,2017,2,34964,36651 +CRI,2017,3,34996,36679 +CRI,2017,4,34976,36652 +CRI,2017,5,34918,36587 +CRI,2017,6,34838,36500 +CRI,2017,7,34752,36405 +CRI,2017,8,34674,36319 +CRI,2017,9,34625,36263 +CRI,2017,10,34622,36256 +CRI,2017,11,34679,36311 +CRI,2017,12,34757,36386 +CRI,2017,13,34826,36449 +CRI,2017,14,35139,36762 +CRI,2017,15,35805,37440 +CRI,2017,16,36698,38349 +CRI,2017,17,37574,39238 +CRI,2017,18,38479,40154 +CRI,2018,0,33838,35479 +CRI,2018,1,34329,35986 +CRI,2018,2,34670,36338 +CRI,2018,3,34946,36627 +CRI,2018,4,34992,36670 +CRI,2018,5,34982,36655 +CRI,2018,6,34932,36599 +CRI,2018,7,34858,36517 +CRI,2018,8,34774,36426 +CRI,2018,9,34697,36339 +CRI,2018,10,34649,36284 +CRI,2018,11,34649,36280 +CRI,2018,12,34710,36339 +CRI,2018,13,34791,36417 +CRI,2018,14,34862,36482 +CRI,2018,15,35177,36796 +CRI,2018,16,35845,37472 +CRI,2018,17,36740,38377 +CRI,2018,18,37618,39263 +CRI,2019,0,33000,35000 +CRI,2019,1,34000,36000 +CRI,2019,2,34000,36000 +CRI,2019,3,35000,36000 +CRI,2019,4,35000,37000 +CRI,2019,5,35000,37000 +CRI,2019,6,35000,37000 +CRI,2019,7,35000,37000 +CRI,2019,8,35000,37000 +CRI,2019,9,35000,36000 +CRI,2019,10,35000,36000 +CRI,2019,11,35000,36000 +CRI,2019,12,35000,36000 +CRI,2019,13,35000,36000 +CRI,2019,14,35000,36000 +CRI,2019,15,35000,37000 +CRI,2019,16,35000,37000 +CRI,2019,17,36000,37000 +CRI,2019,18,37000,38000 +CRI,2020,0,33000,35000 +CRI,2020,1,34000,35000 +CRI,2020,2,34000,36000 +CRI,2020,3,34000,36000 +CRI,2020,4,35000,36000 +CRI,2020,5,35000,37000 +CRI,2020,6,35000,37000 +CRI,2020,7,35000,37000 +CRI,2020,8,35000,37000 +CRI,2020,9,35000,37000 +CRI,2020,10,35000,36000 +CRI,2020,11,35000,36000 +CRI,2020,12,35000,36000 +CRI,2020,13,35000,36000 +CRI,2020,14,35000,36000 +CRI,2020,15,35000,36000 +CRI,2020,16,35000,37000 +CRI,2020,17,35000,37000 +CRI,2020,18,36000,38000 +CRI,2021,0,33000,34000 +CRI,2021,1,33000,35000 +CRI,2021,2,34000,35000 +CRI,2021,3,34000,36000 +CRI,2021,4,34000,36000 +CRI,2021,5,35000,36000 +CRI,2021,6,35000,37000 +CRI,2021,7,35000,37000 +CRI,2021,8,35000,37000 +CRI,2021,9,35000,37000 +CRI,2021,10,35000,37000 +CRI,2021,11,35000,36000 +CRI,2021,12,35000,36000 +CRI,2021,13,35000,36000 +CRI,2021,14,35000,36000 +CRI,2021,15,35000,36000 +CRI,2021,16,35000,36000 +CRI,2021,17,35000,37000 +CRI,2021,18,35000,37000 +CRI,2022,0,32000,34000 +CRI,2022,1,33000,34000 +CRI,2022,2,33000,35000 +CRI,2022,3,34000,35000 +CRI,2022,4,34000,36000 +CRI,2022,5,34000,36000 +CRI,2022,6,35000,36000 +CRI,2022,7,35000,37000 +CRI,2022,8,35000,37000 +CRI,2022,9,35000,37000 +CRI,2022,10,35000,37000 +CRI,2022,11,35000,37000 +CRI,2022,12,35000,37000 +CRI,2022,13,35000,36000 +CRI,2022,14,35000,36000 +CRI,2022,15,35000,36000 +CRI,2022,16,35000,36000 +CRI,2022,17,35000,37000 +CRI,2022,18,35000,37000 +CRI,2023,0,32000,33000 +CRI,2023,1,32000,34000 +CRI,2023,2,33000,35000 +CRI,2023,3,33000,35000 +CRI,2023,4,34000,35000 +CRI,2023,5,34000,36000 +CRI,2023,6,34000,36000 +CRI,2023,7,35000,36000 +CRI,2023,8,35000,37000 +CRI,2023,9,35000,37000 +CRI,2023,10,35000,37000 +CRI,2023,11,35000,37000 +CRI,2023,12,35000,37000 +CRI,2023,13,35000,37000 +CRI,2023,14,35000,36000 +CRI,2023,15,35000,36000 +CRI,2023,16,35000,36000 +CRI,2023,17,35000,36000 +CRI,2023,18,35000,37000 +CRI,2024,0,31000,33000 +CRI,2024,1,32000,34000 +CRI,2024,2,32000,34000 +CRI,2024,3,33000,35000 +CRI,2024,4,33000,35000 +CRI,2024,5,34000,35000 +CRI,2024,6,34000,36000 +CRI,2024,7,34000,36000 +CRI,2024,8,35000,36000 +CRI,2024,9,35000,36000 +CRI,2024,10,35000,37000 +CRI,2024,11,35000,37000 +CRI,2024,12,35000,37000 +CRI,2024,13,35000,37000 +CRI,2024,14,35000,37000 +CRI,2024,15,35000,36000 +CRI,2024,16,35000,36000 +CRI,2024,17,35000,36000 +CRI,2024,18,35000,36000 +CRI,2025,0,31000,33000 +CRI,2025,1,32000,33000 +CRI,2025,2,32000,34000 +CRI,2025,3,32000,34000 +CRI,2025,4,33000,35000 +CRI,2025,5,33000,35000 +CRI,2025,6,34000,35000 +CRI,2025,7,34000,36000 +CRI,2025,8,34000,36000 +CRI,2025,9,35000,36000 +CRI,2025,10,35000,36000 +CRI,2025,11,35000,37000 +CRI,2025,12,35000,37000 +CRI,2025,13,35000,37000 +CRI,2025,14,35000,37000 +CRI,2025,15,35000,37000 +CRI,2025,16,35000,37000 +CRI,2025,17,35000,36000 +CRI,2025,18,35000,36000 +CRI,2026,0,31000,32000 +CRI,2026,1,31000,33000 +CRI,2026,2,32000,33000 +CRI,2026,3,32000,34000 +CRI,2026,4,32000,34000 +CRI,2026,5,33000,35000 +CRI,2026,6,33000,35000 +CRI,2026,7,34000,35000 +CRI,2026,8,34000,36000 +CRI,2026,9,34000,36000 +CRI,2026,10,35000,36000 +CRI,2026,11,35000,36000 +CRI,2026,12,35000,37000 +CRI,2026,13,35000,37000 +CRI,2026,14,35000,37000 +CRI,2026,15,35000,37000 +CRI,2026,16,35000,37000 +CRI,2026,17,35000,37000 +CRI,2026,18,35000,36000 +CRI,2027,0,30000,32000 +CRI,2027,1,31000,32000 +CRI,2027,2,31000,33000 +CRI,2027,3,32000,33000 +CRI,2027,4,32000,34000 +CRI,2027,5,32000,34000 +CRI,2027,6,33000,35000 +CRI,2027,7,33000,35000 +CRI,2027,8,34000,35000 +CRI,2027,9,34000,36000 +CRI,2027,10,34000,36000 +CRI,2027,11,35000,36000 +CRI,2027,12,35000,37000 +CRI,2027,13,35000,37000 +CRI,2027,14,35000,37000 +CRI,2027,15,35000,37000 +CRI,2027,16,35000,37000 +CRI,2027,17,35000,37000 +CRI,2027,18,35000,37000 +CRI,2028,0,30000,31000 +CRI,2028,1,30000,32000 +CRI,2028,2,31000,32000 +CRI,2028,3,31000,33000 +CRI,2028,4,32000,33000 +CRI,2028,5,32000,34000 +CRI,2028,6,32000,34000 +CRI,2028,7,33000,35000 +CRI,2028,8,33000,35000 +CRI,2028,9,34000,35000 +CRI,2028,10,34000,36000 +CRI,2028,11,34000,36000 +CRI,2028,12,35000,36000 +CRI,2028,13,35000,37000 +CRI,2028,14,35000,37000 +CRI,2028,15,35000,37000 +CRI,2028,16,35000,37000 +CRI,2028,17,35000,37000 +CRI,2028,18,35000,37000 +CRI,2029,0,30000,31000 +CRI,2029,1,30000,31000 +CRI,2029,2,30000,32000 +CRI,2029,3,31000,32000 +CRI,2029,4,31000,33000 +CRI,2029,5,32000,33000 +CRI,2029,6,32000,34000 +CRI,2029,7,32000,34000 +CRI,2029,8,33000,35000 +CRI,2029,9,33000,35000 +CRI,2029,10,34000,35000 +CRI,2029,11,34000,36000 +CRI,2029,12,34000,36000 +CRI,2029,13,35000,36000 +CRI,2029,14,35000,37000 +CRI,2029,15,35000,37000 +CRI,2029,16,35000,37000 +CRI,2029,17,35000,37000 +CRI,2029,18,35000,37000 +CRI,2030,0,29000,31000 +CRI,2030,1,30000,31000 +CRI,2030,2,30000,31000 +CRI,2030,3,30000,32000 +CRI,2030,4,31000,32000 +CRI,2030,5,31000,33000 +CRI,2030,6,32000,33000 +CRI,2030,7,32000,34000 +CRI,2030,8,32000,34000 +CRI,2030,9,33000,34000 +CRI,2030,10,33000,35000 +CRI,2030,11,34000,35000 +CRI,2030,12,34000,36000 +CRI,2030,13,34000,36000 +CRI,2030,14,35000,36000 +CRI,2030,15,35000,37000 +CRI,2030,16,35000,37000 +CRI,2030,17,35000,37000 +CRI,2030,18,35000,37000 +CRI,2031,0,29000,31000 +CRI,2031,1,29000,31000 +CRI,2031,2,30000,31000 +CRI,2031,3,30000,31000 +CRI,2031,4,30000,32000 +CRI,2031,5,31000,32000 +CRI,2031,6,31000,33000 +CRI,2031,7,32000,33000 +CRI,2031,8,32000,34000 +CRI,2031,9,32000,34000 +CRI,2031,10,33000,35000 +CRI,2031,11,33000,35000 +CRI,2031,12,34000,35000 +CRI,2031,13,34000,36000 +CRI,2031,14,34000,36000 +CRI,2031,15,35000,36000 +CRI,2031,16,35000,37000 +CRI,2031,17,35000,37000 +CRI,2031,18,35000,37000 +CRI,2032,0,29000,30000 +CRI,2032,1,29000,31000 +CRI,2032,2,29000,31000 +CRI,2032,3,30000,31000 +CRI,2032,4,30000,31000 +CRI,2032,5,30000,32000 +CRI,2032,6,31000,32000 +CRI,2032,7,31000,33000 +CRI,2032,8,32000,33000 +CRI,2032,9,32000,34000 +CRI,2032,10,33000,34000 +CRI,2032,11,33000,35000 +CRI,2032,12,33000,35000 +CRI,2032,13,34000,35000 +CRI,2032,14,34000,36000 +CRI,2032,15,35000,36000 +CRI,2032,16,35000,36000 +CRI,2032,17,35000,37000 +CRI,2032,18,35000,37000 +CRI,2033,0,29000,30000 +CRI,2033,1,29000,30000 +CRI,2033,2,29000,31000 +CRI,2033,3,29000,31000 +CRI,2033,4,30000,31000 +CRI,2033,5,30000,31000 +CRI,2033,6,30000,32000 +CRI,2033,7,31000,32000 +CRI,2033,8,31000,33000 +CRI,2033,9,32000,33000 +CRI,2033,10,32000,34000 +CRI,2033,11,33000,34000 +CRI,2033,12,33000,35000 +CRI,2033,13,33000,35000 +CRI,2033,14,34000,35000 +CRI,2033,15,34000,36000 +CRI,2033,16,35000,36000 +CRI,2033,17,35000,36000 +CRI,2033,18,35000,37000 +CRI,2034,0,29000,30000 +CRI,2034,1,29000,30000 +CRI,2034,2,29000,30000 +CRI,2034,3,29000,30000 +CRI,2034,4,29000,31000 +CRI,2034,5,30000,31000 +CRI,2034,6,30000,31000 +CRI,2034,7,30000,32000 +CRI,2034,8,31000,32000 +CRI,2034,9,31000,33000 +CRI,2034,10,32000,33000 +CRI,2034,11,32000,34000 +CRI,2034,12,33000,34000 +CRI,2034,13,33000,35000 +CRI,2034,14,33000,35000 +CRI,2034,15,34000,35000 +CRI,2034,16,34000,36000 +CRI,2034,17,35000,36000 +CRI,2034,18,35000,36000 +CRI,2035,0,29000,30000 +CRI,2035,1,29000,30000 +CRI,2035,2,29000,30000 +CRI,2035,3,29000,30000 +CRI,2035,4,29000,30000 +CRI,2035,5,29000,31000 +CRI,2035,6,30000,31000 +CRI,2035,7,30000,31000 +CRI,2035,8,30000,32000 +CRI,2035,9,31000,32000 +CRI,2035,10,31000,33000 +CRI,2035,11,32000,33000 +CRI,2035,12,32000,34000 +CRI,2035,13,33000,34000 +CRI,2035,14,33000,35000 +CRI,2035,15,33000,35000 +CRI,2035,16,34000,35000 +CRI,2035,17,34000,36000 +CRI,2035,18,35000,36000 +CRI,2036,0,28000,30000 +CRI,2036,1,28000,30000 +CRI,2036,2,29000,30000 +CRI,2036,3,29000,30000 +CRI,2036,4,29000,30000 +CRI,2036,5,29000,30000 +CRI,2036,6,29000,31000 +CRI,2036,7,30000,31000 +CRI,2036,8,30000,31000 +CRI,2036,9,30000,32000 +CRI,2036,10,31000,32000 +CRI,2036,11,31000,33000 +CRI,2036,12,32000,33000 +CRI,2036,13,32000,34000 +CRI,2036,14,33000,34000 +CRI,2036,15,33000,35000 +CRI,2036,16,33000,35000 +CRI,2036,17,34000,35000 +CRI,2036,18,34000,36000 +CRI,2037,0,28000,29000 +CRI,2037,1,28000,30000 +CRI,2037,2,28000,30000 +CRI,2037,3,29000,30000 +CRI,2037,4,29000,30000 +CRI,2037,5,29000,30000 +CRI,2037,6,29000,30000 +CRI,2037,7,29000,31000 +CRI,2037,8,30000,31000 +CRI,2037,9,30000,31000 +CRI,2037,10,30000,32000 +CRI,2037,11,31000,32000 +CRI,2037,12,31000,33000 +CRI,2037,13,32000,33000 +CRI,2037,14,32000,34000 +CRI,2037,15,33000,34000 +CRI,2037,16,33000,35000 +CRI,2037,17,33000,35000 +CRI,2037,18,34000,36000 +CRI,2038,0,28000,29000 +CRI,2038,1,28000,29000 +CRI,2038,2,28000,29000 +CRI,2038,3,28000,30000 +CRI,2038,4,29000,30000 +CRI,2038,5,29000,30000 +CRI,2038,6,29000,30000 +CRI,2038,7,29000,31000 +CRI,2038,8,29000,31000 +CRI,2038,9,30000,31000 +CRI,2038,10,30000,31000 +CRI,2038,11,30000,32000 +CRI,2038,12,31000,32000 +CRI,2038,13,31000,33000 +CRI,2038,14,32000,33000 +CRI,2038,15,32000,34000 +CRI,2038,16,33000,34000 +CRI,2038,17,33000,35000 +CRI,2038,18,34000,35000 +CRI,2039,0,28000,29000 +CRI,2039,1,28000,29000 +CRI,2039,2,28000,29000 +CRI,2039,3,28000,29000 +CRI,2039,4,28000,30000 +CRI,2039,5,29000,30000 +CRI,2039,6,29000,30000 +CRI,2039,7,29000,30000 +CRI,2039,8,29000,31000 +CRI,2039,9,29000,31000 +CRI,2039,10,30000,31000 +CRI,2039,11,30000,31000 +CRI,2039,12,30000,32000 +CRI,2039,13,31000,32000 +CRI,2039,14,31000,33000 +CRI,2039,15,32000,33000 +CRI,2039,16,32000,34000 +CRI,2039,17,33000,34000 +CRI,2039,18,33000,35000 +CRI,2040,0,27000,29000 +CRI,2040,1,28000,29000 +CRI,2040,2,28000,29000 +CRI,2040,3,28000,29000 +CRI,2040,4,28000,29000 +CRI,2040,5,28000,30000 +CRI,2040,6,28000,30000 +CRI,2040,7,29000,30000 +CRI,2040,8,29000,30000 +CRI,2040,9,29000,31000 +CRI,2040,10,29000,31000 +CRI,2040,11,30000,31000 +CRI,2040,12,30000,31000 +CRI,2040,13,30000,32000 +CRI,2040,14,31000,32000 +CRI,2040,15,31000,33000 +CRI,2040,16,32000,33000 +CRI,2040,17,32000,34000 +CRI,2040,18,33000,34000 +CRI,2041,0,27000,28000 +CRI,2041,1,27000,29000 +CRI,2041,2,28000,29000 +CRI,2041,3,28000,29000 +CRI,2041,4,28000,29000 +CRI,2041,5,28000,29000 +CRI,2041,6,28000,30000 +CRI,2041,7,28000,30000 +CRI,2041,8,29000,30000 +CRI,2041,9,29000,30000 +CRI,2041,10,29000,31000 +CRI,2041,11,29000,31000 +CRI,2041,12,30000,31000 +CRI,2041,13,30000,31000 +CRI,2041,14,30000,32000 +CRI,2041,15,31000,32000 +CRI,2041,16,31000,33000 +CRI,2041,17,32000,33000 +CRI,2041,18,32000,34000 +CRI,2042,0,27000,28000 +CRI,2042,1,27000,29000 +CRI,2042,2,27000,29000 +CRI,2042,3,28000,29000 +CRI,2042,4,28000,29000 +CRI,2042,5,28000,29000 +CRI,2042,6,28000,29000 +CRI,2042,7,28000,30000 +CRI,2042,8,29000,30000 +CRI,2042,9,29000,30000 +CRI,2042,10,29000,30000 +CRI,2042,11,29000,31000 +CRI,2042,12,29000,31000 +CRI,2042,13,30000,31000 +CRI,2042,14,30000,31000 +CRI,2042,15,30000,32000 +CRI,2042,16,31000,32000 +CRI,2042,17,31000,33000 +CRI,2042,18,32000,33000 +CRI,2043,0,27000,28000 +CRI,2043,1,27000,28000 +CRI,2043,2,27000,29000 +CRI,2043,3,27000,29000 +CRI,2043,4,28000,29000 +CRI,2043,5,28000,29000 +CRI,2043,6,28000,29000 +CRI,2043,7,28000,29000 +CRI,2043,8,28000,30000 +CRI,2043,9,29000,30000 +CRI,2043,10,29000,30000 +CRI,2043,11,29000,30000 +CRI,2043,12,29000,31000 +CRI,2043,13,29000,31000 +CRI,2043,14,30000,31000 +CRI,2043,15,30000,31000 +CRI,2043,16,30000,32000 +CRI,2043,17,31000,32000 +CRI,2043,18,31000,33000 +CRI,2044,0,27000,28000 +CRI,2044,1,27000,28000 +CRI,2044,2,27000,28000 +CRI,2044,3,27000,29000 +CRI,2044,4,27000,29000 +CRI,2044,5,28000,29000 +CRI,2044,6,28000,29000 +CRI,2044,7,28000,29000 +CRI,2044,8,28000,29000 +CRI,2044,9,28000,30000 +CRI,2044,10,29000,30000 +CRI,2044,11,29000,30000 +CRI,2044,12,29000,30000 +CRI,2044,13,29000,31000 +CRI,2044,14,29000,31000 +CRI,2044,15,30000,31000 +CRI,2044,16,30000,31000 +CRI,2044,17,30000,32000 +CRI,2044,18,31000,32000 +CRI,2045,0,27000,28000 +CRI,2045,1,27000,28000 +CRI,2045,2,27000,28000 +CRI,2045,3,27000,28000 +CRI,2045,4,27000,29000 +CRI,2045,5,27000,29000 +CRI,2045,6,28000,29000 +CRI,2045,7,28000,29000 +CRI,2045,8,28000,29000 +CRI,2045,9,28000,29000 +CRI,2045,10,28000,30000 +CRI,2045,11,28000,30000 +CRI,2045,12,29000,30000 +CRI,2045,13,29000,30000 +CRI,2045,14,29000,31000 +CRI,2045,15,29000,31000 +CRI,2045,16,30000,31000 +CRI,2045,17,30000,31000 +CRI,2045,18,30000,32000 +CRI,2046,0,27000,28000 +CRI,2046,1,27000,28000 +CRI,2046,2,27000,28000 +CRI,2046,3,27000,28000 +CRI,2046,4,27000,28000 +CRI,2046,5,27000,29000 +CRI,2046,6,27000,29000 +CRI,2046,7,28000,29000 +CRI,2046,8,28000,29000 +CRI,2046,9,28000,29000 +CRI,2046,10,28000,29000 +CRI,2046,11,28000,30000 +CRI,2046,12,29000,30000 +CRI,2046,13,29000,30000 +CRI,2046,14,29000,30000 +CRI,2046,15,29000,31000 +CRI,2046,16,29000,31000 +CRI,2046,17,30000,31000 +CRI,2046,18,30000,31000 +CRI,2047,0,26000,28000 +CRI,2047,1,27000,28000 +CRI,2047,2,27000,28000 +CRI,2047,3,27000,28000 +CRI,2047,4,27000,28000 +CRI,2047,5,27000,28000 +CRI,2047,6,27000,29000 +CRI,2047,7,27000,29000 +CRI,2047,8,28000,29000 +CRI,2047,9,28000,29000 +CRI,2047,10,28000,29000 +CRI,2047,11,28000,29000 +CRI,2047,12,28000,30000 +CRI,2047,13,29000,30000 +CRI,2047,14,29000,30000 +CRI,2047,15,29000,30000 +CRI,2047,16,29000,31000 +CRI,2047,17,29000,31000 +CRI,2047,18,30000,31000 +CRI,2048,0,26000,28000 +CRI,2048,1,26000,28000 +CRI,2048,2,27000,28000 +CRI,2048,3,27000,28000 +CRI,2048,4,27000,28000 +CRI,2048,5,27000,28000 +CRI,2048,6,27000,28000 +CRI,2048,7,27000,29000 +CRI,2048,8,27000,29000 +CRI,2048,9,28000,29000 +CRI,2048,10,28000,29000 +CRI,2048,11,28000,29000 +CRI,2048,12,28000,29000 +CRI,2048,13,28000,30000 +CRI,2048,14,29000,30000 +CRI,2048,15,29000,30000 +CRI,2048,16,29000,30000 +CRI,2048,17,29000,31000 +CRI,2048,18,29000,31000 +CRI,2049,0,26000,27000 +CRI,2049,1,26000,28000 +CRI,2049,2,26000,28000 +CRI,2049,3,26000,28000 +CRI,2049,4,27000,28000 +CRI,2049,5,27000,28000 +CRI,2049,6,27000,28000 +CRI,2049,7,27000,28000 +CRI,2049,8,27000,29000 +CRI,2049,9,27000,29000 +CRI,2049,10,28000,29000 +CRI,2049,11,28000,29000 +CRI,2049,12,28000,29000 +CRI,2049,13,28000,29000 +CRI,2049,14,28000,30000 +CRI,2049,15,29000,30000 +CRI,2049,16,29000,30000 +CRI,2049,17,29000,30000 +CRI,2049,18,29000,31000 +CRI,2050,0,26000,27000 +CRI,2050,1,26000,27000 +CRI,2050,2,26000,27000 +CRI,2050,3,26000,28000 +CRI,2050,4,26000,28000 +CRI,2050,5,27000,28000 +CRI,2050,6,27000,28000 +CRI,2050,7,27000,28000 +CRI,2050,8,27000,28000 +CRI,2050,9,27000,29000 +CRI,2050,10,27000,29000 +CRI,2050,11,28000,29000 +CRI,2050,12,28000,29000 +CRI,2050,13,28000,29000 +CRI,2050,14,28000,29000 +CRI,2050,15,28000,30000 +CRI,2050,16,29000,30000 +CRI,2050,17,29000,30000 +CRI,2050,18,29000,30000 +CSS,1990,0,, +CSS,1990,1,, +CSS,1990,2,, +CSS,1990,3,, +CSS,1990,4,, +CSS,1990,5,, +CSS,1990,6,, +CSS,1990,7,, +CSS,1990,8,, +CSS,1990,9,, +CSS,1990,10,, +CSS,1990,11,, +CSS,1990,12,, +CSS,1990,13,, +CSS,1990,14,, +CSS,1990,15,, +CSS,1990,16,, +CSS,1990,17,, +CSS,1990,18,, +CSS,1991,0,, +CSS,1991,1,, +CSS,1991,2,, +CSS,1991,3,, +CSS,1991,4,, +CSS,1991,5,, +CSS,1991,6,, +CSS,1991,7,, +CSS,1991,8,, +CSS,1991,9,, +CSS,1991,10,, +CSS,1991,11,, +CSS,1991,12,, +CSS,1991,13,, +CSS,1991,14,, +CSS,1991,15,, +CSS,1991,16,, +CSS,1991,17,, +CSS,1991,18,, +CSS,1992,0,, +CSS,1992,1,, +CSS,1992,2,, +CSS,1992,3,, +CSS,1992,4,, +CSS,1992,5,, +CSS,1992,6,, +CSS,1992,7,, +CSS,1992,8,, +CSS,1992,9,, +CSS,1992,10,, +CSS,1992,11,, +CSS,1992,12,, +CSS,1992,13,, +CSS,1992,14,, +CSS,1992,15,, +CSS,1992,16,, +CSS,1992,17,, +CSS,1992,18,, +CSS,1993,0,, +CSS,1993,1,, +CSS,1993,2,, +CSS,1993,3,, +CSS,1993,4,, +CSS,1993,5,, +CSS,1993,6,, +CSS,1993,7,, +CSS,1993,8,, +CSS,1993,9,, +CSS,1993,10,, +CSS,1993,11,, +CSS,1993,12,, +CSS,1993,13,, +CSS,1993,14,, +CSS,1993,15,, +CSS,1993,16,, +CSS,1993,17,, +CSS,1993,18,, +CSS,1994,0,, +CSS,1994,1,, +CSS,1994,2,, +CSS,1994,3,, +CSS,1994,4,, +CSS,1994,5,, +CSS,1994,6,, +CSS,1994,7,, +CSS,1994,8,, +CSS,1994,9,, +CSS,1994,10,, +CSS,1994,11,, +CSS,1994,12,, +CSS,1994,13,, +CSS,1994,14,, +CSS,1994,15,, +CSS,1994,16,, +CSS,1994,17,, +CSS,1994,18,, +CSS,1995,0,, +CSS,1995,1,, +CSS,1995,2,, +CSS,1995,3,, +CSS,1995,4,, +CSS,1995,5,, +CSS,1995,6,, +CSS,1995,7,, +CSS,1995,8,, +CSS,1995,9,, +CSS,1995,10,, +CSS,1995,11,, +CSS,1995,12,, +CSS,1995,13,, +CSS,1995,14,, +CSS,1995,15,, +CSS,1995,16,, +CSS,1995,17,, +CSS,1995,18,, +CSS,1996,0,, +CSS,1996,1,, +CSS,1996,2,, +CSS,1996,3,, +CSS,1996,4,, +CSS,1996,5,, +CSS,1996,6,, +CSS,1996,7,, +CSS,1996,8,, +CSS,1996,9,, +CSS,1996,10,, +CSS,1996,11,, +CSS,1996,12,, +CSS,1996,13,, +CSS,1996,14,, +CSS,1996,15,, +CSS,1996,16,, +CSS,1996,17,, +CSS,1996,18,, +CSS,1997,0,, +CSS,1997,1,, +CSS,1997,2,, +CSS,1997,3,, +CSS,1997,4,, +CSS,1997,5,, +CSS,1997,6,, +CSS,1997,7,, +CSS,1997,8,, +CSS,1997,9,, +CSS,1997,10,, +CSS,1997,11,, +CSS,1997,12,, +CSS,1997,13,, +CSS,1997,14,, +CSS,1997,15,, +CSS,1997,16,, +CSS,1997,17,, +CSS,1997,18,, +CSS,1998,0,, +CSS,1998,1,, +CSS,1998,2,, +CSS,1998,3,, +CSS,1998,4,, +CSS,1998,5,, +CSS,1998,6,, +CSS,1998,7,, +CSS,1998,8,, +CSS,1998,9,, +CSS,1998,10,, +CSS,1998,11,, +CSS,1998,12,, +CSS,1998,13,, +CSS,1998,14,, +CSS,1998,15,, +CSS,1998,16,, +CSS,1998,17,, +CSS,1998,18,, +CSS,1999,0,, +CSS,1999,1,, +CSS,1999,2,, +CSS,1999,3,, +CSS,1999,4,, +CSS,1999,5,, +CSS,1999,6,, +CSS,1999,7,, +CSS,1999,8,, +CSS,1999,9,, +CSS,1999,10,, +CSS,1999,11,, +CSS,1999,12,, +CSS,1999,13,, +CSS,1999,14,, +CSS,1999,15,, +CSS,1999,16,, +CSS,1999,17,, +CSS,1999,18,, +CSS,2000,0,, +CSS,2000,1,, +CSS,2000,2,, +CSS,2000,3,, +CSS,2000,4,, +CSS,2000,5,, +CSS,2000,6,, +CSS,2000,7,, +CSS,2000,8,, +CSS,2000,9,, +CSS,2000,10,, +CSS,2000,11,, +CSS,2000,12,, +CSS,2000,13,, +CSS,2000,14,, +CSS,2000,15,, +CSS,2000,16,, +CSS,2000,17,, +CSS,2000,18,, +CSS,2001,0,, +CSS,2001,1,, +CSS,2001,2,, +CSS,2001,3,, +CSS,2001,4,, +CSS,2001,5,, +CSS,2001,6,, +CSS,2001,7,, +CSS,2001,8,, +CSS,2001,9,, +CSS,2001,10,, +CSS,2001,11,, +CSS,2001,12,, +CSS,2001,13,, +CSS,2001,14,, +CSS,2001,15,, +CSS,2001,16,, +CSS,2001,17,, +CSS,2001,18,, +CSS,2002,0,, +CSS,2002,1,, +CSS,2002,2,, +CSS,2002,3,, +CSS,2002,4,, +CSS,2002,5,, +CSS,2002,6,, +CSS,2002,7,, +CSS,2002,8,, +CSS,2002,9,, +CSS,2002,10,, +CSS,2002,11,, +CSS,2002,12,, +CSS,2002,13,, +CSS,2002,14,, +CSS,2002,15,, +CSS,2002,16,, +CSS,2002,17,, +CSS,2002,18,, +CSS,2003,0,, +CSS,2003,1,, +CSS,2003,2,, +CSS,2003,3,, +CSS,2003,4,, +CSS,2003,5,, +CSS,2003,6,, +CSS,2003,7,, +CSS,2003,8,, +CSS,2003,9,, +CSS,2003,10,, +CSS,2003,11,, +CSS,2003,12,, +CSS,2003,13,, +CSS,2003,14,, +CSS,2003,15,, +CSS,2003,16,, +CSS,2003,17,, +CSS,2003,18,, +CSS,2004,0,, +CSS,2004,1,, +CSS,2004,2,, +CSS,2004,3,, +CSS,2004,4,, +CSS,2004,5,, +CSS,2004,6,, +CSS,2004,7,, +CSS,2004,8,, +CSS,2004,9,, +CSS,2004,10,, +CSS,2004,11,, +CSS,2004,12,, +CSS,2004,13,, +CSS,2004,14,, +CSS,2004,15,, +CSS,2004,16,, +CSS,2004,17,, +CSS,2004,18,, +CSS,2005,0,, +CSS,2005,1,, +CSS,2005,2,, +CSS,2005,3,, +CSS,2005,4,, +CSS,2005,5,, +CSS,2005,6,, +CSS,2005,7,, +CSS,2005,8,, +CSS,2005,9,, +CSS,2005,10,, +CSS,2005,11,, +CSS,2005,12,, +CSS,2005,13,, +CSS,2005,14,, +CSS,2005,15,, +CSS,2005,16,, +CSS,2005,17,, +CSS,2005,18,, +CSS,2006,0,, +CSS,2006,1,, +CSS,2006,2,, +CSS,2006,3,, +CSS,2006,4,, +CSS,2006,5,, +CSS,2006,6,, +CSS,2006,7,, +CSS,2006,8,, +CSS,2006,9,, +CSS,2006,10,, +CSS,2006,11,, +CSS,2006,12,, +CSS,2006,13,, +CSS,2006,14,, +CSS,2006,15,, +CSS,2006,16,, +CSS,2006,17,, +CSS,2006,18,, +CSS,2007,0,, +CSS,2007,1,, +CSS,2007,2,, +CSS,2007,3,, +CSS,2007,4,, +CSS,2007,5,, +CSS,2007,6,, +CSS,2007,7,, +CSS,2007,8,, +CSS,2007,9,, +CSS,2007,10,, +CSS,2007,11,, +CSS,2007,12,, +CSS,2007,13,, +CSS,2007,14,, +CSS,2007,15,, +CSS,2007,16,, +CSS,2007,17,, +CSS,2007,18,, +CSS,2008,0,, +CSS,2008,1,, +CSS,2008,2,, +CSS,2008,3,, +CSS,2008,4,, +CSS,2008,5,, +CSS,2008,6,, +CSS,2008,7,, +CSS,2008,8,, +CSS,2008,9,, +CSS,2008,10,, +CSS,2008,11,, +CSS,2008,12,, +CSS,2008,13,, +CSS,2008,14,, +CSS,2008,15,, +CSS,2008,16,, +CSS,2008,17,, +CSS,2008,18,, +CSS,2009,0,, +CSS,2009,1,, +CSS,2009,2,, +CSS,2009,3,, +CSS,2009,4,, +CSS,2009,5,, +CSS,2009,6,, +CSS,2009,7,, +CSS,2009,8,, +CSS,2009,9,, +CSS,2009,10,, +CSS,2009,11,, +CSS,2009,12,, +CSS,2009,13,, +CSS,2009,14,, +CSS,2009,15,, +CSS,2009,16,, +CSS,2009,17,, +CSS,2009,18,, +CSS,2010,0,, +CSS,2010,1,, +CSS,2010,2,, +CSS,2010,3,, +CSS,2010,4,, +CSS,2010,5,, +CSS,2010,6,, +CSS,2010,7,, +CSS,2010,8,, +CSS,2010,9,, +CSS,2010,10,, +CSS,2010,11,, +CSS,2010,12,, +CSS,2010,13,, +CSS,2010,14,, +CSS,2010,15,, +CSS,2010,16,, +CSS,2010,17,, +CSS,2010,18,, +CSS,2011,0,, +CSS,2011,1,, +CSS,2011,2,, +CSS,2011,3,, +CSS,2011,4,, +CSS,2011,5,, +CSS,2011,6,, +CSS,2011,7,, +CSS,2011,8,, +CSS,2011,9,, +CSS,2011,10,, +CSS,2011,11,, +CSS,2011,12,, +CSS,2011,13,, +CSS,2011,14,, +CSS,2011,15,, +CSS,2011,16,, +CSS,2011,17,, +CSS,2011,18,, +CSS,2012,0,, +CSS,2012,1,, +CSS,2012,2,, +CSS,2012,3,, +CSS,2012,4,, +CSS,2012,5,, +CSS,2012,6,, +CSS,2012,7,, +CSS,2012,8,, +CSS,2012,9,, +CSS,2012,10,, +CSS,2012,11,, +CSS,2012,12,, +CSS,2012,13,, +CSS,2012,14,, +CSS,2012,15,, +CSS,2012,16,, +CSS,2012,17,, +CSS,2012,18,, +CSS,2013,0,, +CSS,2013,1,, +CSS,2013,2,, +CSS,2013,3,, +CSS,2013,4,, +CSS,2013,5,, +CSS,2013,6,, +CSS,2013,7,, +CSS,2013,8,, +CSS,2013,9,, +CSS,2013,10,, +CSS,2013,11,, +CSS,2013,12,, +CSS,2013,13,, +CSS,2013,14,, +CSS,2013,15,, +CSS,2013,16,, +CSS,2013,17,, +CSS,2013,18,, +CSS,2014,0,, +CSS,2014,1,, +CSS,2014,2,, +CSS,2014,3,, +CSS,2014,4,, +CSS,2014,5,, +CSS,2014,6,, +CSS,2014,7,, +CSS,2014,8,, +CSS,2014,9,, +CSS,2014,10,, +CSS,2014,11,, +CSS,2014,12,, +CSS,2014,13,, +CSS,2014,14,, +CSS,2014,15,, +CSS,2014,16,, +CSS,2014,17,, +CSS,2014,18,, +CSS,2015,0,, +CSS,2015,1,, +CSS,2015,2,, +CSS,2015,3,, +CSS,2015,4,, +CSS,2015,5,, +CSS,2015,6,, +CSS,2015,7,, +CSS,2015,8,, +CSS,2015,9,, +CSS,2015,10,, +CSS,2015,11,, +CSS,2015,12,, +CSS,2015,13,, +CSS,2015,14,, +CSS,2015,15,, +CSS,2015,16,, +CSS,2015,17,, +CSS,2015,18,, +CSS,2016,0,, +CSS,2016,1,, +CSS,2016,2,, +CSS,2016,3,, +CSS,2016,4,, +CSS,2016,5,, +CSS,2016,6,, +CSS,2016,7,, +CSS,2016,8,, +CSS,2016,9,, +CSS,2016,10,, +CSS,2016,11,, +CSS,2016,12,, +CSS,2016,13,, +CSS,2016,14,, +CSS,2016,15,, +CSS,2016,16,, +CSS,2016,17,, +CSS,2016,18,, +CSS,2017,0,, +CSS,2017,1,, +CSS,2017,2,, +CSS,2017,3,, +CSS,2017,4,, +CSS,2017,5,, +CSS,2017,6,, +CSS,2017,7,, +CSS,2017,8,, +CSS,2017,9,, +CSS,2017,10,, +CSS,2017,11,, +CSS,2017,12,, +CSS,2017,13,, +CSS,2017,14,, +CSS,2017,15,, +CSS,2017,16,, +CSS,2017,17,, +CSS,2017,18,, +CSS,2018,0,, +CSS,2018,1,, +CSS,2018,2,, +CSS,2018,3,, +CSS,2018,4,, +CSS,2018,5,, +CSS,2018,6,, +CSS,2018,7,, +CSS,2018,8,, +CSS,2018,9,, +CSS,2018,10,, +CSS,2018,11,, +CSS,2018,12,, +CSS,2018,13,, +CSS,2018,14,, +CSS,2018,15,, +CSS,2018,16,, +CSS,2018,17,, +CSS,2018,18,, +CSS,2019,0,, +CSS,2019,1,, +CSS,2019,2,, +CSS,2019,3,, +CSS,2019,4,, +CSS,2019,5,, +CSS,2019,6,, +CSS,2019,7,, +CSS,2019,8,, +CSS,2019,9,, +CSS,2019,10,, +CSS,2019,11,, +CSS,2019,12,, +CSS,2019,13,, +CSS,2019,14,, +CSS,2019,15,, +CSS,2019,16,, +CSS,2019,17,, +CSS,2019,18,, +CSS,2020,0,, +CSS,2020,1,, +CSS,2020,2,, +CSS,2020,3,, +CSS,2020,4,, +CSS,2020,5,, +CSS,2020,6,, +CSS,2020,7,, +CSS,2020,8,, +CSS,2020,9,, +CSS,2020,10,, +CSS,2020,11,, +CSS,2020,12,, +CSS,2020,13,, +CSS,2020,14,, +CSS,2020,15,, +CSS,2020,16,, +CSS,2020,17,, +CSS,2020,18,, +CSS,2021,0,, +CSS,2021,1,, +CSS,2021,2,, +CSS,2021,3,, +CSS,2021,4,, +CSS,2021,5,, +CSS,2021,6,, +CSS,2021,7,, +CSS,2021,8,, +CSS,2021,9,, +CSS,2021,10,, +CSS,2021,11,, +CSS,2021,12,, +CSS,2021,13,, +CSS,2021,14,, +CSS,2021,15,, +CSS,2021,16,, +CSS,2021,17,, +CSS,2021,18,, +CSS,2022,0,, +CSS,2022,1,, +CSS,2022,2,, +CSS,2022,3,, +CSS,2022,4,, +CSS,2022,5,, +CSS,2022,6,, +CSS,2022,7,, +CSS,2022,8,, +CSS,2022,9,, +CSS,2022,10,, +CSS,2022,11,, +CSS,2022,12,, +CSS,2022,13,, +CSS,2022,14,, +CSS,2022,15,, +CSS,2022,16,, +CSS,2022,17,, +CSS,2022,18,, +CSS,2023,0,, +CSS,2023,1,, +CSS,2023,2,, +CSS,2023,3,, +CSS,2023,4,, +CSS,2023,5,, +CSS,2023,6,, +CSS,2023,7,, +CSS,2023,8,, +CSS,2023,9,, +CSS,2023,10,, +CSS,2023,11,, +CSS,2023,12,, +CSS,2023,13,, +CSS,2023,14,, +CSS,2023,15,, +CSS,2023,16,, +CSS,2023,17,, +CSS,2023,18,, +CSS,2024,0,, +CSS,2024,1,, +CSS,2024,2,, +CSS,2024,3,, +CSS,2024,4,, +CSS,2024,5,, +CSS,2024,6,, +CSS,2024,7,, +CSS,2024,8,, +CSS,2024,9,, +CSS,2024,10,, +CSS,2024,11,, +CSS,2024,12,, +CSS,2024,13,, +CSS,2024,14,, +CSS,2024,15,, +CSS,2024,16,, +CSS,2024,17,, +CSS,2024,18,, +CSS,2025,0,, +CSS,2025,1,, +CSS,2025,2,, +CSS,2025,3,, +CSS,2025,4,, +CSS,2025,5,, +CSS,2025,6,, +CSS,2025,7,, +CSS,2025,8,, +CSS,2025,9,, +CSS,2025,10,, +CSS,2025,11,, +CSS,2025,12,, +CSS,2025,13,, +CSS,2025,14,, +CSS,2025,15,, +CSS,2025,16,, +CSS,2025,17,, +CSS,2025,18,, +CSS,2026,0,, +CSS,2026,1,, +CSS,2026,2,, +CSS,2026,3,, +CSS,2026,4,, +CSS,2026,5,, +CSS,2026,6,, +CSS,2026,7,, +CSS,2026,8,, +CSS,2026,9,, +CSS,2026,10,, +CSS,2026,11,, +CSS,2026,12,, +CSS,2026,13,, +CSS,2026,14,, +CSS,2026,15,, +CSS,2026,16,, +CSS,2026,17,, +CSS,2026,18,, +CSS,2027,0,, +CSS,2027,1,, +CSS,2027,2,, +CSS,2027,3,, +CSS,2027,4,, +CSS,2027,5,, +CSS,2027,6,, +CSS,2027,7,, +CSS,2027,8,, +CSS,2027,9,, +CSS,2027,10,, +CSS,2027,11,, +CSS,2027,12,, +CSS,2027,13,, +CSS,2027,14,, +CSS,2027,15,, +CSS,2027,16,, +CSS,2027,17,, +CSS,2027,18,, +CSS,2028,0,, +CSS,2028,1,, +CSS,2028,2,, +CSS,2028,3,, +CSS,2028,4,, +CSS,2028,5,, +CSS,2028,6,, +CSS,2028,7,, +CSS,2028,8,, +CSS,2028,9,, +CSS,2028,10,, +CSS,2028,11,, +CSS,2028,12,, +CSS,2028,13,, +CSS,2028,14,, +CSS,2028,15,, +CSS,2028,16,, +CSS,2028,17,, +CSS,2028,18,, +CSS,2029,0,, +CSS,2029,1,, +CSS,2029,2,, +CSS,2029,3,, +CSS,2029,4,, +CSS,2029,5,, +CSS,2029,6,, +CSS,2029,7,, +CSS,2029,8,, +CSS,2029,9,, +CSS,2029,10,, +CSS,2029,11,, +CSS,2029,12,, +CSS,2029,13,, +CSS,2029,14,, +CSS,2029,15,, +CSS,2029,16,, +CSS,2029,17,, +CSS,2029,18,, +CSS,2030,0,, +CSS,2030,1,, +CSS,2030,2,, +CSS,2030,3,, +CSS,2030,4,, +CSS,2030,5,, +CSS,2030,6,, +CSS,2030,7,, +CSS,2030,8,, +CSS,2030,9,, +CSS,2030,10,, +CSS,2030,11,, +CSS,2030,12,, +CSS,2030,13,, +CSS,2030,14,, +CSS,2030,15,, +CSS,2030,16,, +CSS,2030,17,, +CSS,2030,18,, +CSS,2031,0,, +CSS,2031,1,, +CSS,2031,2,, +CSS,2031,3,, +CSS,2031,4,, +CSS,2031,5,, +CSS,2031,6,, +CSS,2031,7,, +CSS,2031,8,, +CSS,2031,9,, +CSS,2031,10,, +CSS,2031,11,, +CSS,2031,12,, +CSS,2031,13,, +CSS,2031,14,, +CSS,2031,15,, +CSS,2031,16,, +CSS,2031,17,, +CSS,2031,18,, +CSS,2032,0,, +CSS,2032,1,, +CSS,2032,2,, +CSS,2032,3,, +CSS,2032,4,, +CSS,2032,5,, +CSS,2032,6,, +CSS,2032,7,, +CSS,2032,8,, +CSS,2032,9,, +CSS,2032,10,, +CSS,2032,11,, +CSS,2032,12,, +CSS,2032,13,, +CSS,2032,14,, +CSS,2032,15,, +CSS,2032,16,, +CSS,2032,17,, +CSS,2032,18,, +CSS,2033,0,, +CSS,2033,1,, +CSS,2033,2,, +CSS,2033,3,, +CSS,2033,4,, +CSS,2033,5,, +CSS,2033,6,, +CSS,2033,7,, +CSS,2033,8,, +CSS,2033,9,, +CSS,2033,10,, +CSS,2033,11,, +CSS,2033,12,, +CSS,2033,13,, +CSS,2033,14,, +CSS,2033,15,, +CSS,2033,16,, +CSS,2033,17,, +CSS,2033,18,, +CSS,2034,0,, +CSS,2034,1,, +CSS,2034,2,, +CSS,2034,3,, +CSS,2034,4,, +CSS,2034,5,, +CSS,2034,6,, +CSS,2034,7,, +CSS,2034,8,, +CSS,2034,9,, +CSS,2034,10,, +CSS,2034,11,, +CSS,2034,12,, +CSS,2034,13,, +CSS,2034,14,, +CSS,2034,15,, +CSS,2034,16,, +CSS,2034,17,, +CSS,2034,18,, +CSS,2035,0,, +CSS,2035,1,, +CSS,2035,2,, +CSS,2035,3,, +CSS,2035,4,, +CSS,2035,5,, +CSS,2035,6,, +CSS,2035,7,, +CSS,2035,8,, +CSS,2035,9,, +CSS,2035,10,, +CSS,2035,11,, +CSS,2035,12,, +CSS,2035,13,, +CSS,2035,14,, +CSS,2035,15,, +CSS,2035,16,, +CSS,2035,17,, +CSS,2035,18,, +CSS,2036,0,, +CSS,2036,1,, +CSS,2036,2,, +CSS,2036,3,, +CSS,2036,4,, +CSS,2036,5,, +CSS,2036,6,, +CSS,2036,7,, +CSS,2036,8,, +CSS,2036,9,, +CSS,2036,10,, +CSS,2036,11,, +CSS,2036,12,, +CSS,2036,13,, +CSS,2036,14,, +CSS,2036,15,, +CSS,2036,16,, +CSS,2036,17,, +CSS,2036,18,, +CSS,2037,0,, +CSS,2037,1,, +CSS,2037,2,, +CSS,2037,3,, +CSS,2037,4,, +CSS,2037,5,, +CSS,2037,6,, +CSS,2037,7,, +CSS,2037,8,, +CSS,2037,9,, +CSS,2037,10,, +CSS,2037,11,, +CSS,2037,12,, +CSS,2037,13,, +CSS,2037,14,, +CSS,2037,15,, +CSS,2037,16,, +CSS,2037,17,, +CSS,2037,18,, +CSS,2038,0,, +CSS,2038,1,, +CSS,2038,2,, +CSS,2038,3,, +CSS,2038,4,, +CSS,2038,5,, +CSS,2038,6,, +CSS,2038,7,, +CSS,2038,8,, +CSS,2038,9,, +CSS,2038,10,, +CSS,2038,11,, +CSS,2038,12,, +CSS,2038,13,, +CSS,2038,14,, +CSS,2038,15,, +CSS,2038,16,, +CSS,2038,17,, +CSS,2038,18,, +CSS,2039,0,, +CSS,2039,1,, +CSS,2039,2,, +CSS,2039,3,, +CSS,2039,4,, +CSS,2039,5,, +CSS,2039,6,, +CSS,2039,7,, +CSS,2039,8,, +CSS,2039,9,, +CSS,2039,10,, +CSS,2039,11,, +CSS,2039,12,, +CSS,2039,13,, +CSS,2039,14,, +CSS,2039,15,, +CSS,2039,16,, +CSS,2039,17,, +CSS,2039,18,, +CSS,2040,0,, +CSS,2040,1,, +CSS,2040,2,, +CSS,2040,3,, +CSS,2040,4,, +CSS,2040,5,, +CSS,2040,6,, +CSS,2040,7,, +CSS,2040,8,, +CSS,2040,9,, +CSS,2040,10,, +CSS,2040,11,, +CSS,2040,12,, +CSS,2040,13,, +CSS,2040,14,, +CSS,2040,15,, +CSS,2040,16,, +CSS,2040,17,, +CSS,2040,18,, +CSS,2041,0,, +CSS,2041,1,, +CSS,2041,2,, +CSS,2041,3,, +CSS,2041,4,, +CSS,2041,5,, +CSS,2041,6,, +CSS,2041,7,, +CSS,2041,8,, +CSS,2041,9,, +CSS,2041,10,, +CSS,2041,11,, +CSS,2041,12,, +CSS,2041,13,, +CSS,2041,14,, +CSS,2041,15,, +CSS,2041,16,, +CSS,2041,17,, +CSS,2041,18,, +CSS,2042,0,, +CSS,2042,1,, +CSS,2042,2,, +CSS,2042,3,, +CSS,2042,4,, +CSS,2042,5,, +CSS,2042,6,, +CSS,2042,7,, +CSS,2042,8,, +CSS,2042,9,, +CSS,2042,10,, +CSS,2042,11,, +CSS,2042,12,, +CSS,2042,13,, +CSS,2042,14,, +CSS,2042,15,, +CSS,2042,16,, +CSS,2042,17,, +CSS,2042,18,, +CSS,2043,0,, +CSS,2043,1,, +CSS,2043,2,, +CSS,2043,3,, +CSS,2043,4,, +CSS,2043,5,, +CSS,2043,6,, +CSS,2043,7,, +CSS,2043,8,, +CSS,2043,9,, +CSS,2043,10,, +CSS,2043,11,, +CSS,2043,12,, +CSS,2043,13,, +CSS,2043,14,, +CSS,2043,15,, +CSS,2043,16,, +CSS,2043,17,, +CSS,2043,18,, +CSS,2044,0,, +CSS,2044,1,, +CSS,2044,2,, +CSS,2044,3,, +CSS,2044,4,, +CSS,2044,5,, +CSS,2044,6,, +CSS,2044,7,, +CSS,2044,8,, +CSS,2044,9,, +CSS,2044,10,, +CSS,2044,11,, +CSS,2044,12,, +CSS,2044,13,, +CSS,2044,14,, +CSS,2044,15,, +CSS,2044,16,, +CSS,2044,17,, +CSS,2044,18,, +CSS,2045,0,, +CSS,2045,1,, +CSS,2045,2,, +CSS,2045,3,, +CSS,2045,4,, +CSS,2045,5,, +CSS,2045,6,, +CSS,2045,7,, +CSS,2045,8,, +CSS,2045,9,, +CSS,2045,10,, +CSS,2045,11,, +CSS,2045,12,, +CSS,2045,13,, +CSS,2045,14,, +CSS,2045,15,, +CSS,2045,16,, +CSS,2045,17,, +CSS,2045,18,, +CSS,2046,0,, +CSS,2046,1,, +CSS,2046,2,, +CSS,2046,3,, +CSS,2046,4,, +CSS,2046,5,, +CSS,2046,6,, +CSS,2046,7,, +CSS,2046,8,, +CSS,2046,9,, +CSS,2046,10,, +CSS,2046,11,, +CSS,2046,12,, +CSS,2046,13,, +CSS,2046,14,, +CSS,2046,15,, +CSS,2046,16,, +CSS,2046,17,, +CSS,2046,18,, +CSS,2047,0,, +CSS,2047,1,, +CSS,2047,2,, +CSS,2047,3,, +CSS,2047,4,, +CSS,2047,5,, +CSS,2047,6,, +CSS,2047,7,, +CSS,2047,8,, +CSS,2047,9,, +CSS,2047,10,, +CSS,2047,11,, +CSS,2047,12,, +CSS,2047,13,, +CSS,2047,14,, +CSS,2047,15,, +CSS,2047,16,, +CSS,2047,17,, +CSS,2047,18,, +CSS,2048,0,, +CSS,2048,1,, +CSS,2048,2,, +CSS,2048,3,, +CSS,2048,4,, +CSS,2048,5,, +CSS,2048,6,, +CSS,2048,7,, +CSS,2048,8,, +CSS,2048,9,, +CSS,2048,10,, +CSS,2048,11,, +CSS,2048,12,, +CSS,2048,13,, +CSS,2048,14,, +CSS,2048,15,, +CSS,2048,16,, +CSS,2048,17,, +CSS,2048,18,, +CSS,2049,0,, +CSS,2049,1,, +CSS,2049,2,, +CSS,2049,3,, +CSS,2049,4,, +CSS,2049,5,, +CSS,2049,6,, +CSS,2049,7,, +CSS,2049,8,, +CSS,2049,9,, +CSS,2049,10,, +CSS,2049,11,, +CSS,2049,12,, +CSS,2049,13,, +CSS,2049,14,, +CSS,2049,15,, +CSS,2049,16,, +CSS,2049,17,, +CSS,2049,18,, +CSS,2050,0,, +CSS,2050,1,, +CSS,2050,2,, +CSS,2050,3,, +CSS,2050,4,, +CSS,2050,5,, +CSS,2050,6,, +CSS,2050,7,, +CSS,2050,8,, +CSS,2050,9,, +CSS,2050,10,, +CSS,2050,11,, +CSS,2050,12,, +CSS,2050,13,, +CSS,2050,14,, +CSS,2050,15,, +CSS,2050,16,, +CSS,2050,17,, +CSS,2050,18,, +CUB,1990,0,91722,97266 +CUB,1990,1,89933,95064 +CUB,1990,2,87723,92496 +CUB,1990,3,85242,89710 +CUB,1990,4,82641,86854 +CUB,1990,5,80069,84077 +CUB,1990,6,77677,81526 +CUB,1990,7,75615,79349 +CUB,1990,8,74033,77695 +CUB,1990,9,73080,76711 +CUB,1990,10,72301,75896 +CUB,1990,11,71240,74752 +CUB,1990,12,73078,76666 +CUB,1990,13,79178,83085 +CUB,1990,14,87871,92210 +CUB,1990,15,96273,101015 +CUB,1990,16,105141,110361 +CUB,1990,17,111599,116825 +CUB,1990,18,113983,118477 +CUB,1991,0,85683,90815 +CUB,1991,1,90987,96492 +CUB,1991,2,89594,94728 +CUB,1991,3,87636,92418 +CUB,1991,4,85288,89740 +CUB,1991,5,82722,86874 +CUB,1991,6,80089,83965 +CUB,1991,7,77540,81160 +CUB,1991,8,75359,78804 +CUB,1991,9,73762,77143 +CUB,1991,10,72857,76256 +CUB,1991,11,72078,75478 +CUB,1991,12,70992,74344 +CUB,1991,13,72801,76258 +CUB,1991,14,78868,82656 +CUB,1991,15,87526,91749 +CUB,1991,16,95894,100525 +CUB,1991,17,104725,109845 +CUB,1991,18,111157,116289 +CUB,1992,0,77957,82503 +CUB,1992,1,82998,87834 +CUB,1992,2,90317,95795 +CUB,1992,3,89319,94469 +CUB,1992,4,87613,92415 +CUB,1992,5,85396,89842 +CUB,1992,6,82863,86963 +CUB,1992,7,80167,83920 +CUB,1992,8,77459,80859 +CUB,1992,9,75157,78322 +CUB,1992,10,73545,76653 +CUB,1992,11,72687,75862 +CUB,1992,12,71907,75121 +CUB,1992,13,70796,73996 +CUB,1992,14,72578,75911 +CUB,1992,15,78616,82293 +CUB,1992,16,87245,91361 +CUB,1992,17,95583,100117 +CUB,1992,18,104385,109418 +CUB,1993,0,70016,73896 +CUB,1993,1,77966,82502 +CUB,1993,2,83415,88364 +CUB,1993,3,89652,95091 +CUB,1993,4,89049,94204 +CUB,1993,5,87595,92406 +CUB,1993,6,85508,89940 +CUB,1993,7,83009,87047 +CUB,1993,8,80249,83871 +CUB,1993,9,77382,80554 +CUB,1993,10,74959,77835 +CUB,1993,11,73332,76158 +CUB,1993,12,72521,75464 +CUB,1993,13,71740,74759 +CUB,1993,14,70603,73644 +CUB,1993,15,72358,75559 +CUB,1993,16,78367,81926 +CUB,1993,17,86968,90967 +CUB,1993,18,95278,99702 +CUB,1994,0,63869,67149 +CUB,1994,1,73558,77769 +CUB,1994,2,80584,85419 +CUB,1994,3,85257,90447 +CUB,1994,4,88940,94309 +CUB,1994,5,88733,93861 +CUB,1994,6,87531,92322 +CUB,1994,7,85577,89964 +CUB,1994,8,83112,87061 +CUB,1994,9,80291,83753 +CUB,1994,10,77265,80182 +CUB,1994,11,74722,77284 +CUB,1994,12,73081,75600 +CUB,1994,13,72317,75004 +CUB,1994,14,71536,74335 +CUB,1994,15,70374,73231 +CUB,1994,16,72100,75146 +CUB,1994,17,78078,81491 +CUB,1994,18,86646,90499 +CUB,1995,0,60891,63747 +CUB,1995,1,70741,74662 +CUB,1995,2,78128,82783 +CUB,1995,3,83319,88415 +CUB,1995,4,86577,91862 +CUB,1995,5,88168,93430 +CUB,1995,6,88357,93421 +CUB,1995,7,87408,92141 +CUB,1995,8,85587,89893 +CUB,1995,9,83158,86983 +CUB,1995,10,80276,83548 +CUB,1995,11,77096,79726 +CUB,1995,12,74435,76653 +CUB,1995,13,72780,74964 +CUB,1995,14,72064,74465 +CUB,1995,15,71282,73834 +CUB,1995,16,70097,72742 +CUB,1995,17,71794,74654 +CUB,1995,18,77736,80971 +CUB,1996,0,62118,64854 +CUB,1996,1,63039,66148 +CUB,1996,2,71288,75270 +CUB,1996,3,77679,82264 +CUB,1996,4,82375,87323 +CUB,1996,5,85539,90641 +CUB,1996,6,87439,92522 +CUB,1996,7,88341,93271 +CUB,1996,8,87889,92523 +CUB,1996,9,86039,90251 +CUB,1996,10,83265,86979 +CUB,1996,11,80241,83407 +CUB,1996,12,77020,79562 +CUB,1996,13,74318,76457 +CUB,1996,14,72625,74724 +CUB,1996,15,71873,74174 +CUB,1996,16,71058,73496 +CUB,1996,17,69837,72356 +CUB,1996,18,71516,74241 +CUB,1997,0,66600,69383 +CUB,1997,1,71196,74856 +CUB,1997,2,65042,68364 +CUB,1997,3,71666,75661 +CUB,1997,4,77043,81505 +CUB,1997,5,81232,85976 +CUB,1997,6,84296,89154 +CUB,1997,7,86500,91345 +CUB,1997,8,88114,92850 +CUB,1997,9,88161,92639 +CUB,1997,10,86286,90348 +CUB,1997,11,83173,86724 +CUB,1997,12,80015,83024 +CUB,1997,13,76760,79168 +CUB,1997,14,74024,76040 +CUB,1997,15,72296,74266 +CUB,1997,16,71512,73668 +CUB,1997,17,70664,72944 +CUB,1997,18,69410,71760 +CUB,1998,0,72567,75533 +CUB,1998,1,72968,76545 +CUB,1998,2,73774,77804 +CUB,1998,3,66965,70480 +CUB,1998,4,71959,75947 +CUB,1998,5,76316,80635 +CUB,1998,6,79994,84511 +CUB,1998,7,82953,87547 +CUB,1998,8,85460,90042 +CUB,1998,9,87783,92301 +CUB,1998,10,88328,92626 +CUB,1998,11,86431,90319 +CUB,1998,12,82983,86349 +CUB,1998,13,79693,82527 +CUB,1998,14,76410,78664 +CUB,1998,15,73643,75518 +CUB,1998,16,71882,73707 +CUB,1998,17,71065,73061 +CUB,1998,18,70186,72292 +CUB,1999,0,77480,80715 +CUB,1999,1,74403,77960 +CUB,1999,2,72677,76492 +CUB,1999,3,72105,76116 +CUB,1999,4,68908,72631 +CUB,1999,5,72276,76276 +CUB,1999,6,75617,79813 +CUB,1999,7,78787,83100 +CUB,1999,8,81642,85994 +CUB,1999,9,84451,88796 +CUB,1999,10,87483,91807 +CUB,1999,11,88525,92666 +CUB,1999,12,86606,90342 +CUB,1999,13,82822,86025 +CUB,1999,14,79400,82079 +CUB,1999,15,76086,78207 +CUB,1999,16,73288,75041 +CUB,1999,17,71494,73192 +CUB,1999,18,70645,72497 +CUB,2000,0,79539,83094 +CUB,2000,1,74675,78288 +CUB,2000,2,71626,75318 +CUB,2000,3,70146,73930 +CUB,2000,4,69989,73868 +CUB,2000,5,70907,74879 +CUB,2000,6,72654,76708 +CUB,2000,7,74984,79100 +CUB,2000,8,77649,81802 +CUB,2000,9,80403,84558 +CUB,2000,10,83516,87670 +CUB,2000,11,87258,91438 +CUB,2000,12,88798,92832 +CUB,2000,13,86854,90488 +CUB,2000,14,82731,85817 +CUB,2000,15,79175,81742 +CUB,2000,16,75828,77856 +CUB,2000,17,72996,74665 +CUB,2000,18,71168,72776 +CUB,2001,0,77946,81759 +CUB,2001,1,77909,81392 +CUB,2001,2,74129,77693 +CUB,2001,3,71718,75394 +CUB,2001,4,70509,74314 +CUB,2001,5,70331,74273 +CUB,2001,6,70934,75016 +CUB,2001,7,72067,76289 +CUB,2001,8,73969,78280 +CUB,2001,9,76632,80959 +CUB,2001,10,79644,83922 +CUB,2001,11,82867,87096 +CUB,2001,12,86653,90855 +CUB,2001,13,88229,92251 +CUB,2001,14,86303,89920 +CUB,2001,15,82186,85270 +CUB,2001,16,78643,81215 +CUB,2001,17,75313,77352 +CUB,2001,18,72494,74178 +CUB,2002,0,73630,77756 +CUB,2002,1,71102,74865 +CUB,2002,2,76396,79846 +CUB,2002,3,73694,77245 +CUB,2002,4,71918,75611 +CUB,2002,5,70977,74838 +CUB,2002,6,70778,74818 +CUB,2002,7,71067,75295 +CUB,2002,8,71588,76014 +CUB,2002,9,73064,77609 +CUB,2002,10,75730,80270 +CUB,2002,11,79004,83444 +CUB,2002,12,82342,86687 +CUB,2002,13,86176,90446 +CUB,2002,14,87791,91845 +CUB,2002,15,85880,89523 +CUB,2002,16,81764,84884 +CUB,2002,17,78229,80843 +CUB,2002,18,74911,76994 +CUB,2003,0,67762,72185 +CUB,2003,1,68177,72082 +CUB,2003,2,68752,72330 +CUB,2003,3,74927,78366 +CUB,2003,4,73304,76863 +CUB,2003,5,72162,75895 +CUB,2003,6,71489,75429 +CUB,2003,7,71269,75429 +CUB,2003,8,71243,75640 +CUB,2003,9,71152,75805 +CUB,2003,10,72204,77004 +CUB,2003,11,74873,79650 +CUB,2003,12,78412,83038 +CUB,2003,13,81867,86353 +CUB,2003,14,85753,90114 +CUB,2003,15,87407,91519 +CUB,2003,16,85510,89203 +CUB,2003,17,81391,84572 +CUB,2003,18,77862,80540 +CUB,2004,0,62132,66743 +CUB,2004,1,65232,69238 +CUB,2004,2,67688,71302 +CUB,2004,3,69583,72986 +CUB,2004,4,73401,76824 +CUB,2004,5,72858,76422 +CUB,2004,6,72353,76122 +CUB,2004,7,71949,75962 +CUB,2004,8,71708,75984 +CUB,2004,9,71367,75928 +CUB,2004,10,70662,75538 +CUB,2004,11,71288,76339 +CUB,2004,12,73959,78967 +CUB,2004,13,77760,82568 +CUB,2004,14,81330,85953 +CUB,2004,15,85265,89713 +CUB,2004,16,86957,91122 +CUB,2004,17,85075,88814 +CUB,2004,18,80957,84194 +CUB,2005,0,58094,62725 +CUB,2005,1,62765,66784 +CUB,2005,2,66329,69945 +CUB,2005,3,68927,72320 +CUB,2005,4,70699,74024 +CUB,2005,5,71784,75169 +CUB,2005,6,72322,75869 +CUB,2005,7,72454,76236 +CUB,2005,8,72319,76384 +CUB,2005,9,72058,76426 +CUB,2005,10,71402,76104 +CUB,2005,11,70085,75159 +CUB,2005,12,70284,75562 +CUB,2005,13,72954,78168 +CUB,2005,14,77013,81977 +CUB,2005,15,80692,85425 +CUB,2005,16,84671,89179 +CUB,2005,17,86400,90590 +CUB,2005,18,84535,88295 +CUB,2006,0,56130,60621 +CUB,2006,1,58792,63238 +CUB,2006,2,62783,66743 +CUB,2006,3,65913,69554 +CUB,2006,4,68283,71749 +CUB,2006,5,69993,73411 +CUB,2006,6,71181,74650 +CUB,2006,7,71986,75575 +CUB,2006,8,72319,76118 +CUB,2006,9,72207,76297 +CUB,2006,10,71863,76283 +CUB,2006,11,71203,75971 +CUB,2006,12,69919,75070 +CUB,2006,13,70158,75507 +CUB,2006,14,72878,78131 +CUB,2006,15,76988,81946 +CUB,2006,16,80710,85393 +CUB,2006,17,84722,89129 +CUB,2006,18,86460,90534 +CUB,2007,0,55587,59768 +CUB,2007,1,59723,63544 +CUB,2007,2,59415,63662 +CUB,2007,3,62721,66609 +CUB,2007,4,65413,69065 +CUB,2007,5,67551,71078 +CUB,2007,6,69197,72695 +CUB,2007,7,70487,74025 +CUB,2007,8,71557,75176 +CUB,2007,9,72092,75893 +CUB,2007,10,72003,76103 +CUB,2007,11,71577,76034 +CUB,2007,12,70913,75731 +CUB,2007,13,69663,74875 +CUB,2007,14,69941,75346 +CUB,2007,15,72708,77985 +CUB,2007,16,76864,81801 +CUB,2007,17,80624,85241 +CUB,2007,18,84664,88954 +CUB,2008,0,56192,59984 +CUB,2008,1,58863,62502 +CUB,2008,2,61107,64651 +CUB,2008,3,60001,64042 +CUB,2008,4,62620,66429 +CUB,2008,5,64872,68529 +CUB,2008,6,66778,70358 +CUB,2008,7,68359,71930 +CUB,2008,8,69750,73351 +CUB,2008,9,71084,74726 +CUB,2008,10,71820,75617 +CUB,2008,11,71754,75857 +CUB,2008,12,71246,75733 +CUB,2008,13,70579,75440 +CUB,2008,14,69364,74629 +CUB,2008,15,69682,75133 +CUB,2008,16,72493,77785 +CUB,2008,17,76693,81599 +CUB,2008,18,80488,85031 +CUB,2009,0,57442,60892 +CUB,2009,1,58518,61998 +CUB,2009,2,59648,63157 +CUB,2009,3,60819,64358 +CUB,2009,4,60609,64449 +CUB,2009,5,62543,66277 +CUB,2009,6,64357,68023 +CUB,2009,7,66031,69669 +CUB,2009,8,67548,71197 +CUB,2009,9,69040,72709 +CUB,2009,10,70639,74308 +CUB,2009,11,71576,75373 +CUB,2009,12,71533,75644 +CUB,2009,13,70943,75464 +CUB,2009,14,70273,75181 +CUB,2009,15,69092,74415 +CUB,2009,16,69449,74953 +CUB,2009,17,72306,77619 +CUB,2009,18,76552,81433 +CUB,2010,0,58909,62158 +CUB,2010,1,58669,62061 +CUB,2010,2,58842,62339 +CUB,2010,3,59371,62942 +CUB,2010,4,60199,63819 +CUB,2010,5,61267,64919 +CUB,2010,6,62518,66191 +CUB,2010,7,63895,67585 +CUB,2010,8,65339,69050 +CUB,2010,9,66793,70534 +CUB,2010,10,68388,72139 +CUB,2010,11,70252,73964 +CUB,2010,12,71391,75204 +CUB,2010,13,71371,75505 +CUB,2010,14,70698,75270 +CUB,2010,15,70024,74997 +CUB,2010,16,68876,74275 +CUB,2010,17,69274,74847 +CUB,2010,18,72179,77529 +CUB,2011,0,60576,63762 +CUB,2011,1,58780,62042 +CUB,2011,2,58577,61956 +CUB,2011,3,58768,62236 +CUB,2011,4,59298,62832 +CUB,2011,5,60115,63697 +CUB,2011,6,61159,64779 +CUB,2011,7,62374,66028 +CUB,2011,8,63725,67402 +CUB,2011,9,65164,68856 +CUB,2011,10,66626,70336 +CUB,2011,11,68223,71933 +CUB,2011,12,70087,73749 +CUB,2011,13,71229,74987 +CUB,2011,14,71216,75300 +CUB,2011,15,70554,75084 +CUB,2011,16,69889,74829 +CUB,2011,17,68750,74126 +CUB,2011,18,69157,74709 +CUB,2012,0,62566,65828 +CUB,2012,1,60494,63874 +CUB,2012,2,58676,61959 +CUB,2012,3,58509,61884 +CUB,2012,4,58717,62165 +CUB,2012,5,59249,62755 +CUB,2012,6,60055,63608 +CUB,2012,7,61076,64673 +CUB,2012,8,62256,65899 +CUB,2012,9,63581,67255 +CUB,2012,10,65015,68699 +CUB,2012,11,66486,70175 +CUB,2012,12,68086,71766 +CUB,2012,13,69950,73573 +CUB,2012,14,71096,74811 +CUB,2012,15,71091,75135 +CUB,2012,16,70438,74939 +CUB,2012,17,69783,74701 +CUB,2012,18,68652,74017 +CUB,2013,0,64350,67763 +CUB,2013,1,61770,65212 +CUB,2013,2,59961,63422 +CUB,2013,3,58586,61899 +CUB,2013,4,58457,61834 +CUB,2013,5,58682,62117 +CUB,2013,6,59216,62701 +CUB,2013,7,60011,63542 +CUB,2013,8,61010,64590 +CUB,2013,9,62154,65795 +CUB,2013,10,63454,67133 +CUB,2013,11,64884,68567 +CUB,2013,12,66364,70039 +CUB,2013,13,67967,71625 +CUB,2013,14,69833,73423 +CUB,2013,15,70982,74661 +CUB,2013,16,70984,74997 +CUB,2013,17,70341,74820 +CUB,2013,18,69695,74600 +CUB,2014,0,65244,68789 +CUB,2014,1,62592,66086 +CUB,2014,2,60628,64084 +CUB,2014,3,59288,62718 +CUB,2014,4,58499,61845 +CUB,2014,5,58406,61791 +CUB,2014,6,58649,62075 +CUB,2014,7,59185,62654 +CUB,2014,8,59969,63483 +CUB,2014,9,60945,64514 +CUB,2014,10,62054,65697 +CUB,2014,11,63328,67017 +CUB,2014,12,64754,68442 +CUB,2014,13,66244,69911 +CUB,2014,14,67851,71491 +CUB,2014,15,69717,73281 +CUB,2014,16,70870,74519 +CUB,2014,17,70879,74867 +CUB,2014,18,70246,74709 +CUB,2015,0,64802,68392 +CUB,2015,1,62574,66079 +CUB,2015,2,60860,64303 +CUB,2015,3,59620,63023 +CUB,2015,4,58814,62197 +CUB,2015,5,58402,61784 +CUB,2015,6,58347,61741 +CUB,2015,7,58607,62027 +CUB,2015,8,59144,62599 +CUB,2015,9,59918,63417 +CUB,2015,10,60871,64431 +CUB,2015,11,61945,65592 +CUB,2015,12,63194,66894 +CUB,2015,13,64615,68310 +CUB,2015,14,66114,69775 +CUB,2015,15,67724,71349 +CUB,2015,16,69590,73131 +CUB,2015,17,70747,74369 +CUB,2015,18,70764,74729 +CUB,2016,0,62702,66209 +CUB,2016,1,64055,67605 +CUB,2016,2,62341,65828 +CUB,2016,3,60952,64391 +CUB,2016,4,59878,63285 +CUB,2016,5,59110,62499 +CUB,2016,6,58611,61993 +CUB,2016,7,58342,61726 +CUB,2016,8,58440,61843 +CUB,2016,9,58955,62395 +CUB,2016,10,59789,63280 +CUB,2016,11,60740,64296 +CUB,2016,12,61780,65426 +CUB,2016,13,62995,66695 +CUB,2016,14,64383,68076 +CUB,2016,15,65849,69507 +CUB,2016,16,67427,71047 +CUB,2016,17,69262,72795 +CUB,2016,18,70398,74009 +CUB,2017,0,59235,62580 +CUB,2017,1,59635,62982 +CUB,2017,2,63346,66862 +CUB,2017,3,62145,65620 +CUB,2017,4,61079,64521 +CUB,2017,5,60171,63587 +CUB,2017,6,59442,62841 +CUB,2017,7,58854,62242 +CUB,2017,8,58372,61751 +CUB,2017,9,58307,61698 +CUB,2017,10,58800,62230 +CUB,2017,11,59695,63183 +CUB,2017,12,60645,64202 +CUB,2017,13,61652,65302 +CUB,2017,14,62833,66538 +CUB,2017,15,64188,67886 +CUB,2017,16,65624,69284 +CUB,2017,17,67171,70791 +CUB,2017,18,68975,72505 +CUB,2018,0,55143,58287 +CUB,2018,1,57291,60522 +CUB,2018,2,58854,62154 +CUB,2018,3,62647,66132 +CUB,2018,4,61958,65425 +CUB,2018,5,61216,64664 +CUB,2018,6,60474,63902 +CUB,2018,7,59783,63195 +CUB,2018,8,59107,62503 +CUB,2018,9,58410,61788 +CUB,2018,10,58184,61567 +CUB,2018,11,58654,62078 +CUB,2018,12,59610,63099 +CUB,2018,13,60559,64121 +CUB,2018,14,61534,65191 +CUB,2018,15,62681,66395 +CUB,2018,16,64003,67709 +CUB,2018,17,65408,69075 +CUB,2018,18,66925,70549 +CUB,2019,0,51000,54000 +CUB,2019,1,55000,58000 +CUB,2019,2,58000,61000 +CUB,2019,3,60000,63000 +CUB,2019,4,62000,65000 +CUB,2019,5,62000,65000 +CUB,2019,6,61000,65000 +CUB,2019,7,61000,64000 +CUB,2019,8,60000,64000 +CUB,2019,9,59000,63000 +CUB,2019,10,58000,62000 +CUB,2019,11,58000,61000 +CUB,2019,12,58000,62000 +CUB,2019,13,60000,63000 +CUB,2019,14,60000,64000 +CUB,2019,15,61000,65000 +CUB,2019,16,63000,66000 +CUB,2019,17,64000,68000 +CUB,2019,18,65000,69000 +CUB,2020,0,49000,52000 +CUB,2020,1,53000,56000 +CUB,2020,2,56000,60000 +CUB,2020,3,59000,62000 +CUB,2020,4,60000,64000 +CUB,2020,5,61000,65000 +CUB,2020,6,61000,65000 +CUB,2020,7,61000,65000 +CUB,2020,8,61000,64000 +CUB,2020,9,60000,64000 +CUB,2020,10,60000,63000 +CUB,2020,11,58000,62000 +CUB,2020,12,58000,61000 +CUB,2020,13,58000,62000 +CUB,2020,14,59000,63000 +CUB,2020,15,60000,64000 +CUB,2020,16,61000,65000 +CUB,2020,17,62000,66000 +CUB,2020,18,64000,67000 +CUB,2021,0,48000,51000 +CUB,2021,1,50000,53000 +CUB,2021,2,53000,56000 +CUB,2021,3,56000,59000 +CUB,2021,4,58000,62000 +CUB,2021,5,60000,63000 +CUB,2021,6,61000,64000 +CUB,2021,7,62000,65000 +CUB,2021,8,62000,65000 +CUB,2021,9,61000,65000 +CUB,2021,10,60000,64000 +CUB,2021,11,60000,63000 +CUB,2021,12,58000,62000 +CUB,2021,13,58000,61000 +CUB,2021,14,58000,62000 +CUB,2021,15,59000,63000 +CUB,2021,16,60000,64000 +CUB,2021,17,61000,65000 +CUB,2021,18,62000,66000 +CUB,2022,0,49000,51000 +CUB,2022,1,52000,55000 +CUB,2022,2,51000,53000 +CUB,2022,3,54000,57000 +CUB,2022,4,56000,59000 +CUB,2022,5,58000,61000 +CUB,2022,6,59000,63000 +CUB,2022,7,61000,64000 +CUB,2022,8,61000,65000 +CUB,2022,9,62000,65000 +CUB,2022,10,61000,65000 +CUB,2022,11,60000,64000 +CUB,2022,12,59000,63000 +CUB,2022,13,58000,62000 +CUB,2022,14,58000,61000 +CUB,2022,15,58000,61000 +CUB,2022,16,59000,63000 +CUB,2022,17,60000,64000 +CUB,2022,18,61000,64000 +CUB,2023,0,50000,53000 +CUB,2023,1,51000,54000 +CUB,2023,2,53000,56000 +CUB,2023,3,51000,54000 +CUB,2023,4,54000,57000 +CUB,2023,5,56000,59000 +CUB,2023,6,58000,61000 +CUB,2023,7,59000,62000 +CUB,2023,8,60000,64000 +CUB,2023,9,61000,65000 +CUB,2023,10,62000,65000 +CUB,2023,11,61000,65000 +CUB,2023,12,60000,64000 +CUB,2023,13,59000,63000 +CUB,2023,14,58000,61000 +CUB,2023,15,57000,61000 +CUB,2023,16,58000,61000 +CUB,2023,17,59000,62000 +CUB,2023,18,60000,63000 +CUB,2024,0,51000,54000 +CUB,2024,1,51000,54000 +CUB,2024,2,52000,55000 +CUB,2024,3,52000,55000 +CUB,2024,4,52000,55000 +CUB,2024,5,54000,57000 +CUB,2024,6,56000,59000 +CUB,2024,7,57000,60000 +CUB,2024,8,59000,62000 +CUB,2024,9,60000,63000 +CUB,2024,10,61000,65000 +CUB,2024,11,62000,65000 +CUB,2024,12,61000,65000 +CUB,2024,13,60000,64000 +CUB,2024,14,59000,63000 +CUB,2024,15,58000,61000 +CUB,2024,16,57000,61000 +CUB,2024,17,58000,61000 +CUB,2024,18,59000,62000 +CUB,2025,0,51000,54000 +CUB,2025,1,51000,54000 +CUB,2025,2,51000,54000 +CUB,2025,3,51000,54000 +CUB,2025,4,52000,55000 +CUB,2025,5,53000,56000 +CUB,2025,6,54000,57000 +CUB,2025,7,55000,58000 +CUB,2025,8,57000,60000 +CUB,2025,9,58000,61000 +CUB,2025,10,60000,63000 +CUB,2025,11,61000,65000 +CUB,2025,12,62000,66000 +CUB,2025,13,62000,65000 +CUB,2025,14,60000,64000 +CUB,2025,15,59000,63000 +CUB,2025,16,58000,61000 +CUB,2025,17,57000,61000 +CUB,2025,18,57000,61000 +CUB,2026,0,51000,54000 +CUB,2026,1,51000,54000 +CUB,2026,2,51000,53000 +CUB,2026,3,51000,54000 +CUB,2026,4,51000,54000 +CUB,2026,5,52000,55000 +CUB,2026,6,53000,56000 +CUB,2026,7,54000,57000 +CUB,2026,8,55000,58000 +CUB,2026,9,57000,60000 +CUB,2026,10,58000,61000 +CUB,2026,11,59000,63000 +CUB,2026,12,61000,65000 +CUB,2026,13,62000,65000 +CUB,2026,14,61000,65000 +CUB,2026,15,60000,64000 +CUB,2026,16,59000,62000 +CUB,2026,17,58000,61000 +CUB,2026,18,57000,60000 +CUB,2027,0,50000,53000 +CUB,2027,1,49000,52000 +CUB,2027,2,51000,53000 +CUB,2027,3,51000,53000 +CUB,2027,4,51000,54000 +CUB,2027,5,51000,54000 +CUB,2027,6,52000,55000 +CUB,2027,7,53000,56000 +CUB,2027,8,54000,57000 +CUB,2027,9,55000,58000 +CUB,2027,10,57000,60000 +CUB,2027,11,58000,61000 +CUB,2027,12,59000,63000 +CUB,2027,13,61000,64000 +CUB,2027,14,62000,65000 +CUB,2027,15,61000,65000 +CUB,2027,16,60000,63000 +CUB,2027,17,59000,62000 +CUB,2027,18,58000,61000 +CUB,2028,0,49000,52000 +CUB,2028,1,49000,51000 +CUB,2028,2,49000,51000 +CUB,2028,3,50000,53000 +CUB,2028,4,50000,53000 +CUB,2028,5,51000,54000 +CUB,2028,6,51000,54000 +CUB,2028,7,52000,55000 +CUB,2028,8,53000,56000 +CUB,2028,9,54000,57000 +CUB,2028,10,55000,58000 +CUB,2028,11,56000,60000 +CUB,2028,12,58000,61000 +CUB,2028,13,59000,63000 +CUB,2028,14,61000,64000 +CUB,2028,15,62000,65000 +CUB,2028,16,61000,65000 +CUB,2028,17,60000,63000 +CUB,2028,18,59000,62000 +CUB,2029,0,48000,50000 +CUB,2029,1,48000,51000 +CUB,2029,2,48000,51000 +CUB,2029,3,49000,51000 +CUB,2029,4,50000,53000 +CUB,2029,5,50000,53000 +CUB,2029,6,51000,54000 +CUB,2029,7,52000,54000 +CUB,2029,8,52000,55000 +CUB,2029,9,53000,56000 +CUB,2029,10,54000,57000 +CUB,2029,11,55000,58000 +CUB,2029,12,56000,60000 +CUB,2029,13,58000,61000 +CUB,2029,14,59000,63000 +CUB,2029,15,61000,64000 +CUB,2029,16,62000,65000 +CUB,2029,17,61000,65000 +CUB,2029,18,60000,63000 +CUB,2030,0,47000,49000 +CUB,2030,1,47000,50000 +CUB,2030,2,48000,50000 +CUB,2030,3,48000,51000 +CUB,2030,4,49000,52000 +CUB,2030,5,50000,52000 +CUB,2030,6,50000,53000 +CUB,2030,7,51000,54000 +CUB,2030,8,52000,55000 +CUB,2030,9,53000,55000 +CUB,2030,10,53000,56000 +CUB,2030,11,54000,57000 +CUB,2030,12,55000,58000 +CUB,2030,13,56000,59000 +CUB,2030,14,58000,61000 +CUB,2030,15,59000,63000 +CUB,2030,16,61000,64000 +CUB,2030,17,62000,65000 +CUB,2030,18,61000,65000 +CUB,2031,0,46000,49000 +CUB,2031,1,47000,49000 +CUB,2031,2,47000,50000 +CUB,2031,3,48000,50000 +CUB,2031,4,48000,51000 +CUB,2031,5,49000,52000 +CUB,2031,6,50000,52000 +CUB,2031,7,50000,53000 +CUB,2031,8,51000,54000 +CUB,2031,9,52000,55000 +CUB,2031,10,53000,55000 +CUB,2031,11,53000,56000 +CUB,2031,12,54000,57000 +CUB,2031,13,55000,58000 +CUB,2031,14,56000,59000 +CUB,2031,15,58000,61000 +CUB,2031,16,59000,63000 +CUB,2031,17,61000,64000 +CUB,2031,18,62000,65000 +CUB,2032,0,46000,48000 +CUB,2032,1,46000,49000 +CUB,2032,2,47000,49000 +CUB,2032,3,47000,50000 +CUB,2032,4,48000,50000 +CUB,2032,5,48000,51000 +CUB,2032,6,49000,52000 +CUB,2032,7,50000,52000 +CUB,2032,8,50000,53000 +CUB,2032,9,51000,54000 +CUB,2032,10,52000,55000 +CUB,2032,11,52000,55000 +CUB,2032,12,53000,56000 +CUB,2032,13,54000,57000 +CUB,2032,14,55000,58000 +CUB,2032,15,56000,59000 +CUB,2032,16,58000,61000 +CUB,2032,17,59000,62000 +CUB,2032,18,61000,64000 +CUB,2033,0,45000,48000 +CUB,2033,1,46000,48000 +CUB,2033,2,46000,49000 +CUB,2033,3,47000,49000 +CUB,2033,4,47000,50000 +CUB,2033,5,48000,50000 +CUB,2033,6,48000,51000 +CUB,2033,7,49000,52000 +CUB,2033,8,50000,52000 +CUB,2033,9,50000,53000 +CUB,2033,10,51000,54000 +CUB,2033,11,52000,55000 +CUB,2033,12,52000,55000 +CUB,2033,13,53000,56000 +CUB,2033,14,54000,57000 +CUB,2033,15,55000,58000 +CUB,2033,16,56000,59000 +CUB,2033,17,58000,61000 +CUB,2033,18,59000,62000 +CUB,2034,0,45000,48000 +CUB,2034,1,45000,48000 +CUB,2034,2,46000,48000 +CUB,2034,3,46000,49000 +CUB,2034,4,47000,49000 +CUB,2034,5,47000,50000 +CUB,2034,6,48000,50000 +CUB,2034,7,48000,51000 +CUB,2034,8,49000,52000 +CUB,2034,9,49000,52000 +CUB,2034,10,50000,53000 +CUB,2034,11,51000,54000 +CUB,2034,12,52000,55000 +CUB,2034,13,52000,55000 +CUB,2034,14,53000,56000 +CUB,2034,15,54000,57000 +CUB,2034,16,55000,58000 +CUB,2034,17,56000,59000 +CUB,2034,18,57000,61000 +CUB,2035,0,45000,47000 +CUB,2035,1,45000,48000 +CUB,2035,2,45000,48000 +CUB,2035,3,46000,48000 +CUB,2035,4,46000,49000 +CUB,2035,5,47000,49000 +CUB,2035,6,47000,50000 +CUB,2035,7,48000,50000 +CUB,2035,8,48000,51000 +CUB,2035,9,49000,52000 +CUB,2035,10,49000,52000 +CUB,2035,11,50000,53000 +CUB,2035,12,51000,54000 +CUB,2035,13,52000,55000 +CUB,2035,14,52000,55000 +CUB,2035,15,53000,56000 +CUB,2035,16,54000,57000 +CUB,2035,17,55000,58000 +CUB,2035,18,56000,59000 +CUB,2036,0,45000,47000 +CUB,2036,1,45000,47000 +CUB,2036,2,45000,48000 +CUB,2036,3,45000,48000 +CUB,2036,4,46000,48000 +CUB,2036,5,46000,49000 +CUB,2036,6,47000,49000 +CUB,2036,7,47000,50000 +CUB,2036,8,48000,50000 +CUB,2036,9,48000,51000 +CUB,2036,10,49000,52000 +CUB,2036,11,49000,52000 +CUB,2036,12,50000,53000 +CUB,2036,13,51000,54000 +CUB,2036,14,52000,54000 +CUB,2036,15,52000,55000 +CUB,2036,16,53000,56000 +CUB,2036,17,54000,57000 +CUB,2036,18,54000,58000 +CUB,2037,0,44000,47000 +CUB,2037,1,44000,47000 +CUB,2037,2,45000,47000 +CUB,2037,3,45000,48000 +CUB,2037,4,45000,48000 +CUB,2037,5,46000,48000 +CUB,2037,6,46000,49000 +CUB,2037,7,47000,49000 +CUB,2037,8,47000,50000 +CUB,2037,9,48000,50000 +CUB,2037,10,48000,51000 +CUB,2037,11,49000,51000 +CUB,2037,12,49000,52000 +CUB,2037,13,50000,53000 +CUB,2037,14,51000,54000 +CUB,2037,15,51000,54000 +CUB,2037,16,52000,55000 +CUB,2037,17,53000,56000 +CUB,2037,18,53000,56000 +CUB,2038,0,44000,46000 +CUB,2038,1,44000,47000 +CUB,2038,2,44000,47000 +CUB,2038,3,45000,47000 +CUB,2038,4,45000,48000 +CUB,2038,5,45000,48000 +CUB,2038,6,46000,48000 +CUB,2038,7,46000,49000 +CUB,2038,8,47000,49000 +CUB,2038,9,47000,50000 +CUB,2038,10,48000,50000 +CUB,2038,11,48000,51000 +CUB,2038,12,49000,51000 +CUB,2038,13,49000,52000 +CUB,2038,14,50000,53000 +CUB,2038,15,51000,54000 +CUB,2038,16,51000,54000 +CUB,2038,17,52000,55000 +CUB,2038,18,53000,56000 +CUB,2039,0,44000,46000 +CUB,2039,1,44000,46000 +CUB,2039,2,44000,47000 +CUB,2039,3,44000,47000 +CUB,2039,4,45000,47000 +CUB,2039,5,45000,48000 +CUB,2039,6,45000,48000 +CUB,2039,7,46000,48000 +CUB,2039,8,46000,49000 +CUB,2039,9,47000,49000 +CUB,2039,10,47000,50000 +CUB,2039,11,48000,50000 +CUB,2039,12,48000,51000 +CUB,2039,13,49000,51000 +CUB,2039,14,49000,52000 +CUB,2039,15,50000,53000 +CUB,2039,16,51000,53000 +CUB,2039,17,51000,54000 +CUB,2039,18,52000,55000 +CUB,2040,0,43000,46000 +CUB,2040,1,43000,46000 +CUB,2040,2,44000,46000 +CUB,2040,3,44000,46000 +CUB,2040,4,44000,47000 +CUB,2040,5,45000,47000 +CUB,2040,6,45000,48000 +CUB,2040,7,45000,48000 +CUB,2040,8,46000,48000 +CUB,2040,9,46000,49000 +CUB,2040,10,47000,49000 +CUB,2040,11,47000,50000 +CUB,2040,12,47000,50000 +CUB,2040,13,48000,51000 +CUB,2040,14,49000,51000 +CUB,2040,15,49000,52000 +CUB,2040,16,50000,53000 +CUB,2040,17,50000,53000 +CUB,2040,18,51000,54000 +CUB,2041,0,43000,45000 +CUB,2041,1,43000,46000 +CUB,2041,2,43000,46000 +CUB,2041,3,44000,46000 +CUB,2041,4,44000,47000 +CUB,2041,5,44000,47000 +CUB,2041,6,45000,47000 +CUB,2041,7,45000,48000 +CUB,2041,8,45000,48000 +CUB,2041,9,46000,48000 +CUB,2041,10,46000,49000 +CUB,2041,11,47000,49000 +CUB,2041,12,47000,50000 +CUB,2041,13,47000,50000 +CUB,2041,14,48000,51000 +CUB,2041,15,49000,51000 +CUB,2041,16,49000,52000 +CUB,2041,17,50000,53000 +CUB,2041,18,50000,53000 +CUB,2042,0,42000,45000 +CUB,2042,1,43000,45000 +CUB,2042,2,43000,46000 +CUB,2042,3,43000,46000 +CUB,2042,4,44000,46000 +CUB,2042,5,44000,46000 +CUB,2042,6,44000,47000 +CUB,2042,7,45000,47000 +CUB,2042,8,45000,48000 +CUB,2042,9,45000,48000 +CUB,2042,10,46000,48000 +CUB,2042,11,46000,49000 +CUB,2042,12,46000,49000 +CUB,2042,13,47000,50000 +CUB,2042,14,47000,50000 +CUB,2042,15,48000,51000 +CUB,2042,16,48000,51000 +CUB,2042,17,49000,52000 +CUB,2042,18,50000,52000 +CUB,2043,0,42000,44000 +CUB,2043,1,42000,45000 +CUB,2043,2,43000,45000 +CUB,2043,3,43000,45000 +CUB,2043,4,43000,46000 +CUB,2043,5,44000,46000 +CUB,2043,6,44000,46000 +CUB,2043,7,44000,47000 +CUB,2043,8,45000,47000 +CUB,2043,9,45000,48000 +CUB,2043,10,45000,48000 +CUB,2043,11,46000,48000 +CUB,2043,12,46000,49000 +CUB,2043,13,46000,49000 +CUB,2043,14,47000,50000 +CUB,2043,15,47000,50000 +CUB,2043,16,48000,51000 +CUB,2043,17,48000,51000 +CUB,2043,18,49000,52000 +CUB,2044,0,41000,44000 +CUB,2044,1,42000,44000 +CUB,2044,2,42000,45000 +CUB,2044,3,43000,45000 +CUB,2044,4,43000,45000 +CUB,2044,5,43000,46000 +CUB,2044,6,44000,46000 +CUB,2044,7,44000,46000 +CUB,2044,8,44000,47000 +CUB,2044,9,45000,47000 +CUB,2044,10,45000,48000 +CUB,2044,11,45000,48000 +CUB,2044,12,46000,48000 +CUB,2044,13,46000,49000 +CUB,2044,14,46000,49000 +CUB,2044,15,47000,49000 +CUB,2044,16,47000,50000 +CUB,2044,17,48000,50000 +CUB,2044,18,48000,51000 +CUB,2045,0,41000,43000 +CUB,2045,1,41000,44000 +CUB,2045,2,42000,44000 +CUB,2045,3,42000,45000 +CUB,2045,4,43000,45000 +CUB,2045,5,43000,45000 +CUB,2045,6,43000,46000 +CUB,2045,7,44000,46000 +CUB,2045,8,44000,46000 +CUB,2045,9,44000,47000 +CUB,2045,10,45000,47000 +CUB,2045,11,45000,47000 +CUB,2045,12,45000,48000 +CUB,2045,13,46000,48000 +CUB,2045,14,46000,49000 +CUB,2045,15,46000,49000 +CUB,2045,16,47000,49000 +CUB,2045,17,47000,50000 +CUB,2045,18,48000,50000 +CUB,2046,0,41000,43000 +CUB,2046,1,41000,43000 +CUB,2046,2,41000,44000 +CUB,2046,3,42000,44000 +CUB,2046,4,42000,45000 +CUB,2046,5,43000,45000 +CUB,2046,6,43000,45000 +CUB,2046,7,43000,46000 +CUB,2046,8,44000,46000 +CUB,2046,9,44000,46000 +CUB,2046,10,44000,47000 +CUB,2046,11,45000,47000 +CUB,2046,12,45000,47000 +CUB,2046,13,45000,48000 +CUB,2046,14,46000,48000 +CUB,2046,15,46000,48000 +CUB,2046,16,46000,49000 +CUB,2046,17,47000,49000 +CUB,2046,18,47000,50000 +CUB,2047,0,40000,43000 +CUB,2047,1,41000,43000 +CUB,2047,2,41000,43000 +CUB,2047,3,41000,44000 +CUB,2047,4,42000,44000 +CUB,2047,5,42000,45000 +CUB,2047,6,43000,45000 +CUB,2047,7,43000,45000 +CUB,2047,8,43000,46000 +CUB,2047,9,44000,46000 +CUB,2047,10,44000,46000 +CUB,2047,11,44000,47000 +CUB,2047,12,45000,47000 +CUB,2047,13,45000,47000 +CUB,2047,14,45000,48000 +CUB,2047,15,45000,48000 +CUB,2047,16,46000,48000 +CUB,2047,17,46000,49000 +CUB,2047,18,46000,49000 +CUB,2048,0,40000,42000 +CUB,2048,1,40000,43000 +CUB,2048,2,41000,43000 +CUB,2048,3,41000,43000 +CUB,2048,4,41000,44000 +CUB,2048,5,42000,44000 +CUB,2048,6,42000,45000 +CUB,2048,7,43000,45000 +CUB,2048,8,43000,45000 +CUB,2048,9,43000,46000 +CUB,2048,10,44000,46000 +CUB,2048,11,44000,46000 +CUB,2048,12,44000,47000 +CUB,2048,13,44000,47000 +CUB,2048,14,45000,47000 +CUB,2048,15,45000,48000 +CUB,2048,16,45000,48000 +CUB,2048,17,46000,48000 +CUB,2048,18,46000,49000 +CUB,2049,0,40000,42000 +CUB,2049,1,40000,42000 +CUB,2049,2,40000,43000 +CUB,2049,3,41000,43000 +CUB,2049,4,41000,43000 +CUB,2049,5,41000,44000 +CUB,2049,6,42000,44000 +CUB,2049,7,42000,45000 +CUB,2049,8,43000,45000 +CUB,2049,9,43000,45000 +CUB,2049,10,43000,46000 +CUB,2049,11,44000,46000 +CUB,2049,12,44000,46000 +CUB,2049,13,44000,47000 +CUB,2049,14,44000,47000 +CUB,2049,15,45000,47000 +CUB,2049,16,45000,48000 +CUB,2049,17,45000,48000 +CUB,2049,18,46000,48000 +CUB,2050,0,39000,41000 +CUB,2050,1,39000,42000 +CUB,2050,2,40000,42000 +CUB,2050,3,40000,43000 +CUB,2050,4,41000,43000 +CUB,2050,5,41000,43000 +CUB,2050,6,41000,44000 +CUB,2050,7,42000,44000 +CUB,2050,8,42000,45000 +CUB,2050,9,42000,45000 +CUB,2050,10,43000,45000 +CUB,2050,11,43000,46000 +CUB,2050,12,44000,46000 +CUB,2050,13,44000,46000 +CUB,2050,14,44000,47000 +CUB,2050,15,44000,47000 +CUB,2050,16,45000,47000 +CUB,2050,17,45000,47000 +CUB,2050,18,45000,48000 +CUW,1990,0,1432,1508 +CUW,1990,1,1404,1472 +CUW,1990,2,1379,1440 +CUW,1990,3,1356,1412 +CUW,1990,4,1335,1389 +CUW,1990,5,1315,1369 +CUW,1990,6,1298,1352 +CUW,1990,7,1283,1338 +CUW,1990,8,1270,1326 +CUW,1990,9,1260,1317 +CUW,1990,10,1250,1308 +CUW,1990,11,1240,1300 +CUW,1990,12,1236,1295 +CUW,1990,13,1239,1293 +CUW,1990,14,1247,1293 +CUW,1990,15,1256,1294 +CUW,1990,16,1269,1300 +CUW,1990,17,1271,1291 +CUW,1990,18,1253,1258 +CUW,1991,0,1385,1466 +CUW,1991,1,1410,1483 +CUW,1991,2,1389,1455 +CUW,1991,3,1369,1428 +CUW,1991,4,1348,1403 +CUW,1991,5,1327,1380 +CUW,1991,6,1306,1358 +CUW,1991,7,1286,1337 +CUW,1991,8,1267,1319 +CUW,1991,9,1251,1307 +CUW,1991,10,1236,1298 +CUW,1991,11,1223,1289 +CUW,1991,12,1209,1280 +CUW,1991,13,1199,1269 +CUW,1991,14,1195,1253 +CUW,1991,15,1194,1232 +CUW,1991,16,1195,1215 +CUW,1991,17,1200,1201 +CUW,1991,18,1198,1181 +CUW,1992,0,1328,1410 +CUW,1992,1,1344,1415 +CUW,1992,2,1392,1462 +CUW,1992,3,1378,1442 +CUW,1992,4,1362,1420 +CUW,1992,5,1343,1398 +CUW,1992,6,1323,1376 +CUW,1992,7,1301,1352 +CUW,1992,8,1277,1326 +CUW,1992,9,1255,1305 +CUW,1992,10,1235,1292 +CUW,1992,11,1217,1283 +CUW,1992,12,1199,1273 +CUW,1992,13,1181,1265 +CUW,1992,14,1166,1247 +CUW,1992,15,1154,1216 +CUW,1992,16,1144,1176 +CUW,1992,17,1137,1139 +CUW,1992,18,1133,1107 +CUW,1993,0,1260,1340 +CUW,1993,1,1299,1371 +CUW,1993,2,1327,1392 +CUW,1993,3,1375,1442 +CUW,1993,4,1368,1430 +CUW,1993,5,1356,1414 +CUW,1993,6,1340,1395 +CUW,1993,7,1319,1373 +CUW,1993,8,1296,1347 +CUW,1993,9,1269,1317 +CUW,1993,10,1244,1292 +CUW,1993,11,1220,1278 +CUW,1993,12,1198,1269 +CUW,1993,13,1176,1258 +CUW,1993,14,1155,1250 +CUW,1993,15,1134,1227 +CUW,1993,16,1114,1180 +CUW,1993,17,1095,1120 +CUW,1993,18,1080,1065 +CUW,1994,0,1181,1257 +CUW,1994,1,1242,1313 +CUW,1994,2,1288,1356 +CUW,1994,3,1321,1385 +CUW,1994,4,1356,1421 +CUW,1994,5,1356,1417 +CUW,1994,6,1348,1406 +CUW,1994,7,1334,1389 +CUW,1994,8,1314,1368 +CUW,1994,9,1289,1340 +CUW,1994,10,1259,1305 +CUW,1994,11,1230,1277 +CUW,1994,12,1203,1262 +CUW,1994,13,1177,1253 +CUW,1994,14,1151,1242 +CUW,1994,15,1125,1233 +CUW,1994,16,1099,1204 +CUW,1994,17,1071,1143 +CUW,1994,18,1044,1062 +CUW,1995,0,1092,1164 +CUW,1995,1,1172,1243 +CUW,1995,2,1234,1304 +CUW,1995,3,1281,1348 +CUW,1995,4,1312,1378 +CUW,1995,5,1331,1395 +CUW,1995,6,1338,1399 +CUW,1995,7,1335,1394 +CUW,1995,8,1323,1380 +CUW,1995,9,1303,1359 +CUW,1995,10,1277,1329 +CUW,1995,11,1244,1290 +CUW,1995,12,1211,1258 +CUW,1995,13,1181,1242 +CUW,1995,14,1152,1233 +CUW,1995,15,1121,1221 +CUW,1995,16,1092,1213 +CUW,1995,17,1061,1178 +CUW,1995,18,1025,1102 +CUW,1996,0,1004,1066 +CUW,1996,1,1093,1164 +CUW,1996,2,1165,1235 +CUW,1996,3,1221,1289 +CUW,1996,4,1263,1328 +CUW,1996,5,1291,1353 +CUW,1996,6,1307,1364 +CUW,1996,7,1311,1364 +CUW,1996,8,1306,1357 +CUW,1996,9,1294,1344 +CUW,1996,10,1274,1326 +CUW,1996,11,1249,1300 +CUW,1996,12,1220,1266 +CUW,1996,13,1183,1231 +CUW,1996,14,1137,1198 +CUW,1996,15,1086,1164 +CUW,1996,16,1036,1128 +CUW,1996,17,985,1095 +CUW,1996,18,945,1049 +CUW,1997,0,909,961 +CUW,1997,1,1016,1078 +CUW,1997,2,1090,1162 +CUW,1997,3,1154,1224 +CUW,1997,4,1204,1271 +CUW,1997,5,1241,1304 +CUW,1997,6,1266,1324 +CUW,1997,7,1278,1332 +CUW,1997,8,1280,1327 +CUW,1997,9,1274,1317 +CUW,1997,10,1261,1305 +CUW,1997,11,1242,1290 +CUW,1997,12,1217,1267 +CUW,1997,13,1191,1240 +CUW,1997,14,1151,1202 +CUW,1997,15,1089,1151 +CUW,1997,16,1017,1092 +CUW,1997,17,947,1033 +CUW,1997,18,875,974 +CUW,1998,0,821,863 +CUW,1998,1,934,991 +CUW,1998,2,1029,1095 +CUW,1998,3,1086,1159 +CUW,1998,4,1142,1213 +CUW,1998,5,1186,1253 +CUW,1998,6,1218,1280 +CUW,1998,7,1239,1295 +CUW,1998,8,1249,1298 +CUW,1998,9,1248,1289 +CUW,1998,10,1240,1277 +CUW,1998,11,1227,1266 +CUW,1998,12,1207,1254 +CUW,1998,13,1184,1234 +CUW,1998,14,1162,1213 +CUW,1998,15,1117,1173 +CUW,1998,16,1041,1104 +CUW,1998,17,947,1019 +CUW,1998,18,858,937 +CUW,1999,0,759,792 +CUW,1999,1,867,919 +CUW,1999,2,959,1024 +CUW,1999,3,1036,1109 +CUW,1999,4,1083,1158 +CUW,1999,5,1131,1204 +CUW,1999,6,1169,1236 +CUW,1999,7,1195,1257 +CUW,1999,8,1213,1268 +CUW,1999,9,1220,1266 +CUW,1999,10,1216,1252 +CUW,1999,11,1207,1238 +CUW,1999,12,1193,1229 +CUW,1999,13,1174,1219 +CUW,1999,14,1152,1203 +CUW,1999,15,1133,1188 +CUW,1999,16,1085,1145 +CUW,1999,17,993,1059 +CUW,1999,18,878,948 +CUW,2000,0,735,761 +CUW,2000,1,825,873 +CUW,2000,2,904,968 +CUW,2000,3,974,1047 +CUW,2000,4,1033,1111 +CUW,2000,5,1083,1161 +CUW,2000,6,1123,1198 +CUW,2000,7,1154,1224 +CUW,2000,8,1176,1239 +CUW,2000,9,1190,1245 +CUW,2000,10,1194,1239 +CUW,2000,11,1188,1221 +CUW,2000,12,1176,1204 +CUW,2000,13,1163,1196 +CUW,2000,14,1144,1189 +CUW,2000,15,1122,1176 +CUW,2000,16,1107,1168 +CUW,2000,17,1055,1121 +CUW,2000,18,948,1017 +CUW,2001,0,746,765 +CUW,2001,1,736,768 +CUW,2001,2,812,862 +CUW,2001,3,881,944 +CUW,2001,4,945,1015 +CUW,2001,5,1002,1076 +CUW,2001,6,1052,1126 +CUW,2001,7,1096,1166 +CUW,2001,8,1128,1194 +CUW,2001,9,1148,1207 +CUW,2001,10,1156,1209 +CUW,2001,11,1158,1202 +CUW,2001,12,1151,1184 +CUW,2001,13,1136,1164 +CUW,2001,14,1112,1145 +CUW,2001,15,1081,1123 +CUW,2001,16,1048,1096 +CUW,2001,17,1020,1073 +CUW,2001,18,966,1023 +CUW,2002,0,795,808 +CUW,2002,1,802,838 +CUW,2002,2,737,776 +CUW,2002,3,799,852 +CUW,2002,4,860,922 +CUW,2002,5,918,986 +CUW,2002,6,972,1043 +CUW,2002,7,1023,1092 +CUW,2002,8,1070,1136 +CUW,2002,9,1104,1166 +CUW,2002,10,1121,1178 +CUW,2002,11,1125,1175 +CUW,2002,12,1123,1167 +CUW,2002,13,1116,1151 +CUW,2002,14,1097,1127 +CUW,2002,15,1064,1096 +CUW,2002,16,1020,1059 +CUW,2002,17,976,1019 +CUW,2002,18,935,980 +CUW,2003,0,864,875 +CUW,2003,1,821,853 +CUW,2003,2,799,848 +CUW,2003,3,742,787 +CUW,2003,4,790,846 +CUW,2003,5,842,905 +CUW,2003,6,895,961 +CUW,2003,7,947,1014 +CUW,2003,8,998,1064 +CUW,2003,9,1049,1111 +CUW,2003,10,1085,1143 +CUW,2003,11,1100,1153 +CUW,2003,12,1098,1147 +CUW,2003,13,1094,1137 +CUW,2003,14,1086,1122 +CUW,2003,15,1063,1095 +CUW,2003,16,1020,1053 +CUW,2003,17,964,1001 +CUW,2003,18,909,948 +CUW,2004,0,932,943 +CUW,2004,1,851,880 +CUW,2004,2,799,842 +CUW,2004,3,773,826 +CUW,2004,4,752,805 +CUW,2004,5,788,846 +CUW,2004,6,831,894 +CUW,2004,7,880,943 +CUW,2004,8,930,993 +CUW,2004,9,982,1044 +CUW,2004,10,1037,1094 +CUW,2004,11,1075,1128 +CUW,2004,12,1088,1137 +CUW,2004,13,1081,1127 +CUW,2004,14,1074,1115 +CUW,2004,15,1066,1101 +CUW,2004,16,1039,1070 +CUW,2004,17,986,1017 +CUW,2004,18,917,950 +CUW,2005,0,985,996 +CUW,2005,1,886,911 +CUW,2005,2,819,856 +CUW,2005,3,780,826 +CUW,2005,4,765,818 +CUW,2005,5,771,828 +CUW,2005,6,794,853 +CUW,2005,7,829,889 +CUW,2005,8,874,933 +CUW,2005,9,923,980 +CUW,2005,10,977,1031 +CUW,2005,11,1035,1086 +CUW,2005,12,1076,1122 +CUW,2005,13,1087,1130 +CUW,2005,14,1075,1115 +CUW,2005,15,1065,1101 +CUW,2005,16,1057,1089 +CUW,2005,17,1025,1054 +CUW,2005,18,961,989 +CUW,2006,0,978,998 +CUW,2006,1,983,1001 +CUW,2006,2,906,936 +CUW,2006,3,853,893 +CUW,2006,4,822,871 +CUW,2006,5,810,865 +CUW,2006,6,814,873 +CUW,2006,7,828,890 +CUW,2006,8,856,919 +CUW,2006,9,898,958 +CUW,2006,10,946,1002 +CUW,2006,11,997,1048 +CUW,2006,12,1054,1098 +CUW,2006,13,1088,1126 +CUW,2006,14,1086,1119 +CUW,2006,15,1058,1087 +CUW,2006,16,1033,1057 +CUW,2006,17,1008,1027 +CUW,2006,18,970,984 +CUW,2007,0,954,984 +CUW,2007,1,898,931 +CUW,2007,2,992,1014 +CUW,2007,3,936,968 +CUW,2007,4,897,938 +CUW,2007,5,873,922 +CUW,2007,6,864,919 +CUW,2007,7,864,924 +CUW,2007,8,871,935 +CUW,2007,9,892,957 +CUW,2007,10,931,992 +CUW,2007,11,980,1033 +CUW,2007,12,1029,1074 +CUW,2007,13,1084,1119 +CUW,2007,14,1111,1138 +CUW,2007,15,1096,1117 +CUW,2007,16,1053,1068 +CUW,2007,17,1013,1022 +CUW,2007,18,971,974 +CUW,2008,0,920,961 +CUW,2008,1,908,944 +CUW,2008,2,901,937 +CUW,2008,3,1007,1032 +CUW,2008,4,971,1004 +CUW,2008,5,945,987 +CUW,2008,6,929,978 +CUW,2008,7,922,976 +CUW,2008,8,920,979 +CUW,2008,9,918,983 +CUW,2008,10,933,999 +CUW,2008,11,970,1030 +CUW,2008,12,1019,1068 +CUW,2008,13,1067,1104 +CUW,2008,14,1119,1145 +CUW,2008,15,1141,1156 +CUW,2008,16,1113,1120 +CUW,2008,17,1053,1053 +CUW,2008,18,997,990 +CUW,2009,0,890,942 +CUW,2009,1,917,959 +CUW,2009,2,939,975 +CUW,2009,3,957,990 +CUW,2009,4,1019,1048 +CUW,2009,5,1004,1039 +CUW,2009,6,992,1034 +CUW,2009,7,984,1032 +CUW,2009,8,979,1033 +CUW,2009,9,974,1033 +CUW,2009,10,964,1030 +CUW,2009,11,972,1039 +CUW,2009,12,1007,1066 +CUW,2009,13,1056,1101 +CUW,2009,14,1102,1133 +CUW,2009,15,1153,1169 +CUW,2009,16,1168,1171 +CUW,2009,17,1127,1120 +CUW,2009,18,1050,1037 +CUW,2010,0,878,939 +CUW,2010,1,927,974 +CUW,2010,2,965,1003 +CUW,2010,3,993,1027 +CUW,2010,4,1012,1045 +CUW,2010,5,1025,1059 +CUW,2010,6,1031,1069 +CUW,2010,7,1033,1077 +CUW,2010,8,1032,1081 +CUW,2010,9,1030,1085 +CUW,2010,10,1022,1083 +CUW,2010,11,1004,1072 +CUW,2010,12,1006,1074 +CUW,2010,13,1038,1097 +CUW,2010,14,1087,1129 +CUW,2010,15,1131,1157 +CUW,2010,16,1180,1188 +CUW,2010,17,1188,1181 +CUW,2010,18,1134,1116 +CUW,2011,0,903,969 +CUW,2011,1,909,964 +CUW,2011,2,951,995 +CUW,2011,3,984,1021 +CUW,2011,4,1010,1043 +CUW,2011,5,1028,1061 +CUW,2011,6,1041,1075 +CUW,2011,7,1049,1087 +CUW,2011,8,1052,1095 +CUW,2011,9,1051,1099 +CUW,2011,10,1047,1100 +CUW,2011,11,1039,1097 +CUW,2011,12,1023,1087 +CUW,2011,13,1021,1085 +CUW,2011,14,1043,1097 +CUW,2011,15,1077,1114 +CUW,2011,16,1107,1128 +CUW,2011,17,1141,1144 +CUW,2011,18,1145,1131 +CUW,2012,0,944,1013 +CUW,2012,1,980,1031 +CUW,2012,2,936,985 +CUW,2012,3,970,1011 +CUW,2012,4,998,1034 +CUW,2012,5,1020,1054 +CUW,2012,6,1037,1072 +CUW,2012,7,1051,1087 +CUW,2012,8,1060,1100 +CUW,2012,9,1065,1109 +CUW,2012,10,1063,1112 +CUW,2012,11,1058,1111 +CUW,2012,12,1049,1106 +CUW,2012,13,1034,1097 +CUW,2012,14,1029,1090 +CUW,2012,15,1040,1091 +CUW,2012,16,1060,1094 +CUW,2012,17,1076,1093 +CUW,2012,18,1095,1095 +CUW,2013,0,988,1058 +CUW,2013,1,999,1053 +CUW,2013,2,1010,1053 +CUW,2013,3,958,1003 +CUW,2013,4,984,1023 +CUW,2013,5,1007,1043 +CUW,2013,6,1026,1061 +CUW,2013,7,1042,1079 +CUW,2013,8,1055,1094 +CUW,2013,9,1067,1109 +CUW,2013,10,1072,1118 +CUW,2013,11,1070,1121 +CUW,2013,12,1063,1118 +CUW,2013,13,1054,1112 +CUW,2013,14,1041,1103 +CUW,2013,15,1033,1092 +CUW,2013,16,1033,1081 +CUW,2013,17,1037,1069 +CUW,2013,18,1040,1055 +CUW,2014,0,1015,1085 +CUW,2014,1,1007,1063 +CUW,2014,2,1003,1049 +CUW,2014,3,1003,1043 +CUW,2014,4,978,1019 +CUW,2014,5,996,1034 +CUW,2014,6,1013,1050 +CUW,2014,7,1029,1068 +CUW,2014,8,1044,1084 +CUW,2014,9,1058,1101 +CUW,2014,10,1071,1117 +CUW,2014,11,1078,1127 +CUW,2014,12,1075,1128 +CUW,2014,13,1067,1123 +CUW,2014,14,1057,1116 +CUW,2014,15,1046,1107 +CUW,2014,16,1035,1092 +CUW,2014,17,1024,1071 +CUW,2014,18,1013,1044 +CUW,2015,0,1015,1082 +CUW,2015,1,999,1055 +CUW,2015,2,990,1038 +CUW,2015,3,987,1030 +CUW,2015,4,990,1030 +CUW,2015,5,997,1035 +CUW,2015,6,1007,1045 +CUW,2015,7,1019,1058 +CUW,2015,8,1032,1074 +CUW,2015,9,1045,1090 +CUW,2015,10,1059,1107 +CUW,2015,11,1074,1124 +CUW,2015,12,1082,1135 +CUW,2015,13,1079,1135 +CUW,2015,14,1069,1128 +CUW,2015,15,1059,1120 +CUW,2015,16,1050,1112 +CUW,2015,17,1035,1093 +CUW,2015,18,1014,1060 +CUW,2016,0,986,1045 +CUW,2016,1,1010,1073 +CUW,2016,2,1000,1055 +CUW,2016,3,996,1044 +CUW,2016,4,995,1038 +CUW,2016,5,998,1038 +CUW,2016,6,1003,1041 +CUW,2016,7,1010,1047 +CUW,2016,8,1020,1057 +CUW,2016,9,1034,1074 +CUW,2016,10,1050,1093 +CUW,2016,11,1065,1111 +CUW,2016,12,1083,1131 +CUW,2016,13,1090,1141 +CUW,2016,14,1081,1135 +CUW,2016,15,1062,1119 +CUW,2016,16,1044,1103 +CUW,2016,17,1026,1085 +CUW,2016,18,1008,1063 +CUW,2017,0,930,978 +CUW,2017,1,943,990 +CUW,2017,2,1004,1064 +CUW,2017,3,1002,1055 +CUW,2017,4,1001,1049 +CUW,2017,5,1002,1046 +CUW,2017,6,1006,1047 +CUW,2017,7,1009,1048 +CUW,2017,8,1012,1049 +CUW,2017,9,1020,1057 +CUW,2017,10,1035,1074 +CUW,2017,11,1053,1096 +CUW,2017,12,1071,1116 +CUW,2017,13,1090,1138 +CUW,2017,14,1096,1147 +CUW,2017,15,1082,1135 +CUW,2017,16,1054,1110 +CUW,2017,17,1028,1086 +CUW,2017,18,1000,1058 +CUW,2018,0,863,900 +CUW,2018,1,900,942 +CUW,2018,2,932,977 +CUW,2018,3,998,1056 +CUW,2018,4,1002,1055 +CUW,2018,5,1006,1055 +CUW,2018,6,1009,1055 +CUW,2018,7,1013,1055 +CUW,2018,8,1015,1055 +CUW,2018,9,1014,1051 +CUW,2018,10,1020,1056 +CUW,2018,11,1036,1074 +CUW,2018,12,1056,1099 +CUW,2018,13,1076,1121 +CUW,2018,14,1097,1146 +CUW,2018,15,1102,1153 +CUW,2018,16,1082,1136 +CUW,2018,17,1045,1101 +CUW,2018,18,1011,1068 +CUW,2019,0,800,800 +CUW,2019,1,900,900 +CUW,2019,2,900,1000 +CUW,2019,3,900,1000 +CUW,2019,4,1000,1000 +CUW,2019,5,1000,1100 +CUW,2019,6,1000,1100 +CUW,2019,7,1000,1100 +CUW,2019,8,1000,1100 +CUW,2019,9,1000,1100 +CUW,2019,10,1000,1100 +CUW,2019,11,1000,1100 +CUW,2019,12,1000,1100 +CUW,2019,13,1100,1100 +CUW,2019,14,1100,1100 +CUW,2019,15,1100,1200 +CUW,2019,16,1100,1200 +CUW,2019,17,1100,1100 +CUW,2019,18,1000,1100 +CUW,2020,0,800,800 +CUW,2020,1,800,900 +CUW,2020,2,900,900 +CUW,2020,3,900,1000 +CUW,2020,4,1000,1000 +CUW,2020,5,1000,1000 +CUW,2020,6,1000,1100 +CUW,2020,7,1000,1100 +CUW,2020,8,1000,1100 +CUW,2020,9,1000,1100 +CUW,2020,10,1000,1100 +CUW,2020,11,1000,1100 +CUW,2020,12,1000,1100 +CUW,2020,13,1000,1100 +CUW,2020,14,1100,1100 +CUW,2020,15,1100,1100 +CUW,2020,16,1100,1200 +CUW,2020,17,1100,1200 +CUW,2020,18,1100,1100 +CUW,2021,0,800,800 +CUW,2021,1,800,800 +CUW,2021,2,800,900 +CUW,2021,3,900,900 +CUW,2021,4,900,1000 +CUW,2021,5,1000,1000 +CUW,2021,6,1000,1000 +CUW,2021,7,1000,1100 +CUW,2021,8,1000,1100 +CUW,2021,9,1000,1100 +CUW,2021,10,1000,1100 +CUW,2021,11,1000,1100 +CUW,2021,12,1000,1100 +CUW,2021,13,1000,1100 +CUW,2021,14,1000,1100 +CUW,2021,15,1100,1100 +CUW,2021,16,1100,1100 +CUW,2021,17,1100,1100 +CUW,2021,18,1100,1100 +CUW,2022,0,800,900 +CUW,2022,1,800,900 +CUW,2022,2,800,800 +CUW,2022,3,900,900 +CUW,2022,4,900,900 +CUW,2022,5,900,1000 +CUW,2022,6,1000,1000 +CUW,2022,7,1000,1000 +CUW,2022,8,1000,1100 +CUW,2022,9,1000,1100 +CUW,2022,10,1000,1100 +CUW,2022,11,1000,1100 +CUW,2022,12,1000,1100 +CUW,2022,13,1000,1100 +CUW,2022,14,1000,1100 +CUW,2022,15,1000,1100 +CUW,2022,16,1000,1100 +CUW,2022,17,1100,1100 +CUW,2022,18,1100,1100 +CUW,2023,0,900,900 +CUW,2023,1,900,900 +CUW,2023,2,900,900 +CUW,2023,3,800,900 +CUW,2023,4,900,900 +CUW,2023,5,900,900 +CUW,2023,6,900,1000 +CUW,2023,7,900,1000 +CUW,2023,8,1000,1000 +CUW,2023,9,1000,1100 +CUW,2023,10,1000,1100 +CUW,2023,11,1000,1100 +CUW,2023,12,1000,1100 +CUW,2023,13,1000,1100 +CUW,2023,14,1000,1100 +CUW,2023,15,1000,1100 +CUW,2023,16,1000,1100 +CUW,2023,17,1000,1100 +CUW,2023,18,1000,1100 +CUW,2024,0,900,1000 +CUW,2024,1,900,900 +CUW,2024,2,900,900 +CUW,2024,3,900,900 +CUW,2024,4,800,900 +CUW,2024,5,900,900 +CUW,2024,6,900,900 +CUW,2024,7,900,1000 +CUW,2024,8,900,1000 +CUW,2024,9,1000,1000 +CUW,2024,10,1000,1100 +CUW,2024,11,1000,1100 +CUW,2024,12,1000,1100 +CUW,2024,13,1000,1100 +CUW,2024,14,1000,1100 +CUW,2024,15,1000,1100 +CUW,2024,16,1000,1100 +CUW,2024,17,1000,1100 +CUW,2024,18,1000,1100 +CUW,2025,0,900,1000 +CUW,2025,1,900,900 +CUW,2025,2,900,900 +CUW,2025,3,900,900 +CUW,2025,4,800,900 +CUW,2025,5,900,900 +CUW,2025,6,900,900 +CUW,2025,7,900,900 +CUW,2025,8,900,1000 +CUW,2025,9,900,1000 +CUW,2025,10,1000,1000 +CUW,2025,11,1000,1100 +CUW,2025,12,1000,1100 +CUW,2025,13,1000,1100 +CUW,2025,14,1000,1100 +CUW,2025,15,1000,1100 +CUW,2025,16,1100,1100 +CUW,2025,17,1000,1100 +CUW,2025,18,1000,1100 +CUW,2026,0,1000,1000 +CUW,2026,1,900,1000 +CUW,2026,2,900,900 +CUW,2026,3,900,900 +CUW,2026,4,900,900 +CUW,2026,5,900,900 +CUW,2026,6,900,900 +CUW,2026,7,900,900 +CUW,2026,8,900,900 +CUW,2026,9,900,1000 +CUW,2026,10,900,1000 +CUW,2026,11,1000,1000 +CUW,2026,12,1000,1100 +CUW,2026,13,1000,1100 +CUW,2026,14,1000,1100 +CUW,2026,15,1000,1100 +CUW,2026,16,1000,1100 +CUW,2026,17,1000,1100 +CUW,2026,18,1000,1100 +CUW,2027,0,900,1000 +CUW,2027,1,900,1000 +CUW,2027,2,900,1000 +CUW,2027,3,900,900 +CUW,2027,4,900,900 +CUW,2027,5,900,900 +CUW,2027,6,900,900 +CUW,2027,7,900,900 +CUW,2027,8,900,900 +CUW,2027,9,900,900 +CUW,2027,10,900,1000 +CUW,2027,11,900,1000 +CUW,2027,12,1000,1000 +CUW,2027,13,1000,1100 +CUW,2027,14,1000,1100 +CUW,2027,15,1000,1100 +CUW,2027,16,1000,1100 +CUW,2027,17,1000,1100 +CUW,2027,18,1000,1000 +CUW,2028,0,900,1000 +CUW,2028,1,900,900 +CUW,2028,2,900,900 +CUW,2028,3,900,1000 +CUW,2028,4,900,900 +CUW,2028,5,900,900 +CUW,2028,6,900,900 +CUW,2028,7,900,900 +CUW,2028,8,900,900 +CUW,2028,9,900,900 +CUW,2028,10,900,900 +CUW,2028,11,900,1000 +CUW,2028,12,900,1000 +CUW,2028,13,1000,1000 +CUW,2028,14,1000,1100 +CUW,2028,15,1100,1100 +CUW,2028,16,1000,1100 +CUW,2028,17,1000,1100 +CUW,2028,18,1000,1000 +CUW,2029,0,900,900 +CUW,2029,1,900,900 +CUW,2029,2,900,900 +CUW,2029,3,900,900 +CUW,2029,4,900,1000 +CUW,2029,5,900,900 +CUW,2029,6,900,900 +CUW,2029,7,900,900 +CUW,2029,8,900,900 +CUW,2029,9,900,900 +CUW,2029,10,900,900 +CUW,2029,11,900,900 +CUW,2029,12,900,1000 +CUW,2029,13,1000,1000 +CUW,2029,14,1000,1000 +CUW,2029,15,1000,1100 +CUW,2029,16,1100,1100 +CUW,2029,17,1000,1100 +CUW,2029,18,1000,1100 +CUW,2030,0,900,900 +CUW,2030,1,900,900 +CUW,2030,2,900,900 +CUW,2030,3,900,900 +CUW,2030,4,900,900 +CUW,2030,5,900,900 +CUW,2030,6,900,900 +CUW,2030,7,900,900 +CUW,2030,8,900,900 +CUW,2030,9,900,900 +CUW,2030,10,900,900 +CUW,2030,11,900,900 +CUW,2030,12,900,900 +CUW,2030,13,900,1000 +CUW,2030,14,1000,1000 +CUW,2030,15,1000,1000 +CUW,2030,16,1000,1100 +CUW,2030,17,1100,1100 +CUW,2030,18,1000,1100 +CUW,2031,0,900,900 +CUW,2031,1,900,900 +CUW,2031,2,900,900 +CUW,2031,3,900,900 +CUW,2031,4,900,1000 +CUW,2031,5,900,1000 +CUW,2031,6,900,900 +CUW,2031,7,900,900 +CUW,2031,8,900,900 +CUW,2031,9,900,900 +CUW,2031,10,900,900 +CUW,2031,11,900,900 +CUW,2031,12,900,900 +CUW,2031,13,900,900 +CUW,2031,14,900,1000 +CUW,2031,15,900,1000 +CUW,2031,16,1000,1000 +CUW,2031,17,1000,1100 +CUW,2031,18,1000,1100 +CUW,2032,0,900,900 +CUW,2032,1,900,900 +CUW,2032,2,900,900 +CUW,2032,3,900,900 +CUW,2032,4,900,900 +CUW,2032,5,900,1000 +CUW,2032,6,900,1000 +CUW,2032,7,900,900 +CUW,2032,8,900,900 +CUW,2032,9,900,900 +CUW,2032,10,900,900 +CUW,2032,11,900,900 +CUW,2032,12,900,900 +CUW,2032,13,900,900 +CUW,2032,14,900,900 +CUW,2032,15,900,1000 +CUW,2032,16,900,1000 +CUW,2032,17,1000,1000 +CUW,2032,18,1000,1000 +CUW,2033,0,900,900 +CUW,2033,1,900,900 +CUW,2033,2,900,1000 +CUW,2033,3,900,900 +CUW,2033,4,900,900 +CUW,2033,5,900,1000 +CUW,2033,6,900,1000 +CUW,2033,7,900,1000 +CUW,2033,8,900,900 +CUW,2033,9,900,900 +CUW,2033,10,900,900 +CUW,2033,11,900,900 +CUW,2033,12,900,900 +CUW,2033,13,900,900 +CUW,2033,14,900,900 +CUW,2033,15,900,900 +CUW,2033,16,900,1000 +CUW,2033,17,900,1000 +CUW,2033,18,900,1000 +CUW,2034,0,900,900 +CUW,2034,1,900,900 +CUW,2034,2,900,900 +CUW,2034,3,900,1000 +CUW,2034,4,900,900 +CUW,2034,5,900,1000 +CUW,2034,6,900,1000 +CUW,2034,7,900,1000 +CUW,2034,8,900,1000 +CUW,2034,9,900,900 +CUW,2034,10,900,900 +CUW,2034,11,900,900 +CUW,2034,12,900,900 +CUW,2034,13,900,900 +CUW,2034,14,900,900 +CUW,2034,15,900,900 +CUW,2034,16,900,900 +CUW,2034,17,900,1000 +CUW,2034,18,900,1000 +CUW,2035,0,900,900 +CUW,2035,1,900,900 +CUW,2035,2,900,900 +CUW,2035,3,900,1000 +CUW,2035,4,900,1000 +CUW,2035,5,900,1000 +CUW,2035,6,900,1000 +CUW,2035,7,900,1000 +CUW,2035,8,900,1000 +CUW,2035,9,900,1000 +CUW,2035,10,900,900 +CUW,2035,11,900,900 +CUW,2035,12,900,900 +CUW,2035,13,900,900 +CUW,2035,14,900,900 +CUW,2035,15,900,900 +CUW,2035,16,900,900 +CUW,2035,17,900,1000 +CUW,2035,18,900,1000 +CUW,2036,0,900,900 +CUW,2036,1,900,900 +CUW,2036,2,900,900 +CUW,2036,3,900,900 +CUW,2036,4,900,1000 +CUW,2036,5,900,1000 +CUW,2036,6,900,1000 +CUW,2036,7,900,1000 +CUW,2036,8,900,1000 +CUW,2036,9,900,1000 +CUW,2036,10,900,1000 +CUW,2036,11,900,1000 +CUW,2036,12,900,1000 +CUW,2036,13,900,1000 +CUW,2036,14,900,900 +CUW,2036,15,900,900 +CUW,2036,16,900,900 +CUW,2036,17,900,900 +CUW,2036,18,900,900 +CUW,2037,0,900,900 +CUW,2037,1,900,900 +CUW,2037,2,900,900 +CUW,2037,3,900,900 +CUW,2037,4,900,1000 +CUW,2037,5,900,1000 +CUW,2037,6,900,1000 +CUW,2037,7,900,1000 +CUW,2037,8,900,1000 +CUW,2037,9,900,1000 +CUW,2037,10,900,1000 +CUW,2037,11,900,1000 +CUW,2037,12,900,1000 +CUW,2037,13,900,1000 +CUW,2037,14,900,1000 +CUW,2037,15,900,900 +CUW,2037,16,900,900 +CUW,2037,17,900,900 +CUW,2037,18,900,900 +CUW,2038,0,900,900 +CUW,2038,1,900,900 +CUW,2038,2,900,900 +CUW,2038,3,900,900 +CUW,2038,4,900,1000 +CUW,2038,5,900,1000 +CUW,2038,6,900,1000 +CUW,2038,7,900,1000 +CUW,2038,8,900,1000 +CUW,2038,9,900,1000 +CUW,2038,10,900,1000 +CUW,2038,11,900,1000 +CUW,2038,12,900,1000 +CUW,2038,13,900,1000 +CUW,2038,14,900,1000 +CUW,2038,15,900,1000 +CUW,2038,16,900,900 +CUW,2038,17,900,900 +CUW,2038,18,900,900 +CUW,2039,0,900,900 +CUW,2039,1,900,900 +CUW,2039,2,900,900 +CUW,2039,3,900,900 +CUW,2039,4,900,900 +CUW,2039,5,900,1000 +CUW,2039,6,900,1000 +CUW,2039,7,900,1000 +CUW,2039,8,900,1000 +CUW,2039,9,900,1000 +CUW,2039,10,900,1000 +CUW,2039,11,900,1000 +CUW,2039,12,900,1000 +CUW,2039,13,900,1000 +CUW,2039,14,900,1000 +CUW,2039,15,900,1000 +CUW,2039,16,900,1000 +CUW,2039,17,900,900 +CUW,2039,18,900,900 +CUW,2040,0,900,900 +CUW,2040,1,900,900 +CUW,2040,2,900,900 +CUW,2040,3,900,900 +CUW,2040,4,900,900 +CUW,2040,5,900,1000 +CUW,2040,6,900,1000 +CUW,2040,7,900,1000 +CUW,2040,8,900,1000 +CUW,2040,9,900,1000 +CUW,2040,10,900,1000 +CUW,2040,11,900,1000 +CUW,2040,12,900,1000 +CUW,2040,13,900,1000 +CUW,2040,14,900,1000 +CUW,2040,15,900,1000 +CUW,2040,16,900,1000 +CUW,2040,17,900,1000 +CUW,2040,18,900,900 +CUW,2041,0,900,900 +CUW,2041,1,900,900 +CUW,2041,2,900,900 +CUW,2041,3,900,900 +CUW,2041,4,900,900 +CUW,2041,5,900,900 +CUW,2041,6,900,1000 +CUW,2041,7,900,1000 +CUW,2041,8,900,1000 +CUW,2041,9,900,1000 +CUW,2041,10,900,1000 +CUW,2041,11,900,1000 +CUW,2041,12,900,1000 +CUW,2041,13,900,1000 +CUW,2041,14,900,1000 +CUW,2041,15,900,1000 +CUW,2041,16,900,1000 +CUW,2041,17,900,1000 +CUW,2041,18,900,900 +CUW,2042,0,900,900 +CUW,2042,1,900,900 +CUW,2042,2,900,900 +CUW,2042,3,900,900 +CUW,2042,4,900,900 +CUW,2042,5,900,900 +CUW,2042,6,900,900 +CUW,2042,7,900,1000 +CUW,2042,8,900,1000 +CUW,2042,9,900,1000 +CUW,2042,10,900,1000 +CUW,2042,11,900,1000 +CUW,2042,12,900,1000 +CUW,2042,13,900,1000 +CUW,2042,14,900,1000 +CUW,2042,15,900,1000 +CUW,2042,16,900,1000 +CUW,2042,17,900,900 +CUW,2042,18,900,900 +CUW,2043,0,900,900 +CUW,2043,1,900,900 +CUW,2043,2,900,900 +CUW,2043,3,900,900 +CUW,2043,4,900,900 +CUW,2043,5,900,900 +CUW,2043,6,900,900 +CUW,2043,7,900,1000 +CUW,2043,8,900,1000 +CUW,2043,9,900,1000 +CUW,2043,10,900,1000 +CUW,2043,11,900,1000 +CUW,2043,12,900,1000 +CUW,2043,13,900,1000 +CUW,2043,14,900,1000 +CUW,2043,15,900,1000 +CUW,2043,16,900,1000 +CUW,2043,17,900,900 +CUW,2043,18,900,900 +CUW,2044,0,900,900 +CUW,2044,1,900,900 +CUW,2044,2,900,900 +CUW,2044,3,900,900 +CUW,2044,4,900,900 +CUW,2044,5,900,900 +CUW,2044,6,900,900 +CUW,2044,7,900,900 +CUW,2044,8,900,1000 +CUW,2044,9,900,1000 +CUW,2044,10,900,1000 +CUW,2044,11,900,1000 +CUW,2044,12,900,1000 +CUW,2044,13,900,1000 +CUW,2044,14,900,1000 +CUW,2044,15,900,1000 +CUW,2044,16,900,1000 +CUW,2044,17,900,1000 +CUW,2044,18,900,900 +CUW,2045,0,800,900 +CUW,2045,1,900,900 +CUW,2045,2,900,900 +CUW,2045,3,900,900 +CUW,2045,4,900,900 +CUW,2045,5,900,900 +CUW,2045,6,900,900 +CUW,2045,7,900,900 +CUW,2045,8,900,900 +CUW,2045,9,900,1000 +CUW,2045,10,900,1000 +CUW,2045,11,900,1000 +CUW,2045,12,900,1000 +CUW,2045,13,900,1000 +CUW,2045,14,900,1000 +CUW,2045,15,900,1000 +CUW,2045,16,1000,1000 +CUW,2045,17,900,1000 +CUW,2045,18,900,1000 +CUW,2046,0,800,900 +CUW,2046,1,800,900 +CUW,2046,2,900,900 +CUW,2046,3,900,900 +CUW,2046,4,900,900 +CUW,2046,5,900,900 +CUW,2046,6,900,900 +CUW,2046,7,900,900 +CUW,2046,8,900,900 +CUW,2046,9,900,1000 +CUW,2046,10,900,1000 +CUW,2046,11,900,1000 +CUW,2046,12,900,1000 +CUW,2046,13,900,1000 +CUW,2046,14,900,1000 +CUW,2046,15,900,1000 +CUW,2046,16,900,1000 +CUW,2046,17,900,1000 +CUW,2046,18,900,1000 +CUW,2047,0,800,900 +CUW,2047,1,800,900 +CUW,2047,2,900,900 +CUW,2047,3,900,900 +CUW,2047,4,900,900 +CUW,2047,5,900,900 +CUW,2047,6,900,900 +CUW,2047,7,900,900 +CUW,2047,8,900,900 +CUW,2047,9,900,900 +CUW,2047,10,900,1000 +CUW,2047,11,900,1000 +CUW,2047,12,900,1000 +CUW,2047,13,900,1000 +CUW,2047,14,900,1000 +CUW,2047,15,900,1000 +CUW,2047,16,900,1000 +CUW,2047,17,900,1000 +CUW,2047,18,900,900 +CUW,2048,0,800,900 +CUW,2048,1,800,900 +CUW,2048,2,800,900 +CUW,2048,3,900,900 +CUW,2048,4,900,900 +CUW,2048,5,900,900 +CUW,2048,6,900,900 +CUW,2048,7,900,900 +CUW,2048,8,900,900 +CUW,2048,9,900,900 +CUW,2048,10,900,900 +CUW,2048,11,900,1000 +CUW,2048,12,900,1000 +CUW,2048,13,900,1000 +CUW,2048,14,900,1000 +CUW,2048,15,900,1000 +CUW,2048,16,900,1000 +CUW,2048,17,900,1000 +CUW,2048,18,900,900 +CUW,2049,0,800,900 +CUW,2049,1,800,900 +CUW,2049,2,800,900 +CUW,2049,3,800,900 +CUW,2049,4,900,900 +CUW,2049,5,900,900 +CUW,2049,6,900,900 +CUW,2049,7,900,900 +CUW,2049,8,900,900 +CUW,2049,9,900,900 +CUW,2049,10,900,900 +CUW,2049,11,900,900 +CUW,2049,12,900,1000 +CUW,2049,13,900,1000 +CUW,2049,14,900,1000 +CUW,2049,15,900,1000 +CUW,2049,16,900,1000 +CUW,2049,17,900,1000 +CUW,2049,18,900,900 +CUW,2050,0,800,900 +CUW,2050,1,800,900 +CUW,2050,2,800,900 +CUW,2050,3,800,900 +CUW,2050,4,900,900 +CUW,2050,5,900,900 +CUW,2050,6,900,900 +CUW,2050,7,900,900 +CUW,2050,8,900,900 +CUW,2050,9,900,900 +CUW,2050,10,900,900 +CUW,2050,11,900,900 +CUW,2050,12,900,900 +CUW,2050,13,900,1000 +CUW,2050,14,900,1000 +CUW,2050,15,900,1000 +CUW,2050,16,1000,1000 +CUW,2050,17,1000,1000 +CUW,2050,18,900,1000 +CYM,1990,0,, +CYM,1990,1,, +CYM,1990,2,, +CYM,1990,3,, +CYM,1990,4,, +CYM,1990,5,, +CYM,1990,6,, +CYM,1990,7,, +CYM,1990,8,, +CYM,1990,9,, +CYM,1990,10,, +CYM,1990,11,, +CYM,1990,12,, +CYM,1990,13,, +CYM,1990,14,, +CYM,1990,15,, +CYM,1990,16,, +CYM,1990,17,, +CYM,1990,18,, +CYM,1991,0,, +CYM,1991,1,, +CYM,1991,2,, +CYM,1991,3,, +CYM,1991,4,, +CYM,1991,5,, +CYM,1991,6,, +CYM,1991,7,, +CYM,1991,8,, +CYM,1991,9,, +CYM,1991,10,, +CYM,1991,11,, +CYM,1991,12,, +CYM,1991,13,, +CYM,1991,14,, +CYM,1991,15,, +CYM,1991,16,, +CYM,1991,17,, +CYM,1991,18,, +CYM,1992,0,, +CYM,1992,1,, +CYM,1992,2,, +CYM,1992,3,, +CYM,1992,4,, +CYM,1992,5,, +CYM,1992,6,, +CYM,1992,7,, +CYM,1992,8,, +CYM,1992,9,, +CYM,1992,10,, +CYM,1992,11,, +CYM,1992,12,, +CYM,1992,13,, +CYM,1992,14,, +CYM,1992,15,, +CYM,1992,16,, +CYM,1992,17,, +CYM,1992,18,, +CYM,1993,0,, +CYM,1993,1,, +CYM,1993,2,, +CYM,1993,3,, +CYM,1993,4,, +CYM,1993,5,, +CYM,1993,6,, +CYM,1993,7,, +CYM,1993,8,, +CYM,1993,9,, +CYM,1993,10,, +CYM,1993,11,, +CYM,1993,12,, +CYM,1993,13,, +CYM,1993,14,, +CYM,1993,15,, +CYM,1993,16,, +CYM,1993,17,, +CYM,1993,18,, +CYM,1994,0,, +CYM,1994,1,, +CYM,1994,2,, +CYM,1994,3,, +CYM,1994,4,, +CYM,1994,5,, +CYM,1994,6,, +CYM,1994,7,, +CYM,1994,8,, +CYM,1994,9,, +CYM,1994,10,, +CYM,1994,11,, +CYM,1994,12,, +CYM,1994,13,, +CYM,1994,14,, +CYM,1994,15,, +CYM,1994,16,, +CYM,1994,17,, +CYM,1994,18,, +CYM,1995,0,, +CYM,1995,1,, +CYM,1995,2,, +CYM,1995,3,, +CYM,1995,4,, +CYM,1995,5,, +CYM,1995,6,, +CYM,1995,7,, +CYM,1995,8,, +CYM,1995,9,, +CYM,1995,10,, +CYM,1995,11,, +CYM,1995,12,, +CYM,1995,13,, +CYM,1995,14,, +CYM,1995,15,, +CYM,1995,16,, +CYM,1995,17,, +CYM,1995,18,, +CYM,1996,0,, +CYM,1996,1,, +CYM,1996,2,, +CYM,1996,3,, +CYM,1996,4,, +CYM,1996,5,, +CYM,1996,6,, +CYM,1996,7,, +CYM,1996,8,, +CYM,1996,9,, +CYM,1996,10,, +CYM,1996,11,, +CYM,1996,12,, +CYM,1996,13,, +CYM,1996,14,, +CYM,1996,15,, +CYM,1996,16,, +CYM,1996,17,, +CYM,1996,18,, +CYM,1997,0,, +CYM,1997,1,, +CYM,1997,2,, +CYM,1997,3,, +CYM,1997,4,, +CYM,1997,5,, +CYM,1997,6,, +CYM,1997,7,, +CYM,1997,8,, +CYM,1997,9,, +CYM,1997,10,, +CYM,1997,11,, +CYM,1997,12,, +CYM,1997,13,, +CYM,1997,14,, +CYM,1997,15,, +CYM,1997,16,, +CYM,1997,17,, +CYM,1997,18,, +CYM,1998,0,, +CYM,1998,1,, +CYM,1998,2,, +CYM,1998,3,, +CYM,1998,4,, +CYM,1998,5,, +CYM,1998,6,, +CYM,1998,7,, +CYM,1998,8,, +CYM,1998,9,, +CYM,1998,10,, +CYM,1998,11,, +CYM,1998,12,, +CYM,1998,13,, +CYM,1998,14,, +CYM,1998,15,, +CYM,1998,16,, +CYM,1998,17,, +CYM,1998,18,, +CYM,1999,0,, +CYM,1999,1,, +CYM,1999,2,, +CYM,1999,3,, +CYM,1999,4,, +CYM,1999,5,, +CYM,1999,6,, +CYM,1999,7,, +CYM,1999,8,, +CYM,1999,9,, +CYM,1999,10,, +CYM,1999,11,, +CYM,1999,12,, +CYM,1999,13,, +CYM,1999,14,, +CYM,1999,15,, +CYM,1999,16,, +CYM,1999,17,, +CYM,1999,18,, +CYM,2000,0,, +CYM,2000,1,, +CYM,2000,2,, +CYM,2000,3,, +CYM,2000,4,, +CYM,2000,5,, +CYM,2000,6,, +CYM,2000,7,, +CYM,2000,8,, +CYM,2000,9,, +CYM,2000,10,, +CYM,2000,11,, +CYM,2000,12,, +CYM,2000,13,, +CYM,2000,14,, +CYM,2000,15,, +CYM,2000,16,, +CYM,2000,17,, +CYM,2000,18,, +CYM,2001,0,, +CYM,2001,1,, +CYM,2001,2,, +CYM,2001,3,, +CYM,2001,4,, +CYM,2001,5,, +CYM,2001,6,, +CYM,2001,7,, +CYM,2001,8,, +CYM,2001,9,, +CYM,2001,10,, +CYM,2001,11,, +CYM,2001,12,, +CYM,2001,13,, +CYM,2001,14,, +CYM,2001,15,, +CYM,2001,16,, +CYM,2001,17,, +CYM,2001,18,, +CYM,2002,0,, +CYM,2002,1,, +CYM,2002,2,, +CYM,2002,3,, +CYM,2002,4,, +CYM,2002,5,, +CYM,2002,6,, +CYM,2002,7,, +CYM,2002,8,, +CYM,2002,9,, +CYM,2002,10,, +CYM,2002,11,, +CYM,2002,12,, +CYM,2002,13,, +CYM,2002,14,, +CYM,2002,15,, +CYM,2002,16,, +CYM,2002,17,, +CYM,2002,18,, +CYM,2003,0,, +CYM,2003,1,, +CYM,2003,2,, +CYM,2003,3,, +CYM,2003,4,, +CYM,2003,5,, +CYM,2003,6,, +CYM,2003,7,, +CYM,2003,8,, +CYM,2003,9,, +CYM,2003,10,, +CYM,2003,11,, +CYM,2003,12,, +CYM,2003,13,, +CYM,2003,14,, +CYM,2003,15,, +CYM,2003,16,, +CYM,2003,17,, +CYM,2003,18,, +CYM,2004,0,, +CYM,2004,1,, +CYM,2004,2,, +CYM,2004,3,, +CYM,2004,4,, +CYM,2004,5,, +CYM,2004,6,, +CYM,2004,7,, +CYM,2004,8,, +CYM,2004,9,, +CYM,2004,10,, +CYM,2004,11,, +CYM,2004,12,, +CYM,2004,13,, +CYM,2004,14,, +CYM,2004,15,, +CYM,2004,16,, +CYM,2004,17,, +CYM,2004,18,, +CYM,2005,0,, +CYM,2005,1,, +CYM,2005,2,, +CYM,2005,3,, +CYM,2005,4,, +CYM,2005,5,, +CYM,2005,6,, +CYM,2005,7,, +CYM,2005,8,, +CYM,2005,9,, +CYM,2005,10,, +CYM,2005,11,, +CYM,2005,12,, +CYM,2005,13,, +CYM,2005,14,, +CYM,2005,15,, +CYM,2005,16,, +CYM,2005,17,, +CYM,2005,18,, +CYM,2006,0,, +CYM,2006,1,, +CYM,2006,2,, +CYM,2006,3,, +CYM,2006,4,, +CYM,2006,5,, +CYM,2006,6,, +CYM,2006,7,, +CYM,2006,8,, +CYM,2006,9,, +CYM,2006,10,, +CYM,2006,11,, +CYM,2006,12,, +CYM,2006,13,, +CYM,2006,14,, +CYM,2006,15,, +CYM,2006,16,, +CYM,2006,17,, +CYM,2006,18,, +CYM,2007,0,, +CYM,2007,1,, +CYM,2007,2,, +CYM,2007,3,, +CYM,2007,4,, +CYM,2007,5,, +CYM,2007,6,, +CYM,2007,7,, +CYM,2007,8,, +CYM,2007,9,, +CYM,2007,10,, +CYM,2007,11,, +CYM,2007,12,, +CYM,2007,13,, +CYM,2007,14,, +CYM,2007,15,, +CYM,2007,16,, +CYM,2007,17,, +CYM,2007,18,, +CYM,2008,0,, +CYM,2008,1,, +CYM,2008,2,, +CYM,2008,3,, +CYM,2008,4,, +CYM,2008,5,, +CYM,2008,6,, +CYM,2008,7,, +CYM,2008,8,, +CYM,2008,9,, +CYM,2008,10,, +CYM,2008,11,, +CYM,2008,12,, +CYM,2008,13,, +CYM,2008,14,, +CYM,2008,15,, +CYM,2008,16,, +CYM,2008,17,, +CYM,2008,18,, +CYM,2009,0,, +CYM,2009,1,, +CYM,2009,2,, +CYM,2009,3,, +CYM,2009,4,, +CYM,2009,5,, +CYM,2009,6,, +CYM,2009,7,, +CYM,2009,8,, +CYM,2009,9,, +CYM,2009,10,, +CYM,2009,11,, +CYM,2009,12,, +CYM,2009,13,, +CYM,2009,14,, +CYM,2009,15,, +CYM,2009,16,, +CYM,2009,17,, +CYM,2009,18,, +CYM,2010,0,, +CYM,2010,1,, +CYM,2010,2,, +CYM,2010,3,, +CYM,2010,4,, +CYM,2010,5,, +CYM,2010,6,, +CYM,2010,7,, +CYM,2010,8,, +CYM,2010,9,, +CYM,2010,10,, +CYM,2010,11,, +CYM,2010,12,, +CYM,2010,13,, +CYM,2010,14,, +CYM,2010,15,, +CYM,2010,16,, +CYM,2010,17,, +CYM,2010,18,, +CYM,2011,0,, +CYM,2011,1,, +CYM,2011,2,, +CYM,2011,3,, +CYM,2011,4,, +CYM,2011,5,, +CYM,2011,6,, +CYM,2011,7,, +CYM,2011,8,, +CYM,2011,9,, +CYM,2011,10,, +CYM,2011,11,, +CYM,2011,12,, +CYM,2011,13,, +CYM,2011,14,, +CYM,2011,15,, +CYM,2011,16,, +CYM,2011,17,, +CYM,2011,18,, +CYM,2012,0,, +CYM,2012,1,, +CYM,2012,2,, +CYM,2012,3,, +CYM,2012,4,, +CYM,2012,5,, +CYM,2012,6,, +CYM,2012,7,, +CYM,2012,8,, +CYM,2012,9,, +CYM,2012,10,, +CYM,2012,11,, +CYM,2012,12,, +CYM,2012,13,, +CYM,2012,14,, +CYM,2012,15,, +CYM,2012,16,, +CYM,2012,17,, +CYM,2012,18,, +CYM,2013,0,, +CYM,2013,1,, +CYM,2013,2,, +CYM,2013,3,, +CYM,2013,4,, +CYM,2013,5,, +CYM,2013,6,, +CYM,2013,7,, +CYM,2013,8,, +CYM,2013,9,, +CYM,2013,10,, +CYM,2013,11,, +CYM,2013,12,, +CYM,2013,13,, +CYM,2013,14,, +CYM,2013,15,, +CYM,2013,16,, +CYM,2013,17,, +CYM,2013,18,, +CYM,2014,0,, +CYM,2014,1,, +CYM,2014,2,, +CYM,2014,3,, +CYM,2014,4,, +CYM,2014,5,, +CYM,2014,6,, +CYM,2014,7,, +CYM,2014,8,, +CYM,2014,9,, +CYM,2014,10,, +CYM,2014,11,, +CYM,2014,12,, +CYM,2014,13,, +CYM,2014,14,, +CYM,2014,15,, +CYM,2014,16,, +CYM,2014,17,, +CYM,2014,18,, +CYM,2015,0,, +CYM,2015,1,, +CYM,2015,2,, +CYM,2015,3,, +CYM,2015,4,, +CYM,2015,5,, +CYM,2015,6,, +CYM,2015,7,, +CYM,2015,8,, +CYM,2015,9,, +CYM,2015,10,, +CYM,2015,11,, +CYM,2015,12,, +CYM,2015,13,, +CYM,2015,14,, +CYM,2015,15,, +CYM,2015,16,, +CYM,2015,17,, +CYM,2015,18,, +CYM,2016,0,, +CYM,2016,1,, +CYM,2016,2,, +CYM,2016,3,, +CYM,2016,4,, +CYM,2016,5,, +CYM,2016,6,, +CYM,2016,7,, +CYM,2016,8,, +CYM,2016,9,, +CYM,2016,10,, +CYM,2016,11,, +CYM,2016,12,, +CYM,2016,13,, +CYM,2016,14,, +CYM,2016,15,, +CYM,2016,16,, +CYM,2016,17,, +CYM,2016,18,, +CYM,2017,0,, +CYM,2017,1,, +CYM,2017,2,, +CYM,2017,3,, +CYM,2017,4,, +CYM,2017,5,, +CYM,2017,6,, +CYM,2017,7,, +CYM,2017,8,, +CYM,2017,9,, +CYM,2017,10,, +CYM,2017,11,, +CYM,2017,12,, +CYM,2017,13,, +CYM,2017,14,, +CYM,2017,15,, +CYM,2017,16,, +CYM,2017,17,, +CYM,2017,18,, +CYM,2018,0,, +CYM,2018,1,, +CYM,2018,2,, +CYM,2018,3,, +CYM,2018,4,, +CYM,2018,5,, +CYM,2018,6,, +CYM,2018,7,, +CYM,2018,8,, +CYM,2018,9,, +CYM,2018,10,, +CYM,2018,11,, +CYM,2018,12,, +CYM,2018,13,, +CYM,2018,14,, +CYM,2018,15,, +CYM,2018,16,, +CYM,2018,17,, +CYM,2018,18,, +CYM,2019,0,, +CYM,2019,1,, +CYM,2019,2,, +CYM,2019,3,, +CYM,2019,4,, +CYM,2019,5,, +CYM,2019,6,, +CYM,2019,7,, +CYM,2019,8,, +CYM,2019,9,, +CYM,2019,10,, +CYM,2019,11,, +CYM,2019,12,, +CYM,2019,13,, +CYM,2019,14,, +CYM,2019,15,, +CYM,2019,16,, +CYM,2019,17,, +CYM,2019,18,, +CYM,2020,0,, +CYM,2020,1,, +CYM,2020,2,, +CYM,2020,3,, +CYM,2020,4,, +CYM,2020,5,, +CYM,2020,6,, +CYM,2020,7,, +CYM,2020,8,, +CYM,2020,9,, +CYM,2020,10,, +CYM,2020,11,, +CYM,2020,12,, +CYM,2020,13,, +CYM,2020,14,, +CYM,2020,15,, +CYM,2020,16,, +CYM,2020,17,, +CYM,2020,18,, +CYM,2021,0,, +CYM,2021,1,, +CYM,2021,2,, +CYM,2021,3,, +CYM,2021,4,, +CYM,2021,5,, +CYM,2021,6,, +CYM,2021,7,, +CYM,2021,8,, +CYM,2021,9,, +CYM,2021,10,, +CYM,2021,11,, +CYM,2021,12,, +CYM,2021,13,, +CYM,2021,14,, +CYM,2021,15,, +CYM,2021,16,, +CYM,2021,17,, +CYM,2021,18,, +CYM,2022,0,, +CYM,2022,1,, +CYM,2022,2,, +CYM,2022,3,, +CYM,2022,4,, +CYM,2022,5,, +CYM,2022,6,, +CYM,2022,7,, +CYM,2022,8,, +CYM,2022,9,, +CYM,2022,10,, +CYM,2022,11,, +CYM,2022,12,, +CYM,2022,13,, +CYM,2022,14,, +CYM,2022,15,, +CYM,2022,16,, +CYM,2022,17,, +CYM,2022,18,, +CYM,2023,0,, +CYM,2023,1,, +CYM,2023,2,, +CYM,2023,3,, +CYM,2023,4,, +CYM,2023,5,, +CYM,2023,6,, +CYM,2023,7,, +CYM,2023,8,, +CYM,2023,9,, +CYM,2023,10,, +CYM,2023,11,, +CYM,2023,12,, +CYM,2023,13,, +CYM,2023,14,, +CYM,2023,15,, +CYM,2023,16,, +CYM,2023,17,, +CYM,2023,18,, +CYM,2024,0,, +CYM,2024,1,, +CYM,2024,2,, +CYM,2024,3,, +CYM,2024,4,, +CYM,2024,5,, +CYM,2024,6,, +CYM,2024,7,, +CYM,2024,8,, +CYM,2024,9,, +CYM,2024,10,, +CYM,2024,11,, +CYM,2024,12,, +CYM,2024,13,, +CYM,2024,14,, +CYM,2024,15,, +CYM,2024,16,, +CYM,2024,17,, +CYM,2024,18,, +CYM,2025,0,, +CYM,2025,1,, +CYM,2025,2,, +CYM,2025,3,, +CYM,2025,4,, +CYM,2025,5,, +CYM,2025,6,, +CYM,2025,7,, +CYM,2025,8,, +CYM,2025,9,, +CYM,2025,10,, +CYM,2025,11,, +CYM,2025,12,, +CYM,2025,13,, +CYM,2025,14,, +CYM,2025,15,, +CYM,2025,16,, +CYM,2025,17,, +CYM,2025,18,, +CYM,2026,0,, +CYM,2026,1,, +CYM,2026,2,, +CYM,2026,3,, +CYM,2026,4,, +CYM,2026,5,, +CYM,2026,6,, +CYM,2026,7,, +CYM,2026,8,, +CYM,2026,9,, +CYM,2026,10,, +CYM,2026,11,, +CYM,2026,12,, +CYM,2026,13,, +CYM,2026,14,, +CYM,2026,15,, +CYM,2026,16,, +CYM,2026,17,, +CYM,2026,18,, +CYM,2027,0,, +CYM,2027,1,, +CYM,2027,2,, +CYM,2027,3,, +CYM,2027,4,, +CYM,2027,5,, +CYM,2027,6,, +CYM,2027,7,, +CYM,2027,8,, +CYM,2027,9,, +CYM,2027,10,, +CYM,2027,11,, +CYM,2027,12,, +CYM,2027,13,, +CYM,2027,14,, +CYM,2027,15,, +CYM,2027,16,, +CYM,2027,17,, +CYM,2027,18,, +CYM,2028,0,, +CYM,2028,1,, +CYM,2028,2,, +CYM,2028,3,, +CYM,2028,4,, +CYM,2028,5,, +CYM,2028,6,, +CYM,2028,7,, +CYM,2028,8,, +CYM,2028,9,, +CYM,2028,10,, +CYM,2028,11,, +CYM,2028,12,, +CYM,2028,13,, +CYM,2028,14,, +CYM,2028,15,, +CYM,2028,16,, +CYM,2028,17,, +CYM,2028,18,, +CYM,2029,0,, +CYM,2029,1,, +CYM,2029,2,, +CYM,2029,3,, +CYM,2029,4,, +CYM,2029,5,, +CYM,2029,6,, +CYM,2029,7,, +CYM,2029,8,, +CYM,2029,9,, +CYM,2029,10,, +CYM,2029,11,, +CYM,2029,12,, +CYM,2029,13,, +CYM,2029,14,, +CYM,2029,15,, +CYM,2029,16,, +CYM,2029,17,, +CYM,2029,18,, +CYM,2030,0,, +CYM,2030,1,, +CYM,2030,2,, +CYM,2030,3,, +CYM,2030,4,, +CYM,2030,5,, +CYM,2030,6,, +CYM,2030,7,, +CYM,2030,8,, +CYM,2030,9,, +CYM,2030,10,, +CYM,2030,11,, +CYM,2030,12,, +CYM,2030,13,, +CYM,2030,14,, +CYM,2030,15,, +CYM,2030,16,, +CYM,2030,17,, +CYM,2030,18,, +CYM,2031,0,, +CYM,2031,1,, +CYM,2031,2,, +CYM,2031,3,, +CYM,2031,4,, +CYM,2031,5,, +CYM,2031,6,, +CYM,2031,7,, +CYM,2031,8,, +CYM,2031,9,, +CYM,2031,10,, +CYM,2031,11,, +CYM,2031,12,, +CYM,2031,13,, +CYM,2031,14,, +CYM,2031,15,, +CYM,2031,16,, +CYM,2031,17,, +CYM,2031,18,, +CYM,2032,0,, +CYM,2032,1,, +CYM,2032,2,, +CYM,2032,3,, +CYM,2032,4,, +CYM,2032,5,, +CYM,2032,6,, +CYM,2032,7,, +CYM,2032,8,, +CYM,2032,9,, +CYM,2032,10,, +CYM,2032,11,, +CYM,2032,12,, +CYM,2032,13,, +CYM,2032,14,, +CYM,2032,15,, +CYM,2032,16,, +CYM,2032,17,, +CYM,2032,18,, +CYM,2033,0,, +CYM,2033,1,, +CYM,2033,2,, +CYM,2033,3,, +CYM,2033,4,, +CYM,2033,5,, +CYM,2033,6,, +CYM,2033,7,, +CYM,2033,8,, +CYM,2033,9,, +CYM,2033,10,, +CYM,2033,11,, +CYM,2033,12,, +CYM,2033,13,, +CYM,2033,14,, +CYM,2033,15,, +CYM,2033,16,, +CYM,2033,17,, +CYM,2033,18,, +CYM,2034,0,, +CYM,2034,1,, +CYM,2034,2,, +CYM,2034,3,, +CYM,2034,4,, +CYM,2034,5,, +CYM,2034,6,, +CYM,2034,7,, +CYM,2034,8,, +CYM,2034,9,, +CYM,2034,10,, +CYM,2034,11,, +CYM,2034,12,, +CYM,2034,13,, +CYM,2034,14,, +CYM,2034,15,, +CYM,2034,16,, +CYM,2034,17,, +CYM,2034,18,, +CYM,2035,0,, +CYM,2035,1,, +CYM,2035,2,, +CYM,2035,3,, +CYM,2035,4,, +CYM,2035,5,, +CYM,2035,6,, +CYM,2035,7,, +CYM,2035,8,, +CYM,2035,9,, +CYM,2035,10,, +CYM,2035,11,, +CYM,2035,12,, +CYM,2035,13,, +CYM,2035,14,, +CYM,2035,15,, +CYM,2035,16,, +CYM,2035,17,, +CYM,2035,18,, +CYM,2036,0,, +CYM,2036,1,, +CYM,2036,2,, +CYM,2036,3,, +CYM,2036,4,, +CYM,2036,5,, +CYM,2036,6,, +CYM,2036,7,, +CYM,2036,8,, +CYM,2036,9,, +CYM,2036,10,, +CYM,2036,11,, +CYM,2036,12,, +CYM,2036,13,, +CYM,2036,14,, +CYM,2036,15,, +CYM,2036,16,, +CYM,2036,17,, +CYM,2036,18,, +CYM,2037,0,, +CYM,2037,1,, +CYM,2037,2,, +CYM,2037,3,, +CYM,2037,4,, +CYM,2037,5,, +CYM,2037,6,, +CYM,2037,7,, +CYM,2037,8,, +CYM,2037,9,, +CYM,2037,10,, +CYM,2037,11,, +CYM,2037,12,, +CYM,2037,13,, +CYM,2037,14,, +CYM,2037,15,, +CYM,2037,16,, +CYM,2037,17,, +CYM,2037,18,, +CYM,2038,0,, +CYM,2038,1,, +CYM,2038,2,, +CYM,2038,3,, +CYM,2038,4,, +CYM,2038,5,, +CYM,2038,6,, +CYM,2038,7,, +CYM,2038,8,, +CYM,2038,9,, +CYM,2038,10,, +CYM,2038,11,, +CYM,2038,12,, +CYM,2038,13,, +CYM,2038,14,, +CYM,2038,15,, +CYM,2038,16,, +CYM,2038,17,, +CYM,2038,18,, +CYM,2039,0,, +CYM,2039,1,, +CYM,2039,2,, +CYM,2039,3,, +CYM,2039,4,, +CYM,2039,5,, +CYM,2039,6,, +CYM,2039,7,, +CYM,2039,8,, +CYM,2039,9,, +CYM,2039,10,, +CYM,2039,11,, +CYM,2039,12,, +CYM,2039,13,, +CYM,2039,14,, +CYM,2039,15,, +CYM,2039,16,, +CYM,2039,17,, +CYM,2039,18,, +CYM,2040,0,, +CYM,2040,1,, +CYM,2040,2,, +CYM,2040,3,, +CYM,2040,4,, +CYM,2040,5,, +CYM,2040,6,, +CYM,2040,7,, +CYM,2040,8,, +CYM,2040,9,, +CYM,2040,10,, +CYM,2040,11,, +CYM,2040,12,, +CYM,2040,13,, +CYM,2040,14,, +CYM,2040,15,, +CYM,2040,16,, +CYM,2040,17,, +CYM,2040,18,, +CYM,2041,0,, +CYM,2041,1,, +CYM,2041,2,, +CYM,2041,3,, +CYM,2041,4,, +CYM,2041,5,, +CYM,2041,6,, +CYM,2041,7,, +CYM,2041,8,, +CYM,2041,9,, +CYM,2041,10,, +CYM,2041,11,, +CYM,2041,12,, +CYM,2041,13,, +CYM,2041,14,, +CYM,2041,15,, +CYM,2041,16,, +CYM,2041,17,, +CYM,2041,18,, +CYM,2042,0,, +CYM,2042,1,, +CYM,2042,2,, +CYM,2042,3,, +CYM,2042,4,, +CYM,2042,5,, +CYM,2042,6,, +CYM,2042,7,, +CYM,2042,8,, +CYM,2042,9,, +CYM,2042,10,, +CYM,2042,11,, +CYM,2042,12,, +CYM,2042,13,, +CYM,2042,14,, +CYM,2042,15,, +CYM,2042,16,, +CYM,2042,17,, +CYM,2042,18,, +CYM,2043,0,, +CYM,2043,1,, +CYM,2043,2,, +CYM,2043,3,, +CYM,2043,4,, +CYM,2043,5,, +CYM,2043,6,, +CYM,2043,7,, +CYM,2043,8,, +CYM,2043,9,, +CYM,2043,10,, +CYM,2043,11,, +CYM,2043,12,, +CYM,2043,13,, +CYM,2043,14,, +CYM,2043,15,, +CYM,2043,16,, +CYM,2043,17,, +CYM,2043,18,, +CYM,2044,0,, +CYM,2044,1,, +CYM,2044,2,, +CYM,2044,3,, +CYM,2044,4,, +CYM,2044,5,, +CYM,2044,6,, +CYM,2044,7,, +CYM,2044,8,, +CYM,2044,9,, +CYM,2044,10,, +CYM,2044,11,, +CYM,2044,12,, +CYM,2044,13,, +CYM,2044,14,, +CYM,2044,15,, +CYM,2044,16,, +CYM,2044,17,, +CYM,2044,18,, +CYM,2045,0,, +CYM,2045,1,, +CYM,2045,2,, +CYM,2045,3,, +CYM,2045,4,, +CYM,2045,5,, +CYM,2045,6,, +CYM,2045,7,, +CYM,2045,8,, +CYM,2045,9,, +CYM,2045,10,, +CYM,2045,11,, +CYM,2045,12,, +CYM,2045,13,, +CYM,2045,14,, +CYM,2045,15,, +CYM,2045,16,, +CYM,2045,17,, +CYM,2045,18,, +CYM,2046,0,, +CYM,2046,1,, +CYM,2046,2,, +CYM,2046,3,, +CYM,2046,4,, +CYM,2046,5,, +CYM,2046,6,, +CYM,2046,7,, +CYM,2046,8,, +CYM,2046,9,, +CYM,2046,10,, +CYM,2046,11,, +CYM,2046,12,, +CYM,2046,13,, +CYM,2046,14,, +CYM,2046,15,, +CYM,2046,16,, +CYM,2046,17,, +CYM,2046,18,, +CYM,2047,0,, +CYM,2047,1,, +CYM,2047,2,, +CYM,2047,3,, +CYM,2047,4,, +CYM,2047,5,, +CYM,2047,6,, +CYM,2047,7,, +CYM,2047,8,, +CYM,2047,9,, +CYM,2047,10,, +CYM,2047,11,, +CYM,2047,12,, +CYM,2047,13,, +CYM,2047,14,, +CYM,2047,15,, +CYM,2047,16,, +CYM,2047,17,, +CYM,2047,18,, +CYM,2048,0,, +CYM,2048,1,, +CYM,2048,2,, +CYM,2048,3,, +CYM,2048,4,, +CYM,2048,5,, +CYM,2048,6,, +CYM,2048,7,, +CYM,2048,8,, +CYM,2048,9,, +CYM,2048,10,, +CYM,2048,11,, +CYM,2048,12,, +CYM,2048,13,, +CYM,2048,14,, +CYM,2048,15,, +CYM,2048,16,, +CYM,2048,17,, +CYM,2048,18,, +CYM,2049,0,, +CYM,2049,1,, +CYM,2049,2,, +CYM,2049,3,, +CYM,2049,4,, +CYM,2049,5,, +CYM,2049,6,, +CYM,2049,7,, +CYM,2049,8,, +CYM,2049,9,, +CYM,2049,10,, +CYM,2049,11,, +CYM,2049,12,, +CYM,2049,13,, +CYM,2049,14,, +CYM,2049,15,, +CYM,2049,16,, +CYM,2049,17,, +CYM,2049,18,, +CYM,2050,0,, +CYM,2050,1,, +CYM,2050,2,, +CYM,2050,3,, +CYM,2050,4,, +CYM,2050,5,, +CYM,2050,6,, +CYM,2050,7,, +CYM,2050,8,, +CYM,2050,9,, +CYM,2050,10,, +CYM,2050,11,, +CYM,2050,12,, +CYM,2050,13,, +CYM,2050,14,, +CYM,2050,15,, +CYM,2050,16,, +CYM,2050,17,, +CYM,2050,18,, +CYP,1990,0,6716,7146 +CYP,1990,1,6785,7275 +CYP,1990,2,6806,7333 +CYP,1990,3,6784,7330 +CYP,1990,4,6727,7276 +CYP,1990,5,6640,7178 +CYP,1990,6,6529,7047 +CYP,1990,7,6400,6890 +CYP,1990,8,6260,6716 +CYP,1990,9,6113,6536 +CYP,1990,10,5966,6354 +CYP,1990,11,5822,6177 +CYP,1990,12,5695,6028 +CYP,1990,13,5592,5920 +CYP,1990,14,5516,5855 +CYP,1990,15,5442,5792 +CYP,1990,16,5356,5704 +CYP,1990,17,5374,5771 +CYP,1990,18,5547,6068 +CYP,1991,0,6776,7206 +CYP,1991,1,6727,7161 +CYP,1991,2,6774,7256 +CYP,1991,3,6782,7295 +CYP,1991,4,6756,7286 +CYP,1991,5,6702,7234 +CYP,1991,6,6625,7151 +CYP,1991,7,6532,7045 +CYP,1991,8,6419,6910 +CYP,1991,9,6289,6749 +CYP,1991,10,6149,6574 +CYP,1991,11,6011,6401 +CYP,1991,12,5873,6227 +CYP,1991,13,5766,6104 +CYP,1991,14,5706,6060 +CYP,1991,15,5684,6078 +CYP,1991,16,5662,6092 +CYP,1991,17,5632,6091 +CYP,1991,18,5671,6185 +CYP,1992,0,6887,7318 +CYP,1992,1,6919,7389 +CYP,1992,2,6746,7177 +CYP,1992,3,6769,7238 +CYP,1992,4,6765,7258 +CYP,1992,5,6735,7241 +CYP,1992,6,6683,7194 +CYP,1992,7,6617,7124 +CYP,1992,8,6542,7044 +CYP,1992,9,6445,6932 +CYP,1992,10,6324,6781 +CYP,1992,11,6192,6613 +CYP,1992,12,6062,6449 +CYP,1992,13,5930,6277 +CYP,1992,14,5843,6180 +CYP,1992,15,5826,6201 +CYP,1992,16,5858,6301 +CYP,1992,17,5887,6392 +CYP,1992,18,5913,6478 +CYP,1993,0,7009,7440 +CYP,1993,1,6985,7436 +CYP,1993,2,6949,7414 +CYP,1993,3,6769,7194 +CYP,1993,4,6771,7222 +CYP,1993,5,6754,7223 +CYP,1993,6,6719,7199 +CYP,1993,7,6671,7155 +CYP,1993,8,6614,7100 +CYP,1993,9,6557,7046 +CYP,1993,10,6476,6955 +CYP,1993,11,6365,6816 +CYP,1993,12,6240,6654 +CYP,1993,13,6119,6498 +CYP,1993,14,5992,6329 +CYP,1993,15,5925,6259 +CYP,1993,16,5950,6343 +CYP,1993,17,6037,6526 +CYP,1993,18,6117,6694 +CYP,1994,0,7083,7515 +CYP,1994,1,7022,7457 +CYP,1994,2,6963,7399 +CYP,1994,3,6905,7343 +CYP,1994,4,6797,7216 +CYP,1994,5,6776,7211 +CYP,1994,6,6746,7192 +CYP,1994,7,6708,7162 +CYP,1994,8,6662,7121 +CYP,1994,9,6615,7080 +CYP,1994,10,6576,7052 +CYP,1994,11,6512,6983 +CYP,1994,12,6410,6855 +CYP,1994,13,6291,6700 +CYP,1994,14,6179,6552 +CYP,1994,15,6058,6385 +CYP,1994,16,6011,6341 +CYP,1994,17,6079,6489 +CYP,1994,18,6219,6755 +CYP,1995,0,7070,7500 +CYP,1995,1,7016,7437 +CYP,1995,2,6965,7380 +CYP,1995,3,6917,7330 +CYP,1995,4,6871,7284 +CYP,1995,5,6826,7243 +CYP,1995,6,6783,7203 +CYP,1995,7,6740,7166 +CYP,1995,8,6698,7129 +CYP,1995,9,6654,7091 +CYP,1995,10,6618,7064 +CYP,1995,11,6596,7061 +CYP,1995,12,6548,7015 +CYP,1995,13,6456,6898 +CYP,1995,14,6344,6748 +CYP,1995,15,6240,6609 +CYP,1995,16,6124,6444 +CYP,1995,17,6098,6427 +CYP,1995,18,6208,6639 +CYP,1996,0,6949,7364 +CYP,1996,1,7081,7497 +CYP,1996,2,7041,7450 +CYP,1996,3,6995,7400 +CYP,1996,4,6945,7349 +CYP,1996,5,6894,7299 +CYP,1996,6,6840,7248 +CYP,1996,7,6780,7194 +CYP,1996,8,6736,7157 +CYP,1996,9,6719,7149 +CYP,1996,10,6718,7158 +CYP,1996,11,6719,7171 +CYP,1996,12,6730,7198 +CYP,1996,13,6718,7199 +CYP,1996,14,6670,7153 +CYP,1996,15,6601,7084 +CYP,1996,16,6540,7021 +CYP,1996,17,6470,6940 +CYP,1996,18,6457,6944 +CYP,1997,0,6747,7143 +CYP,1997,1,6857,7242 +CYP,1997,2,7094,7498 +CYP,1997,3,7068,7466 +CYP,1997,4,7027,7423 +CYP,1997,5,6976,7372 +CYP,1997,6,6920,7318 +CYP,1997,7,6856,7258 +CYP,1997,8,6779,7188 +CYP,1997,9,6735,7153 +CYP,1997,10,6743,7173 +CYP,1997,11,6784,7229 +CYP,1997,12,6821,7281 +CYP,1997,13,6865,7339 +CYP,1997,14,6891,7386 +CYP,1997,15,6886,7411 +CYP,1997,16,6862,7422 +CYP,1997,17,6843,7435 +CYP,1997,18,6818,7439 +CYP,1998,0,6493,6872 +CYP,1998,1,6724,7099 +CYP,1998,2,6890,7262 +CYP,1998,3,7106,7501 +CYP,1998,4,7094,7486 +CYP,1998,5,7058,7448 +CYP,1998,6,7006,7397 +CYP,1998,7,6945,7339 +CYP,1998,8,6870,7270 +CYP,1998,9,6777,7184 +CYP,1998,10,6731,7150 +CYP,1998,11,6765,7199 +CYP,1998,12,6849,7302 +CYP,1998,13,6923,7394 +CYP,1998,14,6999,7482 +CYP,1998,15,7063,7576 +CYP,1998,16,7101,7672 +CYP,1998,17,7121,7764 +CYP,1998,18,7144,7852 +CYP,1999,0,6232,6600 +CYP,1999,1,6569,6941 +CYP,1999,2,6816,7191 +CYP,1999,3,6984,7362 +CYP,1999,4,7113,7506 +CYP,1999,5,7115,7507 +CYP,1999,6,7084,7476 +CYP,1999,7,7031,7424 +CYP,1999,8,6965,7362 +CYP,1999,9,6880,7283 +CYP,1999,10,6770,7183 +CYP,1999,11,6724,7150 +CYP,1999,12,6783,7227 +CYP,1999,13,6909,7376 +CYP,1999,14,7020,7508 +CYP,1999,15,7129,7627 +CYP,1999,16,7230,7768 +CYP,1999,17,7311,7935 +CYP,1999,18,7375,8107 +CYP,2000,0,6001,6366 +CYP,2000,1,6403,6781 +CYP,2000,2,6704,7091 +CYP,2000,3,6914,7307 +CYP,2000,4,7048,7444 +CYP,2000,5,7116,7514 +CYP,2000,6,7131,7530 +CYP,2000,7,7105,7506 +CYP,2000,8,7051,7454 +CYP,2000,9,6980,7387 +CYP,2000,10,6885,7300 +CYP,2000,11,6759,7183 +CYP,2000,12,6712,7152 +CYP,2000,13,6796,7257 +CYP,2000,14,6965,7454 +CYP,2000,15,7113,7625 +CYP,2000,16,7253,7775 +CYP,2000,17,7391,7963 +CYP,2000,18,7516,8201 +CYP,2001,0,5816,6172 +CYP,2001,1,6098,6478 +CYP,2001,2,6449,6837 +CYP,2001,3,6715,7108 +CYP,2001,4,6907,7302 +CYP,2001,5,7036,7431 +CYP,2001,6,7111,7507 +CYP,2001,7,7145,7540 +CYP,2001,8,7142,7543 +CYP,2001,9,7109,7526 +CYP,2001,10,7061,7502 +CYP,2001,11,6992,7458 +CYP,2001,12,6892,7382 +CYP,2001,13,6874,7403 +CYP,2001,14,6993,7579 +CYP,2001,15,7196,7850 +CYP,2001,16,7377,8092 +CYP,2001,17,7555,8321 +CYP,2001,18,7700,8528 +CYP,2002,0,5659,6014 +CYP,2002,1,6063,6448 +CYP,2002,2,6189,6591 +CYP,2002,3,6487,6893 +CYP,2002,4,6719,7124 +CYP,2002,5,6893,7296 +CYP,2002,6,7016,7418 +CYP,2002,7,7099,7499 +CYP,2002,8,7151,7550 +CYP,2002,9,7170,7580 +CYP,2002,10,7160,7599 +CYP,2002,11,7134,7617 +CYP,2002,12,7091,7617 +CYP,2002,13,7017,7582 +CYP,2002,14,7029,7655 +CYP,2002,15,7182,7900 +CYP,2002,16,7420,8246 +CYP,2002,17,7634,8560 +CYP,2002,18,7847,8867 +CYP,2003,0,5548,5902 +CYP,2003,1,5904,6298 +CYP,2003,2,6198,6616 +CYP,2003,3,6278,6702 +CYP,2003,4,6524,6947 +CYP,2003,5,6722,7140 +CYP,2003,6,6877,7289 +CYP,2003,7,6996,7403 +CYP,2003,8,7086,7490 +CYP,2003,9,7157,7557 +CYP,2003,10,7198,7614 +CYP,2003,11,7210,7669 +CYP,2003,12,7207,7730 +CYP,2003,13,7190,7774 +CYP,2003,14,7141,7779 +CYP,2003,15,7183,7905 +CYP,2003,16,7370,8220 +CYP,2003,17,7642,8641 +CYP,2003,18,7888,9026 +CYP,2004,0,5503,5847 +CYP,2004,1,5796,6188 +CYP,2004,2,6050,6472 +CYP,2004,3,6268,6705 +CYP,2004,4,6374,6809 +CYP,2004,5,6568,6996 +CYP,2004,6,6732,7150 +CYP,2004,7,6869,7277 +CYP,2004,8,6982,7383 +CYP,2004,9,7080,7475 +CYP,2004,10,7169,7560 +CYP,2004,11,7233,7644 +CYP,2004,12,7267,7734 +CYP,2004,13,7286,7837 +CYP,2004,14,7295,7925 +CYP,2004,15,7273,7971 +CYP,2004,16,7344,8150 +CYP,2004,17,7566,8534 +CYP,2004,18,7872,9030 +CYP,2005,0,5535,5853 +CYP,2005,1,5759,6134 +CYP,2005,2,5964,6375 +CYP,2005,3,6152,6581 +CYP,2005,4,6323,6757 +CYP,2005,5,6479,6907 +CYP,2005,6,6622,7037 +CYP,2005,7,6752,7152 +CYP,2005,8,6870,7256 +CYP,2005,9,6979,7354 +CYP,2005,10,7085,7452 +CYP,2005,11,7193,7554 +CYP,2005,12,7279,7665 +CYP,2005,13,7335,7791 +CYP,2005,14,7377,7936 +CYP,2005,15,7412,8068 +CYP,2005,16,7415,8154 +CYP,2005,17,7516,8384 +CYP,2005,18,7772,8838 +CYP,2006,0,5643,5962 +CYP,2006,1,5651,6019 +CYP,2006,2,5835,6245 +CYP,2006,3,6008,6443 +CYP,2006,4,6173,6616 +CYP,2006,5,6331,6771 +CYP,2006,6,6481,6909 +CYP,2006,7,6621,7032 +CYP,2006,8,6765,7161 +CYP,2006,9,6918,7307 +CYP,2006,10,7075,7466 +CYP,2006,11,7228,7622 +CYP,2006,12,7381,7778 +CYP,2006,13,7516,7950 +CYP,2006,14,7627,8145 +CYP,2006,15,7722,8357 +CYP,2006,16,7810,8555 +CYP,2006,17,7875,8718 +CYP,2006,18,7986,8957 +CYP,2007,0,5827,6130 +CYP,2007,1,5893,6280 +CYP,2007,2,5772,6174 +CYP,2007,3,5915,6345 +CYP,2007,4,6057,6499 +CYP,2007,5,6200,6639 +CYP,2007,6,6344,6773 +CYP,2007,7,6487,6898 +CYP,2007,8,6625,7014 +CYP,2007,9,6783,7158 +CYP,2007,10,6972,7345 +CYP,2007,11,7178,7565 +CYP,2007,12,7377,7779 +CYP,2007,13,7575,7989 +CYP,2007,14,7760,8222 +CYP,2007,15,7925,8485 +CYP,2007,16,8074,8765 +CYP,2007,17,8215,9028 +CYP,2007,18,8343,9268 +CYP,2008,0,6041,6322 +CYP,2008,1,6031,6408 +CYP,2008,2,6040,6481 +CYP,2008,3,5892,6320 +CYP,2008,4,5994,6435 +CYP,2008,5,6104,6544 +CYP,2008,6,6224,6652 +CYP,2008,7,6355,6764 +CYP,2008,8,6491,6876 +CYP,2008,9,6627,6985 +CYP,2008,10,6799,7142 +CYP,2008,11,7022,7372 +CYP,2008,12,7277,7651 +CYP,2008,13,7524,7923 +CYP,2008,14,7767,8187 +CYP,2008,15,8001,8480 +CYP,2008,16,8221,8812 +CYP,2008,17,8424,9158 +CYP,2008,18,8618,9487 +CYP,2009,0,6222,6494 +CYP,2009,1,6157,6529 +CYP,2009,2,6114,6555 +CYP,2009,3,6094,6575 +CYP,2009,4,5999,6458 +CYP,2009,5,6061,6518 +CYP,2009,6,6139,6582 +CYP,2009,7,6236,6657 +CYP,2009,8,6353,6747 +CYP,2009,9,6482,6847 +CYP,2009,10,6616,6948 +CYP,2009,11,6802,7119 +CYP,2009,12,7059,7390 +CYP,2009,13,7362,7729 +CYP,2009,14,7657,8058 +CYP,2009,15,7943,8375 +CYP,2009,16,8227,8729 +CYP,2009,17,8502,9128 +CYP,2009,18,8758,9541 +CYP,2010,0,6325,6612 +CYP,2010,1,6238,6621 +CYP,2010,2,6169,6618 +CYP,2010,3,6121,6608 +CYP,2010,4,6094,6597 +CYP,2010,5,6090,6591 +CYP,2010,6,6110,6595 +CYP,2010,7,6156,6616 +CYP,2010,8,6230,6657 +CYP,2010,9,6333,6726 +CYP,2010,10,6455,6813 +CYP,2010,11,6586,6907 +CYP,2010,12,6785,7091 +CYP,2010,13,7076,7403 +CYP,2010,14,7426,7801 +CYP,2010,15,7767,8187 +CYP,2010,16,8097,8558 +CYP,2010,17,8429,8971 +CYP,2010,18,8757,9437 +CYP,2011,0,6396,6690 +CYP,2011,1,6375,6669 +CYP,2011,2,6293,6666 +CYP,2011,3,6224,6651 +CYP,2011,4,6171,6632 +CYP,2011,5,6137,6613 +CYP,2011,6,6124,6602 +CYP,2011,7,6130,6605 +CYP,2011,8,6176,6631 +CYP,2011,9,6268,6688 +CYP,2011,10,6403,6781 +CYP,2011,11,6553,6889 +CYP,2011,12,6707,6994 +CYP,2011,13,6939,7223 +CYP,2011,14,7278,7630 +CYP,2011,15,7682,8147 +CYP,2011,16,8075,8646 +CYP,2011,17,8463,9136 +CYP,2011,18,8814,9595 +CYP,2012,0,6384,6708 +CYP,2012,1,6366,6745 +CYP,2012,2,6407,6721 +CYP,2012,3,6331,6706 +CYP,2012,4,6262,6680 +CYP,2012,5,6204,6650 +CYP,2012,6,6164,6624 +CYP,2012,7,6140,6608 +CYP,2012,8,6133,6609 +CYP,2012,9,6177,6640 +CYP,2012,10,6288,6713 +CYP,2012,11,6455,6830 +CYP,2012,12,6632,6960 +CYP,2012,13,6809,7076 +CYP,2012,14,7074,7350 +CYP,2012,15,7460,7850 +CYP,2012,16,7917,8488 +CYP,2012,17,8360,9098 +CYP,2012,18,8807,9708 +CYP,2013,0,6316,6682 +CYP,2013,1,6369,6761 +CYP,2013,2,6387,6797 +CYP,2013,3,6426,6769 +CYP,2013,4,6357,6742 +CYP,2013,5,6287,6704 +CYP,2013,6,6225,6664 +CYP,2013,7,6178,6630 +CYP,2013,8,6145,6609 +CYP,2013,9,6125,6608 +CYP,2013,10,6167,6645 +CYP,2013,11,6297,6734 +CYP,2013,12,6495,6875 +CYP,2013,13,6699,7026 +CYP,2013,14,6898,7154 +CYP,2013,15,7195,7471 +CYP,2013,16,7627,8066 +CYP,2013,17,8136,8823 +CYP,2013,18,8630,9544 +CYP,2014,0,6235,6639 +CYP,2014,1,6357,6760 +CYP,2014,2,6424,6828 +CYP,2014,3,6444,6850 +CYP,2014,4,6442,6813 +CYP,2014,5,6379,6774 +CYP,2014,6,6309,6724 +CYP,2014,7,6243,6674 +CYP,2014,8,6190,6633 +CYP,2014,9,6147,6607 +CYP,2014,10,6113,6605 +CYP,2014,11,6154,6648 +CYP,2014,12,6301,6751 +CYP,2014,13,6531,6917 +CYP,2014,14,6762,7089 +CYP,2014,15,6983,7228 +CYP,2014,16,7312,7589 +CYP,2014,17,7790,8278 +CYP,2014,18,8351,9154 +CYP,2015,0,6172,6596 +CYP,2015,1,6345,6751 +CYP,2015,2,6449,6845 +CYP,2015,3,6495,6886 +CYP,2015,4,6496,6886 +CYP,2015,5,6461,6855 +CYP,2015,6,6404,6804 +CYP,2015,7,6334,6743 +CYP,2015,8,6264,6683 +CYP,2015,9,6204,6634 +CYP,2015,10,6152,6603 +CYP,2015,11,6104,6599 +CYP,2015,12,6144,6647 +CYP,2015,13,6309,6766 +CYP,2015,14,6570,6956 +CYP,2015,15,6829,7149 +CYP,2015,16,7071,7299 +CYP,2015,17,7432,7704 +CYP,2015,18,7957,8486 +CYP,2016,0,6138,6572 +CYP,2016,1,6247,6670 +CYP,2016,2,6389,6798 +CYP,2016,3,6472,6872 +CYP,2016,4,6508,6903 +CYP,2016,5,6506,6900 +CYP,2016,6,6476,6874 +CYP,2016,7,6428,6833 +CYP,2016,8,6375,6789 +CYP,2016,9,6326,6751 +CYP,2016,10,6291,6730 +CYP,2016,11,6264,6724 +CYP,2016,12,6239,6736 +CYP,2016,13,6304,6820 +CYP,2016,14,6504,7007 +CYP,2016,15,6799,7277 +CYP,2016,16,7090,7545 +CYP,2016,17,7371,7782 +CYP,2016,18,7727,8194 +CYP,2017,0,6120,6547 +CYP,2017,1,6327,6735 +CYP,2017,2,6325,6741 +CYP,2017,3,6436,6841 +CYP,2017,4,6499,6896 +CYP,2017,5,6523,6917 +CYP,2017,6,6518,6912 +CYP,2017,7,6492,6889 +CYP,2017,8,6455,6860 +CYP,2017,9,6417,6832 +CYP,2017,10,6390,6817 +CYP,2017,11,6382,6823 +CYP,2017,12,6379,6843 +CYP,2017,13,6375,6870 +CYP,2017,14,6468,6991 +CYP,2017,15,6701,7245 +CYP,2017,16,7031,7595 +CYP,2017,17,7354,7938 +CYP,2017,18,7674,8262 +CYP,2018,0,6102,6511 +CYP,2018,1,6304,6705 +CYP,2018,2,6443,6838 +CYP,2018,3,6403,6810 +CYP,2018,4,6483,6882 +CYP,2018,5,6526,6919 +CYP,2018,6,6539,6929 +CYP,2018,7,6531,6921 +CYP,2018,8,6510,6903 +CYP,2018,9,6482,6884 +CYP,2018,10,6461,6874 +CYP,2018,11,6456,6881 +CYP,2018,12,6473,6914 +CYP,2018,13,6495,6959 +CYP,2018,14,6513,7002 +CYP,2018,15,6632,7159 +CYP,2018,16,6899,7480 +CYP,2018,17,7264,7912 +CYP,2018,18,7619,8329 +CYP,2019,0,6100,6500 +CYP,2019,1,6300,6700 +CYP,2019,2,6400,6800 +CYP,2019,3,6500,6900 +CYP,2019,4,6500,6900 +CYP,2019,5,6500,6900 +CYP,2019,6,6600,6900 +CYP,2019,7,6600,6900 +CYP,2019,8,6500,6900 +CYP,2019,9,6500,6900 +CYP,2019,10,6500,6900 +CYP,2019,11,6500,6900 +CYP,2019,12,6500,6900 +CYP,2019,13,6600,7000 +CYP,2019,14,6600,7100 +CYP,2019,15,6600,7100 +CYP,2019,16,6800,7300 +CYP,2019,17,7100,7700 +CYP,2019,18,7500,8200 +CYP,2020,0,6000,6400 +CYP,2020,1,6200,6600 +CYP,2020,2,6300,6700 +CYP,2020,3,6400,6800 +CYP,2020,4,6500,6900 +CYP,2020,5,6600,6900 +CYP,2020,6,6600,7000 +CYP,2020,7,6600,7000 +CYP,2020,8,6600,7000 +CYP,2020,9,6600,6900 +CYP,2020,10,6500,6900 +CYP,2020,11,6500,6900 +CYP,2020,12,6500,7000 +CYP,2020,13,6600,7000 +CYP,2020,14,6600,7100 +CYP,2020,15,6700,7200 +CYP,2020,16,6800,7300 +CYP,2020,17,7000,7500 +CYP,2020,18,7300,8000 +CYP,2021,0,5900,6200 +CYP,2021,1,6000,6400 +CYP,2021,2,6200,6600 +CYP,2021,3,6400,6700 +CYP,2021,4,6500,6800 +CYP,2021,5,6500,6900 +CYP,2021,6,6600,7000 +CYP,2021,7,6600,7000 +CYP,2021,8,6600,7000 +CYP,2021,9,6600,7000 +CYP,2021,10,6600,7000 +CYP,2021,11,6600,7000 +CYP,2021,12,6600,7000 +CYP,2021,13,6700,7100 +CYP,2021,14,6700,7200 +CYP,2021,15,6800,7300 +CYP,2021,16,6900,7500 +CYP,2021,17,7000,7600 +CYP,2021,18,7200,7800 +CYP,2022,0,5700,6100 +CYP,2022,1,5900,6300 +CYP,2022,2,6100,6500 +CYP,2022,3,6200,6600 +CYP,2022,4,6400,6800 +CYP,2022,5,6500,6900 +CYP,2022,6,6500,6900 +CYP,2022,7,6600,7000 +CYP,2022,8,6600,7000 +CYP,2022,9,6600,7000 +CYP,2022,10,6700,7000 +CYP,2022,11,6700,7100 +CYP,2022,12,6700,7100 +CYP,2022,13,6700,7100 +CYP,2022,14,6800,7200 +CYP,2022,15,6900,7300 +CYP,2022,16,7000,7500 +CYP,2022,17,7100,7700 +CYP,2022,18,7200,7900 +CYP,2023,0,5500,5900 +CYP,2023,1,5800,6200 +CYP,2023,2,6000,6400 +CYP,2023,3,6100,6500 +CYP,2023,4,6300,6700 +CYP,2023,5,6400,6800 +CYP,2023,6,6500,6900 +CYP,2023,7,6500,6900 +CYP,2023,8,6600,7000 +CYP,2023,9,6600,7000 +CYP,2023,10,6700,7100 +CYP,2023,11,6700,7100 +CYP,2023,12,6700,7100 +CYP,2023,13,6800,7200 +CYP,2023,14,6800,7200 +CYP,2023,15,6900,7300 +CYP,2023,16,7000,7500 +CYP,2023,17,7100,7700 +CYP,2023,18,7300,8000 +CYP,2024,0,5400,5700 +CYP,2024,1,5700,6000 +CYP,2024,2,5900,6300 +CYP,2024,3,6100,6400 +CYP,2024,4,6200,6600 +CYP,2024,5,6300,6700 +CYP,2024,6,6400,6800 +CYP,2024,7,6500,6900 +CYP,2024,8,6600,6900 +CYP,2024,9,6600,7000 +CYP,2024,10,6600,7000 +CYP,2024,11,6700,7100 +CYP,2024,12,6700,7100 +CYP,2024,13,6800,7200 +CYP,2024,14,6900,7300 +CYP,2024,15,6900,7300 +CYP,2024,16,7000,7400 +CYP,2024,17,7100,7700 +CYP,2024,18,7300,8000 +CYP,2025,0,5300,5600 +CYP,2025,1,5600,5900 +CYP,2025,2,5800,6100 +CYP,2025,3,5900,6300 +CYP,2025,4,6100,6500 +CYP,2025,5,6200,6600 +CYP,2025,6,6300,6700 +CYP,2025,7,6400,6800 +CYP,2025,8,6500,6900 +CYP,2025,9,6600,6900 +CYP,2025,10,6600,7000 +CYP,2025,11,6700,7100 +CYP,2025,12,6700,7100 +CYP,2025,13,6800,7200 +CYP,2025,14,6900,7300 +CYP,2025,15,6900,7300 +CYP,2025,16,7000,7400 +CYP,2025,17,7100,7600 +CYP,2025,18,7300,7800 +CYP,2026,0,5300,5600 +CYP,2026,1,5400,5700 +CYP,2026,2,5600,5900 +CYP,2026,3,5800,6100 +CYP,2026,4,5900,6300 +CYP,2026,5,6100,6500 +CYP,2026,6,6200,6600 +CYP,2026,7,6300,6700 +CYP,2026,8,6400,6800 +CYP,2026,9,6500,6900 +CYP,2026,10,6600,7000 +CYP,2026,11,6700,7100 +CYP,2026,12,6700,7100 +CYP,2026,13,6800,7200 +CYP,2026,14,6900,7300 +CYP,2026,15,7000,7400 +CYP,2026,16,7100,7400 +CYP,2026,17,7200,7500 +CYP,2026,18,7300,7600 +CYP,2027,0,5300,5600 +CYP,2027,1,5400,5800 +CYP,2027,2,5400,5800 +CYP,2027,3,5600,6000 +CYP,2027,4,5800,6200 +CYP,2027,5,5900,6300 +CYP,2027,6,6100,6500 +CYP,2027,7,6200,6600 +CYP,2027,8,6400,6700 +CYP,2027,9,6500,6900 +CYP,2027,10,6600,7000 +CYP,2027,11,6600,7000 +CYP,2027,12,6700,7100 +CYP,2027,13,6800,7200 +CYP,2027,14,6900,7300 +CYP,2027,15,7000,7400 +CYP,2027,16,7100,7500 +CYP,2027,17,7200,7500 +CYP,2027,18,7300,7600 +CYP,2028,0,5300,5700 +CYP,2028,1,5400,5800 +CYP,2028,2,5500,5900 +CYP,2028,3,5500,5800 +CYP,2028,4,5600,6000 +CYP,2028,5,5800,6200 +CYP,2028,6,5900,6300 +CYP,2028,7,6100,6500 +CYP,2028,8,6200,6600 +CYP,2028,9,6400,6700 +CYP,2028,10,6500,6900 +CYP,2028,11,6600,7000 +CYP,2028,12,6700,7100 +CYP,2028,13,6800,7200 +CYP,2028,14,6900,7300 +CYP,2028,15,7000,7400 +CYP,2028,16,7100,7500 +CYP,2028,17,7200,7600 +CYP,2028,18,7300,7600 +CYP,2029,0,5400,5700 +CYP,2029,1,5400,5700 +CYP,2029,2,5400,5800 +CYP,2029,3,5500,5900 +CYP,2029,4,5500,5900 +CYP,2029,5,5700,6000 +CYP,2029,6,5800,6200 +CYP,2029,7,5900,6300 +CYP,2029,8,6100,6500 +CYP,2029,9,6200,6600 +CYP,2029,10,6400,6700 +CYP,2029,11,6500,6900 +CYP,2029,12,6600,7000 +CYP,2029,13,6700,7100 +CYP,2029,14,6800,7300 +CYP,2029,15,6900,7400 +CYP,2029,16,7000,7500 +CYP,2029,17,7200,7600 +CYP,2029,18,7300,7700 +CYP,2030,0,5400,5700 +CYP,2030,1,5400,5700 +CYP,2030,2,5400,5700 +CYP,2030,3,5400,5800 +CYP,2030,4,5500,5900 +CYP,2030,5,5600,5900 +CYP,2030,6,5700,6000 +CYP,2030,7,5800,6200 +CYP,2030,8,5900,6300 +CYP,2030,9,6100,6400 +CYP,2030,10,6200,6600 +CYP,2030,11,6400,6800 +CYP,2030,12,6500,6900 +CYP,2030,13,6700,7100 +CYP,2030,14,6800,7200 +CYP,2030,15,6900,7300 +CYP,2030,16,7000,7500 +CYP,2030,17,7100,7600 +CYP,2030,18,7300,7700 +CYP,2031,0,5400,5800 +CYP,2031,1,5400,5800 +CYP,2031,2,5400,5700 +CYP,2031,3,5400,5800 +CYP,2031,4,5400,5800 +CYP,2031,5,5500,5900 +CYP,2031,6,5600,6000 +CYP,2031,7,5700,6100 +CYP,2031,8,5800,6200 +CYP,2031,9,6000,6300 +CYP,2031,10,6100,6500 +CYP,2031,11,6300,6600 +CYP,2031,12,6500,6800 +CYP,2031,13,6600,7000 +CYP,2031,14,6700,7100 +CYP,2031,15,6800,7300 +CYP,2031,16,7000,7400 +CYP,2031,17,7100,7600 +CYP,2031,18,7200,7700 +CYP,2032,0,5400,5800 +CYP,2032,1,5400,5700 +CYP,2032,2,5400,5800 +CYP,2032,3,5400,5800 +CYP,2032,4,5400,5800 +CYP,2032,5,5500,5800 +CYP,2032,6,5500,5900 +CYP,2032,7,5600,6000 +CYP,2032,8,5700,6100 +CYP,2032,9,5800,6200 +CYP,2032,10,6000,6300 +CYP,2032,11,6100,6500 +CYP,2032,12,6300,6700 +CYP,2032,13,6500,6900 +CYP,2032,14,6700,7100 +CYP,2032,15,6800,7200 +CYP,2032,16,6900,7400 +CYP,2032,17,7000,7500 +CYP,2032,18,7100,7700 +CYP,2033,0,5400,5800 +CYP,2033,1,5400,5700 +CYP,2033,2,5400,5700 +CYP,2033,3,5400,5800 +CYP,2033,4,5400,5800 +CYP,2033,5,5400,5800 +CYP,2033,6,5500,5800 +CYP,2033,7,5600,5900 +CYP,2033,8,5600,6000 +CYP,2033,9,5700,6100 +CYP,2033,10,5800,6200 +CYP,2033,11,6000,6400 +CYP,2033,12,6200,6600 +CYP,2033,13,6400,6800 +CYP,2033,14,6600,7000 +CYP,2033,15,6700,7100 +CYP,2033,16,6900,7300 +CYP,2033,17,7000,7500 +CYP,2033,18,7100,7600 +CYP,2034,0,5400,5800 +CYP,2034,1,5400,5800 +CYP,2034,2,5400,5700 +CYP,2034,3,5400,5700 +CYP,2034,4,5400,5800 +CYP,2034,5,5400,5800 +CYP,2034,6,5500,5800 +CYP,2034,7,5500,5900 +CYP,2034,8,5600,5900 +CYP,2034,9,5600,6000 +CYP,2034,10,5700,6100 +CYP,2034,11,5800,6200 +CYP,2034,12,6000,6400 +CYP,2034,13,6200,6600 +CYP,2034,14,6400,6800 +CYP,2034,15,6600,7000 +CYP,2034,16,6800,7200 +CYP,2034,17,7000,7400 +CYP,2034,18,7100,7500 +CYP,2035,0,5400,5800 +CYP,2035,1,5400,5800 +CYP,2035,2,5400,5800 +CYP,2035,3,5400,5700 +CYP,2035,4,5400,5800 +CYP,2035,5,5400,5800 +CYP,2035,6,5400,5800 +CYP,2035,7,5500,5800 +CYP,2035,8,5500,5900 +CYP,2035,9,5600,5900 +CYP,2035,10,5700,6000 +CYP,2035,11,5700,6100 +CYP,2035,12,5900,6200 +CYP,2035,13,6000,6400 +CYP,2035,14,6200,6600 +CYP,2035,15,6500,6900 +CYP,2035,16,6700,7100 +CYP,2035,17,6900,7300 +CYP,2035,18,7000,7500 +CYP,2036,0,5400,5800 +CYP,2036,1,5400,5800 +CYP,2036,2,5400,5800 +CYP,2036,3,5400,5800 +CYP,2036,4,5400,5800 +CYP,2036,5,5400,5800 +CYP,2036,6,5400,5800 +CYP,2036,7,5400,5800 +CYP,2036,8,5500,5800 +CYP,2036,9,5500,5900 +CYP,2036,10,5600,6000 +CYP,2036,11,5700,6100 +CYP,2036,12,5800,6200 +CYP,2036,13,5900,6300 +CYP,2036,14,6100,6500 +CYP,2036,15,6300,6700 +CYP,2036,16,6500,6900 +CYP,2036,17,6800,7200 +CYP,2036,18,7000,7400 +CYP,2037,0,5500,5800 +CYP,2037,1,5500,5800 +CYP,2037,2,5500,5800 +CYP,2037,3,5400,5800 +CYP,2037,4,5400,5800 +CYP,2037,5,5400,5800 +CYP,2037,6,5400,5800 +CYP,2037,7,5400,5800 +CYP,2037,8,5500,5800 +CYP,2037,9,5500,5800 +CYP,2037,10,5600,5900 +CYP,2037,11,5700,6000 +CYP,2037,12,5800,6100 +CYP,2037,13,5900,6200 +CYP,2037,14,6000,6400 +CYP,2037,15,6200,6600 +CYP,2037,16,6400,6800 +CYP,2037,17,6600,7000 +CYP,2037,18,6800,7300 +CYP,2038,0,5500,5800 +CYP,2038,1,5500,5800 +CYP,2038,2,5500,5800 +CYP,2038,3,5500,5800 +CYP,2038,4,5500,5800 +CYP,2038,5,5400,5800 +CYP,2038,6,5400,5800 +CYP,2038,7,5400,5800 +CYP,2038,8,5400,5800 +CYP,2038,9,5500,5800 +CYP,2038,10,5500,5900 +CYP,2038,11,5600,5900 +CYP,2038,12,5700,6000 +CYP,2038,13,5800,6200 +CYP,2038,14,5900,6300 +CYP,2038,15,6100,6500 +CYP,2038,16,6300,6700 +CYP,2038,17,6500,6900 +CYP,2038,18,6700,7100 +CYP,2039,0,5500,5900 +CYP,2039,1,5500,5900 +CYP,2039,2,5500,5900 +CYP,2039,3,5500,5900 +CYP,2039,4,5500,5800 +CYP,2039,5,5500,5800 +CYP,2039,6,5500,5800 +CYP,2039,7,5400,5800 +CYP,2039,8,5400,5800 +CYP,2039,9,5500,5800 +CYP,2039,10,5500,5800 +CYP,2039,11,5500,5900 +CYP,2039,12,5600,6000 +CYP,2039,13,5700,6100 +CYP,2039,14,5800,6200 +CYP,2039,15,6000,6400 +CYP,2039,16,6100,6500 +CYP,2039,17,6300,6700 +CYP,2039,18,6500,7000 +CYP,2040,0,5500,5900 +CYP,2040,1,5500,5900 +CYP,2040,2,5500,5900 +CYP,2040,3,5500,5900 +CYP,2040,4,5500,5900 +CYP,2040,5,5500,5900 +CYP,2040,6,5500,5800 +CYP,2040,7,5500,5800 +CYP,2040,8,5500,5800 +CYP,2040,9,5500,5800 +CYP,2040,10,5500,5800 +CYP,2040,11,5500,5800 +CYP,2040,12,5500,5900 +CYP,2040,13,5600,6000 +CYP,2040,14,5800,6100 +CYP,2040,15,5900,6300 +CYP,2040,16,6000,6400 +CYP,2040,17,6200,6600 +CYP,2040,18,6400,6800 +CYP,2041,0,5500,5900 +CYP,2041,1,5500,5900 +CYP,2041,2,5500,5900 +CYP,2041,3,5500,5900 +CYP,2041,4,5500,5900 +CYP,2041,5,5500,5900 +CYP,2041,6,5500,5900 +CYP,2041,7,5500,5800 +CYP,2041,8,5500,5800 +CYP,2041,9,5500,5800 +CYP,2041,10,5500,5800 +CYP,2041,11,5500,5900 +CYP,2041,12,5500,5900 +CYP,2041,13,5600,6000 +CYP,2041,14,5700,6100 +CYP,2041,15,5800,6200 +CYP,2041,16,6000,6400 +CYP,2041,17,6100,6500 +CYP,2041,18,6300,6700 +CYP,2042,0,5500,5900 +CYP,2042,1,5500,5900 +CYP,2042,2,5500,5900 +CYP,2042,3,5600,5900 +CYP,2042,4,5500,5900 +CYP,2042,5,5500,5900 +CYP,2042,6,5500,5900 +CYP,2042,7,5500,5900 +CYP,2042,8,5500,5900 +CYP,2042,9,5500,5800 +CYP,2042,10,5500,5900 +CYP,2042,11,5500,5900 +CYP,2042,12,5600,5900 +CYP,2042,13,5600,6000 +CYP,2042,14,5700,6000 +CYP,2042,15,5800,6200 +CYP,2042,16,5900,6300 +CYP,2042,17,6000,6500 +CYP,2042,18,6200,6600 +CYP,2043,0,5500,5900 +CYP,2043,1,5500,5900 +CYP,2043,2,5600,5900 +CYP,2043,3,5600,5900 +CYP,2043,4,5600,5900 +CYP,2043,5,5600,5900 +CYP,2043,6,5500,5900 +CYP,2043,7,5500,5900 +CYP,2043,8,5500,5900 +CYP,2043,9,5500,5900 +CYP,2043,10,5500,5900 +CYP,2043,11,5500,5900 +CYP,2043,12,5600,5900 +CYP,2043,13,5600,6000 +CYP,2043,14,5700,6000 +CYP,2043,15,5700,6100 +CYP,2043,16,5800,6200 +CYP,2043,17,6000,6400 +CYP,2043,18,6100,6500 +CYP,2044,0,5500,5800 +CYP,2044,1,5500,5900 +CYP,2044,2,5600,5900 +CYP,2044,3,5600,6000 +CYP,2044,4,5600,6000 +CYP,2044,5,5600,5900 +CYP,2044,6,5600,5900 +CYP,2044,7,5600,5900 +CYP,2044,8,5500,5900 +CYP,2044,9,5500,5900 +CYP,2044,10,5500,5900 +CYP,2044,11,5500,5900 +CYP,2044,12,5500,5900 +CYP,2044,13,5600,6000 +CYP,2044,14,5600,6000 +CYP,2044,15,5700,6100 +CYP,2044,16,5800,6200 +CYP,2044,17,5900,6300 +CYP,2044,18,6100,6500 +CYP,2045,0,5500,5800 +CYP,2045,1,5500,5900 +CYP,2045,2,5600,5900 +CYP,2045,3,5600,6000 +CYP,2045,4,5600,6000 +CYP,2045,5,5600,6000 +CYP,2045,6,5600,6000 +CYP,2045,7,5600,5900 +CYP,2045,8,5600,5900 +CYP,2045,9,5500,5900 +CYP,2045,10,5500,5900 +CYP,2045,11,5500,5900 +CYP,2045,12,5500,5900 +CYP,2045,13,5600,5900 +CYP,2045,14,5600,6000 +CYP,2045,15,5700,6100 +CYP,2045,16,5800,6200 +CYP,2045,17,5900,6300 +CYP,2045,18,6000,6400 +CYP,2046,0,5400,5800 +CYP,2046,1,5500,5900 +CYP,2046,2,5500,5900 +CYP,2046,3,5600,5900 +CYP,2046,4,5600,6000 +CYP,2046,5,5600,6000 +CYP,2046,6,5600,6000 +CYP,2046,7,5600,6000 +CYP,2046,8,5600,6000 +CYP,2046,9,5600,6000 +CYP,2046,10,5600,5900 +CYP,2046,11,5600,5900 +CYP,2046,12,5600,5900 +CYP,2046,13,5600,6000 +CYP,2046,14,5600,6000 +CYP,2046,15,5700,6100 +CYP,2046,16,5800,6200 +CYP,2046,17,5900,6300 +CYP,2046,18,5900,6400 +CYP,2047,0,5400,5800 +CYP,2047,1,5500,5900 +CYP,2047,2,5500,5900 +CYP,2047,3,5600,5900 +CYP,2047,4,5600,6000 +CYP,2047,5,5600,6000 +CYP,2047,6,5600,6000 +CYP,2047,7,5600,6000 +CYP,2047,8,5600,6000 +CYP,2047,9,5600,6000 +CYP,2047,10,5600,6000 +CYP,2047,11,5600,6000 +CYP,2047,12,5600,6000 +CYP,2047,13,5600,6000 +CYP,2047,14,5700,6000 +CYP,2047,15,5700,6100 +CYP,2047,16,5800,6200 +CYP,2047,17,5900,6300 +CYP,2047,18,5900,6300 +CYP,2048,0,5400,5800 +CYP,2048,1,5500,5800 +CYP,2048,2,5500,5900 +CYP,2048,3,5500,5900 +CYP,2048,4,5600,5900 +CYP,2048,5,5600,6000 +CYP,2048,6,5600,6000 +CYP,2048,7,5600,6000 +CYP,2048,8,5600,6000 +CYP,2048,9,5600,6000 +CYP,2048,10,5600,6000 +CYP,2048,11,5600,6000 +CYP,2048,12,5700,6000 +CYP,2048,13,5700,6100 +CYP,2048,14,5700,6100 +CYP,2048,15,5700,6100 +CYP,2048,16,5800,6200 +CYP,2048,17,5900,6300 +CYP,2048,18,5900,6300 +CYP,2049,0,5400,5700 +CYP,2049,1,5500,5800 +CYP,2049,2,5500,5900 +CYP,2049,3,5600,5900 +CYP,2049,4,5600,5900 +CYP,2049,5,5600,6000 +CYP,2049,6,5600,6000 +CYP,2049,7,5600,6000 +CYP,2049,8,5600,6000 +CYP,2049,9,5600,6000 +CYP,2049,10,5600,6000 +CYP,2049,11,5600,6000 +CYP,2049,12,5700,6000 +CYP,2049,13,5700,6100 +CYP,2049,14,5700,6100 +CYP,2049,15,5800,6100 +CYP,2049,16,5800,6200 +CYP,2049,17,5900,6300 +CYP,2049,18,5900,6300 +CYP,2050,0,5300,5700 +CYP,2050,1,5400,5800 +CYP,2050,2,5500,5800 +CYP,2050,3,5500,5900 +CYP,2050,4,5600,5900 +CYP,2050,5,5600,6000 +CYP,2050,6,5600,6000 +CYP,2050,7,5600,6000 +CYP,2050,8,5600,6000 +CYP,2050,9,5600,6000 +CYP,2050,10,5600,6000 +CYP,2050,11,5600,6000 +CYP,2050,12,5700,6000 +CYP,2050,13,5700,6000 +CYP,2050,14,5700,6100 +CYP,2050,15,5800,6200 +CYP,2050,16,5800,6200 +CYP,2050,17,5900,6300 +CYP,2050,18,5900,6300 +CZE,1990,0,71712,75640 +CZE,1990,1,65003,68570 +CZE,1990,2,60820,64151 +CZE,1990,3,58845,62049 +CZE,1990,4,58759,61930 +CZE,1990,5,60246,63460 +CZE,1990,6,62985,66305 +CZE,1990,7,66661,70132 +CZE,1990,8,70954,74606 +CZE,1990,9,75547,79393 +CZE,1990,10,80543,84603 +CZE,1990,11,86045,90348 +CZE,1990,12,89629,94071 +CZE,1990,13,90136,94551 +CZE,1990,14,88511,92787 +CZE,1990,15,87074,91220 +CZE,1990,16,85618,89628 +CZE,1990,17,83265,87120 +CZE,1990,18,79896,83583 +CZE,1991,0,71099,74971 +CZE,1991,1,69676,73459 +CZE,1991,2,64418,67917 +CZE,1991,3,61140,64452 +CZE,1991,4,59616,62827 +CZE,1991,5,59619,62801 +CZE,1991,6,60831,64043 +CZE,1991,7,62935,66219 +CZE,1991,8,66153,69563 +CZE,1991,9,70438,74023 +CZE,1991,10,75293,79080 +CZE,1991,11,80371,84371 +CZE,1991,12,85863,90100 +CZE,1991,13,89445,93813 +CZE,1991,14,89959,94291 +CZE,1991,15,88348,92530 +CZE,1991,16,86924,90966 +CZE,1991,17,85480,89376 +CZE,1991,18,83142,86877 +CZE,1992,0,68126,71838 +CZE,1992,1,63355,66812 +CZE,1992,2,67788,71459 +CZE,1992,3,63965,67427 +CZE,1992,4,61585,64906 +CZE,1992,5,60509,63752 +CZE,1992,6,60599,63820 +CZE,1992,7,61540,64777 +CZE,1992,8,63014,66291 +CZE,1992,9,65782,69161 +CZE,1992,10,70068,73619 +CZE,1992,11,75195,78957 +CZE,1992,12,80364,84339 +CZE,1992,13,85859,90067 +CZE,1992,14,89445,93778 +CZE,1992,15,89968,94255 +CZE,1992,16,88367,92493 +CZE,1992,17,86953,90929 +CZE,1992,18,85519,89338 +CZE,1993,0,63400,66873 +CZE,1993,1,61463,64829 +CZE,1993,2,60261,63556 +CZE,1993,3,65978,69558 +CZE,1993,4,63588,67031 +CZE,1993,5,62102,65451 +CZE,1993,6,61472,64766 +CZE,1993,7,61652,64928 +CZE,1993,8,62322,65602 +CZE,1993,9,63167,66455 +CZE,1993,10,65488,68855 +CZE,1993,11,69780,73318 +CZE,1993,12,75184,78943 +CZE,1993,13,80452,84426 +CZE,1993,14,85955,90159 +CZE,1993,15,89550,93875 +CZE,1993,16,90082,94351 +CZE,1993,17,88490,92586 +CZE,1993,18,87084,91019 +CZE,1994,0,57941,61140 +CZE,1994,1,58949,62195 +CZE,1994,2,59784,63067 +CZE,1994,3,60501,63811 +CZE,1994,4,64162,67654 +CZE,1994,5,63208,66637 +CZE,1994,6,62618,65999 +CZE,1994,7,62436,65786 +CZE,1994,8,62704,66041 +CZE,1994,9,63103,66431 +CZE,1994,10,63318,66622 +CZE,1994,11,65192,68551 +CZE,1994,12,69489,73018 +CZE,1994,13,75171,78932 +CZE,1994,14,80537,84515 +CZE,1994,15,86049,90255 +CZE,1994,16,89653,93975 +CZE,1994,17,90193,94450 +CZE,1994,18,88609,92682 +CZE,1995,0,52608,55543 +CZE,1995,1,55964,59069 +CZE,1995,2,58480,61710 +CZE,1995,3,60289,63606 +CZE,1995,4,61523,64895 +CZE,1995,5,62316,65718 +CZE,1995,6,62800,66213 +CZE,1995,7,63108,66520 +CZE,1995,8,63373,66779 +CZE,1995,9,63729,67127 +CZE,1995,10,63858,67233 +CZE,1995,11,63441,66761 +CZE,1995,12,64866,68216 +CZE,1995,13,69167,72686 +CZE,1995,14,75125,78888 +CZE,1995,15,80586,84569 +CZE,1995,16,86104,90313 +CZE,1995,17,89715,94034 +CZE,1995,18,90264,94509 +CZE,1996,0,47388,50057 +CZE,1996,1,52903,55845 +CZE,1996,2,56037,59136 +CZE,1996,3,58413,61630 +CZE,1996,4,60151,63452 +CZE,1996,5,61371,64726 +CZE,1996,6,62204,65592 +CZE,1996,7,62785,66190 +CZE,1996,8,63165,66571 +CZE,1996,9,63437,66833 +CZE,1996,10,63761,67143 +CZE,1996,11,63885,67239 +CZE,1996,12,63478,66773 +CZE,1996,13,64912,68234 +CZE,1996,14,69220,72707 +CZE,1996,15,75183,78913 +CZE,1996,16,80650,84598 +CZE,1996,17,86173,90345 +CZE,1996,18,89791,94071 +CZE,1997,0,42234,44651 +CZE,1997,1,48361,51082 +CZE,1997,2,53218,56174 +CZE,1997,3,56130,59232 +CZE,1997,4,58367,61580 +CZE,1997,5,60036,63329 +CZE,1997,6,61241,64589 +CZE,1997,7,62116,65500 +CZE,1997,8,62793,66199 +CZE,1997,9,63245,66655 +CZE,1997,10,63524,66921 +CZE,1997,11,63816,67192 +CZE,1997,12,63936,67279 +CZE,1997,13,63539,66819 +CZE,1997,14,64982,68286 +CZE,1997,15,69298,72766 +CZE,1997,16,75269,78978 +CZE,1997,17,80744,84669 +CZE,1997,18,86275,90422 +CZE,1998,0,37820,40027 +CZE,1998,1,44422,46951 +CZE,1998,2,49694,52481 +CZE,1998,3,53535,56509 +CZE,1998,4,56225,59333 +CZE,1998,5,58324,61536 +CZE,1998,6,59923,63212 +CZE,1998,7,61114,64458 +CZE,1998,8,62031,65412 +CZE,1998,9,62804,66214 +CZE,1998,10,63328,66745 +CZE,1998,11,63614,67014 +CZE,1998,12,63874,67247 +CZE,1998,13,63989,67325 +CZE,1998,14,63603,66870 +CZE,1998,15,65056,68343 +CZE,1998,16,69380,72830 +CZE,1998,17,75358,79049 +CZE,1998,18,80841,84748 +CZE,1999,0,34979,37051 +CZE,1999,1,41325,43701 +CZE,1999,2,46567,49196 +CZE,1999,3,50818,53655 +CZE,1999,4,53840,56826 +CZE,1999,5,56308,59417 +CZE,1999,6,58267,61473 +CZE,1999,7,59796,63076 +CZE,1999,8,60973,64307 +CZE,1999,9,61931,65305 +CZE,1999,10,62801,66209 +CZE,1999,11,63396,66814 +CZE,1999,12,63689,67087 +CZE,1999,13,63917,67282 +CZE,1999,14,64028,67350 +CZE,1999,15,63652,66901 +CZE,1999,16,65114,68380 +CZE,1999,17,69446,72872 +CZE,1999,18,75431,79097 +CZE,2000,0,34246,36283 +CZE,2000,1,39593,41879 +CZE,2000,2,44189,46693 +CZE,2000,3,48099,50792 +CZE,2000,4,51389,54243 +CZE,2000,5,54124,57113 +CZE,2000,6,56368,59469 +CZE,2000,7,58187,61377 +CZE,2000,8,59645,62906 +CZE,2000,9,60808,64122 +CZE,2000,10,61807,65163 +CZE,2000,11,62773,66169 +CZE,2000,12,63439,66848 +CZE,2000,13,63738,67125 +CZE,2000,14,63934,67281 +CZE,2000,15,64041,67340 +CZE,2000,16,63675,66897 +CZE,2000,17,65146,68381 +CZE,2000,18,69484,72876 +CZE,2001,0,36032,38152 +CZE,2001,1,35433,37512 +CZE,2001,2,39926,42215 +CZE,2001,3,43987,46468 +CZE,2001,4,47628,50285 +CZE,2001,5,50861,53676 +CZE,2001,6,53752,56709 +CZE,2001,7,56365,59450 +CZE,2001,8,58450,61636 +CZE,2001,9,59916,63171 +CZE,2001,10,60931,64229 +CZE,2001,11,61888,65225 +CZE,2001,12,62865,66240 +CZE,2001,13,63546,66930 +CZE,2001,14,63864,67217 +CZE,2001,15,64081,67383 +CZE,2001,16,64208,67452 +CZE,2001,17,63862,67019 +CZE,2001,18,65349,68512 +CZE,2002,0,39938,42231 +CZE,2002,1,40720,43036 +CZE,2002,2,36562,38668 +CZE,2002,3,40195,42468 +CZE,2002,4,43714,46154 +CZE,2002,5,47079,49681 +CZE,2002,6,50251,53006 +CZE,2002,7,53293,56196 +CZE,2002,8,56271,59317 +CZE,2002,9,58620,61777 +CZE,2002,10,60089,63314 +CZE,2002,11,60955,64213 +CZE,2002,12,61868,65161 +CZE,2002,13,62855,66184 +CZE,2002,14,63549,66883 +CZE,2002,15,63885,67179 +CZE,2002,16,64123,67355 +CZE,2002,17,64271,67434 +CZE,2002,18,63946,67012 +CZE,2003,0,45071,47597 +CZE,2003,1,42916,45323 +CZE,2003,2,41852,44197 +CZE,2003,3,37673,39807 +CZE,2003,4,40445,42706 +CZE,2003,5,43422,45823 +CZE,2003,6,46511,49060 +CZE,2003,7,49620,52319 +CZE,2003,8,52812,55664 +CZE,2003,9,56152,59162 +CZE,2003,10,58762,61895 +CZE,2003,11,60236,63434 +CZE,2003,12,60952,64174 +CZE,2003,13,61822,65073 +CZE,2003,14,62817,66104 +CZE,2003,15,63525,66812 +CZE,2003,16,63879,67118 +CZE,2003,17,64137,67303 +CZE,2003,18,64304,67392 +CZE,2004,0,50172,52958 +CZE,2004,1,45547,48091 +CZE,2004,2,42523,44908 +CZE,2004,3,40917,43216 +CZE,2004,4,38820,41007 +CZE,2004,5,40735,43011 +CZE,2004,6,43173,45566 +CZE,2004,7,45989,48519 +CZE,2004,8,49038,51715 +CZE,2004,9,52383,55221 +CZE,2004,10,56089,59102 +CZE,2004,11,58963,62110 +CZE,2004,12,60442,63654 +CZE,2004,13,61009,64236 +CZE,2004,14,61836,65089 +CZE,2004,15,62842,66129 +CZE,2004,16,63563,66846 +CZE,2004,17,63935,67163 +CZE,2004,18,64214,67358 +CZE,2005,0,54307,57361 +CZE,2005,1,48180,50906 +CZE,2005,2,43887,46383 +CZE,2005,3,41230,43582 +CZE,2005,4,40010,42294 +CZE,2005,5,40029,42311 +CZE,2005,6,41090,43423 +CZE,2005,7,42993,45421 +CZE,2005,8,45540,48096 +CZE,2005,9,48534,51239 +CZE,2005,10,52037,54914 +CZE,2005,11,56114,59188 +CZE,2005,12,59257,62480 +CZE,2005,13,60744,64032 +CZE,2005,14,61163,64458 +CZE,2005,15,61948,65266 +CZE,2005,16,62966,66318 +CZE,2005,17,63702,67047 +CZE,2005,18,64093,67374 +CZE,2006,0,57010,60170 +CZE,2006,1,53381,56321 +CZE,2006,2,48111,50775 +CZE,2006,3,44335,46803 +CZE,2006,4,41912,44256 +CZE,2006,5,40705,42988 +CZE,2006,6,40513,42791 +CZE,2006,7,41140,43458 +CZE,2006,8,42741,45141 +CZE,2006,9,45297,47811 +CZE,2006,10,48491,51143 +CZE,2006,11,52082,54893 +CZE,2006,12,56189,59179 +CZE,2006,13,59391,62531 +CZE,2006,14,60977,64212 +CZE,2006,15,61519,64808 +CZE,2006,16,62421,65778 +CZE,2006,17,63556,66990 +CZE,2006,18,64377,67852 +CZE,2007,0,58757,62028 +CZE,2007,1,52946,55881 +CZE,2007,2,52554,55436 +CZE,2007,3,48131,50782 +CZE,2007,4,44864,47349 +CZE,2007,5,42671,45050 +CZE,2007,6,41474,43797 +CZE,2007,7,41071,43387 +CZE,2007,8,41265,43611 +CZE,2007,9,42568,44984 +CZE,2007,10,45137,47657 +CZE,2007,11,48537,51186 +CZE,2007,12,52223,55021 +CZE,2007,13,56366,59331 +CZE,2007,14,59633,62752 +CZE,2007,15,61322,64566 +CZE,2007,16,61987,65334 +CZE,2007,17,63008,66467 +CZE,2007,18,64261,67843 +CZE,2008,0,59501,62859 +CZE,2008,1,55053,58121 +CZE,2008,2,51377,54214 +CZE,2008,3,51768,54612 +CZE,2008,4,48189,50848 +CZE,2008,5,45429,47951 +CZE,2008,6,43465,45896 +CZE,2008,7,42276,44658 +CZE,2008,8,41663,44033 +CZE,2008,9,41423,43814 +CZE,2008,10,42429,44877 +CZE,2008,11,45013,47556 +CZE,2008,12,48621,51287 +CZE,2008,13,52405,55211 +CZE,2008,14,56589,59551 +CZE,2008,15,59923,63045 +CZE,2008,16,61716,64995 +CZE,2008,17,62505,65935 +CZE,2008,18,63646,67234 +CZE,2009,0,59295,62671 +CZE,2009,1,56512,59668 +CZE,2009,2,53902,56870 +CZE,2009,3,51502,54313 +CZE,2009,4,50954,53738 +CZE,2009,5,48222,50868 +CZE,2009,6,45971,48512 +CZE,2009,7,44238,46705 +CZE,2009,8,43058,45483 +CZE,2009,9,42233,44642 +CZE,2009,10,41560,43979 +CZE,2009,11,42267,44731 +CZE,2009,12,44866,47414 +CZE,2009,13,48680,51344 +CZE,2009,14,52560,55354 +CZE,2009,15,56782,59719 +CZE,2009,16,60182,63284 +CZE,2009,17,62079,65367 +CZE,2009,18,62992,66480 +CZE,2010,0,58254,61558 +CZE,2010,1,57102,60263 +CZE,2010,2,55613,58639 +CZE,2010,3,53882,56781 +CZE,2010,4,52006,54789 +CZE,2010,5,50079,52760 +CZE,2010,6,48199,50791 +CZE,2010,7,46460,48979 +CZE,2010,8,44958,47423 +CZE,2010,9,43790,46219 +CZE,2010,10,42754,45165 +CZE,2010,11,41648,44059 +CZE,2010,12,42055,44499 +CZE,2010,13,44665,47180 +CZE,2010,14,48682,51301 +CZE,2010,15,52653,55390 +CZE,2010,16,56909,59772 +CZE,2010,17,60371,63400 +CZE,2010,18,62368,65613 +CZE,2011,0,56328,59596 +CZE,2011,1,58195,61526 +CZE,2011,2,57160,60365 +CZE,2011,3,55740,58820 +CZE,2011,4,54040,56997 +CZE,2011,5,52163,55004 +CZE,2011,6,50206,52939 +CZE,2011,7,48264,50898 +CZE,2011,8,46483,49037 +CZE,2011,9,44986,47483 +CZE,2011,10,43851,46313 +CZE,2011,11,42832,45276 +CZE,2011,12,41736,44178 +CZE,2011,13,42159,44630 +CZE,2011,14,44791,47329 +CZE,2011,15,48835,51473 +CZE,2011,16,52832,55583 +CZE,2011,17,57114,59988 +CZE,2011,18,60598,63636 +CZE,2012,0,53469,56610 +CZE,2012,1,55511,58681 +CZE,2012,2,58114,61425 +CZE,2012,3,57196,60400 +CZE,2012,4,55846,58936 +CZE,2012,5,54177,57150 +CZE,2012,6,52301,55159 +CZE,2012,7,50313,53059 +CZE,2012,8,48310,50949 +CZE,2012,9,46489,49041 +CZE,2012,10,44996,47490 +CZE,2012,11,43894,46355 +CZE,2012,12,42893,45336 +CZE,2012,13,41808,44248 +CZE,2012,14,42246,44711 +CZE,2012,15,44900,47427 +CZE,2012,16,48969,51588 +CZE,2012,17,52991,55716 +CZE,2012,18,57298,60138 +CZE,2013,0,50392,53370 +CZE,2013,1,53796,56884 +CZE,2013,2,55911,59057 +CZE,2013,3,58006,61270 +CZE,2013,4,57206,60381 +CZE,2013,5,55927,59000 +CZE,2013,6,54289,57252 +CZE,2013,7,52414,55264 +CZE,2013,8,50397,53133 +CZE,2013,9,48334,50954 +CZE,2013,10,46473,49001 +CZE,2013,11,44986,47455 +CZE,2013,12,43917,46357 +CZE,2013,13,42935,45356 +CZE,2013,14,41861,44278 +CZE,2013,15,42313,44754 +CZE,2013,16,44988,47482 +CZE,2013,17,49080,51657 +CZE,2013,18,53125,55799 +CZE,2014,0,48071,50917 +CZE,2014,1,52308,55320 +CZE,2014,2,55189,58305 +CZE,2014,3,56875,60042 +CZE,2014,4,57878,61091 +CZE,2014,5,57196,60339 +CZE,2014,6,55988,59041 +CZE,2014,7,54382,57332 +CZE,2014,8,52509,55348 +CZE,2014,9,50464,53186 +CZE,2014,10,48341,50941 +CZE,2014,11,46441,48942 +CZE,2014,12,44960,47402 +CZE,2014,13,43926,46341 +CZE,2014,14,42962,45359 +CZE,2014,15,41899,44291 +CZE,2014,16,42366,44778 +CZE,2014,17,45060,47519 +CZE,2014,18,49175,51706 +CZE,2015,0,47162,49956 +CZE,2015,1,51524,54502 +CZE,2015,2,54625,57727 +CZE,2015,3,56603,59775 +CZE,2015,4,57596,60791 +CZE,2015,5,57742,60918 +CZE,2015,6,57178,60302 +CZE,2015,7,56040,59087 +CZE,2015,8,54467,57417 +CZE,2015,9,52597,55437 +CZE,2015,10,50523,53243 +CZE,2015,11,48342,50931 +CZE,2015,12,46402,48888 +CZE,2015,13,44927,47354 +CZE,2015,14,43927,46329 +CZE,2015,15,42983,45366 +CZE,2015,16,41931,44309 +CZE,2015,17,42413,44807 +CZE,2015,18,45126,47560 +CZE,2016,0,48120,50946 +CZE,2016,1,48344,51177 +CZE,2016,2,51919,54901 +CZE,2016,3,54523,57607 +CZE,2016,4,56246,59389 +CZE,2016,5,57179,60342 +CZE,2016,6,57458,60610 +CZE,2016,7,57222,60337 +CZE,2016,8,56323,59371 +CZE,2016,9,54759,57708 +CZE,2016,10,52760,55591 +CZE,2016,11,50656,53361 +CZE,2016,12,48493,51065 +CZE,2016,13,46580,49044 +CZE,2016,14,45144,47543 +CZE,2016,15,44189,46557 +CZE,2016,16,43289,45632 +CZE,2016,17,42282,44613 +CZE,2016,18,42802,45145 +CZE,2017,0,50532,53462 +CZE,2017,1,52621,55647 +CZE,2017,2,49480,52356 +CZE,2017,3,52265,55256 +CZE,2017,4,54369,57440 +CZE,2017,5,55836,58954 +CZE,2017,6,56707,59843 +CZE,2017,7,57120,60252 +CZE,2017,8,57211,60323 +CZE,2017,9,56552,59607 +CZE,2017,10,54998,57952 +CZE,2017,11,52873,55698 +CZE,2017,12,50740,53435 +CZE,2017,13,48597,51156 +CZE,2017,14,46714,49161 +CZE,2017,15,45317,47694 +CZE,2017,16,44409,46747 +CZE,2017,17,43554,45861 +CZE,2017,18,42592,44881 +CZE,2018,0,53573,56640 +CZE,2018,1,53821,56902 +CZE,2018,2,54107,57198 +CZE,2018,3,50594,53516 +CZE,2018,4,52588,55590 +CZE,2018,5,54192,57252 +CZE,2018,6,55401,58498 +CZE,2018,7,56210,59323 +CZE,2018,8,56756,59872 +CZE,2018,9,57176,60286 +CZE,2018,10,56757,59821 +CZE,2018,11,55213,58174 +CZE,2018,12,52963,55786 +CZE,2018,13,50803,53490 +CZE,2018,14,48681,51229 +CZE,2018,15,46827,49259 +CZE,2018,16,45471,47827 +CZE,2018,17,44609,46920 +CZE,2018,18,43800,46073 +CZE,2019,0,56000,59000 +CZE,2019,1,55000,58000 +CZE,2019,2,54000,57000 +CZE,2019,3,54000,57000 +CZE,2019,4,52000,55000 +CZE,2019,5,53000,56000 +CZE,2019,6,54000,57000 +CZE,2019,7,55000,58000 +CZE,2019,8,56000,59000 +CZE,2019,9,56000,60000 +CZE,2019,10,57000,60000 +CZE,2019,11,57000,60000 +CZE,2019,12,55000,58000 +CZE,2019,13,53000,56000 +CZE,2019,14,51000,54000 +CZE,2019,15,49000,51000 +CZE,2019,16,47000,49000 +CZE,2019,17,46000,48000 +CZE,2019,18,45000,47000 +CZE,2020,0,57000,60000 +CZE,2020,1,55000,58000 +CZE,2020,2,54000,57000 +CZE,2020,3,53000,56000 +CZE,2020,4,53000,56000 +CZE,2020,5,53000,56000 +CZE,2020,6,53000,56000 +CZE,2020,7,54000,57000 +CZE,2020,8,55000,58000 +CZE,2020,9,55000,58000 +CZE,2020,10,56000,59000 +CZE,2020,11,57000,60000 +CZE,2020,12,57000,60000 +CZE,2020,13,56000,59000 +CZE,2020,14,53000,56000 +CZE,2020,15,51000,54000 +CZE,2020,16,49000,51000 +CZE,2020,17,47000,49000 +CZE,2020,18,46000,48000 +CZE,2021,0,56000,60000 +CZE,2021,1,57000,60000 +CZE,2021,2,55000,58000 +CZE,2021,3,54000,57000 +CZE,2021,4,53000,56000 +CZE,2021,5,53000,56000 +CZE,2021,6,53000,56000 +CZE,2021,7,53000,56000 +CZE,2021,8,54000,57000 +CZE,2021,9,54000,58000 +CZE,2021,10,55000,58000 +CZE,2021,11,56000,59000 +CZE,2021,12,57000,60000 +CZE,2021,13,57000,60000 +CZE,2021,14,56000,59000 +CZE,2021,15,53000,56000 +CZE,2021,16,51000,54000 +CZE,2021,17,49000,52000 +CZE,2021,18,47000,50000 +CZE,2022,0,54000,57000 +CZE,2022,1,53000,57000 +CZE,2022,2,56000,59000 +CZE,2022,3,55000,58000 +CZE,2022,4,54000,57000 +CZE,2022,5,54000,57000 +CZE,2022,6,54000,57000 +CZE,2022,7,53000,56000 +CZE,2022,8,53000,56000 +CZE,2022,9,54000,57000 +CZE,2022,10,54000,57000 +CZE,2022,11,55000,58000 +CZE,2022,12,56000,59000 +CZE,2022,13,57000,60000 +CZE,2022,14,57000,61000 +CZE,2022,15,56000,59000 +CZE,2022,16,54000,56000 +CZE,2022,17,51000,54000 +CZE,2022,18,49000,52000 +CZE,2023,0,52000,54000 +CZE,2023,1,52000,55000 +CZE,2023,2,53000,56000 +CZE,2023,3,56000,59000 +CZE,2023,4,55000,58000 +CZE,2023,5,55000,58000 +CZE,2023,6,54000,57000 +CZE,2023,7,54000,57000 +CZE,2023,8,54000,57000 +CZE,2023,9,54000,57000 +CZE,2023,10,54000,57000 +CZE,2023,11,54000,57000 +CZE,2023,12,55000,58000 +CZE,2023,13,56000,59000 +CZE,2023,14,57000,61000 +CZE,2023,15,58000,61000 +CZE,2023,16,56000,59000 +CZE,2023,17,54000,57000 +CZE,2023,18,52000,54000 +CZE,2024,0,49000,52000 +CZE,2024,1,51000,53000 +CZE,2024,2,52000,55000 +CZE,2024,3,53000,56000 +CZE,2024,4,55000,58000 +CZE,2024,5,55000,58000 +CZE,2024,6,55000,58000 +CZE,2024,7,55000,58000 +CZE,2024,8,54000,57000 +CZE,2024,9,54000,57000 +CZE,2024,10,54000,57000 +CZE,2024,11,54000,57000 +CZE,2024,12,54000,57000 +CZE,2024,13,55000,58000 +CZE,2024,14,56000,59000 +CZE,2024,15,58000,61000 +CZE,2024,16,58000,61000 +CZE,2024,17,56000,59000 +CZE,2024,18,54000,57000 +CZE,2025,0,47000,50000 +CZE,2025,1,49000,52000 +CZE,2025,2,51000,54000 +CZE,2025,3,53000,56000 +CZE,2025,4,54000,57000 +CZE,2025,5,54000,58000 +CZE,2025,6,55000,58000 +CZE,2025,7,55000,58000 +CZE,2025,8,55000,58000 +CZE,2025,9,55000,58000 +CZE,2025,10,54000,57000 +CZE,2025,11,54000,57000 +CZE,2025,12,53000,56000 +CZE,2025,13,54000,57000 +CZE,2025,14,55000,58000 +CZE,2025,15,57000,60000 +CZE,2025,16,58000,61000 +CZE,2025,17,58000,61000 +CZE,2025,18,57000,59000 +CZE,2026,0,46000,49000 +CZE,2026,1,48000,50000 +CZE,2026,2,50000,53000 +CZE,2026,3,51000,54000 +CZE,2026,4,53000,56000 +CZE,2026,5,54000,57000 +CZE,2026,6,54000,57000 +CZE,2026,7,55000,58000 +CZE,2026,8,55000,58000 +CZE,2026,9,55000,58000 +CZE,2026,10,55000,58000 +CZE,2026,11,54000,58000 +CZE,2026,12,54000,57000 +CZE,2026,13,54000,57000 +CZE,2026,14,54000,57000 +CZE,2026,15,56000,59000 +CZE,2026,16,57000,60000 +CZE,2026,17,58000,61000 +CZE,2026,18,58000,61000 +CZE,2027,0,46000,49000 +CZE,2027,1,48000,51000 +CZE,2027,2,48000,51000 +CZE,2027,3,50000,53000 +CZE,2027,4,51000,54000 +CZE,2027,5,53000,56000 +CZE,2027,6,54000,57000 +CZE,2027,7,54000,57000 +CZE,2027,8,55000,58000 +CZE,2027,9,55000,58000 +CZE,2027,10,55000,58000 +CZE,2027,11,55000,58000 +CZE,2027,12,55000,58000 +CZE,2027,13,54000,57000 +CZE,2027,14,54000,57000 +CZE,2027,15,55000,58000 +CZE,2027,16,56000,59000 +CZE,2027,17,57000,60000 +CZE,2027,18,58000,61000 +CZE,2028,0,46000,49000 +CZE,2028,1,48000,51000 +CZE,2028,2,49000,52000 +CZE,2028,3,49000,51000 +CZE,2028,4,50000,53000 +CZE,2028,5,51000,54000 +CZE,2028,6,52000,55000 +CZE,2028,7,53000,56000 +CZE,2028,8,54000,57000 +CZE,2028,9,55000,58000 +CZE,2028,10,55000,58000 +CZE,2028,11,55000,58000 +CZE,2028,12,55000,58000 +CZE,2028,13,55000,58000 +CZE,2028,14,54000,57000 +CZE,2028,15,54000,57000 +CZE,2028,16,55000,58000 +CZE,2028,17,56000,59000 +CZE,2028,18,57000,60000 +CZE,2029,0,47000,50000 +CZE,2029,1,48000,50000 +CZE,2029,2,48000,51000 +CZE,2029,3,49000,52000 +CZE,2029,4,49000,52000 +CZE,2029,5,50000,53000 +CZE,2029,6,51000,54000 +CZE,2029,7,52000,55000 +CZE,2029,8,53000,56000 +CZE,2029,9,54000,57000 +CZE,2029,10,55000,58000 +CZE,2029,11,55000,59000 +CZE,2029,12,55000,59000 +CZE,2029,13,55000,58000 +CZE,2029,14,55000,58000 +CZE,2029,15,54000,57000 +CZE,2029,16,54000,57000 +CZE,2029,17,55000,58000 +CZE,2029,18,56000,59000 +CZE,2030,0,47000,50000 +CZE,2030,1,47000,50000 +CZE,2030,2,48000,50000 +CZE,2030,3,48000,51000 +CZE,2030,4,49000,52000 +CZE,2030,5,50000,52000 +CZE,2030,6,50000,53000 +CZE,2030,7,51000,54000 +CZE,2030,8,52000,55000 +CZE,2030,9,53000,56000 +CZE,2030,10,54000,57000 +CZE,2030,11,55000,58000 +CZE,2030,12,56000,59000 +CZE,2030,13,56000,59000 +CZE,2030,14,55000,58000 +CZE,2030,15,55000,58000 +CZE,2030,16,54000,57000 +CZE,2030,17,54000,57000 +CZE,2030,18,55000,58000 +CZE,2031,0,47000,50000 +CZE,2031,1,47000,50000 +CZE,2031,2,47000,50000 +CZE,2031,3,48000,51000 +CZE,2031,4,48000,51000 +CZE,2031,5,49000,52000 +CZE,2031,6,50000,53000 +CZE,2031,7,51000,53000 +CZE,2031,8,51000,54000 +CZE,2031,9,52000,55000 +CZE,2031,10,53000,56000 +CZE,2031,11,54000,57000 +CZE,2031,12,55000,58000 +CZE,2031,13,56000,59000 +CZE,2031,14,56000,59000 +CZE,2031,15,55000,58000 +CZE,2031,16,55000,58000 +CZE,2031,17,55000,57000 +CZE,2031,18,55000,57000 +CZE,2032,0,47000,50000 +CZE,2032,1,47000,50000 +CZE,2032,2,47000,50000 +CZE,2032,3,48000,50000 +CZE,2032,4,48000,51000 +CZE,2032,5,48000,51000 +CZE,2032,6,49000,52000 +CZE,2032,7,50000,53000 +CZE,2032,8,51000,53000 +CZE,2032,9,51000,54000 +CZE,2032,10,52000,55000 +CZE,2032,11,53000,56000 +CZE,2032,12,54000,57000 +CZE,2032,13,55000,58000 +CZE,2032,14,56000,59000 +CZE,2032,15,56000,59000 +CZE,2032,16,56000,59000 +CZE,2032,17,55000,58000 +CZE,2032,18,55000,58000 +CZE,2033,0,47000,50000 +CZE,2033,1,47000,49000 +CZE,2033,2,47000,49000 +CZE,2033,3,47000,50000 +CZE,2033,4,48000,50000 +CZE,2033,5,48000,51000 +CZE,2033,6,49000,51000 +CZE,2033,7,49000,52000 +CZE,2033,8,50000,53000 +CZE,2033,9,51000,53000 +CZE,2033,10,51000,54000 +CZE,2033,11,52000,55000 +CZE,2033,12,53000,56000 +CZE,2033,13,54000,57000 +CZE,2033,14,55000,58000 +CZE,2033,15,56000,59000 +CZE,2033,16,56000,59000 +CZE,2033,17,56000,59000 +CZE,2033,18,56000,59000 +CZE,2034,0,47000,50000 +CZE,2034,1,47000,49000 +CZE,2034,2,47000,49000 +CZE,2034,3,47000,50000 +CZE,2034,4,47000,50000 +CZE,2034,5,48000,50000 +CZE,2034,6,48000,51000 +CZE,2034,7,49000,51000 +CZE,2034,8,49000,52000 +CZE,2034,9,50000,53000 +CZE,2034,10,51000,54000 +CZE,2034,11,51000,54000 +CZE,2034,12,52000,55000 +CZE,2034,13,53000,56000 +CZE,2034,14,54000,57000 +CZE,2034,15,55000,58000 +CZE,2034,16,56000,59000 +CZE,2034,17,56000,59000 +CZE,2034,18,56000,59000 +CZE,2035,0,47000,50000 +CZE,2035,1,47000,49000 +CZE,2035,2,47000,49000 +CZE,2035,3,47000,50000 +CZE,2035,4,47000,50000 +CZE,2035,5,47000,50000 +CZE,2035,6,48000,51000 +CZE,2035,7,48000,51000 +CZE,2035,8,49000,52000 +CZE,2035,9,49000,52000 +CZE,2035,10,50000,53000 +CZE,2035,11,51000,54000 +CZE,2035,12,51000,54000 +CZE,2035,13,52000,55000 +CZE,2035,14,53000,56000 +CZE,2035,15,54000,57000 +CZE,2035,16,56000,59000 +CZE,2035,17,56000,59000 +CZE,2035,18,56000,59000 +CZE,2036,0,47000,50000 +CZE,2036,1,47000,50000 +CZE,2036,2,47000,50000 +CZE,2036,3,47000,50000 +CZE,2036,4,47000,50000 +CZE,2036,5,47000,50000 +CZE,2036,6,48000,50000 +CZE,2036,7,48000,51000 +CZE,2036,8,48000,51000 +CZE,2036,9,49000,52000 +CZE,2036,10,50000,52000 +CZE,2036,11,50000,53000 +CZE,2036,12,51000,54000 +CZE,2036,13,52000,54000 +CZE,2036,14,53000,55000 +CZE,2036,15,54000,57000 +CZE,2036,16,55000,58000 +CZE,2036,17,56000,59000 +CZE,2036,18,57000,60000 +CZE,2037,0,48000,51000 +CZE,2037,1,47000,50000 +CZE,2037,2,47000,50000 +CZE,2037,3,47000,50000 +CZE,2037,4,47000,50000 +CZE,2037,5,47000,50000 +CZE,2037,6,47000,50000 +CZE,2037,7,48000,50000 +CZE,2037,8,48000,51000 +CZE,2037,9,48000,51000 +CZE,2037,10,49000,52000 +CZE,2037,11,50000,52000 +CZE,2037,12,50000,53000 +CZE,2037,13,51000,54000 +CZE,2037,14,52000,55000 +CZE,2037,15,53000,56000 +CZE,2037,16,54000,57000 +CZE,2037,17,55000,58000 +CZE,2037,18,56000,59000 +CZE,2038,0,48000,51000 +CZE,2038,1,48000,51000 +CZE,2038,2,48000,50000 +CZE,2038,3,47000,50000 +CZE,2038,4,47000,50000 +CZE,2038,5,47000,50000 +CZE,2038,6,47000,50000 +CZE,2038,7,47000,50000 +CZE,2038,8,48000,50000 +CZE,2038,9,48000,51000 +CZE,2038,10,48000,51000 +CZE,2038,11,49000,52000 +CZE,2038,12,50000,52000 +CZE,2038,13,50000,53000 +CZE,2038,14,51000,54000 +CZE,2038,15,52000,55000 +CZE,2038,16,53000,56000 +CZE,2038,17,54000,57000 +CZE,2038,18,55000,58000 +CZE,2039,0,49000,52000 +CZE,2039,1,48000,51000 +CZE,2039,2,48000,51000 +CZE,2039,3,48000,50000 +CZE,2039,4,47000,50000 +CZE,2039,5,47000,50000 +CZE,2039,6,47000,50000 +CZE,2039,7,47000,50000 +CZE,2039,8,47000,50000 +CZE,2039,9,48000,50000 +CZE,2039,10,48000,51000 +CZE,2039,11,48000,51000 +CZE,2039,12,49000,52000 +CZE,2039,13,50000,52000 +CZE,2039,14,50000,53000 +CZE,2039,15,51000,54000 +CZE,2039,16,52000,55000 +CZE,2039,17,53000,56000 +CZE,2039,18,54000,57000 +CZE,2040,0,50000,52000 +CZE,2040,1,49000,52000 +CZE,2040,2,48000,51000 +CZE,2040,3,48000,51000 +CZE,2040,4,48000,50000 +CZE,2040,5,47000,50000 +CZE,2040,6,47000,50000 +CZE,2040,7,47000,50000 +CZE,2040,8,47000,50000 +CZE,2040,9,47000,50000 +CZE,2040,10,48000,50000 +CZE,2040,11,48000,51000 +CZE,2040,12,48000,51000 +CZE,2040,13,49000,52000 +CZE,2040,14,50000,53000 +CZE,2040,15,50000,53000 +CZE,2040,16,51000,54000 +CZE,2040,17,52000,55000 +CZE,2040,18,53000,56000 +CZE,2041,0,50000,53000 +CZE,2041,1,50000,52000 +CZE,2041,2,49000,52000 +CZE,2041,3,49000,51000 +CZE,2041,4,48000,51000 +CZE,2041,5,48000,51000 +CZE,2041,6,48000,50000 +CZE,2041,7,47000,50000 +CZE,2041,8,47000,50000 +CZE,2041,9,47000,50000 +CZE,2041,10,48000,50000 +CZE,2041,11,48000,51000 +CZE,2041,12,48000,51000 +CZE,2041,13,49000,51000 +CZE,2041,14,49000,52000 +CZE,2041,15,50000,53000 +CZE,2041,16,51000,54000 +CZE,2041,17,52000,54000 +CZE,2041,18,52000,55000 +CZE,2042,0,50000,53000 +CZE,2042,1,50000,53000 +CZE,2042,2,50000,53000 +CZE,2042,3,49000,52000 +CZE,2042,4,49000,51000 +CZE,2042,5,48000,51000 +CZE,2042,6,48000,51000 +CZE,2042,7,48000,50000 +CZE,2042,8,47000,50000 +CZE,2042,9,47000,50000 +CZE,2042,10,47000,50000 +CZE,2042,11,48000,50000 +CZE,2042,12,48000,51000 +CZE,2042,13,48000,51000 +CZE,2042,14,49000,51000 +CZE,2042,15,49000,52000 +CZE,2042,16,50000,53000 +CZE,2042,17,51000,54000 +CZE,2042,18,52000,55000 +CZE,2043,0,51000,54000 +CZE,2043,1,50000,53000 +CZE,2043,2,50000,53000 +CZE,2043,3,50000,53000 +CZE,2043,4,49000,52000 +CZE,2043,5,49000,52000 +CZE,2043,6,48000,51000 +CZE,2043,7,48000,51000 +CZE,2043,8,48000,50000 +CZE,2043,9,47000,50000 +CZE,2043,10,47000,50000 +CZE,2043,11,47000,50000 +CZE,2043,12,48000,50000 +CZE,2043,13,48000,51000 +CZE,2043,14,48000,51000 +CZE,2043,15,49000,52000 +CZE,2043,16,50000,52000 +CZE,2043,17,50000,53000 +CZE,2043,18,51000,54000 +CZE,2044,0,51000,54000 +CZE,2044,1,51000,54000 +CZE,2044,2,50000,53000 +CZE,2044,3,50000,53000 +CZE,2044,4,50000,53000 +CZE,2044,5,49000,52000 +CZE,2044,6,49000,52000 +CZE,2044,7,48000,51000 +CZE,2044,8,48000,51000 +CZE,2044,9,48000,51000 +CZE,2044,10,48000,50000 +CZE,2044,11,47000,50000 +CZE,2044,12,48000,50000 +CZE,2044,13,48000,50000 +CZE,2044,14,48000,51000 +CZE,2044,15,48000,51000 +CZE,2044,16,49000,52000 +CZE,2044,17,50000,52000 +CZE,2044,18,51000,53000 +CZE,2045,0,51000,54000 +CZE,2045,1,51000,54000 +CZE,2045,2,51000,54000 +CZE,2045,3,51000,53000 +CZE,2045,4,50000,53000 +CZE,2045,5,50000,53000 +CZE,2045,6,49000,52000 +CZE,2045,7,49000,52000 +CZE,2045,8,49000,51000 +CZE,2045,9,48000,51000 +CZE,2045,10,48000,51000 +CZE,2045,11,48000,50000 +CZE,2045,12,47000,50000 +CZE,2045,13,48000,50000 +CZE,2045,14,48000,50000 +CZE,2045,15,48000,51000 +CZE,2045,16,49000,51000 +CZE,2045,17,49000,52000 +CZE,2045,18,50000,53000 +CZE,2046,0,51000,54000 +CZE,2046,1,51000,54000 +CZE,2046,2,51000,54000 +CZE,2046,3,51000,54000 +CZE,2046,4,51000,53000 +CZE,2046,5,50000,53000 +CZE,2046,6,50000,53000 +CZE,2046,7,49000,52000 +CZE,2046,8,49000,52000 +CZE,2046,9,49000,51000 +CZE,2046,10,48000,51000 +CZE,2046,11,48000,51000 +CZE,2046,12,48000,50000 +CZE,2046,13,48000,50000 +CZE,2046,14,48000,50000 +CZE,2046,15,48000,51000 +CZE,2046,16,48000,51000 +CZE,2046,17,49000,52000 +CZE,2046,18,50000,52000 +CZE,2047,0,51000,54000 +CZE,2047,1,51000,54000 +CZE,2047,2,51000,54000 +CZE,2047,3,51000,54000 +CZE,2047,4,51000,54000 +CZE,2047,5,51000,54000 +CZE,2047,6,50000,53000 +CZE,2047,7,50000,53000 +CZE,2047,8,50000,52000 +CZE,2047,9,49000,52000 +CZE,2047,10,49000,51000 +CZE,2047,11,48000,51000 +CZE,2047,12,48000,51000 +CZE,2047,13,48000,50000 +CZE,2047,14,48000,50000 +CZE,2047,15,48000,51000 +CZE,2047,16,48000,51000 +CZE,2047,17,49000,51000 +CZE,2047,18,49000,52000 +CZE,2048,0,51000,54000 +CZE,2048,1,51000,54000 +CZE,2048,2,51000,54000 +CZE,2048,3,51000,54000 +CZE,2048,4,51000,54000 +CZE,2048,5,51000,54000 +CZE,2048,6,51000,54000 +CZE,2048,7,50000,53000 +CZE,2048,8,50000,53000 +CZE,2048,9,50000,52000 +CZE,2048,10,49000,52000 +CZE,2048,11,49000,52000 +CZE,2048,12,48000,51000 +CZE,2048,13,48000,51000 +CZE,2048,14,48000,51000 +CZE,2048,15,48000,50000 +CZE,2048,16,48000,51000 +CZE,2048,17,49000,51000 +CZE,2048,18,49000,52000 +CZE,2049,0,51000,54000 +CZE,2049,1,51000,54000 +CZE,2049,2,51000,54000 +CZE,2049,3,52000,55000 +CZE,2049,4,52000,54000 +CZE,2049,5,51000,54000 +CZE,2049,6,51000,54000 +CZE,2049,7,51000,54000 +CZE,2049,8,50000,53000 +CZE,2049,9,50000,53000 +CZE,2049,10,50000,52000 +CZE,2049,11,49000,52000 +CZE,2049,12,49000,52000 +CZE,2049,13,49000,51000 +CZE,2049,14,48000,51000 +CZE,2049,15,48000,51000 +CZE,2049,16,48000,51000 +CZE,2049,17,48000,51000 +CZE,2049,18,49000,51000 +CZE,2050,0,50000,53000 +CZE,2050,1,51000,54000 +CZE,2050,2,51000,54000 +CZE,2050,3,52000,55000 +CZE,2050,4,52000,55000 +CZE,2050,5,52000,55000 +CZE,2050,6,51000,54000 +CZE,2050,7,51000,54000 +CZE,2050,8,51000,54000 +CZE,2050,9,50000,53000 +CZE,2050,10,50000,53000 +CZE,2050,11,50000,52000 +CZE,2050,12,49000,52000 +CZE,2050,13,49000,52000 +CZE,2050,14,49000,51000 +CZE,2050,15,48000,51000 +CZE,2050,16,48000,51000 +CZE,2050,17,48000,51000 +CZE,2050,18,48000,51000 +DEU,1990,0,410631,431793 +DEU,1990,1,421408,443293 +DEU,1990,2,427708,449985 +DEU,1990,3,430188,452571 +DEU,1990,4,429505,451756 +DEU,1990,5,426315,448243 +DEU,1990,6,421276,442737 +DEU,1990,7,415045,435941 +DEU,1990,8,408280,428559 +DEU,1990,9,401636,421295 +DEU,1990,10,395691,414777 +DEU,1990,11,391024,409632 +DEU,1990,12,388688,406946 +DEU,1990,13,389500,407578 +DEU,1990,14,393878,412001 +DEU,1990,15,399147,417443 +DEU,1990,16,403110,421591 +DEU,1990,17,420698,440230 +DEU,1990,18,458197,480022 +DEU,1991,0,400292,421398 +DEU,1991,1,417181,438780 +DEU,1991,2,427085,449299 +DEU,1991,3,432801,455340 +DEU,1991,4,434940,457554 +DEU,1991,5,434116,456594 +DEU,1991,6,430990,453173 +DEU,1991,7,426225,448003 +DEU,1991,8,420183,441431 +DEU,1991,9,413377,433986 +DEU,1991,10,406568,426504 +DEU,1991,11,400568,419891 +DEU,1991,12,395884,414684 +DEU,1991,13,393646,412103 +DEU,1991,14,394725,413087 +DEU,1991,15,399473,418009 +DEU,1991,16,405092,423911 +DEU,1991,17,409408,428515 +DEU,1991,18,427272,447489 +DEU,1992,0,385438,406117 +DEU,1992,1,406434,428094 +DEU,1992,2,424114,445958 +DEU,1992,3,433154,455498 +DEU,1992,4,438290,460889 +DEU,1992,5,440091,462732 +DEU,1992,6,439124,461627 +DEU,1992,7,436059,458295 +DEU,1992,8,431564,453460 +DEU,1992,9,425706,447110 +DEU,1992,10,418853,439599 +DEU,1992,11,411874,431896 +DEU,1992,12,405812,425184 +DEU,1992,13,401107,419914 +DEU,1992,14,398966,417435 +DEU,1992,15,400313,418772 +DEU,1992,16,405434,424196 +DEU,1992,17,411409,430562 +DEU,1992,18,416083,435624 +DEU,1993,0,369341,389427 +DEU,1993,1,395647,416755 +DEU,1993,2,415836,437691 +DEU,1993,3,431118,453060 +DEU,1993,4,439294,461618 +DEU,1993,5,443851,466358 +DEU,1993,6,445312,467828 +DEU,1993,7,444203,466577 +DEU,1993,8,441198,463336 +DEU,1993,9,436973,458838 +DEU,1993,10,431298,452711 +DEU,1993,11,424397,445136 +DEU,1993,12,417247,437212 +DEU,1993,13,411122,430403 +DEU,1993,14,406395,425070 +DEU,1993,15,404351,422695 +DEU,1993,16,405967,424385 +DEU,1993,17,411463,430311 +DEU,1993,18,417794,437139 +DEU,1994,0,356696,376307 +DEU,1994,1,385834,406405 +DEU,1994,2,408894,430206 +DEU,1994,3,426444,448296 +DEU,1994,4,437717,459688 +DEU,1994,5,445020,467253 +DEU,1994,6,448992,471337 +DEU,1994,7,450112,472433 +DEU,1994,8,448862,471038 +DEU,1994,9,445920,467891 +DEU,1994,10,441968,463734 +DEU,1994,11,436482,457837 +DEU,1994,12,429540,450205 +DEU,1994,13,422225,442069 +DEU,1994,14,416043,435170 +DEU,1994,15,411299,429780 +DEU,1994,16,409353,427512 +DEU,1994,17,411237,429553 +DEU,1994,18,417104,435974 +DEU,1995,0,350728,370165 +DEU,1995,1,378853,399074 +DEU,1995,2,401768,422630 +DEU,1995,3,419907,441274 +DEU,1995,4,433705,455450 +DEU,1995,5,443596,465599 +DEU,1995,6,450016,472163 +DEU,1995,7,453398,475585 +DEU,1995,8,454176,476306 +DEU,1995,9,452787,474769 +DEU,1995,10,449913,471722 +DEU,1995,11,446241,467911 +DEU,1995,12,440952,462252 +DEU,1995,13,433980,454575 +DEU,1995,14,426512,446240 +DEU,1995,15,420284,439262 +DEU,1995,16,415530,433823 +DEU,1995,17,413686,431665 +DEU,1995,18,415834,434054 +DEU,1996,0,355184,374984 +DEU,1996,1,358578,378139 +DEU,1996,2,382892,403127 +DEU,1996,3,403376,424189 +DEU,1996,4,420240,441534 +DEU,1996,5,433692,455367 +DEU,1996,6,444182,466147 +DEU,1996,7,452161,474334 +DEU,1996,8,456626,478871 +DEU,1996,9,457301,479459 +DEU,1996,10,455121,477063 +DEU,1996,11,451937,473652 +DEU,1996,12,448144,469681 +DEU,1996,13,443008,464114 +DEU,1996,14,436602,456914 +DEU,1996,15,429942,449285 +DEU,1996,16,424460,442954 +DEU,1996,17,420456,438162 +DEU,1996,18,419136,436470 +DEU,1997,0,366155,386556 +DEU,1997,1,379396,399855 +DEU,1997,2,365651,385280 +DEU,1997,3,386089,406280 +DEU,1997,4,404092,424796 +DEU,1997,5,419640,440798 +DEU,1997,6,432715,454256 +DEU,1997,7,443781,465645 +DEU,1997,8,453305,475439 +DEU,1997,9,458846,481083 +DEU,1997,10,459416,481537 +DEU,1997,11,456450,478285 +DEU,1997,12,452960,474517 +DEU,1997,13,449056,470394 +DEU,1997,14,444085,464933 +DEU,1997,15,438259,458227 +DEU,1997,16,432425,451323 +DEU,1997,17,427703,445657 +DEU,1997,18,424459,441523 +DEU,1998,0,379582,400639 +DEU,1998,1,382116,402792 +DEU,1998,2,386739,407216 +DEU,1998,3,372258,391932 +DEU,1998,4,388800,408922 +DEU,1998,5,404301,424871 +DEU,1998,6,418515,439512 +DEU,1998,7,431196,452580 +DEU,1998,8,442825,464562 +DEU,1998,9,453880,475950 +DEU,1998,10,460489,482694 +DEU,1998,11,460953,483012 +DEU,1998,12,457205,478909 +DEU,1998,13,453415,474790 +DEU,1998,14,449404,470520 +DEU,1998,15,444604,465171 +DEU,1998,16,439366,458967 +DEU,1998,17,434363,452795 +DEU,1998,18,430407,447800 +DEU,1999,0,389684,411182 +DEU,1999,1,383567,404350 +DEU,1999,2,381710,402042 +DEU,1999,3,383496,403606 +DEU,1999,4,378875,398604 +DEU,1999,5,391530,411594 +DEU,1999,6,404536,424983 +DEU,1999,7,417420,438268 +DEU,1999,8,429710,450946 +DEU,1999,9,441900,463522 +DEU,1999,10,454485,476501 +DEU,1999,11,462159,484342 +DEU,1999,12,462518,484526 +DEU,1999,13,457988,479573 +DEU,1999,14,453900,475103 +DEU,1999,15,449781,470687 +DEU,1999,16,445151,465449 +DEU,1999,17,440499,459745 +DEU,1999,18,436326,454304 +DEU,2000,0,392436,413970 +DEU,2000,1,382035,402710 +DEU,2000,2,376868,396982 +DEU,2000,3,376238,396045 +DEU,2000,4,379444,399162 +DEU,2000,5,385788,405593 +DEU,2000,6,394571,414599 +DEU,2000,7,405095,425442 +DEU,2000,8,416661,437383 +DEU,2000,9,428570,449683 +DEU,2000,10,441331,462862 +DEU,2000,11,455453,477441 +DEU,2000,12,464198,486384 +DEU,2000,13,464452,486433 +DEU,2000,14,459139,480628 +DEU,2000,15,454747,475804 +DEU,2000,16,450519,471237 +DEU,2000,17,446055,466107 +DEU,2000,18,441984,460898 +DEU,2001,0,385736,406748 +DEU,2001,1,389283,410257 +DEU,2001,2,382052,402375 +DEU,2001,3,378826,398728 +DEU,2001,4,379112,398795 +DEU,2001,5,382419,402053 +DEU,2001,6,388084,407789 +DEU,2001,7,395444,415291 +DEU,2001,8,404860,424988 +DEU,2001,9,416180,436738 +DEU,2001,10,428402,449449 +DEU,2001,11,441116,462647 +DEU,2001,12,454938,477000 +DEU,2001,13,463842,486029 +DEU,2001,14,464953,486639 +DEU,2001,15,460927,481692 +DEU,2001,16,457729,477662 +DEU,2001,17,454683,473877 +DEU,2001,18,451195,469423 +DEU,2002,0,372042,392144 +DEU,2002,1,368240,387869 +DEU,2002,2,386570,407018 +DEU,2002,3,382500,402502 +DEU,2002,4,381210,400933 +DEU,2002,5,382414,402003 +DEU,2002,6,385825,405406 +DEU,2002,7,390817,410454 +DEU,2002,8,396763,416460 +DEU,2002,9,405082,425022 +DEU,2002,10,416169,436597 +DEU,2002,11,428716,449733 +DEU,2002,12,441399,462964 +DEU,2002,13,454937,477107 +DEU,2002,14,464010,486233 +DEU,2002,15,465978,487405 +DEU,2002,16,463234,483309 +DEU,2002,17,461226,480069 +DEU,2002,18,459360,477061 +DEU,2003,0,354509,373509 +DEU,2003,1,358506,377422 +DEU,2003,2,363200,382107 +DEU,2003,3,384022,403961 +DEU,2003,4,383116,402815 +DEU,2003,5,383765,403324 +DEU,2003,6,385887,405399 +DEU,2003,7,389405,408949 +DEU,2003,8,393725,413311 +DEU,2003,9,398257,417822 +DEU,2003,10,405481,425252 +DEU,2003,11,416340,436655 +DEU,2003,12,429219,450224 +DEU,2003,13,441875,463495 +DEU,2003,14,455134,477434 +DEU,2003,15,464381,486661 +DEU,2003,16,467208,488396 +DEU,2003,17,465747,485150 +DEU,2003,18,464930,482700 +DEU,2004,0,337869,355867 +DEU,2004,1,348857,367110 +DEU,2004,2,358468,376958 +DEU,2004,3,366884,385595 +DEU,2004,4,381230,400653 +DEU,2004,5,383492,402881 +DEU,2004,6,386081,405472 +DEU,2004,7,389122,408552 +DEU,2004,8,392744,412246 +DEU,2004,9,396389,415918 +DEU,2004,10,399503,418930 +DEU,2004,11,405625,425222 +DEU,2004,12,416249,436447 +DEU,2004,13,429453,450440 +DEU,2004,14,442073,463742 +DEU,2004,15,455046,477470 +DEU,2004,16,464460,486792 +DEU,2004,17,468146,489089 +DEU,2004,18,467971,486697 +DEU,2005,0,325673,342995 +DEU,2005,1,340602,358365 +DEU,2005,2,352964,371097 +DEU,2005,3,363092,381533 +DEU,2005,4,371319,390014 +DEU,2005,5,377979,396883 +DEU,2005,6,383405,402480 +DEU,2005,7,387929,407148 +DEU,2005,8,391885,411229 +DEU,2005,9,395606,415064 +DEU,2005,10,398573,418042 +DEU,2005,11,400266,419552 +DEU,2005,12,405280,424699 +DEU,2005,13,415656,435732 +DEU,2005,14,429168,450134 +DEU,2005,15,441739,463452 +DEU,2005,16,454408,476952 +DEU,2005,17,463979,486358 +DEU,2005,18,468519,489214 +DEU,2006,0,319975,337021 +DEU,2006,1,328774,346107 +DEU,2006,2,341866,359585 +DEU,2006,3,353035,371094 +DEU,2006,4,362509,380865 +DEU,2006,5,370515,389131 +DEU,2006,6,377410,396254 +DEU,2006,7,383546,402598 +DEU,2006,8,388520,407741 +DEU,2006,9,392308,411653 +DEU,2006,10,395518,414959 +DEU,2006,11,398218,417662 +DEU,2006,12,399722,418981 +DEU,2006,13,404837,424213 +DEU,2006,14,415750,435746 +DEU,2006,15,430066,450904 +DEU,2006,16,443380,464919 +DEU,2006,17,456781,479100 +DEU,2006,18,466950,489079 +DEU,2007,0,318744,335833 +DEU,2007,1,331254,348619 +DEU,2007,2,331527,348851 +DEU,2007,3,342768,360423 +DEU,2007,4,352732,370696 +DEU,2007,5,361541,379792 +DEU,2007,6,369318,387834 +DEU,2007,7,376439,395205 +DEU,2007,8,383280,402288 +DEU,2007,9,388699,407899 +DEU,2007,10,392315,411639 +DEU,2007,11,395009,414413 +DEU,2007,12,397441,416838 +DEU,2007,13,398755,417965 +DEU,2007,14,403964,423275 +DEU,2007,15,415402,435296 +DEU,2007,16,430508,451194 +DEU,2007,17,444551,465892 +DEU,2007,18,458670,480740 +DEU,2008,0,320872,338212 +DEU,2008,1,328852,346227 +DEU,2008,2,336193,353632 +DEU,2008,3,334137,351450 +DEU,2008,4,343524,361113 +DEU,2008,5,352280,370148 +DEU,2008,6,360421,378566 +DEU,2008,7,367966,386381 +DEU,2008,8,375311,393996 +DEU,2008,9,382852,401815 +DEU,2008,10,388714,407892 +DEU,2008,11,392157,411458 +DEU,2008,12,394335,413699 +DEU,2008,13,396497,415845 +DEU,2008,14,397620,416780 +DEU,2008,15,402922,422167 +DEU,2008,16,414879,434670 +DEU,2008,17,430768,451301 +DEU,2008,18,445533,466674 +DEU,2009,0,324477,342115 +DEU,2009,1,327727,345180 +DEU,2009,2,331644,348998 +DEU,2009,3,336147,353480 +DEU,2009,4,336922,354256 +DEU,2009,5,344463,362018 +DEU,2009,6,352016,369822 +DEU,2009,7,359495,377568 +DEU,2009,8,366813,385161 +DEU,2009,9,374385,393024 +DEU,2009,10,382629,401583 +DEU,2009,11,388936,408129 +DEU,2009,12,392208,411524 +DEU,2009,13,393872,413233 +DEU,2009,14,395765,415103 +DEU,2009,15,396699,415846 +DEU,2009,16,402096,421312 +DEU,2009,17,414579,434304 +DEU,2009,18,431257,451678 +DEU,2010,0,328182,346059 +DEU,2010,1,327705,345268 +DEU,2010,2,328848,346224 +DEU,2010,3,331421,348719 +DEU,2010,4,335229,352546 +DEU,2010,5,340080,357498 +DEU,2010,6,345781,363368 +DEU,2010,7,352141,369949 +DEU,2010,8,358965,377032 +DEU,2010,9,366062,384412 +DEU,2010,10,373870,392534 +DEU,2010,11,382828,401842 +DEU,2010,12,389587,408867 +DEU,2010,13,392691,412093 +DEU,2010,14,393842,413274 +DEU,2010,15,395470,414869 +DEU,2010,16,396214,415422 +DEU,2010,17,401713,420974 +DEU,2010,18,414735,434471 +DEU,2011,0,330246,347977 +DEU,2011,1,329052,346993 +DEU,2011,2,329032,346813 +DEU,2011,3,330557,348291 +DEU,2011,4,333444,351231 +DEU,2011,5,337511,355439 +DEU,2011,6,342565,360706 +DEU,2011,7,348413,366822 +DEU,2011,8,354924,373660 +DEU,2011,9,361933,381050 +DEU,2011,10,369230,388757 +DEU,2011,11,377203,397159 +DEU,2011,12,386300,406714 +DEU,2011,13,393181,413959 +DEU,2011,14,396389,417378 +DEU,2011,15,397626,418724 +DEU,2011,16,399323,420457 +DEU,2011,17,400119,421116 +DEU,2011,18,405663,426750 +DEU,2012,0,332324,349836 +DEU,2012,1,327963,345220 +DEU,2012,2,330254,348296 +DEU,2012,3,330690,348725 +DEU,2012,4,332597,350725 +DEU,2012,5,335801,354113 +DEU,2012,6,340131,358705 +DEU,2012,7,345392,364291 +DEU,2012,8,351393,370660 +DEU,2012,9,358061,377761 +DEU,2012,10,365263,385465 +DEU,2012,11,372767,393506 +DEU,2012,12,380911,402197 +DEU,2012,13,390158,412008 +DEU,2012,14,397167,419481 +DEU,2012,15,400481,423097 +DEU,2012,16,401805,424609 +DEU,2012,17,403574,426481 +DEU,2012,18,404421,427247 +DEU,2013,0,335393,352765 +DEU,2013,1,330221,347457 +DEU,2013,2,327323,344531 +DEU,2013,3,331707,349941 +DEU,2013,4,332600,350979 +DEU,2013,5,334889,353504 +DEU,2013,6,338413,357343 +DEU,2013,7,343009,362323 +DEU,2013,8,348482,368234 +DEU,2013,9,354640,374861 +DEU,2013,10,361470,382233 +DEU,2013,11,368870,390257 +DEU,2013,12,376586,398642 +DEU,2013,13,384909,407630 +DEU,2013,14,394311,417705 +DEU,2013,15,401454,425414 +DEU,2013,16,404877,429229 +DEU,2013,17,406289,430909 +DEU,2013,18,408131,432922 +DEU,2014,0,340899,358376 +DEU,2014,1,335086,352533 +DEU,2014,2,331396,348909 +DEU,2014,3,329646,347315 +DEU,2014,4,333282,351825 +DEU,2014,5,334632,353474 +DEU,2014,6,337306,356525 +DEU,2014,7,341152,360817 +DEU,2014,8,346014,366191 +DEU,2014,9,351701,372430 +DEU,2014,10,358019,379320 +DEU,2014,11,365014,386968 +DEU,2014,12,372614,395319 +DEU,2014,13,380546,404052 +DEU,2014,14,389050,413344 +DEU,2014,15,398612,423692 +DEU,2014,16,405892,431641 +DEU,2014,17,409425,435659 +DEU,2014,18,410926,437508 +DEU,2015,0,349634,367553 +DEU,2015,1,343028,360970 +DEU,2015,2,338392,356456 +DEU,2015,3,335582,353861 +DEU,2015,4,334456,353034 +DEU,2015,5,334868,353825 +DEU,2015,6,336676,356086 +DEU,2015,7,339735,359666 +DEU,2015,8,343902,364415 +DEU,2015,9,349033,370183 +DEU,2015,10,354934,376754 +DEU,2015,11,361412,383910 +DEU,2015,12,368573,391837 +DEU,2015,13,376374,400518 +DEU,2015,14,384521,409604 +DEU,2015,15,393208,419203 +DEU,2015,16,402929,429827 +DEU,2015,17,410347,438020 +DEU,2015,18,413990,442242 +DEU,2016,0,362491,380909 +DEU,2016,1,355589,374334 +DEU,2016,2,349405,368308 +DEU,2016,3,344950,364118 +DEU,2016,4,342126,361659 +DEU,2016,5,340834,360823 +DEU,2016,6,340929,361457 +DEU,2016,7,342268,363411 +DEU,2016,8,344979,366802 +DEU,2016,9,349053,371615 +DEU,2016,10,354257,377608 +DEU,2016,11,360163,384330 +DEU,2016,12,366618,391604 +DEU,2016,13,373800,399677 +DEU,2016,14,381675,408539 +DEU,2016,15,389933,417825 +DEU,2016,16,398736,427618 +DEU,2016,17,408579,438427 +DEU,2016,18,416130,446797 +DEU,2017,0,378414,397620 +DEU,2017,1,369331,388515 +DEU,2017,2,361562,381221 +DEU,2017,3,355800,375751 +DEU,2017,4,351527,371886 +DEU,2017,5,348688,369563 +DEU,2017,6,347229,368717 +DEU,2017,7,347007,369194 +DEU,2017,8,347877,370840 +DEU,2017,9,350239,374043 +DEU,2017,10,354220,378922 +DEU,2017,11,359495,385141 +DEU,2017,12,365407,392016 +DEU,2017,13,371841,399410 +DEU,2017,14,379044,407632 +DEU,2017,15,386992,416677 +DEU,2017,16,395361,426166 +DEU,2017,17,404282,436156 +DEU,2017,18,414247,447153 +DEU,2018,0,394126,414214 +DEU,2018,1,384212,404202 +DEU,2018,2,375849,395923 +DEU,2018,3,367371,387932 +DEU,2018,4,362036,383021 +DEU,2018,5,357946,379483 +DEU,2018,6,355094,377297 +DEU,2018,7,353469,376442 +DEU,2018,8,352929,376761 +DEU,2018,9,353329,378098 +DEU,2018,10,355340,381112 +DEU,2018,11,359226,386054 +DEU,2018,12,364572,392496 +DEU,2018,13,370485,399522 +DEU,2018,14,376895,407031 +DEU,2018,15,384116,415398 +DEU,2018,16,392134,424622 +DEU,2018,17,400609,434310 +DEU,2018,18,409643,444493 +DEU,2019,0,405000,426000 +DEU,2019,1,396000,416000 +DEU,2019,2,387000,408000 +DEU,2019,3,380000,401000 +DEU,2019,4,373000,394000 +DEU,2019,5,368000,390000 +DEU,2019,6,364000,387000 +DEU,2019,7,361000,385000 +DEU,2019,8,359000,384000 +DEU,2019,9,358000,384000 +DEU,2019,10,358000,385000 +DEU,2019,11,360000,388000 +DEU,2019,12,364000,393000 +DEU,2019,13,369000,399000 +DEU,2019,14,375000,407000 +DEU,2019,15,382000,414000 +DEU,2019,16,389000,423000 +DEU,2019,17,397000,432000 +DEU,2019,18,405000,442000 +DEU,2020,0,409000,430000 +DEU,2020,1,402000,423000 +DEU,2020,2,395000,416000 +DEU,2020,3,389000,410000 +DEU,2020,4,383000,404000 +DEU,2020,5,378000,400000 +DEU,2020,6,373000,396000 +DEU,2020,7,370000,393000 +DEU,2020,8,367000,391000 +DEU,2020,9,365000,390000 +DEU,2020,10,364000,390000 +DEU,2020,11,363000,391000 +DEU,2020,12,364000,394000 +DEU,2020,13,368000,399000 +DEU,2020,14,373000,406000 +DEU,2020,15,379000,413000 +DEU,2020,16,386000,421000 +DEU,2020,17,393000,429000 +DEU,2020,18,401000,439000 +DEU,2021,0,405000,427000 +DEU,2021,1,408000,430000 +DEU,2021,2,402000,424000 +DEU,2021,3,396000,418000 +DEU,2021,4,391000,412000 +DEU,2021,5,385000,406000 +DEU,2021,6,379000,402000 +DEU,2021,7,374000,397000 +DEU,2021,8,370000,394000 +DEU,2021,9,367000,392000 +DEU,2021,10,366000,391000 +DEU,2021,11,365000,392000 +DEU,2021,12,364000,392000 +DEU,2021,13,366000,395000 +DEU,2021,14,370000,400000 +DEU,2021,15,375000,408000 +DEU,2021,16,382000,415000 +DEU,2021,17,388000,423000 +DEU,2021,18,396000,432000 +DEU,2022,0,393000,416000 +DEU,2022,1,397000,419000 +DEU,2022,2,407000,429000 +DEU,2022,3,403000,424000 +DEU,2022,4,398000,419000 +DEU,2022,5,392000,413000 +DEU,2022,6,386000,408000 +DEU,2022,7,381000,403000 +DEU,2022,8,375000,398000 +DEU,2022,9,370000,394000 +DEU,2022,10,367000,392000 +DEU,2022,11,366000,392000 +DEU,2022,12,365000,392000 +DEU,2022,13,365000,393000 +DEU,2022,14,367000,396000 +DEU,2022,15,371000,402000 +DEU,2022,16,377000,409000 +DEU,2022,17,384000,417000 +DEU,2022,18,391000,425000 +DEU,2023,0,378000,400000 +DEU,2023,1,389000,411000 +DEU,2023,2,396000,417000 +DEU,2023,3,406000,427000 +DEU,2023,4,403000,424000 +DEU,2023,5,399000,420000 +DEU,2023,6,393000,415000 +DEU,2023,7,388000,409000 +DEU,2023,8,382000,404000 +DEU,2023,9,375000,398000 +DEU,2023,10,370000,394000 +DEU,2023,11,367000,392000 +DEU,2023,12,366000,392000 +DEU,2023,13,366000,393000 +DEU,2023,14,366000,394000 +DEU,2023,15,368000,397000 +DEU,2023,16,372000,402000 +DEU,2023,17,379000,410000 +DEU,2023,18,385000,418000 +DEU,2024,0,364000,386000 +DEU,2024,1,380000,402000 +DEU,2024,2,391000,413000 +DEU,2024,3,399000,420000 +DEU,2024,4,405000,426000 +DEU,2024,5,403000,424000 +DEU,2024,6,399000,420000 +DEU,2024,7,394000,416000 +DEU,2024,8,389000,410000 +DEU,2024,9,382000,404000 +DEU,2024,10,375000,398000 +DEU,2024,11,370000,393000 +DEU,2024,12,367000,391000 +DEU,2024,13,367000,392000 +DEU,2024,14,366000,393000 +DEU,2024,15,366000,394000 +DEU,2024,16,368000,397000 +DEU,2024,17,373000,403000 +DEU,2024,18,380000,411000 +DEU,2025,0,355000,377000 +DEU,2025,1,373000,395000 +DEU,2025,2,387000,408000 +DEU,2025,3,396000,417000 +DEU,2025,4,402000,422000 +DEU,2025,5,404000,424000 +DEU,2025,6,403000,424000 +DEU,2025,7,400000,421000 +DEU,2025,8,395000,417000 +DEU,2025,9,390000,411000 +DEU,2025,10,383000,405000 +DEU,2025,11,375000,398000 +DEU,2025,12,369000,393000 +DEU,2025,13,367000,391000 +DEU,2025,14,367000,392000 +DEU,2025,15,366000,393000 +DEU,2025,16,367000,394000 +DEU,2025,17,369000,398000 +DEU,2025,18,374000,404000 +DEU,2026,0,353000,375000 +DEU,2026,1,360000,382000 +DEU,2026,2,375000,397000 +DEU,2026,3,387000,408000 +DEU,2026,4,395000,416000 +DEU,2026,5,400000,421000 +DEU,2026,6,403000,424000 +DEU,2026,7,403000,424000 +DEU,2026,8,401000,422000 +DEU,2026,9,397000,418000 +DEU,2026,10,391000,412000 +DEU,2026,11,384000,406000 +DEU,2026,12,376000,399000 +DEU,2026,13,370000,394000 +DEU,2026,14,368000,392000 +DEU,2026,15,368000,393000 +DEU,2026,16,368000,395000 +DEU,2026,17,369000,396000 +DEU,2026,18,371000,400000 +DEU,2027,0,357000,378000 +DEU,2027,1,370000,391000 +DEU,2027,2,364000,386000 +DEU,2027,3,377000,398000 +DEU,2027,4,387000,408000 +DEU,2027,5,394000,415000 +DEU,2027,6,399000,420000 +DEU,2027,7,402000,423000 +DEU,2027,8,403000,424000 +DEU,2027,9,402000,423000 +DEU,2027,10,398000,419000 +DEU,2027,11,391000,413000 +DEU,2027,12,384000,406000 +DEU,2027,13,377000,399000 +DEU,2027,14,371000,394000 +DEU,2027,15,369000,393000 +DEU,2027,16,370000,395000 +DEU,2027,17,370000,396000 +DEU,2027,18,371000,398000 +DEU,2028,0,363000,383000 +DEU,2028,1,370000,391000 +DEU,2028,2,376000,397000 +DEU,2028,3,369000,390000 +DEU,2028,4,378000,400000 +DEU,2028,5,387000,408000 +DEU,2028,6,393000,414000 +DEU,2028,7,397000,418000 +DEU,2028,8,401000,422000 +DEU,2028,9,404000,424000 +DEU,2028,10,403000,424000 +DEU,2028,11,399000,420000 +DEU,2028,12,392000,413000 +DEU,2028,13,385000,407000 +DEU,2028,14,378000,400000 +DEU,2028,15,372000,395000 +DEU,2028,16,370000,394000 +DEU,2028,17,371000,396000 +DEU,2028,18,372000,398000 +DEU,2029,0,368000,389000 +DEU,2029,1,370000,391000 +DEU,2029,2,373000,394000 +DEU,2029,3,376000,397000 +DEU,2029,4,373000,395000 +DEU,2029,5,380000,401000 +DEU,2029,6,386000,408000 +DEU,2029,7,392000,413000 +DEU,2029,8,396000,417000 +DEU,2029,9,400000,421000 +DEU,2029,10,404000,424000 +DEU,2029,11,404000,425000 +DEU,2029,12,400000,421000 +DEU,2029,13,392000,414000 +DEU,2029,14,385000,407000 +DEU,2029,15,378000,400000 +DEU,2029,16,373000,396000 +DEU,2029,17,372000,395000 +DEU,2029,18,373000,397000 +DEU,2030,0,371000,391000 +DEU,2030,1,369000,390000 +DEU,2030,2,369000,391000 +DEU,2030,3,371000,392000 +DEU,2030,4,374000,395000 +DEU,2030,5,377000,399000 +DEU,2030,6,381000,403000 +DEU,2030,7,386000,407000 +DEU,2030,8,390000,412000 +DEU,2030,9,394000,415000 +DEU,2030,10,398000,420000 +DEU,2030,11,403000,424000 +DEU,2030,12,405000,426000 +DEU,2030,13,401000,422000 +DEU,2030,14,393000,414000 +DEU,2030,15,386000,408000 +DEU,2030,16,379000,401000 +DEU,2030,17,374000,397000 +DEU,2030,18,373000,396000 +DEU,2031,0,370000,390000 +DEU,2031,1,371000,391000 +DEU,2031,2,370000,390000 +DEU,2031,3,370000,391000 +DEU,2031,4,372000,393000 +DEU,2031,5,375000,396000 +DEU,2031,6,378000,400000 +DEU,2031,7,382000,403000 +DEU,2031,8,386000,407000 +DEU,2031,9,390000,412000 +DEU,2031,10,395000,416000 +DEU,2031,11,399000,420000 +DEU,2031,12,404000,425000 +DEU,2031,13,406000,427000 +DEU,2031,14,402000,423000 +DEU,2031,15,394000,416000 +DEU,2031,16,388000,409000 +DEU,2031,17,381000,403000 +DEU,2031,18,376000,399000 +DEU,2032,0,366000,386000 +DEU,2032,1,365000,385000 +DEU,2032,2,370000,390000 +DEU,2032,3,370000,391000 +DEU,2032,4,371000,392000 +DEU,2032,5,373000,395000 +DEU,2032,6,376000,397000 +DEU,2032,7,379000,401000 +DEU,2032,8,382000,404000 +DEU,2032,9,386000,407000 +DEU,2032,10,390000,412000 +DEU,2032,11,395000,416000 +DEU,2032,12,400000,421000 +DEU,2032,13,405000,426000 +DEU,2032,14,407000,427000 +DEU,2032,15,403000,424000 +DEU,2032,16,396000,417000 +DEU,2032,17,390000,411000 +DEU,2032,18,383000,405000 +DEU,2033,0,361000,381000 +DEU,2033,1,362000,382000 +DEU,2033,2,363000,384000 +DEU,2033,3,370000,390000 +DEU,2033,4,371000,391000 +DEU,2033,5,372000,393000 +DEU,2033,6,375000,396000 +DEU,2033,7,377000,399000 +DEU,2033,8,380000,401000 +DEU,2033,9,383000,404000 +DEU,2033,10,386000,408000 +DEU,2033,11,391000,412000 +DEU,2033,12,396000,417000 +DEU,2033,13,401000,421000 +DEU,2033,14,406000,426000 +DEU,2033,15,408000,428000 +DEU,2033,16,404000,425000 +DEU,2033,17,398000,419000 +DEU,2033,18,392000,413000 +DEU,2034,0,356000,376000 +DEU,2034,1,359000,379000 +DEU,2034,2,361000,382000 +DEU,2034,3,364000,385000 +DEU,2034,4,369000,390000 +DEU,2034,5,371000,392000 +DEU,2034,6,373000,394000 +DEU,2034,7,376000,397000 +DEU,2034,8,378000,400000 +DEU,2034,9,381000,402000 +DEU,2034,10,383000,405000 +DEU,2034,11,386000,408000 +DEU,2034,12,391000,412000 +DEU,2034,13,396000,417000 +DEU,2034,14,401000,422000 +DEU,2034,15,407000,427000 +DEU,2034,16,409000,429000 +DEU,2034,17,406000,426000 +DEU,2034,18,399000,420000 +DEU,2035,0,352000,372000 +DEU,2035,1,356000,376000 +DEU,2035,2,359000,380000 +DEU,2035,3,363000,383000 +DEU,2035,4,366000,386000 +DEU,2035,5,369000,389000 +DEU,2035,6,372000,392000 +DEU,2035,7,374000,395000 +DEU,2035,8,377000,398000 +DEU,2035,9,379000,401000 +DEU,2035,10,382000,403000 +DEU,2035,11,383000,405000 +DEU,2035,12,386000,408000 +DEU,2035,13,391000,412000 +DEU,2035,14,396000,417000 +DEU,2035,15,402000,422000 +DEU,2035,16,407000,428000 +DEU,2035,17,410000,430000 +DEU,2035,18,407000,427000 +DEU,2036,0,349000,369000 +DEU,2036,1,353000,373000 +DEU,2036,2,357000,377000 +DEU,2036,3,360000,380000 +DEU,2036,4,363000,384000 +DEU,2036,5,366000,387000 +DEU,2036,6,369000,390000 +DEU,2036,7,372000,393000 +DEU,2036,8,375000,396000 +DEU,2036,9,377000,398000 +DEU,2036,10,380000,401000 +DEU,2036,11,382000,404000 +DEU,2036,12,384000,406000 +DEU,2036,13,387000,409000 +DEU,2036,14,392000,413000 +DEU,2036,15,398000,419000 +DEU,2036,16,404000,424000 +DEU,2036,17,410000,430000 +DEU,2036,18,412000,432000 +DEU,2037,0,348000,368000 +DEU,2037,1,352000,372000 +DEU,2037,2,354000,374000 +DEU,2037,3,358000,378000 +DEU,2037,4,361000,381000 +DEU,2037,5,364000,384000 +DEU,2037,6,367000,387000 +DEU,2037,7,370000,390000 +DEU,2037,8,373000,393000 +DEU,2037,9,375000,396000 +DEU,2037,10,378000,399000 +DEU,2037,11,381000,402000 +DEU,2037,12,383000,404000 +DEU,2037,13,385000,406000 +DEU,2037,14,388000,410000 +DEU,2037,15,394000,415000 +DEU,2037,16,400000,420000 +DEU,2037,17,406000,426000 +DEU,2037,18,412000,432000 +DEU,2038,0,347000,367000 +DEU,2038,1,350000,370000 +DEU,2038,2,354000,374000 +DEU,2038,3,355000,375000 +DEU,2038,4,359000,379000 +DEU,2038,5,362000,382000 +DEU,2038,6,364000,385000 +DEU,2038,7,367000,388000 +DEU,2038,8,370000,391000 +DEU,2038,9,373000,394000 +DEU,2038,10,376000,396000 +DEU,2038,11,379000,399000 +DEU,2038,12,381000,402000 +DEU,2038,13,384000,405000 +DEU,2038,14,386000,407000 +DEU,2038,15,389000,410000 +DEU,2038,16,395000,416000 +DEU,2038,17,402000,422000 +DEU,2038,18,408000,428000 +DEU,2039,0,346000,366000 +DEU,2039,1,349000,369000 +DEU,2039,2,352000,372000 +DEU,2039,3,355000,374000 +DEU,2039,4,356000,376000 +DEU,2039,5,359000,379000 +DEU,2039,6,362000,382000 +DEU,2039,7,365000,385000 +DEU,2039,8,367000,388000 +DEU,2039,9,370000,391000 +DEU,2039,10,373000,394000 +DEU,2039,11,376000,397000 +DEU,2039,12,379000,400000 +DEU,2039,13,382000,403000 +DEU,2039,14,384000,405000 +DEU,2039,15,387000,408000 +DEU,2039,16,390000,411000 +DEU,2039,17,396000,417000 +DEU,2039,18,403000,423000 +DEU,2040,0,345000,365000 +DEU,2040,1,348000,367000 +DEU,2040,2,350000,370000 +DEU,2040,3,353000,372000 +DEU,2040,4,355000,375000 +DEU,2040,5,357000,377000 +DEU,2040,6,360000,380000 +DEU,2040,7,362000,383000 +DEU,2040,8,365000,385000 +DEU,2040,9,368000,388000 +DEU,2040,10,370000,391000 +DEU,2040,11,373000,394000 +DEU,2040,12,376000,397000 +DEU,2040,13,379000,400000 +DEU,2040,14,382000,403000 +DEU,2040,15,385000,406000 +DEU,2040,16,387000,408000 +DEU,2040,17,391000,412000 +DEU,2040,18,397000,418000 +DEU,2041,0,345000,365000 +DEU,2041,1,347000,366000 +DEU,2041,2,349000,368000 +DEU,2041,3,351000,371000 +DEU,2041,4,353000,373000 +DEU,2041,5,356000,375000 +DEU,2041,6,358000,378000 +DEU,2041,7,360000,380000 +DEU,2041,8,363000,383000 +DEU,2041,9,366000,386000 +DEU,2041,10,368000,389000 +DEU,2041,11,371000,392000 +DEU,2041,12,374000,395000 +DEU,2041,13,377000,398000 +DEU,2041,14,380000,401000 +DEU,2041,15,384000,404000 +DEU,2041,16,387000,408000 +DEU,2041,17,390000,410000 +DEU,2041,18,394000,414000 +DEU,2042,0,345000,364000 +DEU,2042,1,346000,366000 +DEU,2042,2,348000,367000 +DEU,2042,3,350000,369000 +DEU,2042,4,352000,371000 +DEU,2042,5,354000,374000 +DEU,2042,6,356000,376000 +DEU,2042,7,358000,378000 +DEU,2042,8,361000,381000 +DEU,2042,9,363000,384000 +DEU,2042,10,366000,386000 +DEU,2042,11,369000,389000 +DEU,2042,12,372000,392000 +DEU,2042,13,375000,396000 +DEU,2042,14,378000,399000 +DEU,2042,15,382000,402000 +DEU,2042,16,386000,406000 +DEU,2042,17,389000,409000 +DEU,2042,18,392000,412000 +DEU,2043,0,344000,364000 +DEU,2043,1,346000,365000 +DEU,2043,2,348000,367000 +DEU,2043,3,349000,368000 +DEU,2043,4,351000,370000 +DEU,2043,5,352000,372000 +DEU,2043,6,354000,374000 +DEU,2043,7,357000,376000 +DEU,2043,8,359000,379000 +DEU,2043,9,361000,381000 +DEU,2043,10,364000,384000 +DEU,2043,11,366000,387000 +DEU,2043,12,369000,390000 +DEU,2043,13,373000,393000 +DEU,2043,14,376000,396000 +DEU,2043,15,379000,400000 +DEU,2043,16,383000,403000 +DEU,2043,17,387000,407000 +DEU,2043,18,391000,411000 +DEU,2044,0,344000,364000 +DEU,2044,1,346000,365000 +DEU,2044,2,347000,367000 +DEU,2044,3,348000,368000 +DEU,2044,4,350000,369000 +DEU,2044,5,351000,371000 +DEU,2044,6,353000,373000 +DEU,2044,7,355000,375000 +DEU,2044,8,357000,377000 +DEU,2044,9,359000,379000 +DEU,2044,10,361000,381000 +DEU,2044,11,364000,384000 +DEU,2044,12,367000,387000 +DEU,2044,13,370000,390000 +DEU,2044,14,373000,393000 +DEU,2044,15,377000,397000 +DEU,2044,16,380000,401000 +DEU,2044,17,384000,404000 +DEU,2044,18,389000,409000 +DEU,2045,0,345000,364000 +DEU,2045,1,346000,365000 +DEU,2045,2,347000,366000 +DEU,2045,3,348000,367000 +DEU,2045,4,349000,369000 +DEU,2045,5,350000,370000 +DEU,2045,6,352000,371000 +DEU,2045,7,353000,373000 +DEU,2045,8,355000,375000 +DEU,2045,9,357000,377000 +DEU,2045,10,359000,379000 +DEU,2045,11,361000,381000 +DEU,2045,12,364000,384000 +DEU,2045,13,367000,387000 +DEU,2045,14,370000,390000 +DEU,2045,15,373000,394000 +DEU,2045,16,377000,397000 +DEU,2045,17,381000,401000 +DEU,2045,18,385000,405000 +DEU,2046,0,346000,366000 +DEU,2046,1,346000,366000 +DEU,2046,2,347000,366000 +DEU,2046,3,348000,367000 +DEU,2046,4,349000,368000 +DEU,2046,5,350000,369000 +DEU,2046,6,351000,370000 +DEU,2046,7,352000,372000 +DEU,2046,8,354000,374000 +DEU,2046,9,356000,375000 +DEU,2046,10,358000,378000 +DEU,2046,11,360000,380000 +DEU,2046,12,362000,382000 +DEU,2046,13,365000,385000 +DEU,2046,14,368000,388000 +DEU,2046,15,372000,392000 +DEU,2046,16,376000,396000 +DEU,2046,17,379000,399000 +DEU,2046,18,384000,404000 +DEU,2047,0,348000,367000 +DEU,2047,1,348000,367000 +DEU,2047,2,347000,367000 +DEU,2047,3,348000,367000 +DEU,2047,4,348000,368000 +DEU,2047,5,349000,369000 +DEU,2047,6,350000,370000 +DEU,2047,7,351000,371000 +DEU,2047,8,353000,372000 +DEU,2047,9,354000,374000 +DEU,2047,10,356000,376000 +DEU,2047,11,358000,378000 +DEU,2047,12,361000,381000 +DEU,2047,13,363000,383000 +DEU,2047,14,366000,386000 +DEU,2047,15,370000,390000 +DEU,2047,16,374000,393000 +DEU,2047,17,378000,397000 +DEU,2047,18,382000,402000 +DEU,2048,0,349000,369000 +DEU,2048,1,349000,369000 +DEU,2048,2,349000,368000 +DEU,2048,3,348000,368000 +DEU,2048,4,348000,368000 +DEU,2048,5,349000,368000 +DEU,2048,6,350000,369000 +DEU,2048,7,351000,370000 +DEU,2048,8,352000,371000 +DEU,2048,9,353000,373000 +DEU,2048,10,355000,374000 +DEU,2048,11,357000,376000 +DEU,2048,12,359000,379000 +DEU,2048,13,361000,381000 +DEU,2048,14,364000,384000 +DEU,2048,15,367000,387000 +DEU,2048,16,371000,391000 +DEU,2048,17,375000,395000 +DEU,2048,18,380000,399000 +DEU,2049,0,351000,371000 +DEU,2049,1,350000,370000 +DEU,2049,2,350000,370000 +DEU,2049,3,350000,369000 +DEU,2049,4,349000,369000 +DEU,2049,5,349000,369000 +DEU,2049,6,349000,369000 +DEU,2049,7,350000,370000 +DEU,2049,8,351000,370000 +DEU,2049,9,352000,371000 +DEU,2049,10,353000,373000 +DEU,2049,11,355000,374000 +DEU,2049,12,357000,377000 +DEU,2049,13,359000,379000 +DEU,2049,14,362000,382000 +DEU,2049,15,365000,384000 +DEU,2049,16,368000,388000 +DEU,2049,17,372000,392000 +DEU,2049,18,377000,396000 +DEU,2050,0,353000,373000 +DEU,2050,1,352000,372000 +DEU,2050,2,351000,371000 +DEU,2050,3,350000,370000 +DEU,2050,4,350000,370000 +DEU,2050,5,350000,369000 +DEU,2050,6,350000,369000 +DEU,2050,7,350000,369000 +DEU,2050,8,350000,370000 +DEU,2050,9,351000,371000 +DEU,2050,10,352000,372000 +DEU,2050,11,353000,373000 +DEU,2050,12,355000,375000 +DEU,2050,13,357000,377000 +DEU,2050,14,359000,379000 +DEU,2050,15,362000,382000 +DEU,2050,16,365000,385000 +DEU,2050,17,369000,388000 +DEU,2050,18,373000,393000 +DJI,1990,0,12307,12660 +DJI,1990,1,11269,11575 +DJI,1990,2,10410,10676 +DJI,1990,3,9711,9944 +DJI,1990,4,9153,9360 +DJI,1990,5,8718,8904 +DJI,1990,6,8387,8557 +DJI,1990,7,8142,8299 +DJI,1990,8,7963,8111 +DJI,1990,9,7832,7973 +DJI,1990,10,7759,7897 +DJI,1990,11,7752,7894 +DJI,1990,12,7654,7791 +DJI,1990,13,7391,7509 +DJI,1990,14,7027,7118 +DJI,1990,15,6699,6768 +DJI,1990,16,6375,6422 +DJI,1990,17,6097,6141 +DJI,1990,18,5897,5968 +DJI,1991,0,12240,12595 +DJI,1991,1,11947,12278 +DJI,1991,2,11065,11355 +DJI,1991,3,10309,10564 +DJI,1991,4,9668,9894 +DJI,1991,5,9133,9335 +DJI,1991,6,8685,8866 +DJI,1991,7,8306,8470 +DJI,1991,8,8027,8178 +DJI,1991,9,7854,7996 +DJI,1991,10,7752,7888 +DJI,1991,11,7689,7823 +DJI,1991,12,7684,7821 +DJI,1991,13,7587,7719 +DJI,1991,14,7325,7437 +DJI,1991,15,6962,7047 +DJI,1991,16,6634,6696 +DJI,1991,17,6310,6349 +DJI,1991,18,6032,6068 +DJI,1992,0,11519,11859 +DJI,1992,1,11051,11357 +DJI,1992,2,11494,11805 +DJI,1992,3,10775,11052 +DJI,1992,4,10128,10375 +DJI,1992,5,9552,9772 +DJI,1992,6,9044,9242 +DJI,1992,7,8586,8764 +DJI,1992,8,8161,8321 +DJI,1992,9,7850,7997 +DJI,1992,10,7684,7822 +DJI,1992,11,7612,7745 +DJI,1992,12,7561,7692 +DJI,1992,13,7557,7691 +DJI,1992,14,7461,7591 +DJI,1992,15,7202,7311 +DJI,1992,16,6844,6924 +DJI,1992,17,6519,6575 +DJI,1992,18,6197,6230 +DJI,1993,0,10477,10794 +DJI,1993,1,10476,10774 +DJI,1993,2,10395,10675 +DJI,1993,3,11008,11300 +DJI,1993,4,10454,10719 +DJI,1993,5,9918,10158 +DJI,1993,6,9407,9623 +DJI,1993,7,8927,9123 +DJI,1993,8,8461,8637 +DJI,1993,9,7992,8150 +DJI,1993,10,7650,7794 +DJI,1993,11,7492,7627 +DJI,1993,12,7450,7581 +DJI,1993,13,7410,7540 +DJI,1993,14,7407,7540 +DJI,1993,15,7314,7441 +DJI,1993,16,7059,7165 +DJI,1993,17,6705,6782 +DJI,1993,18,6384,6436 +DJI,1994,0,9561,9855 +DJI,1994,1,9947,10236 +DJI,1994,2,10162,10443 +DJI,1994,3,10226,10497 +DJI,1994,4,10541,10815 +DJI,1994,5,10151,10404 +DJI,1994,6,9724,9956 +DJI,1994,7,9276,9489 +DJI,1994,8,8824,9017 +DJI,1994,9,8350,8524 +DJI,1994,10,7836,7991 +DJI,1994,11,7463,7603 +DJI,1994,12,7312,7444 +DJI,1994,13,7299,7429 +DJI,1994,14,7271,7399 +DJI,1994,15,7269,7401 +DJI,1994,16,7178,7303 +DJI,1994,17,6926,7030 +DJI,1994,18,6577,6650 +DJI,1995,0,9074,9354 +DJI,1995,1,9659,9942 +DJI,1995,2,10032,10313 +DJI,1995,3,10218,10494 +DJI,1995,4,10241,10508 +DJI,1995,5,10126,10381 +DJI,1995,6,9896,10137 +DJI,1995,7,9576,9801 +DJI,1995,8,9191,9399 +DJI,1995,9,8764,8954 +DJI,1995,10,8278,8450 +DJI,1995,11,7718,7869 +DJI,1995,12,7312,7448 +DJI,1995,13,7167,7296 +DJI,1995,14,7184,7311 +DJI,1995,15,7167,7293 +DJI,1995,16,7167,7296 +DJI,1995,17,7077,7199 +DJI,1995,18,6828,6927 +DJI,1996,0,9008,9292 +DJI,1996,1,9134,9411 +DJI,1996,2,9594,9874 +DJI,1996,3,9893,10171 +DJI,1996,4,10047,10319 +DJI,1996,5,10071,10335 +DJI,1996,6,9989,10243 +DJI,1996,7,9826,10068 +DJI,1996,8,9556,9784 +DJI,1996,9,9178,9389 +DJI,1996,10,8733,8926 +DJI,1996,11,8247,8420 +DJI,1996,12,7693,7845 +DJI,1996,13,7293,7428 +DJI,1996,14,7152,7279 +DJI,1996,15,7173,7296 +DJI,1996,16,7159,7280 +DJI,1996,17,7161,7284 +DJI,1996,18,7073,7188 +DJI,1997,0,9334,9640 +DJI,1997,1,9664,9972 +DJI,1997,2,9220,9499 +DJI,1997,3,9558,9837 +DJI,1997,4,9784,10061 +DJI,1997,5,9905,10178 +DJI,1997,6,9930,10195 +DJI,1997,7,9881,10138 +DJI,1997,8,9784,10032 +DJI,1997,9,9563,9798 +DJI,1997,10,9192,9410 +DJI,1997,11,8729,8926 +DJI,1997,12,8240,8416 +DJI,1997,13,7691,7846 +DJI,1997,14,7295,7432 +DJI,1997,15,7159,7286 +DJI,1997,16,7182,7305 +DJI,1997,17,7172,7290 +DJI,1997,18,7176,7295 +DJI,1998,0,9894,10225 +DJI,1998,1,9904,10228 +DJI,1998,2,9895,10212 +DJI,1998,3,9322,9600 +DJI,1998,4,9538,9815 +DJI,1998,5,9691,9965 +DJI,1998,6,9781,10050 +DJI,1998,7,9806,10069 +DJI,1998,8,9791,10047 +DJI,1998,9,9760,10009 +DJI,1998,10,9587,9826 +DJI,1998,11,9222,9443 +DJI,1998,12,8739,8939 +DJI,1998,13,8246,8425 +DJI,1998,14,7702,7857 +DJI,1998,15,7310,7447 +DJI,1998,16,7177,7303 +DJI,1998,17,7204,7324 +DJI,1998,18,7196,7311 +DJI,1999,0,10451,10787 +DJI,1999,1,10164,10486 +DJI,1999,2,9947,10256 +DJI,1999,3,9787,10087 +DJI,1999,4,9430,9698 +DJI,1999,5,9524,9788 +DJI,1999,6,9604,9865 +DJI,1999,7,9661,9918 +DJI,1999,8,9687,9939 +DJI,1999,9,9705,9952 +DJI,1999,10,9740,9983 +DJI,1999,11,9616,9850 +DJI,1999,12,9257,9473 +DJI,1999,13,8755,8948 +DJI,1999,14,8258,8430 +DJI,1999,15,7717,7866 +DJI,1999,16,7329,7458 +DJI,1999,17,7200,7317 +DJI,1999,18,7231,7341 +DJI,2000,0,10821,11133 +DJI,2000,1,10352,10644 +DJI,2000,2,10005,10282 +DJI,2000,3,9764,10029 +DJI,2000,4,9612,9867 +DJI,2000,5,9530,9778 +DJI,2000,6,9501,9744 +DJI,2000,7,9508,9746 +DJI,2000,8,9533,9768 +DJI,2000,9,9560,9790 +DJI,2000,10,9611,9839 +DJI,2000,11,9712,9938 +DJI,2000,12,9637,9855 +DJI,2000,13,9285,9486 +DJI,2000,14,8762,8941 +DJI,2000,15,8262,8419 +DJI,2000,16,7726,7860 +DJI,2000,17,7341,7456 +DJI,2000,18,7216,7318 +DJI,2001,0,11012,11239 +DJI,2001,1,10671,10931 +DJI,2001,2,10278,10522 +DJI,2001,3,9984,10215 +DJI,2001,4,9774,9996 +DJI,2001,5,9635,9849 +DJI,2001,6,9550,9758 +DJI,2001,7,9502,9705 +DJI,2001,8,9494,9694 +DJI,2001,9,9520,9716 +DJI,2001,10,9554,9747 +DJI,2001,11,9606,9795 +DJI,2001,12,9702,9890 +DJI,2001,13,9622,9802 +DJI,2001,14,9264,9429 +DJI,2001,15,8738,8881 +DJI,2001,16,8233,8355 +DJI,2001,17,7691,7791 +DJI,2001,18,7303,7384 +DJI,2002,0,11058,11160 +DJI,2002,1,10605,10689 +DJI,2002,2,10519,10717 +DJI,2002,3,10202,10388 +DJI,2002,4,9960,10136 +DJI,2002,5,9781,9950 +DJI,2002,6,9656,9819 +DJI,2002,7,9569,9727 +DJI,2002,8,9502,9656 +DJI,2002,9,9479,9630 +DJI,2002,10,9504,9652 +DJI,2002,11,9546,9692 +DJI,2002,12,9598,9740 +DJI,2002,13,9689,9830 +DJI,2002,14,9604,9737 +DJI,2002,15,9242,9360 +DJI,2002,16,8711,8810 +DJI,2002,17,8202,8280 +DJI,2002,18,7655,7713 +DJI,2003,0,10943,10963 +DJI,2003,1,10623,10627 +DJI,2003,2,10372,10365 +DJI,2003,3,10349,10508 +DJI,2003,4,10110,10260 +DJI,2003,5,9920,10063 +DJI,2003,6,9773,9910 +DJI,2003,7,9663,9795 +DJI,2003,8,9572,9701 +DJI,2003,9,9486,9611 +DJI,2003,10,9448,9570 +DJI,2003,11,9473,9593 +DJI,2003,12,9524,9642 +DJI,2003,13,9575,9690 +DJI,2003,14,9661,9775 +DJI,2003,15,9571,9677 +DJI,2003,16,9205,9297 +DJI,2003,17,8671,8743 +DJI,2003,18,8158,8210 +DJI,2004,0,10673,10751 +DJI,2004,1,10499,10561 +DJI,2004,2,10350,10399 +DJI,2004,3,10223,10262 +DJI,2004,4,10150,10325 +DJI,2004,5,9989,10156 +DJI,2004,6,9852,10013 +DJI,2004,7,9737,9893 +DJI,2004,8,9641,9793 +DJI,2004,9,9549,9697 +DJI,2004,10,9443,9589 +DJI,2004,11,9391,9534 +DJI,2004,12,9415,9557 +DJI,2004,13,9474,9614 +DJI,2004,14,9525,9663 +DJI,2004,15,9606,9743 +DJI,2004,16,9510,9640 +DJI,2004,17,9142,9255 +DJI,2004,18,8606,8697 +DJI,2005,0,10274,10596 +DJI,2005,1,10217,10521 +DJI,2005,2,10152,10440 +DJI,2005,3,10080,10356 +DJI,2005,4,10003,10268 +DJI,2005,5,9923,10179 +DJI,2005,6,9840,10089 +DJI,2005,7,9757,10000 +DJI,2005,8,9674,9913 +DJI,2005,9,9593,9828 +DJI,2005,10,9498,9730 +DJI,2005,11,9374,9603 +DJI,2005,12,9307,9533 +DJI,2005,13,9331,9557 +DJI,2005,14,9398,9623 +DJI,2005,15,9448,9672 +DJI,2005,16,9523,9747 +DJI,2005,17,9423,9639 +DJI,2005,18,9053,9248 +DJI,2006,0,9770,10378 +DJI,2006,1,9854,10466 +DJI,2006,2,9811,10404 +DJI,2006,3,9761,10336 +DJI,2006,4,9705,10263 +DJI,2006,5,9644,10186 +DJI,2006,6,9581,10105 +DJI,2006,7,9516,10023 +DJI,2006,8,9446,9939 +DJI,2006,9,9368,9854 +DJI,2006,10,9288,9770 +DJI,2006,11,9196,9673 +DJI,2006,12,9077,9549 +DJI,2006,13,9017,9478 +DJI,2006,14,9051,9492 +DJI,2006,15,9130,9546 +DJI,2006,16,9193,9583 +DJI,2006,17,9275,9643 +DJI,2006,18,9202,9540 +DJI,2007,0,9129,10209 +DJI,2007,1,9230,10265 +DJI,2007,2,9420,10379 +DJI,2007,3,9391,10332 +DJI,2007,4,9356,10276 +DJI,2007,5,9316,10214 +DJI,2007,6,9271,10146 +DJI,2007,7,9224,10074 +DJI,2007,8,9178,9999 +DJI,2007,9,9121,9920 +DJI,2007,10,9049,9837 +DJI,2007,11,8969,9753 +DJI,2007,12,8880,9658 +DJI,2007,13,8766,9536 +DJI,2007,14,8713,9463 +DJI,2007,15,8756,9468 +DJI,2007,16,8849,9509 +DJI,2007,17,8923,9535 +DJI,2007,18,9012,9580 +DJI,2008,0,8521,10084 +DJI,2008,1,8656,10168 +DJI,2008,2,8755,10220 +DJI,2008,3,8997,10312 +DJI,2008,4,8981,10278 +DJI,2008,5,8961,10235 +DJI,2008,6,8937,10184 +DJI,2008,7,8907,10125 +DJI,2008,8,8877,10061 +DJI,2008,9,8850,9994 +DJI,2008,10,8806,9920 +DJI,2008,11,8739,9839 +DJI,2008,12,8659,9755 +DJI,2008,13,8574,9660 +DJI,2008,14,8465,9541 +DJI,2008,15,8418,9466 +DJI,2008,16,8471,9461 +DJI,2008,17,8576,9490 +DJI,2008,18,8662,9504 +DJI,2009,0,8158,9997 +DJI,2009,1,8268,10086 +DJI,2009,2,8355,10147 +DJI,2009,3,8421,10184 +DJI,2009,4,8604,10236 +DJI,2009,5,8603,10216 +DJI,2009,6,8598,10185 +DJI,2009,7,8589,10145 +DJI,2009,8,8575,10095 +DJI,2009,9,8561,10040 +DJI,2009,10,8552,9979 +DJI,2009,11,8522,9910 +DJI,2009,12,8459,9832 +DJI,2009,13,8380,9748 +DJI,2009,14,8297,9653 +DJI,2009,15,8193,9538 +DJI,2009,16,8153,9460 +DJI,2009,17,8215,9446 +DJI,2009,18,8334,9462 +DJI,2010,0,8175,9948 +DJI,2010,1,8188,10016 +DJI,2010,2,8203,10068 +DJI,2010,3,8218,10104 +DJI,2010,4,8233,10125 +DJI,2010,5,8248,10132 +DJI,2010,6,8260,10126 +DJI,2010,7,8270,10107 +DJI,2010,8,8276,10078 +DJI,2010,9,8278,10038 +DJI,2010,10,8281,9991 +DJI,2010,11,8290,9938 +DJI,2010,12,8273,9874 +DJI,2010,13,8215,9798 +DJI,2010,14,8136,9714 +DJI,2010,15,8055,9621 +DJI,2010,16,7955,9508 +DJI,2010,17,7922,9429 +DJI,2010,18,7994,9406 +DJI,2011,0,8544,10020 +DJI,2011,1,8164,9945 +DJI,2011,2,8133,9999 +DJI,2011,3,8121,10044 +DJI,2011,4,8126,10079 +DJI,2011,5,8142,10106 +DJI,2011,6,8170,10123 +DJI,2011,7,8208,10133 +DJI,2011,8,8237,10126 +DJI,2011,9,8246,10100 +DJI,2011,10,8241,10059 +DJI,2011,11,8243,10011 +DJI,2011,12,8254,9959 +DJI,2011,13,8239,9896 +DJI,2011,14,8184,9821 +DJI,2011,15,8108,9738 +DJI,2011,16,8029,9645 +DJI,2011,17,7932,9532 +DJI,2011,18,7899,9452 +DJI,2012,0,9290,10133 +DJI,2012,1,8836,10078 +DJI,2012,2,8176,9914 +DJI,2012,3,8100,9952 +DJI,2012,4,8063,9989 +DJI,2012,5,8057,10025 +DJI,2012,6,8075,10056 +DJI,2012,7,8116,10084 +DJI,2012,8,8180,10110 +DJI,2012,9,8228,10115 +DJI,2012,10,8240,10093 +DJI,2012,11,8228,10049 +DJI,2012,12,8229,10002 +DJI,2012,13,8242,9951 +DJI,2012,14,8229,9889 +DJI,2012,15,8176,9815 +DJI,2012,16,8102,9733 +DJI,2012,17,8026,9640 +DJI,2012,18,7930,9527 +DJI,2013,0,10191,10260 +DJI,2013,1,9458,10122 +DJI,2013,2,8880,10021 +DJI,2013,3,8202,9864 +DJI,2013,4,8082,9887 +DJI,2013,5,8018,9917 +DJI,2013,6,8001,9952 +DJI,2013,7,8021,9988 +DJI,2013,8,8076,10027 +DJI,2013,9,8165,10069 +DJI,2013,10,8232,10086 +DJI,2013,11,8247,10067 +DJI,2013,12,8229,10021 +DJI,2013,13,8229,9975 +DJI,2013,14,8243,9926 +DJI,2013,15,8232,9865 +DJI,2013,16,8182,9792 +DJI,2013,17,8110,9710 +DJI,2013,18,8036,9618 +DJI,2014,0,10937,10365 +DJI,2014,1,10023,10161 +DJI,2014,2,9294,10010 +DJI,2014,3,8733,9906 +DJI,2014,4,8236,9814 +DJI,2014,5,8071,9820 +DJI,2014,6,7982,9844 +DJI,2014,7,7954,9879 +DJI,2014,8,7975,9920 +DJI,2014,9,8044,9969 +DJI,2014,10,8159,10026 +DJI,2014,11,8245,10056 +DJI,2014,12,8263,10040 +DJI,2014,13,8238,9992 +DJI,2014,14,8237,9946 +DJI,2014,15,8253,9899 +DJI,2014,16,8244,9839 +DJI,2014,17,8196,9767 +DJI,2014,18,8127,9686 +DJI,2015,0,11306,10420 +DJI,2015,1,10380,10188 +DJI,2015,2,9630,10013 +DJI,2015,3,9040,9890 +DJI,2015,4,8593,9812 +DJI,2015,5,8274,9772 +DJI,2015,6,8064,9763 +DJI,2015,7,7948,9779 +DJI,2015,8,7910,9814 +DJI,2015,9,7932,9860 +DJI,2015,10,8015,9920 +DJI,2015,11,8156,9993 +DJI,2015,12,8262,10035 +DJI,2015,13,8283,10022 +DJI,2015,14,8250,9972 +DJI,2015,15,8248,9927 +DJI,2015,16,8267,9880 +DJI,2015,17,8259,9822 +DJI,2015,18,8213,9751 +DJI,2016,0,11154,10400 +DJI,2016,1,11067,10327 +DJI,2016,2,10289,10132 +DJI,2016,3,9632,9983 +DJI,2016,4,9091,9874 +DJI,2016,5,8657,9802 +DJI,2016,6,8314,9759 +DJI,2016,7,8045,9738 +DJI,2016,8,7888,9747 +DJI,2016,9,7852,9784 +DJI,2016,10,7902,9838 +DJI,2016,11,7995,9901 +DJI,2016,12,8138,9976 +DJI,2016,13,8245,10019 +DJI,2016,14,8268,10007 +DJI,2016,15,8237,9957 +DJI,2016,16,8236,9912 +DJI,2016,17,8256,9866 +DJI,2016,18,8249,9807 +DJI,2017,0,10646,10330 +DJI,2017,1,10287,10167 +DJI,2017,2,10857,10243 +DJI,2017,3,10223,10086 +DJI,2017,4,9658,9962 +DJI,2017,5,9164,9868 +DJI,2017,6,8742,9801 +DJI,2017,7,8375,9755 +DJI,2017,8,8046,9723 +DJI,2017,9,7847,9724 +DJI,2017,10,7813,9763 +DJI,2017,11,7893,9826 +DJI,2017,12,7996,9893 +DJI,2017,13,8141,9969 +DJI,2017,14,8249,10013 +DJI,2017,15,8273,10001 +DJI,2017,16,8244,9952 +DJI,2017,17,8245,9907 +DJI,2017,18,8265,9860 +DJI,2018,0,9942,10225 +DJI,2018,1,10026,10137 +DJI,2018,2,10016,10061 +DJI,2018,3,10658,10165 +DJI,2018,4,10169,10046 +DJI,2018,5,9696,9947 +DJI,2018,6,9248,9867 +DJI,2018,7,8837,9805 +DJI,2018,8,8445,9757 +DJI,2018,9,8057,9713 +DJI,2018,10,7815,9706 +DJI,2018,11,7783,9748 +DJI,2018,12,7891,9819 +DJI,2018,13,8006,9889 +DJI,2018,14,8152,9967 +DJI,2018,15,8262,10012 +DJI,2018,16,8288,10001 +DJI,2018,17,8260,9952 +DJI,2018,18,8263,9907 +DJI,2019,0,9300,10000 +DJI,2019,1,9800,10000 +DJI,2019,2,10000,10000 +DJI,2019,3,10000,10000 +DJI,2019,4,10000,10000 +DJI,2019,5,10000,10000 +DJI,2019,6,9700,9900 +DJI,2019,7,9300,9900 +DJI,2019,8,8900,9800 +DJI,2019,9,8500,9800 +DJI,2019,10,8100,9700 +DJI,2019,11,7800,9700 +DJI,2019,12,7700,9700 +DJI,2019,13,7900,9800 +DJI,2019,14,8000,9900 +DJI,2019,15,8200,10000 +DJI,2019,16,8300,10000 +DJI,2019,17,8300,10000 +DJI,2019,18,8300,10000 +DJI,2020,0,8900,10000 +DJI,2020,1,9500,10000 +DJI,2020,2,10000,10000 +DJI,2020,3,10000,10000 +DJI,2020,4,10000,10000 +DJI,2020,5,10000,10000 +DJI,2020,6,10000,10000 +DJI,2020,7,9700,9900 +DJI,2020,8,9400,9900 +DJI,2020,9,9000,9800 +DJI,2020,10,8600,9800 +DJI,2020,11,8100,9700 +DJI,2020,12,7700,9700 +DJI,2020,13,7700,9700 +DJI,2020,14,7900,9800 +DJI,2020,15,8000,9900 +DJI,2020,16,8200,10000 +DJI,2020,17,8300,10000 +DJI,2020,18,8300,10000 +DJI,2021,0,8800,9900 +DJI,2021,1,9000,10000 +DJI,2021,2,9600,10000 +DJI,2021,3,10000,10000 +DJI,2021,4,10000,10000 +DJI,2021,5,10000,10000 +DJI,2021,6,10000,10000 +DJI,2021,7,10000,9900 +DJI,2021,8,9800,9900 +DJI,2021,9,9400,9900 +DJI,2021,10,9000,9800 +DJI,2021,11,8600,9800 +DJI,2021,12,8100,9700 +DJI,2021,13,7800,9700 +DJI,2021,14,7700,9700 +DJI,2021,15,7900,9800 +DJI,2021,16,8000,9900 +DJI,2021,17,8200,10000 +DJI,2021,18,8300,10000 +DJI,2022,0,8900,9800 +DJI,2022,1,9500,9900 +DJI,2022,2,9200,10000 +DJI,2022,3,9600,10000 +DJI,2022,4,9900,10000 +DJI,2022,5,10000,10000 +DJI,2022,6,10000,10000 +DJI,2022,7,10000,10000 +DJI,2022,8,10000,9900 +DJI,2022,9,9800,9900 +DJI,2022,10,9500,9800 +DJI,2022,11,9000,9800 +DJI,2022,12,8600,9700 +DJI,2022,13,8100,9700 +DJI,2022,14,7800,9700 +DJI,2022,15,7700,9700 +DJI,2022,16,7900,9800 +DJI,2022,17,8000,9900 +DJI,2022,18,8200,10000 +DJI,2023,0,9200,9800 +DJI,2023,1,9500,9800 +DJI,2023,2,9700,9900 +DJI,2023,3,9300,9900 +DJI,2023,4,9600,10000 +DJI,2023,5,9800,10000 +DJI,2023,6,10000,10000 +DJI,2023,7,10000,10000 +DJI,2023,8,10000,9900 +DJI,2023,9,10000,9900 +DJI,2023,10,9800,9900 +DJI,2023,11,9500,9800 +DJI,2023,12,9000,9800 +DJI,2023,13,8600,9700 +DJI,2023,14,8100,9700 +DJI,2023,15,7700,9700 +DJI,2023,16,7700,9700 +DJI,2023,17,7900,9800 +DJI,2023,18,8000,9900 +DJI,2024,0,9400,9700 +DJI,2024,1,9500,9800 +DJI,2024,2,9600,9800 +DJI,2024,3,9600,9900 +DJI,2024,4,9400,9900 +DJI,2024,5,9600,9900 +DJI,2024,6,9800,9900 +DJI,2024,7,9900,9900 +DJI,2024,8,9900,9900 +DJI,2024,9,9900,9900 +DJI,2024,10,10000,9900 +DJI,2024,11,9800,9900 +DJI,2024,12,9500,9800 +DJI,2024,13,9000,9800 +DJI,2024,14,8600,9700 +DJI,2024,15,8100,9700 +DJI,2024,16,7700,9700 +DJI,2024,17,7700,9700 +DJI,2024,18,7900,9800 +DJI,2025,0,9600,9600 +DJI,2025,1,9500,9700 +DJI,2025,2,9500,9800 +DJI,2025,3,9500,9800 +DJI,2025,4,9500,9900 +DJI,2025,5,9600,9900 +DJI,2025,6,9600,9900 +DJI,2025,7,9700,9900 +DJI,2025,8,9800,9900 +DJI,2025,9,9800,9900 +DJI,2025,10,9900,9900 +DJI,2025,11,9900,9900 +DJI,2025,12,9900,9900 +DJI,2025,13,9500,9800 +DJI,2025,14,9000,9800 +DJI,2025,15,8600,9700 +DJI,2025,16,8100,9700 +DJI,2025,17,7700,9600 +DJI,2025,18,7700,9700 +DJI,2026,0,9600,9500 +DJI,2026,1,9500,9600 +DJI,2026,2,9500,9700 +DJI,2026,3,9500,9700 +DJI,2026,4,9500,9800 +DJI,2026,5,9500,9800 +DJI,2026,6,9600,9900 +DJI,2026,7,9600,9900 +DJI,2026,8,9700,9900 +DJI,2026,9,9800,9900 +DJI,2026,10,9800,9900 +DJI,2026,11,9900,9900 +DJI,2026,12,9900,9900 +DJI,2026,13,9900,9900 +DJI,2026,14,9500,9800 +DJI,2026,15,9000,9800 +DJI,2026,16,8600,9700 +DJI,2026,17,8100,9700 +DJI,2026,18,7800,9600 +DJI,2027,0,9500,9500 +DJI,2027,1,9300,9500 +DJI,2027,2,9500,9600 +DJI,2027,3,9400,9600 +DJI,2027,4,9500,9700 +DJI,2027,5,9500,9800 +DJI,2027,6,9500,9800 +DJI,2027,7,9600,9900 +DJI,2027,8,9600,9900 +DJI,2027,9,9700,9900 +DJI,2027,10,9800,9900 +DJI,2027,11,9800,9900 +DJI,2027,12,9900,9900 +DJI,2027,13,9900,9900 +DJI,2027,14,9900,9900 +DJI,2027,15,9500,9800 +DJI,2027,16,9000,9800 +DJI,2027,17,8600,9700 +DJI,2027,18,8100,9700 +DJI,2028,0,9300,9400 +DJI,2028,1,9200,9400 +DJI,2028,2,9200,9500 +DJI,2028,3,9400,9600 +DJI,2028,4,9400,9600 +DJI,2028,5,9400,9700 +DJI,2028,6,9500,9700 +DJI,2028,7,9500,9800 +DJI,2028,8,9600,9800 +DJI,2028,9,9600,9900 +DJI,2028,10,9700,9900 +DJI,2028,11,9700,9900 +DJI,2028,12,9800,9900 +DJI,2028,13,9900,9900 +DJI,2028,14,9900,9900 +DJI,2028,15,9900,9900 +DJI,2028,16,9500,9800 +DJI,2028,17,9000,9800 +DJI,2028,18,8600,9700 +DJI,2029,0,9100,9300 +DJI,2029,1,9100,9400 +DJI,2029,2,9200,9400 +DJI,2029,3,9200,9500 +DJI,2029,4,9400,9500 +DJI,2029,5,9400,9600 +DJI,2029,6,9400,9700 +DJI,2029,7,9500,9700 +DJI,2029,8,9600,9800 +DJI,2029,9,9600,9800 +DJI,2029,10,9600,9900 +DJI,2029,11,9700,9900 +DJI,2029,12,9700,9900 +DJI,2029,13,9800,9900 +DJI,2029,14,9900,9900 +DJI,2029,15,9900,9900 +DJI,2029,16,9900,9800 +DJI,2029,17,9500,9800 +DJI,2029,18,9100,9800 +DJI,2030,0,9000,9200 +DJI,2030,1,9000,9300 +DJI,2030,2,9100,9300 +DJI,2030,3,9200,9400 +DJI,2030,4,9200,9500 +DJI,2030,5,9300,9500 +DJI,2030,6,9400,9600 +DJI,2030,7,9400,9600 +DJI,2030,8,9500,9700 +DJI,2030,9,9600,9700 +DJI,2030,10,9600,9800 +DJI,2030,11,9600,9800 +DJI,2030,12,9600,9900 +DJI,2030,13,9700,9900 +DJI,2030,14,9800,9900 +DJI,2030,15,9900,9900 +DJI,2030,16,9900,9900 +DJI,2030,17,9900,9800 +DJI,2030,18,9500,9800 +DJI,2031,0,8900,9200 +DJI,2031,1,9000,9200 +DJI,2031,2,9000,9300 +DJI,2031,3,9100,9300 +DJI,2031,4,9200,9400 +DJI,2031,5,9200,9400 +DJI,2031,6,9300,9500 +DJI,2031,7,9400,9600 +DJI,2031,8,9400,9600 +DJI,2031,9,9500,9700 +DJI,2031,10,9600,9700 +DJI,2031,11,9600,9800 +DJI,2031,12,9600,9800 +DJI,2031,13,9700,9900 +DJI,2031,14,9700,9900 +DJI,2031,15,9800,9900 +DJI,2031,16,9900,9900 +DJI,2031,17,10000,9900 +DJI,2031,18,9900,9800 +DJI,2032,0,8800,9100 +DJI,2032,1,8900,9100 +DJI,2032,2,9000,9200 +DJI,2032,3,9000,9300 +DJI,2032,4,9100,9300 +DJI,2032,5,9200,9400 +DJI,2032,6,9200,9400 +DJI,2032,7,9300,9500 +DJI,2032,8,9400,9600 +DJI,2032,9,9400,9600 +DJI,2032,10,9500,9700 +DJI,2032,11,9600,9700 +DJI,2032,12,9600,9800 +DJI,2032,13,9600,9800 +DJI,2032,14,9700,9900 +DJI,2032,15,9700,9900 +DJI,2032,16,9800,9900 +DJI,2032,17,9900,9900 +DJI,2032,18,10000,9900 +DJI,2033,0,8800,9000 +DJI,2033,1,8800,9100 +DJI,2033,2,8900,9100 +DJI,2033,3,9000,9200 +DJI,2033,4,9000,9200 +DJI,2033,5,9100,9300 +DJI,2033,6,9200,9400 +DJI,2033,7,9200,9400 +DJI,2033,8,9300,9500 +DJI,2033,9,9400,9500 +DJI,2033,10,9400,9600 +DJI,2033,11,9500,9700 +DJI,2033,12,9600,9700 +DJI,2033,13,9600,9800 +DJI,2033,14,9600,9800 +DJI,2033,15,9700,9900 +DJI,2033,16,9700,9900 +DJI,2033,17,9800,9900 +DJI,2033,18,9900,9900 +DJI,2034,0,8700,9000 +DJI,2034,1,8800,9000 +DJI,2034,2,8800,9100 +DJI,2034,3,8900,9100 +DJI,2034,4,8900,9200 +DJI,2034,5,9000,9200 +DJI,2034,6,9100,9300 +DJI,2034,7,9100,9300 +DJI,2034,8,9200,9400 +DJI,2034,9,9300,9500 +DJI,2034,10,9400,9500 +DJI,2034,11,9400,9600 +DJI,2034,12,9500,9700 +DJI,2034,13,9600,9700 +DJI,2034,14,9600,9800 +DJI,2034,15,9600,9800 +DJI,2034,16,9700,9900 +DJI,2034,17,9700,9900 +DJI,2034,18,9800,9900 +DJI,2035,0,8700,8900 +DJI,2035,1,8700,9000 +DJI,2035,2,8800,9000 +DJI,2035,3,8800,9000 +DJI,2035,4,8900,9100 +DJI,2035,5,8900,9100 +DJI,2035,6,9000,9200 +DJI,2035,7,9100,9300 +DJI,2035,8,9100,9300 +DJI,2035,9,9200,9400 +DJI,2035,10,9300,9500 +DJI,2035,11,9300,9500 +DJI,2035,12,9400,9600 +DJI,2035,13,9500,9700 +DJI,2035,14,9500,9700 +DJI,2035,15,9600,9800 +DJI,2035,16,9600,9800 +DJI,2035,17,9700,9900 +DJI,2035,18,9700,9900 +DJI,2036,0,8700,8900 +DJI,2036,1,8700,8900 +DJI,2036,2,8700,8900 +DJI,2036,3,8800,9000 +DJI,2036,4,8800,9000 +DJI,2036,5,8900,9100 +DJI,2036,6,8900,9100 +DJI,2036,7,9000,9200 +DJI,2036,8,9100,9200 +DJI,2036,9,9100,9300 +DJI,2036,10,9200,9400 +DJI,2036,11,9300,9500 +DJI,2036,12,9300,9500 +DJI,2036,13,9400,9600 +DJI,2036,14,9500,9700 +DJI,2036,15,9600,9700 +DJI,2036,16,9600,9800 +DJI,2036,17,9600,9800 +DJI,2036,18,9700,9900 +DJI,2037,0,8600,8900 +DJI,2037,1,8700,8900 +DJI,2037,2,8700,8900 +DJI,2037,3,8700,8900 +DJI,2037,4,8800,9000 +DJI,2037,5,8800,9000 +DJI,2037,6,8900,9100 +DJI,2037,7,8900,9100 +DJI,2037,8,9000,9200 +DJI,2037,9,9100,9200 +DJI,2037,10,9100,9300 +DJI,2037,11,9200,9400 +DJI,2037,12,9300,9500 +DJI,2037,13,9400,9500 +DJI,2037,14,9400,9600 +DJI,2037,15,9500,9700 +DJI,2037,16,9600,9700 +DJI,2037,17,9600,9800 +DJI,2037,18,9600,9800 +DJI,2038,0,8600,8900 +DJI,2038,1,8600,8900 +DJI,2038,2,8600,8900 +DJI,2038,3,8700,8900 +DJI,2038,4,8700,8900 +DJI,2038,5,8700,9000 +DJI,2038,6,8800,9000 +DJI,2038,7,8900,9000 +DJI,2038,8,8900,9100 +DJI,2038,9,9000,9200 +DJI,2038,10,9100,9200 +DJI,2038,11,9100,9300 +DJI,2038,12,9200,9400 +DJI,2038,13,9300,9400 +DJI,2038,14,9400,9500 +DJI,2038,15,9400,9600 +DJI,2038,16,9500,9700 +DJI,2038,17,9600,9700 +DJI,2038,18,9600,9800 +DJI,2039,0,8600,8900 +DJI,2039,1,8600,8800 +DJI,2039,2,8600,8800 +DJI,2039,3,8600,8800 +DJI,2039,4,8700,8900 +DJI,2039,5,8700,8900 +DJI,2039,6,8700,8900 +DJI,2039,7,8800,9000 +DJI,2039,8,8800,9000 +DJI,2039,9,8900,9100 +DJI,2039,10,9000,9200 +DJI,2039,11,9000,9200 +DJI,2039,12,9100,9300 +DJI,2039,13,9200,9400 +DJI,2039,14,9300,9400 +DJI,2039,15,9400,9500 +DJI,2039,16,9400,9600 +DJI,2039,17,9500,9700 +DJI,2039,18,9600,9700 +DJI,2040,0,8600,8900 +DJI,2040,1,8600,8800 +DJI,2040,2,8600,8800 +DJI,2040,3,8600,8800 +DJI,2040,4,8600,8800 +DJI,2040,5,8600,8800 +DJI,2040,6,8700,8900 +DJI,2040,7,8700,8900 +DJI,2040,8,8800,9000 +DJI,2040,9,8800,9000 +DJI,2040,10,8900,9100 +DJI,2040,11,9000,9100 +DJI,2040,12,9000,9200 +DJI,2040,13,9100,9300 +DJI,2040,14,9200,9400 +DJI,2040,15,9300,9400 +DJI,2040,16,9400,9500 +DJI,2040,17,9400,9600 +DJI,2040,18,9500,9700 +DJI,2041,0,8600,8900 +DJI,2041,1,8600,8800 +DJI,2041,2,8600,8800 +DJI,2041,3,8600,8800 +DJI,2041,4,8600,8800 +DJI,2041,5,8600,8800 +DJI,2041,6,8600,8800 +DJI,2041,7,8700,8900 +DJI,2041,8,8700,8900 +DJI,2041,9,8800,9000 +DJI,2041,10,8800,9000 +DJI,2041,11,8900,9100 +DJI,2041,12,9000,9100 +DJI,2041,13,9000,9200 +DJI,2041,14,9100,9300 +DJI,2041,15,9200,9400 +DJI,2041,16,9300,9400 +DJI,2041,17,9400,9500 +DJI,2041,18,9500,9600 +DJI,2042,0,8600,8900 +DJI,2042,1,8600,8800 +DJI,2042,2,8600,8800 +DJI,2042,3,8600,8800 +DJI,2042,4,8600,8800 +DJI,2042,5,8600,8800 +DJI,2042,6,8600,8800 +DJI,2042,7,8600,8800 +DJI,2042,8,8700,8900 +DJI,2042,9,8700,8900 +DJI,2042,10,8800,9000 +DJI,2042,11,8800,9000 +DJI,2042,12,8900,9100 +DJI,2042,13,9000,9100 +DJI,2042,14,9100,9200 +DJI,2042,15,9100,9300 +DJI,2042,16,9200,9400 +DJI,2042,17,9300,9400 +DJI,2042,18,9400,9500 +DJI,2043,0,8600,8900 +DJI,2043,1,8600,8800 +DJI,2043,2,8600,8800 +DJI,2043,3,8600,8800 +DJI,2043,4,8600,8800 +DJI,2043,5,8600,8800 +DJI,2043,6,8600,8800 +DJI,2043,7,8600,8800 +DJI,2043,8,8600,8800 +DJI,2043,9,8700,8900 +DJI,2043,10,8700,8900 +DJI,2043,11,8800,9000 +DJI,2043,12,8800,9000 +DJI,2043,13,8900,9100 +DJI,2043,14,9000,9100 +DJI,2043,15,9100,9200 +DJI,2043,16,9100,9300 +DJI,2043,17,9200,9400 +DJI,2043,18,9300,9500 +DJI,2044,0,8600,8900 +DJI,2044,1,8600,8800 +DJI,2044,2,8600,8800 +DJI,2044,3,8600,8800 +DJI,2044,4,8600,8800 +DJI,2044,5,8600,8800 +DJI,2044,6,8600,8800 +DJI,2044,7,8600,8800 +DJI,2044,8,8600,8800 +DJI,2044,9,8600,8800 +DJI,2044,10,8700,8800 +DJI,2044,11,8700,8900 +DJI,2044,12,8800,8900 +DJI,2044,13,8800,9000 +DJI,2044,14,8900,9100 +DJI,2044,15,9000,9100 +DJI,2044,16,9100,9200 +DJI,2044,17,9200,9300 +DJI,2044,18,9200,9400 +DJI,2045,0,8600,8900 +DJI,2045,1,8600,8800 +DJI,2045,2,8600,8800 +DJI,2045,3,8600,8800 +DJI,2045,4,8600,8800 +DJI,2045,5,8600,8800 +DJI,2045,6,8600,8800 +DJI,2045,7,8600,8800 +DJI,2045,8,8600,8800 +DJI,2045,9,8600,8800 +DJI,2045,10,8600,8800 +DJI,2045,11,8700,8800 +DJI,2045,12,8700,8900 +DJI,2045,13,8800,8900 +DJI,2045,14,8800,9000 +DJI,2045,15,8900,9100 +DJI,2045,16,9000,9100 +DJI,2045,17,9100,9200 +DJI,2045,18,9200,9300 +DJI,2046,0,8700,8900 +DJI,2046,1,8600,8900 +DJI,2046,2,8600,8800 +DJI,2046,3,8600,8800 +DJI,2046,4,8600,8800 +DJI,2046,5,8600,8800 +DJI,2046,6,8600,8800 +DJI,2046,7,8600,8700 +DJI,2046,8,8600,8700 +DJI,2046,9,8600,8800 +DJI,2046,10,8600,8800 +DJI,2046,11,8600,8800 +DJI,2046,12,8700,8800 +DJI,2046,13,8700,8900 +DJI,2046,14,8800,8900 +DJI,2046,15,8900,9000 +DJI,2046,16,8900,9100 +DJI,2046,17,9000,9100 +DJI,2046,18,9100,9200 +DJI,2047,0,8700,8900 +DJI,2047,1,8600,8900 +DJI,2047,2,8600,8900 +DJI,2047,3,8600,8800 +DJI,2047,4,8600,8800 +DJI,2047,5,8600,8800 +DJI,2047,6,8600,8800 +DJI,2047,7,8600,8700 +DJI,2047,8,8600,8700 +DJI,2047,9,8600,8700 +DJI,2047,10,8600,8800 +DJI,2047,11,8600,8800 +DJI,2047,12,8600,8800 +DJI,2047,13,8700,8800 +DJI,2047,14,8700,8900 +DJI,2047,15,8800,8900 +DJI,2047,16,8900,9000 +DJI,2047,17,8900,9100 +DJI,2047,18,9000,9200 +DJI,2048,0,8700,8900 +DJI,2048,1,8700,8900 +DJI,2048,2,8600,8900 +DJI,2048,3,8600,8800 +DJI,2048,4,8600,8800 +DJI,2048,5,8600,8800 +DJI,2048,6,8600,8800 +DJI,2048,7,8600,8700 +DJI,2048,8,8600,8700 +DJI,2048,9,8600,8700 +DJI,2048,10,8600,8700 +DJI,2048,11,8600,8800 +DJI,2048,12,8600,8800 +DJI,2048,13,8600,8800 +DJI,2048,14,8700,8800 +DJI,2048,15,8700,8900 +DJI,2048,16,8800,8900 +DJI,2048,17,8900,9000 +DJI,2048,18,9000,9100 +DJI,2049,0,8700,8900 +DJI,2049,1,8700,8900 +DJI,2049,2,8600,8900 +DJI,2049,3,8600,8800 +DJI,2049,4,8600,8800 +DJI,2049,5,8600,8800 +DJI,2049,6,8600,8800 +DJI,2049,7,8600,8800 +DJI,2049,8,8600,8700 +DJI,2049,9,8500,8700 +DJI,2049,10,8500,8700 +DJI,2049,11,8600,8700 +DJI,2049,12,8600,8700 +DJI,2049,13,8600,8800 +DJI,2049,14,8600,8800 +DJI,2049,15,8700,8800 +DJI,2049,16,8700,8900 +DJI,2049,17,8800,8900 +DJI,2049,18,8900,9000 +DJI,2050,0,8700,8900 +DJI,2050,1,8600,8900 +DJI,2050,2,8600,8900 +DJI,2050,3,8600,8900 +DJI,2050,4,8600,8800 +DJI,2050,5,8600,8800 +DJI,2050,6,8600,8800 +DJI,2050,7,8600,8800 +DJI,2050,8,8600,8700 +DJI,2050,9,8500,8700 +DJI,2050,10,8500,8700 +DJI,2050,11,8500,8700 +DJI,2050,12,8500,8700 +DJI,2050,13,8600,8700 +DJI,2050,14,8600,8800 +DJI,2050,15,8600,8800 +DJI,2050,16,8700,8800 +DJI,2050,17,8700,8900 +DJI,2050,18,8800,8900 +DMA,1990,0,, +DMA,1990,1,, +DMA,1990,2,, +DMA,1990,3,, +DMA,1990,4,, +DMA,1990,5,, +DMA,1990,6,, +DMA,1990,7,, +DMA,1990,8,, +DMA,1990,9,, +DMA,1990,10,, +DMA,1990,11,, +DMA,1990,12,, +DMA,1990,13,, +DMA,1990,14,, +DMA,1990,15,, +DMA,1990,16,, +DMA,1990,17,, +DMA,1990,18,, +DMA,1991,0,, +DMA,1991,1,, +DMA,1991,2,, +DMA,1991,3,, +DMA,1991,4,, +DMA,1991,5,, +DMA,1991,6,, +DMA,1991,7,, +DMA,1991,8,, +DMA,1991,9,, +DMA,1991,10,, +DMA,1991,11,, +DMA,1991,12,, +DMA,1991,13,, +DMA,1991,14,, +DMA,1991,15,, +DMA,1991,16,, +DMA,1991,17,, +DMA,1991,18,, +DMA,1992,0,, +DMA,1992,1,, +DMA,1992,2,, +DMA,1992,3,, +DMA,1992,4,, +DMA,1992,5,, +DMA,1992,6,, +DMA,1992,7,, +DMA,1992,8,, +DMA,1992,9,, +DMA,1992,10,, +DMA,1992,11,, +DMA,1992,12,, +DMA,1992,13,, +DMA,1992,14,, +DMA,1992,15,, +DMA,1992,16,, +DMA,1992,17,, +DMA,1992,18,, +DMA,1993,0,, +DMA,1993,1,, +DMA,1993,2,, +DMA,1993,3,, +DMA,1993,4,, +DMA,1993,5,, +DMA,1993,6,, +DMA,1993,7,, +DMA,1993,8,, +DMA,1993,9,, +DMA,1993,10,, +DMA,1993,11,, +DMA,1993,12,, +DMA,1993,13,, +DMA,1993,14,, +DMA,1993,15,, +DMA,1993,16,, +DMA,1993,17,, +DMA,1993,18,, +DMA,1994,0,, +DMA,1994,1,, +DMA,1994,2,, +DMA,1994,3,, +DMA,1994,4,, +DMA,1994,5,, +DMA,1994,6,, +DMA,1994,7,, +DMA,1994,8,, +DMA,1994,9,, +DMA,1994,10,, +DMA,1994,11,, +DMA,1994,12,, +DMA,1994,13,, +DMA,1994,14,, +DMA,1994,15,, +DMA,1994,16,, +DMA,1994,17,, +DMA,1994,18,, +DMA,1995,0,, +DMA,1995,1,, +DMA,1995,2,, +DMA,1995,3,, +DMA,1995,4,, +DMA,1995,5,, +DMA,1995,6,, +DMA,1995,7,, +DMA,1995,8,, +DMA,1995,9,, +DMA,1995,10,, +DMA,1995,11,, +DMA,1995,12,, +DMA,1995,13,, +DMA,1995,14,, +DMA,1995,15,, +DMA,1995,16,, +DMA,1995,17,, +DMA,1995,18,, +DMA,1996,0,, +DMA,1996,1,, +DMA,1996,2,, +DMA,1996,3,, +DMA,1996,4,, +DMA,1996,5,, +DMA,1996,6,, +DMA,1996,7,, +DMA,1996,8,, +DMA,1996,9,, +DMA,1996,10,, +DMA,1996,11,, +DMA,1996,12,, +DMA,1996,13,, +DMA,1996,14,, +DMA,1996,15,, +DMA,1996,16,, +DMA,1996,17,, +DMA,1996,18,, +DMA,1997,0,, +DMA,1997,1,, +DMA,1997,2,, +DMA,1997,3,, +DMA,1997,4,, +DMA,1997,5,, +DMA,1997,6,, +DMA,1997,7,, +DMA,1997,8,, +DMA,1997,9,, +DMA,1997,10,, +DMA,1997,11,, +DMA,1997,12,, +DMA,1997,13,, +DMA,1997,14,, +DMA,1997,15,, +DMA,1997,16,, +DMA,1997,17,, +DMA,1997,18,, +DMA,1998,0,, +DMA,1998,1,, +DMA,1998,2,, +DMA,1998,3,, +DMA,1998,4,, +DMA,1998,5,, +DMA,1998,6,, +DMA,1998,7,, +DMA,1998,8,, +DMA,1998,9,, +DMA,1998,10,, +DMA,1998,11,, +DMA,1998,12,, +DMA,1998,13,, +DMA,1998,14,, +DMA,1998,15,, +DMA,1998,16,, +DMA,1998,17,, +DMA,1998,18,, +DMA,1999,0,, +DMA,1999,1,, +DMA,1999,2,, +DMA,1999,3,, +DMA,1999,4,, +DMA,1999,5,, +DMA,1999,6,, +DMA,1999,7,, +DMA,1999,8,, +DMA,1999,9,, +DMA,1999,10,, +DMA,1999,11,, +DMA,1999,12,, +DMA,1999,13,, +DMA,1999,14,, +DMA,1999,15,, +DMA,1999,16,, +DMA,1999,17,, +DMA,1999,18,, +DMA,2000,0,, +DMA,2000,1,, +DMA,2000,2,, +DMA,2000,3,, +DMA,2000,4,, +DMA,2000,5,, +DMA,2000,6,, +DMA,2000,7,, +DMA,2000,8,, +DMA,2000,9,, +DMA,2000,10,, +DMA,2000,11,, +DMA,2000,12,, +DMA,2000,13,, +DMA,2000,14,, +DMA,2000,15,, +DMA,2000,16,, +DMA,2000,17,, +DMA,2000,18,, +DMA,2001,0,, +DMA,2001,1,, +DMA,2001,2,, +DMA,2001,3,, +DMA,2001,4,, +DMA,2001,5,, +DMA,2001,6,, +DMA,2001,7,, +DMA,2001,8,, +DMA,2001,9,, +DMA,2001,10,, +DMA,2001,11,, +DMA,2001,12,, +DMA,2001,13,, +DMA,2001,14,, +DMA,2001,15,, +DMA,2001,16,, +DMA,2001,17,, +DMA,2001,18,, +DMA,2002,0,, +DMA,2002,1,, +DMA,2002,2,, +DMA,2002,3,, +DMA,2002,4,, +DMA,2002,5,, +DMA,2002,6,, +DMA,2002,7,, +DMA,2002,8,, +DMA,2002,9,, +DMA,2002,10,, +DMA,2002,11,, +DMA,2002,12,, +DMA,2002,13,, +DMA,2002,14,, +DMA,2002,15,, +DMA,2002,16,, +DMA,2002,17,, +DMA,2002,18,, +DMA,2003,0,, +DMA,2003,1,, +DMA,2003,2,, +DMA,2003,3,, +DMA,2003,4,, +DMA,2003,5,, +DMA,2003,6,, +DMA,2003,7,, +DMA,2003,8,, +DMA,2003,9,, +DMA,2003,10,, +DMA,2003,11,, +DMA,2003,12,, +DMA,2003,13,, +DMA,2003,14,, +DMA,2003,15,, +DMA,2003,16,, +DMA,2003,17,, +DMA,2003,18,, +DMA,2004,0,, +DMA,2004,1,, +DMA,2004,2,, +DMA,2004,3,, +DMA,2004,4,, +DMA,2004,5,, +DMA,2004,6,, +DMA,2004,7,, +DMA,2004,8,, +DMA,2004,9,, +DMA,2004,10,, +DMA,2004,11,, +DMA,2004,12,, +DMA,2004,13,, +DMA,2004,14,, +DMA,2004,15,, +DMA,2004,16,, +DMA,2004,17,, +DMA,2004,18,, +DMA,2005,0,, +DMA,2005,1,, +DMA,2005,2,, +DMA,2005,3,, +DMA,2005,4,, +DMA,2005,5,, +DMA,2005,6,, +DMA,2005,7,, +DMA,2005,8,, +DMA,2005,9,, +DMA,2005,10,, +DMA,2005,11,, +DMA,2005,12,, +DMA,2005,13,, +DMA,2005,14,, +DMA,2005,15,, +DMA,2005,16,, +DMA,2005,17,, +DMA,2005,18,, +DMA,2006,0,, +DMA,2006,1,, +DMA,2006,2,, +DMA,2006,3,, +DMA,2006,4,, +DMA,2006,5,, +DMA,2006,6,, +DMA,2006,7,, +DMA,2006,8,, +DMA,2006,9,, +DMA,2006,10,, +DMA,2006,11,, +DMA,2006,12,, +DMA,2006,13,, +DMA,2006,14,, +DMA,2006,15,, +DMA,2006,16,, +DMA,2006,17,, +DMA,2006,18,, +DMA,2007,0,, +DMA,2007,1,, +DMA,2007,2,, +DMA,2007,3,, +DMA,2007,4,, +DMA,2007,5,, +DMA,2007,6,, +DMA,2007,7,, +DMA,2007,8,, +DMA,2007,9,, +DMA,2007,10,, +DMA,2007,11,, +DMA,2007,12,, +DMA,2007,13,, +DMA,2007,14,, +DMA,2007,15,, +DMA,2007,16,, +DMA,2007,17,, +DMA,2007,18,, +DMA,2008,0,, +DMA,2008,1,, +DMA,2008,2,, +DMA,2008,3,, +DMA,2008,4,, +DMA,2008,5,, +DMA,2008,6,, +DMA,2008,7,, +DMA,2008,8,, +DMA,2008,9,, +DMA,2008,10,, +DMA,2008,11,, +DMA,2008,12,, +DMA,2008,13,, +DMA,2008,14,, +DMA,2008,15,, +DMA,2008,16,, +DMA,2008,17,, +DMA,2008,18,, +DMA,2009,0,, +DMA,2009,1,, +DMA,2009,2,, +DMA,2009,3,, +DMA,2009,4,, +DMA,2009,5,, +DMA,2009,6,, +DMA,2009,7,, +DMA,2009,8,, +DMA,2009,9,, +DMA,2009,10,, +DMA,2009,11,, +DMA,2009,12,, +DMA,2009,13,, +DMA,2009,14,, +DMA,2009,15,, +DMA,2009,16,, +DMA,2009,17,, +DMA,2009,18,, +DMA,2010,0,, +DMA,2010,1,, +DMA,2010,2,, +DMA,2010,3,, +DMA,2010,4,, +DMA,2010,5,, +DMA,2010,6,, +DMA,2010,7,, +DMA,2010,8,, +DMA,2010,9,, +DMA,2010,10,, +DMA,2010,11,, +DMA,2010,12,, +DMA,2010,13,, +DMA,2010,14,, +DMA,2010,15,, +DMA,2010,16,, +DMA,2010,17,, +DMA,2010,18,, +DMA,2011,0,, +DMA,2011,1,, +DMA,2011,2,, +DMA,2011,3,, +DMA,2011,4,, +DMA,2011,5,, +DMA,2011,6,, +DMA,2011,7,, +DMA,2011,8,, +DMA,2011,9,, +DMA,2011,10,, +DMA,2011,11,, +DMA,2011,12,, +DMA,2011,13,, +DMA,2011,14,, +DMA,2011,15,, +DMA,2011,16,, +DMA,2011,17,, +DMA,2011,18,, +DMA,2012,0,, +DMA,2012,1,, +DMA,2012,2,, +DMA,2012,3,, +DMA,2012,4,, +DMA,2012,5,, +DMA,2012,6,, +DMA,2012,7,, +DMA,2012,8,, +DMA,2012,9,, +DMA,2012,10,, +DMA,2012,11,, +DMA,2012,12,, +DMA,2012,13,, +DMA,2012,14,, +DMA,2012,15,, +DMA,2012,16,, +DMA,2012,17,, +DMA,2012,18,, +DMA,2013,0,, +DMA,2013,1,, +DMA,2013,2,, +DMA,2013,3,, +DMA,2013,4,, +DMA,2013,5,, +DMA,2013,6,, +DMA,2013,7,, +DMA,2013,8,, +DMA,2013,9,, +DMA,2013,10,, +DMA,2013,11,, +DMA,2013,12,, +DMA,2013,13,, +DMA,2013,14,, +DMA,2013,15,, +DMA,2013,16,, +DMA,2013,17,, +DMA,2013,18,, +DMA,2014,0,, +DMA,2014,1,, +DMA,2014,2,, +DMA,2014,3,, +DMA,2014,4,, +DMA,2014,5,, +DMA,2014,6,, +DMA,2014,7,, +DMA,2014,8,, +DMA,2014,9,, +DMA,2014,10,, +DMA,2014,11,, +DMA,2014,12,, +DMA,2014,13,, +DMA,2014,14,, +DMA,2014,15,, +DMA,2014,16,, +DMA,2014,17,, +DMA,2014,18,, +DMA,2015,0,, +DMA,2015,1,, +DMA,2015,2,, +DMA,2015,3,, +DMA,2015,4,, +DMA,2015,5,, +DMA,2015,6,, +DMA,2015,7,, +DMA,2015,8,, +DMA,2015,9,, +DMA,2015,10,, +DMA,2015,11,, +DMA,2015,12,, +DMA,2015,13,, +DMA,2015,14,, +DMA,2015,15,, +DMA,2015,16,, +DMA,2015,17,, +DMA,2015,18,, +DMA,2016,0,, +DMA,2016,1,, +DMA,2016,2,, +DMA,2016,3,, +DMA,2016,4,, +DMA,2016,5,, +DMA,2016,6,, +DMA,2016,7,, +DMA,2016,8,, +DMA,2016,9,, +DMA,2016,10,, +DMA,2016,11,, +DMA,2016,12,, +DMA,2016,13,, +DMA,2016,14,, +DMA,2016,15,, +DMA,2016,16,, +DMA,2016,17,, +DMA,2016,18,, +DMA,2017,0,, +DMA,2017,1,, +DMA,2017,2,, +DMA,2017,3,, +DMA,2017,4,, +DMA,2017,5,, +DMA,2017,6,, +DMA,2017,7,, +DMA,2017,8,, +DMA,2017,9,, +DMA,2017,10,, +DMA,2017,11,, +DMA,2017,12,, +DMA,2017,13,, +DMA,2017,14,, +DMA,2017,15,, +DMA,2017,16,, +DMA,2017,17,, +DMA,2017,18,, +DMA,2018,0,, +DMA,2018,1,, +DMA,2018,2,, +DMA,2018,3,, +DMA,2018,4,, +DMA,2018,5,, +DMA,2018,6,, +DMA,2018,7,, +DMA,2018,8,, +DMA,2018,9,, +DMA,2018,10,, +DMA,2018,11,, +DMA,2018,12,, +DMA,2018,13,, +DMA,2018,14,, +DMA,2018,15,, +DMA,2018,16,, +DMA,2018,17,, +DMA,2018,18,, +DMA,2019,0,, +DMA,2019,1,, +DMA,2019,2,, +DMA,2019,3,, +DMA,2019,4,, +DMA,2019,5,, +DMA,2019,6,, +DMA,2019,7,, +DMA,2019,8,, +DMA,2019,9,, +DMA,2019,10,, +DMA,2019,11,, +DMA,2019,12,, +DMA,2019,13,, +DMA,2019,14,, +DMA,2019,15,, +DMA,2019,16,, +DMA,2019,17,, +DMA,2019,18,, +DMA,2020,0,, +DMA,2020,1,, +DMA,2020,2,, +DMA,2020,3,, +DMA,2020,4,, +DMA,2020,5,, +DMA,2020,6,, +DMA,2020,7,, +DMA,2020,8,, +DMA,2020,9,, +DMA,2020,10,, +DMA,2020,11,, +DMA,2020,12,, +DMA,2020,13,, +DMA,2020,14,, +DMA,2020,15,, +DMA,2020,16,, +DMA,2020,17,, +DMA,2020,18,, +DMA,2021,0,, +DMA,2021,1,, +DMA,2021,2,, +DMA,2021,3,, +DMA,2021,4,, +DMA,2021,5,, +DMA,2021,6,, +DMA,2021,7,, +DMA,2021,8,, +DMA,2021,9,, +DMA,2021,10,, +DMA,2021,11,, +DMA,2021,12,, +DMA,2021,13,, +DMA,2021,14,, +DMA,2021,15,, +DMA,2021,16,, +DMA,2021,17,, +DMA,2021,18,, +DMA,2022,0,, +DMA,2022,1,, +DMA,2022,2,, +DMA,2022,3,, +DMA,2022,4,, +DMA,2022,5,, +DMA,2022,6,, +DMA,2022,7,, +DMA,2022,8,, +DMA,2022,9,, +DMA,2022,10,, +DMA,2022,11,, +DMA,2022,12,, +DMA,2022,13,, +DMA,2022,14,, +DMA,2022,15,, +DMA,2022,16,, +DMA,2022,17,, +DMA,2022,18,, +DMA,2023,0,, +DMA,2023,1,, +DMA,2023,2,, +DMA,2023,3,, +DMA,2023,4,, +DMA,2023,5,, +DMA,2023,6,, +DMA,2023,7,, +DMA,2023,8,, +DMA,2023,9,, +DMA,2023,10,, +DMA,2023,11,, +DMA,2023,12,, +DMA,2023,13,, +DMA,2023,14,, +DMA,2023,15,, +DMA,2023,16,, +DMA,2023,17,, +DMA,2023,18,, +DMA,2024,0,, +DMA,2024,1,, +DMA,2024,2,, +DMA,2024,3,, +DMA,2024,4,, +DMA,2024,5,, +DMA,2024,6,, +DMA,2024,7,, +DMA,2024,8,, +DMA,2024,9,, +DMA,2024,10,, +DMA,2024,11,, +DMA,2024,12,, +DMA,2024,13,, +DMA,2024,14,, +DMA,2024,15,, +DMA,2024,16,, +DMA,2024,17,, +DMA,2024,18,, +DMA,2025,0,, +DMA,2025,1,, +DMA,2025,2,, +DMA,2025,3,, +DMA,2025,4,, +DMA,2025,5,, +DMA,2025,6,, +DMA,2025,7,, +DMA,2025,8,, +DMA,2025,9,, +DMA,2025,10,, +DMA,2025,11,, +DMA,2025,12,, +DMA,2025,13,, +DMA,2025,14,, +DMA,2025,15,, +DMA,2025,16,, +DMA,2025,17,, +DMA,2025,18,, +DMA,2026,0,, +DMA,2026,1,, +DMA,2026,2,, +DMA,2026,3,, +DMA,2026,4,, +DMA,2026,5,, +DMA,2026,6,, +DMA,2026,7,, +DMA,2026,8,, +DMA,2026,9,, +DMA,2026,10,, +DMA,2026,11,, +DMA,2026,12,, +DMA,2026,13,, +DMA,2026,14,, +DMA,2026,15,, +DMA,2026,16,, +DMA,2026,17,, +DMA,2026,18,, +DMA,2027,0,, +DMA,2027,1,, +DMA,2027,2,, +DMA,2027,3,, +DMA,2027,4,, +DMA,2027,5,, +DMA,2027,6,, +DMA,2027,7,, +DMA,2027,8,, +DMA,2027,9,, +DMA,2027,10,, +DMA,2027,11,, +DMA,2027,12,, +DMA,2027,13,, +DMA,2027,14,, +DMA,2027,15,, +DMA,2027,16,, +DMA,2027,17,, +DMA,2027,18,, +DMA,2028,0,, +DMA,2028,1,, +DMA,2028,2,, +DMA,2028,3,, +DMA,2028,4,, +DMA,2028,5,, +DMA,2028,6,, +DMA,2028,7,, +DMA,2028,8,, +DMA,2028,9,, +DMA,2028,10,, +DMA,2028,11,, +DMA,2028,12,, +DMA,2028,13,, +DMA,2028,14,, +DMA,2028,15,, +DMA,2028,16,, +DMA,2028,17,, +DMA,2028,18,, +DMA,2029,0,, +DMA,2029,1,, +DMA,2029,2,, +DMA,2029,3,, +DMA,2029,4,, +DMA,2029,5,, +DMA,2029,6,, +DMA,2029,7,, +DMA,2029,8,, +DMA,2029,9,, +DMA,2029,10,, +DMA,2029,11,, +DMA,2029,12,, +DMA,2029,13,, +DMA,2029,14,, +DMA,2029,15,, +DMA,2029,16,, +DMA,2029,17,, +DMA,2029,18,, +DMA,2030,0,, +DMA,2030,1,, +DMA,2030,2,, +DMA,2030,3,, +DMA,2030,4,, +DMA,2030,5,, +DMA,2030,6,, +DMA,2030,7,, +DMA,2030,8,, +DMA,2030,9,, +DMA,2030,10,, +DMA,2030,11,, +DMA,2030,12,, +DMA,2030,13,, +DMA,2030,14,, +DMA,2030,15,, +DMA,2030,16,, +DMA,2030,17,, +DMA,2030,18,, +DMA,2031,0,, +DMA,2031,1,, +DMA,2031,2,, +DMA,2031,3,, +DMA,2031,4,, +DMA,2031,5,, +DMA,2031,6,, +DMA,2031,7,, +DMA,2031,8,, +DMA,2031,9,, +DMA,2031,10,, +DMA,2031,11,, +DMA,2031,12,, +DMA,2031,13,, +DMA,2031,14,, +DMA,2031,15,, +DMA,2031,16,, +DMA,2031,17,, +DMA,2031,18,, +DMA,2032,0,, +DMA,2032,1,, +DMA,2032,2,, +DMA,2032,3,, +DMA,2032,4,, +DMA,2032,5,, +DMA,2032,6,, +DMA,2032,7,, +DMA,2032,8,, +DMA,2032,9,, +DMA,2032,10,, +DMA,2032,11,, +DMA,2032,12,, +DMA,2032,13,, +DMA,2032,14,, +DMA,2032,15,, +DMA,2032,16,, +DMA,2032,17,, +DMA,2032,18,, +DMA,2033,0,, +DMA,2033,1,, +DMA,2033,2,, +DMA,2033,3,, +DMA,2033,4,, +DMA,2033,5,, +DMA,2033,6,, +DMA,2033,7,, +DMA,2033,8,, +DMA,2033,9,, +DMA,2033,10,, +DMA,2033,11,, +DMA,2033,12,, +DMA,2033,13,, +DMA,2033,14,, +DMA,2033,15,, +DMA,2033,16,, +DMA,2033,17,, +DMA,2033,18,, +DMA,2034,0,, +DMA,2034,1,, +DMA,2034,2,, +DMA,2034,3,, +DMA,2034,4,, +DMA,2034,5,, +DMA,2034,6,, +DMA,2034,7,, +DMA,2034,8,, +DMA,2034,9,, +DMA,2034,10,, +DMA,2034,11,, +DMA,2034,12,, +DMA,2034,13,, +DMA,2034,14,, +DMA,2034,15,, +DMA,2034,16,, +DMA,2034,17,, +DMA,2034,18,, +DMA,2035,0,, +DMA,2035,1,, +DMA,2035,2,, +DMA,2035,3,, +DMA,2035,4,, +DMA,2035,5,, +DMA,2035,6,, +DMA,2035,7,, +DMA,2035,8,, +DMA,2035,9,, +DMA,2035,10,, +DMA,2035,11,, +DMA,2035,12,, +DMA,2035,13,, +DMA,2035,14,, +DMA,2035,15,, +DMA,2035,16,, +DMA,2035,17,, +DMA,2035,18,, +DMA,2036,0,, +DMA,2036,1,, +DMA,2036,2,, +DMA,2036,3,, +DMA,2036,4,, +DMA,2036,5,, +DMA,2036,6,, +DMA,2036,7,, +DMA,2036,8,, +DMA,2036,9,, +DMA,2036,10,, +DMA,2036,11,, +DMA,2036,12,, +DMA,2036,13,, +DMA,2036,14,, +DMA,2036,15,, +DMA,2036,16,, +DMA,2036,17,, +DMA,2036,18,, +DMA,2037,0,, +DMA,2037,1,, +DMA,2037,2,, +DMA,2037,3,, +DMA,2037,4,, +DMA,2037,5,, +DMA,2037,6,, +DMA,2037,7,, +DMA,2037,8,, +DMA,2037,9,, +DMA,2037,10,, +DMA,2037,11,, +DMA,2037,12,, +DMA,2037,13,, +DMA,2037,14,, +DMA,2037,15,, +DMA,2037,16,, +DMA,2037,17,, +DMA,2037,18,, +DMA,2038,0,, +DMA,2038,1,, +DMA,2038,2,, +DMA,2038,3,, +DMA,2038,4,, +DMA,2038,5,, +DMA,2038,6,, +DMA,2038,7,, +DMA,2038,8,, +DMA,2038,9,, +DMA,2038,10,, +DMA,2038,11,, +DMA,2038,12,, +DMA,2038,13,, +DMA,2038,14,, +DMA,2038,15,, +DMA,2038,16,, +DMA,2038,17,, +DMA,2038,18,, +DMA,2039,0,, +DMA,2039,1,, +DMA,2039,2,, +DMA,2039,3,, +DMA,2039,4,, +DMA,2039,5,, +DMA,2039,6,, +DMA,2039,7,, +DMA,2039,8,, +DMA,2039,9,, +DMA,2039,10,, +DMA,2039,11,, +DMA,2039,12,, +DMA,2039,13,, +DMA,2039,14,, +DMA,2039,15,, +DMA,2039,16,, +DMA,2039,17,, +DMA,2039,18,, +DMA,2040,0,, +DMA,2040,1,, +DMA,2040,2,, +DMA,2040,3,, +DMA,2040,4,, +DMA,2040,5,, +DMA,2040,6,, +DMA,2040,7,, +DMA,2040,8,, +DMA,2040,9,, +DMA,2040,10,, +DMA,2040,11,, +DMA,2040,12,, +DMA,2040,13,, +DMA,2040,14,, +DMA,2040,15,, +DMA,2040,16,, +DMA,2040,17,, +DMA,2040,18,, +DMA,2041,0,, +DMA,2041,1,, +DMA,2041,2,, +DMA,2041,3,, +DMA,2041,4,, +DMA,2041,5,, +DMA,2041,6,, +DMA,2041,7,, +DMA,2041,8,, +DMA,2041,9,, +DMA,2041,10,, +DMA,2041,11,, +DMA,2041,12,, +DMA,2041,13,, +DMA,2041,14,, +DMA,2041,15,, +DMA,2041,16,, +DMA,2041,17,, +DMA,2041,18,, +DMA,2042,0,, +DMA,2042,1,, +DMA,2042,2,, +DMA,2042,3,, +DMA,2042,4,, +DMA,2042,5,, +DMA,2042,6,, +DMA,2042,7,, +DMA,2042,8,, +DMA,2042,9,, +DMA,2042,10,, +DMA,2042,11,, +DMA,2042,12,, +DMA,2042,13,, +DMA,2042,14,, +DMA,2042,15,, +DMA,2042,16,, +DMA,2042,17,, +DMA,2042,18,, +DMA,2043,0,, +DMA,2043,1,, +DMA,2043,2,, +DMA,2043,3,, +DMA,2043,4,, +DMA,2043,5,, +DMA,2043,6,, +DMA,2043,7,, +DMA,2043,8,, +DMA,2043,9,, +DMA,2043,10,, +DMA,2043,11,, +DMA,2043,12,, +DMA,2043,13,, +DMA,2043,14,, +DMA,2043,15,, +DMA,2043,16,, +DMA,2043,17,, +DMA,2043,18,, +DMA,2044,0,, +DMA,2044,1,, +DMA,2044,2,, +DMA,2044,3,, +DMA,2044,4,, +DMA,2044,5,, +DMA,2044,6,, +DMA,2044,7,, +DMA,2044,8,, +DMA,2044,9,, +DMA,2044,10,, +DMA,2044,11,, +DMA,2044,12,, +DMA,2044,13,, +DMA,2044,14,, +DMA,2044,15,, +DMA,2044,16,, +DMA,2044,17,, +DMA,2044,18,, +DMA,2045,0,, +DMA,2045,1,, +DMA,2045,2,, +DMA,2045,3,, +DMA,2045,4,, +DMA,2045,5,, +DMA,2045,6,, +DMA,2045,7,, +DMA,2045,8,, +DMA,2045,9,, +DMA,2045,10,, +DMA,2045,11,, +DMA,2045,12,, +DMA,2045,13,, +DMA,2045,14,, +DMA,2045,15,, +DMA,2045,16,, +DMA,2045,17,, +DMA,2045,18,, +DMA,2046,0,, +DMA,2046,1,, +DMA,2046,2,, +DMA,2046,3,, +DMA,2046,4,, +DMA,2046,5,, +DMA,2046,6,, +DMA,2046,7,, +DMA,2046,8,, +DMA,2046,9,, +DMA,2046,10,, +DMA,2046,11,, +DMA,2046,12,, +DMA,2046,13,, +DMA,2046,14,, +DMA,2046,15,, +DMA,2046,16,, +DMA,2046,17,, +DMA,2046,18,, +DMA,2047,0,, +DMA,2047,1,, +DMA,2047,2,, +DMA,2047,3,, +DMA,2047,4,, +DMA,2047,5,, +DMA,2047,6,, +DMA,2047,7,, +DMA,2047,8,, +DMA,2047,9,, +DMA,2047,10,, +DMA,2047,11,, +DMA,2047,12,, +DMA,2047,13,, +DMA,2047,14,, +DMA,2047,15,, +DMA,2047,16,, +DMA,2047,17,, +DMA,2047,18,, +DMA,2048,0,, +DMA,2048,1,, +DMA,2048,2,, +DMA,2048,3,, +DMA,2048,4,, +DMA,2048,5,, +DMA,2048,6,, +DMA,2048,7,, +DMA,2048,8,, +DMA,2048,9,, +DMA,2048,10,, +DMA,2048,11,, +DMA,2048,12,, +DMA,2048,13,, +DMA,2048,14,, +DMA,2048,15,, +DMA,2048,16,, +DMA,2048,17,, +DMA,2048,18,, +DMA,2049,0,, +DMA,2049,1,, +DMA,2049,2,, +DMA,2049,3,, +DMA,2049,4,, +DMA,2049,5,, +DMA,2049,6,, +DMA,2049,7,, +DMA,2049,8,, +DMA,2049,9,, +DMA,2049,10,, +DMA,2049,11,, +DMA,2049,12,, +DMA,2049,13,, +DMA,2049,14,, +DMA,2049,15,, +DMA,2049,16,, +DMA,2049,17,, +DMA,2049,18,, +DMA,2050,0,, +DMA,2050,1,, +DMA,2050,2,, +DMA,2050,3,, +DMA,2050,4,, +DMA,2050,5,, +DMA,2050,6,, +DMA,2050,7,, +DMA,2050,8,, +DMA,2050,9,, +DMA,2050,10,, +DMA,2050,11,, +DMA,2050,12,, +DMA,2050,13,, +DMA,2050,14,, +DMA,2050,15,, +DMA,2050,16,, +DMA,2050,17,, +DMA,2050,18,, +DNK,1990,0,31659,34256 +DNK,1990,1,29450,31466 +DNK,1990,2,27791,29362 +DNK,1990,3,26632,27882 +DNK,1990,4,25927,26964 +DNK,1990,5,25627,26546 +DNK,1990,6,25684,26565 +DNK,1990,7,26049,26960 +DNK,1990,8,26675,27668 +DNK,1990,9,27514,28626 +DNK,1990,10,28542,29820 +DNK,1990,11,29733,31233 +DNK,1990,12,30922,32571 +DNK,1990,13,32012,33679 +DNK,1990,14,33026,34635 +DNK,1990,15,34089,35663 +DNK,1990,16,35179,36710 +DNK,1990,17,36108,37669 +DNK,1990,18,36794,38507 +DNK,1991,0,32782,35314 +DNK,1991,1,31413,33865 +DNK,1991,2,29469,31438 +DNK,1991,3,27972,29560 +DNK,1991,4,26893,28192 +DNK,1991,5,26200,27295 +DNK,1991,6,25845,26806 +DNK,1991,7,25781,26662 +DNK,1991,8,26059,26941 +DNK,1991,9,26683,27649 +DNK,1991,10,27570,28678 +DNK,1991,11,28612,29896 +DNK,1991,12,29801,31311 +DNK,1991,13,30995,32650 +DNK,1991,14,32104,33759 +DNK,1991,15,33146,34715 +DNK,1991,16,34234,35742 +DNK,1991,17,35352,36788 +DNK,1991,18,36296,37748 +DNK,1992,0,33666,35898 +DNK,1992,1,31656,33600 +DNK,1992,2,31187,33508 +DNK,1992,3,29505,31442 +DNK,1992,4,28171,29788 +DNK,1992,5,27170,28531 +DNK,1992,6,26488,27653 +DNK,1992,7,26079,27092 +DNK,1992,8,25894,26786 +DNK,1992,9,26086,26950 +DNK,1992,10,26706,27659 +DNK,1992,11,27643,28759 +DNK,1992,12,28701,30002 +DNK,1992,13,29886,31421 +DNK,1992,14,31087,32763 +DNK,1992,15,32217,33873 +DNK,1992,16,33286,34830 +DNK,1992,17,34401,35858 +DNK,1992,18,35546,36903 +DNK,1993,0,34253,36064 +DNK,1993,1,32643,34437 +DNK,1993,2,31223,32977 +DNK,1993,3,30970,33170 +DNK,1993,4,29551,31463 +DNK,1993,5,28378,30033 +DNK,1993,6,27455,28885 +DNK,1993,7,26785,28026 +DNK,1993,8,26320,27394 +DNK,1993,9,26015,26925 +DNK,1993,10,26120,26973 +DNK,1993,11,26739,27684 +DNK,1993,12,27724,28855 +DNK,1993,13,28798,30125 +DNK,1993,14,29981,31548 +DNK,1993,15,31189,32894 +DNK,1993,16,32339,34006 +DNK,1993,17,33437,34964 +DNK,1993,18,34578,35994 +DNK,1994,0,34498,35935 +DNK,1994,1,33392,35049 +DNK,1994,2,32303,34093 +DNK,1994,3,31252,33100 +DNK,1994,4,30754,32831 +DNK,1994,5,29597,31485 +DNK,1994,6,28586,30278 +DNK,1994,7,27741,29240 +DNK,1994,8,27082,28400 +DNK,1994,9,26563,27696 +DNK,1994,10,26136,27064 +DNK,1994,11,26155,26997 +DNK,1994,12,26771,27709 +DNK,1994,13,27806,28952 +DNK,1994,14,28896,30249 +DNK,1994,15,30077,31675 +DNK,1994,16,31291,33025 +DNK,1994,17,32462,34140 +DNK,1994,18,33589,35099 +DNK,1995,0,34392,35621 +DNK,1995,1,33826,35409 +DNK,1995,2,33120,34937 +DNK,1995,3,32312,34258 +DNK,1995,4,31438,33424 +DNK,1995,5,30536,32487 +DNK,1995,6,29642,31501 +DNK,1995,7,28793,30518 +DNK,1995,8,28026,29590 +DNK,1995,9,27379,28769 +DNK,1995,10,26804,27993 +DNK,1995,11,26257,27199 +DNK,1995,12,26188,27017 +DNK,1995,13,26802,27730 +DNK,1995,14,27886,29044 +DNK,1995,15,28993,30367 +DNK,1995,16,30171,31797 +DNK,1995,17,31392,33150 +DNK,1995,18,32583,34267 +DNK,1996,0,33863,35105 +DNK,1996,1,34422,35758 +DNK,1996,2,33912,35534 +DNK,1996,3,33242,35056 +DNK,1996,4,32452,34374 +DNK,1996,5,31583,33540 +DNK,1996,6,30672,32607 +DNK,1996,7,29758,31628 +DNK,1996,8,28894,30649 +DNK,1996,9,28126,29720 +DNK,1996,10,27487,28896 +DNK,1996,11,26914,28119 +DNK,1996,12,26362,27323 +DNK,1996,13,26303,27142 +DNK,1996,14,26949,27862 +DNK,1996,15,28076,29186 +DNK,1996,16,29222,30517 +DNK,1996,17,30443,31956 +DNK,1996,18,31688,33313 +DNK,1997,0,32978,34395 +DNK,1997,1,33607,35285 +DNK,1997,2,34469,35907 +DNK,1997,3,34016,35672 +DNK,1997,4,33381,35186 +DNK,1997,5,32609,34501 +DNK,1997,6,31744,33667 +DNK,1997,7,30825,32737 +DNK,1997,8,29890,31765 +DNK,1997,9,29011,30790 +DNK,1997,10,28241,29861 +DNK,1997,11,27610,29033 +DNK,1997,12,27039,28254 +DNK,1997,13,26482,27455 +DNK,1997,14,26432,27276 +DNK,1997,15,27109,28003 +DNK,1997,16,28281,29337 +DNK,1997,17,29468,30678 +DNK,1997,18,30731,32125 +DNK,1998,0,31937,33609 +DNK,1998,1,33129,34907 +DNK,1998,2,33830,35680 +DNK,1998,3,34520,36054 +DNK,1998,4,34123,35808 +DNK,1998,5,33524,35315 +DNK,1998,6,32770,34627 +DNK,1998,7,31909,33793 +DNK,1998,8,30981,32866 +DNK,1998,9,30025,31900 +DNK,1998,10,29130,30930 +DNK,1998,11,28359,30000 +DNK,1998,12,27736,29169 +DNK,1998,13,27166,28388 +DNK,1998,14,26604,27587 +DNK,1998,15,26564,27409 +DNK,1998,16,27272,28143 +DNK,1998,17,28488,29488 +DNK,1998,18,29716,30837 +DNK,1999,0,31017,32903 +DNK,1999,1,32609,34461 +DNK,1999,2,33667,35496 +DNK,1999,3,34254,36067 +DNK,1999,4,34557,36188 +DNK,1999,5,34216,35930 +DNK,1999,6,33652,35431 +DNK,1999,7,32916,34740 +DNK,1999,8,32060,33906 +DNK,1999,9,31124,32983 +DNK,1999,10,30148,32024 +DNK,1999,11,29237,31058 +DNK,1999,12,28465,30128 +DNK,1999,13,27850,29294 +DNK,1999,14,27282,28511 +DNK,1999,15,26715,27708 +DNK,1999,16,26684,27532 +DNK,1999,17,27424,28273 +DNK,1999,18,28684,29627 +DNK,2000,0,30421,32393 +DNK,2000,1,32176,34037 +DNK,2000,2,33414,35201 +DNK,2000,3,34189,35934 +DNK,2000,4,34556,36285 +DNK,2000,5,34570,36301 +DNK,2000,6,34286,36033 +DNK,2000,7,33758,35527 +DNK,2000,8,33041,34834 +DNK,2000,9,32190,34000 +DNK,2000,10,31246,33081 +DNK,2000,11,30250,32130 +DNK,2000,12,29325,31170 +DNK,2000,13,28552,30239 +DNK,2000,14,27946,29403 +DNK,2000,15,27380,28618 +DNK,2000,16,26808,27814 +DNK,2000,17,26787,27640 +DNK,2000,18,27557,28386 +DNK,2001,0,30283,32170 +DNK,2001,1,30876,32782 +DNK,2001,2,32355,34182 +DNK,2001,3,33420,35195 +DNK,2001,4,34108,35855 +DNK,2001,5,34458,36194 +DNK,2001,6,34524,36262 +DNK,2001,7,34363,36108 +DNK,2001,8,33923,35686 +DNK,2001,9,33206,34999 +DNK,2001,10,32304,34126 +DNK,2001,11,31344,33197 +DNK,2001,12,30346,32249 +DNK,2001,13,29434,31299 +DNK,2001,14,28699,30392 +DNK,2001,15,28145,29583 +DNK,2001,16,27627,28824 +DNK,2001,17,27104,28047 +DNK,2001,18,27112,27882 +DNK,2002,0,30457,32134 +DNK,2002,1,31751,33388 +DNK,2002,2,31300,33141 +DNK,2002,3,32501,34295 +DNK,2002,4,33392,35157 +DNK,2002,5,33993,35743 +DNK,2002,6,34325,36071 +DNK,2002,7,34443,36191 +DNK,2002,8,34405,36151 +DNK,2002,9,34054,35813 +DNK,2002,10,33338,35132 +DNK,2002,11,32386,34221 +DNK,2002,12,31411,33283 +DNK,2002,13,30411,32339 +DNK,2002,14,29514,31401 +DNK,2002,15,28818,30516 +DNK,2002,16,28316,29737 +DNK,2002,17,27845,29004 +DNK,2002,18,27373,28255 +DNK,2003,0,30856,32277 +DNK,2003,1,31657,33132 +DNK,2003,2,32334,33867 +DNK,2003,3,31709,33490 +DNK,2003,4,32633,34399 +DNK,2003,5,33350,35108 +DNK,2003,6,33863,35620 +DNK,2003,7,34177,35937 +DNK,2003,8,34347,36108 +DNK,2003,9,34433,36182 +DNK,2003,10,34170,35928 +DNK,2003,11,33456,35255 +DNK,2003,12,32454,34305 +DNK,2003,13,31464,33359 +DNK,2003,14,30463,32419 +DNK,2003,15,29581,31492 +DNK,2003,16,28924,30632 +DNK,2003,17,28474,29882 +DNK,2003,18,28052,29176 +DNK,2004,0,31335,32566 +DNK,2004,1,31641,32997 +DNK,2004,2,31982,33446 +DNK,2004,3,32341,33898 +DNK,2004,4,32127,33851 +DNK,2004,5,32774,34514 +DNK,2004,6,33316,35072 +DNK,2004,7,33742,35510 +DNK,2004,8,34038,35815 +DNK,2004,9,34261,36038 +DNK,2004,10,34469,36226 +DNK,2004,11,34295,36056 +DNK,2004,12,33582,35390 +DNK,2004,13,32531,34401 +DNK,2004,14,31525,33447 +DNK,2004,15,30523,32510 +DNK,2004,16,29655,31595 +DNK,2004,17,29037,30758 +DNK,2004,18,28639,30037 +DNK,2005,0,31771,32956 +DNK,2005,1,31688,33008 +DNK,2005,2,31756,33190 +DNK,2005,3,31945,33475 +DNK,2005,4,32224,33832 +DNK,2005,5,32564,34235 +DNK,2005,6,32933,34653 +DNK,2005,7,33302,35059 +DNK,2005,8,33641,35423 +DNK,2005,9,33919,35718 +DNK,2005,10,34194,35992 +DNK,2005,11,34526,36295 +DNK,2005,12,34440,36209 +DNK,2005,13,33728,35549 +DNK,2005,14,32626,34521 +DNK,2005,15,31605,33557 +DNK,2005,16,30601,32623 +DNK,2005,17,29747,31719 +DNK,2005,18,29167,30905 +DNK,2006,0,32152,33454 +DNK,2006,1,31740,32952 +DNK,2006,2,31705,33024 +DNK,2006,3,31799,33216 +DNK,2006,4,31997,33502 +DNK,2006,5,32274,33856 +DNK,2006,6,32599,34251 +DNK,2006,7,32946,34659 +DNK,2006,8,33298,35058 +DNK,2006,9,33636,35424 +DNK,2006,10,33925,35727 +DNK,2006,11,34206,36008 +DNK,2006,12,34534,36312 +DNK,2006,13,34479,36252 +DNK,2006,14,33851,35660 +DNK,2006,15,32863,34722 +DNK,2006,16,31947,33843 +DNK,2006,17,31052,32997 +DNK,2006,18,30271,32149 +DNK,2007,0,32535,34093 +DNK,2007,1,31992,33492 +DNK,2007,2,31721,32959 +DNK,2007,3,31733,33050 +DNK,2007,4,31854,33252 +DNK,2007,5,32062,33541 +DNK,2007,6,32335,33891 +DNK,2007,7,32647,34278 +DNK,2007,8,32971,34675 +DNK,2007,9,33307,35068 +DNK,2007,10,33643,35436 +DNK,2007,11,33943,35749 +DNK,2007,12,34231,36036 +DNK,2007,13,34556,36340 +DNK,2007,14,34532,36308 +DNK,2007,15,33986,35783 +DNK,2007,16,33111,34935 +DNK,2007,17,32302,34140 +DNK,2007,18,31515,33381 +DNK,2008,0,32762,34626 +DNK,2008,1,32159,33825 +DNK,2008,2,31789,33313 +DNK,2008,3,31713,32980 +DNK,2008,4,31772,33091 +DNK,2008,5,31920,33302 +DNK,2008,6,32138,33593 +DNK,2008,7,32409,33940 +DNK,2008,8,32707,34320 +DNK,2008,9,33008,34707 +DNK,2008,10,33328,35093 +DNK,2008,11,33663,35462 +DNK,2008,12,33974,35784 +DNK,2008,13,34268,36079 +DNK,2008,14,34590,36383 +DNK,2008,15,34597,36378 +DNK,2008,16,34134,35920 +DNK,2008,17,33371,35162 +DNK,2008,18,32667,34451 +DNK,2009,0,32626,34721 +DNK,2009,1,32124,33927 +DNK,2009,2,31802,33391 +DNK,2009,3,31640,33082 +DNK,2009,4,31714,33018 +DNK,2009,5,31821,33147 +DNK,2009,6,31995,33369 +DNK,2009,7,32223,33661 +DNK,2009,8,32491,34006 +DNK,2009,9,32775,34378 +DNK,2009,10,33054,34755 +DNK,2009,11,33358,35135 +DNK,2009,12,33692,35507 +DNK,2009,13,34015,35838 +DNK,2009,14,34314,36140 +DNK,2009,15,34633,36445 +DNK,2009,16,34672,36467 +DNK,2009,17,34291,36075 +DNK,2009,18,33641,35406 +DNK,2010,0,32008,34172 +DNK,2010,1,31777,33646 +DNK,2010,2,31643,33291 +DNK,2010,3,31595,33088 +DNK,2010,4,31625,33021 +DNK,2010,5,31721,33070 +DNK,2010,6,31875,33220 +DNK,2010,7,32076,33451 +DNK,2010,8,32314,33746 +DNK,2010,9,32579,34088 +DNK,2010,10,32850,34453 +DNK,2010,11,33106,34819 +DNK,2010,12,33394,35193 +DNK,2010,13,33727,35567 +DNK,2010,14,34061,35908 +DNK,2010,15,34367,36217 +DNK,2010,16,34683,36523 +DNK,2010,17,34753,36572 +DNK,2010,18,34455,36247 +DNK,2011,0,30738,32736 +DNK,2011,1,31982,34119 +DNK,2011,2,31871,33767 +DNK,2011,3,31799,33503 +DNK,2011,4,31767,33324 +DNK,2011,5,31778,33230 +DNK,2011,6,31819,33201 +DNK,2011,7,31879,33214 +DNK,2011,8,32030,33373 +DNK,2011,9,32301,33720 +DNK,2011,10,32653,34191 +DNK,2011,11,32988,34653 +DNK,2011,12,33291,35098 +DNK,2011,13,33650,35560 +DNK,2011,14,34087,36032 +DNK,2011,15,34541,36471 +DNK,2011,16,34959,36874 +DNK,2011,17,35396,37282 +DNK,2011,18,35515,37367 +DNK,2012,0,28978,30655 +DNK,2012,1,29943,31631 +DNK,2012,2,31981,34105 +DNK,2012,3,31991,33927 +DNK,2012,4,31981,33753 +DNK,2012,5,31964,33598 +DNK,2012,6,31956,33478 +DNK,2012,7,31942,33370 +DNK,2012,8,31909,33246 +DNK,2012,9,32010,33333 +DNK,2012,10,32314,33732 +DNK,2012,11,32753,34333 +DNK,2012,12,33152,34892 +DNK,2012,13,33502,35416 +DNK,2012,14,33932,35967 +DNK,2012,15,34475,36538 +DNK,2012,16,35047,37075 +DNK,2012,17,35579,37574 +DNK,2012,18,36136,38083 +DNK,2013,0,27142,28429 +DNK,2013,1,28805,30335 +DNK,2013,2,30106,31803 +DNK,2013,3,31986,34101 +DNK,2013,4,32116,34098 +DNK,2013,5,32168,34014 +DNK,2013,6,32167,33882 +DNK,2013,7,32140,33737 +DNK,2013,8,32071,33549 +DNK,2013,9,31945,33288 +DNK,2013,10,31996,33304 +DNK,2013,11,32334,33755 +DNK,2013,12,32860,34486 +DNK,2013,13,33323,35142 +DNK,2013,14,33720,35746 +DNK,2013,15,34222,36386 +DNK,2013,16,34869,37055 +DNK,2013,17,35561,37692 +DNK,2013,18,36206,38286 +DNK,2014,0,25803,26772 +DNK,2014,1,27907,29297 +DNK,2014,2,29551,31242 +DNK,2014,3,30789,32674 +DNK,2014,4,31973,34072 +DNK,2014,5,32224,34243 +DNK,2014,6,32338,34249 +DNK,2014,7,32353,34142 +DNK,2014,8,32306,33971 +DNK,2014,9,32182,33703 +DNK,2014,10,31963,33306 +DNK,2014,11,31964,33249 +DNK,2014,12,32335,33752 +DNK,2014,13,32948,34614 +DNK,2014,14,33475,35367 +DNK,2014,15,33920,36049 +DNK,2014,16,34492,36777 +DNK,2014,17,35244,37546 +DNK,2014,18,36055,38281 +DNK,2015,0,25362,26180 +DNK,2015,1,27472,28783 +DNK,2015,2,29134,30799 +DNK,2015,3,30397,32296 +DNK,2015,4,31313,33341 +DNK,2015,5,31932,34002 +DNK,2015,6,32304,34347 +DNK,2015,7,32479,34443 +DNK,2015,8,32509,34359 +DNK,2015,9,32444,34163 +DNK,2015,10,32265,33816 +DNK,2015,11,31952,33283 +DNK,2015,12,31904,33154 +DNK,2015,13,32308,33709 +DNK,2015,14,33007,34699 +DNK,2015,15,33597,35548 +DNK,2015,16,34089,36308 +DNK,2015,17,34732,37124 +DNK,2015,18,35588,37990 +DNK,2016,0,26099,27009 +DNK,2016,1,25941,26893 +DNK,2016,2,27680,29038 +DNK,2016,3,29112,30770 +DNK,2016,4,30263,32127 +DNK,2016,5,31161,33150 +DNK,2016,6,31857,33906 +DNK,2016,7,32400,34461 +DNK,2016,8,32705,34713 +DNK,2016,9,32753,34644 +DNK,2016,10,32640,34378 +DNK,2016,11,32460,34019 +DNK,2016,12,32170,33502 +DNK,2016,13,32146,33391 +DNK,2016,14,32578,33966 +DNK,2016,15,33307,34977 +DNK,2016,16,33926,35846 +DNK,2016,17,34444,36625 +DNK,2016,18,35108,37455 +DNK,2017,0,27724,28885 +DNK,2017,1,28355,29784 +DNK,2017,2,26481,27551 +DNK,2017,3,27845,29232 +DNK,2017,4,29043,30675 +DNK,2017,5,30080,31891 +DNK,2017,6,30960,32890 +DNK,2017,7,31732,33739 +DNK,2017,8,32446,34504 +DNK,2017,9,32879,34911 +DNK,2017,10,32945,34857 +DNK,2017,11,32785,34521 +DNK,2017,12,32605,34151 +DNK,2017,13,32337,33651 +DNK,2017,14,32338,33559 +DNK,2017,15,32798,34153 +DNK,2017,16,33556,35183 +DNK,2017,17,34201,36070 +DNK,2017,18,34746,36866 +DNK,2018,0,29804,31301 +DNK,2018,1,29288,30831 +DNK,2018,2,29005,30591 +DNK,2018,3,26996,28176 +DNK,2018,4,27985,29391 +DNK,2018,5,28949,30545 +DNK,2018,6,29871,31618 +DNK,2018,7,30731,32591 +DNK,2018,8,31578,33532 +DNK,2018,9,32462,34506 +DNK,2018,10,33024,35068 +DNK,2018,11,33108,35028 +DNK,2018,12,32901,34624 +DNK,2018,13,32720,34243 +DNK,2018,14,32474,33760 +DNK,2018,15,32500,33687 +DNK,2018,16,32988,34299 +DNK,2018,17,33774,35347 +DNK,2018,18,34446,36251 +DNK,2019,0,32000,34000 +DNK,2019,1,30000,32000 +DNK,2019,2,29000,31000 +DNK,2019,3,29000,30000 +DNK,2019,4,28000,29000 +DNK,2019,5,28000,30000 +DNK,2019,6,29000,30000 +DNK,2019,7,30000,31000 +DNK,2019,8,31000,32000 +DNK,2019,9,31000,33000 +DNK,2019,10,32000,35000 +DNK,2019,11,33000,35000 +DNK,2019,12,33000,35000 +DNK,2019,13,33000,35000 +DNK,2019,14,33000,34000 +DNK,2019,15,33000,34000 +DNK,2019,16,33000,34000 +DNK,2019,17,33000,34000 +DNK,2019,18,34000,36000 +DNK,2020,0,33000,35000 +DNK,2020,1,31000,33000 +DNK,2020,2,30000,31000 +DNK,2020,3,29000,30000 +DNK,2020,4,28000,30000 +DNK,2020,5,28000,29000 +DNK,2020,6,28000,30000 +DNK,2020,7,29000,30000 +DNK,2020,8,29000,31000 +DNK,2020,9,30000,32000 +DNK,2020,10,31000,33000 +DNK,2020,11,33000,35000 +DNK,2020,12,33000,35000 +DNK,2020,13,33000,35000 +DNK,2020,14,33000,35000 +DNK,2020,15,33000,34000 +DNK,2020,16,33000,34000 +DNK,2020,17,33000,34000 +DNK,2020,18,33000,35000 +DNK,2021,0,34000,36000 +DNK,2021,1,33000,35000 +DNK,2021,2,31000,33000 +DNK,2021,3,30000,31000 +DNK,2021,4,29000,30000 +DNK,2021,5,28000,30000 +DNK,2021,6,28000,30000 +DNK,2021,7,28000,30000 +DNK,2021,8,29000,30000 +DNK,2021,9,29000,31000 +DNK,2021,10,30000,32000 +DNK,2021,11,31000,33000 +DNK,2021,12,33000,35000 +DNK,2021,13,33000,36000 +DNK,2021,14,34000,36000 +DNK,2021,15,33000,35000 +DNK,2021,16,33000,35000 +DNK,2021,17,33000,34000 +DNK,2021,18,33000,34000 +DNK,2022,0,33000,35000 +DNK,2022,1,32000,34000 +DNK,2022,2,32000,34000 +DNK,2022,3,31000,33000 +DNK,2022,4,30000,31000 +DNK,2022,5,29000,31000 +DNK,2022,6,29000,30000 +DNK,2022,7,28000,30000 +DNK,2022,8,28000,30000 +DNK,2022,9,29000,30000 +DNK,2022,10,29000,31000 +DNK,2022,11,30000,32000 +DNK,2022,12,32000,33000 +DNK,2022,13,33000,35000 +DNK,2022,14,34000,36000 +DNK,2022,15,34000,36000 +DNK,2022,16,34000,35000 +DNK,2022,17,33000,35000 +DNK,2022,18,33000,34000 +DNK,2023,0,33000,35000 +DNK,2023,1,32000,34000 +DNK,2023,2,31000,33000 +DNK,2023,3,32000,34000 +DNK,2023,4,31000,33000 +DNK,2023,5,30000,32000 +DNK,2023,6,29000,31000 +DNK,2023,7,29000,30000 +DNK,2023,8,29000,30000 +DNK,2023,9,29000,30000 +DNK,2023,10,29000,30000 +DNK,2023,11,30000,31000 +DNK,2023,12,31000,32000 +DNK,2023,13,32000,34000 +DNK,2023,14,33000,35000 +DNK,2023,15,34000,36000 +DNK,2023,16,34000,36000 +DNK,2023,17,34000,35000 +DNK,2023,18,34000,35000 +DNK,2024,0,32000,34000 +DNK,2024,1,32000,34000 +DNK,2024,2,32000,33000 +DNK,2024,3,31000,33000 +DNK,2024,4,32000,33000 +DNK,2024,5,31000,32000 +DNK,2024,6,30000,32000 +DNK,2024,7,30000,31000 +DNK,2024,8,29000,31000 +DNK,2024,9,29000,30000 +DNK,2024,10,29000,30000 +DNK,2024,11,29000,30000 +DNK,2024,12,30000,31000 +DNK,2024,13,31000,32000 +DNK,2024,14,32000,34000 +DNK,2024,15,33000,35000 +DNK,2024,16,34000,36000 +DNK,2024,17,34000,36000 +DNK,2024,18,34000,36000 +DNK,2025,0,32000,34000 +DNK,2025,1,32000,34000 +DNK,2025,2,32000,34000 +DNK,2025,3,32000,34000 +DNK,2025,4,32000,33000 +DNK,2025,5,31000,33000 +DNK,2025,6,31000,32000 +DNK,2025,7,30000,32000 +DNK,2025,8,30000,31000 +DNK,2025,9,29000,31000 +DNK,2025,10,29000,31000 +DNK,2025,11,29000,30000 +DNK,2025,12,29000,30000 +DNK,2025,13,30000,31000 +DNK,2025,14,31000,32000 +DNK,2025,15,32000,34000 +DNK,2025,16,33000,35000 +DNK,2025,17,34000,36000 +DNK,2025,18,35000,36000 +DNK,2026,0,32000,34000 +DNK,2026,1,32000,34000 +DNK,2026,2,32000,34000 +DNK,2026,3,32000,34000 +DNK,2026,4,32000,34000 +DNK,2026,5,32000,33000 +DNK,2026,6,31000,33000 +DNK,2026,7,31000,32000 +DNK,2026,8,30000,32000 +DNK,2026,9,30000,32000 +DNK,2026,10,30000,31000 +DNK,2026,11,29000,31000 +DNK,2026,12,29000,30000 +DNK,2026,13,29000,30000 +DNK,2026,14,30000,31000 +DNK,2026,15,31000,33000 +DNK,2026,16,32000,34000 +DNK,2026,17,34000,36000 +DNK,2026,18,35000,36000 +DNK,2027,0,32000,34000 +DNK,2027,1,33000,34000 +DNK,2027,2,32000,34000 +DNK,2027,3,32000,34000 +DNK,2027,4,32000,34000 +DNK,2027,5,32000,34000 +DNK,2027,6,32000,33000 +DNK,2027,7,31000,33000 +DNK,2027,8,31000,33000 +DNK,2027,9,30000,32000 +DNK,2027,10,30000,32000 +DNK,2027,11,30000,31000 +DNK,2027,12,29000,31000 +DNK,2027,13,29000,30000 +DNK,2027,14,29000,31000 +DNK,2027,15,30000,31000 +DNK,2027,16,31000,33000 +DNK,2027,17,33000,34000 +DNK,2027,18,34000,36000 +DNK,2028,0,33000,34000 +DNK,2028,1,33000,35000 +DNK,2028,2,33000,35000 +DNK,2028,3,33000,34000 +DNK,2028,4,32000,34000 +DNK,2028,5,32000,34000 +DNK,2028,6,32000,34000 +DNK,2028,7,32000,33000 +DNK,2028,8,31000,33000 +DNK,2028,9,31000,33000 +DNK,2028,10,31000,32000 +DNK,2028,11,30000,32000 +DNK,2028,12,30000,31000 +DNK,2028,13,30000,31000 +DNK,2028,14,29000,31000 +DNK,2028,15,29000,31000 +DNK,2028,16,30000,32000 +DNK,2028,17,32000,33000 +DNK,2028,18,33000,34000 +DNK,2029,0,33000,35000 +DNK,2029,1,33000,35000 +DNK,2029,2,33000,35000 +DNK,2029,3,33000,35000 +DNK,2029,4,33000,34000 +DNK,2029,5,32000,34000 +DNK,2029,6,32000,34000 +DNK,2029,7,32000,34000 +DNK,2029,8,32000,33000 +DNK,2029,9,31000,33000 +DNK,2029,10,31000,33000 +DNK,2029,11,31000,32000 +DNK,2029,12,30000,32000 +DNK,2029,13,30000,32000 +DNK,2029,14,30000,31000 +DNK,2029,15,29000,31000 +DNK,2029,16,30000,31000 +DNK,2029,17,30000,32000 +DNK,2029,18,32000,33000 +DNK,2030,0,33000,35000 +DNK,2030,1,33000,35000 +DNK,2030,2,33000,35000 +DNK,2030,3,33000,35000 +DNK,2030,4,33000,35000 +DNK,2030,5,33000,35000 +DNK,2030,6,33000,34000 +DNK,2030,7,32000,34000 +DNK,2030,8,32000,34000 +DNK,2030,9,32000,33000 +DNK,2030,10,31000,33000 +DNK,2030,11,31000,33000 +DNK,2030,12,31000,32000 +DNK,2030,13,30000,32000 +DNK,2030,14,30000,32000 +DNK,2030,15,30000,31000 +DNK,2030,16,30000,31000 +DNK,2030,17,30000,31000 +DNK,2030,18,31000,32000 +DNK,2031,0,33000,35000 +DNK,2031,1,33000,35000 +DNK,2031,2,33000,35000 +DNK,2031,3,33000,35000 +DNK,2031,4,33000,35000 +DNK,2031,5,33000,35000 +DNK,2031,6,33000,35000 +DNK,2031,7,33000,34000 +DNK,2031,8,32000,34000 +DNK,2031,9,32000,34000 +DNK,2031,10,32000,33000 +DNK,2031,11,31000,33000 +DNK,2031,12,31000,33000 +DNK,2031,13,31000,33000 +DNK,2031,14,31000,32000 +DNK,2031,15,30000,32000 +DNK,2031,16,30000,32000 +DNK,2031,17,30000,31000 +DNK,2031,18,30000,31000 +DNK,2032,0,33000,35000 +DNK,2032,1,33000,35000 +DNK,2032,2,33000,35000 +DNK,2032,3,33000,35000 +DNK,2032,4,33000,35000 +DNK,2032,5,33000,35000 +DNK,2032,6,33000,35000 +DNK,2032,7,33000,35000 +DNK,2032,8,33000,34000 +DNK,2032,9,32000,34000 +DNK,2032,10,32000,34000 +DNK,2032,11,32000,34000 +DNK,2032,12,32000,33000 +DNK,2032,13,31000,33000 +DNK,2032,14,31000,33000 +DNK,2032,15,31000,32000 +DNK,2032,16,31000,32000 +DNK,2032,17,30000,32000 +DNK,2032,18,30000,31000 +DNK,2033,0,33000,34000 +DNK,2033,1,33000,35000 +DNK,2033,2,33000,35000 +DNK,2033,3,33000,35000 +DNK,2033,4,33000,35000 +DNK,2033,5,33000,35000 +DNK,2033,6,33000,35000 +DNK,2033,7,33000,35000 +DNK,2033,8,33000,35000 +DNK,2033,9,33000,34000 +DNK,2033,10,32000,34000 +DNK,2033,11,32000,34000 +DNK,2033,12,32000,34000 +DNK,2033,13,32000,33000 +DNK,2033,14,32000,33000 +DNK,2033,15,31000,33000 +DNK,2033,16,31000,33000 +DNK,2033,17,31000,32000 +DNK,2033,18,31000,32000 +DNK,2034,0,32000,34000 +DNK,2034,1,33000,35000 +DNK,2034,2,33000,35000 +DNK,2034,3,33000,35000 +DNK,2034,4,33000,35000 +DNK,2034,5,33000,35000 +DNK,2034,6,33000,35000 +DNK,2034,7,33000,35000 +DNK,2034,8,33000,35000 +DNK,2034,9,33000,35000 +DNK,2034,10,33000,35000 +DNK,2034,11,33000,34000 +DNK,2034,12,32000,34000 +DNK,2034,13,32000,34000 +DNK,2034,14,32000,33000 +DNK,2034,15,32000,33000 +DNK,2034,16,31000,33000 +DNK,2034,17,31000,33000 +DNK,2034,18,31000,32000 +DNK,2035,0,32000,34000 +DNK,2035,1,33000,34000 +DNK,2035,2,33000,35000 +DNK,2035,3,33000,35000 +DNK,2035,4,33000,35000 +DNK,2035,5,33000,35000 +DNK,2035,6,33000,35000 +DNK,2035,7,33000,35000 +DNK,2035,8,33000,35000 +DNK,2035,9,33000,35000 +DNK,2035,10,33000,35000 +DNK,2035,11,33000,35000 +DNK,2035,12,33000,34000 +DNK,2035,13,32000,34000 +DNK,2035,14,32000,34000 +DNK,2035,15,32000,34000 +DNK,2035,16,32000,33000 +DNK,2035,17,32000,33000 +DNK,2035,18,31000,33000 +DNK,2036,0,32000,34000 +DNK,2036,1,32000,34000 +DNK,2036,2,33000,34000 +DNK,2036,3,33000,35000 +DNK,2036,4,33000,35000 +DNK,2036,5,33000,35000 +DNK,2036,6,33000,35000 +DNK,2036,7,33000,35000 +DNK,2036,8,33000,35000 +DNK,2036,9,33000,35000 +DNK,2036,10,33000,35000 +DNK,2036,11,33000,35000 +DNK,2036,12,33000,35000 +DNK,2036,13,33000,35000 +DNK,2036,14,33000,34000 +DNK,2036,15,32000,34000 +DNK,2036,16,32000,34000 +DNK,2036,17,32000,34000 +DNK,2036,18,32000,33000 +DNK,2037,0,32000,34000 +DNK,2037,1,32000,34000 +DNK,2037,2,32000,34000 +DNK,2037,3,33000,35000 +DNK,2037,4,33000,35000 +DNK,2037,5,33000,35000 +DNK,2037,6,33000,35000 +DNK,2037,7,33000,35000 +DNK,2037,8,33000,35000 +DNK,2037,9,33000,35000 +DNK,2037,10,33000,35000 +DNK,2037,11,33000,35000 +DNK,2037,12,33000,35000 +DNK,2037,13,33000,35000 +DNK,2037,14,33000,35000 +DNK,2037,15,33000,35000 +DNK,2037,16,33000,34000 +DNK,2037,17,33000,34000 +DNK,2037,18,32000,34000 +DNK,2038,0,32000,34000 +DNK,2038,1,32000,34000 +DNK,2038,2,32000,34000 +DNK,2038,3,33000,34000 +DNK,2038,4,33000,35000 +DNK,2038,5,33000,35000 +DNK,2038,6,33000,35000 +DNK,2038,7,33000,35000 +DNK,2038,8,33000,35000 +DNK,2038,9,34000,35000 +DNK,2038,10,34000,35000 +DNK,2038,11,34000,35000 +DNK,2038,12,33000,35000 +DNK,2038,13,33000,35000 +DNK,2038,14,33000,35000 +DNK,2038,15,33000,35000 +DNK,2038,16,33000,35000 +DNK,2038,17,33000,34000 +DNK,2038,18,33000,34000 +DNK,2039,0,32000,34000 +DNK,2039,1,32000,34000 +DNK,2039,2,32000,34000 +DNK,2039,3,32000,34000 +DNK,2039,4,33000,34000 +DNK,2039,5,33000,35000 +DNK,2039,6,33000,35000 +DNK,2039,7,33000,35000 +DNK,2039,8,33000,35000 +DNK,2039,9,33000,35000 +DNK,2039,10,34000,35000 +DNK,2039,11,34000,35000 +DNK,2039,12,34000,35000 +DNK,2039,13,34000,35000 +DNK,2039,14,34000,35000 +DNK,2039,15,33000,35000 +DNK,2039,16,33000,35000 +DNK,2039,17,33000,35000 +DNK,2039,18,33000,35000 +DNK,2040,0,32000,33000 +DNK,2040,1,32000,34000 +DNK,2040,2,32000,34000 +DNK,2040,3,32000,34000 +DNK,2040,4,32000,34000 +DNK,2040,5,33000,34000 +DNK,2040,6,33000,35000 +DNK,2040,7,33000,35000 +DNK,2040,8,33000,35000 +DNK,2040,9,33000,35000 +DNK,2040,10,34000,35000 +DNK,2040,11,34000,35000 +DNK,2040,12,34000,36000 +DNK,2040,13,34000,36000 +DNK,2040,14,34000,35000 +DNK,2040,15,34000,35000 +DNK,2040,16,34000,35000 +DNK,2040,17,34000,35000 +DNK,2040,18,33000,35000 +DNK,2041,0,32000,33000 +DNK,2041,1,32000,34000 +DNK,2041,2,32000,34000 +DNK,2041,3,32000,34000 +DNK,2041,4,32000,34000 +DNK,2041,5,33000,34000 +DNK,2041,6,33000,35000 +DNK,2041,7,33000,35000 +DNK,2041,8,33000,35000 +DNK,2041,9,33000,35000 +DNK,2041,10,33000,35000 +DNK,2041,11,34000,35000 +DNK,2041,12,34000,36000 +DNK,2041,13,34000,36000 +DNK,2041,14,34000,36000 +DNK,2041,15,34000,36000 +DNK,2041,16,34000,36000 +DNK,2041,17,34000,36000 +DNK,2041,18,34000,35000 +DNK,2042,0,31000,33000 +DNK,2042,1,32000,33000 +DNK,2042,2,32000,34000 +DNK,2042,3,32000,34000 +DNK,2042,4,32000,34000 +DNK,2042,5,32000,34000 +DNK,2042,6,33000,34000 +DNK,2042,7,33000,35000 +DNK,2042,8,33000,35000 +DNK,2042,9,33000,35000 +DNK,2042,10,33000,35000 +DNK,2042,11,34000,35000 +DNK,2042,12,34000,36000 +DNK,2042,13,34000,36000 +DNK,2042,14,34000,36000 +DNK,2042,15,34000,36000 +DNK,2042,16,34000,36000 +DNK,2042,17,34000,36000 +DNK,2042,18,34000,36000 +DNK,2043,0,31000,33000 +DNK,2043,1,32000,33000 +DNK,2043,2,32000,33000 +DNK,2043,3,32000,34000 +DNK,2043,4,32000,34000 +DNK,2043,5,32000,34000 +DNK,2043,6,32000,34000 +DNK,2043,7,33000,34000 +DNK,2043,8,33000,35000 +DNK,2043,9,33000,35000 +DNK,2043,10,33000,35000 +DNK,2043,11,34000,35000 +DNK,2043,12,34000,36000 +DNK,2043,13,34000,36000 +DNK,2043,14,34000,36000 +DNK,2043,15,34000,36000 +DNK,2043,16,34000,36000 +DNK,2043,17,34000,36000 +DNK,2043,18,35000,36000 +DNK,2044,0,31000,33000 +DNK,2044,1,31000,33000 +DNK,2044,2,32000,33000 +DNK,2044,3,32000,33000 +DNK,2044,4,32000,34000 +DNK,2044,5,32000,34000 +DNK,2044,6,32000,34000 +DNK,2044,7,32000,34000 +DNK,2044,8,33000,34000 +DNK,2044,9,33000,35000 +DNK,2044,10,33000,35000 +DNK,2044,11,33000,35000 +DNK,2044,12,34000,35000 +DNK,2044,13,34000,36000 +DNK,2044,14,34000,36000 +DNK,2044,15,34000,36000 +DNK,2044,16,34000,36000 +DNK,2044,17,35000,36000 +DNK,2044,18,35000,36000 +DNK,2045,0,31000,33000 +DNK,2045,1,31000,33000 +DNK,2045,2,31000,33000 +DNK,2045,3,32000,33000 +DNK,2045,4,32000,33000 +DNK,2045,5,32000,34000 +DNK,2045,6,32000,34000 +DNK,2045,7,32000,34000 +DNK,2045,8,33000,34000 +DNK,2045,9,33000,35000 +DNK,2045,10,33000,35000 +DNK,2045,11,33000,35000 +DNK,2045,12,33000,35000 +DNK,2045,13,34000,35000 +DNK,2045,14,34000,36000 +DNK,2045,15,34000,36000 +DNK,2045,16,34000,36000 +DNK,2045,17,35000,36000 +DNK,2045,18,35000,36000 +DNK,2046,0,31000,33000 +DNK,2046,1,31000,33000 +DNK,2046,2,31000,33000 +DNK,2046,3,32000,33000 +DNK,2046,4,32000,33000 +DNK,2046,5,32000,34000 +DNK,2046,6,32000,34000 +DNK,2046,7,32000,34000 +DNK,2046,8,32000,34000 +DNK,2046,9,33000,34000 +DNK,2046,10,33000,35000 +DNK,2046,11,33000,35000 +DNK,2046,12,33000,35000 +DNK,2046,13,34000,35000 +DNK,2046,14,34000,36000 +DNK,2046,15,34000,36000 +DNK,2046,16,34000,36000 +DNK,2046,17,35000,36000 +DNK,2046,18,35000,37000 +DNK,2047,0,31000,33000 +DNK,2047,1,31000,33000 +DNK,2047,2,31000,33000 +DNK,2047,3,31000,33000 +DNK,2047,4,32000,33000 +DNK,2047,5,32000,33000 +DNK,2047,6,32000,34000 +DNK,2047,7,32000,34000 +DNK,2047,8,32000,34000 +DNK,2047,9,33000,34000 +DNK,2047,10,33000,35000 +DNK,2047,11,33000,35000 +DNK,2047,12,33000,35000 +DNK,2047,13,34000,35000 +DNK,2047,14,34000,36000 +DNK,2047,15,34000,36000 +DNK,2047,16,34000,36000 +DNK,2047,17,35000,36000 +DNK,2047,18,35000,37000 +DNK,2048,0,31000,33000 +DNK,2048,1,31000,33000 +DNK,2048,2,31000,33000 +DNK,2048,3,31000,33000 +DNK,2048,4,32000,33000 +DNK,2048,5,32000,33000 +DNK,2048,6,32000,33000 +DNK,2048,7,32000,34000 +DNK,2048,8,32000,34000 +DNK,2048,9,32000,34000 +DNK,2048,10,33000,34000 +DNK,2048,11,33000,35000 +DNK,2048,12,33000,35000 +DNK,2048,13,33000,35000 +DNK,2048,14,34000,35000 +DNK,2048,15,34000,36000 +DNK,2048,16,34000,36000 +DNK,2048,17,35000,36000 +DNK,2048,18,35000,37000 +DNK,2049,0,32000,33000 +DNK,2049,1,31000,33000 +DNK,2049,2,31000,33000 +DNK,2049,3,31000,33000 +DNK,2049,4,31000,33000 +DNK,2049,5,32000,33000 +DNK,2049,6,32000,33000 +DNK,2049,7,32000,34000 +DNK,2049,8,32000,34000 +DNK,2049,9,32000,34000 +DNK,2049,10,32000,34000 +DNK,2049,11,33000,34000 +DNK,2049,12,33000,35000 +DNK,2049,13,33000,35000 +DNK,2049,14,34000,35000 +DNK,2049,15,34000,36000 +DNK,2049,16,34000,36000 +DNK,2049,17,35000,36000 +DNK,2049,18,35000,37000 +DNK,2050,0,32000,33000 +DNK,2050,1,32000,33000 +DNK,2050,2,31000,33000 +DNK,2050,3,31000,33000 +DNK,2050,4,31000,33000 +DNK,2050,5,31000,33000 +DNK,2050,6,32000,33000 +DNK,2050,7,32000,33000 +DNK,2050,8,32000,34000 +DNK,2050,9,32000,34000 +DNK,2050,10,32000,34000 +DNK,2050,11,32000,34000 +DNK,2050,12,33000,34000 +DNK,2050,13,33000,35000 +DNK,2050,14,33000,35000 +DNK,2050,15,34000,35000 +DNK,2050,16,34000,36000 +DNK,2050,17,34000,36000 +DNK,2050,18,35000,36000 +DOM,1990,0,97185,100143 +DOM,1990,1,96201,99546 +DOM,1990,2,95231,98814 +DOM,1990,3,94268,97957 +DOM,1990,4,93310,96983 +DOM,1990,5,92349,95902 +DOM,1990,6,91383,94721 +DOM,1990,7,90406,93449 +DOM,1990,8,89412,92096 +DOM,1990,9,88398,90670 +DOM,1990,10,87354,89174 +DOM,1990,11,86273,87609 +DOM,1990,12,85167,86018 +DOM,1990,13,84040,84420 +DOM,1990,14,82874,82806 +DOM,1990,15,81662,81148 +DOM,1990,16,80417,79457 +DOM,1990,17,79042,77733 +DOM,1990,18,77495,75976 +DOM,1991,0,98324,101294 +DOM,1991,1,97038,100157 +DOM,1991,2,96059,99457 +DOM,1991,3,95096,98641 +DOM,1991,4,94142,97714 +DOM,1991,5,93190,96682 +DOM,1991,6,92237,95555 +DOM,1991,7,91280,94343 +DOM,1991,8,90292,93033 +DOM,1991,9,89261,91627 +DOM,1991,10,88189,90139 +DOM,1991,11,87090,88591 +DOM,1991,12,85953,86981 +DOM,1991,13,84785,85347 +DOM,1991,14,83587,83710 +DOM,1991,15,82349,82061 +DOM,1991,16,81066,80373 +DOM,1991,17,79748,78655 +DOM,1991,18,78321,76918 +DOM,1992,0,99659,102592 +DOM,1992,1,98394,101731 +DOM,1992,2,96869,100134 +DOM,1992,3,95895,99332 +DOM,1992,4,94940,98430 +DOM,1992,5,93994,97434 +DOM,1992,6,93050,96345 +DOM,1992,7,92104,95173 +DOM,1992,8,91156,93930 +DOM,1992,9,90159,92583 +DOM,1992,10,89089,91124 +DOM,1992,11,87960,89575 +DOM,1992,12,86805,87975 +DOM,1992,13,85614,86320 +DOM,1992,14,84383,84644 +DOM,1992,15,83116,82968 +DOM,1992,16,81805,81285 +DOM,1992,17,80450,79568 +DOM,1992,18,79060,77824 +DOM,1993,0,100940,103818 +DOM,1993,1,99487,102782 +DOM,1993,2,98156,101725 +DOM,1993,3,96685,100081 +DOM,1993,4,95716,99176 +DOM,1993,5,94769,98191 +DOM,1993,6,93832,97125 +DOM,1993,7,92895,95978 +DOM,1993,8,91957,94763 +DOM,1993,9,91018,93488 +DOM,1993,10,90011,92105 +DOM,1993,11,88904,90593 +DOM,1993,12,87718,88984 +DOM,1993,13,86507,87332 +DOM,1993,14,85261,85633 +DOM,1993,15,83969,83916 +DOM,1993,16,82632,82202 +DOM,1993,17,81249,80485 +DOM,1993,18,79823,78738 +DOM,1994,0,101827,104677 +DOM,1994,1,100323,103584 +DOM,1994,2,98957,102491 +DOM,1994,3,97712,101392 +DOM,1994,4,96505,100012 +DOM,1994,5,95540,99005 +DOM,1994,6,94601,97935 +DOM,1994,7,93673,96800 +DOM,1994,8,92743,95596 +DOM,1994,9,91812,94337 +DOM,1994,10,90882,93032 +DOM,1994,11,89866,91612 +DOM,1994,12,88721,90048 +DOM,1994,13,87478,88378 +DOM,1994,14,86213,86676 +DOM,1994,15,84912,84933 +DOM,1994,16,83558,83174 +DOM,1994,17,82151,81422 +DOM,1994,18,80695,79672 +DOM,1995,0,102090,104972 +DOM,1995,1,100759,104015 +DOM,1995,2,99534,103038 +DOM,1995,3,98398,102035 +DOM,1995,4,97337,101002 +DOM,1995,5,96334,99934 +DOM,1995,6,95375,98825 +DOM,1995,7,94443,97671 +DOM,1995,8,93524,96467 +DOM,1995,9,92601,95207 +DOM,1995,10,91678,93903 +DOM,1995,11,90757,92568 +DOM,1995,12,89732,91112 +DOM,1995,13,88549,89496 +DOM,1995,14,87248,87765 +DOM,1995,15,85927,86012 +DOM,1995,16,84571,84225 +DOM,1995,17,83155,82426 +DOM,1995,18,81679,80636 +DOM,1996,0,101587,104623 +DOM,1996,1,101664,104660 +DOM,1996,2,100524,103793 +DOM,1996,3,99419,102857 +DOM,1996,4,98344,101854 +DOM,1996,5,97294,100787 +DOM,1996,6,96254,99653 +DOM,1996,7,95210,98446 +DOM,1996,8,94206,97207 +DOM,1996,9,93257,95955 +DOM,1996,10,92329,94669 +DOM,1996,11,91377,93326 +DOM,1996,12,90416,91947 +DOM,1996,13,89342,90444 +DOM,1996,14,88101,88777 +DOM,1996,15,86737,86996 +DOM,1996,16,85354,85196 +DOM,1996,17,83936,83364 +DOM,1996,18,82472,81537 +DOM,1997,0,100505,103741 +DOM,1997,1,100298,103723 +DOM,1997,2,101285,104361 +DOM,1997,3,100336,103584 +DOM,1997,4,99350,102688 +DOM,1997,5,98335,101685 +DOM,1997,6,97296,100584 +DOM,1997,7,96218,99384 +DOM,1997,8,95089,98078 +DOM,1997,9,94012,96755 +DOM,1997,10,93033,95454 +DOM,1997,11,92099,94143 +DOM,1997,12,91118,92761 +DOM,1997,13,90116,91337 +DOM,1997,14,88994,89788 +DOM,1997,15,87693,88070 +DOM,1997,16,86266,86238 +DOM,1997,17,84820,84391 +DOM,1997,18,83340,82513 +DOM,1998,0,99113,102587 +DOM,1998,1,99647,103193 +DOM,1998,2,99888,103463 +DOM,1998,3,100914,104075 +DOM,1998,4,100154,103388 +DOM,1998,5,99289,102533 +DOM,1998,6,98334,101529 +DOM,1998,7,97305,100395 +DOM,1998,8,96190,99128 +DOM,1998,9,94975,97724 +DOM,1998,10,93825,96315 +DOM,1998,11,92817,94967 +DOM,1998,12,91877,93630 +DOM,1998,13,90866,92208 +DOM,1998,14,89823,90740 +DOM,1998,15,88652,89144 +DOM,1998,16,87292,87375 +DOM,1998,17,85800,85491 +DOM,1998,18,84293,83597 +DOM,1999,0,97806,101531 +DOM,1999,1,98934,102638 +DOM,1999,2,99657,103321 +DOM,1999,3,100011,103614 +DOM,1999,4,100499,103802 +DOM,1999,5,99931,103205 +DOM,1999,6,99185,102390 +DOM,1999,7,98290,101385 +DOM,1999,8,97273,100218 +DOM,1999,9,96120,98884 +DOM,1999,10,94820,97381 +DOM,1999,11,93598,95887 +DOM,1999,12,92560,94491 +DOM,1999,13,91615,93128 +DOM,1999,14,90575,91665 +DOM,1999,15,89492,90153 +DOM,1999,16,88272,88510 +DOM,1999,17,86854,86690 +DOM,1999,18,85298,84755 +DOM,2000,0,96881,100848 +DOM,2000,1,98305,102204 +DOM,2000,2,99293,103116 +DOM,2000,3,99883,103621 +DOM,2000,4,100113,103753 +DOM,2000,5,100020,103547 +DOM,2000,6,99642,103040 +DOM,2000,7,99018,102266 +DOM,2000,8,98183,101260 +DOM,2000,9,97178,100058 +DOM,2000,10,95989,98657 +DOM,2000,11,94604,97055 +DOM,2000,12,93310,95476 +DOM,2000,13,92244,94031 +DOM,2000,14,91294,92641 +DOM,2000,15,90225,91139 +DOM,2000,16,89103,89582 +DOM,2000,17,87835,87891 +DOM,2000,18,86360,86020 +DOM,2001,0,96651,100604 +DOM,2001,1,97145,101051 +DOM,2001,2,98355,102188 +DOM,2001,3,99218,102966 +DOM,2001,4,99754,103405 +DOM,2001,5,99984,103526 +DOM,2001,6,99947,103366 +DOM,2001,7,99683,102961 +DOM,2001,8,99115,102243 +DOM,2001,9,98225,101194 +DOM,2001,10,97092,99889 +DOM,2001,11,95805,98415 +DOM,2001,12,94340,96753 +DOM,2001,13,92943,95117 +DOM,2001,14,91744,93624 +DOM,2001,15,90648,92194 +DOM,2001,16,89437,90650 +DOM,2001,17,88168,89053 +DOM,2001,18,86799,87332 +DOM,2002,0,96800,100723 +DOM,2002,1,97811,101726 +DOM,2002,2,97330,101253 +DOM,2002,3,98326,102170 +DOM,2002,4,99063,102814 +DOM,2002,5,99545,103188 +DOM,2002,6,99775,103298 +DOM,2002,7,99794,103182 +DOM,2002,8,99643,102881 +DOM,2002,9,99133,102219 +DOM,2002,10,98188,101127 +DOM,2002,11,96927,99719 +DOM,2002,12,95544,98172 +DOM,2002,13,93999,96449 +DOM,2002,14,92500,94757 +DOM,2002,15,91170,93216 +DOM,2002,16,89928,91745 +DOM,2002,17,88576,90160 +DOM,2002,18,87162,88522 +DOM,2003,0,97202,101079 +DOM,2003,1,97682,101625 +DOM,2003,2,98124,102091 +DOM,2003,3,97477,101446 +DOM,2003,4,98257,102143 +DOM,2003,5,98868,102653 +DOM,2003,6,99296,102963 +DOM,2003,7,99527,103061 +DOM,2003,8,99601,102990 +DOM,2003,9,99564,102792 +DOM,2003,10,99111,102186 +DOM,2003,11,98112,101052 +DOM,2003,12,96724,99541 +DOM,2003,13,95245,97920 +DOM,2003,14,93621,96138 +DOM,2003,15,92021,94389 +DOM,2003,16,90561,92800 +DOM,2003,17,89173,91288 +DOM,2003,18,87680,89662 +DOM,2004,0,97650,101464 +DOM,2004,1,97600,101541 +DOM,2004,2,97688,101696 +DOM,2004,3,97877,101899 +DOM,2004,4,97638,101620 +DOM,2004,5,98203,102098 +DOM,2004,6,98688,102473 +DOM,2004,7,99063,102718 +DOM,2004,8,99293,102805 +DOM,2004,9,99423,102779 +DOM,2004,10,99500,102684 +DOM,2004,11,99104,102134 +DOM,2004,12,98050,100958 +DOM,2004,13,96536,99344 +DOM,2004,14,94960,97650 +DOM,2004,15,93257,95808 +DOM,2004,16,91556,94004 +DOM,2004,17,89964,92367 +DOM,2004,18,88432,90814 +DOM,2005,0,97983,101725 +DOM,2005,1,97536,101421 +DOM,2005,2,97348,101317 +DOM,2005,3,97370,101367 +DOM,2005,4,97551,101530 +DOM,2005,5,97841,101762 +DOM,2005,6,98191,102020 +DOM,2005,7,98552,102260 +DOM,2005,8,98872,102440 +DOM,2005,9,99102,102516 +DOM,2005,10,99289,102535 +DOM,2005,11,99478,102543 +DOM,2005,12,99140,102050 +DOM,2005,13,98031,100832 +DOM,2005,14,96390,99115 +DOM,2005,15,94717,97349 +DOM,2005,16,92934,95448 +DOM,2005,17,91130,93588 +DOM,2005,18,89408,91905 +DOM,2006,0,98044,101944 +DOM,2006,1,97562,101418 +DOM,2006,2,97216,101186 +DOM,2006,3,97098,101133 +DOM,2006,4,97162,101218 +DOM,2006,5,97365,101400 +DOM,2006,6,97652,101635 +DOM,2006,7,97970,101876 +DOM,2006,8,98320,102102 +DOM,2006,9,98672,102278 +DOM,2006,10,98958,102352 +DOM,2006,11,99182,102361 +DOM,2006,12,99400,102360 +DOM,2006,13,99062,101817 +DOM,2006,14,97913,100489 +DOM,2006,15,96203,98628 +DOM,2006,16,94463,96724 +DOM,2006,17,92619,94678 +DOM,2006,18,90728,92721 +DOM,2007,0,98004,102044 +DOM,2007,1,97235,101312 +DOM,2007,2,97181,101072 +DOM,2007,3,96937,100911 +DOM,2007,4,96889,100910 +DOM,2007,5,96996,101029 +DOM,2007,6,97219,101231 +DOM,2007,7,97503,101467 +DOM,2007,8,97790,101693 +DOM,2007,9,98129,101904 +DOM,2007,10,98515,102076 +DOM,2007,11,98856,102148 +DOM,2007,12,99116,102146 +DOM,2007,13,99363,102136 +DOM,2007,14,99025,101544 +DOM,2007,15,97836,100107 +DOM,2007,16,96056,98103 +DOM,2007,17,94249,96061 +DOM,2007,18,92342,93871 +DOM,2008,0,97935,102092 +DOM,2008,1,97161,101262 +DOM,2008,2,96672,100730 +DOM,2008,3,96830,100703 +DOM,2008,4,96688,100613 +DOM,2008,5,96710,100664 +DOM,2008,6,96859,100818 +DOM,2008,7,97104,101038 +DOM,2008,8,97385,101277 +DOM,2008,9,97641,101487 +DOM,2008,10,97969,101683 +DOM,2008,11,98387,101851 +DOM,2008,12,98784,101921 +DOM,2008,13,99081,101908 +DOM,2008,14,99356,101889 +DOM,2008,15,99019,101248 +DOM,2008,16,97789,99703 +DOM,2008,17,95939,97555 +DOM,2008,18,94065,95376 +DOM,2009,0,97939,102184 +DOM,2009,1,97181,101289 +DOM,2009,2,96666,100677 +DOM,2009,3,96365,100309 +DOM,2009,4,96485,100325 +DOM,2009,5,96445,100306 +DOM,2009,6,96536,100408 +DOM,2009,7,96729,100597 +DOM,2009,8,96995,100837 +DOM,2009,9,97272,101078 +DOM,2009,10,97497,101271 +DOM,2009,11,97814,101453 +DOM,2009,12,98266,101617 +DOM,2009,13,98718,101685 +DOM,2009,14,99053,101660 +DOM,2009,15,99356,101633 +DOM,2009,16,99020,100943 +DOM,2009,17,97749,99289 +DOM,2009,18,95828,96998 +DOM,2010,0,98084,102382 +DOM,2010,1,97314,101425 +DOM,2010,2,96756,100736 +DOM,2010,3,96388,100282 +DOM,2010,4,96186,100029 +DOM,2010,5,96128,99946 +DOM,2010,6,96191,99997 +DOM,2010,7,96352,100151 +DOM,2010,8,96587,100374 +DOM,2010,9,96875,100633 +DOM,2010,10,97149,100877 +DOM,2010,11,97342,101054 +DOM,2010,12,97649,101221 +DOM,2010,13,98133,101381 +DOM,2010,14,98641,101447 +DOM,2010,15,99012,101411 +DOM,2010,16,99344,101375 +DOM,2010,17,99008,100636 +DOM,2010,18,97697,98874 +DOM,2011,0,98395,102724 +DOM,2011,1,97818,102042 +DOM,2011,2,97143,101212 +DOM,2011,3,96655,100612 +DOM,2011,4,96332,100215 +DOM,2011,5,96153,99990 +DOM,2011,6,96098,99906 +DOM,2011,7,96147,99932 +DOM,2011,8,96277,100049 +DOM,2011,9,96469,100233 +DOM,2011,10,96702,100446 +DOM,2011,11,96913,100632 +DOM,2011,12,97040,100746 +DOM,2011,13,97273,100836 +DOM,2011,14,97678,100904 +DOM,2011,15,98107,100870 +DOM,2011,16,98399,100737 +DOM,2011,17,98651,100602 +DOM,2011,18,98262,99792 +DOM,2012,0,98817,103142 +DOM,2012,1,97933,102076 +DOM,2012,2,97547,101705 +DOM,2012,3,96968,101000 +DOM,2012,4,96548,100491 +DOM,2012,5,96270,100150 +DOM,2012,6,96114,99952 +DOM,2012,7,96063,99869 +DOM,2012,8,96097,99869 +DOM,2012,9,96198,99950 +DOM,2012,10,96346,100093 +DOM,2012,11,96524,100261 +DOM,2012,12,96673,100390 +DOM,2012,13,96733,100440 +DOM,2012,14,96893,100454 +DOM,2012,15,97219,100430 +DOM,2012,16,97567,100296 +DOM,2012,17,97780,100065 +DOM,2012,18,97952,99830 +DOM,2013,0,99263,103561 +DOM,2013,1,98326,102479 +DOM,2013,2,97571,101617 +DOM,2013,3,97269,101365 +DOM,2013,4,96785,100787 +DOM,2013,5,96435,100367 +DOM,2013,6,96202,100083 +DOM,2013,7,96069,99913 +DOM,2013,8,96020,99829 +DOM,2013,9,96041,99804 +DOM,2013,10,96112,99848 +DOM,2013,11,96216,99951 +DOM,2013,12,96339,100074 +DOM,2013,13,96425,100145 +DOM,2013,14,96419,100132 +DOM,2013,15,96506,100070 +DOM,2013,16,96752,99953 +DOM,2013,17,97020,99720 +DOM,2013,18,97155,99392 +DOM,2014,0,99616,103882 +DOM,2014,1,98675,102835 +DOM,2014,2,97901,101980 +DOM,2014,3,97282,101298 +DOM,2014,4,96988,101022 +DOM,2014,5,96600,100571 +DOM,2014,6,96319,100241 +DOM,2014,7,96131,100013 +DOM,2014,8,96021,99870 +DOM,2014,9,95976,99787 +DOM,2014,10,95982,99736 +DOM,2014,11,96023,99743 +DOM,2014,12,96084,99807 +DOM,2014,13,96151,99884 +DOM,2014,14,96175,99897 +DOM,2014,15,96102,99821 +DOM,2014,16,96116,99683 +DOM,2014,17,96283,99474 +DOM,2014,18,96471,99141 +DOM,2015,0,99790,104032 +DOM,2015,1,98918,103083 +DOM,2015,2,98185,102287 +DOM,2015,3,97580,101630 +DOM,2015,4,97092,101097 +DOM,2015,5,96707,100676 +DOM,2015,6,96415,100351 +DOM,2015,7,96203,100110 +DOM,2015,8,96060,99939 +DOM,2015,9,95973,99824 +DOM,2015,10,95931,99741 +DOM,2015,11,95924,99665 +DOM,2015,12,95935,99635 +DOM,2015,13,95952,99658 +DOM,2015,14,95964,99690 +DOM,2015,15,95926,99646 +DOM,2015,16,95786,99507 +DOM,2015,17,95726,99292 +DOM,2015,18,95814,98990 +DOM,2016,0,99774,104006 +DOM,2016,1,99468,103669 +DOM,2016,2,98728,102863 +DOM,2016,3,98088,102166 +DOM,2016,4,97540,101570 +DOM,2016,5,97077,101066 +DOM,2016,6,96688,100642 +DOM,2016,7,96366,100286 +DOM,2016,8,96112,100003 +DOM,2016,9,95923,99791 +DOM,2016,10,95787,99632 +DOM,2016,11,95683,99491 +DOM,2016,12,95606,99349 +DOM,2016,13,95546,99245 +DOM,2016,14,95493,99188 +DOM,2016,15,95440,99136 +DOM,2016,16,95335,99009 +DOM,2016,17,95129,98786 +DOM,2016,18,95025,98509 +DOM,2017,0,99594,103827 +DOM,2017,1,99074,103255 +DOM,2017,2,99155,103317 +DOM,2017,3,98549,102654 +DOM,2017,4,98002,102057 +DOM,2017,5,97510,101522 +DOM,2017,6,97071,101046 +DOM,2017,7,96679,100619 +DOM,2017,8,96327,100232 +DOM,2017,9,96031,99908 +DOM,2017,10,95797,99655 +DOM,2017,11,95610,99452 +DOM,2017,12,95445,99252 +DOM,2017,13,95298,99044 +DOM,2017,14,95167,98867 +DOM,2017,15,95045,98728 +DOM,2017,16,94925,98593 +DOM,2017,17,94755,98383 +DOM,2017,18,94482,98076 +DOM,2018,0,99227,103465 +DOM,2018,1,98958,103147 +DOM,2018,2,98673,102816 +DOM,2018,3,98843,102967 +DOM,2018,4,98370,102445 +DOM,2018,5,97915,101948 +DOM,2018,6,97480,101474 +DOM,2018,7,97066,101027 +DOM,2018,8,96670,100597 +DOM,2018,9,96288,100179 +DOM,2018,10,95950,99813 +DOM,2018,11,95671,99519 +DOM,2018,12,95434,99272 +DOM,2018,13,95207,99015 +DOM,2018,14,94990,98741 +DOM,2018,15,94788,98490 +DOM,2018,16,94596,98270 +DOM,2018,17,94410,98050 +DOM,2018,18,94175,97758 +DOM,2019,0,99000,103000 +DOM,2019,1,99000,103000 +DOM,2019,2,99000,103000 +DOM,2019,3,98000,103000 +DOM,2019,4,99000,103000 +DOM,2019,5,98000,102000 +DOM,2019,6,98000,102000 +DOM,2019,7,97000,101000 +DOM,2019,8,97000,101000 +DOM,2019,9,97000,101000 +DOM,2019,10,96000,100000 +DOM,2019,11,96000,100000 +DOM,2019,12,96000,99000 +DOM,2019,13,95000,99000 +DOM,2019,14,95000,99000 +DOM,2019,15,95000,98000 +DOM,2019,16,94000,98000 +DOM,2019,17,94000,98000 +DOM,2019,18,94000,97000 +DOM,2020,0,98000,102000 +DOM,2020,1,98000,102000 +DOM,2020,2,98000,102000 +DOM,2020,3,98000,102000 +DOM,2020,4,98000,102000 +DOM,2020,5,98000,102000 +DOM,2020,6,98000,102000 +DOM,2020,7,98000,102000 +DOM,2020,8,97000,101000 +DOM,2020,9,97000,101000 +DOM,2020,10,97000,101000 +DOM,2020,11,96000,100000 +DOM,2020,12,96000,100000 +DOM,2020,13,95000,99000 +DOM,2020,14,95000,99000 +DOM,2020,15,95000,99000 +DOM,2020,16,94000,98000 +DOM,2020,17,94000,98000 +DOM,2020,18,94000,97000 +DOM,2021,0,97000,101000 +DOM,2021,1,98000,102000 +DOM,2021,2,98000,102000 +DOM,2021,3,98000,102000 +DOM,2021,4,98000,102000 +DOM,2021,5,98000,102000 +DOM,2021,6,98000,102000 +DOM,2021,7,98000,102000 +DOM,2021,8,98000,102000 +DOM,2021,9,97000,101000 +DOM,2021,10,97000,101000 +DOM,2021,11,96000,100000 +DOM,2021,12,96000,100000 +DOM,2021,13,95000,99000 +DOM,2021,14,95000,99000 +DOM,2021,15,95000,98000 +DOM,2021,16,94000,98000 +DOM,2021,17,94000,97000 +DOM,2021,18,93000,97000 +DOM,2022,0,96000,100000 +DOM,2022,1,97000,101000 +DOM,2022,2,98000,102000 +DOM,2022,3,98000,102000 +DOM,2022,4,98000,102000 +DOM,2022,5,98000,102000 +DOM,2022,6,98000,102000 +DOM,2022,7,98000,102000 +DOM,2022,8,98000,102000 +DOM,2022,9,98000,102000 +DOM,2022,10,97000,101000 +DOM,2022,11,97000,101000 +DOM,2022,12,96000,100000 +DOM,2022,13,96000,99000 +DOM,2022,14,95000,99000 +DOM,2022,15,95000,98000 +DOM,2022,16,94000,98000 +DOM,2022,17,94000,97000 +DOM,2022,18,93000,97000 +DOM,2023,0,95000,99000 +DOM,2023,1,96000,100000 +DOM,2023,2,96000,101000 +DOM,2023,3,97000,101000 +DOM,2023,4,98000,102000 +DOM,2023,5,98000,102000 +DOM,2023,6,98000,102000 +DOM,2023,7,98000,102000 +DOM,2023,8,98000,102000 +DOM,2023,9,98000,102000 +DOM,2023,10,98000,102000 +DOM,2023,11,97000,101000 +DOM,2023,12,97000,100000 +DOM,2023,13,96000,100000 +DOM,2023,14,95000,99000 +DOM,2023,15,95000,99000 +DOM,2023,16,94000,98000 +DOM,2023,17,94000,97000 +DOM,2023,18,93000,97000 +DOM,2024,0,93000,97000 +DOM,2024,1,95000,99000 +DOM,2024,2,96000,100000 +DOM,2024,3,96000,101000 +DOM,2024,4,97000,101000 +DOM,2024,5,98000,102000 +DOM,2024,6,98000,102000 +DOM,2024,7,98000,102000 +DOM,2024,8,98000,102000 +DOM,2024,9,98000,102000 +DOM,2024,10,98000,102000 +DOM,2024,11,97000,101000 +DOM,2024,12,97000,101000 +DOM,2024,13,96000,100000 +DOM,2024,14,96000,100000 +DOM,2024,15,95000,99000 +DOM,2024,16,94000,98000 +DOM,2024,17,94000,97000 +DOM,2024,18,93000,97000 +DOM,2025,0,92000,96000 +DOM,2025,1,94000,98000 +DOM,2025,2,95000,99000 +DOM,2025,3,96000,100000 +DOM,2025,4,96000,100000 +DOM,2025,5,97000,101000 +DOM,2025,6,97000,101000 +DOM,2025,7,98000,102000 +DOM,2025,8,98000,102000 +DOM,2025,9,98000,102000 +DOM,2025,10,98000,102000 +DOM,2025,11,98000,102000 +DOM,2025,12,97000,101000 +DOM,2025,13,97000,101000 +DOM,2025,14,96000,100000 +DOM,2025,15,95000,99000 +DOM,2025,16,95000,99000 +DOM,2025,17,94000,98000 +DOM,2025,18,93000,97000 +DOM,2026,0,92000,96000 +DOM,2026,1,92000,96000 +DOM,2026,2,94000,98000 +DOM,2026,3,95000,99000 +DOM,2026,4,95000,100000 +DOM,2026,5,96000,100000 +DOM,2026,6,97000,101000 +DOM,2026,7,97000,101000 +DOM,2026,8,98000,102000 +DOM,2026,9,98000,102000 +DOM,2026,10,98000,102000 +DOM,2026,11,98000,102000 +DOM,2026,12,97000,101000 +DOM,2026,13,97000,101000 +DOM,2026,14,96000,100000 +DOM,2026,15,96000,100000 +DOM,2026,16,95000,99000 +DOM,2026,17,94000,98000 +DOM,2026,18,93000,97000 +DOM,2027,0,91000,95000 +DOM,2027,1,92000,96000 +DOM,2027,2,92000,96000 +DOM,2027,3,93000,97000 +DOM,2027,4,94000,98000 +DOM,2027,5,95000,99000 +DOM,2027,6,96000,100000 +DOM,2027,7,97000,101000 +DOM,2027,8,97000,101000 +DOM,2027,9,98000,102000 +DOM,2027,10,98000,102000 +DOM,2027,11,98000,102000 +DOM,2027,12,97000,101000 +DOM,2027,13,97000,101000 +DOM,2027,14,97000,101000 +DOM,2027,15,96000,100000 +DOM,2027,16,95000,99000 +DOM,2027,17,94000,98000 +DOM,2027,18,93000,97000 +DOM,2028,0,90000,94000 +DOM,2028,1,91000,95000 +DOM,2028,2,92000,96000 +DOM,2028,3,92000,96000 +DOM,2028,4,93000,97000 +DOM,2028,5,94000,98000 +DOM,2028,6,95000,99000 +DOM,2028,7,96000,100000 +DOM,2028,8,97000,101000 +DOM,2028,9,97000,101000 +DOM,2028,10,98000,102000 +DOM,2028,11,98000,102000 +DOM,2028,12,98000,102000 +DOM,2028,13,97000,101000 +DOM,2028,14,97000,101000 +DOM,2028,15,96000,100000 +DOM,2028,16,96000,100000 +DOM,2028,17,95000,99000 +DOM,2028,18,94000,98000 +DOM,2029,0,90000,94000 +DOM,2029,1,90000,94000 +DOM,2029,2,91000,95000 +DOM,2029,3,92000,96000 +DOM,2029,4,92000,96000 +DOM,2029,5,93000,97000 +DOM,2029,6,94000,98000 +DOM,2029,7,95000,99000 +DOM,2029,8,96000,100000 +DOM,2029,9,97000,101000 +DOM,2029,10,97000,101000 +DOM,2029,11,98000,102000 +DOM,2029,12,98000,102000 +DOM,2029,13,97000,101000 +DOM,2029,14,97000,101000 +DOM,2029,15,97000,101000 +DOM,2029,16,96000,100000 +DOM,2029,17,95000,99000 +DOM,2029,18,94000,98000 +DOM,2030,0,89000,93000 +DOM,2030,1,90000,94000 +DOM,2030,2,90000,94000 +DOM,2030,3,91000,95000 +DOM,2030,4,91000,95000 +DOM,2030,5,92000,96000 +DOM,2030,6,93000,97000 +DOM,2030,7,94000,98000 +DOM,2030,8,95000,99000 +DOM,2030,9,96000,100000 +DOM,2030,10,96000,100000 +DOM,2030,11,97000,101000 +DOM,2030,12,98000,102000 +DOM,2030,13,98000,102000 +DOM,2030,14,97000,101000 +DOM,2030,15,97000,101000 +DOM,2030,16,96000,100000 +DOM,2030,17,96000,100000 +DOM,2030,18,95000,99000 +DOM,2031,0,89000,93000 +DOM,2031,1,89000,93000 +DOM,2031,2,90000,93000 +DOM,2031,3,90000,94000 +DOM,2031,4,91000,95000 +DOM,2031,5,91000,95000 +DOM,2031,6,92000,96000 +DOM,2031,7,93000,97000 +DOM,2031,8,94000,98000 +DOM,2031,9,95000,99000 +DOM,2031,10,95000,99000 +DOM,2031,11,96000,100000 +DOM,2031,12,97000,101000 +DOM,2031,13,97000,101000 +DOM,2031,14,97000,101000 +DOM,2031,15,97000,101000 +DOM,2031,16,96000,100000 +DOM,2031,17,96000,100000 +DOM,2031,18,95000,99000 +DOM,2032,0,88000,92000 +DOM,2032,1,88000,92000 +DOM,2032,2,89000,93000 +DOM,2032,3,89000,93000 +DOM,2032,4,90000,94000 +DOM,2032,5,91000,95000 +DOM,2032,6,91000,95000 +DOM,2032,7,92000,96000 +DOM,2032,8,93000,97000 +DOM,2032,9,94000,98000 +DOM,2032,10,95000,99000 +DOM,2032,11,95000,99000 +DOM,2032,12,96000,100000 +DOM,2032,13,97000,101000 +DOM,2032,14,97000,101000 +DOM,2032,15,97000,101000 +DOM,2032,16,96000,100000 +DOM,2032,17,96000,100000 +DOM,2032,18,95000,99000 +DOM,2033,0,87000,91000 +DOM,2033,1,87000,91000 +DOM,2033,2,88000,92000 +DOM,2033,3,89000,93000 +DOM,2033,4,89000,93000 +DOM,2033,5,90000,94000 +DOM,2033,6,91000,95000 +DOM,2033,7,91000,95000 +DOM,2033,8,92000,96000 +DOM,2033,9,93000,97000 +DOM,2033,10,94000,98000 +DOM,2033,11,95000,98000 +DOM,2033,12,95000,99000 +DOM,2033,13,96000,100000 +DOM,2033,14,96000,100000 +DOM,2033,15,97000,101000 +DOM,2033,16,96000,100000 +DOM,2033,17,96000,100000 +DOM,2033,18,95000,99000 +DOM,2034,0,87000,90000 +DOM,2034,1,87000,91000 +DOM,2034,2,87000,91000 +DOM,2034,3,88000,91000 +DOM,2034,4,88000,92000 +DOM,2034,5,89000,93000 +DOM,2034,6,90000,94000 +DOM,2034,7,91000,94000 +DOM,2034,8,91000,95000 +DOM,2034,9,92000,96000 +DOM,2034,10,93000,97000 +DOM,2034,11,94000,98000 +DOM,2034,12,94000,98000 +DOM,2034,13,95000,99000 +DOM,2034,14,96000,100000 +DOM,2034,15,96000,100000 +DOM,2034,16,96000,100000 +DOM,2034,17,96000,100000 +DOM,2034,18,95000,99000 +DOM,2035,0,86000,90000 +DOM,2035,1,86000,90000 +DOM,2035,2,86000,90000 +DOM,2035,3,87000,91000 +DOM,2035,4,87000,91000 +DOM,2035,5,88000,92000 +DOM,2035,6,89000,93000 +DOM,2035,7,90000,94000 +DOM,2035,8,91000,94000 +DOM,2035,9,91000,95000 +DOM,2035,10,92000,96000 +DOM,2035,11,93000,97000 +DOM,2035,12,94000,98000 +DOM,2035,13,94000,98000 +DOM,2035,14,95000,99000 +DOM,2035,15,95000,99000 +DOM,2035,16,96000,100000 +DOM,2035,17,96000,100000 +DOM,2035,18,96000,100000 +DOM,2036,0,85000,89000 +DOM,2036,1,86000,89000 +DOM,2036,2,86000,90000 +DOM,2036,3,86000,90000 +DOM,2036,4,87000,91000 +DOM,2036,5,87000,91000 +DOM,2036,6,88000,92000 +DOM,2036,7,89000,93000 +DOM,2036,8,90000,94000 +DOM,2036,9,90000,94000 +DOM,2036,10,91000,95000 +DOM,2036,11,92000,96000 +DOM,2036,12,93000,97000 +DOM,2036,13,93000,97000 +DOM,2036,14,94000,98000 +DOM,2036,15,94000,98000 +DOM,2036,16,95000,99000 +DOM,2036,17,95000,99000 +DOM,2036,18,95000,99000 +DOM,2037,0,84000,88000 +DOM,2037,1,85000,89000 +DOM,2037,2,85000,89000 +DOM,2037,3,86000,90000 +DOM,2037,4,86000,90000 +DOM,2037,5,87000,91000 +DOM,2037,6,87000,91000 +DOM,2037,7,88000,92000 +DOM,2037,8,89000,93000 +DOM,2037,9,90000,93000 +DOM,2037,10,90000,94000 +DOM,2037,11,91000,95000 +DOM,2037,12,92000,96000 +DOM,2037,13,92000,96000 +DOM,2037,14,93000,97000 +DOM,2037,15,94000,97000 +DOM,2037,16,94000,98000 +DOM,2037,17,94000,98000 +DOM,2037,18,95000,99000 +DOM,2038,0,84000,88000 +DOM,2038,1,84000,88000 +DOM,2038,2,84000,88000 +DOM,2038,3,85000,89000 +DOM,2038,4,86000,89000 +DOM,2038,5,86000,90000 +DOM,2038,6,87000,91000 +DOM,2038,7,87000,91000 +DOM,2038,8,88000,92000 +DOM,2038,9,89000,93000 +DOM,2038,10,90000,93000 +DOM,2038,11,90000,94000 +DOM,2038,12,91000,95000 +DOM,2038,13,92000,95000 +DOM,2038,14,92000,96000 +DOM,2038,15,93000,97000 +DOM,2038,16,93000,97000 +DOM,2038,17,94000,98000 +DOM,2038,18,94000,98000 +DOM,2039,0,83000,87000 +DOM,2039,1,83000,87000 +DOM,2039,2,84000,88000 +DOM,2039,3,84000,88000 +DOM,2039,4,85000,89000 +DOM,2039,5,86000,89000 +DOM,2039,6,86000,90000 +DOM,2039,7,87000,91000 +DOM,2039,8,87000,91000 +DOM,2039,9,88000,92000 +DOM,2039,10,89000,93000 +DOM,2039,11,89000,93000 +DOM,2039,12,90000,94000 +DOM,2039,13,91000,95000 +DOM,2039,14,91000,95000 +DOM,2039,15,92000,96000 +DOM,2039,16,92000,96000 +DOM,2039,17,93000,97000 +DOM,2039,18,93000,97000 +DOM,2040,0,83000,86000 +DOM,2040,1,83000,87000 +DOM,2040,2,83000,87000 +DOM,2040,3,84000,87000 +DOM,2040,4,84000,88000 +DOM,2040,5,85000,89000 +DOM,2040,6,85000,89000 +DOM,2040,7,86000,90000 +DOM,2040,8,87000,90000 +DOM,2040,9,87000,91000 +DOM,2040,10,88000,92000 +DOM,2040,11,89000,93000 +DOM,2040,12,89000,93000 +DOM,2040,13,90000,94000 +DOM,2040,14,91000,94000 +DOM,2040,15,91000,95000 +DOM,2040,16,92000,96000 +DOM,2040,17,92000,96000 +DOM,2040,18,92000,96000 +DOM,2041,0,82000,86000 +DOM,2041,1,82000,86000 +DOM,2041,2,83000,86000 +DOM,2041,3,83000,87000 +DOM,2041,4,84000,87000 +DOM,2041,5,84000,88000 +DOM,2041,6,85000,89000 +DOM,2041,7,85000,89000 +DOM,2041,8,86000,90000 +DOM,2041,9,87000,90000 +DOM,2041,10,87000,91000 +DOM,2041,11,88000,92000 +DOM,2041,12,89000,92000 +DOM,2041,13,89000,93000 +DOM,2041,14,90000,94000 +DOM,2041,15,90000,94000 +DOM,2041,16,91000,95000 +DOM,2041,17,91000,95000 +DOM,2041,18,92000,95000 +DOM,2042,0,81000,85000 +DOM,2042,1,82000,85000 +DOM,2042,2,82000,86000 +DOM,2042,3,83000,86000 +DOM,2042,4,83000,87000 +DOM,2042,5,84000,87000 +DOM,2042,6,84000,88000 +DOM,2042,7,85000,89000 +DOM,2042,8,85000,89000 +DOM,2042,9,86000,90000 +DOM,2042,10,87000,90000 +DOM,2042,11,87000,91000 +DOM,2042,12,88000,92000 +DOM,2042,13,88000,92000 +DOM,2042,14,89000,93000 +DOM,2042,15,89000,93000 +DOM,2042,16,90000,94000 +DOM,2042,17,90000,94000 +DOM,2042,18,91000,95000 +DOM,2043,0,81000,84000 +DOM,2043,1,81000,85000 +DOM,2043,2,81000,85000 +DOM,2043,3,82000,86000 +DOM,2043,4,83000,86000 +DOM,2043,5,83000,87000 +DOM,2043,6,84000,87000 +DOM,2043,7,84000,88000 +DOM,2043,8,85000,88000 +DOM,2043,9,85000,89000 +DOM,2043,10,86000,90000 +DOM,2043,11,86000,90000 +DOM,2043,12,87000,91000 +DOM,2043,13,88000,91000 +DOM,2043,14,88000,92000 +DOM,2043,15,89000,92000 +DOM,2043,16,89000,93000 +DOM,2043,17,89000,93000 +DOM,2043,18,90000,94000 +DOM,2044,0,80000,84000 +DOM,2044,1,80000,84000 +DOM,2044,2,81000,85000 +DOM,2044,3,81000,85000 +DOM,2044,4,82000,86000 +DOM,2044,5,82000,86000 +DOM,2044,6,83000,87000 +DOM,2044,7,84000,87000 +DOM,2044,8,84000,88000 +DOM,2044,9,85000,88000 +DOM,2044,10,85000,89000 +DOM,2044,11,86000,90000 +DOM,2044,12,86000,90000 +DOM,2044,13,87000,91000 +DOM,2044,14,87000,91000 +DOM,2044,15,88000,92000 +DOM,2044,16,88000,92000 +DOM,2044,17,89000,93000 +DOM,2044,18,89000,93000 +DOM,2045,0,79000,83000 +DOM,2045,1,80000,83000 +DOM,2045,2,80000,84000 +DOM,2045,3,81000,84000 +DOM,2045,4,81000,85000 +DOM,2045,5,82000,85000 +DOM,2045,6,82000,86000 +DOM,2045,7,83000,87000 +DOM,2045,8,83000,87000 +DOM,2045,9,84000,88000 +DOM,2045,10,85000,88000 +DOM,2045,11,85000,89000 +DOM,2045,12,86000,90000 +DOM,2045,13,86000,90000 +DOM,2045,14,87000,91000 +DOM,2045,15,87000,91000 +DOM,2045,16,88000,91000 +DOM,2045,17,88000,92000 +DOM,2045,18,88000,92000 +DOM,2046,0,79000,82000 +DOM,2046,1,79000,83000 +DOM,2046,2,80000,83000 +DOM,2046,3,80000,84000 +DOM,2046,4,81000,84000 +DOM,2046,5,81000,85000 +DOM,2046,6,82000,85000 +DOM,2046,7,82000,86000 +DOM,2046,8,83000,87000 +DOM,2046,9,83000,87000 +DOM,2046,10,84000,88000 +DOM,2046,11,84000,88000 +DOM,2046,12,85000,89000 +DOM,2046,13,86000,89000 +DOM,2046,14,86000,90000 +DOM,2046,15,86000,90000 +DOM,2046,16,87000,91000 +DOM,2046,17,87000,91000 +DOM,2046,18,87000,91000 +DOM,2047,0,78000,81000 +DOM,2047,1,78000,82000 +DOM,2047,2,79000,83000 +DOM,2047,3,79000,83000 +DOM,2047,4,80000,84000 +DOM,2047,5,81000,84000 +DOM,2047,6,81000,85000 +DOM,2047,7,82000,85000 +DOM,2047,8,82000,86000 +DOM,2047,9,83000,86000 +DOM,2047,10,83000,87000 +DOM,2047,11,84000,88000 +DOM,2047,12,84000,88000 +DOM,2047,13,85000,89000 +DOM,2047,14,85000,89000 +DOM,2047,15,86000,89000 +DOM,2047,16,86000,90000 +DOM,2047,17,86000,90000 +DOM,2047,18,87000,90000 +DOM,2048,0,77000,80000 +DOM,2048,1,77000,81000 +DOM,2048,2,78000,82000 +DOM,2048,3,79000,82000 +DOM,2048,4,79000,83000 +DOM,2048,5,80000,84000 +DOM,2048,6,81000,84000 +DOM,2048,7,81000,85000 +DOM,2048,8,82000,85000 +DOM,2048,9,82000,86000 +DOM,2048,10,83000,86000 +DOM,2048,11,83000,87000 +DOM,2048,12,84000,87000 +DOM,2048,13,84000,88000 +DOM,2048,14,85000,88000 +DOM,2048,15,85000,89000 +DOM,2048,16,85000,89000 +DOM,2048,17,86000,89000 +DOM,2048,18,86000,90000 +DOM,2049,0,76000,80000 +DOM,2049,1,77000,80000 +DOM,2049,2,77000,81000 +DOM,2049,3,78000,82000 +DOM,2049,4,79000,82000 +DOM,2049,5,79000,83000 +DOM,2049,6,80000,84000 +DOM,2049,7,80000,84000 +DOM,2049,8,81000,85000 +DOM,2049,9,82000,85000 +DOM,2049,10,82000,86000 +DOM,2049,11,83000,86000 +DOM,2049,12,83000,87000 +DOM,2049,13,84000,87000 +DOM,2049,14,84000,88000 +DOM,2049,15,84000,88000 +DOM,2049,16,85000,88000 +DOM,2049,17,85000,89000 +DOM,2049,18,85000,89000 +DOM,2050,0,75000,79000 +DOM,2050,1,76000,79000 +DOM,2050,2,77000,80000 +DOM,2050,3,77000,81000 +DOM,2050,4,78000,81000 +DOM,2050,5,78000,82000 +DOM,2050,6,79000,83000 +DOM,2050,7,80000,83000 +DOM,2050,8,80000,84000 +DOM,2050,9,81000,85000 +DOM,2050,10,82000,85000 +DOM,2050,11,82000,86000 +DOM,2050,12,83000,86000 +DOM,2050,13,83000,87000 +DOM,2050,14,83000,87000 +DOM,2050,15,84000,88000 +DOM,2050,16,84000,88000 +DOM,2050,17,84000,88000 +DOM,2050,18,85000,88000 +DZA,1990,0,386287,404495 +DZA,1990,1,389049,406670 +DZA,1990,2,390090,407205 +DZA,1990,3,389532,406210 +DZA,1990,4,387495,403795 +DZA,1990,5,384099,400070 +DZA,1990,6,379467,395144 +DZA,1990,7,373718,389129 +DZA,1990,8,366975,382134 +DZA,1990,9,359357,374269 +DZA,1990,10,350995,365681 +DZA,1990,11,342019,356514 +DZA,1990,12,332504,346701 +DZA,1990,13,322550,336278 +DZA,1990,14,312308,325465 +DZA,1990,15,301830,314437 +DZA,1990,16,291114,303155 +DZA,1990,17,280901,292475 +DZA,1990,18,271572,282840 +DZA,1991,0,382257,400276 +DZA,1991,1,385369,403376 +DZA,1991,2,388029,405569 +DZA,1991,3,389058,406175 +DZA,1991,4,388559,405289 +DZA,1991,5,386635,403008 +DZA,1991,6,383408,399444 +DZA,1991,7,379002,394708 +DZA,1991,8,373418,388820 +DZA,1991,9,366717,381847 +DZA,1991,10,359064,373929 +DZA,1991,11,350691,365297 +DZA,1991,12,341708,356091 +DZA,1991,13,332182,346191 +DZA,1991,14,322222,335623 +DZA,1991,15,311973,324628 +DZA,1991,16,301479,313419 +DZA,1991,17,290739,301953 +DZA,1991,18,280490,291116 +DZA,1992,0,377719,395141 +DZA,1992,1,382632,399885 +DZA,1992,2,384426,402156 +DZA,1992,3,386985,404366 +DZA,1992,4,388002,405042 +DZA,1992,5,387563,404266 +DZA,1992,6,385751,402121 +DZA,1992,7,382693,398719 +DZA,1992,8,378514,394173 +DZA,1992,9,373094,388414 +DZA,1992,10,366437,381463 +DZA,1992,11,358749,373495 +DZA,1992,12,350365,364822 +DZA,1992,13,341375,355578 +DZA,1992,14,331840,345594 +DZA,1992,15,321875,334884 +DZA,1992,16,311620,323709 +DZA,1992,17,301109,312322 +DZA,1992,18,290346,300675 +DZA,1993,0,371638,388210 +DZA,1993,1,377426,394162 +DZA,1993,2,381790,398623 +DZA,1993,3,383437,400850 +DZA,1993,4,385894,403076 +DZA,1993,5,386899,403822 +DZA,1993,6,386520,403156 +DZA,1993,7,384821,401146 +DZA,1993,8,381932,397907 +DZA,1993,9,377980,393553 +DZA,1993,10,372726,387924 +DZA,1993,11,366112,380998 +DZA,1993,12,358390,372980 +DZA,1993,13,349997,364269 +DZA,1993,14,341001,354989 +DZA,1993,15,331457,344924 +DZA,1993,16,321488,334072 +DZA,1993,17,311229,322720 +DZA,1993,18,300702,311157 +DZA,1994,0,362639,378327 +DZA,1994,1,369729,385883 +DZA,1994,2,375461,391957 +DZA,1994,3,379871,396590 +DZA,1994,4,382426,399531 +DZA,1994,5,384781,401773 +DZA,1994,6,385775,402589 +DZA,1994,7,385455,402033 +DZA,1994,8,383870,400159 +DZA,1994,9,381150,397084 +DZA,1994,10,377425,392921 +DZA,1994,11,372336,387422 +DZA,1994,12,365767,380521 +DZA,1994,13,358012,372454 +DZA,1994,14,349609,363704 +DZA,1994,15,340608,354389 +DZA,1994,16,331056,344242 +DZA,1994,17,321083,333250 +DZA,1994,18,310820,321721 +DZA,1995,0,350014,364944 +DZA,1995,1,359081,374678 +DZA,1995,2,366725,382836 +DZA,1995,3,372976,389458 +DZA,1995,4,377864,394585 +DZA,1995,5,381420,398258 +DZA,1995,6,383673,400517 +DZA,1995,7,384654,401403 +DZA,1995,8,384393,400957 +DZA,1995,9,382922,399219 +DZA,1995,10,380371,396306 +DZA,1995,11,376874,392334 +DZA,1995,12,371950,386965 +DZA,1995,13,365425,380088 +DZA,1995,14,357637,371971 +DZA,1995,15,349225,363181 +DZA,1995,16,340218,353829 +DZA,1995,17,330658,343600 +DZA,1995,18,320682,332467 +DZA,1996,0,333130,347447 +DZA,1996,1,348652,363571 +DZA,1996,2,357921,373461 +DZA,1996,3,365729,381761 +DZA,1996,4,372112,388512 +DZA,1996,5,377102,393750 +DZA,1996,6,380727,397517 +DZA,1996,7,383014,399851 +DZA,1996,8,384033,400787 +DZA,1996,9,383831,400362 +DZA,1996,10,382423,398618 +DZA,1996,11,379909,395684 +DZA,1996,12,376433,391686 +DZA,1996,13,371480,386227 +DZA,1996,14,364856,379174 +DZA,1996,15,356919,370827 +DZA,1996,16,348358,361810 +DZA,1996,17,339204,352226 +DZA,1996,18,329470,341798 +DZA,1997,0,313396,327234 +DZA,1997,1,328999,343557 +DZA,1997,2,347471,362413 +DZA,1997,3,356946,372464 +DZA,1997,4,364923,380912 +DZA,1997,5,371440,387795 +DZA,1997,6,376535,393149 +DZA,1997,7,380231,397011 +DZA,1997,8,382554,399421 +DZA,1997,9,383611,400407 +DZA,1997,10,383468,400004 +DZA,1997,11,382122,398252 +DZA,1997,12,379643,395296 +DZA,1997,13,376187,391270 +DZA,1997,14,371202,385719 +DZA,1997,15,364476,378485 +DZA,1997,16,356385,369901 +DZA,1997,17,347672,360652 +DZA,1997,18,338366,350832 +DZA,1998,0,293572,307023 +DZA,1998,1,312397,326467 +DZA,1998,2,328750,343386 +DZA,1998,3,346386,361342 +DZA,1998,4,356070,371557 +DZA,1998,5,364218,380156 +DZA,1998,6,370872,387173 +DZA,1998,7,376073,392643 +DZA,1998,8,379842,396602 +DZA,1998,9,382200,399089 +DZA,1998,10,383295,400126 +DZA,1998,11,383212,399744 +DZA,1998,12,381928,397984 +DZA,1998,13,379484,395004 +DZA,1998,14,376046,390949 +DZA,1998,15,371028,385304 +DZA,1998,16,364197,377888 +DZA,1998,17,355952,369066 +DZA,1998,18,347082,359582 +DZA,1999,0,277386,290485 +DZA,1999,1,297628,311200 +DZA,1999,2,315418,329471 +DZA,1999,3,330866,345396 +DZA,1999,4,345247,360151 +DZA,1999,5,355139,370527 +DZA,1999,6,363456,379273 +DZA,1999,7,370245,386422 +DZA,1999,8,375552,392006 +DZA,1999,9,379394,396061 +DZA,1999,10,381787,398624 +DZA,1999,11,382920,399711 +DZA,1999,12,382896,399350 +DZA,1999,13,381675,397583 +DZA,1999,14,379265,394581 +DZA,1999,15,375847,390498 +DZA,1999,16,370796,384761 +DZA,1999,17,363861,377165 +DZA,1999,18,355462,368108 +DZA,2000,0,267624,280376 +DZA,2000,1,286518,299582 +DZA,2000,2,303553,316992 +DZA,2000,3,318779,332636 +DZA,2000,4,332245,346545 +DZA,2000,5,344002,358749 +DZA,2000,6,354097,369280 +DZA,2000,7,362581,378168 +DZA,2000,8,369504,385445 +DZA,2000,9,374915,391140 +DZA,2000,10,378827,395289 +DZA,2000,11,381256,397925 +DZA,2000,12,382427,399062 +DZA,2000,13,382462,398723 +DZA,2000,14,381303,396950 +DZA,2000,15,378929,393927 +DZA,2000,16,375531,389819 +DZA,2000,17,370449,383993 +DZA,2000,18,363413,376221 +DZA,2001,0,265309,277994 +DZA,2001,1,270376,283164 +DZA,2001,2,286862,299959 +DZA,2001,3,302421,315897 +DZA,2001,4,316947,330851 +DZA,2001,5,330333,344691 +DZA,2001,6,342627,357451 +DZA,2001,7,353880,369161 +DZA,2001,8,363196,378894 +DZA,2001,9,370152,386199 +DZA,2001,10,375114,391431 +DZA,2001,11,378878,395417 +DZA,2001,12,381296,398025 +DZA,2001,13,382466,399146 +DZA,2001,14,382520,398819 +DZA,2001,15,381384,397064 +DZA,2001,16,379020,394040 +DZA,2001,17,375633,389927 +DZA,2001,18,370488,384016 +DZA,2002,0,269152,281781 +DZA,2002,1,276736,289379 +DZA,2002,2,272850,285593 +DZA,2002,3,286908,299951 +DZA,2002,4,300975,314395 +DZA,2002,5,314786,328638 +DZA,2002,6,328076,342392 +DZA,2002,7,340895,355691 +DZA,2002,8,353295,368568 +DZA,2002,9,363434,379133 +DZA,2002,10,370417,386459 +DZA,2002,11,374924,391219 +DZA,2002,12,378536,395037 +DZA,2002,13,380941,397614 +DZA,2002,14,382108,398717 +DZA,2002,15,382182,398402 +DZA,2002,16,381071,396668 +DZA,2002,17,378718,393646 +DZA,2002,18,375345,389534 +DZA,2003,0,279017,291699 +DZA,2003,1,278010,290528 +DZA,2003,2,280164,292683 +DZA,2003,3,275209,287846 +DZA,2003,4,286834,299758 +DZA,2003,5,299403,312700 +DZA,2003,6,312493,326224 +DZA,2003,7,325682,339884 +DZA,2003,8,339022,353714 +DZA,2003,9,352563,367748 +DZA,2003,10,363520,379139 +DZA,2003,11,370526,386481 +DZA,2003,12,374578,390767 +DZA,2003,13,378036,394414 +DZA,2003,14,380427,396958 +DZA,2003,15,381591,398044 +DZA,2003,16,381683,397740 +DZA,2003,17,380598,396028 +DZA,2003,18,378257,393011 +DZA,2004,0,294285,307244 +DZA,2004,1,284305,296878 +DZA,2004,2,279361,291748 +DZA,2004,3,278830,291203 +DZA,2004,4,277600,290099 +DZA,2004,5,286796,299569 +DZA,2004,6,297870,311010 +DZA,2004,7,310241,323816 +DZA,2004,8,323331,337381 +DZA,2004,9,337192,351742 +DZA,2004,10,351875,366933 +DZA,2004,11,363651,379149 +DZA,2004,12,370682,386507 +DZA,2004,13,374278,390319 +DZA,2004,14,377583,393797 +DZA,2004,15,379961,396308 +DZA,2004,16,381121,397375 +DZA,2004,17,381233,397084 +DZA,2004,18,380172,395393 +DZA,2005,0,314088,327616 +DZA,2005,1,295773,308640 +DZA,2005,2,283945,296393 +DZA,2005,3,277871,290111 +DZA,2005,4,276814,289030 +DZA,2005,5,280038,292388 +DZA,2005,6,286809,299419 +DZA,2005,7,296389,309362 +DZA,2005,8,308044,321452 +DZA,2005,9,321038,334926 +DZA,2005,10,335423,349818 +DZA,2005,11,351250,366167 +DZA,2005,12,363846,379209 +DZA,2005,13,370902,386583 +DZA,2005,14,374044,389924 +DZA,2005,15,377197,393231 +DZA,2005,16,379561,395710 +DZA,2005,17,380719,396759 +DZA,2005,18,380850,396480 +DZA,2006,0,338940,353423 +DZA,2006,1,312029,325354 +DZA,2006,2,294882,307590 +DZA,2006,3,283806,296132 +DZA,2006,4,278134,290283 +DZA,2006,5,277198,289345 +DZA,2006,6,280262,292558 +DZA,2006,7,286592,299161 +DZA,2006,8,295861,308774 +DZA,2006,9,307539,320826 +DZA,2006,10,320753,334430 +DZA,2006,11,335210,349304 +DZA,2006,12,351026,365550 +DZA,2006,13,363613,378480 +DZA,2006,14,370667,385739 +DZA,2006,15,373805,388960 +DZA,2006,16,376939,392134 +DZA,2006,17,379274,394469 +DZA,2006,18,380364,395365 +DZA,2007,0,367955,383651 +DZA,2007,1,334944,349239 +DZA,2007,2,309822,322923 +DZA,2007,3,293851,306380 +DZA,2007,4,283531,295717 +DZA,2007,5,278264,290304 +DZA,2007,6,277449,289510 +DZA,2007,7,280353,292577 +DZA,2007,8,286239,298747 +DZA,2007,9,295191,308024 +DZA,2007,10,306887,320033 +DZA,2007,11,320315,333760 +DZA,2007,12,334837,348608 +DZA,2007,13,350635,364743 +DZA,2007,14,363207,377555 +DZA,2007,15,370256,384695 +DZA,2007,16,373389,387794 +DZA,2007,17,376501,390833 +DZA,2007,18,378807,393024 +DZA,2008,0,397934,414980 +DZA,2008,1,359521,374796 +DZA,2008,2,329269,343181 +DZA,2008,3,307579,320474 +DZA,2008,4,292785,305151 +DZA,2008,5,283223,295283 +DZA,2008,6,278360,290306 +DZA,2008,7,277667,289655 +DZA,2008,8,280409,292576 +DZA,2008,9,285851,298313 +DZA,2008,10,294487,307256 +DZA,2008,11,306198,319219 +DZA,2008,12,319838,333069 +DZA,2008,13,334424,347890 +DZA,2008,14,350202,363912 +DZA,2008,15,362757,376605 +DZA,2008,16,369800,383627 +DZA,2008,17,372927,386603 +DZA,2008,18,376018,389507 +DZA,2009,0,424759,443135 +DZA,2009,1,383676,400020 +DZA,2009,2,350195,364939 +DZA,2009,3,323739,337272 +DZA,2009,4,305453,318203 +DZA,2009,5,291832,304092 +DZA,2009,6,283022,295013 +DZA,2009,7,278563,290469 +DZA,2009,8,277991,289961 +DZA,2009,9,280573,292737 +DZA,2009,10,285572,298046 +DZA,2009,11,293895,306658 +DZA,2009,12,305626,318584 +DZA,2009,13,319483,332563 +DZA,2009,14,334138,347365 +DZA,2009,15,349903,363284 +DZA,2009,16,362446,375865 +DZA,2009,17,369486,382772 +DZA,2009,18,372607,385628 +DZA,2010,0,445525,465094 +DZA,2010,1,405182,422629 +DZA,2010,2,371203,386940 +DZA,2010,3,343195,357594 +DZA,2010,4,320764,334158 +DZA,2010,5,303516,316202 +DZA,2010,6,291058,303291 +DZA,2010,7,282996,294995 +DZA,2010,8,278937,290880 +DZA,2010,9,278487,290514 +DZA,2010,10,280909,293148 +DZA,2010,11,285470,298032 +DZA,2010,12,293484,306321 +DZA,2010,13,305243,318219 +DZA,2010,14,319326,332340 +DZA,2010,15,334059,347136 +DZA,2010,16,349819,362965 +DZA,2010,17,362358,375444 +DZA,2010,18,369399,382242 +DZA,2011,0,457120,477212 +DZA,2011,1,438931,457923 +DZA,2011,2,402754,419873 +DZA,2011,3,371417,386986 +DZA,2011,4,344777,359096 +DZA,2011,5,322689,336035 +DZA,2011,6,304763,317369 +DZA,2011,7,290607,302663 +DZA,2011,8,281323,293088 +DZA,2011,9,277264,289013 +DZA,2011,10,277542,289467 +DZA,2011,11,280179,292369 +DZA,2011,12,284691,297243 +DZA,2011,13,292642,305463 +DZA,2011,14,304323,317212 +DZA,2011,15,318318,331129 +DZA,2011,16,332958,345724 +DZA,2011,17,348625,361354 +DZA,2011,18,361068,373616 +DZA,2012,0,462298,482793 +DZA,2012,1,435281,454136 +DZA,2012,2,433171,451756 +DZA,2012,3,401087,418029 +DZA,2012,4,372329,387867 +DZA,2012,5,347003,361370 +DZA,2012,6,325217,338633 +DZA,2012,7,306580,319219 +DZA,2012,8,290703,302689 +DZA,2012,9,280179,291818 +DZA,2012,10,276114,287774 +DZA,2012,11,277119,289048 +DZA,2012,12,279975,292223 +DZA,2012,13,284448,297097 +DZA,2012,14,292351,305267 +DZA,2012,15,303976,316893 +DZA,2012,16,317908,330637 +DZA,2012,17,332484,345061 +DZA,2012,18,348087,360527 +DZA,2013,0,463409,484191 +DZA,2013,1,446543,466113 +DZA,2013,2,428290,446709 +DZA,2013,3,427775,446044 +DZA,2013,4,399760,416609 +DZA,2013,5,373558,389146 +DZA,2013,6,349527,364016 +DZA,2013,7,328025,341581 +DZA,2013,8,308661,321398 +DZA,2013,9,291046,303024 +DZA,2013,10,279274,290844 +DZA,2013,11,275198,286827 +DZA,2013,12,276932,288923 +DZA,2013,13,280010,292376 +DZA,2013,14,284447,297255 +DZA,2013,15,292309,305382 +DZA,2013,16,303888,316896 +DZA,2013,17,317770,330481 +DZA,2013,18,332293,344750 +DZA,2014,0,464157,485144 +DZA,2014,1,456624,476831 +DZA,2014,2,445190,464542 +DZA,2014,3,430580,449025 +DZA,2014,4,422258,440218 +DZA,2014,5,398326,415092 +DZA,2014,6,374692,390338 +DZA,2014,7,351964,366583 +DZA,2014,8,330751,344455 +DZA,2014,9,310664,323506 +DZA,2014,10,291313,303291 +DZA,2014,11,278294,289802 +DZA,2014,12,274208,285813 +DZA,2014,13,276673,288731 +DZA,2014,14,279972,292461 +DZA,2014,15,284372,297345 +DZA,2014,16,292190,305427 +DZA,2014,17,303720,316827 +DZA,2014,18,317548,330249 +DZA,2015,0,467262,488410 +DZA,2015,1,466410,487133 +DZA,2015,2,460044,480169 +DZA,2015,3,449024,468410 +DZA,2015,4,434208,452746 +DZA,2015,5,416456,434071 +DZA,2015,6,396627,413275 +DZA,2015,7,375578,391251 +DZA,2015,8,354170,368891 +DZA,2015,9,333260,347086 +DZA,2015,10,312462,325385 +DZA,2015,11,291388,303341 +DZA,2015,12,277129,288551 +DZA,2015,13,273036,284593 +DZA,2015,14,276229,288333 +DZA,2015,15,279748,292337 +DZA,2015,16,284108,297222 +DZA,2015,17,291877,305254 +DZA,2015,18,303350,316532 +DZA,2016,0,474833,496157 +DZA,2016,1,469883,490987 +DZA,2016,2,467103,487759 +DZA,2016,3,459542,479589 +DZA,2016,4,447934,467243 +DZA,2016,5,433017,451487 +DZA,2016,6,415650,433213 +DZA,2016,7,396694,413316 +DZA,2016,8,376262,391926 +DZA,2016,9,354841,369556 +DZA,2016,10,333542,347352 +DZA,2016,11,312597,325501 +DZA,2016,12,291496,303426 +DZA,2016,13,277210,288605 +DZA,2016,14,273093,284614 +DZA,2016,15,276263,288320 +DZA,2016,16,279757,292288 +DZA,2016,17,284092,297137 +DZA,2016,18,291841,305136 +DZA,2017,0,484738,506198 +DZA,2017,1,487171,508616 +DZA,2017,2,472155,493184 +DZA,2017,3,467448,488006 +DZA,2017,4,458694,478635 +DZA,2017,5,446508,465711 +DZA,2017,6,431500,449874 +DZA,2017,7,414532,432017 +DZA,2017,8,396463,413034 +DZA,2017,9,376664,392296 +DZA,2017,10,355248,369933 +DZA,2017,11,333573,347348 +DZA,2017,12,312497,325363 +DZA,2017,13,291386,303276 +DZA,2017,14,277083,288434 +DZA,2017,15,272945,284412 +DZA,2017,16,276090,288082 +DZA,2017,17,279558,292012 +DZA,2017,18,283864,296820 +DZA,2018,0,493943,515450 +DZA,2018,1,495062,516657 +DZA,2018,2,491760,513206 +DZA,2018,3,474164,495093 +DZA,2018,4,467531,487968 +DZA,2018,5,457592,477402 +DZA,2018,6,444833,463908 +DZA,2018,7,429743,447999 +DZA,2018,8,413182,430569 +DZA,2018,9,396012,412512 +DZA,2018,10,376856,392437 +DZA,2018,11,355456,370095 +DZA,2018,12,333418,347142 +DZA,2018,13,312223,325036 +DZA,2018,14,291113,302949 +DZA,2018,15,276803,288094 +DZA,2018,16,272645,284045 +DZA,2018,17,275764,287676 +DZA,2018,18,279202,291565 +DZA,2019,0,498000,520000 +DZA,2019,1,499000,520000 +DZA,2019,2,496000,517000 +DZA,2019,3,490000,511000 +DZA,2019,4,476000,497000 +DZA,2019,5,468000,488000 +DZA,2019,6,456000,476000 +DZA,2019,7,443000,462000 +DZA,2019,8,428000,446000 +DZA,2019,9,412000,429000 +DZA,2019,10,396000,412000 +DZA,2019,11,377000,393000 +DZA,2019,12,356000,370000 +DZA,2019,13,333000,347000 +DZA,2019,14,312000,325000 +DZA,2019,15,291000,303000 +DZA,2019,16,277000,288000 +DZA,2019,17,272000,284000 +DZA,2019,18,275000,287000 +DZA,2020,0,495000,516000 +DZA,2020,1,497000,518000 +DZA,2020,2,496000,518000 +DZA,2020,3,493000,514000 +DZA,2020,4,487000,508000 +DZA,2020,5,478000,499000 +DZA,2020,6,468000,488000 +DZA,2020,7,455000,475000 +DZA,2020,8,442000,460000 +DZA,2020,9,426000,444000 +DZA,2020,10,411000,428000 +DZA,2020,11,395000,412000 +DZA,2020,12,377000,393000 +DZA,2020,13,356000,370000 +DZA,2020,14,333000,347000 +DZA,2020,15,312000,324000 +DZA,2020,16,291000,302000 +DZA,2020,17,276000,287000 +DZA,2020,18,272000,283000 +DZA,2021,0,482000,503000 +DZA,2021,1,494000,515000 +DZA,2021,2,496000,518000 +DZA,2021,3,496000,517000 +DZA,2021,4,493000,514000 +DZA,2021,5,487000,508000 +DZA,2021,6,478000,499000 +DZA,2021,7,467000,488000 +DZA,2021,8,455000,475000 +DZA,2021,9,441000,460000 +DZA,2021,10,426000,444000 +DZA,2021,11,410000,427000 +DZA,2021,12,395000,411000 +DZA,2021,13,377000,392000 +DZA,2021,14,356000,370000 +DZA,2021,15,333000,346000 +DZA,2021,16,311000,324000 +DZA,2021,17,290000,302000 +DZA,2021,18,276000,287000 +DZA,2022,0,462000,482000 +DZA,2022,1,476000,497000 +DZA,2022,2,493000,514000 +DZA,2022,3,496000,517000 +DZA,2022,4,496000,517000 +DZA,2022,5,493000,514000 +DZA,2022,6,487000,508000 +DZA,2022,7,478000,499000 +DZA,2022,8,467000,488000 +DZA,2022,9,455000,474000 +DZA,2022,10,441000,460000 +DZA,2022,11,426000,444000 +DZA,2022,12,410000,427000 +DZA,2022,13,395000,411000 +DZA,2022,14,377000,392000 +DZA,2022,15,355000,370000 +DZA,2022,16,333000,346000 +DZA,2022,17,311000,324000 +DZA,2022,18,290000,302000 +DZA,2023,0,439000,458000 +DZA,2023,1,460000,480000 +DZA,2023,2,476000,496000 +DZA,2023,3,493000,513000 +DZA,2023,4,496000,517000 +DZA,2023,5,496000,517000 +DZA,2023,6,493000,514000 +DZA,2023,7,487000,508000 +DZA,2023,8,478000,499000 +DZA,2023,9,467000,488000 +DZA,2023,10,455000,474000 +DZA,2023,11,441000,460000 +DZA,2023,12,426000,444000 +DZA,2023,13,410000,427000 +DZA,2023,14,395000,411000 +DZA,2023,15,377000,392000 +DZA,2023,16,355000,370000 +DZA,2023,17,333000,346000 +DZA,2023,18,311000,324000 +DZA,2024,0,418000,436000 +DZA,2024,1,444000,464000 +DZA,2024,2,465000,485000 +DZA,2024,3,480000,500000 +DZA,2024,4,492000,513000 +DZA,2024,5,496000,517000 +DZA,2024,6,496000,517000 +DZA,2024,7,493000,514000 +DZA,2024,8,487000,508000 +DZA,2024,9,478000,499000 +DZA,2024,10,467000,487000 +DZA,2024,11,455000,474000 +DZA,2024,12,441000,459000 +DZA,2024,13,426000,444000 +DZA,2024,14,410000,427000 +DZA,2024,15,395000,411000 +DZA,2024,16,377000,392000 +DZA,2024,17,355000,370000 +DZA,2024,18,332000,346000 +DZA,2025,0,403000,421000 +DZA,2025,1,430000,449000 +DZA,2025,2,453000,472000 +DZA,2025,3,470000,490000 +DZA,2025,4,483000,503000 +DZA,2025,5,491000,512000 +DZA,2025,6,495000,516000 +DZA,2025,7,495000,516000 +DZA,2025,8,493000,513000 +DZA,2025,9,487000,507000 +DZA,2025,10,478000,498000 +DZA,2025,11,467000,487000 +DZA,2025,12,454000,474000 +DZA,2025,13,440000,459000 +DZA,2025,14,425000,443000 +DZA,2025,15,410000,427000 +DZA,2025,16,394000,410000 +DZA,2025,17,376000,391000 +DZA,2025,18,355000,369000 +DZA,2026,0,396000,414000 +DZA,2026,1,407000,426000 +DZA,2026,2,432000,451000 +DZA,2026,3,452000,472000 +DZA,2026,4,468000,488000 +DZA,2026,5,481000,501000 +DZA,2026,6,489000,510000 +DZA,2026,7,495000,516000 +DZA,2026,8,497000,518000 +DZA,2026,9,494000,515000 +DZA,2026,10,487000,508000 +DZA,2026,11,479000,499000 +DZA,2026,12,467000,487000 +DZA,2026,13,455000,474000 +DZA,2026,14,441000,459000 +DZA,2026,15,426000,443000 +DZA,2026,16,410000,427000 +DZA,2026,17,394000,410000 +DZA,2026,18,376000,392000 +DZA,2027,0,396000,414000 +DZA,2027,1,414000,432000 +DZA,2027,2,411000,430000 +DZA,2027,3,433000,451000 +DZA,2027,4,451000,470000 +DZA,2027,5,466000,486000 +DZA,2027,6,478000,499000 +DZA,2027,7,488000,508000 +DZA,2027,8,495000,516000 +DZA,2027,9,497000,518000 +DZA,2027,10,495000,515000 +DZA,2027,11,487000,508000 +DZA,2027,12,478000,499000 +DZA,2027,13,467000,487000 +DZA,2027,14,454000,474000 +DZA,2027,15,440000,459000 +DZA,2027,16,425000,443000 +DZA,2027,17,410000,426000 +DZA,2027,18,394000,410000 +DZA,2028,0,399000,417000 +DZA,2028,1,409000,427000 +DZA,2028,2,420000,438000 +DZA,2028,3,415000,434000 +DZA,2028,4,433000,452000 +DZA,2028,5,449000,469000 +DZA,2028,6,463000,483000 +DZA,2028,7,475000,496000 +DZA,2028,8,486000,506000 +DZA,2028,9,494000,515000 +DZA,2028,10,498000,519000 +DZA,2028,11,495000,516000 +DZA,2028,12,487000,508000 +DZA,2028,13,478000,498000 +DZA,2028,14,467000,486000 +DZA,2028,15,454000,473000 +DZA,2028,16,440000,458000 +DZA,2028,17,425000,442000 +DZA,2028,18,409000,426000 +DZA,2029,0,403000,421000 +DZA,2029,1,405000,423000 +DZA,2029,2,410000,428000 +DZA,2029,3,417000,435000 +DZA,2029,4,419000,438000 +DZA,2029,5,434000,452000 +DZA,2029,6,448000,467000 +DZA,2029,7,461000,481000 +DZA,2029,8,473000,493000 +DZA,2029,9,483000,504000 +DZA,2029,10,494000,514000 +DZA,2029,11,498000,519000 +DZA,2029,12,495000,516000 +DZA,2029,13,487000,507000 +DZA,2029,14,477000,498000 +DZA,2029,15,466000,486000 +DZA,2029,16,454000,473000 +DZA,2029,17,440000,458000 +DZA,2029,18,424000,442000 +DZA,2030,0,404000,423000 +DZA,2030,1,401000,419000 +DZA,2030,2,402000,420000 +DZA,2030,3,406000,424000 +DZA,2030,4,414000,432000 +DZA,2030,5,423000,442000 +DZA,2030,6,434000,453000 +DZA,2030,7,446000,465000 +DZA,2030,8,459000,478000 +DZA,2030,9,470000,490000 +DZA,2030,10,482000,502000 +DZA,2030,11,493000,514000 +DZA,2030,12,499000,520000 +DZA,2030,13,496000,517000 +DZA,2030,14,487000,507000 +DZA,2030,15,477000,497000 +DZA,2030,16,466000,486000 +DZA,2030,17,453000,472000 +DZA,2030,18,439000,457000 +DZA,2031,0,403000,421000 +DZA,2031,1,402000,420000 +DZA,2031,2,400000,418000 +DZA,2031,3,402000,420000 +DZA,2031,4,407000,425000 +DZA,2031,5,414000,433000 +DZA,2031,6,424000,442000 +DZA,2031,7,434000,453000 +DZA,2031,8,446000,465000 +DZA,2031,9,458000,477000 +DZA,2031,10,470000,490000 +DZA,2031,11,481000,501000 +DZA,2031,12,493000,513000 +DZA,2031,13,498000,519000 +DZA,2031,14,496000,516000 +DZA,2031,15,487000,507000 +DZA,2031,16,477000,497000 +DZA,2031,17,466000,485000 +DZA,2031,18,453000,472000 +DZA,2032,0,400000,418000 +DZA,2032,1,393000,411000 +DZA,2032,2,400000,417000 +DZA,2032,3,399000,417000 +DZA,2032,4,402000,420000 +DZA,2032,5,408000,426000 +DZA,2032,6,415000,434000 +DZA,2032,7,424000,443000 +DZA,2032,8,434000,453000 +DZA,2032,9,445000,464000 +DZA,2032,10,457000,477000 +DZA,2032,11,470000,489000 +DZA,2032,12,481000,501000 +DZA,2032,13,493000,513000 +DZA,2032,14,498000,519000 +DZA,2032,15,495000,516000 +DZA,2032,16,486000,506000 +DZA,2032,17,477000,496000 +DZA,2032,18,465000,485000 +DZA,2033,0,397000,414000 +DZA,2033,1,391000,408000 +DZA,2033,2,389000,406000 +DZA,2033,3,397000,415000 +DZA,2033,4,399000,416000 +DZA,2033,5,403000,420000 +DZA,2033,6,409000,427000 +DZA,2033,7,417000,435000 +DZA,2033,8,425000,444000 +DZA,2033,9,434000,453000 +DZA,2033,10,445000,464000 +DZA,2033,11,457000,476000 +DZA,2033,12,469000,489000 +DZA,2033,13,481000,501000 +DZA,2033,14,493000,513000 +DZA,2033,15,498000,519000 +DZA,2033,16,495000,516000 +DZA,2033,17,486000,506000 +DZA,2033,18,476000,496000 +DZA,2034,0,394000,412000 +DZA,2034,1,389000,407000 +DZA,2034,2,387000,405000 +DZA,2034,3,388000,405000 +DZA,2034,4,395000,412000 +DZA,2034,5,398000,416000 +DZA,2034,6,403000,421000 +DZA,2034,7,410000,427000 +DZA,2034,8,418000,436000 +DZA,2034,9,426000,444000 +DZA,2034,10,434000,453000 +DZA,2034,11,444000,463000 +DZA,2034,12,456000,476000 +DZA,2034,13,469000,489000 +DZA,2034,14,481000,501000 +DZA,2034,15,492000,513000 +DZA,2034,16,498000,519000 +DZA,2034,17,495000,515000 +DZA,2034,18,486000,506000 +DZA,2035,0,394000,412000 +DZA,2035,1,389000,407000 +DZA,2035,2,387000,405000 +DZA,2035,3,387000,405000 +DZA,2035,4,389000,406000 +DZA,2035,5,392000,410000 +DZA,2035,6,397000,415000 +DZA,2035,7,403000,421000 +DZA,2035,8,410000,428000 +DZA,2035,9,418000,436000 +DZA,2035,10,427000,445000 +DZA,2035,11,434000,453000 +DZA,2035,12,444000,462000 +DZA,2035,13,456000,475000 +DZA,2035,14,469000,488000 +DZA,2035,15,481000,501000 +DZA,2035,16,492000,512000 +DZA,2035,17,498000,518000 +DZA,2035,18,495000,515000 +DZA,2036,0,396000,414000 +DZA,2036,1,393000,411000 +DZA,2036,2,389000,407000 +DZA,2036,3,387000,405000 +DZA,2036,4,388000,405000 +DZA,2036,5,389000,407000 +DZA,2036,6,393000,410000 +DZA,2036,7,397000,415000 +DZA,2036,8,403000,421000 +DZA,2036,9,410000,428000 +DZA,2036,10,418000,436000 +DZA,2036,11,427000,445000 +DZA,2036,12,434000,453000 +DZA,2036,13,444000,462000 +DZA,2036,14,456000,475000 +DZA,2036,15,469000,488000 +DZA,2036,16,481000,500000 +DZA,2036,17,492000,512000 +DZA,2036,18,498000,518000 +DZA,2037,0,401000,419000 +DZA,2037,1,395000,413000 +DZA,2037,2,392000,410000 +DZA,2037,3,389000,406000 +DZA,2037,4,387000,405000 +DZA,2037,5,388000,405000 +DZA,2037,6,390000,407000 +DZA,2037,7,393000,410000 +DZA,2037,8,397000,415000 +DZA,2037,9,403000,421000 +DZA,2037,10,410000,428000 +DZA,2037,11,418000,436000 +DZA,2037,12,426000,445000 +DZA,2037,13,434000,453000 +DZA,2037,14,444000,462000 +DZA,2037,15,456000,475000 +DZA,2037,16,469000,488000 +DZA,2037,17,480000,500000 +DZA,2037,18,492000,512000 +DZA,2038,0,407000,425000 +DZA,2038,1,399000,418000 +DZA,2038,2,394000,412000 +DZA,2038,3,391000,409000 +DZA,2038,4,389000,406000 +DZA,2038,5,387000,405000 +DZA,2038,6,388000,405000 +DZA,2038,7,390000,407000 +DZA,2038,8,393000,410000 +DZA,2038,9,397000,415000 +DZA,2038,10,403000,420000 +DZA,2038,11,410000,428000 +DZA,2038,12,418000,436000 +DZA,2038,13,426000,445000 +DZA,2038,14,434000,452000 +DZA,2038,15,443000,462000 +DZA,2038,16,455000,474000 +DZA,2038,17,468000,488000 +DZA,2038,18,480000,500000 +DZA,2039,0,413000,432000 +DZA,2039,1,405000,423000 +DZA,2039,2,398000,416000 +DZA,2039,3,393000,411000 +DZA,2039,4,390000,408000 +DZA,2039,5,388000,406000 +DZA,2039,6,387000,405000 +DZA,2039,7,388000,405000 +DZA,2039,8,390000,407000 +DZA,2039,9,393000,410000 +DZA,2039,10,397000,414000 +DZA,2039,11,403000,420000 +DZA,2039,12,410000,427000 +DZA,2039,13,418000,436000 +DZA,2039,14,426000,444000 +DZA,2039,15,434000,452000 +DZA,2039,16,443000,462000 +DZA,2039,17,455000,474000 +DZA,2039,18,468000,487000 +DZA,2040,0,419000,438000 +DZA,2040,1,410000,429000 +DZA,2040,2,403000,421000 +DZA,2040,3,397000,415000 +DZA,2040,4,392000,410000 +DZA,2040,5,389000,407000 +DZA,2040,6,388000,405000 +DZA,2040,7,387000,404000 +DZA,2040,8,388000,405000 +DZA,2040,9,390000,407000 +DZA,2040,10,393000,410000 +DZA,2040,11,397000,414000 +DZA,2040,12,402000,420000 +DZA,2040,13,409000,427000 +DZA,2040,14,418000,436000 +DZA,2040,15,426000,444000 +DZA,2040,16,433000,452000 +DZA,2040,17,443000,461000 +DZA,2040,18,455000,474000 +DZA,2041,0,424000,444000 +DZA,2041,1,418000,437000 +DZA,2041,2,410000,429000 +DZA,2041,3,403000,421000 +DZA,2041,4,397000,415000 +DZA,2041,5,393000,411000 +DZA,2041,6,390000,407000 +DZA,2041,7,388000,405000 +DZA,2041,8,387000,404000 +DZA,2041,9,388000,405000 +DZA,2041,10,390000,407000 +DZA,2041,11,393000,410000 +DZA,2041,12,397000,414000 +DZA,2041,13,402000,420000 +DZA,2041,14,409000,427000 +DZA,2041,15,418000,435000 +DZA,2041,16,426000,444000 +DZA,2041,17,433000,451000 +DZA,2041,18,443000,461000 +DZA,2042,0,429000,449000 +DZA,2042,1,421000,441000 +DZA,2042,2,417000,436000 +DZA,2042,3,409000,428000 +DZA,2042,4,403000,421000 +DZA,2042,5,398000,416000 +DZA,2042,6,393000,411000 +DZA,2042,7,390000,407000 +DZA,2042,8,388000,405000 +DZA,2042,9,387000,404000 +DZA,2042,10,388000,405000 +DZA,2042,11,390000,407000 +DZA,2042,12,393000,410000 +DZA,2042,13,397000,414000 +DZA,2042,14,402000,419000 +DZA,2042,15,409000,427000 +DZA,2042,16,417000,435000 +DZA,2042,17,426000,444000 +DZA,2042,18,433000,451000 +DZA,2043,0,434000,454000 +DZA,2043,1,427000,447000 +DZA,2043,2,420000,439000 +DZA,2043,3,416000,435000 +DZA,2043,4,409000,428000 +DZA,2043,5,403000,421000 +DZA,2043,6,398000,416000 +DZA,2043,7,394000,411000 +DZA,2043,8,390000,408000 +DZA,2043,9,388000,405000 +DZA,2043,10,387000,404000 +DZA,2043,11,387000,405000 +DZA,2043,12,390000,407000 +DZA,2043,13,393000,410000 +DZA,2043,14,397000,414000 +DZA,2043,15,402000,419000 +DZA,2043,16,409000,426000 +DZA,2043,17,417000,435000 +DZA,2043,18,425000,443000 +DZA,2044,0,438000,458000 +DZA,2044,1,432000,452000 +DZA,2044,2,425000,445000 +DZA,2044,3,419000,439000 +DZA,2044,4,415000,434000 +DZA,2044,5,409000,427000 +DZA,2044,6,403000,421000 +DZA,2044,7,398000,416000 +DZA,2044,8,394000,412000 +DZA,2044,9,390000,408000 +DZA,2044,10,388000,405000 +DZA,2044,11,386000,403000 +DZA,2044,12,387000,404000 +DZA,2044,13,390000,407000 +DZA,2044,14,393000,410000 +DZA,2044,15,396000,414000 +DZA,2044,16,402000,419000 +DZA,2044,17,409000,426000 +DZA,2044,18,417000,435000 +DZA,2045,0,440000,461000 +DZA,2045,1,436000,456000 +DZA,2045,2,430000,450000 +DZA,2045,3,425000,445000 +DZA,2045,4,419000,439000 +DZA,2045,5,414000,433000 +DZA,2045,6,408000,427000 +DZA,2045,7,403000,421000 +DZA,2045,8,398000,416000 +DZA,2045,9,394000,412000 +DZA,2045,10,390000,408000 +DZA,2045,11,387000,405000 +DZA,2045,12,386000,403000 +DZA,2045,13,387000,404000 +DZA,2045,14,389000,406000 +DZA,2045,15,392000,410000 +DZA,2045,16,396000,413000 +DZA,2045,17,401000,419000 +DZA,2045,18,408000,426000 +DZA,2046,0,442000,463000 +DZA,2046,1,440000,461000 +DZA,2046,2,436000,456000 +DZA,2046,3,430000,450000 +DZA,2046,4,425000,445000 +DZA,2046,5,419000,439000 +DZA,2046,6,414000,433000 +DZA,2046,7,408000,427000 +DZA,2046,8,403000,421000 +DZA,2046,9,398000,416000 +DZA,2046,10,394000,412000 +DZA,2046,11,390000,408000 +DZA,2046,12,387000,405000 +DZA,2046,13,386000,403000 +DZA,2046,14,387000,404000 +DZA,2046,15,389000,406000 +DZA,2046,16,392000,409000 +DZA,2046,17,396000,413000 +DZA,2046,18,401000,418000 +DZA,2047,0,444000,465000 +DZA,2047,1,442000,462000 +DZA,2047,2,440000,460000 +DZA,2047,3,435000,456000 +DZA,2047,4,430000,450000 +DZA,2047,5,425000,445000 +DZA,2047,6,419000,439000 +DZA,2047,7,414000,433000 +DZA,2047,8,408000,427000 +DZA,2047,9,403000,421000 +DZA,2047,10,398000,416000 +DZA,2047,11,394000,412000 +DZA,2047,12,390000,408000 +DZA,2047,13,387000,404000 +DZA,2047,14,386000,403000 +DZA,2047,15,387000,404000 +DZA,2047,16,389000,406000 +DZA,2047,17,392000,409000 +DZA,2047,18,396000,413000 +DZA,2048,0,444000,465000 +DZA,2048,1,443000,464000 +DZA,2048,2,442000,462000 +DZA,2048,3,439000,460000 +DZA,2048,4,435000,455000 +DZA,2048,5,430000,450000 +DZA,2048,6,425000,445000 +DZA,2048,7,419000,439000 +DZA,2048,8,414000,433000 +DZA,2048,9,408000,427000 +DZA,2048,10,403000,421000 +DZA,2048,11,398000,416000 +DZA,2048,12,394000,412000 +DZA,2048,13,390000,408000 +DZA,2048,14,387000,404000 +DZA,2048,15,386000,403000 +DZA,2048,16,386000,403000 +DZA,2048,17,389000,406000 +DZA,2048,18,392000,409000 +DZA,2049,0,443000,464000 +DZA,2049,1,444000,465000 +DZA,2049,2,443000,464000 +DZA,2049,3,442000,462000 +DZA,2049,4,439000,460000 +DZA,2049,5,435000,455000 +DZA,2049,6,430000,450000 +DZA,2049,7,425000,444000 +DZA,2049,8,419000,439000 +DZA,2049,9,414000,432000 +DZA,2049,10,408000,426000 +DZA,2049,11,403000,421000 +DZA,2049,12,398000,416000 +DZA,2049,13,394000,411000 +DZA,2049,14,390000,407000 +DZA,2049,15,387000,404000 +DZA,2049,16,386000,403000 +DZA,2049,17,386000,403000 +DZA,2049,18,389000,406000 +DZA,2050,0,441000,462000 +DZA,2050,1,443000,464000 +DZA,2050,2,444000,465000 +DZA,2050,3,443000,464000 +DZA,2050,4,442000,462000 +DZA,2050,5,438000,459000 +DZA,2050,6,435000,455000 +DZA,2050,7,430000,450000 +DZA,2050,8,425000,444000 +DZA,2050,9,419000,438000 +DZA,2050,10,413000,432000 +DZA,2050,11,408000,426000 +DZA,2050,12,402000,420000 +DZA,2050,13,397000,415000 +DZA,2050,14,393000,411000 +DZA,2050,15,390000,407000 +DZA,2050,16,387000,404000 +DZA,2050,17,385000,402000 +DZA,2050,18,386000,403000 +EAP,1990,0,, +EAP,1990,1,, +EAP,1990,2,, +EAP,1990,3,, +EAP,1990,4,, +EAP,1990,5,, +EAP,1990,6,, +EAP,1990,7,, +EAP,1990,8,, +EAP,1990,9,, +EAP,1990,10,, +EAP,1990,11,, +EAP,1990,12,, +EAP,1990,13,, +EAP,1990,14,, +EAP,1990,15,, +EAP,1990,16,, +EAP,1990,17,, +EAP,1990,18,, +EAP,1991,0,, +EAP,1991,1,, +EAP,1991,2,, +EAP,1991,3,, +EAP,1991,4,, +EAP,1991,5,, +EAP,1991,6,, +EAP,1991,7,, +EAP,1991,8,, +EAP,1991,9,, +EAP,1991,10,, +EAP,1991,11,, +EAP,1991,12,, +EAP,1991,13,, +EAP,1991,14,, +EAP,1991,15,, +EAP,1991,16,, +EAP,1991,17,, +EAP,1991,18,, +EAP,1992,0,, +EAP,1992,1,, +EAP,1992,2,, +EAP,1992,3,, +EAP,1992,4,, +EAP,1992,5,, +EAP,1992,6,, +EAP,1992,7,, +EAP,1992,8,, +EAP,1992,9,, +EAP,1992,10,, +EAP,1992,11,, +EAP,1992,12,, +EAP,1992,13,, +EAP,1992,14,, +EAP,1992,15,, +EAP,1992,16,, +EAP,1992,17,, +EAP,1992,18,, +EAP,1993,0,, +EAP,1993,1,, +EAP,1993,2,, +EAP,1993,3,, +EAP,1993,4,, +EAP,1993,5,, +EAP,1993,6,, +EAP,1993,7,, +EAP,1993,8,, +EAP,1993,9,, +EAP,1993,10,, +EAP,1993,11,, +EAP,1993,12,, +EAP,1993,13,, +EAP,1993,14,, +EAP,1993,15,, +EAP,1993,16,, +EAP,1993,17,, +EAP,1993,18,, +EAP,1994,0,, +EAP,1994,1,, +EAP,1994,2,, +EAP,1994,3,, +EAP,1994,4,, +EAP,1994,5,, +EAP,1994,6,, +EAP,1994,7,, +EAP,1994,8,, +EAP,1994,9,, +EAP,1994,10,, +EAP,1994,11,, +EAP,1994,12,, +EAP,1994,13,, +EAP,1994,14,, +EAP,1994,15,, +EAP,1994,16,, +EAP,1994,17,, +EAP,1994,18,, +EAP,1995,0,, +EAP,1995,1,, +EAP,1995,2,, +EAP,1995,3,, +EAP,1995,4,, +EAP,1995,5,, +EAP,1995,6,, +EAP,1995,7,, +EAP,1995,8,, +EAP,1995,9,, +EAP,1995,10,, +EAP,1995,11,, +EAP,1995,12,, +EAP,1995,13,, +EAP,1995,14,, +EAP,1995,15,, +EAP,1995,16,, +EAP,1995,17,, +EAP,1995,18,, +EAP,1996,0,, +EAP,1996,1,, +EAP,1996,2,, +EAP,1996,3,, +EAP,1996,4,, +EAP,1996,5,, +EAP,1996,6,, +EAP,1996,7,, +EAP,1996,8,, +EAP,1996,9,, +EAP,1996,10,, +EAP,1996,11,, +EAP,1996,12,, +EAP,1996,13,, +EAP,1996,14,, +EAP,1996,15,, +EAP,1996,16,, +EAP,1996,17,, +EAP,1996,18,, +EAP,1997,0,, +EAP,1997,1,, +EAP,1997,2,, +EAP,1997,3,, +EAP,1997,4,, +EAP,1997,5,, +EAP,1997,6,, +EAP,1997,7,, +EAP,1997,8,, +EAP,1997,9,, +EAP,1997,10,, +EAP,1997,11,, +EAP,1997,12,, +EAP,1997,13,, +EAP,1997,14,, +EAP,1997,15,, +EAP,1997,16,, +EAP,1997,17,, +EAP,1997,18,, +EAP,1998,0,, +EAP,1998,1,, +EAP,1998,2,, +EAP,1998,3,, +EAP,1998,4,, +EAP,1998,5,, +EAP,1998,6,, +EAP,1998,7,, +EAP,1998,8,, +EAP,1998,9,, +EAP,1998,10,, +EAP,1998,11,, +EAP,1998,12,, +EAP,1998,13,, +EAP,1998,14,, +EAP,1998,15,, +EAP,1998,16,, +EAP,1998,17,, +EAP,1998,18,, +EAP,1999,0,, +EAP,1999,1,, +EAP,1999,2,, +EAP,1999,3,, +EAP,1999,4,, +EAP,1999,5,, +EAP,1999,6,, +EAP,1999,7,, +EAP,1999,8,, +EAP,1999,9,, +EAP,1999,10,, +EAP,1999,11,, +EAP,1999,12,, +EAP,1999,13,, +EAP,1999,14,, +EAP,1999,15,, +EAP,1999,16,, +EAP,1999,17,, +EAP,1999,18,, +EAP,2000,0,, +EAP,2000,1,, +EAP,2000,2,, +EAP,2000,3,, +EAP,2000,4,, +EAP,2000,5,, +EAP,2000,6,, +EAP,2000,7,, +EAP,2000,8,, +EAP,2000,9,, +EAP,2000,10,, +EAP,2000,11,, +EAP,2000,12,, +EAP,2000,13,, +EAP,2000,14,, +EAP,2000,15,, +EAP,2000,16,, +EAP,2000,17,, +EAP,2000,18,, +EAP,2001,0,, +EAP,2001,1,, +EAP,2001,2,, +EAP,2001,3,, +EAP,2001,4,, +EAP,2001,5,, +EAP,2001,6,, +EAP,2001,7,, +EAP,2001,8,, +EAP,2001,9,, +EAP,2001,10,, +EAP,2001,11,, +EAP,2001,12,, +EAP,2001,13,, +EAP,2001,14,, +EAP,2001,15,, +EAP,2001,16,, +EAP,2001,17,, +EAP,2001,18,, +EAP,2002,0,, +EAP,2002,1,, +EAP,2002,2,, +EAP,2002,3,, +EAP,2002,4,, +EAP,2002,5,, +EAP,2002,6,, +EAP,2002,7,, +EAP,2002,8,, +EAP,2002,9,, +EAP,2002,10,, +EAP,2002,11,, +EAP,2002,12,, +EAP,2002,13,, +EAP,2002,14,, +EAP,2002,15,, +EAP,2002,16,, +EAP,2002,17,, +EAP,2002,18,, +EAP,2003,0,, +EAP,2003,1,, +EAP,2003,2,, +EAP,2003,3,, +EAP,2003,4,, +EAP,2003,5,, +EAP,2003,6,, +EAP,2003,7,, +EAP,2003,8,, +EAP,2003,9,, +EAP,2003,10,, +EAP,2003,11,, +EAP,2003,12,, +EAP,2003,13,, +EAP,2003,14,, +EAP,2003,15,, +EAP,2003,16,, +EAP,2003,17,, +EAP,2003,18,, +EAP,2004,0,, +EAP,2004,1,, +EAP,2004,2,, +EAP,2004,3,, +EAP,2004,4,, +EAP,2004,5,, +EAP,2004,6,, +EAP,2004,7,, +EAP,2004,8,, +EAP,2004,9,, +EAP,2004,10,, +EAP,2004,11,, +EAP,2004,12,, +EAP,2004,13,, +EAP,2004,14,, +EAP,2004,15,, +EAP,2004,16,, +EAP,2004,17,, +EAP,2004,18,, +EAP,2005,0,, +EAP,2005,1,, +EAP,2005,2,, +EAP,2005,3,, +EAP,2005,4,, +EAP,2005,5,, +EAP,2005,6,, +EAP,2005,7,, +EAP,2005,8,, +EAP,2005,9,, +EAP,2005,10,, +EAP,2005,11,, +EAP,2005,12,, +EAP,2005,13,, +EAP,2005,14,, +EAP,2005,15,, +EAP,2005,16,, +EAP,2005,17,, +EAP,2005,18,, +EAP,2006,0,, +EAP,2006,1,, +EAP,2006,2,, +EAP,2006,3,, +EAP,2006,4,, +EAP,2006,5,, +EAP,2006,6,, +EAP,2006,7,, +EAP,2006,8,, +EAP,2006,9,, +EAP,2006,10,, +EAP,2006,11,, +EAP,2006,12,, +EAP,2006,13,, +EAP,2006,14,, +EAP,2006,15,, +EAP,2006,16,, +EAP,2006,17,, +EAP,2006,18,, +EAP,2007,0,, +EAP,2007,1,, +EAP,2007,2,, +EAP,2007,3,, +EAP,2007,4,, +EAP,2007,5,, +EAP,2007,6,, +EAP,2007,7,, +EAP,2007,8,, +EAP,2007,9,, +EAP,2007,10,, +EAP,2007,11,, +EAP,2007,12,, +EAP,2007,13,, +EAP,2007,14,, +EAP,2007,15,, +EAP,2007,16,, +EAP,2007,17,, +EAP,2007,18,, +EAP,2008,0,, +EAP,2008,1,, +EAP,2008,2,, +EAP,2008,3,, +EAP,2008,4,, +EAP,2008,5,, +EAP,2008,6,, +EAP,2008,7,, +EAP,2008,8,, +EAP,2008,9,, +EAP,2008,10,, +EAP,2008,11,, +EAP,2008,12,, +EAP,2008,13,, +EAP,2008,14,, +EAP,2008,15,, +EAP,2008,16,, +EAP,2008,17,, +EAP,2008,18,, +EAP,2009,0,, +EAP,2009,1,, +EAP,2009,2,, +EAP,2009,3,, +EAP,2009,4,, +EAP,2009,5,, +EAP,2009,6,, +EAP,2009,7,, +EAP,2009,8,, +EAP,2009,9,, +EAP,2009,10,, +EAP,2009,11,, +EAP,2009,12,, +EAP,2009,13,, +EAP,2009,14,, +EAP,2009,15,, +EAP,2009,16,, +EAP,2009,17,, +EAP,2009,18,, +EAP,2010,0,, +EAP,2010,1,, +EAP,2010,2,, +EAP,2010,3,, +EAP,2010,4,, +EAP,2010,5,, +EAP,2010,6,, +EAP,2010,7,, +EAP,2010,8,, +EAP,2010,9,, +EAP,2010,10,, +EAP,2010,11,, +EAP,2010,12,, +EAP,2010,13,, +EAP,2010,14,, +EAP,2010,15,, +EAP,2010,16,, +EAP,2010,17,, +EAP,2010,18,, +EAP,2011,0,, +EAP,2011,1,, +EAP,2011,2,, +EAP,2011,3,, +EAP,2011,4,, +EAP,2011,5,, +EAP,2011,6,, +EAP,2011,7,, +EAP,2011,8,, +EAP,2011,9,, +EAP,2011,10,, +EAP,2011,11,, +EAP,2011,12,, +EAP,2011,13,, +EAP,2011,14,, +EAP,2011,15,, +EAP,2011,16,, +EAP,2011,17,, +EAP,2011,18,, +EAP,2012,0,, +EAP,2012,1,, +EAP,2012,2,, +EAP,2012,3,, +EAP,2012,4,, +EAP,2012,5,, +EAP,2012,6,, +EAP,2012,7,, +EAP,2012,8,, +EAP,2012,9,, +EAP,2012,10,, +EAP,2012,11,, +EAP,2012,12,, +EAP,2012,13,, +EAP,2012,14,, +EAP,2012,15,, +EAP,2012,16,, +EAP,2012,17,, +EAP,2012,18,, +EAP,2013,0,, +EAP,2013,1,, +EAP,2013,2,, +EAP,2013,3,, +EAP,2013,4,, +EAP,2013,5,, +EAP,2013,6,, +EAP,2013,7,, +EAP,2013,8,, +EAP,2013,9,, +EAP,2013,10,, +EAP,2013,11,, +EAP,2013,12,, +EAP,2013,13,, +EAP,2013,14,, +EAP,2013,15,, +EAP,2013,16,, +EAP,2013,17,, +EAP,2013,18,, +EAP,2014,0,, +EAP,2014,1,, +EAP,2014,2,, +EAP,2014,3,, +EAP,2014,4,, +EAP,2014,5,, +EAP,2014,6,, +EAP,2014,7,, +EAP,2014,8,, +EAP,2014,9,, +EAP,2014,10,, +EAP,2014,11,, +EAP,2014,12,, +EAP,2014,13,, +EAP,2014,14,, +EAP,2014,15,, +EAP,2014,16,, +EAP,2014,17,, +EAP,2014,18,, +EAP,2015,0,, +EAP,2015,1,, +EAP,2015,2,, +EAP,2015,3,, +EAP,2015,4,, +EAP,2015,5,, +EAP,2015,6,, +EAP,2015,7,, +EAP,2015,8,, +EAP,2015,9,, +EAP,2015,10,, +EAP,2015,11,, +EAP,2015,12,, +EAP,2015,13,, +EAP,2015,14,, +EAP,2015,15,, +EAP,2015,16,, +EAP,2015,17,, +EAP,2015,18,, +EAP,2016,0,, +EAP,2016,1,, +EAP,2016,2,, +EAP,2016,3,, +EAP,2016,4,, +EAP,2016,5,, +EAP,2016,6,, +EAP,2016,7,, +EAP,2016,8,, +EAP,2016,9,, +EAP,2016,10,, +EAP,2016,11,, +EAP,2016,12,, +EAP,2016,13,, +EAP,2016,14,, +EAP,2016,15,, +EAP,2016,16,, +EAP,2016,17,, +EAP,2016,18,, +EAP,2017,0,, +EAP,2017,1,, +EAP,2017,2,, +EAP,2017,3,, +EAP,2017,4,, +EAP,2017,5,, +EAP,2017,6,, +EAP,2017,7,, +EAP,2017,8,, +EAP,2017,9,, +EAP,2017,10,, +EAP,2017,11,, +EAP,2017,12,, +EAP,2017,13,, +EAP,2017,14,, +EAP,2017,15,, +EAP,2017,16,, +EAP,2017,17,, +EAP,2017,18,, +EAP,2018,0,, +EAP,2018,1,, +EAP,2018,2,, +EAP,2018,3,, +EAP,2018,4,, +EAP,2018,5,, +EAP,2018,6,, +EAP,2018,7,, +EAP,2018,8,, +EAP,2018,9,, +EAP,2018,10,, +EAP,2018,11,, +EAP,2018,12,, +EAP,2018,13,, +EAP,2018,14,, +EAP,2018,15,, +EAP,2018,16,, +EAP,2018,17,, +EAP,2018,18,, +EAP,2019,0,, +EAP,2019,1,, +EAP,2019,2,, +EAP,2019,3,, +EAP,2019,4,, +EAP,2019,5,, +EAP,2019,6,, +EAP,2019,7,, +EAP,2019,8,, +EAP,2019,9,, +EAP,2019,10,, +EAP,2019,11,, +EAP,2019,12,, +EAP,2019,13,, +EAP,2019,14,, +EAP,2019,15,, +EAP,2019,16,, +EAP,2019,17,, +EAP,2019,18,, +EAP,2020,0,, +EAP,2020,1,, +EAP,2020,2,, +EAP,2020,3,, +EAP,2020,4,, +EAP,2020,5,, +EAP,2020,6,, +EAP,2020,7,, +EAP,2020,8,, +EAP,2020,9,, +EAP,2020,10,, +EAP,2020,11,, +EAP,2020,12,, +EAP,2020,13,, +EAP,2020,14,, +EAP,2020,15,, +EAP,2020,16,, +EAP,2020,17,, +EAP,2020,18,, +EAP,2021,0,, +EAP,2021,1,, +EAP,2021,2,, +EAP,2021,3,, +EAP,2021,4,, +EAP,2021,5,, +EAP,2021,6,, +EAP,2021,7,, +EAP,2021,8,, +EAP,2021,9,, +EAP,2021,10,, +EAP,2021,11,, +EAP,2021,12,, +EAP,2021,13,, +EAP,2021,14,, +EAP,2021,15,, +EAP,2021,16,, +EAP,2021,17,, +EAP,2021,18,, +EAP,2022,0,, +EAP,2022,1,, +EAP,2022,2,, +EAP,2022,3,, +EAP,2022,4,, +EAP,2022,5,, +EAP,2022,6,, +EAP,2022,7,, +EAP,2022,8,, +EAP,2022,9,, +EAP,2022,10,, +EAP,2022,11,, +EAP,2022,12,, +EAP,2022,13,, +EAP,2022,14,, +EAP,2022,15,, +EAP,2022,16,, +EAP,2022,17,, +EAP,2022,18,, +EAP,2023,0,, +EAP,2023,1,, +EAP,2023,2,, +EAP,2023,3,, +EAP,2023,4,, +EAP,2023,5,, +EAP,2023,6,, +EAP,2023,7,, +EAP,2023,8,, +EAP,2023,9,, +EAP,2023,10,, +EAP,2023,11,, +EAP,2023,12,, +EAP,2023,13,, +EAP,2023,14,, +EAP,2023,15,, +EAP,2023,16,, +EAP,2023,17,, +EAP,2023,18,, +EAP,2024,0,, +EAP,2024,1,, +EAP,2024,2,, +EAP,2024,3,, +EAP,2024,4,, +EAP,2024,5,, +EAP,2024,6,, +EAP,2024,7,, +EAP,2024,8,, +EAP,2024,9,, +EAP,2024,10,, +EAP,2024,11,, +EAP,2024,12,, +EAP,2024,13,, +EAP,2024,14,, +EAP,2024,15,, +EAP,2024,16,, +EAP,2024,17,, +EAP,2024,18,, +EAP,2025,0,, +EAP,2025,1,, +EAP,2025,2,, +EAP,2025,3,, +EAP,2025,4,, +EAP,2025,5,, +EAP,2025,6,, +EAP,2025,7,, +EAP,2025,8,, +EAP,2025,9,, +EAP,2025,10,, +EAP,2025,11,, +EAP,2025,12,, +EAP,2025,13,, +EAP,2025,14,, +EAP,2025,15,, +EAP,2025,16,, +EAP,2025,17,, +EAP,2025,18,, +EAP,2026,0,, +EAP,2026,1,, +EAP,2026,2,, +EAP,2026,3,, +EAP,2026,4,, +EAP,2026,5,, +EAP,2026,6,, +EAP,2026,7,, +EAP,2026,8,, +EAP,2026,9,, +EAP,2026,10,, +EAP,2026,11,, +EAP,2026,12,, +EAP,2026,13,, +EAP,2026,14,, +EAP,2026,15,, +EAP,2026,16,, +EAP,2026,17,, +EAP,2026,18,, +EAP,2027,0,, +EAP,2027,1,, +EAP,2027,2,, +EAP,2027,3,, +EAP,2027,4,, +EAP,2027,5,, +EAP,2027,6,, +EAP,2027,7,, +EAP,2027,8,, +EAP,2027,9,, +EAP,2027,10,, +EAP,2027,11,, +EAP,2027,12,, +EAP,2027,13,, +EAP,2027,14,, +EAP,2027,15,, +EAP,2027,16,, +EAP,2027,17,, +EAP,2027,18,, +EAP,2028,0,, +EAP,2028,1,, +EAP,2028,2,, +EAP,2028,3,, +EAP,2028,4,, +EAP,2028,5,, +EAP,2028,6,, +EAP,2028,7,, +EAP,2028,8,, +EAP,2028,9,, +EAP,2028,10,, +EAP,2028,11,, +EAP,2028,12,, +EAP,2028,13,, +EAP,2028,14,, +EAP,2028,15,, +EAP,2028,16,, +EAP,2028,17,, +EAP,2028,18,, +EAP,2029,0,, +EAP,2029,1,, +EAP,2029,2,, +EAP,2029,3,, +EAP,2029,4,, +EAP,2029,5,, +EAP,2029,6,, +EAP,2029,7,, +EAP,2029,8,, +EAP,2029,9,, +EAP,2029,10,, +EAP,2029,11,, +EAP,2029,12,, +EAP,2029,13,, +EAP,2029,14,, +EAP,2029,15,, +EAP,2029,16,, +EAP,2029,17,, +EAP,2029,18,, +EAP,2030,0,, +EAP,2030,1,, +EAP,2030,2,, +EAP,2030,3,, +EAP,2030,4,, +EAP,2030,5,, +EAP,2030,6,, +EAP,2030,7,, +EAP,2030,8,, +EAP,2030,9,, +EAP,2030,10,, +EAP,2030,11,, +EAP,2030,12,, +EAP,2030,13,, +EAP,2030,14,, +EAP,2030,15,, +EAP,2030,16,, +EAP,2030,17,, +EAP,2030,18,, +EAP,2031,0,, +EAP,2031,1,, +EAP,2031,2,, +EAP,2031,3,, +EAP,2031,4,, +EAP,2031,5,, +EAP,2031,6,, +EAP,2031,7,, +EAP,2031,8,, +EAP,2031,9,, +EAP,2031,10,, +EAP,2031,11,, +EAP,2031,12,, +EAP,2031,13,, +EAP,2031,14,, +EAP,2031,15,, +EAP,2031,16,, +EAP,2031,17,, +EAP,2031,18,, +EAP,2032,0,, +EAP,2032,1,, +EAP,2032,2,, +EAP,2032,3,, +EAP,2032,4,, +EAP,2032,5,, +EAP,2032,6,, +EAP,2032,7,, +EAP,2032,8,, +EAP,2032,9,, +EAP,2032,10,, +EAP,2032,11,, +EAP,2032,12,, +EAP,2032,13,, +EAP,2032,14,, +EAP,2032,15,, +EAP,2032,16,, +EAP,2032,17,, +EAP,2032,18,, +EAP,2033,0,, +EAP,2033,1,, +EAP,2033,2,, +EAP,2033,3,, +EAP,2033,4,, +EAP,2033,5,, +EAP,2033,6,, +EAP,2033,7,, +EAP,2033,8,, +EAP,2033,9,, +EAP,2033,10,, +EAP,2033,11,, +EAP,2033,12,, +EAP,2033,13,, +EAP,2033,14,, +EAP,2033,15,, +EAP,2033,16,, +EAP,2033,17,, +EAP,2033,18,, +EAP,2034,0,, +EAP,2034,1,, +EAP,2034,2,, +EAP,2034,3,, +EAP,2034,4,, +EAP,2034,5,, +EAP,2034,6,, +EAP,2034,7,, +EAP,2034,8,, +EAP,2034,9,, +EAP,2034,10,, +EAP,2034,11,, +EAP,2034,12,, +EAP,2034,13,, +EAP,2034,14,, +EAP,2034,15,, +EAP,2034,16,, +EAP,2034,17,, +EAP,2034,18,, +EAP,2035,0,, +EAP,2035,1,, +EAP,2035,2,, +EAP,2035,3,, +EAP,2035,4,, +EAP,2035,5,, +EAP,2035,6,, +EAP,2035,7,, +EAP,2035,8,, +EAP,2035,9,, +EAP,2035,10,, +EAP,2035,11,, +EAP,2035,12,, +EAP,2035,13,, +EAP,2035,14,, +EAP,2035,15,, +EAP,2035,16,, +EAP,2035,17,, +EAP,2035,18,, +EAP,2036,0,, +EAP,2036,1,, +EAP,2036,2,, +EAP,2036,3,, +EAP,2036,4,, +EAP,2036,5,, +EAP,2036,6,, +EAP,2036,7,, +EAP,2036,8,, +EAP,2036,9,, +EAP,2036,10,, +EAP,2036,11,, +EAP,2036,12,, +EAP,2036,13,, +EAP,2036,14,, +EAP,2036,15,, +EAP,2036,16,, +EAP,2036,17,, +EAP,2036,18,, +EAP,2037,0,, +EAP,2037,1,, +EAP,2037,2,, +EAP,2037,3,, +EAP,2037,4,, +EAP,2037,5,, +EAP,2037,6,, +EAP,2037,7,, +EAP,2037,8,, +EAP,2037,9,, +EAP,2037,10,, +EAP,2037,11,, +EAP,2037,12,, +EAP,2037,13,, +EAP,2037,14,, +EAP,2037,15,, +EAP,2037,16,, +EAP,2037,17,, +EAP,2037,18,, +EAP,2038,0,, +EAP,2038,1,, +EAP,2038,2,, +EAP,2038,3,, +EAP,2038,4,, +EAP,2038,5,, +EAP,2038,6,, +EAP,2038,7,, +EAP,2038,8,, +EAP,2038,9,, +EAP,2038,10,, +EAP,2038,11,, +EAP,2038,12,, +EAP,2038,13,, +EAP,2038,14,, +EAP,2038,15,, +EAP,2038,16,, +EAP,2038,17,, +EAP,2038,18,, +EAP,2039,0,, +EAP,2039,1,, +EAP,2039,2,, +EAP,2039,3,, +EAP,2039,4,, +EAP,2039,5,, +EAP,2039,6,, +EAP,2039,7,, +EAP,2039,8,, +EAP,2039,9,, +EAP,2039,10,, +EAP,2039,11,, +EAP,2039,12,, +EAP,2039,13,, +EAP,2039,14,, +EAP,2039,15,, +EAP,2039,16,, +EAP,2039,17,, +EAP,2039,18,, +EAP,2040,0,, +EAP,2040,1,, +EAP,2040,2,, +EAP,2040,3,, +EAP,2040,4,, +EAP,2040,5,, +EAP,2040,6,, +EAP,2040,7,, +EAP,2040,8,, +EAP,2040,9,, +EAP,2040,10,, +EAP,2040,11,, +EAP,2040,12,, +EAP,2040,13,, +EAP,2040,14,, +EAP,2040,15,, +EAP,2040,16,, +EAP,2040,17,, +EAP,2040,18,, +EAP,2041,0,, +EAP,2041,1,, +EAP,2041,2,, +EAP,2041,3,, +EAP,2041,4,, +EAP,2041,5,, +EAP,2041,6,, +EAP,2041,7,, +EAP,2041,8,, +EAP,2041,9,, +EAP,2041,10,, +EAP,2041,11,, +EAP,2041,12,, +EAP,2041,13,, +EAP,2041,14,, +EAP,2041,15,, +EAP,2041,16,, +EAP,2041,17,, +EAP,2041,18,, +EAP,2042,0,, +EAP,2042,1,, +EAP,2042,2,, +EAP,2042,3,, +EAP,2042,4,, +EAP,2042,5,, +EAP,2042,6,, +EAP,2042,7,, +EAP,2042,8,, +EAP,2042,9,, +EAP,2042,10,, +EAP,2042,11,, +EAP,2042,12,, +EAP,2042,13,, +EAP,2042,14,, +EAP,2042,15,, +EAP,2042,16,, +EAP,2042,17,, +EAP,2042,18,, +EAP,2043,0,, +EAP,2043,1,, +EAP,2043,2,, +EAP,2043,3,, +EAP,2043,4,, +EAP,2043,5,, +EAP,2043,6,, +EAP,2043,7,, +EAP,2043,8,, +EAP,2043,9,, +EAP,2043,10,, +EAP,2043,11,, +EAP,2043,12,, +EAP,2043,13,, +EAP,2043,14,, +EAP,2043,15,, +EAP,2043,16,, +EAP,2043,17,, +EAP,2043,18,, +EAP,2044,0,, +EAP,2044,1,, +EAP,2044,2,, +EAP,2044,3,, +EAP,2044,4,, +EAP,2044,5,, +EAP,2044,6,, +EAP,2044,7,, +EAP,2044,8,, +EAP,2044,9,, +EAP,2044,10,, +EAP,2044,11,, +EAP,2044,12,, +EAP,2044,13,, +EAP,2044,14,, +EAP,2044,15,, +EAP,2044,16,, +EAP,2044,17,, +EAP,2044,18,, +EAP,2045,0,, +EAP,2045,1,, +EAP,2045,2,, +EAP,2045,3,, +EAP,2045,4,, +EAP,2045,5,, +EAP,2045,6,, +EAP,2045,7,, +EAP,2045,8,, +EAP,2045,9,, +EAP,2045,10,, +EAP,2045,11,, +EAP,2045,12,, +EAP,2045,13,, +EAP,2045,14,, +EAP,2045,15,, +EAP,2045,16,, +EAP,2045,17,, +EAP,2045,18,, +EAP,2046,0,, +EAP,2046,1,, +EAP,2046,2,, +EAP,2046,3,, +EAP,2046,4,, +EAP,2046,5,, +EAP,2046,6,, +EAP,2046,7,, +EAP,2046,8,, +EAP,2046,9,, +EAP,2046,10,, +EAP,2046,11,, +EAP,2046,12,, +EAP,2046,13,, +EAP,2046,14,, +EAP,2046,15,, +EAP,2046,16,, +EAP,2046,17,, +EAP,2046,18,, +EAP,2047,0,, +EAP,2047,1,, +EAP,2047,2,, +EAP,2047,3,, +EAP,2047,4,, +EAP,2047,5,, +EAP,2047,6,, +EAP,2047,7,, +EAP,2047,8,, +EAP,2047,9,, +EAP,2047,10,, +EAP,2047,11,, +EAP,2047,12,, +EAP,2047,13,, +EAP,2047,14,, +EAP,2047,15,, +EAP,2047,16,, +EAP,2047,17,, +EAP,2047,18,, +EAP,2048,0,, +EAP,2048,1,, +EAP,2048,2,, +EAP,2048,3,, +EAP,2048,4,, +EAP,2048,5,, +EAP,2048,6,, +EAP,2048,7,, +EAP,2048,8,, +EAP,2048,9,, +EAP,2048,10,, +EAP,2048,11,, +EAP,2048,12,, +EAP,2048,13,, +EAP,2048,14,, +EAP,2048,15,, +EAP,2048,16,, +EAP,2048,17,, +EAP,2048,18,, +EAP,2049,0,, +EAP,2049,1,, +EAP,2049,2,, +EAP,2049,3,, +EAP,2049,4,, +EAP,2049,5,, +EAP,2049,6,, +EAP,2049,7,, +EAP,2049,8,, +EAP,2049,9,, +EAP,2049,10,, +EAP,2049,11,, +EAP,2049,12,, +EAP,2049,13,, +EAP,2049,14,, +EAP,2049,15,, +EAP,2049,16,, +EAP,2049,17,, +EAP,2049,18,, +EAP,2050,0,, +EAP,2050,1,, +EAP,2050,2,, +EAP,2050,3,, +EAP,2050,4,, +EAP,2050,5,, +EAP,2050,6,, +EAP,2050,7,, +EAP,2050,8,, +EAP,2050,9,, +EAP,2050,10,, +EAP,2050,11,, +EAP,2050,12,, +EAP,2050,13,, +EAP,2050,14,, +EAP,2050,15,, +EAP,2050,16,, +EAP,2050,17,, +EAP,2050,18,, +EAR,1990,0,, +EAR,1990,1,, +EAR,1990,2,, +EAR,1990,3,, +EAR,1990,4,, +EAR,1990,5,, +EAR,1990,6,, +EAR,1990,7,, +EAR,1990,8,, +EAR,1990,9,, +EAR,1990,10,, +EAR,1990,11,, +EAR,1990,12,, +EAR,1990,13,, +EAR,1990,14,, +EAR,1990,15,, +EAR,1990,16,, +EAR,1990,17,, +EAR,1990,18,, +EAR,1991,0,, +EAR,1991,1,, +EAR,1991,2,, +EAR,1991,3,, +EAR,1991,4,, +EAR,1991,5,, +EAR,1991,6,, +EAR,1991,7,, +EAR,1991,8,, +EAR,1991,9,, +EAR,1991,10,, +EAR,1991,11,, +EAR,1991,12,, +EAR,1991,13,, +EAR,1991,14,, +EAR,1991,15,, +EAR,1991,16,, +EAR,1991,17,, +EAR,1991,18,, +EAR,1992,0,, +EAR,1992,1,, +EAR,1992,2,, +EAR,1992,3,, +EAR,1992,4,, +EAR,1992,5,, +EAR,1992,6,, +EAR,1992,7,, +EAR,1992,8,, +EAR,1992,9,, +EAR,1992,10,, +EAR,1992,11,, +EAR,1992,12,, +EAR,1992,13,, +EAR,1992,14,, +EAR,1992,15,, +EAR,1992,16,, +EAR,1992,17,, +EAR,1992,18,, +EAR,1993,0,, +EAR,1993,1,, +EAR,1993,2,, +EAR,1993,3,, +EAR,1993,4,, +EAR,1993,5,, +EAR,1993,6,, +EAR,1993,7,, +EAR,1993,8,, +EAR,1993,9,, +EAR,1993,10,, +EAR,1993,11,, +EAR,1993,12,, +EAR,1993,13,, +EAR,1993,14,, +EAR,1993,15,, +EAR,1993,16,, +EAR,1993,17,, +EAR,1993,18,, +EAR,1994,0,, +EAR,1994,1,, +EAR,1994,2,, +EAR,1994,3,, +EAR,1994,4,, +EAR,1994,5,, +EAR,1994,6,, +EAR,1994,7,, +EAR,1994,8,, +EAR,1994,9,, +EAR,1994,10,, +EAR,1994,11,, +EAR,1994,12,, +EAR,1994,13,, +EAR,1994,14,, +EAR,1994,15,, +EAR,1994,16,, +EAR,1994,17,, +EAR,1994,18,, +EAR,1995,0,, +EAR,1995,1,, +EAR,1995,2,, +EAR,1995,3,, +EAR,1995,4,, +EAR,1995,5,, +EAR,1995,6,, +EAR,1995,7,, +EAR,1995,8,, +EAR,1995,9,, +EAR,1995,10,, +EAR,1995,11,, +EAR,1995,12,, +EAR,1995,13,, +EAR,1995,14,, +EAR,1995,15,, +EAR,1995,16,, +EAR,1995,17,, +EAR,1995,18,, +EAR,1996,0,, +EAR,1996,1,, +EAR,1996,2,, +EAR,1996,3,, +EAR,1996,4,, +EAR,1996,5,, +EAR,1996,6,, +EAR,1996,7,, +EAR,1996,8,, +EAR,1996,9,, +EAR,1996,10,, +EAR,1996,11,, +EAR,1996,12,, +EAR,1996,13,, +EAR,1996,14,, +EAR,1996,15,, +EAR,1996,16,, +EAR,1996,17,, +EAR,1996,18,, +EAR,1997,0,, +EAR,1997,1,, +EAR,1997,2,, +EAR,1997,3,, +EAR,1997,4,, +EAR,1997,5,, +EAR,1997,6,, +EAR,1997,7,, +EAR,1997,8,, +EAR,1997,9,, +EAR,1997,10,, +EAR,1997,11,, +EAR,1997,12,, +EAR,1997,13,, +EAR,1997,14,, +EAR,1997,15,, +EAR,1997,16,, +EAR,1997,17,, +EAR,1997,18,, +EAR,1998,0,, +EAR,1998,1,, +EAR,1998,2,, +EAR,1998,3,, +EAR,1998,4,, +EAR,1998,5,, +EAR,1998,6,, +EAR,1998,7,, +EAR,1998,8,, +EAR,1998,9,, +EAR,1998,10,, +EAR,1998,11,, +EAR,1998,12,, +EAR,1998,13,, +EAR,1998,14,, +EAR,1998,15,, +EAR,1998,16,, +EAR,1998,17,, +EAR,1998,18,, +EAR,1999,0,, +EAR,1999,1,, +EAR,1999,2,, +EAR,1999,3,, +EAR,1999,4,, +EAR,1999,5,, +EAR,1999,6,, +EAR,1999,7,, +EAR,1999,8,, +EAR,1999,9,, +EAR,1999,10,, +EAR,1999,11,, +EAR,1999,12,, +EAR,1999,13,, +EAR,1999,14,, +EAR,1999,15,, +EAR,1999,16,, +EAR,1999,17,, +EAR,1999,18,, +EAR,2000,0,, +EAR,2000,1,, +EAR,2000,2,, +EAR,2000,3,, +EAR,2000,4,, +EAR,2000,5,, +EAR,2000,6,, +EAR,2000,7,, +EAR,2000,8,, +EAR,2000,9,, +EAR,2000,10,, +EAR,2000,11,, +EAR,2000,12,, +EAR,2000,13,, +EAR,2000,14,, +EAR,2000,15,, +EAR,2000,16,, +EAR,2000,17,, +EAR,2000,18,, +EAR,2001,0,, +EAR,2001,1,, +EAR,2001,2,, +EAR,2001,3,, +EAR,2001,4,, +EAR,2001,5,, +EAR,2001,6,, +EAR,2001,7,, +EAR,2001,8,, +EAR,2001,9,, +EAR,2001,10,, +EAR,2001,11,, +EAR,2001,12,, +EAR,2001,13,, +EAR,2001,14,, +EAR,2001,15,, +EAR,2001,16,, +EAR,2001,17,, +EAR,2001,18,, +EAR,2002,0,, +EAR,2002,1,, +EAR,2002,2,, +EAR,2002,3,, +EAR,2002,4,, +EAR,2002,5,, +EAR,2002,6,, +EAR,2002,7,, +EAR,2002,8,, +EAR,2002,9,, +EAR,2002,10,, +EAR,2002,11,, +EAR,2002,12,, +EAR,2002,13,, +EAR,2002,14,, +EAR,2002,15,, +EAR,2002,16,, +EAR,2002,17,, +EAR,2002,18,, +EAR,2003,0,, +EAR,2003,1,, +EAR,2003,2,, +EAR,2003,3,, +EAR,2003,4,, +EAR,2003,5,, +EAR,2003,6,, +EAR,2003,7,, +EAR,2003,8,, +EAR,2003,9,, +EAR,2003,10,, +EAR,2003,11,, +EAR,2003,12,, +EAR,2003,13,, +EAR,2003,14,, +EAR,2003,15,, +EAR,2003,16,, +EAR,2003,17,, +EAR,2003,18,, +EAR,2004,0,, +EAR,2004,1,, +EAR,2004,2,, +EAR,2004,3,, +EAR,2004,4,, +EAR,2004,5,, +EAR,2004,6,, +EAR,2004,7,, +EAR,2004,8,, +EAR,2004,9,, +EAR,2004,10,, +EAR,2004,11,, +EAR,2004,12,, +EAR,2004,13,, +EAR,2004,14,, +EAR,2004,15,, +EAR,2004,16,, +EAR,2004,17,, +EAR,2004,18,, +EAR,2005,0,, +EAR,2005,1,, +EAR,2005,2,, +EAR,2005,3,, +EAR,2005,4,, +EAR,2005,5,, +EAR,2005,6,, +EAR,2005,7,, +EAR,2005,8,, +EAR,2005,9,, +EAR,2005,10,, +EAR,2005,11,, +EAR,2005,12,, +EAR,2005,13,, +EAR,2005,14,, +EAR,2005,15,, +EAR,2005,16,, +EAR,2005,17,, +EAR,2005,18,, +EAR,2006,0,, +EAR,2006,1,, +EAR,2006,2,, +EAR,2006,3,, +EAR,2006,4,, +EAR,2006,5,, +EAR,2006,6,, +EAR,2006,7,, +EAR,2006,8,, +EAR,2006,9,, +EAR,2006,10,, +EAR,2006,11,, +EAR,2006,12,, +EAR,2006,13,, +EAR,2006,14,, +EAR,2006,15,, +EAR,2006,16,, +EAR,2006,17,, +EAR,2006,18,, +EAR,2007,0,, +EAR,2007,1,, +EAR,2007,2,, +EAR,2007,3,, +EAR,2007,4,, +EAR,2007,5,, +EAR,2007,6,, +EAR,2007,7,, +EAR,2007,8,, +EAR,2007,9,, +EAR,2007,10,, +EAR,2007,11,, +EAR,2007,12,, +EAR,2007,13,, +EAR,2007,14,, +EAR,2007,15,, +EAR,2007,16,, +EAR,2007,17,, +EAR,2007,18,, +EAR,2008,0,, +EAR,2008,1,, +EAR,2008,2,, +EAR,2008,3,, +EAR,2008,4,, +EAR,2008,5,, +EAR,2008,6,, +EAR,2008,7,, +EAR,2008,8,, +EAR,2008,9,, +EAR,2008,10,, +EAR,2008,11,, +EAR,2008,12,, +EAR,2008,13,, +EAR,2008,14,, +EAR,2008,15,, +EAR,2008,16,, +EAR,2008,17,, +EAR,2008,18,, +EAR,2009,0,, +EAR,2009,1,, +EAR,2009,2,, +EAR,2009,3,, +EAR,2009,4,, +EAR,2009,5,, +EAR,2009,6,, +EAR,2009,7,, +EAR,2009,8,, +EAR,2009,9,, +EAR,2009,10,, +EAR,2009,11,, +EAR,2009,12,, +EAR,2009,13,, +EAR,2009,14,, +EAR,2009,15,, +EAR,2009,16,, +EAR,2009,17,, +EAR,2009,18,, +EAR,2010,0,, +EAR,2010,1,, +EAR,2010,2,, +EAR,2010,3,, +EAR,2010,4,, +EAR,2010,5,, +EAR,2010,6,, +EAR,2010,7,, +EAR,2010,8,, +EAR,2010,9,, +EAR,2010,10,, +EAR,2010,11,, +EAR,2010,12,, +EAR,2010,13,, +EAR,2010,14,, +EAR,2010,15,, +EAR,2010,16,, +EAR,2010,17,, +EAR,2010,18,, +EAR,2011,0,, +EAR,2011,1,, +EAR,2011,2,, +EAR,2011,3,, +EAR,2011,4,, +EAR,2011,5,, +EAR,2011,6,, +EAR,2011,7,, +EAR,2011,8,, +EAR,2011,9,, +EAR,2011,10,, +EAR,2011,11,, +EAR,2011,12,, +EAR,2011,13,, +EAR,2011,14,, +EAR,2011,15,, +EAR,2011,16,, +EAR,2011,17,, +EAR,2011,18,, +EAR,2012,0,, +EAR,2012,1,, +EAR,2012,2,, +EAR,2012,3,, +EAR,2012,4,, +EAR,2012,5,, +EAR,2012,6,, +EAR,2012,7,, +EAR,2012,8,, +EAR,2012,9,, +EAR,2012,10,, +EAR,2012,11,, +EAR,2012,12,, +EAR,2012,13,, +EAR,2012,14,, +EAR,2012,15,, +EAR,2012,16,, +EAR,2012,17,, +EAR,2012,18,, +EAR,2013,0,, +EAR,2013,1,, +EAR,2013,2,, +EAR,2013,3,, +EAR,2013,4,, +EAR,2013,5,, +EAR,2013,6,, +EAR,2013,7,, +EAR,2013,8,, +EAR,2013,9,, +EAR,2013,10,, +EAR,2013,11,, +EAR,2013,12,, +EAR,2013,13,, +EAR,2013,14,, +EAR,2013,15,, +EAR,2013,16,, +EAR,2013,17,, +EAR,2013,18,, +EAR,2014,0,, +EAR,2014,1,, +EAR,2014,2,, +EAR,2014,3,, +EAR,2014,4,, +EAR,2014,5,, +EAR,2014,6,, +EAR,2014,7,, +EAR,2014,8,, +EAR,2014,9,, +EAR,2014,10,, +EAR,2014,11,, +EAR,2014,12,, +EAR,2014,13,, +EAR,2014,14,, +EAR,2014,15,, +EAR,2014,16,, +EAR,2014,17,, +EAR,2014,18,, +EAR,2015,0,, +EAR,2015,1,, +EAR,2015,2,, +EAR,2015,3,, +EAR,2015,4,, +EAR,2015,5,, +EAR,2015,6,, +EAR,2015,7,, +EAR,2015,8,, +EAR,2015,9,, +EAR,2015,10,, +EAR,2015,11,, +EAR,2015,12,, +EAR,2015,13,, +EAR,2015,14,, +EAR,2015,15,, +EAR,2015,16,, +EAR,2015,17,, +EAR,2015,18,, +EAR,2016,0,, +EAR,2016,1,, +EAR,2016,2,, +EAR,2016,3,, +EAR,2016,4,, +EAR,2016,5,, +EAR,2016,6,, +EAR,2016,7,, +EAR,2016,8,, +EAR,2016,9,, +EAR,2016,10,, +EAR,2016,11,, +EAR,2016,12,, +EAR,2016,13,, +EAR,2016,14,, +EAR,2016,15,, +EAR,2016,16,, +EAR,2016,17,, +EAR,2016,18,, +EAR,2017,0,, +EAR,2017,1,, +EAR,2017,2,, +EAR,2017,3,, +EAR,2017,4,, +EAR,2017,5,, +EAR,2017,6,, +EAR,2017,7,, +EAR,2017,8,, +EAR,2017,9,, +EAR,2017,10,, +EAR,2017,11,, +EAR,2017,12,, +EAR,2017,13,, +EAR,2017,14,, +EAR,2017,15,, +EAR,2017,16,, +EAR,2017,17,, +EAR,2017,18,, +EAR,2018,0,, +EAR,2018,1,, +EAR,2018,2,, +EAR,2018,3,, +EAR,2018,4,, +EAR,2018,5,, +EAR,2018,6,, +EAR,2018,7,, +EAR,2018,8,, +EAR,2018,9,, +EAR,2018,10,, +EAR,2018,11,, +EAR,2018,12,, +EAR,2018,13,, +EAR,2018,14,, +EAR,2018,15,, +EAR,2018,16,, +EAR,2018,17,, +EAR,2018,18,, +EAR,2019,0,, +EAR,2019,1,, +EAR,2019,2,, +EAR,2019,3,, +EAR,2019,4,, +EAR,2019,5,, +EAR,2019,6,, +EAR,2019,7,, +EAR,2019,8,, +EAR,2019,9,, +EAR,2019,10,, +EAR,2019,11,, +EAR,2019,12,, +EAR,2019,13,, +EAR,2019,14,, +EAR,2019,15,, +EAR,2019,16,, +EAR,2019,17,, +EAR,2019,18,, +EAR,2020,0,, +EAR,2020,1,, +EAR,2020,2,, +EAR,2020,3,, +EAR,2020,4,, +EAR,2020,5,, +EAR,2020,6,, +EAR,2020,7,, +EAR,2020,8,, +EAR,2020,9,, +EAR,2020,10,, +EAR,2020,11,, +EAR,2020,12,, +EAR,2020,13,, +EAR,2020,14,, +EAR,2020,15,, +EAR,2020,16,, +EAR,2020,17,, +EAR,2020,18,, +EAR,2021,0,, +EAR,2021,1,, +EAR,2021,2,, +EAR,2021,3,, +EAR,2021,4,, +EAR,2021,5,, +EAR,2021,6,, +EAR,2021,7,, +EAR,2021,8,, +EAR,2021,9,, +EAR,2021,10,, +EAR,2021,11,, +EAR,2021,12,, +EAR,2021,13,, +EAR,2021,14,, +EAR,2021,15,, +EAR,2021,16,, +EAR,2021,17,, +EAR,2021,18,, +EAR,2022,0,, +EAR,2022,1,, +EAR,2022,2,, +EAR,2022,3,, +EAR,2022,4,, +EAR,2022,5,, +EAR,2022,6,, +EAR,2022,7,, +EAR,2022,8,, +EAR,2022,9,, +EAR,2022,10,, +EAR,2022,11,, +EAR,2022,12,, +EAR,2022,13,, +EAR,2022,14,, +EAR,2022,15,, +EAR,2022,16,, +EAR,2022,17,, +EAR,2022,18,, +EAR,2023,0,, +EAR,2023,1,, +EAR,2023,2,, +EAR,2023,3,, +EAR,2023,4,, +EAR,2023,5,, +EAR,2023,6,, +EAR,2023,7,, +EAR,2023,8,, +EAR,2023,9,, +EAR,2023,10,, +EAR,2023,11,, +EAR,2023,12,, +EAR,2023,13,, +EAR,2023,14,, +EAR,2023,15,, +EAR,2023,16,, +EAR,2023,17,, +EAR,2023,18,, +EAR,2024,0,, +EAR,2024,1,, +EAR,2024,2,, +EAR,2024,3,, +EAR,2024,4,, +EAR,2024,5,, +EAR,2024,6,, +EAR,2024,7,, +EAR,2024,8,, +EAR,2024,9,, +EAR,2024,10,, +EAR,2024,11,, +EAR,2024,12,, +EAR,2024,13,, +EAR,2024,14,, +EAR,2024,15,, +EAR,2024,16,, +EAR,2024,17,, +EAR,2024,18,, +EAR,2025,0,, +EAR,2025,1,, +EAR,2025,2,, +EAR,2025,3,, +EAR,2025,4,, +EAR,2025,5,, +EAR,2025,6,, +EAR,2025,7,, +EAR,2025,8,, +EAR,2025,9,, +EAR,2025,10,, +EAR,2025,11,, +EAR,2025,12,, +EAR,2025,13,, +EAR,2025,14,, +EAR,2025,15,, +EAR,2025,16,, +EAR,2025,17,, +EAR,2025,18,, +EAR,2026,0,, +EAR,2026,1,, +EAR,2026,2,, +EAR,2026,3,, +EAR,2026,4,, +EAR,2026,5,, +EAR,2026,6,, +EAR,2026,7,, +EAR,2026,8,, +EAR,2026,9,, +EAR,2026,10,, +EAR,2026,11,, +EAR,2026,12,, +EAR,2026,13,, +EAR,2026,14,, +EAR,2026,15,, +EAR,2026,16,, +EAR,2026,17,, +EAR,2026,18,, +EAR,2027,0,, +EAR,2027,1,, +EAR,2027,2,, +EAR,2027,3,, +EAR,2027,4,, +EAR,2027,5,, +EAR,2027,6,, +EAR,2027,7,, +EAR,2027,8,, +EAR,2027,9,, +EAR,2027,10,, +EAR,2027,11,, +EAR,2027,12,, +EAR,2027,13,, +EAR,2027,14,, +EAR,2027,15,, +EAR,2027,16,, +EAR,2027,17,, +EAR,2027,18,, +EAR,2028,0,, +EAR,2028,1,, +EAR,2028,2,, +EAR,2028,3,, +EAR,2028,4,, +EAR,2028,5,, +EAR,2028,6,, +EAR,2028,7,, +EAR,2028,8,, +EAR,2028,9,, +EAR,2028,10,, +EAR,2028,11,, +EAR,2028,12,, +EAR,2028,13,, +EAR,2028,14,, +EAR,2028,15,, +EAR,2028,16,, +EAR,2028,17,, +EAR,2028,18,, +EAR,2029,0,, +EAR,2029,1,, +EAR,2029,2,, +EAR,2029,3,, +EAR,2029,4,, +EAR,2029,5,, +EAR,2029,6,, +EAR,2029,7,, +EAR,2029,8,, +EAR,2029,9,, +EAR,2029,10,, +EAR,2029,11,, +EAR,2029,12,, +EAR,2029,13,, +EAR,2029,14,, +EAR,2029,15,, +EAR,2029,16,, +EAR,2029,17,, +EAR,2029,18,, +EAR,2030,0,, +EAR,2030,1,, +EAR,2030,2,, +EAR,2030,3,, +EAR,2030,4,, +EAR,2030,5,, +EAR,2030,6,, +EAR,2030,7,, +EAR,2030,8,, +EAR,2030,9,, +EAR,2030,10,, +EAR,2030,11,, +EAR,2030,12,, +EAR,2030,13,, +EAR,2030,14,, +EAR,2030,15,, +EAR,2030,16,, +EAR,2030,17,, +EAR,2030,18,, +EAR,2031,0,, +EAR,2031,1,, +EAR,2031,2,, +EAR,2031,3,, +EAR,2031,4,, +EAR,2031,5,, +EAR,2031,6,, +EAR,2031,7,, +EAR,2031,8,, +EAR,2031,9,, +EAR,2031,10,, +EAR,2031,11,, +EAR,2031,12,, +EAR,2031,13,, +EAR,2031,14,, +EAR,2031,15,, +EAR,2031,16,, +EAR,2031,17,, +EAR,2031,18,, +EAR,2032,0,, +EAR,2032,1,, +EAR,2032,2,, +EAR,2032,3,, +EAR,2032,4,, +EAR,2032,5,, +EAR,2032,6,, +EAR,2032,7,, +EAR,2032,8,, +EAR,2032,9,, +EAR,2032,10,, +EAR,2032,11,, +EAR,2032,12,, +EAR,2032,13,, +EAR,2032,14,, +EAR,2032,15,, +EAR,2032,16,, +EAR,2032,17,, +EAR,2032,18,, +EAR,2033,0,, +EAR,2033,1,, +EAR,2033,2,, +EAR,2033,3,, +EAR,2033,4,, +EAR,2033,5,, +EAR,2033,6,, +EAR,2033,7,, +EAR,2033,8,, +EAR,2033,9,, +EAR,2033,10,, +EAR,2033,11,, +EAR,2033,12,, +EAR,2033,13,, +EAR,2033,14,, +EAR,2033,15,, +EAR,2033,16,, +EAR,2033,17,, +EAR,2033,18,, +EAR,2034,0,, +EAR,2034,1,, +EAR,2034,2,, +EAR,2034,3,, +EAR,2034,4,, +EAR,2034,5,, +EAR,2034,6,, +EAR,2034,7,, +EAR,2034,8,, +EAR,2034,9,, +EAR,2034,10,, +EAR,2034,11,, +EAR,2034,12,, +EAR,2034,13,, +EAR,2034,14,, +EAR,2034,15,, +EAR,2034,16,, +EAR,2034,17,, +EAR,2034,18,, +EAR,2035,0,, +EAR,2035,1,, +EAR,2035,2,, +EAR,2035,3,, +EAR,2035,4,, +EAR,2035,5,, +EAR,2035,6,, +EAR,2035,7,, +EAR,2035,8,, +EAR,2035,9,, +EAR,2035,10,, +EAR,2035,11,, +EAR,2035,12,, +EAR,2035,13,, +EAR,2035,14,, +EAR,2035,15,, +EAR,2035,16,, +EAR,2035,17,, +EAR,2035,18,, +EAR,2036,0,, +EAR,2036,1,, +EAR,2036,2,, +EAR,2036,3,, +EAR,2036,4,, +EAR,2036,5,, +EAR,2036,6,, +EAR,2036,7,, +EAR,2036,8,, +EAR,2036,9,, +EAR,2036,10,, +EAR,2036,11,, +EAR,2036,12,, +EAR,2036,13,, +EAR,2036,14,, +EAR,2036,15,, +EAR,2036,16,, +EAR,2036,17,, +EAR,2036,18,, +EAR,2037,0,, +EAR,2037,1,, +EAR,2037,2,, +EAR,2037,3,, +EAR,2037,4,, +EAR,2037,5,, +EAR,2037,6,, +EAR,2037,7,, +EAR,2037,8,, +EAR,2037,9,, +EAR,2037,10,, +EAR,2037,11,, +EAR,2037,12,, +EAR,2037,13,, +EAR,2037,14,, +EAR,2037,15,, +EAR,2037,16,, +EAR,2037,17,, +EAR,2037,18,, +EAR,2038,0,, +EAR,2038,1,, +EAR,2038,2,, +EAR,2038,3,, +EAR,2038,4,, +EAR,2038,5,, +EAR,2038,6,, +EAR,2038,7,, +EAR,2038,8,, +EAR,2038,9,, +EAR,2038,10,, +EAR,2038,11,, +EAR,2038,12,, +EAR,2038,13,, +EAR,2038,14,, +EAR,2038,15,, +EAR,2038,16,, +EAR,2038,17,, +EAR,2038,18,, +EAR,2039,0,, +EAR,2039,1,, +EAR,2039,2,, +EAR,2039,3,, +EAR,2039,4,, +EAR,2039,5,, +EAR,2039,6,, +EAR,2039,7,, +EAR,2039,8,, +EAR,2039,9,, +EAR,2039,10,, +EAR,2039,11,, +EAR,2039,12,, +EAR,2039,13,, +EAR,2039,14,, +EAR,2039,15,, +EAR,2039,16,, +EAR,2039,17,, +EAR,2039,18,, +EAR,2040,0,, +EAR,2040,1,, +EAR,2040,2,, +EAR,2040,3,, +EAR,2040,4,, +EAR,2040,5,, +EAR,2040,6,, +EAR,2040,7,, +EAR,2040,8,, +EAR,2040,9,, +EAR,2040,10,, +EAR,2040,11,, +EAR,2040,12,, +EAR,2040,13,, +EAR,2040,14,, +EAR,2040,15,, +EAR,2040,16,, +EAR,2040,17,, +EAR,2040,18,, +EAR,2041,0,, +EAR,2041,1,, +EAR,2041,2,, +EAR,2041,3,, +EAR,2041,4,, +EAR,2041,5,, +EAR,2041,6,, +EAR,2041,7,, +EAR,2041,8,, +EAR,2041,9,, +EAR,2041,10,, +EAR,2041,11,, +EAR,2041,12,, +EAR,2041,13,, +EAR,2041,14,, +EAR,2041,15,, +EAR,2041,16,, +EAR,2041,17,, +EAR,2041,18,, +EAR,2042,0,, +EAR,2042,1,, +EAR,2042,2,, +EAR,2042,3,, +EAR,2042,4,, +EAR,2042,5,, +EAR,2042,6,, +EAR,2042,7,, +EAR,2042,8,, +EAR,2042,9,, +EAR,2042,10,, +EAR,2042,11,, +EAR,2042,12,, +EAR,2042,13,, +EAR,2042,14,, +EAR,2042,15,, +EAR,2042,16,, +EAR,2042,17,, +EAR,2042,18,, +EAR,2043,0,, +EAR,2043,1,, +EAR,2043,2,, +EAR,2043,3,, +EAR,2043,4,, +EAR,2043,5,, +EAR,2043,6,, +EAR,2043,7,, +EAR,2043,8,, +EAR,2043,9,, +EAR,2043,10,, +EAR,2043,11,, +EAR,2043,12,, +EAR,2043,13,, +EAR,2043,14,, +EAR,2043,15,, +EAR,2043,16,, +EAR,2043,17,, +EAR,2043,18,, +EAR,2044,0,, +EAR,2044,1,, +EAR,2044,2,, +EAR,2044,3,, +EAR,2044,4,, +EAR,2044,5,, +EAR,2044,6,, +EAR,2044,7,, +EAR,2044,8,, +EAR,2044,9,, +EAR,2044,10,, +EAR,2044,11,, +EAR,2044,12,, +EAR,2044,13,, +EAR,2044,14,, +EAR,2044,15,, +EAR,2044,16,, +EAR,2044,17,, +EAR,2044,18,, +EAR,2045,0,, +EAR,2045,1,, +EAR,2045,2,, +EAR,2045,3,, +EAR,2045,4,, +EAR,2045,5,, +EAR,2045,6,, +EAR,2045,7,, +EAR,2045,8,, +EAR,2045,9,, +EAR,2045,10,, +EAR,2045,11,, +EAR,2045,12,, +EAR,2045,13,, +EAR,2045,14,, +EAR,2045,15,, +EAR,2045,16,, +EAR,2045,17,, +EAR,2045,18,, +EAR,2046,0,, +EAR,2046,1,, +EAR,2046,2,, +EAR,2046,3,, +EAR,2046,4,, +EAR,2046,5,, +EAR,2046,6,, +EAR,2046,7,, +EAR,2046,8,, +EAR,2046,9,, +EAR,2046,10,, +EAR,2046,11,, +EAR,2046,12,, +EAR,2046,13,, +EAR,2046,14,, +EAR,2046,15,, +EAR,2046,16,, +EAR,2046,17,, +EAR,2046,18,, +EAR,2047,0,, +EAR,2047,1,, +EAR,2047,2,, +EAR,2047,3,, +EAR,2047,4,, +EAR,2047,5,, +EAR,2047,6,, +EAR,2047,7,, +EAR,2047,8,, +EAR,2047,9,, +EAR,2047,10,, +EAR,2047,11,, +EAR,2047,12,, +EAR,2047,13,, +EAR,2047,14,, +EAR,2047,15,, +EAR,2047,16,, +EAR,2047,17,, +EAR,2047,18,, +EAR,2048,0,, +EAR,2048,1,, +EAR,2048,2,, +EAR,2048,3,, +EAR,2048,4,, +EAR,2048,5,, +EAR,2048,6,, +EAR,2048,7,, +EAR,2048,8,, +EAR,2048,9,, +EAR,2048,10,, +EAR,2048,11,, +EAR,2048,12,, +EAR,2048,13,, +EAR,2048,14,, +EAR,2048,15,, +EAR,2048,16,, +EAR,2048,17,, +EAR,2048,18,, +EAR,2049,0,, +EAR,2049,1,, +EAR,2049,2,, +EAR,2049,3,, +EAR,2049,4,, +EAR,2049,5,, +EAR,2049,6,, +EAR,2049,7,, +EAR,2049,8,, +EAR,2049,9,, +EAR,2049,10,, +EAR,2049,11,, +EAR,2049,12,, +EAR,2049,13,, +EAR,2049,14,, +EAR,2049,15,, +EAR,2049,16,, +EAR,2049,17,, +EAR,2049,18,, +EAR,2050,0,, +EAR,2050,1,, +EAR,2050,2,, +EAR,2050,3,, +EAR,2050,4,, +EAR,2050,5,, +EAR,2050,6,, +EAR,2050,7,, +EAR,2050,8,, +EAR,2050,9,, +EAR,2050,10,, +EAR,2050,11,, +EAR,2050,12,, +EAR,2050,13,, +EAR,2050,14,, +EAR,2050,15,, +EAR,2050,16,, +EAR,2050,17,, +EAR,2050,18,, +EAS,1990,0,, +EAS,1990,1,, +EAS,1990,2,, +EAS,1990,3,, +EAS,1990,4,, +EAS,1990,5,, +EAS,1990,6,, +EAS,1990,7,, +EAS,1990,8,, +EAS,1990,9,, +EAS,1990,10,, +EAS,1990,11,, +EAS,1990,12,, +EAS,1990,13,, +EAS,1990,14,, +EAS,1990,15,, +EAS,1990,16,, +EAS,1990,17,, +EAS,1990,18,, +EAS,1991,0,, +EAS,1991,1,, +EAS,1991,2,, +EAS,1991,3,, +EAS,1991,4,, +EAS,1991,5,, +EAS,1991,6,, +EAS,1991,7,, +EAS,1991,8,, +EAS,1991,9,, +EAS,1991,10,, +EAS,1991,11,, +EAS,1991,12,, +EAS,1991,13,, +EAS,1991,14,, +EAS,1991,15,, +EAS,1991,16,, +EAS,1991,17,, +EAS,1991,18,, +EAS,1992,0,, +EAS,1992,1,, +EAS,1992,2,, +EAS,1992,3,, +EAS,1992,4,, +EAS,1992,5,, +EAS,1992,6,, +EAS,1992,7,, +EAS,1992,8,, +EAS,1992,9,, +EAS,1992,10,, +EAS,1992,11,, +EAS,1992,12,, +EAS,1992,13,, +EAS,1992,14,, +EAS,1992,15,, +EAS,1992,16,, +EAS,1992,17,, +EAS,1992,18,, +EAS,1993,0,, +EAS,1993,1,, +EAS,1993,2,, +EAS,1993,3,, +EAS,1993,4,, +EAS,1993,5,, +EAS,1993,6,, +EAS,1993,7,, +EAS,1993,8,, +EAS,1993,9,, +EAS,1993,10,, +EAS,1993,11,, +EAS,1993,12,, +EAS,1993,13,, +EAS,1993,14,, +EAS,1993,15,, +EAS,1993,16,, +EAS,1993,17,, +EAS,1993,18,, +EAS,1994,0,, +EAS,1994,1,, +EAS,1994,2,, +EAS,1994,3,, +EAS,1994,4,, +EAS,1994,5,, +EAS,1994,6,, +EAS,1994,7,, +EAS,1994,8,, +EAS,1994,9,, +EAS,1994,10,, +EAS,1994,11,, +EAS,1994,12,, +EAS,1994,13,, +EAS,1994,14,, +EAS,1994,15,, +EAS,1994,16,, +EAS,1994,17,, +EAS,1994,18,, +EAS,1995,0,, +EAS,1995,1,, +EAS,1995,2,, +EAS,1995,3,, +EAS,1995,4,, +EAS,1995,5,, +EAS,1995,6,, +EAS,1995,7,, +EAS,1995,8,, +EAS,1995,9,, +EAS,1995,10,, +EAS,1995,11,, +EAS,1995,12,, +EAS,1995,13,, +EAS,1995,14,, +EAS,1995,15,, +EAS,1995,16,, +EAS,1995,17,, +EAS,1995,18,, +EAS,1996,0,, +EAS,1996,1,, +EAS,1996,2,, +EAS,1996,3,, +EAS,1996,4,, +EAS,1996,5,, +EAS,1996,6,, +EAS,1996,7,, +EAS,1996,8,, +EAS,1996,9,, +EAS,1996,10,, +EAS,1996,11,, +EAS,1996,12,, +EAS,1996,13,, +EAS,1996,14,, +EAS,1996,15,, +EAS,1996,16,, +EAS,1996,17,, +EAS,1996,18,, +EAS,1997,0,, +EAS,1997,1,, +EAS,1997,2,, +EAS,1997,3,, +EAS,1997,4,, +EAS,1997,5,, +EAS,1997,6,, +EAS,1997,7,, +EAS,1997,8,, +EAS,1997,9,, +EAS,1997,10,, +EAS,1997,11,, +EAS,1997,12,, +EAS,1997,13,, +EAS,1997,14,, +EAS,1997,15,, +EAS,1997,16,, +EAS,1997,17,, +EAS,1997,18,, +EAS,1998,0,, +EAS,1998,1,, +EAS,1998,2,, +EAS,1998,3,, +EAS,1998,4,, +EAS,1998,5,, +EAS,1998,6,, +EAS,1998,7,, +EAS,1998,8,, +EAS,1998,9,, +EAS,1998,10,, +EAS,1998,11,, +EAS,1998,12,, +EAS,1998,13,, +EAS,1998,14,, +EAS,1998,15,, +EAS,1998,16,, +EAS,1998,17,, +EAS,1998,18,, +EAS,1999,0,, +EAS,1999,1,, +EAS,1999,2,, +EAS,1999,3,, +EAS,1999,4,, +EAS,1999,5,, +EAS,1999,6,, +EAS,1999,7,, +EAS,1999,8,, +EAS,1999,9,, +EAS,1999,10,, +EAS,1999,11,, +EAS,1999,12,, +EAS,1999,13,, +EAS,1999,14,, +EAS,1999,15,, +EAS,1999,16,, +EAS,1999,17,, +EAS,1999,18,, +EAS,2000,0,, +EAS,2000,1,, +EAS,2000,2,, +EAS,2000,3,, +EAS,2000,4,, +EAS,2000,5,, +EAS,2000,6,, +EAS,2000,7,, +EAS,2000,8,, +EAS,2000,9,, +EAS,2000,10,, +EAS,2000,11,, +EAS,2000,12,, +EAS,2000,13,, +EAS,2000,14,, +EAS,2000,15,, +EAS,2000,16,, +EAS,2000,17,, +EAS,2000,18,, +EAS,2001,0,, +EAS,2001,1,, +EAS,2001,2,, +EAS,2001,3,, +EAS,2001,4,, +EAS,2001,5,, +EAS,2001,6,, +EAS,2001,7,, +EAS,2001,8,, +EAS,2001,9,, +EAS,2001,10,, +EAS,2001,11,, +EAS,2001,12,, +EAS,2001,13,, +EAS,2001,14,, +EAS,2001,15,, +EAS,2001,16,, +EAS,2001,17,, +EAS,2001,18,, +EAS,2002,0,, +EAS,2002,1,, +EAS,2002,2,, +EAS,2002,3,, +EAS,2002,4,, +EAS,2002,5,, +EAS,2002,6,, +EAS,2002,7,, +EAS,2002,8,, +EAS,2002,9,, +EAS,2002,10,, +EAS,2002,11,, +EAS,2002,12,, +EAS,2002,13,, +EAS,2002,14,, +EAS,2002,15,, +EAS,2002,16,, +EAS,2002,17,, +EAS,2002,18,, +EAS,2003,0,, +EAS,2003,1,, +EAS,2003,2,, +EAS,2003,3,, +EAS,2003,4,, +EAS,2003,5,, +EAS,2003,6,, +EAS,2003,7,, +EAS,2003,8,, +EAS,2003,9,, +EAS,2003,10,, +EAS,2003,11,, +EAS,2003,12,, +EAS,2003,13,, +EAS,2003,14,, +EAS,2003,15,, +EAS,2003,16,, +EAS,2003,17,, +EAS,2003,18,, +EAS,2004,0,, +EAS,2004,1,, +EAS,2004,2,, +EAS,2004,3,, +EAS,2004,4,, +EAS,2004,5,, +EAS,2004,6,, +EAS,2004,7,, +EAS,2004,8,, +EAS,2004,9,, +EAS,2004,10,, +EAS,2004,11,, +EAS,2004,12,, +EAS,2004,13,, +EAS,2004,14,, +EAS,2004,15,, +EAS,2004,16,, +EAS,2004,17,, +EAS,2004,18,, +EAS,2005,0,, +EAS,2005,1,, +EAS,2005,2,, +EAS,2005,3,, +EAS,2005,4,, +EAS,2005,5,, +EAS,2005,6,, +EAS,2005,7,, +EAS,2005,8,, +EAS,2005,9,, +EAS,2005,10,, +EAS,2005,11,, +EAS,2005,12,, +EAS,2005,13,, +EAS,2005,14,, +EAS,2005,15,, +EAS,2005,16,, +EAS,2005,17,, +EAS,2005,18,, +EAS,2006,0,, +EAS,2006,1,, +EAS,2006,2,, +EAS,2006,3,, +EAS,2006,4,, +EAS,2006,5,, +EAS,2006,6,, +EAS,2006,7,, +EAS,2006,8,, +EAS,2006,9,, +EAS,2006,10,, +EAS,2006,11,, +EAS,2006,12,, +EAS,2006,13,, +EAS,2006,14,, +EAS,2006,15,, +EAS,2006,16,, +EAS,2006,17,, +EAS,2006,18,, +EAS,2007,0,, +EAS,2007,1,, +EAS,2007,2,, +EAS,2007,3,, +EAS,2007,4,, +EAS,2007,5,, +EAS,2007,6,, +EAS,2007,7,, +EAS,2007,8,, +EAS,2007,9,, +EAS,2007,10,, +EAS,2007,11,, +EAS,2007,12,, +EAS,2007,13,, +EAS,2007,14,, +EAS,2007,15,, +EAS,2007,16,, +EAS,2007,17,, +EAS,2007,18,, +EAS,2008,0,, +EAS,2008,1,, +EAS,2008,2,, +EAS,2008,3,, +EAS,2008,4,, +EAS,2008,5,, +EAS,2008,6,, +EAS,2008,7,, +EAS,2008,8,, +EAS,2008,9,, +EAS,2008,10,, +EAS,2008,11,, +EAS,2008,12,, +EAS,2008,13,, +EAS,2008,14,, +EAS,2008,15,, +EAS,2008,16,, +EAS,2008,17,, +EAS,2008,18,, +EAS,2009,0,, +EAS,2009,1,, +EAS,2009,2,, +EAS,2009,3,, +EAS,2009,4,, +EAS,2009,5,, +EAS,2009,6,, +EAS,2009,7,, +EAS,2009,8,, +EAS,2009,9,, +EAS,2009,10,, +EAS,2009,11,, +EAS,2009,12,, +EAS,2009,13,, +EAS,2009,14,, +EAS,2009,15,, +EAS,2009,16,, +EAS,2009,17,, +EAS,2009,18,, +EAS,2010,0,, +EAS,2010,1,, +EAS,2010,2,, +EAS,2010,3,, +EAS,2010,4,, +EAS,2010,5,, +EAS,2010,6,, +EAS,2010,7,, +EAS,2010,8,, +EAS,2010,9,, +EAS,2010,10,, +EAS,2010,11,, +EAS,2010,12,, +EAS,2010,13,, +EAS,2010,14,, +EAS,2010,15,, +EAS,2010,16,, +EAS,2010,17,, +EAS,2010,18,, +EAS,2011,0,, +EAS,2011,1,, +EAS,2011,2,, +EAS,2011,3,, +EAS,2011,4,, +EAS,2011,5,, +EAS,2011,6,, +EAS,2011,7,, +EAS,2011,8,, +EAS,2011,9,, +EAS,2011,10,, +EAS,2011,11,, +EAS,2011,12,, +EAS,2011,13,, +EAS,2011,14,, +EAS,2011,15,, +EAS,2011,16,, +EAS,2011,17,, +EAS,2011,18,, +EAS,2012,0,, +EAS,2012,1,, +EAS,2012,2,, +EAS,2012,3,, +EAS,2012,4,, +EAS,2012,5,, +EAS,2012,6,, +EAS,2012,7,, +EAS,2012,8,, +EAS,2012,9,, +EAS,2012,10,, +EAS,2012,11,, +EAS,2012,12,, +EAS,2012,13,, +EAS,2012,14,, +EAS,2012,15,, +EAS,2012,16,, +EAS,2012,17,, +EAS,2012,18,, +EAS,2013,0,, +EAS,2013,1,, +EAS,2013,2,, +EAS,2013,3,, +EAS,2013,4,, +EAS,2013,5,, +EAS,2013,6,, +EAS,2013,7,, +EAS,2013,8,, +EAS,2013,9,, +EAS,2013,10,, +EAS,2013,11,, +EAS,2013,12,, +EAS,2013,13,, +EAS,2013,14,, +EAS,2013,15,, +EAS,2013,16,, +EAS,2013,17,, +EAS,2013,18,, +EAS,2014,0,, +EAS,2014,1,, +EAS,2014,2,, +EAS,2014,3,, +EAS,2014,4,, +EAS,2014,5,, +EAS,2014,6,, +EAS,2014,7,, +EAS,2014,8,, +EAS,2014,9,, +EAS,2014,10,, +EAS,2014,11,, +EAS,2014,12,, +EAS,2014,13,, +EAS,2014,14,, +EAS,2014,15,, +EAS,2014,16,, +EAS,2014,17,, +EAS,2014,18,, +EAS,2015,0,, +EAS,2015,1,, +EAS,2015,2,, +EAS,2015,3,, +EAS,2015,4,, +EAS,2015,5,, +EAS,2015,6,, +EAS,2015,7,, +EAS,2015,8,, +EAS,2015,9,, +EAS,2015,10,, +EAS,2015,11,, +EAS,2015,12,, +EAS,2015,13,, +EAS,2015,14,, +EAS,2015,15,, +EAS,2015,16,, +EAS,2015,17,, +EAS,2015,18,, +EAS,2016,0,, +EAS,2016,1,, +EAS,2016,2,, +EAS,2016,3,, +EAS,2016,4,, +EAS,2016,5,, +EAS,2016,6,, +EAS,2016,7,, +EAS,2016,8,, +EAS,2016,9,, +EAS,2016,10,, +EAS,2016,11,, +EAS,2016,12,, +EAS,2016,13,, +EAS,2016,14,, +EAS,2016,15,, +EAS,2016,16,, +EAS,2016,17,, +EAS,2016,18,, +EAS,2017,0,, +EAS,2017,1,, +EAS,2017,2,, +EAS,2017,3,, +EAS,2017,4,, +EAS,2017,5,, +EAS,2017,6,, +EAS,2017,7,, +EAS,2017,8,, +EAS,2017,9,, +EAS,2017,10,, +EAS,2017,11,, +EAS,2017,12,, +EAS,2017,13,, +EAS,2017,14,, +EAS,2017,15,, +EAS,2017,16,, +EAS,2017,17,, +EAS,2017,18,, +EAS,2018,0,, +EAS,2018,1,, +EAS,2018,2,, +EAS,2018,3,, +EAS,2018,4,, +EAS,2018,5,, +EAS,2018,6,, +EAS,2018,7,, +EAS,2018,8,, +EAS,2018,9,, +EAS,2018,10,, +EAS,2018,11,, +EAS,2018,12,, +EAS,2018,13,, +EAS,2018,14,, +EAS,2018,15,, +EAS,2018,16,, +EAS,2018,17,, +EAS,2018,18,, +EAS,2019,0,, +EAS,2019,1,, +EAS,2019,2,, +EAS,2019,3,, +EAS,2019,4,, +EAS,2019,5,, +EAS,2019,6,, +EAS,2019,7,, +EAS,2019,8,, +EAS,2019,9,, +EAS,2019,10,, +EAS,2019,11,, +EAS,2019,12,, +EAS,2019,13,, +EAS,2019,14,, +EAS,2019,15,, +EAS,2019,16,, +EAS,2019,17,, +EAS,2019,18,, +EAS,2020,0,, +EAS,2020,1,, +EAS,2020,2,, +EAS,2020,3,, +EAS,2020,4,, +EAS,2020,5,, +EAS,2020,6,, +EAS,2020,7,, +EAS,2020,8,, +EAS,2020,9,, +EAS,2020,10,, +EAS,2020,11,, +EAS,2020,12,, +EAS,2020,13,, +EAS,2020,14,, +EAS,2020,15,, +EAS,2020,16,, +EAS,2020,17,, +EAS,2020,18,, +EAS,2021,0,, +EAS,2021,1,, +EAS,2021,2,, +EAS,2021,3,, +EAS,2021,4,, +EAS,2021,5,, +EAS,2021,6,, +EAS,2021,7,, +EAS,2021,8,, +EAS,2021,9,, +EAS,2021,10,, +EAS,2021,11,, +EAS,2021,12,, +EAS,2021,13,, +EAS,2021,14,, +EAS,2021,15,, +EAS,2021,16,, +EAS,2021,17,, +EAS,2021,18,, +EAS,2022,0,, +EAS,2022,1,, +EAS,2022,2,, +EAS,2022,3,, +EAS,2022,4,, +EAS,2022,5,, +EAS,2022,6,, +EAS,2022,7,, +EAS,2022,8,, +EAS,2022,9,, +EAS,2022,10,, +EAS,2022,11,, +EAS,2022,12,, +EAS,2022,13,, +EAS,2022,14,, +EAS,2022,15,, +EAS,2022,16,, +EAS,2022,17,, +EAS,2022,18,, +EAS,2023,0,, +EAS,2023,1,, +EAS,2023,2,, +EAS,2023,3,, +EAS,2023,4,, +EAS,2023,5,, +EAS,2023,6,, +EAS,2023,7,, +EAS,2023,8,, +EAS,2023,9,, +EAS,2023,10,, +EAS,2023,11,, +EAS,2023,12,, +EAS,2023,13,, +EAS,2023,14,, +EAS,2023,15,, +EAS,2023,16,, +EAS,2023,17,, +EAS,2023,18,, +EAS,2024,0,, +EAS,2024,1,, +EAS,2024,2,, +EAS,2024,3,, +EAS,2024,4,, +EAS,2024,5,, +EAS,2024,6,, +EAS,2024,7,, +EAS,2024,8,, +EAS,2024,9,, +EAS,2024,10,, +EAS,2024,11,, +EAS,2024,12,, +EAS,2024,13,, +EAS,2024,14,, +EAS,2024,15,, +EAS,2024,16,, +EAS,2024,17,, +EAS,2024,18,, +EAS,2025,0,, +EAS,2025,1,, +EAS,2025,2,, +EAS,2025,3,, +EAS,2025,4,, +EAS,2025,5,, +EAS,2025,6,, +EAS,2025,7,, +EAS,2025,8,, +EAS,2025,9,, +EAS,2025,10,, +EAS,2025,11,, +EAS,2025,12,, +EAS,2025,13,, +EAS,2025,14,, +EAS,2025,15,, +EAS,2025,16,, +EAS,2025,17,, +EAS,2025,18,, +EAS,2026,0,, +EAS,2026,1,, +EAS,2026,2,, +EAS,2026,3,, +EAS,2026,4,, +EAS,2026,5,, +EAS,2026,6,, +EAS,2026,7,, +EAS,2026,8,, +EAS,2026,9,, +EAS,2026,10,, +EAS,2026,11,, +EAS,2026,12,, +EAS,2026,13,, +EAS,2026,14,, +EAS,2026,15,, +EAS,2026,16,, +EAS,2026,17,, +EAS,2026,18,, +EAS,2027,0,, +EAS,2027,1,, +EAS,2027,2,, +EAS,2027,3,, +EAS,2027,4,, +EAS,2027,5,, +EAS,2027,6,, +EAS,2027,7,, +EAS,2027,8,, +EAS,2027,9,, +EAS,2027,10,, +EAS,2027,11,, +EAS,2027,12,, +EAS,2027,13,, +EAS,2027,14,, +EAS,2027,15,, +EAS,2027,16,, +EAS,2027,17,, +EAS,2027,18,, +EAS,2028,0,, +EAS,2028,1,, +EAS,2028,2,, +EAS,2028,3,, +EAS,2028,4,, +EAS,2028,5,, +EAS,2028,6,, +EAS,2028,7,, +EAS,2028,8,, +EAS,2028,9,, +EAS,2028,10,, +EAS,2028,11,, +EAS,2028,12,, +EAS,2028,13,, +EAS,2028,14,, +EAS,2028,15,, +EAS,2028,16,, +EAS,2028,17,, +EAS,2028,18,, +EAS,2029,0,, +EAS,2029,1,, +EAS,2029,2,, +EAS,2029,3,, +EAS,2029,4,, +EAS,2029,5,, +EAS,2029,6,, +EAS,2029,7,, +EAS,2029,8,, +EAS,2029,9,, +EAS,2029,10,, +EAS,2029,11,, +EAS,2029,12,, +EAS,2029,13,, +EAS,2029,14,, +EAS,2029,15,, +EAS,2029,16,, +EAS,2029,17,, +EAS,2029,18,, +EAS,2030,0,, +EAS,2030,1,, +EAS,2030,2,, +EAS,2030,3,, +EAS,2030,4,, +EAS,2030,5,, +EAS,2030,6,, +EAS,2030,7,, +EAS,2030,8,, +EAS,2030,9,, +EAS,2030,10,, +EAS,2030,11,, +EAS,2030,12,, +EAS,2030,13,, +EAS,2030,14,, +EAS,2030,15,, +EAS,2030,16,, +EAS,2030,17,, +EAS,2030,18,, +EAS,2031,0,, +EAS,2031,1,, +EAS,2031,2,, +EAS,2031,3,, +EAS,2031,4,, +EAS,2031,5,, +EAS,2031,6,, +EAS,2031,7,, +EAS,2031,8,, +EAS,2031,9,, +EAS,2031,10,, +EAS,2031,11,, +EAS,2031,12,, +EAS,2031,13,, +EAS,2031,14,, +EAS,2031,15,, +EAS,2031,16,, +EAS,2031,17,, +EAS,2031,18,, +EAS,2032,0,, +EAS,2032,1,, +EAS,2032,2,, +EAS,2032,3,, +EAS,2032,4,, +EAS,2032,5,, +EAS,2032,6,, +EAS,2032,7,, +EAS,2032,8,, +EAS,2032,9,, +EAS,2032,10,, +EAS,2032,11,, +EAS,2032,12,, +EAS,2032,13,, +EAS,2032,14,, +EAS,2032,15,, +EAS,2032,16,, +EAS,2032,17,, +EAS,2032,18,, +EAS,2033,0,, +EAS,2033,1,, +EAS,2033,2,, +EAS,2033,3,, +EAS,2033,4,, +EAS,2033,5,, +EAS,2033,6,, +EAS,2033,7,, +EAS,2033,8,, +EAS,2033,9,, +EAS,2033,10,, +EAS,2033,11,, +EAS,2033,12,, +EAS,2033,13,, +EAS,2033,14,, +EAS,2033,15,, +EAS,2033,16,, +EAS,2033,17,, +EAS,2033,18,, +EAS,2034,0,, +EAS,2034,1,, +EAS,2034,2,, +EAS,2034,3,, +EAS,2034,4,, +EAS,2034,5,, +EAS,2034,6,, +EAS,2034,7,, +EAS,2034,8,, +EAS,2034,9,, +EAS,2034,10,, +EAS,2034,11,, +EAS,2034,12,, +EAS,2034,13,, +EAS,2034,14,, +EAS,2034,15,, +EAS,2034,16,, +EAS,2034,17,, +EAS,2034,18,, +EAS,2035,0,, +EAS,2035,1,, +EAS,2035,2,, +EAS,2035,3,, +EAS,2035,4,, +EAS,2035,5,, +EAS,2035,6,, +EAS,2035,7,, +EAS,2035,8,, +EAS,2035,9,, +EAS,2035,10,, +EAS,2035,11,, +EAS,2035,12,, +EAS,2035,13,, +EAS,2035,14,, +EAS,2035,15,, +EAS,2035,16,, +EAS,2035,17,, +EAS,2035,18,, +EAS,2036,0,, +EAS,2036,1,, +EAS,2036,2,, +EAS,2036,3,, +EAS,2036,4,, +EAS,2036,5,, +EAS,2036,6,, +EAS,2036,7,, +EAS,2036,8,, +EAS,2036,9,, +EAS,2036,10,, +EAS,2036,11,, +EAS,2036,12,, +EAS,2036,13,, +EAS,2036,14,, +EAS,2036,15,, +EAS,2036,16,, +EAS,2036,17,, +EAS,2036,18,, +EAS,2037,0,, +EAS,2037,1,, +EAS,2037,2,, +EAS,2037,3,, +EAS,2037,4,, +EAS,2037,5,, +EAS,2037,6,, +EAS,2037,7,, +EAS,2037,8,, +EAS,2037,9,, +EAS,2037,10,, +EAS,2037,11,, +EAS,2037,12,, +EAS,2037,13,, +EAS,2037,14,, +EAS,2037,15,, +EAS,2037,16,, +EAS,2037,17,, +EAS,2037,18,, +EAS,2038,0,, +EAS,2038,1,, +EAS,2038,2,, +EAS,2038,3,, +EAS,2038,4,, +EAS,2038,5,, +EAS,2038,6,, +EAS,2038,7,, +EAS,2038,8,, +EAS,2038,9,, +EAS,2038,10,, +EAS,2038,11,, +EAS,2038,12,, +EAS,2038,13,, +EAS,2038,14,, +EAS,2038,15,, +EAS,2038,16,, +EAS,2038,17,, +EAS,2038,18,, +EAS,2039,0,, +EAS,2039,1,, +EAS,2039,2,, +EAS,2039,3,, +EAS,2039,4,, +EAS,2039,5,, +EAS,2039,6,, +EAS,2039,7,, +EAS,2039,8,, +EAS,2039,9,, +EAS,2039,10,, +EAS,2039,11,, +EAS,2039,12,, +EAS,2039,13,, +EAS,2039,14,, +EAS,2039,15,, +EAS,2039,16,, +EAS,2039,17,, +EAS,2039,18,, +EAS,2040,0,, +EAS,2040,1,, +EAS,2040,2,, +EAS,2040,3,, +EAS,2040,4,, +EAS,2040,5,, +EAS,2040,6,, +EAS,2040,7,, +EAS,2040,8,, +EAS,2040,9,, +EAS,2040,10,, +EAS,2040,11,, +EAS,2040,12,, +EAS,2040,13,, +EAS,2040,14,, +EAS,2040,15,, +EAS,2040,16,, +EAS,2040,17,, +EAS,2040,18,, +EAS,2041,0,, +EAS,2041,1,, +EAS,2041,2,, +EAS,2041,3,, +EAS,2041,4,, +EAS,2041,5,, +EAS,2041,6,, +EAS,2041,7,, +EAS,2041,8,, +EAS,2041,9,, +EAS,2041,10,, +EAS,2041,11,, +EAS,2041,12,, +EAS,2041,13,, +EAS,2041,14,, +EAS,2041,15,, +EAS,2041,16,, +EAS,2041,17,, +EAS,2041,18,, +EAS,2042,0,, +EAS,2042,1,, +EAS,2042,2,, +EAS,2042,3,, +EAS,2042,4,, +EAS,2042,5,, +EAS,2042,6,, +EAS,2042,7,, +EAS,2042,8,, +EAS,2042,9,, +EAS,2042,10,, +EAS,2042,11,, +EAS,2042,12,, +EAS,2042,13,, +EAS,2042,14,, +EAS,2042,15,, +EAS,2042,16,, +EAS,2042,17,, +EAS,2042,18,, +EAS,2043,0,, +EAS,2043,1,, +EAS,2043,2,, +EAS,2043,3,, +EAS,2043,4,, +EAS,2043,5,, +EAS,2043,6,, +EAS,2043,7,, +EAS,2043,8,, +EAS,2043,9,, +EAS,2043,10,, +EAS,2043,11,, +EAS,2043,12,, +EAS,2043,13,, +EAS,2043,14,, +EAS,2043,15,, +EAS,2043,16,, +EAS,2043,17,, +EAS,2043,18,, +EAS,2044,0,, +EAS,2044,1,, +EAS,2044,2,, +EAS,2044,3,, +EAS,2044,4,, +EAS,2044,5,, +EAS,2044,6,, +EAS,2044,7,, +EAS,2044,8,, +EAS,2044,9,, +EAS,2044,10,, +EAS,2044,11,, +EAS,2044,12,, +EAS,2044,13,, +EAS,2044,14,, +EAS,2044,15,, +EAS,2044,16,, +EAS,2044,17,, +EAS,2044,18,, +EAS,2045,0,, +EAS,2045,1,, +EAS,2045,2,, +EAS,2045,3,, +EAS,2045,4,, +EAS,2045,5,, +EAS,2045,6,, +EAS,2045,7,, +EAS,2045,8,, +EAS,2045,9,, +EAS,2045,10,, +EAS,2045,11,, +EAS,2045,12,, +EAS,2045,13,, +EAS,2045,14,, +EAS,2045,15,, +EAS,2045,16,, +EAS,2045,17,, +EAS,2045,18,, +EAS,2046,0,, +EAS,2046,1,, +EAS,2046,2,, +EAS,2046,3,, +EAS,2046,4,, +EAS,2046,5,, +EAS,2046,6,, +EAS,2046,7,, +EAS,2046,8,, +EAS,2046,9,, +EAS,2046,10,, +EAS,2046,11,, +EAS,2046,12,, +EAS,2046,13,, +EAS,2046,14,, +EAS,2046,15,, +EAS,2046,16,, +EAS,2046,17,, +EAS,2046,18,, +EAS,2047,0,, +EAS,2047,1,, +EAS,2047,2,, +EAS,2047,3,, +EAS,2047,4,, +EAS,2047,5,, +EAS,2047,6,, +EAS,2047,7,, +EAS,2047,8,, +EAS,2047,9,, +EAS,2047,10,, +EAS,2047,11,, +EAS,2047,12,, +EAS,2047,13,, +EAS,2047,14,, +EAS,2047,15,, +EAS,2047,16,, +EAS,2047,17,, +EAS,2047,18,, +EAS,2048,0,, +EAS,2048,1,, +EAS,2048,2,, +EAS,2048,3,, +EAS,2048,4,, +EAS,2048,5,, +EAS,2048,6,, +EAS,2048,7,, +EAS,2048,8,, +EAS,2048,9,, +EAS,2048,10,, +EAS,2048,11,, +EAS,2048,12,, +EAS,2048,13,, +EAS,2048,14,, +EAS,2048,15,, +EAS,2048,16,, +EAS,2048,17,, +EAS,2048,18,, +EAS,2049,0,, +EAS,2049,1,, +EAS,2049,2,, +EAS,2049,3,, +EAS,2049,4,, +EAS,2049,5,, +EAS,2049,6,, +EAS,2049,7,, +EAS,2049,8,, +EAS,2049,9,, +EAS,2049,10,, +EAS,2049,11,, +EAS,2049,12,, +EAS,2049,13,, +EAS,2049,14,, +EAS,2049,15,, +EAS,2049,16,, +EAS,2049,17,, +EAS,2049,18,, +EAS,2050,0,, +EAS,2050,1,, +EAS,2050,2,, +EAS,2050,3,, +EAS,2050,4,, +EAS,2050,5,, +EAS,2050,6,, +EAS,2050,7,, +EAS,2050,8,, +EAS,2050,9,, +EAS,2050,10,, +EAS,2050,11,, +EAS,2050,12,, +EAS,2050,13,, +EAS,2050,14,, +EAS,2050,15,, +EAS,2050,16,, +EAS,2050,17,, +EAS,2050,18,, +ECA,1990,0,, +ECA,1990,1,, +ECA,1990,2,, +ECA,1990,3,, +ECA,1990,4,, +ECA,1990,5,, +ECA,1990,6,, +ECA,1990,7,, +ECA,1990,8,, +ECA,1990,9,, +ECA,1990,10,, +ECA,1990,11,, +ECA,1990,12,, +ECA,1990,13,, +ECA,1990,14,, +ECA,1990,15,, +ECA,1990,16,, +ECA,1990,17,, +ECA,1990,18,, +ECA,1991,0,, +ECA,1991,1,, +ECA,1991,2,, +ECA,1991,3,, +ECA,1991,4,, +ECA,1991,5,, +ECA,1991,6,, +ECA,1991,7,, +ECA,1991,8,, +ECA,1991,9,, +ECA,1991,10,, +ECA,1991,11,, +ECA,1991,12,, +ECA,1991,13,, +ECA,1991,14,, +ECA,1991,15,, +ECA,1991,16,, +ECA,1991,17,, +ECA,1991,18,, +ECA,1992,0,, +ECA,1992,1,, +ECA,1992,2,, +ECA,1992,3,, +ECA,1992,4,, +ECA,1992,5,, +ECA,1992,6,, +ECA,1992,7,, +ECA,1992,8,, +ECA,1992,9,, +ECA,1992,10,, +ECA,1992,11,, +ECA,1992,12,, +ECA,1992,13,, +ECA,1992,14,, +ECA,1992,15,, +ECA,1992,16,, +ECA,1992,17,, +ECA,1992,18,, +ECA,1993,0,, +ECA,1993,1,, +ECA,1993,2,, +ECA,1993,3,, +ECA,1993,4,, +ECA,1993,5,, +ECA,1993,6,, +ECA,1993,7,, +ECA,1993,8,, +ECA,1993,9,, +ECA,1993,10,, +ECA,1993,11,, +ECA,1993,12,, +ECA,1993,13,, +ECA,1993,14,, +ECA,1993,15,, +ECA,1993,16,, +ECA,1993,17,, +ECA,1993,18,, +ECA,1994,0,, +ECA,1994,1,, +ECA,1994,2,, +ECA,1994,3,, +ECA,1994,4,, +ECA,1994,5,, +ECA,1994,6,, +ECA,1994,7,, +ECA,1994,8,, +ECA,1994,9,, +ECA,1994,10,, +ECA,1994,11,, +ECA,1994,12,, +ECA,1994,13,, +ECA,1994,14,, +ECA,1994,15,, +ECA,1994,16,, +ECA,1994,17,, +ECA,1994,18,, +ECA,1995,0,, +ECA,1995,1,, +ECA,1995,2,, +ECA,1995,3,, +ECA,1995,4,, +ECA,1995,5,, +ECA,1995,6,, +ECA,1995,7,, +ECA,1995,8,, +ECA,1995,9,, +ECA,1995,10,, +ECA,1995,11,, +ECA,1995,12,, +ECA,1995,13,, +ECA,1995,14,, +ECA,1995,15,, +ECA,1995,16,, +ECA,1995,17,, +ECA,1995,18,, +ECA,1996,0,, +ECA,1996,1,, +ECA,1996,2,, +ECA,1996,3,, +ECA,1996,4,, +ECA,1996,5,, +ECA,1996,6,, +ECA,1996,7,, +ECA,1996,8,, +ECA,1996,9,, +ECA,1996,10,, +ECA,1996,11,, +ECA,1996,12,, +ECA,1996,13,, +ECA,1996,14,, +ECA,1996,15,, +ECA,1996,16,, +ECA,1996,17,, +ECA,1996,18,, +ECA,1997,0,, +ECA,1997,1,, +ECA,1997,2,, +ECA,1997,3,, +ECA,1997,4,, +ECA,1997,5,, +ECA,1997,6,, +ECA,1997,7,, +ECA,1997,8,, +ECA,1997,9,, +ECA,1997,10,, +ECA,1997,11,, +ECA,1997,12,, +ECA,1997,13,, +ECA,1997,14,, +ECA,1997,15,, +ECA,1997,16,, +ECA,1997,17,, +ECA,1997,18,, +ECA,1998,0,, +ECA,1998,1,, +ECA,1998,2,, +ECA,1998,3,, +ECA,1998,4,, +ECA,1998,5,, +ECA,1998,6,, +ECA,1998,7,, +ECA,1998,8,, +ECA,1998,9,, +ECA,1998,10,, +ECA,1998,11,, +ECA,1998,12,, +ECA,1998,13,, +ECA,1998,14,, +ECA,1998,15,, +ECA,1998,16,, +ECA,1998,17,, +ECA,1998,18,, +ECA,1999,0,, +ECA,1999,1,, +ECA,1999,2,, +ECA,1999,3,, +ECA,1999,4,, +ECA,1999,5,, +ECA,1999,6,, +ECA,1999,7,, +ECA,1999,8,, +ECA,1999,9,, +ECA,1999,10,, +ECA,1999,11,, +ECA,1999,12,, +ECA,1999,13,, +ECA,1999,14,, +ECA,1999,15,, +ECA,1999,16,, +ECA,1999,17,, +ECA,1999,18,, +ECA,2000,0,, +ECA,2000,1,, +ECA,2000,2,, +ECA,2000,3,, +ECA,2000,4,, +ECA,2000,5,, +ECA,2000,6,, +ECA,2000,7,, +ECA,2000,8,, +ECA,2000,9,, +ECA,2000,10,, +ECA,2000,11,, +ECA,2000,12,, +ECA,2000,13,, +ECA,2000,14,, +ECA,2000,15,, +ECA,2000,16,, +ECA,2000,17,, +ECA,2000,18,, +ECA,2001,0,, +ECA,2001,1,, +ECA,2001,2,, +ECA,2001,3,, +ECA,2001,4,, +ECA,2001,5,, +ECA,2001,6,, +ECA,2001,7,, +ECA,2001,8,, +ECA,2001,9,, +ECA,2001,10,, +ECA,2001,11,, +ECA,2001,12,, +ECA,2001,13,, +ECA,2001,14,, +ECA,2001,15,, +ECA,2001,16,, +ECA,2001,17,, +ECA,2001,18,, +ECA,2002,0,, +ECA,2002,1,, +ECA,2002,2,, +ECA,2002,3,, +ECA,2002,4,, +ECA,2002,5,, +ECA,2002,6,, +ECA,2002,7,, +ECA,2002,8,, +ECA,2002,9,, +ECA,2002,10,, +ECA,2002,11,, +ECA,2002,12,, +ECA,2002,13,, +ECA,2002,14,, +ECA,2002,15,, +ECA,2002,16,, +ECA,2002,17,, +ECA,2002,18,, +ECA,2003,0,, +ECA,2003,1,, +ECA,2003,2,, +ECA,2003,3,, +ECA,2003,4,, +ECA,2003,5,, +ECA,2003,6,, +ECA,2003,7,, +ECA,2003,8,, +ECA,2003,9,, +ECA,2003,10,, +ECA,2003,11,, +ECA,2003,12,, +ECA,2003,13,, +ECA,2003,14,, +ECA,2003,15,, +ECA,2003,16,, +ECA,2003,17,, +ECA,2003,18,, +ECA,2004,0,, +ECA,2004,1,, +ECA,2004,2,, +ECA,2004,3,, +ECA,2004,4,, +ECA,2004,5,, +ECA,2004,6,, +ECA,2004,7,, +ECA,2004,8,, +ECA,2004,9,, +ECA,2004,10,, +ECA,2004,11,, +ECA,2004,12,, +ECA,2004,13,, +ECA,2004,14,, +ECA,2004,15,, +ECA,2004,16,, +ECA,2004,17,, +ECA,2004,18,, +ECA,2005,0,, +ECA,2005,1,, +ECA,2005,2,, +ECA,2005,3,, +ECA,2005,4,, +ECA,2005,5,, +ECA,2005,6,, +ECA,2005,7,, +ECA,2005,8,, +ECA,2005,9,, +ECA,2005,10,, +ECA,2005,11,, +ECA,2005,12,, +ECA,2005,13,, +ECA,2005,14,, +ECA,2005,15,, +ECA,2005,16,, +ECA,2005,17,, +ECA,2005,18,, +ECA,2006,0,, +ECA,2006,1,, +ECA,2006,2,, +ECA,2006,3,, +ECA,2006,4,, +ECA,2006,5,, +ECA,2006,6,, +ECA,2006,7,, +ECA,2006,8,, +ECA,2006,9,, +ECA,2006,10,, +ECA,2006,11,, +ECA,2006,12,, +ECA,2006,13,, +ECA,2006,14,, +ECA,2006,15,, +ECA,2006,16,, +ECA,2006,17,, +ECA,2006,18,, +ECA,2007,0,, +ECA,2007,1,, +ECA,2007,2,, +ECA,2007,3,, +ECA,2007,4,, +ECA,2007,5,, +ECA,2007,6,, +ECA,2007,7,, +ECA,2007,8,, +ECA,2007,9,, +ECA,2007,10,, +ECA,2007,11,, +ECA,2007,12,, +ECA,2007,13,, +ECA,2007,14,, +ECA,2007,15,, +ECA,2007,16,, +ECA,2007,17,, +ECA,2007,18,, +ECA,2008,0,, +ECA,2008,1,, +ECA,2008,2,, +ECA,2008,3,, +ECA,2008,4,, +ECA,2008,5,, +ECA,2008,6,, +ECA,2008,7,, +ECA,2008,8,, +ECA,2008,9,, +ECA,2008,10,, +ECA,2008,11,, +ECA,2008,12,, +ECA,2008,13,, +ECA,2008,14,, +ECA,2008,15,, +ECA,2008,16,, +ECA,2008,17,, +ECA,2008,18,, +ECA,2009,0,, +ECA,2009,1,, +ECA,2009,2,, +ECA,2009,3,, +ECA,2009,4,, +ECA,2009,5,, +ECA,2009,6,, +ECA,2009,7,, +ECA,2009,8,, +ECA,2009,9,, +ECA,2009,10,, +ECA,2009,11,, +ECA,2009,12,, +ECA,2009,13,, +ECA,2009,14,, +ECA,2009,15,, +ECA,2009,16,, +ECA,2009,17,, +ECA,2009,18,, +ECA,2010,0,, +ECA,2010,1,, +ECA,2010,2,, +ECA,2010,3,, +ECA,2010,4,, +ECA,2010,5,, +ECA,2010,6,, +ECA,2010,7,, +ECA,2010,8,, +ECA,2010,9,, +ECA,2010,10,, +ECA,2010,11,, +ECA,2010,12,, +ECA,2010,13,, +ECA,2010,14,, +ECA,2010,15,, +ECA,2010,16,, +ECA,2010,17,, +ECA,2010,18,, +ECA,2011,0,, +ECA,2011,1,, +ECA,2011,2,, +ECA,2011,3,, +ECA,2011,4,, +ECA,2011,5,, +ECA,2011,6,, +ECA,2011,7,, +ECA,2011,8,, +ECA,2011,9,, +ECA,2011,10,, +ECA,2011,11,, +ECA,2011,12,, +ECA,2011,13,, +ECA,2011,14,, +ECA,2011,15,, +ECA,2011,16,, +ECA,2011,17,, +ECA,2011,18,, +ECA,2012,0,, +ECA,2012,1,, +ECA,2012,2,, +ECA,2012,3,, +ECA,2012,4,, +ECA,2012,5,, +ECA,2012,6,, +ECA,2012,7,, +ECA,2012,8,, +ECA,2012,9,, +ECA,2012,10,, +ECA,2012,11,, +ECA,2012,12,, +ECA,2012,13,, +ECA,2012,14,, +ECA,2012,15,, +ECA,2012,16,, +ECA,2012,17,, +ECA,2012,18,, +ECA,2013,0,, +ECA,2013,1,, +ECA,2013,2,, +ECA,2013,3,, +ECA,2013,4,, +ECA,2013,5,, +ECA,2013,6,, +ECA,2013,7,, +ECA,2013,8,, +ECA,2013,9,, +ECA,2013,10,, +ECA,2013,11,, +ECA,2013,12,, +ECA,2013,13,, +ECA,2013,14,, +ECA,2013,15,, +ECA,2013,16,, +ECA,2013,17,, +ECA,2013,18,, +ECA,2014,0,, +ECA,2014,1,, +ECA,2014,2,, +ECA,2014,3,, +ECA,2014,4,, +ECA,2014,5,, +ECA,2014,6,, +ECA,2014,7,, +ECA,2014,8,, +ECA,2014,9,, +ECA,2014,10,, +ECA,2014,11,, +ECA,2014,12,, +ECA,2014,13,, +ECA,2014,14,, +ECA,2014,15,, +ECA,2014,16,, +ECA,2014,17,, +ECA,2014,18,, +ECA,2015,0,, +ECA,2015,1,, +ECA,2015,2,, +ECA,2015,3,, +ECA,2015,4,, +ECA,2015,5,, +ECA,2015,6,, +ECA,2015,7,, +ECA,2015,8,, +ECA,2015,9,, +ECA,2015,10,, +ECA,2015,11,, +ECA,2015,12,, +ECA,2015,13,, +ECA,2015,14,, +ECA,2015,15,, +ECA,2015,16,, +ECA,2015,17,, +ECA,2015,18,, +ECA,2016,0,, +ECA,2016,1,, +ECA,2016,2,, +ECA,2016,3,, +ECA,2016,4,, +ECA,2016,5,, +ECA,2016,6,, +ECA,2016,7,, +ECA,2016,8,, +ECA,2016,9,, +ECA,2016,10,, +ECA,2016,11,, +ECA,2016,12,, +ECA,2016,13,, +ECA,2016,14,, +ECA,2016,15,, +ECA,2016,16,, +ECA,2016,17,, +ECA,2016,18,, +ECA,2017,0,, +ECA,2017,1,, +ECA,2017,2,, +ECA,2017,3,, +ECA,2017,4,, +ECA,2017,5,, +ECA,2017,6,, +ECA,2017,7,, +ECA,2017,8,, +ECA,2017,9,, +ECA,2017,10,, +ECA,2017,11,, +ECA,2017,12,, +ECA,2017,13,, +ECA,2017,14,, +ECA,2017,15,, +ECA,2017,16,, +ECA,2017,17,, +ECA,2017,18,, +ECA,2018,0,, +ECA,2018,1,, +ECA,2018,2,, +ECA,2018,3,, +ECA,2018,4,, +ECA,2018,5,, +ECA,2018,6,, +ECA,2018,7,, +ECA,2018,8,, +ECA,2018,9,, +ECA,2018,10,, +ECA,2018,11,, +ECA,2018,12,, +ECA,2018,13,, +ECA,2018,14,, +ECA,2018,15,, +ECA,2018,16,, +ECA,2018,17,, +ECA,2018,18,, +ECA,2019,0,, +ECA,2019,1,, +ECA,2019,2,, +ECA,2019,3,, +ECA,2019,4,, +ECA,2019,5,, +ECA,2019,6,, +ECA,2019,7,, +ECA,2019,8,, +ECA,2019,9,, +ECA,2019,10,, +ECA,2019,11,, +ECA,2019,12,, +ECA,2019,13,, +ECA,2019,14,, +ECA,2019,15,, +ECA,2019,16,, +ECA,2019,17,, +ECA,2019,18,, +ECA,2020,0,, +ECA,2020,1,, +ECA,2020,2,, +ECA,2020,3,, +ECA,2020,4,, +ECA,2020,5,, +ECA,2020,6,, +ECA,2020,7,, +ECA,2020,8,, +ECA,2020,9,, +ECA,2020,10,, +ECA,2020,11,, +ECA,2020,12,, +ECA,2020,13,, +ECA,2020,14,, +ECA,2020,15,, +ECA,2020,16,, +ECA,2020,17,, +ECA,2020,18,, +ECA,2021,0,, +ECA,2021,1,, +ECA,2021,2,, +ECA,2021,3,, +ECA,2021,4,, +ECA,2021,5,, +ECA,2021,6,, +ECA,2021,7,, +ECA,2021,8,, +ECA,2021,9,, +ECA,2021,10,, +ECA,2021,11,, +ECA,2021,12,, +ECA,2021,13,, +ECA,2021,14,, +ECA,2021,15,, +ECA,2021,16,, +ECA,2021,17,, +ECA,2021,18,, +ECA,2022,0,, +ECA,2022,1,, +ECA,2022,2,, +ECA,2022,3,, +ECA,2022,4,, +ECA,2022,5,, +ECA,2022,6,, +ECA,2022,7,, +ECA,2022,8,, +ECA,2022,9,, +ECA,2022,10,, +ECA,2022,11,, +ECA,2022,12,, +ECA,2022,13,, +ECA,2022,14,, +ECA,2022,15,, +ECA,2022,16,, +ECA,2022,17,, +ECA,2022,18,, +ECA,2023,0,, +ECA,2023,1,, +ECA,2023,2,, +ECA,2023,3,, +ECA,2023,4,, +ECA,2023,5,, +ECA,2023,6,, +ECA,2023,7,, +ECA,2023,8,, +ECA,2023,9,, +ECA,2023,10,, +ECA,2023,11,, +ECA,2023,12,, +ECA,2023,13,, +ECA,2023,14,, +ECA,2023,15,, +ECA,2023,16,, +ECA,2023,17,, +ECA,2023,18,, +ECA,2024,0,, +ECA,2024,1,, +ECA,2024,2,, +ECA,2024,3,, +ECA,2024,4,, +ECA,2024,5,, +ECA,2024,6,, +ECA,2024,7,, +ECA,2024,8,, +ECA,2024,9,, +ECA,2024,10,, +ECA,2024,11,, +ECA,2024,12,, +ECA,2024,13,, +ECA,2024,14,, +ECA,2024,15,, +ECA,2024,16,, +ECA,2024,17,, +ECA,2024,18,, +ECA,2025,0,, +ECA,2025,1,, +ECA,2025,2,, +ECA,2025,3,, +ECA,2025,4,, +ECA,2025,5,, +ECA,2025,6,, +ECA,2025,7,, +ECA,2025,8,, +ECA,2025,9,, +ECA,2025,10,, +ECA,2025,11,, +ECA,2025,12,, +ECA,2025,13,, +ECA,2025,14,, +ECA,2025,15,, +ECA,2025,16,, +ECA,2025,17,, +ECA,2025,18,, +ECA,2026,0,, +ECA,2026,1,, +ECA,2026,2,, +ECA,2026,3,, +ECA,2026,4,, +ECA,2026,5,, +ECA,2026,6,, +ECA,2026,7,, +ECA,2026,8,, +ECA,2026,9,, +ECA,2026,10,, +ECA,2026,11,, +ECA,2026,12,, +ECA,2026,13,, +ECA,2026,14,, +ECA,2026,15,, +ECA,2026,16,, +ECA,2026,17,, +ECA,2026,18,, +ECA,2027,0,, +ECA,2027,1,, +ECA,2027,2,, +ECA,2027,3,, +ECA,2027,4,, +ECA,2027,5,, +ECA,2027,6,, +ECA,2027,7,, +ECA,2027,8,, +ECA,2027,9,, +ECA,2027,10,, +ECA,2027,11,, +ECA,2027,12,, +ECA,2027,13,, +ECA,2027,14,, +ECA,2027,15,, +ECA,2027,16,, +ECA,2027,17,, +ECA,2027,18,, +ECA,2028,0,, +ECA,2028,1,, +ECA,2028,2,, +ECA,2028,3,, +ECA,2028,4,, +ECA,2028,5,, +ECA,2028,6,, +ECA,2028,7,, +ECA,2028,8,, +ECA,2028,9,, +ECA,2028,10,, +ECA,2028,11,, +ECA,2028,12,, +ECA,2028,13,, +ECA,2028,14,, +ECA,2028,15,, +ECA,2028,16,, +ECA,2028,17,, +ECA,2028,18,, +ECA,2029,0,, +ECA,2029,1,, +ECA,2029,2,, +ECA,2029,3,, +ECA,2029,4,, +ECA,2029,5,, +ECA,2029,6,, +ECA,2029,7,, +ECA,2029,8,, +ECA,2029,9,, +ECA,2029,10,, +ECA,2029,11,, +ECA,2029,12,, +ECA,2029,13,, +ECA,2029,14,, +ECA,2029,15,, +ECA,2029,16,, +ECA,2029,17,, +ECA,2029,18,, +ECA,2030,0,, +ECA,2030,1,, +ECA,2030,2,, +ECA,2030,3,, +ECA,2030,4,, +ECA,2030,5,, +ECA,2030,6,, +ECA,2030,7,, +ECA,2030,8,, +ECA,2030,9,, +ECA,2030,10,, +ECA,2030,11,, +ECA,2030,12,, +ECA,2030,13,, +ECA,2030,14,, +ECA,2030,15,, +ECA,2030,16,, +ECA,2030,17,, +ECA,2030,18,, +ECA,2031,0,, +ECA,2031,1,, +ECA,2031,2,, +ECA,2031,3,, +ECA,2031,4,, +ECA,2031,5,, +ECA,2031,6,, +ECA,2031,7,, +ECA,2031,8,, +ECA,2031,9,, +ECA,2031,10,, +ECA,2031,11,, +ECA,2031,12,, +ECA,2031,13,, +ECA,2031,14,, +ECA,2031,15,, +ECA,2031,16,, +ECA,2031,17,, +ECA,2031,18,, +ECA,2032,0,, +ECA,2032,1,, +ECA,2032,2,, +ECA,2032,3,, +ECA,2032,4,, +ECA,2032,5,, +ECA,2032,6,, +ECA,2032,7,, +ECA,2032,8,, +ECA,2032,9,, +ECA,2032,10,, +ECA,2032,11,, +ECA,2032,12,, +ECA,2032,13,, +ECA,2032,14,, +ECA,2032,15,, +ECA,2032,16,, +ECA,2032,17,, +ECA,2032,18,, +ECA,2033,0,, +ECA,2033,1,, +ECA,2033,2,, +ECA,2033,3,, +ECA,2033,4,, +ECA,2033,5,, +ECA,2033,6,, +ECA,2033,7,, +ECA,2033,8,, +ECA,2033,9,, +ECA,2033,10,, +ECA,2033,11,, +ECA,2033,12,, +ECA,2033,13,, +ECA,2033,14,, +ECA,2033,15,, +ECA,2033,16,, +ECA,2033,17,, +ECA,2033,18,, +ECA,2034,0,, +ECA,2034,1,, +ECA,2034,2,, +ECA,2034,3,, +ECA,2034,4,, +ECA,2034,5,, +ECA,2034,6,, +ECA,2034,7,, +ECA,2034,8,, +ECA,2034,9,, +ECA,2034,10,, +ECA,2034,11,, +ECA,2034,12,, +ECA,2034,13,, +ECA,2034,14,, +ECA,2034,15,, +ECA,2034,16,, +ECA,2034,17,, +ECA,2034,18,, +ECA,2035,0,, +ECA,2035,1,, +ECA,2035,2,, +ECA,2035,3,, +ECA,2035,4,, +ECA,2035,5,, +ECA,2035,6,, +ECA,2035,7,, +ECA,2035,8,, +ECA,2035,9,, +ECA,2035,10,, +ECA,2035,11,, +ECA,2035,12,, +ECA,2035,13,, +ECA,2035,14,, +ECA,2035,15,, +ECA,2035,16,, +ECA,2035,17,, +ECA,2035,18,, +ECA,2036,0,, +ECA,2036,1,, +ECA,2036,2,, +ECA,2036,3,, +ECA,2036,4,, +ECA,2036,5,, +ECA,2036,6,, +ECA,2036,7,, +ECA,2036,8,, +ECA,2036,9,, +ECA,2036,10,, +ECA,2036,11,, +ECA,2036,12,, +ECA,2036,13,, +ECA,2036,14,, +ECA,2036,15,, +ECA,2036,16,, +ECA,2036,17,, +ECA,2036,18,, +ECA,2037,0,, +ECA,2037,1,, +ECA,2037,2,, +ECA,2037,3,, +ECA,2037,4,, +ECA,2037,5,, +ECA,2037,6,, +ECA,2037,7,, +ECA,2037,8,, +ECA,2037,9,, +ECA,2037,10,, +ECA,2037,11,, +ECA,2037,12,, +ECA,2037,13,, +ECA,2037,14,, +ECA,2037,15,, +ECA,2037,16,, +ECA,2037,17,, +ECA,2037,18,, +ECA,2038,0,, +ECA,2038,1,, +ECA,2038,2,, +ECA,2038,3,, +ECA,2038,4,, +ECA,2038,5,, +ECA,2038,6,, +ECA,2038,7,, +ECA,2038,8,, +ECA,2038,9,, +ECA,2038,10,, +ECA,2038,11,, +ECA,2038,12,, +ECA,2038,13,, +ECA,2038,14,, +ECA,2038,15,, +ECA,2038,16,, +ECA,2038,17,, +ECA,2038,18,, +ECA,2039,0,, +ECA,2039,1,, +ECA,2039,2,, +ECA,2039,3,, +ECA,2039,4,, +ECA,2039,5,, +ECA,2039,6,, +ECA,2039,7,, +ECA,2039,8,, +ECA,2039,9,, +ECA,2039,10,, +ECA,2039,11,, +ECA,2039,12,, +ECA,2039,13,, +ECA,2039,14,, +ECA,2039,15,, +ECA,2039,16,, +ECA,2039,17,, +ECA,2039,18,, +ECA,2040,0,, +ECA,2040,1,, +ECA,2040,2,, +ECA,2040,3,, +ECA,2040,4,, +ECA,2040,5,, +ECA,2040,6,, +ECA,2040,7,, +ECA,2040,8,, +ECA,2040,9,, +ECA,2040,10,, +ECA,2040,11,, +ECA,2040,12,, +ECA,2040,13,, +ECA,2040,14,, +ECA,2040,15,, +ECA,2040,16,, +ECA,2040,17,, +ECA,2040,18,, +ECA,2041,0,, +ECA,2041,1,, +ECA,2041,2,, +ECA,2041,3,, +ECA,2041,4,, +ECA,2041,5,, +ECA,2041,6,, +ECA,2041,7,, +ECA,2041,8,, +ECA,2041,9,, +ECA,2041,10,, +ECA,2041,11,, +ECA,2041,12,, +ECA,2041,13,, +ECA,2041,14,, +ECA,2041,15,, +ECA,2041,16,, +ECA,2041,17,, +ECA,2041,18,, +ECA,2042,0,, +ECA,2042,1,, +ECA,2042,2,, +ECA,2042,3,, +ECA,2042,4,, +ECA,2042,5,, +ECA,2042,6,, +ECA,2042,7,, +ECA,2042,8,, +ECA,2042,9,, +ECA,2042,10,, +ECA,2042,11,, +ECA,2042,12,, +ECA,2042,13,, +ECA,2042,14,, +ECA,2042,15,, +ECA,2042,16,, +ECA,2042,17,, +ECA,2042,18,, +ECA,2043,0,, +ECA,2043,1,, +ECA,2043,2,, +ECA,2043,3,, +ECA,2043,4,, +ECA,2043,5,, +ECA,2043,6,, +ECA,2043,7,, +ECA,2043,8,, +ECA,2043,9,, +ECA,2043,10,, +ECA,2043,11,, +ECA,2043,12,, +ECA,2043,13,, +ECA,2043,14,, +ECA,2043,15,, +ECA,2043,16,, +ECA,2043,17,, +ECA,2043,18,, +ECA,2044,0,, +ECA,2044,1,, +ECA,2044,2,, +ECA,2044,3,, +ECA,2044,4,, +ECA,2044,5,, +ECA,2044,6,, +ECA,2044,7,, +ECA,2044,8,, +ECA,2044,9,, +ECA,2044,10,, +ECA,2044,11,, +ECA,2044,12,, +ECA,2044,13,, +ECA,2044,14,, +ECA,2044,15,, +ECA,2044,16,, +ECA,2044,17,, +ECA,2044,18,, +ECA,2045,0,, +ECA,2045,1,, +ECA,2045,2,, +ECA,2045,3,, +ECA,2045,4,, +ECA,2045,5,, +ECA,2045,6,, +ECA,2045,7,, +ECA,2045,8,, +ECA,2045,9,, +ECA,2045,10,, +ECA,2045,11,, +ECA,2045,12,, +ECA,2045,13,, +ECA,2045,14,, +ECA,2045,15,, +ECA,2045,16,, +ECA,2045,17,, +ECA,2045,18,, +ECA,2046,0,, +ECA,2046,1,, +ECA,2046,2,, +ECA,2046,3,, +ECA,2046,4,, +ECA,2046,5,, +ECA,2046,6,, +ECA,2046,7,, +ECA,2046,8,, +ECA,2046,9,, +ECA,2046,10,, +ECA,2046,11,, +ECA,2046,12,, +ECA,2046,13,, +ECA,2046,14,, +ECA,2046,15,, +ECA,2046,16,, +ECA,2046,17,, +ECA,2046,18,, +ECA,2047,0,, +ECA,2047,1,, +ECA,2047,2,, +ECA,2047,3,, +ECA,2047,4,, +ECA,2047,5,, +ECA,2047,6,, +ECA,2047,7,, +ECA,2047,8,, +ECA,2047,9,, +ECA,2047,10,, +ECA,2047,11,, +ECA,2047,12,, +ECA,2047,13,, +ECA,2047,14,, +ECA,2047,15,, +ECA,2047,16,, +ECA,2047,17,, +ECA,2047,18,, +ECA,2048,0,, +ECA,2048,1,, +ECA,2048,2,, +ECA,2048,3,, +ECA,2048,4,, +ECA,2048,5,, +ECA,2048,6,, +ECA,2048,7,, +ECA,2048,8,, +ECA,2048,9,, +ECA,2048,10,, +ECA,2048,11,, +ECA,2048,12,, +ECA,2048,13,, +ECA,2048,14,, +ECA,2048,15,, +ECA,2048,16,, +ECA,2048,17,, +ECA,2048,18,, +ECA,2049,0,, +ECA,2049,1,, +ECA,2049,2,, +ECA,2049,3,, +ECA,2049,4,, +ECA,2049,5,, +ECA,2049,6,, +ECA,2049,7,, +ECA,2049,8,, +ECA,2049,9,, +ECA,2049,10,, +ECA,2049,11,, +ECA,2049,12,, +ECA,2049,13,, +ECA,2049,14,, +ECA,2049,15,, +ECA,2049,16,, +ECA,2049,17,, +ECA,2049,18,, +ECA,2050,0,, +ECA,2050,1,, +ECA,2050,2,, +ECA,2050,3,, +ECA,2050,4,, +ECA,2050,5,, +ECA,2050,6,, +ECA,2050,7,, +ECA,2050,8,, +ECA,2050,9,, +ECA,2050,10,, +ECA,2050,11,, +ECA,2050,12,, +ECA,2050,13,, +ECA,2050,14,, +ECA,2050,15,, +ECA,2050,16,, +ECA,2050,17,, +ECA,2050,18,, +ECS,1990,0,, +ECS,1990,1,, +ECS,1990,2,, +ECS,1990,3,, +ECS,1990,4,, +ECS,1990,5,, +ECS,1990,6,, +ECS,1990,7,, +ECS,1990,8,, +ECS,1990,9,, +ECS,1990,10,, +ECS,1990,11,, +ECS,1990,12,, +ECS,1990,13,, +ECS,1990,14,, +ECS,1990,15,, +ECS,1990,16,, +ECS,1990,17,, +ECS,1990,18,, +ECS,1991,0,, +ECS,1991,1,, +ECS,1991,2,, +ECS,1991,3,, +ECS,1991,4,, +ECS,1991,5,, +ECS,1991,6,, +ECS,1991,7,, +ECS,1991,8,, +ECS,1991,9,, +ECS,1991,10,, +ECS,1991,11,, +ECS,1991,12,, +ECS,1991,13,, +ECS,1991,14,, +ECS,1991,15,, +ECS,1991,16,, +ECS,1991,17,, +ECS,1991,18,, +ECS,1992,0,, +ECS,1992,1,, +ECS,1992,2,, +ECS,1992,3,, +ECS,1992,4,, +ECS,1992,5,, +ECS,1992,6,, +ECS,1992,7,, +ECS,1992,8,, +ECS,1992,9,, +ECS,1992,10,, +ECS,1992,11,, +ECS,1992,12,, +ECS,1992,13,, +ECS,1992,14,, +ECS,1992,15,, +ECS,1992,16,, +ECS,1992,17,, +ECS,1992,18,, +ECS,1993,0,, +ECS,1993,1,, +ECS,1993,2,, +ECS,1993,3,, +ECS,1993,4,, +ECS,1993,5,, +ECS,1993,6,, +ECS,1993,7,, +ECS,1993,8,, +ECS,1993,9,, +ECS,1993,10,, +ECS,1993,11,, +ECS,1993,12,, +ECS,1993,13,, +ECS,1993,14,, +ECS,1993,15,, +ECS,1993,16,, +ECS,1993,17,, +ECS,1993,18,, +ECS,1994,0,, +ECS,1994,1,, +ECS,1994,2,, +ECS,1994,3,, +ECS,1994,4,, +ECS,1994,5,, +ECS,1994,6,, +ECS,1994,7,, +ECS,1994,8,, +ECS,1994,9,, +ECS,1994,10,, +ECS,1994,11,, +ECS,1994,12,, +ECS,1994,13,, +ECS,1994,14,, +ECS,1994,15,, +ECS,1994,16,, +ECS,1994,17,, +ECS,1994,18,, +ECS,1995,0,, +ECS,1995,1,, +ECS,1995,2,, +ECS,1995,3,, +ECS,1995,4,, +ECS,1995,5,, +ECS,1995,6,, +ECS,1995,7,, +ECS,1995,8,, +ECS,1995,9,, +ECS,1995,10,, +ECS,1995,11,, +ECS,1995,12,, +ECS,1995,13,, +ECS,1995,14,, +ECS,1995,15,, +ECS,1995,16,, +ECS,1995,17,, +ECS,1995,18,, +ECS,1996,0,, +ECS,1996,1,, +ECS,1996,2,, +ECS,1996,3,, +ECS,1996,4,, +ECS,1996,5,, +ECS,1996,6,, +ECS,1996,7,, +ECS,1996,8,, +ECS,1996,9,, +ECS,1996,10,, +ECS,1996,11,, +ECS,1996,12,, +ECS,1996,13,, +ECS,1996,14,, +ECS,1996,15,, +ECS,1996,16,, +ECS,1996,17,, +ECS,1996,18,, +ECS,1997,0,, +ECS,1997,1,, +ECS,1997,2,, +ECS,1997,3,, +ECS,1997,4,, +ECS,1997,5,, +ECS,1997,6,, +ECS,1997,7,, +ECS,1997,8,, +ECS,1997,9,, +ECS,1997,10,, +ECS,1997,11,, +ECS,1997,12,, +ECS,1997,13,, +ECS,1997,14,, +ECS,1997,15,, +ECS,1997,16,, +ECS,1997,17,, +ECS,1997,18,, +ECS,1998,0,, +ECS,1998,1,, +ECS,1998,2,, +ECS,1998,3,, +ECS,1998,4,, +ECS,1998,5,, +ECS,1998,6,, +ECS,1998,7,, +ECS,1998,8,, +ECS,1998,9,, +ECS,1998,10,, +ECS,1998,11,, +ECS,1998,12,, +ECS,1998,13,, +ECS,1998,14,, +ECS,1998,15,, +ECS,1998,16,, +ECS,1998,17,, +ECS,1998,18,, +ECS,1999,0,, +ECS,1999,1,, +ECS,1999,2,, +ECS,1999,3,, +ECS,1999,4,, +ECS,1999,5,, +ECS,1999,6,, +ECS,1999,7,, +ECS,1999,8,, +ECS,1999,9,, +ECS,1999,10,, +ECS,1999,11,, +ECS,1999,12,, +ECS,1999,13,, +ECS,1999,14,, +ECS,1999,15,, +ECS,1999,16,, +ECS,1999,17,, +ECS,1999,18,, +ECS,2000,0,, +ECS,2000,1,, +ECS,2000,2,, +ECS,2000,3,, +ECS,2000,4,, +ECS,2000,5,, +ECS,2000,6,, +ECS,2000,7,, +ECS,2000,8,, +ECS,2000,9,, +ECS,2000,10,, +ECS,2000,11,, +ECS,2000,12,, +ECS,2000,13,, +ECS,2000,14,, +ECS,2000,15,, +ECS,2000,16,, +ECS,2000,17,, +ECS,2000,18,, +ECS,2001,0,, +ECS,2001,1,, +ECS,2001,2,, +ECS,2001,3,, +ECS,2001,4,, +ECS,2001,5,, +ECS,2001,6,, +ECS,2001,7,, +ECS,2001,8,, +ECS,2001,9,, +ECS,2001,10,, +ECS,2001,11,, +ECS,2001,12,, +ECS,2001,13,, +ECS,2001,14,, +ECS,2001,15,, +ECS,2001,16,, +ECS,2001,17,, +ECS,2001,18,, +ECS,2002,0,, +ECS,2002,1,, +ECS,2002,2,, +ECS,2002,3,, +ECS,2002,4,, +ECS,2002,5,, +ECS,2002,6,, +ECS,2002,7,, +ECS,2002,8,, +ECS,2002,9,, +ECS,2002,10,, +ECS,2002,11,, +ECS,2002,12,, +ECS,2002,13,, +ECS,2002,14,, +ECS,2002,15,, +ECS,2002,16,, +ECS,2002,17,, +ECS,2002,18,, +ECS,2003,0,, +ECS,2003,1,, +ECS,2003,2,, +ECS,2003,3,, +ECS,2003,4,, +ECS,2003,5,, +ECS,2003,6,, +ECS,2003,7,, +ECS,2003,8,, +ECS,2003,9,, +ECS,2003,10,, +ECS,2003,11,, +ECS,2003,12,, +ECS,2003,13,, +ECS,2003,14,, +ECS,2003,15,, +ECS,2003,16,, +ECS,2003,17,, +ECS,2003,18,, +ECS,2004,0,, +ECS,2004,1,, +ECS,2004,2,, +ECS,2004,3,, +ECS,2004,4,, +ECS,2004,5,, +ECS,2004,6,, +ECS,2004,7,, +ECS,2004,8,, +ECS,2004,9,, +ECS,2004,10,, +ECS,2004,11,, +ECS,2004,12,, +ECS,2004,13,, +ECS,2004,14,, +ECS,2004,15,, +ECS,2004,16,, +ECS,2004,17,, +ECS,2004,18,, +ECS,2005,0,, +ECS,2005,1,, +ECS,2005,2,, +ECS,2005,3,, +ECS,2005,4,, +ECS,2005,5,, +ECS,2005,6,, +ECS,2005,7,, +ECS,2005,8,, +ECS,2005,9,, +ECS,2005,10,, +ECS,2005,11,, +ECS,2005,12,, +ECS,2005,13,, +ECS,2005,14,, +ECS,2005,15,, +ECS,2005,16,, +ECS,2005,17,, +ECS,2005,18,, +ECS,2006,0,, +ECS,2006,1,, +ECS,2006,2,, +ECS,2006,3,, +ECS,2006,4,, +ECS,2006,5,, +ECS,2006,6,, +ECS,2006,7,, +ECS,2006,8,, +ECS,2006,9,, +ECS,2006,10,, +ECS,2006,11,, +ECS,2006,12,, +ECS,2006,13,, +ECS,2006,14,, +ECS,2006,15,, +ECS,2006,16,, +ECS,2006,17,, +ECS,2006,18,, +ECS,2007,0,, +ECS,2007,1,, +ECS,2007,2,, +ECS,2007,3,, +ECS,2007,4,, +ECS,2007,5,, +ECS,2007,6,, +ECS,2007,7,, +ECS,2007,8,, +ECS,2007,9,, +ECS,2007,10,, +ECS,2007,11,, +ECS,2007,12,, +ECS,2007,13,, +ECS,2007,14,, +ECS,2007,15,, +ECS,2007,16,, +ECS,2007,17,, +ECS,2007,18,, +ECS,2008,0,, +ECS,2008,1,, +ECS,2008,2,, +ECS,2008,3,, +ECS,2008,4,, +ECS,2008,5,, +ECS,2008,6,, +ECS,2008,7,, +ECS,2008,8,, +ECS,2008,9,, +ECS,2008,10,, +ECS,2008,11,, +ECS,2008,12,, +ECS,2008,13,, +ECS,2008,14,, +ECS,2008,15,, +ECS,2008,16,, +ECS,2008,17,, +ECS,2008,18,, +ECS,2009,0,, +ECS,2009,1,, +ECS,2009,2,, +ECS,2009,3,, +ECS,2009,4,, +ECS,2009,5,, +ECS,2009,6,, +ECS,2009,7,, +ECS,2009,8,, +ECS,2009,9,, +ECS,2009,10,, +ECS,2009,11,, +ECS,2009,12,, +ECS,2009,13,, +ECS,2009,14,, +ECS,2009,15,, +ECS,2009,16,, +ECS,2009,17,, +ECS,2009,18,, +ECS,2010,0,, +ECS,2010,1,, +ECS,2010,2,, +ECS,2010,3,, +ECS,2010,4,, +ECS,2010,5,, +ECS,2010,6,, +ECS,2010,7,, +ECS,2010,8,, +ECS,2010,9,, +ECS,2010,10,, +ECS,2010,11,, +ECS,2010,12,, +ECS,2010,13,, +ECS,2010,14,, +ECS,2010,15,, +ECS,2010,16,, +ECS,2010,17,, +ECS,2010,18,, +ECS,2011,0,, +ECS,2011,1,, +ECS,2011,2,, +ECS,2011,3,, +ECS,2011,4,, +ECS,2011,5,, +ECS,2011,6,, +ECS,2011,7,, +ECS,2011,8,, +ECS,2011,9,, +ECS,2011,10,, +ECS,2011,11,, +ECS,2011,12,, +ECS,2011,13,, +ECS,2011,14,, +ECS,2011,15,, +ECS,2011,16,, +ECS,2011,17,, +ECS,2011,18,, +ECS,2012,0,, +ECS,2012,1,, +ECS,2012,2,, +ECS,2012,3,, +ECS,2012,4,, +ECS,2012,5,, +ECS,2012,6,, +ECS,2012,7,, +ECS,2012,8,, +ECS,2012,9,, +ECS,2012,10,, +ECS,2012,11,, +ECS,2012,12,, +ECS,2012,13,, +ECS,2012,14,, +ECS,2012,15,, +ECS,2012,16,, +ECS,2012,17,, +ECS,2012,18,, +ECS,2013,0,, +ECS,2013,1,, +ECS,2013,2,, +ECS,2013,3,, +ECS,2013,4,, +ECS,2013,5,, +ECS,2013,6,, +ECS,2013,7,, +ECS,2013,8,, +ECS,2013,9,, +ECS,2013,10,, +ECS,2013,11,, +ECS,2013,12,, +ECS,2013,13,, +ECS,2013,14,, +ECS,2013,15,, +ECS,2013,16,, +ECS,2013,17,, +ECS,2013,18,, +ECS,2014,0,, +ECS,2014,1,, +ECS,2014,2,, +ECS,2014,3,, +ECS,2014,4,, +ECS,2014,5,, +ECS,2014,6,, +ECS,2014,7,, +ECS,2014,8,, +ECS,2014,9,, +ECS,2014,10,, +ECS,2014,11,, +ECS,2014,12,, +ECS,2014,13,, +ECS,2014,14,, +ECS,2014,15,, +ECS,2014,16,, +ECS,2014,17,, +ECS,2014,18,, +ECS,2015,0,, +ECS,2015,1,, +ECS,2015,2,, +ECS,2015,3,, +ECS,2015,4,, +ECS,2015,5,, +ECS,2015,6,, +ECS,2015,7,, +ECS,2015,8,, +ECS,2015,9,, +ECS,2015,10,, +ECS,2015,11,, +ECS,2015,12,, +ECS,2015,13,, +ECS,2015,14,, +ECS,2015,15,, +ECS,2015,16,, +ECS,2015,17,, +ECS,2015,18,, +ECS,2016,0,, +ECS,2016,1,, +ECS,2016,2,, +ECS,2016,3,, +ECS,2016,4,, +ECS,2016,5,, +ECS,2016,6,, +ECS,2016,7,, +ECS,2016,8,, +ECS,2016,9,, +ECS,2016,10,, +ECS,2016,11,, +ECS,2016,12,, +ECS,2016,13,, +ECS,2016,14,, +ECS,2016,15,, +ECS,2016,16,, +ECS,2016,17,, +ECS,2016,18,, +ECS,2017,0,, +ECS,2017,1,, +ECS,2017,2,, +ECS,2017,3,, +ECS,2017,4,, +ECS,2017,5,, +ECS,2017,6,, +ECS,2017,7,, +ECS,2017,8,, +ECS,2017,9,, +ECS,2017,10,, +ECS,2017,11,, +ECS,2017,12,, +ECS,2017,13,, +ECS,2017,14,, +ECS,2017,15,, +ECS,2017,16,, +ECS,2017,17,, +ECS,2017,18,, +ECS,2018,0,, +ECS,2018,1,, +ECS,2018,2,, +ECS,2018,3,, +ECS,2018,4,, +ECS,2018,5,, +ECS,2018,6,, +ECS,2018,7,, +ECS,2018,8,, +ECS,2018,9,, +ECS,2018,10,, +ECS,2018,11,, +ECS,2018,12,, +ECS,2018,13,, +ECS,2018,14,, +ECS,2018,15,, +ECS,2018,16,, +ECS,2018,17,, +ECS,2018,18,, +ECS,2019,0,, +ECS,2019,1,, +ECS,2019,2,, +ECS,2019,3,, +ECS,2019,4,, +ECS,2019,5,, +ECS,2019,6,, +ECS,2019,7,, +ECS,2019,8,, +ECS,2019,9,, +ECS,2019,10,, +ECS,2019,11,, +ECS,2019,12,, +ECS,2019,13,, +ECS,2019,14,, +ECS,2019,15,, +ECS,2019,16,, +ECS,2019,17,, +ECS,2019,18,, +ECS,2020,0,, +ECS,2020,1,, +ECS,2020,2,, +ECS,2020,3,, +ECS,2020,4,, +ECS,2020,5,, +ECS,2020,6,, +ECS,2020,7,, +ECS,2020,8,, +ECS,2020,9,, +ECS,2020,10,, +ECS,2020,11,, +ECS,2020,12,, +ECS,2020,13,, +ECS,2020,14,, +ECS,2020,15,, +ECS,2020,16,, +ECS,2020,17,, +ECS,2020,18,, +ECS,2021,0,, +ECS,2021,1,, +ECS,2021,2,, +ECS,2021,3,, +ECS,2021,4,, +ECS,2021,5,, +ECS,2021,6,, +ECS,2021,7,, +ECS,2021,8,, +ECS,2021,9,, +ECS,2021,10,, +ECS,2021,11,, +ECS,2021,12,, +ECS,2021,13,, +ECS,2021,14,, +ECS,2021,15,, +ECS,2021,16,, +ECS,2021,17,, +ECS,2021,18,, +ECS,2022,0,, +ECS,2022,1,, +ECS,2022,2,, +ECS,2022,3,, +ECS,2022,4,, +ECS,2022,5,, +ECS,2022,6,, +ECS,2022,7,, +ECS,2022,8,, +ECS,2022,9,, +ECS,2022,10,, +ECS,2022,11,, +ECS,2022,12,, +ECS,2022,13,, +ECS,2022,14,, +ECS,2022,15,, +ECS,2022,16,, +ECS,2022,17,, +ECS,2022,18,, +ECS,2023,0,, +ECS,2023,1,, +ECS,2023,2,, +ECS,2023,3,, +ECS,2023,4,, +ECS,2023,5,, +ECS,2023,6,, +ECS,2023,7,, +ECS,2023,8,, +ECS,2023,9,, +ECS,2023,10,, +ECS,2023,11,, +ECS,2023,12,, +ECS,2023,13,, +ECS,2023,14,, +ECS,2023,15,, +ECS,2023,16,, +ECS,2023,17,, +ECS,2023,18,, +ECS,2024,0,, +ECS,2024,1,, +ECS,2024,2,, +ECS,2024,3,, +ECS,2024,4,, +ECS,2024,5,, +ECS,2024,6,, +ECS,2024,7,, +ECS,2024,8,, +ECS,2024,9,, +ECS,2024,10,, +ECS,2024,11,, +ECS,2024,12,, +ECS,2024,13,, +ECS,2024,14,, +ECS,2024,15,, +ECS,2024,16,, +ECS,2024,17,, +ECS,2024,18,, +ECS,2025,0,, +ECS,2025,1,, +ECS,2025,2,, +ECS,2025,3,, +ECS,2025,4,, +ECS,2025,5,, +ECS,2025,6,, +ECS,2025,7,, +ECS,2025,8,, +ECS,2025,9,, +ECS,2025,10,, +ECS,2025,11,, +ECS,2025,12,, +ECS,2025,13,, +ECS,2025,14,, +ECS,2025,15,, +ECS,2025,16,, +ECS,2025,17,, +ECS,2025,18,, +ECS,2026,0,, +ECS,2026,1,, +ECS,2026,2,, +ECS,2026,3,, +ECS,2026,4,, +ECS,2026,5,, +ECS,2026,6,, +ECS,2026,7,, +ECS,2026,8,, +ECS,2026,9,, +ECS,2026,10,, +ECS,2026,11,, +ECS,2026,12,, +ECS,2026,13,, +ECS,2026,14,, +ECS,2026,15,, +ECS,2026,16,, +ECS,2026,17,, +ECS,2026,18,, +ECS,2027,0,, +ECS,2027,1,, +ECS,2027,2,, +ECS,2027,3,, +ECS,2027,4,, +ECS,2027,5,, +ECS,2027,6,, +ECS,2027,7,, +ECS,2027,8,, +ECS,2027,9,, +ECS,2027,10,, +ECS,2027,11,, +ECS,2027,12,, +ECS,2027,13,, +ECS,2027,14,, +ECS,2027,15,, +ECS,2027,16,, +ECS,2027,17,, +ECS,2027,18,, +ECS,2028,0,, +ECS,2028,1,, +ECS,2028,2,, +ECS,2028,3,, +ECS,2028,4,, +ECS,2028,5,, +ECS,2028,6,, +ECS,2028,7,, +ECS,2028,8,, +ECS,2028,9,, +ECS,2028,10,, +ECS,2028,11,, +ECS,2028,12,, +ECS,2028,13,, +ECS,2028,14,, +ECS,2028,15,, +ECS,2028,16,, +ECS,2028,17,, +ECS,2028,18,, +ECS,2029,0,, +ECS,2029,1,, +ECS,2029,2,, +ECS,2029,3,, +ECS,2029,4,, +ECS,2029,5,, +ECS,2029,6,, +ECS,2029,7,, +ECS,2029,8,, +ECS,2029,9,, +ECS,2029,10,, +ECS,2029,11,, +ECS,2029,12,, +ECS,2029,13,, +ECS,2029,14,, +ECS,2029,15,, +ECS,2029,16,, +ECS,2029,17,, +ECS,2029,18,, +ECS,2030,0,, +ECS,2030,1,, +ECS,2030,2,, +ECS,2030,3,, +ECS,2030,4,, +ECS,2030,5,, +ECS,2030,6,, +ECS,2030,7,, +ECS,2030,8,, +ECS,2030,9,, +ECS,2030,10,, +ECS,2030,11,, +ECS,2030,12,, +ECS,2030,13,, +ECS,2030,14,, +ECS,2030,15,, +ECS,2030,16,, +ECS,2030,17,, +ECS,2030,18,, +ECS,2031,0,, +ECS,2031,1,, +ECS,2031,2,, +ECS,2031,3,, +ECS,2031,4,, +ECS,2031,5,, +ECS,2031,6,, +ECS,2031,7,, +ECS,2031,8,, +ECS,2031,9,, +ECS,2031,10,, +ECS,2031,11,, +ECS,2031,12,, +ECS,2031,13,, +ECS,2031,14,, +ECS,2031,15,, +ECS,2031,16,, +ECS,2031,17,, +ECS,2031,18,, +ECS,2032,0,, +ECS,2032,1,, +ECS,2032,2,, +ECS,2032,3,, +ECS,2032,4,, +ECS,2032,5,, +ECS,2032,6,, +ECS,2032,7,, +ECS,2032,8,, +ECS,2032,9,, +ECS,2032,10,, +ECS,2032,11,, +ECS,2032,12,, +ECS,2032,13,, +ECS,2032,14,, +ECS,2032,15,, +ECS,2032,16,, +ECS,2032,17,, +ECS,2032,18,, +ECS,2033,0,, +ECS,2033,1,, +ECS,2033,2,, +ECS,2033,3,, +ECS,2033,4,, +ECS,2033,5,, +ECS,2033,6,, +ECS,2033,7,, +ECS,2033,8,, +ECS,2033,9,, +ECS,2033,10,, +ECS,2033,11,, +ECS,2033,12,, +ECS,2033,13,, +ECS,2033,14,, +ECS,2033,15,, +ECS,2033,16,, +ECS,2033,17,, +ECS,2033,18,, +ECS,2034,0,, +ECS,2034,1,, +ECS,2034,2,, +ECS,2034,3,, +ECS,2034,4,, +ECS,2034,5,, +ECS,2034,6,, +ECS,2034,7,, +ECS,2034,8,, +ECS,2034,9,, +ECS,2034,10,, +ECS,2034,11,, +ECS,2034,12,, +ECS,2034,13,, +ECS,2034,14,, +ECS,2034,15,, +ECS,2034,16,, +ECS,2034,17,, +ECS,2034,18,, +ECS,2035,0,, +ECS,2035,1,, +ECS,2035,2,, +ECS,2035,3,, +ECS,2035,4,, +ECS,2035,5,, +ECS,2035,6,, +ECS,2035,7,, +ECS,2035,8,, +ECS,2035,9,, +ECS,2035,10,, +ECS,2035,11,, +ECS,2035,12,, +ECS,2035,13,, +ECS,2035,14,, +ECS,2035,15,, +ECS,2035,16,, +ECS,2035,17,, +ECS,2035,18,, +ECS,2036,0,, +ECS,2036,1,, +ECS,2036,2,, +ECS,2036,3,, +ECS,2036,4,, +ECS,2036,5,, +ECS,2036,6,, +ECS,2036,7,, +ECS,2036,8,, +ECS,2036,9,, +ECS,2036,10,, +ECS,2036,11,, +ECS,2036,12,, +ECS,2036,13,, +ECS,2036,14,, +ECS,2036,15,, +ECS,2036,16,, +ECS,2036,17,, +ECS,2036,18,, +ECS,2037,0,, +ECS,2037,1,, +ECS,2037,2,, +ECS,2037,3,, +ECS,2037,4,, +ECS,2037,5,, +ECS,2037,6,, +ECS,2037,7,, +ECS,2037,8,, +ECS,2037,9,, +ECS,2037,10,, +ECS,2037,11,, +ECS,2037,12,, +ECS,2037,13,, +ECS,2037,14,, +ECS,2037,15,, +ECS,2037,16,, +ECS,2037,17,, +ECS,2037,18,, +ECS,2038,0,, +ECS,2038,1,, +ECS,2038,2,, +ECS,2038,3,, +ECS,2038,4,, +ECS,2038,5,, +ECS,2038,6,, +ECS,2038,7,, +ECS,2038,8,, +ECS,2038,9,, +ECS,2038,10,, +ECS,2038,11,, +ECS,2038,12,, +ECS,2038,13,, +ECS,2038,14,, +ECS,2038,15,, +ECS,2038,16,, +ECS,2038,17,, +ECS,2038,18,, +ECS,2039,0,, +ECS,2039,1,, +ECS,2039,2,, +ECS,2039,3,, +ECS,2039,4,, +ECS,2039,5,, +ECS,2039,6,, +ECS,2039,7,, +ECS,2039,8,, +ECS,2039,9,, +ECS,2039,10,, +ECS,2039,11,, +ECS,2039,12,, +ECS,2039,13,, +ECS,2039,14,, +ECS,2039,15,, +ECS,2039,16,, +ECS,2039,17,, +ECS,2039,18,, +ECS,2040,0,, +ECS,2040,1,, +ECS,2040,2,, +ECS,2040,3,, +ECS,2040,4,, +ECS,2040,5,, +ECS,2040,6,, +ECS,2040,7,, +ECS,2040,8,, +ECS,2040,9,, +ECS,2040,10,, +ECS,2040,11,, +ECS,2040,12,, +ECS,2040,13,, +ECS,2040,14,, +ECS,2040,15,, +ECS,2040,16,, +ECS,2040,17,, +ECS,2040,18,, +ECS,2041,0,, +ECS,2041,1,, +ECS,2041,2,, +ECS,2041,3,, +ECS,2041,4,, +ECS,2041,5,, +ECS,2041,6,, +ECS,2041,7,, +ECS,2041,8,, +ECS,2041,9,, +ECS,2041,10,, +ECS,2041,11,, +ECS,2041,12,, +ECS,2041,13,, +ECS,2041,14,, +ECS,2041,15,, +ECS,2041,16,, +ECS,2041,17,, +ECS,2041,18,, +ECS,2042,0,, +ECS,2042,1,, +ECS,2042,2,, +ECS,2042,3,, +ECS,2042,4,, +ECS,2042,5,, +ECS,2042,6,, +ECS,2042,7,, +ECS,2042,8,, +ECS,2042,9,, +ECS,2042,10,, +ECS,2042,11,, +ECS,2042,12,, +ECS,2042,13,, +ECS,2042,14,, +ECS,2042,15,, +ECS,2042,16,, +ECS,2042,17,, +ECS,2042,18,, +ECS,2043,0,, +ECS,2043,1,, +ECS,2043,2,, +ECS,2043,3,, +ECS,2043,4,, +ECS,2043,5,, +ECS,2043,6,, +ECS,2043,7,, +ECS,2043,8,, +ECS,2043,9,, +ECS,2043,10,, +ECS,2043,11,, +ECS,2043,12,, +ECS,2043,13,, +ECS,2043,14,, +ECS,2043,15,, +ECS,2043,16,, +ECS,2043,17,, +ECS,2043,18,, +ECS,2044,0,, +ECS,2044,1,, +ECS,2044,2,, +ECS,2044,3,, +ECS,2044,4,, +ECS,2044,5,, +ECS,2044,6,, +ECS,2044,7,, +ECS,2044,8,, +ECS,2044,9,, +ECS,2044,10,, +ECS,2044,11,, +ECS,2044,12,, +ECS,2044,13,, +ECS,2044,14,, +ECS,2044,15,, +ECS,2044,16,, +ECS,2044,17,, +ECS,2044,18,, +ECS,2045,0,, +ECS,2045,1,, +ECS,2045,2,, +ECS,2045,3,, +ECS,2045,4,, +ECS,2045,5,, +ECS,2045,6,, +ECS,2045,7,, +ECS,2045,8,, +ECS,2045,9,, +ECS,2045,10,, +ECS,2045,11,, +ECS,2045,12,, +ECS,2045,13,, +ECS,2045,14,, +ECS,2045,15,, +ECS,2045,16,, +ECS,2045,17,, +ECS,2045,18,, +ECS,2046,0,, +ECS,2046,1,, +ECS,2046,2,, +ECS,2046,3,, +ECS,2046,4,, +ECS,2046,5,, +ECS,2046,6,, +ECS,2046,7,, +ECS,2046,8,, +ECS,2046,9,, +ECS,2046,10,, +ECS,2046,11,, +ECS,2046,12,, +ECS,2046,13,, +ECS,2046,14,, +ECS,2046,15,, +ECS,2046,16,, +ECS,2046,17,, +ECS,2046,18,, +ECS,2047,0,, +ECS,2047,1,, +ECS,2047,2,, +ECS,2047,3,, +ECS,2047,4,, +ECS,2047,5,, +ECS,2047,6,, +ECS,2047,7,, +ECS,2047,8,, +ECS,2047,9,, +ECS,2047,10,, +ECS,2047,11,, +ECS,2047,12,, +ECS,2047,13,, +ECS,2047,14,, +ECS,2047,15,, +ECS,2047,16,, +ECS,2047,17,, +ECS,2047,18,, +ECS,2048,0,, +ECS,2048,1,, +ECS,2048,2,, +ECS,2048,3,, +ECS,2048,4,, +ECS,2048,5,, +ECS,2048,6,, +ECS,2048,7,, +ECS,2048,8,, +ECS,2048,9,, +ECS,2048,10,, +ECS,2048,11,, +ECS,2048,12,, +ECS,2048,13,, +ECS,2048,14,, +ECS,2048,15,, +ECS,2048,16,, +ECS,2048,17,, +ECS,2048,18,, +ECS,2049,0,, +ECS,2049,1,, +ECS,2049,2,, +ECS,2049,3,, +ECS,2049,4,, +ECS,2049,5,, +ECS,2049,6,, +ECS,2049,7,, +ECS,2049,8,, +ECS,2049,9,, +ECS,2049,10,, +ECS,2049,11,, +ECS,2049,12,, +ECS,2049,13,, +ECS,2049,14,, +ECS,2049,15,, +ECS,2049,16,, +ECS,2049,17,, +ECS,2049,18,, +ECS,2050,0,, +ECS,2050,1,, +ECS,2050,2,, +ECS,2050,3,, +ECS,2050,4,, +ECS,2050,5,, +ECS,2050,6,, +ECS,2050,7,, +ECS,2050,8,, +ECS,2050,9,, +ECS,2050,10,, +ECS,2050,11,, +ECS,2050,12,, +ECS,2050,13,, +ECS,2050,14,, +ECS,2050,15,, +ECS,2050,16,, +ECS,2050,17,, +ECS,2050,18,, +ECU,1990,0,143399,148879 +ECU,1990,1,140996,146589 +ECU,1990,2,138650,144270 +ECU,1990,3,136361,141932 +ECU,1990,4,134126,139583 +ECU,1990,5,131944,137232 +ECU,1990,6,129815,134887 +ECU,1990,7,127737,132558 +ECU,1990,8,125709,130252 +ECU,1990,9,123730,127979 +ECU,1990,10,121765,125703 +ECU,1990,11,119783,123387 +ECU,1990,12,117941,121264 +ECU,1990,13,116302,119430 +ECU,1990,14,114770,117761 +ECU,1990,15,113191,116039 +ECU,1990,16,111607,114310 +ECU,1990,17,109810,112387 +ECU,1990,18,107683,110154 +ECU,1991,0,144463,150031 +ECU,1991,1,142947,148466 +ECU,1991,2,140662,146248 +ECU,1991,3,138405,143993 +ECU,1991,4,136180,141708 +ECU,1991,5,133989,139402 +ECU,1991,6,131831,137086 +ECU,1991,7,129706,134769 +ECU,1991,8,127630,132456 +ECU,1991,9,125610,130157 +ECU,1991,10,123640,127882 +ECU,1991,11,121676,125599 +ECU,1991,12,119685,123272 +ECU,1991,13,117834,121131 +ECU,1991,14,116187,119274 +ECU,1991,15,114645,117578 +ECU,1991,16,113055,115826 +ECU,1991,17,111458,114066 +ECU,1991,18,109649,112116 +ECU,1992,0,145331,151054 +ECU,1992,1,143588,149362 +ECU,1992,2,142528,148070 +ECU,1992,3,140360,145925 +ECU,1992,4,138192,143733 +ECU,1992,5,136032,141500 +ECU,1992,6,133883,139238 +ECU,1992,7,131748,136957 +ECU,1992,8,129627,134666 +ECU,1992,9,127552,132370 +ECU,1992,10,125539,130078 +ECU,1992,11,123580,127800 +ECU,1992,12,121614,125509 +ECU,1992,13,119616,123171 +ECU,1992,14,117755,121012 +ECU,1992,15,116098,119131 +ECU,1992,16,114547,117408 +ECU,1992,17,112945,115627 +ECU,1992,18,111334,113836 +ECU,1993,0,146154,152083 +ECU,1993,1,144738,150623 +ECU,1993,2,143177,148997 +ECU,1993,3,142115,147668 +ECU,1993,4,140065,145597 +ECU,1993,5,137986,143468 +ECU,1993,6,135890,141288 +ECU,1993,7,133784,139070 +ECU,1993,8,131672,136823 +ECU,1993,9,129554,134558 +ECU,1993,10,127480,132280 +ECU,1993,11,125475,129994 +ECU,1993,12,123525,127714 +ECU,1993,13,121559,125416 +ECU,1993,14,119552,123065 +ECU,1993,15,117682,120889 +ECU,1993,16,116015,118985 +ECU,1993,17,114454,117234 +ECU,1993,18,112840,115423 +ECU,1994,0,147143,153301 +ECU,1994,1,145945,151958 +ECU,1994,2,144571,150452 +ECU,1994,3,143041,148799 +ECU,1994,4,141680,147236 +ECU,1994,5,139747,145239 +ECU,1994,6,137758,143172 +ECU,1994,7,135726,141047 +ECU,1994,8,133664,138872 +ECU,1994,9,131575,136660 +ECU,1994,10,129461,134423 +ECU,1994,11,127388,132162 +ECU,1994,12,125391,129882 +ECU,1994,13,123451,127601 +ECU,1994,14,121484,125296 +ECU,1994,15,119470,122934 +ECU,1994,16,117590,120741 +ECU,1994,17,115914,118813 +ECU,1994,18,114343,117035 +ECU,1995,0,148427,154812 +ECU,1995,1,147286,153444 +ECU,1995,2,145976,151944 +ECU,1995,3,144515,150323 +ECU,1995,4,142920,148590 +ECU,1995,5,141206,146757 +ECU,1995,6,139391,144834 +ECU,1995,7,137492,142831 +ECU,1995,8,135525,140760 +ECU,1995,9,133507,138629 +ECU,1995,10,131441,136453 +ECU,1995,11,129332,134244 +ECU,1995,12,127261,132001 +ECU,1995,13,125272,129729 +ECU,1995,14,123343,127447 +ECU,1995,15,121376,125136 +ECU,1995,16,119354,122764 +ECU,1995,17,117465,120554 +ECU,1995,18,115780,118604 +ECU,1996,0,150324,156987 +ECU,1996,1,148383,154742 +ECU,1996,2,147166,153309 +ECU,1996,3,145820,151780 +ECU,1996,4,144356,150159 +ECU,1996,5,142782,148449 +ECU,1996,6,141115,146660 +ECU,1996,7,139372,144802 +ECU,1996,8,137523,142844 +ECU,1996,9,135561,140776 +ECU,1996,10,133520,138620 +ECU,1996,11,131442,136428 +ECU,1996,12,129326,134207 +ECU,1996,13,127240,131939 +ECU,1996,14,125227,129624 +ECU,1996,15,123267,127287 +ECU,1996,16,121268,124921 +ECU,1996,17,119212,122491 +ECU,1996,18,117292,120228 +ECU,1997,0,152525,159465 +ECU,1997,1,150864,157467 +ECU,1997,2,148276,154594 +ECU,1997,3,146983,153096 +ECU,1997,4,145601,151539 +ECU,1997,5,144134,149919 +ECU,1997,6,142582,148232 +ECU,1997,7,140962,146488 +ECU,1997,8,139292,144697 +ECU,1997,9,137495,142786 +ECU,1997,10,135540,140721 +ECU,1997,11,133476,138541 +ECU,1997,12,131387,136334 +ECU,1997,13,129264,134103 +ECU,1997,14,127164,131810 +ECU,1997,15,125128,129454 +ECU,1997,16,123138,127063 +ECU,1997,17,121108,124642 +ECU,1997,18,119019,122156 +ECU,1998,0,154631,161811 +ECU,1998,1,152597,159416 +ECU,1998,2,150663,157178 +ECU,1998,3,148116,154384 +ECU,1998,4,146747,152822 +ECU,1998,5,145331,151238 +ECU,1998,6,143861,149620 +ECU,1998,7,142332,147957 +ECU,1998,8,140760,146258 +ECU,1998,9,139163,144535 +ECU,1998,10,137418,142670 +ECU,1998,11,135470,140610 +ECU,1998,12,133384,138407 +ECU,1998,13,131285,136186 +ECU,1998,14,129156,133945 +ECU,1998,15,127043,131629 +ECU,1998,16,124984,129232 +ECU,1998,17,122965,126789 +ECU,1998,18,120905,124314 +ECU,1999,0,156102,163438 +ECU,1999,1,153902,160886 +ECU,1999,2,151863,158545 +ECU,1999,3,149962,156386 +ECU,1999,4,147927,154143 +ECU,1999,5,146483,152518 +ECU,1999,6,145031,150907 +ECU,1999,7,143560,149291 +ECU,1999,8,142053,147652 +ECU,1999,9,140530,145999 +ECU,1999,10,139007,144344 +ECU,1999,11,137314,142526 +ECU,1999,12,135373,140471 +ECU,1999,13,133266,138245 +ECU,1999,14,131157,136011 +ECU,1999,15,129023,133760 +ECU,1999,16,126897,131422 +ECU,1999,17,124816,128984 +ECU,1999,18,122768,126489 +ECU,2000,0,156576,163956 +ECU,2000,1,154565,161640 +ECU,2000,2,152695,159500 +ECU,2000,3,150945,157512 +ECU,2000,4,149294,155649 +ECU,2000,5,147719,153886 +ECU,2000,6,146200,152199 +ECU,2000,7,144714,150561 +ECU,2000,8,143240,148947 +ECU,2000,9,141757,147332 +ECU,2000,10,140282,145726 +ECU,2000,11,138833,144138 +ECU,2000,12,137192,142367 +ECU,2000,13,135259,140318 +ECU,2000,14,133131,138069 +ECU,2000,15,131012,135822 +ECU,2000,16,128873,133562 +ECU,2000,17,126735,131201 +ECU,2000,18,124632,128723 +ECU,2001,0,155933,163210 +ECU,2001,1,155983,163262 +ECU,2001,2,154254,161271 +ECU,2001,3,152568,159344 +ECU,2001,4,150920,157473 +ECU,2001,5,149304,155651 +ECU,2001,6,147698,153851 +ECU,2001,7,146079,152047 +ECU,2001,8,144522,150325 +ECU,2001,9,143055,148714 +ECU,2001,10,141622,147152 +ECU,2001,11,140162,145556 +ECU,2001,12,138710,143960 +ECU,2001,13,137052,142160 +ECU,2001,14,135081,140053 +ECU,2001,15,132902,137729 +ECU,2001,16,130732,135406 +ECU,2001,17,128539,133068 +ECU,2001,18,126350,130635 +ECU,2002,0,154374,161440 +ECU,2002,1,153977,160970 +ECU,2002,2,155418,162610 +ECU,2002,3,153970,160944 +ECU,2002,4,152469,159229 +ECU,2002,5,150923,157475 +ECU,2002,6,149342,155693 +ECU,2002,7,147703,153855 +ECU,2002,8,145985,151934 +ECU,2002,9,144357,150128 +ECU,2002,10,142896,148520 +ECU,2002,11,141513,147009 +ECU,2002,12,140067,145424 +ECU,2002,13,138612,143818 +ECU,2002,14,136937,141989 +ECU,2002,15,134928,139824 +ECU,2002,16,132697,137424 +ECU,2002,17,130475,135025 +ECU,2002,18,128228,132607 +ECU,2003,0,152376,159188 +ECU,2003,1,153076,159959 +ECU,2003,2,153360,160264 +ECU,2003,3,154871,161980 +ECU,2003,4,153704,160639 +ECU,2003,5,152386,159135 +ECU,2003,6,150941,157499 +ECU,2003,7,149396,155756 +ECU,2003,8,147725,153880 +ECU,2003,9,145906,151842 +ECU,2003,10,144208,149951 +ECU,2003,11,142753,148345 +ECU,2003,12,141420,146887 +ECU,2003,13,139988,145312 +ECU,2003,14,138530,143697 +ECU,2003,15,136836,141837 +ECU,2003,16,134790,139614 +ECU,2003,17,132507,137138 +ECU,2003,18,130233,134662 +ECU,2004,0,150621,157224 +ECU,2004,1,152191,158974 +ECU,2004,2,153178,160069 +ECU,2004,3,153637,160571 +ECU,2004,4,154321,161342 +ECU,2004,5,153436,160325 +ECU,2004,6,152301,159034 +ECU,2004,7,150958,157514 +ECU,2004,8,149448,155811 +ECU,2004,9,147745,153897 +ECU,2004,10,145826,151743 +ECU,2004,11,144057,149766 +ECU,2004,12,142608,148164 +ECU,2004,13,141325,146757 +ECU,2004,14,139907,145193 +ECU,2004,15,138446,143568 +ECU,2004,16,136734,141679 +ECU,2004,17,134650,139398 +ECU,2004,18,132316,136844 +ECU,2005,0,149618,156123 +ECU,2005,1,151592,158320 +ECU,2005,2,152939,159812 +ECU,2005,3,153713,160663 +ECU,2005,4,153972,160935 +ECU,2005,5,153771,160694 +ECU,2005,6,153167,160002 +ECU,2005,7,152217,158922 +ECU,2005,8,150975,157520 +ECU,2005,9,149500,155857 +ECU,2005,10,147765,153905 +ECU,2005,11,145746,151633 +ECU,2005,12,143906,149572 +ECU,2005,13,142463,147973 +ECU,2005,14,141230,146618 +ECU,2005,15,139827,145064 +ECU,2005,16,138362,143430 +ECU,2005,17,136632,141511 +ECU,2005,18,134510,139172 +ECU,2006,0,149534,156116 +ECU,2006,1,149999,156550 +ECU,2006,2,151604,158331 +ECU,2006,3,152724,159568 +ECU,2006,4,153390,160299 +ECU,2006,5,153635,160558 +ECU,2006,6,153515,160409 +ECU,2006,7,153086,159915 +ECU,2006,8,152260,158975 +ECU,2006,9,151020,157571 +ECU,2006,10,149472,155821 +ECU,2006,11,147710,153832 +ECU,2006,12,145687,151551 +ECU,2006,13,143837,149466 +ECU,2006,14,142375,147823 +ECU,2006,15,141117,146412 +ECU,2006,16,139688,144803 +ECU,2006,17,138197,143110 +ECU,2006,18,136444,141141 +ECU,2007,0,150187,156955 +ECU,2007,1,151425,158270 +ECU,2007,2,150367,156949 +ECU,2007,3,151602,158312 +ECU,2007,4,152496,159295 +ECU,2007,5,153054,159905 +ECU,2007,6,153286,160150 +ECU,2007,7,153246,160094 +ECU,2007,8,152992,159798 +ECU,2007,9,152290,158998 +ECU,2007,10,151052,157593 +ECU,2007,11,149431,155755 +ECU,2007,12,147642,153731 +ECU,2007,13,145616,151441 +ECU,2007,14,143756,149333 +ECU,2007,15,142275,147646 +ECU,2007,16,140992,146178 +ECU,2007,17,139538,144514 +ECU,2007,18,138020,142764 +ECU,2008,0,151399,158411 +ECU,2008,1,151761,158708 +ECU,2008,2,152079,158975 +ECU,2008,3,150724,157328 +ECU,2008,4,151590,158274 +ECU,2008,5,152256,159001 +ECU,2008,6,152707,159491 +ECU,2008,7,152925,159722 +ECU,2008,8,152966,159758 +ECU,2008,9,152887,159661 +ECU,2008,10,152309,159001 +ECU,2008,11,151073,157596 +ECU,2008,12,149379,155670 +ECU,2008,13,147564,153611 +ECU,2008,14,145535,151311 +ECU,2008,15,143664,149180 +ECU,2008,16,142164,147450 +ECU,2008,17,140856,145926 +ECU,2008,18,139378,144207 +ECU,2009,0,152862,160101 +ECU,2009,1,152322,159369 +ECU,2009,2,152000,158905 +ECU,2009,3,151851,158658 +ECU,2009,4,151070,157697 +ECU,2009,5,151566,158226 +ECU,2009,6,152006,158698 +ECU,2009,7,152348,159067 +ECU,2009,8,152553,159285 +ECU,2009,9,152675,159414 +ECU,2009,10,152770,159514 +ECU,2009,11,152318,158994 +ECU,2009,12,151083,157588 +ECU,2009,13,149316,155576 +ECU,2009,14,147475,153481 +ECU,2009,15,145442,151173 +ECU,2009,16,143562,149019 +ECU,2009,17,142043,147245 +ECU,2009,18,140711,145666 +ECU,2010,0,154329,161722 +ECU,2010,1,153050,160174 +ECU,2010,2,152182,159107 +ECU,2010,3,151660,158448 +ECU,2010,4,151419,158121 +ECU,2010,5,151394,158051 +ECU,2010,6,151520,158162 +ECU,2010,7,151733,158379 +ECU,2010,8,151967,158628 +ECU,2010,9,152158,158832 +ECU,2010,10,152361,159053 +ECU,2010,11,152631,159352 +ECU,2010,12,152303,158972 +ECU,2010,13,151071,157565 +ECU,2010,14,149231,155466 +ECU,2010,15,147363,153336 +ECU,2010,16,145328,151019 +ECU,2010,17,143438,148842 +ECU,2010,18,141901,147026 +ECU,2011,0,155777,163216 +ECU,2011,1,154056,161342 +ECU,2011,2,152884,159942 +ECU,2011,3,152084,158972 +ECU,2011,4,151599,158367 +ECU,2011,5,151368,158057 +ECU,2011,6,151328,157968 +ECU,2011,7,151413,158024 +ECU,2011,8,151595,158200 +ECU,2011,9,151830,158446 +ECU,2011,10,152038,158668 +ECU,2011,11,152244,158887 +ECU,2011,12,152511,159176 +ECU,2011,13,152174,158772 +ECU,2011,14,150926,157323 +ECU,2011,15,149064,155168 +ECU,2011,16,147175,152984 +ECU,2011,17,145117,150612 +ECU,2011,18,143207,148386 +ECU,2012,0,157211,164623 +ECU,2012,1,155027,162186 +ECU,2012,2,153741,160926 +ECU,2012,3,152675,159674 +ECU,2012,4,151945,158802 +ECU,2012,5,151496,158249 +ECU,2012,6,151277,157957 +ECU,2012,7,151221,157850 +ECU,2012,8,151264,157851 +ECU,2012,9,151417,157985 +ECU,2012,10,151651,158228 +ECU,2012,11,151876,158468 +ECU,2012,12,152086,158686 +ECU,2012,13,152350,158964 +ECU,2012,14,152004,158536 +ECU,2012,15,150739,157044 +ECU,2012,16,148856,154836 +ECU,2012,17,146946,152598 +ECU,2012,18,144865,150172 +ECU,2013,0,158626,165978 +ECU,2013,1,156238,163396 +ECU,2013,2,154390,161399 +ECU,2013,3,153444,160534 +ECU,2013,4,152485,159430 +ECU,2013,5,151823,158654 +ECU,2013,6,151411,158155 +ECU,2013,7,151203,157881 +ECU,2013,8,151132,157755 +ECU,2013,9,151134,157701 +ECU,2013,10,151256,157794 +ECU,2013,11,151490,158033 +ECU,2013,12,151732,158291 +ECU,2013,13,151945,158508 +ECU,2013,14,152206,158775 +ECU,2013,15,151852,158324 +ECU,2013,16,150571,156790 +ECU,2013,17,148666,154526 +ECU,2013,18,146734,152235 +ECU,2014,0,160034,167345 +ECU,2014,1,157588,164764 +ECU,2014,2,155623,162687 +ECU,2014,3,154090,161060 +ECU,2014,4,153236,160235 +ECU,2014,5,152383,159278 +ECU,2014,6,151789,158598 +ECU,2014,7,151414,158152 +ECU,2014,8,151216,157895 +ECU,2014,9,151131,157751 +ECU,2014,10,151091,157642 +ECU,2014,11,151183,157694 +ECU,2014,12,151417,157930 +ECU,2014,13,151676,158206 +ECU,2014,14,151893,158421 +ECU,2014,15,152151,158678 +ECU,2014,16,151788,158203 +ECU,2014,17,150489,156625 +ECU,2014,18,148562,154306 +ECU,2015,0,161421,168748 +ECU,2015,1,159048,166274 +ECU,2015,2,157070,164204 +ECU,2015,3,155452,162502 +ECU,2015,4,154158,161134 +ECU,2015,5,153155,160062 +ECU,2015,6,152407,159253 +ECU,2015,7,151881,158669 +ECU,2015,8,151542,158275 +ECU,2015,9,151355,158036 +ECU,2015,10,151254,157873 +ECU,2015,11,151172,157709 +ECU,2015,12,151234,157719 +ECU,2015,13,151469,157952 +ECU,2015,14,151746,158246 +ECU,2015,15,151966,158460 +ECU,2015,16,152222,158707 +ECU,2015,17,151849,158208 +ECU,2015,18,150532,156585 +ECU,2016,0,162419,169827 +ECU,2016,1,161107,168414 +ECU,2016,2,158955,166163 +ECU,2016,3,157108,164227 +ECU,2016,4,155548,162587 +ECU,2016,5,154259,161223 +ECU,2016,6,153202,160098 +ECU,2016,7,152341,159173 +ECU,2016,8,151756,158525 +ECU,2016,9,151471,158173 +ECU,2016,10,151408,158041 +ECU,2016,11,151399,157952 +ECU,2016,12,151395,157847 +ECU,2016,13,151533,157911 +ECU,2016,14,151838,158190 +ECU,2016,15,152178,158520 +ECU,2016,16,152462,158770 +ECU,2016,17,152780,159052 +ECU,2016,18,152447,158568 +ECU,2017,0,163370,170912 +ECU,2017,1,161578,168996 +ECU,2017,2,160942,168231 +ECU,2017,3,159007,166201 +ECU,2017,4,157290,164397 +ECU,2017,5,155788,162817 +ECU,2017,6,154502,161457 +ECU,2017,7,153391,160278 +ECU,2017,8,152414,159236 +ECU,2017,9,151771,158524 +ECU,2017,10,151540,158213 +ECU,2017,11,151600,158187 +ECU,2017,12,151683,158172 +ECU,2017,13,151756,158126 +ECU,2017,14,151970,158245 +ECU,2017,15,152346,158569 +ECU,2017,16,152751,158936 +ECU,2017,17,153098,159221 +ECU,2017,18,153479,159540 +ECU,2018,0,164086,171780 +ECU,2018,1,162759,170298 +ECU,2018,2,161411,168813 +ECU,2018,3,160807,168076 +ECU,2018,4,159090,166268 +ECU,2018,5,157501,164596 +ECU,2018,6,156057,163075 +ECU,2018,7,154774,161719 +ECU,2018,8,153608,160485 +ECU,2018,9,152516,159327 +ECU,2018,10,151814,158549 +ECU,2018,11,151636,158280 +ECU,2018,12,151822,158361 +ECU,2018,13,151996,158420 +ECU,2018,14,152147,158433 +ECU,2018,15,152437,158607 +ECU,2018,16,152884,158976 +ECU,2018,17,153354,159379 +ECU,2018,18,153763,159701 +ECU,2019,0,164000,172000 +ECU,2019,1,164000,171000 +ECU,2019,2,163000,170000 +ECU,2019,3,161000,169000 +ECU,2019,4,161000,168000 +ECU,2019,5,159000,166000 +ECU,2019,6,158000,165000 +ECU,2019,7,156000,163000 +ECU,2019,8,155000,162000 +ECU,2019,9,154000,161000 +ECU,2019,10,153000,159000 +ECU,2019,11,152000,158000 +ECU,2019,12,152000,158000 +ECU,2019,13,152000,158000 +ECU,2019,14,152000,159000 +ECU,2019,15,152000,159000 +ECU,2019,16,153000,159000 +ECU,2019,17,153000,159000 +ECU,2019,18,154000,160000 +ECU,2020,0,164000,172000 +ECU,2020,1,164000,171000 +ECU,2020,2,163000,171000 +ECU,2020,3,162000,170000 +ECU,2020,4,161000,169000 +ECU,2020,5,160000,167000 +ECU,2020,6,159000,166000 +ECU,2020,7,158000,165000 +ECU,2020,8,156000,163000 +ECU,2020,9,155000,162000 +ECU,2020,10,154000,161000 +ECU,2020,11,152000,159000 +ECU,2020,12,152000,158000 +ECU,2020,13,151000,158000 +ECU,2020,14,152000,158000 +ECU,2020,15,152000,159000 +ECU,2020,16,153000,159000 +ECU,2020,17,153000,159000 +ECU,2020,18,154000,159000 +ECU,2021,0,164000,172000 +ECU,2021,1,164000,172000 +ECU,2021,2,164000,172000 +ECU,2021,3,163000,171000 +ECU,2021,4,162000,170000 +ECU,2021,5,161000,169000 +ECU,2021,6,160000,167000 +ECU,2021,7,159000,166000 +ECU,2021,8,158000,165000 +ECU,2021,9,156000,163000 +ECU,2021,10,155000,162000 +ECU,2021,11,154000,161000 +ECU,2021,12,152000,159000 +ECU,2021,13,152000,158000 +ECU,2021,14,152000,158000 +ECU,2021,15,152000,158000 +ECU,2021,16,152000,158000 +ECU,2021,17,152000,158000 +ECU,2021,18,153000,159000 +ECU,2022,0,163000,171000 +ECU,2022,1,164000,171000 +ECU,2022,2,164000,172000 +ECU,2022,3,164000,171000 +ECU,2022,4,163000,171000 +ECU,2022,5,162000,170000 +ECU,2022,6,161000,169000 +ECU,2022,7,160000,167000 +ECU,2022,8,159000,166000 +ECU,2022,9,158000,165000 +ECU,2022,10,156000,163000 +ECU,2022,11,155000,162000 +ECU,2022,12,154000,160000 +ECU,2022,13,152000,159000 +ECU,2022,14,152000,158000 +ECU,2022,15,151000,158000 +ECU,2022,16,152000,158000 +ECU,2022,17,152000,158000 +ECU,2022,18,152000,158000 +ECU,2023,0,161000,169000 +ECU,2023,1,163000,170000 +ECU,2023,2,163000,171000 +ECU,2023,3,164000,172000 +ECU,2023,4,164000,171000 +ECU,2023,5,163000,170000 +ECU,2023,6,162000,170000 +ECU,2023,7,161000,168000 +ECU,2023,8,160000,167000 +ECU,2023,9,159000,166000 +ECU,2023,10,157000,164000 +ECU,2023,11,156000,163000 +ECU,2023,12,155000,162000 +ECU,2023,13,154000,160000 +ECU,2023,14,152000,159000 +ECU,2023,15,151000,158000 +ECU,2023,16,151000,158000 +ECU,2023,17,151000,158000 +ECU,2023,18,152000,158000 +ECU,2024,0,160000,168000 +ECU,2024,1,162000,169000 +ECU,2024,2,163000,171000 +ECU,2024,3,163000,171000 +ECU,2024,4,164000,171000 +ECU,2024,5,163000,171000 +ECU,2024,6,163000,170000 +ECU,2024,7,162000,169000 +ECU,2024,8,161000,168000 +ECU,2024,9,160000,167000 +ECU,2024,10,158000,166000 +ECU,2024,11,157000,164000 +ECU,2024,12,156000,163000 +ECU,2024,13,155000,161000 +ECU,2024,14,153000,160000 +ECU,2024,15,152000,159000 +ECU,2024,16,151000,158000 +ECU,2024,17,151000,157000 +ECU,2024,18,151000,157000 +ECU,2025,0,159000,167000 +ECU,2025,1,161000,169000 +ECU,2025,2,162000,170000 +ECU,2025,3,163000,171000 +ECU,2025,4,163000,171000 +ECU,2025,5,163000,171000 +ECU,2025,6,163000,171000 +ECU,2025,7,162000,170000 +ECU,2025,8,162000,169000 +ECU,2025,9,161000,168000 +ECU,2025,10,159000,167000 +ECU,2025,11,158000,165000 +ECU,2025,12,157000,164000 +ECU,2025,13,156000,163000 +ECU,2025,14,154000,161000 +ECU,2025,15,153000,160000 +ECU,2025,16,152000,158000 +ECU,2025,17,151000,157000 +ECU,2025,18,151000,157000 +ECU,2026,0,159000,166000 +ECU,2026,1,159000,167000 +ECU,2026,2,161000,169000 +ECU,2026,3,162000,170000 +ECU,2026,4,163000,170000 +ECU,2026,5,163000,171000 +ECU,2026,6,163000,171000 +ECU,2026,7,163000,171000 +ECU,2026,8,162000,170000 +ECU,2026,9,162000,169000 +ECU,2026,10,161000,168000 +ECU,2026,11,159000,167000 +ECU,2026,12,158000,165000 +ECU,2026,13,157000,164000 +ECU,2026,14,156000,162000 +ECU,2026,15,154000,161000 +ECU,2026,16,153000,160000 +ECU,2026,17,152000,158000 +ECU,2026,18,151000,157000 +ECU,2027,0,158000,166000 +ECU,2027,1,160000,167000 +ECU,2027,2,160000,167000 +ECU,2027,3,161000,169000 +ECU,2027,4,162000,170000 +ECU,2027,5,163000,170000 +ECU,2027,6,163000,171000 +ECU,2027,7,163000,171000 +ECU,2027,8,163000,170000 +ECU,2027,9,162000,170000 +ECU,2027,10,162000,169000 +ECU,2027,11,161000,168000 +ECU,2027,12,159000,166000 +ECU,2027,13,158000,165000 +ECU,2027,14,157000,164000 +ECU,2027,15,156000,162000 +ECU,2027,16,154000,161000 +ECU,2027,17,153000,159000 +ECU,2027,18,152000,158000 +ECU,2028,0,158000,165000 +ECU,2028,1,159000,167000 +ECU,2028,2,160000,168000 +ECU,2028,3,160000,167000 +ECU,2028,4,161000,169000 +ECU,2028,5,162000,169000 +ECU,2028,6,162000,170000 +ECU,2028,7,163000,170000 +ECU,2028,8,163000,170000 +ECU,2028,9,163000,170000 +ECU,2028,10,162000,170000 +ECU,2028,11,162000,169000 +ECU,2028,12,160000,168000 +ECU,2028,13,159000,166000 +ECU,2028,14,158000,165000 +ECU,2028,15,157000,163000 +ECU,2028,16,155000,162000 +ECU,2028,17,154000,161000 +ECU,2028,18,153000,159000 +ECU,2029,0,158000,165000 +ECU,2029,1,158000,166000 +ECU,2029,2,159000,167000 +ECU,2029,3,160000,168000 +ECU,2029,4,160000,168000 +ECU,2029,5,161000,169000 +ECU,2029,6,162000,169000 +ECU,2029,7,162000,170000 +ECU,2029,8,162000,170000 +ECU,2029,9,163000,170000 +ECU,2029,10,163000,170000 +ECU,2029,11,162000,170000 +ECU,2029,12,162000,169000 +ECU,2029,13,160000,168000 +ECU,2029,14,159000,166000 +ECU,2029,15,158000,165000 +ECU,2029,16,157000,163000 +ECU,2029,17,155000,162000 +ECU,2029,18,154000,161000 +ECU,2030,0,157000,165000 +ECU,2030,1,158000,165000 +ECU,2030,2,158000,166000 +ECU,2030,3,159000,167000 +ECU,2030,4,160000,167000 +ECU,2030,5,160000,168000 +ECU,2030,6,161000,169000 +ECU,2030,7,161000,169000 +ECU,2030,8,162000,169000 +ECU,2030,9,162000,170000 +ECU,2030,10,162000,170000 +ECU,2030,11,163000,170000 +ECU,2030,12,162000,170000 +ECU,2030,13,162000,169000 +ECU,2030,14,160000,168000 +ECU,2030,15,159000,166000 +ECU,2030,16,158000,165000 +ECU,2030,17,157000,163000 +ECU,2030,18,155000,162000 +ECU,2031,0,157000,165000 +ECU,2031,1,157000,165000 +ECU,2031,2,158000,165000 +ECU,2031,3,158000,166000 +ECU,2031,4,159000,167000 +ECU,2031,5,160000,167000 +ECU,2031,6,160000,168000 +ECU,2031,7,161000,168000 +ECU,2031,8,161000,169000 +ECU,2031,9,162000,169000 +ECU,2031,10,162000,170000 +ECU,2031,11,162000,170000 +ECU,2031,12,163000,170000 +ECU,2031,13,162000,170000 +ECU,2031,14,162000,169000 +ECU,2031,15,160000,167000 +ECU,2031,16,159000,166000 +ECU,2031,17,158000,164000 +ECU,2031,18,156000,163000 +ECU,2032,0,157000,164000 +ECU,2032,1,157000,164000 +ECU,2032,2,157000,165000 +ECU,2032,3,158000,165000 +ECU,2032,4,158000,166000 +ECU,2032,5,159000,167000 +ECU,2032,6,160000,167000 +ECU,2032,7,160000,168000 +ECU,2032,8,161000,168000 +ECU,2032,9,161000,169000 +ECU,2032,10,162000,169000 +ECU,2032,11,162000,170000 +ECU,2032,12,162000,170000 +ECU,2032,13,163000,170000 +ECU,2032,14,162000,170000 +ECU,2032,15,161000,169000 +ECU,2032,16,160000,167000 +ECU,2032,17,159000,166000 +ECU,2032,18,158000,164000 +ECU,2033,0,156000,164000 +ECU,2033,1,156000,164000 +ECU,2033,2,157000,164000 +ECU,2033,3,157000,165000 +ECU,2033,4,158000,165000 +ECU,2033,5,158000,166000 +ECU,2033,6,159000,167000 +ECU,2033,7,160000,167000 +ECU,2033,8,160000,168000 +ECU,2033,9,161000,168000 +ECU,2033,10,161000,169000 +ECU,2033,11,162000,169000 +ECU,2033,12,162000,170000 +ECU,2033,13,162000,170000 +ECU,2033,14,163000,170000 +ECU,2033,15,162000,170000 +ECU,2033,16,161000,169000 +ECU,2033,17,160000,167000 +ECU,2033,18,159000,166000 +ECU,2034,0,156000,163000 +ECU,2034,1,156000,163000 +ECU,2034,2,156000,164000 +ECU,2034,3,156000,164000 +ECU,2034,4,157000,165000 +ECU,2034,5,158000,165000 +ECU,2034,6,158000,166000 +ECU,2034,7,159000,166000 +ECU,2034,8,160000,167000 +ECU,2034,9,160000,168000 +ECU,2034,10,161000,168000 +ECU,2034,11,161000,169000 +ECU,2034,12,162000,169000 +ECU,2034,13,162000,169000 +ECU,2034,14,162000,170000 +ECU,2034,15,162000,170000 +ECU,2034,16,162000,169000 +ECU,2034,17,161000,168000 +ECU,2034,18,160000,167000 +ECU,2035,0,155000,163000 +ECU,2035,1,155000,163000 +ECU,2035,2,155000,163000 +ECU,2035,3,156000,163000 +ECU,2035,4,156000,164000 +ECU,2035,5,157000,164000 +ECU,2035,6,158000,165000 +ECU,2035,7,158000,166000 +ECU,2035,8,159000,166000 +ECU,2035,9,159000,167000 +ECU,2035,10,160000,168000 +ECU,2035,11,161000,168000 +ECU,2035,12,161000,169000 +ECU,2035,13,162000,169000 +ECU,2035,14,162000,169000 +ECU,2035,15,162000,170000 +ECU,2035,16,162000,170000 +ECU,2035,17,162000,169000 +ECU,2035,18,161000,168000 +ECU,2036,0,154000,162000 +ECU,2036,1,155000,162000 +ECU,2036,2,155000,163000 +ECU,2036,3,155000,163000 +ECU,2036,4,156000,163000 +ECU,2036,5,156000,164000 +ECU,2036,6,157000,164000 +ECU,2036,7,158000,165000 +ECU,2036,8,158000,166000 +ECU,2036,9,159000,166000 +ECU,2036,10,159000,167000 +ECU,2036,11,160000,168000 +ECU,2036,12,161000,168000 +ECU,2036,13,161000,169000 +ECU,2036,14,162000,169000 +ECU,2036,15,162000,169000 +ECU,2036,16,162000,169000 +ECU,2036,17,162000,170000 +ECU,2036,18,162000,169000 +ECU,2037,0,154000,161000 +ECU,2037,1,154000,162000 +ECU,2037,2,155000,162000 +ECU,2037,3,155000,163000 +ECU,2037,4,155000,163000 +ECU,2037,5,156000,163000 +ECU,2037,6,156000,164000 +ECU,2037,7,157000,164000 +ECU,2037,8,158000,165000 +ECU,2037,9,158000,166000 +ECU,2037,10,159000,166000 +ECU,2037,11,159000,167000 +ECU,2037,12,160000,168000 +ECU,2037,13,161000,168000 +ECU,2037,14,161000,169000 +ECU,2037,15,162000,169000 +ECU,2037,16,162000,169000 +ECU,2037,17,162000,169000 +ECU,2037,18,162000,169000 +ECU,2038,0,153000,161000 +ECU,2038,1,154000,161000 +ECU,2038,2,154000,161000 +ECU,2038,3,155000,162000 +ECU,2038,4,155000,162000 +ECU,2038,5,155000,163000 +ECU,2038,6,156000,163000 +ECU,2038,7,156000,164000 +ECU,2038,8,157000,164000 +ECU,2038,9,157000,165000 +ECU,2038,10,158000,166000 +ECU,2038,11,159000,166000 +ECU,2038,12,159000,167000 +ECU,2038,13,160000,168000 +ECU,2038,14,161000,168000 +ECU,2038,15,161000,168000 +ECU,2038,16,161000,169000 +ECU,2038,17,162000,169000 +ECU,2038,18,162000,169000 +ECU,2039,0,153000,160000 +ECU,2039,1,153000,160000 +ECU,2039,2,153000,161000 +ECU,2039,3,154000,161000 +ECU,2039,4,154000,162000 +ECU,2039,5,155000,162000 +ECU,2039,6,155000,163000 +ECU,2039,7,156000,163000 +ECU,2039,8,156000,164000 +ECU,2039,9,157000,164000 +ECU,2039,10,157000,165000 +ECU,2039,11,158000,165000 +ECU,2039,12,159000,166000 +ECU,2039,13,159000,167000 +ECU,2039,14,160000,167000 +ECU,2039,15,161000,168000 +ECU,2039,16,161000,168000 +ECU,2039,17,161000,169000 +ECU,2039,18,162000,169000 +ECU,2040,0,152000,159000 +ECU,2040,1,152000,160000 +ECU,2040,2,153000,160000 +ECU,2040,3,153000,161000 +ECU,2040,4,154000,161000 +ECU,2040,5,154000,162000 +ECU,2040,6,155000,162000 +ECU,2040,7,155000,163000 +ECU,2040,8,156000,163000 +ECU,2040,9,156000,164000 +ECU,2040,10,157000,164000 +ECU,2040,11,157000,165000 +ECU,2040,12,158000,165000 +ECU,2040,13,159000,166000 +ECU,2040,14,159000,167000 +ECU,2040,15,160000,167000 +ECU,2040,16,160000,168000 +ECU,2040,17,161000,168000 +ECU,2040,18,161000,169000 +ECU,2041,0,151000,159000 +ECU,2041,1,152000,159000 +ECU,2041,2,152000,160000 +ECU,2041,3,153000,160000 +ECU,2041,4,153000,161000 +ECU,2041,5,154000,161000 +ECU,2041,6,154000,162000 +ECU,2041,7,155000,162000 +ECU,2041,8,155000,163000 +ECU,2041,9,156000,163000 +ECU,2041,10,156000,164000 +ECU,2041,11,157000,164000 +ECU,2041,12,157000,165000 +ECU,2041,13,158000,165000 +ECU,2041,14,159000,166000 +ECU,2041,15,159000,167000 +ECU,2041,16,160000,167000 +ECU,2041,17,160000,168000 +ECU,2041,18,161000,168000 +ECU,2042,0,151000,158000 +ECU,2042,1,151000,159000 +ECU,2042,2,152000,159000 +ECU,2042,3,152000,160000 +ECU,2042,4,153000,160000 +ECU,2042,5,153000,161000 +ECU,2042,6,154000,161000 +ECU,2042,7,154000,162000 +ECU,2042,8,155000,162000 +ECU,2042,9,155000,163000 +ECU,2042,10,156000,163000 +ECU,2042,11,156000,164000 +ECU,2042,12,157000,164000 +ECU,2042,13,157000,165000 +ECU,2042,14,158000,165000 +ECU,2042,15,159000,166000 +ECU,2042,16,159000,167000 +ECU,2042,17,160000,167000 +ECU,2042,18,160000,168000 +ECU,2043,0,150000,157000 +ECU,2043,1,151000,158000 +ECU,2043,2,151000,159000 +ECU,2043,3,152000,159000 +ECU,2043,4,152000,160000 +ECU,2043,5,153000,160000 +ECU,2043,6,153000,161000 +ECU,2043,7,154000,161000 +ECU,2043,8,154000,162000 +ECU,2043,9,155000,162000 +ECU,2043,10,155000,163000 +ECU,2043,11,156000,163000 +ECU,2043,12,156000,164000 +ECU,2043,13,157000,164000 +ECU,2043,14,157000,165000 +ECU,2043,15,158000,165000 +ECU,2043,16,158000,166000 +ECU,2043,17,159000,166000 +ECU,2043,18,160000,167000 +ECU,2044,0,149000,157000 +ECU,2044,1,150000,157000 +ECU,2044,2,151000,158000 +ECU,2044,3,151000,159000 +ECU,2044,4,152000,159000 +ECU,2044,5,152000,160000 +ECU,2044,6,153000,160000 +ECU,2044,7,153000,161000 +ECU,2044,8,154000,161000 +ECU,2044,9,154000,162000 +ECU,2044,10,155000,162000 +ECU,2044,11,155000,163000 +ECU,2044,12,156000,163000 +ECU,2044,13,156000,164000 +ECU,2044,14,157000,164000 +ECU,2044,15,157000,165000 +ECU,2044,16,158000,165000 +ECU,2044,17,158000,166000 +ECU,2044,18,159000,166000 +ECU,2045,0,149000,156000 +ECU,2045,1,149000,157000 +ECU,2045,2,150000,157000 +ECU,2045,3,150000,158000 +ECU,2045,4,151000,158000 +ECU,2045,5,152000,159000 +ECU,2045,6,152000,160000 +ECU,2045,7,153000,160000 +ECU,2045,8,153000,161000 +ECU,2045,9,154000,161000 +ECU,2045,10,154000,162000 +ECU,2045,11,155000,162000 +ECU,2045,12,155000,163000 +ECU,2045,13,156000,163000 +ECU,2045,14,156000,164000 +ECU,2045,15,157000,164000 +ECU,2045,16,157000,165000 +ECU,2045,17,158000,165000 +ECU,2045,18,158000,166000 +ECU,2046,0,148000,155000 +ECU,2046,1,149000,156000 +ECU,2046,2,149000,157000 +ECU,2046,3,150000,157000 +ECU,2046,4,151000,158000 +ECU,2046,5,151000,158000 +ECU,2046,6,152000,159000 +ECU,2046,7,152000,160000 +ECU,2046,8,153000,160000 +ECU,2046,9,153000,161000 +ECU,2046,10,154000,161000 +ECU,2046,11,154000,162000 +ECU,2046,12,155000,162000 +ECU,2046,13,155000,163000 +ECU,2046,14,156000,163000 +ECU,2046,15,156000,164000 +ECU,2046,16,157000,164000 +ECU,2046,17,157000,164000 +ECU,2046,18,158000,165000 +ECU,2047,0,147000,155000 +ECU,2047,1,148000,155000 +ECU,2047,2,149000,156000 +ECU,2047,3,149000,157000 +ECU,2047,4,150000,157000 +ECU,2047,5,151000,158000 +ECU,2047,6,151000,158000 +ECU,2047,7,152000,159000 +ECU,2047,8,152000,160000 +ECU,2047,9,153000,160000 +ECU,2047,10,153000,161000 +ECU,2047,11,154000,161000 +ECU,2047,12,154000,162000 +ECU,2047,13,155000,162000 +ECU,2047,14,155000,162000 +ECU,2047,15,156000,163000 +ECU,2047,16,156000,163000 +ECU,2047,17,157000,164000 +ECU,2047,18,157000,164000 +ECU,2048,0,146000,154000 +ECU,2048,1,147000,154000 +ECU,2048,2,148000,155000 +ECU,2048,3,149000,156000 +ECU,2048,4,149000,157000 +ECU,2048,5,150000,157000 +ECU,2048,6,150000,158000 +ECU,2048,7,151000,158000 +ECU,2048,8,152000,159000 +ECU,2048,9,152000,160000 +ECU,2048,10,153000,160000 +ECU,2048,11,153000,161000 +ECU,2048,12,154000,161000 +ECU,2048,13,154000,162000 +ECU,2048,14,155000,162000 +ECU,2048,15,155000,162000 +ECU,2048,16,156000,163000 +ECU,2048,17,156000,163000 +ECU,2048,18,157000,164000 +ECU,2049,0,146000,153000 +ECU,2049,1,146000,154000 +ECU,2049,2,147000,154000 +ECU,2049,3,148000,155000 +ECU,2049,4,149000,156000 +ECU,2049,5,149000,157000 +ECU,2049,6,150000,157000 +ECU,2049,7,150000,158000 +ECU,2049,8,151000,158000 +ECU,2049,9,152000,159000 +ECU,2049,10,152000,159000 +ECU,2049,11,153000,160000 +ECU,2049,12,153000,160000 +ECU,2049,13,154000,161000 +ECU,2049,14,154000,161000 +ECU,2049,15,155000,162000 +ECU,2049,16,155000,162000 +ECU,2049,17,155000,163000 +ECU,2049,18,156000,163000 +ECU,2050,0,145000,152000 +ECU,2050,1,146000,153000 +ECU,2050,2,146000,154000 +ECU,2050,3,147000,154000 +ECU,2050,4,148000,155000 +ECU,2050,5,148000,156000 +ECU,2050,6,149000,156000 +ECU,2050,7,150000,157000 +ECU,2050,8,150000,158000 +ECU,2050,9,151000,158000 +ECU,2050,10,151000,159000 +ECU,2050,11,152000,159000 +ECU,2050,12,152000,160000 +ECU,2050,13,153000,160000 +ECU,2050,14,153000,161000 +ECU,2050,15,154000,161000 +ECU,2050,16,154000,162000 +ECU,2050,17,155000,162000 +ECU,2050,18,155000,163000 +EGY,1990,0,874182,925762 +EGY,1990,1,862086,910875 +EGY,1990,2,847555,894126 +EGY,1990,3,830880,875715 +EGY,1990,4,812349,855841 +EGY,1990,5,792254,834705 +EGY,1990,6,770881,812506 +EGY,1990,7,748523,789444 +EGY,1990,8,725466,765718 +EGY,1990,9,702002,741528 +EGY,1990,10,678243,717095 +EGY,1990,11,654303,692639 +EGY,1990,12,631351,668256 +EGY,1990,13,610031,644102 +EGY,1990,14,590103,620441 +EGY,1990,15,570444,597129 +EGY,1990,16,550992,573898 +EGY,1990,17,533803,553291 +EGY,1990,18,519696,536468 +EGY,1991,0,857580,907409 +EGY,1991,1,868348,918578 +EGY,1991,2,858040,905950 +EGY,1991,3,844850,890837 +EGY,1991,4,829123,873524 +EGY,1991,5,811201,854295 +EGY,1991,6,791394,833347 +EGY,1991,7,770008,810877 +EGY,1991,8,747568,787608 +EGY,1991,9,724492,763998 +EGY,1991,10,701013,740070 +EGY,1991,11,677083,715661 +EGY,1991,12,652871,691136 +EGY,1991,13,629595,666383 +EGY,1991,14,607911,641444 +EGY,1991,15,587603,616751 +EGY,1991,16,567554,592463 +EGY,1991,17,547697,568266 +EGY,1991,18,530216,546912 +EGY,1992,0,831626,879307 +EGY,1992,1,841130,888141 +EGY,1992,2,862932,912331 +EGY,1992,3,854405,901947 +EGY,1992,4,842549,888454 +EGY,1992,5,827762,872220 +EGY,1992,6,810441,853616 +EGY,1992,7,790913,832835 +EGY,1992,8,769503,810073 +EGY,1992,9,746972,786573 +EGY,1992,10,723863,763055 +EGY,1992,11,700358,739363 +EGY,1992,12,676246,714954 +EGY,1992,13,651752,690334 +EGY,1992,14,628139,665189 +EGY,1992,15,606082,639439 +EGY,1992,16,585384,613689 +EGY,1992,17,564936,588401 +EGY,1992,18,544665,563214 +EGY,1993,0,803123,848519 +EGY,1993,1,823935,869980 +EGY,1993,2,837168,883562 +EGY,1993,3,857748,906517 +EGY,1993,4,851003,898375 +EGY,1993,5,840478,886496 +EGY,1993,6,826627,871335 +EGY,1993,7,809902,853346 +EGY,1993,8,790647,832723 +EGY,1993,9,769207,809656 +EGY,1993,10,746578,785914 +EGY,1993,11,723432,762477 +EGY,1993,12,699895,739011 +EGY,1993,13,675593,714591 +EGY,1993,14,650810,689864 +EGY,1993,15,626855,664312 +EGY,1993,16,604417,637739 +EGY,1993,17,583324,610920 +EGY,1993,18,562471,584619 +EGY,1994,0,781428,824889 +EGY,1994,1,809405,854508 +EGY,1994,2,829124,875324 +EGY,1994,3,841271,888075 +EGY,1994,4,852479,900449 +EGY,1994,5,847516,894552 +EGY,1994,6,838324,884292 +EGY,1994,7,825410,870208 +EGY,1994,8,809283,852842 +EGY,1994,9,790304,832381 +EGY,1994,10,768836,809017 +EGY,1994,11,746112,785039 +EGY,1994,12,722931,761689 +EGY,1994,13,699363,738456 +EGY,1994,14,674875,714030 +EGY,1994,15,649804,689203 +EGY,1994,16,625509,663253 +EGY,1994,17,602693,635863 +EGY,1994,18,581207,607980 +EGY,1995,0,773117,815424 +EGY,1995,1,801754,846083 +EGY,1995,2,822904,868631 +EGY,1995,3,837128,883693 +EGY,1995,4,844989,891893 +EGY,1995,5,847049,893857 +EGY,1995,6,843869,890210 +EGY,1995,7,836011,881575 +EGY,1995,8,824038,868578 +EGY,1995,9,808512,851843 +EGY,1995,10,789813,831557 +EGY,1995,11,768320,807908 +EGY,1995,12,745505,783709 +EGY,1995,13,722293,760460 +EGY,1995,14,698699,737472 +EGY,1995,15,674029,713055 +EGY,1995,16,648675,688143 +EGY,1995,17,624045,661808 +EGY,1995,18,600855,633617 +EGY,1996,0,782619,825614 +EGY,1996,1,779219,822135 +EGY,1996,2,802524,847035 +EGY,1996,3,820434,866083 +EGY,1996,4,833156,879521 +EGY,1996,5,840896,887587 +EGY,1996,6,844222,890903 +EGY,1996,7,843700,890091 +EGY,1996,8,837735,883483 +EGY,1996,9,825813,870556 +EGY,1996,10,809221,852695 +EGY,1996,11,790146,832009 +EGY,1996,12,768612,808318 +EGY,1996,13,745743,783959 +EGY,1996,14,722473,760389 +EGY,1996,15,698818,736975 +EGY,1996,16,674075,712142 +EGY,1996,17,648639,686831 +EGY,1996,18,623935,660064 +EGY,1997,0,805528,849917 +EGY,1997,1,812842,857996 +EGY,1997,2,784414,827522 +EGY,1997,3,802355,846617 +EGY,1997,4,817002,862132 +EGY,1997,5,828205,873922 +EGY,1997,6,835815,881840 +EGY,1997,7,840403,886505 +EGY,1997,8,842543,888532 +EGY,1997,9,838479,883963 +EGY,1997,10,826621,871128 +EGY,1997,11,808981,852169 +EGY,1997,12,789554,831115 +EGY,1997,13,768004,807421 +EGY,1997,14,745108,782941 +EGY,1997,15,721807,759089 +EGY,1997,16,698119,735284 +EGY,1997,17,673332,710075 +EGY,1997,18,647843,684407 +EGY,1998,0,835135,881466 +EGY,1998,1,825625,871461 +EGY,1998,2,819757,865219 +EGY,1998,3,789199,832319 +EGY,1998,4,801773,845603 +EGY,1998,5,813152,857578 +EGY,1998,6,822831,867713 +EGY,1998,7,830307,875479 +EGY,1998,8,836156,881486 +EGY,1998,9,840953,886348 +EGY,1998,10,838791,883819 +EGY,1998,11,827002,871085 +EGY,1998,12,808326,851043 +EGY,1998,13,788556,829636 +EGY,1998,14,767001,805956 +EGY,1998,15,744089,781372 +EGY,1998,16,720770,757255 +EGY,1998,17,697061,733078 +EGY,1998,18,672242,707510 +EGY,1999,0,861644,910225 +EGY,1999,1,837981,884867 +EGY,1999,2,821597,867230 +EGY,1999,3,811431,856191 +EGY,1999,4,794261,837531 +EGY,1999,5,801476,845019 +EGY,1999,6,809595,853466 +EGY,1999,7,817756,861955 +EGY,1999,8,825101,869572 +EGY,1999,9,832210,876923 +EGY,1999,10,839664,884617 +EGY,1999,11,839400,884125 +EGY,1999,12,827678,871485 +EGY,1999,13,807959,850350 +EGY,1999,14,787839,828581 +EGY,1999,15,766271,804903 +EGY,1999,16,743336,780202 +EGY,1999,17,719991,755808 +EGY,1999,18,696252,731246 +EGY,2000,0,878027,928955 +EGY,2000,1,846656,895013 +EGY,2000,2,824362,870800 +EGY,2000,3,809931,855017 +EGY,2000,4,802146,846363 +EGY,2000,5,799793,843536 +EGY,2000,6,801655,845236 +EGY,2000,7,806518,850161 +EGY,2000,8,813166,857012 +EGY,2000,9,820384,864487 +EGY,2000,10,828758,873190 +EGY,2000,11,838873,883724 +EGY,2000,12,840507,885267 +EGY,2000,13,828844,872709 +EGY,2000,14,808071,850462 +EGY,2000,15,787590,828310 +EGY,2000,16,765997,804610 +EGY,2000,17,743024,779770 +EGY,2000,18,719639,755076 +EGY,2001,0,880520,932933 +EGY,2001,1,869379,919335 +EGY,2001,2,843062,890714 +EGY,2001,3,823994,869902 +EGY,2001,4,811261,855912 +EGY,2001,5,803947,847758 +EGY,2001,6,800840,844144 +EGY,2001,7,800730,843773 +EGY,2001,8,804178,847210 +EGY,2001,9,810862,854088 +EGY,2001,10,818978,862491 +EGY,2001,11,827634,871474 +EGY,2001,12,837712,881952 +EGY,2001,13,839310,883430 +EGY,2001,14,827622,870808 +EGY,2001,15,806830,848495 +EGY,2001,16,786321,826272 +EGY,2001,17,764699,802509 +EGY,2001,18,741673,777579 +EGY,2002,0,874401,928481 +EGY,2002,1,850013,900892 +EGY,2002,2,861669,910992 +EGY,2002,3,840375,887647 +EGY,2002,4,824512,870203 +EGY,2002,5,813463,857985 +EGY,2002,6,806611,850320 +EGY,2002,7,802748,845915 +EGY,2002,8,800665,843475 +EGY,2002,9,802704,845429 +EGY,2002,10,809431,852344 +EGY,2002,11,818453,861685 +EGY,2002,12,827401,870959 +EGY,2002,13,837452,881397 +EGY,2002,14,839015,882812 +EGY,2002,15,827291,870109 +EGY,2002,16,806457,847699 +EGY,2002,17,785897,825375 +EGY,2002,18,764224,801515 +EGY,2003,0,864384,920088 +EGY,2003,1,849947,902535 +EGY,2003,2,838537,888581 +EGY,2003,3,854364,903247 +EGY,2003,4,838087,885169 +EGY,2003,5,825424,871084 +EGY,2003,6,816054,860631 +EGY,2003,7,809662,853451 +EGY,2003,8,805040,848250 +EGY,2003,9,800983,843738 +EGY,2003,10,801612,844209 +EGY,2003,11,808385,851165 +EGY,2003,12,818319,861452 +EGY,2003,13,827563,871025 +EGY,2003,14,837592,881428 +EGY,2003,15,839121,882782 +EGY,2003,16,827354,869989 +EGY,2003,17,806469,847468 +EGY,2003,18,785848,825026 +EGY,2004,0,857505,914520 +EGY,2004,1,851690,905849 +EGY,2004,2,846013,897734 +EGY,2004,3,840532,890202 +EGY,2004,4,846728,895176 +EGY,2004,5,835479,882378 +EGY,2004,6,826023,871662 +EGY,2004,7,818339,862981 +EGY,2004,8,812409,856288 +EGY,2004,9,807030,850293 +EGY,2004,10,800997,843707 +EGY,2004,11,800215,842693 +EGY,2004,12,807030,849688 +EGY,2004,13,817873,860918 +EGY,2004,14,827410,870786 +EGY,2004,15,837414,881151 +EGY,2004,16,838907,882444 +EGY,2004,17,827104,869565 +EGY,2004,18,806174,846940 +EGY,2005,0,859325,917218 +EGY,2005,1,857464,912848 +EGY,2005,2,854173,907318 +EGY,2005,3,849731,900895 +EGY,2005,4,844419,893844 +EGY,2005,5,838517,886432 +EGY,2005,6,832304,878923 +EGY,2005,7,826061,871585 +EGY,2005,8,820068,864682 +EGY,2005,9,814604,858482 +EGY,2005,10,808471,851698 +EGY,2005,11,800468,843043 +EGY,2005,12,798274,840544 +EGY,2005,13,805128,847572 +EGY,2005,14,816872,859737 +EGY,2005,15,826696,869894 +EGY,2005,16,836667,880213 +EGY,2005,17,838125,881442 +EGY,2005,18,826291,868488 +EGY,2006,0,870875,929128 +EGY,2006,1,861946,919490 +EGY,2006,2,857606,912827 +EGY,2006,3,852820,905926 +EGY,2006,4,847700,898894 +EGY,2006,5,842357,891836 +EGY,2006,6,837068,885011 +EGY,2006,7,832107,878676 +EGY,2006,8,826773,872179 +EGY,2006,9,820854,865321 +EGY,2006,10,814949,858665 +EGY,2006,11,808685,851705 +EGY,2006,12,800712,843026 +EGY,2006,13,798448,840346 +EGY,2006,14,805090,846970 +EGY,2006,15,816530,858587 +EGY,2006,16,826059,868224 +EGY,2006,17,835739,878041 +EGY,2006,18,836917,878778 +EGY,2007,0,889066,947098 +EGY,2007,1,881271,937986 +EGY,2007,2,864037,921183 +EGY,2007,3,857219,912229 +EGY,2007,4,850939,903960 +EGY,2007,5,845143,896323 +EGY,2007,6,839774,889262 +EGY,2007,7,835102,883029 +EGY,2007,8,831395,877874 +EGY,2007,9,826974,872223 +EGY,2007,10,821133,865414 +EGY,2007,11,814791,858306 +EGY,2007,12,808400,851175 +EGY,2007,13,800461,842477 +EGY,2007,14,798128,839617 +EGY,2007,15,804554,845832 +EGY,2007,16,815682,856895 +EGY,2007,17,824912,866004 +EGY,2007,18,834293,875314 +EGY,2008,0,916909,974857 +EGY,2008,1,900791,958021 +EGY,2008,2,886223,942528 +EGY,2008,3,865883,922560 +EGY,2008,4,856589,911318 +EGY,2008,5,848818,901684 +EGY,2008,6,842348,893444 +EGY,2008,7,836954,886384 +EGY,2008,8,832899,880745 +EGY,2008,9,830448,876770 +EGY,2008,10,826941,871967 +EGY,2008,11,821180,865209 +EGY,2008,12,814403,857652 +EGY,2008,13,807886,850353 +EGY,2008,14,799984,841638 +EGY,2008,15,797584,838600 +EGY,2008,16,803791,844404 +EGY,2008,17,814604,854908 +EGY,2008,18,823531,863487 +EGY,2009,0,957827,1016795 +EGY,2009,1,930638,989068 +EGY,2009,2,907366,965007 +EGY,2009,3,887688,944324 +EGY,2009,4,867767,923862 +EGY,2009,5,855997,910335 +EGY,2009,6,846736,899337 +EGY,2009,7,839592,890495 +EGY,2009,8,834172,883435 +EGY,2009,9,830735,878391 +EGY,2009,10,829539,875597 +EGY,2009,11,826945,871641 +EGY,2009,12,821264,864936 +EGY,2009,13,814050,856929 +EGY,2009,14,807408,849463 +EGY,2009,15,799543,840733 +EGY,2009,16,797074,837517 +EGY,2009,17,803064,842910 +EGY,2009,18,813563,852854 +EGY,2010,0,1012911,1074569 +EGY,2010,1,972814,1033508 +EGY,2010,2,939007,998564 +EGY,2010,3,910929,969204 +EGY,2010,4,888022,944894 +EGY,2010,5,869726,925101 +EGY,2010,6,855481,909291 +EGY,2010,7,844729,896931 +EGY,2010,8,836910,887489 +EGY,2010,9,831465,880430 +EGY,2010,10,828645,875980 +EGY,2010,11,828703,874365 +EGY,2010,12,827022,871257 +EGY,2010,13,821419,864604 +EGY,2010,14,813770,856150 +EGY,2010,15,807002,848516 +EGY,2010,16,799172,839771 +EGY,2010,17,796635,836377 +EGY,2010,18,802407,841359 +EGY,2011,0,1086812,1154179 +EGY,2011,1,1013294,1075603 +EGY,2011,2,972760,1033720 +EGY,2011,3,938717,998298 +EGY,2011,4,910568,968745 +EGY,2011,5,887719,944465 +EGY,2011,6,869611,924914 +EGY,2011,7,855688,909545 +EGY,2011,8,845163,897525 +EGY,2011,9,837366,888167 +EGY,2011,10,831815,881019 +EGY,2011,11,828941,876565 +EGY,2011,12,828949,875001 +EGY,2011,13,827250,871778 +EGY,2011,14,821689,864769 +EGY,2011,15,814106,855801 +EGY,2011,16,807379,847677 +EGY,2011,17,799599,838458 +EGY,2011,18,796978,834572 +EGY,2012,0,1174248,1248913 +EGY,2012,1,1099360,1169772 +EGY,2012,2,1012758,1075387 +EGY,2012,3,971825,1032729 +EGY,2012,4,937576,996870 +EGY,2012,5,909382,967157 +EGY,2012,6,886610,942937 +EGY,2012,7,868707,923650 +EGY,2012,8,855118,908740 +EGY,2012,9,844831,897075 +EGY,2012,10,837063,887813 +EGY,2012,11,831410,880584 +EGY,2012,12,828486,876130 +EGY,2012,13,828444,874618 +EGY,2012,14,826728,871285 +EGY,2012,15,821215,863928 +EGY,2012,16,813703,854455 +EGY,2012,17,807025,845851 +EGY,2012,18,799301,836167 +EGY,2013,0,1260400,1342341 +EGY,2013,1,1169574,1245266 +EGY,2013,2,1092653,1163022 +EGY,2013,3,1011796,1074544 +EGY,2013,4,970480,1031136 +EGY,2013,5,936041,994862 +EGY,2013,6,907813,965007 +EGY,2013,7,885129,940860 +EGY,2013,8,867438,921849 +EGY,2013,9,854189,907406 +EGY,2013,10,844143,896102 +EGY,2013,11,836407,886940 +EGY,2013,12,830656,879636 +EGY,2013,13,827682,875184 +EGY,2013,14,827590,873726 +EGY,2013,15,825858,870284 +EGY,2013,16,820394,862584 +EGY,2013,17,812958,852613 +EGY,2013,18,806331,843533 +EGY,2014,0,1325764,1412852 +EGY,2014,1,1228597,1308340 +EGY,2014,2,1145317,1218852 +EGY,2014,3,1074832,1143190 +EGY,2014,4,1011254,1074131 +EGY,2014,5,969539,1029958 +EGY,2014,6,934896,993253 +EGY,2014,7,906622,963245 +EGY,2014,8,884017,939161 +EGY,2014,9,866531,920419 +EGY,2014,10,853615,906436 +EGY,2014,11,843806,895488 +EGY,2014,12,836098,886424 +EGY,2014,13,830247,879040 +EGY,2014,14,827222,874589 +EGY,2014,15,827080,873184 +EGY,2014,16,825332,869632 +EGY,2014,17,819915,861586 +EGY,2014,18,812551,851113 +EGY,2015,0,1357104,1445799 +EGY,2015,1,1267540,1349277 +EGY,2015,2,1188934,1264731 +EGY,2015,3,1120549,1191326 +EGY,2015,4,1061647,1128230 +EGY,2015,5,1011492,1074610 +EGY,2015,6,969346,1029635 +EGY,2015,7,934471,992470 +EGY,2015,8,906130,962284 +EGY,2015,9,883585,938243 +EGY,2015,10,866291,919753 +EGY,2015,11,853699,906219 +EGY,2015,12,844120,895619 +EGY,2015,13,836434,886643 +EGY,2015,14,830478,879174 +EGY,2015,15,827399,874721 +EGY,2015,16,827207,873367 +EGY,2015,17,825441,869703 +EGY,2015,18,820067,861304 +EGY,2016,0,1342638,1428088 +EGY,2016,1,1337350,1423879 +EGY,2016,2,1260169,1340923 +EGY,2016,3,1189397,1264961 +EGY,2016,4,1125051,1195985 +EGY,2016,5,1067146,1133984 +EGY,2016,6,1014947,1078132 +EGY,2016,7,967724,1027600 +EGY,2016,8,929231,986474 +EGY,2016,9,900982,956386 +EGY,2016,10,880746,934867 +EGY,2016,11,864237,917221 +EGY,2016,12,851658,903664 +EGY,2016,13,842084,893053 +EGY,2016,14,834407,884106 +EGY,2016,15,828457,876674 +EGY,2016,16,825362,872225 +EGY,2016,17,825121,870861 +EGY,2016,18,823338,867096 +EGY,2017,0,1295982,1374982 +EGY,2017,1,1270127,1348182 +EGY,2017,2,1321032,1405878 +EGY,2017,3,1256016,1336235 +EGY,2017,4,1192886,1268636 +EGY,2017,5,1132408,1203891 +EGY,2017,6,1075349,1142816 +EGY,2017,7,1020978,1084583 +EGY,2017,8,968566,1028367 +EGY,2017,9,926364,983176 +EGY,2017,10,898135,953104 +EGY,2017,11,880152,934044 +EGY,2017,12,864386,917191 +EGY,2017,13,851787,903575 +EGY,2017,14,842195,892925 +EGY,2017,15,834505,883981 +EGY,2017,16,828547,876566 +EGY,2017,17,825427,872108 +EGY,2017,18,825138,870732 +EGY,2018,0,1231761,1302773 +EGY,2018,1,1249969,1324317 +EGY,2018,2,1252691,1328958 +EGY,2018,3,1306121,1389503 +EGY,2018,4,1253222,1333118 +EGY,2018,5,1197678,1273817 +EGY,2018,6,1141010,1213237 +EGY,2018,7,1084737,1153016 +EGY,2018,8,1028132,1092329 +EGY,2018,9,970464,1030351 +EGY,2018,10,924500,981034 +EGY,2018,11,896260,950942 +EGY,2018,12,880515,934323 +EGY,2018,13,865475,918246 +EGY,2018,14,852843,904554 +EGY,2018,15,843221,893852 +EGY,2018,16,835512,884900 +EGY,2018,17,829538,877494 +EGY,2018,18,826390,873023 +EGY,2019,0,1172000,1236000 +EGY,2019,1,1227000,1298000 +EGY,2019,2,1258000,1334000 +EGY,2019,3,1269000,1347000 +EGY,2019,4,1290000,1372000 +EGY,2019,5,1250000,1329000 +EGY,2019,6,1202000,1278000 +EGY,2019,7,1149000,1222000 +EGY,2019,8,1093000,1162000 +EGY,2019,9,1035000,1099000 +EGY,2019,10,972000,1032000 +EGY,2019,11,922000,978000 +EGY,2019,12,894000,948000 +EGY,2019,13,880000,934000 +EGY,2019,14,866000,919000 +EGY,2019,15,853000,905000 +EGY,2019,16,844000,894000 +EGY,2019,17,836000,885000 +EGY,2019,18,830000,878000 +EGY,2020,0,1133000,1193000 +EGY,2020,1,1209000,1277000 +EGY,2020,2,1258000,1332000 +EGY,2020,3,1282000,1360000 +EGY,2020,4,1286000,1366000 +EGY,2020,5,1273000,1353000 +EGY,2020,6,1244000,1323000 +EGY,2020,7,1204000,1281000 +EGY,2020,8,1155000,1228000 +EGY,2020,9,1101000,1170000 +EGY,2020,10,1040000,1105000 +EGY,2020,11,972000,1031000 +EGY,2020,12,918000,974000 +EGY,2020,13,890000,944000 +EGY,2020,14,879000,932000 +EGY,2020,15,865000,918000 +EGY,2020,16,853000,904000 +EGY,2020,17,843000,893000 +EGY,2020,18,835000,884000 +EGY,2021,0,1127000,1187000 +EGY,2021,1,1153000,1215000 +EGY,2021,2,1215000,1284000 +EGY,2021,3,1255000,1329000 +EGY,2021,4,1276000,1353000 +EGY,2021,5,1279000,1358000 +EGY,2021,6,1268000,1347000 +EGY,2021,7,1246000,1324000 +EGY,2021,8,1210000,1287000 +EGY,2021,9,1161000,1235000 +EGY,2021,10,1103000,1173000 +EGY,2021,11,1041000,1107000 +EGY,2021,12,973000,1033000 +EGY,2021,13,920000,975000 +EGY,2021,14,891000,945000 +EGY,2021,15,880000,933000 +EGY,2021,16,866000,919000 +EGY,2021,17,854000,905000 +EGY,2021,18,844000,894000 +EGY,2022,0,1141000,1204000 +EGY,2022,1,1202000,1270000 +EGY,2022,2,1170000,1234000 +EGY,2022,3,1218000,1287000 +EGY,2022,4,1250000,1323000 +EGY,2022,5,1266000,1342000 +EGY,2022,6,1269000,1347000 +EGY,2022,7,1261000,1339000 +EGY,2022,8,1244000,1323000 +EGY,2022,9,1213000,1290000 +EGY,2022,10,1164000,1238000 +EGY,2022,11,1104000,1174000 +EGY,2022,12,1041000,1106000 +EGY,2022,13,973000,1033000 +EGY,2022,14,919000,975000 +EGY,2022,15,891000,945000 +EGY,2022,16,879000,933000 +EGY,2022,17,866000,918000 +EGY,2022,18,853000,904000 +EGY,2023,0,1169000,1236000 +EGY,2023,1,1204000,1273000 +EGY,2023,2,1230000,1301000 +EGY,2023,3,1186000,1251000 +EGY,2023,4,1220000,1290000 +EGY,2023,5,1244000,1316000 +EGY,2023,6,1256000,1330000 +EGY,2023,7,1257000,1334000 +EGY,2023,8,1252000,1329000 +EGY,2023,9,1242000,1320000 +EGY,2023,10,1215000,1292000 +EGY,2023,11,1166000,1240000 +EGY,2023,12,1103000,1173000 +EGY,2023,13,1040000,1104000 +EGY,2023,14,971000,1031000 +EGY,2023,15,918000,973000 +EGY,2023,16,889000,943000 +EGY,2023,17,878000,931000 +EGY,2023,18,864000,916000 +EGY,2024,0,1197000,1269000 +EGY,2024,1,1207000,1277000 +EGY,2024,2,1217000,1286000 +EGY,2024,3,1225000,1295000 +EGY,2024,4,1202000,1269000 +EGY,2024,5,1223000,1292000 +EGY,2024,6,1237000,1309000 +EGY,2024,7,1245000,1319000 +EGY,2024,8,1246000,1321000 +EGY,2024,9,1243000,1320000 +EGY,2024,10,1239000,1317000 +EGY,2024,11,1217000,1294000 +EGY,2024,12,1168000,1242000 +EGY,2024,13,1103000,1172000 +EGY,2024,14,1038000,1103000 +EGY,2024,15,970000,1029000 +EGY,2024,16,917000,971000 +EGY,2024,17,888000,941000 +EGY,2024,18,877000,929000 +EGY,2025,0,1218000,1292000 +EGY,2025,1,1209000,1280000 +EGY,2025,2,1206000,1275000 +EGY,2025,3,1208000,1276000 +EGY,2025,4,1212000,1280000 +EGY,2025,5,1219000,1287000 +EGY,2025,6,1226000,1295000 +EGY,2025,7,1232000,1303000 +EGY,2025,8,1236000,1308000 +EGY,2025,9,1236000,1309000 +EGY,2025,10,1236000,1311000 +EGY,2025,11,1238000,1315000 +EGY,2025,12,1220000,1297000 +EGY,2025,13,1171000,1245000 +EGY,2025,14,1103000,1172000 +EGY,2025,15,1038000,1102000 +EGY,2025,16,970000,1028000 +EGY,2025,17,916000,970000 +EGY,2025,18,887000,940000 +EGY,2026,0,1227000,1301000 +EGY,2026,1,1214000,1287000 +EGY,2026,2,1207000,1278000 +EGY,2026,3,1206000,1275000 +EGY,2026,4,1208000,1276000 +EGY,2026,5,1213000,1281000 +EGY,2026,6,1219000,1288000 +EGY,2026,7,1225000,1294000 +EGY,2026,8,1231000,1301000 +EGY,2026,9,1234000,1306000 +EGY,2026,10,1235000,1308000 +EGY,2026,11,1235000,1310000 +EGY,2026,12,1237000,1314000 +EGY,2026,13,1219000,1296000 +EGY,2026,14,1170000,1244000 +EGY,2026,15,1102000,1171000 +EGY,2026,16,1037000,1100000 +EGY,2026,17,968000,1027000 +EGY,2026,18,915000,969000 +EGY,2027,0,1228000,1302000 +EGY,2027,1,1208000,1278000 +EGY,2027,2,1210000,1282000 +EGY,2027,3,1206000,1276000 +EGY,2027,4,1206000,1275000 +EGY,2027,5,1209000,1277000 +EGY,2027,6,1214000,1282000 +EGY,2027,7,1220000,1288000 +EGY,2027,8,1225000,1294000 +EGY,2027,9,1230000,1300000 +EGY,2027,10,1233000,1305000 +EGY,2027,11,1234000,1308000 +EGY,2027,12,1234000,1309000 +EGY,2027,13,1237000,1313000 +EGY,2027,14,1218000,1295000 +EGY,2027,15,1169000,1243000 +EGY,2027,16,1101000,1170000 +EGY,2027,17,1036000,1099000 +EGY,2027,18,968000,1025000 +EGY,2028,0,1227000,1299000 +EGY,2028,1,1208000,1278000 +EGY,2028,2,1197000,1266000 +EGY,2028,3,1206000,1277000 +EGY,2028,4,1204000,1274000 +EGY,2028,5,1206000,1275000 +EGY,2028,6,1210000,1278000 +EGY,2028,7,1215000,1284000 +EGY,2028,8,1221000,1289000 +EGY,2028,9,1225000,1294000 +EGY,2028,10,1229000,1299000 +EGY,2028,11,1233000,1304000 +EGY,2028,12,1234000,1307000 +EGY,2028,13,1234000,1309000 +EGY,2028,14,1236000,1313000 +EGY,2028,15,1218000,1294000 +EGY,2028,16,1169000,1242000 +EGY,2028,17,1101000,1169000 +EGY,2028,18,1035000,1098000 +EGY,2029,0,1227000,1298000 +EGY,2029,1,1211000,1281000 +EGY,2029,2,1201000,1270000 +EGY,2029,3,1197000,1265000 +EGY,2029,4,1203000,1273000 +EGY,2029,5,1203000,1272000 +EGY,2029,6,1206000,1275000 +EGY,2029,7,1211000,1279000 +EGY,2029,8,1216000,1285000 +EGY,2029,9,1221000,1290000 +EGY,2029,10,1225000,1294000 +EGY,2029,11,1228000,1298000 +EGY,2029,12,1232000,1303000 +EGY,2029,13,1234000,1307000 +EGY,2029,14,1234000,1308000 +EGY,2029,15,1236000,1312000 +EGY,2029,16,1218000,1294000 +EGY,2029,17,1168000,1241000 +EGY,2029,18,1100000,1168000 +EGY,2030,0,1234000,1304000 +EGY,2030,1,1218000,1288000 +EGY,2030,2,1208000,1277000 +EGY,2030,3,1201000,1270000 +EGY,2030,4,1198000,1267000 +EGY,2030,5,1199000,1268000 +EGY,2030,6,1202000,1270000 +EGY,2030,7,1206000,1275000 +EGY,2030,8,1211000,1280000 +EGY,2030,9,1217000,1286000 +EGY,2030,10,1222000,1291000 +EGY,2030,11,1225000,1293000 +EGY,2030,12,1227000,1296000 +EGY,2030,13,1231000,1302000 +EGY,2030,14,1233000,1306000 +EGY,2030,15,1233000,1308000 +EGY,2030,16,1236000,1312000 +EGY,2030,17,1217000,1293000 +EGY,2030,18,1168000,1240000 +EGY,2031,0,1248000,1319000 +EGY,2031,1,1232000,1302000 +EGY,2031,2,1217000,1287000 +EGY,2031,3,1207000,1277000 +EGY,2031,4,1202000,1270000 +EGY,2031,5,1199000,1268000 +EGY,2031,6,1199000,1268000 +EGY,2031,7,1202000,1270000 +EGY,2031,8,1206000,1274000 +EGY,2031,9,1211000,1280000 +EGY,2031,10,1217000,1286000 +EGY,2031,11,1222000,1291000 +EGY,2031,12,1224000,1293000 +EGY,2031,13,1227000,1296000 +EGY,2031,14,1231000,1301000 +EGY,2031,15,1233000,1305000 +EGY,2031,16,1233000,1307000 +EGY,2031,17,1235000,1311000 +EGY,2031,18,1216000,1292000 +EGY,2032,0,1268000,1340000 +EGY,2032,1,1246000,1317000 +EGY,2032,2,1230000,1300000 +EGY,2032,3,1217000,1286000 +EGY,2032,4,1207000,1276000 +EGY,2032,5,1202000,1270000 +EGY,2032,6,1199000,1268000 +EGY,2032,7,1199000,1268000 +EGY,2032,8,1201000,1270000 +EGY,2032,9,1205000,1274000 +EGY,2032,10,1211000,1279000 +EGY,2032,11,1217000,1285000 +EGY,2032,12,1222000,1290000 +EGY,2032,13,1224000,1292000 +EGY,2032,14,1227000,1295000 +EGY,2032,15,1231000,1300000 +EGY,2032,16,1232000,1304000 +EGY,2032,17,1232000,1306000 +EGY,2032,18,1234000,1309000 +EGY,2033,0,1290000,1364000 +EGY,2033,1,1264000,1336000 +EGY,2033,2,1243000,1314000 +EGY,2033,3,1228000,1298000 +EGY,2033,4,1215000,1285000 +EGY,2033,5,1207000,1276000 +EGY,2033,6,1202000,1270000 +EGY,2033,7,1200000,1268000 +EGY,2033,8,1200000,1268000 +EGY,2033,9,1201000,1269000 +EGY,2033,10,1205000,1273000 +EGY,2033,11,1210000,1278000 +EGY,2033,12,1216000,1285000 +EGY,2033,13,1221000,1290000 +EGY,2033,14,1224000,1292000 +EGY,2033,15,1226000,1295000 +EGY,2033,16,1230000,1300000 +EGY,2033,17,1232000,1303000 +EGY,2033,18,1232000,1305000 +EGY,2034,0,1313000,1388000 +EGY,2034,1,1283000,1357000 +EGY,2034,2,1259000,1331000 +EGY,2034,3,1239000,1310000 +EGY,2034,4,1226000,1295000 +EGY,2034,5,1214000,1283000 +EGY,2034,6,1207000,1275000 +EGY,2034,7,1202000,1270000 +EGY,2034,8,1200000,1268000 +EGY,2034,9,1200000,1267000 +EGY,2034,10,1201000,1269000 +EGY,2034,11,1204000,1272000 +EGY,2034,12,1209000,1278000 +EGY,2034,13,1216000,1284000 +EGY,2034,14,1221000,1289000 +EGY,2034,15,1223000,1291000 +EGY,2034,16,1226000,1294000 +EGY,2034,17,1229000,1299000 +EGY,2034,18,1231000,1302000 +EGY,2035,0,1334000,1410000 +EGY,2035,1,1303000,1377000 +EGY,2035,2,1276000,1349000 +EGY,2035,3,1255000,1326000 +EGY,2035,4,1237000,1307000 +EGY,2035,5,1223000,1293000 +EGY,2035,6,1213000,1282000 +EGY,2035,7,1206000,1274000 +EGY,2035,8,1202000,1270000 +EGY,2035,9,1200000,1268000 +EGY,2035,10,1200000,1267000 +EGY,2035,11,1200000,1268000 +EGY,2035,12,1203000,1271000 +EGY,2035,13,1209000,1277000 +EGY,2035,14,1215000,1283000 +EGY,2035,15,1220000,1288000 +EGY,2035,16,1223000,1290000 +EGY,2035,17,1225000,1293000 +EGY,2035,18,1229000,1298000 +EGY,2036,0,1352000,1430000 +EGY,2036,1,1330000,1406000 +EGY,2036,2,1301000,1376000 +EGY,2036,3,1277000,1349000 +EGY,2036,4,1256000,1327000 +EGY,2036,5,1238000,1309000 +EGY,2036,6,1224000,1294000 +EGY,2036,7,1213000,1282000 +EGY,2036,8,1205000,1273000 +EGY,2036,9,1201000,1269000 +EGY,2036,10,1199000,1267000 +EGY,2036,11,1199000,1267000 +EGY,2036,12,1200000,1268000 +EGY,2036,13,1203000,1271000 +EGY,2036,14,1208000,1276000 +EGY,2036,15,1215000,1282000 +EGY,2036,16,1220000,1287000 +EGY,2036,17,1222000,1289000 +EGY,2036,18,1225000,1292000 +EGY,2037,0,1368000,1447000 +EGY,2037,1,1340000,1417000 +EGY,2037,2,1326000,1402000 +EGY,2037,3,1300000,1374000 +EGY,2037,4,1277000,1350000 +EGY,2037,5,1257000,1328000 +EGY,2037,6,1240000,1310000 +EGY,2037,7,1225000,1295000 +EGY,2037,8,1213000,1282000 +EGY,2037,9,1205000,1272000 +EGY,2037,10,1200000,1268000 +EGY,2037,11,1199000,1266000 +EGY,2037,12,1199000,1266000 +EGY,2037,13,1200000,1267000 +EGY,2037,14,1203000,1270000 +EGY,2037,15,1208000,1275000 +EGY,2037,16,1214000,1282000 +EGY,2037,17,1219000,1286000 +EGY,2037,18,1221000,1288000 +EGY,2038,0,1381000,1461000 +EGY,2038,1,1357000,1435000 +EGY,2038,2,1335000,1411000 +EGY,2038,3,1322000,1398000 +EGY,2038,4,1299000,1373000 +EGY,2038,5,1277000,1350000 +EGY,2038,6,1258000,1329000 +EGY,2038,7,1241000,1311000 +EGY,2038,8,1226000,1295000 +EGY,2038,9,1213000,1281000 +EGY,2038,10,1204000,1271000 +EGY,2038,11,1199000,1267000 +EGY,2038,12,1199000,1266000 +EGY,2038,13,1199000,1266000 +EGY,2038,14,1200000,1267000 +EGY,2038,15,1202000,1270000 +EGY,2038,16,1208000,1275000 +EGY,2038,17,1214000,1281000 +EGY,2038,18,1219000,1285000 +EGY,2039,0,1392000,1472000 +EGY,2039,1,1373000,1451000 +EGY,2039,2,1353000,1430000 +EGY,2039,3,1333000,1409000 +EGY,2039,4,1318000,1393000 +EGY,2039,5,1297000,1371000 +EGY,2039,6,1277000,1350000 +EGY,2039,7,1259000,1330000 +EGY,2039,8,1242000,1312000 +EGY,2039,9,1227000,1296000 +EGY,2039,10,1213000,1281000 +EGY,2039,11,1203000,1270000 +EGY,2039,12,1199000,1266000 +EGY,2039,13,1198000,1265000 +EGY,2039,14,1199000,1265000 +EGY,2039,15,1199000,1266000 +EGY,2039,16,1202000,1269000 +EGY,2039,17,1207000,1274000 +EGY,2039,18,1213000,1280000 +EGY,2040,0,1400000,1480000 +EGY,2040,1,1385000,1464000 +EGY,2040,2,1368000,1447000 +EGY,2040,3,1351000,1428000 +EGY,2040,4,1333000,1409000 +EGY,2040,5,1314000,1389000 +EGY,2040,6,1296000,1369000 +EGY,2040,7,1277000,1349000 +EGY,2040,8,1260000,1331000 +EGY,2040,9,1243000,1313000 +EGY,2040,10,1228000,1297000 +EGY,2040,11,1213000,1280000 +EGY,2040,12,1202000,1269000 +EGY,2040,13,1197000,1264000 +EGY,2040,14,1198000,1264000 +EGY,2040,15,1198000,1265000 +EGY,2040,16,1199000,1265000 +EGY,2040,17,1201000,1268000 +EGY,2040,18,1206000,1273000 +EGY,2041,0,1404000,1485000 +EGY,2041,1,1399000,1479000 +EGY,2041,2,1384000,1464000 +EGY,2041,3,1368000,1446000 +EGY,2041,4,1351000,1428000 +EGY,2041,5,1333000,1409000 +EGY,2041,6,1314000,1389000 +EGY,2041,7,1295000,1369000 +EGY,2041,8,1277000,1349000 +EGY,2041,9,1260000,1330000 +EGY,2041,10,1243000,1313000 +EGY,2041,11,1228000,1296000 +EGY,2041,12,1212000,1280000 +EGY,2041,13,1202000,1269000 +EGY,2041,14,1197000,1264000 +EGY,2041,15,1197000,1264000 +EGY,2041,16,1198000,1264000 +EGY,2041,17,1198000,1264000 +EGY,2041,18,1201000,1267000 +EGY,2042,0,1406000,1487000 +EGY,2042,1,1401000,1482000 +EGY,2042,2,1398000,1478000 +EGY,2042,3,1384000,1463000 +EGY,2042,4,1368000,1446000 +EGY,2042,5,1351000,1428000 +EGY,2042,6,1333000,1409000 +EGY,2042,7,1314000,1389000 +EGY,2042,8,1295000,1369000 +EGY,2042,9,1277000,1349000 +EGY,2042,10,1259000,1330000 +EGY,2042,11,1243000,1313000 +EGY,2042,12,1228000,1296000 +EGY,2042,13,1212000,1280000 +EGY,2042,14,1201000,1268000 +EGY,2042,15,1197000,1263000 +EGY,2042,16,1197000,1263000 +EGY,2042,17,1197000,1263000 +EGY,2042,18,1198000,1264000 +EGY,2043,0,1405000,1486000 +EGY,2043,1,1405000,1486000 +EGY,2043,2,1401000,1482000 +EGY,2043,3,1396000,1476000 +EGY,2043,4,1383000,1462000 +EGY,2043,5,1368000,1446000 +EGY,2043,6,1351000,1428000 +EGY,2043,7,1333000,1408000 +EGY,2043,8,1314000,1388000 +EGY,2043,9,1295000,1368000 +EGY,2043,10,1277000,1348000 +EGY,2043,11,1259000,1330000 +EGY,2043,12,1243000,1312000 +EGY,2043,13,1227000,1296000 +EGY,2043,14,1212000,1279000 +EGY,2043,15,1201000,1268000 +EGY,2043,16,1197000,1263000 +EGY,2043,17,1196000,1262000 +EGY,2043,18,1197000,1262000 +EGY,2044,0,1404000,1485000 +EGY,2044,1,1408000,1489000 +EGY,2044,2,1407000,1488000 +EGY,2044,3,1403000,1483000 +EGY,2044,4,1395000,1475000 +EGY,2044,5,1382000,1461000 +EGY,2044,6,1367000,1445000 +EGY,2044,7,1351000,1427000 +EGY,2044,8,1333000,1408000 +EGY,2044,9,1314000,1388000 +EGY,2044,10,1295000,1368000 +EGY,2044,11,1276000,1348000 +EGY,2044,12,1259000,1329000 +EGY,2044,13,1243000,1312000 +EGY,2044,14,1227000,1295000 +EGY,2044,15,1212000,1279000 +EGY,2044,16,1201000,1267000 +EGY,2044,17,1196000,1262000 +EGY,2044,18,1196000,1261000 +EGY,2045,0,1403000,1484000 +EGY,2045,1,1409000,1491000 +EGY,2045,2,1411000,1493000 +EGY,2045,3,1409000,1490000 +EGY,2045,4,1403000,1483000 +EGY,2045,5,1393000,1473000 +EGY,2045,6,1381000,1460000 +EGY,2045,7,1366000,1444000 +EGY,2045,8,1350000,1426000 +EGY,2045,9,1332000,1407000 +EGY,2045,10,1314000,1387000 +EGY,2045,11,1294000,1367000 +EGY,2045,12,1276000,1347000 +EGY,2045,13,1258000,1328000 +EGY,2045,14,1242000,1311000 +EGY,2045,15,1226000,1294000 +EGY,2045,16,1211000,1278000 +EGY,2045,17,1200000,1266000 +EGY,2045,18,1195000,1261000 +EGY,2046,0,1404000,1485000 +EGY,2046,1,1405000,1486000 +EGY,2046,2,1410000,1491000 +EGY,2046,3,1411000,1492000 +EGY,2046,4,1408000,1489000 +EGY,2046,5,1402000,1482000 +EGY,2046,6,1393000,1472000 +EGY,2046,7,1381000,1460000 +EGY,2046,8,1367000,1445000 +EGY,2046,9,1351000,1427000 +EGY,2046,10,1333000,1408000 +EGY,2046,11,1314000,1387000 +EGY,2046,12,1294000,1367000 +EGY,2046,13,1276000,1347000 +EGY,2046,14,1258000,1328000 +EGY,2046,15,1242000,1311000 +EGY,2046,16,1226000,1294000 +EGY,2046,17,1211000,1277000 +EGY,2046,18,1200000,1265000 +EGY,2047,0,1405000,1487000 +EGY,2047,1,1412000,1494000 +EGY,2047,2,1407000,1488000 +EGY,2047,3,1410000,1491000 +EGY,2047,4,1410000,1491000 +EGY,2047,5,1407000,1487000 +EGY,2047,6,1400000,1480000 +EGY,2047,7,1392000,1471000 +EGY,2047,8,1381000,1459000 +EGY,2047,9,1368000,1445000 +EGY,2047,10,1351000,1427000 +EGY,2047,11,1333000,1407000 +EGY,2047,12,1314000,1387000 +EGY,2047,13,1294000,1367000 +EGY,2047,14,1275000,1346000 +EGY,2047,15,1258000,1327000 +EGY,2047,16,1241000,1310000 +EGY,2047,17,1226000,1293000 +EGY,2047,18,1210000,1276000 +EGY,2048,0,1407000,1488000 +EGY,2048,1,1412000,1494000 +EGY,2048,2,1416000,1497000 +EGY,2048,3,1409000,1490000 +EGY,2048,4,1410000,1491000 +EGY,2048,5,1409000,1489000 +EGY,2048,6,1405000,1485000 +EGY,2048,7,1399000,1478000 +EGY,2048,8,1390000,1469000 +EGY,2048,9,1381000,1459000 +EGY,2048,10,1368000,1445000 +EGY,2048,11,1351000,1427000 +EGY,2048,12,1332000,1407000 +EGY,2048,13,1313000,1387000 +EGY,2048,14,1294000,1366000 +EGY,2048,15,1275000,1346000 +EGY,2048,16,1257000,1327000 +EGY,2048,17,1241000,1309000 +EGY,2048,18,1225000,1292000 +EGY,2049,0,1408000,1489000 +EGY,2049,1,1412000,1493000 +EGY,2049,2,1414000,1496000 +EGY,2049,3,1415000,1496000 +EGY,2049,4,1410000,1491000 +EGY,2049,5,1410000,1491000 +EGY,2049,6,1407000,1488000 +EGY,2049,7,1403000,1483000 +EGY,2049,8,1397000,1476000 +EGY,2049,9,1389000,1467000 +EGY,2049,10,1380000,1458000 +EGY,2049,11,1368000,1445000 +EGY,2049,12,1351000,1427000 +EGY,2049,13,1332000,1406000 +EGY,2049,14,1313000,1386000 +EGY,2049,15,1293000,1365000 +EGY,2049,16,1274000,1345000 +EGY,2049,17,1257000,1326000 +EGY,2049,18,1240000,1308000 +EGY,2050,0,1407000,1489000 +EGY,2050,1,1410000,1492000 +EGY,2050,2,1412000,1493000 +EGY,2050,3,1413000,1494000 +EGY,2050,4,1413000,1494000 +EGY,2050,5,1412000,1493000 +EGY,2050,6,1410000,1490000 +EGY,2050,7,1406000,1486000 +EGY,2050,8,1401000,1481000 +EGY,2050,9,1394000,1474000 +EGY,2050,10,1387000,1465000 +EGY,2050,11,1379000,1457000 +EGY,2050,12,1368000,1444000 +EGY,2050,13,1351000,1427000 +EGY,2050,14,1331000,1406000 +EGY,2050,15,1312000,1385000 +EGY,2050,16,1293000,1364000 +EGY,2050,17,1274000,1344000 +EGY,2050,18,1256000,1325000 +EMU,1990,0,, +EMU,1990,1,, +EMU,1990,2,, +EMU,1990,3,, +EMU,1990,4,, +EMU,1990,5,, +EMU,1990,6,, +EMU,1990,7,, +EMU,1990,8,, +EMU,1990,9,, +EMU,1990,10,, +EMU,1990,11,, +EMU,1990,12,, +EMU,1990,13,, +EMU,1990,14,, +EMU,1990,15,, +EMU,1990,16,, +EMU,1990,17,, +EMU,1990,18,, +EMU,1991,0,, +EMU,1991,1,, +EMU,1991,2,, +EMU,1991,3,, +EMU,1991,4,, +EMU,1991,5,, +EMU,1991,6,, +EMU,1991,7,, +EMU,1991,8,, +EMU,1991,9,, +EMU,1991,10,, +EMU,1991,11,, +EMU,1991,12,, +EMU,1991,13,, +EMU,1991,14,, +EMU,1991,15,, +EMU,1991,16,, +EMU,1991,17,, +EMU,1991,18,, +EMU,1992,0,, +EMU,1992,1,, +EMU,1992,2,, +EMU,1992,3,, +EMU,1992,4,, +EMU,1992,5,, +EMU,1992,6,, +EMU,1992,7,, +EMU,1992,8,, +EMU,1992,9,, +EMU,1992,10,, +EMU,1992,11,, +EMU,1992,12,, +EMU,1992,13,, +EMU,1992,14,, +EMU,1992,15,, +EMU,1992,16,, +EMU,1992,17,, +EMU,1992,18,, +EMU,1993,0,, +EMU,1993,1,, +EMU,1993,2,, +EMU,1993,3,, +EMU,1993,4,, +EMU,1993,5,, +EMU,1993,6,, +EMU,1993,7,, +EMU,1993,8,, +EMU,1993,9,, +EMU,1993,10,, +EMU,1993,11,, +EMU,1993,12,, +EMU,1993,13,, +EMU,1993,14,, +EMU,1993,15,, +EMU,1993,16,, +EMU,1993,17,, +EMU,1993,18,, +EMU,1994,0,, +EMU,1994,1,, +EMU,1994,2,, +EMU,1994,3,, +EMU,1994,4,, +EMU,1994,5,, +EMU,1994,6,, +EMU,1994,7,, +EMU,1994,8,, +EMU,1994,9,, +EMU,1994,10,, +EMU,1994,11,, +EMU,1994,12,, +EMU,1994,13,, +EMU,1994,14,, +EMU,1994,15,, +EMU,1994,16,, +EMU,1994,17,, +EMU,1994,18,, +EMU,1995,0,, +EMU,1995,1,, +EMU,1995,2,, +EMU,1995,3,, +EMU,1995,4,, +EMU,1995,5,, +EMU,1995,6,, +EMU,1995,7,, +EMU,1995,8,, +EMU,1995,9,, +EMU,1995,10,, +EMU,1995,11,, +EMU,1995,12,, +EMU,1995,13,, +EMU,1995,14,, +EMU,1995,15,, +EMU,1995,16,, +EMU,1995,17,, +EMU,1995,18,, +EMU,1996,0,, +EMU,1996,1,, +EMU,1996,2,, +EMU,1996,3,, +EMU,1996,4,, +EMU,1996,5,, +EMU,1996,6,, +EMU,1996,7,, +EMU,1996,8,, +EMU,1996,9,, +EMU,1996,10,, +EMU,1996,11,, +EMU,1996,12,, +EMU,1996,13,, +EMU,1996,14,, +EMU,1996,15,, +EMU,1996,16,, +EMU,1996,17,, +EMU,1996,18,, +EMU,1997,0,, +EMU,1997,1,, +EMU,1997,2,, +EMU,1997,3,, +EMU,1997,4,, +EMU,1997,5,, +EMU,1997,6,, +EMU,1997,7,, +EMU,1997,8,, +EMU,1997,9,, +EMU,1997,10,, +EMU,1997,11,, +EMU,1997,12,, +EMU,1997,13,, +EMU,1997,14,, +EMU,1997,15,, +EMU,1997,16,, +EMU,1997,17,, +EMU,1997,18,, +EMU,1998,0,, +EMU,1998,1,, +EMU,1998,2,, +EMU,1998,3,, +EMU,1998,4,, +EMU,1998,5,, +EMU,1998,6,, +EMU,1998,7,, +EMU,1998,8,, +EMU,1998,9,, +EMU,1998,10,, +EMU,1998,11,, +EMU,1998,12,, +EMU,1998,13,, +EMU,1998,14,, +EMU,1998,15,, +EMU,1998,16,, +EMU,1998,17,, +EMU,1998,18,, +EMU,1999,0,, +EMU,1999,1,, +EMU,1999,2,, +EMU,1999,3,, +EMU,1999,4,, +EMU,1999,5,, +EMU,1999,6,, +EMU,1999,7,, +EMU,1999,8,, +EMU,1999,9,, +EMU,1999,10,, +EMU,1999,11,, +EMU,1999,12,, +EMU,1999,13,, +EMU,1999,14,, +EMU,1999,15,, +EMU,1999,16,, +EMU,1999,17,, +EMU,1999,18,, +EMU,2000,0,, +EMU,2000,1,, +EMU,2000,2,, +EMU,2000,3,, +EMU,2000,4,, +EMU,2000,5,, +EMU,2000,6,, +EMU,2000,7,, +EMU,2000,8,, +EMU,2000,9,, +EMU,2000,10,, +EMU,2000,11,, +EMU,2000,12,, +EMU,2000,13,, +EMU,2000,14,, +EMU,2000,15,, +EMU,2000,16,, +EMU,2000,17,, +EMU,2000,18,, +EMU,2001,0,, +EMU,2001,1,, +EMU,2001,2,, +EMU,2001,3,, +EMU,2001,4,, +EMU,2001,5,, +EMU,2001,6,, +EMU,2001,7,, +EMU,2001,8,, +EMU,2001,9,, +EMU,2001,10,, +EMU,2001,11,, +EMU,2001,12,, +EMU,2001,13,, +EMU,2001,14,, +EMU,2001,15,, +EMU,2001,16,, +EMU,2001,17,, +EMU,2001,18,, +EMU,2002,0,, +EMU,2002,1,, +EMU,2002,2,, +EMU,2002,3,, +EMU,2002,4,, +EMU,2002,5,, +EMU,2002,6,, +EMU,2002,7,, +EMU,2002,8,, +EMU,2002,9,, +EMU,2002,10,, +EMU,2002,11,, +EMU,2002,12,, +EMU,2002,13,, +EMU,2002,14,, +EMU,2002,15,, +EMU,2002,16,, +EMU,2002,17,, +EMU,2002,18,, +EMU,2003,0,, +EMU,2003,1,, +EMU,2003,2,, +EMU,2003,3,, +EMU,2003,4,, +EMU,2003,5,, +EMU,2003,6,, +EMU,2003,7,, +EMU,2003,8,, +EMU,2003,9,, +EMU,2003,10,, +EMU,2003,11,, +EMU,2003,12,, +EMU,2003,13,, +EMU,2003,14,, +EMU,2003,15,, +EMU,2003,16,, +EMU,2003,17,, +EMU,2003,18,, +EMU,2004,0,, +EMU,2004,1,, +EMU,2004,2,, +EMU,2004,3,, +EMU,2004,4,, +EMU,2004,5,, +EMU,2004,6,, +EMU,2004,7,, +EMU,2004,8,, +EMU,2004,9,, +EMU,2004,10,, +EMU,2004,11,, +EMU,2004,12,, +EMU,2004,13,, +EMU,2004,14,, +EMU,2004,15,, +EMU,2004,16,, +EMU,2004,17,, +EMU,2004,18,, +EMU,2005,0,, +EMU,2005,1,, +EMU,2005,2,, +EMU,2005,3,, +EMU,2005,4,, +EMU,2005,5,, +EMU,2005,6,, +EMU,2005,7,, +EMU,2005,8,, +EMU,2005,9,, +EMU,2005,10,, +EMU,2005,11,, +EMU,2005,12,, +EMU,2005,13,, +EMU,2005,14,, +EMU,2005,15,, +EMU,2005,16,, +EMU,2005,17,, +EMU,2005,18,, +EMU,2006,0,, +EMU,2006,1,, +EMU,2006,2,, +EMU,2006,3,, +EMU,2006,4,, +EMU,2006,5,, +EMU,2006,6,, +EMU,2006,7,, +EMU,2006,8,, +EMU,2006,9,, +EMU,2006,10,, +EMU,2006,11,, +EMU,2006,12,, +EMU,2006,13,, +EMU,2006,14,, +EMU,2006,15,, +EMU,2006,16,, +EMU,2006,17,, +EMU,2006,18,, +EMU,2007,0,, +EMU,2007,1,, +EMU,2007,2,, +EMU,2007,3,, +EMU,2007,4,, +EMU,2007,5,, +EMU,2007,6,, +EMU,2007,7,, +EMU,2007,8,, +EMU,2007,9,, +EMU,2007,10,, +EMU,2007,11,, +EMU,2007,12,, +EMU,2007,13,, +EMU,2007,14,, +EMU,2007,15,, +EMU,2007,16,, +EMU,2007,17,, +EMU,2007,18,, +EMU,2008,0,, +EMU,2008,1,, +EMU,2008,2,, +EMU,2008,3,, +EMU,2008,4,, +EMU,2008,5,, +EMU,2008,6,, +EMU,2008,7,, +EMU,2008,8,, +EMU,2008,9,, +EMU,2008,10,, +EMU,2008,11,, +EMU,2008,12,, +EMU,2008,13,, +EMU,2008,14,, +EMU,2008,15,, +EMU,2008,16,, +EMU,2008,17,, +EMU,2008,18,, +EMU,2009,0,, +EMU,2009,1,, +EMU,2009,2,, +EMU,2009,3,, +EMU,2009,4,, +EMU,2009,5,, +EMU,2009,6,, +EMU,2009,7,, +EMU,2009,8,, +EMU,2009,9,, +EMU,2009,10,, +EMU,2009,11,, +EMU,2009,12,, +EMU,2009,13,, +EMU,2009,14,, +EMU,2009,15,, +EMU,2009,16,, +EMU,2009,17,, +EMU,2009,18,, +EMU,2010,0,, +EMU,2010,1,, +EMU,2010,2,, +EMU,2010,3,, +EMU,2010,4,, +EMU,2010,5,, +EMU,2010,6,, +EMU,2010,7,, +EMU,2010,8,, +EMU,2010,9,, +EMU,2010,10,, +EMU,2010,11,, +EMU,2010,12,, +EMU,2010,13,, +EMU,2010,14,, +EMU,2010,15,, +EMU,2010,16,, +EMU,2010,17,, +EMU,2010,18,, +EMU,2011,0,, +EMU,2011,1,, +EMU,2011,2,, +EMU,2011,3,, +EMU,2011,4,, +EMU,2011,5,, +EMU,2011,6,, +EMU,2011,7,, +EMU,2011,8,, +EMU,2011,9,, +EMU,2011,10,, +EMU,2011,11,, +EMU,2011,12,, +EMU,2011,13,, +EMU,2011,14,, +EMU,2011,15,, +EMU,2011,16,, +EMU,2011,17,, +EMU,2011,18,, +EMU,2012,0,, +EMU,2012,1,, +EMU,2012,2,, +EMU,2012,3,, +EMU,2012,4,, +EMU,2012,5,, +EMU,2012,6,, +EMU,2012,7,, +EMU,2012,8,, +EMU,2012,9,, +EMU,2012,10,, +EMU,2012,11,, +EMU,2012,12,, +EMU,2012,13,, +EMU,2012,14,, +EMU,2012,15,, +EMU,2012,16,, +EMU,2012,17,, +EMU,2012,18,, +EMU,2013,0,, +EMU,2013,1,, +EMU,2013,2,, +EMU,2013,3,, +EMU,2013,4,, +EMU,2013,5,, +EMU,2013,6,, +EMU,2013,7,, +EMU,2013,8,, +EMU,2013,9,, +EMU,2013,10,, +EMU,2013,11,, +EMU,2013,12,, +EMU,2013,13,, +EMU,2013,14,, +EMU,2013,15,, +EMU,2013,16,, +EMU,2013,17,, +EMU,2013,18,, +EMU,2014,0,, +EMU,2014,1,, +EMU,2014,2,, +EMU,2014,3,, +EMU,2014,4,, +EMU,2014,5,, +EMU,2014,6,, +EMU,2014,7,, +EMU,2014,8,, +EMU,2014,9,, +EMU,2014,10,, +EMU,2014,11,, +EMU,2014,12,, +EMU,2014,13,, +EMU,2014,14,, +EMU,2014,15,, +EMU,2014,16,, +EMU,2014,17,, +EMU,2014,18,, +EMU,2015,0,, +EMU,2015,1,, +EMU,2015,2,, +EMU,2015,3,, +EMU,2015,4,, +EMU,2015,5,, +EMU,2015,6,, +EMU,2015,7,, +EMU,2015,8,, +EMU,2015,9,, +EMU,2015,10,, +EMU,2015,11,, +EMU,2015,12,, +EMU,2015,13,, +EMU,2015,14,, +EMU,2015,15,, +EMU,2015,16,, +EMU,2015,17,, +EMU,2015,18,, +EMU,2016,0,, +EMU,2016,1,, +EMU,2016,2,, +EMU,2016,3,, +EMU,2016,4,, +EMU,2016,5,, +EMU,2016,6,, +EMU,2016,7,, +EMU,2016,8,, +EMU,2016,9,, +EMU,2016,10,, +EMU,2016,11,, +EMU,2016,12,, +EMU,2016,13,, +EMU,2016,14,, +EMU,2016,15,, +EMU,2016,16,, +EMU,2016,17,, +EMU,2016,18,, +EMU,2017,0,, +EMU,2017,1,, +EMU,2017,2,, +EMU,2017,3,, +EMU,2017,4,, +EMU,2017,5,, +EMU,2017,6,, +EMU,2017,7,, +EMU,2017,8,, +EMU,2017,9,, +EMU,2017,10,, +EMU,2017,11,, +EMU,2017,12,, +EMU,2017,13,, +EMU,2017,14,, +EMU,2017,15,, +EMU,2017,16,, +EMU,2017,17,, +EMU,2017,18,, +EMU,2018,0,, +EMU,2018,1,, +EMU,2018,2,, +EMU,2018,3,, +EMU,2018,4,, +EMU,2018,5,, +EMU,2018,6,, +EMU,2018,7,, +EMU,2018,8,, +EMU,2018,9,, +EMU,2018,10,, +EMU,2018,11,, +EMU,2018,12,, +EMU,2018,13,, +EMU,2018,14,, +EMU,2018,15,, +EMU,2018,16,, +EMU,2018,17,, +EMU,2018,18,, +EMU,2019,0,, +EMU,2019,1,, +EMU,2019,2,, +EMU,2019,3,, +EMU,2019,4,, +EMU,2019,5,, +EMU,2019,6,, +EMU,2019,7,, +EMU,2019,8,, +EMU,2019,9,, +EMU,2019,10,, +EMU,2019,11,, +EMU,2019,12,, +EMU,2019,13,, +EMU,2019,14,, +EMU,2019,15,, +EMU,2019,16,, +EMU,2019,17,, +EMU,2019,18,, +EMU,2020,0,, +EMU,2020,1,, +EMU,2020,2,, +EMU,2020,3,, +EMU,2020,4,, +EMU,2020,5,, +EMU,2020,6,, +EMU,2020,7,, +EMU,2020,8,, +EMU,2020,9,, +EMU,2020,10,, +EMU,2020,11,, +EMU,2020,12,, +EMU,2020,13,, +EMU,2020,14,, +EMU,2020,15,, +EMU,2020,16,, +EMU,2020,17,, +EMU,2020,18,, +EMU,2021,0,, +EMU,2021,1,, +EMU,2021,2,, +EMU,2021,3,, +EMU,2021,4,, +EMU,2021,5,, +EMU,2021,6,, +EMU,2021,7,, +EMU,2021,8,, +EMU,2021,9,, +EMU,2021,10,, +EMU,2021,11,, +EMU,2021,12,, +EMU,2021,13,, +EMU,2021,14,, +EMU,2021,15,, +EMU,2021,16,, +EMU,2021,17,, +EMU,2021,18,, +EMU,2022,0,, +EMU,2022,1,, +EMU,2022,2,, +EMU,2022,3,, +EMU,2022,4,, +EMU,2022,5,, +EMU,2022,6,, +EMU,2022,7,, +EMU,2022,8,, +EMU,2022,9,, +EMU,2022,10,, +EMU,2022,11,, +EMU,2022,12,, +EMU,2022,13,, +EMU,2022,14,, +EMU,2022,15,, +EMU,2022,16,, +EMU,2022,17,, +EMU,2022,18,, +EMU,2023,0,, +EMU,2023,1,, +EMU,2023,2,, +EMU,2023,3,, +EMU,2023,4,, +EMU,2023,5,, +EMU,2023,6,, +EMU,2023,7,, +EMU,2023,8,, +EMU,2023,9,, +EMU,2023,10,, +EMU,2023,11,, +EMU,2023,12,, +EMU,2023,13,, +EMU,2023,14,, +EMU,2023,15,, +EMU,2023,16,, +EMU,2023,17,, +EMU,2023,18,, +EMU,2024,0,, +EMU,2024,1,, +EMU,2024,2,, +EMU,2024,3,, +EMU,2024,4,, +EMU,2024,5,, +EMU,2024,6,, +EMU,2024,7,, +EMU,2024,8,, +EMU,2024,9,, +EMU,2024,10,, +EMU,2024,11,, +EMU,2024,12,, +EMU,2024,13,, +EMU,2024,14,, +EMU,2024,15,, +EMU,2024,16,, +EMU,2024,17,, +EMU,2024,18,, +EMU,2025,0,, +EMU,2025,1,, +EMU,2025,2,, +EMU,2025,3,, +EMU,2025,4,, +EMU,2025,5,, +EMU,2025,6,, +EMU,2025,7,, +EMU,2025,8,, +EMU,2025,9,, +EMU,2025,10,, +EMU,2025,11,, +EMU,2025,12,, +EMU,2025,13,, +EMU,2025,14,, +EMU,2025,15,, +EMU,2025,16,, +EMU,2025,17,, +EMU,2025,18,, +EMU,2026,0,, +EMU,2026,1,, +EMU,2026,2,, +EMU,2026,3,, +EMU,2026,4,, +EMU,2026,5,, +EMU,2026,6,, +EMU,2026,7,, +EMU,2026,8,, +EMU,2026,9,, +EMU,2026,10,, +EMU,2026,11,, +EMU,2026,12,, +EMU,2026,13,, +EMU,2026,14,, +EMU,2026,15,, +EMU,2026,16,, +EMU,2026,17,, +EMU,2026,18,, +EMU,2027,0,, +EMU,2027,1,, +EMU,2027,2,, +EMU,2027,3,, +EMU,2027,4,, +EMU,2027,5,, +EMU,2027,6,, +EMU,2027,7,, +EMU,2027,8,, +EMU,2027,9,, +EMU,2027,10,, +EMU,2027,11,, +EMU,2027,12,, +EMU,2027,13,, +EMU,2027,14,, +EMU,2027,15,, +EMU,2027,16,, +EMU,2027,17,, +EMU,2027,18,, +EMU,2028,0,, +EMU,2028,1,, +EMU,2028,2,, +EMU,2028,3,, +EMU,2028,4,, +EMU,2028,5,, +EMU,2028,6,, +EMU,2028,7,, +EMU,2028,8,, +EMU,2028,9,, +EMU,2028,10,, +EMU,2028,11,, +EMU,2028,12,, +EMU,2028,13,, +EMU,2028,14,, +EMU,2028,15,, +EMU,2028,16,, +EMU,2028,17,, +EMU,2028,18,, +EMU,2029,0,, +EMU,2029,1,, +EMU,2029,2,, +EMU,2029,3,, +EMU,2029,4,, +EMU,2029,5,, +EMU,2029,6,, +EMU,2029,7,, +EMU,2029,8,, +EMU,2029,9,, +EMU,2029,10,, +EMU,2029,11,, +EMU,2029,12,, +EMU,2029,13,, +EMU,2029,14,, +EMU,2029,15,, +EMU,2029,16,, +EMU,2029,17,, +EMU,2029,18,, +EMU,2030,0,, +EMU,2030,1,, +EMU,2030,2,, +EMU,2030,3,, +EMU,2030,4,, +EMU,2030,5,, +EMU,2030,6,, +EMU,2030,7,, +EMU,2030,8,, +EMU,2030,9,, +EMU,2030,10,, +EMU,2030,11,, +EMU,2030,12,, +EMU,2030,13,, +EMU,2030,14,, +EMU,2030,15,, +EMU,2030,16,, +EMU,2030,17,, +EMU,2030,18,, +EMU,2031,0,, +EMU,2031,1,, +EMU,2031,2,, +EMU,2031,3,, +EMU,2031,4,, +EMU,2031,5,, +EMU,2031,6,, +EMU,2031,7,, +EMU,2031,8,, +EMU,2031,9,, +EMU,2031,10,, +EMU,2031,11,, +EMU,2031,12,, +EMU,2031,13,, +EMU,2031,14,, +EMU,2031,15,, +EMU,2031,16,, +EMU,2031,17,, +EMU,2031,18,, +EMU,2032,0,, +EMU,2032,1,, +EMU,2032,2,, +EMU,2032,3,, +EMU,2032,4,, +EMU,2032,5,, +EMU,2032,6,, +EMU,2032,7,, +EMU,2032,8,, +EMU,2032,9,, +EMU,2032,10,, +EMU,2032,11,, +EMU,2032,12,, +EMU,2032,13,, +EMU,2032,14,, +EMU,2032,15,, +EMU,2032,16,, +EMU,2032,17,, +EMU,2032,18,, +EMU,2033,0,, +EMU,2033,1,, +EMU,2033,2,, +EMU,2033,3,, +EMU,2033,4,, +EMU,2033,5,, +EMU,2033,6,, +EMU,2033,7,, +EMU,2033,8,, +EMU,2033,9,, +EMU,2033,10,, +EMU,2033,11,, +EMU,2033,12,, +EMU,2033,13,, +EMU,2033,14,, +EMU,2033,15,, +EMU,2033,16,, +EMU,2033,17,, +EMU,2033,18,, +EMU,2034,0,, +EMU,2034,1,, +EMU,2034,2,, +EMU,2034,3,, +EMU,2034,4,, +EMU,2034,5,, +EMU,2034,6,, +EMU,2034,7,, +EMU,2034,8,, +EMU,2034,9,, +EMU,2034,10,, +EMU,2034,11,, +EMU,2034,12,, +EMU,2034,13,, +EMU,2034,14,, +EMU,2034,15,, +EMU,2034,16,, +EMU,2034,17,, +EMU,2034,18,, +EMU,2035,0,, +EMU,2035,1,, +EMU,2035,2,, +EMU,2035,3,, +EMU,2035,4,, +EMU,2035,5,, +EMU,2035,6,, +EMU,2035,7,, +EMU,2035,8,, +EMU,2035,9,, +EMU,2035,10,, +EMU,2035,11,, +EMU,2035,12,, +EMU,2035,13,, +EMU,2035,14,, +EMU,2035,15,, +EMU,2035,16,, +EMU,2035,17,, +EMU,2035,18,, +EMU,2036,0,, +EMU,2036,1,, +EMU,2036,2,, +EMU,2036,3,, +EMU,2036,4,, +EMU,2036,5,, +EMU,2036,6,, +EMU,2036,7,, +EMU,2036,8,, +EMU,2036,9,, +EMU,2036,10,, +EMU,2036,11,, +EMU,2036,12,, +EMU,2036,13,, +EMU,2036,14,, +EMU,2036,15,, +EMU,2036,16,, +EMU,2036,17,, +EMU,2036,18,, +EMU,2037,0,, +EMU,2037,1,, +EMU,2037,2,, +EMU,2037,3,, +EMU,2037,4,, +EMU,2037,5,, +EMU,2037,6,, +EMU,2037,7,, +EMU,2037,8,, +EMU,2037,9,, +EMU,2037,10,, +EMU,2037,11,, +EMU,2037,12,, +EMU,2037,13,, +EMU,2037,14,, +EMU,2037,15,, +EMU,2037,16,, +EMU,2037,17,, +EMU,2037,18,, +EMU,2038,0,, +EMU,2038,1,, +EMU,2038,2,, +EMU,2038,3,, +EMU,2038,4,, +EMU,2038,5,, +EMU,2038,6,, +EMU,2038,7,, +EMU,2038,8,, +EMU,2038,9,, +EMU,2038,10,, +EMU,2038,11,, +EMU,2038,12,, +EMU,2038,13,, +EMU,2038,14,, +EMU,2038,15,, +EMU,2038,16,, +EMU,2038,17,, +EMU,2038,18,, +EMU,2039,0,, +EMU,2039,1,, +EMU,2039,2,, +EMU,2039,3,, +EMU,2039,4,, +EMU,2039,5,, +EMU,2039,6,, +EMU,2039,7,, +EMU,2039,8,, +EMU,2039,9,, +EMU,2039,10,, +EMU,2039,11,, +EMU,2039,12,, +EMU,2039,13,, +EMU,2039,14,, +EMU,2039,15,, +EMU,2039,16,, +EMU,2039,17,, +EMU,2039,18,, +EMU,2040,0,, +EMU,2040,1,, +EMU,2040,2,, +EMU,2040,3,, +EMU,2040,4,, +EMU,2040,5,, +EMU,2040,6,, +EMU,2040,7,, +EMU,2040,8,, +EMU,2040,9,, +EMU,2040,10,, +EMU,2040,11,, +EMU,2040,12,, +EMU,2040,13,, +EMU,2040,14,, +EMU,2040,15,, +EMU,2040,16,, +EMU,2040,17,, +EMU,2040,18,, +EMU,2041,0,, +EMU,2041,1,, +EMU,2041,2,, +EMU,2041,3,, +EMU,2041,4,, +EMU,2041,5,, +EMU,2041,6,, +EMU,2041,7,, +EMU,2041,8,, +EMU,2041,9,, +EMU,2041,10,, +EMU,2041,11,, +EMU,2041,12,, +EMU,2041,13,, +EMU,2041,14,, +EMU,2041,15,, +EMU,2041,16,, +EMU,2041,17,, +EMU,2041,18,, +EMU,2042,0,, +EMU,2042,1,, +EMU,2042,2,, +EMU,2042,3,, +EMU,2042,4,, +EMU,2042,5,, +EMU,2042,6,, +EMU,2042,7,, +EMU,2042,8,, +EMU,2042,9,, +EMU,2042,10,, +EMU,2042,11,, +EMU,2042,12,, +EMU,2042,13,, +EMU,2042,14,, +EMU,2042,15,, +EMU,2042,16,, +EMU,2042,17,, +EMU,2042,18,, +EMU,2043,0,, +EMU,2043,1,, +EMU,2043,2,, +EMU,2043,3,, +EMU,2043,4,, +EMU,2043,5,, +EMU,2043,6,, +EMU,2043,7,, +EMU,2043,8,, +EMU,2043,9,, +EMU,2043,10,, +EMU,2043,11,, +EMU,2043,12,, +EMU,2043,13,, +EMU,2043,14,, +EMU,2043,15,, +EMU,2043,16,, +EMU,2043,17,, +EMU,2043,18,, +EMU,2044,0,, +EMU,2044,1,, +EMU,2044,2,, +EMU,2044,3,, +EMU,2044,4,, +EMU,2044,5,, +EMU,2044,6,, +EMU,2044,7,, +EMU,2044,8,, +EMU,2044,9,, +EMU,2044,10,, +EMU,2044,11,, +EMU,2044,12,, +EMU,2044,13,, +EMU,2044,14,, +EMU,2044,15,, +EMU,2044,16,, +EMU,2044,17,, +EMU,2044,18,, +EMU,2045,0,, +EMU,2045,1,, +EMU,2045,2,, +EMU,2045,3,, +EMU,2045,4,, +EMU,2045,5,, +EMU,2045,6,, +EMU,2045,7,, +EMU,2045,8,, +EMU,2045,9,, +EMU,2045,10,, +EMU,2045,11,, +EMU,2045,12,, +EMU,2045,13,, +EMU,2045,14,, +EMU,2045,15,, +EMU,2045,16,, +EMU,2045,17,, +EMU,2045,18,, +EMU,2046,0,, +EMU,2046,1,, +EMU,2046,2,, +EMU,2046,3,, +EMU,2046,4,, +EMU,2046,5,, +EMU,2046,6,, +EMU,2046,7,, +EMU,2046,8,, +EMU,2046,9,, +EMU,2046,10,, +EMU,2046,11,, +EMU,2046,12,, +EMU,2046,13,, +EMU,2046,14,, +EMU,2046,15,, +EMU,2046,16,, +EMU,2046,17,, +EMU,2046,18,, +EMU,2047,0,, +EMU,2047,1,, +EMU,2047,2,, +EMU,2047,3,, +EMU,2047,4,, +EMU,2047,5,, +EMU,2047,6,, +EMU,2047,7,, +EMU,2047,8,, +EMU,2047,9,, +EMU,2047,10,, +EMU,2047,11,, +EMU,2047,12,, +EMU,2047,13,, +EMU,2047,14,, +EMU,2047,15,, +EMU,2047,16,, +EMU,2047,17,, +EMU,2047,18,, +EMU,2048,0,, +EMU,2048,1,, +EMU,2048,2,, +EMU,2048,3,, +EMU,2048,4,, +EMU,2048,5,, +EMU,2048,6,, +EMU,2048,7,, +EMU,2048,8,, +EMU,2048,9,, +EMU,2048,10,, +EMU,2048,11,, +EMU,2048,12,, +EMU,2048,13,, +EMU,2048,14,, +EMU,2048,15,, +EMU,2048,16,, +EMU,2048,17,, +EMU,2048,18,, +EMU,2049,0,, +EMU,2049,1,, +EMU,2049,2,, +EMU,2049,3,, +EMU,2049,4,, +EMU,2049,5,, +EMU,2049,6,, +EMU,2049,7,, +EMU,2049,8,, +EMU,2049,9,, +EMU,2049,10,, +EMU,2049,11,, +EMU,2049,12,, +EMU,2049,13,, +EMU,2049,14,, +EMU,2049,15,, +EMU,2049,16,, +EMU,2049,17,, +EMU,2049,18,, +EMU,2050,0,, +EMU,2050,1,, +EMU,2050,2,, +EMU,2050,3,, +EMU,2050,4,, +EMU,2050,5,, +EMU,2050,6,, +EMU,2050,7,, +EMU,2050,8,, +EMU,2050,9,, +EMU,2050,10,, +EMU,2050,11,, +EMU,2050,12,, +EMU,2050,13,, +EMU,2050,14,, +EMU,2050,15,, +EMU,2050,16,, +EMU,2050,17,, +EMU,2050,18,, +ERI,1990,0,42345,43673 +ERI,1990,1,41143,42261 +ERI,1990,2,39911,40854 +ERI,1990,3,38657,39454 +ERI,1990,4,37388,38068 +ERI,1990,5,36112,36698 +ERI,1990,6,34836,35349 +ERI,1990,7,33567,34026 +ERI,1990,8,32313,32733 +ERI,1990,9,31080,31473 +ERI,1990,10,29865,30244 +ERI,1990,11,28665,29043 +ERI,1990,12,27541,27910 +ERI,1990,13,26521,26861 +ERI,1990,14,25581,25881 +ERI,1990,15,24665,24932 +ERI,1990,16,23782,24019 +ERI,1990,17,22932,23146 +ERI,1990,18,22107,22311 +ERI,1991,0,41549,42871 +ERI,1991,1,41714,42908 +ERI,1991,2,40729,41743 +ERI,1991,3,39666,40528 +ERI,1991,4,38533,39270 +ERI,1991,5,37341,37975 +ERI,1991,6,36105,36657 +ERI,1991,7,34842,35332 +ERI,1991,8,33525,33963 +ERI,1991,9,32149,32538 +ERI,1991,10,30745,31091 +ERI,1991,11,29347,29662 +ERI,1991,12,27948,28242 +ERI,1991,13,26642,26914 +ERI,1991,14,25481,25723 +ERI,1991,15,24428,24638 +ERI,1991,16,23397,23579 +ERI,1991,17,22400,22559 +ERI,1991,18,21463,21604 +ERI,1992,0,40022,41277 +ERI,1992,1,39958,41030 +ERI,1992,2,40906,41940 +ERI,1992,3,40143,41028 +ERI,1992,4,39252,40013 +ERI,1992,5,38246,38903 +ERI,1992,6,37136,37705 +ERI,1992,7,35945,36446 +ERI,1992,8,34700,35150 +ERI,1992,9,33341,33741 +ERI,1992,10,31849,32192 +ERI,1992,11,30279,30564 +ERI,1992,12,28704,28941 +ERI,1992,13,27110,27308 +ERI,1992,14,25628,25791 +ERI,1992,15,24330,24463 +ERI,1992,16,23169,23277 +ERI,1992,17,22026,22112 +ERI,1992,18,20920,20989 +ERI,1993,0,38052,39216 +ERI,1993,1,38643,39646 +ERI,1993,2,38945,39812 +ERI,1993,3,40011,40880 +ERI,1993,4,39471,40222 +ERI,1993,5,38755,39408 +ERI,1993,6,37878,38447 +ERI,1993,7,36850,37350 +ERI,1993,8,35708,36152 +ERI,1993,9,34484,34888 +ERI,1993,10,33086,33442 +ERI,1993,11,31482,31774 +ERI,1993,12,29750,29968 +ERI,1993,13,28001,28156 +ERI,1993,14,26217,26314 +ERI,1993,15,24562,24613 +ERI,1993,16,23129,23150 +ERI,1993,17,21864,21867 +ERI,1993,18,20612,20600 +ERI,1994,0,36026,37127 +ERI,1994,1,37171,38127 +ERI,1994,2,37971,38804 +ERI,1994,3,38445,39176 +ERI,1994,4,39151,39869 +ERI,1994,5,38832,39463 +ERI,1994,6,38290,38848 +ERI,1994,7,37539,38035 +ERI,1994,8,36594,37037 +ERI,1994,9,35498,35898 +ERI,1994,10,34295,34665 +ERI,1994,11,32856,33181 +ERI,1994,12,31139,31391 +ERI,1994,13,29245,29408 +ERI,1994,14,27321,27405 +ERI,1994,15,25347,25353 +ERI,1994,16,23519,23467 +ERI,1994,17,21952,21870 +ERI,1994,18,20581,20488 +ERI,1995,0,34262,35359 +ERI,1995,1,35771,36729 +ERI,1995,2,36924,37767 +ERI,1995,3,37740,38485 +ERI,1995,4,38235,38898 +ERI,1995,5,38425,39020 +ERI,1995,6,38326,38865 +ERI,1995,7,37955,38447 +ERI,1995,8,37329,37778 +ERI,1995,9,36463,36874 +ERI,1995,10,35411,35791 +ERI,1995,11,34223,34583 +ERI,1995,12,32739,33055 +ERI,1995,13,30904,31136 +ERI,1995,14,28840,28967 +ERI,1995,15,26736,26765 +ERI,1995,16,24564,24496 +ERI,1995,17,22557,22416 +ERI,1995,18,20850,20678 +ERI,1996,0,32177,33238 +ERI,1996,1,33751,34714 +ERI,1996,2,35106,35943 +ERI,1996,3,36177,36908 +ERI,1996,4,36965,37609 +ERI,1996,5,37474,38046 +ERI,1996,6,37723,38235 +ERI,1996,7,37732,38196 +ERI,1996,8,37419,37839 +ERI,1996,9,36750,37130 +ERI,1996,10,35781,36121 +ERI,1996,11,34652,34960 +ERI,1996,12,33402,33688 +ERI,1996,13,31856,32096 +ERI,1996,14,29963,30119 +ERI,1996,15,27849,27899 +ERI,1996,16,25695,25646 +ERI,1996,17,23468,23320 +ERI,1996,18,21448,21230 +ERI,1997,0,30401,31489 +ERI,1997,1,32043,32972 +ERI,1997,2,33379,34240 +ERI,1997,3,34590,35337 +ERI,1997,4,35583,36236 +ERI,1997,5,36347,36922 +ERI,1997,6,36872,37384 +ERI,1997,7,37180,37640 +ERI,1997,8,37296,37714 +ERI,1997,9,37037,37416 +ERI,1997,10,36324,36663 +ERI,1997,11,35250,35547 +ERI,1997,12,34042,34304 +ERI,1997,13,32725,32964 +ERI,1997,14,31113,31302 +ERI,1997,15,29156,29259 +ERI,1997,16,26985,26979 +ERI,1997,17,24773,24666 +ERI,1997,18,22483,22275 +ERI,1998,0,29328,30494 +ERI,1998,1,30746,31734 +ERI,1998,2,32055,32895 +ERI,1998,3,33213,33997 +ERI,1998,4,34287,34970 +ERI,1998,5,35209,35809 +ERI,1998,6,35954,36486 +ERI,1998,7,36498,36975 +ERI,1998,8,36867,37300 +ERI,1998,9,37088,37486 +ERI,1998,10,36882,37245 +ERI,1998,11,36122,36444 +ERI,1998,12,34936,35214 +ERI,1998,13,33643,33882 +ERI,1998,14,32253,32464 +ERI,1998,15,30564,30723 +ERI,1998,16,28533,28600 +ERI,1998,17,26291,26246 +ERI,1998,18,24009,23859 +ERI,1999,0,29441,30721 +ERI,1999,1,30374,31458 +ERI,1999,2,31354,32276 +ERI,1999,3,32348,33135 +ERI,1999,4,33311,34035 +ERI,1999,5,34257,34892 +ERI,1999,6,35115,35677 +ERI,1999,7,35847,36351 +ERI,1999,8,36414,36871 +ERI,1999,9,36847,37267 +ERI,1999,10,37176,37568 +ERI,1999,11,37021,37382 +ERI,1999,12,36207,36526 +ERI,1999,13,34901,35171 +ERI,1999,14,33511,33740 +ERI,1999,15,32036,32233 +ERI,1999,16,30258,30397 +ERI,1999,17,28134,28176 +ERI,1999,18,25805,25727 +ERI,2000,0,31052,32475 +ERI,2000,1,31206,32421 +ERI,2000,2,31600,32637 +ERI,2000,3,32179,33070 +ERI,2000,4,32892,33662 +ERI,2000,5,33687,34358 +ERI,2000,6,34510,35103 +ERI,2000,7,35310,35842 +ERI,2000,8,36034,36517 +ERI,2000,9,36630,37074 +ERI,2000,10,37132,37546 +ERI,2000,11,37574,37967 +ERI,2000,12,37470,37835 +ERI,2000,13,36594,36916 +ERI,2000,14,35153,35422 +ERI,2000,15,33654,33876 +ERI,2000,16,32080,32265 +ERI,2000,17,30195,30317 +ERI,2000,18,27961,27978 +ERI,2001,0,33508,35038 +ERI,2001,1,31174,32554 +ERI,2001,2,31110,32294 +ERI,2001,3,31358,32375 +ERI,2001,4,31857,32733 +ERI,2001,5,32546,33303 +ERI,2001,6,33365,34024 +ERI,2001,7,34256,34832 +ERI,2001,8,35140,35655 +ERI,2001,9,35949,36425 +ERI,2001,10,36631,37083 +ERI,2001,11,37240,37676 +ERI,2001,12,37811,38237 +ERI,2001,13,37802,38208 +ERI,2001,14,36962,37326 +ERI,2001,15,35520,35827 +ERI,2001,16,34027,34283 +ERI,2001,17,32455,32670 +ERI,2001,18,30588,30734 +ERI,2002,0,37355,39016 +ERI,2002,1,34972,36429 +ERI,2002,2,31474,32823 +ERI,2002,3,31192,32357 +ERI,2002,4,31297,32304 +ERI,2002,5,31719,32590 +ERI,2002,6,32387,33142 +ERI,2002,7,33235,33890 +ERI,2002,8,34198,34766 +ERI,2002,9,35172,35678 +ERI,2002,10,36070,36547 +ERI,2002,11,36842,37311 +ERI,2002,12,37562,38026 +ERI,2002,13,38265,38732 +ERI,2002,14,38350,38804 +ERI,2002,15,37541,37953 +ERI,2002,16,36090,36440 +ERI,2002,17,34594,34890 +ERI,2002,18,33015,33266 +ERI,2003,0,41949,43752 +ERI,2003,1,38121,39730 +ERI,2003,2,35257,36687 +ERI,2003,3,31844,33162 +ERI,2003,4,31340,32489 +ERI,2003,5,31302,32300 +ERI,2003,6,31648,32514 +ERI,2003,7,32296,33048 +ERI,2003,8,33175,33827 +ERI,2003,9,34213,34772 +ERI,2003,10,35278,35776 +ERI,2003,11,36268,36747 +ERI,2003,12,37132,37617 +ERI,2003,13,37965,38459 +ERI,2003,14,38803,39311 +ERI,2003,15,38983,39485 +ERI,2003,16,38204,38665 +ERI,2003,17,36740,37134 +ERI,2003,18,35238,35574 +ERI,2004,0,46345,48282 +ERI,2004,1,41381,43135 +ERI,2004,2,37529,39109 +ERI,2004,3,34681,36095 +ERI,2004,4,32155,33437 +ERI,2004,5,31431,32556 +ERI,2004,6,31249,32231 +ERI,2004,7,31517,32372 +ERI,2004,8,32144,32888 +ERI,2004,9,33053,33695 +ERI,2004,10,34164,34708 +ERI,2004,11,35320,35803 +ERI,2004,12,36400,36873 +ERI,2004,13,37354,37850 +ERI,2004,14,38300,38816 +ERI,2004,15,39271,39813 +ERI,2004,16,39546,40091 +ERI,2004,17,38798,39302 +ERI,2004,18,37324,37757 +ERI,2005,0,49778,51828 +ERI,2005,1,44248,46126 +ERI,2005,2,39837,41547 +ERI,2005,3,36445,37990 +ERI,2005,4,33971,35357 +ERI,2005,5,32314,33548 +ERI,2005,6,31373,32464 +ERI,2005,7,31048,32006 +ERI,2005,8,31238,32073 +ERI,2005,9,31841,32568 +ERI,2005,10,32774,33399 +ERI,2005,11,33954,34476 +ERI,2005,12,35194,35656 +ERI,2005,13,36359,36821 +ERI,2005,14,37400,37898 +ERI,2005,15,38453,38985 +ERI,2005,16,39552,40122 +ERI,2005,17,39922,40501 +ERI,2005,18,39208,39747 +ERI,2006,0,52875,55067 +ERI,2006,1,49164,51189 +ERI,2006,2,44205,46064 +ERI,2006,3,40154,41849 +ERI,2006,4,36945,38478 +ERI,2006,5,34511,35888 +ERI,2006,6,32750,33976 +ERI,2006,7,31556,32640 +ERI,2006,8,31057,32007 +ERI,2006,9,31262,32087 +ERI,2006,10,31992,32703 +ERI,2006,11,32977,33581 +ERI,2006,12,34178,34674 +ERI,2006,13,35399,35827 +ERI,2006,14,36484,36904 +ERI,2006,15,37408,37855 +ERI,2006,16,38351,38821 +ERI,2006,17,39338,39836 +ERI,2006,18,39621,40122 +ERI,2007,0,55034,57347 +ERI,2007,1,50042,52190 +ERI,2007,2,48340,50325 +ERI,2007,3,43981,45805 +ERI,2007,4,40310,41975 +ERI,2007,5,37298,38806 +ERI,2007,6,34915,36270 +ERI,2007,7,33055,34263 +ERI,2007,8,31611,32679 +ERI,2007,9,30938,31871 +ERI,2007,10,31158,31964 +ERI,2007,11,32013,32700 +ERI,2007,12,33046,33620 +ERI,2007,13,34263,34725 +ERI,2007,14,35460,35848 +ERI,2007,15,36460,36830 +ERI,2007,16,37263,37649 +ERI,2007,17,38091,38490 +ERI,2007,18,38960,39376 +ERI,2008,0,56121,58526 +ERI,2008,1,52118,54363 +ERI,2008,2,48470,50554 +ERI,2008,3,47326,49261 +ERI,2008,4,43584,45365 +ERI,2008,5,40308,41936 +ERI,2008,6,37506,38983 +ERI,2008,7,35183,36511 +ERI,2008,8,33232,34416 +ERI,2008,9,31543,32589 +ERI,2008,10,30698,31610 +ERI,2008,11,30933,31714 +ERI,2008,12,31909,32568 +ERI,2008,13,32987,33528 +ERI,2008,14,34215,34640 +ERI,2008,15,35382,35728 +ERI,2008,16,36294,36611 +ERI,2008,17,36972,37294 +ERI,2008,18,37681,38007 +ERI,2009,0,56103,58568 +ERI,2009,1,53336,55655 +ERI,2009,2,50547,52718 +ERI,2009,3,47779,49801 +ERI,2009,4,46174,48060 +ERI,2009,5,43057,44796 +ERI,2009,6,40185,41777 +ERI,2009,7,37600,39046 +ERI,2009,8,35344,36646 +ERI,2009,9,33308,34468 +ERI,2009,10,31380,32405 +ERI,2009,11,30366,31258 +ERI,2009,12,30615,31375 +ERI,2009,13,31709,32343 +ERI,2009,14,32828,33340 +ERI,2009,15,34063,34455 +ERI,2009,16,35199,35505 +ERI,2009,17,36019,36288 +ERI,2009,18,36570,36834 +ERI,2010,0,55064,57554 +ERI,2010,1,53613,55985 +ERI,2010,2,51798,54045 +ERI,2010,3,49698,51814 +ERI,2010,4,47389,49371 +ERI,2010,5,44950,46794 +ERI,2010,6,42458,44162 +ERI,2010,7,39990,41553 +ERI,2010,8,37625,39047 +ERI,2010,9,35441,36721 +ERI,2010,10,33323,34466 +ERI,2010,11,31162,32172 +ERI,2010,12,29983,30861 +ERI,2010,13,30245,30989 +ERI,2010,14,31455,32068 +ERI,2010,15,32611,33101 +ERI,2010,16,33852,34218 +ERI,2010,17,34954,35228 +ERI,2010,18,35682,35911 +ERI,2011,0,53250,55710 +ERI,2011,1,54597,57042 +ERI,2011,2,53287,55623 +ERI,2011,3,51569,53787 +ERI,2011,4,49529,51619 +ERI,2011,5,47249,49206 +ERI,2011,6,44805,46623 +ERI,2011,7,42268,43945 +ERI,2011,8,39779,41311 +ERI,2011,9,37443,38829 +ERI,2011,10,35311,36553 +ERI,2011,11,33224,34323 +ERI,2011,12,31084,32044 +ERI,2011,13,29879,30708 +ERI,2011,14,30045,30754 +ERI,2011,15,31112,31713 +ERI,2011,16,32128,32626 +ERI,2011,17,33224,33622 +ERI,2011,18,34187,34507 +ERI,2012,0,, +ERI,2012,1,, +ERI,2012,2,, +ERI,2012,3,, +ERI,2012,4,, +ERI,2012,5,, +ERI,2012,6,, +ERI,2012,7,, +ERI,2012,8,, +ERI,2012,9,, +ERI,2012,10,, +ERI,2012,11,, +ERI,2012,12,, +ERI,2012,13,, +ERI,2012,14,, +ERI,2012,15,, +ERI,2012,16,, +ERI,2012,17,, +ERI,2012,18,, +ERI,2013,0,, +ERI,2013,1,, +ERI,2013,2,, +ERI,2013,3,, +ERI,2013,4,, +ERI,2013,5,, +ERI,2013,6,, +ERI,2013,7,, +ERI,2013,8,, +ERI,2013,9,, +ERI,2013,10,, +ERI,2013,11,, +ERI,2013,12,, +ERI,2013,13,, +ERI,2013,14,, +ERI,2013,15,, +ERI,2013,16,, +ERI,2013,17,, +ERI,2013,18,, +ERI,2014,0,, +ERI,2014,1,, +ERI,2014,2,, +ERI,2014,3,, +ERI,2014,4,, +ERI,2014,5,, +ERI,2014,6,, +ERI,2014,7,, +ERI,2014,8,, +ERI,2014,9,, +ERI,2014,10,, +ERI,2014,11,, +ERI,2014,12,, +ERI,2014,13,, +ERI,2014,14,, +ERI,2014,15,, +ERI,2014,16,, +ERI,2014,17,, +ERI,2014,18,, +ERI,2015,0,, +ERI,2015,1,, +ERI,2015,2,, +ERI,2015,3,, +ERI,2015,4,, +ERI,2015,5,, +ERI,2015,6,, +ERI,2015,7,, +ERI,2015,8,, +ERI,2015,9,, +ERI,2015,10,, +ERI,2015,11,, +ERI,2015,12,, +ERI,2015,13,, +ERI,2015,14,, +ERI,2015,15,, +ERI,2015,16,, +ERI,2015,17,, +ERI,2015,18,, +ERI,2016,0,, +ERI,2016,1,, +ERI,2016,2,, +ERI,2016,3,, +ERI,2016,4,, +ERI,2016,5,, +ERI,2016,6,, +ERI,2016,7,, +ERI,2016,8,, +ERI,2016,9,, +ERI,2016,10,, +ERI,2016,11,, +ERI,2016,12,, +ERI,2016,13,, +ERI,2016,14,, +ERI,2016,15,, +ERI,2016,16,, +ERI,2016,17,, +ERI,2016,18,, +ERI,2017,0,, +ERI,2017,1,, +ERI,2017,2,, +ERI,2017,3,, +ERI,2017,4,, +ERI,2017,5,, +ERI,2017,6,, +ERI,2017,7,, +ERI,2017,8,, +ERI,2017,9,, +ERI,2017,10,, +ERI,2017,11,, +ERI,2017,12,, +ERI,2017,13,, +ERI,2017,14,, +ERI,2017,15,, +ERI,2017,16,, +ERI,2017,17,, +ERI,2017,18,, +ERI,2018,0,, +ERI,2018,1,, +ERI,2018,2,, +ERI,2018,3,, +ERI,2018,4,, +ERI,2018,5,, +ERI,2018,6,, +ERI,2018,7,, +ERI,2018,8,, +ERI,2018,9,, +ERI,2018,10,, +ERI,2018,11,, +ERI,2018,12,, +ERI,2018,13,, +ERI,2018,14,, +ERI,2018,15,, +ERI,2018,16,, +ERI,2018,17,, +ERI,2018,18,, +ERI,2019,0,, +ERI,2019,1,, +ERI,2019,2,, +ERI,2019,3,, +ERI,2019,4,, +ERI,2019,5,, +ERI,2019,6,, +ERI,2019,7,, +ERI,2019,8,, +ERI,2019,9,, +ERI,2019,10,, +ERI,2019,11,, +ERI,2019,12,, +ERI,2019,13,, +ERI,2019,14,, +ERI,2019,15,, +ERI,2019,16,, +ERI,2019,17,, +ERI,2019,18,, +ERI,2020,0,, +ERI,2020,1,, +ERI,2020,2,, +ERI,2020,3,, +ERI,2020,4,, +ERI,2020,5,, +ERI,2020,6,, +ERI,2020,7,, +ERI,2020,8,, +ERI,2020,9,, +ERI,2020,10,, +ERI,2020,11,, +ERI,2020,12,, +ERI,2020,13,, +ERI,2020,14,, +ERI,2020,15,, +ERI,2020,16,, +ERI,2020,17,, +ERI,2020,18,, +ERI,2021,0,, +ERI,2021,1,, +ERI,2021,2,, +ERI,2021,3,, +ERI,2021,4,, +ERI,2021,5,, +ERI,2021,6,, +ERI,2021,7,, +ERI,2021,8,, +ERI,2021,9,, +ERI,2021,10,, +ERI,2021,11,, +ERI,2021,12,, +ERI,2021,13,, +ERI,2021,14,, +ERI,2021,15,, +ERI,2021,16,, +ERI,2021,17,, +ERI,2021,18,, +ERI,2022,0,, +ERI,2022,1,, +ERI,2022,2,, +ERI,2022,3,, +ERI,2022,4,, +ERI,2022,5,, +ERI,2022,6,, +ERI,2022,7,, +ERI,2022,8,, +ERI,2022,9,, +ERI,2022,10,, +ERI,2022,11,, +ERI,2022,12,, +ERI,2022,13,, +ERI,2022,14,, +ERI,2022,15,, +ERI,2022,16,, +ERI,2022,17,, +ERI,2022,18,, +ERI,2023,0,, +ERI,2023,1,, +ERI,2023,2,, +ERI,2023,3,, +ERI,2023,4,, +ERI,2023,5,, +ERI,2023,6,, +ERI,2023,7,, +ERI,2023,8,, +ERI,2023,9,, +ERI,2023,10,, +ERI,2023,11,, +ERI,2023,12,, +ERI,2023,13,, +ERI,2023,14,, +ERI,2023,15,, +ERI,2023,16,, +ERI,2023,17,, +ERI,2023,18,, +ERI,2024,0,, +ERI,2024,1,, +ERI,2024,2,, +ERI,2024,3,, +ERI,2024,4,, +ERI,2024,5,, +ERI,2024,6,, +ERI,2024,7,, +ERI,2024,8,, +ERI,2024,9,, +ERI,2024,10,, +ERI,2024,11,, +ERI,2024,12,, +ERI,2024,13,, +ERI,2024,14,, +ERI,2024,15,, +ERI,2024,16,, +ERI,2024,17,, +ERI,2024,18,, +ERI,2025,0,, +ERI,2025,1,, +ERI,2025,2,, +ERI,2025,3,, +ERI,2025,4,, +ERI,2025,5,, +ERI,2025,6,, +ERI,2025,7,, +ERI,2025,8,, +ERI,2025,9,, +ERI,2025,10,, +ERI,2025,11,, +ERI,2025,12,, +ERI,2025,13,, +ERI,2025,14,, +ERI,2025,15,, +ERI,2025,16,, +ERI,2025,17,, +ERI,2025,18,, +ERI,2026,0,, +ERI,2026,1,, +ERI,2026,2,, +ERI,2026,3,, +ERI,2026,4,, +ERI,2026,5,, +ERI,2026,6,, +ERI,2026,7,, +ERI,2026,8,, +ERI,2026,9,, +ERI,2026,10,, +ERI,2026,11,, +ERI,2026,12,, +ERI,2026,13,, +ERI,2026,14,, +ERI,2026,15,, +ERI,2026,16,, +ERI,2026,17,, +ERI,2026,18,, +ERI,2027,0,, +ERI,2027,1,, +ERI,2027,2,, +ERI,2027,3,, +ERI,2027,4,, +ERI,2027,5,, +ERI,2027,6,, +ERI,2027,7,, +ERI,2027,8,, +ERI,2027,9,, +ERI,2027,10,, +ERI,2027,11,, +ERI,2027,12,, +ERI,2027,13,, +ERI,2027,14,, +ERI,2027,15,, +ERI,2027,16,, +ERI,2027,17,, +ERI,2027,18,, +ERI,2028,0,, +ERI,2028,1,, +ERI,2028,2,, +ERI,2028,3,, +ERI,2028,4,, +ERI,2028,5,, +ERI,2028,6,, +ERI,2028,7,, +ERI,2028,8,, +ERI,2028,9,, +ERI,2028,10,, +ERI,2028,11,, +ERI,2028,12,, +ERI,2028,13,, +ERI,2028,14,, +ERI,2028,15,, +ERI,2028,16,, +ERI,2028,17,, +ERI,2028,18,, +ERI,2029,0,, +ERI,2029,1,, +ERI,2029,2,, +ERI,2029,3,, +ERI,2029,4,, +ERI,2029,5,, +ERI,2029,6,, +ERI,2029,7,, +ERI,2029,8,, +ERI,2029,9,, +ERI,2029,10,, +ERI,2029,11,, +ERI,2029,12,, +ERI,2029,13,, +ERI,2029,14,, +ERI,2029,15,, +ERI,2029,16,, +ERI,2029,17,, +ERI,2029,18,, +ERI,2030,0,, +ERI,2030,1,, +ERI,2030,2,, +ERI,2030,3,, +ERI,2030,4,, +ERI,2030,5,, +ERI,2030,6,, +ERI,2030,7,, +ERI,2030,8,, +ERI,2030,9,, +ERI,2030,10,, +ERI,2030,11,, +ERI,2030,12,, +ERI,2030,13,, +ERI,2030,14,, +ERI,2030,15,, +ERI,2030,16,, +ERI,2030,17,, +ERI,2030,18,, +ERI,2031,0,, +ERI,2031,1,, +ERI,2031,2,, +ERI,2031,3,, +ERI,2031,4,, +ERI,2031,5,, +ERI,2031,6,, +ERI,2031,7,, +ERI,2031,8,, +ERI,2031,9,, +ERI,2031,10,, +ERI,2031,11,, +ERI,2031,12,, +ERI,2031,13,, +ERI,2031,14,, +ERI,2031,15,, +ERI,2031,16,, +ERI,2031,17,, +ERI,2031,18,, +ERI,2032,0,, +ERI,2032,1,, +ERI,2032,2,, +ERI,2032,3,, +ERI,2032,4,, +ERI,2032,5,, +ERI,2032,6,, +ERI,2032,7,, +ERI,2032,8,, +ERI,2032,9,, +ERI,2032,10,, +ERI,2032,11,, +ERI,2032,12,, +ERI,2032,13,, +ERI,2032,14,, +ERI,2032,15,, +ERI,2032,16,, +ERI,2032,17,, +ERI,2032,18,, +ERI,2033,0,, +ERI,2033,1,, +ERI,2033,2,, +ERI,2033,3,, +ERI,2033,4,, +ERI,2033,5,, +ERI,2033,6,, +ERI,2033,7,, +ERI,2033,8,, +ERI,2033,9,, +ERI,2033,10,, +ERI,2033,11,, +ERI,2033,12,, +ERI,2033,13,, +ERI,2033,14,, +ERI,2033,15,, +ERI,2033,16,, +ERI,2033,17,, +ERI,2033,18,, +ERI,2034,0,, +ERI,2034,1,, +ERI,2034,2,, +ERI,2034,3,, +ERI,2034,4,, +ERI,2034,5,, +ERI,2034,6,, +ERI,2034,7,, +ERI,2034,8,, +ERI,2034,9,, +ERI,2034,10,, +ERI,2034,11,, +ERI,2034,12,, +ERI,2034,13,, +ERI,2034,14,, +ERI,2034,15,, +ERI,2034,16,, +ERI,2034,17,, +ERI,2034,18,, +ERI,2035,0,, +ERI,2035,1,, +ERI,2035,2,, +ERI,2035,3,, +ERI,2035,4,, +ERI,2035,5,, +ERI,2035,6,, +ERI,2035,7,, +ERI,2035,8,, +ERI,2035,9,, +ERI,2035,10,, +ERI,2035,11,, +ERI,2035,12,, +ERI,2035,13,, +ERI,2035,14,, +ERI,2035,15,, +ERI,2035,16,, +ERI,2035,17,, +ERI,2035,18,, +ERI,2036,0,, +ERI,2036,1,, +ERI,2036,2,, +ERI,2036,3,, +ERI,2036,4,, +ERI,2036,5,, +ERI,2036,6,, +ERI,2036,7,, +ERI,2036,8,, +ERI,2036,9,, +ERI,2036,10,, +ERI,2036,11,, +ERI,2036,12,, +ERI,2036,13,, +ERI,2036,14,, +ERI,2036,15,, +ERI,2036,16,, +ERI,2036,17,, +ERI,2036,18,, +ERI,2037,0,, +ERI,2037,1,, +ERI,2037,2,, +ERI,2037,3,, +ERI,2037,4,, +ERI,2037,5,, +ERI,2037,6,, +ERI,2037,7,, +ERI,2037,8,, +ERI,2037,9,, +ERI,2037,10,, +ERI,2037,11,, +ERI,2037,12,, +ERI,2037,13,, +ERI,2037,14,, +ERI,2037,15,, +ERI,2037,16,, +ERI,2037,17,, +ERI,2037,18,, +ERI,2038,0,, +ERI,2038,1,, +ERI,2038,2,, +ERI,2038,3,, +ERI,2038,4,, +ERI,2038,5,, +ERI,2038,6,, +ERI,2038,7,, +ERI,2038,8,, +ERI,2038,9,, +ERI,2038,10,, +ERI,2038,11,, +ERI,2038,12,, +ERI,2038,13,, +ERI,2038,14,, +ERI,2038,15,, +ERI,2038,16,, +ERI,2038,17,, +ERI,2038,18,, +ERI,2039,0,, +ERI,2039,1,, +ERI,2039,2,, +ERI,2039,3,, +ERI,2039,4,, +ERI,2039,5,, +ERI,2039,6,, +ERI,2039,7,, +ERI,2039,8,, +ERI,2039,9,, +ERI,2039,10,, +ERI,2039,11,, +ERI,2039,12,, +ERI,2039,13,, +ERI,2039,14,, +ERI,2039,15,, +ERI,2039,16,, +ERI,2039,17,, +ERI,2039,18,, +ERI,2040,0,, +ERI,2040,1,, +ERI,2040,2,, +ERI,2040,3,, +ERI,2040,4,, +ERI,2040,5,, +ERI,2040,6,, +ERI,2040,7,, +ERI,2040,8,, +ERI,2040,9,, +ERI,2040,10,, +ERI,2040,11,, +ERI,2040,12,, +ERI,2040,13,, +ERI,2040,14,, +ERI,2040,15,, +ERI,2040,16,, +ERI,2040,17,, +ERI,2040,18,, +ERI,2041,0,, +ERI,2041,1,, +ERI,2041,2,, +ERI,2041,3,, +ERI,2041,4,, +ERI,2041,5,, +ERI,2041,6,, +ERI,2041,7,, +ERI,2041,8,, +ERI,2041,9,, +ERI,2041,10,, +ERI,2041,11,, +ERI,2041,12,, +ERI,2041,13,, +ERI,2041,14,, +ERI,2041,15,, +ERI,2041,16,, +ERI,2041,17,, +ERI,2041,18,, +ERI,2042,0,, +ERI,2042,1,, +ERI,2042,2,, +ERI,2042,3,, +ERI,2042,4,, +ERI,2042,5,, +ERI,2042,6,, +ERI,2042,7,, +ERI,2042,8,, +ERI,2042,9,, +ERI,2042,10,, +ERI,2042,11,, +ERI,2042,12,, +ERI,2042,13,, +ERI,2042,14,, +ERI,2042,15,, +ERI,2042,16,, +ERI,2042,17,, +ERI,2042,18,, +ERI,2043,0,, +ERI,2043,1,, +ERI,2043,2,, +ERI,2043,3,, +ERI,2043,4,, +ERI,2043,5,, +ERI,2043,6,, +ERI,2043,7,, +ERI,2043,8,, +ERI,2043,9,, +ERI,2043,10,, +ERI,2043,11,, +ERI,2043,12,, +ERI,2043,13,, +ERI,2043,14,, +ERI,2043,15,, +ERI,2043,16,, +ERI,2043,17,, +ERI,2043,18,, +ERI,2044,0,, +ERI,2044,1,, +ERI,2044,2,, +ERI,2044,3,, +ERI,2044,4,, +ERI,2044,5,, +ERI,2044,6,, +ERI,2044,7,, +ERI,2044,8,, +ERI,2044,9,, +ERI,2044,10,, +ERI,2044,11,, +ERI,2044,12,, +ERI,2044,13,, +ERI,2044,14,, +ERI,2044,15,, +ERI,2044,16,, +ERI,2044,17,, +ERI,2044,18,, +ERI,2045,0,, +ERI,2045,1,, +ERI,2045,2,, +ERI,2045,3,, +ERI,2045,4,, +ERI,2045,5,, +ERI,2045,6,, +ERI,2045,7,, +ERI,2045,8,, +ERI,2045,9,, +ERI,2045,10,, +ERI,2045,11,, +ERI,2045,12,, +ERI,2045,13,, +ERI,2045,14,, +ERI,2045,15,, +ERI,2045,16,, +ERI,2045,17,, +ERI,2045,18,, +ERI,2046,0,, +ERI,2046,1,, +ERI,2046,2,, +ERI,2046,3,, +ERI,2046,4,, +ERI,2046,5,, +ERI,2046,6,, +ERI,2046,7,, +ERI,2046,8,, +ERI,2046,9,, +ERI,2046,10,, +ERI,2046,11,, +ERI,2046,12,, +ERI,2046,13,, +ERI,2046,14,, +ERI,2046,15,, +ERI,2046,16,, +ERI,2046,17,, +ERI,2046,18,, +ERI,2047,0,, +ERI,2047,1,, +ERI,2047,2,, +ERI,2047,3,, +ERI,2047,4,, +ERI,2047,5,, +ERI,2047,6,, +ERI,2047,7,, +ERI,2047,8,, +ERI,2047,9,, +ERI,2047,10,, +ERI,2047,11,, +ERI,2047,12,, +ERI,2047,13,, +ERI,2047,14,, +ERI,2047,15,, +ERI,2047,16,, +ERI,2047,17,, +ERI,2047,18,, +ERI,2048,0,, +ERI,2048,1,, +ERI,2048,2,, +ERI,2048,3,, +ERI,2048,4,, +ERI,2048,5,, +ERI,2048,6,, +ERI,2048,7,, +ERI,2048,8,, +ERI,2048,9,, +ERI,2048,10,, +ERI,2048,11,, +ERI,2048,12,, +ERI,2048,13,, +ERI,2048,14,, +ERI,2048,15,, +ERI,2048,16,, +ERI,2048,17,, +ERI,2048,18,, +ERI,2049,0,, +ERI,2049,1,, +ERI,2049,2,, +ERI,2049,3,, +ERI,2049,4,, +ERI,2049,5,, +ERI,2049,6,, +ERI,2049,7,, +ERI,2049,8,, +ERI,2049,9,, +ERI,2049,10,, +ERI,2049,11,, +ERI,2049,12,, +ERI,2049,13,, +ERI,2049,14,, +ERI,2049,15,, +ERI,2049,16,, +ERI,2049,17,, +ERI,2049,18,, +ERI,2050,0,, +ERI,2050,1,, +ERI,2050,2,, +ERI,2050,3,, +ERI,2050,4,, +ERI,2050,5,, +ERI,2050,6,, +ERI,2050,7,, +ERI,2050,8,, +ERI,2050,9,, +ERI,2050,10,, +ERI,2050,11,, +ERI,2050,12,, +ERI,2050,13,, +ERI,2050,14,, +ERI,2050,15,, +ERI,2050,16,, +ERI,2050,17,, +ERI,2050,18,, +ESP,1990,0,203930,216312 +ESP,1990,1,199984,212147 +ESP,1990,2,200310,212446 +ESP,1990,3,204341,216612 +ESP,1990,4,211508,224051 +ESP,1990,5,221244,234167 +ESP,1990,6,232979,246364 +ESP,1990,7,246147,260045 +ESP,1990,8,260178,274617 +ESP,1990,9,274505,289482 +ESP,1990,10,289342,304862 +ESP,1990,11,304902,320978 +ESP,1990,12,316707,333151 +ESP,1990,13,322624,339149 +ESP,1990,14,324432,340828 +ESP,1990,15,326238,342470 +ESP,1990,16,327457,343454 +ESP,1990,17,327606,343309 +ESP,1990,18,326931,342306 +ESP,1991,0,203006,215202 +ESP,1991,1,201630,213800 +ESP,1991,2,199434,211448 +ESP,1991,3,200898,212914 +ESP,1991,4,205550,217707 +ESP,1991,5,212921,225334 +ESP,1991,6,222446,235202 +ESP,1991,7,233561,246716 +ESP,1991,8,246262,259890 +ESP,1991,9,260266,274433 +ESP,1991,10,274821,289550 +ESP,1991,11,289681,304963 +ESP,1991,12,305160,321004 +ESP,1991,13,316864,333068 +ESP,1991,14,322663,338916 +ESP,1991,15,324344,340424 +ESP,1991,16,326023,341896 +ESP,1991,17,327110,342706 +ESP,1991,18,327172,342428 +ESP,1992,0,200955,213053 +ESP,1992,1,194269,206010 +ESP,1992,2,199502,211514 +ESP,1992,3,199053,210969 +ESP,1992,4,201654,213602 +ESP,1992,5,206931,219026 +ESP,1992,6,214512,226848 +ESP,1992,7,223834,236478 +ESP,1992,8,234339,247324 +ESP,1992,9,246585,260005 +ESP,1992,10,260573,274534 +ESP,1992,11,275368,289918 +ESP,1992,12,290264,305381 +ESP,1992,13,305674,321362 +ESP,1992,14,317289,333330 +ESP,1992,15,322974,339036 +ESP,1992,16,324529,340373 +ESP,1992,17,326083,341677 +ESP,1992,18,327040,342314 +ESP,1993,0,197941,210004 +ESP,1993,1,192255,204039 +ESP,1993,2,189940,201574 +ESP,1993,3,197482,209389 +ESP,1993,4,198779,210650 +ESP,1993,5,202520,214453 +ESP,1993,6,208425,220510 +ESP,1993,7,216219,228534 +ESP,1993,8,225345,237934 +ESP,1993,9,235244,248119 +ESP,1993,10,247042,260316 +ESP,1993,11,261022,274844 +ESP,1993,12,276065,290506 +ESP,1993,13,291005,306030 +ESP,1993,14,306355,321964 +ESP,1993,15,317887,333846 +ESP,1993,16,323460,339413 +ESP,1993,17,324891,340581 +ESP,1993,18,326321,341718 +ESP,1994,0,194397,206451 +ESP,1994,1,190293,202165 +ESP,1994,2,188642,200405 +ESP,1994,3,189240,200964 +ESP,1994,4,195475,207329 +ESP,1994,5,198521,210398 +ESP,1994,6,203402,215372 +ESP,1994,7,209936,222067 +ESP,1994,8,217945,230295 +ESP,1994,9,226873,239468 +ESP,1994,10,236169,248994 +ESP,1994,11,247519,260711 +ESP,1994,12,261491,275242 +ESP,1994,13,276783,291187 +ESP,1994,14,291769,306777 +ESP,1994,15,307060,322669 +ESP,1994,16,318509,334468 +ESP,1994,17,323972,339899 +ESP,1994,18,325278,340898 +ESP,1995,0,190766,202829 +ESP,1995,1,188186,200123 +ESP,1995,2,187248,199101 +ESP,1995,3,187867,199680 +ESP,1995,4,189962,201776 +ESP,1995,5,193449,205306 +ESP,1995,6,198245,210187 +ESP,1995,7,204266,216336 +ESP,1995,8,211429,223669 +ESP,1995,9,219651,232104 +ESP,1995,10,228382,241050 +ESP,1995,11,237072,249920 +ESP,1995,12,247972,261159 +ESP,1995,13,261936,275694 +ESP,1995,14,277477,291926 +ESP,1995,15,292506,307586 +ESP,1995,16,307737,323439 +ESP,1995,17,319102,335157 +ESP,1995,18,324454,340452 +ESP,1996,0,186353,198107 +ESP,1996,1,189581,201265 +ESP,1996,2,187834,199444 +ESP,1996,3,187467,199050 +ESP,1996,4,188439,200040 +ESP,1996,5,190705,202369 +ESP,1996,6,194187,205953 +ESP,1996,7,198801,210711 +ESP,1996,8,204700,216794 +ESP,1996,9,211918,224239 +ESP,1996,10,220297,232882 +ESP,1996,11,229095,241944 +ESP,1996,12,237804,250882 +ESP,1996,13,248715,262147 +ESP,1996,14,262682,276654 +ESP,1996,15,278223,292823 +ESP,1996,16,293247,308415 +ESP,1996,17,308466,324186 +ESP,1996,18,319835,335853 +ESP,1997,0,181723,193194 +ESP,1997,1,182106,193453 +ESP,1997,2,188478,199849 +ESP,1997,3,187560,198908 +ESP,1997,4,187763,199140 +ESP,1997,5,189085,200539 +ESP,1997,6,191524,203102 +ESP,1997,7,195000,206743 +ESP,1997,8,199436,211380 +ESP,1997,9,205216,217403 +ESP,1997,10,212491,224964 +ESP,1997,11,221030,233822 +ESP,1997,12,229899,243005 +ESP,1997,13,238630,252016 +ESP,1997,14,249556,263315 +ESP,1997,15,263533,277805 +ESP,1997,16,279080,293923 +ESP,1997,17,294105,309458 +ESP,1997,18,309318,325159 +ESP,1998,0,178113,189400 +ESP,1998,1,179706,190824 +ESP,1998,2,181268,192278 +ESP,1998,3,187557,198692 +ESP,1998,4,187466,198628 +ESP,1998,5,188238,199484 +ESP,1998,6,189911,201294 +ESP,1998,7,192523,204092 +ESP,1998,8,195999,207795 +ESP,1998,9,200261,212318 +ESP,1998,10,205927,218288 +ESP,1998,11,213267,225975 +ESP,1998,12,221973,235057 +ESP,1998,13,230921,244373 +ESP,1998,14,239683,253469 +ESP,1998,15,250634,264817 +ESP,1998,16,264634,279308 +ESP,1998,17,280203,295395 +ESP,1998,18,295243,310893 +ESP,1999,0,177159,188461 +ESP,1999,1,179254,190317 +ESP,1999,2,181094,192002 +ESP,1999,3,182807,193640 +ESP,1999,4,186959,197943 +ESP,1999,5,187695,198756 +ESP,1999,6,189037,200238 +ESP,1999,7,191063,202462 +ESP,1999,8,193855,205503 +ESP,1999,9,197335,209275 +ESP,1999,10,201431,213694 +ESP,1999,11,206993,219623 +ESP,1999,12,214410,227451 +ESP,1999,13,223298,236777 +ESP,1999,14,232340,246245 +ESP,1999,15,241148,255445 +ESP,1999,16,252144,266865 +ESP,1999,17,266191,281386 +ESP,1999,18,281807,297475 +ESP,2000,0,179946,191532 +ESP,2000,1,181574,192827 +ESP,2000,2,182949,193976 +ESP,2000,3,184192,195093 +ESP,2000,4,185422,196290 +ESP,2000,5,186761,197680 +ESP,2000,6,188329,199377 +ESP,2000,7,190246,201492 +ESP,2000,8,192632,204138 +ESP,2000,9,195609,207430 +ESP,2000,10,199102,211281 +ESP,2000,11,203039,215605 +ESP,2000,12,208509,221508 +ESP,2000,13,216019,229497 +ESP,2000,14,225109,239092 +ESP,2000,15,234266,248736 +ESP,2000,16,243139,258063 +ESP,2000,17,254203,269583 +ESP,2000,18,268328,284171 +ESP,2001,0,185377,197202 +ESP,2001,1,182367,193812 +ESP,2001,2,183339,194469 +ESP,2001,3,184381,195306 +ESP,2001,4,185554,196375 +ESP,2001,5,186920,197731 +ESP,2001,6,188618,199503 +ESP,2001,7,190788,201824 +ESP,2001,8,193102,204357 +ESP,2001,9,195465,207002 +ESP,2001,10,198173,210044 +ESP,2001,11,201537,213789 +ESP,2001,12,205401,218077 +ESP,2001,13,210915,224028 +ESP,2001,14,218653,232199 +ESP,2001,15,228102,242082 +ESP,2001,16,237602,252014 +ESP,2001,17,246800,261613 +ESP,2001,18,258301,273574 +ESP,2002,0,194123,206382 +ESP,2002,1,191641,203324 +ESP,2002,2,185098,196459 +ESP,2002,3,185418,196481 +ESP,2002,4,186129,197008 +ESP,2002,5,187235,198032 +ESP,2002,6,188739,199548 +ESP,2002,7,190799,201706 +ESP,2002,8,193573,204653 +ESP,2002,9,196286,207609 +ESP,2002,10,198631,210257 +ESP,2002,11,201076,213057 +ESP,2002,12,204317,216704 +ESP,2002,13,208115,220963 +ESP,2002,14,213682,226973 +ESP,2002,15,221660,235342 +ESP,2002,16,231483,245531 +ESP,2002,17,241342,255769 +ESP,2002,18,250880,265658 +ESP,2003,0,205188,218071 +ESP,2003,1,199642,211806 +ESP,2003,2,195231,206835 +ESP,2003,3,188032,199341 +ESP,2003,4,187700,198728 +ESP,2003,5,188082,198944 +ESP,2003,6,189122,199925 +ESP,2003,7,190765,201604 +ESP,2003,8,193188,204149 +ESP,2003,9,196570,207727 +ESP,2003,10,199687,211109 +ESP,2003,11,202014,213764 +ESP,2003,12,204199,216324 +ESP,2003,13,207320,219876 +ESP,2003,14,211057,224112 +ESP,2003,15,216684,230189 +ESP,2003,16,224911,238765 +ESP,2003,17,235119,249273 +ESP,2003,18,245348,259830 +ESP,2004,0,217124,230804 +ESP,2004,1,208563,221373 +ESP,2004,2,201750,213861 +ESP,2004,3,196566,208138 +ESP,2004,4,191031,202286 +ESP,2004,5,190045,201036 +ESP,2004,6,190096,200943 +ESP,2004,7,191070,201879 +ESP,2004,8,192853,203722 +ESP,2004,9,195642,206656 +ESP,2004,10,199634,210867 +ESP,2004,11,203155,214677 +ESP,2004,12,205467,217339 +ESP,2004,13,207391,219660 +ESP,2004,14,210393,223119 +ESP,2004,15,214069,227332 +ESP,2004,16,219758,233478 +ESP,2004,17,228237,242265 +ESP,2004,18,238834,253095 +ESP,2005,0,228645,243249 +ESP,2005,1,217601,231188 +ESP,2005,2,208784,221531 +ESP,2005,3,202021,214093 +ESP,2005,4,197139,208691 +ESP,2005,5,193965,205138 +ESP,2005,6,192324,203252 +ESP,2005,7,192045,202847 +ESP,2005,8,192953,203740 +ESP,2005,9,194875,205745 +ESP,2005,10,198029,209067 +ESP,2005,11,202630,213911 +ESP,2005,12,206556,218148 +ESP,2005,13,208851,220815 +ESP,2005,14,210513,222895 +ESP,2005,15,213395,226260 +ESP,2005,16,217009,230449 +ESP,2005,17,222757,236661 +ESP,2005,18,231487,245653 +ESP,2006,0,240512,256537 +ESP,2006,1,227873,242603 +ESP,2006,2,218295,232050 +ESP,2006,3,210718,223661 +ESP,2006,4,204981,217268 +ESP,2006,5,200918,212698 +ESP,2006,6,198420,209819 +ESP,2006,7,197378,208495 +ESP,2006,8,197356,208378 +ESP,2006,9,198080,209225 +ESP,2006,10,199551,210974 +ESP,2006,11,202243,214006 +ESP,2006,12,206307,218488 +ESP,2006,13,210012,222564 +ESP,2006,14,212620,225422 +ESP,2006,15,214963,227941 +ESP,2006,16,218441,231690 +ESP,2006,17,222573,236211 +ESP,2006,18,229104,242982 +ESP,2007,0,251983,269571 +ESP,2007,1,237191,253377 +ESP,2007,2,226972,241770 +ESP,2007,3,218871,232741 +ESP,2007,4,212545,225635 +ESP,2007,5,207840,220297 +ESP,2007,6,204603,216570 +ESP,2007,7,202786,214370 +ESP,2007,8,202346,213613 +ESP,2007,9,202582,213785 +ESP,2007,10,203121,214586 +ESP,2007,11,204137,216075 +ESP,2007,12,206365,218813 +ESP,2007,13,209887,222928 +ESP,2007,14,213367,226838 +ESP,2007,15,216289,229886 +ESP,2007,16,219315,232846 +ESP,2007,17,223389,236978 +ESP,2007,18,228039,241830 +ESP,2008,0,260818,279698 +ESP,2008,1,245390,262752 +ESP,2008,2,232871,248894 +ESP,2008,3,225781,240520 +ESP,2008,4,219171,233037 +ESP,2008,5,214108,227231 +ESP,2008,6,210445,222961 +ESP,2008,7,208039,220085 +ESP,2008,8,206908,218571 +ESP,2008,9,207072,218385 +ESP,2008,10,207566,218847 +ESP,2008,11,207920,219600 +ESP,2008,12,208478,220826 +ESP,2008,13,210238,223264 +ESP,2008,14,213211,227004 +ESP,2008,15,216462,230741 +ESP,2008,16,219695,233974 +ESP,2008,17,223402,237371 +ESP,2008,18,228068,241880 +ESP,2009,0,264178,283531 +ESP,2009,1,249929,267870 +ESP,2009,2,238224,254879 +ESP,2009,3,228852,244352 +ESP,2009,4,224110,238591 +ESP,2009,5,219005,232673 +ESP,2009,6,215214,228182 +ESP,2009,7,212601,224992 +ESP,2009,8,211031,222976 +ESP,2009,9,210588,222151 +ESP,2009,10,211354,222535 +ESP,2009,11,212106,223285 +ESP,2009,12,212273,223988 +ESP,2009,13,212373,224949 +ESP,2009,14,213660,227079 +ESP,2009,15,216079,230434 +ESP,2009,16,219095,233987 +ESP,2009,17,222631,237397 +ESP,2009,18,227010,241220 +ESP,2010,0,260317,279006 +ESP,2010,1,249470,267138 +ESP,2010,2,240322,256997 +ESP,2010,3,232750,248472 +ESP,2010,4,226628,241451 +ESP,2010,5,221833,235825 +ESP,2010,6,218240,231483 +ESP,2010,7,215725,228314 +ESP,2010,8,214162,226206 +ESP,2010,9,213428,225050 +ESP,2010,10,213670,224913 +ESP,2010,11,215035,225862 +ESP,2010,12,216040,226896 +ESP,2010,13,216021,227547 +ESP,2010,14,215665,228240 +ESP,2010,15,216479,230058 +ESP,2010,16,218340,233018 +ESP,2010,17,221113,236376 +ESP,2010,18,224941,239949 +ESP,2011,0,250514,268121 +ESP,2011,1,257890,276459 +ESP,2011,2,249287,267039 +ESP,2011,3,241532,258422 +ESP,2011,4,234645,250653 +ESP,2011,5,228649,243778 +ESP,2011,6,223416,237680 +ESP,2011,7,218821,232240 +ESP,2011,8,215618,228322 +ESP,2011,9,214118,226298 +ESP,2011,10,213905,225724 +ESP,2011,11,214378,225842 +ESP,2011,12,215817,226876 +ESP,2011,13,216948,227980 +ESP,2011,14,217129,228681 +ESP,2011,15,217008,229394 +ESP,2011,16,218035,231212 +ESP,2011,17,220103,234159 +ESP,2011,18,222987,237413 +ESP,2012,0,233552,248969 +ESP,2012,1,237032,253129 +ESP,2012,2,254946,273143 +ESP,2012,3,248611,266205 +ESP,2012,4,242269,259141 +ESP,2012,5,236085,252153 +ESP,2012,6,230225,245444 +ESP,2012,7,224564,238888 +ESP,2012,8,218973,232361 +ESP,2012,9,215085,227702 +ESP,2012,10,213652,225768 +ESP,2012,11,213961,225779 +ESP,2012,12,214665,226153 +ESP,2012,13,216176,227270 +ESP,2012,14,217432,228443 +ESP,2012,15,217812,229190 +ESP,2012,16,217928,229922 +ESP,2012,17,219167,231735 +ESP,2012,18,221439,234661 +ESP,2013,0,213263,226074 +ESP,2013,1,225524,240043 +ESP,2013,2,234113,249799 +ESP,2013,3,251613,269341 +ESP,2013,4,247557,264897 +ESP,2013,5,242637,259397 +ESP,2013,6,237165,253202 +ESP,2013,7,231452,246669 +ESP,2013,8,225370,239668 +ESP,2013,9,218791,232067 +ESP,2013,10,214224,226676 +ESP,2013,11,212860,224835 +ESP,2013,12,213691,225431 +ESP,2013,13,214625,226060 +ESP,2013,14,216207,227258 +ESP,2013,15,217584,228496 +ESP,2013,16,218164,229289 +ESP,2013,17,218516,230038 +ESP,2013,18,219965,231844 +ESP,2014,0,195014,205694 +ESP,2014,1,214108,227253 +ESP,2014,2,228098,243038 +ESP,2014,3,237556,253693 +ESP,2014,4,248099,265463 +ESP,2014,5,246320,263505 +ESP,2014,6,242823,259568 +ESP,2014,7,238065,254164 +ESP,2014,8,232502,247810 +ESP,2014,9,226005,240368 +ESP,2014,10,218446,231698 +ESP,2014,11,213205,225579 +ESP,2014,12,211910,223831 +ESP,2014,13,213262,225011 +ESP,2014,14,214425,225893 +ESP,2014,15,216075,227171 +ESP,2014,16,217573,228475 +ESP,2014,17,218352,229313 +ESP,2014,18,218940,230079 +ESP,2015,0,182601,192212 +ESP,2015,1,204946,217319 +ESP,2015,2,221719,236167 +ESP,2015,3,233521,249428 +ESP,2015,4,240952,257771 +ESP,2015,5,244612,261868 +ESP,2015,6,245103,262390 +ESP,2015,7,243025,260006 +ESP,2015,8,238979,255388 +ESP,2015,9,233565,249205 +ESP,2015,10,226654,241314 +ESP,2015,11,218117,231570 +ESP,2015,12,212204,224718 +ESP,2015,13,210978,223061 +ESP,2015,14,212849,224824 +ESP,2015,15,214241,225961 +ESP,2015,16,215959,227320 +ESP,2015,17,217577,228690 +ESP,2015,18,218554,229575 +ESP,2016,0,177690,186950 +ESP,2016,1,187001,196940 +ESP,2016,2,206164,218412 +ESP,2016,3,220938,234975 +ESP,2016,4,231728,247077 +ESP,2016,5,238939,255165 +ESP,2016,6,243172,259909 +ESP,2016,7,245026,261978 +ESP,2016,8,243931,260710 +ESP,2016,9,239902,256110 +ESP,2016,10,233929,249290 +ESP,2016,11,226855,241212 +ESP,2016,12,218353,231508 +ESP,2016,13,212491,224707 +ESP,2016,14,211337,223114 +ESP,2016,15,213292,224946 +ESP,2016,16,214766,226153 +ESP,2016,17,216567,227581 +ESP,2016,18,218255,229011 +ESP,2017,0,178702,188646 +ESP,2017,1,195363,206938 +ESP,2017,2,191361,201787 +ESP,2017,3,207336,219642 +ESP,2017,4,220108,233933 +ESP,2017,5,229884,244885 +ESP,2017,6,236874,252723 +ESP,2017,7,241677,258116 +ESP,2017,8,244895,261732 +ESP,2017,9,244783,261579 +ESP,2017,10,240772,256993 +ESP,2017,11,234241,249531 +ESP,2017,12,227006,241262 +ESP,2017,13,218541,231592 +ESP,2017,14,212732,224838 +ESP,2017,15,211650,223307 +ESP,2017,16,213689,225210 +ESP,2017,17,215245,226487 +ESP,2017,18,217128,227986 +ESP,2018,0,183393,194632 +ESP,2018,1,193349,205188 +ESP,2018,2,202233,214686 +ESP,2018,3,195708,206747 +ESP,2018,4,208496,220997 +ESP,2018,5,219263,233024 +ESP,2018,6,228025,242833 +ESP,2018,7,234793,250425 +ESP,2018,8,240168,256470 +ESP,2018,9,244748,261635 +ESP,2018,10,245620,262595 +ESP,2018,11,241627,258022 +ESP,2018,12,234539,249914 +ESP,2018,13,227143,241449 +ESP,2018,14,218715,231808 +ESP,2018,15,212958,225097 +ESP,2018,16,211949,223626 +ESP,2018,17,214071,225602 +ESP,2018,18,215709,226950 +ESP,2019,0,188000,201000 +ESP,2019,1,192000,204000 +ESP,2019,2,196000,208000 +ESP,2019,3,201000,214000 +ESP,2019,4,200000,212000 +ESP,2019,5,210000,222000 +ESP,2019,6,218000,232000 +ESP,2019,7,226000,241000 +ESP,2019,8,233000,248000 +ESP,2019,9,239000,255000 +ESP,2019,10,245000,262000 +ESP,2019,11,246000,264000 +ESP,2019,12,242000,259000 +ESP,2019,13,235000,250000 +ESP,2019,14,227000,242000 +ESP,2019,15,219000,232000 +ESP,2019,16,213000,225000 +ESP,2019,17,212000,224000 +ESP,2019,18,214000,226000 +ESP,2020,0,191000,204000 +ESP,2020,1,190000,202000 +ESP,2020,2,191000,203000 +ESP,2020,3,194000,206000 +ESP,2020,4,199000,211000 +ESP,2020,5,204000,217000 +ESP,2020,6,211000,224000 +ESP,2020,7,218000,231000 +ESP,2020,8,224000,239000 +ESP,2020,9,231000,246000 +ESP,2020,10,237000,253000 +ESP,2020,11,244000,262000 +ESP,2020,12,247000,265000 +ESP,2020,13,243000,260000 +ESP,2020,14,235000,251000 +ESP,2020,15,227000,242000 +ESP,2020,16,219000,232000 +ESP,2020,17,213000,226000 +ESP,2020,18,213000,224000 +ESP,2021,0,190000,204000 +ESP,2021,1,190000,203000 +ESP,2021,2,190000,202000 +ESP,2021,3,192000,203000 +ESP,2021,4,195000,207000 +ESP,2021,5,200000,212000 +ESP,2021,6,205000,217000 +ESP,2021,7,211000,224000 +ESP,2021,8,217000,231000 +ESP,2021,9,224000,239000 +ESP,2021,10,231000,246000 +ESP,2021,11,237000,253000 +ESP,2021,12,245000,262000 +ESP,2021,13,248000,265000 +ESP,2021,14,244000,261000 +ESP,2021,15,236000,251000 +ESP,2021,16,228000,242000 +ESP,2021,17,220000,233000 +ESP,2021,18,214000,226000 +ESP,2022,0,188000,201000 +ESP,2022,1,185000,197000 +ESP,2022,2,189000,201000 +ESP,2022,3,190000,202000 +ESP,2022,4,192000,204000 +ESP,2022,5,196000,208000 +ESP,2022,6,200000,213000 +ESP,2022,7,206000,218000 +ESP,2022,8,211000,224000 +ESP,2022,9,217000,231000 +ESP,2022,10,224000,238000 +ESP,2022,11,231000,246000 +ESP,2022,12,238000,254000 +ESP,2022,13,245000,262000 +ESP,2022,14,248000,265000 +ESP,2022,15,244000,261000 +ESP,2022,16,236000,252000 +ESP,2022,17,228000,243000 +ESP,2022,18,220000,233000 +ESP,2023,0,184000,196000 +ESP,2023,1,182000,194000 +ESP,2023,2,182000,193000 +ESP,2023,3,188000,200000 +ESP,2023,4,190000,202000 +ESP,2023,5,192000,205000 +ESP,2023,6,196000,209000 +ESP,2023,7,201000,213000 +ESP,2023,8,206000,219000 +ESP,2023,9,211000,224000 +ESP,2023,10,217000,231000 +ESP,2023,11,224000,238000 +ESP,2023,12,231000,246000 +ESP,2023,13,238000,254000 +ESP,2023,14,245000,262000 +ESP,2023,15,248000,265000 +ESP,2023,16,244000,261000 +ESP,2023,17,236000,252000 +ESP,2023,18,229000,243000 +ESP,2024,0,180000,191000 +ESP,2024,1,179000,191000 +ESP,2024,2,180000,191000 +ESP,2024,3,182000,193000 +ESP,2024,4,187000,199000 +ESP,2024,5,189000,201000 +ESP,2024,6,193000,205000 +ESP,2024,7,197000,209000 +ESP,2024,8,202000,214000 +ESP,2024,9,207000,220000 +ESP,2024,10,211000,224000 +ESP,2024,11,217000,230000 +ESP,2024,12,224000,238000 +ESP,2024,13,231000,246000 +ESP,2024,14,238000,254000 +ESP,2024,15,245000,262000 +ESP,2024,16,248000,266000 +ESP,2024,17,245000,261000 +ESP,2024,18,237000,252000 +ESP,2025,0,176000,187000 +ESP,2025,1,177000,188000 +ESP,2025,2,178000,189000 +ESP,2025,3,180000,191000 +ESP,2025,4,182000,194000 +ESP,2025,5,186000,197000 +ESP,2025,6,189000,201000 +ESP,2025,7,193000,206000 +ESP,2025,8,198000,210000 +ESP,2025,9,203000,215000 +ESP,2025,10,207000,220000 +ESP,2025,11,211000,225000 +ESP,2025,12,217000,230000 +ESP,2025,13,224000,238000 +ESP,2025,14,231000,246000 +ESP,2025,15,238000,254000 +ESP,2025,16,245000,262000 +ESP,2025,17,248000,266000 +ESP,2025,18,245000,262000 +ESP,2026,0,173000,184000 +ESP,2026,1,176000,187000 +ESP,2026,2,177000,188000 +ESP,2026,3,178000,190000 +ESP,2026,4,180000,192000 +ESP,2026,5,183000,194000 +ESP,2026,6,186000,198000 +ESP,2026,7,189000,201000 +ESP,2026,8,193000,206000 +ESP,2026,9,198000,210000 +ESP,2026,10,203000,215000 +ESP,2026,11,207000,220000 +ESP,2026,12,212000,225000 +ESP,2026,13,217000,230000 +ESP,2026,14,224000,238000 +ESP,2026,15,231000,246000 +ESP,2026,16,238000,254000 +ESP,2026,17,246000,263000 +ESP,2026,18,249000,266000 +ESP,2027,0,171000,181000 +ESP,2027,1,172000,183000 +ESP,2027,2,176000,187000 +ESP,2027,3,177000,188000 +ESP,2027,4,179000,190000 +ESP,2027,5,181000,192000 +ESP,2027,6,183000,195000 +ESP,2027,7,186000,198000 +ESP,2027,8,190000,201000 +ESP,2027,9,193000,206000 +ESP,2027,10,198000,210000 +ESP,2027,11,203000,216000 +ESP,2027,12,208000,221000 +ESP,2027,13,212000,225000 +ESP,2027,14,217000,231000 +ESP,2027,15,224000,238000 +ESP,2027,16,232000,247000 +ESP,2027,17,239000,255000 +ESP,2027,18,247000,263000 +ESP,2028,0,168000,179000 +ESP,2028,1,170000,181000 +ESP,2028,2,172000,183000 +ESP,2028,3,176000,187000 +ESP,2028,4,177000,188000 +ESP,2028,5,179000,190000 +ESP,2028,6,181000,192000 +ESP,2028,7,184000,195000 +ESP,2028,8,186000,198000 +ESP,2028,9,190000,202000 +ESP,2028,10,193000,206000 +ESP,2028,11,198000,210000 +ESP,2028,12,203000,216000 +ESP,2028,13,208000,221000 +ESP,2028,14,212000,225000 +ESP,2028,15,218000,231000 +ESP,2028,16,225000,239000 +ESP,2028,17,232000,247000 +ESP,2028,18,240000,255000 +ESP,2029,0,167000,177000 +ESP,2029,1,169000,179000 +ESP,2029,2,171000,182000 +ESP,2029,3,173000,184000 +ESP,2029,4,175000,186000 +ESP,2029,5,177000,188000 +ESP,2029,6,179000,190000 +ESP,2029,7,181000,193000 +ESP,2029,8,184000,195000 +ESP,2029,9,187000,198000 +ESP,2029,10,190000,202000 +ESP,2029,11,193000,206000 +ESP,2029,12,198000,210000 +ESP,2029,13,203000,216000 +ESP,2029,14,208000,221000 +ESP,2029,15,212000,225000 +ESP,2029,16,218000,231000 +ESP,2029,17,225000,239000 +ESP,2029,18,233000,248000 +ESP,2030,0,166000,176000 +ESP,2030,1,168000,178000 +ESP,2030,2,170000,180000 +ESP,2030,3,171000,182000 +ESP,2030,4,173000,184000 +ESP,2030,5,175000,186000 +ESP,2030,6,177000,188000 +ESP,2030,7,179000,191000 +ESP,2030,8,182000,193000 +ESP,2030,9,184000,196000 +ESP,2030,10,187000,199000 +ESP,2030,11,190000,202000 +ESP,2030,12,193000,205000 +ESP,2030,13,198000,210000 +ESP,2030,14,203000,216000 +ESP,2030,15,208000,221000 +ESP,2030,16,212000,225000 +ESP,2030,17,218000,231000 +ESP,2030,18,225000,239000 +ESP,2031,0,166000,176000 +ESP,2031,1,166000,177000 +ESP,2031,2,168000,179000 +ESP,2031,3,170000,180000 +ESP,2031,4,172000,182000 +ESP,2031,5,173000,184000 +ESP,2031,6,175000,186000 +ESP,2031,7,177000,188000 +ESP,2031,8,180000,191000 +ESP,2031,9,182000,193000 +ESP,2031,10,184000,196000 +ESP,2031,11,187000,199000 +ESP,2031,12,190000,202000 +ESP,2031,13,194000,206000 +ESP,2031,14,198000,211000 +ESP,2031,15,204000,216000 +ESP,2031,16,209000,221000 +ESP,2031,17,213000,226000 +ESP,2031,18,219000,232000 +ESP,2032,0,166000,177000 +ESP,2032,1,167000,178000 +ESP,2032,2,167000,177000 +ESP,2032,3,168000,179000 +ESP,2032,4,170000,181000 +ESP,2032,5,172000,182000 +ESP,2032,6,173000,184000 +ESP,2032,7,175000,186000 +ESP,2032,8,177000,189000 +ESP,2032,9,180000,191000 +ESP,2032,10,182000,193000 +ESP,2032,11,185000,196000 +ESP,2032,12,187000,199000 +ESP,2032,13,190000,202000 +ESP,2032,14,194000,206000 +ESP,2032,15,199000,211000 +ESP,2032,16,204000,217000 +ESP,2032,17,209000,222000 +ESP,2032,18,214000,227000 +ESP,2033,0,167000,178000 +ESP,2033,1,167000,178000 +ESP,2033,2,168000,178000 +ESP,2033,3,167000,178000 +ESP,2033,4,169000,179000 +ESP,2033,5,170000,181000 +ESP,2033,6,172000,182000 +ESP,2033,7,173000,184000 +ESP,2033,8,175000,186000 +ESP,2033,9,178000,189000 +ESP,2033,10,180000,191000 +ESP,2033,11,182000,194000 +ESP,2033,12,185000,196000 +ESP,2033,13,188000,199000 +ESP,2033,14,191000,202000 +ESP,2033,15,194000,206000 +ESP,2033,16,199000,211000 +ESP,2033,17,204000,217000 +ESP,2033,18,210000,222000 +ESP,2034,0,168000,179000 +ESP,2034,1,168000,179000 +ESP,2034,2,168000,178000 +ESP,2034,3,168000,178000 +ESP,2034,4,168000,178000 +ESP,2034,5,169000,179000 +ESP,2034,6,170000,181000 +ESP,2034,7,172000,182000 +ESP,2034,8,173000,184000 +ESP,2034,9,175000,186000 +ESP,2034,10,178000,189000 +ESP,2034,11,180000,191000 +ESP,2034,12,182000,194000 +ESP,2034,13,185000,196000 +ESP,2034,14,188000,199000 +ESP,2034,15,191000,202000 +ESP,2034,16,194000,206000 +ESP,2034,17,199000,211000 +ESP,2034,18,205000,217000 +ESP,2035,0,169000,180000 +ESP,2035,1,168000,179000 +ESP,2035,2,168000,178000 +ESP,2035,3,168000,178000 +ESP,2035,4,168000,178000 +ESP,2035,5,168000,179000 +ESP,2035,6,169000,180000 +ESP,2035,7,170000,181000 +ESP,2035,8,171000,182000 +ESP,2035,9,173000,184000 +ESP,2035,10,175000,186000 +ESP,2035,11,177000,189000 +ESP,2035,12,180000,191000 +ESP,2035,13,182000,194000 +ESP,2035,14,185000,196000 +ESP,2035,15,188000,199000 +ESP,2035,16,191000,203000 +ESP,2035,17,194000,206000 +ESP,2035,18,199000,212000 +ESP,2036,0,170000,181000 +ESP,2036,1,169000,180000 +ESP,2036,2,169000,179000 +ESP,2036,3,168000,179000 +ESP,2036,4,168000,178000 +ESP,2036,5,168000,179000 +ESP,2036,6,168000,179000 +ESP,2036,7,169000,180000 +ESP,2036,8,170000,181000 +ESP,2036,9,172000,182000 +ESP,2036,10,173000,184000 +ESP,2036,11,175000,186000 +ESP,2036,12,178000,189000 +ESP,2036,13,180000,191000 +ESP,2036,14,183000,194000 +ESP,2036,15,185000,197000 +ESP,2036,16,188000,200000 +ESP,2036,17,191000,203000 +ESP,2036,18,195000,207000 +ESP,2037,0,171000,182000 +ESP,2037,1,170000,181000 +ESP,2037,2,170000,180000 +ESP,2037,3,169000,179000 +ESP,2037,4,168000,179000 +ESP,2037,5,168000,179000 +ESP,2037,6,168000,179000 +ESP,2037,7,169000,179000 +ESP,2037,8,169000,180000 +ESP,2037,9,170000,181000 +ESP,2037,10,172000,182000 +ESP,2037,11,173000,184000 +ESP,2037,12,176000,186000 +ESP,2037,13,178000,189000 +ESP,2037,14,181000,192000 +ESP,2037,15,183000,194000 +ESP,2037,16,186000,197000 +ESP,2037,17,189000,200000 +ESP,2037,18,192000,204000 +ESP,2038,0,172000,183000 +ESP,2038,1,171000,181000 +ESP,2038,2,170000,181000 +ESP,2038,3,170000,180000 +ESP,2038,4,169000,180000 +ESP,2038,5,169000,179000 +ESP,2038,6,168000,179000 +ESP,2038,7,168000,179000 +ESP,2038,8,169000,179000 +ESP,2038,9,169000,180000 +ESP,2038,10,170000,181000 +ESP,2038,11,172000,182000 +ESP,2038,12,174000,184000 +ESP,2038,13,176000,187000 +ESP,2038,14,178000,189000 +ESP,2038,15,181000,192000 +ESP,2038,16,183000,195000 +ESP,2038,17,186000,198000 +ESP,2038,18,189000,201000 +ESP,2039,0,172000,183000 +ESP,2039,1,171000,182000 +ESP,2039,2,171000,181000 +ESP,2039,3,170000,181000 +ESP,2039,4,170000,180000 +ESP,2039,5,169000,180000 +ESP,2039,6,169000,179000 +ESP,2039,7,169000,179000 +ESP,2039,8,169000,179000 +ESP,2039,9,169000,179000 +ESP,2039,10,169000,180000 +ESP,2039,11,170000,181000 +ESP,2039,12,172000,182000 +ESP,2039,13,174000,184000 +ESP,2039,14,176000,187000 +ESP,2039,15,178000,189000 +ESP,2039,16,181000,192000 +ESP,2039,17,184000,195000 +ESP,2039,18,187000,198000 +ESP,2040,0,172000,183000 +ESP,2040,1,172000,183000 +ESP,2040,2,171000,182000 +ESP,2040,3,171000,181000 +ESP,2040,4,170000,181000 +ESP,2040,5,170000,180000 +ESP,2040,6,169000,180000 +ESP,2040,7,169000,179000 +ESP,2040,8,169000,179000 +ESP,2040,9,169000,179000 +ESP,2040,10,169000,180000 +ESP,2040,11,169000,180000 +ESP,2040,12,170000,181000 +ESP,2040,13,172000,182000 +ESP,2040,14,174000,184000 +ESP,2040,15,176000,187000 +ESP,2040,16,178000,189000 +ESP,2040,17,181000,192000 +ESP,2040,18,184000,195000 +ESP,2041,0,173000,184000 +ESP,2041,1,173000,184000 +ESP,2041,2,172000,183000 +ESP,2041,3,172000,182000 +ESP,2041,4,171000,182000 +ESP,2041,5,170000,181000 +ESP,2041,6,170000,180000 +ESP,2041,7,169000,180000 +ESP,2041,8,169000,180000 +ESP,2041,9,169000,179000 +ESP,2041,10,169000,180000 +ESP,2041,11,169000,180000 +ESP,2041,12,170000,180000 +ESP,2041,13,171000,181000 +ESP,2041,14,172000,183000 +ESP,2041,15,174000,185000 +ESP,2041,16,176000,187000 +ESP,2041,17,179000,190000 +ESP,2041,18,182000,193000 +ESP,2042,0,173000,184000 +ESP,2042,1,173000,184000 +ESP,2042,2,173000,184000 +ESP,2042,3,172000,183000 +ESP,2042,4,172000,183000 +ESP,2042,5,171000,182000 +ESP,2042,6,171000,181000 +ESP,2042,7,170000,181000 +ESP,2042,8,169000,180000 +ESP,2042,9,169000,180000 +ESP,2042,10,169000,180000 +ESP,2042,11,169000,180000 +ESP,2042,12,169000,180000 +ESP,2042,13,170000,180000 +ESP,2042,14,171000,181000 +ESP,2042,15,173000,183000 +ESP,2042,16,175000,185000 +ESP,2042,17,177000,188000 +ESP,2042,18,180000,191000 +ESP,2043,0,174000,185000 +ESP,2043,1,174000,185000 +ESP,2043,2,174000,185000 +ESP,2043,3,173000,184000 +ESP,2043,4,173000,184000 +ESP,2043,5,172000,183000 +ESP,2043,6,171000,182000 +ESP,2043,7,171000,181000 +ESP,2043,8,170000,181000 +ESP,2043,9,170000,180000 +ESP,2043,10,169000,180000 +ESP,2043,11,169000,180000 +ESP,2043,12,169000,180000 +ESP,2043,13,170000,180000 +ESP,2043,14,170000,181000 +ESP,2043,15,171000,182000 +ESP,2043,16,173000,183000 +ESP,2043,17,175000,186000 +ESP,2043,18,178000,188000 +ESP,2044,0,173000,184000 +ESP,2044,1,174000,185000 +ESP,2044,2,174000,185000 +ESP,2044,3,174000,185000 +ESP,2044,4,173000,184000 +ESP,2044,5,173000,184000 +ESP,2044,6,172000,183000 +ESP,2044,7,171000,182000 +ESP,2044,8,171000,181000 +ESP,2044,9,170000,181000 +ESP,2044,10,170000,180000 +ESP,2044,11,169000,180000 +ESP,2044,12,169000,180000 +ESP,2044,13,169000,180000 +ESP,2044,14,170000,180000 +ESP,2044,15,170000,181000 +ESP,2044,16,171000,182000 +ESP,2044,17,173000,184000 +ESP,2044,18,175000,186000 +ESP,2045,0,173000,184000 +ESP,2045,1,174000,185000 +ESP,2045,2,174000,185000 +ESP,2045,3,174000,185000 +ESP,2045,4,174000,185000 +ESP,2045,5,173000,184000 +ESP,2045,6,173000,184000 +ESP,2045,7,172000,183000 +ESP,2045,8,171000,182000 +ESP,2045,9,171000,181000 +ESP,2045,10,170000,181000 +ESP,2045,11,169000,180000 +ESP,2045,12,169000,180000 +ESP,2045,13,169000,180000 +ESP,2045,14,169000,180000 +ESP,2045,15,170000,180000 +ESP,2045,16,170000,181000 +ESP,2045,17,171000,182000 +ESP,2045,18,173000,184000 +ESP,2046,0,172000,183000 +ESP,2046,1,173000,184000 +ESP,2046,2,174000,185000 +ESP,2046,3,174000,185000 +ESP,2046,4,174000,185000 +ESP,2046,5,174000,185000 +ESP,2046,6,174000,184000 +ESP,2046,7,173000,184000 +ESP,2046,8,172000,183000 +ESP,2046,9,172000,182000 +ESP,2046,10,171000,182000 +ESP,2046,11,170000,181000 +ESP,2046,12,170000,180000 +ESP,2046,13,170000,180000 +ESP,2046,14,170000,180000 +ESP,2046,15,170000,180000 +ESP,2046,16,170000,181000 +ESP,2046,17,171000,181000 +ESP,2046,18,172000,183000 +ESP,2047,0,171000,182000 +ESP,2047,1,173000,184000 +ESP,2047,2,174000,184000 +ESP,2047,3,174000,185000 +ESP,2047,4,174000,185000 +ESP,2047,5,174000,185000 +ESP,2047,6,174000,185000 +ESP,2047,7,174000,185000 +ESP,2047,8,173000,184000 +ESP,2047,9,173000,183000 +ESP,2047,10,172000,183000 +ESP,2047,11,171000,182000 +ESP,2047,12,171000,181000 +ESP,2047,13,170000,181000 +ESP,2047,14,170000,180000 +ESP,2047,15,170000,180000 +ESP,2047,16,170000,181000 +ESP,2047,17,171000,181000 +ESP,2047,18,172000,182000 +ESP,2048,0,170000,181000 +ESP,2048,1,172000,183000 +ESP,2048,2,173000,184000 +ESP,2048,3,174000,185000 +ESP,2048,4,174000,185000 +ESP,2048,5,175000,186000 +ESP,2048,6,175000,185000 +ESP,2048,7,174000,185000 +ESP,2048,8,174000,185000 +ESP,2048,9,173000,184000 +ESP,2048,10,173000,183000 +ESP,2048,11,172000,183000 +ESP,2048,12,171000,182000 +ESP,2048,13,171000,181000 +ESP,2048,14,170000,181000 +ESP,2048,15,170000,181000 +ESP,2048,16,170000,181000 +ESP,2048,17,171000,181000 +ESP,2048,18,171000,182000 +ESP,2049,0,168000,179000 +ESP,2049,1,170000,181000 +ESP,2049,2,172000,183000 +ESP,2049,3,173000,184000 +ESP,2049,4,174000,185000 +ESP,2049,5,175000,185000 +ESP,2049,6,175000,186000 +ESP,2049,7,175000,186000 +ESP,2049,8,174000,185000 +ESP,2049,9,174000,185000 +ESP,2049,10,173000,184000 +ESP,2049,11,173000,183000 +ESP,2049,12,172000,183000 +ESP,2049,13,171000,182000 +ESP,2049,14,171000,181000 +ESP,2049,15,170000,181000 +ESP,2049,16,170000,181000 +ESP,2049,17,171000,181000 +ESP,2049,18,171000,181000 +ESP,2050,0,166000,177000 +ESP,2050,1,169000,179000 +ESP,2050,2,171000,181000 +ESP,2050,3,172000,183000 +ESP,2050,4,173000,184000 +ESP,2050,5,174000,185000 +ESP,2050,6,175000,186000 +ESP,2050,7,175000,186000 +ESP,2050,8,175000,186000 +ESP,2050,9,174000,185000 +ESP,2050,10,174000,185000 +ESP,2050,11,173000,184000 +ESP,2050,12,173000,183000 +ESP,2050,13,172000,183000 +ESP,2050,14,171000,182000 +ESP,2050,15,171000,181000 +ESP,2050,16,170000,181000 +ESP,2050,17,170000,181000 +ESP,2050,18,171000,181000 +EST,1990,0,11470,12147 +EST,1990,1,11626,12215 +EST,1990,2,11721,12239 +EST,1990,3,11763,12225 +EST,1990,4,11759,12177 +EST,1990,5,11714,12103 +EST,1990,6,11636,12006 +EST,1990,7,11533,11894 +EST,1990,8,11410,11770 +EST,1990,9,11275,11642 +EST,1990,10,11122,11507 +EST,1990,11,10948,11361 +EST,1990,12,10816,11251 +EST,1990,13,10758,11201 +EST,1990,14,10745,11191 +EST,1990,15,10734,11182 +EST,1990,16,10753,11187 +EST,1990,17,10706,11179 +EST,1990,18,10549,11144 +EST,1991,0,10487,11105 +EST,1991,1,11233,11897 +EST,1991,2,11433,12027 +EST,1991,3,11557,12090 +EST,1991,4,11613,12095 +EST,1991,5,11610,12052 +EST,1991,6,11558,11966 +EST,1991,7,11463,11843 +EST,1991,8,11343,11709 +EST,1991,9,11212,11579 +EST,1991,10,11074,11452 +EST,1991,11,10914,11309 +EST,1991,12,10728,11149 +EST,1991,13,10593,11033 +EST,1991,14,10544,10986 +EST,1991,15,10549,10985 +EST,1991,16,10554,10984 +EST,1991,17,10588,11000 +EST,1991,18,10556,10988 +EST,1992,0,9130,9634 +EST,1992,1,9904,10412 +EST,1992,2,10956,11590 +EST,1992,3,11201,11781 +EST,1992,4,11352,11883 +EST,1992,5,11421,11908 +EST,1992,6,11421,11868 +EST,1992,7,11361,11772 +EST,1992,8,11248,11624 +EST,1992,9,11113,11469 +EST,1992,10,10974,11332 +EST,1992,11,10833,11206 +EST,1992,12,10666,11057 +EST,1992,13,10470,10884 +EST,1992,14,10333,10761 +EST,1992,15,10294,10718 +EST,1992,16,10316,10726 +EST,1992,17,10337,10734 +EST,1992,18,10386,10762 +EST,1993,0,7641,8017 +EST,1993,1,8738,9175 +EST,1993,2,9612,10090 +EST,1993,3,10666,11264 +EST,1993,4,10953,11516 +EST,1993,5,11131,11656 +EST,1993,6,11214,11700 +EST,1993,7,11217,11665 +EST,1993,8,11149,11558 +EST,1993,9,11019,11385 +EST,1993,10,10869,11210 +EST,1993,11,10722,11066 +EST,1993,12,10579,10943 +EST,1993,13,10405,10787 +EST,1993,14,10199,10601 +EST,1993,15,10060,10472 +EST,1993,16,10030,10433 +EST,1993,17,10069,10450 +EST,1993,18,10106,10466 +EST,1994,0,6340,6616 +EST,1994,1,7659,8042 +EST,1994,2,8729,9188 +EST,1994,3,9571,10080 +EST,1994,4,10391,10969 +EST,1994,5,10723,11282 +EST,1994,6,10928,11460 +EST,1994,7,11025,11524 +EST,1994,8,11030,11493 +EST,1994,9,10954,11374 +EST,1994,10,10807,11177 +EST,1994,11,10641,10980 +EST,1994,12,10487,10830 +EST,1994,13,10341,10708 +EST,1994,14,10160,10546 +EST,1994,15,9944,10347 +EST,1994,16,9802,10211 +EST,1994,17,9782,10176 +EST,1994,18,9838,10202 +EST,1995,0,5440,5671 +EST,1995,1,6827,7188 +EST,1995,2,7972,8429 +EST,1995,3,8895,9419 +EST,1995,4,9616,10181 +EST,1995,5,10154,10738 +EST,1995,6,10530,11113 +EST,1995,7,10764,11331 +EST,1995,8,10874,11415 +EST,1995,9,10882,11388 +EST,1995,10,10798,11258 +EST,1995,11,10634,11034 +EST,1995,12,10451,10815 +EST,1995,13,10289,10657 +EST,1995,14,10140,10536 +EST,1995,15,9952,10366 +EST,1995,16,9724,10153 +EST,1995,17,9579,10009 +EST,1995,18,9568,9978 +EST,1996,0,4964,5174 +EST,1996,1,5676,5927 +EST,1996,2,6875,7240 +EST,1996,3,7891,8346 +EST,1996,4,8735,9256 +EST,1996,5,9416,9984 +EST,1996,6,9956,10553 +EST,1996,7,10373,10987 +EST,1996,8,10636,11247 +EST,1996,9,10740,11324 +EST,1996,10,10720,11264 +EST,1996,11,10630,11125 +EST,1996,12,10471,10904 +EST,1996,13,10298,10693 +EST,1996,14,10150,10546 +EST,1996,15,10019,10439 +EST,1996,16,9849,10284 +EST,1996,17,9640,10085 +EST,1996,18,9513,9957 +EST,1997,0,4895,5138 +EST,1997,1,5871,6190 +EST,1997,2,5926,6210 +EST,1997,3,6942,7328 +EST,1997,4,7833,8303 +EST,1997,5,8599,9138 +EST,1997,6,9244,9837 +EST,1997,7,9786,10421 +EST,1997,8,10244,10915 +EST,1997,9,10537,11217 +EST,1997,10,10635,11289 +EST,1997,11,10589,11196 +EST,1997,12,10492,11047 +EST,1997,13,10338,10828 +EST,1997,14,10175,10623 +EST,1997,15,10040,10486 +EST,1997,16,9926,10393 +EST,1997,17,9774,10251 +EST,1997,18,9584,10067 +EST,1998,0,5128,5436 +EST,1998,1,5725,6057 +EST,1998,2,6318,6681 +EST,1998,3,6187,6513 +EST,1998,4,7023,7438 +EST,1998,5,7790,8285 +EST,1998,6,8481,9049 +EST,1998,7,9090,9720 +EST,1998,8,9635,10321 +EST,1998,9,10136,10876 +EST,1998,10,10460,11222 +EST,1998,11,10551,11289 +EST,1998,12,10478,11162 +EST,1998,13,10375,11002 +EST,1998,14,10225,10785 +EST,1998,15,10071,10585 +EST,1998,16,9950,10459 +EST,1998,17,9853,10378 +EST,1998,18,9719,10251 +EST,1999,0,5499,5868 +EST,1999,1,5710,6053 +EST,1999,2,6013,6355 +EST,1999,3,6392,6752 +EST,1999,4,6454,6820 +EST,1999,5,7109,7551 +EST,1999,6,7752,8271 +EST,1999,7,8368,8962 +EST,1999,8,8941,9605 +EST,1999,9,9491,10224 +EST,1999,10,10034,10841 +EST,1999,11,10390,11231 +EST,1999,12,10475,11293 +EST,1999,13,10375,11132 +EST,1999,14,10264,10962 +EST,1999,15,10119,10746 +EST,1999,16,9974,10552 +EST,1999,17,9867,10435 +EST,1999,18,9786,10368 +EST,2000,0,5877,6282 +EST,2000,1,5763,6106 +EST,2000,2,5814,6131 +EST,2000,3,6006,6326 +EST,2000,4,6316,6664 +EST,2000,5,6720,7115 +EST,2000,6,7193,7650 +EST,2000,7,7712,8241 +EST,2000,8,8252,8858 +EST,2000,9,8790,9473 +EST,2000,10,9343,10107 +EST,2000,11,9929,10785 +EST,2000,12,10315,11218 +EST,2000,13,10394,11275 +EST,2000,14,10267,11081 +EST,2000,15,10150,10900 +EST,2000,16,10009,10687 +EST,2000,17,9873,10498 +EST,2000,18,9779,10391 +EST,2001,0,6237,6663 +EST,2001,1,5824,6216 +EST,2001,2,5741,6084 +EST,2001,3,5811,6136 +EST,2001,4,6014,6345 +EST,2001,5,6326,6685 +EST,2001,6,6725,7128 +EST,2001,7,7185,7643 +EST,2001,8,7694,8219 +EST,2001,9,8234,8833 +EST,2001,10,8775,9451 +EST,2001,11,9328,10085 +EST,2001,12,9913,10759 +EST,2001,13,10297,11188 +EST,2001,14,10371,11238 +EST,2001,15,10238,11037 +EST,2001,16,10116,10850 +EST,2001,17,9970,10629 +EST,2001,18,9829,10436 +EST,2002,0,6602,7021 +EST,2002,1,6058,6405 +EST,2002,2,5767,6137 +EST,2002,3,5714,6049 +EST,2002,4,5804,6128 +EST,2002,5,6017,6350 +EST,2002,6,6332,6692 +EST,2002,7,6725,7125 +EST,2002,8,7172,7620 +EST,2002,9,7672,8179 +EST,2002,10,8209,8788 +EST,2002,11,8755,9410 +EST,2002,12,9308,10041 +EST,2002,13,9890,10710 +EST,2002,14,10271,11132 +EST,2002,15,10341,11176 +EST,2002,16,10203,10969 +EST,2002,17,10075,10775 +EST,2002,18,9924,10548 +EST,2003,0,6953,7350 +EST,2003,1,6293,6631 +EST,2003,2,5861,6164 +EST,2003,3,5709,6051 +EST,2003,4,5687,6007 +EST,2003,5,5796,6113 +EST,2003,6,6019,6348 +EST,2003,7,6336,6691 +EST,2003,8,6724,7114 +EST,2003,9,7158,7588 +EST,2003,10,7647,8130 +EST,2003,11,8184,8734 +EST,2003,12,8732,9358 +EST,2003,13,9285,9986 +EST,2003,14,9865,10649 +EST,2003,15,10242,11065 +EST,2003,16,10308,11103 +EST,2003,17,10164,10889 +EST,2003,18,10032,10689 +EST,2004,0,7278,7661 +EST,2004,1,6558,6895 +EST,2004,2,6049,6357 +EST,2004,3,5732,6024 +EST,2004,4,5652,5966 +EST,2004,5,5660,5967 +EST,2004,6,5789,6100 +EST,2004,7,6022,6348 +EST,2004,8,6341,6692 +EST,2004,9,6723,7105 +EST,2004,10,7145,7558 +EST,2004,11,7624,8083 +EST,2004,12,8159,8683 +EST,2004,13,8711,9309 +EST,2004,14,9264,9933 +EST,2004,15,9842,10590 +EST,2004,16,10216,11001 +EST,2004,17,10277,11032 +EST,2004,18,10128,10812 +EST,2005,0,7564,7957 +EST,2005,1,6832,7187 +EST,2005,2,6285,6610 +EST,2005,3,5906,6212 +EST,2005,4,5682,5977 +EST,2005,5,5597,5889 +EST,2005,6,5636,5933 +EST,2005,7,5784,6094 +EST,2005,8,6027,6355 +EST,2005,9,6349,6701 +EST,2005,10,6726,7105 +EST,2005,11,7134,7537 +EST,2005,12,7604,8046 +EST,2005,13,8138,8641 +EST,2005,14,8694,9270 +EST,2005,15,9246,9893 +EST,2005,16,9822,10545 +EST,2005,17,10194,10950 +EST,2005,18,10250,10975 +EST,2006,0,7795,8213 +EST,2006,1,7408,7788 +EST,2006,2,6769,7115 +EST,2006,3,6279,6599 +EST,2006,4,5930,6232 +EST,2006,5,5711,6005 +EST,2006,6,5609,5900 +EST,2006,7,5608,5904 +EST,2006,8,5728,6034 +EST,2006,9,5971,6294 +EST,2006,10,6311,6657 +EST,2006,11,6695,7064 +EST,2006,12,7103,7493 +EST,2006,13,7573,7999 +EST,2006,14,8106,8592 +EST,2006,15,8662,9218 +EST,2006,16,9213,9837 +EST,2006,17,9789,10486 +EST,2006,18,10157,10887 +EST,2007,0,7972,8442 +EST,2007,1,7370,7789 +EST,2007,2,7259,7633 +EST,2007,3,6711,7055 +EST,2007,4,6279,6599 +EST,2007,5,5958,6263 +EST,2007,6,5745,6042 +EST,2007,7,5626,5921 +EST,2007,8,5584,5884 +EST,2007,9,5675,5985 +EST,2007,10,5920,6244 +EST,2007,11,6278,6623 +EST,2007,12,6669,7034 +EST,2007,13,7078,7461 +EST,2007,14,7548,7965 +EST,2007,15,8081,8556 +EST,2007,16,8636,9180 +EST,2007,17,9188,9798 +EST,2007,18,9764,10445 +EST,2008,0,8065,8592 +EST,2008,1,7596,8063 +EST,2008,2,7173,7589 +EST,2008,3,7112,7485 +EST,2008,4,6656,7001 +EST,2008,5,6281,6606 +EST,2008,6,5989,6300 +EST,2008,7,5782,6085 +EST,2008,8,5645,5947 +EST,2008,9,5563,5869 +EST,2008,10,5626,5942 +EST,2008,11,5871,6200 +EST,2008,12,6248,6595 +EST,2008,13,6645,7011 +EST,2008,14,7055,7437 +EST,2008,15,7525,7939 +EST,2008,16,8060,8529 +EST,2008,17,8615,9152 +EST,2008,18,9166,9768 +EST,2009,0,8040,8604 +EST,2009,1,7734,8236 +EST,2009,2,7420,7870 +EST,2009,3,7108,7514 +EST,2009,4,6966,7339 +EST,2009,5,6602,6951 +EST,2009,6,6284,6615 +EST,2009,7,6020,6339 +EST,2009,8,5819,6131 +EST,2009,9,5665,5975 +EST,2009,10,5542,5857 +EST,2009,11,5576,5900 +EST,2009,12,5823,6159 +EST,2009,13,6219,6571 +EST,2009,14,6623,6991 +EST,2009,15,7033,7415 +EST,2009,16,7504,7916 +EST,2009,17,8039,8505 +EST,2009,18,8594,9127 +EST,2010,0,7880,8442 +EST,2010,1,7755,8268 +EST,2010,2,7573,8042 +EST,2010,3,7347,7779 +EST,2010,4,7092,7492 +EST,2010,5,6821,7195 +EST,2010,6,6548,6901 +EST,2010,7,6287,6625 +EST,2010,8,6052,6379 +EST,2010,9,5856,6178 +EST,2010,10,5685,6005 +EST,2010,11,5522,5846 +EST,2010,12,5528,5860 +EST,2010,13,5775,6118 +EST,2010,14,6190,6547 +EST,2010,15,6601,6972 +EST,2010,16,7012,7395 +EST,2010,17,7484,7895 +EST,2010,18,8019,8483 +EST,2011,0,7548,8043 +EST,2011,1,7835,8374 +EST,2011,2,7727,8227 +EST,2011,3,7555,8019 +EST,2011,4,7335,7764 +EST,2011,5,7081,7480 +EST,2011,6,6807,7178 +EST,2011,7,6526,6873 +EST,2011,8,6260,6588 +EST,2011,9,6025,6342 +EST,2011,10,5833,6145 +EST,2011,11,5663,5974 +EST,2011,12,5500,5814 +EST,2011,13,5505,5827 +EST,2011,14,5751,6085 +EST,2011,15,6163,6514 +EST,2011,16,6571,6940 +EST,2011,17,6979,7362 +EST,2011,18,7448,7860 +EST,2012,0,7087,7478 +EST,2012,1,7375,7792 +EST,2012,2,7796,8315 +EST,2012,3,7705,8195 +EST,2012,4,7544,8004 +EST,2012,5,7329,7758 +EST,2012,6,7076,7475 +EST,2012,7,6798,7168 +EST,2012,8,6509,6852 +EST,2012,9,6237,6558 +EST,2012,10,6003,6312 +EST,2012,11,5814,6120 +EST,2012,12,5645,5950 +EST,2012,13,5482,5789 +EST,2012,14,5487,5801 +EST,2012,15,5731,6059 +EST,2012,16,6140,6489 +EST,2012,17,6546,6915 +EST,2012,18,6952,7338 +EST,2013,0,6582,6864 +EST,2013,1,7067,7422 +EST,2013,2,7380,7786 +EST,2013,3,7761,8266 +EST,2013,4,7687,8173 +EST,2013,5,7537,7998 +EST,2013,6,7327,7761 +EST,2013,7,7075,7479 +EST,2013,8,6793,7167 +EST,2013,9,6496,6839 +EST,2013,10,6219,6537 +EST,2013,11,5984,6290 +EST,2013,12,5799,6102 +EST,2013,13,5631,5932 +EST,2013,14,5468,5770 +EST,2013,15,5472,5782 +EST,2013,16,5714,6041 +EST,2013,17,6122,6472 +EST,2013,18,6525,6898 +EST,2014,0,6152,6364 +EST,2014,1,6782,7096 +EST,2014,2,7224,7613 +EST,2014,3,7500,7940 +EST,2014,4,7731,8227 +EST,2014,5,7674,8160 +EST,2014,6,7534,8002 +EST,2014,7,7329,7773 +EST,2014,8,7077,7493 +EST,2014,9,6792,7175 +EST,2014,10,6487,6834 +EST,2014,11,6203,6523 +EST,2014,12,5968,6275 +EST,2014,13,5786,6091 +EST,2014,14,5619,5922 +EST,2014,15,5456,5758 +EST,2014,16,5459,5769 +EST,2014,17,5700,6029 +EST,2014,18,6106,6462 +EST,2015,0,5882,6089 +EST,2015,1,6579,6892 +EST,2015,2,7091,7482 +EST,2015,3,7437,7881 +EST,2015,4,7634,8112 +EST,2015,5,7703,8197 +EST,2015,6,7664,8158 +EST,2015,7,7534,8016 +EST,2015,8,7334,7795 +EST,2015,9,7082,7515 +EST,2015,10,6793,7191 +EST,2015,11,6480,6837 +EST,2015,12,6190,6516 +EST,2015,13,5955,6267 +EST,2015,14,5776,6087 +EST,2015,15,5610,5918 +EST,2015,16,5447,5753 +EST,2015,17,5449,5764 +EST,2015,18,5689,6025 +EST,2016,0,5799,6072 +EST,2016,1,6128,6356 +EST,2016,2,6710,7021 +EST,2016,3,7140,7516 +EST,2016,4,7432,7855 +EST,2016,5,7599,8055 +EST,2016,6,7661,8138 +EST,2016,7,7637,8124 +EST,2016,8,7519,8002 +EST,2016,9,7313,7775 +EST,2016,10,7046,7477 +EST,2016,11,6754,7152 +EST,2016,12,6447,6809 +EST,2016,13,6163,6493 +EST,2016,14,5929,6237 +EST,2016,15,5751,6044 +EST,2016,16,5586,5866 +EST,2016,17,5421,5685 +EST,2016,18,5438,5711 +EST,2017,0,5877,6282 +EST,2017,1,6453,6862 +EST,2017,2,6373,6624 +EST,2017,3,6840,7152 +EST,2017,4,7188,7551 +EST,2017,5,7425,7830 +EST,2017,6,7563,8000 +EST,2017,7,7618,8080 +EST,2017,8,7609,8092 +EST,2017,9,7503,7989 +EST,2017,10,7290,7757 +EST,2017,11,7008,7440 +EST,2017,12,6713,7113 +EST,2017,13,6413,6782 +EST,2017,14,6135,6471 +EST,2017,15,5903,6207 +EST,2017,16,5725,6003 +EST,2017,17,5561,5814 +EST,2017,18,5393,5617 +EST,2018,0,6056,6617 +EST,2018,1,6482,6971 +EST,2018,2,6828,7265 +EST,2018,3,6616,6890 +EST,2018,4,6967,7281 +EST,2018,5,7232,7584 +EST,2018,6,7416,7803 +EST,2018,7,7523,7942 +EST,2018,8,7571,8019 +EST,2018,9,7578,8057 +EST,2018,10,7483,7973 +EST,2018,11,7264,7736 +EST,2018,12,6966,7401 +EST,2018,13,6670,7072 +EST,2018,14,6377,6752 +EST,2018,15,6104,6447 +EST,2018,16,5873,6176 +EST,2018,17,5696,5959 +EST,2018,18,5534,5761 +EST,2019,0,6200,6900 +EST,2019,1,6500,7100 +EST,2019,2,6800,7200 +EST,2019,3,7000,7300 +EST,2019,4,6900,7200 +EST,2019,5,7100,7400 +EST,2019,6,7300,7600 +EST,2019,7,7400,7800 +EST,2019,8,7500,7900 +EST,2019,9,7500,8000 +EST,2019,10,7500,8000 +EST,2019,11,7500,8000 +EST,2019,12,7200,7700 +EST,2019,13,6900,7400 +EST,2019,14,6600,7000 +EST,2019,15,6300,6700 +EST,2019,16,6100,6400 +EST,2019,17,5800,6100 +EST,2019,18,5700,5900 +EST,2020,0,6400,7100 +EST,2020,1,6500,7100 +EST,2020,2,6700,7100 +EST,2020,3,6800,7200 +EST,2020,4,7000,7300 +EST,2020,5,7100,7400 +EST,2020,6,7200,7500 +EST,2020,7,7300,7600 +EST,2020,8,7400,7700 +EST,2020,9,7400,7800 +EST,2020,10,7500,7900 +EST,2020,11,7500,8000 +EST,2020,12,7400,7900 +EST,2020,13,7200,7700 +EST,2020,14,6900,7300 +EST,2020,15,6600,7000 +EST,2020,16,6300,6700 +EST,2020,17,6000,6400 +EST,2020,18,5800,6100 +EST,2021,0,6500,7200 +EST,2021,1,6400,7100 +EST,2021,2,6500,7100 +EST,2021,3,6700,7100 +EST,2021,4,6800,7200 +EST,2021,5,7000,7300 +EST,2021,6,7100,7400 +EST,2021,7,7200,7500 +EST,2021,8,7300,7600 +EST,2021,9,7400,7700 +EST,2021,10,7400,7800 +EST,2021,11,7500,7900 +EST,2021,12,7500,8000 +EST,2021,13,7400,7900 +EST,2021,14,7200,7700 +EST,2021,15,6900,7300 +EST,2021,16,6600,7000 +EST,2021,17,6300,6700 +EST,2021,18,6000,6400 +EST,2022,0,6500,7100 +EST,2022,1,6500,7000 +EST,2022,2,6400,7100 +EST,2022,3,6500,7100 +EST,2022,4,6700,7200 +EST,2022,5,6800,7200 +EST,2022,6,7000,7300 +EST,2022,7,7100,7400 +EST,2022,8,7200,7500 +EST,2022,9,7300,7600 +EST,2022,10,7400,7700 +EST,2022,11,7400,7800 +EST,2022,12,7500,7900 +EST,2022,13,7500,8000 +EST,2022,14,7400,7900 +EST,2022,15,7200,7700 +EST,2022,16,6800,7300 +EST,2022,17,6500,6900 +EST,2022,18,6300,6600 +EST,2023,0,6500,6900 +EST,2023,1,6400,6900 +EST,2023,2,6400,6900 +EST,2023,3,6400,7000 +EST,2023,4,6500,7100 +EST,2023,5,6700,7200 +EST,2023,6,6800,7200 +EST,2023,7,6900,7300 +EST,2023,8,7100,7400 +EST,2023,9,7200,7500 +EST,2023,10,7300,7600 +EST,2023,11,7400,7700 +EST,2023,12,7400,7800 +EST,2023,13,7400,7900 +EST,2023,14,7500,7900 +EST,2023,15,7400,7900 +EST,2023,16,7200,7600 +EST,2023,17,6800,7300 +EST,2023,18,6500,6900 +EST,2024,0,6500,6700 +EST,2024,1,6400,6700 +EST,2024,2,6300,6800 +EST,2024,3,6400,6800 +EST,2024,4,6400,7000 +EST,2024,5,6500,7100 +EST,2024,6,6700,7200 +EST,2024,7,6800,7300 +EST,2024,8,6900,7400 +EST,2024,9,7100,7400 +EST,2024,10,7200,7500 +EST,2024,11,7300,7600 +EST,2024,12,7400,7700 +EST,2024,13,7400,7800 +EST,2024,14,7400,7900 +EST,2024,15,7500,7900 +EST,2024,16,7400,7900 +EST,2024,17,7100,7600 +EST,2024,18,6800,7200 +EST,2025,0,6300,6500 +EST,2025,1,6300,6600 +EST,2025,2,6200,6700 +EST,2025,3,6300,6700 +EST,2025,4,6300,6800 +EST,2025,5,6400,6900 +EST,2025,6,6500,7000 +EST,2025,7,6600,7200 +EST,2025,8,6800,7300 +EST,2025,9,6900,7400 +EST,2025,10,7100,7400 +EST,2025,11,7200,7500 +EST,2025,12,7300,7600 +EST,2025,13,7400,7700 +EST,2025,14,7400,7800 +EST,2025,15,7400,7800 +EST,2025,16,7400,7900 +EST,2025,17,7400,7900 +EST,2025,18,7100,7600 +EST,2026,0,6200,6300 +EST,2026,1,6300,6500 +EST,2026,2,6300,6600 +EST,2026,3,6200,6600 +EST,2026,4,6300,6700 +EST,2026,5,6300,6800 +EST,2026,6,6400,6900 +EST,2026,7,6500,7000 +EST,2026,8,6600,7100 +EST,2026,9,6800,7200 +EST,2026,10,6900,7400 +EST,2026,11,7100,7400 +EST,2026,12,7200,7500 +EST,2026,13,7300,7600 +EST,2026,14,7400,7700 +EST,2026,15,7400,7700 +EST,2026,16,7400,7800 +EST,2026,17,7400,7900 +EST,2026,18,7300,7800 +EST,2027,0,6000,6200 +EST,2027,1,6000,6300 +EST,2027,2,6200,6500 +EST,2027,3,6200,6600 +EST,2027,4,6300,6600 +EST,2027,5,6300,6700 +EST,2027,6,6400,6800 +EST,2027,7,6400,6900 +EST,2027,8,6500,7000 +EST,2027,9,6600,7100 +EST,2027,10,6800,7200 +EST,2027,11,6900,7300 +EST,2027,12,7000,7400 +EST,2027,13,7200,7500 +EST,2027,14,7300,7600 +EST,2027,15,7300,7700 +EST,2027,16,7400,7700 +EST,2027,17,7400,7800 +EST,2027,18,7400,7900 +EST,2028,0,5700,6000 +EST,2028,1,5800,6200 +EST,2028,2,5900,6300 +EST,2028,3,6200,6500 +EST,2028,4,6200,6600 +EST,2028,5,6300,6600 +EST,2028,6,6300,6700 +EST,2028,7,6400,6800 +EST,2028,8,6400,6900 +EST,2028,9,6500,7000 +EST,2028,10,6600,7100 +EST,2028,11,6700,7200 +EST,2028,12,6900,7300 +EST,2028,13,7000,7400 +EST,2028,14,7200,7500 +EST,2028,15,7300,7600 +EST,2028,16,7300,7600 +EST,2028,17,7300,7700 +EST,2028,18,7400,7800 +EST,2029,0,5500,5900 +EST,2029,1,5700,6000 +EST,2029,2,5800,6200 +EST,2029,3,6000,6300 +EST,2029,4,6200,6400 +EST,2029,5,6200,6500 +EST,2029,6,6300,6700 +EST,2029,7,6300,6800 +EST,2029,8,6400,6900 +EST,2029,9,6500,7000 +EST,2029,10,6500,7000 +EST,2029,11,6600,7100 +EST,2029,12,6700,7200 +EST,2029,13,6900,7300 +EST,2029,14,7000,7400 +EST,2029,15,7200,7500 +EST,2029,16,7300,7500 +EST,2029,17,7300,7600 +EST,2029,18,7300,7700 +EST,2030,0,5300,5800 +EST,2030,1,5500,5900 +EST,2030,2,5700,6000 +EST,2030,3,5900,6200 +EST,2030,4,6000,6300 +EST,2030,5,6100,6400 +EST,2030,6,6200,6500 +EST,2030,7,6300,6700 +EST,2030,8,6400,6800 +EST,2030,9,6400,6900 +EST,2030,10,6500,7000 +EST,2030,11,6500,7000 +EST,2030,12,6600,7100 +EST,2030,13,6700,7200 +EST,2030,14,6900,7300 +EST,2030,15,7000,7400 +EST,2030,16,7100,7500 +EST,2030,17,7200,7500 +EST,2030,18,7300,7600 +EST,2031,0,5200,5700 +EST,2031,1,5400,5800 +EST,2031,2,5500,5900 +EST,2031,3,5700,6000 +EST,2031,4,5900,6200 +EST,2031,5,6000,6300 +EST,2031,6,6100,6400 +EST,2031,7,6200,6500 +EST,2031,8,6300,6700 +EST,2031,9,6400,6800 +EST,2031,10,6400,6900 +EST,2031,11,6500,6900 +EST,2031,12,6500,7000 +EST,2031,13,6600,7100 +EST,2031,14,6700,7200 +EST,2031,15,6900,7300 +EST,2031,16,7000,7400 +EST,2031,17,7100,7400 +EST,2031,18,7200,7500 +EST,2032,0,5200,5600 +EST,2032,1,5400,5700 +EST,2032,2,5400,5800 +EST,2032,3,5600,5900 +EST,2032,4,5700,6000 +EST,2032,5,5800,6200 +EST,2032,6,6000,6300 +EST,2032,7,6100,6400 +EST,2032,8,6200,6500 +EST,2032,9,6300,6700 +EST,2032,10,6400,6800 +EST,2032,11,6400,6900 +EST,2032,12,6500,6900 +EST,2032,13,6500,7000 +EST,2032,14,6600,7100 +EST,2032,15,6700,7200 +EST,2032,16,6900,7300 +EST,2032,17,7000,7400 +EST,2032,18,7100,7400 +EST,2033,0,5200,5600 +EST,2033,1,5300,5600 +EST,2033,2,5400,5700 +EST,2033,3,5400,5800 +EST,2033,4,5600,5900 +EST,2033,5,5700,6000 +EST,2033,6,5800,6200 +EST,2033,7,5900,6300 +EST,2033,8,6100,6400 +EST,2033,9,6200,6500 +EST,2033,10,6300,6700 +EST,2033,11,6400,6800 +EST,2033,12,6400,6800 +EST,2033,13,6500,6900 +EST,2033,14,6500,7000 +EST,2033,15,6600,7100 +EST,2033,16,6700,7200 +EST,2033,17,6800,7300 +EST,2033,18,7000,7400 +EST,2034,0,5200,5600 +EST,2034,1,5300,5600 +EST,2034,2,5300,5600 +EST,2034,3,5400,5700 +EST,2034,4,5400,5800 +EST,2034,5,5600,5900 +EST,2034,6,5700,6000 +EST,2034,7,5800,6100 +EST,2034,8,5900,6300 +EST,2034,9,6100,6400 +EST,2034,10,6200,6500 +EST,2034,11,6300,6700 +EST,2034,12,6400,6800 +EST,2034,13,6400,6800 +EST,2034,14,6400,6900 +EST,2034,15,6500,7000 +EST,2034,16,6500,7100 +EST,2034,17,6700,7200 +EST,2034,18,6800,7300 +EST,2035,0,5300,5600 +EST,2035,1,5200,5600 +EST,2035,2,5300,5600 +EST,2035,3,5300,5600 +EST,2035,4,5400,5700 +EST,2035,5,5500,5800 +EST,2035,6,5600,5900 +EST,2035,7,5700,6000 +EST,2035,8,5800,6100 +EST,2035,9,5900,6300 +EST,2035,10,6000,6400 +EST,2035,11,6200,6500 +EST,2035,12,6300,6700 +EST,2035,13,6400,6800 +EST,2035,14,6400,6800 +EST,2035,15,6400,6900 +EST,2035,16,6500,7000 +EST,2035,17,6500,7100 +EST,2035,18,6600,7200 +EST,2036,0,5300,5600 +EST,2036,1,5200,5600 +EST,2036,2,5200,5600 +EST,2036,3,5300,5600 +EST,2036,4,5300,5600 +EST,2036,5,5400,5700 +EST,2036,6,5500,5800 +EST,2036,7,5600,5900 +EST,2036,8,5700,6000 +EST,2036,9,5800,6100 +EST,2036,10,5900,6300 +EST,2036,11,6000,6400 +EST,2036,12,6200,6500 +EST,2036,13,6300,6600 +EST,2036,14,6300,6700 +EST,2036,15,6400,6800 +EST,2036,16,6400,6900 +EST,2036,17,6400,7000 +EST,2036,18,6500,7000 +EST,2037,0,5300,5600 +EST,2037,1,5300,5600 +EST,2037,2,5200,5500 +EST,2037,3,5200,5600 +EST,2037,4,5300,5600 +EST,2037,5,5300,5600 +EST,2037,6,5400,5700 +EST,2037,7,5500,5800 +EST,2037,8,5600,5900 +EST,2037,9,5700,6000 +EST,2037,10,5800,6100 +EST,2037,11,5900,6200 +EST,2037,12,6000,6400 +EST,2037,13,6200,6500 +EST,2037,14,6300,6600 +EST,2037,15,6300,6700 +EST,2037,16,6400,6800 +EST,2037,17,6400,6900 +EST,2037,18,6400,7000 +EST,2038,0,5400,5700 +EST,2038,1,5300,5600 +EST,2038,2,5200,5500 +EST,2038,3,5200,5500 +EST,2038,4,5200,5500 +EST,2038,5,5300,5600 +EST,2038,6,5300,5600 +EST,2038,7,5400,5700 +EST,2038,8,5500,5800 +EST,2038,9,5600,5900 +EST,2038,10,5700,6000 +EST,2038,11,5800,6100 +EST,2038,12,5900,6200 +EST,2038,13,6000,6400 +EST,2038,14,6200,6500 +EST,2038,15,6300,6600 +EST,2038,16,6300,6700 +EST,2038,17,6400,6800 +EST,2038,18,6400,6900 +EST,2039,0,5400,5700 +EST,2039,1,5300,5600 +EST,2039,2,5200,5600 +EST,2039,3,5200,5500 +EST,2039,4,5200,5500 +EST,2039,5,5200,5500 +EST,2039,6,5300,5600 +EST,2039,7,5300,5600 +EST,2039,8,5400,5700 +EST,2039,9,5500,5800 +EST,2039,10,5600,5900 +EST,2039,11,5700,6000 +EST,2039,12,5800,6100 +EST,2039,13,5900,6200 +EST,2039,14,6000,6400 +EST,2039,15,6100,6500 +EST,2039,16,6200,6600 +EST,2039,17,6300,6700 +EST,2039,18,6300,6800 +EST,2040,0,5400,5800 +EST,2040,1,5300,5700 +EST,2040,2,5300,5600 +EST,2040,3,5200,5500 +EST,2040,4,5200,5500 +EST,2040,5,5200,5500 +EST,2040,6,5200,5500 +EST,2040,7,5300,5600 +EST,2040,8,5300,5600 +EST,2040,9,5400,5700 +EST,2040,10,5500,5800 +EST,2040,11,5600,5900 +EST,2040,12,5700,6000 +EST,2040,13,5800,6100 +EST,2040,14,5900,6200 +EST,2040,15,6000,6400 +EST,2040,16,6100,6500 +EST,2040,17,6200,6600 +EST,2040,18,6300,6700 +EST,2041,0,5500,5800 +EST,2041,1,5400,5700 +EST,2041,2,5300,5700 +EST,2041,3,5300,5600 +EST,2041,4,5200,5500 +EST,2041,5,5200,5500 +EST,2041,6,5200,5500 +EST,2041,7,5200,5500 +EST,2041,8,5300,5600 +EST,2041,9,5300,5600 +EST,2041,10,5400,5700 +EST,2041,11,5500,5800 +EST,2041,12,5500,5900 +EST,2041,13,5600,6000 +EST,2041,14,5800,6100 +EST,2041,15,5900,6200 +EST,2041,16,6000,6300 +EST,2041,17,6100,6500 +EST,2041,18,6200,6600 +EST,2042,0,5500,5800 +EST,2042,1,5400,5700 +EST,2042,2,5400,5700 +EST,2042,3,5300,5600 +EST,2042,4,5300,5600 +EST,2042,5,5200,5500 +EST,2042,6,5200,5500 +EST,2042,7,5200,5500 +EST,2042,8,5200,5500 +EST,2042,9,5300,5600 +EST,2042,10,5300,5600 +EST,2042,11,5400,5700 +EST,2042,12,5500,5800 +EST,2042,13,5500,5900 +EST,2042,14,5600,6000 +EST,2042,15,5700,6100 +EST,2042,16,5900,6200 +EST,2042,17,6000,6300 +EST,2042,18,6100,6400 +EST,2043,0,5500,5900 +EST,2043,1,5400,5800 +EST,2043,2,5400,5700 +EST,2043,3,5400,5700 +EST,2043,4,5300,5600 +EST,2043,5,5300,5600 +EST,2043,6,5200,5600 +EST,2043,7,5200,5500 +EST,2043,8,5200,5500 +EST,2043,9,5200,5500 +EST,2043,10,5300,5600 +EST,2043,11,5300,5600 +EST,2043,12,5400,5700 +EST,2043,13,5400,5800 +EST,2043,14,5500,5900 +EST,2043,15,5600,6000 +EST,2043,16,5700,6100 +EST,2043,17,5800,6200 +EST,2043,18,5900,6300 +EST,2044,0,5500,5900 +EST,2044,1,5500,5800 +EST,2044,2,5400,5700 +EST,2044,3,5400,5700 +EST,2044,4,5400,5700 +EST,2044,5,5300,5600 +EST,2044,6,5300,5600 +EST,2044,7,5200,5600 +EST,2044,8,5200,5500 +EST,2044,9,5200,5500 +EST,2044,10,5200,5500 +EST,2044,11,5200,5600 +EST,2044,12,5300,5600 +EST,2044,13,5400,5700 +EST,2044,14,5400,5800 +EST,2044,15,5500,5900 +EST,2044,16,5600,6000 +EST,2044,17,5700,6100 +EST,2044,18,5800,6200 +EST,2045,0,5500,5900 +EST,2045,1,5500,5800 +EST,2045,2,5400,5800 +EST,2045,3,5400,5700 +EST,2045,4,5400,5700 +EST,2045,5,5300,5700 +EST,2045,6,5300,5600 +EST,2045,7,5300,5600 +EST,2045,8,5200,5600 +EST,2045,9,5200,5500 +EST,2045,10,5200,5500 +EST,2045,11,5200,5500 +EST,2045,12,5200,5600 +EST,2045,13,5300,5600 +EST,2045,14,5400,5700 +EST,2045,15,5400,5800 +EST,2045,16,5500,5800 +EST,2045,17,5600,5900 +EST,2045,18,5700,6000 +EST,2046,0,5500,5800 +EST,2046,1,5500,5800 +EST,2046,2,5500,5800 +EST,2046,3,5400,5800 +EST,2046,4,5400,5700 +EST,2046,5,5400,5700 +EST,2046,6,5300,5700 +EST,2046,7,5300,5600 +EST,2046,8,5300,5600 +EST,2046,9,5200,5600 +EST,2046,10,5200,5500 +EST,2046,11,5200,5500 +EST,2046,12,5200,5500 +EST,2046,13,5200,5500 +EST,2046,14,5300,5600 +EST,2046,15,5300,5700 +EST,2046,16,5400,5700 +EST,2046,17,5500,5800 +EST,2046,18,5600,5900 +EST,2047,0,5500,5800 +EST,2047,1,5500,5800 +EST,2047,2,5500,5800 +EST,2047,3,5500,5800 +EST,2047,4,5400,5800 +EST,2047,5,5400,5700 +EST,2047,6,5400,5700 +EST,2047,7,5300,5700 +EST,2047,8,5300,5600 +EST,2047,9,5300,5600 +EST,2047,10,5200,5600 +EST,2047,11,5200,5500 +EST,2047,12,5200,5500 +EST,2047,13,5200,5500 +EST,2047,14,5200,5500 +EST,2047,15,5300,5600 +EST,2047,16,5300,5700 +EST,2047,17,5400,5700 +EST,2047,18,5500,5800 +EST,2048,0,5400,5800 +EST,2048,1,5500,5800 +EST,2048,2,5500,5800 +EST,2048,3,5500,5800 +EST,2048,4,5500,5800 +EST,2048,5,5400,5800 +EST,2048,6,5400,5700 +EST,2048,7,5400,5700 +EST,2048,8,5300,5700 +EST,2048,9,5300,5600 +EST,2048,10,5300,5600 +EST,2048,11,5200,5600 +EST,2048,12,5200,5500 +EST,2048,13,5200,5500 +EST,2048,14,5200,5500 +EST,2048,15,5200,5500 +EST,2048,16,5200,5600 +EST,2048,17,5300,5600 +EST,2048,18,5400,5700 +EST,2049,0,5400,5700 +EST,2049,1,5400,5800 +EST,2049,2,5500,5800 +EST,2049,3,5500,5800 +EST,2049,4,5500,5800 +EST,2049,5,5500,5800 +EST,2049,6,5400,5800 +EST,2049,7,5400,5700 +EST,2049,8,5400,5700 +EST,2049,9,5300,5700 +EST,2049,10,5300,5600 +EST,2049,11,5300,5600 +EST,2049,12,5200,5600 +EST,2049,13,5200,5500 +EST,2049,14,5200,5500 +EST,2049,15,5200,5500 +EST,2049,16,5200,5500 +EST,2049,17,5200,5600 +EST,2049,18,5300,5600 +EST,2050,0,5300,5700 +EST,2050,1,5400,5700 +EST,2050,2,5400,5800 +EST,2050,3,5500,5800 +EST,2050,4,5500,5800 +EST,2050,5,5500,5800 +EST,2050,6,5500,5800 +EST,2050,7,5400,5800 +EST,2050,8,5400,5700 +EST,2050,9,5400,5700 +EST,2050,10,5300,5700 +EST,2050,11,5300,5600 +EST,2050,12,5300,5600 +EST,2050,13,5200,5500 +EST,2050,14,5200,5500 +EST,2050,15,5200,5500 +EST,2050,16,5200,5500 +EST,2050,17,5200,5500 +EST,2050,18,5200,5500 +ETH,1990,0,988266,1003589 +ETH,1990,1,939130,956256 +ETH,1990,2,893753,911587 +ETH,1990,3,851866,869485 +ETH,1990,4,813199,829857 +ETH,1990,5,777480,792606 +ETH,1990,6,744441,757639 +ETH,1990,7,713809,724860 +ETH,1990,8,685315,694174 +ETH,1990,9,658689,665486 +ETH,1990,10,633980,638368 +ETH,1990,11,611240,612391 +ETH,1990,12,588594,589128 +ETH,1990,13,565130,569150 +ETH,1990,14,541540,551362 +ETH,1990,15,519300,534467 +ETH,1990,16,497961,519168 +ETH,1990,17,478145,501380 +ETH,1990,18,460257,479079 +ETH,1991,0,1016982,1032414 +ETH,1991,1,972571,989232 +ETH,1991,2,926894,944846 +ETH,1991,3,884819,903176 +ETH,1991,4,846003,864012 +ETH,1991,5,810103,827144 +ETH,1991,6,776996,792640 +ETH,1991,7,746559,760570 +ETH,1991,8,717345,729331 +ETH,1991,9,688566,698159 +ETH,1991,10,660543,667676 +ETH,1991,11,634418,638811 +ETH,1991,12,610007,610821 +ETH,1991,13,586171,586159 +ETH,1991,14,562470,565956 +ETH,1991,15,539259,548684 +ETH,1991,16,517172,532050 +ETH,1991,17,495890,516952 +ETH,1991,18,476277,499303 +ETH,1992,0,1046486,1062873 +ETH,1992,1,994560,1013491 +ETH,1992,2,958580,976183 +ETH,1992,3,916280,934684 +ETH,1992,4,877431,895957 +ETH,1992,5,841616,859678 +ETH,1992,6,808418,825521 +ETH,1992,7,777861,793718 +ETH,1992,8,749973,764502 +ETH,1992,9,722123,734762 +ETH,1992,10,693009,703062 +ETH,1992,11,663542,670745 +ETH,1992,12,635957,640096 +ETH,1992,13,609835,610057 +ETH,1992,14,584770,583962 +ETH,1992,15,560790,563508 +ETH,1992,16,537916,546729 +ETH,1992,17,515944,530334 +ETH,1992,18,494682,515418 +ETH,1993,0,1077268,1095367 +ETH,1993,1,1024051,1043790 +ETH,1993,2,976179,996786 +ETH,1993,3,945326,963608 +ETH,1993,4,906375,924979 +ETH,1993,5,870726,889180 +ETH,1993,6,837888,855772 +ETH,1993,7,807369,824313 +ETH,1993,8,779344,795199 +ETH,1993,9,753985,768825 +ETH,1993,10,727480,740572 +ETH,1993,11,698008,708327 +ETH,1993,12,667071,674158 +ETH,1993,13,638002,641706 +ETH,1993,14,610146,609599 +ETH,1993,15,583829,582057 +ETH,1993,16,559552,561341 +ETH,1993,17,536998,545048 +ETH,1993,18,515122,528883 +ETH,1994,0,1109901,1130275 +ETH,1994,1,1055128,1075901 +ETH,1994,2,1006196,1027067 +ETH,1994,3,962503,983197 +ETH,1994,4,931541,950431 +ETH,1994,5,895965,914699 +ETH,1994,6,863541,881855 +ETH,1994,7,833703,851342 +ETH,1994,8,805885,822603 +ETH,1994,9,780411,796199 +ETH,1994,10,757600,772688 +ETH,1994,11,732456,745941 +ETH,1994,12,702641,713170 +ETH,1994,13,670248,677166 +ETH,1994,14,639708,642929 +ETH,1994,15,610129,608770 +ETH,1994,16,582573,579796 +ETH,1994,17,558010,558830 +ETH,1994,18,535789,543034 +ETH,1995,0,1144418,1167409 +ETH,1995,1,1087720,1109872 +ETH,1995,2,1037208,1058625 +ETH,1995,3,992243,1013000 +ETH,1995,4,952189,972325 +ETH,1995,5,916407,935930 +ETH,1995,6,884258,903144 +ETH,1995,7,855105,873298 +ETH,1995,8,828309,845721 +ETH,1995,9,803233,819742 +ETH,1995,10,780345,796083 +ETH,1995,11,760115,775466 +ETH,1995,12,736369,750260 +ETH,1995,13,706253,717010 +ETH,1995,14,672453,679223 +ETH,1995,15,640486,643249 +ETH,1995,16,609227,607089 +ETH,1995,17,580471,576725 +ETH,1995,18,555660,555538 +ETH,1996,0,1185801,1212173 +ETH,1996,1,1130703,1153074 +ETH,1996,2,1076937,1098301 +ETH,1996,3,1028766,1049295 +ETH,1996,4,985625,1005441 +ETH,1996,5,946946,966126 +ETH,1996,6,912107,930713 +ETH,1996,7,880487,898568 +ETH,1996,8,851785,869177 +ETH,1996,9,825541,841966 +ETH,1996,10,801026,816258 +ETH,1996,11,778465,792677 +ETH,1996,12,758400,771964 +ETH,1996,13,734707,746718 +ETH,1996,14,704541,713591 +ETH,1996,15,670615,676018 +ETH,1996,16,638457,640179 +ETH,1996,17,606925,604109 +ETH,1996,18,578004,573821 +ETH,1997,0,1228999,1259112 +ETH,1997,1,1166082,1192676 +ETH,1997,2,1115575,1137207 +ETH,1997,3,1064810,1085273 +ETH,1997,4,1019044,1038575 +ETH,1997,5,977782,996554 +ETH,1997,6,940527,958651 +ETH,1997,7,906675,924268 +ETH,1997,8,875623,892806 +ETH,1997,9,847409,863910 +ETH,1997,10,821749,837100 +ETH,1997,11,797827,811699 +ETH,1997,12,775620,788227 +ETH,1997,13,755747,767444 +ETH,1997,14,732136,742192 +ETH,1997,15,701956,709230 +ETH,1997,16,667947,671923 +ETH,1997,17,635638,636265 +ETH,1997,18,603870,600333 +ETH,1998,0,1270768,1304503 +ETH,1998,1,1205311,1234308 +ETH,1998,2,1146323,1171541 +ETH,1998,3,1099630,1120521 +ETH,1998,4,1051901,1071463 +ETH,1998,5,1008573,1027105 +ETH,1998,6,969219,986945 +ETH,1998,7,933414,950481 +ETH,1998,8,900574,917152 +ETH,1998,9,870114,886397 +ETH,1998,10,842408,858015 +ETH,1998,11,817351,831627 +ETH,1998,12,794039,806551 +ETH,1998,13,772203,783203 +ETH,1998,14,752535,762367 +ETH,1998,15,729025,737126 +ETH,1998,16,698852,704355 +ETH,1998,17,664785,667339 +ETH,1998,18,632349,631889 +ETH,1999,0,1307085,1343649 +ETH,1999,1,1241589,1272717 +ETH,1999,2,1181940,1208674 +ETH,1999,3,1127709,1150969 +ETH,1999,4,1083834,1104067 +ETH,1999,5,1039133,1057872 +ETH,1999,6,998233,1015842 +ETH,1999,7,960780,977533 +ETH,1999,8,926421,942500 +ETH,1999,9,894587,910217 +ETH,1999,10,864714,880161 +ETH,1999,11,837512,852289 +ETH,1999,12,813055,826317 +ETH,1999,13,790349,801560 +ETH,1999,14,768881,778333 +ETH,1999,15,749416,757439 +ETH,1999,16,726002,732205 +ETH,1999,17,695835,699618 +ETH,1999,18,661705,662886 +ETH,2000,0,1335169,1373284 +ETH,2000,1,1273205,1305923 +ETH,2000,2,1215858,1244137 +ETH,2000,3,1162847,1187539 +ETH,2000,4,1113887,1135741 +ETH,2000,5,1068698,1088353 +ETH,2000,6,1026996,1044988 +ETH,2000,7,988499,1005257 +ETH,2000,8,952923,968773 +ETH,2000,9,919987,935146 +ETH,2000,10,889141,903889 +ETH,2000,11,859836,874511 +ETH,2000,12,833121,847130 +ETH,2000,13,809249,821556 +ETH,2000,14,787135,797102 +ETH,2000,15,766022,773981 +ETH,2000,16,746748,753015 +ETH,2000,17,723417,727772 +ETH,2000,18,693237,695346 +ETH,2001,0,1350614,1388152 +ETH,2001,1,1318473,1355121 +ETH,2001,2,1262088,1294080 +ETH,2001,3,1208827,1236852 +ETH,2001,4,1158583,1183267 +ETH,2001,5,1111249,1133154 +ETH,2001,6,1066674,1086250 +ETH,2001,7,1024706,1042295 +ETH,2001,8,985462,1001571 +ETH,2001,9,948926,964087 +ETH,2001,10,914857,929400 +ETH,2001,11,882469,896588 +ETH,2001,12,851248,865271 +ETH,2001,13,823127,836322 +ETH,2001,14,798771,809899 +ETH,2001,15,776804,785114 +ETH,2001,16,755713,761576 +ETH,2001,17,736434,740154 +ETH,2001,18,713378,714945 +ETH,2002,0,1359336,1395176 +ETH,2002,1,1316455,1349708 +ETH,2002,2,1303754,1339274 +ETH,2002,3,1252855,1284437 +ETH,2002,4,1203593,1231662 +ETH,2002,5,1156037,1180993 +ETH,2002,6,1110256,1132478 +ETH,2002,7,1066228,1085979 +ETH,2002,8,1023932,1041362 +ETH,2002,9,983885,999577 +ETH,2002,10,946337,961032 +ETH,2002,11,911086,925229 +ETH,2002,12,877112,890811 +ETH,2002,13,843934,857504 +ETH,2002,14,814368,826943 +ETH,2002,15,789493,799628 +ETH,2002,16,767639,774471 +ETH,2002,17,746539,750478 +ETH,2002,18,727227,728565 +ETH,2003,0,1363557,1397239 +ETH,2003,1,1333271,1366429 +ETH,2003,2,1300409,1332676 +ETH,2003,3,1290097,1324603 +ETH,2003,4,1244644,1275925 +ETH,2003,5,1199342,1227557 +ETH,2003,6,1154436,1179762 +ETH,2003,7,1110170,1132802 +ETH,2003,8,1066653,1086667 +ETH,2003,9,1023995,1041348 +ETH,2003,10,983113,998465 +ETH,2003,11,944521,958825 +ETH,2003,12,908060,921874 +ETH,2003,13,872471,885818 +ETH,2003,14,837307,850491 +ETH,2003,15,806271,818290 +ETH,2003,16,780857,790059 +ETH,2003,17,759098,764507 +ETH,2003,18,737973,740038 +ETH,2004,0,1366900,1398997 +ETH,2004,1,1347767,1380909 +ETH,2004,2,1323938,1357367 +ETH,2004,3,1295956,1328999 +ETH,2004,4,1276611,1310002 +ETH,2004,5,1236604,1267488 +ETH,2004,6,1195261,1223531 +ETH,2004,7,1153002,1178610 +ETH,2004,8,1110247,1133204 +ETH,2004,9,1067236,1087430 +ETH,2004,10,1024208,1041405 +ETH,2004,11,982483,997420 +ETH,2004,12,942841,956680 +ETH,2004,13,905162,918577 +ETH,2004,14,867952,880878 +ETH,2004,15,830794,843526 +ETH,2004,16,798282,809681 +ETH,2004,17,772325,780529 +ETH,2004,18,750658,754581 +ETH,2005,0,1372570,1404494 +ETH,2005,1,1361080,1394602 +ETH,2005,2,1343787,1378029 +ETH,2005,3,1321285,1355471 +ETH,2005,4,1294171,1327624 +ETH,2005,5,1263040,1295185 +ETH,2005,6,1228489,1258851 +ETH,2005,7,1191112,1219317 +ETH,2005,8,1151506,1177281 +ETH,2005,9,1110266,1133439 +ETH,2005,10,1067763,1088033 +ETH,2005,11,1024367,1041307 +ETH,2005,12,981801,996225 +ETH,2005,13,941110,954390 +ETH,2005,14,902214,915138 +ETH,2005,15,863381,875800 +ETH,2005,16,824229,836427 +ETH,2005,17,790240,800939 +ETH,2005,18,763740,770871 +ETH,2006,0,1379209,1412837 +ETH,2006,1,1366628,1397797 +ETH,2006,2,1353570,1385794 +ETH,2006,3,1335702,1368400 +ETH,2006,4,1313427,1346069 +ETH,2006,5,1287148,1319254 +ETH,2006,6,1257458,1288619 +ETH,2006,7,1224954,1254830 +ETH,2006,8,1189070,1217285 +ETH,2006,9,1149822,1176015 +ETH,2006,10,1108191,1132108 +ETH,2006,11,1065602,1086993 +ETH,2006,12,1022318,1040835 +ETH,2006,13,979433,995533 +ETH,2006,14,937817,952331 +ETH,2006,15,897652,911026 +ETH,2006,16,857564,869703 +ETH,2006,17,817008,828184 +ETH,2006,18,782281,791348 +ETH,2007,0,1388590,1425260 +ETH,2007,1,1380785,1416607 +ETH,2007,2,1361049,1391270 +ETH,2007,3,1346420,1377158 +ETH,2007,4,1327975,1358942 +ETH,2007,5,1305921,1336835 +ETH,2007,6,1280467,1311047 +ETH,2007,7,1252209,1282211 +ETH,2007,8,1221742,1250959 +ETH,2007,9,1187340,1215395 +ETH,2007,10,1148439,1174886 +ETH,2007,11,1106406,1130909 +ETH,2007,12,1063720,1086079 +ETH,2007,13,1020537,1040482 +ETH,2007,14,977322,994956 +ETH,2007,15,934773,950385 +ETH,2007,16,893330,907024 +ETH,2007,17,851978,863715 +ETH,2007,18,810008,820048 +ETH,2008,0,1402012,1442597 +ETH,2008,1,1391439,1428944 +ETH,2008,2,1377940,1412848 +ETH,2008,3,1356015,1385340 +ETH,2008,4,1339811,1369114 +ETH,2008,5,1320780,1350071 +ETH,2008,6,1298938,1328178 +ETH,2008,7,1274301,1303405 +ETH,2008,8,1247462,1276353 +ETH,2008,9,1219018,1247623 +ETH,2008,10,1186084,1214024 +ETH,2008,11,1147513,1174258 +ETH,2008,12,1105063,1130192 +ETH,2008,13,1062262,1085627 +ETH,2008,14,1019163,1040572 +ETH,2008,15,975602,994802 +ETH,2008,16,932102,948843 +ETH,2008,17,889366,903412 +ETH,2008,18,846734,858099 +ETH,2009,0,1420741,1465354 +ETH,2009,1,1405567,1445119 +ETH,2009,2,1389479,1424994 +ETH,2009,3,1372325,1404712 +ETH,2009,4,1351704,1380452 +ETH,2009,5,1333915,1362101 +ETH,2009,6,1314289,1342214 +ETH,2009,7,1292647,1320520 +ETH,2009,8,1268813,1296743 +ETH,2009,9,1243380,1271455 +ETH,2009,10,1216945,1245227 +ETH,2009,11,1185460,1213566 +ETH,2009,12,1147201,1174513 +ETH,2009,13,1104310,1130326 +ETH,2009,14,1061372,1085993 +ETH,2009,15,1018333,1041445 +ETH,2009,16,974402,995398 +ETH,2009,17,929928,948017 +ETH,2009,18,885875,900479 +ETH,2010,0,1445259,1493354 +ETH,2010,1,1424531,1466373 +ETH,2010,2,1404815,1441722 +ETH,2010,3,1385740,1418885 +ETH,2010,4,1366934,1397344 +ETH,2010,5,1348025,1376585 +ETH,2010,6,1328640,1356090 +ETH,2010,7,1308409,1335345 +ETH,2010,8,1286958,1313832 +ETH,2010,9,1263916,1291036 +ETH,2010,10,1239879,1267497 +ETH,2010,11,1215443,1243754 +ETH,2010,12,1185395,1214013 +ETH,2010,13,1147429,1175645 +ETH,2010,14,1104076,1131302 +ETH,2010,15,1060981,1087170 +ETH,2010,16,1017983,1043097 +ETH,2010,17,973660,996737 +ETH,2010,18,928190,947895 +ETH,2011,0,1474031,1523422 +ETH,2011,1,1440354,1485771 +ETH,2011,2,1419073,1458989 +ETH,2011,3,1399216,1434719 +ETH,2011,4,1380334,1412403 +ETH,2011,5,1361976,1391486 +ETH,2011,6,1343780,1371457 +ETH,2011,7,1325382,1351809 +ETH,2011,8,1305899,1331743 +ETH,2011,9,1284709,1310608 +ETH,2011,10,1261621,1287990 +ETH,2011,11,1237663,1264672 +ETH,2011,12,1213340,1241147 +ETH,2011,13,1183422,1211603 +ETH,2011,14,1145633,1173428 +ETH,2011,15,1102480,1129267 +ETH,2011,16,1059548,1085281 +ETH,2011,17,1016689,1041321 +ETH,2011,18,972474,995071 +ETH,2012,0,1508377,1558571 +ETH,2012,1,1473478,1517796 +ETH,2012,2,1435626,1478814 +ETH,2012,3,1413791,1452218 +ETH,2012,4,1393791,1428318 +ETH,2012,5,1375098,1406515 +ETH,2012,6,1357186,1386211 +ETH,2012,7,1339700,1366905 +ETH,2012,8,1322285,1348094 +ETH,2012,9,1303549,1328700 +ETH,2012,10,1282616,1307933 +ETH,2012,11,1259480,1285483 +ETH,2012,12,1235598,1262376 +ETH,2012,13,1211385,1239060 +ETH,2012,14,1181592,1209701 +ETH,2012,15,1143977,1171702 +ETH,2012,16,1101018,1127704 +ETH,2012,17,1058245,1083845 +ETH,2012,18,1015520,1039981 +ETH,2013,0,1545495,1596090 +ETH,2013,1,1503254,1549030 +ETH,2013,2,1466989,1508607 +ETH,2013,3,1431142,1472328 +ETH,2013,4,1408748,1445911 +ETH,2013,5,1388601,1422373 +ETH,2013,6,1370096,1401075 +ETH,2013,7,1352626,1381379 +ETH,2013,8,1335847,1362788 +ETH,2013,9,1319413,1344808 +ETH,2013,10,1301420,1326079 +ETH,2013,11,1280742,1305674 +ETH,2013,12,1257553,1283386 +ETH,2013,13,1233742,1260482 +ETH,2013,14,1209636,1237366 +ETH,2013,15,1179964,1208183 +ETH,2013,16,1142515,1170350 +ETH,2013,17,1099743,1126501 +ETH,2013,18,1057121,1082755 +ETH,2014,0,1581457,1632259 +ETH,2014,1,1533719,1580812 +ETH,2014,2,1492787,1536441 +ETH,2014,3,1457846,1498333 +ETH,2014,4,1426953,1466104 +ETH,2014,5,1403997,1439860 +ETH,2014,6,1383700,1416680 +ETH,2014,7,1365377,1395884 +ETH,2014,8,1348346,1376792 +ETH,2014,9,1332271,1358915 +ETH,2014,10,1316814,1341763 +ETH,2014,11,1299560,1323696 +ETH,2014,12,1279132,1303649 +ETH,2014,13,1255887,1281518 +ETH,2014,14,1232142,1258813 +ETH,2014,15,1208137,1235895 +ETH,2014,16,1178579,1206882 +ETH,2014,17,1141289,1169206 +ETH,2014,18,1098696,1125499 +ETH,2015,0,1613290,1664294 +ETH,2015,1,1562993,1611140 +ETH,2015,2,1519574,1564847 +ETH,2015,3,1482271,1524692 +ETH,2015,4,1450323,1489954 +ETH,2015,5,1422969,1459910 +ETH,2015,6,1399446,1433839 +ETH,2015,7,1378994,1411017 +ETH,2015,8,1360852,1390724 +ETH,2015,9,1344258,1372235 +ETH,2015,10,1328885,1355071 +ETH,2015,11,1314404,1338747 +ETH,2015,12,1297887,1321342 +ETH,2015,13,1277706,1301654 +ETH,2015,14,1254400,1279679 +ETH,2015,15,1230719,1257174 +ETH,2015,16,1206811,1234452 +ETH,2015,17,1177364,1205609 +ETH,2015,18,1140227,1168090 +ETH,2016,0,1638483,1690117 +ETH,2016,1,1603061,1652752 +ETH,2016,2,1556769,1603726 +ETH,2016,3,1516039,1560253 +ETH,2016,4,1480319,1521815 +ETH,2016,5,1449056,1487895 +ETH,2016,6,1421500,1457780 +ETH,2016,7,1396898,1430757 +ETH,2016,8,1375691,1407284 +ETH,2016,9,1357723,1387232 +ETH,2016,10,1341846,1369498 +ETH,2016,11,1326741,1352636 +ETH,2016,12,1312280,1336368 +ETH,2016,13,1295788,1318975 +ETH,2016,14,1275666,1299264 +ETH,2016,15,1252436,1277243 +ETH,2016,16,1228802,1254665 +ETH,2016,17,1204922,1231843 +ETH,2016,18,1175495,1202938 +ETH,2017,0,1659537,1711794 +ETH,2017,1,1614453,1664654 +ETH,2017,2,1593466,1641715 +ETH,2017,3,1551158,1596802 +ETH,2017,4,1513101,1556136 +ETH,2017,5,1478949,1519403 +ETH,2017,6,1448359,1486291 +ETH,2017,7,1420590,1456095 +ETH,2017,8,1394899,1428113 +ETH,2017,9,1372929,1403980 +ETH,2017,10,1355129,1384163 +ETH,2017,11,1339963,1367179 +ETH,2017,12,1325120,1350615 +ETH,2017,13,1310672,1334397 +ETH,2017,14,1294198,1317010 +ETH,2017,15,1274128,1297271 +ETH,2017,16,1250965,1275197 +ETH,2017,17,1227368,1252539 +ETH,2017,18,1203506,1229610 +ETH,2018,0,1677518,1730378 +ETH,2018,1,1638535,1689437 +ETH,2018,2,1601899,1650644 +ETH,2018,3,1584120,1630805 +ETH,2018,4,1545791,1590003 +ETH,2018,5,1510401,1552141 +ETH,2018,6,1477813,1517111 +ETH,2018,7,1447891,1484804 +ETH,2018,8,1419904,1454526 +ETH,2018,9,1393121,1425581 +ETH,2018,10,1370384,1400787 +ETH,2018,11,1352748,1381204 +ETH,2018,12,1338291,1364968 +ETH,2018,13,1323708,1348700 +ETH,2018,14,1309271,1332531 +ETH,2018,15,1292813,1315150 +ETH,2018,16,1272791,1295381 +ETH,2018,17,1249691,1273251 +ETH,2018,18,1226129,1250513 +ETH,2019,0,1694000,1748000 +ETH,2019,1,1662000,1713000 +ETH,2019,2,1629000,1679000 +ETH,2019,3,1597000,1645000 +ETH,2019,4,1575000,1620000 +ETH,2019,5,1540000,1583000 +ETH,2019,6,1508000,1548000 +ETH,2019,7,1477000,1515000 +ETH,2019,8,1447000,1483000 +ETH,2019,9,1419000,1453000 +ETH,2019,10,1391000,1423000 +ETH,2019,11,1368000,1397000 +ETH,2019,12,1350000,1378000 +ETH,2019,13,1337000,1363000 +ETH,2019,14,1322000,1347000 +ETH,2019,15,1308000,1330000 +ETH,2019,16,1291000,1313000 +ETH,2019,17,1271000,1293000 +ETH,2019,18,1248000,1271000 +ETH,2020,0,1712000,1766000 +ETH,2020,1,1684000,1736000 +ETH,2020,2,1655000,1705000 +ETH,2020,3,1625000,1673000 +ETH,2020,4,1595000,1641000 +ETH,2020,5,1565000,1608000 +ETH,2020,6,1535000,1576000 +ETH,2020,7,1505000,1543000 +ETH,2020,8,1475000,1512000 +ETH,2020,9,1446000,1481000 +ETH,2020,10,1418000,1451000 +ETH,2020,11,1389000,1420000 +ETH,2020,12,1365000,1394000 +ETH,2020,13,1348000,1375000 +ETH,2020,14,1335000,1360000 +ETH,2020,15,1320000,1344000 +ETH,2020,16,1306000,1328000 +ETH,2020,17,1290000,1311000 +ETH,2020,18,1270000,1291000 +ETH,2021,0,1730000,1785000 +ETH,2021,1,1707000,1760000 +ETH,2021,2,1680000,1731000 +ETH,2021,3,1652000,1700000 +ETH,2021,4,1622000,1669000 +ETH,2021,5,1593000,1637000 +ETH,2021,6,1563000,1605000 +ETH,2021,7,1533000,1573000 +ETH,2021,8,1503000,1541000 +ETH,2021,9,1474000,1510000 +ETH,2021,10,1445000,1479000 +ETH,2021,11,1417000,1449000 +ETH,2021,12,1388000,1418000 +ETH,2021,13,1363000,1392000 +ETH,2021,14,1346000,1372000 +ETH,2021,15,1333000,1357000 +ETH,2021,16,1319000,1341000 +ETH,2021,17,1304000,1325000 +ETH,2021,18,1288000,1308000 +ETH,2022,0,1749000,1804000 +ETH,2022,1,1727000,1780000 +ETH,2022,2,1703000,1754000 +ETH,2022,3,1676000,1725000 +ETH,2022,4,1648000,1695000 +ETH,2022,5,1619000,1665000 +ETH,2022,6,1590000,1633000 +ETH,2022,7,1560000,1602000 +ETH,2022,8,1531000,1570000 +ETH,2022,9,1501000,1539000 +ETH,2022,10,1472000,1508000 +ETH,2022,11,1443000,1477000 +ETH,2022,12,1415000,1446000 +ETH,2022,13,1386000,1415000 +ETH,2022,14,1362000,1389000 +ETH,2022,15,1344000,1370000 +ETH,2022,16,1331000,1355000 +ETH,2022,17,1317000,1339000 +ETH,2022,18,1303000,1322000 +ETH,2023,0,1767000,1823000 +ETH,2023,1,1746000,1800000 +ETH,2023,2,1723000,1775000 +ETH,2023,3,1699000,1748000 +ETH,2023,4,1672000,1720000 +ETH,2023,5,1645000,1690000 +ETH,2023,6,1616000,1660000 +ETH,2023,7,1587000,1629000 +ETH,2023,8,1558000,1598000 +ETH,2023,9,1529000,1568000 +ETH,2023,10,1500000,1537000 +ETH,2023,11,1470000,1505000 +ETH,2023,12,1442000,1475000 +ETH,2023,13,1413000,1444000 +ETH,2023,14,1384000,1413000 +ETH,2023,15,1360000,1387000 +ETH,2023,16,1343000,1367000 +ETH,2023,17,1329000,1352000 +ETH,2023,18,1315000,1336000 +ETH,2024,0,1783000,1840000 +ETH,2024,1,1764000,1818000 +ETH,2024,2,1742000,1794000 +ETH,2024,3,1719000,1769000 +ETH,2024,4,1695000,1742000 +ETH,2024,5,1668000,1714000 +ETH,2024,6,1641000,1685000 +ETH,2024,7,1613000,1656000 +ETH,2024,8,1584000,1625000 +ETH,2024,9,1555000,1595000 +ETH,2024,10,1527000,1565000 +ETH,2024,11,1498000,1534000 +ETH,2024,12,1469000,1503000 +ETH,2024,13,1440000,1472000 +ETH,2024,14,1412000,1442000 +ETH,2024,15,1383000,1411000 +ETH,2024,16,1358000,1384000 +ETH,2024,17,1341000,1364000 +ETH,2024,18,1328000,1349000 +ETH,2025,0,1798000,1855000 +ETH,2025,1,1780000,1835000 +ETH,2025,2,1760000,1813000 +ETH,2025,3,1738000,1789000 +ETH,2025,4,1715000,1763000 +ETH,2025,5,1690000,1737000 +ETH,2025,6,1664000,1709000 +ETH,2025,7,1637000,1680000 +ETH,2025,8,1610000,1651000 +ETH,2025,9,1581000,1622000 +ETH,2025,10,1553000,1592000 +ETH,2025,11,1525000,1562000 +ETH,2025,12,1496000,1532000 +ETH,2025,13,1467000,1501000 +ETH,2025,14,1438000,1470000 +ETH,2025,15,1410000,1439000 +ETH,2025,16,1381000,1408000 +ETH,2025,17,1356000,1382000 +ETH,2025,18,1339000,1362000 +ETH,2026,0,1810000,1868000 +ETH,2026,1,1795000,1850000 +ETH,2026,2,1777000,1830000 +ETH,2026,3,1757000,1808000 +ETH,2026,4,1736000,1785000 +ETH,2026,5,1713000,1760000 +ETH,2026,6,1688000,1734000 +ETH,2026,7,1663000,1706000 +ETH,2026,8,1636000,1678000 +ETH,2026,9,1608000,1649000 +ETH,2026,10,1580000,1619000 +ETH,2026,11,1552000,1589000 +ETH,2026,12,1523000,1560000 +ETH,2026,13,1494000,1529000 +ETH,2026,14,1466000,1498000 +ETH,2026,15,1437000,1467000 +ETH,2026,16,1408000,1437000 +ETH,2026,17,1379000,1405000 +ETH,2026,18,1355000,1379000 +ETH,2027,0,1820000,1878000 +ETH,2027,1,1806000,1862000 +ETH,2027,2,1791000,1845000 +ETH,2027,3,1774000,1825000 +ETH,2027,4,1754000,1804000 +ETH,2027,5,1733000,1781000 +ETH,2027,6,1710000,1756000 +ETH,2027,7,1686000,1731000 +ETH,2027,8,1661000,1704000 +ETH,2027,9,1635000,1676000 +ETH,2027,10,1607000,1647000 +ETH,2027,11,1579000,1617000 +ETH,2027,12,1550000,1587000 +ETH,2027,13,1522000,1557000 +ETH,2027,14,1493000,1527000 +ETH,2027,15,1464000,1496000 +ETH,2027,16,1435000,1465000 +ETH,2027,17,1407000,1434000 +ETH,2027,18,1378000,1402000 +ETH,2028,0,1828000,1887000 +ETH,2028,1,1817000,1873000 +ETH,2028,2,1803000,1857000 +ETH,2028,3,1788000,1841000 +ETH,2028,4,1771000,1821000 +ETH,2028,5,1751000,1800000 +ETH,2028,6,1730000,1777000 +ETH,2028,7,1708000,1753000 +ETH,2028,8,1684000,1728000 +ETH,2028,9,1659000,1701000 +ETH,2028,10,1633000,1674000 +ETH,2028,11,1606000,1645000 +ETH,2028,12,1577000,1615000 +ETH,2028,13,1549000,1585000 +ETH,2028,14,1520000,1555000 +ETH,2028,15,1492000,1525000 +ETH,2028,16,1463000,1494000 +ETH,2028,17,1434000,1462000 +ETH,2028,18,1405000,1431000 +ETH,2029,0,1836000,1895000 +ETH,2029,1,1826000,1882000 +ETH,2029,2,1814000,1868000 +ETH,2029,3,1800000,1852000 +ETH,2029,4,1785000,1836000 +ETH,2029,5,1768000,1816000 +ETH,2029,6,1748000,1795000 +ETH,2029,7,1728000,1773000 +ETH,2029,8,1705000,1749000 +ETH,2029,9,1682000,1725000 +ETH,2029,10,1658000,1699000 +ETH,2029,11,1632000,1672000 +ETH,2029,12,1604000,1643000 +ETH,2029,13,1576000,1613000 +ETH,2029,14,1547000,1583000 +ETH,2029,15,1519000,1553000 +ETH,2029,16,1490000,1523000 +ETH,2029,17,1461000,1491000 +ETH,2029,18,1432000,1460000 +ETH,2030,0,1843000,1902000 +ETH,2030,1,1835000,1891000 +ETH,2030,2,1824000,1879000 +ETH,2030,3,1812000,1864000 +ETH,2030,4,1798000,1848000 +ETH,2030,5,1782000,1831000 +ETH,2030,6,1764000,1811000 +ETH,2030,7,1745000,1791000 +ETH,2030,8,1725000,1769000 +ETH,2030,9,1703000,1746000 +ETH,2030,10,1680000,1722000 +ETH,2030,11,1656000,1696000 +ETH,2030,12,1630000,1670000 +ETH,2030,13,1603000,1641000 +ETH,2030,14,1574000,1611000 +ETH,2030,15,1546000,1581000 +ETH,2030,16,1517000,1551000 +ETH,2030,17,1488000,1520000 +ETH,2030,18,1459000,1489000 +ETH,2031,0,1850000,1910000 +ETH,2031,1,1841000,1899000 +ETH,2031,2,1832000,1888000 +ETH,2031,3,1822000,1875000 +ETH,2031,4,1810000,1861000 +ETH,2031,5,1796000,1845000 +ETH,2031,6,1780000,1828000 +ETH,2031,7,1763000,1809000 +ETH,2031,8,1744000,1789000 +ETH,2031,9,1724000,1767000 +ETH,2031,10,1702000,1744000 +ETH,2031,11,1679000,1720000 +ETH,2031,12,1655000,1694000 +ETH,2031,13,1629000,1668000 +ETH,2031,14,1602000,1639000 +ETH,2031,15,1573000,1609000 +ETH,2031,16,1544000,1578000 +ETH,2031,17,1516000,1548000 +ETH,2031,18,1487000,1517000 +ETH,2032,0,1858000,1917000 +ETH,2032,1,1850000,1907000 +ETH,2032,2,1839000,1895000 +ETH,2032,3,1830000,1884000 +ETH,2032,4,1819000,1871000 +ETH,2032,5,1807000,1857000 +ETH,2032,6,1793000,1842000 +ETH,2032,7,1778000,1825000 +ETH,2032,8,1762000,1807000 +ETH,2032,9,1743000,1787000 +ETH,2032,10,1723000,1766000 +ETH,2032,11,1701000,1742000 +ETH,2032,12,1677000,1718000 +ETH,2032,13,1653000,1692000 +ETH,2032,14,1628000,1665000 +ETH,2032,15,1600000,1637000 +ETH,2032,16,1572000,1606000 +ETH,2032,17,1543000,1576000 +ETH,2032,18,1514000,1545000 +ETH,2033,0,1865000,1925000 +ETH,2033,1,1857000,1914000 +ETH,2033,2,1848000,1903000 +ETH,2033,3,1837000,1891000 +ETH,2033,4,1828000,1880000 +ETH,2033,5,1817000,1867000 +ETH,2033,6,1805000,1853000 +ETH,2033,7,1791000,1838000 +ETH,2033,8,1776000,1822000 +ETH,2033,9,1760000,1805000 +ETH,2033,10,1742000,1785000 +ETH,2033,11,1722000,1764000 +ETH,2033,12,1699000,1740000 +ETH,2033,13,1676000,1716000 +ETH,2033,14,1652000,1690000 +ETH,2033,15,1626000,1663000 +ETH,2033,16,1599000,1634000 +ETH,2033,17,1570000,1604000 +ETH,2033,18,1542000,1573000 +ETH,2034,0,1871000,1931000 +ETH,2034,1,1863000,1921000 +ETH,2034,2,1855000,1910000 +ETH,2034,3,1845000,1899000 +ETH,2034,4,1835000,1887000 +ETH,2034,5,1825000,1876000 +ETH,2034,6,1814000,1863000 +ETH,2034,7,1802000,1849000 +ETH,2034,8,1789000,1835000 +ETH,2034,9,1774000,1819000 +ETH,2034,10,1758000,1802000 +ETH,2034,11,1741000,1783000 +ETH,2034,12,1720000,1762000 +ETH,2034,13,1698000,1738000 +ETH,2034,14,1675000,1714000 +ETH,2034,15,1651000,1688000 +ETH,2034,16,1625000,1661000 +ETH,2034,17,1597000,1632000 +ETH,2034,18,1569000,1601000 +ETH,2035,0,1877000,1938000 +ETH,2035,1,1869000,1927000 +ETH,2035,2,1861000,1916000 +ETH,2035,3,1852000,1906000 +ETH,2035,4,1843000,1895000 +ETH,2035,5,1833000,1883000 +ETH,2035,6,1823000,1871000 +ETH,2035,7,1811000,1859000 +ETH,2035,8,1799000,1846000 +ETH,2035,9,1786000,1831000 +ETH,2035,10,1772000,1816000 +ETH,2035,11,1757000,1800000 +ETH,2035,12,1739000,1781000 +ETH,2035,13,1719000,1760000 +ETH,2035,14,1697000,1736000 +ETH,2035,15,1673000,1711000 +ETH,2035,16,1649000,1686000 +ETH,2035,17,1623000,1659000 +ETH,2035,18,1596000,1629000 +ETH,2036,0,1884000,1944000 +ETH,2036,1,1875000,1934000 +ETH,2036,2,1867000,1924000 +ETH,2036,3,1859000,1913000 +ETH,2036,4,1850000,1903000 +ETH,2036,5,1841000,1892000 +ETH,2036,6,1832000,1881000 +ETH,2036,7,1821000,1870000 +ETH,2036,8,1810000,1857000 +ETH,2036,9,1798000,1844000 +ETH,2036,10,1785000,1830000 +ETH,2036,11,1771000,1814000 +ETH,2036,12,1756000,1798000 +ETH,2036,13,1738000,1780000 +ETH,2036,14,1718000,1758000 +ETH,2036,15,1695000,1734000 +ETH,2036,16,1672000,1709000 +ETH,2036,17,1648000,1683000 +ETH,2036,18,1622000,1656000 +ETH,2037,0,1890000,1951000 +ETH,2037,1,1881000,1939000 +ETH,2037,2,1873000,1930000 +ETH,2037,3,1865000,1920000 +ETH,2037,4,1857000,1910000 +ETH,2037,5,1848000,1900000 +ETH,2037,6,1840000,1890000 +ETH,2037,7,1830000,1879000 +ETH,2037,8,1820000,1868000 +ETH,2037,9,1809000,1856000 +ETH,2037,10,1797000,1842000 +ETH,2037,11,1784000,1828000 +ETH,2037,12,1770000,1812000 +ETH,2037,13,1755000,1796000 +ETH,2037,14,1737000,1778000 +ETH,2037,15,1717000,1756000 +ETH,2037,16,1694000,1732000 +ETH,2037,17,1671000,1706000 +ETH,2037,18,1646000,1681000 +ETH,2038,0,1895000,1957000 +ETH,2038,1,1886000,1945000 +ETH,2038,2,1878000,1935000 +ETH,2038,3,1871000,1926000 +ETH,2038,4,1863000,1916000 +ETH,2038,5,1855000,1907000 +ETH,2038,6,1847000,1897000 +ETH,2038,7,1838000,1887000 +ETH,2038,8,1829000,1877000 +ETH,2038,9,1819000,1866000 +ETH,2038,10,1808000,1854000 +ETH,2038,11,1796000,1840000 +ETH,2038,12,1783000,1826000 +ETH,2038,13,1769000,1811000 +ETH,2038,14,1753000,1794000 +ETH,2038,15,1736000,1775000 +ETH,2038,16,1716000,1754000 +ETH,2038,17,1693000,1729000 +ETH,2038,18,1669000,1704000 +ETH,2039,0,1902000,1963000 +ETH,2039,1,1892000,1952000 +ETH,2039,2,1884000,1941000 +ETH,2039,3,1876000,1931000 +ETH,2039,4,1868000,1922000 +ETH,2039,5,1861000,1913000 +ETH,2039,6,1853000,1903000 +ETH,2039,7,1845000,1894000 +ETH,2039,8,1836000,1884000 +ETH,2039,9,1827000,1874000 +ETH,2039,10,1818000,1863000 +ETH,2039,11,1807000,1852000 +ETH,2039,12,1795000,1839000 +ETH,2039,13,1782000,1824000 +ETH,2039,14,1767000,1809000 +ETH,2039,15,1752000,1792000 +ETH,2039,16,1735000,1773000 +ETH,2039,17,1714000,1751000 +ETH,2039,18,1691000,1727000 +ETH,2040,0,1908000,1970000 +ETH,2040,1,1899000,1958000 +ETH,2040,2,1890000,1947000 +ETH,2040,3,1881000,1937000 +ETH,2040,4,1873000,1927000 +ETH,2040,5,1866000,1918000 +ETH,2040,6,1858000,1909000 +ETH,2040,7,1851000,1900000 +ETH,2040,8,1843000,1891000 +ETH,2040,9,1835000,1881000 +ETH,2040,10,1826000,1872000 +ETH,2040,11,1816000,1861000 +ETH,2040,12,1806000,1850000 +ETH,2040,13,1794000,1837000 +ETH,2040,14,1780000,1822000 +ETH,2040,15,1766000,1806000 +ETH,2040,16,1751000,1790000 +ETH,2040,17,1733000,1771000 +ETH,2040,18,1713000,1749000 +ETH,2041,0,1917000,1979000 +ETH,2041,1,1906000,1967000 +ETH,2041,2,1897000,1955000 +ETH,2041,3,1888000,1944000 +ETH,2041,4,1880000,1935000 +ETH,2041,5,1873000,1925000 +ETH,2041,6,1865000,1916000 +ETH,2041,7,1858000,1907000 +ETH,2041,8,1850000,1898000 +ETH,2041,9,1842000,1889000 +ETH,2041,10,1834000,1880000 +ETH,2041,11,1825000,1870000 +ETH,2041,12,1815000,1860000 +ETH,2041,13,1805000,1848000 +ETH,2041,14,1793000,1835000 +ETH,2041,15,1779000,1820000 +ETH,2041,16,1765000,1804000 +ETH,2041,17,1750000,1787000 +ETH,2041,18,1732000,1768000 +ETH,2042,0,1925000,1988000 +ETH,2042,1,1914000,1974000 +ETH,2042,2,1904000,1963000 +ETH,2042,3,1895000,1952000 +ETH,2042,4,1887000,1942000 +ETH,2042,5,1879000,1932000 +ETH,2042,6,1871000,1923000 +ETH,2042,7,1864000,1914000 +ETH,2042,8,1857000,1906000 +ETH,2042,9,1849000,1897000 +ETH,2042,10,1841000,1888000 +ETH,2042,11,1833000,1878000 +ETH,2042,12,1824000,1869000 +ETH,2042,13,1815000,1858000 +ETH,2042,14,1804000,1846000 +ETH,2042,15,1792000,1833000 +ETH,2042,16,1778000,1818000 +ETH,2042,17,1764000,1802000 +ETH,2042,18,1748000,1785000 +ETH,2043,0,1934000,1997000 +ETH,2043,1,1922000,1983000 +ETH,2043,2,1911000,1970000 +ETH,2043,3,1902000,1959000 +ETH,2043,4,1893000,1949000 +ETH,2043,5,1885000,1939000 +ETH,2043,6,1878000,1930000 +ETH,2043,7,1870000,1921000 +ETH,2043,8,1863000,1912000 +ETH,2043,9,1855000,1904000 +ETH,2043,10,1848000,1895000 +ETH,2043,11,1840000,1886000 +ETH,2043,12,1832000,1877000 +ETH,2043,13,1823000,1867000 +ETH,2043,14,1813000,1856000 +ETH,2043,15,1803000,1844000 +ETH,2043,16,1791000,1831000 +ETH,2043,17,1777000,1815000 +ETH,2043,18,1763000,1799000 +ETH,2044,0,1941000,2004000 +ETH,2044,1,1929000,1990000 +ETH,2044,2,1918000,1977000 +ETH,2044,3,1908000,1965000 +ETH,2044,4,1900000,1955000 +ETH,2044,5,1891000,1945000 +ETH,2044,6,1884000,1936000 +ETH,2044,7,1876000,1927000 +ETH,2044,8,1869000,1919000 +ETH,2044,9,1862000,1910000 +ETH,2044,10,1854000,1902000 +ETH,2044,11,1847000,1893000 +ETH,2044,12,1839000,1884000 +ETH,2044,13,1831000,1875000 +ETH,2044,14,1822000,1865000 +ETH,2044,15,1812000,1854000 +ETH,2044,16,1801000,1842000 +ETH,2044,17,1789000,1828000 +ETH,2044,18,1776000,1813000 +ETH,2045,0,1945000,2009000 +ETH,2045,1,1934000,1995000 +ETH,2045,2,1924000,1983000 +ETH,2045,3,1914000,1971000 +ETH,2045,4,1905000,1961000 +ETH,2045,5,1897000,1951000 +ETH,2045,6,1889000,1942000 +ETH,2045,7,1882000,1933000 +ETH,2045,8,1875000,1924000 +ETH,2045,9,1867000,1916000 +ETH,2045,10,1860000,1908000 +ETH,2045,11,1853000,1900000 +ETH,2045,12,1845000,1891000 +ETH,2045,13,1838000,1882000 +ETH,2045,14,1829000,1873000 +ETH,2045,15,1821000,1863000 +ETH,2045,16,1811000,1852000 +ETH,2045,17,1800000,1840000 +ETH,2045,18,1788000,1826000 +ETH,2046,0,1948000,2012000 +ETH,2046,1,1943000,2005000 +ETH,2046,2,1932000,1992000 +ETH,2046,3,1923000,1981000 +ETH,2046,4,1914000,1970000 +ETH,2046,5,1905000,1959000 +ETH,2046,6,1897000,1950000 +ETH,2046,7,1889000,1940000 +ETH,2046,8,1881000,1931000 +ETH,2046,9,1874000,1923000 +ETH,2046,10,1867000,1915000 +ETH,2046,11,1860000,1907000 +ETH,2046,12,1852000,1898000 +ETH,2046,13,1845000,1889000 +ETH,2046,14,1837000,1880000 +ETH,2046,15,1829000,1871000 +ETH,2046,16,1820000,1861000 +ETH,2046,17,1810000,1849000 +ETH,2046,18,1799000,1837000 +ETH,2047,0,1948000,2013000 +ETH,2047,1,1941000,2003000 +ETH,2047,2,1940000,2001000 +ETH,2047,3,1931000,1990000 +ETH,2047,4,1922000,1979000 +ETH,2047,5,1913000,1968000 +ETH,2047,6,1904000,1958000 +ETH,2047,7,1896000,1948000 +ETH,2047,8,1888000,1939000 +ETH,2047,9,1880000,1930000 +ETH,2047,10,1873000,1921000 +ETH,2047,11,1866000,1913000 +ETH,2047,12,1859000,1905000 +ETH,2047,13,1851000,1897000 +ETH,2047,14,1844000,1888000 +ETH,2047,15,1836000,1879000 +ETH,2047,16,1828000,1869000 +ETH,2047,17,1819000,1858000 +ETH,2047,18,1809000,1847000 +ETH,2048,0,1947000,2012000 +ETH,2048,1,1943000,2005000 +ETH,2048,2,1938000,1998000 +ETH,2048,3,1937000,1996000 +ETH,2048,4,1929000,1986000 +ETH,2048,5,1921000,1976000 +ETH,2048,6,1912000,1967000 +ETH,2048,7,1904000,1957000 +ETH,2048,8,1896000,1947000 +ETH,2048,9,1887000,1937000 +ETH,2048,10,1879000,1928000 +ETH,2048,11,1872000,1920000 +ETH,2048,12,1865000,1912000 +ETH,2048,13,1858000,1904000 +ETH,2048,14,1851000,1895000 +ETH,2048,15,1843000,1886000 +ETH,2048,16,1835000,1877000 +ETH,2048,17,1827000,1867000 +ETH,2048,18,1817000,1856000 +ETH,2049,0,1946000,2011000 +ETH,2049,1,1944000,2007000 +ETH,2049,2,1941000,2002000 +ETH,2049,3,1937000,1996000 +ETH,2049,4,1934000,1992000 +ETH,2049,5,1927000,1983000 +ETH,2049,6,1919000,1974000 +ETH,2049,7,1911000,1965000 +ETH,2049,8,1903000,1955000 +ETH,2049,9,1895000,1946000 +ETH,2049,10,1886000,1935000 +ETH,2049,11,1878000,1926000 +ETH,2049,12,1871000,1918000 +ETH,2049,13,1864000,1910000 +ETH,2049,14,1857000,1902000 +ETH,2049,15,1849000,1893000 +ETH,2049,16,1842000,1884000 +ETH,2049,17,1834000,1874000 +ETH,2049,18,1825000,1864000 +ETH,2050,0,1945000,2010000 +ETH,2050,1,1945000,2008000 +ETH,2050,2,1943000,2004000 +ETH,2050,3,1940000,2000000 +ETH,2050,4,1936000,1994000 +ETH,2050,5,1931000,1987000 +ETH,2050,6,1925000,1979000 +ETH,2050,7,1918000,1971000 +ETH,2050,8,1910000,1963000 +ETH,2050,9,1902000,1953000 +ETH,2050,10,1894000,1944000 +ETH,2050,11,1885000,1933000 +ETH,2050,12,1876000,1924000 +ETH,2050,13,1869000,1916000 +ETH,2050,14,1863000,1908000 +ETH,2050,15,1856000,1900000 +ETH,2050,16,1848000,1891000 +ETH,2050,17,1840000,1882000 +ETH,2050,18,1832000,1872000 +EUU,1990,0,, +EUU,1990,1,, +EUU,1990,2,, +EUU,1990,3,, +EUU,1990,4,, +EUU,1990,5,, +EUU,1990,6,, +EUU,1990,7,, +EUU,1990,8,, +EUU,1990,9,, +EUU,1990,10,, +EUU,1990,11,, +EUU,1990,12,, +EUU,1990,13,, +EUU,1990,14,, +EUU,1990,15,, +EUU,1990,16,, +EUU,1990,17,, +EUU,1990,18,, +EUU,1991,0,, +EUU,1991,1,, +EUU,1991,2,, +EUU,1991,3,, +EUU,1991,4,, +EUU,1991,5,, +EUU,1991,6,, +EUU,1991,7,, +EUU,1991,8,, +EUU,1991,9,, +EUU,1991,10,, +EUU,1991,11,, +EUU,1991,12,, +EUU,1991,13,, +EUU,1991,14,, +EUU,1991,15,, +EUU,1991,16,, +EUU,1991,17,, +EUU,1991,18,, +EUU,1992,0,, +EUU,1992,1,, +EUU,1992,2,, +EUU,1992,3,, +EUU,1992,4,, +EUU,1992,5,, +EUU,1992,6,, +EUU,1992,7,, +EUU,1992,8,, +EUU,1992,9,, +EUU,1992,10,, +EUU,1992,11,, +EUU,1992,12,, +EUU,1992,13,, +EUU,1992,14,, +EUU,1992,15,, +EUU,1992,16,, +EUU,1992,17,, +EUU,1992,18,, +EUU,1993,0,, +EUU,1993,1,, +EUU,1993,2,, +EUU,1993,3,, +EUU,1993,4,, +EUU,1993,5,, +EUU,1993,6,, +EUU,1993,7,, +EUU,1993,8,, +EUU,1993,9,, +EUU,1993,10,, +EUU,1993,11,, +EUU,1993,12,, +EUU,1993,13,, +EUU,1993,14,, +EUU,1993,15,, +EUU,1993,16,, +EUU,1993,17,, +EUU,1993,18,, +EUU,1994,0,, +EUU,1994,1,, +EUU,1994,2,, +EUU,1994,3,, +EUU,1994,4,, +EUU,1994,5,, +EUU,1994,6,, +EUU,1994,7,, +EUU,1994,8,, +EUU,1994,9,, +EUU,1994,10,, +EUU,1994,11,, +EUU,1994,12,, +EUU,1994,13,, +EUU,1994,14,, +EUU,1994,15,, +EUU,1994,16,, +EUU,1994,17,, +EUU,1994,18,, +EUU,1995,0,, +EUU,1995,1,, +EUU,1995,2,, +EUU,1995,3,, +EUU,1995,4,, +EUU,1995,5,, +EUU,1995,6,, +EUU,1995,7,, +EUU,1995,8,, +EUU,1995,9,, +EUU,1995,10,, +EUU,1995,11,, +EUU,1995,12,, +EUU,1995,13,, +EUU,1995,14,, +EUU,1995,15,, +EUU,1995,16,, +EUU,1995,17,, +EUU,1995,18,, +EUU,1996,0,, +EUU,1996,1,, +EUU,1996,2,, +EUU,1996,3,, +EUU,1996,4,, +EUU,1996,5,, +EUU,1996,6,, +EUU,1996,7,, +EUU,1996,8,, +EUU,1996,9,, +EUU,1996,10,, +EUU,1996,11,, +EUU,1996,12,, +EUU,1996,13,, +EUU,1996,14,, +EUU,1996,15,, +EUU,1996,16,, +EUU,1996,17,, +EUU,1996,18,, +EUU,1997,0,, +EUU,1997,1,, +EUU,1997,2,, +EUU,1997,3,, +EUU,1997,4,, +EUU,1997,5,, +EUU,1997,6,, +EUU,1997,7,, +EUU,1997,8,, +EUU,1997,9,, +EUU,1997,10,, +EUU,1997,11,, +EUU,1997,12,, +EUU,1997,13,, +EUU,1997,14,, +EUU,1997,15,, +EUU,1997,16,, +EUU,1997,17,, +EUU,1997,18,, +EUU,1998,0,, +EUU,1998,1,, +EUU,1998,2,, +EUU,1998,3,, +EUU,1998,4,, +EUU,1998,5,, +EUU,1998,6,, +EUU,1998,7,, +EUU,1998,8,, +EUU,1998,9,, +EUU,1998,10,, +EUU,1998,11,, +EUU,1998,12,, +EUU,1998,13,, +EUU,1998,14,, +EUU,1998,15,, +EUU,1998,16,, +EUU,1998,17,, +EUU,1998,18,, +EUU,1999,0,, +EUU,1999,1,, +EUU,1999,2,, +EUU,1999,3,, +EUU,1999,4,, +EUU,1999,5,, +EUU,1999,6,, +EUU,1999,7,, +EUU,1999,8,, +EUU,1999,9,, +EUU,1999,10,, +EUU,1999,11,, +EUU,1999,12,, +EUU,1999,13,, +EUU,1999,14,, +EUU,1999,15,, +EUU,1999,16,, +EUU,1999,17,, +EUU,1999,18,, +EUU,2000,0,, +EUU,2000,1,, +EUU,2000,2,, +EUU,2000,3,, +EUU,2000,4,, +EUU,2000,5,, +EUU,2000,6,, +EUU,2000,7,, +EUU,2000,8,, +EUU,2000,9,, +EUU,2000,10,, +EUU,2000,11,, +EUU,2000,12,, +EUU,2000,13,, +EUU,2000,14,, +EUU,2000,15,, +EUU,2000,16,, +EUU,2000,17,, +EUU,2000,18,, +EUU,2001,0,, +EUU,2001,1,, +EUU,2001,2,, +EUU,2001,3,, +EUU,2001,4,, +EUU,2001,5,, +EUU,2001,6,, +EUU,2001,7,, +EUU,2001,8,, +EUU,2001,9,, +EUU,2001,10,, +EUU,2001,11,, +EUU,2001,12,, +EUU,2001,13,, +EUU,2001,14,, +EUU,2001,15,, +EUU,2001,16,, +EUU,2001,17,, +EUU,2001,18,, +EUU,2002,0,, +EUU,2002,1,, +EUU,2002,2,, +EUU,2002,3,, +EUU,2002,4,, +EUU,2002,5,, +EUU,2002,6,, +EUU,2002,7,, +EUU,2002,8,, +EUU,2002,9,, +EUU,2002,10,, +EUU,2002,11,, +EUU,2002,12,, +EUU,2002,13,, +EUU,2002,14,, +EUU,2002,15,, +EUU,2002,16,, +EUU,2002,17,, +EUU,2002,18,, +EUU,2003,0,, +EUU,2003,1,, +EUU,2003,2,, +EUU,2003,3,, +EUU,2003,4,, +EUU,2003,5,, +EUU,2003,6,, +EUU,2003,7,, +EUU,2003,8,, +EUU,2003,9,, +EUU,2003,10,, +EUU,2003,11,, +EUU,2003,12,, +EUU,2003,13,, +EUU,2003,14,, +EUU,2003,15,, +EUU,2003,16,, +EUU,2003,17,, +EUU,2003,18,, +EUU,2004,0,, +EUU,2004,1,, +EUU,2004,2,, +EUU,2004,3,, +EUU,2004,4,, +EUU,2004,5,, +EUU,2004,6,, +EUU,2004,7,, +EUU,2004,8,, +EUU,2004,9,, +EUU,2004,10,, +EUU,2004,11,, +EUU,2004,12,, +EUU,2004,13,, +EUU,2004,14,, +EUU,2004,15,, +EUU,2004,16,, +EUU,2004,17,, +EUU,2004,18,, +EUU,2005,0,, +EUU,2005,1,, +EUU,2005,2,, +EUU,2005,3,, +EUU,2005,4,, +EUU,2005,5,, +EUU,2005,6,, +EUU,2005,7,, +EUU,2005,8,, +EUU,2005,9,, +EUU,2005,10,, +EUU,2005,11,, +EUU,2005,12,, +EUU,2005,13,, +EUU,2005,14,, +EUU,2005,15,, +EUU,2005,16,, +EUU,2005,17,, +EUU,2005,18,, +EUU,2006,0,, +EUU,2006,1,, +EUU,2006,2,, +EUU,2006,3,, +EUU,2006,4,, +EUU,2006,5,, +EUU,2006,6,, +EUU,2006,7,, +EUU,2006,8,, +EUU,2006,9,, +EUU,2006,10,, +EUU,2006,11,, +EUU,2006,12,, +EUU,2006,13,, +EUU,2006,14,, +EUU,2006,15,, +EUU,2006,16,, +EUU,2006,17,, +EUU,2006,18,, +EUU,2007,0,, +EUU,2007,1,, +EUU,2007,2,, +EUU,2007,3,, +EUU,2007,4,, +EUU,2007,5,, +EUU,2007,6,, +EUU,2007,7,, +EUU,2007,8,, +EUU,2007,9,, +EUU,2007,10,, +EUU,2007,11,, +EUU,2007,12,, +EUU,2007,13,, +EUU,2007,14,, +EUU,2007,15,, +EUU,2007,16,, +EUU,2007,17,, +EUU,2007,18,, +EUU,2008,0,, +EUU,2008,1,, +EUU,2008,2,, +EUU,2008,3,, +EUU,2008,4,, +EUU,2008,5,, +EUU,2008,6,, +EUU,2008,7,, +EUU,2008,8,, +EUU,2008,9,, +EUU,2008,10,, +EUU,2008,11,, +EUU,2008,12,, +EUU,2008,13,, +EUU,2008,14,, +EUU,2008,15,, +EUU,2008,16,, +EUU,2008,17,, +EUU,2008,18,, +EUU,2009,0,, +EUU,2009,1,, +EUU,2009,2,, +EUU,2009,3,, +EUU,2009,4,, +EUU,2009,5,, +EUU,2009,6,, +EUU,2009,7,, +EUU,2009,8,, +EUU,2009,9,, +EUU,2009,10,, +EUU,2009,11,, +EUU,2009,12,, +EUU,2009,13,, +EUU,2009,14,, +EUU,2009,15,, +EUU,2009,16,, +EUU,2009,17,, +EUU,2009,18,, +EUU,2010,0,, +EUU,2010,1,, +EUU,2010,2,, +EUU,2010,3,, +EUU,2010,4,, +EUU,2010,5,, +EUU,2010,6,, +EUU,2010,7,, +EUU,2010,8,, +EUU,2010,9,, +EUU,2010,10,, +EUU,2010,11,, +EUU,2010,12,, +EUU,2010,13,, +EUU,2010,14,, +EUU,2010,15,, +EUU,2010,16,, +EUU,2010,17,, +EUU,2010,18,, +EUU,2011,0,, +EUU,2011,1,, +EUU,2011,2,, +EUU,2011,3,, +EUU,2011,4,, +EUU,2011,5,, +EUU,2011,6,, +EUU,2011,7,, +EUU,2011,8,, +EUU,2011,9,, +EUU,2011,10,, +EUU,2011,11,, +EUU,2011,12,, +EUU,2011,13,, +EUU,2011,14,, +EUU,2011,15,, +EUU,2011,16,, +EUU,2011,17,, +EUU,2011,18,, +EUU,2012,0,, +EUU,2012,1,, +EUU,2012,2,, +EUU,2012,3,, +EUU,2012,4,, +EUU,2012,5,, +EUU,2012,6,, +EUU,2012,7,, +EUU,2012,8,, +EUU,2012,9,, +EUU,2012,10,, +EUU,2012,11,, +EUU,2012,12,, +EUU,2012,13,, +EUU,2012,14,, +EUU,2012,15,, +EUU,2012,16,, +EUU,2012,17,, +EUU,2012,18,, +EUU,2013,0,, +EUU,2013,1,, +EUU,2013,2,, +EUU,2013,3,, +EUU,2013,4,, +EUU,2013,5,, +EUU,2013,6,, +EUU,2013,7,, +EUU,2013,8,, +EUU,2013,9,, +EUU,2013,10,, +EUU,2013,11,, +EUU,2013,12,, +EUU,2013,13,, +EUU,2013,14,, +EUU,2013,15,, +EUU,2013,16,, +EUU,2013,17,, +EUU,2013,18,, +EUU,2014,0,, +EUU,2014,1,, +EUU,2014,2,, +EUU,2014,3,, +EUU,2014,4,, +EUU,2014,5,, +EUU,2014,6,, +EUU,2014,7,, +EUU,2014,8,, +EUU,2014,9,, +EUU,2014,10,, +EUU,2014,11,, +EUU,2014,12,, +EUU,2014,13,, +EUU,2014,14,, +EUU,2014,15,, +EUU,2014,16,, +EUU,2014,17,, +EUU,2014,18,, +EUU,2015,0,, +EUU,2015,1,, +EUU,2015,2,, +EUU,2015,3,, +EUU,2015,4,, +EUU,2015,5,, +EUU,2015,6,, +EUU,2015,7,, +EUU,2015,8,, +EUU,2015,9,, +EUU,2015,10,, +EUU,2015,11,, +EUU,2015,12,, +EUU,2015,13,, +EUU,2015,14,, +EUU,2015,15,, +EUU,2015,16,, +EUU,2015,17,, +EUU,2015,18,, +EUU,2016,0,, +EUU,2016,1,, +EUU,2016,2,, +EUU,2016,3,, +EUU,2016,4,, +EUU,2016,5,, +EUU,2016,6,, +EUU,2016,7,, +EUU,2016,8,, +EUU,2016,9,, +EUU,2016,10,, +EUU,2016,11,, +EUU,2016,12,, +EUU,2016,13,, +EUU,2016,14,, +EUU,2016,15,, +EUU,2016,16,, +EUU,2016,17,, +EUU,2016,18,, +EUU,2017,0,, +EUU,2017,1,, +EUU,2017,2,, +EUU,2017,3,, +EUU,2017,4,, +EUU,2017,5,, +EUU,2017,6,, +EUU,2017,7,, +EUU,2017,8,, +EUU,2017,9,, +EUU,2017,10,, +EUU,2017,11,, +EUU,2017,12,, +EUU,2017,13,, +EUU,2017,14,, +EUU,2017,15,, +EUU,2017,16,, +EUU,2017,17,, +EUU,2017,18,, +EUU,2018,0,, +EUU,2018,1,, +EUU,2018,2,, +EUU,2018,3,, +EUU,2018,4,, +EUU,2018,5,, +EUU,2018,6,, +EUU,2018,7,, +EUU,2018,8,, +EUU,2018,9,, +EUU,2018,10,, +EUU,2018,11,, +EUU,2018,12,, +EUU,2018,13,, +EUU,2018,14,, +EUU,2018,15,, +EUU,2018,16,, +EUU,2018,17,, +EUU,2018,18,, +EUU,2019,0,, +EUU,2019,1,, +EUU,2019,2,, +EUU,2019,3,, +EUU,2019,4,, +EUU,2019,5,, +EUU,2019,6,, +EUU,2019,7,, +EUU,2019,8,, +EUU,2019,9,, +EUU,2019,10,, +EUU,2019,11,, +EUU,2019,12,, +EUU,2019,13,, +EUU,2019,14,, +EUU,2019,15,, +EUU,2019,16,, +EUU,2019,17,, +EUU,2019,18,, +EUU,2020,0,, +EUU,2020,1,, +EUU,2020,2,, +EUU,2020,3,, +EUU,2020,4,, +EUU,2020,5,, +EUU,2020,6,, +EUU,2020,7,, +EUU,2020,8,, +EUU,2020,9,, +EUU,2020,10,, +EUU,2020,11,, +EUU,2020,12,, +EUU,2020,13,, +EUU,2020,14,, +EUU,2020,15,, +EUU,2020,16,, +EUU,2020,17,, +EUU,2020,18,, +EUU,2021,0,, +EUU,2021,1,, +EUU,2021,2,, +EUU,2021,3,, +EUU,2021,4,, +EUU,2021,5,, +EUU,2021,6,, +EUU,2021,7,, +EUU,2021,8,, +EUU,2021,9,, +EUU,2021,10,, +EUU,2021,11,, +EUU,2021,12,, +EUU,2021,13,, +EUU,2021,14,, +EUU,2021,15,, +EUU,2021,16,, +EUU,2021,17,, +EUU,2021,18,, +EUU,2022,0,, +EUU,2022,1,, +EUU,2022,2,, +EUU,2022,3,, +EUU,2022,4,, +EUU,2022,5,, +EUU,2022,6,, +EUU,2022,7,, +EUU,2022,8,, +EUU,2022,9,, +EUU,2022,10,, +EUU,2022,11,, +EUU,2022,12,, +EUU,2022,13,, +EUU,2022,14,, +EUU,2022,15,, +EUU,2022,16,, +EUU,2022,17,, +EUU,2022,18,, +EUU,2023,0,, +EUU,2023,1,, +EUU,2023,2,, +EUU,2023,3,, +EUU,2023,4,, +EUU,2023,5,, +EUU,2023,6,, +EUU,2023,7,, +EUU,2023,8,, +EUU,2023,9,, +EUU,2023,10,, +EUU,2023,11,, +EUU,2023,12,, +EUU,2023,13,, +EUU,2023,14,, +EUU,2023,15,, +EUU,2023,16,, +EUU,2023,17,, +EUU,2023,18,, +EUU,2024,0,, +EUU,2024,1,, +EUU,2024,2,, +EUU,2024,3,, +EUU,2024,4,, +EUU,2024,5,, +EUU,2024,6,, +EUU,2024,7,, +EUU,2024,8,, +EUU,2024,9,, +EUU,2024,10,, +EUU,2024,11,, +EUU,2024,12,, +EUU,2024,13,, +EUU,2024,14,, +EUU,2024,15,, +EUU,2024,16,, +EUU,2024,17,, +EUU,2024,18,, +EUU,2025,0,, +EUU,2025,1,, +EUU,2025,2,, +EUU,2025,3,, +EUU,2025,4,, +EUU,2025,5,, +EUU,2025,6,, +EUU,2025,7,, +EUU,2025,8,, +EUU,2025,9,, +EUU,2025,10,, +EUU,2025,11,, +EUU,2025,12,, +EUU,2025,13,, +EUU,2025,14,, +EUU,2025,15,, +EUU,2025,16,, +EUU,2025,17,, +EUU,2025,18,, +EUU,2026,0,, +EUU,2026,1,, +EUU,2026,2,, +EUU,2026,3,, +EUU,2026,4,, +EUU,2026,5,, +EUU,2026,6,, +EUU,2026,7,, +EUU,2026,8,, +EUU,2026,9,, +EUU,2026,10,, +EUU,2026,11,, +EUU,2026,12,, +EUU,2026,13,, +EUU,2026,14,, +EUU,2026,15,, +EUU,2026,16,, +EUU,2026,17,, +EUU,2026,18,, +EUU,2027,0,, +EUU,2027,1,, +EUU,2027,2,, +EUU,2027,3,, +EUU,2027,4,, +EUU,2027,5,, +EUU,2027,6,, +EUU,2027,7,, +EUU,2027,8,, +EUU,2027,9,, +EUU,2027,10,, +EUU,2027,11,, +EUU,2027,12,, +EUU,2027,13,, +EUU,2027,14,, +EUU,2027,15,, +EUU,2027,16,, +EUU,2027,17,, +EUU,2027,18,, +EUU,2028,0,, +EUU,2028,1,, +EUU,2028,2,, +EUU,2028,3,, +EUU,2028,4,, +EUU,2028,5,, +EUU,2028,6,, +EUU,2028,7,, +EUU,2028,8,, +EUU,2028,9,, +EUU,2028,10,, +EUU,2028,11,, +EUU,2028,12,, +EUU,2028,13,, +EUU,2028,14,, +EUU,2028,15,, +EUU,2028,16,, +EUU,2028,17,, +EUU,2028,18,, +EUU,2029,0,, +EUU,2029,1,, +EUU,2029,2,, +EUU,2029,3,, +EUU,2029,4,, +EUU,2029,5,, +EUU,2029,6,, +EUU,2029,7,, +EUU,2029,8,, +EUU,2029,9,, +EUU,2029,10,, +EUU,2029,11,, +EUU,2029,12,, +EUU,2029,13,, +EUU,2029,14,, +EUU,2029,15,, +EUU,2029,16,, +EUU,2029,17,, +EUU,2029,18,, +EUU,2030,0,, +EUU,2030,1,, +EUU,2030,2,, +EUU,2030,3,, +EUU,2030,4,, +EUU,2030,5,, +EUU,2030,6,, +EUU,2030,7,, +EUU,2030,8,, +EUU,2030,9,, +EUU,2030,10,, +EUU,2030,11,, +EUU,2030,12,, +EUU,2030,13,, +EUU,2030,14,, +EUU,2030,15,, +EUU,2030,16,, +EUU,2030,17,, +EUU,2030,18,, +EUU,2031,0,, +EUU,2031,1,, +EUU,2031,2,, +EUU,2031,3,, +EUU,2031,4,, +EUU,2031,5,, +EUU,2031,6,, +EUU,2031,7,, +EUU,2031,8,, +EUU,2031,9,, +EUU,2031,10,, +EUU,2031,11,, +EUU,2031,12,, +EUU,2031,13,, +EUU,2031,14,, +EUU,2031,15,, +EUU,2031,16,, +EUU,2031,17,, +EUU,2031,18,, +EUU,2032,0,, +EUU,2032,1,, +EUU,2032,2,, +EUU,2032,3,, +EUU,2032,4,, +EUU,2032,5,, +EUU,2032,6,, +EUU,2032,7,, +EUU,2032,8,, +EUU,2032,9,, +EUU,2032,10,, +EUU,2032,11,, +EUU,2032,12,, +EUU,2032,13,, +EUU,2032,14,, +EUU,2032,15,, +EUU,2032,16,, +EUU,2032,17,, +EUU,2032,18,, +EUU,2033,0,, +EUU,2033,1,, +EUU,2033,2,, +EUU,2033,3,, +EUU,2033,4,, +EUU,2033,5,, +EUU,2033,6,, +EUU,2033,7,, +EUU,2033,8,, +EUU,2033,9,, +EUU,2033,10,, +EUU,2033,11,, +EUU,2033,12,, +EUU,2033,13,, +EUU,2033,14,, +EUU,2033,15,, +EUU,2033,16,, +EUU,2033,17,, +EUU,2033,18,, +EUU,2034,0,, +EUU,2034,1,, +EUU,2034,2,, +EUU,2034,3,, +EUU,2034,4,, +EUU,2034,5,, +EUU,2034,6,, +EUU,2034,7,, +EUU,2034,8,, +EUU,2034,9,, +EUU,2034,10,, +EUU,2034,11,, +EUU,2034,12,, +EUU,2034,13,, +EUU,2034,14,, +EUU,2034,15,, +EUU,2034,16,, +EUU,2034,17,, +EUU,2034,18,, +EUU,2035,0,, +EUU,2035,1,, +EUU,2035,2,, +EUU,2035,3,, +EUU,2035,4,, +EUU,2035,5,, +EUU,2035,6,, +EUU,2035,7,, +EUU,2035,8,, +EUU,2035,9,, +EUU,2035,10,, +EUU,2035,11,, +EUU,2035,12,, +EUU,2035,13,, +EUU,2035,14,, +EUU,2035,15,, +EUU,2035,16,, +EUU,2035,17,, +EUU,2035,18,, +EUU,2036,0,, +EUU,2036,1,, +EUU,2036,2,, +EUU,2036,3,, +EUU,2036,4,, +EUU,2036,5,, +EUU,2036,6,, +EUU,2036,7,, +EUU,2036,8,, +EUU,2036,9,, +EUU,2036,10,, +EUU,2036,11,, +EUU,2036,12,, +EUU,2036,13,, +EUU,2036,14,, +EUU,2036,15,, +EUU,2036,16,, +EUU,2036,17,, +EUU,2036,18,, +EUU,2037,0,, +EUU,2037,1,, +EUU,2037,2,, +EUU,2037,3,, +EUU,2037,4,, +EUU,2037,5,, +EUU,2037,6,, +EUU,2037,7,, +EUU,2037,8,, +EUU,2037,9,, +EUU,2037,10,, +EUU,2037,11,, +EUU,2037,12,, +EUU,2037,13,, +EUU,2037,14,, +EUU,2037,15,, +EUU,2037,16,, +EUU,2037,17,, +EUU,2037,18,, +EUU,2038,0,, +EUU,2038,1,, +EUU,2038,2,, +EUU,2038,3,, +EUU,2038,4,, +EUU,2038,5,, +EUU,2038,6,, +EUU,2038,7,, +EUU,2038,8,, +EUU,2038,9,, +EUU,2038,10,, +EUU,2038,11,, +EUU,2038,12,, +EUU,2038,13,, +EUU,2038,14,, +EUU,2038,15,, +EUU,2038,16,, +EUU,2038,17,, +EUU,2038,18,, +EUU,2039,0,, +EUU,2039,1,, +EUU,2039,2,, +EUU,2039,3,, +EUU,2039,4,, +EUU,2039,5,, +EUU,2039,6,, +EUU,2039,7,, +EUU,2039,8,, +EUU,2039,9,, +EUU,2039,10,, +EUU,2039,11,, +EUU,2039,12,, +EUU,2039,13,, +EUU,2039,14,, +EUU,2039,15,, +EUU,2039,16,, +EUU,2039,17,, +EUU,2039,18,, +EUU,2040,0,, +EUU,2040,1,, +EUU,2040,2,, +EUU,2040,3,, +EUU,2040,4,, +EUU,2040,5,, +EUU,2040,6,, +EUU,2040,7,, +EUU,2040,8,, +EUU,2040,9,, +EUU,2040,10,, +EUU,2040,11,, +EUU,2040,12,, +EUU,2040,13,, +EUU,2040,14,, +EUU,2040,15,, +EUU,2040,16,, +EUU,2040,17,, +EUU,2040,18,, +EUU,2041,0,, +EUU,2041,1,, +EUU,2041,2,, +EUU,2041,3,, +EUU,2041,4,, +EUU,2041,5,, +EUU,2041,6,, +EUU,2041,7,, +EUU,2041,8,, +EUU,2041,9,, +EUU,2041,10,, +EUU,2041,11,, +EUU,2041,12,, +EUU,2041,13,, +EUU,2041,14,, +EUU,2041,15,, +EUU,2041,16,, +EUU,2041,17,, +EUU,2041,18,, +EUU,2042,0,, +EUU,2042,1,, +EUU,2042,2,, +EUU,2042,3,, +EUU,2042,4,, +EUU,2042,5,, +EUU,2042,6,, +EUU,2042,7,, +EUU,2042,8,, +EUU,2042,9,, +EUU,2042,10,, +EUU,2042,11,, +EUU,2042,12,, +EUU,2042,13,, +EUU,2042,14,, +EUU,2042,15,, +EUU,2042,16,, +EUU,2042,17,, +EUU,2042,18,, +EUU,2043,0,, +EUU,2043,1,, +EUU,2043,2,, +EUU,2043,3,, +EUU,2043,4,, +EUU,2043,5,, +EUU,2043,6,, +EUU,2043,7,, +EUU,2043,8,, +EUU,2043,9,, +EUU,2043,10,, +EUU,2043,11,, +EUU,2043,12,, +EUU,2043,13,, +EUU,2043,14,, +EUU,2043,15,, +EUU,2043,16,, +EUU,2043,17,, +EUU,2043,18,, +EUU,2044,0,, +EUU,2044,1,, +EUU,2044,2,, +EUU,2044,3,, +EUU,2044,4,, +EUU,2044,5,, +EUU,2044,6,, +EUU,2044,7,, +EUU,2044,8,, +EUU,2044,9,, +EUU,2044,10,, +EUU,2044,11,, +EUU,2044,12,, +EUU,2044,13,, +EUU,2044,14,, +EUU,2044,15,, +EUU,2044,16,, +EUU,2044,17,, +EUU,2044,18,, +EUU,2045,0,, +EUU,2045,1,, +EUU,2045,2,, +EUU,2045,3,, +EUU,2045,4,, +EUU,2045,5,, +EUU,2045,6,, +EUU,2045,7,, +EUU,2045,8,, +EUU,2045,9,, +EUU,2045,10,, +EUU,2045,11,, +EUU,2045,12,, +EUU,2045,13,, +EUU,2045,14,, +EUU,2045,15,, +EUU,2045,16,, +EUU,2045,17,, +EUU,2045,18,, +EUU,2046,0,, +EUU,2046,1,, +EUU,2046,2,, +EUU,2046,3,, +EUU,2046,4,, +EUU,2046,5,, +EUU,2046,6,, +EUU,2046,7,, +EUU,2046,8,, +EUU,2046,9,, +EUU,2046,10,, +EUU,2046,11,, +EUU,2046,12,, +EUU,2046,13,, +EUU,2046,14,, +EUU,2046,15,, +EUU,2046,16,, +EUU,2046,17,, +EUU,2046,18,, +EUU,2047,0,, +EUU,2047,1,, +EUU,2047,2,, +EUU,2047,3,, +EUU,2047,4,, +EUU,2047,5,, +EUU,2047,6,, +EUU,2047,7,, +EUU,2047,8,, +EUU,2047,9,, +EUU,2047,10,, +EUU,2047,11,, +EUU,2047,12,, +EUU,2047,13,, +EUU,2047,14,, +EUU,2047,15,, +EUU,2047,16,, +EUU,2047,17,, +EUU,2047,18,, +EUU,2048,0,, +EUU,2048,1,, +EUU,2048,2,, +EUU,2048,3,, +EUU,2048,4,, +EUU,2048,5,, +EUU,2048,6,, +EUU,2048,7,, +EUU,2048,8,, +EUU,2048,9,, +EUU,2048,10,, +EUU,2048,11,, +EUU,2048,12,, +EUU,2048,13,, +EUU,2048,14,, +EUU,2048,15,, +EUU,2048,16,, +EUU,2048,17,, +EUU,2048,18,, +EUU,2049,0,, +EUU,2049,1,, +EUU,2049,2,, +EUU,2049,3,, +EUU,2049,4,, +EUU,2049,5,, +EUU,2049,6,, +EUU,2049,7,, +EUU,2049,8,, +EUU,2049,9,, +EUU,2049,10,, +EUU,2049,11,, +EUU,2049,12,, +EUU,2049,13,, +EUU,2049,14,, +EUU,2049,15,, +EUU,2049,16,, +EUU,2049,17,, +EUU,2049,18,, +EUU,2050,0,, +EUU,2050,1,, +EUU,2050,2,, +EUU,2050,3,, +EUU,2050,4,, +EUU,2050,5,, +EUU,2050,6,, +EUU,2050,7,, +EUU,2050,8,, +EUU,2050,9,, +EUU,2050,10,, +EUU,2050,11,, +EUU,2050,12,, +EUU,2050,13,, +EUU,2050,14,, +EUU,2050,15,, +EUU,2050,16,, +EUU,2050,17,, +EUU,2050,18,, +FCS,1990,0,, +FCS,1990,1,, +FCS,1990,2,, +FCS,1990,3,, +FCS,1990,4,, +FCS,1990,5,, +FCS,1990,6,, +FCS,1990,7,, +FCS,1990,8,, +FCS,1990,9,, +FCS,1990,10,, +FCS,1990,11,, +FCS,1990,12,, +FCS,1990,13,, +FCS,1990,14,, +FCS,1990,15,, +FCS,1990,16,, +FCS,1990,17,, +FCS,1990,18,, +FCS,1991,0,, +FCS,1991,1,, +FCS,1991,2,, +FCS,1991,3,, +FCS,1991,4,, +FCS,1991,5,, +FCS,1991,6,, +FCS,1991,7,, +FCS,1991,8,, +FCS,1991,9,, +FCS,1991,10,, +FCS,1991,11,, +FCS,1991,12,, +FCS,1991,13,, +FCS,1991,14,, +FCS,1991,15,, +FCS,1991,16,, +FCS,1991,17,, +FCS,1991,18,, +FCS,1992,0,, +FCS,1992,1,, +FCS,1992,2,, +FCS,1992,3,, +FCS,1992,4,, +FCS,1992,5,, +FCS,1992,6,, +FCS,1992,7,, +FCS,1992,8,, +FCS,1992,9,, +FCS,1992,10,, +FCS,1992,11,, +FCS,1992,12,, +FCS,1992,13,, +FCS,1992,14,, +FCS,1992,15,, +FCS,1992,16,, +FCS,1992,17,, +FCS,1992,18,, +FCS,1993,0,, +FCS,1993,1,, +FCS,1993,2,, +FCS,1993,3,, +FCS,1993,4,, +FCS,1993,5,, +FCS,1993,6,, +FCS,1993,7,, +FCS,1993,8,, +FCS,1993,9,, +FCS,1993,10,, +FCS,1993,11,, +FCS,1993,12,, +FCS,1993,13,, +FCS,1993,14,, +FCS,1993,15,, +FCS,1993,16,, +FCS,1993,17,, +FCS,1993,18,, +FCS,1994,0,, +FCS,1994,1,, +FCS,1994,2,, +FCS,1994,3,, +FCS,1994,4,, +FCS,1994,5,, +FCS,1994,6,, +FCS,1994,7,, +FCS,1994,8,, +FCS,1994,9,, +FCS,1994,10,, +FCS,1994,11,, +FCS,1994,12,, +FCS,1994,13,, +FCS,1994,14,, +FCS,1994,15,, +FCS,1994,16,, +FCS,1994,17,, +FCS,1994,18,, +FCS,1995,0,, +FCS,1995,1,, +FCS,1995,2,, +FCS,1995,3,, +FCS,1995,4,, +FCS,1995,5,, +FCS,1995,6,, +FCS,1995,7,, +FCS,1995,8,, +FCS,1995,9,, +FCS,1995,10,, +FCS,1995,11,, +FCS,1995,12,, +FCS,1995,13,, +FCS,1995,14,, +FCS,1995,15,, +FCS,1995,16,, +FCS,1995,17,, +FCS,1995,18,, +FCS,1996,0,, +FCS,1996,1,, +FCS,1996,2,, +FCS,1996,3,, +FCS,1996,4,, +FCS,1996,5,, +FCS,1996,6,, +FCS,1996,7,, +FCS,1996,8,, +FCS,1996,9,, +FCS,1996,10,, +FCS,1996,11,, +FCS,1996,12,, +FCS,1996,13,, +FCS,1996,14,, +FCS,1996,15,, +FCS,1996,16,, +FCS,1996,17,, +FCS,1996,18,, +FCS,1997,0,, +FCS,1997,1,, +FCS,1997,2,, +FCS,1997,3,, +FCS,1997,4,, +FCS,1997,5,, +FCS,1997,6,, +FCS,1997,7,, +FCS,1997,8,, +FCS,1997,9,, +FCS,1997,10,, +FCS,1997,11,, +FCS,1997,12,, +FCS,1997,13,, +FCS,1997,14,, +FCS,1997,15,, +FCS,1997,16,, +FCS,1997,17,, +FCS,1997,18,, +FCS,1998,0,, +FCS,1998,1,, +FCS,1998,2,, +FCS,1998,3,, +FCS,1998,4,, +FCS,1998,5,, +FCS,1998,6,, +FCS,1998,7,, +FCS,1998,8,, +FCS,1998,9,, +FCS,1998,10,, +FCS,1998,11,, +FCS,1998,12,, +FCS,1998,13,, +FCS,1998,14,, +FCS,1998,15,, +FCS,1998,16,, +FCS,1998,17,, +FCS,1998,18,, +FCS,1999,0,, +FCS,1999,1,, +FCS,1999,2,, +FCS,1999,3,, +FCS,1999,4,, +FCS,1999,5,, +FCS,1999,6,, +FCS,1999,7,, +FCS,1999,8,, +FCS,1999,9,, +FCS,1999,10,, +FCS,1999,11,, +FCS,1999,12,, +FCS,1999,13,, +FCS,1999,14,, +FCS,1999,15,, +FCS,1999,16,, +FCS,1999,17,, +FCS,1999,18,, +FCS,2000,0,, +FCS,2000,1,, +FCS,2000,2,, +FCS,2000,3,, +FCS,2000,4,, +FCS,2000,5,, +FCS,2000,6,, +FCS,2000,7,, +FCS,2000,8,, +FCS,2000,9,, +FCS,2000,10,, +FCS,2000,11,, +FCS,2000,12,, +FCS,2000,13,, +FCS,2000,14,, +FCS,2000,15,, +FCS,2000,16,, +FCS,2000,17,, +FCS,2000,18,, +FCS,2001,0,, +FCS,2001,1,, +FCS,2001,2,, +FCS,2001,3,, +FCS,2001,4,, +FCS,2001,5,, +FCS,2001,6,, +FCS,2001,7,, +FCS,2001,8,, +FCS,2001,9,, +FCS,2001,10,, +FCS,2001,11,, +FCS,2001,12,, +FCS,2001,13,, +FCS,2001,14,, +FCS,2001,15,, +FCS,2001,16,, +FCS,2001,17,, +FCS,2001,18,, +FCS,2002,0,, +FCS,2002,1,, +FCS,2002,2,, +FCS,2002,3,, +FCS,2002,4,, +FCS,2002,5,, +FCS,2002,6,, +FCS,2002,7,, +FCS,2002,8,, +FCS,2002,9,, +FCS,2002,10,, +FCS,2002,11,, +FCS,2002,12,, +FCS,2002,13,, +FCS,2002,14,, +FCS,2002,15,, +FCS,2002,16,, +FCS,2002,17,, +FCS,2002,18,, +FCS,2003,0,, +FCS,2003,1,, +FCS,2003,2,, +FCS,2003,3,, +FCS,2003,4,, +FCS,2003,5,, +FCS,2003,6,, +FCS,2003,7,, +FCS,2003,8,, +FCS,2003,9,, +FCS,2003,10,, +FCS,2003,11,, +FCS,2003,12,, +FCS,2003,13,, +FCS,2003,14,, +FCS,2003,15,, +FCS,2003,16,, +FCS,2003,17,, +FCS,2003,18,, +FCS,2004,0,, +FCS,2004,1,, +FCS,2004,2,, +FCS,2004,3,, +FCS,2004,4,, +FCS,2004,5,, +FCS,2004,6,, +FCS,2004,7,, +FCS,2004,8,, +FCS,2004,9,, +FCS,2004,10,, +FCS,2004,11,, +FCS,2004,12,, +FCS,2004,13,, +FCS,2004,14,, +FCS,2004,15,, +FCS,2004,16,, +FCS,2004,17,, +FCS,2004,18,, +FCS,2005,0,, +FCS,2005,1,, +FCS,2005,2,, +FCS,2005,3,, +FCS,2005,4,, +FCS,2005,5,, +FCS,2005,6,, +FCS,2005,7,, +FCS,2005,8,, +FCS,2005,9,, +FCS,2005,10,, +FCS,2005,11,, +FCS,2005,12,, +FCS,2005,13,, +FCS,2005,14,, +FCS,2005,15,, +FCS,2005,16,, +FCS,2005,17,, +FCS,2005,18,, +FCS,2006,0,, +FCS,2006,1,, +FCS,2006,2,, +FCS,2006,3,, +FCS,2006,4,, +FCS,2006,5,, +FCS,2006,6,, +FCS,2006,7,, +FCS,2006,8,, +FCS,2006,9,, +FCS,2006,10,, +FCS,2006,11,, +FCS,2006,12,, +FCS,2006,13,, +FCS,2006,14,, +FCS,2006,15,, +FCS,2006,16,, +FCS,2006,17,, +FCS,2006,18,, +FCS,2007,0,, +FCS,2007,1,, +FCS,2007,2,, +FCS,2007,3,, +FCS,2007,4,, +FCS,2007,5,, +FCS,2007,6,, +FCS,2007,7,, +FCS,2007,8,, +FCS,2007,9,, +FCS,2007,10,, +FCS,2007,11,, +FCS,2007,12,, +FCS,2007,13,, +FCS,2007,14,, +FCS,2007,15,, +FCS,2007,16,, +FCS,2007,17,, +FCS,2007,18,, +FCS,2008,0,, +FCS,2008,1,, +FCS,2008,2,, +FCS,2008,3,, +FCS,2008,4,, +FCS,2008,5,, +FCS,2008,6,, +FCS,2008,7,, +FCS,2008,8,, +FCS,2008,9,, +FCS,2008,10,, +FCS,2008,11,, +FCS,2008,12,, +FCS,2008,13,, +FCS,2008,14,, +FCS,2008,15,, +FCS,2008,16,, +FCS,2008,17,, +FCS,2008,18,, +FCS,2009,0,, +FCS,2009,1,, +FCS,2009,2,, +FCS,2009,3,, +FCS,2009,4,, +FCS,2009,5,, +FCS,2009,6,, +FCS,2009,7,, +FCS,2009,8,, +FCS,2009,9,, +FCS,2009,10,, +FCS,2009,11,, +FCS,2009,12,, +FCS,2009,13,, +FCS,2009,14,, +FCS,2009,15,, +FCS,2009,16,, +FCS,2009,17,, +FCS,2009,18,, +FCS,2010,0,, +FCS,2010,1,, +FCS,2010,2,, +FCS,2010,3,, +FCS,2010,4,, +FCS,2010,5,, +FCS,2010,6,, +FCS,2010,7,, +FCS,2010,8,, +FCS,2010,9,, +FCS,2010,10,, +FCS,2010,11,, +FCS,2010,12,, +FCS,2010,13,, +FCS,2010,14,, +FCS,2010,15,, +FCS,2010,16,, +FCS,2010,17,, +FCS,2010,18,, +FCS,2011,0,, +FCS,2011,1,, +FCS,2011,2,, +FCS,2011,3,, +FCS,2011,4,, +FCS,2011,5,, +FCS,2011,6,, +FCS,2011,7,, +FCS,2011,8,, +FCS,2011,9,, +FCS,2011,10,, +FCS,2011,11,, +FCS,2011,12,, +FCS,2011,13,, +FCS,2011,14,, +FCS,2011,15,, +FCS,2011,16,, +FCS,2011,17,, +FCS,2011,18,, +FCS,2012,0,, +FCS,2012,1,, +FCS,2012,2,, +FCS,2012,3,, +FCS,2012,4,, +FCS,2012,5,, +FCS,2012,6,, +FCS,2012,7,, +FCS,2012,8,, +FCS,2012,9,, +FCS,2012,10,, +FCS,2012,11,, +FCS,2012,12,, +FCS,2012,13,, +FCS,2012,14,, +FCS,2012,15,, +FCS,2012,16,, +FCS,2012,17,, +FCS,2012,18,, +FCS,2013,0,, +FCS,2013,1,, +FCS,2013,2,, +FCS,2013,3,, +FCS,2013,4,, +FCS,2013,5,, +FCS,2013,6,, +FCS,2013,7,, +FCS,2013,8,, +FCS,2013,9,, +FCS,2013,10,, +FCS,2013,11,, +FCS,2013,12,, +FCS,2013,13,, +FCS,2013,14,, +FCS,2013,15,, +FCS,2013,16,, +FCS,2013,17,, +FCS,2013,18,, +FCS,2014,0,, +FCS,2014,1,, +FCS,2014,2,, +FCS,2014,3,, +FCS,2014,4,, +FCS,2014,5,, +FCS,2014,6,, +FCS,2014,7,, +FCS,2014,8,, +FCS,2014,9,, +FCS,2014,10,, +FCS,2014,11,, +FCS,2014,12,, +FCS,2014,13,, +FCS,2014,14,, +FCS,2014,15,, +FCS,2014,16,, +FCS,2014,17,, +FCS,2014,18,, +FCS,2015,0,, +FCS,2015,1,, +FCS,2015,2,, +FCS,2015,3,, +FCS,2015,4,, +FCS,2015,5,, +FCS,2015,6,, +FCS,2015,7,, +FCS,2015,8,, +FCS,2015,9,, +FCS,2015,10,, +FCS,2015,11,, +FCS,2015,12,, +FCS,2015,13,, +FCS,2015,14,, +FCS,2015,15,, +FCS,2015,16,, +FCS,2015,17,, +FCS,2015,18,, +FCS,2016,0,, +FCS,2016,1,, +FCS,2016,2,, +FCS,2016,3,, +FCS,2016,4,, +FCS,2016,5,, +FCS,2016,6,, +FCS,2016,7,, +FCS,2016,8,, +FCS,2016,9,, +FCS,2016,10,, +FCS,2016,11,, +FCS,2016,12,, +FCS,2016,13,, +FCS,2016,14,, +FCS,2016,15,, +FCS,2016,16,, +FCS,2016,17,, +FCS,2016,18,, +FCS,2017,0,, +FCS,2017,1,, +FCS,2017,2,, +FCS,2017,3,, +FCS,2017,4,, +FCS,2017,5,, +FCS,2017,6,, +FCS,2017,7,, +FCS,2017,8,, +FCS,2017,9,, +FCS,2017,10,, +FCS,2017,11,, +FCS,2017,12,, +FCS,2017,13,, +FCS,2017,14,, +FCS,2017,15,, +FCS,2017,16,, +FCS,2017,17,, +FCS,2017,18,, +FCS,2018,0,, +FCS,2018,1,, +FCS,2018,2,, +FCS,2018,3,, +FCS,2018,4,, +FCS,2018,5,, +FCS,2018,6,, +FCS,2018,7,, +FCS,2018,8,, +FCS,2018,9,, +FCS,2018,10,, +FCS,2018,11,, +FCS,2018,12,, +FCS,2018,13,, +FCS,2018,14,, +FCS,2018,15,, +FCS,2018,16,, +FCS,2018,17,, +FCS,2018,18,, +FCS,2019,0,, +FCS,2019,1,, +FCS,2019,2,, +FCS,2019,3,, +FCS,2019,4,, +FCS,2019,5,, +FCS,2019,6,, +FCS,2019,7,, +FCS,2019,8,, +FCS,2019,9,, +FCS,2019,10,, +FCS,2019,11,, +FCS,2019,12,, +FCS,2019,13,, +FCS,2019,14,, +FCS,2019,15,, +FCS,2019,16,, +FCS,2019,17,, +FCS,2019,18,, +FCS,2020,0,, +FCS,2020,1,, +FCS,2020,2,, +FCS,2020,3,, +FCS,2020,4,, +FCS,2020,5,, +FCS,2020,6,, +FCS,2020,7,, +FCS,2020,8,, +FCS,2020,9,, +FCS,2020,10,, +FCS,2020,11,, +FCS,2020,12,, +FCS,2020,13,, +FCS,2020,14,, +FCS,2020,15,, +FCS,2020,16,, +FCS,2020,17,, +FCS,2020,18,, +FCS,2021,0,, +FCS,2021,1,, +FCS,2021,2,, +FCS,2021,3,, +FCS,2021,4,, +FCS,2021,5,, +FCS,2021,6,, +FCS,2021,7,, +FCS,2021,8,, +FCS,2021,9,, +FCS,2021,10,, +FCS,2021,11,, +FCS,2021,12,, +FCS,2021,13,, +FCS,2021,14,, +FCS,2021,15,, +FCS,2021,16,, +FCS,2021,17,, +FCS,2021,18,, +FCS,2022,0,, +FCS,2022,1,, +FCS,2022,2,, +FCS,2022,3,, +FCS,2022,4,, +FCS,2022,5,, +FCS,2022,6,, +FCS,2022,7,, +FCS,2022,8,, +FCS,2022,9,, +FCS,2022,10,, +FCS,2022,11,, +FCS,2022,12,, +FCS,2022,13,, +FCS,2022,14,, +FCS,2022,15,, +FCS,2022,16,, +FCS,2022,17,, +FCS,2022,18,, +FCS,2023,0,, +FCS,2023,1,, +FCS,2023,2,, +FCS,2023,3,, +FCS,2023,4,, +FCS,2023,5,, +FCS,2023,6,, +FCS,2023,7,, +FCS,2023,8,, +FCS,2023,9,, +FCS,2023,10,, +FCS,2023,11,, +FCS,2023,12,, +FCS,2023,13,, +FCS,2023,14,, +FCS,2023,15,, +FCS,2023,16,, +FCS,2023,17,, +FCS,2023,18,, +FCS,2024,0,, +FCS,2024,1,, +FCS,2024,2,, +FCS,2024,3,, +FCS,2024,4,, +FCS,2024,5,, +FCS,2024,6,, +FCS,2024,7,, +FCS,2024,8,, +FCS,2024,9,, +FCS,2024,10,, +FCS,2024,11,, +FCS,2024,12,, +FCS,2024,13,, +FCS,2024,14,, +FCS,2024,15,, +FCS,2024,16,, +FCS,2024,17,, +FCS,2024,18,, +FCS,2025,0,, +FCS,2025,1,, +FCS,2025,2,, +FCS,2025,3,, +FCS,2025,4,, +FCS,2025,5,, +FCS,2025,6,, +FCS,2025,7,, +FCS,2025,8,, +FCS,2025,9,, +FCS,2025,10,, +FCS,2025,11,, +FCS,2025,12,, +FCS,2025,13,, +FCS,2025,14,, +FCS,2025,15,, +FCS,2025,16,, +FCS,2025,17,, +FCS,2025,18,, +FCS,2026,0,, +FCS,2026,1,, +FCS,2026,2,, +FCS,2026,3,, +FCS,2026,4,, +FCS,2026,5,, +FCS,2026,6,, +FCS,2026,7,, +FCS,2026,8,, +FCS,2026,9,, +FCS,2026,10,, +FCS,2026,11,, +FCS,2026,12,, +FCS,2026,13,, +FCS,2026,14,, +FCS,2026,15,, +FCS,2026,16,, +FCS,2026,17,, +FCS,2026,18,, +FCS,2027,0,, +FCS,2027,1,, +FCS,2027,2,, +FCS,2027,3,, +FCS,2027,4,, +FCS,2027,5,, +FCS,2027,6,, +FCS,2027,7,, +FCS,2027,8,, +FCS,2027,9,, +FCS,2027,10,, +FCS,2027,11,, +FCS,2027,12,, +FCS,2027,13,, +FCS,2027,14,, +FCS,2027,15,, +FCS,2027,16,, +FCS,2027,17,, +FCS,2027,18,, +FCS,2028,0,, +FCS,2028,1,, +FCS,2028,2,, +FCS,2028,3,, +FCS,2028,4,, +FCS,2028,5,, +FCS,2028,6,, +FCS,2028,7,, +FCS,2028,8,, +FCS,2028,9,, +FCS,2028,10,, +FCS,2028,11,, +FCS,2028,12,, +FCS,2028,13,, +FCS,2028,14,, +FCS,2028,15,, +FCS,2028,16,, +FCS,2028,17,, +FCS,2028,18,, +FCS,2029,0,, +FCS,2029,1,, +FCS,2029,2,, +FCS,2029,3,, +FCS,2029,4,, +FCS,2029,5,, +FCS,2029,6,, +FCS,2029,7,, +FCS,2029,8,, +FCS,2029,9,, +FCS,2029,10,, +FCS,2029,11,, +FCS,2029,12,, +FCS,2029,13,, +FCS,2029,14,, +FCS,2029,15,, +FCS,2029,16,, +FCS,2029,17,, +FCS,2029,18,, +FCS,2030,0,, +FCS,2030,1,, +FCS,2030,2,, +FCS,2030,3,, +FCS,2030,4,, +FCS,2030,5,, +FCS,2030,6,, +FCS,2030,7,, +FCS,2030,8,, +FCS,2030,9,, +FCS,2030,10,, +FCS,2030,11,, +FCS,2030,12,, +FCS,2030,13,, +FCS,2030,14,, +FCS,2030,15,, +FCS,2030,16,, +FCS,2030,17,, +FCS,2030,18,, +FCS,2031,0,, +FCS,2031,1,, +FCS,2031,2,, +FCS,2031,3,, +FCS,2031,4,, +FCS,2031,5,, +FCS,2031,6,, +FCS,2031,7,, +FCS,2031,8,, +FCS,2031,9,, +FCS,2031,10,, +FCS,2031,11,, +FCS,2031,12,, +FCS,2031,13,, +FCS,2031,14,, +FCS,2031,15,, +FCS,2031,16,, +FCS,2031,17,, +FCS,2031,18,, +FCS,2032,0,, +FCS,2032,1,, +FCS,2032,2,, +FCS,2032,3,, +FCS,2032,4,, +FCS,2032,5,, +FCS,2032,6,, +FCS,2032,7,, +FCS,2032,8,, +FCS,2032,9,, +FCS,2032,10,, +FCS,2032,11,, +FCS,2032,12,, +FCS,2032,13,, +FCS,2032,14,, +FCS,2032,15,, +FCS,2032,16,, +FCS,2032,17,, +FCS,2032,18,, +FCS,2033,0,, +FCS,2033,1,, +FCS,2033,2,, +FCS,2033,3,, +FCS,2033,4,, +FCS,2033,5,, +FCS,2033,6,, +FCS,2033,7,, +FCS,2033,8,, +FCS,2033,9,, +FCS,2033,10,, +FCS,2033,11,, +FCS,2033,12,, +FCS,2033,13,, +FCS,2033,14,, +FCS,2033,15,, +FCS,2033,16,, +FCS,2033,17,, +FCS,2033,18,, +FCS,2034,0,, +FCS,2034,1,, +FCS,2034,2,, +FCS,2034,3,, +FCS,2034,4,, +FCS,2034,5,, +FCS,2034,6,, +FCS,2034,7,, +FCS,2034,8,, +FCS,2034,9,, +FCS,2034,10,, +FCS,2034,11,, +FCS,2034,12,, +FCS,2034,13,, +FCS,2034,14,, +FCS,2034,15,, +FCS,2034,16,, +FCS,2034,17,, +FCS,2034,18,, +FCS,2035,0,, +FCS,2035,1,, +FCS,2035,2,, +FCS,2035,3,, +FCS,2035,4,, +FCS,2035,5,, +FCS,2035,6,, +FCS,2035,7,, +FCS,2035,8,, +FCS,2035,9,, +FCS,2035,10,, +FCS,2035,11,, +FCS,2035,12,, +FCS,2035,13,, +FCS,2035,14,, +FCS,2035,15,, +FCS,2035,16,, +FCS,2035,17,, +FCS,2035,18,, +FCS,2036,0,, +FCS,2036,1,, +FCS,2036,2,, +FCS,2036,3,, +FCS,2036,4,, +FCS,2036,5,, +FCS,2036,6,, +FCS,2036,7,, +FCS,2036,8,, +FCS,2036,9,, +FCS,2036,10,, +FCS,2036,11,, +FCS,2036,12,, +FCS,2036,13,, +FCS,2036,14,, +FCS,2036,15,, +FCS,2036,16,, +FCS,2036,17,, +FCS,2036,18,, +FCS,2037,0,, +FCS,2037,1,, +FCS,2037,2,, +FCS,2037,3,, +FCS,2037,4,, +FCS,2037,5,, +FCS,2037,6,, +FCS,2037,7,, +FCS,2037,8,, +FCS,2037,9,, +FCS,2037,10,, +FCS,2037,11,, +FCS,2037,12,, +FCS,2037,13,, +FCS,2037,14,, +FCS,2037,15,, +FCS,2037,16,, +FCS,2037,17,, +FCS,2037,18,, +FCS,2038,0,, +FCS,2038,1,, +FCS,2038,2,, +FCS,2038,3,, +FCS,2038,4,, +FCS,2038,5,, +FCS,2038,6,, +FCS,2038,7,, +FCS,2038,8,, +FCS,2038,9,, +FCS,2038,10,, +FCS,2038,11,, +FCS,2038,12,, +FCS,2038,13,, +FCS,2038,14,, +FCS,2038,15,, +FCS,2038,16,, +FCS,2038,17,, +FCS,2038,18,, +FCS,2039,0,, +FCS,2039,1,, +FCS,2039,2,, +FCS,2039,3,, +FCS,2039,4,, +FCS,2039,5,, +FCS,2039,6,, +FCS,2039,7,, +FCS,2039,8,, +FCS,2039,9,, +FCS,2039,10,, +FCS,2039,11,, +FCS,2039,12,, +FCS,2039,13,, +FCS,2039,14,, +FCS,2039,15,, +FCS,2039,16,, +FCS,2039,17,, +FCS,2039,18,, +FCS,2040,0,, +FCS,2040,1,, +FCS,2040,2,, +FCS,2040,3,, +FCS,2040,4,, +FCS,2040,5,, +FCS,2040,6,, +FCS,2040,7,, +FCS,2040,8,, +FCS,2040,9,, +FCS,2040,10,, +FCS,2040,11,, +FCS,2040,12,, +FCS,2040,13,, +FCS,2040,14,, +FCS,2040,15,, +FCS,2040,16,, +FCS,2040,17,, +FCS,2040,18,, +FCS,2041,0,, +FCS,2041,1,, +FCS,2041,2,, +FCS,2041,3,, +FCS,2041,4,, +FCS,2041,5,, +FCS,2041,6,, +FCS,2041,7,, +FCS,2041,8,, +FCS,2041,9,, +FCS,2041,10,, +FCS,2041,11,, +FCS,2041,12,, +FCS,2041,13,, +FCS,2041,14,, +FCS,2041,15,, +FCS,2041,16,, +FCS,2041,17,, +FCS,2041,18,, +FCS,2042,0,, +FCS,2042,1,, +FCS,2042,2,, +FCS,2042,3,, +FCS,2042,4,, +FCS,2042,5,, +FCS,2042,6,, +FCS,2042,7,, +FCS,2042,8,, +FCS,2042,9,, +FCS,2042,10,, +FCS,2042,11,, +FCS,2042,12,, +FCS,2042,13,, +FCS,2042,14,, +FCS,2042,15,, +FCS,2042,16,, +FCS,2042,17,, +FCS,2042,18,, +FCS,2043,0,, +FCS,2043,1,, +FCS,2043,2,, +FCS,2043,3,, +FCS,2043,4,, +FCS,2043,5,, +FCS,2043,6,, +FCS,2043,7,, +FCS,2043,8,, +FCS,2043,9,, +FCS,2043,10,, +FCS,2043,11,, +FCS,2043,12,, +FCS,2043,13,, +FCS,2043,14,, +FCS,2043,15,, +FCS,2043,16,, +FCS,2043,17,, +FCS,2043,18,, +FCS,2044,0,, +FCS,2044,1,, +FCS,2044,2,, +FCS,2044,3,, +FCS,2044,4,, +FCS,2044,5,, +FCS,2044,6,, +FCS,2044,7,, +FCS,2044,8,, +FCS,2044,9,, +FCS,2044,10,, +FCS,2044,11,, +FCS,2044,12,, +FCS,2044,13,, +FCS,2044,14,, +FCS,2044,15,, +FCS,2044,16,, +FCS,2044,17,, +FCS,2044,18,, +FCS,2045,0,, +FCS,2045,1,, +FCS,2045,2,, +FCS,2045,3,, +FCS,2045,4,, +FCS,2045,5,, +FCS,2045,6,, +FCS,2045,7,, +FCS,2045,8,, +FCS,2045,9,, +FCS,2045,10,, +FCS,2045,11,, +FCS,2045,12,, +FCS,2045,13,, +FCS,2045,14,, +FCS,2045,15,, +FCS,2045,16,, +FCS,2045,17,, +FCS,2045,18,, +FCS,2046,0,, +FCS,2046,1,, +FCS,2046,2,, +FCS,2046,3,, +FCS,2046,4,, +FCS,2046,5,, +FCS,2046,6,, +FCS,2046,7,, +FCS,2046,8,, +FCS,2046,9,, +FCS,2046,10,, +FCS,2046,11,, +FCS,2046,12,, +FCS,2046,13,, +FCS,2046,14,, +FCS,2046,15,, +FCS,2046,16,, +FCS,2046,17,, +FCS,2046,18,, +FCS,2047,0,, +FCS,2047,1,, +FCS,2047,2,, +FCS,2047,3,, +FCS,2047,4,, +FCS,2047,5,, +FCS,2047,6,, +FCS,2047,7,, +FCS,2047,8,, +FCS,2047,9,, +FCS,2047,10,, +FCS,2047,11,, +FCS,2047,12,, +FCS,2047,13,, +FCS,2047,14,, +FCS,2047,15,, +FCS,2047,16,, +FCS,2047,17,, +FCS,2047,18,, +FCS,2048,0,, +FCS,2048,1,, +FCS,2048,2,, +FCS,2048,3,, +FCS,2048,4,, +FCS,2048,5,, +FCS,2048,6,, +FCS,2048,7,, +FCS,2048,8,, +FCS,2048,9,, +FCS,2048,10,, +FCS,2048,11,, +FCS,2048,12,, +FCS,2048,13,, +FCS,2048,14,, +FCS,2048,15,, +FCS,2048,16,, +FCS,2048,17,, +FCS,2048,18,, +FCS,2049,0,, +FCS,2049,1,, +FCS,2049,2,, +FCS,2049,3,, +FCS,2049,4,, +FCS,2049,5,, +FCS,2049,6,, +FCS,2049,7,, +FCS,2049,8,, +FCS,2049,9,, +FCS,2049,10,, +FCS,2049,11,, +FCS,2049,12,, +FCS,2049,13,, +FCS,2049,14,, +FCS,2049,15,, +FCS,2049,16,, +FCS,2049,17,, +FCS,2049,18,, +FCS,2050,0,, +FCS,2050,1,, +FCS,2050,2,, +FCS,2050,3,, +FCS,2050,4,, +FCS,2050,5,, +FCS,2050,6,, +FCS,2050,7,, +FCS,2050,8,, +FCS,2050,9,, +FCS,2050,10,, +FCS,2050,11,, +FCS,2050,12,, +FCS,2050,13,, +FCS,2050,14,, +FCS,2050,15,, +FCS,2050,16,, +FCS,2050,17,, +FCS,2050,18,, +FIN,1990,0,29500,30765 +FIN,1990,1,30020,31358 +FIN,1990,2,30494,31890 +FIN,1990,3,30920,32360 +FIN,1990,4,31293,32765 +FIN,1990,5,31610,33103 +FIN,1990,6,31867,33371 +FIN,1990,7,32060,33568 +FIN,1990,8,32186,33690 +FIN,1990,9,32242,33735 +FIN,1990,10,32298,33776 +FIN,1990,11,32429,33886 +FIN,1990,12,32250,33687 +FIN,1990,13,31605,33026 +FIN,1990,14,30718,32126 +FIN,1990,15,29900,31296 +FIN,1990,16,29004,30391 +FIN,1990,17,28740,30113 +FIN,1990,18,29467,30815 +FIN,1991,0,30500,31721 +FIN,1991,1,29729,31011 +FIN,1991,2,30147,31495 +FIN,1991,3,30556,31958 +FIN,1991,4,30948,32392 +FIN,1991,5,31312,32787 +FIN,1991,6,31645,33142 +FIN,1991,7,31943,33454 +FIN,1991,8,32164,33679 +FIN,1991,9,32286,33794 +FIN,1991,10,32318,33811 +FIN,1991,11,32364,33838 +FIN,1991,12,32491,33941 +FIN,1991,13,32308,33736 +FIN,1991,14,31659,33070 +FIN,1991,15,30769,32167 +FIN,1991,16,29948,31333 +FIN,1991,17,29048,30425 +FIN,1991,18,28784,30149 +FIN,1992,0,31847,33033 +FIN,1992,1,31288,32550 +FIN,1992,2,29949,31250 +FIN,1992,3,30264,31624 +FIN,1992,4,30608,32018 +FIN,1992,5,30966,32415 +FIN,1992,6,31321,32801 +FIN,1992,7,31669,33172 +FIN,1992,8,32008,33528 +FIN,1992,9,32257,33782 +FIN,1992,10,32375,33890 +FIN,1992,11,32384,33878 +FIN,1992,12,32419,33891 +FIN,1992,13,32543,33988 +FIN,1992,14,32356,33777 +FIN,1992,15,31703,33107 +FIN,1992,16,30810,32200 +FIN,1992,17,29985,31363 +FIN,1992,18,29082,30451 +FIN,1993,0,33169,34333 +FIN,1993,1,32114,33345 +FIN,1993,2,31375,32667 +FIN,1993,3,30163,31485 +FIN,1993,4,30375,31749 +FIN,1993,5,30654,32074 +FIN,1993,6,30978,32435 +FIN,1993,7,31324,32810 +FIN,1993,8,31688,33198 +FIN,1993,9,32068,33598 +FIN,1993,10,32345,33880 +FIN,1993,11,32458,33981 +FIN,1993,12,32443,33942 +FIN,1993,13,32469,33941 +FIN,1993,14,32588,34030 +FIN,1993,15,32398,33814 +FIN,1993,16,31741,33139 +FIN,1993,17,30845,32229 +FIN,1993,18,30018,31390 +FIN,1994,0,33966,35121 +FIN,1994,1,32654,33863 +FIN,1994,2,31696,32958 +FIN,1994,3,31052,32363 +FIN,1994,4,30377,31719 +FIN,1994,5,30487,31874 +FIN,1994,6,30701,32129 +FIN,1994,7,30990,32454 +FIN,1994,8,31327,32819 +FIN,1994,9,31707,33224 +FIN,1994,10,32127,33667 +FIN,1994,11,32432,33979 +FIN,1994,12,32542,34073 +FIN,1994,13,32503,34005 +FIN,1994,14,32518,33990 +FIN,1994,15,32633,34073 +FIN,1994,16,32439,33850 +FIN,1994,17,31779,33170 +FIN,1994,18,30880,32258 +FIN,1995,0,33907,35068 +FIN,1995,1,32681,33879 +FIN,1995,2,31771,33009 +FIN,1995,3,31143,32422 +FIN,1995,4,30762,32082 +FIN,1995,5,30592,31953 +FIN,1995,6,30599,31999 +FIN,1995,7,30748,32185 +FIN,1995,8,31003,32473 +FIN,1995,9,31330,32828 +FIN,1995,10,31726,33250 +FIN,1995,11,32188,33737 +FIN,1995,12,32521,34077 +FIN,1995,13,32626,34164 +FIN,1995,14,32564,34068 +FIN,1995,15,32568,34038 +FIN,1995,16,32680,34115 +FIN,1995,17,32482,33886 +FIN,1995,18,31819,33202 +FIN,1996,0,32779,33964 +FIN,1996,1,33524,34689 +FIN,1996,2,32597,33794 +FIN,1996,3,31875,33110 +FIN,1996,4,31343,32617 +FIN,1996,5,30982,32298 +FIN,1996,6,30759,32117 +FIN,1996,7,30639,32038 +FIN,1996,8,30696,32133 +FIN,1996,9,30951,32421 +FIN,1996,10,31331,32829 +FIN,1996,11,31744,33267 +FIN,1996,12,32204,33752 +FIN,1996,13,32532,34089 +FIN,1996,14,32631,34169 +FIN,1996,15,32560,34063 +FIN,1996,16,32556,34025 +FIN,1996,17,32659,34090 +FIN,1996,18,32456,33858 +FIN,1997,0,30809,32034 +FIN,1997,1,30984,32194 +FIN,1997,2,33170,34338 +FIN,1997,3,32540,33737 +FIN,1997,4,32006,33237 +FIN,1997,5,31568,32838 +FIN,1997,6,31229,32540 +FIN,1997,7,30952,32307 +FIN,1997,8,30704,32102 +FIN,1997,9,30670,32108 +FIN,1997,10,30924,32395 +FIN,1997,11,31358,32856 +FIN,1997,12,31788,33310 +FIN,1997,13,32246,33795 +FIN,1997,14,32572,34128 +FIN,1997,15,32663,34201 +FIN,1997,16,32584,34086 +FIN,1997,17,32572,34038 +FIN,1997,18,32665,34093 +FIN,1998,0,28471,29743 +FIN,1998,1,29651,30881 +FIN,1998,2,30552,31760 +FIN,1998,3,32828,33999 +FIN,1998,4,32496,33692 +FIN,1998,5,32149,33377 +FIN,1998,6,31806,33072 +FIN,1998,7,31487,32794 +FIN,1998,8,31157,32508 +FIN,1998,9,30782,32179 +FIN,1998,10,30656,32094 +FIN,1998,11,30909,32381 +FIN,1998,12,31398,32895 +FIN,1998,13,31844,33366 +FIN,1998,14,32302,33850 +FIN,1998,15,32624,34180 +FIN,1998,16,32708,34245 +FIN,1998,17,32621,34121 +FIN,1998,18,32600,34064 +FIN,1999,0,26447,27763 +FIN,1999,1,28415,29668 +FIN,1999,2,29925,31136 +FIN,1999,3,31026,32216 +FIN,1999,4,32476,33651 +FIN,1999,5,32443,33638 +FIN,1999,6,32283,33508 +FIN,1999,7,32035,33296 +FIN,1999,8,31736,33039 +FIN,1999,9,31353,32701 +FIN,1999,10,30850,32246 +FIN,1999,11,30632,32072 +FIN,1999,12,30886,32358 +FIN,1999,13,31428,32925 +FIN,1999,14,31891,33414 +FIN,1999,15,32348,33897 +FIN,1999,16,32666,34223 +FIN,1999,17,32744,34281 +FIN,1999,18,32648,34148 +FIN,2000,0,25230,26578 +FIN,2000,1,27535,28808 +FIN,2000,2,29318,30539 +FIN,2000,3,30637,31827 +FIN,2000,4,31548,32725 +FIN,2000,5,32107,33287 +FIN,2000,6,32372,33569 +FIN,2000,7,32400,33623 +FIN,2000,8,32247,33506 +FIN,2000,9,31969,33270 +FIN,2000,10,31533,32879 +FIN,2000,11,30902,32299 +FIN,2000,12,30593,32035 +FIN,2000,13,30846,32320 +FIN,2000,14,31442,32940 +FIN,2000,15,31921,33445 +FIN,2000,16,32376,33927 +FIN,2000,17,32691,34250 +FIN,2000,18,32762,34301 +FIN,2001,0,25029,26390 +FIN,2001,1,25754,27083 +FIN,2001,2,27709,28975 +FIN,2001,3,29273,30496 +FIN,2001,4,30483,31679 +FIN,2001,5,31372,32556 +FIN,2001,6,31998,33184 +FIN,2001,7,32417,33615 +FIN,2001,8,32554,33777 +FIN,2001,9,32402,33660 +FIN,2001,10,32059,33360 +FIN,2001,11,31601,32950 +FIN,2001,12,30972,32371 +FIN,2001,13,30663,32106 +FIN,2001,14,30913,32388 +FIN,2001,15,31506,33002 +FIN,2001,16,31983,33502 +FIN,2001,17,32434,33977 +FIN,2001,18,32748,34300 +FIN,2002,0,25612,26972 +FIN,2002,1,27052,28351 +FIN,2002,2,26254,27564 +FIN,2002,3,27856,29116 +FIN,2002,4,29201,30424 +FIN,2002,5,30300,31501 +FIN,2002,6,31167,32358 +FIN,2002,7,31858,33050 +FIN,2002,8,32431,33630 +FIN,2002,9,32678,33899 +FIN,2002,10,32526,33783 +FIN,2002,11,32119,33420 +FIN,2002,12,31640,32990 +FIN,2002,13,31012,32413 +FIN,2002,14,30703,32148 +FIN,2002,15,30951,32426 +FIN,2002,16,31541,33034 +FIN,2002,17,32014,33528 +FIN,2002,18,32461,33996 +FIN,2003,0,26714,28065 +FIN,2003,1,27247,28556 +FIN,2003,2,27800,29075 +FIN,2003,3,26741,28034 +FIN,2003,4,27991,29244 +FIN,2003,5,29115,30339 +FIN,2003,6,30103,31310 +FIN,2003,7,30948,32146 +FIN,2003,8,31704,32902 +FIN,2003,9,32430,33631 +FIN,2003,10,32787,34007 +FIN,2003,11,32636,33891 +FIN,2003,12,32164,33466 +FIN,2003,13,31665,33016 +FIN,2003,14,31039,32442 +FIN,2003,15,30730,32176 +FIN,2003,16,30976,32450 +FIN,2003,17,31561,33052 +FIN,2003,18,32031,33540 +FIN,2004,0,27925,29271 +FIN,2004,1,27595,28916 +FIN,2004,2,27519,28816 +FIN,2004,3,27661,28936 +FIN,2004,4,27236,28511 +FIN,2004,5,28133,29381 +FIN,2004,6,29037,30264 +FIN,2004,7,29915,31128 +FIN,2004,8,30737,31944 +FIN,2004,9,31559,32764 +FIN,2004,10,32438,33643 +FIN,2004,11,32905,34125 +FIN,2004,12,32754,34011 +FIN,2004,13,32217,33523 +FIN,2004,14,31697,33052 +FIN,2004,15,31073,32480 +FIN,2004,16,30765,32214 +FIN,2004,17,31008,32484 +FIN,2004,18,31590,33080 +FIN,2005,0,28932,30285 +FIN,2005,1,27995,29330 +FIN,2005,2,27461,28777 +FIN,2005,3,27276,28573 +FIN,2005,4,27388,28666 +FIN,2005,5,27743,29004 +FIN,2005,6,28289,29534 +FIN,2005,7,28973,30205 +FIN,2005,8,29741,30964 +FIN,2005,9,30541,31759 +FIN,2005,10,31429,32644 +FIN,2005,11,32461,33672 +FIN,2005,12,33038,34262 +FIN,2005,13,32888,34148 +FIN,2005,14,32286,33597 +FIN,2005,15,31746,33106 +FIN,2005,16,31123,32536 +FIN,2005,17,30815,32270 +FIN,2005,18,31056,32535 +FIN,2006,0,29637,31001 +FIN,2006,1,28794,30127 +FIN,2006,2,28006,29323 +FIN,2006,3,27558,28859 +FIN,2006,4,27408,28695 +FIN,2006,5,27516,28788 +FIN,2006,6,27826,29086 +FIN,2006,7,28283,29534 +FIN,2006,8,28911,30153 +FIN,2006,9,29693,30924 +FIN,2006,10,30549,31771 +FIN,2006,11,31472,32687 +FIN,2006,12,32532,33740 +FIN,2006,13,33128,34348 +FIN,2006,14,32981,34241 +FIN,2006,15,32373,33689 +FIN,2006,16,31827,33199 +FIN,2006,17,31197,32626 +FIN,2006,18,30892,32371 +FIN,2007,0,30150,31532 +FIN,2007,1,28867,30220 +FIN,2007,2,28667,29981 +FIN,2007,3,28027,29327 +FIN,2007,4,27666,28953 +FIN,2007,5,27552,28828 +FIN,2007,6,27655,28921 +FIN,2007,7,27919,29179 +FIN,2007,8,28288,29547 +FIN,2007,9,28860,30113 +FIN,2007,10,29656,30897 +FIN,2007,11,30568,31795 +FIN,2007,12,31527,32743 +FIN,2007,13,32616,33822 +FIN,2007,14,33232,34448 +FIN,2007,15,33088,34347 +FIN,2007,16,32472,33795 +FIN,2007,17,31921,33306 +FIN,2007,18,31283,32729 +FIN,2008,0,30462,31867 +FIN,2008,1,29324,30686 +FIN,2008,2,28493,29820 +FIN,2008,3,28549,29846 +FIN,2008,4,28057,29342 +FIN,2008,5,27782,29056 +FIN,2008,6,27703,28971 +FIN,2008,7,27802,29064 +FIN,2008,8,28021,29282 +FIN,2008,9,28302,29569 +FIN,2008,10,28818,30084 +FIN,2008,11,29628,30880 +FIN,2008,12,30597,31830 +FIN,2008,13,31591,32811 +FIN,2008,14,32709,33915 +FIN,2008,15,33344,34560 +FIN,2008,16,33203,34465 +FIN,2008,17,32581,33912 +FIN,2008,18,32025,33423 +FIN,2009,0,30588,32018 +FIN,2009,1,29700,31076 +FIN,2009,2,28999,30332 +FIN,2009,3,28474,29774 +FIN,2009,4,28431,29714 +FIN,2009,5,28088,29360 +FIN,2009,6,27899,29164 +FIN,2009,7,27856,29117 +FIN,2009,8,27951,29212 +FIN,2009,9,28124,29390 +FIN,2009,10,28316,29595 +FIN,2009,11,28777,30058 +FIN,2009,12,29602,30868 +FIN,2009,13,30627,31870 +FIN,2009,14,31657,32883 +FIN,2009,15,32804,34012 +FIN,2009,16,33459,34676 +FIN,2009,17,33321,34587 +FIN,2009,18,32691,34034 +FIN,2010,0,30546,31996 +FIN,2010,1,29942,31335 +FIN,2010,2,29413,30762 +FIN,2010,3,28963,30277 +FIN,2010,4,28595,29884 +FIN,2010,5,28312,29584 +FIN,2010,6,28117,29380 +FIN,2010,7,28015,29273 +FIN,2010,8,28007,29266 +FIN,2010,9,28097,29360 +FIN,2010,10,28225,29499 +FIN,2010,11,28329,29622 +FIN,2010,12,28734,30034 +FIN,2010,13,29573,30857 +FIN,2010,14,30655,31911 +FIN,2010,15,31721,32956 +FIN,2010,16,32897,34112 +FIN,2010,17,33571,34794 +FIN,2010,18,33436,34712 +FIN,2011,0,30325,31778 +FIN,2011,1,30518,31953 +FIN,2011,2,30015,31400 +FIN,2011,3,29548,30892 +FIN,2011,4,29126,30438 +FIN,2011,5,28760,30048 +FIN,2011,6,28454,29723 +FIN,2011,7,28212,29466 +FIN,2011,8,28073,29324 +FIN,2011,9,28059,29320 +FIN,2011,10,28164,29442 +FIN,2011,11,28293,29594 +FIN,2011,12,28390,29725 +FIN,2011,13,28803,30151 +FIN,2011,14,29671,30997 +FIN,2011,15,30795,32080 +FIN,2011,16,31900,33153 +FIN,2011,17,33116,34335 +FIN,2011,18,33820,35042 +FIN,2012,0,29924,31379 +FIN,2012,1,29986,31402 +FIN,2012,2,30500,31922 +FIN,2012,3,30098,31478 +FIN,2012,4,29692,31035 +FIN,2012,5,29298,30611 +FIN,2012,6,28934,30223 +FIN,2012,7,28604,29873 +FIN,2012,8,28315,29564 +FIN,2012,9,28140,29387 +FIN,2012,10,28121,29386 +FIN,2012,11,28239,29535 +FIN,2012,12,28370,29702 +FIN,2012,13,28460,29840 +FIN,2012,14,28881,30280 +FIN,2012,15,29778,31149 +FIN,2012,16,30944,32262 +FIN,2012,17,32089,33363 +FIN,2012,18,33346,34571 +FIN,2013,0,29348,30797 +FIN,2013,1,29777,31205 +FIN,2013,2,30006,31412 +FIN,2013,3,30480,31893 +FIN,2013,4,30179,31556 +FIN,2013,5,29834,31178 +FIN,2013,6,29469,30784 +FIN,2013,7,29106,30399 +FIN,2013,8,28754,30024 +FIN,2013,9,28416,29663 +FIN,2013,10,28206,29450 +FIN,2013,11,28181,29452 +FIN,2013,12,28313,29630 +FIN,2013,13,28445,29811 +FIN,2013,14,28529,29956 +FIN,2013,15,28957,30410 +FIN,2013,16,29883,31303 +FIN,2013,17,31092,32445 +FIN,2013,18,32277,33574 +FIN,2014,0,28611,30042 +FIN,2014,1,29388,30818 +FIN,2014,2,29900,31323 +FIN,2014,3,30183,31592 +FIN,2014,4,30450,31854 +FIN,2014,5,30250,31625 +FIN,2014,6,29966,31313 +FIN,2014,7,29630,30949 +FIN,2014,8,29270,30566 +FIN,2014,9,28894,30167 +FIN,2014,10,28509,29754 +FIN,2014,11,28263,29505 +FIN,2014,12,28232,29511 +FIN,2014,13,28377,29715 +FIN,2014,14,28512,29911 +FIN,2014,15,28589,30063 +FIN,2014,16,29024,30531 +FIN,2014,17,29979,31447 +FIN,2014,18,31230,32619 +FIN,2015,0,27741,29138 +FIN,2015,1,28819,30238 +FIN,2015,2,29587,31015 +FIN,2015,3,30083,31509 +FIN,2015,4,30344,31758 +FIN,2015,5,30406,31802 +FIN,2015,6,30308,31681 +FIN,2015,7,30086,31435 +FIN,2015,8,29778,31102 +FIN,2015,9,29420,30721 +FIN,2015,10,29021,30297 +FIN,2015,11,28589,29832 +FIN,2015,12,28307,29548 +FIN,2015,13,28271,29557 +FIN,2015,14,28429,29789 +FIN,2015,15,28565,29998 +FIN,2015,16,28636,30158 +FIN,2015,17,29079,30640 +FIN,2015,18,30062,31579 +FIN,2016,0,26763,28109 +FIN,2016,1,27965,29369 +FIN,2016,2,28952,30375 +FIN,2016,3,29662,31092 +FIN,2016,4,30126,31553 +FIN,2016,5,30378,31792 +FIN,2016,6,30454,31850 +FIN,2016,7,30393,31766 +FIN,2016,8,30196,31548 +FIN,2016,9,29883,31217 +FIN,2016,10,29503,30825 +FIN,2016,11,29094,30402 +FIN,2016,12,28656,29943 +FIN,2016,13,28381,29670 +FIN,2016,14,28369,29700 +FIN,2016,15,28563,29959 +FIN,2016,16,28732,30193 +FIN,2016,17,28837,30376 +FIN,2016,18,29304,30880 +FIN,2017,0,25672,26950 +FIN,2017,1,27200,28548 +FIN,2017,2,28182,29591 +FIN,2017,3,29077,30503 +FIN,2017,4,29727,31158 +FIN,2017,5,30161,31587 +FIN,2017,6,30403,31817 +FIN,2017,7,30493,31889 +FIN,2017,8,30469,31842 +FIN,2017,9,30298,31650 +FIN,2017,10,29979,31323 +FIN,2017,11,29578,30920 +FIN,2017,12,29159,30497 +FIN,2017,13,28715,30043 +FIN,2017,14,28446,29783 +FIN,2017,15,28458,29834 +FIN,2017,16,28688,30119 +FIN,2017,17,28891,30378 +FIN,2017,18,29029,30585 +FIN,2018,0,24602,25808 +FIN,2018,1,26243,27540 +FIN,2018,2,27570,28933 +FIN,2018,3,28392,29804 +FIN,2018,4,29194,30622 +FIN,2018,5,29785,31217 +FIN,2018,6,30187,31613 +FIN,2018,7,30420,31833 +FIN,2018,8,30523,31918 +FIN,2018,9,30538,31908 +FIN,2018,10,30391,31745 +FIN,2018,11,30068,31420 +FIN,2018,12,29645,31006 +FIN,2018,13,29216,30583 +FIN,2018,14,28767,30136 +FIN,2018,15,28504,29889 +FIN,2018,16,28541,29960 +FIN,2018,17,28806,30271 +FIN,2018,18,29042,30555 +FIN,2019,0,24000,25000 +FIN,2019,1,25000,27000 +FIN,2019,2,27000,28000 +FIN,2019,3,28000,29000 +FIN,2019,4,29000,30000 +FIN,2019,5,29000,31000 +FIN,2019,6,30000,31000 +FIN,2019,7,30000,32000 +FIN,2019,8,30000,32000 +FIN,2019,9,31000,32000 +FIN,2019,10,31000,32000 +FIN,2019,11,30000,32000 +FIN,2019,12,30000,32000 +FIN,2019,13,30000,31000 +FIN,2019,14,29000,31000 +FIN,2019,15,29000,30000 +FIN,2019,16,29000,30000 +FIN,2019,17,29000,30000 +FIN,2019,18,29000,30000 +FIN,2020,0,23000,24000 +FIN,2020,1,25000,26000 +FIN,2020,2,26000,27000 +FIN,2020,3,27000,28000 +FIN,2020,4,28000,29000 +FIN,2020,5,29000,30000 +FIN,2020,6,29000,31000 +FIN,2020,7,30000,31000 +FIN,2020,8,30000,32000 +FIN,2020,9,30000,32000 +FIN,2020,10,31000,32000 +FIN,2020,11,31000,32000 +FIN,2020,12,31000,32000 +FIN,2020,13,30000,32000 +FIN,2020,14,30000,31000 +FIN,2020,15,29000,31000 +FIN,2020,16,29000,30000 +FIN,2020,17,29000,30000 +FIN,2020,18,29000,30000 +FIN,2021,0,23000,24000 +FIN,2021,1,23000,25000 +FIN,2021,2,25000,26000 +FIN,2021,3,26000,27000 +FIN,2021,4,27000,28000 +FIN,2021,5,28000,29000 +FIN,2021,6,29000,30000 +FIN,2021,7,29000,31000 +FIN,2021,8,30000,31000 +FIN,2021,9,30000,32000 +FIN,2021,10,31000,32000 +FIN,2021,11,31000,32000 +FIN,2021,12,31000,32000 +FIN,2021,13,31000,32000 +FIN,2021,14,30000,32000 +FIN,2021,15,30000,31000 +FIN,2021,16,29000,31000 +FIN,2021,17,29000,31000 +FIN,2021,18,29000,30000 +FIN,2022,0,23000,24000 +FIN,2022,1,24000,25000 +FIN,2022,2,24000,25000 +FIN,2022,3,25000,26000 +FIN,2022,4,26000,27000 +FIN,2022,5,27000,28000 +FIN,2022,6,28000,29000 +FIN,2022,7,29000,30000 +FIN,2022,8,30000,31000 +FIN,2022,9,30000,32000 +FIN,2022,10,30000,32000 +FIN,2022,11,31000,32000 +FIN,2022,12,31000,32000 +FIN,2022,13,31000,32000 +FIN,2022,14,31000,32000 +FIN,2022,15,30000,32000 +FIN,2022,16,30000,31000 +FIN,2022,17,30000,31000 +FIN,2022,18,29000,31000 +FIN,2023,0,24000,25000 +FIN,2023,1,24000,25000 +FIN,2023,2,24000,26000 +FIN,2023,3,24000,25000 +FIN,2023,4,25000,26000 +FIN,2023,5,26000,27000 +FIN,2023,6,27000,28000 +FIN,2023,7,28000,29000 +FIN,2023,8,29000,30000 +FIN,2023,9,30000,31000 +FIN,2023,10,30000,32000 +FIN,2023,11,31000,32000 +FIN,2023,12,31000,32000 +FIN,2023,13,31000,32000 +FIN,2023,14,31000,32000 +FIN,2023,15,31000,32000 +FIN,2023,16,30000,32000 +FIN,2023,17,30000,32000 +FIN,2023,18,30000,31000 +FIN,2024,0,24000,25000 +FIN,2024,1,24000,25000 +FIN,2024,2,24000,25000 +FIN,2024,3,24000,25000 +FIN,2024,4,24000,26000 +FIN,2024,5,25000,26000 +FIN,2024,6,26000,27000 +FIN,2024,7,27000,28000 +FIN,2024,8,28000,29000 +FIN,2024,9,29000,30000 +FIN,2024,10,30000,31000 +FIN,2024,11,30000,32000 +FIN,2024,12,31000,32000 +FIN,2024,13,31000,32000 +FIN,2024,14,31000,32000 +FIN,2024,15,31000,32000 +FIN,2024,16,31000,32000 +FIN,2024,17,31000,32000 +FIN,2024,18,30000,32000 +FIN,2025,0,24000,25000 +FIN,2025,1,24000,25000 +FIN,2025,2,24000,25000 +FIN,2025,3,24000,25000 +FIN,2025,4,24000,25000 +FIN,2025,5,25000,26000 +FIN,2025,6,25000,27000 +FIN,2025,7,26000,27000 +FIN,2025,8,27000,28000 +FIN,2025,9,28000,29000 +FIN,2025,10,29000,30000 +FIN,2025,11,30000,31000 +FIN,2025,12,30000,32000 +FIN,2025,13,31000,32000 +FIN,2025,14,31000,32000 +FIN,2025,15,31000,32000 +FIN,2025,16,31000,32000 +FIN,2025,17,31000,32000 +FIN,2025,18,31000,32000 +FIN,2026,0,24000,25000 +FIN,2026,1,24000,25000 +FIN,2026,2,24000,25000 +FIN,2026,3,24000,25000 +FIN,2026,4,24000,25000 +FIN,2026,5,24000,26000 +FIN,2026,6,25000,26000 +FIN,2026,7,25000,27000 +FIN,2026,8,26000,27000 +FIN,2026,9,27000,28000 +FIN,2026,10,28000,29000 +FIN,2026,11,29000,30000 +FIN,2026,12,30000,31000 +FIN,2026,13,30000,32000 +FIN,2026,14,31000,32000 +FIN,2026,15,31000,32000 +FIN,2026,16,31000,33000 +FIN,2026,17,31000,33000 +FIN,2026,18,31000,33000 +FIN,2027,0,24000,25000 +FIN,2027,1,24000,25000 +FIN,2027,2,24000,25000 +FIN,2027,3,24000,25000 +FIN,2027,4,24000,25000 +FIN,2027,5,24000,25000 +FIN,2027,6,24000,26000 +FIN,2027,7,25000,26000 +FIN,2027,8,26000,27000 +FIN,2027,9,26000,28000 +FIN,2027,10,27000,28000 +FIN,2027,11,28000,29000 +FIN,2027,12,29000,30000 +FIN,2027,13,30000,31000 +FIN,2027,14,31000,32000 +FIN,2027,15,31000,33000 +FIN,2027,16,31000,33000 +FIN,2027,17,31000,33000 +FIN,2027,18,31000,33000 +FIN,2028,0,24000,25000 +FIN,2028,1,24000,25000 +FIN,2028,2,23000,25000 +FIN,2028,3,24000,25000 +FIN,2028,4,24000,25000 +FIN,2028,5,24000,25000 +FIN,2028,6,24000,25000 +FIN,2028,7,25000,26000 +FIN,2028,8,25000,26000 +FIN,2028,9,26000,27000 +FIN,2028,10,26000,28000 +FIN,2028,11,27000,28000 +FIN,2028,12,28000,29000 +FIN,2028,13,29000,30000 +FIN,2028,14,30000,31000 +FIN,2028,15,31000,32000 +FIN,2028,16,31000,33000 +FIN,2028,17,31000,33000 +FIN,2028,18,31000,33000 +FIN,2029,0,24000,25000 +FIN,2029,1,24000,25000 +FIN,2029,2,24000,25000 +FIN,2029,3,24000,25000 +FIN,2029,4,24000,25000 +FIN,2029,5,24000,25000 +FIN,2029,6,24000,25000 +FIN,2029,7,24000,26000 +FIN,2029,8,25000,26000 +FIN,2029,9,25000,26000 +FIN,2029,10,26000,27000 +FIN,2029,11,26000,28000 +FIN,2029,12,27000,28000 +FIN,2029,13,28000,30000 +FIN,2029,14,29000,31000 +FIN,2029,15,30000,32000 +FIN,2029,16,31000,32000 +FIN,2029,17,31000,33000 +FIN,2029,18,31000,33000 +FIN,2030,0,24000,25000 +FIN,2030,1,24000,25000 +FIN,2030,2,24000,25000 +FIN,2030,3,24000,25000 +FIN,2030,4,24000,25000 +FIN,2030,5,24000,25000 +FIN,2030,6,24000,25000 +FIN,2030,7,24000,25000 +FIN,2030,8,25000,26000 +FIN,2030,9,25000,26000 +FIN,2030,10,25000,27000 +FIN,2030,11,26000,27000 +FIN,2030,12,26000,28000 +FIN,2030,13,27000,29000 +FIN,2030,14,28000,30000 +FIN,2030,15,29000,31000 +FIN,2030,16,30000,32000 +FIN,2030,17,31000,32000 +FIN,2030,18,31000,33000 +FIN,2031,0,24000,25000 +FIN,2031,1,24000,25000 +FIN,2031,2,24000,25000 +FIN,2031,3,24000,25000 +FIN,2031,4,24000,25000 +FIN,2031,5,24000,25000 +FIN,2031,6,24000,25000 +FIN,2031,7,24000,25000 +FIN,2031,8,24000,26000 +FIN,2031,9,25000,26000 +FIN,2031,10,25000,26000 +FIN,2031,11,25000,27000 +FIN,2031,12,26000,27000 +FIN,2031,13,26000,28000 +FIN,2031,14,27000,29000 +FIN,2031,15,28000,30000 +FIN,2031,16,29000,31000 +FIN,2031,17,30000,32000 +FIN,2031,18,31000,33000 +FIN,2032,0,24000,25000 +FIN,2032,1,24000,25000 +FIN,2032,2,24000,25000 +FIN,2032,3,24000,25000 +FIN,2032,4,24000,25000 +FIN,2032,5,24000,25000 +FIN,2032,6,24000,25000 +FIN,2032,7,24000,25000 +FIN,2032,8,24000,25000 +FIN,2032,9,24000,26000 +FIN,2032,10,25000,26000 +FIN,2032,11,25000,26000 +FIN,2032,12,26000,27000 +FIN,2032,13,26000,27000 +FIN,2032,14,26000,28000 +FIN,2032,15,27000,29000 +FIN,2032,16,28000,30000 +FIN,2032,17,29000,31000 +FIN,2032,18,30000,32000 +FIN,2033,0,24000,25000 +FIN,2033,1,24000,25000 +FIN,2033,2,24000,25000 +FIN,2033,3,24000,25000 +FIN,2033,4,24000,25000 +FIN,2033,5,24000,25000 +FIN,2033,6,24000,25000 +FIN,2033,7,24000,25000 +FIN,2033,8,24000,25000 +FIN,2033,9,24000,25000 +FIN,2033,10,24000,26000 +FIN,2033,11,25000,26000 +FIN,2033,12,25000,26000 +FIN,2033,13,26000,27000 +FIN,2033,14,26000,27000 +FIN,2033,15,27000,28000 +FIN,2033,16,27000,29000 +FIN,2033,17,29000,30000 +FIN,2033,18,30000,31000 +FIN,2034,0,24000,25000 +FIN,2034,1,24000,25000 +FIN,2034,2,24000,25000 +FIN,2034,3,24000,25000 +FIN,2034,4,24000,25000 +FIN,2034,5,24000,25000 +FIN,2034,6,24000,25000 +FIN,2034,7,24000,25000 +FIN,2034,8,24000,25000 +FIN,2034,9,24000,25000 +FIN,2034,10,24000,26000 +FIN,2034,11,25000,26000 +FIN,2034,12,25000,26000 +FIN,2034,13,25000,27000 +FIN,2034,14,26000,27000 +FIN,2034,15,26000,27000 +FIN,2034,16,27000,28000 +FIN,2034,17,28000,29000 +FIN,2034,18,29000,30000 +FIN,2035,0,24000,25000 +FIN,2035,1,24000,25000 +FIN,2035,2,24000,25000 +FIN,2035,3,24000,25000 +FIN,2035,4,24000,25000 +FIN,2035,5,24000,25000 +FIN,2035,6,24000,25000 +FIN,2035,7,24000,25000 +FIN,2035,8,24000,25000 +FIN,2035,9,24000,25000 +FIN,2035,10,24000,25000 +FIN,2035,11,24000,26000 +FIN,2035,12,25000,26000 +FIN,2035,13,25000,26000 +FIN,2035,14,25000,27000 +FIN,2035,15,26000,27000 +FIN,2035,16,26000,28000 +FIN,2035,17,27000,28000 +FIN,2035,18,28000,29000 +FIN,2036,0,24000,25000 +FIN,2036,1,24000,26000 +FIN,2036,2,24000,26000 +FIN,2036,3,24000,26000 +FIN,2036,4,24000,26000 +FIN,2036,5,24000,25000 +FIN,2036,6,24000,25000 +FIN,2036,7,24000,25000 +FIN,2036,8,24000,25000 +FIN,2036,9,24000,25000 +FIN,2036,10,24000,25000 +FIN,2036,11,24000,26000 +FIN,2036,12,24000,26000 +FIN,2036,13,25000,26000 +FIN,2036,14,25000,26000 +FIN,2036,15,25000,27000 +FIN,2036,16,26000,27000 +FIN,2036,17,26000,28000 +FIN,2036,18,27000,28000 +FIN,2037,0,24000,26000 +FIN,2037,1,24000,26000 +FIN,2037,2,24000,26000 +FIN,2037,3,24000,26000 +FIN,2037,4,24000,26000 +FIN,2037,5,24000,26000 +FIN,2037,6,24000,26000 +FIN,2037,7,24000,26000 +FIN,2037,8,24000,25000 +FIN,2037,9,24000,25000 +FIN,2037,10,24000,26000 +FIN,2037,11,24000,26000 +FIN,2037,12,24000,26000 +FIN,2037,13,25000,26000 +FIN,2037,14,25000,26000 +FIN,2037,15,25000,26000 +FIN,2037,16,26000,27000 +FIN,2037,17,26000,27000 +FIN,2037,18,26000,28000 +FIN,2038,0,24000,26000 +FIN,2038,1,25000,26000 +FIN,2038,2,25000,26000 +FIN,2038,3,25000,26000 +FIN,2038,4,25000,26000 +FIN,2038,5,25000,26000 +FIN,2038,6,24000,26000 +FIN,2038,7,24000,26000 +FIN,2038,8,24000,26000 +FIN,2038,9,24000,26000 +FIN,2038,10,24000,26000 +FIN,2038,11,24000,26000 +FIN,2038,12,24000,26000 +FIN,2038,13,24000,26000 +FIN,2038,14,25000,26000 +FIN,2038,15,25000,26000 +FIN,2038,16,25000,27000 +FIN,2038,17,26000,27000 +FIN,2038,18,26000,28000 +FIN,2039,0,25000,26000 +FIN,2039,1,25000,26000 +FIN,2039,2,25000,26000 +FIN,2039,3,25000,26000 +FIN,2039,4,25000,26000 +FIN,2039,5,25000,26000 +FIN,2039,6,25000,26000 +FIN,2039,7,25000,26000 +FIN,2039,8,24000,26000 +FIN,2039,9,24000,26000 +FIN,2039,10,24000,26000 +FIN,2039,11,24000,26000 +FIN,2039,12,24000,26000 +FIN,2039,13,24000,26000 +FIN,2039,14,25000,26000 +FIN,2039,15,25000,26000 +FIN,2039,16,25000,26000 +FIN,2039,17,25000,27000 +FIN,2039,18,26000,27000 +FIN,2040,0,25000,26000 +FIN,2040,1,25000,26000 +FIN,2040,2,25000,26000 +FIN,2040,3,25000,26000 +FIN,2040,4,25000,26000 +FIN,2040,5,25000,26000 +FIN,2040,6,25000,26000 +FIN,2040,7,25000,26000 +FIN,2040,8,25000,26000 +FIN,2040,9,25000,26000 +FIN,2040,10,25000,26000 +FIN,2040,11,25000,26000 +FIN,2040,12,24000,26000 +FIN,2040,13,24000,26000 +FIN,2040,14,24000,26000 +FIN,2040,15,25000,26000 +FIN,2040,16,25000,26000 +FIN,2040,17,25000,26000 +FIN,2040,18,25000,27000 +FIN,2041,0,25000,26000 +FIN,2041,1,25000,26000 +FIN,2041,2,25000,26000 +FIN,2041,3,25000,26000 +FIN,2041,4,25000,26000 +FIN,2041,5,25000,26000 +FIN,2041,6,25000,26000 +FIN,2041,7,25000,26000 +FIN,2041,8,25000,26000 +FIN,2041,9,25000,26000 +FIN,2041,10,25000,26000 +FIN,2041,11,25000,26000 +FIN,2041,12,25000,26000 +FIN,2041,13,25000,26000 +FIN,2041,14,25000,26000 +FIN,2041,15,25000,26000 +FIN,2041,16,25000,26000 +FIN,2041,17,25000,26000 +FIN,2041,18,25000,27000 +FIN,2042,0,25000,26000 +FIN,2042,1,25000,26000 +FIN,2042,2,25000,26000 +FIN,2042,3,25000,26000 +FIN,2042,4,25000,26000 +FIN,2042,5,25000,26000 +FIN,2042,6,25000,26000 +FIN,2042,7,25000,26000 +FIN,2042,8,25000,26000 +FIN,2042,9,25000,26000 +FIN,2042,10,25000,26000 +FIN,2042,11,25000,26000 +FIN,2042,12,25000,26000 +FIN,2042,13,25000,26000 +FIN,2042,14,25000,26000 +FIN,2042,15,25000,26000 +FIN,2042,16,25000,26000 +FIN,2042,17,25000,26000 +FIN,2042,18,25000,26000 +FIN,2043,0,25000,26000 +FIN,2043,1,25000,26000 +FIN,2043,2,25000,26000 +FIN,2043,3,25000,26000 +FIN,2043,4,25000,26000 +FIN,2043,5,25000,26000 +FIN,2043,6,25000,26000 +FIN,2043,7,25000,26000 +FIN,2043,8,25000,26000 +FIN,2043,9,25000,26000 +FIN,2043,10,25000,26000 +FIN,2043,11,25000,26000 +FIN,2043,12,25000,26000 +FIN,2043,13,25000,26000 +FIN,2043,14,25000,26000 +FIN,2043,15,25000,26000 +FIN,2043,16,25000,26000 +FIN,2043,17,25000,26000 +FIN,2043,18,25000,26000 +FIN,2044,0,25000,26000 +FIN,2044,1,25000,26000 +FIN,2044,2,25000,26000 +FIN,2044,3,25000,26000 +FIN,2044,4,25000,26000 +FIN,2044,5,25000,26000 +FIN,2044,6,25000,26000 +FIN,2044,7,25000,26000 +FIN,2044,8,25000,26000 +FIN,2044,9,25000,26000 +FIN,2044,10,25000,26000 +FIN,2044,11,25000,26000 +FIN,2044,12,25000,26000 +FIN,2044,13,25000,26000 +FIN,2044,14,25000,26000 +FIN,2044,15,25000,26000 +FIN,2044,16,25000,26000 +FIN,2044,17,25000,26000 +FIN,2044,18,25000,26000 +FIN,2045,0,25000,26000 +FIN,2045,1,25000,26000 +FIN,2045,2,25000,26000 +FIN,2045,3,25000,26000 +FIN,2045,4,25000,26000 +FIN,2045,5,25000,26000 +FIN,2045,6,25000,26000 +FIN,2045,7,25000,26000 +FIN,2045,8,25000,26000 +FIN,2045,9,25000,26000 +FIN,2045,10,25000,26000 +FIN,2045,11,25000,26000 +FIN,2045,12,25000,26000 +FIN,2045,13,25000,26000 +FIN,2045,14,25000,26000 +FIN,2045,15,25000,26000 +FIN,2045,16,25000,26000 +FIN,2045,17,25000,26000 +FIN,2045,18,25000,26000 +FIN,2046,0,24000,26000 +FIN,2046,1,25000,26000 +FIN,2046,2,25000,26000 +FIN,2046,3,25000,26000 +FIN,2046,4,25000,26000 +FIN,2046,5,25000,26000 +FIN,2046,6,25000,26000 +FIN,2046,7,25000,26000 +FIN,2046,8,25000,26000 +FIN,2046,9,25000,26000 +FIN,2046,10,25000,26000 +FIN,2046,11,25000,26000 +FIN,2046,12,25000,26000 +FIN,2046,13,25000,26000 +FIN,2046,14,25000,26000 +FIN,2046,15,25000,26000 +FIN,2046,16,25000,26000 +FIN,2046,17,25000,26000 +FIN,2046,18,25000,26000 +FIN,2047,0,24000,25000 +FIN,2047,1,24000,26000 +FIN,2047,2,25000,26000 +FIN,2047,3,25000,26000 +FIN,2047,4,25000,26000 +FIN,2047,5,25000,26000 +FIN,2047,6,25000,26000 +FIN,2047,7,25000,27000 +FIN,2047,8,25000,27000 +FIN,2047,9,25000,27000 +FIN,2047,10,25000,27000 +FIN,2047,11,25000,27000 +FIN,2047,12,25000,27000 +FIN,2047,13,25000,26000 +FIN,2047,14,25000,26000 +FIN,2047,15,25000,26000 +FIN,2047,16,25000,26000 +FIN,2047,17,25000,27000 +FIN,2047,18,25000,27000 +FIN,2048,0,24000,25000 +FIN,2048,1,24000,25000 +FIN,2048,2,25000,26000 +FIN,2048,3,25000,26000 +FIN,2048,4,25000,26000 +FIN,2048,5,25000,26000 +FIN,2048,6,25000,27000 +FIN,2048,7,25000,27000 +FIN,2048,8,25000,27000 +FIN,2048,9,25000,27000 +FIN,2048,10,25000,27000 +FIN,2048,11,25000,27000 +FIN,2048,12,25000,27000 +FIN,2048,13,25000,27000 +FIN,2048,14,25000,27000 +FIN,2048,15,25000,27000 +FIN,2048,16,25000,27000 +FIN,2048,17,25000,27000 +FIN,2048,18,25000,27000 +FIN,2049,0,24000,25000 +FIN,2049,1,24000,25000 +FIN,2049,2,24000,26000 +FIN,2049,3,25000,26000 +FIN,2049,4,25000,26000 +FIN,2049,5,25000,26000 +FIN,2049,6,25000,26000 +FIN,2049,7,25000,27000 +FIN,2049,8,25000,27000 +FIN,2049,9,25000,27000 +FIN,2049,10,25000,27000 +FIN,2049,11,25000,27000 +FIN,2049,12,25000,27000 +FIN,2049,13,25000,27000 +FIN,2049,14,25000,27000 +FIN,2049,15,25000,27000 +FIN,2049,16,25000,27000 +FIN,2049,17,25000,27000 +FIN,2049,18,25000,27000 +FIN,2050,0,23000,25000 +FIN,2050,1,24000,25000 +FIN,2050,2,24000,25000 +FIN,2050,3,25000,26000 +FIN,2050,4,25000,26000 +FIN,2050,5,25000,26000 +FIN,2050,6,25000,26000 +FIN,2050,7,25000,27000 +FIN,2050,8,25000,27000 +FIN,2050,9,25000,27000 +FIN,2050,10,26000,27000 +FIN,2050,11,26000,27000 +FIN,2050,12,26000,27000 +FIN,2050,13,25000,27000 +FIN,2050,14,25000,27000 +FIN,2050,15,25000,27000 +FIN,2050,16,25000,27000 +FIN,2050,17,25000,27000 +FIN,2050,18,25000,27000 +FJI,1990,0,9632,10174 +FJI,1990,1,9723,10281 +FJI,1990,2,9762,10329 +FJI,1990,3,9752,10322 +FJI,1990,4,9698,10266 +FJI,1990,5,9605,10166 +FJI,1990,6,9478,10027 +FJI,1990,7,9320,9855 +FJI,1990,8,9138,9653 +FJI,1990,9,8934,9429 +FJI,1990,10,8714,9185 +FJI,1990,11,8484,8928 +FJI,1990,12,8245,8664 +FJI,1990,13,8003,8400 +FJI,1990,14,7762,8140 +FJI,1990,15,7524,7881 +FJI,1990,16,7291,7626 +FJI,1990,17,7086,7398 +FJI,1990,18,6925,7209 +FJI,1991,0,9659,10208 +FJI,1991,1,9476,10025 +FJI,1991,2,9536,10097 +FJI,1991,3,9561,10130 +FJI,1991,4,9553,10123 +FJI,1991,5,9513,10080 +FJI,1991,6,9445,10005 +FJI,1991,7,9353,9903 +FJI,1991,8,9224,9759 +FJI,1991,9,9053,9567 +FJI,1991,10,8849,9340 +FJI,1991,11,8635,9100 +FJI,1991,12,8412,8849 +FJI,1991,13,8177,8588 +FJI,1991,14,7932,8321 +FJI,1991,15,7683,8055 +FJI,1991,16,7438,7790 +FJI,1991,17,7194,7526 +FJI,1991,18,6984,7294 +FJI,1992,0,9825,10383 +FJI,1992,1,9686,10253 +FJI,1992,2,9346,9900 +FJI,1992,3,9375,9938 +FJI,1992,4,9387,9954 +FJI,1992,5,9381,9948 +FJI,1992,6,9353,9917 +FJI,1992,7,9310,9867 +FJI,1992,8,9254,9802 +FJI,1992,9,9153,9686 +FJI,1992,10,8992,9504 +FJI,1992,11,8788,9274 +FJI,1992,12,8579,9037 +FJI,1992,13,8363,8791 +FJI,1992,14,8131,8532 +FJI,1992,15,7881,8262 +FJI,1992,16,7625,7990 +FJI,1992,17,7371,7717 +FJI,1992,18,7117,7445 +FJI,1993,0,10058,10626 +FJI,1993,1,9769,10340 +FJI,1993,2,9539,10112 +FJI,1993,3,9235,9793 +FJI,1993,4,9233,9797 +FJI,1993,5,9233,9798 +FJI,1993,6,9228,9792 +FJI,1993,7,9214,9774 +FJI,1993,8,9194,9748 +FJI,1993,9,9174,9719 +FJI,1993,10,9101,9631 +FJI,1993,11,8950,9458 +FJI,1993,12,8746,9225 +FJI,1993,13,8540,8990 +FJI,1993,14,8332,8750 +FJI,1993,15,8102,8493 +FJI,1993,16,7848,8219 +FJI,1993,17,7583,7939 +FJI,1993,18,7320,7659 +FJI,1994,0,10252,10827 +FJI,1994,1,9855,10428 +FJI,1994,2,9546,10118 +FJI,1994,3,9315,9884 +FJI,1994,4,9135,9696 +FJI,1994,5,9102,9664 +FJI,1994,6,9088,9650 +FJI,1994,7,9085,9644 +FJI,1994,8,9084,9638 +FJI,1994,9,9089,9637 +FJI,1994,10,9104,9645 +FJI,1994,11,9059,9585 +FJI,1994,12,8918,9420 +FJI,1994,13,8713,9184 +FJI,1994,14,8511,8952 +FJI,1994,15,8310,8717 +FJI,1994,16,8081,8461 +FJI,1994,17,7823,8183 +FJI,1994,18,7550,7896 +FJI,1995,0,10326,10902 +FJI,1995,1,9898,10470 +FJI,1995,2,9567,10135 +FJI,1995,3,9320,9885 +FJI,1995,4,9146,9709 +FJI,1995,5,9033,9594 +FJI,1995,6,8969,9528 +FJI,1995,7,8942,9499 +FJI,1995,8,8940,9493 +FJI,1995,9,8953,9500 +FJI,1995,10,8982,9523 +FJI,1995,11,9033,9568 +FJI,1995,12,9015,9536 +FJI,1995,13,8885,9380 +FJI,1995,14,8678,9140 +FJI,1995,15,8481,8910 +FJI,1995,16,8286,8681 +FJI,1995,17,8060,8426 +FJI,1995,18,7797,8144 +FJI,1996,0,10243,10817 +FJI,1996,1,10184,10759 +FJI,1996,2,9823,10393 +FJI,1996,3,9534,10101 +FJI,1996,4,9308,9873 +FJI,1996,5,9139,9701 +FJI,1996,6,9013,9573 +FJI,1996,7,8920,9476 +FJI,1996,8,8873,9425 +FJI,1996,9,8873,9421 +FJI,1996,10,8899,9443 +FJI,1996,11,8934,9472 +FJI,1996,12,8985,9519 +FJI,1996,13,8965,9485 +FJI,1996,14,8829,9324 +FJI,1996,15,8614,9075 +FJI,1996,16,8408,8836 +FJI,1996,17,8204,8598 +FJI,1996,18,7968,8333 +FJI,1997,0,10053,10620 +FJI,1997,1,9838,10402 +FJI,1997,2,10051,10622 +FJI,1997,3,9757,10325 +FJI,1997,4,9509,10074 +FJI,1997,5,9304,9867 +FJI,1997,6,9140,9699 +FJI,1997,7,9002,9558 +FJI,1997,8,8879,9430 +FJI,1997,9,8811,9358 +FJI,1997,10,8813,9356 +FJI,1997,11,8853,9393 +FJI,1997,12,8893,9428 +FJI,1997,13,8946,9476 +FJI,1997,14,8924,9441 +FJI,1997,15,8782,9274 +FJI,1997,16,8557,9015 +FJI,1997,17,8342,8768 +FJI,1997,18,8129,8520 +FJI,1998,0,9794,10352 +FJI,1998,1,9759,10318 +FJI,1998,2,9713,10273 +FJI,1998,3,9912,10481 +FJI,1998,4,9685,10251 +FJI,1998,5,9479,10043 +FJI,1998,6,9296,9857 +FJI,1998,7,9136,9693 +FJI,1998,8,8986,9539 +FJI,1998,9,8834,9380 +FJI,1998,10,8746,9287 +FJI,1998,11,8748,9286 +FJI,1998,12,8803,9338 +FJI,1998,13,8848,9380 +FJI,1998,14,8902,9429 +FJI,1998,15,8878,9393 +FJI,1998,16,8729,9220 +FJI,1998,17,8495,8952 +FJI,1998,18,8272,8695 +FJI,1999,0,9531,10082 +FJI,1999,1,9643,10199 +FJI,1999,2,9703,10263 +FJI,1999,3,9717,10280 +FJI,1999,4,9756,10325 +FJI,1999,5,9596,10163 +FJI,1999,6,9433,9998 +FJI,1999,7,9272,9833 +FJI,1999,8,9116,9674 +FJI,1999,9,8954,9506 +FJI,1999,10,8773,9317 +FJI,1999,11,8664,9202 +FJI,1999,12,8668,9204 +FJI,1999,13,8737,9271 +FJI,1999,14,8788,9318 +FJI,1999,15,8842,9369 +FJI,1999,16,8816,9332 +FJI,1999,17,8662,9152 +FJI,1999,18,8419,8876 +FJI,2000,0,9321,9870 +FJI,2000,1,9499,10058 +FJI,2000,2,9606,10171 +FJI,2000,3,9650,10220 +FJI,2000,4,9639,10212 +FJI,2000,5,9583,10157 +FJI,2000,6,9491,10063 +FJI,2000,7,9370,9940 +FJI,2000,8,9231,9797 +FJI,2000,9,9081,9642 +FJI,2000,10,8907,9462 +FJI,2000,11,8697,9242 +FJI,2000,12,8568,9106 +FJI,2000,13,8573,9109 +FJI,2000,14,8656,9192 +FJI,2000,15,8712,9245 +FJI,2000,16,8766,9298 +FJI,2000,17,8738,9259 +FJI,2000,18,8579,9074 +FJI,2001,0,9218,9758 +FJI,2001,1,9057,9611 +FJI,2001,2,9179,9740 +FJI,2001,3,9250,9816 +FJI,2001,4,9276,9844 +FJI,2001,5,9263,9830 +FJI,2001,6,9218,9783 +FJI,2001,7,9150,9711 +FJI,2001,8,9054,9609 +FJI,2001,9,8930,9480 +FJI,2001,10,8793,9335 +FJI,2001,11,8638,9171 +FJI,2001,12,8451,8972 +FJI,2001,13,8340,8853 +FJI,2001,14,8354,8865 +FJI,2001,15,8440,8951 +FJI,2001,16,8500,9010 +FJI,2001,17,8559,9069 +FJI,2001,18,8536,9035 +FJI,2002,0,9162,9698 +FJI,2002,1,9201,9753 +FJI,2002,2,8774,9337 +FJI,2002,3,8840,9408 +FJI,2002,4,8875,9445 +FJI,2002,5,8884,9453 +FJI,2002,6,8868,9434 +FJI,2002,7,8835,9396 +FJI,2002,8,8791,9345 +FJI,2002,9,8719,9264 +FJI,2002,10,8612,9148 +FJI,2002,11,8487,9013 +FJI,2002,12,8351,8866 +FJI,2002,13,8187,8688 +FJI,2002,14,8095,8586 +FJI,2002,15,8118,8607 +FJI,2002,16,8207,8697 +FJI,2002,17,8270,8761 +FJI,2002,18,8334,8826 +FJI,2003,0,9154,9688 +FJI,2003,1,9040,9594 +FJI,2003,2,8929,9497 +FJI,2003,3,8493,9068 +FJI,2003,4,8503,9080 +FJI,2003,5,8503,9079 +FJI,2003,6,8494,9067 +FJI,2003,7,8476,9042 +FJI,2003,8,8454,9012 +FJI,2003,9,8434,8983 +FJI,2003,10,8386,8923 +FJI,2003,11,8296,8821 +FJI,2003,12,8183,8696 +FJI,2003,13,8066,8565 +FJI,2003,14,7926,8408 +FJI,2003,15,7851,8323 +FJI,2003,16,7883,8353 +FJI,2003,17,7975,8446 +FJI,2003,18,8043,8516 +FJI,2004,0,9184,9717 +FJI,2004,1,8925,9481 +FJI,2004,2,8706,9277 +FJI,2004,3,8522,9104 +FJI,2004,4,8236,8822 +FJI,2004,5,8189,8776 +FJI,2004,6,8155,8737 +FJI,2004,7,8128,8705 +FJI,2004,8,8107,8675 +FJI,2004,9,8097,8653 +FJI,2004,10,8101,8644 +FJI,2004,11,8076,8606 +FJI,2004,12,8003,8518 +FJI,2004,13,7902,8402 +FJI,2004,14,7803,8287 +FJI,2004,15,7686,8151 +FJI,2004,16,7630,8082 +FJI,2004,17,7670,8120 +FJI,2004,18,7765,8218 +FJI,2005,0,9239,9771 +FJI,2005,1,8877,9433 +FJI,2005,2,8579,9154 +FJI,2005,3,8340,8927 +FJI,2005,4,8152,8746 +FJI,2005,5,8009,8606 +FJI,2005,6,7906,8501 +FJI,2005,7,7836,8425 +FJI,2005,8,7792,8372 +FJI,2005,9,7768,8336 +FJI,2005,10,7769,8322 +FJI,2005,11,7797,8335 +FJI,2005,12,7796,8317 +FJI,2005,13,7739,8243 +FJI,2005,14,7650,8136 +FJI,2005,15,7569,8036 +FJI,2005,16,7475,7921 +FJI,2005,17,7436,7868 +FJI,2005,18,7486,7915 +FJI,2006,0,9210,9745 +FJI,2006,1,8973,9525 +FJI,2006,2,8656,9227 +FJI,2006,3,8395,8979 +FJI,2006,4,8186,8777 +FJI,2006,5,8022,8616 +FJI,2006,6,7898,8490 +FJI,2006,7,7806,8392 +FJI,2006,8,7750,8327 +FJI,2006,9,7729,8296 +FJI,2006,10,7732,8288 +FJI,2006,11,7755,8297 +FJI,2006,12,7804,8331 +FJI,2006,13,7814,8326 +FJI,2006,14,7753,8251 +FJI,2006,15,7650,8135 +FJI,2006,16,7555,8026 +FJI,2006,17,7445,7900 +FJI,2006,18,7394,7837 +FJI,2007,0,9209,9746 +FJI,2007,1,8783,9351 +FJI,2007,2,8741,9312 +FJI,2007,3,8467,9052 +FJI,2007,4,8243,8834 +FJI,2007,5,8063,8657 +FJI,2007,6,7923,8515 +FJI,2007,7,7816,8402 +FJI,2007,8,7734,8311 +FJI,2007,9,7692,8258 +FJI,2007,10,7695,8249 +FJI,2007,11,7725,8268 +FJI,2007,12,7770,8300 +FJI,2007,13,7840,8356 +FJI,2007,14,7861,8363 +FJI,2007,15,7795,8287 +FJI,2007,16,7678,8161 +FJI,2007,17,7569,8043 +FJI,2007,18,7443,7906 +FJI,2008,0,9219,9753 +FJI,2008,1,8816,9383 +FJI,2008,2,8479,9072 +FJI,2008,3,8526,9112 +FJI,2008,4,8295,8889 +FJI,2008,5,8106,8702 +FJI,2008,6,7955,8548 +FJI,2008,7,7839,8426 +FJI,2008,8,7750,8327 +FJI,2008,9,7678,8242 +FJI,2008,10,7651,8201 +FJI,2008,11,7676,8214 +FJI,2008,12,7733,8260 +FJI,2008,13,7801,8315 +FJI,2008,14,7892,8392 +FJI,2008,15,7923,8412 +FJI,2008,16,7853,8335 +FJI,2008,17,7722,8200 +FJI,2008,18,7598,8071 +FJI,2009,0,9215,9741 +FJI,2009,1,8863,9424 +FJI,2009,2,8562,9148 +FJI,2009,3,8307,8911 +FJI,2009,4,8305,8901 +FJI,2009,5,8118,8716 +FJI,2009,6,7965,8560 +FJI,2009,7,7843,8430 +FJI,2009,8,7751,8328 +FJI,2009,9,7679,8242 +FJI,2009,10,7618,8163 +FJI,2009,11,7604,8134 +FJI,2009,12,7652,8169 +FJI,2009,13,7736,8243 +FJI,2009,14,7827,8321 +FJI,2009,15,7939,8420 +FJI,2009,16,7981,8452 +FJI,2009,17,7907,8374 +FJI,2009,18,7761,8229 +FJI,2010,0,9182,9693 +FJI,2010,1,8902,9448 +FJI,2010,2,8651,9222 +FJI,2010,3,8428,9016 +FJI,2010,4,8232,8830 +FJI,2010,5,8064,8663 +FJI,2010,6,7921,8517 +FJI,2010,7,7804,8392 +FJI,2010,8,7712,8288 +FJI,2010,9,7644,8204 +FJI,2010,10,7590,8132 +FJI,2010,11,7539,8061 +FJI,2010,12,7539,8043 +FJI,2010,13,7610,8100 +FJI,2010,14,7722,8201 +FJI,2010,15,7834,8302 +FJI,2010,16,7968,8422 +FJI,2010,17,8020,8467 +FJI,2010,18,7942,8389 +FJI,2011,0,9163,9675 +FJI,2011,1,9179,9696 +FJI,2011,2,8918,9461 +FJI,2011,3,8672,9232 +FJI,2011,4,8443,9013 +FJI,2011,5,8233,8806 +FJI,2011,6,8041,8611 +FJI,2011,7,7865,8428 +FJI,2011,8,7724,8277 +FJI,2011,9,7626,8168 +FJI,2011,10,7562,8093 +FJI,2011,11,7508,8025 +FJI,2011,12,7455,7957 +FJI,2011,13,7455,7941 +FJI,2011,14,7526,7996 +FJI,2011,15,7639,8093 +FJI,2011,16,7755,8191 +FJI,2011,17,7893,8312 +FJI,2011,18,7944,8352 +FJI,2012,0,9118,9623 +FJI,2012,1,9052,9589 +FJI,2012,2,9161,9677 +FJI,2012,3,8919,9452 +FJI,2012,4,8679,9220 +FJI,2012,5,8444,8988 +FJI,2012,6,8219,8762 +FJI,2012,7,8004,8539 +FJI,2012,8,7797,8319 +FJI,2012,9,7632,8142 +FJI,2012,10,7527,8028 +FJI,2012,11,7468,7962 +FJI,2012,12,7413,7898 +FJI,2012,13,7358,7833 +FJI,2012,14,7357,7819 +FJI,2012,15,7430,7873 +FJI,2012,16,7544,7965 +FJI,2012,17,7662,8062 +FJI,2012,18,7805,8182 +FJI,2013,0,9053,9548 +FJI,2013,1,9109,9633 +FJI,2013,2,9099,9641 +FJI,2013,3,9130,9642 +FJI,2013,4,8909,9427 +FJI,2013,5,8674,9193 +FJI,2013,6,8434,8949 +FJI,2013,7,8195,8703 +FJI,2013,8,7957,8452 +FJI,2013,9,7717,8196 +FJI,2013,10,7529,7994 +FJI,2013,11,7418,7876 +FJI,2013,12,7363,7818 +FJI,2013,13,7309,7759 +FJI,2013,14,7252,7697 +FJI,2013,15,7250,7685 +FJI,2013,16,7324,7736 +FJI,2013,17,7440,7824 +FJI,2013,18,7559,7918 +FJI,2014,0,8985,9473 +FJI,2014,1,9141,9652 +FJI,2014,2,9204,9729 +FJI,2014,3,9186,9718 +FJI,2014,4,9099,9606 +FJI,2014,5,8898,9401 +FJI,2014,6,8669,9165 +FJI,2014,7,8423,8909 +FJI,2014,8,8171,8643 +FJI,2014,9,7910,8366 +FJI,2014,10,7638,8073 +FJI,2014,11,7426,7846 +FJI,2014,12,7309,7723 +FJI,2014,13,7259,7674 +FJI,2014,14,7205,7619 +FJI,2014,15,7145,7561 +FJI,2014,16,7143,7550 +FJI,2014,17,7217,7600 +FJI,2014,18,7335,7684 +FJI,2015,0,8931,9419 +FJI,2015,1,9146,9650 +FJI,2015,2,9255,9769 +FJI,2015,3,9272,9789 +FJI,2015,4,9210,9723 +FJI,2015,5,9082,9586 +FJI,2015,6,8899,9392 +FJI,2015,7,8676,9153 +FJI,2015,8,8425,8884 +FJI,2015,9,8158,8598 +FJI,2015,10,7874,8293 +FJI,2015,11,7570,7964 +FJI,2015,12,7334,7711 +FJI,2015,13,7210,7584 +FJI,2015,14,7165,7544 +FJI,2015,15,7111,7493 +FJI,2015,16,7049,7438 +FJI,2015,17,7047,7428 +FJI,2015,18,7122,7476 +FJI,2016,0,8858,9347 +FJI,2016,1,8859,9333 +FJI,2016,2,9023,9507 +FJI,2016,3,9101,9587 +FJI,2016,4,9102,9587 +FJI,2016,5,9037,9516 +FJI,2016,6,8918,9387 +FJI,2016,7,8756,9211 +FJI,2016,8,8554,8996 +FJI,2016,9,8319,8751 +FJI,2016,10,8067,8491 +FJI,2016,11,7801,8214 +FJI,2016,12,7518,7918 +FJI,2016,13,7299,7688 +FJI,2016,14,7184,7567 +FJI,2016,15,7143,7520 +FJI,2016,16,7093,7465 +FJI,2016,17,7037,7407 +FJI,2016,18,7030,7387 +FJI,2017,0,8797,9293 +FJI,2017,1,8985,9483 +FJI,2017,2,8798,9260 +FJI,2017,3,8912,9376 +FJI,2017,4,8958,9420 +FJI,2017,5,8943,9399 +FJI,2017,6,8875,9323 +FJI,2017,7,8765,9201 +FJI,2017,8,8623,9044 +FJI,2017,9,8443,8852 +FJI,2017,10,8225,8632 +FJI,2017,11,7986,8395 +FJI,2017,12,7738,8147 +FJI,2017,13,7476,7883 +FJI,2017,14,7273,7676 +FJI,2017,15,7167,7560 +FJI,2017,16,7129,7507 +FJI,2017,17,7083,7447 +FJI,2017,18,7033,7386 +FJI,2018,0,8749,9255 +FJI,2018,1,8876,9378 +FJI,2018,2,8947,9439 +FJI,2018,3,8749,9202 +FJI,2018,4,8813,9260 +FJI,2018,5,8827,9266 +FJI,2018,6,8796,9226 +FJI,2018,7,8725,9144 +FJI,2018,8,8624,9030 +FJI,2018,9,8503,8891 +FJI,2018,10,8343,8722 +FJI,2018,11,8141,8525 +FJI,2018,12,7915,8312 +FJI,2018,13,7685,8092 +FJI,2018,14,7443,7861 +FJI,2018,15,7257,7675 +FJI,2018,16,7160,7564 +FJI,2018,17,7125,7505 +FJI,2018,18,7083,7441 +FJI,2019,0,8700,9200 +FJI,2019,1,8800,9300 +FJI,2019,2,8800,9300 +FJI,2019,3,8800,9300 +FJI,2019,4,8700,9200 +FJI,2019,5,8700,9200 +FJI,2019,6,8700,9100 +FJI,2019,7,8700,9100 +FJI,2019,8,8600,9000 +FJI,2019,9,8500,8900 +FJI,2019,10,8400,8700 +FJI,2019,11,8300,8600 +FJI,2019,12,8100,8400 +FJI,2019,13,7900,8200 +FJI,2019,14,7600,8000 +FJI,2019,15,7400,7800 +FJI,2019,16,7200,7700 +FJI,2019,17,7200,7600 +FJI,2019,18,7100,7500 +FJI,2020,0,8700,9200 +FJI,2020,1,8700,9200 +FJI,2020,2,8700,9200 +FJI,2020,3,8700,9200 +FJI,2020,4,8700,9200 +FJI,2020,5,8700,9100 +FJI,2020,6,8600,9100 +FJI,2020,7,8600,9000 +FJI,2020,8,8500,8900 +FJI,2020,9,8400,8800 +FJI,2020,10,8400,8700 +FJI,2020,11,8300,8600 +FJI,2020,12,8200,8500 +FJI,2020,13,8000,8300 +FJI,2020,14,7800,8200 +FJI,2020,15,7600,8000 +FJI,2020,16,7400,7800 +FJI,2020,17,7200,7700 +FJI,2020,18,7200,7600 +FJI,2021,0,8600,9100 +FJI,2021,1,8600,9200 +FJI,2021,2,8700,9200 +FJI,2021,3,8700,9200 +FJI,2021,4,8700,9200 +FJI,2021,5,8700,9100 +FJI,2021,6,8700,9100 +FJI,2021,7,8600,9000 +FJI,2021,8,8600,9000 +FJI,2021,9,8500,8900 +FJI,2021,10,8400,8800 +FJI,2021,11,8300,8700 +FJI,2021,12,8200,8600 +FJI,2021,13,8100,8400 +FJI,2021,14,7900,8300 +FJI,2021,15,7700,8100 +FJI,2021,16,7500,7900 +FJI,2021,17,7300,7800 +FJI,2021,18,7200,7600 +FJI,2022,0,8500,9000 +FJI,2022,1,8600,9000 +FJI,2022,2,8600,9100 +FJI,2022,3,8700,9100 +FJI,2022,4,8700,9200 +FJI,2022,5,8700,9100 +FJI,2022,6,8700,9100 +FJI,2022,7,8600,9100 +FJI,2022,8,8600,9000 +FJI,2022,9,8600,9000 +FJI,2022,10,8500,8900 +FJI,2022,11,8400,8800 +FJI,2022,12,8300,8600 +FJI,2022,13,8200,8500 +FJI,2022,14,8100,8400 +FJI,2022,15,7900,8200 +FJI,2022,16,7700,8000 +FJI,2022,17,7500,7900 +FJI,2022,18,7200,7700 +FJI,2023,0,8500,8900 +FJI,2023,1,8500,9000 +FJI,2023,2,8500,9000 +FJI,2023,3,8600,9100 +FJI,2023,4,8600,9100 +FJI,2023,5,8700,9100 +FJI,2023,6,8700,9100 +FJI,2023,7,8700,9100 +FJI,2023,8,8600,9100 +FJI,2023,9,8600,9000 +FJI,2023,10,8600,9000 +FJI,2023,11,8500,8900 +FJI,2023,12,8400,8700 +FJI,2023,13,8300,8600 +FJI,2023,14,8200,8500 +FJI,2023,15,8000,8300 +FJI,2023,16,7800,8200 +FJI,2023,17,7600,8000 +FJI,2023,18,7400,7800 +FJI,2024,0,8400,8800 +FJI,2024,1,8500,8900 +FJI,2024,2,8500,9000 +FJI,2024,3,8500,9000 +FJI,2024,4,8600,9100 +FJI,2024,5,8600,9100 +FJI,2024,6,8600,9100 +FJI,2024,7,8600,9100 +FJI,2024,8,8600,9100 +FJI,2024,9,8600,9100 +FJI,2024,10,8600,9000 +FJI,2024,11,8500,8900 +FJI,2024,12,8500,8800 +FJI,2024,13,8400,8700 +FJI,2024,14,8200,8600 +FJI,2024,15,8100,8500 +FJI,2024,16,8000,8300 +FJI,2024,17,7800,8100 +FJI,2024,18,7600,7900 +FJI,2025,0,8400,8800 +FJI,2025,1,8400,8900 +FJI,2025,2,8500,8900 +FJI,2025,3,8500,9000 +FJI,2025,4,8500,9000 +FJI,2025,5,8600,9100 +FJI,2025,6,8600,9100 +FJI,2025,7,8600,9100 +FJI,2025,8,8600,9100 +FJI,2025,9,8600,9100 +FJI,2025,10,8600,9100 +FJI,2025,11,8600,9000 +FJI,2025,12,8500,8900 +FJI,2025,13,8500,8800 +FJI,2025,14,8300,8700 +FJI,2025,15,8200,8600 +FJI,2025,16,8100,8400 +FJI,2025,17,7900,8300 +FJI,2025,18,7700,8100 +FJI,2026,0,8300,8800 +FJI,2026,1,8400,8800 +FJI,2026,2,8400,8900 +FJI,2026,3,8500,8900 +FJI,2026,4,8500,9000 +FJI,2026,5,8500,9000 +FJI,2026,6,8600,9100 +FJI,2026,7,8600,9100 +FJI,2026,8,8600,9100 +FJI,2026,9,8600,9100 +FJI,2026,10,8600,9100 +FJI,2026,11,8600,9000 +FJI,2026,12,8600,9000 +FJI,2026,13,8500,8900 +FJI,2026,14,8400,8800 +FJI,2026,15,8300,8700 +FJI,2026,16,8200,8500 +FJI,2026,17,8100,8400 +FJI,2026,18,7900,8200 +FJI,2027,0,8300,8700 +FJI,2027,1,8300,8800 +FJI,2027,2,8400,8800 +FJI,2027,3,8400,8800 +FJI,2027,4,8400,8900 +FJI,2027,5,8500,9000 +FJI,2027,6,8500,9000 +FJI,2027,7,8600,9100 +FJI,2027,8,8600,9100 +FJI,2027,9,8600,9100 +FJI,2027,10,8600,9100 +FJI,2027,11,8600,9100 +FJI,2027,12,8600,9000 +FJI,2027,13,8600,9000 +FJI,2027,14,8500,8900 +FJI,2027,15,8400,8800 +FJI,2027,16,8300,8600 +FJI,2027,17,8100,8500 +FJI,2027,18,8000,8300 +FJI,2028,0,8300,8700 +FJI,2028,1,8300,8700 +FJI,2028,2,8300,8800 +FJI,2028,3,8400,8800 +FJI,2028,4,8400,8800 +FJI,2028,5,8400,8900 +FJI,2028,6,8500,8900 +FJI,2028,7,8500,9000 +FJI,2028,8,8600,9000 +FJI,2028,9,8600,9100 +FJI,2028,10,8600,9100 +FJI,2028,11,8600,9100 +FJI,2028,12,8600,9100 +FJI,2028,13,8600,9000 +FJI,2028,14,8500,9000 +FJI,2028,15,8500,8900 +FJI,2028,16,8400,8700 +FJI,2028,17,8200,8600 +FJI,2028,18,8100,8400 +FJI,2029,0,8300,8800 +FJI,2029,1,8300,8700 +FJI,2029,2,8300,8700 +FJI,2029,3,8300,8700 +FJI,2029,4,8300,8800 +FJI,2029,5,8400,8800 +FJI,2029,6,8400,8900 +FJI,2029,7,8500,8900 +FJI,2029,8,8500,9000 +FJI,2029,9,8600,9000 +FJI,2029,10,8600,9100 +FJI,2029,11,8600,9100 +FJI,2029,12,8600,9100 +FJI,2029,13,8600,9000 +FJI,2029,14,8600,9000 +FJI,2029,15,8500,8900 +FJI,2029,16,8400,8800 +FJI,2029,17,8300,8700 +FJI,2029,18,8200,8600 +FJI,2030,0,8300,8800 +FJI,2030,1,8300,8700 +FJI,2030,2,8300,8700 +FJI,2030,3,8300,8700 +FJI,2030,4,8300,8700 +FJI,2030,5,8300,8800 +FJI,2030,6,8400,8800 +FJI,2030,7,8400,8900 +FJI,2030,8,8500,8900 +FJI,2030,9,8500,9000 +FJI,2030,10,8500,9000 +FJI,2030,11,8600,9100 +FJI,2030,12,8600,9100 +FJI,2030,13,8600,9100 +FJI,2030,14,8600,9000 +FJI,2030,15,8500,9000 +FJI,2030,16,8500,8900 +FJI,2030,17,8400,8800 +FJI,2030,18,8300,8700 +FJI,2031,0,8300,8800 +FJI,2031,1,8300,8700 +FJI,2031,2,8300,8700 +FJI,2031,3,8300,8700 +FJI,2031,4,8300,8700 +FJI,2031,5,8300,8700 +FJI,2031,6,8300,8800 +FJI,2031,7,8400,8800 +FJI,2031,8,8400,8900 +FJI,2031,9,8500,8900 +FJI,2031,10,8500,9000 +FJI,2031,11,8500,9000 +FJI,2031,12,8600,9000 +FJI,2031,13,8600,9100 +FJI,2031,14,8600,9000 +FJI,2031,15,8500,9000 +FJI,2031,16,8500,8900 +FJI,2031,17,8500,8900 +FJI,2031,18,8400,8800 +FJI,2032,0,8300,8800 +FJI,2032,1,8300,8700 +FJI,2032,2,8300,8700 +FJI,2032,3,8200,8700 +FJI,2032,4,8300,8700 +FJI,2032,5,8300,8700 +FJI,2032,6,8300,8700 +FJI,2032,7,8300,8800 +FJI,2032,8,8400,8800 +FJI,2032,9,8400,8800 +FJI,2032,10,8400,8900 +FJI,2032,11,8500,8900 +FJI,2032,12,8500,9000 +FJI,2032,13,8500,9000 +FJI,2032,14,8600,9000 +FJI,2032,15,8500,9000 +FJI,2032,16,8500,9000 +FJI,2032,17,8500,8900 +FJI,2032,18,8400,8800 +FJI,2033,0,8300,8800 +FJI,2033,1,8300,8700 +FJI,2033,2,8200,8700 +FJI,2033,3,8200,8700 +FJI,2033,4,8200,8700 +FJI,2033,5,8200,8700 +FJI,2033,6,8300,8700 +FJI,2033,7,8300,8700 +FJI,2033,8,8300,8800 +FJI,2033,9,8400,8800 +FJI,2033,10,8400,8800 +FJI,2033,11,8400,8900 +FJI,2033,12,8500,8900 +FJI,2033,13,8500,9000 +FJI,2033,14,8500,9000 +FJI,2033,15,8500,9000 +FJI,2033,16,8500,9000 +FJI,2033,17,8500,8900 +FJI,2033,18,8400,8900 +FJI,2034,0,8400,8800 +FJI,2034,1,8300,8700 +FJI,2034,2,8200,8700 +FJI,2034,3,8200,8700 +FJI,2034,4,8200,8700 +FJI,2034,5,8200,8700 +FJI,2034,6,8200,8700 +FJI,2034,7,8300,8700 +FJI,2034,8,8300,8700 +FJI,2034,9,8300,8800 +FJI,2034,10,8400,8800 +FJI,2034,11,8400,8800 +FJI,2034,12,8400,8900 +FJI,2034,13,8500,8900 +FJI,2034,14,8500,9000 +FJI,2034,15,8500,9000 +FJI,2034,16,8500,9000 +FJI,2034,17,8500,9000 +FJI,2034,18,8400,8900 +FJI,2035,0,8400,8800 +FJI,2035,1,8300,8700 +FJI,2035,2,8200,8700 +FJI,2035,3,8200,8700 +FJI,2035,4,8200,8600 +FJI,2035,5,8200,8600 +FJI,2035,6,8200,8600 +FJI,2035,7,8200,8700 +FJI,2035,8,8300,8700 +FJI,2035,9,8300,8700 +FJI,2035,10,8300,8700 +FJI,2035,11,8300,8800 +FJI,2035,12,8400,8800 +FJI,2035,13,8400,8900 +FJI,2035,14,8400,8900 +FJI,2035,15,8500,8900 +FJI,2035,16,8500,9000 +FJI,2035,17,8500,9000 +FJI,2035,18,8400,8900 +FJI,2036,0,8400,8800 +FJI,2036,1,8300,8800 +FJI,2036,2,8300,8700 +FJI,2036,3,8200,8700 +FJI,2036,4,8200,8700 +FJI,2036,5,8200,8600 +FJI,2036,6,8200,8600 +FJI,2036,7,8200,8600 +FJI,2036,8,8200,8600 +FJI,2036,9,8200,8700 +FJI,2036,10,8300,8700 +FJI,2036,11,8300,8700 +FJI,2036,12,8300,8800 +FJI,2036,13,8400,8800 +FJI,2036,14,8400,8800 +FJI,2036,15,8400,8900 +FJI,2036,16,8400,8900 +FJI,2036,17,8400,8900 +FJI,2036,18,8400,8900 +FJI,2037,0,8300,8800 +FJI,2037,1,8300,8700 +FJI,2037,2,8300,8800 +FJI,2037,3,8300,8700 +FJI,2037,4,8200,8700 +FJI,2037,5,8200,8700 +FJI,2037,6,8200,8600 +FJI,2037,7,8200,8600 +FJI,2037,8,8200,8600 +FJI,2037,9,8200,8600 +FJI,2037,10,8200,8700 +FJI,2037,11,8300,8700 +FJI,2037,12,8300,8700 +FJI,2037,13,8300,8700 +FJI,2037,14,8300,8800 +FJI,2037,15,8400,8800 +FJI,2037,16,8400,8800 +FJI,2037,17,8400,8900 +FJI,2037,18,8400,8900 +FJI,2038,0,8300,8700 +FJI,2038,1,8300,8700 +FJI,2038,2,8300,8700 +FJI,2038,3,8300,8700 +FJI,2038,4,8300,8700 +FJI,2038,5,8200,8700 +FJI,2038,6,8200,8700 +FJI,2038,7,8200,8600 +FJI,2038,8,8200,8600 +FJI,2038,9,8200,8600 +FJI,2038,10,8200,8600 +FJI,2038,11,8200,8700 +FJI,2038,12,8200,8700 +FJI,2038,13,8300,8700 +FJI,2038,14,8300,8700 +FJI,2038,15,8300,8700 +FJI,2038,16,8300,8800 +FJI,2038,17,8300,8800 +FJI,2038,18,8400,8800 +FJI,2039,0,8300,8700 +FJI,2039,1,8300,8700 +FJI,2039,2,8300,8700 +FJI,2039,3,8200,8700 +FJI,2039,4,8300,8700 +FJI,2039,5,8200,8700 +FJI,2039,6,8200,8700 +FJI,2039,7,8200,8700 +FJI,2039,8,8200,8600 +FJI,2039,9,8200,8600 +FJI,2039,10,8200,8600 +FJI,2039,11,8200,8600 +FJI,2039,12,8200,8600 +FJI,2039,13,8200,8700 +FJI,2039,14,8300,8700 +FJI,2039,15,8300,8700 +FJI,2039,16,8300,8700 +FJI,2039,17,8300,8700 +FJI,2039,18,8300,8800 +FJI,2040,0,8200,8700 +FJI,2040,1,8200,8700 +FJI,2040,2,8200,8700 +FJI,2040,3,8200,8700 +FJI,2040,4,8200,8700 +FJI,2040,5,8200,8700 +FJI,2040,6,8200,8700 +FJI,2040,7,8200,8700 +FJI,2040,8,8200,8600 +FJI,2040,9,8200,8600 +FJI,2040,10,8200,8600 +FJI,2040,11,8200,8600 +FJI,2040,12,8200,8600 +FJI,2040,13,8200,8600 +FJI,2040,14,8200,8600 +FJI,2040,15,8200,8700 +FJI,2040,16,8300,8700 +FJI,2040,17,8300,8700 +FJI,2040,18,8300,8700 +FJI,2041,0,8200,8600 +FJI,2041,1,8200,8700 +FJI,2041,2,8200,8700 +FJI,2041,3,8200,8700 +FJI,2041,4,8200,8700 +FJI,2041,5,8200,8700 +FJI,2041,6,8200,8700 +FJI,2041,7,8200,8700 +FJI,2041,8,8200,8700 +FJI,2041,9,8200,8600 +FJI,2041,10,8200,8600 +FJI,2041,11,8200,8600 +FJI,2041,12,8200,8600 +FJI,2041,13,8200,8600 +FJI,2041,14,8200,8600 +FJI,2041,15,8200,8600 +FJI,2041,16,8200,8600 +FJI,2041,17,8200,8600 +FJI,2041,18,8200,8600 +FJI,2042,0,8200,8600 +FJI,2042,1,8200,8600 +FJI,2042,2,8200,8600 +FJI,2042,3,8200,8700 +FJI,2042,4,8200,8700 +FJI,2042,5,8200,8700 +FJI,2042,6,8200,8700 +FJI,2042,7,8200,8700 +FJI,2042,8,8200,8700 +FJI,2042,9,8200,8600 +FJI,2042,10,8200,8600 +FJI,2042,11,8200,8600 +FJI,2042,12,8200,8600 +FJI,2042,13,8200,8600 +FJI,2042,14,8100,8600 +FJI,2042,15,8100,8600 +FJI,2042,16,8200,8600 +FJI,2042,17,8200,8600 +FJI,2042,18,8200,8600 +FJI,2043,0,8100,8600 +FJI,2043,1,8200,8600 +FJI,2043,2,8200,8600 +FJI,2043,3,8200,8600 +FJI,2043,4,8200,8600 +FJI,2043,5,8200,8700 +FJI,2043,6,8200,8700 +FJI,2043,7,8200,8700 +FJI,2043,8,8200,8700 +FJI,2043,9,8200,8700 +FJI,2043,10,8200,8600 +FJI,2043,11,8200,8600 +FJI,2043,12,8200,8600 +FJI,2043,13,8200,8600 +FJI,2043,14,8100,8600 +FJI,2043,15,8100,8500 +FJI,2043,16,8100,8500 +FJI,2043,17,8100,8500 +FJI,2043,18,8100,8600 +FJI,2044,0,8100,8500 +FJI,2044,1,8100,8600 +FJI,2044,2,8200,8600 +FJI,2044,3,8200,8600 +FJI,2044,4,8200,8600 +FJI,2044,5,8200,8600 +FJI,2044,6,8200,8600 +FJI,2044,7,8200,8600 +FJI,2044,8,8200,8600 +FJI,2044,9,8200,8600 +FJI,2044,10,8200,8600 +FJI,2044,11,8200,8600 +FJI,2044,12,8200,8600 +FJI,2044,13,8200,8600 +FJI,2044,14,8100,8600 +FJI,2044,15,8100,8500 +FJI,2044,16,8100,8500 +FJI,2044,17,8100,8500 +FJI,2044,18,8100,8500 +FJI,2045,0,8100,8500 +FJI,2045,1,8100,8500 +FJI,2045,2,8100,8600 +FJI,2045,3,8100,8600 +FJI,2045,4,8200,8600 +FJI,2045,5,8200,8600 +FJI,2045,6,8200,8600 +FJI,2045,7,8200,8600 +FJI,2045,8,8200,8600 +FJI,2045,9,8200,8600 +FJI,2045,10,8200,8600 +FJI,2045,11,8200,8600 +FJI,2045,12,8200,8600 +FJI,2045,13,8200,8600 +FJI,2045,14,8200,8600 +FJI,2045,15,8100,8500 +FJI,2045,16,8100,8500 +FJI,2045,17,8100,8500 +FJI,2045,18,8100,8500 +FJI,2046,0,8000,8500 +FJI,2046,1,8100,8500 +FJI,2046,2,8100,8500 +FJI,2046,3,8100,8500 +FJI,2046,4,8100,8600 +FJI,2046,5,8200,8600 +FJI,2046,6,8200,8600 +FJI,2046,7,8200,8600 +FJI,2046,8,8200,8600 +FJI,2046,9,8200,8600 +FJI,2046,10,8200,8600 +FJI,2046,11,8200,8600 +FJI,2046,12,8200,8600 +FJI,2046,13,8200,8600 +FJI,2046,14,8200,8600 +FJI,2046,15,8100,8500 +FJI,2046,16,8100,8500 +FJI,2046,17,8100,8500 +FJI,2046,18,8000,8400 +FJI,2047,0,8000,8500 +FJI,2047,1,8000,8500 +FJI,2047,2,8100,8500 +FJI,2047,3,8100,8500 +FJI,2047,4,8100,8500 +FJI,2047,5,8100,8600 +FJI,2047,6,8200,8600 +FJI,2047,7,8200,8600 +FJI,2047,8,8200,8600 +FJI,2047,9,8200,8600 +FJI,2047,10,8200,8600 +FJI,2047,11,8200,8600 +FJI,2047,12,8200,8600 +FJI,2047,13,8200,8600 +FJI,2047,14,8200,8600 +FJI,2047,15,8100,8600 +FJI,2047,16,8100,8500 +FJI,2047,17,8100,8500 +FJI,2047,18,8000,8400 +FJI,2048,0,8000,8400 +FJI,2048,1,8000,8400 +FJI,2048,2,8000,8500 +FJI,2048,3,8100,8500 +FJI,2048,4,8100,8500 +FJI,2048,5,8100,8500 +FJI,2048,6,8100,8600 +FJI,2048,7,8200,8600 +FJI,2048,8,8200,8600 +FJI,2048,9,8200,8600 +FJI,2048,10,8200,8600 +FJI,2048,11,8200,8600 +FJI,2048,12,8200,8600 +FJI,2048,13,8200,8600 +FJI,2048,14,8200,8600 +FJI,2048,15,8100,8600 +FJI,2048,16,8100,8500 +FJI,2048,17,8100,8500 +FJI,2048,18,8000,8400 +FJI,2049,0,8000,8400 +FJI,2049,1,8000,8400 +FJI,2049,2,8000,8400 +FJI,2049,3,8000,8400 +FJI,2049,4,8000,8500 +FJI,2049,5,8100,8500 +FJI,2049,6,8100,8500 +FJI,2049,7,8100,8500 +FJI,2049,8,8100,8600 +FJI,2049,9,8200,8600 +FJI,2049,10,8200,8600 +FJI,2049,11,8200,8600 +FJI,2049,12,8200,8600 +FJI,2049,13,8200,8600 +FJI,2049,14,8200,8600 +FJI,2049,15,8100,8600 +FJI,2049,16,8100,8500 +FJI,2049,17,8100,8500 +FJI,2049,18,8000,8400 +FJI,2050,0,7900,8400 +FJI,2050,1,7900,8400 +FJI,2050,2,8000,8400 +FJI,2050,3,8000,8400 +FJI,2050,4,8000,8400 +FJI,2050,5,8000,8500 +FJI,2050,6,8100,8500 +FJI,2050,7,8100,8500 +FJI,2050,8,8100,8500 +FJI,2050,9,8100,8600 +FJI,2050,10,8200,8600 +FJI,2050,11,8200,8600 +FJI,2050,12,8200,8600 +FJI,2050,13,8200,8600 +FJI,2050,14,8200,8600 +FJI,2050,15,8100,8600 +FJI,2050,16,8100,8500 +FJI,2050,17,8100,8500 +FJI,2050,18,8000,8500 +FRA,1990,0,351240,368405 +FRA,1990,1,365403,382970 +FRA,1990,2,374996,392858 +FRA,1990,3,380664,398725 +FRA,1990,4,383052,401226 +FRA,1990,5,382806,401018 +FRA,1990,6,380570,398755 +FRA,1990,7,376990,395093 +FRA,1990,8,372710,390689 +FRA,1990,9,368377,386198 +FRA,1990,10,363168,380733 +FRA,1990,11,356264,373405 +FRA,1990,12,355640,372587 +FRA,1990,13,364873,382022 +FRA,1990,14,380210,397736 +FRA,1990,15,394609,412374 +FRA,1990,16,409822,427840 +FRA,1990,17,420952,438543 +FRA,1990,18,424959,441095 +FRA,1991,0,343976,360889 +FRA,1991,1,354269,371409 +FRA,1991,2,366303,383808 +FRA,1991,3,374619,392414 +FRA,1991,4,379713,397725 +FRA,1991,5,382086,400239 +FRA,1991,6,382386,400621 +FRA,1991,7,381262,399533 +FRA,1991,8,378459,396651 +FRA,1991,9,374176,392148 +FRA,1991,10,369363,387013 +FRA,1991,11,363958,381200 +FRA,1991,12,356997,373678 +FRA,1991,13,356293,372596 +FRA,1991,14,365420,381678 +FRA,1991,15,380639,396996 +FRA,1991,16,394921,411251 +FRA,1991,17,410014,426330 +FRA,1991,18,421074,436786 +FRA,1992,0,340802,357792 +FRA,1992,1,356569,373839 +FRA,1992,2,357106,374190 +FRA,1992,3,367003,384413 +FRA,1992,4,374035,391729 +FRA,1992,5,378553,396481 +FRA,1992,6,380909,399008 +FRA,1992,7,381755,399980 +FRA,1992,8,381744,400068 +FRA,1992,9,379722,397969 +FRA,1992,10,375438,393369 +FRA,1992,11,370146,387593 +FRA,1992,12,364547,381436 +FRA,1992,13,357534,373724 +FRA,1992,14,356750,372378 +FRA,1992,15,365766,381101 +FRA,1992,16,380859,396012 +FRA,1992,17,395016,409878 +FRA,1992,18,409980,424559 +FRA,1993,0,341021,358335 +FRA,1993,1,353222,370457 +FRA,1993,2,362559,379786 +FRA,1993,3,359795,376805 +FRA,1993,4,367551,384847 +FRA,1993,5,373296,390871 +FRA,1993,6,377236,395061 +FRA,1993,7,379574,397599 +FRA,1993,8,380966,399162 +FRA,1993,9,382069,400425 +FRA,1993,10,380828,399110 +FRA,1993,11,376544,394415 +FRA,1993,12,370777,388001 +FRA,1993,13,364986,381503 +FRA,1993,14,357923,373604 +FRA,1993,15,357061,371995 +FRA,1993,16,365962,380355 +FRA,1993,17,380921,394854 +FRA,1993,18,394949,408322 +FRA,1994,0,343243,360995 +FRA,1994,1,350979,368283 +FRA,1994,2,357491,374537 +FRA,1994,3,362873,379819 +FRA,1994,4,362446,379388 +FRA,1994,5,368061,385250 +FRA,1994,6,372520,389983 +FRA,1994,7,375882,393611 +FRA,1994,8,378202,396160 +FRA,1994,9,380140,398313 +FRA,1994,10,382355,400751 +FRA,1994,11,381894,400219 +FRA,1994,12,377611,395429 +FRA,1994,13,371369,388377 +FRA,1994,14,365388,381540 +FRA,1994,15,358276,373455 +FRA,1994,16,357334,371583 +FRA,1994,17,366120,379579 +FRA,1994,18,380944,393664 +FRA,1995,0,346342,364532 +FRA,1995,1,349977,367455 +FRA,1995,2,353759,370794 +FRA,1995,3,357600,374417 +FRA,1995,4,361409,378192 +FRA,1995,5,365096,381988 +FRA,1995,6,368572,385673 +FRA,1995,7,371746,389114 +FRA,1995,8,374529,392181 +FRA,1995,9,376831,394742 +FRA,1995,10,379315,397484 +FRA,1995,11,382641,401096 +FRA,1995,12,382961,401346 +FRA,1995,13,378679,396463 +FRA,1995,14,371963,388773 +FRA,1995,15,365791,381595 +FRA,1995,16,358630,373325 +FRA,1995,17,357609,371190 +FRA,1995,18,366279,378822 +FRA,1996,0,350415,369029 +FRA,1996,1,346783,364887 +FRA,1996,2,350011,367532 +FRA,1996,3,353625,370787 +FRA,1996,4,357490,374476 +FRA,1996,5,361468,378423 +FRA,1996,6,365475,382508 +FRA,1996,7,369427,386609 +FRA,1996,8,372925,390276 +FRA,1996,9,375727,393224 +FRA,1996,10,377853,395442 +FRA,1996,11,380235,397909 +FRA,1996,12,383489,401272 +FRA,1996,13,383711,401235 +FRA,1996,14,379309,396029 +FRA,1996,15,372459,388006 +FRA,1996,16,366148,380497 +FRA,1996,17,358842,371889 +FRA,1996,18,357706,369526 +FRA,1997,0,355645,374691 +FRA,1997,1,352232,370361 +FRA,1997,2,347125,365132 +FRA,1997,3,349945,367500 +FRA,1997,4,353390,370670 +FRA,1997,5,357278,374424 +FRA,1997,6,361424,378541 +FRA,1997,7,365750,382913 +FRA,1997,8,370176,387429 +FRA,1997,9,373996,391321 +FRA,1997,10,376816,394149 +FRA,1997,11,378766,396025 +FRA,1997,12,381047,398215 +FRA,1997,13,384228,401328 +FRA,1997,14,384352,401005 +FRA,1997,15,379831,395478 +FRA,1997,16,372849,387124 +FRA,1997,17,366402,379287 +FRA,1997,18,358951,370343 +FRA,1998,0,361501,380910 +FRA,1998,1,355106,373620 +FRA,1998,2,351270,369154 +FRA,1998,3,347516,365426 +FRA,1998,4,349928,367516 +FRA,1998,5,353206,370602 +FRA,1998,6,357117,374421 +FRA,1998,7,361432,378709 +FRA,1998,8,366076,383368 +FRA,1998,9,370977,388299 +FRA,1998,10,375119,392416 +FRA,1998,11,377957,395126 +FRA,1998,12,379732,396659 +FRA,1998,13,381911,398574 +FRA,1998,14,385019,401438 +FRA,1998,15,385046,400828 +FRA,1998,16,380405,394980 +FRA,1998,17,373292,386294 +FRA,1998,18,366706,378128 +FRA,1999,0,367294,386909 +FRA,1999,1,358649,377457 +FRA,1999,2,352883,371106 +FRA,1999,3,349658,367484 +FRA,1999,4,348107,365931 +FRA,1999,5,350114,367745 +FRA,1999,6,353225,370748 +FRA,1999,7,357162,374634 +FRA,1999,8,361647,379096 +FRA,1999,9,366614,384045 +FRA,1999,10,371992,389394 +FRA,1999,11,376458,393738 +FRA,1999,12,379316,396330 +FRA,1999,13,380917,397523 +FRA,1999,14,382996,399162 +FRA,1999,15,386033,401779 +FRA,1999,16,385962,400882 +FRA,1999,17,381199,394710 +FRA,1999,18,373949,385687 +FRA,2000,0,372487,392101 +FRA,2000,1,362496,381447 +FRA,2000,2,355474,373934 +FRA,2000,3,351095,369211 +FRA,2000,4,349035,366927 +FRA,2000,5,348969,366731 +FRA,2000,6,350571,368270 +FRA,2000,7,353518,371193 +FRA,2000,8,357484,375150 +FRA,2000,9,362144,379788 +FRA,2000,10,367436,385032 +FRA,2000,11,373296,390803 +FRA,2000,12,378091,395378 +FRA,2000,13,380972,397855 +FRA,2000,14,382399,398707 +FRA,2000,15,384379,400073 +FRA,2000,16,387347,402444 +FRA,2000,17,387179,401259 +FRA,2000,18,382290,394758 +FRA,2001,0,375788,394965 +FRA,2001,1,370689,389999 +FRA,2001,2,362332,381135 +FRA,2001,3,356472,374892 +FRA,2001,4,352854,370989 +FRA,2001,5,351221,369149 +FRA,2001,6,351255,369029 +FRA,2001,7,352637,370289 +FRA,2001,8,355428,372965 +FRA,2001,9,359502,376908 +FRA,2001,10,364411,381647 +FRA,2001,11,369783,386810 +FRA,2001,12,375626,392403 +FRA,2001,13,380360,396720 +FRA,2001,14,383135,398849 +FRA,2001,15,384427,399303 +FRA,2001,16,386260,400273 +FRA,2001,17,389067,402231 +FRA,2001,18,388766,400752 +FRA,2002,0,378269,396784 +FRA,2002,1,368956,387313 +FRA,2002,2,369261,388296 +FRA,2002,3,362528,381212 +FRA,2002,4,357824,376230 +FRA,2002,5,354963,373142 +FRA,2002,6,353756,371744 +FRA,2002,7,353891,371702 +FRA,2002,8,355052,372683 +FRA,2002,9,357692,375116 +FRA,2002,10,361877,379048 +FRA,2002,11,367040,383892 +FRA,2002,12,372497,388979 +FRA,2002,13,378329,394400 +FRA,2002,14,383007,398464 +FRA,2002,15,385679,400247 +FRA,2002,16,386838,400305 +FRA,2002,17,388526,400879 +FRA,2002,18,391173,402428 +FRA,2003,0,380069,397883 +FRA,2003,1,372327,390270 +FRA,2003,2,366230,384296 +FRA,2003,3,367982,386798 +FRA,2003,4,362872,381492 +FRA,2003,5,359324,377769 +FRA,2003,6,357218,375496 +FRA,2003,7,356437,374538 +FRA,2003,8,356672,374573 +FRA,2003,9,357614,375277 +FRA,2003,10,360103,377467 +FRA,2003,11,364402,381390 +FRA,2003,12,369821,386343 +FRA,2003,13,375364,391358 +FRA,2003,14,381188,396608 +FRA,2003,15,385811,400421 +FRA,2003,16,388382,401859 +FRA,2003,17,389408,401521 +FRA,2003,18,390951,401699 +FRA,2004,0,381490,398828 +FRA,2004,1,375441,393101 +FRA,2004,2,370406,388350 +FRA,2004,3,366344,384529 +FRA,2004,4,366575,385261 +FRA,2004,5,363091,381734 +FRA,2004,6,360700,379272 +FRA,2004,7,359352,377814 +FRA,2004,8,358997,377298 +FRA,2004,9,359333,377410 +FRA,2004,10,360055,377836 +FRA,2004,11,362391,379782 +FRA,2004,12,366803,383697 +FRA,2004,13,372476,388758 +FRA,2004,14,378105,393699 +FRA,2004,15,383918,398778 +FRA,2004,16,388486,402341 +FRA,2004,17,390954,403433 +FRA,2004,18,391846,402698 +FRA,2005,0,382754,400026 +FRA,2005,1,378095,395730 +FRA,2005,2,373956,391921 +FRA,2005,3,370357,388611 +FRA,2005,4,367320,385812 +FRA,2005,5,364864,383534 +FRA,2005,6,363010,381789 +FRA,2005,7,361778,380590 +FRA,2005,8,361188,379948 +FRA,2005,9,361260,379875 +FRA,2005,10,361697,380064 +FRA,2005,11,362198,380211 +FRA,2005,12,364380,381913 +FRA,2005,13,368901,385818 +FRA,2005,14,374823,390984 +FRA,2005,15,380533,395849 +FRA,2005,16,386330,400755 +FRA,2005,17,390838,404064 +FRA,2005,18,393202,404810 +FRA,2006,0,384768,402005 +FRA,2006,1,382586,399717 +FRA,2006,2,378548,396020 +FRA,2006,3,374944,392746 +FRA,2006,4,371794,389901 +FRA,2006,5,369119,387488 +FRA,2006,6,366953,385532 +FRA,2006,7,365328,384058 +FRA,2006,8,364203,382967 +FRA,2006,9,363571,382220 +FRA,2006,10,363493,381885 +FRA,2006,11,363749,381788 +FRA,2006,12,364044,381632 +FRA,2006,13,365979,382931 +FRA,2006,14,370222,386316 +FRA,2006,15,375855,390905 +FRA,2006,16,381274,395207 +FRA,2006,17,386769,399543 +FRA,2006,18,391088,402451 +FRA,2007,0,386510,404092 +FRA,2007,1,383433,400942 +FRA,2007,2,382173,399255 +FRA,2007,3,378760,396158 +FRA,2007,4,375694,393422 +FRA,2007,5,372995,391043 +FRA,2007,6,370685,389018 +FRA,2007,7,368809,387385 +FRA,2007,8,367416,386182 +FRA,2007,9,366398,385199 +FRA,2007,10,365725,384348 +FRA,2007,11,365495,383751 +FRA,2007,12,365571,383368 +FRA,2007,13,365659,382908 +FRA,2007,14,367347,383804 +FRA,2007,15,371308,386668 +FRA,2007,16,376649,390678 +FRA,2007,17,381773,394413 +FRA,2007,18,386963,398177 +FRA,2008,0,387822,405965 +FRA,2008,1,385180,402883 +FRA,2008,2,382546,400010 +FRA,2008,3,381578,398679 +FRA,2008,4,378793,396183 +FRA,2008,5,376266,393985 +FRA,2008,6,374019,392072 +FRA,2008,7,372074,390436 +FRA,2008,8,370490,389126 +FRA,2008,9,369329,388195 +FRA,2008,10,368419,387320 +FRA,2008,11,367705,386366 +FRA,2008,12,367325,385507 +FRA,2008,13,367219,384838 +FRA,2008,14,367100,384075 +FRA,2008,15,368540,384567 +FRA,2008,16,372217,386909 +FRA,2008,17,377263,390338 +FRA,2008,18,382091,393506 +FRA,2009,0,388488,407182 +FRA,2009,1,386284,404227 +FRA,2009,2,384079,401555 +FRA,2009,3,381908,399158 +FRA,2009,4,380901,398069 +FRA,2009,5,378742,396175 +FRA,2009,6,376755,394514 +FRA,2009,7,374960,393068 +FRA,2009,8,373381,391820 +FRA,2009,9,372090,390834 +FRA,2009,10,371160,390175 +FRA,2009,11,370358,389408 +FRA,2009,12,369604,388350 +FRA,2009,13,369072,387230 +FRA,2009,14,368786,386275 +FRA,2009,15,368460,385209 +FRA,2009,16,369651,385297 +FRA,2009,17,373045,387117 +FRA,2009,18,377795,389966 +FRA,2010,0,388304,407389 +FRA,2010,1,386692,404857 +FRA,2010,2,385051,402625 +FRA,2010,3,383404,400666 +FRA,2010,4,381773,398954 +FRA,2010,5,380180,397464 +FRA,2010,6,378649,396171 +FRA,2010,7,377200,395047 +FRA,2010,8,375858,394068 +FRA,2010,9,374644,393208 +FRA,2010,10,373645,392545 +FRA,2010,11,372948,392157 +FRA,2010,12,372254,391499 +FRA,2010,13,371459,390337 +FRA,2010,14,370777,388956 +FRA,2010,15,370310,387715 +FRA,2010,16,369778,386346 +FRA,2010,17,370720,386030 +FRA,2010,18,373830,387329 +FRA,2011,0,387853,406925 +FRA,2011,1,388158,406961 +FRA,2011,2,387117,405218 +FRA,2011,3,385977,403642 +FRA,2011,4,384754,402206 +FRA,2011,5,383464,400885 +FRA,2011,6,382154,399677 +FRA,2011,7,380869,398580 +FRA,2011,8,379477,397449 +FRA,2011,9,377937,396213 +FRA,2011,10,376353,394916 +FRA,2011,11,374976,393781 +FRA,2011,12,373877,392890 +FRA,2011,13,372793,391676 +FRA,2011,14,371657,389922 +FRA,2011,15,370683,387948 +FRA,2011,16,369923,386124 +FRA,2011,17,369091,384171 +FRA,2011,18,369895,383470 +FRA,2012,0,386817,405706 +FRA,2012,1,386590,404723 +FRA,2012,2,388014,406560 +FRA,2012,3,387545,405606 +FRA,2012,4,386905,404685 +FRA,2012,5,386107,403774 +FRA,2012,6,385158,402844 +FRA,2012,7,384131,401918 +FRA,2012,8,383092,401017 +FRA,2012,9,381758,399879 +FRA,2012,10,380020,398386 +FRA,2012,11,378065,396652 +FRA,2012,12,376309,395044 +FRA,2012,13,374810,393649 +FRA,2012,14,373335,391879 +FRA,2012,15,371857,389532 +FRA,2012,16,370590,386964 +FRA,2012,17,369537,384557 +FRA,2012,18,368406,382019 +FRA,2013,0,384675,403282 +FRA,2013,1,385267,403348 +FRA,2013,2,385738,403495 +FRA,2013,3,387758,406087 +FRA,2013,4,387861,405921 +FRA,2013,5,387723,405658 +FRA,2013,6,387349,405270 +FRA,2013,7,386743,404733 +FRA,2013,8,385998,404089 +FRA,2013,9,385208,403384 +FRA,2013,10,383931,402239 +FRA,2013,11,381994,400489 +FRA,2013,12,379669,398318 +FRA,2013,13,377534,396238 +FRA,2013,14,375635,394338 +FRA,2013,15,373770,392012 +FRA,2013,16,371950,389072 +FRA,2013,17,370392,385910 +FRA,2013,18,369045,382920 +FRA,2014,0,380830,399117 +FRA,2014,1,382491,400461 +FRA,2014,2,383952,401744 +FRA,2014,3,385201,402934 +FRA,2014,4,387324,405440 +FRA,2014,5,387999,406064 +FRA,2014,6,388363,406457 +FRA,2014,7,388414,406594 +FRA,2014,8,388150,406449 +FRA,2014,9,387688,406088 +FRA,2014,10,387145,405579 +FRA,2014,11,385926,404428 +FRA,2014,12,383793,402422 +FRA,2014,13,381099,399814 +FRA,2014,14,378586,397262 +FRA,2014,15,376288,394859 +FRA,2014,16,374033,391978 +FRA,2014,17,371872,388447 +FRA,2014,18,370022,384692 +FRA,2015,0,375027,392988 +FRA,2015,1,378061,395820 +FRA,2015,2,380753,398420 +FRA,2015,3,383096,400762 +FRA,2015,4,385081,402821 +FRA,2015,5,386700,404569 +FRA,2015,6,387946,405982 +FRA,2015,7,388811,407031 +FRA,2015,8,389287,407692 +FRA,2015,9,389365,407938 +FRA,2015,10,389186,407859 +FRA,2015,11,388891,407547 +FRA,2015,12,387731,406391 +FRA,2015,13,385402,404129 +FRA,2015,14,382340,401088 +FRA,2015,15,379452,398066 +FRA,2015,16,376755,395161 +FRA,2015,17,374112,391727 +FRA,2015,18,371612,387607 +FRA,2016,0,367446,385116 +FRA,2016,1,375057,392635 +FRA,2016,2,378440,395924 +FRA,2016,3,381380,398877 +FRA,2016,4,383876,401470 +FRA,2016,5,385926,403677 +FRA,2016,6,387544,405493 +FRA,2016,7,388744,406913 +FRA,2016,8,389446,407817 +FRA,2016,9,389614,408141 +FRA,2016,10,389296,407918 +FRA,2016,11,388722,407359 +FRA,2016,12,388028,406559 +FRA,2016,13,386525,404897 +FRA,2016,14,383953,402132 +FRA,2016,15,380739,398615 +FRA,2016,16,377713,395139 +FRA,2016,17,374881,391786 +FRA,2016,18,372293,388121 +FRA,2017,0,358002,375351 +FRA,2017,1,365140,382211 +FRA,2017,2,375009,392158 +FRA,2017,3,378739,395905 +FRA,2017,4,381926,399210 +FRA,2017,5,384575,402052 +FRA,2017,6,386690,404406 +FRA,2017,7,388306,406290 +FRA,2017,8,389461,407718 +FRA,2017,9,389999,408476 +FRA,2017,10,389860,408462 +FRA,2017,11,389145,407771 +FRA,2017,12,388176,406732 +FRA,2017,13,387082,405442 +FRA,2017,14,385236,403276 +FRA,2017,15,382423,400008 +FRA,2017,16,379058,396016 +FRA,2017,17,375893,392087 +FRA,2017,18,372927,388287 +FRA,2018,0,348420,365481 +FRA,2018,1,357548,374192 +FRA,2018,2,365457,381888 +FRA,2018,3,374914,391612 +FRA,2018,4,378992,395815 +FRA,2018,5,382426,399473 +FRA,2018,6,385228,402563 +FRA,2018,7,387407,405065 +FRA,2018,8,389021,407015 +FRA,2018,9,390130,408451 +FRA,2018,10,390504,409062 +FRA,2018,11,390058,408711 +FRA,2018,12,388946,407552 +FRA,2018,13,387581,406032 +FRA,2018,14,386088,404254 +FRA,2018,15,383900,401584 +FRA,2018,16,380846,397813 +FRA,2018,17,377329,393347 +FRA,2018,18,374027,388967 +FRA,2019,0,341000,358000 +FRA,2019,1,351000,367000 +FRA,2019,2,360000,376000 +FRA,2019,3,367000,383000 +FRA,2019,4,375000,391000 +FRA,2019,5,379000,396000 +FRA,2019,6,383000,400000 +FRA,2019,7,386000,403000 +FRA,2019,8,388000,406000 +FRA,2019,9,390000,408000 +FRA,2019,10,391000,409000 +FRA,2019,11,391000,410000 +FRA,2019,12,390000,409000 +FRA,2019,13,389000,407000 +FRA,2019,14,387000,405000 +FRA,2019,15,385000,403000 +FRA,2019,16,382000,400000 +FRA,2019,17,379000,396000 +FRA,2019,18,376000,391000 +FRA,2020,0,337000,354000 +FRA,2020,1,346000,363000 +FRA,2020,2,355000,371000 +FRA,2020,3,362000,378000 +FRA,2020,4,369000,385000 +FRA,2020,5,374000,390000 +FRA,2020,6,379000,396000 +FRA,2020,7,383000,400000 +FRA,2020,8,386000,404000 +FRA,2020,9,389000,406000 +FRA,2020,10,390000,408000 +FRA,2020,11,391000,410000 +FRA,2020,12,391000,410000 +FRA,2020,13,390000,409000 +FRA,2020,14,388000,407000 +FRA,2020,15,386000,405000 +FRA,2020,16,384000,402000 +FRA,2020,17,381000,398000 +FRA,2020,18,377000,393000 +FRA,2021,0,338000,355000 +FRA,2021,1,339000,356000 +FRA,2021,2,347000,363000 +FRA,2021,3,355000,371000 +FRA,2021,4,362000,378000 +FRA,2021,5,369000,385000 +FRA,2021,6,375000,391000 +FRA,2021,7,381000,397000 +FRA,2021,8,385000,402000 +FRA,2021,9,388000,405000 +FRA,2021,10,390000,407000 +FRA,2021,11,391000,409000 +FRA,2021,12,392000,410000 +FRA,2021,13,392000,410000 +FRA,2021,14,390000,409000 +FRA,2021,15,388000,406000 +FRA,2021,16,386000,403000 +FRA,2021,17,383000,400000 +FRA,2021,18,380000,396000 +FRA,2022,0,343000,360000 +FRA,2022,1,346000,362000 +FRA,2022,2,341000,357000 +FRA,2022,3,348000,364000 +FRA,2022,4,355000,371000 +FRA,2022,5,363000,378000 +FRA,2022,6,369000,385000 +FRA,2022,7,376000,392000 +FRA,2022,8,382000,399000 +FRA,2022,9,387000,404000 +FRA,2022,10,390000,407000 +FRA,2022,11,391000,409000 +FRA,2022,12,392000,410000 +FRA,2022,13,392000,410000 +FRA,2022,14,392000,410000 +FRA,2022,15,390000,408000 +FRA,2022,16,388000,405000 +FRA,2022,17,385000,401000 +FRA,2022,18,382000,398000 +FRA,2023,0,350000,367000 +FRA,2023,1,347000,364000 +FRA,2023,2,347000,363000 +FRA,2023,3,342000,358000 +FRA,2023,4,349000,364000 +FRA,2023,5,355000,371000 +FRA,2023,6,362000,378000 +FRA,2023,7,369000,385000 +FRA,2023,8,376000,393000 +FRA,2023,9,383000,400000 +FRA,2023,10,389000,406000 +FRA,2023,11,391000,409000 +FRA,2023,12,392000,410000 +FRA,2023,13,392000,410000 +FRA,2023,14,393000,411000 +FRA,2023,15,392000,410000 +FRA,2023,16,390000,407000 +FRA,2023,17,387000,404000 +FRA,2023,18,385000,400000 +FRA,2024,0,356000,373000 +FRA,2024,1,349000,366000 +FRA,2024,2,345000,362000 +FRA,2024,3,345000,360000 +FRA,2024,4,344000,360000 +FRA,2024,5,349000,365000 +FRA,2024,6,355000,371000 +FRA,2024,7,362000,378000 +FRA,2024,8,369000,386000 +FRA,2024,9,377000,393000 +FRA,2024,10,385000,401000 +FRA,2024,11,390000,407000 +FRA,2024,12,393000,410000 +FRA,2024,13,393000,411000 +FRA,2024,14,393000,411000 +FRA,2024,15,393000,411000 +FRA,2024,16,392000,409000 +FRA,2024,17,390000,406000 +FRA,2024,18,387000,402000 +FRA,2025,0,358000,376000 +FRA,2025,1,349000,367000 +FRA,2025,2,344000,361000 +FRA,2025,3,342000,358000 +FRA,2025,4,343000,358000 +FRA,2025,5,345000,361000 +FRA,2025,6,350000,365000 +FRA,2025,7,355000,371000 +FRA,2025,8,362000,378000 +FRA,2025,9,369000,386000 +FRA,2025,10,377000,394000 +FRA,2025,11,386000,403000 +FRA,2025,12,392000,409000 +FRA,2025,13,394000,412000 +FRA,2025,14,394000,412000 +FRA,2025,15,394000,411000 +FRA,2025,16,393000,411000 +FRA,2025,17,392000,409000 +FRA,2025,18,389000,406000 +FRA,2026,0,357000,375000 +FRA,2026,1,356000,374000 +FRA,2026,2,349000,366000 +FRA,2026,3,345000,362000 +FRA,2026,4,344000,360000 +FRA,2026,5,345000,361000 +FRA,2026,6,347000,363000 +FRA,2026,7,351000,367000 +FRA,2026,8,357000,373000 +FRA,2026,9,363000,379000 +FRA,2026,10,370000,387000 +FRA,2026,11,378000,395000 +FRA,2026,12,386000,403000 +FRA,2026,13,392000,409000 +FRA,2026,14,394000,411000 +FRA,2026,15,393000,410000 +FRA,2026,16,393000,410000 +FRA,2026,17,392000,409000 +FRA,2026,18,391000,406000 +FRA,2027,0,354000,371000 +FRA,2027,1,347000,364000 +FRA,2027,2,354000,371000 +FRA,2027,3,349000,366000 +FRA,2027,4,346000,363000 +FRA,2027,5,346000,362000 +FRA,2027,6,347000,363000 +FRA,2027,7,349000,366000 +FRA,2027,8,353000,369000 +FRA,2027,9,358000,374000 +FRA,2027,10,364000,380000 +FRA,2027,11,371000,388000 +FRA,2027,12,379000,395000 +FRA,2027,13,387000,403000 +FRA,2027,14,392000,409000 +FRA,2027,15,394000,410000 +FRA,2027,16,393000,409000 +FRA,2027,17,392000,408000 +FRA,2027,18,391000,407000 +FRA,2028,0,348000,365000 +FRA,2028,1,345000,361000 +FRA,2028,2,343000,359000 +FRA,2028,3,351000,368000 +FRA,2028,4,349000,365000 +FRA,2028,5,348000,364000 +FRA,2028,6,348000,364000 +FRA,2028,7,349000,366000 +FRA,2028,8,352000,368000 +FRA,2028,9,355000,371000 +FRA,2028,10,359000,375000 +FRA,2028,11,365000,381000 +FRA,2028,12,372000,389000 +FRA,2028,13,380000,396000 +FRA,2028,14,387000,404000 +FRA,2028,15,392000,409000 +FRA,2028,16,394000,410000 +FRA,2028,17,393000,408000 +FRA,2028,18,392000,406000 +FRA,2029,0,343000,360000 +FRA,2029,1,343000,359000 +FRA,2029,2,343000,359000 +FRA,2029,3,344000,360000 +FRA,2029,4,349000,366000 +FRA,2029,5,349000,365000 +FRA,2029,6,349000,365000 +FRA,2029,7,350000,366000 +FRA,2029,8,352000,368000 +FRA,2029,9,354000,370000 +FRA,2029,10,356000,372000 +FRA,2029,11,360000,376000 +FRA,2029,12,366000,382000 +FRA,2029,13,373000,390000 +FRA,2029,14,380000,397000 +FRA,2029,15,388000,404000 +FRA,2029,16,393000,409000 +FRA,2029,17,394000,409000 +FRA,2029,18,392000,407000 +FRA,2030,0,340000,356000 +FRA,2030,1,342000,358000 +FRA,2030,2,343000,359000 +FRA,2030,3,344000,360000 +FRA,2030,4,345000,362000 +FRA,2030,5,347000,363000 +FRA,2030,6,348000,365000 +FRA,2030,7,350000,366000 +FRA,2030,8,351000,368000 +FRA,2030,9,354000,370000 +FRA,2030,10,356000,372000 +FRA,2030,11,357000,374000 +FRA,2030,12,361000,377000 +FRA,2030,13,367000,383000 +FRA,2030,14,374000,390000 +FRA,2030,15,381000,397000 +FRA,2030,16,388000,404000 +FRA,2030,17,392000,408000 +FRA,2030,18,393000,408000 +FRA,2031,0,340000,356000 +FRA,2031,1,341000,357000 +FRA,2031,2,342000,358000 +FRA,2031,3,344000,360000 +FRA,2031,4,345000,361000 +FRA,2031,5,346000,363000 +FRA,2031,6,348000,364000 +FRA,2031,7,350000,366000 +FRA,2031,8,352000,368000 +FRA,2031,9,353000,370000 +FRA,2031,10,355000,372000 +FRA,2031,11,357000,373000 +FRA,2031,12,358000,374000 +FRA,2031,13,361000,377000 +FRA,2031,14,367000,383000 +FRA,2031,15,374000,389000 +FRA,2031,16,380000,396000 +FRA,2031,17,387000,402000 +FRA,2031,18,392000,406000 +FRA,2032,0,341000,357000 +FRA,2032,1,342000,358000 +FRA,2032,2,341000,357000 +FRA,2032,3,343000,359000 +FRA,2032,4,344000,360000 +FRA,2032,5,346000,362000 +FRA,2032,6,347000,364000 +FRA,2032,7,349000,366000 +FRA,2032,8,351000,368000 +FRA,2032,9,353000,370000 +FRA,2032,10,355000,372000 +FRA,2032,11,356000,373000 +FRA,2032,12,358000,374000 +FRA,2032,13,359000,375000 +FRA,2032,14,361000,377000 +FRA,2032,15,367000,382000 +FRA,2032,16,373000,388000 +FRA,2032,17,380000,394000 +FRA,2032,18,386000,400000 +FRA,2033,0,343000,360000 +FRA,2033,1,343000,359000 +FRA,2033,2,343000,359000 +FRA,2033,3,342000,357000 +FRA,2033,4,343000,359000 +FRA,2033,5,345000,361000 +FRA,2033,6,346000,362000 +FRA,2033,7,348000,365000 +FRA,2033,8,350000,367000 +FRA,2033,9,353000,370000 +FRA,2033,10,355000,372000 +FRA,2033,11,356000,373000 +FRA,2033,12,357000,374000 +FRA,2033,13,358000,375000 +FRA,2033,14,359000,375000 +FRA,2033,15,361000,377000 +FRA,2033,16,367000,381000 +FRA,2033,17,373000,387000 +FRA,2033,18,379000,392000 +FRA,2034,0,346000,363000 +FRA,2034,1,344000,360000 +FRA,2034,2,343000,358000 +FRA,2034,3,342000,358000 +FRA,2034,4,342000,358000 +FRA,2034,5,343000,359000 +FRA,2034,6,345000,361000 +FRA,2034,7,347000,363000 +FRA,2034,8,349000,365000 +FRA,2034,9,351000,368000 +FRA,2034,10,354000,371000 +FRA,2034,11,357000,374000 +FRA,2034,12,358000,375000 +FRA,2034,13,358000,375000 +FRA,2034,14,359000,375000 +FRA,2034,15,359000,375000 +FRA,2034,16,361000,377000 +FRA,2034,17,366000,380000 +FRA,2034,18,373000,386000 +FRA,2035,0,347000,365000 +FRA,2035,1,344000,361000 +FRA,2035,2,343000,359000 +FRA,2035,3,342000,357000 +FRA,2035,4,342000,357000 +FRA,2035,5,342000,358000 +FRA,2035,6,343000,359000 +FRA,2035,7,345000,361000 +FRA,2035,8,347000,363000 +FRA,2035,9,350000,366000 +FRA,2035,10,352000,369000 +FRA,2035,11,356000,373000 +FRA,2035,12,358000,375000 +FRA,2035,13,359000,376000 +FRA,2035,14,359000,376000 +FRA,2035,15,359000,376000 +FRA,2035,16,360000,375000 +FRA,2035,17,361000,376000 +FRA,2035,18,366000,379000 +FRA,2036,0,349000,366000 +FRA,2036,1,347000,364000 +FRA,2036,2,345000,361000 +FRA,2036,3,344000,359000 +FRA,2036,4,343000,359000 +FRA,2036,5,343000,359000 +FRA,2036,6,344000,360000 +FRA,2036,7,345000,361000 +FRA,2036,8,347000,363000 +FRA,2036,9,349000,365000 +FRA,2036,10,351000,367000 +FRA,2036,11,353000,370000 +FRA,2036,12,356000,373000 +FRA,2036,13,358000,375000 +FRA,2036,14,359000,375000 +FRA,2036,15,359000,375000 +FRA,2036,16,359000,374000 +FRA,2036,17,359000,373000 +FRA,2036,18,361000,374000 +FRA,2037,0,350000,367000 +FRA,2037,1,347000,363000 +FRA,2037,2,347000,363000 +FRA,2037,3,345000,361000 +FRA,2037,4,344000,360000 +FRA,2037,5,344000,360000 +FRA,2037,6,345000,360000 +FRA,2037,7,346000,361000 +FRA,2037,8,347000,363000 +FRA,2037,9,349000,365000 +FRA,2037,10,350000,366000 +FRA,2037,11,352000,368000 +FRA,2037,12,354000,371000 +FRA,2037,13,357000,373000 +FRA,2037,14,359000,375000 +FRA,2037,15,359000,375000 +FRA,2037,16,359000,373000 +FRA,2037,17,359000,372000 +FRA,2037,18,358000,371000 +FRA,2038,0,350000,367000 +FRA,2038,1,347000,364000 +FRA,2038,2,345000,361000 +FRA,2038,3,346000,362000 +FRA,2038,4,345000,361000 +FRA,2038,5,345000,361000 +FRA,2038,6,345000,361000 +FRA,2038,7,346000,362000 +FRA,2038,8,347000,363000 +FRA,2038,9,349000,365000 +FRA,2038,10,350000,366000 +FRA,2038,11,352000,368000 +FRA,2038,12,353000,369000 +FRA,2038,13,355000,371000 +FRA,2038,14,357000,374000 +FRA,2038,15,359000,375000 +FRA,2038,16,359000,374000 +FRA,2038,17,358000,372000 +FRA,2038,18,358000,371000 +FRA,2039,0,350000,367000 +FRA,2039,1,347000,364000 +FRA,2039,2,346000,362000 +FRA,2039,3,345000,360000 +FRA,2039,4,346000,362000 +FRA,2039,5,345000,361000 +FRA,2039,6,346000,361000 +FRA,2039,7,346000,362000 +FRA,2039,8,347000,363000 +FRA,2039,9,348000,365000 +FRA,2039,10,350000,366000 +FRA,2039,11,351000,368000 +FRA,2039,12,353000,369000 +FRA,2039,13,354000,370000 +FRA,2039,14,355000,372000 +FRA,2039,15,357000,374000 +FRA,2039,16,359000,374000 +FRA,2039,17,359000,373000 +FRA,2039,18,358000,371000 +FRA,2040,0,349000,366000 +FRA,2040,1,347000,364000 +FRA,2040,2,346000,362000 +FRA,2040,3,345000,361000 +FRA,2040,4,345000,361000 +FRA,2040,5,345000,361000 +FRA,2040,6,345000,361000 +FRA,2040,7,346000,362000 +FRA,2040,8,347000,363000 +FRA,2040,9,348000,365000 +FRA,2040,10,350000,366000 +FRA,2040,11,351000,368000 +FRA,2040,12,353000,369000 +FRA,2040,13,354000,370000 +FRA,2040,14,355000,371000 +FRA,2040,15,356000,372000 +FRA,2040,16,358000,374000 +FRA,2040,17,358000,374000 +FRA,2040,18,358000,372000 +FRA,2041,0,349000,366000 +FRA,2041,1,349000,366000 +FRA,2041,2,348000,364000 +FRA,2041,3,347000,363000 +FRA,2041,4,346000,362000 +FRA,2041,5,346000,362000 +FRA,2041,6,346000,362000 +FRA,2041,7,347000,363000 +FRA,2041,8,348000,364000 +FRA,2041,9,349000,365000 +FRA,2041,10,349000,366000 +FRA,2041,11,351000,367000 +FRA,2041,12,352000,368000 +FRA,2041,13,353000,369000 +FRA,2041,14,354000,370000 +FRA,2041,15,354000,370000 +FRA,2041,16,355000,371000 +FRA,2041,17,357000,372000 +FRA,2041,18,358000,372000 +FRA,2042,0,348000,365000 +FRA,2042,1,347000,363000 +FRA,2042,2,349000,365000 +FRA,2042,3,348000,364000 +FRA,2042,4,347000,364000 +FRA,2042,5,347000,363000 +FRA,2042,6,348000,363000 +FRA,2042,7,348000,364000 +FRA,2042,8,349000,365000 +FRA,2042,9,349000,365000 +FRA,2042,10,350000,366000 +FRA,2042,11,351000,367000 +FRA,2042,12,351000,367000 +FRA,2042,13,352000,368000 +FRA,2042,14,353000,369000 +FRA,2042,15,354000,369000 +FRA,2042,16,354000,369000 +FRA,2042,17,355000,369000 +FRA,2042,18,356000,370000 +FRA,2043,0,346000,363000 +FRA,2043,1,346000,363000 +FRA,2043,2,346000,362000 +FRA,2043,3,348000,365000 +FRA,2043,4,348000,364000 +FRA,2043,5,348000,364000 +FRA,2043,6,348000,364000 +FRA,2043,7,349000,365000 +FRA,2043,8,349000,366000 +FRA,2043,9,350000,366000 +FRA,2043,10,351000,367000 +FRA,2043,11,351000,368000 +FRA,2043,12,352000,368000 +FRA,2043,13,352000,368000 +FRA,2043,14,353000,369000 +FRA,2043,15,353000,369000 +FRA,2043,16,354000,368000 +FRA,2043,17,354000,368000 +FRA,2043,18,354000,367000 +FRA,2044,0,345000,362000 +FRA,2044,1,345000,361000 +FRA,2044,2,345000,362000 +FRA,2044,3,346000,362000 +FRA,2044,4,348000,364000 +FRA,2044,5,348000,364000 +FRA,2044,6,349000,365000 +FRA,2044,7,349000,366000 +FRA,2044,8,350000,366000 +FRA,2044,9,351000,367000 +FRA,2044,10,352000,368000 +FRA,2044,11,352000,369000 +FRA,2044,12,353000,369000 +FRA,2044,13,353000,369000 +FRA,2044,14,353000,369000 +FRA,2044,15,353000,369000 +FRA,2044,16,353000,368000 +FRA,2044,17,353000,368000 +FRA,2044,18,353000,366000 +FRA,2045,0,343000,360000 +FRA,2045,1,344000,360000 +FRA,2045,2,344000,360000 +FRA,2045,3,345000,361000 +FRA,2045,4,346000,362000 +FRA,2045,5,347000,363000 +FRA,2045,6,348000,364000 +FRA,2045,7,349000,365000 +FRA,2045,8,350000,367000 +FRA,2045,9,351000,368000 +FRA,2045,10,352000,369000 +FRA,2045,11,353000,370000 +FRA,2045,12,354000,370000 +FRA,2045,13,354000,370000 +FRA,2045,14,353000,370000 +FRA,2045,15,353000,369000 +FRA,2045,16,353000,369000 +FRA,2045,17,353000,368000 +FRA,2045,18,353000,367000 +FRA,2046,0,341000,358000 +FRA,2046,1,343000,360000 +FRA,2046,2,344000,360000 +FRA,2046,3,345000,361000 +FRA,2046,4,346000,362000 +FRA,2046,5,347000,363000 +FRA,2046,6,349000,365000 +FRA,2046,7,350000,366000 +FRA,2046,8,351000,367000 +FRA,2046,9,352000,368000 +FRA,2046,10,352000,369000 +FRA,2046,11,353000,369000 +FRA,2046,12,354000,370000 +FRA,2046,13,354000,370000 +FRA,2046,14,354000,370000 +FRA,2046,15,353000,369000 +FRA,2046,16,353000,368000 +FRA,2046,17,353000,367000 +FRA,2046,18,352000,366000 +FRA,2047,0,340000,356000 +FRA,2047,1,341000,357000 +FRA,2047,2,343000,359000 +FRA,2047,3,344000,360000 +FRA,2047,4,346000,362000 +FRA,2047,5,347000,363000 +FRA,2047,6,349000,365000 +FRA,2047,7,350000,366000 +FRA,2047,8,352000,368000 +FRA,2047,9,353000,369000 +FRA,2047,10,353000,370000 +FRA,2047,11,354000,370000 +FRA,2047,12,354000,370000 +FRA,2047,13,354000,370000 +FRA,2047,14,354000,370000 +FRA,2047,15,354000,369000 +FRA,2047,16,353000,368000 +FRA,2047,17,352000,366000 +FRA,2047,18,352000,365000 +FRA,2048,0,338000,354000 +FRA,2048,1,339000,355000 +FRA,2048,2,340000,356000 +FRA,2048,3,343000,359000 +FRA,2048,4,345000,361000 +FRA,2048,5,347000,362000 +FRA,2048,6,348000,364000 +FRA,2048,7,350000,366000 +FRA,2048,8,352000,368000 +FRA,2048,9,353000,370000 +FRA,2048,10,354000,371000 +FRA,2048,11,355000,371000 +FRA,2048,12,355000,371000 +FRA,2048,13,355000,371000 +FRA,2048,14,355000,371000 +FRA,2048,15,354000,370000 +FRA,2048,16,354000,368000 +FRA,2048,17,353000,366000 +FRA,2048,18,352000,364000 +FRA,2049,0,336000,352000 +FRA,2049,1,337000,353000 +FRA,2049,2,339000,354000 +FRA,2049,3,340000,356000 +FRA,2049,4,343000,359000 +FRA,2049,5,345000,361000 +FRA,2049,6,347000,363000 +FRA,2049,7,349000,365000 +FRA,2049,8,351000,367000 +FRA,2049,9,353000,369000 +FRA,2049,10,355000,371000 +FRA,2049,11,356000,372000 +FRA,2049,12,356000,373000 +FRA,2049,13,356000,372000 +FRA,2049,14,355000,371000 +FRA,2049,15,355000,371000 +FRA,2049,16,354000,369000 +FRA,2049,17,353000,367000 +FRA,2049,18,352000,365000 +FRA,2050,0,334000,350000 +FRA,2050,1,335000,351000 +FRA,2050,2,336000,352000 +FRA,2050,3,338000,354000 +FRA,2050,4,340000,356000 +FRA,2050,5,343000,358000 +FRA,2050,6,345000,361000 +FRA,2050,7,347000,363000 +FRA,2050,8,350000,366000 +FRA,2050,9,352000,368000 +FRA,2050,10,354000,370000 +FRA,2050,11,356000,373000 +FRA,2050,12,357000,374000 +FRA,2050,13,357000,374000 +FRA,2050,14,357000,373000 +FRA,2050,15,356000,372000 +FRA,2050,16,355000,371000 +FRA,2050,17,354000,369000 +FRA,2050,18,353000,367000 +FRO,1990,0,, +FRO,1990,1,, +FRO,1990,2,, +FRO,1990,3,, +FRO,1990,4,, +FRO,1990,5,, +FRO,1990,6,, +FRO,1990,7,, +FRO,1990,8,, +FRO,1990,9,, +FRO,1990,10,, +FRO,1990,11,, +FRO,1990,12,, +FRO,1990,13,, +FRO,1990,14,, +FRO,1990,15,, +FRO,1990,16,, +FRO,1990,17,, +FRO,1990,18,, +FRO,1991,0,, +FRO,1991,1,, +FRO,1991,2,, +FRO,1991,3,, +FRO,1991,4,, +FRO,1991,5,, +FRO,1991,6,, +FRO,1991,7,, +FRO,1991,8,, +FRO,1991,9,, +FRO,1991,10,, +FRO,1991,11,, +FRO,1991,12,, +FRO,1991,13,, +FRO,1991,14,, +FRO,1991,15,, +FRO,1991,16,, +FRO,1991,17,, +FRO,1991,18,, +FRO,1992,0,, +FRO,1992,1,, +FRO,1992,2,, +FRO,1992,3,, +FRO,1992,4,, +FRO,1992,5,, +FRO,1992,6,, +FRO,1992,7,, +FRO,1992,8,, +FRO,1992,9,, +FRO,1992,10,, +FRO,1992,11,, +FRO,1992,12,, +FRO,1992,13,, +FRO,1992,14,, +FRO,1992,15,, +FRO,1992,16,, +FRO,1992,17,, +FRO,1992,18,, +FRO,1993,0,, +FRO,1993,1,, +FRO,1993,2,, +FRO,1993,3,, +FRO,1993,4,, +FRO,1993,5,, +FRO,1993,6,, +FRO,1993,7,, +FRO,1993,8,, +FRO,1993,9,, +FRO,1993,10,, +FRO,1993,11,, +FRO,1993,12,, +FRO,1993,13,, +FRO,1993,14,, +FRO,1993,15,, +FRO,1993,16,, +FRO,1993,17,, +FRO,1993,18,, +FRO,1994,0,, +FRO,1994,1,, +FRO,1994,2,, +FRO,1994,3,, +FRO,1994,4,, +FRO,1994,5,, +FRO,1994,6,, +FRO,1994,7,, +FRO,1994,8,, +FRO,1994,9,, +FRO,1994,10,, +FRO,1994,11,, +FRO,1994,12,, +FRO,1994,13,, +FRO,1994,14,, +FRO,1994,15,, +FRO,1994,16,, +FRO,1994,17,, +FRO,1994,18,, +FRO,1995,0,, +FRO,1995,1,, +FRO,1995,2,, +FRO,1995,3,, +FRO,1995,4,, +FRO,1995,5,, +FRO,1995,6,, +FRO,1995,7,, +FRO,1995,8,, +FRO,1995,9,, +FRO,1995,10,, +FRO,1995,11,, +FRO,1995,12,, +FRO,1995,13,, +FRO,1995,14,, +FRO,1995,15,, +FRO,1995,16,, +FRO,1995,17,, +FRO,1995,18,, +FRO,1996,0,, +FRO,1996,1,, +FRO,1996,2,, +FRO,1996,3,, +FRO,1996,4,, +FRO,1996,5,, +FRO,1996,6,, +FRO,1996,7,, +FRO,1996,8,, +FRO,1996,9,, +FRO,1996,10,, +FRO,1996,11,, +FRO,1996,12,, +FRO,1996,13,, +FRO,1996,14,, +FRO,1996,15,, +FRO,1996,16,, +FRO,1996,17,, +FRO,1996,18,, +FRO,1997,0,, +FRO,1997,1,, +FRO,1997,2,, +FRO,1997,3,, +FRO,1997,4,, +FRO,1997,5,, +FRO,1997,6,, +FRO,1997,7,, +FRO,1997,8,, +FRO,1997,9,, +FRO,1997,10,, +FRO,1997,11,, +FRO,1997,12,, +FRO,1997,13,, +FRO,1997,14,, +FRO,1997,15,, +FRO,1997,16,, +FRO,1997,17,, +FRO,1997,18,, +FRO,1998,0,, +FRO,1998,1,, +FRO,1998,2,, +FRO,1998,3,, +FRO,1998,4,, +FRO,1998,5,, +FRO,1998,6,, +FRO,1998,7,, +FRO,1998,8,, +FRO,1998,9,, +FRO,1998,10,, +FRO,1998,11,, +FRO,1998,12,, +FRO,1998,13,, +FRO,1998,14,, +FRO,1998,15,, +FRO,1998,16,, +FRO,1998,17,, +FRO,1998,18,, +FRO,1999,0,, +FRO,1999,1,, +FRO,1999,2,, +FRO,1999,3,, +FRO,1999,4,, +FRO,1999,5,, +FRO,1999,6,, +FRO,1999,7,, +FRO,1999,8,, +FRO,1999,9,, +FRO,1999,10,, +FRO,1999,11,, +FRO,1999,12,, +FRO,1999,13,, +FRO,1999,14,, +FRO,1999,15,, +FRO,1999,16,, +FRO,1999,17,, +FRO,1999,18,, +FRO,2000,0,, +FRO,2000,1,, +FRO,2000,2,, +FRO,2000,3,, +FRO,2000,4,, +FRO,2000,5,, +FRO,2000,6,, +FRO,2000,7,, +FRO,2000,8,, +FRO,2000,9,, +FRO,2000,10,, +FRO,2000,11,, +FRO,2000,12,, +FRO,2000,13,, +FRO,2000,14,, +FRO,2000,15,, +FRO,2000,16,, +FRO,2000,17,, +FRO,2000,18,, +FRO,2001,0,, +FRO,2001,1,, +FRO,2001,2,, +FRO,2001,3,, +FRO,2001,4,, +FRO,2001,5,, +FRO,2001,6,, +FRO,2001,7,, +FRO,2001,8,, +FRO,2001,9,, +FRO,2001,10,, +FRO,2001,11,, +FRO,2001,12,, +FRO,2001,13,, +FRO,2001,14,, +FRO,2001,15,, +FRO,2001,16,, +FRO,2001,17,, +FRO,2001,18,, +FRO,2002,0,, +FRO,2002,1,, +FRO,2002,2,, +FRO,2002,3,, +FRO,2002,4,, +FRO,2002,5,, +FRO,2002,6,, +FRO,2002,7,, +FRO,2002,8,, +FRO,2002,9,, +FRO,2002,10,, +FRO,2002,11,, +FRO,2002,12,, +FRO,2002,13,, +FRO,2002,14,, +FRO,2002,15,, +FRO,2002,16,, +FRO,2002,17,, +FRO,2002,18,, +FRO,2003,0,, +FRO,2003,1,, +FRO,2003,2,, +FRO,2003,3,, +FRO,2003,4,, +FRO,2003,5,, +FRO,2003,6,, +FRO,2003,7,, +FRO,2003,8,, +FRO,2003,9,, +FRO,2003,10,, +FRO,2003,11,, +FRO,2003,12,, +FRO,2003,13,, +FRO,2003,14,, +FRO,2003,15,, +FRO,2003,16,, +FRO,2003,17,, +FRO,2003,18,, +FRO,2004,0,, +FRO,2004,1,, +FRO,2004,2,, +FRO,2004,3,, +FRO,2004,4,, +FRO,2004,5,, +FRO,2004,6,, +FRO,2004,7,, +FRO,2004,8,, +FRO,2004,9,, +FRO,2004,10,, +FRO,2004,11,, +FRO,2004,12,, +FRO,2004,13,, +FRO,2004,14,, +FRO,2004,15,, +FRO,2004,16,, +FRO,2004,17,, +FRO,2004,18,, +FRO,2005,0,, +FRO,2005,1,, +FRO,2005,2,, +FRO,2005,3,, +FRO,2005,4,, +FRO,2005,5,, +FRO,2005,6,, +FRO,2005,7,, +FRO,2005,8,, +FRO,2005,9,, +FRO,2005,10,, +FRO,2005,11,, +FRO,2005,12,, +FRO,2005,13,, +FRO,2005,14,, +FRO,2005,15,, +FRO,2005,16,, +FRO,2005,17,, +FRO,2005,18,, +FRO,2006,0,, +FRO,2006,1,, +FRO,2006,2,, +FRO,2006,3,, +FRO,2006,4,, +FRO,2006,5,, +FRO,2006,6,, +FRO,2006,7,, +FRO,2006,8,, +FRO,2006,9,, +FRO,2006,10,, +FRO,2006,11,, +FRO,2006,12,, +FRO,2006,13,, +FRO,2006,14,, +FRO,2006,15,, +FRO,2006,16,, +FRO,2006,17,, +FRO,2006,18,, +FRO,2007,0,, +FRO,2007,1,, +FRO,2007,2,, +FRO,2007,3,, +FRO,2007,4,, +FRO,2007,5,, +FRO,2007,6,, +FRO,2007,7,, +FRO,2007,8,, +FRO,2007,9,, +FRO,2007,10,, +FRO,2007,11,, +FRO,2007,12,, +FRO,2007,13,, +FRO,2007,14,, +FRO,2007,15,, +FRO,2007,16,, +FRO,2007,17,, +FRO,2007,18,, +FRO,2008,0,, +FRO,2008,1,, +FRO,2008,2,, +FRO,2008,3,, +FRO,2008,4,, +FRO,2008,5,, +FRO,2008,6,, +FRO,2008,7,, +FRO,2008,8,, +FRO,2008,9,, +FRO,2008,10,, +FRO,2008,11,, +FRO,2008,12,, +FRO,2008,13,, +FRO,2008,14,, +FRO,2008,15,, +FRO,2008,16,, +FRO,2008,17,, +FRO,2008,18,, +FRO,2009,0,, +FRO,2009,1,, +FRO,2009,2,, +FRO,2009,3,, +FRO,2009,4,, +FRO,2009,5,, +FRO,2009,6,, +FRO,2009,7,, +FRO,2009,8,, +FRO,2009,9,, +FRO,2009,10,, +FRO,2009,11,, +FRO,2009,12,, +FRO,2009,13,, +FRO,2009,14,, +FRO,2009,15,, +FRO,2009,16,, +FRO,2009,17,, +FRO,2009,18,, +FRO,2010,0,, +FRO,2010,1,, +FRO,2010,2,, +FRO,2010,3,, +FRO,2010,4,, +FRO,2010,5,, +FRO,2010,6,, +FRO,2010,7,, +FRO,2010,8,, +FRO,2010,9,, +FRO,2010,10,, +FRO,2010,11,, +FRO,2010,12,, +FRO,2010,13,, +FRO,2010,14,, +FRO,2010,15,, +FRO,2010,16,, +FRO,2010,17,, +FRO,2010,18,, +FRO,2011,0,, +FRO,2011,1,, +FRO,2011,2,, +FRO,2011,3,, +FRO,2011,4,, +FRO,2011,5,, +FRO,2011,6,, +FRO,2011,7,, +FRO,2011,8,, +FRO,2011,9,, +FRO,2011,10,, +FRO,2011,11,, +FRO,2011,12,, +FRO,2011,13,, +FRO,2011,14,, +FRO,2011,15,, +FRO,2011,16,, +FRO,2011,17,, +FRO,2011,18,, +FRO,2012,0,, +FRO,2012,1,, +FRO,2012,2,, +FRO,2012,3,, +FRO,2012,4,, +FRO,2012,5,, +FRO,2012,6,, +FRO,2012,7,, +FRO,2012,8,, +FRO,2012,9,, +FRO,2012,10,, +FRO,2012,11,, +FRO,2012,12,, +FRO,2012,13,, +FRO,2012,14,, +FRO,2012,15,, +FRO,2012,16,, +FRO,2012,17,, +FRO,2012,18,, +FRO,2013,0,, +FRO,2013,1,, +FRO,2013,2,, +FRO,2013,3,, +FRO,2013,4,, +FRO,2013,5,, +FRO,2013,6,, +FRO,2013,7,, +FRO,2013,8,, +FRO,2013,9,, +FRO,2013,10,, +FRO,2013,11,, +FRO,2013,12,, +FRO,2013,13,, +FRO,2013,14,, +FRO,2013,15,, +FRO,2013,16,, +FRO,2013,17,, +FRO,2013,18,, +FRO,2014,0,, +FRO,2014,1,, +FRO,2014,2,, +FRO,2014,3,, +FRO,2014,4,, +FRO,2014,5,, +FRO,2014,6,, +FRO,2014,7,, +FRO,2014,8,, +FRO,2014,9,, +FRO,2014,10,, +FRO,2014,11,, +FRO,2014,12,, +FRO,2014,13,, +FRO,2014,14,, +FRO,2014,15,, +FRO,2014,16,, +FRO,2014,17,, +FRO,2014,18,, +FRO,2015,0,, +FRO,2015,1,, +FRO,2015,2,, +FRO,2015,3,, +FRO,2015,4,, +FRO,2015,5,, +FRO,2015,6,, +FRO,2015,7,, +FRO,2015,8,, +FRO,2015,9,, +FRO,2015,10,, +FRO,2015,11,, +FRO,2015,12,, +FRO,2015,13,, +FRO,2015,14,, +FRO,2015,15,, +FRO,2015,16,, +FRO,2015,17,, +FRO,2015,18,, +FRO,2016,0,, +FRO,2016,1,, +FRO,2016,2,, +FRO,2016,3,, +FRO,2016,4,, +FRO,2016,5,, +FRO,2016,6,, +FRO,2016,7,, +FRO,2016,8,, +FRO,2016,9,, +FRO,2016,10,, +FRO,2016,11,, +FRO,2016,12,, +FRO,2016,13,, +FRO,2016,14,, +FRO,2016,15,, +FRO,2016,16,, +FRO,2016,17,, +FRO,2016,18,, +FRO,2017,0,, +FRO,2017,1,, +FRO,2017,2,, +FRO,2017,3,, +FRO,2017,4,, +FRO,2017,5,, +FRO,2017,6,, +FRO,2017,7,, +FRO,2017,8,, +FRO,2017,9,, +FRO,2017,10,, +FRO,2017,11,, +FRO,2017,12,, +FRO,2017,13,, +FRO,2017,14,, +FRO,2017,15,, +FRO,2017,16,, +FRO,2017,17,, +FRO,2017,18,, +FRO,2018,0,, +FRO,2018,1,, +FRO,2018,2,, +FRO,2018,3,, +FRO,2018,4,, +FRO,2018,5,, +FRO,2018,6,, +FRO,2018,7,, +FRO,2018,8,, +FRO,2018,9,, +FRO,2018,10,, +FRO,2018,11,, +FRO,2018,12,, +FRO,2018,13,, +FRO,2018,14,, +FRO,2018,15,, +FRO,2018,16,, +FRO,2018,17,, +FRO,2018,18,, +FRO,2019,0,, +FRO,2019,1,, +FRO,2019,2,, +FRO,2019,3,, +FRO,2019,4,, +FRO,2019,5,, +FRO,2019,6,, +FRO,2019,7,, +FRO,2019,8,, +FRO,2019,9,, +FRO,2019,10,, +FRO,2019,11,, +FRO,2019,12,, +FRO,2019,13,, +FRO,2019,14,, +FRO,2019,15,, +FRO,2019,16,, +FRO,2019,17,, +FRO,2019,18,, +FRO,2020,0,, +FRO,2020,1,, +FRO,2020,2,, +FRO,2020,3,, +FRO,2020,4,, +FRO,2020,5,, +FRO,2020,6,, +FRO,2020,7,, +FRO,2020,8,, +FRO,2020,9,, +FRO,2020,10,, +FRO,2020,11,, +FRO,2020,12,, +FRO,2020,13,, +FRO,2020,14,, +FRO,2020,15,, +FRO,2020,16,, +FRO,2020,17,, +FRO,2020,18,, +FRO,2021,0,, +FRO,2021,1,, +FRO,2021,2,, +FRO,2021,3,, +FRO,2021,4,, +FRO,2021,5,, +FRO,2021,6,, +FRO,2021,7,, +FRO,2021,8,, +FRO,2021,9,, +FRO,2021,10,, +FRO,2021,11,, +FRO,2021,12,, +FRO,2021,13,, +FRO,2021,14,, +FRO,2021,15,, +FRO,2021,16,, +FRO,2021,17,, +FRO,2021,18,, +FRO,2022,0,, +FRO,2022,1,, +FRO,2022,2,, +FRO,2022,3,, +FRO,2022,4,, +FRO,2022,5,, +FRO,2022,6,, +FRO,2022,7,, +FRO,2022,8,, +FRO,2022,9,, +FRO,2022,10,, +FRO,2022,11,, +FRO,2022,12,, +FRO,2022,13,, +FRO,2022,14,, +FRO,2022,15,, +FRO,2022,16,, +FRO,2022,17,, +FRO,2022,18,, +FRO,2023,0,, +FRO,2023,1,, +FRO,2023,2,, +FRO,2023,3,, +FRO,2023,4,, +FRO,2023,5,, +FRO,2023,6,, +FRO,2023,7,, +FRO,2023,8,, +FRO,2023,9,, +FRO,2023,10,, +FRO,2023,11,, +FRO,2023,12,, +FRO,2023,13,, +FRO,2023,14,, +FRO,2023,15,, +FRO,2023,16,, +FRO,2023,17,, +FRO,2023,18,, +FRO,2024,0,, +FRO,2024,1,, +FRO,2024,2,, +FRO,2024,3,, +FRO,2024,4,, +FRO,2024,5,, +FRO,2024,6,, +FRO,2024,7,, +FRO,2024,8,, +FRO,2024,9,, +FRO,2024,10,, +FRO,2024,11,, +FRO,2024,12,, +FRO,2024,13,, +FRO,2024,14,, +FRO,2024,15,, +FRO,2024,16,, +FRO,2024,17,, +FRO,2024,18,, +FRO,2025,0,, +FRO,2025,1,, +FRO,2025,2,, +FRO,2025,3,, +FRO,2025,4,, +FRO,2025,5,, +FRO,2025,6,, +FRO,2025,7,, +FRO,2025,8,, +FRO,2025,9,, +FRO,2025,10,, +FRO,2025,11,, +FRO,2025,12,, +FRO,2025,13,, +FRO,2025,14,, +FRO,2025,15,, +FRO,2025,16,, +FRO,2025,17,, +FRO,2025,18,, +FRO,2026,0,, +FRO,2026,1,, +FRO,2026,2,, +FRO,2026,3,, +FRO,2026,4,, +FRO,2026,5,, +FRO,2026,6,, +FRO,2026,7,, +FRO,2026,8,, +FRO,2026,9,, +FRO,2026,10,, +FRO,2026,11,, +FRO,2026,12,, +FRO,2026,13,, +FRO,2026,14,, +FRO,2026,15,, +FRO,2026,16,, +FRO,2026,17,, +FRO,2026,18,, +FRO,2027,0,, +FRO,2027,1,, +FRO,2027,2,, +FRO,2027,3,, +FRO,2027,4,, +FRO,2027,5,, +FRO,2027,6,, +FRO,2027,7,, +FRO,2027,8,, +FRO,2027,9,, +FRO,2027,10,, +FRO,2027,11,, +FRO,2027,12,, +FRO,2027,13,, +FRO,2027,14,, +FRO,2027,15,, +FRO,2027,16,, +FRO,2027,17,, +FRO,2027,18,, +FRO,2028,0,, +FRO,2028,1,, +FRO,2028,2,, +FRO,2028,3,, +FRO,2028,4,, +FRO,2028,5,, +FRO,2028,6,, +FRO,2028,7,, +FRO,2028,8,, +FRO,2028,9,, +FRO,2028,10,, +FRO,2028,11,, +FRO,2028,12,, +FRO,2028,13,, +FRO,2028,14,, +FRO,2028,15,, +FRO,2028,16,, +FRO,2028,17,, +FRO,2028,18,, +FRO,2029,0,, +FRO,2029,1,, +FRO,2029,2,, +FRO,2029,3,, +FRO,2029,4,, +FRO,2029,5,, +FRO,2029,6,, +FRO,2029,7,, +FRO,2029,8,, +FRO,2029,9,, +FRO,2029,10,, +FRO,2029,11,, +FRO,2029,12,, +FRO,2029,13,, +FRO,2029,14,, +FRO,2029,15,, +FRO,2029,16,, +FRO,2029,17,, +FRO,2029,18,, +FRO,2030,0,, +FRO,2030,1,, +FRO,2030,2,, +FRO,2030,3,, +FRO,2030,4,, +FRO,2030,5,, +FRO,2030,6,, +FRO,2030,7,, +FRO,2030,8,, +FRO,2030,9,, +FRO,2030,10,, +FRO,2030,11,, +FRO,2030,12,, +FRO,2030,13,, +FRO,2030,14,, +FRO,2030,15,, +FRO,2030,16,, +FRO,2030,17,, +FRO,2030,18,, +FRO,2031,0,, +FRO,2031,1,, +FRO,2031,2,, +FRO,2031,3,, +FRO,2031,4,, +FRO,2031,5,, +FRO,2031,6,, +FRO,2031,7,, +FRO,2031,8,, +FRO,2031,9,, +FRO,2031,10,, +FRO,2031,11,, +FRO,2031,12,, +FRO,2031,13,, +FRO,2031,14,, +FRO,2031,15,, +FRO,2031,16,, +FRO,2031,17,, +FRO,2031,18,, +FRO,2032,0,, +FRO,2032,1,, +FRO,2032,2,, +FRO,2032,3,, +FRO,2032,4,, +FRO,2032,5,, +FRO,2032,6,, +FRO,2032,7,, +FRO,2032,8,, +FRO,2032,9,, +FRO,2032,10,, +FRO,2032,11,, +FRO,2032,12,, +FRO,2032,13,, +FRO,2032,14,, +FRO,2032,15,, +FRO,2032,16,, +FRO,2032,17,, +FRO,2032,18,, +FRO,2033,0,, +FRO,2033,1,, +FRO,2033,2,, +FRO,2033,3,, +FRO,2033,4,, +FRO,2033,5,, +FRO,2033,6,, +FRO,2033,7,, +FRO,2033,8,, +FRO,2033,9,, +FRO,2033,10,, +FRO,2033,11,, +FRO,2033,12,, +FRO,2033,13,, +FRO,2033,14,, +FRO,2033,15,, +FRO,2033,16,, +FRO,2033,17,, +FRO,2033,18,, +FRO,2034,0,, +FRO,2034,1,, +FRO,2034,2,, +FRO,2034,3,, +FRO,2034,4,, +FRO,2034,5,, +FRO,2034,6,, +FRO,2034,7,, +FRO,2034,8,, +FRO,2034,9,, +FRO,2034,10,, +FRO,2034,11,, +FRO,2034,12,, +FRO,2034,13,, +FRO,2034,14,, +FRO,2034,15,, +FRO,2034,16,, +FRO,2034,17,, +FRO,2034,18,, +FRO,2035,0,, +FRO,2035,1,, +FRO,2035,2,, +FRO,2035,3,, +FRO,2035,4,, +FRO,2035,5,, +FRO,2035,6,, +FRO,2035,7,, +FRO,2035,8,, +FRO,2035,9,, +FRO,2035,10,, +FRO,2035,11,, +FRO,2035,12,, +FRO,2035,13,, +FRO,2035,14,, +FRO,2035,15,, +FRO,2035,16,, +FRO,2035,17,, +FRO,2035,18,, +FRO,2036,0,, +FRO,2036,1,, +FRO,2036,2,, +FRO,2036,3,, +FRO,2036,4,, +FRO,2036,5,, +FRO,2036,6,, +FRO,2036,7,, +FRO,2036,8,, +FRO,2036,9,, +FRO,2036,10,, +FRO,2036,11,, +FRO,2036,12,, +FRO,2036,13,, +FRO,2036,14,, +FRO,2036,15,, +FRO,2036,16,, +FRO,2036,17,, +FRO,2036,18,, +FRO,2037,0,, +FRO,2037,1,, +FRO,2037,2,, +FRO,2037,3,, +FRO,2037,4,, +FRO,2037,5,, +FRO,2037,6,, +FRO,2037,7,, +FRO,2037,8,, +FRO,2037,9,, +FRO,2037,10,, +FRO,2037,11,, +FRO,2037,12,, +FRO,2037,13,, +FRO,2037,14,, +FRO,2037,15,, +FRO,2037,16,, +FRO,2037,17,, +FRO,2037,18,, +FRO,2038,0,, +FRO,2038,1,, +FRO,2038,2,, +FRO,2038,3,, +FRO,2038,4,, +FRO,2038,5,, +FRO,2038,6,, +FRO,2038,7,, +FRO,2038,8,, +FRO,2038,9,, +FRO,2038,10,, +FRO,2038,11,, +FRO,2038,12,, +FRO,2038,13,, +FRO,2038,14,, +FRO,2038,15,, +FRO,2038,16,, +FRO,2038,17,, +FRO,2038,18,, +FRO,2039,0,, +FRO,2039,1,, +FRO,2039,2,, +FRO,2039,3,, +FRO,2039,4,, +FRO,2039,5,, +FRO,2039,6,, +FRO,2039,7,, +FRO,2039,8,, +FRO,2039,9,, +FRO,2039,10,, +FRO,2039,11,, +FRO,2039,12,, +FRO,2039,13,, +FRO,2039,14,, +FRO,2039,15,, +FRO,2039,16,, +FRO,2039,17,, +FRO,2039,18,, +FRO,2040,0,, +FRO,2040,1,, +FRO,2040,2,, +FRO,2040,3,, +FRO,2040,4,, +FRO,2040,5,, +FRO,2040,6,, +FRO,2040,7,, +FRO,2040,8,, +FRO,2040,9,, +FRO,2040,10,, +FRO,2040,11,, +FRO,2040,12,, +FRO,2040,13,, +FRO,2040,14,, +FRO,2040,15,, +FRO,2040,16,, +FRO,2040,17,, +FRO,2040,18,, +FRO,2041,0,, +FRO,2041,1,, +FRO,2041,2,, +FRO,2041,3,, +FRO,2041,4,, +FRO,2041,5,, +FRO,2041,6,, +FRO,2041,7,, +FRO,2041,8,, +FRO,2041,9,, +FRO,2041,10,, +FRO,2041,11,, +FRO,2041,12,, +FRO,2041,13,, +FRO,2041,14,, +FRO,2041,15,, +FRO,2041,16,, +FRO,2041,17,, +FRO,2041,18,, +FRO,2042,0,, +FRO,2042,1,, +FRO,2042,2,, +FRO,2042,3,, +FRO,2042,4,, +FRO,2042,5,, +FRO,2042,6,, +FRO,2042,7,, +FRO,2042,8,, +FRO,2042,9,, +FRO,2042,10,, +FRO,2042,11,, +FRO,2042,12,, +FRO,2042,13,, +FRO,2042,14,, +FRO,2042,15,, +FRO,2042,16,, +FRO,2042,17,, +FRO,2042,18,, +FRO,2043,0,, +FRO,2043,1,, +FRO,2043,2,, +FRO,2043,3,, +FRO,2043,4,, +FRO,2043,5,, +FRO,2043,6,, +FRO,2043,7,, +FRO,2043,8,, +FRO,2043,9,, +FRO,2043,10,, +FRO,2043,11,, +FRO,2043,12,, +FRO,2043,13,, +FRO,2043,14,, +FRO,2043,15,, +FRO,2043,16,, +FRO,2043,17,, +FRO,2043,18,, +FRO,2044,0,, +FRO,2044,1,, +FRO,2044,2,, +FRO,2044,3,, +FRO,2044,4,, +FRO,2044,5,, +FRO,2044,6,, +FRO,2044,7,, +FRO,2044,8,, +FRO,2044,9,, +FRO,2044,10,, +FRO,2044,11,, +FRO,2044,12,, +FRO,2044,13,, +FRO,2044,14,, +FRO,2044,15,, +FRO,2044,16,, +FRO,2044,17,, +FRO,2044,18,, +FRO,2045,0,, +FRO,2045,1,, +FRO,2045,2,, +FRO,2045,3,, +FRO,2045,4,, +FRO,2045,5,, +FRO,2045,6,, +FRO,2045,7,, +FRO,2045,8,, +FRO,2045,9,, +FRO,2045,10,, +FRO,2045,11,, +FRO,2045,12,, +FRO,2045,13,, +FRO,2045,14,, +FRO,2045,15,, +FRO,2045,16,, +FRO,2045,17,, +FRO,2045,18,, +FRO,2046,0,, +FRO,2046,1,, +FRO,2046,2,, +FRO,2046,3,, +FRO,2046,4,, +FRO,2046,5,, +FRO,2046,6,, +FRO,2046,7,, +FRO,2046,8,, +FRO,2046,9,, +FRO,2046,10,, +FRO,2046,11,, +FRO,2046,12,, +FRO,2046,13,, +FRO,2046,14,, +FRO,2046,15,, +FRO,2046,16,, +FRO,2046,17,, +FRO,2046,18,, +FRO,2047,0,, +FRO,2047,1,, +FRO,2047,2,, +FRO,2047,3,, +FRO,2047,4,, +FRO,2047,5,, +FRO,2047,6,, +FRO,2047,7,, +FRO,2047,8,, +FRO,2047,9,, +FRO,2047,10,, +FRO,2047,11,, +FRO,2047,12,, +FRO,2047,13,, +FRO,2047,14,, +FRO,2047,15,, +FRO,2047,16,, +FRO,2047,17,, +FRO,2047,18,, +FRO,2048,0,, +FRO,2048,1,, +FRO,2048,2,, +FRO,2048,3,, +FRO,2048,4,, +FRO,2048,5,, +FRO,2048,6,, +FRO,2048,7,, +FRO,2048,8,, +FRO,2048,9,, +FRO,2048,10,, +FRO,2048,11,, +FRO,2048,12,, +FRO,2048,13,, +FRO,2048,14,, +FRO,2048,15,, +FRO,2048,16,, +FRO,2048,17,, +FRO,2048,18,, +FRO,2049,0,, +FRO,2049,1,, +FRO,2049,2,, +FRO,2049,3,, +FRO,2049,4,, +FRO,2049,5,, +FRO,2049,6,, +FRO,2049,7,, +FRO,2049,8,, +FRO,2049,9,, +FRO,2049,10,, +FRO,2049,11,, +FRO,2049,12,, +FRO,2049,13,, +FRO,2049,14,, +FRO,2049,15,, +FRO,2049,16,, +FRO,2049,17,, +FRO,2049,18,, +FRO,2050,0,, +FRO,2050,1,, +FRO,2050,2,, +FRO,2050,3,, +FRO,2050,4,, +FRO,2050,5,, +FRO,2050,6,, +FRO,2050,7,, +FRO,2050,8,, +FRO,2050,9,, +FRO,2050,10,, +FRO,2050,11,, +FRO,2050,12,, +FRO,2050,13,, +FRO,2050,14,, +FRO,2050,15,, +FRO,2050,16,, +FRO,2050,17,, +FRO,2050,18,, +FSM,1990,0,1423,1549 +FSM,1990,1,1465,1587 +FSM,1990,2,1491,1608 +FSM,1990,3,1500,1614 +FSM,1990,4,1496,1607 +FSM,1990,5,1481,1589 +FSM,1990,6,1455,1561 +FSM,1990,7,1422,1526 +FSM,1990,8,1382,1485 +FSM,1990,9,1338,1439 +FSM,1990,10,1288,1388 +FSM,1990,11,1233,1330 +FSM,1990,12,1187,1282 +FSM,1990,13,1160,1251 +FSM,1990,14,1143,1231 +FSM,1990,15,1124,1207 +FSM,1990,16,1104,1184 +FSM,1990,17,1078,1152 +FSM,1990,18,1042,1106 +FSM,1991,0,1458,1567 +FSM,1991,1,1438,1578 +FSM,1991,2,1472,1606 +FSM,1991,3,1493,1621 +FSM,1991,4,1502,1624 +FSM,1991,5,1500,1616 +FSM,1991,6,1490,1598 +FSM,1991,7,1472,1572 +FSM,1991,8,1444,1539 +FSM,1991,9,1404,1499 +FSM,1991,10,1356,1454 +FSM,1991,11,1304,1404 +FSM,1991,12,1246,1349 +FSM,1991,13,1196,1298 +FSM,1991,14,1161,1256 +FSM,1991,15,1134,1220 +FSM,1991,16,1105,1182 +FSM,1991,17,1076,1144 +FSM,1991,18,1043,1101 +FSM,1992,0,1523,1607 +FSM,1992,1,1531,1643 +FSM,1992,2,1452,1605 +FSM,1992,3,1476,1625 +FSM,1992,4,1493,1634 +FSM,1992,5,1501,1633 +FSM,1992,6,1502,1624 +FSM,1992,7,1497,1606 +FSM,1992,8,1487,1582 +FSM,1992,9,1464,1550 +FSM,1992,10,1424,1512 +FSM,1992,11,1372,1467 +FSM,1992,12,1317,1419 +FSM,1992,13,1258,1367 +FSM,1992,14,1204,1313 +FSM,1992,15,1160,1261 +FSM,1992,16,1124,1208 +FSM,1992,17,1084,1155 +FSM,1992,18,1045,1103 +FSM,1993,0,1599,1654 +FSM,1993,1,1571,1676 +FSM,1993,2,1549,1688 +FSM,1993,3,1462,1629 +FSM,1993,4,1477,1639 +FSM,1993,5,1489,1642 +FSM,1993,6,1497,1638 +FSM,1993,7,1500,1627 +FSM,1993,8,1500,1610 +FSM,1993,9,1499,1587 +FSM,1993,10,1481,1558 +FSM,1993,11,1440,1521 +FSM,1993,12,1385,1477 +FSM,1993,13,1327,1430 +FSM,1993,14,1267,1381 +FSM,1993,15,1209,1325 +FSM,1993,16,1157,1261 +FSM,1993,17,1110,1193 +FSM,1993,18,1061,1126 +FSM,1994,0,1660,1692 +FSM,1994,1,1600,1694 +FSM,1994,2,1555,1694 +FSM,1994,3,1523,1692 +FSM,1994,4,1468,1645 +FSM,1994,5,1474,1646 +FSM,1994,6,1482,1643 +FSM,1994,7,1489,1636 +FSM,1994,8,1494,1624 +FSM,1994,9,1500,1607 +FSM,1994,10,1506,1586 +FSM,1994,11,1494,1558 +FSM,1994,12,1453,1523 +FSM,1994,13,1393,1480 +FSM,1994,14,1334,1435 +FSM,1994,15,1272,1389 +FSM,1994,16,1210,1331 +FSM,1994,17,1151,1257 +FSM,1994,18,1094,1173 +FSM,1995,0,1687,1707 +FSM,1995,1,1607,1692 +FSM,1995,2,1549,1679 +FSM,1995,3,1508,1669 +FSM,1995,4,1483,1660 +FSM,1995,5,1470,1652 +FSM,1995,6,1466,1644 +FSM,1995,7,1469,1635 +FSM,1995,8,1476,1625 +FSM,1995,9,1484,1611 +FSM,1995,10,1494,1595 +FSM,1995,11,1509,1576 +FSM,1995,12,1502,1550 +FSM,1995,13,1461,1517 +FSM,1995,14,1398,1476 +FSM,1995,15,1336,1433 +FSM,1995,16,1274,1390 +FSM,1995,17,1208,1330 +FSM,1995,18,1141,1246 +FSM,1996,0,1695,1729 +FSM,1996,1,1634,1662 +FSM,1996,2,1567,1649 +FSM,1996,3,1518,1640 +FSM,1996,4,1483,1634 +FSM,1996,5,1462,1630 +FSM,1996,6,1449,1626 +FSM,1996,7,1444,1623 +FSM,1996,8,1445,1617 +FSM,1996,9,1453,1607 +FSM,1996,10,1462,1593 +FSM,1996,11,1472,1576 +FSM,1996,12,1487,1556 +FSM,1996,13,1478,1527 +FSM,1996,14,1431,1486 +FSM,1996,15,1360,1434 +FSM,1996,16,1291,1381 +FSM,1996,17,1221,1328 +FSM,1996,18,1151,1263 +FSM,1997,0,1672,1731 +FSM,1997,1,1593,1679 +FSM,1997,2,1576,1608 +FSM,1997,3,1523,1598 +FSM,1997,4,1483,1592 +FSM,1997,5,1455,1590 +FSM,1997,6,1436,1590 +FSM,1997,7,1425,1591 +FSM,1997,8,1418,1593 +FSM,1997,9,1418,1590 +FSM,1997,10,1425,1581 +FSM,1997,11,1436,1566 +FSM,1997,12,1446,1548 +FSM,1997,13,1461,1528 +FSM,1997,14,1449,1496 +FSM,1997,15,1397,1446 +FSM,1997,16,1318,1385 +FSM,1997,17,1242,1322 +FSM,1997,18,1164,1259 +FSM,1998,0,1626,1715 +FSM,1998,1,1563,1648 +FSM,1998,2,1512,1598 +FSM,1998,3,1517,1551 +FSM,1998,4,1476,1543 +FSM,1998,5,1446,1541 +FSM,1998,6,1424,1543 +FSM,1998,7,1409,1547 +FSM,1998,8,1399,1553 +FSM,1998,9,1389,1559 +FSM,1998,10,1388,1560 +FSM,1998,11,1396,1552 +FSM,1998,12,1408,1535 +FSM,1998,13,1419,1516 +FSM,1998,14,1433,1497 +FSM,1998,15,1419,1461 +FSM,1998,16,1361,1404 +FSM,1998,17,1275,1332 +FSM,1998,18,1191,1260 +FSM,1999,0,1571,1689 +FSM,1999,1,1524,1613 +FSM,1999,2,1486,1556 +FSM,1999,3,1456,1517 +FSM,1999,4,1457,1496 +FSM,1999,5,1430,1490 +FSM,1999,6,1409,1492 +FSM,1999,7,1394,1498 +FSM,1999,8,1382,1507 +FSM,1999,9,1372,1517 +FSM,1999,10,1361,1528 +FSM,1999,11,1358,1532 +FSM,1999,12,1367,1525 +FSM,1999,13,1380,1507 +FSM,1999,14,1391,1487 +FSM,1999,15,1405,1467 +FSM,1999,16,1389,1429 +FSM,1999,17,1325,1364 +FSM,1999,18,1231,1282 +FSM,2000,0,1515,1656 +FSM,2000,1,1484,1580 +FSM,2000,2,1458,1523 +FSM,2000,3,1435,1483 +FSM,2000,4,1415,1458 +FSM,2000,5,1399,1446 +FSM,2000,6,1385,1443 +FSM,2000,7,1374,1448 +FSM,2000,8,1364,1458 +FSM,2000,9,1356,1471 +FSM,2000,10,1347,1486 +FSM,2000,11,1334,1502 +FSM,2000,12,1330,1510 +FSM,2000,13,1339,1503 +FSM,2000,14,1353,1484 +FSM,2000,15,1364,1463 +FSM,2000,16,1379,1443 +FSM,2000,17,1360,1401 +FSM,2000,18,1290,1328 +FSM,2001,0,1454,1597 +FSM,2001,1,1475,1599 +FSM,2001,2,1453,1540 +FSM,2001,3,1434,1496 +FSM,2001,4,1418,1466 +FSM,2001,5,1403,1448 +FSM,2001,6,1391,1438 +FSM,2001,7,1380,1436 +FSM,2001,8,1369,1440 +FSM,2001,9,1358,1448 +FSM,2001,10,1347,1459 +FSM,2001,11,1334,1470 +FSM,2001,12,1317,1482 +FSM,2001,13,1308,1484 +FSM,2001,14,1312,1472 +FSM,2001,15,1322,1449 +FSM,2001,16,1329,1425 +FSM,2001,17,1338,1400 +FSM,2001,18,1316,1354 +FSM,2002,0,1394,1533 +FSM,2002,1,1393,1488 +FSM,2002,2,1439,1550 +FSM,2002,3,1426,1508 +FSM,2002,4,1414,1477 +FSM,2002,5,1404,1457 +FSM,2002,6,1394,1444 +FSM,2002,7,1385,1438 +FSM,2002,8,1378,1436 +FSM,2002,9,1368,1439 +FSM,2002,10,1356,1446 +FSM,2002,11,1341,1454 +FSM,2002,12,1325,1462 +FSM,2002,13,1303,1468 +FSM,2002,14,1289,1466 +FSM,2002,15,1289,1450 +FSM,2002,16,1294,1422 +FSM,2002,17,1296,1393 +FSM,2002,18,1301,1364 +FSM,2003,0,1339,1467 +FSM,2003,1,1349,1447 +FSM,2003,2,1357,1434 +FSM,2003,3,1405,1505 +FSM,2003,4,1400,1480 +FSM,2003,5,1396,1462 +FSM,2003,6,1391,1451 +FSM,2003,7,1386,1444 +FSM,2003,8,1382,1441 +FSM,2003,9,1377,1440 +FSM,2003,10,1369,1442 +FSM,2003,11,1355,1447 +FSM,2003,12,1337,1453 +FSM,2003,13,1316,1457 +FSM,2003,14,1290,1458 +FSM,2003,15,1271,1451 +FSM,2003,16,1267,1430 +FSM,2003,17,1268,1399 +FSM,2003,18,1265,1365 +FSM,2004,0,1293,1406 +FSM,2004,1,1309,1406 +FSM,2004,2,1323,1409 +FSM,2004,3,1337,1413 +FSM,2004,4,1370,1459 +FSM,2004,5,1373,1451 +FSM,2004,6,1376,1446 +FSM,2004,7,1378,1444 +FSM,2004,8,1378,1443 +FSM,2004,9,1377,1443 +FSM,2004,10,1376,1443 +FSM,2004,11,1369,1444 +FSM,2004,12,1353,1447 +FSM,2004,13,1332,1451 +FSM,2004,14,1307,1451 +FSM,2004,15,1276,1448 +FSM,2004,16,1253,1436 +FSM,2004,17,1244,1410 +FSM,2004,18,1241,1375 +FSM,2005,0,1260,1356 +FSM,2005,1,1275,1367 +FSM,2005,2,1290,1378 +FSM,2005,3,1305,1389 +FSM,2005,4,1320,1399 +FSM,2005,5,1333,1410 +FSM,2005,6,1345,1419 +FSM,2005,7,1355,1427 +FSM,2005,8,1363,1434 +FSM,2005,9,1368,1440 +FSM,2005,10,1371,1443 +FSM,2005,11,1373,1443 +FSM,2005,12,1367,1443 +FSM,2005,13,1350,1445 +FSM,2005,14,1325,1446 +FSM,2005,15,1297,1442 +FSM,2005,16,1261,1434 +FSM,2005,17,1234,1417 +FSM,2005,18,1220,1388 +FSM,2006,0,1243,1319 +FSM,2006,1,1232,1322 +FSM,2006,2,1245,1333 +FSM,2006,3,1260,1344 +FSM,2006,4,1275,1357 +FSM,2006,5,1291,1369 +FSM,2006,6,1306,1381 +FSM,2006,7,1320,1392 +FSM,2006,8,1330,1401 +FSM,2006,9,1336,1407 +FSM,2006,10,1337,1410 +FSM,2006,11,1336,1411 +FSM,2006,12,1334,1409 +FSM,2006,13,1324,1404 +FSM,2006,14,1300,1397 +FSM,2006,15,1268,1385 +FSM,2006,16,1233,1370 +FSM,2006,17,1191,1351 +FSM,2006,18,1158,1325 +FSM,2007,0,1242,1295 +FSM,2007,1,1229,1294 +FSM,2007,2,1203,1286 +FSM,2007,3,1215,1297 +FSM,2007,4,1229,1309 +FSM,2007,5,1245,1322 +FSM,2007,6,1261,1336 +FSM,2007,7,1277,1350 +FSM,2007,8,1293,1363 +FSM,2007,9,1304,1373 +FSM,2007,10,1307,1378 +FSM,2007,11,1304,1379 +FSM,2007,12,1300,1378 +FSM,2007,13,1295,1374 +FSM,2007,14,1279,1364 +FSM,2007,15,1249,1347 +FSM,2007,16,1209,1323 +FSM,2007,17,1168,1296 +FSM,2007,18,1120,1266 +FSM,2008,0,1250,1283 +FSM,2008,1,1217,1267 +FSM,2008,2,1197,1258 +FSM,2008,3,1176,1252 +FSM,2008,4,1186,1262 +FSM,2008,5,1199,1275 +FSM,2008,6,1215,1290 +FSM,2008,7,1232,1305 +FSM,2008,8,1250,1321 +FSM,2008,9,1268,1336 +FSM,2008,10,1279,1347 +FSM,2008,11,1280,1351 +FSM,2008,12,1273,1349 +FSM,2008,13,1265,1346 +FSM,2008,14,1257,1341 +FSM,2008,15,1237,1326 +FSM,2008,16,1200,1299 +FSM,2008,17,1153,1263 +FSM,2008,18,1104,1224 +FSM,2009,0,1260,1280 +FSM,2009,1,1212,1249 +FSM,2009,2,1179,1229 +FSM,2009,3,1160,1220 +FSM,2009,4,1153,1223 +FSM,2009,5,1162,1233 +FSM,2009,6,1175,1247 +FSM,2009,7,1191,1263 +FSM,2009,8,1209,1280 +FSM,2009,9,1228,1297 +FSM,2009,10,1248,1314 +FSM,2009,11,1260,1326 +FSM,2009,12,1259,1330 +FSM,2009,13,1248,1326 +FSM,2009,14,1236,1320 +FSM,2009,15,1224,1313 +FSM,2009,16,1199,1293 +FSM,2009,17,1156,1256 +FSM,2009,18,1101,1207 +FSM,2010,0,1264,1283 +FSM,2010,1,1211,1244 +FSM,2010,2,1173,1218 +FSM,2010,3,1150,1204 +FSM,2010,4,1138,1199 +FSM,2010,5,1137,1202 +FSM,2010,6,1144,1212 +FSM,2010,7,1157,1226 +FSM,2010,8,1174,1243 +FSM,2010,9,1193,1262 +FSM,2010,10,1214,1281 +FSM,2010,11,1236,1301 +FSM,2010,12,1248,1314 +FSM,2010,13,1245,1316 +FSM,2010,14,1229,1310 +FSM,2010,15,1214,1301 +FSM,2010,16,1199,1293 +FSM,2010,17,1169,1268 +FSM,2010,18,1119,1221 +FSM,2011,0,1233,1263 +FSM,2011,1,1238,1260 +FSM,2011,2,1195,1229 +FSM,2011,3,1164,1208 +FSM,2011,4,1144,1196 +FSM,2011,5,1134,1192 +FSM,2011,6,1132,1195 +FSM,2011,7,1135,1202 +FSM,2011,8,1144,1214 +FSM,2011,9,1160,1230 +FSM,2011,10,1179,1249 +FSM,2011,11,1199,1267 +FSM,2011,12,1220,1285 +FSM,2011,13,1231,1297 +FSM,2011,14,1226,1298 +FSM,2011,15,1209,1290 +FSM,2011,16,1193,1281 +FSM,2011,17,1176,1270 +FSM,2011,18,1146,1245 +FSM,2012,0,1197,1250 +FSM,2012,1,1169,1219 +FSM,2012,2,1220,1246 +FSM,2012,3,1187,1222 +FSM,2012,4,1163,1206 +FSM,2012,5,1147,1196 +FSM,2012,6,1138,1193 +FSM,2012,7,1134,1195 +FSM,2012,8,1133,1200 +FSM,2012,9,1140,1209 +FSM,2012,10,1154,1225 +FSM,2012,11,1174,1243 +FSM,2012,12,1193,1261 +FSM,2012,13,1212,1278 +FSM,2012,14,1222,1288 +FSM,2012,15,1216,1288 +FSM,2012,16,1198,1279 +FSM,2012,17,1180,1268 +FSM,2012,18,1162,1256 +FSM,2013,0,1161,1243 +FSM,2013,1,1156,1222 +FSM,2013,2,1152,1208 +FSM,2013,3,1207,1237 +FSM,2013,4,1184,1220 +FSM,2013,5,1167,1208 +FSM,2013,6,1154,1201 +FSM,2013,7,1146,1199 +FSM,2013,8,1141,1200 +FSM,2013,9,1136,1202 +FSM,2013,10,1139,1210 +FSM,2013,11,1153,1225 +FSM,2013,12,1173,1243 +FSM,2013,13,1191,1260 +FSM,2013,14,1209,1275 +FSM,2013,15,1217,1284 +FSM,2013,16,1210,1282 +FSM,2013,17,1191,1272 +FSM,2013,18,1172,1260 +FSM,2014,0,1135,1239 +FSM,2014,1,1149,1229 +FSM,2014,2,1158,1221 +FSM,2014,3,1164,1214 +FSM,2014,4,1194,1228 +FSM,2014,5,1182,1218 +FSM,2014,6,1171,1211 +FSM,2014,7,1162,1207 +FSM,2014,8,1155,1205 +FSM,2014,9,1148,1205 +FSM,2014,10,1139,1205 +FSM,2014,11,1139,1211 +FSM,2014,12,1153,1225 +FSM,2014,13,1173,1243 +FSM,2014,14,1191,1259 +FSM,2014,15,1207,1274 +FSM,2014,16,1214,1281 +FSM,2014,17,1205,1278 +FSM,2014,18,1185,1266 +FSM,2015,0,1125,1241 +FSM,2015,1,1147,1236 +FSM,2015,2,1163,1231 +FSM,2015,3,1173,1226 +FSM,2015,4,1178,1222 +FSM,2015,5,1180,1218 +FSM,2015,6,1178,1215 +FSM,2015,7,1174,1212 +FSM,2015,8,1168,1211 +FSM,2015,9,1162,1210 +FSM,2015,10,1154,1209 +FSM,2015,11,1141,1207 +FSM,2015,12,1138,1210 +FSM,2015,13,1150,1224 +FSM,2015,14,1171,1242 +FSM,2015,15,1188,1257 +FSM,2015,16,1203,1270 +FSM,2015,17,1208,1277 +FSM,2015,18,1198,1272 +FSM,2016,0,1137,1247 +FSM,2016,1,1131,1239 +FSM,2016,2,1148,1234 +FSM,2016,3,1160,1229 +FSM,2016,4,1169,1225 +FSM,2016,5,1175,1221 +FSM,2016,6,1177,1217 +FSM,2016,7,1178,1215 +FSM,2016,8,1176,1213 +FSM,2016,9,1170,1210 +FSM,2016,10,1161,1208 +FSM,2016,11,1151,1206 +FSM,2016,12,1137,1202 +FSM,2016,13,1132,1205 +FSM,2016,14,1143,1217 +FSM,2016,15,1163,1234 +FSM,2016,16,1178,1247 +FSM,2016,17,1192,1259 +FSM,2016,18,1197,1264 +FSM,2017,0,1163,1256 +FSM,2017,1,1168,1250 +FSM,2017,2,1134,1236 +FSM,2017,3,1146,1230 +FSM,2017,4,1156,1226 +FSM,2017,5,1163,1222 +FSM,2017,6,1169,1218 +FSM,2017,7,1173,1216 +FSM,2017,8,1177,1214 +FSM,2017,9,1176,1212 +FSM,2017,10,1169,1209 +FSM,2017,11,1158,1205 +FSM,2017,12,1146,1202 +FSM,2017,13,1130,1197 +FSM,2017,14,1124,1198 +FSM,2017,15,1134,1208 +FSM,2017,16,1152,1224 +FSM,2017,17,1167,1236 +FSM,2017,18,1179,1247 +FSM,2018,0,1197,1268 +FSM,2018,1,1184,1257 +FSM,2018,2,1173,1246 +FSM,2018,3,1136,1232 +FSM,2018,4,1143,1226 +FSM,2018,5,1150,1222 +FSM,2018,6,1156,1218 +FSM,2018,7,1162,1215 +FSM,2018,8,1168,1213 +FSM,2018,9,1174,1212 +FSM,2018,10,1175,1210 +FSM,2018,11,1167,1206 +FSM,2018,12,1154,1201 +FSM,2018,13,1140,1197 +FSM,2018,14,1123,1190 +FSM,2018,15,1116,1190 +FSM,2018,16,1124,1199 +FSM,2018,17,1141,1213 +FSM,2018,18,1154,1224 +FSM,2019,0,1200,1300 +FSM,2019,1,1200,1300 +FSM,2019,2,1200,1300 +FSM,2019,3,1200,1200 +FSM,2019,4,1100,1200 +FSM,2019,5,1100,1200 +FSM,2019,6,1100,1200 +FSM,2019,7,1100,1200 +FSM,2019,8,1200,1200 +FSM,2019,9,1200,1200 +FSM,2019,10,1200,1200 +FSM,2019,11,1200,1200 +FSM,2019,12,1200,1200 +FSM,2019,13,1100,1200 +FSM,2019,14,1100,1200 +FSM,2019,15,1100,1200 +FSM,2019,16,1100,1200 +FSM,2019,17,1100,1200 +FSM,2019,18,1100,1200 +FSM,2020,0,1300,1300 +FSM,2020,1,1200,1300 +FSM,2020,2,1200,1300 +FSM,2020,3,1200,1200 +FSM,2020,4,1100,1200 +FSM,2020,5,1100,1200 +FSM,2020,6,1100,1200 +FSM,2020,7,1100,1200 +FSM,2020,8,1100,1200 +FSM,2020,9,1100,1200 +FSM,2020,10,1200,1200 +FSM,2020,11,1200,1200 +FSM,2020,12,1200,1200 +FSM,2020,13,1200,1200 +FSM,2020,14,1100,1200 +FSM,2020,15,1100,1200 +FSM,2020,16,1100,1200 +FSM,2020,17,1100,1200 +FSM,2020,18,1100,1200 +FSM,2021,0,1300,1300 +FSM,2021,1,1200,1300 +FSM,2021,2,1200,1300 +FSM,2021,3,1200,1300 +FSM,2021,4,1200,1200 +FSM,2021,5,1200,1200 +FSM,2021,6,1100,1200 +FSM,2021,7,1100,1200 +FSM,2021,8,1100,1200 +FSM,2021,9,1100,1200 +FSM,2021,10,1100,1200 +FSM,2021,11,1200,1200 +FSM,2021,12,1200,1200 +FSM,2021,13,1200,1200 +FSM,2021,14,1200,1200 +FSM,2021,15,1100,1200 +FSM,2021,16,1100,1200 +FSM,2021,17,1100,1200 +FSM,2021,18,1100,1200 +FSM,2022,0,1300,1300 +FSM,2022,1,1200,1300 +FSM,2022,2,1200,1300 +FSM,2022,3,1200,1300 +FSM,2022,4,1200,1300 +FSM,2022,5,1200,1200 +FSM,2022,6,1200,1200 +FSM,2022,7,1100,1200 +FSM,2022,8,1100,1200 +FSM,2022,9,1100,1200 +FSM,2022,10,1100,1200 +FSM,2022,11,1100,1200 +FSM,2022,12,1100,1200 +FSM,2022,13,1200,1200 +FSM,2022,14,1200,1200 +FSM,2022,15,1100,1200 +FSM,2022,16,1100,1200 +FSM,2022,17,1100,1200 +FSM,2022,18,1100,1200 +FSM,2023,0,1300,1300 +FSM,2023,1,1200,1300 +FSM,2023,2,1200,1300 +FSM,2023,3,1200,1300 +FSM,2023,4,1200,1300 +FSM,2023,5,1200,1200 +FSM,2023,6,1200,1200 +FSM,2023,7,1200,1200 +FSM,2023,8,1100,1200 +FSM,2023,9,1100,1200 +FSM,2023,10,1100,1200 +FSM,2023,11,1100,1200 +FSM,2023,12,1100,1200 +FSM,2023,13,1100,1200 +FSM,2023,14,1200,1200 +FSM,2023,15,1200,1200 +FSM,2023,16,1100,1200 +FSM,2023,17,1100,1200 +FSM,2023,18,1100,1200 +FSM,2024,0,1300,1300 +FSM,2024,1,1200,1300 +FSM,2024,2,1200,1300 +FSM,2024,3,1200,1300 +FSM,2024,4,1200,1300 +FSM,2024,5,1200,1300 +FSM,2024,6,1200,1200 +FSM,2024,7,1200,1200 +FSM,2024,8,1200,1200 +FSM,2024,9,1100,1200 +FSM,2024,10,1100,1200 +FSM,2024,11,1100,1200 +FSM,2024,12,1100,1200 +FSM,2024,13,1100,1200 +FSM,2024,14,1100,1200 +FSM,2024,15,1100,1200 +FSM,2024,16,1100,1200 +FSM,2024,17,1100,1200 +FSM,2024,18,1100,1200 +FSM,2025,0,1300,1300 +FSM,2025,1,1300,1300 +FSM,2025,2,1200,1300 +FSM,2025,3,1200,1300 +FSM,2025,4,1200,1300 +FSM,2025,5,1200,1300 +FSM,2025,6,1200,1300 +FSM,2025,7,1200,1200 +FSM,2025,8,1200,1200 +FSM,2025,9,1200,1200 +FSM,2025,10,1100,1200 +FSM,2025,11,1100,1200 +FSM,2025,12,1100,1200 +FSM,2025,13,1100,1200 +FSM,2025,14,1100,1200 +FSM,2025,15,1100,1200 +FSM,2025,16,1100,1200 +FSM,2025,17,1100,1200 +FSM,2025,18,1100,1200 +FSM,2026,0,1300,1300 +FSM,2026,1,1300,1300 +FSM,2026,2,1200,1300 +FSM,2026,3,1200,1300 +FSM,2026,4,1200,1300 +FSM,2026,5,1200,1300 +FSM,2026,6,1200,1300 +FSM,2026,7,1200,1300 +FSM,2026,8,1200,1200 +FSM,2026,9,1200,1200 +FSM,2026,10,1200,1200 +FSM,2026,11,1100,1200 +FSM,2026,12,1100,1200 +FSM,2026,13,1100,1200 +FSM,2026,14,1100,1200 +FSM,2026,15,1100,1200 +FSM,2026,16,1100,1200 +FSM,2026,17,1100,1200 +FSM,2026,18,1100,1200 +FSM,2027,0,1300,1300 +FSM,2027,1,1300,1300 +FSM,2027,2,1300,1300 +FSM,2027,3,1200,1300 +FSM,2027,4,1200,1300 +FSM,2027,5,1200,1300 +FSM,2027,6,1200,1300 +FSM,2027,7,1200,1300 +FSM,2027,8,1200,1200 +FSM,2027,9,1200,1200 +FSM,2027,10,1200,1200 +FSM,2027,11,1200,1200 +FSM,2027,12,1100,1200 +FSM,2027,13,1100,1200 +FSM,2027,14,1100,1200 +FSM,2027,15,1100,1200 +FSM,2027,16,1100,1200 +FSM,2027,17,1100,1200 +FSM,2027,18,1100,1200 +FSM,2028,0,1300,1300 +FSM,2028,1,1300,1300 +FSM,2028,2,1300,1300 +FSM,2028,3,1300,1300 +FSM,2028,4,1200,1300 +FSM,2028,5,1200,1300 +FSM,2028,6,1200,1300 +FSM,2028,7,1200,1300 +FSM,2028,8,1200,1300 +FSM,2028,9,1200,1200 +FSM,2028,10,1200,1200 +FSM,2028,11,1200,1200 +FSM,2028,12,1100,1200 +FSM,2028,13,1100,1200 +FSM,2028,14,1100,1200 +FSM,2028,15,1100,1200 +FSM,2028,16,1100,1200 +FSM,2028,17,1100,1200 +FSM,2028,18,1100,1200 +FSM,2029,0,1200,1300 +FSM,2029,1,1200,1300 +FSM,2029,2,1300,1300 +FSM,2029,3,1200,1300 +FSM,2029,4,1200,1300 +FSM,2029,5,1200,1300 +FSM,2029,6,1200,1300 +FSM,2029,7,1200,1300 +FSM,2029,8,1200,1300 +FSM,2029,9,1200,1300 +FSM,2029,10,1200,1200 +FSM,2029,11,1200,1200 +FSM,2029,12,1200,1200 +FSM,2029,13,1100,1200 +FSM,2029,14,1100,1200 +FSM,2029,15,1100,1200 +FSM,2029,16,1100,1200 +FSM,2029,17,1100,1200 +FSM,2029,18,1100,1200 +FSM,2030,0,1200,1300 +FSM,2030,1,1200,1300 +FSM,2030,2,1200,1300 +FSM,2030,3,1200,1300 +FSM,2030,4,1200,1300 +FSM,2030,5,1200,1300 +FSM,2030,6,1200,1300 +FSM,2030,7,1200,1300 +FSM,2030,8,1200,1300 +FSM,2030,9,1200,1300 +FSM,2030,10,1200,1300 +FSM,2030,11,1200,1200 +FSM,2030,12,1200,1200 +FSM,2030,13,1200,1200 +FSM,2030,14,1100,1200 +FSM,2030,15,1100,1200 +FSM,2030,16,1100,1200 +FSM,2030,17,1100,1200 +FSM,2030,18,1100,1200 +FSM,2031,0,1200,1300 +FSM,2031,1,1200,1300 +FSM,2031,2,1200,1300 +FSM,2031,3,1200,1300 +FSM,2031,4,1200,1300 +FSM,2031,5,1200,1300 +FSM,2031,6,1200,1300 +FSM,2031,7,1200,1300 +FSM,2031,8,1200,1300 +FSM,2031,9,1200,1300 +FSM,2031,10,1200,1300 +FSM,2031,11,1200,1300 +FSM,2031,12,1200,1200 +FSM,2031,13,1200,1200 +FSM,2031,14,1100,1200 +FSM,2031,15,1100,1200 +FSM,2031,16,1100,1200 +FSM,2031,17,1100,1200 +FSM,2031,18,1100,1200 +FSM,2032,0,1200,1300 +FSM,2032,1,1200,1300 +FSM,2032,2,1200,1300 +FSM,2032,3,1200,1300 +FSM,2032,4,1200,1300 +FSM,2032,5,1200,1300 +FSM,2032,6,1200,1300 +FSM,2032,7,1200,1300 +FSM,2032,8,1200,1300 +FSM,2032,9,1200,1300 +FSM,2032,10,1200,1300 +FSM,2032,11,1200,1300 +FSM,2032,12,1200,1200 +FSM,2032,13,1200,1200 +FSM,2032,14,1200,1200 +FSM,2032,15,1100,1200 +FSM,2032,16,1100,1200 +FSM,2032,17,1100,1200 +FSM,2032,18,1100,1200 +FSM,2033,0,1200,1300 +FSM,2033,1,1200,1300 +FSM,2033,2,1200,1300 +FSM,2033,3,1200,1300 +FSM,2033,4,1200,1300 +FSM,2033,5,1200,1300 +FSM,2033,6,1200,1300 +FSM,2033,7,1200,1300 +FSM,2033,8,1200,1300 +FSM,2033,9,1200,1300 +FSM,2033,10,1200,1300 +FSM,2033,11,1200,1300 +FSM,2033,12,1200,1300 +FSM,2033,13,1200,1200 +FSM,2033,14,1200,1200 +FSM,2033,15,1200,1200 +FSM,2033,16,1100,1200 +FSM,2033,17,1100,1200 +FSM,2033,18,1100,1200 +FSM,2034,0,1200,1200 +FSM,2034,1,1200,1200 +FSM,2034,2,1200,1300 +FSM,2034,3,1200,1300 +FSM,2034,4,1200,1300 +FSM,2034,5,1200,1300 +FSM,2034,6,1200,1300 +FSM,2034,7,1200,1300 +FSM,2034,8,1200,1300 +FSM,2034,9,1200,1300 +FSM,2034,10,1200,1300 +FSM,2034,11,1200,1300 +FSM,2034,12,1200,1300 +FSM,2034,13,1200,1300 +FSM,2034,14,1200,1200 +FSM,2034,15,1200,1200 +FSM,2034,16,1100,1200 +FSM,2034,17,1100,1200 +FSM,2034,18,1100,1200 +FSM,2035,0,1200,1200 +FSM,2035,1,1200,1200 +FSM,2035,2,1200,1200 +FSM,2035,3,1200,1300 +FSM,2035,4,1200,1300 +FSM,2035,5,1200,1300 +FSM,2035,6,1200,1300 +FSM,2035,7,1200,1300 +FSM,2035,8,1200,1300 +FSM,2035,9,1200,1300 +FSM,2035,10,1200,1300 +FSM,2035,11,1200,1300 +FSM,2035,12,1200,1300 +FSM,2035,13,1200,1300 +FSM,2035,14,1200,1200 +FSM,2035,15,1200,1200 +FSM,2035,16,1200,1200 +FSM,2035,17,1100,1200 +FSM,2035,18,1100,1200 +FSM,2036,0,1200,1200 +FSM,2036,1,1200,1200 +FSM,2036,2,1200,1200 +FSM,2036,3,1200,1200 +FSM,2036,4,1200,1300 +FSM,2036,5,1200,1300 +FSM,2036,6,1200,1300 +FSM,2036,7,1200,1300 +FSM,2036,8,1200,1300 +FSM,2036,9,1200,1300 +FSM,2036,10,1200,1300 +FSM,2036,11,1200,1300 +FSM,2036,12,1200,1300 +FSM,2036,13,1200,1300 +FSM,2036,14,1200,1300 +FSM,2036,15,1200,1200 +FSM,2036,16,1200,1200 +FSM,2036,17,1100,1200 +FSM,2036,18,1100,1200 +FSM,2037,0,1100,1200 +FSM,2037,1,1100,1200 +FSM,2037,2,1200,1200 +FSM,2037,3,1200,1200 +FSM,2037,4,1200,1200 +FSM,2037,5,1200,1300 +FSM,2037,6,1200,1300 +FSM,2037,7,1200,1300 +FSM,2037,8,1200,1300 +FSM,2037,9,1200,1300 +FSM,2037,10,1200,1300 +FSM,2037,11,1200,1300 +FSM,2037,12,1200,1300 +FSM,2037,13,1200,1300 +FSM,2037,14,1200,1300 +FSM,2037,15,1200,1200 +FSM,2037,16,1200,1200 +FSM,2037,17,1200,1200 +FSM,2037,18,1100,1200 +FSM,2038,0,1100,1200 +FSM,2038,1,1100,1200 +FSM,2038,2,1100,1200 +FSM,2038,3,1200,1200 +FSM,2038,4,1200,1200 +FSM,2038,5,1200,1200 +FSM,2038,6,1200,1200 +FSM,2038,7,1200,1300 +FSM,2038,8,1200,1300 +FSM,2038,9,1200,1300 +FSM,2038,10,1200,1300 +FSM,2038,11,1200,1300 +FSM,2038,12,1200,1300 +FSM,2038,13,1200,1300 +FSM,2038,14,1200,1300 +FSM,2038,15,1200,1300 +FSM,2038,16,1200,1200 +FSM,2038,17,1200,1200 +FSM,2038,18,1100,1200 +FSM,2039,0,1100,1200 +FSM,2039,1,1100,1200 +FSM,2039,2,1100,1200 +FSM,2039,3,1100,1200 +FSM,2039,4,1200,1200 +FSM,2039,5,1200,1200 +FSM,2039,6,1200,1200 +FSM,2039,7,1200,1200 +FSM,2039,8,1200,1300 +FSM,2039,9,1200,1300 +FSM,2039,10,1200,1300 +FSM,2039,11,1200,1300 +FSM,2039,12,1200,1300 +FSM,2039,13,1200,1300 +FSM,2039,14,1200,1300 +FSM,2039,15,1200,1300 +FSM,2039,16,1200,1200 +FSM,2039,17,1200,1200 +FSM,2039,18,1200,1200 +FSM,2040,0,1100,1100 +FSM,2040,1,1100,1200 +FSM,2040,2,1100,1200 +FSM,2040,3,1100,1200 +FSM,2040,4,1100,1200 +FSM,2040,5,1200,1200 +FSM,2040,6,1200,1200 +FSM,2040,7,1200,1200 +FSM,2040,8,1200,1200 +FSM,2040,9,1200,1300 +FSM,2040,10,1200,1300 +FSM,2040,11,1200,1300 +FSM,2040,12,1200,1300 +FSM,2040,13,1200,1300 +FSM,2040,14,1200,1300 +FSM,2040,15,1200,1300 +FSM,2040,16,1200,1300 +FSM,2040,17,1200,1200 +FSM,2040,18,1200,1200 +FSM,2041,0,1100,1100 +FSM,2041,1,1100,1100 +FSM,2041,2,1100,1100 +FSM,2041,3,1100,1200 +FSM,2041,4,1100,1200 +FSM,2041,5,1100,1200 +FSM,2041,6,1200,1200 +FSM,2041,7,1200,1200 +FSM,2041,8,1200,1200 +FSM,2041,9,1200,1200 +FSM,2041,10,1200,1300 +FSM,2041,11,1200,1300 +FSM,2041,12,1200,1300 +FSM,2041,13,1200,1300 +FSM,2041,14,1200,1300 +FSM,2041,15,1200,1300 +FSM,2041,16,1200,1300 +FSM,2041,17,1200,1200 +FSM,2041,18,1200,1200 +FSM,2042,0,1100,1100 +FSM,2042,1,1100,1100 +FSM,2042,2,1100,1100 +FSM,2042,3,1100,1100 +FSM,2042,4,1100,1200 +FSM,2042,5,1100,1200 +FSM,2042,6,1100,1200 +FSM,2042,7,1200,1200 +FSM,2042,8,1200,1200 +FSM,2042,9,1200,1200 +FSM,2042,10,1200,1200 +FSM,2042,11,1200,1200 +FSM,2042,12,1200,1300 +FSM,2042,13,1200,1300 +FSM,2042,14,1200,1300 +FSM,2042,15,1200,1300 +FSM,2042,16,1200,1300 +FSM,2042,17,1200,1200 +FSM,2042,18,1200,1200 +FSM,2043,0,1100,1100 +FSM,2043,1,1100,1100 +FSM,2043,2,1100,1100 +FSM,2043,3,1100,1100 +FSM,2043,4,1100,1100 +FSM,2043,5,1100,1200 +FSM,2043,6,1100,1200 +FSM,2043,7,1100,1200 +FSM,2043,8,1100,1200 +FSM,2043,9,1200,1200 +FSM,2043,10,1200,1200 +FSM,2043,11,1200,1200 +FSM,2043,12,1200,1200 +FSM,2043,13,1200,1300 +FSM,2043,14,1200,1300 +FSM,2043,15,1200,1300 +FSM,2043,16,1200,1300 +FSM,2043,17,1200,1200 +FSM,2043,18,1200,1200 +FSM,2044,0,1100,1100 +FSM,2044,1,1100,1100 +FSM,2044,2,1100,1100 +FSM,2044,3,1100,1100 +FSM,2044,4,1100,1100 +FSM,2044,5,1100,1100 +FSM,2044,6,1100,1200 +FSM,2044,7,1100,1200 +FSM,2044,8,1100,1200 +FSM,2044,9,1100,1200 +FSM,2044,10,1200,1200 +FSM,2044,11,1200,1200 +FSM,2044,12,1200,1200 +FSM,2044,13,1200,1200 +FSM,2044,14,1200,1200 +FSM,2044,15,1200,1300 +FSM,2044,16,1200,1300 +FSM,2044,17,1200,1200 +FSM,2044,18,1200,1200 +FSM,2045,0,1100,1100 +FSM,2045,1,1100,1100 +FSM,2045,2,1100,1100 +FSM,2045,3,1100,1100 +FSM,2045,4,1100,1100 +FSM,2045,5,1100,1100 +FSM,2045,6,1100,1100 +FSM,2045,7,1100,1100 +FSM,2045,8,1100,1200 +FSM,2045,9,1100,1200 +FSM,2045,10,1100,1200 +FSM,2045,11,1200,1200 +FSM,2045,12,1200,1200 +FSM,2045,13,1200,1200 +FSM,2045,14,1200,1200 +FSM,2045,15,1200,1200 +FSM,2045,16,1200,1200 +FSM,2045,17,1200,1200 +FSM,2045,18,1200,1200 +FSM,2046,0,1100,1100 +FSM,2046,1,1100,1100 +FSM,2046,2,1100,1100 +FSM,2046,3,1100,1100 +FSM,2046,4,1100,1100 +FSM,2046,5,1100,1100 +FSM,2046,6,1100,1100 +FSM,2046,7,1100,1100 +FSM,2046,8,1100,1100 +FSM,2046,9,1100,1200 +FSM,2046,10,1100,1200 +FSM,2046,11,1100,1200 +FSM,2046,12,1200,1200 +FSM,2046,13,1200,1200 +FSM,2046,14,1200,1200 +FSM,2046,15,1200,1200 +FSM,2046,16,1200,1200 +FSM,2046,17,1200,1200 +FSM,2046,18,1200,1200 +FSM,2047,0,1100,1100 +FSM,2047,1,1100,1100 +FSM,2047,2,1100,1100 +FSM,2047,3,1100,1100 +FSM,2047,4,1100,1100 +FSM,2047,5,1100,1100 +FSM,2047,6,1100,1100 +FSM,2047,7,1100,1100 +FSM,2047,8,1100,1100 +FSM,2047,9,1100,1100 +FSM,2047,10,1100,1200 +FSM,2047,11,1100,1200 +FSM,2047,12,1100,1200 +FSM,2047,13,1200,1200 +FSM,2047,14,1200,1200 +FSM,2047,15,1200,1200 +FSM,2047,16,1200,1200 +FSM,2047,17,1200,1200 +FSM,2047,18,1200,1200 +FSM,2048,0,1100,1100 +FSM,2048,1,1000,1100 +FSM,2048,2,1000,1100 +FSM,2048,3,1100,1100 +FSM,2048,4,1100,1100 +FSM,2048,5,1100,1100 +FSM,2048,6,1100,1100 +FSM,2048,7,1100,1100 +FSM,2048,8,1100,1100 +FSM,2048,9,1100,1100 +FSM,2048,10,1100,1100 +FSM,2048,11,1100,1200 +FSM,2048,12,1100,1200 +FSM,2048,13,1100,1200 +FSM,2048,14,1100,1200 +FSM,2048,15,1200,1200 +FSM,2048,16,1200,1200 +FSM,2048,17,1200,1200 +FSM,2048,18,1200,1200 +FSM,2049,0,1100,1100 +FSM,2049,1,1000,1100 +FSM,2049,2,1000,1100 +FSM,2049,3,1000,1100 +FSM,2049,4,1000,1100 +FSM,2049,5,1100,1100 +FSM,2049,6,1100,1100 +FSM,2049,7,1100,1100 +FSM,2049,8,1100,1100 +FSM,2049,9,1100,1100 +FSM,2049,10,1100,1100 +FSM,2049,11,1100,1100 +FSM,2049,12,1100,1200 +FSM,2049,13,1100,1200 +FSM,2049,14,1100,1200 +FSM,2049,15,1100,1200 +FSM,2049,16,1100,1200 +FSM,2049,17,1100,1200 +FSM,2049,18,1100,1200 +FSM,2050,0,1000,1100 +FSM,2050,1,1000,1100 +FSM,2050,2,1000,1100 +FSM,2050,3,1000,1100 +FSM,2050,4,1000,1100 +FSM,2050,5,1000,1100 +FSM,2050,6,1000,1100 +FSM,2050,7,1100,1100 +FSM,2050,8,1100,1100 +FSM,2050,9,1100,1100 +FSM,2050,10,1100,1100 +FSM,2050,11,1100,1100 +FSM,2050,12,1100,1100 +FSM,2050,13,1100,1200 +FSM,2050,14,1100,1200 +FSM,2050,15,1100,1200 +FSM,2050,16,1100,1200 +FSM,2050,17,1100,1200 +FSM,2050,18,1100,1200 +GAB,1990,0,16345,16688 +GAB,1990,1,15864,16181 +GAB,1990,2,15383,15677 +GAB,1990,3,14904,15176 +GAB,1990,4,14428,14679 +GAB,1990,5,13957,14188 +GAB,1990,6,13492,13704 +GAB,1990,7,13034,13227 +GAB,1990,8,12584,12761 +GAB,1990,9,12144,12305 +GAB,1990,10,11714,11858 +GAB,1990,11,11292,11422 +GAB,1990,12,10889,11004 +GAB,1990,13,10511,10612 +GAB,1990,14,10153,10240 +GAB,1990,15,9803,9876 +GAB,1990,16,9460,9521 +GAB,1990,17,9138,9184 +GAB,1990,18,8839,8870 +GAB,1991,0,16711,17055 +GAB,1991,1,16261,16589 +GAB,1991,2,15792,16097 +GAB,1991,3,15322,15605 +GAB,1991,4,14854,15116 +GAB,1991,5,14388,14630 +GAB,1991,6,13926,14149 +GAB,1991,7,13469,13674 +GAB,1991,8,13017,13205 +GAB,1991,9,12571,12742 +GAB,1991,10,12133,12287 +GAB,1991,11,11703,11842 +GAB,1991,12,11282,11406 +GAB,1991,13,10880,10989 +GAB,1991,14,10503,10597 +GAB,1991,15,10147,10225 +GAB,1991,16,9798,9862 +GAB,1991,17,9457,9507 +GAB,1991,18,9135,9170 +GAB,1992,0,17072,17414 +GAB,1992,1,16618,16940 +GAB,1992,2,16177,16490 +GAB,1992,3,15720,16012 +GAB,1992,4,15261,15533 +GAB,1992,5,14803,15056 +GAB,1992,6,14347,14581 +GAB,1992,7,13894,14110 +GAB,1992,8,13446,13645 +GAB,1992,9,13001,13182 +GAB,1992,10,12558,12723 +GAB,1992,11,12121,12270 +GAB,1992,12,11693,11826 +GAB,1992,13,11272,11390 +GAB,1992,14,10870,10973 +GAB,1992,15,10495,10582 +GAB,1992,16,10141,10211 +GAB,1992,17,9794,9848 +GAB,1992,18,9453,9493 +GAB,1993,0,17411,17752 +GAB,1993,1,16968,17293 +GAB,1993,2,16521,16831 +GAB,1993,3,16090,16391 +GAB,1993,4,15645,15927 +GAB,1993,5,15198,15462 +GAB,1993,6,14751,14997 +GAB,1993,7,14304,14533 +GAB,1993,8,13860,14072 +GAB,1993,9,13421,13616 +GAB,1993,10,12982,13160 +GAB,1993,11,12543,12705 +GAB,1993,12,12108,12253 +GAB,1993,13,11681,11810 +GAB,1993,14,11260,11374 +GAB,1993,15,10859,10957 +GAB,1993,16,10485,10567 +GAB,1993,17,10133,10197 +GAB,1993,18,9787,9835 +GAB,1994,0,17706,18053 +GAB,1994,1,17281,17615 +GAB,1994,2,16852,17173 +GAB,1994,3,16420,16727 +GAB,1994,4,16000,16295 +GAB,1994,5,15567,15845 +GAB,1994,6,15131,15394 +GAB,1994,7,14695,14941 +GAB,1994,8,14258,14487 +GAB,1994,9,13823,14036 +GAB,1994,10,13393,13589 +GAB,1994,11,12961,13140 +GAB,1994,12,12526,12689 +GAB,1994,13,12092,12239 +GAB,1994,14,11666,11796 +GAB,1994,15,11245,11360 +GAB,1994,16,10845,10943 +GAB,1994,17,10473,10554 +GAB,1994,18,10123,10185 +GAB,1995,0,17946,18311 +GAB,1995,1,17549,17902 +GAB,1995,2,17146,17486 +GAB,1995,3,16737,17063 +GAB,1995,4,16323,16636 +GAB,1995,5,15905,16204 +GAB,1995,6,15484,15768 +GAB,1995,7,15060,15329 +GAB,1995,8,14635,14888 +GAB,1995,9,14208,14445 +GAB,1995,10,13783,14004 +GAB,1995,11,13361,13566 +GAB,1995,12,12936,13124 +GAB,1995,13,12505,12676 +GAB,1995,14,12073,12227 +GAB,1995,15,11648,11785 +GAB,1995,16,11228,11349 +GAB,1995,17,10829,10933 +GAB,1995,18,10459,10543 +GAB,1996,0,18140,18500 +GAB,1996,1,17843,18188 +GAB,1996,2,17461,17794 +GAB,1996,3,17070,17392 +GAB,1996,4,16672,16982 +GAB,1996,5,16267,16565 +GAB,1996,6,15856,16143 +GAB,1996,7,15441,15716 +GAB,1996,8,15022,15285 +GAB,1996,9,14599,14849 +GAB,1996,10,14173,14410 +GAB,1996,11,13747,13972 +GAB,1996,12,13325,13536 +GAB,1996,13,12899,13097 +GAB,1996,14,12469,12653 +GAB,1996,15,12040,12209 +GAB,1996,16,11618,11772 +GAB,1996,17,11201,11339 +GAB,1996,18,10803,10926 +GAB,1997,0,18295,18664 +GAB,1997,1,17987,18340 +GAB,1997,2,17742,18077 +GAB,1997,3,17373,17698 +GAB,1997,4,16995,17309 +GAB,1997,5,16607,16911 +GAB,1997,6,16211,16506 +GAB,1997,7,15808,16093 +GAB,1997,8,15400,15675 +GAB,1997,9,14985,15251 +GAB,1997,10,14563,14820 +GAB,1997,11,14138,14385 +GAB,1997,12,13712,13950 +GAB,1997,13,13289,13516 +GAB,1997,14,12863,13079 +GAB,1997,15,12435,12639 +GAB,1997,16,12009,12200 +GAB,1997,17,11589,11766 +GAB,1997,18,11174,11337 +GAB,1998,0,18434,18819 +GAB,1998,1,18172,18538 +GAB,1998,2,17886,18235 +GAB,1998,3,17640,17972 +GAB,1998,4,17286,17608 +GAB,1998,5,16920,17232 +GAB,1998,6,16543,16846 +GAB,1998,7,16156,16451 +GAB,1998,8,15760,16049 +GAB,1998,9,15358,15639 +GAB,1998,10,14947,15222 +GAB,1998,11,14528,14796 +GAB,1998,12,14103,14365 +GAB,1998,13,13678,13932 +GAB,1998,14,13253,13500 +GAB,1998,15,12827,13066 +GAB,1998,16,12401,12629 +GAB,1998,17,11977,12194 +GAB,1998,18,11560,11764 +GAB,1999,0,18588,18988 +GAB,1999,1,18356,18734 +GAB,1999,2,18098,18456 +GAB,1999,3,17816,18158 +GAB,1999,4,17538,17867 +GAB,1999,5,17199,17517 +GAB,1999,6,16845,17154 +GAB,1999,7,16478,16781 +GAB,1999,8,16100,16396 +GAB,1999,9,15712,16003 +GAB,1999,10,15316,15603 +GAB,1999,11,14910,15192 +GAB,1999,12,14493,14771 +GAB,1999,13,14069,14343 +GAB,1999,14,13643,13913 +GAB,1999,15,13217,13483 +GAB,1999,16,12791,13052 +GAB,1999,17,12366,12619 +GAB,1999,18,11946,12188 +GAB,2000,0,18782,19193 +GAB,2000,1,18555,18941 +GAB,2000,2,18306,18671 +GAB,2000,3,18036,18382 +GAB,2000,4,17746,18078 +GAB,2000,5,17438,17757 +GAB,2000,6,17112,17422 +GAB,2000,7,16771,17073 +GAB,2000,8,16415,16712 +GAB,2000,9,16045,16338 +GAB,2000,10,15665,15955 +GAB,2000,11,15275,15563 +GAB,2000,12,14873,15160 +GAB,2000,13,14458,14744 +GAB,2000,14,14035,14319 +GAB,2000,15,13609,13892 +GAB,2000,16,13182,13464 +GAB,2000,17,12755,13035 +GAB,2000,18,12333,12606 +GAB,2001,0,19001,19415 +GAB,2001,1,18703,19091 +GAB,2001,2,18460,18825 +GAB,2001,3,18204,18549 +GAB,2001,4,17937,18264 +GAB,2001,5,17655,17969 +GAB,2001,6,17363,17665 +GAB,2001,7,17060,17354 +GAB,2001,8,16735,17023 +GAB,2001,9,16382,16665 +GAB,2001,10,16008,16288 +GAB,2001,11,15627,15905 +GAB,2001,12,15237,15514 +GAB,2001,13,14838,15116 +GAB,2001,14,14430,14713 +GAB,2001,15,14016,14305 +GAB,2001,16,13599,13894 +GAB,2001,17,13180,13481 +GAB,2001,18,12762,13067 +GAB,2002,0,19271,19684 +GAB,2002,1,18977,19362 +GAB,2002,2,18628,18991 +GAB,2002,3,18369,18709 +GAB,2002,4,18107,18429 +GAB,2002,5,17842,18147 +GAB,2002,6,17569,17862 +GAB,2002,7,17292,17574 +GAB,2002,8,17012,17287 +GAB,2002,9,16704,16973 +GAB,2002,10,16354,16620 +GAB,2002,11,15976,16239 +GAB,2002,12,15593,15855 +GAB,2002,13,15204,15466 +GAB,2002,14,14807,15074 +GAB,2002,15,14406,14683 +GAB,2002,16,14001,14292 +GAB,2002,17,13593,13896 +GAB,2002,18,13182,13498 +GAB,2003,0,19626,20042 +GAB,2003,1,19263,19650 +GAB,2003,2,18923,19285 +GAB,2003,3,18562,18903 +GAB,2003,4,18287,18606 +GAB,2003,5,18019,18321 +GAB,2003,6,17756,18043 +GAB,2003,7,17492,17767 +GAB,2003,8,17230,17496 +GAB,2003,9,16973,17232 +GAB,2003,10,16680,16935 +GAB,2003,11,16334,16585 +GAB,2003,12,15951,16200 +GAB,2003,13,15567,15817 +GAB,2003,14,15177,15428 +GAB,2003,15,14783,15041 +GAB,2003,16,14389,14662 +GAB,2003,17,13994,14288 +GAB,2003,18,13593,13908 +GAB,2004,0,20107,20540 +GAB,2004,1,19648,20052 +GAB,2004,2,19236,19613 +GAB,2004,3,18864,19217 +GAB,2004,4,18510,18841 +GAB,2004,5,18217,18529 +GAB,2004,6,17944,18238 +GAB,2004,7,17683,17962 +GAB,2004,8,17427,17695 +GAB,2004,9,17180,17440 +GAB,2004,10,16945,17200 +GAB,2004,11,16669,16919 +GAB,2004,12,16325,16573 +GAB,2004,13,15937,16184 +GAB,2004,14,15552,15800 +GAB,2004,15,15162,15411 +GAB,2004,16,14769,15029 +GAB,2004,17,14381,14662 +GAB,2004,18,13995,14303 +GAB,2005,0,20739,21211 +GAB,2005,1,20161,20602 +GAB,2005,2,19653,20065 +GAB,2005,3,19208,19593 +GAB,2005,4,18817,19177 +GAB,2005,5,18471,18810 +GAB,2005,6,18162,18482 +GAB,2005,7,17882,18185 +GAB,2005,8,17622,17912 +GAB,2005,9,17375,17653 +GAB,2005,10,17143,17414 +GAB,2005,11,16930,17196 +GAB,2005,12,16670,16932 +GAB,2005,13,16329,16589 +GAB,2005,14,15936,16194 +GAB,2005,15,15549,15809 +GAB,2005,16,15157,15420 +GAB,2005,17,14767,15042 +GAB,2005,18,14385,14686 +GAB,2006,0,21440,21907 +GAB,2006,1,20633,21062 +GAB,2006,2,20049,20448 +GAB,2006,3,19542,19912 +GAB,2006,4,19100,19446 +GAB,2006,5,18716,19039 +GAB,2006,6,18382,18685 +GAB,2006,7,18091,18376 +GAB,2006,8,17823,18093 +GAB,2006,9,17565,17823 +GAB,2006,10,17313,17561 +GAB,2006,11,17081,17322 +GAB,2006,12,16866,17106 +GAB,2006,13,16617,16855 +GAB,2006,14,16312,16545 +GAB,2006,15,15967,16195 +GAB,2006,16,15625,15853 +GAB,2006,17,15278,15507 +GAB,2006,18,14924,15169 +GAB,2007,0,22276,22757 +GAB,2007,1,21396,21839 +GAB,2007,2,20537,20941 +GAB,2007,3,19948,20322 +GAB,2007,4,19439,19786 +GAB,2007,5,19001,19325 +GAB,2007,6,18624,18926 +GAB,2007,7,18302,18585 +GAB,2007,8,18028,18295 +GAB,2007,9,17772,18026 +GAB,2007,10,17515,17757 +GAB,2007,11,17260,17493 +GAB,2007,12,17026,17254 +GAB,2007,13,16809,17038 +GAB,2007,14,16573,16801 +GAB,2007,15,16302,16523 +GAB,2007,16,16005,16217 +GAB,2007,17,15708,15918 +GAB,2007,18,15406,15614 +GAB,2008,0,23231,23740 +GAB,2008,1,22189,22655 +GAB,2008,2,21290,21717 +GAB,2008,3,20464,20855 +GAB,2008,4,19868,20230 +GAB,2008,5,19358,19694 +GAB,2008,6,18924,19236 +GAB,2008,7,18554,18845 +GAB,2008,8,18242,18516 +GAB,2008,9,17986,18245 +GAB,2008,10,17741,17988 +GAB,2008,11,17486,17721 +GAB,2008,12,17226,17453 +GAB,2008,13,16991,17215 +GAB,2008,14,16771,16999 +GAB,2008,15,16547,16774 +GAB,2008,16,16310,16528 +GAB,2008,17,16061,16267 +GAB,2008,18,15809,16009 +GAB,2009,0,24284,24825 +GAB,2009,1,23098,23593 +GAB,2009,2,22071,22523 +GAB,2009,3,21188,21602 +GAB,2009,4,20428,20809 +GAB,2009,5,19825,20176 +GAB,2009,6,19313,19639 +GAB,2009,7,18881,19184 +GAB,2009,8,18516,18800 +GAB,2009,9,18216,18483 +GAB,2009,10,17976,18230 +GAB,2009,11,17743,17985 +GAB,2009,12,17488,17720 +GAB,2009,13,17223,17447 +GAB,2009,14,16986,17209 +GAB,2009,15,16763,16993 +GAB,2009,16,16551,16780 +GAB,2009,17,16348,16565 +GAB,2009,18,16147,16347 +GAB,2010,0,25407,25978 +GAB,2010,1,24114,24635 +GAB,2010,2,22983,23460 +GAB,2010,3,22001,22437 +GAB,2010,4,21155,21555 +GAB,2010,5,20433,20800 +GAB,2010,6,19821,20159 +GAB,2010,7,19306,19619 +GAB,2010,8,18876,19167 +GAB,2010,9,18516,18789 +GAB,2010,10,18226,18483 +GAB,2010,11,18003,18247 +GAB,2010,12,17780,18014 +GAB,2010,13,17525,17750 +GAB,2010,14,17255,17473 +GAB,2010,15,17016,17233 +GAB,2010,16,16790,17017 +GAB,2010,17,16588,16817 +GAB,2010,18,16419,16632 +GAB,2011,0,26425,27034 +GAB,2011,1,25240,25809 +GAB,2011,2,24012,24533 +GAB,2011,3,22924,23402 +GAB,2011,4,21967,22406 +GAB,2011,5,21132,21536 +GAB,2011,6,20409,20781 +GAB,2011,7,19788,20132 +GAB,2011,8,19262,19581 +GAB,2011,9,18824,19121 +GAB,2011,10,18462,18739 +GAB,2011,11,18165,18426 +GAB,2011,12,17929,18177 +GAB,2011,13,17726,17965 +GAB,2011,14,17538,17771 +GAB,2011,15,17366,17598 +GAB,2011,16,17218,17455 +GAB,2011,17,17080,17335 +GAB,2011,18,16960,17222 +GAB,2012,0,27487,28130 +GAB,2012,1,26120,26712 +GAB,2012,2,25124,25685 +GAB,2012,3,23957,24473 +GAB,2012,4,22910,23385 +GAB,2012,5,21977,22414 +GAB,2012,6,21151,21554 +GAB,2012,7,20426,20798 +GAB,2012,8,19794,20140 +GAB,2012,9,19256,19577 +GAB,2012,10,18810,19107 +GAB,2012,11,18443,18721 +GAB,2012,12,18140,18401 +GAB,2012,13,17892,18139 +GAB,2012,14,17707,17946 +GAB,2012,15,17586,17824 +GAB,2012,16,17512,17753 +GAB,2012,17,17454,17708 +GAB,2012,18,17404,17683 +GAB,2013,0,28532,29198 +GAB,2013,1,27188,27805 +GAB,2013,2,25947,26520 +GAB,2013,3,25021,25565 +GAB,2013,4,23915,24417 +GAB,2013,5,22909,23371 +GAB,2013,6,21998,22425 +GAB,2013,7,21181,21575 +GAB,2013,8,20454,20818 +GAB,2013,9,19811,20150 +GAB,2013,10,19261,19576 +GAB,2013,11,18805,19097 +GAB,2013,12,18435,18706 +GAB,2013,13,18125,18379 +GAB,2013,14,17863,18103 +GAB,2013,15,17698,17930 +GAB,2013,16,17644,17879 +GAB,2013,17,17667,17911 +GAB,2013,18,17700,17963 +GAB,2014,0,29486,30160 +GAB,2014,1,28200,28830 +GAB,2014,2,26985,27572 +GAB,2014,3,25841,26386 +GAB,2014,4,24890,25404 +GAB,2014,5,23847,24322 +GAB,2014,6,22882,23321 +GAB,2014,7,21995,22401 +GAB,2014,8,21189,21563 +GAB,2014,9,20459,20806 +GAB,2014,10,19807,20129 +GAB,2014,11,19245,19544 +GAB,2014,12,18781,19057 +GAB,2014,13,18406,18662 +GAB,2014,14,18090,18328 +GAB,2014,15,17816,18038 +GAB,2014,16,17669,17886 +GAB,2014,17,17682,17906 +GAB,2014,18,17803,18042 +GAB,2015,0,30290,30956 +GAB,2015,1,29097,29721 +GAB,2015,2,27938,28521 +GAB,2015,3,26818,27361 +GAB,2015,4,25740,26246 +GAB,2015,5,24710,25179 +GAB,2015,6,23731,24167 +GAB,2015,7,22810,23212 +GAB,2015,8,21948,22320 +GAB,2015,9,21153,21496 +GAB,2015,10,20424,20741 +GAB,2015,11,19762,20058 +GAB,2015,12,19190,19463 +GAB,2015,13,18718,18969 +GAB,2015,14,18341,18570 +GAB,2015,15,18019,18230 +GAB,2015,16,17732,17928 +GAB,2015,17,17605,17796 +GAB,2015,18,17685,17887 +GAB,2016,0,31138,31856 +GAB,2016,1,30233,30908 +GAB,2016,2,29094,29727 +GAB,2016,3,27970,28562 +GAB,2016,4,26869,27423 +GAB,2016,5,25799,26315 +GAB,2016,6,24764,25244 +GAB,2016,7,23769,24216 +GAB,2016,8,22835,23249 +GAB,2016,9,21974,22356 +GAB,2016,10,21186,21538 +GAB,2016,11,20459,20783 +GAB,2016,12,19796,20097 +GAB,2016,13,19223,19503 +GAB,2016,14,18754,19012 +GAB,2016,15,18382,18621 +GAB,2016,16,18063,18289 +GAB,2016,17,17780,17993 +GAB,2016,18,17656,17868 +GAB,2017,0,31842,32593 +GAB,2017,1,30898,31604 +GAB,2017,2,30120,30783 +GAB,2017,3,29037,29659 +GAB,2017,4,27950,28534 +GAB,2017,5,26871,27417 +GAB,2017,6,25810,26320 +GAB,2017,7,24773,25248 +GAB,2017,8,23763,24206 +GAB,2017,9,22818,23229 +GAB,2017,10,21959,22337 +GAB,2017,11,21180,21527 +GAB,2017,12,20456,20775 +GAB,2017,13,19793,20087 +GAB,2017,14,19221,19494 +GAB,2017,15,18756,19010 +GAB,2017,16,18389,18627 +GAB,2017,17,18075,18302 +GAB,2017,18,17796,18014 +GAB,2018,0,32356,33122 +GAB,2018,1,31578,32299 +GAB,2018,2,30724,31402 +GAB,2018,3,29966,30603 +GAB,2018,4,28940,29539 +GAB,2018,5,27892,28454 +GAB,2018,6,26836,27363 +GAB,2018,7,25786,26278 +GAB,2018,8,24747,25206 +GAB,2018,9,23724,24152 +GAB,2018,10,22770,23167 +GAB,2018,11,21914,22279 +GAB,2018,12,21146,21478 +GAB,2018,13,20426,20729 +GAB,2018,14,19762,20041 +GAB,2018,15,19193,19451 +GAB,2018,16,18732,18973 +GAB,2018,17,18370,18600 +GAB,2018,18,18061,18283 +GAB,2019,0,33000,33000 +GAB,2019,1,32000,33000 +GAB,2019,2,31000,32000 +GAB,2019,3,31000,31000 +GAB,2019,4,30000,30000 +GAB,2019,5,29000,29000 +GAB,2019,6,28000,28000 +GAB,2019,7,27000,27000 +GAB,2019,8,26000,26000 +GAB,2019,9,25000,25000 +GAB,2019,10,24000,24000 +GAB,2019,11,23000,23000 +GAB,2019,12,22000,22000 +GAB,2019,13,21000,21000 +GAB,2019,14,20000,21000 +GAB,2019,15,20000,20000 +GAB,2019,16,19000,19000 +GAB,2019,17,19000,19000 +GAB,2019,18,18000,19000 +GAB,2020,0,33000,33000 +GAB,2020,1,32000,33000 +GAB,2020,2,32000,33000 +GAB,2020,3,31000,32000 +GAB,2020,4,30000,31000 +GAB,2020,5,30000,30000 +GAB,2020,6,29000,29000 +GAB,2020,7,28000,28000 +GAB,2020,8,27000,27000 +GAB,2020,9,26000,26000 +GAB,2020,10,25000,25000 +GAB,2020,11,24000,24000 +GAB,2020,12,23000,23000 +GAB,2020,13,22000,22000 +GAB,2020,14,21000,21000 +GAB,2020,15,20000,21000 +GAB,2020,16,20000,20000 +GAB,2020,17,19000,19000 +GAB,2020,18,19000,19000 +GAB,2021,0,32000,33000 +GAB,2021,1,33000,33000 +GAB,2021,2,32000,33000 +GAB,2021,3,32000,32000 +GAB,2021,4,31000,32000 +GAB,2021,5,30000,31000 +GAB,2021,6,30000,30000 +GAB,2021,7,29000,29000 +GAB,2021,8,28000,28000 +GAB,2021,9,27000,27000 +GAB,2021,10,26000,26000 +GAB,2021,11,25000,25000 +GAB,2021,12,24000,24000 +GAB,2021,13,23000,23000 +GAB,2021,14,22000,22000 +GAB,2021,15,21000,21000 +GAB,2021,16,20000,21000 +GAB,2021,17,20000,20000 +GAB,2021,18,19000,19000 +GAB,2022,0,32000,33000 +GAB,2022,1,32000,33000 +GAB,2022,2,33000,33000 +GAB,2022,3,32000,33000 +GAB,2022,4,32000,32000 +GAB,2022,5,31000,32000 +GAB,2022,6,30000,31000 +GAB,2022,7,30000,30000 +GAB,2022,8,29000,29000 +GAB,2022,9,28000,28000 +GAB,2022,10,27000,27000 +GAB,2022,11,26000,26000 +GAB,2022,12,25000,25000 +GAB,2022,13,24000,24000 +GAB,2022,14,23000,23000 +GAB,2022,15,22000,22000 +GAB,2022,16,21000,21000 +GAB,2022,17,20000,21000 +GAB,2022,18,20000,20000 +GAB,2023,0,31000,32000 +GAB,2023,1,32000,33000 +GAB,2023,2,32000,33000 +GAB,2023,3,32000,33000 +GAB,2023,4,32000,33000 +GAB,2023,5,32000,32000 +GAB,2023,6,31000,32000 +GAB,2023,7,30000,31000 +GAB,2023,8,30000,30000 +GAB,2023,9,29000,29000 +GAB,2023,10,28000,28000 +GAB,2023,11,27000,27000 +GAB,2023,12,26000,26000 +GAB,2023,13,25000,25000 +GAB,2023,14,24000,24000 +GAB,2023,15,23000,23000 +GAB,2023,16,22000,22000 +GAB,2023,17,21000,21000 +GAB,2023,18,20000,21000 +GAB,2024,0,31000,32000 +GAB,2024,1,32000,32000 +GAB,2024,2,32000,33000 +GAB,2024,3,32000,33000 +GAB,2024,4,32000,33000 +GAB,2024,5,32000,33000 +GAB,2024,6,32000,32000 +GAB,2024,7,31000,32000 +GAB,2024,8,30000,31000 +GAB,2024,9,30000,30000 +GAB,2024,10,29000,29000 +GAB,2024,11,28000,28000 +GAB,2024,12,27000,27000 +GAB,2024,13,26000,26000 +GAB,2024,14,25000,25000 +GAB,2024,15,24000,24000 +GAB,2024,16,23000,23000 +GAB,2024,17,22000,22000 +GAB,2024,18,21000,21000 +GAB,2025,0,31000,31000 +GAB,2025,1,32000,32000 +GAB,2025,2,32000,33000 +GAB,2025,3,32000,33000 +GAB,2025,4,32000,33000 +GAB,2025,5,32000,33000 +GAB,2025,6,32000,33000 +GAB,2025,7,32000,32000 +GAB,2025,8,31000,32000 +GAB,2025,9,30000,31000 +GAB,2025,10,29000,30000 +GAB,2025,11,29000,29000 +GAB,2025,12,28000,28000 +GAB,2025,13,27000,27000 +GAB,2025,14,26000,26000 +GAB,2025,15,25000,25000 +GAB,2025,16,24000,24000 +GAB,2025,17,23000,23000 +GAB,2025,18,22000,22000 +GAB,2026,0,31000,32000 +GAB,2026,1,31000,32000 +GAB,2026,2,32000,32000 +GAB,2026,3,32000,33000 +GAB,2026,4,32000,33000 +GAB,2026,5,32000,33000 +GAB,2026,6,32000,33000 +GAB,2026,7,32000,33000 +GAB,2026,8,32000,32000 +GAB,2026,9,31000,32000 +GAB,2026,10,30000,31000 +GAB,2026,11,29000,30000 +GAB,2026,12,29000,29000 +GAB,2026,13,28000,28000 +GAB,2026,14,27000,27000 +GAB,2026,15,26000,26000 +GAB,2026,16,25000,25000 +GAB,2026,17,24000,24000 +GAB,2026,18,23000,23000 +GAB,2027,0,31000,32000 +GAB,2027,1,32000,32000 +GAB,2027,2,31000,32000 +GAB,2027,3,32000,32000 +GAB,2027,4,32000,33000 +GAB,2027,5,32000,33000 +GAB,2027,6,32000,33000 +GAB,2027,7,32000,33000 +GAB,2027,8,32000,33000 +GAB,2027,9,32000,32000 +GAB,2027,10,31000,32000 +GAB,2027,11,30000,31000 +GAB,2027,12,29000,30000 +GAB,2027,13,29000,29000 +GAB,2027,14,28000,28000 +GAB,2027,15,27000,27000 +GAB,2027,16,26000,26000 +GAB,2027,17,25000,25000 +GAB,2027,18,24000,24000 +GAB,2028,0,32000,32000 +GAB,2028,1,32000,32000 +GAB,2028,2,32000,32000 +GAB,2028,3,31000,32000 +GAB,2028,4,32000,32000 +GAB,2028,5,32000,32000 +GAB,2028,6,32000,33000 +GAB,2028,7,32000,33000 +GAB,2028,8,32000,33000 +GAB,2028,9,32000,33000 +GAB,2028,10,32000,32000 +GAB,2028,11,31000,32000 +GAB,2028,12,30000,31000 +GAB,2028,13,29000,30000 +GAB,2028,14,29000,29000 +GAB,2028,15,28000,28000 +GAB,2028,16,27000,27000 +GAB,2028,17,26000,26000 +GAB,2028,18,25000,25000 +GAB,2029,0,32000,33000 +GAB,2029,1,32000,33000 +GAB,2029,2,32000,32000 +GAB,2029,3,32000,32000 +GAB,2029,4,31000,32000 +GAB,2029,5,32000,32000 +GAB,2029,6,32000,32000 +GAB,2029,7,32000,32000 +GAB,2029,8,32000,32000 +GAB,2029,9,32000,32000 +GAB,2029,10,32000,32000 +GAB,2029,11,32000,32000 +GAB,2029,12,31000,32000 +GAB,2029,13,30000,31000 +GAB,2029,14,29000,30000 +GAB,2029,15,29000,29000 +GAB,2029,16,28000,28000 +GAB,2029,17,27000,27000 +GAB,2029,18,26000,26000 +GAB,2030,0,33000,33000 +GAB,2030,1,32000,33000 +GAB,2030,2,32000,32000 +GAB,2030,3,32000,32000 +GAB,2030,4,31000,32000 +GAB,2030,5,31000,32000 +GAB,2030,6,32000,32000 +GAB,2030,7,32000,32000 +GAB,2030,8,32000,32000 +GAB,2030,9,32000,32000 +GAB,2030,10,32000,32000 +GAB,2030,11,32000,32000 +GAB,2030,12,32000,32000 +GAB,2030,13,31000,32000 +GAB,2030,14,30000,31000 +GAB,2030,15,29000,30000 +GAB,2030,16,29000,29000 +GAB,2030,17,28000,28000 +GAB,2030,18,27000,27000 +GAB,2031,0,33000,34000 +GAB,2031,1,33000,33000 +GAB,2031,2,32000,33000 +GAB,2031,3,32000,32000 +GAB,2031,4,32000,32000 +GAB,2031,5,31000,32000 +GAB,2031,6,31000,32000 +GAB,2031,7,31000,32000 +GAB,2031,8,32000,32000 +GAB,2031,9,32000,32000 +GAB,2031,10,32000,32000 +GAB,2031,11,32000,32000 +GAB,2031,12,32000,32000 +GAB,2031,13,32000,32000 +GAB,2031,14,31000,32000 +GAB,2031,15,30000,31000 +GAB,2031,16,29000,30000 +GAB,2031,17,28000,29000 +GAB,2031,18,28000,28000 +GAB,2032,0,33000,34000 +GAB,2032,1,33000,33000 +GAB,2032,2,32000,33000 +GAB,2032,3,32000,33000 +GAB,2032,4,32000,32000 +GAB,2032,5,32000,32000 +GAB,2032,6,32000,32000 +GAB,2032,7,31000,32000 +GAB,2032,8,31000,32000 +GAB,2032,9,32000,32000 +GAB,2032,10,32000,32000 +GAB,2032,11,32000,32000 +GAB,2032,12,32000,32000 +GAB,2032,13,32000,32000 +GAB,2032,14,32000,32000 +GAB,2032,15,31000,32000 +GAB,2032,16,30000,31000 +GAB,2032,17,29000,30000 +GAB,2032,18,28000,29000 +GAB,2033,0,33000,34000 +GAB,2033,1,33000,33000 +GAB,2033,2,32000,33000 +GAB,2033,3,32000,33000 +GAB,2033,4,32000,33000 +GAB,2033,5,32000,32000 +GAB,2033,6,32000,32000 +GAB,2033,7,32000,32000 +GAB,2033,8,31000,32000 +GAB,2033,9,31000,32000 +GAB,2033,10,31000,32000 +GAB,2033,11,32000,32000 +GAB,2033,12,32000,32000 +GAB,2033,13,32000,32000 +GAB,2033,14,32000,32000 +GAB,2033,15,32000,32000 +GAB,2033,16,31000,32000 +GAB,2033,17,30000,31000 +GAB,2033,18,29000,30000 +GAB,2034,0,33000,34000 +GAB,2034,1,33000,34000 +GAB,2034,2,33000,33000 +GAB,2034,3,32000,33000 +GAB,2034,4,32000,33000 +GAB,2034,5,32000,33000 +GAB,2034,6,32000,32000 +GAB,2034,7,32000,32000 +GAB,2034,8,32000,32000 +GAB,2034,9,32000,32000 +GAB,2034,10,31000,32000 +GAB,2034,11,31000,32000 +GAB,2034,12,32000,32000 +GAB,2034,13,32000,32000 +GAB,2034,14,32000,32000 +GAB,2034,15,32000,32000 +GAB,2034,16,32000,32000 +GAB,2034,17,31000,31000 +GAB,2034,18,30000,31000 +GAB,2035,0,34000,34000 +GAB,2035,1,33000,34000 +GAB,2035,2,33000,33000 +GAB,2035,3,33000,33000 +GAB,2035,4,32000,33000 +GAB,2035,5,32000,33000 +GAB,2035,6,32000,32000 +GAB,2035,7,32000,32000 +GAB,2035,8,32000,32000 +GAB,2035,9,32000,32000 +GAB,2035,10,32000,32000 +GAB,2035,11,31000,32000 +GAB,2035,12,31000,32000 +GAB,2035,13,31000,32000 +GAB,2035,14,32000,32000 +GAB,2035,15,32000,32000 +GAB,2035,16,32000,32000 +GAB,2035,17,32000,32000 +GAB,2035,18,31000,31000 +GAB,2036,0,34000,35000 +GAB,2036,1,34000,34000 +GAB,2036,2,33000,34000 +GAB,2036,3,33000,33000 +GAB,2036,4,32000,33000 +GAB,2036,5,32000,33000 +GAB,2036,6,32000,33000 +GAB,2036,7,32000,32000 +GAB,2036,8,32000,32000 +GAB,2036,9,32000,32000 +GAB,2036,10,32000,32000 +GAB,2036,11,32000,32000 +GAB,2036,12,31000,32000 +GAB,2036,13,31000,32000 +GAB,2036,14,31000,32000 +GAB,2036,15,32000,32000 +GAB,2036,16,32000,32000 +GAB,2036,17,32000,32000 +GAB,2036,18,32000,32000 +GAB,2037,0,34000,35000 +GAB,2037,1,34000,35000 +GAB,2037,2,34000,34000 +GAB,2037,3,33000,34000 +GAB,2037,4,33000,33000 +GAB,2037,5,32000,33000 +GAB,2037,6,32000,33000 +GAB,2037,7,32000,33000 +GAB,2037,8,32000,32000 +GAB,2037,9,32000,32000 +GAB,2037,10,32000,32000 +GAB,2037,11,32000,32000 +GAB,2037,12,31000,32000 +GAB,2037,13,31000,32000 +GAB,2037,14,31000,32000 +GAB,2037,15,31000,32000 +GAB,2037,16,32000,32000 +GAB,2037,17,32000,32000 +GAB,2037,18,32000,32000 +GAB,2038,0,35000,36000 +GAB,2038,1,34000,35000 +GAB,2038,2,34000,35000 +GAB,2038,3,33000,34000 +GAB,2038,4,33000,34000 +GAB,2038,5,33000,33000 +GAB,2038,6,32000,33000 +GAB,2038,7,32000,33000 +GAB,2038,8,32000,33000 +GAB,2038,9,32000,32000 +GAB,2038,10,32000,32000 +GAB,2038,11,32000,32000 +GAB,2038,12,32000,32000 +GAB,2038,13,31000,32000 +GAB,2038,14,31000,32000 +GAB,2038,15,31000,32000 +GAB,2038,16,31000,32000 +GAB,2038,17,32000,32000 +GAB,2038,18,32000,32000 +GAB,2039,0,35000,36000 +GAB,2039,1,35000,35000 +GAB,2039,2,34000,35000 +GAB,2039,3,34000,34000 +GAB,2039,4,33000,34000 +GAB,2039,5,33000,34000 +GAB,2039,6,33000,33000 +GAB,2039,7,32000,33000 +GAB,2039,8,32000,33000 +GAB,2039,9,32000,33000 +GAB,2039,10,32000,32000 +GAB,2039,11,32000,32000 +GAB,2039,12,32000,32000 +GAB,2039,13,32000,32000 +GAB,2039,14,31000,32000 +GAB,2039,15,31000,32000 +GAB,2039,16,31000,32000 +GAB,2039,17,31000,32000 +GAB,2039,18,32000,32000 +GAB,2040,0,36000,36000 +GAB,2040,1,35000,36000 +GAB,2040,2,35000,35000 +GAB,2040,3,34000,35000 +GAB,2040,4,34000,34000 +GAB,2040,5,33000,34000 +GAB,2040,6,33000,34000 +GAB,2040,7,33000,33000 +GAB,2040,8,32000,33000 +GAB,2040,9,32000,33000 +GAB,2040,10,32000,32000 +GAB,2040,11,32000,32000 +GAB,2040,12,32000,32000 +GAB,2040,13,32000,32000 +GAB,2040,14,32000,32000 +GAB,2040,15,31000,32000 +GAB,2040,16,31000,32000 +GAB,2040,17,31000,32000 +GAB,2040,18,31000,32000 +GAB,2041,0,36000,37000 +GAB,2041,1,36000,36000 +GAB,2041,2,35000,36000 +GAB,2041,3,35000,35000 +GAB,2041,4,34000,35000 +GAB,2041,5,34000,34000 +GAB,2041,6,33000,34000 +GAB,2041,7,33000,34000 +GAB,2041,8,33000,33000 +GAB,2041,9,32000,33000 +GAB,2041,10,32000,33000 +GAB,2041,11,32000,32000 +GAB,2041,12,32000,32000 +GAB,2041,13,32000,32000 +GAB,2041,14,32000,32000 +GAB,2041,15,32000,32000 +GAB,2041,16,31000,32000 +GAB,2041,17,31000,32000 +GAB,2041,18,31000,32000 +GAB,2042,0,37000,37000 +GAB,2042,1,36000,37000 +GAB,2042,2,36000,36000 +GAB,2042,3,35000,36000 +GAB,2042,4,35000,35000 +GAB,2042,5,34000,35000 +GAB,2042,6,34000,34000 +GAB,2042,7,33000,34000 +GAB,2042,8,33000,34000 +GAB,2042,9,33000,33000 +GAB,2042,10,32000,33000 +GAB,2042,11,32000,33000 +GAB,2042,12,32000,32000 +GAB,2042,13,32000,32000 +GAB,2042,14,32000,32000 +GAB,2042,15,32000,32000 +GAB,2042,16,31000,32000 +GAB,2042,17,31000,32000 +GAB,2042,18,31000,32000 +GAB,2043,0,37000,38000 +GAB,2043,1,36000,37000 +GAB,2043,2,36000,37000 +GAB,2043,3,35000,36000 +GAB,2043,4,35000,36000 +GAB,2043,5,35000,35000 +GAB,2043,6,34000,35000 +GAB,2043,7,34000,34000 +GAB,2043,8,33000,34000 +GAB,2043,9,33000,33000 +GAB,2043,10,33000,33000 +GAB,2043,11,32000,33000 +GAB,2043,12,32000,33000 +GAB,2043,13,32000,32000 +GAB,2043,14,32000,32000 +GAB,2043,15,32000,32000 +GAB,2043,16,32000,32000 +GAB,2043,17,31000,32000 +GAB,2043,18,31000,32000 +GAB,2044,0,37000,38000 +GAB,2044,1,37000,38000 +GAB,2044,2,36000,37000 +GAB,2044,3,36000,37000 +GAB,2044,4,35000,36000 +GAB,2044,5,35000,36000 +GAB,2044,6,34000,35000 +GAB,2044,7,34000,35000 +GAB,2044,8,34000,34000 +GAB,2044,9,33000,34000 +GAB,2044,10,33000,33000 +GAB,2044,11,33000,33000 +GAB,2044,12,32000,33000 +GAB,2044,13,32000,33000 +GAB,2044,14,32000,32000 +GAB,2044,15,32000,32000 +GAB,2044,16,32000,32000 +GAB,2044,17,32000,32000 +GAB,2044,18,31000,32000 +GAB,2045,0,38000,38000 +GAB,2045,1,37000,38000 +GAB,2045,2,37000,37000 +GAB,2045,3,36000,37000 +GAB,2045,4,36000,36000 +GAB,2045,5,35000,36000 +GAB,2045,6,35000,35000 +GAB,2045,7,34000,35000 +GAB,2045,8,34000,35000 +GAB,2045,9,34000,34000 +GAB,2045,10,33000,34000 +GAB,2045,11,33000,33000 +GAB,2045,12,33000,33000 +GAB,2045,13,32000,33000 +GAB,2045,14,32000,33000 +GAB,2045,15,32000,32000 +GAB,2045,16,32000,32000 +GAB,2045,17,32000,32000 +GAB,2045,18,31000,32000 +GAB,2046,0,38000,39000 +GAB,2046,1,38000,38000 +GAB,2046,2,37000,38000 +GAB,2046,3,37000,37000 +GAB,2046,4,36000,37000 +GAB,2046,5,36000,36000 +GAB,2046,6,35000,36000 +GAB,2046,7,35000,35000 +GAB,2046,8,34000,35000 +GAB,2046,9,34000,35000 +GAB,2046,10,34000,34000 +GAB,2046,11,33000,34000 +GAB,2046,12,33000,33000 +GAB,2046,13,33000,33000 +GAB,2046,14,32000,33000 +GAB,2046,15,32000,33000 +GAB,2046,16,32000,32000 +GAB,2046,17,32000,32000 +GAB,2046,18,32000,32000 +GAB,2047,0,38000,39000 +GAB,2047,1,38000,39000 +GAB,2047,2,38000,38000 +GAB,2047,3,37000,38000 +GAB,2047,4,37000,37000 +GAB,2047,5,36000,37000 +GAB,2047,6,36000,36000 +GAB,2047,7,35000,36000 +GAB,2047,8,35000,35000 +GAB,2047,9,34000,35000 +GAB,2047,10,34000,35000 +GAB,2047,11,34000,34000 +GAB,2047,12,33000,34000 +GAB,2047,13,33000,33000 +GAB,2047,14,33000,33000 +GAB,2047,15,32000,33000 +GAB,2047,16,32000,33000 +GAB,2047,17,32000,32000 +GAB,2047,18,32000,32000 +GAB,2048,0,39000,39000 +GAB,2048,1,38000,39000 +GAB,2048,2,38000,39000 +GAB,2048,3,38000,38000 +GAB,2048,4,37000,38000 +GAB,2048,5,37000,37000 +GAB,2048,6,36000,37000 +GAB,2048,7,36000,36000 +GAB,2048,8,35000,36000 +GAB,2048,9,35000,35000 +GAB,2048,10,34000,35000 +GAB,2048,11,34000,35000 +GAB,2048,12,34000,34000 +GAB,2048,13,33000,34000 +GAB,2048,14,33000,33000 +GAB,2048,15,33000,33000 +GAB,2048,16,32000,33000 +GAB,2048,17,32000,33000 +GAB,2048,18,32000,32000 +GAB,2049,0,39000,40000 +GAB,2049,1,38000,39000 +GAB,2049,2,38000,39000 +GAB,2049,3,38000,39000 +GAB,2049,4,37000,38000 +GAB,2049,5,37000,38000 +GAB,2049,6,37000,37000 +GAB,2049,7,36000,37000 +GAB,2049,8,36000,36000 +GAB,2049,9,35000,36000 +GAB,2049,10,35000,35000 +GAB,2049,11,34000,35000 +GAB,2049,12,34000,35000 +GAB,2049,13,34000,34000 +GAB,2049,14,33000,34000 +GAB,2049,15,33000,33000 +GAB,2049,16,33000,33000 +GAB,2049,17,32000,33000 +GAB,2049,18,32000,32000 +GAB,2050,0,39000,40000 +GAB,2050,1,39000,39000 +GAB,2050,2,38000,39000 +GAB,2050,3,38000,39000 +GAB,2050,4,38000,38000 +GAB,2050,5,37000,38000 +GAB,2050,6,37000,38000 +GAB,2050,7,37000,37000 +GAB,2050,8,36000,37000 +GAB,2050,9,36000,36000 +GAB,2050,10,35000,36000 +GAB,2050,11,35000,35000 +GAB,2050,12,34000,35000 +GAB,2050,13,34000,34000 +GAB,2050,14,34000,34000 +GAB,2050,15,33000,34000 +GAB,2050,16,33000,33000 +GAB,2050,17,33000,33000 +GAB,2050,18,32000,33000 +GBR,1990,0,370380,387631 +GBR,1990,1,375209,392328 +GBR,1990,2,376682,393682 +GBR,1990,3,375354,392249 +GBR,1990,4,371777,388583 +GBR,1990,5,366507,383240 +GBR,1990,6,360095,376774 +GBR,1990,7,353098,369740 +GBR,1990,8,346067,362693 +GBR,1990,9,339557,356188 +GBR,1990,10,333239,349805 +GBR,1990,11,326785,343123 +GBR,1990,12,325160,341572 +GBR,1990,13,330682,347659 +GBR,1990,14,341259,359013 +GBR,1990,15,351812,370198 +GBR,1990,16,362558,381630 +GBR,1990,17,375740,394560 +GBR,1990,18,391702,408845 +GBR,1991,0,368470,385963 +GBR,1991,1,372134,389374 +GBR,1991,2,375783,392897 +GBR,1991,3,376535,393536 +GBR,1991,4,374868,391766 +GBR,1991,5,371258,388058 +GBR,1991,6,366267,382980 +GBR,1991,7,360451,377103 +GBR,1991,8,353886,370416 +GBR,1991,9,346888,363199 +GBR,1991,10,340177,356212 +GBR,1991,11,333809,349509 +GBR,1991,12,327356,342563 +GBR,1991,13,325830,340842 +GBR,1991,14,331603,346914 +GBR,1991,15,342514,358350 +GBR,1991,16,353370,369596 +GBR,1991,17,364421,381094 +GBR,1991,18,377777,394048 +GBR,1992,0,367587,385562 +GBR,1992,1,375682,393334 +GBR,1992,2,373787,391010 +GBR,1992,3,376256,393357 +GBR,1992,4,376287,393283 +GBR,1992,5,374280,391175 +GBR,1992,6,370639,387426 +GBR,1992,7,365928,382616 +GBR,1992,8,360710,377329 +GBR,1992,9,354580,370990 +GBR,1992,10,347615,363604 +GBR,1992,11,340705,356139 +GBR,1992,12,334289,349118 +GBR,1992,13,327839,341909 +GBR,1992,14,326412,340018 +GBR,1992,15,332434,346073 +GBR,1992,16,343676,357589 +GBR,1992,17,354833,368893 +GBR,1992,18,366186,380454 +GBR,1993,0,366949,385512 +GBR,1993,1,374667,392723 +GBR,1993,2,379270,396926 +GBR,1993,3,375385,392609 +GBR,1993,4,376673,393782 +GBR,1993,5,375982,392993 +GBR,1993,6,373637,390549 +GBR,1993,7,369965,386758 +GBR,1993,8,365534,382216 +GBR,1993,9,360915,377520 +GBR,1993,10,355220,371530 +GBR,1993,11,348291,363976 +GBR,1993,12,341182,356032 +GBR,1993,13,334719,348695 +GBR,1993,14,328272,341224 +GBR,1993,15,326944,339163 +GBR,1993,16,333215,345201 +GBR,1993,17,344787,356795 +GBR,1993,18,356243,368156 +GBR,1994,0,365370,384447 +GBR,1994,1,372462,390893 +GBR,1994,2,377091,395029 +GBR,1994,3,379529,397102 +GBR,1994,4,377025,394316 +GBR,1994,5,377133,394316 +GBR,1994,6,375720,392813 +GBR,1994,7,373036,390032 +GBR,1994,8,369333,386199 +GBR,1994,9,365183,381923 +GBR,1994,10,361160,377816 +GBR,1994,11,355900,372174 +GBR,1994,12,349006,364449 +GBR,1994,13,341698,356025 +GBR,1994,14,335187,348369 +GBR,1994,15,328743,340635 +GBR,1994,16,327515,338403 +GBR,1994,17,334034,344426 +GBR,1994,18,345937,356101 +GBR,1995,0,362063,381459 +GBR,1995,1,368927,387639 +GBR,1995,2,373853,392062 +GBR,1995,3,377018,394873 +GBR,1995,4,378596,396212 +GBR,1995,5,378762,396223 +GBR,1995,6,377689,395049 +GBR,1995,7,375555,392830 +GBR,1995,8,372532,389711 +GBR,1995,9,368796,385834 +GBR,1995,10,364925,381822 +GBR,1995,11,361499,378303 +GBR,1995,12,356672,373005 +GBR,1995,13,349811,365106 +GBR,1995,14,342302,356197 +GBR,1995,15,335741,348218 +GBR,1995,16,329298,340217 +GBR,1995,17,328169,337813 +GBR,1995,18,334939,343823 +GBR,1996,0,356599,375612 +GBR,1996,1,362404,381372 +GBR,1996,2,368761,387251 +GBR,1996,3,373410,391564 +GBR,1996,4,376485,394410 +GBR,1996,5,378119,395890 +GBR,1996,6,378515,396179 +GBR,1996,7,377878,395453 +GBR,1996,8,375988,393434 +GBR,1996,9,372836,390071 +GBR,1996,10,368768,385690 +GBR,1996,11,364674,381270 +GBR,1996,12,361022,377332 +GBR,1996,13,356276,371866 +GBR,1996,14,349973,364204 +GBR,1996,15,343317,355789 +GBR,1996,16,337544,348254 +GBR,1996,17,331886,340700 +GBR,1996,18,331405,338676 +GBR,1997,0,349899,368339 +GBR,1997,1,357626,375651 +GBR,1997,2,362856,381489 +GBR,1997,3,368708,387073 +GBR,1997,4,373081,391277 +GBR,1997,5,376067,394160 +GBR,1997,6,377757,395780 +GBR,1997,7,378385,396347 +GBR,1997,8,378183,396069 +GBR,1997,9,376536,394248 +GBR,1997,10,373254,390639 +GBR,1997,11,368852,385754 +GBR,1997,12,364534,380923 +GBR,1997,13,360655,376565 +GBR,1997,14,355989,370928 +GBR,1997,15,350242,363499 +GBR,1997,16,344437,355573 +GBR,1997,17,339450,348476 +GBR,1997,18,334573,341366 +GBR,1998,0,342820,360662 +GBR,1998,1,351097,368739 +GBR,1998,2,358203,375791 +GBR,1998,3,363389,381801 +GBR,1998,4,368738,387091 +GBR,1998,5,372836,391189 +GBR,1998,6,375733,394111 +GBR,1998,7,377480,395872 +GBR,1998,8,378339,396716 +GBR,1998,9,378572,396887 +GBR,1998,10,377169,395263 +GBR,1998,11,373756,391406 +GBR,1998,12,369020,386015 +GBR,1998,13,364476,380770 +GBR,1998,14,360370,375990 +GBR,1998,15,355782,370180 +GBR,1998,16,350590,362979 +GBR,1998,17,345634,355537 +GBR,1998,18,341432,348876 +GBR,1999,0,336523,353964 +GBR,1999,1,344929,362316 +GBR,1999,2,352381,369852 +GBR,1999,3,358880,376538 +GBR,1999,4,363921,382236 +GBR,1999,5,368766,387234 +GBR,1999,6,372589,391227 +GBR,1999,7,375398,394188 +GBR,1999,8,377201,396092 +GBR,1999,9,378291,397214 +GBR,1999,10,378960,397833 +GBR,1999,11,377801,396406 +GBR,1999,12,374257,392300 +GBR,1999,13,369186,386400 +GBR,1999,14,364417,380740 +GBR,1999,15,360082,375535 +GBR,1999,16,355573,369550 +GBR,1999,17,350936,362576 +GBR,1999,18,346830,355617 +GBR,2000,0,331930,349326 +GBR,2000,1,339749,357101 +GBR,2000,2,346938,364400 +GBR,2000,3,353465,371153 +GBR,2000,4,359295,377293 +GBR,2000,5,364397,382751 +GBR,2000,6,368738,387458 +GBR,2000,7,372285,391346 +GBR,2000,8,375005,394347 +GBR,2000,9,376865,396393 +GBR,2000,10,378187,397795 +GBR,2000,11,379290,398862 +GBR,2000,12,378375,397631 +GBR,2000,13,374701,393276 +GBR,2000,14,369295,386865 +GBR,2000,15,364302,380788 +GBR,2000,16,359740,375158 +GBR,2000,17,355311,368996 +GBR,2000,18,351229,362247 +GBR,2001,0,328747,346012 +GBR,2001,1,333097,350026 +GBR,2001,2,340034,356996 +GBR,2001,3,346631,363789 +GBR,2001,4,352819,370299 +GBR,2001,5,358527,376417 +GBR,2001,6,363729,382072 +GBR,2001,7,368397,387193 +GBR,2001,8,372250,391490 +GBR,2001,9,375132,394780 +GBR,2001,10,377103,397067 +GBR,2001,11,378638,398801 +GBR,2001,12,379960,400213 +GBR,2001,13,379538,399503 +GBR,2001,14,376761,395923 +GBR,2001,15,372476,390417 +GBR,2001,16,368540,385190 +GBR,2001,17,365053,380416 +GBR,2001,18,361348,374802 +GBR,2002,0,327016,344486 +GBR,2002,1,331901,348870 +GBR,2002,2,334188,350756 +GBR,2002,3,340243,356923 +GBR,2002,4,346247,363213 +GBR,2002,5,352095,369480 +GBR,2002,6,357680,375576 +GBR,2002,7,362981,381429 +GBR,2002,8,367975,386965 +GBR,2002,9,372132,391669 +GBR,2002,10,375177,395248 +GBR,2002,11,377256,397775 +GBR,2002,12,379004,399841 +GBR,2002,13,380545,401598 +GBR,2002,14,380616,401407 +GBR,2002,15,378734,398600 +GBR,2002,16,375570,393997 +GBR,2002,17,372691,389619 +GBR,2002,18,370277,385698 +GBR,2003,0,327817,345717 +GBR,2003,1,330433,347475 +GBR,2003,2,333756,350284 +GBR,2003,3,335385,351672 +GBR,2003,4,340560,357039 +GBR,2003,5,345974,362829 +GBR,2003,6,351485,368857 +GBR,2003,7,356949,374936 +GBR,2003,8,362350,380990 +GBR,2003,9,367670,386941 +GBR,2003,10,372133,392055 +GBR,2003,11,375340,395924 +GBR,2003,12,377530,398692 +GBR,2003,13,379491,401091 +GBR,2003,14,381250,403193 +GBR,2003,15,381814,403521 +GBR,2003,16,380825,401485 +GBR,2003,17,378779,397781 +GBR,2003,18,376954,394248 +GBR,2004,0,332467,350854 +GBR,2004,1,332142,349349 +GBR,2004,2,333089,349524 +GBR,2004,3,335132,351156 +GBR,2004,4,336909,352951 +GBR,2004,5,341210,357525 +GBR,2004,6,346041,362822 +GBR,2004,7,351220,368617 +GBR,2004,8,356568,374684 +GBR,2004,9,362073,380944 +GBR,2004,10,367726,387319 +GBR,2004,11,372499,392847 +GBR,2004,12,375872,397010 +GBR,2004,13,378174,400023 +GBR,2004,14,380350,402757 +GBR,2004,15,382329,405206 +GBR,2004,16,383385,406054 +GBR,2004,17,383289,404786 +GBR,2004,18,382358,401978 +GBR,2005,0,341647,360452 +GBR,2005,1,337715,355120 +GBR,2005,2,335690,352143 +GBR,2005,3,335355,351255 +GBR,2005,4,336493,352190 +GBR,2005,5,338887,354681 +GBR,2005,6,342317,358465 +GBR,2005,7,346568,363274 +GBR,2005,8,351422,368843 +GBR,2005,9,356661,374906 +GBR,2005,10,362279,381382 +GBR,2005,11,368272,388188 +GBR,2005,12,373362,394139 +GBR,2005,13,376906,398603 +GBR,2005,14,379323,401864 +GBR,2005,15,381717,404938 +GBR,2005,16,383919,407737 +GBR,2005,17,385471,409107 +GBR,2005,18,386270,408608 +GBR,2006,0,354806,373865 +GBR,2006,1,342487,360874 +GBR,2006,2,338517,355782 +GBR,2006,3,336558,353083 +GBR,2006,4,336379,352499 +GBR,2006,5,337745,353751 +GBR,2006,6,340462,356592 +GBR,2006,7,344337,360777 +GBR,2006,8,348940,365867 +GBR,2006,9,353959,371521 +GBR,2006,10,359279,377556 +GBR,2006,11,365037,384030 +GBR,2006,12,371134,390811 +GBR,2006,13,376663,396891 +GBR,2006,14,381163,401729 +GBR,2006,15,384843,405519 +GBR,2006,16,388420,409095 +GBR,2006,17,391803,412417 +GBR,2006,18,394281,414211 +GBR,2007,0,372293,391501 +GBR,2007,1,358619,376362 +GBR,2007,2,343674,361616 +GBR,2007,3,339661,356759 +GBR,2007,4,337767,354335 +GBR,2007,5,337742,354054 +GBR,2007,6,339337,355624 +GBR,2007,7,342381,358817 +GBR,2007,8,346705,363406 +GBR,2007,9,351664,368782 +GBR,2007,10,356854,374526 +GBR,2007,11,362260,380538 +GBR,2007,12,368162,387017 +GBR,2007,13,374369,393779 +GBR,2007,14,380345,399992 +GBR,2007,15,385805,405210 +GBR,2007,16,390750,409531 +GBR,2007,17,395512,413612 +GBR,2007,18,400080,417459 +GBR,2008,0,390882,410179 +GBR,2008,1,372466,390400 +GBR,2008,2,358292,375252 +GBR,2008,3,345016,362498 +GBR,2008,4,340959,357875 +GBR,2008,5,339128,355726 +GBR,2008,6,339257,355748 +GBR,2008,7,341082,357637 +GBR,2008,8,344455,361184 +GBR,2008,9,349229,366180 +GBR,2008,10,354548,371844 +GBR,2008,11,359910,377680 +GBR,2008,12,365405,383671 +GBR,2008,13,371455,390157 +GBR,2008,14,377774,396903 +GBR,2008,15,384199,403251 +GBR,2008,16,390623,408851 +GBR,2008,17,396837,413706 +GBR,2008,18,402787,418294 +GBR,2009,0,406131,425538 +GBR,2009,1,385000,403182 +GBR,2009,2,368312,385605 +GBR,2009,3,355690,372392 +GBR,2009,4,346257,363299 +GBR,2009,5,342157,358909 +GBR,2009,6,340390,357036 +GBR,2009,7,340675,357362 +GBR,2009,8,342729,359570 +GBR,2009,9,346430,363470 +GBR,2009,10,351653,368872 +GBR,2009,11,357330,374822 +GBR,2009,12,362864,380750 +GBR,2009,13,368446,386719 +GBR,2009,14,374642,393209 +GBR,2009,15,381072,399938 +GBR,2009,16,387944,406421 +GBR,2009,17,395331,412401 +GBR,2009,18,402813,417789 +GBR,2010,0,414853,434456 +GBR,2010,1,394066,412581 +GBR,2010,2,377203,394910 +GBR,2010,3,363966,381114 +GBR,2010,4,354060,370863 +GBR,2010,5,347185,363826 +GBR,2010,6,343046,359675 +GBR,2010,7,341344,358079 +GBR,2010,8,341783,358708 +GBR,2010,9,344066,361233 +GBR,2010,10,348092,365483 +GBR,2010,11,353759,371287 +GBR,2010,12,359789,377520 +GBR,2010,13,365489,383534 +GBR,2010,14,371154,389476 +GBR,2010,15,377490,395967 +GBR,2010,16,384025,402673 +GBR,2010,17,391339,409286 +GBR,2010,18,399681,415642 +GBR,2011,0,416901,436659 +GBR,2011,1,412293,431622 +GBR,2011,2,394298,412692 +GBR,2011,3,379118,396803 +GBR,2011,4,366658,383834 +GBR,2011,5,356822,373665 +GBR,2011,6,349291,365947 +GBR,2011,7,343745,360331 +GBR,2011,8,341212,357840 +GBR,2011,9,342044,358813 +GBR,2011,10,345474,362442 +GBR,2011,11,350260,367394 +GBR,2011,12,356506,373710 +GBR,2011,13,363118,380467 +GBR,2011,14,369377,386995 +GBR,2011,15,375562,393426 +GBR,2011,16,382411,400398 +GBR,2011,17,389461,407587 +GBR,2011,18,397107,414521 +GBR,2012,0,412555,432555 +GBR,2012,1,402511,421682 +GBR,2012,2,409554,428658 +GBR,2012,3,394362,412682 +GBR,2012,4,380874,398581 +GBR,2012,5,369196,386444 +GBR,2012,6,359435,376361 +GBR,2012,7,351250,367963 +GBR,2012,8,344299,360881 +GBR,2012,9,340933,357496 +GBR,2012,10,342159,358812 +GBR,2012,11,346736,363546 +GBR,2012,12,352281,369200 +GBR,2012,13,359104,376027 +GBR,2012,14,366296,383306 +GBR,2012,15,373112,390347 +GBR,2012,16,379816,397265 +GBR,2012,17,387176,404717 +GBR,2012,18,394737,412387 +GBR,2013,0,403746,423981 +GBR,2013,1,402120,421664 +GBR,2013,2,398661,417616 +GBR,2013,3,406588,425501 +GBR,2013,4,394210,412488 +GBR,2013,5,382422,400182 +GBR,2013,6,371533,388883 +GBR,2013,7,361853,378889 +GBR,2013,8,353017,369815 +GBR,2013,9,344663,361271 +GBR,2013,10,340467,356992 +GBR,2013,11,342086,358651 +GBR,2013,12,347809,364488 +GBR,2013,13,354110,370842 +GBR,2013,14,361506,378176 +GBR,2013,15,369276,385975 +GBR,2013,16,376644,393526 +GBR,2013,17,383864,400929 +GBR,2013,18,391730,408857 +GBR,2014,0,393538,413866 +GBR,2014,1,399809,419616 +GBR,2014,2,402206,421535 +GBR,2014,3,401316,420209 +GBR,2014,4,403414,422146 +GBR,2014,5,393854,412101 +GBR,2014,6,383771,401595 +GBR,2014,7,373676,391138 +GBR,2014,8,364082,381240 +GBR,2014,9,354601,371493 +GBR,2014,10,344849,361491 +GBR,2014,11,339825,356321 +GBR,2014,12,341836,358323 +GBR,2014,13,348701,365259 +GBR,2014,14,355755,372310 +GBR,2014,15,363720,380148 +GBR,2014,16,372062,388463 +GBR,2014,17,379979,396519 +GBR,2014,18,387711,404403 +GBR,2015,0,384336,404541 +GBR,2015,1,396470,416365 +GBR,2015,2,403402,422972 +GBR,2015,3,405845,425080 +GBR,2015,4,404513,423407 +GBR,2015,5,400119,418673 +GBR,2015,6,393377,411594 +GBR,2015,7,385000,402889 +GBR,2015,8,375701,393277 +GBR,2015,9,366195,383476 +GBR,2015,10,356073,373061 +GBR,2015,11,344928,361606 +GBR,2015,12,339079,355548 +GBR,2015,13,341481,357890 +GBR,2015,14,349484,365923 +GBR,2015,15,357288,373667 +GBR,2015,16,365818,382007 +GBR,2015,17,374729,390834 +GBR,2015,18,383191,399394 +GBR,2016,0,377165,396943 +GBR,2016,1,388139,408254 +GBR,2016,2,398189,418051 +GBR,2016,3,403759,423333 +GBR,2016,4,405457,424717 +GBR,2016,5,403895,422819 +GBR,2016,6,399764,418338 +GBR,2016,7,393756,411975 +GBR,2016,8,386073,403930 +GBR,2016,9,377162,394654 +GBR,2016,10,367877,385014 +GBR,2016,11,358201,374979 +GBR,2016,12,347625,364025 +GBR,2016,13,342352,358485 +GBR,2016,14,345310,361347 +GBR,2016,15,353836,369880 +GBR,2016,16,362155,378116 +GBR,2016,17,371201,386950 +GBR,2016,18,380446,396106 +GBR,2017,0,370819,389944 +GBR,2017,1,387938,407326 +GBR,2017,2,391839,411859 +GBR,2017,3,399799,419624 +GBR,2017,4,404003,423579 +GBR,2017,5,404955,424237 +GBR,2017,6,403163,422113 +GBR,2017,7,399296,417888 +GBR,2017,8,394025,412243 +GBR,2017,9,387039,404861 +GBR,2017,10,378518,395925 +GBR,2017,11,369459,386447 +GBR,2017,12,360232,376797 +GBR,2017,13,350228,366346 +GBR,2017,14,345532,361327 +GBR,2017,15,349047,364708 +GBR,2017,16,358095,373740 +GBR,2017,17,366926,382466 +GBR,2017,18,376487,391793 +GBR,2018,0,365969,384382 +GBR,2018,1,382773,401733 +GBR,2018,2,394828,414156 +GBR,2018,3,395395,415317 +GBR,2018,4,401261,421047 +GBR,2018,5,404096,423671 +GBR,2018,6,404301,423602 +GBR,2018,7,402280,421253 +GBR,2018,8,398679,417286 +GBR,2018,9,394147,412362 +GBR,2018,10,387861,405646 +GBR,2018,11,379735,397052 +GBR,2018,12,370905,387741 +GBR,2018,13,362130,378479 +GBR,2018,14,352702,368536 +GBR,2018,15,348586,364040 +GBR,2018,16,352657,367939 +GBR,2018,17,362224,377467 +GBR,2018,18,371564,386680 +GBR,2019,0,363000,381000 +GBR,2019,1,378000,397000 +GBR,2019,2,390000,409000 +GBR,2019,3,398000,417000 +GBR,2019,4,399000,419000 +GBR,2019,5,403000,422000 +GBR,2019,6,404000,424000 +GBR,2019,7,403000,423000 +GBR,2019,8,401000,420000 +GBR,2019,9,398000,416000 +GBR,2019,10,394000,412000 +GBR,2019,11,388000,406000 +GBR,2019,12,381000,398000 +GBR,2019,13,372000,389000 +GBR,2019,14,364000,380000 +GBR,2019,15,355000,371000 +GBR,2019,16,351000,367000 +GBR,2019,17,356000,371000 +GBR,2019,18,366000,381000 +GBR,2020,0,363000,381000 +GBR,2020,1,375000,394000 +GBR,2020,2,385000,404000 +GBR,2020,3,393000,412000 +GBR,2020,4,398000,418000 +GBR,2020,5,402000,422000 +GBR,2020,6,403000,423000 +GBR,2020,7,404000,423000 +GBR,2020,8,402000,422000 +GBR,2020,9,400000,419000 +GBR,2020,10,397000,415000 +GBR,2020,11,394000,412000 +GBR,2020,12,389000,407000 +GBR,2020,13,382000,399000 +GBR,2020,14,373000,390000 +GBR,2020,15,365000,381000 +GBR,2020,16,357000,372000 +GBR,2020,17,354000,369000 +GBR,2020,18,359000,374000 +GBR,2021,0,367000,385000 +GBR,2021,1,366000,384000 +GBR,2021,2,377000,395000 +GBR,2021,3,386000,405000 +GBR,2021,4,393000,412000 +GBR,2021,5,398000,417000 +GBR,2021,6,402000,421000 +GBR,2021,7,404000,424000 +GBR,2021,8,405000,424000 +GBR,2021,9,404000,423000 +GBR,2021,10,401000,420000 +GBR,2021,11,398000,417000 +GBR,2021,12,395000,414000 +GBR,2021,13,391000,409000 +GBR,2021,14,384000,401000 +GBR,2021,15,376000,392000 +GBR,2021,16,368000,384000 +GBR,2021,17,360000,375000 +GBR,2021,18,357000,372000 +GBR,2022,0,373000,392000 +GBR,2022,1,377000,396000 +GBR,2022,2,369000,387000 +GBR,2022,3,378000,397000 +GBR,2022,4,385000,404000 +GBR,2022,5,392000,411000 +GBR,2022,6,397000,416000 +GBR,2022,7,401000,420000 +GBR,2022,8,404000,424000 +GBR,2022,9,405000,425000 +GBR,2022,10,405000,424000 +GBR,2022,11,402000,421000 +GBR,2022,12,399000,418000 +GBR,2022,13,397000,415000 +GBR,2022,14,393000,410000 +GBR,2022,15,386000,403000 +GBR,2022,16,378000,395000 +GBR,2022,17,371000,387000 +GBR,2022,18,363000,378000 +GBR,2023,0,381000,400000 +GBR,2023,1,380000,399000 +GBR,2023,2,380000,399000 +GBR,2023,3,372000,390000 +GBR,2023,4,379000,397000 +GBR,2023,5,385000,404000 +GBR,2023,6,391000,410000 +GBR,2023,7,396000,415000 +GBR,2023,8,400000,419000 +GBR,2023,9,404000,424000 +GBR,2023,10,406000,425000 +GBR,2023,11,405000,425000 +GBR,2023,12,403000,422000 +GBR,2023,13,400000,419000 +GBR,2023,14,398000,416000 +GBR,2023,15,394000,412000 +GBR,2023,16,388000,405000 +GBR,2023,17,380000,397000 +GBR,2023,18,373000,389000 +GBR,2024,0,387000,406000 +GBR,2024,1,382000,401000 +GBR,2024,2,379000,398000 +GBR,2024,3,378000,397000 +GBR,2024,4,375000,393000 +GBR,2024,5,380000,398000 +GBR,2024,6,385000,403000 +GBR,2024,7,390000,409000 +GBR,2024,8,394000,414000 +GBR,2024,9,399000,418000 +GBR,2024,10,404000,423000 +GBR,2024,11,406000,426000 +GBR,2024,12,406000,425000 +GBR,2024,13,403000,422000 +GBR,2024,14,401000,419000 +GBR,2024,15,399000,417000 +GBR,2024,16,395000,413000 +GBR,2024,17,389000,406000 +GBR,2024,18,382000,398000 +GBR,2025,0,389000,409000 +GBR,2025,1,382000,401000 +GBR,2025,2,378000,397000 +GBR,2025,3,376000,395000 +GBR,2025,4,376000,395000 +GBR,2025,5,378000,396000 +GBR,2025,6,380000,399000 +GBR,2025,7,384000,403000 +GBR,2025,8,389000,408000 +GBR,2025,9,393000,412000 +GBR,2025,10,398000,417000 +GBR,2025,11,403000,423000 +GBR,2025,12,407000,426000 +GBR,2025,13,406000,426000 +GBR,2025,14,404000,423000 +GBR,2025,15,402000,420000 +GBR,2025,16,400000,418000 +GBR,2025,17,397000,414000 +GBR,2025,18,391000,408000 +GBR,2026,0,387000,406000 +GBR,2026,1,387000,407000 +GBR,2026,2,382000,401000 +GBR,2026,3,379000,398000 +GBR,2026,4,377000,396000 +GBR,2026,5,377000,396000 +GBR,2026,6,379000,397000 +GBR,2026,7,381000,399000 +GBR,2026,8,384000,403000 +GBR,2026,9,388000,407000 +GBR,2026,10,394000,413000 +GBR,2026,11,399000,418000 +GBR,2026,12,405000,424000 +GBR,2026,13,408000,428000 +GBR,2026,14,408000,428000 +GBR,2026,15,406000,425000 +GBR,2026,16,404000,423000 +GBR,2026,17,403000,421000 +GBR,2026,18,400000,417000 +GBR,2027,0,381000,400000 +GBR,2027,1,378000,397000 +GBR,2027,2,386000,405000 +GBR,2027,3,382000,401000 +GBR,2027,4,380000,399000 +GBR,2027,5,379000,397000 +GBR,2027,6,379000,397000 +GBR,2027,7,380000,398000 +GBR,2027,8,381000,399000 +GBR,2027,9,384000,402000 +GBR,2027,10,389000,407000 +GBR,2027,11,394000,413000 +GBR,2027,12,400000,419000 +GBR,2027,13,406000,426000 +GBR,2027,14,410000,430000 +GBR,2027,15,410000,430000 +GBR,2027,16,408000,427000 +GBR,2027,17,407000,425000 +GBR,2027,18,406000,424000 +GBR,2028,0,373000,392000 +GBR,2028,1,374000,393000 +GBR,2028,2,375000,394000 +GBR,2028,3,384000,403000 +GBR,2028,4,382000,401000 +GBR,2028,5,381000,400000 +GBR,2028,6,380000,399000 +GBR,2028,7,380000,399000 +GBR,2028,8,381000,399000 +GBR,2028,9,381000,400000 +GBR,2028,10,384000,402000 +GBR,2028,11,389000,407000 +GBR,2028,12,395000,414000 +GBR,2028,13,401000,420000 +GBR,2028,14,408000,427000 +GBR,2028,15,412000,431000 +GBR,2028,16,412000,432000 +GBR,2028,17,411000,430000 +GBR,2028,18,409000,428000 +GBR,2029,0,366000,384000 +GBR,2029,1,370000,389000 +GBR,2029,2,374000,393000 +GBR,2029,3,377000,396000 +GBR,2029,4,382000,402000 +GBR,2029,5,382000,401000 +GBR,2029,6,382000,401000 +GBR,2029,7,381000,400000 +GBR,2029,8,382000,400000 +GBR,2029,9,382000,400000 +GBR,2029,10,382000,400000 +GBR,2029,11,383000,402000 +GBR,2029,12,389000,407000 +GBR,2029,13,396000,415000 +GBR,2029,14,402000,421000 +GBR,2029,15,409000,428000 +GBR,2029,16,413000,433000 +GBR,2029,17,414000,434000 +GBR,2029,18,413000,432000 +GBR,2030,0,361000,379000 +GBR,2030,1,367000,386000 +GBR,2030,2,373000,391000 +GBR,2030,3,376000,395000 +GBR,2030,4,379000,398000 +GBR,2030,5,381000,400000 +GBR,2030,6,382000,401000 +GBR,2030,7,382000,401000 +GBR,2030,8,383000,402000 +GBR,2030,9,383000,402000 +GBR,2030,10,383000,401000 +GBR,2030,11,382000,400000 +GBR,2030,12,383000,402000 +GBR,2030,13,388000,407000 +GBR,2030,14,396000,415000 +GBR,2030,15,403000,422000 +GBR,2030,16,410000,430000 +GBR,2030,17,415000,434000 +GBR,2030,18,416000,435000 +GBR,2031,0,358000,376000 +GBR,2031,1,363000,381000 +GBR,2031,2,368000,387000 +GBR,2031,3,373000,392000 +GBR,2031,4,376000,395000 +GBR,2031,5,379000,398000 +GBR,2031,6,381000,400000 +GBR,2031,7,382000,401000 +GBR,2031,8,383000,402000 +GBR,2031,9,383000,402000 +GBR,2031,10,384000,403000 +GBR,2031,11,384000,403000 +GBR,2031,12,383000,402000 +GBR,2031,13,385000,403000 +GBR,2031,14,391000,409000 +GBR,2031,15,399000,418000 +GBR,2031,16,406000,425000 +GBR,2031,17,413000,433000 +GBR,2031,18,418000,438000 +GBR,2032,0,358000,376000 +GBR,2032,1,364000,382000 +GBR,2032,2,364000,383000 +GBR,2032,3,369000,388000 +GBR,2032,4,373000,392000 +GBR,2032,5,376000,395000 +GBR,2032,6,379000,397000 +GBR,2032,7,380000,399000 +GBR,2032,8,382000,401000 +GBR,2032,9,383000,402000 +GBR,2032,10,384000,403000 +GBR,2032,11,385000,404000 +GBR,2032,12,385000,404000 +GBR,2032,13,385000,403000 +GBR,2032,14,387000,405000 +GBR,2032,15,393000,411000 +GBR,2032,16,401000,420000 +GBR,2032,17,409000,428000 +GBR,2032,18,416000,436000 +GBR,2033,0,359000,377000 +GBR,2033,1,364000,382000 +GBR,2033,2,367000,386000 +GBR,2033,3,366000,384000 +GBR,2033,4,370000,388000 +GBR,2033,5,373000,392000 +GBR,2033,6,376000,395000 +GBR,2033,7,378000,397000 +GBR,2033,8,380000,399000 +GBR,2033,9,382000,401000 +GBR,2033,10,384000,403000 +GBR,2033,11,385000,404000 +GBR,2033,12,385000,404000 +GBR,2033,13,386000,405000 +GBR,2033,14,386000,405000 +GBR,2033,15,388000,407000 +GBR,2033,16,395000,413000 +GBR,2033,17,403000,422000 +GBR,2033,18,411000,431000 +GBR,2034,0,360000,379000 +GBR,2034,1,363000,381000 +GBR,2034,2,366000,384000 +GBR,2034,3,368000,386000 +GBR,2034,4,368000,386000 +GBR,2034,5,371000,389000 +GBR,2034,6,373000,392000 +GBR,2034,7,376000,394000 +GBR,2034,8,378000,396000 +GBR,2034,9,380000,399000 +GBR,2034,10,382000,401000 +GBR,2034,11,384000,403000 +GBR,2034,12,385000,404000 +GBR,2034,13,386000,405000 +GBR,2034,14,387000,406000 +GBR,2034,15,387000,406000 +GBR,2034,16,390000,409000 +GBR,2034,17,397000,415000 +GBR,2034,18,406000,425000 +GBR,2035,0,362000,380000 +GBR,2035,1,363000,381000 +GBR,2035,2,365000,383000 +GBR,2035,3,366000,384000 +GBR,2035,4,368000,386000 +GBR,2035,5,369000,388000 +GBR,2035,6,371000,390000 +GBR,2035,7,373000,392000 +GBR,2035,8,375000,394000 +GBR,2035,9,377000,396000 +GBR,2035,10,379000,398000 +GBR,2035,11,382000,401000 +GBR,2035,12,384000,403000 +GBR,2035,13,386000,405000 +GBR,2035,14,387000,406000 +GBR,2035,15,388000,407000 +GBR,2035,16,388000,407000 +GBR,2035,17,392000,410000 +GBR,2035,18,399000,417000 +GBR,2036,0,364000,382000 +GBR,2036,1,363000,381000 +GBR,2036,2,364000,382000 +GBR,2036,3,365000,383000 +GBR,2036,4,366000,385000 +GBR,2036,5,368000,386000 +GBR,2036,6,370000,388000 +GBR,2036,7,372000,390000 +GBR,2036,8,374000,392000 +GBR,2036,9,376000,394000 +GBR,2036,10,378000,397000 +GBR,2036,11,381000,400000 +GBR,2036,12,384000,403000 +GBR,2036,13,386000,405000 +GBR,2036,14,388000,407000 +GBR,2036,15,389000,408000 +GBR,2036,16,391000,409000 +GBR,2036,17,392000,410000 +GBR,2036,18,395000,413000 +GBR,2037,0,366000,384000 +GBR,2037,1,365000,383000 +GBR,2037,2,364000,382000 +GBR,2037,3,365000,383000 +GBR,2037,4,366000,384000 +GBR,2037,5,367000,385000 +GBR,2037,6,368000,386000 +GBR,2037,7,370000,388000 +GBR,2037,8,372000,390000 +GBR,2037,9,374000,392000 +GBR,2037,10,376000,395000 +GBR,2037,11,379000,398000 +GBR,2037,12,382000,401000 +GBR,2037,13,385000,404000 +GBR,2037,14,388000,407000 +GBR,2037,15,390000,409000 +GBR,2037,16,392000,411000 +GBR,2037,17,393000,412000 +GBR,2037,18,395000,413000 +GBR,2038,0,368000,386000 +GBR,2038,1,367000,385000 +GBR,2038,2,366000,384000 +GBR,2038,3,365000,383000 +GBR,2038,4,365000,383000 +GBR,2038,5,366000,384000 +GBR,2038,6,367000,385000 +GBR,2038,7,368000,387000 +GBR,2038,8,370000,388000 +GBR,2038,9,372000,390000 +GBR,2038,10,374000,393000 +GBR,2038,11,377000,395000 +GBR,2038,12,380000,398000 +GBR,2038,13,383000,402000 +GBR,2038,14,386000,405000 +GBR,2038,15,390000,409000 +GBR,2038,16,392000,411000 +GBR,2038,17,394000,413000 +GBR,2038,18,396000,415000 +GBR,2039,0,370000,388000 +GBR,2039,1,368000,386000 +GBR,2039,2,367000,385000 +GBR,2039,3,366000,384000 +GBR,2039,4,365000,383000 +GBR,2039,5,366000,384000 +GBR,2039,6,366000,384000 +GBR,2039,7,367000,385000 +GBR,2039,8,368000,387000 +GBR,2039,9,370000,388000 +GBR,2039,10,372000,390000 +GBR,2039,11,374000,393000 +GBR,2039,12,377000,396000 +GBR,2039,13,380000,399000 +GBR,2039,14,384000,403000 +GBR,2039,15,388000,407000 +GBR,2039,16,391000,410000 +GBR,2039,17,394000,413000 +GBR,2039,18,396000,415000 +GBR,2040,0,371000,390000 +GBR,2040,1,369000,388000 +GBR,2040,2,368000,386000 +GBR,2040,3,367000,385000 +GBR,2040,4,366000,384000 +GBR,2040,5,366000,384000 +GBR,2040,6,366000,384000 +GBR,2040,7,366000,385000 +GBR,2040,8,367000,385000 +GBR,2040,9,368000,387000 +GBR,2040,10,370000,388000 +GBR,2040,11,372000,390000 +GBR,2040,12,374000,393000 +GBR,2040,13,377000,396000 +GBR,2040,14,381000,400000 +GBR,2040,15,385000,404000 +GBR,2040,16,389000,408000 +GBR,2040,17,393000,412000 +GBR,2040,18,396000,415000 +GBR,2041,0,373000,392000 +GBR,2041,1,372000,391000 +GBR,2041,2,370000,389000 +GBR,2041,3,369000,387000 +GBR,2041,4,367000,386000 +GBR,2041,5,367000,385000 +GBR,2041,6,366000,384000 +GBR,2041,7,366000,384000 +GBR,2041,8,367000,385000 +GBR,2041,9,368000,386000 +GBR,2041,10,369000,388000 +GBR,2041,11,371000,390000 +GBR,2041,12,373000,392000 +GBR,2041,13,376000,395000 +GBR,2041,14,379000,398000 +GBR,2041,15,383000,402000 +GBR,2041,16,387000,406000 +GBR,2041,17,392000,411000 +GBR,2041,18,396000,415000 +GBR,2042,0,375000,394000 +GBR,2042,1,373000,392000 +GBR,2042,2,372000,391000 +GBR,2042,3,371000,389000 +GBR,2042,4,369000,387000 +GBR,2042,5,368000,386000 +GBR,2042,6,367000,385000 +GBR,2042,7,367000,385000 +GBR,2042,8,366000,385000 +GBR,2042,9,367000,385000 +GBR,2042,10,368000,386000 +GBR,2042,11,370000,388000 +GBR,2042,12,372000,391000 +GBR,2042,13,375000,393000 +GBR,2042,14,378000,396000 +GBR,2042,15,382000,400000 +GBR,2042,16,386000,404000 +GBR,2042,17,390000,409000 +GBR,2042,18,395000,414000 +GBR,2043,0,376000,395000 +GBR,2043,1,375000,394000 +GBR,2043,2,374000,392000 +GBR,2043,3,373000,391000 +GBR,2043,4,371000,390000 +GBR,2043,5,370000,388000 +GBR,2043,6,368000,387000 +GBR,2043,7,368000,386000 +GBR,2043,8,367000,385000 +GBR,2043,9,367000,385000 +GBR,2043,10,367000,385000 +GBR,2043,11,369000,387000 +GBR,2043,12,371000,389000 +GBR,2043,13,373000,392000 +GBR,2043,14,376000,395000 +GBR,2043,15,380000,398000 +GBR,2043,16,384000,402000 +GBR,2043,17,388000,407000 +GBR,2043,18,393000,412000 +GBR,2044,0,377000,396000 +GBR,2044,1,376000,395000 +GBR,2044,2,375000,394000 +GBR,2044,3,374000,393000 +GBR,2044,4,373000,392000 +GBR,2044,5,371000,390000 +GBR,2044,6,370000,388000 +GBR,2044,7,369000,387000 +GBR,2044,8,368000,386000 +GBR,2044,9,367000,385000 +GBR,2044,10,367000,385000 +GBR,2044,11,367000,385000 +GBR,2044,12,369000,387000 +GBR,2044,13,372000,390000 +GBR,2044,14,374000,393000 +GBR,2044,15,378000,396000 +GBR,2044,16,381000,400000 +GBR,2044,17,386000,404000 +GBR,2044,18,390000,409000 +GBR,2045,0,377000,396000 +GBR,2045,1,377000,396000 +GBR,2045,2,377000,395000 +GBR,2045,3,376000,394000 +GBR,2045,4,374000,393000 +GBR,2045,5,373000,392000 +GBR,2045,6,372000,390000 +GBR,2045,7,370000,389000 +GBR,2045,8,369000,387000 +GBR,2045,9,368000,386000 +GBR,2045,10,367000,385000 +GBR,2045,11,367000,385000 +GBR,2045,12,367000,385000 +GBR,2045,13,369000,387000 +GBR,2045,14,372000,390000 +GBR,2045,15,375000,394000 +GBR,2045,16,379000,397000 +GBR,2045,17,383000,401000 +GBR,2045,18,387000,406000 +GBR,2046,0,377000,396000 +GBR,2046,1,378000,397000 +GBR,2046,2,378000,397000 +GBR,2046,3,377000,396000 +GBR,2046,4,376000,395000 +GBR,2046,5,375000,394000 +GBR,2046,6,373000,392000 +GBR,2046,7,372000,390000 +GBR,2046,8,371000,389000 +GBR,2046,9,370000,388000 +GBR,2046,10,369000,387000 +GBR,2046,11,368000,387000 +GBR,2046,12,368000,386000 +GBR,2046,13,369000,387000 +GBR,2046,14,371000,389000 +GBR,2046,15,375000,393000 +GBR,2046,16,378000,396000 +GBR,2046,17,382000,400000 +GBR,2046,18,386000,405000 +GBR,2047,0,377000,396000 +GBR,2047,1,378000,397000 +GBR,2047,2,379000,398000 +GBR,2047,3,378000,397000 +GBR,2047,4,378000,396000 +GBR,2047,5,377000,395000 +GBR,2047,6,375000,394000 +GBR,2047,7,374000,392000 +GBR,2047,8,372000,391000 +GBR,2047,9,371000,389000 +GBR,2047,10,370000,388000 +GBR,2047,11,370000,388000 +GBR,2047,12,370000,388000 +GBR,2047,13,370000,388000 +GBR,2047,14,371000,389000 +GBR,2047,15,373000,392000 +GBR,2047,16,377000,395000 +GBR,2047,17,381000,399000 +GBR,2047,18,385000,403000 +GBR,2048,0,376000,395000 +GBR,2048,1,378000,397000 +GBR,2048,2,379000,398000 +GBR,2048,3,379000,398000 +GBR,2048,4,379000,398000 +GBR,2048,5,378000,397000 +GBR,2048,6,377000,396000 +GBR,2048,7,375000,394000 +GBR,2048,8,374000,392000 +GBR,2048,9,372000,391000 +GBR,2048,10,371000,390000 +GBR,2048,11,371000,389000 +GBR,2048,12,371000,389000 +GBR,2048,13,371000,389000 +GBR,2048,14,371000,389000 +GBR,2048,15,373000,391000 +GBR,2048,16,376000,394000 +GBR,2048,17,380000,398000 +GBR,2048,18,384000,402000 +GBR,2049,0,375000,394000 +GBR,2049,1,378000,397000 +GBR,2049,2,379000,398000 +GBR,2049,3,380000,399000 +GBR,2049,4,380000,399000 +GBR,2049,5,379000,398000 +GBR,2049,6,378000,397000 +GBR,2049,7,377000,396000 +GBR,2049,8,376000,394000 +GBR,2049,9,374000,393000 +GBR,2049,10,372000,391000 +GBR,2049,11,371000,390000 +GBR,2049,12,371000,389000 +GBR,2049,13,371000,389000 +GBR,2049,14,372000,390000 +GBR,2049,15,372000,390000 +GBR,2049,16,374000,392000 +GBR,2049,17,377000,396000 +GBR,2049,18,382000,400000 +GBR,2050,0,374000,392000 +GBR,2050,1,377000,396000 +GBR,2050,2,379000,398000 +GBR,2050,3,380000,399000 +GBR,2050,4,381000,400000 +GBR,2050,5,380000,399000 +GBR,2050,6,380000,399000 +GBR,2050,7,378000,397000 +GBR,2050,8,377000,396000 +GBR,2050,9,375000,394000 +GBR,2050,10,374000,392000 +GBR,2050,11,372000,391000 +GBR,2050,12,371000,390000 +GBR,2050,13,371000,389000 +GBR,2050,14,372000,390000 +GBR,2050,15,373000,391000 +GBR,2050,16,373000,392000 +GBR,2050,17,376000,394000 +GBR,2050,18,379000,397000 +GEO,1990,0,44102,47315 +GEO,1990,1,44792,47905 +GEO,1990,2,45227,48209 +GEO,1990,3,45435,48263 +GEO,1990,4,45443,48101 +GEO,1990,5,45279,47758 +GEO,1990,6,44971,47269 +GEO,1990,7,44547,46667 +GEO,1990,8,44035,45988 +GEO,1990,9,43463,45266 +GEO,1990,10,42837,44484 +GEO,1990,11,42166,43625 +GEO,1990,12,41580,42983 +GEO,1990,13,41149,42697 +GEO,1990,14,40838,42645 +GEO,1990,15,40559,42588 +GEO,1990,16,40346,42597 +GEO,1990,17,40190,42519 +GEO,1990,18,40086,42262 +GEO,1991,0,42821,45945 +GEO,1991,1,42084,45139 +GEO,1991,2,42831,45775 +GEO,1991,3,43414,46221 +GEO,1991,4,43841,46491 +GEO,1991,5,44116,46600 +GEO,1991,6,44272,46575 +GEO,1991,7,44340,46446 +GEO,1991,8,44197,46150 +GEO,1991,9,43797,45672 +GEO,1991,10,43223,45069 +GEO,1991,11,42623,44424 +GEO,1991,12,41988,43725 +GEO,1991,13,41397,43105 +GEO,1991,14,40909,42639 +GEO,1991,15,40515,42286 +GEO,1991,16,40132,41927 +GEO,1991,17,39765,41586 +GEO,1991,18,39581,41318 +GEO,1992,0,40993,43892 +GEO,1992,1,41039,43954 +GEO,1992,2,39886,42729 +GEO,1992,3,40686,43407 +GEO,1992,4,41417,43994 +GEO,1992,5,42063,44481 +GEO,1992,6,42606,44861 +GEO,1992,7,43083,45156 +GEO,1992,8,43530,45390 +GEO,1992,9,43670,45404 +GEO,1992,10,43384,45130 +GEO,1992,11,42810,44651 +GEO,1992,12,42238,44145 +GEO,1992,13,41643,43612 +GEO,1992,14,41048,43017 +GEO,1992,15,40506,42373 +GEO,1992,16,40028,41719 +GEO,1992,17,39542,41058 +GEO,1992,18,39024,40366 +GEO,1993,0,38806,41443 +GEO,1993,1,38299,40997 +GEO,1993,2,38068,40753 +GEO,1993,3,37587,40204 +GEO,1993,4,38440,40924 +GEO,1993,5,39317,41649 +GEO,1993,6,40179,42351 +GEO,1993,7,40989,43001 +GEO,1993,8,41786,43616 +GEO,1993,9,42610,44212 +GEO,1993,10,43033,44535 +GEO,1993,11,42862,44465 +GEO,1993,12,42290,44110 +GEO,1993,13,41748,43746 +GEO,1993,14,41194,43379 +GEO,1993,15,40597,42811 +GEO,1993,16,40002,41991 +GEO,1993,17,39442,41037 +GEO,1993,18,38854,40078 +GEO,1994,0,36479,38941 +GEO,1994,1,35474,38020 +GEO,1994,2,34949,37502 +GEO,1994,3,34839,37335 +GEO,1994,4,35254,37669 +GEO,1994,5,36157,38430 +GEO,1994,6,37178,39293 +GEO,1994,7,38255,40209 +GEO,1994,8,39330,41127 +GEO,1994,9,40445,42059 +GEO,1994,10,41644,43016 +GEO,1994,11,42349,43646 +GEO,1994,12,42292,43780 +GEO,1994,13,41723,43549 +GEO,1994,14,41210,43326 +GEO,1994,15,40698,43125 +GEO,1994,16,40101,42584 +GEO,1994,17,39452,41589 +GEO,1994,18,38811,40337 +GEO,1995,0,34164,36609 +GEO,1995,1,32838,35359 +GEO,1995,2,32131,34660 +GEO,1995,3,31962,34442 +GEO,1995,4,32249,34635 +GEO,1995,5,32911,35167 +GEO,1995,6,33864,35969 +GEO,1995,7,35027,36970 +GEO,1995,8,36318,38098 +GEO,1995,9,37656,39285 +GEO,1995,10,39087,40534 +GEO,1995,11,40658,41850 +GEO,1995,12,41642,42786 +GEO,1995,13,41699,43123 +GEO,1995,14,41133,43015 +GEO,1995,15,40651,42933 +GEO,1995,16,40180,42896 +GEO,1995,17,39582,42382 +GEO,1995,18,38882,41212 +GEO,1996,0,31902,34384 +GEO,1996,1,32270,34727 +GEO,1996,2,31440,33957 +GEO,1996,3,31142,33666 +GEO,1996,4,31296,33782 +GEO,1996,5,31820,34233 +GEO,1996,6,32657,34969 +GEO,1996,7,33749,35941 +GEO,1996,8,34904,36964 +GEO,1996,9,35999,37923 +GEO,1996,10,37018,38811 +GEO,1996,11,38118,39751 +GEO,1996,12,39319,40733 +GEO,1996,13,40034,41378 +GEO,1996,14,40004,41516 +GEO,1996,15,39473,41279 +GEO,1996,16,38992,41043 +GEO,1996,17,38501,40821 +GEO,1996,18,37944,40257 +GEO,1997,0,29737,32416 +GEO,1997,1,28360,30997 +GEO,1997,2,30387,32896 +GEO,1997,3,30051,32601 +GEO,1997,4,30158,32713 +GEO,1997,5,30631,33160 +GEO,1997,6,31390,33868 +GEO,1997,7,32401,34807 +GEO,1997,8,33631,35948 +GEO,1997,9,34779,36995 +GEO,1997,10,35678,37785 +GEO,1997,11,36382,38379 +GEO,1997,12,37153,39015 +GEO,1997,13,37985,39667 +GEO,1997,14,38433,40024 +GEO,1997,15,38317,39964 +GEO,1997,16,37822,39599 +GEO,1997,17,37342,39211 +GEO,1997,18,36831,38804 +GEO,1998,0,27788,30741 +GEO,1998,1,26576,29404 +GEO,1998,2,26011,28727 +GEO,1998,3,28564,31156 +GEO,1998,4,28718,31331 +GEO,1998,5,29228,31845 +GEO,1998,6,30019,32623 +GEO,1998,7,31013,33587 +GEO,1998,8,32200,34730 +GEO,1998,9,33568,36041 +GEO,1998,10,34710,37114 +GEO,1998,11,35416,37740 +GEO,1998,12,35808,38043 +GEO,1998,13,36254,38377 +GEO,1998,14,36721,38702 +GEO,1998,15,36905,38774 +GEO,1998,16,36702,38518 +GEO,1998,17,36241,38024 +GEO,1998,18,35762,37485 +GEO,1999,0,26184,29375 +GEO,1999,1,25149,28161 +GEO,1999,2,24712,27581 +GEO,1999,3,24792,27552 +GEO,1999,4,26860,29553 +GEO,1999,5,27504,30201 +GEO,1999,6,28420,31119 +GEO,1999,7,29532,32230 +GEO,1999,8,30765,33456 +GEO,1999,9,32131,34807 +GEO,1999,10,33644,36295 +GEO,1999,11,34785,37399 +GEO,1999,12,35301,37863 +GEO,1999,13,35383,37875 +GEO,1999,14,35504,37910 +GEO,1999,15,35609,37910 +GEO,1999,16,35529,37697 +GEO,1999,17,35240,37243 +GEO,1999,18,34811,36618 +GEO,2000,0,25018,28334 +GEO,2000,1,24102,27239 +GEO,2000,2,23748,26750 +GEO,2000,3,23880,26786 +GEO,2000,4,24424,27267 +GEO,2000,5,25305,28113 +GEO,2000,6,26449,29242 +GEO,2000,7,27779,30574 +GEO,2000,8,29223,32029 +GEO,2000,9,30705,33527 +GEO,2000,10,32261,35098 +GEO,2000,11,33929,36774 +GEO,2000,12,35076,37915 +GEO,2000,13,35404,38218 +GEO,2000,14,35172,37937 +GEO,2000,15,34968,37669 +GEO,2000,16,34707,37339 +GEO,2000,17,34360,36837 +GEO,2000,18,33982,36180 +GEO,2001,0,23724,26934 +GEO,2001,1,24194,27486 +GEO,2001,2,23622,26774 +GEO,2001,3,23536,26575 +GEO,2001,4,23865,26818 +GEO,2001,5,24541,27428 +GEO,2001,6,25501,28338 +GEO,2001,7,26684,29478 +GEO,2001,8,27979,30757 +GEO,2001,9,29300,32093 +GEO,2001,10,30602,33425 +GEO,2001,11,31961,34807 +GEO,2001,12,33404,36267 +GEO,2001,13,34379,37226 +GEO,2001,14,34633,37412 +GEO,2001,15,34393,37061 +GEO,2001,16,34165,36711 +GEO,2001,17,33879,36294 +GEO,2001,18,33523,35746 +GEO,2002,0,22920,25921 +GEO,2002,1,22121,25144 +GEO,2002,2,23552,26848 +GEO,2002,3,23317,26509 +GEO,2002,4,23495,26596 +GEO,2002,5,24022,27044 +GEO,2002,6,24832,27787 +GEO,2002,7,25877,28768 +GEO,2002,8,27108,29928 +GEO,2002,9,28377,31163 +GEO,2002,10,29586,32390 +GEO,2002,11,30719,33568 +GEO,2002,12,31893,34773 +GEO,2002,13,33123,36030 +GEO,2002,14,33936,36816 +GEO,2002,15,34118,36887 +GEO,2002,16,33868,36464 +GEO,2002,17,33616,36032 +GEO,2002,18,33302,35525 +GEO,2003,0,22567,25313 +GEO,2003,1,21753,24667 +GEO,2003,2,21428,24469 +GEO,2003,3,23025,26336 +GEO,2003,4,23125,26370 +GEO,2003,5,23568,26744 +GEO,2003,6,24295,27400 +GEO,2003,7,25244,28279 +GEO,2003,8,26379,29335 +GEO,2003,9,27665,30521 +GEO,2003,10,28914,31718 +GEO,2003,11,30017,32842 +GEO,2003,12,30987,33871 +GEO,2003,13,31980,34904 +GEO,2003,14,33004,35965 +GEO,2003,15,33658,36580 +GEO,2003,16,33770,36538 +GEO,2003,17,33508,36040 +GEO,2003,18,33230,35523 +GEO,2004,0,22622,25157 +GEO,2004,1,21729,24542 +GEO,2004,2,21314,24337 +GEO,2004,3,21320,24490 +GEO,2004,4,22530,25851 +GEO,2004,5,22967,26261 +GEO,2004,6,23679,26925 +GEO,2004,7,24609,27791 +GEO,2004,8,25699,28808 +GEO,2004,9,26927,29941 +GEO,2004,10,28269,31154 +GEO,2004,11,29500,32314 +GEO,2004,12,30498,33335 +GEO,2004,13,31305,34216 +GEO,2004,14,32118,35078 +GEO,2004,15,32936,35941 +GEO,2004,16,33430,36385 +GEO,2004,17,33472,36228 +GEO,2004,18,33198,35655 +GEO,2005,0,23039,25470 +GEO,2005,1,22003,24749 +GEO,2005,2,21435,24419 +GEO,2005,3,21282,24435 +GEO,2005,4,21492,24753 +GEO,2005,5,22012,25328 +GEO,2005,6,22789,26114 +GEO,2005,7,23771,27069 +GEO,2005,8,24904,28146 +GEO,2005,9,26136,29301 +GEO,2005,10,27456,30510 +GEO,2005,11,28853,31749 +GEO,2005,12,30066,32870 +GEO,2005,13,30956,33787 +GEO,2005,14,31598,34517 +GEO,2005,15,32230,35204 +GEO,2005,16,32838,35867 +GEO,2005,17,33172,36139 +GEO,2005,18,33143,35866 +GEO,2006,0,23797,26306 +GEO,2006,1,22734,25224 +GEO,2006,2,21822,24575 +GEO,2006,3,21336,24297 +GEO,2006,4,21231,24346 +GEO,2006,5,21460,24680 +GEO,2006,6,21970,25255 +GEO,2006,7,22709,26028 +GEO,2006,8,23660,26961 +GEO,2006,9,24786,28011 +GEO,2006,10,26024,29136 +GEO,2006,11,27335,30307 +GEO,2006,12,28716,31505 +GEO,2006,13,29909,32579 +GEO,2006,14,30779,33442 +GEO,2006,15,31400,34117 +GEO,2006,16,32011,34749 +GEO,2006,17,32599,35359 +GEO,2006,18,32912,35591 +GEO,2007,0,24885,27576 +GEO,2007,1,23329,26143 +GEO,2007,2,22414,24942 +GEO,2007,3,21626,24368 +GEO,2007,4,21223,24142 +GEO,2007,5,21166,24224 +GEO,2007,6,21413,24573 +GEO,2007,7,21913,25148 +GEO,2007,8,22614,25906 +GEO,2007,9,23533,26815 +GEO,2007,10,24651,27838 +GEO,2007,11,25893,28930 +GEO,2007,12,27196,30063 +GEO,2007,13,28558,31217 +GEO,2007,14,29732,32242 +GEO,2007,15,30581,33052 +GEO,2007,16,31180,33669 +GEO,2007,17,31769,34247 +GEO,2007,18,32337,34802 +GEO,2008,0,26120,29027 +GEO,2008,1,24275,27141 +GEO,2008,2,22889,25740 +GEO,2008,3,22081,24639 +GEO,2008,4,21418,24139 +GEO,2008,5,21098,23966 +GEO,2008,6,21088,24080 +GEO,2008,7,21354,24445 +GEO,2008,8,21843,25019 +GEO,2008,9,22506,25761 +GEO,2008,10,23392,26646 +GEO,2008,11,24501,27641 +GEO,2008,12,25749,28699 +GEO,2008,13,27040,29792 +GEO,2008,14,28385,30902 +GEO,2008,15,29538,31878 +GEO,2008,16,30366,32632 +GEO,2008,17,30943,33193 +GEO,2008,18,31509,33715 +GEO,2009,0,27269,30335 +GEO,2009,1,25240,28132 +GEO,2009,2,23641,26424 +GEO,2009,3,22440,25170 +GEO,2009,4,21749,24344 +GEO,2009,5,21210,23918 +GEO,2009,6,20974,23797 +GEO,2009,7,21012,23945 +GEO,2009,8,21295,24325 +GEO,2009,9,21774,24898 +GEO,2009,10,22399,25625 +GEO,2009,11,23253,26486 +GEO,2009,12,24353,27453 +GEO,2009,13,25605,28478 +GEO,2009,14,26886,29531 +GEO,2009,15,28212,30598 +GEO,2009,16,29345,31525 +GEO,2009,17,30152,32224 +GEO,2009,18,30706,32728 +GEO,2010,0,28161,31263 +GEO,2010,1,26120,28989 +GEO,2010,2,24447,27167 +GEO,2010,3,23122,25763 +GEO,2010,4,22122,24744 +GEO,2010,5,21426,24076 +GEO,2010,6,21012,23724 +GEO,2010,7,20859,23655 +GEO,2010,8,20944,23836 +GEO,2010,9,21246,24231 +GEO,2010,10,21715,24804 +GEO,2010,11,22301,25517 +GEO,2010,12,23123,26355 +GEO,2010,13,24215,27295 +GEO,2010,14,25472,28288 +GEO,2010,15,26744,29303 +GEO,2010,16,28052,30328 +GEO,2010,17,29165,31207 +GEO,2010,18,29950,31851 +GEO,2011,0,28697,31623 +GEO,2011,1,27678,30655 +GEO,2011,2,25874,28680 +GEO,2011,3,24358,27053 +GEO,2011,4,23120,25758 +GEO,2011,5,22152,24775 +GEO,2011,6,21432,24071 +GEO,2011,7,20938,23611 +GEO,2011,8,20725,23462 +GEO,2011,9,20811,23641 +GEO,2011,10,21148,24079 +GEO,2011,11,21623,24657 +GEO,2011,12,22204,25360 +GEO,2011,13,23005,26162 +GEO,2011,14,24053,27024 +GEO,2011,15,25252,27918 +GEO,2011,16,26469,28836 +GEO,2011,17,27718,29762 +GEO,2011,18,28793,30569 +GEO,2012,0,28949,31590 +GEO,2012,1,27439,29996 +GEO,2012,2,27209,30088 +GEO,2012,3,25642,28409 +GEO,2012,4,24281,26976 +GEO,2012,5,23131,25786 +GEO,2012,6,22194,24839 +GEO,2012,7,21449,24099 +GEO,2012,8,20874,23529 +GEO,2012,9,20601,23300 +GEO,2012,10,20688,23478 +GEO,2012,11,21060,23958 +GEO,2012,12,21543,24543 +GEO,2012,13,22119,25238 +GEO,2012,14,22899,26004 +GEO,2012,15,23903,26791 +GEO,2012,16,25046,27585 +GEO,2012,17,26208,28409 +GEO,2012,18,27399,29238 +GEO,2013,0,28923,31220 +GEO,2013,1,27876,30235 +GEO,2013,2,26832,29257 +GEO,2013,3,26754,29550 +GEO,2013,4,25423,28165 +GEO,2013,5,24217,26923 +GEO,2013,6,23153,25838 +GEO,2013,7,22247,24925 +GEO,2013,8,21477,24148 +GEO,2013,9,20820,23469 +GEO,2013,10,20488,23159 +GEO,2013,11,20576,23336 +GEO,2013,12,20983,23860 +GEO,2013,13,21473,24452 +GEO,2013,14,22044,25139 +GEO,2013,15,22803,25870 +GEO,2013,16,23765,26582 +GEO,2013,17,24852,27278 +GEO,2013,18,25960,28007 +GEO,2014,0,28653,30622 +GEO,2014,1,28114,30276 +GEO,2014,2,27441,29765 +GEO,2014,3,26668,29125 +GEO,2014,4,26315,29023 +GEO,2014,5,25219,27932 +GEO,2014,6,24167,26882 +GEO,2014,7,23189,25901 +GEO,2014,8,22313,25023 +GEO,2014,9,21517,24208 +GEO,2014,10,20779,23419 +GEO,2014,11,20387,23029 +GEO,2014,12,20476,23204 +GEO,2014,13,20919,23772 +GEO,2014,14,21416,24370 +GEO,2014,15,21982,25050 +GEO,2014,16,22722,25747 +GEO,2014,17,23641,26384 +GEO,2014,18,24673,26982 +GEO,2015,0,28183,29897 +GEO,2015,1,28136,30119 +GEO,2015,2,27842,30044 +GEO,2015,3,27343,29719 +GEO,2015,4,26681,29189 +GEO,2015,5,25898,28503 +GEO,2015,6,25036,27707 +GEO,2015,7,24137,26847 +GEO,2015,8,23244,25972 +GEO,2015,9,22398,25127 +GEO,2015,10,21576,24274 +GEO,2015,11,20755,23375 +GEO,2015,12,20303,22904 +GEO,2015,13,20393,23079 +GEO,2015,14,20872,23690 +GEO,2015,15,21377,24296 +GEO,2015,16,21939,24969 +GEO,2015,17,22659,25631 +GEO,2015,18,23537,26193 +GEO,2016,0,27386,28970 +GEO,2016,1,28099,29863 +GEO,2016,2,28049,30053 +GEO,2016,3,27756,29961 +GEO,2016,4,27261,29630 +GEO,2016,5,26605,29104 +GEO,2016,6,25830,28431 +GEO,2016,7,24978,27657 +GEO,2016,8,24085,26811 +GEO,2016,9,23189,25931 +GEO,2016,10,22334,25071 +GEO,2016,11,21504,24207 +GEO,2016,12,20676,23299 +GEO,2016,13,20212,22814 +GEO,2016,14,20285,22967 +GEO,2016,15,20743,23553 +GEO,2016,16,21228,24134 +GEO,2016,17,21770,24782 +GEO,2016,18,22472,25422 +GEO,2017,0,26389,27917 +GEO,2017,1,27275,29039 +GEO,2017,2,28050,29851 +GEO,2017,3,27997,30009 +GEO,2017,4,27705,29899 +GEO,2017,5,27213,29562 +GEO,2017,6,26563,29040 +GEO,2017,7,25795,28379 +GEO,2017,8,24952,27627 +GEO,2017,9,24063,26794 +GEO,2017,10,23163,25910 +GEO,2017,11,22298,25034 +GEO,2017,12,21460,24158 +GEO,2017,13,20623,23240 +GEO,2017,14,20147,22740 +GEO,2017,15,20203,22873 +GEO,2017,16,20641,23434 +GEO,2017,17,21106,23990 +GEO,2017,18,21628,24613 +GEO,2018,0,25312,26835 +GEO,2018,1,26589,28272 +GEO,2018,2,27421,29254 +GEO,2018,3,28020,29851 +GEO,2018,4,27965,29976 +GEO,2018,5,27673,29849 +GEO,2018,6,27185,29506 +GEO,2018,7,26539,28987 +GEO,2018,8,25777,28339 +GEO,2018,9,24943,27608 +GEO,2018,10,24057,26787 +GEO,2018,11,23153,25899 +GEO,2018,12,22278,25006 +GEO,2018,13,21430,24118 +GEO,2018,14,20584,23190 +GEO,2018,15,20096,22675 +GEO,2018,16,20135,22787 +GEO,2018,17,20553,23323 +GEO,2018,18,20999,23856 +GEO,2019,0,24000,26000 +GEO,2019,1,26000,27000 +GEO,2019,2,27000,29000 +GEO,2019,3,28000,29000 +GEO,2019,4,28000,30000 +GEO,2019,5,28000,30000 +GEO,2019,6,28000,30000 +GEO,2019,7,27000,29000 +GEO,2019,8,27000,29000 +GEO,2019,9,26000,28000 +GEO,2019,10,25000,28000 +GEO,2019,11,24000,27000 +GEO,2019,12,23000,26000 +GEO,2019,13,22000,25000 +GEO,2019,14,21000,24000 +GEO,2019,15,21000,23000 +GEO,2019,16,20000,23000 +GEO,2019,17,20000,23000 +GEO,2019,18,20000,23000 +GEO,2020,0,24000,25000 +GEO,2020,1,25000,27000 +GEO,2020,2,26000,28000 +GEO,2020,3,27000,29000 +GEO,2020,4,28000,30000 +GEO,2020,5,28000,30000 +GEO,2020,6,28000,30000 +GEO,2020,7,28000,30000 +GEO,2020,8,27000,29000 +GEO,2020,9,26000,29000 +GEO,2020,10,26000,28000 +GEO,2020,11,25000,28000 +GEO,2020,12,24000,27000 +GEO,2020,13,23000,26000 +GEO,2020,14,22000,25000 +GEO,2020,15,21000,24000 +GEO,2020,16,20000,23000 +GEO,2020,17,20000,23000 +GEO,2020,18,20000,23000 +GEO,2021,0,23000,25000 +GEO,2021,1,24000,25000 +GEO,2021,2,25000,27000 +GEO,2021,3,26000,28000 +GEO,2021,4,27000,29000 +GEO,2021,5,28000,29000 +GEO,2021,6,28000,30000 +GEO,2021,7,28000,30000 +GEO,2021,8,28000,30000 +GEO,2021,9,27000,29000 +GEO,2021,10,26000,29000 +GEO,2021,11,26000,28000 +GEO,2021,12,25000,28000 +GEO,2021,13,24000,27000 +GEO,2021,14,23000,26000 +GEO,2021,15,22000,25000 +GEO,2021,16,21000,24000 +GEO,2021,17,20000,23000 +GEO,2021,18,20000,22000 +GEO,2022,0,23000,24000 +GEO,2022,1,24000,25000 +GEO,2022,2,24000,25000 +GEO,2022,3,25000,27000 +GEO,2022,4,26000,28000 +GEO,2022,5,27000,29000 +GEO,2022,6,27000,29000 +GEO,2022,7,28000,30000 +GEO,2022,8,28000,30000 +GEO,2022,9,28000,30000 +GEO,2022,10,27000,29000 +GEO,2022,11,26000,29000 +GEO,2022,12,26000,28000 +GEO,2022,13,25000,27000 +GEO,2022,14,24000,27000 +GEO,2022,15,23000,26000 +GEO,2022,16,22000,25000 +GEO,2022,17,21000,24000 +GEO,2022,18,20000,23000 +GEO,2023,0,23000,24000 +GEO,2023,1,24000,25000 +GEO,2023,2,24000,26000 +GEO,2023,3,24000,26000 +GEO,2023,4,25000,27000 +GEO,2023,5,26000,28000 +GEO,2023,6,27000,28000 +GEO,2023,7,27000,29000 +GEO,2023,8,28000,29000 +GEO,2023,9,28000,30000 +GEO,2023,10,28000,30000 +GEO,2023,11,27000,29000 +GEO,2023,12,26000,29000 +GEO,2023,13,26000,28000 +GEO,2023,14,25000,27000 +GEO,2023,15,24000,27000 +GEO,2023,16,23000,26000 +GEO,2023,17,22000,25000 +GEO,2023,18,21000,24000 +GEO,2024,0,23000,24000 +GEO,2024,1,23000,24000 +GEO,2024,2,24000,25000 +GEO,2024,3,24000,26000 +GEO,2024,4,24000,26000 +GEO,2024,5,25000,27000 +GEO,2024,6,26000,28000 +GEO,2024,7,27000,28000 +GEO,2024,8,27000,29000 +GEO,2024,9,27000,29000 +GEO,2024,10,28000,30000 +GEO,2024,11,28000,30000 +GEO,2024,12,27000,29000 +GEO,2024,13,26000,29000 +GEO,2024,14,26000,28000 +GEO,2024,15,25000,27000 +GEO,2024,16,24000,26000 +GEO,2024,17,23000,25000 +GEO,2024,18,22000,24000 +GEO,2025,0,22000,24000 +GEO,2025,1,23000,24000 +GEO,2025,2,23000,24000 +GEO,2025,3,23000,25000 +GEO,2025,4,24000,25000 +GEO,2025,5,25000,26000 +GEO,2025,6,25000,27000 +GEO,2025,7,26000,27000 +GEO,2025,8,26000,28000 +GEO,2025,9,27000,29000 +GEO,2025,10,27000,29000 +GEO,2025,11,28000,30000 +GEO,2025,12,28000,30000 +GEO,2025,13,27000,29000 +GEO,2025,14,26000,29000 +GEO,2025,15,26000,28000 +GEO,2025,16,25000,27000 +GEO,2025,17,24000,26000 +GEO,2025,18,23000,25000 +GEO,2026,0,22000,23000 +GEO,2026,1,22000,24000 +GEO,2026,2,23000,24000 +GEO,2026,3,23000,24000 +GEO,2026,4,23000,25000 +GEO,2026,5,24000,25000 +GEO,2026,6,25000,26000 +GEO,2026,7,25000,27000 +GEO,2026,8,26000,27000 +GEO,2026,9,26000,28000 +GEO,2026,10,27000,29000 +GEO,2026,11,27000,29000 +GEO,2026,12,28000,30000 +GEO,2026,13,28000,30000 +GEO,2026,14,27000,29000 +GEO,2026,15,26000,29000 +GEO,2026,16,25000,28000 +GEO,2026,17,25000,27000 +GEO,2026,18,24000,26000 +GEO,2027,0,22000,23000 +GEO,2027,1,22000,23000 +GEO,2027,2,22000,23000 +GEO,2027,3,23000,24000 +GEO,2027,4,23000,24000 +GEO,2027,5,23000,25000 +GEO,2027,6,24000,25000 +GEO,2027,7,25000,26000 +GEO,2027,8,25000,27000 +GEO,2027,9,26000,27000 +GEO,2027,10,26000,28000 +GEO,2027,11,27000,29000 +GEO,2027,12,27000,29000 +GEO,2027,13,28000,30000 +GEO,2027,14,28000,30000 +GEO,2027,15,27000,29000 +GEO,2027,16,26000,29000 +GEO,2027,17,25000,28000 +GEO,2027,18,24000,27000 +GEO,2028,0,22000,23000 +GEO,2028,1,21000,23000 +GEO,2028,2,22000,23000 +GEO,2028,3,22000,23000 +GEO,2028,4,22000,24000 +GEO,2028,5,23000,24000 +GEO,2028,6,23000,25000 +GEO,2028,7,24000,25000 +GEO,2028,8,25000,26000 +GEO,2028,9,25000,27000 +GEO,2028,10,26000,27000 +GEO,2028,11,26000,28000 +GEO,2028,12,27000,29000 +GEO,2028,13,27000,29000 +GEO,2028,14,28000,30000 +GEO,2028,15,28000,30000 +GEO,2028,16,27000,29000 +GEO,2028,17,26000,28000 +GEO,2028,18,25000,28000 +GEO,2029,0,21000,23000 +GEO,2029,1,21000,22000 +GEO,2029,2,21000,23000 +GEO,2029,3,21000,23000 +GEO,2029,4,22000,23000 +GEO,2029,5,22000,24000 +GEO,2029,6,23000,24000 +GEO,2029,7,23000,25000 +GEO,2029,8,24000,25000 +GEO,2029,9,25000,26000 +GEO,2029,10,25000,27000 +GEO,2029,11,26000,27000 +GEO,2029,12,26000,28000 +GEO,2029,13,27000,28000 +GEO,2029,14,27000,29000 +GEO,2029,15,28000,29000 +GEO,2029,16,27000,30000 +GEO,2029,17,27000,29000 +GEO,2029,18,26000,28000 +GEO,2030,0,21000,22000 +GEO,2030,1,21000,22000 +GEO,2030,2,21000,22000 +GEO,2030,3,21000,22000 +GEO,2030,4,21000,23000 +GEO,2030,5,22000,23000 +GEO,2030,6,22000,24000 +GEO,2030,7,23000,24000 +GEO,2030,8,23000,25000 +GEO,2030,9,24000,25000 +GEO,2030,10,25000,26000 +GEO,2030,11,25000,27000 +GEO,2030,12,26000,27000 +GEO,2030,13,26000,28000 +GEO,2030,14,27000,28000 +GEO,2030,15,27000,29000 +GEO,2030,16,27000,29000 +GEO,2030,17,27000,30000 +GEO,2030,18,27000,29000 +GEO,2031,0,21000,22000 +GEO,2031,1,21000,22000 +GEO,2031,2,21000,22000 +GEO,2031,3,21000,22000 +GEO,2031,4,21000,22000 +GEO,2031,5,21000,23000 +GEO,2031,6,22000,23000 +GEO,2031,7,22000,24000 +GEO,2031,8,23000,24000 +GEO,2031,9,23000,25000 +GEO,2031,10,24000,25000 +GEO,2031,11,25000,26000 +GEO,2031,12,25000,27000 +GEO,2031,13,26000,27000 +GEO,2031,14,26000,28000 +GEO,2031,15,27000,28000 +GEO,2031,16,27000,29000 +GEO,2031,17,27000,29000 +GEO,2031,18,27000,29000 +GEO,2032,0,21000,22000 +GEO,2032,1,21000,22000 +GEO,2032,2,21000,22000 +GEO,2032,3,21000,22000 +GEO,2032,4,21000,22000 +GEO,2032,5,21000,22000 +GEO,2032,6,21000,23000 +GEO,2032,7,22000,23000 +GEO,2032,8,22000,24000 +GEO,2032,9,23000,24000 +GEO,2032,10,23000,25000 +GEO,2032,11,24000,25000 +GEO,2032,12,25000,26000 +GEO,2032,13,25000,27000 +GEO,2032,14,26000,27000 +GEO,2032,15,26000,28000 +GEO,2032,16,26000,28000 +GEO,2032,17,27000,29000 +GEO,2032,18,27000,29000 +GEO,2033,0,21000,22000 +GEO,2033,1,21000,22000 +GEO,2033,2,21000,22000 +GEO,2033,3,21000,22000 +GEO,2033,4,21000,22000 +GEO,2033,5,21000,22000 +GEO,2033,6,21000,22000 +GEO,2033,7,21000,23000 +GEO,2033,8,22000,23000 +GEO,2033,9,22000,24000 +GEO,2033,10,23000,24000 +GEO,2033,11,23000,25000 +GEO,2033,12,24000,25000 +GEO,2033,13,24000,26000 +GEO,2033,14,25000,27000 +GEO,2033,15,25000,27000 +GEO,2033,16,26000,28000 +GEO,2033,17,26000,28000 +GEO,2033,18,27000,29000 +GEO,2034,0,21000,22000 +GEO,2034,1,21000,22000 +GEO,2034,2,20000,22000 +GEO,2034,3,20000,22000 +GEO,2034,4,21000,22000 +GEO,2034,5,21000,22000 +GEO,2034,6,21000,22000 +GEO,2034,7,21000,22000 +GEO,2034,8,21000,23000 +GEO,2034,9,22000,23000 +GEO,2034,10,22000,24000 +GEO,2034,11,23000,24000 +GEO,2034,12,23000,25000 +GEO,2034,13,24000,25000 +GEO,2034,14,24000,26000 +GEO,2034,15,25000,26000 +GEO,2034,16,25000,27000 +GEO,2034,17,26000,28000 +GEO,2034,18,26000,28000 +GEO,2035,0,21000,22000 +GEO,2035,1,21000,22000 +GEO,2035,2,20000,22000 +GEO,2035,3,20000,22000 +GEO,2035,4,20000,22000 +GEO,2035,5,20000,22000 +GEO,2035,6,21000,22000 +GEO,2035,7,21000,22000 +GEO,2035,8,21000,22000 +GEO,2035,9,21000,23000 +GEO,2035,10,22000,23000 +GEO,2035,11,22000,24000 +GEO,2035,12,23000,24000 +GEO,2035,13,23000,25000 +GEO,2035,14,24000,25000 +GEO,2035,15,24000,26000 +GEO,2035,16,25000,26000 +GEO,2035,17,25000,27000 +GEO,2035,18,26000,27000 +GEO,2036,0,21000,22000 +GEO,2036,1,21000,22000 +GEO,2036,2,21000,22000 +GEO,2036,3,20000,22000 +GEO,2036,4,20000,22000 +GEO,2036,5,20000,22000 +GEO,2036,6,20000,22000 +GEO,2036,7,21000,22000 +GEO,2036,8,21000,22000 +GEO,2036,9,21000,22000 +GEO,2036,10,21000,23000 +GEO,2036,11,22000,23000 +GEO,2036,12,22000,23000 +GEO,2036,13,23000,24000 +GEO,2036,14,23000,25000 +GEO,2036,15,24000,25000 +GEO,2036,16,24000,26000 +GEO,2036,17,25000,26000 +GEO,2036,18,25000,27000 +GEO,2037,0,21000,22000 +GEO,2037,1,21000,22000 +GEO,2037,2,21000,22000 +GEO,2037,3,21000,22000 +GEO,2037,4,20000,22000 +GEO,2037,5,20000,22000 +GEO,2037,6,20000,22000 +GEO,2037,7,20000,22000 +GEO,2037,8,21000,22000 +GEO,2037,9,21000,22000 +GEO,2037,10,21000,22000 +GEO,2037,11,21000,23000 +GEO,2037,12,22000,23000 +GEO,2037,13,22000,23000 +GEO,2037,14,23000,24000 +GEO,2037,15,23000,24000 +GEO,2037,16,24000,25000 +GEO,2037,17,24000,26000 +GEO,2037,18,25000,26000 +GEO,2038,0,21000,22000 +GEO,2038,1,21000,22000 +GEO,2038,2,21000,22000 +GEO,2038,3,21000,22000 +GEO,2038,4,20000,22000 +GEO,2038,5,20000,22000 +GEO,2038,6,20000,22000 +GEO,2038,7,20000,22000 +GEO,2038,8,20000,22000 +GEO,2038,9,21000,22000 +GEO,2038,10,21000,22000 +GEO,2038,11,21000,22000 +GEO,2038,12,21000,23000 +GEO,2038,13,22000,23000 +GEO,2038,14,22000,23000 +GEO,2038,15,23000,24000 +GEO,2038,16,23000,24000 +GEO,2038,17,24000,25000 +GEO,2038,18,24000,25000 +GEO,2039,0,21000,22000 +GEO,2039,1,21000,22000 +GEO,2039,2,21000,22000 +GEO,2039,3,20000,22000 +GEO,2039,4,20000,22000 +GEO,2039,5,20000,22000 +GEO,2039,6,20000,22000 +GEO,2039,7,20000,22000 +GEO,2039,8,20000,22000 +GEO,2039,9,20000,22000 +GEO,2039,10,21000,22000 +GEO,2039,11,21000,22000 +GEO,2039,12,21000,22000 +GEO,2039,13,21000,23000 +GEO,2039,14,22000,23000 +GEO,2039,15,22000,23000 +GEO,2039,16,22000,24000 +GEO,2039,17,23000,24000 +GEO,2039,18,23000,25000 +GEO,2040,0,21000,22000 +GEO,2040,1,21000,22000 +GEO,2040,2,21000,22000 +GEO,2040,3,21000,22000 +GEO,2040,4,20000,22000 +GEO,2040,5,20000,22000 +GEO,2040,6,20000,22000 +GEO,2040,7,20000,22000 +GEO,2040,8,20000,22000 +GEO,2040,9,20000,22000 +GEO,2040,10,20000,22000 +GEO,2040,11,21000,22000 +GEO,2040,12,21000,22000 +GEO,2040,13,21000,22000 +GEO,2040,14,21000,23000 +GEO,2040,15,22000,23000 +GEO,2040,16,22000,23000 +GEO,2040,17,22000,24000 +GEO,2040,18,23000,24000 +GEO,2041,0,21000,22000 +GEO,2041,1,21000,22000 +GEO,2041,2,21000,22000 +GEO,2041,3,21000,22000 +GEO,2041,4,21000,22000 +GEO,2041,5,20000,22000 +GEO,2041,6,20000,22000 +GEO,2041,7,20000,21000 +GEO,2041,8,20000,21000 +GEO,2041,9,20000,21000 +GEO,2041,10,20000,22000 +GEO,2041,11,20000,22000 +GEO,2041,12,21000,22000 +GEO,2041,13,21000,22000 +GEO,2041,14,21000,22000 +GEO,2041,15,21000,22000 +GEO,2041,16,22000,23000 +GEO,2041,17,22000,23000 +GEO,2041,18,22000,23000 +GEO,2042,0,21000,22000 +GEO,2042,1,21000,22000 +GEO,2042,2,21000,22000 +GEO,2042,3,21000,22000 +GEO,2042,4,21000,22000 +GEO,2042,5,20000,22000 +GEO,2042,6,20000,22000 +GEO,2042,7,20000,22000 +GEO,2042,8,20000,21000 +GEO,2042,9,20000,21000 +GEO,2042,10,20000,21000 +GEO,2042,11,20000,21000 +GEO,2042,12,20000,22000 +GEO,2042,13,20000,22000 +GEO,2042,14,21000,22000 +GEO,2042,15,21000,22000 +GEO,2042,16,21000,22000 +GEO,2042,17,21000,23000 +GEO,2042,18,22000,23000 +GEO,2043,0,21000,22000 +GEO,2043,1,21000,22000 +GEO,2043,2,21000,22000 +GEO,2043,3,21000,22000 +GEO,2043,4,21000,22000 +GEO,2043,5,21000,22000 +GEO,2043,6,20000,22000 +GEO,2043,7,20000,22000 +GEO,2043,8,20000,22000 +GEO,2043,9,20000,21000 +GEO,2043,10,20000,21000 +GEO,2043,11,20000,21000 +GEO,2043,12,20000,21000 +GEO,2043,13,20000,22000 +GEO,2043,14,20000,22000 +GEO,2043,15,21000,22000 +GEO,2043,16,21000,22000 +GEO,2043,17,21000,22000 +GEO,2043,18,21000,22000 +GEO,2044,0,21000,22000 +GEO,2044,1,21000,22000 +GEO,2044,2,21000,22000 +GEO,2044,3,21000,22000 +GEO,2044,4,21000,22000 +GEO,2044,5,21000,22000 +GEO,2044,6,21000,22000 +GEO,2044,7,20000,22000 +GEO,2044,8,20000,22000 +GEO,2044,9,20000,21000 +GEO,2044,10,20000,21000 +GEO,2044,11,20000,21000 +GEO,2044,12,20000,21000 +GEO,2044,13,20000,21000 +GEO,2044,14,20000,21000 +GEO,2044,15,20000,22000 +GEO,2044,16,20000,22000 +GEO,2044,17,21000,22000 +GEO,2044,18,21000,22000 +GEO,2045,0,21000,22000 +GEO,2045,1,21000,22000 +GEO,2045,2,21000,22000 +GEO,2045,3,21000,22000 +GEO,2045,4,21000,22000 +GEO,2045,5,21000,22000 +GEO,2045,6,21000,22000 +GEO,2045,7,20000,22000 +GEO,2045,8,20000,22000 +GEO,2045,9,20000,22000 +GEO,2045,10,20000,21000 +GEO,2045,11,20000,21000 +GEO,2045,12,20000,21000 +GEO,2045,13,20000,21000 +GEO,2045,14,20000,21000 +GEO,2045,15,20000,21000 +GEO,2045,16,20000,21000 +GEO,2045,17,20000,22000 +GEO,2045,18,21000,22000 +GEO,2046,0,20000,22000 +GEO,2046,1,21000,22000 +GEO,2046,2,21000,22000 +GEO,2046,3,21000,22000 +GEO,2046,4,21000,22000 +GEO,2046,5,21000,22000 +GEO,2046,6,21000,22000 +GEO,2046,7,21000,22000 +GEO,2046,8,20000,22000 +GEO,2046,9,20000,22000 +GEO,2046,10,20000,21000 +GEO,2046,11,20000,21000 +GEO,2046,12,20000,21000 +GEO,2046,13,20000,21000 +GEO,2046,14,20000,21000 +GEO,2046,15,20000,21000 +GEO,2046,16,20000,21000 +GEO,2046,17,20000,21000 +GEO,2046,18,20000,21000 +GEO,2047,0,20000,21000 +GEO,2047,1,20000,22000 +GEO,2047,2,20000,22000 +GEO,2047,3,21000,22000 +GEO,2047,4,21000,22000 +GEO,2047,5,21000,22000 +GEO,2047,6,21000,22000 +GEO,2047,7,21000,22000 +GEO,2047,8,20000,22000 +GEO,2047,9,20000,22000 +GEO,2047,10,20000,22000 +GEO,2047,11,20000,21000 +GEO,2047,12,20000,21000 +GEO,2047,13,20000,21000 +GEO,2047,14,20000,21000 +GEO,2047,15,20000,21000 +GEO,2047,16,20000,21000 +GEO,2047,17,20000,21000 +GEO,2047,18,20000,21000 +GEO,2048,0,20000,21000 +GEO,2048,1,20000,21000 +GEO,2048,2,20000,21000 +GEO,2048,3,20000,22000 +GEO,2048,4,20000,22000 +GEO,2048,5,21000,22000 +GEO,2048,6,21000,22000 +GEO,2048,7,21000,22000 +GEO,2048,8,21000,22000 +GEO,2048,9,20000,22000 +GEO,2048,10,20000,22000 +GEO,2048,11,20000,22000 +GEO,2048,12,20000,21000 +GEO,2048,13,20000,21000 +GEO,2048,14,20000,21000 +GEO,2048,15,20000,21000 +GEO,2048,16,20000,21000 +GEO,2048,17,20000,21000 +GEO,2048,18,20000,21000 +GEO,2049,0,20000,21000 +GEO,2049,1,20000,21000 +GEO,2049,2,20000,21000 +GEO,2049,3,20000,21000 +GEO,2049,4,20000,22000 +GEO,2049,5,20000,22000 +GEO,2049,6,20000,22000 +GEO,2049,7,21000,22000 +GEO,2049,8,21000,22000 +GEO,2049,9,20000,22000 +GEO,2049,10,20000,22000 +GEO,2049,11,20000,22000 +GEO,2049,12,20000,22000 +GEO,2049,13,20000,21000 +GEO,2049,14,20000,21000 +GEO,2049,15,20000,21000 +GEO,2049,16,20000,21000 +GEO,2049,17,20000,21000 +GEO,2049,18,20000,21000 +GEO,2050,0,19000,21000 +GEO,2050,1,20000,21000 +GEO,2050,2,20000,21000 +GEO,2050,3,20000,21000 +GEO,2050,4,20000,21000 +GEO,2050,5,20000,22000 +GEO,2050,6,20000,22000 +GEO,2050,7,20000,22000 +GEO,2050,8,20000,22000 +GEO,2050,9,20000,22000 +GEO,2050,10,20000,22000 +GEO,2050,11,20000,22000 +GEO,2050,12,20000,22000 +GEO,2050,13,20000,21000 +GEO,2050,14,20000,21000 +GEO,2050,15,20000,21000 +GEO,2050,16,20000,21000 +GEO,2050,17,20000,21000 +GEO,2050,18,20000,21000 +GHA,1990,0,268229,280953 +GHA,1990,1,258140,269772 +GHA,1990,2,248639,259327 +GHA,1990,3,239704,249585 +GHA,1990,4,231314,240509 +GHA,1990,5,223448,232067 +GHA,1990,6,216083,224222 +GHA,1990,7,209197,216941 +GHA,1990,8,202770,210188 +GHA,1990,9,196779,203930 +GHA,1990,10,191146,198088 +GHA,1990,11,185792,192584 +GHA,1990,12,180981,187601 +GHA,1990,13,176803,183188 +GHA,1990,14,173067,179182 +GHA,1990,15,169472,175340 +GHA,1990,16,166060,171677 +GHA,1990,17,162495,167910 +GHA,1990,18,158574,163860 +GHA,1991,0,271868,284725 +GHA,1991,1,265356,277639 +GHA,1991,2,255917,267246 +GHA,1991,3,246926,257418 +GHA,1991,4,238377,248143 +GHA,1991,5,230267,239405 +GHA,1991,6,222578,231178 +GHA,1991,7,215294,223433 +GHA,1991,8,208469,216222 +GHA,1991,9,202119,209555 +GHA,1991,10,196206,203379 +GHA,1991,11,190598,197556 +GHA,1991,12,185231,192025 +GHA,1991,13,180397,187005 +GHA,1991,14,176199,182562 +GHA,1991,15,172442,178528 +GHA,1991,16,168814,174642 +GHA,1991,17,165357,170923 +GHA,1991,18,161759,167113 +GHA,1992,0,274883,287717 +GHA,1992,1,267070,279085 +GHA,1992,2,262761,274653 +GHA,1992,3,253963,265034 +GHA,1992,4,245472,255812 +GHA,1992,5,237300,246993 +GHA,1992,6,229460,238583 +GHA,1992,7,221940,230561 +GHA,1992,8,214731,222908 +GHA,1992,9,207959,215758 +GHA,1992,10,201680,209168 +GHA,1992,11,195839,203068 +GHA,1992,12,190250,197257 +GHA,1992,13,184863,191692 +GHA,1992,14,180002,186629 +GHA,1992,15,175779,182150 +GHA,1992,16,171998,178084 +GHA,1992,17,168332,174150 +GHA,1992,18,164828,170370 +GHA,1993,0,277711,290441 +GHA,1993,1,271173,283289 +GHA,1993,2,264390,275924 +GHA,1993,3,260256,271775 +GHA,1993,4,252097,262928 +GHA,1993,5,244103,254309 +GHA,1993,6,236306,245943 +GHA,1993,7,228733,237857 +GHA,1993,8,221381,230038 +GHA,1993,9,214244,222472 +GHA,1993,10,207522,215381 +GHA,1993,11,201311,208867 +GHA,1993,12,195540,202839 +GHA,1993,13,189969,197039 +GHA,1993,14,184561,191436 +GHA,1993,15,179670,186329 +GHA,1993,16,175421,181813 +GHA,1993,17,171614,177712 +GHA,1993,18,167910,173728 +GHA,1994,0,281002,293666 +GHA,1994,1,275368,287580 +GHA,1994,2,269320,281075 +GHA,1994,3,262923,274222 +GHA,1994,4,257638,268768 +GHA,1994,5,250121,260698 +GHA,1994,6,242629,252686 +GHA,1994,7,235210,244777 +GHA,1994,8,227908,237019 +GHA,1994,9,220726,229406 +GHA,1994,10,213664,221933 +GHA,1994,11,206995,214903 +GHA,1994,12,200856,208467 +GHA,1994,13,195158,202516 +GHA,1994,14,189606,196728 +GHA,1994,15,184179,191091 +GHA,1994,16,179261,185941 +GHA,1994,17,174987,181390 +GHA,1994,18,171156,177257 +GHA,1995,0,285226,297951 +GHA,1995,1,279878,292220 +GHA,1995,2,274100,286046 +GHA,1995,3,267954,279493 +GHA,1995,4,261503,272630 +GHA,1995,5,254812,265522 +GHA,1995,6,247943,258236 +GHA,1995,7,240959,250837 +GHA,1995,8,233923,243394 +GHA,1995,9,226899,235971 +GHA,1995,10,219894,228571 +GHA,1995,11,212912,221196 +GHA,1995,12,206302,214234 +GHA,1995,13,200239,207882 +GHA,1995,14,194618,202012 +GHA,1995,15,189090,196241 +GHA,1995,16,183649,190575 +GHA,1995,17,178708,185389 +GHA,1995,18,174413,180806 +GHA,1996,0,291334,304371 +GHA,1996,1,283692,296205 +GHA,1996,2,278138,290293 +GHA,1996,3,272319,284123 +GHA,1996,4,266267,277722 +GHA,1996,5,260010,271116 +GHA,1996,6,253616,264378 +GHA,1996,7,247149,257581 +GHA,1996,8,240457,250524 +GHA,1996,9,233493,243143 +GHA,1996,10,226398,235601 +GHA,1996,11,219370,228135 +GHA,1996,12,212382,220708 +GHA,1996,13,205739,213667 +GHA,1996,14,199617,207210 +GHA,1996,15,193918,201221 +GHA,1996,16,188304,195318 +GHA,1996,17,182767,189508 +GHA,1996,18,177749,184204 +GHA,1997,0,298418,311884 +GHA,1997,1,291374,304277 +GHA,1997,2,281893,294156 +GHA,1997,3,276137,288070 +GHA,1997,4,270285,281911 +GHA,1997,5,264332,275667 +GHA,1997,6,258274,269325 +GHA,1997,7,252182,262965 +GHA,1997,8,246126,256664 +GHA,1997,9,239730,249956 +GHA,1997,10,232844,242645 +GHA,1997,11,225686,234992 +GHA,1997,12,218642,227468 +GHA,1997,13,211655,219997 +GHA,1997,14,204985,212882 +GHA,1997,15,198809,206328 +GHA,1997,16,193038,200224 +GHA,1997,17,187343,194196 +GHA,1997,18,181715,188248 +GHA,1998,0,305816,319776 +GHA,1998,1,297340,310554 +GHA,1998,2,289362,301946 +GHA,1998,3,279983,291979 +GHA,1998,4,274028,285720 +GHA,1998,5,268144,279575 +GHA,1998,6,262292,273491 +GHA,1998,7,256436,267417 +GHA,1998,8,250649,261437 +GHA,1998,9,245004,255635 +GHA,1998,10,238908,249277 +GHA,1998,11,232104,242040 +GHA,1998,12,224884,234279 +GHA,1998,13,217827,226700 +GHA,1998,14,210843,219188 +GHA,1998,15,204150,212004 +GHA,1998,16,197922,205355 +GHA,1998,17,192081,199140 +GHA,1998,18,186308,192989 +GHA,1999,0,312591,327034 +GHA,1999,1,303013,316536 +GHA,1999,2,294244,307020 +GHA,1999,3,286193,298374 +GHA,1999,4,278166,289903 +GHA,1999,5,272010,283470 +GHA,1999,6,266091,277337 +GHA,1999,7,260340,271411 +GHA,1999,8,254683,265601 +GHA,1999,9,249199,259999 +GHA,1999,10,243963,254693 +GHA,1999,11,238165,248684 +GHA,1999,12,231439,241518 +GHA,1999,13,224156,233647 +GHA,1999,14,217083,226010 +GHA,1999,15,210100,218455 +GHA,1999,16,203381,211198 +GHA,1999,17,197100,204453 +GHA,1999,18,191188,198125 +GHA,2000,0,318086,332938 +GHA,2000,1,308127,321942 +GHA,2000,2,299098,312085 +GHA,2000,3,290893,303235 +GHA,2000,4,283407,295262 +GHA,2000,5,276536,288036 +GHA,2000,6,270175,281425 +GHA,2000,7,264219,275299 +GHA,2000,8,258563,269526 +GHA,2000,9,253102,263977 +GHA,2000,10,247917,258748 +GHA,2000,11,243087,253935 +GHA,2000,12,237583,248271 +GHA,2000,13,230930,241169 +GHA,2000,14,223579,233183 +GHA,2000,15,216486,225483 +GHA,2000,16,209499,217879 +GHA,2000,17,202750,210545 +GHA,2000,18,196412,203698 +GHA,2001,0,321123,336185 +GHA,2001,1,314797,329089 +GHA,2001,2,305602,319018 +GHA,2001,3,297128,309848 +GHA,2001,4,289299,301483 +GHA,2001,5,282043,293824 +GHA,2001,6,275257,286746 +GHA,2001,7,268837,280123 +GHA,2001,8,262855,273994 +GHA,2001,9,257294,268314 +GHA,2001,10,251995,262903 +GHA,2001,11,246894,257727 +GHA,2001,12,242106,252914 +GHA,2001,13,236625,247233 +GHA,2001,14,229977,240105 +GHA,2001,15,222618,232086 +GHA,2001,16,215508,224341 +GHA,2001,17,208495,216681 +GHA,2001,18,201732,209307 +GHA,2002,0,323029,338264 +GHA,2002,1,314926,329074 +GHA,2002,2,311836,325612 +GHA,2002,3,303395,316452 +GHA,2002,4,295466,307959 +GHA,2002,5,288005,300068 +GHA,2002,6,280971,292714 +GHA,2002,7,274262,285776 +GHA,2002,8,267777,279134 +GHA,2002,9,261762,272994 +GHA,2002,10,256291,267400 +GHA,2002,11,251147,262122 +GHA,2002,12,246126,256993 +GHA,2002,13,241374,252174 +GHA,2002,14,235911,246470 +GHA,2002,15,229261,239309 +GHA,2002,16,221886,231248 +GHA,2002,17,214753,223450 +GHA,2002,18,207706,215724 +GHA,2003,0,324659,340029 +GHA,2003,1,318132,332453 +GHA,2003,2,311674,325155 +GHA,2003,3,309118,322420 +GHA,2003,4,301423,314162 +GHA,2003,5,294033,306339 +GHA,2003,6,286935,298915 +GHA,2003,7,280117,291859 +GHA,2003,8,273480,285055 +GHA,2003,9,266924,278388 +GHA,2003,10,260873,272232 +GHA,2003,11,255487,266719 +GHA,2003,12,250494,261569 +GHA,2003,13,245549,256484 +GHA,2003,14,240831,251654 +GHA,2003,15,235381,245922 +GHA,2003,16,228724,238721 +GHA,2003,17,221326,230612 +GHA,2003,18,214164,222754 +GHA,2004,0,327221,342690 +GHA,2004,1,321909,336392 +GHA,2004,2,316350,330033 +GHA,2004,3,310577,323630 +GHA,2004,4,306517,319385 +GHA,2004,5,299567,312027 +GHA,2004,6,292713,304869 +GHA,2004,7,285975,297911 +GHA,2004,8,279371,291150 +GHA,2004,9,272803,284476 +GHA,2004,10,266175,277780 +GHA,2004,11,260085,271606 +GHA,2004,12,254782,266171 +GHA,2004,13,249938,261147 +GHA,2004,14,245067,256102 +GHA,2004,15,240380,251260 +GHA,2004,16,234941,245496 +GHA,2004,17,228274,238252 +GHA,2004,18,220852,230090 +GHA,2005,0,331588,347128 +GHA,2005,1,326685,341310 +GHA,2005,2,321422,335302 +GHA,2005,3,315849,329134 +GHA,2005,4,310016,322838 +GHA,2005,5,303972,316444 +GHA,2005,6,297766,309986 +GHA,2005,7,291449,303493 +GHA,2005,8,285070,296997 +GHA,2005,9,278678,290529 +GHA,2005,10,272179,283985 +GHA,2005,11,265477,277258 +GHA,2005,12,259346,271063 +GHA,2005,13,254125,265705 +GHA,2005,14,249429,260805 +GHA,2005,15,244632,255799 +GHA,2005,16,239975,250943 +GHA,2005,17,234547,245146 +GHA,2005,18,227869,237856 +GHA,2006,0,337679,353015 +GHA,2006,1,330530,345537 +GHA,2006,2,325291,339533 +GHA,2006,3,319878,333500 +GHA,2006,4,314306,327436 +GHA,2006,5,308593,321341 +GHA,2006,6,302789,315251 +GHA,2006,7,296944,309202 +GHA,2006,8,290902,303009 +GHA,2006,9,284607,296599 +GHA,2006,10,278182,290080 +GHA,2006,11,271707,283533 +GHA,2006,12,265053,276819 +GHA,2006,13,258958,270631 +GHA,2006,14,253762,265282 +GHA,2006,15,249083,260392 +GHA,2006,16,244296,255384 +GHA,2006,17,239639,250515 +GHA,2006,18,234219,244718 +GHA,2007,0,345418,360534 +GHA,2007,1,338660,353064 +GHA,2007,2,329503,344047 +GHA,2007,3,323927,337856 +GHA,2007,4,318363,331796 +GHA,2007,5,312793,325834 +GHA,2007,6,307199,319939 +GHA,2007,7,301634,314150 +GHA,2007,8,296150,308508 +GHA,2007,9,290382,302614 +GHA,2007,10,284172,296287 +GHA,2007,11,277712,289716 +GHA,2007,12,271260,283165 +GHA,2007,13,264653,276461 +GHA,2007,14,258594,270277 +GHA,2007,15,253423,264936 +GHA,2007,16,248760,260055 +GHA,2007,17,243982,255044 +GHA,2007,18,239325,250161 +GHA,2008,0,354229,369193 +GHA,2008,1,345756,360108 +GHA,2008,2,337832,351681 +GHA,2008,3,328467,342593 +GHA,2008,4,322554,336213 +GHA,2008,5,316839,330126 +GHA,2008,6,311270,324267 +GHA,2008,7,305796,318570 +GHA,2008,8,300471,313082 +GHA,2008,9,295348,307847 +GHA,2008,10,289854,302251 +GHA,2008,11,283728,296007 +GHA,2008,12,277235,289382 +GHA,2008,13,270806,282826 +GHA,2008,14,264247,276132 +GHA,2008,15,258224,269952 +GHA,2008,16,253077,264619 +GHA,2008,17,248431,259745 +GHA,2008,18,243661,254731 +GHA,2009,0,363251,378245 +GHA,2009,1,353173,367607 +GHA,2009,2,344026,358000 +GHA,2009,3,335714,349318 +GHA,2009,4,327390,341112 +GHA,2009,5,321142,334544 +GHA,2009,6,315276,328430 +GHA,2009,7,309709,322673 +GHA,2009,8,304355,317176 +GHA,2009,9,299270,311990 +GHA,2009,10,294508,307162 +GHA,2009,11,289290,301864 +GHA,2009,12,283250,295704 +GHA,2009,13,276723,289025 +GHA,2009,14,270318,282466 +GHA,2009,15,263808,275782 +GHA,2009,16,257821,269606 +GHA,2009,17,252700,264280 +GHA,2009,18,248070,259415 +GHA,2010,0,371781,387053 +GHA,2010,1,360590,375284 +GHA,2010,2,350556,364777 +GHA,2010,3,341562,355402 +GHA,2010,4,333490,347029 +GHA,2010,5,326222,339530 +GHA,2010,6,319640,332775 +GHA,2010,7,313626,326636 +GHA,2010,8,308062,320984 +GHA,2010,9,302830,315688 +GHA,2010,10,297986,310804 +GHA,2010,11,293588,306386 +GHA,2010,12,288645,301387 +GHA,2010,13,282693,295313 +GHA,2010,14,276135,288583 +GHA,2010,15,269756,282021 +GHA,2010,16,263295,275350 +GHA,2010,17,257347,269180 +GHA,2010,18,252253,263863 +GHA,2011,0,380122,395980 +GHA,2011,1,369583,384761 +GHA,2011,2,358993,373632 +GHA,2011,3,349391,363596 +GHA,2011,4,340684,354546 +GHA,2011,5,332779,346377 +GHA,2011,6,325558,338963 +GHA,2011,7,318906,332176 +GHA,2011,8,312848,326014 +GHA,2011,9,307340,320412 +GHA,2011,10,302215,315202 +GHA,2011,11,297417,310341 +GHA,2011,12,293030,305908 +GHA,2011,13,288071,300872 +GHA,2011,14,282068,294736 +GHA,2011,15,275437,287930 +GHA,2011,16,268982,281285 +GHA,2011,17,262438,274522 +GHA,2011,18,256423,268279 +GHA,2012,0,388013,404709 +GHA,2012,1,376107,391935 +GHA,2012,2,367273,382340 +GHA,2012,3,357287,371855 +GHA,2012,4,348119,362293 +GHA,2012,5,339701,353572 +GHA,2012,6,331965,345610 +GHA,2012,7,324795,338282 +GHA,2012,8,318074,331466 +GHA,2012,9,311975,325283 +GHA,2012,10,306524,319732 +GHA,2012,11,301509,314610 +GHA,2012,12,296757,309773 +GHA,2012,13,292382,305328 +GHA,2012,14,287408,300257 +GHA,2012,15,281356,294062 +GHA,2012,16,274655,287180 +GHA,2012,17,268126,280454 +GHA,2012,18,261500,273602 +GHA,2013,0,395097,412710 +GHA,2013,1,383516,400063 +GHA,2013,2,372847,388520 +GHA,2013,3,364895,379835 +GHA,2013,4,355515,369996 +GHA,2013,5,346784,360911 +GHA,2013,6,338657,352521 +GHA,2013,7,331091,344767 +GHA,2013,8,323972,337527 +GHA,2013,9,317185,330683 +GHA,2013,10,311045,324480 +GHA,2013,11,305652,318983 +GHA,2013,12,300747,313949 +GHA,2013,13,296043,309139 +GHA,2013,14,291681,304682 +GHA,2013,15,286693,299576 +GHA,2013,16,280594,293323 +GHA,2013,17,273823,286368 +GHA,2013,18,267221,279562 +GHA,2014,0,400978,419365 +GHA,2014,1,390176,407366 +GHA,2014,2,379992,396197 +GHA,2014,3,370395,385804 +GHA,2014,4,362521,377330 +GHA,2014,5,353747,368137 +GHA,2014,6,345451,359528 +GHA,2014,7,337615,351469 +GHA,2014,8,330220,343922 +GHA,2014,9,323153,336772 +GHA,2014,10,316299,329899 +GHA,2014,11,310118,323677 +GHA,2014,12,304783,318233 +GHA,2014,13,299989,313287 +GHA,2014,14,295332,308502 +GHA,2014,15,290983,304034 +GHA,2014,16,285981,298894 +GHA,2014,17,279834,292583 +GHA,2014,18,272994,285555 +GHA,2015,0,405443,424302 +GHA,2015,1,395831,413487 +GHA,2015,2,386495,403149 +GHA,2015,3,377440,393278 +GHA,2015,4,368674,383860 +GHA,2015,5,360203,374883 +GHA,2015,6,352034,366334 +GHA,2015,7,344172,358200 +GHA,2015,8,336626,350470 +GHA,2015,9,329400,343131 +GHA,2015,10,322383,336067 +GHA,2015,11,315461,329165 +GHA,2015,12,309238,322923 +GHA,2015,13,303960,317532 +GHA,2015,14,299276,312673 +GHA,2015,15,294666,307914 +GHA,2015,16,290329,303433 +GHA,2015,17,285312,298257 +GHA,2015,18,279116,291888 +GHA,2016,0,407951,426904 +GHA,2016,1,403167,421648 +GHA,2016,2,394166,411617 +GHA,2016,3,385255,401833 +GHA,2016,4,376468,392319 +GHA,2016,5,367840,383096 +GHA,2016,6,359379,374153 +GHA,2016,7,351090,365480 +GHA,2016,8,343153,357261 +GHA,2016,9,335661,349583 +GHA,2016,10,328562,342371 +GHA,2016,11,321604,335352 +GHA,2016,12,314707,328449 +GHA,2016,13,308478,322178 +GHA,2016,14,303152,316729 +GHA,2016,15,298392,311792 +GHA,2016,16,293705,306950 +GHA,2016,17,289285,302378 +GHA,2016,18,284203,297132 +GHA,2017,0,409107,427876 +GHA,2017,1,403341,421319 +GHA,2017,2,401101,419227 +GHA,2017,3,392705,409975 +GHA,2017,4,384213,400740 +GHA,2017,5,375689,391577 +GHA,2017,6,367196,382544 +GHA,2017,7,358740,373630 +GHA,2017,8,350328,364828 +GHA,2017,9,342311,356519 +GHA,2017,10,334869,348890 +GHA,2017,11,327893,341801 +GHA,2017,12,320990,334822 +GHA,2017,13,314115,327914 +GHA,2017,14,307876,321612 +GHA,2017,15,302499,316102 +GHA,2017,16,297661,311084 +GHA,2017,17,292896,306156 +GHA,2017,18,288390,301491 +GHA,2018,0,409650,428084 +GHA,2018,1,406066,424028 +GHA,2018,2,401441,418945 +GHA,2018,3,399124,416907 +GHA,2018,4,391332,408432 +GHA,2018,5,383258,399742 +GHA,2018,6,374995,390929 +GHA,2018,7,366634,382083 +GHA,2018,8,358182,373197 +GHA,2018,9,349644,364264 +GHA,2018,10,341546,355863 +GHA,2018,11,334153,348280 +GHA,2018,12,327299,341312 +GHA,2018,13,320449,334372 +GHA,2018,14,313593,327457 +GHA,2018,15,307344,321123 +GHA,2018,16,301914,315550 +GHA,2018,17,296998,310450 +GHA,2018,18,292153,305435 +GHA,2019,0,411000,429000 +GHA,2019,1,409000,427000 +GHA,2019,2,406000,423000 +GHA,2019,3,401000,418000 +GHA,2019,4,397000,415000 +GHA,2019,5,390000,407000 +GHA,2019,6,382000,399000 +GHA,2019,7,374000,390000 +GHA,2019,8,366000,382000 +GHA,2019,9,358000,373000 +GHA,2019,10,349000,364000 +GHA,2019,11,341000,355000 +GHA,2019,12,333000,348000 +GHA,2019,13,327000,341000 +GHA,2019,14,320000,334000 +GHA,2019,15,313000,327000 +GHA,2019,16,307000,321000 +GHA,2019,17,301000,315000 +GHA,2019,18,296000,310000 +GHA,2020,0,413000,431000 +GHA,2020,1,412000,430000 +GHA,2020,2,409000,427000 +GHA,2020,3,406000,423000 +GHA,2020,4,401000,418000 +GHA,2020,5,395000,412000 +GHA,2020,6,388000,405000 +GHA,2020,7,381000,398000 +GHA,2020,8,373000,389000 +GHA,2020,9,365000,381000 +GHA,2020,10,357000,372000 +GHA,2020,11,348000,363000 +GHA,2020,12,340000,354000 +GHA,2020,13,333000,347000 +GHA,2020,14,326000,340000 +GHA,2020,15,319000,333000 +GHA,2020,16,312000,326000 +GHA,2020,17,306000,320000 +GHA,2020,18,301000,314000 +GHA,2021,0,417000,435000 +GHA,2021,1,413000,431000 +GHA,2021,2,411000,429000 +GHA,2021,3,408000,426000 +GHA,2021,4,404000,422000 +GHA,2021,5,399000,417000 +GHA,2021,6,394000,411000 +GHA,2021,7,388000,405000 +GHA,2021,8,381000,397000 +GHA,2021,9,373000,389000 +GHA,2021,10,365000,381000 +GHA,2021,11,356000,372000 +GHA,2021,12,348000,363000 +GHA,2021,13,339000,354000 +GHA,2021,14,332000,346000 +GHA,2021,15,325000,340000 +GHA,2021,16,319000,333000 +GHA,2021,17,312000,326000 +GHA,2021,18,305000,319000 +GHA,2022,0,422000,441000 +GHA,2022,1,420000,438000 +GHA,2022,2,413000,430000 +GHA,2022,3,410000,428000 +GHA,2022,4,407000,424000 +GHA,2022,5,403000,420000 +GHA,2022,6,398000,415000 +GHA,2022,7,393000,410000 +GHA,2022,8,387000,404000 +GHA,2022,9,380000,397000 +GHA,2022,10,373000,389000 +GHA,2022,11,364000,380000 +GHA,2022,12,356000,371000 +GHA,2022,13,347000,362000 +GHA,2022,14,339000,353000 +GHA,2022,15,331000,346000 +GHA,2022,16,325000,339000 +GHA,2022,17,318000,332000 +GHA,2022,18,311000,325000 +GHA,2023,0,428000,447000 +GHA,2023,1,424000,443000 +GHA,2023,2,420000,438000 +GHA,2023,3,412000,430000 +GHA,2023,4,409000,427000 +GHA,2023,5,405000,423000 +GHA,2023,6,401000,418000 +GHA,2023,7,396000,414000 +GHA,2023,8,391000,408000 +GHA,2023,9,386000,403000 +GHA,2023,10,380000,396000 +GHA,2023,11,372000,388000 +GHA,2023,12,364000,380000 +GHA,2023,13,355000,371000 +GHA,2023,14,346000,361000 +GHA,2023,15,338000,353000 +GHA,2023,16,331000,345000 +GHA,2023,17,324000,338000 +GHA,2023,18,317000,331000 +GHA,2024,0,434000,454000 +GHA,2024,1,429000,447000 +GHA,2024,2,423000,442000 +GHA,2024,3,418000,436000 +GHA,2024,4,412000,429000 +GHA,2024,5,408000,425000 +GHA,2024,6,404000,421000 +GHA,2024,7,400000,417000 +GHA,2024,8,395000,412000 +GHA,2024,9,390000,407000 +GHA,2024,10,385000,402000 +GHA,2024,11,379000,396000 +GHA,2024,12,372000,388000 +GHA,2024,13,363000,379000 +GHA,2024,14,355000,370000 +GHA,2024,15,346000,361000 +GHA,2024,16,338000,352000 +GHA,2024,17,330000,344000 +GHA,2024,18,323000,337000 +GHA,2025,0,439000,459000 +GHA,2025,1,433000,452000 +GHA,2025,2,427000,445000 +GHA,2025,3,421000,439000 +GHA,2025,4,416000,434000 +GHA,2025,5,412000,429000 +GHA,2025,6,407000,424000 +GHA,2025,7,403000,420000 +GHA,2025,8,398000,415000 +GHA,2025,9,393000,410000 +GHA,2025,10,389000,406000 +GHA,2025,11,384000,401000 +GHA,2025,12,379000,396000 +GHA,2025,13,371000,388000 +GHA,2025,14,362000,378000 +GHA,2025,15,354000,369000 +GHA,2025,16,345000,360000 +GHA,2025,17,337000,351000 +GHA,2025,18,329000,344000 +GHA,2026,0,443000,464000 +GHA,2026,1,438000,457000 +GHA,2026,2,432000,450000 +GHA,2026,3,426000,444000 +GHA,2026,4,421000,439000 +GHA,2026,5,416000,433000 +GHA,2026,6,411000,428000 +GHA,2026,7,406000,424000 +GHA,2026,8,402000,419000 +GHA,2026,9,397000,414000 +GHA,2026,10,393000,410000 +GHA,2026,11,388000,405000 +GHA,2026,12,384000,401000 +GHA,2026,13,378000,395000 +GHA,2026,14,371000,387000 +GHA,2026,15,362000,378000 +GHA,2026,16,353000,369000 +GHA,2026,17,344000,359000 +GHA,2026,18,336000,351000 +GHA,2027,0,447000,467000 +GHA,2027,1,440000,460000 +GHA,2027,2,436000,455000 +GHA,2027,3,430000,449000 +GHA,2027,4,425000,443000 +GHA,2027,5,420000,438000 +GHA,2027,6,415000,433000 +GHA,2027,7,410000,428000 +GHA,2027,8,406000,423000 +GHA,2027,9,401000,418000 +GHA,2027,10,397000,414000 +GHA,2027,11,392000,409000 +GHA,2027,12,388000,405000 +GHA,2027,13,383000,400000 +GHA,2027,14,378000,394000 +GHA,2027,15,370000,386000 +GHA,2027,16,361000,377000 +GHA,2027,17,352000,368000 +GHA,2027,18,344000,358000 +GHA,2028,0,450000,470000 +GHA,2028,1,444000,463000 +GHA,2028,2,438000,457000 +GHA,2028,3,435000,454000 +GHA,2028,4,429000,448000 +GHA,2028,5,424000,442000 +GHA,2028,6,419000,437000 +GHA,2028,7,415000,432000 +GHA,2028,8,410000,427000 +GHA,2028,9,405000,422000 +GHA,2028,10,401000,418000 +GHA,2028,11,396000,413000 +GHA,2028,12,392000,409000 +GHA,2028,13,387000,404000 +GHA,2028,14,383000,400000 +GHA,2028,15,377000,394000 +GHA,2028,16,369000,386000 +GHA,2028,17,360000,376000 +GHA,2028,18,352000,367000 +GHA,2029,0,453000,473000 +GHA,2029,1,447000,467000 +GHA,2029,2,442000,461000 +GHA,2029,3,437000,456000 +GHA,2029,4,433000,452000 +GHA,2029,5,428000,446000 +GHA,2029,6,423000,441000 +GHA,2029,7,419000,436000 +GHA,2029,8,414000,432000 +GHA,2029,9,409000,427000 +GHA,2029,10,405000,422000 +GHA,2029,11,400000,417000 +GHA,2029,12,395000,413000 +GHA,2029,13,391000,408000 +GHA,2029,14,387000,404000 +GHA,2029,15,382000,399000 +GHA,2029,16,376000,393000 +GHA,2029,17,369000,385000 +GHA,2029,18,360000,376000 +GHA,2030,0,456000,477000 +GHA,2030,1,451000,471000 +GHA,2030,2,446000,465000 +GHA,2030,3,441000,460000 +GHA,2030,4,436000,455000 +GHA,2030,5,432000,450000 +GHA,2030,6,427000,445000 +GHA,2030,7,422000,440000 +GHA,2030,8,418000,436000 +GHA,2030,9,413000,431000 +GHA,2030,10,409000,426000 +GHA,2030,11,404000,421000 +GHA,2030,12,399000,416000 +GHA,2030,13,395000,412000 +GHA,2030,14,391000,408000 +GHA,2030,15,386000,403000 +GHA,2030,16,382000,399000 +GHA,2030,17,376000,393000 +GHA,2030,18,368000,385000 +GHA,2031,0,460000,481000 +GHA,2031,1,455000,475000 +GHA,2031,2,450000,470000 +GHA,2031,3,445000,464000 +GHA,2031,4,440000,459000 +GHA,2031,5,436000,454000 +GHA,2031,6,431000,449000 +GHA,2031,7,426000,444000 +GHA,2031,8,422000,440000 +GHA,2031,9,417000,435000 +GHA,2031,10,413000,430000 +GHA,2031,11,408000,426000 +GHA,2031,12,403000,421000 +GHA,2031,13,399000,416000 +GHA,2031,14,394000,412000 +GHA,2031,15,390000,407000 +GHA,2031,16,385000,402000 +GHA,2031,17,381000,398000 +GHA,2031,18,375000,392000 +GHA,2032,0,464000,485000 +GHA,2032,1,459000,479000 +GHA,2032,2,454000,474000 +GHA,2032,3,449000,469000 +GHA,2032,4,444000,463000 +GHA,2032,5,440000,458000 +GHA,2032,6,435000,453000 +GHA,2032,7,430000,449000 +GHA,2032,8,426000,444000 +GHA,2032,9,421000,439000 +GHA,2032,10,417000,435000 +GHA,2032,11,412000,430000 +GHA,2032,12,408000,425000 +GHA,2032,13,403000,420000 +GHA,2032,14,398000,415000 +GHA,2032,15,394000,411000 +GHA,2032,16,389000,406000 +GHA,2032,17,385000,402000 +GHA,2032,18,380000,397000 +GHA,2033,0,468000,489000 +GHA,2033,1,463000,483000 +GHA,2033,2,458000,478000 +GHA,2033,3,453000,473000 +GHA,2033,4,448000,467000 +GHA,2033,5,443000,462000 +GHA,2033,6,439000,457000 +GHA,2033,7,434000,453000 +GHA,2033,8,430000,448000 +GHA,2033,9,425000,443000 +GHA,2033,10,421000,439000 +GHA,2033,11,416000,434000 +GHA,2033,12,412000,429000 +GHA,2033,13,407000,425000 +GHA,2033,14,402000,420000 +GHA,2033,15,398000,415000 +GHA,2033,16,393000,410000 +GHA,2033,17,389000,406000 +GHA,2033,18,384000,401000 +GHA,2034,0,472000,494000 +GHA,2034,1,467000,487000 +GHA,2034,2,462000,482000 +GHA,2034,3,457000,476000 +GHA,2034,4,452000,471000 +GHA,2034,5,447000,466000 +GHA,2034,6,443000,461000 +GHA,2034,7,438000,456000 +GHA,2034,8,434000,452000 +GHA,2034,9,429000,447000 +GHA,2034,10,425000,443000 +GHA,2034,11,420000,438000 +GHA,2034,12,416000,434000 +GHA,2034,13,411000,429000 +GHA,2034,14,407000,424000 +GHA,2034,15,402000,419000 +GHA,2034,16,397000,414000 +GHA,2034,17,393000,410000 +GHA,2034,18,388000,405000 +GHA,2035,0,476000,498000 +GHA,2035,1,471000,492000 +GHA,2035,2,466000,486000 +GHA,2035,3,460000,480000 +GHA,2035,4,456000,475000 +GHA,2035,5,451000,470000 +GHA,2035,6,446000,465000 +GHA,2035,7,442000,460000 +GHA,2035,8,437000,455000 +GHA,2035,9,433000,451000 +GHA,2035,10,428000,446000 +GHA,2035,11,424000,442000 +GHA,2035,12,420000,437000 +GHA,2035,13,415000,433000 +GHA,2035,14,411000,428000 +GHA,2035,15,406000,424000 +GHA,2035,16,401000,419000 +GHA,2035,17,397000,414000 +GHA,2035,18,392000,409000 +GHA,2036,0,480000,502000 +GHA,2036,1,475000,496000 +GHA,2036,2,470000,491000 +GHA,2036,3,465000,485000 +GHA,2036,4,460000,479000 +GHA,2036,5,455000,474000 +GHA,2036,6,450000,469000 +GHA,2036,7,446000,464000 +GHA,2036,8,441000,460000 +GHA,2036,9,437000,455000 +GHA,2036,10,432000,450000 +GHA,2036,11,428000,446000 +GHA,2036,12,424000,442000 +GHA,2036,13,419000,437000 +GHA,2036,14,415000,432000 +GHA,2036,15,410000,428000 +GHA,2036,16,406000,423000 +GHA,2036,17,401000,418000 +GHA,2036,18,396000,413000 +GHA,2037,0,484000,506000 +GHA,2037,1,479000,500000 +GHA,2037,2,474000,495000 +GHA,2037,3,469000,489000 +GHA,2037,4,464000,484000 +GHA,2037,5,459000,479000 +GHA,2037,6,455000,474000 +GHA,2037,7,450000,469000 +GHA,2037,8,445000,464000 +GHA,2037,9,441000,459000 +GHA,2037,10,436000,455000 +GHA,2037,11,432000,450000 +GHA,2037,12,428000,446000 +GHA,2037,13,423000,441000 +GHA,2037,14,419000,437000 +GHA,2037,15,414000,432000 +GHA,2037,16,410000,427000 +GHA,2037,17,405000,422000 +GHA,2037,18,400000,417000 +GHA,2038,0,488000,510000 +GHA,2038,1,483000,504000 +GHA,2038,2,478000,498000 +GHA,2038,3,473000,494000 +GHA,2038,4,468000,488000 +GHA,2038,5,463000,483000 +GHA,2038,6,459000,478000 +GHA,2038,7,454000,473000 +GHA,2038,8,449000,468000 +GHA,2038,9,445000,463000 +GHA,2038,10,440000,459000 +GHA,2038,11,436000,454000 +GHA,2038,12,431000,450000 +GHA,2038,13,427000,445000 +GHA,2038,14,423000,441000 +GHA,2038,15,418000,436000 +GHA,2038,16,414000,431000 +GHA,2038,17,409000,426000 +GHA,2038,18,404000,421000 +GHA,2039,0,492000,514000 +GHA,2039,1,487000,508000 +GHA,2039,2,482000,503000 +GHA,2039,3,477000,497000 +GHA,2039,4,472000,492000 +GHA,2039,5,467000,487000 +GHA,2039,6,463000,482000 +GHA,2039,7,458000,477000 +GHA,2039,8,453000,472000 +GHA,2039,9,449000,467000 +GHA,2039,10,444000,463000 +GHA,2039,11,440000,458000 +GHA,2039,12,435000,454000 +GHA,2039,13,431000,449000 +GHA,2039,14,427000,445000 +GHA,2039,15,422000,440000 +GHA,2039,16,418000,435000 +GHA,2039,17,413000,431000 +GHA,2039,18,409000,426000 +GHA,2040,0,495000,518000 +GHA,2040,1,490000,512000 +GHA,2040,2,486000,507000 +GHA,2040,3,481000,501000 +GHA,2040,4,476000,496000 +GHA,2040,5,471000,491000 +GHA,2040,6,466000,486000 +GHA,2040,7,462000,481000 +GHA,2040,8,457000,476000 +GHA,2040,9,453000,471000 +GHA,2040,10,448000,467000 +GHA,2040,11,444000,462000 +GHA,2040,12,439000,457000 +GHA,2040,13,435000,453000 +GHA,2040,14,430000,449000 +GHA,2040,15,426000,444000 +GHA,2040,16,422000,440000 +GHA,2040,17,417000,435000 +GHA,2040,18,413000,430000 +GHA,2041,0,499000,522000 +GHA,2041,1,495000,517000 +GHA,2041,2,490000,511000 +GHA,2041,3,485000,506000 +GHA,2041,4,480000,501000 +GHA,2041,5,475000,495000 +GHA,2041,6,471000,490000 +GHA,2041,7,466000,486000 +GHA,2041,8,461000,481000 +GHA,2041,9,457000,476000 +GHA,2041,10,452000,471000 +GHA,2041,11,448000,466000 +GHA,2041,12,443000,462000 +GHA,2041,13,439000,457000 +GHA,2041,14,434000,452000 +GHA,2041,15,430000,448000 +GHA,2041,16,426000,443000 +GHA,2041,17,421000,439000 +GHA,2041,18,417000,434000 +GHA,2042,0,503000,526000 +GHA,2042,1,498000,520000 +GHA,2042,2,494000,516000 +GHA,2042,3,489000,510000 +GHA,2042,4,484000,505000 +GHA,2042,5,480000,500000 +GHA,2042,6,475000,495000 +GHA,2042,7,470000,490000 +GHA,2042,8,466000,485000 +GHA,2042,9,461000,480000 +GHA,2042,10,456000,475000 +GHA,2042,11,452000,471000 +GHA,2042,12,447000,466000 +GHA,2042,13,443000,461000 +GHA,2042,14,438000,457000 +GHA,2042,15,434000,452000 +GHA,2042,16,429000,447000 +GHA,2042,17,425000,443000 +GHA,2042,18,421000,438000 +GHA,2043,0,507000,529000 +GHA,2043,1,502000,524000 +GHA,2043,2,497000,519000 +GHA,2043,3,493000,514000 +GHA,2043,4,488000,509000 +GHA,2043,5,484000,504000 +GHA,2043,6,479000,499000 +GHA,2043,7,474000,494000 +GHA,2043,8,470000,489000 +GHA,2043,9,465000,484000 +GHA,2043,10,461000,480000 +GHA,2043,11,456000,475000 +GHA,2043,12,452000,470000 +GHA,2043,13,447000,466000 +GHA,2043,14,442000,461000 +GHA,2043,15,438000,456000 +GHA,2043,16,433000,451000 +GHA,2043,17,429000,447000 +GHA,2043,18,424000,442000 +GHA,2044,0,510000,533000 +GHA,2044,1,505000,528000 +GHA,2044,2,501000,523000 +GHA,2044,3,496000,518000 +GHA,2044,4,492000,513000 +GHA,2044,5,488000,508000 +GHA,2044,6,483000,503000 +GHA,2044,7,478000,498000 +GHA,2044,8,474000,493000 +GHA,2044,9,469000,489000 +GHA,2044,10,465000,484000 +GHA,2044,11,460000,479000 +GHA,2044,12,456000,474000 +GHA,2044,13,451000,470000 +GHA,2044,14,447000,465000 +GHA,2044,15,442000,460000 +GHA,2044,16,437000,456000 +GHA,2044,17,433000,451000 +GHA,2044,18,428000,446000 +GHA,2045,0,513000,536000 +GHA,2045,1,509000,531000 +GHA,2045,2,504000,526000 +GHA,2045,3,500000,521000 +GHA,2045,4,496000,517000 +GHA,2045,5,491000,512000 +GHA,2045,6,487000,507000 +GHA,2045,7,482000,502000 +GHA,2045,8,478000,497000 +GHA,2045,9,473000,493000 +GHA,2045,10,469000,488000 +GHA,2045,11,464000,483000 +GHA,2045,12,460000,479000 +GHA,2045,13,455000,474000 +GHA,2045,14,451000,469000 +GHA,2045,15,446000,464000 +GHA,2045,16,441000,460000 +GHA,2045,17,437000,455000 +GHA,2045,18,432000,450000 +GHA,2046,0,516000,539000 +GHA,2046,1,512000,535000 +GHA,2046,2,508000,530000 +GHA,2046,3,504000,526000 +GHA,2046,4,499000,521000 +GHA,2046,5,495000,516000 +GHA,2046,6,491000,511000 +GHA,2046,7,486000,507000 +GHA,2046,8,482000,502000 +GHA,2046,9,477000,497000 +GHA,2046,10,473000,492000 +GHA,2046,11,468000,488000 +GHA,2046,12,464000,483000 +GHA,2046,13,459000,478000 +GHA,2046,14,455000,473000 +GHA,2046,15,450000,469000 +GHA,2046,16,446000,464000 +GHA,2046,17,441000,459000 +GHA,2046,18,436000,454000 +GHA,2047,0,519000,542000 +GHA,2047,1,515000,538000 +GHA,2047,2,511000,534000 +GHA,2047,3,507000,529000 +GHA,2047,4,503000,525000 +GHA,2047,5,499000,520000 +GHA,2047,6,495000,515000 +GHA,2047,7,490000,511000 +GHA,2047,8,486000,506000 +GHA,2047,9,482000,501000 +GHA,2047,10,477000,497000 +GHA,2047,11,473000,492000 +GHA,2047,12,468000,487000 +GHA,2047,13,463000,483000 +GHA,2047,14,459000,478000 +GHA,2047,15,454000,473000 +GHA,2047,16,450000,468000 +GHA,2047,17,445000,463000 +GHA,2047,18,440000,458000 +GHA,2048,0,521000,544000 +GHA,2048,1,517000,540000 +GHA,2048,2,514000,536000 +GHA,2048,3,511000,533000 +GHA,2048,4,507000,528000 +GHA,2048,5,503000,524000 +GHA,2048,6,498000,519000 +GHA,2048,7,494000,515000 +GHA,2048,8,490000,510000 +GHA,2048,9,486000,506000 +GHA,2048,10,481000,501000 +GHA,2048,11,477000,496000 +GHA,2048,12,472000,492000 +GHA,2048,13,468000,487000 +GHA,2048,14,463000,482000 +GHA,2048,15,459000,477000 +GHA,2048,16,454000,472000 +GHA,2048,17,449000,467000 +GHA,2048,18,444000,462000 +GHA,2049,0,523000,547000 +GHA,2049,1,520000,543000 +GHA,2049,2,517000,539000 +GHA,2049,3,513000,535000 +GHA,2049,4,510000,532000 +GHA,2049,5,506000,527000 +GHA,2049,6,502000,523000 +GHA,2049,7,498000,519000 +GHA,2049,8,494000,514000 +GHA,2049,9,489000,510000 +GHA,2049,10,485000,505000 +GHA,2049,11,481000,500000 +GHA,2049,12,476000,496000 +GHA,2049,13,472000,491000 +GHA,2049,14,467000,486000 +GHA,2049,15,463000,482000 +GHA,2049,16,458000,477000 +GHA,2049,17,453000,472000 +GHA,2049,18,449000,467000 +GHA,2050,0,525000,549000 +GHA,2050,1,522000,545000 +GHA,2050,2,519000,542000 +GHA,2050,3,516000,538000 +GHA,2050,4,512000,534000 +GHA,2050,5,509000,530000 +GHA,2050,6,505000,526000 +GHA,2050,7,501000,522000 +GHA,2050,8,497000,518000 +GHA,2050,9,493000,513000 +GHA,2050,10,489000,509000 +GHA,2050,11,485000,504000 +GHA,2050,12,480000,500000 +GHA,2050,13,476000,495000 +GHA,2050,14,471000,490000 +GHA,2050,15,467000,486000 +GHA,2050,16,462000,481000 +GHA,2050,17,458000,476000 +GHA,2050,18,453000,471000 +GIB,1990,0,, +GIB,1990,1,, +GIB,1990,2,, +GIB,1990,3,, +GIB,1990,4,, +GIB,1990,5,, +GIB,1990,6,, +GIB,1990,7,, +GIB,1990,8,, +GIB,1990,9,, +GIB,1990,10,, +GIB,1990,11,, +GIB,1990,12,, +GIB,1990,13,, +GIB,1990,14,, +GIB,1990,15,, +GIB,1990,16,, +GIB,1990,17,, +GIB,1990,18,, +GIB,1991,0,, +GIB,1991,1,, +GIB,1991,2,, +GIB,1991,3,, +GIB,1991,4,, +GIB,1991,5,, +GIB,1991,6,, +GIB,1991,7,, +GIB,1991,8,, +GIB,1991,9,, +GIB,1991,10,, +GIB,1991,11,, +GIB,1991,12,, +GIB,1991,13,, +GIB,1991,14,, +GIB,1991,15,, +GIB,1991,16,, +GIB,1991,17,, +GIB,1991,18,, +GIB,1992,0,, +GIB,1992,1,, +GIB,1992,2,, +GIB,1992,3,, +GIB,1992,4,, +GIB,1992,5,, +GIB,1992,6,, +GIB,1992,7,, +GIB,1992,8,, +GIB,1992,9,, +GIB,1992,10,, +GIB,1992,11,, +GIB,1992,12,, +GIB,1992,13,, +GIB,1992,14,, +GIB,1992,15,, +GIB,1992,16,, +GIB,1992,17,, +GIB,1992,18,, +GIB,1993,0,, +GIB,1993,1,, +GIB,1993,2,, +GIB,1993,3,, +GIB,1993,4,, +GIB,1993,5,, +GIB,1993,6,, +GIB,1993,7,, +GIB,1993,8,, +GIB,1993,9,, +GIB,1993,10,, +GIB,1993,11,, +GIB,1993,12,, +GIB,1993,13,, +GIB,1993,14,, +GIB,1993,15,, +GIB,1993,16,, +GIB,1993,17,, +GIB,1993,18,, +GIB,1994,0,, +GIB,1994,1,, +GIB,1994,2,, +GIB,1994,3,, +GIB,1994,4,, +GIB,1994,5,, +GIB,1994,6,, +GIB,1994,7,, +GIB,1994,8,, +GIB,1994,9,, +GIB,1994,10,, +GIB,1994,11,, +GIB,1994,12,, +GIB,1994,13,, +GIB,1994,14,, +GIB,1994,15,, +GIB,1994,16,, +GIB,1994,17,, +GIB,1994,18,, +GIB,1995,0,, +GIB,1995,1,, +GIB,1995,2,, +GIB,1995,3,, +GIB,1995,4,, +GIB,1995,5,, +GIB,1995,6,, +GIB,1995,7,, +GIB,1995,8,, +GIB,1995,9,, +GIB,1995,10,, +GIB,1995,11,, +GIB,1995,12,, +GIB,1995,13,, +GIB,1995,14,, +GIB,1995,15,, +GIB,1995,16,, +GIB,1995,17,, +GIB,1995,18,, +GIB,1996,0,, +GIB,1996,1,, +GIB,1996,2,, +GIB,1996,3,, +GIB,1996,4,, +GIB,1996,5,, +GIB,1996,6,, +GIB,1996,7,, +GIB,1996,8,, +GIB,1996,9,, +GIB,1996,10,, +GIB,1996,11,, +GIB,1996,12,, +GIB,1996,13,, +GIB,1996,14,, +GIB,1996,15,, +GIB,1996,16,, +GIB,1996,17,, +GIB,1996,18,, +GIB,1997,0,, +GIB,1997,1,, +GIB,1997,2,, +GIB,1997,3,, +GIB,1997,4,, +GIB,1997,5,, +GIB,1997,6,, +GIB,1997,7,, +GIB,1997,8,, +GIB,1997,9,, +GIB,1997,10,, +GIB,1997,11,, +GIB,1997,12,, +GIB,1997,13,, +GIB,1997,14,, +GIB,1997,15,, +GIB,1997,16,, +GIB,1997,17,, +GIB,1997,18,, +GIB,1998,0,, +GIB,1998,1,, +GIB,1998,2,, +GIB,1998,3,, +GIB,1998,4,, +GIB,1998,5,, +GIB,1998,6,, +GIB,1998,7,, +GIB,1998,8,, +GIB,1998,9,, +GIB,1998,10,, +GIB,1998,11,, +GIB,1998,12,, +GIB,1998,13,, +GIB,1998,14,, +GIB,1998,15,, +GIB,1998,16,, +GIB,1998,17,, +GIB,1998,18,, +GIB,1999,0,, +GIB,1999,1,, +GIB,1999,2,, +GIB,1999,3,, +GIB,1999,4,, +GIB,1999,5,, +GIB,1999,6,, +GIB,1999,7,, +GIB,1999,8,, +GIB,1999,9,, +GIB,1999,10,, +GIB,1999,11,, +GIB,1999,12,, +GIB,1999,13,, +GIB,1999,14,, +GIB,1999,15,, +GIB,1999,16,, +GIB,1999,17,, +GIB,1999,18,, +GIB,2000,0,, +GIB,2000,1,, +GIB,2000,2,, +GIB,2000,3,, +GIB,2000,4,, +GIB,2000,5,, +GIB,2000,6,, +GIB,2000,7,, +GIB,2000,8,, +GIB,2000,9,, +GIB,2000,10,, +GIB,2000,11,, +GIB,2000,12,, +GIB,2000,13,, +GIB,2000,14,, +GIB,2000,15,, +GIB,2000,16,, +GIB,2000,17,, +GIB,2000,18,, +GIB,2001,0,, +GIB,2001,1,, +GIB,2001,2,, +GIB,2001,3,, +GIB,2001,4,, +GIB,2001,5,, +GIB,2001,6,, +GIB,2001,7,, +GIB,2001,8,, +GIB,2001,9,, +GIB,2001,10,, +GIB,2001,11,, +GIB,2001,12,, +GIB,2001,13,, +GIB,2001,14,, +GIB,2001,15,, +GIB,2001,16,, +GIB,2001,17,, +GIB,2001,18,, +GIB,2002,0,, +GIB,2002,1,, +GIB,2002,2,, +GIB,2002,3,, +GIB,2002,4,, +GIB,2002,5,, +GIB,2002,6,, +GIB,2002,7,, +GIB,2002,8,, +GIB,2002,9,, +GIB,2002,10,, +GIB,2002,11,, +GIB,2002,12,, +GIB,2002,13,, +GIB,2002,14,, +GIB,2002,15,, +GIB,2002,16,, +GIB,2002,17,, +GIB,2002,18,, +GIB,2003,0,, +GIB,2003,1,, +GIB,2003,2,, +GIB,2003,3,, +GIB,2003,4,, +GIB,2003,5,, +GIB,2003,6,, +GIB,2003,7,, +GIB,2003,8,, +GIB,2003,9,, +GIB,2003,10,, +GIB,2003,11,, +GIB,2003,12,, +GIB,2003,13,, +GIB,2003,14,, +GIB,2003,15,, +GIB,2003,16,, +GIB,2003,17,, +GIB,2003,18,, +GIB,2004,0,, +GIB,2004,1,, +GIB,2004,2,, +GIB,2004,3,, +GIB,2004,4,, +GIB,2004,5,, +GIB,2004,6,, +GIB,2004,7,, +GIB,2004,8,, +GIB,2004,9,, +GIB,2004,10,, +GIB,2004,11,, +GIB,2004,12,, +GIB,2004,13,, +GIB,2004,14,, +GIB,2004,15,, +GIB,2004,16,, +GIB,2004,17,, +GIB,2004,18,, +GIB,2005,0,, +GIB,2005,1,, +GIB,2005,2,, +GIB,2005,3,, +GIB,2005,4,, +GIB,2005,5,, +GIB,2005,6,, +GIB,2005,7,, +GIB,2005,8,, +GIB,2005,9,, +GIB,2005,10,, +GIB,2005,11,, +GIB,2005,12,, +GIB,2005,13,, +GIB,2005,14,, +GIB,2005,15,, +GIB,2005,16,, +GIB,2005,17,, +GIB,2005,18,, +GIB,2006,0,, +GIB,2006,1,, +GIB,2006,2,, +GIB,2006,3,, +GIB,2006,4,, +GIB,2006,5,, +GIB,2006,6,, +GIB,2006,7,, +GIB,2006,8,, +GIB,2006,9,, +GIB,2006,10,, +GIB,2006,11,, +GIB,2006,12,, +GIB,2006,13,, +GIB,2006,14,, +GIB,2006,15,, +GIB,2006,16,, +GIB,2006,17,, +GIB,2006,18,, +GIB,2007,0,, +GIB,2007,1,, +GIB,2007,2,, +GIB,2007,3,, +GIB,2007,4,, +GIB,2007,5,, +GIB,2007,6,, +GIB,2007,7,, +GIB,2007,8,, +GIB,2007,9,, +GIB,2007,10,, +GIB,2007,11,, +GIB,2007,12,, +GIB,2007,13,, +GIB,2007,14,, +GIB,2007,15,, +GIB,2007,16,, +GIB,2007,17,, +GIB,2007,18,, +GIB,2008,0,, +GIB,2008,1,, +GIB,2008,2,, +GIB,2008,3,, +GIB,2008,4,, +GIB,2008,5,, +GIB,2008,6,, +GIB,2008,7,, +GIB,2008,8,, +GIB,2008,9,, +GIB,2008,10,, +GIB,2008,11,, +GIB,2008,12,, +GIB,2008,13,, +GIB,2008,14,, +GIB,2008,15,, +GIB,2008,16,, +GIB,2008,17,, +GIB,2008,18,, +GIB,2009,0,, +GIB,2009,1,, +GIB,2009,2,, +GIB,2009,3,, +GIB,2009,4,, +GIB,2009,5,, +GIB,2009,6,, +GIB,2009,7,, +GIB,2009,8,, +GIB,2009,9,, +GIB,2009,10,, +GIB,2009,11,, +GIB,2009,12,, +GIB,2009,13,, +GIB,2009,14,, +GIB,2009,15,, +GIB,2009,16,, +GIB,2009,17,, +GIB,2009,18,, +GIB,2010,0,, +GIB,2010,1,, +GIB,2010,2,, +GIB,2010,3,, +GIB,2010,4,, +GIB,2010,5,, +GIB,2010,6,, +GIB,2010,7,, +GIB,2010,8,, +GIB,2010,9,, +GIB,2010,10,, +GIB,2010,11,, +GIB,2010,12,, +GIB,2010,13,, +GIB,2010,14,, +GIB,2010,15,, +GIB,2010,16,, +GIB,2010,17,, +GIB,2010,18,, +GIB,2011,0,, +GIB,2011,1,, +GIB,2011,2,, +GIB,2011,3,, +GIB,2011,4,, +GIB,2011,5,, +GIB,2011,6,, +GIB,2011,7,, +GIB,2011,8,, +GIB,2011,9,, +GIB,2011,10,, +GIB,2011,11,, +GIB,2011,12,, +GIB,2011,13,, +GIB,2011,14,, +GIB,2011,15,, +GIB,2011,16,, +GIB,2011,17,, +GIB,2011,18,, +GIB,2012,0,, +GIB,2012,1,, +GIB,2012,2,, +GIB,2012,3,, +GIB,2012,4,, +GIB,2012,5,, +GIB,2012,6,, +GIB,2012,7,, +GIB,2012,8,, +GIB,2012,9,, +GIB,2012,10,, +GIB,2012,11,, +GIB,2012,12,, +GIB,2012,13,, +GIB,2012,14,, +GIB,2012,15,, +GIB,2012,16,, +GIB,2012,17,, +GIB,2012,18,, +GIB,2013,0,, +GIB,2013,1,, +GIB,2013,2,, +GIB,2013,3,, +GIB,2013,4,, +GIB,2013,5,, +GIB,2013,6,, +GIB,2013,7,, +GIB,2013,8,, +GIB,2013,9,, +GIB,2013,10,, +GIB,2013,11,, +GIB,2013,12,, +GIB,2013,13,, +GIB,2013,14,, +GIB,2013,15,, +GIB,2013,16,, +GIB,2013,17,, +GIB,2013,18,, +GIB,2014,0,, +GIB,2014,1,, +GIB,2014,2,, +GIB,2014,3,, +GIB,2014,4,, +GIB,2014,5,, +GIB,2014,6,, +GIB,2014,7,, +GIB,2014,8,, +GIB,2014,9,, +GIB,2014,10,, +GIB,2014,11,, +GIB,2014,12,, +GIB,2014,13,, +GIB,2014,14,, +GIB,2014,15,, +GIB,2014,16,, +GIB,2014,17,, +GIB,2014,18,, +GIB,2015,0,, +GIB,2015,1,, +GIB,2015,2,, +GIB,2015,3,, +GIB,2015,4,, +GIB,2015,5,, +GIB,2015,6,, +GIB,2015,7,, +GIB,2015,8,, +GIB,2015,9,, +GIB,2015,10,, +GIB,2015,11,, +GIB,2015,12,, +GIB,2015,13,, +GIB,2015,14,, +GIB,2015,15,, +GIB,2015,16,, +GIB,2015,17,, +GIB,2015,18,, +GIB,2016,0,, +GIB,2016,1,, +GIB,2016,2,, +GIB,2016,3,, +GIB,2016,4,, +GIB,2016,5,, +GIB,2016,6,, +GIB,2016,7,, +GIB,2016,8,, +GIB,2016,9,, +GIB,2016,10,, +GIB,2016,11,, +GIB,2016,12,, +GIB,2016,13,, +GIB,2016,14,, +GIB,2016,15,, +GIB,2016,16,, +GIB,2016,17,, +GIB,2016,18,, +GIB,2017,0,, +GIB,2017,1,, +GIB,2017,2,, +GIB,2017,3,, +GIB,2017,4,, +GIB,2017,5,, +GIB,2017,6,, +GIB,2017,7,, +GIB,2017,8,, +GIB,2017,9,, +GIB,2017,10,, +GIB,2017,11,, +GIB,2017,12,, +GIB,2017,13,, +GIB,2017,14,, +GIB,2017,15,, +GIB,2017,16,, +GIB,2017,17,, +GIB,2017,18,, +GIB,2018,0,, +GIB,2018,1,, +GIB,2018,2,, +GIB,2018,3,, +GIB,2018,4,, +GIB,2018,5,, +GIB,2018,6,, +GIB,2018,7,, +GIB,2018,8,, +GIB,2018,9,, +GIB,2018,10,, +GIB,2018,11,, +GIB,2018,12,, +GIB,2018,13,, +GIB,2018,14,, +GIB,2018,15,, +GIB,2018,16,, +GIB,2018,17,, +GIB,2018,18,, +GIB,2019,0,, +GIB,2019,1,, +GIB,2019,2,, +GIB,2019,3,, +GIB,2019,4,, +GIB,2019,5,, +GIB,2019,6,, +GIB,2019,7,, +GIB,2019,8,, +GIB,2019,9,, +GIB,2019,10,, +GIB,2019,11,, +GIB,2019,12,, +GIB,2019,13,, +GIB,2019,14,, +GIB,2019,15,, +GIB,2019,16,, +GIB,2019,17,, +GIB,2019,18,, +GIB,2020,0,, +GIB,2020,1,, +GIB,2020,2,, +GIB,2020,3,, +GIB,2020,4,, +GIB,2020,5,, +GIB,2020,6,, +GIB,2020,7,, +GIB,2020,8,, +GIB,2020,9,, +GIB,2020,10,, +GIB,2020,11,, +GIB,2020,12,, +GIB,2020,13,, +GIB,2020,14,, +GIB,2020,15,, +GIB,2020,16,, +GIB,2020,17,, +GIB,2020,18,, +GIB,2021,0,, +GIB,2021,1,, +GIB,2021,2,, +GIB,2021,3,, +GIB,2021,4,, +GIB,2021,5,, +GIB,2021,6,, +GIB,2021,7,, +GIB,2021,8,, +GIB,2021,9,, +GIB,2021,10,, +GIB,2021,11,, +GIB,2021,12,, +GIB,2021,13,, +GIB,2021,14,, +GIB,2021,15,, +GIB,2021,16,, +GIB,2021,17,, +GIB,2021,18,, +GIB,2022,0,, +GIB,2022,1,, +GIB,2022,2,, +GIB,2022,3,, +GIB,2022,4,, +GIB,2022,5,, +GIB,2022,6,, +GIB,2022,7,, +GIB,2022,8,, +GIB,2022,9,, +GIB,2022,10,, +GIB,2022,11,, +GIB,2022,12,, +GIB,2022,13,, +GIB,2022,14,, +GIB,2022,15,, +GIB,2022,16,, +GIB,2022,17,, +GIB,2022,18,, +GIB,2023,0,, +GIB,2023,1,, +GIB,2023,2,, +GIB,2023,3,, +GIB,2023,4,, +GIB,2023,5,, +GIB,2023,6,, +GIB,2023,7,, +GIB,2023,8,, +GIB,2023,9,, +GIB,2023,10,, +GIB,2023,11,, +GIB,2023,12,, +GIB,2023,13,, +GIB,2023,14,, +GIB,2023,15,, +GIB,2023,16,, +GIB,2023,17,, +GIB,2023,18,, +GIB,2024,0,, +GIB,2024,1,, +GIB,2024,2,, +GIB,2024,3,, +GIB,2024,4,, +GIB,2024,5,, +GIB,2024,6,, +GIB,2024,7,, +GIB,2024,8,, +GIB,2024,9,, +GIB,2024,10,, +GIB,2024,11,, +GIB,2024,12,, +GIB,2024,13,, +GIB,2024,14,, +GIB,2024,15,, +GIB,2024,16,, +GIB,2024,17,, +GIB,2024,18,, +GIB,2025,0,, +GIB,2025,1,, +GIB,2025,2,, +GIB,2025,3,, +GIB,2025,4,, +GIB,2025,5,, +GIB,2025,6,, +GIB,2025,7,, +GIB,2025,8,, +GIB,2025,9,, +GIB,2025,10,, +GIB,2025,11,, +GIB,2025,12,, +GIB,2025,13,, +GIB,2025,14,, +GIB,2025,15,, +GIB,2025,16,, +GIB,2025,17,, +GIB,2025,18,, +GIB,2026,0,, +GIB,2026,1,, +GIB,2026,2,, +GIB,2026,3,, +GIB,2026,4,, +GIB,2026,5,, +GIB,2026,6,, +GIB,2026,7,, +GIB,2026,8,, +GIB,2026,9,, +GIB,2026,10,, +GIB,2026,11,, +GIB,2026,12,, +GIB,2026,13,, +GIB,2026,14,, +GIB,2026,15,, +GIB,2026,16,, +GIB,2026,17,, +GIB,2026,18,, +GIB,2027,0,, +GIB,2027,1,, +GIB,2027,2,, +GIB,2027,3,, +GIB,2027,4,, +GIB,2027,5,, +GIB,2027,6,, +GIB,2027,7,, +GIB,2027,8,, +GIB,2027,9,, +GIB,2027,10,, +GIB,2027,11,, +GIB,2027,12,, +GIB,2027,13,, +GIB,2027,14,, +GIB,2027,15,, +GIB,2027,16,, +GIB,2027,17,, +GIB,2027,18,, +GIB,2028,0,, +GIB,2028,1,, +GIB,2028,2,, +GIB,2028,3,, +GIB,2028,4,, +GIB,2028,5,, +GIB,2028,6,, +GIB,2028,7,, +GIB,2028,8,, +GIB,2028,9,, +GIB,2028,10,, +GIB,2028,11,, +GIB,2028,12,, +GIB,2028,13,, +GIB,2028,14,, +GIB,2028,15,, +GIB,2028,16,, +GIB,2028,17,, +GIB,2028,18,, +GIB,2029,0,, +GIB,2029,1,, +GIB,2029,2,, +GIB,2029,3,, +GIB,2029,4,, +GIB,2029,5,, +GIB,2029,6,, +GIB,2029,7,, +GIB,2029,8,, +GIB,2029,9,, +GIB,2029,10,, +GIB,2029,11,, +GIB,2029,12,, +GIB,2029,13,, +GIB,2029,14,, +GIB,2029,15,, +GIB,2029,16,, +GIB,2029,17,, +GIB,2029,18,, +GIB,2030,0,, +GIB,2030,1,, +GIB,2030,2,, +GIB,2030,3,, +GIB,2030,4,, +GIB,2030,5,, +GIB,2030,6,, +GIB,2030,7,, +GIB,2030,8,, +GIB,2030,9,, +GIB,2030,10,, +GIB,2030,11,, +GIB,2030,12,, +GIB,2030,13,, +GIB,2030,14,, +GIB,2030,15,, +GIB,2030,16,, +GIB,2030,17,, +GIB,2030,18,, +GIB,2031,0,, +GIB,2031,1,, +GIB,2031,2,, +GIB,2031,3,, +GIB,2031,4,, +GIB,2031,5,, +GIB,2031,6,, +GIB,2031,7,, +GIB,2031,8,, +GIB,2031,9,, +GIB,2031,10,, +GIB,2031,11,, +GIB,2031,12,, +GIB,2031,13,, +GIB,2031,14,, +GIB,2031,15,, +GIB,2031,16,, +GIB,2031,17,, +GIB,2031,18,, +GIB,2032,0,, +GIB,2032,1,, +GIB,2032,2,, +GIB,2032,3,, +GIB,2032,4,, +GIB,2032,5,, +GIB,2032,6,, +GIB,2032,7,, +GIB,2032,8,, +GIB,2032,9,, +GIB,2032,10,, +GIB,2032,11,, +GIB,2032,12,, +GIB,2032,13,, +GIB,2032,14,, +GIB,2032,15,, +GIB,2032,16,, +GIB,2032,17,, +GIB,2032,18,, +GIB,2033,0,, +GIB,2033,1,, +GIB,2033,2,, +GIB,2033,3,, +GIB,2033,4,, +GIB,2033,5,, +GIB,2033,6,, +GIB,2033,7,, +GIB,2033,8,, +GIB,2033,9,, +GIB,2033,10,, +GIB,2033,11,, +GIB,2033,12,, +GIB,2033,13,, +GIB,2033,14,, +GIB,2033,15,, +GIB,2033,16,, +GIB,2033,17,, +GIB,2033,18,, +GIB,2034,0,, +GIB,2034,1,, +GIB,2034,2,, +GIB,2034,3,, +GIB,2034,4,, +GIB,2034,5,, +GIB,2034,6,, +GIB,2034,7,, +GIB,2034,8,, +GIB,2034,9,, +GIB,2034,10,, +GIB,2034,11,, +GIB,2034,12,, +GIB,2034,13,, +GIB,2034,14,, +GIB,2034,15,, +GIB,2034,16,, +GIB,2034,17,, +GIB,2034,18,, +GIB,2035,0,, +GIB,2035,1,, +GIB,2035,2,, +GIB,2035,3,, +GIB,2035,4,, +GIB,2035,5,, +GIB,2035,6,, +GIB,2035,7,, +GIB,2035,8,, +GIB,2035,9,, +GIB,2035,10,, +GIB,2035,11,, +GIB,2035,12,, +GIB,2035,13,, +GIB,2035,14,, +GIB,2035,15,, +GIB,2035,16,, +GIB,2035,17,, +GIB,2035,18,, +GIB,2036,0,, +GIB,2036,1,, +GIB,2036,2,, +GIB,2036,3,, +GIB,2036,4,, +GIB,2036,5,, +GIB,2036,6,, +GIB,2036,7,, +GIB,2036,8,, +GIB,2036,9,, +GIB,2036,10,, +GIB,2036,11,, +GIB,2036,12,, +GIB,2036,13,, +GIB,2036,14,, +GIB,2036,15,, +GIB,2036,16,, +GIB,2036,17,, +GIB,2036,18,, +GIB,2037,0,, +GIB,2037,1,, +GIB,2037,2,, +GIB,2037,3,, +GIB,2037,4,, +GIB,2037,5,, +GIB,2037,6,, +GIB,2037,7,, +GIB,2037,8,, +GIB,2037,9,, +GIB,2037,10,, +GIB,2037,11,, +GIB,2037,12,, +GIB,2037,13,, +GIB,2037,14,, +GIB,2037,15,, +GIB,2037,16,, +GIB,2037,17,, +GIB,2037,18,, +GIB,2038,0,, +GIB,2038,1,, +GIB,2038,2,, +GIB,2038,3,, +GIB,2038,4,, +GIB,2038,5,, +GIB,2038,6,, +GIB,2038,7,, +GIB,2038,8,, +GIB,2038,9,, +GIB,2038,10,, +GIB,2038,11,, +GIB,2038,12,, +GIB,2038,13,, +GIB,2038,14,, +GIB,2038,15,, +GIB,2038,16,, +GIB,2038,17,, +GIB,2038,18,, +GIB,2039,0,, +GIB,2039,1,, +GIB,2039,2,, +GIB,2039,3,, +GIB,2039,4,, +GIB,2039,5,, +GIB,2039,6,, +GIB,2039,7,, +GIB,2039,8,, +GIB,2039,9,, +GIB,2039,10,, +GIB,2039,11,, +GIB,2039,12,, +GIB,2039,13,, +GIB,2039,14,, +GIB,2039,15,, +GIB,2039,16,, +GIB,2039,17,, +GIB,2039,18,, +GIB,2040,0,, +GIB,2040,1,, +GIB,2040,2,, +GIB,2040,3,, +GIB,2040,4,, +GIB,2040,5,, +GIB,2040,6,, +GIB,2040,7,, +GIB,2040,8,, +GIB,2040,9,, +GIB,2040,10,, +GIB,2040,11,, +GIB,2040,12,, +GIB,2040,13,, +GIB,2040,14,, +GIB,2040,15,, +GIB,2040,16,, +GIB,2040,17,, +GIB,2040,18,, +GIB,2041,0,, +GIB,2041,1,, +GIB,2041,2,, +GIB,2041,3,, +GIB,2041,4,, +GIB,2041,5,, +GIB,2041,6,, +GIB,2041,7,, +GIB,2041,8,, +GIB,2041,9,, +GIB,2041,10,, +GIB,2041,11,, +GIB,2041,12,, +GIB,2041,13,, +GIB,2041,14,, +GIB,2041,15,, +GIB,2041,16,, +GIB,2041,17,, +GIB,2041,18,, +GIB,2042,0,, +GIB,2042,1,, +GIB,2042,2,, +GIB,2042,3,, +GIB,2042,4,, +GIB,2042,5,, +GIB,2042,6,, +GIB,2042,7,, +GIB,2042,8,, +GIB,2042,9,, +GIB,2042,10,, +GIB,2042,11,, +GIB,2042,12,, +GIB,2042,13,, +GIB,2042,14,, +GIB,2042,15,, +GIB,2042,16,, +GIB,2042,17,, +GIB,2042,18,, +GIB,2043,0,, +GIB,2043,1,, +GIB,2043,2,, +GIB,2043,3,, +GIB,2043,4,, +GIB,2043,5,, +GIB,2043,6,, +GIB,2043,7,, +GIB,2043,8,, +GIB,2043,9,, +GIB,2043,10,, +GIB,2043,11,, +GIB,2043,12,, +GIB,2043,13,, +GIB,2043,14,, +GIB,2043,15,, +GIB,2043,16,, +GIB,2043,17,, +GIB,2043,18,, +GIB,2044,0,, +GIB,2044,1,, +GIB,2044,2,, +GIB,2044,3,, +GIB,2044,4,, +GIB,2044,5,, +GIB,2044,6,, +GIB,2044,7,, +GIB,2044,8,, +GIB,2044,9,, +GIB,2044,10,, +GIB,2044,11,, +GIB,2044,12,, +GIB,2044,13,, +GIB,2044,14,, +GIB,2044,15,, +GIB,2044,16,, +GIB,2044,17,, +GIB,2044,18,, +GIB,2045,0,, +GIB,2045,1,, +GIB,2045,2,, +GIB,2045,3,, +GIB,2045,4,, +GIB,2045,5,, +GIB,2045,6,, +GIB,2045,7,, +GIB,2045,8,, +GIB,2045,9,, +GIB,2045,10,, +GIB,2045,11,, +GIB,2045,12,, +GIB,2045,13,, +GIB,2045,14,, +GIB,2045,15,, +GIB,2045,16,, +GIB,2045,17,, +GIB,2045,18,, +GIB,2046,0,, +GIB,2046,1,, +GIB,2046,2,, +GIB,2046,3,, +GIB,2046,4,, +GIB,2046,5,, +GIB,2046,6,, +GIB,2046,7,, +GIB,2046,8,, +GIB,2046,9,, +GIB,2046,10,, +GIB,2046,11,, +GIB,2046,12,, +GIB,2046,13,, +GIB,2046,14,, +GIB,2046,15,, +GIB,2046,16,, +GIB,2046,17,, +GIB,2046,18,, +GIB,2047,0,, +GIB,2047,1,, +GIB,2047,2,, +GIB,2047,3,, +GIB,2047,4,, +GIB,2047,5,, +GIB,2047,6,, +GIB,2047,7,, +GIB,2047,8,, +GIB,2047,9,, +GIB,2047,10,, +GIB,2047,11,, +GIB,2047,12,, +GIB,2047,13,, +GIB,2047,14,, +GIB,2047,15,, +GIB,2047,16,, +GIB,2047,17,, +GIB,2047,18,, +GIB,2048,0,, +GIB,2048,1,, +GIB,2048,2,, +GIB,2048,3,, +GIB,2048,4,, +GIB,2048,5,, +GIB,2048,6,, +GIB,2048,7,, +GIB,2048,8,, +GIB,2048,9,, +GIB,2048,10,, +GIB,2048,11,, +GIB,2048,12,, +GIB,2048,13,, +GIB,2048,14,, +GIB,2048,15,, +GIB,2048,16,, +GIB,2048,17,, +GIB,2048,18,, +GIB,2049,0,, +GIB,2049,1,, +GIB,2049,2,, +GIB,2049,3,, +GIB,2049,4,, +GIB,2049,5,, +GIB,2049,6,, +GIB,2049,7,, +GIB,2049,8,, +GIB,2049,9,, +GIB,2049,10,, +GIB,2049,11,, +GIB,2049,12,, +GIB,2049,13,, +GIB,2049,14,, +GIB,2049,15,, +GIB,2049,16,, +GIB,2049,17,, +GIB,2049,18,, +GIB,2050,0,, +GIB,2050,1,, +GIB,2050,2,, +GIB,2050,3,, +GIB,2050,4,, +GIB,2050,5,, +GIB,2050,6,, +GIB,2050,7,, +GIB,2050,8,, +GIB,2050,9,, +GIB,2050,10,, +GIB,2050,11,, +GIB,2050,12,, +GIB,2050,13,, +GIB,2050,14,, +GIB,2050,15,, +GIB,2050,16,, +GIB,2050,17,, +GIB,2050,18,, +GIN,1990,0,130191,130844 +GIN,1990,1,122851,123402 +GIN,1990,2,116206,116661 +GIN,1990,3,110206,110570 +GIN,1990,4,104797,105076 +GIN,1990,5,99929,100126 +GIN,1990,6,95548,95668 +GIN,1990,7,91603,91651 +GIN,1990,8,88042,88020 +GIN,1990,9,84814,84724 +GIN,1990,10,81914,81751 +GIN,1990,11,79339,79088 +GIN,1990,12,76795,76482 +GIN,1990,13,74130,73800 +GIN,1990,14,71441,71110 +GIN,1990,15,68966,68602 +GIN,1990,16,66653,66225 +GIN,1990,17,64454,63921 +GIN,1990,18,62365,61676 +GIN,1991,0,133505,134451 +GIN,1991,1,127467,128352 +GIN,1991,2,120678,121468 +GIN,1991,3,114509,115211 +GIN,1991,4,108912,109528 +GIN,1991,5,103839,104370 +GIN,1991,6,99247,99694 +GIN,1991,7,95093,95459 +GIN,1991,8,91300,91570 +GIN,1991,9,87805,87958 +GIN,1991,10,84580,84599 +GIN,1991,11,81653,81532 +GIN,1991,12,79017,78742 +GIN,1991,13,76417,75999 +GIN,1991,14,73729,73187 +GIN,1991,15,71034,70373 +GIN,1991,16,68535,67728 +GIN,1991,17,66185,65203 +GIN,1991,18,63957,62785 +GIN,1992,0,136719,137813 +GIN,1992,1,129531,130503 +GIN,1992,2,124815,125772 +GIN,1992,3,118572,119453 +GIN,1992,4,112876,113683 +GIN,1992,5,107679,108413 +GIN,1992,6,102938,103595 +GIN,1992,7,98619,99197 +GIN,1992,8,94690,95187 +GIN,1992,9,91046,91429 +GIN,1992,10,87616,87838 +GIN,1992,11,84392,84418 +GIN,1992,12,81436,81259 +GIN,1992,13,78737,78344 +GIN,1992,14,76081,75465 +GIN,1992,15,73368,72525 +GIN,1992,16,70667,69589 +GIN,1992,17,68141,66808 +GIN,1992,18,65753,64137 +GIN,1993,0,139870,140993 +GIN,1993,1,132840,133833 +GIN,1993,2,126385,127275 +GIN,1993,3,122217,123135 +GIN,1993,4,116519,117383 +GIN,1993,5,111291,112103 +GIN,1993,6,106492,107248 +GIN,1993,7,102081,102772 +GIN,1993,8,98034,98653 +GIN,1993,9,94328,94871 +GIN,1993,10,90831,91246 +GIN,1993,11,87464,87677 +GIN,1993,12,84240,84198 +GIN,1993,13,81255,80948 +GIN,1993,14,78491,77910 +GIN,1993,15,75778,74896 +GIN,1993,16,73038,71829 +GIN,1993,17,70329,68773 +GIN,1993,18,67776,65857 +GIN,1994,0,143034,144114 +GIN,1994,1,136163,137111 +GIN,1994,2,129822,130674 +GIN,1994,3,123972,124757 +GIN,1994,4,119665,120488 +GIN,1994,5,114509,115303 +GIN,1994,6,109748,110514 +GIN,1994,7,105345,106075 +GIN,1994,8,101263,101940 +GIN,1994,9,97486,98101 +GIN,1994,10,94002,94547 +GIN,1994,11,90651,91055 +GIN,1994,12,87345,87509 +GIN,1994,13,84121,83970 +GIN,1994,14,81104,80631 +GIN,1994,15,78275,77469 +GIN,1994,16,75503,74321 +GIN,1994,17,72737,71127 +GIN,1994,18,70019,67951 +GIN,1995,0,146256,147254 +GIN,1995,1,139514,140389 +GIN,1995,2,133267,134061 +GIN,1995,3,127479,128225 +GIN,1995,4,122117,122838 +GIN,1995,5,117146,117857 +GIN,1995,6,112530,113239 +GIN,1995,7,108236,108939 +GIN,1995,8,104229,104914 +GIN,1995,9,100474,101121 +GIN,1995,10,96967,97560 +GIN,1995,11,93704,94233 +GIN,1995,12,90497,90874 +GIN,1995,13,87253,87351 +GIN,1995,14,84027,83753 +GIN,1995,15,80978,80323 +GIN,1995,16,78083,77038 +GIN,1995,17,75251,73755 +GIN,1995,18,72457,70434 +GIN,1996,0,149396,150475 +GIN,1996,1,143700,144814 +GIN,1996,2,137409,138432 +GIN,1996,3,131566,132528 +GIN,1996,4,126136,127058 +GIN,1996,5,121085,121978 +GIN,1996,6,116386,117254 +GIN,1996,7,112011,112854 +GIN,1996,8,107882,108673 +GIN,1996,9,103944,104643 +GIN,1996,10,100189,100755 +GIN,1996,11,96661,97077 +GIN,1996,12,93349,93605 +GIN,1996,13,90094,90092 +GIN,1996,14,86820,86426 +GIN,1996,15,83574,82693 +GIN,1996,16,80489,79116 +GIN,1996,17,77545,75672 +GIN,1996,18,74676,72278 +GIN,1997,0,152645,153771 +GIN,1997,1,146061,147098 +GIN,1997,2,141244,142446 +GIN,1997,3,135398,136544 +GIN,1997,4,129956,131063 +GIN,1997,5,124881,125957 +GIN,1997,6,120137,121180 +GIN,1997,7,115706,116711 +GIN,1997,8,111570,112528 +GIN,1997,9,107603,108464 +GIN,1997,10,103731,104426 +GIN,1997,11,99974,100440 +GIN,1997,12,96422,96643 +GIN,1997,13,93060,93024 +GIN,1997,14,89754,89356 +GIN,1997,15,86447,85544 +GIN,1997,16,83179,81676 +GIN,1997,17,80055,77950 +GIN,1997,18,77061,74345 +GIN,1998,0,155839,156999 +GIN,1998,1,149300,150400 +GIN,1998,2,143223,144301 +GIN,1998,3,138784,140065 +GIN,1998,4,133385,134644 +GIN,1998,5,128344,129586 +GIN,1998,6,123624,124844 +GIN,1998,7,119188,120371 +GIN,1998,8,115026,116158 +GIN,1998,9,111129,112192 +GIN,1998,10,107324,108246 +GIN,1998,11,103518,104201 +GIN,1998,12,99758,100118 +GIN,1998,13,96183,96201 +GIN,1998,14,92770,92436 +GIN,1998,15,89413,88612 +GIN,1998,16,86073,84655 +GIN,1998,17,82784,80651 +GIN,1998,18,79621,76776 +GIN,1999,0,158772,159986 +GIN,1999,1,152289,153468 +GIN,1999,2,146266,147447 +GIN,1999,3,140668,141875 +GIN,1999,4,136224,137586 +GIN,1999,5,131275,132650 +GIN,1999,6,126639,128019 +GIN,1999,7,122277,123645 +GIN,1999,8,118152,119480 +GIN,1999,9,114263,115524 +GIN,1999,10,110608,111779 +GIN,1999,11,106967,107954 +GIN,1999,12,103231,103904 +GIN,1999,13,99471,99726 +GIN,1999,14,95875,95692 +GIN,1999,15,92414,91783 +GIN,1999,16,89007,87807 +GIN,1999,17,85638,83707 +GIN,1999,18,82330,79570 +GIN,2000,0,161318,162625 +GIN,2000,1,154918,156209 +GIN,2000,2,148976,150284 +GIN,2000,3,143454,144803 +GIN,2000,4,138313,139715 +GIN,2000,5,133516,134972 +GIN,2000,6,129023,130525 +GIN,2000,7,124796,126325 +GIN,2000,8,120797,122322 +GIN,2000,9,116988,118469 +GIN,2000,10,113375,114775 +GIN,2000,11,109964,111254 +GIN,2000,12,106493,107553 +GIN,2000,13,102830,103502 +GIN,2000,14,99074,99234 +GIN,2000,15,95461,95088 +GIN,2000,16,91955,91039 +GIN,2000,17,88504,86914 +GIN,2000,18,85109,82676 +GIN,2001,0,163826,165212 +GIN,2001,1,158575,160006 +GIN,2001,2,152625,154063 +GIN,2001,3,147085,148554 +GIN,2001,4,141915,143430 +GIN,2001,5,137077,138642 +GIN,2001,6,132538,134148 +GIN,2001,7,128268,129905 +GIN,2001,8,124190,125826 +GIN,2001,9,120250,121846 +GIN,2001,10,116432,117937 +GIN,2001,11,112787,114160 +GIN,2001,12,109319,110529 +GIN,2001,13,105766,106680 +GIN,2001,14,102008,102447 +GIN,2001,15,98146,97976 +GIN,2001,16,94415,93617 +GIN,2001,17,90779,89344 +GIN,2001,18,87225,85036 +GIN,2002,0,166031,167562 +GIN,2002,1,159846,161381 +GIN,2002,2,155731,157328 +GIN,2002,3,150236,151859 +GIN,2002,4,145101,146768 +GIN,2002,5,140286,142004 +GIN,2002,6,135753,137517 +GIN,2002,7,131476,133272 +GIN,2002,8,127431,129236 +GIN,2002,9,123505,125280 +GIN,2002,10,119627,121322 +GIN,2002,11,115802,117360 +GIN,2002,12,112126,113501 +GIN,2002,13,108603,109762 +GIN,2002,14,104972,105767 +GIN,2002,15,101120,101354 +GIN,2002,16,97155,96681 +GIN,2002,17,93309,92111 +GIN,2002,18,89546,87616 +GIN,2003,0,168124,169827 +GIN,2003,1,162067,163770 +GIN,2003,2,156448,158186 +GIN,2003,3,152883,154663 +GIN,2003,4,147842,149668 +GIN,2003,5,143111,144993 +GIN,2003,6,138652,140588 +GIN,2003,7,134424,136401 +GIN,2003,8,130409,132407 +GIN,2003,9,126589,128576 +GIN,2003,10,122814,124743 +GIN,2003,11,118997,120808 +GIN,2003,12,115167,116791 +GIN,2003,13,111461,112851 +GIN,2003,14,107883,109003 +GIN,2003,15,104173,104862 +GIN,2003,16,100228,100268 +GIN,2003,17,96161,95394 +GIN,2003,18,92199,90613 +GIN,2004,0,170363,172215 +GIN,2004,1,164427,166266 +GIN,2004,2,158921,160786 +GIN,2004,3,153804,155723 +GIN,2004,4,150139,152097 +GIN,2004,5,145548,147572 +GIN,2004,6,141219,143311 +GIN,2004,7,137112,139262 +GIN,2004,8,133185,135373 +GIN,2004,9,129429,131625 +GIN,2004,10,125832,127998 +GIN,2004,11,122205,124284 +GIN,2004,12,118448,120369 +GIN,2004,13,114610,116297 +GIN,2004,14,110871,112272 +GIN,2004,15,107235,108313 +GIN,2004,16,103445,104024 +GIN,2004,17,99404,99246 +GIN,2004,18,95231,94168 +GIN,2005,0,172914,174866 +GIN,2005,1,167085,169000 +GIN,2005,2,161675,163599 +GIN,2005,3,156644,158612 +GIN,2005,4,151949,153987 +GIN,2005,5,147549,149671 +GIN,2005,6,143404,145614 +GIN,2005,7,139473,141762 +GIN,2005,8,135713,138065 +GIN,2005,9,132085,134471 +GIN,2005,10,128584,130967 +GIN,2005,11,125206,127540 +GIN,2005,12,121725,123943 +GIN,2005,13,118023,120045 +GIN,2005,14,114172,115911 +GIN,2005,15,110397,111798 +GIN,2005,16,106699,107725 +GIN,2005,17,102825,103283 +GIN,2005,18,98684,98317 +GIN,2006,0,175170,177113 +GIN,2006,1,170553,172393 +GIN,2006,2,165092,166930 +GIN,2006,3,159999,161876 +GIN,2006,4,155233,157180 +GIN,2006,5,150753,152790 +GIN,2006,6,146526,148661 +GIN,2006,7,142518,144746 +GIN,2006,8,138660,140964 +GIN,2006,9,134899,137250 +GIN,2006,10,131214,133572 +GIN,2006,11,127638,129961 +GIN,2006,12,124170,126411 +GIN,2006,13,120577,122637 +GIN,2006,14,116745,118499 +GIN,2006,15,112757,114092 +GIN,2006,16,108843,109707 +GIN,2006,17,104996,105356 +GIN,2006,18,101037,100714 +GIN,2007,0,177840,179751 +GIN,2007,1,172205,173999 +GIN,2007,2,168445,170188 +GIN,2007,3,163345,165117 +GIN,2007,4,158560,160402 +GIN,2007,5,154052,155989 +GIN,2007,6,149781,151828 +GIN,2007,7,145720,147878 +GIN,2007,8,141843,144100 +GIN,2007,9,138052,140381 +GIN,2007,10,134284,136645 +GIN,2007,11,130536,132877 +GIN,2007,12,126880,129153 +GIN,2007,13,123318,125476 +GIN,2007,14,119607,121520 +GIN,2007,15,115640,117136 +GIN,2007,16,111511,112449 +GIN,2007,17,107451,107788 +GIN,2007,18,103449,103153 +GIN,2008,0,180742,182638 +GIN,2008,1,175184,176911 +GIN,2008,2,170000,171645 +GIN,2008,3,166478,168154 +GIN,2008,4,161734,163472 +GIN,2008,5,157253,159090 +GIN,2008,6,152999,154956 +GIN,2008,7,148933,151018 +GIN,2008,8,145035,147244 +GIN,2008,9,141286,143599 +GIN,2008,10,137558,139940 +GIN,2008,11,133781,136178 +GIN,2008,12,129968,132317 +GIN,2008,13,126229,128477 +GIN,2008,14,122569,124668 +GIN,2008,15,118738,120527 +GIN,2008,16,114632,115892 +GIN,2008,17,110357,110920 +GIN,2008,18,106148,105977 +GIN,2009,0,183635,185591 +GIN,2009,1,178162,179893 +GIN,2009,2,173046,174655 +GIN,2009,3,168250,169822 +GIN,2009,4,164534,166196 +GIN,2009,5,160145,161900 +GIN,2009,6,155969,157849 +GIN,2009,7,151969,153993 +GIN,2009,8,148108,150278 +GIN,2009,9,144373,146678 +GIN,2009,10,140750,143164 +GIN,2009,11,137086,139562 +GIN,2009,12,133298,135773 +GIN,2009,13,129419,131817 +GIN,2009,14,125596,127858 +GIN,2009,15,121837,123917 +GIN,2009,16,117886,119587 +GIN,2009,17,113640,114700 +GIN,2009,18,109218,109440 +GIN,2010,0,186373,188498 +GIN,2010,1,181002,182851 +GIN,2010,2,175969,177655 +GIN,2010,3,171241,172859 +GIN,2010,4,166780,168411 +GIN,2010,5,162551,164258 +GIN,2010,6,158520,160348 +GIN,2010,7,154649,156630 +GIN,2010,8,150904,153051 +GIN,2010,9,147248,149559 +GIN,2010,10,143677,146132 +GIN,2010,11,140182,142749 +GIN,2010,12,136583,139205 +GIN,2010,13,132785,135388 +GIN,2010,14,128840,131335 +GIN,2010,15,124935,127258 +GIN,2010,16,121078,123182 +GIN,2010,17,117006,118663 +GIN,2010,18,112622,113523 +GIN,2011,0,188628,190659 +GIN,2011,1,184332,186208 +GIN,2011,2,179268,180936 +GIN,2011,3,174498,176058 +GIN,2011,4,169989,171525 +GIN,2011,5,165705,167286 +GIN,2011,6,161617,163293 +GIN,2011,7,157692,159499 +GIN,2011,8,153876,155839 +GIN,2011,9,150125,152255 +GIN,2011,10,146417,148707 +GIN,2011,11,142777,145201 +GIN,2011,12,139205,141723 +GIN,2011,13,135493,138034 +GIN,2011,14,131540,134011 +GIN,2011,15,127420,129719 +GIN,2011,16,123341,125404 +GIN,2011,17,119303,121085 +GIN,2011,18,115123,116388 +GIN,2012,0,190814,192875 +GIN,2012,1,185742,187457 +GIN,2012,2,182337,184055 +GIN,2012,3,177578,179154 +GIN,2012,4,173069,174590 +GIN,2012,5,168778,170316 +GIN,2012,6,164671,166282 +GIN,2012,7,160720,162446 +GIN,2012,8,156902,158765 +GIN,2012,9,153140,155159 +GIN,2012,10,149383,151569 +GIN,2012,11,145621,147963 +GIN,2012,12,141912,144374 +GIN,2012,13,138262,140800 +GIN,2012,14,134435,136964 +GIN,2012,15,130327,132732 +GIN,2012,16,126032,128199 +GIN,2012,17,121779,123645 +GIN,2012,18,117558,119080 +GIN,2013,0,193161,195373 +GIN,2013,1,188225,190064 +GIN,2013,2,183561,185150 +GIN,2013,3,180445,182106 +GIN,2013,4,175987,177569 +GIN,2013,5,171737,173313 +GIN,2013,6,167662,169293 +GIN,2013,7,163728,165459 +GIN,2013,8,159914,161775 +GIN,2013,9,156200,158203 +GIN,2013,10,152489,154649 +GIN,2013,11,148723,151047 +GIN,2013,12,144906,147379 +GIN,2013,13,141126,143705 +GIN,2013,14,137395,140030 +GIN,2013,15,133453,136043 +GIN,2013,16,129188,131599 +GIN,2013,17,124714,126820 +GIN,2013,18,120285,122023 +GIN,2014,0,195984,198464 +GIN,2014,1,191100,193190 +GIN,2014,2,186483,188302 +GIN,2014,3,182102,183755 +GIN,2014,4,178728,180441 +GIN,2014,5,174567,176262 +GIN,2014,6,170572,172308 +GIN,2014,7,166708,168535 +GIN,2014,8,162943,164896 +GIN,2014,9,159262,161359 +GIN,2014,10,155648,157889 +GIN,2014,11,151986,154380 +GIN,2014,12,148207,150763 +GIN,2014,13,144331,147027 +GIN,2014,14,140476,143261 +GIN,2014,15,136662,139480 +GIN,2014,16,132600,135335 +GIN,2014,17,128173,130672 +GIN,2014,18,123517,125639 +GIN,2015,0,199488,202340 +GIN,2015,1,194535,196995 +GIN,2015,2,189863,192042 +GIN,2015,3,185441,187436 +GIN,2015,4,181236,183134 +GIN,2015,5,177215,179091 +GIN,2015,6,173349,175263 +GIN,2015,7,169603,171605 +GIN,2015,8,165947,168074 +GIN,2015,9,162348,164624 +GIN,2015,10,158795,161228 +GIN,2015,11,155278,157855 +GIN,2015,12,151659,154386 +GIN,2015,13,147864,150746 +GIN,2015,14,143924,146935 +GIN,2015,15,139990,143071 +GIN,2015,16,136087,139176 +GIN,2015,17,131901,134866 +GIN,2015,18,127306,129974 +GIN,2016,0,202831,205620 +GIN,2016,1,197950,200571 +GIN,2016,2,193145,195444 +GIN,2016,3,188616,190686 +GIN,2016,4,184330,186253 +GIN,2016,5,180252,182101 +GIN,2016,6,176352,178188 +GIN,2016,7,172601,174474 +GIN,2016,8,168941,170898 +GIN,2016,9,165329,167409 +GIN,2016,10,161744,163973 +GIN,2016,11,158201,160579 +GIN,2016,12,154688,157199 +GIN,2016,13,151061,153712 +GIN,2016,14,147248,150048 +GIN,2016,15,143283,146210 +GIN,2016,16,139321,142313 +GIN,2016,17,135384,138380 +GIN,2016,18,131177,134045 +GIN,2017,0,206841,209686 +GIN,2017,1,201394,203917 +GIN,2017,2,196657,199190 +GIN,2017,3,191993,194271 +GIN,2017,4,187601,189699 +GIN,2017,5,183446,185429 +GIN,2017,6,179490,181419 +GIN,2017,7,175705,177628 +GIN,2017,8,172065,174020 +GIN,2017,9,168487,170518 +GIN,2017,10,164914,167066 +GIN,2017,11,161339,163636 +GIN,2017,12,157802,160239 +GIN,2017,13,154287,156844 +GIN,2017,14,150648,153333 +GIN,2017,15,146812,149638 +GIN,2017,16,142819,145766 +GIN,2017,17,138824,141828 +GIN,2017,18,134847,137850 +GIN,2018,0,211268,214237 +GIN,2018,1,205473,208169 +GIN,2018,2,200115,202596 +GIN,2018,3,195519,198048 +GIN,2018,4,190992,193330 +GIN,2018,5,186734,188938 +GIN,2018,6,182706,184827 +GIN,2018,7,178869,180953 +GIN,2018,8,175197,177280 +GIN,2018,9,171665,173775 +GIN,2018,10,168165,170343 +GIN,2018,11,164630,166922 +GIN,2018,12,161061,163495 +GIN,2018,13,157526,160091 +GIN,2018,14,154008,156677 +GIN,2018,15,150354,153138 +GIN,2018,16,146493,149408 +GIN,2018,17,142468,145496 +GIN,2018,18,138435,141514 +GIN,2019,0,216000,219000 +GIN,2019,1,210000,213000 +GIN,2019,2,204000,207000 +GIN,2019,3,199000,201000 +GIN,2019,4,194000,197000 +GIN,2019,5,190000,192000 +GIN,2019,6,186000,188000 +GIN,2019,7,182000,184000 +GIN,2019,8,178000,181000 +GIN,2019,9,175000,177000 +GIN,2019,10,171000,174000 +GIN,2019,11,168000,170000 +GIN,2019,12,164000,167000 +GIN,2019,13,161000,163000 +GIN,2019,14,157000,160000 +GIN,2019,15,154000,157000 +GIN,2019,16,150000,153000 +GIN,2019,17,146000,149000 +GIN,2019,18,142000,145000 +GIN,2020,0,220000,223000 +GIN,2020,1,214000,217000 +GIN,2020,2,208000,211000 +GIN,2020,3,203000,206000 +GIN,2020,4,198000,201000 +GIN,2020,5,193000,196000 +GIN,2020,6,189000,192000 +GIN,2020,7,185000,188000 +GIN,2020,8,181000,184000 +GIN,2020,9,178000,180000 +GIN,2020,10,174000,177000 +GIN,2020,11,171000,173000 +GIN,2020,12,168000,170000 +GIN,2020,13,164000,167000 +GIN,2020,14,161000,163000 +GIN,2020,15,157000,160000 +GIN,2020,16,154000,156000 +GIN,2020,17,150000,153000 +GIN,2020,18,146000,149000 +GIN,2021,0,224000,227000 +GIN,2021,1,219000,222000 +GIN,2021,2,213000,216000 +GIN,2021,3,207000,210000 +GIN,2021,4,202000,205000 +GIN,2021,5,197000,200000 +GIN,2021,6,193000,195000 +GIN,2021,7,189000,191000 +GIN,2021,8,185000,187000 +GIN,2021,9,181000,183000 +GIN,2021,10,177000,180000 +GIN,2021,11,174000,176000 +GIN,2021,12,171000,173000 +GIN,2021,13,167000,170000 +GIN,2021,14,164000,166000 +GIN,2021,15,160000,163000 +GIN,2021,16,157000,159000 +GIN,2021,17,153000,156000 +GIN,2021,18,149000,152000 +GIN,2022,0,228000,231000 +GIN,2022,1,222000,225000 +GIN,2022,2,217000,220000 +GIN,2022,3,212000,215000 +GIN,2022,4,206000,209000 +GIN,2022,5,201000,204000 +GIN,2022,6,197000,200000 +GIN,2022,7,192000,195000 +GIN,2022,8,188000,191000 +GIN,2022,9,184000,187000 +GIN,2022,10,181000,183000 +GIN,2022,11,177000,180000 +GIN,2022,12,174000,176000 +GIN,2022,13,170000,173000 +GIN,2022,14,167000,169000 +GIN,2022,15,163000,166000 +GIN,2022,16,160000,163000 +GIN,2022,17,156000,159000 +GIN,2022,18,153000,156000 +GIN,2023,0,231000,235000 +GIN,2023,1,225000,229000 +GIN,2023,2,220000,223000 +GIN,2023,3,216000,219000 +GIN,2023,4,211000,214000 +GIN,2023,5,206000,209000 +GIN,2023,6,201000,204000 +GIN,2023,7,196000,199000 +GIN,2023,8,192000,195000 +GIN,2023,9,188000,191000 +GIN,2023,10,184000,187000 +GIN,2023,11,180000,183000 +GIN,2023,12,177000,179000 +GIN,2023,13,173000,176000 +GIN,2023,14,170000,173000 +GIN,2023,15,167000,169000 +GIN,2023,16,163000,166000 +GIN,2023,17,159000,162000 +GIN,2023,18,156000,159000 +GIN,2024,0,235000,238000 +GIN,2024,1,229000,232000 +GIN,2024,2,224000,227000 +GIN,2024,3,219000,222000 +GIN,2024,4,215000,218000 +GIN,2024,5,210000,213000 +GIN,2024,6,205000,208000 +GIN,2024,7,200000,203000 +GIN,2024,8,196000,199000 +GIN,2024,9,191000,194000 +GIN,2024,10,187000,190000 +GIN,2024,11,183000,186000 +GIN,2024,12,180000,183000 +GIN,2024,13,176000,179000 +GIN,2024,14,173000,176000 +GIN,2024,15,170000,172000 +GIN,2024,16,166000,169000 +GIN,2024,17,163000,165000 +GIN,2024,18,159000,162000 +GIN,2025,0,238000,242000 +GIN,2025,1,233000,236000 +GIN,2025,2,228000,231000 +GIN,2025,3,223000,226000 +GIN,2025,4,218000,221000 +GIN,2025,5,213000,216000 +GIN,2025,6,209000,211000 +GIN,2025,7,204000,207000 +GIN,2025,8,200000,202000 +GIN,2025,9,195000,198000 +GIN,2025,10,191000,194000 +GIN,2025,11,187000,190000 +GIN,2025,12,183000,186000 +GIN,2025,13,179000,182000 +GIN,2025,14,176000,179000 +GIN,2025,15,173000,175000 +GIN,2025,16,169000,172000 +GIN,2025,17,166000,169000 +GIN,2025,18,162000,165000 +GIN,2026,0,241000,245000 +GIN,2026,1,237000,240000 +GIN,2026,2,232000,235000 +GIN,2026,3,227000,230000 +GIN,2026,4,222000,225000 +GIN,2026,5,217000,220000 +GIN,2026,6,213000,216000 +GIN,2026,7,208000,211000 +GIN,2026,8,204000,207000 +GIN,2026,9,199000,202000 +GIN,2026,10,195000,198000 +GIN,2026,11,191000,194000 +GIN,2026,12,187000,190000 +GIN,2026,13,183000,186000 +GIN,2026,14,179000,182000 +GIN,2026,15,176000,178000 +GIN,2026,16,172000,175000 +GIN,2026,17,169000,172000 +GIN,2026,18,165000,168000 +GIN,2027,0,245000,248000 +GIN,2027,1,240000,243000 +GIN,2027,2,236000,239000 +GIN,2027,3,231000,234000 +GIN,2027,4,226000,229000 +GIN,2027,5,221000,224000 +GIN,2027,6,217000,220000 +GIN,2027,7,212000,215000 +GIN,2027,8,208000,211000 +GIN,2027,9,203000,206000 +GIN,2027,10,199000,202000 +GIN,2027,11,195000,198000 +GIN,2027,12,190000,193000 +GIN,2027,13,186000,189000 +GIN,2027,14,182000,185000 +GIN,2027,15,179000,182000 +GIN,2027,16,175000,178000 +GIN,2027,17,172000,175000 +GIN,2027,18,168000,171000 +GIN,2028,0,248000,251000 +GIN,2028,1,243000,247000 +GIN,2028,2,239000,242000 +GIN,2028,3,235000,238000 +GIN,2028,4,230000,233000 +GIN,2028,5,225000,228000 +GIN,2028,6,221000,224000 +GIN,2028,7,216000,219000 +GIN,2028,8,212000,215000 +GIN,2028,9,207000,210000 +GIN,2028,10,203000,206000 +GIN,2028,11,199000,202000 +GIN,2028,12,194000,197000 +GIN,2028,13,190000,193000 +GIN,2028,14,186000,189000 +GIN,2028,15,182000,185000 +GIN,2028,16,178000,181000 +GIN,2028,17,175000,178000 +GIN,2028,18,171000,174000 +GIN,2029,0,251000,255000 +GIN,2029,1,247000,250000 +GIN,2029,2,242000,245000 +GIN,2029,3,238000,241000 +GIN,2029,4,234000,237000 +GIN,2029,5,229000,232000 +GIN,2029,6,225000,228000 +GIN,2029,7,220000,223000 +GIN,2029,8,216000,219000 +GIN,2029,9,211000,214000 +GIN,2029,10,207000,210000 +GIN,2029,11,202000,206000 +GIN,2029,12,198000,201000 +GIN,2029,13,194000,197000 +GIN,2029,14,190000,193000 +GIN,2029,15,186000,189000 +GIN,2029,16,182000,185000 +GIN,2029,17,178000,181000 +GIN,2029,18,174000,177000 +GIN,2030,0,254000,258000 +GIN,2030,1,250000,253000 +GIN,2030,2,245000,249000 +GIN,2030,3,241000,244000 +GIN,2030,4,237000,240000 +GIN,2030,5,232000,236000 +GIN,2030,6,228000,231000 +GIN,2030,7,224000,227000 +GIN,2030,8,219000,223000 +GIN,2030,9,215000,218000 +GIN,2030,10,211000,214000 +GIN,2030,11,206000,210000 +GIN,2030,12,202000,205000 +GIN,2030,13,198000,201000 +GIN,2030,14,194000,197000 +GIN,2030,15,190000,193000 +GIN,2030,16,185000,189000 +GIN,2030,17,181000,184000 +GIN,2030,18,178000,181000 +GIN,2031,0,257000,261000 +GIN,2031,1,253000,257000 +GIN,2031,2,249000,252000 +GIN,2031,3,245000,248000 +GIN,2031,4,240000,244000 +GIN,2031,5,236000,239000 +GIN,2031,6,232000,235000 +GIN,2031,7,228000,231000 +GIN,2031,8,223000,227000 +GIN,2031,9,219000,222000 +GIN,2031,10,215000,218000 +GIN,2031,11,210000,214000 +GIN,2031,12,206000,209000 +GIN,2031,13,202000,205000 +GIN,2031,14,198000,201000 +GIN,2031,15,193000,197000 +GIN,2031,16,189000,192000 +GIN,2031,17,185000,188000 +GIN,2031,18,181000,184000 +GIN,2032,0,260000,263000 +GIN,2032,1,256000,259000 +GIN,2032,2,252000,256000 +GIN,2032,3,248000,251000 +GIN,2032,4,244000,247000 +GIN,2032,5,240000,243000 +GIN,2032,6,236000,239000 +GIN,2032,7,232000,235000 +GIN,2032,8,227000,230000 +GIN,2032,9,223000,226000 +GIN,2032,10,219000,222000 +GIN,2032,11,214000,218000 +GIN,2032,12,210000,213000 +GIN,2032,13,206000,209000 +GIN,2032,14,202000,205000 +GIN,2032,15,197000,201000 +GIN,2032,16,193000,196000 +GIN,2032,17,189000,192000 +GIN,2032,18,184000,188000 +GIN,2033,0,262000,266000 +GIN,2033,1,258000,262000 +GIN,2033,2,255000,258000 +GIN,2033,3,251000,255000 +GIN,2033,4,247000,250000 +GIN,2033,5,243000,246000 +GIN,2033,6,239000,242000 +GIN,2033,7,235000,238000 +GIN,2033,8,231000,234000 +GIN,2033,9,227000,230000 +GIN,2033,10,223000,226000 +GIN,2033,11,219000,222000 +GIN,2033,12,214000,217000 +GIN,2033,13,210000,213000 +GIN,2033,14,206000,209000 +GIN,2033,15,201000,205000 +GIN,2033,16,197000,200000 +GIN,2033,17,193000,196000 +GIN,2033,18,188000,191000 +GIN,2034,0,265000,269000 +GIN,2034,1,261000,265000 +GIN,2034,2,257000,261000 +GIN,2034,3,254000,257000 +GIN,2034,4,250000,253000 +GIN,2034,5,246000,250000 +GIN,2034,6,242000,246000 +GIN,2034,7,238000,242000 +GIN,2034,8,235000,238000 +GIN,2034,9,231000,234000 +GIN,2034,10,227000,230000 +GIN,2034,11,222000,226000 +GIN,2034,12,218000,222000 +GIN,2034,13,214000,217000 +GIN,2034,14,210000,213000 +GIN,2034,15,205000,209000 +GIN,2034,16,201000,204000 +GIN,2034,17,197000,200000 +GIN,2034,18,192000,195000 +GIN,2035,0,268000,272000 +GIN,2035,1,264000,268000 +GIN,2035,2,260000,264000 +GIN,2035,3,257000,260000 +GIN,2035,4,253000,256000 +GIN,2035,5,249000,252000 +GIN,2035,6,245000,249000 +GIN,2035,7,242000,245000 +GIN,2035,8,238000,241000 +GIN,2035,9,234000,237000 +GIN,2035,10,230000,233000 +GIN,2035,11,226000,229000 +GIN,2035,12,222000,225000 +GIN,2035,13,218000,221000 +GIN,2035,14,214000,217000 +GIN,2035,15,209000,213000 +GIN,2035,16,205000,208000 +GIN,2035,17,201000,204000 +GIN,2035,18,196000,200000 +GIN,2036,0,270000,274000 +GIN,2036,1,267000,271000 +GIN,2036,2,263000,267000 +GIN,2036,3,260000,263000 +GIN,2036,4,256000,259000 +GIN,2036,5,252000,256000 +GIN,2036,6,249000,252000 +GIN,2036,7,245000,248000 +GIN,2036,8,241000,245000 +GIN,2036,9,238000,241000 +GIN,2036,10,234000,237000 +GIN,2036,11,230000,233000 +GIN,2036,12,226000,229000 +GIN,2036,13,222000,225000 +GIN,2036,14,218000,221000 +GIN,2036,15,213000,217000 +GIN,2036,16,209000,212000 +GIN,2036,17,205000,208000 +GIN,2036,18,200000,204000 +GIN,2037,0,273000,277000 +GIN,2037,1,269000,273000 +GIN,2037,2,266000,270000 +GIN,2037,3,262000,266000 +GIN,2037,4,259000,262000 +GIN,2037,5,255000,259000 +GIN,2037,6,252000,255000 +GIN,2037,7,248000,252000 +GIN,2037,8,245000,248000 +GIN,2037,9,241000,244000 +GIN,2037,10,237000,241000 +GIN,2037,11,233000,237000 +GIN,2037,12,230000,233000 +GIN,2037,13,226000,229000 +GIN,2037,14,222000,225000 +GIN,2037,15,217000,221000 +GIN,2037,16,213000,216000 +GIN,2037,17,208000,212000 +GIN,2037,18,204000,207000 +GIN,2038,0,275000,279000 +GIN,2038,1,272000,276000 +GIN,2038,2,268000,272000 +GIN,2038,3,265000,269000 +GIN,2038,4,262000,265000 +GIN,2038,5,258000,262000 +GIN,2038,6,255000,258000 +GIN,2038,7,251000,255000 +GIN,2038,8,248000,251000 +GIN,2038,9,244000,248000 +GIN,2038,10,241000,244000 +GIN,2038,11,237000,240000 +GIN,2038,12,233000,236000 +GIN,2038,13,229000,233000 +GIN,2038,14,225000,229000 +GIN,2038,15,221000,225000 +GIN,2038,16,217000,220000 +GIN,2038,17,213000,216000 +GIN,2038,18,208000,211000 +GIN,2039,0,278000,282000 +GIN,2039,1,274000,278000 +GIN,2039,2,271000,274000 +GIN,2039,3,267000,271000 +GIN,2039,4,264000,268000 +GIN,2039,5,261000,264000 +GIN,2039,6,258000,261000 +GIN,2039,7,254000,257000 +GIN,2039,8,251000,254000 +GIN,2039,9,247000,251000 +GIN,2039,10,244000,247000 +GIN,2039,11,240000,244000 +GIN,2039,12,237000,240000 +GIN,2039,13,233000,236000 +GIN,2039,14,229000,232000 +GIN,2039,15,225000,228000 +GIN,2039,16,221000,224000 +GIN,2039,17,217000,220000 +GIN,2039,18,212000,216000 +GIN,2040,0,280000,284000 +GIN,2040,1,277000,281000 +GIN,2040,2,273000,277000 +GIN,2040,3,270000,273000 +GIN,2040,4,267000,270000 +GIN,2040,5,263000,267000 +GIN,2040,6,260000,263000 +GIN,2040,7,257000,260000 +GIN,2040,8,254000,257000 +GIN,2040,9,250000,254000 +GIN,2040,10,247000,250000 +GIN,2040,11,244000,247000 +GIN,2040,12,240000,244000 +GIN,2040,13,236000,240000 +GIN,2040,14,233000,236000 +GIN,2040,15,229000,232000 +GIN,2040,16,225000,228000 +GIN,2040,17,221000,224000 +GIN,2040,18,216000,220000 +GIN,2041,0,282000,287000 +GIN,2041,1,279000,283000 +GIN,2041,2,276000,280000 +GIN,2041,3,273000,276000 +GIN,2041,4,269000,273000 +GIN,2041,5,266000,270000 +GIN,2041,6,263000,266000 +GIN,2041,7,260000,263000 +GIN,2041,8,257000,260000 +GIN,2041,9,253000,257000 +GIN,2041,10,250000,253000 +GIN,2041,11,247000,250000 +GIN,2041,12,243000,247000 +GIN,2041,13,240000,243000 +GIN,2041,14,236000,240000 +GIN,2041,15,232000,236000 +GIN,2041,16,228000,232000 +GIN,2041,17,224000,228000 +GIN,2041,18,220000,224000 +GIN,2042,0,285000,289000 +GIN,2042,1,281000,285000 +GIN,2042,2,278000,282000 +GIN,2042,3,275000,279000 +GIN,2042,4,272000,276000 +GIN,2042,5,269000,272000 +GIN,2042,6,266000,269000 +GIN,2042,7,263000,266000 +GIN,2042,8,259000,263000 +GIN,2042,9,256000,260000 +GIN,2042,10,253000,256000 +GIN,2042,11,250000,253000 +GIN,2042,12,246000,250000 +GIN,2042,13,243000,246000 +GIN,2042,14,240000,243000 +GIN,2042,15,236000,239000 +GIN,2042,16,232000,235000 +GIN,2042,17,228000,231000 +GIN,2042,18,224000,227000 +GIN,2043,0,287000,291000 +GIN,2043,1,284000,288000 +GIN,2043,2,280000,284000 +GIN,2043,3,278000,281000 +GIN,2043,4,274000,278000 +GIN,2043,5,271000,275000 +GIN,2043,6,268000,272000 +GIN,2043,7,265000,269000 +GIN,2043,8,262000,266000 +GIN,2043,9,259000,262000 +GIN,2043,10,256000,259000 +GIN,2043,11,253000,256000 +GIN,2043,12,250000,253000 +GIN,2043,13,246000,250000 +GIN,2043,14,243000,246000 +GIN,2043,15,239000,243000 +GIN,2043,16,236000,239000 +GIN,2043,17,232000,235000 +GIN,2043,18,228000,231000 +GIN,2044,0,289000,294000 +GIN,2044,1,286000,290000 +GIN,2044,2,283000,287000 +GIN,2044,3,280000,283000 +GIN,2044,4,277000,280000 +GIN,2044,5,274000,277000 +GIN,2044,6,271000,274000 +GIN,2044,7,268000,271000 +GIN,2044,8,265000,268000 +GIN,2044,9,262000,265000 +GIN,2044,10,259000,262000 +GIN,2044,11,256000,259000 +GIN,2044,12,253000,256000 +GIN,2044,13,249000,253000 +GIN,2044,14,246000,249000 +GIN,2044,15,243000,246000 +GIN,2044,16,239000,242000 +GIN,2044,17,235000,239000 +GIN,2044,18,231000,235000 +GIN,2045,0,292000,296000 +GIN,2045,1,288000,292000 +GIN,2045,2,285000,289000 +GIN,2045,3,282000,286000 +GIN,2045,4,279000,283000 +GIN,2045,5,276000,279000 +GIN,2045,6,273000,276000 +GIN,2045,7,270000,273000 +GIN,2045,8,267000,271000 +GIN,2045,9,264000,268000 +GIN,2045,10,261000,265000 +GIN,2045,11,258000,262000 +GIN,2045,12,255000,259000 +GIN,2045,13,252000,256000 +GIN,2045,14,249000,252000 +GIN,2045,15,246000,249000 +GIN,2045,16,242000,246000 +GIN,2045,17,239000,242000 +GIN,2045,18,235000,238000 +GIN,2046,0,294000,298000 +GIN,2046,1,291000,295000 +GIN,2046,2,288000,292000 +GIN,2046,3,285000,288000 +GIN,2046,4,282000,285000 +GIN,2046,5,279000,282000 +GIN,2046,6,276000,279000 +GIN,2046,7,273000,276000 +GIN,2046,8,270000,273000 +GIN,2046,9,267000,270000 +GIN,2046,10,264000,267000 +GIN,2046,11,261000,265000 +GIN,2046,12,258000,262000 +GIN,2046,13,255000,259000 +GIN,2046,14,252000,255000 +GIN,2046,15,249000,252000 +GIN,2046,16,245000,249000 +GIN,2046,17,242000,245000 +GIN,2046,18,238000,242000 +GIN,2047,0,296000,301000 +GIN,2047,1,293000,297000 +GIN,2047,2,290000,294000 +GIN,2047,3,287000,291000 +GIN,2047,4,284000,288000 +GIN,2047,5,281000,285000 +GIN,2047,6,278000,282000 +GIN,2047,7,275000,279000 +GIN,2047,8,273000,276000 +GIN,2047,9,270000,273000 +GIN,2047,10,267000,270000 +GIN,2047,11,264000,267000 +GIN,2047,12,261000,264000 +GIN,2047,13,258000,261000 +GIN,2047,14,255000,258000 +GIN,2047,15,252000,255000 +GIN,2047,16,248000,252000 +GIN,2047,17,245000,248000 +GIN,2047,18,242000,245000 +GIN,2048,0,299000,303000 +GIN,2048,1,295000,300000 +GIN,2048,2,292000,296000 +GIN,2048,3,289000,293000 +GIN,2048,4,286000,290000 +GIN,2048,5,284000,287000 +GIN,2048,6,281000,284000 +GIN,2048,7,278000,281000 +GIN,2048,8,275000,278000 +GIN,2048,9,272000,276000 +GIN,2048,10,269000,273000 +GIN,2048,11,267000,270000 +GIN,2048,12,264000,267000 +GIN,2048,13,261000,264000 +GIN,2048,14,258000,261000 +GIN,2048,15,255000,258000 +GIN,2048,16,251000,255000 +GIN,2048,17,248000,251000 +GIN,2048,18,245000,248000 +GIN,2049,0,301000,306000 +GIN,2049,1,298000,302000 +GIN,2049,2,295000,299000 +GIN,2049,3,291000,295000 +GIN,2049,4,289000,292000 +GIN,2049,5,286000,289000 +GIN,2049,6,283000,286000 +GIN,2049,7,280000,284000 +GIN,2049,8,277000,281000 +GIN,2049,9,275000,278000 +GIN,2049,10,272000,275000 +GIN,2049,11,269000,273000 +GIN,2049,12,266000,270000 +GIN,2049,13,263000,267000 +GIN,2049,14,260000,264000 +GIN,2049,15,257000,261000 +GIN,2049,16,254000,258000 +GIN,2049,17,251000,254000 +GIN,2049,18,248000,251000 +GIN,2050,0,303000,308000 +GIN,2050,1,300000,304000 +GIN,2050,2,297000,301000 +GIN,2050,3,294000,298000 +GIN,2050,4,291000,294000 +GIN,2050,5,288000,291000 +GIN,2050,6,285000,289000 +GIN,2050,7,282000,286000 +GIN,2050,8,280000,283000 +GIN,2050,9,277000,280000 +GIN,2050,10,274000,278000 +GIN,2050,11,272000,275000 +GIN,2050,12,269000,272000 +GIN,2050,13,266000,269000 +GIN,2050,14,263000,266000 +GIN,2050,15,260000,264000 +GIN,2050,16,257000,261000 +GIN,2050,17,254000,257000 +GIN,2050,18,251000,254000 +GMB,1990,0,20167,20630 +GMB,1990,1,18801,19155 +GMB,1990,2,17568,17837 +GMB,1990,3,16460,16665 +GMB,1990,4,15469,15628 +GMB,1990,5,14586,14713 +GMB,1990,6,13802,13910 +GMB,1990,7,13110,13208 +GMB,1990,8,12502,12594 +GMB,1990,9,11968,12058 +GMB,1990,10,11515,11603 +GMB,1990,11,11150,11236 +GMB,1990,12,10790,10864 +GMB,1990,13,10398,10443 +GMB,1990,14,10010,10011 +GMB,1990,15,9670,9630 +GMB,1990,16,9335,9268 +GMB,1990,17,9172,9021 +GMB,1990,18,9261,8937 +GMB,1991,0,21059,21471 +GMB,1991,1,19951,20352 +GMB,1991,2,18673,18984 +GMB,1991,3,17505,17744 +GMB,1991,4,16443,16627 +GMB,1991,5,15481,15623 +GMB,1991,6,14611,14723 +GMB,1991,7,13827,13916 +GMB,1991,8,13135,13212 +GMB,1991,9,12536,12609 +GMB,1991,10,12017,12091 +GMB,1991,11,11570,11643 +GMB,1991,12,11203,11274 +GMB,1991,13,10848,10906 +GMB,1991,14,10471,10500 +GMB,1991,15,10103,10087 +GMB,1991,16,9779,9723 +GMB,1991,17,9459,9375 +GMB,1991,18,9301,9132 +GMB,1992,0,21758,22135 +GMB,1992,1,20476,20797 +GMB,1992,2,19667,20042 +GMB,1992,3,18481,18783 +GMB,1992,4,17382,17624 +GMB,1992,5,16369,16562 +GMB,1992,6,15440,15594 +GMB,1992,7,14587,14711 +GMB,1992,8,13804,13901 +GMB,1992,9,13115,13196 +GMB,1992,10,12528,12605 +GMB,1992,11,12025,12105 +GMB,1992,12,11586,11666 +GMB,1992,13,11219,11295 +GMB,1992,14,10869,10932 +GMB,1992,15,10508,10541 +GMB,1992,16,10162,10149 +GMB,1992,17,9856,9800 +GMB,1992,18,9553,9469 +GMB,1993,0,22301,22655 +GMB,1993,1,21150,21481 +GMB,1993,2,20049,20357 +GMB,1993,3,19341,19705 +GMB,1993,4,18250,18557 +GMB,1993,5,17222,17481 +GMB,1993,6,16261,16476 +GMB,1993,7,15366,15545 +GMB,1993,8,14532,14679 +GMB,1993,9,13753,13868 +GMB,1993,10,13068,13162 +GMB,1993,11,12493,12584 +GMB,1993,12,12009,12103 +GMB,1993,13,11578,11672 +GMB,1993,14,11211,11302 +GMB,1993,15,10867,10943 +GMB,1993,16,10524,10568 +GMB,1993,17,10199,10196 +GMB,1993,18,9911,9865 +GMB,1994,0,22756,23090 +GMB,1994,1,21751,22089 +GMB,1994,2,20757,21091 +GMB,1994,3,19777,20101 +GMB,1994,4,19006,19352 +GMB,1994,5,18010,18316 +GMB,1994,6,17055,17322 +GMB,1994,7,16144,16376 +GMB,1994,8,15285,15482 +GMB,1994,9,14470,14634 +GMB,1994,10,13694,13822 +GMB,1994,11,13014,13117 +GMB,1994,12,12453,12552 +GMB,1994,13,11986,12091 +GMB,1994,14,11564,11669 +GMB,1994,15,11198,11298 +GMB,1994,16,10860,10945 +GMB,1994,17,10534,10585 +GMB,1994,18,10231,10235 +GMB,1995,0,23180,23495 +GMB,1995,1,22311,22641 +GMB,1995,2,21418,21754 +GMB,1995,3,20512,20844 +GMB,1995,4,19598,19920 +GMB,1995,5,18686,18991 +GMB,1995,6,17784,18067 +GMB,1995,7,16899,17157 +GMB,1995,8,16040,16269 +GMB,1995,9,15214,15414 +GMB,1995,10,14418,14583 +GMB,1995,11,13646,13770 +GMB,1995,12,12969,13067 +GMB,1995,13,12421,12515 +GMB,1995,14,11971,12074 +GMB,1995,15,11558,11661 +GMB,1995,16,11192,11290 +GMB,1995,17,10861,10942 +GMB,1995,18,10551,10598 +GMB,1996,0,23543,23908 +GMB,1996,1,22941,23279 +GMB,1996,2,22099,22447 +GMB,1996,3,21235,21587 +GMB,1996,4,20355,20705 +GMB,1996,5,19468,19810 +GMB,1996,6,18583,18912 +GMB,1996,7,17708,18021 +GMB,1996,8,16847,17134 +GMB,1996,9,16003,16256 +GMB,1996,10,15190,15400 +GMB,1996,11,14404,14569 +GMB,1996,12,13639,13753 +GMB,1996,13,12978,13051 +GMB,1996,14,12462,12510 +GMB,1996,15,12053,12085 +GMB,1996,16,11675,11684 +GMB,1996,17,11343,11324 +GMB,1996,18,11031,10979 +GMB,1997,0,23885,24300 +GMB,1997,1,23252,23652 +GMB,1997,2,22729,23065 +GMB,1997,3,21914,22257 +GMB,1997,4,21076,21422 +GMB,1997,5,20223,20568 +GMB,1997,6,19362,19702 +GMB,1997,7,18502,18835 +GMB,1997,8,17654,17977 +GMB,1997,9,16814,17114 +GMB,1997,10,15986,16245 +GMB,1997,11,15183,15388 +GMB,1997,12,14407,14557 +GMB,1997,13,13647,13737 +GMB,1997,14,13002,13037 +GMB,1997,15,12518,12507 +GMB,1997,16,12149,12098 +GMB,1997,17,11805,11708 +GMB,1997,18,11506,11359 +GMB,1998,0,24249,24715 +GMB,1998,1,23704,24123 +GMB,1998,2,23086,23467 +GMB,1998,3,22536,22856 +GMB,1998,4,21747,22070 +GMB,1998,5,20935,21261 +GMB,1998,6,20107,20435 +GMB,1998,7,19271,19598 +GMB,1998,8,18436,18761 +GMB,1998,9,17614,17936 +GMB,1998,10,16795,17097 +GMB,1998,11,15981,16236 +GMB,1998,12,15189,15379 +GMB,1998,13,14422,14547 +GMB,1998,14,13668,13724 +GMB,1998,15,13037,13025 +GMB,1998,16,12584,12506 +GMB,1998,17,12255,12112 +GMB,1998,18,11946,11735 +GMB,1999,0,24695,25207 +GMB,1999,1,24192,24628 +GMB,1999,2,23618,23997 +GMB,1999,3,22981,23320 +GMB,1999,4,22350,22653 +GMB,1999,5,21587,21890 +GMB,1999,6,20801,21107 +GMB,1999,7,19999,20308 +GMB,1999,8,19187,19499 +GMB,1999,9,18377,18692 +GMB,1999,10,17580,17900 +GMB,1999,11,16782,17084 +GMB,1999,12,15982,16233 +GMB,1999,13,15200,15375 +GMB,1999,14,14442,14542 +GMB,1999,15,13693,13715 +GMB,1999,16,13077,13017 +GMB,1999,17,12655,12508 +GMB,1999,18,12365,12131 +GMB,2000,0,25265,25816 +GMB,2000,1,24746,25202 +GMB,2000,2,24170,24556 +GMB,2000,3,23544,23881 +GMB,2000,4,22874,23182 +GMB,2000,5,22167,22460 +GMB,2000,6,21430,21718 +GMB,2000,7,20670,20960 +GMB,2000,8,19893,20190 +GMB,2000,9,19106,19409 +GMB,2000,10,18320,18631 +GMB,2000,11,17548,17872 +GMB,2000,12,16771,17079 +GMB,2000,13,15985,16236 +GMB,2000,14,15213,15376 +GMB,2000,15,14465,14543 +GMB,2000,16,13720,13711 +GMB,2000,17,13119,13014 +GMB,2000,18,12728,12516 +GMB,2001,0,25957,26527 +GMB,2001,1,25125,25637 +GMB,2001,2,24566,25000 +GMB,2001,3,23974,24350 +GMB,2001,4,23351,23688 +GMB,2001,5,22700,23013 +GMB,2001,6,22029,22328 +GMB,2001,7,21344,21637 +GMB,2001,8,20625,20917 +GMB,2001,9,19865,20157 +GMB,2001,10,19080,19371 +GMB,2001,11,18304,18594 +GMB,2001,12,17541,17834 +GMB,2001,13,16783,17047 +GMB,2001,14,16032,16217 +GMB,2001,15,15303,15375 +GMB,2001,16,14592,14556 +GMB,2001,17,13885,13738 +GMB,2001,18,13304,13047 +GMB,2002,0,26775,27359 +GMB,2002,1,26034,26516 +GMB,2002,2,24984,25464 +GMB,2002,3,24385,24803 +GMB,2002,4,23776,24150 +GMB,2002,5,23157,23500 +GMB,2002,6,22525,22849 +GMB,2002,7,21889,22201 +GMB,2002,8,21257,21561 +GMB,2002,9,20579,20878 +GMB,2002,10,19836,20129 +GMB,2002,11,19054,19337 +GMB,2002,12,18287,18560 +GMB,2002,13,17533,17801 +GMB,2002,14,16794,17018 +GMB,2002,15,16078,16201 +GMB,2002,16,15392,15377 +GMB,2002,17,14720,14572 +GMB,2002,18,14050,13768 +GMB,2003,0,27687,28279 +GMB,2003,1,26769,27270 +GMB,2003,2,25910,26343 +GMB,2003,3,24843,25295 +GMB,2003,4,24203,24611 +GMB,2003,5,23578,23954 +GMB,2003,6,22962,23316 +GMB,2003,7,22350,22689 +GMB,2003,8,21749,22078 +GMB,2003,9,21169,21489 +GMB,2003,10,20533,20843 +GMB,2003,11,19806,20105 +GMB,2003,12,19027,19307 +GMB,2003,13,18269,18530 +GMB,2003,14,17525,17771 +GMB,2003,15,16805,16992 +GMB,2003,16,16124,16188 +GMB,2003,17,15480,15382 +GMB,2003,18,14846,14591 +GMB,2004,0,28640,29240 +GMB,2004,1,27546,28066 +GMB,2004,2,26552,27012 +GMB,2004,3,25649,26065 +GMB,2004,4,24700,25128 +GMB,2004,5,24020,24419 +GMB,2004,6,23379,23759 +GMB,2004,7,22767,23133 +GMB,2004,8,22173,22530 +GMB,2004,9,21608,21956 +GMB,2004,10,21080,21417 +GMB,2004,11,20485,20809 +GMB,2004,12,19776,20081 +GMB,2004,13,18999,19278 +GMB,2004,14,18251,18500 +GMB,2004,15,17516,17741 +GMB,2004,16,16815,16967 +GMB,2004,17,16169,16176 +GMB,2004,18,15568,15387 +GMB,2005,0,29591,30199 +GMB,2005,1,28346,28886 +GMB,2005,2,27234,27721 +GMB,2005,3,26241,26689 +GMB,2005,4,25353,25774 +GMB,2005,5,24555,24958 +GMB,2005,6,23835,24226 +GMB,2005,7,23177,23561 +GMB,2005,8,22569,22947 +GMB,2005,9,21995,22369 +GMB,2005,10,21465,21832 +GMB,2005,11,20989,21344 +GMB,2005,12,20436,20772 +GMB,2005,13,19744,20055 +GMB,2005,14,18969,19246 +GMB,2005,15,18231,18469 +GMB,2005,16,17505,17710 +GMB,2005,17,16823,16940 +GMB,2005,18,16212,16163 +GMB,2006,0,30533,31142 +GMB,2006,1,29226,29816 +GMB,2006,2,28039,28568 +GMB,2006,3,26977,27458 +GMB,2006,4,26028,26470 +GMB,2006,5,25176,25590 +GMB,2006,6,24410,24801 +GMB,2006,7,23714,24087 +GMB,2006,8,23081,23440 +GMB,2006,9,22499,22847 +GMB,2006,10,21952,22290 +GMB,2006,11,21445,21769 +GMB,2006,12,20989,21293 +GMB,2006,13,20451,20730 +GMB,2006,14,19771,20019 +GMB,2006,15,19005,19213 +GMB,2006,16,18272,18436 +GMB,2006,17,17550,17677 +GMB,2006,18,16867,16904 +GMB,2007,0,31470,32084 +GMB,2007,1,30016,30585 +GMB,2007,2,28857,29431 +GMB,2007,3,27729,28250 +GMB,2007,4,26717,27194 +GMB,2007,5,25811,26250 +GMB,2007,6,24997,25406 +GMB,2007,7,24261,24644 +GMB,2007,8,23590,23948 +GMB,2007,9,22981,23319 +GMB,2007,10,22426,22747 +GMB,2007,11,21907,22211 +GMB,2007,12,21423,21706 +GMB,2007,13,20985,21241 +GMB,2007,14,20463,20688 +GMB,2007,15,19794,19982 +GMB,2007,16,19037,19179 +GMB,2007,17,18310,18404 +GMB,2007,18,17592,17643 +GMB,2008,0,32407,33029 +GMB,2008,1,30892,31479 +GMB,2008,2,29538,30094 +GMB,2008,3,28493,29053 +GMB,2008,4,27422,27937 +GMB,2008,5,26461,26935 +GMB,2008,6,25597,26036 +GMB,2008,7,24820,25226 +GMB,2008,8,24116,24491 +GMB,2008,9,23469,23814 +GMB,2008,10,22884,23202 +GMB,2008,11,22356,22650 +GMB,2008,12,21864,22136 +GMB,2008,13,21403,21647 +GMB,2008,14,20984,21194 +GMB,2008,15,20477,20649 +GMB,2008,16,19821,19949 +GMB,2008,17,19072,19149 +GMB,2008,18,18351,18374 +GMB,2009,0,33352,33985 +GMB,2009,1,31800,32408 +GMB,2009,2,30402,30984 +GMB,2009,3,29146,29703 +GMB,2009,4,28137,28683 +GMB,2009,5,27124,27633 +GMB,2009,6,26213,26685 +GMB,2009,7,25392,25829 +GMB,2009,8,24652,25055 +GMB,2009,9,23978,24346 +GMB,2009,10,23355,23687 +GMB,2009,11,22795,23093 +GMB,2009,12,22293,22562 +GMB,2009,13,21829,22068 +GMB,2009,14,21390,21595 +GMB,2009,15,20989,21154 +GMB,2009,16,20498,20617 +GMB,2009,17,19854,19923 +GMB,2009,18,19113,19125 +GMB,2010,0,34307,34954 +GMB,2010,1,32741,33370 +GMB,2010,2,31316,31924 +GMB,2010,3,30022,30608 +GMB,2010,4,28851,29411 +GMB,2010,5,27792,28324 +GMB,2010,6,26837,27338 +GMB,2010,7,25975,26444 +GMB,2010,8,25197,25632 +GMB,2010,9,24493,24893 +GMB,2010,10,23849,24210 +GMB,2010,11,23251,23569 +GMB,2010,12,22714,22991 +GMB,2010,13,22239,22481 +GMB,2010,14,21802,22008 +GMB,2010,15,21385,21550 +GMB,2010,16,21003,21121 +GMB,2010,17,20527,20593 +GMB,2010,18,19894,19904 +GMB,2011,0,35203,35871 +GMB,2011,1,33899,34550 +GMB,2011,2,32417,33047 +GMB,2011,3,31057,31664 +GMB,2011,4,29813,30393 +GMB,2011,5,28678,29230 +GMB,2011,6,27642,28163 +GMB,2011,7,26696,27184 +GMB,2011,8,25848,26299 +GMB,2011,9,25097,25508 +GMB,2011,10,24428,24795 +GMB,2011,11,23810,24131 +GMB,2011,12,23232,23503 +GMB,2011,13,22711,22935 +GMB,2011,14,22248,22429 +GMB,2011,15,21817,21958 +GMB,2011,16,21405,21499 +GMB,2011,17,21025,21068 +GMB,2011,18,20547,20535 +GMB,2012,0,36110,36802 +GMB,2012,1,34595,35274 +GMB,2012,2,33517,34170 +GMB,2012,3,32117,32747 +GMB,2012,4,30821,31425 +GMB,2012,5,29626,30201 +GMB,2012,6,28526,29070 +GMB,2012,7,27513,28022 +GMB,2012,8,26576,27049 +GMB,2012,9,25741,26173 +GMB,2012,10,25017,25401 +GMB,2012,11,24381,24714 +GMB,2012,12,23788,24068 +GMB,2012,13,23230,23454 +GMB,2012,14,22725,22895 +GMB,2012,15,22273,22393 +GMB,2012,16,21848,21923 +GMB,2012,17,21440,21464 +GMB,2012,18,21063,21030 +GMB,2013,0,37015,37734 +GMB,2013,1,35556,36261 +GMB,2013,2,34171,34858 +GMB,2013,3,33149,33804 +GMB,2013,4,31831,32460 +GMB,2013,5,30598,31200 +GMB,2013,6,29451,30020 +GMB,2013,7,28386,28921 +GMB,2013,8,27395,27892 +GMB,2013,9,26466,26924 +GMB,2013,10,25644,26057 +GMB,2013,11,24946,25305 +GMB,2013,12,24344,24643 +GMB,2013,13,23776,24015 +GMB,2013,14,23238,23413 +GMB,2013,15,22749,22864 +GMB,2013,16,22307,22367 +GMB,2013,17,21889,21897 +GMB,2013,18,21485,21436 +GMB,2014,0,37911,38655 +GMB,2014,1,36513,37242 +GMB,2014,2,35165,35874 +GMB,2014,3,33868,34556 +GMB,2014,4,32786,33443 +GMB,2014,5,31549,32178 +GMB,2014,6,30380,30978 +GMB,2014,7,29280,29844 +GMB,2014,8,28251,28776 +GMB,2014,9,27281,27766 +GMB,2014,10,26361,26803 +GMB,2014,11,25552,25944 +GMB,2014,12,24880,25212 +GMB,2014,13,24311,24576 +GMB,2014,14,23768,23965 +GMB,2014,15,23250,23377 +GMB,2014,16,22776,22836 +GMB,2014,17,22345,22343 +GMB,2014,18,21933,21874 +GMB,2015,0,38791,39557 +GMB,2015,1,37453,38202 +GMB,2015,2,36143,36873 +GMB,2015,3,34865,35574 +GMB,2015,4,33624,34309 +GMB,2015,5,32424,33082 +GMB,2015,6,31269,31897 +GMB,2015,7,30164,30758 +GMB,2015,8,29112,29668 +GMB,2015,9,28117,28633 +GMB,2015,10,27169,27641 +GMB,2015,11,26257,26683 +GMB,2015,12,25461,25833 +GMB,2015,13,24815,25121 +GMB,2015,14,24279,24510 +GMB,2015,15,23761,23917 +GMB,2015,16,23262,23341 +GMB,2015,17,22805,22808 +GMB,2015,18,22384,22320 +GMB,2016,0,39617,40401 +GMB,2016,1,38445,39210 +GMB,2016,2,37150,37896 +GMB,2016,3,35879,36605 +GMB,2016,4,34638,35340 +GMB,2016,5,33431,34106 +GMB,2016,6,32261,32906 +GMB,2016,7,31133,31745 +GMB,2016,8,30053,30627 +GMB,2016,9,29029,29559 +GMB,2016,10,28061,28543 +GMB,2016,11,27137,27567 +GMB,2016,12,26246,26623 +GMB,2016,13,25466,25783 +GMB,2016,14,24832,25076 +GMB,2016,15,24302,24466 +GMB,2016,16,23789,23872 +GMB,2016,17,23293,23294 +GMB,2016,18,22832,22757 +GMB,2017,0,40434,41234 +GMB,2017,1,39200,39985 +GMB,2017,2,38112,38876 +GMB,2017,3,36859,37602 +GMB,2017,4,35627,36348 +GMB,2017,5,34422,35117 +GMB,2017,6,33248,33913 +GMB,2017,7,32108,32740 +GMB,2017,8,31006,31602 +GMB,2017,9,29953,30506 +GMB,2017,10,28955,29459 +GMB,2017,11,28014,28461 +GMB,2017,12,27113,27502 +GMB,2017,13,26243,26572 +GMB,2017,14,25480,25741 +GMB,2017,15,24856,25039 +GMB,2017,16,24333,24430 +GMB,2017,17,23824,23836 +GMB,2017,18,23330,23255 +GMB,2018,0,41237,42050 +GMB,2018,1,40048,40848 +GMB,2018,2,38852,39637 +GMB,2018,3,37787,38550 +GMB,2018,4,36576,37317 +GMB,2018,5,35383,36099 +GMB,2018,6,34214,34901 +GMB,2018,7,33072,33727 +GMB,2018,8,31962,32581 +GMB,2018,9,30887,31466 +GMB,2018,10,29859,30392 +GMB,2018,11,28888,29365 +GMB,2018,12,27974,28386 +GMB,2018,13,27096,27443 +GMB,2018,14,26246,26526 +GMB,2018,15,25499,25704 +GMB,2018,16,24887,25007 +GMB,2018,17,24370,24399 +GMB,2018,18,23865,23804 +GMB,2019,0,42000,43000 +GMB,2019,1,41000,42000 +GMB,2019,2,40000,41000 +GMB,2019,3,39000,39000 +GMB,2019,4,37000,38000 +GMB,2019,5,36000,37000 +GMB,2019,6,35000,36000 +GMB,2019,7,34000,35000 +GMB,2019,8,33000,34000 +GMB,2019,9,32000,32000 +GMB,2019,10,31000,31000 +GMB,2019,11,30000,30000 +GMB,2019,12,29000,29000 +GMB,2019,13,28000,28000 +GMB,2019,14,27000,27000 +GMB,2019,15,26000,26000 +GMB,2019,16,26000,26000 +GMB,2019,17,25000,25000 +GMB,2019,18,24000,24000 +GMB,2020,0,43000,44000 +GMB,2020,1,42000,43000 +GMB,2020,2,41000,41000 +GMB,2020,3,39000,40000 +GMB,2020,4,38000,39000 +GMB,2020,5,37000,38000 +GMB,2020,6,36000,37000 +GMB,2020,7,35000,36000 +GMB,2020,8,34000,34000 +GMB,2020,9,33000,33000 +GMB,2020,10,32000,32000 +GMB,2020,11,31000,31000 +GMB,2020,12,30000,30000 +GMB,2020,13,29000,29000 +GMB,2020,14,28000,28000 +GMB,2020,15,27000,27000 +GMB,2020,16,26000,26000 +GMB,2020,17,26000,26000 +GMB,2020,18,25000,25000 +GMB,2021,0,43000,44000 +GMB,2021,1,42000,43000 +GMB,2021,2,41000,42000 +GMB,2021,3,40000,41000 +GMB,2021,4,39000,40000 +GMB,2021,5,38000,39000 +GMB,2021,6,37000,38000 +GMB,2021,7,36000,37000 +GMB,2021,8,35000,35000 +GMB,2021,9,34000,34000 +GMB,2021,10,33000,33000 +GMB,2021,11,32000,32000 +GMB,2021,12,31000,31000 +GMB,2021,13,30000,30000 +GMB,2021,14,29000,29000 +GMB,2021,15,28000,28000 +GMB,2021,16,27000,27000 +GMB,2021,17,26000,26000 +GMB,2021,18,26000,26000 +GMB,2022,0,44000,45000 +GMB,2022,1,43000,44000 +GMB,2022,2,42000,43000 +GMB,2022,3,41000,42000 +GMB,2022,4,40000,41000 +GMB,2022,5,39000,40000 +GMB,2022,6,38000,39000 +GMB,2022,7,37000,38000 +GMB,2022,8,36000,36000 +GMB,2022,9,35000,35000 +GMB,2022,10,34000,34000 +GMB,2022,11,33000,33000 +GMB,2022,12,32000,32000 +GMB,2022,13,31000,31000 +GMB,2022,14,30000,30000 +GMB,2022,15,29000,29000 +GMB,2022,16,28000,28000 +GMB,2022,17,27000,27000 +GMB,2022,18,26000,26000 +GMB,2023,0,45000,46000 +GMB,2023,1,44000,45000 +GMB,2023,2,43000,44000 +GMB,2023,3,42000,43000 +GMB,2023,4,41000,42000 +GMB,2023,5,40000,41000 +GMB,2023,6,39000,40000 +GMB,2023,7,38000,38000 +GMB,2023,8,37000,37000 +GMB,2023,9,36000,36000 +GMB,2023,10,35000,35000 +GMB,2023,11,34000,34000 +GMB,2023,12,33000,33000 +GMB,2023,13,32000,32000 +GMB,2023,14,31000,31000 +GMB,2023,15,30000,30000 +GMB,2023,16,29000,29000 +GMB,2023,17,28000,28000 +GMB,2023,18,27000,27000 +GMB,2024,0,45000,46000 +GMB,2024,1,44000,45000 +GMB,2024,2,44000,44000 +GMB,2024,3,43000,43000 +GMB,2024,4,42000,42000 +GMB,2024,5,41000,41000 +GMB,2024,6,40000,40000 +GMB,2024,7,39000,39000 +GMB,2024,8,38000,38000 +GMB,2024,9,37000,37000 +GMB,2024,10,36000,36000 +GMB,2024,11,35000,35000 +GMB,2024,12,34000,34000 +GMB,2024,13,33000,33000 +GMB,2024,14,32000,32000 +GMB,2024,15,31000,31000 +GMB,2024,16,30000,30000 +GMB,2024,17,29000,29000 +GMB,2024,18,28000,28000 +GMB,2025,0,46000,47000 +GMB,2025,1,45000,46000 +GMB,2025,2,44000,45000 +GMB,2025,3,43000,44000 +GMB,2025,4,42000,43000 +GMB,2025,5,41000,42000 +GMB,2025,6,40000,41000 +GMB,2025,7,39000,40000 +GMB,2025,8,38000,39000 +GMB,2025,9,37000,38000 +GMB,2025,10,36000,37000 +GMB,2025,11,35000,36000 +GMB,2025,12,34000,35000 +GMB,2025,13,33000,34000 +GMB,2025,14,33000,33000 +GMB,2025,15,32000,32000 +GMB,2025,16,31000,31000 +GMB,2025,17,30000,30000 +GMB,2025,18,29000,29000 +GMB,2026,0,47000,48000 +GMB,2026,1,46000,47000 +GMB,2026,2,45000,46000 +GMB,2026,3,44000,45000 +GMB,2026,4,43000,44000 +GMB,2026,5,42000,43000 +GMB,2026,6,41000,42000 +GMB,2026,7,40000,41000 +GMB,2026,8,39000,40000 +GMB,2026,9,38000,39000 +GMB,2026,10,37000,38000 +GMB,2026,11,36000,37000 +GMB,2026,12,35000,36000 +GMB,2026,13,34000,35000 +GMB,2026,14,34000,34000 +GMB,2026,15,33000,33000 +GMB,2026,16,32000,32000 +GMB,2026,17,31000,31000 +GMB,2026,18,30000,30000 +GMB,2027,0,47000,48000 +GMB,2027,1,46000,47000 +GMB,2027,2,46000,46000 +GMB,2027,3,45000,46000 +GMB,2027,4,44000,45000 +GMB,2027,5,43000,44000 +GMB,2027,6,42000,43000 +GMB,2027,7,41000,42000 +GMB,2027,8,40000,41000 +GMB,2027,9,39000,40000 +GMB,2027,10,38000,39000 +GMB,2027,11,37000,38000 +GMB,2027,12,36000,37000 +GMB,2027,13,35000,36000 +GMB,2027,14,34000,35000 +GMB,2027,15,34000,34000 +GMB,2027,16,33000,33000 +GMB,2027,17,32000,32000 +GMB,2027,18,31000,31000 +GMB,2028,0,48000,49000 +GMB,2028,1,47000,48000 +GMB,2028,2,46000,47000 +GMB,2028,3,45000,46000 +GMB,2028,4,44000,45000 +GMB,2028,5,44000,44000 +GMB,2028,6,43000,43000 +GMB,2028,7,42000,43000 +GMB,2028,8,41000,42000 +GMB,2028,9,40000,41000 +GMB,2028,10,39000,40000 +GMB,2028,11,38000,39000 +GMB,2028,12,37000,38000 +GMB,2028,13,36000,37000 +GMB,2028,14,35000,36000 +GMB,2028,15,35000,35000 +GMB,2028,16,34000,34000 +GMB,2028,17,33000,33000 +GMB,2028,18,32000,32000 +GMB,2029,0,49000,50000 +GMB,2029,1,48000,49000 +GMB,2029,2,47000,48000 +GMB,2029,3,46000,47000 +GMB,2029,4,45000,46000 +GMB,2029,5,44000,45000 +GMB,2029,6,43000,44000 +GMB,2029,7,42000,43000 +GMB,2029,8,42000,42000 +GMB,2029,9,41000,41000 +GMB,2029,10,40000,41000 +GMB,2029,11,39000,40000 +GMB,2029,12,38000,39000 +GMB,2029,13,37000,38000 +GMB,2029,14,36000,37000 +GMB,2029,15,35000,36000 +GMB,2029,16,35000,35000 +GMB,2029,17,34000,34000 +GMB,2029,18,33000,33000 +GMB,2030,0,49000,50000 +GMB,2030,1,48000,49000 +GMB,2030,2,47000,48000 +GMB,2030,3,46000,47000 +GMB,2030,4,46000,47000 +GMB,2030,5,45000,46000 +GMB,2030,6,44000,45000 +GMB,2030,7,43000,44000 +GMB,2030,8,42000,43000 +GMB,2030,9,41000,42000 +GMB,2030,10,41000,41000 +GMB,2030,11,40000,40000 +GMB,2030,12,39000,40000 +GMB,2030,13,38000,39000 +GMB,2030,14,37000,38000 +GMB,2030,15,36000,37000 +GMB,2030,16,35000,36000 +GMB,2030,17,35000,35000 +GMB,2030,18,34000,34000 +GMB,2031,0,50000,51000 +GMB,2031,1,49000,50000 +GMB,2031,2,48000,49000 +GMB,2031,3,47000,48000 +GMB,2031,4,46000,47000 +GMB,2031,5,45000,46000 +GMB,2031,6,45000,45000 +GMB,2031,7,44000,45000 +GMB,2031,8,43000,44000 +GMB,2031,9,42000,43000 +GMB,2031,10,41000,42000 +GMB,2031,11,41000,41000 +GMB,2031,12,40000,40000 +GMB,2031,13,39000,40000 +GMB,2031,14,38000,39000 +GMB,2031,15,37000,38000 +GMB,2031,16,36000,37000 +GMB,2031,17,35000,36000 +GMB,2031,18,35000,35000 +GMB,2032,0,50000,51000 +GMB,2032,1,49000,50000 +GMB,2032,2,49000,50000 +GMB,2032,3,48000,49000 +GMB,2032,4,47000,48000 +GMB,2032,5,46000,47000 +GMB,2032,6,45000,46000 +GMB,2032,7,44000,45000 +GMB,2032,8,44000,44000 +GMB,2032,9,43000,44000 +GMB,2032,10,42000,43000 +GMB,2032,11,41000,42000 +GMB,2032,12,41000,41000 +GMB,2032,13,40000,40000 +GMB,2032,14,39000,39000 +GMB,2032,15,38000,39000 +GMB,2032,16,37000,38000 +GMB,2032,17,36000,37000 +GMB,2032,18,36000,36000 +GMB,2033,0,51000,52000 +GMB,2033,1,50000,51000 +GMB,2033,2,49000,50000 +GMB,2033,3,48000,49000 +GMB,2033,4,48000,48000 +GMB,2033,5,47000,48000 +GMB,2033,6,46000,47000 +GMB,2033,7,45000,46000 +GMB,2033,8,44000,45000 +GMB,2033,9,44000,44000 +GMB,2033,10,43000,44000 +GMB,2033,11,42000,43000 +GMB,2033,12,41000,42000 +GMB,2033,13,41000,41000 +GMB,2033,14,40000,40000 +GMB,2033,15,39000,39000 +GMB,2033,16,38000,39000 +GMB,2033,17,37000,38000 +GMB,2033,18,36000,37000 +GMB,2034,0,51000,52000 +GMB,2034,1,50000,51000 +GMB,2034,2,50000,51000 +GMB,2034,3,49000,50000 +GMB,2034,4,48000,49000 +GMB,2034,5,47000,48000 +GMB,2034,6,47000,47000 +GMB,2034,7,46000,47000 +GMB,2034,8,45000,46000 +GMB,2034,9,44000,45000 +GMB,2034,10,43000,44000 +GMB,2034,11,43000,43000 +GMB,2034,12,42000,43000 +GMB,2034,13,41000,42000 +GMB,2034,14,41000,41000 +GMB,2034,15,40000,40000 +GMB,2034,16,39000,39000 +GMB,2034,17,38000,39000 +GMB,2034,18,37000,38000 +GMB,2035,0,52000,53000 +GMB,2035,1,51000,52000 +GMB,2035,2,50000,51000 +GMB,2035,3,49000,50000 +GMB,2035,4,49000,50000 +GMB,2035,5,48000,49000 +GMB,2035,6,47000,48000 +GMB,2035,7,46000,47000 +GMB,2035,8,46000,46000 +GMB,2035,9,45000,46000 +GMB,2035,10,44000,45000 +GMB,2035,11,43000,44000 +GMB,2035,12,43000,43000 +GMB,2035,13,42000,43000 +GMB,2035,14,41000,42000 +GMB,2035,15,41000,41000 +GMB,2035,16,40000,40000 +GMB,2035,17,39000,39000 +GMB,2035,18,38000,38000 +GMB,2036,0,52000,53000 +GMB,2036,1,51000,53000 +GMB,2036,2,51000,52000 +GMB,2036,3,50000,51000 +GMB,2036,4,49000,50000 +GMB,2036,5,48000,49000 +GMB,2036,6,48000,49000 +GMB,2036,7,47000,48000 +GMB,2036,8,46000,47000 +GMB,2036,9,45000,46000 +GMB,2036,10,45000,46000 +GMB,2036,11,44000,45000 +GMB,2036,12,43000,44000 +GMB,2036,13,43000,43000 +GMB,2036,14,42000,43000 +GMB,2036,15,41000,42000 +GMB,2036,16,41000,41000 +GMB,2036,17,40000,40000 +GMB,2036,18,39000,39000 +GMB,2037,0,53000,54000 +GMB,2037,1,52000,53000 +GMB,2037,2,51000,52000 +GMB,2037,3,50000,51000 +GMB,2037,4,50000,51000 +GMB,2037,5,49000,50000 +GMB,2037,6,48000,49000 +GMB,2037,7,48000,48000 +GMB,2037,8,47000,48000 +GMB,2037,9,46000,47000 +GMB,2037,10,45000,46000 +GMB,2037,11,45000,45000 +GMB,2037,12,44000,45000 +GMB,2037,13,43000,44000 +GMB,2037,14,43000,43000 +GMB,2037,15,42000,42000 +GMB,2037,16,41000,42000 +GMB,2037,17,41000,41000 +GMB,2037,18,40000,40000 +GMB,2038,0,53000,54000 +GMB,2038,1,52000,53000 +GMB,2038,2,52000,53000 +GMB,2038,3,51000,52000 +GMB,2038,4,50000,51000 +GMB,2038,5,49000,50000 +GMB,2038,6,49000,50000 +GMB,2038,7,48000,49000 +GMB,2038,8,47000,48000 +GMB,2038,9,47000,48000 +GMB,2038,10,46000,47000 +GMB,2038,11,45000,46000 +GMB,2038,12,45000,45000 +GMB,2038,13,44000,45000 +GMB,2038,14,43000,44000 +GMB,2038,15,43000,43000 +GMB,2038,16,42000,42000 +GMB,2038,17,41000,42000 +GMB,2038,18,41000,41000 +GMB,2039,0,54000,55000 +GMB,2039,1,53000,54000 +GMB,2039,2,52000,53000 +GMB,2039,3,51000,52000 +GMB,2039,4,51000,52000 +GMB,2039,5,50000,51000 +GMB,2039,6,49000,50000 +GMB,2039,7,49000,50000 +GMB,2039,8,48000,49000 +GMB,2039,9,47000,48000 +GMB,2039,10,47000,47000 +GMB,2039,11,46000,47000 +GMB,2039,12,45000,46000 +GMB,2039,13,45000,45000 +GMB,2039,14,44000,45000 +GMB,2039,15,43000,44000 +GMB,2039,16,43000,43000 +GMB,2039,17,42000,42000 +GMB,2039,18,41000,42000 +GMB,2040,0,54000,55000 +GMB,2040,1,53000,54000 +GMB,2040,2,53000,54000 +GMB,2040,3,52000,53000 +GMB,2040,4,51000,52000 +GMB,2040,5,50000,51000 +GMB,2040,6,50000,51000 +GMB,2040,7,49000,50000 +GMB,2040,8,48000,49000 +GMB,2040,9,48000,49000 +GMB,2040,10,47000,48000 +GMB,2040,11,47000,47000 +GMB,2040,12,46000,47000 +GMB,2040,13,45000,46000 +GMB,2040,14,45000,45000 +GMB,2040,15,44000,45000 +GMB,2040,16,43000,44000 +GMB,2040,17,43000,43000 +GMB,2040,18,42000,42000 +GMB,2041,0,55000,56000 +GMB,2041,1,54000,55000 +GMB,2041,2,53000,54000 +GMB,2041,3,52000,53000 +GMB,2041,4,52000,53000 +GMB,2041,5,51000,52000 +GMB,2041,6,50000,51000 +GMB,2041,7,50000,51000 +GMB,2041,8,49000,50000 +GMB,2041,9,48000,49000 +GMB,2041,10,48000,49000 +GMB,2041,11,47000,48000 +GMB,2041,12,47000,47000 +GMB,2041,13,46000,47000 +GMB,2041,14,45000,46000 +GMB,2041,15,45000,45000 +GMB,2041,16,44000,45000 +GMB,2041,17,43000,44000 +GMB,2041,18,43000,43000 +GMB,2042,0,55000,56000 +GMB,2042,1,54000,55000 +GMB,2042,2,54000,55000 +GMB,2042,3,53000,54000 +GMB,2042,4,52000,53000 +GMB,2042,5,52000,53000 +GMB,2042,6,51000,52000 +GMB,2042,7,50000,51000 +GMB,2042,8,50000,50000 +GMB,2042,9,49000,50000 +GMB,2042,10,48000,49000 +GMB,2042,11,48000,48000 +GMB,2042,12,47000,48000 +GMB,2042,13,47000,47000 +GMB,2042,14,46000,47000 +GMB,2042,15,45000,46000 +GMB,2042,16,45000,45000 +GMB,2042,17,44000,44000 +GMB,2042,18,43000,44000 +GMB,2043,0,55000,56000 +GMB,2043,1,55000,56000 +GMB,2043,2,54000,55000 +GMB,2043,3,53000,54000 +GMB,2043,4,53000,54000 +GMB,2043,5,52000,53000 +GMB,2043,6,51000,52000 +GMB,2043,7,51000,52000 +GMB,2043,8,50000,51000 +GMB,2043,9,49000,50000 +GMB,2043,10,49000,50000 +GMB,2043,11,48000,49000 +GMB,2043,12,48000,48000 +GMB,2043,13,47000,48000 +GMB,2043,14,47000,47000 +GMB,2043,15,46000,47000 +GMB,2043,16,45000,46000 +GMB,2043,17,45000,45000 +GMB,2043,18,44000,44000 +GMB,2044,0,56000,57000 +GMB,2044,1,55000,56000 +GMB,2044,2,54000,55000 +GMB,2044,3,54000,55000 +GMB,2044,4,53000,54000 +GMB,2044,5,52000,53000 +GMB,2044,6,52000,53000 +GMB,2044,7,51000,52000 +GMB,2044,8,51000,51000 +GMB,2044,9,50000,51000 +GMB,2044,10,49000,50000 +GMB,2044,11,49000,50000 +GMB,2044,12,48000,49000 +GMB,2044,13,48000,48000 +GMB,2044,14,47000,48000 +GMB,2044,15,47000,47000 +GMB,2044,16,46000,46000 +GMB,2044,17,45000,46000 +GMB,2044,18,45000,45000 +GMB,2045,0,56000,57000 +GMB,2045,1,55000,56000 +GMB,2045,2,55000,56000 +GMB,2045,3,54000,55000 +GMB,2045,4,53000,54000 +GMB,2045,5,53000,54000 +GMB,2045,6,52000,53000 +GMB,2045,7,52000,53000 +GMB,2045,8,51000,52000 +GMB,2045,9,50000,51000 +GMB,2045,10,50000,51000 +GMB,2045,11,49000,50000 +GMB,2045,12,49000,49000 +GMB,2045,13,48000,49000 +GMB,2045,14,48000,48000 +GMB,2045,15,47000,48000 +GMB,2045,16,47000,47000 +GMB,2045,17,46000,46000 +GMB,2045,18,45000,46000 +GMB,2046,0,56000,57000 +GMB,2046,1,56000,57000 +GMB,2046,2,55000,56000 +GMB,2046,3,54000,56000 +GMB,2046,4,54000,55000 +GMB,2046,5,53000,54000 +GMB,2046,6,53000,54000 +GMB,2046,7,52000,53000 +GMB,2046,8,52000,52000 +GMB,2046,9,51000,52000 +GMB,2046,10,50000,51000 +GMB,2046,11,50000,51000 +GMB,2046,12,49000,50000 +GMB,2046,13,49000,49000 +GMB,2046,14,48000,49000 +GMB,2046,15,48000,48000 +GMB,2046,16,47000,48000 +GMB,2046,17,47000,47000 +GMB,2046,18,46000,46000 +GMB,2047,0,57000,58000 +GMB,2047,1,56000,57000 +GMB,2047,2,55000,57000 +GMB,2047,3,55000,56000 +GMB,2047,4,54000,55000 +GMB,2047,5,54000,55000 +GMB,2047,6,53000,54000 +GMB,2047,7,53000,54000 +GMB,2047,8,52000,53000 +GMB,2047,9,51000,52000 +GMB,2047,10,51000,52000 +GMB,2047,11,50000,51000 +GMB,2047,12,50000,51000 +GMB,2047,13,49000,50000 +GMB,2047,14,49000,49000 +GMB,2047,15,48000,49000 +GMB,2047,16,48000,48000 +GMB,2047,17,47000,48000 +GMB,2047,18,47000,47000 +GMB,2048,0,57000,58000 +GMB,2048,1,56000,57000 +GMB,2048,2,56000,57000 +GMB,2048,3,55000,56000 +GMB,2048,4,55000,56000 +GMB,2048,5,54000,55000 +GMB,2048,6,54000,55000 +GMB,2048,7,53000,54000 +GMB,2048,8,52000,53000 +GMB,2048,9,52000,53000 +GMB,2048,10,51000,52000 +GMB,2048,11,51000,52000 +GMB,2048,12,50000,51000 +GMB,2048,13,50000,51000 +GMB,2048,14,49000,50000 +GMB,2048,15,49000,49000 +GMB,2048,16,48000,49000 +GMB,2048,17,48000,48000 +GMB,2048,18,47000,48000 +GMB,2049,0,57000,58000 +GMB,2049,1,57000,58000 +GMB,2049,2,56000,57000 +GMB,2049,3,55000,57000 +GMB,2049,4,55000,56000 +GMB,2049,5,54000,56000 +GMB,2049,6,54000,55000 +GMB,2049,7,53000,54000 +GMB,2049,8,53000,54000 +GMB,2049,9,52000,53000 +GMB,2049,10,52000,53000 +GMB,2049,11,51000,52000 +GMB,2049,12,51000,52000 +GMB,2049,13,50000,51000 +GMB,2049,14,50000,50000 +GMB,2049,15,49000,50000 +GMB,2049,16,49000,49000 +GMB,2049,17,48000,49000 +GMB,2049,18,48000,48000 +GMB,2050,0,57000,59000 +GMB,2050,1,57000,58000 +GMB,2050,2,56000,57000 +GMB,2050,3,56000,57000 +GMB,2050,4,55000,56000 +GMB,2050,5,55000,56000 +GMB,2050,6,54000,55000 +GMB,2050,7,54000,55000 +GMB,2050,8,53000,54000 +GMB,2050,9,53000,54000 +GMB,2050,10,52000,53000 +GMB,2050,11,52000,53000 +GMB,2050,12,51000,52000 +GMB,2050,13,51000,52000 +GMB,2050,14,50000,51000 +GMB,2050,15,50000,50000 +GMB,2050,16,49000,50000 +GMB,2050,17,49000,49000 +GMB,2050,18,48000,49000 +GNB,1990,0,19158,19286 +GNB,1990,1,18688,18735 +GNB,1990,2,18177,18157 +GNB,1990,3,17630,17555 +GNB,1990,4,17052,16936 +GNB,1990,5,16451,16305 +GNB,1990,6,15833,15665 +GNB,1990,7,15204,15024 +GNB,1990,8,14569,14385 +GNB,1990,9,13937,13753 +GNB,1990,10,13303,13127 +GNB,1990,11,12667,12502 +GNB,1990,12,12076,11924 +GNB,1990,13,11552,11416 +GNB,1990,14,11077,10957 +GNB,1990,15,10616,10512 +GNB,1990,16,10181,10092 +GNB,1990,17,9744,9665 +GNB,1990,18,9287,9212 +GNB,1991,0,19438,19562 +GNB,1991,1,18804,18874 +GNB,1991,2,18328,18327 +GNB,1991,3,17829,17769 +GNB,1991,4,17308,17202 +GNB,1991,5,16767,16626 +GNB,1991,6,16215,16048 +GNB,1991,7,15658,15473 +GNB,1991,8,15073,14879 +GNB,1991,9,14453,14257 +GNB,1991,10,13816,13623 +GNB,1991,11,13183,12998 +GNB,1991,12,12549,12374 +GNB,1991,13,11959,11798 +GNB,1991,14,11439,11292 +GNB,1991,15,10970,10837 +GNB,1991,16,10512,10393 +GNB,1991,17,10079,9972 +GNB,1991,18,9644,9545 +GNB,1992,0,19860,19980 +GNB,1992,1,19247,19291 +GNB,1992,2,18453,18467 +GNB,1992,3,17970,17923 +GNB,1992,4,17483,17386 +GNB,1992,5,16988,16853 +GNB,1992,6,16485,16320 +GNB,1992,7,15981,15795 +GNB,1992,8,15484,15285 +GNB,1992,9,14944,14739 +GNB,1992,10,14339,14133 +GNB,1992,11,13697,13496 +GNB,1992,12,13065,12872 +GNB,1992,13,12431,12250 +GNB,1992,14,11843,11675 +GNB,1992,15,11328,11172 +GNB,1992,16,10864,10720 +GNB,1992,17,10409,10276 +GNB,1992,18,9978,9855 +GNB,1993,0,20354,20474 +GNB,1993,1,19589,19634 +GNB,1993,2,18881,18864 +GNB,1993,3,18105,18065 +GNB,1993,4,17616,17525 +GNB,1993,5,17140,17008 +GNB,1993,6,16671,16508 +GNB,1993,7,16205,16019 +GNB,1993,8,15749,15547 +GNB,1993,9,15314,15102 +GNB,1993,10,14818,14602 +GNB,1993,11,14227,14013 +GNB,1993,12,13580,13372 +GNB,1993,13,12948,12750 +GNB,1993,14,12316,12129 +GNB,1993,15,11730,11555 +GNB,1993,16,11218,11054 +GNB,1993,17,10760,10606 +GNB,1993,18,10308,10163 +GNB,1994,0,20823,20945 +GNB,1994,1,19926,19976 +GNB,1994,2,19127,19114 +GNB,1994,3,18415,18349 +GNB,1994,4,17764,17671 +GNB,1994,5,17268,17134 +GNB,1994,6,16804,16637 +GNB,1994,7,16361,16171 +GNB,1994,8,15932,15724 +GNB,1994,9,15524,15305 +GNB,1994,10,15149,14924 +GNB,1994,11,14698,14472 +GNB,1994,12,14121,13900 +GNB,1994,13,13469,13255 +GNB,1994,14,12837,12633 +GNB,1994,15,12206,12014 +GNB,1994,16,11621,11440 +GNB,1994,17,11113,10942 +GNB,1994,18,10660,10496 +GNB,1995,0,21191,21323 +GNB,1995,1,20227,20283 +GNB,1995,2,19382,19374 +GNB,1995,3,18643,18580 +GNB,1995,4,17997,17887 +GNB,1995,5,17429,17281 +GNB,1995,6,16925,16747 +GNB,1995,7,16472,16271 +GNB,1995,8,16056,15838 +GNB,1995,9,15663,15434 +GNB,1995,10,15304,15068 +GNB,1995,11,14989,14751 +GNB,1995,12,14582,14346 +GNB,1995,13,14019,13790 +GNB,1995,14,13361,13141 +GNB,1995,15,12730,12520 +GNB,1995,16,12100,11902 +GNB,1995,17,11515,11328 +GNB,1995,18,11012,10832 +GNB,1996,0,21382,21526 +GNB,1996,1,20729,20809 +GNB,1996,2,19859,19871 +GNB,1996,3,19088,19044 +GNB,1996,4,18406,18314 +GNB,1996,5,17800,17668 +GNB,1996,6,17259,17095 +GNB,1996,7,16769,16580 +GNB,1996,8,16325,16115 +GNB,1996,9,15916,15687 +GNB,1996,10,15528,15284 +GNB,1996,11,15167,14912 +GNB,1996,12,14845,14582 +GNB,1996,13,14434,14166 +GNB,1996,14,13874,13604 +GNB,1996,15,13224,12952 +GNB,1996,16,12597,12327 +GNB,1996,17,11970,11701 +GNB,1996,18,11389,11125 +GNB,1997,0,21496,21660 +GNB,1997,1,20624,20699 +GNB,1997,2,20286,20317 +GNB,1997,3,19509,19480 +GNB,1997,4,18811,18733 +GNB,1997,5,18184,18066 +GNB,1997,6,17619,17467 +GNB,1997,7,17104,16925 +GNB,1997,8,16628,16429 +GNB,1997,9,16191,15974 +GNB,1997,10,15790,15552 +GNB,1997,11,15407,15149 +GNB,1997,12,15045,14770 +GNB,1997,13,14715,14428 +GNB,1997,14,14298,14001 +GNB,1997,15,13741,13432 +GNB,1997,16,13098,12777 +GNB,1997,17,12475,12146 +GNB,1997,18,11851,11513 +GNB,1998,0,21584,21772 +GNB,1998,1,20818,20908 +GNB,1998,2,20120,20129 +GNB,1998,3,19861,19842 +GNB,1998,4,19176,19105 +GNB,1998,5,18551,18439 +GNB,1998,6,17979,17833 +GNB,1998,7,17453,17280 +GNB,1998,8,16964,16770 +GNB,1998,9,16501,16292 +GNB,1998,10,16072,15848 +GNB,1998,11,15677,15430 +GNB,1998,12,15300,15027 +GNB,1998,13,14935,14642 +GNB,1998,14,14597,14286 +GNB,1998,15,14176,13847 +GNB,1998,16,13621,13271 +GNB,1998,17,12983,12613 +GNB,1998,18,12364,11975 +GNB,1999,0,21723,21935 +GNB,1999,1,21045,21153 +GNB,1999,2,20410,20432 +GNB,1999,3,19815,19768 +GNB,1999,4,19454,19380 +GNB,1999,5,18860,18743 +GNB,1999,6,18307,18156 +GNB,1999,7,17790,17612 +GNB,1999,8,17303,17105 +GNB,1999,9,16839,16626 +GNB,1999,10,16389,16166 +GNB,1999,11,15967,15731 +GNB,1999,12,15579,15318 +GNB,1999,13,15206,14915 +GNB,1999,14,14839,14522 +GNB,1999,15,14492,14154 +GNB,1999,16,14066,13703 +GNB,1999,17,13512,13119 +GNB,1999,18,12880,12456 +GNB,2000,0,21971,22203 +GNB,2000,1,21330,21456 +GNB,2000,2,20721,20759 +GNB,2000,3,20142,20109 +GNB,2000,4,19591,19501 +GNB,2000,5,19066,18930 +GNB,2000,6,18564,18393 +GNB,2000,7,18082,17886 +GNB,2000,8,17619,17403 +GNB,2000,9,17171,16941 +GNB,2000,10,16732,16493 +GNB,2000,11,16294,16051 +GNB,2000,12,15880,15626 +GNB,2000,13,15497,15217 +GNB,2000,14,15128,14814 +GNB,2000,15,14758,14413 +GNB,2000,16,14403,14031 +GNB,2000,17,13971,13567 +GNB,2000,18,13418,12976 +GNB,2001,0,22227,22489 +GNB,2001,1,21586,21775 +GNB,2001,2,20974,21062 +GNB,2001,3,20402,20401 +GNB,2001,4,19864,19789 +GNB,2001,5,19356,19217 +GNB,2001,6,18876,18684 +GNB,2001,7,18423,18186 +GNB,2001,8,17978,17705 +GNB,2001,9,17532,17232 +GNB,2001,10,17088,16766 +GNB,2001,11,16653,16315 +GNB,2001,12,16217,15869 +GNB,2001,13,15802,15437 +GNB,2001,14,15414,15022 +GNB,2001,15,15037,14611 +GNB,2001,16,14657,14202 +GNB,2001,17,14291,13811 +GNB,2001,18,13849,13343 +GNB,2002,0,22593,22884 +GNB,2002,1,21861,22060 +GNB,2002,2,21232,21374 +GNB,2002,3,20650,20693 +GNB,2002,4,20113,20069 +GNB,2002,5,19615,19492 +GNB,2002,6,19149,18957 +GNB,2002,7,18714,18461 +GNB,2002,8,18309,18001 +GNB,2002,9,17900,17546 +GNB,2002,10,17470,17081 +GNB,2002,11,17029,16612 +GNB,2002,12,16597,16157 +GNB,2002,13,16164,15706 +GNB,2002,14,15746,15268 +GNB,2002,15,15353,14845 +GNB,2002,16,14967,14426 +GNB,2002,17,14578,14009 +GNB,2002,18,14200,13607 +GNB,2003,0,23057,23377 +GNB,2003,1,22227,22467 +GNB,2003,2,21484,21645 +GNB,2003,3,20902,20997 +GNB,2003,4,20348,20349 +GNB,2003,5,19846,19759 +GNB,2003,6,19387,19218 +GNB,2003,7,18962,18719 +GNB,2003,8,18572,18258 +GNB,2003,9,18215,17836 +GNB,2003,10,17842,17407 +GNB,2003,11,17428,16950 +GNB,2003,12,16989,16476 +GNB,2003,13,16560,16017 +GNB,2003,14,16129,15561 +GNB,2003,15,15708,15115 +GNB,2003,16,15309,14685 +GNB,2003,17,14915,14258 +GNB,2003,18,14515,13831 +GNB,2004,0,23597,23951 +GNB,2004,1,22665,22951 +GNB,2004,2,21846,22059 +GNB,2004,3,21128,21265 +GNB,2004,4,20586,20644 +GNB,2004,5,20060,20027 +GNB,2004,6,19593,19471 +GNB,2004,7,19172,18966 +GNB,2004,8,18789,18501 +GNB,2004,9,18442,18076 +GNB,2004,10,18133,17691 +GNB,2004,11,17795,17288 +GNB,2004,12,17397,16837 +GNB,2004,13,16960,16358 +GNB,2004,14,16534,15895 +GNB,2004,15,16104,15433 +GNB,2004,16,15681,14980 +GNB,2004,17,15275,14541 +GNB,2004,18,14872,14105 +GNB,2005,0,24187,24584 +GNB,2005,1,23171,23511 +GNB,2005,2,22285,22558 +GNB,2005,3,21515,21714 +GNB,2005,4,20849,20968 +GNB,2005,5,20273,20308 +GNB,2005,6,19775,19723 +GNB,2005,7,19342,19200 +GNB,2005,8,18961,18730 +GNB,2005,9,18618,18300 +GNB,2005,10,18316,17910 +GNB,2005,11,18054,17562 +GNB,2005,12,17752,17183 +GNB,2005,13,17369,16740 +GNB,2005,14,16934,16255 +GNB,2005,15,16511,15787 +GNB,2005,16,16082,15319 +GNB,2005,17,15657,14857 +GNB,2005,18,15244,14409 +GNB,2006,0,24772,25155 +GNB,2006,1,23858,24197 +GNB,2006,2,22905,23188 +GNB,2006,3,22068,22287 +GNB,2006,4,21336,21485 +GNB,2006,5,20698,20771 +GNB,2006,6,20141,20134 +GNB,2006,7,19652,19563 +GNB,2006,8,19227,19052 +GNB,2006,9,18853,18592 +GNB,2006,10,18519,18170 +GNB,2006,11,18219,17784 +GNB,2006,12,17956,17436 +GNB,2006,13,17652,17057 +GNB,2006,14,17270,16613 +GNB,2006,15,16836,16128 +GNB,2006,16,16412,15657 +GNB,2006,17,15981,15187 +GNB,2006,18,15554,14723 +GNB,2007,0,25408,25787 +GNB,2007,1,24288,24629 +GNB,2007,2,23539,23839 +GNB,2007,3,22648,22893 +GNB,2007,4,21860,22043 +GNB,2007,5,21165,21281 +GNB,2007,6,20555,20598 +GNB,2007,7,20016,19984 +GNB,2007,8,19537,19428 +GNB,2007,9,19119,18927 +GNB,2007,10,18753,18477 +GNB,2007,11,18426,18063 +GNB,2007,12,18129,17680 +GNB,2007,13,17864,17331 +GNB,2007,14,17560,16950 +GNB,2007,15,17177,16505 +GNB,2007,16,16743,16020 +GNB,2007,17,16318,15547 +GNB,2007,18,15886,15072 +GNB,2008,0,26070,26455 +GNB,2008,1,24926,25279 +GNB,2008,2,23907,24220 +GNB,2008,3,23230,23503 +GNB,2008,4,22400,22619 +GNB,2008,5,21660,21820 +GNB,2008,6,21003,21098 +GNB,2008,7,20420,20445 +GNB,2008,8,19899,19853 +GNB,2008,9,19430,19310 +GNB,2008,10,19018,18820 +GNB,2008,11,18661,18379 +GNB,2008,12,18341,17972 +GNB,2008,13,18046,17592 +GNB,2008,14,17780,17242 +GNB,2008,15,17474,16860 +GNB,2008,16,17091,16414 +GNB,2008,17,16658,15927 +GNB,2008,18,16232,15451 +GNB,2009,0,26727,27128 +GNB,2009,1,25584,25957 +GNB,2009,2,24552,24889 +GNB,2009,3,23623,23916 +GNB,2009,4,22933,23184 +GNB,2009,5,22164,22362 +GNB,2009,6,21472,21613 +GNB,2009,7,20852,20930 +GNB,2009,8,20296,20307 +GNB,2009,9,19793,19736 +GNB,2009,10,19334,19207 +GNB,2009,11,18929,18727 +GNB,2009,12,18578,18294 +GNB,2009,13,18266,17895 +GNB,2009,14,17973,17517 +GNB,2009,15,17706,17167 +GNB,2009,16,17397,16782 +GNB,2009,17,17014,16334 +GNB,2009,18,16581,15845 +GNB,2010,0,27355,27783 +GNB,2010,1,26241,26638 +GNB,2010,2,25219,25580 +GNB,2010,3,24284,24605 +GNB,2010,4,23429,23705 +GNB,2010,5,22650,22878 +GNB,2010,6,21942,22117 +GNB,2010,7,21298,21417 +GNB,2010,8,20715,20773 +GNB,2010,9,20185,20180 +GNB,2010,10,19700,19630 +GNB,2010,11,19249,19114 +GNB,2010,12,18851,18643 +GNB,2010,13,18508,18219 +GNB,2010,14,18202,17827 +GNB,2010,15,17912,17452 +GNB,2010,16,17642,17100 +GNB,2010,17,17332,16713 +GNB,2010,18,16948,16263 +GNB,2011,0,27864,28321 +GNB,2011,1,27062,27463 +GNB,2011,2,26019,26388 +GNB,2011,3,25050,25383 +GNB,2011,4,24152,24446 +GNB,2011,5,23321,23573 +GNB,2011,6,22553,22760 +GNB,2011,7,21843,22002 +GNB,2011,8,21199,21304 +GNB,2011,9,20622,20669 +GNB,2011,10,20103,20087 +GNB,2011,11,19622,19541 +GNB,2011,12,19171,19026 +GNB,2011,13,18772,18554 +GNB,2011,14,18428,18128 +GNB,2011,15,18121,17732 +GNB,2011,16,17829,17354 +GNB,2011,17,17557,16997 +GNB,2011,18,17244,16606 +GNB,2012,0,28349,28845 +GNB,2012,1,27388,27831 +GNB,2012,2,26797,27170 +GNB,2012,3,25825,26164 +GNB,2012,4,24908,25211 +GNB,2012,5,24045,24312 +GNB,2012,6,23237,23464 +GNB,2012,7,22479,22665 +GNB,2012,8,21767,21909 +GNB,2012,9,21121,21214 +GNB,2012,10,20550,20586 +GNB,2012,11,20042,20014 +GNB,2012,12,19565,19472 +GNB,2012,13,19113,18956 +GNB,2012,14,18712,18482 +GNB,2012,15,18368,18054 +GNB,2012,16,18060,17656 +GNB,2012,17,17765,17272 +GNB,2012,18,17489,16910 +GNB,2013,0,28799,29340 +GNB,2013,1,27945,28417 +GNB,2013,2,27100,27511 +GNB,2013,3,26547,26892 +GNB,2013,4,25645,25954 +GNB,2013,5,24779,25053 +GNB,2013,6,23952,24191 +GNB,2013,7,23166,23368 +GNB,2013,8,22418,22582 +GNB,2013,9,21702,21828 +GNB,2013,10,21055,21134 +GNB,2013,11,20490,20514 +GNB,2013,12,19992,19952 +GNB,2013,13,19518,19413 +GNB,2013,14,19066,18897 +GNB,2013,15,18663,18422 +GNB,2013,16,18317,17990 +GNB,2013,17,18008,17589 +GNB,2013,18,17710,17201 +GNB,2014,0,29213,29795 +GNB,2014,1,28466,28969 +GNB,2014,2,27703,28137 +GNB,2014,3,26929,27303 +GNB,2014,4,26299,26620 +GNB,2014,5,25466,25750 +GNB,2014,6,24652,24900 +GNB,2014,7,23861,24075 +GNB,2014,8,23097,23277 +GNB,2014,9,22358,22504 +GNB,2014,10,21640,21751 +GNB,2014,11,20990,21059 +GNB,2014,12,20432,20446 +GNB,2014,13,19944,19893 +GNB,2014,14,19473,19359 +GNB,2014,15,19020,18842 +GNB,2014,16,18615,18364 +GNB,2014,17,18268,17930 +GNB,2014,18,17957,17525 +GNB,2015,0,29590,30207 +GNB,2015,1,28942,29475 +GNB,2015,2,28256,28717 +GNB,2015,3,27540,27939 +GNB,2015,4,26801,27147 +GNB,2015,5,26046,26348 +GNB,2015,6,25284,25546 +GNB,2015,7,24521,24747 +GNB,2015,8,23765,23959 +GNB,2015,9,23025,23186 +GNB,2015,10,22295,22426 +GNB,2015,11,21574,21675 +GNB,2015,12,20923,20985 +GNB,2015,13,20371,20379 +GNB,2015,14,19892,19836 +GNB,2015,15,19425,19304 +GNB,2015,16,18971,18787 +GNB,2015,17,18565,18307 +GNB,2015,18,18216,17870 +GNB,2016,0,29920,30543 +GNB,2016,1,29420,29998 +GNB,2016,2,28785,29289 +GNB,2016,3,28114,28553 +GNB,2016,4,27413,27795 +GNB,2016,5,26689,27022 +GNB,2016,6,25951,26240 +GNB,2016,7,25206,25454 +GNB,2016,8,24456,24668 +GNB,2016,9,23706,23885 +GNB,2016,10,22965,23115 +GNB,2016,11,22237,22355 +GNB,2016,12,21515,21605 +GNB,2016,13,20863,20913 +GNB,2016,14,20310,20304 +GNB,2016,15,19830,19758 +GNB,2016,16,19360,19222 +GNB,2016,17,18903,18700 +GNB,2016,18,18494,18216 +GNB,2017,0,30220,30843 +GNB,2017,1,29731,30287 +GNB,2017,2,29252,29798 +GNB,2017,3,28631,29111 +GNB,2017,4,27974,28397 +GNB,2017,5,27288,27659 +GNB,2017,6,26580,26904 +GNB,2017,7,25858,26139 +GNB,2017,8,25130,25369 +GNB,2017,9,24392,24595 +GNB,2017,10,23648,23819 +GNB,2017,11,22908,23050 +GNB,2017,12,22180,22291 +GNB,2017,13,21459,21540 +GNB,2017,14,20805,20846 +GNB,2017,15,20251,20235 +GNB,2017,16,19770,19686 +GNB,2017,17,19297,19146 +GNB,2017,18,18837,18618 +GNB,2018,0,30500,31119 +GNB,2018,1,30070,30637 +GNB,2018,2,29577,30097 +GNB,2018,3,29086,29602 +GNB,2018,4,28477,28938 +GNB,2018,5,27835,28244 +GNB,2018,6,27165,27527 +GNB,2018,7,26472,26790 +GNB,2018,8,25766,26042 +GNB,2018,9,25055,25288 +GNB,2018,10,24330,24525 +GNB,2018,11,23591,23755 +GNB,2018,12,22852,22988 +GNB,2018,13,22124,22230 +GNB,2018,14,21403,21479 +GNB,2018,15,20748,20783 +GNB,2018,16,20192,20169 +GNB,2018,17,19710,19616 +GNB,2018,18,19235,19072 +GNB,2019,0,31000,31000 +GNB,2019,1,30000,31000 +GNB,2019,2,30000,30000 +GNB,2019,3,29000,30000 +GNB,2019,4,29000,29000 +GNB,2019,5,28000,29000 +GNB,2019,6,28000,28000 +GNB,2019,7,27000,27000 +GNB,2019,8,26000,27000 +GNB,2019,9,26000,26000 +GNB,2019,10,25000,25000 +GNB,2019,11,24000,24000 +GNB,2019,12,24000,24000 +GNB,2019,13,23000,23000 +GNB,2019,14,22000,22000 +GNB,2019,15,21000,21000 +GNB,2019,16,21000,21000 +GNB,2019,17,20000,20000 +GNB,2019,18,20000,20000 +GNB,2020,0,31000,32000 +GNB,2020,1,31000,31000 +GNB,2020,2,30000,31000 +GNB,2020,3,30000,30000 +GNB,2020,4,29000,30000 +GNB,2020,5,29000,29000 +GNB,2020,6,28000,29000 +GNB,2020,7,28000,28000 +GNB,2020,8,27000,27000 +GNB,2020,9,26000,27000 +GNB,2020,10,26000,26000 +GNB,2020,11,25000,25000 +GNB,2020,12,24000,24000 +GNB,2020,13,23000,24000 +GNB,2020,14,23000,23000 +GNB,2020,15,22000,22000 +GNB,2020,16,21000,21000 +GNB,2020,17,21000,21000 +GNB,2020,18,20000,20000 +GNB,2021,0,31000,32000 +GNB,2021,1,31000,32000 +GNB,2021,2,31000,31000 +GNB,2021,3,30000,31000 +GNB,2021,4,30000,30000 +GNB,2021,5,29000,30000 +GNB,2021,6,29000,29000 +GNB,2021,7,28000,29000 +GNB,2021,8,28000,28000 +GNB,2021,9,27000,27000 +GNB,2021,10,26000,27000 +GNB,2021,11,26000,26000 +GNB,2021,12,25000,25000 +GNB,2021,13,24000,24000 +GNB,2021,14,23000,24000 +GNB,2021,15,23000,23000 +GNB,2021,16,22000,22000 +GNB,2021,17,21000,21000 +GNB,2021,18,21000,21000 +GNB,2022,0,32000,32000 +GNB,2022,1,31000,32000 +GNB,2022,2,31000,31000 +GNB,2022,3,30000,31000 +GNB,2022,4,30000,31000 +GNB,2022,5,30000,30000 +GNB,2022,6,29000,30000 +GNB,2022,7,29000,29000 +GNB,2022,8,28000,28000 +GNB,2022,9,27000,28000 +GNB,2022,10,27000,27000 +GNB,2022,11,26000,26000 +GNB,2022,12,25000,26000 +GNB,2022,13,25000,25000 +GNB,2022,14,24000,24000 +GNB,2022,15,23000,23000 +GNB,2022,16,23000,23000 +GNB,2022,17,22000,22000 +GNB,2022,18,21000,21000 +GNB,2023,0,32000,33000 +GNB,2023,1,32000,32000 +GNB,2023,2,31000,32000 +GNB,2023,3,31000,31000 +GNB,2023,4,30000,31000 +GNB,2023,5,30000,30000 +GNB,2023,6,29000,30000 +GNB,2023,7,29000,29000 +GNB,2023,8,28000,29000 +GNB,2023,9,28000,28000 +GNB,2023,10,27000,28000 +GNB,2023,11,27000,27000 +GNB,2023,12,26000,26000 +GNB,2023,13,25000,26000 +GNB,2023,14,25000,25000 +GNB,2023,15,24000,24000 +GNB,2023,16,23000,23000 +GNB,2023,17,23000,23000 +GNB,2023,18,22000,22000 +GNB,2024,0,32000,33000 +GNB,2024,1,32000,33000 +GNB,2024,2,31000,32000 +GNB,2024,3,31000,32000 +GNB,2024,4,31000,31000 +GNB,2024,5,30000,31000 +GNB,2024,6,30000,30000 +GNB,2024,7,29000,30000 +GNB,2024,8,29000,29000 +GNB,2024,9,28000,29000 +GNB,2024,10,28000,28000 +GNB,2024,11,27000,28000 +GNB,2024,12,27000,27000 +GNB,2024,13,26000,26000 +GNB,2024,14,25000,26000 +GNB,2024,15,25000,25000 +GNB,2024,16,24000,24000 +GNB,2024,17,23000,23000 +GNB,2024,18,22000,23000 +GNB,2025,0,33000,33000 +GNB,2025,1,32000,33000 +GNB,2025,2,32000,32000 +GNB,2025,3,31000,32000 +GNB,2025,4,31000,31000 +GNB,2025,5,30000,31000 +GNB,2025,6,30000,30000 +GNB,2025,7,30000,30000 +GNB,2025,8,29000,30000 +GNB,2025,9,29000,29000 +GNB,2025,10,28000,29000 +GNB,2025,11,28000,28000 +GNB,2025,12,27000,28000 +GNB,2025,13,27000,27000 +GNB,2025,14,26000,26000 +GNB,2025,15,25000,26000 +GNB,2025,16,25000,25000 +GNB,2025,17,24000,24000 +GNB,2025,18,23000,23000 +GNB,2026,0,33000,34000 +GNB,2026,1,33000,33000 +GNB,2026,2,32000,33000 +GNB,2026,3,32000,32000 +GNB,2026,4,31000,32000 +GNB,2026,5,31000,31000 +GNB,2026,6,30000,31000 +GNB,2026,7,30000,30000 +GNB,2026,8,30000,30000 +GNB,2026,9,29000,30000 +GNB,2026,10,29000,29000 +GNB,2026,11,28000,29000 +GNB,2026,12,28000,28000 +GNB,2026,13,27000,28000 +GNB,2026,14,27000,27000 +GNB,2026,15,26000,26000 +GNB,2026,16,25000,25000 +GNB,2026,17,25000,25000 +GNB,2026,18,24000,24000 +GNB,2027,0,33000,34000 +GNB,2027,1,33000,33000 +GNB,2027,2,32000,33000 +GNB,2027,3,32000,32000 +GNB,2027,4,31000,32000 +GNB,2027,5,31000,32000 +GNB,2027,6,31000,31000 +GNB,2027,7,30000,31000 +GNB,2027,8,30000,30000 +GNB,2027,9,29000,30000 +GNB,2027,10,29000,29000 +GNB,2027,11,29000,29000 +GNB,2027,12,28000,29000 +GNB,2027,13,28000,28000 +GNB,2027,14,27000,27000 +GNB,2027,15,27000,27000 +GNB,2027,16,26000,26000 +GNB,2027,17,25000,25000 +GNB,2027,18,24000,25000 +GNB,2028,0,34000,34000 +GNB,2028,1,33000,34000 +GNB,2028,2,33000,33000 +GNB,2028,3,32000,33000 +GNB,2028,4,32000,32000 +GNB,2028,5,31000,32000 +GNB,2028,6,31000,31000 +GNB,2028,7,31000,31000 +GNB,2028,8,30000,31000 +GNB,2028,9,30000,30000 +GNB,2028,10,29000,30000 +GNB,2028,11,29000,29000 +GNB,2028,12,29000,29000 +GNB,2028,13,28000,28000 +GNB,2028,14,28000,28000 +GNB,2028,15,27000,27000 +GNB,2028,16,26000,27000 +GNB,2028,17,26000,26000 +GNB,2028,18,25000,25000 +GNB,2029,0,34000,35000 +GNB,2029,1,33000,34000 +GNB,2029,2,33000,34000 +GNB,2029,3,32000,33000 +GNB,2029,4,32000,33000 +GNB,2029,5,32000,32000 +GNB,2029,6,31000,32000 +GNB,2029,7,31000,31000 +GNB,2029,8,30000,31000 +GNB,2029,9,30000,31000 +GNB,2029,10,30000,30000 +GNB,2029,11,29000,30000 +GNB,2029,12,29000,29000 +GNB,2029,13,28000,29000 +GNB,2029,14,28000,28000 +GNB,2029,15,28000,28000 +GNB,2029,16,27000,27000 +GNB,2029,17,26000,27000 +GNB,2029,18,26000,26000 +GNB,2030,0,34000,35000 +GNB,2030,1,34000,34000 +GNB,2030,2,33000,34000 +GNB,2030,3,33000,33000 +GNB,2030,4,32000,33000 +GNB,2030,5,32000,32000 +GNB,2030,6,32000,32000 +GNB,2030,7,31000,32000 +GNB,2030,8,31000,31000 +GNB,2030,9,30000,31000 +GNB,2030,10,30000,30000 +GNB,2030,11,30000,30000 +GNB,2030,12,29000,30000 +GNB,2030,13,29000,29000 +GNB,2030,14,28000,29000 +GNB,2030,15,28000,28000 +GNB,2030,16,28000,28000 +GNB,2030,17,27000,27000 +GNB,2030,18,26000,27000 +GNB,2031,0,35000,35000 +GNB,2031,1,34000,35000 +GNB,2031,2,34000,34000 +GNB,2031,3,33000,34000 +GNB,2031,4,33000,33000 +GNB,2031,5,32000,33000 +GNB,2031,6,32000,32000 +GNB,2031,7,31000,32000 +GNB,2031,8,31000,32000 +GNB,2031,9,31000,31000 +GNB,2031,10,30000,31000 +GNB,2031,11,30000,30000 +GNB,2031,12,30000,30000 +GNB,2031,13,29000,30000 +GNB,2031,14,29000,29000 +GNB,2031,15,28000,29000 +GNB,2031,16,28000,28000 +GNB,2031,17,27000,28000 +GNB,2031,18,27000,27000 +GNB,2032,0,35000,36000 +GNB,2032,1,34000,35000 +GNB,2032,2,34000,35000 +GNB,2032,3,34000,34000 +GNB,2032,4,33000,34000 +GNB,2032,5,33000,33000 +GNB,2032,6,32000,33000 +GNB,2032,7,32000,32000 +GNB,2032,8,31000,32000 +GNB,2032,9,31000,31000 +GNB,2032,10,31000,31000 +GNB,2032,11,30000,31000 +GNB,2032,12,30000,30000 +GNB,2032,13,30000,30000 +GNB,2032,14,29000,30000 +GNB,2032,15,29000,29000 +GNB,2032,16,28000,29000 +GNB,2032,17,28000,28000 +GNB,2032,18,27000,28000 +GNB,2033,0,35000,36000 +GNB,2033,1,35000,35000 +GNB,2033,2,34000,35000 +GNB,2033,3,34000,34000 +GNB,2033,4,33000,34000 +GNB,2033,5,33000,33000 +GNB,2033,6,33000,33000 +GNB,2033,7,32000,33000 +GNB,2033,8,32000,32000 +GNB,2033,9,31000,32000 +GNB,2033,10,31000,31000 +GNB,2033,11,31000,31000 +GNB,2033,12,30000,31000 +GNB,2033,13,30000,30000 +GNB,2033,14,30000,30000 +GNB,2033,15,29000,29000 +GNB,2033,16,29000,29000 +GNB,2033,17,28000,29000 +GNB,2033,18,28000,28000 +GNB,2034,0,36000,36000 +GNB,2034,1,35000,36000 +GNB,2034,2,35000,35000 +GNB,2034,3,34000,35000 +GNB,2034,4,34000,34000 +GNB,2034,5,33000,34000 +GNB,2034,6,33000,33000 +GNB,2034,7,32000,33000 +GNB,2034,8,32000,33000 +GNB,2034,9,32000,32000 +GNB,2034,10,31000,32000 +GNB,2034,11,31000,31000 +GNB,2034,12,31000,31000 +GNB,2034,13,30000,31000 +GNB,2034,14,30000,30000 +GNB,2034,15,29000,30000 +GNB,2034,16,29000,29000 +GNB,2034,17,29000,29000 +GNB,2034,18,28000,29000 +GNB,2035,0,36000,37000 +GNB,2035,1,35000,36000 +GNB,2035,2,35000,36000 +GNB,2035,3,34000,35000 +GNB,2035,4,34000,35000 +GNB,2035,5,34000,34000 +GNB,2035,6,33000,34000 +GNB,2035,7,33000,33000 +GNB,2035,8,32000,33000 +GNB,2035,9,32000,32000 +GNB,2035,10,32000,32000 +GNB,2035,11,31000,32000 +GNB,2035,12,31000,31000 +GNB,2035,13,30000,31000 +GNB,2035,14,30000,31000 +GNB,2035,15,30000,30000 +GNB,2035,16,29000,30000 +GNB,2035,17,29000,29000 +GNB,2035,18,29000,29000 +GNB,2036,0,36000,37000 +GNB,2036,1,36000,37000 +GNB,2036,2,35000,36000 +GNB,2036,3,35000,35000 +GNB,2036,4,34000,35000 +GNB,2036,5,34000,34000 +GNB,2036,6,33000,34000 +GNB,2036,7,33000,34000 +GNB,2036,8,33000,33000 +GNB,2036,9,32000,33000 +GNB,2036,10,32000,32000 +GNB,2036,11,32000,32000 +GNB,2036,12,31000,32000 +GNB,2036,13,31000,31000 +GNB,2036,14,30000,31000 +GNB,2036,15,30000,30000 +GNB,2036,16,30000,30000 +GNB,2036,17,29000,30000 +GNB,2036,18,29000,29000 +GNB,2037,0,37000,37000 +GNB,2037,1,36000,37000 +GNB,2037,2,36000,36000 +GNB,2037,3,35000,36000 +GNB,2037,4,35000,35000 +GNB,2037,5,34000,35000 +GNB,2037,6,34000,34000 +GNB,2037,7,33000,34000 +GNB,2037,8,33000,34000 +GNB,2037,9,33000,33000 +GNB,2037,10,32000,33000 +GNB,2037,11,32000,32000 +GNB,2037,12,31000,32000 +GNB,2037,13,31000,32000 +GNB,2037,14,31000,31000 +GNB,2037,15,30000,31000 +GNB,2037,16,30000,30000 +GNB,2037,17,30000,30000 +GNB,2037,18,29000,30000 +GNB,2038,0,37000,38000 +GNB,2038,1,36000,37000 +GNB,2038,2,36000,37000 +GNB,2038,3,36000,36000 +GNB,2038,4,35000,36000 +GNB,2038,5,35000,35000 +GNB,2038,6,34000,35000 +GNB,2038,7,34000,34000 +GNB,2038,8,33000,34000 +GNB,2038,9,33000,33000 +GNB,2038,10,33000,33000 +GNB,2038,11,32000,33000 +GNB,2038,12,32000,32000 +GNB,2038,13,31000,32000 +GNB,2038,14,31000,31000 +GNB,2038,15,31000,31000 +GNB,2038,16,30000,31000 +GNB,2038,17,30000,30000 +GNB,2038,18,30000,30000 +GNB,2039,0,37000,38000 +GNB,2039,1,37000,37000 +GNB,2039,2,36000,37000 +GNB,2039,3,36000,36000 +GNB,2039,4,35000,36000 +GNB,2039,5,35000,36000 +GNB,2039,6,35000,35000 +GNB,2039,7,34000,35000 +GNB,2039,8,34000,34000 +GNB,2039,9,33000,34000 +GNB,2039,10,33000,33000 +GNB,2039,11,32000,33000 +GNB,2039,12,32000,33000 +GNB,2039,13,32000,32000 +GNB,2039,14,31000,32000 +GNB,2039,15,31000,31000 +GNB,2039,16,31000,31000 +GNB,2039,17,30000,31000 +GNB,2039,18,30000,30000 +GNB,2040,0,38000,38000 +GNB,2040,1,37000,38000 +GNB,2040,2,37000,37000 +GNB,2040,3,36000,37000 +GNB,2040,4,36000,36000 +GNB,2040,5,35000,36000 +GNB,2040,6,35000,35000 +GNB,2040,7,34000,35000 +GNB,2040,8,34000,35000 +GNB,2040,9,34000,34000 +GNB,2040,10,33000,34000 +GNB,2040,11,33000,33000 +GNB,2040,12,32000,33000 +GNB,2040,13,32000,32000 +GNB,2040,14,32000,32000 +GNB,2040,15,31000,32000 +GNB,2040,16,31000,31000 +GNB,2040,17,31000,31000 +GNB,2040,18,30000,31000 +GNB,2041,0,38000,39000 +GNB,2041,1,37000,38000 +GNB,2041,2,37000,38000 +GNB,2041,3,37000,37000 +GNB,2041,4,36000,37000 +GNB,2041,5,36000,36000 +GNB,2041,6,35000,36000 +GNB,2041,7,35000,35000 +GNB,2041,8,34000,35000 +GNB,2041,9,34000,34000 +GNB,2041,10,34000,34000 +GNB,2041,11,33000,34000 +GNB,2041,12,33000,33000 +GNB,2041,13,32000,33000 +GNB,2041,14,32000,32000 +GNB,2041,15,32000,32000 +GNB,2041,16,31000,32000 +GNB,2041,17,31000,31000 +GNB,2041,18,31000,31000 +GNB,2042,0,38000,39000 +GNB,2042,1,38000,38000 +GNB,2042,2,37000,38000 +GNB,2042,3,37000,38000 +GNB,2042,4,36000,37000 +GNB,2042,5,36000,37000 +GNB,2042,6,36000,36000 +GNB,2042,7,35000,36000 +GNB,2042,8,35000,35000 +GNB,2042,9,34000,35000 +GNB,2042,10,34000,34000 +GNB,2042,11,34000,34000 +GNB,2042,12,33000,34000 +GNB,2042,13,33000,33000 +GNB,2042,14,32000,33000 +GNB,2042,15,32000,32000 +GNB,2042,16,32000,32000 +GNB,2042,17,31000,32000 +GNB,2042,18,31000,31000 +GNB,2043,0,39000,39000 +GNB,2043,1,38000,39000 +GNB,2043,2,38000,38000 +GNB,2043,3,37000,38000 +GNB,2043,4,37000,37000 +GNB,2043,5,36000,37000 +GNB,2043,6,36000,36000 +GNB,2043,7,35000,36000 +GNB,2043,8,35000,36000 +GNB,2043,9,35000,35000 +GNB,2043,10,34000,35000 +GNB,2043,11,34000,34000 +GNB,2043,12,33000,34000 +GNB,2043,13,33000,34000 +GNB,2043,14,33000,33000 +GNB,2043,15,32000,33000 +GNB,2043,16,32000,32000 +GNB,2043,17,32000,32000 +GNB,2043,18,31000,32000 +GNB,2044,0,39000,40000 +GNB,2044,1,38000,39000 +GNB,2044,2,38000,39000 +GNB,2044,3,37000,38000 +GNB,2044,4,37000,38000 +GNB,2044,5,37000,37000 +GNB,2044,6,36000,37000 +GNB,2044,7,36000,36000 +GNB,2044,8,35000,36000 +GNB,2044,9,35000,36000 +GNB,2044,10,35000,35000 +GNB,2044,11,34000,35000 +GNB,2044,12,34000,34000 +GNB,2044,13,33000,34000 +GNB,2044,14,33000,33000 +GNB,2044,15,33000,33000 +GNB,2044,16,32000,33000 +GNB,2044,17,32000,32000 +GNB,2044,18,31000,32000 +GNB,2045,0,39000,40000 +GNB,2045,1,39000,39000 +GNB,2045,2,38000,39000 +GNB,2045,3,38000,38000 +GNB,2045,4,37000,38000 +GNB,2045,5,37000,38000 +GNB,2045,6,37000,37000 +GNB,2045,7,36000,37000 +GNB,2045,8,36000,36000 +GNB,2045,9,35000,36000 +GNB,2045,10,35000,35000 +GNB,2045,11,35000,35000 +GNB,2045,12,34000,35000 +GNB,2045,13,34000,34000 +GNB,2045,14,33000,34000 +GNB,2045,15,33000,33000 +GNB,2045,16,33000,33000 +GNB,2045,17,32000,33000 +GNB,2045,18,32000,32000 +GNB,2046,0,39000,40000 +GNB,2046,1,39000,40000 +GNB,2046,2,39000,39000 +GNB,2046,3,38000,39000 +GNB,2046,4,38000,38000 +GNB,2046,5,37000,38000 +GNB,2046,6,37000,37000 +GNB,2046,7,36000,37000 +GNB,2046,8,36000,37000 +GNB,2046,9,36000,36000 +GNB,2046,10,35000,36000 +GNB,2046,11,35000,35000 +GNB,2046,12,35000,35000 +GNB,2046,13,34000,35000 +GNB,2046,14,34000,34000 +GNB,2046,15,33000,34000 +GNB,2046,16,33000,33000 +GNB,2046,17,33000,33000 +GNB,2046,18,32000,32000 +GNB,2047,0,40000,40000 +GNB,2047,1,39000,40000 +GNB,2047,2,39000,40000 +GNB,2047,3,38000,39000 +GNB,2047,4,38000,39000 +GNB,2047,5,38000,38000 +GNB,2047,6,37000,38000 +GNB,2047,7,37000,37000 +GNB,2047,8,36000,37000 +GNB,2047,9,36000,37000 +GNB,2047,10,36000,36000 +GNB,2047,11,35000,36000 +GNB,2047,12,35000,35000 +GNB,2047,13,34000,35000 +GNB,2047,14,34000,35000 +GNB,2047,15,34000,34000 +GNB,2047,16,33000,34000 +GNB,2047,17,33000,33000 +GNB,2047,18,32000,33000 +GNB,2048,0,40000,41000 +GNB,2048,1,39000,40000 +GNB,2048,2,39000,40000 +GNB,2048,3,39000,39000 +GNB,2048,4,38000,39000 +GNB,2048,5,38000,39000 +GNB,2048,6,38000,38000 +GNB,2048,7,37000,38000 +GNB,2048,8,37000,37000 +GNB,2048,9,36000,37000 +GNB,2048,10,36000,36000 +GNB,2048,11,36000,36000 +GNB,2048,12,35000,36000 +GNB,2048,13,35000,35000 +GNB,2048,14,34000,35000 +GNB,2048,15,34000,34000 +GNB,2048,16,34000,34000 +GNB,2048,17,33000,34000 +GNB,2048,18,33000,33000 +GNB,2049,0,40000,41000 +GNB,2049,1,40000,40000 +GNB,2049,2,39000,40000 +GNB,2049,3,39000,40000 +GNB,2049,4,39000,39000 +GNB,2049,5,38000,39000 +GNB,2049,6,38000,38000 +GNB,2049,7,38000,38000 +GNB,2049,8,37000,38000 +GNB,2049,9,37000,37000 +GNB,2049,10,36000,37000 +GNB,2049,11,36000,36000 +GNB,2049,12,36000,36000 +GNB,2049,13,35000,36000 +GNB,2049,14,35000,35000 +GNB,2049,15,34000,35000 +GNB,2049,16,34000,34000 +GNB,2049,17,34000,34000 +GNB,2049,18,33000,34000 +GNB,2050,0,40000,41000 +GNB,2050,1,40000,40000 +GNB,2050,2,39000,40000 +GNB,2050,3,39000,40000 +GNB,2050,4,39000,39000 +GNB,2050,5,39000,39000 +GNB,2050,6,38000,39000 +GNB,2050,7,38000,38000 +GNB,2050,8,37000,38000 +GNB,2050,9,37000,38000 +GNB,2050,10,37000,37000 +GNB,2050,11,36000,37000 +GNB,2050,12,36000,36000 +GNB,2050,13,35000,36000 +GNB,2050,14,35000,36000 +GNB,2050,15,35000,35000 +GNB,2050,16,34000,35000 +GNB,2050,17,34000,34000 +GNB,2050,18,34000,34000 +GNQ,1990,0,7178,7256 +GNQ,1990,1,7296,7358 +GNQ,1990,2,7311,7359 +GNQ,1990,3,7234,7271 +GNQ,1990,4,7079,7106 +GNQ,1990,5,6858,6876 +GNQ,1990,6,6583,6593 +GNQ,1990,7,6266,6271 +GNQ,1990,8,5920,5920 +GNQ,1990,9,5558,5554 +GNQ,1990,10,5179,5172 +GNQ,1990,11,4783,4774 +GNQ,1990,12,4444,4434 +GNQ,1990,13,4200,4188 +GNQ,1990,14,4026,4012 +GNQ,1990,15,3849,3833 +GNQ,1990,16,3670,3654 +GNQ,1990,17,3558,3542 +GNQ,1990,18,3535,3519 +GNQ,1991,0,7380,7450 +GNQ,1991,1,7183,7235 +GNQ,1991,2,7239,7275 +GNQ,1991,3,7219,7242 +GNQ,1991,4,7132,7143 +GNQ,1991,5,6984,6986 +GNQ,1991,6,6788,6784 +GNQ,1991,7,6557,6548 +GNQ,1991,8,6274,6261 +GNQ,1991,9,5935,5920 +GNQ,1991,10,5563,5549 +GNQ,1991,11,5184,5170 +GNQ,1991,12,4792,4779 +GNQ,1991,13,4457,4450 +GNQ,1991,14,4218,4222 +GNQ,1991,15,4050,4067 +GNQ,1991,16,3877,3908 +GNQ,1991,17,3703,3748 +GNQ,1991,18,3594,3648 +GNQ,1992,0,7717,7802 +GNQ,1992,1,7658,7720 +GNQ,1992,2,7172,7215 +GNQ,1992,3,7165,7193 +GNQ,1992,4,7111,7126 +GNQ,1992,5,7012,7016 +GNQ,1992,6,6872,6868 +GNQ,1992,7,6703,6692 +GNQ,1992,8,6517,6503 +GNQ,1992,9,6267,6252 +GNQ,1992,10,5936,5921 +GNQ,1992,11,5556,5544 +GNQ,1992,12,5177,5169 +GNQ,1992,13,4789,4785 +GNQ,1992,14,4460,4467 +GNQ,1992,15,4227,4256 +GNQ,1992,16,4064,4122 +GNQ,1992,17,3897,3982 +GNQ,1992,18,3728,3841 +GNQ,1993,0,8155,8269 +GNQ,1993,1,7913,8002 +GNQ,1993,2,7683,7751 +GNQ,1993,3,7156,7204 +GNQ,1993,4,7087,7120 +GNQ,1993,5,6999,7019 +GNQ,1993,6,6889,6899 +GNQ,1993,7,6757,6758 +GNQ,1993,8,6614,6610 +GNQ,1993,9,6473,6467 +GNQ,1993,10,6257,6251 +GNQ,1993,11,5933,5929 +GNQ,1993,12,5545,5546 +GNQ,1993,13,5167,5174 +GNQ,1993,14,4784,4796 +GNQ,1993,15,4459,4489 +GNQ,1993,16,4232,4295 +GNQ,1993,17,4076,4182 +GNQ,1993,18,3915,4062 +GNQ,1994,0,8634,8783 +GNQ,1994,1,8212,8336 +GNQ,1994,2,7852,7953 +GNQ,1994,3,7547,7627 +GNQ,1994,4,7149,7211 +GNQ,1994,5,7018,7065 +GNQ,1994,6,6896,6930 +GNQ,1994,7,6775,6799 +GNQ,1994,8,6650,6666 +GNQ,1994,9,6533,6544 +GNQ,1994,10,6437,6447 +GNQ,1994,11,6254,6265 +GNQ,1994,12,5938,5952 +GNQ,1994,13,5541,5562 +GNQ,1994,14,5164,5193 +GNQ,1994,15,4785,4820 +GNQ,1994,16,4465,4522 +GNQ,1994,17,4244,4345 +GNQ,1994,18,4094,4253 +GNQ,1995,0,9107,9291 +GNQ,1995,1,8546,8707 +GNQ,1995,2,8083,8222 +GNQ,1995,3,7705,7823 +GNQ,1995,4,7400,7499 +GNQ,1995,5,7156,7238 +GNQ,1995,6,6962,7028 +GNQ,1995,7,6805,6858 +GNQ,1995,8,6674,6716 +GNQ,1995,9,6556,6591 +GNQ,1995,10,6465,6495 +GNQ,1995,11,6413,6444 +GNQ,1995,12,6264,6297 +GNQ,1995,13,5954,5992 +GNQ,1995,14,5548,5593 +GNQ,1995,15,5170,5225 +GNQ,1995,16,4795,4857 +GNQ,1995,17,4479,4567 +GNQ,1995,18,4263,4407 +GNQ,1996,0,9505,9670 +GNQ,1996,1,8944,9110 +GNQ,1996,2,8424,8569 +GNQ,1996,3,7991,8116 +GNQ,1996,4,7635,7740 +GNQ,1996,5,7345,7431 +GNQ,1996,6,7110,7180 +GNQ,1996,7,6919,6976 +GNQ,1996,8,6764,6810 +GNQ,1996,9,6635,6670 +GNQ,1996,10,6521,6547 +GNQ,1996,11,6430,6452 +GNQ,1996,12,6374,6394 +GNQ,1996,13,6231,6265 +GNQ,1996,14,5945,6018 +GNQ,1996,15,5571,5700 +GNQ,1996,16,5222,5406 +GNQ,1996,17,4876,5114 +GNQ,1996,18,4581,4877 +GNQ,1997,0,9907,10055 +GNQ,1997,1,9223,9369 +GNQ,1997,2,8801,8959 +GNQ,1997,3,8320,8460 +GNQ,1997,4,7917,8037 +GNQ,1997,5,7581,7683 +GNQ,1997,6,7305,7388 +GNQ,1997,7,7078,7146 +GNQ,1997,8,6890,6948 +GNQ,1997,9,6736,6784 +GNQ,1997,10,6610,6645 +GNQ,1997,11,6498,6525 +GNQ,1997,12,6408,6430 +GNQ,1997,13,6349,6365 +GNQ,1997,14,6212,6255 +GNQ,1997,15,5947,6064 +GNQ,1997,16,5604,5824 +GNQ,1997,17,5284,5604 +GNQ,1997,18,4968,5387 +GNQ,1998,0,10313,10449 +GNQ,1998,1,9619,9766 +GNQ,1998,2,9026,9176 +GNQ,1998,3,8671,8831 +GNQ,1998,4,8229,8371 +GNQ,1998,5,7855,7978 +GNQ,1998,6,7540,7644 +GNQ,1998,7,7277,7364 +GNQ,1998,8,7058,7130 +GNQ,1998,9,6872,6936 +GNQ,1998,10,6719,6775 +GNQ,1998,11,6595,6637 +GNQ,1998,12,6486,6519 +GNQ,1998,13,6396,6423 +GNQ,1998,14,6333,6352 +GNQ,1998,15,6202,6260 +GNQ,1998,16,5959,6124 +GNQ,1998,17,5647,5963 +GNQ,1998,18,5355,5815 +GNQ,1999,0,10725,10862 +GNQ,1999,1,10037,10193 +GNQ,1999,2,9435,9601 +GNQ,1999,3,8913,9081 +GNQ,1999,4,8548,8714 +GNQ,1999,5,8144,8294 +GNQ,1999,6,7798,7930 +GNQ,1999,7,7504,7616 +GNQ,1999,8,7255,7349 +GNQ,1999,9,7042,7123 +GNQ,1999,10,6859,6934 +GNQ,1999,11,6707,6775 +GNQ,1999,12,6585,6638 +GNQ,1999,13,6479,6522 +GNQ,1999,14,6389,6426 +GNQ,1999,15,6322,6348 +GNQ,1999,16,6197,6273 +GNQ,1999,17,5975,6194 +GNQ,1999,18,5693,6110 +GNQ,2000,0,11147,11302 +GNQ,2000,1,10467,10645 +GNQ,2000,2,9860,10051 +GNQ,2000,3,9321,9514 +GNQ,2000,4,8845,9033 +GNQ,2000,5,8427,8604 +GNQ,2000,6,8061,8223 +GNQ,2000,7,7744,7887 +GNQ,2000,8,7470,7594 +GNQ,2000,9,7234,7339 +GNQ,2000,10,7029,7121 +GNQ,2000,11,6848,6937 +GNQ,2000,12,6697,6780 +GNQ,2000,13,6577,6644 +GNQ,2000,14,6474,6529 +GNQ,2000,15,6384,6433 +GNQ,2000,16,6313,6349 +GNQ,2000,17,6194,6292 +GNQ,2000,18,5993,6268 +GNQ,2001,0,11524,11676 +GNQ,2001,1,10988,11136 +GNQ,2001,2,10347,10512 +GNQ,2001,3,9770,9942 +GNQ,2001,4,9252,9425 +GNQ,2001,5,8791,8959 +GNQ,2001,6,8382,8543 +GNQ,2001,7,8022,8175 +GNQ,2001,8,7708,7848 +GNQ,2001,9,7437,7556 +GNQ,2001,10,7204,7302 +GNQ,2001,11,6999,7084 +GNQ,2001,12,6813,6892 +GNQ,2001,13,6672,6761 +GNQ,2001,14,6581,6705 +GNQ,2001,15,6522,6701 +GNQ,2001,16,6471,6709 +GNQ,2001,17,6440,6731 +GNQ,2001,18,6348,6746 +GNQ,2002,0,11911,12078 +GNQ,2002,1,11270,11450 +GNQ,2002,2,10843,10991 +GNQ,2002,3,10240,10398 +GNQ,2002,4,9692,9852 +GNQ,2002,5,9195,9354 +GNQ,2002,6,8749,8901 +GNQ,2002,7,8349,8497 +GNQ,2002,8,7994,8142 +GNQ,2002,9,7682,7823 +GNQ,2002,10,7413,7532 +GNQ,2002,11,7183,7278 +GNQ,2002,12,6978,7059 +GNQ,2002,13,6788,6859 +GNQ,2002,14,6655,6754 +GNQ,2002,15,6595,6778 +GNQ,2002,16,6577,6884 +GNQ,2002,17,6566,6995 +GNQ,2002,18,6575,7122 +GNQ,2003,0,12321,12518 +GNQ,2003,1,11703,11903 +GNQ,2003,2,11119,11316 +GNQ,2003,3,10710,10868 +GNQ,2003,4,10144,10304 +GNQ,2003,5,9624,9781 +GNQ,2003,6,9148,9300 +GNQ,2003,7,8715,8861 +GNQ,2003,8,8324,8468 +GNQ,2003,9,7973,8125 +GNQ,2003,10,7664,7812 +GNQ,2003,11,7397,7523 +GNQ,2003,12,7169,7268 +GNQ,2003,13,6964,7048 +GNQ,2003,14,6769,6839 +GNQ,2003,15,6645,6761 +GNQ,2003,16,6614,6863 +GNQ,2003,17,6640,7080 +GNQ,2003,18,6667,7293 +GNQ,2004,0,12773,13016 +GNQ,2004,1,12169,12406 +GNQ,2004,2,11591,11816 +GNQ,2004,3,11037,11250 +GNQ,2004,4,10586,10769 +GNQ,2004,5,10057,10232 +GNQ,2004,6,9565,9731 +GNQ,2004,7,9109,9267 +GNQ,2004,8,8689,8840 +GNQ,2004,9,8307,8457 +GNQ,2004,10,7960,8126 +GNQ,2004,11,7653,7820 +GNQ,2004,12,7387,7530 +GNQ,2004,13,7161,7274 +GNQ,2004,14,6956,7052 +GNQ,2004,15,6756,6835 +GNQ,2004,16,6640,6782 +GNQ,2004,17,6640,6964 +GNQ,2004,18,6708,7292 +GNQ,2005,0,13278,13583 +GNQ,2005,1,12676,12967 +GNQ,2005,2,12092,12368 +GNQ,2005,3,11529,11788 +GNQ,2005,4,10988,11229 +GNQ,2005,5,10470,10693 +GNQ,2005,6,9978,10184 +GNQ,2005,7,9513,9704 +GNQ,2005,8,9077,9255 +GNQ,2005,9,8671,8840 +GNQ,2005,10,8296,8467 +GNQ,2005,11,7953,8145 +GNQ,2005,12,7648,7845 +GNQ,2005,13,7384,7555 +GNQ,2005,14,7160,7296 +GNQ,2005,15,6954,7073 +GNQ,2005,16,6749,6846 +GNQ,2005,17,6642,6819 +GNQ,2005,18,6672,7081 +GNQ,2006,0,13787,14086 +GNQ,2006,1,13162,13450 +GNQ,2006,2,12567,12840 +GNQ,2006,3,11993,12249 +GNQ,2006,4,11441,11679 +GNQ,2006,5,10913,11133 +GNQ,2006,6,10411,10616 +GNQ,2006,7,9938,10135 +GNQ,2006,8,9487,9673 +GNQ,2006,9,9052,9224 +GNQ,2006,10,8643,8803 +GNQ,2006,11,8266,8428 +GNQ,2006,12,7918,8096 +GNQ,2006,13,7628,7839 +GNQ,2006,14,7413,7678 +GNQ,2006,15,7257,7598 +GNQ,2006,16,7115,7541 +GNQ,2006,17,6975,7487 +GNQ,2006,18,6912,7576 +GNQ,2007,0,14348,14655 +GNQ,2007,1,13701,14002 +GNQ,2007,2,13058,13350 +GNQ,2007,3,12470,12745 +GNQ,2007,4,11905,12161 +GNQ,2007,5,11364,11600 +GNQ,2007,6,10848,11065 +GNQ,2007,7,10361,10565 +GNQ,2007,8,9908,10110 +GNQ,2007,9,9469,9665 +GNQ,2007,10,9036,9216 +GNQ,2007,11,8623,8788 +GNQ,2007,12,8244,8410 +GNQ,2007,13,7889,8065 +GNQ,2007,14,7615,7852 +GNQ,2007,15,7448,7818 +GNQ,2007,16,7361,7917 +GNQ,2007,17,7282,8026 +GNQ,2007,18,7208,8142 +GNQ,2008,0,14940,15264 +GNQ,2008,1,14256,14584 +GNQ,2008,2,13599,13922 +GNQ,2008,3,12964,13272 +GNQ,2008,4,12382,12671 +GNQ,2008,5,11826,12092 +GNQ,2008,6,11295,11540 +GNQ,2008,7,10790,11015 +GNQ,2008,8,10318,10531 +GNQ,2008,9,9884,10102 +GNQ,2008,10,9458,9673 +GNQ,2008,11,9027,9222 +GNQ,2008,12,8609,8788 +GNQ,2008,13,8228,8407 +GNQ,2008,14,7867,8049 +GNQ,2008,15,7607,7878 +GNQ,2008,16,7489,7973 +GNQ,2008,17,7470,8248 +GNQ,2008,18,7454,8524 +GNQ,2009,0,15536,15882 +GNQ,2009,1,14821,15180 +GNQ,2009,2,14139,14499 +GNQ,2009,3,13488,13840 +GNQ,2009,4,12876,13207 +GNQ,2009,5,12301,12609 +GNQ,2009,6,11753,12036 +GNQ,2009,7,11233,11491 +GNQ,2009,8,10739,10976 +GNQ,2009,9,10281,10508 +GNQ,2009,10,9866,10104 +GNQ,2009,11,9452,9690 +GNQ,2009,12,9022,9238 +GNQ,2009,13,8600,8796 +GNQ,2009,14,8216,8411 +GNQ,2009,15,7848,8040 +GNQ,2009,16,7604,7912 +GNQ,2009,17,7534,8135 +GNQ,2009,18,7583,8589 +GNQ,2010,0,16115,16482 +GNQ,2010,1,15385,15774 +GNQ,2010,2,14689,15085 +GNQ,2010,3,14025,14416 +GNQ,2010,4,13394,13770 +GNQ,2010,5,12794,13148 +GNQ,2010,6,12225,12552 +GNQ,2010,7,11685,11985 +GNQ,2010,8,11175,11447 +GNQ,2010,9,10692,10941 +GNQ,2010,10,10248,10489 +GNQ,2010,11,9852,10110 +GNQ,2010,12,9451,9712 +GNQ,2010,13,9021,9258 +GNQ,2010,14,8595,8808 +GNQ,2010,15,8208,8419 +GNQ,2010,16,7833,8035 +GNQ,2010,17,7604,7950 +GNQ,2010,18,7583,8301 +GNQ,2011,0,16636,17013 +GNQ,2011,1,15985,16375 +GNQ,2011,2,15281,15684 +GNQ,2011,3,14605,15010 +GNQ,2011,4,13958,14353 +GNQ,2011,5,13339,13718 +GNQ,2011,6,12750,13112 +GNQ,2011,7,12193,12540 +GNQ,2011,8,11660,11985 +GNQ,2011,9,11149,11440 +GNQ,2011,10,10664,10921 +GNQ,2011,11,10217,10458 +GNQ,2011,12,9811,10056 +GNQ,2011,13,9428,9710 +GNQ,2011,14,9062,9423 +GNQ,2011,15,8724,9209 +GNQ,2011,16,8420,9040 +GNQ,2011,17,8130,8884 +GNQ,2011,18,7957,8953 +GNQ,2012,0,17140,17523 +GNQ,2012,1,16438,16859 +GNQ,2012,2,15864,16275 +GNQ,2012,3,15184,15602 +GNQ,2012,4,14528,14941 +GNQ,2012,5,13897,14297 +GNQ,2012,6,13291,13673 +GNQ,2012,7,12713,13081 +GNQ,2012,8,12168,12534 +GNQ,2012,9,11642,11991 +GNQ,2012,10,11130,11438 +GNQ,2012,11,10641,10905 +GNQ,2012,12,10191,10432 +GNQ,2012,13,9775,10006 +GNQ,2012,14,9411,9711 +GNQ,2012,15,9107,9593 +GNQ,2012,16,8858,9614 +GNQ,2012,17,8635,9666 +GNQ,2012,18,8431,9737 +GNQ,2013,0,17627,18012 +GNQ,2013,1,16955,17385 +GNQ,2013,2,16296,16750 +GNQ,2013,3,15746,16177 +GNQ,2013,4,15091,15520 +GNQ,2013,5,14455,14873 +GNQ,2013,6,13840,14241 +GNQ,2013,7,13246,13628 +GNQ,2013,8,12679,13052 +GNQ,2013,9,12146,12529 +GNQ,2013,10,11626,11998 +GNQ,2013,11,11113,11437 +GNQ,2013,12,10621,10890 +GNQ,2013,13,10167,10406 +GNQ,2013,14,9742,9956 +GNQ,2013,15,9396,9713 +GNQ,2013,16,9154,9762 +GNQ,2013,17,8993,10019 +GNQ,2013,18,8854,10292 +GNQ,2014,0,18098,18483 +GNQ,2014,1,17462,17894 +GNQ,2014,2,16827,17287 +GNQ,2014,3,16197,16667 +GNQ,2014,4,15627,16073 +GNQ,2014,5,14998,15433 +GNQ,2014,6,14382,14801 +GNQ,2014,7,13782,14181 +GNQ,2014,8,13200,13579 +GNQ,2014,9,12644,13018 +GNQ,2014,10,12122,12519 +GNQ,2014,11,11609,12000 +GNQ,2014,12,11096,11432 +GNQ,2014,13,10601,10871 +GNQ,2014,14,10143,10377 +GNQ,2014,15,9708,9904 +GNQ,2014,16,9380,9712 +GNQ,2014,17,9201,9929 +GNQ,2014,18,9129,10422 +GNQ,2015,0,18558,18941 +GNQ,2015,1,17953,18382 +GNQ,2015,2,17343,17799 +GNQ,2015,3,16730,17197 +GNQ,2015,4,16116,16583 +GNQ,2015,5,15505,15961 +GNQ,2015,6,14901,15339 +GNQ,2015,7,14305,14721 +GNQ,2015,8,13721,14114 +GNQ,2015,9,13151,13524 +GNQ,2015,10,12607,12978 +GNQ,2015,11,12097,12504 +GNQ,2015,12,11590,11997 +GNQ,2015,13,11076,11421 +GNQ,2015,14,10578,10847 +GNQ,2015,15,10116,10343 +GNQ,2015,16,9671,9846 +GNQ,2015,17,9362,9707 +GNQ,2015,18,9246,10091 +GNQ,2016,0,19017,19430 +GNQ,2016,1,18478,18893 +GNQ,2016,2,17880,18333 +GNQ,2016,3,17276,17752 +GNQ,2016,4,16670,17157 +GNQ,2016,5,16064,16552 +GNQ,2016,6,15465,15951 +GNQ,2016,7,14875,15369 +GNQ,2016,8,14291,14766 +GNQ,2016,9,13715,14129 +GNQ,2016,10,13153,13491 +GNQ,2016,11,12617,12906 +GNQ,2016,12,12110,12375 +GNQ,2016,13,11634,11924 +GNQ,2016,14,11191,11578 +GNQ,2016,15,10789,11337 +GNQ,2016,16,10417,11145 +GNQ,2016,17,10064,10970 +GNQ,2016,18,9817,11051 +GNQ,2017,0,19462,19899 +GNQ,2017,1,18912,19374 +GNQ,2017,2,18395,18831 +GNQ,2017,3,17803,18270 +GNQ,2017,4,17206,17693 +GNQ,2017,5,16607,17105 +GNQ,2017,6,16010,16509 +GNQ,2017,7,15421,15930 +GNQ,2017,8,14846,15389 +GNQ,2017,9,14275,14801 +GNQ,2017,10,13707,14134 +GNQ,2017,11,13153,13448 +GNQ,2017,12,12625,12825 +GNQ,2017,13,12121,12237 +GNQ,2017,14,11676,11843 +GNQ,2017,15,11305,11727 +GNQ,2017,16,10999,11820 +GNQ,2017,17,10717,11940 +GNQ,2017,18,10456,12089 +GNQ,2018,0,19899,20352 +GNQ,2018,1,19372,19834 +GNQ,2018,2,18826,19296 +GNQ,2018,3,18307,18756 +GNQ,2018,4,17722,18194 +GNQ,2018,5,17131,17621 +GNQ,2018,6,16540,17040 +GNQ,2018,7,15952,16455 +GNQ,2018,8,15374,15897 +GNQ,2018,9,14814,15397 +GNQ,2018,10,14256,14824 +GNQ,2018,11,13696,14129 +GNQ,2018,12,13149,13396 +GNQ,2018,13,12630,12734 +GNQ,2018,14,12130,12090 +GNQ,2018,15,11715,11753 +GNQ,2018,16,11417,11868 +GNQ,2018,17,11206,12296 +GNQ,2018,18,11014,12728 +GNQ,2019,0,20000,21000 +GNQ,2019,1,20000,20000 +GNQ,2019,2,19000,20000 +GNQ,2019,3,19000,19000 +GNQ,2019,4,18000,19000 +GNQ,2019,5,18000,18000 +GNQ,2019,6,17000,18000 +GNQ,2019,7,16000,17000 +GNQ,2019,8,16000,16000 +GNQ,2019,9,15000,16000 +GNQ,2019,10,15000,15000 +GNQ,2019,11,14000,15000 +GNQ,2019,12,14000,14000 +GNQ,2019,13,13000,13000 +GNQ,2019,14,13000,13000 +GNQ,2019,15,12000,12000 +GNQ,2019,16,12000,12000 +GNQ,2019,17,12000,12000 +GNQ,2019,18,11000,13000 +GNQ,2020,0,21000,21000 +GNQ,2020,1,20000,21000 +GNQ,2020,2,20000,20000 +GNQ,2020,3,19000,20000 +GNQ,2020,4,19000,19000 +GNQ,2020,5,18000,19000 +GNQ,2020,6,18000,18000 +GNQ,2020,7,17000,17000 +GNQ,2020,8,16000,17000 +GNQ,2020,9,16000,16000 +GNQ,2020,10,15000,16000 +GNQ,2020,11,15000,15000 +GNQ,2020,12,14000,15000 +GNQ,2020,13,14000,14000 +GNQ,2020,14,13000,13000 +GNQ,2020,15,13000,13000 +GNQ,2020,16,12000,12000 +GNQ,2020,17,12000,12000 +GNQ,2020,18,12000,12000 +GNQ,2021,0,21000,22000 +GNQ,2021,1,21000,21000 +GNQ,2021,2,20000,21000 +GNQ,2021,3,20000,20000 +GNQ,2021,4,19000,20000 +GNQ,2021,5,19000,19000 +GNQ,2021,6,18000,19000 +GNQ,2021,7,18000,18000 +GNQ,2021,8,17000,17000 +GNQ,2021,9,16000,17000 +GNQ,2021,10,16000,16000 +GNQ,2021,11,15000,16000 +GNQ,2021,12,15000,16000 +GNQ,2021,13,14000,15000 +GNQ,2021,14,14000,14000 +GNQ,2021,15,13000,14000 +GNQ,2021,16,13000,13000 +GNQ,2021,17,13000,13000 +GNQ,2021,18,12000,13000 +GNQ,2022,0,22000,22000 +GNQ,2022,1,21000,22000 +GNQ,2022,2,21000,21000 +GNQ,2022,3,20000,21000 +GNQ,2022,4,20000,20000 +GNQ,2022,5,19000,20000 +GNQ,2022,6,19000,19000 +GNQ,2022,7,18000,18000 +GNQ,2022,8,17000,18000 +GNQ,2022,9,17000,17000 +GNQ,2022,10,16000,17000 +GNQ,2022,11,16000,16000 +GNQ,2022,12,15000,16000 +GNQ,2022,13,15000,16000 +GNQ,2022,14,15000,15000 +GNQ,2022,15,14000,15000 +GNQ,2022,16,14000,15000 +GNQ,2022,17,13000,14000 +GNQ,2022,18,13000,14000 +GNQ,2023,0,22000,23000 +GNQ,2023,1,22000,22000 +GNQ,2023,2,21000,22000 +GNQ,2023,3,21000,21000 +GNQ,2023,4,20000,21000 +GNQ,2023,5,20000,20000 +GNQ,2023,6,19000,19000 +GNQ,2023,7,18000,19000 +GNQ,2023,8,18000,18000 +GNQ,2023,9,17000,18000 +GNQ,2023,10,17000,17000 +GNQ,2023,11,16000,17000 +GNQ,2023,12,16000,16000 +GNQ,2023,13,16000,16000 +GNQ,2023,14,15000,16000 +GNQ,2023,15,15000,15000 +GNQ,2023,16,14000,15000 +GNQ,2023,17,14000,15000 +GNQ,2023,18,14000,15000 +GNQ,2024,0,23000,23000 +GNQ,2024,1,22000,23000 +GNQ,2024,2,22000,22000 +GNQ,2024,3,21000,22000 +GNQ,2024,4,21000,21000 +GNQ,2024,5,20000,21000 +GNQ,2024,6,20000,20000 +GNQ,2024,7,19000,19000 +GNQ,2024,8,18000,19000 +GNQ,2024,9,18000,18000 +GNQ,2024,10,17000,18000 +GNQ,2024,11,17000,17000 +GNQ,2024,12,16000,17000 +GNQ,2024,13,16000,17000 +GNQ,2024,14,16000,16000 +GNQ,2024,15,15000,16000 +GNQ,2024,16,15000,16000 +GNQ,2024,17,15000,16000 +GNQ,2024,18,14000,16000 +GNQ,2025,0,23000,24000 +GNQ,2025,1,23000,23000 +GNQ,2025,2,22000,23000 +GNQ,2025,3,22000,22000 +GNQ,2025,4,21000,22000 +GNQ,2025,5,21000,21000 +GNQ,2025,6,20000,20000 +GNQ,2025,7,19000,20000 +GNQ,2025,8,19000,19000 +GNQ,2025,9,18000,19000 +GNQ,2025,10,18000,18000 +GNQ,2025,11,17000,18000 +GNQ,2025,12,17000,17000 +GNQ,2025,13,16000,17000 +GNQ,2025,14,16000,17000 +GNQ,2025,15,16000,16000 +GNQ,2025,16,15000,16000 +GNQ,2025,17,15000,16000 +GNQ,2025,18,15000,16000 +GNQ,2026,0,24000,24000 +GNQ,2026,1,23000,23000 +GNQ,2026,2,23000,23000 +GNQ,2026,3,22000,23000 +GNQ,2026,4,22000,22000 +GNQ,2026,5,21000,21000 +GNQ,2026,6,21000,21000 +GNQ,2026,7,20000,20000 +GNQ,2026,8,19000,20000 +GNQ,2026,9,19000,19000 +GNQ,2026,10,18000,19000 +GNQ,2026,11,18000,18000 +GNQ,2026,12,17000,18000 +GNQ,2026,13,17000,18000 +GNQ,2026,14,17000,17000 +GNQ,2026,15,16000,17000 +GNQ,2026,16,16000,17000 +GNQ,2026,17,16000,17000 +GNQ,2026,18,15000,17000 +GNQ,2027,0,24000,24000 +GNQ,2027,1,23000,24000 +GNQ,2027,2,23000,23000 +GNQ,2027,3,23000,23000 +GNQ,2027,4,22000,22000 +GNQ,2027,5,22000,22000 +GNQ,2027,6,21000,21000 +GNQ,2027,7,20000,21000 +GNQ,2027,8,20000,20000 +GNQ,2027,9,19000,20000 +GNQ,2027,10,19000,19000 +GNQ,2027,11,18000,19000 +GNQ,2027,12,18000,18000 +GNQ,2027,13,18000,18000 +GNQ,2027,14,17000,18000 +GNQ,2027,15,17000,18000 +GNQ,2027,16,16000,17000 +GNQ,2027,17,16000,17000 +GNQ,2027,18,16000,18000 +GNQ,2028,0,24000,25000 +GNQ,2028,1,24000,24000 +GNQ,2028,2,23000,24000 +GNQ,2028,3,23000,23000 +GNQ,2028,4,22000,23000 +GNQ,2028,5,22000,22000 +GNQ,2028,6,21000,22000 +GNQ,2028,7,21000,21000 +GNQ,2028,8,20000,21000 +GNQ,2028,9,20000,20000 +GNQ,2028,10,19000,20000 +GNQ,2028,11,19000,19000 +GNQ,2028,12,18000,19000 +GNQ,2028,13,18000,18000 +GNQ,2028,14,18000,18000 +GNQ,2028,15,17000,18000 +GNQ,2028,16,17000,18000 +GNQ,2028,17,17000,18000 +GNQ,2028,18,16000,18000 +GNQ,2029,0,25000,25000 +GNQ,2029,1,24000,25000 +GNQ,2029,2,24000,24000 +GNQ,2029,3,23000,24000 +GNQ,2029,4,23000,23000 +GNQ,2029,5,22000,23000 +GNQ,2029,6,22000,22000 +GNQ,2029,7,21000,22000 +GNQ,2029,8,21000,21000 +GNQ,2029,9,20000,21000 +GNQ,2029,10,20000,20000 +GNQ,2029,11,19000,20000 +GNQ,2029,12,19000,19000 +GNQ,2029,13,18000,19000 +GNQ,2029,14,18000,19000 +GNQ,2029,15,18000,18000 +GNQ,2029,16,17000,18000 +GNQ,2029,17,17000,18000 +GNQ,2029,18,17000,18000 +GNQ,2030,0,25000,25000 +GNQ,2030,1,25000,25000 +GNQ,2030,2,24000,25000 +GNQ,2030,3,24000,24000 +GNQ,2030,4,23000,24000 +GNQ,2030,5,23000,23000 +GNQ,2030,6,22000,23000 +GNQ,2030,7,22000,22000 +GNQ,2030,8,21000,22000 +GNQ,2030,9,21000,21000 +GNQ,2030,10,20000,21000 +GNQ,2030,11,20000,20000 +GNQ,2030,12,19000,20000 +GNQ,2030,13,19000,19000 +GNQ,2030,14,19000,19000 +GNQ,2030,15,18000,19000 +GNQ,2030,16,18000,18000 +GNQ,2030,17,17000,18000 +GNQ,2030,18,17000,18000 +GNQ,2031,0,25000,26000 +GNQ,2031,1,25000,25000 +GNQ,2031,2,24000,25000 +GNQ,2031,3,24000,25000 +GNQ,2031,4,24000,24000 +GNQ,2031,5,23000,24000 +GNQ,2031,6,23000,23000 +GNQ,2031,7,22000,23000 +GNQ,2031,8,22000,22000 +GNQ,2031,9,21000,22000 +GNQ,2031,10,21000,21000 +GNQ,2031,11,20000,21000 +GNQ,2031,12,20000,20000 +GNQ,2031,13,19000,20000 +GNQ,2031,14,19000,20000 +GNQ,2031,15,19000,19000 +GNQ,2031,16,18000,19000 +GNQ,2031,17,18000,19000 +GNQ,2031,18,18000,19000 +GNQ,2032,0,25000,26000 +GNQ,2032,1,25000,26000 +GNQ,2032,2,25000,25000 +GNQ,2032,3,24000,25000 +GNQ,2032,4,24000,24000 +GNQ,2032,5,24000,24000 +GNQ,2032,6,23000,24000 +GNQ,2032,7,23000,23000 +GNQ,2032,8,22000,23000 +GNQ,2032,9,22000,22000 +GNQ,2032,10,21000,22000 +GNQ,2032,11,21000,21000 +GNQ,2032,12,20000,21000 +GNQ,2032,13,20000,20000 +GNQ,2032,14,19000,20000 +GNQ,2032,15,19000,20000 +GNQ,2032,16,19000,20000 +GNQ,2032,17,18000,19000 +GNQ,2032,18,18000,19000 +GNQ,2033,0,26000,26000 +GNQ,2033,1,25000,26000 +GNQ,2033,2,25000,26000 +GNQ,2033,3,25000,25000 +GNQ,2033,4,24000,25000 +GNQ,2033,5,24000,24000 +GNQ,2033,6,24000,24000 +GNQ,2033,7,23000,24000 +GNQ,2033,8,23000,23000 +GNQ,2033,9,22000,23000 +GNQ,2033,10,22000,22000 +GNQ,2033,11,21000,22000 +GNQ,2033,12,21000,21000 +GNQ,2033,13,20000,21000 +GNQ,2033,14,20000,20000 +GNQ,2033,15,20000,20000 +GNQ,2033,16,19000,20000 +GNQ,2033,17,19000,20000 +GNQ,2033,18,19000,20000 +GNQ,2034,0,26000,26000 +GNQ,2034,1,26000,26000 +GNQ,2034,2,25000,26000 +GNQ,2034,3,25000,25000 +GNQ,2034,4,25000,25000 +GNQ,2034,5,24000,25000 +GNQ,2034,6,24000,24000 +GNQ,2034,7,23000,24000 +GNQ,2034,8,23000,23000 +GNQ,2034,9,23000,23000 +GNQ,2034,10,22000,23000 +GNQ,2034,11,22000,22000 +GNQ,2034,12,21000,22000 +GNQ,2034,13,21000,21000 +GNQ,2034,14,20000,21000 +GNQ,2034,15,20000,20000 +GNQ,2034,16,20000,20000 +GNQ,2034,17,19000,20000 +GNQ,2034,18,19000,20000 +GNQ,2035,0,26000,27000 +GNQ,2035,1,26000,26000 +GNQ,2035,2,26000,26000 +GNQ,2035,3,25000,26000 +GNQ,2035,4,25000,25000 +GNQ,2035,5,25000,25000 +GNQ,2035,6,24000,25000 +GNQ,2035,7,24000,24000 +GNQ,2035,8,23000,24000 +GNQ,2035,9,23000,23000 +GNQ,2035,10,23000,23000 +GNQ,2035,11,22000,23000 +GNQ,2035,12,22000,22000 +GNQ,2035,13,21000,22000 +GNQ,2035,14,21000,21000 +GNQ,2035,15,20000,21000 +GNQ,2035,16,20000,20000 +GNQ,2035,17,20000,20000 +GNQ,2035,18,19000,20000 +GNQ,2036,0,26000,27000 +GNQ,2036,1,26000,27000 +GNQ,2036,2,26000,26000 +GNQ,2036,3,26000,26000 +GNQ,2036,4,25000,26000 +GNQ,2036,5,25000,25000 +GNQ,2036,6,25000,25000 +GNQ,2036,7,24000,25000 +GNQ,2036,8,24000,24000 +GNQ,2036,9,23000,24000 +GNQ,2036,10,23000,23000 +GNQ,2036,11,23000,23000 +GNQ,2036,12,22000,23000 +GNQ,2036,13,22000,22000 +GNQ,2036,14,21000,22000 +GNQ,2036,15,21000,22000 +GNQ,2036,16,21000,21000 +GNQ,2036,17,20000,21000 +GNQ,2036,18,20000,21000 +GNQ,2037,0,27000,27000 +GNQ,2037,1,26000,27000 +GNQ,2037,2,26000,27000 +GNQ,2037,3,26000,26000 +GNQ,2037,4,26000,26000 +GNQ,2037,5,25000,26000 +GNQ,2037,6,25000,25000 +GNQ,2037,7,24000,25000 +GNQ,2037,8,24000,25000 +GNQ,2037,9,24000,24000 +GNQ,2037,10,23000,24000 +GNQ,2037,11,23000,23000 +GNQ,2037,12,23000,23000 +GNQ,2037,13,22000,23000 +GNQ,2037,14,22000,22000 +GNQ,2037,15,21000,22000 +GNQ,2037,16,21000,22000 +GNQ,2037,17,21000,22000 +GNQ,2037,18,20000,21000 +GNQ,2038,0,27000,28000 +GNQ,2038,1,27000,27000 +GNQ,2038,2,26000,27000 +GNQ,2038,3,26000,27000 +GNQ,2038,4,26000,26000 +GNQ,2038,5,25000,26000 +GNQ,2038,6,25000,26000 +GNQ,2038,7,25000,25000 +GNQ,2038,8,24000,25000 +GNQ,2038,9,24000,25000 +GNQ,2038,10,24000,24000 +GNQ,2038,11,23000,24000 +GNQ,2038,12,23000,23000 +GNQ,2038,13,23000,23000 +GNQ,2038,14,22000,23000 +GNQ,2038,15,22000,22000 +GNQ,2038,16,22000,22000 +GNQ,2038,17,21000,22000 +GNQ,2038,18,21000,22000 +GNQ,2039,0,27000,28000 +GNQ,2039,1,27000,27000 +GNQ,2039,2,27000,27000 +GNQ,2039,3,26000,27000 +GNQ,2039,4,26000,26000 +GNQ,2039,5,26000,26000 +GNQ,2039,6,25000,26000 +GNQ,2039,7,25000,25000 +GNQ,2039,8,25000,25000 +GNQ,2039,9,24000,25000 +GNQ,2039,10,24000,24000 +GNQ,2039,11,24000,24000 +GNQ,2039,12,23000,24000 +GNQ,2039,13,23000,23000 +GNQ,2039,14,23000,23000 +GNQ,2039,15,22000,23000 +GNQ,2039,16,22000,22000 +GNQ,2039,17,22000,22000 +GNQ,2039,18,21000,22000 +GNQ,2040,0,28000,28000 +GNQ,2040,1,27000,28000 +GNQ,2040,2,27000,27000 +GNQ,2040,3,27000,27000 +GNQ,2040,4,26000,27000 +GNQ,2040,5,26000,26000 +GNQ,2040,6,26000,26000 +GNQ,2040,7,25000,26000 +GNQ,2040,8,25000,25000 +GNQ,2040,9,25000,25000 +GNQ,2040,10,24000,25000 +GNQ,2040,11,24000,24000 +GNQ,2040,12,24000,24000 +GNQ,2040,13,23000,24000 +GNQ,2040,14,23000,23000 +GNQ,2040,15,23000,23000 +GNQ,2040,16,22000,23000 +GNQ,2040,17,22000,23000 +GNQ,2040,18,22000,23000 +GNQ,2041,0,28000,28000 +GNQ,2041,1,27000,28000 +GNQ,2041,2,27000,28000 +GNQ,2041,3,27000,27000 +GNQ,2041,4,27000,27000 +GNQ,2041,5,26000,27000 +GNQ,2041,6,26000,26000 +GNQ,2041,7,26000,26000 +GNQ,2041,8,25000,26000 +GNQ,2041,9,25000,25000 +GNQ,2041,10,25000,25000 +GNQ,2041,11,24000,25000 +GNQ,2041,12,24000,24000 +GNQ,2041,13,24000,24000 +GNQ,2041,14,23000,24000 +GNQ,2041,15,23000,24000 +GNQ,2041,16,23000,23000 +GNQ,2041,17,23000,23000 +GNQ,2041,18,22000,23000 +GNQ,2042,0,28000,29000 +GNQ,2042,1,28000,28000 +GNQ,2042,2,27000,28000 +GNQ,2042,3,27000,28000 +GNQ,2042,4,27000,27000 +GNQ,2042,5,27000,27000 +GNQ,2042,6,26000,27000 +GNQ,2042,7,26000,26000 +GNQ,2042,8,26000,26000 +GNQ,2042,9,25000,26000 +GNQ,2042,10,25000,25000 +GNQ,2042,11,25000,25000 +GNQ,2042,12,24000,25000 +GNQ,2042,13,24000,25000 +GNQ,2042,14,24000,24000 +GNQ,2042,15,24000,24000 +GNQ,2042,16,23000,24000 +GNQ,2042,17,23000,24000 +GNQ,2042,18,23000,24000 +GNQ,2043,0,28000,29000 +GNQ,2043,1,28000,28000 +GNQ,2043,2,28000,28000 +GNQ,2043,3,27000,28000 +GNQ,2043,4,27000,28000 +GNQ,2043,5,27000,27000 +GNQ,2043,6,26000,27000 +GNQ,2043,7,26000,27000 +GNQ,2043,8,26000,26000 +GNQ,2043,9,26000,26000 +GNQ,2043,10,25000,26000 +GNQ,2043,11,25000,25000 +GNQ,2043,12,25000,25000 +GNQ,2043,13,24000,25000 +GNQ,2043,14,24000,25000 +GNQ,2043,15,24000,24000 +GNQ,2043,16,24000,24000 +GNQ,2043,17,23000,24000 +GNQ,2043,18,23000,24000 +GNQ,2044,0,29000,29000 +GNQ,2044,1,28000,29000 +GNQ,2044,2,28000,28000 +GNQ,2044,3,28000,28000 +GNQ,2044,4,27000,28000 +GNQ,2044,5,27000,27000 +GNQ,2044,6,27000,27000 +GNQ,2044,7,26000,27000 +GNQ,2044,8,26000,27000 +GNQ,2044,9,26000,26000 +GNQ,2044,10,26000,26000 +GNQ,2044,11,25000,26000 +GNQ,2044,12,25000,25000 +GNQ,2044,13,25000,25000 +GNQ,2044,14,24000,25000 +GNQ,2044,15,24000,25000 +GNQ,2044,16,24000,24000 +GNQ,2044,17,24000,24000 +GNQ,2044,18,23000,24000 +GNQ,2045,0,29000,29000 +GNQ,2045,1,28000,29000 +GNQ,2045,2,28000,29000 +GNQ,2045,3,28000,28000 +GNQ,2045,4,28000,28000 +GNQ,2045,5,27000,28000 +GNQ,2045,6,27000,27000 +GNQ,2045,7,27000,27000 +GNQ,2045,8,26000,27000 +GNQ,2045,9,26000,26000 +GNQ,2045,10,26000,26000 +GNQ,2045,11,25000,26000 +GNQ,2045,12,25000,26000 +GNQ,2045,13,25000,25000 +GNQ,2045,14,25000,25000 +GNQ,2045,15,24000,25000 +GNQ,2045,16,24000,25000 +GNQ,2045,17,24000,24000 +GNQ,2045,18,24000,24000 +GNQ,2046,0,29000,29000 +GNQ,2046,1,29000,29000 +GNQ,2046,2,28000,29000 +GNQ,2046,3,28000,29000 +GNQ,2046,4,28000,28000 +GNQ,2046,5,27000,28000 +GNQ,2046,6,27000,28000 +GNQ,2046,7,27000,27000 +GNQ,2046,8,27000,27000 +GNQ,2046,9,26000,27000 +GNQ,2046,10,26000,26000 +GNQ,2046,11,26000,26000 +GNQ,2046,12,26000,26000 +GNQ,2046,13,25000,26000 +GNQ,2046,14,25000,25000 +GNQ,2046,15,25000,25000 +GNQ,2046,16,25000,25000 +GNQ,2046,17,24000,25000 +GNQ,2046,18,24000,25000 +GNQ,2047,0,29000,30000 +GNQ,2047,1,29000,29000 +GNQ,2047,2,29000,29000 +GNQ,2047,3,28000,29000 +GNQ,2047,4,28000,29000 +GNQ,2047,5,28000,28000 +GNQ,2047,6,27000,28000 +GNQ,2047,7,27000,28000 +GNQ,2047,8,27000,27000 +GNQ,2047,9,27000,27000 +GNQ,2047,10,26000,27000 +GNQ,2047,11,26000,26000 +GNQ,2047,12,26000,26000 +GNQ,2047,13,26000,26000 +GNQ,2047,14,25000,26000 +GNQ,2047,15,25000,26000 +GNQ,2047,16,25000,25000 +GNQ,2047,17,25000,25000 +GNQ,2047,18,24000,25000 +GNQ,2048,0,29000,30000 +GNQ,2048,1,29000,30000 +GNQ,2048,2,29000,29000 +GNQ,2048,3,29000,29000 +GNQ,2048,4,28000,29000 +GNQ,2048,5,28000,28000 +GNQ,2048,6,28000,28000 +GNQ,2048,7,27000,28000 +GNQ,2048,8,27000,28000 +GNQ,2048,9,27000,27000 +GNQ,2048,10,27000,27000 +GNQ,2048,11,26000,27000 +GNQ,2048,12,26000,26000 +GNQ,2048,13,26000,26000 +GNQ,2048,14,26000,26000 +GNQ,2048,15,25000,26000 +GNQ,2048,16,25000,26000 +GNQ,2048,17,25000,26000 +GNQ,2048,18,25000,26000 +GNQ,2049,0,29000,30000 +GNQ,2049,1,29000,30000 +GNQ,2049,2,29000,29000 +GNQ,2049,3,29000,29000 +GNQ,2049,4,28000,29000 +GNQ,2049,5,28000,29000 +GNQ,2049,6,28000,28000 +GNQ,2049,7,28000,28000 +GNQ,2049,8,27000,28000 +GNQ,2049,9,27000,28000 +GNQ,2049,10,27000,27000 +GNQ,2049,11,27000,27000 +GNQ,2049,12,26000,27000 +GNQ,2049,13,26000,26000 +GNQ,2049,14,26000,26000 +GNQ,2049,15,26000,26000 +GNQ,2049,16,25000,26000 +GNQ,2049,17,25000,26000 +GNQ,2049,18,25000,26000 +GNQ,2050,0,30000,30000 +GNQ,2050,1,29000,30000 +GNQ,2050,2,29000,30000 +GNQ,2050,3,29000,29000 +GNQ,2050,4,29000,29000 +GNQ,2050,5,28000,29000 +GNQ,2050,6,28000,29000 +GNQ,2050,7,28000,28000 +GNQ,2050,8,28000,28000 +GNQ,2050,9,27000,28000 +GNQ,2050,10,27000,27000 +GNQ,2050,11,27000,27000 +GNQ,2050,12,26000,27000 +GNQ,2050,13,26000,27000 +GNQ,2050,14,26000,26000 +GNQ,2050,15,26000,26000 +GNQ,2050,16,26000,26000 +GNQ,2050,17,25000,26000 +GNQ,2050,18,25000,26000 +GRC,1990,0,46570,49153 +GRC,1990,1,50490,53519 +GRC,1990,2,54077,57466 +GRC,1990,3,57341,61014 +GRC,1990,4,60296,64186 +GRC,1990,5,62954,67002 +GRC,1990,6,65327,69484 +GRC,1990,7,67428,71652 +GRC,1990,8,69268,73529 +GRC,1990,9,70861,75135 +GRC,1990,10,72251,76508 +GRC,1990,11,73485,77688 +GRC,1990,12,74408,78610 +GRC,1990,13,74964,79261 +GRC,1990,14,75267,79713 +GRC,1990,15,75412,79974 +GRC,1990,16,75293,79947 +GRC,1990,17,75513,80239 +GRC,1990,18,76355,81119 +GRC,1991,0,47133,49864 +GRC,1991,1,47300,49974 +GRC,1991,2,50769,53832 +GRC,1991,3,54093,57493 +GRC,1991,4,57253,60942 +GRC,1991,5,60230,64161 +GRC,1991,6,63036,67171 +GRC,1991,7,65680,69990 +GRC,1991,8,67995,72431 +GRC,1991,9,69901,74412 +GRC,1991,10,71469,76020 +GRC,1991,11,72895,77461 +GRC,1991,12,74195,78743 +GRC,1991,13,75177,79747 +GRC,1991,14,75783,80450 +GRC,1991,15,76128,80932 +GRC,1991,16,76312,81219 +GRC,1991,17,76228,81214 +GRC,1991,18,76479,81513 +GRC,1992,0,49234,52326 +GRC,1992,1,49986,53106 +GRC,1992,2,48050,50823 +GRC,1992,3,51070,54177 +GRC,1992,4,54133,57555 +GRC,1992,5,57191,60905 +GRC,1992,6,60191,64175 +GRC,1992,7,63145,67380 +GRC,1992,8,66062,70537 +GRC,1992,9,68592,73253 +GRC,1992,10,70564,75339 +GRC,1992,11,72108,76949 +GRC,1992,12,73571,78460 +GRC,1992,13,74937,79844 +GRC,1992,14,75979,80930 +GRC,1992,15,76635,81686 +GRC,1992,16,77021,82199 +GRC,1992,17,77245,82512 +GRC,1992,18,77197,82527 +GRC,1993,0,52113,55658 +GRC,1993,1,50937,54255 +GRC,1993,2,50665,53860 +GRC,1993,3,48813,51691 +GRC,1993,4,51384,54541 +GRC,1993,5,54188,57637 +GRC,1993,6,57142,60890 +GRC,1993,7,60167,64211 +GRC,1993,8,63270,67613 +GRC,1993,9,66461,71109 +GRC,1993,10,69207,74101 +GRC,1993,11,71245,76294 +GRC,1993,12,72766,77905 +GRC,1993,13,74265,79486 +GRC,1993,14,75699,80974 +GRC,1993,15,76801,82143 +GRC,1993,16,77507,82951 +GRC,1993,17,77935,83495 +GRC,1993,18,78198,83835 +GRC,1994,0,54683,58602 +GRC,1994,1,51961,55458 +GRC,1994,2,50456,53683 +GRC,1994,3,50027,53123 +GRC,1994,4,49574,52559 +GRC,1994,5,51696,54904 +GRC,1994,6,54239,57718 +GRC,1994,7,57091,60874 +GRC,1994,8,60140,64246 +GRC,1994,9,63393,67846 +GRC,1994,10,66857,71681 +GRC,1994,11,69818,74948 +GRC,1994,12,71923,77247 +GRC,1994,13,73421,78862 +GRC,1994,14,74957,80512 +GRC,1994,15,76457,82103 +GRC,1994,16,77619,83355 +GRC,1994,17,78375,84217 +GRC,1994,18,78845,84790 +GRC,1995,0,56156,60246 +GRC,1995,1,52614,56195 +GRC,1995,2,50402,53647 +GRC,1995,3,49377,52441 +GRC,1995,4,49395,52412 +GRC,1995,5,50311,53399 +GRC,1995,6,51982,55238 +GRC,1995,7,54263,57768 +GRC,1995,8,57012,60825 +GRC,1995,9,60083,64247 +GRC,1995,10,63483,68041 +GRC,1995,11,67219,72214 +GRC,1995,12,70395,75755 +GRC,1995,13,72566,78159 +GRC,1995,14,74039,79776 +GRC,1995,15,75611,81495 +GRC,1995,16,77177,83188 +GRC,1995,17,78399,84522 +GRC,1995,18,79204,85437 +GRC,1996,0,56340,60368 +GRC,1996,1,55471,59422 +GRC,1996,2,52648,56195 +GRC,1996,3,50904,54187 +GRC,1996,4,50137,53283 +GRC,1996,5,50245,53367 +GRC,1996,6,51083,54275 +GRC,1996,7,52508,55843 +GRC,1996,8,54622,58199 +GRC,1996,9,57403,61325 +GRC,1996,10,60626,64958 +GRC,1996,11,64093,68864 +GRC,1996,12,67852,73097 +GRC,1996,13,71049,76688 +GRC,1996,14,73240,79129 +GRC,1996,15,74732,80769 +GRC,1996,16,76320,82508 +GRC,1996,17,77900,84217 +GRC,1996,18,79134,85551 +GRC,1997,0,55423,59182 +GRC,1997,1,52737,56200 +GRC,1997,2,54772,58582 +GRC,1997,3,52668,56181 +GRC,1997,4,51393,54714 +GRC,1997,5,50885,54113 +GRC,1997,6,51083,54310 +GRC,1997,7,51843,55139 +GRC,1997,8,53022,56435 +GRC,1997,9,54967,58616 +GRC,1997,10,57780,61810 +GRC,1997,11,61155,65655 +GRC,1997,12,64688,69671 +GRC,1997,13,68468,73963 +GRC,1997,14,71685,77603 +GRC,1997,15,73896,80079 +GRC,1997,16,75408,81744 +GRC,1997,17,77012,83502 +GRC,1997,18,78604,85227 +GRC,1998,0,53829,57207 +GRC,1998,1,52383,55683 +GRC,1998,2,51387,54644 +GRC,1998,3,54048,57708 +GRC,1998,4,52666,56136 +GRC,1998,5,51861,55211 +GRC,1998,6,51613,54914 +GRC,1998,7,51901,55224 +GRC,1998,8,52582,55973 +GRC,1998,9,53514,56996 +GRC,1998,10,55290,59001 +GRC,1998,11,58134,62261 +GRC,1998,12,61658,66315 +GRC,1998,13,65256,70441 +GRC,1998,14,69056,74789 +GRC,1998,15,72292,78476 +GRC,1998,16,74523,80987 +GRC,1998,17,76052,82675 +GRC,1998,18,77672,84451 +GRC,1999,0,52229,55254 +GRC,1999,1,51999,55129 +GRC,1999,2,51815,55024 +GRC,1999,3,51703,54976 +GRC,1999,4,53294,56783 +GRC,1999,5,52634,56040 +GRC,1999,6,52299,55659 +GRC,1999,7,52310,55666 +GRC,1999,8,52688,56088 +GRC,1999,9,53290,56758 +GRC,1999,10,53975,57506 +GRC,1999,11,55579,59334 +GRC,1999,12,58453,62656 +GRC,1999,13,62125,66916 +GRC,1999,14,65785,71147 +GRC,1999,15,69604,75548 +GRC,1999,16,72857,79278 +GRC,1999,17,75105,81821 +GRC,1999,18,76652,83531 +GRC,2000,0,51116,53922 +GRC,2000,1,51747,54740 +GRC,2000,2,52139,55263 +GRC,2000,3,52356,55566 +GRC,2000,4,52459,55722 +GRC,2000,5,52510,55806 +GRC,2000,6,52571,55892 +GRC,2000,7,52706,56053 +GRC,2000,8,52976,56364 +GRC,2000,9,53444,56898 +GRC,2000,10,53967,57486 +GRC,2000,11,54404,57961 +GRC,2000,12,55837,59609 +GRC,2000,13,58738,62991 +GRC,2000,14,62556,67453 +GRC,2000,15,66276,71784 +GRC,2000,16,70110,76234 +GRC,2000,17,73379,80004 +GRC,2000,18,75643,82577 +GRC,2001,0,50740,53594 +GRC,2001,1,51656,54358 +GRC,2001,2,52196,55024 +GRC,2001,3,52549,55467 +GRC,2001,4,52769,55750 +GRC,2001,5,52909,55935 +GRC,2001,6,53032,56095 +GRC,2001,7,53200,56304 +GRC,2001,8,53421,56563 +GRC,2001,9,53729,56909 +GRC,2001,10,54206,57440 +GRC,2001,11,54753,58046 +GRC,2001,12,55215,58541 +GRC,2001,13,56684,60222 +GRC,2001,14,59636,63659 +GRC,2001,15,63512,68182 +GRC,2001,16,67283,72566 +GRC,2001,17,71165,77066 +GRC,2001,18,74455,80849 +GRC,2002,0,50736,53761 +GRC,2002,1,51905,54940 +GRC,2002,2,52175,54750 +GRC,2002,3,52622,55263 +GRC,2002,4,52936,55626 +GRC,2002,5,53159,55889 +GRC,2002,6,53337,56101 +GRC,2002,7,53532,56337 +GRC,2002,8,53807,56671 +GRC,2002,9,54114,57029 +GRC,2002,10,54461,57409 +GRC,2002,11,54947,57938 +GRC,2002,12,55517,58560 +GRC,2002,13,56005,59075 +GRC,2002,14,57508,60789 +GRC,2002,15,60511,64276 +GRC,2002,16,64444,68859 +GRC,2002,17,68264,73292 +GRC,2002,18,72191,77837 +GRC,2003,0,51049,54304 +GRC,2003,1,52052,55131 +GRC,2003,2,52752,55673 +GRC,2003,3,52638,55064 +GRC,2003,4,52992,55422 +GRC,2003,5,53265,55704 +GRC,2003,6,53491,55946 +GRC,2003,7,53707,56186 +GRC,2003,8,53974,56498 +GRC,2003,9,54356,56956 +GRC,2003,10,54750,57412 +GRC,2003,11,55134,57827 +GRC,2003,12,55629,58352 +GRC,2003,13,56221,58990 +GRC,2003,14,56734,59525 +GRC,2003,15,58271,61267 +GRC,2003,16,61321,64801 +GRC,2003,17,65306,69436 +GRC,2003,18,69171,73912 +GRC,2004,0,51563,55007 +GRC,2004,1,52247,55352 +GRC,2004,2,52746,55569 +GRC,2004,3,53098,55691 +GRC,2004,4,53004,55258 +GRC,2004,5,53265,55462 +GRC,2004,6,53497,55662 +GRC,2004,7,53726,55883 +GRC,2004,8,53978,56151 +GRC,2004,9,54317,56538 +GRC,2004,10,54805,57119 +GRC,2004,11,55285,57672 +GRC,2004,12,55706,58121 +GRC,2004,13,56208,58640 +GRC,2004,14,56823,59293 +GRC,2004,15,57360,59846 +GRC,2004,16,58926,61614 +GRC,2004,17,62018,65187 +GRC,2004,18,66049,69864 +GRC,2005,0,52161,55677 +GRC,2005,1,52468,55561 +GRC,2005,2,52713,55455 +GRC,2005,3,52913,55369 +GRC,2005,4,53085,55316 +GRC,2005,5,53246,55308 +GRC,2005,6,53413,55357 +GRC,2005,7,53604,55475 +GRC,2005,8,53835,55675 +GRC,2005,9,54124,55968 +GRC,2005,10,54533,56429 +GRC,2005,11,55126,57131 +GRC,2005,12,55690,57779 +GRC,2005,13,56148,58260 +GRC,2005,14,56656,58773 +GRC,2005,15,57291,59439 +GRC,2005,16,57851,60009 +GRC,2005,17,59443,61798 +GRC,2005,18,62569,65399 +GRC,2006,0,53393,56924 +GRC,2006,1,52284,55619 +GRC,2006,2,52539,55496 +GRC,2006,3,52774,55411 +GRC,2006,4,52997,55372 +GRC,2006,5,53213,55384 +GRC,2006,6,53450,55461 +GRC,2006,7,53738,55618 +GRC,2006,8,53974,55823 +GRC,2006,9,54119,56067 +GRC,2006,10,54246,56380 +GRC,2006,11,54514,56859 +GRC,2006,12,54949,57561 +GRC,2006,13,55454,58253 +GRC,2006,14,56019,58855 +GRC,2006,15,56731,59523 +GRC,2006,16,57543,60320 +GRC,2006,17,58283,61026 +GRC,2006,18,59980,62830 +GRC,2007,0,54765,58203 +GRC,2007,1,54015,57109 +GRC,2007,2,52280,55409 +GRC,2007,3,52482,55278 +GRC,2007,4,52707,55216 +GRC,2007,5,52951,55223 +GRC,2007,6,53211,55300 +GRC,2007,7,53525,55464 +GRC,2007,8,53933,55729 +GRC,2007,9,54212,56020 +GRC,2007,10,54271,56307 +GRC,2007,11,54236,56638 +GRC,2007,12,54361,57135 +GRC,2007,13,54636,57834 +GRC,2007,14,55083,58568 +GRC,2007,15,55752,59290 +GRC,2007,16,56668,60112 +GRC,2007,17,57656,61039 +GRC,2007,18,58574,61879 +GRC,2008,0,55875,59155 +GRC,2008,1,54610,57672 +GRC,2008,2,53676,56508 +GRC,2008,3,52201,55121 +GRC,2008,4,52349,54982 +GRC,2008,5,52564,54942 +GRC,2008,6,52830,54997 +GRC,2008,7,53132,55139 +GRC,2008,8,53522,55388 +GRC,2008,9,54050,55760 +GRC,2008,10,54373,56137 +GRC,2008,11,54345,56468 +GRC,2008,12,54148,56815 +GRC,2008,13,54130,57329 +GRC,2008,14,54245,58024 +GRC,2008,15,54633,58801 +GRC,2008,16,55406,59640 +GRC,2008,17,56523,60614 +GRC,2008,18,57686,61670 +GRC,2009,0,56201,59328 +GRC,2009,1,54720,57769 +GRC,2009,2,53620,56538 +GRC,2009,3,52860,55608 +GRC,2009,4,52121,54858 +GRC,2009,5,52216,54712 +GRC,2009,6,52420,54694 +GRC,2009,7,52708,54795 +GRC,2009,8,53053,55003 +GRC,2009,9,53518,55336 +GRC,2009,10,54165,55816 +GRC,2009,11,54532,56278 +GRC,2009,12,54418,56652 +GRC,2009,13,54059,57017 +GRC,2009,14,53899,57549 +GRC,2009,15,53854,58240 +GRC,2009,16,54183,59058 +GRC,2009,17,55060,60015 +GRC,2009,18,56378,61142 +GRC,2010,0,55413,58441 +GRC,2010,1,54156,57239 +GRC,2010,2,53232,56279 +GRC,2010,3,52603,55546 +GRC,2010,4,52235,55023 +GRC,2010,5,52089,54692 +GRC,2010,6,52132,54538 +GRC,2010,7,52326,54543 +GRC,2010,8,52635,54690 +GRC,2010,9,53024,54963 +GRC,2010,10,53565,55383 +GRC,2010,11,54331,55970 +GRC,2010,12,54742,56519 +GRC,2010,13,54541,56936 +GRC,2010,14,54021,57320 +GRC,2010,15,53718,57869 +GRC,2010,16,53514,58558 +GRC,2010,17,53784,59420 +GRC,2010,18,54766,60496 +GRC,2011,0,53134,55947 +GRC,2011,1,54620,57679 +GRC,2011,2,53767,56857 +GRC,2011,3,53104,56143 +GRC,2011,4,52618,55539 +GRC,2011,5,52293,55052 +GRC,2011,6,52096,54664 +GRC,2011,7,51989,54359 +GRC,2011,8,52068,54248 +GRC,2011,9,52362,54377 +GRC,2011,10,52792,54688 +GRC,2011,11,53326,55098 +GRC,2011,12,54061,55652 +GRC,2011,13,54427,56154 +GRC,2011,14,54167,56507 +GRC,2011,15,53579,56816 +GRC,2011,16,53208,57291 +GRC,2011,17,52935,57906 +GRC,2011,18,53147,58703 +GRC,2012,0,49760,52416 +GRC,2012,1,50523,53471 +GRC,2012,2,53915,57063 +GRC,2012,3,53464,56619 +GRC,2012,4,53062,56146 +GRC,2012,5,52716,55670 +GRC,2012,6,52435,55218 +GRC,2012,7,52185,54772 +GRC,2012,8,51929,54316 +GRC,2012,9,51893,54089 +GRC,2012,10,52172,54200 +GRC,2012,11,52645,54549 +GRC,2012,12,53173,54951 +GRC,2012,13,53877,55473 +GRC,2012,14,54199,55930 +GRC,2012,15,53880,56220 +GRC,2012,16,53222,56455 +GRC,2012,17,52784,56858 +GRC,2012,18,52442,57400 +GRC,2013,0,45892,48437 +GRC,2013,1,48045,50980 +GRC,2013,2,49757,52934 +GRC,2013,3,53265,56540 +GRC,2013,4,53216,56474 +GRC,2013,5,53074,56242 +GRC,2013,6,52869,55893 +GRC,2013,7,52631,55475 +GRC,2013,8,52327,54970 +GRC,2013,9,51922,54363 +GRC,2013,10,51772,54019 +GRC,2013,11,52037,54113 +GRC,2013,12,52552,54501 +GRC,2013,13,53074,54894 +GRC,2013,14,53748,55386 +GRC,2013,15,54027,55798 +GRC,2013,16,53648,56026 +GRC,2013,17,52920,56187 +GRC,2013,18,52413,56519 +GRC,2014,0,42395,44861 +GRC,2014,1,45651,48570 +GRC,2014,2,48233,51457 +GRC,2014,3,50209,53608 +GRC,2014,4,52620,56033 +GRC,2014,5,52973,56345 +GRC,2014,6,53091,56356 +GRC,2014,7,53027,56134 +GRC,2014,8,52833,55750 +GRC,2014,9,52475,55185 +GRC,2014,10,51921,54426 +GRC,2014,11,51655,53965 +GRC,2014,12,51906,54041 +GRC,2014,13,52465,54469 +GRC,2014,14,52981,54855 +GRC,2014,15,53624,55315 +GRC,2014,16,53860,55683 +GRC,2014,17,53421,55848 +GRC,2014,18,52623,55936 +GRC,2015,0,39895,42308 +GRC,2015,1,43660,46546 +GRC,2015,2,46673,49893 +GRC,2015,3,49010,52441 +GRC,2015,4,50744,54279 +GRC,2015,5,51951,55498 +GRC,2015,6,52707,56189 +GRC,2015,7,53085,56442 +GRC,2015,8,53162,56348 +GRC,2015,9,53012,55998 +GRC,2015,10,52602,55374 +GRC,2015,11,51897,54463 +GRC,2015,12,51517,53885 +GRC,2015,13,51753,53944 +GRC,2015,14,52354,54410 +GRC,2015,15,52864,54788 +GRC,2015,16,53477,55217 +GRC,2015,17,53671,55540 +GRC,2015,18,53171,55642 +GRC,2016,0,38678,41060 +GRC,2016,1,40422,42931 +GRC,2016,2,43741,46651 +GRC,2016,3,46479,49680 +GRC,2016,4,48684,52074 +GRC,2016,5,50401,53889 +GRC,2016,6,51704,55218 +GRC,2016,7,52669,56150 +GRC,2016,8,53194,56571 +GRC,2016,9,53263,56471 +GRC,2016,10,53013,56008 +GRC,2016,11,52559,55339 +GRC,2016,12,51839,54413 +GRC,2016,13,51437,53815 +GRC,2016,14,51643,53844 +GRC,2016,15,52210,54276 +GRC,2016,16,52687,54620 +GRC,2016,17,53266,55015 +GRC,2016,18,53430,55308 +GRC,2017,0,38493,40873 +GRC,2017,1,41222,43953 +GRC,2017,2,40928,43525 +GRC,2017,3,43798,46725 +GRC,2017,4,46260,49433 +GRC,2017,5,48332,51671 +GRC,2017,6,50030,53463 +GRC,2017,7,51428,54900 +GRC,2017,8,52603,56072 +GRC,2017,9,53273,56661 +GRC,2017,10,53336,56555 +GRC,2017,11,52985,55981 +GRC,2017,12,52487,55265 +GRC,2017,13,51752,54326 +GRC,2017,14,51329,53707 +GRC,2017,15,51506,53707 +GRC,2017,16,52038,54105 +GRC,2017,17,52480,54415 +GRC,2017,18,53025,54775 +GRC,2018,0,38901,41299 +GRC,2018,1,40490,43128 +GRC,2018,2,42058,44896 +GRC,2018,3,41422,44105 +GRC,2018,4,43841,46783 +GRC,2018,5,46027,49169 +GRC,2018,6,47966,51252 +GRC,2018,7,49644,53020 +GRC,2018,8,51137,54564 +GRC,2018,9,52521,55975 +GRC,2018,10,53337,56733 +GRC,2018,11,53392,56621 +GRC,2018,12,52941,55935 +GRC,2018,13,52400,55173 +GRC,2018,14,51651,54221 +GRC,2018,15,51206,53582 +GRC,2018,16,51353,53553 +GRC,2018,17,51850,53916 +GRC,2018,18,52258,54192 +GRC,2019,0,39000,42000 +GRC,2019,1,40000,42000 +GRC,2019,2,41000,43000 +GRC,2019,3,42000,44000 +GRC,2019,4,42000,45000 +GRC,2019,5,44000,47000 +GRC,2019,6,46000,49000 +GRC,2019,7,48000,51000 +GRC,2019,8,49000,53000 +GRC,2019,9,51000,54000 +GRC,2019,10,52000,56000 +GRC,2019,11,53000,57000 +GRC,2019,12,53000,57000 +GRC,2019,13,53000,56000 +GRC,2019,14,52000,55000 +GRC,2019,15,52000,54000 +GRC,2019,16,51000,53000 +GRC,2019,17,51000,53000 +GRC,2019,18,52000,54000 +GRC,2020,0,39000,41000 +GRC,2020,1,39000,41000 +GRC,2020,2,39000,42000 +GRC,2020,3,40000,43000 +GRC,2020,4,41000,44000 +GRC,2020,5,42000,45000 +GRC,2020,6,44000,47000 +GRC,2020,7,46000,49000 +GRC,2020,8,47000,50000 +GRC,2020,9,49000,52000 +GRC,2020,10,51000,54000 +GRC,2020,11,52000,56000 +GRC,2020,12,53000,57000 +GRC,2020,13,54000,57000 +GRC,2020,14,53000,56000 +GRC,2020,15,52000,55000 +GRC,2020,16,51000,54000 +GRC,2020,17,51000,53000 +GRC,2020,18,51000,53000 +GRC,2021,0,38000,41000 +GRC,2021,1,39000,41000 +GRC,2021,2,39000,41000 +GRC,2021,3,39000,42000 +GRC,2021,4,40000,43000 +GRC,2021,5,41000,44000 +GRC,2021,6,43000,45000 +GRC,2021,7,44000,47000 +GRC,2021,8,45000,49000 +GRC,2021,9,47000,50000 +GRC,2021,10,49000,52000 +GRC,2021,11,51000,54000 +GRC,2021,12,52000,56000 +GRC,2021,13,53000,57000 +GRC,2021,14,53000,57000 +GRC,2021,15,53000,56000 +GRC,2021,16,52000,55000 +GRC,2021,17,51000,54000 +GRC,2021,18,51000,53000 +GRC,2022,0,37000,39000 +GRC,2022,1,37000,39000 +GRC,2022,2,38000,41000 +GRC,2022,3,39000,41000 +GRC,2022,4,39000,42000 +GRC,2022,5,40000,43000 +GRC,2022,6,41000,44000 +GRC,2022,7,43000,45000 +GRC,2022,8,44000,47000 +GRC,2022,9,45000,48000 +GRC,2022,10,47000,50000 +GRC,2022,11,49000,52000 +GRC,2022,12,50000,54000 +GRC,2022,13,52000,56000 +GRC,2022,14,53000,57000 +GRC,2022,15,53000,57000 +GRC,2022,16,53000,56000 +GRC,2022,17,52000,55000 +GRC,2022,18,51000,54000 +GRC,2023,0,35000,37000 +GRC,2023,1,35000,38000 +GRC,2023,2,36000,38000 +GRC,2023,3,38000,40000 +GRC,2023,4,39000,41000 +GRC,2023,5,39000,42000 +GRC,2023,6,40000,43000 +GRC,2023,7,41000,44000 +GRC,2023,8,43000,46000 +GRC,2023,9,44000,47000 +GRC,2023,10,45000,48000 +GRC,2023,11,47000,50000 +GRC,2023,12,49000,52000 +GRC,2023,13,50000,54000 +GRC,2023,14,52000,56000 +GRC,2023,15,53000,57000 +GRC,2023,16,53000,57000 +GRC,2023,17,53000,56000 +GRC,2023,18,52000,55000 +GRC,2024,0,34000,36000 +GRC,2024,1,34000,36000 +GRC,2024,2,35000,37000 +GRC,2024,3,36000,38000 +GRC,2024,4,38000,40000 +GRC,2024,5,38000,41000 +GRC,2024,6,39000,42000 +GRC,2024,7,40000,43000 +GRC,2024,8,42000,44000 +GRC,2024,9,43000,46000 +GRC,2024,10,44000,47000 +GRC,2024,11,45000,48000 +GRC,2024,12,47000,50000 +GRC,2024,13,49000,52000 +GRC,2024,14,50000,54000 +GRC,2024,15,52000,56000 +GRC,2024,16,53000,57000 +GRC,2024,17,53000,57000 +GRC,2024,18,53000,56000 +GRC,2025,0,33000,35000 +GRC,2025,1,33000,36000 +GRC,2025,2,34000,36000 +GRC,2025,3,35000,37000 +GRC,2025,4,36000,39000 +GRC,2025,5,37000,40000 +GRC,2025,6,38000,41000 +GRC,2025,7,39000,42000 +GRC,2025,8,41000,43000 +GRC,2025,9,42000,45000 +GRC,2025,10,43000,46000 +GRC,2025,11,44000,47000 +GRC,2025,12,45000,48000 +GRC,2025,13,47000,50000 +GRC,2025,14,49000,52000 +GRC,2025,15,50000,54000 +GRC,2025,16,52000,56000 +GRC,2025,17,53000,57000 +GRC,2025,18,53000,56000 +GRC,2026,0,32000,34000 +GRC,2026,1,33000,35000 +GRC,2026,2,33000,36000 +GRC,2026,3,34000,36000 +GRC,2026,4,35000,37000 +GRC,2026,5,36000,38000 +GRC,2026,6,37000,40000 +GRC,2026,7,38000,41000 +GRC,2026,8,39000,42000 +GRC,2026,9,41000,43000 +GRC,2026,10,42000,45000 +GRC,2026,11,43000,46000 +GRC,2026,12,44000,47000 +GRC,2026,13,45000,48000 +GRC,2026,14,47000,50000 +GRC,2026,15,49000,52000 +GRC,2026,16,50000,54000 +GRC,2026,17,52000,56000 +GRC,2026,18,53000,57000 +GRC,2027,0,32000,34000 +GRC,2027,1,32000,34000 +GRC,2027,2,33000,35000 +GRC,2027,3,33000,36000 +GRC,2027,4,34000,36000 +GRC,2027,5,35000,37000 +GRC,2027,6,36000,38000 +GRC,2027,7,37000,40000 +GRC,2027,8,38000,41000 +GRC,2027,9,39000,42000 +GRC,2027,10,41000,43000 +GRC,2027,11,42000,45000 +GRC,2027,12,43000,46000 +GRC,2027,13,44000,47000 +GRC,2027,14,45000,48000 +GRC,2027,15,47000,50000 +GRC,2027,16,49000,52000 +GRC,2027,17,50000,54000 +GRC,2027,18,52000,56000 +GRC,2028,0,32000,34000 +GRC,2028,1,32000,34000 +GRC,2028,2,33000,35000 +GRC,2028,3,33000,35000 +GRC,2028,4,33000,36000 +GRC,2028,5,34000,36000 +GRC,2028,6,35000,37000 +GRC,2028,7,36000,38000 +GRC,2028,8,37000,40000 +GRC,2028,9,38000,41000 +GRC,2028,10,39000,42000 +GRC,2028,11,41000,43000 +GRC,2028,12,42000,45000 +GRC,2028,13,43000,46000 +GRC,2028,14,44000,47000 +GRC,2028,15,45000,48000 +GRC,2028,16,47000,50000 +GRC,2028,17,49000,52000 +GRC,2028,18,51000,54000 +GRC,2029,0,32000,34000 +GRC,2029,1,32000,34000 +GRC,2029,2,32000,34000 +GRC,2029,3,32000,35000 +GRC,2029,4,33000,35000 +GRC,2029,5,33000,36000 +GRC,2029,6,34000,36000 +GRC,2029,7,35000,37000 +GRC,2029,8,36000,38000 +GRC,2029,9,37000,40000 +GRC,2029,10,38000,41000 +GRC,2029,11,39000,42000 +GRC,2029,12,41000,43000 +GRC,2029,13,42000,45000 +GRC,2029,14,43000,46000 +GRC,2029,15,44000,47000 +GRC,2029,16,45000,48000 +GRC,2029,17,47000,50000 +GRC,2029,18,49000,52000 +GRC,2030,0,32000,34000 +GRC,2030,1,32000,34000 +GRC,2030,2,32000,34000 +GRC,2030,3,32000,34000 +GRC,2030,4,32000,35000 +GRC,2030,5,33000,35000 +GRC,2030,6,34000,36000 +GRC,2030,7,34000,36000 +GRC,2030,8,35000,37000 +GRC,2030,9,36000,38000 +GRC,2030,10,37000,40000 +GRC,2030,11,38000,41000 +GRC,2030,12,40000,42000 +GRC,2030,13,41000,43000 +GRC,2030,14,42000,45000 +GRC,2030,15,43000,46000 +GRC,2030,16,44000,47000 +GRC,2030,17,45000,48000 +GRC,2030,18,47000,50000 +GRC,2031,0,33000,35000 +GRC,2031,1,32000,34000 +GRC,2031,2,32000,34000 +GRC,2031,3,32000,34000 +GRC,2031,4,32000,34000 +GRC,2031,5,33000,35000 +GRC,2031,6,33000,35000 +GRC,2031,7,34000,36000 +GRC,2031,8,34000,37000 +GRC,2031,9,35000,37000 +GRC,2031,10,36000,38000 +GRC,2031,11,37000,40000 +GRC,2031,12,38000,41000 +GRC,2031,13,40000,42000 +GRC,2031,14,41000,43000 +GRC,2031,15,42000,45000 +GRC,2031,16,43000,46000 +GRC,2031,17,44000,47000 +GRC,2031,18,45000,49000 +GRC,2032,0,33000,35000 +GRC,2032,1,32000,35000 +GRC,2032,2,32000,34000 +GRC,2032,3,32000,34000 +GRC,2032,4,32000,34000 +GRC,2032,5,32000,34000 +GRC,2032,6,33000,35000 +GRC,2032,7,33000,35000 +GRC,2032,8,34000,36000 +GRC,2032,9,34000,37000 +GRC,2032,10,35000,37000 +GRC,2032,11,36000,38000 +GRC,2032,12,37000,40000 +GRC,2032,13,38000,41000 +GRC,2032,14,40000,42000 +GRC,2032,15,41000,43000 +GRC,2032,16,42000,45000 +GRC,2032,17,43000,46000 +GRC,2032,18,44000,47000 +GRC,2033,0,33000,35000 +GRC,2033,1,33000,35000 +GRC,2033,2,32000,34000 +GRC,2033,3,32000,34000 +GRC,2033,4,32000,34000 +GRC,2033,5,32000,34000 +GRC,2033,6,32000,34000 +GRC,2033,7,33000,35000 +GRC,2033,8,33000,35000 +GRC,2033,9,34000,36000 +GRC,2033,10,34000,37000 +GRC,2033,11,35000,37000 +GRC,2033,12,36000,39000 +GRC,2033,13,37000,40000 +GRC,2033,14,38000,41000 +GRC,2033,15,40000,42000 +GRC,2033,16,41000,44000 +GRC,2033,17,42000,45000 +GRC,2033,18,43000,46000 +GRC,2034,0,34000,36000 +GRC,2034,1,33000,35000 +GRC,2034,2,33000,35000 +GRC,2034,3,32000,34000 +GRC,2034,4,32000,34000 +GRC,2034,5,32000,34000 +GRC,2034,6,32000,34000 +GRC,2034,7,32000,35000 +GRC,2034,8,33000,35000 +GRC,2034,9,33000,35000 +GRC,2034,10,34000,36000 +GRC,2034,11,34000,37000 +GRC,2034,12,35000,37000 +GRC,2034,13,36000,39000 +GRC,2034,14,37000,40000 +GRC,2034,15,39000,41000 +GRC,2034,16,40000,42000 +GRC,2034,17,41000,44000 +GRC,2034,18,42000,45000 +GRC,2035,0,34000,36000 +GRC,2035,1,33000,35000 +GRC,2035,2,33000,35000 +GRC,2035,3,33000,35000 +GRC,2035,4,32000,34000 +GRC,2035,5,32000,34000 +GRC,2035,6,32000,34000 +GRC,2035,7,32000,34000 +GRC,2035,8,32000,35000 +GRC,2035,9,33000,35000 +GRC,2035,10,33000,35000 +GRC,2035,11,34000,36000 +GRC,2035,12,34000,37000 +GRC,2035,13,35000,37000 +GRC,2035,14,36000,39000 +GRC,2035,15,37000,40000 +GRC,2035,16,39000,41000 +GRC,2035,17,40000,42000 +GRC,2035,18,41000,44000 +GRC,2036,0,34000,36000 +GRC,2036,1,34000,36000 +GRC,2036,2,33000,35000 +GRC,2036,3,33000,35000 +GRC,2036,4,33000,35000 +GRC,2036,5,32000,35000 +GRC,2036,6,32000,34000 +GRC,2036,7,32000,34000 +GRC,2036,8,32000,34000 +GRC,2036,9,33000,35000 +GRC,2036,10,33000,35000 +GRC,2036,11,33000,35000 +GRC,2036,12,34000,36000 +GRC,2036,13,34000,37000 +GRC,2036,14,35000,38000 +GRC,2036,15,36000,39000 +GRC,2036,16,38000,40000 +GRC,2036,17,39000,41000 +GRC,2036,18,40000,42000 +GRC,2037,0,34000,36000 +GRC,2037,1,34000,36000 +GRC,2037,2,34000,36000 +GRC,2037,3,33000,36000 +GRC,2037,4,33000,35000 +GRC,2037,5,33000,35000 +GRC,2037,6,33000,35000 +GRC,2037,7,32000,34000 +GRC,2037,8,32000,34000 +GRC,2037,9,32000,34000 +GRC,2037,10,33000,35000 +GRC,2037,11,33000,35000 +GRC,2037,12,33000,35000 +GRC,2037,13,34000,36000 +GRC,2037,14,34000,37000 +GRC,2037,15,35000,38000 +GRC,2037,16,36000,39000 +GRC,2037,17,38000,40000 +GRC,2037,18,39000,41000 +GRC,2038,0,34000,36000 +GRC,2038,1,34000,36000 +GRC,2038,2,34000,36000 +GRC,2038,3,34000,36000 +GRC,2038,4,33000,36000 +GRC,2038,5,33000,35000 +GRC,2038,6,33000,35000 +GRC,2038,7,33000,35000 +GRC,2038,8,32000,35000 +GRC,2038,9,32000,34000 +GRC,2038,10,32000,34000 +GRC,2038,11,33000,35000 +GRC,2038,12,33000,35000 +GRC,2038,13,33000,35000 +GRC,2038,14,34000,36000 +GRC,2038,15,35000,37000 +GRC,2038,16,35000,38000 +GRC,2038,17,37000,39000 +GRC,2038,18,38000,40000 +GRC,2039,0,34000,36000 +GRC,2039,1,34000,36000 +GRC,2039,2,34000,36000 +GRC,2039,3,34000,36000 +GRC,2039,4,34000,36000 +GRC,2039,5,33000,36000 +GRC,2039,6,33000,35000 +GRC,2039,7,33000,35000 +GRC,2039,8,33000,35000 +GRC,2039,9,32000,35000 +GRC,2039,10,32000,34000 +GRC,2039,11,32000,34000 +GRC,2039,12,33000,35000 +GRC,2039,13,33000,35000 +GRC,2039,14,33000,35000 +GRC,2039,15,34000,36000 +GRC,2039,16,35000,37000 +GRC,2039,17,36000,38000 +GRC,2039,18,37000,39000 +GRC,2040,0,34000,36000 +GRC,2040,1,34000,36000 +GRC,2040,2,34000,36000 +GRC,2040,3,34000,36000 +GRC,2040,4,34000,36000 +GRC,2040,5,34000,36000 +GRC,2040,6,33000,36000 +GRC,2040,7,33000,35000 +GRC,2040,8,33000,35000 +GRC,2040,9,33000,35000 +GRC,2040,10,32000,35000 +GRC,2040,11,32000,34000 +GRC,2040,12,32000,34000 +GRC,2040,13,33000,35000 +GRC,2040,14,33000,35000 +GRC,2040,15,33000,35000 +GRC,2040,16,34000,36000 +GRC,2040,17,35000,37000 +GRC,2040,18,36000,38000 +GRC,2041,0,34000,36000 +GRC,2041,1,34000,36000 +GRC,2041,2,34000,37000 +GRC,2041,3,34000,37000 +GRC,2041,4,34000,36000 +GRC,2041,5,34000,36000 +GRC,2041,6,34000,36000 +GRC,2041,7,33000,36000 +GRC,2041,8,33000,35000 +GRC,2041,9,33000,35000 +GRC,2041,10,33000,35000 +GRC,2041,11,33000,35000 +GRC,2041,12,32000,34000 +GRC,2041,13,32000,34000 +GRC,2041,14,33000,35000 +GRC,2041,15,33000,35000 +GRC,2041,16,34000,36000 +GRC,2041,17,34000,36000 +GRC,2041,18,35000,37000 +GRC,2042,0,34000,36000 +GRC,2042,1,34000,37000 +GRC,2042,2,34000,37000 +GRC,2042,3,34000,37000 +GRC,2042,4,34000,37000 +GRC,2042,5,34000,36000 +GRC,2042,6,34000,36000 +GRC,2042,7,34000,36000 +GRC,2042,8,34000,36000 +GRC,2042,9,33000,35000 +GRC,2042,10,33000,35000 +GRC,2042,11,33000,35000 +GRC,2042,12,33000,35000 +GRC,2042,13,32000,35000 +GRC,2042,14,32000,35000 +GRC,2042,15,33000,35000 +GRC,2042,16,33000,35000 +GRC,2042,17,34000,36000 +GRC,2042,18,34000,36000 +GRC,2043,0,34000,36000 +GRC,2043,1,34000,37000 +GRC,2043,2,35000,37000 +GRC,2043,3,34000,37000 +GRC,2043,4,34000,37000 +GRC,2043,5,34000,37000 +GRC,2043,6,34000,36000 +GRC,2043,7,34000,36000 +GRC,2043,8,34000,36000 +GRC,2043,9,34000,36000 +GRC,2043,10,33000,35000 +GRC,2043,11,33000,35000 +GRC,2043,12,33000,35000 +GRC,2043,13,33000,35000 +GRC,2043,14,33000,35000 +GRC,2043,15,33000,35000 +GRC,2043,16,33000,35000 +GRC,2043,17,33000,35000 +GRC,2043,18,34000,36000 +GRC,2044,0,34000,36000 +GRC,2044,1,34000,36000 +GRC,2044,2,34000,37000 +GRC,2044,3,35000,37000 +GRC,2044,4,35000,37000 +GRC,2044,5,35000,37000 +GRC,2044,6,34000,37000 +GRC,2044,7,34000,36000 +GRC,2044,8,34000,36000 +GRC,2044,9,34000,36000 +GRC,2044,10,34000,36000 +GRC,2044,11,33000,35000 +GRC,2044,12,33000,35000 +GRC,2044,13,33000,35000 +GRC,2044,14,33000,35000 +GRC,2044,15,33000,35000 +GRC,2044,16,33000,35000 +GRC,2044,17,33000,35000 +GRC,2044,18,33000,35000 +GRC,2045,0,34000,36000 +GRC,2045,1,34000,36000 +GRC,2045,2,34000,37000 +GRC,2045,3,35000,37000 +GRC,2045,4,35000,37000 +GRC,2045,5,35000,37000 +GRC,2045,6,35000,37000 +GRC,2045,7,34000,37000 +GRC,2045,8,34000,36000 +GRC,2045,9,34000,36000 +GRC,2045,10,34000,36000 +GRC,2045,11,34000,36000 +GRC,2045,12,33000,35000 +GRC,2045,13,33000,35000 +GRC,2045,14,33000,35000 +GRC,2045,15,33000,35000 +GRC,2045,16,33000,35000 +GRC,2045,17,33000,35000 +GRC,2045,18,33000,35000 +GRC,2046,0,33000,35000 +GRC,2046,1,34000,36000 +GRC,2046,2,34000,36000 +GRC,2046,3,34000,37000 +GRC,2046,4,35000,37000 +GRC,2046,5,35000,37000 +GRC,2046,6,35000,37000 +GRC,2046,7,35000,37000 +GRC,2046,8,34000,37000 +GRC,2046,9,34000,36000 +GRC,2046,10,34000,36000 +GRC,2046,11,34000,36000 +GRC,2046,12,34000,36000 +GRC,2046,13,33000,36000 +GRC,2046,14,33000,35000 +GRC,2046,15,33000,35000 +GRC,2046,16,33000,35000 +GRC,2046,17,33000,35000 +GRC,2046,18,33000,35000 +GRC,2047,0,33000,35000 +GRC,2047,1,34000,36000 +GRC,2047,2,34000,36000 +GRC,2047,3,34000,36000 +GRC,2047,4,34000,37000 +GRC,2047,5,35000,37000 +GRC,2047,6,35000,37000 +GRC,2047,7,35000,37000 +GRC,2047,8,35000,37000 +GRC,2047,9,35000,37000 +GRC,2047,10,34000,37000 +GRC,2047,11,34000,36000 +GRC,2047,12,34000,36000 +GRC,2047,13,34000,36000 +GRC,2047,14,33000,36000 +GRC,2047,15,33000,35000 +GRC,2047,16,33000,35000 +GRC,2047,17,33000,35000 +GRC,2047,18,33000,35000 +GRC,2048,0,33000,35000 +GRC,2048,1,33000,35000 +GRC,2048,2,34000,36000 +GRC,2048,3,34000,36000 +GRC,2048,4,34000,36000 +GRC,2048,5,34000,37000 +GRC,2048,6,35000,37000 +GRC,2048,7,35000,37000 +GRC,2048,8,35000,37000 +GRC,2048,9,35000,37000 +GRC,2048,10,35000,37000 +GRC,2048,11,34000,37000 +GRC,2048,12,34000,36000 +GRC,2048,13,34000,36000 +GRC,2048,14,34000,36000 +GRC,2048,15,34000,36000 +GRC,2048,16,33000,35000 +GRC,2048,17,33000,35000 +GRC,2048,18,33000,35000 +GRC,2049,0,32000,34000 +GRC,2049,1,33000,35000 +GRC,2049,2,33000,35000 +GRC,2049,3,34000,36000 +GRC,2049,4,34000,36000 +GRC,2049,5,34000,37000 +GRC,2049,6,35000,37000 +GRC,2049,7,35000,37000 +GRC,2049,8,35000,37000 +GRC,2049,9,35000,37000 +GRC,2049,10,35000,37000 +GRC,2049,11,35000,37000 +GRC,2049,12,34000,37000 +GRC,2049,13,34000,36000 +GRC,2049,14,34000,36000 +GRC,2049,15,34000,36000 +GRC,2049,16,34000,36000 +GRC,2049,17,33000,35000 +GRC,2049,18,33000,35000 +GRC,2050,0,32000,34000 +GRC,2050,1,32000,34000 +GRC,2050,2,33000,35000 +GRC,2050,3,33000,36000 +GRC,2050,4,34000,36000 +GRC,2050,5,34000,36000 +GRC,2050,6,34000,37000 +GRC,2050,7,35000,37000 +GRC,2050,8,35000,37000 +GRC,2050,9,35000,37000 +GRC,2050,10,35000,37000 +GRC,2050,11,35000,37000 +GRC,2050,12,35000,37000 +GRC,2050,13,34000,37000 +GRC,2050,14,34000,36000 +GRC,2050,15,34000,36000 +GRC,2050,16,34000,36000 +GRC,2050,17,34000,36000 +GRC,2050,18,33000,36000 +GRD,1990,0,1429,1477 +GRD,1990,1,1461,1520 +GRD,1990,2,1470,1535 +GRD,1990,3,1458,1526 +GRD,1990,4,1428,1495 +GRD,1990,5,1384,1447 +GRD,1990,6,1330,1387 +GRD,1990,7,1268,1317 +GRD,1990,8,1202,1242 +GRD,1990,9,1134,1166 +GRD,1990,10,1062,1084 +GRD,1990,11,979,990 +GRD,1990,12,929,933 +GRD,1990,13,932,938 +GRD,1990,14,966,979 +GRD,1990,15,996,1016 +GRD,1990,16,1033,1060 +GRD,1990,17,1039,1070 +GRD,1990,18,989,1021 +GRD,1991,0,1324,1368 +GRD,1991,1,1404,1451 +GRD,1991,2,1433,1488 +GRD,1991,3,1439,1499 +GRD,1991,4,1427,1487 +GRD,1991,5,1398,1456 +GRD,1991,6,1357,1410 +GRD,1991,7,1306,1352 +GRD,1991,8,1245,1285 +GRD,1991,9,1178,1211 +GRD,1991,10,1108,1135 +GRD,1991,11,1033,1053 +GRD,1991,12,949,961 +GRD,1991,13,896,905 +GRD,1991,14,894,905 +GRD,1991,15,923,941 +GRD,1991,16,947,972 +GRD,1991,17,979,1011 +GRD,1991,18,983,1019 +GRD,1992,0,1225,1268 +GRD,1992,1,1318,1374 +GRD,1992,2,1390,1437 +GRD,1992,3,1416,1467 +GRD,1992,4,1421,1473 +GRD,1992,5,1408,1460 +GRD,1992,6,1380,1428 +GRD,1992,7,1341,1383 +GRD,1992,8,1292,1329 +GRD,1992,9,1233,1263 +GRD,1992,10,1164,1190 +GRD,1992,11,1091,1113 +GRD,1992,12,1013,1031 +GRD,1992,13,927,940 +GRD,1992,14,871,883 +GRD,1992,15,865,880 +GRD,1992,16,888,910 +GRD,1992,17,908,936 +GRD,1992,18,934,969 +GRD,1993,0,1138,1179 +GRD,1993,1,1249,1301 +GRD,1993,2,1330,1388 +GRD,1993,3,1384,1429 +GRD,1993,4,1407,1453 +GRD,1993,5,1410,1455 +GRD,1993,6,1397,1439 +GRD,1993,7,1370,1407 +GRD,1993,8,1332,1363 +GRD,1993,9,1286,1311 +GRD,1993,10,1228,1247 +GRD,1993,11,1157,1174 +GRD,1993,12,1079,1096 +GRD,1993,13,999,1014 +GRD,1993,14,910,924 +GRD,1993,15,851,865 +GRD,1993,16,840,858 +GRD,1993,17,858,883 +GRD,1993,18,873,904 +GRD,1994,0,1067,1107 +GRD,1994,1,1186,1234 +GRD,1994,2,1277,1329 +GRD,1994,3,1342,1395 +GRD,1994,4,1380,1423 +GRD,1994,5,1399,1440 +GRD,1994,6,1401,1438 +GRD,1994,7,1388,1420 +GRD,1994,8,1361,1388 +GRD,1994,9,1324,1345 +GRD,1994,10,1281,1294 +GRD,1994,11,1224,1233 +GRD,1994,12,1151,1159 +GRD,1994,13,1069,1080 +GRD,1994,14,985,998 +GRD,1994,15,894,908 +GRD,1994,16,832,849 +GRD,1994,17,816,838 +GRD,1994,18,828,857 +GRD,1995,0,1018,1057 +GRD,1995,1,1131,1176 +GRD,1995,2,1222,1269 +GRD,1995,3,1292,1339 +GRD,1995,4,1342,1387 +GRD,1995,5,1375,1415 +GRD,1995,6,1390,1425 +GRD,1995,7,1391,1419 +GRD,1995,8,1377,1399 +GRD,1995,9,1351,1366 +GRD,1995,10,1315,1324 +GRD,1995,11,1275,1276 +GRD,1995,12,1219,1216 +GRD,1995,13,1144,1142 +GRD,1995,14,1058,1062 +GRD,1995,15,971,980 +GRD,1995,16,877,891 +GRD,1995,17,811,831 +GRD,1995,18,790,816 +GRD,1996,0,997,1036 +GRD,1996,1,1020,1055 +GRD,1996,2,1119,1158 +GRD,1996,3,1201,1242 +GRD,1996,4,1267,1307 +GRD,1996,5,1318,1355 +GRD,1996,6,1354,1388 +GRD,1996,7,1377,1407 +GRD,1996,8,1383,1407 +GRD,1996,9,1371,1387 +GRD,1996,10,1342,1350 +GRD,1996,11,1307,1307 +GRD,1996,12,1267,1258 +GRD,1996,13,1211,1198 +GRD,1996,14,1134,1125 +GRD,1996,15,1046,1044 +GRD,1996,16,956,963 +GRD,1996,17,861,875 +GRD,1996,18,792,814 +GRD,1997,0,1002,1040 +GRD,1997,1,1056,1095 +GRD,1997,2,1019,1051 +GRD,1997,3,1103,1137 +GRD,1997,4,1177,1211 +GRD,1997,5,1239,1272 +GRD,1997,6,1290,1320 +GRD,1997,7,1330,1357 +GRD,1997,8,1361,1384 +GRD,1997,9,1373,1390 +GRD,1997,10,1361,1370 +GRD,1997,11,1331,1331 +GRD,1997,12,1295,1286 +GRD,1997,13,1257,1237 +GRD,1997,14,1200,1177 +GRD,1997,15,1122,1104 +GRD,1997,16,1031,1024 +GRD,1997,17,939,943 +GRD,1997,18,842,856 +GRD,1998,0,1020,1058 +GRD,1998,1,1033,1069 +GRD,1998,2,1055,1089 +GRD,1998,3,1017,1045 +GRD,1998,4,1087,1115 +GRD,1998,5,1152,1179 +GRD,1998,6,1210,1236 +GRD,1998,7,1261,1284 +GRD,1998,8,1305,1325 +GRD,1998,9,1343,1360 +GRD,1998,10,1361,1373 +GRD,1998,11,1350,1353 +GRD,1998,12,1318,1310 +GRD,1998,13,1282,1264 +GRD,1998,14,1244,1215 +GRD,1998,15,1188,1154 +GRD,1998,16,1108,1082 +GRD,1998,17,1015,1003 +GRD,1998,18,921,922 +GRD,1999,0,1039,1077 +GRD,1999,1,1015,1049 +GRD,1999,2,1009,1041 +GRD,1999,3,1020,1048 +GRD,1999,4,1016,1040 +GRD,1999,5,1071,1094 +GRD,1999,6,1127,1149 +GRD,1999,7,1182,1201 +GRD,1999,8,1233,1249 +GRD,1999,9,1281,1294 +GRD,1999,10,1327,1339 +GRD,1999,11,1350,1357 +GRD,1999,12,1340,1337 +GRD,1999,13,1306,1291 +GRD,1999,14,1270,1244 +GRD,1999,15,1233,1194 +GRD,1999,16,1177,1134 +GRD,1999,17,1095,1061 +GRD,1999,18,1000,983 +GRD,2000,0,1046,1086 +GRD,2000,1,997,1033 +GRD,2000,2,974,1005 +GRD,2000,3,971,999 +GRD,2000,4,987,1011 +GRD,2000,5,1017,1038 +GRD,2000,6,1057,1076 +GRD,2000,7,1105,1121 +GRD,2000,8,1156,1169 +GRD,2000,9,1206,1217 +GRD,2000,10,1258,1267 +GRD,2000,11,1312,1320 +GRD,2000,12,1340,1344 +GRD,2000,13,1332,1325 +GRD,2000,14,1296,1275 +GRD,2000,15,1260,1226 +GRD,2000,16,1224,1176 +GRD,2000,17,1167,1115 +GRD,2000,18,1084,1043 +GRD,2001,0,1034,1073 +GRD,2001,1,1017,1054 +GRD,2001,2,981,1014 +GRD,2001,3,965,994 +GRD,2001,4,967,993 +GRD,2001,5,984,1007 +GRD,2001,6,1012,1032 +GRD,2001,7,1049,1067 +GRD,2001,8,1092,1107 +GRD,2001,9,1137,1150 +GRD,2001,10,1181,1193 +GRD,2001,11,1225,1237 +GRD,2001,12,1270,1283 +GRD,2001,13,1294,1303 +GRD,2001,14,1287,1285 +GRD,2001,15,1256,1241 +GRD,2001,16,1225,1197 +GRD,2001,17,1193,1151 +GRD,2001,18,1141,1095 +GRD,2002,0,1009,1050 +GRD,2002,1,960,996 +GRD,2002,2,989,1025 +GRD,2002,3,965,997 +GRD,2002,4,958,986 +GRD,2002,5,964,989 +GRD,2002,6,982,1004 +GRD,2002,7,1009,1029 +GRD,2002,8,1043,1060 +GRD,2002,9,1080,1095 +GRD,2002,10,1119,1134 +GRD,2002,11,1157,1172 +GRD,2002,12,1194,1210 +GRD,2002,13,1231,1249 +GRD,2002,14,1250,1265 +GRD,2002,15,1244,1249 +GRD,2002,16,1218,1209 +GRD,2002,17,1191,1169 +GRD,2002,18,1164,1129 +GRD,2003,0,980,1021 +GRD,2003,1,944,982 +GRD,2003,2,924,959 +GRD,2003,3,962,997 +GRD,2003,4,950,981 +GRD,2003,5,951,978 +GRD,2003,6,962,986 +GRD,2003,7,981,1003 +GRD,2003,8,1007,1026 +GRD,2003,9,1037,1054 +GRD,2003,10,1069,1085 +GRD,2003,11,1102,1119 +GRD,2003,12,1134,1152 +GRD,2003,13,1163,1184 +GRD,2003,14,1192,1216 +GRD,2003,15,1206,1229 +GRD,2003,16,1201,1214 +GRD,2003,17,1180,1179 +GRD,2003,18,1158,1144 +GRD,2004,0,954,998 +GRD,2004,1,930,971 +GRD,2004,2,916,955 +GRD,2004,3,913,948 +GRD,2004,4,935,968 +GRD,2004,5,935,965 +GRD,2004,6,944,971 +GRD,2004,7,959,983 +GRD,2004,8,979,1002 +GRD,2004,9,1004,1024 +GRD,2004,10,1031,1048 +GRD,2004,11,1059,1075 +GRD,2004,12,1085,1104 +GRD,2004,13,1110,1132 +GRD,2004,14,1133,1158 +GRD,2004,15,1153,1183 +GRD,2004,16,1163,1193 +GRD,2004,17,1159,1179 +GRD,2004,18,1143,1149 +GRD,2005,0,941,988 +GRD,2005,1,919,963 +GRD,2005,2,905,946 +GRD,2005,3,899,938 +GRD,2005,4,901,936 +GRD,2005,5,908,940 +GRD,2005,6,920,950 +GRD,2005,7,937,963 +GRD,2005,8,956,981 +GRD,2005,9,978,1000 +GRD,2005,10,1001,1021 +GRD,2005,11,1025,1042 +GRD,2005,12,1048,1064 +GRD,2005,13,1069,1088 +GRD,2005,14,1087,1112 +GRD,2005,15,1102,1132 +GRD,2005,16,1114,1150 +GRD,2005,17,1119,1156 +GRD,2005,18,1116,1144 +GRD,2006,0,941,992 +GRD,2006,1,897,943 +GRD,2006,2,879,922 +GRD,2006,3,870,910 +GRD,2006,4,870,907 +GRD,2006,5,877,911 +GRD,2006,6,889,921 +GRD,2006,7,907,936 +GRD,2006,8,928,954 +GRD,2006,9,949,973 +GRD,2006,10,970,993 +GRD,2006,11,993,1014 +GRD,2006,12,1017,1035 +GRD,2006,13,1037,1055 +GRD,2006,14,1054,1075 +GRD,2006,15,1065,1093 +GRD,2006,16,1074,1108 +GRD,2006,17,1079,1121 +GRD,2006,18,1081,1123 +GRD,2007,0,952,1008 +GRD,2007,1,899,951 +GRD,2007,2,853,897 +GRD,2007,3,840,881 +GRD,2007,4,836,874 +GRD,2007,5,841,876 +GRD,2007,6,853,886 +GRD,2007,7,871,902 +GRD,2007,8,895,923 +GRD,2007,9,919,945 +GRD,2007,10,942,966 +GRD,2007,11,963,986 +GRD,2007,12,986,1007 +GRD,2007,13,1009,1027 +GRD,2007,14,1028,1046 +GRD,2007,15,1039,1062 +GRD,2007,16,1044,1075 +GRD,2007,17,1047,1085 +GRD,2007,18,1045,1091 +GRD,2008,0,968,1028 +GRD,2008,1,894,948 +GRD,2008,2,840,888 +GRD,2008,3,811,853 +GRD,2008,4,802,841 +GRD,2008,5,803,839 +GRD,2008,6,814,847 +GRD,2008,7,831,862 +GRD,2008,8,854,883 +GRD,2008,9,883,911 +GRD,2008,10,912,938 +GRD,2008,11,936,960 +GRD,2008,12,957,980 +GRD,2008,13,979,1000 +GRD,2008,14,1003,1021 +GRD,2008,15,1020,1039 +GRD,2008,16,1026,1051 +GRD,2008,17,1025,1058 +GRD,2008,18,1021,1063 +GRD,2009,0,982,1044 +GRD,2009,1,893,948 +GRD,2009,2,826,875 +GRD,2009,3,780,825 +GRD,2009,4,771,810 +GRD,2009,5,766,803 +GRD,2009,6,772,806 +GRD,2009,7,788,819 +GRD,2009,8,811,840 +GRD,2009,9,840,867 +GRD,2009,10,874,900 +GRD,2009,11,906,931 +GRD,2009,12,932,956 +GRD,2009,13,953,975 +GRD,2009,14,976,996 +GRD,2009,15,999,1017 +GRD,2009,16,1014,1033 +GRD,2009,17,1015,1041 +GRD,2009,18,1008,1043 +GRD,2010,0,986,1046 +GRD,2010,1,894,948 +GRD,2010,2,825,874 +GRD,2010,3,776,821 +GRD,2010,4,746,786 +GRD,2010,5,732,769 +GRD,2010,6,732,765 +GRD,2010,7,743,774 +GRD,2010,8,764,792 +GRD,2010,9,792,819 +GRD,2010,10,827,852 +GRD,2010,11,867,891 +GRD,2010,12,903,927 +GRD,2010,13,931,953 +GRD,2010,14,952,972 +GRD,2010,15,974,993 +GRD,2010,16,998,1015 +GRD,2010,17,1010,1029 +GRD,2010,18,1007,1033 +GRD,2011,0,969,1025 +GRD,2011,1,964,1023 +GRD,2011,2,886,941 +GRD,2011,3,826,876 +GRD,2011,4,782,828 +GRD,2011,5,753,795 +GRD,2011,6,736,774 +GRD,2011,7,730,764 +GRD,2011,8,737,768 +GRD,2011,9,757,786 +GRD,2011,10,788,815 +GRD,2011,11,822,848 +GRD,2011,12,862,887 +GRD,2011,13,898,922 +GRD,2011,14,925,948 +GRD,2011,15,945,966 +GRD,2011,16,967,987 +GRD,2011,17,990,1008 +GRD,2011,18,1002,1021 +GRD,2012,0,943,991 +GRD,2012,1,891,940 +GRD,2012,2,944,1003 +GRD,2012,3,881,935 +GRD,2012,4,830,880 +GRD,2012,5,790,837 +GRD,2012,6,762,805 +GRD,2012,7,743,781 +GRD,2012,8,731,765 +GRD,2012,9,733,764 +GRD,2012,10,753,782 +GRD,2012,11,786,813 +GRD,2012,12,821,847 +GRD,2012,13,860,886 +GRD,2012,14,895,920 +GRD,2012,15,922,945 +GRD,2012,16,942,963 +GRD,2012,17,963,983 +GRD,2012,18,986,1003 +GRD,2013,0,912,952 +GRD,2013,1,892,937 +GRD,2013,2,872,920 +GRD,2013,3,926,983 +GRD,2013,4,877,931 +GRD,2013,5,835,885 +GRD,2013,6,800,847 +GRD,2013,7,773,816 +GRD,2013,8,751,790 +GRD,2013,9,732,767 +GRD,2013,10,730,761 +GRD,2013,11,750,779 +GRD,2013,12,785,812 +GRD,2013,13,821,847 +GRD,2013,14,859,885 +GRD,2013,15,894,919 +GRD,2013,16,920,943 +GRD,2013,17,939,961 +GRD,2013,18,960,980 +GRD,2014,0,884,916 +GRD,2014,1,893,934 +GRD,2014,2,893,940 +GRD,2014,3,887,937 +GRD,2014,4,908,963 +GRD,2014,5,873,926 +GRD,2014,6,839,890 +GRD,2014,7,809,856 +GRD,2014,8,783,826 +GRD,2014,9,758,797 +GRD,2014,10,734,768 +GRD,2014,11,727,757 +GRD,2014,12,747,775 +GRD,2014,13,783,810 +GRD,2014,14,820,845 +GRD,2014,15,858,883 +GRD,2014,16,892,917 +GRD,2014,17,918,941 +GRD,2014,18,937,958 +GRD,2015,0,863,891 +GRD,2015,1,892,930 +GRD,2015,2,907,952 +GRD,2015,3,910,960 +GRD,2015,4,903,955 +GRD,2015,5,888,941 +GRD,2015,6,867,920 +GRD,2015,7,843,893 +GRD,2015,8,817,864 +GRD,2015,9,792,835 +GRD,2015,10,765,804 +GRD,2015,11,734,768 +GRD,2015,12,723,753 +GRD,2015,13,742,770 +GRD,2015,14,781,808 +GRD,2015,15,818,843 +GRD,2015,16,856,881 +GRD,2015,17,890,914 +GRD,2015,18,915,937 +GRD,2016,0,855,884 +GRD,2016,1,871,901 +GRD,2016,2,894,933 +GRD,2016,3,906,950 +GRD,2016,4,907,955 +GRD,2016,5,899,951 +GRD,2016,6,886,938 +GRD,2016,7,868,920 +GRD,2016,8,845,896 +GRD,2016,9,819,867 +GRD,2016,10,792,836 +GRD,2016,11,764,803 +GRD,2016,12,733,767 +GRD,2016,13,721,751 +GRD,2016,14,740,768 +GRD,2016,15,779,805 +GRD,2016,16,815,840 +GRD,2016,17,852,877 +GRD,2016,18,886,910 +GRD,2017,0,854,887 +GRD,2017,1,890,929 +GRD,2017,2,878,911 +GRD,2017,3,895,934 +GRD,2017,4,903,947 +GRD,2017,5,902,950 +GRD,2017,6,895,945 +GRD,2017,7,882,934 +GRD,2017,8,867,919 +GRD,2017,9,846,897 +GRD,2017,10,819,868 +GRD,2017,11,791,835 +GRD,2017,12,762,802 +GRD,2017,13,731,765 +GRD,2017,14,719,749 +GRD,2017,15,737,765 +GRD,2017,16,775,802 +GRD,2017,17,811,836 +GRD,2017,18,848,872 +GRD,2018,0,858,897 +GRD,2018,1,887,927 +GRD,2018,2,905,946 +GRD,2018,3,885,919 +GRD,2018,4,896,935 +GRD,2018,5,900,943 +GRD,2018,6,897,944 +GRD,2018,7,889,938 +GRD,2018,8,878,928 +GRD,2018,9,865,918 +GRD,2018,10,847,898 +GRD,2018,11,820,868 +GRD,2018,12,789,834 +GRD,2018,13,760,799 +GRD,2018,14,728,762 +GRD,2018,15,716,746 +GRD,2018,16,733,761 +GRD,2018,17,771,798 +GRD,2018,18,806,832 +GRD,2019,0,900,900 +GRD,2019,1,900,900 +GRD,2019,2,900,900 +GRD,2019,3,900,900 +GRD,2019,4,900,900 +GRD,2019,5,900,900 +GRD,2019,6,900,900 +GRD,2019,7,900,900 +GRD,2019,8,900,900 +GRD,2019,9,900,900 +GRD,2019,10,900,900 +GRD,2019,11,800,900 +GRD,2019,12,800,900 +GRD,2019,13,800,800 +GRD,2019,14,800,800 +GRD,2019,15,700,800 +GRD,2019,16,700,700 +GRD,2019,17,700,800 +GRD,2019,18,800,800 +GRD,2020,0,900,900 +GRD,2020,1,900,900 +GRD,2020,2,900,900 +GRD,2020,3,900,900 +GRD,2020,4,900,900 +GRD,2020,5,900,900 +GRD,2020,6,900,900 +GRD,2020,7,900,900 +GRD,2020,8,900,900 +GRD,2020,9,900,900 +GRD,2020,10,900,900 +GRD,2020,11,900,900 +GRD,2020,12,800,900 +GRD,2020,13,800,900 +GRD,2020,14,800,800 +GRD,2020,15,800,800 +GRD,2020,16,700,800 +GRD,2020,17,700,700 +GRD,2020,18,700,800 +GRD,2021,0,900,900 +GRD,2021,1,900,900 +GRD,2021,2,900,900 +GRD,2021,3,900,900 +GRD,2021,4,900,900 +GRD,2021,5,900,900 +GRD,2021,6,900,900 +GRD,2021,7,900,900 +GRD,2021,8,900,900 +GRD,2021,9,900,900 +GRD,2021,10,900,900 +GRD,2021,11,900,900 +GRD,2021,12,900,900 +GRD,2021,13,800,900 +GRD,2021,14,800,900 +GRD,2021,15,800,800 +GRD,2021,16,800,800 +GRD,2021,17,700,800 +GRD,2021,18,700,700 +GRD,2022,0,800,900 +GRD,2022,1,900,900 +GRD,2022,2,900,900 +GRD,2022,3,900,900 +GRD,2022,4,900,900 +GRD,2022,5,900,900 +GRD,2022,6,900,900 +GRD,2022,7,900,900 +GRD,2022,8,900,900 +GRD,2022,9,900,900 +GRD,2022,10,900,900 +GRD,2022,11,900,900 +GRD,2022,12,900,900 +GRD,2022,13,900,900 +GRD,2022,14,800,900 +GRD,2022,15,800,900 +GRD,2022,16,800,800 +GRD,2022,17,700,800 +GRD,2022,18,700,700 +GRD,2023,0,800,900 +GRD,2023,1,800,900 +GRD,2023,2,800,900 +GRD,2023,3,900,900 +GRD,2023,4,900,900 +GRD,2023,5,900,900 +GRD,2023,6,900,900 +GRD,2023,7,900,900 +GRD,2023,8,900,900 +GRD,2023,9,900,900 +GRD,2023,10,900,900 +GRD,2023,11,900,900 +GRD,2023,12,900,900 +GRD,2023,13,900,900 +GRD,2023,14,900,900 +GRD,2023,15,800,900 +GRD,2023,16,800,900 +GRD,2023,17,800,800 +GRD,2023,18,700,800 +GRD,2024,0,800,800 +GRD,2024,1,800,900 +GRD,2024,2,800,900 +GRD,2024,3,800,900 +GRD,2024,4,900,900 +GRD,2024,5,900,900 +GRD,2024,6,900,900 +GRD,2024,7,900,900 +GRD,2024,8,900,900 +GRD,2024,9,900,900 +GRD,2024,10,900,900 +GRD,2024,11,900,900 +GRD,2024,12,900,900 +GRD,2024,13,900,900 +GRD,2024,14,900,900 +GRD,2024,15,900,900 +GRD,2024,16,800,900 +GRD,2024,17,800,900 +GRD,2024,18,800,800 +GRD,2025,0,800,800 +GRD,2025,1,800,800 +GRD,2025,2,800,900 +GRD,2025,3,800,900 +GRD,2025,4,800,900 +GRD,2025,5,900,900 +GRD,2025,6,900,900 +GRD,2025,7,900,900 +GRD,2025,8,900,900 +GRD,2025,9,900,900 +GRD,2025,10,900,900 +GRD,2025,11,900,900 +GRD,2025,12,900,900 +GRD,2025,13,900,900 +GRD,2025,14,900,900 +GRD,2025,15,900,900 +GRD,2025,16,900,900 +GRD,2025,17,800,900 +GRD,2025,18,800,900 +GRD,2026,0,800,800 +GRD,2026,1,800,800 +GRD,2026,2,800,800 +GRD,2026,3,800,900 +GRD,2026,4,800,900 +GRD,2026,5,800,900 +GRD,2026,6,900,900 +GRD,2026,7,900,900 +GRD,2026,8,900,900 +GRD,2026,9,900,900 +GRD,2026,10,900,900 +GRD,2026,11,900,900 +GRD,2026,12,900,900 +GRD,2026,13,900,900 +GRD,2026,14,900,900 +GRD,2026,15,900,900 +GRD,2026,16,900,900 +GRD,2026,17,800,900 +GRD,2026,18,800,900 +GRD,2027,0,800,800 +GRD,2027,1,800,800 +GRD,2027,2,800,800 +GRD,2027,3,800,800 +GRD,2027,4,800,900 +GRD,2027,5,800,900 +GRD,2027,6,800,900 +GRD,2027,7,900,900 +GRD,2027,8,900,900 +GRD,2027,9,900,900 +GRD,2027,10,900,900 +GRD,2027,11,900,900 +GRD,2027,12,900,900 +GRD,2027,13,900,900 +GRD,2027,14,900,900 +GRD,2027,15,900,900 +GRD,2027,16,900,900 +GRD,2027,17,900,900 +GRD,2027,18,800,900 +GRD,2028,0,700,800 +GRD,2028,1,800,800 +GRD,2028,2,800,800 +GRD,2028,3,800,800 +GRD,2028,4,800,800 +GRD,2028,5,800,900 +GRD,2028,6,800,900 +GRD,2028,7,800,900 +GRD,2028,8,900,900 +GRD,2028,9,900,900 +GRD,2028,10,900,900 +GRD,2028,11,900,900 +GRD,2028,12,900,900 +GRD,2028,13,900,900 +GRD,2028,14,900,900 +GRD,2028,15,900,900 +GRD,2028,16,900,900 +GRD,2028,17,900,900 +GRD,2028,18,800,900 +GRD,2029,0,700,800 +GRD,2029,1,700,800 +GRD,2029,2,800,800 +GRD,2029,3,800,800 +GRD,2029,4,800,800 +GRD,2029,5,800,800 +GRD,2029,6,800,900 +GRD,2029,7,800,900 +GRD,2029,8,800,900 +GRD,2029,9,900,900 +GRD,2029,10,900,900 +GRD,2029,11,900,900 +GRD,2029,12,900,900 +GRD,2029,13,900,900 +GRD,2029,14,900,900 +GRD,2029,15,900,900 +GRD,2029,16,900,900 +GRD,2029,17,900,900 +GRD,2029,18,900,900 +GRD,2030,0,700,700 +GRD,2030,1,700,800 +GRD,2030,2,700,800 +GRD,2030,3,800,800 +GRD,2030,4,800,800 +GRD,2030,5,800,800 +GRD,2030,6,800,800 +GRD,2030,7,800,900 +GRD,2030,8,800,900 +GRD,2030,9,800,900 +GRD,2030,10,900,900 +GRD,2030,11,900,900 +GRD,2030,12,900,900 +GRD,2030,13,900,900 +GRD,2030,14,900,900 +GRD,2030,15,900,900 +GRD,2030,16,900,900 +GRD,2030,17,900,900 +GRD,2030,18,900,900 +GRD,2031,0,700,700 +GRD,2031,1,700,700 +GRD,2031,2,700,800 +GRD,2031,3,700,800 +GRD,2031,4,700,800 +GRD,2031,5,800,800 +GRD,2031,6,800,800 +GRD,2031,7,800,800 +GRD,2031,8,800,900 +GRD,2031,9,800,900 +GRD,2031,10,800,900 +GRD,2031,11,900,900 +GRD,2031,12,900,900 +GRD,2031,13,900,900 +GRD,2031,14,900,900 +GRD,2031,15,900,900 +GRD,2031,16,900,900 +GRD,2031,17,900,900 +GRD,2031,18,900,900 +GRD,2032,0,700,700 +GRD,2032,1,700,700 +GRD,2032,2,700,700 +GRD,2032,3,700,800 +GRD,2032,4,700,800 +GRD,2032,5,700,800 +GRD,2032,6,800,800 +GRD,2032,7,800,800 +GRD,2032,8,800,800 +GRD,2032,9,800,900 +GRD,2032,10,800,900 +GRD,2032,11,800,900 +GRD,2032,12,900,900 +GRD,2032,13,900,900 +GRD,2032,14,900,900 +GRD,2032,15,900,900 +GRD,2032,16,900,900 +GRD,2032,17,900,900 +GRD,2032,18,900,900 +GRD,2033,0,700,700 +GRD,2033,1,700,700 +GRD,2033,2,700,700 +GRD,2033,3,700,700 +GRD,2033,4,700,800 +GRD,2033,5,700,800 +GRD,2033,6,700,800 +GRD,2033,7,800,800 +GRD,2033,8,800,800 +GRD,2033,9,800,800 +GRD,2033,10,800,900 +GRD,2033,11,800,900 +GRD,2033,12,800,900 +GRD,2033,13,900,900 +GRD,2033,14,900,900 +GRD,2033,15,900,900 +GRD,2033,16,900,900 +GRD,2033,17,900,900 +GRD,2033,18,900,900 +GRD,2034,0,700,700 +GRD,2034,1,700,700 +GRD,2034,2,700,700 +GRD,2034,3,700,700 +GRD,2034,4,700,700 +GRD,2034,5,700,800 +GRD,2034,6,700,800 +GRD,2034,7,700,800 +GRD,2034,8,800,800 +GRD,2034,9,800,800 +GRD,2034,10,800,800 +GRD,2034,11,800,900 +GRD,2034,12,800,900 +GRD,2034,13,800,900 +GRD,2034,14,800,900 +GRD,2034,15,900,900 +GRD,2034,16,900,900 +GRD,2034,17,900,900 +GRD,2034,18,900,900 +GRD,2035,0,700,700 +GRD,2035,1,700,700 +GRD,2035,2,700,700 +GRD,2035,3,700,700 +GRD,2035,4,700,700 +GRD,2035,5,700,700 +GRD,2035,6,700,800 +GRD,2035,7,700,800 +GRD,2035,8,700,800 +GRD,2035,9,800,800 +GRD,2035,10,800,800 +GRD,2035,11,800,800 +GRD,2035,12,800,900 +GRD,2035,13,800,900 +GRD,2035,14,800,900 +GRD,2035,15,800,900 +GRD,2035,16,900,900 +GRD,2035,17,900,900 +GRD,2035,18,900,900 +GRD,2036,0,700,700 +GRD,2036,1,700,700 +GRD,2036,2,700,700 +GRD,2036,3,700,700 +GRD,2036,4,700,700 +GRD,2036,5,700,700 +GRD,2036,6,700,700 +GRD,2036,7,700,800 +GRD,2036,8,700,800 +GRD,2036,9,700,800 +GRD,2036,10,800,800 +GRD,2036,11,800,800 +GRD,2036,12,800,800 +GRD,2036,13,800,800 +GRD,2036,14,800,900 +GRD,2036,15,800,900 +GRD,2036,16,800,900 +GRD,2036,17,900,900 +GRD,2036,18,900,900 +GRD,2037,0,700,700 +GRD,2037,1,700,700 +GRD,2037,2,700,700 +GRD,2037,3,700,700 +GRD,2037,4,700,700 +GRD,2037,5,700,700 +GRD,2037,6,700,700 +GRD,2037,7,700,700 +GRD,2037,8,700,700 +GRD,2037,9,700,800 +GRD,2037,10,700,800 +GRD,2037,11,800,800 +GRD,2037,12,800,800 +GRD,2037,13,800,800 +GRD,2037,14,800,800 +GRD,2037,15,800,900 +GRD,2037,16,800,900 +GRD,2037,17,800,900 +GRD,2037,18,800,900 +GRD,2038,0,700,700 +GRD,2038,1,700,700 +GRD,2038,2,700,700 +GRD,2038,3,700,700 +GRD,2038,4,700,700 +GRD,2038,5,700,700 +GRD,2038,6,700,700 +GRD,2038,7,700,700 +GRD,2038,8,700,700 +GRD,2038,9,700,700 +GRD,2038,10,700,800 +GRD,2038,11,700,800 +GRD,2038,12,800,800 +GRD,2038,13,800,800 +GRD,2038,14,800,800 +GRD,2038,15,800,800 +GRD,2038,16,800,900 +GRD,2038,17,800,900 +GRD,2038,18,800,900 +GRD,2039,0,700,700 +GRD,2039,1,700,700 +GRD,2039,2,700,700 +GRD,2039,3,700,700 +GRD,2039,4,700,700 +GRD,2039,5,700,700 +GRD,2039,6,700,700 +GRD,2039,7,700,700 +GRD,2039,8,700,700 +GRD,2039,9,700,700 +GRD,2039,10,700,700 +GRD,2039,11,700,800 +GRD,2039,12,700,800 +GRD,2039,13,800,800 +GRD,2039,14,800,800 +GRD,2039,15,800,800 +GRD,2039,16,800,800 +GRD,2039,17,800,900 +GRD,2039,18,800,900 +GRD,2040,0,700,700 +GRD,2040,1,700,700 +GRD,2040,2,700,700 +GRD,2040,3,700,700 +GRD,2040,4,700,700 +GRD,2040,5,700,700 +GRD,2040,6,700,700 +GRD,2040,7,700,700 +GRD,2040,8,700,700 +GRD,2040,9,700,700 +GRD,2040,10,700,700 +GRD,2040,11,700,700 +GRD,2040,12,700,800 +GRD,2040,13,700,800 +GRD,2040,14,800,800 +GRD,2040,15,800,800 +GRD,2040,16,800,800 +GRD,2040,17,800,800 +GRD,2040,18,800,900 +GRD,2041,0,700,700 +GRD,2041,1,700,700 +GRD,2041,2,700,700 +GRD,2041,3,700,700 +GRD,2041,4,700,700 +GRD,2041,5,700,700 +GRD,2041,6,700,700 +GRD,2041,7,700,700 +GRD,2041,8,700,700 +GRD,2041,9,700,700 +GRD,2041,10,700,700 +GRD,2041,11,700,700 +GRD,2041,12,700,700 +GRD,2041,13,700,800 +GRD,2041,14,700,800 +GRD,2041,15,800,800 +GRD,2041,16,800,800 +GRD,2041,17,800,800 +GRD,2041,18,800,800 +GRD,2042,0,700,700 +GRD,2042,1,700,700 +GRD,2042,2,700,700 +GRD,2042,3,700,700 +GRD,2042,4,700,700 +GRD,2042,5,700,700 +GRD,2042,6,700,700 +GRD,2042,7,700,700 +GRD,2042,8,700,700 +GRD,2042,9,700,700 +GRD,2042,10,700,700 +GRD,2042,11,700,700 +GRD,2042,12,700,700 +GRD,2042,13,700,700 +GRD,2042,14,700,800 +GRD,2042,15,700,800 +GRD,2042,16,700,800 +GRD,2042,17,800,800 +GRD,2042,18,800,800 +GRD,2043,0,700,700 +GRD,2043,1,700,700 +GRD,2043,2,700,700 +GRD,2043,3,700,700 +GRD,2043,4,700,700 +GRD,2043,5,700,700 +GRD,2043,6,700,700 +GRD,2043,7,700,700 +GRD,2043,8,700,700 +GRD,2043,9,700,700 +GRD,2043,10,700,700 +GRD,2043,11,700,700 +GRD,2043,12,700,700 +GRD,2043,13,700,700 +GRD,2043,14,700,700 +GRD,2043,15,700,800 +GRD,2043,16,700,800 +GRD,2043,17,700,800 +GRD,2043,18,800,800 +GRD,2044,0,700,700 +GRD,2044,1,700,700 +GRD,2044,2,700,700 +GRD,2044,3,700,700 +GRD,2044,4,700,700 +GRD,2044,5,700,700 +GRD,2044,6,700,700 +GRD,2044,7,700,700 +GRD,2044,8,700,700 +GRD,2044,9,700,700 +GRD,2044,10,700,700 +GRD,2044,11,700,700 +GRD,2044,12,700,700 +GRD,2044,13,700,700 +GRD,2044,14,700,700 +GRD,2044,15,700,700 +GRD,2044,16,700,800 +GRD,2044,17,700,800 +GRD,2044,18,700,800 +GRD,2045,0,700,700 +GRD,2045,1,700,700 +GRD,2045,2,700,700 +GRD,2045,3,700,700 +GRD,2045,4,700,700 +GRD,2045,5,700,700 +GRD,2045,6,700,700 +GRD,2045,7,700,700 +GRD,2045,8,700,700 +GRD,2045,9,700,700 +GRD,2045,10,700,700 +GRD,2045,11,700,700 +GRD,2045,12,700,700 +GRD,2045,13,700,700 +GRD,2045,14,700,700 +GRD,2045,15,700,700 +GRD,2045,16,700,700 +GRD,2045,17,700,700 +GRD,2045,18,700,800 +GRD,2046,0,700,700 +GRD,2046,1,700,700 +GRD,2046,2,700,700 +GRD,2046,3,700,700 +GRD,2046,4,700,700 +GRD,2046,5,700,700 +GRD,2046,6,700,700 +GRD,2046,7,700,700 +GRD,2046,8,700,700 +GRD,2046,9,700,700 +GRD,2046,10,700,700 +GRD,2046,11,700,700 +GRD,2046,12,700,700 +GRD,2046,13,700,700 +GRD,2046,14,700,700 +GRD,2046,15,700,700 +GRD,2046,16,700,700 +GRD,2046,17,700,700 +GRD,2046,18,700,700 +GRD,2047,0,700,700 +GRD,2047,1,700,700 +GRD,2047,2,700,700 +GRD,2047,3,700,700 +GRD,2047,4,700,700 +GRD,2047,5,700,700 +GRD,2047,6,700,700 +GRD,2047,7,700,700 +GRD,2047,8,700,700 +GRD,2047,9,700,700 +GRD,2047,10,700,700 +GRD,2047,11,700,700 +GRD,2047,12,700,700 +GRD,2047,13,700,700 +GRD,2047,14,700,700 +GRD,2047,15,700,700 +GRD,2047,16,700,700 +GRD,2047,17,700,700 +GRD,2047,18,700,700 +GRD,2048,0,700,700 +GRD,2048,1,700,700 +GRD,2048,2,700,700 +GRD,2048,3,700,700 +GRD,2048,4,700,700 +GRD,2048,5,700,700 +GRD,2048,6,700,700 +GRD,2048,7,700,700 +GRD,2048,8,700,700 +GRD,2048,9,700,700 +GRD,2048,10,700,700 +GRD,2048,11,700,700 +GRD,2048,12,700,700 +GRD,2048,13,700,700 +GRD,2048,14,700,700 +GRD,2048,15,700,700 +GRD,2048,16,700,700 +GRD,2048,17,700,700 +GRD,2048,18,700,700 +GRD,2049,0,600,700 +GRD,2049,1,700,700 +GRD,2049,2,700,700 +GRD,2049,3,700,700 +GRD,2049,4,700,700 +GRD,2049,5,700,700 +GRD,2049,6,700,700 +GRD,2049,7,700,700 +GRD,2049,8,700,700 +GRD,2049,9,700,700 +GRD,2049,10,700,700 +GRD,2049,11,700,700 +GRD,2049,12,700,700 +GRD,2049,13,700,700 +GRD,2049,14,700,700 +GRD,2049,15,700,700 +GRD,2049,16,700,700 +GRD,2049,17,700,700 +GRD,2049,18,700,700 +GRD,2050,0,600,700 +GRD,2050,1,600,700 +GRD,2050,2,700,700 +GRD,2050,3,700,700 +GRD,2050,4,700,700 +GRD,2050,5,700,700 +GRD,2050,6,700,700 +GRD,2050,7,700,700 +GRD,2050,8,700,700 +GRD,2050,9,700,700 +GRD,2050,10,700,700 +GRD,2050,11,700,700 +GRD,2050,12,700,700 +GRD,2050,13,700,700 +GRD,2050,14,700,700 +GRD,2050,15,700,700 +GRD,2050,16,700,700 +GRD,2050,17,700,700 +GRD,2050,18,700,700 +GRL,1990,0,, +GRL,1990,1,, +GRL,1990,2,, +GRL,1990,3,, +GRL,1990,4,, +GRL,1990,5,, +GRL,1990,6,, +GRL,1990,7,, +GRL,1990,8,, +GRL,1990,9,, +GRL,1990,10,, +GRL,1990,11,, +GRL,1990,12,, +GRL,1990,13,, +GRL,1990,14,, +GRL,1990,15,, +GRL,1990,16,, +GRL,1990,17,, +GRL,1990,18,, +GRL,1991,0,, +GRL,1991,1,, +GRL,1991,2,, +GRL,1991,3,, +GRL,1991,4,, +GRL,1991,5,, +GRL,1991,6,, +GRL,1991,7,, +GRL,1991,8,, +GRL,1991,9,, +GRL,1991,10,, +GRL,1991,11,, +GRL,1991,12,, +GRL,1991,13,, +GRL,1991,14,, +GRL,1991,15,, +GRL,1991,16,, +GRL,1991,17,, +GRL,1991,18,, +GRL,1992,0,, +GRL,1992,1,, +GRL,1992,2,, +GRL,1992,3,, +GRL,1992,4,, +GRL,1992,5,, +GRL,1992,6,, +GRL,1992,7,, +GRL,1992,8,, +GRL,1992,9,, +GRL,1992,10,, +GRL,1992,11,, +GRL,1992,12,, +GRL,1992,13,, +GRL,1992,14,, +GRL,1992,15,, +GRL,1992,16,, +GRL,1992,17,, +GRL,1992,18,, +GRL,1993,0,, +GRL,1993,1,, +GRL,1993,2,, +GRL,1993,3,, +GRL,1993,4,, +GRL,1993,5,, +GRL,1993,6,, +GRL,1993,7,, +GRL,1993,8,, +GRL,1993,9,, +GRL,1993,10,, +GRL,1993,11,, +GRL,1993,12,, +GRL,1993,13,, +GRL,1993,14,, +GRL,1993,15,, +GRL,1993,16,, +GRL,1993,17,, +GRL,1993,18,, +GRL,1994,0,, +GRL,1994,1,, +GRL,1994,2,, +GRL,1994,3,, +GRL,1994,4,, +GRL,1994,5,, +GRL,1994,6,, +GRL,1994,7,, +GRL,1994,8,, +GRL,1994,9,, +GRL,1994,10,, +GRL,1994,11,, +GRL,1994,12,, +GRL,1994,13,, +GRL,1994,14,, +GRL,1994,15,, +GRL,1994,16,, +GRL,1994,17,, +GRL,1994,18,, +GRL,1995,0,, +GRL,1995,1,, +GRL,1995,2,, +GRL,1995,3,, +GRL,1995,4,, +GRL,1995,5,, +GRL,1995,6,, +GRL,1995,7,, +GRL,1995,8,, +GRL,1995,9,, +GRL,1995,10,, +GRL,1995,11,, +GRL,1995,12,, +GRL,1995,13,, +GRL,1995,14,, +GRL,1995,15,, +GRL,1995,16,, +GRL,1995,17,, +GRL,1995,18,, +GRL,1996,0,, +GRL,1996,1,, +GRL,1996,2,, +GRL,1996,3,, +GRL,1996,4,, +GRL,1996,5,, +GRL,1996,6,, +GRL,1996,7,, +GRL,1996,8,, +GRL,1996,9,, +GRL,1996,10,, +GRL,1996,11,, +GRL,1996,12,, +GRL,1996,13,, +GRL,1996,14,, +GRL,1996,15,, +GRL,1996,16,, +GRL,1996,17,, +GRL,1996,18,, +GRL,1997,0,, +GRL,1997,1,, +GRL,1997,2,, +GRL,1997,3,, +GRL,1997,4,, +GRL,1997,5,, +GRL,1997,6,, +GRL,1997,7,, +GRL,1997,8,, +GRL,1997,9,, +GRL,1997,10,, +GRL,1997,11,, +GRL,1997,12,, +GRL,1997,13,, +GRL,1997,14,, +GRL,1997,15,, +GRL,1997,16,, +GRL,1997,17,, +GRL,1997,18,, +GRL,1998,0,, +GRL,1998,1,, +GRL,1998,2,, +GRL,1998,3,, +GRL,1998,4,, +GRL,1998,5,, +GRL,1998,6,, +GRL,1998,7,, +GRL,1998,8,, +GRL,1998,9,, +GRL,1998,10,, +GRL,1998,11,, +GRL,1998,12,, +GRL,1998,13,, +GRL,1998,14,, +GRL,1998,15,, +GRL,1998,16,, +GRL,1998,17,, +GRL,1998,18,, +GRL,1999,0,, +GRL,1999,1,, +GRL,1999,2,, +GRL,1999,3,, +GRL,1999,4,, +GRL,1999,5,, +GRL,1999,6,, +GRL,1999,7,, +GRL,1999,8,, +GRL,1999,9,, +GRL,1999,10,, +GRL,1999,11,, +GRL,1999,12,, +GRL,1999,13,, +GRL,1999,14,, +GRL,1999,15,, +GRL,1999,16,, +GRL,1999,17,, +GRL,1999,18,, +GRL,2000,0,, +GRL,2000,1,, +GRL,2000,2,, +GRL,2000,3,, +GRL,2000,4,, +GRL,2000,5,, +GRL,2000,6,, +GRL,2000,7,, +GRL,2000,8,, +GRL,2000,9,, +GRL,2000,10,, +GRL,2000,11,, +GRL,2000,12,, +GRL,2000,13,, +GRL,2000,14,, +GRL,2000,15,, +GRL,2000,16,, +GRL,2000,17,, +GRL,2000,18,, +GRL,2001,0,, +GRL,2001,1,, +GRL,2001,2,, +GRL,2001,3,, +GRL,2001,4,, +GRL,2001,5,, +GRL,2001,6,, +GRL,2001,7,, +GRL,2001,8,, +GRL,2001,9,, +GRL,2001,10,, +GRL,2001,11,, +GRL,2001,12,, +GRL,2001,13,, +GRL,2001,14,, +GRL,2001,15,, +GRL,2001,16,, +GRL,2001,17,, +GRL,2001,18,, +GRL,2002,0,, +GRL,2002,1,, +GRL,2002,2,, +GRL,2002,3,, +GRL,2002,4,, +GRL,2002,5,, +GRL,2002,6,, +GRL,2002,7,, +GRL,2002,8,, +GRL,2002,9,, +GRL,2002,10,, +GRL,2002,11,, +GRL,2002,12,, +GRL,2002,13,, +GRL,2002,14,, +GRL,2002,15,, +GRL,2002,16,, +GRL,2002,17,, +GRL,2002,18,, +GRL,2003,0,, +GRL,2003,1,, +GRL,2003,2,, +GRL,2003,3,, +GRL,2003,4,, +GRL,2003,5,, +GRL,2003,6,, +GRL,2003,7,, +GRL,2003,8,, +GRL,2003,9,, +GRL,2003,10,, +GRL,2003,11,, +GRL,2003,12,, +GRL,2003,13,, +GRL,2003,14,, +GRL,2003,15,, +GRL,2003,16,, +GRL,2003,17,, +GRL,2003,18,, +GRL,2004,0,, +GRL,2004,1,, +GRL,2004,2,, +GRL,2004,3,, +GRL,2004,4,, +GRL,2004,5,, +GRL,2004,6,, +GRL,2004,7,, +GRL,2004,8,, +GRL,2004,9,, +GRL,2004,10,, +GRL,2004,11,, +GRL,2004,12,, +GRL,2004,13,, +GRL,2004,14,, +GRL,2004,15,, +GRL,2004,16,, +GRL,2004,17,, +GRL,2004,18,, +GRL,2005,0,, +GRL,2005,1,, +GRL,2005,2,, +GRL,2005,3,, +GRL,2005,4,, +GRL,2005,5,, +GRL,2005,6,, +GRL,2005,7,, +GRL,2005,8,, +GRL,2005,9,, +GRL,2005,10,, +GRL,2005,11,, +GRL,2005,12,, +GRL,2005,13,, +GRL,2005,14,, +GRL,2005,15,, +GRL,2005,16,, +GRL,2005,17,, +GRL,2005,18,, +GRL,2006,0,, +GRL,2006,1,, +GRL,2006,2,, +GRL,2006,3,, +GRL,2006,4,, +GRL,2006,5,, +GRL,2006,6,, +GRL,2006,7,, +GRL,2006,8,, +GRL,2006,9,, +GRL,2006,10,, +GRL,2006,11,, +GRL,2006,12,, +GRL,2006,13,, +GRL,2006,14,, +GRL,2006,15,, +GRL,2006,16,, +GRL,2006,17,, +GRL,2006,18,, +GRL,2007,0,, +GRL,2007,1,, +GRL,2007,2,, +GRL,2007,3,, +GRL,2007,4,, +GRL,2007,5,, +GRL,2007,6,, +GRL,2007,7,, +GRL,2007,8,, +GRL,2007,9,, +GRL,2007,10,, +GRL,2007,11,, +GRL,2007,12,, +GRL,2007,13,, +GRL,2007,14,, +GRL,2007,15,, +GRL,2007,16,, +GRL,2007,17,, +GRL,2007,18,, +GRL,2008,0,, +GRL,2008,1,, +GRL,2008,2,, +GRL,2008,3,, +GRL,2008,4,, +GRL,2008,5,, +GRL,2008,6,, +GRL,2008,7,, +GRL,2008,8,, +GRL,2008,9,, +GRL,2008,10,, +GRL,2008,11,, +GRL,2008,12,, +GRL,2008,13,, +GRL,2008,14,, +GRL,2008,15,, +GRL,2008,16,, +GRL,2008,17,, +GRL,2008,18,, +GRL,2009,0,, +GRL,2009,1,, +GRL,2009,2,, +GRL,2009,3,, +GRL,2009,4,, +GRL,2009,5,, +GRL,2009,6,, +GRL,2009,7,, +GRL,2009,8,, +GRL,2009,9,, +GRL,2009,10,, +GRL,2009,11,, +GRL,2009,12,, +GRL,2009,13,, +GRL,2009,14,, +GRL,2009,15,, +GRL,2009,16,, +GRL,2009,17,, +GRL,2009,18,, +GRL,2010,0,, +GRL,2010,1,, +GRL,2010,2,, +GRL,2010,3,, +GRL,2010,4,, +GRL,2010,5,, +GRL,2010,6,, +GRL,2010,7,, +GRL,2010,8,, +GRL,2010,9,, +GRL,2010,10,, +GRL,2010,11,, +GRL,2010,12,, +GRL,2010,13,, +GRL,2010,14,, +GRL,2010,15,, +GRL,2010,16,, +GRL,2010,17,, +GRL,2010,18,, +GRL,2011,0,, +GRL,2011,1,, +GRL,2011,2,, +GRL,2011,3,, +GRL,2011,4,, +GRL,2011,5,, +GRL,2011,6,, +GRL,2011,7,, +GRL,2011,8,, +GRL,2011,9,, +GRL,2011,10,, +GRL,2011,11,, +GRL,2011,12,, +GRL,2011,13,, +GRL,2011,14,, +GRL,2011,15,, +GRL,2011,16,, +GRL,2011,17,, +GRL,2011,18,, +GRL,2012,0,, +GRL,2012,1,, +GRL,2012,2,, +GRL,2012,3,, +GRL,2012,4,, +GRL,2012,5,, +GRL,2012,6,, +GRL,2012,7,, +GRL,2012,8,, +GRL,2012,9,, +GRL,2012,10,, +GRL,2012,11,, +GRL,2012,12,, +GRL,2012,13,, +GRL,2012,14,, +GRL,2012,15,, +GRL,2012,16,, +GRL,2012,17,, +GRL,2012,18,, +GRL,2013,0,, +GRL,2013,1,, +GRL,2013,2,, +GRL,2013,3,, +GRL,2013,4,, +GRL,2013,5,, +GRL,2013,6,, +GRL,2013,7,, +GRL,2013,8,, +GRL,2013,9,, +GRL,2013,10,, +GRL,2013,11,, +GRL,2013,12,, +GRL,2013,13,, +GRL,2013,14,, +GRL,2013,15,, +GRL,2013,16,, +GRL,2013,17,, +GRL,2013,18,, +GRL,2014,0,, +GRL,2014,1,, +GRL,2014,2,, +GRL,2014,3,, +GRL,2014,4,, +GRL,2014,5,, +GRL,2014,6,, +GRL,2014,7,, +GRL,2014,8,, +GRL,2014,9,, +GRL,2014,10,, +GRL,2014,11,, +GRL,2014,12,, +GRL,2014,13,, +GRL,2014,14,, +GRL,2014,15,, +GRL,2014,16,, +GRL,2014,17,, +GRL,2014,18,, +GRL,2015,0,, +GRL,2015,1,, +GRL,2015,2,, +GRL,2015,3,, +GRL,2015,4,, +GRL,2015,5,, +GRL,2015,6,, +GRL,2015,7,, +GRL,2015,8,, +GRL,2015,9,, +GRL,2015,10,, +GRL,2015,11,, +GRL,2015,12,, +GRL,2015,13,, +GRL,2015,14,, +GRL,2015,15,, +GRL,2015,16,, +GRL,2015,17,, +GRL,2015,18,, +GRL,2016,0,, +GRL,2016,1,, +GRL,2016,2,, +GRL,2016,3,, +GRL,2016,4,, +GRL,2016,5,, +GRL,2016,6,, +GRL,2016,7,, +GRL,2016,8,, +GRL,2016,9,, +GRL,2016,10,, +GRL,2016,11,, +GRL,2016,12,, +GRL,2016,13,, +GRL,2016,14,, +GRL,2016,15,, +GRL,2016,16,, +GRL,2016,17,, +GRL,2016,18,, +GRL,2017,0,, +GRL,2017,1,, +GRL,2017,2,, +GRL,2017,3,, +GRL,2017,4,, +GRL,2017,5,, +GRL,2017,6,, +GRL,2017,7,, +GRL,2017,8,, +GRL,2017,9,, +GRL,2017,10,, +GRL,2017,11,, +GRL,2017,12,, +GRL,2017,13,, +GRL,2017,14,, +GRL,2017,15,, +GRL,2017,16,, +GRL,2017,17,, +GRL,2017,18,, +GRL,2018,0,, +GRL,2018,1,, +GRL,2018,2,, +GRL,2018,3,, +GRL,2018,4,, +GRL,2018,5,, +GRL,2018,6,, +GRL,2018,7,, +GRL,2018,8,, +GRL,2018,9,, +GRL,2018,10,, +GRL,2018,11,, +GRL,2018,12,, +GRL,2018,13,, +GRL,2018,14,, +GRL,2018,15,, +GRL,2018,16,, +GRL,2018,17,, +GRL,2018,18,, +GRL,2019,0,, +GRL,2019,1,, +GRL,2019,2,, +GRL,2019,3,, +GRL,2019,4,, +GRL,2019,5,, +GRL,2019,6,, +GRL,2019,7,, +GRL,2019,8,, +GRL,2019,9,, +GRL,2019,10,, +GRL,2019,11,, +GRL,2019,12,, +GRL,2019,13,, +GRL,2019,14,, +GRL,2019,15,, +GRL,2019,16,, +GRL,2019,17,, +GRL,2019,18,, +GRL,2020,0,, +GRL,2020,1,, +GRL,2020,2,, +GRL,2020,3,, +GRL,2020,4,, +GRL,2020,5,, +GRL,2020,6,, +GRL,2020,7,, +GRL,2020,8,, +GRL,2020,9,, +GRL,2020,10,, +GRL,2020,11,, +GRL,2020,12,, +GRL,2020,13,, +GRL,2020,14,, +GRL,2020,15,, +GRL,2020,16,, +GRL,2020,17,, +GRL,2020,18,, +GRL,2021,0,, +GRL,2021,1,, +GRL,2021,2,, +GRL,2021,3,, +GRL,2021,4,, +GRL,2021,5,, +GRL,2021,6,, +GRL,2021,7,, +GRL,2021,8,, +GRL,2021,9,, +GRL,2021,10,, +GRL,2021,11,, +GRL,2021,12,, +GRL,2021,13,, +GRL,2021,14,, +GRL,2021,15,, +GRL,2021,16,, +GRL,2021,17,, +GRL,2021,18,, +GRL,2022,0,, +GRL,2022,1,, +GRL,2022,2,, +GRL,2022,3,, +GRL,2022,4,, +GRL,2022,5,, +GRL,2022,6,, +GRL,2022,7,, +GRL,2022,8,, +GRL,2022,9,, +GRL,2022,10,, +GRL,2022,11,, +GRL,2022,12,, +GRL,2022,13,, +GRL,2022,14,, +GRL,2022,15,, +GRL,2022,16,, +GRL,2022,17,, +GRL,2022,18,, +GRL,2023,0,, +GRL,2023,1,, +GRL,2023,2,, +GRL,2023,3,, +GRL,2023,4,, +GRL,2023,5,, +GRL,2023,6,, +GRL,2023,7,, +GRL,2023,8,, +GRL,2023,9,, +GRL,2023,10,, +GRL,2023,11,, +GRL,2023,12,, +GRL,2023,13,, +GRL,2023,14,, +GRL,2023,15,, +GRL,2023,16,, +GRL,2023,17,, +GRL,2023,18,, +GRL,2024,0,, +GRL,2024,1,, +GRL,2024,2,, +GRL,2024,3,, +GRL,2024,4,, +GRL,2024,5,, +GRL,2024,6,, +GRL,2024,7,, +GRL,2024,8,, +GRL,2024,9,, +GRL,2024,10,, +GRL,2024,11,, +GRL,2024,12,, +GRL,2024,13,, +GRL,2024,14,, +GRL,2024,15,, +GRL,2024,16,, +GRL,2024,17,, +GRL,2024,18,, +GRL,2025,0,, +GRL,2025,1,, +GRL,2025,2,, +GRL,2025,3,, +GRL,2025,4,, +GRL,2025,5,, +GRL,2025,6,, +GRL,2025,7,, +GRL,2025,8,, +GRL,2025,9,, +GRL,2025,10,, +GRL,2025,11,, +GRL,2025,12,, +GRL,2025,13,, +GRL,2025,14,, +GRL,2025,15,, +GRL,2025,16,, +GRL,2025,17,, +GRL,2025,18,, +GRL,2026,0,, +GRL,2026,1,, +GRL,2026,2,, +GRL,2026,3,, +GRL,2026,4,, +GRL,2026,5,, +GRL,2026,6,, +GRL,2026,7,, +GRL,2026,8,, +GRL,2026,9,, +GRL,2026,10,, +GRL,2026,11,, +GRL,2026,12,, +GRL,2026,13,, +GRL,2026,14,, +GRL,2026,15,, +GRL,2026,16,, +GRL,2026,17,, +GRL,2026,18,, +GRL,2027,0,, +GRL,2027,1,, +GRL,2027,2,, +GRL,2027,3,, +GRL,2027,4,, +GRL,2027,5,, +GRL,2027,6,, +GRL,2027,7,, +GRL,2027,8,, +GRL,2027,9,, +GRL,2027,10,, +GRL,2027,11,, +GRL,2027,12,, +GRL,2027,13,, +GRL,2027,14,, +GRL,2027,15,, +GRL,2027,16,, +GRL,2027,17,, +GRL,2027,18,, +GRL,2028,0,, +GRL,2028,1,, +GRL,2028,2,, +GRL,2028,3,, +GRL,2028,4,, +GRL,2028,5,, +GRL,2028,6,, +GRL,2028,7,, +GRL,2028,8,, +GRL,2028,9,, +GRL,2028,10,, +GRL,2028,11,, +GRL,2028,12,, +GRL,2028,13,, +GRL,2028,14,, +GRL,2028,15,, +GRL,2028,16,, +GRL,2028,17,, +GRL,2028,18,, +GRL,2029,0,, +GRL,2029,1,, +GRL,2029,2,, +GRL,2029,3,, +GRL,2029,4,, +GRL,2029,5,, +GRL,2029,6,, +GRL,2029,7,, +GRL,2029,8,, +GRL,2029,9,, +GRL,2029,10,, +GRL,2029,11,, +GRL,2029,12,, +GRL,2029,13,, +GRL,2029,14,, +GRL,2029,15,, +GRL,2029,16,, +GRL,2029,17,, +GRL,2029,18,, +GRL,2030,0,, +GRL,2030,1,, +GRL,2030,2,, +GRL,2030,3,, +GRL,2030,4,, +GRL,2030,5,, +GRL,2030,6,, +GRL,2030,7,, +GRL,2030,8,, +GRL,2030,9,, +GRL,2030,10,, +GRL,2030,11,, +GRL,2030,12,, +GRL,2030,13,, +GRL,2030,14,, +GRL,2030,15,, +GRL,2030,16,, +GRL,2030,17,, +GRL,2030,18,, +GRL,2031,0,, +GRL,2031,1,, +GRL,2031,2,, +GRL,2031,3,, +GRL,2031,4,, +GRL,2031,5,, +GRL,2031,6,, +GRL,2031,7,, +GRL,2031,8,, +GRL,2031,9,, +GRL,2031,10,, +GRL,2031,11,, +GRL,2031,12,, +GRL,2031,13,, +GRL,2031,14,, +GRL,2031,15,, +GRL,2031,16,, +GRL,2031,17,, +GRL,2031,18,, +GRL,2032,0,, +GRL,2032,1,, +GRL,2032,2,, +GRL,2032,3,, +GRL,2032,4,, +GRL,2032,5,, +GRL,2032,6,, +GRL,2032,7,, +GRL,2032,8,, +GRL,2032,9,, +GRL,2032,10,, +GRL,2032,11,, +GRL,2032,12,, +GRL,2032,13,, +GRL,2032,14,, +GRL,2032,15,, +GRL,2032,16,, +GRL,2032,17,, +GRL,2032,18,, +GRL,2033,0,, +GRL,2033,1,, +GRL,2033,2,, +GRL,2033,3,, +GRL,2033,4,, +GRL,2033,5,, +GRL,2033,6,, +GRL,2033,7,, +GRL,2033,8,, +GRL,2033,9,, +GRL,2033,10,, +GRL,2033,11,, +GRL,2033,12,, +GRL,2033,13,, +GRL,2033,14,, +GRL,2033,15,, +GRL,2033,16,, +GRL,2033,17,, +GRL,2033,18,, +GRL,2034,0,, +GRL,2034,1,, +GRL,2034,2,, +GRL,2034,3,, +GRL,2034,4,, +GRL,2034,5,, +GRL,2034,6,, +GRL,2034,7,, +GRL,2034,8,, +GRL,2034,9,, +GRL,2034,10,, +GRL,2034,11,, +GRL,2034,12,, +GRL,2034,13,, +GRL,2034,14,, +GRL,2034,15,, +GRL,2034,16,, +GRL,2034,17,, +GRL,2034,18,, +GRL,2035,0,, +GRL,2035,1,, +GRL,2035,2,, +GRL,2035,3,, +GRL,2035,4,, +GRL,2035,5,, +GRL,2035,6,, +GRL,2035,7,, +GRL,2035,8,, +GRL,2035,9,, +GRL,2035,10,, +GRL,2035,11,, +GRL,2035,12,, +GRL,2035,13,, +GRL,2035,14,, +GRL,2035,15,, +GRL,2035,16,, +GRL,2035,17,, +GRL,2035,18,, +GRL,2036,0,, +GRL,2036,1,, +GRL,2036,2,, +GRL,2036,3,, +GRL,2036,4,, +GRL,2036,5,, +GRL,2036,6,, +GRL,2036,7,, +GRL,2036,8,, +GRL,2036,9,, +GRL,2036,10,, +GRL,2036,11,, +GRL,2036,12,, +GRL,2036,13,, +GRL,2036,14,, +GRL,2036,15,, +GRL,2036,16,, +GRL,2036,17,, +GRL,2036,18,, +GRL,2037,0,, +GRL,2037,1,, +GRL,2037,2,, +GRL,2037,3,, +GRL,2037,4,, +GRL,2037,5,, +GRL,2037,6,, +GRL,2037,7,, +GRL,2037,8,, +GRL,2037,9,, +GRL,2037,10,, +GRL,2037,11,, +GRL,2037,12,, +GRL,2037,13,, +GRL,2037,14,, +GRL,2037,15,, +GRL,2037,16,, +GRL,2037,17,, +GRL,2037,18,, +GRL,2038,0,, +GRL,2038,1,, +GRL,2038,2,, +GRL,2038,3,, +GRL,2038,4,, +GRL,2038,5,, +GRL,2038,6,, +GRL,2038,7,, +GRL,2038,8,, +GRL,2038,9,, +GRL,2038,10,, +GRL,2038,11,, +GRL,2038,12,, +GRL,2038,13,, +GRL,2038,14,, +GRL,2038,15,, +GRL,2038,16,, +GRL,2038,17,, +GRL,2038,18,, +GRL,2039,0,, +GRL,2039,1,, +GRL,2039,2,, +GRL,2039,3,, +GRL,2039,4,, +GRL,2039,5,, +GRL,2039,6,, +GRL,2039,7,, +GRL,2039,8,, +GRL,2039,9,, +GRL,2039,10,, +GRL,2039,11,, +GRL,2039,12,, +GRL,2039,13,, +GRL,2039,14,, +GRL,2039,15,, +GRL,2039,16,, +GRL,2039,17,, +GRL,2039,18,, +GRL,2040,0,, +GRL,2040,1,, +GRL,2040,2,, +GRL,2040,3,, +GRL,2040,4,, +GRL,2040,5,, +GRL,2040,6,, +GRL,2040,7,, +GRL,2040,8,, +GRL,2040,9,, +GRL,2040,10,, +GRL,2040,11,, +GRL,2040,12,, +GRL,2040,13,, +GRL,2040,14,, +GRL,2040,15,, +GRL,2040,16,, +GRL,2040,17,, +GRL,2040,18,, +GRL,2041,0,, +GRL,2041,1,, +GRL,2041,2,, +GRL,2041,3,, +GRL,2041,4,, +GRL,2041,5,, +GRL,2041,6,, +GRL,2041,7,, +GRL,2041,8,, +GRL,2041,9,, +GRL,2041,10,, +GRL,2041,11,, +GRL,2041,12,, +GRL,2041,13,, +GRL,2041,14,, +GRL,2041,15,, +GRL,2041,16,, +GRL,2041,17,, +GRL,2041,18,, +GRL,2042,0,, +GRL,2042,1,, +GRL,2042,2,, +GRL,2042,3,, +GRL,2042,4,, +GRL,2042,5,, +GRL,2042,6,, +GRL,2042,7,, +GRL,2042,8,, +GRL,2042,9,, +GRL,2042,10,, +GRL,2042,11,, +GRL,2042,12,, +GRL,2042,13,, +GRL,2042,14,, +GRL,2042,15,, +GRL,2042,16,, +GRL,2042,17,, +GRL,2042,18,, +GRL,2043,0,, +GRL,2043,1,, +GRL,2043,2,, +GRL,2043,3,, +GRL,2043,4,, +GRL,2043,5,, +GRL,2043,6,, +GRL,2043,7,, +GRL,2043,8,, +GRL,2043,9,, +GRL,2043,10,, +GRL,2043,11,, +GRL,2043,12,, +GRL,2043,13,, +GRL,2043,14,, +GRL,2043,15,, +GRL,2043,16,, +GRL,2043,17,, +GRL,2043,18,, +GRL,2044,0,, +GRL,2044,1,, +GRL,2044,2,, +GRL,2044,3,, +GRL,2044,4,, +GRL,2044,5,, +GRL,2044,6,, +GRL,2044,7,, +GRL,2044,8,, +GRL,2044,9,, +GRL,2044,10,, +GRL,2044,11,, +GRL,2044,12,, +GRL,2044,13,, +GRL,2044,14,, +GRL,2044,15,, +GRL,2044,16,, +GRL,2044,17,, +GRL,2044,18,, +GRL,2045,0,, +GRL,2045,1,, +GRL,2045,2,, +GRL,2045,3,, +GRL,2045,4,, +GRL,2045,5,, +GRL,2045,6,, +GRL,2045,7,, +GRL,2045,8,, +GRL,2045,9,, +GRL,2045,10,, +GRL,2045,11,, +GRL,2045,12,, +GRL,2045,13,, +GRL,2045,14,, +GRL,2045,15,, +GRL,2045,16,, +GRL,2045,17,, +GRL,2045,18,, +GRL,2046,0,, +GRL,2046,1,, +GRL,2046,2,, +GRL,2046,3,, +GRL,2046,4,, +GRL,2046,5,, +GRL,2046,6,, +GRL,2046,7,, +GRL,2046,8,, +GRL,2046,9,, +GRL,2046,10,, +GRL,2046,11,, +GRL,2046,12,, +GRL,2046,13,, +GRL,2046,14,, +GRL,2046,15,, +GRL,2046,16,, +GRL,2046,17,, +GRL,2046,18,, +GRL,2047,0,, +GRL,2047,1,, +GRL,2047,2,, +GRL,2047,3,, +GRL,2047,4,, +GRL,2047,5,, +GRL,2047,6,, +GRL,2047,7,, +GRL,2047,8,, +GRL,2047,9,, +GRL,2047,10,, +GRL,2047,11,, +GRL,2047,12,, +GRL,2047,13,, +GRL,2047,14,, +GRL,2047,15,, +GRL,2047,16,, +GRL,2047,17,, +GRL,2047,18,, +GRL,2048,0,, +GRL,2048,1,, +GRL,2048,2,, +GRL,2048,3,, +GRL,2048,4,, +GRL,2048,5,, +GRL,2048,6,, +GRL,2048,7,, +GRL,2048,8,, +GRL,2048,9,, +GRL,2048,10,, +GRL,2048,11,, +GRL,2048,12,, +GRL,2048,13,, +GRL,2048,14,, +GRL,2048,15,, +GRL,2048,16,, +GRL,2048,17,, +GRL,2048,18,, +GRL,2049,0,, +GRL,2049,1,, +GRL,2049,2,, +GRL,2049,3,, +GRL,2049,4,, +GRL,2049,5,, +GRL,2049,6,, +GRL,2049,7,, +GRL,2049,8,, +GRL,2049,9,, +GRL,2049,10,, +GRL,2049,11,, +GRL,2049,12,, +GRL,2049,13,, +GRL,2049,14,, +GRL,2049,15,, +GRL,2049,16,, +GRL,2049,17,, +GRL,2049,18,, +GRL,2050,0,, +GRL,2050,1,, +GRL,2050,2,, +GRL,2050,3,, +GRL,2050,4,, +GRL,2050,5,, +GRL,2050,6,, +GRL,2050,7,, +GRL,2050,8,, +GRL,2050,9,, +GRL,2050,10,, +GRL,2050,11,, +GRL,2050,12,, +GRL,2050,13,, +GRL,2050,14,, +GRL,2050,15,, +GRL,2050,16,, +GRL,2050,17,, +GRL,2050,18,, +GTM,1990,0,159601,165965 +GTM,1990,1,157378,163838 +GTM,1990,2,154973,161433 +GTM,1990,3,152390,158764 +GTM,1990,4,149639,155847 +GTM,1990,5,146726,152698 +GTM,1990,6,143657,149333 +GTM,1990,7,140441,145768 +GTM,1990,8,137084,142017 +GTM,1990,9,133594,138097 +GTM,1990,10,129995,134020 +GTM,1990,11,126309,129801 +GTM,1990,12,122462,125467 +GTM,1990,13,118426,121038 +GTM,1990,14,114259,116524 +GTM,1990,15,110075,111973 +GTM,1990,16,105891,107448 +GTM,1990,17,101674,102724 +GTM,1990,18,97435,97718 +GTM,1991,0,164477,171066 +GTM,1991,1,159051,165409 +GTM,1991,2,156532,162902 +GTM,1991,3,153978,160284 +GTM,1991,4,151370,157539 +GTM,1991,5,148685,154650 +GTM,1991,6,145932,151632 +GTM,1991,7,143119,148500 +GTM,1991,8,140077,145087 +GTM,1991,9,136727,141318 +GTM,1991,10,133136,137268 +GTM,1991,11,129483,133117 +GTM,1991,12,125769,128866 +GTM,1991,13,121855,124415 +GTM,1991,14,117702,119743 +GTM,1991,15,113388,114916 +GTM,1991,16,109063,110067 +GTM,1991,17,104731,105226 +GTM,1991,18,100415,100326 +GTM,1992,0,170780,177634 +GTM,1992,1,165785,172589 +GTM,1992,2,158356,164649 +GTM,1992,3,155541,161766 +GTM,1992,4,152842,158938 +GTM,1992,5,150210,156119 +GTM,1992,6,147594,153262 +GTM,1992,7,145004,150379 +GTM,1992,8,142448,147483 +GTM,1992,9,139584,144227 +GTM,1992,10,136245,140445 +GTM,1992,11,132556,136269 +GTM,1992,12,128852,132048 +GTM,1992,13,125113,127771 +GTM,1992,14,121137,123208 +GTM,1992,15,116870,118299 +GTM,1992,16,112413,113166 +GTM,1992,17,107950,108025 +GTM,1992,18,103474,102873 +GTM,1993,0,177590,184726 +GTM,1993,1,170775,177738 +GTM,1993,2,164869,171638 +GTM,1993,3,157598,163788 +GTM,1993,4,154489,160530 +GTM,1993,5,151646,157495 +GTM,1993,6,148991,154605 +GTM,1993,7,146445,151781 +GTM,1993,8,144019,149034 +GTM,1993,9,141722,146376 +GTM,1993,10,139037,143280 +GTM,1993,11,135708,139487 +GTM,1993,12,131923,135188 +GTM,1993,13,128170,130900 +GTM,1993,14,124409,126599 +GTM,1993,15,120371,121927 +GTM,1993,16,115992,116784 +GTM,1993,17,111395,111347 +GTM,1993,18,106795,105918 +GTM,1994,0,183633,191036 +GTM,1994,1,175490,182606 +GTM,1994,2,168539,175374 +GTM,1994,3,162644,169201 +GTM,1994,4,156896,162970 +GTM,1994,5,153492,159337 +GTM,1994,6,150504,156094 +GTM,1994,7,147825,153131 +GTM,1994,8,145348,150340 +GTM,1994,9,143085,147728 +GTM,1994,10,141046,145307 +GTM,1994,11,138538,142369 +GTM,1994,12,135220,138564 +GTM,1994,13,131337,134142 +GTM,1994,14,127533,129786 +GTM,1994,15,123748,125460 +GTM,1994,16,119648,120679 +GTM,1994,17,115155,115299 +GTM,1994,18,110416,109559 +GTM,1995,0,187981,195615 +GTM,1995,1,179434,186696 +GTM,1995,2,172126,179042 +GTM,1995,3,165922,172510 +GTM,1995,4,160688,166960 +GTM,1995,5,156288,162250 +GTM,1995,6,152588,158239 +GTM,1995,7,149453,154786 +GTM,1995,8,146748,151750 +GTM,1995,9,144339,148989 +GTM,1995,10,142237,146512 +GTM,1995,11,140455,144326 +GTM,1995,12,138123,141544 +GTM,1995,13,134813,137726 +GTM,1995,14,130830,133177 +GTM,1995,15,126974,128750 +GTM,1995,16,123161,124397 +GTM,1995,17,118997,119503 +GTM,1995,18,114388,113885 +GTM,1996,0,189697,197469 +GTM,1996,1,185550,192874 +GTM,1996,2,177921,184866 +GTM,1996,3,171219,177803 +GTM,1996,4,165358,171593 +GTM,1996,5,160253,166145 +GTM,1996,6,155769,161316 +GTM,1996,7,151772,156962 +GTM,1996,8,148418,153251 +GTM,1996,9,145722,150198 +GTM,1996,10,143450,147553 +GTM,1996,11,141379,145086 +GTM,1996,12,139579,142876 +GTM,1996,13,137183,139977 +GTM,1996,14,133744,135906 +GTM,1996,15,129596,131031 +GTM,1996,16,125581,126294 +GTM,1996,17,121604,121613 +GTM,1996,18,117334,116541 +GTM,1997,0,189786,197675 +GTM,1997,1,183692,191146 +GTM,1997,2,183382,190415 +GTM,1997,3,176658,183305 +GTM,1997,4,170551,176822 +GTM,1997,5,165025,170924 +GTM,1997,6,160043,165570 +GTM,1997,7,155468,160614 +GTM,1997,8,151168,155912 +GTM,1997,9,147592,151940 +GTM,1997,10,144900,148864 +GTM,1997,11,142762,146332 +GTM,1997,12,140718,143871 +GTM,1997,13,138899,141633 +GTM,1997,14,136437,138614 +GTM,1997,15,132864,134285 +GTM,1997,16,128544,129077 +GTM,1997,17,124365,124025 +GTM,1997,18,120219,119011 +GTM,1998,0,188993,197011 +GTM,1998,1,185057,192644 +GTM,1998,2,181052,188228 +GTM,1998,3,181366,188150 +GTM,1998,4,175542,181930 +GTM,1998,5,170026,176020 +GTM,1998,6,164830,170428 +GTM,1998,7,159966,165163 +GTM,1998,8,155297,160076 +GTM,1998,9,150690,155021 +GTM,1998,10,146889,150783 +GTM,1998,11,144200,147682 +GTM,1998,12,142193,145260 +GTM,1998,13,140175,142803 +GTM,1998,14,138335,140534 +GTM,1998,15,135804,137392 +GTM,1998,16,132094,132801 +GTM,1998,17,127599,127254 +GTM,1998,18,123252,121882 +GTM,1999,0,188437,196627 +GTM,1999,1,186421,194201 +GTM,1999,2,183834,191212 +GTM,1999,3,180754,187735 +GTM,1999,4,179364,185957 +GTM,1999,5,174441,180626 +GTM,1999,6,169516,175288 +GTM,1999,7,164650,170000 +GTM,1999,8,159904,164822 +GTM,1999,9,155141,159602 +GTM,1999,10,150226,154190 +GTM,1999,11,146199,149684 +GTM,1999,12,143511,146557 +GTM,1999,13,141636,144244 +GTM,1999,14,139645,141790 +GTM,1999,15,137783,139490 +GTM,1999,16,135182,136223 +GTM,1999,17,131336,131367 +GTM,1999,18,126665,125480 +GTM,2000,0,188943,197370 +GTM,2000,1,188117,196168 +GTM,2000,2,186433,194102 +GTM,2000,3,184002,191281 +GTM,2000,4,180932,187811 +GTM,2000,5,177332,183802 +GTM,2000,6,173311,179360 +GTM,2000,7,168979,174594 +GTM,2000,8,164444,169610 +GTM,2000,9,159816,164517 +GTM,2000,10,154959,159162 +GTM,2000,11,149737,153393 +GTM,2000,12,145485,148617 +GTM,2000,13,142800,145464 +GTM,2000,14,141057,143259 +GTM,2000,15,139092,140808 +GTM,2000,16,137209,138476 +GTM,2000,17,134539,135083 +GTM,2000,18,130556,129961 +GTM,2001,0,190815,199223 +GTM,2001,1,188623,196780 +GTM,2001,2,187454,195238 +GTM,2001,3,185579,192976 +GTM,2001,4,183080,190076 +GTM,2001,5,180038,186619 +GTM,2001,6,176562,182712 +GTM,2001,7,172761,178460 +GTM,2001,8,168582,173821 +GTM,2001,9,164050,168825 +GTM,2001,10,159330,163628 +GTM,2001,11,154429,158217 +GTM,2001,12,149192,152428 +GTM,2001,13,144886,147566 +GTM,2001,14,142095,144229 +GTM,2001,15,140217,141788 +GTM,2001,16,138122,139112 +GTM,2001,17,136105,136543 +GTM,2001,18,133347,133013 +GTM,2002,0,193779,202236 +GTM,2002,1,192648,200829 +GTM,2002,2,188266,196236 +GTM,2002,3,186755,194354 +GTM,2002,4,184689,191896 +GTM,2002,5,182122,188917 +GTM,2002,6,179109,185472 +GTM,2002,7,175758,181665 +GTM,2002,8,172178,177602 +GTM,2002,9,168152,173088 +GTM,2002,10,163624,168079 +GTM,2002,11,158813,162778 +GTM,2002,12,153869,157310 +GTM,2002,13,148617,151499 +GTM,2002,14,144259,146551 +GTM,2002,15,141364,143030 +GTM,2002,16,139350,140352 +GTM,2002,17,137126,137451 +GTM,2002,18,134976,134644 +GTM,2003,0,196981,205537 +GTM,2003,1,194977,203318 +GTM,2003,2,192657,200738 +GTM,2003,3,187917,195766 +GTM,2003,4,186064,193544 +GTM,2003,5,183807,190889 +GTM,2003,6,181172,187830 +GTM,2003,7,178188,184396 +GTM,2003,8,174962,180689 +GTM,2003,9,171602,176812 +GTM,2003,10,167729,172422 +GTM,2003,11,163205,167398 +GTM,2003,12,158302,161991 +GTM,2003,13,153315,156463 +GTM,2003,14,148048,150628 +GTM,2003,15,143639,145592 +GTM,2003,16,140638,141886 +GTM,2003,17,138489,138970 +GTM,2003,18,136136,135844 +GTM,2004,0,199232,207905 +GTM,2004,1,196647,205171 +GTM,2004,2,194012,202330 +GTM,2004,3,191316,199376 +GTM,2004,4,187673,195456 +GTM,2004,5,185476,192892 +GTM,2004,6,183027,190038 +GTM,2004,7,180324,186896 +GTM,2004,8,177366,183469 +GTM,2004,9,174263,179859 +GTM,2004,10,171122,176166 +GTM,2004,11,167399,171897 +GTM,2004,12,162876,166852 +GTM,2004,13,157879,161335 +GTM,2004,14,152846,155744 +GTM,2004,15,147562,149880 +GTM,2004,16,143098,144751 +GTM,2004,17,139991,140858 +GTM,2004,18,137706,137702 +GTM,2005,0,199712,208503 +GTM,2005,1,197265,205971 +GTM,2005,2,194856,203411 +GTM,2005,3,192455,200800 +GTM,2005,4,190035,198114 +GTM,2005,5,187568,195329 +GTM,2005,6,185027,192420 +GTM,2005,7,182383,189364 +GTM,2005,8,179609,186136 +GTM,2005,9,176676,182713 +GTM,2005,10,173694,179196 +GTM,2005,11,170769,175684 +GTM,2005,12,167194,171531 +GTM,2005,13,162669,166463 +GTM,2005,14,157575,160829 +GTM,2005,15,152492,155169 +GTM,2005,16,147186,149272 +GTM,2005,17,142664,144044 +GTM,2005,18,139448,139960 +GTM,2006,0,197383,206045 +GTM,2006,1,198481,207154 +GTM,2006,2,196441,205023 +GTM,2006,3,194300,202730 +GTM,2006,4,192052,200273 +GTM,2006,5,189691,197646 +GTM,2006,6,187189,194828 +GTM,2006,7,184520,191795 +GTM,2006,8,181780,188641 +GTM,2006,9,179003,185405 +GTM,2006,10,176121,182023 +GTM,2006,11,173143,178500 +GTM,2006,12,170199,174962 +GTM,2006,13,166597,170760 +GTM,2006,14,162036,165611 +GTM,2006,15,156900,159881 +GTM,2006,16,151777,154126 +GTM,2006,17,146431,148130 +GTM,2006,18,141880,142838 +GTM,2007,0,193446,201992 +GTM,2007,1,193862,202455 +GTM,2007,2,197493,206107 +GTM,2007,3,195856,204373 +GTM,2007,4,193981,202344 +GTM,2007,5,191883,200035 +GTM,2007,6,189577,197465 +GTM,2007,7,187037,194610 +GTM,2007,8,184238,191447 +GTM,2007,9,181398,188193 +GTM,2007,10,178615,184943 +GTM,2007,11,175780,181596 +GTM,2007,12,172803,178063 +GTM,2007,13,169837,174494 +GTM,2007,14,166203,170237 +GTM,2007,15,161600,165001 +GTM,2007,16,156416,159165 +GTM,2007,17,151246,153308 +GTM,2007,18,145853,147205 +GTM,2008,0,189015,197471 +GTM,2008,1,191391,199946 +GTM,2008,2,192943,201530 +GTM,2008,3,196653,205245 +GTM,2008,4,195418,203906 +GTM,2008,5,193807,202138 +GTM,2008,6,191857,199977 +GTM,2008,7,189605,197461 +GTM,2008,8,187025,194566 +GTM,2008,9,184093,191272 +GTM,2008,10,181152,187913 +GTM,2008,11,178360,184647 +GTM,2008,12,175571,181332 +GTM,2008,13,172593,177785 +GTM,2008,14,169602,174181 +GTM,2008,15,165934,169866 +GTM,2008,16,161285,164538 +GTM,2008,17,156049,158592 +GTM,2008,18,150829,152627 +GTM,2009,0,185664,194076 +GTM,2009,1,189413,197950 +GTM,2009,2,192094,200697 +GTM,2009,3,193790,202401 +GTM,2009,4,195816,204393 +GTM,2009,5,194983,203451 +GTM,2009,6,193637,201945 +GTM,2009,7,191836,199931 +GTM,2009,8,189638,197469 +GTM,2009,9,187018,194535 +GTM,2009,10,183953,191107 +GTM,2009,11,180910,187644 +GTM,2009,12,178110,184361 +GTM,2009,13,175366,181078 +GTM,2009,14,172386,177517 +GTM,2009,15,169370,173879 +GTM,2009,16,165668,169505 +GTM,2009,17,160973,164085 +GTM,2009,18,155686,158027 +GTM,2010,0,184527,192961 +GTM,2010,1,188542,197089 +GTM,2010,2,191509,200126 +GTM,2010,3,193508,202150 +GTM,2010,4,194618,203239 +GTM,2010,5,194919,203473 +GTM,2010,6,194489,202928 +GTM,2010,7,193409,201684 +GTM,2010,8,191757,199819 +GTM,2010,9,189613,197411 +GTM,2010,10,186954,194438 +GTM,2010,11,183757,190879 +GTM,2010,12,180612,187312 +GTM,2010,13,177805,184014 +GTM,2010,14,175107,180765 +GTM,2010,15,172127,177191 +GTM,2010,16,169087,173519 +GTM,2010,17,165351,169087 +GTM,2010,18,160612,163576 +GTM,2011,0,186233,194777 +GTM,2011,1,185464,193913 +GTM,2011,2,188667,197202 +GTM,2011,3,191137,199727 +GTM,2011,4,192900,201509 +GTM,2011,5,193982,202571 +GTM,2011,6,194463,202992 +GTM,2011,7,194423,202851 +GTM,2011,8,193615,201886 +GTM,2011,9,191956,200006 +GTM,2011,10,189636,197402 +GTM,2011,11,186904,194341 +GTM,2011,12,183686,190748 +GTM,2011,13,180517,187134 +GTM,2011,14,177682,183774 +GTM,2011,15,174955,180453 +GTM,2011,16,171945,176808 +GTM,2011,17,168874,173063 +GTM,2011,18,165115,168573 +GTM,2012,0,190032,198736 +GTM,2012,1,190822,199487 +GTM,2012,2,186240,194678 +GTM,2012,3,188628,197125 +GTM,2012,4,190598,199134 +GTM,2012,5,192124,200672 +GTM,2012,6,193176,201706 +GTM,2012,7,193837,202314 +GTM,2012,8,194187,202578 +GTM,2012,9,193653,201893 +GTM,2012,10,191988,199999 +GTM,2012,11,189493,197202 +GTM,2012,12,186691,194056 +GTM,2012,13,183455,190432 +GTM,2012,14,180264,186775 +GTM,2012,15,177403,183355 +GTM,2012,16,174649,179967 +GTM,2012,17,171612,176254 +GTM,2012,18,168513,172438 +GTM,2013,0,195002,203895 +GTM,2013,1,193144,201888 +GTM,2013,2,191878,200517 +GTM,2013,3,186940,195356 +GTM,2013,4,188511,196959 +GTM,2013,5,189981,198453 +GTM,2013,6,191268,199747 +GTM,2013,7,192291,200751 +GTM,2013,8,193131,201547 +GTM,2013,9,193871,202214 +GTM,2013,10,193611,201810 +GTM,2013,11,191941,199903 +GTM,2013,12,189272,196914 +GTM,2013,13,186402,193685 +GTM,2013,14,183148,190032 +GTM,2013,15,179937,186333 +GTM,2013,16,177052,182856 +GTM,2013,17,174272,179401 +GTM,2013,18,171209,175622 +GTM,2014,0,199778,208857 +GTM,2014,1,195614,204449 +GTM,2014,2,192621,201281 +GTM,2014,3,190637,199177 +GTM,2014,4,187678,196085 +GTM,2014,5,188434,196846 +GTM,2014,6,189405,197824 +GTM,2014,7,190454,198875 +GTM,2014,8,191447,199850 +GTM,2014,9,192467,200833 +GTM,2014,10,193596,201904 +GTM,2014,11,193609,201780 +GTM,2014,12,191934,199859 +GTM,2014,13,189091,196679 +GTM,2014,14,186152,193365 +GTM,2014,15,182880,189682 +GTM,2014,16,179648,185940 +GTM,2014,17,176738,182404 +GTM,2014,18,173932,178882 +GTM,2015,0,203330,212561 +GTM,2015,1,197792,206722 +GTM,2015,2,193727,202440 +GTM,2015,3,190948,199511 +GTM,2015,4,189264,197733 +GTM,2015,5,188488,196905 +GTM,2015,6,188430,196825 +GTM,2015,7,188901,197289 +GTM,2015,8,189713,198096 +GTM,2015,9,190677,199043 +GTM,2015,10,191877,200213 +GTM,2015,11,193396,201689 +GTM,2015,12,193683,201844 +GTM,2015,13,192002,199909 +GTM,2015,14,188983,196535 +GTM,2015,15,185974,193136 +GTM,2015,16,182683,189421 +GTM,2015,17,179428,185634 +GTM,2015,18,176493,182039 +GTM,2016,0,205145,214425 +GTM,2016,1,201982,211097 +GTM,2016,2,197219,206079 +GTM,2016,3,193647,202320 +GTM,2016,4,191125,199665 +GTM,2016,5,189508,197961 +GTM,2016,6,188610,197006 +GTM,2016,7,188242,196598 +GTM,2016,8,188486,196819 +GTM,2016,9,189287,197607 +GTM,2016,10,190370,198669 +GTM,2016,11,191594,199853 +GTM,2016,12,193089,201290 +GTM,2016,13,193351,201400 +GTM,2016,14,191645,199408 +GTM,2016,15,188602,195972 +GTM,2016,16,185568,192511 +GTM,2016,17,182253,188731 +GTM,2016,18,178979,184893 +GTM,2017,0,205798,215096 +GTM,2017,1,200710,209724 +GTM,2017,2,200740,209760 +GTM,2017,3,196748,205560 +GTM,2017,4,193668,202322 +GTM,2017,5,191400,199940 +GTM,2017,6,189850,198308 +GTM,2017,7,188829,197224 +GTM,2017,8,188152,196490 +GTM,2017,9,188168,196467 +GTM,2017,10,188959,197238 +GTM,2017,11,190160,198414 +GTM,2017,12,191410,199612 +GTM,2017,13,192882,201014 +GTM,2017,14,193119,201077 +GTM,2017,15,191387,199028 +GTM,2017,16,188319,195527 +GTM,2017,17,185259,192001 +GTM,2017,18,181918,188156 +GTM,2018,0,205636,214931 +GTM,2018,1,201822,210884 +GTM,2018,2,198685,207567 +GTM,2018,3,199549,208486 +GTM,2018,4,196329,205103 +GTM,2018,5,193738,202386 +GTM,2018,6,191726,200276 +GTM,2018,7,190241,198715 +GTM,2018,8,189097,197503 +GTM,2018,9,188110,196442 +GTM,2018,10,187898,196176 +GTM,2018,11,188680,196929 +GTM,2018,12,190001,198220 +GTM,2018,13,191275,199433 +GTM,2018,14,192725,200798 +GTM,2018,15,192937,200815 +GTM,2018,16,191179,198708 +GTM,2018,17,188084,195141 +GTM,2018,18,184997,191550 +GTM,2019,0,205000,215000 +GTM,2019,1,203000,212000 +GTM,2019,2,201000,209000 +GTM,2019,3,198000,207000 +GTM,2019,4,198000,207000 +GTM,2019,5,196000,205000 +GTM,2019,6,194000,202000 +GTM,2019,7,192000,201000 +GTM,2019,8,191000,199000 +GTM,2019,9,189000,198000 +GTM,2019,10,188000,196000 +GTM,2019,11,188000,196000 +GTM,2019,12,188000,197000 +GTM,2019,13,190000,198000 +GTM,2019,14,191000,199000 +GTM,2019,15,193000,201000 +GTM,2019,16,193000,201000 +GTM,2019,17,191000,198000 +GTM,2019,18,188000,195000 +GTM,2020,0,205000,214000 +GTM,2020,1,204000,213000 +GTM,2020,2,202000,211000 +GTM,2020,3,200000,209000 +GTM,2020,4,199000,208000 +GTM,2020,5,197000,206000 +GTM,2020,6,195000,204000 +GTM,2020,7,194000,202000 +GTM,2020,8,192000,201000 +GTM,2020,9,191000,199000 +GTM,2020,10,190000,198000 +GTM,2020,11,188000,196000 +GTM,2020,12,187000,195000 +GTM,2020,13,188000,196000 +GTM,2020,14,190000,198000 +GTM,2020,15,191000,199000 +GTM,2020,16,192000,200000 +GTM,2020,17,192000,200000 +GTM,2020,18,191000,198000 +GTM,2021,0,205000,215000 +GTM,2021,1,205000,214000 +GTM,2021,2,203000,213000 +GTM,2021,3,202000,211000 +GTM,2021,4,200000,209000 +GTM,2021,5,199000,207000 +GTM,2021,6,197000,206000 +GTM,2021,7,195000,204000 +GTM,2021,8,194000,202000 +GTM,2021,9,192000,201000 +GTM,2021,10,191000,199000 +GTM,2021,11,189000,198000 +GTM,2021,12,188000,196000 +GTM,2021,13,187000,195000 +GTM,2021,14,188000,196000 +GTM,2021,15,189000,197000 +GTM,2021,16,191000,199000 +GTM,2021,17,192000,200000 +GTM,2021,18,192000,200000 +GTM,2022,0,206000,215000 +GTM,2022,1,205000,215000 +GTM,2022,2,205000,214000 +GTM,2022,3,203000,212000 +GTM,2022,4,202000,211000 +GTM,2022,5,200000,209000 +GTM,2022,6,199000,207000 +GTM,2022,7,197000,206000 +GTM,2022,8,195000,204000 +GTM,2022,9,194000,202000 +GTM,2022,10,192000,201000 +GTM,2022,11,191000,199000 +GTM,2022,12,189000,198000 +GTM,2022,13,188000,196000 +GTM,2022,14,187000,195000 +GTM,2022,15,188000,196000 +GTM,2022,16,189000,197000 +GTM,2022,17,190000,198000 +GTM,2022,18,192000,199000 +GTM,2023,0,206000,216000 +GTM,2023,1,206000,215000 +GTM,2023,2,205000,215000 +GTM,2023,3,204000,214000 +GTM,2023,4,203000,212000 +GTM,2023,5,202000,211000 +GTM,2023,6,200000,209000 +GTM,2023,7,198000,207000 +GTM,2023,8,197000,205000 +GTM,2023,9,195000,204000 +GTM,2023,10,193000,202000 +GTM,2023,11,192000,200000 +GTM,2023,12,190000,199000 +GTM,2023,13,189000,197000 +GTM,2023,14,187000,196000 +GTM,2023,15,187000,195000 +GTM,2023,16,187000,195000 +GTM,2023,17,189000,197000 +GTM,2023,18,190000,198000 +GTM,2024,0,207000,216000 +GTM,2024,1,206000,216000 +GTM,2024,2,206000,215000 +GTM,2024,3,205000,214000 +GTM,2024,4,204000,213000 +GTM,2024,5,203000,212000 +GTM,2024,6,201000,210000 +GTM,2024,7,200000,209000 +GTM,2024,8,198000,207000 +GTM,2024,9,197000,205000 +GTM,2024,10,195000,203000 +GTM,2024,11,193000,202000 +GTM,2024,12,192000,200000 +GTM,2024,13,190000,199000 +GTM,2024,14,189000,197000 +GTM,2024,15,187000,195000 +GTM,2024,16,186000,194000 +GTM,2024,17,187000,195000 +GTM,2024,18,189000,196000 +GTM,2025,0,207000,216000 +GTM,2025,1,207000,216000 +GTM,2025,2,207000,216000 +GTM,2025,3,206000,215000 +GTM,2025,4,205000,214000 +GTM,2025,5,204000,213000 +GTM,2025,6,203000,212000 +GTM,2025,7,201000,210000 +GTM,2025,8,200000,208000 +GTM,2025,9,198000,207000 +GTM,2025,10,196000,205000 +GTM,2025,11,195000,203000 +GTM,2025,12,193000,202000 +GTM,2025,13,192000,200000 +GTM,2025,14,190000,198000 +GTM,2025,15,189000,197000 +GTM,2025,16,187000,195000 +GTM,2025,17,186000,194000 +GTM,2025,18,187000,194000 +GTM,2026,0,207000,216000 +GTM,2026,1,207000,216000 +GTM,2026,2,207000,216000 +GTM,2026,3,206000,216000 +GTM,2026,4,206000,215000 +GTM,2026,5,205000,214000 +GTM,2026,6,204000,213000 +GTM,2026,7,203000,211000 +GTM,2026,8,201000,210000 +GTM,2026,9,200000,208000 +GTM,2026,10,198000,207000 +GTM,2026,11,196000,205000 +GTM,2026,12,195000,203000 +GTM,2026,13,193000,201000 +GTM,2026,14,191000,200000 +GTM,2026,15,190000,198000 +GTM,2026,16,188000,196000 +GTM,2026,17,187000,194000 +GTM,2026,18,186000,193000 +GTM,2027,0,207000,217000 +GTM,2027,1,207000,217000 +GTM,2027,2,207000,216000 +GTM,2027,3,207000,216000 +GTM,2027,4,206000,215000 +GTM,2027,5,206000,215000 +GTM,2027,6,205000,214000 +GTM,2027,7,204000,213000 +GTM,2027,8,202000,211000 +GTM,2027,9,201000,210000 +GTM,2027,10,199000,208000 +GTM,2027,11,198000,206000 +GTM,2027,12,196000,205000 +GTM,2027,13,194000,203000 +GTM,2027,14,193000,201000 +GTM,2027,15,191000,199000 +GTM,2027,16,190000,198000 +GTM,2027,17,188000,196000 +GTM,2027,18,186000,194000 +GTM,2028,0,207000,216000 +GTM,2028,1,207000,217000 +GTM,2028,2,207000,217000 +GTM,2028,3,207000,216000 +GTM,2028,4,206000,216000 +GTM,2028,5,206000,215000 +GTM,2028,6,205000,214000 +GTM,2028,7,204000,213000 +GTM,2028,8,203000,212000 +GTM,2028,9,202000,211000 +GTM,2028,10,201000,210000 +GTM,2028,11,199000,208000 +GTM,2028,12,198000,206000 +GTM,2028,13,196000,204000 +GTM,2028,14,194000,203000 +GTM,2028,15,192000,201000 +GTM,2028,16,191000,199000 +GTM,2028,17,189000,197000 +GTM,2028,18,188000,195000 +GTM,2029,0,207000,216000 +GTM,2029,1,207000,217000 +GTM,2029,2,207000,217000 +GTM,2029,3,207000,216000 +GTM,2029,4,207000,216000 +GTM,2029,5,206000,216000 +GTM,2029,6,206000,215000 +GTM,2029,7,205000,214000 +GTM,2029,8,204000,213000 +GTM,2029,9,203000,212000 +GTM,2029,10,202000,211000 +GTM,2029,11,201000,210000 +GTM,2029,12,199000,208000 +GTM,2029,13,197000,206000 +GTM,2029,14,196000,204000 +GTM,2029,15,194000,202000 +GTM,2029,16,192000,200000 +GTM,2029,17,191000,199000 +GTM,2029,18,189000,197000 +GTM,2030,0,207000,216000 +GTM,2030,1,207000,216000 +GTM,2030,2,207000,216000 +GTM,2030,3,207000,216000 +GTM,2030,4,207000,216000 +GTM,2030,5,207000,216000 +GTM,2030,6,206000,215000 +GTM,2030,7,205000,215000 +GTM,2030,8,205000,214000 +GTM,2030,9,204000,213000 +GTM,2030,10,203000,212000 +GTM,2030,11,202000,211000 +GTM,2030,12,201000,209000 +GTM,2030,13,199000,208000 +GTM,2030,14,197000,206000 +GTM,2030,15,195000,204000 +GTM,2030,16,194000,202000 +GTM,2030,17,192000,200000 +GTM,2030,18,190000,198000 +GTM,2031,0,207000,216000 +GTM,2031,1,207000,216000 +GTM,2031,2,207000,216000 +GTM,2031,3,207000,216000 +GTM,2031,4,207000,216000 +GTM,2031,5,207000,216000 +GTM,2031,6,206000,216000 +GTM,2031,7,206000,215000 +GTM,2031,8,205000,215000 +GTM,2031,9,205000,214000 +GTM,2031,10,204000,213000 +GTM,2031,11,203000,212000 +GTM,2031,12,202000,211000 +GTM,2031,13,200000,209000 +GTM,2031,14,199000,207000 +GTM,2031,15,197000,205000 +GTM,2031,16,195000,203000 +GTM,2031,17,193000,202000 +GTM,2031,18,192000,200000 +GTM,2032,0,206000,216000 +GTM,2032,1,207000,216000 +GTM,2032,2,206000,216000 +GTM,2032,3,207000,216000 +GTM,2032,4,207000,216000 +GTM,2032,5,207000,216000 +GTM,2032,6,207000,216000 +GTM,2032,7,206000,216000 +GTM,2032,8,206000,215000 +GTM,2032,9,205000,214000 +GTM,2032,10,205000,214000 +GTM,2032,11,204000,213000 +GTM,2032,12,203000,211000 +GTM,2032,13,202000,210000 +GTM,2032,14,200000,209000 +GTM,2032,15,199000,207000 +GTM,2032,16,197000,205000 +GTM,2032,17,195000,203000 +GTM,2032,18,193000,201000 +GTM,2033,0,206000,216000 +GTM,2033,1,206000,216000 +GTM,2033,2,206000,216000 +GTM,2033,3,206000,216000 +GTM,2033,4,207000,216000 +GTM,2033,5,207000,216000 +GTM,2033,6,207000,216000 +GTM,2033,7,206000,216000 +GTM,2033,8,206000,215000 +GTM,2033,9,206000,215000 +GTM,2033,10,205000,214000 +GTM,2033,11,204000,213000 +GTM,2033,12,203000,212000 +GTM,2033,13,202000,211000 +GTM,2033,14,201000,210000 +GTM,2033,15,200000,209000 +GTM,2033,16,198000,207000 +GTM,2033,17,197000,205000 +GTM,2033,18,195000,203000 +GTM,2034,0,206000,215000 +GTM,2034,1,206000,215000 +GTM,2034,2,206000,216000 +GTM,2034,3,206000,216000 +GTM,2034,4,206000,216000 +GTM,2034,5,206000,216000 +GTM,2034,6,206000,216000 +GTM,2034,7,206000,216000 +GTM,2034,8,206000,215000 +GTM,2034,9,206000,215000 +GTM,2034,10,206000,215000 +GTM,2034,11,205000,214000 +GTM,2034,12,204000,213000 +GTM,2034,13,203000,212000 +GTM,2034,14,202000,211000 +GTM,2034,15,201000,210000 +GTM,2034,16,200000,208000 +GTM,2034,17,198000,206000 +GTM,2034,18,196000,204000 +GTM,2035,0,205000,215000 +GTM,2035,1,205000,215000 +GTM,2035,2,206000,215000 +GTM,2035,3,206000,215000 +GTM,2035,4,206000,215000 +GTM,2035,5,206000,215000 +GTM,2035,6,206000,216000 +GTM,2035,7,206000,215000 +GTM,2035,8,206000,215000 +GTM,2035,9,206000,215000 +GTM,2035,10,206000,215000 +GTM,2035,11,205000,215000 +GTM,2035,12,205000,214000 +GTM,2035,13,204000,213000 +GTM,2035,14,203000,212000 +GTM,2035,15,202000,211000 +GTM,2035,16,201000,210000 +GTM,2035,17,200000,208000 +GTM,2035,18,198000,206000 +GTM,2036,0,204000,214000 +GTM,2036,1,205000,215000 +GTM,2036,2,205000,215000 +GTM,2036,3,206000,215000 +GTM,2036,4,206000,215000 +GTM,2036,5,206000,215000 +GTM,2036,6,206000,215000 +GTM,2036,7,206000,215000 +GTM,2036,8,206000,215000 +GTM,2036,9,206000,215000 +GTM,2036,10,206000,215000 +GTM,2036,11,206000,215000 +GTM,2036,12,205000,214000 +GTM,2036,13,205000,214000 +GTM,2036,14,204000,213000 +GTM,2036,15,203000,212000 +GTM,2036,16,202000,210000 +GTM,2036,17,201000,209000 +GTM,2036,18,199000,208000 +GTM,2037,0,204000,213000 +GTM,2037,1,204000,214000 +GTM,2037,2,205000,214000 +GTM,2037,3,205000,215000 +GTM,2037,4,205000,215000 +GTM,2037,5,206000,215000 +GTM,2037,6,206000,215000 +GTM,2037,7,206000,215000 +GTM,2037,8,206000,215000 +GTM,2037,9,206000,215000 +GTM,2037,10,206000,215000 +GTM,2037,11,206000,215000 +GTM,2037,12,205000,215000 +GTM,2037,13,205000,214000 +GTM,2037,14,205000,213000 +GTM,2037,15,204000,212000 +GTM,2037,16,203000,211000 +GTM,2037,17,202000,210000 +GTM,2037,18,200000,209000 +GTM,2038,0,202000,212000 +GTM,2038,1,203000,213000 +GTM,2038,2,204000,213000 +GTM,2038,3,205000,214000 +GTM,2038,4,205000,214000 +GTM,2038,5,205000,215000 +GTM,2038,6,206000,215000 +GTM,2038,7,206000,215000 +GTM,2038,8,206000,215000 +GTM,2038,9,206000,215000 +GTM,2038,10,206000,215000 +GTM,2038,11,206000,215000 +GTM,2038,12,206000,215000 +GTM,2038,13,205000,214000 +GTM,2038,14,205000,214000 +GTM,2038,15,204000,213000 +GTM,2038,16,204000,212000 +GTM,2038,17,202000,211000 +GTM,2038,18,201000,210000 +GTM,2039,0,201000,211000 +GTM,2039,1,202000,212000 +GTM,2039,2,203000,212000 +GTM,2039,3,204000,213000 +GTM,2039,4,204000,214000 +GTM,2039,5,205000,214000 +GTM,2039,6,205000,215000 +GTM,2039,7,205000,215000 +GTM,2039,8,206000,215000 +GTM,2039,9,206000,215000 +GTM,2039,10,206000,215000 +GTM,2039,11,206000,215000 +GTM,2039,12,206000,215000 +GTM,2039,13,205000,215000 +GTM,2039,14,205000,214000 +GTM,2039,15,205000,214000 +GTM,2039,16,204000,213000 +GTM,2039,17,203000,212000 +GTM,2039,18,202000,211000 +GTM,2040,0,201000,210000 +GTM,2040,1,201000,211000 +GTM,2040,2,202000,212000 +GTM,2040,3,203000,212000 +GTM,2040,4,204000,213000 +GTM,2040,5,204000,214000 +GTM,2040,6,205000,214000 +GTM,2040,7,205000,214000 +GTM,2040,8,205000,215000 +GTM,2040,9,205000,215000 +GTM,2040,10,206000,215000 +GTM,2040,11,206000,215000 +GTM,2040,12,205000,215000 +GTM,2040,13,205000,215000 +GTM,2040,14,205000,214000 +GTM,2040,15,205000,214000 +GTM,2040,16,205000,213000 +GTM,2040,17,204000,213000 +GTM,2040,18,203000,212000 +GTM,2041,0,200000,210000 +GTM,2041,1,201000,210000 +GTM,2041,2,201000,211000 +GTM,2041,3,202000,212000 +GTM,2041,4,203000,212000 +GTM,2041,5,203000,213000 +GTM,2041,6,204000,213000 +GTM,2041,7,205000,214000 +GTM,2041,8,205000,214000 +GTM,2041,9,205000,215000 +GTM,2041,10,205000,215000 +GTM,2041,11,205000,215000 +GTM,2041,12,205000,215000 +GTM,2041,13,205000,214000 +GTM,2041,14,205000,214000 +GTM,2041,15,205000,214000 +GTM,2041,16,205000,214000 +GTM,2041,17,204000,213000 +GTM,2041,18,204000,212000 +GTM,2042,0,200000,209000 +GTM,2042,1,200000,210000 +GTM,2042,2,201000,210000 +GTM,2042,3,201000,211000 +GTM,2042,4,202000,211000 +GTM,2042,5,203000,212000 +GTM,2042,6,203000,213000 +GTM,2042,7,204000,213000 +GTM,2042,8,204000,214000 +GTM,2042,9,205000,214000 +GTM,2042,10,205000,214000 +GTM,2042,11,205000,215000 +GTM,2042,12,205000,215000 +GTM,2042,13,205000,214000 +GTM,2042,14,205000,214000 +GTM,2042,15,205000,214000 +GTM,2042,16,205000,214000 +GTM,2042,17,204000,213000 +GTM,2042,18,204000,213000 +GTM,2043,0,199000,209000 +GTM,2043,1,200000,209000 +GTM,2043,2,200000,210000 +GTM,2043,3,200000,210000 +GTM,2043,4,201000,211000 +GTM,2043,5,202000,211000 +GTM,2043,6,203000,212000 +GTM,2043,7,203000,213000 +GTM,2043,8,204000,213000 +GTM,2043,9,204000,214000 +GTM,2043,10,205000,214000 +GTM,2043,11,205000,214000 +GTM,2043,12,205000,214000 +GTM,2043,13,205000,214000 +GTM,2043,14,205000,214000 +GTM,2043,15,205000,214000 +GTM,2043,16,205000,214000 +GTM,2043,17,205000,213000 +GTM,2043,18,204000,213000 +GTM,2044,0,199000,208000 +GTM,2044,1,199000,209000 +GTM,2044,2,200000,209000 +GTM,2044,3,200000,209000 +GTM,2044,4,200000,210000 +GTM,2044,5,201000,210000 +GTM,2044,6,202000,211000 +GTM,2044,7,202000,212000 +GTM,2044,8,203000,212000 +GTM,2044,9,204000,213000 +GTM,2044,10,204000,213000 +GTM,2044,11,205000,214000 +GTM,2044,12,205000,214000 +GTM,2044,13,205000,214000 +GTM,2044,14,205000,214000 +GTM,2044,15,205000,214000 +GTM,2044,16,205000,214000 +GTM,2044,17,205000,213000 +GTM,2044,18,204000,213000 +GTM,2045,0,198000,208000 +GTM,2045,1,198000,208000 +GTM,2045,2,199000,208000 +GTM,2045,3,199000,209000 +GTM,2045,4,200000,209000 +GTM,2045,5,200000,210000 +GTM,2045,6,201000,210000 +GTM,2045,7,202000,211000 +GTM,2045,8,202000,212000 +GTM,2045,9,203000,212000 +GTM,2045,10,203000,213000 +GTM,2045,11,204000,213000 +GTM,2045,12,204000,214000 +GTM,2045,13,205000,214000 +GTM,2045,14,205000,214000 +GTM,2045,15,205000,214000 +GTM,2045,16,205000,214000 +GTM,2045,17,205000,213000 +GTM,2045,18,204000,213000 +GTM,2046,0,198000,207000 +GTM,2046,1,198000,208000 +GTM,2046,2,198000,208000 +GTM,2046,3,199000,208000 +GTM,2046,4,199000,209000 +GTM,2046,5,200000,209000 +GTM,2046,6,200000,210000 +GTM,2046,7,201000,210000 +GTM,2046,8,201000,211000 +GTM,2046,9,202000,211000 +GTM,2046,10,203000,212000 +GTM,2046,11,203000,213000 +GTM,2046,12,204000,213000 +GTM,2046,13,204000,214000 +GTM,2046,14,205000,214000 +GTM,2046,15,205000,214000 +GTM,2046,16,205000,214000 +GTM,2046,17,204000,213000 +GTM,2046,18,204000,213000 +GTM,2047,0,197000,206000 +GTM,2047,1,197000,206000 +GTM,2047,2,198000,207000 +GTM,2047,3,198000,208000 +GTM,2047,4,199000,208000 +GTM,2047,5,199000,209000 +GTM,2047,6,200000,209000 +GTM,2047,7,200000,210000 +GTM,2047,8,201000,210000 +GTM,2047,9,201000,211000 +GTM,2047,10,202000,211000 +GTM,2047,11,203000,212000 +GTM,2047,12,203000,212000 +GTM,2047,13,204000,213000 +GTM,2047,14,204000,213000 +GTM,2047,15,204000,213000 +GTM,2047,16,204000,213000 +GTM,2047,17,204000,213000 +GTM,2047,18,204000,213000 +GTM,2048,0,196000,205000 +GTM,2048,1,196000,206000 +GTM,2048,2,197000,206000 +GTM,2048,3,198000,207000 +GTM,2048,4,198000,207000 +GTM,2048,5,199000,208000 +GTM,2048,6,199000,208000 +GTM,2048,7,200000,209000 +GTM,2048,8,200000,209000 +GTM,2048,9,201000,210000 +GTM,2048,10,201000,211000 +GTM,2048,11,202000,211000 +GTM,2048,12,202000,212000 +GTM,2048,13,203000,212000 +GTM,2048,14,204000,213000 +GTM,2048,15,204000,213000 +GTM,2048,16,204000,213000 +GTM,2048,17,204000,213000 +GTM,2048,18,204000,213000 +GTM,2049,0,195000,204000 +GTM,2049,1,195000,205000 +GTM,2049,2,196000,205000 +GTM,2049,3,197000,206000 +GTM,2049,4,197000,207000 +GTM,2049,5,198000,207000 +GTM,2049,6,198000,208000 +GTM,2049,7,199000,208000 +GTM,2049,8,199000,209000 +GTM,2049,9,200000,209000 +GTM,2049,10,200000,210000 +GTM,2049,11,201000,210000 +GTM,2049,12,202000,211000 +GTM,2049,13,202000,212000 +GTM,2049,14,203000,212000 +GTM,2049,15,203000,213000 +GTM,2049,16,204000,213000 +GTM,2049,17,204000,213000 +GTM,2049,18,204000,213000 +GTM,2050,0,194000,203000 +GTM,2050,1,194000,204000 +GTM,2050,2,195000,204000 +GTM,2050,3,196000,205000 +GTM,2050,4,196000,206000 +GTM,2050,5,197000,206000 +GTM,2050,6,198000,207000 +GTM,2050,7,198000,208000 +GTM,2050,8,199000,208000 +GTM,2050,9,199000,209000 +GTM,2050,10,200000,209000 +GTM,2050,11,200000,210000 +GTM,2050,12,201000,210000 +GTM,2050,13,201000,211000 +GTM,2050,14,202000,211000 +GTM,2050,15,203000,212000 +GTM,2050,16,203000,212000 +GTM,2050,17,204000,213000 +GTM,2050,18,204000,213000 +GUM,1990,0,1568,1618 +GUM,1990,1,1514,1569 +GUM,1990,2,1462,1519 +GUM,1990,3,1412,1469 +GUM,1990,4,1365,1420 +GUM,1990,5,1320,1372 +GUM,1990,6,1278,1327 +GUM,1990,7,1240,1285 +GUM,1990,8,1205,1247 +GUM,1990,9,1174,1215 +GUM,1990,10,1146,1189 +GUM,1990,11,1122,1168 +GUM,1990,12,1104,1157 +GUM,1990,13,1093,1158 +GUM,1990,14,1089,1170 +GUM,1990,15,1088,1184 +GUM,1990,16,1088,1194 +GUM,1990,17,1094,1233 +GUM,1990,18,1105,1316 +GUM,1991,0,1624,1692 +GUM,1991,1,1563,1625 +GUM,1991,2,1510,1574 +GUM,1991,3,1458,1523 +GUM,1991,4,1409,1472 +GUM,1991,5,1363,1423 +GUM,1991,6,1318,1376 +GUM,1991,7,1277,1331 +GUM,1991,8,1240,1290 +GUM,1991,9,1205,1254 +GUM,1991,10,1175,1223 +GUM,1991,11,1149,1197 +GUM,1991,12,1125,1177 +GUM,1991,13,1108,1167 +GUM,1991,14,1100,1170 +GUM,1991,15,1098,1184 +GUM,1991,16,1099,1199 +GUM,1991,17,1102,1210 +GUM,1991,18,1109,1250 +GUM,1992,0,1689,1770 +GUM,1992,1,1627,1707 +GUM,1992,2,1560,1627 +GUM,1992,3,1508,1575 +GUM,1992,4,1458,1523 +GUM,1992,5,1409,1472 +GUM,1992,6,1363,1422 +GUM,1992,7,1319,1376 +GUM,1992,8,1278,1332 +GUM,1992,9,1241,1293 +GUM,1992,10,1208,1257 +GUM,1992,11,1179,1227 +GUM,1992,12,1153,1202 +GUM,1992,13,1129,1183 +GUM,1992,14,1114,1174 +GUM,1992,15,1108,1179 +GUM,1992,16,1109,1194 +GUM,1992,17,1112,1211 +GUM,1992,18,1117,1224 +GUM,1993,0,1750,1843 +GUM,1993,1,1688,1775 +GUM,1993,2,1628,1709 +GUM,1993,3,1559,1626 +GUM,1993,4,1507,1572 +GUM,1993,5,1457,1519 +GUM,1993,6,1409,1467 +GUM,1993,7,1363,1418 +GUM,1993,8,1320,1372 +GUM,1993,9,1280,1330 +GUM,1993,10,1243,1292 +GUM,1993,11,1211,1257 +GUM,1993,12,1182,1228 +GUM,1993,13,1157,1204 +GUM,1993,14,1135,1186 +GUM,1993,15,1120,1179 +GUM,1993,16,1116,1185 +GUM,1993,17,1120,1202 +GUM,1993,18,1126,1220 +GUM,1994,0,1792,1896 +GUM,1994,1,1734,1829 +GUM,1994,2,1677,1763 +GUM,1994,3,1620,1698 +GUM,1994,4,1556,1622 +GUM,1994,5,1505,1566 +GUM,1994,6,1456,1512 +GUM,1994,7,1408,1461 +GUM,1994,8,1363,1412 +GUM,1994,9,1321,1367 +GUM,1994,10,1281,1326 +GUM,1994,11,1245,1288 +GUM,1994,12,1213,1255 +GUM,1994,13,1185,1227 +GUM,1994,14,1161,1205 +GUM,1994,15,1139,1187 +GUM,1994,16,1126,1181 +GUM,1994,17,1124,1189 +GUM,1994,18,1131,1207 +GUM,1995,0,1804,1923 +GUM,1995,1,1755,1860 +GUM,1995,2,1704,1798 +GUM,1995,3,1653,1736 +GUM,1995,4,1602,1676 +GUM,1995,5,1551,1616 +GUM,1995,6,1502,1559 +GUM,1995,7,1453,1505 +GUM,1995,8,1406,1453 +GUM,1995,9,1362,1404 +GUM,1995,10,1320,1360 +GUM,1995,11,1280,1320 +GUM,1995,12,1245,1284 +GUM,1995,13,1214,1252 +GUM,1995,14,1187,1225 +GUM,1995,15,1164,1204 +GUM,1995,16,1143,1188 +GUM,1995,17,1131,1183 +GUM,1995,18,1131,1191 +GUM,1996,0,1789,1928 +GUM,1996,1,1768,1885 +GUM,1996,2,1725,1829 +GUM,1996,3,1681,1772 +GUM,1996,4,1635,1715 +GUM,1996,5,1589,1659 +GUM,1996,6,1542,1603 +GUM,1996,7,1496,1549 +GUM,1996,8,1450,1496 +GUM,1996,9,1404,1445 +GUM,1996,10,1360,1398 +GUM,1996,11,1318,1353 +GUM,1996,12,1278,1313 +GUM,1996,13,1243,1278 +GUM,1996,14,1213,1249 +GUM,1996,15,1189,1225 +GUM,1996,16,1167,1207 +GUM,1996,17,1148,1193 +GUM,1996,18,1138,1189 +GUM,1997,0,1745,1906 +GUM,1997,1,1725,1868 +GUM,1997,2,1730,1847 +GUM,1997,3,1695,1797 +GUM,1997,4,1656,1746 +GUM,1997,5,1616,1694 +GUM,1997,6,1575,1641 +GUM,1997,7,1532,1589 +GUM,1997,8,1490,1537 +GUM,1997,9,1446,1486 +GUM,1997,10,1402,1437 +GUM,1997,11,1357,1390 +GUM,1997,12,1315,1346 +GUM,1997,13,1275,1306 +GUM,1997,14,1240,1272 +GUM,1997,15,1212,1245 +GUM,1997,16,1190,1225 +GUM,1997,17,1170,1209 +GUM,1997,18,1152,1197 +GUM,1998,0,1684,1867 +GUM,1998,1,1682,1845 +GUM,1998,2,1674,1817 +GUM,1998,3,1691,1808 +GUM,1998,4,1663,1765 +GUM,1998,5,1631,1720 +GUM,1998,6,1596,1672 +GUM,1998,7,1559,1624 +GUM,1998,8,1521,1574 +GUM,1998,9,1482,1525 +GUM,1998,10,1442,1477 +GUM,1998,11,1398,1429 +GUM,1998,12,1354,1382 +GUM,1998,13,1311,1339 +GUM,1998,14,1270,1298 +GUM,1998,15,1236,1265 +GUM,1998,16,1209,1240 +GUM,1998,17,1190,1224 +GUM,1998,18,1172,1211 +GUM,1999,0,1625,1819 +GUM,1999,1,1637,1813 +GUM,1999,2,1642,1800 +GUM,1999,3,1639,1779 +GUM,1999,4,1649,1768 +GUM,1999,5,1628,1732 +GUM,1999,6,1602,1693 +GUM,1999,7,1573,1650 +GUM,1999,8,1541,1605 +GUM,1999,9,1507,1559 +GUM,1999,10,1472,1513 +GUM,1999,11,1434,1466 +GUM,1999,12,1392,1419 +GUM,1999,13,1348,1374 +GUM,1999,14,1305,1331 +GUM,1999,15,1264,1290 +GUM,1999,16,1229,1257 +GUM,1999,17,1205,1236 +GUM,1999,18,1188,1223 +GUM,2000,0,1580,1772 +GUM,2000,1,1599,1779 +GUM,2000,2,1610,1778 +GUM,2000,3,1614,1768 +GUM,2000,4,1612,1751 +GUM,2000,5,1603,1727 +GUM,2000,6,1589,1698 +GUM,2000,7,1570,1664 +GUM,2000,8,1547,1626 +GUM,2000,9,1519,1585 +GUM,2000,10,1490,1543 +GUM,2000,11,1459,1499 +GUM,2000,12,1423,1454 +GUM,2000,13,1382,1409 +GUM,2000,14,1338,1365 +GUM,2000,15,1296,1322 +GUM,2000,16,1254,1281 +GUM,2000,17,1220,1249 +GUM,2000,18,1197,1230 +GUM,2001,0,1571,1731 +GUM,2001,1,1571,1752 +GUM,2001,2,1586,1758 +GUM,2001,3,1594,1756 +GUM,2001,4,1597,1746 +GUM,2001,5,1594,1729 +GUM,2001,6,1586,1706 +GUM,2001,7,1574,1678 +GUM,2001,8,1557,1644 +GUM,2001,9,1534,1607 +GUM,2001,10,1506,1566 +GUM,2001,11,1476,1524 +GUM,2001,12,1445,1481 +GUM,2001,13,1410,1436 +GUM,2001,14,1369,1392 +GUM,2001,15,1326,1348 +GUM,2001,16,1284,1305 +GUM,2001,17,1243,1265 +GUM,2001,18,1209,1233 +GUM,2002,0,1576,1692 +GUM,2002,1,1582,1717 +GUM,2002,2,1558,1732 +GUM,2002,3,1568,1736 +GUM,2002,4,1573,1733 +GUM,2002,5,1575,1723 +GUM,2002,6,1572,1706 +GUM,2002,7,1565,1683 +GUM,2002,8,1555,1656 +GUM,2002,9,1539,1624 +GUM,2002,10,1516,1587 +GUM,2002,11,1488,1546 +GUM,2002,12,1458,1504 +GUM,2002,13,1428,1462 +GUM,2002,14,1393,1418 +GUM,2002,15,1353,1373 +GUM,2002,16,1310,1330 +GUM,2002,17,1268,1288 +GUM,2002,18,1227,1248 +GUM,2003,0,1587,1654 +GUM,2003,1,1578,1683 +GUM,2003,2,1572,1703 +GUM,2003,3,1542,1711 +GUM,2003,4,1547,1714 +GUM,2003,5,1550,1710 +GUM,2003,6,1550,1699 +GUM,2003,7,1546,1682 +GUM,2003,8,1541,1660 +GUM,2003,9,1533,1634 +GUM,2003,10,1519,1603 +GUM,2003,11,1496,1566 +GUM,2003,12,1467,1526 +GUM,2003,13,1437,1484 +GUM,2003,14,1407,1442 +GUM,2003,15,1373,1399 +GUM,2003,16,1333,1355 +GUM,2003,17,1291,1312 +GUM,2003,18,1250,1270 +GUM,2004,0,1588,1617 +GUM,2004,1,1569,1648 +GUM,2004,2,1555,1671 +GUM,2004,3,1544,1686 +GUM,2004,4,1524,1690 +GUM,2004,5,1525,1691 +GUM,2004,6,1525,1686 +GUM,2004,7,1524,1675 +GUM,2004,8,1520,1658 +GUM,2004,9,1516,1637 +GUM,2004,10,1510,1612 +GUM,2004,11,1497,1582 +GUM,2004,12,1475,1546 +GUM,2004,13,1446,1505 +GUM,2004,14,1416,1464 +GUM,2004,15,1386,1422 +GUM,2004,16,1352,1379 +GUM,2004,17,1313,1336 +GUM,2004,18,1271,1293 +GUM,2005,0,1571,1581 +GUM,2005,1,1550,1612 +GUM,2005,2,1534,1636 +GUM,2005,3,1522,1653 +GUM,2005,4,1514,1664 +GUM,2005,5,1508,1669 +GUM,2005,6,1505,1668 +GUM,2005,7,1502,1662 +GUM,2005,8,1499,1650 +GUM,2005,9,1495,1634 +GUM,2005,10,1492,1614 +GUM,2005,11,1488,1590 +GUM,2005,12,1477,1560 +GUM,2005,13,1455,1525 +GUM,2005,14,1425,1484 +GUM,2005,15,1395,1443 +GUM,2005,16,1366,1402 +GUM,2005,17,1333,1360 +GUM,2005,18,1294,1317 +GUM,2006,0,1528,1545 +GUM,2006,1,1541,1564 +GUM,2006,2,1526,1591 +GUM,2006,3,1513,1613 +GUM,2006,4,1503,1629 +GUM,2006,5,1495,1640 +GUM,2006,6,1489,1646 +GUM,2006,7,1483,1646 +GUM,2006,8,1479,1641 +GUM,2006,9,1476,1629 +GUM,2006,10,1474,1613 +GUM,2006,11,1470,1592 +GUM,2006,12,1467,1568 +GUM,2006,13,1456,1539 +GUM,2006,14,1434,1504 +GUM,2006,15,1404,1464 +GUM,2006,16,1375,1423 +GUM,2006,17,1346,1383 +GUM,2006,18,1313,1341 +GUM,2007,0,1470,1510 +GUM,2007,1,1472,1536 +GUM,2007,2,1514,1547 +GUM,2007,3,1504,1571 +GUM,2007,4,1494,1591 +GUM,2007,5,1486,1606 +GUM,2007,6,1479,1616 +GUM,2007,7,1472,1622 +GUM,2007,8,1464,1624 +GUM,2007,9,1458,1620 +GUM,2007,10,1456,1609 +GUM,2007,11,1454,1591 +GUM,2007,12,1450,1571 +GUM,2007,13,1447,1547 +GUM,2007,14,1436,1518 +GUM,2007,15,1414,1483 +GUM,2007,16,1385,1444 +GUM,2007,17,1357,1404 +GUM,2007,18,1328,1363 +GUM,2008,0,1406,1481 +GUM,2008,1,1426,1502 +GUM,2008,2,1443,1521 +GUM,2008,3,1488,1530 +GUM,2008,4,1483,1551 +GUM,2008,5,1477,1569 +GUM,2008,6,1471,1583 +GUM,2008,7,1464,1593 +GUM,2008,8,1456,1599 +GUM,2008,9,1446,1603 +GUM,2008,10,1439,1600 +GUM,2008,11,1436,1588 +GUM,2008,12,1435,1570 +GUM,2008,13,1432,1550 +GUM,2008,14,1429,1527 +GUM,2008,15,1418,1498 +GUM,2008,16,1397,1463 +GUM,2008,17,1368,1424 +GUM,2008,18,1340,1384 +GUM,2009,0,1352,1458 +GUM,2009,1,1387,1472 +GUM,2009,2,1413,1488 +GUM,2009,3,1434,1503 +GUM,2009,4,1463,1515 +GUM,2009,5,1463,1532 +GUM,2009,6,1461,1547 +GUM,2009,7,1456,1560 +GUM,2009,8,1450,1570 +GUM,2009,9,1441,1577 +GUM,2009,10,1429,1582 +GUM,2009,11,1421,1580 +GUM,2009,12,1418,1569 +GUM,2009,13,1418,1550 +GUM,2009,14,1415,1530 +GUM,2009,15,1411,1507 +GUM,2009,16,1401,1478 +GUM,2009,17,1379,1444 +GUM,2009,18,1351,1405 +GUM,2010,0,1320,1443 +GUM,2010,1,1358,1450 +GUM,2010,2,1389,1460 +GUM,2010,3,1412,1472 +GUM,2010,4,1428,1486 +GUM,2010,5,1438,1500 +GUM,2010,6,1444,1514 +GUM,2010,7,1444,1527 +GUM,2010,8,1442,1539 +GUM,2010,9,1436,1548 +GUM,2010,10,1426,1556 +GUM,2010,11,1412,1562 +GUM,2010,12,1402,1561 +GUM,2010,13,1399,1550 +GUM,2010,14,1400,1531 +GUM,2010,15,1398,1510 +GUM,2010,16,1394,1488 +GUM,2010,17,1383,1459 +GUM,2010,18,1362,1425 +GUM,2011,0,1310,1434 +GUM,2011,1,1314,1428 +GUM,2011,2,1345,1434 +GUM,2011,3,1371,1443 +GUM,2011,4,1392,1455 +GUM,2011,5,1408,1468 +GUM,2011,6,1420,1482 +GUM,2011,7,1428,1496 +GUM,2011,8,1430,1510 +GUM,2011,9,1428,1521 +GUM,2011,10,1421,1531 +GUM,2011,11,1411,1538 +GUM,2011,12,1397,1544 +GUM,2011,13,1387,1543 +GUM,2011,14,1384,1532 +GUM,2011,15,1385,1513 +GUM,2011,16,1382,1492 +GUM,2011,17,1379,1470 +GUM,2011,18,1368,1442 +GUM,2012,0,1321,1434 +GUM,2012,1,1334,1422 +GUM,2012,2,1307,1412 +GUM,2012,3,1332,1418 +GUM,2012,4,1354,1427 +GUM,2012,5,1373,1438 +GUM,2012,6,1388,1451 +GUM,2012,7,1401,1465 +GUM,2012,8,1411,1480 +GUM,2012,9,1416,1493 +GUM,2012,10,1414,1504 +GUM,2012,11,1405,1513 +GUM,2012,12,1395,1521 +GUM,2012,13,1382,1527 +GUM,2012,14,1372,1525 +GUM,2012,15,1369,1514 +GUM,2012,16,1370,1495 +GUM,2012,17,1367,1475 +GUM,2012,18,1363,1452 +GUM,2013,0,1344,1439 +GUM,2013,1,1336,1418 +GUM,2013,2,1333,1405 +GUM,2013,3,1302,1398 +GUM,2013,4,1320,1404 +GUM,2013,5,1338,1412 +GUM,2013,6,1354,1423 +GUM,2013,7,1369,1436 +GUM,2013,8,1383,1450 +GUM,2013,9,1396,1465 +GUM,2013,10,1403,1478 +GUM,2013,11,1400,1489 +GUM,2013,12,1391,1498 +GUM,2013,13,1381,1505 +GUM,2013,14,1367,1510 +GUM,2013,15,1357,1509 +GUM,2013,16,1354,1498 +GUM,2013,17,1355,1479 +GUM,2013,18,1353,1459 +GUM,2014,0,1367,1444 +GUM,2014,1,1341,1417 +GUM,2014,2,1324,1399 +GUM,2014,3,1314,1388 +GUM,2014,4,1299,1386 +GUM,2014,5,1310,1391 +GUM,2014,6,1324,1399 +GUM,2014,7,1338,1410 +GUM,2014,8,1352,1423 +GUM,2014,9,1367,1437 +GUM,2014,10,1383,1451 +GUM,2014,11,1392,1465 +GUM,2014,12,1389,1476 +GUM,2014,13,1379,1484 +GUM,2014,14,1368,1491 +GUM,2014,15,1355,1496 +GUM,2014,16,1345,1495 +GUM,2014,17,1342,1484 +GUM,2014,18,1343,1465 +GUM,2015,0,1381,1446 +GUM,2015,1,1346,1417 +GUM,2015,2,1321,1397 +GUM,2015,3,1306,1384 +GUM,2015,4,1298,1378 +GUM,2015,5,1298,1377 +GUM,2015,6,1303,1381 +GUM,2015,7,1312,1389 +GUM,2015,8,1324,1399 +GUM,2015,9,1338,1412 +GUM,2015,10,1354,1426 +GUM,2015,11,1373,1441 +GUM,2015,12,1384,1454 +GUM,2015,13,1381,1465 +GUM,2015,14,1369,1473 +GUM,2015,15,1358,1480 +GUM,2015,16,1345,1485 +GUM,2015,17,1335,1483 +GUM,2015,18,1332,1472 +GUM,2016,0,1373,1433 +GUM,2016,1,1365,1431 +GUM,2016,2,1336,1408 +GUM,2016,3,1315,1390 +GUM,2016,4,1302,1379 +GUM,2016,5,1295,1373 +GUM,2016,6,1293,1371 +GUM,2016,7,1295,1373 +GUM,2016,8,1303,1379 +GUM,2016,9,1315,1390 +GUM,2016,10,1329,1403 +GUM,2016,11,1346,1418 +GUM,2016,12,1365,1432 +GUM,2016,13,1376,1446 +GUM,2016,14,1373,1456 +GUM,2016,15,1361,1464 +GUM,2016,16,1350,1471 +GUM,2016,17,1337,1476 +GUM,2016,18,1327,1474 +GUM,2017,0,1356,1416 +GUM,2017,1,1331,1400 +GUM,2017,2,1352,1420 +GUM,2017,3,1329,1401 +GUM,2017,4,1312,1387 +GUM,2017,5,1301,1377 +GUM,2017,6,1294,1371 +GUM,2017,7,1291,1368 +GUM,2017,8,1291,1368 +GUM,2017,9,1296,1373 +GUM,2017,10,1308,1383 +GUM,2017,11,1324,1397 +GUM,2017,12,1341,1412 +GUM,2017,13,1360,1427 +GUM,2017,14,1371,1440 +GUM,2017,15,1368,1451 +GUM,2017,16,1357,1458 +GUM,2017,17,1345,1465 +GUM,2017,18,1332,1470 +GUM,2018,0,1335,1400 +GUM,2018,1,1324,1394 +GUM,2018,2,1315,1389 +GUM,2018,3,1341,1410 +GUM,2018,4,1324,1396 +GUM,2018,5,1311,1384 +GUM,2018,6,1301,1376 +GUM,2018,7,1295,1370 +GUM,2018,8,1291,1367 +GUM,2018,9,1288,1365 +GUM,2018,10,1291,1368 +GUM,2018,11,1303,1378 +GUM,2018,12,1320,1393 +GUM,2018,13,1338,1408 +GUM,2018,14,1357,1423 +GUM,2018,15,1368,1436 +GUM,2018,16,1365,1447 +GUM,2018,17,1353,1454 +GUM,2018,18,1342,1461 +GUM,2019,0,1300,1400 +GUM,2019,1,1300,1400 +GUM,2019,2,1300,1400 +GUM,2019,3,1300,1400 +GUM,2019,4,1300,1400 +GUM,2019,5,1300,1400 +GUM,2019,6,1300,1400 +GUM,2019,7,1300,1400 +GUM,2019,8,1300,1400 +GUM,2019,9,1300,1400 +GUM,2019,10,1300,1400 +GUM,2019,11,1300,1400 +GUM,2019,12,1300,1400 +GUM,2019,13,1300,1400 +GUM,2019,14,1300,1400 +GUM,2019,15,1400,1400 +GUM,2019,16,1400,1400 +GUM,2019,17,1400,1400 +GUM,2019,18,1400,1500 +GUM,2020,0,1300,1400 +GUM,2020,1,1300,1400 +GUM,2020,2,1300,1400 +GUM,2020,3,1300,1400 +GUM,2020,4,1300,1400 +GUM,2020,5,1300,1400 +GUM,2020,6,1300,1400 +GUM,2020,7,1300,1400 +GUM,2020,8,1300,1400 +GUM,2020,9,1300,1400 +GUM,2020,10,1300,1400 +GUM,2020,11,1300,1400 +GUM,2020,12,1300,1400 +GUM,2020,13,1300,1400 +GUM,2020,14,1300,1400 +GUM,2020,15,1300,1400 +GUM,2020,16,1400,1400 +GUM,2020,17,1400,1400 +GUM,2020,18,1400,1400 +GUM,2021,0,1300,1400 +GUM,2021,1,1300,1400 +GUM,2021,2,1300,1400 +GUM,2021,3,1300,1400 +GUM,2021,4,1300,1400 +GUM,2021,5,1300,1400 +GUM,2021,6,1300,1400 +GUM,2021,7,1300,1400 +GUM,2021,8,1300,1400 +GUM,2021,9,1300,1400 +GUM,2021,10,1300,1400 +GUM,2021,11,1300,1400 +GUM,2021,12,1300,1400 +GUM,2021,13,1300,1400 +GUM,2021,14,1300,1400 +GUM,2021,15,1300,1400 +GUM,2021,16,1300,1400 +GUM,2021,17,1300,1400 +GUM,2021,18,1400,1400 +GUM,2022,0,1300,1400 +GUM,2022,1,1300,1400 +GUM,2022,2,1300,1400 +GUM,2022,3,1300,1400 +GUM,2022,4,1300,1400 +GUM,2022,5,1300,1400 +GUM,2022,6,1300,1400 +GUM,2022,7,1300,1400 +GUM,2022,8,1300,1400 +GUM,2022,9,1300,1400 +GUM,2022,10,1300,1400 +GUM,2022,11,1300,1400 +GUM,2022,12,1300,1400 +GUM,2022,13,1300,1300 +GUM,2022,14,1300,1300 +GUM,2022,15,1300,1400 +GUM,2022,16,1300,1400 +GUM,2022,17,1300,1400 +GUM,2022,18,1300,1400 +GUM,2023,0,1300,1400 +GUM,2023,1,1300,1400 +GUM,2023,2,1300,1400 +GUM,2023,3,1300,1400 +GUM,2023,4,1300,1400 +GUM,2023,5,1300,1400 +GUM,2023,6,1300,1400 +GUM,2023,7,1300,1400 +GUM,2023,8,1300,1400 +GUM,2023,9,1300,1400 +GUM,2023,10,1300,1400 +GUM,2023,11,1300,1400 +GUM,2023,12,1300,1400 +GUM,2023,13,1300,1300 +GUM,2023,14,1300,1300 +GUM,2023,15,1300,1300 +GUM,2023,16,1300,1400 +GUM,2023,17,1300,1400 +GUM,2023,18,1300,1400 +GUM,2024,0,1300,1400 +GUM,2024,1,1300,1400 +GUM,2024,2,1300,1400 +GUM,2024,3,1300,1400 +GUM,2024,4,1300,1400 +GUM,2024,5,1300,1400 +GUM,2024,6,1300,1400 +GUM,2024,7,1300,1400 +GUM,2024,8,1300,1400 +GUM,2024,9,1300,1400 +GUM,2024,10,1300,1400 +GUM,2024,11,1300,1400 +GUM,2024,12,1300,1400 +GUM,2024,13,1300,1400 +GUM,2024,14,1300,1300 +GUM,2024,15,1300,1300 +GUM,2024,16,1300,1300 +GUM,2024,17,1300,1300 +GUM,2024,18,1300,1400 +GUM,2025,0,1400,1400 +GUM,2025,1,1300,1400 +GUM,2025,2,1300,1400 +GUM,2025,3,1300,1400 +GUM,2025,4,1300,1400 +GUM,2025,5,1300,1400 +GUM,2025,6,1300,1400 +GUM,2025,7,1300,1400 +GUM,2025,8,1300,1400 +GUM,2025,9,1300,1400 +GUM,2025,10,1300,1400 +GUM,2025,11,1300,1400 +GUM,2025,12,1300,1400 +GUM,2025,13,1300,1400 +GUM,2025,14,1300,1300 +GUM,2025,15,1300,1300 +GUM,2025,16,1300,1300 +GUM,2025,17,1300,1300 +GUM,2025,18,1300,1300 +GUM,2026,0,1300,1400 +GUM,2026,1,1300,1400 +GUM,2026,2,1300,1400 +GUM,2026,3,1300,1400 +GUM,2026,4,1300,1400 +GUM,2026,5,1300,1400 +GUM,2026,6,1300,1400 +GUM,2026,7,1300,1400 +GUM,2026,8,1300,1400 +GUM,2026,9,1300,1400 +GUM,2026,10,1300,1400 +GUM,2026,11,1300,1400 +GUM,2026,12,1300,1400 +GUM,2026,13,1300,1400 +GUM,2026,14,1300,1300 +GUM,2026,15,1300,1300 +GUM,2026,16,1300,1300 +GUM,2026,17,1300,1300 +GUM,2026,18,1300,1300 +GUM,2027,0,1300,1400 +GUM,2027,1,1300,1400 +GUM,2027,2,1300,1400 +GUM,2027,3,1300,1400 +GUM,2027,4,1300,1400 +GUM,2027,5,1300,1400 +GUM,2027,6,1300,1400 +GUM,2027,7,1300,1400 +GUM,2027,8,1300,1400 +GUM,2027,9,1300,1400 +GUM,2027,10,1300,1400 +GUM,2027,11,1300,1300 +GUM,2027,12,1300,1300 +GUM,2027,13,1300,1300 +GUM,2027,14,1300,1300 +GUM,2027,15,1300,1300 +GUM,2027,16,1300,1300 +GUM,2027,17,1300,1300 +GUM,2027,18,1200,1300 +GUM,2028,0,1300,1400 +GUM,2028,1,1300,1400 +GUM,2028,2,1300,1400 +GUM,2028,3,1300,1400 +GUM,2028,4,1300,1400 +GUM,2028,5,1300,1400 +GUM,2028,6,1300,1400 +GUM,2028,7,1300,1400 +GUM,2028,8,1300,1400 +GUM,2028,9,1300,1400 +GUM,2028,10,1300,1300 +GUM,2028,11,1300,1300 +GUM,2028,12,1300,1300 +GUM,2028,13,1300,1300 +GUM,2028,14,1300,1300 +GUM,2028,15,1300,1300 +GUM,2028,16,1300,1300 +GUM,2028,17,1300,1300 +GUM,2028,18,1300,1300 +GUM,2029,0,1300,1400 +GUM,2029,1,1300,1400 +GUM,2029,2,1300,1400 +GUM,2029,3,1300,1400 +GUM,2029,4,1300,1400 +GUM,2029,5,1300,1400 +GUM,2029,6,1300,1400 +GUM,2029,7,1300,1400 +GUM,2029,8,1300,1400 +GUM,2029,9,1300,1400 +GUM,2029,10,1300,1400 +GUM,2029,11,1300,1300 +GUM,2029,12,1300,1300 +GUM,2029,13,1300,1300 +GUM,2029,14,1300,1300 +GUM,2029,15,1300,1300 +GUM,2029,16,1300,1300 +GUM,2029,17,1300,1300 +GUM,2029,18,1300,1300 +GUM,2030,0,1300,1400 +GUM,2030,1,1300,1400 +GUM,2030,2,1300,1400 +GUM,2030,3,1300,1400 +GUM,2030,4,1300,1400 +GUM,2030,5,1300,1400 +GUM,2030,6,1300,1400 +GUM,2030,7,1300,1400 +GUM,2030,8,1300,1400 +GUM,2030,9,1300,1400 +GUM,2030,10,1300,1400 +GUM,2030,11,1300,1300 +GUM,2030,12,1300,1300 +GUM,2030,13,1300,1300 +GUM,2030,14,1300,1300 +GUM,2030,15,1300,1300 +GUM,2030,16,1300,1300 +GUM,2030,17,1300,1300 +GUM,2030,18,1300,1300 +GUM,2031,0,1300,1400 +GUM,2031,1,1300,1400 +GUM,2031,2,1300,1400 +GUM,2031,3,1300,1400 +GUM,2031,4,1300,1400 +GUM,2031,5,1300,1400 +GUM,2031,6,1300,1400 +GUM,2031,7,1300,1400 +GUM,2031,8,1300,1400 +GUM,2031,9,1300,1400 +GUM,2031,10,1300,1400 +GUM,2031,11,1300,1400 +GUM,2031,12,1300,1300 +GUM,2031,13,1300,1300 +GUM,2031,14,1300,1300 +GUM,2031,15,1300,1300 +GUM,2031,16,1300,1300 +GUM,2031,17,1300,1300 +GUM,2031,18,1300,1300 +GUM,2032,0,1300,1400 +GUM,2032,1,1300,1400 +GUM,2032,2,1300,1400 +GUM,2032,3,1300,1400 +GUM,2032,4,1300,1400 +GUM,2032,5,1300,1400 +GUM,2032,6,1300,1400 +GUM,2032,7,1300,1400 +GUM,2032,8,1300,1400 +GUM,2032,9,1300,1400 +GUM,2032,10,1300,1400 +GUM,2032,11,1300,1400 +GUM,2032,12,1300,1300 +GUM,2032,13,1300,1300 +GUM,2032,14,1300,1300 +GUM,2032,15,1300,1300 +GUM,2032,16,1300,1300 +GUM,2032,17,1300,1300 +GUM,2032,18,1300,1300 +GUM,2033,0,1300,1300 +GUM,2033,1,1300,1400 +GUM,2033,2,1300,1400 +GUM,2033,3,1300,1400 +GUM,2033,4,1300,1400 +GUM,2033,5,1300,1400 +GUM,2033,6,1300,1400 +GUM,2033,7,1300,1400 +GUM,2033,8,1300,1400 +GUM,2033,9,1300,1400 +GUM,2033,10,1300,1400 +GUM,2033,11,1300,1400 +GUM,2033,12,1300,1400 +GUM,2033,13,1300,1300 +GUM,2033,14,1300,1300 +GUM,2033,15,1300,1300 +GUM,2033,16,1300,1300 +GUM,2033,17,1300,1300 +GUM,2033,18,1300,1300 +GUM,2034,0,1300,1300 +GUM,2034,1,1300,1300 +GUM,2034,2,1300,1400 +GUM,2034,3,1300,1400 +GUM,2034,4,1300,1400 +GUM,2034,5,1300,1400 +GUM,2034,6,1300,1400 +GUM,2034,7,1300,1400 +GUM,2034,8,1300,1400 +GUM,2034,9,1300,1400 +GUM,2034,10,1300,1400 +GUM,2034,11,1300,1400 +GUM,2034,12,1300,1400 +GUM,2034,13,1300,1300 +GUM,2034,14,1300,1300 +GUM,2034,15,1300,1300 +GUM,2034,16,1300,1300 +GUM,2034,17,1200,1300 +GUM,2034,18,1200,1300 +GUM,2035,0,1300,1300 +GUM,2035,1,1300,1300 +GUM,2035,2,1300,1300 +GUM,2035,3,1300,1300 +GUM,2035,4,1300,1400 +GUM,2035,5,1300,1400 +GUM,2035,6,1300,1400 +GUM,2035,7,1300,1400 +GUM,2035,8,1300,1400 +GUM,2035,9,1300,1400 +GUM,2035,10,1300,1400 +GUM,2035,11,1300,1400 +GUM,2035,12,1300,1400 +GUM,2035,13,1300,1400 +GUM,2035,14,1300,1300 +GUM,2035,15,1300,1300 +GUM,2035,16,1300,1300 +GUM,2035,17,1200,1300 +GUM,2035,18,1200,1300 +GUM,2036,0,1200,1300 +GUM,2036,1,1300,1300 +GUM,2036,2,1300,1300 +GUM,2036,3,1300,1300 +GUM,2036,4,1300,1300 +GUM,2036,5,1300,1300 +GUM,2036,6,1300,1400 +GUM,2036,7,1300,1400 +GUM,2036,8,1300,1400 +GUM,2036,9,1300,1400 +GUM,2036,10,1300,1400 +GUM,2036,11,1300,1400 +GUM,2036,12,1300,1400 +GUM,2036,13,1300,1400 +GUM,2036,14,1300,1300 +GUM,2036,15,1300,1300 +GUM,2036,16,1300,1300 +GUM,2036,17,1200,1300 +GUM,2036,18,1200,1300 +GUM,2037,0,1200,1300 +GUM,2037,1,1200,1300 +GUM,2037,2,1200,1300 +GUM,2037,3,1300,1300 +GUM,2037,4,1300,1300 +GUM,2037,5,1300,1300 +GUM,2037,6,1300,1300 +GUM,2037,7,1300,1300 +GUM,2037,8,1300,1300 +GUM,2037,9,1300,1400 +GUM,2037,10,1300,1400 +GUM,2037,11,1300,1400 +GUM,2037,12,1300,1400 +GUM,2037,13,1300,1400 +GUM,2037,14,1300,1300 +GUM,2037,15,1300,1300 +GUM,2037,16,1300,1300 +GUM,2037,17,1300,1300 +GUM,2037,18,1200,1300 +GUM,2038,0,1200,1300 +GUM,2038,1,1200,1300 +GUM,2038,2,1200,1300 +GUM,2038,3,1200,1300 +GUM,2038,4,1200,1300 +GUM,2038,5,1300,1300 +GUM,2038,6,1300,1300 +GUM,2038,7,1300,1300 +GUM,2038,8,1300,1300 +GUM,2038,9,1300,1300 +GUM,2038,10,1300,1300 +GUM,2038,11,1300,1300 +GUM,2038,12,1300,1300 +GUM,2038,13,1300,1300 +GUM,2038,14,1300,1300 +GUM,2038,15,1300,1300 +GUM,2038,16,1300,1300 +GUM,2038,17,1300,1300 +GUM,2038,18,1200,1300 +GUM,2039,0,1200,1300 +GUM,2039,1,1200,1300 +GUM,2039,2,1200,1300 +GUM,2039,3,1200,1300 +GUM,2039,4,1200,1300 +GUM,2039,5,1200,1300 +GUM,2039,6,1300,1300 +GUM,2039,7,1300,1300 +GUM,2039,8,1300,1300 +GUM,2039,9,1300,1300 +GUM,2039,10,1300,1300 +GUM,2039,11,1300,1300 +GUM,2039,12,1300,1300 +GUM,2039,13,1300,1300 +GUM,2039,14,1300,1300 +GUM,2039,15,1300,1300 +GUM,2039,16,1300,1300 +GUM,2039,17,1300,1300 +GUM,2039,18,1300,1300 +GUM,2040,0,1200,1300 +GUM,2040,1,1200,1300 +GUM,2040,2,1200,1300 +GUM,2040,3,1200,1300 +GUM,2040,4,1200,1300 +GUM,2040,5,1200,1300 +GUM,2040,6,1200,1300 +GUM,2040,7,1200,1300 +GUM,2040,8,1300,1300 +GUM,2040,9,1300,1300 +GUM,2040,10,1300,1300 +GUM,2040,11,1300,1300 +GUM,2040,12,1300,1300 +GUM,2040,13,1300,1300 +GUM,2040,14,1300,1300 +GUM,2040,15,1300,1300 +GUM,2040,16,1300,1300 +GUM,2040,17,1300,1300 +GUM,2040,18,1300,1300 +GUM,2041,0,1200,1200 +GUM,2041,1,1200,1300 +GUM,2041,2,1200,1300 +GUM,2041,3,1200,1300 +GUM,2041,4,1200,1300 +GUM,2041,5,1200,1300 +GUM,2041,6,1200,1300 +GUM,2041,7,1200,1300 +GUM,2041,8,1200,1300 +GUM,2041,9,1200,1300 +GUM,2041,10,1300,1300 +GUM,2041,11,1300,1300 +GUM,2041,12,1300,1300 +GUM,2041,13,1300,1300 +GUM,2041,14,1300,1300 +GUM,2041,15,1300,1300 +GUM,2041,16,1300,1300 +GUM,2041,17,1300,1300 +GUM,2041,18,1300,1300 +GUM,2042,0,1200,1200 +GUM,2042,1,1200,1200 +GUM,2042,2,1200,1300 +GUM,2042,3,1200,1300 +GUM,2042,4,1200,1300 +GUM,2042,5,1200,1300 +GUM,2042,6,1200,1300 +GUM,2042,7,1200,1300 +GUM,2042,8,1200,1300 +GUM,2042,9,1200,1300 +GUM,2042,10,1200,1300 +GUM,2042,11,1200,1300 +GUM,2042,12,1300,1300 +GUM,2042,13,1300,1300 +GUM,2042,14,1300,1300 +GUM,2042,15,1300,1300 +GUM,2042,16,1300,1300 +GUM,2042,17,1300,1300 +GUM,2042,18,1300,1300 +GUM,2043,0,1200,1200 +GUM,2043,1,1200,1200 +GUM,2043,2,1200,1200 +GUM,2043,3,1200,1200 +GUM,2043,4,1200,1300 +GUM,2043,5,1200,1300 +GUM,2043,6,1200,1300 +GUM,2043,7,1200,1300 +GUM,2043,8,1200,1300 +GUM,2043,9,1200,1300 +GUM,2043,10,1200,1300 +GUM,2043,11,1200,1300 +GUM,2043,12,1200,1300 +GUM,2043,13,1200,1300 +GUM,2043,14,1200,1300 +GUM,2043,15,1300,1300 +GUM,2043,16,1300,1300 +GUM,2043,17,1300,1300 +GUM,2043,18,1300,1300 +GUM,2044,0,1200,1200 +GUM,2044,1,1200,1200 +GUM,2044,2,1200,1200 +GUM,2044,3,1200,1200 +GUM,2044,4,1200,1200 +GUM,2044,5,1200,1300 +GUM,2044,6,1200,1300 +GUM,2044,7,1200,1300 +GUM,2044,8,1200,1300 +GUM,2044,9,1200,1300 +GUM,2044,10,1200,1300 +GUM,2044,11,1200,1300 +GUM,2044,12,1200,1300 +GUM,2044,13,1200,1300 +GUM,2044,14,1200,1300 +GUM,2044,15,1200,1300 +GUM,2044,16,1200,1300 +GUM,2044,17,1200,1300 +GUM,2044,18,1200,1300 +GUM,2045,0,1100,1200 +GUM,2045,1,1200,1200 +GUM,2045,2,1200,1200 +GUM,2045,3,1200,1200 +GUM,2045,4,1200,1200 +GUM,2045,5,1200,1200 +GUM,2045,6,1200,1200 +GUM,2045,7,1200,1300 +GUM,2045,8,1200,1300 +GUM,2045,9,1200,1300 +GUM,2045,10,1200,1300 +GUM,2045,11,1200,1300 +GUM,2045,12,1200,1300 +GUM,2045,13,1200,1300 +GUM,2045,14,1200,1300 +GUM,2045,15,1200,1300 +GUM,2045,16,1200,1300 +GUM,2045,17,1200,1300 +GUM,2045,18,1200,1300 +GUM,2046,0,1100,1200 +GUM,2046,1,1100,1200 +GUM,2046,2,1100,1200 +GUM,2046,3,1200,1200 +GUM,2046,4,1200,1200 +GUM,2046,5,1200,1200 +GUM,2046,6,1200,1200 +GUM,2046,7,1200,1200 +GUM,2046,8,1200,1200 +GUM,2046,9,1200,1300 +GUM,2046,10,1200,1300 +GUM,2046,11,1200,1300 +GUM,2046,12,1200,1300 +GUM,2046,13,1200,1300 +GUM,2046,14,1200,1300 +GUM,2046,15,1200,1300 +GUM,2046,16,1200,1300 +GUM,2046,17,1200,1300 +GUM,2046,18,1200,1300 +GUM,2047,0,1100,1200 +GUM,2047,1,1100,1200 +GUM,2047,2,1100,1200 +GUM,2047,3,1100,1200 +GUM,2047,4,1100,1200 +GUM,2047,5,1200,1200 +GUM,2047,6,1200,1200 +GUM,2047,7,1200,1200 +GUM,2047,8,1200,1200 +GUM,2047,9,1200,1200 +GUM,2047,10,1200,1300 +GUM,2047,11,1200,1300 +GUM,2047,12,1200,1300 +GUM,2047,13,1200,1300 +GUM,2047,14,1200,1300 +GUM,2047,15,1200,1300 +GUM,2047,16,1200,1300 +GUM,2047,17,1200,1300 +GUM,2047,18,1200,1300 +GUM,2048,0,1100,1200 +GUM,2048,1,1100,1200 +GUM,2048,2,1100,1200 +GUM,2048,3,1100,1200 +GUM,2048,4,1100,1200 +GUM,2048,5,1100,1200 +GUM,2048,6,1100,1200 +GUM,2048,7,1200,1200 +GUM,2048,8,1200,1200 +GUM,2048,9,1200,1200 +GUM,2048,10,1200,1200 +GUM,2048,11,1200,1200 +GUM,2048,12,1200,1300 +GUM,2048,13,1200,1300 +GUM,2048,14,1200,1300 +GUM,2048,15,1200,1300 +GUM,2048,16,1200,1300 +GUM,2048,17,1200,1300 +GUM,2048,18,1200,1300 +GUM,2049,0,1100,1200 +GUM,2049,1,1100,1200 +GUM,2049,2,1100,1200 +GUM,2049,3,1100,1200 +GUM,2049,4,1100,1200 +GUM,2049,5,1100,1200 +GUM,2049,6,1100,1200 +GUM,2049,7,1100,1200 +GUM,2049,8,1100,1200 +GUM,2049,9,1200,1200 +GUM,2049,10,1200,1200 +GUM,2049,11,1200,1200 +GUM,2049,12,1200,1200 +GUM,2049,13,1200,1300 +GUM,2049,14,1200,1300 +GUM,2049,15,1200,1300 +GUM,2049,16,1200,1300 +GUM,2049,17,1200,1300 +GUM,2049,18,1200,1300 +GUM,2050,0,1100,1200 +GUM,2050,1,1100,1200 +GUM,2050,2,1100,1200 +GUM,2050,3,1100,1200 +GUM,2050,4,1100,1200 +GUM,2050,5,1100,1200 +GUM,2050,6,1100,1200 +GUM,2050,7,1100,1200 +GUM,2050,8,1100,1200 +GUM,2050,9,1100,1200 +GUM,2050,10,1200,1200 +GUM,2050,11,1200,1200 +GUM,2050,12,1200,1200 +GUM,2050,13,1200,1200 +GUM,2050,14,1200,1200 +GUM,2050,15,1200,1300 +GUM,2050,16,1200,1300 +GUM,2050,17,1200,1300 +GUM,2050,18,1200,1300 +GUY,1990,0,9011,8939 +GUY,1990,1,8968,8994 +GUY,1990,2,8940,9036 +GUY,1990,3,8924,9066 +GUY,1990,4,8918,9084 +GUY,1990,5,8920,9090 +GUY,1990,6,8927,9085 +GUY,1990,7,8938,9068 +GUY,1990,8,8950,9040 +GUY,1990,9,8961,9001 +GUY,1990,10,8970,8952 +GUY,1990,11,8977,8894 +GUY,1990,12,8972,8824 +GUY,1990,13,8951,8742 +GUY,1990,14,8914,8648 +GUY,1990,15,8869,8546 +GUY,1990,16,8810,8433 +GUY,1990,17,8743,8318 +GUY,1990,18,8670,8207 +GUY,1991,0,9154,9163 +GUY,1991,1,8969,8908 +GUY,1991,2,8912,8923 +GUY,1991,3,8878,8944 +GUY,1991,4,8864,8967 +GUY,1991,5,8863,8989 +GUY,1991,6,8876,9010 +GUY,1991,7,8900,9033 +GUY,1991,8,8917,9030 +GUY,1991,9,8916,8987 +GUY,1991,10,8901,8914 +GUY,1991,11,8888,8838 +GUY,1991,12,8875,8756 +GUY,1991,13,8846,8661 +GUY,1991,14,8795,8552 +GUY,1991,15,8728,8433 +GUY,1991,16,8652,8306 +GUY,1991,17,8563,8167 +GUY,1991,18,8476,8036 +GUY,1992,0,9599,9783 +GUY,1992,1,9316,9480 +GUY,1992,2,8942,8898 +GUY,1992,3,8870,8872 +GUY,1992,4,8830,8871 +GUY,1992,5,8817,8888 +GUY,1992,6,8822,8914 +GUY,1992,7,8846,8951 +GUY,1992,8,8887,9003 +GUY,1992,9,8910,9012 +GUY,1992,10,8896,8953 +GUY,1992,11,8855,8847 +GUY,1992,12,8820,8744 +GUY,1992,13,8786,8638 +GUY,1992,14,8733,8517 +GUY,1992,15,8653,8382 +GUY,1992,16,8555,8238 +GUY,1992,17,8450,8085 +GUY,1992,18,8329,7921 +GUY,1993,0,10169,10575 +GUY,1993,1,9685,9981 +GUY,1993,2,9311,9520 +GUY,1993,3,8913,8895 +GUY,1993,4,8826,8829 +GUY,1993,5,8781,8807 +GUY,1993,6,8768,8816 +GUY,1993,7,8780,8846 +GUY,1993,8,8815,8900 +GUY,1993,9,8873,8980 +GUY,1993,10,8901,9003 +GUY,1993,11,8874,8928 +GUY,1993,12,8808,8788 +GUY,1993,13,8750,8658 +GUY,1993,14,8696,8527 +GUY,1993,15,8618,8381 +GUY,1993,16,8510,8220 +GUY,1993,17,8381,8050 +GUY,1993,18,8245,7871 +GUY,1994,0,10614,11226 +GUY,1994,1,9996,10422 +GUY,1994,2,9514,9796 +GUY,1994,3,9153,9328 +GUY,1994,4,8870,8893 +GUY,1994,5,8769,8787 +GUY,1994,6,8718,8743 +GUY,1994,7,8707,8746 +GUY,1994,8,8724,8780 +GUY,1994,9,8770,8849 +GUY,1994,10,8845,8958 +GUY,1994,11,8879,8994 +GUY,1994,12,8839,8904 +GUY,1994,13,8747,8730 +GUY,1994,14,8667,8572 +GUY,1994,15,8593,8417 +GUY,1994,16,8491,8245 +GUY,1994,17,8353,8058 +GUY,1994,18,8193,7862 +GUY,1995,0,10754,11509 +GUY,1995,1,10137,10668 +GUY,1995,2,9647,10004 +GUY,1995,3,9271,9499 +GUY,1995,4,8995,9132 +GUY,1995,5,8805,8885 +GUY,1995,6,8689,8738 +GUY,1995,7,8633,8673 +GUY,1995,8,8623,8668 +GUY,1995,9,8646,8707 +GUY,1995,10,8703,8792 +GUY,1995,11,8794,8929 +GUY,1995,12,8835,8978 +GUY,1995,13,8782,8873 +GUY,1995,14,8664,8665 +GUY,1995,15,8563,8480 +GUY,1995,16,8468,8301 +GUY,1995,17,8342,8103 +GUY,1995,18,8175,7890 +GUY,1996,0,10596,11332 +GUY,1996,1,10593,11230 +GUY,1996,2,10063,10515 +GUY,1996,3,9616,9921 +GUY,1996,4,9245,9438 +GUY,1996,5,8946,9056 +GUY,1996,6,8705,8759 +GUY,1996,7,8513,8530 +GUY,1996,8,8391,8390 +GUY,1996,9,8344,8340 +GUY,1996,10,8350,8353 +GUY,1996,11,8379,8399 +GUY,1996,12,8434,8486 +GUY,1996,13,8461,8514 +GUY,1996,14,8427,8430 +GUY,1996,15,8350,8271 +GUY,1996,16,8287,8134 +GUY,1996,17,8235,8006 +GUY,1996,18,8141,7853 +GUY,1997,0,10158,10819 +GUY,1997,1,9992,10485 +GUY,1997,2,10422,10965 +GUY,1997,3,9979,10374 +GUY,1997,4,9575,9850 +GUY,1997,5,9210,9389 +GUY,1997,6,8888,8991 +GUY,1997,7,8597,8644 +GUY,1997,8,8329,8332 +GUY,1997,9,8141,8117 +GUY,1997,10,8057,8023 +GUY,1997,11,8046,8010 +GUY,1997,12,8047,8017 +GUY,1997,13,8066,8055 +GUY,1997,14,8078,8061 +GUY,1997,15,8063,7998 +GUY,1997,16,8027,7888 +GUY,1997,17,8004,7798 +GUY,1997,18,7994,7721 +GUY,1998,0,9556,10102 +GUY,1998,1,9738,10183 +GUY,1998,2,9817,10178 +GUY,1998,3,10243,10708 +GUY,1998,4,9888,10242 +GUY,1998,5,9527,9786 +GUY,1998,6,9169,9347 +GUY,1998,7,8824,8933 +GUY,1998,8,8483,8535 +GUY,1998,9,8138,8140 +GUY,1998,10,7885,7851 +GUY,1998,11,7765,7711 +GUY,1998,12,7737,7674 +GUY,1998,13,7710,7642 +GUY,1998,14,7692,7629 +GUY,1998,15,7690,7614 +GUY,1998,16,7694,7572 +GUY,1998,17,7700,7511 +GUY,1998,18,7715,7469 +GUY,1999,0,8971,9390 +GUY,1999,1,9451,9841 +GUY,1999,2,9752,10110 +GUY,1999,3,9895,10220 +GUY,1999,4,10066,10454 +GUY,1999,5,9799,10113 +GUY,1999,6,9481,9725 +GUY,1999,7,9129,9308 +GUY,1999,8,8761,8878 +GUY,1999,9,8369,8429 +GUY,1999,10,7949,7951 +GUY,1999,11,7630,7587 +GUY,1999,12,7474,7402 +GUY,1999,13,7429,7339 +GUY,1999,14,7374,7268 +GUY,1999,15,7319,7206 +GUY,1999,16,7303,7169 +GUY,1999,17,7327,7148 +GUY,1999,18,7373,7137 +GUY,2000,0,8536,8840 +GUY,2000,1,9193,9528 +GUY,2000,2,9634,9983 +GUY,2000,3,9883,10231 +GUY,2000,4,9965,10297 +GUY,2000,5,9904,10209 +GUY,2000,6,9723,9992 +GUY,2000,7,9448,9672 +GUY,2000,8,9103,9276 +GUY,2000,9,8711,8830 +GUY,2000,10,8268,8329 +GUY,2000,11,7772,7768 +GUY,2000,12,7387,7329 +GUY,2000,13,7194,7098 +GUY,2000,14,7132,7010 +GUY,2000,15,7048,6900 +GUY,2000,16,6957,6788 +GUY,2000,17,6927,6729 +GUY,2000,18,6970,6729 +GUY,2001,0,8245,8468 +GUY,2001,1,8574,8909 +GUY,2001,2,9138,9501 +GUY,2001,3,9525,9899 +GUY,2001,4,9751,10122 +GUY,2001,5,9835,10189 +GUY,2001,6,9800,10127 +GUY,2001,7,9672,9963 +GUY,2001,8,9426,9675 +GUY,2001,9,9060,9264 +GUY,2001,10,8617,8775 +GUY,2001,11,8138,8244 +GUY,2001,12,7610,7661 +GUY,2001,13,7194,7197 +GUY,2001,14,6970,6942 +GUY,2001,15,6880,6830 +GUY,2001,16,6767,6696 +GUY,2001,17,6647,6561 +GUY,2001,18,6597,6485 +GUY,2002,0,8098,8249 +GUY,2002,1,8687,8957 +GUY,2002,2,8619,8981 +GUY,2002,3,9091,9477 +GUY,2002,4,9425,9819 +GUY,2002,5,9629,10018 +GUY,2002,6,9714,10086 +GUY,2002,7,9705,10050 +GUY,2002,8,9630,9939 +GUY,2002,9,9412,9682 +GUY,2002,10,9025,9256 +GUY,2002,11,8532,8724 +GUY,2002,12,8015,8164 +GUY,2002,13,7457,7556 +GUY,2002,14,7009,7068 +GUY,2002,15,6754,6789 +GUY,2002,16,6634,6653 +GUY,2002,17,6493,6496 +GUY,2002,18,6344,6337 +GUY,2003,0,8046,8143 +GUY,2003,1,8468,8704 +GUY,2003,2,8810,9147 +GUY,2003,3,8678,9057 +GUY,2003,4,9059,9457 +GUY,2003,5,9340,9743 +GUY,2003,6,9522,9918 +GUY,2003,7,9608,9986 +GUY,2003,8,9626,9977 +GUY,2003,9,9603,9919 +GUY,2003,10,9412,9692 +GUY,2003,11,9005,9252 +GUY,2003,12,8460,8676 +GUY,2003,13,7906,8086 +GUY,2003,14,7315,7455 +GUY,2003,15,6835,6942 +GUY,2003,16,6549,6638 +GUY,2003,17,6400,6479 +GUY,2003,18,6230,6299 +GUY,2004,0,8010,8078 +GUY,2004,1,8263,8465 +GUY,2004,2,8505,8808 +GUY,2004,3,8731,9103 +GUY,2004,4,8757,9136 +GUY,2004,5,9048,9441 +GUY,2004,6,9276,9671 +GUY,2004,7,9436,9822 +GUY,2004,8,9524,9891 +GUY,2004,9,9568,9908 +GUY,2004,10,9597,9903 +GUY,2004,11,9434,9707 +GUY,2004,12,9005,9252 +GUY,2004,13,8407,8632 +GUY,2004,14,7813,8011 +GUY,2004,15,7190,7357 +GUY,2004,16,6676,6819 +GUY,2004,17,6359,6491 +GUY,2004,18,6180,6308 +GUY,2005,0,7930,8003 +GUY,2005,1,8062,8233 +GUY,2005,2,8233,8480 +GUY,2005,3,8430,8734 +GUY,2005,4,8641,8983 +GUY,2005,5,8853,9218 +GUY,2005,6,9054,9428 +GUY,2005,7,9230,9601 +GUY,2005,8,9369,9728 +GUY,2005,9,9459,9798 +GUY,2005,10,9529,9842 +GUY,2005,11,9611,9890 +GUY,2005,12,9475,9725 +GUY,2005,13,9023,9253 +GUY,2005,14,8371,8590 +GUY,2005,15,7736,7939 +GUY,2005,16,7078,7260 +GUY,2005,17,6530,6698 +GUY,2005,18,6180,6344 +GUY,2006,0,7718,7887 +GUY,2006,1,7847,7887 +GUY,2006,2,7990,8112 +GUY,2006,3,8166,8358 +GUY,2006,4,8363,8614 +GUY,2006,5,8568,8867 +GUY,2006,6,8770,9108 +GUY,2006,7,8958,9329 +GUY,2006,8,9118,9499 +GUY,2006,9,9237,9598 +GUY,2006,10,9306,9626 +GUY,2006,11,9356,9634 +GUY,2006,12,9421,9648 +GUY,2006,13,9270,9454 +GUY,2006,14,8804,8961 +GUY,2006,15,8143,8281 +GUY,2006,16,7500,7615 +GUY,2006,17,6827,6915 +GUY,2006,18,6294,6365 +GUY,2007,0,7469,7766 +GUY,2007,1,7534,7753 +GUY,2007,2,7779,7767 +GUY,2007,3,7935,7988 +GUY,2007,4,8117,8233 +GUY,2007,5,8313,8491 +GUY,2007,6,8512,8747 +GUY,2007,7,8705,8994 +GUY,2007,8,8880,9227 +GUY,2007,9,9024,9393 +GUY,2007,10,9124,9466 +GUY,2007,11,9172,9452 +GUY,2007,12,9203,9422 +GUY,2007,13,9250,9405 +GUY,2007,14,9083,9182 +GUY,2007,15,8603,8665 +GUY,2007,16,7933,7971 +GUY,2007,17,7279,7290 +GUY,2007,18,6589,6568 +GUY,2008,0,7231,7670 +GUY,2008,1,7310,7560 +GUY,2008,2,7445,7563 +GUY,2008,3,7723,7655 +GUY,2008,4,7891,7871 +GUY,2008,5,8079,8116 +GUY,2008,6,8274,8376 +GUY,2008,7,8469,8636 +GUY,2008,8,8652,8889 +GUY,2008,9,8815,9133 +GUY,2008,10,8943,9296 +GUY,2008,11,9024,9341 +GUY,2008,12,9051,9285 +GUY,2008,13,9063,9220 +GUY,2008,14,9093,9170 +GUY,2008,15,8910,8918 +GUY,2008,16,8415,8379 +GUY,2008,17,7733,7669 +GUY,2008,18,7069,6972 +GUY,2009,0,7070,7637 +GUY,2009,1,7148,7442 +GUY,2009,2,7274,7373 +GUY,2009,3,7437,7409 +GUY,2009,4,7670,7558 +GUY,2009,5,7851,7769 +GUY,2009,6,8044,8015 +GUY,2009,7,8240,8278 +GUY,2009,8,8429,8541 +GUY,2009,9,8603,8801 +GUY,2009,10,8754,9057 +GUY,2009,11,8866,9217 +GUY,2009,12,8928,9235 +GUY,2009,13,8934,9137 +GUY,2009,14,8926,9035 +GUY,2009,15,8939,8952 +GUY,2009,16,8740,8671 +GUY,2009,17,8231,8108 +GUY,2009,18,7537,7381 +GUY,2010,0,7033,7688 +GUY,2010,1,7069,7417 +GUY,2010,2,7154,7279 +GUY,2010,3,7279,7256 +GUY,2010,4,7436,7328 +GUY,2010,5,7615,7477 +GUY,2010,6,7809,7685 +GUY,2010,7,8008,7931 +GUY,2010,8,8203,8197 +GUY,2010,9,8387,8465 +GUY,2010,10,8552,8733 +GUY,2010,11,8691,9001 +GUY,2010,12,8787,9159 +GUY,2010,13,8830,9149 +GUY,2010,14,8815,9009 +GUY,2010,15,8787,8871 +GUY,2010,16,8783,8755 +GUY,2010,17,8568,8443 +GUY,2010,18,8044,7855 +GUY,2011,0,7141,7771 +GUY,2011,1,6997,7571 +GUY,2011,2,7035,7350 +GUY,2011,3,7124,7245 +GUY,2011,4,7253,7240 +GUY,2011,5,7414,7319 +GUY,2011,6,7598,7462 +GUY,2011,7,7798,7652 +GUY,2011,8,7996,7882 +GUY,2011,9,8179,8140 +GUY,2011,10,8343,8402 +GUY,2011,11,8488,8661 +GUY,2011,12,8608,8916 +GUY,2011,13,8684,9060 +GUY,2011,14,8708,9037 +GUY,2011,15,8674,8883 +GUY,2011,16,8628,8731 +GUY,2011,17,8605,8601 +GUY,2011,18,8377,8281 +GUY,2012,0,7364,7931 +GUY,2012,1,7176,7542 +GUY,2012,2,6957,7471 +GUY,2012,3,6996,7300 +GUY,2012,4,7088,7228 +GUY,2012,5,7221,7242 +GUY,2012,6,7386,7326 +GUY,2012,7,7576,7464 +GUY,2012,8,7782,7637 +GUY,2012,9,7979,7851 +GUY,2012,10,8149,8100 +GUY,2012,11,8292,8359 +GUY,2012,12,8418,8608 +GUY,2012,13,8518,8852 +GUY,2012,14,8575,8982 +GUY,2012,15,8579,8945 +GUY,2012,16,8526,8777 +GUY,2012,17,8461,8612 +GUY,2012,18,8420,8468 +GUY,2013,0,7631,8114 +GUY,2013,1,7310,7696 +GUY,2013,2,7100,7402 +GUY,2013,3,6914,7382 +GUY,2013,4,6955,7261 +GUY,2013,5,7050,7222 +GUY,2013,6,7187,7253 +GUY,2013,7,7357,7344 +GUY,2013,8,7551,7476 +GUY,2013,9,7764,7632 +GUY,2013,10,7959,7831 +GUY,2013,11,8116,8073 +GUY,2013,12,8238,8328 +GUY,2013,13,8345,8568 +GUY,2013,14,8426,8799 +GUY,2013,15,8463,8917 +GUY,2013,16,8447,8866 +GUY,2013,17,8376,8684 +GUY,2013,18,8293,8505 +GUY,2014,0,7848,8244 +GUY,2014,1,7432,7834 +GUY,2014,2,7142,7529 +GUY,2014,3,6964,7321 +GUY,2014,4,6874,7296 +GUY,2014,5,6917,7225 +GUY,2014,6,7015,7219 +GUY,2014,7,7157,7269 +GUY,2014,8,7331,7366 +GUY,2014,9,7530,7492 +GUY,2014,10,7749,7632 +GUY,2014,11,7943,7815 +GUY,2014,12,8088,8049 +GUY,2014,13,8189,8301 +GUY,2014,14,8276,8532 +GUY,2014,15,8338,8752 +GUY,2014,16,8356,8857 +GUY,2014,17,8320,8791 +GUY,2014,18,8230,8595 +GUY,2015,0,7946,8273 +GUY,2015,1,7505,7911 +GUY,2015,2,7187,7631 +GUY,2015,3,6979,7425 +GUY,2015,4,6868,7287 +GUY,2015,5,6841,7211 +GUY,2015,6,6885,7189 +GUY,2015,7,6987,7216 +GUY,2015,8,7134,7285 +GUY,2015,9,7311,7388 +GUY,2015,10,7516,7509 +GUY,2015,11,7741,7632 +GUY,2015,12,7935,7799 +GUY,2015,13,8066,8026 +GUY,2015,14,8148,8275 +GUY,2015,15,8215,8497 +GUY,2015,16,8258,8705 +GUY,2015,17,8256,8797 +GUY,2015,18,8200,8717 +GUY,2016,0,7866,8156 +GUY,2016,1,7796,8159 +GUY,2016,2,7434,7859 +GUY,2016,3,7169,7618 +GUY,2016,4,6989,7434 +GUY,2016,5,6887,7303 +GUY,2016,6,6850,7219 +GUY,2016,7,6865,7174 +GUY,2016,8,6941,7182 +GUY,2016,9,7077,7244 +GUY,2016,10,7251,7348 +GUY,2016,11,7443,7462 +GUY,2016,12,7652,7575 +GUY,2016,13,7828,7731 +GUY,2016,14,7943,7945 +GUY,2016,15,8008,8181 +GUY,2016,16,8060,8390 +GUY,2016,17,8086,8586 +GUY,2016,18,8073,8668 +GUY,2017,0,7673,7942 +GUY,2017,1,7419,7817 +GUY,2017,2,7660,8054 +GUY,2017,3,7378,7815 +GUY,2017,4,7163,7615 +GUY,2017,5,7012,7452 +GUY,2017,6,6918,7327 +GUY,2017,7,6871,7234 +GUY,2017,8,6857,7167 +GUY,2017,9,6908,7156 +GUY,2017,10,7032,7211 +GUY,2017,11,7204,7316 +GUY,2017,12,7385,7424 +GUY,2017,13,7577,7526 +GUY,2017,14,7736,7672 +GUY,2017,15,7834,7874 +GUY,2017,16,7883,8096 +GUY,2017,17,7919,8293 +GUY,2017,18,7929,8476 +GUY,2018,0,7416,7678 +GUY,2018,1,7324,7705 +GUY,2018,2,7244,7701 +GUY,2018,3,7531,7953 +GUY,2018,4,7329,7776 +GUY,2018,5,7166,7615 +GUY,2018,6,7042,7474 +GUY,2018,7,6957,7355 +GUY,2018,8,6899,7254 +GUY,2018,9,6857,7164 +GUY,2018,10,6882,7133 +GUY,2018,11,6995,7182 +GUY,2018,12,7164,7287 +GUY,2018,13,7333,7389 +GUY,2018,14,7510,7482 +GUY,2018,15,7652,7616 +GUY,2018,16,7733,7806 +GUY,2018,17,7766,8016 +GUY,2018,18,7786,8200 +GUY,2019,0,7200,7400 +GUY,2019,1,7200,7600 +GUY,2019,2,7200,7700 +GUY,2019,3,7300,7700 +GUY,2019,4,7400,7900 +GUY,2019,5,7300,7700 +GUY,2019,6,7200,7600 +GUY,2019,7,7100,7500 +GUY,2019,8,7000,7400 +GUY,2019,9,6900,7300 +GUY,2019,10,6900,7200 +GUY,2019,11,6900,7100 +GUY,2019,12,7000,7200 +GUY,2019,13,7100,7300 +GUY,2019,14,7300,7400 +GUY,2019,15,7400,7400 +GUY,2019,16,7600,7600 +GUY,2019,17,7600,7700 +GUY,2019,18,7600,7900 +GUY,2020,0,7000,7300 +GUY,2020,1,7100,7500 +GUY,2020,2,7200,7600 +GUY,2020,3,7300,7700 +GUY,2020,4,7300,7800 +GUY,2020,5,7300,7700 +GUY,2020,6,7200,7700 +GUY,2020,7,7200,7600 +GUY,2020,8,7100,7500 +GUY,2020,9,7000,7400 +GUY,2020,10,7000,7300 +GUY,2020,11,6900,7200 +GUY,2020,12,6800,7100 +GUY,2020,13,6900,7100 +GUY,2020,14,7100,7200 +GUY,2020,15,7200,7300 +GUY,2020,16,7400,7400 +GUY,2020,17,7500,7500 +GUY,2020,18,7500,7700 +GUY,2021,0,6900,7200 +GUY,2021,1,7000,7300 +GUY,2021,2,7100,7500 +GUY,2021,3,7200,7600 +GUY,2021,4,7200,7700 +GUY,2021,5,7300,7700 +GUY,2021,6,7200,7700 +GUY,2021,7,7200,7700 +GUY,2021,8,7200,7600 +GUY,2021,9,7100,7500 +GUY,2021,10,7000,7400 +GUY,2021,11,6900,7300 +GUY,2021,12,6800,7100 +GUY,2021,13,6800,7000 +GUY,2021,14,6800,7100 +GUY,2021,15,7000,7200 +GUY,2021,16,7100,7200 +GUY,2021,17,7200,7300 +GUY,2021,18,7300,7400 +GUY,2022,0,6900,7200 +GUY,2022,1,7000,7400 +GUY,2022,2,7000,7300 +GUY,2022,3,7100,7500 +GUY,2022,4,7200,7600 +GUY,2022,5,7200,7700 +GUY,2022,6,7200,7700 +GUY,2022,7,7200,7700 +GUY,2022,8,7200,7700 +GUY,2022,9,7200,7600 +GUY,2022,10,7100,7500 +GUY,2022,11,7000,7400 +GUY,2022,12,6900,7200 +GUY,2022,13,6700,7100 +GUY,2022,14,6700,7000 +GUY,2022,15,6700,7000 +GUY,2022,16,6900,7100 +GUY,2022,17,7000,7200 +GUY,2022,18,7100,7200 +GUY,2023,0,6900,7300 +GUY,2023,1,7000,7400 +GUY,2023,2,7100,7500 +GUY,2023,3,7000,7400 +GUY,2023,4,7100,7500 +GUY,2023,5,7100,7600 +GUY,2023,6,7200,7600 +GUY,2023,7,7200,7600 +GUY,2023,8,7200,7700 +GUY,2023,9,7200,7700 +GUY,2023,10,7100,7600 +GUY,2023,11,7100,7500 +GUY,2023,12,6900,7300 +GUY,2023,13,6800,7200 +GUY,2023,14,6700,7000 +GUY,2023,15,6600,6900 +GUY,2023,16,6600,6900 +GUY,2023,17,6800,7000 +GUY,2023,18,6900,7100 +GUY,2024,0,6900,7300 +GUY,2024,1,7000,7300 +GUY,2024,2,7000,7400 +GUY,2024,3,7000,7400 +GUY,2024,4,7000,7400 +GUY,2024,5,7100,7500 +GUY,2024,6,7100,7500 +GUY,2024,7,7100,7600 +GUY,2024,8,7200,7600 +GUY,2024,9,7200,7600 +GUY,2024,10,7200,7600 +GUY,2024,11,7100,7600 +GUY,2024,12,7000,7500 +GUY,2024,13,6900,7300 +GUY,2024,14,6800,7200 +GUY,2024,15,6600,7000 +GUY,2024,16,6500,6900 +GUY,2024,17,6600,6900 +GUY,2024,18,6700,6900 +GUY,2025,0,6900,7300 +GUY,2025,1,6900,7300 +GUY,2025,2,6900,7300 +GUY,2025,3,7000,7300 +GUY,2025,4,7000,7400 +GUY,2025,5,7000,7400 +GUY,2025,6,7100,7400 +GUY,2025,7,7100,7500 +GUY,2025,8,7100,7500 +GUY,2025,9,7100,7600 +GUY,2025,10,7100,7600 +GUY,2025,11,7200,7600 +GUY,2025,12,7100,7600 +GUY,2025,13,7000,7500 +GUY,2025,14,6900,7300 +GUY,2025,15,6700,7100 +GUY,2025,16,6500,6900 +GUY,2025,17,6500,6800 +GUY,2025,18,6500,6800 +GUY,2026,0,6900,7300 +GUY,2026,1,6900,7300 +GUY,2026,2,6900,7300 +GUY,2026,3,6900,7300 +GUY,2026,4,6900,7300 +GUY,2026,5,7000,7400 +GUY,2026,6,7000,7400 +GUY,2026,7,7000,7400 +GUY,2026,8,7100,7500 +GUY,2026,9,7100,7500 +GUY,2026,10,7100,7500 +GUY,2026,11,7100,7600 +GUY,2026,12,7100,7600 +GUY,2026,13,7100,7600 +GUY,2026,14,7000,7400 +GUY,2026,15,6800,7200 +GUY,2026,16,6600,7100 +GUY,2026,17,6400,6900 +GUY,2026,18,6300,6700 +GUY,2027,0,6800,7200 +GUY,2027,1,6800,7100 +GUY,2027,2,6900,7200 +GUY,2027,3,6900,7200 +GUY,2027,4,6900,7300 +GUY,2027,5,6900,7300 +GUY,2027,6,7000,7300 +GUY,2027,7,7000,7400 +GUY,2027,8,7000,7400 +GUY,2027,9,7100,7500 +GUY,2027,10,7100,7500 +GUY,2027,11,7100,7500 +GUY,2027,12,7100,7500 +GUY,2027,13,7100,7600 +GUY,2027,14,7000,7500 +GUY,2027,15,6900,7400 +GUY,2027,16,6700,7200 +GUY,2027,17,6500,7000 +GUY,2027,18,6300,6800 +GUY,2028,0,6700,7100 +GUY,2028,1,6700,7100 +GUY,2028,2,6700,7100 +GUY,2028,3,6800,7200 +GUY,2028,4,6900,7200 +GUY,2028,5,6900,7300 +GUY,2028,6,6900,7300 +GUY,2028,7,7000,7300 +GUY,2028,8,7000,7400 +GUY,2028,9,7000,7400 +GUY,2028,10,7000,7500 +GUY,2028,11,7000,7500 +GUY,2028,12,7000,7500 +GUY,2028,13,7000,7500 +GUY,2028,14,7000,7500 +GUY,2028,15,7000,7500 +GUY,2028,16,6800,7300 +GUY,2028,17,6600,7100 +GUY,2028,18,6400,6900 +GUY,2029,0,6600,6900 +GUY,2029,1,6700,7000 +GUY,2029,2,6700,7000 +GUY,2029,3,6700,7100 +GUY,2029,4,6800,7200 +GUY,2029,5,6800,7200 +GUY,2029,6,6900,7200 +GUY,2029,7,6900,7300 +GUY,2029,8,7000,7300 +GUY,2029,9,7000,7400 +GUY,2029,10,7000,7400 +GUY,2029,11,7000,7400 +GUY,2029,12,7000,7500 +GUY,2029,13,7000,7500 +GUY,2029,14,7000,7500 +GUY,2029,15,7000,7500 +GUY,2029,16,6900,7400 +GUY,2029,17,6800,7300 +GUY,2029,18,6500,7000 +GUY,2030,0,6600,6800 +GUY,2030,1,6600,6900 +GUY,2030,2,6600,6900 +GUY,2030,3,6700,7000 +GUY,2030,4,6700,7100 +GUY,2030,5,6800,7100 +GUY,2030,6,6800,7200 +GUY,2030,7,6900,7200 +GUY,2030,8,6900,7300 +GUY,2030,9,7000,7300 +GUY,2030,10,7000,7400 +GUY,2030,11,7000,7400 +GUY,2030,12,7000,7400 +GUY,2030,13,7000,7400 +GUY,2030,14,7000,7400 +GUY,2030,15,7000,7400 +GUY,2030,16,6900,7400 +GUY,2030,17,6800,7400 +GUY,2030,18,6700,7200 +GUY,2031,0,6500,6800 +GUY,2031,1,6500,6800 +GUY,2031,2,6600,6900 +GUY,2031,3,6600,6900 +GUY,2031,4,6700,7000 +GUY,2031,5,6700,7000 +GUY,2031,6,6800,7100 +GUY,2031,7,6800,7200 +GUY,2031,8,6900,7200 +GUY,2031,9,6900,7300 +GUY,2031,10,6900,7300 +GUY,2031,11,7000,7300 +GUY,2031,12,7000,7400 +GUY,2031,13,7000,7400 +GUY,2031,14,6900,7400 +GUY,2031,15,6900,7400 +GUY,2031,16,6900,7400 +GUY,2031,17,6800,7400 +GUY,2031,18,6700,7300 +GUY,2032,0,6400,6700 +GUY,2032,1,6500,6700 +GUY,2032,2,6500,6800 +GUY,2032,3,6500,6900 +GUY,2032,4,6600,6900 +GUY,2032,5,6600,7000 +GUY,2032,6,6700,7000 +GUY,2032,7,6700,7100 +GUY,2032,8,6800,7200 +GUY,2032,9,6800,7200 +GUY,2032,10,6900,7300 +GUY,2032,11,6900,7300 +GUY,2032,12,6900,7300 +GUY,2032,13,6900,7300 +GUY,2032,14,6900,7300 +GUY,2032,15,6900,7300 +GUY,2032,16,6800,7300 +GUY,2032,17,6800,7300 +GUY,2032,18,6700,7300 +GUY,2033,0,6400,6600 +GUY,2033,1,6400,6700 +GUY,2033,2,6400,6700 +GUY,2033,3,6500,6800 +GUY,2033,4,6500,6800 +GUY,2033,5,6600,6900 +GUY,2033,6,6600,7000 +GUY,2033,7,6700,7000 +GUY,2033,8,6700,7100 +GUY,2033,9,6800,7100 +GUY,2033,10,6800,7200 +GUY,2033,11,6900,7200 +GUY,2033,12,6900,7300 +GUY,2033,13,6900,7300 +GUY,2033,14,6900,7300 +GUY,2033,15,6900,7300 +GUY,2033,16,6800,7300 +GUY,2033,17,6800,7300 +GUY,2033,18,6700,7200 +GUY,2034,0,6300,6600 +GUY,2034,1,6300,6600 +GUY,2034,2,6300,6600 +GUY,2034,3,6400,6700 +GUY,2034,4,6500,6800 +GUY,2034,5,6500,6800 +GUY,2034,6,6600,6900 +GUY,2034,7,6600,6900 +GUY,2034,8,6700,7000 +GUY,2034,9,6700,7100 +GUY,2034,10,6800,7100 +GUY,2034,11,6800,7200 +GUY,2034,12,6800,7200 +GUY,2034,13,6900,7200 +GUY,2034,14,6800,7300 +GUY,2034,15,6800,7300 +GUY,2034,16,6800,7200 +GUY,2034,17,6800,7200 +GUY,2034,18,6700,7200 +GUY,2035,0,6200,6500 +GUY,2035,1,6200,6500 +GUY,2035,2,6300,6600 +GUY,2035,3,6300,6600 +GUY,2035,4,6400,6700 +GUY,2035,5,6400,6700 +GUY,2035,6,6500,6800 +GUY,2035,7,6500,6900 +GUY,2035,8,6600,6900 +GUY,2035,9,6700,7000 +GUY,2035,10,6700,7100 +GUY,2035,11,6800,7100 +GUY,2035,12,6800,7200 +GUY,2035,13,6800,7200 +GUY,2035,14,6800,7200 +GUY,2035,15,6800,7200 +GUY,2035,16,6800,7200 +GUY,2035,17,6700,7200 +GUY,2035,18,6700,7200 +GUY,2036,0,6200,6400 +GUY,2036,1,6200,6500 +GUY,2036,2,6200,6500 +GUY,2036,3,6300,6500 +GUY,2036,4,6300,6600 +GUY,2036,5,6400,6700 +GUY,2036,6,6400,6700 +GUY,2036,7,6500,6800 +GUY,2036,8,6500,6900 +GUY,2036,9,6600,6900 +GUY,2036,10,6600,7000 +GUY,2036,11,6700,7000 +GUY,2036,12,6700,7100 +GUY,2036,13,6800,7100 +GUY,2036,14,6800,7200 +GUY,2036,15,6800,7200 +GUY,2036,16,6700,7200 +GUY,2036,17,6700,7100 +GUY,2036,18,6600,7100 +GUY,2037,0,6100,6300 +GUY,2037,1,6100,6400 +GUY,2037,2,6200,6400 +GUY,2037,3,6200,6500 +GUY,2037,4,6300,6500 +GUY,2037,5,6300,6600 +GUY,2037,6,6400,6600 +GUY,2037,7,6400,6700 +GUY,2037,8,6500,6800 +GUY,2037,9,6500,6800 +GUY,2037,10,6600,6900 +GUY,2037,11,6600,7000 +GUY,2037,12,6700,7000 +GUY,2037,13,6700,7100 +GUY,2037,14,6700,7100 +GUY,2037,15,6700,7100 +GUY,2037,16,6700,7100 +GUY,2037,17,6600,7100 +GUY,2037,18,6600,7100 +GUY,2038,0,6000,6200 +GUY,2038,1,6000,6300 +GUY,2038,2,6100,6300 +GUY,2038,3,6100,6400 +GUY,2038,4,6200,6500 +GUY,2038,5,6200,6500 +GUY,2038,6,6300,6600 +GUY,2038,7,6400,6600 +GUY,2038,8,6400,6700 +GUY,2038,9,6500,6800 +GUY,2038,10,6500,6800 +GUY,2038,11,6600,6900 +GUY,2038,12,6600,6900 +GUY,2038,13,6600,7000 +GUY,2038,14,6600,7000 +GUY,2038,15,6700,7000 +GUY,2038,16,6600,7000 +GUY,2038,17,6600,7000 +GUY,2038,18,6600,7000 +GUY,2039,0,5900,6200 +GUY,2039,1,5900,6200 +GUY,2039,2,6000,6200 +GUY,2039,3,6000,6300 +GUY,2039,4,6100,6400 +GUY,2039,5,6200,6400 +GUY,2039,6,6200,6500 +GUY,2039,7,6300,6600 +GUY,2039,8,6300,6600 +GUY,2039,9,6400,6700 +GUY,2039,10,6500,6800 +GUY,2039,11,6500,6800 +GUY,2039,12,6500,6900 +GUY,2039,13,6600,6900 +GUY,2039,14,6600,7000 +GUY,2039,15,6600,7000 +GUY,2039,16,6600,7000 +GUY,2039,17,6600,7000 +GUY,2039,18,6500,7000 +GUY,2040,0,5800,6100 +GUY,2040,1,5900,6100 +GUY,2040,2,5900,6200 +GUY,2040,3,6000,6200 +GUY,2040,4,6000,6300 +GUY,2040,5,6100,6400 +GUY,2040,6,6100,6400 +GUY,2040,7,6200,6500 +GUY,2040,8,6300,6600 +GUY,2040,9,6300,6600 +GUY,2040,10,6400,6700 +GUY,2040,11,6500,6800 +GUY,2040,12,6500,6800 +GUY,2040,13,6500,6900 +GUY,2040,14,6500,6900 +GUY,2040,15,6600,6900 +GUY,2040,16,6600,6900 +GUY,2040,17,6500,7000 +GUY,2040,18,6500,6900 +GUY,2041,0,5800,6000 +GUY,2041,1,5800,6100 +GUY,2041,2,5800,6100 +GUY,2041,3,5900,6200 +GUY,2041,4,5900,6200 +GUY,2041,5,6000,6300 +GUY,2041,6,6100,6300 +GUY,2041,7,6100,6400 +GUY,2041,8,6200,6500 +GUY,2041,9,6300,6500 +GUY,2041,10,6300,6600 +GUY,2041,11,6400,6700 +GUY,2041,12,6400,6700 +GUY,2041,13,6400,6800 +GUY,2041,14,6500,6800 +GUY,2041,15,6500,6800 +GUY,2041,16,6500,6900 +GUY,2041,17,6500,6900 +GUY,2041,18,6400,6900 +GUY,2042,0,5700,6000 +GUY,2042,1,5700,6000 +GUY,2042,2,5800,6000 +GUY,2042,3,5800,6100 +GUY,2042,4,5900,6100 +GUY,2042,5,5900,6200 +GUY,2042,6,6000,6300 +GUY,2042,7,6100,6300 +GUY,2042,8,6100,6400 +GUY,2042,9,6200,6500 +GUY,2042,10,6200,6500 +GUY,2042,11,6300,6600 +GUY,2042,12,6300,6600 +GUY,2042,13,6400,6700 +GUY,2042,14,6400,6700 +GUY,2042,15,6400,6700 +GUY,2042,16,6400,6800 +GUY,2042,17,6400,6800 +GUY,2042,18,6400,6800 +GUY,2043,0,5700,5900 +GUY,2043,1,5700,5900 +GUY,2043,2,5700,6000 +GUY,2043,3,5800,6000 +GUY,2043,4,5800,6100 +GUY,2043,5,5900,6100 +GUY,2043,6,5900,6200 +GUY,2043,7,6000,6300 +GUY,2043,8,6100,6300 +GUY,2043,9,6100,6400 +GUY,2043,10,6200,6500 +GUY,2043,11,6200,6500 +GUY,2043,12,6300,6600 +GUY,2043,13,6300,6600 +GUY,2043,14,6300,6600 +GUY,2043,15,6300,6700 +GUY,2043,16,6300,6700 +GUY,2043,17,6300,6700 +GUY,2043,18,6300,6700 +GUY,2044,0,5600,5900 +GUY,2044,1,5600,5900 +GUY,2044,2,5600,5900 +GUY,2044,3,5700,5900 +GUY,2044,4,5700,6000 +GUY,2044,5,5800,6000 +GUY,2044,6,5800,6100 +GUY,2044,7,5900,6200 +GUY,2044,8,6000,6200 +GUY,2044,9,6000,6300 +GUY,2044,10,6100,6400 +GUY,2044,11,6200,6500 +GUY,2044,12,6200,6500 +GUY,2044,13,6200,6500 +GUY,2044,14,6300,6600 +GUY,2044,15,6300,6600 +GUY,2044,16,6300,6600 +GUY,2044,17,6300,6600 +GUY,2044,18,6200,6600 +GUY,2045,0,5600,5800 +GUY,2045,1,5600,5800 +GUY,2045,2,5600,5800 +GUY,2045,3,5600,5900 +GUY,2045,4,5600,5900 +GUY,2045,5,5700,6000 +GUY,2045,6,5800,6000 +GUY,2045,7,5800,6100 +GUY,2045,8,5900,6200 +GUY,2045,9,6000,6200 +GUY,2045,10,6000,6300 +GUY,2045,11,6100,6400 +GUY,2045,12,6200,6400 +GUY,2045,13,6200,6500 +GUY,2045,14,6200,6500 +GUY,2045,15,6200,6500 +GUY,2045,16,6200,6600 +GUY,2045,17,6200,6600 +GUY,2045,18,6200,6600 +GUY,2046,0,5500,5700 +GUY,2046,1,5500,5800 +GUY,2046,2,5500,5800 +GUY,2046,3,5600,5800 +GUY,2046,4,5600,5900 +GUY,2046,5,5600,5900 +GUY,2046,6,5700,6000 +GUY,2046,7,5800,6000 +GUY,2046,8,5800,6100 +GUY,2046,9,5900,6200 +GUY,2046,10,5900,6200 +GUY,2046,11,6000,6300 +GUY,2046,12,6100,6300 +GUY,2046,13,6100,6400 +GUY,2046,14,6100,6400 +GUY,2046,15,6100,6500 +GUY,2046,16,6100,6500 +GUY,2046,17,6100,6500 +GUY,2046,18,6100,6500 +GUY,2047,0,5400,5700 +GUY,2047,1,5400,5700 +GUY,2047,2,5500,5700 +GUY,2047,3,5500,5800 +GUY,2047,4,5500,5800 +GUY,2047,5,5600,5800 +GUY,2047,6,5600,5900 +GUY,2047,7,5700,6000 +GUY,2047,8,5800,6000 +GUY,2047,9,5800,6100 +GUY,2047,10,5900,6100 +GUY,2047,11,5900,6200 +GUY,2047,12,6000,6300 +GUY,2047,13,6000,6300 +GUY,2047,14,6100,6400 +GUY,2047,15,6100,6400 +GUY,2047,16,6100,6400 +GUY,2047,17,6100,6400 +GUY,2047,18,6000,6400 +GUY,2048,0,5400,5600 +GUY,2048,1,5400,5600 +GUY,2048,2,5400,5600 +GUY,2048,3,5500,5700 +GUY,2048,4,5500,5700 +GUY,2048,5,5500,5800 +GUY,2048,6,5600,5800 +GUY,2048,7,5600,5900 +GUY,2048,8,5700,6000 +GUY,2048,9,5700,6000 +GUY,2048,10,5800,6100 +GUY,2048,11,5900,6100 +GUY,2048,12,5900,6200 +GUY,2048,13,5900,6200 +GUY,2048,14,6000,6300 +GUY,2048,15,6000,6300 +GUY,2048,16,6000,6300 +GUY,2048,17,6000,6300 +GUY,2048,18,6000,6300 +GUY,2049,0,5300,5500 +GUY,2049,1,5300,5600 +GUY,2049,2,5300,5600 +GUY,2049,3,5400,5600 +GUY,2049,4,5400,5700 +GUY,2049,5,5500,5700 +GUY,2049,6,5500,5800 +GUY,2049,7,5600,5800 +GUY,2049,8,5600,5900 +GUY,2049,9,5700,5900 +GUY,2049,10,5700,6000 +GUY,2049,11,5800,6100 +GUY,2049,12,5800,6100 +GUY,2049,13,5900,6200 +GUY,2049,14,5900,6200 +GUY,2049,15,5900,6200 +GUY,2049,16,5900,6300 +GUY,2049,17,5900,6300 +GUY,2049,18,5900,6300 +GUY,2050,0,5200,5500 +GUY,2050,1,5300,5500 +GUY,2050,2,5300,5500 +GUY,2050,3,5300,5600 +GUY,2050,4,5400,5600 +GUY,2050,5,5400,5700 +GUY,2050,6,5500,5700 +GUY,2050,7,5500,5800 +GUY,2050,8,5600,5800 +GUY,2050,9,5600,5900 +GUY,2050,10,5700,5900 +GUY,2050,11,5700,6000 +GUY,2050,12,5800,6000 +GUY,2050,13,5800,6100 +GUY,2050,14,5800,6100 +GUY,2050,15,5900,6200 +GUY,2050,16,5900,6200 +GUY,2050,17,5900,6200 +GUY,2050,18,5900,6200 +HIC,1990,0,, +HIC,1990,1,, +HIC,1990,2,, +HIC,1990,3,, +HIC,1990,4,, +HIC,1990,5,, +HIC,1990,6,, +HIC,1990,7,, +HIC,1990,8,, +HIC,1990,9,, +HIC,1990,10,, +HIC,1990,11,, +HIC,1990,12,, +HIC,1990,13,, +HIC,1990,14,, +HIC,1990,15,, +HIC,1990,16,, +HIC,1990,17,, +HIC,1990,18,, +HIC,1991,0,, +HIC,1991,1,, +HIC,1991,2,, +HIC,1991,3,, +HIC,1991,4,, +HIC,1991,5,, +HIC,1991,6,, +HIC,1991,7,, +HIC,1991,8,, +HIC,1991,9,, +HIC,1991,10,, +HIC,1991,11,, +HIC,1991,12,, +HIC,1991,13,, +HIC,1991,14,, +HIC,1991,15,, +HIC,1991,16,, +HIC,1991,17,, +HIC,1991,18,, +HIC,1992,0,, +HIC,1992,1,, +HIC,1992,2,, +HIC,1992,3,, +HIC,1992,4,, +HIC,1992,5,, +HIC,1992,6,, +HIC,1992,7,, +HIC,1992,8,, +HIC,1992,9,, +HIC,1992,10,, +HIC,1992,11,, +HIC,1992,12,, +HIC,1992,13,, +HIC,1992,14,, +HIC,1992,15,, +HIC,1992,16,, +HIC,1992,17,, +HIC,1992,18,, +HIC,1993,0,, +HIC,1993,1,, +HIC,1993,2,, +HIC,1993,3,, +HIC,1993,4,, +HIC,1993,5,, +HIC,1993,6,, +HIC,1993,7,, +HIC,1993,8,, +HIC,1993,9,, +HIC,1993,10,, +HIC,1993,11,, +HIC,1993,12,, +HIC,1993,13,, +HIC,1993,14,, +HIC,1993,15,, +HIC,1993,16,, +HIC,1993,17,, +HIC,1993,18,, +HIC,1994,0,, +HIC,1994,1,, +HIC,1994,2,, +HIC,1994,3,, +HIC,1994,4,, +HIC,1994,5,, +HIC,1994,6,, +HIC,1994,7,, +HIC,1994,8,, +HIC,1994,9,, +HIC,1994,10,, +HIC,1994,11,, +HIC,1994,12,, +HIC,1994,13,, +HIC,1994,14,, +HIC,1994,15,, +HIC,1994,16,, +HIC,1994,17,, +HIC,1994,18,, +HIC,1995,0,, +HIC,1995,1,, +HIC,1995,2,, +HIC,1995,3,, +HIC,1995,4,, +HIC,1995,5,, +HIC,1995,6,, +HIC,1995,7,, +HIC,1995,8,, +HIC,1995,9,, +HIC,1995,10,, +HIC,1995,11,, +HIC,1995,12,, +HIC,1995,13,, +HIC,1995,14,, +HIC,1995,15,, +HIC,1995,16,, +HIC,1995,17,, +HIC,1995,18,, +HIC,1996,0,, +HIC,1996,1,, +HIC,1996,2,, +HIC,1996,3,, +HIC,1996,4,, +HIC,1996,5,, +HIC,1996,6,, +HIC,1996,7,, +HIC,1996,8,, +HIC,1996,9,, +HIC,1996,10,, +HIC,1996,11,, +HIC,1996,12,, +HIC,1996,13,, +HIC,1996,14,, +HIC,1996,15,, +HIC,1996,16,, +HIC,1996,17,, +HIC,1996,18,, +HIC,1997,0,, +HIC,1997,1,, +HIC,1997,2,, +HIC,1997,3,, +HIC,1997,4,, +HIC,1997,5,, +HIC,1997,6,, +HIC,1997,7,, +HIC,1997,8,, +HIC,1997,9,, +HIC,1997,10,, +HIC,1997,11,, +HIC,1997,12,, +HIC,1997,13,, +HIC,1997,14,, +HIC,1997,15,, +HIC,1997,16,, +HIC,1997,17,, +HIC,1997,18,, +HIC,1998,0,, +HIC,1998,1,, +HIC,1998,2,, +HIC,1998,3,, +HIC,1998,4,, +HIC,1998,5,, +HIC,1998,6,, +HIC,1998,7,, +HIC,1998,8,, +HIC,1998,9,, +HIC,1998,10,, +HIC,1998,11,, +HIC,1998,12,, +HIC,1998,13,, +HIC,1998,14,, +HIC,1998,15,, +HIC,1998,16,, +HIC,1998,17,, +HIC,1998,18,, +HIC,1999,0,, +HIC,1999,1,, +HIC,1999,2,, +HIC,1999,3,, +HIC,1999,4,, +HIC,1999,5,, +HIC,1999,6,, +HIC,1999,7,, +HIC,1999,8,, +HIC,1999,9,, +HIC,1999,10,, +HIC,1999,11,, +HIC,1999,12,, +HIC,1999,13,, +HIC,1999,14,, +HIC,1999,15,, +HIC,1999,16,, +HIC,1999,17,, +HIC,1999,18,, +HIC,2000,0,, +HIC,2000,1,, +HIC,2000,2,, +HIC,2000,3,, +HIC,2000,4,, +HIC,2000,5,, +HIC,2000,6,, +HIC,2000,7,, +HIC,2000,8,, +HIC,2000,9,, +HIC,2000,10,, +HIC,2000,11,, +HIC,2000,12,, +HIC,2000,13,, +HIC,2000,14,, +HIC,2000,15,, +HIC,2000,16,, +HIC,2000,17,, +HIC,2000,18,, +HIC,2001,0,, +HIC,2001,1,, +HIC,2001,2,, +HIC,2001,3,, +HIC,2001,4,, +HIC,2001,5,, +HIC,2001,6,, +HIC,2001,7,, +HIC,2001,8,, +HIC,2001,9,, +HIC,2001,10,, +HIC,2001,11,, +HIC,2001,12,, +HIC,2001,13,, +HIC,2001,14,, +HIC,2001,15,, +HIC,2001,16,, +HIC,2001,17,, +HIC,2001,18,, +HIC,2002,0,, +HIC,2002,1,, +HIC,2002,2,, +HIC,2002,3,, +HIC,2002,4,, +HIC,2002,5,, +HIC,2002,6,, +HIC,2002,7,, +HIC,2002,8,, +HIC,2002,9,, +HIC,2002,10,, +HIC,2002,11,, +HIC,2002,12,, +HIC,2002,13,, +HIC,2002,14,, +HIC,2002,15,, +HIC,2002,16,, +HIC,2002,17,, +HIC,2002,18,, +HIC,2003,0,, +HIC,2003,1,, +HIC,2003,2,, +HIC,2003,3,, +HIC,2003,4,, +HIC,2003,5,, +HIC,2003,6,, +HIC,2003,7,, +HIC,2003,8,, +HIC,2003,9,, +HIC,2003,10,, +HIC,2003,11,, +HIC,2003,12,, +HIC,2003,13,, +HIC,2003,14,, +HIC,2003,15,, +HIC,2003,16,, +HIC,2003,17,, +HIC,2003,18,, +HIC,2004,0,, +HIC,2004,1,, +HIC,2004,2,, +HIC,2004,3,, +HIC,2004,4,, +HIC,2004,5,, +HIC,2004,6,, +HIC,2004,7,, +HIC,2004,8,, +HIC,2004,9,, +HIC,2004,10,, +HIC,2004,11,, +HIC,2004,12,, +HIC,2004,13,, +HIC,2004,14,, +HIC,2004,15,, +HIC,2004,16,, +HIC,2004,17,, +HIC,2004,18,, +HIC,2005,0,, +HIC,2005,1,, +HIC,2005,2,, +HIC,2005,3,, +HIC,2005,4,, +HIC,2005,5,, +HIC,2005,6,, +HIC,2005,7,, +HIC,2005,8,, +HIC,2005,9,, +HIC,2005,10,, +HIC,2005,11,, +HIC,2005,12,, +HIC,2005,13,, +HIC,2005,14,, +HIC,2005,15,, +HIC,2005,16,, +HIC,2005,17,, +HIC,2005,18,, +HIC,2006,0,, +HIC,2006,1,, +HIC,2006,2,, +HIC,2006,3,, +HIC,2006,4,, +HIC,2006,5,, +HIC,2006,6,, +HIC,2006,7,, +HIC,2006,8,, +HIC,2006,9,, +HIC,2006,10,, +HIC,2006,11,, +HIC,2006,12,, +HIC,2006,13,, +HIC,2006,14,, +HIC,2006,15,, +HIC,2006,16,, +HIC,2006,17,, +HIC,2006,18,, +HIC,2007,0,, +HIC,2007,1,, +HIC,2007,2,, +HIC,2007,3,, +HIC,2007,4,, +HIC,2007,5,, +HIC,2007,6,, +HIC,2007,7,, +HIC,2007,8,, +HIC,2007,9,, +HIC,2007,10,, +HIC,2007,11,, +HIC,2007,12,, +HIC,2007,13,, +HIC,2007,14,, +HIC,2007,15,, +HIC,2007,16,, +HIC,2007,17,, +HIC,2007,18,, +HIC,2008,0,, +HIC,2008,1,, +HIC,2008,2,, +HIC,2008,3,, +HIC,2008,4,, +HIC,2008,5,, +HIC,2008,6,, +HIC,2008,7,, +HIC,2008,8,, +HIC,2008,9,, +HIC,2008,10,, +HIC,2008,11,, +HIC,2008,12,, +HIC,2008,13,, +HIC,2008,14,, +HIC,2008,15,, +HIC,2008,16,, +HIC,2008,17,, +HIC,2008,18,, +HIC,2009,0,, +HIC,2009,1,, +HIC,2009,2,, +HIC,2009,3,, +HIC,2009,4,, +HIC,2009,5,, +HIC,2009,6,, +HIC,2009,7,, +HIC,2009,8,, +HIC,2009,9,, +HIC,2009,10,, +HIC,2009,11,, +HIC,2009,12,, +HIC,2009,13,, +HIC,2009,14,, +HIC,2009,15,, +HIC,2009,16,, +HIC,2009,17,, +HIC,2009,18,, +HIC,2010,0,, +HIC,2010,1,, +HIC,2010,2,, +HIC,2010,3,, +HIC,2010,4,, +HIC,2010,5,, +HIC,2010,6,, +HIC,2010,7,, +HIC,2010,8,, +HIC,2010,9,, +HIC,2010,10,, +HIC,2010,11,, +HIC,2010,12,, +HIC,2010,13,, +HIC,2010,14,, +HIC,2010,15,, +HIC,2010,16,, +HIC,2010,17,, +HIC,2010,18,, +HIC,2011,0,, +HIC,2011,1,, +HIC,2011,2,, +HIC,2011,3,, +HIC,2011,4,, +HIC,2011,5,, +HIC,2011,6,, +HIC,2011,7,, +HIC,2011,8,, +HIC,2011,9,, +HIC,2011,10,, +HIC,2011,11,, +HIC,2011,12,, +HIC,2011,13,, +HIC,2011,14,, +HIC,2011,15,, +HIC,2011,16,, +HIC,2011,17,, +HIC,2011,18,, +HIC,2012,0,, +HIC,2012,1,, +HIC,2012,2,, +HIC,2012,3,, +HIC,2012,4,, +HIC,2012,5,, +HIC,2012,6,, +HIC,2012,7,, +HIC,2012,8,, +HIC,2012,9,, +HIC,2012,10,, +HIC,2012,11,, +HIC,2012,12,, +HIC,2012,13,, +HIC,2012,14,, +HIC,2012,15,, +HIC,2012,16,, +HIC,2012,17,, +HIC,2012,18,, +HIC,2013,0,, +HIC,2013,1,, +HIC,2013,2,, +HIC,2013,3,, +HIC,2013,4,, +HIC,2013,5,, +HIC,2013,6,, +HIC,2013,7,, +HIC,2013,8,, +HIC,2013,9,, +HIC,2013,10,, +HIC,2013,11,, +HIC,2013,12,, +HIC,2013,13,, +HIC,2013,14,, +HIC,2013,15,, +HIC,2013,16,, +HIC,2013,17,, +HIC,2013,18,, +HIC,2014,0,, +HIC,2014,1,, +HIC,2014,2,, +HIC,2014,3,, +HIC,2014,4,, +HIC,2014,5,, +HIC,2014,6,, +HIC,2014,7,, +HIC,2014,8,, +HIC,2014,9,, +HIC,2014,10,, +HIC,2014,11,, +HIC,2014,12,, +HIC,2014,13,, +HIC,2014,14,, +HIC,2014,15,, +HIC,2014,16,, +HIC,2014,17,, +HIC,2014,18,, +HIC,2015,0,, +HIC,2015,1,, +HIC,2015,2,, +HIC,2015,3,, +HIC,2015,4,, +HIC,2015,5,, +HIC,2015,6,, +HIC,2015,7,, +HIC,2015,8,, +HIC,2015,9,, +HIC,2015,10,, +HIC,2015,11,, +HIC,2015,12,, +HIC,2015,13,, +HIC,2015,14,, +HIC,2015,15,, +HIC,2015,16,, +HIC,2015,17,, +HIC,2015,18,, +HIC,2016,0,, +HIC,2016,1,, +HIC,2016,2,, +HIC,2016,3,, +HIC,2016,4,, +HIC,2016,5,, +HIC,2016,6,, +HIC,2016,7,, +HIC,2016,8,, +HIC,2016,9,, +HIC,2016,10,, +HIC,2016,11,, +HIC,2016,12,, +HIC,2016,13,, +HIC,2016,14,, +HIC,2016,15,, +HIC,2016,16,, +HIC,2016,17,, +HIC,2016,18,, +HIC,2017,0,, +HIC,2017,1,, +HIC,2017,2,, +HIC,2017,3,, +HIC,2017,4,, +HIC,2017,5,, +HIC,2017,6,, +HIC,2017,7,, +HIC,2017,8,, +HIC,2017,9,, +HIC,2017,10,, +HIC,2017,11,, +HIC,2017,12,, +HIC,2017,13,, +HIC,2017,14,, +HIC,2017,15,, +HIC,2017,16,, +HIC,2017,17,, +HIC,2017,18,, +HIC,2018,0,, +HIC,2018,1,, +HIC,2018,2,, +HIC,2018,3,, +HIC,2018,4,, +HIC,2018,5,, +HIC,2018,6,, +HIC,2018,7,, +HIC,2018,8,, +HIC,2018,9,, +HIC,2018,10,, +HIC,2018,11,, +HIC,2018,12,, +HIC,2018,13,, +HIC,2018,14,, +HIC,2018,15,, +HIC,2018,16,, +HIC,2018,17,, +HIC,2018,18,, +HIC,2019,0,, +HIC,2019,1,, +HIC,2019,2,, +HIC,2019,3,, +HIC,2019,4,, +HIC,2019,5,, +HIC,2019,6,, +HIC,2019,7,, +HIC,2019,8,, +HIC,2019,9,, +HIC,2019,10,, +HIC,2019,11,, +HIC,2019,12,, +HIC,2019,13,, +HIC,2019,14,, +HIC,2019,15,, +HIC,2019,16,, +HIC,2019,17,, +HIC,2019,18,, +HIC,2020,0,, +HIC,2020,1,, +HIC,2020,2,, +HIC,2020,3,, +HIC,2020,4,, +HIC,2020,5,, +HIC,2020,6,, +HIC,2020,7,, +HIC,2020,8,, +HIC,2020,9,, +HIC,2020,10,, +HIC,2020,11,, +HIC,2020,12,, +HIC,2020,13,, +HIC,2020,14,, +HIC,2020,15,, +HIC,2020,16,, +HIC,2020,17,, +HIC,2020,18,, +HIC,2021,0,, +HIC,2021,1,, +HIC,2021,2,, +HIC,2021,3,, +HIC,2021,4,, +HIC,2021,5,, +HIC,2021,6,, +HIC,2021,7,, +HIC,2021,8,, +HIC,2021,9,, +HIC,2021,10,, +HIC,2021,11,, +HIC,2021,12,, +HIC,2021,13,, +HIC,2021,14,, +HIC,2021,15,, +HIC,2021,16,, +HIC,2021,17,, +HIC,2021,18,, +HIC,2022,0,, +HIC,2022,1,, +HIC,2022,2,, +HIC,2022,3,, +HIC,2022,4,, +HIC,2022,5,, +HIC,2022,6,, +HIC,2022,7,, +HIC,2022,8,, +HIC,2022,9,, +HIC,2022,10,, +HIC,2022,11,, +HIC,2022,12,, +HIC,2022,13,, +HIC,2022,14,, +HIC,2022,15,, +HIC,2022,16,, +HIC,2022,17,, +HIC,2022,18,, +HIC,2023,0,, +HIC,2023,1,, +HIC,2023,2,, +HIC,2023,3,, +HIC,2023,4,, +HIC,2023,5,, +HIC,2023,6,, +HIC,2023,7,, +HIC,2023,8,, +HIC,2023,9,, +HIC,2023,10,, +HIC,2023,11,, +HIC,2023,12,, +HIC,2023,13,, +HIC,2023,14,, +HIC,2023,15,, +HIC,2023,16,, +HIC,2023,17,, +HIC,2023,18,, +HIC,2024,0,, +HIC,2024,1,, +HIC,2024,2,, +HIC,2024,3,, +HIC,2024,4,, +HIC,2024,5,, +HIC,2024,6,, +HIC,2024,7,, +HIC,2024,8,, +HIC,2024,9,, +HIC,2024,10,, +HIC,2024,11,, +HIC,2024,12,, +HIC,2024,13,, +HIC,2024,14,, +HIC,2024,15,, +HIC,2024,16,, +HIC,2024,17,, +HIC,2024,18,, +HIC,2025,0,, +HIC,2025,1,, +HIC,2025,2,, +HIC,2025,3,, +HIC,2025,4,, +HIC,2025,5,, +HIC,2025,6,, +HIC,2025,7,, +HIC,2025,8,, +HIC,2025,9,, +HIC,2025,10,, +HIC,2025,11,, +HIC,2025,12,, +HIC,2025,13,, +HIC,2025,14,, +HIC,2025,15,, +HIC,2025,16,, +HIC,2025,17,, +HIC,2025,18,, +HIC,2026,0,, +HIC,2026,1,, +HIC,2026,2,, +HIC,2026,3,, +HIC,2026,4,, +HIC,2026,5,, +HIC,2026,6,, +HIC,2026,7,, +HIC,2026,8,, +HIC,2026,9,, +HIC,2026,10,, +HIC,2026,11,, +HIC,2026,12,, +HIC,2026,13,, +HIC,2026,14,, +HIC,2026,15,, +HIC,2026,16,, +HIC,2026,17,, +HIC,2026,18,, +HIC,2027,0,, +HIC,2027,1,, +HIC,2027,2,, +HIC,2027,3,, +HIC,2027,4,, +HIC,2027,5,, +HIC,2027,6,, +HIC,2027,7,, +HIC,2027,8,, +HIC,2027,9,, +HIC,2027,10,, +HIC,2027,11,, +HIC,2027,12,, +HIC,2027,13,, +HIC,2027,14,, +HIC,2027,15,, +HIC,2027,16,, +HIC,2027,17,, +HIC,2027,18,, +HIC,2028,0,, +HIC,2028,1,, +HIC,2028,2,, +HIC,2028,3,, +HIC,2028,4,, +HIC,2028,5,, +HIC,2028,6,, +HIC,2028,7,, +HIC,2028,8,, +HIC,2028,9,, +HIC,2028,10,, +HIC,2028,11,, +HIC,2028,12,, +HIC,2028,13,, +HIC,2028,14,, +HIC,2028,15,, +HIC,2028,16,, +HIC,2028,17,, +HIC,2028,18,, +HIC,2029,0,, +HIC,2029,1,, +HIC,2029,2,, +HIC,2029,3,, +HIC,2029,4,, +HIC,2029,5,, +HIC,2029,6,, +HIC,2029,7,, +HIC,2029,8,, +HIC,2029,9,, +HIC,2029,10,, +HIC,2029,11,, +HIC,2029,12,, +HIC,2029,13,, +HIC,2029,14,, +HIC,2029,15,, +HIC,2029,16,, +HIC,2029,17,, +HIC,2029,18,, +HIC,2030,0,, +HIC,2030,1,, +HIC,2030,2,, +HIC,2030,3,, +HIC,2030,4,, +HIC,2030,5,, +HIC,2030,6,, +HIC,2030,7,, +HIC,2030,8,, +HIC,2030,9,, +HIC,2030,10,, +HIC,2030,11,, +HIC,2030,12,, +HIC,2030,13,, +HIC,2030,14,, +HIC,2030,15,, +HIC,2030,16,, +HIC,2030,17,, +HIC,2030,18,, +HIC,2031,0,, +HIC,2031,1,, +HIC,2031,2,, +HIC,2031,3,, +HIC,2031,4,, +HIC,2031,5,, +HIC,2031,6,, +HIC,2031,7,, +HIC,2031,8,, +HIC,2031,9,, +HIC,2031,10,, +HIC,2031,11,, +HIC,2031,12,, +HIC,2031,13,, +HIC,2031,14,, +HIC,2031,15,, +HIC,2031,16,, +HIC,2031,17,, +HIC,2031,18,, +HIC,2032,0,, +HIC,2032,1,, +HIC,2032,2,, +HIC,2032,3,, +HIC,2032,4,, +HIC,2032,5,, +HIC,2032,6,, +HIC,2032,7,, +HIC,2032,8,, +HIC,2032,9,, +HIC,2032,10,, +HIC,2032,11,, +HIC,2032,12,, +HIC,2032,13,, +HIC,2032,14,, +HIC,2032,15,, +HIC,2032,16,, +HIC,2032,17,, +HIC,2032,18,, +HIC,2033,0,, +HIC,2033,1,, +HIC,2033,2,, +HIC,2033,3,, +HIC,2033,4,, +HIC,2033,5,, +HIC,2033,6,, +HIC,2033,7,, +HIC,2033,8,, +HIC,2033,9,, +HIC,2033,10,, +HIC,2033,11,, +HIC,2033,12,, +HIC,2033,13,, +HIC,2033,14,, +HIC,2033,15,, +HIC,2033,16,, +HIC,2033,17,, +HIC,2033,18,, +HIC,2034,0,, +HIC,2034,1,, +HIC,2034,2,, +HIC,2034,3,, +HIC,2034,4,, +HIC,2034,5,, +HIC,2034,6,, +HIC,2034,7,, +HIC,2034,8,, +HIC,2034,9,, +HIC,2034,10,, +HIC,2034,11,, +HIC,2034,12,, +HIC,2034,13,, +HIC,2034,14,, +HIC,2034,15,, +HIC,2034,16,, +HIC,2034,17,, +HIC,2034,18,, +HIC,2035,0,, +HIC,2035,1,, +HIC,2035,2,, +HIC,2035,3,, +HIC,2035,4,, +HIC,2035,5,, +HIC,2035,6,, +HIC,2035,7,, +HIC,2035,8,, +HIC,2035,9,, +HIC,2035,10,, +HIC,2035,11,, +HIC,2035,12,, +HIC,2035,13,, +HIC,2035,14,, +HIC,2035,15,, +HIC,2035,16,, +HIC,2035,17,, +HIC,2035,18,, +HIC,2036,0,, +HIC,2036,1,, +HIC,2036,2,, +HIC,2036,3,, +HIC,2036,4,, +HIC,2036,5,, +HIC,2036,6,, +HIC,2036,7,, +HIC,2036,8,, +HIC,2036,9,, +HIC,2036,10,, +HIC,2036,11,, +HIC,2036,12,, +HIC,2036,13,, +HIC,2036,14,, +HIC,2036,15,, +HIC,2036,16,, +HIC,2036,17,, +HIC,2036,18,, +HIC,2037,0,, +HIC,2037,1,, +HIC,2037,2,, +HIC,2037,3,, +HIC,2037,4,, +HIC,2037,5,, +HIC,2037,6,, +HIC,2037,7,, +HIC,2037,8,, +HIC,2037,9,, +HIC,2037,10,, +HIC,2037,11,, +HIC,2037,12,, +HIC,2037,13,, +HIC,2037,14,, +HIC,2037,15,, +HIC,2037,16,, +HIC,2037,17,, +HIC,2037,18,, +HIC,2038,0,, +HIC,2038,1,, +HIC,2038,2,, +HIC,2038,3,, +HIC,2038,4,, +HIC,2038,5,, +HIC,2038,6,, +HIC,2038,7,, +HIC,2038,8,, +HIC,2038,9,, +HIC,2038,10,, +HIC,2038,11,, +HIC,2038,12,, +HIC,2038,13,, +HIC,2038,14,, +HIC,2038,15,, +HIC,2038,16,, +HIC,2038,17,, +HIC,2038,18,, +HIC,2039,0,, +HIC,2039,1,, +HIC,2039,2,, +HIC,2039,3,, +HIC,2039,4,, +HIC,2039,5,, +HIC,2039,6,, +HIC,2039,7,, +HIC,2039,8,, +HIC,2039,9,, +HIC,2039,10,, +HIC,2039,11,, +HIC,2039,12,, +HIC,2039,13,, +HIC,2039,14,, +HIC,2039,15,, +HIC,2039,16,, +HIC,2039,17,, +HIC,2039,18,, +HIC,2040,0,, +HIC,2040,1,, +HIC,2040,2,, +HIC,2040,3,, +HIC,2040,4,, +HIC,2040,5,, +HIC,2040,6,, +HIC,2040,7,, +HIC,2040,8,, +HIC,2040,9,, +HIC,2040,10,, +HIC,2040,11,, +HIC,2040,12,, +HIC,2040,13,, +HIC,2040,14,, +HIC,2040,15,, +HIC,2040,16,, +HIC,2040,17,, +HIC,2040,18,, +HIC,2041,0,, +HIC,2041,1,, +HIC,2041,2,, +HIC,2041,3,, +HIC,2041,4,, +HIC,2041,5,, +HIC,2041,6,, +HIC,2041,7,, +HIC,2041,8,, +HIC,2041,9,, +HIC,2041,10,, +HIC,2041,11,, +HIC,2041,12,, +HIC,2041,13,, +HIC,2041,14,, +HIC,2041,15,, +HIC,2041,16,, +HIC,2041,17,, +HIC,2041,18,, +HIC,2042,0,, +HIC,2042,1,, +HIC,2042,2,, +HIC,2042,3,, +HIC,2042,4,, +HIC,2042,5,, +HIC,2042,6,, +HIC,2042,7,, +HIC,2042,8,, +HIC,2042,9,, +HIC,2042,10,, +HIC,2042,11,, +HIC,2042,12,, +HIC,2042,13,, +HIC,2042,14,, +HIC,2042,15,, +HIC,2042,16,, +HIC,2042,17,, +HIC,2042,18,, +HIC,2043,0,, +HIC,2043,1,, +HIC,2043,2,, +HIC,2043,3,, +HIC,2043,4,, +HIC,2043,5,, +HIC,2043,6,, +HIC,2043,7,, +HIC,2043,8,, +HIC,2043,9,, +HIC,2043,10,, +HIC,2043,11,, +HIC,2043,12,, +HIC,2043,13,, +HIC,2043,14,, +HIC,2043,15,, +HIC,2043,16,, +HIC,2043,17,, +HIC,2043,18,, +HIC,2044,0,, +HIC,2044,1,, +HIC,2044,2,, +HIC,2044,3,, +HIC,2044,4,, +HIC,2044,5,, +HIC,2044,6,, +HIC,2044,7,, +HIC,2044,8,, +HIC,2044,9,, +HIC,2044,10,, +HIC,2044,11,, +HIC,2044,12,, +HIC,2044,13,, +HIC,2044,14,, +HIC,2044,15,, +HIC,2044,16,, +HIC,2044,17,, +HIC,2044,18,, +HIC,2045,0,, +HIC,2045,1,, +HIC,2045,2,, +HIC,2045,3,, +HIC,2045,4,, +HIC,2045,5,, +HIC,2045,6,, +HIC,2045,7,, +HIC,2045,8,, +HIC,2045,9,, +HIC,2045,10,, +HIC,2045,11,, +HIC,2045,12,, +HIC,2045,13,, +HIC,2045,14,, +HIC,2045,15,, +HIC,2045,16,, +HIC,2045,17,, +HIC,2045,18,, +HIC,2046,0,, +HIC,2046,1,, +HIC,2046,2,, +HIC,2046,3,, +HIC,2046,4,, +HIC,2046,5,, +HIC,2046,6,, +HIC,2046,7,, +HIC,2046,8,, +HIC,2046,9,, +HIC,2046,10,, +HIC,2046,11,, +HIC,2046,12,, +HIC,2046,13,, +HIC,2046,14,, +HIC,2046,15,, +HIC,2046,16,, +HIC,2046,17,, +HIC,2046,18,, +HIC,2047,0,, +HIC,2047,1,, +HIC,2047,2,, +HIC,2047,3,, +HIC,2047,4,, +HIC,2047,5,, +HIC,2047,6,, +HIC,2047,7,, +HIC,2047,8,, +HIC,2047,9,, +HIC,2047,10,, +HIC,2047,11,, +HIC,2047,12,, +HIC,2047,13,, +HIC,2047,14,, +HIC,2047,15,, +HIC,2047,16,, +HIC,2047,17,, +HIC,2047,18,, +HIC,2048,0,, +HIC,2048,1,, +HIC,2048,2,, +HIC,2048,3,, +HIC,2048,4,, +HIC,2048,5,, +HIC,2048,6,, +HIC,2048,7,, +HIC,2048,8,, +HIC,2048,9,, +HIC,2048,10,, +HIC,2048,11,, +HIC,2048,12,, +HIC,2048,13,, +HIC,2048,14,, +HIC,2048,15,, +HIC,2048,16,, +HIC,2048,17,, +HIC,2048,18,, +HIC,2049,0,, +HIC,2049,1,, +HIC,2049,2,, +HIC,2049,3,, +HIC,2049,4,, +HIC,2049,5,, +HIC,2049,6,, +HIC,2049,7,, +HIC,2049,8,, +HIC,2049,9,, +HIC,2049,10,, +HIC,2049,11,, +HIC,2049,12,, +HIC,2049,13,, +HIC,2049,14,, +HIC,2049,15,, +HIC,2049,16,, +HIC,2049,17,, +HIC,2049,18,, +HIC,2050,0,, +HIC,2050,1,, +HIC,2050,2,, +HIC,2050,3,, +HIC,2050,4,, +HIC,2050,5,, +HIC,2050,6,, +HIC,2050,7,, +HIC,2050,8,, +HIC,2050,9,, +HIC,2050,10,, +HIC,2050,11,, +HIC,2050,12,, +HIC,2050,13,, +HIC,2050,14,, +HIC,2050,15,, +HIC,2050,16,, +HIC,2050,17,, +HIC,2050,18,, +HKG,1990,0,33176,35306 +HKG,1990,1,34557,36965 +HKG,1990,2,35703,38341 +HKG,1990,3,36639,39464 +HKG,1990,4,37390,40365 +HKG,1990,5,37984,41073 +HKG,1990,6,38447,41618 +HKG,1990,7,38804,42029 +HKG,1990,8,39081,42337 +HKG,1990,9,39306,42572 +HKG,1990,10,39505,42734 +HKG,1990,11,39709,42824 +HKG,1990,12,39931,43017 +HKG,1990,13,40192,43402 +HKG,1990,14,40525,43921 +HKG,1990,15,40951,44480 +HKG,1990,16,41473,45160 +HKG,1990,17,42225,45735 +HKG,1990,18,43278,46104 +HKG,1991,0,32816,35073 +HKG,1991,1,33284,35579 +HKG,1991,2,34636,37135 +HKG,1991,3,35812,38479 +HKG,1991,4,36819,39625 +HKG,1991,5,37666,40585 +HKG,1991,6,38401,41400 +HKG,1991,7,39070,42110 +HKG,1991,8,39490,42588 +HKG,1991,9,39591,42789 +HKG,1991,10,39498,42812 +HKG,1991,11,39424,42795 +HKG,1991,12,39349,42710 +HKG,1991,13,39424,42777 +HKG,1991,14,39753,43120 +HKG,1991,15,40297,43655 +HKG,1991,16,40910,44224 +HKG,1991,17,41611,44916 +HKG,1991,18,42579,45524 +HKG,1992,0,32551,35107 +HKG,1992,1,33170,35894 +HKG,1992,2,33345,35799 +HKG,1992,3,34667,37250 +HKG,1992,4,35870,38560 +HKG,1992,5,36947,39727 +HKG,1992,6,37888,40744 +HKG,1992,7,38762,41664 +HKG,1992,8,39638,42539 +HKG,1992,9,40119,43082 +HKG,1992,10,40044,43177 +HKG,1992,11,39634,42987 +HKG,1992,12,39287,42792 +HKG,1992,13,38935,42532 +HKG,1992,14,38864,42473 +HKG,1992,15,39259,42774 +HKG,1992,16,40013,43325 +HKG,1992,17,40811,43902 +HKG,1992,18,41689,44606 +HKG,1993,0,32236,35165 +HKG,1993,1,32374,35348 +HKG,1993,2,32745,35735 +HKG,1993,3,33417,36017 +HKG,1993,4,34709,37363 +HKG,1993,5,35940,38640 +HKG,1993,6,37087,39826 +HKG,1993,7,38122,40901 +HKG,1993,8,39135,41927 +HKG,1993,9,40217,42965 +HKG,1993,10,40760,43573 +HKG,1993,11,40509,43561 +HKG,1993,12,39784,43160 +HKG,1993,13,39165,42787 +HKG,1993,14,38536,42353 +HKG,1993,15,38318,42168 +HKG,1993,16,38781,42427 +HKG,1993,17,39744,42994 +HKG,1993,18,40727,43580 +HKG,1994,0,31650,34887 +HKG,1994,1,31540,34719 +HKG,1994,2,31784,34891 +HKG,1994,3,32325,35352 +HKG,1994,4,33565,36292 +HKG,1994,5,34829,37534 +HKG,1994,6,36092,38780 +HKG,1994,7,37311,39989 +HKG,1994,8,38442,41123 +HKG,1994,9,39597,42255 +HKG,1994,10,40886,43458 +HKG,1994,11,41493,44132 +HKG,1994,12,41065,44014 +HKG,1994,13,40023,43401 +HKG,1994,14,39131,42849 +HKG,1994,15,38224,42241 +HKG,1994,16,37860,41930 +HKG,1994,17,38390,42148 +HKG,1994,18,39565,42731 +HKG,1995,0,30628,34012 +HKG,1995,1,30659,33940 +HKG,1995,2,31054,34223 +HKG,1995,3,31752,34806 +HKG,1995,4,32692,35632 +HKG,1995,5,33812,36644 +HKG,1995,6,35052,37787 +HKG,1995,7,36350,39003 +HKG,1995,8,37645,40237 +HKG,1995,9,38876,41433 +HKG,1995,10,40176,42674 +HKG,1995,11,41678,44045 +HKG,1995,12,42350,44787 +HKG,1995,13,41744,44562 +HKG,1995,14,40381,43736 +HKG,1995,15,39211,43004 +HKG,1995,16,38023,42218 +HKG,1995,17,37511,41781 +HKG,1995,18,38111,41957 +HKG,1996,0,28844,32277 +HKG,1996,1,31579,34984 +HKG,1996,2,31933,35254 +HKG,1996,3,32504,35727 +HKG,1996,4,33254,36372 +HKG,1996,5,34145,37155 +HKG,1996,6,35135,38029 +HKG,1996,7,36185,38945 +HKG,1996,8,37267,39945 +HKG,1996,9,38351,41028 +HKG,1996,10,39389,42114 +HKG,1996,11,40472,43209 +HKG,1996,12,41709,44406 +HKG,1996,13,42334,45036 +HKG,1996,14,42016,44796 +HKG,1996,15,41149,44019 +HKG,1996,16,40443,43331 +HKG,1996,17,39733,42591 +HKG,1996,18,39592,42213 +HKG,1997,0,26682,30016 +HKG,1997,1,28322,31661 +HKG,1997,2,32639,36049 +HKG,1997,3,33317,36662 +HKG,1997,4,34066,37328 +HKG,1997,5,34871,38037 +HKG,1997,6,35716,38779 +HKG,1997,7,36579,39516 +HKG,1997,8,37442,40207 +HKG,1997,9,38313,40994 +HKG,1997,10,39189,41927 +HKG,1997,11,40037,42907 +HKG,1997,12,40908,43858 +HKG,1997,13,41884,44884 +HKG,1997,14,42463,45403 +HKG,1997,15,42432,45147 +HKG,1997,16,42060,44419 +HKG,1997,17,41814,43773 +HKG,1997,18,41580,43075 +HKG,1998,0,24308,27428 +HKG,1998,1,27096,30333 +HKG,1998,2,29596,32897 +HKG,1998,3,33730,37126 +HKG,1998,4,34734,38083 +HKG,1998,5,35663,38942 +HKG,1998,6,36523,39715 +HKG,1998,7,37322,40417 +HKG,1998,8,38059,41017 +HKG,1998,9,38735,41482 +HKG,1998,10,39394,42054 +HKG,1998,11,40062,42838 +HKG,1998,12,40720,43711 +HKG,1998,13,41378,44517 +HKG,1998,14,42093,45372 +HKG,1998,15,42627,45780 +HKG,1998,16,42884,45507 +HKG,1998,17,43007,44828 +HKG,1998,18,43225,44224 +HKG,1999,0,22008,24855 +HKG,1999,1,25760,28822 +HKG,1999,2,28990,32201 +HKG,1999,3,31740,35039 +HKG,1999,4,34754,38108 +HKG,1999,5,36083,39409 +HKG,1999,6,37189,40458 +HKG,1999,7,38103,41294 +HKG,1999,8,38855,41954 +HKG,1999,9,39464,42414 +HKG,1999,10,39950,42652 +HKG,1999,11,40396,43008 +HKG,1999,12,40853,43639 +HKG,1999,13,41320,44403 +HKG,1999,14,41763,45062 +HKG,1999,15,42215,45742 +HKG,1999,16,42703,46038 +HKG,1999,17,43247,45750 +HKG,1999,18,43868,45121 +HKG,2000,0,20037,22603 +HKG,2000,1,24320,27159 +HKG,2000,2,27971,31009 +HKG,2000,3,31041,34216 +HKG,2000,4,33585,36838 +HKG,2000,5,35654,38937 +HKG,2000,6,37302,40574 +HKG,2000,7,38582,41810 +HKG,2000,8,39547,42705 +HKG,2000,9,40249,43319 +HKG,2000,10,40728,43639 +HKG,2000,11,41024,43650 +HKG,2000,12,41256,43789 +HKG,2000,13,41501,44266 +HKG,2000,14,41775,44918 +HKG,2000,15,42002,45428 +HKG,2000,16,42189,45932 +HKG,2000,17,42629,46116 +HKG,2000,18,43459,45813 +HKG,2001,0,18664,20994 +HKG,2001,1,21590,24136 +HKG,2001,2,25486,28271 +HKG,2001,3,28869,31832 +HKG,2001,4,31772,34858 +HKG,2001,5,34227,37389 +HKG,2001,6,36295,39484 +HKG,2001,7,38034,41205 +HKG,2001,8,39351,42482 +HKG,2001,9,40229,43313 +HKG,2001,10,40779,43800 +HKG,2001,11,41158,44040 +HKG,2001,12,41373,44004 +HKG,2001,13,41590,44079 +HKG,2001,14,41921,44465 +HKG,2001,15,42344,45013 +HKG,2001,16,42717,45428 +HKG,2001,17,43055,45831 +HKG,2001,18,43635,45971 +HKG,2002,0,17622,19685 +HKG,2002,1,21651,24018 +HKG,2002,2,23072,25582 +HKG,2002,3,26567,29276 +HKG,2002,4,29668,32532 +HKG,2002,5,32391,35366 +HKG,2002,6,34750,37794 +HKG,2002,7,36809,39877 +HKG,2002,8,38632,41674 +HKG,2002,9,39981,42988 +HKG,2002,10,40771,43751 +HKG,2002,11,41165,44108 +HKG,2002,12,41442,44268 +HKG,2002,13,41575,44185 +HKG,2002,14,41776,44195 +HKG,2002,15,42191,44488 +HKG,2002,16,42764,44929 +HKG,2002,17,43282,45246 +HKG,2002,18,43770,45547 +HKG,2003,0,16990,18844 +HKG,2003,1,20368,22487 +HKG,2003,2,23494,25835 +HKG,2003,3,24502,26961 +HKG,2003,4,27586,30207 +HKG,2003,5,30400,33150 +HKG,2003,6,32938,35783 +HKG,2003,7,35194,38103 +HKG,2003,8,37239,40168 +HKG,2003,9,39142,42038 +HKG,2003,10,40521,43386 +HKG,2003,11,41220,44079 +HKG,2003,12,41459,44304 +HKG,2003,13,41632,44383 +HKG,2003,14,41683,44253 +HKG,2003,15,41869,44200 +HKG,2003,16,42367,44398 +HKG,2003,17,43088,44732 +HKG,2003,18,43749,44950 +HKG,2004,0,16824,18636 +HKG,2004,1,19398,21389 +HKG,2004,2,21954,24107 +HKG,2004,3,24470,26769 +HKG,2004,4,25914,28318 +HKG,2004,5,28589,31115 +HKG,2004,6,31114,33744 +HKG,2004,7,33466,36177 +HKG,2004,8,35619,38387 +HKG,2004,9,37649,40433 +HKG,2004,10,39632,42374 +HKG,2004,11,41040,43754 +HKG,2004,12,41647,44377 +HKG,2004,13,41731,44472 +HKG,2004,14,41802,44470 +HKG,2004,15,41770,44294 +HKG,2004,16,41940,44176 +HKG,2004,17,42521,44280 +HKG,2004,18,43389,44507 +HKG,2005,0,17135,19138 +HKG,2005,1,18876,20924 +HKG,2005,2,20811,22920 +HKG,2005,3,22896,25078 +HKG,2005,4,25085,27350 +HKG,2005,5,27336,29686 +HKG,2005,6,29603,32037 +HKG,2005,7,31843,34354 +HKG,2005,8,34011,36588 +HKG,2005,9,36062,38691 +HKG,2005,10,38079,40720 +HKG,2005,11,40142,42732 +HKG,2005,12,41579,44145 +HKG,2005,13,42096,44699 +HKG,2005,14,42025,44663 +HKG,2005,15,41994,44582 +HKG,2005,16,41880,44359 +HKG,2005,17,42034,44177 +HKG,2005,18,42698,44187 +HKG,2006,0,18047,20529 +HKG,2006,1,17964,20060 +HKG,2006,2,19568,21672 +HKG,2006,3,21395,23537 +HKG,2006,4,23397,25599 +HKG,2006,5,25524,27802 +HKG,2006,6,27737,30098 +HKG,2006,7,29996,32434 +HKG,2006,8,32212,34731 +HKG,2006,9,34320,36922 +HKG,2006,10,36296,38969 +HKG,2006,11,38272,40959 +HKG,2006,12,40329,42950 +HKG,2006,13,41764,44323 +HKG,2006,14,42274,44803 +HKG,2006,15,42212,44677 +HKG,2006,16,42196,44511 +HKG,2006,17,42053,44195 +HKG,2006,18,42394,43984 +HKG,2007,0,19484,22678 +HKG,2007,1,19413,22192 +HKG,2007,2,18792,20976 +HKG,2007,3,20259,22415 +HKG,2007,4,21977,24148 +HKG,2007,5,23895,26113 +HKG,2007,6,25961,28248 +HKG,2007,7,28136,30502 +HKG,2007,8,30386,32824 +HKG,2007,9,32578,35100 +HKG,2007,10,34626,37247 +HKG,2007,11,36527,39236 +HKG,2007,12,38461,41187 +HKG,2007,13,40512,43158 +HKG,2007,14,41945,44490 +HKG,2007,15,42448,44895 +HKG,2007,16,42396,44679 +HKG,2007,17,42393,44430 +HKG,2007,18,42222,44020 +HKG,2008,0,21121,25092 +HKG,2008,1,20210,23525 +HKG,2008,2,19977,22800 +HKG,2008,3,19619,21893 +HKG,2008,4,20948,23160 +HKG,2008,5,22558,24761 +HKG,2008,6,24393,26629 +HKG,2008,7,26395,28695 +HKG,2008,8,28533,30908 +HKG,2008,9,30774,33215 +HKG,2008,10,32941,35471 +HKG,2008,11,34929,37575 +HKG,2008,12,36754,39507 +HKG,2008,13,38647,41419 +HKG,2008,14,40693,43369 +HKG,2008,15,42123,44661 +HKG,2008,16,42619,44991 +HKG,2008,17,42577,44685 +HKG,2008,18,42588,44352 +HKG,2009,0,22506,27089 +HKG,2009,1,21041,24833 +HKG,2009,2,20298,23481 +HKG,2009,3,20199,22935 +HKG,2009,4,20441,22817 +HKG,2009,5,21632,23911 +HKG,2009,6,23134,25381 +HKG,2009,7,24884,27152 +HKG,2009,8,26824,29150 +HKG,2009,9,28923,31323 +HKG,2009,10,31155,33616 +HKG,2009,11,33297,35851 +HKG,2009,12,35224,37913 +HKG,2009,13,36973,39788 +HKG,2009,14,38824,41662 +HKG,2009,15,40863,43592 +HKG,2009,16,42290,44843 +HKG,2009,17,42780,45099 +HKG,2009,18,42747,44702 +HKG,2010,0,23338,28206 +HKG,2010,1,21725,25836 +HKG,2010,2,20775,24285 +HKG,2010,3,20422,23473 +HKG,2010,4,20603,23320 +HKG,2010,5,21252,23744 +HKG,2010,6,22304,24666 +HKG,2010,7,23696,26004 +HKG,2010,8,25362,27679 +HKG,2010,9,27237,29610 +HKG,2010,10,29297,31743 +HKG,2010,11,31518,34022 +HKG,2010,12,33634,36238 +HKG,2010,13,35500,38257 +HKG,2010,14,37172,40076 +HKG,2010,15,38979,41912 +HKG,2010,16,41012,43822 +HKG,2010,17,42435,45033 +HKG,2010,18,42917,45214 +HKG,2011,0,23422,28115 +HKG,2011,1,23924,28697 +HKG,2011,2,22567,26680 +HKG,2011,3,21718,25270 +HKG,2011,4,21343,24430 +HKG,2011,5,21407,24120 +HKG,2011,6,21844,24249 +HKG,2011,7,22590,24727 +HKG,2011,8,23756,25775 +HKG,2011,9,25366,27463 +HKG,2011,10,27295,29592 +HKG,2011,11,29376,31851 +HKG,2011,12,31614,34245 +HKG,2011,13,33764,36522 +HKG,2011,14,35680,38507 +HKG,2011,15,37422,40234 +HKG,2011,16,39304,41997 +HKG,2011,17,41392,43830 +HKG,2011,18,42976,45005 +HKG,2012,0,22880,27087 +HKG,2012,1,22459,26549 +HKG,2012,2,24514,29220 +HKG,2012,3,23411,27553 +HKG,2012,4,22664,26284 +HKG,2012,5,22267,25414 +HKG,2012,6,22213,24948 +HKG,2012,7,22438,24782 +HKG,2012,8,22878,24815 +HKG,2012,9,23819,25576 +HKG,2012,10,25372,27277 +HKG,2012,11,27356,29606 +HKG,2012,12,29457,31995 +HKG,2012,13,31712,34506 +HKG,2012,14,33898,36847 +HKG,2012,15,35864,38800 +HKG,2012,16,37675,40438 +HKG,2012,17,39633,42129 +HKG,2012,18,41778,43889 +HKG,2013,0,22239,25772 +HKG,2013,1,22793,26689 +HKG,2013,2,23187,27267 +HKG,2013,3,25097,29752 +HKG,2013,4,24250,28436 +HKG,2013,5,23605,27306 +HKG,2013,6,23185,26407 +HKG,2013,7,23014,25784 +HKG,2013,8,23027,25323 +HKG,2013,9,23160,24911 +HKG,2013,10,23875,25383 +HKG,2013,11,25371,27099 +HKG,2013,12,27409,29630 +HKG,2013,13,29530,32150 +HKG,2013,14,31802,34778 +HKG,2013,15,34023,37184 +HKG,2013,16,36038,39105 +HKG,2013,17,37918,40654 +HKG,2013,18,39951,42274 +HKG,2014,0,22256,25116 +HKG,2014,1,23518,27170 +HKG,2014,2,24367,28515 +HKG,2014,3,24871,29260 +HKG,2014,4,25664,30266 +HKG,2014,5,25073,29302 +HKG,2014,6,24530,28312 +HKG,2014,7,24088,27384 +HKG,2014,8,23800,26604 +HKG,2014,9,23600,25848 +HKG,2014,10,23426,24992 +HKG,2014,11,23915,25175 +HKG,2014,12,25354,26904 +HKG,2014,13,27444,29635 +HKG,2014,14,29583,32283 +HKG,2014,15,31870,35028 +HKG,2014,16,34125,37498 +HKG,2014,17,36188,39386 +HKG,2014,18,38136,40844 +HKG,2015,0,23429,25767 +HKG,2015,1,24854,28264 +HKG,2015,2,25762,29883 +HKG,2015,3,26237,30752 +HKG,2015,4,26360,30999 +HKG,2015,5,26213,30753 +HKG,2015,6,25878,30141 +HKG,2015,7,25438,29293 +HKG,2015,8,24974,28337 +HKG,2015,9,24569,27401 +HKG,2015,10,24158,26350 +HKG,2015,11,23677,25050 +HKG,2015,12,23939,24944 +HKG,2015,13,25319,26685 +HKG,2015,14,27461,29614 +HKG,2015,15,29617,32389 +HKG,2015,16,31918,35247 +HKG,2015,17,34204,37778 +HKG,2015,18,36314,39633 +HKG,2016,0,26120,28134 +HKG,2016,1,24710,27362 +HKG,2016,2,25664,29198 +HKG,2016,3,26256,30366 +HKG,2016,4,26543,30962 +HKG,2016,5,26583,31082 +HKG,2016,6,26461,30850 +HKG,2016,7,26263,30392 +HKG,2016,8,25904,29659 +HKG,2016,9,25385,28689 +HKG,2016,10,24848,27665 +HKG,2016,11,24371,26598 +HKG,2016,12,23863,25327 +HKG,2016,13,24127,25234 +HKG,2016,14,25547,26956 +HKG,2016,15,27761,29848 +HKG,2016,16,29991,32595 +HKG,2016,17,32353,35424 +HKG,2016,18,34776,37945 +HKG,2017,0,29942,31765 +HKG,2017,1,29731,32706 +HKG,2017,2,25962,28915 +HKG,2017,3,26444,30084 +HKG,2017,4,26718,30798 +HKG,2017,5,26817,31120 +HKG,2017,6,26774,31112 +HKG,2017,7,26677,30896 +HKG,2017,8,26616,30592 +HKG,2017,9,26339,29976 +HKG,2017,10,25765,28994 +HKG,2017,11,25097,27883 +HKG,2017,12,24555,26802 +HKG,2017,13,24020,25562 +HKG,2017,14,24285,25481 +HKG,2017,15,25743,27182 +HKG,2017,16,28028,30033 +HKG,2017,17,30329,32747 +HKG,2017,18,32749,35541 +HKG,2018,0,34126,35886 +HKG,2018,1,32608,35374 +HKG,2018,2,31236,34739 +HKG,2018,3,27191,30434 +HKG,2018,4,27199,30936 +HKG,2018,5,27155,31195 +HKG,2018,6,27066,31242 +HKG,2018,7,26939,31106 +HKG,2018,8,26867,30906 +HKG,2018,9,26943,30757 +HKG,2018,10,26748,30257 +HKG,2018,11,26120,29265 +HKG,2018,12,25322,28069 +HKG,2018,13,24715,26974 +HKG,2018,14,24154,25767 +HKG,2018,15,24419,25698 +HKG,2018,16,25915,27376 +HKG,2018,17,28268,30183 +HKG,2018,18,30637,32860 +HKG,2019,0,38000,39000 +HKG,2019,1,35000,38000 +HKG,2019,2,33000,36000 +HKG,2019,3,31000,35000 +HKG,2019,4,28000,32000 +HKG,2019,5,28000,32000 +HKG,2019,6,28000,32000 +HKG,2019,7,27000,31000 +HKG,2019,8,27000,31000 +HKG,2019,9,27000,31000 +HKG,2019,10,27000,31000 +HKG,2019,11,27000,31000 +HKG,2019,12,26000,30000 +HKG,2019,13,26000,28000 +HKG,2019,14,25000,27000 +HKG,2019,15,24000,26000 +HKG,2019,16,25000,26000 +HKG,2019,17,26000,28000 +HKG,2019,18,28000,30000 +HKG,2020,0,40000,42000 +HKG,2020,1,37000,39000 +HKG,2020,2,34000,37000 +HKG,2020,3,32000,36000 +HKG,2020,4,31000,34000 +HKG,2020,5,30000,33000 +HKG,2020,6,29000,33000 +HKG,2020,7,28000,32000 +HKG,2020,8,28000,31000 +HKG,2020,9,27000,31000 +HKG,2020,10,27000,31000 +HKG,2020,11,28000,31000 +HKG,2020,12,28000,31000 +HKG,2020,13,27000,30000 +HKG,2020,14,26000,28000 +HKG,2020,15,25000,27000 +HKG,2020,16,24000,26000 +HKG,2020,17,25000,26000 +HKG,2020,18,26000,28000 +HKG,2021,0,40000,42000 +HKG,2021,1,39000,41000 +HKG,2021,2,37000,39000 +HKG,2021,3,35000,38000 +HKG,2021,4,33000,36000 +HKG,2021,5,31000,35000 +HKG,2021,6,30000,34000 +HKG,2021,7,29000,33000 +HKG,2021,8,28000,32000 +HKG,2021,9,28000,31000 +HKG,2021,10,27000,31000 +HKG,2021,11,27000,31000 +HKG,2021,12,28000,32000 +HKG,2021,13,28000,31000 +HKG,2021,14,27000,30000 +HKG,2021,15,26000,29000 +HKG,2021,16,26000,28000 +HKG,2021,17,25000,26000 +HKG,2021,18,25000,26000 +HKG,2022,0,39000,41000 +HKG,2022,1,37000,40000 +HKG,2022,2,39000,41000 +HKG,2022,3,37000,39000 +HKG,2022,4,35000,38000 +HKG,2022,5,33000,36000 +HKG,2022,6,32000,35000 +HKG,2022,7,30000,34000 +HKG,2022,8,29000,33000 +HKG,2022,9,28000,32000 +HKG,2022,10,28000,31000 +HKG,2022,11,28000,31000 +HKG,2022,12,28000,32000 +HKG,2022,13,28000,32000 +HKG,2022,14,28000,32000 +HKG,2022,15,28000,31000 +HKG,2022,16,27000,29000 +HKG,2022,17,26000,28000 +HKG,2022,18,26000,26000 +HKG,2023,0,37000,40000 +HKG,2023,1,37000,40000 +HKG,2023,2,37000,39000 +HKG,2023,3,38000,41000 +HKG,2023,4,37000,39000 +HKG,2023,5,35000,38000 +HKG,2023,6,33000,37000 +HKG,2023,7,32000,35000 +HKG,2023,8,30000,34000 +HKG,2023,9,29000,33000 +HKG,2023,10,28000,32000 +HKG,2023,11,28000,32000 +HKG,2023,12,28000,32000 +HKG,2023,13,28000,32000 +HKG,2023,14,29000,32000 +HKG,2023,15,29000,32000 +HKG,2023,16,28000,31000 +HKG,2023,17,27000,29000 +HKG,2023,18,27000,28000 +HKG,2024,0,35000,38000 +HKG,2024,1,36000,39000 +HKG,2024,2,37000,40000 +HKG,2024,3,37000,40000 +HKG,2024,4,38000,40000 +HKG,2024,5,37000,39000 +HKG,2024,6,35000,38000 +HKG,2024,7,34000,37000 +HKG,2024,8,32000,36000 +HKG,2024,9,31000,34000 +HKG,2024,10,29000,33000 +HKG,2024,11,28000,32000 +HKG,2024,12,28000,32000 +HKG,2024,13,28000,32000 +HKG,2024,14,28000,32000 +HKG,2024,15,29000,33000 +HKG,2024,16,29000,33000 +HKG,2024,17,29000,32000 +HKG,2024,18,28000,30000 +HKG,2025,0,34000,37000 +HKG,2025,1,36000,39000 +HKG,2025,2,38000,40000 +HKG,2025,3,38000,41000 +HKG,2025,4,38000,41000 +HKG,2025,5,38000,40000 +HKG,2025,6,37000,39000 +HKG,2025,7,36000,38000 +HKG,2025,8,34000,37000 +HKG,2025,9,33000,36000 +HKG,2025,10,31000,34000 +HKG,2025,11,29000,33000 +HKG,2025,12,28000,32000 +HKG,2025,13,28000,32000 +HKG,2025,14,28000,32000 +HKG,2025,15,29000,33000 +HKG,2025,16,29000,33000 +HKG,2025,17,30000,33000 +HKG,2025,18,29000,32000 +HKG,2026,0,35000,38000 +HKG,2026,1,35000,38000 +HKG,2026,2,37000,39000 +HKG,2026,3,38000,40000 +HKG,2026,4,38000,40000 +HKG,2026,5,38000,40000 +HKG,2026,6,38000,40000 +HKG,2026,7,37000,39000 +HKG,2026,8,36000,39000 +HKG,2026,9,34000,37000 +HKG,2026,10,33000,36000 +HKG,2026,11,31000,35000 +HKG,2026,12,29000,33000 +HKG,2026,13,28000,32000 +HKG,2026,14,28000,32000 +HKG,2026,15,29000,33000 +HKG,2026,16,29000,33000 +HKG,2026,17,30000,34000 +HKG,2026,18,30000,34000 +HKG,2027,0,36000,39000 +HKG,2027,1,38000,40000 +HKG,2027,2,36000,39000 +HKG,2027,3,37000,40000 +HKG,2027,4,38000,40000 +HKG,2027,5,38000,40000 +HKG,2027,6,38000,40000 +HKG,2027,7,37000,40000 +HKG,2027,8,37000,39000 +HKG,2027,9,36000,39000 +HKG,2027,10,35000,38000 +HKG,2027,11,33000,36000 +HKG,2027,12,31000,35000 +HKG,2027,13,30000,33000 +HKG,2027,14,29000,32000 +HKG,2027,15,28000,33000 +HKG,2027,16,29000,33000 +HKG,2027,17,30000,34000 +HKG,2027,18,31000,35000 +HKG,2028,0,38000,41000 +HKG,2028,1,38000,41000 +HKG,2028,2,39000,41000 +HKG,2028,3,36000,39000 +HKG,2028,4,37000,40000 +HKG,2028,5,38000,40000 +HKG,2028,6,38000,40000 +HKG,2028,7,38000,40000 +HKG,2028,8,37000,40000 +HKG,2028,9,37000,39000 +HKG,2028,10,36000,39000 +HKG,2028,11,35000,38000 +HKG,2028,12,33000,37000 +HKG,2028,13,32000,35000 +HKG,2028,14,30000,34000 +HKG,2028,15,29000,33000 +HKG,2028,16,29000,33000 +HKG,2028,17,30000,34000 +HKG,2028,18,30000,34000 +HKG,2029,0,39000,42000 +HKG,2029,1,39000,41000 +HKG,2029,2,39000,41000 +HKG,2029,3,38000,41000 +HKG,2029,4,37000,40000 +HKG,2029,5,37000,40000 +HKG,2029,6,37000,40000 +HKG,2029,7,37000,40000 +HKG,2029,8,37000,40000 +HKG,2029,9,37000,40000 +HKG,2029,10,37000,39000 +HKG,2029,11,36000,39000 +HKG,2029,12,35000,38000 +HKG,2029,13,33000,37000 +HKG,2029,14,32000,35000 +HKG,2029,15,30000,34000 +HKG,2029,16,29000,33000 +HKG,2029,17,29000,33000 +HKG,2029,18,30000,34000 +HKG,2030,0,39000,41000 +HKG,2030,1,39000,41000 +HKG,2030,2,38000,41000 +HKG,2030,3,38000,41000 +HKG,2030,4,38000,40000 +HKG,2030,5,38000,40000 +HKG,2030,6,38000,40000 +HKG,2030,7,37000,40000 +HKG,2030,8,37000,40000 +HKG,2030,9,37000,40000 +HKG,2030,10,37000,40000 +HKG,2030,11,37000,39000 +HKG,2030,12,36000,39000 +HKG,2030,13,35000,38000 +HKG,2030,14,34000,37000 +HKG,2030,15,32000,36000 +HKG,2030,16,30000,34000 +HKG,2030,17,30000,34000 +HKG,2030,18,30000,34000 +HKG,2031,0,38000,40000 +HKG,2031,1,39000,41000 +HKG,2031,2,39000,41000 +HKG,2031,3,38000,41000 +HKG,2031,4,38000,41000 +HKG,2031,5,38000,41000 +HKG,2031,6,38000,40000 +HKG,2031,7,38000,40000 +HKG,2031,8,37000,40000 +HKG,2031,9,37000,40000 +HKG,2031,10,37000,40000 +HKG,2031,11,37000,40000 +HKG,2031,12,37000,40000 +HKG,2031,13,36000,39000 +HKG,2031,14,35000,38000 +HKG,2031,15,34000,37000 +HKG,2031,16,32000,36000 +HKG,2031,17,31000,35000 +HKG,2031,18,30000,34000 +HKG,2032,0,36000,38000 +HKG,2032,1,36000,39000 +HKG,2032,2,39000,41000 +HKG,2032,3,39000,41000 +HKG,2032,4,39000,41000 +HKG,2032,5,38000,41000 +HKG,2032,6,38000,41000 +HKG,2032,7,38000,41000 +HKG,2032,8,38000,40000 +HKG,2032,9,37000,40000 +HKG,2032,10,37000,40000 +HKG,2032,11,37000,40000 +HKG,2032,12,37000,40000 +HKG,2032,13,37000,40000 +HKG,2032,14,37000,39000 +HKG,2032,15,36000,39000 +HKG,2032,16,34000,37000 +HKG,2032,17,33000,36000 +HKG,2032,18,31000,35000 +HKG,2033,0,33000,35000 +HKG,2033,1,35000,37000 +HKG,2033,2,36000,38000 +HKG,2033,3,39000,41000 +HKG,2033,4,39000,41000 +HKG,2033,5,39000,41000 +HKG,2033,6,39000,41000 +HKG,2033,7,38000,41000 +HKG,2033,8,38000,41000 +HKG,2033,9,38000,40000 +HKG,2033,10,37000,40000 +HKG,2033,11,37000,40000 +HKG,2033,12,37000,40000 +HKG,2033,13,37000,40000 +HKG,2033,14,37000,40000 +HKG,2033,15,37000,40000 +HKG,2033,16,36000,39000 +HKG,2033,17,34000,38000 +HKG,2033,18,33000,37000 +HKG,2034,0,31000,33000 +HKG,2034,1,33000,35000 +HKG,2034,2,35000,37000 +HKG,2034,3,37000,39000 +HKG,2034,4,38000,41000 +HKG,2034,5,39000,41000 +HKG,2034,6,39000,41000 +HKG,2034,7,39000,41000 +HKG,2034,8,39000,41000 +HKG,2034,9,38000,41000 +HKG,2034,10,38000,40000 +HKG,2034,11,37000,40000 +HKG,2034,12,37000,40000 +HKG,2034,13,37000,40000 +HKG,2034,14,37000,40000 +HKG,2034,15,37000,40000 +HKG,2034,16,37000,40000 +HKG,2034,17,36000,39000 +HKG,2034,18,35000,38000 +HKG,2035,0,29000,31000 +HKG,2035,1,32000,34000 +HKG,2035,2,34000,36000 +HKG,2035,3,36000,38000 +HKG,2035,4,37000,39000 +HKG,2035,5,38000,40000 +HKG,2035,6,39000,41000 +HKG,2035,7,39000,41000 +HKG,2035,8,39000,41000 +HKG,2035,9,39000,41000 +HKG,2035,10,38000,41000 +HKG,2035,11,38000,40000 +HKG,2035,12,37000,40000 +HKG,2035,13,37000,40000 +HKG,2035,14,37000,40000 +HKG,2035,15,37000,40000 +HKG,2035,16,38000,40000 +HKG,2035,17,37000,40000 +HKG,2035,18,36000,39000 +HKG,2036,0,28000,30000 +HKG,2036,1,29000,31000 +HKG,2036,2,32000,34000 +HKG,2036,3,34000,36000 +HKG,2036,4,36000,38000 +HKG,2036,5,37000,39000 +HKG,2036,6,38000,40000 +HKG,2036,7,39000,41000 +HKG,2036,8,39000,42000 +HKG,2036,9,39000,42000 +HKG,2036,10,39000,41000 +HKG,2036,11,38000,41000 +HKG,2036,12,38000,41000 +HKG,2036,13,37000,40000 +HKG,2036,14,37000,40000 +HKG,2036,15,38000,40000 +HKG,2036,16,38000,41000 +HKG,2036,17,38000,41000 +HKG,2036,18,38000,40000 +HKG,2037,0,28000,30000 +HKG,2037,1,30000,32000 +HKG,2037,2,30000,32000 +HKG,2037,3,32000,34000 +HKG,2037,4,34000,36000 +HKG,2037,5,35000,38000 +HKG,2037,6,37000,39000 +HKG,2037,7,38000,40000 +HKG,2037,8,39000,41000 +HKG,2037,9,39000,42000 +HKG,2037,10,39000,42000 +HKG,2037,11,39000,42000 +HKG,2037,12,39000,41000 +HKG,2037,13,38000,41000 +HKG,2037,14,38000,40000 +HKG,2037,15,38000,40000 +HKG,2037,16,38000,41000 +HKG,2037,17,38000,41000 +HKG,2037,18,38000,41000 +HKG,2038,0,29000,31000 +HKG,2038,1,30000,32000 +HKG,2038,2,31000,33000 +HKG,2038,3,31000,33000 +HKG,2038,4,32000,34000 +HKG,2038,5,34000,36000 +HKG,2038,6,35000,38000 +HKG,2038,7,37000,39000 +HKG,2038,8,38000,40000 +HKG,2038,9,39000,41000 +HKG,2038,10,39000,42000 +HKG,2038,11,39000,42000 +HKG,2038,12,39000,42000 +HKG,2038,13,39000,41000 +HKG,2038,14,38000,41000 +HKG,2038,15,38000,41000 +HKG,2038,16,38000,41000 +HKG,2038,17,38000,41000 +HKG,2038,18,38000,41000 +HKG,2039,0,30000,31000 +HKG,2039,1,30000,32000 +HKG,2039,2,30000,32000 +HKG,2039,3,31000,33000 +HKG,2039,4,31000,33000 +HKG,2039,5,32000,35000 +HKG,2039,6,34000,36000 +HKG,2039,7,35000,37000 +HKG,2039,8,36000,39000 +HKG,2039,9,37000,40000 +HKG,2039,10,39000,41000 +HKG,2039,11,39000,42000 +HKG,2039,12,39000,42000 +HKG,2039,13,39000,42000 +HKG,2039,14,39000,41000 +HKG,2039,15,38000,41000 +HKG,2039,16,38000,41000 +HKG,2039,17,38000,41000 +HKG,2039,18,39000,41000 +HKG,2040,0,30000,32000 +HKG,2040,1,30000,32000 +HKG,2040,2,30000,32000 +HKG,2040,3,30000,32000 +HKG,2040,4,31000,33000 +HKG,2040,5,32000,34000 +HKG,2040,6,33000,35000 +HKG,2040,7,34000,36000 +HKG,2040,8,35000,37000 +HKG,2040,9,36000,38000 +HKG,2040,10,37000,40000 +HKG,2040,11,39000,41000 +HKG,2040,12,39000,42000 +HKG,2040,13,40000,42000 +HKG,2040,14,39000,42000 +HKG,2040,15,39000,42000 +HKG,2040,16,38000,41000 +HKG,2040,17,38000,41000 +HKG,2040,18,38000,41000 +HKG,2041,0,30000,32000 +HKG,2041,1,30000,32000 +HKG,2041,2,30000,32000 +HKG,2041,3,30000,32000 +HKG,2041,4,30000,32000 +HKG,2041,5,31000,33000 +HKG,2041,6,32000,34000 +HKG,2041,7,33000,35000 +HKG,2041,8,34000,36000 +HKG,2041,9,35000,37000 +HKG,2041,10,36000,38000 +HKG,2041,11,37000,40000 +HKG,2041,12,39000,41000 +HKG,2041,13,40000,42000 +HKG,2041,14,40000,42000 +HKG,2041,15,40000,42000 +HKG,2041,16,39000,42000 +HKG,2041,17,39000,42000 +HKG,2041,18,39000,41000 +HKG,2042,0,30000,32000 +HKG,2042,1,29000,31000 +HKG,2042,2,30000,32000 +HKG,2042,3,30000,32000 +HKG,2042,4,30000,32000 +HKG,2042,5,30000,32000 +HKG,2042,6,31000,33000 +HKG,2042,7,32000,34000 +HKG,2042,8,33000,35000 +HKG,2042,9,34000,36000 +HKG,2042,10,35000,37000 +HKG,2042,11,36000,39000 +HKG,2042,12,38000,40000 +HKG,2042,13,39000,41000 +HKG,2042,14,40000,42000 +HKG,2042,15,40000,43000 +HKG,2042,16,40000,42000 +HKG,2042,17,40000,42000 +HKG,2042,18,39000,42000 +HKG,2043,0,30000,32000 +HKG,2043,1,29000,31000 +HKG,2043,2,29000,31000 +HKG,2043,3,30000,32000 +HKG,2043,4,30000,32000 +HKG,2043,5,30000,32000 +HKG,2043,6,30000,32000 +HKG,2043,7,31000,33000 +HKG,2043,8,32000,34000 +HKG,2043,9,33000,35000 +HKG,2043,10,34000,36000 +HKG,2043,11,35000,37000 +HKG,2043,12,36000,39000 +HKG,2043,13,38000,40000 +HKG,2043,14,39000,42000 +HKG,2043,15,40000,43000 +HKG,2043,16,40000,43000 +HKG,2043,17,40000,43000 +HKG,2043,18,40000,43000 +HKG,2044,0,30000,31000 +HKG,2044,1,29000,31000 +HKG,2044,2,29000,31000 +HKG,2044,3,29000,31000 +HKG,2044,4,30000,31000 +HKG,2044,5,30000,32000 +HKG,2044,6,30000,32000 +HKG,2044,7,31000,33000 +HKG,2044,8,31000,33000 +HKG,2044,9,32000,34000 +HKG,2044,10,33000,35000 +HKG,2044,11,34000,36000 +HKG,2044,12,35000,37000 +HKG,2044,13,36000,39000 +HKG,2044,14,38000,40000 +HKG,2044,15,39000,42000 +HKG,2044,16,40000,43000 +HKG,2044,17,41000,43000 +HKG,2044,18,40000,43000 +HKG,2045,0,30000,32000 +HKG,2045,1,29000,31000 +HKG,2045,2,29000,31000 +HKG,2045,3,29000,31000 +HKG,2045,4,29000,31000 +HKG,2045,5,29000,31000 +HKG,2045,6,30000,32000 +HKG,2045,7,30000,32000 +HKG,2045,8,31000,33000 +HKG,2045,9,31000,33000 +HKG,2045,10,32000,34000 +HKG,2045,11,33000,35000 +HKG,2045,12,34000,36000 +HKG,2045,13,35000,37000 +HKG,2045,14,36000,39000 +HKG,2045,15,38000,40000 +HKG,2045,16,39000,42000 +HKG,2045,17,40000,43000 +HKG,2045,18,41000,43000 +HKG,2046,0,30000,32000 +HKG,2046,1,30000,32000 +HKG,2046,2,29000,31000 +HKG,2046,3,29000,31000 +HKG,2046,4,29000,31000 +HKG,2046,5,29000,31000 +HKG,2046,6,29000,31000 +HKG,2046,7,30000,32000 +HKG,2046,8,30000,32000 +HKG,2046,9,31000,33000 +HKG,2046,10,31000,33000 +HKG,2046,11,32000,34000 +HKG,2046,12,33000,35000 +HKG,2046,13,34000,36000 +HKG,2046,14,35000,37000 +HKG,2046,15,37000,39000 +HKG,2046,16,38000,41000 +HKG,2046,17,40000,42000 +HKG,2046,18,41000,43000 +HKG,2047,0,30000,32000 +HKG,2047,1,30000,32000 +HKG,2047,2,30000,32000 +HKG,2047,3,29000,31000 +HKG,2047,4,29000,31000 +HKG,2047,5,29000,31000 +HKG,2047,6,29000,31000 +HKG,2047,7,29000,31000 +HKG,2047,8,30000,32000 +HKG,2047,9,30000,32000 +HKG,2047,10,31000,33000 +HKG,2047,11,32000,34000 +HKG,2047,12,32000,34000 +HKG,2047,13,33000,35000 +HKG,2047,14,34000,36000 +HKG,2047,15,35000,38000 +HKG,2047,16,37000,39000 +HKG,2047,17,39000,41000 +HKG,2047,18,40000,43000 +HKG,2048,0,31000,33000 +HKG,2048,1,30000,32000 +HKG,2048,2,30000,32000 +HKG,2048,3,30000,32000 +HKG,2048,4,29000,31000 +HKG,2048,5,29000,31000 +HKG,2048,6,29000,31000 +HKG,2048,7,29000,31000 +HKG,2048,8,30000,31000 +HKG,2048,9,30000,32000 +HKG,2048,10,30000,32000 +HKG,2048,11,31000,33000 +HKG,2048,12,32000,34000 +HKG,2048,13,32000,35000 +HKG,2048,14,33000,35000 +HKG,2048,15,34000,36000 +HKG,2048,16,36000,38000 +HKG,2048,17,37000,40000 +HKG,2048,18,39000,41000 +HKG,2049,0,31000,33000 +HKG,2049,1,31000,33000 +HKG,2049,2,30000,32000 +HKG,2049,3,30000,32000 +HKG,2049,4,30000,32000 +HKG,2049,5,30000,31000 +HKG,2049,6,29000,31000 +HKG,2049,7,29000,31000 +HKG,2049,8,29000,31000 +HKG,2049,9,30000,31000 +HKG,2049,10,30000,32000 +HKG,2049,11,30000,32000 +HKG,2049,12,31000,33000 +HKG,2049,13,32000,34000 +HKG,2049,14,33000,35000 +HKG,2049,15,33000,36000 +HKG,2049,16,35000,37000 +HKG,2049,17,36000,38000 +HKG,2049,18,38000,40000 +HKG,2050,0,32000,34000 +HKG,2050,1,31000,33000 +HKG,2050,2,31000,33000 +HKG,2050,3,30000,32000 +HKG,2050,4,30000,32000 +HKG,2050,5,30000,32000 +HKG,2050,6,30000,31000 +HKG,2050,7,29000,31000 +HKG,2050,8,29000,31000 +HKG,2050,9,29000,31000 +HKG,2050,10,30000,31000 +HKG,2050,11,30000,32000 +HKG,2050,12,30000,32000 +HKG,2050,13,31000,33000 +HKG,2050,14,32000,34000 +HKG,2050,15,33000,35000 +HKG,2050,16,34000,36000 +HKG,2050,17,35000,37000 +HKG,2050,18,36000,38000 +HND,1990,0,87797,91197 +HND,1990,1,86045,89257 +HND,1990,2,84268,87292 +HND,1990,3,82464,85302 +HND,1990,4,80634,83286 +HND,1990,5,78778,81243 +HND,1990,6,76896,79173 +HND,1990,7,74987,77075 +HND,1990,8,73052,74948 +HND,1990,9,71091,72793 +HND,1990,10,69125,70633 +HND,1990,11,67178,68495 +HND,1990,12,65138,66247 +HND,1990,13,62959,63839 +HND,1990,14,60708,61345 +HND,1990,15,58480,58879 +HND,1990,16,56235,56393 +HND,1990,17,54174,54110 +HND,1990,18,52400,52144 +HND,1991,0,89568,93061 +HND,1991,1,87510,90818 +HND,1991,2,85729,88849 +HND,1991,3,83943,86877 +HND,1991,4,82148,84896 +HND,1991,5,80339,82901 +HND,1991,6,78518,80892 +HND,1991,7,76685,78871 +HND,1991,8,74809,76802 +HND,1991,9,72876,74669 +HND,1991,10,70895,72484 +HND,1991,11,68918,70301 +HND,1991,12,66960,68142 +HND,1991,13,64910,65875 +HND,1991,14,62724,63452 +HND,1991,15,60468,60949 +HND,1991,16,58234,58470 +HND,1991,17,55981,55971 +HND,1991,18,53913,53677 +HND,1992,0,91404,94992 +HND,1992,1,89362,92758 +HND,1992,2,87214,90431 +HND,1992,3,85403,88433 +HND,1992,4,83608,86454 +HND,1992,5,81822,84482 +HND,1992,6,80035,82508 +HND,1992,7,78250,80534 +HND,1992,8,76467,78562 +HND,1992,9,74624,76523 +HND,1992,10,72691,74383 +HND,1992,11,70692,72169 +HND,1992,12,68703,69964 +HND,1992,13,66735,67783 +HND,1992,14,64675,65497 +HND,1992,15,62482,63061 +HND,1992,16,60222,60547 +HND,1992,17,57982,58056 +HND,1992,18,55722,55545 +HND,1993,0,93370,97057 +HND,1993,1,91143,94636 +HND,1993,2,89027,92332 +HND,1993,3,86925,90054 +HND,1993,4,85084,88028 +HND,1993,5,83281,86041 +HND,1993,6,81504,84078 +HND,1993,7,79738,82125 +HND,1993,8,77988,80186 +HND,1993,9,76254,78262 +HND,1993,10,74445,76252 +HND,1993,11,72513,74106 +HND,1993,12,70495,71862 +HND,1993,13,68493,69635 +HND,1993,14,66515,67433 +HND,1993,15,64445,65127 +HND,1993,16,62246,62676 +HND,1993,17,59981,60152 +HND,1993,18,57734,57648 +HND,1994,0,95538,99331 +HND,1994,1,93106,96704 +HND,1994,2,90829,94237 +HND,1994,3,88687,91909 +HND,1994,4,86654,89699 +HND,1994,5,84782,87644 +HND,1994,6,82971,85649 +HND,1994,7,81202,83695 +HND,1994,8,79457,81762 +HND,1994,9,77741,79856 +HND,1994,10,76057,77981 +HND,1994,11,74280,76000 +HND,1994,12,72350,73847 +HND,1994,13,70312,71573 +HND,1994,14,68298,69322 +HND,1994,15,66308,67098 +HND,1994,16,64228,64773 +HND,1994,17,62022,62307 +HND,1994,18,59752,59771 +HND,1995,0,97921,101832 +HND,1995,1,95275,98987 +HND,1995,2,92822,96342 +HND,1995,3,90540,93872 +HND,1995,4,88407,91554 +HND,1995,5,86400,89365 +HND,1995,6,84497,87281 +HND,1995,7,82677,85277 +HND,1995,8,80916,83331 +HND,1995,9,79192,81419 +HND,1995,10,77510,79546 +HND,1995,11,75875,77719 +HND,1995,12,74131,75766 +HND,1995,13,72201,73605 +HND,1995,14,70143,71300 +HND,1995,15,68116,69026 +HND,1995,16,66115,66780 +HND,1995,17,64024,64434 +HND,1995,18,61810,61953 +HND,1996,0,100539,104549 +HND,1996,1,97498,101315 +HND,1996,2,94936,98559 +HND,1996,3,92545,95979 +HND,1996,4,90307,93556 +HND,1996,5,88202,91267 +HND,1996,6,86208,89091 +HND,1996,7,84304,87005 +HND,1996,8,82481,84996 +HND,1996,9,80721,83045 +HND,1996,10,79001,81128 +HND,1996,11,77315,79243 +HND,1996,12,75670,77397 +HND,1996,13,73917,75427 +HND,1996,14,71980,73253 +HND,1996,15,69919,70938 +HND,1996,16,67885,68652 +HND,1996,17,65877,66393 +HND,1996,18,63780,64037 +HND,1997,0,103346,107460 +HND,1997,1,100175,104082 +HND,1997,2,97076,100805 +HND,1997,3,94597,98137 +HND,1997,4,92269,95623 +HND,1997,5,90074,93245 +HND,1997,6,87997,90985 +HND,1997,7,86017,88822 +HND,1997,8,84112,86735 +HND,1997,9,82286,84720 +HND,1997,10,80528,82765 +HND,1997,11,78811,80842 +HND,1997,12,77121,78944 +HND,1997,13,75466,77080 +HND,1997,14,73703,75092 +HND,1997,15,71761,72905 +HND,1997,16,69694,70580 +HND,1997,17,67655,68282 +HND,1997,18,65639,66011 +HND,1998,0,105949,110175 +HND,1998,1,102608,106623 +HND,1998,2,99549,103363 +HND,1998,3,96660,100309 +HND,1998,4,94265,97728 +HND,1998,5,91999,95279 +HND,1998,6,89848,92946 +HND,1998,7,87798,90715 +HND,1998,8,85831,88565 +HND,1998,9,83925,86476 +HND,1998,10,82096,84455 +HND,1998,11,80340,82495 +HND,1998,12,78626,80567 +HND,1998,13,76931,78656 +HND,1998,14,75267,76772 +HND,1998,15,73495,74767 +HND,1998,16,71546,72567 +HND,1998,17,69475,70231 +HND,1998,18,67429,67922 +HND,1999,0,107841,112185 +HND,1999,1,104592,108726 +HND,1999,2,101584,105516 +HND,1999,3,98795,102535 +HND,1999,4,96271,99847 +HND,1999,5,93958,97352 +HND,1999,6,91753,94967 +HND,1999,7,89645,92680 +HND,1999,8,87623,90476 +HND,1999,9,85668,88338 +HND,1999,10,83761,86247 +HND,1999,11,81928,84219 +HND,1999,12,80173,82254 +HND,1999,13,78462,80320 +HND,1999,14,76763,78395 +HND,1999,15,75088,76491 +HND,1999,16,73307,74468 +HND,1999,17,71351,72253 +HND,1999,18,69274,69907 +HND,2000,0,108681,113147 +HND,2000,1,105885,110145 +HND,2000,2,103218,107282 +HND,2000,3,100674,104548 +HND,2000,4,98242,101933 +HND,2000,5,95915,99426 +HND,2000,6,93684,97017 +HND,2000,7,91540,94695 +HND,2000,8,89475,92451 +HND,2000,9,87479,90275 +HND,2000,10,85536,88149 +HND,2000,11,83627,86054 +HND,2000,12,81790,84018 +HND,2000,13,80035,82046 +HND,2000,14,78325,80106 +HND,2000,15,76621,78166 +HND,2000,16,74936,76242 +HND,2000,17,73144,74200 +HND,2000,18,71181,71970 +HND,2001,0,108063,112613 +HND,2001,1,107867,112256 +HND,2001,2,105412,109605 +HND,2001,3,102969,106972 +HND,2001,4,100550,104366 +HND,2001,5,98163,101796 +HND,2001,6,95802,99252 +HND,2001,7,93458,96725 +HND,2001,8,91233,94318 +HND,2001,9,89173,92076 +HND,2001,10,87234,89953 +HND,2001,11,85307,87839 +HND,2001,12,83393,85736 +HND,2001,13,81551,83690 +HND,2001,14,79792,81708 +HND,2001,15,78079,79759 +HND,2001,16,76369,77809 +HND,2001,17,74677,75874 +HND,2001,18,72881,73822 +HND,2002,0,106462,111106 +HND,2002,1,105819,110284 +HND,2002,2,107174,111500 +HND,2002,3,105057,109198 +HND,2002,4,102835,106791 +HND,2002,5,100538,104310 +HND,2002,6,98194,101782 +HND,2002,7,95796,99198 +HND,2002,8,93337,96551 +HND,2002,9,91028,94055 +HND,2002,10,88971,91812 +HND,2002,11,87086,89740 +HND,2002,12,85174,87636 +HND,2002,13,83253,85521 +HND,2002,14,81403,83462 +HND,2002,15,79638,81469 +HND,2002,16,77919,79508 +HND,2002,17,76202,77546 +HND,2002,18,74503,75598 +HND,2003,0,104316,109045 +HND,2003,1,105038,109608 +HND,2003,2,105147,109555 +HND,2003,3,106538,110811 +HND,2003,4,104759,108855 +HND,2003,5,102756,106674 +HND,2003,6,100580,104315 +HND,2003,7,98277,101828 +HND,2003,8,95841,99203 +HND,2003,9,93266,96434 +HND,2003,10,90872,93847 +HND,2003,11,88817,91603 +HND,2003,12,86985,89581 +HND,2003,13,85086,87486 +HND,2003,14,83157,85357 +HND,2003,15,81299,83285 +HND,2003,16,79527,81278 +HND,2003,17,77801,79305 +HND,2003,18,76076,77329 +HND,2004,0,102275,107053 +HND,2004,1,104118,108766 +HND,2004,2,105144,109654 +HND,2004,3,105437,109800 +HND,2004,4,105884,110108 +HND,2004,5,104442,108499 +HND,2004,6,102660,106544 +HND,2004,7,100604,104309 +HND,2004,8,98343,101863 +HND,2004,9,95870,99197 +HND,2004,10,93178,96306 +HND,2004,11,90700,93629 +HND,2004,12,88647,91382 +HND,2004,13,86868,89411 +HND,2004,14,84983,87324 +HND,2004,15,83047,85183 +HND,2004,16,81181,83097 +HND,2004,17,79402,81078 +HND,2004,18,77670,79092 +HND,2005,0,100832,105607 +HND,2005,1,103304,107990 +HND,2005,2,104889,109470 +HND,2005,3,105674,110134 +HND,2005,4,105743,110070 +HND,2005,5,105183,109364 +HND,2005,6,104080,108104 +HND,2005,7,102519,106375 +HND,2005,8,100586,104264 +HND,2005,9,98367,101860 +HND,2005,10,95857,99155 +HND,2005,11,93051,96142 +HND,2005,12,90489,93376 +HND,2005,13,88439,91128 +HND,2005,14,86715,89207 +HND,2005,15,84844,87131 +HND,2005,16,82901,84977 +HND,2005,17,81028,82879 +HND,2005,18,79243,80848 +HND,2006,0,100333,105023 +HND,2006,1,101257,105974 +HND,2006,2,103324,107961 +HND,2006,3,104665,109204 +HND,2006,4,105338,109763 +HND,2006,5,105401,109696 +HND,2006,6,104941,109092 +HND,2006,7,104045,108039 +HND,2006,8,102628,106454 +HND,2006,9,100692,104342 +HND,2006,10,98379,101847 +HND,2006,11,95829,99103 +HND,2006,12,93007,96076 +HND,2006,13,90430,93293 +HND,2006,14,88365,91028 +HND,2006,15,86627,89089 +HND,2006,16,84740,86993 +HND,2006,17,82781,84818 +HND,2006,18,80896,82702 +HND,2007,0,100455,105012 +HND,2007,1,102468,107053 +HND,2007,2,101604,106269 +HND,2007,3,103265,107860 +HND,2007,4,104360,108865 +HND,2007,5,104921,109316 +HND,2007,6,104979,109247 +HND,2007,7,104619,108746 +HND,2007,8,103931,107900 +HND,2007,9,102659,106461 +HND,2007,10,100720,104349 +HND,2007,11,98316,101764 +HND,2007,12,95727,98983 +HND,2007,13,92893,95945 +HND,2007,14,90302,93147 +HND,2007,15,88224,90866 +HND,2007,16,86472,88909 +HND,2007,17,84572,86795 +HND,2007,18,82598,84601 +HND,2008,0,100895,105303 +HND,2008,1,102136,106632 +HND,2008,2,103105,107647 +HND,2008,3,101909,106525 +HND,2008,4,103163,107718 +HND,2008,5,104013,108485 +HND,2008,6,104461,108830 +HND,2008,7,104512,108758 +HND,2008,8,104253,108359 +HND,2008,9,103773,107722 +HND,2008,10,102647,106429 +HND,2008,11,100706,104317 +HND,2008,12,98212,101644 +HND,2008,13,95586,98827 +HND,2008,14,92740,95778 +HND,2008,15,90136,92967 +HND,2008,16,88045,90670 +HND,2008,17,86281,88697 +HND,2008,18,84368,86566 +HND,2009,0,101181,105466 +HND,2009,1,101693,106106 +HND,2009,2,102206,106701 +HND,2009,3,102687,107224 +HND,2009,4,102222,106787 +HND,2009,5,103068,107583 +HND,2009,6,103672,108112 +HND,2009,7,104009,108350 +HND,2009,8,104054,108276 +HND,2009,9,103895,107980 +HND,2009,10,103623,107550 +HND,2009,11,102642,106404 +HND,2009,12,100700,104292 +HND,2009,13,98114,101531 +HND,2009,14,95451,98677 +HND,2009,15,92593,95617 +HND,2009,16,89976,92793 +HND,2009,17,87873,90480 +HND,2009,18,86097,88491 +HND,2010,0,100973,105195 +HND,2010,1,101033,105388 +HND,2010,2,101273,105721 +HND,2010,3,101642,106146 +HND,2010,4,102088,106612 +HND,2010,5,102557,107070 +HND,2010,6,102996,107469 +HND,2010,7,103355,107759 +HND,2010,8,103580,107891 +HND,2010,9,103618,107815 +HND,2010,10,103560,107620 +HND,2010,11,103495,107399 +HND,2010,12,102660,106398 +HND,2010,13,100716,104286 +HND,2010,14,98039,101436 +HND,2010,15,95338,98546 +HND,2010,16,92467,95474 +HND,2010,17,89837,92636 +HND,2010,18,87721,90308 +HND,2011,0,100091,104328 +HND,2011,1,100646,104864 +HND,2011,2,100833,105159 +HND,2011,3,101160,105564 +HND,2011,4,101578,106033 +HND,2011,5,102043,106521 +HND,2011,6,102502,106979 +HND,2011,7,102904,107356 +HND,2011,8,103231,107628 +HND,2011,9,103449,107755 +HND,2011,10,103494,107681 +HND,2011,11,103429,107478 +HND,2011,12,103349,107241 +HND,2011,13,102498,106223 +HND,2011,14,100539,104093 +HND,2011,15,97846,101223 +HND,2011,16,95130,98313 +HND,2011,17,92244,95220 +HND,2011,18,89602,92365 +HND,2012,0,98750,103055 +HND,2012,1,98930,103268 +HND,2012,2,100341,104550 +HND,2012,3,100658,104948 +HND,2012,4,101069,105424 +HND,2012,5,101537,105938 +HND,2012,6,102021,106447 +HND,2012,7,102471,106905 +HND,2012,8,102835,107261 +HND,2012,9,103131,107513 +HND,2012,10,103342,107635 +HND,2012,11,103394,107564 +HND,2012,12,103322,107352 +HND,2012,13,103227,107101 +HND,2012,14,102360,106065 +HND,2012,15,100385,103916 +HND,2012,16,97677,101026 +HND,2012,17,94944,98096 +HND,2012,18,92041,94981 +HND,2013,0,97322,101737 +HND,2013,1,97821,102184 +HND,2013,2,98447,102776 +HND,2013,3,100051,104247 +HND,2013,4,100496,104748 +HND,2013,5,100994,105296 +HND,2013,6,101511,105854 +HND,2013,7,102015,106385 +HND,2013,8,102455,106843 +HND,2013,9,102781,107178 +HND,2013,10,103045,107411 +HND,2013,11,103250,107528 +HND,2013,12,103309,107459 +HND,2013,13,103230,107239 +HND,2013,14,103120,106972 +HND,2013,15,102237,105919 +HND,2013,16,100245,103751 +HND,2013,17,97521,100841 +HND,2013,18,94772,97889 +HND,2014,0,96329,100870 +HND,2014,1,97011,101420 +HND,2014,2,97757,102075 +HND,2014,3,98542,102802 +HND,2014,4,99747,103931 +HND,2014,5,100321,104535 +HND,2014,6,100904,105154 +HND,2014,7,101471,105756 +HND,2014,8,101994,106309 +HND,2014,9,102425,106767 +HND,2014,10,102712,107081 +HND,2014,11,102945,107295 +HND,2014,12,103143,107407 +HND,2014,13,103210,107340 +HND,2014,14,103123,107111 +HND,2014,15,102998,106830 +HND,2014,16,102099,105760 +HND,2014,17,100092,103572 +HND,2014,18,97352,100642 +HND,2015,0,96126,100790 +HND,2015,1,96688,101160 +HND,2015,2,97318,101653 +HND,2015,3,97996,102241 +HND,2015,4,98702,102896 +HND,2015,5,99417,103590 +HND,2015,6,100118,104296 +HND,2015,7,100787,104986 +HND,2015,8,101403,105633 +HND,2015,9,101946,106208 +HND,2015,10,102367,106665 +HND,2015,11,102616,106958 +HND,2015,12,102818,107153 +HND,2015,13,103009,107260 +HND,2015,14,103083,107195 +HND,2015,15,102989,106958 +HND,2015,16,102849,106661 +HND,2015,17,101934,105574 +HND,2015,18,99911,103368 +HND,2016,0,96972,101756 +HND,2016,1,96196,100807 +HND,2016,2,96643,101084 +HND,2016,3,97206,101524 +HND,2016,4,97857,102091 +HND,2016,5,98566,102751 +HND,2016,6,99314,103476 +HND,2016,7,100082,104239 +HND,2016,8,100793,104966 +HND,2016,9,101400,105605 +HND,2016,10,101903,106146 +HND,2016,11,102300,106582 +HND,2016,12,102533,106859 +HND,2016,13,102716,107034 +HND,2016,14,102887,107118 +HND,2016,15,102941,107027 +HND,2016,16,102827,106763 +HND,2016,17,102666,106440 +HND,2016,18,101736,105331 +HND,2017,0,98558,103457 +HND,2017,1,97833,102492 +HND,2017,2,96217,100773 +HND,2017,3,96549,100957 +HND,2017,4,97045,101344 +HND,2017,5,97668,101891 +HND,2017,6,98380,102555 +HND,2017,7,99162,103311 +HND,2017,8,99995,104131 +HND,2017,9,100748,104894 +HND,2017,10,101346,105526 +HND,2017,11,101809,106031 +HND,2017,12,102181,106445 +HND,2017,13,102397,106706 +HND,2017,14,102562,106862 +HND,2017,15,102713,106922 +HND,2017,16,102747,106805 +HND,2017,17,102613,106516 +HND,2017,18,102431,106165 +HND,2018,0,100475,105472 +HND,2018,1,98884,103645 +HND,2018,2,97786,102359 +HND,2018,3,96212,100712 +HND,2018,4,96430,100803 +HND,2018,5,96859,101137 +HND,2018,6,97453,101663 +HND,2018,7,98167,102332 +HND,2018,8,98983,103118 +HND,2018,9,99881,103994 +HND,2018,10,100676,104793 +HND,2018,11,101265,105418 +HND,2018,12,101687,105888 +HND,2018,13,102035,106280 +HND,2018,14,102234,106525 +HND,2018,15,102380,106662 +HND,2018,16,102512,106698 +HND,2018,17,102526,106555 +HND,2018,18,102371,106240 +HND,2019,0,102000,107000 +HND,2019,1,100000,105000 +HND,2019,2,98000,103000 +HND,2019,3,97000,102000 +HND,2019,4,96000,101000 +HND,2019,5,96000,101000 +HND,2019,6,97000,101000 +HND,2019,7,97000,101000 +HND,2019,8,98000,102000 +HND,2019,9,99000,103000 +HND,2019,10,100000,104000 +HND,2019,11,101000,105000 +HND,2019,12,101000,105000 +HND,2019,13,102000,106000 +HND,2019,14,102000,106000 +HND,2019,15,102000,106000 +HND,2019,16,102000,106000 +HND,2019,17,102000,106000 +HND,2019,18,102000,106000 +HND,2020,0,103000,108000 +HND,2020,1,101000,106000 +HND,2020,2,99000,104000 +HND,2020,3,97000,102000 +HND,2020,4,97000,101000 +HND,2020,5,96000,101000 +HND,2020,6,96000,101000 +HND,2020,7,97000,101000 +HND,2020,8,97000,101000 +HND,2020,9,98000,102000 +HND,2020,10,99000,103000 +HND,2020,11,100000,104000 +HND,2020,12,101000,105000 +HND,2020,13,101000,105000 +HND,2020,14,101000,106000 +HND,2020,15,102000,106000 +HND,2020,16,102000,106000 +HND,2020,17,102000,106000 +HND,2020,18,102000,106000 +HND,2021,0,103000,108000 +HND,2021,1,102000,107000 +HND,2021,2,100000,105000 +HND,2021,3,99000,103000 +HND,2021,4,98000,102000 +HND,2021,5,97000,101000 +HND,2021,6,96000,101000 +HND,2021,7,96000,100000 +HND,2021,8,96000,101000 +HND,2021,9,97000,101000 +HND,2021,10,98000,102000 +HND,2021,11,99000,103000 +HND,2021,12,100000,104000 +HND,2021,13,100000,104000 +HND,2021,14,101000,105000 +HND,2021,15,101000,105000 +HND,2021,16,102000,106000 +HND,2021,17,102000,106000 +HND,2021,18,102000,106000 +HND,2022,0,103000,108000 +HND,2022,1,101000,106000 +HND,2022,2,102000,107000 +HND,2022,3,100000,105000 +HND,2022,4,99000,103000 +HND,2022,5,98000,102000 +HND,2022,6,97000,101000 +HND,2022,7,96000,101000 +HND,2022,8,96000,100000 +HND,2022,9,96000,100000 +HND,2022,10,97000,101000 +HND,2022,11,98000,102000 +HND,2022,12,98000,103000 +HND,2022,13,99000,103000 +HND,2022,14,100000,104000 +HND,2022,15,101000,105000 +HND,2022,16,101000,105000 +HND,2022,17,101000,106000 +HND,2022,18,102000,106000 +HND,2023,0,102000,107000 +HND,2023,1,101000,106000 +HND,2023,2,100000,105000 +HND,2023,3,101000,106000 +HND,2023,4,100000,105000 +HND,2023,5,99000,103000 +HND,2023,6,98000,102000 +HND,2023,7,97000,102000 +HND,2023,8,97000,101000 +HND,2023,9,96000,100000 +HND,2023,10,96000,100000 +HND,2023,11,97000,101000 +HND,2023,12,97000,102000 +HND,2023,13,98000,102000 +HND,2023,14,99000,103000 +HND,2023,15,100000,104000 +HND,2023,16,101000,105000 +HND,2023,17,101000,105000 +HND,2023,18,101000,105000 +HND,2024,0,101000,105000 +HND,2024,1,101000,106000 +HND,2024,2,101000,105000 +HND,2024,3,100000,105000 +HND,2024,4,101000,106000 +HND,2024,5,100000,104000 +HND,2024,6,99000,103000 +HND,2024,7,98000,103000 +HND,2024,8,97000,102000 +HND,2024,9,97000,101000 +HND,2024,10,96000,100000 +HND,2024,11,96000,100000 +HND,2024,12,96000,101000 +HND,2024,13,97000,101000 +HND,2024,14,98000,102000 +HND,2024,15,99000,103000 +HND,2024,16,100000,104000 +HND,2024,17,101000,105000 +HND,2024,18,101000,105000 +HND,2025,0,100000,105000 +HND,2025,1,100000,105000 +HND,2025,2,101000,106000 +HND,2025,3,101000,106000 +HND,2025,4,100000,105000 +HND,2025,5,100000,105000 +HND,2025,6,99000,104000 +HND,2025,7,99000,103000 +HND,2025,8,98000,103000 +HND,2025,9,98000,102000 +HND,2025,10,97000,101000 +HND,2025,11,96000,100000 +HND,2025,12,96000,100000 +HND,2025,13,96000,100000 +HND,2025,14,97000,101000 +HND,2025,15,98000,102000 +HND,2025,16,99000,103000 +HND,2025,17,100000,104000 +HND,2025,18,100000,104000 +HND,2026,0,99000,104000 +HND,2026,1,100000,105000 +HND,2026,2,100000,105000 +HND,2026,3,101000,105000 +HND,2026,4,101000,105000 +HND,2026,5,100000,105000 +HND,2026,6,100000,105000 +HND,2026,7,99000,104000 +HND,2026,8,99000,103000 +HND,2026,9,98000,103000 +HND,2026,10,97000,102000 +HND,2026,11,97000,101000 +HND,2026,12,96000,100000 +HND,2026,13,96000,100000 +HND,2026,14,96000,100000 +HND,2026,15,97000,101000 +HND,2026,16,98000,102000 +HND,2026,17,99000,103000 +HND,2026,18,100000,104000 +HND,2027,0,99000,104000 +HND,2027,1,100000,105000 +HND,2027,2,100000,105000 +HND,2027,3,100000,105000 +HND,2027,4,100000,105000 +HND,2027,5,100000,105000 +HND,2027,6,100000,105000 +HND,2027,7,100000,105000 +HND,2027,8,99000,104000 +HND,2027,9,99000,103000 +HND,2027,10,98000,103000 +HND,2027,11,97000,102000 +HND,2027,12,97000,101000 +HND,2027,13,96000,100000 +HND,2027,14,96000,100000 +HND,2027,15,96000,100000 +HND,2027,16,97000,101000 +HND,2027,17,98000,102000 +HND,2027,18,99000,103000 +HND,2028,0,99000,104000 +HND,2028,1,100000,105000 +HND,2028,2,100000,105000 +HND,2028,3,100000,105000 +HND,2028,4,100000,105000 +HND,2028,5,100000,105000 +HND,2028,6,100000,105000 +HND,2028,7,100000,105000 +HND,2028,8,100000,104000 +HND,2028,9,99000,104000 +HND,2028,10,99000,103000 +HND,2028,11,98000,103000 +HND,2028,12,97000,102000 +HND,2028,13,97000,101000 +HND,2028,14,96000,100000 +HND,2028,15,95000,100000 +HND,2028,16,96000,100000 +HND,2028,17,97000,101000 +HND,2028,18,98000,102000 +HND,2029,0,99000,104000 +HND,2029,1,99000,104000 +HND,2029,2,100000,105000 +HND,2029,3,100000,105000 +HND,2029,4,100000,105000 +HND,2029,5,100000,105000 +HND,2029,6,100000,105000 +HND,2029,7,100000,105000 +HND,2029,8,100000,105000 +HND,2029,9,100000,104000 +HND,2029,10,99000,104000 +HND,2029,11,99000,103000 +HND,2029,12,98000,103000 +HND,2029,13,97000,102000 +HND,2029,14,97000,101000 +HND,2029,15,96000,100000 +HND,2029,16,95000,99000 +HND,2029,17,96000,100000 +HND,2029,18,97000,101000 +HND,2030,0,98000,103000 +HND,2030,1,99000,104000 +HND,2030,2,99000,104000 +HND,2030,3,100000,105000 +HND,2030,4,100000,105000 +HND,2030,5,100000,105000 +HND,2030,6,100000,105000 +HND,2030,7,100000,105000 +HND,2030,8,100000,105000 +HND,2030,9,100000,104000 +HND,2030,10,99000,104000 +HND,2030,11,99000,104000 +HND,2030,12,99000,103000 +HND,2030,13,98000,103000 +HND,2030,14,97000,102000 +HND,2030,15,96000,101000 +HND,2030,16,96000,100000 +HND,2030,17,95000,99000 +HND,2030,18,96000,100000 +HND,2031,0,98000,103000 +HND,2031,1,98000,103000 +HND,2031,2,99000,104000 +HND,2031,3,99000,104000 +HND,2031,4,100000,104000 +HND,2031,5,100000,105000 +HND,2031,6,100000,105000 +HND,2031,7,100000,105000 +HND,2031,8,100000,105000 +HND,2031,9,100000,105000 +HND,2031,10,100000,104000 +HND,2031,11,99000,104000 +HND,2031,12,99000,104000 +HND,2031,13,99000,103000 +HND,2031,14,98000,102000 +HND,2031,15,97000,101000 +HND,2031,16,96000,101000 +HND,2031,17,95000,100000 +HND,2031,18,95000,99000 +HND,2032,0,97000,102000 +HND,2032,1,98000,103000 +HND,2032,2,98000,103000 +HND,2032,3,99000,104000 +HND,2032,4,99000,104000 +HND,2032,5,100000,104000 +HND,2032,6,100000,105000 +HND,2032,7,100000,105000 +HND,2032,8,100000,105000 +HND,2032,9,100000,105000 +HND,2032,10,100000,105000 +HND,2032,11,100000,104000 +HND,2032,12,99000,104000 +HND,2032,13,99000,104000 +HND,2032,14,99000,103000 +HND,2032,15,98000,102000 +HND,2032,16,97000,101000 +HND,2032,17,96000,100000 +HND,2032,18,95000,99000 +HND,2033,0,97000,101000 +HND,2033,1,97000,102000 +HND,2033,2,98000,103000 +HND,2033,3,98000,103000 +HND,2033,4,99000,104000 +HND,2033,5,99000,104000 +HND,2033,6,100000,104000 +HND,2033,7,100000,104000 +HND,2033,8,100000,105000 +HND,2033,9,100000,105000 +HND,2033,10,100000,105000 +HND,2033,11,100000,104000 +HND,2033,12,99000,104000 +HND,2033,13,99000,104000 +HND,2033,14,99000,104000 +HND,2033,15,98000,103000 +HND,2033,16,98000,102000 +HND,2033,17,97000,101000 +HND,2033,18,96000,100000 +HND,2034,0,96000,101000 +HND,2034,1,97000,101000 +HND,2034,2,97000,102000 +HND,2034,3,98000,102000 +HND,2034,4,98000,103000 +HND,2034,5,99000,103000 +HND,2034,6,99000,104000 +HND,2034,7,99000,104000 +HND,2034,8,100000,104000 +HND,2034,9,100000,105000 +HND,2034,10,100000,105000 +HND,2034,11,100000,105000 +HND,2034,12,100000,104000 +HND,2034,13,99000,104000 +HND,2034,14,99000,104000 +HND,2034,15,99000,103000 +HND,2034,16,98000,103000 +HND,2034,17,98000,102000 +HND,2034,18,97000,101000 +HND,2035,0,95000,100000 +HND,2035,1,96000,100000 +HND,2035,2,96000,101000 +HND,2035,3,97000,102000 +HND,2035,4,98000,102000 +HND,2035,5,98000,103000 +HND,2035,6,99000,103000 +HND,2035,7,99000,104000 +HND,2035,8,99000,104000 +HND,2035,9,100000,104000 +HND,2035,10,100000,104000 +HND,2035,11,100000,105000 +HND,2035,12,100000,104000 +HND,2035,13,100000,104000 +HND,2035,14,99000,104000 +HND,2035,15,99000,104000 +HND,2035,16,99000,103000 +HND,2035,17,98000,103000 +HND,2035,18,98000,102000 +HND,2036,0,94000,99000 +HND,2036,1,95000,100000 +HND,2036,2,96000,100000 +HND,2036,3,96000,101000 +HND,2036,4,97000,102000 +HND,2036,5,98000,102000 +HND,2036,6,98000,103000 +HND,2036,7,99000,103000 +HND,2036,8,99000,104000 +HND,2036,9,99000,104000 +HND,2036,10,100000,104000 +HND,2036,11,100000,104000 +HND,2036,12,100000,104000 +HND,2036,13,100000,104000 +HND,2036,14,100000,104000 +HND,2036,15,99000,104000 +HND,2036,16,99000,104000 +HND,2036,17,99000,103000 +HND,2036,18,98000,103000 +HND,2037,0,94000,99000 +HND,2037,1,95000,99000 +HND,2037,2,95000,100000 +HND,2037,3,96000,100000 +HND,2037,4,96000,101000 +HND,2037,5,97000,102000 +HND,2037,6,98000,102000 +HND,2037,7,98000,103000 +HND,2037,8,99000,103000 +HND,2037,9,99000,104000 +HND,2037,10,99000,104000 +HND,2037,11,99000,104000 +HND,2037,12,100000,104000 +HND,2037,13,100000,104000 +HND,2037,14,100000,104000 +HND,2037,15,100000,104000 +HND,2037,16,99000,104000 +HND,2037,17,99000,103000 +HND,2037,18,99000,103000 +HND,2038,0,93000,98000 +HND,2038,1,94000,98000 +HND,2038,2,94000,99000 +HND,2038,3,95000,100000 +HND,2038,4,96000,100000 +HND,2038,5,96000,101000 +HND,2038,6,97000,102000 +HND,2038,7,97000,102000 +HND,2038,8,98000,103000 +HND,2038,9,99000,103000 +HND,2038,10,99000,104000 +HND,2038,11,99000,104000 +HND,2038,12,99000,104000 +HND,2038,13,100000,104000 +HND,2038,14,100000,104000 +HND,2038,15,100000,104000 +HND,2038,16,99000,104000 +HND,2038,17,99000,104000 +HND,2038,18,99000,103000 +HND,2039,0,93000,97000 +HND,2039,1,93000,98000 +HND,2039,2,94000,98000 +HND,2039,3,94000,99000 +HND,2039,4,95000,100000 +HND,2039,5,96000,100000 +HND,2039,6,96000,101000 +HND,2039,7,97000,101000 +HND,2039,8,97000,102000 +HND,2039,9,98000,103000 +HND,2039,10,98000,103000 +HND,2039,11,99000,104000 +HND,2039,12,99000,104000 +HND,2039,13,99000,104000 +HND,2039,14,100000,104000 +HND,2039,15,100000,104000 +HND,2039,16,100000,104000 +HND,2039,17,99000,104000 +HND,2039,18,99000,104000 +HND,2040,0,92000,97000 +HND,2040,1,93000,97000 +HND,2040,2,93000,98000 +HND,2040,3,94000,98000 +HND,2040,4,94000,99000 +HND,2040,5,95000,99000 +HND,2040,6,95000,100000 +HND,2040,7,96000,101000 +HND,2040,8,97000,101000 +HND,2040,9,97000,102000 +HND,2040,10,98000,102000 +HND,2040,11,98000,103000 +HND,2040,12,99000,103000 +HND,2040,13,99000,104000 +HND,2040,14,99000,104000 +HND,2040,15,99000,104000 +HND,2040,16,100000,104000 +HND,2040,17,99000,104000 +HND,2040,18,99000,104000 +HND,2041,0,91000,96000 +HND,2041,1,92000,97000 +HND,2041,2,92000,97000 +HND,2041,3,93000,98000 +HND,2041,4,94000,98000 +HND,2041,5,94000,99000 +HND,2041,6,95000,99000 +HND,2041,7,95000,100000 +HND,2041,8,96000,101000 +HND,2041,9,97000,101000 +HND,2041,10,97000,102000 +HND,2041,11,98000,102000 +HND,2041,12,98000,103000 +HND,2041,13,99000,103000 +HND,2041,14,99000,104000 +HND,2041,15,99000,104000 +HND,2041,16,99000,104000 +HND,2041,17,99000,104000 +HND,2041,18,99000,104000 +HND,2042,0,91000,95000 +HND,2042,1,91000,96000 +HND,2042,2,92000,96000 +HND,2042,3,92000,97000 +HND,2042,4,93000,98000 +HND,2042,5,94000,98000 +HND,2042,6,94000,99000 +HND,2042,7,95000,99000 +HND,2042,8,95000,100000 +HND,2042,9,96000,101000 +HND,2042,10,97000,101000 +HND,2042,11,97000,102000 +HND,2042,12,98000,102000 +HND,2042,13,98000,103000 +HND,2042,14,99000,103000 +HND,2042,15,99000,104000 +HND,2042,16,99000,104000 +HND,2042,17,99000,104000 +HND,2042,18,99000,104000 +HND,2043,0,90000,94000 +HND,2043,1,90000,95000 +HND,2043,2,91000,96000 +HND,2043,3,92000,96000 +HND,2043,4,92000,97000 +HND,2043,5,93000,97000 +HND,2043,6,94000,98000 +HND,2043,7,94000,99000 +HND,2043,8,95000,99000 +HND,2043,9,95000,100000 +HND,2043,10,96000,101000 +HND,2043,11,97000,101000 +HND,2043,12,97000,102000 +HND,2043,13,98000,102000 +HND,2043,14,98000,103000 +HND,2043,15,99000,103000 +HND,2043,16,99000,104000 +HND,2043,17,99000,104000 +HND,2043,18,99000,104000 +HND,2044,0,89000,94000 +HND,2044,1,90000,94000 +HND,2044,2,90000,95000 +HND,2044,3,91000,95000 +HND,2044,4,92000,96000 +HND,2044,5,92000,97000 +HND,2044,6,93000,97000 +HND,2044,7,94000,98000 +HND,2044,8,94000,99000 +HND,2044,9,95000,99000 +HND,2044,10,95000,100000 +HND,2044,11,96000,101000 +HND,2044,12,97000,101000 +HND,2044,13,97000,102000 +HND,2044,14,98000,102000 +HND,2044,15,98000,103000 +HND,2044,16,99000,103000 +HND,2044,17,99000,103000 +HND,2044,18,99000,104000 +HND,2045,0,89000,93000 +HND,2045,1,89000,94000 +HND,2045,2,90000,94000 +HND,2045,3,90000,95000 +HND,2045,4,91000,95000 +HND,2045,5,92000,96000 +HND,2045,6,92000,97000 +HND,2045,7,93000,97000 +HND,2045,8,93000,98000 +HND,2045,9,94000,99000 +HND,2045,10,95000,99000 +HND,2045,11,95000,100000 +HND,2045,12,96000,100000 +HND,2045,13,96000,101000 +HND,2045,14,97000,102000 +HND,2045,15,98000,102000 +HND,2045,16,98000,103000 +HND,2045,17,98000,103000 +HND,2045,18,99000,103000 +HND,2046,0,88000,93000 +HND,2046,1,89000,93000 +HND,2046,2,89000,94000 +HND,2046,3,90000,94000 +HND,2046,4,90000,95000 +HND,2046,5,91000,95000 +HND,2046,6,92000,96000 +HND,2046,7,92000,97000 +HND,2046,8,93000,97000 +HND,2046,9,93000,98000 +HND,2046,10,94000,99000 +HND,2046,11,95000,99000 +HND,2046,12,95000,100000 +HND,2046,13,96000,100000 +HND,2046,14,96000,101000 +HND,2046,15,97000,102000 +HND,2046,16,98000,102000 +HND,2046,17,98000,103000 +HND,2046,18,98000,103000 +HND,2047,0,88000,92000 +HND,2047,1,88000,93000 +HND,2047,2,89000,93000 +HND,2047,3,89000,94000 +HND,2047,4,90000,94000 +HND,2047,5,90000,95000 +HND,2047,6,91000,95000 +HND,2047,7,92000,96000 +HND,2047,8,92000,97000 +HND,2047,9,93000,97000 +HND,2047,10,93000,98000 +HND,2047,11,94000,99000 +HND,2047,12,95000,99000 +HND,2047,13,95000,100000 +HND,2047,14,96000,100000 +HND,2047,15,96000,101000 +HND,2047,16,97000,102000 +HND,2047,17,98000,102000 +HND,2047,18,98000,103000 +HND,2048,0,87000,92000 +HND,2048,1,88000,92000 +HND,2048,2,88000,93000 +HND,2048,3,89000,93000 +HND,2048,4,89000,93000 +HND,2048,5,90000,94000 +HND,2048,6,90000,95000 +HND,2048,7,91000,95000 +HND,2048,8,91000,96000 +HND,2048,9,92000,97000 +HND,2048,10,93000,97000 +HND,2048,11,93000,98000 +HND,2048,12,94000,99000 +HND,2048,13,95000,99000 +HND,2048,14,95000,100000 +HND,2048,15,96000,100000 +HND,2048,16,96000,101000 +HND,2048,17,97000,101000 +HND,2048,18,97000,102000 +HND,2049,0,87000,91000 +HND,2049,1,87000,92000 +HND,2049,2,88000,92000 +HND,2049,3,88000,92000 +HND,2049,4,89000,93000 +HND,2049,5,89000,93000 +HND,2049,6,90000,94000 +HND,2049,7,90000,95000 +HND,2049,8,91000,95000 +HND,2049,9,91000,96000 +HND,2049,10,92000,97000 +HND,2049,11,93000,97000 +HND,2049,12,93000,98000 +HND,2049,13,94000,98000 +HND,2049,14,95000,99000 +HND,2049,15,95000,100000 +HND,2049,16,96000,100000 +HND,2049,17,96000,101000 +HND,2049,18,97000,101000 +HND,2050,0,87000,91000 +HND,2050,1,87000,91000 +HND,2050,2,87000,91000 +HND,2050,3,88000,92000 +HND,2050,4,88000,92000 +HND,2050,5,88000,93000 +HND,2050,6,89000,93000 +HND,2050,7,90000,94000 +HND,2050,8,90000,95000 +HND,2050,9,91000,95000 +HND,2050,10,91000,96000 +HND,2050,11,92000,96000 +HND,2050,12,93000,97000 +HND,2050,13,93000,98000 +HND,2050,14,94000,98000 +HND,2050,15,94000,99000 +HND,2050,16,95000,100000 +HND,2050,17,96000,100000 +HND,2050,18,96000,101000 +HPC,1990,0,, +HPC,1990,1,, +HPC,1990,2,, +HPC,1990,3,, +HPC,1990,4,, +HPC,1990,5,, +HPC,1990,6,, +HPC,1990,7,, +HPC,1990,8,, +HPC,1990,9,, +HPC,1990,10,, +HPC,1990,11,, +HPC,1990,12,, +HPC,1990,13,, +HPC,1990,14,, +HPC,1990,15,, +HPC,1990,16,, +HPC,1990,17,, +HPC,1990,18,, +HPC,1991,0,, +HPC,1991,1,, +HPC,1991,2,, +HPC,1991,3,, +HPC,1991,4,, +HPC,1991,5,, +HPC,1991,6,, +HPC,1991,7,, +HPC,1991,8,, +HPC,1991,9,, +HPC,1991,10,, +HPC,1991,11,, +HPC,1991,12,, +HPC,1991,13,, +HPC,1991,14,, +HPC,1991,15,, +HPC,1991,16,, +HPC,1991,17,, +HPC,1991,18,, +HPC,1992,0,, +HPC,1992,1,, +HPC,1992,2,, +HPC,1992,3,, +HPC,1992,4,, +HPC,1992,5,, +HPC,1992,6,, +HPC,1992,7,, +HPC,1992,8,, +HPC,1992,9,, +HPC,1992,10,, +HPC,1992,11,, +HPC,1992,12,, +HPC,1992,13,, +HPC,1992,14,, +HPC,1992,15,, +HPC,1992,16,, +HPC,1992,17,, +HPC,1992,18,, +HPC,1993,0,, +HPC,1993,1,, +HPC,1993,2,, +HPC,1993,3,, +HPC,1993,4,, +HPC,1993,5,, +HPC,1993,6,, +HPC,1993,7,, +HPC,1993,8,, +HPC,1993,9,, +HPC,1993,10,, +HPC,1993,11,, +HPC,1993,12,, +HPC,1993,13,, +HPC,1993,14,, +HPC,1993,15,, +HPC,1993,16,, +HPC,1993,17,, +HPC,1993,18,, +HPC,1994,0,, +HPC,1994,1,, +HPC,1994,2,, +HPC,1994,3,, +HPC,1994,4,, +HPC,1994,5,, +HPC,1994,6,, +HPC,1994,7,, +HPC,1994,8,, +HPC,1994,9,, +HPC,1994,10,, +HPC,1994,11,, +HPC,1994,12,, +HPC,1994,13,, +HPC,1994,14,, +HPC,1994,15,, +HPC,1994,16,, +HPC,1994,17,, +HPC,1994,18,, +HPC,1995,0,, +HPC,1995,1,, +HPC,1995,2,, +HPC,1995,3,, +HPC,1995,4,, +HPC,1995,5,, +HPC,1995,6,, +HPC,1995,7,, +HPC,1995,8,, +HPC,1995,9,, +HPC,1995,10,, +HPC,1995,11,, +HPC,1995,12,, +HPC,1995,13,, +HPC,1995,14,, +HPC,1995,15,, +HPC,1995,16,, +HPC,1995,17,, +HPC,1995,18,, +HPC,1996,0,, +HPC,1996,1,, +HPC,1996,2,, +HPC,1996,3,, +HPC,1996,4,, +HPC,1996,5,, +HPC,1996,6,, +HPC,1996,7,, +HPC,1996,8,, +HPC,1996,9,, +HPC,1996,10,, +HPC,1996,11,, +HPC,1996,12,, +HPC,1996,13,, +HPC,1996,14,, +HPC,1996,15,, +HPC,1996,16,, +HPC,1996,17,, +HPC,1996,18,, +HPC,1997,0,, +HPC,1997,1,, +HPC,1997,2,, +HPC,1997,3,, +HPC,1997,4,, +HPC,1997,5,, +HPC,1997,6,, +HPC,1997,7,, +HPC,1997,8,, +HPC,1997,9,, +HPC,1997,10,, +HPC,1997,11,, +HPC,1997,12,, +HPC,1997,13,, +HPC,1997,14,, +HPC,1997,15,, +HPC,1997,16,, +HPC,1997,17,, +HPC,1997,18,, +HPC,1998,0,, +HPC,1998,1,, +HPC,1998,2,, +HPC,1998,3,, +HPC,1998,4,, +HPC,1998,5,, +HPC,1998,6,, +HPC,1998,7,, +HPC,1998,8,, +HPC,1998,9,, +HPC,1998,10,, +HPC,1998,11,, +HPC,1998,12,, +HPC,1998,13,, +HPC,1998,14,, +HPC,1998,15,, +HPC,1998,16,, +HPC,1998,17,, +HPC,1998,18,, +HPC,1999,0,, +HPC,1999,1,, +HPC,1999,2,, +HPC,1999,3,, +HPC,1999,4,, +HPC,1999,5,, +HPC,1999,6,, +HPC,1999,7,, +HPC,1999,8,, +HPC,1999,9,, +HPC,1999,10,, +HPC,1999,11,, +HPC,1999,12,, +HPC,1999,13,, +HPC,1999,14,, +HPC,1999,15,, +HPC,1999,16,, +HPC,1999,17,, +HPC,1999,18,, +HPC,2000,0,, +HPC,2000,1,, +HPC,2000,2,, +HPC,2000,3,, +HPC,2000,4,, +HPC,2000,5,, +HPC,2000,6,, +HPC,2000,7,, +HPC,2000,8,, +HPC,2000,9,, +HPC,2000,10,, +HPC,2000,11,, +HPC,2000,12,, +HPC,2000,13,, +HPC,2000,14,, +HPC,2000,15,, +HPC,2000,16,, +HPC,2000,17,, +HPC,2000,18,, +HPC,2001,0,, +HPC,2001,1,, +HPC,2001,2,, +HPC,2001,3,, +HPC,2001,4,, +HPC,2001,5,, +HPC,2001,6,, +HPC,2001,7,, +HPC,2001,8,, +HPC,2001,9,, +HPC,2001,10,, +HPC,2001,11,, +HPC,2001,12,, +HPC,2001,13,, +HPC,2001,14,, +HPC,2001,15,, +HPC,2001,16,, +HPC,2001,17,, +HPC,2001,18,, +HPC,2002,0,, +HPC,2002,1,, +HPC,2002,2,, +HPC,2002,3,, +HPC,2002,4,, +HPC,2002,5,, +HPC,2002,6,, +HPC,2002,7,, +HPC,2002,8,, +HPC,2002,9,, +HPC,2002,10,, +HPC,2002,11,, +HPC,2002,12,, +HPC,2002,13,, +HPC,2002,14,, +HPC,2002,15,, +HPC,2002,16,, +HPC,2002,17,, +HPC,2002,18,, +HPC,2003,0,, +HPC,2003,1,, +HPC,2003,2,, +HPC,2003,3,, +HPC,2003,4,, +HPC,2003,5,, +HPC,2003,6,, +HPC,2003,7,, +HPC,2003,8,, +HPC,2003,9,, +HPC,2003,10,, +HPC,2003,11,, +HPC,2003,12,, +HPC,2003,13,, +HPC,2003,14,, +HPC,2003,15,, +HPC,2003,16,, +HPC,2003,17,, +HPC,2003,18,, +HPC,2004,0,, +HPC,2004,1,, +HPC,2004,2,, +HPC,2004,3,, +HPC,2004,4,, +HPC,2004,5,, +HPC,2004,6,, +HPC,2004,7,, +HPC,2004,8,, +HPC,2004,9,, +HPC,2004,10,, +HPC,2004,11,, +HPC,2004,12,, +HPC,2004,13,, +HPC,2004,14,, +HPC,2004,15,, +HPC,2004,16,, +HPC,2004,17,, +HPC,2004,18,, +HPC,2005,0,, +HPC,2005,1,, +HPC,2005,2,, +HPC,2005,3,, +HPC,2005,4,, +HPC,2005,5,, +HPC,2005,6,, +HPC,2005,7,, +HPC,2005,8,, +HPC,2005,9,, +HPC,2005,10,, +HPC,2005,11,, +HPC,2005,12,, +HPC,2005,13,, +HPC,2005,14,, +HPC,2005,15,, +HPC,2005,16,, +HPC,2005,17,, +HPC,2005,18,, +HPC,2006,0,, +HPC,2006,1,, +HPC,2006,2,, +HPC,2006,3,, +HPC,2006,4,, +HPC,2006,5,, +HPC,2006,6,, +HPC,2006,7,, +HPC,2006,8,, +HPC,2006,9,, +HPC,2006,10,, +HPC,2006,11,, +HPC,2006,12,, +HPC,2006,13,, +HPC,2006,14,, +HPC,2006,15,, +HPC,2006,16,, +HPC,2006,17,, +HPC,2006,18,, +HPC,2007,0,, +HPC,2007,1,, +HPC,2007,2,, +HPC,2007,3,, +HPC,2007,4,, +HPC,2007,5,, +HPC,2007,6,, +HPC,2007,7,, +HPC,2007,8,, +HPC,2007,9,, +HPC,2007,10,, +HPC,2007,11,, +HPC,2007,12,, +HPC,2007,13,, +HPC,2007,14,, +HPC,2007,15,, +HPC,2007,16,, +HPC,2007,17,, +HPC,2007,18,, +HPC,2008,0,, +HPC,2008,1,, +HPC,2008,2,, +HPC,2008,3,, +HPC,2008,4,, +HPC,2008,5,, +HPC,2008,6,, +HPC,2008,7,, +HPC,2008,8,, +HPC,2008,9,, +HPC,2008,10,, +HPC,2008,11,, +HPC,2008,12,, +HPC,2008,13,, +HPC,2008,14,, +HPC,2008,15,, +HPC,2008,16,, +HPC,2008,17,, +HPC,2008,18,, +HPC,2009,0,, +HPC,2009,1,, +HPC,2009,2,, +HPC,2009,3,, +HPC,2009,4,, +HPC,2009,5,, +HPC,2009,6,, +HPC,2009,7,, +HPC,2009,8,, +HPC,2009,9,, +HPC,2009,10,, +HPC,2009,11,, +HPC,2009,12,, +HPC,2009,13,, +HPC,2009,14,, +HPC,2009,15,, +HPC,2009,16,, +HPC,2009,17,, +HPC,2009,18,, +HPC,2010,0,, +HPC,2010,1,, +HPC,2010,2,, +HPC,2010,3,, +HPC,2010,4,, +HPC,2010,5,, +HPC,2010,6,, +HPC,2010,7,, +HPC,2010,8,, +HPC,2010,9,, +HPC,2010,10,, +HPC,2010,11,, +HPC,2010,12,, +HPC,2010,13,, +HPC,2010,14,, +HPC,2010,15,, +HPC,2010,16,, +HPC,2010,17,, +HPC,2010,18,, +HPC,2011,0,, +HPC,2011,1,, +HPC,2011,2,, +HPC,2011,3,, +HPC,2011,4,, +HPC,2011,5,, +HPC,2011,6,, +HPC,2011,7,, +HPC,2011,8,, +HPC,2011,9,, +HPC,2011,10,, +HPC,2011,11,, +HPC,2011,12,, +HPC,2011,13,, +HPC,2011,14,, +HPC,2011,15,, +HPC,2011,16,, +HPC,2011,17,, +HPC,2011,18,, +HPC,2012,0,, +HPC,2012,1,, +HPC,2012,2,, +HPC,2012,3,, +HPC,2012,4,, +HPC,2012,5,, +HPC,2012,6,, +HPC,2012,7,, +HPC,2012,8,, +HPC,2012,9,, +HPC,2012,10,, +HPC,2012,11,, +HPC,2012,12,, +HPC,2012,13,, +HPC,2012,14,, +HPC,2012,15,, +HPC,2012,16,, +HPC,2012,17,, +HPC,2012,18,, +HPC,2013,0,, +HPC,2013,1,, +HPC,2013,2,, +HPC,2013,3,, +HPC,2013,4,, +HPC,2013,5,, +HPC,2013,6,, +HPC,2013,7,, +HPC,2013,8,, +HPC,2013,9,, +HPC,2013,10,, +HPC,2013,11,, +HPC,2013,12,, +HPC,2013,13,, +HPC,2013,14,, +HPC,2013,15,, +HPC,2013,16,, +HPC,2013,17,, +HPC,2013,18,, +HPC,2014,0,, +HPC,2014,1,, +HPC,2014,2,, +HPC,2014,3,, +HPC,2014,4,, +HPC,2014,5,, +HPC,2014,6,, +HPC,2014,7,, +HPC,2014,8,, +HPC,2014,9,, +HPC,2014,10,, +HPC,2014,11,, +HPC,2014,12,, +HPC,2014,13,, +HPC,2014,14,, +HPC,2014,15,, +HPC,2014,16,, +HPC,2014,17,, +HPC,2014,18,, +HPC,2015,0,, +HPC,2015,1,, +HPC,2015,2,, +HPC,2015,3,, +HPC,2015,4,, +HPC,2015,5,, +HPC,2015,6,, +HPC,2015,7,, +HPC,2015,8,, +HPC,2015,9,, +HPC,2015,10,, +HPC,2015,11,, +HPC,2015,12,, +HPC,2015,13,, +HPC,2015,14,, +HPC,2015,15,, +HPC,2015,16,, +HPC,2015,17,, +HPC,2015,18,, +HPC,2016,0,, +HPC,2016,1,, +HPC,2016,2,, +HPC,2016,3,, +HPC,2016,4,, +HPC,2016,5,, +HPC,2016,6,, +HPC,2016,7,, +HPC,2016,8,, +HPC,2016,9,, +HPC,2016,10,, +HPC,2016,11,, +HPC,2016,12,, +HPC,2016,13,, +HPC,2016,14,, +HPC,2016,15,, +HPC,2016,16,, +HPC,2016,17,, +HPC,2016,18,, +HPC,2017,0,, +HPC,2017,1,, +HPC,2017,2,, +HPC,2017,3,, +HPC,2017,4,, +HPC,2017,5,, +HPC,2017,6,, +HPC,2017,7,, +HPC,2017,8,, +HPC,2017,9,, +HPC,2017,10,, +HPC,2017,11,, +HPC,2017,12,, +HPC,2017,13,, +HPC,2017,14,, +HPC,2017,15,, +HPC,2017,16,, +HPC,2017,17,, +HPC,2017,18,, +HPC,2018,0,, +HPC,2018,1,, +HPC,2018,2,, +HPC,2018,3,, +HPC,2018,4,, +HPC,2018,5,, +HPC,2018,6,, +HPC,2018,7,, +HPC,2018,8,, +HPC,2018,9,, +HPC,2018,10,, +HPC,2018,11,, +HPC,2018,12,, +HPC,2018,13,, +HPC,2018,14,, +HPC,2018,15,, +HPC,2018,16,, +HPC,2018,17,, +HPC,2018,18,, +HPC,2019,0,, +HPC,2019,1,, +HPC,2019,2,, +HPC,2019,3,, +HPC,2019,4,, +HPC,2019,5,, +HPC,2019,6,, +HPC,2019,7,, +HPC,2019,8,, +HPC,2019,9,, +HPC,2019,10,, +HPC,2019,11,, +HPC,2019,12,, +HPC,2019,13,, +HPC,2019,14,, +HPC,2019,15,, +HPC,2019,16,, +HPC,2019,17,, +HPC,2019,18,, +HPC,2020,0,, +HPC,2020,1,, +HPC,2020,2,, +HPC,2020,3,, +HPC,2020,4,, +HPC,2020,5,, +HPC,2020,6,, +HPC,2020,7,, +HPC,2020,8,, +HPC,2020,9,, +HPC,2020,10,, +HPC,2020,11,, +HPC,2020,12,, +HPC,2020,13,, +HPC,2020,14,, +HPC,2020,15,, +HPC,2020,16,, +HPC,2020,17,, +HPC,2020,18,, +HPC,2021,0,, +HPC,2021,1,, +HPC,2021,2,, +HPC,2021,3,, +HPC,2021,4,, +HPC,2021,5,, +HPC,2021,6,, +HPC,2021,7,, +HPC,2021,8,, +HPC,2021,9,, +HPC,2021,10,, +HPC,2021,11,, +HPC,2021,12,, +HPC,2021,13,, +HPC,2021,14,, +HPC,2021,15,, +HPC,2021,16,, +HPC,2021,17,, +HPC,2021,18,, +HPC,2022,0,, +HPC,2022,1,, +HPC,2022,2,, +HPC,2022,3,, +HPC,2022,4,, +HPC,2022,5,, +HPC,2022,6,, +HPC,2022,7,, +HPC,2022,8,, +HPC,2022,9,, +HPC,2022,10,, +HPC,2022,11,, +HPC,2022,12,, +HPC,2022,13,, +HPC,2022,14,, +HPC,2022,15,, +HPC,2022,16,, +HPC,2022,17,, +HPC,2022,18,, +HPC,2023,0,, +HPC,2023,1,, +HPC,2023,2,, +HPC,2023,3,, +HPC,2023,4,, +HPC,2023,5,, +HPC,2023,6,, +HPC,2023,7,, +HPC,2023,8,, +HPC,2023,9,, +HPC,2023,10,, +HPC,2023,11,, +HPC,2023,12,, +HPC,2023,13,, +HPC,2023,14,, +HPC,2023,15,, +HPC,2023,16,, +HPC,2023,17,, +HPC,2023,18,, +HPC,2024,0,, +HPC,2024,1,, +HPC,2024,2,, +HPC,2024,3,, +HPC,2024,4,, +HPC,2024,5,, +HPC,2024,6,, +HPC,2024,7,, +HPC,2024,8,, +HPC,2024,9,, +HPC,2024,10,, +HPC,2024,11,, +HPC,2024,12,, +HPC,2024,13,, +HPC,2024,14,, +HPC,2024,15,, +HPC,2024,16,, +HPC,2024,17,, +HPC,2024,18,, +HPC,2025,0,, +HPC,2025,1,, +HPC,2025,2,, +HPC,2025,3,, +HPC,2025,4,, +HPC,2025,5,, +HPC,2025,6,, +HPC,2025,7,, +HPC,2025,8,, +HPC,2025,9,, +HPC,2025,10,, +HPC,2025,11,, +HPC,2025,12,, +HPC,2025,13,, +HPC,2025,14,, +HPC,2025,15,, +HPC,2025,16,, +HPC,2025,17,, +HPC,2025,18,, +HPC,2026,0,, +HPC,2026,1,, +HPC,2026,2,, +HPC,2026,3,, +HPC,2026,4,, +HPC,2026,5,, +HPC,2026,6,, +HPC,2026,7,, +HPC,2026,8,, +HPC,2026,9,, +HPC,2026,10,, +HPC,2026,11,, +HPC,2026,12,, +HPC,2026,13,, +HPC,2026,14,, +HPC,2026,15,, +HPC,2026,16,, +HPC,2026,17,, +HPC,2026,18,, +HPC,2027,0,, +HPC,2027,1,, +HPC,2027,2,, +HPC,2027,3,, +HPC,2027,4,, +HPC,2027,5,, +HPC,2027,6,, +HPC,2027,7,, +HPC,2027,8,, +HPC,2027,9,, +HPC,2027,10,, +HPC,2027,11,, +HPC,2027,12,, +HPC,2027,13,, +HPC,2027,14,, +HPC,2027,15,, +HPC,2027,16,, +HPC,2027,17,, +HPC,2027,18,, +HPC,2028,0,, +HPC,2028,1,, +HPC,2028,2,, +HPC,2028,3,, +HPC,2028,4,, +HPC,2028,5,, +HPC,2028,6,, +HPC,2028,7,, +HPC,2028,8,, +HPC,2028,9,, +HPC,2028,10,, +HPC,2028,11,, +HPC,2028,12,, +HPC,2028,13,, +HPC,2028,14,, +HPC,2028,15,, +HPC,2028,16,, +HPC,2028,17,, +HPC,2028,18,, +HPC,2029,0,, +HPC,2029,1,, +HPC,2029,2,, +HPC,2029,3,, +HPC,2029,4,, +HPC,2029,5,, +HPC,2029,6,, +HPC,2029,7,, +HPC,2029,8,, +HPC,2029,9,, +HPC,2029,10,, +HPC,2029,11,, +HPC,2029,12,, +HPC,2029,13,, +HPC,2029,14,, +HPC,2029,15,, +HPC,2029,16,, +HPC,2029,17,, +HPC,2029,18,, +HPC,2030,0,, +HPC,2030,1,, +HPC,2030,2,, +HPC,2030,3,, +HPC,2030,4,, +HPC,2030,5,, +HPC,2030,6,, +HPC,2030,7,, +HPC,2030,8,, +HPC,2030,9,, +HPC,2030,10,, +HPC,2030,11,, +HPC,2030,12,, +HPC,2030,13,, +HPC,2030,14,, +HPC,2030,15,, +HPC,2030,16,, +HPC,2030,17,, +HPC,2030,18,, +HPC,2031,0,, +HPC,2031,1,, +HPC,2031,2,, +HPC,2031,3,, +HPC,2031,4,, +HPC,2031,5,, +HPC,2031,6,, +HPC,2031,7,, +HPC,2031,8,, +HPC,2031,9,, +HPC,2031,10,, +HPC,2031,11,, +HPC,2031,12,, +HPC,2031,13,, +HPC,2031,14,, +HPC,2031,15,, +HPC,2031,16,, +HPC,2031,17,, +HPC,2031,18,, +HPC,2032,0,, +HPC,2032,1,, +HPC,2032,2,, +HPC,2032,3,, +HPC,2032,4,, +HPC,2032,5,, +HPC,2032,6,, +HPC,2032,7,, +HPC,2032,8,, +HPC,2032,9,, +HPC,2032,10,, +HPC,2032,11,, +HPC,2032,12,, +HPC,2032,13,, +HPC,2032,14,, +HPC,2032,15,, +HPC,2032,16,, +HPC,2032,17,, +HPC,2032,18,, +HPC,2033,0,, +HPC,2033,1,, +HPC,2033,2,, +HPC,2033,3,, +HPC,2033,4,, +HPC,2033,5,, +HPC,2033,6,, +HPC,2033,7,, +HPC,2033,8,, +HPC,2033,9,, +HPC,2033,10,, +HPC,2033,11,, +HPC,2033,12,, +HPC,2033,13,, +HPC,2033,14,, +HPC,2033,15,, +HPC,2033,16,, +HPC,2033,17,, +HPC,2033,18,, +HPC,2034,0,, +HPC,2034,1,, +HPC,2034,2,, +HPC,2034,3,, +HPC,2034,4,, +HPC,2034,5,, +HPC,2034,6,, +HPC,2034,7,, +HPC,2034,8,, +HPC,2034,9,, +HPC,2034,10,, +HPC,2034,11,, +HPC,2034,12,, +HPC,2034,13,, +HPC,2034,14,, +HPC,2034,15,, +HPC,2034,16,, +HPC,2034,17,, +HPC,2034,18,, +HPC,2035,0,, +HPC,2035,1,, +HPC,2035,2,, +HPC,2035,3,, +HPC,2035,4,, +HPC,2035,5,, +HPC,2035,6,, +HPC,2035,7,, +HPC,2035,8,, +HPC,2035,9,, +HPC,2035,10,, +HPC,2035,11,, +HPC,2035,12,, +HPC,2035,13,, +HPC,2035,14,, +HPC,2035,15,, +HPC,2035,16,, +HPC,2035,17,, +HPC,2035,18,, +HPC,2036,0,, +HPC,2036,1,, +HPC,2036,2,, +HPC,2036,3,, +HPC,2036,4,, +HPC,2036,5,, +HPC,2036,6,, +HPC,2036,7,, +HPC,2036,8,, +HPC,2036,9,, +HPC,2036,10,, +HPC,2036,11,, +HPC,2036,12,, +HPC,2036,13,, +HPC,2036,14,, +HPC,2036,15,, +HPC,2036,16,, +HPC,2036,17,, +HPC,2036,18,, +HPC,2037,0,, +HPC,2037,1,, +HPC,2037,2,, +HPC,2037,3,, +HPC,2037,4,, +HPC,2037,5,, +HPC,2037,6,, +HPC,2037,7,, +HPC,2037,8,, +HPC,2037,9,, +HPC,2037,10,, +HPC,2037,11,, +HPC,2037,12,, +HPC,2037,13,, +HPC,2037,14,, +HPC,2037,15,, +HPC,2037,16,, +HPC,2037,17,, +HPC,2037,18,, +HPC,2038,0,, +HPC,2038,1,, +HPC,2038,2,, +HPC,2038,3,, +HPC,2038,4,, +HPC,2038,5,, +HPC,2038,6,, +HPC,2038,7,, +HPC,2038,8,, +HPC,2038,9,, +HPC,2038,10,, +HPC,2038,11,, +HPC,2038,12,, +HPC,2038,13,, +HPC,2038,14,, +HPC,2038,15,, +HPC,2038,16,, +HPC,2038,17,, +HPC,2038,18,, +HPC,2039,0,, +HPC,2039,1,, +HPC,2039,2,, +HPC,2039,3,, +HPC,2039,4,, +HPC,2039,5,, +HPC,2039,6,, +HPC,2039,7,, +HPC,2039,8,, +HPC,2039,9,, +HPC,2039,10,, +HPC,2039,11,, +HPC,2039,12,, +HPC,2039,13,, +HPC,2039,14,, +HPC,2039,15,, +HPC,2039,16,, +HPC,2039,17,, +HPC,2039,18,, +HPC,2040,0,, +HPC,2040,1,, +HPC,2040,2,, +HPC,2040,3,, +HPC,2040,4,, +HPC,2040,5,, +HPC,2040,6,, +HPC,2040,7,, +HPC,2040,8,, +HPC,2040,9,, +HPC,2040,10,, +HPC,2040,11,, +HPC,2040,12,, +HPC,2040,13,, +HPC,2040,14,, +HPC,2040,15,, +HPC,2040,16,, +HPC,2040,17,, +HPC,2040,18,, +HPC,2041,0,, +HPC,2041,1,, +HPC,2041,2,, +HPC,2041,3,, +HPC,2041,4,, +HPC,2041,5,, +HPC,2041,6,, +HPC,2041,7,, +HPC,2041,8,, +HPC,2041,9,, +HPC,2041,10,, +HPC,2041,11,, +HPC,2041,12,, +HPC,2041,13,, +HPC,2041,14,, +HPC,2041,15,, +HPC,2041,16,, +HPC,2041,17,, +HPC,2041,18,, +HPC,2042,0,, +HPC,2042,1,, +HPC,2042,2,, +HPC,2042,3,, +HPC,2042,4,, +HPC,2042,5,, +HPC,2042,6,, +HPC,2042,7,, +HPC,2042,8,, +HPC,2042,9,, +HPC,2042,10,, +HPC,2042,11,, +HPC,2042,12,, +HPC,2042,13,, +HPC,2042,14,, +HPC,2042,15,, +HPC,2042,16,, +HPC,2042,17,, +HPC,2042,18,, +HPC,2043,0,, +HPC,2043,1,, +HPC,2043,2,, +HPC,2043,3,, +HPC,2043,4,, +HPC,2043,5,, +HPC,2043,6,, +HPC,2043,7,, +HPC,2043,8,, +HPC,2043,9,, +HPC,2043,10,, +HPC,2043,11,, +HPC,2043,12,, +HPC,2043,13,, +HPC,2043,14,, +HPC,2043,15,, +HPC,2043,16,, +HPC,2043,17,, +HPC,2043,18,, +HPC,2044,0,, +HPC,2044,1,, +HPC,2044,2,, +HPC,2044,3,, +HPC,2044,4,, +HPC,2044,5,, +HPC,2044,6,, +HPC,2044,7,, +HPC,2044,8,, +HPC,2044,9,, +HPC,2044,10,, +HPC,2044,11,, +HPC,2044,12,, +HPC,2044,13,, +HPC,2044,14,, +HPC,2044,15,, +HPC,2044,16,, +HPC,2044,17,, +HPC,2044,18,, +HPC,2045,0,, +HPC,2045,1,, +HPC,2045,2,, +HPC,2045,3,, +HPC,2045,4,, +HPC,2045,5,, +HPC,2045,6,, +HPC,2045,7,, +HPC,2045,8,, +HPC,2045,9,, +HPC,2045,10,, +HPC,2045,11,, +HPC,2045,12,, +HPC,2045,13,, +HPC,2045,14,, +HPC,2045,15,, +HPC,2045,16,, +HPC,2045,17,, +HPC,2045,18,, +HPC,2046,0,, +HPC,2046,1,, +HPC,2046,2,, +HPC,2046,3,, +HPC,2046,4,, +HPC,2046,5,, +HPC,2046,6,, +HPC,2046,7,, +HPC,2046,8,, +HPC,2046,9,, +HPC,2046,10,, +HPC,2046,11,, +HPC,2046,12,, +HPC,2046,13,, +HPC,2046,14,, +HPC,2046,15,, +HPC,2046,16,, +HPC,2046,17,, +HPC,2046,18,, +HPC,2047,0,, +HPC,2047,1,, +HPC,2047,2,, +HPC,2047,3,, +HPC,2047,4,, +HPC,2047,5,, +HPC,2047,6,, +HPC,2047,7,, +HPC,2047,8,, +HPC,2047,9,, +HPC,2047,10,, +HPC,2047,11,, +HPC,2047,12,, +HPC,2047,13,, +HPC,2047,14,, +HPC,2047,15,, +HPC,2047,16,, +HPC,2047,17,, +HPC,2047,18,, +HPC,2048,0,, +HPC,2048,1,, +HPC,2048,2,, +HPC,2048,3,, +HPC,2048,4,, +HPC,2048,5,, +HPC,2048,6,, +HPC,2048,7,, +HPC,2048,8,, +HPC,2048,9,, +HPC,2048,10,, +HPC,2048,11,, +HPC,2048,12,, +HPC,2048,13,, +HPC,2048,14,, +HPC,2048,15,, +HPC,2048,16,, +HPC,2048,17,, +HPC,2048,18,, +HPC,2049,0,, +HPC,2049,1,, +HPC,2049,2,, +HPC,2049,3,, +HPC,2049,4,, +HPC,2049,5,, +HPC,2049,6,, +HPC,2049,7,, +HPC,2049,8,, +HPC,2049,9,, +HPC,2049,10,, +HPC,2049,11,, +HPC,2049,12,, +HPC,2049,13,, +HPC,2049,14,, +HPC,2049,15,, +HPC,2049,16,, +HPC,2049,17,, +HPC,2049,18,, +HPC,2050,0,, +HPC,2050,1,, +HPC,2050,2,, +HPC,2050,3,, +HPC,2050,4,, +HPC,2050,5,, +HPC,2050,6,, +HPC,2050,7,, +HPC,2050,8,, +HPC,2050,9,, +HPC,2050,10,, +HPC,2050,11,, +HPC,2050,12,, +HPC,2050,13,, +HPC,2050,14,, +HPC,2050,15,, +HPC,2050,16,, +HPC,2050,17,, +HPC,2050,18,, +HRV,1990,0,26250,27725 +HRV,1990,1,27590,29165 +HRV,1990,2,28702,30356 +HRV,1990,3,29608,31321 +HRV,1990,4,30328,32084 +HRV,1990,5,30885,32668 +HRV,1990,6,31299,33094 +HRV,1990,7,31592,33387 +HRV,1990,8,31785,33570 +HRV,1990,9,31899,33665 +HRV,1990,10,31921,33656 +HRV,1990,11,31838,33529 +HRV,1990,12,31843,33499 +HRV,1990,13,32028,33667 +HRV,1990,14,32309,33940 +HRV,1990,15,32560,34173 +HRV,1990,16,32859,34453 +HRV,1990,17,32936,34482 +HRV,1990,18,32660,34114 +HRV,1991,0,25019,26446 +HRV,1991,1,26345,27848 +HRV,1991,2,27598,29191 +HRV,1991,3,28659,30326 +HRV,1991,4,29542,31268 +HRV,1991,5,30263,32032 +HRV,1991,6,30841,32641 +HRV,1991,7,31299,33117 +HRV,1991,8,31616,33439 +HRV,1991,9,31792,33607 +HRV,1991,10,31862,33658 +HRV,1991,11,31851,33618 +HRV,1991,12,31743,33466 +HRV,1991,13,31707,33397 +HRV,1991,14,31827,33505 +HRV,1991,15,32030,33707 +HRV,1991,16,32207,33871 +HRV,1991,17,32432,34082 +HRV,1991,18,32455,34051 +HRV,1992,0,23741,25121 +HRV,1992,1,25293,26774 +HRV,1992,2,26398,27915 +HRV,1992,3,27561,29159 +HRV,1992,4,28568,30236 +HRV,1992,5,29428,31152 +HRV,1992,6,30147,31915 +HRV,1992,7,30747,32548 +HRV,1992,8,31248,33073 +HRV,1992,9,31588,33424 +HRV,1992,10,31746,33576 +HRV,1992,11,31772,33584 +HRV,1992,12,31728,33513 +HRV,1992,13,31595,33335 +HRV,1992,14,31518,33227 +HRV,1992,15,31573,33275 +HRV,1992,16,31698,33405 +HRV,1992,17,31801,33499 +HRV,1992,18,31952,33641 +HRV,1993,0,22623,23961 +HRV,1993,1,24108,25529 +HRV,1993,2,25435,26932 +HRV,1993,3,26418,27938 +HRV,1993,4,27490,29082 +HRV,1993,5,28444,30098 +HRV,1993,6,29279,30987 +HRV,1993,7,29996,31748 +HRV,1993,8,30615,32404 +HRV,1993,9,31159,32978 +HRV,1993,10,31523,33356 +HRV,1993,11,31663,33493 +HRV,1993,12,31644,33458 +HRV,1993,13,31567,33355 +HRV,1993,14,31410,33153 +HRV,1993,15,31291,33005 +HRV,1993,16,31281,32993 +HRV,1993,17,31328,33050 +HRV,1993,18,31356,33074 +HRV,1994,0,21920,23225 +HRV,1994,1,23190,24555 +HRV,1994,2,24384,25808 +HRV,1994,3,25499,26981 +HRV,1994,4,26420,27934 +HRV,1994,5,27400,28975 +HRV,1994,6,28298,29931 +HRV,1994,7,29108,30791 +HRV,1994,8,29822,31550 +HRV,1994,9,30462,32228 +HRV,1994,10,31048,32849 +HRV,1994,11,31434,33255 +HRV,1994,12,31557,33377 +HRV,1994,13,31493,33298 +HRV,1994,14,31384,33163 +HRV,1994,15,31202,32937 +HRV,1994,16,31042,32750 +HRV,1994,17,30967,32678 +HRV,1994,18,30936,32663 +HRV,1995,0,21781,23064 +HRV,1995,1,22686,24002 +HRV,1995,2,23615,24972 +HRV,1995,3,24555,25957 +HRV,1995,4,25492,26942 +HRV,1995,5,26411,27912 +HRV,1995,6,27300,28852 +HRV,1995,7,28143,29745 +HRV,1995,8,28927,30577 +HRV,1995,9,29639,31333 +HRV,1995,10,30298,32033 +HRV,1995,11,30926,32702 +HRV,1995,12,31334,33134 +HRV,1995,13,31439,33241 +HRV,1995,14,31331,33118 +HRV,1995,15,31189,32952 +HRV,1995,16,30983,32702 +HRV,1995,17,30782,32476 +HRV,1995,18,30642,32345 +HRV,1996,0,22412,23707 +HRV,1996,1,21883,23145 +HRV,1996,2,22680,23969 +HRV,1996,3,23543,24865 +HRV,1996,4,24450,25810 +HRV,1996,5,25379,26781 +HRV,1996,6,26318,27764 +HRV,1996,7,27257,28748 +HRV,1996,8,28118,29653 +HRV,1996,9,28857,30432 +HRV,1996,10,29485,31095 +HRV,1996,11,30079,31723 +HRV,1996,12,30652,32327 +HRV,1996,13,31013,32705 +HRV,1996,14,31084,32774 +HRV,1996,15,30954,32629 +HRV,1996,16,30792,32442 +HRV,1996,17,30563,32171 +HRV,1996,18,30369,31948 +HRV,1997,0,23649,24966 +HRV,1997,1,23236,24528 +HRV,1997,2,21965,23198 +HRV,1997,3,22654,23906 +HRV,1997,4,23450,24728 +HRV,1997,5,24322,25632 +HRV,1997,6,25242,26587 +HRV,1997,7,26200,27582 +HRV,1997,8,27188,28609 +HRV,1997,9,28066,29524 +HRV,1997,10,28759,30249 +HRV,1997,11,29303,30820 +HRV,1997,12,29833,31373 +HRV,1997,13,30350,31912 +HRV,1997,14,30664,32235 +HRV,1997,15,30700,32268 +HRV,1997,16,30549,32100 +HRV,1997,17,30366,31892 +HRV,1997,18,30115,31601 +HRV,1998,0,25029,26369 +HRV,1998,1,23887,25176 +HRV,1998,2,23203,24461 +HRV,1998,3,22048,23250 +HRV,1998,4,22628,23843 +HRV,1998,5,23357,24592 +HRV,1998,6,24196,25455 +HRV,1998,7,25107,26394 +HRV,1998,8,26083,27401 +HRV,1998,9,27121,28472 +HRV,1998,10,28015,29396 +HRV,1998,11,28663,30067 +HRV,1998,12,29124,30546 +HRV,1998,13,29589,31026 +HRV,1998,14,30051,31499 +HRV,1998,15,30316,31768 +HRV,1998,16,30319,31764 +HRV,1998,17,30146,31574 +HRV,1998,18,29943,31344 +HRV,1999,0,25915,27274 +HRV,1999,1,24318,25611 +HRV,1999,2,23255,24501 +HRV,1999,3,22664,23880 +HRV,1999,4,22163,23347 +HRV,1999,5,22637,23826 +HRV,1999,6,23300,24502 +HRV,1999,7,24106,25327 +HRV,1999,8,25009,26251 +HRV,1999,9,26006,27273 +HRV,1999,10,27094,28389 +HRV,1999,11,28007,29325 +HRV,1999,12,28609,29943 +HRV,1999,13,28988,30330 +HRV,1999,14,29389,30738 +HRV,1999,15,29796,31147 +HRV,1999,16,30014,31363 +HRV,1999,17,29983,31321 +HRV,1999,18,29789,31108 +HRV,2000,0,25884,27254 +HRV,2000,1,24272,25575 +HRV,2000,2,23165,24418 +HRV,2000,3,22509,23727 +HRV,2000,4,22249,23446 +HRV,2000,5,22330,23516 +HRV,2000,6,22698,23883 +HRV,2000,7,23297,24488 +HRV,2000,8,24072,25276 +HRV,2000,9,24970,26189 +HRV,2000,10,25989,27228 +HRV,2000,11,27130,28393 +HRV,2000,12,28064,29343 +HRV,2000,13,28623,29911 +HRV,2000,14,28919,30208 +HRV,2000,15,29257,30544 +HRV,2000,16,29610,30890 +HRV,2000,17,29782,31052 +HRV,2000,18,29717,30973 +HRV,2001,0,24442,25727 +HRV,2001,1,25278,26594 +HRV,2001,2,24053,25319 +HRV,2001,3,23190,24415 +HRV,2001,4,22656,23852 +HRV,2001,5,22422,23597 +HRV,2001,6,22432,23594 +HRV,2001,7,22632,23786 +HRV,2001,8,23109,24265 +HRV,2001,9,23881,25048 +HRV,2001,10,24846,26030 +HRV,2001,11,25884,27087 +HRV,2001,12,27020,28244 +HRV,2001,13,27949,29187 +HRV,2001,14,28504,29748 +HRV,2001,15,28798,30038 +HRV,2001,16,29132,30368 +HRV,2001,17,29482,30708 +HRV,2001,18,29651,30865 +HRV,2002,0,22078,23274 +HRV,2002,1,22040,23230 +HRV,2002,2,24762,26054 +HRV,2002,3,23920,25174 +HRV,2002,4,23296,24519 +HRV,2002,5,22882,24080 +HRV,2002,6,22672,23850 +HRV,2002,7,22611,23774 +HRV,2002,8,22645,23794 +HRV,2002,9,23004,24149 +HRV,2002,10,23775,24931 +HRV,2002,11,24810,25984 +HRV,2002,12,25871,27064 +HRV,2002,13,27006,28219 +HRV,2002,14,27933,29159 +HRV,2002,15,28486,29715 +HRV,2002,16,28778,30001 +HRV,2002,17,29110,30326 +HRV,2002,18,29458,30660 +HRV,2003,0,19398,20512 +HRV,2003,1,20534,21685 +HRV,2003,2,21438,22616 +HRV,2003,3,24299,25582 +HRV,2003,4,23838,25097 +HRV,2003,5,23452,24688 +HRV,2003,6,23157,24372 +HRV,2003,7,22971,24168 +HRV,2003,8,22839,24018 +HRV,2003,9,22707,23865 +HRV,2003,10,22947,24098 +HRV,2003,11,23719,24880 +HRV,2003,12,24826,26009 +HRV,2003,13,25912,27114 +HRV,2003,14,27049,28269 +HRV,2003,15,27976,29209 +HRV,2003,16,28529,29763 +HRV,2003,17,28819,30044 +HRV,2003,18,29150,30364 +HRV,2004,0,17288,18340 +HRV,2004,1,19315,20439 +HRV,2004,2,20885,22062 +HRV,2004,3,22052,23266 +HRV,2004,4,23833,25110 +HRV,2004,5,23754,25021 +HRV,2004,6,23607,24860 +HRV,2004,7,23433,24668 +HRV,2004,8,23271,24488 +HRV,2004,9,23068,24264 +HRV,2004,10,22768,23938 +HRV,2004,11,22889,24048 +HRV,2004,12,23662,24831 +HRV,2004,13,24842,26035 +HRV,2004,14,25953,27165 +HRV,2004,15,27091,28322 +HRV,2004,16,28018,29261 +HRV,2004,17,28571,29812 +HRV,2004,18,28859,30089 +HRV,2005,0,16376,17404 +HRV,2005,1,18707,19820 +HRV,2005,2,20504,21681 +HRV,2005,3,21832,23053 +HRV,2005,4,22754,24004 +HRV,2005,5,23335,24600 +HRV,2005,6,23640,24908 +HRV,2005,7,23732,24995 +HRV,2005,8,23678,24928 +HRV,2005,9,23541,24773 +HRV,2005,10,23266,24475 +HRV,2005,11,22799,23976 +HRV,2005,12,22801,23961 +HRV,2005,13,23574,24745 +HRV,2005,14,24826,26022 +HRV,2005,15,25961,27177 +HRV,2005,16,27098,28333 +HRV,2005,17,28025,29270 +HRV,2005,18,28576,29817 +HRV,2006,0,17009,18069 +HRV,2006,1,17003,18063 +HRV,2006,2,18917,20046 +HRV,2006,3,20451,21634 +HRV,2006,4,21644,22868 +HRV,2006,5,22536,23788 +HRV,2006,6,23189,24460 +HRV,2006,7,23666,24948 +HRV,2006,8,23887,25167 +HRV,2006,9,23842,25107 +HRV,2006,10,23642,24885 +HRV,2006,11,23354,24570 +HRV,2006,12,22903,24085 +HRV,2006,13,22904,24066 +HRV,2006,14,23648,24818 +HRV,2006,15,24854,26047 +HRV,2006,16,25948,27157 +HRV,2006,17,27045,28270 +HRV,2006,18,27941,29175 +HRV,2007,0,18826,19954 +HRV,2007,1,19704,20868 +HRV,2007,2,17594,18679 +HRV,2007,3,19085,20222 +HRV,2007,4,20352,21533 +HRV,2007,5,21408,22626 +HRV,2007,6,22268,23513 +HRV,2007,7,22992,24258 +HRV,2007,8,23641,24925 +HRV,2007,9,23988,25277 +HRV,2007,10,23953,25225 +HRV,2007,11,23690,24934 +HRV,2007,12,23391,24605 +HRV,2007,13,22957,24134 +HRV,2007,14,22956,24112 +HRV,2007,15,23670,24829 +HRV,2007,16,24828,26006 +HRV,2007,17,25878,27070 +HRV,2007,18,26932,28137 +HRV,2008,0,21184,22400 +HRV,2008,1,20775,21979 +HRV,2008,2,20547,21744 +HRV,2008,3,18161,19263 +HRV,2008,4,19226,20365 +HRV,2008,5,20224,21397 +HRV,2008,6,21142,22346 +HRV,2008,7,21969,23198 +HRV,2008,8,22762,24016 +HRV,2008,9,23582,24862 +HRV,2008,10,24057,25344 +HRV,2008,11,24030,25300 +HRV,2008,12,23706,24942 +HRV,2008,13,23395,24598 +HRV,2008,14,22979,24143 +HRV,2008,15,22976,24116 +HRV,2008,16,23658,24799 +HRV,2008,17,24767,25923 +HRV,2008,18,25771,26938 +HRV,2009,0,23163,24466 +HRV,2009,1,21696,22940 +HRV,2009,2,20678,21880 +HRV,2009,3,20057,21234 +HRV,2009,4,18727,19844 +HRV,2009,5,19368,20505 +HRV,2009,6,20098,21258 +HRV,2009,7,20879,22064 +HRV,2009,8,21672,22883 +HRV,2009,9,22535,23773 +HRV,2009,10,23525,24796 +HRV,2009,11,24126,25409 +HRV,2009,12,24109,25373 +HRV,2009,13,23723,24948 +HRV,2009,14,23400,24589 +HRV,2009,15,23002,24150 +HRV,2009,16,22998,24119 +HRV,2009,17,23649,24767 +HRV,2009,18,24707,25837 +HRV,2010,0,24117,25491 +HRV,2010,1,22155,23436 +HRV,2010,2,20756,21969 +HRV,2010,3,19858,21025 +HRV,2010,4,19396,20537 +HRV,2010,5,19306,20437 +HRV,2010,6,19524,20658 +HRV,2010,7,19987,21134 +HRV,2010,8,20630,21798 +HRV,2010,9,21391,22582 +HRV,2010,10,22324,23545 +HRV,2010,11,23485,24746 +HRV,2010,12,24213,25490 +HRV,2010,13,24205,25462 +HRV,2010,14,23757,24969 +HRV,2010,15,23422,24595 +HRV,2010,16,23041,24172 +HRV,2010,17,23036,24137 +HRV,2010,18,23656,24751 +HRV,2011,0,23785,25218 +HRV,2011,1,23513,24837 +HRV,2011,2,21917,23159 +HRV,2011,3,20741,21924 +HRV,2011,4,19947,21091 +HRV,2011,5,19496,20617 +HRV,2011,6,19322,20434 +HRV,2011,7,19359,20473 +HRV,2011,8,19705,20831 +HRV,2011,9,20377,21525 +HRV,2011,10,21253,22429 +HRV,2011,11,22251,23458 +HRV,2011,12,23450,24697 +HRV,2011,13,24213,25477 +HRV,2011,14,24233,25476 +HRV,2011,15,23804,25002 +HRV,2011,16,23491,24648 +HRV,2011,17,23136,24251 +HRV,2011,18,23124,24207 +HRV,2012,0,22469,23949 +HRV,2012,1,21453,22804 +HRV,2012,2,22938,24210 +HRV,2012,3,21706,22909 +HRV,2012,4,20751,21904 +HRV,2012,5,20061,21180 +HRV,2012,6,19621,20721 +HRV,2012,7,19363,20455 +HRV,2012,8,19218,20311 +HRV,2012,9,19448,20552 +HRV,2012,10,20149,21277 +HRV,2012,11,21142,22300 +HRV,2012,12,22204,23396 +HRV,2012,13,23444,24676 +HRV,2012,14,24243,25492 +HRV,2012,15,24290,25518 +HRV,2012,16,23881,25063 +HRV,2012,17,23587,24729 +HRV,2012,18,23258,24358 +HRV,2013,0,20582,22093 +HRV,2013,1,20606,21985 +HRV,2013,2,20589,21864 +HRV,2013,3,22374,23599 +HRV,2013,4,21505,22674 +HRV,2013,5,20771,21898 +HRV,2013,6,20184,21283 +HRV,2013,7,19755,20838 +HRV,2013,8,19413,20489 +HRV,2013,9,19086,20161 +HRV,2013,10,19200,20286 +HRV,2013,11,19930,21042 +HRV,2013,12,21040,22186 +HRV,2013,13,22169,23350 +HRV,2013,14,23449,24671 +HRV,2013,15,24284,25523 +HRV,2013,16,24360,25577 +HRV,2013,17,23970,25140 +HRV,2013,18,23696,24825 +HRV,2014,0,18759,20268 +HRV,2014,1,19727,21120 +HRV,2014,2,20388,21685 +HRV,2014,3,20786,22005 +HRV,2014,4,21795,22981 +HRV,2014,5,21290,22432 +HRV,2014,6,20778,21886 +HRV,2014,7,20295,21380 +HRV,2014,8,19877,20950 +HRV,2014,9,19450,20517 +HRV,2014,10,18942,20006 +HRV,2014,11,18939,20014 +HRV,2014,12,19698,20801 +HRV,2014,13,20925,22066 +HRV,2014,14,22119,23297 +HRV,2014,15,23440,24659 +HRV,2014,16,24310,25548 +HRV,2014,17,24414,25629 +HRV,2014,18,24043,25211 +HRV,2015,0,17466,18936 +HRV,2015,1,19006,20393 +HRV,2015,2,20087,21401 +HRV,2015,3,20770,22023 +HRV,2015,4,21118,22318 +HRV,2015,5,21191,22349 +HRV,2015,6,21052,22177 +HRV,2015,7,20762,21862 +HRV,2015,8,20383,21465 +HRV,2015,9,19976,21049 +HRV,2015,10,19466,20534 +HRV,2015,11,18777,19840 +HRV,2015,12,18657,19731 +HRV,2015,13,19444,20548 +HRV,2015,14,20787,21933 +HRV,2015,15,22045,23231 +HRV,2015,16,23404,24633 +HRV,2015,17,24309,25557 +HRV,2015,18,24440,25666 +HRV,2016,0,16892,18241 +HRV,2016,1,17753,19186 +HRV,2016,2,19060,20426 +HRV,2016,3,19997,21302 +HRV,2016,4,20611,21859 +HRV,2016,5,20949,22146 +HRV,2016,6,21072,22223 +HRV,2016,7,21042,22152 +HRV,2016,8,20828,21907 +HRV,2016,9,20445,21508 +HRV,2016,10,19986,21044 +HRV,2016,11,19453,20507 +HRV,2016,12,18755,19806 +HRV,2016,13,18625,19687 +HRV,2016,14,19398,20490 +HRV,2016,15,20725,21857 +HRV,2016,16,21967,23138 +HRV,2016,17,23310,24523 +HRV,2016,18,24202,25432 +HRV,2017,0,16811,18002 +HRV,2017,1,18231,19464 +HRV,2017,2,18019,19424 +HRV,2017,3,19090,20447 +HRV,2017,4,19883,21189 +HRV,2017,5,20428,21682 +HRV,2017,6,20755,21960 +HRV,2017,7,20928,22083 +HRV,2017,8,21008,22114 +HRV,2017,9,20870,21940 +HRV,2017,10,20483,21537 +HRV,2017,11,19971,21025 +HRV,2017,12,19416,20468 +HRV,2017,13,18711,19761 +HRV,2017,14,18570,19631 +HRV,2017,15,19328,20418 +HRV,2017,16,20637,21767 +HRV,2017,17,21863,23031 +HRV,2017,18,23189,24397 +HRV,2018,0,17047,18069 +HRV,2018,1,18009,19148 +HRV,2018,2,18764,19985 +HRV,2018,3,18273,19657 +HRV,2018,4,19108,20462 +HRV,2018,5,19756,21070 +HRV,2018,6,20231,21500 +HRV,2018,7,20548,21768 +HRV,2018,8,20770,21938 +HRV,2018,9,20959,22069 +HRV,2018,10,20897,21966 +HRV,2018,11,20507,21561 +HRV,2018,12,19944,21001 +HRV,2018,13,19367,20424 +HRV,2018,14,18655,19710 +HRV,2018,15,18503,19569 +HRV,2018,16,19246,20342 +HRV,2018,17,20537,21672 +HRV,2018,18,21744,22917 +HRV,2019,0,17000,18000 +HRV,2019,1,18000,19000 +HRV,2019,2,18000,19000 +HRV,2019,3,19000,20000 +HRV,2019,4,19000,20000 +HRV,2019,5,19000,20000 +HRV,2019,6,20000,21000 +HRV,2019,7,20000,21000 +HRV,2019,8,20000,22000 +HRV,2019,9,21000,22000 +HRV,2019,10,21000,22000 +HRV,2019,11,21000,22000 +HRV,2019,12,21000,22000 +HRV,2019,13,20000,21000 +HRV,2019,14,19000,20000 +HRV,2019,15,19000,20000 +HRV,2019,16,18000,20000 +HRV,2019,17,19000,20000 +HRV,2019,18,20000,22000 +HRV,2020,0,17000,18000 +HRV,2020,1,18000,19000 +HRV,2020,2,18000,19000 +HRV,2020,3,18000,19000 +HRV,2020,4,18000,20000 +HRV,2020,5,19000,20000 +HRV,2020,6,19000,21000 +HRV,2020,7,20000,21000 +HRV,2020,8,20000,21000 +HRV,2020,9,20000,21000 +HRV,2020,10,20000,22000 +HRV,2020,11,21000,22000 +HRV,2020,12,21000,22000 +HRV,2020,13,21000,22000 +HRV,2020,14,20000,21000 +HRV,2020,15,19000,20000 +HRV,2020,16,19000,20000 +HRV,2020,17,18000,19000 +HRV,2020,18,19000,20000 +HRV,2021,0,17000,18000 +HRV,2021,1,17000,18000 +HRV,2021,2,18000,19000 +HRV,2021,3,18000,19000 +HRV,2021,4,18000,19000 +HRV,2021,5,18000,20000 +HRV,2021,6,19000,20000 +HRV,2021,7,19000,21000 +HRV,2021,8,19000,21000 +HRV,2021,9,20000,21000 +HRV,2021,10,20000,21000 +HRV,2021,11,20000,22000 +HRV,2021,12,21000,22000 +HRV,2021,13,21000,22000 +HRV,2021,14,21000,22000 +HRV,2021,15,20000,21000 +HRV,2021,16,19000,20000 +HRV,2021,17,19000,20000 +HRV,2021,18,18000,19000 +HRV,2022,0,17000,18000 +HRV,2022,1,17000,18000 +HRV,2022,2,17000,18000 +HRV,2022,3,18000,19000 +HRV,2022,4,18000,19000 +HRV,2022,5,18000,19000 +HRV,2022,6,18000,20000 +HRV,2022,7,19000,20000 +HRV,2022,8,19000,20000 +HRV,2022,9,19000,21000 +HRV,2022,10,20000,21000 +HRV,2022,11,20000,21000 +HRV,2022,12,20000,22000 +HRV,2022,13,21000,22000 +HRV,2022,14,21000,22000 +HRV,2022,15,21000,22000 +HRV,2022,16,20000,21000 +HRV,2022,17,19000,20000 +HRV,2022,18,18000,20000 +HRV,2023,0,17000,17000 +HRV,2023,1,17000,18000 +HRV,2023,2,17000,18000 +HRV,2023,3,17000,18000 +HRV,2023,4,17000,19000 +HRV,2023,5,18000,19000 +HRV,2023,6,18000,19000 +HRV,2023,7,18000,20000 +HRV,2023,8,19000,20000 +HRV,2023,9,19000,20000 +HRV,2023,10,19000,21000 +HRV,2023,11,20000,21000 +HRV,2023,12,20000,21000 +HRV,2023,13,20000,22000 +HRV,2023,14,21000,22000 +HRV,2023,15,21000,22000 +HRV,2023,16,21000,22000 +HRV,2023,17,20000,21000 +HRV,2023,18,19000,20000 +HRV,2024,0,16000,17000 +HRV,2024,1,16000,17000 +HRV,2024,2,16000,17000 +HRV,2024,3,17000,18000 +HRV,2024,4,17000,18000 +HRV,2024,5,17000,19000 +HRV,2024,6,18000,19000 +HRV,2024,7,18000,19000 +HRV,2024,8,18000,20000 +HRV,2024,9,19000,20000 +HRV,2024,10,19000,20000 +HRV,2024,11,19000,21000 +HRV,2024,12,20000,21000 +HRV,2024,13,20000,21000 +HRV,2024,14,20000,22000 +HRV,2024,15,21000,22000 +HRV,2024,16,21000,22000 +HRV,2024,17,21000,22000 +HRV,2024,18,20000,21000 +HRV,2025,0,16000,17000 +HRV,2025,1,16000,17000 +HRV,2025,2,16000,17000 +HRV,2025,3,17000,17000 +HRV,2025,4,17000,18000 +HRV,2025,5,17000,18000 +HRV,2025,6,17000,18000 +HRV,2025,7,18000,19000 +HRV,2025,8,18000,19000 +HRV,2025,9,19000,20000 +HRV,2025,10,19000,20000 +HRV,2025,11,19000,20000 +HRV,2025,12,19000,21000 +HRV,2025,13,20000,21000 +HRV,2025,14,20000,21000 +HRV,2025,15,20000,22000 +HRV,2025,16,21000,22000 +HRV,2025,17,21000,22000 +HRV,2025,18,20000,22000 +HRV,2026,0,16000,17000 +HRV,2026,1,16000,17000 +HRV,2026,2,16000,17000 +HRV,2026,3,16000,17000 +HRV,2026,4,17000,17000 +HRV,2026,5,17000,18000 +HRV,2026,6,17000,18000 +HRV,2026,7,17000,18000 +HRV,2026,8,18000,19000 +HRV,2026,9,18000,19000 +HRV,2026,10,19000,20000 +HRV,2026,11,19000,20000 +HRV,2026,12,19000,20000 +HRV,2026,13,19000,21000 +HRV,2026,14,20000,21000 +HRV,2026,15,20000,21000 +HRV,2026,16,20000,22000 +HRV,2026,17,21000,22000 +HRV,2026,18,21000,22000 +HRV,2027,0,15000,16000 +HRV,2027,1,16000,16000 +HRV,2027,2,16000,17000 +HRV,2027,3,16000,17000 +HRV,2027,4,16000,17000 +HRV,2027,5,16000,17000 +HRV,2027,6,17000,18000 +HRV,2027,7,17000,18000 +HRV,2027,8,17000,18000 +HRV,2027,9,18000,19000 +HRV,2027,10,18000,19000 +HRV,2027,11,18000,20000 +HRV,2027,12,19000,20000 +HRV,2027,13,19000,20000 +HRV,2027,14,19000,21000 +HRV,2027,15,20000,21000 +HRV,2027,16,20000,21000 +HRV,2027,17,20000,22000 +HRV,2027,18,21000,22000 +HRV,2028,0,15000,16000 +HRV,2028,1,15000,16000 +HRV,2028,2,16000,16000 +HRV,2028,3,16000,17000 +HRV,2028,4,16000,17000 +HRV,2028,5,16000,17000 +HRV,2028,6,16000,17000 +HRV,2028,7,17000,18000 +HRV,2028,8,17000,18000 +HRV,2028,9,17000,18000 +HRV,2028,10,18000,19000 +HRV,2028,11,18000,19000 +HRV,2028,12,18000,20000 +HRV,2028,13,19000,20000 +HRV,2028,14,19000,20000 +HRV,2028,15,19000,21000 +HRV,2028,16,20000,21000 +HRV,2028,17,20000,21000 +HRV,2028,18,20000,22000 +HRV,2029,0,15000,16000 +HRV,2029,1,15000,16000 +HRV,2029,2,15000,16000 +HRV,2029,3,16000,16000 +HRV,2029,4,16000,17000 +HRV,2029,5,16000,17000 +HRV,2029,6,16000,17000 +HRV,2029,7,16000,17000 +HRV,2029,8,17000,18000 +HRV,2029,9,17000,18000 +HRV,2029,10,17000,18000 +HRV,2029,11,18000,19000 +HRV,2029,12,18000,19000 +HRV,2029,13,18000,20000 +HRV,2029,14,19000,20000 +HRV,2029,15,19000,20000 +HRV,2029,16,19000,21000 +HRV,2029,17,20000,21000 +HRV,2029,18,20000,21000 +HRV,2030,0,15000,16000 +HRV,2030,1,15000,16000 +HRV,2030,2,15000,16000 +HRV,2030,3,15000,16000 +HRV,2030,4,15000,16000 +HRV,2030,5,16000,17000 +HRV,2030,6,16000,17000 +HRV,2030,7,16000,17000 +HRV,2030,8,16000,17000 +HRV,2030,9,17000,18000 +HRV,2030,10,17000,18000 +HRV,2030,11,17000,18000 +HRV,2030,12,18000,19000 +HRV,2030,13,18000,19000 +HRV,2030,14,18000,20000 +HRV,2030,15,19000,20000 +HRV,2030,16,19000,20000 +HRV,2030,17,19000,21000 +HRV,2030,18,20000,21000 +HRV,2031,0,15000,16000 +HRV,2031,1,15000,16000 +HRV,2031,2,15000,16000 +HRV,2031,3,15000,16000 +HRV,2031,4,15000,16000 +HRV,2031,5,15000,16000 +HRV,2031,6,16000,17000 +HRV,2031,7,16000,17000 +HRV,2031,8,16000,17000 +HRV,2031,9,16000,17000 +HRV,2031,10,17000,18000 +HRV,2031,11,17000,18000 +HRV,2031,12,17000,18000 +HRV,2031,13,18000,19000 +HRV,2031,14,18000,19000 +HRV,2031,15,18000,20000 +HRV,2031,16,19000,20000 +HRV,2031,17,19000,20000 +HRV,2031,18,19000,21000 +HRV,2032,0,15000,16000 +HRV,2032,1,15000,16000 +HRV,2032,2,15000,16000 +HRV,2032,3,15000,16000 +HRV,2032,4,15000,16000 +HRV,2032,5,15000,16000 +HRV,2032,6,15000,16000 +HRV,2032,7,16000,17000 +HRV,2032,8,16000,17000 +HRV,2032,9,16000,17000 +HRV,2032,10,16000,17000 +HRV,2032,11,17000,18000 +HRV,2032,12,17000,18000 +HRV,2032,13,17000,18000 +HRV,2032,14,18000,19000 +HRV,2032,15,18000,19000 +HRV,2032,16,18000,20000 +HRV,2032,17,19000,20000 +HRV,2032,18,19000,20000 +HRV,2033,0,15000,15000 +HRV,2033,1,15000,16000 +HRV,2033,2,15000,16000 +HRV,2033,3,15000,16000 +HRV,2033,4,15000,16000 +HRV,2033,5,15000,16000 +HRV,2033,6,15000,16000 +HRV,2033,7,15000,16000 +HRV,2033,8,16000,17000 +HRV,2033,9,16000,17000 +HRV,2033,10,16000,17000 +HRV,2033,11,16000,17000 +HRV,2033,12,17000,18000 +HRV,2033,13,17000,18000 +HRV,2033,14,17000,18000 +HRV,2033,15,18000,19000 +HRV,2033,16,18000,19000 +HRV,2033,17,18000,20000 +HRV,2033,18,19000,20000 +HRV,2034,0,14000,15000 +HRV,2034,1,15000,15000 +HRV,2034,2,15000,15000 +HRV,2034,3,15000,16000 +HRV,2034,4,15000,16000 +HRV,2034,5,15000,16000 +HRV,2034,6,15000,16000 +HRV,2034,7,15000,16000 +HRV,2034,8,15000,16000 +HRV,2034,9,16000,17000 +HRV,2034,10,16000,17000 +HRV,2034,11,16000,17000 +HRV,2034,12,16000,17000 +HRV,2034,13,17000,18000 +HRV,2034,14,17000,18000 +HRV,2034,15,17000,18000 +HRV,2034,16,18000,19000 +HRV,2034,17,18000,19000 +HRV,2034,18,18000,20000 +HRV,2035,0,14000,15000 +HRV,2035,1,14000,15000 +HRV,2035,2,15000,15000 +HRV,2035,3,15000,15000 +HRV,2035,4,15000,16000 +HRV,2035,5,15000,16000 +HRV,2035,6,15000,16000 +HRV,2035,7,15000,16000 +HRV,2035,8,15000,16000 +HRV,2035,9,15000,16000 +HRV,2035,10,16000,17000 +HRV,2035,11,16000,17000 +HRV,2035,12,16000,17000 +HRV,2035,13,16000,17000 +HRV,2035,14,17000,18000 +HRV,2035,15,17000,18000 +HRV,2035,16,17000,18000 +HRV,2035,17,18000,19000 +HRV,2035,18,18000,19000 +HRV,2036,0,14000,15000 +HRV,2036,1,14000,15000 +HRV,2036,2,14000,15000 +HRV,2036,3,15000,15000 +HRV,2036,4,15000,15000 +HRV,2036,5,15000,16000 +HRV,2036,6,15000,16000 +HRV,2036,7,15000,16000 +HRV,2036,8,15000,16000 +HRV,2036,9,15000,16000 +HRV,2036,10,15000,16000 +HRV,2036,11,16000,17000 +HRV,2036,12,16000,17000 +HRV,2036,13,16000,17000 +HRV,2036,14,16000,17000 +HRV,2036,15,17000,18000 +HRV,2036,16,17000,18000 +HRV,2036,17,17000,18000 +HRV,2036,18,18000,19000 +HRV,2037,0,14000,15000 +HRV,2037,1,14000,15000 +HRV,2037,2,14000,15000 +HRV,2037,3,14000,15000 +HRV,2037,4,14000,15000 +HRV,2037,5,15000,15000 +HRV,2037,6,15000,16000 +HRV,2037,7,15000,16000 +HRV,2037,8,15000,16000 +HRV,2037,9,15000,16000 +HRV,2037,10,15000,16000 +HRV,2037,11,15000,16000 +HRV,2037,12,16000,17000 +HRV,2037,13,16000,17000 +HRV,2037,14,16000,17000 +HRV,2037,15,16000,17000 +HRV,2037,16,17000,18000 +HRV,2037,17,17000,18000 +HRV,2037,18,17000,18000 +HRV,2038,0,14000,15000 +HRV,2038,1,14000,15000 +HRV,2038,2,14000,15000 +HRV,2038,3,14000,15000 +HRV,2038,4,14000,15000 +HRV,2038,5,14000,15000 +HRV,2038,6,15000,15000 +HRV,2038,7,15000,16000 +HRV,2038,8,15000,16000 +HRV,2038,9,15000,16000 +HRV,2038,10,15000,16000 +HRV,2038,11,15000,16000 +HRV,2038,12,15000,16000 +HRV,2038,13,16000,17000 +HRV,2038,14,16000,17000 +HRV,2038,15,16000,17000 +HRV,2038,16,16000,17000 +HRV,2038,17,17000,18000 +HRV,2038,18,17000,18000 +HRV,2039,0,14000,15000 +HRV,2039,1,14000,15000 +HRV,2039,2,14000,15000 +HRV,2039,3,14000,15000 +HRV,2039,4,14000,15000 +HRV,2039,5,14000,15000 +HRV,2039,6,14000,15000 +HRV,2039,7,15000,15000 +HRV,2039,8,15000,16000 +HRV,2039,9,15000,16000 +HRV,2039,10,15000,16000 +HRV,2039,11,15000,16000 +HRV,2039,12,15000,16000 +HRV,2039,13,15000,16000 +HRV,2039,14,16000,17000 +HRV,2039,15,16000,17000 +HRV,2039,16,16000,17000 +HRV,2039,17,16000,17000 +HRV,2039,18,17000,18000 +HRV,2040,0,14000,15000 +HRV,2040,1,14000,15000 +HRV,2040,2,14000,15000 +HRV,2040,3,14000,15000 +HRV,2040,4,14000,15000 +HRV,2040,5,14000,15000 +HRV,2040,6,14000,15000 +HRV,2040,7,14000,15000 +HRV,2040,8,15000,15000 +HRV,2040,9,15000,16000 +HRV,2040,10,15000,16000 +HRV,2040,11,15000,16000 +HRV,2040,12,15000,16000 +HRV,2040,13,15000,16000 +HRV,2040,14,15000,16000 +HRV,2040,15,16000,17000 +HRV,2040,16,16000,17000 +HRV,2040,17,16000,17000 +HRV,2040,18,16000,17000 +HRV,2041,0,14000,15000 +HRV,2041,1,14000,15000 +HRV,2041,2,14000,15000 +HRV,2041,3,14000,15000 +HRV,2041,4,14000,15000 +HRV,2041,5,14000,15000 +HRV,2041,6,14000,15000 +HRV,2041,7,14000,15000 +HRV,2041,8,14000,15000 +HRV,2041,9,15000,15000 +HRV,2041,10,15000,16000 +HRV,2041,11,15000,16000 +HRV,2041,12,15000,16000 +HRV,2041,13,15000,16000 +HRV,2041,14,15000,16000 +HRV,2041,15,15000,16000 +HRV,2041,16,16000,17000 +HRV,2041,17,16000,17000 +HRV,2041,18,16000,17000 +HRV,2042,0,14000,15000 +HRV,2042,1,14000,15000 +HRV,2042,2,14000,15000 +HRV,2042,3,14000,15000 +HRV,2042,4,14000,15000 +HRV,2042,5,14000,15000 +HRV,2042,6,14000,15000 +HRV,2042,7,14000,15000 +HRV,2042,8,14000,15000 +HRV,2042,9,14000,15000 +HRV,2042,10,15000,15000 +HRV,2042,11,15000,16000 +HRV,2042,12,15000,16000 +HRV,2042,13,15000,16000 +HRV,2042,14,15000,16000 +HRV,2042,15,15000,16000 +HRV,2042,16,15000,16000 +HRV,2042,17,16000,17000 +HRV,2042,18,16000,17000 +HRV,2043,0,14000,15000 +HRV,2043,1,14000,15000 +HRV,2043,2,14000,15000 +HRV,2043,3,14000,15000 +HRV,2043,4,14000,15000 +HRV,2043,5,14000,15000 +HRV,2043,6,14000,15000 +HRV,2043,7,14000,15000 +HRV,2043,8,14000,15000 +HRV,2043,9,14000,15000 +HRV,2043,10,14000,15000 +HRV,2043,11,15000,15000 +HRV,2043,12,15000,16000 +HRV,2043,13,15000,16000 +HRV,2043,14,15000,16000 +HRV,2043,15,15000,16000 +HRV,2043,16,15000,16000 +HRV,2043,17,15000,16000 +HRV,2043,18,16000,16000 +HRV,2044,0,14000,15000 +HRV,2044,1,14000,15000 +HRV,2044,2,14000,15000 +HRV,2044,3,14000,15000 +HRV,2044,4,14000,15000 +HRV,2044,5,14000,15000 +HRV,2044,6,14000,15000 +HRV,2044,7,14000,15000 +HRV,2044,8,14000,15000 +HRV,2044,9,14000,15000 +HRV,2044,10,14000,15000 +HRV,2044,11,14000,15000 +HRV,2044,12,15000,15000 +HRV,2044,13,15000,16000 +HRV,2044,14,15000,16000 +HRV,2044,15,15000,16000 +HRV,2044,16,15000,16000 +HRV,2044,17,15000,16000 +HRV,2044,18,15000,16000 +HRV,2045,0,14000,15000 +HRV,2045,1,14000,15000 +HRV,2045,2,14000,15000 +HRV,2045,3,14000,15000 +HRV,2045,4,14000,15000 +HRV,2045,5,14000,15000 +HRV,2045,6,14000,15000 +HRV,2045,7,14000,15000 +HRV,2045,8,14000,15000 +HRV,2045,9,14000,15000 +HRV,2045,10,14000,15000 +HRV,2045,11,14000,15000 +HRV,2045,12,14000,15000 +HRV,2045,13,15000,15000 +HRV,2045,14,15000,16000 +HRV,2045,15,15000,16000 +HRV,2045,16,15000,16000 +HRV,2045,17,15000,16000 +HRV,2045,18,15000,16000 +HRV,2046,0,14000,14000 +HRV,2046,1,14000,15000 +HRV,2046,2,14000,15000 +HRV,2046,3,14000,15000 +HRV,2046,4,14000,15000 +HRV,2046,5,14000,15000 +HRV,2046,6,14000,15000 +HRV,2046,7,14000,15000 +HRV,2046,8,14000,15000 +HRV,2046,9,14000,15000 +HRV,2046,10,14000,15000 +HRV,2046,11,14000,15000 +HRV,2046,12,14000,15000 +HRV,2046,13,14000,15000 +HRV,2046,14,15000,15000 +HRV,2046,15,15000,15000 +HRV,2046,16,15000,16000 +HRV,2046,17,15000,16000 +HRV,2046,18,15000,16000 +HRV,2047,0,14000,14000 +HRV,2047,1,14000,14000 +HRV,2047,2,14000,15000 +HRV,2047,3,14000,15000 +HRV,2047,4,14000,15000 +HRV,2047,5,14000,15000 +HRV,2047,6,14000,15000 +HRV,2047,7,14000,15000 +HRV,2047,8,14000,15000 +HRV,2047,9,14000,15000 +HRV,2047,10,14000,15000 +HRV,2047,11,14000,15000 +HRV,2047,12,14000,15000 +HRV,2047,13,14000,15000 +HRV,2047,14,14000,15000 +HRV,2047,15,15000,15000 +HRV,2047,16,15000,15000 +HRV,2047,17,15000,16000 +HRV,2047,18,15000,16000 +HRV,2048,0,13000,14000 +HRV,2048,1,13000,14000 +HRV,2048,2,14000,14000 +HRV,2048,3,14000,14000 +HRV,2048,4,14000,15000 +HRV,2048,5,14000,15000 +HRV,2048,6,14000,15000 +HRV,2048,7,14000,15000 +HRV,2048,8,14000,15000 +HRV,2048,9,14000,15000 +HRV,2048,10,14000,15000 +HRV,2048,11,14000,15000 +HRV,2048,12,14000,15000 +HRV,2048,13,14000,15000 +HRV,2048,14,14000,15000 +HRV,2048,15,14000,15000 +HRV,2048,16,14000,15000 +HRV,2048,17,15000,15000 +HRV,2048,18,15000,16000 +HRV,2049,0,13000,14000 +HRV,2049,1,13000,14000 +HRV,2049,2,13000,14000 +HRV,2049,3,14000,14000 +HRV,2049,4,14000,14000 +HRV,2049,5,14000,15000 +HRV,2049,6,14000,15000 +HRV,2049,7,14000,15000 +HRV,2049,8,14000,15000 +HRV,2049,9,14000,15000 +HRV,2049,10,14000,15000 +HRV,2049,11,14000,15000 +HRV,2049,12,14000,15000 +HRV,2049,13,14000,15000 +HRV,2049,14,14000,15000 +HRV,2049,15,14000,15000 +HRV,2049,16,14000,15000 +HRV,2049,17,14000,15000 +HRV,2049,18,15000,15000 +HRV,2050,0,13000,14000 +HRV,2050,1,13000,14000 +HRV,2050,2,13000,14000 +HRV,2050,3,13000,14000 +HRV,2050,4,14000,14000 +HRV,2050,5,14000,14000 +HRV,2050,6,14000,14000 +HRV,2050,7,14000,15000 +HRV,2050,8,14000,15000 +HRV,2050,9,14000,15000 +HRV,2050,10,14000,15000 +HRV,2050,11,14000,15000 +HRV,2050,12,14000,15000 +HRV,2050,13,14000,15000 +HRV,2050,14,14000,15000 +HRV,2050,15,14000,15000 +HRV,2050,16,14000,15000 +HRV,2050,17,14000,15000 +HRV,2050,18,14000,15000 +HTI,1990,0,110610,113635 +HTI,1990,1,112818,116032 +HTI,1990,2,113790,117099 +HTI,1990,3,113656,116972 +HTI,1990,4,112543,115788 +HTI,1990,5,110582,113684 +HTI,1990,6,107900,110797 +HTI,1990,7,104628,107263 +HTI,1990,8,100893,103220 +HTI,1990,9,96824,98803 +HTI,1990,10,92455,94048 +HTI,1990,11,87817,88992 +HTI,1990,12,83522,84276 +HTI,1990,13,79891,80241 +HTI,1990,14,76764,76719 +HTI,1990,15,73586,73139 +HTI,1990,16,70382,69538 +HTI,1990,17,67804,66553 +HTI,1990,18,66095,64421 +HTI,1991,0,111346,114523 +HTI,1991,1,110605,113609 +HTI,1991,2,112194,115321 +HTI,1991,3,112821,116001 +HTI,1991,4,112568,115733 +HTI,1991,5,111514,114599 +HTI,1991,6,109790,112740 +HTI,1991,7,107531,110295 +HTI,1991,8,104552,107065 +HTI,1991,9,100828,103017 +HTI,1991,10,96598,98406 +HTI,1991,11,92155,93557 +HTI,1991,12,87479,88452 +HTI,1991,13,83152,83674 +HTI,1991,14,79506,79564 +HTI,1991,15,76374,75961 +HTI,1991,16,73184,72298 +HTI,1991,17,69966,68605 +HTI,1991,18,67361,65566 +HTI,1992,0,113301,116756 +HTI,1992,1,114073,117500 +HTI,1992,2,110458,113413 +HTI,1992,3,111426,114437 +HTI,1992,4,111708,114729 +HTI,1992,5,111336,114319 +HTI,1992,6,110341,113237 +HTI,1992,7,108858,111625 +HTI,1992,8,107024,109628 +HTI,1992,9,104342,106705 +HTI,1992,10,100635,102660 +HTI,1992,11,96247,97862 +HTI,1992,12,91736,92924 +HTI,1992,13,87029,87778 +HTI,1992,14,82675,82946 +HTI,1992,15,79020,78766 +HTI,1992,16,75887,75088 +HTI,1992,17,72688,71346 +HTI,1992,18,69460,67569 +HTI,1993,0,115989,119796 +HTI,1993,1,115153,118741 +HTI,1993,2,114253,117648 +HTI,1993,3,110253,113146 +HTI,1993,4,110599,113481 +HTI,1993,5,110536,113385 +HTI,1993,6,110046,112835 +HTI,1993,7,109111,111805 +HTI,1993,8,107869,110442 +HTI,1993,9,106460,108892 +HTI,1993,10,104077,106279 +HTI,1993,11,100388,102238 +HTI,1993,12,95846,97256 +HTI,1993,13,91269,92234 +HTI,1993,14,86532,87050 +HTI,1993,15,82155,82166 +HTI,1993,16,78492,77920 +HTI,1993,17,75359,74168 +HTI,1993,18,72153,70351 +HTI,1994,0,118657,122810 +HTI,1994,1,116309,120073 +HTI,1994,2,114375,117823 +HTI,1994,3,112774,115967 +HTI,1994,4,110094,112933 +HTI,1994,5,109819,112581 +HTI,1994,6,109412,112098 +HTI,1994,7,108804,111407 +HTI,1994,8,107928,110429 +HTI,1994,9,106926,109313 +HTI,1994,10,105941,108209 +HTI,1994,11,103856,105904 +HTI,1994,12,100184,101866 +HTI,1994,13,95485,96698 +HTI,1994,14,90841,91589 +HTI,1994,15,86072,86365 +HTI,1994,16,81669,81427 +HTI,1994,17,77997,77112 +HTI,1994,18,74864,73286 +HTI,1995,0,120719,125151 +HTI,1995,1,117358,121293 +HTI,1995,2,114724,118262 +HTI,1995,3,112699,115926 +HTI,1995,4,111168,114154 +HTI,1995,5,110013,112813 +HTI,1995,6,109117,111774 +HTI,1995,7,108364,110903 +HTI,1995,8,107638,110070 +HTI,1995,9,106821,109143 +HTI,1995,10,106059,108274 +HTI,1995,11,105498,107616 +HTI,1995,12,103708,105617 +HTI,1995,13,100050,101578 +HTI,1995,14,95192,96219 +HTI,1995,15,90477,91019 +HTI,1995,16,85673,85751 +HTI,1995,17,81241,80754 +HTI,1995,18,77557,76368 +HTI,1996,0,121780,126353 +HTI,1996,1,119198,123409 +HTI,1996,2,116259,120027 +HTI,1996,3,113924,117329 +HTI,1996,4,112093,115205 +HTI,1996,5,110668,113541 +HTI,1996,6,109535,112211 +HTI,1996,7,108582,111085 +HTI,1996,8,107778,110140 +HTI,1996,9,107054,109297 +HTI,1996,10,106268,108395 +HTI,1996,11,105495,107503 +HTI,1996,12,104893,106796 +HTI,1996,13,103073,104735 +HTI,1996,14,99408,100621 +HTI,1996,15,94557,95181 +HTI,1996,16,89842,89900 +HTI,1996,17,85038,84549 +HTI,1996,18,80593,79499 +HTI,1997,0,122296,126952 +HTI,1997,1,118662,122825 +HTI,1997,2,117765,121774 +HTI,1997,3,115246,118865 +HTI,1997,4,113207,116499 +HTI,1997,5,111569,114583 +HTI,1997,6,110249,113027 +HTI,1997,7,109138,111705 +HTI,1997,8,108125,110492 +HTI,1997,9,107270,109471 +HTI,1997,10,106548,108618 +HTI,1997,11,105793,107741 +HTI,1997,12,105007,106825 +HTI,1997,13,104364,106068 +HTI,1997,14,102514,103943 +HTI,1997,15,98839,99750 +HTI,1997,16,93991,94225 +HTI,1997,17,89272,88859 +HTI,1997,18,84465,83421 +HTI,1998,0,122446,127135 +HTI,1998,1,119256,123525 +HTI,1998,2,116667,120577 +HTI,1998,3,116393,120214 +HTI,1998,4,114292,117776 +HTI,1998,5,112550,115739 +HTI,1998,6,111103,114031 +HTI,1998,7,109887,112582 +HTI,1998,8,108797,111268 +HTI,1998,9,107725,109967 +HTI,1998,10,106818,108869 +HTI,1998,11,106098,108006 +HTI,1998,12,105373,107152 +HTI,1998,13,104575,106212 +HTI,1998,14,103890,105405 +HTI,1998,15,102007,103215 +HTI,1998,16,98321,98941 +HTI,1998,17,93474,93327 +HTI,1998,18,88749,87873 +HTI,1999,0,122514,127204 +HTI,1999,1,119842,124197 +HTI,1999,2,117577,121630 +HTI,1999,3,115668,119446 +HTI,1999,4,115032,118669 +HTI,1999,5,113349,116703 +HTI,1999,6,111903,114995 +HTI,1999,7,110648,113494 +HTI,1999,8,109536,112151 +HTI,1999,9,108467,110845 +HTI,1999,10,107335,109456 +HTI,1999,11,106377,108281 +HTI,1999,12,105658,107408 +HTI,1999,13,104963,106578 +HTI,1999,14,104152,105614 +HTI,1999,15,103426,104757 +HTI,1999,16,101511,102501 +HTI,1999,17,97813,98145 +HTI,1999,18,92966,92441 +HTI,2000,0,122723,127398 +HTI,2000,1,120448,124865 +HTI,2000,2,118434,122601 +HTI,2000,3,116650,120575 +HTI,2000,4,115069,118756 +HTI,2000,5,113660,117114 +HTI,2000,6,112396,115620 +HTI,2000,7,111246,114242 +HTI,2000,8,110183,112950 +HTI,2000,9,109176,111713 +HTI,2000,10,108127,110415 +HTI,2000,11,106936,108938 +HTI,2000,12,105926,107686 +HTI,2000,13,105209,106802 +HTI,2000,14,104544,105995 +HTI,2000,15,103721,105007 +HTI,2000,16,102953,104100 +HTI,2000,17,101006,101779 +HTI,2000,18,97296,97341 +HTI,2001,0,123029,127633 +HTI,2001,1,121634,126146 +HTI,2001,2,119552,123822 +HTI,2001,3,117687,121718 +HTI,2001,4,116015,119808 +HTI,2001,5,114511,118066 +HTI,2001,6,113148,116466 +HTI,2001,7,111901,114978 +HTI,2001,8,110757,113592 +HTI,2001,9,109695,112287 +HTI,2001,10,108685,111031 +HTI,2001,11,107617,109697 +HTI,2001,12,106393,108177 +HTI,2001,13,105353,106863 +HTI,2001,14,104615,105895 +HTI,2001,15,103936,104994 +HTI,2001,16,103095,103914 +HTI,2001,17,102309,102909 +HTI,2001,18,100337,100532 +HTI,2002,0,123463,127981 +HTI,2002,1,121596,125981 +HTI,2002,2,120578,124939 +HTI,2002,3,118688,122824 +HTI,2002,4,116972,120878 +HTI,2002,5,115410,119083 +HTI,2002,6,113983,117419 +HTI,2002,7,112666,115859 +HTI,2002,8,111436,114377 +HTI,2002,9,110296,112982 +HTI,2002,10,109236,111665 +HTI,2002,11,108223,110389 +HTI,2002,12,107135,109019 +HTI,2002,13,105877,107454 +HTI,2002,14,104807,106078 +HTI,2002,15,104049,105026 +HTI,2002,16,103356,104031 +HTI,2002,17,102497,102858 +HTI,2002,18,101692,101755 +HTI,2003,0,123969,128421 +HTI,2003,1,122197,126560 +HTI,2003,2,120521,124769 +HTI,2003,3,119540,123760 +HTI,2003,4,117842,121852 +HTI,2003,5,116275,120065 +HTI,2003,6,114823,118385 +HTI,2003,7,113472,116797 +HTI,2003,8,112201,115276 +HTI,2003,9,110988,113801 +HTI,2003,10,109853,112397 +HTI,2003,11,108794,111067 +HTI,2003,12,107777,109771 +HTI,2003,13,106669,108364 +HTI,2003,14,105378,106755 +HTI,2003,15,104277,105317 +HTI,2003,16,103500,104181 +HTI,2003,17,102792,103090 +HTI,2003,18,101915,101824 +HTI,2004,0,124473,128923 +HTI,2004,1,122777,127159 +HTI,2004,2,121164,125452 +HTI,2004,3,119629,123796 +HTI,2004,4,118522,122604 +HTI,2004,5,117016,120903 +HTI,2004,6,115597,119275 +HTI,2004,7,114256,117710 +HTI,2004,8,112981,116197 +HTI,2004,9,111755,114717 +HTI,2004,10,110559,113247 +HTI,2004,11,109428,111834 +HTI,2004,12,108370,110491 +HTI,2004,13,107350,109174 +HTI,2004,14,106222,107730 +HTI,2004,15,104896,106077 +HTI,2004,16,103764,104576 +HTI,2004,17,102967,103355 +HTI,2004,18,102246,102170 +HTI,2005,0,124921,129464 +HTI,2005,1,123315,127779 +HTI,2005,2,121778,126142 +HTI,2005,3,120303,124548 +HTI,2005,4,118887,122992 +HTI,2005,5,117525,121470 +HTI,2005,6,116211,119976 +HTI,2005,7,114940,118506 +HTI,2005,8,113708,117055 +HTI,2005,9,112510,115619 +HTI,2005,10,111329,114178 +HTI,2005,11,110149,112713 +HTI,2005,12,109022,111291 +HTI,2005,13,107966,109934 +HTI,2005,14,106941,108596 +HTI,2005,15,105793,107116 +HTI,2005,16,104433,105417 +HTI,2005,17,103270,103853 +HTI,2005,18,102453,102547 +HTI,2006,0,125184,129929 +HTI,2006,1,123972,128460 +HTI,2006,2,122475,126859 +HTI,2006,3,121034,125300 +HTI,2006,4,119644,123776 +HTI,2006,5,118299,122281 +HTI,2006,6,116998,120813 +HTI,2006,7,115737,119368 +HTI,2006,8,114497,117920 +HTI,2006,9,113267,116453 +HTI,2006,10,112049,114974 +HTI,2006,11,110842,113488 +HTI,2006,12,109627,111976 +HTI,2006,13,108470,110495 +HTI,2006,14,107398,109068 +HTI,2006,15,106365,107655 +HTI,2006,16,105203,106099 +HTI,2006,17,103830,104323 +HTI,2006,18,102641,102709 +HTI,2007,0,125422,130464 +HTI,2007,1,124019,128845 +HTI,2007,2,123060,127489 +HTI,2007,3,121671,125971 +HTI,2007,4,120326,124489 +HTI,2007,5,119020,123036 +HTI,2007,6,117746,121601 +HTI,2007,7,116505,120186 +HTI,2007,8,115298,118790 +HTI,2007,9,114088,117363 +HTI,2007,10,112859,115880 +HTI,2007,11,111621,114357 +HTI,2007,12,110389,112826 +HTI,2007,13,109138,111266 +HTI,2007,14,107950,109727 +HTI,2007,15,106862,108229 +HTI,2007,16,105820,106740 +HTI,2007,17,104644,105110 +HTI,2007,18,103259,103256 +HTI,2008,0,125646,131006 +HTI,2008,1,124329,129382 +HTI,2008,2,123047,127827 +HTI,2008,3,122174,126542 +HTI,2008,4,120893,125108 +HTI,2008,5,119643,123703 +HTI,2008,6,118420,122319 +HTI,2008,7,117217,120944 +HTI,2008,8,116037,119583 +HTI,2008,9,114883,118236 +HTI,2008,10,113703,116830 +HTI,2008,11,112474,115329 +HTI,2008,12,111217,113763 +HTI,2008,13,109958,112186 +HTI,2008,14,108671,110579 +HTI,2008,15,107453,108980 +HTI,2008,16,106348,107411 +HTI,2008,17,105297,105846 +HTI,2008,18,104106,104141 +HTI,2009,0,125878,131478 +HTI,2009,1,124627,129862 +HTI,2009,2,123411,128329 +HTI,2009,3,122227,126866 +HTI,2009,4,121302,125617 +HTI,2009,5,120128,124265 +HTI,2009,6,118974,122937 +HTI,2009,7,117835,121622 +HTI,2009,8,116702,120308 +HTI,2009,9,115582,118999 +HTI,2009,10,114481,117700 +HTI,2009,11,113331,116315 +HTI,2009,12,112103,114798 +HTI,2009,13,110825,113188 +HTI,2009,14,109540,111565 +HTI,2009,15,108217,109909 +HTI,2009,16,106968,108251 +HTI,2009,17,105846,106611 +HTI,2009,18,104786,104970 +HTI,2010,0,126131,131822 +HTI,2010,1,124920,130251 +HTI,2010,2,123751,128768 +HTI,2010,3,122619,127359 +HTI,2010,4,121515,126010 +HTI,2010,5,120434,124708 +HTI,2010,6,119368,123439 +HTI,2010,7,118310,122188 +HTI,2010,8,117254,120942 +HTI,2010,9,116192,119687 +HTI,2010,10,115132,118431 +HTI,2010,11,114084,117181 +HTI,2010,12,112964,115817 +HTI,2010,13,111736,114282 +HTI,2010,14,110438,112627 +HTI,2010,15,109127,110958 +HTI,2010,16,107768,109254 +HTI,2010,17,106488,107536 +HTI,2010,18,105349,105825 +HTI,2011,0,126362,131922 +HTI,2011,1,125278,130792 +HTI,2011,2,124149,129350 +HTI,2011,3,123059,127973 +HTI,2011,4,122000,126648 +HTI,2011,5,120962,125363 +HTI,2011,6,119942,124106 +HTI,2011,7,118935,122865 +HTI,2011,8,117910,121620 +HTI,2011,9,116851,120355 +HTI,2011,10,115762,119061 +HTI,2011,11,114672,117758 +HTI,2011,12,113583,116456 +HTI,2011,13,112431,115029 +HTI,2011,14,111187,113422 +HTI,2011,15,109881,111689 +HTI,2011,16,108557,109943 +HTI,2011,17,107185,108158 +HTI,2011,18,105878,106389 +HTI,2012,0,126619,131905 +HTI,2012,1,125398,130555 +HTI,2012,2,124437,129795 +HTI,2012,3,123390,128481 +HTI,2012,4,122379,127210 +HTI,2012,5,121392,125970 +HTI,2012,6,120420,124747 +HTI,2012,7,119460,123534 +HTI,2012,8,118512,122322 +HTI,2012,9,117522,121082 +HTI,2012,10,116460,119797 +HTI,2012,11,115343,118464 +HTI,2012,12,114222,117114 +HTI,2012,13,113094,115760 +HTI,2012,14,111908,114270 +HTI,2012,15,110648,112589 +HTI,2012,16,109335,110780 +HTI,2012,17,107996,108955 +HTI,2012,18,106612,107088 +HTI,2013,0,126841,131790 +HTI,2013,1,125601,130590 +HTI,2013,2,124456,129438 +HTI,2013,3,123607,128814 +HTI,2013,4,122642,127630 +HTI,2013,5,121708,126465 +HTI,2013,6,120794,125307 +HTI,2013,7,119888,124148 +HTI,2013,8,118989,122979 +HTI,2013,9,118100,121795 +HTI,2013,10,117143,120561 +HTI,2013,11,116078,119256 +HTI,2013,12,114933,117883 +HTI,2013,13,113781,116486 +HTI,2013,14,112614,115079 +HTI,2013,15,111396,113527 +HTI,2013,16,110118,111772 +HTI,2013,17,108797,109885 +HTI,2013,18,107445,107982 +HTI,2014,0,126949,131609 +HTI,2014,1,125724,130556 +HTI,2014,2,124604,129533 +HTI,2014,3,123573,128530 +HTI,2014,4,122788,127833 +HTI,2014,5,121905,126777 +HTI,2014,6,121050,125718 +HTI,2014,7,120208,124644 +HTI,2014,8,119367,123547 +HTI,2014,9,118529,122423 +HTI,2014,10,117699,121268 +HTI,2014,11,116775,120039 +HTI,2014,12,115707,118713 +HTI,2014,13,114535,117301 +HTI,2014,14,113352,115857 +HTI,2014,15,112145,114398 +HTI,2014,16,110893,112783 +HTI,2014,17,109599,110954 +HTI,2014,18,108270,108989 +HTI,2015,0,126888,131390 +HTI,2015,1,125734,130461 +HTI,2015,2,124682,129550 +HTI,2015,3,123716,128649 +HTI,2015,4,122820,127748 +HTI,2015,5,121980,126839 +HTI,2015,6,121179,125912 +HTI,2015,7,120401,124959 +HTI,2015,8,119633,123969 +HTI,2015,9,118856,122935 +HTI,2015,10,118079,121855 +HTI,2015,11,117308,120728 +HTI,2015,12,116417,119505 +HTI,2015,13,115346,118159 +HTI,2015,14,114146,116707 +HTI,2015,15,112932,115216 +HTI,2015,16,111685,113705 +HTI,2015,17,110400,112027 +HTI,2015,18,109089,110125 +HTI,2016,0,126564,131133 +HTI,2016,1,126013,130513 +HTI,2016,2,124997,129659 +HTI,2016,3,124054,128815 +HTI,2016,4,123172,127969 +HTI,2016,5,122337,127113 +HTI,2016,6,121537,126238 +HTI,2016,7,120758,125339 +HTI,2016,8,119987,124387 +HTI,2016,9,119211,123366 +HTI,2016,10,118416,122276 +HTI,2016,11,117609,121137 +HTI,2016,12,116796,119951 +HTI,2016,13,115870,118655 +HTI,2016,14,114782,117222 +HTI,2016,15,113574,115676 +HTI,2016,16,112346,114093 +HTI,2016,17,111087,112487 +HTI,2016,18,109775,110750 +HTI,2017,0,126087,130847 +HTI,2017,1,125277,130096 +HTI,2017,2,125163,129634 +HTI,2017,3,124285,128855 +HTI,2017,4,123452,128077 +HTI,2017,5,122653,127287 +HTI,2017,6,121879,126475 +HTI,2017,7,121119,125635 +HTI,2017,8,120362,124764 +HTI,2017,9,119597,123814 +HTI,2017,10,118813,122761 +HTI,2017,11,118000,121614 +HTI,2017,12,117164,120418 +HTI,2017,13,116308,119172 +HTI,2017,14,115347,117804 +HTI,2017,15,114241,116283 +HTI,2017,16,113025,114644 +HTI,2017,17,111783,112969 +HTI,2017,18,110512,111266 +HTI,2018,0,125526,130544 +HTI,2018,1,124932,129852 +HTI,2018,2,124347,129178 +HTI,2018,3,124329,128761 +HTI,2018,4,123588,128058 +HTI,2018,5,122865,127346 +HTI,2018,6,122150,126612 +HTI,2018,7,121437,125843 +HTI,2018,8,120716,125038 +HTI,2018,9,119981,124194 +HTI,2018,10,119222,123247 +HTI,2018,11,118430,122162 +HTI,2018,12,117599,120959 +HTI,2018,13,116732,119704 +HTI,2018,14,115834,118399 +HTI,2018,15,114839,116958 +HTI,2018,16,113715,115350 +HTI,2018,17,112490,113617 +HTI,2018,18,111234,111849 +HTI,2019,0,125000,130000 +HTI,2019,1,125000,130000 +HTI,2019,2,124000,129000 +HTI,2019,3,124000,128000 +HTI,2019,4,123000,128000 +HTI,2019,5,123000,127000 +HTI,2019,6,122000,127000 +HTI,2019,7,122000,126000 +HTI,2019,8,121000,125000 +HTI,2019,9,120000,124000 +HTI,2019,10,120000,124000 +HTI,2019,11,119000,123000 +HTI,2019,12,118000,122000 +HTI,2019,13,117000,120000 +HTI,2019,14,116000,119000 +HTI,2019,15,115000,118000 +HTI,2019,16,114000,116000 +HTI,2019,17,113000,114000 +HTI,2019,18,112000,113000 +HTI,2020,0,125000,130000 +HTI,2020,1,124000,129000 +HTI,2020,2,124000,129000 +HTI,2020,3,123000,128000 +HTI,2020,4,123000,128000 +HTI,2020,5,123000,127000 +HTI,2020,6,122000,127000 +HTI,2020,7,122000,126000 +HTI,2020,8,121000,125000 +HTI,2020,9,121000,125000 +HTI,2020,10,120000,124000 +HTI,2020,11,119000,123000 +HTI,2020,12,118000,122000 +HTI,2020,13,118000,121000 +HTI,2020,14,117000,120000 +HTI,2020,15,116000,118000 +HTI,2020,16,115000,117000 +HTI,2020,17,114000,115000 +HTI,2020,18,113000,114000 +HTI,2021,0,124000,130000 +HTI,2021,1,124000,129000 +HTI,2021,2,124000,129000 +HTI,2021,3,123000,128000 +HTI,2021,4,123000,128000 +HTI,2021,5,123000,127000 +HTI,2021,6,122000,127000 +HTI,2021,7,122000,126000 +HTI,2021,8,121000,126000 +HTI,2021,9,121000,125000 +HTI,2021,10,120000,124000 +HTI,2021,11,119000,123000 +HTI,2021,12,119000,123000 +HTI,2021,13,118000,122000 +HTI,2021,14,117000,120000 +HTI,2021,15,116000,119000 +HTI,2021,16,115000,117000 +HTI,2021,17,114000,116000 +HTI,2021,18,113000,114000 +HTI,2022,0,124000,129000 +HTI,2022,1,124000,128000 +HTI,2022,2,123000,128000 +HTI,2022,3,123000,128000 +HTI,2022,4,123000,127000 +HTI,2022,5,123000,127000 +HTI,2022,6,122000,127000 +HTI,2022,7,122000,126000 +HTI,2022,8,122000,126000 +HTI,2022,9,121000,125000 +HTI,2022,10,121000,125000 +HTI,2022,11,120000,124000 +HTI,2022,12,119000,123000 +HTI,2022,13,118000,122000 +HTI,2022,14,117000,121000 +HTI,2022,15,116000,120000 +HTI,2022,16,115000,118000 +HTI,2022,17,114000,117000 +HTI,2022,18,113000,115000 +HTI,2023,0,124000,129000 +HTI,2023,1,123000,128000 +HTI,2023,2,123000,128000 +HTI,2023,3,123000,127000 +HTI,2023,4,122000,127000 +HTI,2023,5,122000,127000 +HTI,2023,6,122000,127000 +HTI,2023,7,122000,126000 +HTI,2023,8,122000,126000 +HTI,2023,9,121000,126000 +HTI,2023,10,121000,125000 +HTI,2023,11,120000,124000 +HTI,2023,12,120000,123000 +HTI,2023,13,119000,122000 +HTI,2023,14,118000,121000 +HTI,2023,15,117000,120000 +HTI,2023,16,116000,119000 +HTI,2023,17,115000,117000 +HTI,2023,18,113000,116000 +HTI,2024,0,123000,128000 +HTI,2024,1,123000,128000 +HTI,2024,2,122000,127000 +HTI,2024,3,122000,127000 +HTI,2024,4,122000,127000 +HTI,2024,5,122000,126000 +HTI,2024,6,122000,126000 +HTI,2024,7,122000,126000 +HTI,2024,8,121000,126000 +HTI,2024,9,121000,125000 +HTI,2024,10,121000,125000 +HTI,2024,11,121000,125000 +HTI,2024,12,120000,124000 +HTI,2024,13,119000,123000 +HTI,2024,14,118000,122000 +HTI,2024,15,117000,121000 +HTI,2024,16,116000,120000 +HTI,2024,17,115000,118000 +HTI,2024,18,114000,117000 +HTI,2025,0,123000,128000 +HTI,2025,1,122000,127000 +HTI,2025,2,122000,127000 +HTI,2025,3,122000,126000 +HTI,2025,4,121000,126000 +HTI,2025,5,121000,126000 +HTI,2025,6,121000,126000 +HTI,2025,7,121000,126000 +HTI,2025,8,121000,125000 +HTI,2025,9,121000,125000 +HTI,2025,10,121000,125000 +HTI,2025,11,121000,125000 +HTI,2025,12,121000,124000 +HTI,2025,13,120000,124000 +HTI,2025,14,119000,123000 +HTI,2025,15,118000,122000 +HTI,2025,16,117000,120000 +HTI,2025,17,116000,119000 +HTI,2025,18,114000,118000 +HTI,2026,0,123000,127000 +HTI,2026,1,122000,127000 +HTI,2026,2,122000,127000 +HTI,2026,3,121000,126000 +HTI,2026,4,121000,126000 +HTI,2026,5,121000,126000 +HTI,2026,6,121000,126000 +HTI,2026,7,121000,125000 +HTI,2026,8,121000,125000 +HTI,2026,9,121000,125000 +HTI,2026,10,121000,125000 +HTI,2026,11,121000,125000 +HTI,2026,12,120000,124000 +HTI,2026,13,120000,124000 +HTI,2026,14,119000,123000 +HTI,2026,15,118000,122000 +HTI,2026,16,117000,121000 +HTI,2026,17,116000,120000 +HTI,2026,18,115000,118000 +HTI,2027,0,122000,127000 +HTI,2027,1,121000,126000 +HTI,2027,2,122000,126000 +HTI,2027,3,121000,126000 +HTI,2027,4,121000,126000 +HTI,2027,5,121000,125000 +HTI,2027,6,121000,125000 +HTI,2027,7,121000,125000 +HTI,2027,8,121000,125000 +HTI,2027,9,121000,125000 +HTI,2027,10,121000,125000 +HTI,2027,11,120000,125000 +HTI,2027,12,120000,124000 +HTI,2027,13,120000,124000 +HTI,2027,14,119000,123000 +HTI,2027,15,119000,122000 +HTI,2027,16,117000,121000 +HTI,2027,17,116000,120000 +HTI,2027,18,115000,119000 +HTI,2028,0,122000,126000 +HTI,2028,1,121000,126000 +HTI,2028,2,121000,125000 +HTI,2028,3,121000,126000 +HTI,2028,4,121000,125000 +HTI,2028,5,121000,125000 +HTI,2028,6,121000,125000 +HTI,2028,7,121000,125000 +HTI,2028,8,120000,125000 +HTI,2028,9,120000,125000 +HTI,2028,10,120000,125000 +HTI,2028,11,120000,125000 +HTI,2028,12,120000,124000 +HTI,2028,13,120000,124000 +HTI,2028,14,120000,123000 +HTI,2028,15,119000,123000 +HTI,2028,16,118000,122000 +HTI,2028,17,117000,121000 +HTI,2028,18,116000,119000 +HTI,2029,0,121000,126000 +HTI,2029,1,121000,125000 +HTI,2029,2,120000,125000 +HTI,2029,3,120000,125000 +HTI,2029,4,120000,125000 +HTI,2029,5,120000,125000 +HTI,2029,6,120000,125000 +HTI,2029,7,120000,125000 +HTI,2029,8,120000,125000 +HTI,2029,9,120000,125000 +HTI,2029,10,120000,125000 +HTI,2029,11,120000,124000 +HTI,2029,12,120000,124000 +HTI,2029,13,120000,124000 +HTI,2029,14,119000,123000 +HTI,2029,15,119000,123000 +HTI,2029,16,118000,122000 +HTI,2029,17,117000,121000 +HTI,2029,18,116000,120000 +HTI,2030,0,120000,125000 +HTI,2030,1,120000,125000 +HTI,2030,2,120000,124000 +HTI,2030,3,120000,124000 +HTI,2030,4,120000,124000 +HTI,2030,5,120000,124000 +HTI,2030,6,120000,124000 +HTI,2030,7,120000,124000 +HTI,2030,8,120000,124000 +HTI,2030,9,120000,124000 +HTI,2030,10,120000,124000 +HTI,2030,11,120000,124000 +HTI,2030,12,120000,124000 +HTI,2030,13,120000,124000 +HTI,2030,14,119000,124000 +HTI,2030,15,119000,123000 +HTI,2030,16,119000,122000 +HTI,2030,17,118000,122000 +HTI,2030,18,117000,121000 +HTI,2031,0,120000,125000 +HTI,2031,1,120000,125000 +HTI,2031,2,120000,124000 +HTI,2031,3,119000,124000 +HTI,2031,4,119000,124000 +HTI,2031,5,119000,124000 +HTI,2031,6,119000,124000 +HTI,2031,7,119000,124000 +HTI,2031,8,120000,124000 +HTI,2031,9,120000,124000 +HTI,2031,10,120000,124000 +HTI,2031,11,120000,124000 +HTI,2031,12,120000,124000 +HTI,2031,13,120000,124000 +HTI,2031,14,119000,123000 +HTI,2031,15,119000,123000 +HTI,2031,16,118000,122000 +HTI,2031,17,118000,122000 +HTI,2031,18,117000,121000 +HTI,2032,0,119000,124000 +HTI,2032,1,119000,124000 +HTI,2032,2,119000,124000 +HTI,2032,3,119000,124000 +HTI,2032,4,119000,123000 +HTI,2032,5,119000,123000 +HTI,2032,6,119000,123000 +HTI,2032,7,119000,123000 +HTI,2032,8,119000,123000 +HTI,2032,9,119000,124000 +HTI,2032,10,119000,124000 +HTI,2032,11,119000,124000 +HTI,2032,12,119000,124000 +HTI,2032,13,119000,123000 +HTI,2032,14,119000,123000 +HTI,2032,15,119000,123000 +HTI,2032,16,118000,122000 +HTI,2032,17,118000,122000 +HTI,2032,18,117000,121000 +HTI,2033,0,119000,124000 +HTI,2033,1,119000,123000 +HTI,2033,2,118000,123000 +HTI,2033,3,119000,123000 +HTI,2033,4,119000,123000 +HTI,2033,5,119000,123000 +HTI,2033,6,119000,123000 +HTI,2033,7,119000,123000 +HTI,2033,8,119000,123000 +HTI,2033,9,119000,123000 +HTI,2033,10,119000,123000 +HTI,2033,11,119000,123000 +HTI,2033,12,119000,123000 +HTI,2033,13,119000,123000 +HTI,2033,14,119000,123000 +HTI,2033,15,119000,123000 +HTI,2033,16,118000,122000 +HTI,2033,17,118000,122000 +HTI,2033,18,117000,121000 +HTI,2034,0,118000,123000 +HTI,2034,1,118000,123000 +HTI,2034,2,118000,122000 +HTI,2034,3,118000,122000 +HTI,2034,4,118000,122000 +HTI,2034,5,118000,122000 +HTI,2034,6,118000,122000 +HTI,2034,7,118000,123000 +HTI,2034,8,119000,123000 +HTI,2034,9,119000,123000 +HTI,2034,10,119000,123000 +HTI,2034,11,119000,123000 +HTI,2034,12,119000,123000 +HTI,2034,13,119000,123000 +HTI,2034,14,119000,123000 +HTI,2034,15,118000,123000 +HTI,2034,16,118000,122000 +HTI,2034,17,118000,122000 +HTI,2034,18,117000,121000 +HTI,2035,0,118000,123000 +HTI,2035,1,118000,122000 +HTI,2035,2,118000,122000 +HTI,2035,3,117000,122000 +HTI,2035,4,117000,122000 +HTI,2035,5,118000,122000 +HTI,2035,6,118000,122000 +HTI,2035,7,118000,122000 +HTI,2035,8,118000,122000 +HTI,2035,9,118000,122000 +HTI,2035,10,119000,123000 +HTI,2035,11,119000,123000 +HTI,2035,12,119000,123000 +HTI,2035,13,119000,123000 +HTI,2035,14,119000,123000 +HTI,2035,15,118000,122000 +HTI,2035,16,118000,122000 +HTI,2035,17,118000,122000 +HTI,2035,18,117000,121000 +HTI,2036,0,118000,122000 +HTI,2036,1,118000,122000 +HTI,2036,2,117000,122000 +HTI,2036,3,117000,122000 +HTI,2036,4,117000,121000 +HTI,2036,5,117000,121000 +HTI,2036,6,117000,122000 +HTI,2036,7,118000,122000 +HTI,2036,8,118000,122000 +HTI,2036,9,118000,122000 +HTI,2036,10,118000,122000 +HTI,2036,11,118000,122000 +HTI,2036,12,118000,122000 +HTI,2036,13,118000,122000 +HTI,2036,14,118000,122000 +HTI,2036,15,118000,122000 +HTI,2036,16,118000,122000 +HTI,2036,17,118000,122000 +HTI,2036,18,117000,121000 +HTI,2037,0,117000,122000 +HTI,2037,1,117000,121000 +HTI,2037,2,117000,121000 +HTI,2037,3,117000,121000 +HTI,2037,4,117000,121000 +HTI,2037,5,117000,121000 +HTI,2037,6,117000,121000 +HTI,2037,7,117000,121000 +HTI,2037,8,117000,121000 +HTI,2037,9,118000,122000 +HTI,2037,10,118000,122000 +HTI,2037,11,118000,122000 +HTI,2037,12,118000,122000 +HTI,2037,13,118000,122000 +HTI,2037,14,118000,122000 +HTI,2037,15,118000,122000 +HTI,2037,16,118000,122000 +HTI,2037,17,117000,121000 +HTI,2037,18,117000,121000 +HTI,2038,0,117000,121000 +HTI,2038,1,116000,121000 +HTI,2038,2,116000,121000 +HTI,2038,3,117000,121000 +HTI,2038,4,117000,121000 +HTI,2038,5,117000,121000 +HTI,2038,6,117000,121000 +HTI,2038,7,117000,121000 +HTI,2038,8,117000,121000 +HTI,2038,9,117000,121000 +HTI,2038,10,117000,121000 +HTI,2038,11,118000,121000 +HTI,2038,12,118000,122000 +HTI,2038,13,118000,122000 +HTI,2038,14,118000,122000 +HTI,2038,15,118000,122000 +HTI,2038,16,118000,121000 +HTI,2038,17,117000,121000 +HTI,2038,18,117000,121000 +HTI,2039,0,116000,121000 +HTI,2039,1,116000,120000 +HTI,2039,2,116000,120000 +HTI,2039,3,116000,120000 +HTI,2039,4,116000,120000 +HTI,2039,5,116000,120000 +HTI,2039,6,116000,120000 +HTI,2039,7,116000,120000 +HTI,2039,8,117000,121000 +HTI,2039,9,117000,121000 +HTI,2039,10,117000,121000 +HTI,2039,11,117000,121000 +HTI,2039,12,117000,121000 +HTI,2039,13,117000,121000 +HTI,2039,14,117000,121000 +HTI,2039,15,117000,121000 +HTI,2039,16,117000,121000 +HTI,2039,17,117000,121000 +HTI,2039,18,117000,121000 +HTI,2040,0,116000,120000 +HTI,2040,1,115000,120000 +HTI,2040,2,115000,120000 +HTI,2040,3,115000,120000 +HTI,2040,4,115000,120000 +HTI,2040,5,116000,120000 +HTI,2040,6,116000,120000 +HTI,2040,7,116000,120000 +HTI,2040,8,116000,120000 +HTI,2040,9,116000,120000 +HTI,2040,10,117000,121000 +HTI,2040,11,117000,121000 +HTI,2040,12,117000,121000 +HTI,2040,13,117000,121000 +HTI,2040,14,117000,121000 +HTI,2040,15,117000,121000 +HTI,2040,16,117000,121000 +HTI,2040,17,117000,121000 +HTI,2040,18,117000,120000 +HTI,2041,0,115000,120000 +HTI,2041,1,115000,120000 +HTI,2041,2,115000,120000 +HTI,2041,3,115000,119000 +HTI,2041,4,115000,119000 +HTI,2041,5,115000,119000 +HTI,2041,6,115000,119000 +HTI,2041,7,116000,120000 +HTI,2041,8,116000,120000 +HTI,2041,9,116000,120000 +HTI,2041,10,116000,120000 +HTI,2041,11,116000,120000 +HTI,2041,12,117000,120000 +HTI,2041,13,117000,121000 +HTI,2041,14,117000,121000 +HTI,2041,15,117000,121000 +HTI,2041,16,117000,120000 +HTI,2041,17,117000,120000 +HTI,2041,18,116000,120000 +HTI,2042,0,115000,119000 +HTI,2042,1,115000,119000 +HTI,2042,2,115000,119000 +HTI,2042,3,115000,119000 +HTI,2042,4,115000,119000 +HTI,2042,5,115000,119000 +HTI,2042,6,115000,119000 +HTI,2042,7,115000,119000 +HTI,2042,8,116000,119000 +HTI,2042,9,116000,120000 +HTI,2042,10,116000,120000 +HTI,2042,11,116000,120000 +HTI,2042,12,116000,120000 +HTI,2042,13,116000,120000 +HTI,2042,14,116000,120000 +HTI,2042,15,116000,120000 +HTI,2042,16,116000,120000 +HTI,2042,17,116000,120000 +HTI,2042,18,116000,120000 +HTI,2043,0,114000,119000 +HTI,2043,1,114000,118000 +HTI,2043,2,114000,118000 +HTI,2043,3,114000,119000 +HTI,2043,4,115000,119000 +HTI,2043,5,115000,119000 +HTI,2043,6,115000,119000 +HTI,2043,7,115000,119000 +HTI,2043,8,115000,119000 +HTI,2043,9,115000,119000 +HTI,2043,10,116000,119000 +HTI,2043,11,116000,120000 +HTI,2043,12,116000,120000 +HTI,2043,13,116000,120000 +HTI,2043,14,116000,120000 +HTI,2043,15,116000,120000 +HTI,2043,16,116000,120000 +HTI,2043,17,116000,120000 +HTI,2043,18,116000,119000 +HTI,2044,0,113000,118000 +HTI,2044,1,113000,118000 +HTI,2044,2,114000,118000 +HTI,2044,3,114000,118000 +HTI,2044,4,114000,118000 +HTI,2044,5,114000,118000 +HTI,2044,6,114000,118000 +HTI,2044,7,115000,118000 +HTI,2044,8,115000,119000 +HTI,2044,9,115000,119000 +HTI,2044,10,115000,119000 +HTI,2044,11,115000,119000 +HTI,2044,12,116000,119000 +HTI,2044,13,116000,119000 +HTI,2044,14,116000,119000 +HTI,2044,15,116000,119000 +HTI,2044,16,116000,119000 +HTI,2044,17,116000,119000 +HTI,2044,18,116000,119000 +HTI,2045,0,113000,117000 +HTI,2045,1,113000,117000 +HTI,2045,2,113000,117000 +HTI,2045,3,113000,117000 +HTI,2045,4,113000,117000 +HTI,2045,5,114000,118000 +HTI,2045,6,114000,118000 +HTI,2045,7,114000,118000 +HTI,2045,8,114000,118000 +HTI,2045,9,115000,118000 +HTI,2045,10,115000,119000 +HTI,2045,11,115000,119000 +HTI,2045,12,115000,119000 +HTI,2045,13,115000,119000 +HTI,2045,14,115000,119000 +HTI,2045,15,115000,119000 +HTI,2045,16,115000,119000 +HTI,2045,17,115000,119000 +HTI,2045,18,115000,119000 +HTI,2046,0,112000,117000 +HTI,2046,1,113000,117000 +HTI,2046,2,113000,117000 +HTI,2046,3,113000,117000 +HTI,2046,4,113000,117000 +HTI,2046,5,113000,117000 +HTI,2046,6,113000,117000 +HTI,2046,7,114000,118000 +HTI,2046,8,114000,118000 +HTI,2046,9,114000,118000 +HTI,2046,10,114000,118000 +HTI,2046,11,115000,118000 +HTI,2046,12,115000,119000 +HTI,2046,13,115000,119000 +HTI,2046,14,115000,119000 +HTI,2046,15,115000,119000 +HTI,2046,16,115000,119000 +HTI,2046,17,115000,119000 +HTI,2046,18,115000,119000 +HTI,2047,0,112000,116000 +HTI,2047,1,112000,116000 +HTI,2047,2,112000,116000 +HTI,2047,3,112000,117000 +HTI,2047,4,113000,117000 +HTI,2047,5,113000,117000 +HTI,2047,6,113000,117000 +HTI,2047,7,113000,117000 +HTI,2047,8,114000,117000 +HTI,2047,9,114000,118000 +HTI,2047,10,114000,118000 +HTI,2047,11,114000,118000 +HTI,2047,12,114000,118000 +HTI,2047,13,115000,118000 +HTI,2047,14,115000,118000 +HTI,2047,15,115000,118000 +HTI,2047,16,115000,118000 +HTI,2047,17,115000,118000 +HTI,2047,18,115000,118000 +HTI,2048,0,111000,115000 +HTI,2048,1,111000,116000 +HTI,2048,2,111000,116000 +HTI,2048,3,112000,116000 +HTI,2048,4,112000,116000 +HTI,2048,5,112000,116000 +HTI,2048,6,113000,117000 +HTI,2048,7,113000,117000 +HTI,2048,8,113000,117000 +HTI,2048,9,113000,117000 +HTI,2048,10,114000,117000 +HTI,2048,11,114000,118000 +HTI,2048,12,114000,118000 +HTI,2048,13,114000,118000 +HTI,2048,14,114000,118000 +HTI,2048,15,114000,118000 +HTI,2048,16,114000,118000 +HTI,2048,17,114000,118000 +HTI,2048,18,114000,118000 +HTI,2049,0,110000,115000 +HTI,2049,1,111000,115000 +HTI,2049,2,111000,115000 +HTI,2049,3,111000,115000 +HTI,2049,4,112000,116000 +HTI,2049,5,112000,116000 +HTI,2049,6,112000,116000 +HTI,2049,7,112000,116000 +HTI,2049,8,113000,117000 +HTI,2049,9,113000,117000 +HTI,2049,10,113000,117000 +HTI,2049,11,114000,117000 +HTI,2049,12,114000,117000 +HTI,2049,13,114000,118000 +HTI,2049,14,114000,118000 +HTI,2049,15,114000,118000 +HTI,2049,16,114000,118000 +HTI,2049,17,114000,118000 +HTI,2049,18,114000,117000 +HTI,2050,0,110000,114000 +HTI,2050,1,110000,114000 +HTI,2050,2,110000,114000 +HTI,2050,3,111000,115000 +HTI,2050,4,111000,115000 +HTI,2050,5,111000,115000 +HTI,2050,6,112000,115000 +HTI,2050,7,112000,116000 +HTI,2050,8,112000,116000 +HTI,2050,9,113000,116000 +HTI,2050,10,113000,117000 +HTI,2050,11,113000,117000 +HTI,2050,12,113000,117000 +HTI,2050,13,114000,117000 +HTI,2050,14,114000,117000 +HTI,2050,15,114000,117000 +HTI,2050,16,114000,117000 +HTI,2050,17,114000,117000 +HTI,2050,18,114000,117000 +HUN,1990,0,72678,76463 +HUN,1990,1,63244,66401 +HUN,1990,2,57112,59837 +HUN,1990,3,53868,56332 +HUN,1990,4,53094,55449 +HUN,1990,5,54377,56748 +HUN,1990,6,57299,59792 +HUN,1990,7,61445,64141 +HUN,1990,8,66400,69358 +HUN,1990,9,71748,75003 +HUN,1990,10,77749,81342 +HUN,1990,11,84665,88639 +HUN,1990,12,88697,92941 +HUN,1990,13,88075,92401 +HUN,1990,14,84413,88692 +HUN,1990,15,81098,85332 +HUN,1990,16,77456,81622 +HUN,1990,17,74363,78428 +HUN,1990,18,72600,76539 +HUN,1991,0,73105,76916 +HUN,1991,1,70102,73664 +HUN,1991,2,62576,65633 +HUN,1991,3,57657,60364 +HUN,1991,4,55042,57535 +HUN,1991,5,54426,56827 +HUN,1991,6,55403,57810 +HUN,1991,7,57569,60057 +HUN,1991,8,61127,63788 +HUN,1991,9,65975,68903 +HUN,1991,10,71506,74753 +HUN,1991,11,77468,81060 +HUN,1991,12,84219,88193 +HUN,1991,13,88145,92378 +HUN,1991,14,87513,91800 +HUN,1991,15,83907,88107 +HUN,1991,16,80638,84755 +HUN,1991,17,77043,81052 +HUN,1991,18,74001,77883 +HUN,1992,0,70307,73894 +HUN,1992,1,62849,65949 +HUN,1992,2,67775,71145 +HUN,1992,3,62124,65108 +HUN,1992,4,58397,61109 +HUN,1992,5,56399,58942 +HUN,1992,6,55937,58406 +HUN,1992,7,56615,59078 +HUN,1992,8,58035,60539 +HUN,1992,9,61018,63670 +HUN,1992,10,65777,68700 +HUN,1992,11,71509,74776 +HUN,1992,12,77452,81073 +HUN,1992,13,84062,88071 +HUN,1992,14,87895,92154 +HUN,1992,15,87253,91537 +HUN,1992,16,83689,87846 +HUN,1992,17,80454,84489 +HUN,1992,18,76895,80780 +HUN,1993,0,65263,68478 +HUN,1993,1,61416,64381 +HUN,1993,2,58757,61534 +HUN,1993,3,65580,68779 +HUN,1993,4,61796,64726 +HUN,1993,5,59254,61989 +HUN,1993,6,57871,60482 +HUN,1993,7,57564,60116 +HUN,1993,8,57942,60478 +HUN,1993,9,58617,61156 +HUN,1993,10,61031,63691 +HUN,1993,11,65710,68649 +HUN,1993,12,71654,74963 +HUN,1993,13,77590,81265 +HUN,1993,14,84073,88142 +HUN,1993,15,87821,92132 +HUN,1993,16,87166,91474 +HUN,1993,17,83638,87778 +HUN,1993,18,80431,84409 +HUN,1994,0,59576,62427 +HUN,1994,1,59442,62274 +HUN,1994,2,59328,62135 +HUN,1994,3,59270,62048 +HUN,1994,4,63366,66396 +HUN,1994,5,61455,64334 +HUN,1994,6,60104,62865 +HUN,1994,7,59338,62019 +HUN,1994,8,59185,61825 +HUN,1994,9,59262,61877 +HUN,1994,10,59191,61767 +HUN,1994,11,61033,63705 +HUN,1994,12,65630,68589 +HUN,1994,13,71788,75143 +HUN,1994,14,77715,81449 +HUN,1994,15,84069,88203 +HUN,1994,16,87731,92100 +HUN,1994,17,87063,91401 +HUN,1994,18,83571,87700 +HUN,1995,0,54531,57150 +HUN,1995,1,57189,59941 +HUN,1995,2,59036,61869 +HUN,1995,3,60207,63080 +HUN,1995,4,60841,63720 +HUN,1995,5,61074,63934 +HUN,1995,6,61043,63871 +HUN,1995,7,60886,63675 +HUN,1995,8,60740,63493 +HUN,1995,9,60741,63471 +HUN,1995,10,60518,63210 +HUN,1995,11,59697,62313 +HUN,1995,12,60964,63648 +HUN,1995,13,65475,68454 +HUN,1995,14,71839,75240 +HUN,1995,15,77751,81543 +HUN,1995,16,83968,88166 +HUN,1995,17,87539,91966 +HUN,1995,18,86860,91227 +HUN,1996,0,50354,52878 +HUN,1996,1,54808,57431 +HUN,1996,2,57247,59972 +HUN,1996,3,58970,61756 +HUN,1996,4,60098,62912 +HUN,1996,5,60751,63569 +HUN,1996,6,61064,63868 +HUN,1996,7,61168,63949 +HUN,1996,8,61124,63878 +HUN,1996,9,61029,63756 +HUN,1996,10,61041,63751 +HUN,1996,11,60855,63536 +HUN,1996,12,60093,62708 +HUN,1996,13,61366,64054 +HUN,1996,14,65801,68777 +HUN,1996,15,72038,75425 +HUN,1996,16,77832,81597 +HUN,1996,17,83923,88084 +HUN,1996,18,87407,91781 +HUN,1997,0,46672,49224 +HUN,1997,1,51839,54556 +HUN,1997,2,55067,57700 +HUN,1997,3,57285,59989 +HUN,1997,4,58883,61629 +HUN,1997,5,59966,62731 +HUN,1997,6,60640,63405 +HUN,1997,7,61031,63788 +HUN,1997,8,61270,64014 +HUN,1997,9,61340,64067 +HUN,1997,10,61297,64006 +HUN,1997,11,61320,64018 +HUN,1997,12,61170,63849 +HUN,1997,13,60468,63090 +HUN,1997,14,61746,64445 +HUN,1997,15,66103,69086 +HUN,1997,16,72211,75594 +HUN,1997,17,77884,81634 +HUN,1997,18,83848,87982 +HUN,1998,0,43754,46412 +HUN,1998,1,49015,51770 +HUN,1998,2,53079,55891 +HUN,1998,3,55302,57952 +HUN,1998,4,57298,59989 +HUN,1998,5,58771,61484 +HUN,1998,6,59810,62532 +HUN,1998,7,60503,63223 +HUN,1998,8,60973,63688 +HUN,1998,9,61347,64060 +HUN,1998,10,61530,64238 +HUN,1998,11,61540,64237 +HUN,1998,12,61573,64266 +HUN,1998,13,61460,64142 +HUN,1998,14,60818,63454 +HUN,1998,15,62100,64818 +HUN,1998,16,66377,69375 +HUN,1998,17,72355,75741 +HUN,1998,18,77904,81647 +HUN,1999,0,41854,44623 +HUN,1999,1,46676,49469 +HUN,1999,2,50576,53376 +HUN,1999,3,53657,56449 +HUN,1999,4,55529,58205 +HUN,1999,5,57303,59989 +HUN,1999,6,58651,61340 +HUN,1999,7,59645,62332 +HUN,1999,8,60357,63040 +HUN,1999,9,60907,63590 +HUN,1999,10,61414,64106 +HUN,1999,11,61711,64409 +HUN,1999,12,61773,64469 +HUN,1999,13,61817,64514 +HUN,1999,14,61741,64437 +HUN,1999,15,61159,63818 +HUN,1999,16,62445,65191 +HUN,1999,17,66642,69664 +HUN,1999,18,72488,75888 +HUN,2000,0,41102,43936 +HUN,2000,1,45137,47946 +HUN,2000,2,48564,51347 +HUN,2000,3,51438,54196 +HUN,2000,4,53817,56550 +HUN,2000,5,55754,58464 +HUN,2000,6,57307,59997 +HUN,2000,7,58529,61204 +HUN,2000,8,59479,62141 +HUN,2000,9,60209,62866 +HUN,2000,10,60838,63499 +HUN,2000,11,61480,64161 +HUN,2000,12,61891,64588 +HUN,2000,13,62005,64708 +HUN,2000,14,62058,64771 +HUN,2000,15,62020,64739 +HUN,2000,16,61497,64190 +HUN,2000,17,62787,65572 +HUN,2000,18,66904,69961 +HUN,2001,0,41781,44596 +HUN,2001,1,41916,44688 +HUN,2001,2,45379,48133 +HUN,2001,3,48446,51183 +HUN,2001,4,51138,53858 +HUN,2001,5,53477,56179 +HUN,2001,6,55517,58204 +HUN,2001,7,57314,59989 +HUN,2001,8,58714,61376 +HUN,2001,9,59667,62316 +HUN,2001,10,60299,62937 +HUN,2001,11,60900,63536 +HUN,2001,12,61549,64198 +HUN,2001,13,61974,64633 +HUN,2001,14,62112,64772 +HUN,2001,15,62195,64860 +HUN,2001,16,62186,64851 +HUN,2001,17,61692,64326 +HUN,2001,18,63003,65722 +HUN,2002,0,43701,46458 +HUN,2002,1,44887,47588 +HUN,2002,2,42692,45402 +HUN,2002,3,45579,48280 +HUN,2002,4,48283,50976 +HUN,2002,5,50791,53474 +HUN,2002,6,53087,55761 +HUN,2002,7,55227,57893 +HUN,2002,8,57268,59929 +HUN,2002,9,58844,61497 +HUN,2002,10,59800,62438 +HUN,2002,11,60333,62954 +HUN,2002,12,60906,63519 +HUN,2002,13,61561,64181 +HUN,2002,14,61999,64623 +HUN,2002,15,62162,64780 +HUN,2002,16,62275,64893 +HUN,2002,17,62294,64907 +HUN,2002,18,61831,64407 +HUN,2003,0,46267,48938 +HUN,2003,1,45685,48310 +HUN,2003,2,45692,48285 +HUN,2003,3,43446,46100 +HUN,2003,4,45756,48410 +HUN,2003,5,48096,50750 +HUN,2003,6,50417,53071 +HUN,2003,7,52670,55323 +HUN,2003,8,54910,57563 +HUN,2003,9,57194,59849 +HUN,2003,10,58945,61595 +HUN,2003,11,59903,62538 +HUN,2003,12,60336,62949 +HUN,2003,13,60881,63480 +HUN,2003,14,61542,64141 +HUN,2003,15,61994,64590 +HUN,2003,16,62180,64766 +HUN,2003,17,62323,64904 +HUN,2003,18,62371,64941 +HUN,2004,0,48635,51218 +HUN,2004,1,46588,49147 +HUN,2004,2,45444,47990 +HUN,2004,3,45094,47635 +HUN,2004,4,44198,46807 +HUN,2004,5,45931,48550 +HUN,2004,6,47907,50536 +HUN,2004,7,50042,52680 +HUN,2004,8,52252,54897 +HUN,2004,9,54591,57245 +HUN,2004,10,57116,59782 +HUN,2004,11,59042,61707 +HUN,2004,12,60004,62651 +HUN,2004,13,60337,62957 +HUN,2004,14,60853,63455 +HUN,2004,15,61520,64115 +HUN,2004,16,61985,64571 +HUN,2004,17,62195,64766 +HUN,2004,18,62368,64929 +HUN,2005,0,50188,52698 +HUN,2005,1,47274,49790 +HUN,2005,2,45412,47940 +HUN,2005,3,44485,47027 +HUN,2005,4,44371,46931 +HUN,2005,5,44953,47531 +HUN,2005,6,46110,48708 +HUN,2005,7,47723,50341 +HUN,2005,8,49672,52309 +HUN,2005,9,51838,54492 +HUN,2005,10,54277,56948 +HUN,2005,11,57044,59737 +HUN,2005,12,59145,61842 +HUN,2005,13,60109,62788 +HUN,2005,14,60343,62989 +HUN,2005,15,60830,63453 +HUN,2005,16,61504,64114 +HUN,2005,17,61983,64577 +HUN,2005,18,62216,64790 +HUN,2006,0,50747,53133 +HUN,2006,1,49507,52041 +HUN,2006,2,47156,49705 +HUN,2006,3,45662,48224 +HUN,2006,4,44938,47513 +HUN,2006,5,44897,47486 +HUN,2006,6,45410,48010 +HUN,2006,7,46345,48954 +HUN,2006,8,47837,50461 +HUN,2006,9,49886,52535 +HUN,2006,10,52274,54954 +HUN,2006,11,54858,57564 +HUN,2006,12,57757,60487 +HUN,2006,13,59853,62596 +HUN,2006,14,60602,63343 +HUN,2006,15,60494,63221 +HUN,2006,16,60658,63376 +HUN,2006,17,60984,63707 +HUN,2006,18,61236,63929 +HUN,2007,0,50502,52776 +HUN,2007,1,47912,50294 +HUN,2007,2,48843,51419 +HUN,2007,3,47055,49652 +HUN,2007,4,45927,48539 +HUN,2007,5,45406,48030 +HUN,2007,6,45439,48072 +HUN,2007,7,45883,48520 +HUN,2007,8,46597,49232 +HUN,2007,9,47968,50613 +HUN,2007,10,50118,52795 +HUN,2007,11,52729,55451 +HUN,2007,12,55458,58216 +HUN,2007,13,58489,61275 +HUN,2007,14,60581,63389 +HUN,2007,15,61116,63939 +HUN,2007,16,60667,63494 +HUN,2007,17,60507,63340 +HUN,2007,18,60485,63342 +HUN,2008,0,49598,51780 +HUN,2008,1,47904,50250 +HUN,2008,2,46669,49144 +HUN,2008,3,48188,50817 +HUN,2008,4,46963,49619 +HUN,2008,5,46202,48875 +HUN,2008,6,45884,48567 +HUN,2008,7,45989,48677 +HUN,2008,8,46365,49050 +HUN,2008,9,46858,49530 +HUN,2008,10,48109,50786 +HUN,2008,11,50359,53077 +HUN,2008,12,53194,55971 +HUN,2008,13,56069,58892 +HUN,2008,14,59233,62089 +HUN,2008,15,61321,64209 +HUN,2008,16,61642,64561 +HUN,2008,17,60851,63792 +HUN,2008,18,60368,63331 +HUN,2009,0,48304,50424 +HUN,2009,1,47626,49947 +HUN,2009,2,47068,49547 +HUN,2009,3,46642,49241 +HUN,2009,4,47531,50220 +HUN,2009,5,46868,49591 +HUN,2009,6,46473,49215 +HUN,2009,7,46359,49109 +HUN,2009,8,46537,49288 +HUN,2009,9,46844,49585 +HUN,2009,10,47116,49832 +HUN,2009,11,48246,50964 +HUN,2009,12,50598,53364 +HUN,2009,13,53655,56497 +HUN,2009,14,56676,59575 +HUN,2009,15,59974,62910 +HUN,2009,16,62058,65035 +HUN,2009,17,62165,65190 +HUN,2009,18,61032,64098 +HUN,2010,0,46855,48952 +HUN,2010,1,47077,49384 +HUN,2010,2,47144,49617 +HUN,2010,3,47101,49702 +HUN,2010,4,46994,49688 +HUN,2010,5,46868,49626 +HUN,2010,6,46768,49566 +HUN,2010,7,46740,49559 +HUN,2010,8,46829,49654 +HUN,2010,9,47079,49901 +HUN,2010,10,47318,50123 +HUN,2010,11,47369,50138 +HUN,2010,12,48378,51146 +HUN,2010,13,50831,53655 +HUN,2010,14,54111,57027 +HUN,2010,15,57278,60261 +HUN,2010,16,60708,63734 +HUN,2010,17,62788,65866 +HUN,2010,18,62680,65823 +HUN,2011,0,45170,47246 +HUN,2011,1,46821,48946 +HUN,2011,2,47066,49370 +HUN,2011,3,47147,49598 +HUN,2011,4,47110,49678 +HUN,2011,5,47003,49662 +HUN,2011,6,46870,49599 +HUN,2011,7,46758,49539 +HUN,2011,8,46724,49534 +HUN,2011,9,46821,49637 +HUN,2011,10,47090,49895 +HUN,2011,11,47342,50126 +HUN,2011,12,47406,50153 +HUN,2011,13,48428,51170 +HUN,2011,14,50891,53686 +HUN,2011,15,54181,57062 +HUN,2011,16,57358,60302 +HUN,2011,17,60797,63780 +HUN,2011,18,62883,65914 +HUN,2012,0,43265,45359 +HUN,2012,1,44943,47171 +HUN,2012,2,46805,48964 +HUN,2012,3,47072,49382 +HUN,2012,4,47166,49603 +HUN,2012,5,47135,49680 +HUN,2012,6,47027,49661 +HUN,2012,7,46889,49597 +HUN,2012,8,46763,49537 +HUN,2012,9,46724,49535 +HUN,2012,10,46830,49645 +HUN,2012,11,47117,49913 +HUN,2012,12,47383,50155 +HUN,2012,13,47460,50192 +HUN,2012,14,48494,51219 +HUN,2012,15,50969,53743 +HUN,2012,16,54270,57127 +HUN,2012,17,57458,60373 +HUN,2012,18,60908,63857 +HUN,2013,0,41500,43648 +HUN,2013,1,43673,45887 +HUN,2013,2,45276,47556 +HUN,2013,3,46793,48996 +HUN,2013,4,47084,49406 +HUN,2013,5,47190,49622 +HUN,2013,6,47165,49694 +HUN,2013,7,47057,49674 +HUN,2013,8,46913,49608 +HUN,2013,9,46774,49547 +HUN,2013,10,46730,49549 +HUN,2013,11,46845,49666 +HUN,2013,12,47149,49944 +HUN,2013,13,47429,50197 +HUN,2013,14,47518,50245 +HUN,2013,15,48565,51282 +HUN,2013,16,51052,53815 +HUN,2013,17,54365,57207 +HUN,2013,18,57564,60460 +HUN,2014,0,40344,42577 +HUN,2014,1,42705,44932 +HUN,2014,2,44502,46743 +HUN,2014,3,45806,48077 +HUN,2014,4,46777,49027 +HUN,2014,5,47091,49430 +HUN,2014,6,47211,49640 +HUN,2014,7,47191,49709 +HUN,2014,8,47083,49686 +HUN,2014,9,46932,49619 +HUN,2014,10,46781,49558 +HUN,2014,11,46731,49562 +HUN,2014,12,46855,49687 +HUN,2014,13,47177,49976 +HUN,2014,14,47471,50239 +HUN,2014,15,47573,50298 +HUN,2014,16,48632,51345 +HUN,2014,17,51132,53887 +HUN,2014,18,54456,57286 +HUN,2015,0,40104,42445 +HUN,2015,1,42280,44551 +HUN,2015,2,43979,46214 +HUN,2015,3,45254,47485 +HUN,2015,4,46161,48414 +HUN,2015,5,46755,49050 +HUN,2015,6,47091,49446 +HUN,2015,7,47224,49651 +HUN,2015,8,47210,49715 +HUN,2015,9,47102,49690 +HUN,2015,10,46945,49622 +HUN,2015,11,46781,49560 +HUN,2015,12,46725,49567 +HUN,2015,13,46858,49699 +HUN,2015,14,47198,49999 +HUN,2015,15,47506,50272 +HUN,2015,16,47620,50342 +HUN,2015,17,48692,51400 +HUN,2015,18,51203,53950 +HUN,2016,0,41040,43519 +HUN,2016,1,40658,42995 +HUN,2016,2,42442,44716 +HUN,2016,3,43893,46137 +HUN,2016,4,45044,47286 +HUN,2016,5,45926,48189 +HUN,2016,6,46591,48896 +HUN,2016,7,47097,49458 +HUN,2016,8,47354,49784 +HUN,2016,9,47349,49856 +HUN,2016,10,47181,49769 +HUN,2016,11,47012,49688 +HUN,2016,12,46860,49637 +HUN,2016,13,46818,49654 +HUN,2016,14,46963,49797 +HUN,2016,15,47314,50106 +HUN,2016,16,47635,50388 +HUN,2016,17,47760,50467 +HUN,2016,18,48839,51531 +HUN,2017,0,42924,45558 +HUN,2017,1,43380,45842 +HUN,2017,2,41186,43512 +HUN,2017,3,42576,44846 +HUN,2017,4,43781,46024 +HUN,2017,5,44807,47050 +HUN,2017,6,45661,47926 +HUN,2017,7,46398,48704 +HUN,2017,8,47073,49431 +HUN,2017,9,47455,49879 +HUN,2017,10,47458,49958 +HUN,2017,11,47230,49810 +HUN,2017,12,47049,49715 +HUN,2017,13,46910,49675 +HUN,2017,14,46881,49703 +HUN,2017,15,47038,49855 +HUN,2017,16,47401,50174 +HUN,2017,17,47733,50465 +HUN,2017,18,47870,50553 +HUN,2018,0,45183,47958 +HUN,2018,1,44447,47017 +HUN,2018,2,43991,46409 +HUN,2018,3,41703,44013 +HUN,2018,4,42699,44959 +HUN,2018,5,43656,45893 +HUN,2018,6,44556,46796 +HUN,2018,7,45384,47646 +HUN,2018,8,46193,48493 +HUN,2018,9,47035,49385 +HUN,2018,10,47542,49954 +HUN,2018,11,47554,50040 +HUN,2018,12,47266,49832 +HUN,2018,13,47074,49724 +HUN,2018,14,46947,49694 +HUN,2018,15,46930,49733 +HUN,2018,16,47100,49895 +HUN,2018,17,47475,50222 +HUN,2018,18,47818,50523 +HUN,2019,0,47000,50000 +HUN,2019,1,45000,48000 +HUN,2019,2,44000,47000 +HUN,2019,3,43000,46000 +HUN,2019,4,42000,45000 +HUN,2019,5,43000,45000 +HUN,2019,6,44000,46000 +HUN,2019,7,44000,47000 +HUN,2019,8,45000,47000 +HUN,2019,9,46000,48000 +HUN,2019,10,47000,49000 +HUN,2019,11,48000,50000 +HUN,2019,12,48000,50000 +HUN,2019,13,47000,50000 +HUN,2019,14,47000,50000 +HUN,2019,15,47000,50000 +HUN,2019,16,47000,50000 +HUN,2019,17,47000,50000 +HUN,2019,18,48000,50000 +HUN,2020,0,48000,51000 +HUN,2020,1,46000,48000 +HUN,2020,2,44000,47000 +HUN,2020,3,43000,46000 +HUN,2020,4,43000,45000 +HUN,2020,5,43000,45000 +HUN,2020,6,43000,45000 +HUN,2020,7,43000,46000 +HUN,2020,8,44000,46000 +HUN,2020,9,45000,47000 +HUN,2020,10,46000,48000 +HUN,2020,11,47000,49000 +HUN,2020,12,48000,50000 +HUN,2020,13,48000,50000 +HUN,2020,14,47000,50000 +HUN,2020,15,47000,50000 +HUN,2020,16,47000,50000 +HUN,2020,17,47000,50000 +HUN,2020,18,47000,50000 +HUN,2021,0,47000,50000 +HUN,2021,1,47000,50000 +HUN,2021,2,46000,48000 +HUN,2021,3,44000,47000 +HUN,2021,4,44000,46000 +HUN,2021,5,43000,45000 +HUN,2021,6,43000,45000 +HUN,2021,7,43000,45000 +HUN,2021,8,43000,46000 +HUN,2021,9,44000,46000 +HUN,2021,10,45000,47000 +HUN,2021,11,46000,48000 +HUN,2021,12,47000,49000 +HUN,2021,13,48000,50000 +HUN,2021,14,48000,50000 +HUN,2021,15,47000,50000 +HUN,2021,16,47000,50000 +HUN,2021,17,47000,50000 +HUN,2021,18,47000,50000 +HUN,2022,0,46000,49000 +HUN,2022,1,45000,48000 +HUN,2022,2,47000,50000 +HUN,2022,3,46000,48000 +HUN,2022,4,45000,47000 +HUN,2022,5,44000,46000 +HUN,2022,6,43000,46000 +HUN,2022,7,43000,45000 +HUN,2022,8,43000,45000 +HUN,2022,9,43000,45000 +HUN,2022,10,44000,46000 +HUN,2022,11,45000,47000 +HUN,2022,12,46000,48000 +HUN,2022,13,47000,49000 +HUN,2022,14,48000,50000 +HUN,2022,15,48000,50000 +HUN,2022,16,48000,50000 +HUN,2022,17,47000,50000 +HUN,2022,18,47000,50000 +HUN,2023,0,44000,46000 +HUN,2023,1,44000,47000 +HUN,2023,2,44000,47000 +HUN,2023,3,46000,49000 +HUN,2023,4,45000,48000 +HUN,2023,5,45000,47000 +HUN,2023,6,44000,47000 +HUN,2023,7,44000,46000 +HUN,2023,8,43000,46000 +HUN,2023,9,43000,45000 +HUN,2023,10,43000,45000 +HUN,2023,11,44000,46000 +HUN,2023,12,45000,47000 +HUN,2023,13,46000,48000 +HUN,2023,14,47000,49000 +HUN,2023,15,48000,50000 +HUN,2023,16,48000,50000 +HUN,2023,17,48000,50000 +HUN,2023,18,47000,50000 +HUN,2024,0,42000,44000 +HUN,2024,1,43000,46000 +HUN,2024,2,44000,47000 +HUN,2024,3,45000,47000 +HUN,2024,4,46000,48000 +HUN,2024,5,45000,48000 +HUN,2024,6,45000,47000 +HUN,2024,7,44000,47000 +HUN,2024,8,44000,46000 +HUN,2024,9,44000,46000 +HUN,2024,10,43000,45000 +HUN,2024,11,43000,45000 +HUN,2024,12,44000,46000 +HUN,2024,13,45000,47000 +HUN,2024,14,46000,48000 +HUN,2024,15,47000,50000 +HUN,2024,16,48000,50000 +HUN,2024,17,48000,51000 +HUN,2024,18,48000,50000 +HUN,2025,0,41000,43000 +HUN,2025,1,42000,45000 +HUN,2025,2,44000,46000 +HUN,2025,3,45000,47000 +HUN,2025,4,45000,48000 +HUN,2025,5,45000,48000 +HUN,2025,6,45000,48000 +HUN,2025,7,45000,48000 +HUN,2025,8,45000,47000 +HUN,2025,9,44000,47000 +HUN,2025,10,44000,46000 +HUN,2025,11,43000,45000 +HUN,2025,12,43000,45000 +HUN,2025,13,44000,46000 +HUN,2025,14,45000,47000 +HUN,2025,15,46000,48000 +HUN,2025,16,47000,50000 +HUN,2025,17,48000,50000 +HUN,2025,18,48000,51000 +HUN,2026,0,40000,42000 +HUN,2026,1,41000,43000 +HUN,2026,2,43000,45000 +HUN,2026,3,44000,46000 +HUN,2026,4,44000,47000 +HUN,2026,5,45000,48000 +HUN,2026,6,45000,48000 +HUN,2026,7,45000,48000 +HUN,2026,8,45000,48000 +HUN,2026,9,45000,47000 +HUN,2026,10,44000,47000 +HUN,2026,11,44000,46000 +HUN,2026,12,43000,45000 +HUN,2026,13,43000,45000 +HUN,2026,14,44000,46000 +HUN,2026,15,45000,47000 +HUN,2026,16,46000,48000 +HUN,2026,17,47000,50000 +HUN,2026,18,48000,51000 +HUN,2027,0,40000,43000 +HUN,2027,1,42000,44000 +HUN,2027,2,41000,44000 +HUN,2027,3,43000,45000 +HUN,2027,4,44000,46000 +HUN,2027,5,44000,47000 +HUN,2027,6,45000,47000 +HUN,2027,7,45000,48000 +HUN,2027,8,45000,48000 +HUN,2027,9,45000,48000 +HUN,2027,10,45000,47000 +HUN,2027,11,44000,47000 +HUN,2027,12,44000,46000 +HUN,2027,13,43000,45000 +HUN,2027,14,43000,45000 +HUN,2027,15,44000,46000 +HUN,2027,16,45000,47000 +HUN,2027,17,46000,48000 +HUN,2027,18,48000,50000 +HUN,2028,0,41000,43000 +HUN,2028,1,42000,44000 +HUN,2028,2,42000,45000 +HUN,2028,3,42000,44000 +HUN,2028,4,43000,45000 +HUN,2028,5,43000,46000 +HUN,2028,6,44000,47000 +HUN,2028,7,45000,47000 +HUN,2028,8,45000,48000 +HUN,2028,9,45000,48000 +HUN,2028,10,45000,48000 +HUN,2028,11,45000,47000 +HUN,2028,12,44000,47000 +HUN,2028,13,44000,46000 +HUN,2028,14,43000,46000 +HUN,2028,15,43000,45000 +HUN,2028,16,44000,46000 +HUN,2028,17,45000,47000 +HUN,2028,18,46000,49000 +HUN,2029,0,41000,44000 +HUN,2029,1,42000,44000 +HUN,2029,2,42000,44000 +HUN,2029,3,42000,45000 +HUN,2029,4,42000,45000 +HUN,2029,5,43000,45000 +HUN,2029,6,43000,46000 +HUN,2029,7,44000,46000 +HUN,2029,8,44000,47000 +HUN,2029,9,45000,47000 +HUN,2029,10,45000,48000 +HUN,2029,11,45000,48000 +HUN,2029,12,45000,48000 +HUN,2029,13,44000,47000 +HUN,2029,14,44000,46000 +HUN,2029,15,43000,46000 +HUN,2029,16,43000,45000 +HUN,2029,17,44000,46000 +HUN,2029,18,45000,47000 +HUN,2030,0,41000,44000 +HUN,2030,1,41000,44000 +HUN,2030,2,42000,44000 +HUN,2030,3,42000,44000 +HUN,2030,4,42000,45000 +HUN,2030,5,42000,45000 +HUN,2030,6,43000,45000 +HUN,2030,7,43000,46000 +HUN,2030,8,44000,46000 +HUN,2030,9,44000,47000 +HUN,2030,10,45000,47000 +HUN,2030,11,45000,48000 +HUN,2030,12,45000,48000 +HUN,2030,13,45000,48000 +HUN,2030,14,45000,47000 +HUN,2030,15,44000,46000 +HUN,2030,16,43000,46000 +HUN,2030,17,43000,45000 +HUN,2030,18,44000,46000 +HUN,2031,0,41000,44000 +HUN,2031,1,41000,44000 +HUN,2031,2,41000,44000 +HUN,2031,3,42000,44000 +HUN,2031,4,42000,44000 +HUN,2031,5,42000,45000 +HUN,2031,6,43000,45000 +HUN,2031,7,43000,45000 +HUN,2031,8,43000,46000 +HUN,2031,9,44000,46000 +HUN,2031,10,44000,47000 +HUN,2031,11,45000,47000 +HUN,2031,12,45000,48000 +HUN,2031,13,45000,48000 +HUN,2031,14,45000,48000 +HUN,2031,15,45000,47000 +HUN,2031,16,44000,46000 +HUN,2031,17,43000,46000 +HUN,2031,18,43000,46000 +HUN,2032,0,41000,43000 +HUN,2032,1,41000,43000 +HUN,2032,2,41000,44000 +HUN,2032,3,41000,44000 +HUN,2032,4,42000,44000 +HUN,2032,5,42000,44000 +HUN,2032,6,42000,45000 +HUN,2032,7,43000,45000 +HUN,2032,8,43000,45000 +HUN,2032,9,43000,46000 +HUN,2032,10,44000,46000 +HUN,2032,11,44000,47000 +HUN,2032,12,45000,47000 +HUN,2032,13,45000,48000 +HUN,2032,14,46000,48000 +HUN,2032,15,45000,48000 +HUN,2032,16,45000,47000 +HUN,2032,17,44000,46000 +HUN,2032,18,44000,46000 +HUN,2033,0,40000,42000 +HUN,2033,1,40000,43000 +HUN,2033,2,41000,43000 +HUN,2033,3,41000,44000 +HUN,2033,4,41000,44000 +HUN,2033,5,42000,44000 +HUN,2033,6,42000,44000 +HUN,2033,7,42000,45000 +HUN,2033,8,43000,45000 +HUN,2033,9,43000,45000 +HUN,2033,10,43000,46000 +HUN,2033,11,44000,46000 +HUN,2033,12,44000,47000 +HUN,2033,13,45000,47000 +HUN,2033,14,45000,48000 +HUN,2033,15,46000,48000 +HUN,2033,16,45000,48000 +HUN,2033,17,45000,47000 +HUN,2033,18,44000,47000 +HUN,2034,0,40000,42000 +HUN,2034,1,40000,42000 +HUN,2034,2,40000,43000 +HUN,2034,3,41000,43000 +HUN,2034,4,41000,44000 +HUN,2034,5,41000,44000 +HUN,2034,6,42000,44000 +HUN,2034,7,42000,44000 +HUN,2034,8,42000,45000 +HUN,2034,9,43000,45000 +HUN,2034,10,43000,45000 +HUN,2034,11,43000,46000 +HUN,2034,12,44000,46000 +HUN,2034,13,44000,47000 +HUN,2034,14,45000,47000 +HUN,2034,15,45000,48000 +HUN,2034,16,46000,48000 +HUN,2034,17,45000,48000 +HUN,2034,18,45000,47000 +HUN,2035,0,39000,41000 +HUN,2035,1,39000,42000 +HUN,2035,2,40000,42000 +HUN,2035,3,40000,43000 +HUN,2035,4,41000,43000 +HUN,2035,5,41000,43000 +HUN,2035,6,41000,44000 +HUN,2035,7,42000,44000 +HUN,2035,8,42000,44000 +HUN,2035,9,42000,45000 +HUN,2035,10,43000,45000 +HUN,2035,11,43000,45000 +HUN,2035,12,43000,46000 +HUN,2035,13,44000,46000 +HUN,2035,14,44000,47000 +HUN,2035,15,45000,47000 +HUN,2035,16,45000,48000 +HUN,2035,17,46000,48000 +HUN,2035,18,45000,48000 +HUN,2036,0,39000,41000 +HUN,2036,1,39000,41000 +HUN,2036,2,40000,42000 +HUN,2036,3,40000,42000 +HUN,2036,4,40000,43000 +HUN,2036,5,41000,43000 +HUN,2036,6,41000,43000 +HUN,2036,7,41000,44000 +HUN,2036,8,42000,44000 +HUN,2036,9,42000,45000 +HUN,2036,10,42000,45000 +HUN,2036,11,43000,45000 +HUN,2036,12,43000,45000 +HUN,2036,13,43000,46000 +HUN,2036,14,44000,46000 +HUN,2036,15,44000,47000 +HUN,2036,16,45000,47000 +HUN,2036,17,46000,48000 +HUN,2036,18,46000,48000 +HUN,2037,0,39000,41000 +HUN,2037,1,39000,41000 +HUN,2037,2,39000,41000 +HUN,2037,3,40000,42000 +HUN,2037,4,40000,42000 +HUN,2037,5,40000,43000 +HUN,2037,6,41000,43000 +HUN,2037,7,41000,43000 +HUN,2037,8,41000,44000 +HUN,2037,9,42000,44000 +HUN,2037,10,42000,45000 +HUN,2037,11,42000,45000 +HUN,2037,12,43000,45000 +HUN,2037,13,43000,45000 +HUN,2037,14,43000,46000 +HUN,2037,15,44000,46000 +HUN,2037,16,44000,47000 +HUN,2037,17,45000,48000 +HUN,2037,18,46000,48000 +HUN,2038,0,38000,41000 +HUN,2038,1,39000,41000 +HUN,2038,2,39000,41000 +HUN,2038,3,39000,41000 +HUN,2038,4,40000,42000 +HUN,2038,5,40000,42000 +HUN,2038,6,40000,43000 +HUN,2038,7,41000,43000 +HUN,2038,8,41000,43000 +HUN,2038,9,41000,44000 +HUN,2038,10,42000,44000 +HUN,2038,11,42000,45000 +HUN,2038,12,42000,45000 +HUN,2038,13,43000,45000 +HUN,2038,14,43000,46000 +HUN,2038,15,43000,46000 +HUN,2038,16,44000,46000 +HUN,2038,17,45000,47000 +HUN,2038,18,45000,48000 +HUN,2039,0,38000,41000 +HUN,2039,1,39000,41000 +HUN,2039,2,39000,41000 +HUN,2039,3,39000,41000 +HUN,2039,4,39000,42000 +HUN,2039,5,40000,42000 +HUN,2039,6,40000,42000 +HUN,2039,7,40000,43000 +HUN,2039,8,41000,43000 +HUN,2039,9,41000,43000 +HUN,2039,10,41000,44000 +HUN,2039,11,42000,44000 +HUN,2039,12,42000,45000 +HUN,2039,13,43000,45000 +HUN,2039,14,43000,45000 +HUN,2039,15,43000,46000 +HUN,2039,16,44000,46000 +HUN,2039,17,44000,47000 +HUN,2039,18,45000,47000 +HUN,2040,0,38000,40000 +HUN,2040,1,38000,41000 +HUN,2040,2,39000,41000 +HUN,2040,3,39000,41000 +HUN,2040,4,39000,41000 +HUN,2040,5,39000,42000 +HUN,2040,6,40000,42000 +HUN,2040,7,40000,42000 +HUN,2040,8,40000,43000 +HUN,2040,9,41000,43000 +HUN,2040,10,41000,43000 +HUN,2040,11,41000,44000 +HUN,2040,12,42000,44000 +HUN,2040,13,42000,45000 +HUN,2040,14,43000,45000 +HUN,2040,15,43000,45000 +HUN,2040,16,43000,46000 +HUN,2040,17,44000,46000 +HUN,2040,18,44000,47000 +HUN,2041,0,38000,40000 +HUN,2041,1,38000,40000 +HUN,2041,2,38000,41000 +HUN,2041,3,39000,41000 +HUN,2041,4,39000,41000 +HUN,2041,5,39000,41000 +HUN,2041,6,39000,42000 +HUN,2041,7,40000,42000 +HUN,2041,8,40000,42000 +HUN,2041,9,40000,43000 +HUN,2041,10,41000,43000 +HUN,2041,11,41000,43000 +HUN,2041,12,41000,44000 +HUN,2041,13,42000,44000 +HUN,2041,14,42000,45000 +HUN,2041,15,43000,45000 +HUN,2041,16,43000,45000 +HUN,2041,17,43000,46000 +HUN,2041,18,44000,46000 +HUN,2042,0,38000,40000 +HUN,2042,1,38000,40000 +HUN,2042,2,38000,40000 +HUN,2042,3,38000,41000 +HUN,2042,4,39000,41000 +HUN,2042,5,39000,41000 +HUN,2042,6,39000,41000 +HUN,2042,7,39000,42000 +HUN,2042,8,40000,42000 +HUN,2042,9,40000,42000 +HUN,2042,10,40000,43000 +HUN,2042,11,41000,43000 +HUN,2042,12,41000,43000 +HUN,2042,13,42000,44000 +HUN,2042,14,42000,44000 +HUN,2042,15,42000,45000 +HUN,2042,16,43000,45000 +HUN,2042,17,43000,45000 +HUN,2042,18,43000,46000 +HUN,2043,0,38000,40000 +HUN,2043,1,38000,40000 +HUN,2043,2,38000,40000 +HUN,2043,3,38000,40000 +HUN,2043,4,38000,41000 +HUN,2043,5,39000,41000 +HUN,2043,6,39000,41000 +HUN,2043,7,39000,41000 +HUN,2043,8,39000,42000 +HUN,2043,9,40000,42000 +HUN,2043,10,40000,42000 +HUN,2043,11,40000,43000 +HUN,2043,12,41000,43000 +HUN,2043,13,41000,43000 +HUN,2043,14,42000,44000 +HUN,2043,15,42000,44000 +HUN,2043,16,42000,45000 +HUN,2043,17,43000,45000 +HUN,2043,18,43000,46000 +HUN,2044,0,38000,40000 +HUN,2044,1,38000,40000 +HUN,2044,2,38000,40000 +HUN,2044,3,38000,40000 +HUN,2044,4,38000,40000 +HUN,2044,5,38000,41000 +HUN,2044,6,39000,41000 +HUN,2044,7,39000,41000 +HUN,2044,8,39000,41000 +HUN,2044,9,39000,42000 +HUN,2044,10,40000,42000 +HUN,2044,11,40000,42000 +HUN,2044,12,40000,43000 +HUN,2044,13,41000,43000 +HUN,2044,14,41000,44000 +HUN,2044,15,42000,44000 +HUN,2044,16,42000,44000 +HUN,2044,17,42000,45000 +HUN,2044,18,43000,45000 +HUN,2045,0,38000,40000 +HUN,2045,1,38000,40000 +HUN,2045,2,38000,40000 +HUN,2045,3,38000,40000 +HUN,2045,4,38000,40000 +HUN,2045,5,38000,41000 +HUN,2045,6,38000,41000 +HUN,2045,7,39000,41000 +HUN,2045,8,39000,41000 +HUN,2045,9,39000,41000 +HUN,2045,10,39000,42000 +HUN,2045,11,40000,42000 +HUN,2045,12,40000,42000 +HUN,2045,13,40000,43000 +HUN,2045,14,41000,43000 +HUN,2045,15,41000,44000 +HUN,2045,16,42000,44000 +HUN,2045,17,42000,44000 +HUN,2045,18,43000,45000 +HUN,2046,0,38000,40000 +HUN,2046,1,38000,40000 +HUN,2046,2,38000,40000 +HUN,2046,3,38000,40000 +HUN,2046,4,38000,40000 +HUN,2046,5,38000,40000 +HUN,2046,6,38000,41000 +HUN,2046,7,38000,41000 +HUN,2046,8,39000,41000 +HUN,2046,9,39000,41000 +HUN,2046,10,39000,41000 +HUN,2046,11,39000,42000 +HUN,2046,12,40000,42000 +HUN,2046,13,40000,42000 +HUN,2046,14,40000,43000 +HUN,2046,15,41000,43000 +HUN,2046,16,41000,44000 +HUN,2046,17,42000,44000 +HUN,2046,18,42000,45000 +HUN,2047,0,37000,40000 +HUN,2047,1,38000,40000 +HUN,2047,2,38000,40000 +HUN,2047,3,38000,40000 +HUN,2047,4,38000,40000 +HUN,2047,5,38000,40000 +HUN,2047,6,38000,40000 +HUN,2047,7,38000,41000 +HUN,2047,8,38000,41000 +HUN,2047,9,39000,41000 +HUN,2047,10,39000,41000 +HUN,2047,11,39000,41000 +HUN,2047,12,39000,42000 +HUN,2047,13,40000,42000 +HUN,2047,14,40000,42000 +HUN,2047,15,40000,43000 +HUN,2047,16,41000,43000 +HUN,2047,17,41000,44000 +HUN,2047,18,42000,44000 +HUN,2048,0,37000,40000 +HUN,2048,1,38000,40000 +HUN,2048,2,38000,40000 +HUN,2048,3,38000,40000 +HUN,2048,4,38000,40000 +HUN,2048,5,38000,40000 +HUN,2048,6,38000,40000 +HUN,2048,7,38000,40000 +HUN,2048,8,38000,41000 +HUN,2048,9,38000,41000 +HUN,2048,10,39000,41000 +HUN,2048,11,39000,41000 +HUN,2048,12,39000,41000 +HUN,2048,13,39000,42000 +HUN,2048,14,40000,42000 +HUN,2048,15,40000,42000 +HUN,2048,16,41000,43000 +HUN,2048,17,41000,43000 +HUN,2048,18,42000,44000 +HUN,2049,0,37000,39000 +HUN,2049,1,37000,40000 +HUN,2049,2,38000,40000 +HUN,2049,3,38000,40000 +HUN,2049,4,38000,40000 +HUN,2049,5,38000,40000 +HUN,2049,6,38000,40000 +HUN,2049,7,38000,40000 +HUN,2049,8,38000,40000 +HUN,2049,9,38000,41000 +HUN,2049,10,38000,41000 +HUN,2049,11,39000,41000 +HUN,2049,12,39000,41000 +HUN,2049,13,39000,41000 +HUN,2049,14,40000,42000 +HUN,2049,15,40000,42000 +HUN,2049,16,40000,42000 +HUN,2049,17,41000,43000 +HUN,2049,18,41000,43000 +HUN,2050,0,37000,39000 +HUN,2050,1,37000,40000 +HUN,2050,2,37000,40000 +HUN,2050,3,38000,40000 +HUN,2050,4,38000,40000 +HUN,2050,5,38000,40000 +HUN,2050,6,38000,40000 +HUN,2050,7,38000,40000 +HUN,2050,8,38000,40000 +HUN,2050,9,38000,40000 +HUN,2050,10,38000,41000 +HUN,2050,11,38000,41000 +HUN,2050,12,39000,41000 +HUN,2050,13,39000,41000 +HUN,2050,14,39000,41000 +HUN,2050,15,40000,42000 +HUN,2050,16,40000,42000 +HUN,2050,17,40000,43000 +HUN,2050,18,41000,43000 +IDN,1990,0,2120143,2217356 +IDN,1990,1,2158201,2254677 +IDN,1990,2,2186583,2282114 +IDN,1990,3,2206037,2300422 +IDN,1990,4,2217311,2310354 +IDN,1990,5,2221152,2312664 +IDN,1990,6,2218308,2308105 +IDN,1990,7,2209527,2297432 +IDN,1990,8,2195555,2281398 +IDN,1990,9,2177142,2260757 +IDN,1990,10,2154233,2235512 +IDN,1990,11,2126773,2205667 +IDN,1990,12,2099520,2175727 +IDN,1990,13,2074823,2147946 +IDN,1990,14,2051026,2120827 +IDN,1990,15,2024029,2090567 +IDN,1990,16,1994540,2057868 +IDN,1990,17,1963497,2023752 +IDN,1990,18,1930920,1988332 +IDN,1991,0,2118482,2217138 +IDN,1991,1,2125244,2219518 +IDN,1991,2,2157690,2251182 +IDN,1991,3,2182867,2275435 +IDN,1991,4,2201093,2292583 +IDN,1991,5,2212685,2302935 +IDN,1991,6,2218416,2307272 +IDN,1991,7,2219061,2306377 +IDN,1991,8,2212650,2298187 +IDN,1991,9,2198584,2282063 +IDN,1991,10,2178554,2259735 +IDN,1991,11,2154822,2233614 +IDN,1991,12,2126910,2203268 +IDN,1991,13,2099113,2172701 +IDN,1991,14,2073796,2144171 +IDN,1991,15,2049345,2116244 +IDN,1991,16,2021669,2085154 +IDN,1991,17,1991446,2051572 +IDN,1991,18,1959920,2016840 +IDN,1992,0,2133097,2229661 +IDN,1992,1,2151431,2246219 +IDN,1992,2,2129968,2219152 +IDN,1992,3,2156793,2245119 +IDN,1992,4,2178761,2266155 +IDN,1992,5,2195755,2282124 +IDN,1992,6,2207663,2292884 +IDN,1992,7,2215285,2299246 +IDN,1992,8,2219419,2302018 +IDN,1992,9,2215380,2296323 +IDN,1992,10,2201222,2280128 +IDN,1992,11,2179577,2256137 +IDN,1992,12,2155026,2229168 +IDN,1992,13,2126668,2198356 +IDN,1992,14,2098332,2167196 +IDN,1992,15,2072398,2137949 +IDN,1992,16,2047298,2109245 +IDN,1992,17,2018947,2077360 +IDN,1992,18,1987995,2042933 +IDN,1993,0,2155526,2247774 +IDN,1993,1,2156204,2245940 +IDN,1993,2,2159523,2247091 +IDN,1993,3,2134383,2217523 +IDN,1993,4,2155585,2237781 +IDN,1993,5,2174339,2255592 +IDN,1993,6,2190099,2270372 +IDN,1993,7,2202322,2281535 +IDN,1993,8,2211832,2289916 +IDN,1993,9,2219455,2296350 +IDN,1993,10,2217788,2293152 +IDN,1993,11,2203541,2276895 +IDN,1993,12,2180284,2251256 +IDN,1993,13,2154919,2223456 +IDN,1993,14,2126117,2192195 +IDN,1993,15,2097247,2160460 +IDN,1993,16,2070700,2130514 +IDN,1993,17,2044954,2101049 +IDN,1993,18,2015933,2068387 +IDN,1994,0,2173448,2260915 +IDN,1994,1,2158885,2243423 +IDN,1994,2,2151360,2233443 +IDN,1994,3,2149698,2229729 +IDN,1994,4,2138742,2216366 +IDN,1994,5,2154320,2230926 +IDN,1994,6,2169860,2245520 +IDN,1994,7,2184387,2259116 +IDN,1994,8,2196924,2270682 +IDN,1994,9,2208322,2281082 +IDN,1994,10,2219434,2291177 +IDN,1994,11,2220138,2290471 +IDN,1994,12,2205802,2274150 +IDN,1994,13,2180934,2246859 +IDN,1994,14,2154754,2218222 +IDN,1994,15,2125511,2186506 +IDN,1994,16,2096107,2154190 +IDN,1994,17,2068948,2123539 +IDN,1994,18,2042557,2093309 +IDN,1995,0,2178098,2261610 +IDN,1995,1,2155077,2235760 +IDN,1995,2,2141466,2219810 +IDN,1995,3,2135859,2212281 +IDN,1995,4,2136846,2211697 +IDN,1995,5,2143021,2216580 +IDN,1995,6,2152976,2225453 +IDN,1995,7,2165304,2236839 +IDN,1995,8,2178596,2249260 +IDN,1995,9,2191446,2261238 +IDN,1995,10,2204732,2273662 +IDN,1995,11,2219330,2287422 +IDN,1995,12,2222407,2289208 +IDN,1995,13,2207981,2272811 +IDN,1995,14,2181504,2243852 +IDN,1995,15,2154512,2214361 +IDN,1995,16,2124827,2182172 +IDN,1995,17,2094891,2149255 +IDN,1995,18,2067121,2117880 +IDN,1996,0,2166787,2242469 +IDN,1996,1,2167298,2245842 +IDN,1996,2,2150093,2226445 +IDN,1996,3,2140244,2214757 +IDN,1996,4,2136671,2209649 +IDN,1996,5,2138295,2209988 +IDN,1996,6,2143714,2214304 +IDN,1996,7,2151523,2221124 +IDN,1996,8,2162266,2231013 +IDN,1996,9,2175514,2243520 +IDN,1996,10,2189213,2256493 +IDN,1996,11,2202649,2269156 +IDN,1996,12,2217055,2282767 +IDN,1996,13,2219792,2284242 +IDN,1996,14,2204832,2267328 +IDN,1996,15,2177707,2237725 +IDN,1996,16,2150073,2207588 +IDN,1996,17,2119713,2174723 +IDN,1996,18,2089288,2141262 +IDN,1997,0,2143426,2212136 +IDN,1997,1,2126688,2194951 +IDN,1997,2,2156840,2232004 +IDN,1997,3,2145449,2219035 +IDN,1997,4,2139360,2211596 +IDN,1997,5,2137822,2208902 +IDN,1997,6,2140084,2210163 +IDN,1997,7,2144747,2213914 +IDN,1997,8,2150410,2218690 +IDN,1997,9,2159570,2227094 +IDN,1997,10,2172775,2239696 +IDN,1997,11,2187327,2253674 +IDN,1997,12,2200916,2266586 +IDN,1997,13,2215131,2280061 +IDN,1997,14,2217529,2281227 +IDN,1997,15,2202032,2263781 +IDN,1997,16,2174255,2233510 +IDN,1997,17,2145975,2202700 +IDN,1997,18,2114935,2169133 +IDN,1998,0,2114352,2178171 +IDN,1998,1,2108323,2173195 +IDN,1998,2,2106219,2171872 +IDN,1998,3,2146554,2219504 +IDN,1998,4,2140979,2212958 +IDN,1998,5,2138650,2209765 +IDN,1998,6,2139147,2209483 +IDN,1998,7,2142048,2211668 +IDN,1998,8,2145955,2214858 +IDN,1998,9,2149472,2217590 +IDN,1998,10,2157049,2224513 +IDN,1998,11,2170213,2237219 +IDN,1998,12,2185618,2252211 +IDN,1998,13,2199362,2265380 +IDN,1998,14,2213387,2278727 +IDN,1998,15,2215446,2279583 +IDN,1998,16,2199410,2261595 +IDN,1998,17,2170979,2230638 +IDN,1998,18,2142050,2199138 +IDN,1999,0,2088640,2151186 +IDN,1999,1,2093760,2158058 +IDN,1999,2,2099423,2165088 +IDN,1999,3,2105531,2172211 +IDN,1999,4,2135848,2207108 +IDN,1999,5,2136090,2206991 +IDN,1999,6,2137524,2208048 +IDN,1999,7,2140057,2210181 +IDN,1999,8,2143595,2213290 +IDN,1999,9,2146745,2215918 +IDN,1999,10,2148115,2216606 +IDN,1999,11,2154108,2222046 +IDN,1999,12,2167227,2234858 +IDN,1999,13,2183483,2250864 +IDN,1999,14,2197378,2264291 +IDN,1999,15,2211212,2277510 +IDN,1999,16,2212931,2278057 +IDN,1999,17,2196359,2259526 +IDN,1999,18,2167279,2227880 +IDN,2000,0,2072714,2138575 +IDN,2000,1,2086615,2153597 +IDN,2000,2,2098477,2166387 +IDN,2000,3,2108535,2177190 +IDN,2000,4,2117025,2186253 +IDN,2000,5,2124181,2193820 +IDN,2000,6,2130239,2200135 +IDN,2000,7,2135433,2205445 +IDN,2000,8,2140000,2209994 +IDN,2000,9,2144173,2214026 +IDN,2000,10,2146566,2216090 +IDN,2000,11,2145789,2214732 +IDN,2000,12,2150195,2218687 +IDN,2000,13,2163264,2231598 +IDN,2000,14,2180363,2248615 +IDN,2000,15,2194404,2262293 +IDN,2000,16,2208039,2275380 +IDN,2000,17,2209417,2275616 +IDN,2000,18,2192317,2256549 +IDN,2001,0,2072857,2146148 +IDN,2001,1,2104143,2174032 +IDN,2001,2,2116690,2187324 +IDN,2001,3,2127032,2198491 +IDN,2001,4,2135417,2207710 +IDN,2001,5,2142090,2215158 +IDN,2001,6,2147199,2221002 +IDN,2001,7,2150891,2225410 +IDN,2001,8,2153907,2228603 +IDN,2001,9,2156692,2230777 +IDN,2001,10,2159194,2232081 +IDN,2001,11,2159966,2231570 +IDN,2001,12,2158153,2228354 +IDN,2001,13,2159506,2227943 +IDN,2001,14,2166375,2232639 +IDN,2001,15,2175605,2239409 +IDN,2001,16,2182232,2243417 +IDN,2001,17,2187902,2246227 +IDN,2001,18,2185276,2241018 +IDN,2002,0,2083097,2168329 +IDN,2002,1,2105756,2186019 +IDN,2002,2,2134740,2208652 +IDN,2002,3,2145925,2220207 +IDN,2002,4,2154741,2229744 +IDN,2002,5,2161446,2237373 +IDN,2002,6,2166297,2243201 +IDN,2002,7,2169354,2247317 +IDN,2002,8,2170675,2249813 +IDN,2002,9,2171508,2250886 +IDN,2002,10,2172507,2250682 +IDN,2002,11,2173335,2249253 +IDN,2002,12,2172484,2246164 +IDN,2002,13,2169633,2241088 +IDN,2002,14,2167928,2236305 +IDN,2002,15,2168585,2232775 +IDN,2002,16,2169930,2229282 +IDN,2002,17,2169130,2223604 +IDN,2002,18,2166820,2216122 +IDN,2003,0,2099572,2198875 +IDN,2003,1,2123591,2213897 +IDN,2003,2,2143221,2226816 +IDN,2003,3,2164117,2242093 +IDN,2003,4,2173934,2251903 +IDN,2003,5,2181218,2259805 +IDN,2003,6,2186238,2265839 +IDN,2003,7,2189263,2270043 +IDN,2003,8,2190264,2272429 +IDN,2003,9,2189213,2273010 +IDN,2003,10,2187862,2271962 +IDN,2003,11,2187074,2269378 +IDN,2003,12,2186226,2265216 +IDN,2003,13,2183751,2259550 +IDN,2003,14,2179863,2252617 +IDN,2003,15,2175101,2243463 +IDN,2003,16,2169542,2231704 +IDN,2003,17,2162996,2217947 +IDN,2003,18,2154766,2202582 +IDN,2004,0,2116852,2229072 +IDN,2004,1,2141632,2242039 +IDN,2004,2,2162103,2253661 +IDN,2004,3,2178620,2263932 +IDN,2004,4,2192363,2274597 +IDN,2004,5,2200806,2282660 +IDN,2004,6,2206556,2288925 +IDN,2004,7,2209890,2293361 +IDN,2004,8,2211089,2295941 +IDN,2004,9,2210036,2296597 +IDN,2004,10,2206613,2295265 +IDN,2004,11,2203080,2292096 +IDN,2004,12,2200506,2287136 +IDN,2004,13,2197983,2280244 +IDN,2004,14,2193887,2272005 +IDN,2004,15,2188966,2263218 +IDN,2004,16,2181149,2249700 +IDN,2004,17,2169381,2229722 +IDN,2004,18,2154954,2205711 +IDN,2005,0,2131472,2253002 +IDN,2005,1,2157162,2266292 +IDN,2005,2,2178547,2278383 +IDN,2005,3,2195919,2289176 +IDN,2005,4,2209567,2298576 +IDN,2005,5,2219780,2306482 +IDN,2005,6,2226849,2312798 +IDN,2005,7,2231064,2317426 +IDN,2005,8,2232714,2320266 +IDN,2005,9,2232088,2321223 +IDN,2005,10,2228984,2320151 +IDN,2005,11,2223195,2316908 +IDN,2005,12,2217484,2311623 +IDN,2005,13,2213128,2304290 +IDN,2005,14,2208934,2294673 +IDN,2005,15,2203220,2283865 +IDN,2005,16,2197268,2273230 +IDN,2005,17,2186405,2255356 +IDN,2005,18,2168441,2227174 +IDN,2006,0,2144069,2270507 +IDN,2006,1,2162547,2288023 +IDN,2006,2,2183976,2299592 +IDN,2006,3,2201438,2309421 +IDN,2006,4,2215116,2317395 +IDN,2006,5,2225196,2323397 +IDN,2006,6,2232211,2327630 +IDN,2006,7,2236698,2330299 +IDN,2006,8,2237086,2329683 +IDN,2006,9,2232856,2325025 +IDN,2006,10,2225246,2317170 +IDN,2006,11,2215982,2307957 +IDN,2006,12,2204681,2297302 +IDN,2006,13,2194355,2284929 +IDN,2006,14,2186669,2270980 +IDN,2006,15,2180464,2255753 +IDN,2006,16,2172821,2239610 +IDN,2006,17,2164216,2222720 +IDN,2006,18,2155485,2205456 +IDN,2007,0,2152427,2280286 +IDN,2007,1,2183225,2304977 +IDN,2007,2,2192879,2322605 +IDN,2007,3,2210038,2332449 +IDN,2007,4,2223566,2340012 +IDN,2007,5,2233543,2345161 +IDN,2007,6,2240048,2347760 +IDN,2007,7,2243861,2348314 +IDN,2007,8,2245762,2347332 +IDN,2007,9,2242319,2341467 +IDN,2007,10,2232207,2329302 +IDN,2007,11,2217611,2312627 +IDN,2007,12,2202185,2295265 +IDN,2007,13,2185372,2277191 +IDN,2007,14,2170431,2257725 +IDN,2007,15,2159416,2237155 +IDN,2007,16,2151200,2216315 +IDN,2007,17,2141629,2194833 +IDN,2007,18,2130371,2171685 +IDN,2008,0,2163472,2289610 +IDN,2008,1,2195126,2320501 +IDN,2008,2,2221506,2346407 +IDN,2008,3,2222617,2356398 +IDN,2008,4,2235499,2364512 +IDN,2008,5,2245090,2369806 +IDN,2008,6,2251363,2372127 +IDN,2008,7,2254291,2371319 +IDN,2008,8,2254899,2368193 +IDN,2008,9,2254214,2363556 +IDN,2008,10,2246942,2352442 +IDN,2008,11,2230950,2332770 +IDN,2008,12,2209369,2307274 +IDN,2008,13,2187785,2281765 +IDN,2008,14,2165463,2256274 +IDN,2008,15,2145912,2229717 +IDN,2008,16,2131571,2202529 +IDN,2008,17,2121345,2176079 +IDN,2008,18,2109849,2149263 +IDN,2009,0,2186851,2309011 +IDN,2009,1,2213547,2339835 +IDN,2009,2,2236065,2365643 +IDN,2009,3,2254456,2386470 +IDN,2009,4,2251846,2388908 +IDN,2009,5,2260450,2395289 +IDN,2009,6,2266103,2398311 +IDN,2009,7,2268672,2397802 +IDN,2009,8,2268023,2393590 +IDN,2009,9,2265428,2386785 +IDN,2009,10,2262158,2378499 +IDN,2009,11,2251059,2362142 +IDN,2009,12,2229192,2334975 +IDN,2009,13,2200635,2300675 +IDN,2009,14,2172900,2267034 +IDN,2009,15,2145077,2234143 +IDN,2009,16,2120920,2200511 +IDN,2009,17,2103257,2166722 +IDN,2009,18,2091025,2134677 +IDN,2010,0,2228383,2345222 +IDN,2010,1,2242191,2366476 +IDN,2010,2,2254581,2384790 +IDN,2010,3,2265314,2399974 +IDN,2010,4,2274151,2411836 +IDN,2010,5,2280853,2420186 +IDN,2010,6,2285182,2424832 +IDN,2010,7,2286899,2425583 +IDN,2010,8,2285766,2422249 +IDN,2010,9,2281544,2414639 +IDN,2010,10,2275748,2404164 +IDN,2010,11,2269894,2392236 +IDN,2010,12,2254972,2370652 +IDN,2010,13,2227237,2336013 +IDN,2010,14,2191711,2292939 +IDN,2010,15,2157832,2251194 +IDN,2010,16,2124513,2210928 +IDN,2010,17,2095757,2170247 +IDN,2010,18,2074775,2129882 +IDN,2011,0,2295625,2409035 +IDN,2011,1,2234095,2352483 +IDN,2011,2,2242382,2367609 +IDN,2011,3,2251426,2382215 +IDN,2011,4,2260611,2395694 +IDN,2011,5,2269321,2407437 +IDN,2011,6,2277332,2417263 +IDN,2011,7,2284422,2424991 +IDN,2011,8,2288006,2427877 +IDN,2011,9,2286682,2424455 +IDN,2011,10,2281014,2415401 +IDN,2011,11,2274499,2404284 +IDN,2011,12,2268275,2392105 +IDN,2011,13,2252955,2370199 +IDN,2011,14,2224808,2335158 +IDN,2011,15,2188874,2291639 +IDN,2011,16,2154577,2249443 +IDN,2011,17,2120821,2208699 +IDN,2011,18,2091758,2167676 +IDN,2012,0,2379833,2488269 +IDN,2012,1,2338209,2455611 +IDN,2012,2,2238391,2357373 +IDN,2012,3,2241150,2366351 +IDN,2012,4,2246842,2377231 +IDN,2012,5,2254474,2388990 +IDN,2012,6,2263051,2400602 +IDN,2012,7,2272366,2411896 +IDN,2012,8,2282212,2422701 +IDN,2012,9,2287661,2427719 +IDN,2012,10,2286148,2424213 +IDN,2012,11,2279037,2413724 +IDN,2012,12,2271807,2401974 +IDN,2012,13,2265217,2389557 +IDN,2012,14,2249508,2367350 +IDN,2012,15,2220968,2331942 +IDN,2012,16,2184648,2288022 +IDN,2012,17,2149956,2245418 +IDN,2012,18,2115783,2204237 +IDN,2013,0,2463267,2566507 +IDN,2013,1,2389938,2500945 +IDN,2013,2,2333815,2451710 +IDN,2013,3,2242271,2361306 +IDN,2013,4,2239506,2364136 +IDN,2013,5,2241847,2371290 +IDN,2013,6,2247925,2381325 +IDN,2013,7,2256368,2392801 +IDN,2013,8,2266984,2405557 +IDN,2013,9,2279583,2419433 +IDN,2013,10,2286896,2426579 +IDN,2013,11,2285193,2422991 +IDN,2013,12,2276641,2411071 +IDN,2013,13,2268698,2398694 +IDN,2013,14,2261743,2386045 +IDN,2013,15,2245649,2363547 +IDN,2013,16,2216721,2327786 +IDN,2013,17,2180022,2283483 +IDN,2013,18,2144941,2240488 +IDN,2014,0,2521487,2620972 +IDN,2014,1,2428453,2533785 +IDN,2014,2,2356403,2467382 +IDN,2014,3,2303023,2419357 +IDN,2014,4,2246827,2365860 +IDN,2014,5,2238538,2362549 +IDN,2014,6,2237531,2365981 +IDN,2014,7,2242057,2374297 +IDN,2014,8,2250369,2385641 +IDN,2014,9,2262289,2399861 +IDN,2014,10,2277643,2416807 +IDN,2014,11,2286820,2426082 +IDN,2014,12,2284927,2422411 +IDN,2014,13,2274934,2409059 +IDN,2014,14,2266275,2396052 +IDN,2014,15,2258954,2383167 +IDN,2014,16,2242470,2360372 +IDN,2014,17,2213145,2324250 +IDN,2014,18,2176056,2279552 +IDN,2015,0,2537656,2635866 +IDN,2015,1,2444648,2546458 +IDN,2015,2,2371730,2477591 +IDN,2015,3,2316778,2426991 +IDN,2015,4,2277663,2392381 +IDN,2015,5,2252261,2371488 +IDN,2015,6,2238445,2362034 +IDN,2015,7,2234088,2361746 +IDN,2015,8,2237065,2368347 +IDN,2015,9,2245248,2379563 +IDN,2015,10,2258478,2395254 +IDN,2015,11,2276593,2415279 +IDN,2015,12,2287639,2426686 +IDN,2015,13,2285555,2422930 +IDN,2015,14,2274115,2408140 +IDN,2015,15,2264737,2394498 +IDN,2015,16,2257047,2381370 +IDN,2015,17,2240166,2358269 +IDN,2015,18,2210434,2321768 +IDN,2016,0,2498752,2598916 +IDN,2016,1,2510303,2608683 +IDN,2016,2,2434472,2536094 +IDN,2016,3,2372446,2477903 +IDN,2016,4,2323127,2432842 +IDN,2016,5,2285418,2399642 +IDN,2016,6,2257213,2376043 +IDN,2016,7,2236409,2359786 +IDN,2016,8,2226938,2354556 +IDN,2016,9,2229714,2361066 +IDN,2016,10,2240620,2375075 +IDN,2016,11,2254483,2391508 +IDN,2016,12,2272164,2411238 +IDN,2016,13,2282762,2422291 +IDN,2016,14,2280251,2418125 +IDN,2016,15,2268409,2402903 +IDN,2016,16,2258616,2388819 +IDN,2016,17,2250488,2375224 +IDN,2016,18,2233320,2351810 +IDN,2017,0,2419222,2523932 +IDN,2017,1,2395137,2497657 +IDN,2017,2,2485728,2584335 +IDN,2017,3,2426979,2528475 +IDN,2017,4,2375770,2480890 +IDN,2017,5,2332028,2441317 +IDN,2017,6,2295681,2409490 +IDN,2017,7,2264644,2383162 +IDN,2017,8,2236834,2360087 +IDN,2017,9,2222241,2349913 +IDN,2017,10,2224820,2356339 +IDN,2017,11,2238460,2373155 +IDN,2017,12,2252970,2390348 +IDN,2017,13,2270236,2409804 +IDN,2017,14,2280398,2420514 +IDN,2017,15,2277458,2415934 +IDN,2017,16,2265202,2400264 +IDN,2017,17,2254983,2385724 +IDN,2017,18,2246409,2371647 +IDN,2018,0,2319815,2430130 +IDN,2018,1,2348196,2453364 +IDN,2018,2,2365269,2467541 +IDN,2018,3,2462275,2561127 +IDN,2018,4,2420598,2521987 +IDN,2018,5,2380191,2484997 +IDN,2018,6,2342010,2450898 +IDN,2018,7,2307010,2420431 +IDN,2018,8,2273125,2391360 +IDN,2018,9,2238289,2361451 +IDN,2018,10,2218564,2346323 +IDN,2018,11,2220946,2352668 +IDN,2018,12,2237328,2372301 +IDN,2018,13,2252493,2390263 +IDN,2018,14,2269352,2409453 +IDN,2018,15,2279083,2419824 +IDN,2018,16,2275711,2414829 +IDN,2018,17,2263034,2398702 +IDN,2018,18,2252384,2383700 +IDN,2019,0,2231000,2346000 +IDN,2019,1,2303000,2410000 +IDN,2019,2,2353000,2456000 +IDN,2019,3,2384000,2484000 +IDN,2019,4,2438000,2537000 +IDN,2019,5,2413000,2515000 +IDN,2019,6,2384000,2488000 +IDN,2019,7,2351000,2460000 +IDN,2019,8,2317000,2430000 +IDN,2019,9,2281000,2399000 +IDN,2019,10,2239000,2362000 +IDN,2019,11,2214000,2342000 +IDN,2019,12,2216000,2348000 +IDN,2019,13,2235000,2371000 +IDN,2019,14,2251000,2389000 +IDN,2019,15,2268000,2408000 +IDN,2019,16,2277000,2418000 +IDN,2019,17,2273000,2413000 +IDN,2019,18,2260000,2396000 +IDN,2020,0,2175000,2291000 +IDN,2020,1,2269000,2377000 +IDN,2020,2,2336000,2440000 +IDN,2020,3,2381000,2481000 +IDN,2020,4,2405000,2504000 +IDN,2020,5,2412000,2511000 +IDN,2020,6,2404000,2505000 +IDN,2020,7,2386000,2490000 +IDN,2020,8,2359000,2467000 +IDN,2020,9,2326000,2439000 +IDN,2020,10,2287000,2404000 +IDN,2020,11,2238000,2361000 +IDN,2020,12,2208000,2336000 +IDN,2020,13,2210000,2342000 +IDN,2020,14,2232000,2367000 +IDN,2020,15,2248000,2387000 +IDN,2020,16,2264000,2405000 +IDN,2020,17,2273000,2415000 +IDN,2020,18,2269000,2409000 +IDN,2021,0,2164000,2280000 +IDN,2021,1,2195000,2309000 +IDN,2021,2,2274000,2382000 +IDN,2021,3,2332000,2436000 +IDN,2021,4,2372000,2473000 +IDN,2021,5,2395000,2495000 +IDN,2021,6,2405000,2505000 +IDN,2021,7,2405000,2506000 +IDN,2021,8,2391000,2495000 +IDN,2021,9,2364000,2472000 +IDN,2021,10,2328000,2441000 +IDN,2021,11,2287000,2405000 +IDN,2021,12,2238000,2362000 +IDN,2021,13,2208000,2336000 +IDN,2021,14,2209000,2342000 +IDN,2021,15,2231000,2367000 +IDN,2021,16,2247000,2386000 +IDN,2021,17,2262000,2404000 +IDN,2021,18,2271000,2413000 +IDN,2022,0,2186000,2298000 +IDN,2022,1,2252000,2359000 +IDN,2022,2,2213000,2325000 +IDN,2022,3,2277000,2384000 +IDN,2022,4,2325000,2429000 +IDN,2022,5,2361000,2462000 +IDN,2022,6,2383000,2484000 +IDN,2022,7,2397000,2497000 +IDN,2022,8,2403000,2504000 +IDN,2022,9,2394000,2498000 +IDN,2022,10,2367000,2474000 +IDN,2022,11,2328000,2441000 +IDN,2022,12,2286000,2404000 +IDN,2022,13,2236000,2360000 +IDN,2022,14,2205000,2334000 +IDN,2022,15,2206000,2340000 +IDN,2022,16,2227000,2364000 +IDN,2022,17,2243000,2383000 +IDN,2022,18,2258000,2400000 +IDN,2023,0,2227000,2333000 +IDN,2023,1,2257000,2362000 +IDN,2023,2,2282000,2386000 +IDN,2023,3,2230000,2340000 +IDN,2023,4,2278000,2385000 +IDN,2023,5,2317000,2421000 +IDN,2023,6,2348000,2450000 +IDN,2023,7,2370000,2471000 +IDN,2023,8,2386000,2487000 +IDN,2023,9,2400000,2501000 +IDN,2023,10,2396000,2499000 +IDN,2023,11,2368000,2476000 +IDN,2023,12,2326000,2439000 +IDN,2023,13,2283000,2401000 +IDN,2023,14,2232000,2357000 +IDN,2023,15,2201000,2331000 +IDN,2023,16,2202000,2336000 +IDN,2023,17,2222000,2360000 +IDN,2023,18,2238000,2378000 +IDN,2024,0,2266000,2368000 +IDN,2024,1,2262000,2365000 +IDN,2024,2,2264000,2368000 +IDN,2024,3,2270000,2375000 +IDN,2024,4,2247000,2354000 +IDN,2024,5,2279000,2385000 +IDN,2024,6,2309000,2413000 +IDN,2024,7,2335000,2438000 +IDN,2024,8,2356000,2459000 +IDN,2024,9,2376000,2478000 +IDN,2024,10,2397000,2498000 +IDN,2024,11,2398000,2500000 +IDN,2024,12,2370000,2477000 +IDN,2024,13,2324000,2438000 +IDN,2024,14,2279000,2399000 +IDN,2024,15,2229000,2354000 +IDN,2024,16,2197000,2328000 +IDN,2024,17,2198000,2332000 +IDN,2024,18,2218000,2356000 +IDN,2025,0,2289000,2387000 +IDN,2025,1,2263000,2364000 +IDN,2025,2,2249000,2353000 +IDN,2025,3,2246000,2351000 +IDN,2025,4,2251000,2357000 +IDN,2025,5,2264000,2369000 +IDN,2025,6,2281000,2386000 +IDN,2025,7,2302000,2406000 +IDN,2025,8,2323000,2427000 +IDN,2025,9,2344000,2446000 +IDN,2025,10,2366000,2468000 +IDN,2025,11,2394000,2495000 +IDN,2025,12,2400000,2502000 +IDN,2025,13,2372000,2478000 +IDN,2025,14,2323000,2436000 +IDN,2025,15,2277000,2396000 +IDN,2025,16,2226000,2352000 +IDN,2025,17,2194000,2325000 +IDN,2025,18,2194000,2329000 +IDN,2026,0,2292000,2389000 +IDN,2026,1,2278000,2377000 +IDN,2026,2,2258000,2360000 +IDN,2026,3,2249000,2352000 +IDN,2026,4,2248000,2353000 +IDN,2026,5,2254000,2359000 +IDN,2026,6,2266000,2371000 +IDN,2026,7,2281000,2386000 +IDN,2026,8,2299000,2404000 +IDN,2026,9,2320000,2424000 +IDN,2026,10,2342000,2445000 +IDN,2026,11,2364000,2467000 +IDN,2026,12,2392000,2493000 +IDN,2026,13,2397000,2500000 +IDN,2026,14,2369000,2476000 +IDN,2026,15,2320000,2433000 +IDN,2026,16,2273000,2393000 +IDN,2026,17,2222000,2348000 +IDN,2026,18,2189000,2321000 +IDN,2027,0,2280000,2377000 +IDN,2027,1,2250000,2350000 +IDN,2027,2,2268000,2367000 +IDN,2027,3,2255000,2356000 +IDN,2027,4,2249000,2352000 +IDN,2027,5,2251000,2355000 +IDN,2027,6,2257000,2362000 +IDN,2027,7,2268000,2373000 +IDN,2027,8,2280000,2385000 +IDN,2027,9,2297000,2401000 +IDN,2027,10,2318000,2422000 +IDN,2027,11,2340000,2443000 +IDN,2027,12,2363000,2465000 +IDN,2027,13,2390000,2492000 +IDN,2027,14,2395000,2498000 +IDN,2027,15,2366000,2474000 +IDN,2027,16,2316000,2431000 +IDN,2027,17,2269000,2390000 +IDN,2027,18,2218000,2344000 +IDN,2028,0,2258000,2357000 +IDN,2028,1,2239000,2340000 +IDN,2028,2,2229000,2331000 +IDN,2028,3,2258000,2358000 +IDN,2028,4,2251000,2353000 +IDN,2028,5,2250000,2353000 +IDN,2028,6,2253000,2357000 +IDN,2028,7,2261000,2365000 +IDN,2028,8,2271000,2375000 +IDN,2028,9,2280000,2385000 +IDN,2028,10,2295000,2399000 +IDN,2028,11,2316000,2420000 +IDN,2028,12,2338000,2442000 +IDN,2028,13,2361000,2464000 +IDN,2028,14,2388000,2490000 +IDN,2028,15,2393000,2496000 +IDN,2028,16,2363000,2472000 +IDN,2028,17,2313000,2428000 +IDN,2028,18,2266000,2387000 +IDN,2029,0,2234000,2335000 +IDN,2029,1,2228000,2329000 +IDN,2029,2,2226000,2327000 +IDN,2029,3,2227000,2329000 +IDN,2029,4,2247000,2348000 +IDN,2029,5,2247000,2348000 +IDN,2029,6,2250000,2352000 +IDN,2029,7,2256000,2359000 +IDN,2029,8,2264000,2367000 +IDN,2029,9,2273000,2376000 +IDN,2029,10,2280000,2384000 +IDN,2029,11,2292000,2397000 +IDN,2029,12,2313000,2417000 +IDN,2029,13,2337000,2440000 +IDN,2029,14,2359000,2463000 +IDN,2029,15,2386000,2488000 +IDN,2029,16,2390000,2494000 +IDN,2029,17,2360000,2469000 +IDN,2029,18,2310000,2426000 +IDN,2030,0,2215000,2317000 +IDN,2030,1,2218000,2319000 +IDN,2030,2,2221000,2322000 +IDN,2030,3,2225000,2326000 +IDN,2030,4,2230000,2331000 +IDN,2030,5,2236000,2337000 +IDN,2030,6,2243000,2344000 +IDN,2030,7,2250000,2351000 +IDN,2030,8,2258000,2360000 +IDN,2030,9,2267000,2369000 +IDN,2030,10,2274000,2377000 +IDN,2030,11,2279000,2383000 +IDN,2030,12,2290000,2394000 +IDN,2030,13,2310000,2414000 +IDN,2030,14,2334000,2438000 +IDN,2030,15,2357000,2460000 +IDN,2030,16,2383000,2486000 +IDN,2030,17,2387000,2491000 +IDN,2030,18,2357000,2466000 +IDN,2031,0,2204000,2306000 +IDN,2031,1,2213000,2315000 +IDN,2031,2,2216000,2317000 +IDN,2031,3,2220000,2321000 +IDN,2031,4,2225000,2325000 +IDN,2031,5,2230000,2331000 +IDN,2031,6,2236000,2337000 +IDN,2031,7,2243000,2344000 +IDN,2031,8,2250000,2351000 +IDN,2031,9,2258000,2360000 +IDN,2031,10,2266000,2369000 +IDN,2031,11,2273000,2377000 +IDN,2031,12,2278000,2382000 +IDN,2031,13,2288000,2393000 +IDN,2031,14,2308000,2413000 +IDN,2031,15,2332000,2436000 +IDN,2031,16,2354000,2458000 +IDN,2031,17,2380000,2483000 +IDN,2031,18,2383000,2488000 +IDN,2032,0,2196000,2298000 +IDN,2032,1,2203000,2304000 +IDN,2032,2,2211000,2312000 +IDN,2032,3,2215000,2316000 +IDN,2032,4,2219000,2320000 +IDN,2032,5,2224000,2325000 +IDN,2032,6,2229000,2330000 +IDN,2032,7,2236000,2336000 +IDN,2032,8,2242000,2343000 +IDN,2032,9,2249000,2351000 +IDN,2032,10,2257000,2359000 +IDN,2032,11,2265000,2368000 +IDN,2032,12,2272000,2376000 +IDN,2032,13,2276000,2381000 +IDN,2032,14,2286000,2391000 +IDN,2032,15,2305000,2411000 +IDN,2032,16,2329000,2434000 +IDN,2032,17,2351000,2455000 +IDN,2032,18,2376000,2480000 +IDN,2033,0,2190000,2291000 +IDN,2033,1,2197000,2298000 +IDN,2033,2,2203000,2303000 +IDN,2033,3,2209000,2309000 +IDN,2033,4,2213000,2313000 +IDN,2033,5,2218000,2318000 +IDN,2033,6,2223000,2323000 +IDN,2033,7,2229000,2329000 +IDN,2033,8,2235000,2335000 +IDN,2033,9,2241000,2342000 +IDN,2033,10,2249000,2350000 +IDN,2033,11,2256000,2358000 +IDN,2033,12,2264000,2367000 +IDN,2033,13,2270000,2374000 +IDN,2033,14,2274000,2379000 +IDN,2033,15,2283000,2390000 +IDN,2033,16,2302000,2408000 +IDN,2033,17,2326000,2431000 +IDN,2033,18,2347000,2452000 +IDN,2034,0,2185000,2285000 +IDN,2034,1,2190000,2291000 +IDN,2034,2,2195000,2296000 +IDN,2034,3,2200000,2300000 +IDN,2034,4,2206000,2306000 +IDN,2034,5,2211000,2311000 +IDN,2034,6,2216000,2316000 +IDN,2034,7,2221000,2322000 +IDN,2034,8,2227000,2328000 +IDN,2034,9,2234000,2334000 +IDN,2034,10,2240000,2341000 +IDN,2034,11,2247000,2348000 +IDN,2034,12,2255000,2356000 +IDN,2034,13,2262000,2365000 +IDN,2034,14,2268000,2372000 +IDN,2034,15,2271000,2377000 +IDN,2034,16,2280000,2387000 +IDN,2034,17,2299000,2406000 +IDN,2034,18,2322000,2428000 +IDN,2035,0,2178000,2278000 +IDN,2035,1,2183000,2283000 +IDN,2035,2,2188000,2288000 +IDN,2035,3,2192000,2292000 +IDN,2035,4,2198000,2297000 +IDN,2035,5,2203000,2303000 +IDN,2035,6,2208000,2308000 +IDN,2035,7,2214000,2314000 +IDN,2035,8,2220000,2319000 +IDN,2035,9,2226000,2326000 +IDN,2035,10,2232000,2332000 +IDN,2035,11,2239000,2339000 +IDN,2035,12,2246000,2346000 +IDN,2035,13,2253000,2354000 +IDN,2035,14,2260000,2363000 +IDN,2035,15,2266000,2370000 +IDN,2035,16,2269000,2375000 +IDN,2035,17,2277000,2384000 +IDN,2035,18,2296000,2403000 +IDN,2036,0,2172000,2272000 +IDN,2036,1,2177000,2277000 +IDN,2036,2,2182000,2282000 +IDN,2036,3,2187000,2287000 +IDN,2036,4,2192000,2292000 +IDN,2036,5,2197000,2297000 +IDN,2036,6,2203000,2302000 +IDN,2036,7,2208000,2308000 +IDN,2036,8,2214000,2313000 +IDN,2036,9,2220000,2319000 +IDN,2036,10,2225000,2325000 +IDN,2036,11,2231000,2332000 +IDN,2036,12,2238000,2338000 +IDN,2036,13,2244000,2345000 +IDN,2036,14,2251000,2353000 +IDN,2036,15,2258000,2361000 +IDN,2036,16,2263000,2368000 +IDN,2036,17,2266000,2372000 +IDN,2036,18,2274000,2382000 +IDN,2037,0,2165000,2265000 +IDN,2037,1,2170000,2270000 +IDN,2037,2,2175000,2275000 +IDN,2037,3,2181000,2280000 +IDN,2037,4,2186000,2286000 +IDN,2037,5,2191000,2291000 +IDN,2037,6,2197000,2296000 +IDN,2037,7,2202000,2302000 +IDN,2037,8,2208000,2307000 +IDN,2037,9,2214000,2313000 +IDN,2037,10,2219000,2319000 +IDN,2037,11,2224000,2325000 +IDN,2037,12,2230000,2331000 +IDN,2037,13,2236000,2337000 +IDN,2037,14,2242000,2344000 +IDN,2037,15,2248000,2351000 +IDN,2037,16,2255000,2359000 +IDN,2037,17,2260000,2366000 +IDN,2037,18,2262000,2369000 +IDN,2038,0,2158000,2257000 +IDN,2038,1,2162000,2262000 +IDN,2038,2,2167000,2267000 +IDN,2038,3,2174000,2273000 +IDN,2038,4,2179000,2279000 +IDN,2038,5,2185000,2284000 +IDN,2038,6,2190000,2289000 +IDN,2038,7,2196000,2295000 +IDN,2038,8,2201000,2301000 +IDN,2038,9,2207000,2306000 +IDN,2038,10,2213000,2312000 +IDN,2038,11,2218000,2318000 +IDN,2038,12,2223000,2323000 +IDN,2038,13,2228000,2329000 +IDN,2038,14,2234000,2336000 +IDN,2038,15,2240000,2342000 +IDN,2038,16,2246000,2349000 +IDN,2038,17,2252000,2356000 +IDN,2038,18,2257000,2363000 +IDN,2039,0,2149000,2248000 +IDN,2039,1,2154000,2254000 +IDN,2039,2,2160000,2259000 +IDN,2039,3,2165000,2265000 +IDN,2039,4,2171000,2271000 +IDN,2039,5,2177000,2276000 +IDN,2039,6,2183000,2282000 +IDN,2039,7,2189000,2288000 +IDN,2039,8,2194000,2293000 +IDN,2039,9,2200000,2299000 +IDN,2039,10,2206000,2305000 +IDN,2039,11,2212000,2311000 +IDN,2039,12,2217000,2317000 +IDN,2039,13,2222000,2322000 +IDN,2039,14,2226000,2328000 +IDN,2039,15,2232000,2334000 +IDN,2039,16,2237000,2340000 +IDN,2039,17,2243000,2347000 +IDN,2039,18,2248000,2354000 +IDN,2040,0,2139000,2239000 +IDN,2040,1,2145000,2244000 +IDN,2040,2,2151000,2250000 +IDN,2040,3,2157000,2256000 +IDN,2040,4,2163000,2262000 +IDN,2040,5,2169000,2268000 +IDN,2040,6,2175000,2274000 +IDN,2040,7,2181000,2280000 +IDN,2040,8,2187000,2286000 +IDN,2040,9,2193000,2292000 +IDN,2040,10,2199000,2297000 +IDN,2040,11,2205000,2304000 +IDN,2040,12,2210000,2309000 +IDN,2040,13,2215000,2315000 +IDN,2040,14,2219000,2320000 +IDN,2040,15,2224000,2326000 +IDN,2040,16,2229000,2331000 +IDN,2040,17,2234000,2337000 +IDN,2040,18,2239000,2344000 +IDN,2041,0,2130000,2229000 +IDN,2041,1,2138000,2237000 +IDN,2041,2,2144000,2243000 +IDN,2041,3,2150000,2250000 +IDN,2041,4,2156000,2256000 +IDN,2041,5,2163000,2262000 +IDN,2041,6,2169000,2268000 +IDN,2041,7,2175000,2274000 +IDN,2041,8,2181000,2280000 +IDN,2041,9,2187000,2285000 +IDN,2041,10,2192000,2291000 +IDN,2041,11,2198000,2297000 +IDN,2041,12,2204000,2303000 +IDN,2041,13,2209000,2308000 +IDN,2041,14,2213000,2313000 +IDN,2041,15,2217000,2318000 +IDN,2041,16,2221000,2324000 +IDN,2041,17,2226000,2329000 +IDN,2041,18,2231000,2335000 +IDN,2042,0,2120000,2219000 +IDN,2042,1,2127000,2226000 +IDN,2042,2,2136000,2235000 +IDN,2042,3,2143000,2242000 +IDN,2042,4,2150000,2248000 +IDN,2042,5,2156000,2255000 +IDN,2042,6,2162000,2261000 +IDN,2042,7,2168000,2267000 +IDN,2042,8,2175000,2273000 +IDN,2042,9,2180000,2279000 +IDN,2042,10,2186000,2285000 +IDN,2042,11,2191000,2290000 +IDN,2042,12,2197000,2296000 +IDN,2042,13,2202000,2302000 +IDN,2042,14,2207000,2307000 +IDN,2042,15,2211000,2312000 +IDN,2042,16,2215000,2316000 +IDN,2042,17,2218000,2321000 +IDN,2042,18,2223000,2326000 +IDN,2043,0,2109000,2207000 +IDN,2043,1,2117000,2216000 +IDN,2043,2,2125000,2224000 +IDN,2043,3,2134000,2233000 +IDN,2043,4,2141000,2240000 +IDN,2043,5,2148000,2247000 +IDN,2043,6,2155000,2254000 +IDN,2043,7,2162000,2260000 +IDN,2043,8,2168000,2266000 +IDN,2043,9,2174000,2272000 +IDN,2043,10,2180000,2278000 +IDN,2043,11,2185000,2284000 +IDN,2043,12,2190000,2289000 +IDN,2043,13,2195000,2295000 +IDN,2043,14,2200000,2300000 +IDN,2043,15,2205000,2305000 +IDN,2043,16,2208000,2310000 +IDN,2043,17,2212000,2314000 +IDN,2043,18,2215000,2318000 +IDN,2044,0,2097000,2195000 +IDN,2044,1,2106000,2204000 +IDN,2044,2,2115000,2213000 +IDN,2044,3,2123000,2222000 +IDN,2044,4,2132000,2231000 +IDN,2044,5,2140000,2238000 +IDN,2044,6,2147000,2245000 +IDN,2044,7,2154000,2252000 +IDN,2044,8,2160000,2259000 +IDN,2044,9,2167000,2265000 +IDN,2044,10,2173000,2271000 +IDN,2044,11,2179000,2277000 +IDN,2044,12,2184000,2283000 +IDN,2044,13,2189000,2288000 +IDN,2044,14,2193000,2293000 +IDN,2044,15,2198000,2299000 +IDN,2044,16,2202000,2303000 +IDN,2044,17,2205000,2307000 +IDN,2044,18,2208000,2311000 +IDN,2045,0,2084000,2182000 +IDN,2045,1,2094000,2192000 +IDN,2045,2,2103000,2202000 +IDN,2045,3,2112000,2211000 +IDN,2045,4,2121000,2220000 +IDN,2045,5,2129000,2228000 +IDN,2045,6,2137000,2236000 +IDN,2045,7,2145000,2243000 +IDN,2045,8,2152000,2251000 +IDN,2045,9,2159000,2257000 +IDN,2045,10,2165000,2264000 +IDN,2045,11,2172000,2270000 +IDN,2045,12,2177000,2276000 +IDN,2045,13,2182000,2281000 +IDN,2045,14,2187000,2286000 +IDN,2045,15,2191000,2291000 +IDN,2045,16,2195000,2296000 +IDN,2045,17,2199000,2301000 +IDN,2045,18,2202000,2305000 +IDN,2046,0,2073000,2170000 +IDN,2046,1,2083000,2181000 +IDN,2046,2,2093000,2191000 +IDN,2046,3,2103000,2201000 +IDN,2046,4,2112000,2210000 +IDN,2046,5,2121000,2219000 +IDN,2046,6,2129000,2228000 +IDN,2046,7,2137000,2236000 +IDN,2046,8,2145000,2243000 +IDN,2046,9,2152000,2250000 +IDN,2046,10,2158000,2257000 +IDN,2046,11,2165000,2263000 +IDN,2046,12,2170000,2269000 +IDN,2046,13,2176000,2275000 +IDN,2046,14,2180000,2280000 +IDN,2046,15,2184000,2285000 +IDN,2046,16,2188000,2289000 +IDN,2046,17,2192000,2294000 +IDN,2046,18,2196000,2298000 +IDN,2047,0,2060000,2157000 +IDN,2047,1,2071000,2168000 +IDN,2047,2,2082000,2180000 +IDN,2047,3,2092000,2190000 +IDN,2047,4,2102000,2200000 +IDN,2047,5,2111000,2210000 +IDN,2047,6,2120000,2219000 +IDN,2047,7,2129000,2227000 +IDN,2047,8,2137000,2235000 +IDN,2047,9,2145000,2243000 +IDN,2047,10,2152000,2250000 +IDN,2047,11,2158000,2256000 +IDN,2047,12,2163000,2262000 +IDN,2047,13,2169000,2268000 +IDN,2047,14,2174000,2273000 +IDN,2047,15,2178000,2278000 +IDN,2047,16,2182000,2283000 +IDN,2047,17,2185000,2287000 +IDN,2047,18,2189000,2291000 +IDN,2048,0,2047000,2143000 +IDN,2048,1,2058000,2155000 +IDN,2048,2,2069000,2167000 +IDN,2048,3,2081000,2178000 +IDN,2048,4,2091000,2189000 +IDN,2048,5,2101000,2199000 +IDN,2048,6,2110000,2208000 +IDN,2048,7,2119000,2218000 +IDN,2048,8,2128000,2226000 +IDN,2048,9,2137000,2235000 +IDN,2048,10,2144000,2242000 +IDN,2048,11,2151000,2249000 +IDN,2048,12,2157000,2255000 +IDN,2048,13,2162000,2261000 +IDN,2048,14,2167000,2267000 +IDN,2048,15,2172000,2272000 +IDN,2048,16,2175000,2276000 +IDN,2048,17,2179000,2280000 +IDN,2048,18,2182000,2284000 +IDN,2049,0,2034000,2130000 +IDN,2049,1,2045000,2142000 +IDN,2049,2,2057000,2154000 +IDN,2049,3,2068000,2165000 +IDN,2049,4,2079000,2176000 +IDN,2049,5,2089000,2187000 +IDN,2049,6,2099000,2197000 +IDN,2049,7,2109000,2207000 +IDN,2049,8,2118000,2216000 +IDN,2049,9,2127000,2225000 +IDN,2049,10,2136000,2234000 +IDN,2049,11,2143000,2241000 +IDN,2049,12,2150000,2248000 +IDN,2049,13,2155000,2254000 +IDN,2049,14,2160000,2260000 +IDN,2049,15,2165000,2265000 +IDN,2049,16,2169000,2270000 +IDN,2049,17,2173000,2274000 +IDN,2049,18,2175000,2278000 +IDN,2050,0,2021000,2116000 +IDN,2050,1,2032000,2128000 +IDN,2050,2,2043000,2140000 +IDN,2050,3,2055000,2152000 +IDN,2050,4,2066000,2163000 +IDN,2050,5,2077000,2174000 +IDN,2050,6,2087000,2185000 +IDN,2050,7,2097000,2195000 +IDN,2050,8,2107000,2205000 +IDN,2050,9,2117000,2215000 +IDN,2050,10,2126000,2224000 +IDN,2050,11,2134000,2232000 +IDN,2050,12,2142000,2240000 +IDN,2050,13,2148000,2247000 +IDN,2050,14,2153000,2253000 +IDN,2050,15,2158000,2258000 +IDN,2050,16,2162000,2263000 +IDN,2050,17,2166000,2268000 +IDN,2050,18,2169000,2272000 +IMN,1990,0,, +IMN,1990,1,, +IMN,1990,2,, +IMN,1990,3,, +IMN,1990,4,, +IMN,1990,5,, +IMN,1990,6,, +IMN,1990,7,, +IMN,1990,8,, +IMN,1990,9,, +IMN,1990,10,, +IMN,1990,11,, +IMN,1990,12,, +IMN,1990,13,, +IMN,1990,14,, +IMN,1990,15,, +IMN,1990,16,, +IMN,1990,17,, +IMN,1990,18,, +IMN,1991,0,, +IMN,1991,1,, +IMN,1991,2,, +IMN,1991,3,, +IMN,1991,4,, +IMN,1991,5,, +IMN,1991,6,, +IMN,1991,7,, +IMN,1991,8,, +IMN,1991,9,, +IMN,1991,10,, +IMN,1991,11,, +IMN,1991,12,, +IMN,1991,13,, +IMN,1991,14,, +IMN,1991,15,, +IMN,1991,16,, +IMN,1991,17,, +IMN,1991,18,, +IMN,1992,0,, +IMN,1992,1,, +IMN,1992,2,, +IMN,1992,3,, +IMN,1992,4,, +IMN,1992,5,, +IMN,1992,6,, +IMN,1992,7,, +IMN,1992,8,, +IMN,1992,9,, +IMN,1992,10,, +IMN,1992,11,, +IMN,1992,12,, +IMN,1992,13,, +IMN,1992,14,, +IMN,1992,15,, +IMN,1992,16,, +IMN,1992,17,, +IMN,1992,18,, +IMN,1993,0,, +IMN,1993,1,, +IMN,1993,2,, +IMN,1993,3,, +IMN,1993,4,, +IMN,1993,5,, +IMN,1993,6,, +IMN,1993,7,, +IMN,1993,8,, +IMN,1993,9,, +IMN,1993,10,, +IMN,1993,11,, +IMN,1993,12,, +IMN,1993,13,, +IMN,1993,14,, +IMN,1993,15,, +IMN,1993,16,, +IMN,1993,17,, +IMN,1993,18,, +IMN,1994,0,, +IMN,1994,1,, +IMN,1994,2,, +IMN,1994,3,, +IMN,1994,4,, +IMN,1994,5,, +IMN,1994,6,, +IMN,1994,7,, +IMN,1994,8,, +IMN,1994,9,, +IMN,1994,10,, +IMN,1994,11,, +IMN,1994,12,, +IMN,1994,13,, +IMN,1994,14,, +IMN,1994,15,, +IMN,1994,16,, +IMN,1994,17,, +IMN,1994,18,, +IMN,1995,0,, +IMN,1995,1,, +IMN,1995,2,, +IMN,1995,3,, +IMN,1995,4,, +IMN,1995,5,, +IMN,1995,6,, +IMN,1995,7,, +IMN,1995,8,, +IMN,1995,9,, +IMN,1995,10,, +IMN,1995,11,, +IMN,1995,12,, +IMN,1995,13,, +IMN,1995,14,, +IMN,1995,15,, +IMN,1995,16,, +IMN,1995,17,, +IMN,1995,18,, +IMN,1996,0,, +IMN,1996,1,, +IMN,1996,2,, +IMN,1996,3,, +IMN,1996,4,, +IMN,1996,5,, +IMN,1996,6,, +IMN,1996,7,, +IMN,1996,8,, +IMN,1996,9,, +IMN,1996,10,, +IMN,1996,11,, +IMN,1996,12,, +IMN,1996,13,, +IMN,1996,14,, +IMN,1996,15,, +IMN,1996,16,, +IMN,1996,17,, +IMN,1996,18,, +IMN,1997,0,, +IMN,1997,1,, +IMN,1997,2,, +IMN,1997,3,, +IMN,1997,4,, +IMN,1997,5,, +IMN,1997,6,, +IMN,1997,7,, +IMN,1997,8,, +IMN,1997,9,, +IMN,1997,10,, +IMN,1997,11,, +IMN,1997,12,, +IMN,1997,13,, +IMN,1997,14,, +IMN,1997,15,, +IMN,1997,16,, +IMN,1997,17,, +IMN,1997,18,, +IMN,1998,0,, +IMN,1998,1,, +IMN,1998,2,, +IMN,1998,3,, +IMN,1998,4,, +IMN,1998,5,, +IMN,1998,6,, +IMN,1998,7,, +IMN,1998,8,, +IMN,1998,9,, +IMN,1998,10,, +IMN,1998,11,, +IMN,1998,12,, +IMN,1998,13,, +IMN,1998,14,, +IMN,1998,15,, +IMN,1998,16,, +IMN,1998,17,, +IMN,1998,18,, +IMN,1999,0,, +IMN,1999,1,, +IMN,1999,2,, +IMN,1999,3,, +IMN,1999,4,, +IMN,1999,5,, +IMN,1999,6,, +IMN,1999,7,, +IMN,1999,8,, +IMN,1999,9,, +IMN,1999,10,, +IMN,1999,11,, +IMN,1999,12,, +IMN,1999,13,, +IMN,1999,14,, +IMN,1999,15,, +IMN,1999,16,, +IMN,1999,17,, +IMN,1999,18,, +IMN,2000,0,, +IMN,2000,1,, +IMN,2000,2,, +IMN,2000,3,, +IMN,2000,4,, +IMN,2000,5,, +IMN,2000,6,, +IMN,2000,7,, +IMN,2000,8,, +IMN,2000,9,, +IMN,2000,10,, +IMN,2000,11,, +IMN,2000,12,, +IMN,2000,13,, +IMN,2000,14,, +IMN,2000,15,, +IMN,2000,16,, +IMN,2000,17,, +IMN,2000,18,, +IMN,2001,0,, +IMN,2001,1,, +IMN,2001,2,, +IMN,2001,3,, +IMN,2001,4,, +IMN,2001,5,, +IMN,2001,6,, +IMN,2001,7,, +IMN,2001,8,, +IMN,2001,9,, +IMN,2001,10,, +IMN,2001,11,, +IMN,2001,12,, +IMN,2001,13,, +IMN,2001,14,, +IMN,2001,15,, +IMN,2001,16,, +IMN,2001,17,, +IMN,2001,18,, +IMN,2002,0,, +IMN,2002,1,, +IMN,2002,2,, +IMN,2002,3,, +IMN,2002,4,, +IMN,2002,5,, +IMN,2002,6,, +IMN,2002,7,, +IMN,2002,8,, +IMN,2002,9,, +IMN,2002,10,, +IMN,2002,11,, +IMN,2002,12,, +IMN,2002,13,, +IMN,2002,14,, +IMN,2002,15,, +IMN,2002,16,, +IMN,2002,17,, +IMN,2002,18,, +IMN,2003,0,, +IMN,2003,1,, +IMN,2003,2,, +IMN,2003,3,, +IMN,2003,4,, +IMN,2003,5,, +IMN,2003,6,, +IMN,2003,7,, +IMN,2003,8,, +IMN,2003,9,, +IMN,2003,10,, +IMN,2003,11,, +IMN,2003,12,, +IMN,2003,13,, +IMN,2003,14,, +IMN,2003,15,, +IMN,2003,16,, +IMN,2003,17,, +IMN,2003,18,, +IMN,2004,0,, +IMN,2004,1,, +IMN,2004,2,, +IMN,2004,3,, +IMN,2004,4,, +IMN,2004,5,, +IMN,2004,6,, +IMN,2004,7,, +IMN,2004,8,, +IMN,2004,9,, +IMN,2004,10,, +IMN,2004,11,, +IMN,2004,12,, +IMN,2004,13,, +IMN,2004,14,, +IMN,2004,15,, +IMN,2004,16,, +IMN,2004,17,, +IMN,2004,18,, +IMN,2005,0,, +IMN,2005,1,, +IMN,2005,2,, +IMN,2005,3,, +IMN,2005,4,, +IMN,2005,5,, +IMN,2005,6,, +IMN,2005,7,, +IMN,2005,8,, +IMN,2005,9,, +IMN,2005,10,, +IMN,2005,11,, +IMN,2005,12,, +IMN,2005,13,, +IMN,2005,14,, +IMN,2005,15,, +IMN,2005,16,, +IMN,2005,17,, +IMN,2005,18,, +IMN,2006,0,, +IMN,2006,1,, +IMN,2006,2,, +IMN,2006,3,, +IMN,2006,4,, +IMN,2006,5,, +IMN,2006,6,, +IMN,2006,7,, +IMN,2006,8,, +IMN,2006,9,, +IMN,2006,10,, +IMN,2006,11,, +IMN,2006,12,, +IMN,2006,13,, +IMN,2006,14,, +IMN,2006,15,, +IMN,2006,16,, +IMN,2006,17,, +IMN,2006,18,, +IMN,2007,0,, +IMN,2007,1,, +IMN,2007,2,, +IMN,2007,3,, +IMN,2007,4,, +IMN,2007,5,, +IMN,2007,6,, +IMN,2007,7,, +IMN,2007,8,, +IMN,2007,9,, +IMN,2007,10,, +IMN,2007,11,, +IMN,2007,12,, +IMN,2007,13,, +IMN,2007,14,, +IMN,2007,15,, +IMN,2007,16,, +IMN,2007,17,, +IMN,2007,18,, +IMN,2008,0,, +IMN,2008,1,, +IMN,2008,2,, +IMN,2008,3,, +IMN,2008,4,, +IMN,2008,5,, +IMN,2008,6,, +IMN,2008,7,, +IMN,2008,8,, +IMN,2008,9,, +IMN,2008,10,, +IMN,2008,11,, +IMN,2008,12,, +IMN,2008,13,, +IMN,2008,14,, +IMN,2008,15,, +IMN,2008,16,, +IMN,2008,17,, +IMN,2008,18,, +IMN,2009,0,, +IMN,2009,1,, +IMN,2009,2,, +IMN,2009,3,, +IMN,2009,4,, +IMN,2009,5,, +IMN,2009,6,, +IMN,2009,7,, +IMN,2009,8,, +IMN,2009,9,, +IMN,2009,10,, +IMN,2009,11,, +IMN,2009,12,, +IMN,2009,13,, +IMN,2009,14,, +IMN,2009,15,, +IMN,2009,16,, +IMN,2009,17,, +IMN,2009,18,, +IMN,2010,0,, +IMN,2010,1,, +IMN,2010,2,, +IMN,2010,3,, +IMN,2010,4,, +IMN,2010,5,, +IMN,2010,6,, +IMN,2010,7,, +IMN,2010,8,, +IMN,2010,9,, +IMN,2010,10,, +IMN,2010,11,, +IMN,2010,12,, +IMN,2010,13,, +IMN,2010,14,, +IMN,2010,15,, +IMN,2010,16,, +IMN,2010,17,, +IMN,2010,18,, +IMN,2011,0,, +IMN,2011,1,, +IMN,2011,2,, +IMN,2011,3,, +IMN,2011,4,, +IMN,2011,5,, +IMN,2011,6,, +IMN,2011,7,, +IMN,2011,8,, +IMN,2011,9,, +IMN,2011,10,, +IMN,2011,11,, +IMN,2011,12,, +IMN,2011,13,, +IMN,2011,14,, +IMN,2011,15,, +IMN,2011,16,, +IMN,2011,17,, +IMN,2011,18,, +IMN,2012,0,, +IMN,2012,1,, +IMN,2012,2,, +IMN,2012,3,, +IMN,2012,4,, +IMN,2012,5,, +IMN,2012,6,, +IMN,2012,7,, +IMN,2012,8,, +IMN,2012,9,, +IMN,2012,10,, +IMN,2012,11,, +IMN,2012,12,, +IMN,2012,13,, +IMN,2012,14,, +IMN,2012,15,, +IMN,2012,16,, +IMN,2012,17,, +IMN,2012,18,, +IMN,2013,0,, +IMN,2013,1,, +IMN,2013,2,, +IMN,2013,3,, +IMN,2013,4,, +IMN,2013,5,, +IMN,2013,6,, +IMN,2013,7,, +IMN,2013,8,, +IMN,2013,9,, +IMN,2013,10,, +IMN,2013,11,, +IMN,2013,12,, +IMN,2013,13,, +IMN,2013,14,, +IMN,2013,15,, +IMN,2013,16,, +IMN,2013,17,, +IMN,2013,18,, +IMN,2014,0,, +IMN,2014,1,, +IMN,2014,2,, +IMN,2014,3,, +IMN,2014,4,, +IMN,2014,5,, +IMN,2014,6,, +IMN,2014,7,, +IMN,2014,8,, +IMN,2014,9,, +IMN,2014,10,, +IMN,2014,11,, +IMN,2014,12,, +IMN,2014,13,, +IMN,2014,14,, +IMN,2014,15,, +IMN,2014,16,, +IMN,2014,17,, +IMN,2014,18,, +IMN,2015,0,, +IMN,2015,1,, +IMN,2015,2,, +IMN,2015,3,, +IMN,2015,4,, +IMN,2015,5,, +IMN,2015,6,, +IMN,2015,7,, +IMN,2015,8,, +IMN,2015,9,, +IMN,2015,10,, +IMN,2015,11,, +IMN,2015,12,, +IMN,2015,13,, +IMN,2015,14,, +IMN,2015,15,, +IMN,2015,16,, +IMN,2015,17,, +IMN,2015,18,, +IMN,2016,0,, +IMN,2016,1,, +IMN,2016,2,, +IMN,2016,3,, +IMN,2016,4,, +IMN,2016,5,, +IMN,2016,6,, +IMN,2016,7,, +IMN,2016,8,, +IMN,2016,9,, +IMN,2016,10,, +IMN,2016,11,, +IMN,2016,12,, +IMN,2016,13,, +IMN,2016,14,, +IMN,2016,15,, +IMN,2016,16,, +IMN,2016,17,, +IMN,2016,18,, +IMN,2017,0,, +IMN,2017,1,, +IMN,2017,2,, +IMN,2017,3,, +IMN,2017,4,, +IMN,2017,5,, +IMN,2017,6,, +IMN,2017,7,, +IMN,2017,8,, +IMN,2017,9,, +IMN,2017,10,, +IMN,2017,11,, +IMN,2017,12,, +IMN,2017,13,, +IMN,2017,14,, +IMN,2017,15,, +IMN,2017,16,, +IMN,2017,17,, +IMN,2017,18,, +IMN,2018,0,, +IMN,2018,1,, +IMN,2018,2,, +IMN,2018,3,, +IMN,2018,4,, +IMN,2018,5,, +IMN,2018,6,, +IMN,2018,7,, +IMN,2018,8,, +IMN,2018,9,, +IMN,2018,10,, +IMN,2018,11,, +IMN,2018,12,, +IMN,2018,13,, +IMN,2018,14,, +IMN,2018,15,, +IMN,2018,16,, +IMN,2018,17,, +IMN,2018,18,, +IMN,2019,0,, +IMN,2019,1,, +IMN,2019,2,, +IMN,2019,3,, +IMN,2019,4,, +IMN,2019,5,, +IMN,2019,6,, +IMN,2019,7,, +IMN,2019,8,, +IMN,2019,9,, +IMN,2019,10,, +IMN,2019,11,, +IMN,2019,12,, +IMN,2019,13,, +IMN,2019,14,, +IMN,2019,15,, +IMN,2019,16,, +IMN,2019,17,, +IMN,2019,18,, +IMN,2020,0,, +IMN,2020,1,, +IMN,2020,2,, +IMN,2020,3,, +IMN,2020,4,, +IMN,2020,5,, +IMN,2020,6,, +IMN,2020,7,, +IMN,2020,8,, +IMN,2020,9,, +IMN,2020,10,, +IMN,2020,11,, +IMN,2020,12,, +IMN,2020,13,, +IMN,2020,14,, +IMN,2020,15,, +IMN,2020,16,, +IMN,2020,17,, +IMN,2020,18,, +IMN,2021,0,, +IMN,2021,1,, +IMN,2021,2,, +IMN,2021,3,, +IMN,2021,4,, +IMN,2021,5,, +IMN,2021,6,, +IMN,2021,7,, +IMN,2021,8,, +IMN,2021,9,, +IMN,2021,10,, +IMN,2021,11,, +IMN,2021,12,, +IMN,2021,13,, +IMN,2021,14,, +IMN,2021,15,, +IMN,2021,16,, +IMN,2021,17,, +IMN,2021,18,, +IMN,2022,0,, +IMN,2022,1,, +IMN,2022,2,, +IMN,2022,3,, +IMN,2022,4,, +IMN,2022,5,, +IMN,2022,6,, +IMN,2022,7,, +IMN,2022,8,, +IMN,2022,9,, +IMN,2022,10,, +IMN,2022,11,, +IMN,2022,12,, +IMN,2022,13,, +IMN,2022,14,, +IMN,2022,15,, +IMN,2022,16,, +IMN,2022,17,, +IMN,2022,18,, +IMN,2023,0,, +IMN,2023,1,, +IMN,2023,2,, +IMN,2023,3,, +IMN,2023,4,, +IMN,2023,5,, +IMN,2023,6,, +IMN,2023,7,, +IMN,2023,8,, +IMN,2023,9,, +IMN,2023,10,, +IMN,2023,11,, +IMN,2023,12,, +IMN,2023,13,, +IMN,2023,14,, +IMN,2023,15,, +IMN,2023,16,, +IMN,2023,17,, +IMN,2023,18,, +IMN,2024,0,, +IMN,2024,1,, +IMN,2024,2,, +IMN,2024,3,, +IMN,2024,4,, +IMN,2024,5,, +IMN,2024,6,, +IMN,2024,7,, +IMN,2024,8,, +IMN,2024,9,, +IMN,2024,10,, +IMN,2024,11,, +IMN,2024,12,, +IMN,2024,13,, +IMN,2024,14,, +IMN,2024,15,, +IMN,2024,16,, +IMN,2024,17,, +IMN,2024,18,, +IMN,2025,0,, +IMN,2025,1,, +IMN,2025,2,, +IMN,2025,3,, +IMN,2025,4,, +IMN,2025,5,, +IMN,2025,6,, +IMN,2025,7,, +IMN,2025,8,, +IMN,2025,9,, +IMN,2025,10,, +IMN,2025,11,, +IMN,2025,12,, +IMN,2025,13,, +IMN,2025,14,, +IMN,2025,15,, +IMN,2025,16,, +IMN,2025,17,, +IMN,2025,18,, +IMN,2026,0,, +IMN,2026,1,, +IMN,2026,2,, +IMN,2026,3,, +IMN,2026,4,, +IMN,2026,5,, +IMN,2026,6,, +IMN,2026,7,, +IMN,2026,8,, +IMN,2026,9,, +IMN,2026,10,, +IMN,2026,11,, +IMN,2026,12,, +IMN,2026,13,, +IMN,2026,14,, +IMN,2026,15,, +IMN,2026,16,, +IMN,2026,17,, +IMN,2026,18,, +IMN,2027,0,, +IMN,2027,1,, +IMN,2027,2,, +IMN,2027,3,, +IMN,2027,4,, +IMN,2027,5,, +IMN,2027,6,, +IMN,2027,7,, +IMN,2027,8,, +IMN,2027,9,, +IMN,2027,10,, +IMN,2027,11,, +IMN,2027,12,, +IMN,2027,13,, +IMN,2027,14,, +IMN,2027,15,, +IMN,2027,16,, +IMN,2027,17,, +IMN,2027,18,, +IMN,2028,0,, +IMN,2028,1,, +IMN,2028,2,, +IMN,2028,3,, +IMN,2028,4,, +IMN,2028,5,, +IMN,2028,6,, +IMN,2028,7,, +IMN,2028,8,, +IMN,2028,9,, +IMN,2028,10,, +IMN,2028,11,, +IMN,2028,12,, +IMN,2028,13,, +IMN,2028,14,, +IMN,2028,15,, +IMN,2028,16,, +IMN,2028,17,, +IMN,2028,18,, +IMN,2029,0,, +IMN,2029,1,, +IMN,2029,2,, +IMN,2029,3,, +IMN,2029,4,, +IMN,2029,5,, +IMN,2029,6,, +IMN,2029,7,, +IMN,2029,8,, +IMN,2029,9,, +IMN,2029,10,, +IMN,2029,11,, +IMN,2029,12,, +IMN,2029,13,, +IMN,2029,14,, +IMN,2029,15,, +IMN,2029,16,, +IMN,2029,17,, +IMN,2029,18,, +IMN,2030,0,, +IMN,2030,1,, +IMN,2030,2,, +IMN,2030,3,, +IMN,2030,4,, +IMN,2030,5,, +IMN,2030,6,, +IMN,2030,7,, +IMN,2030,8,, +IMN,2030,9,, +IMN,2030,10,, +IMN,2030,11,, +IMN,2030,12,, +IMN,2030,13,, +IMN,2030,14,, +IMN,2030,15,, +IMN,2030,16,, +IMN,2030,17,, +IMN,2030,18,, +IMN,2031,0,, +IMN,2031,1,, +IMN,2031,2,, +IMN,2031,3,, +IMN,2031,4,, +IMN,2031,5,, +IMN,2031,6,, +IMN,2031,7,, +IMN,2031,8,, +IMN,2031,9,, +IMN,2031,10,, +IMN,2031,11,, +IMN,2031,12,, +IMN,2031,13,, +IMN,2031,14,, +IMN,2031,15,, +IMN,2031,16,, +IMN,2031,17,, +IMN,2031,18,, +IMN,2032,0,, +IMN,2032,1,, +IMN,2032,2,, +IMN,2032,3,, +IMN,2032,4,, +IMN,2032,5,, +IMN,2032,6,, +IMN,2032,7,, +IMN,2032,8,, +IMN,2032,9,, +IMN,2032,10,, +IMN,2032,11,, +IMN,2032,12,, +IMN,2032,13,, +IMN,2032,14,, +IMN,2032,15,, +IMN,2032,16,, +IMN,2032,17,, +IMN,2032,18,, +IMN,2033,0,, +IMN,2033,1,, +IMN,2033,2,, +IMN,2033,3,, +IMN,2033,4,, +IMN,2033,5,, +IMN,2033,6,, +IMN,2033,7,, +IMN,2033,8,, +IMN,2033,9,, +IMN,2033,10,, +IMN,2033,11,, +IMN,2033,12,, +IMN,2033,13,, +IMN,2033,14,, +IMN,2033,15,, +IMN,2033,16,, +IMN,2033,17,, +IMN,2033,18,, +IMN,2034,0,, +IMN,2034,1,, +IMN,2034,2,, +IMN,2034,3,, +IMN,2034,4,, +IMN,2034,5,, +IMN,2034,6,, +IMN,2034,7,, +IMN,2034,8,, +IMN,2034,9,, +IMN,2034,10,, +IMN,2034,11,, +IMN,2034,12,, +IMN,2034,13,, +IMN,2034,14,, +IMN,2034,15,, +IMN,2034,16,, +IMN,2034,17,, +IMN,2034,18,, +IMN,2035,0,, +IMN,2035,1,, +IMN,2035,2,, +IMN,2035,3,, +IMN,2035,4,, +IMN,2035,5,, +IMN,2035,6,, +IMN,2035,7,, +IMN,2035,8,, +IMN,2035,9,, +IMN,2035,10,, +IMN,2035,11,, +IMN,2035,12,, +IMN,2035,13,, +IMN,2035,14,, +IMN,2035,15,, +IMN,2035,16,, +IMN,2035,17,, +IMN,2035,18,, +IMN,2036,0,, +IMN,2036,1,, +IMN,2036,2,, +IMN,2036,3,, +IMN,2036,4,, +IMN,2036,5,, +IMN,2036,6,, +IMN,2036,7,, +IMN,2036,8,, +IMN,2036,9,, +IMN,2036,10,, +IMN,2036,11,, +IMN,2036,12,, +IMN,2036,13,, +IMN,2036,14,, +IMN,2036,15,, +IMN,2036,16,, +IMN,2036,17,, +IMN,2036,18,, +IMN,2037,0,, +IMN,2037,1,, +IMN,2037,2,, +IMN,2037,3,, +IMN,2037,4,, +IMN,2037,5,, +IMN,2037,6,, +IMN,2037,7,, +IMN,2037,8,, +IMN,2037,9,, +IMN,2037,10,, +IMN,2037,11,, +IMN,2037,12,, +IMN,2037,13,, +IMN,2037,14,, +IMN,2037,15,, +IMN,2037,16,, +IMN,2037,17,, +IMN,2037,18,, +IMN,2038,0,, +IMN,2038,1,, +IMN,2038,2,, +IMN,2038,3,, +IMN,2038,4,, +IMN,2038,5,, +IMN,2038,6,, +IMN,2038,7,, +IMN,2038,8,, +IMN,2038,9,, +IMN,2038,10,, +IMN,2038,11,, +IMN,2038,12,, +IMN,2038,13,, +IMN,2038,14,, +IMN,2038,15,, +IMN,2038,16,, +IMN,2038,17,, +IMN,2038,18,, +IMN,2039,0,, +IMN,2039,1,, +IMN,2039,2,, +IMN,2039,3,, +IMN,2039,4,, +IMN,2039,5,, +IMN,2039,6,, +IMN,2039,7,, +IMN,2039,8,, +IMN,2039,9,, +IMN,2039,10,, +IMN,2039,11,, +IMN,2039,12,, +IMN,2039,13,, +IMN,2039,14,, +IMN,2039,15,, +IMN,2039,16,, +IMN,2039,17,, +IMN,2039,18,, +IMN,2040,0,, +IMN,2040,1,, +IMN,2040,2,, +IMN,2040,3,, +IMN,2040,4,, +IMN,2040,5,, +IMN,2040,6,, +IMN,2040,7,, +IMN,2040,8,, +IMN,2040,9,, +IMN,2040,10,, +IMN,2040,11,, +IMN,2040,12,, +IMN,2040,13,, +IMN,2040,14,, +IMN,2040,15,, +IMN,2040,16,, +IMN,2040,17,, +IMN,2040,18,, +IMN,2041,0,, +IMN,2041,1,, +IMN,2041,2,, +IMN,2041,3,, +IMN,2041,4,, +IMN,2041,5,, +IMN,2041,6,, +IMN,2041,7,, +IMN,2041,8,, +IMN,2041,9,, +IMN,2041,10,, +IMN,2041,11,, +IMN,2041,12,, +IMN,2041,13,, +IMN,2041,14,, +IMN,2041,15,, +IMN,2041,16,, +IMN,2041,17,, +IMN,2041,18,, +IMN,2042,0,, +IMN,2042,1,, +IMN,2042,2,, +IMN,2042,3,, +IMN,2042,4,, +IMN,2042,5,, +IMN,2042,6,, +IMN,2042,7,, +IMN,2042,8,, +IMN,2042,9,, +IMN,2042,10,, +IMN,2042,11,, +IMN,2042,12,, +IMN,2042,13,, +IMN,2042,14,, +IMN,2042,15,, +IMN,2042,16,, +IMN,2042,17,, +IMN,2042,18,, +IMN,2043,0,, +IMN,2043,1,, +IMN,2043,2,, +IMN,2043,3,, +IMN,2043,4,, +IMN,2043,5,, +IMN,2043,6,, +IMN,2043,7,, +IMN,2043,8,, +IMN,2043,9,, +IMN,2043,10,, +IMN,2043,11,, +IMN,2043,12,, +IMN,2043,13,, +IMN,2043,14,, +IMN,2043,15,, +IMN,2043,16,, +IMN,2043,17,, +IMN,2043,18,, +IMN,2044,0,, +IMN,2044,1,, +IMN,2044,2,, +IMN,2044,3,, +IMN,2044,4,, +IMN,2044,5,, +IMN,2044,6,, +IMN,2044,7,, +IMN,2044,8,, +IMN,2044,9,, +IMN,2044,10,, +IMN,2044,11,, +IMN,2044,12,, +IMN,2044,13,, +IMN,2044,14,, +IMN,2044,15,, +IMN,2044,16,, +IMN,2044,17,, +IMN,2044,18,, +IMN,2045,0,, +IMN,2045,1,, +IMN,2045,2,, +IMN,2045,3,, +IMN,2045,4,, +IMN,2045,5,, +IMN,2045,6,, +IMN,2045,7,, +IMN,2045,8,, +IMN,2045,9,, +IMN,2045,10,, +IMN,2045,11,, +IMN,2045,12,, +IMN,2045,13,, +IMN,2045,14,, +IMN,2045,15,, +IMN,2045,16,, +IMN,2045,17,, +IMN,2045,18,, +IMN,2046,0,, +IMN,2046,1,, +IMN,2046,2,, +IMN,2046,3,, +IMN,2046,4,, +IMN,2046,5,, +IMN,2046,6,, +IMN,2046,7,, +IMN,2046,8,, +IMN,2046,9,, +IMN,2046,10,, +IMN,2046,11,, +IMN,2046,12,, +IMN,2046,13,, +IMN,2046,14,, +IMN,2046,15,, +IMN,2046,16,, +IMN,2046,17,, +IMN,2046,18,, +IMN,2047,0,, +IMN,2047,1,, +IMN,2047,2,, +IMN,2047,3,, +IMN,2047,4,, +IMN,2047,5,, +IMN,2047,6,, +IMN,2047,7,, +IMN,2047,8,, +IMN,2047,9,, +IMN,2047,10,, +IMN,2047,11,, +IMN,2047,12,, +IMN,2047,13,, +IMN,2047,14,, +IMN,2047,15,, +IMN,2047,16,, +IMN,2047,17,, +IMN,2047,18,, +IMN,2048,0,, +IMN,2048,1,, +IMN,2048,2,, +IMN,2048,3,, +IMN,2048,4,, +IMN,2048,5,, +IMN,2048,6,, +IMN,2048,7,, +IMN,2048,8,, +IMN,2048,9,, +IMN,2048,10,, +IMN,2048,11,, +IMN,2048,12,, +IMN,2048,13,, +IMN,2048,14,, +IMN,2048,15,, +IMN,2048,16,, +IMN,2048,17,, +IMN,2048,18,, +IMN,2049,0,, +IMN,2049,1,, +IMN,2049,2,, +IMN,2049,3,, +IMN,2049,4,, +IMN,2049,5,, +IMN,2049,6,, +IMN,2049,7,, +IMN,2049,8,, +IMN,2049,9,, +IMN,2049,10,, +IMN,2049,11,, +IMN,2049,12,, +IMN,2049,13,, +IMN,2049,14,, +IMN,2049,15,, +IMN,2049,16,, +IMN,2049,17,, +IMN,2049,18,, +IMN,2050,0,, +IMN,2050,1,, +IMN,2050,2,, +IMN,2050,3,, +IMN,2050,4,, +IMN,2050,5,, +IMN,2050,6,, +IMN,2050,7,, +IMN,2050,8,, +IMN,2050,9,, +IMN,2050,10,, +IMN,2050,11,, +IMN,2050,12,, +IMN,2050,13,, +IMN,2050,14,, +IMN,2050,15,, +IMN,2050,16,, +IMN,2050,17,, +IMN,2050,18,, +IND,1990,0,11934234,12999018 +IND,1990,1,11814686,12916498 +IND,1990,2,11667433,12788583 +IND,1990,3,11495875,12620683 +IND,1990,4,11303412,12418207 +IND,1990,5,11093445,12186563 +IND,1990,6,10869374,11931160 +IND,1990,7,10634599,11657407 +IND,1990,8,10392520,11370713 +IND,1990,9,10146537,11076487 +IND,1990,10,9894715,10772654 +IND,1990,11,9635118,10457137 +IND,1990,12,9397825,10172767 +IND,1990,13,9196907,9939920 +IND,1990,14,9019758,9741553 +IND,1990,15,8840968,9540992 +IND,1990,16,8667142,9346471 +IND,1990,17,8485657,9149285 +IND,1990,18,8288166,8941713 +IND,1991,0,11928728,13046011 +IND,1991,1,11840395,12940346 +IND,1991,2,11721910,12846478 +IND,1991,3,11580366,12715518 +IND,1991,4,11418067,12551238 +IND,1991,5,11237314,12357411 +IND,1991,6,11041797,12139672 +IND,1991,7,10835203,11903656 +IND,1991,8,10612913,11643821 +IND,1991,9,10374461,11360214 +IND,1991,10,10126304,11062196 +IND,1991,11,9873587,10757097 +IND,1991,12,9613148,10441068 +IND,1991,13,9374617,10155985 +IND,1991,14,9172614,9922726 +IND,1991,15,8994430,9724063 +IND,1991,16,8813975,9522635 +IND,1991,17,8637950,9326805 +IND,1991,18,8454972,9128570 +IND,1992,0,11937548,13123607 +IND,1992,1,11857464,13055524 +IND,1992,2,11748664,12879893 +IND,1992,3,11631222,12774692 +IND,1992,4,11495360,12640705 +IND,1992,5,11342284,12480068 +IND,1992,6,11173204,12294915 +IND,1992,7,10992094,12091110 +IND,1992,8,10802932,11874511 +IND,1992,9,10593081,11628630 +IND,1992,10,10358212,11348149 +IND,1992,11,10107839,11046381 +IND,1992,12,9854183,10740058 +IND,1992,13,9592858,10423560 +IND,1992,14,9353049,10137804 +IND,1992,15,9149927,9904165 +IND,1992,16,8970678,9705234 +IND,1992,17,8788526,9502966 +IND,1992,18,8610273,9305854 +IND,1993,0,11962983,13224007 +IND,1993,1,11875886,13126074 +IND,1993,2,11773595,13009250 +IND,1993,3,11659083,12819094 +IND,1993,4,11542662,12702565 +IND,1993,5,11412455,12565556 +IND,1993,6,11268575,12408564 +IND,1993,7,11111133,12232090 +IND,1993,8,10944395,12042220 +IND,1993,9,10772625,11845041 +IND,1993,10,10575173,11613115 +IND,1993,11,10343844,11335768 +IND,1993,12,10091209,11030259 +IND,1993,13,9836570,10722722 +IND,1993,14,9574310,10405763 +IND,1993,15,9333181,10119343 +IND,1993,16,9128902,9885330 +IND,1993,17,8948556,9686137 +IND,1993,18,8764676,9483034 +IND,1994,0,12005785,13333174 +IND,1994,1,11902419,13200114 +IND,1994,2,11794739,13064336 +IND,1994,3,11681995,12924695 +IND,1994,4,11572158,12760282 +IND,1994,5,11456731,12632410 +IND,1994,6,11332151,12492357 +IND,1994,7,11197434,12338986 +IND,1994,8,11051597,12171162 +IND,1994,9,10899194,11995197 +IND,1994,10,10744782,11817404 +IND,1994,11,10559684,11599397 +IND,1994,12,10331844,11325140 +IND,1994,13,10076890,11015844 +IND,1994,14,9821208,10707045 +IND,1994,15,9557954,10389577 +IND,1994,16,9315448,10102447 +IND,1994,17,9109966,9868025 +IND,1994,18,8928481,9668538 +IND,1995,0,12064676,13438871 +IND,1995,1,11941628,13277427 +IND,1995,2,11824458,13125970 +IND,1995,3,11711086,12981727 +IND,1995,4,11599433,12841924 +IND,1995,5,11487419,12703788 +IND,1995,6,11372965,12564546 +IND,1995,7,11253991,12421423 +IND,1995,8,11128417,12271647 +IND,1995,9,10994163,12112443 +IND,1995,10,10856076,11950354 +IND,1995,11,10719000,11791920 +IND,1995,12,10546230,11587795 +IND,1995,13,10321835,11316577 +IND,1995,14,10064511,11003437 +IND,1995,15,9807737,10693319 +IND,1995,16,9543437,10375284 +IND,1995,17,9299507,10087392 +IND,1995,18,9092781,9852518 +IND,1996,0,12133487,13532885 +IND,1996,1,11980468,13362758 +IND,1996,2,11864555,13211577 +IND,1996,3,11755924,13069738 +IND,1996,4,11651991,12934369 +IND,1996,5,11550169,12802595 +IND,1996,6,11448632,12671834 +IND,1996,7,11345557,12539502 +IND,1996,8,11234554,12401281 +IND,1996,9,11111519,12253721 +IND,1996,10,10976146,12094814 +IND,1996,11,10837208,11932617 +IND,1996,12,10698917,11773447 +IND,1996,13,10524700,11568472 +IND,1996,14,10299134,11296723 +IND,1996,15,10040788,10983194 +IND,1996,16,9782476,10672224 +IND,1996,17,9516227,10352997 +IND,1996,18,9270944,10064084 +IND,1997,0,12219848,13624493 +IND,1997,1,12046000,13430227 +IND,1997,2,11897547,13288079 +IND,1997,3,11788754,13147144 +IND,1997,4,11688648,13014906 +IND,1997,5,11594139,12888393 +IND,1997,6,11502134,12764633 +IND,1997,7,11411061,12641232 +IND,1997,8,11319349,12515796 +IND,1997,9,11216304,12382461 +IND,1997,10,11095794,12237099 +IND,1997,11,10959287,12078473 +IND,1997,12,10819485,11916150 +IND,1997,13,10679964,11756228 +IND,1997,14,10504281,11550381 +IND,1997,15,10277522,11278073 +IND,1997,16,10018127,10964122 +IND,1997,17,9758251,10652266 +IND,1997,18,9490026,10331815 +IND,1998,0,12311779,13709153 +IND,1998,1,12111936,13508365 +IND,1998,2,11943163,13332929 +IND,1998,3,11816095,13214679 +IND,1998,4,11714408,13083976 +IND,1998,5,11622814,12961326 +IND,1998,6,11537716,12843658 +IND,1998,7,11455516,12727900 +IND,1998,8,11374893,12611846 +IND,1998,9,11294532,12493293 +IND,1998,10,11199431,12364831 +IND,1998,11,11081431,12221655 +IND,1998,12,10943775,12063294 +IND,1998,13,10803090,11900829 +IND,1998,14,10662324,11740140 +IND,1998,15,10485154,11533402 +IND,1998,16,10257173,11260508 +IND,1998,17,9996697,10946105 +IND,1998,18,9735225,10633332 +IND,1999,0,12392637,13781226 +IND,1999,1,12175379,13580851 +IND,1999,2,11993459,13405528 +IND,1999,3,11842092,13251519 +IND,1999,4,11736175,13141848 +IND,1999,5,11641582,13021372 +IND,1999,6,11558490,12908307 +IND,1999,7,11482793,12799480 +IND,1999,8,11410387,12691719 +IND,1999,9,11340207,12583009 +IND,1999,10,11271187,12471335 +IND,1999,11,11184019,12347741 +IND,1999,12,11068514,12206744 +IND,1999,13,10929689,12048641 +IND,1999,14,10788105,11886028 +IND,1999,15,10646073,11724565 +IND,1999,16,10467393,11516926 +IND,1999,17,10238161,11243433 +IND,1999,18,9976570,10928565 +IND,2000,0,12449860,13836115 +IND,2000,1,12228605,13642955 +IND,2000,2,12043327,13472923 +IND,2000,3,11889411,13322745 +IND,2000,4,11762245,13189149 +IND,2000,5,11657217,13068865 +IND,2000,6,11569711,12958619 +IND,2000,7,11495116,12855141 +IND,2000,8,11428818,12755157 +IND,2000,9,11366205,12655397 +IND,2000,10,11306464,12554033 +IND,2000,11,11248784,12449240 +IND,2000,12,11169544,12330517 +IND,2000,13,11056525,12191701 +IND,2000,14,10916520,12033857 +IND,2000,15,10774023,11871098 +IND,2000,16,10630714,11708862 +IND,2000,17,10450508,11500324 +IND,2000,18,10220005,11226236 +IND,2001,0,12468504,13867246 +IND,2001,1,12352888,13756826 +IND,2001,2,12159049,13584620 +IND,2001,3,11993962,13430092 +IND,2001,4,11854004,13290715 +IND,2001,5,11735549,13163961 +IND,2001,6,11634177,13046693 +IND,2001,7,11545464,12935774 +IND,2001,8,11469776,12831727 +IND,2001,9,11405082,12733244 +IND,2001,10,11345365,12635970 +IND,2001,11,11285968,12535112 +IND,2001,12,11227019,12429541 +IND,2001,13,11146134,12309742 +IND,2001,14,11031387,12169784 +IND,2001,15,10889611,12010721 +IND,2001,16,10745010,11846421 +IND,2001,17,10599272,11682365 +IND,2001,18,10417419,11472317 +IND,2002,0,12461035,13878211 +IND,2002,1,12281454,13724905 +IND,2002,2,12259424,13679396 +IND,2002,3,12092938,13528119 +IND,2002,4,11947991,13389073 +IND,2002,5,11821947,13260477 +IND,2002,6,11712167,13140546 +IND,2002,7,11614422,13026279 +IND,2002,8,11524478,12914671 +IND,2002,9,11447675,12810041 +IND,2002,10,11384566,12713047 +IND,2002,11,11327728,12618245 +IND,2002,12,11268659,12517879 +IND,2002,13,11208425,12411516 +IND,2002,14,11125873,12290626 +IND,2002,15,11009365,12149507 +IND,2002,16,10865778,11989204 +IND,2002,17,10719033,11823340 +IND,2002,18,10570826,11657443 +IND,2003,0,12436768,13870631 +IND,2003,1,12294311,13747388 +IND,2003,2,12166080,13630583 +IND,2003,3,12167651,13602674 +IND,2003,4,12028499,13472319 +IND,2003,5,11903675,13348750 +IND,2003,6,11791529,13230928 +IND,2003,7,11690411,13117816 +IND,2003,8,11596279,13006543 +IND,2003,9,11505091,12894240 +IND,2003,10,11427163,12789022 +IND,2003,11,11365629,12693511 +IND,2003,12,11311663,12601177 +IND,2003,13,11252913,12501298 +IND,2003,14,11191386,12394137 +IND,2003,15,11107155,12272149 +IND,2003,16,10988870,12129862 +IND,2003,17,10843453,11968310 +IND,2003,18,10694542,11800874 +IND,2004,0,12410415,13848228 +IND,2004,1,12303748,13756668 +IND,2004,2,12202000,13664649 +IND,2004,3,12104709,13571983 +IND,2004,4,12075550,13525673 +IND,2004,5,11963744,13416244 +IND,2004,6,11859050,13308156 +IND,2004,7,11760808,13201113 +IND,2004,8,11668357,13094821 +IND,2004,9,11577842,12986546 +IND,2004,10,11485412,12873551 +IND,2004,11,11406360,12767747 +IND,2004,12,11346405,12673721 +IND,2004,13,11295312,12583856 +IND,2004,14,11236884,12484466 +IND,2004,15,11174063,12376510 +IND,2004,16,11088156,12253426 +IND,2004,17,10968096,12109973 +IND,2004,18,10820851,11947176 +IND,2005,0,12391446,13813060 +IND,2005,1,12312404,13751849 +IND,2005,2,12231630,13684282 +IND,2005,3,12149447,13610807 +IND,2005,4,12066184,13531876 +IND,2005,5,11982167,13447938 +IND,2005,6,11897720,13359443 +IND,2005,7,11813171,13266842 +IND,2005,8,11728846,13170584 +IND,2005,9,11645071,13071119 +IND,2005,10,11558184,12965847 +IND,2005,11,11464522,12852166 +IND,2005,12,11384354,12745781 +IND,2005,13,11325983,12653245 +IND,2005,14,11277771,12565855 +IND,2005,15,11219669,12466959 +IND,2005,16,11155562,12358214 +IND,2005,17,11067986,12234041 +IND,2005,18,10946165,12089430 +IND,2006,0,12393878,13775080 +IND,2006,1,12336841,13761651 +IND,2006,2,12266072,13709917 +IND,2006,3,12192567,13649924 +IND,2006,4,12116661,13582323 +IND,2006,5,12038693,13507762 +IND,2006,6,11959113,13426770 +IND,2006,7,11878373,13339878 +IND,2006,8,11796244,13248334 +IND,2006,9,11712837,13153029 +IND,2006,10,11628830,13054252 +IND,2006,11,11541260,12948883 +IND,2006,12,11446485,12834524 +IND,2006,13,11364742,12727066 +IND,2006,14,11304441,12633136 +IND,2006,15,11254095,12544117 +IND,2006,16,11193676,12443390 +IND,2006,17,11127039,12332624 +IND,2006,18,11037622,12206645 +IND,2007,0,12409545,13731958 +IND,2007,1,12347347,13716838 +IND,2007,2,12281501,13710464 +IND,2007,3,12219011,13668207 +IND,2007,4,12152778,13615789 +IND,2007,5,12083153,13554059 +IND,2007,6,12010485,13483867 +IND,2007,7,11935348,13405821 +IND,2007,8,11858320,13320530 +IND,2007,9,11778615,13230043 +IND,2007,10,11696132,13135689 +IND,2007,11,11611898,13037597 +IND,2007,12,11523650,12932130 +IND,2007,13,11427768,12817091 +IND,2007,14,11344454,12708558 +IND,2007,15,11282227,12613232 +IND,2007,16,11229750,12522583 +IND,2007,17,11167018,12420023 +IND,2007,18,11097855,12307234 +IND,2008,0,12406476,13661517 +IND,2008,1,12347064,13668716 +IND,2008,2,12285776,13661581 +IND,2008,3,12225416,13658766 +IND,2008,4,12171206,13625987 +IND,2008,5,12112251,13581146 +IND,2008,6,12048910,13525291 +IND,2008,7,11981545,13459470 +IND,2008,8,11910855,13384372 +IND,2008,9,11837542,13300685 +IND,2008,10,11760268,13211258 +IND,2008,11,11678712,13117859 +IND,2008,12,11594256,13020457 +IND,2008,13,11505337,12914896 +IND,2008,14,11408353,12799181 +IND,2008,15,11323474,12689576 +IND,2008,16,11259325,12592858 +IND,2008,17,11204720,12500583 +IND,2008,18,11139680,12396192 +IND,2009,0,12341995,13534808 +IND,2009,1,12300800,13574554 +IND,2009,2,12256768,13596822 +IND,2009,3,12209894,13602705 +IND,2009,4,12170117,13606964 +IND,2009,5,12124184,13583663 +IND,2009,6,12072500,13546399 +IND,2009,7,12015439,13496418 +IND,2009,8,11953372,13434970 +IND,2009,9,11887125,13362821 +IND,2009,10,11817522,13280739 +IND,2009,11,11742672,13192372 +IND,2009,12,11662039,13099929 +IND,2009,13,11577356,13003217 +IND,2009,14,11487759,12897562 +IND,2009,15,11389667,12781172 +IND,2009,16,11303218,12670498 +IND,2009,17,11237143,12572387 +IND,2009,18,11180408,12478486 +IND,2010,0,12190047,13335971 +IND,2010,1,12191914,13423184 +IND,2010,2,12185108,13487295 +IND,2010,3,12170012,13529752 +IND,2010,4,12147010,13552002 +IND,2010,5,12116486,13555491 +IND,2010,6,12078823,13541668 +IND,2010,7,12034405,13511979 +IND,2010,8,11983616,13467872 +IND,2010,9,11926840,13410794 +IND,2010,10,11865026,13341591 +IND,2010,11,11799125,13261112 +IND,2010,12,11726688,13173804 +IND,2010,13,11646967,13082314 +IND,2010,14,11562045,12986290 +IND,2010,15,11471758,12880539 +IND,2010,16,11372546,12763472 +IND,2010,17,11284514,12651724 +IND,2010,18,11216504,12552220 +IND,2011,0,11921596,13044617 +IND,2011,1,12131295,13294001 +IND,2011,2,12151266,13389434 +IND,2011,3,12157028,13459601 +IND,2011,4,12149797,13506250 +IND,2011,5,12130789,13531131 +IND,2011,6,12100449,13535708 +IND,2011,7,12059226,13521445 +IND,2011,8,12012180,13491522 +IND,2011,9,11962068,13448261 +IND,2011,10,11907796,13392554 +IND,2011,11,11846543,13323857 +IND,2011,12,11780102,13243343 +IND,2011,13,11706797,13155646 +IND,2011,14,11625916,13063384 +IND,2011,15,11539643,12966290 +IND,2011,16,11447885,12859330 +IND,2011,17,11347080,12740931 +IND,2011,18,11257718,12627738 +IND,2012,0,11570601,12685558 +IND,2012,1,11752042,12928117 +IND,2012,2,12078576,13255910 +IND,2012,3,12116656,13359592 +IND,2012,4,12134987,13435834 +IND,2012,5,12135615,13486688 +IND,2012,6,12120590,13514208 +IND,2012,7,12090421,13519874 +IND,2012,8,12045617,13505167 +IND,2012,9,11995921,13475001 +IND,2012,10,11946461,13432574 +IND,2012,11,11894666,13378223 +IND,2012,12,11833943,13310011 +IND,2012,13,11766929,13229438 +IND,2012,14,11692719,13141327 +IND,2012,15,11610639,13048266 +IND,2012,16,11522973,12950074 +IND,2012,17,11429698,12841872 +IND,2012,18,11327251,12722108 +IND,2013,0,11202651,12320502 +IND,2013,1,11485430,12642015 +IND,2013,2,11711165,12906958 +IND,2013,3,12028562,13219385 +IND,2013,4,12084768,13331331 +IND,2013,5,12115676,13413660 +IND,2013,6,12124168,13468727 +IND,2013,7,12113125,13498890 +IND,2013,8,12083119,13505646 +IND,2013,9,12034722,13490493 +IND,2013,10,11982364,13460081 +IND,2013,11,11933544,13418483 +IND,2013,12,11884217,13365480 +IND,2013,13,11824009,13297746 +IND,2013,14,11756408,13217105 +IND,2013,15,11681276,13128569 +IND,2013,16,11597978,13034698 +IND,2013,17,11508897,12935395 +IND,2013,18,11414085,12825940 +IND,2014,0,10908693,12033524 +IND,2014,1,11253491,12395220 +IND,2014,2,11532945,12697909 +IND,2014,3,11752457,12945778 +IND,2014,4,11976184,13180523 +IND,2014,5,12050514,13300715 +IND,2014,6,12094001,13389118 +IND,2014,7,12110358,13448390 +IND,2014,8,12103300,13481192 +IND,2014,9,12073464,13489037 +IND,2014,10,12021482,13473440 +IND,2014,11,11966470,13442786 +IND,2014,12,11918301,13402025 +IND,2014,13,11871451,13350382 +IND,2014,14,11811773,13283137 +IND,2014,15,11743596,13202442 +IND,2014,16,11667556,13113497 +IND,2014,17,11583055,13018831 +IND,2014,18,11492577,12918435 +IND,2015,0,10752206,11882501 +IND,2015,1,11094713,12225088 +IND,2015,2,11378110,12518914 +IND,2015,3,11606945,12766940 +IND,2015,4,11785763,12972128 +IND,2015,5,11919110,13137441 +IND,2015,6,12011534,13265841 +IND,2015,7,12067580,13360288 +IND,2015,8,12091796,13423745 +IND,2015,9,12088726,13459174 +IND,2015,10,12059070,13468105 +IND,2015,11,12003525,13452070 +IND,2015,12,11945881,13421185 +IND,2015,13,11898382,13381274 +IND,2015,14,11854027,13331005 +IND,2015,15,11794901,13264271 +IND,2015,16,11726176,13183548 +IND,2015,17,11649258,13094222 +IND,2015,18,11563588,12998792 +IND,2016,0,10780341,11913293 +IND,2016,1,10805373,11933529 +IND,2016,2,11098164,12229095 +IND,2016,3,11351310,12494178 +IND,2016,4,11566044,12728639 +IND,2016,5,11743596,12932341 +IND,2016,6,11888558,13108260 +IND,2016,7,12005522,13259369 +IND,2016,8,12078918,13369970 +IND,2016,9,12103257,13433701 +IND,2016,10,12089851,13459762 +IND,2016,11,12056288,13465308 +IND,2016,12,11999993,13448821 +IND,2016,13,11941223,13417064 +IND,2016,14,11892179,13375773 +IND,2016,15,11846038,13323782 +IND,2016,16,11785083,13255247 +IND,2016,17,11714428,13172604 +IND,2016,18,11636056,13081518 +IND,2017,0,10942761,12076564 +IND,2017,1,11060509,12178431 +IND,2017,2,10849226,11975231 +IND,2017,3,11092003,12223507 +IND,2017,4,11314652,12459614 +IND,2017,5,11515087,12680315 +IND,2017,6,11691218,12882370 +IND,2017,7,11847680,13068765 +IND,2017,8,11989104,13242484 +IND,2017,9,12079802,13369165 +IND,2017,10,12104244,13433121 +IND,2017,11,12080503,13449785 +IND,2017,12,12043058,13451938 +IND,2017,13,11986062,13435012 +IND,2017,14,11926216,13402408 +IND,2017,15,11875668,13359769 +IND,2017,16,11827779,13306095 +IND,2017,17,11765047,13235810 +IND,2017,18,11692521,13151310 +IND,2018,0,11175670,12309129 +IND,2018,1,11122052,12238208 +IND,2018,2,11115593,12225142 +IND,2018,3,10888071,12011920 +IND,2018,4,11080744,12212819 +IND,2018,5,11272808,12419865 +IND,2018,6,11458857,12626719 +IND,2018,7,11633488,12827043 +IND,2018,8,11801372,13023831 +IND,2018,9,11967180,13220079 +IND,2018,10,12075130,13362782 +IND,2018,11,12099663,13426935 +IND,2018,12,12065604,13434200 +IND,2018,13,12024296,13432960 +IND,2018,14,11966625,13415602 +IND,2018,15,11905731,13382165 +IND,2018,16,11853704,13338195 +IND,2018,17,11804088,13282861 +IND,2018,18,11739610,13210858 +IND,2019,0,11386000,12519000 +IND,2019,1,11187000,12304000 +IND,2019,2,11071000,12179000 +IND,2019,3,11025000,12134000 +IND,2019,4,10928000,12049000 +IND,2019,5,11071000,12203000 +IND,2019,6,11232000,12381000 +IND,2019,7,11404000,12574000 +IND,2019,8,11577000,12773000 +IND,2019,9,11756000,12980000 +IND,2019,10,11946000,13199000 +IND,2019,11,12072000,13357000 +IND,2019,12,12096000,13422000 +IND,2019,13,12052000,13420000 +IND,2019,14,12007000,13415000 +IND,2019,15,11948000,13397000 +IND,2019,16,11886000,13363000 +IND,2019,17,11833000,13318000 +IND,2019,18,11782000,13261000 +IND,2020,0,11505000,12638000 +IND,2020,1,11225000,12343000 +IND,2020,2,11044000,12153000 +IND,2020,3,10949000,12056000 +IND,2020,4,10929000,12039000 +IND,2020,5,10971000,12090000 +IND,2020,6,11064000,12196000 +IND,2020,7,11195000,12345000 +IND,2020,8,11352000,12524000 +IND,2020,9,11524000,12721000 +IND,2020,10,11715000,12939000 +IND,2020,11,11929000,13180000 +IND,2020,12,12072000,13355000 +IND,2020,13,12096000,13420000 +IND,2020,14,12042000,13408000 +IND,2020,15,11993000,13400000 +IND,2020,16,11934000,13382000 +IND,2020,17,11871000,13347000 +IND,2020,18,11816000,13300000 +IND,2021,0,11501000,12638000 +IND,2021,1,11412000,12543000 +IND,2021,2,11186000,12304000 +IND,2021,3,11039000,12150000 +IND,2021,4,10962000,12071000 +IND,2021,5,10946000,12059000 +IND,2021,6,10980000,12101000 +IND,2021,7,11052000,12184000 +IND,2021,8,11167000,12317000 +IND,2021,9,11325000,12496000 +IND,2021,10,11505000,12703000 +IND,2021,11,11699000,12923000 +IND,2021,12,11912000,13164000 +IND,2021,13,12054000,13338000 +IND,2021,14,12077000,13401000 +IND,2021,15,12021000,13388000 +IND,2021,16,11970000,13378000 +IND,2021,17,11909000,13359000 +IND,2021,18,11845000,13322000 +IND,2022,0,11410000,12549000 +IND,2022,1,11187000,12314000 +IND,2022,2,11325000,12453000 +IND,2022,3,11152000,12270000 +IND,2022,4,11039000,12152000 +IND,2022,5,10980000,12092000 +IND,2022,6,10970000,12084000 +IND,2022,7,10995000,12117000 +IND,2022,8,11045000,12177000 +IND,2022,9,11145000,12293000 +IND,2022,10,11303000,12473000 +IND,2022,11,11492000,12690000 +IND,2022,12,11688000,12913000 +IND,2022,13,11901000,13153000 +IND,2022,14,12042000,13326000 +IND,2022,15,12064000,13388000 +IND,2022,16,12006000,13374000 +IND,2022,17,11954000,13363000 +IND,2022,18,11891000,13341000 +IND,2023,0,11264000,12403000 +IND,2023,1,11140000,12270000 +IND,2023,2,11052000,12174000 +IND,2023,3,11240000,12365000 +IND,2023,4,11121000,12239000 +IND,2023,5,11042000,12156000 +IND,2023,6,11001000,12115000 +IND,2023,7,10995000,12112000 +IND,2023,8,11012000,12135000 +IND,2023,9,11041000,12173000 +IND,2023,10,11126000,12272000 +IND,2023,11,11283000,12452000 +IND,2023,12,11482000,12679000 +IND,2023,13,11681000,12905000 +IND,2023,14,11893000,13145000 +IND,2023,15,12032000,13317000 +IND,2023,16,12053000,13378000 +IND,2023,17,11994000,13362000 +IND,2023,18,11940000,13349000 +IND,2024,0,11117000,12249000 +IND,2024,1,11090000,12218000 +IND,2024,2,11066000,12190000 +IND,2024,3,11048000,12168000 +IND,2024,4,11154000,12275000 +IND,2024,5,11088000,12206000 +IND,2024,6,11044000,12159000 +IND,2024,7,11020000,12136000 +IND,2024,8,11019000,12137000 +IND,2024,9,11028000,12152000 +IND,2024,10,11035000,12166000 +IND,2024,11,11105000,12249000 +IND,2024,12,11262000,12429000 +IND,2024,13,11470000,12666000 +IND,2024,14,11671000,12895000 +IND,2024,15,11883000,13135000 +IND,2024,16,12021000,13306000 +IND,2024,17,12040000,13366000 +IND,2024,18,11979000,13348000 +IND,2025,0,11008000,12125000 +IND,2025,1,11048000,12168000 +IND,2025,2,11069000,12190000 +IND,2025,3,11077000,12197000 +IND,2025,4,11074000,12193000 +IND,2025,5,11064000,12182000 +IND,2025,6,11052000,12168000 +IND,2025,7,11041000,12157000 +IND,2025,8,11036000,12153000 +IND,2025,9,11039000,12159000 +IND,2025,10,11040000,12164000 +IND,2025,11,11026000,12155000 +IND,2025,12,11080000,12222000 +IND,2025,13,11237000,12402000 +IND,2025,14,11454000,12649000 +IND,2025,15,11658000,12881000 +IND,2025,16,11869000,13120000 +IND,2025,17,12006000,13291000 +IND,2025,18,12024000,13349000 +IND,2026,0,10955000,12049000 +IND,2026,1,11006000,12123000 +IND,2026,2,11039000,12159000 +IND,2026,3,11056000,12178000 +IND,2026,4,11062000,12184000 +IND,2026,5,11060000,12180000 +IND,2026,6,11053000,12171000 +IND,2026,7,11046000,12162000 +IND,2026,8,11039000,12153000 +IND,2026,9,11033000,12149000 +IND,2026,10,11034000,12154000 +IND,2026,11,11034000,12159000 +IND,2026,12,11020000,12149000 +IND,2026,13,11073000,12215000 +IND,2026,14,11229000,12394000 +IND,2026,15,11444000,12639000 +IND,2026,16,11646000,12870000 +IND,2026,17,11856000,13107000 +IND,2026,18,11992000,13276000 +IND,2027,0,10935000,11998000 +IND,2027,1,11006000,12092000 +IND,2027,2,11002000,12118000 +IND,2027,3,11027000,12148000 +IND,2027,4,11041000,12163000 +IND,2027,5,11046000,12168000 +IND,2027,6,11044000,12165000 +IND,2027,7,11040000,12158000 +IND,2027,8,11038000,12153000 +IND,2027,9,11033000,12147000 +IND,2027,10,11028000,12143000 +IND,2027,11,11027000,12147000 +IND,2027,12,11026000,12150000 +IND,2027,13,11011000,12141000 +IND,2027,14,11063000,12206000 +IND,2027,15,11218000,12383000 +IND,2027,16,11432000,12627000 +IND,2027,17,11632000,12857000 +IND,2027,18,11840000,13092000 +IND,2028,0,10934000,11961000 +IND,2028,1,10988000,12050000 +IND,2028,2,11023000,12110000 +IND,2028,3,10996000,12110000 +IND,2028,4,11014000,12134000 +IND,2028,5,11023000,12146000 +IND,2028,6,11027000,12149000 +IND,2028,7,11026000,12147000 +IND,2028,8,11024000,12143000 +IND,2028,9,11027000,12141000 +IND,2028,10,11026000,12139000 +IND,2028,11,11020000,12135000 +IND,2028,12,11018000,12137000 +IND,2028,13,11015000,12140000 +IND,2028,14,11000000,12130000 +IND,2028,15,11051000,12194000 +IND,2028,16,11205000,12370000 +IND,2028,17,11417000,12613000 +IND,2028,18,11616000,12841000 +IND,2029,0,10928000,11921000 +IND,2029,1,10964000,12000000 +IND,2029,2,10989000,12057000 +IND,2029,3,11003000,12095000 +IND,2029,4,10989000,12101000 +IND,2029,5,10999000,12118000 +IND,2029,6,11005000,12127000 +IND,2029,7,11006000,12129000 +IND,2029,8,11006000,12127000 +IND,2029,9,11007000,12125000 +IND,2029,10,11015000,12128000 +IND,2029,11,11017000,12128000 +IND,2029,12,11012000,12125000 +IND,2029,13,11007000,12125000 +IND,2029,14,11004000,12127000 +IND,2029,15,10988000,12117000 +IND,2029,16,11038000,12181000 +IND,2029,17,11190000,12356000 +IND,2029,18,11401000,12596000 +IND,2030,0,10902000,11868000 +IND,2030,1,10929000,11941000 +IND,2030,2,10950000,11997000 +IND,2030,3,10965000,12040000 +IND,2030,4,10975000,12070000 +IND,2030,5,10981000,12090000 +IND,2030,6,10984000,12102000 +IND,2030,7,10985000,12107000 +IND,2030,8,10985000,12108000 +IND,2030,9,10986000,12106000 +IND,2030,10,10990000,12107000 +IND,2030,11,11002000,12114000 +IND,2030,12,11008000,12117000 +IND,2030,13,11002000,12113000 +IND,2030,14,10996000,12112000 +IND,2030,15,10991000,12113000 +IND,2030,16,10975000,12103000 +IND,2030,17,11024000,12166000 +IND,2030,18,11175000,12339000 +IND,2031,0,10860000,11808000 +IND,2031,1,10890000,11863000 +IND,2031,2,10919000,11932000 +IND,2031,3,10940000,11987000 +IND,2031,4,10956000,12029000 +IND,2031,5,10967000,12060000 +IND,2031,6,10974000,12081000 +IND,2031,7,10978000,12096000 +IND,2031,8,10980000,12103000 +IND,2031,9,10980000,12104000 +IND,2031,10,10980000,12101000 +IND,2031,11,10984000,12101000 +IND,2031,12,10995000,12108000 +IND,2031,13,11000000,12110000 +IND,2031,14,10994000,12106000 +IND,2031,15,10986000,12103000 +IND,2031,16,10980000,12103000 +IND,2031,17,10962000,12092000 +IND,2031,18,11011000,12153000 +IND,2032,0,10800000,11738000 +IND,2032,1,10838000,11813000 +IND,2032,2,10877000,11857000 +IND,2032,3,10907000,11922000 +IND,2032,4,10930000,11974000 +IND,2032,5,10946000,12016000 +IND,2032,6,10958000,12047000 +IND,2032,7,10966000,12070000 +IND,2032,8,10971000,12088000 +IND,2032,9,10973000,12097000 +IND,2032,10,10973000,12098000 +IND,2032,11,10973000,12094000 +IND,2032,12,10976000,12093000 +IND,2032,13,10987000,12100000 +IND,2032,14,10992000,12102000 +IND,2032,15,10984000,12096000 +IND,2032,16,10975000,12092000 +IND,2032,17,10967000,12091000 +IND,2032,18,10948000,12078000 +IND,2033,0,10724000,11654000 +IND,2033,1,10775000,11734000 +IND,2033,2,10819000,11803000 +IND,2033,3,10863000,11848000 +IND,2033,4,10894000,11910000 +IND,2033,5,10918000,11960000 +IND,2033,6,10936000,12001000 +IND,2033,7,10948000,12033000 +IND,2033,8,10957000,12057000 +IND,2033,9,10963000,12078000 +IND,2033,10,10965000,12089000 +IND,2033,11,10965000,12090000 +IND,2033,12,10965000,12085000 +IND,2033,13,10967000,12084000 +IND,2033,14,10978000,12090000 +IND,2033,15,10982000,12091000 +IND,2033,16,10973000,12084000 +IND,2033,17,10962000,12080000 +IND,2033,18,10954000,12077000 +IND,2034,0,10635000,11556000 +IND,2034,1,10701000,11641000 +IND,2034,2,10757000,11718000 +IND,2034,3,10804000,11786000 +IND,2034,4,10848000,11838000 +IND,2034,5,10880000,11896000 +IND,2034,6,10904000,11944000 +IND,2034,7,10923000,11984000 +IND,2034,8,10937000,12016000 +IND,2034,9,10947000,12043000 +IND,2034,10,10953000,12066000 +IND,2034,11,10956000,12079000 +IND,2034,12,10956000,12080000 +IND,2034,13,10955000,12074000 +IND,2034,14,10957000,12073000 +IND,2034,15,10967000,12078000 +IND,2034,16,10970000,12079000 +IND,2034,17,10960000,12071000 +IND,2034,18,10948000,12065000 +IND,2035,0,10536000,11442000 +IND,2035,1,10615000,11536000 +IND,2035,2,10683000,11621000 +IND,2035,3,10741000,11697000 +IND,2035,4,10790000,11766000 +IND,2035,5,10831000,11827000 +IND,2035,6,10863000,11880000 +IND,2035,7,10889000,11926000 +IND,2035,8,10909000,11966000 +IND,2035,9,10924000,11998000 +IND,2035,10,10934000,12027000 +IND,2035,11,10942000,12052000 +IND,2035,12,10945000,12067000 +IND,2035,13,10945000,12069000 +IND,2035,14,10944000,12062000 +IND,2035,15,10946000,12060000 +IND,2035,16,10955000,12065000 +IND,2035,17,10957000,12065000 +IND,2035,18,10946000,12056000 +IND,2036,0,10432000,11319000 +IND,2036,1,10528000,11432000 +IND,2036,2,10606000,11527000 +IND,2036,3,10675000,11612000 +IND,2036,4,10733000,11690000 +IND,2036,5,10783000,11759000 +IND,2036,6,10824000,11820000 +IND,2036,7,10858000,11874000 +IND,2036,8,10885000,11921000 +IND,2036,9,10905000,11960000 +IND,2036,10,10919000,11993000 +IND,2036,11,10929000,12021000 +IND,2036,12,10936000,12046000 +IND,2036,13,10939000,12061000 +IND,2036,14,10938000,12061000 +IND,2036,15,10935000,12053000 +IND,2036,16,10935000,12050000 +IND,2036,17,10944000,12054000 +IND,2036,18,10945000,12052000 +IND,2037,0,10317000,11180000 +IND,2037,1,10421000,11299000 +IND,2037,2,10519000,11421000 +IND,2037,3,10597000,11516000 +IND,2037,4,10665000,11603000 +IND,2037,5,10724000,11681000 +IND,2037,6,10774000,11751000 +IND,2037,7,10817000,11813000 +IND,2037,8,10852000,11867000 +IND,2037,9,10880000,11914000 +IND,2037,10,10900000,11954000 +IND,2037,11,10913000,11986000 +IND,2037,12,10922000,12014000 +IND,2037,13,10929000,12039000 +IND,2037,14,10931000,12053000 +IND,2037,15,10929000,12052000 +IND,2037,16,10925000,12043000 +IND,2037,17,10924000,12038000 +IND,2037,18,10931000,12041000 +IND,2038,0,10197000,11034000 +IND,2038,1,10311000,11166000 +IND,2038,2,10414000,11287000 +IND,2038,3,10508000,11408000 +IND,2038,4,10586000,11504000 +IND,2038,5,10654000,11591000 +IND,2038,6,10714000,11670000 +IND,2038,7,10765000,11741000 +IND,2038,8,10808000,11803000 +IND,2038,9,10844000,11859000 +IND,2038,10,10873000,11906000 +IND,2038,11,10893000,11945000 +IND,2038,12,10905000,11978000 +IND,2038,13,10914000,12005000 +IND,2038,14,10920000,12030000 +IND,2038,15,10921000,12043000 +IND,2038,16,10918000,12042000 +IND,2038,17,10913000,12031000 +IND,2038,18,10911000,12025000 +IND,2039,0,10079000,10891000 +IND,2039,1,10200000,11031000 +IND,2039,2,10309000,11161000 +IND,2039,3,10407000,11281000 +IND,2039,4,10496000,11394000 +IND,2039,5,10573000,11490000 +IND,2039,6,10642000,11578000 +IND,2039,7,10701000,11658000 +IND,2039,8,10753000,11729000 +IND,2039,9,10797000,11792000 +IND,2039,10,10835000,11848000 +IND,2039,11,10864000,11896000 +IND,2039,12,10884000,11935000 +IND,2039,13,10896000,11967000 +IND,2039,14,10904000,11995000 +IND,2039,15,10910000,12019000 +IND,2039,16,10911000,12032000 +IND,2039,17,10906000,12029000 +IND,2039,18,10900000,12017000 +IND,2040,0,9969000,10757000 +IND,2040,1,10090000,10899000 +IND,2040,2,10201000,11033000 +IND,2040,3,10304000,11157000 +IND,2040,4,10398000,11271000 +IND,2040,5,10483000,11377000 +IND,2040,6,10559000,11475000 +IND,2040,7,10628000,11563000 +IND,2040,8,10688000,11643000 +IND,2040,9,10740000,11715000 +IND,2040,10,10785000,11779000 +IND,2040,11,10824000,11835000 +IND,2040,12,10854000,11883000 +IND,2040,13,10874000,11923000 +IND,2040,14,10885000,11955000 +IND,2040,15,10893000,11982000 +IND,2040,16,10898000,12006000 +IND,2040,17,10898000,12018000 +IND,2040,18,10893000,12015000 +IND,2041,0,9875000,10644000 +IND,2041,1,9969000,10757000 +IND,2041,2,10085000,10894000 +IND,2041,3,10194000,11024000 +IND,2041,4,10295000,11147000 +IND,2041,5,10389000,11262000 +IND,2041,6,10476000,11369000 +IND,2041,7,10555000,11470000 +IND,2041,8,10625000,11561000 +IND,2041,9,10686000,11641000 +IND,2041,10,10736000,11711000 +IND,2041,11,10781000,11775000 +IND,2041,12,10819000,11831000 +IND,2041,13,10849000,11878000 +IND,2041,14,10867000,11917000 +IND,2041,15,10877000,11947000 +IND,2041,16,10884000,11973000 +IND,2041,17,10888000,11996000 +IND,2041,18,10887000,12007000 +IND,2042,0,9791000,10542000 +IND,2042,1,9894000,10666000 +IND,2042,2,9967000,10756000 +IND,2042,3,10078000,10887000 +IND,2042,4,10184000,11013000 +IND,2042,5,10284000,11134000 +IND,2042,6,10378000,11250000 +IND,2042,7,10466000,11359000 +IND,2042,8,10549000,11463000 +IND,2042,9,10621000,11556000 +IND,2042,10,10681000,11636000 +IND,2042,11,10731000,11705000 +IND,2042,12,10774000,11768000 +IND,2042,13,10813000,11823000 +IND,2042,14,10841000,11870000 +IND,2042,15,10859000,11908000 +IND,2042,16,10868000,11938000 +IND,2042,17,10873000,11962000 +IND,2042,18,10876000,11984000 +IND,2043,0,9713000,10450000 +IND,2043,1,9802000,10556000 +IND,2043,2,9893000,10665000 +IND,2043,3,9964000,10753000 +IND,2043,4,10069000,10878000 +IND,2043,5,10172000,11001000 +IND,2043,6,10271000,11120000 +IND,2043,7,10366000,11236000 +IND,2043,8,10455000,11347000 +IND,2043,9,10541000,11454000 +IND,2043,10,10616000,11549000 +IND,2043,11,10675000,11629000 +IND,2043,12,10723000,11697000 +IND,2043,13,10766000,11759000 +IND,2043,14,10804000,11814000 +IND,2043,15,10832000,11861000 +IND,2043,16,10848000,11897000 +IND,2043,17,10856000,11926000 +IND,2043,18,10860000,11949000 +IND,2044,0,9639000,10366000 +IND,2044,1,9712000,10453000 +IND,2044,2,9793000,10549000 +IND,2044,3,9879000,10651000 +IND,2044,4,9960000,10748000 +IND,2044,5,10060000,10867000 +IND,2044,6,10159000,10987000 +IND,2044,7,10257000,11105000 +IND,2044,8,10352000,11220000 +IND,2044,9,10443000,11333000 +IND,2044,10,10532000,11443000 +IND,2044,11,10609000,11541000 +IND,2044,12,10668000,11621000 +IND,2044,13,10715000,11687000 +IND,2044,14,10757000,11748000 +IND,2044,15,10794000,11804000 +IND,2044,16,10821000,11849000 +IND,2044,17,10837000,11885000 +IND,2044,18,10843000,11912000 +IND,2045,0,9567000,10287000 +IND,2045,1,9627000,10357000 +IND,2045,2,9697000,10439000 +IND,2045,3,9776000,10532000 +IND,2045,4,9862000,10634000 +IND,2045,5,9954000,10742000 +IND,2045,6,10049000,10856000 +IND,2045,7,10145000,10971000 +IND,2045,8,10242000,11088000 +IND,2045,9,10337000,11203000 +IND,2045,10,10430000,11318000 +IND,2045,11,10522000,11431000 +IND,2045,12,10600000,11531000 +IND,2045,13,10660000,11611000 +IND,2045,14,10705000,11676000 +IND,2045,15,10746000,11737000 +IND,2045,16,10783000,11791000 +IND,2045,17,10809000,11837000 +IND,2045,18,10824000,11871000 +IND,2046,0,9502000,10220000 +IND,2046,1,9557000,10277000 +IND,2046,2,9620000,10349000 +IND,2046,3,9692000,10433000 +IND,2046,4,9772000,10528000 +IND,2046,5,9859000,10630000 +IND,2046,6,9951000,10738000 +IND,2046,7,10045000,10851000 +IND,2046,8,10141000,10966000 +IND,2046,9,10237000,11083000 +IND,2046,10,10332000,11198000 +IND,2046,11,10425000,11313000 +IND,2046,12,10516000,11426000 +IND,2046,13,10594000,11525000 +IND,2046,14,10653000,11604000 +IND,2046,15,10697000,11668000 +IND,2046,16,10737000,11728000 +IND,2046,17,10773000,11781000 +IND,2046,18,10798000,11825000 +IND,2047,0,9439000,10159000 +IND,2047,1,9480000,10201000 +IND,2047,2,9546000,10265000 +IND,2047,3,9611000,10340000 +IND,2047,4,9686000,10426000 +IND,2047,5,9767000,10522000 +IND,2047,6,9855000,10624000 +IND,2047,7,9946000,10733000 +IND,2047,8,10040000,10845000 +IND,2047,9,10135000,10959000 +IND,2047,10,10231000,11076000 +IND,2047,11,10326000,11192000 +IND,2047,12,10419000,11306000 +IND,2047,13,10510000,11419000 +IND,2047,14,10587000,11518000 +IND,2047,15,10645000,11596000 +IND,2047,16,10687000,11659000 +IND,2047,17,10726000,11717000 +IND,2047,18,10761000,11769000 +IND,2048,0,9377000,10102000 +IND,2048,1,9413000,10133000 +IND,2048,2,9462000,10181000 +IND,2048,3,9533000,10252000 +IND,2048,4,9602000,10330000 +IND,2048,5,9678000,10418000 +IND,2048,6,9761000,10514000 +IND,2048,7,9849000,10617000 +IND,2048,8,9940000,10726000 +IND,2048,9,10033000,10837000 +IND,2048,10,10128000,10951000 +IND,2048,11,10224000,11068000 +IND,2048,12,10319000,11184000 +IND,2048,13,10412000,11298000 +IND,2048,14,10502000,11411000 +IND,2048,15,10579000,11509000 +IND,2048,16,10636000,11586000 +IND,2048,17,10677000,11648000 +IND,2048,18,10715000,11705000 +IND,2049,0,9319000,10046000 +IND,2049,1,9350000,10069000 +IND,2049,2,9393000,10109000 +IND,2049,3,9448000,10164000 +IND,2049,4,9519000,10238000 +IND,2049,5,9591000,10318000 +IND,2049,6,9669000,10408000 +IND,2049,7,9753000,10505000 +IND,2049,8,9842000,10609000 +IND,2049,9,9933000,10717000 +IND,2049,10,10025000,10828000 +IND,2049,11,10120000,10942000 +IND,2049,12,10216000,11059000 +IND,2049,13,10311000,11175000 +IND,2049,14,10403000,11289000 +IND,2049,15,10493000,11401000 +IND,2049,16,10569000,11499000 +IND,2049,17,10625000,11575000 +IND,2049,18,10665000,11635000 +IND,2050,0,9262000,9989000 +IND,2050,1,9289000,10007000 +IND,2050,2,9328000,10041000 +IND,2050,3,9378000,10089000 +IND,2050,4,9437000,10150000 +IND,2050,5,9504000,10223000 +IND,2050,6,9579000,10305000 +IND,2050,7,9659000,10397000 +IND,2050,8,9744000,10495000 +IND,2050,9,9834000,10600000 +IND,2050,10,9925000,10708000 +IND,2050,11,10016000,10818000 +IND,2050,12,10110000,10931000 +IND,2050,13,10206000,11048000 +IND,2050,14,10301000,11164000 +IND,2050,15,10393000,11278000 +IND,2050,16,10483000,11390000 +IND,2050,17,10558000,11487000 +IND,2050,18,10613000,11562000 +INX,1990,0,, +INX,1990,1,, +INX,1990,2,, +INX,1990,3,, +INX,1990,4,, +INX,1990,5,, +INX,1990,6,, +INX,1990,7,, +INX,1990,8,, +INX,1990,9,, +INX,1990,10,, +INX,1990,11,, +INX,1990,12,, +INX,1990,13,, +INX,1990,14,, +INX,1990,15,, +INX,1990,16,, +INX,1990,17,, +INX,1990,18,, +INX,1991,0,, +INX,1991,1,, +INX,1991,2,, +INX,1991,3,, +INX,1991,4,, +INX,1991,5,, +INX,1991,6,, +INX,1991,7,, +INX,1991,8,, +INX,1991,9,, +INX,1991,10,, +INX,1991,11,, +INX,1991,12,, +INX,1991,13,, +INX,1991,14,, +INX,1991,15,, +INX,1991,16,, +INX,1991,17,, +INX,1991,18,, +INX,1992,0,, +INX,1992,1,, +INX,1992,2,, +INX,1992,3,, +INX,1992,4,, +INX,1992,5,, +INX,1992,6,, +INX,1992,7,, +INX,1992,8,, +INX,1992,9,, +INX,1992,10,, +INX,1992,11,, +INX,1992,12,, +INX,1992,13,, +INX,1992,14,, +INX,1992,15,, +INX,1992,16,, +INX,1992,17,, +INX,1992,18,, +INX,1993,0,, +INX,1993,1,, +INX,1993,2,, +INX,1993,3,, +INX,1993,4,, +INX,1993,5,, +INX,1993,6,, +INX,1993,7,, +INX,1993,8,, +INX,1993,9,, +INX,1993,10,, +INX,1993,11,, +INX,1993,12,, +INX,1993,13,, +INX,1993,14,, +INX,1993,15,, +INX,1993,16,, +INX,1993,17,, +INX,1993,18,, +INX,1994,0,, +INX,1994,1,, +INX,1994,2,, +INX,1994,3,, +INX,1994,4,, +INX,1994,5,, +INX,1994,6,, +INX,1994,7,, +INX,1994,8,, +INX,1994,9,, +INX,1994,10,, +INX,1994,11,, +INX,1994,12,, +INX,1994,13,, +INX,1994,14,, +INX,1994,15,, +INX,1994,16,, +INX,1994,17,, +INX,1994,18,, +INX,1995,0,, +INX,1995,1,, +INX,1995,2,, +INX,1995,3,, +INX,1995,4,, +INX,1995,5,, +INX,1995,6,, +INX,1995,7,, +INX,1995,8,, +INX,1995,9,, +INX,1995,10,, +INX,1995,11,, +INX,1995,12,, +INX,1995,13,, +INX,1995,14,, +INX,1995,15,, +INX,1995,16,, +INX,1995,17,, +INX,1995,18,, +INX,1996,0,, +INX,1996,1,, +INX,1996,2,, +INX,1996,3,, +INX,1996,4,, +INX,1996,5,, +INX,1996,6,, +INX,1996,7,, +INX,1996,8,, +INX,1996,9,, +INX,1996,10,, +INX,1996,11,, +INX,1996,12,, +INX,1996,13,, +INX,1996,14,, +INX,1996,15,, +INX,1996,16,, +INX,1996,17,, +INX,1996,18,, +INX,1997,0,, +INX,1997,1,, +INX,1997,2,, +INX,1997,3,, +INX,1997,4,, +INX,1997,5,, +INX,1997,6,, +INX,1997,7,, +INX,1997,8,, +INX,1997,9,, +INX,1997,10,, +INX,1997,11,, +INX,1997,12,, +INX,1997,13,, +INX,1997,14,, +INX,1997,15,, +INX,1997,16,, +INX,1997,17,, +INX,1997,18,, +INX,1998,0,, +INX,1998,1,, +INX,1998,2,, +INX,1998,3,, +INX,1998,4,, +INX,1998,5,, +INX,1998,6,, +INX,1998,7,, +INX,1998,8,, +INX,1998,9,, +INX,1998,10,, +INX,1998,11,, +INX,1998,12,, +INX,1998,13,, +INX,1998,14,, +INX,1998,15,, +INX,1998,16,, +INX,1998,17,, +INX,1998,18,, +INX,1999,0,, +INX,1999,1,, +INX,1999,2,, +INX,1999,3,, +INX,1999,4,, +INX,1999,5,, +INX,1999,6,, +INX,1999,7,, +INX,1999,8,, +INX,1999,9,, +INX,1999,10,, +INX,1999,11,, +INX,1999,12,, +INX,1999,13,, +INX,1999,14,, +INX,1999,15,, +INX,1999,16,, +INX,1999,17,, +INX,1999,18,, +INX,2000,0,, +INX,2000,1,, +INX,2000,2,, +INX,2000,3,, +INX,2000,4,, +INX,2000,5,, +INX,2000,6,, +INX,2000,7,, +INX,2000,8,, +INX,2000,9,, +INX,2000,10,, +INX,2000,11,, +INX,2000,12,, +INX,2000,13,, +INX,2000,14,, +INX,2000,15,, +INX,2000,16,, +INX,2000,17,, +INX,2000,18,, +INX,2001,0,, +INX,2001,1,, +INX,2001,2,, +INX,2001,3,, +INX,2001,4,, +INX,2001,5,, +INX,2001,6,, +INX,2001,7,, +INX,2001,8,, +INX,2001,9,, +INX,2001,10,, +INX,2001,11,, +INX,2001,12,, +INX,2001,13,, +INX,2001,14,, +INX,2001,15,, +INX,2001,16,, +INX,2001,17,, +INX,2001,18,, +INX,2002,0,, +INX,2002,1,, +INX,2002,2,, +INX,2002,3,, +INX,2002,4,, +INX,2002,5,, +INX,2002,6,, +INX,2002,7,, +INX,2002,8,, +INX,2002,9,, +INX,2002,10,, +INX,2002,11,, +INX,2002,12,, +INX,2002,13,, +INX,2002,14,, +INX,2002,15,, +INX,2002,16,, +INX,2002,17,, +INX,2002,18,, +INX,2003,0,, +INX,2003,1,, +INX,2003,2,, +INX,2003,3,, +INX,2003,4,, +INX,2003,5,, +INX,2003,6,, +INX,2003,7,, +INX,2003,8,, +INX,2003,9,, +INX,2003,10,, +INX,2003,11,, +INX,2003,12,, +INX,2003,13,, +INX,2003,14,, +INX,2003,15,, +INX,2003,16,, +INX,2003,17,, +INX,2003,18,, +INX,2004,0,, +INX,2004,1,, +INX,2004,2,, +INX,2004,3,, +INX,2004,4,, +INX,2004,5,, +INX,2004,6,, +INX,2004,7,, +INX,2004,8,, +INX,2004,9,, +INX,2004,10,, +INX,2004,11,, +INX,2004,12,, +INX,2004,13,, +INX,2004,14,, +INX,2004,15,, +INX,2004,16,, +INX,2004,17,, +INX,2004,18,, +INX,2005,0,, +INX,2005,1,, +INX,2005,2,, +INX,2005,3,, +INX,2005,4,, +INX,2005,5,, +INX,2005,6,, +INX,2005,7,, +INX,2005,8,, +INX,2005,9,, +INX,2005,10,, +INX,2005,11,, +INX,2005,12,, +INX,2005,13,, +INX,2005,14,, +INX,2005,15,, +INX,2005,16,, +INX,2005,17,, +INX,2005,18,, +INX,2006,0,, +INX,2006,1,, +INX,2006,2,, +INX,2006,3,, +INX,2006,4,, +INX,2006,5,, +INX,2006,6,, +INX,2006,7,, +INX,2006,8,, +INX,2006,9,, +INX,2006,10,, +INX,2006,11,, +INX,2006,12,, +INX,2006,13,, +INX,2006,14,, +INX,2006,15,, +INX,2006,16,, +INX,2006,17,, +INX,2006,18,, +INX,2007,0,, +INX,2007,1,, +INX,2007,2,, +INX,2007,3,, +INX,2007,4,, +INX,2007,5,, +INX,2007,6,, +INX,2007,7,, +INX,2007,8,, +INX,2007,9,, +INX,2007,10,, +INX,2007,11,, +INX,2007,12,, +INX,2007,13,, +INX,2007,14,, +INX,2007,15,, +INX,2007,16,, +INX,2007,17,, +INX,2007,18,, +INX,2008,0,, +INX,2008,1,, +INX,2008,2,, +INX,2008,3,, +INX,2008,4,, +INX,2008,5,, +INX,2008,6,, +INX,2008,7,, +INX,2008,8,, +INX,2008,9,, +INX,2008,10,, +INX,2008,11,, +INX,2008,12,, +INX,2008,13,, +INX,2008,14,, +INX,2008,15,, +INX,2008,16,, +INX,2008,17,, +INX,2008,18,, +INX,2009,0,, +INX,2009,1,, +INX,2009,2,, +INX,2009,3,, +INX,2009,4,, +INX,2009,5,, +INX,2009,6,, +INX,2009,7,, +INX,2009,8,, +INX,2009,9,, +INX,2009,10,, +INX,2009,11,, +INX,2009,12,, +INX,2009,13,, +INX,2009,14,, +INX,2009,15,, +INX,2009,16,, +INX,2009,17,, +INX,2009,18,, +INX,2010,0,, +INX,2010,1,, +INX,2010,2,, +INX,2010,3,, +INX,2010,4,, +INX,2010,5,, +INX,2010,6,, +INX,2010,7,, +INX,2010,8,, +INX,2010,9,, +INX,2010,10,, +INX,2010,11,, +INX,2010,12,, +INX,2010,13,, +INX,2010,14,, +INX,2010,15,, +INX,2010,16,, +INX,2010,17,, +INX,2010,18,, +INX,2011,0,, +INX,2011,1,, +INX,2011,2,, +INX,2011,3,, +INX,2011,4,, +INX,2011,5,, +INX,2011,6,, +INX,2011,7,, +INX,2011,8,, +INX,2011,9,, +INX,2011,10,, +INX,2011,11,, +INX,2011,12,, +INX,2011,13,, +INX,2011,14,, +INX,2011,15,, +INX,2011,16,, +INX,2011,17,, +INX,2011,18,, +INX,2012,0,, +INX,2012,1,, +INX,2012,2,, +INX,2012,3,, +INX,2012,4,, +INX,2012,5,, +INX,2012,6,, +INX,2012,7,, +INX,2012,8,, +INX,2012,9,, +INX,2012,10,, +INX,2012,11,, +INX,2012,12,, +INX,2012,13,, +INX,2012,14,, +INX,2012,15,, +INX,2012,16,, +INX,2012,17,, +INX,2012,18,, +INX,2013,0,, +INX,2013,1,, +INX,2013,2,, +INX,2013,3,, +INX,2013,4,, +INX,2013,5,, +INX,2013,6,, +INX,2013,7,, +INX,2013,8,, +INX,2013,9,, +INX,2013,10,, +INX,2013,11,, +INX,2013,12,, +INX,2013,13,, +INX,2013,14,, +INX,2013,15,, +INX,2013,16,, +INX,2013,17,, +INX,2013,18,, +INX,2014,0,, +INX,2014,1,, +INX,2014,2,, +INX,2014,3,, +INX,2014,4,, +INX,2014,5,, +INX,2014,6,, +INX,2014,7,, +INX,2014,8,, +INX,2014,9,, +INX,2014,10,, +INX,2014,11,, +INX,2014,12,, +INX,2014,13,, +INX,2014,14,, +INX,2014,15,, +INX,2014,16,, +INX,2014,17,, +INX,2014,18,, +INX,2015,0,, +INX,2015,1,, +INX,2015,2,, +INX,2015,3,, +INX,2015,4,, +INX,2015,5,, +INX,2015,6,, +INX,2015,7,, +INX,2015,8,, +INX,2015,9,, +INX,2015,10,, +INX,2015,11,, +INX,2015,12,, +INX,2015,13,, +INX,2015,14,, +INX,2015,15,, +INX,2015,16,, +INX,2015,17,, +INX,2015,18,, +INX,2016,0,, +INX,2016,1,, +INX,2016,2,, +INX,2016,3,, +INX,2016,4,, +INX,2016,5,, +INX,2016,6,, +INX,2016,7,, +INX,2016,8,, +INX,2016,9,, +INX,2016,10,, +INX,2016,11,, +INX,2016,12,, +INX,2016,13,, +INX,2016,14,, +INX,2016,15,, +INX,2016,16,, +INX,2016,17,, +INX,2016,18,, +INX,2017,0,, +INX,2017,1,, +INX,2017,2,, +INX,2017,3,, +INX,2017,4,, +INX,2017,5,, +INX,2017,6,, +INX,2017,7,, +INX,2017,8,, +INX,2017,9,, +INX,2017,10,, +INX,2017,11,, +INX,2017,12,, +INX,2017,13,, +INX,2017,14,, +INX,2017,15,, +INX,2017,16,, +INX,2017,17,, +INX,2017,18,, +INX,2018,0,, +INX,2018,1,, +INX,2018,2,, +INX,2018,3,, +INX,2018,4,, +INX,2018,5,, +INX,2018,6,, +INX,2018,7,, +INX,2018,8,, +INX,2018,9,, +INX,2018,10,, +INX,2018,11,, +INX,2018,12,, +INX,2018,13,, +INX,2018,14,, +INX,2018,15,, +INX,2018,16,, +INX,2018,17,, +INX,2018,18,, +INX,2019,0,, +INX,2019,1,, +INX,2019,2,, +INX,2019,3,, +INX,2019,4,, +INX,2019,5,, +INX,2019,6,, +INX,2019,7,, +INX,2019,8,, +INX,2019,9,, +INX,2019,10,, +INX,2019,11,, +INX,2019,12,, +INX,2019,13,, +INX,2019,14,, +INX,2019,15,, +INX,2019,16,, +INX,2019,17,, +INX,2019,18,, +INX,2020,0,, +INX,2020,1,, +INX,2020,2,, +INX,2020,3,, +INX,2020,4,, +INX,2020,5,, +INX,2020,6,, +INX,2020,7,, +INX,2020,8,, +INX,2020,9,, +INX,2020,10,, +INX,2020,11,, +INX,2020,12,, +INX,2020,13,, +INX,2020,14,, +INX,2020,15,, +INX,2020,16,, +INX,2020,17,, +INX,2020,18,, +INX,2021,0,, +INX,2021,1,, +INX,2021,2,, +INX,2021,3,, +INX,2021,4,, +INX,2021,5,, +INX,2021,6,, +INX,2021,7,, +INX,2021,8,, +INX,2021,9,, +INX,2021,10,, +INX,2021,11,, +INX,2021,12,, +INX,2021,13,, +INX,2021,14,, +INX,2021,15,, +INX,2021,16,, +INX,2021,17,, +INX,2021,18,, +INX,2022,0,, +INX,2022,1,, +INX,2022,2,, +INX,2022,3,, +INX,2022,4,, +INX,2022,5,, +INX,2022,6,, +INX,2022,7,, +INX,2022,8,, +INX,2022,9,, +INX,2022,10,, +INX,2022,11,, +INX,2022,12,, +INX,2022,13,, +INX,2022,14,, +INX,2022,15,, +INX,2022,16,, +INX,2022,17,, +INX,2022,18,, +INX,2023,0,, +INX,2023,1,, +INX,2023,2,, +INX,2023,3,, +INX,2023,4,, +INX,2023,5,, +INX,2023,6,, +INX,2023,7,, +INX,2023,8,, +INX,2023,9,, +INX,2023,10,, +INX,2023,11,, +INX,2023,12,, +INX,2023,13,, +INX,2023,14,, +INX,2023,15,, +INX,2023,16,, +INX,2023,17,, +INX,2023,18,, +INX,2024,0,, +INX,2024,1,, +INX,2024,2,, +INX,2024,3,, +INX,2024,4,, +INX,2024,5,, +INX,2024,6,, +INX,2024,7,, +INX,2024,8,, +INX,2024,9,, +INX,2024,10,, +INX,2024,11,, +INX,2024,12,, +INX,2024,13,, +INX,2024,14,, +INX,2024,15,, +INX,2024,16,, +INX,2024,17,, +INX,2024,18,, +INX,2025,0,, +INX,2025,1,, +INX,2025,2,, +INX,2025,3,, +INX,2025,4,, +INX,2025,5,, +INX,2025,6,, +INX,2025,7,, +INX,2025,8,, +INX,2025,9,, +INX,2025,10,, +INX,2025,11,, +INX,2025,12,, +INX,2025,13,, +INX,2025,14,, +INX,2025,15,, +INX,2025,16,, +INX,2025,17,, +INX,2025,18,, +INX,2026,0,, +INX,2026,1,, +INX,2026,2,, +INX,2026,3,, +INX,2026,4,, +INX,2026,5,, +INX,2026,6,, +INX,2026,7,, +INX,2026,8,, +INX,2026,9,, +INX,2026,10,, +INX,2026,11,, +INX,2026,12,, +INX,2026,13,, +INX,2026,14,, +INX,2026,15,, +INX,2026,16,, +INX,2026,17,, +INX,2026,18,, +INX,2027,0,, +INX,2027,1,, +INX,2027,2,, +INX,2027,3,, +INX,2027,4,, +INX,2027,5,, +INX,2027,6,, +INX,2027,7,, +INX,2027,8,, +INX,2027,9,, +INX,2027,10,, +INX,2027,11,, +INX,2027,12,, +INX,2027,13,, +INX,2027,14,, +INX,2027,15,, +INX,2027,16,, +INX,2027,17,, +INX,2027,18,, +INX,2028,0,, +INX,2028,1,, +INX,2028,2,, +INX,2028,3,, +INX,2028,4,, +INX,2028,5,, +INX,2028,6,, +INX,2028,7,, +INX,2028,8,, +INX,2028,9,, +INX,2028,10,, +INX,2028,11,, +INX,2028,12,, +INX,2028,13,, +INX,2028,14,, +INX,2028,15,, +INX,2028,16,, +INX,2028,17,, +INX,2028,18,, +INX,2029,0,, +INX,2029,1,, +INX,2029,2,, +INX,2029,3,, +INX,2029,4,, +INX,2029,5,, +INX,2029,6,, +INX,2029,7,, +INX,2029,8,, +INX,2029,9,, +INX,2029,10,, +INX,2029,11,, +INX,2029,12,, +INX,2029,13,, +INX,2029,14,, +INX,2029,15,, +INX,2029,16,, +INX,2029,17,, +INX,2029,18,, +INX,2030,0,, +INX,2030,1,, +INX,2030,2,, +INX,2030,3,, +INX,2030,4,, +INX,2030,5,, +INX,2030,6,, +INX,2030,7,, +INX,2030,8,, +INX,2030,9,, +INX,2030,10,, +INX,2030,11,, +INX,2030,12,, +INX,2030,13,, +INX,2030,14,, +INX,2030,15,, +INX,2030,16,, +INX,2030,17,, +INX,2030,18,, +INX,2031,0,, +INX,2031,1,, +INX,2031,2,, +INX,2031,3,, +INX,2031,4,, +INX,2031,5,, +INX,2031,6,, +INX,2031,7,, +INX,2031,8,, +INX,2031,9,, +INX,2031,10,, +INX,2031,11,, +INX,2031,12,, +INX,2031,13,, +INX,2031,14,, +INX,2031,15,, +INX,2031,16,, +INX,2031,17,, +INX,2031,18,, +INX,2032,0,, +INX,2032,1,, +INX,2032,2,, +INX,2032,3,, +INX,2032,4,, +INX,2032,5,, +INX,2032,6,, +INX,2032,7,, +INX,2032,8,, +INX,2032,9,, +INX,2032,10,, +INX,2032,11,, +INX,2032,12,, +INX,2032,13,, +INX,2032,14,, +INX,2032,15,, +INX,2032,16,, +INX,2032,17,, +INX,2032,18,, +INX,2033,0,, +INX,2033,1,, +INX,2033,2,, +INX,2033,3,, +INX,2033,4,, +INX,2033,5,, +INX,2033,6,, +INX,2033,7,, +INX,2033,8,, +INX,2033,9,, +INX,2033,10,, +INX,2033,11,, +INX,2033,12,, +INX,2033,13,, +INX,2033,14,, +INX,2033,15,, +INX,2033,16,, +INX,2033,17,, +INX,2033,18,, +INX,2034,0,, +INX,2034,1,, +INX,2034,2,, +INX,2034,3,, +INX,2034,4,, +INX,2034,5,, +INX,2034,6,, +INX,2034,7,, +INX,2034,8,, +INX,2034,9,, +INX,2034,10,, +INX,2034,11,, +INX,2034,12,, +INX,2034,13,, +INX,2034,14,, +INX,2034,15,, +INX,2034,16,, +INX,2034,17,, +INX,2034,18,, +INX,2035,0,, +INX,2035,1,, +INX,2035,2,, +INX,2035,3,, +INX,2035,4,, +INX,2035,5,, +INX,2035,6,, +INX,2035,7,, +INX,2035,8,, +INX,2035,9,, +INX,2035,10,, +INX,2035,11,, +INX,2035,12,, +INX,2035,13,, +INX,2035,14,, +INX,2035,15,, +INX,2035,16,, +INX,2035,17,, +INX,2035,18,, +INX,2036,0,, +INX,2036,1,, +INX,2036,2,, +INX,2036,3,, +INX,2036,4,, +INX,2036,5,, +INX,2036,6,, +INX,2036,7,, +INX,2036,8,, +INX,2036,9,, +INX,2036,10,, +INX,2036,11,, +INX,2036,12,, +INX,2036,13,, +INX,2036,14,, +INX,2036,15,, +INX,2036,16,, +INX,2036,17,, +INX,2036,18,, +INX,2037,0,, +INX,2037,1,, +INX,2037,2,, +INX,2037,3,, +INX,2037,4,, +INX,2037,5,, +INX,2037,6,, +INX,2037,7,, +INX,2037,8,, +INX,2037,9,, +INX,2037,10,, +INX,2037,11,, +INX,2037,12,, +INX,2037,13,, +INX,2037,14,, +INX,2037,15,, +INX,2037,16,, +INX,2037,17,, +INX,2037,18,, +INX,2038,0,, +INX,2038,1,, +INX,2038,2,, +INX,2038,3,, +INX,2038,4,, +INX,2038,5,, +INX,2038,6,, +INX,2038,7,, +INX,2038,8,, +INX,2038,9,, +INX,2038,10,, +INX,2038,11,, +INX,2038,12,, +INX,2038,13,, +INX,2038,14,, +INX,2038,15,, +INX,2038,16,, +INX,2038,17,, +INX,2038,18,, +INX,2039,0,, +INX,2039,1,, +INX,2039,2,, +INX,2039,3,, +INX,2039,4,, +INX,2039,5,, +INX,2039,6,, +INX,2039,7,, +INX,2039,8,, +INX,2039,9,, +INX,2039,10,, +INX,2039,11,, +INX,2039,12,, +INX,2039,13,, +INX,2039,14,, +INX,2039,15,, +INX,2039,16,, +INX,2039,17,, +INX,2039,18,, +INX,2040,0,, +INX,2040,1,, +INX,2040,2,, +INX,2040,3,, +INX,2040,4,, +INX,2040,5,, +INX,2040,6,, +INX,2040,7,, +INX,2040,8,, +INX,2040,9,, +INX,2040,10,, +INX,2040,11,, +INX,2040,12,, +INX,2040,13,, +INX,2040,14,, +INX,2040,15,, +INX,2040,16,, +INX,2040,17,, +INX,2040,18,, +INX,2041,0,, +INX,2041,1,, +INX,2041,2,, +INX,2041,3,, +INX,2041,4,, +INX,2041,5,, +INX,2041,6,, +INX,2041,7,, +INX,2041,8,, +INX,2041,9,, +INX,2041,10,, +INX,2041,11,, +INX,2041,12,, +INX,2041,13,, +INX,2041,14,, +INX,2041,15,, +INX,2041,16,, +INX,2041,17,, +INX,2041,18,, +INX,2042,0,, +INX,2042,1,, +INX,2042,2,, +INX,2042,3,, +INX,2042,4,, +INX,2042,5,, +INX,2042,6,, +INX,2042,7,, +INX,2042,8,, +INX,2042,9,, +INX,2042,10,, +INX,2042,11,, +INX,2042,12,, +INX,2042,13,, +INX,2042,14,, +INX,2042,15,, +INX,2042,16,, +INX,2042,17,, +INX,2042,18,, +INX,2043,0,, +INX,2043,1,, +INX,2043,2,, +INX,2043,3,, +INX,2043,4,, +INX,2043,5,, +INX,2043,6,, +INX,2043,7,, +INX,2043,8,, +INX,2043,9,, +INX,2043,10,, +INX,2043,11,, +INX,2043,12,, +INX,2043,13,, +INX,2043,14,, +INX,2043,15,, +INX,2043,16,, +INX,2043,17,, +INX,2043,18,, +INX,2044,0,, +INX,2044,1,, +INX,2044,2,, +INX,2044,3,, +INX,2044,4,, +INX,2044,5,, +INX,2044,6,, +INX,2044,7,, +INX,2044,8,, +INX,2044,9,, +INX,2044,10,, +INX,2044,11,, +INX,2044,12,, +INX,2044,13,, +INX,2044,14,, +INX,2044,15,, +INX,2044,16,, +INX,2044,17,, +INX,2044,18,, +INX,2045,0,, +INX,2045,1,, +INX,2045,2,, +INX,2045,3,, +INX,2045,4,, +INX,2045,5,, +INX,2045,6,, +INX,2045,7,, +INX,2045,8,, +INX,2045,9,, +INX,2045,10,, +INX,2045,11,, +INX,2045,12,, +INX,2045,13,, +INX,2045,14,, +INX,2045,15,, +INX,2045,16,, +INX,2045,17,, +INX,2045,18,, +INX,2046,0,, +INX,2046,1,, +INX,2046,2,, +INX,2046,3,, +INX,2046,4,, +INX,2046,5,, +INX,2046,6,, +INX,2046,7,, +INX,2046,8,, +INX,2046,9,, +INX,2046,10,, +INX,2046,11,, +INX,2046,12,, +INX,2046,13,, +INX,2046,14,, +INX,2046,15,, +INX,2046,16,, +INX,2046,17,, +INX,2046,18,, +INX,2047,0,, +INX,2047,1,, +INX,2047,2,, +INX,2047,3,, +INX,2047,4,, +INX,2047,5,, +INX,2047,6,, +INX,2047,7,, +INX,2047,8,, +INX,2047,9,, +INX,2047,10,, +INX,2047,11,, +INX,2047,12,, +INX,2047,13,, +INX,2047,14,, +INX,2047,15,, +INX,2047,16,, +INX,2047,17,, +INX,2047,18,, +INX,2048,0,, +INX,2048,1,, +INX,2048,2,, +INX,2048,3,, +INX,2048,4,, +INX,2048,5,, +INX,2048,6,, +INX,2048,7,, +INX,2048,8,, +INX,2048,9,, +INX,2048,10,, +INX,2048,11,, +INX,2048,12,, +INX,2048,13,, +INX,2048,14,, +INX,2048,15,, +INX,2048,16,, +INX,2048,17,, +INX,2048,18,, +INX,2049,0,, +INX,2049,1,, +INX,2049,2,, +INX,2049,3,, +INX,2049,4,, +INX,2049,5,, +INX,2049,6,, +INX,2049,7,, +INX,2049,8,, +INX,2049,9,, +INX,2049,10,, +INX,2049,11,, +INX,2049,12,, +INX,2049,13,, +INX,2049,14,, +INX,2049,15,, +INX,2049,16,, +INX,2049,17,, +INX,2049,18,, +INX,2050,0,, +INX,2050,1,, +INX,2050,2,, +INX,2050,3,, +INX,2050,4,, +INX,2050,5,, +INX,2050,6,, +INX,2050,7,, +INX,2050,8,, +INX,2050,9,, +INX,2050,10,, +INX,2050,11,, +INX,2050,12,, +INX,2050,13,, +INX,2050,14,, +INX,2050,15,, +INX,2050,16,, +INX,2050,17,, +INX,2050,18,, +IRL,1990,0,23434,24986 +IRL,1990,1,25551,27162 +IRL,1990,2,27392,29057 +IRL,1990,3,28974,30688 +IRL,1990,4,30314,32071 +IRL,1990,5,31428,33223 +IRL,1990,6,32334,34161 +IRL,1990,7,33048,34900 +IRL,1990,8,33586,35458 +IRL,1990,9,33967,35850 +IRL,1990,10,34166,36053 +IRL,1990,11,34161,36042 +IRL,1990,12,34167,36037 +IRL,1990,13,34281,36136 +IRL,1990,14,34399,36233 +IRL,1990,15,34395,36193 +IRL,1990,16,34376,36124 +IRL,1990,17,33896,35584 +IRL,1990,18,32748,34364 +IRL,1991,0,22792,24299 +IRL,1991,1,23751,25266 +IRL,1991,2,25647,27216 +IRL,1991,3,27354,28977 +IRL,1991,4,28872,30547 +IRL,1991,5,30203,31928 +IRL,1991,6,31364,33135 +IRL,1991,7,32369,34183 +IRL,1991,8,33149,34995 +IRL,1991,9,33676,35539 +IRL,1991,10,33995,35862 +IRL,1991,11,34161,36023 +IRL,1991,12,34141,35989 +IRL,1991,13,34102,35931 +IRL,1991,14,34127,35930 +IRL,1991,15,34133,35902 +IRL,1991,16,34022,35744 +IRL,1991,17,33900,35560 +IRL,1991,18,33344,34929 +IRL,1992,0,22785,24303 +IRL,1992,1,24062,25573 +IRL,1992,2,24082,25567 +IRL,1992,3,25759,27295 +IRL,1992,4,27332,28923 +IRL,1992,5,28787,30434 +IRL,1992,6,30111,31814 +IRL,1992,7,31319,33076 +IRL,1992,8,32424,34236 +IRL,1992,9,33270,35120 +IRL,1992,10,33787,35651 +IRL,1992,11,34045,35905 +IRL,1992,12,34177,36026 +IRL,1992,13,34141,35969 +IRL,1992,14,34058,35856 +IRL,1992,15,33995,35757 +IRL,1992,16,33887,35603 +IRL,1992,17,33672,35328 +IRL,1992,18,33446,35029 +IRL,1993,0,23238,24807 +IRL,1993,1,23798,25311 +IRL,1993,2,24528,26014 +IRL,1993,3,24434,25898 +IRL,1993,4,25893,27405 +IRL,1993,5,27334,28902 +IRL,1993,6,28728,30357 +IRL,1993,7,30046,31737 +IRL,1993,8,31301,33056 +IRL,1993,9,32507,34328 +IRL,1993,10,33421,35286 +IRL,1993,11,33927,35804 +IRL,1993,12,34124,35990 +IRL,1993,13,34223,36070 +IRL,1993,14,34172,35990 +IRL,1993,15,34044,35824 +IRL,1993,16,33893,35625 +IRL,1993,17,33672,35346 +IRL,1993,18,33352,34954 +IRL,1994,0,23873,25511 +IRL,1994,1,23749,25286 +IRL,1994,2,23967,25442 +IRL,1994,3,24476,25925 +IRL,1994,4,24813,26266 +IRL,1994,5,26056,27554 +IRL,1994,6,27367,28923 +IRL,1994,7,28701,30323 +IRL,1994,8,30014,31705 +IRL,1994,9,31319,33083 +IRL,1994,10,32627,34469 +IRL,1994,11,33609,35502 +IRL,1994,12,34105,36009 +IRL,1994,13,34242,36126 +IRL,1994,14,34307,36165 +IRL,1994,15,34241,36063 +IRL,1994,16,34069,35841 +IRL,1994,17,33829,35544 +IRL,1994,18,33495,35139 +IRL,1995,0,24481,26189 +IRL,1995,1,23842,25416 +IRL,1995,2,23656,25143 +IRL,1995,3,23863,25305 +IRL,1995,4,24404,25835 +IRL,1995,5,25219,26669 +IRL,1995,6,26247,27739 +IRL,1995,7,27429,28981 +IRL,1995,8,28704,30328 +IRL,1995,9,30014,31714 +IRL,1995,10,31369,33152 +IRL,1995,11,32782,34655 +IRL,1995,12,33833,35765 +IRL,1995,13,34319,36260 +IRL,1995,14,34396,36309 +IRL,1995,15,34428,36307 +IRL,1995,16,34346,36182 +IRL,1995,17,34128,35906 +IRL,1995,18,33800,35508 +IRL,1996,0,24884,26609 +IRL,1996,1,24387,26019 +IRL,1996,2,23911,25431 +IRL,1996,3,23833,25281 +IRL,1996,4,24101,25512 +IRL,1996,5,24662,26067 +IRL,1996,6,25458,26880 +IRL,1996,7,26428,27886 +IRL,1996,8,27558,29071 +IRL,1996,9,28809,30395 +IRL,1996,10,30108,31775 +IRL,1996,11,31435,33186 +IRL,1996,12,32812,34654 +IRL,1996,13,33815,35708 +IRL,1996,14,34235,36117 +IRL,1996,15,34237,36064 +IRL,1996,16,34199,35968 +IRL,1996,17,34052,35751 +IRL,1996,18,33789,35409 +IRL,1997,0,25282,27022 +IRL,1997,1,24206,25804 +IRL,1997,2,24321,25885 +IRL,1997,3,24009,25481 +IRL,1997,4,24038,25453 +IRL,1997,5,24366,25753 +IRL,1997,6,24947,26333 +IRL,1997,7,25725,27128 +IRL,1997,8,26640,28072 +IRL,1997,9,27719,29202 +IRL,1997,10,28947,30504 +IRL,1997,11,30237,31880 +IRL,1997,12,31537,33265 +IRL,1997,13,32881,34700 +IRL,1997,14,33837,35699 +IRL,1997,15,34191,36024 +IRL,1997,16,34118,35870 +IRL,1997,17,34011,35680 +IRL,1997,18,33798,35372 +IRL,1998,0,25704,27464 +IRL,1998,1,24616,26246 +IRL,1998,2,23943,25473 +IRL,1998,3,24286,25792 +IRL,1998,4,24135,25570 +IRL,1998,5,24272,25664 +IRL,1998,6,24660,26034 +IRL,1998,7,25262,26640 +IRL,1998,8,26023,27416 +IRL,1998,9,26883,28299 +IRL,1998,10,27913,29377 +IRL,1998,11,29119,30660 +IRL,1998,12,30402,32033 +IRL,1998,13,31677,33395 +IRL,1998,14,32989,34799 +IRL,1998,15,33899,35746 +IRL,1998,16,34188,35986 +IRL,1998,17,34041,35731 +IRL,1998,18,33865,35447 +IRL,1999,0,26209,28008 +IRL,1999,1,25155,26830 +IRL,1999,2,24445,26021 +IRL,1999,3,24047,25548 +IRL,1999,4,24279,25742 +IRL,1999,5,24290,25704 +IRL,1999,6,24535,25920 +IRL,1999,7,24984,26359 +IRL,1999,8,25609,26992 +IRL,1999,9,26353,27753 +IRL,1999,10,27159,28576 +IRL,1999,11,28141,29603 +IRL,1999,12,29327,30869 +IRL,1999,13,30604,32242 +IRL,1999,14,31856,33583 +IRL,1999,15,33138,34959 +IRL,1999,16,34003,35854 +IRL,1999,17,34227,36010 +IRL,1999,18,34005,35653 +IRL,2000,0,26841,28705 +IRL,2000,1,25810,27546 +IRL,2000,2,25062,26692 +IRL,2000,3,24575,26121 +IRL,2000,4,24329,25812 +IRL,2000,5,24303,25740 +IRL,2000,6,24477,25885 +IRL,2000,7,24830,26224 +IRL,2000,8,25340,26736 +IRL,2000,9,25988,27396 +IRL,2000,10,26717,28142 +IRL,2000,11,27470,28908 +IRL,2000,12,28405,29884 +IRL,2000,13,29573,31136 +IRL,2000,14,30846,32511 +IRL,2000,15,32076,33834 +IRL,2000,16,33329,35184 +IRL,2000,17,34150,36029 +IRL,2000,18,34309,36102 +IRL,2001,0,27400,29298 +IRL,2001,1,26785,28539 +IRL,2001,2,25872,27517 +IRL,2001,3,25207,26767 +IRL,2001,4,24774,26268 +IRL,2001,5,24554,26002 +IRL,2001,6,24533,25952 +IRL,2001,7,24693,26098 +IRL,2001,8,25019,26421 +IRL,2001,9,25495,26904 +IRL,2001,10,26103,27527 +IRL,2001,11,26786,28228 +IRL,2001,12,27489,28945 +IRL,2001,13,28393,29878 +IRL,2001,14,29559,31095 +IRL,2001,15,30854,32446 +IRL,2001,16,32105,33748 +IRL,2001,17,33379,35075 +IRL,2001,18,34245,35935 +IRL,2002,0,28021,29975 +IRL,2002,1,27039,28821 +IRL,2002,2,26765,28428 +IRL,2002,3,25969,27541 +IRL,2002,4,25386,26891 +IRL,2002,5,25004,26463 +IRL,2002,6,24811,26242 +IRL,2002,7,24795,26212 +IRL,2002,8,24942,26359 +IRL,2002,9,25241,26668 +IRL,2002,10,25683,27122 +IRL,2002,11,26252,27708 +IRL,2002,12,26891,28366 +IRL,2002,13,27545,29037 +IRL,2002,14,28418,29928 +IRL,2002,15,29585,31113 +IRL,2002,16,30902,32443 +IRL,2002,17,32176,33725 +IRL,2002,18,33473,35032 +IRL,2003,0,28755,30768 +IRL,2003,1,27794,29607 +IRL,2003,2,26985,28638 +IRL,2003,3,26777,28353 +IRL,2003,4,26097,27600 +IRL,2003,5,25595,27050 +IRL,2003,6,25265,26692 +IRL,2003,7,25098,26515 +IRL,2003,8,25086,26506 +IRL,2003,9,25220,26654 +IRL,2003,10,25494,26948 +IRL,2003,11,25901,27376 +IRL,2003,12,26432,27925 +IRL,2003,13,27028,28541 +IRL,2003,14,27634,29167 +IRL,2003,15,28478,30017 +IRL,2003,16,29646,31171 +IRL,2003,17,30988,32481 +IRL,2003,18,32286,33746 +IRL,2004,0,29674,31726 +IRL,2004,1,28709,30539 +IRL,2004,2,27869,29524 +IRL,2004,3,27155,28676 +IRL,2004,4,26820,28294 +IRL,2004,5,26254,27675 +IRL,2004,6,25833,27225 +IRL,2004,7,25555,26937 +IRL,2004,8,25414,26803 +IRL,2004,9,25406,26815 +IRL,2004,10,25526,26965 +IRL,2004,11,25775,27244 +IRL,2004,12,26149,27645 +IRL,2004,13,26642,28159 +IRL,2004,14,27196,28733 +IRL,2004,15,27754,29313 +IRL,2004,16,28569,30123 +IRL,2004,17,29741,31246 +IRL,2004,18,31109,32538 +IRL,2005,0,30809,32855 +IRL,2005,1,29803,31623 +IRL,2005,2,28907,30549 +IRL,2005,3,28122,29629 +IRL,2005,4,27448,28858 +IRL,2005,5,26885,28232 +IRL,2005,6,26434,27747 +IRL,2005,7,26095,27398 +IRL,2005,8,25867,27180 +IRL,2005,9,25752,27090 +IRL,2005,10,25749,27122 +IRL,2005,11,25856,27274 +IRL,2005,12,26079,27539 +IRL,2005,13,26420,27912 +IRL,2005,14,26877,28390 +IRL,2005,15,27388,28922 +IRL,2005,16,27898,29457 +IRL,2005,17,28686,30226 +IRL,2005,18,29861,31319 +IRL,2006,0,32181,34275 +IRL,2006,1,31013,33013 +IRL,2006,2,30051,31857 +IRL,2006,3,29193,30846 +IRL,2006,4,28440,29975 +IRL,2006,5,27791,29241 +IRL,2006,6,27252,28642 +IRL,2006,7,26825,28177 +IRL,2006,8,26493,27833 +IRL,2006,9,26248,27603 +IRL,2006,10,26102,27489 +IRL,2006,11,26071,27495 +IRL,2006,12,26149,27616 +IRL,2006,13,26368,27859 +IRL,2006,14,26742,28226 +IRL,2006,15,27259,28710 +IRL,2006,16,27827,29246 +IRL,2006,17,28392,29783 +IRL,2006,18,29247,30566 +IRL,2007,0,33745,35848 +IRL,2007,1,32484,34402 +IRL,2007,2,31239,33165 +IRL,2007,3,30321,32086 +IRL,2007,4,29500,31137 +IRL,2007,5,28778,30316 +IRL,2007,6,28155,29619 +IRL,2007,7,27638,29049 +IRL,2007,8,27236,28604 +IRL,2007,9,26911,28265 +IRL,2007,10,26649,28023 +IRL,2007,11,26472,27884 +IRL,2007,12,26413,27863 +IRL,2007,13,26462,27954 +IRL,2007,14,26675,28175 +IRL,2007,15,27084,28536 +IRL,2007,16,27662,29025 +IRL,2007,17,28287,29564 +IRL,2007,18,28907,30104 +IRL,2008,0,35227,37304 +IRL,2008,1,33841,35770 +IRL,2008,2,32597,34404 +IRL,2008,3,31435,33262 +IRL,2008,4,30561,32262 +IRL,2008,5,29779,31378 +IRL,2008,6,29089,30609 +IRL,2008,7,28492,29951 +IRL,2008,8,27999,29408 +IRL,2008,9,27621,28985 +IRL,2008,10,27303,28653 +IRL,2008,11,27024,28398 +IRL,2008,12,26816,28235 +IRL,2008,13,26729,28188 +IRL,2008,14,26748,28247 +IRL,2008,15,26957,28446 +IRL,2008,16,27400,28800 +IRL,2008,17,28038,29293 +IRL,2008,18,28720,29836 +IRL,2009,0,36253,38290 +IRL,2009,1,34875,36798 +IRL,2009,2,33629,35451 +IRL,2009,3,32509,34244 +IRL,2009,4,31537,33254 +IRL,2009,5,30711,32336 +IRL,2009,6,29969,31520 +IRL,2009,7,29314,30804 +IRL,2009,8,28745,30187 +IRL,2009,9,28277,29675 +IRL,2009,10,27925,29275 +IRL,2009,11,27616,28949 +IRL,2009,12,27319,28683 +IRL,2009,13,27081,28496 +IRL,2009,14,26967,28422 +IRL,2009,15,26956,28451 +IRL,2009,16,27159,28626 +IRL,2009,17,27635,28972 +IRL,2009,18,28332,29469 +IRL,2010,0,36566,38567 +IRL,2010,1,35399,37303 +IRL,2010,2,34310,36126 +IRL,2010,3,33298,35035 +IRL,2010,4,32365,34031 +IRL,2010,5,31510,33112 +IRL,2010,6,30733,32281 +IRL,2010,7,30036,31535 +IRL,2010,8,29417,30875 +IRL,2010,9,28878,30301 +IRL,2010,10,28436,29821 +IRL,2010,11,28112,29445 +IRL,2010,12,27812,29127 +IRL,2010,13,27501,28850 +IRL,2010,14,27233,28641 +IRL,2010,15,27092,28541 +IRL,2010,16,27052,28539 +IRL,2010,17,27248,28690 +IRL,2010,18,27755,29028 +IRL,2011,0,36563,38545 +IRL,2011,1,36577,38457 +IRL,2011,2,35564,37356 +IRL,2011,3,34562,36276 +IRL,2011,4,33584,35229 +IRL,2011,5,32640,34225 +IRL,2011,6,31728,33261 +IRL,2011,7,30848,32335 +IRL,2011,8,30072,31522 +IRL,2011,9,29437,30856 +IRL,2011,10,28916,30310 +IRL,2011,11,28471,29834 +IRL,2011,12,28136,29454 +IRL,2011,13,27801,29105 +IRL,2011,14,27415,28753 +IRL,2011,15,27051,28443 +IRL,2011,16,26822,28249 +IRL,2011,17,26696,28154 +IRL,2011,18,26828,28229 +IRL,2012,0,35875,37843 +IRL,2012,1,35755,37606 +IRL,2012,2,36452,38207 +IRL,2012,3,35597,37274 +IRL,2012,4,34687,36296 +IRL,2012,5,33746,35297 +IRL,2012,6,32794,34296 +IRL,2012,7,31829,33290 +IRL,2012,8,30848,32274 +IRL,2012,9,29997,31395 +IRL,2012,10,29348,30726 +IRL,2012,11,28847,30210 +IRL,2012,12,28399,29740 +IRL,2012,13,28056,29357 +IRL,2012,14,27687,28977 +IRL,2012,15,27228,28552 +IRL,2012,16,26768,28143 +IRL,2012,17,26451,27855 +IRL,2012,18,26239,27668 +IRL,2013,0,34726,36690 +IRL,2013,1,35305,37130 +IRL,2013,2,35561,37267 +IRL,2013,3,36257,37900 +IRL,2013,4,35561,37134 +IRL,2013,5,34745,36260 +IRL,2013,6,33842,35309 +IRL,2013,7,32885,34314 +IRL,2013,8,31869,33267 +IRL,2013,9,30789,32163 +IRL,2013,10,29865,31221 +IRL,2013,11,29202,30548 +IRL,2013,12,28723,30063 +IRL,2013,13,28273,29599 +IRL,2013,14,27922,29216 +IRL,2013,15,27519,28806 +IRL,2013,16,26988,28308 +IRL,2013,17,26434,27799 +IRL,2013,18,26030,27419 +IRL,2014,0,33439,35420 +IRL,2014,1,34654,36484 +IRL,2014,2,35419,37122 +IRL,2014,3,35785,37381 +IRL,2014,4,36087,37643 +IRL,2014,5,35549,37044 +IRL,2014,6,34825,36272 +IRL,2014,7,33960,35369 +IRL,2014,8,32997,34377 +IRL,2014,9,31929,33288 +IRL,2014,10,30750,32095 +IRL,2014,11,29752,31088 +IRL,2014,12,29076,30412 +IRL,2014,13,28618,29957 +IRL,2014,14,28166,29499 +IRL,2014,15,27806,29113 +IRL,2014,16,27370,28673 +IRL,2014,17,26767,28102 +IRL,2014,18,26118,27494 +IRL,2015,0,32260,34275 +IRL,2015,1,33946,35822 +IRL,2015,2,35110,36867 +IRL,2015,3,35807,37463 +IRL,2015,4,36089,37663 +IRL,2015,5,36013,37519 +IRL,2015,6,35631,37084 +IRL,2015,7,34998,36411 +IRL,2015,8,34169,35553 +IRL,2015,9,33196,34561 +IRL,2015,10,32074,33427 +IRL,2015,11,30794,32139 +IRL,2015,12,29719,31065 +IRL,2015,13,29028,30382 +IRL,2015,14,28589,29956 +IRL,2015,15,28134,29502 +IRL,2015,16,27765,29113 +IRL,2015,17,27294,28641 +IRL,2015,18,26618,27995 +IRL,2016,0,31002,32955 +IRL,2016,1,32482,34454 +IRL,2016,2,33970,35823 +IRL,2016,3,35006,36752 +IRL,2016,4,35633,37286 +IRL,2016,5,35895,37465 +IRL,2016,6,35846,37344 +IRL,2016,7,35540,36974 +IRL,2016,8,34967,36350 +IRL,2016,9,34150,35498 +IRL,2016,10,33164,34487 +IRL,2016,11,32052,33356 +IRL,2016,12,30796,32086 +IRL,2016,13,29751,31029 +IRL,2016,14,29095,30359 +IRL,2016,15,28695,29945 +IRL,2016,16,28278,29506 +IRL,2016,17,27947,29130 +IRL,2016,18,27515,28685 +IRL,2017,0,29854,31772 +IRL,2017,1,31929,33793 +IRL,2017,2,32791,34756 +IRL,2017,3,34085,35953 +IRL,2017,4,34996,36771 +IRL,2017,5,35556,37243 +IRL,2017,6,35799,37403 +IRL,2017,7,35777,37304 +IRL,2017,8,35545,36997 +IRL,2017,9,35030,36420 +IRL,2017,10,34224,35571 +IRL,2017,11,33221,34537 +IRL,2017,12,32117,33406 +IRL,2017,13,30882,32150 +IRL,2017,14,29863,31105 +IRL,2017,15,29240,30446 +IRL,2017,16,28877,30042 +IRL,2017,17,28498,29616 +IRL,2017,18,28205,29253 +IRL,2018,0,28867,30750 +IRL,2018,1,30908,32799 +IRL,2018,2,32544,34429 +IRL,2018,3,33152,35130 +IRL,2018,4,34254,36156 +IRL,2018,5,35041,36864 +IRL,2018,6,35534,37276 +IRL,2018,7,35758,37418 +IRL,2018,8,35763,37340 +IRL,2018,9,35605,37095 +IRL,2018,10,35148,36564 +IRL,2018,11,34351,35716 +IRL,2018,12,33330,34658 +IRL,2018,13,32232,33524 +IRL,2018,14,31016,32278 +IRL,2018,15,30021,31244 +IRL,2018,16,29430,30594 +IRL,2018,17,29105,30200 +IRL,2018,18,28763,29786 +IRL,2019,0,28000,30000 +IRL,2019,1,30000,32000 +IRL,2019,2,32000,33000 +IRL,2019,3,33000,35000 +IRL,2019,4,34000,35000 +IRL,2019,5,34000,36000 +IRL,2019,6,35000,37000 +IRL,2019,7,36000,37000 +IRL,2019,8,36000,37000 +IRL,2019,9,36000,37000 +IRL,2019,10,36000,37000 +IRL,2019,11,35000,37000 +IRL,2019,12,34000,36000 +IRL,2019,13,33000,35000 +IRL,2019,14,32000,34000 +IRL,2019,15,31000,32000 +IRL,2019,16,30000,31000 +IRL,2019,17,30000,31000 +IRL,2019,18,29000,30000 +IRL,2020,0,28000,29000 +IRL,2020,1,29000,31000 +IRL,2020,2,31000,33000 +IRL,2020,3,32000,34000 +IRL,2020,4,33000,35000 +IRL,2020,5,34000,36000 +IRL,2020,6,35000,36000 +IRL,2020,7,35000,37000 +IRL,2020,8,35000,37000 +IRL,2020,9,36000,37000 +IRL,2020,10,36000,37000 +IRL,2020,11,36000,37000 +IRL,2020,12,35000,37000 +IRL,2020,13,35000,36000 +IRL,2020,14,33000,35000 +IRL,2020,15,32000,34000 +IRL,2020,16,31000,32000 +IRL,2020,17,30000,31000 +IRL,2020,18,30000,31000 +IRL,2021,0,27000,29000 +IRL,2021,1,28000,30000 +IRL,2021,2,29000,31000 +IRL,2021,3,31000,33000 +IRL,2021,4,32000,34000 +IRL,2021,5,33000,35000 +IRL,2021,6,34000,36000 +IRL,2021,7,35000,37000 +IRL,2021,8,35000,37000 +IRL,2021,9,36000,37000 +IRL,2021,10,36000,37000 +IRL,2021,11,36000,37000 +IRL,2021,12,36000,37000 +IRL,2021,13,35000,37000 +IRL,2021,14,35000,36000 +IRL,2021,15,34000,35000 +IRL,2021,16,33000,34000 +IRL,2021,17,31000,33000 +IRL,2021,18,31000,32000 +IRL,2022,0,28000,29000 +IRL,2022,1,28000,30000 +IRL,2022,2,28000,30000 +IRL,2022,3,29000,31000 +IRL,2022,4,31000,33000 +IRL,2022,5,32000,34000 +IRL,2022,6,33000,35000 +IRL,2022,7,34000,36000 +IRL,2022,8,35000,37000 +IRL,2022,9,35000,37000 +IRL,2022,10,36000,37000 +IRL,2022,11,36000,38000 +IRL,2022,12,36000,38000 +IRL,2022,13,36000,37000 +IRL,2022,14,36000,37000 +IRL,2022,15,35000,36000 +IRL,2022,16,34000,35000 +IRL,2022,17,33000,34000 +IRL,2022,18,32000,33000 +IRL,2023,0,28000,29000 +IRL,2023,1,28000,30000 +IRL,2023,2,29000,30000 +IRL,2023,3,28000,30000 +IRL,2023,4,30000,31000 +IRL,2023,5,31000,33000 +IRL,2023,6,32000,34000 +IRL,2023,7,33000,35000 +IRL,2023,8,34000,36000 +IRL,2023,9,35000,37000 +IRL,2023,10,35000,37000 +IRL,2023,11,36000,38000 +IRL,2023,12,36000,38000 +IRL,2023,13,36000,38000 +IRL,2023,14,36000,37000 +IRL,2023,15,36000,37000 +IRL,2023,16,35000,36000 +IRL,2023,17,34000,35000 +IRL,2023,18,33000,34000 +IRL,2024,0,28000,29000 +IRL,2024,1,28000,29000 +IRL,2024,2,28000,30000 +IRL,2024,3,28000,30000 +IRL,2024,4,29000,30000 +IRL,2024,5,30000,31000 +IRL,2024,6,31000,33000 +IRL,2024,7,32000,34000 +IRL,2024,8,33000,35000 +IRL,2024,9,34000,36000 +IRL,2024,10,35000,37000 +IRL,2024,11,35000,37000 +IRL,2024,12,36000,38000 +IRL,2024,13,36000,38000 +IRL,2024,14,36000,37000 +IRL,2024,15,36000,37000 +IRL,2024,16,36000,37000 +IRL,2024,17,35000,36000 +IRL,2024,18,34000,35000 +IRL,2025,0,28000,29000 +IRL,2025,1,28000,29000 +IRL,2025,2,28000,29000 +IRL,2025,3,28000,29000 +IRL,2025,4,28000,30000 +IRL,2025,5,29000,31000 +IRL,2025,6,30000,32000 +IRL,2025,7,31000,32000 +IRL,2025,8,32000,33000 +IRL,2025,9,33000,34000 +IRL,2025,10,34000,36000 +IRL,2025,11,35000,37000 +IRL,2025,12,35000,37000 +IRL,2025,13,36000,38000 +IRL,2025,14,36000,38000 +IRL,2025,15,36000,37000 +IRL,2025,16,36000,37000 +IRL,2025,17,36000,37000 +IRL,2025,18,35000,36000 +IRL,2026,0,28000,29000 +IRL,2026,1,28000,29000 +IRL,2026,2,28000,29000 +IRL,2026,3,28000,29000 +IRL,2026,4,28000,29000 +IRL,2026,5,28000,30000 +IRL,2026,6,29000,31000 +IRL,2026,7,30000,32000 +IRL,2026,8,31000,32000 +IRL,2026,9,32000,33000 +IRL,2026,10,33000,35000 +IRL,2026,11,34000,36000 +IRL,2026,12,35000,37000 +IRL,2026,13,35000,37000 +IRL,2026,14,36000,38000 +IRL,2026,15,36000,38000 +IRL,2026,16,36000,38000 +IRL,2026,17,36000,38000 +IRL,2026,18,36000,37000 +IRL,2027,0,27000,28000 +IRL,2027,1,27000,28000 +IRL,2027,2,28000,29000 +IRL,2027,3,28000,29000 +IRL,2027,4,28000,29000 +IRL,2027,5,28000,30000 +IRL,2027,6,29000,30000 +IRL,2027,7,29000,31000 +IRL,2027,8,30000,32000 +IRL,2027,9,31000,32000 +IRL,2027,10,32000,33000 +IRL,2027,11,33000,35000 +IRL,2027,12,34000,36000 +IRL,2027,13,35000,37000 +IRL,2027,14,35000,37000 +IRL,2027,15,36000,38000 +IRL,2027,16,36000,38000 +IRL,2027,17,36000,38000 +IRL,2027,18,36000,38000 +IRL,2028,0,27000,28000 +IRL,2028,1,27000,28000 +IRL,2028,2,27000,28000 +IRL,2028,3,28000,29000 +IRL,2028,4,28000,29000 +IRL,2028,5,28000,29000 +IRL,2028,6,28000,30000 +IRL,2028,7,29000,30000 +IRL,2028,8,29000,31000 +IRL,2028,9,30000,32000 +IRL,2028,10,31000,32000 +IRL,2028,11,31000,33000 +IRL,2028,12,33000,35000 +IRL,2028,13,34000,36000 +IRL,2028,14,35000,37000 +IRL,2028,15,36000,37000 +IRL,2028,16,36000,38000 +IRL,2028,17,36000,38000 +IRL,2028,18,36000,38000 +IRL,2029,0,26000,28000 +IRL,2029,1,26000,28000 +IRL,2029,2,27000,28000 +IRL,2029,3,27000,28000 +IRL,2029,4,28000,29000 +IRL,2029,5,28000,29000 +IRL,2029,6,28000,29000 +IRL,2029,7,28000,30000 +IRL,2029,8,29000,30000 +IRL,2029,9,29000,31000 +IRL,2029,10,30000,32000 +IRL,2029,11,30000,32000 +IRL,2029,12,31000,33000 +IRL,2029,13,33000,35000 +IRL,2029,14,34000,36000 +IRL,2029,15,35000,37000 +IRL,2029,16,36000,37000 +IRL,2029,17,36000,38000 +IRL,2029,18,36000,38000 +IRL,2030,0,26000,27000 +IRL,2030,1,26000,28000 +IRL,2030,2,26000,28000 +IRL,2030,3,27000,28000 +IRL,2030,4,27000,28000 +IRL,2030,5,27000,29000 +IRL,2030,6,28000,29000 +IRL,2030,7,28000,29000 +IRL,2030,8,28000,30000 +IRL,2030,9,29000,31000 +IRL,2030,10,29000,31000 +IRL,2030,11,30000,32000 +IRL,2030,12,30000,32000 +IRL,2030,13,31000,33000 +IRL,2030,14,33000,35000 +IRL,2030,15,34000,36000 +IRL,2030,16,35000,37000 +IRL,2030,17,36000,38000 +IRL,2030,18,36000,38000 +IRL,2031,0,26000,27000 +IRL,2031,1,26000,27000 +IRL,2031,2,26000,28000 +IRL,2031,3,26000,28000 +IRL,2031,4,27000,28000 +IRL,2031,5,27000,28000 +IRL,2031,6,27000,29000 +IRL,2031,7,28000,29000 +IRL,2031,8,28000,29000 +IRL,2031,9,29000,30000 +IRL,2031,10,29000,31000 +IRL,2031,11,29000,31000 +IRL,2031,12,30000,32000 +IRL,2031,13,31000,32000 +IRL,2031,14,32000,34000 +IRL,2031,15,33000,35000 +IRL,2031,16,34000,36000 +IRL,2031,17,35000,37000 +IRL,2031,18,36000,38000 +IRL,2032,0,26000,28000 +IRL,2032,1,26000,28000 +IRL,2032,2,26000,28000 +IRL,2032,3,26000,28000 +IRL,2032,4,27000,28000 +IRL,2032,5,27000,28000 +IRL,2032,6,27000,28000 +IRL,2032,7,27000,29000 +IRL,2032,8,28000,29000 +IRL,2032,9,28000,29000 +IRL,2032,10,29000,30000 +IRL,2032,11,29000,31000 +IRL,2032,12,29000,31000 +IRL,2032,13,30000,32000 +IRL,2032,14,31000,33000 +IRL,2032,15,32000,34000 +IRL,2032,16,33000,35000 +IRL,2032,17,34000,36000 +IRL,2032,18,35000,37000 +IRL,2033,0,27000,28000 +IRL,2033,1,27000,28000 +IRL,2033,2,27000,28000 +IRL,2033,3,26000,28000 +IRL,2033,4,26000,28000 +IRL,2033,5,27000,28000 +IRL,2033,6,27000,28000 +IRL,2033,7,27000,28000 +IRL,2033,8,27000,29000 +IRL,2033,9,28000,29000 +IRL,2033,10,28000,30000 +IRL,2033,11,29000,30000 +IRL,2033,12,29000,31000 +IRL,2033,13,30000,31000 +IRL,2033,14,30000,32000 +IRL,2033,15,31000,33000 +IRL,2033,16,32000,34000 +IRL,2033,17,33000,35000 +IRL,2033,18,34000,36000 +IRL,2034,0,27000,29000 +IRL,2034,1,27000,28000 +IRL,2034,2,27000,28000 +IRL,2034,3,27000,28000 +IRL,2034,4,26000,28000 +IRL,2034,5,26000,28000 +IRL,2034,6,27000,28000 +IRL,2034,7,27000,28000 +IRL,2034,8,27000,28000 +IRL,2034,9,27000,29000 +IRL,2034,10,28000,29000 +IRL,2034,11,28000,30000 +IRL,2034,12,29000,30000 +IRL,2034,13,29000,31000 +IRL,2034,14,30000,31000 +IRL,2034,15,30000,32000 +IRL,2034,16,31000,33000 +IRL,2034,17,32000,34000 +IRL,2034,18,33000,35000 +IRL,2035,0,28000,29000 +IRL,2035,1,27000,29000 +IRL,2035,2,27000,28000 +IRL,2035,3,27000,28000 +IRL,2035,4,26000,28000 +IRL,2035,5,26000,28000 +IRL,2035,6,26000,28000 +IRL,2035,7,27000,28000 +IRL,2035,8,27000,28000 +IRL,2035,9,27000,28000 +IRL,2035,10,27000,29000 +IRL,2035,11,28000,29000 +IRL,2035,12,28000,30000 +IRL,2035,13,29000,30000 +IRL,2035,14,29000,31000 +IRL,2035,15,30000,31000 +IRL,2035,16,30000,32000 +IRL,2035,17,31000,33000 +IRL,2035,18,32000,34000 +IRL,2036,0,28000,29000 +IRL,2036,1,28000,29000 +IRL,2036,2,27000,29000 +IRL,2036,3,27000,28000 +IRL,2036,4,27000,28000 +IRL,2036,5,27000,28000 +IRL,2036,6,26000,28000 +IRL,2036,7,26000,28000 +IRL,2036,8,27000,28000 +IRL,2036,9,27000,28000 +IRL,2036,10,27000,28000 +IRL,2036,11,27000,29000 +IRL,2036,12,28000,29000 +IRL,2036,13,28000,30000 +IRL,2036,14,29000,30000 +IRL,2036,15,29000,31000 +IRL,2036,16,30000,31000 +IRL,2036,17,30000,32000 +IRL,2036,18,31000,33000 +IRL,2037,0,28000,30000 +IRL,2037,1,28000,29000 +IRL,2037,2,28000,29000 +IRL,2037,3,27000,29000 +IRL,2037,4,27000,28000 +IRL,2037,5,27000,28000 +IRL,2037,6,27000,28000 +IRL,2037,7,27000,28000 +IRL,2037,8,27000,28000 +IRL,2037,9,27000,28000 +IRL,2037,10,27000,28000 +IRL,2037,11,27000,28000 +IRL,2037,12,27000,29000 +IRL,2037,13,28000,29000 +IRL,2037,14,28000,30000 +IRL,2037,15,29000,30000 +IRL,2037,16,29000,31000 +IRL,2037,17,30000,32000 +IRL,2037,18,30000,32000 +IRL,2038,0,29000,30000 +IRL,2038,1,28000,30000 +IRL,2038,2,28000,29000 +IRL,2038,3,28000,29000 +IRL,2038,4,27000,29000 +IRL,2038,5,27000,28000 +IRL,2038,6,27000,28000 +IRL,2038,7,27000,28000 +IRL,2038,8,27000,28000 +IRL,2038,9,27000,28000 +IRL,2038,10,27000,28000 +IRL,2038,11,27000,28000 +IRL,2038,12,27000,28000 +IRL,2038,13,27000,29000 +IRL,2038,14,28000,29000 +IRL,2038,15,28000,30000 +IRL,2038,16,29000,30000 +IRL,2038,17,29000,31000 +IRL,2038,18,30000,32000 +IRL,2039,0,29000,30000 +IRL,2039,1,28000,30000 +IRL,2039,2,28000,30000 +IRL,2039,3,28000,29000 +IRL,2039,4,28000,29000 +IRL,2039,5,27000,29000 +IRL,2039,6,27000,29000 +IRL,2039,7,27000,28000 +IRL,2039,8,27000,28000 +IRL,2039,9,27000,28000 +IRL,2039,10,27000,28000 +IRL,2039,11,27000,28000 +IRL,2039,12,27000,28000 +IRL,2039,13,27000,28000 +IRL,2039,14,28000,29000 +IRL,2039,15,28000,29000 +IRL,2039,16,28000,30000 +IRL,2039,17,29000,30000 +IRL,2039,18,30000,31000 +IRL,2040,0,29000,30000 +IRL,2040,1,29000,30000 +IRL,2040,2,29000,30000 +IRL,2040,3,28000,30000 +IRL,2040,4,28000,29000 +IRL,2040,5,28000,29000 +IRL,2040,6,27000,29000 +IRL,2040,7,27000,29000 +IRL,2040,8,27000,28000 +IRL,2040,9,27000,28000 +IRL,2040,10,27000,28000 +IRL,2040,11,27000,28000 +IRL,2040,12,27000,28000 +IRL,2040,13,27000,28000 +IRL,2040,14,27000,28000 +IRL,2040,15,28000,29000 +IRL,2040,16,28000,29000 +IRL,2040,17,29000,30000 +IRL,2040,18,29000,30000 +IRL,2041,0,29000,31000 +IRL,2041,1,29000,30000 +IRL,2041,2,29000,30000 +IRL,2041,3,29000,30000 +IRL,2041,4,28000,30000 +IRL,2041,5,28000,29000 +IRL,2041,6,28000,29000 +IRL,2041,7,27000,29000 +IRL,2041,8,27000,29000 +IRL,2041,9,27000,28000 +IRL,2041,10,27000,28000 +IRL,2041,11,27000,28000 +IRL,2041,12,27000,28000 +IRL,2041,13,27000,28000 +IRL,2041,14,27000,28000 +IRL,2041,15,27000,29000 +IRL,2041,16,28000,29000 +IRL,2041,17,28000,29000 +IRL,2041,18,29000,30000 +IRL,2042,0,29000,31000 +IRL,2042,1,29000,31000 +IRL,2042,2,29000,31000 +IRL,2042,3,29000,30000 +IRL,2042,4,29000,30000 +IRL,2042,5,28000,30000 +IRL,2042,6,28000,29000 +IRL,2042,7,28000,29000 +IRL,2042,8,28000,29000 +IRL,2042,9,27000,29000 +IRL,2042,10,27000,28000 +IRL,2042,11,27000,28000 +IRL,2042,12,27000,28000 +IRL,2042,13,27000,28000 +IRL,2042,14,27000,28000 +IRL,2042,15,27000,28000 +IRL,2042,16,27000,29000 +IRL,2042,17,28000,29000 +IRL,2042,18,28000,30000 +IRL,2043,0,29000,31000 +IRL,2043,1,29000,31000 +IRL,2043,2,29000,31000 +IRL,2043,3,29000,31000 +IRL,2043,4,29000,30000 +IRL,2043,5,29000,30000 +IRL,2043,6,28000,30000 +IRL,2043,7,28000,29000 +IRL,2043,8,28000,29000 +IRL,2043,9,28000,29000 +IRL,2043,10,27000,29000 +IRL,2043,11,27000,28000 +IRL,2043,12,27000,28000 +IRL,2043,13,27000,28000 +IRL,2043,14,27000,28000 +IRL,2043,15,27000,28000 +IRL,2043,16,27000,28000 +IRL,2043,17,27000,29000 +IRL,2043,18,28000,29000 +IRL,2044,0,29000,31000 +IRL,2044,1,29000,31000 +IRL,2044,2,29000,31000 +IRL,2044,3,29000,31000 +IRL,2044,4,29000,31000 +IRL,2044,5,29000,30000 +IRL,2044,6,29000,30000 +IRL,2044,7,28000,30000 +IRL,2044,8,28000,30000 +IRL,2044,9,28000,29000 +IRL,2044,10,28000,29000 +IRL,2044,11,27000,29000 +IRL,2044,12,27000,28000 +IRL,2044,13,27000,28000 +IRL,2044,14,27000,28000 +IRL,2044,15,27000,28000 +IRL,2044,16,27000,28000 +IRL,2044,17,27000,28000 +IRL,2044,18,28000,29000 +IRL,2045,0,29000,31000 +IRL,2045,1,29000,31000 +IRL,2045,2,30000,31000 +IRL,2045,3,30000,31000 +IRL,2045,4,29000,31000 +IRL,2045,5,29000,31000 +IRL,2045,6,29000,30000 +IRL,2045,7,29000,30000 +IRL,2045,8,28000,30000 +IRL,2045,9,28000,30000 +IRL,2045,10,28000,29000 +IRL,2045,11,28000,29000 +IRL,2045,12,27000,29000 +IRL,2045,13,27000,28000 +IRL,2045,14,27000,28000 +IRL,2045,15,27000,28000 +IRL,2045,16,27000,28000 +IRL,2045,17,27000,28000 +IRL,2045,18,27000,28000 +IRL,2046,0,29000,31000 +IRL,2046,1,29000,31000 +IRL,2046,2,30000,31000 +IRL,2046,3,30000,31000 +IRL,2046,4,30000,31000 +IRL,2046,5,29000,31000 +IRL,2046,6,29000,31000 +IRL,2046,7,29000,30000 +IRL,2046,8,29000,30000 +IRL,2046,9,28000,30000 +IRL,2046,10,28000,30000 +IRL,2046,11,28000,29000 +IRL,2046,12,28000,29000 +IRL,2046,13,27000,29000 +IRL,2046,14,27000,29000 +IRL,2046,15,27000,28000 +IRL,2046,16,27000,28000 +IRL,2046,17,27000,28000 +IRL,2046,18,27000,28000 +IRL,2047,0,29000,30000 +IRL,2047,1,29000,31000 +IRL,2047,2,29000,31000 +IRL,2047,3,30000,31000 +IRL,2047,4,30000,31000 +IRL,2047,5,30000,31000 +IRL,2047,6,29000,31000 +IRL,2047,7,29000,31000 +IRL,2047,8,29000,30000 +IRL,2047,9,29000,30000 +IRL,2047,10,29000,30000 +IRL,2047,11,28000,30000 +IRL,2047,12,28000,29000 +IRL,2047,13,28000,29000 +IRL,2047,14,27000,29000 +IRL,2047,15,27000,29000 +IRL,2047,16,27000,28000 +IRL,2047,17,27000,28000 +IRL,2047,18,27000,28000 +IRL,2048,0,29000,30000 +IRL,2048,1,29000,31000 +IRL,2048,2,29000,31000 +IRL,2048,3,30000,31000 +IRL,2048,4,30000,31000 +IRL,2048,5,30000,31000 +IRL,2048,6,30000,31000 +IRL,2048,7,29000,31000 +IRL,2048,8,29000,31000 +IRL,2048,9,29000,31000 +IRL,2048,10,29000,30000 +IRL,2048,11,29000,30000 +IRL,2048,12,28000,30000 +IRL,2048,13,28000,29000 +IRL,2048,14,28000,29000 +IRL,2048,15,28000,29000 +IRL,2048,16,27000,29000 +IRL,2048,17,27000,29000 +IRL,2048,18,27000,29000 +IRL,2049,0,28000,30000 +IRL,2049,1,29000,30000 +IRL,2049,2,29000,31000 +IRL,2049,3,30000,31000 +IRL,2049,4,30000,31000 +IRL,2049,5,30000,31000 +IRL,2049,6,30000,31000 +IRL,2049,7,30000,31000 +IRL,2049,8,29000,31000 +IRL,2049,9,29000,31000 +IRL,2049,10,29000,31000 +IRL,2049,11,29000,30000 +IRL,2049,12,29000,30000 +IRL,2049,13,28000,30000 +IRL,2049,14,28000,29000 +IRL,2049,15,28000,29000 +IRL,2049,16,28000,29000 +IRL,2049,17,27000,29000 +IRL,2049,18,27000,29000 +IRL,2050,0,28000,30000 +IRL,2050,1,29000,30000 +IRL,2050,2,29000,31000 +IRL,2050,3,29000,31000 +IRL,2050,4,30000,31000 +IRL,2050,5,30000,31000 +IRL,2050,6,30000,31000 +IRL,2050,7,30000,31000 +IRL,2050,8,30000,31000 +IRL,2050,9,29000,31000 +IRL,2050,10,29000,31000 +IRL,2050,11,29000,31000 +IRL,2050,12,29000,30000 +IRL,2050,13,29000,30000 +IRL,2050,14,28000,30000 +IRL,2050,15,28000,29000 +IRL,2050,16,28000,29000 +IRL,2050,17,28000,29000 +IRL,2050,18,28000,29000 +IRN,1990,0,864100,916261 +IRN,1990,1,902016,942248 +IRN,1990,2,926430,958372 +IRN,1990,3,938635,965459 +IRN,1990,4,939922,964334 +IRN,1990,5,931586,955825 +IRN,1990,6,914918,940756 +IRN,1990,7,891212,919954 +IRN,1990,8,861761,894244 +IRN,1990,9,827857,864453 +IRN,1990,10,789908,831421 +IRN,1990,11,748321,795989 +IRN,1990,12,708817,758910 +IRN,1990,13,674460,720980 +IRN,1990,14,643886,683069 +IRN,1990,15,612198,644581 +IRN,1990,16,579812,604833 +IRN,1990,17,552403,572199 +IRN,1990,18,532132,550541 +IRN,1991,0,809782,858379 +IRN,1991,1,866188,915035 +IRN,1991,2,901938,941200 +IRN,1991,3,925124,957558 +IRN,1991,4,936865,964907 +IRN,1991,5,938277,964045 +IRN,1991,6,930676,955819 +IRN,1991,7,915377,941073 +IRN,1991,8,892509,920370 +IRN,1991,9,862795,894415 +IRN,1991,10,827944,864146 +IRN,1991,11,789369,830661 +IRN,1991,12,747298,794770 +IRN,1991,13,707300,757203 +IRN,1991,14,672473,718775 +IRN,1991,15,641459,680375 +IRN,1991,16,609325,641395 +IRN,1991,17,576480,601142 +IRN,1991,18,548765,568156 +IRN,1992,0,747491,788389 +IRN,1992,1,814479,850151 +IRN,1992,2,866857,912851 +IRN,1992,3,900376,939167 +IRN,1992,4,922294,955742 +IRN,1992,5,933551,963346 +IRN,1992,6,935086,962749 +IRN,1992,7,928235,954815 +IRN,1992,8,914333,940408 +IRN,1992,9,892342,919827 +IRN,1992,10,862413,893652 +IRN,1992,11,826670,862936 +IRN,1992,12,787532,829031 +IRN,1992,13,745044,792719 +IRN,1992,14,704617,754701 +IRN,1992,15,669376,715815 +IRN,1992,16,637971,676965 +IRN,1992,17,605443,637533 +IRN,1992,18,572193,596817 +IRN,1993,0,684342,715280 +IRN,1993,1,760570,791991 +IRN,1993,2,821544,853423 +IRN,1993,3,866605,909911 +IRN,1993,4,897859,936356 +IRN,1993,5,918486,953135 +IRN,1993,6,929247,960988 +IRN,1993,7,930903,960655 +IRN,1993,8,924809,953020 +IRN,1993,9,912318,938964 +IRN,1993,10,891228,918521 +IRN,1993,11,861115,892149 +IRN,1993,12,824519,861012 +IRN,1993,13,784859,826715 +IRN,1993,14,742000,790011 +IRN,1993,15,701187,751575 +IRN,1993,16,665569,712262 +IRN,1993,17,633808,672994 +IRN,1993,18,600920,633143 +IRN,1994,0,629129,650814 +IRN,1994,1,708759,735864 +IRN,1994,2,774769,805859 +IRN,1994,3,827947,861767 +IRN,1994,4,866143,906589 +IRN,1994,5,895128,933152 +IRN,1994,6,914461,950127 +IRN,1994,7,924724,958225 +IRN,1994,8,926501,958157 +IRN,1994,9,921164,950823 +IRN,1994,10,910085,937124 +IRN,1994,11,889899,916828 +IRN,1994,12,859611,890270 +IRN,1994,13,822171,858725 +IRN,1994,14,781999,824051 +IRN,1994,15,738780,786972 +IRN,1994,16,697593,748134 +IRN,1994,17,661607,708411 +IRN,1994,18,629498,668743 +IRN,1995,0,587980,603406 +IRN,1995,1,664196,687877 +IRN,1995,2,729706,759427 +IRN,1995,3,784913,818737 +IRN,1995,4,830224,866490 +IRN,1995,5,866043,903366 +IRN,1995,6,892774,930050 +IRN,1995,7,910823,947222 +IRN,1995,8,920594,955565 +IRN,1995,9,922492,955762 +IRN,1995,10,917908,948729 +IRN,1995,11,908234,935384 +IRN,1995,12,888943,915233 +IRN,1995,13,858466,888485 +IRN,1995,14,820169,856531 +IRN,1995,15,779470,821477 +IRN,1995,16,735874,784018 +IRN,1995,17,694294,744775 +IRN,1995,18,657927,704640 +IRN,1996,0,564129,577474 +IRN,1996,1,597164,614465 +IRN,1996,2,665779,690070 +IRN,1996,3,726589,756138 +IRN,1996,4,779511,812778 +IRN,1996,5,824458,860102 +IRN,1996,6,861842,898797 +IRN,1996,7,892074,929551 +IRN,1996,8,912587,949587 +IRN,1996,9,922302,957860 +IRN,1996,10,922623,956215 +IRN,1996,11,917432,948467 +IRN,1996,12,907629,934969 +IRN,1996,13,888195,914621 +IRN,1996,14,857569,887628 +IRN,1996,15,819121,855402 +IRN,1996,16,778271,820079 +IRN,1996,17,734515,782341 +IRN,1996,18,692834,742904 +IRN,1997,0,554881,569038 +IRN,1997,1,601939,622916 +IRN,1997,2,605727,624636 +IRN,1997,3,666667,691263 +IRN,1997,4,722715,751751 +IRN,1997,5,773294,805640 +IRN,1997,6,817831,852466 +IRN,1997,7,856742,892923 +IRN,1997,8,890444,927704 +IRN,1997,9,913400,950575 +IRN,1997,10,923049,958768 +IRN,1997,11,921793,955282 +IRN,1997,12,915998,946830 +IRN,1997,13,906077,933198 +IRN,1997,14,886522,912684 +IRN,1997,15,855777,885483 +IRN,1997,16,817219,853033 +IRN,1997,17,776260,817492 +IRN,1997,18,732391,779529 +IRN,1998,0,556716,573638 +IRN,1998,1,582135,602879 +IRN,1998,2,612821,636728 +IRN,1998,3,614175,634587 +IRN,1998,4,667438,692228 +IRN,1998,5,718717,747126 +IRN,1998,6,766948,798248 +IRN,1998,7,811067,844563 +IRN,1998,8,851497,886766 +IRN,1998,9,888660,925556 +IRN,1998,10,914052,951251 +IRN,1998,11,923633,959359 +IRN,1998,12,920801,954037 +IRN,1998,13,914406,944885 +IRN,1998,14,904367,931124 +IRN,1998,15,884694,910450 +IRN,1998,16,853837,883051 +IRN,1998,17,815176,850388 +IRN,1998,18,774114,814641 +IRN,1999,0,563711,583849 +IRN,1999,1,568408,589405 +IRN,1999,2,583573,605691 +IRN,1999,3,607436,630881 +IRN,1999,4,622956,645037 +IRN,1999,5,668577,693748 +IRN,1999,6,715120,743107 +IRN,1999,7,761031,791508 +IRN,1999,8,804757,837348 +IRN,1999,9,846726,881330 +IRN,1999,10,887368,924156 +IRN,1999,11,915209,952692 +IRN,1999,12,924727,960723 +IRN,1999,13,920319,953562 +IRN,1999,14,913320,943703 +IRN,1999,15,903159,929802 +IRN,1999,16,883357,908952 +IRN,1999,17,852370,881333 +IRN,1999,18,813585,848430 +IRN,2000,0,571157,593826 +IRN,2000,1,559326,580798 +IRN,2000,2,561552,582695 +IRN,2000,3,575789,597339 +IRN,2000,4,599994,622554 +IRN,2000,5,632120,656162 +IRN,2000,6,670122,695988 +IRN,2000,7,711955,739853 +IRN,2000,8,755573,785581 +IRN,2000,9,798932,830994 +IRN,2000,10,842467,876801 +IRN,2000,11,886613,923710 +IRN,2000,12,916921,955119 +IRN,2000,13,926382,963081 +IRN,2000,14,920395,954073 +IRN,2000,15,912787,943497 +IRN,2000,16,902499,929441 +IRN,2000,17,882555,908393 +IRN,2000,18,851420,880526 +IRN,2001,0,577012,600998 +IRN,2001,1,563971,586634 +IRN,2001,2,556644,578338 +IRN,2001,3,561765,583233 +IRN,2001,4,577532,599409 +IRN,2001,5,602143,624957 +IRN,2001,6,633628,657742 +IRN,2001,7,670016,695627 +IRN,2001,8,710346,737844 +IRN,2001,9,753149,782940 +IRN,2001,10,796122,828324 +IRN,2001,11,838786,873549 +IRN,2001,12,881672,919537 +IRN,2001,13,911317,950224 +IRN,2001,14,921088,957809 +IRN,2001,15,916011,948650 +IRN,2001,16,909229,937929 +IRN,2001,17,899894,923836 +IRN,2001,18,880427,902591 +IRN,2002,0,583420,608225 +IRN,2002,1,553697,576306 +IRN,2002,2,557053,579959 +IRN,2002,3,554221,576389 +IRN,2002,4,562237,584286 +IRN,2002,5,579539,602008 +IRN,2002,6,604567,627913 +IRN,2002,7,635425,659904 +IRN,2002,8,670219,695880 +IRN,2002,9,709065,736486 +IRN,2002,10,751075,780992 +IRN,2002,11,793682,826386 +IRN,2002,12,835496,871068 +IRN,2002,13,877142,916177 +IRN,2002,14,906139,946168 +IRN,2002,15,916224,953383 +IRN,2002,16,912053,944065 +IRN,2002,17,906093,933189 +IRN,2002,18,897707,919046 +IRN,2003,0,590090,615241 +IRN,2003,1,557521,580912 +IRN,2003,2,539270,561586 +IRN,2003,3,550382,573434 +IRN,2003,4,552044,574596 +IRN,2003,5,562957,585502 +IRN,2003,6,581801,604777 +IRN,2003,7,607257,631046 +IRN,2003,8,637503,662249 +IRN,2003,9,670718,696326 +IRN,2003,10,708098,735329 +IRN,2003,11,749333,779255 +IRN,2003,12,791593,824672 +IRN,2003,13,832576,868824 +IRN,2003,14,873000,913063 +IRN,2003,15,901362,942367 +IRN,2003,16,911765,949213 +IRN,2003,17,908498,939733 +IRN,2003,18,903358,928699 +IRN,2004,0,597052,622192 +IRN,2004,1,564031,587889 +IRN,2004,2,543360,566323 +IRN,2004,3,533840,556268 +IRN,2004,4,543865,566516 +IRN,2004,5,550024,572413 +IRN,2004,6,563839,586323 +IRN,2004,7,584231,607140 +IRN,2004,8,610123,633755 +IRN,2004,9,639765,664149 +IRN,2004,10,671409,696301 +IRN,2004,11,707334,733674 +IRN,2004,12,747805,776990 +IRN,2004,13,789730,822400 +IRN,2004,14,829893,865990 +IRN,2004,15,869107,909330 +IRN,2004,16,896841,937925 +IRN,2004,17,907566,944398 +IRN,2004,18,905203,934762 +IRN,2005,0,604352,629267 +IRN,2005,1,572158,595949 +IRN,2005,2,550209,573095 +IRN,2005,3,537668,559866 +IRN,2005,4,533698,555425 +IRN,2005,5,537462,558933 +IRN,2005,6,548123,569554 +IRN,2005,7,564845,586449 +IRN,2005,8,586791,608780 +IRN,2005,9,613125,635711 +IRN,2005,10,642170,665261 +IRN,2005,11,672249,695451 +IRN,2005,12,706724,731151 +IRN,2005,13,746439,773807 +IRN,2005,14,788038,819155 +IRN,2005,15,827389,862133 +IRN,2005,16,865400,904523 +IRN,2005,17,892512,932377 +IRN,2005,18,903561,938469 +IRN,2006,0,610784,637586 +IRN,2006,1,597781,622875 +IRN,2006,2,570041,594084 +IRN,2006,3,550907,574148 +IRN,2006,4,539810,562470 +IRN,2006,5,536177,558455 +IRN,2006,6,539184,561310 +IRN,2006,7,548004,570242 +IRN,2006,8,563340,585636 +IRN,2006,9,585129,607289 +IRN,2006,10,612036,634016 +IRN,2006,11,641099,662848 +IRN,2006,12,670885,691997 +IRN,2006,13,705143,726831 +IRN,2006,14,744777,768941 +IRN,2006,15,786369,813958 +IRN,2006,16,825693,856577 +IRN,2006,17,863712,898651 +IRN,2006,18,890663,926159 +IRN,2007,0,617213,645446 +IRN,2007,1,590789,617044 +IRN,2007,2,591776,616187 +IRN,2007,3,568462,591936 +IRN,2007,4,552126,574927 +IRN,2007,5,542462,564807 +IRN,2007,6,539163,561221 +IRN,2007,7,541416,563420 +IRN,2007,8,548404,570658 +IRN,2007,9,562368,584544 +IRN,2007,10,584019,605509 +IRN,2007,11,611525,632019 +IRN,2007,12,640635,660120 +IRN,2007,13,670155,688214 +IRN,2007,14,704228,722164 +IRN,2007,15,743819,763709 +IRN,2007,16,785443,808373 +IRN,2007,17,824778,850613 +IRN,2007,18,862840,892352 +IRN,2008,0,623549,653352 +IRN,2008,1,601653,628788 +IRN,2008,2,583265,608283 +IRN,2008,3,585855,609338 +IRN,2008,4,566970,589630 +IRN,2008,5,553433,575553 +IRN,2008,6,545202,566991 +IRN,2008,7,542237,563834 +IRN,2008,8,543735,565378 +IRN,2008,9,548890,570922 +IRN,2008,10,561482,583296 +IRN,2008,11,582999,603567 +IRN,2008,12,611108,629854 +IRN,2008,13,640270,657216 +IRN,2008,14,669529,684248 +IRN,2008,15,703421,717306 +IRN,2008,16,742975,758277 +IRN,2008,17,784639,802575 +IRN,2008,18,823991,844426 +IRN,2009,0,629955,662268 +IRN,2009,1,612733,641619 +IRN,2009,2,596924,623145 +IRN,2009,3,582834,607058 +IRN,2009,4,579588,602675 +IRN,2009,5,565147,587502 +IRN,2009,6,554417,576349 +IRN,2009,7,547626,569343 +IRN,2009,8,544997,566613 +IRN,2009,9,545738,567502 +IRN,2009,10,549055,571355 +IRN,2009,11,560268,582223 +IRN,2009,12,581638,601806 +IRN,2009,13,610335,627878 +IRN,2009,14,639532,654511 +IRN,2009,15,668511,680490 +IRN,2009,16,702204,712666 +IRN,2009,17,741698,753073 +IRN,2009,18,783376,797020 +IRN,2010,0,636683,672927 +IRN,2010,1,623677,655775 +IRN,2010,2,610293,639183 +IRN,2010,3,597022,623523 +IRN,2010,4,584355,609163 +IRN,2010,5,572782,596474 +IRN,2010,6,562793,585826 +IRN,2010,7,554881,577590 +IRN,2010,8,549534,572134 +IRN,2010,9,547243,569830 +IRN,2010,10,547228,570065 +IRN,2010,11,548705,572229 +IRN,2010,12,558528,581599 +IRN,2010,13,579732,600509 +IRN,2010,14,608990,626385 +IRN,2010,15,638193,652308 +IRN,2010,16,666867,677254 +IRN,2010,17,700328,708573 +IRN,2010,18,739725,748448 +IRN,2011,0,644561,683193 +IRN,2011,1,637583,672076 +IRN,2011,2,624049,654990 +IRN,2011,3,610116,638328 +IRN,2011,4,596298,622477 +IRN,2011,5,583106,607827 +IRN,2011,6,570994,594756 +IRN,2011,7,560416,583644 +IRN,2011,8,552175,574930 +IRN,2011,9,546898,569025 +IRN,2011,10,544924,566286 +IRN,2011,11,545214,566060 +IRN,2011,12,547077,567756 +IRN,2011,13,557041,576665 +IRN,2011,14,577965,595128 +IRN,2011,15,606694,620582 +IRN,2011,16,635449,646146 +IRN,2011,17,663666,670824 +IRN,2011,18,696885,701868 +IRN,2012,0,651930,694423 +IRN,2012,1,645784,682770 +IRN,2012,2,638046,671911 +IRN,2012,3,623994,654875 +IRN,2012,4,609522,638124 +IRN,2012,5,595166,622067 +IRN,2012,6,581457,607112 +IRN,2012,7,568814,593647 +IRN,2012,8,557654,582059 +IRN,2012,9,549089,572860 +IRN,2012,10,543886,566500 +IRN,2012,11,542230,563324 +IRN,2012,12,542825,562637 +IRN,2012,13,545074,563866 +IRN,2012,14,555171,572324 +IRN,2012,15,575801,590359 +IRN,2012,16,603982,615417 +IRN,2012,17,632268,640648 +IRN,2012,18,660010,665085 +IRN,2013,0,660433,707029 +IRN,2013,1,656492,697123 +IRN,2013,2,648990,684957 +IRN,2013,3,638253,672084 +IRN,2013,4,623687,655089 +IRN,2013,5,608683,638242 +IRN,2013,6,593794,621971 +IRN,2013,7,579575,606703 +IRN,2013,8,566406,592836 +IRN,2013,9,554668,580767 +IRN,2013,10,545784,571077 +IRN,2013,11,540656,564258 +IRN,2013,12,539319,560643 +IRN,2013,13,540219,559494 +IRN,2013,14,542852,560258 +IRN,2013,15,553079,568268 +IRN,2013,16,573406,585884 +IRN,2013,17,601028,610560 +IRN,2013,18,628834,635469 +IRN,2014,0,672371,721606 +IRN,2014,1,669135,712507 +IRN,2014,2,662154,700897 +IRN,2014,3,652106,687300 +IRN,2014,4,638507,672178 +IRN,2014,5,623429,655226 +IRN,2014,6,607891,638285 +IRN,2014,7,592469,621801 +IRN,2014,8,577738,606222 +IRN,2014,9,564043,591955 +IRN,2014,10,551726,579405 +IRN,2014,11,542522,569226 +IRN,2014,12,537470,561947 +IRN,2014,13,536451,557894 +IRN,2014,14,537656,556283 +IRN,2014,15,540672,556580 +IRN,2014,16,551030,564142 +IRN,2014,17,571057,581336 +IRN,2014,18,598122,605625 +IRN,2015,0,688948,738186 +IRN,2015,1,684701,728921 +IRN,2015,2,676990,717196 +IRN,2015,3,666412,703477 +IRN,2015,4,653563,688231 +IRN,2015,5,639042,671925 +IRN,2015,6,623443,655025 +IRN,2015,7,607365,637997 +IRN,2015,8,591403,621309 +IRN,2015,9,576155,605427 +IRN,2015,10,561927,590767 +IRN,2015,11,549027,577742 +IRN,2015,12,539499,567079 +IRN,2015,13,534520,559345 +IRN,2015,14,533818,554855 +IRN,2015,15,535330,552782 +IRN,2015,16,538730,552614 +IRN,2015,17,549223,559722 +IRN,2015,18,568958,576486 +IRN,2016,0,711569,759242 +IRN,2016,1,691046,739759 +IRN,2016,2,684846,729435 +IRN,2016,3,675940,717068 +IRN,2016,4,664793,703050 +IRN,2016,5,651873,687773 +IRN,2016,6,637780,671708 +IRN,2016,7,623116,655325 +IRN,2016,8,607668,638627 +IRN,2016,9,591630,621851 +IRN,2016,10,575876,605622 +IRN,2016,11,561397,590755 +IRN,2016,12,548370,577593 +IRN,2016,13,538708,566768 +IRN,2016,14,533595,558846 +IRN,2016,15,532761,554155 +IRN,2016,16,534142,551887 +IRN,2016,17,537409,551519 +IRN,2016,18,547811,558482 +IRN,2017,0,738713,782282 +IRN,2017,1,725246,768044 +IRN,2017,2,693091,740739 +IRN,2017,3,684940,729365 +IRN,2017,4,674839,716365 +IRN,2017,5,663125,702058 +IRN,2017,6,650133,686762 +IRN,2017,7,636470,670951 +IRN,2017,8,622741,655099 +IRN,2017,9,607925,638745 +IRN,2017,10,591812,621893 +IRN,2017,11,575554,605331 +IRN,2017,12,560825,590268 +IRN,2017,13,547671,576979 +IRN,2017,14,537877,566002 +IRN,2017,15,532629,557898 +IRN,2017,16,531664,553010 +IRN,2017,17,532914,550547 +IRN,2017,18,536048,549980 +IRN,2018,0,763934,802075 +IRN,2018,1,745105,785189 +IRN,2018,2,726711,768001 +IRN,2018,3,695161,741368 +IRN,2018,4,685058,728948 +IRN,2018,5,673763,715322 +IRN,2018,6,661482,700733 +IRN,2018,7,648418,685426 +IRN,2018,8,635183,669877 +IRN,2018,9,622390,654563 +IRN,2018,10,608204,638560 +IRN,2018,11,592016,621641 +IRN,2018,12,575252,604753 +IRN,2018,13,560273,589502 +IRN,2018,14,546992,576092 +IRN,2018,15,537065,564967 +IRN,2018,16,531682,556686 +IRN,2018,17,530587,551604 +IRN,2018,18,531706,548947 +IRN,2019,0,779000,812000 +IRN,2019,1,758000,795000 +IRN,2019,2,739000,779000 +IRN,2019,3,720000,762000 +IRN,2019,4,697000,742000 +IRN,2019,5,685000,729000 +IRN,2019,6,673000,714000 +IRN,2019,7,660000,699000 +IRN,2019,8,647000,684000 +IRN,2019,9,634000,669000 +IRN,2019,10,622000,654000 +IRN,2019,11,609000,638000 +IRN,2019,12,592000,621000 +IRN,2019,13,575000,604000 +IRN,2019,14,560000,589000 +IRN,2019,15,546000,575000 +IRN,2019,16,536000,564000 +IRN,2019,17,531000,556000 +IRN,2019,18,530000,550000 +IRN,2020,0,777000,807000 +IRN,2020,1,760000,796000 +IRN,2020,2,744000,783000 +IRN,2020,3,729000,771000 +IRN,2020,4,714000,757000 +IRN,2020,5,700000,743000 +IRN,2020,6,686000,729000 +IRN,2020,7,672000,714000 +IRN,2020,8,659000,698000 +IRN,2020,9,645000,683000 +IRN,2020,10,633000,668000 +IRN,2020,11,622000,654000 +IRN,2020,12,609000,639000 +IRN,2020,13,593000,621000 +IRN,2020,14,575000,604000 +IRN,2020,15,560000,588000 +IRN,2020,16,546000,575000 +IRN,2020,17,536000,563000 +IRN,2020,18,530000,555000 +IRN,2021,0,754000,783000 +IRN,2021,1,771000,802000 +IRN,2021,2,758000,794000 +IRN,2021,3,745000,783000 +IRN,2021,4,731000,772000 +IRN,2021,5,716000,758000 +IRN,2021,6,701000,744000 +IRN,2021,7,685000,728000 +IRN,2021,8,671000,712000 +IRN,2021,9,657000,697000 +IRN,2021,10,644000,682000 +IRN,2021,11,632000,667000 +IRN,2021,12,621000,653000 +IRN,2021,13,608000,637000 +IRN,2021,14,592000,620000 +IRN,2021,15,574000,603000 +IRN,2021,16,558000,587000 +IRN,2021,17,545000,573000 +IRN,2021,18,534000,561000 +IRN,2022,0,716000,746000 +IRN,2022,1,728000,762000 +IRN,2022,2,766000,798000 +IRN,2022,3,757000,792000 +IRN,2022,4,746000,784000 +IRN,2022,5,733000,773000 +IRN,2022,6,719000,760000 +IRN,2022,7,703000,745000 +IRN,2022,8,686000,728000 +IRN,2022,9,670000,711000 +IRN,2022,10,656000,696000 +IRN,2022,11,644000,682000 +IRN,2022,12,632000,667000 +IRN,2022,13,621000,652000 +IRN,2022,14,608000,637000 +IRN,2022,15,591000,620000 +IRN,2022,16,573000,602000 +IRN,2022,17,558000,586000 +IRN,2022,18,544000,572000 +IRN,2023,0,670000,702000 +IRN,2023,1,701000,735000 +IRN,2023,2,723000,758000 +IRN,2023,3,761000,794000 +IRN,2023,4,756000,792000 +IRN,2023,5,747000,785000 +IRN,2023,6,736000,775000 +IRN,2023,7,722000,763000 +IRN,2023,8,705000,747000 +IRN,2023,9,686000,729000 +IRN,2023,10,669000,711000 +IRN,2023,11,655000,696000 +IRN,2023,12,644000,682000 +IRN,2023,13,632000,667000 +IRN,2023,14,621000,652000 +IRN,2023,15,608000,637000 +IRN,2023,16,591000,619000 +IRN,2023,17,573000,601000 +IRN,2023,18,557000,585000 +IRN,2024,0,628000,662000 +IRN,2024,1,673000,708000 +IRN,2024,2,708000,742000 +IRN,2024,3,731000,767000 +IRN,2024,4,755000,790000 +IRN,2024,5,754000,791000 +IRN,2024,6,748000,786000 +IRN,2024,7,738000,777000 +IRN,2024,8,724000,765000 +IRN,2024,9,707000,748000 +IRN,2024,10,687000,729000 +IRN,2024,11,668000,710000 +IRN,2024,12,654000,695000 +IRN,2024,13,644000,681000 +IRN,2024,14,632000,667000 +IRN,2024,15,620000,652000 +IRN,2024,16,607000,636000 +IRN,2024,17,590000,619000 +IRN,2024,18,572000,600000 +IRN,2025,0,599000,634000 +IRN,2025,1,651000,685000 +IRN,2025,2,691000,725000 +IRN,2025,3,720000,754000 +IRN,2025,4,739000,774000 +IRN,2025,5,750000,785000 +IRN,2025,6,752000,789000 +IRN,2025,7,749000,786000 +IRN,2025,8,740000,779000 +IRN,2025,9,726000,766000 +IRN,2025,10,708000,750000 +IRN,2025,11,686000,729000 +IRN,2025,12,667000,709000 +IRN,2025,13,653000,694000 +IRN,2025,14,643000,681000 +IRN,2025,15,631000,666000 +IRN,2025,16,620000,651000 +IRN,2025,17,606000,635000 +IRN,2025,18,589000,618000 +IRN,2026,0,587000,622000 +IRN,2026,1,608000,643000 +IRN,2026,2,654000,688000 +IRN,2026,3,689000,723000 +IRN,2026,4,716000,751000 +IRN,2026,5,735000,770000 +IRN,2026,6,747000,783000 +IRN,2026,7,753000,789000 +IRN,2026,8,751000,789000 +IRN,2026,9,742000,781000 +IRN,2026,10,727000,767000 +IRN,2026,11,709000,750000 +IRN,2026,12,687000,729000 +IRN,2026,13,667000,709000 +IRN,2026,14,653000,694000 +IRN,2026,15,643000,681000 +IRN,2026,16,631000,666000 +IRN,2026,17,620000,651000 +IRN,2026,18,606000,635000 +IRN,2027,0,589000,623000 +IRN,2027,1,626000,659000 +IRN,2027,2,617000,652000 +IRN,2027,3,656000,690000 +IRN,2027,4,687000,721000 +IRN,2027,5,712000,746000 +IRN,2027,6,730000,765000 +IRN,2027,7,743000,779000 +IRN,2027,8,753000,789000 +IRN,2027,9,753000,791000 +IRN,2027,10,744000,783000 +IRN,2027,11,728000,767000 +IRN,2027,12,709000,750000 +IRN,2027,13,686000,729000 +IRN,2027,14,667000,709000 +IRN,2027,15,653000,693000 +IRN,2027,16,642000,680000 +IRN,2027,17,630000,665000 +IRN,2027,18,619000,650000 +IRN,2028,0,599000,631000 +IRN,2028,1,620000,652000 +IRN,2028,2,640000,672000 +IRN,2028,3,626000,660000 +IRN,2028,4,657000,691000 +IRN,2028,5,684000,718000 +IRN,2028,6,707000,741000 +IRN,2028,7,725000,760000 +IRN,2028,8,739000,775000 +IRN,2028,9,751000,788000 +IRN,2028,10,754000,792000 +IRN,2028,11,745000,784000 +IRN,2028,12,727000,767000 +IRN,2028,13,708000,749000 +IRN,2028,14,686000,728000 +IRN,2028,15,666000,708000 +IRN,2028,16,652000,692000 +IRN,2028,17,641000,678000 +IRN,2028,18,629000,663000 +IRN,2029,0,608000,639000 +IRN,2029,1,614000,645000 +IRN,2029,2,623000,655000 +IRN,2029,3,635000,668000 +IRN,2029,4,634000,668000 +IRN,2029,5,659000,692000 +IRN,2029,6,681000,715000 +IRN,2029,7,702000,736000 +IRN,2029,8,719000,755000 +IRN,2029,9,735000,771000 +IRN,2029,10,750000,787000 +IRN,2029,11,756000,793000 +IRN,2029,12,746000,785000 +IRN,2029,13,727000,767000 +IRN,2029,14,707000,748000 +IRN,2029,15,685000,727000 +IRN,2029,16,665000,707000 +IRN,2029,17,650000,691000 +IRN,2029,18,640000,677000 +IRN,2030,0,613000,643000 +IRN,2030,1,608000,638000 +IRN,2030,2,609000,641000 +IRN,2030,3,617000,648000 +IRN,2030,4,628000,661000 +IRN,2030,5,643000,676000 +IRN,2030,6,660000,694000 +IRN,2030,7,679000,713000 +IRN,2030,8,697000,732000 +IRN,2030,9,714000,750000 +IRN,2030,10,731000,767000 +IRN,2030,11,750000,786000 +IRN,2030,12,757000,794000 +IRN,2030,13,748000,786000 +IRN,2030,14,727000,767000 +IRN,2030,15,707000,748000 +IRN,2030,16,684000,726000 +IRN,2030,17,664000,706000 +IRN,2030,18,650000,690000 +IRN,2031,0,610000,639000 +IRN,2031,1,609000,639000 +IRN,2031,2,606000,637000 +IRN,2031,3,610000,641000 +IRN,2031,4,618000,650000 +IRN,2031,5,630000,662000 +IRN,2031,6,644000,677000 +IRN,2031,7,660000,694000 +IRN,2031,8,678000,712000 +IRN,2031,9,696000,731000 +IRN,2031,10,714000,749000 +IRN,2031,11,731000,767000 +IRN,2031,12,749000,786000 +IRN,2031,13,756000,793000 +IRN,2031,14,747000,785000 +IRN,2031,15,726000,766000 +IRN,2031,16,706000,746000 +IRN,2031,17,683000,725000 +IRN,2031,18,663000,705000 +IRN,2032,0,602000,632000 +IRN,2032,1,593000,623000 +IRN,2032,2,605000,635000 +IRN,2032,3,605000,636000 +IRN,2032,4,611000,642000 +IRN,2032,5,620000,651000 +IRN,2032,6,632000,664000 +IRN,2032,7,646000,679000 +IRN,2032,8,661000,694000 +IRN,2032,9,677000,711000 +IRN,2032,10,695000,730000 +IRN,2032,11,713000,749000 +IRN,2032,12,731000,767000 +IRN,2032,13,749000,785000 +IRN,2032,14,756000,793000 +IRN,2032,15,746000,784000 +IRN,2032,16,725000,765000 +IRN,2032,17,705000,745000 +IRN,2032,18,682000,724000 +IRN,2033,0,592000,622000 +IRN,2033,1,586000,615000 +IRN,2033,2,584000,614000 +IRN,2033,3,601000,631000 +IRN,2033,4,604000,635000 +IRN,2033,5,611000,643000 +IRN,2033,6,621000,653000 +IRN,2033,7,634000,666000 +IRN,2033,8,647000,680000 +IRN,2033,9,661000,694000 +IRN,2033,10,676000,711000 +IRN,2033,11,694000,729000 +IRN,2033,12,713000,748000 +IRN,2033,13,730000,766000 +IRN,2033,14,748000,785000 +IRN,2033,15,755000,792000 +IRN,2033,16,746000,784000 +IRN,2033,17,725000,764000 +IRN,2033,18,704000,744000 +IRN,2034,0,583000,613000 +IRN,2034,1,580000,609000 +IRN,2034,2,580000,610000 +IRN,2034,3,584000,614000 +IRN,2034,4,597000,627000 +IRN,2034,5,603000,634000 +IRN,2034,6,612000,643000 +IRN,2034,7,623000,655000 +IRN,2034,8,635000,668000 +IRN,2034,9,648000,681000 +IRN,2034,10,661000,694000 +IRN,2034,11,676000,710000 +IRN,2034,12,694000,729000 +IRN,2034,13,712000,748000 +IRN,2034,14,730000,766000 +IRN,2034,15,748000,784000 +IRN,2034,16,755000,792000 +IRN,2034,17,745000,783000 +IRN,2034,18,724000,763000 +IRN,2035,0,577000,607000 +IRN,2035,1,576000,605000 +IRN,2035,2,577000,606000 +IRN,2035,3,580000,610000 +IRN,2035,4,585000,615000 +IRN,2035,5,593000,623000 +IRN,2035,6,602000,633000 +IRN,2035,7,613000,644000 +IRN,2035,8,624000,656000 +IRN,2035,9,637000,669000 +IRN,2035,10,649000,682000 +IRN,2035,11,661000,694000 +IRN,2035,12,675000,709000 +IRN,2035,13,693000,727000 +IRN,2035,14,712000,747000 +IRN,2035,15,729000,766000 +IRN,2035,16,747000,784000 +IRN,2035,17,754000,791000 +IRN,2035,18,744000,782000 +IRN,2036,0,576000,606000 +IRN,2036,1,577000,606000 +IRN,2036,2,575000,605000 +IRN,2036,3,577000,606000 +IRN,2036,4,580000,610000 +IRN,2036,5,586000,616000 +IRN,2036,6,593000,624000 +IRN,2036,7,602000,633000 +IRN,2036,8,613000,644000 +IRN,2036,9,624000,656000 +IRN,2036,10,637000,669000 +IRN,2036,11,649000,682000 +IRN,2036,12,661000,694000 +IRN,2036,13,674000,709000 +IRN,2036,14,692000,727000 +IRN,2036,15,711000,747000 +IRN,2036,16,729000,765000 +IRN,2036,17,747000,783000 +IRN,2036,18,753000,790000 +IRN,2037,0,578000,607000 +IRN,2037,1,575000,604000 +IRN,2037,2,576000,605000 +IRN,2037,3,575000,605000 +IRN,2037,4,577000,606000 +IRN,2037,5,581000,610000 +IRN,2037,6,586000,616000 +IRN,2037,7,594000,624000 +IRN,2037,8,602000,633000 +IRN,2037,9,612000,644000 +IRN,2037,10,624000,656000 +IRN,2037,11,637000,669000 +IRN,2037,12,649000,682000 +IRN,2037,13,660000,694000 +IRN,2037,14,674000,708000 +IRN,2037,15,692000,726000 +IRN,2037,16,711000,746000 +IRN,2037,17,728000,764000 +IRN,2037,18,746000,782000 +IRN,2038,0,581000,611000 +IRN,2038,1,577000,606000 +IRN,2038,2,574000,603000 +IRN,2038,3,574000,604000 +IRN,2038,4,575000,604000 +IRN,2038,5,577000,606000 +IRN,2038,6,581000,611000 +IRN,2038,7,587000,617000 +IRN,2038,8,594000,624000 +IRN,2038,9,602000,633000 +IRN,2038,10,612000,643000 +IRN,2038,11,624000,655000 +IRN,2038,12,636000,669000 +IRN,2038,13,649000,682000 +IRN,2038,14,660000,693000 +IRN,2038,15,673000,708000 +IRN,2038,16,691000,726000 +IRN,2038,17,710000,745000 +IRN,2038,18,727000,763000 +IRN,2039,0,585000,615000 +IRN,2039,1,579000,609000 +IRN,2039,2,575000,604000 +IRN,2039,3,573000,602000 +IRN,2039,4,573000,603000 +IRN,2039,5,574000,604000 +IRN,2039,6,577000,606000 +IRN,2039,7,581000,611000 +IRN,2039,8,587000,617000 +IRN,2039,9,594000,624000 +IRN,2039,10,602000,633000 +IRN,2039,11,612000,643000 +IRN,2039,12,623000,655000 +IRN,2039,13,636000,668000 +IRN,2039,14,648000,681000 +IRN,2039,15,659000,693000 +IRN,2039,16,673000,707000 +IRN,2039,17,690000,725000 +IRN,2039,18,709000,744000 +IRN,2040,0,589000,619000 +IRN,2040,1,582000,612000 +IRN,2040,2,577000,606000 +IRN,2040,3,573000,603000 +IRN,2040,4,572000,601000 +IRN,2040,5,572000,601000 +IRN,2040,6,573000,603000 +IRN,2040,7,577000,606000 +IRN,2040,8,581000,611000 +IRN,2040,9,587000,617000 +IRN,2040,10,594000,624000 +IRN,2040,11,602000,632000 +IRN,2040,12,611000,642000 +IRN,2040,13,623000,654000 +IRN,2040,14,636000,668000 +IRN,2040,15,648000,681000 +IRN,2040,16,659000,692000 +IRN,2040,17,672000,706000 +IRN,2040,18,689000,724000 +IRN,2041,0,592000,622000 +IRN,2041,1,588000,618000 +IRN,2041,2,582000,611000 +IRN,2041,3,577000,607000 +IRN,2041,4,574000,603000 +IRN,2041,5,572000,602000 +IRN,2041,6,572000,602000 +IRN,2041,7,574000,603000 +IRN,2041,8,577000,606000 +IRN,2041,9,581000,611000 +IRN,2041,10,587000,617000 +IRN,2041,11,594000,624000 +IRN,2041,12,602000,632000 +IRN,2041,13,611000,642000 +IRN,2041,14,622000,654000 +IRN,2041,15,635000,667000 +IRN,2041,16,647000,680000 +IRN,2041,17,658000,691000 +IRN,2041,18,671000,705000 +IRN,2042,0,595000,625000 +IRN,2042,1,588000,619000 +IRN,2042,2,587000,617000 +IRN,2042,3,581000,611000 +IRN,2042,4,577000,607000 +IRN,2042,5,574000,604000 +IRN,2042,6,573000,602000 +IRN,2042,7,573000,602000 +IRN,2042,8,574000,603000 +IRN,2042,9,576000,606000 +IRN,2042,10,581000,610000 +IRN,2042,11,587000,617000 +IRN,2042,12,594000,624000 +IRN,2042,13,601000,632000 +IRN,2042,14,611000,642000 +IRN,2042,15,622000,653000 +IRN,2042,16,634000,667000 +IRN,2042,17,646000,679000 +IRN,2042,18,657000,690000 +IRN,2043,0,597000,628000 +IRN,2043,1,592000,622000 +IRN,2043,2,587000,617000 +IRN,2043,3,585000,616000 +IRN,2043,4,581000,611000 +IRN,2043,5,577000,607000 +IRN,2043,6,575000,604000 +IRN,2043,7,573000,603000 +IRN,2043,8,573000,602000 +IRN,2043,9,574000,603000 +IRN,2043,10,576000,606000 +IRN,2043,11,580000,610000 +IRN,2043,12,586000,616000 +IRN,2043,13,593000,624000 +IRN,2043,14,601000,632000 +IRN,2043,15,610000,641000 +IRN,2043,16,621000,653000 +IRN,2043,17,634000,666000 +IRN,2043,18,646000,678000 +IRN,2044,0,600000,631000 +IRN,2044,1,595000,626000 +IRN,2044,2,591000,621000 +IRN,2044,3,586000,617000 +IRN,2044,4,584000,614000 +IRN,2044,5,580000,610000 +IRN,2044,6,577000,607000 +IRN,2044,7,575000,604000 +IRN,2044,8,573000,603000 +IRN,2044,9,573000,603000 +IRN,2044,10,574000,603000 +IRN,2044,11,576000,605000 +IRN,2044,12,580000,610000 +IRN,2044,13,586000,616000 +IRN,2044,14,593000,623000 +IRN,2044,15,600000,631000 +IRN,2044,16,610000,641000 +IRN,2044,17,621000,652000 +IRN,2044,18,633000,665000 +IRN,2045,0,602000,633000 +IRN,2045,1,598000,629000 +IRN,2045,2,594000,625000 +IRN,2045,3,590000,621000 +IRN,2045,4,586000,617000 +IRN,2045,5,583000,613000 +IRN,2045,6,580000,609000 +IRN,2045,7,577000,607000 +IRN,2045,8,575000,604000 +IRN,2045,9,574000,603000 +IRN,2045,10,573000,603000 +IRN,2045,11,573000,603000 +IRN,2045,12,575000,605000 +IRN,2045,13,579000,609000 +IRN,2045,14,586000,616000 +IRN,2045,15,592000,623000 +IRN,2045,16,600000,630000 +IRN,2045,17,609000,640000 +IRN,2045,18,620000,651000 +IRN,2046,0,604000,635000 +IRN,2046,1,602000,633000 +IRN,2046,2,598000,629000 +IRN,2046,3,594000,625000 +IRN,2046,4,590000,621000 +IRN,2046,5,586000,617000 +IRN,2046,6,583000,613000 +IRN,2046,7,580000,610000 +IRN,2046,8,577000,607000 +IRN,2046,9,575000,605000 +IRN,2046,10,574000,603000 +IRN,2046,11,573000,602000 +IRN,2046,12,573000,603000 +IRN,2046,13,575000,604000 +IRN,2046,14,579000,609000 +IRN,2046,15,585000,615000 +IRN,2046,16,592000,622000 +IRN,2046,17,599000,630000 +IRN,2046,18,608000,639000 +IRN,2047,0,606000,638000 +IRN,2047,1,604000,635000 +IRN,2047,2,601000,632000 +IRN,2047,3,598000,629000 +IRN,2047,4,594000,625000 +IRN,2047,5,590000,621000 +IRN,2047,6,587000,617000 +IRN,2047,7,583000,613000 +IRN,2047,8,580000,610000 +IRN,2047,9,577000,607000 +IRN,2047,10,575000,605000 +IRN,2047,11,574000,603000 +IRN,2047,12,573000,602000 +IRN,2047,13,573000,602000 +IRN,2047,14,575000,604000 +IRN,2047,15,579000,608000 +IRN,2047,16,585000,614000 +IRN,2047,17,591000,621000 +IRN,2047,18,598000,629000 +IRN,2048,0,608000,639000 +IRN,2048,1,606000,638000 +IRN,2048,2,604000,635000 +IRN,2048,3,601000,632000 +IRN,2048,4,598000,629000 +IRN,2048,5,594000,625000 +IRN,2048,6,590000,621000 +IRN,2048,7,586000,617000 +IRN,2048,8,583000,613000 +IRN,2048,9,580000,610000 +IRN,2048,10,577000,607000 +IRN,2048,11,575000,604000 +IRN,2048,12,573000,603000 +IRN,2048,13,573000,602000 +IRN,2048,14,572000,602000 +IRN,2048,15,574000,604000 +IRN,2048,16,578000,608000 +IRN,2048,17,584000,614000 +IRN,2048,18,590000,620000 +IRN,2049,0,608000,640000 +IRN,2049,1,608000,639000 +IRN,2049,2,606000,637000 +IRN,2049,3,604000,635000 +IRN,2049,4,601000,632000 +IRN,2049,5,597000,628000 +IRN,2049,6,594000,624000 +IRN,2049,7,590000,620000 +IRN,2049,8,586000,617000 +IRN,2049,9,583000,613000 +IRN,2049,10,579000,609000 +IRN,2049,11,577000,606000 +IRN,2049,12,574000,604000 +IRN,2049,13,573000,602000 +IRN,2049,14,572000,602000 +IRN,2049,15,572000,601000 +IRN,2049,16,573000,603000 +IRN,2049,17,577000,607000 +IRN,2049,18,583000,613000 +IRN,2050,0,608000,639000 +IRN,2050,1,608000,639000 +IRN,2050,2,607000,638000 +IRN,2050,3,605000,637000 +IRN,2050,4,603000,634000 +IRN,2050,5,600000,631000 +IRN,2050,6,597000,628000 +IRN,2050,7,593000,624000 +IRN,2050,8,590000,620000 +IRN,2050,9,586000,616000 +IRN,2050,10,582000,612000 +IRN,2050,11,579000,609000 +IRN,2050,12,576000,606000 +IRN,2050,13,574000,604000 +IRN,2050,14,572000,602000 +IRN,2050,15,571000,601000 +IRN,2050,16,571000,601000 +IRN,2050,17,573000,602000 +IRN,2050,18,576000,606000 +IRQ,1990,0,309020,327445 +IRQ,1990,1,298499,315738 +IRQ,1990,2,289127,305420 +IRQ,1990,3,280777,296332 +IRQ,1990,4,273320,288314 +IRQ,1990,5,266630,281207 +IRQ,1990,6,260580,274852 +IRQ,1990,7,255043,269089 +IRQ,1990,8,249890,263758 +IRQ,1990,9,244995,258700 +IRQ,1990,10,240393,253931 +IRQ,1990,11,236116,249467 +IRQ,1990,12,231231,244271 +IRQ,1990,13,225288,237830 +IRQ,1990,14,218643,230513 +IRQ,1990,15,211992,223146 +IRQ,1990,16,205060,215503 +IRQ,1990,17,198453,207765 +IRQ,1990,18,192499,200085 +IRQ,1991,0,313969,333283 +IRQ,1991,1,306545,324632 +IRQ,1991,2,296697,313702 +IRQ,1991,3,287794,303928 +IRQ,1991,4,279739,295184 +IRQ,1991,5,272433,287344 +IRQ,1991,6,265754,280251 +IRQ,1991,7,259577,273750 +IRQ,1991,8,253942,267863 +IRQ,1991,9,248806,262523 +IRQ,1991,10,243991,257514 +IRQ,1991,11,239397,252715 +IRQ,1991,12,235089,248181 +IRQ,1991,13,230164,242874 +IRQ,1991,14,224174,236273 +IRQ,1991,15,217480,228768 +IRQ,1991,16,210777,221219 +IRQ,1991,17,203790,213387 +IRQ,1991,18,197140,205524 +IRQ,1992,0,318716,339095 +IRQ,1992,1,309277,328157 +IRQ,1992,2,304811,322618 +IRQ,1992,3,295611,312435 +IRQ,1992,4,287154,303180 +IRQ,1992,5,279372,294757 +IRQ,1992,6,272200,287074 +IRQ,1992,7,265516,279979 +IRQ,1992,8,259198,273317 +IRQ,1992,9,253452,267292 +IRQ,1992,10,248321,261930 +IRQ,1992,11,243573,256958 +IRQ,1992,12,238977,252117 +IRQ,1992,13,234627,247502 +IRQ,1992,14,229650,242072 +IRQ,1992,15,223600,235295 +IRQ,1992,16,216841,227585 +IRQ,1992,17,210069,219835 +IRQ,1992,18,203011,211797 +IRQ,1993,0,323937,345387 +IRQ,1993,1,315589,335430 +IRQ,1993,2,307635,326136 +IRQ,1993,3,303573,321141 +IRQ,1993,4,295006,311689 +IRQ,1993,5,286981,302936 +IRQ,1993,6,279461,294821 +IRQ,1993,7,272411,287283 +IRQ,1993,8,265710,280172 +IRQ,1993,9,259241,273338 +IRQ,1993,10,253375,267166 +IRQ,1993,11,248240,261772 +IRQ,1993,12,243552,256829 +IRQ,1993,13,238947,251938 +IRQ,1993,14,234548,247235 +IRQ,1993,15,229510,241673 +IRQ,1993,16,223390,234708 +IRQ,1993,17,216555,226782 +IRQ,1993,18,209704,218818 +IRQ,1994,0,330577,352886 +IRQ,1994,1,322955,343649 +IRQ,1994,2,315447,334773 +IRQ,1994,3,308062,326239 +IRQ,1994,4,302510,319871 +IRQ,1994,5,294571,311145 +IRQ,1994,6,286975,302890 +IRQ,1994,7,279713,295078 +IRQ,1994,8,272780,287681 +IRQ,1994,9,266060,280550 +IRQ,1994,10,259435,273539 +IRQ,1994,11,253445,267215 +IRQ,1994,12,248303,261786 +IRQ,1994,13,243673,256869 +IRQ,1994,14,239055,251924 +IRQ,1994,15,234606,247129 +IRQ,1994,16,229504,241431 +IRQ,1994,17,223310,234274 +IRQ,1994,18,216394,226124 +IRQ,1995,0,339267,362078 +IRQ,1995,1,331602,352934 +IRQ,1995,2,323962,344011 +IRQ,1995,3,316370,335313 +IRQ,1995,4,308850,326844 +IRQ,1995,5,301425,318609 +IRQ,1995,6,294118,310611 +IRQ,1995,7,286952,302856 +IRQ,1995,8,279950,295347 +IRQ,1995,9,273135,288090 +IRQ,1995,10,266394,280940 +IRQ,1995,11,259614,273751 +IRQ,1995,12,253501,267274 +IRQ,1995,13,248352,261810 +IRQ,1995,14,243779,256918 +IRQ,1995,15,239150,251920 +IRQ,1995,16,234649,247033 +IRQ,1995,17,229484,241198 +IRQ,1995,18,223216,233848 +IRQ,1996,0,350152,372794 +IRQ,1996,1,339297,361620 +IRQ,1996,2,331341,352373 +IRQ,1996,3,323550,343425 +IRQ,1996,4,315921,334765 +IRQ,1996,5,308451,326378 +IRQ,1996,6,301167,318273 +IRQ,1996,7,294093,310457 +IRQ,1996,8,287089,302818 +IRQ,1996,9,280097,295307 +IRQ,1996,10,273197,287970 +IRQ,1996,11,266416,280763 +IRQ,1996,12,259613,273528 +IRQ,1996,13,253477,266984 +IRQ,1996,14,248311,261428 +IRQ,1996,15,243723,256430 +IRQ,1996,16,239074,251326 +IRQ,1996,17,234550,246326 +IRQ,1996,18,229367,240415 +IRQ,1997,0,362901,385023 +IRQ,1997,1,352407,373843 +IRQ,1997,2,339201,361099 +IRQ,1997,3,330957,351749 +IRQ,1997,4,323017,342778 +IRQ,1997,5,315353,334156 +IRQ,1997,6,307937,325854 +IRQ,1997,7,300796,317881 +IRQ,1997,8,293959,310247 +IRQ,1997,9,287120,302727 +IRQ,1997,10,280140,295215 +IRQ,1997,11,273157,287798 +IRQ,1997,12,266339,280536 +IRQ,1997,13,259516,273257 +IRQ,1997,14,253360,266646 +IRQ,1997,15,248177,260999 +IRQ,1997,16,243576,255896 +IRQ,1997,17,238909,250686 +IRQ,1997,18,234365,245575 +IRQ,1998,0,376261,397759 +IRQ,1998,1,363754,385067 +IRQ,1998,2,352201,373208 +IRQ,1998,3,339000,360520 +IRQ,1998,4,330472,351069 +IRQ,1998,5,322386,342076 +IRQ,1998,6,314689,333495 +IRQ,1998,7,307329,325279 +IRQ,1998,8,300334,317439 +IRQ,1998,9,293735,309988 +IRQ,1998,10,287062,302588 +IRQ,1998,11,280097,295076 +IRQ,1998,12,273034,287580 +IRQ,1998,13,266180,280264 +IRQ,1998,14,259340,272942 +IRQ,1998,15,253165,266267 +IRQ,1998,16,247968,260529 +IRQ,1998,17,243355,255322 +IRQ,1998,18,238671,250007 +IRQ,1999,0,388536,409653 +IRQ,1999,1,374594,395900 +IRQ,1999,2,361883,383176 +IRQ,1999,3,350301,371400 +IRQ,1999,4,338781,359954 +IRQ,1999,5,329968,350402 +IRQ,1999,6,321736,341388 +IRQ,1999,7,314008,332846 +IRQ,1999,8,306703,324715 +IRQ,1999,9,299854,317008 +IRQ,1999,10,293494,309741 +IRQ,1999,11,286989,302460 +IRQ,1999,12,280038,294947 +IRQ,1999,13,272895,287373 +IRQ,1999,14,266006,280003 +IRQ,1999,15,259148,272638 +IRQ,1999,16,252955,265897 +IRQ,1999,17,247744,260069 +IRQ,1999,18,243119,254757 +IRQ,2000,0,398483,419707 +IRQ,2000,1,384221,405771 +IRQ,2000,2,371200,392853 +IRQ,2000,3,359316,380871 +IRQ,2000,4,348466,369745 +IRQ,2000,5,338544,359396 +IRQ,2000,6,329447,349744 +IRQ,2000,7,321070,340706 +IRQ,2000,8,313309,332205 +IRQ,2000,9,306061,324159 +IRQ,2000,10,299359,316585 +IRQ,2000,11,293238,309500 +IRQ,2000,12,286900,302339 +IRQ,2000,13,279964,294826 +IRQ,2000,14,272742,287173 +IRQ,2000,15,265818,279749 +IRQ,2000,16,258943,272340 +IRQ,2000,17,252733,265533 +IRQ,2000,18,247507,259614 +IRQ,2001,0,406493,428379 +IRQ,2001,1,396966,418296 +IRQ,2001,2,383687,405187 +IRQ,2001,3,371318,392827 +IRQ,2001,4,359806,381176 +IRQ,2001,5,349097,370194 +IRQ,2001,6,339091,359804 +IRQ,2001,7,329686,349928 +IRQ,2001,8,321070,340713 +IRQ,2001,9,313289,332195 +IRQ,2001,10,306143,324221 +IRQ,2001,11,299429,316626 +IRQ,2001,12,293235,309469 +IRQ,2001,13,286802,302210 +IRQ,2001,14,279747,294569 +IRQ,2001,15,272392,286771 +IRQ,2001,16,265332,279201 +IRQ,2001,17,258319,271640 +IRQ,2001,18,251992,264708 +IRQ,2002,0,412560,435589 +IRQ,2002,1,401337,424147 +IRQ,2002,2,395608,417054 +IRQ,2002,3,383309,404769 +IRQ,2002,4,371589,392964 +IRQ,2002,5,360445,381641 +IRQ,2002,6,349875,370799 +IRQ,2002,7,339780,360363 +IRQ,2002,8,330061,350259 +IRQ,2002,9,321202,340862 +IRQ,2002,10,313397,332324 +IRQ,2002,11,306350,324419 +IRQ,2002,12,299621,316799 +IRQ,2002,13,293352,309567 +IRQ,2002,14,286822,302206 +IRQ,2002,15,279645,294435 +IRQ,2002,16,272152,286488 +IRQ,2002,17,264955,278767 +IRQ,2002,18,257800,271051 +IRQ,2003,0,416895,441271 +IRQ,2003,1,408253,431900 +IRQ,2003,2,399276,422272 +IRQ,2003,3,393942,415470 +IRQ,2003,4,382637,404021 +IRQ,2003,5,371576,392784 +IRQ,2003,6,360810,381798 +IRQ,2003,7,350387,371105 +IRQ,2003,8,340210,360632 +IRQ,2003,9,330185,350307 +IRQ,2003,10,321089,340735 +IRQ,2003,11,313265,332184 +IRQ,2003,12,306324,324355 +IRQ,2003,13,299585,316716 +IRQ,2003,14,293245,309414 +IRQ,2003,15,286622,301958 +IRQ,2003,16,279328,294061 +IRQ,2003,17,271704,285971 +IRQ,2003,18,264373,278106 +IRQ,2004,0,419999,445521 +IRQ,2004,1,413673,438033 +IRQ,2004,2,406449,429839 +IRQ,2004,3,398456,421045 +IRQ,2004,4,391437,412967 +IRQ,2004,5,381150,402380 +IRQ,2004,6,370773,391734 +IRQ,2004,7,360407,381111 +IRQ,2004,8,350153,370590 +IRQ,2004,9,339917,360103 +IRQ,2004,10,329606,349580 +IRQ,2004,11,320292,339854 +IRQ,2004,12,312466,331309 +IRQ,2004,13,305646,323573 +IRQ,2004,14,298912,315932 +IRQ,2004,15,292514,308577 +IRQ,2004,16,285813,301041 +IRQ,2004,17,278416,293037 +IRQ,2004,18,270677,284822 +IRQ,2005,0,422525,448715 +IRQ,2005,1,417663,442464 +IRQ,2005,2,411621,435281 +IRQ,2005,3,404551,427287 +IRQ,2005,4,396603,418604 +IRQ,2005,5,387929,409352 +IRQ,2005,6,378682,399651 +IRQ,2005,7,369012,389623 +IRQ,2005,8,359072,379389 +IRQ,2005,9,349013,369069 +IRQ,2005,10,338744,358596 +IRQ,2005,11,328175,347904 +IRQ,2005,12,318669,338052 +IRQ,2005,13,310861,329536 +IRQ,2005,14,304178,321913 +IRQ,2005,15,297467,314291 +IRQ,2005,16,291028,306903 +IRQ,2005,17,284265,299309 +IRQ,2005,18,276787,291220 +IRQ,2006,0,426601,453197 +IRQ,2006,1,421344,447136 +IRQ,2006,2,416038,440575 +IRQ,2006,3,409806,433285 +IRQ,2006,4,402745,425342 +IRQ,2006,5,394955,416823 +IRQ,2006,6,386590,407852 +IRQ,2006,7,377809,398554 +IRQ,2006,8,368416,388766 +IRQ,2006,9,358395,378472 +IRQ,2006,10,348018,367891 +IRQ,2006,11,337504,357210 +IRQ,2006,12,326723,346336 +IRQ,2006,13,316916,336205 +IRQ,2006,14,308697,327285 +IRQ,2006,15,301536,319185 +IRQ,2006,16,294351,311091 +IRQ,2006,17,287434,303223 +IRQ,2006,18,280272,295227 +IRQ,2007,0,429742,456278 +IRQ,2007,1,425264,450672 +IRQ,2007,2,419137,444424 +IRQ,2007,3,413402,437571 +IRQ,2007,4,406995,430193 +IRQ,2007,5,399962,422321 +IRQ,2007,6,392347,413987 +IRQ,2007,7,384311,405320 +IRQ,2007,8,376015,396445 +IRQ,2007,9,366922,386923 +IRQ,2007,10,356845,376596 +IRQ,2007,11,346176,365780 +IRQ,2007,12,335444,354920 +IRQ,2007,13,324478,343891 +IRQ,2007,14,314395,333507 +IRQ,2007,15,305785,324209 +IRQ,2007,16,298165,315653 +IRQ,2007,17,290527,307109 +IRQ,2007,18,283149,298783 +IRQ,2008,0,434310,460629 +IRQ,2008,1,428944,454466 +IRQ,2008,2,423137,447907 +IRQ,2008,3,417012,441780 +IRQ,2008,4,410848,434636 +IRQ,2008,5,404267,427169 +IRQ,2008,6,397260,419367 +IRQ,2008,7,389818,411217 +IRQ,2008,8,382108,402850 +IRQ,2008,9,374293,394396 +IRQ,2008,10,365497,385136 +IRQ,2008,11,355362,374774 +IRQ,2008,12,344401,363725 +IRQ,2008,13,333450,352684 +IRQ,2008,14,322298,341500 +IRQ,2008,15,311940,330865 +IRQ,2008,16,302940,321188 +IRQ,2008,17,294862,312179 +IRQ,2008,18,286772,303187 +IRQ,2009,0,443261,469626 +IRQ,2009,1,436275,462112 +IRQ,2009,2,429394,454656 +IRQ,2009,3,422563,447215 +IRQ,2009,4,416241,440584 +IRQ,2009,5,409629,433127 +IRQ,2009,6,402853,425547 +IRQ,2009,7,395849,417788 +IRQ,2009,8,388557,409795 +IRQ,2009,9,381146,401701 +IRQ,2009,10,373787,393639 +IRQ,2009,11,365257,384610 +IRQ,2009,12,355032,374180 +IRQ,2009,13,343745,362861 +IRQ,2009,14,332540,351605 +IRQ,2009,15,321167,340230 +IRQ,2009,16,310500,329308 +IRQ,2009,17,301081,319223 +IRQ,2009,18,292521,309732 +IRQ,2010,0,458310,485273 +IRQ,2010,1,449045,475575 +IRQ,2010,2,440446,466454 +IRQ,2010,3,432396,457811 +IRQ,2010,4,424781,449546 +IRQ,2010,5,417484,441559 +IRQ,2010,6,410391,433749 +IRQ,2010,7,403385,426018 +IRQ,2010,8,396351,418265 +IRQ,2010,9,389173,410390 +IRQ,2010,10,382028,402530 +IRQ,2010,11,375091,394823 +IRQ,2010,12,366788,385982 +IRQ,2010,13,356423,375433 +IRQ,2010,14,344753,363787 +IRQ,2010,15,333237,352257 +IRQ,2010,16,321587,340634 +IRQ,2010,17,310557,329370 +IRQ,2010,18,300672,318824 +IRQ,2011,0,474426,502128 +IRQ,2011,1,458014,484728 +IRQ,2011,2,448352,474563 +IRQ,2011,3,439464,465116 +IRQ,2011,4,431225,456274 +IRQ,2011,5,423511,447921 +IRQ,2011,6,416205,439956 +IRQ,2011,7,409188,432276 +IRQ,2011,8,402308,424698 +IRQ,2011,9,395427,417080 +IRQ,2011,10,388442,409347 +IRQ,2011,11,381535,401688 +IRQ,2011,12,374858,394211 +IRQ,2011,13,366918,385691 +IRQ,2011,14,357052,375585 +IRQ,2011,15,345962,364455 +IRQ,2011,16,335013,353433 +IRQ,2011,17,323931,342319 +IRQ,2011,18,313381,331500 +IRQ,2012,0,496673,525627 +IRQ,2012,1,480190,508299 +IRQ,2012,2,459606,486217 +IRQ,2012,3,449509,475544 +IRQ,2012,4,440295,465734 +IRQ,2012,5,431833,456656 +IRQ,2012,6,423990,448180 +IRQ,2012,7,416644,440203 +IRQ,2012,8,409675,432620 +IRQ,2012,9,402891,425164 +IRQ,2012,10,396136,417647 +IRQ,2012,11,389313,410023 +IRQ,2012,12,382616,402533 +IRQ,2012,13,376170,395253 +IRQ,2012,14,368559,387018 +IRQ,2012,15,359151,377311 +IRQ,2012,16,348592,366650 +IRQ,2012,17,338163,356087 +IRQ,2012,18,327602,345433 +IRQ,2013,0,520135,550552 +IRQ,2013,1,500013,529231 +IRQ,2013,2,482425,510539 +IRQ,2013,3,462017,488606 +IRQ,2013,4,451465,477404 +IRQ,2013,5,441910,467212 +IRQ,2013,6,433209,457881 +IRQ,2013,7,425221,449266 +IRQ,2013,8,417822,441262 +IRQ,2013,9,410889,433762 +IRQ,2013,10,404190,426414 +IRQ,2013,11,397549,418986 +IRQ,2013,12,390876,411457 +IRQ,2013,13,384378,404122 +IRQ,2013,14,378152,397026 +IRQ,2013,15,370858,389062 +IRQ,2013,16,361891,379738 +IRQ,2013,17,351848,369527 +IRQ,2013,18,341922,359405 +IRQ,2014,0,538098,569765 +IRQ,2014,1,516467,546685 +IRQ,2014,2,497439,526370 +IRQ,2014,3,480777,508567 +IRQ,2014,4,464080,490663 +IRQ,2014,5,453080,478939 +IRQ,2014,6,443188,468368 +IRQ,2014,7,434255,458791 +IRQ,2014,8,426128,450042 +IRQ,2014,9,418682,442016 +IRQ,2014,10,411790,434606 +IRQ,2014,11,405182,427371 +IRQ,2014,12,398659,420037 +IRQ,2014,13,392143,412609 +IRQ,2014,14,385849,405434 +IRQ,2014,15,379850,398529 +IRQ,2014,16,372879,390841 +IRQ,2014,17,364363,381909 +IRQ,2014,18,354845,372157 +IRQ,2015,0,546029,578428 +IRQ,2015,1,526127,557045 +IRQ,2015,2,508239,537849 +IRQ,2015,3,492206,520665 +IRQ,2015,4,477869,505313 +IRQ,2015,5,465069,491615 +IRQ,2015,6,453646,479393 +IRQ,2015,7,443441,468469 +IRQ,2015,8,434295,458665 +IRQ,2015,9,426048,449803 +IRQ,2015,10,418572,441774 +IRQ,2015,11,411737,434469 +IRQ,2015,12,405235,427364 +IRQ,2015,13,398846,420141 +IRQ,2015,14,392502,412830 +IRQ,2015,15,386427,405833 +IRQ,2015,16,380668,399134 +IRQ,2015,17,374037,391741 +IRQ,2015,18,365991,383219 +IRQ,2016,0,544474,576969 +IRQ,2016,1,543361,575380 +IRQ,2016,2,525950,556659 +IRQ,2016,3,509624,539137 +IRQ,2016,4,494376,522801 +IRQ,2016,5,480203,507635 +IRQ,2016,6,466945,493462 +IRQ,2016,7,454444,480104 +IRQ,2016,8,443465,468364 +IRQ,2016,9,434313,458551 +IRQ,2016,10,426519,450163 +IRQ,2016,11,419185,442277 +IRQ,2016,12,412335,434949 +IRQ,2016,13,405814,427809 +IRQ,2016,14,399403,420535 +IRQ,2016,15,393034,413165 +IRQ,2016,16,386932,406107 +IRQ,2016,17,381145,399345 +IRQ,2016,18,374487,391902 +IRQ,2017,0,533273,565402 +IRQ,2017,1,528170,559501 +IRQ,2017,2,540054,571711 +IRQ,2017,3,525161,555678 +IRQ,2017,4,510419,539852 +IRQ,2017,5,495976,524383 +IRQ,2017,6,481984,509421 +IRQ,2017,7,468283,494787 +IRQ,2017,8,454715,480305 +IRQ,2017,9,442974,467758 +IRQ,2017,10,433826,457947 +IRQ,2017,11,426495,450043 +IRQ,2017,12,419311,442309 +IRQ,2017,13,412455,434967 +IRQ,2017,14,405923,427799 +IRQ,2017,15,399497,420482 +IRQ,2017,16,393109,413059 +IRQ,2017,17,386988,405949 +IRQ,2017,18,381180,399130 +IRQ,2018,0,517852,549380 +IRQ,2018,1,522743,554006 +IRQ,2018,2,523854,554735 +IRQ,2018,3,536234,567524 +IRQ,2018,4,523874,554195 +IRQ,2018,5,510731,540081 +IRQ,2018,6,497107,525494 +IRQ,2018,7,483309,510748 +IRQ,2018,8,469178,495667 +IRQ,2018,9,454556,480074 +IRQ,2018,10,442062,466731 +IRQ,2018,11,432927,456931 +IRQ,2018,12,426067,449518 +IRQ,2018,13,419041,441942 +IRQ,2018,14,412183,434592 +IRQ,2018,15,405647,427403 +IRQ,2018,16,399212,420050 +IRQ,2018,17,392813,412581 +IRQ,2018,18,386678,405424 +IRQ,2019,0,506000,537000 +IRQ,2019,1,518000,550000 +IRQ,2019,2,525000,557000 +IRQ,2019,3,528000,559000 +IRQ,2019,4,532000,563000 +IRQ,2019,5,522000,552000 +IRQ,2019,6,511000,540000 +IRQ,2019,7,498000,526000 +IRQ,2019,8,484000,512000 +IRQ,2019,9,470000,496000 +IRQ,2019,10,454000,479000 +IRQ,2019,11,441000,465000 +IRQ,2019,12,432000,456000 +IRQ,2019,13,425000,449000 +IRQ,2019,14,418000,441000 +IRQ,2019,15,412000,434000 +IRQ,2019,16,405000,427000 +IRQ,2019,17,399000,419000 +IRQ,2019,18,392000,412000 +IRQ,2020,0,503000,534000 +IRQ,2020,1,518000,549000 +IRQ,2020,2,528000,559000 +IRQ,2020,3,532000,563000 +IRQ,2020,4,532000,563000 +IRQ,2020,5,528000,558000 +IRQ,2020,6,520000,550000 +IRQ,2020,7,511000,540000 +IRQ,2020,8,499000,527000 +IRQ,2020,9,485000,513000 +IRQ,2020,10,470000,497000 +IRQ,2020,11,453000,479000 +IRQ,2020,12,440000,464000 +IRQ,2020,13,430000,454000 +IRQ,2020,14,425000,448000 +IRQ,2020,15,418000,440000 +IRQ,2020,16,411000,433000 +IRQ,2020,17,404000,426000 +IRQ,2020,18,398000,418000 +IRQ,2021,0,513000,544000 +IRQ,2021,1,508000,539000 +IRQ,2021,2,520000,551000 +IRQ,2021,3,527000,558000 +IRQ,2021,4,530000,561000 +IRQ,2021,5,529000,560000 +IRQ,2021,6,526000,556000 +IRQ,2021,7,520000,550000 +IRQ,2021,8,512000,541000 +IRQ,2021,9,500000,528000 +IRQ,2021,10,486000,513000 +IRQ,2021,11,470000,497000 +IRQ,2021,12,454000,479000 +IRQ,2021,13,440000,464000 +IRQ,2021,14,431000,454000 +IRQ,2021,15,425000,448000 +IRQ,2021,16,418000,441000 +IRQ,2021,17,412000,433000 +IRQ,2021,18,405000,426000 +IRQ,2022,0,531000,563000 +IRQ,2022,1,535000,567000 +IRQ,2022,2,513000,544000 +IRQ,2022,3,520000,552000 +IRQ,2022,4,525000,556000 +IRQ,2022,5,527000,558000 +IRQ,2022,6,526000,557000 +IRQ,2022,7,524000,554000 +IRQ,2022,8,520000,549000 +IRQ,2022,9,512000,541000 +IRQ,2022,10,500000,529000 +IRQ,2022,11,486000,513000 +IRQ,2022,12,470000,496000 +IRQ,2022,13,454000,479000 +IRQ,2022,14,440000,464000 +IRQ,2022,15,431000,454000 +IRQ,2022,16,425000,448000 +IRQ,2022,17,418000,441000 +IRQ,2022,18,412000,433000 +IRQ,2023,0,553000,586000 +IRQ,2023,1,547000,580000 +IRQ,2023,2,542000,574000 +IRQ,2023,3,517000,548000 +IRQ,2023,4,521000,552000 +IRQ,2023,5,523000,554000 +IRQ,2023,6,524000,554000 +IRQ,2023,7,523000,553000 +IRQ,2023,8,521000,551000 +IRQ,2023,9,519000,548000 +IRQ,2023,10,512000,541000 +IRQ,2023,11,501000,529000 +IRQ,2023,12,485000,512000 +IRQ,2023,13,470000,496000 +IRQ,2023,14,453000,478000 +IRQ,2023,15,439000,463000 +IRQ,2023,16,430000,453000 +IRQ,2023,17,425000,447000 +IRQ,2023,18,418000,440000 +IRQ,2024,0,574000,608000 +IRQ,2024,1,559000,592000 +IRQ,2024,2,547000,579000 +IRQ,2024,3,538000,569000 +IRQ,2024,4,522000,553000 +IRQ,2024,5,521000,552000 +IRQ,2024,6,521000,552000 +IRQ,2024,7,521000,551000 +IRQ,2024,8,520000,550000 +IRQ,2024,9,518000,548000 +IRQ,2024,10,518000,547000 +IRQ,2024,11,513000,542000 +IRQ,2024,12,501000,529000 +IRQ,2024,13,485000,512000 +IRQ,2024,14,469000,495000 +IRQ,2024,15,452000,477000 +IRQ,2024,16,439000,462000 +IRQ,2024,17,430000,453000 +IRQ,2024,18,424000,447000 +IRQ,2025,0,589000,624000 +IRQ,2025,1,569000,603000 +IRQ,2025,2,553000,586000 +IRQ,2025,3,541000,573000 +IRQ,2025,4,532000,564000 +IRQ,2025,5,526000,557000 +IRQ,2025,6,522000,553000 +IRQ,2025,7,520000,550000 +IRQ,2025,8,518000,548000 +IRQ,2025,9,516000,546000 +IRQ,2025,10,516000,545000 +IRQ,2025,11,517000,546000 +IRQ,2025,12,513000,542000 +IRQ,2025,13,501000,529000 +IRQ,2025,14,485000,511000 +IRQ,2025,15,469000,494000 +IRQ,2025,16,452000,477000 +IRQ,2025,17,438000,462000 +IRQ,2025,18,430000,452000 +IRQ,2026,0,597000,632000 +IRQ,2026,1,585000,619000 +IRQ,2026,2,567000,601000 +IRQ,2026,3,553000,586000 +IRQ,2026,4,542000,574000 +IRQ,2026,5,534000,565000 +IRQ,2026,6,527000,558000 +IRQ,2026,7,522000,552000 +IRQ,2026,8,518000,548000 +IRQ,2026,9,517000,546000 +IRQ,2026,10,516000,545000 +IRQ,2026,11,515000,545000 +IRQ,2026,12,517000,546000 +IRQ,2026,13,513000,541000 +IRQ,2026,14,501000,528000 +IRQ,2026,15,484000,510000 +IRQ,2026,16,468000,493000 +IRQ,2026,17,451000,476000 +IRQ,2026,18,438000,461000 +IRQ,2027,0,599000,634000 +IRQ,2027,1,581000,616000 +IRQ,2027,2,581000,615000 +IRQ,2027,3,566000,599000 +IRQ,2027,4,554000,586000 +IRQ,2027,5,543000,575000 +IRQ,2027,6,535000,566000 +IRQ,2027,7,528000,559000 +IRQ,2027,8,522000,552000 +IRQ,2027,9,518000,547000 +IRQ,2027,10,516000,545000 +IRQ,2027,11,515000,545000 +IRQ,2027,12,515000,544000 +IRQ,2027,13,516000,545000 +IRQ,2027,14,512000,541000 +IRQ,2027,15,500000,528000 +IRQ,2027,16,484000,510000 +IRQ,2027,17,468000,493000 +IRQ,2027,18,451000,475000 +IRQ,2028,0,598000,633000 +IRQ,2028,1,586000,620000 +IRQ,2028,2,575000,609000 +IRQ,2028,3,578000,612000 +IRQ,2028,4,565000,598000 +IRQ,2028,5,554000,587000 +IRQ,2028,6,545000,576000 +IRQ,2028,7,536000,568000 +IRQ,2028,8,529000,560000 +IRQ,2028,9,522000,552000 +IRQ,2028,10,517000,547000 +IRQ,2028,11,515000,545000 +IRQ,2028,12,515000,544000 +IRQ,2028,13,515000,544000 +IRQ,2028,14,516000,545000 +IRQ,2028,15,512000,540000 +IRQ,2028,16,500000,528000 +IRQ,2028,17,483000,510000 +IRQ,2028,18,467000,492000 +IRQ,2029,0,596000,632000 +IRQ,2029,1,590000,624000 +IRQ,2029,2,583000,617000 +IRQ,2029,3,576000,609000 +IRQ,2029,4,574000,608000 +IRQ,2029,5,564000,597000 +IRQ,2029,6,555000,587000 +IRQ,2029,7,546000,578000 +IRQ,2029,8,538000,569000 +IRQ,2029,9,530000,561000 +IRQ,2029,10,522000,552000 +IRQ,2029,11,516000,546000 +IRQ,2029,12,514000,544000 +IRQ,2029,13,515000,544000 +IRQ,2029,14,515000,544000 +IRQ,2029,15,516000,544000 +IRQ,2029,16,512000,540000 +IRQ,2029,17,500000,527000 +IRQ,2029,18,483000,509000 +IRQ,2030,0,597000,633000 +IRQ,2030,1,594000,629000 +IRQ,2030,2,589000,624000 +IRQ,2030,3,584000,618000 +IRQ,2030,4,578000,611000 +IRQ,2030,5,570000,603000 +IRQ,2030,6,563000,595000 +IRQ,2030,7,555000,587000 +IRQ,2030,8,547000,578000 +IRQ,2030,9,539000,570000 +IRQ,2030,10,531000,561000 +IRQ,2030,11,521000,551000 +IRQ,2030,12,515000,544000 +IRQ,2030,13,513000,542000 +IRQ,2030,14,514000,543000 +IRQ,2030,15,514000,543000 +IRQ,2030,16,515000,544000 +IRQ,2030,17,511000,539000 +IRQ,2030,18,500000,526000 +IRQ,2031,0,601000,637000 +IRQ,2031,1,598000,633000 +IRQ,2031,2,594000,629000 +IRQ,2031,3,589000,623000 +IRQ,2031,4,583000,617000 +IRQ,2031,5,577000,610000 +IRQ,2031,6,570000,603000 +IRQ,2031,7,563000,595000 +IRQ,2031,8,555000,587000 +IRQ,2031,9,547000,578000 +IRQ,2031,10,539000,570000 +IRQ,2031,11,531000,561000 +IRQ,2031,12,521000,551000 +IRQ,2031,13,515000,544000 +IRQ,2031,14,513000,542000 +IRQ,2031,15,514000,543000 +IRQ,2031,16,514000,543000 +IRQ,2031,17,515000,543000 +IRQ,2031,18,511000,539000 +IRQ,2032,0,607000,643000 +IRQ,2032,1,605000,640000 +IRQ,2032,2,598000,633000 +IRQ,2032,3,594000,628000 +IRQ,2032,4,589000,623000 +IRQ,2032,5,583000,616000 +IRQ,2032,6,576000,610000 +IRQ,2032,7,570000,602000 +IRQ,2032,8,563000,595000 +IRQ,2032,9,555000,587000 +IRQ,2032,10,547000,578000 +IRQ,2032,11,539000,570000 +IRQ,2032,12,531000,561000 +IRQ,2032,13,521000,551000 +IRQ,2032,14,515000,544000 +IRQ,2032,15,513000,542000 +IRQ,2032,16,514000,542000 +IRQ,2032,17,514000,542000 +IRQ,2032,18,515000,542000 +IRQ,2033,0,614000,650000 +IRQ,2033,1,611000,646000 +IRQ,2033,2,607000,642000 +IRQ,2033,3,599000,633000 +IRQ,2033,4,594000,628000 +IRQ,2033,5,588000,622000 +IRQ,2033,6,582000,616000 +IRQ,2033,7,576000,609000 +IRQ,2033,8,569000,602000 +IRQ,2033,9,562000,594000 +IRQ,2033,10,555000,587000 +IRQ,2033,11,547000,578000 +IRQ,2033,12,539000,569000 +IRQ,2033,13,530000,560000 +IRQ,2033,14,521000,550000 +IRQ,2033,15,514000,543000 +IRQ,2033,16,513000,541000 +IRQ,2033,17,513000,541000 +IRQ,2033,18,513000,541000 +IRQ,2034,0,621000,657000 +IRQ,2034,1,616000,652000 +IRQ,2034,2,611000,647000 +IRQ,2034,3,606000,641000 +IRQ,2034,4,599000,633000 +IRQ,2034,5,593000,628000 +IRQ,2034,6,588000,621000 +IRQ,2034,7,581000,615000 +IRQ,2034,8,575000,608000 +IRQ,2034,9,568000,601000 +IRQ,2034,10,562000,594000 +IRQ,2034,11,555000,586000 +IRQ,2034,12,547000,578000 +IRQ,2034,13,539000,569000 +IRQ,2034,14,530000,560000 +IRQ,2034,15,521000,550000 +IRQ,2034,16,514000,543000 +IRQ,2034,17,512000,540000 +IRQ,2034,18,513000,541000 +IRQ,2035,0,627000,664000 +IRQ,2035,1,622000,658000 +IRQ,2035,2,616000,652000 +IRQ,2035,3,611000,646000 +IRQ,2035,4,605000,640000 +IRQ,2035,5,599000,634000 +IRQ,2035,6,593000,627000 +IRQ,2035,7,587000,620000 +IRQ,2035,8,581000,614000 +IRQ,2035,9,574000,607000 +IRQ,2035,10,568000,600000 +IRQ,2035,11,562000,593000 +IRQ,2035,12,555000,586000 +IRQ,2035,13,547000,578000 +IRQ,2035,14,538000,569000 +IRQ,2035,15,530000,559000 +IRQ,2035,16,520000,549000 +IRQ,2035,17,514000,542000 +IRQ,2035,18,512000,540000 +IRQ,2036,0,633000,670000 +IRQ,2036,1,627000,664000 +IRQ,2036,2,622000,658000 +IRQ,2036,3,616000,652000 +IRQ,2036,4,611000,646000 +IRQ,2036,5,605000,640000 +IRQ,2036,6,599000,633000 +IRQ,2036,7,593000,627000 +IRQ,2036,8,587000,620000 +IRQ,2036,9,581000,613000 +IRQ,2036,10,574000,607000 +IRQ,2036,11,568000,600000 +IRQ,2036,12,561000,593000 +IRQ,2036,13,555000,586000 +IRQ,2036,14,547000,577000 +IRQ,2036,15,538000,568000 +IRQ,2036,16,529000,559000 +IRQ,2036,17,520000,549000 +IRQ,2036,18,513000,542000 +IRQ,2037,0,638000,676000 +IRQ,2037,1,633000,670000 +IRQ,2037,2,627000,663000 +IRQ,2037,3,621000,657000 +IRQ,2037,4,616000,651000 +IRQ,2037,5,610000,645000 +IRQ,2037,6,605000,639000 +IRQ,2037,7,599000,633000 +IRQ,2037,8,593000,627000 +IRQ,2037,9,587000,620000 +IRQ,2037,10,580000,613000 +IRQ,2037,11,574000,606000 +IRQ,2037,12,568000,599000 +IRQ,2037,13,561000,593000 +IRQ,2037,14,554000,585000 +IRQ,2037,15,546000,577000 +IRQ,2037,16,538000,568000 +IRQ,2037,17,529000,558000 +IRQ,2037,18,520000,548000 +IRQ,2038,0,643000,681000 +IRQ,2038,1,638000,675000 +IRQ,2038,2,632000,669000 +IRQ,2038,3,626000,663000 +IRQ,2038,4,621000,657000 +IRQ,2038,5,616000,651000 +IRQ,2038,6,610000,645000 +IRQ,2038,7,604000,639000 +IRQ,2038,8,599000,633000 +IRQ,2038,9,593000,626000 +IRQ,2038,10,587000,620000 +IRQ,2038,11,580000,613000 +IRQ,2038,12,574000,606000 +IRQ,2038,13,567000,599000 +IRQ,2038,14,561000,592000 +IRQ,2038,15,554000,585000 +IRQ,2038,16,546000,576000 +IRQ,2038,17,538000,567000 +IRQ,2038,18,529000,558000 +IRQ,2039,0,648000,686000 +IRQ,2039,1,642000,680000 +IRQ,2039,2,637000,674000 +IRQ,2039,3,632000,668000 +IRQ,2039,4,626000,662000 +IRQ,2039,5,621000,656000 +IRQ,2039,6,615000,650000 +IRQ,2039,7,610000,644000 +IRQ,2039,8,604000,638000 +IRQ,2039,9,598000,632000 +IRQ,2039,10,592000,626000 +IRQ,2039,11,586000,619000 +IRQ,2039,12,580000,613000 +IRQ,2039,13,573000,606000 +IRQ,2039,14,567000,599000 +IRQ,2039,15,561000,592000 +IRQ,2039,16,554000,584000 +IRQ,2039,17,546000,576000 +IRQ,2039,18,537000,566000 +IRQ,2040,0,652000,690000 +IRQ,2040,1,647000,685000 +IRQ,2040,2,642000,679000 +IRQ,2040,3,636000,673000 +IRQ,2040,4,631000,667000 +IRQ,2040,5,626000,662000 +IRQ,2040,6,620000,656000 +IRQ,2040,7,615000,650000 +IRQ,2040,8,609000,644000 +IRQ,2040,9,604000,638000 +IRQ,2040,10,598000,632000 +IRQ,2040,11,592000,625000 +IRQ,2040,12,586000,619000 +IRQ,2040,13,580000,612000 +IRQ,2040,14,573000,605000 +IRQ,2040,15,567000,598000 +IRQ,2040,16,560000,591000 +IRQ,2040,17,554000,584000 +IRQ,2040,18,545000,575000 +IRQ,2041,0,656000,695000 +IRQ,2041,1,652000,690000 +IRQ,2041,2,647000,684000 +IRQ,2041,3,641000,679000 +IRQ,2041,4,636000,673000 +IRQ,2041,5,631000,667000 +IRQ,2041,6,626000,661000 +IRQ,2041,7,620000,656000 +IRQ,2041,8,615000,650000 +IRQ,2041,9,609000,644000 +IRQ,2041,10,604000,638000 +IRQ,2041,11,598000,631000 +IRQ,2041,12,592000,625000 +IRQ,2041,13,586000,619000 +IRQ,2041,14,580000,612000 +IRQ,2041,15,573000,605000 +IRQ,2041,16,567000,598000 +IRQ,2041,17,560000,591000 +IRQ,2041,18,553000,583000 +IRQ,2042,0,660000,699000 +IRQ,2042,1,655000,694000 +IRQ,2042,2,651000,689000 +IRQ,2042,3,646000,684000 +IRQ,2042,4,641000,678000 +IRQ,2042,5,636000,673000 +IRQ,2042,6,631000,667000 +IRQ,2042,7,626000,661000 +IRQ,2042,8,620000,655000 +IRQ,2042,9,615000,649000 +IRQ,2042,10,609000,643000 +IRQ,2042,11,604000,637000 +IRQ,2042,12,598000,631000 +IRQ,2042,13,592000,625000 +IRQ,2042,14,586000,618000 +IRQ,2042,15,579000,611000 +IRQ,2042,16,573000,604000 +IRQ,2042,17,566000,597000 +IRQ,2042,18,560000,590000 +IRQ,2043,0,663000,702000 +IRQ,2043,1,659000,698000 +IRQ,2043,2,655000,693000 +IRQ,2043,3,651000,689000 +IRQ,2043,4,646000,683000 +IRQ,2043,5,641000,678000 +IRQ,2043,6,636000,672000 +IRQ,2043,7,631000,667000 +IRQ,2043,8,626000,661000 +IRQ,2043,9,620000,655000 +IRQ,2043,10,614000,649000 +IRQ,2043,11,609000,643000 +IRQ,2043,12,603000,637000 +IRQ,2043,13,598000,631000 +IRQ,2043,14,592000,625000 +IRQ,2043,15,586000,618000 +IRQ,2043,16,579000,611000 +IRQ,2043,17,573000,604000 +IRQ,2043,18,566000,597000 +IRQ,2044,0,666000,705000 +IRQ,2044,1,662000,701000 +IRQ,2044,2,658000,697000 +IRQ,2044,3,654000,692000 +IRQ,2044,4,650000,688000 +IRQ,2044,5,646000,683000 +IRQ,2044,6,641000,677000 +IRQ,2044,7,636000,672000 +IRQ,2044,8,631000,666000 +IRQ,2044,9,625000,661000 +IRQ,2044,10,620000,655000 +IRQ,2044,11,614000,649000 +IRQ,2044,12,609000,643000 +IRQ,2044,13,603000,637000 +IRQ,2044,14,597000,630000 +IRQ,2044,15,591000,624000 +IRQ,2044,16,585000,617000 +IRQ,2044,17,579000,610000 +IRQ,2044,18,572000,603000 +IRQ,2045,0,669000,708000 +IRQ,2045,1,665000,705000 +IRQ,2045,2,662000,701000 +IRQ,2045,3,658000,696000 +IRQ,2045,4,654000,692000 +IRQ,2045,5,650000,687000 +IRQ,2045,6,645000,682000 +IRQ,2045,7,640000,677000 +IRQ,2045,8,635000,671000 +IRQ,2045,9,630000,666000 +IRQ,2045,10,625000,660000 +IRQ,2045,11,619000,654000 +IRQ,2045,12,614000,648000 +IRQ,2045,13,608000,642000 +IRQ,2045,14,603000,636000 +IRQ,2045,15,597000,630000 +IRQ,2045,16,591000,624000 +IRQ,2045,17,585000,617000 +IRQ,2045,18,578000,610000 +IRQ,2046,0,672000,712000 +IRQ,2046,1,669000,708000 +IRQ,2046,2,665000,704000 +IRQ,2046,3,662000,700000 +IRQ,2046,4,658000,696000 +IRQ,2046,5,654000,692000 +IRQ,2046,6,650000,687000 +IRQ,2046,7,645000,682000 +IRQ,2046,8,640000,677000 +IRQ,2046,9,635000,671000 +IRQ,2046,10,630000,666000 +IRQ,2046,11,625000,660000 +IRQ,2046,12,619000,654000 +IRQ,2046,13,614000,648000 +IRQ,2046,14,608000,642000 +IRQ,2046,15,603000,636000 +IRQ,2046,16,597000,630000 +IRQ,2046,17,591000,623000 +IRQ,2046,18,585000,616000 +IRQ,2047,0,675000,715000 +IRQ,2047,1,672000,712000 +IRQ,2047,2,669000,708000 +IRQ,2047,3,665000,704000 +IRQ,2047,4,662000,700000 +IRQ,2047,5,658000,696000 +IRQ,2047,6,654000,691000 +IRQ,2047,7,650000,687000 +IRQ,2047,8,645000,682000 +IRQ,2047,9,640000,677000 +IRQ,2047,10,635000,671000 +IRQ,2047,11,630000,666000 +IRQ,2047,12,625000,660000 +IRQ,2047,13,619000,654000 +IRQ,2047,14,614000,648000 +IRQ,2047,15,608000,642000 +IRQ,2047,16,602000,635000 +IRQ,2047,17,597000,629000 +IRQ,2047,18,591000,622000 +IRQ,2048,0,678000,718000 +IRQ,2048,1,675000,715000 +IRQ,2048,2,672000,711000 +IRQ,2048,3,668000,707000 +IRQ,2048,4,665000,704000 +IRQ,2048,5,661000,700000 +IRQ,2048,6,658000,695000 +IRQ,2048,7,654000,691000 +IRQ,2048,8,649000,686000 +IRQ,2048,9,645000,681000 +IRQ,2048,10,640000,676000 +IRQ,2048,11,635000,671000 +IRQ,2048,12,630000,665000 +IRQ,2048,13,625000,659000 +IRQ,2048,14,619000,653000 +IRQ,2048,15,613000,647000 +IRQ,2048,16,608000,641000 +IRQ,2048,17,602000,635000 +IRQ,2048,18,596000,628000 +IRQ,2049,0,681000,721000 +IRQ,2049,1,678000,718000 +IRQ,2049,2,675000,714000 +IRQ,2049,3,672000,711000 +IRQ,2049,4,668000,707000 +IRQ,2049,5,665000,703000 +IRQ,2049,6,661000,699000 +IRQ,2049,7,657000,695000 +IRQ,2049,8,653000,690000 +IRQ,2049,9,649000,686000 +IRQ,2049,10,645000,681000 +IRQ,2049,11,640000,676000 +IRQ,2049,12,635000,671000 +IRQ,2049,13,630000,665000 +IRQ,2049,14,624000,659000 +IRQ,2049,15,619000,653000 +IRQ,2049,16,613000,647000 +IRQ,2049,17,608000,641000 +IRQ,2049,18,602000,634000 +IRQ,2050,0,683000,724000 +IRQ,2050,1,680000,721000 +IRQ,2050,2,677000,717000 +IRQ,2050,3,674000,714000 +IRQ,2050,4,671000,710000 +IRQ,2050,5,668000,706000 +IRQ,2050,6,664000,702000 +IRQ,2050,7,661000,698000 +IRQ,2050,8,657000,694000 +IRQ,2050,9,653000,690000 +IRQ,2050,10,649000,685000 +IRQ,2050,11,644000,680000 +IRQ,2050,12,640000,675000 +IRQ,2050,13,635000,670000 +IRQ,2050,14,629000,664000 +IRQ,2050,15,624000,658000 +IRQ,2050,16,618000,652000 +IRQ,2050,17,613000,646000 +IRQ,2050,18,607000,640000 +ISL,1990,0,2103,2205 +ISL,1990,1,2102,2205 +ISL,1990,2,2100,2202 +ISL,1990,3,2096,2197 +ISL,1990,4,2092,2191 +ISL,1990,5,2086,2183 +ISL,1990,6,2080,2174 +ISL,1990,7,2073,2165 +ISL,1990,8,2067,2156 +ISL,1990,9,2061,2148 +ISL,1990,10,2055,2140 +ISL,1990,11,2049,2130 +ISL,1990,12,2046,2126 +ISL,1990,13,2049,2134 +ISL,1990,14,2056,2148 +ISL,1990,15,2063,2162 +ISL,1990,16,2073,2179 +ISL,1990,17,2077,2185 +ISL,1990,18,2074,2174 +ISL,1991,0,2151,2255 +ISL,1991,1,2105,2211 +ISL,1991,2,2101,2207 +ISL,1991,3,2096,2203 +ISL,1991,4,2092,2197 +ISL,1991,5,2088,2190 +ISL,1991,6,2083,2184 +ISL,1991,7,2079,2177 +ISL,1991,8,2075,2170 +ISL,1991,9,2070,2162 +ISL,1991,10,2064,2153 +ISL,1991,11,2059,2144 +ISL,1991,12,2054,2134 +ISL,1991,13,2052,2131 +ISL,1991,14,2054,2136 +ISL,1991,15,2059,2148 +ISL,1991,16,2064,2159 +ISL,1991,17,2072,2173 +ISL,1991,18,2075,2177 +ISL,1992,0,2219,2329 +ISL,1992,1,2179,2292 +ISL,1992,2,2104,2215 +ISL,1992,3,2097,2208 +ISL,1992,4,2091,2201 +ISL,1992,5,2086,2194 +ISL,1992,6,2082,2188 +ISL,1992,7,2078,2183 +ISL,1992,8,2076,2178 +ISL,1992,9,2074,2172 +ISL,1992,10,2070,2164 +ISL,1992,11,2066,2156 +ISL,1992,12,2062,2147 +ISL,1992,13,2058,2137 +ISL,1992,14,2056,2133 +ISL,1992,15,2057,2136 +ISL,1992,16,2060,2145 +ISL,1992,17,2063,2154 +ISL,1992,18,2069,2166 +ISL,1993,0,2286,2404 +ISL,1993,1,2222,2342 +ISL,1993,2,2170,2291 +ISL,1993,3,2103,2218 +ISL,1993,4,2092,2207 +ISL,1993,5,2084,2198 +ISL,1993,6,2078,2190 +ISL,1993,7,2075,2184 +ISL,1993,8,2073,2180 +ISL,1993,9,2073,2178 +ISL,1993,10,2072,2174 +ISL,1993,11,2070,2166 +ISL,1993,12,2066,2157 +ISL,1993,13,2063,2148 +ISL,1993,14,2061,2138 +ISL,1993,15,2059,2133 +ISL,1993,16,2059,2135 +ISL,1993,17,2060,2141 +ISL,1993,18,2061,2148 +ISL,1994,0,2324,2446 +ISL,1994,1,2250,2374 +ISL,1994,2,2191,2315 +ISL,1994,3,2144,2268 +ISL,1994,4,2103,2222 +ISL,1994,5,2089,2207 +ISL,1994,6,2078,2195 +ISL,1994,7,2072,2187 +ISL,1994,8,2068,2181 +ISL,1994,9,2068,2178 +ISL,1994,10,2070,2178 +ISL,1994,11,2071,2176 +ISL,1994,12,2070,2168 +ISL,1994,13,2067,2159 +ISL,1994,14,2065,2150 +ISL,1994,15,2064,2140 +ISL,1994,16,2063,2135 +ISL,1994,17,2062,2135 +ISL,1994,18,2061,2138 +ISL,1995,0,2313,2434 +ISL,1995,1,2253,2375 +ISL,1995,2,2202,2325 +ISL,1995,3,2161,2284 +ISL,1995,4,2129,2252 +ISL,1995,5,2104,2227 +ISL,1995,6,2086,2208 +ISL,1995,7,2074,2194 +ISL,1995,8,2067,2185 +ISL,1995,9,2064,2180 +ISL,1995,10,2064,2178 +ISL,1995,11,2069,2180 +ISL,1995,12,2072,2179 +ISL,1995,13,2072,2172 +ISL,1995,14,2069,2162 +ISL,1995,15,2069,2153 +ISL,1995,16,2069,2144 +ISL,1995,17,2068,2137 +ISL,1995,18,2066,2136 +ISL,1996,0,2239,2352 +ISL,1996,1,2307,2420 +ISL,1996,2,2257,2372 +ISL,1996,3,2212,2328 +ISL,1996,4,2172,2288 +ISL,1996,5,2136,2253 +ISL,1996,6,2104,2220 +ISL,1996,7,2074,2189 +ISL,1996,8,2056,2169 +ISL,1996,9,2052,2165 +ISL,1996,10,2059,2171 +ISL,1996,11,2067,2178 +ISL,1996,12,2078,2189 +ISL,1996,13,2085,2193 +ISL,1996,14,2084,2184 +ISL,1996,15,2079,2168 +ISL,1996,16,2075,2153 +ISL,1996,17,2073,2139 +ISL,1996,18,2069,2128 +ISL,1997,0,2118,2219 +ISL,1997,1,2162,2266 +ISL,1997,2,2303,2410 +ISL,1997,3,2266,2374 +ISL,1997,4,2226,2336 +ISL,1997,5,2186,2296 +ISL,1997,6,2148,2258 +ISL,1997,7,2108,2218 +ISL,1997,8,2066,2174 +ISL,1997,9,2041,2148 +ISL,1997,10,2041,2149 +ISL,1997,11,2057,2166 +ISL,1997,12,2072,2182 +ISL,1997,13,2090,2202 +ISL,1997,14,2102,2210 +ISL,1997,15,2101,2200 +ISL,1997,16,2092,2177 +ISL,1997,17,2085,2158 +ISL,1997,18,2080,2137 +ISL,1998,0,1981,2067 +ISL,1998,1,2094,2186 +ISL,1998,2,2174,2270 +ISL,1998,3,2302,2402 +ISL,1998,4,2276,2378 +ISL,1998,5,2242,2345 +ISL,1998,6,2202,2306 +ISL,1998,7,2160,2264 +ISL,1998,8,2113,2217 +ISL,1998,9,2059,2161 +ISL,1998,10,2027,2129 +ISL,1998,11,2031,2134 +ISL,1998,12,2057,2163 +ISL,1998,13,2079,2188 +ISL,1998,14,2104,2216 +ISL,1998,15,2120,2230 +ISL,1998,16,2118,2217 +ISL,1998,17,2106,2188 +ISL,1998,18,2097,2163 +ISL,1999,0,1867,1940 +ISL,1999,1,2032,2112 +ISL,1999,2,2151,2237 +ISL,1999,3,2231,2320 +ISL,1999,4,2299,2394 +ISL,1999,5,2284,2381 +ISL,1999,6,2256,2354 +ISL,1999,7,2217,2315 +ISL,1999,8,2171,2270 +ISL,1999,9,2117,2216 +ISL,1999,10,2051,2147 +ISL,1999,11,2012,2109 +ISL,1999,12,2019,2119 +ISL,1999,13,2055,2159 +ISL,1999,14,2085,2193 +ISL,1999,15,2117,2230 +ISL,1999,16,2136,2248 +ISL,1999,17,2134,2234 +ISL,1999,18,2118,2199 +ISL,2000,0,1806,1871 +ISL,2000,1,1988,2061 +ISL,2000,2,2122,2201 +ISL,2000,3,2214,2298 +ISL,2000,4,2269,2357 +ISL,2000,5,2293,2383 +ISL,2000,6,2290,2383 +ISL,2000,7,2267,2361 +ISL,2000,8,2229,2323 +ISL,2000,9,2180,2275 +ISL,2000,10,2119,2213 +ISL,2000,11,2040,2132 +ISL,2000,12,1995,2087 +ISL,2000,13,2006,2102 +ISL,2000,14,2051,2154 +ISL,2000,15,2088,2197 +ISL,2000,16,2127,2243 +ISL,2000,17,2151,2266 +ISL,2000,18,2148,2249 +ISL,2001,0,1813,1869 +ISL,2001,1,1845,1913 +ISL,2001,2,1997,2072 +ISL,2001,3,2113,2194 +ISL,2001,4,2197,2282 +ISL,2001,5,2251,2341 +ISL,2001,6,2282,2375 +ISL,2001,7,2295,2390 +ISL,2001,8,2283,2379 +ISL,2001,9,2245,2341 +ISL,2001,10,2192,2286 +ISL,2001,11,2129,2221 +ISL,2001,12,2051,2140 +ISL,2001,13,2005,2093 +ISL,2001,14,2015,2107 +ISL,2001,15,2058,2157 +ISL,2001,16,2093,2198 +ISL,2001,17,2129,2243 +ISL,2001,18,2151,2264 +ISL,2002,0,1870,1919 +ISL,2002,1,1971,2030 +ISL,2002,2,1880,1952 +ISL,2002,3,2002,2080 +ISL,2002,4,2100,2183 +ISL,2002,5,2175,2263 +ISL,2002,6,2229,2321 +ISL,2002,7,2268,2362 +ISL,2002,8,2295,2393 +ISL,2002,9,2294,2393 +ISL,2002,10,2257,2355 +ISL,2002,11,2199,2293 +ISL,2002,12,2134,2226 +ISL,2002,13,2058,2144 +ISL,2002,14,2012,2097 +ISL,2002,15,2020,2109 +ISL,2002,16,2061,2157 +ISL,2002,17,2093,2197 +ISL,2002,18,2127,2239 +ISL,2003,0,1963,2011 +ISL,2003,1,1989,2047 +ISL,2003,2,2016,2083 +ISL,2003,3,1914,1990 +ISL,2003,4,2006,2088 +ISL,2003,5,2086,2173 +ISL,2003,6,2153,2244 +ISL,2003,7,2207,2301 +ISL,2003,8,2252,2350 +ISL,2003,9,2295,2396 +ISL,2003,10,2305,2407 +ISL,2003,11,2269,2369 +ISL,2003,12,2205,2301 +ISL,2003,13,2140,2231 +ISL,2003,14,2064,2148 +ISL,2003,15,2018,2100 +ISL,2003,16,2024,2110 +ISL,2003,17,2063,2157 +ISL,2003,18,2093,2195 +ISL,2004,0,2068,2123 +ISL,2004,1,2023,2086 +ISL,2004,2,2000,2070 +ISL,2004,3,1996,2072 +ISL,2004,4,1952,2033 +ISL,2004,5,2014,2100 +ISL,2004,6,2075,2167 +ISL,2004,7,2134,2230 +ISL,2004,8,2187,2286 +ISL,2004,9,2240,2343 +ISL,2004,10,2298,2404 +ISL,2004,11,2319,2426 +ISL,2004,12,2284,2388 +ISL,2004,13,2215,2313 +ISL,2004,14,2148,2240 +ISL,2004,15,2073,2157 +ISL,2004,16,2027,2107 +ISL,2004,17,2032,2117 +ISL,2004,18,2068,2162 +ISL,2005,0,2167,2240 +ISL,2005,1,2072,2147 +ISL,2005,2,2012,2089 +ISL,2005,3,1982,2062 +ISL,2005,4,1977,2061 +ISL,2005,5,1994,2082 +ISL,2005,6,2026,2118 +ISL,2005,7,2070,2166 +ISL,2005,8,2120,2221 +ISL,2005,9,2173,2277 +ISL,2005,10,2234,2341 +ISL,2005,11,2307,2418 +ISL,2005,12,2339,2451 +ISL,2005,13,2305,2413 +ISL,2005,14,2231,2332 +ISL,2005,15,2162,2256 +ISL,2005,16,2087,2171 +ISL,2005,17,2041,2120 +ISL,2005,18,2044,2128 +ISL,2006,0,2244,2347 +ISL,2006,1,2162,2235 +ISL,2006,2,2080,2153 +ISL,2006,3,2028,2102 +ISL,2006,4,2002,2078 +ISL,2006,5,1997,2077 +ISL,2006,6,2010,2094 +ISL,2006,7,2036,2125 +ISL,2006,8,2075,2169 +ISL,2006,9,2125,2224 +ISL,2006,10,2180,2284 +ISL,2006,11,2241,2350 +ISL,2006,12,2314,2430 +ISL,2006,13,2348,2465 +ISL,2006,14,2319,2430 +ISL,2006,15,2252,2352 +ISL,2006,16,2190,2280 +ISL,2006,17,2122,2199 +ISL,2006,18,2081,2152 +ISL,2007,0,2315,2460 +ISL,2007,1,2192,2312 +ISL,2007,2,2161,2234 +ISL,2007,3,2093,2164 +ISL,2007,4,2049,2119 +ISL,2007,5,2026,2098 +ISL,2007,6,2021,2097 +ISL,2007,7,2030,2111 +ISL,2007,8,2050,2135 +ISL,2007,9,2084,2176 +ISL,2007,10,2133,2232 +ISL,2007,11,2191,2296 +ISL,2007,12,2253,2365 +ISL,2007,13,2326,2446 +ISL,2007,14,2362,2483 +ISL,2007,15,2338,2452 +ISL,2007,16,2278,2377 +ISL,2007,17,2223,2309 +ISL,2007,18,2161,2231 +ISL,2008,0,2371,2556 +ISL,2008,1,2260,2406 +ISL,2008,2,2176,2291 +ISL,2008,3,2161,2234 +ISL,2008,4,2106,2175 +ISL,2008,5,2070,2137 +ISL,2008,6,2051,2119 +ISL,2008,7,2046,2118 +ISL,2008,8,2052,2129 +ISL,2008,9,2064,2147 +ISL,2008,10,2094,2183 +ISL,2008,11,2143,2240 +ISL,2008,12,2203,2308 +ISL,2008,13,2266,2380 +ISL,2008,14,2339,2463 +ISL,2008,15,2377,2503 +ISL,2008,16,2358,2474 +ISL,2008,17,2305,2404 +ISL,2008,18,2257,2338 +ISL,2009,0,2402,2609 +ISL,2009,1,2312,2474 +ISL,2009,2,2240,2365 +ISL,2009,3,2182,2279 +ISL,2009,4,2158,2230 +ISL,2009,5,2117,2182 +ISL,2009,6,2089,2151 +ISL,2009,7,2072,2136 +ISL,2009,8,2068,2134 +ISL,2009,9,2070,2142 +ISL,2009,10,2076,2154 +ISL,2009,11,2101,2187 +ISL,2009,12,2149,2245 +ISL,2009,13,2212,2316 +ISL,2009,14,2276,2390 +ISL,2009,15,2348,2475 +ISL,2009,16,2388,2518 +ISL,2009,17,2375,2493 +ISL,2009,18,2329,2425 +ISL,2010,0,2402,2604 +ISL,2010,1,2337,2498 +ISL,2010,2,2280,2407 +ISL,2010,3,2229,2331 +ISL,2010,4,2186,2268 +ISL,2010,5,2150,2219 +ISL,2010,6,2122,2183 +ISL,2010,7,2102,2158 +ISL,2010,8,2089,2146 +ISL,2010,9,2085,2144 +ISL,2010,10,2084,2149 +ISL,2010,11,2083,2155 +ISL,2010,12,2102,2183 +ISL,2010,13,2151,2242 +ISL,2010,14,2215,2317 +ISL,2010,15,2280,2393 +ISL,2010,16,2352,2480 +ISL,2010,17,2394,2525 +ISL,2010,18,2386,2503 +ISL,2011,0,2386,2552 +ISL,2011,1,2384,2580 +ISL,2011,2,2330,2493 +ISL,2011,3,2279,2413 +ISL,2011,4,2232,2343 +ISL,2011,5,2191,2282 +ISL,2011,6,2155,2230 +ISL,2011,7,2125,2186 +ISL,2011,8,2103,2157 +ISL,2011,9,2091,2145 +ISL,2011,10,2088,2148 +ISL,2011,11,2088,2155 +ISL,2011,12,2087,2161 +ISL,2011,13,2108,2192 +ISL,2011,14,2160,2256 +ISL,2011,15,2231,2339 +ISL,2011,16,2301,2422 +ISL,2011,17,2379,2516 +ISL,2011,18,2423,2564 +ISL,2012,0,2340,2442 +ISL,2012,1,2332,2445 +ISL,2012,2,2362,2551 +ISL,2012,3,2317,2482 +ISL,2012,4,2274,2414 +ISL,2012,5,2231,2350 +ISL,2012,6,2192,2290 +ISL,2012,7,2156,2236 +ISL,2012,8,2124,2185 +ISL,2012,9,2101,2151 +ISL,2012,10,2089,2140 +ISL,2012,11,2088,2147 +ISL,2012,12,2089,2156 +ISL,2012,13,2087,2162 +ISL,2012,14,2109,2195 +ISL,2012,15,2166,2265 +ISL,2012,16,2243,2355 +ISL,2012,17,2318,2445 +ISL,2012,18,2402,2546 +ISL,2013,0,2273,2300 +ISL,2013,1,2295,2370 +ISL,2013,2,2303,2411 +ISL,2013,3,2337,2519 +ISL,2013,4,2303,2468 +ISL,2013,5,2266,2411 +ISL,2013,6,2228,2353 +ISL,2013,7,2191,2295 +ISL,2013,8,2155,2238 +ISL,2013,9,2120,2181 +ISL,2013,10,2096,2142 +ISL,2013,11,2085,2132 +ISL,2013,12,2086,2144 +ISL,2013,13,2087,2154 +ISL,2013,14,2084,2160 +ISL,2013,15,2108,2196 +ISL,2013,16,2169,2271 +ISL,2013,17,2252,2368 +ISL,2013,18,2333,2465 +ISL,2014,0,2195,2166 +ISL,2014,1,2246,2290 +ISL,2014,2,2277,2375 +ISL,2014,3,2291,2425 +ISL,2014,4,2311,2485 +ISL,2014,5,2287,2453 +ISL,2014,6,2257,2408 +ISL,2014,7,2224,2356 +ISL,2014,8,2189,2300 +ISL,2014,9,2153,2240 +ISL,2014,10,2116,2176 +ISL,2014,11,2090,2133 +ISL,2014,12,2080,2124 +ISL,2014,13,2083,2139 +ISL,2014,14,2085,2151 +ISL,2014,15,2081,2158 +ISL,2014,16,2106,2195 +ISL,2014,17,2172,2276 +ISL,2014,18,2261,2381 +ISL,2015,0,2118,2066 +ISL,2015,1,2193,2222 +ISL,2015,2,2244,2334 +ISL,2015,3,2275,2406 +ISL,2015,4,2288,2445 +ISL,2015,5,2286,2454 +ISL,2015,6,2273,2440 +ISL,2015,7,2250,2407 +ISL,2015,8,2221,2361 +ISL,2015,9,2188,2307 +ISL,2015,10,2152,2244 +ISL,2015,11,2113,2173 +ISL,2015,12,2086,2125 +ISL,2015,13,2076,2117 +ISL,2015,14,2081,2136 +ISL,2015,15,2083,2151 +ISL,2015,16,2079,2157 +ISL,2015,17,2106,2197 +ISL,2015,18,2176,2283 +ISL,2016,0,2040,2008 +ISL,2016,1,2128,2096 +ISL,2016,2,2195,2229 +ISL,2016,3,2241,2326 +ISL,2016,4,2270,2392 +ISL,2016,5,2282,2428 +ISL,2016,6,2282,2442 +ISL,2016,7,2271,2437 +ISL,2016,8,2251,2411 +ISL,2016,9,2222,2366 +ISL,2016,10,2189,2308 +ISL,2016,11,2153,2245 +ISL,2016,12,2115,2175 +ISL,2016,13,2089,2128 +ISL,2016,14,2080,2120 +ISL,2016,15,2085,2140 +ISL,2016,16,2088,2155 +ISL,2016,17,2086,2163 +ISL,2016,18,2112,2203 +ISL,2017,0,1963,1985 +ISL,2017,1,2069,2125 +ISL,2017,2,2139,2126 +ISL,2017,3,2198,2237 +ISL,2017,4,2240,2320 +ISL,2017,5,2266,2378 +ISL,2017,6,2278,2413 +ISL,2017,7,2279,2430 +ISL,2017,8,2271,2435 +ISL,2017,9,2253,2417 +ISL,2017,10,2225,2372 +ISL,2017,11,2191,2311 +ISL,2017,12,2156,2247 +ISL,2017,13,2119,2177 +ISL,2017,14,2093,2131 +ISL,2017,15,2085,2124 +ISL,2017,16,2091,2145 +ISL,2017,17,2095,2161 +ISL,2017,18,2093,2169 +ISL,2018,0,1896,1989 +ISL,2018,1,2007,2093 +ISL,2018,2,2096,2179 +ISL,2018,3,2151,2157 +ISL,2018,4,2203,2245 +ISL,2018,5,2239,2314 +ISL,2018,6,2263,2365 +ISL,2018,7,2274,2398 +ISL,2018,8,2276,2420 +ISL,2018,9,2272,2435 +ISL,2018,10,2256,2423 +ISL,2018,11,2229,2379 +ISL,2018,12,2194,2314 +ISL,2018,13,2159,2250 +ISL,2018,14,2123,2181 +ISL,2018,15,2098,2135 +ISL,2018,16,2091,2129 +ISL,2018,17,2097,2151 +ISL,2018,18,2102,2167 +ISL,2019,0,1900,2000 +ISL,2019,1,2000,2100 +ISL,2019,2,2000,2100 +ISL,2019,3,2100,2200 +ISL,2019,4,2200,2200 +ISL,2019,5,2200,2300 +ISL,2019,6,2200,2300 +ISL,2019,7,2300,2400 +ISL,2019,8,2300,2400 +ISL,2019,9,2300,2400 +ISL,2019,10,2300,2400 +ISL,2019,11,2300,2400 +ISL,2019,12,2200,2400 +ISL,2019,13,2200,2300 +ISL,2019,14,2200,2300 +ISL,2019,15,2100,2200 +ISL,2019,16,2100,2100 +ISL,2019,17,2100,2100 +ISL,2019,18,2100,2200 +ISL,2020,0,1800,2000 +ISL,2020,1,1900,2100 +ISL,2020,2,2000,2100 +ISL,2020,3,2100,2100 +ISL,2020,4,2100,2200 +ISL,2020,5,2200,2200 +ISL,2020,6,2200,2300 +ISL,2020,7,2200,2300 +ISL,2020,8,2300,2300 +ISL,2020,9,2300,2400 +ISL,2020,10,2300,2400 +ISL,2020,11,2300,2400 +ISL,2020,12,2300,2400 +ISL,2020,13,2200,2400 +ISL,2020,14,2200,2300 +ISL,2020,15,2200,2300 +ISL,2020,16,2100,2200 +ISL,2020,17,2100,2100 +ISL,2020,18,2100,2100 +ISL,2021,0,1900,2000 +ISL,2021,1,1900,2000 +ISL,2021,2,1900,2100 +ISL,2021,3,2000,2100 +ISL,2021,4,2100,2100 +ISL,2021,5,2100,2200 +ISL,2021,6,2200,2200 +ISL,2021,7,2200,2300 +ISL,2021,8,2200,2300 +ISL,2021,9,2300,2300 +ISL,2021,10,2300,2400 +ISL,2021,11,2300,2400 +ISL,2021,12,2300,2400 +ISL,2021,13,2300,2400 +ISL,2021,14,2200,2400 +ISL,2021,15,2200,2300 +ISL,2021,16,2200,2300 +ISL,2021,17,2100,2200 +ISL,2021,18,2100,2200 +ISL,2022,0,1900,2100 +ISL,2022,1,1900,2100 +ISL,2022,2,1900,2000 +ISL,2022,3,1900,2100 +ISL,2022,4,2000,2100 +ISL,2022,5,2100,2100 +ISL,2022,6,2100,2200 +ISL,2022,7,2200,2200 +ISL,2022,8,2200,2300 +ISL,2022,9,2200,2300 +ISL,2022,10,2300,2300 +ISL,2022,11,2300,2400 +ISL,2022,12,2300,2400 +ISL,2022,13,2300,2400 +ISL,2022,14,2300,2400 +ISL,2022,15,2200,2400 +ISL,2022,16,2200,2300 +ISL,2022,17,2200,2300 +ISL,2022,18,2100,2200 +ISL,2023,0,2000,2100 +ISL,2023,1,1900,2100 +ISL,2023,2,1900,2000 +ISL,2023,3,1900,2000 +ISL,2023,4,1900,2100 +ISL,2023,5,2000,2100 +ISL,2023,6,2100,2100 +ISL,2023,7,2100,2200 +ISL,2023,8,2200,2200 +ISL,2023,9,2200,2300 +ISL,2023,10,2200,2300 +ISL,2023,11,2300,2300 +ISL,2023,12,2300,2400 +ISL,2023,13,2300,2400 +ISL,2023,14,2300,2400 +ISL,2023,15,2300,2400 +ISL,2023,16,2300,2400 +ISL,2023,17,2200,2300 +ISL,2023,18,2200,2300 +ISL,2024,0,2000,2100 +ISL,2024,1,2000,2100 +ISL,2024,2,1900,2000 +ISL,2024,3,1900,2000 +ISL,2024,4,1900,2000 +ISL,2024,5,1900,2100 +ISL,2024,6,2000,2100 +ISL,2024,7,2000,2100 +ISL,2024,8,2100,2200 +ISL,2024,9,2200,2200 +ISL,2024,10,2200,2300 +ISL,2024,11,2300,2300 +ISL,2024,12,2300,2300 +ISL,2024,13,2300,2400 +ISL,2024,14,2300,2400 +ISL,2024,15,2300,2400 +ISL,2024,16,2300,2500 +ISL,2024,17,2300,2400 +ISL,2024,18,2200,2300 +ISL,2025,0,2000,2100 +ISL,2025,1,2000,2100 +ISL,2025,2,1900,2000 +ISL,2025,3,1900,2000 +ISL,2025,4,1900,2000 +ISL,2025,5,1900,2000 +ISL,2025,6,1900,2100 +ISL,2025,7,2000,2100 +ISL,2025,8,2000,2100 +ISL,2025,9,2100,2200 +ISL,2025,10,2100,2200 +ISL,2025,11,2200,2300 +ISL,2025,12,2300,2300 +ISL,2025,13,2300,2300 +ISL,2025,14,2300,2400 +ISL,2025,15,2300,2400 +ISL,2025,16,2300,2400 +ISL,2025,17,2300,2500 +ISL,2025,18,2300,2400 +ISL,2026,0,2000,2100 +ISL,2026,1,2000,2100 +ISL,2026,2,2000,2100 +ISL,2026,3,1900,2000 +ISL,2026,4,1900,2000 +ISL,2026,5,1900,2000 +ISL,2026,6,1900,2000 +ISL,2026,7,1900,2100 +ISL,2026,8,2000,2100 +ISL,2026,9,2000,2100 +ISL,2026,10,2100,2200 +ISL,2026,11,2100,2200 +ISL,2026,12,2200,2300 +ISL,2026,13,2300,2300 +ISL,2026,14,2300,2300 +ISL,2026,15,2300,2400 +ISL,2026,16,2300,2400 +ISL,2026,17,2300,2500 +ISL,2026,18,2300,2500 +ISL,2027,0,2000,2100 +ISL,2027,1,2000,2000 +ISL,2027,2,2000,2100 +ISL,2027,3,2000,2100 +ISL,2027,4,1900,2000 +ISL,2027,5,1900,2000 +ISL,2027,6,1900,2000 +ISL,2027,7,1900,2100 +ISL,2027,8,2000,2100 +ISL,2027,9,2000,2100 +ISL,2027,10,2000,2100 +ISL,2027,11,2100,2200 +ISL,2027,12,2100,2200 +ISL,2027,13,2200,2300 +ISL,2027,14,2300,2300 +ISL,2027,15,2300,2400 +ISL,2027,16,2300,2400 +ISL,2027,17,2300,2400 +ISL,2027,18,2300,2500 +ISL,2028,0,1900,2000 +ISL,2028,1,1900,2000 +ISL,2028,2,1900,2000 +ISL,2028,3,2000,2100 +ISL,2028,4,2000,2100 +ISL,2028,5,1900,2100 +ISL,2028,6,1900,2000 +ISL,2028,7,1900,2100 +ISL,2028,8,1900,2100 +ISL,2028,9,2000,2100 +ISL,2028,10,2000,2100 +ISL,2028,11,2000,2100 +ISL,2028,12,2100,2200 +ISL,2028,13,2200,2200 +ISL,2028,14,2200,2300 +ISL,2028,15,2300,2300 +ISL,2028,16,2300,2400 +ISL,2028,17,2300,2400 +ISL,2028,18,2300,2400 +ISL,2029,0,1900,2000 +ISL,2029,1,1900,2000 +ISL,2029,2,1900,2000 +ISL,2029,3,1900,2000 +ISL,2029,4,2000,2100 +ISL,2029,5,2000,2100 +ISL,2029,6,2000,2100 +ISL,2029,7,1900,2100 +ISL,2029,8,2000,2100 +ISL,2029,9,2000,2100 +ISL,2029,10,2000,2100 +ISL,2029,11,2000,2100 +ISL,2029,12,2000,2100 +ISL,2029,13,2100,2200 +ISL,2029,14,2200,2200 +ISL,2029,15,2200,2300 +ISL,2029,16,2300,2300 +ISL,2029,17,2300,2400 +ISL,2029,18,2300,2400 +ISL,2030,0,1800,2000 +ISL,2030,1,1900,2000 +ISL,2030,2,1900,2000 +ISL,2030,3,1900,2000 +ISL,2030,4,1900,2000 +ISL,2030,5,2000,2100 +ISL,2030,6,2000,2100 +ISL,2030,7,2000,2100 +ISL,2030,8,2000,2100 +ISL,2030,9,2000,2100 +ISL,2030,10,2000,2100 +ISL,2030,11,2000,2100 +ISL,2030,12,2000,2100 +ISL,2030,13,2000,2100 +ISL,2030,14,2100,2200 +ISL,2030,15,2200,2200 +ISL,2030,16,2200,2300 +ISL,2030,17,2300,2300 +ISL,2030,18,2300,2400 +ISL,2031,0,1800,1900 +ISL,2031,1,1900,2000 +ISL,2031,2,1900,2000 +ISL,2031,3,1900,2000 +ISL,2031,4,1900,2000 +ISL,2031,5,1900,2000 +ISL,2031,6,2000,2100 +ISL,2031,7,2000,2100 +ISL,2031,8,2000,2100 +ISL,2031,9,2000,2100 +ISL,2031,10,2000,2100 +ISL,2031,11,2000,2100 +ISL,2031,12,2000,2100 +ISL,2031,13,2000,2100 +ISL,2031,14,2000,2100 +ISL,2031,15,2100,2200 +ISL,2031,16,2200,2200 +ISL,2031,17,2200,2300 +ISL,2031,18,2300,2300 +ISL,2032,0,1800,1900 +ISL,2032,1,1900,2000 +ISL,2032,2,1900,2000 +ISL,2032,3,1900,2000 +ISL,2032,4,1900,2000 +ISL,2032,5,1900,2000 +ISL,2032,6,1900,2000 +ISL,2032,7,2000,2100 +ISL,2032,8,2000,2100 +ISL,2032,9,2000,2100 +ISL,2032,10,2000,2100 +ISL,2032,11,2000,2100 +ISL,2032,12,2000,2100 +ISL,2032,13,2000,2100 +ISL,2032,14,2000,2100 +ISL,2032,15,2000,2100 +ISL,2032,16,2100,2200 +ISL,2032,17,2200,2200 +ISL,2032,18,2200,2300 +ISL,2033,0,1900,2000 +ISL,2033,1,1900,2000 +ISL,2033,2,1900,2000 +ISL,2033,3,1900,2000 +ISL,2033,4,1900,2000 +ISL,2033,5,1900,2000 +ISL,2033,6,1900,2000 +ISL,2033,7,1900,2000 +ISL,2033,8,1900,2000 +ISL,2033,9,2000,2100 +ISL,2033,10,2000,2100 +ISL,2033,11,2000,2100 +ISL,2033,12,2000,2100 +ISL,2033,13,2000,2100 +ISL,2033,14,2000,2100 +ISL,2033,15,2000,2100 +ISL,2033,16,2000,2100 +ISL,2033,17,2100,2200 +ISL,2033,18,2200,2200 +ISL,2034,0,1900,2000 +ISL,2034,1,1900,2000 +ISL,2034,2,1900,2000 +ISL,2034,3,1900,2000 +ISL,2034,4,1900,2000 +ISL,2034,5,1900,2000 +ISL,2034,6,1900,2000 +ISL,2034,7,1900,2000 +ISL,2034,8,1900,2000 +ISL,2034,9,1900,2000 +ISL,2034,10,2000,2100 +ISL,2034,11,2000,2100 +ISL,2034,12,2000,2100 +ISL,2034,13,2000,2100 +ISL,2034,14,2000,2100 +ISL,2034,15,2000,2100 +ISL,2034,16,2000,2100 +ISL,2034,17,2000,2100 +ISL,2034,18,2100,2200 +ISL,2035,0,1900,2000 +ISL,2035,1,1900,2000 +ISL,2035,2,1900,2000 +ISL,2035,3,1900,2000 +ISL,2035,4,1900,2000 +ISL,2035,5,1900,2000 +ISL,2035,6,1900,2000 +ISL,2035,7,1900,2000 +ISL,2035,8,1900,2000 +ISL,2035,9,1900,2000 +ISL,2035,10,1900,2000 +ISL,2035,11,2000,2100 +ISL,2035,12,2000,2100 +ISL,2035,13,2000,2100 +ISL,2035,14,2000,2100 +ISL,2035,15,2000,2100 +ISL,2035,16,2000,2100 +ISL,2035,17,2000,2100 +ISL,2035,18,2000,2100 +ISL,2036,0,1900,2000 +ISL,2036,1,1900,2000 +ISL,2036,2,1900,2000 +ISL,2036,3,1900,2000 +ISL,2036,4,1900,2000 +ISL,2036,5,1900,2000 +ISL,2036,6,1900,2000 +ISL,2036,7,1900,2000 +ISL,2036,8,1900,2000 +ISL,2036,9,1900,2000 +ISL,2036,10,1900,2000 +ISL,2036,11,1900,2000 +ISL,2036,12,2000,2100 +ISL,2036,13,2000,2100 +ISL,2036,14,2000,2100 +ISL,2036,15,2000,2100 +ISL,2036,16,2000,2100 +ISL,2036,17,2000,2100 +ISL,2036,18,2000,2100 +ISL,2037,0,1900,2000 +ISL,2037,1,1900,2000 +ISL,2037,2,1900,2000 +ISL,2037,3,1900,2000 +ISL,2037,4,1900,2000 +ISL,2037,5,1900,2000 +ISL,2037,6,1900,2000 +ISL,2037,7,1900,2000 +ISL,2037,8,1900,2000 +ISL,2037,9,1900,2000 +ISL,2037,10,1900,2000 +ISL,2037,11,1900,2000 +ISL,2037,12,1900,2000 +ISL,2037,13,2000,2100 +ISL,2037,14,2000,2100 +ISL,2037,15,2000,2100 +ISL,2037,16,2000,2100 +ISL,2037,17,2000,2100 +ISL,2037,18,2000,2100 +ISL,2038,0,1900,2000 +ISL,2038,1,1900,2000 +ISL,2038,2,1900,2000 +ISL,2038,3,1900,2000 +ISL,2038,4,1900,2000 +ISL,2038,5,1900,2000 +ISL,2038,6,1900,2000 +ISL,2038,7,1900,2000 +ISL,2038,8,1900,2000 +ISL,2038,9,1900,2000 +ISL,2038,10,1900,2000 +ISL,2038,11,1900,2000 +ISL,2038,12,1900,2000 +ISL,2038,13,2000,2100 +ISL,2038,14,2000,2100 +ISL,2038,15,2000,2100 +ISL,2038,16,2000,2100 +ISL,2038,17,2000,2100 +ISL,2038,18,2000,2100 +ISL,2039,0,1900,2000 +ISL,2039,1,1900,2000 +ISL,2039,2,1900,2000 +ISL,2039,3,1900,2000 +ISL,2039,4,1900,2000 +ISL,2039,5,1900,2000 +ISL,2039,6,1900,2000 +ISL,2039,7,1900,2000 +ISL,2039,8,1900,2000 +ISL,2039,9,1900,2000 +ISL,2039,10,1900,2000 +ISL,2039,11,1900,2000 +ISL,2039,12,1900,2000 +ISL,2039,13,1900,2000 +ISL,2039,14,2000,2100 +ISL,2039,15,2000,2100 +ISL,2039,16,2000,2100 +ISL,2039,17,2000,2100 +ISL,2039,18,2000,2100 +ISL,2040,0,1900,2000 +ISL,2040,1,1900,2000 +ISL,2040,2,1900,2000 +ISL,2040,3,1900,2000 +ISL,2040,4,1900,2000 +ISL,2040,5,1900,2000 +ISL,2040,6,1900,2000 +ISL,2040,7,1900,2000 +ISL,2040,8,1900,2000 +ISL,2040,9,1900,2000 +ISL,2040,10,1900,2000 +ISL,2040,11,1900,2000 +ISL,2040,12,1900,2000 +ISL,2040,13,1900,2000 +ISL,2040,14,1900,2000 +ISL,2040,15,2000,2100 +ISL,2040,16,2000,2100 +ISL,2040,17,2000,2100 +ISL,2040,18,2000,2100 +ISL,2041,0,1900,2000 +ISL,2041,1,1900,2000 +ISL,2041,2,1900,2000 +ISL,2041,3,1900,2000 +ISL,2041,4,1900,2000 +ISL,2041,5,1900,2000 +ISL,2041,6,1900,2000 +ISL,2041,7,1900,2000 +ISL,2041,8,1900,2000 +ISL,2041,9,1900,2000 +ISL,2041,10,1900,2000 +ISL,2041,11,1900,2000 +ISL,2041,12,1900,2000 +ISL,2041,13,1900,2000 +ISL,2041,14,1900,2000 +ISL,2041,15,1900,2000 +ISL,2041,16,2000,2100 +ISL,2041,17,2000,2100 +ISL,2041,18,2000,2100 +ISL,2042,0,1900,2000 +ISL,2042,1,1900,2000 +ISL,2042,2,1900,2000 +ISL,2042,3,1900,2000 +ISL,2042,4,1900,2000 +ISL,2042,5,1900,2000 +ISL,2042,6,1900,2000 +ISL,2042,7,1900,2000 +ISL,2042,8,1900,2000 +ISL,2042,9,1900,2000 +ISL,2042,10,1900,2000 +ISL,2042,11,1900,2000 +ISL,2042,12,1900,2000 +ISL,2042,13,1900,2000 +ISL,2042,14,1900,2000 +ISL,2042,15,1900,2000 +ISL,2042,16,2000,2100 +ISL,2042,17,2000,2100 +ISL,2042,18,2000,2100 +ISL,2043,0,1900,1900 +ISL,2043,1,1900,2000 +ISL,2043,2,1900,2000 +ISL,2043,3,1900,2000 +ISL,2043,4,1900,2000 +ISL,2043,5,1900,2000 +ISL,2043,6,1900,2000 +ISL,2043,7,1900,2000 +ISL,2043,8,1900,2000 +ISL,2043,9,1900,2000 +ISL,2043,10,1900,2000 +ISL,2043,11,1900,2000 +ISL,2043,12,1900,2000 +ISL,2043,13,1900,2000 +ISL,2043,14,1900,2000 +ISL,2043,15,1900,2000 +ISL,2043,16,1900,2000 +ISL,2043,17,2000,2100 +ISL,2043,18,2000,2100 +ISL,2044,0,1800,1900 +ISL,2044,1,1900,2000 +ISL,2044,2,1900,2000 +ISL,2044,3,1900,2000 +ISL,2044,4,1900,2000 +ISL,2044,5,1900,2000 +ISL,2044,6,1900,2000 +ISL,2044,7,1900,2000 +ISL,2044,8,1900,2000 +ISL,2044,9,1900,2000 +ISL,2044,10,1900,2000 +ISL,2044,11,1900,2000 +ISL,2044,12,1900,2000 +ISL,2044,13,1900,2000 +ISL,2044,14,1900,2000 +ISL,2044,15,1900,2000 +ISL,2044,16,1900,2000 +ISL,2044,17,1900,2000 +ISL,2044,18,2000,2100 +ISL,2045,0,1800,1900 +ISL,2045,1,1800,1900 +ISL,2045,2,1900,2000 +ISL,2045,3,1900,2000 +ISL,2045,4,1900,2000 +ISL,2045,5,1900,2000 +ISL,2045,6,1900,2000 +ISL,2045,7,1900,2000 +ISL,2045,8,1900,2000 +ISL,2045,9,1900,2000 +ISL,2045,10,1900,2000 +ISL,2045,11,1900,2000 +ISL,2045,12,1900,2000 +ISL,2045,13,1900,2000 +ISL,2045,14,1900,2000 +ISL,2045,15,1900,2000 +ISL,2045,16,1900,2000 +ISL,2045,17,1900,2000 +ISL,2045,18,1900,2000 +ISL,2046,0,1800,1900 +ISL,2046,1,1800,1900 +ISL,2046,2,1800,1900 +ISL,2046,3,1900,2000 +ISL,2046,4,1900,2000 +ISL,2046,5,1900,2000 +ISL,2046,6,1900,2000 +ISL,2046,7,1900,2000 +ISL,2046,8,1900,2000 +ISL,2046,9,1900,2000 +ISL,2046,10,1900,2000 +ISL,2046,11,1900,2000 +ISL,2046,12,1900,2000 +ISL,2046,13,1900,2000 +ISL,2046,14,1900,2000 +ISL,2046,15,1900,2000 +ISL,2046,16,1900,2000 +ISL,2046,17,1900,2000 +ISL,2046,18,1900,2000 +ISL,2047,0,1800,1900 +ISL,2047,1,1800,1900 +ISL,2047,2,1800,1900 +ISL,2047,3,1800,1900 +ISL,2047,4,1900,2000 +ISL,2047,5,1900,2000 +ISL,2047,6,1900,2000 +ISL,2047,7,1900,2000 +ISL,2047,8,1900,2000 +ISL,2047,9,1900,2000 +ISL,2047,10,1900,2000 +ISL,2047,11,1900,2000 +ISL,2047,12,1900,2000 +ISL,2047,13,1900,2000 +ISL,2047,14,1900,2000 +ISL,2047,15,1900,2000 +ISL,2047,16,1900,2000 +ISL,2047,17,1900,2000 +ISL,2047,18,1900,2000 +ISL,2048,0,1800,1900 +ISL,2048,1,1800,1900 +ISL,2048,2,1800,1900 +ISL,2048,3,1800,1900 +ISL,2048,4,1800,1900 +ISL,2048,5,1900,2000 +ISL,2048,6,1900,2000 +ISL,2048,7,1900,2000 +ISL,2048,8,1900,2000 +ISL,2048,9,1900,2000 +ISL,2048,10,1900,2000 +ISL,2048,11,1900,2000 +ISL,2048,12,1900,2000 +ISL,2048,13,1900,2000 +ISL,2048,14,1900,2000 +ISL,2048,15,1900,2000 +ISL,2048,16,1900,2000 +ISL,2048,17,1900,2000 +ISL,2048,18,1900,2000 +ISL,2049,0,1800,1900 +ISL,2049,1,1800,1900 +ISL,2049,2,1800,1900 +ISL,2049,3,1800,1900 +ISL,2049,4,1800,1900 +ISL,2049,5,1900,1900 +ISL,2049,6,1900,2000 +ISL,2049,7,1900,2000 +ISL,2049,8,1900,2000 +ISL,2049,9,1900,2000 +ISL,2049,10,1900,2000 +ISL,2049,11,1900,2000 +ISL,2049,12,1900,2000 +ISL,2049,13,1900,2000 +ISL,2049,14,1900,2000 +ISL,2049,15,1900,2000 +ISL,2049,16,1900,2000 +ISL,2049,17,1900,2000 +ISL,2049,18,1900,2000 +ISL,2050,0,1800,1900 +ISL,2050,1,1800,1900 +ISL,2050,2,1800,1900 +ISL,2050,3,1800,1900 +ISL,2050,4,1800,1900 +ISL,2050,5,1800,1900 +ISL,2050,6,1900,1900 +ISL,2050,7,1900,2000 +ISL,2050,8,1900,2000 +ISL,2050,9,1900,2000 +ISL,2050,10,1900,2000 +ISL,2050,11,1900,2000 +ISL,2050,12,1900,2000 +ISL,2050,13,1900,2000 +ISL,2050,14,1900,2000 +ISL,2050,15,1900,2000 +ISL,2050,16,1900,2000 +ISL,2050,17,1900,2000 +ISL,2050,18,1900,2000 +ISR,1990,0,48902,51090 +ISR,1990,1,47404,49664 +ISR,1990,2,46263,48577 +ISR,1990,3,45434,47786 +ISR,1990,4,44872,47248 +ISR,1990,5,44534,46920 +ISR,1990,6,44376,46759 +ISR,1990,7,44354,46722 +ISR,1990,8,44423,46766 +ISR,1990,9,44539,46849 +ISR,1990,10,44696,46963 +ISR,1990,11,44886,47101 +ISR,1990,12,44880,47041 +ISR,1990,13,44562,46668 +ISR,1990,14,43997,46047 +ISR,1990,15,43440,45430 +ISR,1990,16,42923,44851 +ISR,1990,17,42017,43875 +ISR,1990,18,40561,42338 +ISR,1991,0,49294,51631 +ISR,1991,1,48772,51061 +ISR,1991,2,47543,49878 +ISR,1991,3,46611,48985 +ISR,1991,4,45938,48341 +ISR,1991,5,45486,47908 +ISR,1991,6,45215,47648 +ISR,1991,7,45090,47521 +ISR,1991,8,45063,47490 +ISR,1991,9,45094,47518 +ISR,1991,10,45147,47565 +ISR,1991,11,45225,47627 +ISR,1991,12,45321,47699 +ISR,1991,13,45235,47567 +ISR,1991,14,44867,47119 +ISR,1991,15,44275,46424 +ISR,1991,16,43684,45729 +ISR,1991,17,43129,45067 +ISR,1991,18,42218,44038 +ISR,1992,0,49712,52207 +ISR,1992,1,48424,50897 +ISR,1992,2,48930,51262 +ISR,1992,3,47961,50317 +ISR,1992,4,47232,49612 +ISR,1992,5,46711,49111 +ISR,1992,6,46364,48782 +ISR,1992,7,46159,48588 +ISR,1992,8,46066,48494 +ISR,1992,9,46035,48470 +ISR,1992,10,46028,48482 +ISR,1992,11,46018,48494 +ISR,1992,12,46018,48503 +ISR,1992,13,46021,48511 +ISR,1992,14,45855,48306 +ISR,1992,15,45435,47781 +ISR,1992,16,44811,47009 +ISR,1992,17,44184,46233 +ISR,1992,18,43588,45485 +ISR,1993,0,50244,52913 +ISR,1993,1,49217,51797 +ISR,1993,2,48431,50939 +ISR,1993,3,49220,51569 +ISR,1993,4,48509,50861 +ISR,1993,5,47983,50343 +ISR,1993,6,47613,49986 +ISR,1993,7,47370,49759 +ISR,1993,8,47231,49631 +ISR,1993,9,47169,49571 +ISR,1993,10,47135,49553 +ISR,1993,11,47089,49549 +ISR,1993,12,47016,49526 +ISR,1993,13,46937,49483 +ISR,1993,14,46847,49425 +ISR,1993,15,46600,49147 +ISR,1993,16,46126,48544 +ISR,1993,17,45470,47694 +ISR,1993,18,44805,46835 +ISR,1994,0,51034,53891 +ISR,1994,1,50194,52901 +ISR,1994,2,49542,52129 +ISR,1994,3,49056,51550 +ISR,1994,4,49449,51825 +ISR,1994,5,48998,51355 +ISR,1994,6,48676,51026 +ISR,1994,7,48459,50813 +ISR,1994,8,48322,50690 +ISR,1994,9,48249,50628 +ISR,1994,10,48219,50602 +ISR,1994,11,48180,50590 +ISR,1994,12,48096,50570 +ISR,1994,13,47960,50511 +ISR,1994,14,47802,50416 +ISR,1994,15,47618,50293 +ISR,1994,16,47290,49941 +ISR,1994,17,46763,49261 +ISR,1994,18,46075,48332 +ISR,1995,0,52184,55231 +ISR,1995,1,51350,54212 +ISR,1995,2,50684,53394 +ISR,1995,3,50166,52755 +ISR,1995,4,49777,52275 +ISR,1995,5,49497,51930 +ISR,1995,6,49309,51699 +ISR,1995,7,49192,51560 +ISR,1995,8,49129,51492 +ISR,1995,9,49099,51472 +ISR,1995,10,49091,51478 +ISR,1995,11,49094,51485 +ISR,1995,12,49051,51480 +ISR,1995,13,48928,51444 +ISR,1995,14,48729,51349 +ISR,1995,15,48493,51202 +ISR,1995,16,48216,51014 +ISR,1995,17,47808,50589 +ISR,1995,18,47230,49833 +ISR,1996,0,54397,57556 +ISR,1996,1,52915,55912 +ISR,1996,2,52045,54869 +ISR,1996,3,51351,54029 +ISR,1996,4,50811,53371 +ISR,1996,5,50407,52875 +ISR,1996,6,50118,52515 +ISR,1996,7,49924,52268 +ISR,1996,8,49806,52128 +ISR,1996,9,49744,52081 +ISR,1996,10,49717,52095 +ISR,1996,11,49715,52132 +ISR,1996,12,49725,52170 +ISR,1996,13,49686,52187 +ISR,1996,14,49559,52158 +ISR,1996,15,49351,52059 +ISR,1996,16,49107,51906 +ISR,1996,17,48823,51713 +ISR,1996,18,48406,51267 +ISR,1997,0,56973,60249 +ISR,1997,1,55458,58551 +ISR,1997,2,53451,56427 +ISR,1997,3,52548,55363 +ISR,1997,4,51827,54503 +ISR,1997,5,51269,53828 +ISR,1997,6,50851,53317 +ISR,1997,7,50553,52944 +ISR,1997,8,50355,52682 +ISR,1997,9,50236,52541 +ISR,1997,10,50175,52515 +ISR,1997,11,50152,52563 +ISR,1997,12,50155,52631 +ISR,1997,13,50173,52700 +ISR,1997,14,50137,52739 +ISR,1997,15,50007,52717 +ISR,1997,16,49790,52615 +ISR,1997,17,49540,52457 +ISR,1997,18,49249,52258 +ISR,1998,0,59563,62948 +ISR,1998,1,57565,60798 +ISR,1998,2,55887,58974 +ISR,1998,3,53824,56801 +ISR,1998,4,52890,55718 +ISR,1998,5,52146,54841 +ISR,1998,6,51569,54151 +ISR,1998,7,51139,53627 +ISR,1998,8,50834,53241 +ISR,1998,9,50632,52964 +ISR,1998,10,50512,52823 +ISR,1998,11,50453,52818 +ISR,1998,12,50433,52900 +ISR,1998,13,50442,52999 +ISR,1998,14,50468,53099 +ISR,1998,15,50435,53160 +ISR,1998,16,50302,53145 +ISR,1998,17,50077,53039 +ISR,1998,18,49821,52877 +ISR,1999,0,61708,65179 +ISR,1999,1,59389,62748 +ISR,1999,2,57420,60657 +ISR,1999,3,55773,58884 +ISR,1999,4,54099,57091 +ISR,1999,5,53137,55992 +ISR,1999,6,52370,55099 +ISR,1999,7,51777,54394 +ISR,1999,8,51336,53858 +ISR,1999,9,51023,53459 +ISR,1999,10,50818,53168 +ISR,1999,11,50697,53027 +ISR,1999,12,50640,53043 +ISR,1999,13,50624,53159 +ISR,1999,14,50638,53289 +ISR,1999,15,50672,53419 +ISR,1999,16,50643,53502 +ISR,1999,17,50506,53495 +ISR,1999,18,50275,53385 +ISR,2000,0,63108,66637 +ISR,2000,1,60765,64222 +ISR,2000,2,58738,62103 +ISR,2000,3,57005,60262 +ISR,2000,4,55543,58680 +ISR,2000,5,54328,57341 +ISR,2000,6,53337,56226 +ISR,2000,7,52549,55318 +ISR,2000,8,51940,54599 +ISR,2000,9,51488,54051 +ISR,2000,10,51168,53641 +ISR,2000,11,50959,53336 +ISR,2000,12,50839,53195 +ISR,2000,13,50784,53231 +ISR,2000,14,50771,53381 +ISR,2000,15,50790,53541 +ISR,2000,16,50831,53702 +ISR,2000,17,50807,53807 +ISR,2000,18,50667,53807 +ISR,2001,0,63891,67374 +ISR,2001,1,62908,66402 +ISR,2001,2,60795,64223 +ISR,2001,3,58912,62253 +ISR,2001,4,57250,60488 +ISR,2001,5,55803,58926 +ISR,2001,6,54546,57548 +ISR,2001,7,53457,56336 +ISR,2001,8,52603,55360 +ISR,2001,9,52010,54645 +ISR,2001,10,51622,54143 +ISR,2001,11,51338,53750 +ISR,2001,12,51148,53448 +ISR,2001,13,51048,53307 +ISR,2001,14,51016,53340 +ISR,2001,15,51025,53484 +ISR,2001,16,51065,53638 +ISR,2001,17,51127,53792 +ISR,2001,18,51113,53892 +ISR,2002,0,63951,67362 +ISR,2002,1,62563,65999 +ISR,2002,2,62662,66139 +ISR,2002,3,60780,64195 +ISR,2002,4,59041,62375 +ISR,2002,5,57453,60688 +ISR,2002,6,56022,59146 +ISR,2002,7,54725,57730 +ISR,2002,8,53536,56422 +ISR,2002,9,52619,55378 +ISR,2002,10,52042,54666 +ISR,2002,11,51718,54211 +ISR,2002,12,51469,53836 +ISR,2002,13,51299,53537 +ISR,2002,14,51220,53396 +ISR,2002,15,51210,53425 +ISR,2002,16,51241,53563 +ISR,2002,17,51301,53711 +ISR,2002,18,51384,53858 +ISR,2003,0,63713,67052 +ISR,2003,1,63055,66460 +ISR,2003,2,62232,65665 +ISR,2003,3,62418,65889 +ISR,2003,4,60766,64181 +ISR,2003,5,59172,62510 +ISR,2003,6,57657,60900 +ISR,2003,7,56242,59377 +ISR,2003,8,54904,57922 +ISR,2003,9,53617,56519 +ISR,2003,10,52635,55407 +ISR,2003,11,52074,54699 +ISR,2003,12,51816,54290 +ISR,2003,13,51601,53932 +ISR,2003,14,51451,53636 +ISR,2003,15,51393,53496 +ISR,2003,16,51405,53521 +ISR,2003,17,51458,53653 +ISR,2003,18,51539,53795 +ISR,2004,0,63779,67074 +ISR,2004,1,63694,67081 +ISR,2004,2,63296,66738 +ISR,2004,3,62632,66093 +ISR,2004,4,62227,65696 +ISR,2004,5,60804,64222 +ISR,2004,6,59353,62698 +ISR,2004,7,57909,61164 +ISR,2004,8,56510,59659 +ISR,2004,9,55130,58165 +ISR,2004,10,53743,56664 +ISR,2004,11,52696,55483 +ISR,2004,12,52151,54779 +ISR,2004,13,51957,54416 +ISR,2004,14,51777,54075 +ISR,2004,15,51646,53781 +ISR,2004,16,51609,53641 +ISR,2004,17,51643,53663 +ISR,2004,18,51718,53789 +ISR,2005,0,64576,67877 +ISR,2005,1,64728,68123 +ISR,2005,2,64507,67964 +ISR,2005,3,63966,67453 +ISR,2005,4,63155,66644 +ISR,2005,5,62126,65592 +ISR,2005,6,60930,64350 +ISR,2005,7,59620,62972 +ISR,2005,8,58246,61512 +ISR,2005,9,56860,60023 +ISR,2005,10,55435,58488 +ISR,2005,11,53947,56887 +ISR,2005,12,52834,55636 +ISR,2005,13,52303,54933 +ISR,2005,14,52173,54616 +ISR,2005,15,52028,54291 +ISR,2005,16,51917,54000 +ISR,2005,17,51900,53861 +ISR,2005,18,51956,53879 +ISR,2006,0,66010,69364 +ISR,2006,1,64931,68259 +ISR,2006,2,64807,68204 +ISR,2006,3,64412,67853 +ISR,2006,4,63779,67244 +ISR,2006,5,62947,66412 +ISR,2006,6,61965,65410 +ISR,2006,7,60882,64288 +ISR,2006,8,59666,63013 +ISR,2006,9,58323,61593 +ISR,2006,10,56932,60109 +ISR,2006,11,55537,58611 +ISR,2006,12,54095,57065 +ISR,2006,13,53031,55863 +ISR,2006,14,52551,55198 +ISR,2006,15,52471,54909 +ISR,2006,16,52377,54613 +ISR,2006,17,52321,54354 +ISR,2006,18,52348,54222 +ISR,2007,0,68116,71565 +ISR,2007,1,67615,71074 +ISR,2007,2,65366,68715 +ISR,2007,3,64967,68360 +ISR,2007,4,64396,67817 +ISR,2007,5,63672,67108 +ISR,2007,6,62817,66252 +ISR,2007,7,61880,65299 +ISR,2007,8,60910,64296 +ISR,2007,9,59786,63122 +ISR,2007,10,58473,61742 +ISR,2007,11,57076,60260 +ISR,2007,12,55707,58798 +ISR,2007,13,54311,57305 +ISR,2007,14,53295,56151 +ISR,2007,15,52864,55524 +ISR,2007,16,52834,55263 +ISR,2007,17,52792,54995 +ISR,2007,18,52792,54767 +ISR,2008,0,70628,74212 +ISR,2008,1,69459,72987 +ISR,2008,2,68276,71760 +ISR,2008,3,65813,69183 +ISR,2008,4,65138,68527 +ISR,2008,5,64390,67793 +ISR,2008,6,63574,66984 +ISR,2008,7,62697,66104 +ISR,2008,8,61805,65199 +ISR,2008,9,60947,64315 +ISR,2008,10,59916,63243 +ISR,2008,11,58632,61902 +ISR,2008,12,57229,60422 +ISR,2008,13,55887,58995 +ISR,2008,14,54535,57556 +ISR,2008,15,53567,56449 +ISR,2008,16,53186,55859 +ISR,2008,17,53206,55626 +ISR,2008,18,53216,55388 +ISR,2009,0,73137,76892 +ISR,2009,1,71334,74970 +ISR,2009,2,69681,73226 +ISR,2009,3,68165,71641 +ISR,2009,4,66179,69582 +ISR,2009,5,65228,68625 +ISR,2009,6,64304,67699 +ISR,2009,7,63398,66791 +ISR,2009,8,62499,65888 +ISR,2009,9,61654,65032 +ISR,2009,10,60909,64268 +ISR,2009,11,59972,63299 +ISR,2009,12,58719,61999 +ISR,2009,13,57310,60523 +ISR,2009,14,55997,59133 +ISR,2009,15,54692,57748 +ISR,2009,16,53773,56690 +ISR,2009,17,53442,56138 +ISR,2009,18,53513,55934 +ISR,2010,0,75318,79266 +ISR,2010,1,73075,76863 +ISR,2010,2,71087,74750 +ISR,2010,3,69327,72895 +ISR,2010,4,67772,71271 +ISR,2010,5,66394,69846 +ISR,2010,6,65170,68590 +ISR,2010,7,64073,67475 +ISR,2010,8,63078,66469 +ISR,2010,9,62159,65544 +ISR,2010,10,61363,64740 +ISR,2010,11,60733,64097 +ISR,2010,12,59892,63233 +ISR,2010,13,58673,61975 +ISR,2010,14,57263,60506 +ISR,2010,15,55981,59156 +ISR,2010,16,54725,57828 +ISR,2010,17,53857,56821 +ISR,2010,18,53577,56308 +ISR,2011,0,77712,81827 +ISR,2011,1,75437,79418 +ISR,2011,2,73309,77145 +ISR,2011,3,71393,75112 +ISR,2011,4,69670,73298 +ISR,2011,5,68123,71680 +ISR,2011,6,66727,70229 +ISR,2011,7,65456,68916 +ISR,2011,8,64323,67756 +ISR,2011,9,63324,66740 +ISR,2011,10,62419,65825 +ISR,2011,11,61623,65015 +ISR,2011,12,60986,64359 +ISR,2011,13,60143,63486 +ISR,2011,14,58928,62225 +ISR,2011,15,57526,60759 +ISR,2011,16,56252,59409 +ISR,2011,17,55002,58080 +ISR,2011,18,54144,57077 +ISR,2012,0,79789,84095 +ISR,2012,1,77255,81378 +ISR,2012,2,75378,79406 +ISR,2012,3,73370,77267 +ISR,2012,4,71531,75319 +ISR,2012,5,69850,73548 +ISR,2012,6,68316,71941 +ISR,2012,7,66903,70467 +ISR,2012,8,65588,69100 +ISR,2012,9,64423,67897 +ISR,2012,10,63421,66873 +ISR,2012,11,62532,65970 +ISR,2012,12,61738,65157 +ISR,2012,13,61097,64488 +ISR,2012,14,60253,63607 +ISR,2012,15,59045,62347 +ISR,2012,16,57656,60885 +ISR,2012,17,56392,59539 +ISR,2012,18,55149,58212 +ISR,2013,0,81459,85945 +ISR,2013,1,79048,83366 +ISR,2013,2,76843,81017 +ISR,2013,3,75205,79287 +ISR,2013,4,73320,77286 +ISR,2013,5,71561,75426 +ISR,2013,6,69924,73702 +ISR,2013,7,68404,72106 +ISR,2013,8,66977,70612 +ISR,2013,9,65621,69192 +ISR,2013,10,64425,67948 +ISR,2013,11,63421,66917 +ISR,2013,12,62550,66027 +ISR,2013,13,61760,65211 +ISR,2013,14,61114,64532 +ISR,2013,15,60271,63644 +ISR,2013,16,59072,62385 +ISR,2013,17,57697,60931 +ISR,2013,18,56445,59590 +ISR,2014,0,82647,87257 +ISR,2014,1,80521,84995 +ISR,2014,2,78503,82854 +ISR,2014,3,76591,80830 +ISR,2014,4,75006,79148 +ISR,2014,5,73244,77284 +ISR,2014,6,71565,75513 +ISR,2014,7,69972,73834 +ISR,2014,8,68468,72251 +ISR,2014,9,67028,70737 +ISR,2014,10,65631,69265 +ISR,2014,11,64404,67980 +ISR,2014,12,63400,66942 +ISR,2014,13,62545,66066 +ISR,2014,14,61759,65248 +ISR,2014,15,61110,64557 +ISR,2014,16,60268,63663 +ISR,2014,17,59078,62407 +ISR,2014,18,57718,60960 +ISR,2015,0,83322,87975 +ISR,2015,1,81620,86184 +ISR,2015,2,79912,84386 +ISR,2015,3,78207,82592 +ISR,2015,4,76515,80809 +ISR,2015,5,74844,79050 +ISR,2015,6,73205,77323 +ISR,2015,7,71606,75638 +ISR,2015,8,70056,74005 +ISR,2015,9,68565,72434 +ISR,2015,10,67112,70899 +ISR,2015,11,65673,69374 +ISR,2015,12,64415,68048 +ISR,2015,13,63410,67002 +ISR,2015,14,62572,66139 +ISR,2015,15,61790,65319 +ISR,2015,16,61136,64616 +ISR,2015,17,60295,63715 +ISR,2015,18,59114,62461 +ISR,2016,0,83370,87938 +ISR,2016,1,83108,87726 +ISR,2016,2,81553,86098 +ISR,2016,3,79934,84400 +ISR,2016,4,78272,82653 +ISR,2016,5,76585,80877 +ISR,2016,6,74882,79083 +ISR,2016,7,73173,77281 +ISR,2016,8,71527,75544 +ISR,2016,9,69983,73916 +ISR,2016,10,68531,72384 +ISR,2016,11,67097,70867 +ISR,2016,12,65668,69351 +ISR,2016,13,64424,68036 +ISR,2016,14,63437,67005 +ISR,2016,15,62621,66159 +ISR,2016,16,61859,65355 +ISR,2016,17,61226,64669 +ISR,2016,18,60402,63784 +ISR,2017,0,82925,87326 +ISR,2017,1,82549,87011 +ISR,2017,2,82967,87559 +ISR,2017,3,81556,86091 +ISR,2017,4,80026,84491 +ISR,2017,5,78404,82790 +ISR,2017,6,76721,81020 +ISR,2017,7,74985,79190 +ISR,2017,8,73206,77310 +ISR,2017,9,71511,75520 +ISR,2017,10,69972,73894 +ISR,2017,11,68556,72400 +ISR,2017,12,67140,70901 +ISR,2017,13,65721,69392 +ISR,2017,14,64489,68087 +ISR,2017,15,63520,67070 +ISR,2017,16,62725,66240 +ISR,2017,17,61983,65452 +ISR,2017,18,61369,64782 +ISR,2018,0,82197,86400 +ISR,2018,1,82581,86926 +ISR,2018,2,82517,86956 +ISR,2018,3,82861,87431 +ISR,2018,4,81595,86124 +ISR,2018,5,80152,84621 +ISR,2018,6,78571,82966 +ISR,2018,7,76891,81200 +ISR,2018,8,75121,79333 +ISR,2018,9,73270,77375 +ISR,2018,10,71526,75530 +ISR,2018,11,69991,73907 +ISR,2018,12,68611,72450 +ISR,2018,13,67213,70968 +ISR,2018,14,65802,69465 +ISR,2018,15,64583,68170 +ISR,2018,16,63631,67166 +ISR,2018,17,62855,66352 +ISR,2018,18,62133,65580 +ISR,2019,0,81000,86000 +ISR,2019,1,82000,87000 +ISR,2019,2,83000,87000 +ISR,2019,3,83000,87000 +ISR,2019,4,83000,87000 +ISR,2019,5,82000,86000 +ISR,2019,6,80000,85000 +ISR,2019,7,79000,83000 +ISR,2019,8,77000,81000 +ISR,2019,9,75000,79000 +ISR,2019,10,73000,77000 +ISR,2019,11,72000,76000 +ISR,2019,12,70000,74000 +ISR,2019,13,69000,72000 +ISR,2019,14,67000,71000 +ISR,2019,15,66000,70000 +ISR,2019,16,65000,68000 +ISR,2019,17,64000,67000 +ISR,2019,18,63000,66000 +ISR,2020,0,81000,85000 +ISR,2020,1,82000,87000 +ISR,2020,2,83000,88000 +ISR,2020,3,83000,88000 +ISR,2020,4,83000,88000 +ISR,2020,5,83000,87000 +ISR,2020,6,82000,86000 +ISR,2020,7,80000,85000 +ISR,2020,8,79000,83000 +ISR,2020,9,77000,81000 +ISR,2020,10,75000,80000 +ISR,2020,11,73000,77000 +ISR,2020,12,71000,75000 +ISR,2020,13,70000,74000 +ISR,2020,14,69000,72000 +ISR,2020,15,67000,71000 +ISR,2020,16,66000,70000 +ISR,2020,17,65000,68000 +ISR,2020,18,64000,67000 +ISR,2021,0,81000,85000 +ISR,2021,1,81000,86000 +ISR,2021,2,83000,87000 +ISR,2021,3,83000,88000 +ISR,2021,4,83000,88000 +ISR,2021,5,83000,88000 +ISR,2021,6,83000,87000 +ISR,2021,7,82000,86000 +ISR,2021,8,80000,85000 +ISR,2021,9,79000,83000 +ISR,2021,10,77000,82000 +ISR,2021,11,75000,80000 +ISR,2021,12,73000,78000 +ISR,2021,13,72000,76000 +ISR,2021,14,70000,74000 +ISR,2021,15,69000,73000 +ISR,2021,16,67000,71000 +ISR,2021,17,66000,70000 +ISR,2021,18,65000,68000 +ISR,2022,0,81000,85000 +ISR,2022,1,82000,87000 +ISR,2022,2,82000,86000 +ISR,2022,3,83000,87000 +ISR,2022,4,83000,87000 +ISR,2022,5,83000,88000 +ISR,2022,6,83000,87000 +ISR,2022,7,82000,87000 +ISR,2022,8,82000,86000 +ISR,2022,9,81000,85000 +ISR,2022,10,79000,84000 +ISR,2022,11,77000,82000 +ISR,2022,12,75000,80000 +ISR,2022,13,73000,78000 +ISR,2022,14,72000,76000 +ISR,2022,15,70000,74000 +ISR,2022,16,69000,73000 +ISR,2022,17,68000,71000 +ISR,2022,18,66000,70000 +ISR,2023,0,82000,86000 +ISR,2023,1,83000,87000 +ISR,2023,2,83000,87000 +ISR,2023,3,82000,86000 +ISR,2023,4,83000,87000 +ISR,2023,5,83000,87000 +ISR,2023,6,83000,87000 +ISR,2023,7,83000,87000 +ISR,2023,8,82000,87000 +ISR,2023,9,82000,86000 +ISR,2023,10,81000,85000 +ISR,2023,11,79000,84000 +ISR,2023,12,77000,82000 +ISR,2023,13,75000,80000 +ISR,2023,14,74000,78000 +ISR,2023,15,72000,76000 +ISR,2023,16,70000,74000 +ISR,2023,17,69000,73000 +ISR,2023,18,68000,71000 +ISR,2024,0,82000,87000 +ISR,2024,1,83000,87000 +ISR,2024,2,83000,87000 +ISR,2024,3,83000,87000 +ISR,2024,4,83000,87000 +ISR,2024,5,83000,87000 +ISR,2024,6,83000,87000 +ISR,2024,7,83000,87000 +ISR,2024,8,83000,87000 +ISR,2024,9,82000,87000 +ISR,2024,10,82000,86000 +ISR,2024,11,81000,85000 +ISR,2024,12,79000,84000 +ISR,2024,13,77000,82000 +ISR,2024,14,76000,80000 +ISR,2024,15,74000,78000 +ISR,2024,16,72000,76000 +ISR,2024,17,70000,74000 +ISR,2024,18,69000,73000 +ISR,2025,0,83000,87000 +ISR,2025,1,83000,87000 +ISR,2025,2,83000,87000 +ISR,2025,3,83000,87000 +ISR,2025,4,83000,87000 +ISR,2025,5,83000,87000 +ISR,2025,6,83000,87000 +ISR,2025,7,83000,87000 +ISR,2025,8,83000,87000 +ISR,2025,9,82000,87000 +ISR,2025,10,82000,86000 +ISR,2025,11,82000,86000 +ISR,2025,12,81000,85000 +ISR,2025,13,79000,84000 +ISR,2025,14,77000,82000 +ISR,2025,15,76000,80000 +ISR,2025,16,74000,78000 +ISR,2025,17,72000,76000 +ISR,2025,18,70000,74000 +ISR,2026,0,84000,88000 +ISR,2026,1,83000,88000 +ISR,2026,2,83000,87000 +ISR,2026,3,83000,87000 +ISR,2026,4,83000,87000 +ISR,2026,5,83000,87000 +ISR,2026,6,83000,87000 +ISR,2026,7,83000,87000 +ISR,2026,8,83000,87000 +ISR,2026,9,83000,87000 +ISR,2026,10,82000,87000 +ISR,2026,11,82000,86000 +ISR,2026,12,82000,86000 +ISR,2026,13,81000,85000 +ISR,2026,14,79000,84000 +ISR,2026,15,78000,82000 +ISR,2026,16,76000,80000 +ISR,2026,17,74000,78000 +ISR,2026,18,72000,76000 +ISR,2027,0,84000,89000 +ISR,2027,1,84000,88000 +ISR,2027,2,83000,88000 +ISR,2027,3,83000,87000 +ISR,2027,4,83000,87000 +ISR,2027,5,83000,87000 +ISR,2027,6,83000,87000 +ISR,2027,7,83000,87000 +ISR,2027,8,83000,87000 +ISR,2027,9,83000,87000 +ISR,2027,10,83000,87000 +ISR,2027,11,82000,87000 +ISR,2027,12,82000,87000 +ISR,2027,13,82000,86000 +ISR,2027,14,81000,85000 +ISR,2027,15,79000,84000 +ISR,2027,16,78000,82000 +ISR,2027,17,76000,80000 +ISR,2027,18,74000,78000 +ISR,2028,0,85000,89000 +ISR,2028,1,84000,89000 +ISR,2028,2,84000,88000 +ISR,2028,3,83000,88000 +ISR,2028,4,83000,87000 +ISR,2028,5,83000,87000 +ISR,2028,6,83000,87000 +ISR,2028,7,83000,87000 +ISR,2028,8,83000,87000 +ISR,2028,9,83000,87000 +ISR,2028,10,83000,87000 +ISR,2028,11,83000,87000 +ISR,2028,12,83000,87000 +ISR,2028,13,82000,87000 +ISR,2028,14,82000,86000 +ISR,2028,15,81000,85000 +ISR,2028,16,80000,84000 +ISR,2028,17,78000,82000 +ISR,2028,18,76000,80000 +ISR,2029,0,85000,90000 +ISR,2029,1,85000,89000 +ISR,2029,2,84000,88000 +ISR,2029,3,84000,88000 +ISR,2029,4,83000,88000 +ISR,2029,5,83000,87000 +ISR,2029,6,83000,87000 +ISR,2029,7,83000,87000 +ISR,2029,8,83000,87000 +ISR,2029,9,83000,87000 +ISR,2029,10,83000,87000 +ISR,2029,11,83000,87000 +ISR,2029,12,83000,87000 +ISR,2029,13,83000,87000 +ISR,2029,14,82000,87000 +ISR,2029,15,82000,86000 +ISR,2029,16,81000,85000 +ISR,2029,17,80000,84000 +ISR,2029,18,78000,82000 +ISR,2030,0,86000,91000 +ISR,2030,1,85000,90000 +ISR,2030,2,84000,89000 +ISR,2030,3,84000,88000 +ISR,2030,4,84000,88000 +ISR,2030,5,83000,88000 +ISR,2030,6,83000,87000 +ISR,2030,7,83000,87000 +ISR,2030,8,83000,87000 +ISR,2030,9,83000,87000 +ISR,2030,10,83000,87000 +ISR,2030,11,83000,87000 +ISR,2030,12,83000,87000 +ISR,2030,13,83000,87000 +ISR,2030,14,83000,87000 +ISR,2030,15,82000,87000 +ISR,2030,16,82000,86000 +ISR,2030,17,81000,85000 +ISR,2030,18,80000,84000 +ISR,2031,0,87000,91000 +ISR,2031,1,86000,91000 +ISR,2031,2,85000,90000 +ISR,2031,3,85000,89000 +ISR,2031,4,84000,88000 +ISR,2031,5,84000,88000 +ISR,2031,6,83000,88000 +ISR,2031,7,83000,88000 +ISR,2031,8,83000,87000 +ISR,2031,9,83000,87000 +ISR,2031,10,83000,87000 +ISR,2031,11,83000,87000 +ISR,2031,12,83000,87000 +ISR,2031,13,83000,87000 +ISR,2031,14,83000,87000 +ISR,2031,15,83000,87000 +ISR,2031,16,82000,87000 +ISR,2031,17,82000,86000 +ISR,2031,18,81000,86000 +ISR,2032,0,88000,92000 +ISR,2032,1,87000,91000 +ISR,2032,2,86000,91000 +ISR,2032,3,85000,90000 +ISR,2032,4,85000,89000 +ISR,2032,5,84000,89000 +ISR,2032,6,84000,88000 +ISR,2032,7,83000,88000 +ISR,2032,8,83000,88000 +ISR,2032,9,83000,87000 +ISR,2032,10,83000,87000 +ISR,2032,11,83000,87000 +ISR,2032,12,83000,87000 +ISR,2032,13,83000,87000 +ISR,2032,14,83000,87000 +ISR,2032,15,83000,87000 +ISR,2032,16,83000,87000 +ISR,2032,17,82000,87000 +ISR,2032,18,82000,87000 +ISR,2033,0,89000,93000 +ISR,2033,1,87000,92000 +ISR,2033,2,87000,91000 +ISR,2033,3,86000,91000 +ISR,2033,4,85000,90000 +ISR,2033,5,85000,89000 +ISR,2033,6,84000,89000 +ISR,2033,7,84000,88000 +ISR,2033,8,84000,88000 +ISR,2033,9,83000,88000 +ISR,2033,10,83000,87000 +ISR,2033,11,83000,87000 +ISR,2033,12,83000,87000 +ISR,2033,13,83000,88000 +ISR,2033,14,83000,87000 +ISR,2033,15,83000,87000 +ISR,2033,16,83000,87000 +ISR,2033,17,83000,87000 +ISR,2033,18,83000,87000 +ISR,2034,0,89000,94000 +ISR,2034,1,88000,93000 +ISR,2034,2,87000,92000 +ISR,2034,3,87000,91000 +ISR,2034,4,86000,90000 +ISR,2034,5,85000,90000 +ISR,2034,6,85000,89000 +ISR,2034,7,84000,89000 +ISR,2034,8,84000,88000 +ISR,2034,9,84000,88000 +ISR,2034,10,83000,88000 +ISR,2034,11,83000,87000 +ISR,2034,12,83000,87000 +ISR,2034,13,83000,87000 +ISR,2034,14,83000,88000 +ISR,2034,15,83000,88000 +ISR,2034,16,83000,87000 +ISR,2034,17,83000,87000 +ISR,2034,18,83000,87000 +ISR,2035,0,90000,95000 +ISR,2035,1,89000,94000 +ISR,2035,2,88000,93000 +ISR,2035,3,87000,92000 +ISR,2035,4,87000,91000 +ISR,2035,5,86000,90000 +ISR,2035,6,85000,90000 +ISR,2035,7,85000,89000 +ISR,2035,8,84000,89000 +ISR,2035,9,84000,88000 +ISR,2035,10,84000,88000 +ISR,2035,11,83000,88000 +ISR,2035,12,83000,87000 +ISR,2035,13,83000,87000 +ISR,2035,14,83000,87000 +ISR,2035,15,83000,88000 +ISR,2035,16,83000,88000 +ISR,2035,17,83000,87000 +ISR,2035,18,83000,87000 +ISR,2036,0,91000,96000 +ISR,2036,1,90000,95000 +ISR,2036,2,89000,94000 +ISR,2036,3,88000,93000 +ISR,2036,4,87000,92000 +ISR,2036,5,87000,91000 +ISR,2036,6,86000,90000 +ISR,2036,7,85000,90000 +ISR,2036,8,85000,89000 +ISR,2036,9,84000,89000 +ISR,2036,10,84000,88000 +ISR,2036,11,84000,88000 +ISR,2036,12,83000,88000 +ISR,2036,13,83000,87000 +ISR,2036,14,83000,87000 +ISR,2036,15,83000,88000 +ISR,2036,16,83000,88000 +ISR,2036,17,84000,88000 +ISR,2036,18,84000,88000 +ISR,2037,0,92000,97000 +ISR,2037,1,91000,96000 +ISR,2037,2,90000,95000 +ISR,2037,3,89000,94000 +ISR,2037,4,88000,93000 +ISR,2037,5,88000,92000 +ISR,2037,6,87000,91000 +ISR,2037,7,86000,91000 +ISR,2037,8,85000,90000 +ISR,2037,9,85000,89000 +ISR,2037,10,84000,89000 +ISR,2037,11,84000,88000 +ISR,2037,12,84000,88000 +ISR,2037,13,83000,88000 +ISR,2037,14,83000,88000 +ISR,2037,15,83000,88000 +ISR,2037,16,83000,88000 +ISR,2037,17,84000,88000 +ISR,2037,18,84000,88000 +ISR,2038,0,93000,98000 +ISR,2038,1,92000,97000 +ISR,2038,2,91000,96000 +ISR,2038,3,90000,95000 +ISR,2038,4,89000,94000 +ISR,2038,5,88000,93000 +ISR,2038,6,88000,92000 +ISR,2038,7,87000,91000 +ISR,2038,8,86000,91000 +ISR,2038,9,85000,90000 +ISR,2038,10,85000,89000 +ISR,2038,11,84000,89000 +ISR,2038,12,84000,88000 +ISR,2038,13,84000,88000 +ISR,2038,14,83000,88000 +ISR,2038,15,83000,88000 +ISR,2038,16,83000,88000 +ISR,2038,17,84000,88000 +ISR,2038,18,84000,88000 +ISR,2039,0,94000,98000 +ISR,2039,1,93000,98000 +ISR,2039,2,92000,97000 +ISR,2039,3,91000,96000 +ISR,2039,4,90000,95000 +ISR,2039,5,89000,94000 +ISR,2039,6,88000,93000 +ISR,2039,7,88000,92000 +ISR,2039,8,87000,91000 +ISR,2039,9,86000,91000 +ISR,2039,10,85000,90000 +ISR,2039,11,85000,89000 +ISR,2039,12,84000,89000 +ISR,2039,13,84000,88000 +ISR,2039,14,84000,88000 +ISR,2039,15,83000,88000 +ISR,2039,16,83000,88000 +ISR,2039,17,83000,88000 +ISR,2039,18,84000,88000 +ISR,2040,0,94000,99000 +ISR,2040,1,94000,98000 +ISR,2040,2,93000,98000 +ISR,2040,3,92000,97000 +ISR,2040,4,91000,96000 +ISR,2040,5,90000,95000 +ISR,2040,6,89000,94000 +ISR,2040,7,88000,93000 +ISR,2040,8,88000,92000 +ISR,2040,9,87000,91000 +ISR,2040,10,86000,91000 +ISR,2040,11,85000,90000 +ISR,2040,12,85000,89000 +ISR,2040,13,84000,89000 +ISR,2040,14,84000,88000 +ISR,2040,15,84000,88000 +ISR,2040,16,84000,88000 +ISR,2040,17,83000,88000 +ISR,2040,18,83000,88000 +ISR,2041,0,95000,100000 +ISR,2041,1,94000,99000 +ISR,2041,2,94000,99000 +ISR,2041,3,93000,98000 +ISR,2041,4,92000,97000 +ISR,2041,5,91000,96000 +ISR,2041,6,90000,95000 +ISR,2041,7,89000,94000 +ISR,2041,8,88000,93000 +ISR,2041,9,88000,92000 +ISR,2041,10,87000,91000 +ISR,2041,11,86000,91000 +ISR,2041,12,85000,90000 +ISR,2041,13,85000,89000 +ISR,2041,14,84000,89000 +ISR,2041,15,84000,89000 +ISR,2041,16,84000,88000 +ISR,2041,17,84000,88000 +ISR,2041,18,84000,88000 +ISR,2042,0,96000,101000 +ISR,2042,1,95000,100000 +ISR,2042,2,95000,99000 +ISR,2042,3,94000,99000 +ISR,2042,4,93000,98000 +ISR,2042,5,92000,97000 +ISR,2042,6,91000,96000 +ISR,2042,7,90000,95000 +ISR,2042,8,89000,94000 +ISR,2042,9,89000,93000 +ISR,2042,10,88000,92000 +ISR,2042,11,87000,91000 +ISR,2042,12,86000,91000 +ISR,2042,13,86000,90000 +ISR,2042,14,85000,89000 +ISR,2042,15,85000,89000 +ISR,2042,16,84000,89000 +ISR,2042,17,84000,88000 +ISR,2042,18,84000,88000 +ISR,2043,0,97000,102000 +ISR,2043,1,96000,101000 +ISR,2043,2,95000,100000 +ISR,2043,3,95000,100000 +ISR,2043,4,94000,99000 +ISR,2043,5,93000,98000 +ISR,2043,6,92000,97000 +ISR,2043,7,91000,96000 +ISR,2043,8,90000,95000 +ISR,2043,9,89000,94000 +ISR,2043,10,89000,93000 +ISR,2043,11,88000,92000 +ISR,2043,12,87000,91000 +ISR,2043,13,86000,91000 +ISR,2043,14,86000,90000 +ISR,2043,15,85000,89000 +ISR,2043,16,85000,89000 +ISR,2043,17,84000,89000 +ISR,2043,18,84000,88000 +ISR,2044,0,98000,103000 +ISR,2044,1,97000,102000 +ISR,2044,2,96000,101000 +ISR,2044,3,95000,100000 +ISR,2044,4,95000,100000 +ISR,2044,5,94000,99000 +ISR,2044,6,93000,98000 +ISR,2044,7,92000,97000 +ISR,2044,8,91000,96000 +ISR,2044,9,90000,95000 +ISR,2044,10,89000,94000 +ISR,2044,11,89000,93000 +ISR,2044,12,88000,92000 +ISR,2044,13,87000,92000 +ISR,2044,14,86000,91000 +ISR,2044,15,86000,90000 +ISR,2044,16,85000,89000 +ISR,2044,17,85000,89000 +ISR,2044,18,84000,89000 +ISR,2045,0,98000,103000 +ISR,2045,1,98000,103000 +ISR,2045,2,97000,102000 +ISR,2045,3,96000,101000 +ISR,2045,4,95000,100000 +ISR,2045,5,95000,100000 +ISR,2045,6,94000,99000 +ISR,2045,7,93000,98000 +ISR,2045,8,92000,97000 +ISR,2045,9,91000,96000 +ISR,2045,10,90000,95000 +ISR,2045,11,89000,94000 +ISR,2045,12,89000,93000 +ISR,2045,13,88000,92000 +ISR,2045,14,87000,91000 +ISR,2045,15,86000,91000 +ISR,2045,16,86000,90000 +ISR,2045,17,85000,89000 +ISR,2045,18,85000,89000 +ISR,2046,0,99000,104000 +ISR,2046,1,98000,103000 +ISR,2046,2,98000,103000 +ISR,2046,3,97000,102000 +ISR,2046,4,96000,101000 +ISR,2046,5,96000,101000 +ISR,2046,6,95000,100000 +ISR,2046,7,94000,99000 +ISR,2046,8,93000,98000 +ISR,2046,9,92000,97000 +ISR,2046,10,91000,96000 +ISR,2046,11,90000,95000 +ISR,2046,12,89000,94000 +ISR,2046,13,89000,93000 +ISR,2046,14,88000,92000 +ISR,2046,15,87000,92000 +ISR,2046,16,86000,91000 +ISR,2046,17,86000,90000 +ISR,2046,18,85000,90000 +ISR,2047,0,99000,104000 +ISR,2047,1,99000,104000 +ISR,2047,2,98000,103000 +ISR,2047,3,98000,103000 +ISR,2047,4,97000,102000 +ISR,2047,5,96000,101000 +ISR,2047,6,96000,101000 +ISR,2047,7,95000,100000 +ISR,2047,8,94000,99000 +ISR,2047,9,93000,98000 +ISR,2047,10,92000,97000 +ISR,2047,11,91000,96000 +ISR,2047,12,90000,95000 +ISR,2047,13,90000,94000 +ISR,2047,14,89000,93000 +ISR,2047,15,88000,92000 +ISR,2047,16,87000,92000 +ISR,2047,17,87000,91000 +ISR,2047,18,86000,90000 +ISR,2048,0,99000,104000 +ISR,2048,1,99000,104000 +ISR,2048,2,99000,104000 +ISR,2048,3,98000,103000 +ISR,2048,4,98000,103000 +ISR,2048,5,97000,102000 +ISR,2048,6,96000,101000 +ISR,2048,7,96000,101000 +ISR,2048,8,95000,100000 +ISR,2048,9,94000,99000 +ISR,2048,10,93000,98000 +ISR,2048,11,92000,97000 +ISR,2048,12,91000,96000 +ISR,2048,13,90000,95000 +ISR,2048,14,90000,94000 +ISR,2048,15,89000,93000 +ISR,2048,16,88000,93000 +ISR,2048,17,87000,92000 +ISR,2048,18,87000,91000 +ISR,2049,0,99000,104000 +ISR,2049,1,99000,104000 +ISR,2049,2,99000,104000 +ISR,2049,3,99000,104000 +ISR,2049,4,98000,103000 +ISR,2049,5,98000,103000 +ISR,2049,6,97000,102000 +ISR,2049,7,96000,101000 +ISR,2049,8,96000,101000 +ISR,2049,9,95000,100000 +ISR,2049,10,94000,99000 +ISR,2049,11,93000,98000 +ISR,2049,12,92000,97000 +ISR,2049,13,91000,96000 +ISR,2049,14,90000,95000 +ISR,2049,15,90000,94000 +ISR,2049,16,89000,93000 +ISR,2049,17,88000,93000 +ISR,2049,18,87000,92000 +ISR,2050,0,99000,104000 +ISR,2050,1,99000,104000 +ISR,2050,2,99000,104000 +ISR,2050,3,99000,104000 +ISR,2050,4,99000,104000 +ISR,2050,5,98000,103000 +ISR,2050,6,98000,103000 +ISR,2050,7,97000,102000 +ISR,2050,8,96000,101000 +ISR,2050,9,96000,101000 +ISR,2050,10,95000,100000 +ISR,2050,11,94000,99000 +ISR,2050,12,93000,98000 +ISR,2050,13,92000,97000 +ISR,2050,14,91000,96000 +ISR,2050,15,90000,95000 +ISR,2050,16,90000,94000 +ISR,2050,17,89000,93000 +ISR,2050,18,88000,93000 +ITA,1990,0,275555,292005 +ITA,1990,1,272763,289187 +ITA,1990,2,271858,288276 +ITA,1990,3,272750,289178 +ITA,1990,4,275345,291802 +ITA,1990,5,279552,296055 +ITA,1990,6,285278,301842 +ITA,1990,7,292431,309073 +ITA,1990,8,300920,317653 +ITA,1990,9,310651,327490 +ITA,1990,10,321086,338013 +ITA,1990,11,331686,348650 +ITA,1990,12,344594,361701 +ITA,1990,13,360613,378029 +ITA,1990,14,378310,396107 +ITA,1990,15,395565,413669 +ITA,1990,16,412943,431321 +ITA,1990,17,427066,445479 +ITA,1990,18,436079,454178 +ITA,1991,0,272862,289247 +ITA,1991,1,274188,290564 +ITA,1991,2,272296,288653 +ITA,1991,3,271998,288355 +ITA,1991,4,273249,289621 +ITA,1991,5,276003,292404 +ITA,1991,6,280168,296611 +ITA,1991,7,285651,302149 +ITA,1991,8,292644,309201 +ITA,1991,9,301193,317813 +ITA,1991,10,311114,327799 +ITA,1991,11,321634,338365 +ITA,1991,12,332265,348996 +ITA,1991,13,345181,361987 +ITA,1991,14,361178,378183 +ITA,1991,15,378832,396085 +ITA,1991,16,396040,413471 +ITA,1991,17,413363,430934 +ITA,1991,18,427442,444952 +ITA,1992,0,270387,286818 +ITA,1992,1,269217,285677 +ITA,1992,2,272953,289282 +ITA,1992,3,271961,288279 +ITA,1992,4,272269,288593 +ITA,1992,5,273880,290223 +ITA,1992,6,276794,293167 +ITA,1992,7,280919,297332 +ITA,1992,8,286163,302622 +ITA,1992,9,292998,309500 +ITA,1992,10,301612,318148 +ITA,1992,11,311727,328289 +ITA,1992,12,322337,338904 +ITA,1992,13,333005,349534 +ITA,1992,14,345936,362472 +ITA,1992,15,361918,378545 +ITA,1992,16,379538,396280 +ITA,1992,17,396707,413500 +ITA,1992,18,413983,430785 +ITA,1993,0,267861,284367 +ITA,1993,1,267660,284157 +ITA,1993,2,267874,284363 +ITA,1993,3,271724,287997 +ITA,1993,4,271632,287902 +ITA,1993,5,272548,288829 +ITA,1993,6,274519,290824 +ITA,1993,7,277593,293929 +ITA,1993,8,281679,298051 +ITA,1993,9,286683,303093 +ITA,1993,10,293360,309796 +ITA,1993,11,302040,318482 +ITA,1993,12,312348,328777 +ITA,1993,13,323050,339441 +ITA,1993,14,333755,350070 +ITA,1993,15,346700,362956 +ITA,1993,16,362668,378905 +ITA,1993,17,380254,396473 +ITA,1993,18,397385,413526 +ITA,1994,0,264952,281457 +ITA,1994,1,265746,282175 +ITA,1994,2,266575,282951 +ITA,1994,3,267557,283899 +ITA,1994,4,270357,286519 +ITA,1994,5,271167,287332 +ITA,1994,6,272689,288873 +ITA,1994,7,275019,291231 +ITA,1994,8,278253,294495 +ITA,1994,9,282297,298571 +ITA,1994,10,287059,303363 +ITA,1994,11,293575,309887 +ITA,1994,12,302316,318603 +ITA,1994,13,312813,329046 +ITA,1994,14,323599,339753 +ITA,1994,15,334336,350372 +ITA,1994,16,347290,363197 +ITA,1994,17,363236,379013 +ITA,1994,18,380779,396402 +ITA,1995,0,261518,277884 +ITA,1995,1,263271,279477 +ITA,1995,2,264731,280825 +ITA,1995,3,266040,282064 +ITA,1995,4,267341,283327 +ITA,1995,5,268775,284752 +ITA,1995,6,270484,286472 +ITA,1995,7,272612,288623 +ITA,1995,8,275299,291342 +ITA,1995,9,278689,294762 +ITA,1995,10,282688,298788 +ITA,1995,11,287204,303324 +ITA,1995,12,293554,309662 +ITA,1995,13,302349,318400 +ITA,1995,14,313027,328980 +ITA,1995,15,323890,339718 +ITA,1995,16,334650,350319 +ITA,1995,17,347601,363070 +ITA,1995,18,363512,378735 +ITA,1996,0,257679,273834 +ITA,1996,1,261327,277104 +ITA,1996,2,262974,278633 +ITA,1996,3,264367,279964 +ITA,1996,4,265645,281226 +ITA,1996,5,266945,282546 +ITA,1996,6,268400,284047 +ITA,1996,7,270143,285854 +ITA,1996,8,272340,288118 +ITA,1996,9,275139,290977 +ITA,1996,10,278663,294545 +ITA,1996,11,282802,298716 +ITA,1996,12,287482,303415 +ITA,1996,13,293909,309790 +ITA,1996,14,302645,318372 +ITA,1996,15,313181,328673 +ITA,1996,16,323915,339146 +ITA,1996,17,334530,349471 +ITA,1996,18,347408,361991 +ITA,1997,0,253302,269106 +ITA,1997,1,256863,272277 +ITA,1997,2,260973,276081 +ITA,1997,3,262513,277544 +ITA,1997,4,263838,278857 +ITA,1997,5,265083,280141 +ITA,1997,6,266382,281516 +ITA,1997,7,267858,283093 +ITA,1997,8,269633,284984 +ITA,1997,9,271897,287358 +ITA,1997,10,274807,290356 +ITA,1997,11,278462,294068 +ITA,1997,12,282739,298381 +ITA,1997,13,287578,303238 +ITA,1997,14,294079,309643 +ITA,1997,15,302751,318062 +ITA,1997,16,313138,328075 +ITA,1997,17,323737,338275 +ITA,1997,18,334202,348315 +ITA,1998,0,249491,264969 +ITA,1998,1,253636,268589 +ITA,1998,2,256887,271469 +ITA,1998,3,260628,275097 +ITA,1998,4,262061,276495 +ITA,1998,5,263319,277791 +ITA,1998,6,264532,279097 +ITA,1998,7,265829,280527 +ITA,1998,8,267325,282180 +ITA,1998,9,269132,284155 +ITA,1998,10,271464,286639 +ITA,1998,11,274484,289775 +ITA,1998,12,278271,293632 +ITA,1998,13,282685,298086 +ITA,1998,14,287685,303102 +ITA,1998,15,294259,309539 +ITA,1998,16,302868,317796 +ITA,1998,17,313106,327523 +ITA,1998,18,323570,337451 +ITA,1999,0,247722,263110 +ITA,1999,1,251911,266656 +ITA,1999,2,255226,269510 +ITA,1999,3,257817,271801 +ITA,1999,4,260522,274526 +ITA,1999,5,261850,275861 +ITA,1999,6,263041,277140 +ITA,1999,7,264223,278471 +ITA,1999,8,265520,279958 +ITA,1999,9,267037,281689 +ITA,1999,10,268879,283752 +ITA,1999,11,271281,286349 +ITA,1999,12,274413,289628 +ITA,1999,13,278335,293636 +ITA,1999,14,282891,298238 +ITA,1999,15,288054,303419 +ITA,1999,16,294709,309898 +ITA,1999,17,303261,318005 +ITA,1999,18,313362,327461 +ITA,2000,0,248943,264619 +ITA,2000,1,252488,267430 +ITA,2000,2,255325,269734 +ITA,2000,3,257574,271631 +ITA,2000,4,259360,273222 +ITA,2000,5,260804,274605 +ITA,2000,6,262028,275880 +ITA,2000,7,263154,277146 +ITA,2000,8,264306,278504 +ITA,2000,9,265605,280052 +ITA,2000,10,267146,281866 +ITA,2000,11,269024,284021 +ITA,2000,12,271500,286738 +ITA,2000,13,274749,290169 +ITA,2000,14,278813,294336 +ITA,2000,15,283517,299098 +ITA,2000,16,288853,304458 +ITA,2000,17,295598,310993 +ITA,2000,18,304107,318970 +ITA,2001,0,252388,268027 +ITA,2001,1,251234,266492 +ITA,2001,2,253974,268619 +ITA,2001,3,256291,270502 +ITA,2001,4,258260,272200 +ITA,2001,5,259961,273766 +ITA,2001,6,261511,275301 +ITA,2001,7,263032,276901 +ITA,2001,8,264386,278414 +ITA,2001,9,265565,279810 +ITA,2001,10,266775,281273 +ITA,2001,11,268335,283101 +ITA,2001,12,270308,285340 +ITA,2001,13,272840,288094 +ITA,2001,14,276076,291480 +ITA,2001,15,280096,295568 +ITA,2001,16,284779,300274 +ITA,2001,17,290086,305570 +ITA,2001,18,296935,312180 +ITA,2002,0,258622,274585 +ITA,2002,1,258554,273686 +ITA,2002,2,253859,268946 +ITA,2002,3,255798,270394 +ITA,2002,4,257598,271863 +ITA,2002,5,259291,273364 +ITA,2002,6,260908,274910 +ITA,2002,7,262568,276599 +ITA,2002,8,264386,278528 +ITA,2002,9,265969,280289 +ITA,2002,10,267178,281728 +ITA,2002,11,268300,283108 +ITA,2002,12,269881,284954 +ITA,2002,13,271952,287282 +ITA,2002,14,274544,290078 +ITA,2002,15,277771,293428 +ITA,2002,16,281753,297445 +ITA,2002,17,286422,302105 +ITA,2002,18,291706,307350 +ITA,2003,0,266306,282768 +ITA,2003,1,263867,279487 +ITA,2003,2,262061,277036 +ITA,2003,3,256683,271699 +ITA,2003,4,257823,272470 +ITA,2003,5,259108,273523 +ITA,2003,6,260525,274829 +ITA,2003,7,262061,276357 +ITA,2003,8,263830,278204 +ITA,2003,9,265949,280463 +ITA,2003,10,267762,282475 +ITA,2003,11,269001,283957 +ITA,2003,12,270036,285257 +ITA,2003,13,271639,287122 +ITA,2003,14,273810,289542 +ITA,2003,15,276463,292384 +ITA,2003,16,279683,295701 +ITA,2003,17,283630,299652 +ITA,2003,18,288289,304271 +ITA,2004,0,273537,290393 +ITA,2004,1,269109,285132 +ITA,2004,2,265721,281091 +ITA,2004,3,263288,278172 +ITA,2004,4,259520,274355 +ITA,2004,5,259859,274447 +ITA,2004,6,260628,275084 +ITA,2004,7,261769,276194 +ITA,2004,8,263223,277703 +ITA,2004,9,265103,279706 +ITA,2004,10,267521,282296 +ITA,2004,11,269565,284560 +ITA,2004,12,270834,286085 +ITA,2004,13,271783,287303 +ITA,2004,14,273407,289187 +ITA,2004,15,275678,291698 +ITA,2004,16,278393,294584 +ITA,2004,17,281607,297867 +ITA,2004,18,285520,301750 +ITA,2005,0,278876,295813 +ITA,2005,1,273288,289422 +ITA,2005,2,268932,284425 +ITA,2005,3,265705,280706 +ITA,2005,4,263503,278148 +ITA,2005,5,262223,276633 +ITA,2005,6,261761,276044 +ITA,2005,7,262013,276264 +ITA,2005,8,262877,277177 +ITA,2005,9,264248,278665 +ITA,2005,10,266238,280821 +ITA,2005,11,268955,283739 +ITA,2005,12,271229,286250 +ITA,2005,13,272527,287816 +ITA,2005,14,273389,288952 +ITA,2005,15,275035,290852 +ITA,2005,16,277404,293451 +ITA,2005,17,280180,296377 +ITA,2005,18,283386,299622 +ITA,2006,0,282207,299535 +ITA,2006,1,277682,294538 +ITA,2006,2,272909,289090 +ITA,2006,3,269127,284775 +ITA,2006,4,266273,281520 +ITA,2006,5,264282,279249 +ITA,2006,6,263059,277845 +ITA,2006,7,262506,277192 +ITA,2006,8,262728,277428 +ITA,2006,9,263728,278563 +ITA,2006,10,265343,280394 +ITA,2006,11,267510,282800 +ITA,2006,12,270369,285913 +ITA,2006,13,272845,288623 +ITA,2006,14,274438,290400 +ITA,2006,15,275656,291747 +ITA,2006,16,277648,293840 +ITA,2006,17,280346,296611 +ITA,2006,18,283503,299692 +ITA,2007,0,283568,300954 +ITA,2007,1,278387,295072 +ITA,2007,2,276363,292869 +ITA,2007,3,272408,288371 +ITA,2007,4,269202,284745 +ITA,2007,5,266722,281957 +ITA,2007,6,264943,279977 +ITA,2007,7,263778,278687 +ITA,2007,8,263135,277971 +ITA,2007,9,263326,278221 +ITA,2007,10,264461,279576 +ITA,2007,11,266318,281750 +ITA,2007,12,268662,284403 +ITA,2007,13,271662,287706 +ITA,2007,14,274340,290612 +ITA,2007,15,276225,292597 +ITA,2007,16,277800,294154 +ITA,2007,17,280137,296436 +ITA,2007,18,283163,299377 +ITA,2008,0,282980,300239 +ITA,2008,1,279100,295733 +ITA,2008,2,275697,291803 +ITA,2008,3,274984,291022 +ITA,2008,4,271848,287477 +ITA,2008,5,269218,284540 +ITA,2008,6,267112,282222 +ITA,2008,7,265546,280533 +ITA,2008,8,264438,279358 +ITA,2008,9,263705,278579 +ITA,2008,10,263865,278844 +ITA,2008,11,265137,280418 +ITA,2008,12,267235,282932 +ITA,2008,13,269756,285829 +ITA,2008,14,272895,289321 +ITA,2008,15,275774,292421 +ITA,2008,16,277952,294613 +ITA,2008,17,279883,296379 +ITA,2008,18,282565,298849 +ITA,2009,0,280639,297816 +ITA,2009,1,278505,295132 +ITA,2009,2,276368,292525 +ITA,2009,3,274277,290042 +ITA,2009,4,273623,289301 +ITA,2009,5,271305,286706 +ITA,2009,6,269251,284456 +ITA,2009,7,267519,282606 +ITA,2009,8,266166,281208 +ITA,2009,9,265116,280146 +ITA,2009,10,264293,279303 +ITA,2009,11,264422,279583 +ITA,2009,12,265829,281378 +ITA,2009,13,268169,284231 +ITA,2009,14,270866,287375 +ITA,2009,15,274145,291057 +ITA,2009,16,277225,294351 +ITA,2009,17,279696,296750 +ITA,2009,18,281984,298725 +ITA,2010,0,276726,294036 +ITA,2010,1,276580,293411 +ITA,2010,2,275968,292388 +ITA,2010,3,274987,291066 +ITA,2010,4,273736,289538 +ITA,2010,5,272311,287903 +ITA,2010,6,270810,286254 +ITA,2010,7,269332,284690 +ITA,2010,8,267974,283305 +ITA,2010,9,266833,282196 +ITA,2010,10,265841,281246 +ITA,2010,11,264927,280340 +ITA,2010,12,265025,280635 +ITA,2010,13,266568,282651 +ITA,2010,14,269151,285849 +ITA,2010,15,272025,289241 +ITA,2010,16,275444,293117 +ITA,2010,17,278726,296610 +ITA,2010,18,281490,299220 +ITA,2011,0,271238,288074 +ITA,2011,1,276125,292823 +ITA,2011,2,276477,292837 +ITA,2011,3,276240,292333 +ITA,2011,4,275531,291424 +ITA,2011,5,274464,290223 +ITA,2011,6,273152,288828 +ITA,2011,7,271711,287334 +ITA,2011,8,270258,285941 +ITA,2011,9,268909,284796 +ITA,2011,10,267778,283962 +ITA,2011,11,266778,283237 +ITA,2011,12,265828,282523 +ITA,2011,13,266026,282991 +ITA,2011,14,267879,285162 +ITA,2011,15,270911,288495 +ITA,2011,16,274207,292009 +ITA,2011,17,278031,295994 +ITA,2011,18,281751,299585 +ITA,2012,0,264207,280773 +ITA,2012,1,268734,284920 +ITA,2012,2,275614,291959 +ITA,2012,3,276464,292612 +ITA,2012,4,276603,292625 +ITA,2012,5,276165,292128 +ITA,2012,6,275282,291253 +ITA,2012,7,274084,290097 +ITA,2012,8,272702,288755 +ITA,2012,9,271274,287531 +ITA,2012,10,269934,286626 +ITA,2012,11,268810,286066 +ITA,2012,12,267803,285565 +ITA,2012,13,266818,285042 +ITA,2012,14,267116,285684 +ITA,2012,15,269279,288010 +ITA,2012,16,272762,291483 +ITA,2012,17,276482,295124 +ITA,2012,18,280712,299221 +ITA,2013,0,256053,272467 +ITA,2013,1,262989,279078 +ITA,2013,2,268262,284111 +ITA,2013,3,275025,291225 +ITA,2013,4,276373,292518 +ITA,2013,5,276889,293049 +ITA,2013,6,276723,292965 +ITA,2013,7,276024,292416 +ITA,2013,8,274940,291498 +ITA,2013,9,273617,290308 +ITA,2013,10,272215,289253 +ITA,2013,11,270884,288587 +ITA,2013,12,269769,288301 +ITA,2013,13,268755,288023 +ITA,2013,14,267734,287692 +ITA,2013,15,268132,288509 +ITA,2013,16,270606,290992 +ITA,2013,17,274539,294606 +ITA,2013,18,278682,298376 +ITA,2014,0,247412,263638 +ITA,2014,1,256400,272393 +ITA,2014,2,263489,279333 +ITA,2014,3,268869,284647 +ITA,2014,4,274191,290338 +ITA,2014,5,276035,292272 +ITA,2014,6,276928,293320 +ITA,2014,7,277034,293650 +ITA,2014,8,276521,293427 +ITA,2014,9,275551,292748 +ITA,2014,10,274289,291711 +ITA,2014,11,272913,290827 +ITA,2014,12,271592,290399 +ITA,2014,13,270488,290388 +ITA,2014,14,269467,290334 +ITA,2014,15,268411,290195 +ITA,2014,16,268908,291186 +ITA,2014,17,271692,293826 +ITA,2014,18,276071,297580 +ITA,2015,0,238848,254742 +ITA,2015,1,249291,265097 +ITA,2015,2,257747,273528 +ITA,2015,3,264399,280219 +ITA,2015,4,269430,285353 +ITA,2015,5,273024,289114 +ITA,2015,6,275363,291685 +ITA,2015,7,276630,293250 +ITA,2015,8,277007,293992 +ITA,2015,9,276679,294096 +ITA,2015,10,275825,293657 +ITA,2015,11,274626,292773 +ITA,2015,12,273277,292060 +ITA,2015,13,271969,291872 +ITA,2015,14,270876,292135 +ITA,2015,15,269849,292306 +ITA,2015,16,268760,292359 +ITA,2015,17,269356,293523 +ITA,2015,18,272444,296315 +ITA,2016,0,231602,246860 +ITA,2016,1,241074,256887 +ITA,2016,2,250681,266473 +ITA,2016,3,258576,274387 +ITA,2016,4,264903,280774 +ITA,2016,5,269806,285783 +ITA,2016,6,273464,289596 +ITA,2016,7,276059,292394 +ITA,2016,8,277546,294151 +ITA,2016,9,277993,294946 +ITA,2016,10,277655,295029 +ITA,2016,11,276890,294662 +ITA,2016,12,275828,293896 +ITA,2016,13,274676,293354 +ITA,2016,14,273637,293405 +ITA,2016,15,272857,293949 +ITA,2016,16,272138,294397 +ITA,2016,17,271358,294729 +ITA,2016,18,272216,296134 +ITA,2017,0,224634,239129 +ITA,2017,1,236097,250955 +ITA,2017,2,243022,258744 +ITA,2017,3,251779,267550 +ITA,2017,4,259103,274936 +ITA,2017,5,265097,281012 +ITA,2017,6,269864,285890 +ITA,2017,7,273583,289750 +ITA,2017,8,276433,292772 +ITA,2017,9,278138,294720 +ITA,2017,10,278653,295567 +ITA,2017,11,278306,295630 +ITA,2017,12,277631,295335 +ITA,2017,13,276709,294688 +ITA,2017,14,275754,294317 +ITA,2017,15,274987,294609 +ITA,2017,16,274522,295434 +ITA,2017,17,274112,296158 +ITA,2017,18,273643,296769 +ITA,2018,0,218297,231996 +ITA,2018,1,229365,243673 +ITA,2018,2,239065,253882 +ITA,2018,3,244768,260381 +ITA,2018,4,252668,268399 +ITA,2018,5,259415,275250 +ITA,2018,6,265071,281011 +ITA,2018,7,269699,285753 +ITA,2018,8,273476,289657 +ITA,2018,9,276577,292901 +ITA,2018,10,278500,295038 +ITA,2018,11,279082,295935 +ITA,2018,12,278726,295979 +ITA,2018,13,278141,295755 +ITA,2018,14,277361,295228 +ITA,2018,15,276604,295029 +ITA,2018,16,276109,295561 +ITA,2018,17,275959,296666 +ITA,2018,18,275859,297667 +ITA,2019,0,213000,226000 +ITA,2019,1,223000,237000 +ITA,2019,2,232000,247000 +ITA,2019,3,241000,256000 +ITA,2019,4,246000,262000 +ITA,2019,5,253000,269000 +ITA,2019,6,260000,275000 +ITA,2019,7,265000,281000 +ITA,2019,8,269000,285000 +ITA,2019,9,273000,289000 +ITA,2019,10,277000,293000 +ITA,2019,11,279000,295000 +ITA,2019,12,279000,296000 +ITA,2019,13,279000,296000 +ITA,2019,14,279000,296000 +ITA,2019,15,278000,296000 +ITA,2019,16,277000,296000 +ITA,2019,17,277000,296000 +ITA,2019,18,277000,298000 +ITA,2020,0,209000,221000 +ITA,2020,1,218000,231000 +ITA,2020,2,226000,240000 +ITA,2020,3,234000,249000 +ITA,2020,4,241000,256000 +ITA,2020,5,248000,263000 +ITA,2020,6,254000,270000 +ITA,2020,7,260000,276000 +ITA,2020,8,265000,281000 +ITA,2020,9,269000,285000 +ITA,2020,10,273000,289000 +ITA,2020,11,277000,293000 +ITA,2020,12,279000,295000 +ITA,2020,13,280000,296000 +ITA,2020,14,279000,296000 +ITA,2020,15,279000,296000 +ITA,2020,16,278000,296000 +ITA,2020,17,278000,296000 +ITA,2020,18,278000,297000 +ITA,2021,0,206000,219000 +ITA,2021,1,210000,223000 +ITA,2021,2,219000,232000 +ITA,2021,3,226000,241000 +ITA,2021,4,234000,249000 +ITA,2021,5,241000,256000 +ITA,2021,6,248000,263000 +ITA,2021,7,254000,270000 +ITA,2021,8,260000,276000 +ITA,2021,9,265000,281000 +ITA,2021,10,270000,286000 +ITA,2021,11,274000,290000 +ITA,2021,12,277000,294000 +ITA,2021,13,280000,296000 +ITA,2021,14,281000,297000 +ITA,2021,15,281000,298000 +ITA,2021,16,280000,298000 +ITA,2021,17,280000,298000 +ITA,2021,18,280000,298000 +ITA,2022,0,205000,217000 +ITA,2022,1,210000,223000 +ITA,2022,2,212000,225000 +ITA,2022,3,219000,233000 +ITA,2022,4,227000,241000 +ITA,2022,5,234000,249000 +ITA,2022,6,241000,256000 +ITA,2022,7,248000,263000 +ITA,2022,8,255000,270000 +ITA,2022,9,261000,277000 +ITA,2022,10,266000,282000 +ITA,2022,11,270000,286000 +ITA,2022,12,274000,290000 +ITA,2022,13,278000,294000 +ITA,2022,14,281000,297000 +ITA,2022,15,282000,298000 +ITA,2022,16,282000,299000 +ITA,2022,17,282000,299000 +ITA,2022,18,282000,299000 +ITA,2023,0,205000,217000 +ITA,2023,1,208000,221000 +ITA,2023,2,212000,225000 +ITA,2023,3,213000,226000 +ITA,2023,4,220000,234000 +ITA,2023,5,227000,241000 +ITA,2023,6,234000,249000 +ITA,2023,7,241000,256000 +ITA,2023,8,248000,263000 +ITA,2023,9,255000,271000 +ITA,2023,10,261000,277000 +ITA,2023,11,266000,282000 +ITA,2023,12,271000,287000 +ITA,2023,13,275000,291000 +ITA,2023,14,279000,295000 +ITA,2023,15,281000,298000 +ITA,2023,16,283000,299000 +ITA,2023,17,283000,300000 +ITA,2023,18,283000,300000 +ITA,2024,0,205000,217000 +ITA,2024,1,206000,218000 +ITA,2024,2,208000,221000 +ITA,2024,3,212000,225000 +ITA,2024,4,215000,228000 +ITA,2024,5,221000,234000 +ITA,2024,6,227000,241000 +ITA,2024,7,234000,249000 +ITA,2024,8,241000,256000 +ITA,2024,9,248000,263000 +ITA,2024,10,255000,271000 +ITA,2024,11,261000,277000 +ITA,2024,12,267000,283000 +ITA,2024,13,271000,287000 +ITA,2024,14,275000,291000 +ITA,2024,15,279000,295000 +ITA,2024,16,282000,298000 +ITA,2024,17,284000,300000 +ITA,2024,18,284000,301000 +ITA,2025,0,204000,217000 +ITA,2025,1,204000,217000 +ITA,2025,2,205000,218000 +ITA,2025,3,208000,221000 +ITA,2025,4,211000,224000 +ITA,2025,5,216000,229000 +ITA,2025,6,221000,235000 +ITA,2025,7,228000,241000 +ITA,2025,8,234000,248000 +ITA,2025,9,241000,256000 +ITA,2025,10,248000,263000 +ITA,2025,11,255000,271000 +ITA,2025,12,262000,278000 +ITA,2025,13,267000,283000 +ITA,2025,14,271000,287000 +ITA,2025,15,275000,291000 +ITA,2025,16,279000,295000 +ITA,2025,17,283000,299000 +ITA,2025,18,284000,301000 +ITA,2026,0,204000,217000 +ITA,2026,1,204000,217000 +ITA,2026,2,204000,217000 +ITA,2026,3,206000,219000 +ITA,2026,4,208000,221000 +ITA,2026,5,212000,225000 +ITA,2026,6,217000,230000 +ITA,2026,7,222000,235000 +ITA,2026,8,228000,242000 +ITA,2026,9,234000,249000 +ITA,2026,10,241000,256000 +ITA,2026,11,248000,263000 +ITA,2026,12,256000,271000 +ITA,2026,13,262000,278000 +ITA,2026,14,268000,284000 +ITA,2026,15,272000,288000 +ITA,2026,16,277000,292000 +ITA,2026,17,281000,297000 +ITA,2026,18,284000,300000 +ITA,2027,0,204000,217000 +ITA,2027,1,203000,215000 +ITA,2027,2,204000,217000 +ITA,2027,3,205000,218000 +ITA,2027,4,207000,219000 +ITA,2027,5,209000,222000 +ITA,2027,6,213000,226000 +ITA,2027,7,217000,230000 +ITA,2027,8,222000,236000 +ITA,2027,9,228000,242000 +ITA,2027,10,234000,249000 +ITA,2027,11,242000,256000 +ITA,2027,12,249000,264000 +ITA,2027,13,256000,272000 +ITA,2027,14,263000,279000 +ITA,2027,15,268000,284000 +ITA,2027,16,273000,289000 +ITA,2027,17,278000,293000 +ITA,2027,18,282000,298000 +ITA,2028,0,204000,217000 +ITA,2028,1,202000,215000 +ITA,2028,2,202000,214000 +ITA,2028,3,204000,217000 +ITA,2028,4,205000,218000 +ITA,2028,5,207000,220000 +ITA,2028,6,210000,223000 +ITA,2028,7,213000,226000 +ITA,2028,8,218000,231000 +ITA,2028,9,222000,236000 +ITA,2028,10,228000,242000 +ITA,2028,11,234000,249000 +ITA,2028,12,242000,256000 +ITA,2028,13,249000,264000 +ITA,2028,14,257000,272000 +ITA,2028,15,264000,279000 +ITA,2028,16,269000,285000 +ITA,2028,17,274000,290000 +ITA,2028,18,279000,294000 +ITA,2029,0,204000,216000 +ITA,2029,1,202000,215000 +ITA,2029,2,202000,214000 +ITA,2029,3,202000,215000 +ITA,2029,4,204000,217000 +ITA,2029,5,205000,218000 +ITA,2029,6,208000,220000 +ITA,2029,7,210000,223000 +ITA,2029,8,214000,227000 +ITA,2029,9,218000,231000 +ITA,2029,10,222000,236000 +ITA,2029,11,228000,242000 +ITA,2029,12,235000,249000 +ITA,2029,13,242000,257000 +ITA,2029,14,249000,264000 +ITA,2029,15,257000,272000 +ITA,2029,16,264000,280000 +ITA,2029,17,270000,286000 +ITA,2029,18,275000,290000 +ITA,2030,0,203000,216000 +ITA,2030,1,202000,215000 +ITA,2030,2,202000,214000 +ITA,2030,3,202000,214000 +ITA,2030,4,203000,215000 +ITA,2030,5,204000,216000 +ITA,2030,6,206000,218000 +ITA,2030,7,208000,221000 +ITA,2030,8,211000,224000 +ITA,2030,9,214000,228000 +ITA,2030,10,218000,232000 +ITA,2030,11,223000,236000 +ITA,2030,12,228000,242000 +ITA,2030,13,234000,249000 +ITA,2030,14,242000,257000 +ITA,2030,15,250000,265000 +ITA,2030,16,257000,273000 +ITA,2030,17,264000,280000 +ITA,2030,18,271000,286000 +ITA,2031,0,204000,216000 +ITA,2031,1,204000,216000 +ITA,2031,2,203000,215000 +ITA,2031,3,202000,215000 +ITA,2031,4,202000,215000 +ITA,2031,5,203000,216000 +ITA,2031,6,204000,217000 +ITA,2031,7,206000,219000 +ITA,2031,8,208000,221000 +ITA,2031,9,211000,224000 +ITA,2031,10,215000,228000 +ITA,2031,11,219000,232000 +ITA,2031,12,223000,237000 +ITA,2031,13,228000,242000 +ITA,2031,14,235000,249000 +ITA,2031,15,243000,258000 +ITA,2031,16,251000,266000 +ITA,2031,17,259000,274000 +ITA,2031,18,266000,282000 +ITA,2032,0,204000,217000 +ITA,2032,1,203000,216000 +ITA,2032,2,204000,217000 +ITA,2032,3,203000,216000 +ITA,2032,4,203000,215000 +ITA,2032,5,203000,216000 +ITA,2032,6,204000,216000 +ITA,2032,7,205000,217000 +ITA,2032,8,206000,219000 +ITA,2032,9,208000,221000 +ITA,2032,10,211000,224000 +ITA,2032,11,215000,228000 +ITA,2032,12,219000,233000 +ITA,2032,13,224000,237000 +ITA,2032,14,229000,243000 +ITA,2032,15,236000,250000 +ITA,2032,16,244000,259000 +ITA,2032,17,252000,267000 +ITA,2032,18,260000,275000 +ITA,2033,0,204000,217000 +ITA,2033,1,204000,217000 +ITA,2033,2,204000,216000 +ITA,2033,3,204000,217000 +ITA,2033,4,204000,216000 +ITA,2033,5,203000,216000 +ITA,2033,6,204000,216000 +ITA,2033,7,204000,217000 +ITA,2033,8,205000,218000 +ITA,2033,9,206000,219000 +ITA,2033,10,209000,221000 +ITA,2033,11,212000,224000 +ITA,2033,12,216000,229000 +ITA,2033,13,220000,233000 +ITA,2033,14,224000,238000 +ITA,2033,15,230000,243000 +ITA,2033,16,237000,251000 +ITA,2033,17,245000,259000 +ITA,2033,18,254000,268000 +ITA,2034,0,205000,217000 +ITA,2034,1,205000,217000 +ITA,2034,2,205000,217000 +ITA,2034,3,204000,217000 +ITA,2034,4,205000,217000 +ITA,2034,5,204000,217000 +ITA,2034,6,204000,216000 +ITA,2034,7,204000,217000 +ITA,2034,8,204000,217000 +ITA,2034,9,205000,218000 +ITA,2034,10,207000,219000 +ITA,2034,11,209000,221000 +ITA,2034,12,212000,225000 +ITA,2034,13,216000,229000 +ITA,2034,14,220000,233000 +ITA,2034,15,225000,238000 +ITA,2034,16,230000,244000 +ITA,2034,17,238000,252000 +ITA,2034,18,246000,260000 +ITA,2035,0,205000,218000 +ITA,2035,1,205000,218000 +ITA,2035,2,205000,218000 +ITA,2035,3,205000,218000 +ITA,2035,4,205000,218000 +ITA,2035,5,205000,217000 +ITA,2035,6,204000,217000 +ITA,2035,7,204000,217000 +ITA,2035,8,204000,217000 +ITA,2035,9,205000,217000 +ITA,2035,10,206000,218000 +ITA,2035,11,207000,219000 +ITA,2035,12,209000,221000 +ITA,2035,13,212000,225000 +ITA,2035,14,216000,229000 +ITA,2035,15,220000,234000 +ITA,2035,16,225000,238000 +ITA,2035,17,231000,244000 +ITA,2035,18,238000,252000 +ITA,2036,0,205000,218000 +ITA,2036,1,206000,219000 +ITA,2036,2,206000,219000 +ITA,2036,3,206000,219000 +ITA,2036,4,206000,218000 +ITA,2036,5,205000,218000 +ITA,2036,6,205000,218000 +ITA,2036,7,205000,217000 +ITA,2036,8,205000,217000 +ITA,2036,9,205000,217000 +ITA,2036,10,205000,218000 +ITA,2036,11,206000,219000 +ITA,2036,12,207000,220000 +ITA,2036,13,209000,222000 +ITA,2036,14,213000,225000 +ITA,2036,15,217000,230000 +ITA,2036,16,222000,235000 +ITA,2036,17,227000,240000 +ITA,2036,18,233000,246000 +ITA,2037,0,206000,219000 +ITA,2037,1,207000,219000 +ITA,2037,2,207000,219000 +ITA,2037,3,207000,219000 +ITA,2037,4,206000,219000 +ITA,2037,5,206000,219000 +ITA,2037,6,206000,218000 +ITA,2037,7,205000,218000 +ITA,2037,8,205000,218000 +ITA,2037,9,205000,217000 +ITA,2037,10,205000,218000 +ITA,2037,11,206000,218000 +ITA,2037,12,207000,219000 +ITA,2037,13,208000,220000 +ITA,2037,14,210000,223000 +ITA,2037,15,214000,226000 +ITA,2037,16,218000,231000 +ITA,2037,17,223000,236000 +ITA,2037,18,228000,241000 +ITA,2038,0,206000,219000 +ITA,2038,1,207000,220000 +ITA,2038,2,208000,220000 +ITA,2038,3,207000,220000 +ITA,2038,4,207000,220000 +ITA,2038,5,207000,219000 +ITA,2038,6,206000,219000 +ITA,2038,7,206000,218000 +ITA,2038,8,205000,218000 +ITA,2038,9,205000,218000 +ITA,2038,10,205000,218000 +ITA,2038,11,205000,218000 +ITA,2038,12,206000,218000 +ITA,2038,13,207000,219000 +ITA,2038,14,208000,221000 +ITA,2038,15,211000,223000 +ITA,2038,16,214000,227000 +ITA,2038,17,219000,232000 +ITA,2038,18,224000,237000 +ITA,2039,0,206000,219000 +ITA,2039,1,207000,220000 +ITA,2039,2,208000,221000 +ITA,2039,3,208000,221000 +ITA,2039,4,208000,221000 +ITA,2039,5,208000,220000 +ITA,2039,6,207000,220000 +ITA,2039,7,207000,219000 +ITA,2039,8,206000,219000 +ITA,2039,9,206000,218000 +ITA,2039,10,205000,218000 +ITA,2039,11,205000,218000 +ITA,2039,12,206000,218000 +ITA,2039,13,206000,219000 +ITA,2039,14,207000,220000 +ITA,2039,15,209000,221000 +ITA,2039,16,211000,224000 +ITA,2039,17,215000,228000 +ITA,2039,18,220000,233000 +ITA,2040,0,206000,219000 +ITA,2040,1,207000,220000 +ITA,2040,2,208000,221000 +ITA,2040,3,208000,221000 +ITA,2040,4,209000,221000 +ITA,2040,5,208000,221000 +ITA,2040,6,208000,221000 +ITA,2040,7,207000,220000 +ITA,2040,8,207000,219000 +ITA,2040,9,206000,219000 +ITA,2040,10,206000,218000 +ITA,2040,11,205000,218000 +ITA,2040,12,205000,218000 +ITA,2040,13,206000,218000 +ITA,2040,14,206000,219000 +ITA,2040,15,208000,220000 +ITA,2040,16,209000,221000 +ITA,2040,17,212000,224000 +ITA,2040,18,216000,228000 +ITA,2041,0,205000,218000 +ITA,2041,1,206000,219000 +ITA,2041,2,208000,221000 +ITA,2041,3,208000,221000 +ITA,2041,4,209000,222000 +ITA,2041,5,209000,222000 +ITA,2041,6,209000,221000 +ITA,2041,7,208000,221000 +ITA,2041,8,208000,220000 +ITA,2041,9,207000,220000 +ITA,2041,10,206000,219000 +ITA,2041,11,206000,219000 +ITA,2041,12,206000,218000 +ITA,2041,13,206000,218000 +ITA,2041,14,206000,219000 +ITA,2041,15,207000,220000 +ITA,2041,16,209000,221000 +ITA,2041,17,210000,223000 +ITA,2041,18,213000,225000 +ITA,2042,0,205000,218000 +ITA,2042,1,207000,220000 +ITA,2042,2,207000,220000 +ITA,2042,3,208000,221000 +ITA,2042,4,209000,222000 +ITA,2042,5,209000,222000 +ITA,2042,6,209000,222000 +ITA,2042,7,209000,222000 +ITA,2042,8,208000,221000 +ITA,2042,9,208000,221000 +ITA,2042,10,207000,220000 +ITA,2042,11,207000,219000 +ITA,2042,12,206000,219000 +ITA,2042,13,206000,219000 +ITA,2042,14,207000,219000 +ITA,2042,15,207000,219000 +ITA,2042,16,208000,220000 +ITA,2042,17,210000,222000 +ITA,2042,18,212000,224000 +ITA,2043,0,204000,217000 +ITA,2043,1,206000,219000 +ITA,2043,2,208000,221000 +ITA,2043,3,208000,221000 +ITA,2043,4,209000,222000 +ITA,2043,5,209000,222000 +ITA,2043,6,209000,222000 +ITA,2043,7,209000,222000 +ITA,2043,8,209000,222000 +ITA,2043,9,209000,221000 +ITA,2043,10,208000,221000 +ITA,2043,11,208000,220000 +ITA,2043,12,207000,220000 +ITA,2043,13,207000,219000 +ITA,2043,14,207000,219000 +ITA,2043,15,207000,219000 +ITA,2043,16,208000,220000 +ITA,2043,17,209000,221000 +ITA,2043,18,211000,223000 +ITA,2044,0,203000,216000 +ITA,2044,1,205000,218000 +ITA,2044,2,207000,220000 +ITA,2044,3,208000,221000 +ITA,2044,4,208000,221000 +ITA,2044,5,209000,222000 +ITA,2044,6,209000,222000 +ITA,2044,7,209000,222000 +ITA,2044,8,209000,222000 +ITA,2044,9,209000,222000 +ITA,2044,10,209000,221000 +ITA,2044,11,208000,221000 +ITA,2044,12,208000,220000 +ITA,2044,13,207000,220000 +ITA,2044,14,207000,219000 +ITA,2044,15,207000,219000 +ITA,2044,16,207000,220000 +ITA,2044,17,208000,220000 +ITA,2044,18,210000,222000 +ITA,2045,0,202000,214000 +ITA,2045,1,204000,217000 +ITA,2045,2,206000,219000 +ITA,2045,3,207000,220000 +ITA,2045,4,208000,221000 +ITA,2045,5,209000,222000 +ITA,2045,6,209000,222000 +ITA,2045,7,209000,222000 +ITA,2045,8,209000,222000 +ITA,2045,9,209000,222000 +ITA,2045,10,209000,222000 +ITA,2045,11,209000,221000 +ITA,2045,12,208000,221000 +ITA,2045,13,208000,220000 +ITA,2045,14,207000,220000 +ITA,2045,15,207000,220000 +ITA,2045,16,207000,220000 +ITA,2045,17,208000,220000 +ITA,2045,18,209000,221000 +ITA,2046,0,200000,213000 +ITA,2046,1,202000,215000 +ITA,2046,2,205000,217000 +ITA,2046,3,206000,219000 +ITA,2046,4,208000,220000 +ITA,2046,5,209000,221000 +ITA,2046,6,209000,222000 +ITA,2046,7,210000,222000 +ITA,2046,8,210000,223000 +ITA,2046,9,210000,223000 +ITA,2046,10,209000,222000 +ITA,2046,11,209000,222000 +ITA,2046,12,209000,222000 +ITA,2046,13,209000,221000 +ITA,2046,14,208000,221000 +ITA,2046,15,208000,221000 +ITA,2046,16,208000,220000 +ITA,2046,17,208000,220000 +ITA,2046,18,209000,221000 +ITA,2047,0,198000,211000 +ITA,2047,1,201000,214000 +ITA,2047,2,203000,216000 +ITA,2047,3,205000,218000 +ITA,2047,4,207000,219000 +ITA,2047,5,208000,221000 +ITA,2047,6,209000,222000 +ITA,2047,7,209000,222000 +ITA,2047,8,210000,223000 +ITA,2047,9,210000,223000 +ITA,2047,10,210000,223000 +ITA,2047,11,210000,223000 +ITA,2047,12,210000,222000 +ITA,2047,13,209000,222000 +ITA,2047,14,209000,222000 +ITA,2047,15,209000,221000 +ITA,2047,16,209000,221000 +ITA,2047,17,209000,221000 +ITA,2047,18,209000,221000 +ITA,2048,0,196000,208000 +ITA,2048,1,199000,211000 +ITA,2048,2,202000,214000 +ITA,2048,3,204000,216000 +ITA,2048,4,205000,218000 +ITA,2048,5,207000,220000 +ITA,2048,6,208000,221000 +ITA,2048,7,209000,222000 +ITA,2048,8,210000,222000 +ITA,2048,9,210000,223000 +ITA,2048,10,210000,223000 +ITA,2048,11,210000,223000 +ITA,2048,12,210000,223000 +ITA,2048,13,210000,223000 +ITA,2048,14,210000,222000 +ITA,2048,15,210000,222000 +ITA,2048,16,210000,222000 +ITA,2048,17,209000,222000 +ITA,2048,18,210000,222000 +ITA,2049,0,193000,205000 +ITA,2049,1,197000,209000 +ITA,2049,2,200000,212000 +ITA,2049,3,202000,215000 +ITA,2049,4,204000,216000 +ITA,2049,5,206000,218000 +ITA,2049,6,207000,220000 +ITA,2049,7,208000,221000 +ITA,2049,8,209000,222000 +ITA,2049,9,210000,222000 +ITA,2049,10,210000,223000 +ITA,2049,11,210000,223000 +ITA,2049,12,210000,223000 +ITA,2049,13,210000,223000 +ITA,2049,14,210000,223000 +ITA,2049,15,210000,223000 +ITA,2049,16,210000,222000 +ITA,2049,17,210000,222000 +ITA,2049,18,210000,222000 +ITA,2050,0,190000,202000 +ITA,2050,1,194000,206000 +ITA,2050,2,197000,209000 +ITA,2050,3,200000,212000 +ITA,2050,4,202000,215000 +ITA,2050,5,204000,217000 +ITA,2050,6,206000,218000 +ITA,2050,7,207000,220000 +ITA,2050,8,208000,221000 +ITA,2050,9,209000,222000 +ITA,2050,10,209000,222000 +ITA,2050,11,210000,223000 +ITA,2050,12,210000,223000 +ITA,2050,13,210000,223000 +ITA,2050,14,210000,223000 +ITA,2050,15,210000,223000 +ITA,2050,16,210000,223000 +ITA,2050,17,210000,223000 +ITA,2050,18,210000,222000 +JAM,1990,0,27925,29124 +JAM,1990,1,28620,29696 +JAM,1990,2,29056,30023 +JAM,1990,3,29265,30134 +JAM,1990,4,29278,30060 +JAM,1990,5,29126,29831 +JAM,1990,6,28840,29476 +JAM,1990,7,28452,29026 +JAM,1990,8,27992,28510 +JAM,1990,9,27491,27959 +JAM,1990,10,26920,27340 +JAM,1990,11,26248,26620 +JAM,1990,12,25813,26143 +JAM,1990,13,25770,26067 +JAM,1990,14,25964,26231 +JAM,1990,15,26095,26326 +JAM,1990,16,26227,26421 +JAM,1990,17,26217,26354 +JAM,1990,18,25964,26015 +JAM,1991,0,27709,28867 +JAM,1991,1,27962,29027 +JAM,1991,2,28506,29451 +JAM,1991,3,28846,29684 +JAM,1991,4,29003,29747 +JAM,1991,5,29001,29660 +JAM,1991,6,28869,29453 +JAM,1991,7,28638,29155 +JAM,1991,8,28287,28747 +JAM,1991,9,27820,28233 +JAM,1991,10,27285,27660 +JAM,1991,11,26698,27035 +JAM,1991,12,26019,26319 +JAM,1991,13,25571,25833 +JAM,1991,14,25504,25727 +JAM,1991,15,25669,25849 +JAM,1991,16,25772,25906 +JAM,1991,17,25878,25963 +JAM,1991,18,25848,25863 +JAM,1992,0,27887,29100 +JAM,1992,1,28445,29499 +JAM,1992,2,27988,28954 +JAM,1992,3,28380,29230 +JAM,1992,4,28623,29370 +JAM,1992,5,28729,29385 +JAM,1992,6,28711,29286 +JAM,1992,7,28600,29101 +JAM,1992,8,28425,28860 +JAM,1992,9,28112,28493 +JAM,1992,10,27638,27981 +JAM,1992,11,27068,27384 +JAM,1992,12,26464,26752 +JAM,1992,13,25780,26040 +JAM,1992,14,25319,25545 +JAM,1992,15,25228,25409 +JAM,1992,16,25364,25490 +JAM,1992,17,25440,25508 +JAM,1992,18,25519,25528 +JAM,1993,0,28317,29637 +JAM,1993,1,28531,29670 +JAM,1993,2,28658,29637 +JAM,1993,3,28008,28902 +JAM,1993,4,28249,29033 +JAM,1993,5,28395,29079 +JAM,1993,6,28450,29045 +JAM,1993,7,28417,28934 +JAM,1993,8,28325,28772 +JAM,1993,9,28206,28586 +JAM,1993,10,27931,28260 +JAM,1993,11,27450,27750 +JAM,1993,12,26846,27129 +JAM,1993,13,26226,26490 +JAM,1993,14,25535,25781 +JAM,1993,15,25061,25276 +JAM,1993,16,24947,25111 +JAM,1993,17,25053,25150 +JAM,1993,18,25102,25129 +JAM,1994,0,28778,30203 +JAM,1994,1,28652,29892 +JAM,1994,2,28545,29618 +JAM,1994,3,28449,29374 +JAM,1994,4,28037,28877 +JAM,1994,5,28127,28861 +JAM,1994,6,28177,28814 +JAM,1994,7,28180,28732 +JAM,1994,8,28131,28608 +JAM,1994,9,28060,28468 +JAM,1994,10,27996,28338 +JAM,1994,11,27758,28053 +JAM,1994,12,27271,27543 +JAM,1994,13,26633,26898 +JAM,1994,14,25996,26251 +JAM,1994,15,25299,25545 +JAM,1994,16,24812,25030 +JAM,1994,17,24675,24835 +JAM,1994,18,24751,24832 +JAM,1995,0,29097,30583 +JAM,1995,1,28749,30072 +JAM,1995,2,28487,29660 +JAM,1995,3,28298,29333 +JAM,1995,4,28166,29076 +JAM,1995,5,28077,28872 +JAM,1995,6,28017,28708 +JAM,1995,7,27970,28568 +JAM,1995,8,27921,28437 +JAM,1995,9,27857,28301 +JAM,1995,10,27806,28183 +JAM,1995,11,27798,28109 +JAM,1995,12,27598,27865 +JAM,1995,13,27103,27356 +JAM,1995,14,26430,26686 +JAM,1995,15,25777,26031 +JAM,1995,16,25073,25327 +JAM,1995,17,24573,24801 +JAM,1995,18,24412,24576 +JAM,1996,0,29221,30670 +JAM,1996,1,28919,30404 +JAM,1996,2,28635,29974 +JAM,1996,3,28417,29612 +JAM,1996,4,28250,29305 +JAM,1996,5,28123,29043 +JAM,1996,6,28024,28814 +JAM,1996,7,27940,28605 +JAM,1996,8,27858,28412 +JAM,1996,9,27763,28225 +JAM,1996,10,27645,28030 +JAM,1996,11,27536,27847 +JAM,1996,12,27465,27704 +JAM,1996,13,27211,27397 +JAM,1996,14,26681,26839 +JAM,1996,15,25985,26132 +JAM,1996,16,25309,25442 +JAM,1996,17,24585,24705 +JAM,1996,18,24075,24164 +JAM,1997,0,29234,30608 +JAM,1997,1,28806,30165 +JAM,1997,2,28749,30248 +JAM,1997,3,28531,29900 +JAM,1997,4,28354,29585 +JAM,1997,5,28210,29299 +JAM,1997,6,28088,29033 +JAM,1997,7,27978,28777 +JAM,1997,8,27872,28524 +JAM,1997,9,27754,28277 +JAM,1997,10,27613,28033 +JAM,1997,11,27441,27780 +JAM,1997,12,27273,27532 +JAM,1997,13,27139,27319 +JAM,1997,14,26833,26950 +JAM,1997,15,26267,26343 +JAM,1997,16,25548,25598 +JAM,1997,17,24850,24872 +JAM,1997,18,24105,24101 +JAM,1998,0,29088,30355 +JAM,1998,1,28758,30110 +JAM,1998,2,28510,29900 +JAM,1998,3,28588,30099 +JAM,1998,4,28435,29831 +JAM,1998,5,28302,29566 +JAM,1998,6,28180,29299 +JAM,1998,7,28062,29028 +JAM,1998,8,27941,28747 +JAM,1998,9,27812,28449 +JAM,1998,10,27659,28148 +JAM,1998,11,27472,27848 +JAM,1998,12,27246,27536 +JAM,1998,13,27020,27223 +JAM,1998,14,26823,26940 +JAM,1998,15,26464,26509 +JAM,1998,16,25861,25852 +JAM,1998,17,25120,25070 +JAM,1998,18,24398,24307 +JAM,1999,0,28733,29877 +JAM,1999,1,28571,29887 +JAM,1999,2,28448,29868 +JAM,1999,3,28355,29819 +JAM,1999,4,28438,29936 +JAM,1999,5,28349,29749 +JAM,1999,6,28258,29532 +JAM,1999,7,28159,29286 +JAM,1999,8,28045,29011 +JAM,1999,9,27914,28704 +JAM,1999,10,27763,28360 +JAM,1999,11,27574,28006 +JAM,1999,12,27340,27650 +JAM,1999,13,27060,27280 +JAM,1999,14,26776,26901 +JAM,1999,15,26516,26548 +JAM,1999,16,26103,26055 +JAM,1999,17,25464,25349 +JAM,1999,18,24700,24529 +JAM,2000,0,28149,29170 +JAM,2000,1,28204,29450 +JAM,2000,2,28249,29644 +JAM,2000,3,28283,29755 +JAM,2000,4,28300,29789 +JAM,2000,5,28299,29751 +JAM,2000,6,28275,29645 +JAM,2000,7,28227,29476 +JAM,2000,8,28149,29250 +JAM,2000,9,28040,28971 +JAM,2000,10,27899,28638 +JAM,2000,11,27724,28250 +JAM,2000,12,27500,27842 +JAM,2000,13,27219,27431 +JAM,2000,14,26885,27002 +JAM,2000,15,26543,26559 +JAM,2000,16,26220,26136 +JAM,2000,17,25753,25581 +JAM,2000,18,25078,24827 +JAM,2001,0,27237,28245 +JAM,2001,1,27983,29087 +JAM,2001,2,28102,29390 +JAM,2001,3,28186,29593 +JAM,2001,4,28235,29705 +JAM,2001,5,28249,29732 +JAM,2001,6,28227,29676 +JAM,2001,7,28171,29539 +JAM,2001,8,28078,29353 +JAM,2001,9,27949,29137 +JAM,2001,10,27784,28882 +JAM,2001,11,27582,28567 +JAM,2001,12,27341,28202 +JAM,2001,13,27067,27780 +JAM,2001,14,26763,27296 +JAM,2001,15,26424,26761 +JAM,2001,16,26075,26217 +JAM,2001,17,25744,25687 +JAM,2001,18,25282,25065 +JAM,2002,0,26108,27103 +JAM,2002,1,26786,28004 +JAM,2002,2,27846,28998 +JAM,2002,3,28029,29322 +JAM,2002,4,28152,29536 +JAM,2002,5,28217,29648 +JAM,2002,6,28227,29667 +JAM,2002,7,28186,29593 +JAM,2002,8,28096,29425 +JAM,2002,9,27959,29223 +JAM,2002,10,27779,29017 +JAM,2002,11,27557,28786 +JAM,2002,12,27294,28489 +JAM,2002,13,26987,28147 +JAM,2002,14,26663,27710 +JAM,2002,15,26335,27154 +JAM,2002,16,25991,26514 +JAM,2002,17,25634,25869 +JAM,2002,18,25296,25231 +JAM,2003,0,24909,25893 +JAM,2003,1,25912,27081 +JAM,2003,2,26730,28029 +JAM,2003,3,27721,28905 +JAM,2003,4,27968,29251 +JAM,2003,5,28130,29475 +JAM,2003,6,28211,29587 +JAM,2003,7,28218,29599 +JAM,2003,8,28157,29508 +JAM,2003,9,28033,29308 +JAM,2003,10,27853,29089 +JAM,2003,11,27620,28893 +JAM,2003,12,27342,28686 +JAM,2003,13,27017,28407 +JAM,2003,14,26644,28087 +JAM,2003,15,26270,27637 +JAM,2003,16,25918,27009 +JAM,2003,17,25569,26263 +JAM,2003,18,25205,25518 +JAM,2004,0,23845,24817 +JAM,2004,1,25059,26178 +JAM,2004,2,26061,27285 +JAM,2004,3,26864,28159 +JAM,2004,4,27587,28816 +JAM,2004,5,27899,29185 +JAM,2004,6,28099,29418 +JAM,2004,7,28196,29531 +JAM,2004,8,28200,29536 +JAM,2004,9,28118,29426 +JAM,2004,10,27962,29196 +JAM,2004,11,27737,28960 +JAM,2004,12,27452,28774 +JAM,2004,13,27118,28591 +JAM,2004,14,26732,28329 +JAM,2004,15,26293,28033 +JAM,2004,16,25869,27568 +JAM,2004,17,25493,26868 +JAM,2004,18,25138,26016 +JAM,2005,0,23072,24027 +JAM,2005,1,24315,25392 +JAM,2005,2,25361,26530 +JAM,2005,3,26222,27457 +JAM,2005,4,26909,28190 +JAM,2005,5,27435,28743 +JAM,2005,6,27811,29134 +JAM,2005,7,28050,29378 +JAM,2005,8,28163,29491 +JAM,2005,9,28163,29488 +JAM,2005,10,28061,29361 +JAM,2005,11,27872,29099 +JAM,2005,12,27603,28847 +JAM,2005,13,27266,28671 +JAM,2005,14,26876,28511 +JAM,2005,15,26429,28267 +JAM,2005,16,25924,27994 +JAM,2005,17,25450,27514 +JAM,2005,18,25050,26742 +JAM,2006,0,22682,23530 +JAM,2006,1,23080,24017 +JAM,2006,2,24182,25228 +JAM,2006,3,25146,26277 +JAM,2006,4,25974,27169 +JAM,2006,5,26668,27908 +JAM,2006,6,27239,28509 +JAM,2006,7,27698,28987 +JAM,2006,8,28000,29298 +JAM,2006,9,28128,29427 +JAM,2006,10,28111,29409 +JAM,2006,11,28013,29286 +JAM,2006,12,27838,29044 +JAM,2006,13,27572,28786 +JAM,2006,14,27221,28566 +JAM,2006,15,26806,28340 +JAM,2006,16,26335,28032 +JAM,2006,17,25801,27684 +JAM,2006,18,25313,27169 +JAM,2007,0,22576,23307 +JAM,2007,1,23271,24122 +JAM,2007,2,23063,24006 +JAM,2007,3,24023,25065 +JAM,2007,4,24904,26025 +JAM,2007,5,25698,26881 +JAM,2007,6,26398,27627 +JAM,2007,7,27013,28276 +JAM,2007,8,27554,28840 +JAM,2007,9,27919,29218 +JAM,2007,10,28061,29364 +JAM,2007,11,28029,29330 +JAM,2007,12,27934,29212 +JAM,2007,13,27773,28989 +JAM,2007,14,27511,28726 +JAM,2007,15,27146,28462 +JAM,2007,16,26706,28170 +JAM,2007,17,26212,27797 +JAM,2007,18,25649,27375 +JAM,2008,0,22697,23326 +JAM,2008,1,22929,23687 +JAM,2008,2,23267,24136 +JAM,2008,3,23039,24004 +JAM,2008,4,23856,24910 +JAM,2008,5,24654,25782 +JAM,2008,6,25414,26603 +JAM,2008,7,26119,27356 +JAM,2008,8,26778,28052 +JAM,2008,9,27402,28703 +JAM,2008,10,27830,29148 +JAM,2008,11,27986,29310 +JAM,2008,12,27938,29261 +JAM,2008,13,27846,29147 +JAM,2008,14,27700,28944 +JAM,2008,15,27441,28675 +JAM,2008,16,27062,28367 +JAM,2008,17,26598,28009 +JAM,2008,18,26080,27571 +JAM,2009,0,22942,23518 +JAM,2009,1,22732,23428 +JAM,2009,2,22740,23545 +JAM,2009,3,22935,23838 +JAM,2009,4,23028,24013 +JAM,2009,5,23703,24766 +JAM,2009,6,24418,25551 +JAM,2009,7,25145,26337 +JAM,2009,8,25856,27097 +JAM,2009,9,26560,27841 +JAM,2009,10,27266,28579 +JAM,2009,11,27756,29090 +JAM,2009,12,27927,29270 +JAM,2009,13,27864,29205 +JAM,2009,14,27775,29096 +JAM,2009,15,27643,28912 +JAM,2009,16,27387,28637 +JAM,2009,17,26994,28285 +JAM,2009,18,26506,27860 +JAM,2010,0,23221,23813 +JAM,2010,1,22675,23352 +JAM,2010,2,22423,23181 +JAM,2010,3,22425,23263 +JAM,2010,4,22642,23558 +JAM,2010,5,23037,24025 +JAM,2010,6,23570,24627 +JAM,2010,7,24203,25323 +JAM,2010,8,24898,26074 +JAM,2010,9,25615,26842 +JAM,2010,10,26364,27634 +JAM,2010,11,27153,28459 +JAM,2010,12,27707,29038 +JAM,2010,13,27893,29234 +JAM,2010,14,27813,29154 +JAM,2010,15,27727,29049 +JAM,2010,16,27610,28885 +JAM,2010,17,27357,28604 +JAM,2010,18,26950,28208 +JAM,2011,0,23475,24212 +JAM,2011,1,23016,23643 +JAM,2011,2,22581,23274 +JAM,2011,3,22400,23165 +JAM,2011,4,22441,23281 +JAM,2011,5,22669,23587 +JAM,2011,6,23049,24045 +JAM,2011,7,23542,24615 +JAM,2011,8,24138,25282 +JAM,2011,9,24817,26016 +JAM,2011,10,25529,26772 +JAM,2011,11,26260,27543 +JAM,2011,12,27025,28343 +JAM,2011,13,27554,28894 +JAM,2011,14,27716,29061 +JAM,2011,15,27615,28952 +JAM,2011,16,27508,28819 +JAM,2011,17,27369,28626 +JAM,2011,18,27102,28326 +JAM,2012,0,23767,24715 +JAM,2012,1,22913,23773 +JAM,2012,2,22827,23470 +JAM,2012,3,22503,23194 +JAM,2012,4,22393,23147 +JAM,2012,5,22472,23297 +JAM,2012,6,22713,23614 +JAM,2012,7,23077,24062 +JAM,2012,8,23530,24601 +JAM,2012,9,24091,25238 +JAM,2012,10,24753,25954 +JAM,2012,11,25460,26700 +JAM,2012,12,26174,27450 +JAM,2012,13,26916,28224 +JAM,2012,14,27421,28747 +JAM,2012,15,27560,28885 +JAM,2012,16,27437,28747 +JAM,2012,17,27308,28586 +JAM,2012,18,27148,28364 +JAM,2013,0,24023,25198 +JAM,2013,1,23166,24151 +JAM,2013,2,22580,23433 +JAM,2013,3,22648,23295 +JAM,2013,4,22434,23112 +JAM,2013,5,22396,23125 +JAM,2013,6,22514,23310 +JAM,2013,7,22765,23639 +JAM,2013,8,23115,24076 +JAM,2013,9,23527,24584 +JAM,2013,10,24053,25191 +JAM,2013,11,24700,25890 +JAM,2013,12,25402,26625 +JAM,2013,13,26100,27354 +JAM,2013,14,26818,28102 +JAM,2013,15,27300,28597 +JAM,2013,16,27415,28706 +JAM,2013,17,27270,28539 +JAM,2013,18,27119,28349 +JAM,2014,0,24154,25508 +JAM,2014,1,23374,24466 +JAM,2014,2,22807,23707 +JAM,2014,3,22435,23206 +JAM,2014,4,22470,23119 +JAM,2014,5,22366,23029 +JAM,2014,6,22400,23104 +JAM,2014,7,22556,23322 +JAM,2014,8,22819,23663 +JAM,2014,9,23155,24090 +JAM,2014,10,23527,24567 +JAM,2014,11,24017,25144 +JAM,2014,12,24648,25826 +JAM,2014,13,25346,26549 +JAM,2014,14,26027,27258 +JAM,2014,15,26722,27979 +JAM,2014,16,27180,28446 +JAM,2014,17,27272,28526 +JAM,2014,18,27105,28330 +JAM,2015,0,24103,25542 +JAM,2015,1,23462,24618 +JAM,2015,2,22970,23913 +JAM,2015,3,22617,23411 +JAM,2015,4,22394,23094 +JAM,2015,5,22291,22946 +JAM,2015,6,22296,22948 +JAM,2015,7,22402,23085 +JAM,2015,8,22597,23337 +JAM,2015,9,22872,23690 +JAM,2015,10,23192,24106 +JAM,2015,11,23524,24553 +JAM,2015,12,23978,25099 +JAM,2015,13,24594,25764 +JAM,2015,14,25287,26477 +JAM,2015,15,25951,27165 +JAM,2015,16,26623,27859 +JAM,2015,17,27057,28299 +JAM,2015,18,27126,28350 +JAM,2016,0,23814,25217 +JAM,2016,1,23895,25254 +JAM,2016,2,23372,24496 +JAM,2016,3,22957,23899 +JAM,2016,4,22646,23454 +JAM,2016,5,22435,23155 +JAM,2016,6,22316,22983 +JAM,2016,7,22279,22924 +JAM,2016,8,22347,23008 +JAM,2016,9,22526,23244 +JAM,2016,10,22797,23599 +JAM,2016,11,23101,23999 +JAM,2016,12,23410,24419 +JAM,2016,13,23840,24938 +JAM,2016,14,24431,25572 +JAM,2016,15,25103,26255 +JAM,2016,16,25745,26914 +JAM,2016,17,26394,27579 +JAM,2016,18,26813,27998 +JAM,2017,0,23339,24615 +JAM,2017,1,23188,24315 +JAM,2017,2,23701,24987 +JAM,2017,3,23295,24395 +JAM,2017,4,22956,23904 +JAM,2017,5,22686,23517 +JAM,2017,6,22488,23234 +JAM,2017,7,22353,23040 +JAM,2017,8,22273,22918 +JAM,2017,9,22303,22951 +JAM,2017,10,22467,23169 +JAM,2017,11,22735,23527 +JAM,2017,12,23023,23912 +JAM,2017,13,23308,24306 +JAM,2017,14,23714,24797 +JAM,2017,15,24282,25402 +JAM,2017,16,24931,26056 +JAM,2017,17,25551,26686 +JAM,2017,18,26178,27321 +JAM,2018,0,22765,23863 +JAM,2018,1,22910,23977 +JAM,2018,2,22980,24010 +JAM,2018,3,23510,24729 +JAM,2018,4,23222,24301 +JAM,2018,5,22959,23918 +JAM,2018,6,22731,23588 +JAM,2018,7,22545,23322 +JAM,2018,8,22394,23104 +JAM,2018,9,22271,22920 +JAM,2018,10,22264,22901 +JAM,2018,11,22412,23103 +JAM,2018,12,22677,23464 +JAM,2018,13,22948,23832 +JAM,2018,14,23210,24201 +JAM,2018,15,23592,24664 +JAM,2018,16,24137,25240 +JAM,2018,17,24764,25865 +JAM,2018,18,25363,26466 +JAM,2019,0,22000,23000 +JAM,2019,1,23000,24000 +JAM,2019,2,23000,24000 +JAM,2019,3,23000,24000 +JAM,2019,4,23000,24000 +JAM,2019,5,23000,24000 +JAM,2019,6,23000,24000 +JAM,2019,7,23000,24000 +JAM,2019,8,23000,23000 +JAM,2019,9,22000,23000 +JAM,2019,10,22000,23000 +JAM,2019,11,22000,23000 +JAM,2019,12,22000,23000 +JAM,2019,13,23000,23000 +JAM,2019,14,23000,24000 +JAM,2019,15,23000,24000 +JAM,2019,16,23000,25000 +JAM,2019,17,24000,25000 +JAM,2019,18,25000,26000 +JAM,2020,0,22000,23000 +JAM,2020,1,22000,23000 +JAM,2020,2,23000,24000 +JAM,2020,3,23000,24000 +JAM,2020,4,23000,24000 +JAM,2020,5,23000,24000 +JAM,2020,6,23000,24000 +JAM,2020,7,23000,24000 +JAM,2020,8,23000,24000 +JAM,2020,9,23000,23000 +JAM,2020,10,22000,23000 +JAM,2020,11,22000,23000 +JAM,2020,12,22000,23000 +JAM,2020,13,22000,23000 +JAM,2020,14,23000,23000 +JAM,2020,15,23000,24000 +JAM,2020,16,23000,24000 +JAM,2020,17,23000,24000 +JAM,2020,18,24000,25000 +JAM,2021,0,22000,22000 +JAM,2021,1,22000,23000 +JAM,2021,2,22000,23000 +JAM,2021,3,23000,24000 +JAM,2021,4,23000,24000 +JAM,2021,5,23000,24000 +JAM,2021,6,23000,24000 +JAM,2021,7,23000,24000 +JAM,2021,8,23000,24000 +JAM,2021,9,23000,24000 +JAM,2021,10,23000,23000 +JAM,2021,11,22000,23000 +JAM,2021,12,22000,23000 +JAM,2021,13,22000,23000 +JAM,2021,14,22000,23000 +JAM,2021,15,22000,23000 +JAM,2021,16,23000,23000 +JAM,2021,17,23000,24000 +JAM,2021,18,23000,24000 +JAM,2022,0,21000,22000 +JAM,2022,1,22000,23000 +JAM,2022,2,22000,23000 +JAM,2022,3,22000,23000 +JAM,2022,4,23000,24000 +JAM,2022,5,23000,24000 +JAM,2022,6,23000,24000 +JAM,2022,7,23000,24000 +JAM,2022,8,23000,24000 +JAM,2022,9,23000,24000 +JAM,2022,10,23000,24000 +JAM,2022,11,23000,23000 +JAM,2022,12,22000,23000 +JAM,2022,13,22000,23000 +JAM,2022,14,22000,23000 +JAM,2022,15,22000,23000 +JAM,2022,16,22000,23000 +JAM,2022,17,22000,23000 +JAM,2022,18,23000,23000 +JAM,2023,0,21000,22000 +JAM,2023,1,22000,23000 +JAM,2023,2,22000,23000 +JAM,2023,3,22000,23000 +JAM,2023,4,22000,23000 +JAM,2023,5,23000,24000 +JAM,2023,6,23000,24000 +JAM,2023,7,23000,24000 +JAM,2023,8,23000,24000 +JAM,2023,9,23000,24000 +JAM,2023,10,23000,24000 +JAM,2023,11,23000,24000 +JAM,2023,12,22000,23000 +JAM,2023,13,22000,23000 +JAM,2023,14,22000,23000 +JAM,2023,15,22000,22000 +JAM,2023,16,22000,22000 +JAM,2023,17,22000,23000 +JAM,2023,18,22000,23000 +JAM,2024,0,21000,22000 +JAM,2024,1,22000,22000 +JAM,2024,2,22000,23000 +JAM,2024,3,22000,23000 +JAM,2024,4,22000,23000 +JAM,2024,5,22000,23000 +JAM,2024,6,22000,23000 +JAM,2024,7,23000,24000 +JAM,2024,8,23000,24000 +JAM,2024,9,23000,24000 +JAM,2024,10,23000,24000 +JAM,2024,11,23000,24000 +JAM,2024,12,23000,24000 +JAM,2024,13,22000,23000 +JAM,2024,14,22000,23000 +JAM,2024,15,22000,22000 +JAM,2024,16,22000,22000 +JAM,2024,17,22000,22000 +JAM,2024,18,22000,23000 +JAM,2025,0,21000,22000 +JAM,2025,1,21000,22000 +JAM,2025,2,21000,22000 +JAM,2025,3,22000,23000 +JAM,2025,4,22000,23000 +JAM,2025,5,22000,23000 +JAM,2025,6,22000,23000 +JAM,2025,7,22000,23000 +JAM,2025,8,23000,24000 +JAM,2025,9,23000,24000 +JAM,2025,10,23000,24000 +JAM,2025,11,23000,24000 +JAM,2025,12,23000,24000 +JAM,2025,13,23000,24000 +JAM,2025,14,22000,23000 +JAM,2025,15,22000,23000 +JAM,2025,16,22000,22000 +JAM,2025,17,22000,22000 +JAM,2025,18,22000,22000 +JAM,2026,0,21000,22000 +JAM,2026,1,21000,22000 +JAM,2026,2,21000,22000 +JAM,2026,3,21000,22000 +JAM,2026,4,22000,23000 +JAM,2026,5,22000,23000 +JAM,2026,6,22000,23000 +JAM,2026,7,22000,23000 +JAM,2026,8,22000,23000 +JAM,2026,9,23000,23000 +JAM,2026,10,23000,24000 +JAM,2026,11,23000,24000 +JAM,2026,12,23000,24000 +JAM,2026,13,23000,24000 +JAM,2026,14,23000,23000 +JAM,2026,15,22000,23000 +JAM,2026,16,22000,23000 +JAM,2026,17,22000,22000 +JAM,2026,18,21000,22000 +JAM,2027,0,21000,22000 +JAM,2027,1,21000,22000 +JAM,2027,2,21000,22000 +JAM,2027,3,21000,22000 +JAM,2027,4,21000,22000 +JAM,2027,5,22000,23000 +JAM,2027,6,22000,23000 +JAM,2027,7,22000,23000 +JAM,2027,8,22000,23000 +JAM,2027,9,22000,23000 +JAM,2027,10,23000,23000 +JAM,2027,11,23000,24000 +JAM,2027,12,23000,24000 +JAM,2027,13,23000,24000 +JAM,2027,14,23000,24000 +JAM,2027,15,22000,23000 +JAM,2027,16,22000,23000 +JAM,2027,17,22000,22000 +JAM,2027,18,21000,22000 +JAM,2028,0,20000,21000 +JAM,2028,1,20000,21000 +JAM,2028,2,21000,21000 +JAM,2028,3,21000,22000 +JAM,2028,4,21000,22000 +JAM,2028,5,21000,22000 +JAM,2028,6,22000,23000 +JAM,2028,7,22000,23000 +JAM,2028,8,22000,23000 +JAM,2028,9,22000,23000 +JAM,2028,10,22000,23000 +JAM,2028,11,22000,23000 +JAM,2028,12,23000,23000 +JAM,2028,13,23000,24000 +JAM,2028,14,23000,24000 +JAM,2028,15,23000,24000 +JAM,2028,16,22000,23000 +JAM,2028,17,22000,23000 +JAM,2028,18,21000,22000 +JAM,2029,0,20000,21000 +JAM,2029,1,20000,21000 +JAM,2029,2,20000,21000 +JAM,2029,3,21000,21000 +JAM,2029,4,21000,22000 +JAM,2029,5,21000,22000 +JAM,2029,6,21000,22000 +JAM,2029,7,22000,22000 +JAM,2029,8,22000,23000 +JAM,2029,9,22000,23000 +JAM,2029,10,22000,23000 +JAM,2029,11,22000,23000 +JAM,2029,12,22000,23000 +JAM,2029,13,22000,23000 +JAM,2029,14,23000,23000 +JAM,2029,15,23000,24000 +JAM,2029,16,22000,23000 +JAM,2029,17,22000,23000 +JAM,2029,18,22000,22000 +JAM,2030,0,20000,20000 +JAM,2030,1,20000,21000 +JAM,2030,2,20000,21000 +JAM,2030,3,20000,21000 +JAM,2030,4,21000,21000 +JAM,2030,5,21000,22000 +JAM,2030,6,21000,22000 +JAM,2030,7,21000,22000 +JAM,2030,8,22000,22000 +JAM,2030,9,22000,23000 +JAM,2030,10,22000,23000 +JAM,2030,11,22000,23000 +JAM,2030,12,22000,23000 +JAM,2030,13,22000,23000 +JAM,2030,14,22000,23000 +JAM,2030,15,22000,23000 +JAM,2030,16,22000,23000 +JAM,2030,17,22000,23000 +JAM,2030,18,22000,23000 +JAM,2031,0,19000,20000 +JAM,2031,1,19000,20000 +JAM,2031,2,20000,21000 +JAM,2031,3,20000,21000 +JAM,2031,4,20000,21000 +JAM,2031,5,21000,21000 +JAM,2031,6,21000,22000 +JAM,2031,7,21000,22000 +JAM,2031,8,21000,22000 +JAM,2031,9,22000,22000 +JAM,2031,10,22000,23000 +JAM,2031,11,22000,23000 +JAM,2031,12,22000,23000 +JAM,2031,13,22000,23000 +JAM,2031,14,22000,23000 +JAM,2031,15,22000,23000 +JAM,2031,16,22000,23000 +JAM,2031,17,22000,23000 +JAM,2031,18,22000,23000 +JAM,2032,0,19000,20000 +JAM,2032,1,19000,20000 +JAM,2032,2,19000,20000 +JAM,2032,3,20000,21000 +JAM,2032,4,20000,21000 +JAM,2032,5,20000,21000 +JAM,2032,6,20000,21000 +JAM,2032,7,21000,22000 +JAM,2032,8,21000,22000 +JAM,2032,9,21000,22000 +JAM,2032,10,22000,22000 +JAM,2032,11,22000,23000 +JAM,2032,12,22000,23000 +JAM,2032,13,22000,23000 +JAM,2032,14,22000,23000 +JAM,2032,15,22000,23000 +JAM,2032,16,22000,23000 +JAM,2032,17,22000,23000 +JAM,2032,18,22000,23000 +JAM,2033,0,19000,20000 +JAM,2033,1,19000,20000 +JAM,2033,2,19000,20000 +JAM,2033,3,19000,20000 +JAM,2033,4,20000,20000 +JAM,2033,5,20000,21000 +JAM,2033,6,20000,21000 +JAM,2033,7,20000,21000 +JAM,2033,8,21000,22000 +JAM,2033,9,21000,22000 +JAM,2033,10,21000,22000 +JAM,2033,11,21000,22000 +JAM,2033,12,22000,23000 +JAM,2033,13,22000,23000 +JAM,2033,14,22000,23000 +JAM,2033,15,22000,23000 +JAM,2033,16,22000,23000 +JAM,2033,17,22000,23000 +JAM,2033,18,22000,23000 +JAM,2034,0,19000,19000 +JAM,2034,1,19000,19000 +JAM,2034,2,19000,20000 +JAM,2034,3,19000,20000 +JAM,2034,4,19000,20000 +JAM,2034,5,20000,20000 +JAM,2034,6,20000,21000 +JAM,2034,7,20000,21000 +JAM,2034,8,20000,21000 +JAM,2034,9,21000,22000 +JAM,2034,10,21000,22000 +JAM,2034,11,21000,22000 +JAM,2034,12,21000,22000 +JAM,2034,13,22000,22000 +JAM,2034,14,22000,23000 +JAM,2034,15,22000,23000 +JAM,2034,16,22000,23000 +JAM,2034,17,22000,23000 +JAM,2034,18,22000,23000 +JAM,2035,0,18000,19000 +JAM,2035,1,18000,19000 +JAM,2035,2,19000,19000 +JAM,2035,3,19000,20000 +JAM,2035,4,19000,20000 +JAM,2035,5,19000,20000 +JAM,2035,6,20000,20000 +JAM,2035,7,20000,21000 +JAM,2035,8,20000,21000 +JAM,2035,9,20000,21000 +JAM,2035,10,21000,22000 +JAM,2035,11,21000,22000 +JAM,2035,12,21000,22000 +JAM,2035,13,21000,22000 +JAM,2035,14,22000,22000 +JAM,2035,15,22000,22000 +JAM,2035,16,22000,23000 +JAM,2035,17,22000,23000 +JAM,2035,18,22000,22000 +JAM,2036,0,18000,19000 +JAM,2036,1,18000,19000 +JAM,2036,2,18000,19000 +JAM,2036,3,19000,19000 +JAM,2036,4,19000,20000 +JAM,2036,5,19000,20000 +JAM,2036,6,19000,20000 +JAM,2036,7,20000,20000 +JAM,2036,8,20000,21000 +JAM,2036,9,20000,21000 +JAM,2036,10,20000,21000 +JAM,2036,11,21000,21000 +JAM,2036,12,21000,22000 +JAM,2036,13,21000,22000 +JAM,2036,14,21000,22000 +JAM,2036,15,21000,22000 +JAM,2036,16,21000,22000 +JAM,2036,17,21000,22000 +JAM,2036,18,21000,22000 +JAM,2037,0,18000,19000 +JAM,2037,1,18000,19000 +JAM,2037,2,18000,19000 +JAM,2037,3,18000,19000 +JAM,2037,4,19000,19000 +JAM,2037,5,19000,20000 +JAM,2037,6,19000,20000 +JAM,2037,7,19000,20000 +JAM,2037,8,20000,20000 +JAM,2037,9,20000,21000 +JAM,2037,10,20000,21000 +JAM,2037,11,20000,21000 +JAM,2037,12,21000,21000 +JAM,2037,13,21000,22000 +JAM,2037,14,21000,22000 +JAM,2037,15,21000,22000 +JAM,2037,16,21000,22000 +JAM,2037,17,21000,22000 +JAM,2037,18,21000,22000 +JAM,2038,0,18000,18000 +JAM,2038,1,18000,18000 +JAM,2038,2,18000,19000 +JAM,2038,3,18000,19000 +JAM,2038,4,18000,19000 +JAM,2038,5,18000,19000 +JAM,2038,6,19000,19000 +JAM,2038,7,19000,20000 +JAM,2038,8,19000,20000 +JAM,2038,9,20000,20000 +JAM,2038,10,20000,21000 +JAM,2038,11,20000,21000 +JAM,2038,12,20000,21000 +JAM,2038,13,20000,21000 +JAM,2038,14,21000,22000 +JAM,2038,15,21000,22000 +JAM,2038,16,21000,22000 +JAM,2038,17,21000,22000 +JAM,2038,18,21000,22000 +JAM,2039,0,17000,18000 +JAM,2039,1,17000,18000 +JAM,2039,2,18000,18000 +JAM,2039,3,18000,19000 +JAM,2039,4,18000,19000 +JAM,2039,5,18000,19000 +JAM,2039,6,18000,19000 +JAM,2039,7,19000,19000 +JAM,2039,8,19000,20000 +JAM,2039,9,19000,20000 +JAM,2039,10,20000,20000 +JAM,2039,11,20000,21000 +JAM,2039,12,20000,21000 +JAM,2039,13,20000,21000 +JAM,2039,14,20000,21000 +JAM,2039,15,21000,21000 +JAM,2039,16,21000,22000 +JAM,2039,17,21000,22000 +JAM,2039,18,21000,22000 +JAM,2040,0,17000,18000 +JAM,2040,1,17000,18000 +JAM,2040,2,17000,18000 +JAM,2040,3,18000,18000 +JAM,2040,4,18000,18000 +JAM,2040,5,18000,19000 +JAM,2040,6,18000,19000 +JAM,2040,7,18000,19000 +JAM,2040,8,19000,19000 +JAM,2040,9,19000,20000 +JAM,2040,10,19000,20000 +JAM,2040,11,19000,20000 +JAM,2040,12,20000,21000 +JAM,2040,13,20000,21000 +JAM,2040,14,20000,21000 +JAM,2040,15,20000,21000 +JAM,2040,16,20000,21000 +JAM,2040,17,21000,21000 +JAM,2040,18,21000,21000 +JAM,2041,0,17000,18000 +JAM,2041,1,17000,18000 +JAM,2041,2,17000,18000 +JAM,2041,3,17000,18000 +JAM,2041,4,18000,18000 +JAM,2041,5,18000,18000 +JAM,2041,6,18000,19000 +JAM,2041,7,18000,19000 +JAM,2041,8,18000,19000 +JAM,2041,9,19000,19000 +JAM,2041,10,19000,20000 +JAM,2041,11,19000,20000 +JAM,2041,12,19000,20000 +JAM,2041,13,20000,20000 +JAM,2041,14,20000,21000 +JAM,2041,15,20000,21000 +JAM,2041,16,20000,21000 +JAM,2041,17,20000,21000 +JAM,2041,18,20000,21000 +JAM,2042,0,17000,18000 +JAM,2042,1,17000,18000 +JAM,2042,2,17000,18000 +JAM,2042,3,17000,18000 +JAM,2042,4,17000,18000 +JAM,2042,5,17000,18000 +JAM,2042,6,18000,18000 +JAM,2042,7,18000,19000 +JAM,2042,8,18000,19000 +JAM,2042,9,18000,19000 +JAM,2042,10,19000,19000 +JAM,2042,11,19000,20000 +JAM,2042,12,19000,20000 +JAM,2042,13,19000,20000 +JAM,2042,14,19000,20000 +JAM,2042,15,20000,20000 +JAM,2042,16,20000,21000 +JAM,2042,17,20000,21000 +JAM,2042,18,20000,21000 +JAM,2043,0,17000,17000 +JAM,2043,1,17000,17000 +JAM,2043,2,17000,17000 +JAM,2043,3,17000,18000 +JAM,2043,4,17000,18000 +JAM,2043,5,17000,18000 +JAM,2043,6,17000,18000 +JAM,2043,7,18000,18000 +JAM,2043,8,18000,19000 +JAM,2043,9,18000,19000 +JAM,2043,10,18000,19000 +JAM,2043,11,19000,19000 +JAM,2043,12,19000,20000 +JAM,2043,13,19000,20000 +JAM,2043,14,19000,20000 +JAM,2043,15,19000,20000 +JAM,2043,16,20000,20000 +JAM,2043,17,20000,20000 +JAM,2043,18,20000,20000 +JAM,2044,0,16000,17000 +JAM,2044,1,16000,17000 +JAM,2044,2,17000,17000 +JAM,2044,3,17000,17000 +JAM,2044,4,17000,18000 +JAM,2044,5,17000,18000 +JAM,2044,6,17000,18000 +JAM,2044,7,17000,18000 +JAM,2044,8,18000,18000 +JAM,2044,9,18000,19000 +JAM,2044,10,18000,19000 +JAM,2044,11,18000,19000 +JAM,2044,12,19000,19000 +JAM,2044,13,19000,19000 +JAM,2044,14,19000,20000 +JAM,2044,15,19000,20000 +JAM,2044,16,19000,20000 +JAM,2044,17,19000,20000 +JAM,2044,18,19000,20000 +JAM,2045,0,16000,17000 +JAM,2045,1,16000,17000 +JAM,2045,2,16000,17000 +JAM,2045,3,17000,17000 +JAM,2045,4,17000,17000 +JAM,2045,5,17000,18000 +JAM,2045,6,17000,18000 +JAM,2045,7,17000,18000 +JAM,2045,8,17000,18000 +JAM,2045,9,18000,18000 +JAM,2045,10,18000,19000 +JAM,2045,11,18000,19000 +JAM,2045,12,18000,19000 +JAM,2045,13,19000,19000 +JAM,2045,14,19000,19000 +JAM,2045,15,19000,20000 +JAM,2045,16,19000,20000 +JAM,2045,17,19000,20000 +JAM,2045,18,19000,20000 +JAM,2046,0,16000,17000 +JAM,2046,1,16000,17000 +JAM,2046,2,16000,17000 +JAM,2046,3,16000,17000 +JAM,2046,4,17000,17000 +JAM,2046,5,17000,17000 +JAM,2046,6,17000,18000 +JAM,2046,7,17000,18000 +JAM,2046,8,17000,18000 +JAM,2046,9,17000,18000 +JAM,2046,10,18000,18000 +JAM,2046,11,18000,19000 +JAM,2046,12,18000,19000 +JAM,2046,13,18000,19000 +JAM,2046,14,18000,19000 +JAM,2046,15,19000,19000 +JAM,2046,16,19000,19000 +JAM,2046,17,19000,19000 +JAM,2046,18,19000,20000 +JAM,2047,0,16000,17000 +JAM,2047,1,16000,17000 +JAM,2047,2,16000,17000 +JAM,2047,3,16000,17000 +JAM,2047,4,16000,17000 +JAM,2047,5,16000,17000 +JAM,2047,6,17000,17000 +JAM,2047,7,17000,18000 +JAM,2047,8,17000,18000 +JAM,2047,9,17000,18000 +JAM,2047,10,17000,18000 +JAM,2047,11,18000,18000 +JAM,2047,12,18000,18000 +JAM,2047,13,18000,19000 +JAM,2047,14,18000,19000 +JAM,2047,15,18000,19000 +JAM,2047,16,18000,19000 +JAM,2047,17,18000,19000 +JAM,2047,18,19000,19000 +JAM,2048,0,16000,17000 +JAM,2048,1,16000,17000 +JAM,2048,2,16000,17000 +JAM,2048,3,16000,17000 +JAM,2048,4,16000,17000 +JAM,2048,5,16000,17000 +JAM,2048,6,16000,17000 +JAM,2048,7,17000,17000 +JAM,2048,8,17000,18000 +JAM,2048,9,17000,18000 +JAM,2048,10,17000,18000 +JAM,2048,11,17000,18000 +JAM,2048,12,17000,18000 +JAM,2048,13,18000,18000 +JAM,2048,14,18000,19000 +JAM,2048,15,18000,19000 +JAM,2048,16,18000,19000 +JAM,2048,17,18000,19000 +JAM,2048,18,18000,19000 +JAM,2049,0,16000,16000 +JAM,2049,1,16000,16000 +JAM,2049,2,16000,16000 +JAM,2049,3,16000,17000 +JAM,2049,4,16000,17000 +JAM,2049,5,16000,17000 +JAM,2049,6,16000,17000 +JAM,2049,7,16000,17000 +JAM,2049,8,17000,17000 +JAM,2049,9,17000,17000 +JAM,2049,10,17000,18000 +JAM,2049,11,17000,18000 +JAM,2049,12,17000,18000 +JAM,2049,13,17000,18000 +JAM,2049,14,18000,18000 +JAM,2049,15,18000,18000 +JAM,2049,16,18000,19000 +JAM,2049,17,18000,19000 +JAM,2049,18,18000,19000 +JAM,2050,0,15000,16000 +JAM,2050,1,16000,16000 +JAM,2050,2,16000,16000 +JAM,2050,3,16000,16000 +JAM,2050,4,16000,16000 +JAM,2050,5,16000,17000 +JAM,2050,6,16000,17000 +JAM,2050,7,16000,17000 +JAM,2050,8,16000,17000 +JAM,2050,9,17000,17000 +JAM,2050,10,17000,17000 +JAM,2050,11,17000,18000 +JAM,2050,12,17000,18000 +JAM,2050,13,17000,18000 +JAM,2050,14,17000,18000 +JAM,2050,15,17000,18000 +JAM,2050,16,18000,18000 +JAM,2050,17,18000,18000 +JAM,2050,18,18000,18000 +JOR,1990,0,57811,60919 +JOR,1990,1,58394,61915 +JOR,1990,2,58513,62316 +JOR,1990,3,58222,62194 +JOR,1990,4,57570,61620 +JOR,1990,5,56608,60664 +JOR,1990,6,55389,59396 +JOR,1990,7,53962,57888 +JOR,1990,8,52378,56210 +JOR,1990,9,50690,54433 +JOR,1990,10,48852,52486 +JOR,1990,11,46819,50298 +JOR,1990,12,45122,48648 +JOR,1990,13,44000,47891 +JOR,1990,14,43220,47673 +JOR,1990,15,42343,47312 +JOR,1990,16,41505,46978 +JOR,1990,17,40335,46246 +JOR,1990,18,38619,44848 +JOR,1991,0,60497,63658 +JOR,1991,1,58405,61608 +JOR,1991,2,58645,62174 +JOR,1991,3,58576,62325 +JOR,1991,4,58221,62103 +JOR,1991,5,57608,61550 +JOR,1991,6,56788,60734 +JOR,1991,7,55812,59727 +JOR,1991,8,54576,58429 +JOR,1991,9,53052,56826 +JOR,1991,10,51345,55045 +JOR,1991,11,49539,53153 +JOR,1991,12,47562,51052 +JOR,1991,13,45928,49489 +JOR,1991,14,44884,48817 +JOR,1991,15,44188,48682 +JOR,1991,16,43390,48400 +JOR,1991,17,42623,48136 +JOR,1991,18,41524,47487 +JOR,1992,0,64097,67419 +JOR,1992,1,63150,66815 +JOR,1992,2,59129,62470 +JOR,1992,3,59026,62607 +JOR,1992,4,58766,62507 +JOR,1992,5,58349,62183 +JOR,1992,6,57774,61649 +JOR,1992,7,57093,60973 +JOR,1992,8,56360,60225 +JOR,1992,9,55312,59135 +JOR,1992,10,53845,57603 +JOR,1992,11,52116,55813 +JOR,1992,12,50338,53971 +JOR,1992,13,48412,51952 +JOR,1992,14,46838,50472 +JOR,1992,15,45869,49883 +JOR,1992,16,45257,49831 +JOR,1992,17,44536,49628 +JOR,1992,18,43839,49434 +JOR,1993,0,67992,71516 +JOR,1993,1,65807,69546 +JOR,1993,2,63896,67771 +JOR,1993,3,59832,63314 +JOR,1993,4,59385,63017 +JOR,1993,5,58934,62664 +JOR,1993,6,58452,62239 +JOR,1993,7,57915,61724 +JOR,1993,8,57376,61189 +JOR,1993,9,56887,60701 +JOR,1993,10,56029,59821 +JOR,1993,11,54620,58362 +JOR,1993,12,52869,56563 +JOR,1993,13,51120,54773 +JOR,1993,14,49247,52837 +JOR,1993,15,47734,51441 +JOR,1993,16,46841,50936 +JOR,1993,17,46314,50968 +JOR,1993,18,45670,50844 +JOR,1994,0,71286,74948 +JOR,1994,1,68056,71803 +JOR,1994,2,65374,69167 +JOR,1994,3,63176,66986 +JOR,1994,4,60329,63898 +JOR,1994,5,59538,63168 +JOR,1994,6,58896,62563 +JOR,1994,7,58353,62037 +JOR,1994,8,57856,61545 +JOR,1994,9,57460,61153 +JOR,1994,10,57218,60929 +JOR,1994,11,56554,60262 +JOR,1994,12,55207,58882 +JOR,1994,13,53440,57081 +JOR,1994,14,51727,55351 +JOR,1994,15,49912,53505 +JOR,1994,16,48466,52199 +JOR,1994,17,47653,51781 +JOR,1994,18,47211,51897 +JOR,1995,0,73327,76985 +JOR,1995,1,69544,73197 +JOR,1995,2,66446,70085 +JOR,1995,3,63955,67574 +JOR,1995,4,61995,65589 +JOR,1995,5,60489,64057 +JOR,1995,6,59361,62902 +JOR,1995,7,58534,62051 +JOR,1995,8,57932,61429 +JOR,1995,9,57478,60961 +JOR,1995,10,57226,60714 +JOR,1995,11,57230,60753 +JOR,1995,12,56762,60303 +JOR,1995,13,55484,59010 +JOR,1995,14,53711,57220 +JOR,1995,15,52043,55559 +JOR,1995,16,50297,53816 +JOR,1995,17,48925,52608 +JOR,1995,18,48195,52278 +JOR,1996,0,75326,79153 +JOR,1996,1,72835,76586 +JOR,1996,2,69469,73210 +JOR,1996,3,66660,70388 +JOR,1996,4,64352,68063 +JOR,1996,5,62485,66179 +JOR,1996,6,60986,64662 +JOR,1996,7,59778,63438 +JOR,1996,8,58890,62539 +JOR,1996,9,58296,61942 +JOR,1996,10,57888,61539 +JOR,1996,11,57637,61309 +JOR,1996,12,57614,61336 +JOR,1996,13,57112,60865 +JOR,1996,14,55795,59540 +JOR,1996,15,53978,57709 +JOR,1996,16,52261,56000 +JOR,1996,17,50464,54204 +JOR,1996,18,49041,52929 +JOR,1997,0,76180,80032 +JOR,1997,1,72839,76607 +JOR,1997,2,71988,75722 +JOR,1997,3,69058,72782 +JOR,1997,4,66556,70270 +JOR,1997,5,64443,68147 +JOR,1997,6,62680,66375 +JOR,1997,7,61194,64883 +JOR,1997,8,59912,63597 +JOR,1997,9,58966,62654 +JOR,1997,10,58383,62086 +JOR,1997,11,58024,61751 +JOR,1997,12,57775,61540 +JOR,1997,13,57725,61556 +JOR,1997,14,57191,61064 +JOR,1997,15,55840,59716 +JOR,1997,16,53987,57855 +JOR,1997,17,52230,56108 +JOR,1997,18,50391,54268 +JOR,1998,0,76264,80060 +JOR,1998,1,73659,77374 +JOR,1998,2,71336,74987 +JOR,1998,3,70892,74552 +JOR,1998,4,68409,72060 +JOR,1998,5,66221,69868 +JOR,1998,6,64311,67955 +JOR,1998,7,62658,66303 +JOR,1998,8,61190,64842 +JOR,1998,9,59839,63499 +JOR,1998,10,58838,62516 +JOR,1998,11,58268,61980 +JOR,1998,12,57959,61713 +JOR,1998,13,57712,61523 +JOR,1998,14,57636,61526 +JOR,1998,15,57071,61017 +JOR,1998,16,55692,59650 +JOR,1998,17,53810,57767 +JOR,1998,18,52019,55988 +JOR,1999,0,76143,79895 +JOR,1999,1,74229,77913 +JOR,1999,2,72388,76015 +JOR,1999,3,70620,74206 +JOR,1999,4,69672,73270 +JOR,1999,5,67637,71227 +JOR,1999,6,65768,69356 +JOR,1999,7,64062,67655 +JOR,1999,8,62521,66126 +JOR,1999,9,61075,64697 +JOR,1999,10,59657,63299 +JOR,1999,11,58603,62279 +JOR,1999,12,58048,61774 +JOR,1999,13,57788,61577 +JOR,1999,14,57545,61406 +JOR,1999,15,57442,61397 +JOR,1999,16,56849,60872 +JOR,1999,17,55443,59490 +JOR,1999,18,53535,57587 +JOR,2000,0,76284,80068 +JOR,2000,1,74795,78518 +JOR,2000,2,73248,76922 +JOR,2000,3,71664,75299 +JOR,2000,4,70059,73665 +JOR,2000,5,68453,72041 +JOR,2000,6,66864,70443 +JOR,2000,7,65309,68889 +JOR,2000,8,63808,67399 +JOR,2000,9,62378,65989 +JOR,2000,10,60954,64592 +JOR,2000,11,59469,63139 +JOR,2000,12,58363,62081 +JOR,2000,13,57822,61608 +JOR,2000,14,57612,61478 +JOR,2000,15,57372,61328 +JOR,2000,16,57243,61307 +JOR,2000,17,56621,60765 +JOR,2000,18,55189,59365 +JOR,2001,0,76566,80375 +JOR,2001,1,75358,79129 +JOR,2001,2,73867,77576 +JOR,2001,3,72352,76010 +JOR,2001,4,70826,74440 +JOR,2001,5,69298,72880 +JOR,2001,6,67788,71346 +JOR,2001,7,66312,69856 +JOR,2001,8,64852,68394 +JOR,2001,9,63405,66959 +JOR,2001,10,62003,65580 +JOR,2001,11,60612,64221 +JOR,2001,12,59164,62807 +JOR,2001,13,58078,61775 +JOR,2001,14,57538,61309 +JOR,2001,15,57315,61175 +JOR,2001,16,57058,61016 +JOR,2001,17,56907,60980 +JOR,2001,18,56267,60426 +JOR,2002,0,77134,81037 +JOR,2002,1,75614,79483 +JOR,2002,2,74495,78306 +JOR,2002,3,73003,76750 +JOR,2002,4,71519,75209 +JOR,2002,5,70048,73691 +JOR,2002,6,68595,72201 +JOR,2002,7,67178,70755 +JOR,2002,8,65815,69371 +JOR,2002,9,64446,67997 +JOR,2002,10,63052,66614 +JOR,2002,11,61676,65265 +JOR,2002,12,60318,63940 +JOR,2002,13,58904,62564 +JOR,2002,14,57838,61555 +JOR,2002,15,57298,61097 +JOR,2002,16,57062,60958 +JOR,2002,17,56788,60790 +JOR,2002,18,56616,60739 +JOR,2003,0,78292,82316 +JOR,2003,1,76490,80489 +JOR,2003,2,74741,78708 +JOR,2003,3,73855,77716 +JOR,2003,4,72356,76151 +JOR,2003,5,70898,74632 +JOR,2003,6,69479,73161 +JOR,2003,7,68096,71735 +JOR,2003,8,66768,70373 +JOR,2003,9,65512,69090 +JOR,2003,10,64230,67799 +JOR,2003,11,62885,66466 +JOR,2003,12,61531,65141 +JOR,2003,13,60202,63847 +JOR,2003,14,58818,62504 +JOR,2003,15,57769,61516 +JOR,2003,16,57227,61064 +JOR,2003,17,56977,60920 +JOR,2003,18,56686,60742 +JOR,2004,0,80366,84484 +JOR,2004,1,78275,82361 +JOR,2004,2,76320,80365 +JOR,2004,3,74492,78491 +JOR,2004,4,73591,77461 +JOR,2004,5,72079,75881 +JOR,2004,6,70639,74378 +JOR,2004,7,69264,72947 +JOR,2004,8,67945,71580 +JOR,2004,9,66699,70295 +JOR,2004,10,65543,69108 +JOR,2004,11,64343,67896 +JOR,2004,12,63039,66605 +JOR,2004,13,61700,65299 +JOR,2004,14,60393,64032 +JOR,2004,15,59032,62715 +JOR,2004,16,57994,61744 +JOR,2004,17,57448,61296 +JOR,2004,18,57183,61146 +JOR,2005,0,83524,87676 +JOR,2005,1,81239,85331 +JOR,2005,2,79133,83160 +JOR,2005,3,77193,81150 +JOR,2005,4,75403,79289 +JOR,2005,5,73748,77562 +JOR,2005,6,72213,75959 +JOR,2005,7,70784,74465 +JOR,2005,8,69445,73068 +JOR,2005,9,68182,71755 +JOR,2005,10,67012,70542 +JOR,2005,11,65952,69446 +JOR,2005,12,64827,68307 +JOR,2005,13,63558,67054 +JOR,2005,14,62226,65761 +JOR,2005,15,60933,64514 +JOR,2005,16,59589,63219 +JOR,2005,17,58556,62260 +JOR,2005,18,58003,61813 +JOR,2006,0,85833,90168 +JOR,2006,1,84693,88718 +JOR,2006,2,82501,86442 +JOR,2006,3,80444,84303 +JOR,2006,4,78514,82296 +JOR,2006,5,76704,80413 +JOR,2006,6,75000,78642 +JOR,2006,7,73386,76970 +JOR,2006,8,71890,75418 +JOR,2006,9,70519,73991 +JOR,2006,10,69243,72664 +JOR,2006,11,68046,71426 +JOR,2006,12,66951,70300 +JOR,2006,13,65792,69130 +JOR,2006,14,64493,67847 +JOR,2006,15,63134,66526 +JOR,2006,16,61813,65250 +JOR,2006,17,60442,63927 +JOR,2006,18,59380,62940 +JOR,2007,0,89139,93597 +JOR,2007,1,86859,91122 +JOR,2007,2,86326,90155 +JOR,2007,3,84214,87936 +JOR,2007,4,82193,85821 +JOR,2007,5,80263,83807 +JOR,2007,6,78424,81895 +JOR,2007,7,76661,80071 +JOR,2007,8,74960,78323 +JOR,2007,9,73390,76706 +JOR,2007,10,71978,75243 +JOR,2007,11,70683,73897 +JOR,2007,12,69452,72629 +JOR,2007,13,68316,71466 +JOR,2007,14,67119,70261 +JOR,2007,15,65783,68943 +JOR,2007,16,64388,67587 +JOR,2007,17,63032,66277 +JOR,2007,18,61626,64921 +JOR,2008,0,93110,97665 +JOR,2008,1,90978,95249 +JOR,2008,2,88908,92931 +JOR,2008,3,88336,91934 +JOR,2008,4,86294,89764 +JOR,2008,5,84301,87663 +JOR,2008,6,82362,85635 +JOR,2008,7,80485,83686 +JOR,2008,8,78656,81802 +JOR,2008,9,76860,79972 +JOR,2008,10,75209,78285 +JOR,2008,11,73752,76780 +JOR,2008,12,72432,75410 +JOR,2008,13,71162,74106 +JOR,2008,14,69980,72903 +JOR,2008,15,68738,71658 +JOR,2008,16,67359,70300 +JOR,2008,17,65923,68904 +JOR,2008,18,64526,67555 +JOR,2009,0,97325,101988 +JOR,2009,1,95479,99771 +JOR,2009,2,93601,97574 +JOR,2009,3,91701,95403 +JOR,2009,4,90642,94013 +JOR,2009,5,88665,91884 +JOR,2009,6,86692,89791 +JOR,2009,7,84738,87743 +JOR,2009,8,82817,85751 +JOR,2009,9,80916,83801 +JOR,2009,10,79019,81882 +JOR,2009,11,77282,80119 +JOR,2009,12,75773,78567 +JOR,2009,13,74423,77168 +JOR,2009,14,73110,75825 +JOR,2009,15,71878,74578 +JOR,2009,16,70587,73289 +JOR,2009,17,69161,71886 +JOR,2009,18,67679,70446 +JOR,2010,0,101413,106220 +JOR,2010,1,100011,104371 +JOR,2010,2,98464,102442 +JOR,2010,3,96792,100448 +JOR,2010,4,95017,98405 +JOR,2010,5,93160,96331 +JOR,2010,6,91243,94240 +JOR,2010,7,89288,92150 +JOR,2010,8,87315,90076 +JOR,2010,9,85346,88036 +JOR,2010,10,83367,86015 +JOR,2010,11,81364,84002 +JOR,2010,12,79536,82158 +JOR,2010,13,77972,80555 +JOR,2010,14,76590,79124 +JOR,2010,15,75230,77738 +JOR,2010,16,73946,76443 +JOR,2010,17,72603,75106 +JOR,2010,18,71125,73655 +JOR,2011,0,104794,109673 +JOR,2011,1,104390,108832 +JOR,2011,2,103111,107140 +JOR,2011,3,101628,105305 +JOR,2011,4,99973,103352 +JOR,2011,5,98176,101307 +JOR,2011,6,96259,99188 +JOR,2011,7,94245,97012 +JOR,2011,8,92209,94850 +JOR,2011,9,90201,92748 +JOR,2011,10,88224,90704 +JOR,2011,11,86217,88657 +JOR,2011,12,84173,86603 +JOR,2011,13,82312,84723 +JOR,2011,14,80731,83097 +JOR,2011,15,79338,81647 +JOR,2011,16,77963,80238 +JOR,2011,17,76662,78917 +JOR,2011,18,75286,77540 +JOR,2012,0,107999,112985 +JOR,2012,1,107939,112370 +JOR,2012,2,107543,111654 +JOR,2012,3,106385,110117 +JOR,2012,4,104966,108373 +JOR,2012,5,103325,106457 +JOR,2012,6,101503,104407 +JOR,2012,7,99523,102240 +JOR,2012,8,97407,99974 +JOR,2012,9,95287,97736 +JOR,2012,10,93240,95602 +JOR,2012,11,91253,93550 +JOR,2012,12,89215,91473 +JOR,2012,13,87126,89373 +JOR,2012,14,85229,87455 +JOR,2012,15,83628,85802 +JOR,2012,16,82223,84331 +JOR,2012,17,80831,82895 +JOR,2012,18,79511,81546 +JOR,2013,0,110355,115478 +JOR,2013,1,111120,115662 +JOR,2013,2,111323,115364 +JOR,2013,3,110546,114363 +JOR,2013,4,109512,112983 +JOR,2013,5,108158,111332 +JOR,2013,6,106534,109457 +JOR,2013,7,104691,107404 +JOR,2013,8,102650,105191 +JOR,2013,9,100435,102836 +JOR,2013,10,98234,100525 +JOR,2013,11,96152,98360 +JOR,2013,12,94157,96304 +JOR,2013,13,92090,94199 +JOR,2013,14,89959,92056 +JOR,2013,15,88030,90100 +JOR,2013,16,86412,88423 +JOR,2013,17,84997,86933 +JOR,2013,18,83589,85472 +JOR,2014,0,111110,116378 +JOR,2014,1,112725,117423 +JOR,2014,2,113654,117854 +JOR,2014,3,113961,117730 +JOR,2014,4,113061,116619 +JOR,2014,5,112156,115403 +JOR,2014,6,110874,113852 +JOR,2014,7,109275,112025 +JOR,2014,8,107417,109977 +JOR,2014,9,105325,107726 +JOR,2014,10,103020,105293 +JOR,2014,11,100748,102917 +JOR,2014,12,98640,100731 +JOR,2014,13,96646,98678 +JOR,2014,14,94561,96553 +JOR,2014,15,92397,94375 +JOR,2014,16,90444,92391 +JOR,2014,17,88815,90695 +JOR,2014,18,87396,89192 +JOR,2015,0,109898,115298 +JOR,2015,1,112316,117200 +JOR,2015,2,113958,118381 +JOR,2015,3,114893,118906 +JOR,2015,4,115191,118840 +JOR,2015,5,114919,118251 +JOR,2015,6,114147,117202 +JOR,2015,7,112943,115759 +JOR,2015,8,111376,113989 +JOR,2015,9,109515,111956 +JOR,2015,10,107384,109680 +JOR,2015,11,105004,107181 +JOR,2015,12,102673,104754 +JOR,2015,13,100551,102557 +JOR,2015,14,98570,100518 +JOR,2015,15,96477,98385 +JOR,2015,16,94294,96185 +JOR,2015,17,92327,94182 +JOR,2015,18,90697,92476 +JOR,2016,0,108964,114368 +JOR,2016,1,111233,116513 +JOR,2016,2,113496,118304 +JOR,2016,3,115041,119414 +JOR,2016,4,115928,119902 +JOR,2016,5,116216,119827 +JOR,2016,6,115974,119254 +JOR,2016,7,115270,118251 +JOR,2016,8,114112,116836 +JOR,2016,9,112535,115053 +JOR,2016,10,110631,112984 +JOR,2016,11,108475,110686 +JOR,2016,12,106081,108171 +JOR,2016,13,103739,105731 +JOR,2016,14,101612,103526 +JOR,2016,15,99630,101482 +JOR,2016,16,97535,99343 +JOR,2016,17,95347,97135 +JOR,2016,18,93376,95126 +JOR,2017,0,105945,111358 +JOR,2017,1,110111,115225 +JOR,2017,2,111924,117115 +JOR,2017,3,114015,118782 +JOR,2017,4,115454,119815 +JOR,2017,5,116286,120263 +JOR,2017,6,116563,120178 +JOR,2017,7,116351,119627 +JOR,2017,8,115722,118674 +JOR,2017,9,114616,117295 +JOR,2017,10,113038,115510 +JOR,2017,11,111102,113415 +JOR,2017,12,108936,111107 +JOR,2017,13,106540,108589 +JOR,2017,14,104201,106149 +JOR,2017,15,102082,103948 +JOR,2017,16,100111,101909 +JOR,2017,17,98025,99776 +JOR,2017,18,95847,97573 +JOR,2018,0,101919,107333 +JOR,2018,1,106689,111954 +JOR,2018,2,110542,115612 +JOR,2018,3,112065,117186 +JOR,2018,4,113974,118723 +JOR,2018,5,115297,119673 +JOR,2018,6,116072,120080 +JOR,2018,7,116335,119986 +JOR,2018,8,116156,119457 +JOR,2018,9,115604,118561 +JOR,2018,10,114556,117224 +JOR,2018,11,112986,115444 +JOR,2018,12,111027,113333 +JOR,2018,13,108860,111025 +JOR,2018,14,106475,108516 +JOR,2018,15,104150,106086 +JOR,2018,16,102049,103899 +JOR,2018,17,100099,101876 +JOR,2018,18,98033,99758 +JOR,2019,0,98000,104000 +JOR,2019,1,103000,108000 +JOR,2019,2,107000,112000 +JOR,2019,3,110000,115000 +JOR,2019,4,112000,117000 +JOR,2019,5,113000,118000 +JOR,2019,6,115000,119000 +JOR,2019,7,115000,119000 +JOR,2019,8,116000,119000 +JOR,2019,9,115000,119000 +JOR,2019,10,115000,118000 +JOR,2019,11,114000,117000 +JOR,2019,12,112000,115000 +JOR,2019,13,110000,113000 +JOR,2019,14,108000,111000 +JOR,2019,15,106000,108000 +JOR,2019,16,104000,106000 +JOR,2019,17,102000,103000 +JOR,2019,18,100000,101000 +JOR,2020,0,96000,102000 +JOR,2020,1,100000,106000 +JOR,2020,2,104000,109000 +JOR,2020,3,107000,112000 +JOR,2020,4,109000,114000 +JOR,2020,5,111000,116000 +JOR,2020,6,113000,117000 +JOR,2020,7,114000,118000 +JOR,2020,8,114000,118000 +JOR,2020,9,115000,118000 +JOR,2020,10,114000,118000 +JOR,2020,11,114000,117000 +JOR,2020,12,113000,116000 +JOR,2020,13,112000,114000 +JOR,2020,14,110000,112000 +JOR,2020,15,107000,110000 +JOR,2020,16,105000,107000 +JOR,2020,17,103000,105000 +JOR,2020,18,101000,103000 +JOR,2021,0,97000,103000 +JOR,2021,1,96000,101000 +JOR,2021,2,99000,105000 +JOR,2021,3,102000,108000 +JOR,2021,4,105000,110000 +JOR,2021,5,107000,113000 +JOR,2021,6,109000,114000 +JOR,2021,7,111000,116000 +JOR,2021,8,113000,117000 +JOR,2021,9,113000,117000 +JOR,2021,10,113000,117000 +JOR,2021,11,113000,117000 +JOR,2021,12,113000,116000 +JOR,2021,13,112000,115000 +JOR,2021,14,110000,113000 +JOR,2021,15,108000,111000 +JOR,2021,16,106000,109000 +JOR,2021,17,104000,106000 +JOR,2021,18,102000,104000 +JOR,2022,0,100000,105000 +JOR,2022,1,100000,105000 +JOR,2022,2,95000,100000 +JOR,2022,3,98000,103000 +JOR,2022,4,100000,106000 +JOR,2022,5,103000,108000 +JOR,2022,6,105000,110000 +JOR,2022,7,107000,112000 +JOR,2022,8,109000,114000 +JOR,2022,9,111000,116000 +JOR,2022,10,112000,116000 +JOR,2022,11,112000,116000 +JOR,2022,12,111000,115000 +JOR,2022,13,111000,114000 +JOR,2022,14,110000,113000 +JOR,2022,15,109000,111000 +JOR,2022,16,107000,109000 +JOR,2022,17,105000,107000 +JOR,2022,18,102000,105000 +JOR,2023,0,103000,108000 +JOR,2023,1,100000,106000 +JOR,2023,2,99000,104000 +JOR,2023,3,94000,99000 +JOR,2023,4,96000,101000 +JOR,2023,5,98000,104000 +JOR,2023,6,100000,106000 +JOR,2023,7,103000,108000 +JOR,2023,8,105000,110000 +JOR,2023,9,107000,112000 +JOR,2023,10,109000,114000 +JOR,2023,11,110000,114000 +JOR,2023,12,110000,114000 +JOR,2023,13,109000,113000 +JOR,2023,14,109000,112000 +JOR,2023,15,108000,111000 +JOR,2023,16,107000,110000 +JOR,2023,17,105000,107000 +JOR,2023,18,103000,105000 +JOR,2024,0,106000,111000 +JOR,2024,1,101000,106000 +JOR,2024,2,97000,103000 +JOR,2024,3,95000,101000 +JOR,2024,4,93000,98000 +JOR,2024,5,94000,100000 +JOR,2024,6,96000,101000 +JOR,2024,7,98000,103000 +JOR,2024,8,100000,106000 +JOR,2024,9,103000,108000 +JOR,2024,10,105000,110000 +JOR,2024,11,107000,112000 +JOR,2024,12,108000,113000 +JOR,2024,13,108000,112000 +JOR,2024,14,108000,111000 +JOR,2024,15,107000,111000 +JOR,2024,16,106000,110000 +JOR,2024,17,105000,108000 +JOR,2024,18,103000,106000 +JOR,2025,0,107000,112000 +JOR,2025,1,101000,106000 +JOR,2025,2,97000,102000 +JOR,2025,3,94000,99000 +JOR,2025,4,92000,98000 +JOR,2025,5,92000,98000 +JOR,2025,6,93000,98000 +JOR,2025,7,94000,100000 +JOR,2025,8,96000,101000 +JOR,2025,9,98000,104000 +JOR,2025,10,101000,106000 +JOR,2025,11,104000,109000 +JOR,2025,12,106000,111000 +JOR,2025,13,106000,111000 +JOR,2025,14,106000,110000 +JOR,2025,15,106000,110000 +JOR,2025,16,106000,109000 +JOR,2025,17,105000,108000 +JOR,2025,18,103000,106000 +JOR,2026,0,105000,110000 +JOR,2026,1,104000,109000 +JOR,2026,2,99000,104000 +JOR,2026,3,95000,101000 +JOR,2026,4,93000,98000 +JOR,2026,5,92000,97000 +JOR,2026,6,91000,97000 +JOR,2026,7,91000,97000 +JOR,2026,8,92000,98000 +JOR,2026,9,94000,100000 +JOR,2026,10,96000,102000 +JOR,2026,11,99000,105000 +JOR,2026,12,102000,107000 +JOR,2026,13,104000,109000 +JOR,2026,14,105000,110000 +JOR,2026,15,105000,109000 +JOR,2026,16,104000,108000 +JOR,2026,17,104000,108000 +JOR,2026,18,103000,107000 +JOR,2027,0,102000,107000 +JOR,2027,1,98000,103000 +JOR,2027,2,101000,106000 +JOR,2027,3,97000,103000 +JOR,2027,4,95000,100000 +JOR,2027,5,92000,98000 +JOR,2027,6,91000,97000 +JOR,2027,7,90000,96000 +JOR,2027,8,90000,96000 +JOR,2027,9,91000,97000 +JOR,2027,10,93000,98000 +JOR,2027,11,95000,101000 +JOR,2027,12,98000,103000 +JOR,2027,13,101000,106000 +JOR,2027,14,103000,108000 +JOR,2027,15,104000,109000 +JOR,2027,16,103000,108000 +JOR,2027,17,103000,107000 +JOR,2027,18,103000,107000 +JOR,2028,0,99000,104000 +JOR,2028,1,97000,102000 +JOR,2028,2,95000,101000 +JOR,2028,3,99000,104000 +JOR,2028,4,96000,101000 +JOR,2028,5,94000,99000 +JOR,2028,6,92000,97000 +JOR,2028,7,91000,96000 +JOR,2028,8,90000,96000 +JOR,2028,9,89000,95000 +JOR,2028,10,90000,95000 +JOR,2028,11,91000,97000 +JOR,2028,12,94000,100000 +JOR,2028,13,97000,103000 +JOR,2028,14,100000,105000 +JOR,2028,15,102000,107000 +JOR,2028,16,103000,108000 +JOR,2028,17,102000,107000 +JOR,2028,18,102000,106000 +JOR,2029,0,96000,101000 +JOR,2029,1,96000,101000 +JOR,2029,2,96000,101000 +JOR,2029,3,95000,100000 +JOR,2029,4,97000,102000 +JOR,2029,5,95000,100000 +JOR,2029,6,93000,99000 +JOR,2029,7,92000,97000 +JOR,2029,8,91000,96000 +JOR,2029,9,90000,95000 +JOR,2029,10,88000,94000 +JOR,2029,11,89000,94000 +JOR,2029,12,90000,96000 +JOR,2029,13,93000,99000 +JOR,2029,14,96000,102000 +JOR,2029,15,99000,105000 +JOR,2029,16,101000,106000 +JOR,2029,17,102000,107000 +JOR,2029,18,101000,106000 +JOR,2030,0,94000,99000 +JOR,2030,1,95000,100000 +JOR,2030,2,96000,101000 +JOR,2030,3,96000,101000 +JOR,2030,4,96000,101000 +JOR,2030,5,95000,100000 +JOR,2030,6,94000,99000 +JOR,2030,7,93000,98000 +JOR,2030,8,92000,97000 +JOR,2030,9,91000,96000 +JOR,2030,10,89000,95000 +JOR,2030,11,88000,93000 +JOR,2030,12,88000,93000 +JOR,2030,13,89000,95000 +JOR,2030,14,92000,98000 +JOR,2030,15,95000,101000 +JOR,2030,16,98000,104000 +JOR,2030,17,100000,106000 +JOR,2030,18,101000,106000 +JOR,2031,0,93000,98000 +JOR,2031,1,94000,99000 +JOR,2031,2,95000,100000 +JOR,2031,3,95000,100000 +JOR,2031,4,95000,100000 +JOR,2031,5,95000,100000 +JOR,2031,6,94000,99000 +JOR,2031,7,93000,99000 +JOR,2031,8,92000,98000 +JOR,2031,9,91000,97000 +JOR,2031,10,90000,96000 +JOR,2031,11,89000,94000 +JOR,2031,12,87000,93000 +JOR,2031,13,87000,93000 +JOR,2031,14,89000,95000 +JOR,2031,15,92000,98000 +JOR,2031,16,95000,100000 +JOR,2031,17,97000,103000 +JOR,2031,18,100000,105000 +JOR,2032,0,93000,98000 +JOR,2032,1,94000,100000 +JOR,2032,2,94000,99000 +JOR,2032,3,94000,100000 +JOR,2032,4,95000,100000 +JOR,2032,5,95000,100000 +JOR,2032,6,94000,99000 +JOR,2032,7,94000,99000 +JOR,2032,8,93000,98000 +JOR,2032,9,92000,97000 +JOR,2032,10,91000,96000 +JOR,2032,11,90000,95000 +JOR,2032,12,88000,94000 +JOR,2032,13,87000,93000 +JOR,2032,14,86000,92000 +JOR,2032,15,88000,94000 +JOR,2032,16,91000,97000 +JOR,2032,17,94000,100000 +JOR,2032,18,97000,103000 +JOR,2033,0,94000,99000 +JOR,2033,1,95000,100000 +JOR,2033,2,95000,100000 +JOR,2033,3,94000,99000 +JOR,2033,4,94000,99000 +JOR,2033,5,94000,99000 +JOR,2033,6,94000,99000 +JOR,2033,7,94000,99000 +JOR,2033,8,93000,98000 +JOR,2033,9,93000,98000 +JOR,2033,10,92000,97000 +JOR,2033,11,91000,96000 +JOR,2033,12,89000,95000 +JOR,2033,13,88000,94000 +JOR,2033,14,86000,92000 +JOR,2033,15,86000,92000 +JOR,2033,16,88000,94000 +JOR,2033,17,91000,97000 +JOR,2033,18,94000,100000 +JOR,2034,0,95000,100000 +JOR,2034,1,95000,100000 +JOR,2034,2,95000,100000 +JOR,2034,3,95000,100000 +JOR,2034,4,94000,99000 +JOR,2034,5,94000,99000 +JOR,2034,6,94000,99000 +JOR,2034,7,93000,99000 +JOR,2034,8,93000,98000 +JOR,2034,9,93000,98000 +JOR,2034,10,92000,97000 +JOR,2034,11,92000,97000 +JOR,2034,12,90000,96000 +JOR,2034,13,89000,94000 +JOR,2034,14,88000,93000 +JOR,2034,15,86000,92000 +JOR,2034,16,86000,92000 +JOR,2034,17,87000,93000 +JOR,2034,18,91000,96000 +JOR,2035,0,95000,100000 +JOR,2035,1,95000,100000 +JOR,2035,2,95000,100000 +JOR,2035,3,95000,100000 +JOR,2035,4,94000,99000 +JOR,2035,5,94000,99000 +JOR,2035,6,94000,99000 +JOR,2035,7,93000,98000 +JOR,2035,8,93000,98000 +JOR,2035,9,93000,98000 +JOR,2035,10,92000,97000 +JOR,2035,11,92000,97000 +JOR,2035,12,91000,97000 +JOR,2035,13,90000,96000 +JOR,2035,14,89000,94000 +JOR,2035,15,87000,93000 +JOR,2035,16,86000,91000 +JOR,2035,17,85000,91000 +JOR,2035,18,87000,93000 +JOR,2036,0,95000,100000 +JOR,2036,1,95000,100000 +JOR,2036,2,95000,100000 +JOR,2036,3,95000,100000 +JOR,2036,4,95000,100000 +JOR,2036,5,94000,99000 +JOR,2036,6,94000,99000 +JOR,2036,7,94000,99000 +JOR,2036,8,93000,98000 +JOR,2036,9,93000,98000 +JOR,2036,10,92000,98000 +JOR,2036,11,92000,97000 +JOR,2036,12,92000,97000 +JOR,2036,13,91000,97000 +JOR,2036,14,90000,95000 +JOR,2036,15,89000,94000 +JOR,2036,16,87000,93000 +JOR,2036,17,86000,91000 +JOR,2036,18,85000,91000 +JOR,2037,0,95000,100000 +JOR,2037,1,95000,100000 +JOR,2037,2,95000,100000 +JOR,2037,3,95000,100000 +JOR,2037,4,95000,100000 +JOR,2037,5,95000,100000 +JOR,2037,6,94000,99000 +JOR,2037,7,94000,99000 +JOR,2037,8,94000,99000 +JOR,2037,9,93000,98000 +JOR,2037,10,93000,98000 +JOR,2037,11,92000,98000 +JOR,2037,12,92000,97000 +JOR,2037,13,92000,97000 +JOR,2037,14,91000,96000 +JOR,2037,15,90000,95000 +JOR,2037,16,88000,94000 +JOR,2037,17,87000,93000 +JOR,2037,18,85000,91000 +JOR,2038,0,94000,99000 +JOR,2038,1,94000,99000 +JOR,2038,2,94000,99000 +JOR,2038,3,95000,100000 +JOR,2038,4,95000,100000 +JOR,2038,5,95000,100000 +JOR,2038,6,95000,100000 +JOR,2038,7,94000,99000 +JOR,2038,8,94000,99000 +JOR,2038,9,94000,99000 +JOR,2038,10,93000,98000 +JOR,2038,11,93000,98000 +JOR,2038,12,92000,98000 +JOR,2038,13,92000,97000 +JOR,2038,14,92000,97000 +JOR,2038,15,91000,96000 +JOR,2038,16,90000,95000 +JOR,2038,17,88000,94000 +JOR,2038,18,87000,93000 +JOR,2039,0,94000,98000 +JOR,2039,1,94000,99000 +JOR,2039,2,94000,99000 +JOR,2039,3,94000,99000 +JOR,2039,4,95000,100000 +JOR,2039,5,95000,100000 +JOR,2039,6,95000,100000 +JOR,2039,7,95000,100000 +JOR,2039,8,94000,99000 +JOR,2039,9,94000,99000 +JOR,2039,10,94000,99000 +JOR,2039,11,93000,98000 +JOR,2039,12,93000,98000 +JOR,2039,13,92000,98000 +JOR,2039,14,92000,97000 +JOR,2039,15,92000,97000 +JOR,2039,16,91000,96000 +JOR,2039,17,90000,95000 +JOR,2039,18,88000,94000 +JOR,2040,0,93000,98000 +JOR,2040,1,93000,98000 +JOR,2040,2,94000,99000 +JOR,2040,3,94000,99000 +JOR,2040,4,95000,99000 +JOR,2040,5,95000,100000 +JOR,2040,6,95000,100000 +JOR,2040,7,95000,100000 +JOR,2040,8,95000,100000 +JOR,2040,9,94000,99000 +JOR,2040,10,94000,99000 +JOR,2040,11,94000,99000 +JOR,2040,12,93000,98000 +JOR,2040,13,93000,98000 +JOR,2040,14,92000,97000 +JOR,2040,15,92000,97000 +JOR,2040,16,92000,97000 +JOR,2040,17,91000,96000 +JOR,2040,18,90000,95000 +JOR,2041,0,92000,97000 +JOR,2041,1,93000,98000 +JOR,2041,2,93000,98000 +JOR,2041,3,94000,99000 +JOR,2041,4,94000,99000 +JOR,2041,5,95000,99000 +JOR,2041,6,95000,100000 +JOR,2041,7,95000,100000 +JOR,2041,8,95000,100000 +JOR,2041,9,95000,100000 +JOR,2041,10,94000,99000 +JOR,2041,11,94000,99000 +JOR,2041,12,94000,99000 +JOR,2041,13,93000,98000 +JOR,2041,14,93000,98000 +JOR,2041,15,92000,97000 +JOR,2041,16,92000,97000 +JOR,2041,17,92000,97000 +JOR,2041,18,91000,96000 +JOR,2042,0,91000,96000 +JOR,2042,1,92000,97000 +JOR,2042,2,93000,98000 +JOR,2042,3,93000,98000 +JOR,2042,4,94000,99000 +JOR,2042,5,94000,99000 +JOR,2042,6,95000,99000 +JOR,2042,7,95000,100000 +JOR,2042,8,95000,100000 +JOR,2042,9,95000,100000 +JOR,2042,10,95000,100000 +JOR,2042,11,94000,99000 +JOR,2042,12,94000,99000 +JOR,2042,13,94000,99000 +JOR,2042,14,93000,98000 +JOR,2042,15,93000,98000 +JOR,2042,16,92000,97000 +JOR,2042,17,92000,97000 +JOR,2042,18,92000,97000 +JOR,2043,0,90000,95000 +JOR,2043,1,91000,96000 +JOR,2043,2,92000,97000 +JOR,2043,3,93000,98000 +JOR,2043,4,93000,98000 +JOR,2043,5,94000,99000 +JOR,2043,6,94000,99000 +JOR,2043,7,94000,99000 +JOR,2043,8,95000,100000 +JOR,2043,9,95000,100000 +JOR,2043,10,95000,100000 +JOR,2043,11,95000,100000 +JOR,2043,12,94000,99000 +JOR,2043,13,94000,99000 +JOR,2043,14,94000,99000 +JOR,2043,15,93000,98000 +JOR,2043,16,93000,98000 +JOR,2043,17,92000,97000 +JOR,2043,18,92000,97000 +JOR,2044,0,89000,94000 +JOR,2044,1,90000,95000 +JOR,2044,2,91000,96000 +JOR,2044,3,92000,97000 +JOR,2044,4,93000,98000 +JOR,2044,5,93000,98000 +JOR,2044,6,94000,99000 +JOR,2044,7,94000,99000 +JOR,2044,8,94000,99000 +JOR,2044,9,95000,100000 +JOR,2044,10,95000,100000 +JOR,2044,11,95000,100000 +JOR,2044,12,95000,99000 +JOR,2044,13,94000,99000 +JOR,2044,14,94000,99000 +JOR,2044,15,94000,99000 +JOR,2044,16,93000,98000 +JOR,2044,17,93000,98000 +JOR,2044,18,92000,97000 +JOR,2045,0,88000,93000 +JOR,2045,1,89000,94000 +JOR,2045,2,90000,95000 +JOR,2045,3,91000,96000 +JOR,2045,4,92000,97000 +JOR,2045,5,93000,97000 +JOR,2045,6,93000,98000 +JOR,2045,7,94000,99000 +JOR,2045,8,94000,99000 +JOR,2045,9,94000,99000 +JOR,2045,10,95000,99000 +JOR,2045,11,95000,100000 +JOR,2045,12,95000,100000 +JOR,2045,13,94000,99000 +JOR,2045,14,94000,99000 +JOR,2045,15,94000,99000 +JOR,2045,16,93000,98000 +JOR,2045,17,93000,98000 +JOR,2045,18,93000,98000 +JOR,2046,0,87000,92000 +JOR,2046,1,88000,93000 +JOR,2046,2,89000,94000 +JOR,2046,3,90000,95000 +JOR,2046,4,91000,96000 +JOR,2046,5,92000,97000 +JOR,2046,6,93000,97000 +JOR,2046,7,93000,98000 +JOR,2046,8,94000,99000 +JOR,2046,9,94000,99000 +JOR,2046,10,94000,99000 +JOR,2046,11,95000,99000 +JOR,2046,12,95000,100000 +JOR,2046,13,95000,100000 +JOR,2046,14,94000,99000 +JOR,2046,15,94000,99000 +JOR,2046,16,94000,99000 +JOR,2046,17,93000,98000 +JOR,2046,18,93000,98000 +JOR,2047,0,86000,91000 +JOR,2047,1,87000,92000 +JOR,2047,2,88000,93000 +JOR,2047,3,89000,94000 +JOR,2047,4,90000,95000 +JOR,2047,5,91000,96000 +JOR,2047,6,92000,97000 +JOR,2047,7,93000,97000 +JOR,2047,8,93000,98000 +JOR,2047,9,94000,99000 +JOR,2047,10,94000,99000 +JOR,2047,11,94000,99000 +JOR,2047,12,95000,99000 +JOR,2047,13,95000,100000 +JOR,2047,14,95000,99000 +JOR,2047,15,94000,99000 +JOR,2047,16,94000,99000 +JOR,2047,17,94000,99000 +JOR,2047,18,93000,98000 +JOR,2048,0,85000,90000 +JOR,2048,1,86000,91000 +JOR,2048,2,87000,92000 +JOR,2048,3,88000,93000 +JOR,2048,4,89000,94000 +JOR,2048,5,90000,95000 +JOR,2048,6,91000,96000 +JOR,2048,7,92000,97000 +JOR,2048,8,93000,97000 +JOR,2048,9,93000,98000 +JOR,2048,10,94000,99000 +JOR,2048,11,94000,99000 +JOR,2048,12,94000,99000 +JOR,2048,13,94000,99000 +JOR,2048,14,95000,99000 +JOR,2048,15,95000,99000 +JOR,2048,16,94000,99000 +JOR,2048,17,94000,99000 +JOR,2048,18,94000,99000 +JOR,2049,0,84000,89000 +JOR,2049,1,85000,90000 +JOR,2049,2,86000,91000 +JOR,2049,3,87000,92000 +JOR,2049,4,88000,93000 +JOR,2049,5,89000,94000 +JOR,2049,6,90000,95000 +JOR,2049,7,91000,96000 +JOR,2049,8,92000,97000 +JOR,2049,9,92000,97000 +JOR,2049,10,93000,98000 +JOR,2049,11,94000,99000 +JOR,2049,12,94000,99000 +JOR,2049,13,94000,99000 +JOR,2049,14,94000,99000 +JOR,2049,15,95000,99000 +JOR,2049,16,94000,99000 +JOR,2049,17,94000,99000 +JOR,2049,18,94000,99000 +JOR,2050,0,84000,88000 +JOR,2050,1,85000,89000 +JOR,2050,2,85000,90000 +JOR,2050,3,86000,91000 +JOR,2050,4,87000,92000 +JOR,2050,5,88000,93000 +JOR,2050,6,89000,94000 +JOR,2050,7,90000,95000 +JOR,2050,8,91000,96000 +JOR,2050,9,92000,96000 +JOR,2050,10,92000,97000 +JOR,2050,11,93000,98000 +JOR,2050,12,94000,98000 +JOR,2050,13,94000,99000 +JOR,2050,14,94000,99000 +JOR,2050,15,94000,99000 +JOR,2050,16,94000,99000 +JOR,2050,17,94000,99000 +JOR,2050,18,94000,99000 +JPN,1990,0,623062,657875 +JPN,1990,1,642757,678316 +JPN,1990,2,661029,697320 +JPN,1990,3,678194,715211 +JPN,1990,4,694573,732311 +JPN,1990,5,710482,748944 +JPN,1990,6,726241,765433 +JPN,1990,7,742169,782101 +JPN,1990,8,758582,799272 +JPN,1990,9,775801,817267 +JPN,1990,10,791288,833366 +JPN,1990,11,802506,844847 +JPN,1990,12,824050,867257 +JPN,1990,13,861947,907008 +JPN,1990,14,907951,955289 +JPN,1990,15,950292,999711 +JPN,1990,16,994331,1046149 +JPN,1990,17,1015177,1067155 +JPN,1990,18,1000209,1048898 +JPN,1991,0,602686,636362 +JPN,1991,1,624795,659570 +JPN,1991,2,643230,678735 +JPN,1991,3,660705,696935 +JPN,1991,4,677467,714422 +JPN,1991,5,693760,731442 +JPN,1991,6,709891,748306 +JPN,1991,7,726163,765321 +JPN,1991,8,742535,782441 +JPN,1991,9,759139,799799 +JPN,1991,10,776393,817819 +JPN,1991,11,792048,834078 +JPN,1991,12,803511,845797 +JPN,1991,13,825235,868366 +JPN,1991,14,863205,908151 +JPN,1991,15,909204,956375 +JPN,1991,16,951544,1000745 +JPN,1991,17,995589,1047139 +JPN,1991,18,1016352,1068021 +JPN,1992,0,589735,622625 +JPN,1992,1,613089,647018 +JPN,1992,2,626430,661188 +JPN,1992,3,643602,679075 +JPN,1992,4,660278,696469 +JPN,1992,5,676632,713548 +JPN,1992,6,692839,730487 +JPN,1992,7,709188,747579 +JPN,1992,8,725971,765119 +JPN,1992,9,742786,782690 +JPN,1992,10,759576,800232 +JPN,1992,11,776863,818276 +JPN,1992,12,792685,834693 +JPN,1992,13,804390,846648 +JPN,1992,14,826290,869375 +JPN,1992,15,864329,909189 +JPN,1992,16,910314,957349 +JPN,1992,17,952647,1001664 +JPN,1992,18,996692,1048008 +JPN,1993,0,582953,615351 +JPN,1993,1,601920,635207 +JPN,1993,2,619126,653233 +JPN,1993,3,627924,662658 +JPN,1993,4,643829,679261 +JPN,1993,5,659702,695845 +JPN,1993,6,675644,712513 +JPN,1993,7,691760,729366 +JPN,1993,8,708325,746683 +JPN,1993,9,725615,764743 +JPN,1993,10,742868,782761 +JPN,1993,11,759841,800485 +JPN,1993,12,777157,818547 +JPN,1993,13,793142,835119 +JPN,1993,14,805088,847308 +JPN,1993,15,827159,870186 +JPN,1993,16,865257,910020 +JPN,1993,17,911219,958107 +JPN,1993,18,953535,1002355 +JPN,1994,0,579928,612034 +JPN,1994,1,593255,626017 +JPN,1994,2,606421,639840 +JPN,1994,3,619555,653632 +JPN,1994,4,629329,664006 +JPN,1994,5,643965,679323 +JPN,1994,6,659032,695094 +JPN,1994,7,674562,711348 +JPN,1994,8,690585,728113 +JPN,1994,9,707363,745651 +JPN,1994,10,725157,764228 +JPN,1994,11,742846,782689 +JPN,1994,12,760000,800591 +JPN,1994,13,777342,818669 +JPN,1994,14,793488,835393 +JPN,1994,15,805672,847813 +JPN,1994,16,827911,870839 +JPN,1994,17,866063,910686 +JPN,1994,18,911996,958690 +JPN,1995,0,578668,610597 +JPN,1995,1,586947,619297 +JPN,1995,2,596325,629154 +JPN,1995,3,606761,640124 +JPN,1995,4,618215,652159 +JPN,1995,5,630644,665213 +JPN,1995,6,644010,679242 +JPN,1995,7,658270,694197 +JPN,1995,8,673385,710034 +JPN,1995,9,689312,726706 +JPN,1995,10,706300,744463 +JPN,1995,11,724596,763552 +JPN,1995,12,742719,782453 +JPN,1995,13,760051,800528 +JPN,1995,14,777417,818619 +JPN,1995,15,793722,835490 +JPN,1995,16,806142,848139 +JPN,1995,17,828546,871308 +JPN,1995,18,866746,911159 +JPN,1996,0,580089,612175 +JPN,1996,1,579325,611310 +JPN,1996,2,587153,619535 +JPN,1996,3,596256,629106 +JPN,1996,4,606563,639945 +JPN,1996,5,618005,651973 +JPN,1996,6,630518,665112 +JPN,1996,7,644041,679287 +JPN,1996,8,658459,694410 +JPN,1996,9,673686,710399 +JPN,1996,10,689674,727180 +JPN,1996,11,706782,745106 +JPN,1996,12,725312,764521 +JPN,1996,13,743318,783234 +JPN,1996,14,759989,800323 +JPN,1996,15,776387,816978 +JPN,1996,16,791786,832508 +JPN,1996,17,803213,843688 +JPN,1996,18,825170,866181 +JPN,1997,0,584021,616398 +JPN,1997,1,583269,615531 +JPN,1997,2,579810,611776 +JPN,1997,3,587183,619522 +JPN,1997,4,596008,628802 +JPN,1997,5,606184,639506 +JPN,1997,6,617611,651522 +JPN,1997,7,630203,664742 +JPN,1997,8,643879,679057 +JPN,1997,9,658451,694341 +JPN,1997,10,673785,710476 +JPN,1997,11,689830,727359 +JPN,1997,12,707052,745448 +JPN,1997,13,725811,765181 +JPN,1997,14,743696,783699 +JPN,1997,15,759699,799794 +JPN,1997,16,775123,815006 +JPN,1997,17,789614,829188 +JPN,1997,18,800043,838894 +JPN,1998,0,588276,620958 +JPN,1998,1,583724,616028 +JPN,1998,2,582392,614523 +JPN,1998,3,580196,612102 +JPN,1998,4,587114,619367 +JPN,1998,5,595659,628355 +JPN,1998,6,605702,638922 +JPN,1998,7,617111,650923 +JPN,1998,8,629782,664220 +JPN,1998,9,643608,678673 +JPN,1998,10,658332,694114 +JPN,1998,11,673770,710391 +JPN,1998,12,689869,727373 +JPN,1998,13,707202,745620 +JPN,1998,14,726187,765666 +JPN,1998,15,743947,783984 +JPN,1998,16,759281,799081 +JPN,1998,17,773729,812848 +JPN,1998,18,787307,825679 +JPN,1999,0,590016,622863 +JPN,1999,1,583283,615584 +JPN,1999,2,579854,611833 +JPN,1999,3,579485,611346 +JPN,1999,4,580577,612428 +JPN,1999,5,587039,619213 +JPN,1999,6,595306,627908 +JPN,1999,7,605215,638338 +JPN,1999,8,616607,650324 +JPN,1999,9,629355,663698 +JPN,1999,10,643332,678288 +JPN,1999,11,658207,693887 +JPN,1999,12,673749,710306 +JPN,1999,13,689902,727386 +JPN,1999,14,707346,745792 +JPN,1999,15,726556,766151 +JPN,1999,16,744192,784269 +JPN,1999,17,758855,798370 +JPN,1999,18,772328,810692 +JPN,2000,0,587330,620105 +JPN,2000,1,580578,612780 +JPN,2000,2,576759,608600 +JPN,2000,3,575682,607355 +JPN,2000,4,577158,608837 +JPN,2000,5,580995,612835 +JPN,2000,6,587003,619141 +JPN,2000,7,594990,627545 +JPN,2000,8,604767,637839 +JPN,2000,9,616142,649812 +JPN,2000,10,628968,663264 +JPN,2000,11,643097,677994 +JPN,2000,12,658124,693752 +JPN,2000,13,673772,710315 +JPN,2000,14,689980,727496 +JPN,2000,15,707536,746063 +JPN,2000,16,726972,766738 +JPN,2000,17,744485,784659 +JPN,2000,18,758479,797764 +JPN,2001,0,578809,611087 +JPN,2001,1,584494,616992 +JPN,2001,2,579763,611832 +JPN,2001,3,577211,609010 +JPN,2001,4,576774,608453 +JPN,2001,5,578386,610082 +JPN,2001,6,581856,613690 +JPN,2001,7,586993,619067 +JPN,2001,8,594357,626802 +JPN,2001,9,604131,637086 +JPN,2001,10,615875,649443 +JPN,2001,11,628818,663008 +JPN,2001,12,642937,677716 +JPN,2001,13,657950,693440 +JPN,2001,14,673578,709950 +JPN,2001,15,689763,727068 +JPN,2001,16,707295,745571 +JPN,2001,17,726705,766176 +JPN,2001,18,744195,784042 +JPN,2002,0,565537,597051 +JPN,2002,1,566648,598050 +JPN,2002,2,581845,614103 +JPN,2002,3,579133,611104 +JPN,2002,4,577848,609641 +JPN,2002,5,578050,609770 +JPN,2002,6,579798,611549 +JPN,2002,7,582902,614768 +JPN,2002,8,587171,619217 +JPN,2002,9,593914,626286 +JPN,2002,10,603689,636564 +JPN,2002,11,615805,649309 +JPN,2002,12,628869,662992 +JPN,2002,13,642983,677683 +JPN,2002,14,657986,693378 +JPN,2002,15,673600,709842 +JPN,2002,16,689767,726904 +JPN,2002,17,707280,745349 +JPN,2002,18,726669,765892 +JPN,2003,0,550327,580974 +JPN,2003,1,557472,588376 +JPN,2003,2,563431,594556 +JPN,2003,3,579252,611298 +JPN,2003,4,578559,610462 +JPN,2003,5,578541,610357 +JPN,2003,6,579383,611173 +JPN,2003,7,581268,613101 +JPN,2003,8,584006,615931 +JPN,2003,9,587407,619454 +JPN,2003,10,593529,625858 +JPN,2003,11,603305,636131 +JPN,2003,12,615795,649266 +JPN,2003,13,628981,663069 +JPN,2003,14,643091,677745 +JPN,2003,15,658086,693413 +JPN,2003,16,673688,709833 +JPN,2003,17,689839,726840 +JPN,2003,18,707335,745231 +JPN,2004,0,537255,567168 +JPN,2004,1,549194,579667 +JPN,2004,2,558668,589583 +JPN,2004,3,566068,597324 +JPN,2004,4,576531,608380 +JPN,2004,5,577858,609707 +JPN,2004,6,579108,610961 +JPN,2004,7,580589,612464 +JPN,2004,8,582610,614541 +JPN,2004,9,584982,616982 +JPN,2004,10,587514,619577 +JPN,2004,11,593013,625314 +JPN,2004,12,602788,635581 +JPN,2004,13,615650,649103 +JPN,2004,14,628955,663024 +JPN,2004,15,643058,677683 +JPN,2004,16,658042,693321 +JPN,2004,17,673627,709694 +JPN,2004,18,689759,726644 +JPN,2005,0,529179,558669 +JPN,2005,1,543194,573391 +JPN,2005,2,554208,584954 +JPN,2005,3,562653,593814 +JPN,2005,4,568965,600427 +JPN,2005,5,573577,605251 +JPN,2005,6,576924,608740 +JPN,2005,7,579440,611352 +JPN,2005,8,581560,613542 +JPN,2005,9,583717,615767 +JPN,2005,10,585721,617818 +JPN,2005,11,587383,619484 +JPN,2005,12,592257,624552 +JPN,2005,13,602028,634809 +JPN,2005,14,615256,648714 +JPN,2005,15,628675,662747 +JPN,2005,16,642765,677384 +JPN,2005,17,657732,692986 +JPN,2005,18,673295,709307 +JPN,2006,0,527841,557197 +JPN,2006,1,532173,561758 +JPN,2006,2,544134,574320 +JPN,2006,3,553868,584539 +JPN,2006,4,561681,592735 +JPN,2006,5,567876,599227 +JPN,2006,6,572889,604471 +JPN,2006,7,577153,608924 +JPN,2006,8,580323,612222 +JPN,2006,9,582444,614410 +JPN,2006,10,584210,616219 +JPN,2006,11,586081,618125 +JPN,2006,12,587739,619781 +JPN,2006,13,592607,624829 +JPN,2006,14,602368,635053 +JPN,2006,15,615585,648917 +JPN,2006,16,628996,662911 +JPN,2006,17,643084,677514 +JPN,2006,18,658043,693081 +JPN,2007,0,531158,560620 +JPN,2007,1,540003,569920 +JPN,2007,2,534950,564599 +JPN,2007,3,544850,574993 +JPN,2007,4,553300,583863 +JPN,2007,5,560477,591390 +JPN,2007,6,566553,597758 +JPN,2007,7,571964,603421 +JPN,2007,8,577144,608836 +JPN,2007,9,580968,612819 +JPN,2007,10,583089,615005 +JPN,2007,11,584463,616397 +JPN,2007,12,586201,618156 +JPN,2007,13,587853,619802 +JPN,2007,14,592713,624828 +JPN,2007,15,602461,635014 +JPN,2007,16,615661,648830 +JPN,2007,17,629059,662780 +JPN,2007,18,643140,677342 +JPN,2008,0,537028,566751 +JPN,2008,1,540564,570459 +JPN,2008,2,544060,574125 +JPN,2008,3,537544,567256 +JPN,2008,4,545378,575479 +JPN,2008,5,552542,582997 +JPN,2008,6,559079,589853 +JPN,2008,7,565034,596094 +JPN,2008,8,570842,602175 +JPN,2008,9,576937,608551 +JPN,2008,10,581412,613218 +JPN,2008,11,583533,615400 +JPN,2008,12,584515,616375 +JPN,2008,13,586118,617987 +JPN,2008,14,587765,619621 +JPN,2008,15,592615,624624 +JPN,2008,16,602346,634769 +JPN,2008,17,615525,648532 +JPN,2008,18,628905,662433 +JPN,2009,0,542312,572335 +JPN,2009,1,541114,571053 +JPN,2009,2,541169,571092 +JPN,2009,3,542349,572317 +JPN,2009,4,540003,569835 +JPN,2009,5,545771,575888 +JPN,2009,6,551646,582052 +JPN,2009,7,557543,588237 +JPN,2009,8,563375,594351 +JPN,2009,9,569578,600848 +JPN,2009,10,576586,608183 +JPN,2009,11,581712,613533 +JPN,2009,12,583833,615712 +JPN,2009,13,584421,616269 +JPN,2009,14,585890,617734 +JPN,2009,15,587531,619357 +JPN,2009,16,592369,624335 +JPN,2009,17,602081,634437 +JPN,2009,18,615236,648147 +JPN,2010,0,544604,574891 +JPN,2010,1,540651,570699 +JPN,2010,2,538660,568579 +JPN,2010,3,538415,568303 +JPN,2010,4,539701,569641 +JPN,2010,5,542303,572366 +JPN,2010,6,546004,576249 +JPN,2010,7,550590,581061 +JPN,2010,8,555845,586575 +JPN,2010,9,561554,592560 +JPN,2010,10,568149,599473 +JPN,2010,11,576067,607766 +JPN,2010,12,581842,613798 +JPN,2010,13,583961,615974 +JPN,2010,14,584157,616113 +JPN,2010,15,585490,617430 +JPN,2010,16,587126,619042 +JPN,2010,17,591951,623996 +JPN,2010,18,601641,634055 +JPN,2011,0,544423,574555 +JPN,2011,1,543387,573423 +JPN,2011,2,540663,570531 +JPN,2011,3,539427,569211 +JPN,2011,4,539547,569322 +JPN,2011,5,540890,570722 +JPN,2011,6,543230,573171 +JPN,2011,7,546338,576428 +JPN,2011,8,550555,580847 +JPN,2011,9,555937,586483 +JPN,2011,10,562068,592900 +JPN,2011,11,568918,600064 +JPN,2011,12,577024,608540 +JPN,2011,13,582906,614666 +JPN,2011,14,584998,616795 +JPN,2011,15,585082,616798 +JPN,2011,16,586320,617996 +JPN,2011,17,587860,619488 +JPN,2011,18,592605,624337 +JPN,2012,0,541682,571575 +JPN,2012,1,538477,568153 +JPN,2012,2,542083,571912 +JPN,2012,3,540590,570321 +JPN,2012,4,540110,569802 +JPN,2012,5,540595,570300 +JPN,2012,6,541995,571761 +JPN,2012,7,544072,573934 +JPN,2012,8,546585,576565 +JPN,2012,9,550432,580589 +JPN,2012,10,555941,586349 +JPN,2012,11,562494,593196 +JPN,2012,12,569598,600612 +JPN,2012,13,577891,609269 +JPN,2012,14,583879,615490 +JPN,2012,15,585944,617572 +JPN,2012,16,585915,617439 +JPN,2012,17,587058,618517 +JPN,2012,18,588502,619889 +JPN,2013,0,535801,565372 +JPN,2013,1,535322,564809 +JPN,2013,2,535439,564889 +JPN,2013,3,540638,570337 +JPN,2013,4,540376,570047 +JPN,2013,5,540654,570328 +JPN,2013,6,541504,571214 +JPN,2013,7,542961,572737 +JPN,2013,8,544773,574632 +JPN,2013,9,546692,576637 +JPN,2013,10,550167,580267 +JPN,2013,11,555801,586149 +JPN,2013,12,562775,593425 +JPN,2013,13,570130,601093 +JPN,2013,14,578609,609930 +JPN,2013,15,584701,616244 +JPN,2013,16,586739,618280 +JPN,2013,17,586598,618010 +JPN,2013,18,587644,618968 +JPN,2014,0,526295,555444 +JPN,2014,1,529463,558713 +JPN,2014,2,532196,561544 +JPN,2014,3,534588,564030 +JPN,2014,4,539016,568679 +JPN,2014,5,539986,569690 +JPN,2014,6,541020,570772 +JPN,2014,7,542235,572045 +JPN,2014,8,543747,573628 +JPN,2014,9,545296,575247 +JPN,2014,10,546618,576625 +JPN,2014,11,549722,579860 +JPN,2014,12,555478,585863 +JPN,2014,13,562871,593568 +JPN,2014,14,570475,601485 +JPN,2014,15,579137,610502 +JPN,2014,16,585331,616908 +JPN,2014,17,587340,618897 +JPN,2014,18,587087,618491 +JPN,2015,0,513086,541712 +JPN,2015,1,520326,549272 +JPN,2015,2,526158,555369 +JPN,2015,3,530784,560209 +JPN,2015,4,534401,563999 +JPN,2015,5,537210,566946 +JPN,2015,6,539409,569257 +JPN,2015,7,541199,571139 +JPN,2015,8,542778,572799 +JPN,2015,9,544346,574443 +JPN,2015,10,545630,575785 +JPN,2015,11,546357,576536 +JPN,2015,12,549087,579376 +JPN,2015,13,554965,585500 +JPN,2015,14,562772,593632 +JPN,2015,15,570623,601798 +JPN,2015,16,579465,610992 +JPN,2015,17,585759,617490 +JPN,2015,18,587739,619432 +JPN,2016,0,496122,523700 +JPN,2016,1,512973,541439 +JPN,2016,2,520564,549382 +JPN,2016,3,526604,555706 +JPN,2016,4,531319,560645 +JPN,2016,5,534937,564438 +JPN,2016,6,537647,567279 +JPN,2016,7,539636,569364 +JPN,2016,8,541329,571137 +JPN,2016,9,543033,572920 +JPN,2016,10,544857,574824 +JPN,2016,11,546339,576361 +JPN,2016,12,547252,577295 +JPN,2016,13,550089,580231 +JPN,2016,14,555942,586312 +JPN,2016,15,563641,594311 +JPN,2016,16,571400,602363 +JPN,2016,17,580149,611441 +JPN,2016,18,586366,617840 +JPN,2017,0,475493,501861 +JPN,2017,1,492720,519960 +JPN,2017,2,512869,541219 +JPN,2017,3,520813,549547 +JPN,2017,4,527060,556097 +JPN,2017,5,531865,561137 +JPN,2017,6,535485,564933 +JPN,2017,7,538095,567668 +JPN,2017,8,539873,569527 +JPN,2017,9,541470,571192 +JPN,2017,10,543299,573098 +JPN,2017,11,545380,575261 +JPN,2017,12,547060,576994 +JPN,2017,13,548160,578111 +JPN,2017,14,551102,581143 +JPN,2017,15,556930,587182 +JPN,2017,16,564521,595049 +JPN,2017,17,572188,602986 +JPN,2017,18,580846,611950 +JPN,2018,0,454029,479185 +JPN,2018,1,476014,502311 +JPN,2018,2,493996,521232 +JPN,2018,3,512685,540963 +JPN,2018,4,520980,549675 +JPN,2018,5,527434,556452 +JPN,2018,6,532329,561592 +JPN,2018,7,535949,565391 +JPN,2018,8,538460,568020 +JPN,2018,9,540026,569652 +JPN,2018,10,541526,571209 +JPN,2018,11,543481,573238 +JPN,2018,12,545819,575660 +JPN,2018,13,547695,577589 +JPN,2018,14,548982,578888 +JPN,2018,15,552031,582018 +JPN,2018,16,557833,588013 +JPN,2018,17,565314,595749 +JPN,2018,18,572888,603570 +JPN,2019,0,436000,460000 +JPN,2019,1,460000,486000 +JPN,2019,2,481000,507000 +JPN,2019,3,498000,525000 +JPN,2019,4,512000,541000 +JPN,2019,5,521000,550000 +JPN,2019,6,528000,557000 +JPN,2019,7,533000,562000 +JPN,2019,8,536000,566000 +JPN,2019,9,539000,568000 +JPN,2019,10,540000,570000 +JPN,2019,11,541000,571000 +JPN,2019,12,543000,573000 +JPN,2019,13,546000,576000 +JPN,2019,14,548000,578000 +JPN,2019,15,550000,579000 +JPN,2019,16,553000,583000 +JPN,2019,17,558000,589000 +JPN,2019,18,566000,596000 +JPN,2020,0,423000,446000 +JPN,2020,1,448000,472000 +JPN,2020,2,468000,494000 +JPN,2020,3,486000,513000 +JPN,2020,4,500000,528000 +JPN,2020,5,512000,540000 +JPN,2020,6,521000,549000 +JPN,2020,7,527000,557000 +JPN,2020,8,532000,562000 +JPN,2020,9,536000,566000 +JPN,2020,10,538000,568000 +JPN,2020,11,540000,569000 +JPN,2020,12,541000,571000 +JPN,2020,13,543000,573000 +JPN,2020,14,546000,576000 +JPN,2020,15,548000,578000 +JPN,2020,16,550000,580000 +JPN,2020,17,553000,583000 +JPN,2020,18,559000,589000 +JPN,2021,0,418000,441000 +JPN,2021,1,427000,451000 +JPN,2021,2,449000,474000 +JPN,2021,3,468000,494000 +JPN,2021,4,485000,511000 +JPN,2021,5,499000,526000 +JPN,2021,6,511000,539000 +JPN,2021,7,521000,550000 +JPN,2021,8,529000,558000 +JPN,2021,9,534000,563000 +JPN,2021,10,537000,567000 +JPN,2021,11,539000,569000 +JPN,2021,12,541000,570000 +JPN,2021,13,542000,572000 +JPN,2021,14,544000,574000 +JPN,2021,15,547000,577000 +JPN,2021,16,549000,579000 +JPN,2021,17,551000,581000 +JPN,2021,18,554000,584000 +JPN,2022,0,419000,442000 +JPN,2022,1,434000,458000 +JPN,2022,2,431000,455000 +JPN,2022,3,450000,475000 +JPN,2022,4,468000,493000 +JPN,2022,5,483000,510000 +JPN,2022,6,497000,524000 +JPN,2022,7,510000,538000 +JPN,2022,8,521000,550000 +JPN,2022,9,530000,559000 +JPN,2022,10,535000,564000 +JPN,2022,11,538000,567000 +JPN,2022,12,540000,570000 +JPN,2022,13,542000,571000 +JPN,2022,14,543000,573000 +JPN,2022,15,545000,575000 +JPN,2022,16,548000,578000 +JPN,2022,17,550000,580000 +JPN,2022,18,551000,581000 +JPN,2023,0,424000,447000 +JPN,2023,1,431000,455000 +JPN,2023,2,439000,463000 +JPN,2023,3,435000,459000 +JPN,2023,4,451000,476000 +JPN,2023,5,467000,492000 +JPN,2023,6,481000,508000 +JPN,2023,7,495000,522000 +JPN,2023,8,508000,536000 +JPN,2023,9,521000,549000 +JPN,2023,10,530000,559000 +JPN,2023,11,536000,565000 +JPN,2023,12,538000,568000 +JPN,2023,13,540000,570000 +JPN,2023,14,542000,572000 +JPN,2023,15,544000,573000 +JPN,2023,16,546000,575000 +JPN,2023,17,548000,578000 +JPN,2023,18,550000,580000 +JPN,2024,0,428000,452000 +JPN,2024,1,428000,452000 +JPN,2024,2,431000,455000 +JPN,2024,3,437000,461000 +JPN,2024,4,439000,463000 +JPN,2024,5,452000,477000 +JPN,2024,6,466000,491000 +JPN,2024,7,480000,506000 +JPN,2024,8,493000,520000 +JPN,2024,9,507000,534000 +JPN,2024,10,520000,549000 +JPN,2024,11,531000,560000 +JPN,2024,12,536000,566000 +JPN,2024,13,538000,568000 +JPN,2024,14,541000,570000 +JPN,2024,15,543000,572000 +JPN,2024,16,544000,574000 +JPN,2024,17,546000,576000 +JPN,2024,18,549000,578000 +JPN,2025,0,430000,454000 +JPN,2025,1,425000,449000 +JPN,2025,2,425000,448000 +JPN,2025,3,428000,451000 +JPN,2025,4,434000,458000 +JPN,2025,5,442000,467000 +JPN,2025,6,453000,478000 +JPN,2025,7,465000,490000 +JPN,2025,8,477000,504000 +JPN,2025,9,491000,518000 +JPN,2025,10,505000,533000 +JPN,2025,11,520000,548000 +JPN,2025,12,531000,560000 +JPN,2025,13,537000,566000 +JPN,2025,14,538000,568000 +JPN,2025,15,541000,570000 +JPN,2025,16,543000,572000 +JPN,2025,17,544000,574000 +JPN,2025,18,546000,576000 +JPN,2026,0,429000,453000 +JPN,2026,1,428000,452000 +JPN,2026,2,425000,449000 +JPN,2026,3,426000,449000 +JPN,2026,4,429000,453000 +JPN,2026,5,435000,459000 +JPN,2026,6,443000,468000 +JPN,2026,7,453000,478000 +JPN,2026,8,464000,490000 +JPN,2026,9,477000,504000 +JPN,2026,10,491000,518000 +JPN,2026,11,505000,533000 +JPN,2026,12,520000,549000 +JPN,2026,13,532000,561000 +JPN,2026,14,537000,567000 +JPN,2026,15,539000,569000 +JPN,2026,16,542000,571000 +JPN,2026,17,544000,573000 +JPN,2026,18,546000,575000 +JPN,2027,0,425000,449000 +JPN,2027,1,419000,442000 +JPN,2027,2,426000,450000 +JPN,2027,3,425000,448000 +JPN,2027,4,426000,450000 +JPN,2027,5,430000,454000 +JPN,2027,6,437000,461000 +JPN,2027,7,444000,469000 +JPN,2027,8,453000,478000 +JPN,2027,9,464000,490000 +JPN,2027,10,477000,503000 +JPN,2027,11,491000,518000 +JPN,2027,12,506000,533000 +JPN,2027,13,521000,549000 +JPN,2027,14,532000,561000 +JPN,2027,15,538000,567000 +JPN,2027,16,540000,569000 +JPN,2027,17,543000,572000 +JPN,2027,18,545000,574000 +JPN,2028,0,420000,443000 +JPN,2028,1,416000,439000 +JPN,2028,2,415000,438000 +JPN,2028,3,424000,447000 +JPN,2028,4,425000,448000 +JPN,2028,5,427000,451000 +JPN,2028,6,432000,455000 +JPN,2028,7,438000,462000 +JPN,2028,8,445000,470000 +JPN,2028,9,454000,478000 +JPN,2028,10,464000,489000 +JPN,2028,11,477000,503000 +JPN,2028,12,492000,518000 +JPN,2028,13,506000,534000 +JPN,2028,14,521000,550000 +JPN,2028,15,533000,562000 +JPN,2028,16,539000,568000 +JPN,2028,17,541000,570000 +JPN,2028,18,543000,573000 +JPN,2029,0,415000,438000 +JPN,2029,1,413000,436000 +JPN,2029,2,414000,436000 +JPN,2029,3,415000,438000 +JPN,2029,4,422000,445000 +JPN,2029,5,424000,447000 +JPN,2029,6,428000,451000 +JPN,2029,7,433000,457000 +JPN,2029,8,439000,463000 +JPN,2029,9,446000,471000 +JPN,2029,10,454000,478000 +JPN,2029,11,463000,489000 +JPN,2029,12,477000,503000 +JPN,2029,13,492000,518000 +JPN,2029,14,506000,534000 +JPN,2029,15,522000,550000 +JPN,2029,16,533000,562000 +JPN,2029,17,539000,568000 +JPN,2029,18,541000,571000 +JPN,2030,0,411000,433000 +JPN,2030,1,411000,434000 +JPN,2030,2,412000,435000 +JPN,2030,3,414000,437000 +JPN,2030,4,416000,439000 +JPN,2030,5,419000,443000 +JPN,2030,6,423000,447000 +JPN,2030,7,428000,452000 +JPN,2030,8,434000,458000 +JPN,2030,9,440000,464000 +JPN,2030,10,447000,471000 +JPN,2030,11,453000,478000 +JPN,2030,12,463000,488000 +JPN,2030,13,476000,502000 +JPN,2030,14,491000,518000 +JPN,2030,15,506000,534000 +JPN,2030,16,521000,550000 +JPN,2030,17,533000,562000 +JPN,2030,18,539000,569000 +JPN,2031,0,409000,432000 +JPN,2031,1,411000,434000 +JPN,2031,2,411000,434000 +JPN,2031,3,413000,435000 +JPN,2031,4,414000,437000 +JPN,2031,5,417000,440000 +JPN,2031,6,420000,443000 +JPN,2031,7,424000,447000 +JPN,2031,8,428000,452000 +JPN,2031,9,434000,458000 +JPN,2031,10,441000,465000 +JPN,2031,11,447000,472000 +JPN,2031,12,454000,479000 +JPN,2031,13,463000,489000 +JPN,2031,14,477000,503000 +JPN,2031,15,492000,519000 +JPN,2031,16,507000,535000 +JPN,2031,17,523000,551000 +JPN,2031,18,535000,563000 +JPN,2032,0,409000,431000 +JPN,2032,1,410000,432000 +JPN,2032,2,411000,434000 +JPN,2032,3,412000,434000 +JPN,2032,4,413000,435000 +JPN,2032,5,415000,437000 +JPN,2032,6,417000,440000 +JPN,2032,7,420000,443000 +JPN,2032,8,424000,447000 +JPN,2032,9,429000,452000 +JPN,2032,10,434000,458000 +JPN,2032,11,441000,465000 +JPN,2032,12,448000,472000 +JPN,2032,13,455000,479000 +JPN,2032,14,464000,489000 +JPN,2032,15,478000,503000 +JPN,2032,16,493000,520000 +JPN,2032,17,508000,536000 +JPN,2032,18,524000,552000 +JPN,2033,0,409000,431000 +JPN,2033,1,410000,432000 +JPN,2033,2,410000,433000 +JPN,2033,3,411000,434000 +JPN,2033,4,412000,434000 +JPN,2033,5,413000,436000 +JPN,2033,6,415000,437000 +JPN,2033,7,417000,440000 +JPN,2033,8,420000,443000 +JPN,2033,9,424000,447000 +JPN,2033,10,429000,452000 +JPN,2033,11,434000,458000 +JPN,2033,12,441000,465000 +JPN,2033,13,448000,473000 +JPN,2033,14,455000,480000 +JPN,2033,15,465000,490000 +JPN,2033,16,478000,504000 +JPN,2033,17,494000,520000 +JPN,2033,18,509000,536000 +JPN,2034,0,409000,432000 +JPN,2034,1,409000,432000 +JPN,2034,2,410000,432000 +JPN,2034,3,410000,433000 +JPN,2034,4,411000,433000 +JPN,2034,5,412000,434000 +JPN,2034,6,413000,436000 +JPN,2034,7,415000,438000 +JPN,2034,8,417000,440000 +JPN,2034,9,420000,443000 +JPN,2034,10,424000,447000 +JPN,2034,11,428000,452000 +JPN,2034,12,434000,458000 +JPN,2034,13,441000,465000 +JPN,2034,14,448000,473000 +JPN,2034,15,455000,480000 +JPN,2034,16,465000,490000 +JPN,2034,17,479000,504000 +JPN,2034,18,494000,521000 +JPN,2035,0,408000,431000 +JPN,2035,1,409000,432000 +JPN,2035,2,409000,432000 +JPN,2035,3,409000,432000 +JPN,2035,4,410000,433000 +JPN,2035,5,410000,433000 +JPN,2035,6,411000,434000 +JPN,2035,7,413000,436000 +JPN,2035,8,415000,437000 +JPN,2035,9,417000,440000 +JPN,2035,10,420000,443000 +JPN,2035,11,423000,447000 +JPN,2035,12,428000,452000 +JPN,2035,13,434000,458000 +JPN,2035,14,441000,465000 +JPN,2035,15,448000,473000 +JPN,2035,16,455000,480000 +JPN,2035,17,465000,490000 +JPN,2035,18,479000,505000 +JPN,2036,0,408000,431000 +JPN,2036,1,409000,431000 +JPN,2036,2,409000,432000 +JPN,2036,3,410000,432000 +JPN,2036,4,410000,432000 +JPN,2036,5,410000,433000 +JPN,2036,6,411000,433000 +JPN,2036,7,412000,434000 +JPN,2036,8,413000,436000 +JPN,2036,9,415000,438000 +JPN,2036,10,417000,440000 +JPN,2036,11,420000,443000 +JPN,2036,12,424000,447000 +JPN,2036,13,429000,452000 +JPN,2036,14,435000,458000 +JPN,2036,15,442000,466000 +JPN,2036,16,449000,474000 +JPN,2036,17,456000,481000 +JPN,2036,18,466000,491000 +JPN,2037,0,407000,430000 +JPN,2037,1,408000,431000 +JPN,2037,2,409000,432000 +JPN,2037,3,410000,432000 +JPN,2037,4,410000,432000 +JPN,2037,5,410000,432000 +JPN,2037,6,411000,433000 +JPN,2037,7,411000,434000 +JPN,2037,8,412000,434000 +JPN,2037,9,413000,436000 +JPN,2037,10,415000,438000 +JPN,2037,11,418000,441000 +JPN,2037,12,421000,444000 +JPN,2037,13,425000,448000 +JPN,2037,14,430000,453000 +JPN,2037,15,436000,459000 +JPN,2037,16,443000,467000 +JPN,2037,17,450000,474000 +JPN,2037,18,458000,482000 +JPN,2038,0,406000,428000 +JPN,2038,1,408000,430000 +JPN,2038,2,409000,431000 +JPN,2038,3,410000,432000 +JPN,2038,4,410000,432000 +JPN,2038,5,410000,432000 +JPN,2038,6,410000,433000 +JPN,2038,7,411000,433000 +JPN,2038,8,411000,434000 +JPN,2038,9,412000,434000 +JPN,2038,10,413000,436000 +JPN,2038,11,415000,438000 +JPN,2038,12,418000,441000 +JPN,2038,13,421000,444000 +JPN,2038,14,425000,448000 +JPN,2038,15,430000,453000 +JPN,2038,16,436000,460000 +JPN,2038,17,444000,467000 +JPN,2038,18,451000,475000 +JPN,2039,0,405000,427000 +JPN,2039,1,407000,429000 +JPN,2039,2,408000,430000 +JPN,2039,3,409000,431000 +JPN,2039,4,409000,432000 +JPN,2039,5,410000,432000 +JPN,2039,6,410000,432000 +JPN,2039,7,410000,433000 +JPN,2039,8,411000,433000 +JPN,2039,9,411000,434000 +JPN,2039,10,412000,434000 +JPN,2039,11,413000,436000 +JPN,2039,12,415000,438000 +JPN,2039,13,418000,441000 +JPN,2039,14,421000,444000 +JPN,2039,15,425000,448000 +JPN,2039,16,430000,454000 +JPN,2039,17,437000,460000 +JPN,2039,18,444000,468000 +JPN,2040,0,403000,425000 +JPN,2040,1,405000,428000 +JPN,2040,2,407000,429000 +JPN,2040,3,408000,431000 +JPN,2040,4,409000,431000 +JPN,2040,5,409000,432000 +JPN,2040,6,409000,432000 +JPN,2040,7,410000,432000 +JPN,2040,8,410000,432000 +JPN,2040,9,410000,433000 +JPN,2040,10,411000,433000 +JPN,2040,11,412000,434000 +JPN,2040,12,413000,436000 +JPN,2040,13,415000,438000 +JPN,2040,14,418000,441000 +JPN,2040,15,421000,444000 +JPN,2040,16,425000,449000 +JPN,2040,17,430000,454000 +JPN,2040,18,437000,461000 +JPN,2041,0,402000,424000 +JPN,2041,1,404000,426000 +JPN,2041,2,406000,428000 +JPN,2041,3,407000,429000 +JPN,2041,4,408000,431000 +JPN,2041,5,409000,431000 +JPN,2041,6,409000,432000 +JPN,2041,7,410000,432000 +JPN,2041,8,410000,432000 +JPN,2041,9,410000,433000 +JPN,2041,10,411000,433000 +JPN,2041,11,411000,434000 +JPN,2041,12,412000,435000 +JPN,2041,13,414000,436000 +JPN,2041,14,416000,439000 +JPN,2041,15,419000,442000 +JPN,2041,16,422000,445000 +JPN,2041,17,426000,449000 +JPN,2041,18,432000,455000 +JPN,2042,0,401000,423000 +JPN,2042,1,404000,426000 +JPN,2042,2,404000,426000 +JPN,2042,3,406000,428000 +JPN,2042,4,407000,430000 +JPN,2042,5,408000,431000 +JPN,2042,6,409000,431000 +JPN,2042,7,409000,432000 +JPN,2042,8,410000,432000 +JPN,2042,9,410000,433000 +JPN,2042,10,411000,433000 +JPN,2042,11,411000,433000 +JPN,2042,12,412000,434000 +JPN,2042,13,413000,435000 +JPN,2042,14,414000,437000 +JPN,2042,15,417000,439000 +JPN,2042,16,420000,442000 +JPN,2042,17,423000,446000 +JPN,2042,18,427000,450000 +JPN,2043,0,400000,422000 +JPN,2043,1,402000,424000 +JPN,2043,2,404000,426000 +JPN,2043,3,405000,427000 +JPN,2043,4,406000,428000 +JPN,2043,5,407000,430000 +JPN,2043,6,408000,431000 +JPN,2043,7,409000,431000 +JPN,2043,8,409000,432000 +JPN,2043,9,410000,432000 +JPN,2043,10,410000,433000 +JPN,2043,11,411000,433000 +JPN,2043,12,411000,434000 +JPN,2043,13,412000,434000 +JPN,2043,14,413000,436000 +JPN,2043,15,415000,437000 +JPN,2043,16,417000,440000 +JPN,2043,17,420000,443000 +JPN,2043,18,424000,447000 +JPN,2044,0,398000,420000 +JPN,2044,1,401000,423000 +JPN,2044,2,403000,425000 +JPN,2044,3,404000,426000 +JPN,2044,4,405000,427000 +JPN,2044,5,406000,429000 +JPN,2044,6,407000,430000 +JPN,2044,7,408000,430000 +JPN,2044,8,409000,431000 +JPN,2044,9,409000,432000 +JPN,2044,10,410000,432000 +JPN,2044,11,410000,433000 +JPN,2044,12,411000,433000 +JPN,2044,13,411000,434000 +JPN,2044,14,412000,435000 +JPN,2044,15,414000,436000 +JPN,2044,16,415000,438000 +JPN,2044,17,418000,440000 +JPN,2044,18,421000,444000 +JPN,2045,0,395000,417000 +JPN,2045,1,398000,420000 +JPN,2045,2,400000,423000 +JPN,2045,3,402000,425000 +JPN,2045,4,404000,426000 +JPN,2045,5,405000,428000 +JPN,2045,6,406000,429000 +JPN,2045,7,407000,429000 +JPN,2045,8,408000,430000 +JPN,2045,9,408000,431000 +JPN,2045,10,409000,431000 +JPN,2045,11,409000,432000 +JPN,2045,12,410000,433000 +JPN,2045,13,411000,433000 +JPN,2045,14,411000,434000 +JPN,2045,15,412000,435000 +JPN,2045,16,413000,436000 +JPN,2045,17,415000,438000 +JPN,2045,18,418000,441000 +JPN,2046,0,393000,414000 +JPN,2046,1,396000,418000 +JPN,2046,2,399000,421000 +JPN,2046,3,401000,423000 +JPN,2046,4,403000,425000 +JPN,2046,5,404000,426000 +JPN,2046,6,405000,428000 +JPN,2046,7,407000,429000 +JPN,2046,8,407000,430000 +JPN,2046,9,408000,430000 +JPN,2046,10,409000,431000 +JPN,2046,11,409000,432000 +JPN,2046,12,410000,433000 +JPN,2046,13,411000,433000 +JPN,2046,14,412000,434000 +JPN,2046,15,412000,435000 +JPN,2046,16,413000,436000 +JPN,2046,17,415000,437000 +JPN,2046,18,417000,439000 +JPN,2047,0,390000,411000 +JPN,2047,1,393000,415000 +JPN,2047,2,396000,418000 +JPN,2047,3,399000,421000 +JPN,2047,4,401000,423000 +JPN,2047,5,403000,425000 +JPN,2047,6,405000,427000 +JPN,2047,7,406000,428000 +JPN,2047,8,407000,429000 +JPN,2047,9,408000,430000 +JPN,2047,10,409000,431000 +JPN,2047,11,409000,432000 +JPN,2047,12,410000,432000 +JPN,2047,13,411000,433000 +JPN,2047,14,412000,434000 +JPN,2047,15,412000,435000 +JPN,2047,16,413000,435000 +JPN,2047,17,414000,437000 +JPN,2047,18,416000,438000 +JPN,2048,0,386000,407000 +JPN,2048,1,390000,411000 +JPN,2048,2,394000,415000 +JPN,2048,3,397000,418000 +JPN,2048,4,399000,421000 +JPN,2048,5,401000,423000 +JPN,2048,6,403000,425000 +JPN,2048,7,405000,427000 +JPN,2048,8,406000,428000 +JPN,2048,9,407000,429000 +JPN,2048,10,408000,430000 +JPN,2048,11,409000,431000 +JPN,2048,12,410000,432000 +JPN,2048,13,410000,433000 +JPN,2048,14,411000,434000 +JPN,2048,15,412000,435000 +JPN,2048,16,413000,435000 +JPN,2048,17,414000,436000 +JPN,2048,18,415000,437000 +JPN,2049,0,381000,402000 +JPN,2049,1,386000,407000 +JPN,2049,2,390000,412000 +JPN,2049,3,394000,415000 +JPN,2049,4,397000,418000 +JPN,2049,5,399000,421000 +JPN,2049,6,401000,423000 +JPN,2049,7,403000,425000 +JPN,2049,8,405000,427000 +JPN,2049,9,406000,428000 +JPN,2049,10,407000,429000 +JPN,2049,11,408000,430000 +JPN,2049,12,409000,431000 +JPN,2049,13,410000,432000 +JPN,2049,14,411000,433000 +JPN,2049,15,412000,434000 +JPN,2049,16,413000,435000 +JPN,2049,17,414000,436000 +JPN,2049,18,415000,437000 +JPN,2050,0,376000,397000 +JPN,2050,1,382000,403000 +JPN,2050,2,386000,408000 +JPN,2050,3,390000,412000 +JPN,2050,4,393000,415000 +JPN,2050,5,396000,418000 +JPN,2050,6,399000,421000 +JPN,2050,7,401000,423000 +JPN,2050,8,403000,425000 +JPN,2050,9,404000,426000 +JPN,2050,10,405000,428000 +JPN,2050,11,406000,429000 +JPN,2050,12,407000,430000 +JPN,2050,13,408000,431000 +JPN,2050,14,409000,432000 +JPN,2050,15,410000,433000 +JPN,2050,16,411000,434000 +JPN,2050,17,413000,435000 +JPN,2050,18,414000,436000 +KAZ,1990,0,190942,194263 +KAZ,1990,1,186572,191335 +KAZ,1990,2,182638,188457 +KAZ,1990,3,179083,185624 +KAZ,1990,4,175853,182829 +KAZ,1990,5,172892,180067 +KAZ,1990,6,170145,177333 +KAZ,1990,7,167557,174621 +KAZ,1990,8,165072,171925 +KAZ,1990,9,162635,169240 +KAZ,1990,10,160349,166566 +KAZ,1990,11,158319,163904 +KAZ,1990,12,155694,161217 +KAZ,1990,13,152101,158489 +KAZ,1990,14,147962,155731 +KAZ,1990,15,144194,153182 +KAZ,1990,16,140763,151045 +KAZ,1990,17,137511,148273 +KAZ,1990,18,134504,144451 +KAZ,1991,0,179420,183445 +KAZ,1991,1,186562,190345 +KAZ,1991,2,183463,188414 +KAZ,1991,3,180285,186139 +KAZ,1991,4,177063,183579 +KAZ,1991,5,173831,180796 +KAZ,1991,6,170536,177788 +KAZ,1991,7,167122,174556 +KAZ,1991,8,164065,171466 +KAZ,1991,9,161576,168702 +KAZ,1991,10,159424,166141 +KAZ,1991,11,157257,163466 +KAZ,1991,12,155249,160730 +KAZ,1991,13,152725,158034 +KAZ,1991,14,149346,155394 +KAZ,1991,15,145485,152783 +KAZ,1991,16,141982,150370 +KAZ,1991,17,138825,148371 +KAZ,1991,18,135751,145701 +KAZ,1992,0,163065,168647 +KAZ,1992,1,168508,174306 +KAZ,1992,2,182139,186259 +KAZ,1992,3,180313,185330 +KAZ,1992,4,177894,183661 +KAZ,1992,5,175006,181378 +KAZ,1992,6,171773,178609 +KAZ,1992,7,168142,175357 +KAZ,1992,8,164061,171627 +KAZ,1992,9,160535,168161 +KAZ,1992,10,158043,165331 +KAZ,1992,11,156177,162896 +KAZ,1992,12,154128,160222 +KAZ,1992,13,152144,157415 +KAZ,1992,14,149722,154711 +KAZ,1992,15,146558,152161 +KAZ,1992,16,142976,149701 +KAZ,1992,17,139739,147426 +KAZ,1992,18,136858,145567 +KAZ,1993,0,144288,151786 +KAZ,1993,1,155649,162346 +KAZ,1993,2,164088,170221 +KAZ,1993,3,177607,181957 +KAZ,1993,4,177057,182033 +KAZ,1993,5,175399,180973 +KAZ,1993,6,172848,178971 +KAZ,1993,7,169616,176218 +KAZ,1993,8,165652,172726 +KAZ,1993,9,160904,168502 +KAZ,1993,10,156911,164662 +KAZ,1993,11,154416,161769 +KAZ,1993,12,152838,159463 +KAZ,1993,13,150909,156793 +KAZ,1993,14,148949,153917 +KAZ,1993,15,146631,151210 +KAZ,1993,16,143684,148753 +KAZ,1993,17,140384,146446 +KAZ,1993,18,137415,144313 +KAZ,1994,0,126508,135558 +KAZ,1994,1,142584,150014 +KAZ,1994,2,154856,161121 +KAZ,1994,3,163700,169201 +KAZ,1994,4,172887,177396 +KAZ,1994,5,173613,178475 +KAZ,1994,6,172719,178025 +KAZ,1994,7,170506,176305 +KAZ,1994,8,167278,173574 +KAZ,1994,9,162985,169846 +KAZ,1994,10,157576,165134 +KAZ,1994,11,153120,160927 +KAZ,1994,12,150626,157976 +KAZ,1994,13,149337,155802 +KAZ,1994,14,147529,153140 +KAZ,1994,15,145597,150200 +KAZ,1994,16,143384,147492 +KAZ,1994,17,140658,145132 +KAZ,1994,18,137642,142981 +KAZ,1995,0,112338,122063 +KAZ,1995,1,130868,138613 +KAZ,1995,2,145308,151619 +KAZ,1995,3,156051,161406 +KAZ,1995,4,163487,168298 +KAZ,1995,5,168008,172621 +KAZ,1995,6,170006,174699 +KAZ,1995,7,169874,174858 +KAZ,1995,8,168001,173421 +KAZ,1995,9,164781,170715 +KAZ,1995,10,160164,166757 +KAZ,1995,11,154101,161566 +KAZ,1995,12,149187,156998 +KAZ,1995,13,146696,153992 +KAZ,1995,14,145697,151953 +KAZ,1995,15,144012,149302 +KAZ,1995,16,142108,146302 +KAZ,1995,17,140003,143598 +KAZ,1995,18,137499,141337 +KAZ,1996,0,102753,112198 +KAZ,1996,1,114634,123770 +KAZ,1996,2,130746,138258 +KAZ,1996,3,143568,149871 +KAZ,1996,4,153362,158827 +KAZ,1996,5,160392,165345 +KAZ,1996,6,165048,169744 +KAZ,1996,7,167718,172341 +KAZ,1996,8,168037,172853 +KAZ,1996,9,166015,171299 +KAZ,1996,10,162294,168196 +KAZ,1996,11,157461,164073 +KAZ,1996,12,151347,158855 +KAZ,1996,13,146378,154225 +KAZ,1996,14,143810,151087 +KAZ,1996,15,142734,148881 +KAZ,1996,16,140994,146090 +KAZ,1996,17,139030,142952 +KAZ,1996,18,136975,140182 +KAZ,1997,0,96964,105289 +KAZ,1997,1,112913,120159 +KAZ,1997,2,116738,125251 +KAZ,1997,3,130416,137660 +KAZ,1997,4,141604,147866 +KAZ,1997,5,150438,155980 +KAZ,1997,6,157053,162114 +KAZ,1997,7,161834,166580 +KAZ,1997,8,165170,169689 +KAZ,1997,9,165938,170553 +KAZ,1997,10,163771,168884 +KAZ,1997,11,159558,165392 +KAZ,1997,12,154517,161113 +KAZ,1997,13,148360,155877 +KAZ,1997,14,143344,151193 +KAZ,1997,15,140704,147929 +KAZ,1997,16,139553,145561 +KAZ,1997,17,137761,142634 +KAZ,1997,18,135741,139365 +KAZ,1998,0,94774,101580 +KAZ,1998,1,106757,113380 +KAZ,1998,2,117391,123839 +KAZ,1998,3,118869,126776 +KAZ,1998,4,130128,137123 +KAZ,1998,5,139695,145933 +KAZ,1998,6,147576,153213 +KAZ,1998,7,153779,158967 +KAZ,1998,8,158688,163502 +KAZ,1998,9,162686,167122 +KAZ,1998,10,163902,168336 +KAZ,1998,11,161589,166552 +KAZ,1998,12,156884,162672 +KAZ,1998,13,151636,158235 +KAZ,1998,14,145435,152980 +KAZ,1998,15,140371,148240 +KAZ,1998,16,137658,144850 +KAZ,1998,17,136432,142320 +KAZ,1998,18,134586,139256 +KAZ,1999,0,95561,101086 +KAZ,1999,1,103094,109195 +KAZ,1999,2,110631,117098 +KAZ,1999,3,118045,124699 +KAZ,1999,4,121345,128730 +KAZ,1999,5,130223,137053 +KAZ,1999,6,138197,144501 +KAZ,1999,7,145150,150972 +KAZ,1999,8,150960,156368 +KAZ,1999,9,156011,160987 +KAZ,1999,10,160683,165129 +KAZ,1999,11,162349,166697 +KAZ,1999,12,159884,164791 +KAZ,1999,13,154675,160511 +KAZ,1999,14,149203,155901 +KAZ,1999,15,142941,150609 +KAZ,1999,16,137813,145797 +KAZ,1999,17,135019,142269 +KAZ,1999,18,133715,139569 +KAZ,2000,0,98790,103729 +KAZ,2000,1,102142,108036 +KAZ,2000,2,106626,113161 +KAZ,2000,3,111991,118899 +KAZ,2000,4,117989,125040 +KAZ,2000,5,124373,131380 +KAZ,2000,6,130894,137711 +KAZ,2000,7,137304,143826 +KAZ,2000,8,143353,149518 +KAZ,2000,9,148794,154580 +KAZ,2000,10,154009,159308 +KAZ,2000,11,159380,163998 +KAZ,2000,12,161506,165930 +KAZ,2000,13,158878,163893 +KAZ,2000,14,153138,159186 +KAZ,2000,15,147418,154378 +KAZ,2000,16,141066,149020 +KAZ,2000,17,135851,144110 +KAZ,2000,18,132964,140426 +KAZ,2001,0,103094,107875 +KAZ,2001,1,100005,104744 +KAZ,2001,2,102848,108359 +KAZ,2001,3,106916,112975 +KAZ,2001,4,111951,118358 +KAZ,2001,5,117699,124274 +KAZ,2001,6,123900,130519 +KAZ,2001,7,130297,136890 +KAZ,2001,8,136644,143000 +KAZ,2001,9,142689,148555 +KAZ,2001,10,148170,153411 +KAZ,2001,11,153454,158005 +KAZ,2001,12,158920,162593 +KAZ,2001,13,161135,164494 +KAZ,2001,14,158571,162525 +KAZ,2001,15,152874,157952 +KAZ,2001,16,147208,153275 +KAZ,2001,17,140925,148064 +KAZ,2001,18,135721,143256 +KAZ,2002,0,109828,115083 +KAZ,2002,1,105997,111626 +KAZ,2002,2,101561,106194 +KAZ,2002,3,103908,109136 +KAZ,2002,4,107575,113266 +KAZ,2002,5,112300,118320 +KAZ,2002,6,117817,124037 +KAZ,2002,7,123858,130215 +KAZ,2002,8,130154,136651 +KAZ,2002,9,136461,142782 +KAZ,2002,10,142524,148224 +KAZ,2002,11,148064,152896 +KAZ,2002,12,153435,157377 +KAZ,2002,13,159014,161882 +KAZ,2002,14,161326,163760 +KAZ,2002,15,158815,161852 +KAZ,2002,16,153142,157391 +KAZ,2002,17,147511,152826 +KAZ,2002,18,141274,147739 +KAZ,2003,0,118350,124538 +KAZ,2003,1,111490,117367 +KAZ,2003,2,107486,113141 +KAZ,2003,3,103362,107968 +KAZ,2003,4,105217,110246 +KAZ,2003,5,108494,113901 +KAZ,2003,6,112919,118642 +KAZ,2003,7,118219,124177 +KAZ,2003,8,124114,130306 +KAZ,2003,9,130324,136829 +KAZ,2003,10,136607,142999 +KAZ,2003,11,142700,148345 +KAZ,2003,12,148313,152847 +KAZ,2003,13,153784,157228 +KAZ,2003,14,159490,161664 +KAZ,2003,15,161904,163525 +KAZ,2003,16,159442,161671 +KAZ,2003,17,153777,157309 +KAZ,2003,18,148168,152842 +KAZ,2004,0,127772,135057 +KAZ,2004,1,118293,124597 +KAZ,2004,2,111849,117463 +KAZ,2004,3,108115,113287 +KAZ,2004,4,105237,109863 +KAZ,2004,5,106600,111477 +KAZ,2004,6,109486,114659 +KAZ,2004,7,113614,119090 +KAZ,2004,8,118700,124448 +KAZ,2004,9,124453,130535 +KAZ,2004,10,130580,137151 +KAZ,2004,11,136842,143367 +KAZ,2004,12,142971,148622 +KAZ,2004,13,148659,152957 +KAZ,2004,14,154234,157242 +KAZ,2004,15,160072,161615 +KAZ,2004,16,162589,163460 +KAZ,2004,17,160174,161659 +KAZ,2004,18,154516,157392 +KAZ,2005,0,137347,145652 +KAZ,2005,1,125700,132545 +KAZ,2005,2,117141,122948 +KAZ,2005,3,111377,116512 +KAZ,2005,4,108116,112887 +KAZ,2005,5,107066,111722 +KAZ,2005,6,107933,112668 +KAZ,2005,7,110427,115374 +KAZ,2005,8,114254,119491 +KAZ,2005,9,119122,124669 +KAZ,2005,10,124728,130711 +KAZ,2005,11,130770,137417 +KAZ,2005,12,137008,143678 +KAZ,2005,13,143170,148839 +KAZ,2005,14,148932,153005 +KAZ,2005,15,154608,157192 +KAZ,2005,16,160575,161498 +KAZ,2005,17,163195,163327 +KAZ,2005,18,160828,161580 +KAZ,2006,0,146567,155654 +KAZ,2006,1,134961,142987 +KAZ,2006,2,124322,131096 +KAZ,2006,3,116426,122305 +KAZ,2006,4,111047,116338 +KAZ,2006,5,107960,112917 +KAZ,2006,6,106841,111668 +KAZ,2006,7,107371,112220 +KAZ,2006,8,109793,114775 +KAZ,2006,9,114071,119248 +KAZ,2006,10,119694,125073 +KAZ,2006,11,125894,131585 +KAZ,2006,12,132470,138694 +KAZ,2006,13,139067,145188 +KAZ,2006,14,145315,150322 +KAZ,2006,15,150968,154282 +KAZ,2006,16,156546,158275 +KAZ,2006,17,162414,162385 +KAZ,2006,18,164811,163947 +KAZ,2007,0,155478,165291 +KAZ,2007,1,141095,149145 +KAZ,2007,2,132530,140291 +KAZ,2007,3,122899,129618 +KAZ,2007,4,115669,121635 +KAZ,2007,5,110678,116137 +KAZ,2007,6,107764,112920 +KAZ,2007,7,106578,111589 +KAZ,2007,8,106770,111747 +KAZ,2007,9,109121,114150 +KAZ,2007,10,113847,118977 +KAZ,2007,11,120222,125447 +KAZ,2007,12,127013,132429 +KAZ,2007,13,134119,139937 +KAZ,2007,14,141075,146663 +KAZ,2007,15,147407,151769 +KAZ,2007,16,152948,155522 +KAZ,2007,17,158425,159320 +KAZ,2007,18,164194,163232 +KAZ,2008,0,163845,174264 +KAZ,2008,1,149083,157832 +KAZ,2008,2,136758,144234 +KAZ,2008,3,130124,137621 +KAZ,2008,4,121500,128163 +KAZ,2008,5,114934,120985 +KAZ,2008,6,110328,115955 +KAZ,2008,7,107588,112943 +KAZ,2008,8,106334,111529 +KAZ,2008,9,106188,111294 +KAZ,2008,10,108468,113545 +KAZ,2008,11,113643,118726 +KAZ,2008,12,120770,125843 +KAZ,2008,13,128152,133294 +KAZ,2008,14,135790,141202 +KAZ,2008,15,143104,148161 +KAZ,2008,16,149521,153241 +KAZ,2008,17,154953,156788 +KAZ,2008,18,160330,160391 +KAZ,2009,0,171484,182324 +KAZ,2009,1,157167,166548 +KAZ,2009,2,144755,152978 +KAZ,2009,3,134191,141524 +KAZ,2009,4,127822,135038 +KAZ,2009,5,120198,126789 +KAZ,2009,6,114290,120412 +KAZ,2009,7,110066,115847 +KAZ,2009,8,107497,113037 +KAZ,2009,9,106175,111539 +KAZ,2009,10,105691,110910 +KAZ,2009,11,107901,113011 +KAZ,2009,12,113530,118550 +KAZ,2009,13,121415,126317 +KAZ,2009,14,129394,134243 +KAZ,2009,15,137569,142557 +KAZ,2009,16,145247,149753 +KAZ,2009,17,151754,154809 +KAZ,2009,18,157080,158152 +KAZ,2010,0,178202,189235 +KAZ,2010,1,165217,175082 +KAZ,2010,2,153433,162323 +KAZ,2010,3,142886,150971 +KAZ,2010,4,133609,141041 +KAZ,2010,5,125638,132546 +KAZ,2010,6,119008,125502 +KAZ,2010,7,113753,119921 +KAZ,2010,8,109908,115819 +KAZ,2010,9,107508,113209 +KAZ,2010,10,106116,111626 +KAZ,2010,11,105293,110604 +KAZ,2010,12,107437,112556 +KAZ,2010,13,113525,118456 +KAZ,2010,14,122175,126880 +KAZ,2010,15,130760,135286 +KAZ,2010,16,139481,144012 +KAZ,2010,17,147531,151451 +KAZ,2010,18,154134,156487 +KAZ,2011,0,183336,194377 +KAZ,2011,1,177572,188581 +KAZ,2011,2,165379,175327 +KAZ,2011,3,153955,162970 +KAZ,2011,4,143420,151623 +KAZ,2011,5,133895,141399 +KAZ,2011,6,125398,132289 +KAZ,2011,7,117949,124284 +KAZ,2011,8,112170,118107 +KAZ,2011,9,108382,114118 +KAZ,2011,10,106404,112062 +KAZ,2011,11,105292,110864 +KAZ,2011,12,104703,110183 +KAZ,2011,13,107067,112402 +KAZ,2011,14,113327,118420 +KAZ,2011,15,122117,126867 +KAZ,2011,16,130852,135319 +KAZ,2011,17,139717,144079 +KAZ,2011,18,147904,151580 +KAZ,2012,0,187425,198235 +KAZ,2012,1,179881,190391 +KAZ,2012,2,177190,188171 +KAZ,2012,3,165772,175799 +KAZ,2012,4,154692,163829 +KAZ,2012,5,144155,152472 +KAZ,2012,6,134367,141942 +KAZ,2012,7,125332,132204 +KAZ,2012,8,117055,123227 +KAZ,2012,9,110745,116447 +KAZ,2012,10,107008,112565 +KAZ,2012,11,105449,111060 +KAZ,2012,12,104614,110245 +KAZ,2012,13,104259,109904 +KAZ,2012,14,106847,112394 +KAZ,2012,15,113288,118538 +KAZ,2012,16,122229,127018 +KAZ,2012,17,131127,135527 +KAZ,2012,18,140147,144332 +KAZ,2013,0,190145,200616 +KAZ,2013,1,186178,196838 +KAZ,2013,2,180461,191085 +KAZ,2013,3,176846,187776 +KAZ,2013,4,166202,176286 +KAZ,2013,5,155463,164702 +KAZ,2013,6,144922,153335 +KAZ,2013,7,134869,142496 +KAZ,2013,8,125294,132129 +KAZ,2013,9,116185,122178 +KAZ,2013,10,109341,114793 +KAZ,2013,11,105656,111019 +KAZ,2013,12,104515,110065 +KAZ,2013,13,103959,109634 +KAZ,2013,14,103837,109635 +KAZ,2013,15,106651,112395 +KAZ,2013,16,113274,118665 +KAZ,2013,17,122369,127179 +KAZ,2013,18,131431,135747 +KAZ,2014,0,191240,201481 +KAZ,2014,1,190796,201600 +KAZ,2014,2,187709,198749 +KAZ,2014,3,182403,193394 +KAZ,2014,4,176389,187243 +KAZ,2014,5,166525,176644 +KAZ,2014,6,156136,165455 +KAZ,2014,7,145597,154085 +KAZ,2014,8,135286,142946 +KAZ,2014,9,125175,131957 +KAZ,2014,10,115240,121040 +KAZ,2014,11,107866,113054 +KAZ,2014,12,104234,109390 +KAZ,2014,13,103513,108989 +KAZ,2014,14,103237,108942 +KAZ,2014,15,103348,109284 +KAZ,2014,16,106385,112313 +KAZ,2014,17,113186,118705 +KAZ,2014,18,122429,127248 +KAZ,2015,0,190676,200959 +KAZ,2015,1,193303,204327 +KAZ,2015,2,192668,204063 +KAZ,2015,3,189230,200677 +KAZ,2015,4,183452,194676 +KAZ,2015,5,175795,186571 +KAZ,2015,6,166719,176871 +KAZ,2015,7,156687,166085 +KAZ,2015,8,146159,154721 +KAZ,2015,9,135597,143290 +KAZ,2015,10,124960,131688 +KAZ,2015,11,114206,119812 +KAZ,2015,12,106309,111232 +KAZ,2015,13,102733,107681 +KAZ,2015,14,102432,107832 +KAZ,2015,15,102435,108171 +KAZ,2015,16,102780,108853 +KAZ,2015,17,106038,112148 +KAZ,2015,18,113012,118657 +KAZ,2016,0,188812,199549 +KAZ,2016,1,191801,202319 +KAZ,2016,2,193593,204663 +KAZ,2016,3,192441,203764 +KAZ,2016,4,188751,200066 +KAZ,2016,5,182929,194011 +KAZ,2016,6,175438,186110 +KAZ,2016,7,166743,176874 +KAZ,2016,8,156968,166405 +KAZ,2016,9,146407,155011 +KAZ,2016,10,135635,143339 +KAZ,2016,11,124896,131626 +KAZ,2016,12,114094,119703 +KAZ,2016,13,106148,111075 +KAZ,2016,14,102529,107477 +KAZ,2016,15,102190,107584 +KAZ,2016,16,102153,107877 +KAZ,2016,17,102459,108512 +KAZ,2016,18,105692,111772 +KAZ,2017,0,185405,196872 +KAZ,2017,1,192493,204339 +KAZ,2017,2,192799,203532 +KAZ,2017,3,193755,204849 +KAZ,2017,4,192086,203316 +KAZ,2017,5,188145,199308 +KAZ,2017,6,182283,193203 +KAZ,2017,7,174965,185512 +KAZ,2017,8,166656,176747 +KAZ,2017,9,157145,166604 +KAZ,2017,10,146557,155188 +KAZ,2017,11,135584,143283 +KAZ,2017,12,124750,131468 +KAZ,2017,13,113905,119506 +KAZ,2017,14,105917,110836 +KAZ,2017,15,102256,107195 +KAZ,2017,16,101879,107257 +KAZ,2017,17,101804,107504 +KAZ,2017,18,102069,108092 +KAZ,2018,0,180999,193243 +KAZ,2018,1,189467,201715 +KAZ,2018,2,194533,206678 +KAZ,2018,3,193726,204670 +KAZ,2018,4,193845,204959 +KAZ,2018,5,191661,202792 +KAZ,2018,6,187470,198477 +KAZ,2018,7,181570,192324 +KAZ,2018,8,174428,184845 +KAZ,2018,9,166508,176554 +KAZ,2018,10,157264,166741 +KAZ,2018,11,146654,155308 +KAZ,2018,12,135482,143174 +KAZ,2018,13,124558,131261 +KAZ,2018,14,113675,119266 +KAZ,2018,15,105647,110557 +KAZ,2018,16,101947,106873 +KAZ,2018,17,101531,106890 +KAZ,2018,18,101417,107091 +KAZ,2019,0,176000,189000 +KAZ,2019,1,186000,198000 +KAZ,2019,2,192000,204000 +KAZ,2019,3,195000,207000 +KAZ,2019,4,195000,206000 +KAZ,2019,5,194000,205000 +KAZ,2019,6,191000,202000 +KAZ,2019,7,187000,198000 +KAZ,2019,8,181000,191000 +KAZ,2019,9,174000,184000 +KAZ,2019,10,166000,176000 +KAZ,2019,11,157000,167000 +KAZ,2019,12,147000,155000 +KAZ,2019,13,135000,143000 +KAZ,2019,14,124000,131000 +KAZ,2019,15,113000,119000 +KAZ,2019,16,105000,110000 +KAZ,2019,17,102000,107000 +KAZ,2019,18,101000,107000 +KAZ,2020,0,172000,185000 +KAZ,2020,1,181000,194000 +KAZ,2020,2,188000,200000 +KAZ,2020,3,193000,205000 +KAZ,2020,4,195000,207000 +KAZ,2020,5,196000,207000 +KAZ,2020,6,194000,205000 +KAZ,2020,7,191000,202000 +KAZ,2020,8,186000,197000 +KAZ,2020,9,180000,191000 +KAZ,2020,10,173000,184000 +KAZ,2020,11,166000,176000 +KAZ,2020,12,157000,167000 +KAZ,2020,13,147000,156000 +KAZ,2020,14,135000,143000 +KAZ,2020,15,124000,131000 +KAZ,2020,16,113000,119000 +KAZ,2020,17,105000,110000 +KAZ,2020,18,101000,106000 +KAZ,2021,0,168000,180000 +KAZ,2021,1,173000,186000 +KAZ,2021,2,182000,194000 +KAZ,2021,3,188000,200000 +KAZ,2021,4,192000,204000 +KAZ,2021,5,195000,206000 +KAZ,2021,6,195000,206000 +KAZ,2021,7,194000,205000 +KAZ,2021,8,191000,202000 +KAZ,2021,9,186000,197000 +KAZ,2021,10,180000,191000 +KAZ,2021,11,173000,184000 +KAZ,2021,12,166000,176000 +KAZ,2021,13,158000,167000 +KAZ,2021,14,147000,156000 +KAZ,2021,15,135000,143000 +KAZ,2021,16,124000,131000 +KAZ,2021,17,113000,119000 +KAZ,2021,18,105000,110000 +KAZ,2022,0,164000,175000 +KAZ,2022,1,173000,184000 +KAZ,2022,2,175000,187000 +KAZ,2022,3,182000,194000 +KAZ,2022,4,188000,200000 +KAZ,2022,5,192000,203000 +KAZ,2022,6,194000,205000 +KAZ,2022,7,194000,206000 +KAZ,2022,8,194000,205000 +KAZ,2022,9,191000,202000 +KAZ,2022,10,187000,197000 +KAZ,2022,11,180000,191000 +KAZ,2022,12,173000,183000 +KAZ,2022,13,166000,176000 +KAZ,2022,14,157000,167000 +KAZ,2022,15,147000,155000 +KAZ,2022,16,135000,143000 +KAZ,2022,17,124000,131000 +KAZ,2022,18,113000,119000 +KAZ,2023,0,161000,171000 +KAZ,2023,1,168000,179000 +KAZ,2023,2,175000,186000 +KAZ,2023,3,176000,188000 +KAZ,2023,4,182000,195000 +KAZ,2023,5,187000,199000 +KAZ,2023,6,191000,203000 +KAZ,2023,7,193000,205000 +KAZ,2023,8,194000,205000 +KAZ,2023,9,194000,205000 +KAZ,2023,10,192000,202000 +KAZ,2023,11,187000,197000 +KAZ,2023,12,180000,191000 +KAZ,2023,13,173000,183000 +KAZ,2023,14,166000,176000 +KAZ,2023,15,157000,167000 +KAZ,2023,16,147000,155000 +KAZ,2023,17,135000,143000 +KAZ,2023,18,124000,131000 +KAZ,2024,0,159000,167000 +KAZ,2024,1,164000,174000 +KAZ,2024,2,170000,180000 +KAZ,2024,3,175000,186000 +KAZ,2024,4,178000,190000 +KAZ,2024,5,183000,195000 +KAZ,2024,6,187000,199000 +KAZ,2024,7,190000,202000 +KAZ,2024,8,192000,204000 +KAZ,2024,9,193000,205000 +KAZ,2024,10,194000,205000 +KAZ,2024,11,192000,203000 +KAZ,2024,12,187000,198000 +KAZ,2024,13,180000,191000 +KAZ,2024,14,173000,183000 +KAZ,2024,15,166000,176000 +KAZ,2024,16,157000,167000 +KAZ,2024,17,147000,155000 +KAZ,2024,18,135000,143000 +KAZ,2025,0,157000,165000 +KAZ,2025,1,161000,170000 +KAZ,2025,2,166000,176000 +KAZ,2025,3,170000,181000 +KAZ,2025,4,175000,186000 +KAZ,2025,5,179000,191000 +KAZ,2025,6,183000,195000 +KAZ,2025,7,186000,199000 +KAZ,2025,8,189000,201000 +KAZ,2025,9,191000,203000 +KAZ,2025,10,193000,204000 +KAZ,2025,11,193000,205000 +KAZ,2025,12,192000,203000 +KAZ,2025,13,187000,198000 +KAZ,2025,14,180000,191000 +KAZ,2025,15,173000,183000 +KAZ,2025,16,166000,176000 +KAZ,2025,17,157000,167000 +KAZ,2025,18,147000,155000 +KAZ,2026,0,157000,164000 +KAZ,2026,1,157000,165000 +KAZ,2026,2,161000,170000 +KAZ,2026,3,166000,176000 +KAZ,2026,4,170000,181000 +KAZ,2026,5,174000,186000 +KAZ,2026,6,179000,191000 +KAZ,2026,7,183000,195000 +KAZ,2026,8,186000,199000 +KAZ,2026,9,189000,201000 +KAZ,2026,10,191000,203000 +KAZ,2026,11,193000,204000 +KAZ,2026,12,193000,205000 +KAZ,2026,13,192000,203000 +KAZ,2026,14,187000,198000 +KAZ,2026,15,180000,191000 +KAZ,2026,16,173000,183000 +KAZ,2026,17,166000,176000 +KAZ,2026,18,157000,167000 +KAZ,2027,0,157000,165000 +KAZ,2027,1,157000,166000 +KAZ,2027,2,158000,166000 +KAZ,2027,3,161000,170000 +KAZ,2027,4,165000,175000 +KAZ,2027,5,170000,180000 +KAZ,2027,6,174000,186000 +KAZ,2027,7,179000,190000 +KAZ,2027,8,183000,195000 +KAZ,2027,9,186000,199000 +KAZ,2027,10,189000,201000 +KAZ,2027,11,191000,203000 +KAZ,2027,12,193000,204000 +KAZ,2027,13,193000,205000 +KAZ,2027,14,192000,203000 +KAZ,2027,15,187000,198000 +KAZ,2027,16,180000,190000 +KAZ,2027,17,173000,183000 +KAZ,2027,18,166000,176000 +KAZ,2028,0,158000,167000 +KAZ,2028,1,157000,166000 +KAZ,2028,2,157000,166000 +KAZ,2028,3,158000,166000 +KAZ,2028,4,161000,171000 +KAZ,2028,5,165000,175000 +KAZ,2028,6,170000,180000 +KAZ,2028,7,174000,185000 +KAZ,2028,8,179000,190000 +KAZ,2028,9,183000,195000 +KAZ,2028,10,186000,199000 +KAZ,2028,11,189000,201000 +KAZ,2028,12,191000,203000 +KAZ,2028,13,192000,204000 +KAZ,2028,14,193000,204000 +KAZ,2028,15,192000,203000 +KAZ,2028,16,187000,198000 +KAZ,2028,17,180000,190000 +KAZ,2028,18,173000,183000 +KAZ,2029,0,159000,169000 +KAZ,2029,1,156000,166000 +KAZ,2029,2,156000,165000 +KAZ,2029,3,156000,165000 +KAZ,2029,4,158000,167000 +KAZ,2029,5,161000,171000 +KAZ,2029,6,165000,175000 +KAZ,2029,7,169000,180000 +KAZ,2029,8,174000,185000 +KAZ,2029,9,178000,190000 +KAZ,2029,10,183000,195000 +KAZ,2029,11,186000,199000 +KAZ,2029,12,189000,201000 +KAZ,2029,13,191000,203000 +KAZ,2029,14,192000,204000 +KAZ,2029,15,193000,204000 +KAZ,2029,16,192000,202000 +KAZ,2029,17,187000,197000 +KAZ,2029,18,180000,190000 +KAZ,2030,0,160000,171000 +KAZ,2030,1,157000,166000 +KAZ,2030,2,155000,164000 +KAZ,2030,3,155000,164000 +KAZ,2030,4,156000,165000 +KAZ,2030,5,158000,167000 +KAZ,2030,6,161000,171000 +KAZ,2030,7,165000,175000 +KAZ,2030,8,169000,179000 +KAZ,2030,9,174000,184000 +KAZ,2030,10,178000,190000 +KAZ,2030,11,183000,195000 +KAZ,2030,12,186000,199000 +KAZ,2030,13,189000,201000 +KAZ,2030,14,191000,203000 +KAZ,2030,15,192000,204000 +KAZ,2030,16,193000,204000 +KAZ,2030,17,192000,202000 +KAZ,2030,18,187000,197000 +KAZ,2031,0,162000,172000 +KAZ,2031,1,159000,170000 +KAZ,2031,2,157000,166000 +KAZ,2031,3,155000,164000 +KAZ,2031,4,155000,164000 +KAZ,2031,5,156000,165000 +KAZ,2031,6,158000,167000 +KAZ,2031,7,161000,171000 +KAZ,2031,8,165000,175000 +KAZ,2031,9,169000,179000 +KAZ,2031,10,174000,184000 +KAZ,2031,11,178000,189000 +KAZ,2031,12,183000,194000 +KAZ,2031,13,186000,199000 +KAZ,2031,14,189000,201000 +KAZ,2031,15,191000,203000 +KAZ,2031,16,192000,204000 +KAZ,2031,17,193000,204000 +KAZ,2031,18,192000,202000 +KAZ,2032,0,164000,174000 +KAZ,2032,1,159000,169000 +KAZ,2032,2,159000,169000 +KAZ,2032,3,156000,166000 +KAZ,2032,4,155000,164000 +KAZ,2032,5,156000,164000 +KAZ,2032,6,157000,166000 +KAZ,2032,7,159000,168000 +KAZ,2032,8,161000,171000 +KAZ,2032,9,165000,174000 +KAZ,2032,10,169000,179000 +KAZ,2032,11,174000,184000 +KAZ,2032,12,178000,189000 +KAZ,2032,13,183000,194000 +KAZ,2032,14,186000,199000 +KAZ,2032,15,189000,201000 +KAZ,2032,16,191000,203000 +KAZ,2032,17,192000,203000 +KAZ,2032,18,193000,204000 +KAZ,2033,0,166000,176000 +KAZ,2033,1,161000,171000 +KAZ,2033,2,158000,167000 +KAZ,2033,3,158000,168000 +KAZ,2033,4,156000,165000 +KAZ,2033,5,156000,165000 +KAZ,2033,6,156000,165000 +KAZ,2033,7,157000,166000 +KAZ,2033,8,159000,168000 +KAZ,2033,9,161000,171000 +KAZ,2033,10,165000,174000 +KAZ,2033,11,169000,179000 +KAZ,2033,12,174000,184000 +KAZ,2033,13,178000,189000 +KAZ,2033,14,183000,194000 +KAZ,2033,15,186000,199000 +KAZ,2033,16,189000,201000 +KAZ,2033,17,191000,203000 +KAZ,2033,18,192000,203000 +KAZ,2034,0,167000,178000 +KAZ,2034,1,163000,173000 +KAZ,2034,2,160000,169000 +KAZ,2034,3,157000,167000 +KAZ,2034,4,157000,167000 +KAZ,2034,5,156000,165000 +KAZ,2034,6,156000,165000 +KAZ,2034,7,156000,165000 +KAZ,2034,8,158000,167000 +KAZ,2034,9,159000,168000 +KAZ,2034,10,161000,171000 +KAZ,2034,11,164000,174000 +KAZ,2034,12,169000,179000 +KAZ,2034,13,174000,184000 +KAZ,2034,14,178000,189000 +KAZ,2034,15,183000,194000 +KAZ,2034,16,186000,198000 +KAZ,2034,17,189000,201000 +KAZ,2034,18,191000,202000 +KAZ,2035,0,169000,179000 +KAZ,2035,1,165000,175000 +KAZ,2035,2,162000,172000 +KAZ,2035,3,159000,169000 +KAZ,2035,4,157000,167000 +KAZ,2035,5,156000,165000 +KAZ,2035,6,156000,165000 +KAZ,2035,7,156000,165000 +KAZ,2035,8,157000,166000 +KAZ,2035,9,158000,167000 +KAZ,2035,10,160000,169000 +KAZ,2035,11,161000,171000 +KAZ,2035,12,164000,174000 +KAZ,2035,13,168000,178000 +KAZ,2035,14,173000,184000 +KAZ,2035,15,178000,189000 +KAZ,2035,16,182000,194000 +KAZ,2035,17,186000,198000 +KAZ,2035,18,189000,201000 +KAZ,2036,0,172000,182000 +KAZ,2036,1,169000,179000 +KAZ,2036,2,165000,175000 +KAZ,2036,3,162000,172000 +KAZ,2036,4,159000,169000 +KAZ,2036,5,158000,167000 +KAZ,2036,6,156000,166000 +KAZ,2036,7,156000,165000 +KAZ,2036,8,156000,165000 +KAZ,2036,9,156000,166000 +KAZ,2036,10,158000,167000 +KAZ,2036,11,160000,169000 +KAZ,2036,12,161000,171000 +KAZ,2036,13,164000,174000 +KAZ,2036,14,168000,178000 +KAZ,2036,15,173000,184000 +KAZ,2036,16,178000,189000 +KAZ,2036,17,182000,194000 +KAZ,2036,18,186000,198000 +KAZ,2037,0,174000,184000 +KAZ,2037,1,170000,180000 +KAZ,2037,2,169000,178000 +KAZ,2037,3,165000,175000 +KAZ,2037,4,162000,172000 +KAZ,2037,5,160000,169000 +KAZ,2037,6,158000,167000 +KAZ,2037,7,157000,166000 +KAZ,2037,8,156000,165000 +KAZ,2037,9,156000,165000 +KAZ,2037,10,156000,166000 +KAZ,2037,11,158000,167000 +KAZ,2037,12,160000,169000 +KAZ,2037,13,161000,171000 +KAZ,2037,14,164000,174000 +KAZ,2037,15,168000,178000 +KAZ,2037,16,173000,184000 +KAZ,2037,17,178000,189000 +KAZ,2037,18,182000,194000 +KAZ,2038,0,176000,186000 +KAZ,2038,1,173000,183000 +KAZ,2038,2,170000,180000 +KAZ,2038,3,168000,178000 +KAZ,2038,4,165000,175000 +KAZ,2038,5,162000,172000 +KAZ,2038,6,160000,169000 +KAZ,2038,7,158000,167000 +KAZ,2038,8,157000,166000 +KAZ,2038,9,156000,165000 +KAZ,2038,10,156000,165000 +KAZ,2038,11,156000,165000 +KAZ,2038,12,158000,167000 +KAZ,2038,13,160000,169000 +KAZ,2038,14,161000,171000 +KAZ,2038,15,164000,174000 +KAZ,2038,16,168000,178000 +KAZ,2038,17,173000,184000 +KAZ,2038,18,178000,189000 +KAZ,2039,0,177000,188000 +KAZ,2039,1,175000,185000 +KAZ,2039,2,172000,182000 +KAZ,2039,3,170000,180000 +KAZ,2039,4,168000,177000 +KAZ,2039,5,165000,174000 +KAZ,2039,6,162000,172000 +KAZ,2039,7,160000,170000 +KAZ,2039,8,158000,168000 +KAZ,2039,9,157000,166000 +KAZ,2039,10,156000,165000 +KAZ,2039,11,155000,165000 +KAZ,2039,12,156000,165000 +KAZ,2039,13,158000,167000 +KAZ,2039,14,160000,169000 +KAZ,2039,15,161000,170000 +KAZ,2039,16,164000,173000 +KAZ,2039,17,168000,178000 +KAZ,2039,18,173000,184000 +KAZ,2040,0,179000,189000 +KAZ,2040,1,177000,187000 +KAZ,2040,2,174000,185000 +KAZ,2040,3,172000,182000 +KAZ,2040,4,169000,180000 +KAZ,2040,5,167000,177000 +KAZ,2040,6,165000,174000 +KAZ,2040,7,162000,172000 +KAZ,2040,8,160000,170000 +KAZ,2040,9,158000,168000 +KAZ,2040,10,157000,166000 +KAZ,2040,11,156000,165000 +KAZ,2040,12,155000,164000 +KAZ,2040,13,156000,165000 +KAZ,2040,14,158000,167000 +KAZ,2040,15,159000,169000 +KAZ,2040,16,161000,170000 +KAZ,2040,17,164000,173000 +KAZ,2040,18,168000,178000 +KAZ,2041,0,180000,190000 +KAZ,2041,1,179000,189000 +KAZ,2041,2,177000,187000 +KAZ,2041,3,174000,185000 +KAZ,2041,4,172000,182000 +KAZ,2041,5,170000,180000 +KAZ,2041,6,167000,177000 +KAZ,2041,7,165000,174000 +KAZ,2041,8,162000,172000 +KAZ,2041,9,160000,170000 +KAZ,2041,10,158000,168000 +KAZ,2041,11,157000,166000 +KAZ,2041,12,156000,165000 +KAZ,2041,13,155000,164000 +KAZ,2041,14,156000,165000 +KAZ,2041,15,158000,167000 +KAZ,2041,16,159000,169000 +KAZ,2041,17,161000,170000 +KAZ,2041,18,164000,173000 +KAZ,2042,0,180000,191000 +KAZ,2042,1,180000,190000 +KAZ,2042,2,179000,189000 +KAZ,2042,3,177000,187000 +KAZ,2042,4,174000,185000 +KAZ,2042,5,172000,182000 +KAZ,2042,6,170000,180000 +KAZ,2042,7,167000,177000 +KAZ,2042,8,165000,174000 +KAZ,2042,9,162000,172000 +KAZ,2042,10,160000,170000 +KAZ,2042,11,158000,168000 +KAZ,2042,12,157000,166000 +KAZ,2042,13,156000,165000 +KAZ,2042,14,155000,164000 +KAZ,2042,15,156000,165000 +KAZ,2042,16,158000,167000 +KAZ,2042,17,159000,168000 +KAZ,2042,18,161000,170000 +KAZ,2043,0,180000,191000 +KAZ,2043,1,180000,191000 +KAZ,2043,2,180000,190000 +KAZ,2043,3,179000,189000 +KAZ,2043,4,177000,187000 +KAZ,2043,5,174000,185000 +KAZ,2043,6,172000,182000 +KAZ,2043,7,170000,180000 +KAZ,2043,8,167000,177000 +KAZ,2043,9,165000,174000 +KAZ,2043,10,162000,172000 +KAZ,2043,11,160000,170000 +KAZ,2043,12,158000,168000 +KAZ,2043,13,157000,166000 +KAZ,2043,14,156000,165000 +KAZ,2043,15,155000,164000 +KAZ,2043,16,156000,165000 +KAZ,2043,17,158000,167000 +KAZ,2043,18,159000,168000 +KAZ,2044,0,180000,191000 +KAZ,2044,1,181000,192000 +KAZ,2044,2,181000,191000 +KAZ,2044,3,180000,190000 +KAZ,2044,4,178000,189000 +KAZ,2044,5,177000,187000 +KAZ,2044,6,174000,185000 +KAZ,2044,7,172000,182000 +KAZ,2044,8,170000,180000 +KAZ,2044,9,167000,177000 +KAZ,2044,10,165000,174000 +KAZ,2044,11,162000,172000 +KAZ,2044,12,160000,170000 +KAZ,2044,13,158000,168000 +KAZ,2044,14,157000,166000 +KAZ,2044,15,156000,165000 +KAZ,2044,16,155000,164000 +KAZ,2044,17,156000,165000 +KAZ,2044,18,158000,167000 +KAZ,2045,0,180000,190000 +KAZ,2045,1,181000,192000 +KAZ,2045,2,181000,192000 +KAZ,2045,3,181000,191000 +KAZ,2045,4,180000,190000 +KAZ,2045,5,178000,189000 +KAZ,2045,6,176000,187000 +KAZ,2045,7,174000,185000 +KAZ,2045,8,172000,182000 +KAZ,2045,9,169000,180000 +KAZ,2045,10,167000,177000 +KAZ,2045,11,164000,174000 +KAZ,2045,12,162000,172000 +KAZ,2045,13,160000,169000 +KAZ,2045,14,158000,168000 +KAZ,2045,15,157000,166000 +KAZ,2045,16,156000,165000 +KAZ,2045,17,155000,164000 +KAZ,2045,18,156000,165000 +KAZ,2046,0,179000,190000 +KAZ,2046,1,180000,191000 +KAZ,2046,2,181000,192000 +KAZ,2046,3,181000,192000 +KAZ,2046,4,181000,191000 +KAZ,2046,5,180000,190000 +KAZ,2046,6,178000,189000 +KAZ,2046,7,176000,187000 +KAZ,2046,8,174000,185000 +KAZ,2046,9,172000,182000 +KAZ,2046,10,170000,180000 +KAZ,2046,11,167000,177000 +KAZ,2046,12,164000,174000 +KAZ,2046,13,162000,172000 +KAZ,2046,14,160000,169000 +KAZ,2046,15,158000,168000 +KAZ,2046,16,157000,166000 +KAZ,2046,17,156000,165000 +KAZ,2046,18,155000,164000 +KAZ,2047,0,178000,189000 +KAZ,2047,1,180000,191000 +KAZ,2047,2,180000,191000 +KAZ,2047,3,181000,192000 +KAZ,2047,4,181000,192000 +KAZ,2047,5,180000,191000 +KAZ,2047,6,179000,190000 +KAZ,2047,7,178000,189000 +KAZ,2047,8,176000,187000 +KAZ,2047,9,174000,185000 +KAZ,2047,10,172000,182000 +KAZ,2047,11,170000,180000 +KAZ,2047,12,167000,177000 +KAZ,2047,13,164000,174000 +KAZ,2047,14,162000,172000 +KAZ,2047,15,160000,169000 +KAZ,2047,16,158000,167000 +KAZ,2047,17,157000,166000 +KAZ,2047,18,156000,164000 +KAZ,2048,0,177000,187000 +KAZ,2048,1,179000,190000 +KAZ,2048,2,180000,191000 +KAZ,2048,3,180000,191000 +KAZ,2048,4,181000,192000 +KAZ,2048,5,181000,192000 +KAZ,2048,6,180000,191000 +KAZ,2048,7,179000,190000 +KAZ,2048,8,178000,189000 +KAZ,2048,9,176000,187000 +KAZ,2048,10,174000,185000 +KAZ,2048,11,172000,182000 +KAZ,2048,12,170000,180000 +KAZ,2048,13,167000,177000 +KAZ,2048,14,164000,174000 +KAZ,2048,15,162000,172000 +KAZ,2048,16,160000,169000 +KAZ,2048,17,158000,167000 +KAZ,2048,18,157000,166000 +KAZ,2049,0,175000,186000 +KAZ,2049,1,178000,188000 +KAZ,2049,2,179000,190000 +KAZ,2049,3,180000,191000 +KAZ,2049,4,181000,191000 +KAZ,2049,5,181000,192000 +KAZ,2049,6,181000,191000 +KAZ,2049,7,180000,191000 +KAZ,2049,8,179000,190000 +KAZ,2049,9,178000,188000 +KAZ,2049,10,176000,187000 +KAZ,2049,11,174000,185000 +KAZ,2049,12,172000,182000 +KAZ,2049,13,169000,179000 +KAZ,2049,14,167000,177000 +KAZ,2049,15,164000,174000 +KAZ,2049,16,162000,171000 +KAZ,2049,17,160000,169000 +KAZ,2049,18,158000,167000 +KAZ,2050,0,174000,184000 +KAZ,2050,1,176000,187000 +KAZ,2050,2,178000,189000 +KAZ,2050,3,179000,190000 +KAZ,2050,4,180000,191000 +KAZ,2050,5,181000,192000 +KAZ,2050,6,181000,192000 +KAZ,2050,7,181000,191000 +KAZ,2050,8,180000,191000 +KAZ,2050,9,179000,190000 +KAZ,2050,10,178000,188000 +KAZ,2050,11,176000,187000 +KAZ,2050,12,174000,185000 +KAZ,2050,13,172000,182000 +KAZ,2050,14,169000,179000 +KAZ,2050,15,167000,177000 +KAZ,2050,16,164000,174000 +KAZ,2050,17,162000,171000 +KAZ,2050,18,160000,169000 +KEN,1990,0,467763,475864 +KEN,1990,1,458377,465724 +KEN,1990,2,448181,454839 +KEN,1990,3,437271,443299 +KEN,1990,4,425745,431194 +KEN,1990,5,413697,418615 +KEN,1990,6,401224,405652 +KEN,1990,7,388423,392395 +KEN,1990,8,375389,378936 +KEN,1990,9,362220,365364 +KEN,1990,10,348910,351675 +KEN,1990,11,335454,337865 +KEN,1990,12,322454,324498 +KEN,1990,13,310208,311856 +KEN,1990,14,298510,299742 +KEN,1990,15,286913,287749 +KEN,1990,16,275579,276034 +KEN,1990,17,264282,264346 +KEN,1990,18,252887,252541 +KEN,1991,0,467705,476150 +KEN,1991,1,464749,472316 +KEN,1991,2,455698,462548 +KEN,1991,3,445849,452053 +KEN,1991,4,435289,440911 +KEN,1991,5,424104,429198 +KEN,1991,6,412400,417016 +KEN,1991,7,400280,404462 +KEN,1991,8,387743,391512 +KEN,1991,9,374841,378203 +KEN,1991,10,361713,364675 +KEN,1991,11,348442,351028 +KEN,1991,12,335002,337238 +KEN,1991,13,322033,323895 +KEN,1991,14,309859,311303 +KEN,1991,15,298253,299254 +KEN,1991,16,286724,287299 +KEN,1991,17,275443,275606 +KEN,1991,18,264184,263938 +KEN,1992,0,465629,474420 +KEN,1992,1,462136,470000 +KEN,1992,2,462208,469199 +KEN,1992,3,453483,459792 +KEN,1992,4,443971,449678 +KEN,1992,5,433750,438924 +KEN,1992,6,422897,427594 +KEN,1992,7,411524,415798 +KEN,1992,8,399744,403642 +KEN,1992,9,387458,390986 +KEN,1992,10,374675,377815 +KEN,1992,11,361576,364319 +KEN,1992,12,348329,350701 +KEN,1992,13,334893,336919 +KEN,1992,14,321941,323587 +KEN,1992,15,309826,311035 +KEN,1992,16,298300,299038 +KEN,1992,17,286828,287112 +KEN,1992,18,275589,275430 +KEN,1993,0,464461,473620 +KEN,1993,1,463441,471543 +KEN,1993,2,460487,467672 +KEN,1993,3,459788,466160 +KEN,1993,4,451387,457114 +KEN,1993,5,442210,447380 +KEN,1993,6,432326,437011 +KEN,1993,7,421801,426063 +KEN,1993,8,410757,414651 +KEN,1993,9,399315,402892 +KEN,1993,10,387278,390529 +KEN,1993,11,374610,377494 +KEN,1993,12,361536,364027 +KEN,1993,13,348310,350436 +KEN,1993,14,334873,336659 +KEN,1993,15,321936,323337 +KEN,1993,16,309876,310821 +KEN,1993,17,298428,298876 +KEN,1993,18,287009,286976 +KEN,1994,0,468116,477684 +KEN,1994,1,467471,475834 +KEN,1994,2,465062,472391 +KEN,1994,3,461025,467474 +KEN,1994,4,456981,462688 +KEN,1994,5,448911,454012 +KEN,1994,6,440077,444666 +KEN,1994,7,430538,434694 +KEN,1994,8,420351,424137 +KEN,1994,9,409646,413121 +KEN,1994,10,398551,401769 +KEN,1994,11,386773,389712 +KEN,1994,12,374231,376825 +KEN,1994,13,361193,363399 +KEN,1994,14,348000,349848 +KEN,1994,15,334573,336088 +KEN,1994,16,321661,322788 +KEN,1994,17,309667,310321 +KEN,1994,18,298306,298437 +KEN,1995,0,479192,489212 +KEN,1995,1,475951,484613 +KEN,1995,2,471716,479215 +KEN,1995,3,466534,473048 +KEN,1995,4,460455,466141 +KEN,1995,5,453527,458526 +KEN,1995,6,445800,450232 +KEN,1995,7,437321,441289 +KEN,1995,8,428140,431728 +KEN,1995,9,418306,421578 +KEN,1995,10,407954,410973 +KEN,1995,11,397222,400046 +KEN,1995,12,385719,388310 +KEN,1995,13,373321,375591 +KEN,1995,14,360337,362227 +KEN,1995,15,347195,348735 +KEN,1995,16,333798,335014 +KEN,1995,17,320929,321755 +KEN,1995,18,309018,309355 +KEN,1996,0,502138,512852 +KEN,1996,1,480178,489328 +KEN,1996,2,475028,482881 +KEN,1996,3,469743,476487 +KEN,1996,4,464219,470022 +KEN,1996,5,458350,463364 +KEN,1996,6,452193,456552 +KEN,1996,7,445806,449622 +KEN,1996,8,438275,441655 +KEN,1996,9,429175,432208 +KEN,1996,10,418884,421639 +KEN,1996,11,408348,410885 +KEN,1996,12,397546,399923 +KEN,1996,13,385961,388126 +KEN,1996,14,373487,375327 +KEN,1996,15,360427,361869 +KEN,1996,16,347183,348261 +KEN,1996,17,333667,334403 +KEN,1996,18,320667,321015 +KEN,1997,0,532049,543484 +KEN,1997,1,513092,522829 +KEN,1997,2,479864,488078 +KEN,1997,3,472814,479796 +KEN,1997,4,466491,472420 +KEN,1997,5,460638,465675 +KEN,1997,6,454995,459286 +KEN,1997,7,449628,453298 +KEN,1997,8,444602,447755 +KEN,1997,9,438043,440788 +KEN,1997,10,429048,431483 +KEN,1997,11,418326,420523 +KEN,1997,12,407635,409648 +KEN,1997,13,396792,398683 +KEN,1997,14,385157,386856 +KEN,1997,15,372641,374014 +KEN,1997,16,359539,360500 +KEN,1997,17,346229,346812 +KEN,1997,18,332630,332856 +KEN,1998,0,564648,576797 +KEN,1998,1,535576,545880 +KEN,1998,2,511436,520132 +KEN,1998,3,478878,486144 +KEN,1998,4,469940,476042 +KEN,1998,5,462590,467696 +KEN,1998,6,456416,460680 +KEN,1998,7,451007,454568 +KEN,1998,8,446437,449411 +KEN,1998,9,442776,445261 +KEN,1998,10,437197,439302 +KEN,1998,11,428319,430152 +KEN,1998,12,417183,418818 +KEN,1998,13,406351,407838 +KEN,1998,14,395483,396885 +KEN,1998,15,383813,385045 +KEN,1998,16,371274,372178 +KEN,1998,17,358149,358626 +KEN,1998,18,344791,344878 +KEN,1999,0,594015,606842 +KEN,1999,1,557226,568107 +KEN,1999,2,526928,536098 +KEN,1999,3,502422,510095 +KEN,1999,4,478019,484390 +KEN,1999,5,467196,472469 +KEN,1999,6,458819,463153 +KEN,1999,7,452324,455865 +KEN,1999,8,447147,450027 +KEN,1999,9,443370,445697 +KEN,1999,10,441071,442935 +KEN,1999,11,436467,437979 +KEN,1999,12,427704,428980 +KEN,1999,13,416152,417268 +KEN,1999,14,405177,406180 +KEN,1999,15,394280,395234 +KEN,1999,16,382574,383378 +KEN,1999,17,370007,370481 +KEN,1999,18,356855,356886 +KEN,2000,0,615869,629319 +KEN,2000,1,575871,587339 +KEN,2000,2,542763,552465 +KEN,2000,3,515828,523966 +KEN,2000,4,494349,501112 +KEN,2000,5,477610,483174 +KEN,2000,6,464894,469423 +KEN,2000,7,455484,459128 +KEN,2000,8,448662,451559 +KEN,2000,9,443712,445988 +KEN,2000,10,440723,442480 +KEN,2000,11,439782,441101 +KEN,2000,12,436147,437142 +KEN,2000,13,427491,428283 +KEN,2000,14,415513,416181 +KEN,2000,15,404385,404974 +KEN,2000,16,393450,394023 +KEN,2000,17,381694,382137 +KEN,2000,18,369089,369195 +KEN,2001,0,626380,639840 +KEN,2001,1,605884,617905 +KEN,2001,2,570374,580580 +KEN,2001,3,540243,548811 +KEN,2001,4,515014,522115 +KEN,2001,5,494210,500009 +KEN,2001,6,477126,481772 +KEN,2001,7,463052,466684 +KEN,2001,8,452671,455442 +KEN,2001,9,445969,448036 +KEN,2001,10,441776,443272 +KEN,2001,11,439025,440041 +KEN,2001,12,438037,438651 +KEN,2001,13,434350,434660 +KEN,2001,14,425663,425765 +KEN,2001,15,413658,413620 +KEN,2001,16,402475,402343 +KEN,2001,17,391466,391301 +KEN,2001,18,379618,379336 +KEN,2002,0,629793,643240 +KEN,2002,1,599259,610944 +KEN,2002,2,597140,607918 +KEN,2002,3,566038,575150 +KEN,2002,4,538816,546407 +KEN,2002,5,515238,521450 +KEN,2002,6,495067,500039 +KEN,2002,7,477602,481462 +KEN,2002,8,462147,465007 +KEN,2002,9,450776,452796 +KEN,2002,10,444180,445534 +KEN,2002,11,440734,441564 +KEN,2002,12,438215,438603 +KEN,2002,13,437178,437199 +KEN,2002,14,433432,433166 +KEN,2002,15,424695,424214 +KEN,2002,16,412640,411999 +KEN,2002,17,401379,400628 +KEN,2002,18,390274,389470 +KEN,2003,0,629405,642901 +KEN,2003,1,608222,620129 +KEN,2003,2,587882,598274 +KEN,2003,3,589045,598715 +KEN,2003,4,562321,570465 +KEN,2003,5,537981,544713 +KEN,2003,6,516030,521464 +KEN,2003,7,496468,500721 +KEN,2003,8,478605,481780 +KEN,2003,9,461749,463935 +KEN,2003,10,449376,450738 +KEN,2003,11,442878,443611 +KEN,2003,12,440175,440432 +KEN,2003,13,437886,437735 +KEN,2003,14,436799,436316 +KEN,2003,15,432989,432236 +KEN,2003,16,424193,423216 +KEN,2003,17,412076,410915 +KEN,2003,18,400724,399434 +KEN,2004,0,630182,643898 +KEN,2004,1,617419,629706 +KEN,2004,2,603068,613951 +KEN,2004,3,587453,596967 +KEN,2004,4,580855,589487 +KEN,2004,5,558520,565766 +KEN,2004,6,537072,543012 +KEN,2004,7,516753,521473 +KEN,2004,8,497805,501400 +KEN,2004,9,479545,482094 +KEN,2004,10,461287,462857 +KEN,2004,11,447911,448672 +KEN,2004,12,441514,441681 +KEN,2004,13,439556,439292 +KEN,2004,14,437497,436862 +KEN,2004,15,436360,435427 +KEN,2004,16,432487,431300 +KEN,2004,17,423633,422212 +KEN,2004,18,411454,409825 +KEN,2005,0,635862,650036 +KEN,2005,1,628245,641103 +KEN,2005,2,617601,629134 +KEN,2005,3,604411,614624 +KEN,2005,4,589160,598065 +KEN,2005,5,572329,579952 +KEN,2005,6,554401,560779 +KEN,2005,7,535859,541038 +KEN,2005,8,517186,521225 +KEN,2005,9,498864,501832 +KEN,2005,10,480216,482170 +KEN,2005,11,460566,461548 +KEN,2005,12,446193,446380 +KEN,2005,13,439900,439528 +KEN,2005,14,438689,437934 +KEN,2005,15,436862,435772 +KEN,2005,16,435675,434321 +KEN,2005,17,431741,430150 +KEN,2005,18,422834,420998 +KEN,2006,0,648175,662868 +KEN,2006,1,635253,648709 +KEN,2006,2,626264,638445 +KEN,2006,3,614886,625784 +KEN,2006,4,601484,611102 +KEN,2006,5,586429,594778 +KEN,2006,6,570206,577310 +KEN,2006,7,553304,559195 +KEN,2006,8,535492,540213 +KEN,2006,9,516900,520502 +KEN,2006,10,498255,500800 +KEN,2006,11,479482,481025 +KEN,2006,12,459793,460379 +KEN,2006,13,445345,445125 +KEN,2006,14,438943,438112 +KEN,2006,15,437601,436309 +KEN,2006,16,435626,433927 +KEN,2006,17,434277,432239 +KEN,2006,18,430188,427869 +KEN,2007,0,665110,680611 +KEN,2007,1,656075,670246 +KEN,2007,2,634318,647099 +KEN,2007,3,623963,635509 +KEN,2007,4,611856,622160 +KEN,2007,5,598250,607313 +KEN,2007,6,583397,591231 +KEN,2007,7,567791,574415 +KEN,2007,8,551923,557367 +KEN,2007,9,534851,539151 +KEN,2007,10,516350,519551 +KEN,2007,11,497390,499548 +KEN,2007,12,478502,479669 +KEN,2007,13,458784,459009 +KEN,2007,14,444269,443674 +KEN,2007,15,437763,436504 +KEN,2007,16,436288,434493 +KEN,2007,17,434167,431893 +KEN,2007,18,432657,429969 +KEN,2008,0,683710,699991 +KEN,2008,1,670689,685606 +KEN,2008,2,656632,670190 +KEN,2008,3,633281,645417 +KEN,2008,4,621563,632504 +KEN,2008,5,608730,618470 +KEN,2008,6,594921,603460 +KEN,2008,7,580275,587622 +KEN,2008,8,565287,571459 +KEN,2008,9,550454,555478 +KEN,2008,10,534123,538030 +KEN,2008,11,515716,518543 +KEN,2008,12,496446,498241 +KEN,2008,13,477446,478261 +KEN,2008,14,457701,457589 +KEN,2008,15,443121,442176 +KEN,2008,16,436512,434849 +KEN,2008,17,434907,432631 +KEN,2008,18,432639,429812 +KEN,2009,0,699792,716429 +KEN,2009,1,683661,699019 +KEN,2009,2,667660,681742 +KEN,2009,3,651785,664597 +KEN,2009,4,632586,644130 +KEN,2009,5,619499,629887 +KEN,2009,6,605934,615159 +KEN,2009,7,591916,599977 +KEN,2009,8,577467,584372 +KEN,2009,9,563089,568853 +KEN,2009,10,549283,553928 +KEN,2009,11,533685,537237 +KEN,2009,12,515361,517852 +KEN,2009,13,495770,497239 +KEN,2009,14,476648,477146 +KEN,2009,15,456866,456448 +KEN,2009,16,442213,440948 +KEN,2009,17,435497,433460 +KEN,2009,18,433760,431033 +KEN,2010,0,710295,726612 +KEN,2010,1,693664,708980 +KEN,2010,2,677649,691928 +KEN,2010,3,662157,675369 +KEN,2010,4,647098,659220 +KEN,2010,5,632380,643394 +KEN,2010,6,617913,627806 +KEN,2010,7,603605,612372 +KEN,2010,8,589366,597005 +KEN,2010,9,575103,581621 +KEN,2010,10,561325,566732 +KEN,2010,11,548536,552853 +KEN,2010,12,533659,536904 +KEN,2010,13,515405,517604 +KEN,2010,14,495477,496662 +KEN,2010,15,476218,476438 +KEN,2010,16,456384,455698 +KEN,2010,17,441647,440096 +KEN,2010,18,434819,432441 +KEN,2011,0,712396,727169 +KEN,2011,1,705656,721021 +KEN,2011,2,690666,705213 +KEN,2011,3,675763,689419 +KEN,2011,4,660938,673639 +KEN,2011,5,646182,657876 +KEN,2011,6,631408,642049 +KEN,2011,7,616530,626080 +KEN,2011,8,601930,610373 +KEN,2011,9,587759,595089 +KEN,2011,10,573771,579989 +KEN,2011,11,560082,565186 +KEN,2011,12,547278,551278 +KEN,2011,13,532376,535287 +KEN,2011,14,514100,515943 +KEN,2011,15,494147,494955 +KEN,2011,16,474849,474667 +KEN,2011,17,454968,453852 +KEN,2011,18,440168,438173 +KEN,2012,0,709767,722364 +KEN,2012,1,700850,713758 +KEN,2012,2,701802,716356 +KEN,2012,3,688435,702349 +KEN,2012,4,674626,687791 +KEN,2012,5,660450,672769 +KEN,2012,6,645981,657371 +KEN,2012,7,631135,641524 +KEN,2012,8,615828,625153 +KEN,2012,9,600922,609153 +KEN,2012,10,586803,593933 +KEN,2012,11,573074,579097 +KEN,2012,12,559459,564362 +KEN,2012,13,546625,550407 +KEN,2012,14,531683,534354 +KEN,2012,15,513365,514942 +KEN,2012,16,493365,493880 +KEN,2012,17,474006,473502 +KEN,2012,18,454056,452586 +KEN,2013,0,703977,714331 +KEN,2013,1,701234,712644 +KEN,2013,2,696457,708558 +KEN,2013,3,698387,712210 +KEN,2013,4,686635,699995 +KEN,2013,5,673913,686664 +KEN,2013,6,660378,672389 +KEN,2013,7,646186,657345 +KEN,2013,8,631258,641465 +KEN,2013,9,615514,624681 +KEN,2013,10,600291,608377 +KEN,2013,11,586215,593209 +KEN,2013,12,572736,578627 +KEN,2013,13,559187,563948 +KEN,2013,14,546316,549936 +KEN,2013,15,531324,533809 +KEN,2013,16,512952,514316 +KEN,2013,17,492892,493164 +KEN,2013,18,473460,472682 +KEN,2014,0,697463,706284 +KEN,2014,1,700274,710583 +KEN,2014,2,699969,711349 +KEN,2014,3,696823,708893 +KEN,2014,4,694972,708049 +KEN,2014,5,684837,697629 +KEN,2014,6,673202,685525 +KEN,2014,7,660308,671998 +KEN,2014,8,646394,657309 +KEN,2014,9,631384,641397 +KEN,2014,10,615203,624200 +KEN,2014,11,599662,607591 +KEN,2014,12,585629,592476 +KEN,2014,13,572401,578149 +KEN,2014,14,558918,563526 +KEN,2014,15,546009,549457 +KEN,2014,16,530967,533256 +KEN,2014,17,512541,513681 +KEN,2014,18,492421,492440 +KEN,2015,0,692299,700838 +KEN,2015,1,698747,708684 +KEN,2015,2,701559,712542 +KEN,2015,3,701056,712759 +KEN,2015,4,697560,709682 +KEN,2015,5,691394,703659 +KEN,2015,6,682878,695039 +KEN,2015,7,672335,684168 +KEN,2015,8,660085,671394 +KEN,2015,9,646452,657065 +KEN,2015,10,631364,641125 +KEN,2015,11,614748,623520 +KEN,2015,12,598893,606611 +KEN,2015,13,584908,591554 +KEN,2015,14,571933,577486 +KEN,2015,15,558520,562924 +KEN,2015,16,545575,548803 +KEN,2015,17,530487,532533 +KEN,2015,18,512011,512883 +KEN,2016,0,688743,698769 +KEN,2016,1,693068,701943 +KEN,2016,2,698051,707974 +KEN,2016,3,700015,710776 +KEN,2016,4,699173,710563 +KEN,2016,5,695740,707550 +KEN,2016,6,690042,702090 +KEN,2016,7,682402,694534 +KEN,2016,8,672479,684412 +KEN,2016,9,660261,671663 +KEN,2016,10,646298,656915 +KEN,2016,11,631080,640803 +KEN,2016,12,614425,623139 +KEN,2016,13,598519,606154 +KEN,2016,14,584476,591006 +KEN,2016,15,571438,576838 +KEN,2016,16,557950,562165 +KEN,2016,17,544921,547921 +KEN,2016,18,529756,531551 +KEN,2017,0,686373,699076 +KEN,2017,1,694171,706273 +KEN,2017,2,693697,702766 +KEN,2017,3,697214,706979 +KEN,2017,4,698329,708724 +KEN,2017,5,697148,708081 +KEN,2017,6,693779,705133 +KEN,2017,7,688549,700238 +KEN,2017,8,681788,693751 +KEN,2017,9,672486,684381 +KEN,2017,10,660303,671663 +KEN,2017,11,646014,656501 +KEN,2017,12,630668,640223 +KEN,2017,13,613978,622508 +KEN,2017,14,598023,605453 +KEN,2017,15,583925,590220 +KEN,2017,16,570826,575957 +KEN,2017,17,557267,561179 +KEN,2017,18,544157,546818 +KEN,2018,0,686479,702366 +KEN,2018,1,692489,706332 +KEN,2018,2,696573,708885 +KEN,2018,3,694261,703445 +KEN,2018,4,696311,705840 +KEN,2018,5,696577,706526 +KEN,2018,6,695058,705454 +KEN,2018,7,691753,702572 +KEN,2018,8,686992,698242 +KEN,2018,9,681110,692825 +KEN,2018,10,672431,684210 +KEN,2018,11,660283,671525 +KEN,2018,12,645668,655953 +KEN,2018,13,630198,639512 +KEN,2018,14,613473,621749 +KEN,2018,15,597472,604627 +KEN,2018,16,583320,589313 +KEN,2018,17,570162,574959 +KEN,2018,18,556531,560079 +KEN,2019,0,690000,709000 +KEN,2019,1,693000,709000 +KEN,2019,2,695000,708000 +KEN,2019,3,697000,708000 +KEN,2019,4,695000,704000 +KEN,2019,5,695000,705000 +KEN,2019,6,695000,704000 +KEN,2019,7,693000,703000 +KEN,2019,8,690000,700000 +KEN,2019,9,685000,696000 +KEN,2019,10,680000,692000 +KEN,2019,11,672000,684000 +KEN,2019,12,660000,671000 +KEN,2019,13,645000,655000 +KEN,2019,14,630000,639000 +KEN,2019,15,613000,621000 +KEN,2019,16,597000,604000 +KEN,2019,17,583000,588000 +KEN,2019,18,569000,574000 +KEN,2020,0,699000,719000 +KEN,2020,1,698000,714000 +KEN,2020,2,697000,711000 +KEN,2020,3,696000,708000 +KEN,2020,4,696000,706000 +KEN,2020,5,695000,705000 +KEN,2020,6,694000,704000 +KEN,2020,7,693000,702000 +KEN,2020,8,691000,700000 +KEN,2020,9,688000,697000 +KEN,2020,10,684000,694000 +KEN,2020,11,680000,691000 +KEN,2020,12,672000,684000 +KEN,2020,13,660000,671000 +KEN,2020,14,645000,655000 +KEN,2020,15,629000,638000 +KEN,2020,16,612000,620000 +KEN,2020,17,596000,603000 +KEN,2020,18,582000,588000 +KEN,2021,0,714000,734000 +KEN,2021,1,700000,719000 +KEN,2021,2,697000,713000 +KEN,2021,3,696000,710000 +KEN,2021,4,695000,707000 +KEN,2021,5,695000,705000 +KEN,2021,6,695000,704000 +KEN,2021,7,694000,703000 +KEN,2021,8,693000,702000 +KEN,2021,9,691000,700000 +KEN,2021,10,688000,697000 +KEN,2021,11,684000,694000 +KEN,2021,12,680000,691000 +KEN,2021,13,672000,683000 +KEN,2021,14,660000,671000 +KEN,2021,15,645000,654000 +KEN,2021,16,629000,637000 +KEN,2021,17,612000,619000 +KEN,2021,18,596000,602000 +KEN,2022,0,733000,752000 +KEN,2022,1,719000,736000 +KEN,2022,2,700000,718000 +KEN,2022,3,697000,712000 +KEN,2022,4,695000,708000 +KEN,2022,5,694000,706000 +KEN,2022,6,693000,704000 +KEN,2022,7,693000,703000 +KEN,2022,8,694000,703000 +KEN,2022,9,693000,702000 +KEN,2022,10,691000,700000 +KEN,2022,11,687000,697000 +KEN,2022,12,683000,693000 +KEN,2022,13,679000,690000 +KEN,2022,14,672000,683000 +KEN,2022,15,659000,670000 +KEN,2022,16,644000,653000 +KEN,2022,17,628000,636000 +KEN,2022,18,611000,618000 +KEN,2023,0,754000,771000 +KEN,2023,1,734000,750000 +KEN,2023,2,718000,733000 +KEN,2023,3,700000,717000 +KEN,2023,4,695000,711000 +KEN,2023,5,693000,706000 +KEN,2023,6,692000,704000 +KEN,2023,7,692000,703000 +KEN,2023,8,692000,702000 +KEN,2023,9,693000,702000 +KEN,2023,10,693000,701000 +KEN,2023,11,691000,699000 +KEN,2023,12,687000,696000 +KEN,2023,13,683000,693000 +KEN,2023,14,678000,689000 +KEN,2023,15,671000,682000 +KEN,2023,16,659000,669000 +KEN,2023,17,643000,652000 +KEN,2023,18,627000,635000 +KEN,2024,0,773000,789000 +KEN,2024,1,748000,764000 +KEN,2024,2,728000,744000 +KEN,2024,3,713000,728000 +KEN,2024,4,700000,716000 +KEN,2024,5,695000,709000 +KEN,2024,6,692000,705000 +KEN,2024,7,690000,702000 +KEN,2024,8,690000,701000 +KEN,2024,9,691000,701000 +KEN,2024,10,692000,701000 +KEN,2024,11,693000,701000 +KEN,2024,12,690000,699000 +KEN,2024,13,686000,695000 +KEN,2024,14,682000,692000 +KEN,2024,15,678000,688000 +KEN,2024,16,670000,681000 +KEN,2024,17,658000,668000 +KEN,2024,18,642000,651000 +KEN,2025,0,787000,802000 +KEN,2025,1,760000,776000 +KEN,2025,2,739000,754000 +KEN,2025,3,722000,737000 +KEN,2025,4,709000,724000 +KEN,2025,5,700000,715000 +KEN,2025,6,694000,708000 +KEN,2025,7,690000,704000 +KEN,2025,8,689000,701000 +KEN,2025,9,689000,700000 +KEN,2025,10,690000,700000 +KEN,2025,11,692000,700000 +KEN,2025,12,692000,700000 +KEN,2025,13,690000,698000 +KEN,2025,14,686000,695000 +KEN,2025,15,682000,691000 +KEN,2025,16,678000,688000 +KEN,2025,17,670000,680000 +KEN,2025,18,657000,667000 +KEN,2026,0,795000,809000 +KEN,2026,1,782000,796000 +KEN,2026,2,758000,773000 +KEN,2026,3,738000,754000 +KEN,2026,4,722000,738000 +KEN,2026,5,710000,725000 +KEN,2026,6,700000,715000 +KEN,2026,7,693000,707000 +KEN,2026,8,689000,702000 +KEN,2026,9,687000,700000 +KEN,2026,10,688000,699000 +KEN,2026,11,689000,699000 +KEN,2026,12,691000,700000 +KEN,2026,13,692000,699000 +KEN,2026,14,690000,697000 +KEN,2026,15,685000,694000 +KEN,2026,16,681000,690000 +KEN,2026,17,676000,686000 +KEN,2026,18,669000,679000 +KEN,2027,0,798000,813000 +KEN,2027,1,777000,793000 +KEN,2027,2,777000,791000 +KEN,2027,3,756000,771000 +KEN,2027,4,738000,753000 +KEN,2027,5,724000,739000 +KEN,2027,6,712000,726000 +KEN,2027,7,702000,716000 +KEN,2027,8,693000,707000 +KEN,2027,9,688000,701000 +KEN,2027,10,686000,699000 +KEN,2027,11,687000,698000 +KEN,2027,12,689000,698000 +KEN,2027,13,691000,699000 +KEN,2027,14,691000,699000 +KEN,2027,15,689000,697000 +KEN,2027,16,685000,693000 +KEN,2027,17,680000,689000 +KEN,2027,18,676000,685000 +KEN,2028,0,797000,813000 +KEN,2028,1,783000,799000 +KEN,2028,2,770000,786000 +KEN,2028,3,772000,786000 +KEN,2028,4,754000,769000 +KEN,2028,5,739000,753000 +KEN,2028,6,725000,740000 +KEN,2028,7,713000,728000 +KEN,2028,8,703000,717000 +KEN,2028,9,693000,707000 +KEN,2028,10,687000,700000 +KEN,2028,11,686000,698000 +KEN,2028,12,687000,698000 +KEN,2028,13,689000,698000 +KEN,2028,14,691000,699000 +KEN,2028,15,691000,698000 +KEN,2028,16,689000,696000 +KEN,2028,17,684000,692000 +KEN,2028,18,680000,688000 +KEN,2029,0,797000,814000 +KEN,2029,1,789000,805000 +KEN,2029,2,780000,796000 +KEN,2029,3,770000,786000 +KEN,2029,4,767000,781000 +KEN,2029,5,753000,767000 +KEN,2029,6,739000,753000 +KEN,2029,7,726000,740000 +KEN,2029,8,715000,729000 +KEN,2029,9,704000,718000 +KEN,2029,10,693000,707000 +KEN,2029,11,686000,699000 +KEN,2029,12,685000,697000 +KEN,2029,13,687000,697000 +KEN,2029,14,689000,698000 +KEN,2029,15,690000,698000 +KEN,2029,16,691000,698000 +KEN,2029,17,689000,696000 +KEN,2029,18,684000,692000 +KEN,2030,0,799000,817000 +KEN,2030,1,795000,812000 +KEN,2030,2,789000,805000 +KEN,2030,3,781000,797000 +KEN,2030,4,772000,787000 +KEN,2030,5,762000,776000 +KEN,2030,6,751000,765000 +KEN,2030,7,739000,753000 +KEN,2030,8,727000,741000 +KEN,2030,9,716000,730000 +KEN,2030,10,705000,718000 +KEN,2030,11,693000,706000 +KEN,2030,12,685000,698000 +KEN,2030,13,684000,695000 +KEN,2030,14,686000,697000 +KEN,2030,15,688000,697000 +KEN,2030,16,690000,698000 +KEN,2030,17,690000,697000 +KEN,2030,18,688000,695000 +KEN,2031,0,804000,822000 +KEN,2031,1,799000,817000 +KEN,2031,2,795000,811000 +KEN,2031,3,788000,804000 +KEN,2031,4,780000,795000 +KEN,2031,5,771000,786000 +KEN,2031,6,761000,775000 +KEN,2031,7,750000,764000 +KEN,2031,8,739000,753000 +KEN,2031,9,728000,741000 +KEN,2031,10,716000,730000 +KEN,2031,11,705000,718000 +KEN,2031,12,693000,706000 +KEN,2031,13,685000,698000 +KEN,2031,14,683000,695000 +KEN,2031,15,686000,696000 +KEN,2031,16,688000,697000 +KEN,2031,17,690000,697000 +KEN,2031,18,690000,696000 +KEN,2032,0,811000,830000 +KEN,2032,1,809000,826000 +KEN,2032,2,800000,816000 +KEN,2032,3,794000,810000 +KEN,2032,4,787000,803000 +KEN,2032,5,779000,794000 +KEN,2032,6,770000,784000 +KEN,2032,7,760000,774000 +KEN,2032,8,750000,764000 +KEN,2032,9,739000,753000 +KEN,2032,10,728000,741000 +KEN,2032,11,716000,729000 +KEN,2032,12,705000,718000 +KEN,2032,13,693000,705000 +KEN,2032,14,685000,697000 +KEN,2032,15,683000,694000 +KEN,2032,16,686000,695000 +KEN,2032,17,687000,696000 +KEN,2032,18,689000,696000 +KEN,2033,0,819000,838000 +KEN,2033,1,816000,833000 +KEN,2033,2,811000,827000 +KEN,2033,3,800000,816000 +KEN,2033,4,794000,809000 +KEN,2033,5,786000,801000 +KEN,2033,6,778000,792000 +KEN,2033,7,769000,783000 +KEN,2033,8,759000,773000 +KEN,2033,9,750000,763000 +KEN,2033,10,739000,752000 +KEN,2033,11,728000,741000 +KEN,2033,12,716000,729000 +KEN,2033,13,704000,717000 +KEN,2033,14,692000,705000 +KEN,2033,15,684000,696000 +KEN,2033,16,682000,694000 +KEN,2033,17,685000,695000 +KEN,2033,18,687000,695000 +KEN,2034,0,826000,845000 +KEN,2034,1,822000,839000 +KEN,2034,2,816000,833000 +KEN,2034,3,810000,825000 +KEN,2034,4,800000,816000 +KEN,2034,5,793000,808000 +KEN,2034,6,785000,800000 +KEN,2034,7,776000,791000 +KEN,2034,8,767000,781000 +KEN,2034,9,758000,772000 +KEN,2034,10,749000,762000 +KEN,2034,11,739000,752000 +KEN,2034,12,727000,740000 +KEN,2034,13,716000,728000 +KEN,2034,14,704000,716000 +KEN,2034,15,692000,704000 +KEN,2034,16,684000,696000 +KEN,2034,17,682000,693000 +KEN,2034,18,684000,694000 +KEN,2035,0,831000,849000 +KEN,2035,1,826000,844000 +KEN,2035,2,821000,837000 +KEN,2035,3,814000,830000 +KEN,2035,4,807000,823000 +KEN,2035,5,800000,815000 +KEN,2035,6,792000,807000 +KEN,2035,7,784000,798000 +KEN,2035,8,775000,789000 +KEN,2035,9,766000,780000 +KEN,2035,10,757000,770000 +KEN,2035,11,748000,762000 +KEN,2035,12,739000,752000 +KEN,2035,13,727000,740000 +KEN,2035,14,715000,728000 +KEN,2035,15,703000,716000 +KEN,2035,16,691000,703000 +KEN,2035,17,683000,695000 +KEN,2035,18,681000,692000 +KEN,2036,0,834000,852000 +KEN,2036,1,831000,848000 +KEN,2036,2,826000,843000 +KEN,2036,3,820000,836000 +KEN,2036,4,814000,830000 +KEN,2036,5,807000,822000 +KEN,2036,6,800000,815000 +KEN,2036,7,792000,806000 +KEN,2036,8,784000,798000 +KEN,2036,9,775000,789000 +KEN,2036,10,766000,779000 +KEN,2036,11,757000,770000 +KEN,2036,12,748000,761000 +KEN,2036,13,738000,751000 +KEN,2036,14,727000,739000 +KEN,2036,15,715000,727000 +KEN,2036,16,703000,715000 +KEN,2036,17,691000,703000 +KEN,2036,18,682000,694000 +KEN,2037,0,835000,853000 +KEN,2037,1,832000,849000 +KEN,2037,2,830000,847000 +KEN,2037,3,825000,841000 +KEN,2037,4,820000,836000 +KEN,2037,5,813000,829000 +KEN,2037,6,807000,822000 +KEN,2037,7,799000,814000 +KEN,2037,8,792000,806000 +KEN,2037,9,783000,797000 +KEN,2037,10,775000,788000 +KEN,2037,11,766000,779000 +KEN,2037,12,757000,770000 +KEN,2037,13,748000,761000 +KEN,2037,14,738000,751000 +KEN,2037,15,727000,739000 +KEN,2037,16,714000,726000 +KEN,2037,17,702000,714000 +KEN,2037,18,690000,702000 +KEN,2038,0,834000,852000 +KEN,2038,1,833000,850000 +KEN,2038,2,830000,847000 +KEN,2038,3,829000,845000 +KEN,2038,4,824000,840000 +KEN,2038,5,819000,835000 +KEN,2038,6,813000,828000 +KEN,2038,7,806000,821000 +KEN,2038,8,799000,814000 +KEN,2038,9,791000,806000 +KEN,2038,10,783000,797000 +KEN,2038,11,774000,788000 +KEN,2038,12,765000,779000 +KEN,2038,13,756000,769000 +KEN,2038,14,748000,760000 +KEN,2038,15,738000,750000 +KEN,2038,16,726000,738000 +KEN,2038,17,714000,726000 +KEN,2038,18,702000,713000 +KEN,2039,0,833000,851000 +KEN,2039,1,833000,851000 +KEN,2039,2,832000,849000 +KEN,2039,3,830000,846000 +KEN,2039,4,828000,844000 +KEN,2039,5,823000,839000 +KEN,2039,6,818000,833000 +KEN,2039,7,812000,827000 +KEN,2039,8,806000,820000 +KEN,2039,9,799000,813000 +KEN,2039,10,791000,805000 +KEN,2039,11,783000,796000 +KEN,2039,12,774000,787000 +KEN,2039,13,765000,778000 +KEN,2039,14,756000,769000 +KEN,2039,15,747000,760000 +KEN,2039,16,737000,749000 +KEN,2039,17,726000,737000 +KEN,2039,18,713000,725000 +KEN,2040,0,833000,851000 +KEN,2040,1,834000,851000 +KEN,2040,2,833000,850000 +KEN,2040,3,832000,848000 +KEN,2040,4,830000,846000 +KEN,2040,5,827000,842000 +KEN,2040,6,822000,838000 +KEN,2040,7,817000,832000 +KEN,2040,8,812000,826000 +KEN,2040,9,805000,819000 +KEN,2040,10,798000,812000 +KEN,2040,11,790000,804000 +KEN,2040,12,782000,796000 +KEN,2040,13,774000,787000 +KEN,2040,14,765000,777000 +KEN,2040,15,755000,768000 +KEN,2040,16,747000,759000 +KEN,2040,17,737000,749000 +KEN,2040,18,725000,737000 +KEN,2041,0,834000,852000 +KEN,2041,1,833000,850000 +KEN,2041,2,833000,850000 +KEN,2041,3,833000,849000 +KEN,2041,4,832000,848000 +KEN,2041,5,829000,845000 +KEN,2041,6,826000,841000 +KEN,2041,7,822000,837000 +KEN,2041,8,818000,832000 +KEN,2041,9,812000,826000 +KEN,2041,10,805000,819000 +KEN,2041,11,798000,812000 +KEN,2041,12,790000,804000 +KEN,2041,13,782000,795000 +KEN,2041,14,773000,786000 +KEN,2041,15,764000,777000 +KEN,2041,16,755000,767000 +KEN,2041,17,746000,758000 +KEN,2041,18,736000,748000 +KEN,2042,0,835000,854000 +KEN,2042,1,836000,853000 +KEN,2042,2,833000,850000 +KEN,2042,3,833000,850000 +KEN,2042,4,832000,848000 +KEN,2042,5,831000,847000 +KEN,2042,6,829000,844000 +KEN,2042,7,826000,841000 +KEN,2042,8,822000,837000 +KEN,2042,9,817000,832000 +KEN,2042,10,812000,826000 +KEN,2042,11,805000,819000 +KEN,2042,12,798000,812000 +KEN,2042,13,790000,804000 +KEN,2042,14,782000,795000 +KEN,2042,15,773000,786000 +KEN,2042,16,764000,776000 +KEN,2042,17,755000,767000 +KEN,2042,18,746000,757000 +KEN,2043,0,837000,856000 +KEN,2043,1,837000,854000 +KEN,2043,2,836000,853000 +KEN,2043,3,833000,849000 +KEN,2043,4,832000,849000 +KEN,2043,5,831000,847000 +KEN,2043,6,830000,845000 +KEN,2043,7,828000,843000 +KEN,2043,8,825000,840000 +KEN,2043,9,822000,836000 +KEN,2043,10,817000,832000 +KEN,2043,11,812000,826000 +KEN,2043,12,805000,819000 +KEN,2043,13,798000,811000 +KEN,2043,14,790000,803000 +KEN,2043,15,781000,794000 +KEN,2043,16,773000,785000 +KEN,2043,17,763000,775000 +KEN,2043,18,754000,766000 +KEN,2044,0,839000,857000 +KEN,2044,1,837000,855000 +KEN,2044,2,836000,853000 +KEN,2044,3,835000,851000 +KEN,2044,4,833000,849000 +KEN,2044,5,832000,848000 +KEN,2044,6,831000,846000 +KEN,2044,7,829000,844000 +KEN,2044,8,827000,842000 +KEN,2044,9,824000,839000 +KEN,2044,10,821000,836000 +KEN,2044,11,817000,831000 +KEN,2044,12,811000,825000 +KEN,2044,13,804000,818000 +KEN,2044,14,797000,810000 +KEN,2044,15,789000,802000 +KEN,2044,16,781000,794000 +KEN,2044,17,772000,784000 +KEN,2044,18,763000,774000 +KEN,2045,0,840000,858000 +KEN,2045,1,838000,856000 +KEN,2045,2,836000,853000 +KEN,2045,3,835000,851000 +KEN,2045,4,833000,850000 +KEN,2045,5,832000,848000 +KEN,2045,6,831000,846000 +KEN,2045,7,830000,845000 +KEN,2045,8,828000,843000 +KEN,2045,9,826000,840000 +KEN,2045,10,823000,838000 +KEN,2045,11,821000,835000 +KEN,2045,12,817000,831000 +KEN,2045,13,811000,825000 +KEN,2045,14,804000,817000 +KEN,2045,15,797000,810000 +KEN,2045,16,789000,802000 +KEN,2045,17,780000,793000 +KEN,2045,18,772000,783000 +KEN,2046,0,841000,859000 +KEN,2046,1,839000,857000 +KEN,2046,2,837000,855000 +KEN,2046,3,836000,853000 +KEN,2046,4,835000,851000 +KEN,2046,5,833000,849000 +KEN,2046,6,832000,848000 +KEN,2046,7,831000,846000 +KEN,2046,8,829000,844000 +KEN,2046,9,828000,842000 +KEN,2046,10,826000,840000 +KEN,2046,11,823000,837000 +KEN,2046,12,821000,835000 +KEN,2046,13,817000,830000 +KEN,2046,14,811000,824000 +KEN,2046,15,804000,817000 +KEN,2046,16,796000,809000 +KEN,2046,17,788000,801000 +KEN,2046,18,780000,792000 +KEN,2047,0,841000,860000 +KEN,2047,1,839000,857000 +KEN,2047,2,838000,856000 +KEN,2047,3,837000,854000 +KEN,2047,4,836000,852000 +KEN,2047,5,834000,850000 +KEN,2047,6,833000,849000 +KEN,2047,7,832000,847000 +KEN,2047,8,831000,846000 +KEN,2047,9,829000,844000 +KEN,2047,10,828000,842000 +KEN,2047,11,826000,840000 +KEN,2047,12,823000,837000 +KEN,2047,13,820000,834000 +KEN,2047,14,816000,830000 +KEN,2047,15,811000,824000 +KEN,2047,16,803000,816000 +KEN,2047,17,796000,808000 +KEN,2047,18,788000,800000 +KEN,2048,0,841000,860000 +KEN,2048,1,839000,857000 +KEN,2048,2,838000,855000 +KEN,2048,3,838000,855000 +KEN,2048,4,836000,853000 +KEN,2048,5,835000,851000 +KEN,2048,6,834000,850000 +KEN,2048,7,833000,848000 +KEN,2048,8,832000,847000 +KEN,2048,9,831000,845000 +KEN,2048,10,829000,844000 +KEN,2048,11,827000,842000 +KEN,2048,12,825000,839000 +KEN,2048,13,823000,837000 +KEN,2048,14,820000,834000 +KEN,2048,15,816000,829000 +KEN,2048,16,810000,823000 +KEN,2048,17,803000,815000 +KEN,2048,18,795000,807000 +KEN,2049,0,842000,860000 +KEN,2049,1,840000,858000 +KEN,2049,2,838000,855000 +KEN,2049,3,837000,854000 +KEN,2049,4,837000,853000 +KEN,2049,5,835000,852000 +KEN,2049,6,835000,850000 +KEN,2049,7,834000,849000 +KEN,2049,8,833000,848000 +KEN,2049,9,832000,846000 +KEN,2049,10,830000,845000 +KEN,2049,11,829000,843000 +KEN,2049,12,827000,841000 +KEN,2049,13,825000,839000 +KEN,2049,14,822000,836000 +KEN,2049,15,820000,833000 +KEN,2049,16,816000,829000 +KEN,2049,17,810000,822000 +KEN,2049,18,802000,814000 +KEN,2050,0,842000,861000 +KEN,2050,1,840000,858000 +KEN,2050,2,839000,856000 +KEN,2050,3,837000,854000 +KEN,2050,4,836000,853000 +KEN,2050,5,835000,851000 +KEN,2050,6,835000,850000 +KEN,2050,7,834000,849000 +KEN,2050,8,833000,848000 +KEN,2050,9,832000,847000 +KEN,2050,10,831000,846000 +KEN,2050,11,830000,844000 +KEN,2050,12,828000,842000 +KEN,2050,13,826000,840000 +KEN,2050,14,824000,838000 +KEN,2050,15,822000,835000 +KEN,2050,16,819000,832000 +KEN,2050,17,815000,828000 +KEN,2050,18,809000,821000 +KGZ,1990,0,64308,66904 +KGZ,1990,1,63183,65487 +KGZ,1990,2,61888,63943 +KGZ,1990,3,60451,62297 +KGZ,1990,4,58900,60572 +KGZ,1990,5,57263,58792 +KGZ,1990,6,55566,56982 +KGZ,1990,7,53839,55165 +KGZ,1990,8,52107,53366 +KGZ,1990,9,50400,51609 +KGZ,1990,10,48690,49875 +KGZ,1990,11,46950,48145 +KGZ,1990,12,45480,46657 +KGZ,1990,13,44415,45521 +KGZ,1990,14,43621,44633 +KGZ,1990,15,42873,43786 +KGZ,1990,16,42273,43032 +KGZ,1990,17,41479,42261 +KGZ,1990,18,40317,41399 +KGZ,1991,0,62952,65493 +KGZ,1991,1,63535,66032 +KGZ,1991,2,62558,64798 +KGZ,1991,3,61366,63380 +KGZ,1991,4,59993,61812 +KGZ,1991,5,58474,60127 +KGZ,1991,6,56837,58348 +KGZ,1991,7,55111,56502 +KGZ,1991,8,53363,54660 +KGZ,1991,9,51641,52871 +KGZ,1991,10,49960,51145 +KGZ,1991,11,48261,49422 +KGZ,1991,12,46522,47691 +KGZ,1991,13,45054,46203 +KGZ,1991,14,43995,45071 +KGZ,1991,15,43208,44188 +KGZ,1991,16,42464,43344 +KGZ,1991,17,41868,42590 +KGZ,1991,18,41075,41815 +KGZ,1992,0,60826,63307 +KGZ,1992,1,61421,63736 +KGZ,1992,2,62686,65095 +KGZ,1992,3,61859,64045 +KGZ,1992,4,60771,62755 +KGZ,1992,5,59463,61267 +KGZ,1992,6,57978,59622 +KGZ,1992,7,56344,57847 +KGZ,1992,8,54589,55966 +KGZ,1992,9,52822,54100 +KGZ,1992,10,51112,52324 +KGZ,1992,11,49461,50631 +KGZ,1992,12,47774,48921 +KGZ,1992,13,46038,47191 +KGZ,1992,14,44574,45705 +KGZ,1992,15,43522,44577 +KGZ,1992,16,42742,43700 +KGZ,1992,17,42005,42858 +KGZ,1992,18,41412,42106 +KGZ,1993,0,58338,60769 +KGZ,1993,1,59797,62133 +KGZ,1993,2,60632,62864 +KGZ,1993,3,61846,64167 +KGZ,1993,4,61168,63299 +KGZ,1993,5,60183,62136 +KGZ,1993,6,58941,60728 +KGZ,1993,7,57489,59125 +KGZ,1993,8,55857,57352 +KGZ,1993,9,54074,55436 +KGZ,1993,10,52288,53547 +KGZ,1993,11,50590,51783 +KGZ,1993,12,48967,50123 +KGZ,1993,13,47293,48425 +KGZ,1993,14,45560,46696 +KGZ,1993,15,44100,45211 +KGZ,1993,16,43054,44088 +KGZ,1993,17,42283,43216 +KGZ,1993,18,41551,42378 +KGZ,1994,0,56023,58438 +KGZ,1994,1,58174,60546 +KGZ,1994,2,59619,61926 +KGZ,1994,3,60426,62647 +KGZ,1994,4,61122,63342 +KGZ,1994,5,60592,62656 +KGZ,1994,6,59709,61618 +KGZ,1994,7,58529,60287 +KGZ,1994,8,57107,58722 +KGZ,1994,9,55475,56949 +KGZ,1994,10,53660,54996 +KGZ,1994,11,51853,53080 +KGZ,1994,12,50163,51326 +KGZ,1994,13,48566,49695 +KGZ,1994,14,46901,48008 +KGZ,1994,15,45168,46276 +KGZ,1994,16,43709,44790 +KGZ,1994,17,42668,43670 +KGZ,1994,18,41903,42803 +KGZ,1995,0,54256,56705 +KGZ,1995,1,56831,59259 +KGZ,1995,2,58688,61066 +KGZ,1995,3,59890,62194 +KGZ,1995,4,60500,62709 +KGZ,1995,5,60581,62680 +KGZ,1995,6,60199,62175 +KGZ,1995,7,59415,61260 +KGZ,1995,8,58294,60003 +KGZ,1995,9,56899,58472 +KGZ,1995,10,55260,56695 +KGZ,1995,11,53408,54698 +KGZ,1995,12,51574,52751 +KGZ,1995,13,49887,51002 +KGZ,1995,14,48311,49397 +KGZ,1995,15,46651,47715 +KGZ,1995,16,44912,45976 +KGZ,1995,17,43449,44486 +KGZ,1995,18,42410,43365 +KGZ,1996,0,52749,55361 +KGZ,1996,1,54425,56884 +KGZ,1996,2,56686,59107 +KGZ,1996,3,58351,60714 +KGZ,1996,4,59462,61749 +KGZ,1996,5,60063,62258 +KGZ,1996,6,60218,62310 +KGZ,1996,7,59991,61972 +KGZ,1996,8,59318,61176 +KGZ,1996,9,58202,59925 +KGZ,1996,10,56748,58329 +KGZ,1996,11,55091,56530 +KGZ,1996,12,53241,54532 +KGZ,1996,13,51408,52584 +KGZ,1996,14,49724,50834 +KGZ,1996,15,48152,49228 +KGZ,1996,16,46495,47544 +KGZ,1996,17,44759,45803 +KGZ,1996,18,43299,44309 +KGZ,1997,0,51886,54710 +KGZ,1997,1,54347,57084 +KGZ,1997,2,54742,57186 +KGZ,1997,3,56694,59083 +KGZ,1997,4,58171,60492 +KGZ,1997,5,59196,61437 +KGZ,1997,6,59790,61942 +KGZ,1997,7,60018,62074 +KGZ,1997,8,59945,61902 +KGZ,1997,9,59382,61225 +KGZ,1997,10,58268,59975 +KGZ,1997,11,56751,58312 +KGZ,1997,12,55071,56488 +KGZ,1997,13,53217,54484 +KGZ,1997,14,51381,52530 +KGZ,1997,15,49696,50775 +KGZ,1997,16,48123,49165 +KGZ,1997,17,46465,47476 +KGZ,1997,18,44727,45729 +KGZ,1998,0,51409,54447 +KGZ,1998,1,53450,56337 +KGZ,1998,2,55178,57922 +KGZ,1998,3,55116,57531 +KGZ,1998,4,56761,59103 +KGZ,1998,5,58052,60316 +KGZ,1998,6,58990,61171 +KGZ,1998,7,59578,61671 +KGZ,1998,8,59880,61884 +KGZ,1998,9,59961,61880 +KGZ,1998,10,59508,61320 +KGZ,1998,11,58394,60072 +KGZ,1998,12,56813,58339 +KGZ,1998,13,55108,56488 +KGZ,1998,14,53248,54478 +KGZ,1998,15,51407,52517 +KGZ,1998,16,49719,50756 +KGZ,1998,17,48145,49140 +KGZ,1998,18,46484,47444 +KGZ,1999,0,50943,54128 +KGZ,1999,1,52462,55447 +KGZ,1999,2,53873,56680 +KGZ,1999,3,55160,57809 +KGZ,1999,4,55439,57832 +KGZ,1999,5,56774,59076 +KGZ,1999,6,57877,60091 +KGZ,1999,7,58728,60857 +KGZ,1999,8,59309,61352 +KGZ,1999,9,59685,61646 +KGZ,1999,10,59921,61808 +KGZ,1999,11,59577,61367 +KGZ,1999,12,58466,60121 +KGZ,1999,13,56821,58320 +KGZ,1999,14,55093,56443 +KGZ,1999,15,53229,54428 +KGZ,1999,16,51385,52461 +KGZ,1999,17,49695,50695 +KGZ,1999,18,48121,49076 +KGZ,2000,0,50260,53480 +KGZ,2000,1,51241,54246 +KGZ,2000,2,52309,55127 +KGZ,2000,3,53425,56081 +KGZ,2000,4,54550,57065 +KGZ,2000,5,55644,58036 +KGZ,2000,6,56667,58950 +KGZ,2000,7,57579,59766 +KGZ,2000,8,58342,60440 +KGZ,2000,9,58915,60929 +KGZ,2000,10,59363,61304 +KGZ,2000,11,59754,61633 +KGZ,2000,12,59520,61311 +KGZ,2000,13,58413,60069 +KGZ,2000,14,56708,58203 +KGZ,2000,15,54961,56304 +KGZ,2000,16,53097,54287 +KGZ,2000,17,51254,52318 +KGZ,2000,18,49566,50550 +KGZ,2001,0,49504,52584 +KGZ,2001,1,49687,52658 +KGZ,2001,2,50691,53477 +KGZ,2001,3,51824,54448 +KGZ,2001,4,53038,55516 +KGZ,2001,5,54280,56629 +KGZ,2001,6,55513,57747 +KGZ,2001,7,56701,58830 +KGZ,2001,8,57726,59759 +KGZ,2001,9,58512,60455 +KGZ,2001,10,59047,60905 +KGZ,2001,11,59469,61249 +KGZ,2001,12,59835,61549 +KGZ,2001,13,59549,61176 +KGZ,2001,14,58355,59859 +KGZ,2001,15,56542,57904 +KGZ,2001,16,54685,55912 +KGZ,2001,17,52700,53790 +KGZ,2001,18,50773,51760 +KGZ,2002,0,48580,51416 +KGZ,2002,1,48546,51254 +KGZ,2002,2,49007,51749 +KGZ,2002,3,50031,52621 +KGZ,2002,4,51228,53679 +KGZ,2002,5,52535,54860 +KGZ,2002,6,53893,56101 +KGZ,2002,7,55264,57365 +KGZ,2002,8,56613,58615 +KGZ,2002,9,57748,59656 +KGZ,2002,10,58556,60373 +KGZ,2002,11,59053,60782 +KGZ,2002,12,59446,61094 +KGZ,2002,13,59788,61366 +KGZ,2002,14,59450,60943 +KGZ,2002,15,58171,59552 +KGZ,2002,16,56254,57510 +KGZ,2002,17,54290,55428 +KGZ,2002,18,52190,53206 +KGZ,2003,0,47926,50475 +KGZ,2003,1,47367,49860 +KGZ,2003,2,47358,49790 +KGZ,2003,3,48302,50826 +KGZ,2003,4,49345,51750 +KGZ,2003,5,50604,52895 +KGZ,2003,6,52005,54188 +KGZ,2003,7,53476,55555 +KGZ,2003,8,54984,56964 +KGZ,2003,9,56494,58380 +KGZ,2003,10,57738,59533 +KGZ,2003,11,58568,60271 +KGZ,2003,12,59026,60639 +KGZ,2003,13,59391,60920 +KGZ,2003,14,59708,61163 +KGZ,2003,15,59318,60689 +KGZ,2003,16,57955,59225 +KGZ,2003,17,55936,57099 +KGZ,2003,18,53867,54928 +KGZ,2004,0,48097,50397 +KGZ,2004,1,46947,49241 +KGZ,2004,2,46465,48739 +KGZ,2004,3,46562,48801 +KGZ,2004,4,47643,49935 +KGZ,2004,5,48708,50911 +KGZ,2004,6,50030,52144 +KGZ,2004,7,51526,53550 +KGZ,2004,8,53112,55045 +KGZ,2004,9,54757,56600 +KGZ,2004,10,56429,58182 +KGZ,2004,11,57784,59447 +KGZ,2004,12,58635,60207 +KGZ,2004,13,59055,60534 +KGZ,2004,14,59392,60784 +KGZ,2004,15,59684,60998 +KGZ,2004,16,59243,60475 +KGZ,2004,17,57795,58937 +KGZ,2004,18,55671,56723 +KGZ,2005,0,49444,51589 +KGZ,2005,1,47609,49756 +KGZ,2005,2,46548,48684 +KGZ,2005,3,46166,48277 +KGZ,2005,4,46368,48442 +KGZ,2005,5,47060,49087 +KGZ,2005,6,48147,50116 +KGZ,2005,7,49535,51438 +KGZ,2005,8,51128,52957 +KGZ,2005,9,52831,54582 +KGZ,2005,10,54616,56284 +KGZ,2005,11,56453,58035 +KGZ,2005,12,57921,59413 +KGZ,2005,13,58796,60194 +KGZ,2005,14,59178,60481 +KGZ,2005,15,59488,60701 +KGZ,2005,16,59756,60886 +KGZ,2005,17,59262,60312 +KGZ,2005,18,57727,58698 +KGZ,2006,0,51830,54023 +KGZ,2006,1,49505,51647 +KGZ,2006,2,47764,49901 +KGZ,2006,3,46762,48889 +KGZ,2006,4,46409,48522 +KGZ,2006,5,46618,48710 +KGZ,2006,6,47293,49360 +KGZ,2006,7,48340,50378 +KGZ,2006,8,49705,51696 +KGZ,2006,9,51315,53231 +KGZ,2006,10,53059,54882 +KGZ,2006,11,54862,56592 +KGZ,2006,12,56689,58332 +KGZ,2006,13,58184,59719 +KGZ,2006,14,59145,60545 +KGZ,2006,15,59637,60890 +KGZ,2006,16,60046,61157 +KGZ,2006,17,60433,61398 +KGZ,2006,18,59915,60784 +KGZ,2007,0,55236,57560 +KGZ,2007,1,51827,54031 +KGZ,2007,2,49622,51726 +KGZ,2007,3,47974,50065 +KGZ,2007,4,47029,49113 +KGZ,2007,5,46705,48785 +KGZ,2007,6,46921,48997 +KGZ,2007,7,47581,49653 +KGZ,2007,8,48589,50660 +KGZ,2007,9,49934,51973 +KGZ,2007,10,51561,53524 +KGZ,2007,11,53347,55202 +KGZ,2007,12,55170,56923 +KGZ,2007,13,56990,58651 +KGZ,2007,14,58514,60048 +KGZ,2007,15,59562,60920 +KGZ,2007,16,60165,61323 +KGZ,2007,17,60672,61636 +KGZ,2007,18,61180,61934 +KGZ,2008,0,59360,61890 +KGZ,2008,1,55173,57482 +KGZ,2008,2,51941,54084 +KGZ,2008,3,49770,51816 +KGZ,2008,4,48214,50239 +KGZ,2008,5,47326,49347 +KGZ,2008,6,47031,49059 +KGZ,2008,7,47254,49293 +KGZ,2008,8,47898,49956 +KGZ,2008,9,48868,50952 +KGZ,2008,10,50193,52262 +KGZ,2008,11,51839,53829 +KGZ,2008,12,53668,55535 +KGZ,2008,13,55512,57265 +KGZ,2008,14,57326,58983 +KGZ,2008,15,58880,60390 +KGZ,2008,16,60015,61307 +KGZ,2008,17,60729,61768 +KGZ,2008,18,61336,62129 +KGZ,2009,0,63774,66579 +KGZ,2009,1,58931,61414 +KGZ,2009,2,55041,57283 +KGZ,2009,3,52029,54100 +KGZ,2009,4,49928,51922 +KGZ,2009,5,48463,50429 +KGZ,2009,6,47632,49597 +KGZ,2009,7,47365,49348 +KGZ,2009,8,47595,49605 +KGZ,2009,9,48224,50274 +KGZ,2009,10,49156,51260 +KGZ,2009,11,50461,52567 +KGZ,2009,12,52127,54151 +KGZ,2009,13,54000,55884 +KGZ,2009,14,55865,57626 +KGZ,2009,15,57673,59333 +KGZ,2009,16,59257,60751 +KGZ,2009,17,60480,61713 +KGZ,2009,18,61306,62233 +KGZ,2010,0,68115,71258 +KGZ,2010,1,62812,65549 +KGZ,2010,2,58420,60848 +KGZ,2010,3,54877,57081 +KGZ,2010,4,52119,54173 +KGZ,2010,5,50084,52051 +KGZ,2010,6,48711,50641 +KGZ,2010,7,47937,49868 +KGZ,2010,8,47699,49659 +KGZ,2010,9,47935,49939 +KGZ,2010,10,48549,50615 +KGZ,2010,11,49443,51591 +KGZ,2010,12,50729,52895 +KGZ,2010,13,52413,54497 +KGZ,2010,14,54331,56258 +KGZ,2010,15,56217,58011 +KGZ,2010,16,58020,59710 +KGZ,2010,17,59633,61138 +KGZ,2010,18,60945,62147 +KGZ,2011,0,72332,75811 +KGZ,2011,1,67383,70444 +KGZ,2011,2,62518,65209 +KGZ,2011,3,58428,60833 +KGZ,2011,4,55069,57263 +KGZ,2011,5,52399,54447 +KGZ,2011,6,50355,52313 +KGZ,2011,7,48878,50789 +KGZ,2011,8,48018,49921 +KGZ,2011,9,47773,49697 +KGZ,2011,10,48043,50005 +KGZ,2011,11,48641,50654 +KGZ,2011,12,49497,51574 +KGZ,2011,13,50710,52809 +KGZ,2011,14,52275,54328 +KGZ,2011,15,54045,55998 +KGZ,2011,16,55791,57661 +KGZ,2011,17,57452,59274 +KGZ,2011,18,58958,60616 +KGZ,2012,0,76475,80360 +KGZ,2012,1,70753,74116 +KGZ,2012,2,66668,69679 +KGZ,2012,3,62240,64914 +KGZ,2012,4,58450,60860 +KGZ,2012,5,55274,57484 +KGZ,2012,6,52691,54758 +KGZ,2012,7,50639,52611 +KGZ,2012,8,49056,50972 +KGZ,2012,9,48112,50009 +KGZ,2012,10,47860,49769 +KGZ,2012,11,48162,50104 +KGZ,2012,12,48744,50728 +KGZ,2012,13,49562,51592 +KGZ,2012,14,50703,52759 +KGZ,2012,15,52149,54196 +KGZ,2012,16,53774,55778 +KGZ,2012,17,55379,57352 +KGZ,2012,18,56899,58880 +KGZ,2013,0,79978,84264 +KGZ,2013,1,74419,78159 +KGZ,2013,2,69450,72737 +KGZ,2013,3,65974,68952 +KGZ,2013,4,61981,64655 +KGZ,2013,5,58490,60919 +KGZ,2013,6,55497,57737 +KGZ,2013,7,52999,55098 +KGZ,2013,8,50937,52936 +KGZ,2013,9,49250,51182 +KGZ,2013,10,48220,50123 +KGZ,2013,11,47960,49868 +KGZ,2013,12,48295,50231 +KGZ,2013,13,48862,50830 +KGZ,2013,14,49643,51639 +KGZ,2013,15,50712,52738 +KGZ,2013,16,52039,54094 +KGZ,2013,17,53519,55587 +KGZ,2013,18,54984,57073 +KGZ,2014,0,82151,86732 +KGZ,2014,1,77225,81281 +KGZ,2014,2,72662,76267 +KGZ,2014,3,68470,71692 +KGZ,2014,4,65323,68267 +KGZ,2014,5,61762,64434 +KGZ,2014,6,58567,61016 +KGZ,2014,7,55755,58024 +KGZ,2014,8,53342,55472 +KGZ,2014,9,51268,53294 +KGZ,2014,10,49475,51424 +KGZ,2014,11,48359,50268 +KGZ,2014,12,48092,49997 +KGZ,2014,13,48459,50388 +KGZ,2014,14,49011,50963 +KGZ,2014,15,49755,51717 +KGZ,2014,16,50753,52748 +KGZ,2014,17,51963,54025 +KGZ,2014,18,53298,55430 +KGZ,2015,0,82560,87262 +KGZ,2015,1,78823,83077 +KGZ,2015,2,75134,78986 +KGZ,2015,3,71530,75024 +KGZ,2015,4,68047,71225 +KGZ,2015,5,64723,67623 +KGZ,2015,6,61592,64253 +KGZ,2015,7,58691,61150 +KGZ,2015,8,56058,58348 +KGZ,2015,9,53728,55881 +KGZ,2015,10,51641,53686 +KGZ,2015,11,49740,51697 +KGZ,2015,12,48538,50444 +KGZ,2015,13,48262,50157 +KGZ,2015,14,48663,50576 +KGZ,2015,15,49201,51127 +KGZ,2015,16,49908,51827 +KGZ,2015,17,50835,52791 +KGZ,2015,18,51928,53989 +KGZ,2016,0,80532,85143 +KGZ,2016,1,81702,86298 +KGZ,2016,2,78471,82679 +KGZ,2016,3,75103,78947 +KGZ,2016,4,71666,75171 +KGZ,2016,5,68226,71421 +KGZ,2016,6,64821,67729 +KGZ,2016,7,61486,64132 +KGZ,2016,8,58438,60866 +KGZ,2016,9,55804,58065 +KGZ,2016,10,53561,55697 +KGZ,2016,11,51500,53531 +KGZ,2016,12,49591,51537 +KGZ,2016,13,48381,50276 +KGZ,2016,14,48096,49980 +KGZ,2016,15,48487,50387 +KGZ,2016,16,49014,50925 +KGZ,2016,17,49710,51611 +KGZ,2016,18,50629,52565 +KGZ,2017,0,76820,81184 +KGZ,2017,1,77397,81660 +KGZ,2017,2,81044,85548 +KGZ,2017,3,78309,82484 +KGZ,2017,4,75254,79101 +KGZ,2017,5,71976,75503 +KGZ,2017,6,68570,71792 +KGZ,2017,7,65076,68002 +KGZ,2017,8,61530,64169 +KGZ,2017,9,58328,60731 +KGZ,2017,10,55687,57924 +KGZ,2017,11,53524,55650 +KGZ,2017,12,51483,53509 +KGZ,2017,13,49564,51504 +KGZ,2017,14,48342,50232 +KGZ,2017,15,48048,49925 +KGZ,2017,16,48429,50321 +KGZ,2017,17,48947,50848 +KGZ,2017,18,49634,51523 +KGZ,2018,0,72286,76316 +KGZ,2018,1,75378,79524 +KGZ,2018,2,77058,81229 +KGZ,2018,3,80462,84878 +KGZ,2018,4,78223,82367 +KGZ,2018,5,75478,79331 +KGZ,2018,6,72355,75908 +KGZ,2018,7,68982,72232 +KGZ,2018,8,65395,68340 +KGZ,2018,9,61633,64267 +KGZ,2018,10,58273,60654 +KGZ,2018,11,55623,57839 +KGZ,2018,12,53540,55655 +KGZ,2018,13,51516,53537 +KGZ,2018,14,49584,51520 +KGZ,2018,15,48350,50236 +KGZ,2018,16,48045,49917 +KGZ,2018,17,48418,50303 +KGZ,2018,18,48927,50819 +KGZ,2019,0,68000,72000 +KGZ,2019,1,73000,77000 +KGZ,2019,2,77000,81000 +KGZ,2019,3,78000,82000 +KGZ,2019,4,80000,84000 +KGZ,2019,5,78000,82000 +KGZ,2019,6,76000,79000 +KGZ,2019,7,73000,76000 +KGZ,2019,8,69000,73000 +KGZ,2019,9,66000,69000 +KGZ,2019,10,62000,64000 +KGZ,2019,11,58000,61000 +KGZ,2019,12,56000,58000 +KGZ,2019,13,54000,56000 +KGZ,2019,14,52000,54000 +KGZ,2019,15,50000,51000 +KGZ,2019,16,48000,50000 +KGZ,2019,17,48000,50000 +KGZ,2019,18,48000,50000 +KGZ,2020,0,66000,69000 +KGZ,2020,1,71000,75000 +KGZ,2020,2,76000,80000 +KGZ,2020,3,78000,82000 +KGZ,2020,4,79000,84000 +KGZ,2020,5,79000,83000 +KGZ,2020,6,78000,82000 +KGZ,2020,7,76000,80000 +KGZ,2020,8,73000,76000 +KGZ,2020,9,70000,73000 +KGZ,2020,10,66000,69000 +KGZ,2020,11,62000,64000 +KGZ,2020,12,58000,60000 +KGZ,2020,13,55000,57000 +KGZ,2020,14,53000,55000 +KGZ,2020,15,51000,53000 +KGZ,2020,16,49000,51000 +KGZ,2020,17,48000,50000 +KGZ,2020,18,48000,50000 +KGZ,2021,0,65000,68000 +KGZ,2021,1,67000,71000 +KGZ,2021,2,72000,76000 +KGZ,2021,3,75000,80000 +KGZ,2021,4,78000,82000 +KGZ,2021,5,79000,83000 +KGZ,2021,6,79000,83000 +KGZ,2021,7,78000,82000 +KGZ,2021,8,76000,80000 +KGZ,2021,9,73000,77000 +KGZ,2021,10,70000,73000 +KGZ,2021,11,66000,69000 +KGZ,2021,12,62000,64000 +KGZ,2021,13,58000,60000 +KGZ,2021,14,55000,57000 +KGZ,2021,15,53000,55000 +KGZ,2021,16,51000,53000 +KGZ,2021,17,49000,51000 +KGZ,2021,18,48000,50000 +KGZ,2022,0,66000,69000 +KGZ,2022,1,70000,74000 +KGZ,2022,2,68000,72000 +KGZ,2022,3,72000,76000 +KGZ,2022,4,75000,79000 +KGZ,2022,5,77000,81000 +KGZ,2022,6,78000,82000 +KGZ,2022,7,78000,82000 +KGZ,2022,8,78000,82000 +KGZ,2022,9,76000,80000 +KGZ,2022,10,74000,77000 +KGZ,2022,11,70000,73000 +KGZ,2022,12,66000,69000 +KGZ,2022,13,62000,64000 +KGZ,2022,14,58000,60000 +KGZ,2022,15,55000,57000 +KGZ,2022,16,53000,55000 +KGZ,2022,17,51000,53000 +KGZ,2022,18,49000,51000 +KGZ,2023,0,68000,71000 +KGZ,2023,1,70000,74000 +KGZ,2023,2,72000,76000 +KGZ,2023,3,69000,73000 +KGZ,2023,4,72000,76000 +KGZ,2023,5,75000,79000 +KGZ,2023,6,76000,80000 +KGZ,2023,7,77000,81000 +KGZ,2023,8,78000,82000 +KGZ,2023,9,78000,82000 +KGZ,2023,10,76000,80000 +KGZ,2023,11,74000,77000 +KGZ,2023,12,70000,73000 +KGZ,2023,13,66000,69000 +KGZ,2023,14,61000,64000 +KGZ,2023,15,58000,60000 +KGZ,2023,16,55000,57000 +KGZ,2023,17,53000,55000 +KGZ,2023,18,51000,53000 +KGZ,2024,0,69000,73000 +KGZ,2024,1,70000,74000 +KGZ,2024,2,71000,74000 +KGZ,2024,3,72000,75000 +KGZ,2024,4,70000,74000 +KGZ,2024,5,73000,76000 +KGZ,2024,6,74000,78000 +KGZ,2024,7,76000,80000 +KGZ,2024,8,76000,80000 +KGZ,2024,9,77000,81000 +KGZ,2024,10,78000,81000 +KGZ,2024,11,77000,80000 +KGZ,2024,12,74000,77000 +KGZ,2024,13,70000,73000 +KGZ,2024,14,66000,68000 +KGZ,2024,15,61000,64000 +KGZ,2024,16,57000,60000 +KGZ,2024,17,55000,57000 +KGZ,2024,18,53000,55000 +KGZ,2025,0,70000,74000 +KGZ,2025,1,70000,73000 +KGZ,2025,2,69000,73000 +KGZ,2025,3,70000,74000 +KGZ,2025,4,71000,74000 +KGZ,2025,5,72000,75000 +KGZ,2025,6,73000,77000 +KGZ,2025,7,74000,78000 +KGZ,2025,8,75000,79000 +KGZ,2025,9,76000,80000 +KGZ,2025,10,76000,80000 +KGZ,2025,11,77000,81000 +KGZ,2025,12,77000,81000 +KGZ,2025,13,74000,78000 +KGZ,2025,14,70000,73000 +KGZ,2025,15,65000,68000 +KGZ,2025,16,61000,64000 +KGZ,2025,17,57000,60000 +KGZ,2025,18,55000,57000 +KGZ,2026,0,70000,74000 +KGZ,2026,1,70000,74000 +KGZ,2026,2,69000,73000 +KGZ,2026,3,69000,73000 +KGZ,2026,4,70000,74000 +KGZ,2026,5,71000,75000 +KGZ,2026,6,72000,76000 +KGZ,2026,7,73000,77000 +KGZ,2026,8,74000,78000 +KGZ,2026,9,75000,79000 +KGZ,2026,10,76000,80000 +KGZ,2026,11,76000,80000 +KGZ,2026,12,77000,81000 +KGZ,2026,13,77000,80000 +KGZ,2026,14,74000,77000 +KGZ,2026,15,69000,73000 +KGZ,2026,16,65000,68000 +KGZ,2026,17,61000,63000 +KGZ,2026,18,57000,59000 +KGZ,2027,0,70000,73000 +KGZ,2027,1,68000,72000 +KGZ,2027,2,69000,73000 +KGZ,2027,3,69000,73000 +KGZ,2027,4,69000,73000 +KGZ,2027,5,70000,74000 +KGZ,2027,6,71000,75000 +KGZ,2027,7,72000,76000 +KGZ,2027,8,73000,77000 +KGZ,2027,9,74000,78000 +KGZ,2027,10,75000,79000 +KGZ,2027,11,76000,79000 +KGZ,2027,12,76000,80000 +KGZ,2027,13,77000,81000 +KGZ,2027,14,76000,80000 +KGZ,2027,15,74000,77000 +KGZ,2027,16,69000,72000 +KGZ,2027,17,65000,68000 +KGZ,2027,18,61000,63000 +KGZ,2028,0,69000,73000 +KGZ,2028,1,68000,72000 +KGZ,2028,2,67000,71000 +KGZ,2028,3,69000,73000 +KGZ,2028,4,69000,73000 +KGZ,2028,5,70000,73000 +KGZ,2028,6,70000,74000 +KGZ,2028,7,71000,75000 +KGZ,2028,8,72000,76000 +KGZ,2028,9,73000,77000 +KGZ,2028,10,74000,77000 +KGZ,2028,11,75000,79000 +KGZ,2028,12,75000,79000 +KGZ,2028,13,76000,80000 +KGZ,2028,14,77000,81000 +KGZ,2028,15,76000,80000 +KGZ,2028,16,73000,77000 +KGZ,2028,17,69000,72000 +KGZ,2028,18,65000,68000 +KGZ,2029,0,68000,72000 +KGZ,2029,1,67000,71000 +KGZ,2029,2,67000,71000 +KGZ,2029,3,67000,71000 +KGZ,2029,4,69000,72000 +KGZ,2029,5,69000,73000 +KGZ,2029,6,70000,73000 +KGZ,2029,7,70000,74000 +KGZ,2029,8,71000,75000 +KGZ,2029,9,72000,76000 +KGZ,2029,10,73000,77000 +KGZ,2029,11,74000,77000 +KGZ,2029,12,74000,78000 +KGZ,2029,13,75000,79000 +KGZ,2029,14,76000,80000 +KGZ,2029,15,77000,81000 +KGZ,2029,16,76000,80000 +KGZ,2029,17,73000,77000 +KGZ,2029,18,69000,72000 +KGZ,2030,0,68000,71000 +KGZ,2030,1,67000,71000 +KGZ,2030,2,67000,71000 +KGZ,2030,3,67000,71000 +KGZ,2030,4,68000,71000 +KGZ,2030,5,68000,72000 +KGZ,2030,6,69000,73000 +KGZ,2030,7,70000,73000 +KGZ,2030,8,70000,74000 +KGZ,2030,9,71000,75000 +KGZ,2030,10,72000,76000 +KGZ,2030,11,73000,77000 +KGZ,2030,12,73000,77000 +KGZ,2030,13,74000,78000 +KGZ,2030,14,75000,79000 +KGZ,2030,15,76000,80000 +KGZ,2030,16,77000,81000 +KGZ,2030,17,76000,80000 +KGZ,2030,18,73000,77000 +KGZ,2031,0,68000,72000 +KGZ,2031,1,68000,71000 +KGZ,2031,2,67000,71000 +KGZ,2031,3,67000,71000 +KGZ,2031,4,67000,71000 +KGZ,2031,5,68000,71000 +KGZ,2031,6,68000,72000 +KGZ,2031,7,69000,73000 +KGZ,2031,8,70000,73000 +KGZ,2031,9,70000,74000 +KGZ,2031,10,71000,75000 +KGZ,2031,11,72000,76000 +KGZ,2031,12,73000,76000 +KGZ,2031,13,73000,77000 +KGZ,2031,14,74000,78000 +KGZ,2031,15,75000,79000 +KGZ,2031,16,76000,80000 +KGZ,2031,17,77000,81000 +KGZ,2031,18,76000,80000 +KGZ,2032,0,69000,73000 +KGZ,2032,1,68000,72000 +KGZ,2032,2,68000,71000 +KGZ,2032,3,67000,71000 +KGZ,2032,4,67000,71000 +KGZ,2032,5,67000,71000 +KGZ,2032,6,68000,71000 +KGZ,2032,7,68000,72000 +KGZ,2032,8,69000,73000 +KGZ,2032,9,70000,73000 +KGZ,2032,10,70000,74000 +KGZ,2032,11,71000,75000 +KGZ,2032,12,72000,76000 +KGZ,2032,13,73000,76000 +KGZ,2032,14,73000,77000 +KGZ,2032,15,74000,78000 +KGZ,2032,16,75000,79000 +KGZ,2032,17,76000,80000 +KGZ,2032,18,76000,80000 +KGZ,2033,0,70000,74000 +KGZ,2033,1,69000,73000 +KGZ,2033,2,68000,72000 +KGZ,2033,3,67000,71000 +KGZ,2033,4,67000,71000 +KGZ,2033,5,67000,71000 +KGZ,2033,6,67000,71000 +KGZ,2033,7,68000,71000 +KGZ,2033,8,68000,72000 +KGZ,2033,9,69000,73000 +KGZ,2033,10,70000,73000 +KGZ,2033,11,70000,74000 +KGZ,2033,12,71000,75000 +KGZ,2033,13,72000,76000 +KGZ,2033,14,72000,76000 +KGZ,2033,15,73000,77000 +KGZ,2033,16,74000,78000 +KGZ,2033,17,75000,79000 +KGZ,2033,18,75000,79000 +KGZ,2034,0,71000,75000 +KGZ,2034,1,70000,74000 +KGZ,2034,2,69000,72000 +KGZ,2034,3,68000,71000 +KGZ,2034,4,67000,71000 +KGZ,2034,5,67000,71000 +KGZ,2034,6,67000,71000 +KGZ,2034,7,67000,71000 +KGZ,2034,8,68000,71000 +KGZ,2034,9,68000,72000 +KGZ,2034,10,69000,72000 +KGZ,2034,11,70000,73000 +KGZ,2034,12,70000,74000 +KGZ,2034,13,71000,75000 +KGZ,2034,14,72000,76000 +KGZ,2034,15,72000,76000 +KGZ,2034,16,73000,77000 +KGZ,2034,17,74000,78000 +KGZ,2034,18,75000,78000 +KGZ,2035,0,72000,76000 +KGZ,2035,1,71000,75000 +KGZ,2035,2,69000,73000 +KGZ,2035,3,68000,72000 +KGZ,2035,4,68000,71000 +KGZ,2035,5,67000,71000 +KGZ,2035,6,67000,71000 +KGZ,2035,7,67000,71000 +KGZ,2035,8,67000,71000 +KGZ,2035,9,68000,71000 +KGZ,2035,10,68000,72000 +KGZ,2035,11,69000,72000 +KGZ,2035,12,69000,73000 +KGZ,2035,13,70000,74000 +KGZ,2035,14,71000,75000 +KGZ,2035,15,72000,76000 +KGZ,2035,16,72000,76000 +KGZ,2035,17,73000,77000 +KGZ,2035,18,74000,77000 +KGZ,2036,0,73000,77000 +KGZ,2036,1,72000,76000 +KGZ,2036,2,71000,74000 +KGZ,2036,3,69000,73000 +KGZ,2036,4,68000,72000 +KGZ,2036,5,68000,71000 +KGZ,2036,6,67000,71000 +KGZ,2036,7,67000,71000 +KGZ,2036,8,67000,71000 +KGZ,2036,9,67000,71000 +KGZ,2036,10,68000,71000 +KGZ,2036,11,68000,72000 +KGZ,2036,12,69000,72000 +KGZ,2036,13,69000,73000 +KGZ,2036,14,70000,74000 +KGZ,2036,15,71000,75000 +KGZ,2036,16,72000,75000 +KGZ,2036,17,72000,76000 +KGZ,2036,18,73000,76000 +KGZ,2037,0,74000,78000 +KGZ,2037,1,72000,76000 +KGZ,2037,2,72000,76000 +KGZ,2037,3,70000,74000 +KGZ,2037,4,69000,73000 +KGZ,2037,5,68000,72000 +KGZ,2037,6,68000,71000 +KGZ,2037,7,67000,71000 +KGZ,2037,8,67000,71000 +KGZ,2037,9,67000,70000 +KGZ,2037,10,67000,71000 +KGZ,2037,11,68000,71000 +KGZ,2037,12,68000,72000 +KGZ,2037,13,69000,72000 +KGZ,2037,14,69000,73000 +KGZ,2037,15,70000,74000 +KGZ,2037,16,71000,74000 +KGZ,2037,17,71000,75000 +KGZ,2037,18,72000,76000 +KGZ,2038,0,74000,79000 +KGZ,2038,1,73000,77000 +KGZ,2038,2,72000,76000 +KGZ,2038,3,72000,75000 +KGZ,2038,4,70000,74000 +KGZ,2038,5,69000,73000 +KGZ,2038,6,69000,72000 +KGZ,2038,7,68000,72000 +KGZ,2038,8,67000,71000 +KGZ,2038,9,67000,71000 +KGZ,2038,10,67000,70000 +KGZ,2038,11,67000,71000 +KGZ,2038,12,67000,71000 +KGZ,2038,13,68000,72000 +KGZ,2038,14,68000,72000 +KGZ,2038,15,69000,73000 +KGZ,2038,16,70000,73000 +KGZ,2038,17,71000,74000 +KGZ,2038,18,71000,75000 +KGZ,2039,0,75000,79000 +KGZ,2039,1,74000,78000 +KGZ,2039,2,73000,77000 +KGZ,2039,3,72000,76000 +KGZ,2039,4,71000,75000 +KGZ,2039,5,70000,74000 +KGZ,2039,6,69000,73000 +KGZ,2039,7,69000,72000 +KGZ,2039,8,68000,72000 +KGZ,2039,9,67000,71000 +KGZ,2039,10,67000,71000 +KGZ,2039,11,67000,70000 +KGZ,2039,12,67000,71000 +KGZ,2039,13,67000,71000 +KGZ,2039,14,68000,71000 +KGZ,2039,15,68000,72000 +KGZ,2039,16,69000,73000 +KGZ,2039,17,70000,73000 +KGZ,2039,18,70000,74000 +KGZ,2040,0,75000,79000 +KGZ,2040,1,74000,79000 +KGZ,2040,2,74000,78000 +KGZ,2040,3,73000,77000 +KGZ,2040,4,72000,76000 +KGZ,2040,5,71000,75000 +KGZ,2040,6,70000,74000 +KGZ,2040,7,69000,73000 +KGZ,2040,8,69000,72000 +KGZ,2040,9,68000,72000 +KGZ,2040,10,67000,71000 +KGZ,2040,11,67000,70000 +KGZ,2040,12,67000,70000 +KGZ,2040,13,67000,70000 +KGZ,2040,14,67000,71000 +KGZ,2040,15,68000,71000 +KGZ,2040,16,68000,72000 +KGZ,2040,17,69000,72000 +KGZ,2040,18,69000,73000 +KGZ,2041,0,75000,80000 +KGZ,2041,1,75000,79000 +KGZ,2041,2,74000,78000 +KGZ,2041,3,74000,78000 +KGZ,2041,4,73000,77000 +KGZ,2041,5,72000,76000 +KGZ,2041,6,71000,75000 +KGZ,2041,7,70000,74000 +KGZ,2041,8,69000,73000 +KGZ,2041,9,69000,72000 +KGZ,2041,10,68000,72000 +KGZ,2041,11,67000,71000 +KGZ,2041,12,67000,70000 +KGZ,2041,13,67000,70000 +KGZ,2041,14,67000,70000 +KGZ,2041,15,67000,71000 +KGZ,2041,16,68000,71000 +KGZ,2041,17,68000,72000 +KGZ,2041,18,69000,72000 +KGZ,2042,0,76000,80000 +KGZ,2042,1,75000,79000 +KGZ,2042,2,75000,79000 +KGZ,2042,3,74000,78000 +KGZ,2042,4,74000,78000 +KGZ,2042,5,73000,77000 +KGZ,2042,6,72000,76000 +KGZ,2042,7,71000,75000 +KGZ,2042,8,70000,74000 +KGZ,2042,9,69000,73000 +KGZ,2042,10,69000,72000 +KGZ,2042,11,68000,72000 +KGZ,2042,12,67000,71000 +KGZ,2042,13,67000,70000 +KGZ,2042,14,66000,70000 +KGZ,2042,15,67000,70000 +KGZ,2042,16,67000,71000 +KGZ,2042,17,67000,71000 +KGZ,2042,18,68000,71000 +KGZ,2043,0,76000,80000 +KGZ,2043,1,75000,80000 +KGZ,2043,2,75000,79000 +KGZ,2043,3,75000,79000 +KGZ,2043,4,74000,78000 +KGZ,2043,5,74000,78000 +KGZ,2043,6,73000,77000 +KGZ,2043,7,72000,76000 +KGZ,2043,8,71000,75000 +KGZ,2043,9,70000,74000 +KGZ,2043,10,69000,73000 +KGZ,2043,11,69000,72000 +KGZ,2043,12,68000,71000 +KGZ,2043,13,67000,71000 +KGZ,2043,14,67000,70000 +KGZ,2043,15,66000,70000 +KGZ,2043,16,66000,70000 +KGZ,2043,17,67000,70000 +KGZ,2043,18,67000,71000 +KGZ,2044,0,75000,80000 +KGZ,2044,1,76000,80000 +KGZ,2044,2,76000,80000 +KGZ,2044,3,75000,79000 +KGZ,2044,4,75000,79000 +KGZ,2044,5,74000,78000 +KGZ,2044,6,73000,77000 +KGZ,2044,7,73000,77000 +KGZ,2044,8,72000,76000 +KGZ,2044,9,71000,75000 +KGZ,2044,10,70000,74000 +KGZ,2044,11,69000,73000 +KGZ,2044,12,68000,72000 +KGZ,2044,13,68000,71000 +KGZ,2044,14,67000,71000 +KGZ,2044,15,67000,70000 +KGZ,2044,16,66000,70000 +KGZ,2044,17,66000,70000 +KGZ,2044,18,67000,70000 +KGZ,2045,0,75000,79000 +KGZ,2045,1,76000,80000 +KGZ,2045,2,76000,80000 +KGZ,2045,3,76000,80000 +KGZ,2045,4,75000,79000 +KGZ,2045,5,75000,79000 +KGZ,2045,6,74000,78000 +KGZ,2045,7,73000,77000 +KGZ,2045,8,73000,77000 +KGZ,2045,9,72000,76000 +KGZ,2045,10,71000,75000 +KGZ,2045,11,70000,74000 +KGZ,2045,12,69000,73000 +KGZ,2045,13,68000,72000 +KGZ,2045,14,68000,71000 +KGZ,2045,15,67000,71000 +KGZ,2045,16,66000,70000 +KGZ,2045,17,66000,70000 +KGZ,2045,18,66000,70000 +KGZ,2046,0,75000,79000 +KGZ,2046,1,75000,80000 +KGZ,2046,2,76000,80000 +KGZ,2046,3,76000,80000 +KGZ,2046,4,75000,80000 +KGZ,2046,5,75000,79000 +KGZ,2046,6,75000,79000 +KGZ,2046,7,74000,78000 +KGZ,2046,8,73000,77000 +KGZ,2046,9,73000,77000 +KGZ,2046,10,72000,76000 +KGZ,2046,11,71000,75000 +KGZ,2046,12,70000,74000 +KGZ,2046,13,69000,73000 +KGZ,2046,14,68000,72000 +KGZ,2046,15,68000,71000 +KGZ,2046,16,67000,70000 +KGZ,2046,17,66000,70000 +KGZ,2046,18,66000,69000 +KGZ,2047,0,75000,79000 +KGZ,2047,1,75000,80000 +KGZ,2047,2,75000,80000 +KGZ,2047,3,76000,80000 +KGZ,2047,4,76000,80000 +KGZ,2047,5,75000,80000 +KGZ,2047,6,75000,79000 +KGZ,2047,7,75000,79000 +KGZ,2047,8,74000,78000 +KGZ,2047,9,73000,77000 +KGZ,2047,10,73000,77000 +KGZ,2047,11,72000,76000 +KGZ,2047,12,71000,75000 +KGZ,2047,13,70000,74000 +KGZ,2047,14,69000,73000 +KGZ,2047,15,68000,72000 +KGZ,2047,16,67000,71000 +KGZ,2047,17,67000,70000 +KGZ,2047,18,66000,70000 +KGZ,2048,0,75000,79000 +KGZ,2048,1,75000,79000 +KGZ,2048,2,75000,80000 +KGZ,2048,3,75000,80000 +KGZ,2048,4,76000,80000 +KGZ,2048,5,75000,80000 +KGZ,2048,6,75000,79000 +KGZ,2048,7,75000,79000 +KGZ,2048,8,75000,79000 +KGZ,2048,9,74000,78000 +KGZ,2048,10,73000,77000 +KGZ,2048,11,73000,77000 +KGZ,2048,12,72000,76000 +KGZ,2048,13,71000,75000 +KGZ,2048,14,70000,74000 +KGZ,2048,15,69000,73000 +KGZ,2048,16,68000,72000 +KGZ,2048,17,67000,71000 +KGZ,2048,18,66000,70000 +KGZ,2049,0,74000,78000 +KGZ,2049,1,75000,79000 +KGZ,2049,2,75000,79000 +KGZ,2049,3,75000,80000 +KGZ,2049,4,75000,80000 +KGZ,2049,5,75000,80000 +KGZ,2049,6,75000,80000 +KGZ,2049,7,75000,79000 +KGZ,2049,8,75000,79000 +KGZ,2049,9,75000,79000 +KGZ,2049,10,74000,78000 +KGZ,2049,11,73000,77000 +KGZ,2049,12,73000,76000 +KGZ,2049,13,72000,75000 +KGZ,2049,14,71000,74000 +KGZ,2049,15,70000,73000 +KGZ,2049,16,69000,72000 +KGZ,2049,17,68000,71000 +KGZ,2049,18,67000,71000 +KGZ,2050,0,74000,78000 +KGZ,2050,1,74000,78000 +KGZ,2050,2,75000,79000 +KGZ,2050,3,75000,79000 +KGZ,2050,4,75000,80000 +KGZ,2050,5,75000,80000 +KGZ,2050,6,75000,80000 +KGZ,2050,7,75000,79000 +KGZ,2050,8,75000,79000 +KGZ,2050,9,75000,79000 +KGZ,2050,10,74000,78000 +KGZ,2050,11,74000,78000 +KGZ,2050,12,73000,77000 +KGZ,2050,13,73000,76000 +KGZ,2050,14,72000,75000 +KGZ,2050,15,71000,74000 +KGZ,2050,16,70000,73000 +KGZ,2050,17,69000,72000 +KGZ,2050,18,68000,71000 +KHM,1990,0,156936,156900 +KHM,1990,1,169762,172281 +KHM,1990,2,176340,180544 +KHM,1990,3,177491,182616 +KHM,1990,4,174035,179427 +KHM,1990,5,166792,171904 +KHM,1990,6,156583,160977 +KHM,1990,7,144229,147573 +KHM,1990,8,130549,132622 +KHM,1990,9,116364,117051 +KHM,1990,10,100998,100056 +KHM,1990,11,83777,80832 +KHM,1990,12,72999,68975 +KHM,1990,13,72479,68881 +KHM,1990,14,78547,76277 +KHM,1990,15,83820,82648 +KHM,1990,16,89886,89879 +KHM,1990,17,93716,94114 +KHM,1990,18,93093,92632 +KHM,1991,0,155243,155160 +KHM,1991,1,160872,161653 +KHM,1991,2,170894,173756 +KHM,1991,3,175748,179992 +KHM,1991,4,176072,181079 +KHM,1991,5,172505,177735 +KHM,1991,6,165868,170890 +KHM,1991,7,156985,161476 +KHM,1991,8,145573,149145 +KHM,1991,9,131902,134189 +KHM,1991,10,117163,117964 +KHM,1991,11,101601,100731 +KHM,1991,12,84357,81472 +KHM,1991,13,73558,69583 +KHM,1991,14,73022,69468 +KHM,1991,15,79078,76849 +KHM,1991,16,84333,83200 +KHM,1991,17,90379,90408 +KHM,1991,18,94186,94617 +KHM,1992,0,158915,159742 +KHM,1992,1,172088,174994 +KHM,1992,2,164497,165863 +KHM,1992,3,171693,174636 +KHM,1992,4,174811,178818 +KHM,1992,5,174307,178913 +KHM,1992,6,170634,175426 +KHM,1992,7,164617,169285 +KHM,1992,8,157078,161421 +KHM,1992,9,146632,150208 +KHM,1992,10,132997,135298 +KHM,1992,11,117732,118474 +KHM,1992,12,102005,101061 +KHM,1992,13,84772,81833 +KHM,1992,14,73973,69953 +KHM,1992,15,73423,69817 +KHM,1992,16,79455,77158 +KHM,1992,17,84681,83466 +KHM,1992,18,90694,90627 +KHM,1993,0,165428,167715 +KHM,1993,1,174006,177257 +KHM,1993,2,179172,183064 +KHM,1993,3,167940,169737 +KHM,1993,4,172308,175172 +KHM,1993,5,173691,177297 +KHM,1993,6,172360,176403 +KHM,1993,7,168588,172779 +KHM,1993,8,163196,167352 +KHM,1993,9,157006,161049 +KHM,1993,10,147534,150973 +KHM,1993,11,133950,136140 +KHM,1993,12,118176,118750 +KHM,1993,13,102300,101192 +KHM,1993,14,85097,82032 +KHM,1993,15,74308,70185 +KHM,1993,16,73745,70029 +KHM,1993,17,79746,77315 +KHM,1993,18,84939,83568 +KHM,1994,0,171014,174691 +KHM,1994,1,175039,178610 +KHM,1994,2,177510,180992 +KHM,1994,3,178501,181903 +KHM,1994,4,171556,173778 +KHM,1994,5,173106,175891 +KHM,1994,6,172759,175969 +KHM,1994,7,170603,174088 +KHM,1994,8,166726,170324 +KHM,1994,9,161951,165603 +KHM,1994,10,157102,160850 +KHM,1994,11,148593,151897 +KHM,1994,12,135044,137123 +KHM,1994,13,118746,119151 +KHM,1994,14,102704,101430 +KHM,1994,15,85512,82318 +KHM,1994,16,74723,70491 +KHM,1994,17,74145,70314 +KHM,1994,18,80123,77553 +KHM,1995,0,172901,177423 +KHM,1995,1,174277,178007 +KHM,1995,2,175314,178507 +KHM,1995,3,175916,178787 +KHM,1995,4,175991,178709 +KHM,1995,5,175441,178137 +KHM,1995,6,174175,176936 +KHM,1995,7,172096,174967 +KHM,1995,8,169110,172096 +KHM,1995,9,165122,168186 +KHM,1995,10,160958,164161 +KHM,1995,11,157442,160947 +KHM,1995,12,149883,153100 +KHM,1995,13,136349,138358 +KHM,1995,14,119501,119772 +KHM,1995,15,103268,101856 +KHM,1995,16,86061,82756 +KHM,1995,17,75254,70927 +KHM,1995,18,74661,70729 +KHM,1996,0,169768,174544 +KHM,1996,1,171921,176526 +KHM,1996,2,173450,177551 +KHM,1996,3,174567,178358 +KHM,1996,4,175209,178844 +KHM,1996,5,175315,178905 +KHM,1996,6,174701,178339 +KHM,1996,7,173186,176942 +KHM,1996,8,171310,175106 +KHM,1996,9,169255,172926 +KHM,1996,10,166595,170001 +KHM,1996,11,163658,166858 +KHM,1996,12,161499,164617 +KHM,1996,13,154477,157052 +KHM,1996,14,140178,141511 +KHM,1996,15,121766,121464 +KHM,1996,16,104095,102195 +KHM,1996,17,85325,81641 +KHM,1996,18,73557,68908 +KHM,1997,0,163343,167940 +KHM,1997,1,166014,169675 +KHM,1997,2,171099,175819 +KHM,1997,3,172782,177286 +KHM,1997,4,173979,178401 +KHM,1997,5,174661,179095 +KHM,1997,6,174799,179295 +KHM,1997,7,174120,178733 +KHM,1997,8,172354,177139 +KHM,1997,9,170680,175434 +KHM,1997,10,169554,173943 +KHM,1997,11,168219,172001 +KHM,1997,12,166508,169736 +KHM,1997,13,165704,168467 +KHM,1997,14,159213,161177 +KHM,1997,15,144137,144818 +KHM,1997,16,124143,123288 +KHM,1997,17,105018,102646 +KHM,1997,18,84667,80613 +KHM,1998,0,155400,159455 +KHM,1998,1,160372,163826 +KHM,1998,2,164647,167839 +KHM,1998,3,170341,175186 +KHM,1998,4,172180,177096 +KHM,1998,5,173459,178521 +KHM,1998,6,174181,179422 +KHM,1998,7,174350,179762 +KHM,1998,8,173606,179203 +KHM,1998,9,171588,177412 +KHM,1998,10,170116,175837 +KHM,1998,11,169920,175037 +KHM,1998,12,169913,174079 +KHM,1998,13,169429,172694 +KHM,1998,14,169982,172398 +KHM,1998,15,164019,165379 +KHM,1998,16,148159,148194 +KHM,1998,17,126573,125169 +KHM,1998,18,105983,103141 +KHM,1999,0,148506,151775 +KHM,1999,1,155148,158257 +KHM,1999,2,160694,163893 +KHM,1999,3,165201,168689 +KHM,1999,4,169417,174325 +KHM,1999,5,171409,176676 +KHM,1999,6,172768,178409 +KHM,1999,7,173531,179517 +KHM,1999,8,173732,179996 +KHM,1999,9,172923,179443 +KHM,1999,10,170655,177455 +KHM,1999,11,169386,176013 +KHM,1999,12,170121,175904 +KHM,1999,13,171442,175933 +KHM,1999,14,172187,175431 +KHM,1999,15,174098,176110 +KHM,1999,16,168671,169373 +KHM,1999,17,152041,151382 +KHM,1999,18,128882,126890 +KHM,2000,0,144561,146941 +KHM,2000,1,151248,153894 +KHM,2000,2,156891,159958 +KHM,2000,3,161555,165162 +KHM,2000,4,165311,169533 +KHM,2000,5,168226,173099 +KHM,2000,6,170368,175886 +KHM,2000,7,171805,177922 +KHM,2000,8,172605,179235 +KHM,2000,9,172838,179852 +KHM,2000,10,171965,179304 +KHM,2000,11,169451,177125 +KHM,2000,12,168388,175818 +KHM,2000,13,170052,176401 +KHM,2000,14,172698,177415 +KHM,2000,15,174668,177794 +KHM,2000,16,177933,179444 +KHM,2000,17,173049,173003 +KHM,2000,18,155676,154246 +KHM,2001,0,145043,146529 +KHM,2001,1,145690,148757 +KHM,2001,2,151712,155098 +KHM,2001,3,157110,160917 +KHM,2001,4,161850,166148 +KHM,2001,5,165897,170729 +KHM,2001,6,169409,174769 +KHM,2001,7,172539,178380 +KHM,2001,8,174308,180620 +KHM,2001,9,174304,181073 +KHM,2001,10,173061,180202 +KHM,2001,11,170913,178354 +KHM,2001,12,167059,174822 +KHM,2001,13,165304,172753 +KHM,2001,14,167339,173541 +KHM,2001,15,171017,175373 +KHM,2001,16,173898,176463 +KHM,2001,17,178150,178882 +KHM,2001,18,173868,172950 +KHM,2002,0,148127,148538 +KHM,2002,1,149804,151471 +KHM,2002,2,146449,150163 +KHM,2002,3,151788,155873 +KHM,2002,4,156927,161429 +KHM,2002,5,161730,166673 +KHM,2002,6,166060,171451 +KHM,2002,7,170161,175956 +KHM,2002,8,174276,180384 +KHM,2002,9,176375,182823 +KHM,2002,10,175563,182412 +KHM,2002,11,172841,180050 +KHM,2002,12,169418,176900 +KHM,2002,13,164228,172019 +KHM,2002,14,161783,169189 +KHM,2002,15,164186,170183 +KHM,2002,16,168891,172830 +KHM,2002,17,172678,174632 +KHM,2002,18,177910,177816 +KHM,2003,0,152987,152573 +KHM,2003,1,150722,151964 +KHM,2003,2,150095,152789 +KHM,2003,3,146969,151296 +KHM,2003,4,151617,156364 +KHM,2003,5,156489,161647 +KHM,2003,6,161346,166895 +KHM,2003,7,165952,171861 +KHM,2003,8,170637,176823 +KHM,2003,9,175729,182061 +KHM,2003,10,178153,184693 +KHM,2003,11,176535,183419 +KHM,2003,12,172340,179570 +KHM,2003,13,167648,175125 +KHM,2003,14,161131,168903 +KHM,2003,15,158000,165319 +KHM,2003,16,160766,166516 +KHM,2003,17,166489,169974 +KHM,2003,18,171178,172484 +KHM,2004,0,158286,157866 +KHM,2004,1,152328,153619 +KHM,2004,2,149005,151764 +KHM,2004,3,147946,151941 +KHM,2004,4,147408,152336 +KHM,2004,5,151363,156762 +KHM,2004,6,155965,161768 +KHM,2004,7,160875,167016 +KHM,2004,8,165753,172167 +KHM,2004,9,171017,177583 +KHM,2004,10,177082,183624 +KHM,2004,11,179829,186448 +KHM,2004,12,177407,184314 +KHM,2004,13,171745,178985 +KHM,2004,14,165789,173250 +KHM,2004,15,157951,165696 +KHM,2004,16,154139,161362 +KHM,2004,17,157266,162760 +KHM,2004,18,164002,167025 +KHM,2005,0,162957,163713 +KHM,2005,1,154267,156309 +KHM,2005,2,148848,152003 +KHM,2005,3,146261,150364 +KHM,2005,4,146065,150964 +KHM,2005,5,147819,153371 +KHM,2005,6,151083,157155 +KHM,2005,7,155416,161887 +KHM,2005,8,160378,167135 +KHM,2005,9,165527,172471 +KHM,2005,10,171367,178338 +KHM,2005,11,178400,185180 +KHM,2005,12,181470,188195 +KHM,2005,13,178247,185203 +KHM,2005,14,171122,178399 +KHM,2005,15,163908,171379 +KHM,2005,16,154755,162497 +KHM,2005,17,150263,157415 +KHM,2005,18,153750,159014 +KHM,2006,0,167022,170446 +KHM,2006,1,160144,161338 +KHM,2006,2,152947,155087 +KHM,2006,3,148570,151620 +KHM,2006,4,146628,150539 +KHM,2006,5,146730,151446 +KHM,2006,6,148472,153918 +KHM,2006,7,151447,157531 +KHM,2006,8,155357,162014 +KHM,2006,9,159851,167018 +KHM,2006,10,164487,172070 +KHM,2006,11,169745,177613 +KHM,2006,12,176218,184242 +KHM,2006,13,178625,186595 +KHM,2006,14,174604,182265 +KHM,2006,15,166683,173805 +KHM,2006,16,158678,165198 +KHM,2006,17,148534,154469 +KHM,2006,18,144088,148948 +KHM,2007,0,170580,177822 +KHM,2007,1,159532,165449 +KHM,2007,2,157349,158931 +KHM,2007,3,151643,153834 +KHM,2007,4,148307,151206 +KHM,2007,5,147008,150682 +KHM,2007,6,147408,151896 +KHM,2007,7,149138,154432 +KHM,2007,8,151825,157874 +KHM,2007,9,155313,162106 +KHM,2007,10,159341,166865 +KHM,2007,11,163463,171632 +KHM,2007,12,168142,176851 +KHM,2007,13,174055,183265 +KHM,2007,14,175801,184957 +KHM,2007,15,170981,179290 +KHM,2007,16,162265,169179 +KHM,2007,17,153469,158987 +KHM,2007,18,142334,146416 +KHM,2008,0,173508,184825 +KHM,2008,1,162553,170903 +KHM,2008,2,154630,160747 +KHM,2008,3,154606,156566 +KHM,2008,4,150387,152619 +KHM,2008,5,148091,150829 +KHM,2008,6,147434,150861 +KHM,2008,7,148133,152383 +KHM,2008,8,149850,154984 +KHM,2008,9,152250,158254 +KHM,2008,10,155318,162238 +KHM,2008,11,158881,166753 +KHM,2008,12,162492,171238 +KHM,2008,13,166593,176133 +KHM,2008,14,171948,182334 +KHM,2008,15,173033,183366 +KHM,2008,16,167415,176363 +KHM,2008,17,157900,164600 +KHM,2008,18,148311,152822 +KHM,2009,0,175732,190154 +KHM,2009,1,165497,175819 +KHM,2009,2,157771,164955 +KHM,2009,3,152290,157202 +KHM,2009,4,151935,154308 +KHM,2009,5,149202,151509 +KHM,2009,6,147944,150555 +KHM,2009,7,147930,151144 +KHM,2009,8,148927,152974 +KHM,2009,9,150634,155641 +KHM,2009,10,152747,158743 +KHM,2009,11,155397,162481 +KHM,2009,12,158496,166755 +KHM,2009,13,161598,170960 +KHM,2009,14,165122,175536 +KHM,2009,15,169922,181528 +KHM,2009,16,170347,181900 +KHM,2009,17,163927,173556 +KHM,2009,18,153609,160133 +KHM,2010,0,177222,192908 +KHM,2010,1,168166,179526 +KHM,2010,2,161028,169032 +KHM,2010,3,155632,161154 +KHM,2010,4,151798,155623 +KHM,2010,5,149347,152167 +KHM,2010,6,148102,150515 +KHM,2010,7,147882,150398 +KHM,2010,8,148510,151545 +KHM,2010,9,149807,153684 +KHM,2010,10,151504,156420 +KHM,2010,11,153333,159356 +KHM,2010,12,155564,162851 +KHM,2010,13,158201,166887 +KHM,2010,14,160794,170815 +KHM,2010,15,163744,175075 +KHM,2010,16,167991,180862 +KHM,2010,17,167756,180574 +KHM,2010,18,160528,170880 +KHM,2011,0,177245,191663 +KHM,2011,1,175073,189506 +KHM,2011,2,167212,178083 +KHM,2011,3,160830,168825 +KHM,2011,4,155821,161580 +KHM,2011,5,152077,156196 +KHM,2011,6,149422,152403 +KHM,2011,7,147678,149934 +KHM,2011,8,147091,149210 +KHM,2011,9,147693,150310 +KHM,2011,10,149169,152734 +KHM,2011,11,150898,155516 +KHM,2011,12,152686,158379 +KHM,2011,13,154873,161789 +KHM,2011,14,157462,165726 +KHM,2011,15,160006,169550 +KHM,2011,16,162906,173705 +KHM,2011,17,167098,179380 +KHM,2011,18,166835,179029 +KHM,2012,0,176571,187998 +KHM,2012,1,171411,181271 +KHM,2012,2,173228,186595 +KHM,2012,3,166549,177096 +KHM,2012,4,160910,169048 +KHM,2012,5,156279,162416 +KHM,2012,6,152619,157164 +KHM,2012,7,149754,153026 +KHM,2012,8,147510,149735 +KHM,2012,9,146554,148405 +KHM,2012,10,147133,149460 +KHM,2012,11,148788,152174 +KHM,2012,12,150554,155009 +KHM,2012,13,152304,157807 +KHM,2012,14,154451,161141 +KHM,2012,15,156995,164989 +KHM,2012,16,159495,168718 +KHM,2012,17,162351,172781 +KHM,2012,18,166496,178357 +KHM,2013,0,175422,182989 +KHM,2013,1,172624,180857 +KHM,2013,2,169645,178151 +KHM,2013,3,171511,183884 +KHM,2013,4,166008,176302 +KHM,2013,5,161110,169457 +KHM,2013,6,156853,163432 +KHM,2013,7,153274,158307 +KHM,2013,8,150198,153818 +KHM,2013,9,147452,149700 +KHM,2013,10,146126,147761 +KHM,2013,11,146681,148773 +KHM,2013,12,148518,151781 +KHM,2013,13,150320,154672 +KHM,2013,14,152035,157408 +KHM,2013,15,154143,160669 +KHM,2013,16,156645,164432 +KHM,2013,17,159102,168071 +KHM,2013,18,161915,172044 +KHM,2014,0,174209,178335 +KHM,2014,1,173536,180212 +KHM,2014,2,172089,180446 +KHM,2014,3,170011,179293 +KHM,2014,4,169768,181098 +KHM,2014,5,165444,175439 +KHM,2014,6,161287,169803 +KHM,2014,7,157406,164388 +KHM,2014,8,153909,159393 +KHM,2014,9,150622,154554 +KHM,2014,10,147373,149609 +KHM,2014,11,145677,147060 +KHM,2014,12,146207,148028 +KHM,2014,13,148227,151329 +KHM,2014,14,150066,154275 +KHM,2014,15,151745,156948 +KHM,2014,16,153813,160136 +KHM,2014,17,156272,163812 +KHM,2014,18,158687,167359 +KHM,2015,0,173275,175355 +KHM,2015,1,174191,179822 +KHM,2015,2,173935,182019 +KHM,2015,3,172688,182261 +KHM,2015,4,170629,180865 +KHM,2015,5,167939,178145 +KHM,2015,6,164797,174417 +KHM,2015,7,161385,169995 +KHM,2015,8,157882,165196 +KHM,2015,9,154468,160335 +KHM,2015,10,150971,155150 +KHM,2015,11,147221,149381 +KHM,2015,12,145156,146225 +KHM,2015,13,145662,147148 +KHM,2015,14,147862,150739 +KHM,2015,15,149737,153738 +KHM,2015,16,151379,156345 +KHM,2015,17,153406,159456 +KHM,2015,18,155822,163042 +KHM,2016,0,172951,174944 +KHM,2016,1,173637,176664 +KHM,2016,2,174157,180079 +KHM,2016,3,173657,181617 +KHM,2016,4,172292,181526 +KHM,2016,5,170214,180055 +KHM,2016,6,167607,177519 +KHM,2016,7,164650,174236 +KHM,2016,8,161359,170115 +KHM,2016,9,157832,165270 +KHM,2016,10,154306,160151 +KHM,2016,11,150749,154841 +KHM,2016,12,146962,149013 +KHM,2016,13,144859,145787 +KHM,2016,14,145323,146627 +KHM,2016,15,147481,150128 +KHM,2016,16,149314,153040 +KHM,2016,17,150913,155560 +KHM,2016,18,152911,158606 +KHM,2017,0,172980,176215 +KHM,2017,1,175087,180845 +KHM,2017,2,173932,177789 +KHM,2017,3,174054,180149 +KHM,2017,4,173310,181026 +KHM,2017,5,171827,180601 +KHM,2017,6,169732,179056 +KHM,2017,7,167209,176708 +KHM,2017,8,164438,173873 +KHM,2017,9,161270,170058 +KHM,2017,10,157720,165170 +KHM,2017,11,154083,159800 +KHM,2017,12,150466,154369 +KHM,2017,13,146646,148489 +KHM,2017,14,144504,145196 +KHM,2017,15,144926,145952 +KHM,2017,16,147041,149359 +KHM,2017,17,148831,152181 +KHM,2017,18,150388,154611 +KHM,2018,0,173104,178395 +KHM,2018,1,175085,181440 +KHM,2018,2,175997,183160 +KHM,2018,3,174171,178793 +KHM,2018,4,173895,180096 +KHM,2018,5,172907,180311 +KHM,2018,6,171308,179552 +KHM,2018,7,169196,177934 +KHM,2018,8,166757,175775 +KHM,2018,9,164173,173392 +KHM,2018,10,161129,169884 +KHM,2018,11,157558,164958 +KHM,2018,12,153811,159340 +KHM,2018,13,150136,153793 +KHM,2018,14,146283,147863 +KHM,2018,15,144104,144507 +KHM,2018,16,144484,145177 +KHM,2018,17,146554,148488 +KHM,2018,18,148301,151218 +KHM,2019,0,173000,180000 +KHM,2019,1,175000,182000 +KHM,2019,2,176000,182000 +KHM,2019,3,176000,183000 +KHM,2019,4,174000,180000 +KHM,2019,5,174000,180000 +KHM,2019,6,172000,180000 +KHM,2019,7,171000,179000 +KHM,2019,8,169000,177000 +KHM,2019,9,166000,175000 +KHM,2019,10,164000,173000 +KHM,2019,11,161000,170000 +KHM,2019,12,157000,165000 +KHM,2019,13,154000,159000 +KHM,2019,14,150000,153000 +KHM,2019,15,146000,147000 +KHM,2019,16,144000,144000 +KHM,2019,17,144000,144000 +KHM,2019,18,146000,148000 +KHM,2020,0,172000,181000 +KHM,2020,1,174000,181000 +KHM,2020,2,175000,182000 +KHM,2020,3,175000,182000 +KHM,2020,4,175000,181000 +KHM,2020,5,175000,181000 +KHM,2020,6,174000,180000 +KHM,2020,7,172000,179000 +KHM,2020,8,170000,178000 +KHM,2020,9,168000,176000 +KHM,2020,10,166000,174000 +KHM,2020,11,164000,172000 +KHM,2020,12,161000,170000 +KHM,2020,13,157000,165000 +KHM,2020,14,153000,158000 +KHM,2020,15,149000,153000 +KHM,2020,16,146000,147000 +KHM,2020,17,143000,143000 +KHM,2020,18,144000,144000 +KHM,2021,0,171000,181000 +KHM,2021,1,172000,181000 +KHM,2021,2,174000,181000 +KHM,2021,3,175000,181000 +KHM,2021,4,175000,181000 +KHM,2021,5,175000,181000 +KHM,2021,6,174000,181000 +KHM,2021,7,173000,180000 +KHM,2021,8,172000,179000 +KHM,2021,9,170000,177000 +KHM,2021,10,168000,175000 +KHM,2021,11,166000,173000 +KHM,2021,12,163000,172000 +KHM,2021,13,160000,169000 +KHM,2021,14,157000,164000 +KHM,2021,15,153000,158000 +KHM,2021,16,149000,152000 +KHM,2021,17,145000,146000 +KHM,2021,18,143000,142000 +KHM,2022,0,169000,179000 +KHM,2022,1,171000,179000 +KHM,2022,2,172000,180000 +KHM,2022,3,174000,181000 +KHM,2022,4,174000,181000 +KHM,2022,5,175000,181000 +KHM,2022,6,175000,181000 +KHM,2022,7,174000,180000 +KHM,2022,8,173000,179000 +KHM,2022,9,172000,178000 +KHM,2022,10,170000,177000 +KHM,2022,11,168000,175000 +KHM,2022,12,165000,173000 +KHM,2022,13,163000,171000 +KHM,2022,14,160000,168000 +KHM,2022,15,156000,163000 +KHM,2022,16,152000,157000 +KHM,2022,17,149000,151000 +KHM,2022,18,145000,145000 +KHM,2023,0,167000,177000 +KHM,2023,1,170000,178000 +KHM,2023,2,171000,179000 +KHM,2023,3,172000,180000 +KHM,2023,4,173000,181000 +KHM,2023,5,174000,181000 +KHM,2023,6,174000,181000 +KHM,2023,7,174000,181000 +KHM,2023,8,174000,180000 +KHM,2023,9,173000,179000 +KHM,2023,10,172000,178000 +KHM,2023,11,170000,176000 +KHM,2023,12,167000,175000 +KHM,2023,13,165000,173000 +KHM,2023,14,163000,171000 +KHM,2023,15,160000,168000 +KHM,2023,16,156000,163000 +KHM,2023,17,152000,156000 +KHM,2023,18,148000,150000 +KHM,2024,0,166000,175000 +KHM,2024,1,168000,176000 +KHM,2024,2,170000,177000 +KHM,2024,3,171000,178000 +KHM,2024,4,172000,180000 +KHM,2024,5,173000,180000 +KHM,2024,6,174000,181000 +KHM,2024,7,174000,181000 +KHM,2024,8,174000,180000 +KHM,2024,9,174000,180000 +KHM,2024,10,173000,179000 +KHM,2024,11,172000,178000 +KHM,2024,12,170000,176000 +KHM,2024,13,167000,174000 +KHM,2024,14,165000,172000 +KHM,2024,15,162000,170000 +KHM,2024,16,159000,167000 +KHM,2024,17,156000,162000 +KHM,2024,18,151000,155000 +KHM,2025,0,164000,173000 +KHM,2025,1,166000,174000 +KHM,2025,2,168000,176000 +KHM,2025,3,170000,177000 +KHM,2025,4,171000,178000 +KHM,2025,5,172000,179000 +KHM,2025,6,173000,180000 +KHM,2025,7,174000,180000 +KHM,2025,8,174000,180000 +KHM,2025,9,174000,180000 +KHM,2025,10,173000,180000 +KHM,2025,11,173000,179000 +KHM,2025,12,171000,177000 +KHM,2025,13,169000,176000 +KHM,2025,14,167000,174000 +KHM,2025,15,164000,172000 +KHM,2025,16,162000,170000 +KHM,2025,17,159000,167000 +KHM,2025,18,155000,161000 +KHM,2026,0,163000,171000 +KHM,2026,1,164000,173000 +KHM,2026,2,166000,174000 +KHM,2026,3,168000,176000 +KHM,2026,4,170000,177000 +KHM,2026,5,171000,178000 +KHM,2026,6,172000,179000 +KHM,2026,7,173000,180000 +KHM,2026,8,174000,180000 +KHM,2026,9,174000,180000 +KHM,2026,10,173000,180000 +KHM,2026,11,173000,179000 +KHM,2026,12,172000,178000 +KHM,2026,13,171000,177000 +KHM,2026,14,169000,175000 +KHM,2026,15,167000,173000 +KHM,2026,16,164000,171000 +KHM,2026,17,162000,169000 +KHM,2026,18,159000,166000 +KHM,2027,0,163000,170000 +KHM,2027,1,164000,172000 +KHM,2027,2,164000,173000 +KHM,2027,3,166000,174000 +KHM,2027,4,168000,175000 +KHM,2027,5,169000,177000 +KHM,2027,6,171000,178000 +KHM,2027,7,172000,179000 +KHM,2027,8,173000,179000 +KHM,2027,9,173000,180000 +KHM,2027,10,174000,180000 +KHM,2027,11,173000,179000 +KHM,2027,12,173000,179000 +KHM,2027,13,172000,178000 +KHM,2027,14,171000,176000 +KHM,2027,15,169000,174000 +KHM,2027,16,166000,172000 +KHM,2027,17,163000,170000 +KHM,2027,18,161000,168000 +KHM,2028,0,163000,170000 +KHM,2028,1,164000,171000 +KHM,2028,2,164000,172000 +KHM,2028,3,164000,172000 +KHM,2028,4,166000,174000 +KHM,2028,5,168000,175000 +KHM,2028,6,169000,176000 +KHM,2028,7,170000,177000 +KHM,2028,8,172000,178000 +KHM,2028,9,173000,179000 +KHM,2028,10,173000,180000 +KHM,2028,11,173000,180000 +KHM,2028,12,173000,179000 +KHM,2028,13,172000,178000 +KHM,2028,14,172000,177000 +KHM,2028,15,170000,176000 +KHM,2028,16,168000,174000 +KHM,2028,17,166000,171000 +KHM,2028,18,163000,169000 +KHM,2029,0,163000,170000 +KHM,2029,1,163000,170000 +KHM,2029,2,163000,171000 +KHM,2029,3,164000,171000 +KHM,2029,4,164000,172000 +KHM,2029,5,166000,174000 +KHM,2029,6,167000,175000 +KHM,2029,7,169000,176000 +KHM,2029,8,170000,177000 +KHM,2029,9,171000,178000 +KHM,2029,10,172000,179000 +KHM,2029,11,173000,179000 +KHM,2029,12,173000,179000 +KHM,2029,13,173000,179000 +KHM,2029,14,172000,178000 +KHM,2029,15,171000,177000 +KHM,2029,16,170000,175000 +KHM,2029,17,168000,173000 +KHM,2029,18,165000,171000 +KHM,2030,0,163000,169000 +KHM,2030,1,163000,169000 +KHM,2030,2,163000,170000 +KHM,2030,3,163000,170000 +KHM,2030,4,164000,171000 +KHM,2030,5,165000,172000 +KHM,2030,6,166000,173000 +KHM,2030,7,167000,174000 +KHM,2030,8,168000,176000 +KHM,2030,9,170000,177000 +KHM,2030,10,171000,178000 +KHM,2030,11,172000,179000 +KHM,2030,12,173000,179000 +KHM,2030,13,173000,179000 +KHM,2030,14,173000,178000 +KHM,2030,15,172000,177000 +KHM,2030,16,171000,176000 +KHM,2030,17,170000,174000 +KHM,2030,18,167000,172000 +KHM,2031,0,163000,170000 +KHM,2031,1,163000,169000 +KHM,2031,2,162000,169000 +KHM,2031,3,162000,169000 +KHM,2031,4,163000,170000 +KHM,2031,5,164000,171000 +KHM,2031,6,164000,172000 +KHM,2031,7,166000,173000 +KHM,2031,8,167000,174000 +KHM,2031,9,168000,175000 +KHM,2031,10,170000,176000 +KHM,2031,11,171000,177000 +KHM,2031,12,172000,178000 +KHM,2031,13,173000,179000 +KHM,2031,14,173000,178000 +KHM,2031,15,172000,177000 +KHM,2031,16,171000,176000 +KHM,2031,17,171000,175000 +KHM,2031,18,169000,173000 +KHM,2032,0,164000,170000 +KHM,2032,1,162000,169000 +KHM,2032,2,163000,169000 +KHM,2032,3,162000,169000 +KHM,2032,4,162000,169000 +KHM,2032,5,163000,170000 +KHM,2032,6,164000,171000 +KHM,2032,7,164000,172000 +KHM,2032,8,165000,173000 +KHM,2032,9,167000,174000 +KHM,2032,10,168000,175000 +KHM,2032,11,169000,176000 +KHM,2032,12,171000,177000 +KHM,2032,13,172000,178000 +KHM,2032,14,172000,178000 +KHM,2032,15,172000,178000 +KHM,2032,16,172000,177000 +KHM,2032,17,171000,176000 +KHM,2032,18,170000,174000 +KHM,2033,0,164000,171000 +KHM,2033,1,162000,169000 +KHM,2033,2,162000,169000 +KHM,2033,3,162000,168000 +KHM,2033,4,162000,169000 +KHM,2033,5,162000,169000 +KHM,2033,6,163000,170000 +KHM,2033,7,164000,171000 +KHM,2033,8,164000,172000 +KHM,2033,9,165000,173000 +KHM,2033,10,167000,174000 +KHM,2033,11,168000,175000 +KHM,2033,12,169000,176000 +KHM,2033,13,170000,176000 +KHM,2033,14,171000,177000 +KHM,2033,15,172000,177000 +KHM,2033,16,172000,177000 +KHM,2033,17,171000,176000 +KHM,2033,18,170000,175000 +KHM,2034,0,164000,171000 +KHM,2034,1,163000,170000 +KHM,2034,2,162000,169000 +KHM,2034,3,161000,168000 +KHM,2034,4,162000,168000 +KHM,2034,5,162000,168000 +KHM,2034,6,162000,169000 +KHM,2034,7,163000,170000 +KHM,2034,8,163000,170000 +KHM,2034,9,164000,171000 +KHM,2034,10,165000,172000 +KHM,2034,11,166000,173000 +KHM,2034,12,168000,174000 +KHM,2034,13,169000,175000 +KHM,2034,14,170000,176000 +KHM,2034,15,171000,177000 +KHM,2034,16,172000,177000 +KHM,2034,17,172000,176000 +KHM,2034,18,171000,175000 +KHM,2035,0,164000,172000 +KHM,2035,1,163000,170000 +KHM,2035,2,162000,169000 +KHM,2035,3,161000,168000 +KHM,2035,4,161000,168000 +KHM,2035,5,161000,168000 +KHM,2035,6,162000,168000 +KHM,2035,7,162000,169000 +KHM,2035,8,163000,169000 +KHM,2035,9,163000,170000 +KHM,2035,10,164000,171000 +KHM,2035,11,165000,172000 +KHM,2035,12,166000,173000 +KHM,2035,13,167000,174000 +KHM,2035,14,169000,175000 +KHM,2035,15,170000,176000 +KHM,2035,16,171000,176000 +KHM,2035,17,171000,176000 +KHM,2035,18,171000,176000 +KHM,2036,0,164000,172000 +KHM,2036,1,163000,171000 +KHM,2036,2,162000,170000 +KHM,2036,3,162000,169000 +KHM,2036,4,161000,168000 +KHM,2036,5,161000,168000 +KHM,2036,6,161000,168000 +KHM,2036,7,161000,168000 +KHM,2036,8,162000,168000 +KHM,2036,9,163000,169000 +KHM,2036,10,163000,170000 +KHM,2036,11,164000,171000 +KHM,2036,12,165000,172000 +KHM,2036,13,166000,173000 +KHM,2036,14,167000,173000 +KHM,2036,15,168000,174000 +KHM,2036,16,169000,175000 +KHM,2036,17,170000,175000 +KHM,2036,18,171000,175000 +KHM,2037,0,164000,172000 +KHM,2037,1,163000,170000 +KHM,2037,2,163000,171000 +KHM,2037,3,162000,169000 +KHM,2037,4,162000,169000 +KHM,2037,5,161000,168000 +KHM,2037,6,161000,168000 +KHM,2037,7,161000,168000 +KHM,2037,8,161000,168000 +KHM,2037,9,162000,168000 +KHM,2037,10,162000,169000 +KHM,2037,11,163000,170000 +KHM,2037,12,164000,170000 +KHM,2037,13,165000,171000 +KHM,2037,14,165000,172000 +KHM,2037,15,167000,173000 +KHM,2037,16,168000,173000 +KHM,2037,17,169000,174000 +KHM,2037,18,170000,174000 +KHM,2038,0,164000,171000 +KHM,2038,1,163000,170000 +KHM,2038,2,162000,170000 +KHM,2038,3,163000,170000 +KHM,2038,4,162000,169000 +KHM,2038,5,162000,168000 +KHM,2038,6,161000,168000 +KHM,2038,7,161000,168000 +KHM,2038,8,161000,168000 +KHM,2038,9,161000,168000 +KHM,2038,10,162000,168000 +KHM,2038,11,162000,168000 +KHM,2038,12,163000,169000 +KHM,2038,13,164000,170000 +KHM,2038,14,164000,171000 +KHM,2038,15,165000,172000 +KHM,2038,16,166000,172000 +KHM,2038,17,167000,173000 +KHM,2038,18,168000,173000 +KHM,2039,0,163000,171000 +KHM,2039,1,163000,170000 +KHM,2039,2,163000,170000 +KHM,2039,3,162000,169000 +KHM,2039,4,162000,169000 +KHM,2039,5,162000,169000 +KHM,2039,6,162000,168000 +KHM,2039,7,161000,168000 +KHM,2039,8,161000,168000 +KHM,2039,9,161000,168000 +KHM,2039,10,161000,167000 +KHM,2039,11,161000,168000 +KHM,2039,12,162000,168000 +KHM,2039,13,163000,169000 +KHM,2039,14,163000,170000 +KHM,2039,15,164000,170000 +KHM,2039,16,165000,171000 +KHM,2039,17,166000,172000 +KHM,2039,18,167000,172000 +KHM,2040,0,163000,170000 +KHM,2040,1,163000,170000 +KHM,2040,2,162000,170000 +KHM,2040,3,162000,169000 +KHM,2040,4,162000,169000 +KHM,2040,5,162000,169000 +KHM,2040,6,162000,168000 +KHM,2040,7,161000,168000 +KHM,2040,8,161000,168000 +KHM,2040,9,161000,168000 +KHM,2040,10,161000,167000 +KHM,2040,11,161000,167000 +KHM,2040,12,161000,167000 +KHM,2040,13,162000,168000 +KHM,2040,14,162000,168000 +KHM,2040,15,163000,169000 +KHM,2040,16,164000,170000 +KHM,2040,17,164000,170000 +KHM,2040,18,165000,171000 +KHM,2041,0,162000,169000 +KHM,2041,1,162000,170000 +KHM,2041,2,162000,170000 +KHM,2041,3,162000,170000 +KHM,2041,4,162000,169000 +KHM,2041,5,162000,169000 +KHM,2041,6,162000,169000 +KHM,2041,7,162000,168000 +KHM,2041,8,161000,168000 +KHM,2041,9,161000,168000 +KHM,2041,10,161000,167000 +KHM,2041,11,161000,167000 +KHM,2041,12,161000,167000 +KHM,2041,13,161000,167000 +KHM,2041,14,161000,167000 +KHM,2041,15,162000,168000 +KHM,2041,16,163000,168000 +KHM,2041,17,163000,169000 +KHM,2041,18,164000,169000 +KHM,2042,0,161000,168000 +KHM,2042,1,161000,169000 +KHM,2042,2,162000,170000 +KHM,2042,3,162000,170000 +KHM,2042,4,162000,169000 +KHM,2042,5,162000,169000 +KHM,2042,6,162000,169000 +KHM,2042,7,162000,169000 +KHM,2042,8,161000,168000 +KHM,2042,9,161000,168000 +KHM,2042,10,161000,167000 +KHM,2042,11,161000,167000 +KHM,2042,12,161000,167000 +KHM,2042,13,161000,166000 +KHM,2042,14,161000,166000 +KHM,2042,15,161000,167000 +KHM,2042,16,162000,167000 +KHM,2042,17,162000,168000 +KHM,2042,18,163000,168000 +KHM,2043,0,159000,167000 +KHM,2043,1,160000,168000 +KHM,2043,2,161000,168000 +KHM,2043,3,162000,169000 +KHM,2043,4,162000,169000 +KHM,2043,5,162000,169000 +KHM,2043,6,162000,169000 +KHM,2043,7,162000,169000 +KHM,2043,8,162000,168000 +KHM,2043,9,161000,168000 +KHM,2043,10,161000,168000 +KHM,2043,11,161000,167000 +KHM,2043,12,161000,167000 +KHM,2043,13,160000,166000 +KHM,2043,14,160000,166000 +KHM,2043,15,160000,166000 +KHM,2043,16,161000,166000 +KHM,2043,17,161000,166000 +KHM,2043,18,162000,167000 +KHM,2044,0,158000,165000 +KHM,2044,1,159000,166000 +KHM,2044,2,160000,168000 +KHM,2044,3,161000,168000 +KHM,2044,4,162000,169000 +KHM,2044,5,162000,169000 +KHM,2044,6,162000,169000 +KHM,2044,7,162000,169000 +KHM,2044,8,162000,169000 +KHM,2044,9,162000,168000 +KHM,2044,10,161000,168000 +KHM,2044,11,161000,167000 +KHM,2044,12,161000,167000 +KHM,2044,13,160000,166000 +KHM,2044,14,160000,166000 +KHM,2044,15,160000,165000 +KHM,2044,16,160000,165000 +KHM,2044,17,160000,165000 +KHM,2044,18,161000,166000 +KHM,2045,0,157000,164000 +KHM,2045,1,158000,165000 +KHM,2045,2,159000,167000 +KHM,2045,3,160000,167000 +KHM,2045,4,161000,168000 +KHM,2045,5,162000,169000 +KHM,2045,6,162000,169000 +KHM,2045,7,162000,169000 +KHM,2045,8,162000,169000 +KHM,2045,9,162000,168000 +KHM,2045,10,161000,168000 +KHM,2045,11,161000,168000 +KHM,2045,12,161000,167000 +KHM,2045,13,161000,167000 +KHM,2045,14,160000,166000 +KHM,2045,15,160000,165000 +KHM,2045,16,160000,165000 +KHM,2045,17,160000,164000 +KHM,2045,18,160000,165000 +KHM,2046,0,155000,163000 +KHM,2046,1,157000,164000 +KHM,2046,2,158000,165000 +KHM,2046,3,159000,166000 +KHM,2046,4,160000,167000 +KHM,2046,5,161000,168000 +KHM,2046,6,161000,168000 +KHM,2046,7,162000,169000 +KHM,2046,8,162000,169000 +KHM,2046,9,162000,169000 +KHM,2046,10,162000,168000 +KHM,2046,11,161000,168000 +KHM,2046,12,161000,167000 +KHM,2046,13,161000,167000 +KHM,2046,14,160000,166000 +KHM,2046,15,160000,165000 +KHM,2046,16,160000,165000 +KHM,2046,17,159000,164000 +KHM,2046,18,159000,164000 +KHM,2047,0,154000,161000 +KHM,2047,1,156000,163000 +KHM,2047,2,157000,164000 +KHM,2047,3,158000,165000 +KHM,2047,4,159000,166000 +KHM,2047,5,160000,167000 +KHM,2047,6,161000,168000 +KHM,2047,7,161000,168000 +KHM,2047,8,162000,169000 +KHM,2047,9,162000,169000 +KHM,2047,10,162000,168000 +KHM,2047,11,161000,168000 +KHM,2047,12,161000,167000 +KHM,2047,13,161000,167000 +KHM,2047,14,160000,166000 +KHM,2047,15,160000,165000 +KHM,2047,16,160000,165000 +KHM,2047,17,159000,164000 +KHM,2047,18,159000,163000 +KHM,2048,0,153000,160000 +KHM,2048,1,155000,162000 +KHM,2048,2,156000,163000 +KHM,2048,3,157000,164000 +KHM,2048,4,158000,165000 +KHM,2048,5,159000,166000 +KHM,2048,6,160000,167000 +KHM,2048,7,161000,167000 +KHM,2048,8,161000,168000 +KHM,2048,9,162000,168000 +KHM,2048,10,162000,168000 +KHM,2048,11,162000,168000 +KHM,2048,12,161000,168000 +KHM,2048,13,161000,167000 +KHM,2048,14,160000,166000 +KHM,2048,15,160000,166000 +KHM,2048,16,160000,165000 +KHM,2048,17,159000,164000 +KHM,2048,18,159000,163000 +KHM,2049,0,152000,159000 +KHM,2049,1,153000,160000 +KHM,2049,2,155000,162000 +KHM,2049,3,156000,163000 +KHM,2049,4,157000,164000 +KHM,2049,5,158000,165000 +KHM,2049,6,159000,166000 +KHM,2049,7,160000,167000 +KHM,2049,8,160000,167000 +KHM,2049,9,161000,168000 +KHM,2049,10,161000,168000 +KHM,2049,11,162000,168000 +KHM,2049,12,162000,168000 +KHM,2049,13,161000,167000 +KHM,2049,14,161000,167000 +KHM,2049,15,160000,166000 +KHM,2049,16,160000,165000 +KHM,2049,17,159000,164000 +KHM,2049,18,159000,163000 +KHM,2050,0,151000,158000 +KHM,2050,1,152000,159000 +KHM,2050,2,153000,160000 +KHM,2050,3,154000,161000 +KHM,2050,4,156000,162000 +KHM,2050,5,157000,164000 +KHM,2050,6,158000,165000 +KHM,2050,7,159000,165000 +KHM,2050,8,159000,166000 +KHM,2050,9,160000,167000 +KHM,2050,10,161000,167000 +KHM,2050,11,161000,168000 +KHM,2050,12,162000,168000 +KHM,2050,13,161000,168000 +KHM,2050,14,161000,167000 +KHM,2050,15,160000,166000 +KHM,2050,16,160000,165000 +KHM,2050,17,159000,164000 +KHM,2050,18,159000,163000 +KIR,1990,0,1183,1307 +KIR,1990,1,1158,1244 +KIR,1990,2,1129,1187 +KIR,1990,3,1098,1135 +KIR,1990,4,1065,1088 +KIR,1990,5,1030,1045 +KIR,1990,6,993,1006 +KIR,1990,7,956,970 +KIR,1990,8,918,936 +KIR,1990,9,880,905 +KIR,1990,10,844,877 +KIR,1990,11,812,855 +KIR,1990,12,776,826 +KIR,1990,13,736,785 +KIR,1990,14,695,737 +KIR,1990,15,656,693 +KIR,1990,16,614,645 +KIR,1990,17,598,622 +KIR,1990,18,621,636 +KIR,1991,0,1194,1311 +KIR,1991,1,1168,1284 +KIR,1991,2,1144,1229 +KIR,1991,3,1117,1177 +KIR,1991,4,1087,1129 +KIR,1991,5,1055,1084 +KIR,1991,6,1021,1041 +KIR,1991,7,986,1001 +KIR,1991,8,949,964 +KIR,1991,9,912,930 +KIR,1991,10,874,897 +KIR,1991,11,838,869 +KIR,1991,12,805,845 +KIR,1991,13,769,815 +KIR,1991,14,729,772 +KIR,1991,15,687,723 +KIR,1991,16,648,678 +KIR,1991,17,605,629 +KIR,1991,18,588,605 +KIR,1992,0,1186,1291 +KIR,1992,1,1167,1253 +KIR,1992,2,1151,1260 +KIR,1992,3,1127,1212 +KIR,1992,4,1101,1166 +KIR,1992,5,1072,1121 +KIR,1992,6,1042,1078 +KIR,1992,7,1009,1036 +KIR,1992,8,976,995 +KIR,1992,9,940,957 +KIR,1992,10,903,922 +KIR,1992,11,865,890 +KIR,1992,12,829,860 +KIR,1992,13,797,835 +KIR,1992,14,761,803 +KIR,1992,15,720,758 +KIR,1992,16,678,709 +KIR,1992,17,638,662 +KIR,1992,18,594,613 +KIR,1993,0,1170,1258 +KIR,1993,1,1159,1242 +KIR,1993,2,1144,1222 +KIR,1993,3,1132,1236 +KIR,1993,4,1110,1196 +KIR,1993,5,1085,1155 +KIR,1993,6,1057,1114 +KIR,1993,7,1028,1073 +KIR,1993,8,997,1031 +KIR,1993,9,965,990 +KIR,1993,10,931,950 +KIR,1993,11,894,915 +KIR,1993,12,856,882 +KIR,1993,13,820,851 +KIR,1993,14,788,824 +KIR,1993,15,752,791 +KIR,1993,16,710,745 +KIR,1993,17,668,694 +KIR,1993,18,627,647 +KIR,1994,0,1159,1229 +KIR,1994,1,1153,1230 +KIR,1994,2,1142,1224 +KIR,1994,3,1129,1212 +KIR,1994,4,1115,1212 +KIR,1994,5,1093,1179 +KIR,1994,6,1069,1144 +KIR,1994,7,1043,1106 +KIR,1994,8,1015,1067 +KIR,1994,9,986,1026 +KIR,1994,10,955,984 +KIR,1994,11,922,943 +KIR,1994,12,886,907 +KIR,1994,13,848,874 +KIR,1994,14,812,842 +KIR,1994,15,779,813 +KIR,1994,16,743,778 +KIR,1994,17,701,732 +KIR,1994,18,658,680 +KIR,1995,0,1163,1212 +KIR,1995,1,1156,1224 +KIR,1995,2,1145,1226 +KIR,1995,3,1132,1220 +KIR,1995,4,1117,1207 +KIR,1995,5,1098,1188 +KIR,1995,6,1078,1163 +KIR,1995,7,1055,1133 +KIR,1995,8,1031,1099 +KIR,1995,9,1004,1062 +KIR,1995,10,975,1021 +KIR,1995,11,946,978 +KIR,1995,12,914,936 +KIR,1995,13,878,900 +KIR,1995,14,840,866 +KIR,1995,15,804,833 +KIR,1995,16,772,803 +KIR,1995,17,735,766 +KIR,1995,18,693,718 +KIR,1996,0,1185,1214 +KIR,1996,1,1149,1207 +KIR,1996,2,1139,1214 +KIR,1996,3,1129,1214 +KIR,1996,4,1116,1207 +KIR,1996,5,1101,1194 +KIR,1996,6,1085,1175 +KIR,1996,7,1067,1152 +KIR,1996,8,1046,1123 +KIR,1996,9,1023,1089 +KIR,1996,10,997,1051 +KIR,1996,11,970,1010 +KIR,1996,12,943,967 +KIR,1996,13,911,925 +KIR,1996,14,874,887 +KIR,1996,15,832,851 +KIR,1996,16,793,816 +KIR,1996,17,757,785 +KIR,1996,18,719,748 +KIR,1997,0,1223,1232 +KIR,1997,1,1188,1231 +KIR,1997,2,1135,1201 +KIR,1997,3,1124,1205 +KIR,1997,4,1113,1202 +KIR,1997,5,1100,1194 +KIR,1997,6,1087,1181 +KIR,1997,7,1072,1163 +KIR,1997,8,1056,1141 +KIR,1997,9,1037,1113 +KIR,1997,10,1015,1079 +KIR,1997,11,991,1040 +KIR,1997,12,965,999 +KIR,1997,13,940,956 +KIR,1997,14,909,914 +KIR,1997,15,869,874 +KIR,1997,16,825,837 +KIR,1997,17,782,800 +KIR,1997,18,743,767 +KIR,1998,0,1262,1252 +KIR,1998,1,1210,1239 +KIR,1998,2,1168,1226 +KIR,1998,3,1122,1197 +KIR,1998,4,1110,1196 +KIR,1998,5,1098,1191 +KIR,1998,6,1087,1182 +KIR,1998,7,1074,1168 +KIR,1998,8,1061,1151 +KIR,1998,9,1047,1131 +KIR,1998,10,1030,1104 +KIR,1998,11,1010,1070 +KIR,1998,12,986,1030 +KIR,1998,13,962,989 +KIR,1998,14,939,946 +KIR,1998,15,908,903 +KIR,1998,16,866,862 +KIR,1998,17,818,823 +KIR,1998,18,773,784 +KIR,1999,0,1274,1255 +KIR,1999,1,1219,1238 +KIR,1999,2,1174,1222 +KIR,1999,3,1138,1209 +KIR,1999,4,1112,1194 +KIR,1999,5,1099,1190 +KIR,1999,6,1086,1183 +KIR,1999,7,1075,1172 +KIR,1999,8,1063,1158 +KIR,1999,9,1052,1142 +KIR,1999,10,1040,1123 +KIR,1999,11,1025,1098 +KIR,1999,12,1006,1063 +KIR,1999,13,983,1023 +KIR,1999,14,961,981 +KIR,1999,15,939,937 +KIR,1999,16,908,894 +KIR,1999,17,865,851 +KIR,1999,18,814,810 +KIR,2000,0,1245,1229 +KIR,2000,1,1206,1222 +KIR,2000,2,1173,1215 +KIR,2000,3,1146,1209 +KIR,2000,4,1123,1202 +KIR,2000,5,1105,1195 +KIR,2000,6,1089,1186 +KIR,2000,7,1077,1177 +KIR,2000,8,1065,1165 +KIR,2000,9,1055,1150 +KIR,2000,10,1045,1135 +KIR,2000,11,1035,1118 +KIR,2000,12,1022,1093 +KIR,2000,13,1004,1059 +KIR,2000,14,983,1017 +KIR,2000,15,961,975 +KIR,2000,16,941,931 +KIR,2000,17,911,887 +KIR,2000,18,865,843 +KIR,2001,0,1147,1153 +KIR,2001,1,1244,1237 +KIR,2001,2,1213,1232 +KIR,2001,3,1184,1224 +KIR,2001,4,1156,1214 +KIR,2001,5,1129,1202 +KIR,2001,6,1103,1188 +KIR,2001,7,1076,1170 +KIR,2001,8,1057,1155 +KIR,2001,9,1049,1145 +KIR,2001,10,1047,1139 +KIR,2001,11,1044,1129 +KIR,2001,12,1041,1119 +KIR,2001,13,1032,1098 +KIR,2001,14,1011,1061 +KIR,2001,15,983,1015 +KIR,2001,16,956,968 +KIR,2001,17,930,920 +KIR,2001,18,897,874 +KIR,2002,0,1009,1048 +KIR,2002,1,1077,1117 +KIR,2002,2,1249,1249 +KIR,2002,3,1227,1246 +KIR,2002,4,1200,1238 +KIR,2002,5,1171,1225 +KIR,2002,6,1141,1208 +KIR,2002,7,1107,1186 +KIR,2002,8,1068,1158 +KIR,2002,9,1042,1137 +KIR,2002,10,1037,1131 +KIR,2002,11,1044,1131 +KIR,2002,12,1048,1128 +KIR,2002,13,1052,1124 +KIR,2002,14,1046,1107 +KIR,2002,15,1023,1069 +KIR,2002,16,988,1017 +KIR,2002,17,956,966 +KIR,2002,18,924,914 +KIR,2003,0,868,944 +KIR,2003,1,1002,1061 +KIR,2003,2,1102,1148 +KIR,2003,3,1257,1263 +KIR,2003,4,1243,1263 +KIR,2003,5,1219,1254 +KIR,2003,6,1189,1237 +KIR,2003,7,1154,1215 +KIR,2003,8,1113,1186 +KIR,2003,9,1062,1148 +KIR,2003,10,1030,1122 +KIR,2003,11,1028,1118 +KIR,2003,12,1043,1126 +KIR,2003,13,1054,1129 +KIR,2003,14,1065,1132 +KIR,2003,15,1062,1118 +KIR,2003,16,1037,1077 +KIR,2003,17,995,1020 +KIR,2003,18,957,965 +KIR,2004,0,781,886 +KIR,2004,1,956,1029 +KIR,2004,2,1087,1138 +KIR,2004,3,1178,1214 +KIR,2004,4,1262,1276 +KIR,2004,5,1257,1278 +KIR,2004,6,1236,1268 +KIR,2004,7,1205,1248 +KIR,2004,8,1166,1221 +KIR,2004,9,1117,1184 +KIR,2004,10,1054,1136 +KIR,2004,11,1015,1104 +KIR,2004,12,1016,1103 +KIR,2004,13,1041,1119 +KIR,2004,14,1058,1128 +KIR,2004,15,1076,1137 +KIR,2004,16,1077,1127 +KIR,2004,17,1048,1085 +KIR,2004,18,1001,1022 +KIR,2005,0,786,903 +KIR,2005,1,959,1039 +KIR,2005,2,1089,1142 +KIR,2005,3,1180,1215 +KIR,2005,4,1236,1261 +KIR,2005,5,1264,1285 +KIR,2005,6,1266,1290 +KIR,2005,7,1249,1279 +KIR,2005,8,1216,1255 +KIR,2005,9,1174,1223 +KIR,2005,10,1117,1180 +KIR,2005,11,1043,1121 +KIR,2005,12,997,1084 +KIR,2005,13,1001,1086 +KIR,2005,14,1035,1109 +KIR,2005,15,1059,1124 +KIR,2005,16,1084,1140 +KIR,2005,17,1088,1133 +KIR,2005,18,1057,1089 +KIR,2006,0,918,1025 +KIR,2006,1,848,958 +KIR,2006,2,983,1064 +KIR,2006,3,1088,1147 +KIR,2006,4,1166,1209 +KIR,2006,5,1218,1252 +KIR,2006,6,1249,1279 +KIR,2006,7,1264,1294 +KIR,2006,8,1257,1291 +KIR,2006,9,1227,1268 +KIR,2006,10,1183,1232 +KIR,2006,11,1128,1188 +KIR,2006,12,1059,1131 +KIR,2006,13,1016,1095 +KIR,2006,14,1018,1094 +KIR,2006,15,1046,1114 +KIR,2006,16,1066,1126 +KIR,2006,17,1086,1139 +KIR,2006,18,1088,1130 +KIR,2007,0,1142,1218 +KIR,2007,1,1161,1221 +KIR,2007,2,904,1007 +KIR,2007,3,1000,1081 +KIR,2007,4,1079,1143 +KIR,2007,5,1142,1194 +KIR,2007,6,1189,1234 +KIR,2007,7,1224,1264 +KIR,2007,8,1252,1290 +KIR,2007,9,1255,1295 +KIR,2007,10,1229,1273 +KIR,2007,11,1182,1233 +KIR,2007,12,1131,1188 +KIR,2007,13,1067,1133 +KIR,2007,14,1027,1097 +KIR,2007,15,1026,1095 +KIR,2007,16,1049,1111 +KIR,2007,17,1064,1120 +KIR,2007,18,1080,1130 +KIR,2008,0,1398,1439 +KIR,2008,1,1302,1346 +KIR,2008,2,1228,1275 +KIR,2008,3,955,1051 +KIR,2008,4,1011,1094 +KIR,2008,5,1064,1136 +KIR,2008,6,1113,1175 +KIR,2008,7,1155,1210 +KIR,2008,8,1194,1244 +KIR,2008,9,1234,1280 +KIR,2008,10,1248,1293 +KIR,2008,11,1224,1272 +KIR,2008,12,1176,1228 +KIR,2008,13,1128,1184 +KIR,2008,14,1071,1131 +KIR,2008,15,1033,1096 +KIR,2008,16,1030,1091 +KIR,2008,17,1048,1104 +KIR,2008,18,1058,1110 +KIR,2009,0,1611,1626 +KIR,2009,1,1424,1458 +KIR,2009,2,1281,1329 +KIR,2009,3,1177,1236 +KIR,2009,4,1007,1095 +KIR,2009,5,1024,1106 +KIR,2009,6,1051,1128 +KIR,2009,7,1084,1156 +KIR,2009,8,1121,1187 +KIR,2009,9,1164,1224 +KIR,2009,10,1217,1271 +KIR,2009,11,1241,1291 +KIR,2009,12,1221,1271 +KIR,2009,13,1171,1223 +KIR,2009,14,1126,1179 +KIR,2009,15,1074,1128 +KIR,2009,16,1040,1094 +KIR,2009,17,1034,1087 +KIR,2009,18,1047,1096 +KIR,2010,0,1728,1739 +KIR,2010,1,1501,1535 +KIR,2010,2,1327,1379 +KIR,2010,3,1199,1264 +KIR,2010,4,1112,1187 +KIR,2010,5,1060,1140 +KIR,2010,6,1038,1120 +KIR,2010,7,1040,1121 +KIR,2010,8,1059,1137 +KIR,2010,9,1091,1165 +KIR,2010,10,1138,1206 +KIR,2010,11,1203,1262 +KIR,2010,12,1237,1291 +KIR,2010,13,1220,1271 +KIR,2010,14,1169,1220 +KIR,2010,15,1126,1175 +KIR,2010,16,1081,1127 +KIR,2010,17,1049,1093 +KIR,2010,18,1041,1084 +KIR,2011,0,1715,1756 +KIR,2011,1,1663,1687 +KIR,2011,2,1474,1514 +KIR,2011,3,1325,1377 +KIR,2011,4,1210,1272 +KIR,2011,5,1127,1196 +KIR,2011,6,1071,1143 +KIR,2011,7,1035,1110 +KIR,2011,8,1026,1100 +KIR,2011,9,1045,1116 +KIR,2011,10,1083,1148 +KIR,2011,11,1131,1190 +KIR,2011,12,1194,1245 +KIR,2011,13,1228,1273 +KIR,2011,14,1210,1253 +KIR,2011,15,1159,1204 +KIR,2011,16,1115,1161 +KIR,2011,17,1070,1114 +KIR,2011,18,1037,1080 +KIR,2012,0,1612,1703 +KIR,2012,1,1484,1572 +KIR,2012,2,1606,1640 +KIR,2012,3,1455,1497 +KIR,2012,4,1329,1379 +KIR,2012,5,1227,1283 +KIR,2012,6,1148,1209 +KIR,2012,7,1086,1150 +KIR,2012,8,1036,1103 +KIR,2012,9,1017,1084 +KIR,2012,10,1036,1099 +KIR,2012,11,1079,1135 +KIR,2012,12,1129,1177 +KIR,2012,13,1191,1231 +KIR,2012,14,1224,1259 +KIR,2012,15,1205,1240 +KIR,2012,16,1154,1192 +KIR,2012,17,1110,1149 +KIR,2012,18,1064,1105 +KIR,2013,0,1460,1607 +KIR,2013,1,1432,1554 +KIR,2013,2,1399,1502 +KIR,2013,3,1553,1595 +KIR,2013,4,1439,1483 +KIR,2013,5,1336,1383 +KIR,2013,6,1247,1297 +KIR,2013,7,1172,1223 +KIR,2013,8,1105,1159 +KIR,2013,9,1041,1098 +KIR,2013,10,1011,1068 +KIR,2013,11,1030,1082 +KIR,2013,12,1079,1124 +KIR,2013,13,1130,1167 +KIR,2013,14,1192,1219 +KIR,2013,15,1224,1246 +KIR,2013,16,1204,1228 +KIR,2013,17,1152,1181 +KIR,2013,18,1108,1140 +KIR,2014,0,1322,1512 +KIR,2014,1,1382,1532 +KIR,2014,2,1414,1532 +KIR,2014,3,1422,1514 +KIR,2014,4,1498,1550 +KIR,2014,5,1421,1468 +KIR,2014,6,1342,1386 +KIR,2014,7,1266,1309 +KIR,2014,8,1194,1237 +KIR,2014,9,1122,1166 +KIR,2014,10,1043,1092 +KIR,2014,11,1004,1052 +KIR,2014,12,1022,1065 +KIR,2014,13,1077,1111 +KIR,2014,14,1130,1155 +KIR,2014,15,1190,1207 +KIR,2014,16,1222,1233 +KIR,2014,17,1201,1215 +KIR,2014,18,1149,1169 +KIR,2015,0,1247,1452 +KIR,2015,1,1355,1518 +KIR,2015,2,1423,1551 +KIR,2015,3,1456,1556 +KIR,2015,4,1460,1539 +KIR,2015,5,1439,1502 +KIR,2015,6,1399,1450 +KIR,2015,7,1344,1388 +KIR,2015,8,1281,1319 +KIR,2015,9,1213,1249 +KIR,2015,10,1135,1172 +KIR,2015,11,1043,1084 +KIR,2015,12,994,1035 +KIR,2015,13,1012,1047 +KIR,2015,14,1072,1097 +KIR,2015,15,1126,1142 +KIR,2015,16,1186,1192 +KIR,2015,17,1216,1218 +KIR,2015,18,1195,1200 +KIR,2016,0,1260,1441 +KIR,2016,1,1276,1467 +KIR,2016,2,1361,1518 +KIR,2016,3,1415,1542 +KIR,2016,4,1442,1543 +KIR,2016,5,1445,1525 +KIR,2016,6,1429,1492 +KIR,2016,7,1400,1448 +KIR,2016,8,1353,1391 +KIR,2016,9,1288,1321 +KIR,2016,10,1213,1246 +KIR,2016,11,1133,1167 +KIR,2016,12,1038,1077 +KIR,2016,13,987,1026 +KIR,2016,14,1003,1036 +KIR,2016,15,1062,1085 +KIR,2016,16,1114,1128 +KIR,2016,17,1172,1176 +KIR,2016,18,1201,1200 +KIR,2017,0,1332,1463 +KIR,2017,1,1401,1528 +KIR,2017,2,1301,1480 +KIR,2017,3,1362,1515 +KIR,2017,4,1402,1531 +KIR,2017,5,1422,1528 +KIR,2017,6,1424,1509 +KIR,2017,7,1414,1480 +KIR,2017,8,1396,1444 +KIR,2017,9,1356,1392 +KIR,2017,10,1290,1321 +KIR,2017,11,1210,1242 +KIR,2017,12,1125,1160 +KIR,2017,13,1030,1068 +KIR,2017,14,976,1016 +KIR,2017,15,991,1024 +KIR,2017,16,1048,1071 +KIR,2017,17,1098,1112 +KIR,2017,18,1155,1158 +KIR,2018,0,1437,1505 +KIR,2018,1,1446,1540 +KIR,2018,2,1447,1559 +KIR,2018,3,1323,1492 +KIR,2018,4,1361,1512 +KIR,2018,5,1387,1518 +KIR,2018,6,1400,1511 +KIR,2018,7,1401,1493 +KIR,2018,8,1396,1467 +KIR,2018,9,1389,1439 +KIR,2018,10,1357,1392 +KIR,2018,11,1290,1321 +KIR,2018,12,1203,1237 +KIR,2018,13,1116,1152 +KIR,2018,14,1019,1059 +KIR,2018,15,963,1005 +KIR,2018,16,976,1011 +KIR,2018,17,1032,1056 +KIR,2018,18,1080,1095 +KIR,2019,0,1500,1600 +KIR,2019,1,1500,1600 +KIR,2019,2,1500,1600 +KIR,2019,3,1400,1500 +KIR,2019,4,1300,1500 +KIR,2019,5,1400,1500 +KIR,2019,6,1400,1500 +KIR,2019,7,1400,1500 +KIR,2019,8,1400,1500 +KIR,2019,9,1400,1500 +KIR,2019,10,1400,1400 +KIR,2019,11,1400,1400 +KIR,2019,12,1300,1300 +KIR,2019,13,1200,1200 +KIR,2019,14,1100,1100 +KIR,2019,15,1000,1100 +KIR,2019,16,1000,1000 +KIR,2019,17,1000,1000 +KIR,2019,18,1000,1000 +KIR,2020,0,1600,1600 +KIR,2020,1,1500,1600 +KIR,2020,2,1500,1600 +KIR,2020,3,1400,1500 +KIR,2020,4,1400,1500 +KIR,2020,5,1400,1500 +KIR,2020,6,1400,1500 +KIR,2020,7,1400,1500 +KIR,2020,8,1400,1500 +KIR,2020,9,1400,1500 +KIR,2020,10,1400,1400 +KIR,2020,11,1400,1400 +KIR,2020,12,1400,1400 +KIR,2020,13,1300,1300 +KIR,2020,14,1200,1200 +KIR,2020,15,1100,1100 +KIR,2020,16,1000,1000 +KIR,2020,17,900,1000 +KIR,2020,18,1000,1000 +KIR,2021,0,1600,1600 +KIR,2021,1,1600,1600 +KIR,2021,2,1500,1600 +KIR,2021,3,1500,1500 +KIR,2021,4,1400,1500 +KIR,2021,5,1400,1500 +KIR,2021,6,1400,1500 +KIR,2021,7,1400,1500 +KIR,2021,8,1400,1500 +KIR,2021,9,1400,1500 +KIR,2021,10,1400,1500 +KIR,2021,11,1400,1400 +KIR,2021,12,1400,1400 +KIR,2021,13,1400,1400 +KIR,2021,14,1300,1300 +KIR,2021,15,1200,1200 +KIR,2021,16,1100,1100 +KIR,2021,17,1000,1000 +KIR,2021,18,900,1000 +KIR,2022,0,1600,1600 +KIR,2022,1,1500,1600 +KIR,2022,2,1600,1600 +KIR,2022,3,1500,1600 +KIR,2022,4,1500,1500 +KIR,2022,5,1400,1500 +KIR,2022,6,1400,1500 +KIR,2022,7,1400,1500 +KIR,2022,8,1400,1500 +KIR,2022,9,1400,1500 +KIR,2022,10,1300,1500 +KIR,2022,11,1400,1500 +KIR,2022,12,1400,1400 +KIR,2022,13,1400,1400 +KIR,2022,14,1400,1400 +KIR,2022,15,1300,1300 +KIR,2022,16,1200,1200 +KIR,2022,17,1100,1100 +KIR,2022,18,1000,1000 +KIR,2023,0,1500,1600 +KIR,2023,1,1500,1600 +KIR,2023,2,1500,1600 +KIR,2023,3,1500,1600 +KIR,2023,4,1500,1500 +KIR,2023,5,1500,1500 +KIR,2023,6,1400,1500 +KIR,2023,7,1400,1500 +KIR,2023,8,1400,1500 +KIR,2023,9,1400,1500 +KIR,2023,10,1300,1500 +KIR,2023,11,1300,1500 +KIR,2023,12,1300,1500 +KIR,2023,13,1400,1400 +KIR,2023,14,1400,1400 +KIR,2023,15,1300,1400 +KIR,2023,16,1300,1300 +KIR,2023,17,1200,1200 +KIR,2023,18,1100,1100 +KIR,2024,0,1500,1600 +KIR,2024,1,1500,1600 +KIR,2024,2,1500,1600 +KIR,2024,3,1500,1500 +KIR,2024,4,1500,1600 +KIR,2024,5,1500,1500 +KIR,2024,6,1500,1500 +KIR,2024,7,1400,1500 +KIR,2024,8,1400,1500 +KIR,2024,9,1400,1500 +KIR,2024,10,1400,1500 +KIR,2024,11,1300,1500 +KIR,2024,12,1300,1500 +KIR,2024,13,1300,1500 +KIR,2024,14,1400,1400 +KIR,2024,15,1400,1400 +KIR,2024,16,1300,1400 +KIR,2024,17,1300,1300 +KIR,2024,18,1200,1200 +KIR,2025,0,1500,1600 +KIR,2025,1,1500,1600 +KIR,2025,2,1500,1600 +KIR,2025,3,1500,1600 +KIR,2025,4,1500,1500 +KIR,2025,5,1500,1500 +KIR,2025,6,1500,1500 +KIR,2025,7,1500,1500 +KIR,2025,8,1400,1500 +KIR,2025,9,1400,1500 +KIR,2025,10,1400,1500 +KIR,2025,11,1400,1500 +KIR,2025,12,1300,1500 +KIR,2025,13,1300,1500 +KIR,2025,14,1300,1400 +KIR,2025,15,1300,1400 +KIR,2025,16,1400,1400 +KIR,2025,17,1300,1400 +KIR,2025,18,1300,1300 +KIR,2026,0,1500,1600 +KIR,2026,1,1500,1600 +KIR,2026,2,1500,1600 +KIR,2026,3,1500,1600 +KIR,2026,4,1500,1600 +KIR,2026,5,1500,1500 +KIR,2026,6,1500,1500 +KIR,2026,7,1500,1500 +KIR,2026,8,1500,1500 +KIR,2026,9,1400,1500 +KIR,2026,10,1400,1500 +KIR,2026,11,1400,1500 +KIR,2026,12,1400,1500 +KIR,2026,13,1300,1500 +KIR,2026,14,1300,1500 +KIR,2026,15,1300,1400 +KIR,2026,16,1300,1400 +KIR,2026,17,1400,1400 +KIR,2026,18,1300,1400 +KIR,2027,0,1500,1600 +KIR,2027,1,1500,1600 +KIR,2027,2,1500,1600 +KIR,2027,3,1500,1600 +KIR,2027,4,1500,1600 +KIR,2027,5,1500,1500 +KIR,2027,6,1500,1500 +KIR,2027,7,1500,1500 +KIR,2027,8,1500,1500 +KIR,2027,9,1500,1500 +KIR,2027,10,1400,1500 +KIR,2027,11,1400,1500 +KIR,2027,12,1400,1500 +KIR,2027,13,1400,1500 +KIR,2027,14,1300,1500 +KIR,2027,15,1300,1500 +KIR,2027,16,1300,1400 +KIR,2027,17,1300,1400 +KIR,2027,18,1300,1400 +KIR,2028,0,1500,1600 +KIR,2028,1,1500,1600 +KIR,2028,2,1500,1600 +KIR,2028,3,1500,1600 +KIR,2028,4,1500,1600 +KIR,2028,5,1500,1500 +KIR,2028,6,1500,1500 +KIR,2028,7,1500,1500 +KIR,2028,8,1500,1500 +KIR,2028,9,1500,1500 +KIR,2028,10,1500,1500 +KIR,2028,11,1400,1500 +KIR,2028,12,1400,1500 +KIR,2028,13,1400,1500 +KIR,2028,14,1400,1500 +KIR,2028,15,1300,1500 +KIR,2028,16,1300,1500 +KIR,2028,17,1300,1400 +KIR,2028,18,1300,1400 +KIR,2029,0,1500,1600 +KIR,2029,1,1500,1500 +KIR,2029,2,1500,1500 +KIR,2029,3,1500,1500 +KIR,2029,4,1500,1500 +KIR,2029,5,1500,1500 +KIR,2029,6,1500,1500 +KIR,2029,7,1500,1500 +KIR,2029,8,1500,1500 +KIR,2029,9,1500,1500 +KIR,2029,10,1500,1500 +KIR,2029,11,1500,1500 +KIR,2029,12,1400,1500 +KIR,2029,13,1400,1500 +KIR,2029,14,1400,1500 +KIR,2029,15,1300,1500 +KIR,2029,16,1300,1500 +KIR,2029,17,1300,1400 +KIR,2029,18,1300,1400 +KIR,2030,0,1500,1500 +KIR,2030,1,1500,1500 +KIR,2030,2,1500,1500 +KIR,2030,3,1500,1500 +KIR,2030,4,1500,1500 +KIR,2030,5,1500,1500 +KIR,2030,6,1500,1500 +KIR,2030,7,1500,1500 +KIR,2030,8,1500,1500 +KIR,2030,9,1500,1500 +KIR,2030,10,1500,1500 +KIR,2030,11,1500,1500 +KIR,2030,12,1500,1500 +KIR,2030,13,1400,1500 +KIR,2030,14,1400,1500 +KIR,2030,15,1400,1500 +KIR,2030,16,1300,1500 +KIR,2030,17,1300,1500 +KIR,2030,18,1300,1400 +KIR,2031,0,1500,1500 +KIR,2031,1,1500,1500 +KIR,2031,2,1500,1500 +KIR,2031,3,1500,1500 +KIR,2031,4,1500,1500 +KIR,2031,5,1500,1500 +KIR,2031,6,1500,1500 +KIR,2031,7,1500,1500 +KIR,2031,8,1500,1500 +KIR,2031,9,1500,1500 +KIR,2031,10,1500,1500 +KIR,2031,11,1500,1500 +KIR,2031,12,1500,1500 +KIR,2031,13,1500,1500 +KIR,2031,14,1400,1500 +KIR,2031,15,1400,1500 +KIR,2031,16,1400,1500 +KIR,2031,17,1300,1500 +KIR,2031,18,1300,1400 +KIR,2032,0,1500,1500 +KIR,2032,1,1500,1500 +KIR,2032,2,1500,1500 +KIR,2032,3,1500,1500 +KIR,2032,4,1500,1500 +KIR,2032,5,1500,1500 +KIR,2032,6,1500,1500 +KIR,2032,7,1500,1500 +KIR,2032,8,1500,1500 +KIR,2032,9,1500,1500 +KIR,2032,10,1500,1500 +KIR,2032,11,1500,1500 +KIR,2032,12,1500,1500 +KIR,2032,13,1500,1500 +KIR,2032,14,1500,1500 +KIR,2032,15,1400,1500 +KIR,2032,16,1400,1500 +KIR,2032,17,1400,1500 +KIR,2032,18,1300,1500 +KIR,2033,0,1500,1600 +KIR,2033,1,1500,1500 +KIR,2033,2,1500,1500 +KIR,2033,3,1500,1500 +KIR,2033,4,1500,1500 +KIR,2033,5,1500,1500 +KIR,2033,6,1500,1500 +KIR,2033,7,1500,1500 +KIR,2033,8,1500,1500 +KIR,2033,9,1500,1500 +KIR,2033,10,1500,1500 +KIR,2033,11,1500,1500 +KIR,2033,12,1500,1500 +KIR,2033,13,1500,1500 +KIR,2033,14,1500,1500 +KIR,2033,15,1400,1500 +KIR,2033,16,1400,1500 +KIR,2033,17,1400,1500 +KIR,2033,18,1400,1500 +KIR,2034,0,1500,1600 +KIR,2034,1,1500,1600 +KIR,2034,2,1500,1500 +KIR,2034,3,1500,1500 +KIR,2034,4,1500,1500 +KIR,2034,5,1500,1500 +KIR,2034,6,1500,1500 +KIR,2034,7,1500,1500 +KIR,2034,8,1500,1500 +KIR,2034,9,1500,1500 +KIR,2034,10,1500,1500 +KIR,2034,11,1500,1500 +KIR,2034,12,1500,1500 +KIR,2034,13,1500,1500 +KIR,2034,14,1500,1500 +KIR,2034,15,1500,1500 +KIR,2034,16,1400,1500 +KIR,2034,17,1400,1500 +KIR,2034,18,1400,1500 +KIR,2035,0,1500,1600 +KIR,2035,1,1500,1600 +KIR,2035,2,1500,1500 +KIR,2035,3,1500,1500 +KIR,2035,4,1500,1500 +KIR,2035,5,1500,1500 +KIR,2035,6,1500,1500 +KIR,2035,7,1500,1500 +KIR,2035,8,1500,1500 +KIR,2035,9,1500,1500 +KIR,2035,10,1500,1500 +KIR,2035,11,1500,1500 +KIR,2035,12,1500,1500 +KIR,2035,13,1500,1500 +KIR,2035,14,1500,1500 +KIR,2035,15,1500,1500 +KIR,2035,16,1500,1500 +KIR,2035,17,1400,1500 +KIR,2035,18,1400,1500 +KIR,2036,0,1500,1600 +KIR,2036,1,1500,1600 +KIR,2036,2,1500,1600 +KIR,2036,3,1500,1500 +KIR,2036,4,1500,1500 +KIR,2036,5,1500,1500 +KIR,2036,6,1500,1500 +KIR,2036,7,1500,1500 +KIR,2036,8,1500,1500 +KIR,2036,9,1500,1500 +KIR,2036,10,1500,1500 +KIR,2036,11,1500,1500 +KIR,2036,12,1500,1500 +KIR,2036,13,1500,1500 +KIR,2036,14,1500,1500 +KIR,2036,15,1500,1500 +KIR,2036,16,1500,1500 +KIR,2036,17,1400,1500 +KIR,2036,18,1400,1500 +KIR,2037,0,1500,1600 +KIR,2037,1,1500,1600 +KIR,2037,2,1500,1600 +KIR,2037,3,1500,1600 +KIR,2037,4,1500,1500 +KIR,2037,5,1500,1500 +KIR,2037,6,1500,1500 +KIR,2037,7,1500,1500 +KIR,2037,8,1500,1500 +KIR,2037,9,1500,1500 +KIR,2037,10,1500,1500 +KIR,2037,11,1500,1500 +KIR,2037,12,1500,1500 +KIR,2037,13,1500,1500 +KIR,2037,14,1500,1500 +KIR,2037,15,1500,1500 +KIR,2037,16,1500,1500 +KIR,2037,17,1400,1500 +KIR,2037,18,1400,1500 +KIR,2038,0,1600,1600 +KIR,2038,1,1500,1600 +KIR,2038,2,1500,1600 +KIR,2038,3,1500,1600 +KIR,2038,4,1500,1500 +KIR,2038,5,1500,1500 +KIR,2038,6,1500,1500 +KIR,2038,7,1500,1500 +KIR,2038,8,1500,1500 +KIR,2038,9,1500,1500 +KIR,2038,10,1500,1500 +KIR,2038,11,1500,1500 +KIR,2038,12,1500,1500 +KIR,2038,13,1500,1500 +KIR,2038,14,1500,1500 +KIR,2038,15,1500,1500 +KIR,2038,16,1500,1500 +KIR,2038,17,1400,1500 +KIR,2038,18,1400,1500 +KIR,2039,0,1600,1700 +KIR,2039,1,1600,1600 +KIR,2039,2,1500,1600 +KIR,2039,3,1500,1600 +KIR,2039,4,1500,1600 +KIR,2039,5,1500,1500 +KIR,2039,6,1500,1500 +KIR,2039,7,1500,1500 +KIR,2039,8,1500,1500 +KIR,2039,9,1500,1500 +KIR,2039,10,1500,1500 +KIR,2039,11,1500,1500 +KIR,2039,12,1500,1500 +KIR,2039,13,1500,1500 +KIR,2039,14,1500,1500 +KIR,2039,15,1500,1500 +KIR,2039,16,1500,1500 +KIR,2039,17,1400,1500 +KIR,2039,18,1400,1500 +KIR,2040,0,1600,1700 +KIR,2040,1,1600,1600 +KIR,2040,2,1500,1600 +KIR,2040,3,1500,1600 +KIR,2040,4,1500,1600 +KIR,2040,5,1500,1600 +KIR,2040,6,1500,1500 +KIR,2040,7,1500,1500 +KIR,2040,8,1500,1500 +KIR,2040,9,1500,1500 +KIR,2040,10,1500,1500 +KIR,2040,11,1500,1500 +KIR,2040,12,1500,1500 +KIR,2040,13,1500,1500 +KIR,2040,14,1500,1500 +KIR,2040,15,1500,1500 +KIR,2040,16,1500,1500 +KIR,2040,17,1500,1500 +KIR,2040,18,1400,1500 +KIR,2041,0,1600,1700 +KIR,2041,1,1600,1700 +KIR,2041,2,1600,1600 +KIR,2041,3,1500,1600 +KIR,2041,4,1500,1600 +KIR,2041,5,1500,1600 +KIR,2041,6,1500,1600 +KIR,2041,7,1500,1500 +KIR,2041,8,1500,1500 +KIR,2041,9,1500,1500 +KIR,2041,10,1500,1500 +KIR,2041,11,1500,1500 +KIR,2041,12,1500,1500 +KIR,2041,13,1500,1500 +KIR,2041,14,1500,1500 +KIR,2041,15,1500,1500 +KIR,2041,16,1500,1500 +KIR,2041,17,1400,1500 +KIR,2041,18,1400,1500 +KIR,2042,0,1600,1700 +KIR,2042,1,1600,1700 +KIR,2042,2,1600,1700 +KIR,2042,3,1600,1600 +KIR,2042,4,1500,1600 +KIR,2042,5,1500,1600 +KIR,2042,6,1500,1600 +KIR,2042,7,1500,1600 +KIR,2042,8,1500,1500 +KIR,2042,9,1500,1500 +KIR,2042,10,1500,1500 +KIR,2042,11,1500,1500 +KIR,2042,12,1500,1500 +KIR,2042,13,1500,1500 +KIR,2042,14,1500,1500 +KIR,2042,15,1500,1500 +KIR,2042,16,1400,1500 +KIR,2042,17,1400,1500 +KIR,2042,18,1400,1500 +KIR,2043,0,1700,1700 +KIR,2043,1,1600,1700 +KIR,2043,2,1600,1700 +KIR,2043,3,1600,1700 +KIR,2043,4,1600,1600 +KIR,2043,5,1500,1600 +KIR,2043,6,1500,1600 +KIR,2043,7,1500,1600 +KIR,2043,8,1500,1500 +KIR,2043,9,1500,1500 +KIR,2043,10,1500,1500 +KIR,2043,11,1500,1500 +KIR,2043,12,1500,1500 +KIR,2043,13,1500,1500 +KIR,2043,14,1500,1500 +KIR,2043,15,1400,1500 +KIR,2043,16,1400,1500 +KIR,2043,17,1400,1500 +KIR,2043,18,1400,1500 +KIR,2044,0,1700,1700 +KIR,2044,1,1600,1700 +KIR,2044,2,1600,1700 +KIR,2044,3,1600,1700 +KIR,2044,4,1600,1600 +KIR,2044,5,1600,1600 +KIR,2044,6,1500,1600 +KIR,2044,7,1500,1600 +KIR,2044,8,1500,1600 +KIR,2044,9,1500,1500 +KIR,2044,10,1500,1500 +KIR,2044,11,1500,1500 +KIR,2044,12,1500,1500 +KIR,2044,13,1500,1500 +KIR,2044,14,1500,1500 +KIR,2044,15,1400,1500 +KIR,2044,16,1400,1500 +KIR,2044,17,1400,1500 +KIR,2044,18,1400,1500 +KIR,2045,0,1700,1800 +KIR,2045,1,1700,1700 +KIR,2045,2,1600,1700 +KIR,2045,3,1600,1700 +KIR,2045,4,1600,1700 +KIR,2045,5,1600,1600 +KIR,2045,6,1600,1600 +KIR,2045,7,1500,1600 +KIR,2045,8,1500,1600 +KIR,2045,9,1500,1600 +KIR,2045,10,1500,1500 +KIR,2045,11,1500,1500 +KIR,2045,12,1500,1500 +KIR,2045,13,1500,1500 +KIR,2045,14,1500,1500 +KIR,2045,15,1400,1500 +KIR,2045,16,1400,1500 +KIR,2045,17,1400,1500 +KIR,2045,18,1400,1500 +KIR,2046,0,1700,1800 +KIR,2046,1,1700,1800 +KIR,2046,2,1700,1700 +KIR,2046,3,1600,1700 +KIR,2046,4,1600,1700 +KIR,2046,5,1600,1700 +KIR,2046,6,1600,1600 +KIR,2046,7,1600,1600 +KIR,2046,8,1500,1600 +KIR,2046,9,1500,1600 +KIR,2046,10,1500,1600 +KIR,2046,11,1500,1500 +KIR,2046,12,1500,1500 +KIR,2046,13,1500,1500 +KIR,2046,14,1500,1500 +KIR,2046,15,1400,1500 +KIR,2046,16,1400,1500 +KIR,2046,17,1400,1500 +KIR,2046,18,1400,1500 +KIR,2047,0,1700,1800 +KIR,2047,1,1700,1800 +KIR,2047,2,1700,1700 +KIR,2047,3,1700,1700 +KIR,2047,4,1600,1700 +KIR,2047,5,1600,1700 +KIR,2047,6,1600,1700 +KIR,2047,7,1600,1600 +KIR,2047,8,1600,1600 +KIR,2047,9,1500,1600 +KIR,2047,10,1500,1600 +KIR,2047,11,1500,1600 +KIR,2047,12,1500,1500 +KIR,2047,13,1500,1500 +KIR,2047,14,1500,1500 +KIR,2047,15,1400,1500 +KIR,2047,16,1400,1500 +KIR,2047,17,1400,1500 +KIR,2047,18,1400,1500 +KIR,2048,0,1700,1800 +KIR,2048,1,1700,1800 +KIR,2048,2,1700,1700 +KIR,2048,3,1700,1700 +KIR,2048,4,1700,1700 +KIR,2048,5,1600,1700 +KIR,2048,6,1600,1700 +KIR,2048,7,1600,1700 +KIR,2048,8,1600,1600 +KIR,2048,9,1600,1600 +KIR,2048,10,1500,1600 +KIR,2048,11,1500,1600 +KIR,2048,12,1500,1600 +KIR,2048,13,1500,1500 +KIR,2048,14,1500,1500 +KIR,2048,15,1500,1500 +KIR,2048,16,1400,1500 +KIR,2048,17,1400,1500 +KIR,2048,18,1400,1500 +KIR,2049,0,1700,1800 +KIR,2049,1,1700,1800 +KIR,2049,2,1700,1800 +KIR,2049,3,1700,1700 +KIR,2049,4,1700,1700 +KIR,2049,5,1700,1700 +KIR,2049,6,1600,1700 +KIR,2049,7,1600,1700 +KIR,2049,8,1600,1700 +KIR,2049,9,1600,1600 +KIR,2049,10,1600,1600 +KIR,2049,11,1500,1600 +KIR,2049,12,1500,1600 +KIR,2049,13,1500,1600 +KIR,2049,14,1500,1500 +KIR,2049,15,1500,1500 +KIR,2049,16,1400,1500 +KIR,2049,17,1400,1500 +KIR,2049,18,1400,1500 +KIR,2050,0,1700,1800 +KIR,2050,1,1700,1800 +KIR,2050,2,1700,1800 +KIR,2050,3,1700,1800 +KIR,2050,4,1700,1700 +KIR,2050,5,1700,1700 +KIR,2050,6,1600,1700 +KIR,2050,7,1600,1700 +KIR,2050,8,1600,1700 +KIR,2050,9,1600,1700 +KIR,2050,10,1600,1600 +KIR,2050,11,1600,1600 +KIR,2050,12,1500,1600 +KIR,2050,13,1500,1600 +KIR,2050,14,1500,1600 +KIR,2050,15,1500,1500 +KIR,2050,16,1500,1500 +KIR,2050,17,1400,1500 +KIR,2050,18,1400,1500 +KNA,1990,0,, +KNA,1990,1,, +KNA,1990,2,, +KNA,1990,3,, +KNA,1990,4,, +KNA,1990,5,, +KNA,1990,6,, +KNA,1990,7,, +KNA,1990,8,, +KNA,1990,9,, +KNA,1990,10,, +KNA,1990,11,, +KNA,1990,12,, +KNA,1990,13,, +KNA,1990,14,, +KNA,1990,15,, +KNA,1990,16,, +KNA,1990,17,, +KNA,1990,18,, +KNA,1991,0,, +KNA,1991,1,, +KNA,1991,2,, +KNA,1991,3,, +KNA,1991,4,, +KNA,1991,5,, +KNA,1991,6,, +KNA,1991,7,, +KNA,1991,8,, +KNA,1991,9,, +KNA,1991,10,, +KNA,1991,11,, +KNA,1991,12,, +KNA,1991,13,, +KNA,1991,14,, +KNA,1991,15,, +KNA,1991,16,, +KNA,1991,17,, +KNA,1991,18,, +KNA,1992,0,, +KNA,1992,1,, +KNA,1992,2,, +KNA,1992,3,, +KNA,1992,4,, +KNA,1992,5,, +KNA,1992,6,, +KNA,1992,7,, +KNA,1992,8,, +KNA,1992,9,, +KNA,1992,10,, +KNA,1992,11,, +KNA,1992,12,, +KNA,1992,13,, +KNA,1992,14,, +KNA,1992,15,, +KNA,1992,16,, +KNA,1992,17,, +KNA,1992,18,, +KNA,1993,0,, +KNA,1993,1,, +KNA,1993,2,, +KNA,1993,3,, +KNA,1993,4,, +KNA,1993,5,, +KNA,1993,6,, +KNA,1993,7,, +KNA,1993,8,, +KNA,1993,9,, +KNA,1993,10,, +KNA,1993,11,, +KNA,1993,12,, +KNA,1993,13,, +KNA,1993,14,, +KNA,1993,15,, +KNA,1993,16,, +KNA,1993,17,, +KNA,1993,18,, +KNA,1994,0,, +KNA,1994,1,, +KNA,1994,2,, +KNA,1994,3,, +KNA,1994,4,, +KNA,1994,5,, +KNA,1994,6,, +KNA,1994,7,, +KNA,1994,8,, +KNA,1994,9,, +KNA,1994,10,, +KNA,1994,11,, +KNA,1994,12,, +KNA,1994,13,, +KNA,1994,14,, +KNA,1994,15,, +KNA,1994,16,, +KNA,1994,17,, +KNA,1994,18,, +KNA,1995,0,, +KNA,1995,1,, +KNA,1995,2,, +KNA,1995,3,, +KNA,1995,4,, +KNA,1995,5,, +KNA,1995,6,, +KNA,1995,7,, +KNA,1995,8,, +KNA,1995,9,, +KNA,1995,10,, +KNA,1995,11,, +KNA,1995,12,, +KNA,1995,13,, +KNA,1995,14,, +KNA,1995,15,, +KNA,1995,16,, +KNA,1995,17,, +KNA,1995,18,, +KNA,1996,0,, +KNA,1996,1,, +KNA,1996,2,, +KNA,1996,3,, +KNA,1996,4,, +KNA,1996,5,, +KNA,1996,6,, +KNA,1996,7,, +KNA,1996,8,, +KNA,1996,9,, +KNA,1996,10,, +KNA,1996,11,, +KNA,1996,12,, +KNA,1996,13,, +KNA,1996,14,, +KNA,1996,15,, +KNA,1996,16,, +KNA,1996,17,, +KNA,1996,18,, +KNA,1997,0,, +KNA,1997,1,, +KNA,1997,2,, +KNA,1997,3,, +KNA,1997,4,, +KNA,1997,5,, +KNA,1997,6,, +KNA,1997,7,, +KNA,1997,8,, +KNA,1997,9,, +KNA,1997,10,, +KNA,1997,11,, +KNA,1997,12,, +KNA,1997,13,, +KNA,1997,14,, +KNA,1997,15,, +KNA,1997,16,, +KNA,1997,17,, +KNA,1997,18,, +KNA,1998,0,, +KNA,1998,1,, +KNA,1998,2,, +KNA,1998,3,, +KNA,1998,4,, +KNA,1998,5,, +KNA,1998,6,, +KNA,1998,7,, +KNA,1998,8,, +KNA,1998,9,, +KNA,1998,10,, +KNA,1998,11,, +KNA,1998,12,, +KNA,1998,13,, +KNA,1998,14,, +KNA,1998,15,, +KNA,1998,16,, +KNA,1998,17,, +KNA,1998,18,, +KNA,1999,0,, +KNA,1999,1,, +KNA,1999,2,, +KNA,1999,3,, +KNA,1999,4,, +KNA,1999,5,, +KNA,1999,6,, +KNA,1999,7,, +KNA,1999,8,, +KNA,1999,9,, +KNA,1999,10,, +KNA,1999,11,, +KNA,1999,12,, +KNA,1999,13,, +KNA,1999,14,, +KNA,1999,15,, +KNA,1999,16,, +KNA,1999,17,, +KNA,1999,18,, +KNA,2000,0,, +KNA,2000,1,, +KNA,2000,2,, +KNA,2000,3,, +KNA,2000,4,, +KNA,2000,5,, +KNA,2000,6,, +KNA,2000,7,, +KNA,2000,8,, +KNA,2000,9,, +KNA,2000,10,, +KNA,2000,11,, +KNA,2000,12,, +KNA,2000,13,, +KNA,2000,14,, +KNA,2000,15,, +KNA,2000,16,, +KNA,2000,17,, +KNA,2000,18,, +KNA,2001,0,, +KNA,2001,1,, +KNA,2001,2,, +KNA,2001,3,, +KNA,2001,4,, +KNA,2001,5,, +KNA,2001,6,, +KNA,2001,7,, +KNA,2001,8,, +KNA,2001,9,, +KNA,2001,10,, +KNA,2001,11,, +KNA,2001,12,, +KNA,2001,13,, +KNA,2001,14,, +KNA,2001,15,, +KNA,2001,16,, +KNA,2001,17,, +KNA,2001,18,, +KNA,2002,0,, +KNA,2002,1,, +KNA,2002,2,, +KNA,2002,3,, +KNA,2002,4,, +KNA,2002,5,, +KNA,2002,6,, +KNA,2002,7,, +KNA,2002,8,, +KNA,2002,9,, +KNA,2002,10,, +KNA,2002,11,, +KNA,2002,12,, +KNA,2002,13,, +KNA,2002,14,, +KNA,2002,15,, +KNA,2002,16,, +KNA,2002,17,, +KNA,2002,18,, +KNA,2003,0,, +KNA,2003,1,, +KNA,2003,2,, +KNA,2003,3,, +KNA,2003,4,, +KNA,2003,5,, +KNA,2003,6,, +KNA,2003,7,, +KNA,2003,8,, +KNA,2003,9,, +KNA,2003,10,, +KNA,2003,11,, +KNA,2003,12,, +KNA,2003,13,, +KNA,2003,14,, +KNA,2003,15,, +KNA,2003,16,, +KNA,2003,17,, +KNA,2003,18,, +KNA,2004,0,, +KNA,2004,1,, +KNA,2004,2,, +KNA,2004,3,, +KNA,2004,4,, +KNA,2004,5,, +KNA,2004,6,, +KNA,2004,7,, +KNA,2004,8,, +KNA,2004,9,, +KNA,2004,10,, +KNA,2004,11,, +KNA,2004,12,, +KNA,2004,13,, +KNA,2004,14,, +KNA,2004,15,, +KNA,2004,16,, +KNA,2004,17,, +KNA,2004,18,, +KNA,2005,0,, +KNA,2005,1,, +KNA,2005,2,, +KNA,2005,3,, +KNA,2005,4,, +KNA,2005,5,, +KNA,2005,6,, +KNA,2005,7,, +KNA,2005,8,, +KNA,2005,9,, +KNA,2005,10,, +KNA,2005,11,, +KNA,2005,12,, +KNA,2005,13,, +KNA,2005,14,, +KNA,2005,15,, +KNA,2005,16,, +KNA,2005,17,, +KNA,2005,18,, +KNA,2006,0,, +KNA,2006,1,, +KNA,2006,2,, +KNA,2006,3,, +KNA,2006,4,, +KNA,2006,5,, +KNA,2006,6,, +KNA,2006,7,, +KNA,2006,8,, +KNA,2006,9,, +KNA,2006,10,, +KNA,2006,11,, +KNA,2006,12,, +KNA,2006,13,, +KNA,2006,14,, +KNA,2006,15,, +KNA,2006,16,, +KNA,2006,17,, +KNA,2006,18,, +KNA,2007,0,, +KNA,2007,1,, +KNA,2007,2,, +KNA,2007,3,, +KNA,2007,4,, +KNA,2007,5,, +KNA,2007,6,, +KNA,2007,7,, +KNA,2007,8,, +KNA,2007,9,, +KNA,2007,10,, +KNA,2007,11,, +KNA,2007,12,, +KNA,2007,13,, +KNA,2007,14,, +KNA,2007,15,, +KNA,2007,16,, +KNA,2007,17,, +KNA,2007,18,, +KNA,2008,0,, +KNA,2008,1,, +KNA,2008,2,, +KNA,2008,3,, +KNA,2008,4,, +KNA,2008,5,, +KNA,2008,6,, +KNA,2008,7,, +KNA,2008,8,, +KNA,2008,9,, +KNA,2008,10,, +KNA,2008,11,, +KNA,2008,12,, +KNA,2008,13,, +KNA,2008,14,, +KNA,2008,15,, +KNA,2008,16,, +KNA,2008,17,, +KNA,2008,18,, +KNA,2009,0,, +KNA,2009,1,, +KNA,2009,2,, +KNA,2009,3,, +KNA,2009,4,, +KNA,2009,5,, +KNA,2009,6,, +KNA,2009,7,, +KNA,2009,8,, +KNA,2009,9,, +KNA,2009,10,, +KNA,2009,11,, +KNA,2009,12,, +KNA,2009,13,, +KNA,2009,14,, +KNA,2009,15,, +KNA,2009,16,, +KNA,2009,17,, +KNA,2009,18,, +KNA,2010,0,, +KNA,2010,1,, +KNA,2010,2,, +KNA,2010,3,, +KNA,2010,4,, +KNA,2010,5,, +KNA,2010,6,, +KNA,2010,7,, +KNA,2010,8,, +KNA,2010,9,, +KNA,2010,10,, +KNA,2010,11,, +KNA,2010,12,, +KNA,2010,13,, +KNA,2010,14,, +KNA,2010,15,, +KNA,2010,16,, +KNA,2010,17,, +KNA,2010,18,, +KNA,2011,0,, +KNA,2011,1,, +KNA,2011,2,, +KNA,2011,3,, +KNA,2011,4,, +KNA,2011,5,, +KNA,2011,6,, +KNA,2011,7,, +KNA,2011,8,, +KNA,2011,9,, +KNA,2011,10,, +KNA,2011,11,, +KNA,2011,12,, +KNA,2011,13,, +KNA,2011,14,, +KNA,2011,15,, +KNA,2011,16,, +KNA,2011,17,, +KNA,2011,18,, +KNA,2012,0,, +KNA,2012,1,, +KNA,2012,2,, +KNA,2012,3,, +KNA,2012,4,, +KNA,2012,5,, +KNA,2012,6,, +KNA,2012,7,, +KNA,2012,8,, +KNA,2012,9,, +KNA,2012,10,, +KNA,2012,11,, +KNA,2012,12,, +KNA,2012,13,, +KNA,2012,14,, +KNA,2012,15,, +KNA,2012,16,, +KNA,2012,17,, +KNA,2012,18,, +KNA,2013,0,, +KNA,2013,1,, +KNA,2013,2,, +KNA,2013,3,, +KNA,2013,4,, +KNA,2013,5,, +KNA,2013,6,, +KNA,2013,7,, +KNA,2013,8,, +KNA,2013,9,, +KNA,2013,10,, +KNA,2013,11,, +KNA,2013,12,, +KNA,2013,13,, +KNA,2013,14,, +KNA,2013,15,, +KNA,2013,16,, +KNA,2013,17,, +KNA,2013,18,, +KNA,2014,0,, +KNA,2014,1,, +KNA,2014,2,, +KNA,2014,3,, +KNA,2014,4,, +KNA,2014,5,, +KNA,2014,6,, +KNA,2014,7,, +KNA,2014,8,, +KNA,2014,9,, +KNA,2014,10,, +KNA,2014,11,, +KNA,2014,12,, +KNA,2014,13,, +KNA,2014,14,, +KNA,2014,15,, +KNA,2014,16,, +KNA,2014,17,, +KNA,2014,18,, +KNA,2015,0,, +KNA,2015,1,, +KNA,2015,2,, +KNA,2015,3,, +KNA,2015,4,, +KNA,2015,5,, +KNA,2015,6,, +KNA,2015,7,, +KNA,2015,8,, +KNA,2015,9,, +KNA,2015,10,, +KNA,2015,11,, +KNA,2015,12,, +KNA,2015,13,, +KNA,2015,14,, +KNA,2015,15,, +KNA,2015,16,, +KNA,2015,17,, +KNA,2015,18,, +KNA,2016,0,, +KNA,2016,1,, +KNA,2016,2,, +KNA,2016,3,, +KNA,2016,4,, +KNA,2016,5,, +KNA,2016,6,, +KNA,2016,7,, +KNA,2016,8,, +KNA,2016,9,, +KNA,2016,10,, +KNA,2016,11,, +KNA,2016,12,, +KNA,2016,13,, +KNA,2016,14,, +KNA,2016,15,, +KNA,2016,16,, +KNA,2016,17,, +KNA,2016,18,, +KNA,2017,0,, +KNA,2017,1,, +KNA,2017,2,, +KNA,2017,3,, +KNA,2017,4,, +KNA,2017,5,, +KNA,2017,6,, +KNA,2017,7,, +KNA,2017,8,, +KNA,2017,9,, +KNA,2017,10,, +KNA,2017,11,, +KNA,2017,12,, +KNA,2017,13,, +KNA,2017,14,, +KNA,2017,15,, +KNA,2017,16,, +KNA,2017,17,, +KNA,2017,18,, +KNA,2018,0,, +KNA,2018,1,, +KNA,2018,2,, +KNA,2018,3,, +KNA,2018,4,, +KNA,2018,5,, +KNA,2018,6,, +KNA,2018,7,, +KNA,2018,8,, +KNA,2018,9,, +KNA,2018,10,, +KNA,2018,11,, +KNA,2018,12,, +KNA,2018,13,, +KNA,2018,14,, +KNA,2018,15,, +KNA,2018,16,, +KNA,2018,17,, +KNA,2018,18,, +KNA,2019,0,, +KNA,2019,1,, +KNA,2019,2,, +KNA,2019,3,, +KNA,2019,4,, +KNA,2019,5,, +KNA,2019,6,, +KNA,2019,7,, +KNA,2019,8,, +KNA,2019,9,, +KNA,2019,10,, +KNA,2019,11,, +KNA,2019,12,, +KNA,2019,13,, +KNA,2019,14,, +KNA,2019,15,, +KNA,2019,16,, +KNA,2019,17,, +KNA,2019,18,, +KNA,2020,0,, +KNA,2020,1,, +KNA,2020,2,, +KNA,2020,3,, +KNA,2020,4,, +KNA,2020,5,, +KNA,2020,6,, +KNA,2020,7,, +KNA,2020,8,, +KNA,2020,9,, +KNA,2020,10,, +KNA,2020,11,, +KNA,2020,12,, +KNA,2020,13,, +KNA,2020,14,, +KNA,2020,15,, +KNA,2020,16,, +KNA,2020,17,, +KNA,2020,18,, +KNA,2021,0,, +KNA,2021,1,, +KNA,2021,2,, +KNA,2021,3,, +KNA,2021,4,, +KNA,2021,5,, +KNA,2021,6,, +KNA,2021,7,, +KNA,2021,8,, +KNA,2021,9,, +KNA,2021,10,, +KNA,2021,11,, +KNA,2021,12,, +KNA,2021,13,, +KNA,2021,14,, +KNA,2021,15,, +KNA,2021,16,, +KNA,2021,17,, +KNA,2021,18,, +KNA,2022,0,, +KNA,2022,1,, +KNA,2022,2,, +KNA,2022,3,, +KNA,2022,4,, +KNA,2022,5,, +KNA,2022,6,, +KNA,2022,7,, +KNA,2022,8,, +KNA,2022,9,, +KNA,2022,10,, +KNA,2022,11,, +KNA,2022,12,, +KNA,2022,13,, +KNA,2022,14,, +KNA,2022,15,, +KNA,2022,16,, +KNA,2022,17,, +KNA,2022,18,, +KNA,2023,0,, +KNA,2023,1,, +KNA,2023,2,, +KNA,2023,3,, +KNA,2023,4,, +KNA,2023,5,, +KNA,2023,6,, +KNA,2023,7,, +KNA,2023,8,, +KNA,2023,9,, +KNA,2023,10,, +KNA,2023,11,, +KNA,2023,12,, +KNA,2023,13,, +KNA,2023,14,, +KNA,2023,15,, +KNA,2023,16,, +KNA,2023,17,, +KNA,2023,18,, +KNA,2024,0,, +KNA,2024,1,, +KNA,2024,2,, +KNA,2024,3,, +KNA,2024,4,, +KNA,2024,5,, +KNA,2024,6,, +KNA,2024,7,, +KNA,2024,8,, +KNA,2024,9,, +KNA,2024,10,, +KNA,2024,11,, +KNA,2024,12,, +KNA,2024,13,, +KNA,2024,14,, +KNA,2024,15,, +KNA,2024,16,, +KNA,2024,17,, +KNA,2024,18,, +KNA,2025,0,, +KNA,2025,1,, +KNA,2025,2,, +KNA,2025,3,, +KNA,2025,4,, +KNA,2025,5,, +KNA,2025,6,, +KNA,2025,7,, +KNA,2025,8,, +KNA,2025,9,, +KNA,2025,10,, +KNA,2025,11,, +KNA,2025,12,, +KNA,2025,13,, +KNA,2025,14,, +KNA,2025,15,, +KNA,2025,16,, +KNA,2025,17,, +KNA,2025,18,, +KNA,2026,0,, +KNA,2026,1,, +KNA,2026,2,, +KNA,2026,3,, +KNA,2026,4,, +KNA,2026,5,, +KNA,2026,6,, +KNA,2026,7,, +KNA,2026,8,, +KNA,2026,9,, +KNA,2026,10,, +KNA,2026,11,, +KNA,2026,12,, +KNA,2026,13,, +KNA,2026,14,, +KNA,2026,15,, +KNA,2026,16,, +KNA,2026,17,, +KNA,2026,18,, +KNA,2027,0,, +KNA,2027,1,, +KNA,2027,2,, +KNA,2027,3,, +KNA,2027,4,, +KNA,2027,5,, +KNA,2027,6,, +KNA,2027,7,, +KNA,2027,8,, +KNA,2027,9,, +KNA,2027,10,, +KNA,2027,11,, +KNA,2027,12,, +KNA,2027,13,, +KNA,2027,14,, +KNA,2027,15,, +KNA,2027,16,, +KNA,2027,17,, +KNA,2027,18,, +KNA,2028,0,, +KNA,2028,1,, +KNA,2028,2,, +KNA,2028,3,, +KNA,2028,4,, +KNA,2028,5,, +KNA,2028,6,, +KNA,2028,7,, +KNA,2028,8,, +KNA,2028,9,, +KNA,2028,10,, +KNA,2028,11,, +KNA,2028,12,, +KNA,2028,13,, +KNA,2028,14,, +KNA,2028,15,, +KNA,2028,16,, +KNA,2028,17,, +KNA,2028,18,, +KNA,2029,0,, +KNA,2029,1,, +KNA,2029,2,, +KNA,2029,3,, +KNA,2029,4,, +KNA,2029,5,, +KNA,2029,6,, +KNA,2029,7,, +KNA,2029,8,, +KNA,2029,9,, +KNA,2029,10,, +KNA,2029,11,, +KNA,2029,12,, +KNA,2029,13,, +KNA,2029,14,, +KNA,2029,15,, +KNA,2029,16,, +KNA,2029,17,, +KNA,2029,18,, +KNA,2030,0,, +KNA,2030,1,, +KNA,2030,2,, +KNA,2030,3,, +KNA,2030,4,, +KNA,2030,5,, +KNA,2030,6,, +KNA,2030,7,, +KNA,2030,8,, +KNA,2030,9,, +KNA,2030,10,, +KNA,2030,11,, +KNA,2030,12,, +KNA,2030,13,, +KNA,2030,14,, +KNA,2030,15,, +KNA,2030,16,, +KNA,2030,17,, +KNA,2030,18,, +KNA,2031,0,, +KNA,2031,1,, +KNA,2031,2,, +KNA,2031,3,, +KNA,2031,4,, +KNA,2031,5,, +KNA,2031,6,, +KNA,2031,7,, +KNA,2031,8,, +KNA,2031,9,, +KNA,2031,10,, +KNA,2031,11,, +KNA,2031,12,, +KNA,2031,13,, +KNA,2031,14,, +KNA,2031,15,, +KNA,2031,16,, +KNA,2031,17,, +KNA,2031,18,, +KNA,2032,0,, +KNA,2032,1,, +KNA,2032,2,, +KNA,2032,3,, +KNA,2032,4,, +KNA,2032,5,, +KNA,2032,6,, +KNA,2032,7,, +KNA,2032,8,, +KNA,2032,9,, +KNA,2032,10,, +KNA,2032,11,, +KNA,2032,12,, +KNA,2032,13,, +KNA,2032,14,, +KNA,2032,15,, +KNA,2032,16,, +KNA,2032,17,, +KNA,2032,18,, +KNA,2033,0,, +KNA,2033,1,, +KNA,2033,2,, +KNA,2033,3,, +KNA,2033,4,, +KNA,2033,5,, +KNA,2033,6,, +KNA,2033,7,, +KNA,2033,8,, +KNA,2033,9,, +KNA,2033,10,, +KNA,2033,11,, +KNA,2033,12,, +KNA,2033,13,, +KNA,2033,14,, +KNA,2033,15,, +KNA,2033,16,, +KNA,2033,17,, +KNA,2033,18,, +KNA,2034,0,, +KNA,2034,1,, +KNA,2034,2,, +KNA,2034,3,, +KNA,2034,4,, +KNA,2034,5,, +KNA,2034,6,, +KNA,2034,7,, +KNA,2034,8,, +KNA,2034,9,, +KNA,2034,10,, +KNA,2034,11,, +KNA,2034,12,, +KNA,2034,13,, +KNA,2034,14,, +KNA,2034,15,, +KNA,2034,16,, +KNA,2034,17,, +KNA,2034,18,, +KNA,2035,0,, +KNA,2035,1,, +KNA,2035,2,, +KNA,2035,3,, +KNA,2035,4,, +KNA,2035,5,, +KNA,2035,6,, +KNA,2035,7,, +KNA,2035,8,, +KNA,2035,9,, +KNA,2035,10,, +KNA,2035,11,, +KNA,2035,12,, +KNA,2035,13,, +KNA,2035,14,, +KNA,2035,15,, +KNA,2035,16,, +KNA,2035,17,, +KNA,2035,18,, +KNA,2036,0,, +KNA,2036,1,, +KNA,2036,2,, +KNA,2036,3,, +KNA,2036,4,, +KNA,2036,5,, +KNA,2036,6,, +KNA,2036,7,, +KNA,2036,8,, +KNA,2036,9,, +KNA,2036,10,, +KNA,2036,11,, +KNA,2036,12,, +KNA,2036,13,, +KNA,2036,14,, +KNA,2036,15,, +KNA,2036,16,, +KNA,2036,17,, +KNA,2036,18,, +KNA,2037,0,, +KNA,2037,1,, +KNA,2037,2,, +KNA,2037,3,, +KNA,2037,4,, +KNA,2037,5,, +KNA,2037,6,, +KNA,2037,7,, +KNA,2037,8,, +KNA,2037,9,, +KNA,2037,10,, +KNA,2037,11,, +KNA,2037,12,, +KNA,2037,13,, +KNA,2037,14,, +KNA,2037,15,, +KNA,2037,16,, +KNA,2037,17,, +KNA,2037,18,, +KNA,2038,0,, +KNA,2038,1,, +KNA,2038,2,, +KNA,2038,3,, +KNA,2038,4,, +KNA,2038,5,, +KNA,2038,6,, +KNA,2038,7,, +KNA,2038,8,, +KNA,2038,9,, +KNA,2038,10,, +KNA,2038,11,, +KNA,2038,12,, +KNA,2038,13,, +KNA,2038,14,, +KNA,2038,15,, +KNA,2038,16,, +KNA,2038,17,, +KNA,2038,18,, +KNA,2039,0,, +KNA,2039,1,, +KNA,2039,2,, +KNA,2039,3,, +KNA,2039,4,, +KNA,2039,5,, +KNA,2039,6,, +KNA,2039,7,, +KNA,2039,8,, +KNA,2039,9,, +KNA,2039,10,, +KNA,2039,11,, +KNA,2039,12,, +KNA,2039,13,, +KNA,2039,14,, +KNA,2039,15,, +KNA,2039,16,, +KNA,2039,17,, +KNA,2039,18,, +KNA,2040,0,, +KNA,2040,1,, +KNA,2040,2,, +KNA,2040,3,, +KNA,2040,4,, +KNA,2040,5,, +KNA,2040,6,, +KNA,2040,7,, +KNA,2040,8,, +KNA,2040,9,, +KNA,2040,10,, +KNA,2040,11,, +KNA,2040,12,, +KNA,2040,13,, +KNA,2040,14,, +KNA,2040,15,, +KNA,2040,16,, +KNA,2040,17,, +KNA,2040,18,, +KNA,2041,0,, +KNA,2041,1,, +KNA,2041,2,, +KNA,2041,3,, +KNA,2041,4,, +KNA,2041,5,, +KNA,2041,6,, +KNA,2041,7,, +KNA,2041,8,, +KNA,2041,9,, +KNA,2041,10,, +KNA,2041,11,, +KNA,2041,12,, +KNA,2041,13,, +KNA,2041,14,, +KNA,2041,15,, +KNA,2041,16,, +KNA,2041,17,, +KNA,2041,18,, +KNA,2042,0,, +KNA,2042,1,, +KNA,2042,2,, +KNA,2042,3,, +KNA,2042,4,, +KNA,2042,5,, +KNA,2042,6,, +KNA,2042,7,, +KNA,2042,8,, +KNA,2042,9,, +KNA,2042,10,, +KNA,2042,11,, +KNA,2042,12,, +KNA,2042,13,, +KNA,2042,14,, +KNA,2042,15,, +KNA,2042,16,, +KNA,2042,17,, +KNA,2042,18,, +KNA,2043,0,, +KNA,2043,1,, +KNA,2043,2,, +KNA,2043,3,, +KNA,2043,4,, +KNA,2043,5,, +KNA,2043,6,, +KNA,2043,7,, +KNA,2043,8,, +KNA,2043,9,, +KNA,2043,10,, +KNA,2043,11,, +KNA,2043,12,, +KNA,2043,13,, +KNA,2043,14,, +KNA,2043,15,, +KNA,2043,16,, +KNA,2043,17,, +KNA,2043,18,, +KNA,2044,0,, +KNA,2044,1,, +KNA,2044,2,, +KNA,2044,3,, +KNA,2044,4,, +KNA,2044,5,, +KNA,2044,6,, +KNA,2044,7,, +KNA,2044,8,, +KNA,2044,9,, +KNA,2044,10,, +KNA,2044,11,, +KNA,2044,12,, +KNA,2044,13,, +KNA,2044,14,, +KNA,2044,15,, +KNA,2044,16,, +KNA,2044,17,, +KNA,2044,18,, +KNA,2045,0,, +KNA,2045,1,, +KNA,2045,2,, +KNA,2045,3,, +KNA,2045,4,, +KNA,2045,5,, +KNA,2045,6,, +KNA,2045,7,, +KNA,2045,8,, +KNA,2045,9,, +KNA,2045,10,, +KNA,2045,11,, +KNA,2045,12,, +KNA,2045,13,, +KNA,2045,14,, +KNA,2045,15,, +KNA,2045,16,, +KNA,2045,17,, +KNA,2045,18,, +KNA,2046,0,, +KNA,2046,1,, +KNA,2046,2,, +KNA,2046,3,, +KNA,2046,4,, +KNA,2046,5,, +KNA,2046,6,, +KNA,2046,7,, +KNA,2046,8,, +KNA,2046,9,, +KNA,2046,10,, +KNA,2046,11,, +KNA,2046,12,, +KNA,2046,13,, +KNA,2046,14,, +KNA,2046,15,, +KNA,2046,16,, +KNA,2046,17,, +KNA,2046,18,, +KNA,2047,0,, +KNA,2047,1,, +KNA,2047,2,, +KNA,2047,3,, +KNA,2047,4,, +KNA,2047,5,, +KNA,2047,6,, +KNA,2047,7,, +KNA,2047,8,, +KNA,2047,9,, +KNA,2047,10,, +KNA,2047,11,, +KNA,2047,12,, +KNA,2047,13,, +KNA,2047,14,, +KNA,2047,15,, +KNA,2047,16,, +KNA,2047,17,, +KNA,2047,18,, +KNA,2048,0,, +KNA,2048,1,, +KNA,2048,2,, +KNA,2048,3,, +KNA,2048,4,, +KNA,2048,5,, +KNA,2048,6,, +KNA,2048,7,, +KNA,2048,8,, +KNA,2048,9,, +KNA,2048,10,, +KNA,2048,11,, +KNA,2048,12,, +KNA,2048,13,, +KNA,2048,14,, +KNA,2048,15,, +KNA,2048,16,, +KNA,2048,17,, +KNA,2048,18,, +KNA,2049,0,, +KNA,2049,1,, +KNA,2049,2,, +KNA,2049,3,, +KNA,2049,4,, +KNA,2049,5,, +KNA,2049,6,, +KNA,2049,7,, +KNA,2049,8,, +KNA,2049,9,, +KNA,2049,10,, +KNA,2049,11,, +KNA,2049,12,, +KNA,2049,13,, +KNA,2049,14,, +KNA,2049,15,, +KNA,2049,16,, +KNA,2049,17,, +KNA,2049,18,, +KNA,2050,0,, +KNA,2050,1,, +KNA,2050,2,, +KNA,2050,3,, +KNA,2050,4,, +KNA,2050,5,, +KNA,2050,6,, +KNA,2050,7,, +KNA,2050,8,, +KNA,2050,9,, +KNA,2050,10,, +KNA,2050,11,, +KNA,2050,12,, +KNA,2050,13,, +KNA,2050,14,, +KNA,2050,15,, +KNA,2050,16,, +KNA,2050,17,, +KNA,2050,18,, +KOR,1990,0,228867,279236 +KOR,1990,1,267027,311552 +KOR,1990,2,298056,337561 +KOR,1990,3,322716,357973 +KOR,1990,4,341770,373499 +KOR,1990,5,355979,384850 +KOR,1990,6,366106,392735 +KOR,1990,7,372912,397866 +KOR,1990,8,377160,400954 +KOR,1990,9,379612,402708 +KOR,1990,10,379643,402364 +KOR,1990,11,376626,399156 +KOR,1990,12,378263,401176 +KOR,1990,13,388089,412087 +KOR,1990,14,402706,428171 +KOR,1990,15,415493,442472 +KOR,1990,16,428156,456892 +KOR,1990,17,436738,466185 +KOR,1990,18,438725,467203 +KOR,1991,0,246949,298392 +KOR,1991,1,238654,288052 +KOR,1991,2,269936,314209 +KOR,1991,3,296705,336400 +KOR,1991,4,319283,354943 +KOR,1991,5,337995,370156 +KOR,1991,6,353605,382753 +KOR,1991,7,366879,393444 +KOR,1991,8,375935,400580 +KOR,1991,9,380214,403691 +KOR,1991,10,381362,404276 +KOR,1991,11,380960,403541 +KOR,1991,12,377937,400324 +KOR,1991,13,379580,402334 +KOR,1991,14,389439,413237 +KOR,1991,15,404101,429313 +KOR,1991,16,416924,443598 +KOR,1991,17,429621,457997 +KOR,1991,18,438218,467265 +KOR,1992,0,287328,338027 +KOR,1992,1,292423,339995 +KOR,1992,2,247619,295948 +KOR,1992,3,271891,315843 +KOR,1992,4,294290,334132 +KOR,1992,5,314700,350740 +KOR,1992,6,333002,365591 +KOR,1992,7,349962,379395 +KOR,1992,8,366346,392865 +KOR,1992,9,377625,401987 +KOR,1992,10,381919,405111 +KOR,1992,11,381757,404523 +KOR,1992,12,380921,403397 +KOR,1992,13,377903,400183 +KOR,1992,14,379546,402175 +KOR,1992,15,389402,413035 +KOR,1992,16,404058,429050 +KOR,1992,17,416872,443273 +KOR,1992,18,429559,457604 +KOR,1993,0,337126,385531 +KOR,1993,1,316756,364263 +KOR,1993,2,303434,349477 +KOR,1993,3,256107,303322 +KOR,1993,4,273341,316936 +KOR,1993,5,291341,331303 +KOR,1993,6,309549,345952 +KOR,1993,7,327409,360415 +KOR,1993,8,345685,375401 +KOR,1993,9,365140,391620 +KOR,1993,10,378617,402709 +KOR,1993,11,382918,405841 +KOR,1993,12,381449,404083 +KOR,1993,13,380183,402569 +KOR,1993,14,377174,399362 +KOR,1993,15,378815,401335 +KOR,1993,16,388650,412132 +KOR,1993,17,403272,428059 +KOR,1993,18,416054,442197 +KOR,1994,0,378314,423345 +KOR,1994,1,338024,384440 +KOR,1994,2,309402,356122 +KOR,1994,3,291157,337247 +KOR,1994,4,264776,310916 +KOR,1994,5,275012,318280 +KOR,1994,6,288642,328747 +KOR,1994,7,304672,341456 +KOR,1994,8,322106,355544 +KOR,1994,9,341708,371720 +KOR,1994,10,364240,390692 +KOR,1994,11,379918,403749 +KOR,1994,12,384230,406892 +KOR,1994,13,381456,403966 +KOR,1994,14,379760,402065 +KOR,1994,15,376759,398863 +KOR,1994,16,378399,400817 +KOR,1994,17,388221,411562 +KOR,1994,18,402822,427414 +KOR,1995,0,398269,439214 +KOR,1995,1,349867,394225 +KOR,1995,2,314667,360970 +KOR,1995,3,291234,338195 +KOR,1995,4,278135,324645 +KOR,1995,5,273934,319063 +KOR,1995,6,277195,320194 +KOR,1995,7,286485,326784 +KOR,1995,8,300368,337576 +KOR,1995,9,317409,351315 +KOR,1995,10,338373,368710 +KOR,1995,11,364021,390467 +KOR,1995,12,381928,405515 +KOR,1995,13,386259,408674 +KOR,1995,14,382177,404576 +KOR,1995,15,380048,402285 +KOR,1995,16,377048,399082 +KOR,1995,17,378690,401020 +KOR,1995,18,388518,411731 +KOR,1996,0,390344,426081 +KOR,1996,1,385180,426324 +KOR,1996,2,345946,390185 +KOR,1996,3,316488,362476 +KOR,1996,4,295943,342492 +KOR,1996,5,283445,329527 +KOR,1996,6,277560,322323 +KOR,1996,7,276851,319624 +KOR,1996,8,283306,323481 +KOR,1996,9,297203,334293 +KOR,1996,10,315964,349699 +KOR,1996,11,337508,367659 +KOR,1996,12,363174,389445 +KOR,1996,13,381071,404467 +KOR,1996,14,385350,407515 +KOR,1996,15,381194,403262 +KOR,1996,16,378991,400819 +KOR,1996,17,375897,397438 +KOR,1996,18,377525,399314 +KOR,1997,0,362483,392330 +KOR,1997,1,338332,374890 +KOR,1997,2,373407,414906 +KOR,1997,3,343185,387469 +KOR,1997,4,319356,365196 +KOR,1997,5,301621,347928 +KOR,1997,6,289682,335503 +KOR,1997,7,282097,326658 +KOR,1997,8,277426,320130 +KOR,1997,9,281077,321277 +KOR,1997,10,295034,332145 +KOR,1997,11,315573,349264 +KOR,1997,12,337766,367849 +KOR,1997,13,363536,389736 +KOR,1997,14,381481,404782 +KOR,1997,15,385723,407731 +KOR,1997,16,381480,403309 +KOR,1997,17,379197,400707 +KOR,1997,18,375997,397136 +KOR,1998,0,322199,346325 +KOR,1998,1,322035,353946 +KOR,1998,2,320733,358600 +KOR,1998,3,362232,404173 +KOR,1998,4,340991,385411 +KOR,1998,5,322763,368548 +KOR,1998,6,307815,353970 +KOR,1998,7,296415,342066 +KOR,1998,8,287114,331561 +KOR,1998,9,278465,321185 +KOR,1998,10,279312,319617 +KOR,1998,11,293352,330560 +KOR,1998,12,315707,349426 +KOR,1998,13,338589,368668 +KOR,1998,14,364504,390694 +KOR,1998,15,382530,405790 +KOR,1998,16,386740,408645 +KOR,1998,17,382403,404046 +KOR,1998,18,380035,401279 +KOR,1999,0,281273,301006 +KOR,1999,1,303356,331175 +KOR,1999,2,318283,352544 +KOR,1999,3,327062,366256 +KOR,1999,4,350777,393142 +KOR,1999,5,338559,383094 +KOR,1999,6,325962,371668 +KOR,1999,7,313820,359801 +KOR,1999,8,302969,348426 +KOR,1999,9,291954,336263 +KOR,1999,10,279320,322034 +KOR,1999,11,277353,317743 +KOR,1999,12,291467,328754 +KOR,1999,13,315628,349359 +KOR,1999,14,339186,369249 +KOR,1999,15,365230,391400 +KOR,1999,16,383323,406536 +KOR,1999,17,387500,409294 +KOR,1999,18,383071,404520 +KOR,2000,0,248895,266375 +KOR,2000,1,285642,310563 +KOR,2000,2,311600,342687 +KOR,2000,3,328174,364231 +KOR,2000,4,336765,376675 +KOR,2000,5,338776,381501 +KOR,2000,6,335609,380191 +KOR,2000,7,328667,374226 +KOR,2000,8,319352,365090 +KOR,2000,9,309067,354262 +KOR,2000,10,296353,340458 +KOR,2000,11,279749,322393 +KOR,2000,12,274968,315384 +KOR,2000,13,289135,326446 +KOR,2000,14,315068,348761 +KOR,2000,15,339265,369268 +KOR,2000,16,365399,391510 +KOR,2000,17,383532,406664 +KOR,2000,18,387669,409321 +KOR,2001,0,228070,246120 +KOR,2001,1,255979,274838 +KOR,2001,2,287759,313088 +KOR,2001,3,310613,341504 +KOR,2001,4,325632,361196 +KOR,2001,5,333910,373274 +KOR,2001,6,336844,379214 +KOR,2001,7,335834,380495 +KOR,2001,8,330436,376385 +KOR,2001,9,321129,367258 +KOR,2001,10,309926,355328 +KOR,2001,11,296919,341171 +KOR,2001,12,280359,323152 +KOR,2001,13,275545,316093 +KOR,2001,14,289557,326955 +KOR,2001,15,315272,348989 +KOR,2001,16,339269,369235 +KOR,2001,17,365175,391184 +KOR,2001,18,383248,406242 +KOR,2002,0,215204,236064 +KOR,2002,1,255894,279650 +KOR,2002,2,262727,282863 +KOR,2002,3,289486,315096 +KOR,2002,4,309196,339748 +KOR,2002,5,322637,357551 +KOR,2002,6,330589,369241 +KOR,2002,7,334444,376289 +KOR,2002,8,335597,380165 +KOR,2002,9,331755,377921 +KOR,2002,10,322469,368820 +KOR,2002,11,310360,355805 +KOR,2002,12,297078,341315 +KOR,2002,13,280585,323374 +KOR,2002,14,275744,316277 +KOR,2002,15,289582,326920 +KOR,2002,16,315043,348636 +KOR,2002,17,338805,368586 +KOR,2002,18,364448,390205 +KOR,2003,0,209219,233860 +KOR,2003,1,242929,267365 +KOR,2003,2,269670,294779 +KOR,2003,3,269208,290563 +KOR,2003,4,290918,316745 +KOR,2003,5,307466,337605 +KOR,2003,6,319315,353500 +KOR,2003,7,326933,364789 +KOR,2003,8,331706,372936 +KOR,2003,9,335020,379401 +KOR,2003,10,332737,379025 +KOR,2003,11,323481,369960 +KOR,2003,12,310480,355875 +KOR,2003,13,296936,341071 +KOR,2003,14,280526,323227 +KOR,2003,15,275663,316100 +KOR,2003,16,289314,326512 +KOR,2003,17,314495,347886 +KOR,2003,18,337999,367517 +KOR,2004,0,207659,235223 +KOR,2004,1,232380,257256 +KOR,2004,2,253578,277246 +KOR,2004,3,271476,295205 +KOR,2004,4,275608,298194 +KOR,2004,5,292271,318330 +KOR,2004,6,305655,335400 +KOR,2004,7,315912,349387 +KOR,2004,8,323194,360275 +KOR,2004,9,328882,369516 +KOR,2004,10,334354,378566 +KOR,2004,11,333629,380055 +KOR,2004,12,324405,371027 +KOR,2004,13,310516,355877 +KOR,2004,14,296715,340761 +KOR,2004,15,280392,323018 +KOR,2004,16,275509,315863 +KOR,2004,17,288968,326042 +KOR,2004,18,313864,347069 +KOR,2005,0,208473,236811 +KOR,2005,1,224695,249116 +KOR,2005,2,240317,262563 +KOR,2005,3,255180,276761 +KOR,2005,4,269123,291319 +KOR,2005,5,281988,305845 +KOR,2005,6,293613,319948 +KOR,2005,7,303839,333237 +KOR,2005,8,312505,345321 +KOR,2005,9,319453,355808 +KOR,2005,10,326053,366145 +KOR,2005,11,333679,377775 +KOR,2005,12,334509,381126 +KOR,2005,13,325318,372135 +KOR,2005,14,310543,355919 +KOR,2005,15,296484,340490 +KOR,2005,16,280250,322846 +KOR,2005,17,275346,315661 +KOR,2005,18,288613,325609 +KOR,2006,0,212195,238535 +KOR,2006,1,210788,237681 +KOR,2006,2,225389,249390 +KOR,2006,3,239995,262458 +KOR,2006,4,254346,276460 +KOR,2006,5,268185,290969 +KOR,2006,6,281337,305582 +KOR,2006,7,293631,319894 +KOR,2006,8,304377,333373 +KOR,2006,9,313145,345553 +KOR,2006,10,319933,356070 +KOR,2006,11,326557,366488 +KOR,2006,12,334312,378246 +KOR,2006,13,335158,381601 +KOR,2006,14,325809,372424 +KOR,2006,15,310761,355899 +KOR,2006,16,296447,340179 +KOR,2006,17,279959,322241 +KOR,2006,18,274798,314780 +KOR,2007,0,218765,240983 +KOR,2007,1,219561,239770 +KOR,2007,2,212887,238375 +KOR,2007,3,225852,249479 +KOR,2007,4,239427,262158 +KOR,2007,5,253252,275952 +KOR,2007,6,266971,290403 +KOR,2007,7,280398,305092 +KOR,2007,8,293348,319602 +KOR,2007,9,304603,333261 +KOR,2007,10,313463,345527 +KOR,2007,11,320086,356066 +KOR,2007,12,326725,366559 +KOR,2007,13,334602,378436 +KOR,2007,14,335464,381793 +KOR,2007,15,325966,372437 +KOR,2007,16,310660,355614 +KOR,2007,17,296105,339615 +KOR,2007,18,279382,321396 +KOR,2008,0,226594,243635 +KOR,2008,1,220636,237945 +KOR,2008,2,219515,237477 +KOR,2008,3,214935,239065 +KOR,2008,4,226264,249564 +KOR,2008,5,238805,261854 +KOR,2008,6,252101,275442 +KOR,2008,7,265698,289834 +KOR,2008,8,279396,304599 +KOR,2008,9,292999,319306 +KOR,2008,10,304761,333146 +KOR,2008,11,313711,345498 +KOR,2008,12,320166,356058 +KOR,2008,13,326820,366626 +KOR,2008,14,334817,378620 +KOR,2008,15,335693,381979 +KOR,2008,16,326049,372444 +KOR,2008,17,310489,355326 +KOR,2008,18,295696,339047 +KOR,2009,0,233605,245969 +KOR,2009,1,222597,237293 +KOR,2009,2,217154,233934 +KOR,2009,3,216574,235230 +KOR,2009,4,217093,239898 +KOR,2009,5,226793,249800 +KOR,2009,6,238307,261709 +KOR,2009,7,251082,275099 +KOR,2009,8,264563,289440 +KOR,2009,9,278540,304290 +KOR,2009,10,292801,319203 +KOR,2009,11,305075,333231 +KOR,2009,12,314120,345677 +KOR,2009,13,320412,356265 +KOR,2009,14,327083,366913 +KOR,2009,15,335204,379034 +KOR,2009,16,336096,382397 +KOR,2009,17,326300,372677 +KOR,2009,18,310479,355252 +KOR,2010,0,238220,247512 +KOR,2010,1,224397,237242 +KOR,2010,2,216260,232014 +KOR,2010,3,213158,231266 +KOR,2010,4,214435,234434 +KOR,2010,5,219439,240956 +KOR,2010,6,227517,250268 +KOR,2010,7,238015,261807 +KOR,2010,8,250279,275011 +KOR,2010,9,263657,289315 +KOR,2010,10,277924,304263 +KOR,2010,11,292857,319397 +KOR,2010,12,305653,333627 +KOR,2010,13,314801,346178 +KOR,2010,14,320935,356804 +KOR,2010,15,327629,367543 +KOR,2010,16,335881,379800 +KOR,2010,17,336789,383170 +KOR,2010,18,326834,373256 +KOR,2011,0,239374,247442 +KOR,2011,1,234365,244408 +KOR,2011,2,223244,236245 +KOR,2011,3,216737,232205 +KOR,2011,4,214381,231898 +KOR,2011,5,215712,234933 +KOR,2011,6,220043,240704 +KOR,2011,7,226691,248609 +KOR,2011,8,236295,259323 +KOR,2011,9,248833,272885 +KOR,2011,10,263178,288263 +KOR,2011,11,278070,303982 +KOR,2011,12,293575,319852 +KOR,2011,13,306581,334483 +KOR,2011,14,315344,346871 +KOR,2011,15,320769,357011 +KOR,2011,16,326809,367335 +KOR,2011,17,334246,379076 +KOR,2011,18,335071,382441 +KOR,2012,0,237976,246349 +KOR,2012,1,226237,237692 +KOR,2012,2,230791,241601 +KOR,2012,3,222356,235535 +KOR,2012,4,217471,232677 +KOR,2012,5,215858,232810 +KOR,2012,6,217242,235715 +KOR,2012,7,220907,240744 +KOR,2012,8,226134,247251 +KOR,2012,9,234856,257155 +KOR,2012,10,247682,271092 +KOR,2012,11,263011,287559 +KOR,2012,12,278545,304068 +KOR,2012,13,294639,320693 +KOR,2012,14,307870,335744 +KOR,2012,15,316260,347984 +KOR,2012,16,320982,357650 +KOR,2012,17,326376,367571 +KOR,2012,18,333008,378810 +KOR,2013,0,233774,243399 +KOR,2013,1,226121,237697 +KOR,2013,2,220623,233792 +KOR,2013,3,227330,238912 +KOR,2013,4,221581,234940 +KOR,2013,5,218314,233264 +KOR,2013,6,217445,233838 +KOR,2013,7,218884,236614 +KOR,2013,8,221883,240902 +KOR,2013,9,225691,246014 +KOR,2013,10,233535,255111 +KOR,2013,11,246656,269430 +KOR,2013,12,262976,286997 +KOR,2013,13,279161,304304 +KOR,2013,14,295854,321694 +KOR,2013,15,309316,337171 +KOR,2013,16,317337,349269 +KOR,2013,17,321358,358466 +KOR,2013,18,326109,367989 +KOR,2014,0,226713,237657 +KOR,2014,1,223992,235769 +KOR,2014,2,221684,234209 +KOR,2014,3,219904,233117 +KOR,2014,4,223801,236150 +KOR,2014,5,220741,234276 +KOR,2014,6,219098,233785 +KOR,2014,7,218972,234800 +KOR,2014,8,220466,237446 +KOR,2014,9,222798,240991 +KOR,2014,10,225183,244705 +KOR,2014,11,232147,252992 +KOR,2014,12,245559,267689 +KOR,2014,13,262868,286351 +KOR,2014,14,279700,304453 +KOR,2014,15,296986,322602 +KOR,2014,16,310676,338503 +KOR,2014,17,318326,350455 +KOR,2014,18,321644,359179 +KOR,2015,0,217020,228706 +KOR,2015,1,219267,231049 +KOR,2015,2,220410,232375 +KOR,2015,3,220739,232982 +KOR,2015,4,220546,233166 +KOR,2015,5,220120,233223 +KOR,2015,6,219752,233449 +KOR,2015,7,219732,234142 +KOR,2015,8,220351,235597 +KOR,2015,9,221899,238111 +KOR,2015,10,223561,240912 +KOR,2015,11,224523,243225 +KOR,2015,12,230600,250695 +KOR,2015,13,244295,265760 +KOR,2015,14,262581,285505 +KOR,2015,15,280048,304389 +KOR,2015,16,297917,323285 +KOR,2015,17,311826,339597 +KOR,2015,18,319099,351395 +KOR,2016,0,204482,216226 +KOR,2016,1,216678,228358 +KOR,2016,2,219281,231099 +KOR,2016,3,220646,232672 +KOR,2016,4,221085,233399 +KOR,2016,5,220912,233602 +KOR,2016,6,220417,233579 +KOR,2016,7,219889,233622 +KOR,2016,8,219761,234193 +KOR,2016,9,220391,235670 +KOR,2016,10,222023,238291 +KOR,2016,11,223724,241147 +KOR,2016,12,224702,243489 +KOR,2016,13,230796,250991 +KOR,2016,14,244510,266086 +KOR,2016,15,262814,285860 +KOR,2016,16,280299,304772 +KOR,2016,17,298186,323696 +KOR,2016,18,312105,340025 +KOR,2017,0,189272,200556 +KOR,2017,1,201618,212801 +KOR,2017,2,216303,227955 +KOR,2017,3,219264,231094 +KOR,2017,4,220850,232912 +KOR,2017,5,221399,233759 +KOR,2017,6,221246,233983 +KOR,2017,7,220682,233878 +KOR,2017,8,219994,233739 +KOR,2017,9,219756,234188 +KOR,2017,10,220398,235685 +KOR,2017,11,222115,238413 +KOR,2017,12,223854,241324 +KOR,2017,13,224847,243695 +KOR,2017,14,230959,251225 +KOR,2017,15,244688,266347 +KOR,2017,16,263009,286146 +KOR,2017,17,280509,305081 +KOR,2017,18,298411,324028 +KOR,2018,0,173778,184289 +KOR,2018,1,190398,201089 +KOR,2018,2,202981,213872 +KOR,2018,3,215864,227472 +KOR,2018,4,219181,231008 +KOR,2018,5,220989,233072 +KOR,2018,6,221647,234038 +KOR,2018,7,221515,234282 +KOR,2018,8,220881,234096 +KOR,2018,9,220034,233774 +KOR,2018,10,219687,234102 +KOR,2018,11,220340,235618 +KOR,2018,12,222140,238453 +KOR,2018,13,223918,241417 +KOR,2018,14,224926,243816 +KOR,2018,15,231052,251373 +KOR,2018,16,244794,266516 +KOR,2018,17,263126,286333 +KOR,2018,18,280636,305285 +KOR,2019,0,161000,171000 +KOR,2019,1,180000,190000 +KOR,2019,2,195000,206000 +KOR,2019,3,206000,217000 +KOR,2019,4,215000,227000 +KOR,2019,5,219000,231000 +KOR,2019,6,221000,233000 +KOR,2019,7,222000,234000 +KOR,2019,8,222000,234000 +KOR,2019,9,221000,234000 +KOR,2019,10,220000,234000 +KOR,2019,11,220000,234000 +KOR,2019,12,220000,235000 +KOR,2019,13,222000,238000 +KOR,2019,14,224000,241000 +KOR,2019,15,225000,244000 +KOR,2019,16,231000,251000 +KOR,2019,17,245000,267000 +KOR,2019,18,263000,286000 +KOR,2020,0,154000,163000 +KOR,2020,1,173000,183000 +KOR,2020,2,188000,198000 +KOR,2020,3,200000,211000 +KOR,2020,4,209000,220000 +KOR,2020,5,215000,226000 +KOR,2020,6,219000,231000 +KOR,2020,7,221000,233000 +KOR,2020,8,222000,234000 +KOR,2020,9,222000,235000 +KOR,2020,10,221000,234000 +KOR,2020,11,220000,234000 +KOR,2020,12,219000,234000 +KOR,2020,13,220000,235000 +KOR,2020,14,222000,238000 +KOR,2020,15,224000,241000 +KOR,2020,16,225000,244000 +KOR,2020,17,231000,251000 +KOR,2020,18,245000,267000 +KOR,2021,0,153000,162000 +KOR,2021,1,158000,167000 +KOR,2021,2,174000,184000 +KOR,2021,3,187000,198000 +KOR,2021,4,198000,209000 +KOR,2021,5,207000,218000 +KOR,2021,6,214000,225000 +KOR,2021,7,219000,231000 +KOR,2021,8,222000,234000 +KOR,2021,9,223000,235000 +KOR,2021,10,222000,235000 +KOR,2021,11,221000,235000 +KOR,2021,12,220000,234000 +KOR,2021,13,220000,234000 +KOR,2021,14,220000,236000 +KOR,2021,15,222000,239000 +KOR,2021,16,224000,242000 +KOR,2021,17,225000,244000 +KOR,2021,18,231000,252000 +KOR,2022,0,157000,167000 +KOR,2022,1,168000,177000 +KOR,2022,2,161000,171000 +KOR,2022,3,175000,185000 +KOR,2022,4,187000,197000 +KOR,2022,5,197000,207000 +KOR,2022,6,205000,216000 +KOR,2022,7,212000,224000 +KOR,2022,8,219000,231000 +KOR,2022,9,223000,235000 +KOR,2022,10,224000,236000 +KOR,2022,11,222000,235000 +KOR,2022,12,221000,235000 +KOR,2022,13,220000,234000 +KOR,2022,14,220000,234000 +KOR,2022,15,221000,236000 +KOR,2022,16,223000,239000 +KOR,2022,17,224000,242000 +KOR,2022,18,226000,245000 +KOR,2023,0,165000,174000 +KOR,2023,1,168000,178000 +KOR,2023,2,172000,182000 +KOR,2023,3,165000,174000 +KOR,2023,4,176000,186000 +KOR,2023,5,186000,196000 +KOR,2023,6,195000,206000 +KOR,2023,7,203000,214000 +KOR,2023,8,211000,222000 +KOR,2023,9,218000,230000 +KOR,2023,10,223000,235000 +KOR,2023,11,224000,237000 +KOR,2023,12,223000,236000 +KOR,2023,13,221000,235000 +KOR,2023,14,220000,234000 +KOR,2023,15,220000,235000 +KOR,2023,16,221000,236000 +KOR,2023,17,223000,239000 +KOR,2023,18,225000,243000 +KOR,2024,0,172000,181000 +KOR,2024,1,169000,179000 +KOR,2024,2,169000,178000 +KOR,2024,3,170000,180000 +KOR,2024,4,168000,178000 +KOR,2024,5,176000,186000 +KOR,2024,6,185000,195000 +KOR,2024,7,193000,204000 +KOR,2024,8,201000,212000 +KOR,2024,9,209000,221000 +KOR,2024,10,218000,230000 +KOR,2024,11,224000,236000 +KOR,2024,12,225000,237000 +KOR,2024,13,223000,236000 +KOR,2024,14,221000,235000 +KOR,2024,15,220000,234000 +KOR,2024,16,220000,235000 +KOR,2024,17,221000,236000 +KOR,2024,18,223000,240000 +KOR,2025,0,176000,186000 +KOR,2025,1,170000,179000 +KOR,2025,2,166000,176000 +KOR,2025,3,166000,175000 +KOR,2025,4,168000,177000 +KOR,2025,5,171000,181000 +KOR,2025,6,177000,187000 +KOR,2025,7,184000,194000 +KOR,2025,8,191000,202000 +KOR,2025,9,199000,210000 +KOR,2025,10,208000,219000 +KOR,2025,11,218000,230000 +KOR,2025,12,224000,237000 +KOR,2025,13,225000,238000 +KOR,2025,14,223000,236000 +KOR,2025,15,221000,235000 +KOR,2025,16,220000,235000 +KOR,2025,17,220000,235000 +KOR,2025,18,221000,237000 +KOR,2026,0,177000,187000 +KOR,2026,1,174000,184000 +KOR,2026,2,169000,179000 +KOR,2026,3,167000,176000 +KOR,2026,4,167000,176000 +KOR,2026,5,169000,178000 +KOR,2026,6,172000,182000 +KOR,2026,7,177000,187000 +KOR,2026,8,183000,194000 +KOR,2026,9,191000,202000 +KOR,2026,10,199000,210000 +KOR,2026,11,208000,220000 +KOR,2026,12,218000,230000 +KOR,2026,13,225000,237000 +KOR,2026,14,226000,238000 +KOR,2026,15,223000,236000 +KOR,2026,16,222000,236000 +KOR,2026,17,221000,235000 +KOR,2026,18,220000,236000 +KOR,2027,0,175000,185000 +KOR,2027,1,168000,178000 +KOR,2027,2,173000,182000 +KOR,2027,3,169000,178000 +KOR,2027,4,167000,177000 +KOR,2027,5,168000,177000 +KOR,2027,6,170000,180000 +KOR,2027,7,173000,183000 +KOR,2027,8,177000,188000 +KOR,2027,9,183000,194000 +KOR,2027,10,191000,202000 +KOR,2027,11,199000,211000 +KOR,2027,12,208000,220000 +KOR,2027,13,218000,230000 +KOR,2027,14,225000,237000 +KOR,2027,15,226000,239000 +KOR,2027,16,223000,237000 +KOR,2027,17,222000,236000 +KOR,2027,18,221000,236000 +KOR,2028,0,172000,181000 +KOR,2028,1,167000,177000 +KOR,2028,2,165000,174000 +KOR,2028,3,171000,180000 +KOR,2028,4,168000,178000 +KOR,2028,5,168000,178000 +KOR,2028,6,169000,179000 +KOR,2028,7,171000,181000 +KOR,2028,8,174000,184000 +KOR,2028,9,177000,188000 +KOR,2028,10,183000,193000 +KOR,2028,11,191000,201000 +KOR,2028,12,199000,211000 +KOR,2028,13,209000,220000 +KOR,2028,14,219000,231000 +KOR,2028,15,225000,238000 +KOR,2028,16,226000,240000 +KOR,2028,17,224000,238000 +KOR,2028,18,222000,237000 +KOR,2029,0,168000,178000 +KOR,2029,1,166000,176000 +KOR,2029,2,165000,175000 +KOR,2029,3,165000,174000 +KOR,2029,4,169000,178000 +KOR,2029,5,168000,178000 +KOR,2029,6,168000,178000 +KOR,2029,7,170000,180000 +KOR,2029,8,172000,182000 +KOR,2029,9,175000,185000 +KOR,2029,10,178000,188000 +KOR,2029,11,182000,193000 +KOR,2029,12,190000,201000 +KOR,2029,13,199000,211000 +KOR,2029,14,209000,221000 +KOR,2029,15,219000,231000 +KOR,2029,16,225000,238000 +KOR,2029,17,226000,240000 +KOR,2029,18,224000,238000 +KOR,2030,0,166000,176000 +KOR,2030,1,166000,176000 +KOR,2030,2,166000,175000 +KOR,2030,3,166000,176000 +KOR,2030,4,166000,176000 +KOR,2030,5,167000,176000 +KOR,2030,6,167000,177000 +KOR,2030,7,169000,179000 +KOR,2030,8,171000,181000 +KOR,2030,9,173000,183000 +KOR,2030,10,175000,186000 +KOR,2030,11,178000,188000 +KOR,2030,12,182000,193000 +KOR,2030,13,190000,201000 +KOR,2030,14,199000,211000 +KOR,2030,15,209000,221000 +KOR,2030,16,219000,231000 +KOR,2030,17,225000,239000 +KOR,2030,18,227000,240000 +KOR,2031,0,166000,175000 +KOR,2031,1,166000,176000 +KOR,2031,2,166000,176000 +KOR,2031,3,166000,176000 +KOR,2031,4,166000,176000 +KOR,2031,5,166000,176000 +KOR,2031,6,167000,177000 +KOR,2031,7,168000,177000 +KOR,2031,8,169000,179000 +KOR,2031,9,171000,181000 +KOR,2031,10,173000,183000 +KOR,2031,11,176000,186000 +KOR,2031,12,178000,188000 +KOR,2031,13,182000,193000 +KOR,2031,14,190000,201000 +KOR,2031,15,200000,211000 +KOR,2031,16,209000,221000 +KOR,2031,17,219000,232000 +KOR,2031,18,226000,239000 +KOR,2032,0,167000,176000 +KOR,2032,1,167000,177000 +KOR,2032,2,166000,176000 +KOR,2032,3,166000,176000 +KOR,2032,4,166000,176000 +KOR,2032,5,166000,176000 +KOR,2032,6,166000,176000 +KOR,2032,7,167000,177000 +KOR,2032,8,168000,178000 +KOR,2032,9,169000,179000 +KOR,2032,10,171000,181000 +KOR,2032,11,173000,184000 +KOR,2032,12,176000,186000 +KOR,2032,13,178000,189000 +KOR,2032,14,183000,194000 +KOR,2032,15,190000,202000 +KOR,2032,16,200000,212000 +KOR,2032,17,210000,222000 +KOR,2032,18,220000,233000 +KOR,2033,0,168000,177000 +KOR,2033,1,168000,178000 +KOR,2033,2,168000,178000 +KOR,2033,3,166000,176000 +KOR,2033,4,166000,176000 +KOR,2033,5,166000,176000 +KOR,2033,6,166000,176000 +KOR,2033,7,166000,176000 +KOR,2033,8,167000,177000 +KOR,2033,9,168000,178000 +KOR,2033,10,169000,179000 +KOR,2033,11,171000,181000 +KOR,2033,12,173000,184000 +KOR,2033,13,176000,187000 +KOR,2033,14,178000,189000 +KOR,2033,15,183000,194000 +KOR,2033,16,191000,202000 +KOR,2033,17,200000,213000 +KOR,2033,18,210000,223000 +KOR,2034,0,168000,177000 +KOR,2034,1,168000,178000 +KOR,2034,2,168000,177000 +KOR,2034,3,167000,177000 +KOR,2034,4,166000,176000 +KOR,2034,5,166000,176000 +KOR,2034,6,166000,176000 +KOR,2034,7,166000,176000 +KOR,2034,8,166000,176000 +KOR,2034,9,167000,177000 +KOR,2034,10,168000,178000 +KOR,2034,11,169000,179000 +KOR,2034,12,171000,181000 +KOR,2034,13,173000,184000 +KOR,2034,14,176000,187000 +KOR,2034,15,178000,189000 +KOR,2034,16,183000,194000 +KOR,2034,17,191000,203000 +KOR,2034,18,201000,213000 +KOR,2035,0,166000,176000 +KOR,2035,1,167000,176000 +KOR,2035,2,167000,177000 +KOR,2035,3,167000,177000 +KOR,2035,4,167000,177000 +KOR,2035,5,166000,176000 +KOR,2035,6,166000,176000 +KOR,2035,7,166000,176000 +KOR,2035,8,166000,176000 +KOR,2035,9,166000,176000 +KOR,2035,10,167000,177000 +KOR,2035,11,168000,177000 +KOR,2035,12,169000,179000 +KOR,2035,13,171000,181000 +KOR,2035,14,173000,184000 +KOR,2035,15,176000,187000 +KOR,2035,16,178000,190000 +KOR,2035,17,183000,195000 +KOR,2035,18,191000,203000 +KOR,2036,0,163000,172000 +KOR,2036,1,166000,176000 +KOR,2036,2,167000,177000 +KOR,2036,3,167000,177000 +KOR,2036,4,167000,177000 +KOR,2036,5,167000,177000 +KOR,2036,6,167000,177000 +KOR,2036,7,166000,176000 +KOR,2036,8,166000,176000 +KOR,2036,9,166000,176000 +KOR,2036,10,166000,176000 +KOR,2036,11,167000,177000 +KOR,2036,12,168000,178000 +KOR,2036,13,169000,179000 +KOR,2036,14,171000,182000 +KOR,2036,15,174000,185000 +KOR,2036,16,177000,188000 +KOR,2036,17,179000,190000 +KOR,2036,18,184000,195000 +KOR,2037,0,158000,167000 +KOR,2037,1,161000,171000 +KOR,2037,2,166000,176000 +KOR,2037,3,167000,177000 +KOR,2037,4,167000,177000 +KOR,2037,5,167000,177000 +KOR,2037,6,167000,177000 +KOR,2037,7,167000,177000 +KOR,2037,8,166000,176000 +KOR,2037,9,166000,176000 +KOR,2037,10,166000,176000 +KOR,2037,11,166000,177000 +KOR,2037,12,167000,177000 +KOR,2037,13,168000,178000 +KOR,2037,14,169000,180000 +KOR,2037,15,172000,182000 +KOR,2037,16,174000,185000 +KOR,2037,17,177000,188000 +KOR,2037,18,179000,191000 +KOR,2038,0,152000,161000 +KOR,2038,1,157000,167000 +KOR,2038,2,161000,171000 +KOR,2038,3,166000,176000 +KOR,2038,4,167000,177000 +KOR,2038,5,167000,177000 +KOR,2038,6,168000,178000 +KOR,2038,7,167000,177000 +KOR,2038,8,167000,177000 +KOR,2038,9,166000,176000 +KOR,2038,10,166000,176000 +KOR,2038,11,166000,176000 +KOR,2038,12,167000,177000 +KOR,2038,13,167000,178000 +KOR,2038,14,168000,179000 +KOR,2038,15,170000,180000 +KOR,2038,16,172000,183000 +KOR,2038,17,175000,186000 +KOR,2038,18,177000,189000 +KOR,2039,0,147000,156000 +KOR,2039,1,154000,163000 +KOR,2039,2,159000,168000 +KOR,2039,3,163000,172000 +KOR,2039,4,166000,176000 +KOR,2039,5,167000,177000 +KOR,2039,6,168000,177000 +KOR,2039,7,168000,178000 +KOR,2039,8,167000,177000 +KOR,2039,9,167000,177000 +KOR,2039,10,166000,176000 +KOR,2039,11,166000,176000 +KOR,2039,12,166000,176000 +KOR,2039,13,167000,177000 +KOR,2039,14,167000,178000 +KOR,2039,15,168000,179000 +KOR,2039,16,170000,181000 +KOR,2039,17,172000,183000 +KOR,2039,18,175000,186000 +KOR,2040,0,144000,153000 +KOR,2040,1,151000,160000 +KOR,2040,2,156000,165000 +KOR,2040,3,160000,170000 +KOR,2040,4,163000,173000 +KOR,2040,5,165000,175000 +KOR,2040,6,167000,177000 +KOR,2040,7,167000,177000 +KOR,2040,8,168000,178000 +KOR,2040,9,167000,178000 +KOR,2040,10,167000,177000 +KOR,2040,11,166000,176000 +KOR,2040,12,166000,176000 +KOR,2040,13,166000,176000 +KOR,2040,14,167000,177000 +KOR,2040,15,167000,178000 +KOR,2040,16,168000,179000 +KOR,2040,17,170000,181000 +KOR,2040,18,172000,183000 +KOR,2041,0,144000,152000 +KOR,2041,1,146000,154000 +KOR,2041,2,151000,160000 +KOR,2041,3,156000,165000 +KOR,2041,4,160000,169000 +KOR,2041,5,163000,173000 +KOR,2041,6,165000,175000 +KOR,2041,7,167000,177000 +KOR,2041,8,168000,178000 +KOR,2041,9,168000,178000 +KOR,2041,10,168000,178000 +KOR,2041,11,167000,177000 +KOR,2041,12,167000,177000 +KOR,2041,13,166000,176000 +KOR,2041,14,166000,177000 +KOR,2041,15,167000,178000 +KOR,2041,16,168000,179000 +KOR,2041,17,169000,180000 +KOR,2041,18,171000,182000 +KOR,2042,0,144000,153000 +KOR,2042,1,149000,157000 +KOR,2042,2,147000,156000 +KOR,2042,3,152000,161000 +KOR,2042,4,156000,165000 +KOR,2042,5,160000,169000 +KOR,2042,6,162000,172000 +KOR,2042,7,165000,175000 +KOR,2042,8,167000,177000 +KOR,2042,9,168000,178000 +KOR,2042,10,168000,179000 +KOR,2042,11,168000,178000 +KOR,2042,12,168000,178000 +KOR,2042,13,167000,177000 +KOR,2042,14,167000,177000 +KOR,2042,15,167000,177000 +KOR,2042,16,167000,178000 +KOR,2042,17,168000,179000 +KOR,2042,18,169000,181000 +KOR,2043,0,146000,155000 +KOR,2043,1,148000,157000 +KOR,2043,2,150000,159000 +KOR,2043,3,148000,157000 +KOR,2043,4,152000,161000 +KOR,2043,5,156000,165000 +KOR,2043,6,159000,168000 +KOR,2043,7,162000,171000 +KOR,2043,8,164000,174000 +KOR,2043,9,167000,177000 +KOR,2043,10,168000,179000 +KOR,2043,11,169000,179000 +KOR,2043,12,168000,178000 +KOR,2043,13,168000,178000 +KOR,2043,14,167000,177000 +KOR,2043,15,167000,177000 +KOR,2043,16,167000,178000 +KOR,2043,17,168000,179000 +KOR,2043,18,169000,180000 +KOR,2044,0,148000,157000 +KOR,2044,1,148000,157000 +KOR,2044,2,149000,157000 +KOR,2044,3,150000,159000 +KOR,2044,4,149000,158000 +KOR,2044,5,152000,161000 +KOR,2044,6,155000,165000 +KOR,2044,7,158000,168000 +KOR,2044,8,161000,171000 +KOR,2044,9,164000,174000 +KOR,2044,10,167000,177000 +KOR,2044,11,169000,179000 +KOR,2044,12,169000,179000 +KOR,2044,13,168000,179000 +KOR,2044,14,168000,178000 +KOR,2044,15,167000,178000 +KOR,2044,16,167000,178000 +KOR,2044,17,167000,178000 +KOR,2044,18,168000,179000 +KOR,2045,0,149000,158000 +KOR,2045,1,148000,156000 +KOR,2045,2,147000,156000 +KOR,2045,3,148000,156000 +KOR,2045,4,149000,158000 +KOR,2045,5,150000,160000 +KOR,2045,6,153000,162000 +KOR,2045,7,155000,164000 +KOR,2045,8,158000,167000 +KOR,2045,9,160000,170000 +KOR,2045,10,163000,173000 +KOR,2045,11,167000,177000 +KOR,2045,12,169000,179000 +KOR,2045,13,169000,179000 +KOR,2045,14,168000,179000 +KOR,2045,15,168000,178000 +KOR,2045,16,167000,178000 +KOR,2045,17,167000,178000 +KOR,2045,18,167000,179000 +KOR,2046,0,150000,158000 +KOR,2046,1,149000,157000 +KOR,2046,2,148000,156000 +KOR,2046,3,148000,156000 +KOR,2046,4,148000,157000 +KOR,2046,5,149000,158000 +KOR,2046,6,151000,160000 +KOR,2046,7,153000,162000 +KOR,2046,8,155000,164000 +KOR,2046,9,158000,167000 +KOR,2046,10,161000,170000 +KOR,2046,11,164000,173000 +KOR,2046,12,167000,177000 +KOR,2046,13,169000,179000 +KOR,2046,14,169000,180000 +KOR,2046,15,169000,179000 +KOR,2046,16,168000,179000 +KOR,2046,17,168000,179000 +KOR,2046,18,167000,179000 +KOR,2047,0,150000,158000 +KOR,2047,1,148000,156000 +KOR,2047,2,148000,157000 +KOR,2047,3,148000,156000 +KOR,2047,4,148000,157000 +KOR,2047,5,148000,157000 +KOR,2047,6,150000,159000 +KOR,2047,7,151000,160000 +KOR,2047,8,153000,162000 +KOR,2047,9,155000,164000 +KOR,2047,10,158000,167000 +KOR,2047,11,161000,171000 +KOR,2047,12,164000,174000 +KOR,2047,13,167000,177000 +KOR,2047,14,169000,180000 +KOR,2047,15,170000,180000 +KOR,2047,16,169000,180000 +KOR,2047,17,169000,180000 +KOR,2047,18,168000,180000 +KOR,2048,0,149000,157000 +KOR,2048,1,147000,156000 +KOR,2048,2,146000,155000 +KOR,2048,3,148000,157000 +KOR,2048,4,148000,156000 +KOR,2048,5,148000,157000 +KOR,2048,6,149000,158000 +KOR,2048,7,150000,159000 +KOR,2048,8,151000,160000 +KOR,2048,9,153000,162000 +KOR,2048,10,155000,164000 +KOR,2048,11,158000,167000 +KOR,2048,12,161000,171000 +KOR,2048,13,164000,174000 +KOR,2048,14,167000,178000 +KOR,2048,15,170000,180000 +KOR,2048,16,170000,181000 +KOR,2048,17,169000,181000 +KOR,2048,18,169000,180000 +KOR,2049,0,147000,156000 +KOR,2049,1,147000,155000 +KOR,2049,2,146000,155000 +KOR,2049,3,146000,155000 +KOR,2049,4,147000,156000 +KOR,2049,5,148000,156000 +KOR,2049,6,148000,157000 +KOR,2049,7,149000,158000 +KOR,2049,8,150000,159000 +KOR,2049,9,152000,161000 +KOR,2049,10,153000,162000 +KOR,2049,11,155000,164000 +KOR,2049,12,158000,167000 +KOR,2049,13,161000,171000 +KOR,2049,14,164000,174000 +KOR,2049,15,167000,178000 +KOR,2049,16,170000,181000 +KOR,2049,17,170000,181000 +KOR,2049,18,170000,181000 +KOR,2050,0,145000,153000 +KOR,2050,1,145000,154000 +KOR,2050,2,145000,154000 +KOR,2050,3,146000,154000 +KOR,2050,4,146000,155000 +KOR,2050,5,147000,156000 +KOR,2050,6,147000,156000 +KOR,2050,7,148000,157000 +KOR,2050,8,149000,158000 +KOR,2050,9,150000,160000 +KOR,2050,10,152000,161000 +KOR,2050,11,153000,162000 +KOR,2050,12,155000,164000 +KOR,2050,13,157000,167000 +KOR,2050,14,161000,171000 +KOR,2050,15,164000,174000 +KOR,2050,16,167000,178000 +KOR,2050,17,170000,181000 +KOR,2050,18,170000,182000 +KWT,1990,0,21340,22108 +KWT,1990,1,23477,24227 +KWT,1990,2,25042,25784 +KWT,1990,3,26091,26832 +KWT,1990,4,26680,27424 +KWT,1990,5,26865,27613 +KWT,1990,6,26702,27452 +KWT,1990,7,26246,26994 +KWT,1990,8,25555,26292 +KWT,1990,9,24683,25397 +KWT,1990,10,23646,24360 +KWT,1990,11,22458,23229 +KWT,1990,12,21382,22078 +KWT,1990,13,20555,20969 +KWT,1990,14,19910,19943 +KWT,1990,15,19229,18967 +KWT,1990,16,18540,18036 +KWT,1990,17,18036,17493 +KWT,1990,18,17785,17499 +KWT,1991,0,19526,21120 +KWT,1991,1,21031,21254 +KWT,1991,2,22727,22958 +KWT,1991,3,23914,24229 +KWT,1991,4,24645,25099 +KWT,1991,5,24975,25601 +KWT,1991,6,24956,25798 +KWT,1991,7,24641,25753 +KWT,1991,8,24092,25345 +KWT,1991,9,23364,24545 +KWT,1991,10,22509,23478 +KWT,1991,11,21522,22340 +KWT,1991,12,20408,21144 +KWT,1991,13,19464,20023 +KWT,1991,14,18837,19078 +KWT,1991,15,18437,18314 +KWT,1991,16,18004,17587 +KWT,1991,17,17572,16870 +KWT,1991,18,17294,16668 +KWT,1992,0,17153,20126 +KWT,1992,1,19691,21317 +KWT,1992,2,20179,19846 +KWT,1992,3,21389,21090 +KWT,1992,4,22165,22042 +KWT,1992,5,22559,22711 +KWT,1992,6,22621,23110 +KWT,1992,7,22399,23309 +KWT,1992,8,21939,23381 +KWT,1992,9,21309,23034 +KWT,1992,10,20564,22157 +KWT,1992,11,19748,20945 +KWT,1992,12,18836,19736 +KWT,1992,13,17825,18507 +KWT,1992,14,17038,17445 +KWT,1992,15,16628,16689 +KWT,1992,16,16483,16208 +KWT,1992,17,16311,15747 +KWT,1992,18,16148,15263 +KWT,1993,0,14987,19418 +KWT,1993,1,17359,19548 +KWT,1993,2,19122,19688 +KWT,1993,3,19120,18273 +KWT,1993,4,19845,19060 +KWT,1993,5,20216,19693 +KWT,1993,6,20279,20161 +KWT,1993,7,20081,20456 +KWT,1993,8,19664,20655 +KWT,1993,9,19070,20839 +KWT,1993,10,18370,20555 +KWT,1993,11,17618,19614 +KWT,1993,12,16847,18274 +KWT,1993,13,16019,17010 +KWT,1993,14,15120,15763 +KWT,1993,15,14493,14768 +KWT,1993,16,14299,14203 +KWT,1993,17,14402,14000 +KWT,1993,18,14484,13802 +KWT,1994,0,13894,19343 +KWT,1994,1,15923,18543 +KWT,1994,2,17415,17983 +KWT,1994,3,18424,17623 +KWT,1994,4,18353,17023 +KWT,1994,5,18619,17380 +KWT,1994,6,18602,17713 +KWT,1994,7,18346,17993 +KWT,1994,8,17893,18191 +KWT,1994,9,17282,18394 +KWT,1994,10,16551,18690 +KWT,1994,11,15772,18461 +KWT,1994,12,15002,17444 +KWT,1994,13,14267,15960 +KWT,1994,14,13508,14623 +KWT,1994,15,12705,13339 +KWT,1994,16,12226,12395 +KWT,1994,17,12237,12006 +KWT,1994,18,12582,12070 +KWT,1995,0,14433,20192 +KWT,1995,1,15979,18798 +KWT,1995,2,17093,17772 +KWT,1995,3,17817,17061 +KWT,1995,4,18194,16615 +KWT,1995,5,18265,16383 +KWT,1995,6,18073,16312 +KWT,1995,7,17660,16351 +KWT,1995,8,17068,16450 +KWT,1995,9,16339,16556 +KWT,1995,10,15507,16770 +KWT,1995,11,14607,17191 +KWT,1995,12,13720,17012 +KWT,1995,13,12903,15878 +KWT,1995,14,12175,14192 +KWT,1995,15,11459,12730 +KWT,1995,16,10723,11361 +KWT,1995,17,10376,10434 +KWT,1995,18,10597,10210 +KWT,1996,0,15449,19997 +KWT,1996,1,14670,19777 +KWT,1996,2,15754,18542 +KWT,1996,3,16547,17579 +KWT,1996,4,17073,16855 +KWT,1996,5,17354,16340 +KWT,1996,6,17427,15986 +KWT,1996,7,17327,15746 +KWT,1996,8,17018,15669 +KWT,1996,9,16500,15757 +KWT,1996,10,15833,15928 +KWT,1996,11,15108,16184 +KWT,1996,12,14347,16619 +KWT,1996,13,13589,16569 +KWT,1996,14,12879,15733 +KWT,1996,15,12240,14444 +KWT,1996,16,11615,13357 +KWT,1996,17,10963,12364 +KWT,1996,18,10695,11712 +KWT,1997,0,18121,20829 +KWT,1997,1,17826,19629 +KWT,1997,2,15391,20105 +KWT,1997,3,16066,18979 +KWT,1997,4,16575,18040 +KWT,1997,5,16926,17277 +KWT,1997,6,17124,16676 +KWT,1997,7,17200,16192 +KWT,1997,8,17187,15780 +KWT,1997,9,16968,15589 +KWT,1997,10,16505,15668 +KWT,1997,11,15874,15909 +KWT,1997,12,15229,16214 +KWT,1997,13,14576,16678 +KWT,1997,14,13919,16751 +KWT,1997,15,13287,16172 +KWT,1997,16,12714,15220 +KWT,1997,17,12155,14453 +KWT,1997,18,11564,13788 +KWT,1998,0,21604,22118 +KWT,1998,1,20273,21374 +KWT,1998,2,19169,20655 +KWT,1998,3,16389,20800 +KWT,1998,4,16659,19765 +KWT,1998,5,16888,18835 +KWT,1998,6,17066,18018 +KWT,1998,7,17183,17319 +KWT,1998,8,17265,16693 +KWT,1998,9,17338,16099 +KWT,1998,10,17209,15786 +KWT,1998,11,16792,15859 +KWT,1998,12,16188,16175 +KWT,1998,13,15613,16537 +KWT,1998,14,15059,17039 +KWT,1998,15,14493,17238 +KWT,1998,16,13931,16911 +KWT,1998,17,13414,16284 +KWT,1998,18,12913,15832 +KWT,1999,0,24542,23127 +KWT,1999,1,22442,22887 +KWT,1999,2,20740,22489 +KWT,1999,3,19394,21960 +KWT,1999,4,17367,21434 +KWT,1999,5,17217,20497 +KWT,1999,6,17156,19581 +KWT,1999,7,17156,18711 +KWT,1999,8,17189,17913 +KWT,1999,9,17276,17144 +KWT,1999,10,17439,16362 +KWT,1999,11,17401,15926 +KWT,1999,12,17035,15991 +KWT,1999,13,16461,16384 +KWT,1999,14,15959,16802 +KWT,1999,15,15510,17342 +KWT,1999,16,15040,17671 +KWT,1999,17,14551,17606 +KWT,1999,18,14093,17319 +KWT,2000,0,25890,23402 +KWT,2000,1,23532,23558 +KWT,2000,2,21624,23430 +KWT,2000,3,20117,23062 +KWT,2000,4,18967,22498 +KWT,2000,5,18128,21781 +KWT,2000,6,17554,20956 +KWT,2000,7,17200,20066 +KWT,2000,8,17019,19155 +KWT,2000,9,16966,18267 +KWT,2000,10,17057,17363 +KWT,2000,11,17309,16403 +KWT,2000,12,17365,15846 +KWT,2000,13,17054,15903 +KWT,2000,14,16518,16369 +KWT,2000,15,16098,16839 +KWT,2000,16,15761,17409 +KWT,2000,17,15394,17865 +KWT,2000,18,14986,18068 +KWT,2001,0,25544,23180 +KWT,2001,1,25029,23141 +KWT,2001,2,23040,23209 +KWT,2001,3,21373,23033 +KWT,2001,4,20000,22652 +KWT,2001,5,18898,22103 +KWT,2001,6,18028,21439 +KWT,2001,7,17355,20714 +KWT,2001,8,16906,19887 +KWT,2001,9,16679,18967 +KWT,2001,10,16613,18037 +KWT,2001,11,16663,17127 +KWT,2001,12,16845,16176 +KWT,2001,13,16919,15716 +KWT,2001,14,16765,15997 +KWT,2001,15,16472,16776 +KWT,2001,16,16278,17548 +KWT,2001,17,16159,18400 +KWT,2001,18,16004,19212 +KWT,2002,0,23655,22246 +KWT,2002,1,22580,22853 +KWT,2002,2,23980,22654 +KWT,2002,3,22373,22633 +KWT,2002,4,20958,22411 +KWT,2002,5,19729,22021 +KWT,2002,6,18682,21492 +KWT,2002,7,17788,20888 +KWT,2002,8,17022,20269 +KWT,2002,9,16484,19514 +KWT,2002,10,16211,18593 +KWT,2002,11,16135,17630 +KWT,2002,12,16143,16723 +KWT,2002,13,16253,15791 +KWT,2002,14,16346,15432 +KWT,2002,15,16347,15935 +KWT,2002,16,16299,17021 +KWT,2002,17,16330,18087 +KWT,2002,18,16429,19213 +KWT,2003,0,21209,21181 +KWT,2003,1,21240,21839 +KWT,2003,2,21118,22196 +KWT,2003,3,22935,22105 +KWT,2003,4,21703,21995 +KWT,2003,5,20538,21729 +KWT,2003,6,19452,21330 +KWT,2003,7,18459,20824 +KWT,2003,8,17543,20280 +KWT,2003,9,16685,19768 +KWT,2003,10,16059,19086 +KWT,2003,11,15743,18168 +KWT,2003,12,15655,17174 +KWT,2003,13,15622,16274 +KWT,2003,14,15662,15363 +KWT,2003,15,15772,15105 +KWT,2003,16,15927,15826 +KWT,2003,17,16120,17211 +KWT,2003,18,16373,18565 +KWT,2004,0,19496,20734 +KWT,2004,1,20395,21281 +KWT,2004,2,20924,21602 +KWT,2004,3,21128,21721 +KWT,2004,4,22087,21675 +KWT,2004,5,21220,21477 +KWT,2004,6,20292,21165 +KWT,2004,7,19338,20756 +KWT,2004,8,18392,20269 +KWT,2004,9,17445,19783 +KWT,2004,10,16489,19374 +KWT,2004,11,15771,18761 +KWT,2004,12,15408,17841 +KWT,2004,13,15308,16812 +KWT,2004,14,15235,15913 +KWT,2004,15,15206,15018 +KWT,2004,16,15334,14859 +KWT,2004,17,15643,15799 +KWT,2004,18,16077,17489 +KWT,2005,0,19362,21376 +KWT,2005,1,20610,21634 +KWT,2005,2,21398,21759 +KWT,2005,3,21778,21763 +KWT,2005,4,21807,21658 +KWT,2005,5,21539,21456 +KWT,2005,6,21028,21168 +KWT,2005,7,20328,20807 +KWT,2005,8,19495,20384 +KWT,2005,9,18582,19911 +KWT,2005,10,17592,19477 +KWT,2005,11,16523,19169 +KWT,2005,12,15701,18619 +KWT,2005,13,15286,17687 +KWT,2005,14,15173,16613 +KWT,2005,15,15056,15706 +KWT,2005,16,14957,14819 +KWT,2005,17,15106,14758 +KWT,2005,18,15575,15928 +KWT,2006,0,20304,22649 +KWT,2006,1,19686,21523 +KWT,2006,2,20519,21556 +KWT,2006,3,21032,21527 +KWT,2006,4,21262,21440 +KWT,2006,5,21242,21296 +KWT,2006,6,21028,21117 +KWT,2006,7,20675,20925 +KWT,2006,8,20120,20628 +KWT,2006,9,19359,20194 +KWT,2006,10,18485,19679 +KWT,2006,11,17588,19254 +KWT,2006,12,16635,18974 +KWT,2006,13,15990,18572 +KWT,2006,14,15841,17963 +KWT,2006,15,16044,17329 +KWT,2006,16,16231,16842 +KWT,2006,17,16429,16346 +KWT,2006,18,16837,16738 +KWT,2007,0,22692,24909 +KWT,2007,1,22712,23928 +KWT,2007,2,20204,21821 +KWT,2007,3,20637,21634 +KWT,2007,4,20886,21454 +KWT,2007,5,20968,21275 +KWT,2007,6,20900,21092 +KWT,2007,7,20738,20935 +KWT,2007,8,20537,20835 +KWT,2007,9,20118,20601 +KWT,2007,10,19420,20151 +KWT,2007,11,18577,19592 +KWT,2007,12,17762,19172 +KWT,2007,13,16913,18918 +KWT,2007,14,16438,18660 +KWT,2007,15,16548,18363 +KWT,2007,16,17064,18158 +KWT,2007,17,17552,18078 +KWT,2007,18,18046,17965 +KWT,2008,0,25861,27676 +KWT,2008,1,24764,25952 +KWT,2008,2,23769,24511 +KWT,2008,3,20848,22250 +KWT,2008,4,20883,21842 +KWT,2008,5,20869,21510 +KWT,2008,6,20804,21240 +KWT,2008,7,20688,21017 +KWT,2008,8,20576,20881 +KWT,2008,9,20526,20872 +KWT,2008,10,20242,20698 +KWT,2008,11,19603,20231 +KWT,2008,12,18784,19624 +KWT,2008,13,18046,19207 +KWT,2008,14,17297,18977 +KWT,2008,15,16988,18860 +KWT,2008,16,17358,18873 +KWT,2008,17,18191,19093 +KWT,2008,18,18984,19420 +KWT,2009,0,28844,30276 +KWT,2009,1,26804,28005 +KWT,2009,2,25088,26108 +KWT,2009,3,23668,24551 +KWT,2009,4,21551,22792 +KWT,2009,5,21183,22158 +KWT,2009,6,20903,21672 +KWT,2009,7,20690,21308 +KWT,2009,8,20525,21043 +KWT,2009,9,20464,20928 +KWT,2009,10,20566,21012 +KWT,2009,11,20417,20897 +KWT,2009,12,19835,20410 +KWT,2009,13,19039,19751 +KWT,2009,14,18378,19336 +KWT,2009,15,17727,19129 +KWT,2009,16,17585,19154 +KWT,2009,17,18219,19479 +KWT,2009,18,19375,20128 +KWT,2010,0,30898,32202 +KWT,2010,1,28400,29739 +KWT,2010,2,26325,27664 +KWT,2010,3,24635,25942 +KWT,2010,4,23290,24539 +KWT,2010,5,22250,23422 +KWT,2010,6,21475,22558 +KWT,2010,7,20927,21913 +KWT,2010,8,20565,21453 +KWT,2010,9,20349,21145 +KWT,2010,10,20340,21050 +KWT,2010,11,20596,21228 +KWT,2010,12,20583,21173 +KWT,2010,13,20061,20665 +KWT,2010,14,19288,19951 +KWT,2010,15,18705,19535 +KWT,2010,16,18153,19352 +KWT,2010,17,18180,19521 +KWT,2010,18,19081,20164 +KWT,2011,0,31829,32752 +KWT,2011,1,30669,31798 +KWT,2011,2,28493,29697 +KWT,2011,3,26629,27875 +KWT,2011,4,25054,26314 +KWT,2011,5,23747,24996 +KWT,2011,6,22670,23894 +KWT,2011,7,21783,22979 +KWT,2011,8,21150,22283 +KWT,2011,9,20785,21809 +KWT,2011,10,20614,21509 +KWT,2011,11,20619,21397 +KWT,2011,12,20886,21551 +KWT,2011,13,20856,21486 +KWT,2011,14,20277,20991 +KWT,2011,15,19431,20316 +KWT,2011,16,18785,19941 +KWT,2011,17,18164,19788 +KWT,2011,18,18213,20077 +KWT,2012,0,31838,32612 +KWT,2012,1,30101,31089 +KWT,2012,2,30439,31529 +KWT,2012,3,28590,29780 +KWT,2012,4,26937,28203 +KWT,2012,5,25479,26797 +KWT,2012,6,24212,25558 +KWT,2012,7,23096,24465 +KWT,2012,8,22095,23496 +KWT,2012,9,21377,22748 +KWT,2012,10,21010,22257 +KWT,2012,11,20884,21962 +KWT,2012,12,20904,21835 +KWT,2012,13,21180,21965 +KWT,2012,14,21134,21890 +KWT,2012,15,20497,21407 +KWT,2012,16,19576,20767 +KWT,2012,17,18867,20431 +KWT,2012,18,18176,20308 +KWT,2013,0,31115,31944 +KWT,2013,1,30290,31280 +KWT,2013,2,29417,30514 +KWT,2013,3,30113,31297 +KWT,2013,4,28598,29900 +KWT,2013,5,27166,28568 +KWT,2013,6,25830,27315 +KWT,2013,7,24605,26154 +KWT,2013,8,23455,25069 +KWT,2013,9,22341,24044 +KWT,2013,10,21540,23242 +KWT,2013,11,21171,22734 +KWT,2013,12,21091,22445 +KWT,2013,13,21126,22301 +KWT,2013,14,21412,22407 +KWT,2013,15,21350,22322 +KWT,2013,16,20656,21850 +KWT,2013,17,19662,21245 +KWT,2013,18,18891,20948 +KWT,2014,0,30034,31054 +KWT,2014,1,30094,31206 +KWT,2014,2,29886,31077 +KWT,2014,3,29447,30706 +KWT,2014,4,29583,31002 +KWT,2014,5,28413,29961 +KWT,2014,6,27210,28877 +KWT,2014,7,26005,27780 +KWT,2014,8,24833,26700 +KWT,2014,9,23655,25626 +KWT,2014,10,22437,24547 +KWT,2014,11,21558,23691 +KWT,2014,12,21189,23167 +KWT,2014,13,21156,22885 +KWT,2014,14,21205,22725 +KWT,2014,15,21498,22807 +KWT,2014,16,21420,22712 +KWT,2014,17,20675,22251 +KWT,2014,18,19615,21682 +KWT,2015,0,28920,30198 +KWT,2015,1,29600,30934 +KWT,2015,2,29879,31296 +KWT,2015,3,29808,31330 +KWT,2015,4,29436,31081 +KWT,2015,5,28816,30592 +KWT,2015,6,27996,29909 +KWT,2015,7,27028,29077 +KWT,2015,8,25963,28141 +KWT,2015,9,24850,27145 +KWT,2015,10,23656,26085 +KWT,2015,11,22345,24956 +KWT,2015,12,21396,24051 +KWT,2015,13,21031,23513 +KWT,2015,14,21044,23238 +KWT,2015,15,21107,23063 +KWT,2015,16,21405,23120 +KWT,2015,17,21312,23015 +KWT,2015,18,20522,22568 +KWT,2016,0,28738,29909 +KWT,2016,1,29343,30914 +KWT,2016,2,29918,31696 +KWT,2016,3,30138,32154 +KWT,2016,4,30044,32315 +KWT,2016,5,29676,32204 +KWT,2016,6,29090,31887 +KWT,2016,7,28344,31428 +KWT,2016,8,27393,30661 +KWT,2016,9,26244,29535 +KWT,2016,10,24987,28192 +KWT,2016,11,23671,26823 +KWT,2016,12,22241,25389 +KWT,2016,13,21204,24245 +KWT,2016,14,20805,23588 +KWT,2016,15,20819,23284 +KWT,2016,16,20878,23072 +KWT,2016,17,21174,23083 +KWT,2016,18,21092,23045 +KWT,2017,0,28491,29637 +KWT,2017,1,29535,30744 +KWT,2017,2,29511,31507 +KWT,2017,3,29974,32332 +KWT,2017,4,30132,32885 +KWT,2017,5,30016,33173 +KWT,2017,6,29655,33204 +KWT,2017,7,29110,33062 +KWT,2017,8,28445,32831 +KWT,2017,9,27520,32133 +KWT,2017,10,26297,30820 +KWT,2017,11,24905,29131 +KWT,2017,12,23476,27455 +KWT,2017,13,21939,25718 +KWT,2017,14,20824,24338 +KWT,2017,15,20392,23563 +KWT,2017,16,20407,23232 +KWT,2017,17,20463,22983 +KWT,2017,18,20753,22947 +KWT,2018,0,28151,29299 +KWT,2018,1,29089,30305 +KWT,2018,2,29733,31196 +KWT,2018,3,29527,31972 +KWT,2018,4,29876,32836 +KWT,2018,5,29972,33482 +KWT,2018,6,29835,33897 +KWT,2018,7,29482,34069 +KWT,2018,8,28981,34103 +KWT,2018,9,28400,34103 +KWT,2018,10,27505,33477 +KWT,2018,11,26214,31981 +KWT,2018,12,24695,29952 +KWT,2018,13,23162,27975 +KWT,2018,14,21526,25942 +KWT,2018,15,20337,24330 +KWT,2018,16,19876,23440 +KWT,2018,17,19892,23083 +KWT,2018,18,19944,22798 +KWT,2019,0,28000,29000 +KWT,2019,1,28000,30000 +KWT,2019,2,29000,31000 +KWT,2019,3,30000,31000 +KWT,2019,4,30000,32000 +KWT,2019,5,30000,33000 +KWT,2019,6,30000,34000 +KWT,2019,7,30000,34000 +KWT,2019,8,29000,35000 +KWT,2019,9,29000,35000 +KWT,2019,10,28000,35000 +KWT,2019,11,27000,35000 +KWT,2019,12,26000,33000 +KWT,2019,13,24000,31000 +KWT,2019,14,23000,28000 +KWT,2019,15,21000,26000 +KWT,2019,16,20000,24000 +KWT,2019,17,19000,23000 +KWT,2019,18,19000,23000 +KWT,2020,0,27000,28000 +KWT,2020,1,28000,29000 +KWT,2020,2,28000,30000 +KWT,2020,3,29000,31000 +KWT,2020,4,29000,32000 +KWT,2020,5,30000,33000 +KWT,2020,6,30000,33000 +KWT,2020,7,30000,34000 +KWT,2020,8,30000,35000 +KWT,2020,9,29000,35000 +KWT,2020,10,29000,36000 +KWT,2020,11,28000,36000 +KWT,2020,12,28000,36000 +KWT,2020,13,26000,34000 +KWT,2020,14,24000,31000 +KWT,2020,15,23000,29000 +KWT,2020,16,21000,26000 +KWT,2020,17,19000,24000 +KWT,2020,18,19000,23000 +KWT,2021,0,26000,27000 +KWT,2021,1,27000,28000 +KWT,2021,2,28000,29000 +KWT,2021,3,28000,30000 +KWT,2021,4,29000,31000 +KWT,2021,5,29000,32000 +KWT,2021,6,30000,33000 +KWT,2021,7,30000,34000 +KWT,2021,8,30000,35000 +KWT,2021,9,29000,35000 +KWT,2021,10,29000,35000 +KWT,2021,11,29000,36000 +KWT,2021,12,28000,36000 +KWT,2021,13,27000,36000 +KWT,2021,14,26000,34000 +KWT,2021,15,25000,32000 +KWT,2021,16,23000,30000 +KWT,2021,17,21000,28000 +KWT,2021,18,20000,26000 +KWT,2022,0,24000,26000 +KWT,2022,1,26000,27000 +KWT,2022,2,27000,28000 +KWT,2022,3,28000,29000 +KWT,2022,4,28000,30000 +KWT,2022,5,29000,31000 +KWT,2022,6,29000,32000 +KWT,2022,7,30000,33000 +KWT,2022,8,30000,34000 +KWT,2022,9,30000,35000 +KWT,2022,10,29000,35000 +KWT,2022,11,29000,35000 +KWT,2022,12,29000,36000 +KWT,2022,13,28000,36000 +KWT,2022,14,27000,36000 +KWT,2022,15,26000,35000 +KWT,2022,16,25000,33000 +KWT,2022,17,23000,31000 +KWT,2022,18,22000,29000 +KWT,2023,0,23000,25000 +KWT,2023,1,25000,26000 +KWT,2023,2,26000,27000 +KWT,2023,3,27000,28000 +KWT,2023,4,28000,29000 +KWT,2023,5,28000,30000 +KWT,2023,6,29000,31000 +KWT,2023,7,29000,32000 +KWT,2023,8,30000,33000 +KWT,2023,9,30000,34000 +KWT,2023,10,30000,35000 +KWT,2023,11,30000,35000 +KWT,2023,12,29000,35000 +KWT,2023,13,29000,36000 +KWT,2023,14,28000,36000 +KWT,2023,15,27000,36000 +KWT,2023,16,26000,35000 +KWT,2023,17,25000,33000 +KWT,2023,18,24000,32000 +KWT,2024,0,22000,24000 +KWT,2024,1,24000,25000 +KWT,2024,2,25000,26000 +KWT,2024,3,26000,27000 +KWT,2024,4,27000,28000 +KWT,2024,5,28000,29000 +KWT,2024,6,29000,30000 +KWT,2024,7,29000,31000 +KWT,2024,8,29000,32000 +KWT,2024,9,30000,33000 +KWT,2024,10,30000,34000 +KWT,2024,11,30000,35000 +KWT,2024,12,30000,35000 +KWT,2024,13,29000,35000 +KWT,2024,14,29000,35000 +KWT,2024,15,28000,36000 +KWT,2024,16,27000,35000 +KWT,2024,17,27000,35000 +KWT,2024,18,25000,34000 +KWT,2025,0,22000,24000 +KWT,2025,1,23000,25000 +KWT,2025,2,24000,25000 +KWT,2025,3,25000,26000 +KWT,2025,4,26000,27000 +KWT,2025,5,27000,28000 +KWT,2025,6,28000,29000 +KWT,2025,7,29000,30000 +KWT,2025,8,29000,31000 +KWT,2025,9,29000,32000 +KWT,2025,10,30000,33000 +KWT,2025,11,30000,34000 +KWT,2025,12,30000,35000 +KWT,2025,13,30000,35000 +KWT,2025,14,29000,35000 +KWT,2025,15,29000,35000 +KWT,2025,16,28000,35000 +KWT,2025,17,27000,35000 +KWT,2025,18,27000,35000 +KWT,2026,0,23000,25000 +KWT,2026,1,22000,24000 +KWT,2026,2,23000,25000 +KWT,2026,3,24000,25000 +KWT,2026,4,25000,26000 +KWT,2026,5,26000,27000 +KWT,2026,6,27000,28000 +KWT,2026,7,28000,29000 +KWT,2026,8,29000,30000 +KWT,2026,9,29000,31000 +KWT,2026,10,30000,32000 +KWT,2026,11,30000,33000 +KWT,2026,12,30000,34000 +KWT,2026,13,30000,34000 +KWT,2026,14,30000,35000 +KWT,2026,15,29000,36000 +KWT,2026,16,29000,36000 +KWT,2026,17,29000,36000 +KWT,2026,18,28000,37000 +KWT,2027,0,24000,25000 +KWT,2027,1,24000,25000 +KWT,2027,2,23000,24000 +KWT,2027,3,24000,25000 +KWT,2027,4,24000,25000 +KWT,2027,5,25000,26000 +KWT,2027,6,26000,27000 +KWT,2027,7,27000,28000 +KWT,2027,8,28000,29000 +KWT,2027,9,29000,30000 +KWT,2027,10,29000,31000 +KWT,2027,11,30000,32000 +KWT,2027,12,30000,33000 +KWT,2027,13,30000,34000 +KWT,2027,14,30000,34000 +KWT,2027,15,30000,35000 +KWT,2027,16,30000,36000 +KWT,2027,17,29000,37000 +KWT,2027,18,29000,38000 +KWT,2028,0,25000,26000 +KWT,2028,1,24000,26000 +KWT,2028,2,24000,25000 +KWT,2028,3,23000,25000 +KWT,2028,4,24000,25000 +KWT,2028,5,24000,25000 +KWT,2028,6,25000,26000 +KWT,2028,7,26000,27000 +KWT,2028,8,27000,28000 +KWT,2028,9,28000,29000 +KWT,2028,10,29000,30000 +KWT,2028,11,29000,31000 +KWT,2028,12,30000,32000 +KWT,2028,13,30000,33000 +KWT,2028,14,30000,33000 +KWT,2028,15,30000,34000 +KWT,2028,16,30000,35000 +KWT,2028,17,30000,37000 +KWT,2028,18,30000,38000 +KWT,2029,0,27000,28000 +KWT,2029,1,25000,26000 +KWT,2029,2,24000,25000 +KWT,2029,3,24000,25000 +KWT,2029,4,23000,25000 +KWT,2029,5,24000,25000 +KWT,2029,6,24000,25000 +KWT,2029,7,25000,26000 +KWT,2029,8,26000,27000 +KWT,2029,9,27000,28000 +KWT,2029,10,28000,29000 +KWT,2029,11,29000,30000 +KWT,2029,12,29000,31000 +KWT,2029,13,30000,32000 +KWT,2029,14,30000,32000 +KWT,2029,15,30000,33000 +KWT,2029,16,30000,34000 +KWT,2029,17,30000,36000 +KWT,2029,18,30000,37000 +KWT,2030,0,28000,28000 +KWT,2030,1,26000,27000 +KWT,2030,2,25000,26000 +KWT,2030,3,24000,25000 +KWT,2030,4,23000,25000 +KWT,2030,5,23000,25000 +KWT,2030,6,24000,25000 +KWT,2030,7,24000,25000 +KWT,2030,8,25000,26000 +KWT,2030,9,26000,27000 +KWT,2030,10,27000,28000 +KWT,2030,11,28000,29000 +KWT,2030,12,29000,30000 +KWT,2030,13,29000,31000 +KWT,2030,14,30000,32000 +KWT,2030,15,30000,32000 +KWT,2030,16,30000,33000 +KWT,2030,17,30000,34000 +KWT,2030,18,30000,36000 +KWT,2031,0,28000,29000 +KWT,2031,1,27000,28000 +KWT,2031,2,26000,27000 +KWT,2031,3,25000,26000 +KWT,2031,4,24000,25000 +KWT,2031,5,24000,25000 +KWT,2031,6,24000,25000 +KWT,2031,7,24000,25000 +KWT,2031,8,24000,25000 +KWT,2031,9,25000,26000 +KWT,2031,10,26000,27000 +KWT,2031,11,27000,28000 +KWT,2031,12,28000,29000 +KWT,2031,13,29000,30000 +KWT,2031,14,29000,31000 +KWT,2031,15,30000,32000 +KWT,2031,16,30000,33000 +KWT,2031,17,30000,34000 +KWT,2031,18,30000,35000 +KWT,2032,0,29000,29000 +KWT,2032,1,27000,28000 +KWT,2032,2,27000,28000 +KWT,2032,3,26000,27000 +KWT,2032,4,25000,26000 +KWT,2032,5,24000,25000 +KWT,2032,6,24000,25000 +KWT,2032,7,24000,25000 +KWT,2032,8,24000,25000 +KWT,2032,9,24000,25000 +KWT,2032,10,25000,26000 +KWT,2032,11,26000,27000 +KWT,2032,12,27000,28000 +KWT,2032,13,28000,29000 +KWT,2032,14,29000,30000 +KWT,2032,15,30000,31000 +KWT,2032,16,30000,32000 +KWT,2032,17,30000,34000 +KWT,2032,18,30000,35000 +KWT,2033,0,29000,30000 +KWT,2033,1,27000,29000 +KWT,2033,2,26000,28000 +KWT,2033,3,27000,28000 +KWT,2033,4,26000,27000 +KWT,2033,5,25000,26000 +KWT,2033,6,24000,25000 +KWT,2033,7,24000,25000 +KWT,2033,8,24000,25000 +KWT,2033,9,24000,25000 +KWT,2033,10,24000,25000 +KWT,2033,11,25000,26000 +KWT,2033,12,26000,27000 +KWT,2033,13,27000,28000 +KWT,2033,14,28000,29000 +KWT,2033,15,29000,30000 +KWT,2033,16,30000,31000 +KWT,2033,17,30000,33000 +KWT,2033,18,30000,34000 +KWT,2034,0,29000,30000 +KWT,2034,1,28000,29000 +KWT,2034,2,27000,28000 +KWT,2034,3,26000,28000 +KWT,2034,4,26000,27000 +KWT,2034,5,26000,27000 +KWT,2034,6,25000,26000 +KWT,2034,7,25000,26000 +KWT,2034,8,24000,25000 +KWT,2034,9,24000,25000 +KWT,2034,10,24000,25000 +KWT,2034,11,24000,25000 +KWT,2034,12,25000,26000 +KWT,2034,13,26000,27000 +KWT,2034,14,27000,28000 +KWT,2034,15,28000,29000 +KWT,2034,16,29000,30000 +KWT,2034,17,30000,32000 +KWT,2034,18,30000,33000 +KWT,2035,0,29000,30000 +KWT,2035,1,28000,30000 +KWT,2035,2,28000,29000 +KWT,2035,3,27000,28000 +KWT,2035,4,27000,28000 +KWT,2035,5,26000,27000 +KWT,2035,6,26000,27000 +KWT,2035,7,25000,26000 +KWT,2035,8,25000,26000 +KWT,2035,9,24000,25000 +KWT,2035,10,24000,25000 +KWT,2035,11,24000,25000 +KWT,2035,12,24000,25000 +KWT,2035,13,25000,26000 +KWT,2035,14,26000,27000 +KWT,2035,15,27000,27000 +KWT,2035,16,28000,29000 +KWT,2035,17,29000,30000 +KWT,2035,18,30000,32000 +KWT,2036,0,29000,30000 +KWT,2036,1,29000,30000 +KWT,2036,2,28000,30000 +KWT,2036,3,28000,29000 +KWT,2036,4,27000,28000 +KWT,2036,5,27000,28000 +KWT,2036,6,26000,27000 +KWT,2036,7,26000,27000 +KWT,2036,8,25000,26000 +KWT,2036,9,25000,26000 +KWT,2036,10,24000,25000 +KWT,2036,11,24000,25000 +KWT,2036,12,24000,25000 +KWT,2036,13,24000,25000 +KWT,2036,14,25000,26000 +KWT,2036,15,26000,27000 +KWT,2036,16,27000,28000 +KWT,2036,17,28000,29000 +KWT,2036,18,29000,31000 +KWT,2037,0,30000,31000 +KWT,2037,1,29000,31000 +KWT,2037,2,29000,30000 +KWT,2037,3,28000,30000 +KWT,2037,4,28000,29000 +KWT,2037,5,27000,28000 +KWT,2037,6,27000,28000 +KWT,2037,7,26000,27000 +KWT,2037,8,26000,27000 +KWT,2037,9,25000,26000 +KWT,2037,10,25000,26000 +KWT,2037,11,24000,25000 +KWT,2037,12,24000,25000 +KWT,2037,13,24000,25000 +KWT,2037,14,24000,25000 +KWT,2037,15,25000,26000 +KWT,2037,16,26000,27000 +KWT,2037,17,27000,29000 +KWT,2037,18,29000,30000 +KWT,2038,0,30000,31000 +KWT,2038,1,30000,31000 +KWT,2038,2,29000,31000 +KWT,2038,3,29000,30000 +KWT,2038,4,28000,30000 +KWT,2038,5,28000,29000 +KWT,2038,6,27000,28000 +KWT,2038,7,27000,28000 +KWT,2038,8,26000,27000 +KWT,2038,9,26000,27000 +KWT,2038,10,25000,26000 +KWT,2038,11,25000,26000 +KWT,2038,12,24000,25000 +KWT,2038,13,24000,25000 +KWT,2038,14,24000,25000 +KWT,2038,15,24000,25000 +KWT,2038,16,25000,26000 +KWT,2038,17,26000,28000 +KWT,2038,18,28000,30000 +KWT,2039,0,30000,32000 +KWT,2039,1,30000,32000 +KWT,2039,2,30000,31000 +KWT,2039,3,30000,31000 +KWT,2039,4,29000,30000 +KWT,2039,5,28000,30000 +KWT,2039,6,28000,29000 +KWT,2039,7,27000,28000 +KWT,2039,8,27000,28000 +KWT,2039,9,26000,27000 +KWT,2039,10,26000,27000 +KWT,2039,11,25000,26000 +KWT,2039,12,25000,26000 +KWT,2039,13,24000,25000 +KWT,2039,14,24000,25000 +KWT,2039,15,24000,25000 +KWT,2039,16,24000,25000 +KWT,2039,17,25000,26000 +KWT,2039,18,26000,28000 +KWT,2040,0,31000,32000 +KWT,2040,1,31000,32000 +KWT,2040,2,30000,32000 +KWT,2040,3,30000,31000 +KWT,2040,4,29000,31000 +KWT,2040,5,29000,30000 +KWT,2040,6,28000,30000 +KWT,2040,7,28000,29000 +KWT,2040,8,27000,28000 +KWT,2040,9,27000,28000 +KWT,2040,10,26000,27000 +KWT,2040,11,26000,27000 +KWT,2040,12,25000,26000 +KWT,2040,13,25000,26000 +KWT,2040,14,24000,25000 +KWT,2040,15,24000,25000 +KWT,2040,16,24000,25000 +KWT,2040,17,24000,25000 +KWT,2040,18,25000,27000 +KWT,2041,0,31000,32000 +KWT,2041,1,31000,32000 +KWT,2041,2,31000,32000 +KWT,2041,3,30000,32000 +KWT,2041,4,30000,31000 +KWT,2041,5,30000,31000 +KWT,2041,6,29000,30000 +KWT,2041,7,28000,30000 +KWT,2041,8,28000,29000 +KWT,2041,9,27000,28000 +KWT,2041,10,27000,28000 +KWT,2041,11,26000,27000 +KWT,2041,12,26000,27000 +KWT,2041,13,25000,26000 +KWT,2041,14,25000,26000 +KWT,2041,15,25000,26000 +KWT,2041,16,24000,26000 +KWT,2041,17,24000,26000 +KWT,2041,18,24000,26000 +KWT,2042,0,31000,32000 +KWT,2042,1,31000,32000 +KWT,2042,2,31000,32000 +KWT,2042,3,31000,32000 +KWT,2042,4,30000,32000 +KWT,2042,5,30000,31000 +KWT,2042,6,30000,31000 +KWT,2042,7,29000,30000 +KWT,2042,8,28000,30000 +KWT,2042,9,28000,29000 +KWT,2042,10,27000,28000 +KWT,2042,11,27000,28000 +KWT,2042,12,26000,27000 +KWT,2042,13,26000,27000 +KWT,2042,14,25000,26000 +KWT,2042,15,25000,26000 +KWT,2042,16,25000,26000 +KWT,2042,17,25000,26000 +KWT,2042,18,24000,27000 +KWT,2043,0,31000,32000 +KWT,2043,1,31000,32000 +KWT,2043,2,31000,32000 +KWT,2043,3,31000,32000 +KWT,2043,4,31000,32000 +KWT,2043,5,30000,32000 +KWT,2043,6,30000,31000 +KWT,2043,7,30000,31000 +KWT,2043,8,29000,30000 +KWT,2043,9,29000,30000 +KWT,2043,10,28000,29000 +KWT,2043,11,27000,28000 +KWT,2043,12,27000,28000 +KWT,2043,13,26000,27000 +KWT,2043,14,26000,27000 +KWT,2043,15,25000,26000 +KWT,2043,16,25000,26000 +KWT,2043,17,25000,27000 +KWT,2043,18,25000,27000 +KWT,2044,0,31000,32000 +KWT,2044,1,31000,33000 +KWT,2044,2,31000,33000 +KWT,2044,3,31000,33000 +KWT,2044,4,31000,32000 +KWT,2044,5,31000,32000 +KWT,2044,6,30000,32000 +KWT,2044,7,30000,31000 +KWT,2044,8,29000,31000 +KWT,2044,9,29000,30000 +KWT,2044,10,29000,30000 +KWT,2044,11,28000,29000 +KWT,2044,12,27000,28000 +KWT,2044,13,27000,28000 +KWT,2044,14,26000,27000 +KWT,2044,15,26000,26000 +KWT,2044,16,25000,26000 +KWT,2044,17,25000,26000 +KWT,2044,18,25000,27000 +KWT,2045,0,31000,32000 +KWT,2045,1,31000,32000 +KWT,2045,2,31000,33000 +KWT,2045,3,31000,33000 +KWT,2045,4,31000,32000 +KWT,2045,5,31000,32000 +KWT,2045,6,31000,32000 +KWT,2045,7,30000,32000 +KWT,2045,8,30000,31000 +KWT,2045,9,29000,31000 +KWT,2045,10,29000,30000 +KWT,2045,11,29000,30000 +KWT,2045,12,28000,29000 +KWT,2045,13,27000,28000 +KWT,2045,14,27000,28000 +KWT,2045,15,26000,27000 +KWT,2045,16,26000,26000 +KWT,2045,17,25000,26000 +KWT,2045,18,25000,26000 +KWT,2046,0,31000,32000 +KWT,2046,1,31000,32000 +KWT,2046,2,31000,32000 +KWT,2046,3,31000,33000 +KWT,2046,4,31000,33000 +KWT,2046,5,31000,33000 +KWT,2046,6,31000,32000 +KWT,2046,7,31000,32000 +KWT,2046,8,30000,32000 +KWT,2046,9,30000,31000 +KWT,2046,10,30000,31000 +KWT,2046,11,29000,30000 +KWT,2046,12,29000,30000 +KWT,2046,13,28000,29000 +KWT,2046,14,27000,29000 +KWT,2046,15,27000,28000 +KWT,2046,16,26000,28000 +KWT,2046,17,26000,27000 +KWT,2046,18,26000,27000 +KWT,2047,0,30000,32000 +KWT,2047,1,31000,32000 +KWT,2047,2,31000,32000 +KWT,2047,3,31000,33000 +KWT,2047,4,31000,33000 +KWT,2047,5,31000,33000 +KWT,2047,6,31000,33000 +KWT,2047,7,31000,32000 +KWT,2047,8,31000,32000 +KWT,2047,9,30000,32000 +KWT,2047,10,30000,31000 +KWT,2047,11,30000,31000 +KWT,2047,12,29000,30000 +KWT,2047,13,29000,30000 +KWT,2047,14,28000,29000 +KWT,2047,15,27000,29000 +KWT,2047,16,27000,28000 +KWT,2047,17,27000,28000 +KWT,2047,18,26000,28000 +KWT,2048,0,30000,31000 +KWT,2048,1,31000,32000 +KWT,2048,2,31000,32000 +KWT,2048,3,31000,32000 +KWT,2048,4,31000,33000 +KWT,2048,5,31000,33000 +KWT,2048,6,31000,33000 +KWT,2048,7,31000,32000 +KWT,2048,8,31000,32000 +KWT,2048,9,31000,32000 +KWT,2048,10,30000,32000 +KWT,2048,11,30000,31000 +KWT,2048,12,30000,31000 +KWT,2048,13,29000,30000 +KWT,2048,14,29000,30000 +KWT,2048,15,28000,29000 +KWT,2048,16,28000,29000 +KWT,2048,17,27000,29000 +KWT,2048,18,27000,29000 +KWT,2049,0,30000,31000 +KWT,2049,1,30000,32000 +KWT,2049,2,31000,32000 +KWT,2049,3,31000,32000 +KWT,2049,4,31000,32000 +KWT,2049,5,31000,33000 +KWT,2049,6,31000,33000 +KWT,2049,7,31000,33000 +KWT,2049,8,31000,32000 +KWT,2049,9,31000,32000 +KWT,2049,10,31000,32000 +KWT,2049,11,30000,32000 +KWT,2049,12,30000,31000 +KWT,2049,13,30000,31000 +KWT,2049,14,29000,30000 +KWT,2049,15,29000,29000 +KWT,2049,16,28000,29000 +KWT,2049,17,28000,29000 +KWT,2049,18,27000,29000 +KWT,2050,0,29000,31000 +KWT,2050,1,30000,31000 +KWT,2050,2,30000,32000 +KWT,2050,3,31000,32000 +KWT,2050,4,31000,32000 +KWT,2050,5,31000,32000 +KWT,2050,6,31000,33000 +KWT,2050,7,31000,33000 +KWT,2050,8,31000,33000 +KWT,2050,9,31000,32000 +KWT,2050,10,31000,32000 +KWT,2050,11,31000,32000 +KWT,2050,12,30000,32000 +KWT,2050,13,30000,31000 +KWT,2050,14,30000,31000 +KWT,2050,15,29000,30000 +KWT,2050,16,28000,29000 +KWT,2050,17,28000,29000 +KWT,2050,18,28000,29000 +LAC,1990,0,, +LAC,1990,1,, +LAC,1990,2,, +LAC,1990,3,, +LAC,1990,4,, +LAC,1990,5,, +LAC,1990,6,, +LAC,1990,7,, +LAC,1990,8,, +LAC,1990,9,, +LAC,1990,10,, +LAC,1990,11,, +LAC,1990,12,, +LAC,1990,13,, +LAC,1990,14,, +LAC,1990,15,, +LAC,1990,16,, +LAC,1990,17,, +LAC,1990,18,, +LAC,1991,0,, +LAC,1991,1,, +LAC,1991,2,, +LAC,1991,3,, +LAC,1991,4,, +LAC,1991,5,, +LAC,1991,6,, +LAC,1991,7,, +LAC,1991,8,, +LAC,1991,9,, +LAC,1991,10,, +LAC,1991,11,, +LAC,1991,12,, +LAC,1991,13,, +LAC,1991,14,, +LAC,1991,15,, +LAC,1991,16,, +LAC,1991,17,, +LAC,1991,18,, +LAC,1992,0,, +LAC,1992,1,, +LAC,1992,2,, +LAC,1992,3,, +LAC,1992,4,, +LAC,1992,5,, +LAC,1992,6,, +LAC,1992,7,, +LAC,1992,8,, +LAC,1992,9,, +LAC,1992,10,, +LAC,1992,11,, +LAC,1992,12,, +LAC,1992,13,, +LAC,1992,14,, +LAC,1992,15,, +LAC,1992,16,, +LAC,1992,17,, +LAC,1992,18,, +LAC,1993,0,, +LAC,1993,1,, +LAC,1993,2,, +LAC,1993,3,, +LAC,1993,4,, +LAC,1993,5,, +LAC,1993,6,, +LAC,1993,7,, +LAC,1993,8,, +LAC,1993,9,, +LAC,1993,10,, +LAC,1993,11,, +LAC,1993,12,, +LAC,1993,13,, +LAC,1993,14,, +LAC,1993,15,, +LAC,1993,16,, +LAC,1993,17,, +LAC,1993,18,, +LAC,1994,0,, +LAC,1994,1,, +LAC,1994,2,, +LAC,1994,3,, +LAC,1994,4,, +LAC,1994,5,, +LAC,1994,6,, +LAC,1994,7,, +LAC,1994,8,, +LAC,1994,9,, +LAC,1994,10,, +LAC,1994,11,, +LAC,1994,12,, +LAC,1994,13,, +LAC,1994,14,, +LAC,1994,15,, +LAC,1994,16,, +LAC,1994,17,, +LAC,1994,18,, +LAC,1995,0,, +LAC,1995,1,, +LAC,1995,2,, +LAC,1995,3,, +LAC,1995,4,, +LAC,1995,5,, +LAC,1995,6,, +LAC,1995,7,, +LAC,1995,8,, +LAC,1995,9,, +LAC,1995,10,, +LAC,1995,11,, +LAC,1995,12,, +LAC,1995,13,, +LAC,1995,14,, +LAC,1995,15,, +LAC,1995,16,, +LAC,1995,17,, +LAC,1995,18,, +LAC,1996,0,, +LAC,1996,1,, +LAC,1996,2,, +LAC,1996,3,, +LAC,1996,4,, +LAC,1996,5,, +LAC,1996,6,, +LAC,1996,7,, +LAC,1996,8,, +LAC,1996,9,, +LAC,1996,10,, +LAC,1996,11,, +LAC,1996,12,, +LAC,1996,13,, +LAC,1996,14,, +LAC,1996,15,, +LAC,1996,16,, +LAC,1996,17,, +LAC,1996,18,, +LAC,1997,0,, +LAC,1997,1,, +LAC,1997,2,, +LAC,1997,3,, +LAC,1997,4,, +LAC,1997,5,, +LAC,1997,6,, +LAC,1997,7,, +LAC,1997,8,, +LAC,1997,9,, +LAC,1997,10,, +LAC,1997,11,, +LAC,1997,12,, +LAC,1997,13,, +LAC,1997,14,, +LAC,1997,15,, +LAC,1997,16,, +LAC,1997,17,, +LAC,1997,18,, +LAC,1998,0,, +LAC,1998,1,, +LAC,1998,2,, +LAC,1998,3,, +LAC,1998,4,, +LAC,1998,5,, +LAC,1998,6,, +LAC,1998,7,, +LAC,1998,8,, +LAC,1998,9,, +LAC,1998,10,, +LAC,1998,11,, +LAC,1998,12,, +LAC,1998,13,, +LAC,1998,14,, +LAC,1998,15,, +LAC,1998,16,, +LAC,1998,17,, +LAC,1998,18,, +LAC,1999,0,, +LAC,1999,1,, +LAC,1999,2,, +LAC,1999,3,, +LAC,1999,4,, +LAC,1999,5,, +LAC,1999,6,, +LAC,1999,7,, +LAC,1999,8,, +LAC,1999,9,, +LAC,1999,10,, +LAC,1999,11,, +LAC,1999,12,, +LAC,1999,13,, +LAC,1999,14,, +LAC,1999,15,, +LAC,1999,16,, +LAC,1999,17,, +LAC,1999,18,, +LAC,2000,0,, +LAC,2000,1,, +LAC,2000,2,, +LAC,2000,3,, +LAC,2000,4,, +LAC,2000,5,, +LAC,2000,6,, +LAC,2000,7,, +LAC,2000,8,, +LAC,2000,9,, +LAC,2000,10,, +LAC,2000,11,, +LAC,2000,12,, +LAC,2000,13,, +LAC,2000,14,, +LAC,2000,15,, +LAC,2000,16,, +LAC,2000,17,, +LAC,2000,18,, +LAC,2001,0,, +LAC,2001,1,, +LAC,2001,2,, +LAC,2001,3,, +LAC,2001,4,, +LAC,2001,5,, +LAC,2001,6,, +LAC,2001,7,, +LAC,2001,8,, +LAC,2001,9,, +LAC,2001,10,, +LAC,2001,11,, +LAC,2001,12,, +LAC,2001,13,, +LAC,2001,14,, +LAC,2001,15,, +LAC,2001,16,, +LAC,2001,17,, +LAC,2001,18,, +LAC,2002,0,, +LAC,2002,1,, +LAC,2002,2,, +LAC,2002,3,, +LAC,2002,4,, +LAC,2002,5,, +LAC,2002,6,, +LAC,2002,7,, +LAC,2002,8,, +LAC,2002,9,, +LAC,2002,10,, +LAC,2002,11,, +LAC,2002,12,, +LAC,2002,13,, +LAC,2002,14,, +LAC,2002,15,, +LAC,2002,16,, +LAC,2002,17,, +LAC,2002,18,, +LAC,2003,0,, +LAC,2003,1,, +LAC,2003,2,, +LAC,2003,3,, +LAC,2003,4,, +LAC,2003,5,, +LAC,2003,6,, +LAC,2003,7,, +LAC,2003,8,, +LAC,2003,9,, +LAC,2003,10,, +LAC,2003,11,, +LAC,2003,12,, +LAC,2003,13,, +LAC,2003,14,, +LAC,2003,15,, +LAC,2003,16,, +LAC,2003,17,, +LAC,2003,18,, +LAC,2004,0,, +LAC,2004,1,, +LAC,2004,2,, +LAC,2004,3,, +LAC,2004,4,, +LAC,2004,5,, +LAC,2004,6,, +LAC,2004,7,, +LAC,2004,8,, +LAC,2004,9,, +LAC,2004,10,, +LAC,2004,11,, +LAC,2004,12,, +LAC,2004,13,, +LAC,2004,14,, +LAC,2004,15,, +LAC,2004,16,, +LAC,2004,17,, +LAC,2004,18,, +LAC,2005,0,, +LAC,2005,1,, +LAC,2005,2,, +LAC,2005,3,, +LAC,2005,4,, +LAC,2005,5,, +LAC,2005,6,, +LAC,2005,7,, +LAC,2005,8,, +LAC,2005,9,, +LAC,2005,10,, +LAC,2005,11,, +LAC,2005,12,, +LAC,2005,13,, +LAC,2005,14,, +LAC,2005,15,, +LAC,2005,16,, +LAC,2005,17,, +LAC,2005,18,, +LAC,2006,0,, +LAC,2006,1,, +LAC,2006,2,, +LAC,2006,3,, +LAC,2006,4,, +LAC,2006,5,, +LAC,2006,6,, +LAC,2006,7,, +LAC,2006,8,, +LAC,2006,9,, +LAC,2006,10,, +LAC,2006,11,, +LAC,2006,12,, +LAC,2006,13,, +LAC,2006,14,, +LAC,2006,15,, +LAC,2006,16,, +LAC,2006,17,, +LAC,2006,18,, +LAC,2007,0,, +LAC,2007,1,, +LAC,2007,2,, +LAC,2007,3,, +LAC,2007,4,, +LAC,2007,5,, +LAC,2007,6,, +LAC,2007,7,, +LAC,2007,8,, +LAC,2007,9,, +LAC,2007,10,, +LAC,2007,11,, +LAC,2007,12,, +LAC,2007,13,, +LAC,2007,14,, +LAC,2007,15,, +LAC,2007,16,, +LAC,2007,17,, +LAC,2007,18,, +LAC,2008,0,, +LAC,2008,1,, +LAC,2008,2,, +LAC,2008,3,, +LAC,2008,4,, +LAC,2008,5,, +LAC,2008,6,, +LAC,2008,7,, +LAC,2008,8,, +LAC,2008,9,, +LAC,2008,10,, +LAC,2008,11,, +LAC,2008,12,, +LAC,2008,13,, +LAC,2008,14,, +LAC,2008,15,, +LAC,2008,16,, +LAC,2008,17,, +LAC,2008,18,, +LAC,2009,0,, +LAC,2009,1,, +LAC,2009,2,, +LAC,2009,3,, +LAC,2009,4,, +LAC,2009,5,, +LAC,2009,6,, +LAC,2009,7,, +LAC,2009,8,, +LAC,2009,9,, +LAC,2009,10,, +LAC,2009,11,, +LAC,2009,12,, +LAC,2009,13,, +LAC,2009,14,, +LAC,2009,15,, +LAC,2009,16,, +LAC,2009,17,, +LAC,2009,18,, +LAC,2010,0,, +LAC,2010,1,, +LAC,2010,2,, +LAC,2010,3,, +LAC,2010,4,, +LAC,2010,5,, +LAC,2010,6,, +LAC,2010,7,, +LAC,2010,8,, +LAC,2010,9,, +LAC,2010,10,, +LAC,2010,11,, +LAC,2010,12,, +LAC,2010,13,, +LAC,2010,14,, +LAC,2010,15,, +LAC,2010,16,, +LAC,2010,17,, +LAC,2010,18,, +LAC,2011,0,, +LAC,2011,1,, +LAC,2011,2,, +LAC,2011,3,, +LAC,2011,4,, +LAC,2011,5,, +LAC,2011,6,, +LAC,2011,7,, +LAC,2011,8,, +LAC,2011,9,, +LAC,2011,10,, +LAC,2011,11,, +LAC,2011,12,, +LAC,2011,13,, +LAC,2011,14,, +LAC,2011,15,, +LAC,2011,16,, +LAC,2011,17,, +LAC,2011,18,, +LAC,2012,0,, +LAC,2012,1,, +LAC,2012,2,, +LAC,2012,3,, +LAC,2012,4,, +LAC,2012,5,, +LAC,2012,6,, +LAC,2012,7,, +LAC,2012,8,, +LAC,2012,9,, +LAC,2012,10,, +LAC,2012,11,, +LAC,2012,12,, +LAC,2012,13,, +LAC,2012,14,, +LAC,2012,15,, +LAC,2012,16,, +LAC,2012,17,, +LAC,2012,18,, +LAC,2013,0,, +LAC,2013,1,, +LAC,2013,2,, +LAC,2013,3,, +LAC,2013,4,, +LAC,2013,5,, +LAC,2013,6,, +LAC,2013,7,, +LAC,2013,8,, +LAC,2013,9,, +LAC,2013,10,, +LAC,2013,11,, +LAC,2013,12,, +LAC,2013,13,, +LAC,2013,14,, +LAC,2013,15,, +LAC,2013,16,, +LAC,2013,17,, +LAC,2013,18,, +LAC,2014,0,, +LAC,2014,1,, +LAC,2014,2,, +LAC,2014,3,, +LAC,2014,4,, +LAC,2014,5,, +LAC,2014,6,, +LAC,2014,7,, +LAC,2014,8,, +LAC,2014,9,, +LAC,2014,10,, +LAC,2014,11,, +LAC,2014,12,, +LAC,2014,13,, +LAC,2014,14,, +LAC,2014,15,, +LAC,2014,16,, +LAC,2014,17,, +LAC,2014,18,, +LAC,2015,0,, +LAC,2015,1,, +LAC,2015,2,, +LAC,2015,3,, +LAC,2015,4,, +LAC,2015,5,, +LAC,2015,6,, +LAC,2015,7,, +LAC,2015,8,, +LAC,2015,9,, +LAC,2015,10,, +LAC,2015,11,, +LAC,2015,12,, +LAC,2015,13,, +LAC,2015,14,, +LAC,2015,15,, +LAC,2015,16,, +LAC,2015,17,, +LAC,2015,18,, +LAC,2016,0,, +LAC,2016,1,, +LAC,2016,2,, +LAC,2016,3,, +LAC,2016,4,, +LAC,2016,5,, +LAC,2016,6,, +LAC,2016,7,, +LAC,2016,8,, +LAC,2016,9,, +LAC,2016,10,, +LAC,2016,11,, +LAC,2016,12,, +LAC,2016,13,, +LAC,2016,14,, +LAC,2016,15,, +LAC,2016,16,, +LAC,2016,17,, +LAC,2016,18,, +LAC,2017,0,, +LAC,2017,1,, +LAC,2017,2,, +LAC,2017,3,, +LAC,2017,4,, +LAC,2017,5,, +LAC,2017,6,, +LAC,2017,7,, +LAC,2017,8,, +LAC,2017,9,, +LAC,2017,10,, +LAC,2017,11,, +LAC,2017,12,, +LAC,2017,13,, +LAC,2017,14,, +LAC,2017,15,, +LAC,2017,16,, +LAC,2017,17,, +LAC,2017,18,, +LAC,2018,0,, +LAC,2018,1,, +LAC,2018,2,, +LAC,2018,3,, +LAC,2018,4,, +LAC,2018,5,, +LAC,2018,6,, +LAC,2018,7,, +LAC,2018,8,, +LAC,2018,9,, +LAC,2018,10,, +LAC,2018,11,, +LAC,2018,12,, +LAC,2018,13,, +LAC,2018,14,, +LAC,2018,15,, +LAC,2018,16,, +LAC,2018,17,, +LAC,2018,18,, +LAC,2019,0,, +LAC,2019,1,, +LAC,2019,2,, +LAC,2019,3,, +LAC,2019,4,, +LAC,2019,5,, +LAC,2019,6,, +LAC,2019,7,, +LAC,2019,8,, +LAC,2019,9,, +LAC,2019,10,, +LAC,2019,11,, +LAC,2019,12,, +LAC,2019,13,, +LAC,2019,14,, +LAC,2019,15,, +LAC,2019,16,, +LAC,2019,17,, +LAC,2019,18,, +LAC,2020,0,, +LAC,2020,1,, +LAC,2020,2,, +LAC,2020,3,, +LAC,2020,4,, +LAC,2020,5,, +LAC,2020,6,, +LAC,2020,7,, +LAC,2020,8,, +LAC,2020,9,, +LAC,2020,10,, +LAC,2020,11,, +LAC,2020,12,, +LAC,2020,13,, +LAC,2020,14,, +LAC,2020,15,, +LAC,2020,16,, +LAC,2020,17,, +LAC,2020,18,, +LAC,2021,0,, +LAC,2021,1,, +LAC,2021,2,, +LAC,2021,3,, +LAC,2021,4,, +LAC,2021,5,, +LAC,2021,6,, +LAC,2021,7,, +LAC,2021,8,, +LAC,2021,9,, +LAC,2021,10,, +LAC,2021,11,, +LAC,2021,12,, +LAC,2021,13,, +LAC,2021,14,, +LAC,2021,15,, +LAC,2021,16,, +LAC,2021,17,, +LAC,2021,18,, +LAC,2022,0,, +LAC,2022,1,, +LAC,2022,2,, +LAC,2022,3,, +LAC,2022,4,, +LAC,2022,5,, +LAC,2022,6,, +LAC,2022,7,, +LAC,2022,8,, +LAC,2022,9,, +LAC,2022,10,, +LAC,2022,11,, +LAC,2022,12,, +LAC,2022,13,, +LAC,2022,14,, +LAC,2022,15,, +LAC,2022,16,, +LAC,2022,17,, +LAC,2022,18,, +LAC,2023,0,, +LAC,2023,1,, +LAC,2023,2,, +LAC,2023,3,, +LAC,2023,4,, +LAC,2023,5,, +LAC,2023,6,, +LAC,2023,7,, +LAC,2023,8,, +LAC,2023,9,, +LAC,2023,10,, +LAC,2023,11,, +LAC,2023,12,, +LAC,2023,13,, +LAC,2023,14,, +LAC,2023,15,, +LAC,2023,16,, +LAC,2023,17,, +LAC,2023,18,, +LAC,2024,0,, +LAC,2024,1,, +LAC,2024,2,, +LAC,2024,3,, +LAC,2024,4,, +LAC,2024,5,, +LAC,2024,6,, +LAC,2024,7,, +LAC,2024,8,, +LAC,2024,9,, +LAC,2024,10,, +LAC,2024,11,, +LAC,2024,12,, +LAC,2024,13,, +LAC,2024,14,, +LAC,2024,15,, +LAC,2024,16,, +LAC,2024,17,, +LAC,2024,18,, +LAC,2025,0,, +LAC,2025,1,, +LAC,2025,2,, +LAC,2025,3,, +LAC,2025,4,, +LAC,2025,5,, +LAC,2025,6,, +LAC,2025,7,, +LAC,2025,8,, +LAC,2025,9,, +LAC,2025,10,, +LAC,2025,11,, +LAC,2025,12,, +LAC,2025,13,, +LAC,2025,14,, +LAC,2025,15,, +LAC,2025,16,, +LAC,2025,17,, +LAC,2025,18,, +LAC,2026,0,, +LAC,2026,1,, +LAC,2026,2,, +LAC,2026,3,, +LAC,2026,4,, +LAC,2026,5,, +LAC,2026,6,, +LAC,2026,7,, +LAC,2026,8,, +LAC,2026,9,, +LAC,2026,10,, +LAC,2026,11,, +LAC,2026,12,, +LAC,2026,13,, +LAC,2026,14,, +LAC,2026,15,, +LAC,2026,16,, +LAC,2026,17,, +LAC,2026,18,, +LAC,2027,0,, +LAC,2027,1,, +LAC,2027,2,, +LAC,2027,3,, +LAC,2027,4,, +LAC,2027,5,, +LAC,2027,6,, +LAC,2027,7,, +LAC,2027,8,, +LAC,2027,9,, +LAC,2027,10,, +LAC,2027,11,, +LAC,2027,12,, +LAC,2027,13,, +LAC,2027,14,, +LAC,2027,15,, +LAC,2027,16,, +LAC,2027,17,, +LAC,2027,18,, +LAC,2028,0,, +LAC,2028,1,, +LAC,2028,2,, +LAC,2028,3,, +LAC,2028,4,, +LAC,2028,5,, +LAC,2028,6,, +LAC,2028,7,, +LAC,2028,8,, +LAC,2028,9,, +LAC,2028,10,, +LAC,2028,11,, +LAC,2028,12,, +LAC,2028,13,, +LAC,2028,14,, +LAC,2028,15,, +LAC,2028,16,, +LAC,2028,17,, +LAC,2028,18,, +LAC,2029,0,, +LAC,2029,1,, +LAC,2029,2,, +LAC,2029,3,, +LAC,2029,4,, +LAC,2029,5,, +LAC,2029,6,, +LAC,2029,7,, +LAC,2029,8,, +LAC,2029,9,, +LAC,2029,10,, +LAC,2029,11,, +LAC,2029,12,, +LAC,2029,13,, +LAC,2029,14,, +LAC,2029,15,, +LAC,2029,16,, +LAC,2029,17,, +LAC,2029,18,, +LAC,2030,0,, +LAC,2030,1,, +LAC,2030,2,, +LAC,2030,3,, +LAC,2030,4,, +LAC,2030,5,, +LAC,2030,6,, +LAC,2030,7,, +LAC,2030,8,, +LAC,2030,9,, +LAC,2030,10,, +LAC,2030,11,, +LAC,2030,12,, +LAC,2030,13,, +LAC,2030,14,, +LAC,2030,15,, +LAC,2030,16,, +LAC,2030,17,, +LAC,2030,18,, +LAC,2031,0,, +LAC,2031,1,, +LAC,2031,2,, +LAC,2031,3,, +LAC,2031,4,, +LAC,2031,5,, +LAC,2031,6,, +LAC,2031,7,, +LAC,2031,8,, +LAC,2031,9,, +LAC,2031,10,, +LAC,2031,11,, +LAC,2031,12,, +LAC,2031,13,, +LAC,2031,14,, +LAC,2031,15,, +LAC,2031,16,, +LAC,2031,17,, +LAC,2031,18,, +LAC,2032,0,, +LAC,2032,1,, +LAC,2032,2,, +LAC,2032,3,, +LAC,2032,4,, +LAC,2032,5,, +LAC,2032,6,, +LAC,2032,7,, +LAC,2032,8,, +LAC,2032,9,, +LAC,2032,10,, +LAC,2032,11,, +LAC,2032,12,, +LAC,2032,13,, +LAC,2032,14,, +LAC,2032,15,, +LAC,2032,16,, +LAC,2032,17,, +LAC,2032,18,, +LAC,2033,0,, +LAC,2033,1,, +LAC,2033,2,, +LAC,2033,3,, +LAC,2033,4,, +LAC,2033,5,, +LAC,2033,6,, +LAC,2033,7,, +LAC,2033,8,, +LAC,2033,9,, +LAC,2033,10,, +LAC,2033,11,, +LAC,2033,12,, +LAC,2033,13,, +LAC,2033,14,, +LAC,2033,15,, +LAC,2033,16,, +LAC,2033,17,, +LAC,2033,18,, +LAC,2034,0,, +LAC,2034,1,, +LAC,2034,2,, +LAC,2034,3,, +LAC,2034,4,, +LAC,2034,5,, +LAC,2034,6,, +LAC,2034,7,, +LAC,2034,8,, +LAC,2034,9,, +LAC,2034,10,, +LAC,2034,11,, +LAC,2034,12,, +LAC,2034,13,, +LAC,2034,14,, +LAC,2034,15,, +LAC,2034,16,, +LAC,2034,17,, +LAC,2034,18,, +LAC,2035,0,, +LAC,2035,1,, +LAC,2035,2,, +LAC,2035,3,, +LAC,2035,4,, +LAC,2035,5,, +LAC,2035,6,, +LAC,2035,7,, +LAC,2035,8,, +LAC,2035,9,, +LAC,2035,10,, +LAC,2035,11,, +LAC,2035,12,, +LAC,2035,13,, +LAC,2035,14,, +LAC,2035,15,, +LAC,2035,16,, +LAC,2035,17,, +LAC,2035,18,, +LAC,2036,0,, +LAC,2036,1,, +LAC,2036,2,, +LAC,2036,3,, +LAC,2036,4,, +LAC,2036,5,, +LAC,2036,6,, +LAC,2036,7,, +LAC,2036,8,, +LAC,2036,9,, +LAC,2036,10,, +LAC,2036,11,, +LAC,2036,12,, +LAC,2036,13,, +LAC,2036,14,, +LAC,2036,15,, +LAC,2036,16,, +LAC,2036,17,, +LAC,2036,18,, +LAC,2037,0,, +LAC,2037,1,, +LAC,2037,2,, +LAC,2037,3,, +LAC,2037,4,, +LAC,2037,5,, +LAC,2037,6,, +LAC,2037,7,, +LAC,2037,8,, +LAC,2037,9,, +LAC,2037,10,, +LAC,2037,11,, +LAC,2037,12,, +LAC,2037,13,, +LAC,2037,14,, +LAC,2037,15,, +LAC,2037,16,, +LAC,2037,17,, +LAC,2037,18,, +LAC,2038,0,, +LAC,2038,1,, +LAC,2038,2,, +LAC,2038,3,, +LAC,2038,4,, +LAC,2038,5,, +LAC,2038,6,, +LAC,2038,7,, +LAC,2038,8,, +LAC,2038,9,, +LAC,2038,10,, +LAC,2038,11,, +LAC,2038,12,, +LAC,2038,13,, +LAC,2038,14,, +LAC,2038,15,, +LAC,2038,16,, +LAC,2038,17,, +LAC,2038,18,, +LAC,2039,0,, +LAC,2039,1,, +LAC,2039,2,, +LAC,2039,3,, +LAC,2039,4,, +LAC,2039,5,, +LAC,2039,6,, +LAC,2039,7,, +LAC,2039,8,, +LAC,2039,9,, +LAC,2039,10,, +LAC,2039,11,, +LAC,2039,12,, +LAC,2039,13,, +LAC,2039,14,, +LAC,2039,15,, +LAC,2039,16,, +LAC,2039,17,, +LAC,2039,18,, +LAC,2040,0,, +LAC,2040,1,, +LAC,2040,2,, +LAC,2040,3,, +LAC,2040,4,, +LAC,2040,5,, +LAC,2040,6,, +LAC,2040,7,, +LAC,2040,8,, +LAC,2040,9,, +LAC,2040,10,, +LAC,2040,11,, +LAC,2040,12,, +LAC,2040,13,, +LAC,2040,14,, +LAC,2040,15,, +LAC,2040,16,, +LAC,2040,17,, +LAC,2040,18,, +LAC,2041,0,, +LAC,2041,1,, +LAC,2041,2,, +LAC,2041,3,, +LAC,2041,4,, +LAC,2041,5,, +LAC,2041,6,, +LAC,2041,7,, +LAC,2041,8,, +LAC,2041,9,, +LAC,2041,10,, +LAC,2041,11,, +LAC,2041,12,, +LAC,2041,13,, +LAC,2041,14,, +LAC,2041,15,, +LAC,2041,16,, +LAC,2041,17,, +LAC,2041,18,, +LAC,2042,0,, +LAC,2042,1,, +LAC,2042,2,, +LAC,2042,3,, +LAC,2042,4,, +LAC,2042,5,, +LAC,2042,6,, +LAC,2042,7,, +LAC,2042,8,, +LAC,2042,9,, +LAC,2042,10,, +LAC,2042,11,, +LAC,2042,12,, +LAC,2042,13,, +LAC,2042,14,, +LAC,2042,15,, +LAC,2042,16,, +LAC,2042,17,, +LAC,2042,18,, +LAC,2043,0,, +LAC,2043,1,, +LAC,2043,2,, +LAC,2043,3,, +LAC,2043,4,, +LAC,2043,5,, +LAC,2043,6,, +LAC,2043,7,, +LAC,2043,8,, +LAC,2043,9,, +LAC,2043,10,, +LAC,2043,11,, +LAC,2043,12,, +LAC,2043,13,, +LAC,2043,14,, +LAC,2043,15,, +LAC,2043,16,, +LAC,2043,17,, +LAC,2043,18,, +LAC,2044,0,, +LAC,2044,1,, +LAC,2044,2,, +LAC,2044,3,, +LAC,2044,4,, +LAC,2044,5,, +LAC,2044,6,, +LAC,2044,7,, +LAC,2044,8,, +LAC,2044,9,, +LAC,2044,10,, +LAC,2044,11,, +LAC,2044,12,, +LAC,2044,13,, +LAC,2044,14,, +LAC,2044,15,, +LAC,2044,16,, +LAC,2044,17,, +LAC,2044,18,, +LAC,2045,0,, +LAC,2045,1,, +LAC,2045,2,, +LAC,2045,3,, +LAC,2045,4,, +LAC,2045,5,, +LAC,2045,6,, +LAC,2045,7,, +LAC,2045,8,, +LAC,2045,9,, +LAC,2045,10,, +LAC,2045,11,, +LAC,2045,12,, +LAC,2045,13,, +LAC,2045,14,, +LAC,2045,15,, +LAC,2045,16,, +LAC,2045,17,, +LAC,2045,18,, +LAC,2046,0,, +LAC,2046,1,, +LAC,2046,2,, +LAC,2046,3,, +LAC,2046,4,, +LAC,2046,5,, +LAC,2046,6,, +LAC,2046,7,, +LAC,2046,8,, +LAC,2046,9,, +LAC,2046,10,, +LAC,2046,11,, +LAC,2046,12,, +LAC,2046,13,, +LAC,2046,14,, +LAC,2046,15,, +LAC,2046,16,, +LAC,2046,17,, +LAC,2046,18,, +LAC,2047,0,, +LAC,2047,1,, +LAC,2047,2,, +LAC,2047,3,, +LAC,2047,4,, +LAC,2047,5,, +LAC,2047,6,, +LAC,2047,7,, +LAC,2047,8,, +LAC,2047,9,, +LAC,2047,10,, +LAC,2047,11,, +LAC,2047,12,, +LAC,2047,13,, +LAC,2047,14,, +LAC,2047,15,, +LAC,2047,16,, +LAC,2047,17,, +LAC,2047,18,, +LAC,2048,0,, +LAC,2048,1,, +LAC,2048,2,, +LAC,2048,3,, +LAC,2048,4,, +LAC,2048,5,, +LAC,2048,6,, +LAC,2048,7,, +LAC,2048,8,, +LAC,2048,9,, +LAC,2048,10,, +LAC,2048,11,, +LAC,2048,12,, +LAC,2048,13,, +LAC,2048,14,, +LAC,2048,15,, +LAC,2048,16,, +LAC,2048,17,, +LAC,2048,18,, +LAC,2049,0,, +LAC,2049,1,, +LAC,2049,2,, +LAC,2049,3,, +LAC,2049,4,, +LAC,2049,5,, +LAC,2049,6,, +LAC,2049,7,, +LAC,2049,8,, +LAC,2049,9,, +LAC,2049,10,, +LAC,2049,11,, +LAC,2049,12,, +LAC,2049,13,, +LAC,2049,14,, +LAC,2049,15,, +LAC,2049,16,, +LAC,2049,17,, +LAC,2049,18,, +LAC,2050,0,, +LAC,2050,1,, +LAC,2050,2,, +LAC,2050,3,, +LAC,2050,4,, +LAC,2050,5,, +LAC,2050,6,, +LAC,2050,7,, +LAC,2050,8,, +LAC,2050,9,, +LAC,2050,10,, +LAC,2050,11,, +LAC,2050,12,, +LAC,2050,13,, +LAC,2050,14,, +LAC,2050,15,, +LAC,2050,16,, +LAC,2050,17,, +LAC,2050,18,, +LAO,1990,0,81176,84199 +LAO,1990,1,77024,79797 +LAO,1990,2,73284,75845 +LAO,1990,3,69925,72306 +LAO,1990,4,66915,69148 +LAO,1990,5,64225,66335 +LAO,1990,6,61823,63833 +LAO,1990,7,59678,61609 +LAO,1990,8,57760,59627 +LAO,1990,9,56039,57853 +LAO,1990,10,54489,56263 +LAO,1990,11,53089,54833 +LAO,1990,12,51771,53477 +LAO,1990,13,50492,52141 +LAO,1990,14,49241,50821 +LAO,1990,15,48069,49584 +LAO,1990,16,46983,48436 +LAO,1990,17,45758,47142 +LAO,1990,18,44295,45597 +LAO,1991,0,83252,86299 +LAO,1991,1,80087,82998 +LAO,1991,2,76278,78973 +LAO,1991,3,72791,75300 +LAO,1991,4,69607,71956 +LAO,1991,5,66707,68920 +LAO,1991,6,64063,66160 +LAO,1991,7,61648,63646 +LAO,1991,8,59488,61404 +LAO,1991,9,57584,59433 +LAO,1991,10,55889,57681 +LAO,1991,11,54335,56079 +LAO,1991,12,52908,54614 +LAO,1991,13,51563,53216 +LAO,1991,14,50261,51834 +LAO,1991,15,48989,50465 +LAO,1991,16,47791,49176 +LAO,1991,17,46676,47971 +LAO,1991,18,45430,46632 +LAO,1992,0,85115,88048 +LAO,1992,1,81409,84164 +LAO,1992,2,79035,81785 +LAO,1992,3,75568,78139 +LAO,1992,4,72332,74746 +LAO,1992,5,69322,71597 +LAO,1992,6,66530,68684 +LAO,1992,7,63932,65978 +LAO,1992,8,61502,63451 +LAO,1992,9,59326,61192 +LAO,1992,10,57435,59232 +LAO,1992,11,55766,57503 +LAO,1992,12,54206,55888 +LAO,1992,13,52752,54389 +LAO,1992,14,51379,52948 +LAO,1992,15,50053,51520 +LAO,1992,16,48761,50103 +LAO,1992,17,47537,48761 +LAO,1992,18,46391,47499 +LAO,1993,0,86464,89212 +LAO,1993,1,83193,85825 +LAO,1993,2,80044,82569 +LAO,1993,3,77976,80544 +LAO,1993,4,74851,77277 +LAO,1993,5,71867,74165 +LAO,1993,6,69031,71213 +LAO,1993,7,66348,68423 +LAO,1993,8,63796,65772 +LAO,1993,9,61352,63233 +LAO,1993,10,59160,60959 +LAO,1993,11,57282,59010 +LAO,1993,12,55638,57305 +LAO,1993,13,54073,55678 +LAO,1993,14,52592,54144 +LAO,1993,15,51191,52661 +LAO,1993,16,49841,51188 +LAO,1993,17,48528,49724 +LAO,1993,18,47278,48329 +LAO,1994,0,86942,89533 +LAO,1994,1,84301,86824 +LAO,1994,2,81639,84093 +LAO,1994,3,78971,81354 +LAO,1994,4,76886,79278 +LAO,1994,5,74103,76391 +LAO,1994,6,71373,73561 +LAO,1994,7,68712,70806 +LAO,1994,8,66139,68141 +LAO,1994,9,63633,65546 +LAO,1994,10,61176,62996 +LAO,1994,11,58970,60706 +LAO,1994,12,57105,58770 +LAO,1994,13,55488,57088 +LAO,1994,14,53917,55451 +LAO,1994,15,52411,53882 +LAO,1994,16,50982,52358 +LAO,1994,17,49609,50839 +LAO,1994,18,48276,49329 +LAO,1995,0,86352,88880 +LAO,1995,1,84545,87023 +LAO,1995,2,82553,84976 +LAO,1995,3,80405,82770 +LAO,1995,4,78130,80434 +LAO,1995,5,75759,77998 +LAO,1995,6,73320,75492 +LAO,1995,7,70844,72945 +LAO,1995,8,68360,70386 +LAO,1995,9,65898,67847 +LAO,1995,10,63440,65307 +LAO,1995,11,60971,62747 +LAO,1995,12,58751,60442 +LAO,1995,13,56900,58519 +LAO,1995,14,55311,56862 +LAO,1995,15,53736,55213 +LAO,1995,16,52205,53611 +LAO,1995,17,50749,52046 +LAO,1995,18,49353,50482 +LAO,1996,0,84582,87132 +LAO,1996,1,85324,87754 +LAO,1996,2,83779,86157 +LAO,1996,3,81984,84312 +LAO,1996,4,79977,82255 +LAO,1996,5,77796,80024 +LAO,1996,6,75471,77649 +LAO,1996,7,73036,75163 +LAO,1996,8,70557,72623 +LAO,1996,9,68082,70073 +LAO,1996,10,65631,67539 +LAO,1996,11,63162,64981 +LAO,1996,12,60666,62387 +LAO,1996,13,58410,60036 +LAO,1996,14,56518,58057 +LAO,1996,15,54885,56337 +LAO,1996,16,53262,54622 +LAO,1996,17,51678,52949 +LAO,1996,18,50178,51323 +LAO,1997,0,81877,84547 +LAO,1997,1,82432,84981 +LAO,1997,2,84354,86715 +LAO,1997,3,83069,85376 +LAO,1997,4,81470,83731 +LAO,1997,5,79603,81822 +LAO,1997,6,77513,79693 +LAO,1997,7,75235,77376 +LAO,1997,8,72801,74908 +LAO,1997,9,70316,72373 +LAO,1997,10,67849,69830 +LAO,1997,11,65409,67298 +LAO,1997,12,62927,64719 +LAO,1997,13,60400,62089 +LAO,1997,14,58107,59690 +LAO,1997,15,56174,57653 +LAO,1997,16,54495,55868 +LAO,1997,17,52823,54085 +LAO,1997,18,51187,52339 +LAO,1998,0,78754,81578 +LAO,1998,1,80554,83192 +LAO,1998,2,81569,84056 +LAO,1998,3,83410,85702 +LAO,1998,4,82384,84622 +LAO,1998,5,80981,83176 +LAO,1998,6,79253,81414 +LAO,1998,7,77255,79386 +LAO,1998,8,75021,77128 +LAO,1998,9,72589,74677 +LAO,1998,10,70098,72145 +LAO,1998,11,67637,69608 +LAO,1998,12,65207,67077 +LAO,1998,13,62710,64477 +LAO,1998,14,60154,61809 +LAO,1998,15,57823,59362 +LAO,1998,16,55847,57266 +LAO,1998,17,54123,55417 +LAO,1998,18,52400,53564 +LAO,1999,0,75943,78868 +LAO,1999,1,78649,81330 +LAO,1999,2,80470,82958 +LAO,1999,3,81487,83824 +LAO,1999,4,82455,84644 +LAO,1999,5,81690,83823 +LAO,1999,6,80483,82577 +LAO,1999,7,78895,80964 +LAO,1999,8,76987,79038 +LAO,1999,9,74799,76839 +LAO,1999,10,72367,74406 +LAO,1999,11,69871,71880 +LAO,1999,12,67417,69350 +LAO,1999,13,64997,66822 +LAO,1999,14,62487,64201 +LAO,1999,15,59900,61498 +LAO,1999,16,57532,59003 +LAO,1999,17,55514,56850 +LAO,1999,18,53744,54936 +LAO,2000,0,73991,76913 +LAO,2000,1,77057,79698 +LAO,2000,2,79270,81688 +LAO,2000,3,80700,82947 +LAO,2000,4,81415,83536 +LAO,2000,5,81486,83518 +LAO,2000,6,80981,82956 +LAO,2000,7,79969,81912 +LAO,2000,8,78521,80448 +LAO,2000,9,76706,78627 +LAO,2000,10,74563,76489 +LAO,2000,11,72133,74076 +LAO,2000,12,69631,71557 +LAO,2000,13,67185,69036 +LAO,2000,14,64776,66512 +LAO,2000,15,62252,63874 +LAO,2000,16,59636,61137 +LAO,2000,17,57231,58596 +LAO,2000,18,55170,56387 +LAO,2001,0,73111,76020 +LAO,2001,1,74139,76855 +LAO,2001,2,76748,79218 +LAO,2001,3,78698,80973 +LAO,2001,4,80024,82147 +LAO,2001,5,80762,82771 +LAO,2001,6,80981,82906 +LAO,2001,7,80752,82616 +LAO,2001,8,79935,81761 +LAO,2001,9,78495,80303 +LAO,2001,10,76571,78372 +LAO,2001,11,74381,76181 +LAO,2001,12,71933,73742 +LAO,2001,13,69401,71173 +LAO,2001,14,66912,68571 +LAO,2001,15,64452,65948 +LAO,2001,16,61875,63210 +LAO,2001,17,59205,60373 +LAO,2001,18,56749,57737 +LAO,2002,0,73059,75864 +LAO,2002,1,75046,77573 +LAO,2002,2,74225,76699 +LAO,2002,3,76375,78639 +LAO,2002,4,78060,80155 +LAO,2002,5,79282,81244 +LAO,2002,6,80042,81901 +LAO,2002,7,80410,82189 +LAO,2002,8,80458,82171 +LAO,2002,9,79835,81507 +LAO,2002,10,78403,80056 +LAO,2002,11,76372,78018 +LAO,2002,12,74138,75777 +LAO,2002,13,71674,73314 +LAO,2002,14,69114,70698 +LAO,2002,15,66585,68019 +LAO,2002,16,64075,65299 +LAO,2002,17,61448,62465 +LAO,2002,18,58726,59532 +LAO,2003,0,73704,76378 +LAO,2003,1,74544,76970 +LAO,2003,2,75397,77617 +LAO,2003,3,74299,76526 +LAO,2003,4,75989,78042 +LAO,2003,5,77410,79320 +LAO,2003,6,78528,80323 +LAO,2003,7,79309,81013 +LAO,2003,8,79826,81454 +LAO,2003,9,80149,81708 +LAO,2003,10,79721,81234 +LAO,2003,11,78298,79792 +LAO,2003,12,76161,77646 +LAO,2003,13,73882,75355 +LAO,2003,14,71402,72870 +LAO,2003,15,68816,70207 +LAO,2003,16,66246,67453 +LAO,2003,17,63687,64637 +LAO,2003,18,61010,61707 +LAO,2004,0,74783,77389 +LAO,2004,1,74437,76821 +LAO,2004,2,74456,76650 +LAO,2004,3,74762,76797 +LAO,2004,4,74411,76424 +LAO,2004,5,75643,77518 +LAO,2004,6,76800,78560 +LAO,2004,7,77814,79478 +LAO,2004,8,78617,80202 +LAO,2004,9,79283,80796 +LAO,2004,10,79883,81322 +LAO,2004,11,79649,81037 +LAO,2004,12,78233,79602 +LAO,2004,13,75989,77348 +LAO,2004,14,73664,75005 +LAO,2004,15,71167,72495 +LAO,2004,16,68553,69783 +LAO,2004,17,65941,66950 +LAO,2004,18,63332,64035 +LAO,2005,0,76051,78709 +LAO,2005,1,74701,77152 +LAO,2005,2,73980,76249 +LAO,2005,3,73785,75897 +LAO,2005,4,74016,75991 +LAO,2005,5,74569,76427 +LAO,2005,6,75344,77100 +LAO,2005,7,76237,77906 +LAO,2005,8,77148,78741 +LAO,2005,9,77974,79500 +LAO,2005,10,78789,80247 +LAO,2005,11,79666,81046 +LAO,2005,12,79626,80951 +LAO,2005,13,78217,79520 +LAO,2005,14,75864,77154 +LAO,2005,15,73492,74756 +LAO,2005,16,70977,72217 +LAO,2005,17,68332,69454 +LAO,2005,18,65678,66537 +LAO,2006,0,77447,80035 +LAO,2006,1,75373,77827 +LAO,2006,2,74220,76483 +LAO,2006,3,73637,75731 +LAO,2006,4,73528,75475 +LAO,2006,5,73800,75617 +LAO,2006,6,74355,76058 +LAO,2006,7,75094,76698 +LAO,2006,8,75939,77455 +LAO,2006,9,76801,78239 +LAO,2006,10,77575,78944 +LAO,2006,11,78322,79620 +LAO,2006,12,79119,80337 +LAO,2006,13,79012,80171 +LAO,2006,14,77558,78694 +LAO,2006,15,75176,76300 +LAO,2006,16,72775,73872 +LAO,2006,17,70231,71305 +LAO,2006,18,67577,68535 +LAO,2007,0,79062,81694 +LAO,2007,1,76308,78731 +LAO,2007,2,74715,77024 +LAO,2007,3,73759,75892 +LAO,2007,4,73313,75290 +LAO,2007,5,73291,75129 +LAO,2007,6,73604,75319 +LAO,2007,7,74160,75765 +LAO,2007,8,74865,76373 +LAO,2007,9,75661,77082 +LAO,2007,10,76473,77816 +LAO,2007,11,77195,78468 +LAO,2007,12,77875,79075 +LAO,2007,13,78593,79709 +LAO,2007,14,78418,79473 +LAO,2007,15,76918,77947 +LAO,2007,16,74507,75523 +LAO,2007,17,72076,73064 +LAO,2007,18,69502,70465 +LAO,2008,0,80577,83350 +LAO,2008,1,77442,79994 +LAO,2008,2,75173,77526 +LAO,2008,3,74062,76294 +LAO,2008,4,73303,75373 +LAO,2008,5,72995,74920 +LAO,2008,6,73058,74854 +LAO,2008,7,73413,75092 +LAO,2008,8,73970,75544 +LAO,2008,9,74640,76120 +LAO,2008,10,75388,76783 +LAO,2008,11,76151,77468 +LAO,2008,12,76821,78067 +LAO,2008,13,77434,78604 +LAO,2008,14,78073,79158 +LAO,2008,15,77829,78851 +LAO,2008,16,76283,77275 +LAO,2008,17,73843,74818 +LAO,2008,18,71382,72326 +LAO,2009,0,81586,84565 +LAO,2009,1,78357,81110 +LAO,2009,2,75920,78469 +LAO,2009,3,74188,76553 +LAO,2009,4,73396,75631 +LAO,2009,5,72834,74920 +LAO,2009,6,72663,74616 +LAO,2009,7,72813,74644 +LAO,2009,8,73209,74931 +LAO,2009,9,73767,75389 +LAO,2009,10,74403,75934 +LAO,2009,11,75102,76550 +LAO,2009,12,75815,77187 +LAO,2009,13,76434,77734 +LAO,2009,14,76978,78203 +LAO,2009,15,77538,78675 +LAO,2009,16,77227,78297 +LAO,2009,17,75635,76671 +LAO,2009,18,73166,74178 +LAO,2010,0,81826,85052 +LAO,2010,1,78812,81822 +LAO,2010,2,76458,79271 +LAO,2010,3,74700,77333 +LAO,2010,4,73472,75941 +LAO,2010,5,72707,75028 +LAO,2010,6,72342,74527 +LAO,2010,7,72309,74372 +LAO,2010,8,72545,74495 +LAO,2010,9,72982,74831 +LAO,2010,10,73541,75296 +LAO,2010,11,74142,75810 +LAO,2010,12,74792,76380 +LAO,2010,13,75455,76968 +LAO,2010,14,76023,77464 +LAO,2010,15,76499,77864 +LAO,2010,16,76980,78255 +LAO,2010,17,76601,77806 +LAO,2010,18,74964,76127 +LAO,2011,0,81056,84218 +LAO,2011,1,80673,83758 +LAO,2011,2,78144,81040 +LAO,2011,3,76115,78833 +LAO,2011,4,74542,77094 +LAO,2011,5,73382,75779 +LAO,2011,6,72576,74828 +LAO,2011,7,72063,74178 +LAO,2011,8,71890,73878 +LAO,2011,9,72049,73921 +LAO,2011,10,72444,74209 +LAO,2011,11,72913,74579 +LAO,2011,12,73400,74975 +LAO,2011,13,73927,75412 +LAO,2011,14,74458,75852 +LAO,2011,15,74895,76198 +LAO,2011,16,75247,76456 +LAO,2011,17,75600,76702 +LAO,2011,18,75162,76192 +LAO,2012,0,79525,82666 +LAO,2012,1,78045,81070 +LAO,2012,2,79575,82621 +LAO,2012,3,77529,80410 +LAO,2012,4,75821,78542 +LAO,2012,5,74432,76998 +LAO,2012,6,73341,75757 +LAO,2012,7,72493,74765 +LAO,2012,8,71832,73965 +LAO,2012,9,71518,73520 +LAO,2012,10,71601,73483 +LAO,2012,11,71954,73725 +LAO,2012,12,72333,74000 +LAO,2012,13,72708,74279 +LAO,2012,14,73112,74585 +LAO,2012,15,73511,74877 +LAO,2012,16,73817,75075 +LAO,2012,17,74045,75192 +LAO,2012,18,74273,75292 +LAO,2013,0,77697,80826 +LAO,2013,1,77268,80342 +LAO,2013,2,76760,79765 +LAO,2013,3,78518,81561 +LAO,2013,4,76954,79855 +LAO,2013,5,75568,78324 +LAO,2013,6,74361,76974 +LAO,2013,7,73338,75807 +LAO,2013,8,72448,74774 +LAO,2013,9,71639,73823 +LAO,2013,10,71183,73232 +LAO,2013,11,71190,73114 +LAO,2013,12,71502,73311 +LAO,2013,13,71792,73491 +LAO,2013,14,72054,73653 +LAO,2013,15,72335,73827 +LAO,2013,16,72602,73972 +LAO,2013,17,72779,74022 +LAO,2013,18,72883,73998 +LAO,2014,0,76243,79330 +LAO,2014,1,76662,79745 +LAO,2014,2,76793,79848 +LAO,2014,3,76676,79680 +LAO,2014,4,77493,80487 +LAO,2014,5,76410,79286 +LAO,2014,6,75344,78094 +LAO,2014,7,74321,76938 +LAO,2014,8,73365,75846 +LAO,2014,9,72431,74771 +LAO,2014,10,71475,73668 +LAO,2014,11,70877,72932 +LAO,2014,12,70808,72734 +LAO,2014,13,71079,72885 +LAO,2014,14,71279,72969 +LAO,2014,15,71428,73015 +LAO,2014,16,71587,73057 +LAO,2014,17,71722,73054 +LAO,2014,18,71769,72956 +LAO,2015,0,75634,78635 +LAO,2015,1,76485,79508 +LAO,2015,2,76950,79964 +LAO,2015,3,77074,80057 +LAO,2015,4,76909,79836 +LAO,2015,5,76501,79354 +LAO,2015,6,75901,78661 +LAO,2015,7,75155,77808 +LAO,2015,8,74314,76848 +LAO,2015,9,73425,75830 +LAO,2015,10,72448,74714 +LAO,2015,11,71343,73461 +LAO,2015,12,70603,72579 +LAO,2015,13,70458,72302 +LAO,2015,14,70687,72406 +LAO,2015,15,70798,72395 +LAO,2015,16,70835,72323 +LAO,2015,17,70870,72234 +LAO,2015,18,70874,72083 +LAO,2016,0,75942,79106 +LAO,2016,1,75672,78779 +LAO,2016,2,76295,79409 +LAO,2016,3,76627,79727 +LAO,2016,4,76700,79765 +LAO,2016,5,76544,79556 +LAO,2016,6,76209,79153 +LAO,2016,7,75745,78606 +LAO,2016,8,75089,77850 +LAO,2016,9,74236,76876 +LAO,2016,10,73272,75777 +LAO,2016,11,72252,74614 +LAO,2016,12,71118,73330 +LAO,2016,13,70343,72409 +LAO,2016,14,70153,72083 +LAO,2016,15,70334,72133 +LAO,2016,16,70396,72070 +LAO,2016,17,70384,71945 +LAO,2016,18,70382,71814 +LAO,2017,0,77085,80360 +LAO,2017,1,77301,80554 +LAO,2017,2,75728,78841 +LAO,2017,3,76122,79228 +LAO,2017,4,76322,79407 +LAO,2017,5,76343,79391 +LAO,2017,6,76196,79194 +LAO,2017,7,75934,78869 +LAO,2017,8,75606,78470 +LAO,2017,9,75040,77811 +LAO,2017,10,74175,76825 +LAO,2017,11,73136,75646 +LAO,2017,12,72072,74437 +LAO,2017,13,70910,73124 +LAO,2017,14,70099,72164 +LAO,2017,15,69865,71789 +LAO,2017,16,69996,71786 +LAO,2017,17,70011,71670 +LAO,2017,18,69950,71491 +LAO,2018,0,78601,81943 +LAO,2018,1,78074,81344 +LAO,2018,2,77578,80781 +LAO,2018,3,75798,78853 +LAO,2018,4,75963,78997 +LAO,2018,5,76032,79037 +LAO,2018,6,76000,78967 +LAO,2018,7,75863,78781 +LAO,2018,8,75673,78536 +LAO,2018,9,75482,78284 +LAO,2018,10,75006,77722 +LAO,2018,11,74128,76724 +LAO,2018,12,73013,75466 +LAO,2018,13,71906,74212 +LAO,2018,14,70715,72870 +LAO,2018,15,69868,71872 +LAO,2018,16,69590,71450 +LAO,2018,17,69672,71393 +LAO,2018,18,69638,71224 +LAO,2019,0,80000,83000 +LAO,2019,1,79000,82000 +LAO,2019,2,78000,81000 +LAO,2019,3,77000,80000 +LAO,2019,4,76000,79000 +LAO,2019,5,76000,79000 +LAO,2019,6,76000,79000 +LAO,2019,7,76000,79000 +LAO,2019,8,76000,78000 +LAO,2019,9,75000,78000 +LAO,2019,10,75000,78000 +LAO,2019,11,75000,78000 +LAO,2019,12,74000,77000 +LAO,2019,13,73000,75000 +LAO,2019,14,72000,74000 +LAO,2019,15,71000,73000 +LAO,2019,16,70000,72000 +LAO,2019,17,69000,71000 +LAO,2019,18,69000,71000 +LAO,2020,0,80000,84000 +LAO,2020,1,79000,82000 +LAO,2020,2,78000,81000 +LAO,2020,3,77000,80000 +LAO,2020,4,76000,79000 +LAO,2020,5,76000,79000 +LAO,2020,6,76000,79000 +LAO,2020,7,76000,78000 +LAO,2020,8,75000,78000 +LAO,2020,9,75000,78000 +LAO,2020,10,75000,78000 +LAO,2020,11,75000,78000 +LAO,2020,12,75000,78000 +LAO,2020,13,74000,77000 +LAO,2020,14,73000,75000 +LAO,2020,15,72000,74000 +LAO,2020,16,70000,72000 +LAO,2020,17,69000,71000 +LAO,2020,18,69000,71000 +LAO,2021,0,80000,83000 +LAO,2021,1,80000,83000 +LAO,2021,2,79000,82000 +LAO,2021,3,78000,81000 +LAO,2021,4,77000,80000 +LAO,2021,5,76000,79000 +LAO,2021,6,76000,79000 +LAO,2021,7,76000,78000 +LAO,2021,8,75000,78000 +LAO,2021,9,75000,78000 +LAO,2021,10,75000,78000 +LAO,2021,11,75000,78000 +LAO,2021,12,75000,78000 +LAO,2021,13,75000,77000 +LAO,2021,14,74000,76000 +LAO,2021,15,72000,75000 +LAO,2021,16,71000,73000 +LAO,2021,17,70000,72000 +LAO,2021,18,69000,71000 +LAO,2022,0,79000,82000 +LAO,2022,1,78000,81000 +LAO,2022,2,79000,82000 +LAO,2022,3,78000,81000 +LAO,2022,4,78000,81000 +LAO,2022,5,77000,80000 +LAO,2022,6,76000,79000 +LAO,2022,7,76000,79000 +LAO,2022,8,76000,78000 +LAO,2022,9,75000,78000 +LAO,2022,10,75000,78000 +LAO,2022,11,75000,78000 +LAO,2022,12,75000,78000 +LAO,2022,13,75000,78000 +LAO,2022,14,75000,77000 +LAO,2022,15,74000,76000 +LAO,2022,16,72000,74000 +LAO,2022,17,71000,73000 +LAO,2022,18,70000,71000 +LAO,2023,0,77000,80000 +LAO,2023,1,77000,80000 +LAO,2023,2,77000,80000 +LAO,2023,3,79000,82000 +LAO,2023,4,78000,81000 +LAO,2023,5,78000,81000 +LAO,2023,6,77000,80000 +LAO,2023,7,77000,79000 +LAO,2023,8,76000,79000 +LAO,2023,9,75000,78000 +LAO,2023,10,75000,78000 +LAO,2023,11,75000,78000 +LAO,2023,12,75000,78000 +LAO,2023,13,75000,77000 +LAO,2023,14,75000,77000 +LAO,2023,15,74000,77000 +LAO,2023,16,73000,76000 +LAO,2023,17,72000,74000 +LAO,2023,18,71000,73000 +LAO,2024,0,75000,78000 +LAO,2024,1,76000,79000 +LAO,2024,2,77000,80000 +LAO,2024,3,77000,80000 +LAO,2024,4,78000,81000 +LAO,2024,5,78000,81000 +LAO,2024,6,77000,80000 +LAO,2024,7,77000,80000 +LAO,2024,8,77000,80000 +LAO,2024,9,76000,79000 +LAO,2024,10,75000,78000 +LAO,2024,11,75000,78000 +LAO,2024,12,75000,77000 +LAO,2024,13,75000,77000 +LAO,2024,14,75000,77000 +LAO,2024,15,75000,77000 +LAO,2024,16,74000,77000 +LAO,2024,17,73000,75000 +LAO,2024,18,72000,74000 +LAO,2025,0,74000,77000 +LAO,2025,1,75000,78000 +LAO,2025,2,76000,79000 +LAO,2025,3,77000,80000 +LAO,2025,4,77000,80000 +LAO,2025,5,78000,81000 +LAO,2025,6,78000,81000 +LAO,2025,7,77000,80000 +LAO,2025,8,77000,80000 +LAO,2025,9,77000,80000 +LAO,2025,10,76000,79000 +LAO,2025,11,75000,78000 +LAO,2025,12,75000,77000 +LAO,2025,13,75000,77000 +LAO,2025,14,75000,77000 +LAO,2025,15,74000,77000 +LAO,2025,16,74000,77000 +LAO,2025,17,74000,76000 +LAO,2025,18,73000,75000 +LAO,2026,0,73000,76000 +LAO,2026,1,74000,77000 +LAO,2026,2,75000,78000 +LAO,2026,3,76000,79000 +LAO,2026,4,77000,80000 +LAO,2026,5,77000,80000 +LAO,2026,6,77000,80000 +LAO,2026,7,77000,80000 +LAO,2026,8,77000,80000 +LAO,2026,9,77000,80000 +LAO,2026,10,77000,79000 +LAO,2026,11,76000,79000 +LAO,2026,12,75000,78000 +LAO,2026,13,75000,77000 +LAO,2026,14,74000,77000 +LAO,2026,15,74000,77000 +LAO,2026,16,74000,77000 +LAO,2026,17,74000,77000 +LAO,2026,18,74000,76000 +LAO,2027,0,73000,76000 +LAO,2027,1,74000,77000 +LAO,2027,2,74000,77000 +LAO,2027,3,75000,78000 +LAO,2027,4,76000,79000 +LAO,2027,5,76000,80000 +LAO,2027,6,77000,80000 +LAO,2027,7,77000,80000 +LAO,2027,8,77000,80000 +LAO,2027,9,77000,80000 +LAO,2027,10,77000,80000 +LAO,2027,11,76000,79000 +LAO,2027,12,76000,79000 +LAO,2027,13,75000,78000 +LAO,2027,14,74000,77000 +LAO,2027,15,74000,77000 +LAO,2027,16,74000,77000 +LAO,2027,17,74000,76000 +LAO,2027,18,74000,76000 +LAO,2028,0,73000,76000 +LAO,2028,1,74000,77000 +LAO,2028,2,74000,77000 +LAO,2028,3,74000,77000 +LAO,2028,4,75000,78000 +LAO,2028,5,76000,79000 +LAO,2028,6,76000,79000 +LAO,2028,7,77000,80000 +LAO,2028,8,77000,80000 +LAO,2028,9,77000,80000 +LAO,2028,10,77000,80000 +LAO,2028,11,77000,80000 +LAO,2028,12,76000,79000 +LAO,2028,13,76000,78000 +LAO,2028,14,75000,78000 +LAO,2028,15,74000,77000 +LAO,2028,16,74000,76000 +LAO,2028,17,74000,76000 +LAO,2028,18,73000,76000 +LAO,2029,0,73000,76000 +LAO,2029,1,73000,76000 +LAO,2029,2,74000,77000 +LAO,2029,3,74000,77000 +LAO,2029,4,74000,77000 +LAO,2029,5,75000,78000 +LAO,2029,6,75000,78000 +LAO,2029,7,76000,79000 +LAO,2029,8,76000,79000 +LAO,2029,9,77000,80000 +LAO,2029,10,77000,80000 +LAO,2029,11,77000,80000 +LAO,2029,12,77000,80000 +LAO,2029,13,76000,79000 +LAO,2029,14,75000,78000 +LAO,2029,15,75000,77000 +LAO,2029,16,74000,77000 +LAO,2029,17,74000,76000 +LAO,2029,18,73000,76000 +LAO,2030,0,73000,76000 +LAO,2030,1,73000,76000 +LAO,2030,2,73000,76000 +LAO,2030,3,73000,76000 +LAO,2030,4,74000,77000 +LAO,2030,5,74000,77000 +LAO,2030,6,75000,78000 +LAO,2030,7,75000,78000 +LAO,2030,8,76000,79000 +LAO,2030,9,76000,79000 +LAO,2030,10,77000,80000 +LAO,2030,11,77000,80000 +LAO,2030,12,77000,80000 +LAO,2030,13,77000,80000 +LAO,2030,14,76000,79000 +LAO,2030,15,75000,78000 +LAO,2030,16,74000,77000 +LAO,2030,17,74000,76000 +LAO,2030,18,73000,76000 +LAO,2031,0,72000,76000 +LAO,2031,1,73000,76000 +LAO,2031,2,73000,76000 +LAO,2031,3,73000,76000 +LAO,2031,4,73000,76000 +LAO,2031,5,74000,77000 +LAO,2031,6,74000,77000 +LAO,2031,7,75000,78000 +LAO,2031,8,75000,78000 +LAO,2031,9,76000,79000 +LAO,2031,10,76000,79000 +LAO,2031,11,76000,79000 +LAO,2031,12,77000,80000 +LAO,2031,13,77000,80000 +LAO,2031,14,77000,79000 +LAO,2031,15,76000,79000 +LAO,2031,16,75000,78000 +LAO,2031,17,74000,77000 +LAO,2031,18,73000,76000 +LAO,2032,0,72000,75000 +LAO,2032,1,72000,75000 +LAO,2032,2,72000,75000 +LAO,2032,3,73000,76000 +LAO,2032,4,73000,76000 +LAO,2032,5,73000,76000 +LAO,2032,6,74000,77000 +LAO,2032,7,74000,77000 +LAO,2032,8,75000,77000 +LAO,2032,9,75000,78000 +LAO,2032,10,75000,78000 +LAO,2032,11,76000,79000 +LAO,2032,12,76000,79000 +LAO,2032,13,77000,80000 +LAO,2032,14,77000,80000 +LAO,2032,15,76000,79000 +LAO,2032,16,75000,78000 +LAO,2032,17,75000,77000 +LAO,2032,18,74000,76000 +LAO,2033,0,71000,74000 +LAO,2033,1,71000,74000 +LAO,2033,2,71000,74000 +LAO,2033,3,72000,75000 +LAO,2033,4,72000,75000 +LAO,2033,5,73000,76000 +LAO,2033,6,73000,76000 +LAO,2033,7,74000,77000 +LAO,2033,8,74000,77000 +LAO,2033,9,74000,77000 +LAO,2033,10,75000,78000 +LAO,2033,11,75000,78000 +LAO,2033,12,76000,79000 +LAO,2033,13,76000,79000 +LAO,2033,14,77000,79000 +LAO,2033,15,77000,79000 +LAO,2033,16,76000,79000 +LAO,2033,17,75000,78000 +LAO,2033,18,74000,77000 +LAO,2034,0,70000,74000 +LAO,2034,1,71000,74000 +LAO,2034,2,71000,74000 +LAO,2034,3,71000,74000 +LAO,2034,4,72000,75000 +LAO,2034,5,72000,75000 +LAO,2034,6,73000,76000 +LAO,2034,7,73000,76000 +LAO,2034,8,74000,76000 +LAO,2034,9,74000,77000 +LAO,2034,10,74000,77000 +LAO,2034,11,75000,78000 +LAO,2034,12,75000,78000 +LAO,2034,13,76000,79000 +LAO,2034,14,76000,79000 +LAO,2034,15,76000,79000 +LAO,2034,16,76000,79000 +LAO,2034,17,76000,79000 +LAO,2034,18,75000,78000 +LAO,2035,0,70000,73000 +LAO,2035,1,70000,73000 +LAO,2035,2,70000,73000 +LAO,2035,3,71000,74000 +LAO,2035,4,71000,74000 +LAO,2035,5,72000,74000 +LAO,2035,6,72000,75000 +LAO,2035,7,72000,75000 +LAO,2035,8,73000,76000 +LAO,2035,9,73000,76000 +LAO,2035,10,74000,77000 +LAO,2035,11,74000,77000 +LAO,2035,12,75000,78000 +LAO,2035,13,75000,78000 +LAO,2035,14,76000,78000 +LAO,2035,15,76000,79000 +LAO,2035,16,76000,79000 +LAO,2035,17,76000,79000 +LAO,2035,18,76000,78000 +LAO,2036,0,69000,72000 +LAO,2036,1,70000,73000 +LAO,2036,2,70000,73000 +LAO,2036,3,70000,73000 +LAO,2036,4,71000,73000 +LAO,2036,5,71000,74000 +LAO,2036,6,71000,74000 +LAO,2036,7,72000,75000 +LAO,2036,8,72000,75000 +LAO,2036,9,73000,76000 +LAO,2036,10,73000,76000 +LAO,2036,11,74000,77000 +LAO,2036,12,74000,77000 +LAO,2036,13,75000,77000 +LAO,2036,14,75000,78000 +LAO,2036,15,75000,78000 +LAO,2036,16,76000,78000 +LAO,2036,17,76000,79000 +LAO,2036,18,76000,79000 +LAO,2037,0,69000,72000 +LAO,2037,1,69000,72000 +LAO,2037,2,70000,72000 +LAO,2037,3,70000,73000 +LAO,2037,4,70000,73000 +LAO,2037,5,71000,73000 +LAO,2037,6,71000,74000 +LAO,2037,7,71000,74000 +LAO,2037,8,72000,75000 +LAO,2037,9,72000,75000 +LAO,2037,10,73000,76000 +LAO,2037,11,73000,76000 +LAO,2037,12,74000,77000 +LAO,2037,13,74000,77000 +LAO,2037,14,74000,77000 +LAO,2037,15,75000,78000 +LAO,2037,16,75000,78000 +LAO,2037,17,75000,78000 +LAO,2037,18,75000,78000 +LAO,2038,0,69000,72000 +LAO,2038,1,69000,72000 +LAO,2038,2,69000,72000 +LAO,2038,3,69000,72000 +LAO,2038,4,70000,73000 +LAO,2038,5,70000,73000 +LAO,2038,6,70000,73000 +LAO,2038,7,71000,74000 +LAO,2038,8,71000,74000 +LAO,2038,9,72000,75000 +LAO,2038,10,72000,75000 +LAO,2038,11,73000,76000 +LAO,2038,12,73000,76000 +LAO,2038,13,74000,76000 +LAO,2038,14,74000,77000 +LAO,2038,15,74000,77000 +LAO,2038,16,74000,77000 +LAO,2038,17,75000,77000 +LAO,2038,18,75000,78000 +LAO,2039,0,68000,71000 +LAO,2039,1,68000,71000 +LAO,2039,2,68000,71000 +LAO,2039,3,69000,72000 +LAO,2039,4,69000,72000 +LAO,2039,5,69000,72000 +LAO,2039,6,70000,73000 +LAO,2039,7,70000,73000 +LAO,2039,8,71000,74000 +LAO,2039,9,71000,74000 +LAO,2039,10,72000,75000 +LAO,2039,11,72000,75000 +LAO,2039,12,73000,75000 +LAO,2039,13,73000,76000 +LAO,2039,14,73000,76000 +LAO,2039,15,74000,76000 +LAO,2039,16,74000,77000 +LAO,2039,17,74000,77000 +LAO,2039,18,74000,77000 +LAO,2040,0,68000,71000 +LAO,2040,1,68000,71000 +LAO,2040,2,68000,71000 +LAO,2040,3,68000,71000 +LAO,2040,4,69000,71000 +LAO,2040,5,69000,72000 +LAO,2040,6,69000,72000 +LAO,2040,7,70000,73000 +LAO,2040,8,70000,73000 +LAO,2040,9,71000,73000 +LAO,2040,10,71000,74000 +LAO,2040,11,72000,74000 +LAO,2040,12,72000,75000 +LAO,2040,13,72000,75000 +LAO,2040,14,73000,76000 +LAO,2040,15,73000,76000 +LAO,2040,16,74000,76000 +LAO,2040,17,74000,77000 +LAO,2040,18,74000,77000 +LAO,2041,0,67000,70000 +LAO,2041,1,68000,70000 +LAO,2041,2,68000,71000 +LAO,2041,3,68000,71000 +LAO,2041,4,68000,71000 +LAO,2041,5,68000,71000 +LAO,2041,6,69000,72000 +LAO,2041,7,69000,72000 +LAO,2041,8,70000,72000 +LAO,2041,9,70000,73000 +LAO,2041,10,71000,73000 +LAO,2041,11,71000,74000 +LAO,2041,12,71000,74000 +LAO,2041,13,72000,75000 +LAO,2041,14,72000,75000 +LAO,2041,15,73000,75000 +LAO,2041,16,73000,76000 +LAO,2041,17,73000,76000 +LAO,2041,18,73000,76000 +LAO,2042,0,67000,70000 +LAO,2042,1,67000,70000 +LAO,2042,2,67000,70000 +LAO,2042,3,68000,70000 +LAO,2042,4,68000,71000 +LAO,2042,5,68000,71000 +LAO,2042,6,68000,71000 +LAO,2042,7,69000,72000 +LAO,2042,8,69000,72000 +LAO,2042,9,70000,72000 +LAO,2042,10,70000,73000 +LAO,2042,11,70000,73000 +LAO,2042,12,71000,74000 +LAO,2042,13,71000,74000 +LAO,2042,14,72000,74000 +LAO,2042,15,72000,75000 +LAO,2042,16,72000,75000 +LAO,2042,17,73000,75000 +LAO,2042,18,73000,75000 +LAO,2043,0,66000,69000 +LAO,2043,1,66000,69000 +LAO,2043,2,67000,69000 +LAO,2043,3,67000,70000 +LAO,2043,4,67000,70000 +LAO,2043,5,68000,71000 +LAO,2043,6,68000,71000 +LAO,2043,7,68000,71000 +LAO,2043,8,69000,72000 +LAO,2043,9,69000,72000 +LAO,2043,10,70000,72000 +LAO,2043,11,70000,73000 +LAO,2043,12,70000,73000 +LAO,2043,13,71000,74000 +LAO,2043,14,71000,74000 +LAO,2043,15,72000,74000 +LAO,2043,16,72000,75000 +LAO,2043,17,72000,75000 +LAO,2043,18,72000,75000 +LAO,2044,0,65000,68000 +LAO,2044,1,66000,69000 +LAO,2044,2,66000,69000 +LAO,2044,3,66000,69000 +LAO,2044,4,67000,70000 +LAO,2044,5,67000,70000 +LAO,2044,6,68000,70000 +LAO,2044,7,68000,71000 +LAO,2044,8,68000,71000 +LAO,2044,9,69000,71000 +LAO,2044,10,69000,72000 +LAO,2044,11,69000,72000 +LAO,2044,12,70000,73000 +LAO,2044,13,70000,73000 +LAO,2044,14,71000,73000 +LAO,2044,15,71000,74000 +LAO,2044,16,71000,74000 +LAO,2044,17,72000,74000 +LAO,2044,18,72000,74000 +LAO,2045,0,65000,68000 +LAO,2045,1,65000,68000 +LAO,2045,2,66000,68000 +LAO,2045,3,66000,69000 +LAO,2045,4,66000,69000 +LAO,2045,5,67000,70000 +LAO,2045,6,67000,70000 +LAO,2045,7,67000,70000 +LAO,2045,8,68000,71000 +LAO,2045,9,68000,71000 +LAO,2045,10,69000,71000 +LAO,2045,11,69000,72000 +LAO,2045,12,69000,72000 +LAO,2045,13,70000,72000 +LAO,2045,14,70000,73000 +LAO,2045,15,70000,73000 +LAO,2045,16,71000,74000 +LAO,2045,17,71000,74000 +LAO,2045,18,71000,74000 +LAO,2046,0,64000,67000 +LAO,2046,1,65000,68000 +LAO,2046,2,65000,68000 +LAO,2046,3,65000,68000 +LAO,2046,4,66000,69000 +LAO,2046,5,66000,69000 +LAO,2046,6,67000,69000 +LAO,2046,7,67000,70000 +LAO,2046,8,67000,70000 +LAO,2046,9,68000,71000 +LAO,2046,10,68000,71000 +LAO,2046,11,68000,71000 +LAO,2046,12,69000,72000 +LAO,2046,13,69000,72000 +LAO,2046,14,69000,72000 +LAO,2046,15,70000,73000 +LAO,2046,16,70000,73000 +LAO,2046,17,70000,73000 +LAO,2046,18,71000,73000 +LAO,2047,0,64000,66000 +LAO,2047,1,64000,67000 +LAO,2047,2,65000,67000 +LAO,2047,3,65000,68000 +LAO,2047,4,65000,68000 +LAO,2047,5,66000,69000 +LAO,2047,6,66000,69000 +LAO,2047,7,67000,69000 +LAO,2047,8,67000,70000 +LAO,2047,9,67000,70000 +LAO,2047,10,68000,70000 +LAO,2047,11,68000,71000 +LAO,2047,12,68000,71000 +LAO,2047,13,69000,71000 +LAO,2047,14,69000,72000 +LAO,2047,15,69000,72000 +LAO,2047,16,70000,72000 +LAO,2047,17,70000,73000 +LAO,2047,18,70000,73000 +LAO,2048,0,63000,66000 +LAO,2048,1,63000,66000 +LAO,2048,2,64000,67000 +LAO,2048,3,64000,67000 +LAO,2048,4,65000,68000 +LAO,2048,5,65000,68000 +LAO,2048,6,66000,68000 +LAO,2048,7,66000,69000 +LAO,2048,8,66000,69000 +LAO,2048,9,67000,70000 +LAO,2048,10,67000,70000 +LAO,2048,11,68000,70000 +LAO,2048,12,68000,71000 +LAO,2048,13,68000,71000 +LAO,2048,14,68000,71000 +LAO,2048,15,69000,72000 +LAO,2048,16,69000,72000 +LAO,2048,17,69000,72000 +LAO,2048,18,70000,72000 +LAO,2049,0,62000,65000 +LAO,2049,1,63000,66000 +LAO,2049,2,63000,66000 +LAO,2049,3,64000,67000 +LAO,2049,4,64000,67000 +LAO,2049,5,65000,67000 +LAO,2049,6,65000,68000 +LAO,2049,7,66000,68000 +LAO,2049,8,66000,69000 +LAO,2049,9,66000,69000 +LAO,2049,10,67000,70000 +LAO,2049,11,67000,70000 +LAO,2049,12,68000,70000 +LAO,2049,13,68000,71000 +LAO,2049,14,68000,71000 +LAO,2049,15,68000,71000 +LAO,2049,16,69000,71000 +LAO,2049,17,69000,71000 +LAO,2049,18,69000,72000 +LAO,2050,0,62000,64000 +LAO,2050,1,62000,65000 +LAO,2050,2,63000,65000 +LAO,2050,3,63000,66000 +LAO,2050,4,64000,66000 +LAO,2050,5,64000,67000 +LAO,2050,6,65000,67000 +LAO,2050,7,65000,68000 +LAO,2050,8,65000,68000 +LAO,2050,9,66000,69000 +LAO,2050,10,66000,69000 +LAO,2050,11,67000,70000 +LAO,2050,12,67000,70000 +LAO,2050,13,67000,70000 +LAO,2050,14,68000,70000 +LAO,2050,15,68000,71000 +LAO,2050,16,68000,71000 +LAO,2050,17,68000,71000 +LAO,2050,18,69000,71000 +LBN,1990,0,36373,37961 +LBN,1990,1,35255,36766 +LBN,1990,2,34439,35885 +LBN,1990,3,33887,35279 +LBN,1990,4,33558,34906 +LBN,1990,5,33416,34726 +LBN,1990,6,33419,34700 +LBN,1990,7,33529,34785 +LBN,1990,8,33707,34943 +LBN,1990,9,33914,35132 +LBN,1990,10,34161,35364 +LBN,1990,11,34459,35647 +LBN,1990,12,34518,35688 +LBN,1990,13,34198,35344 +LBN,1990,14,33611,34726 +LBN,1990,15,33022,34102 +LBN,1990,16,32395,33432 +LBN,1990,17,31676,32672 +LBN,1990,18,30869,31830 +LBN,1991,0,38019,39682 +LBN,1991,1,36460,38029 +LBN,1991,2,35371,36865 +LBN,1991,3,34555,35985 +LBN,1991,4,33981,35357 +LBN,1991,5,33618,34947 +LBN,1991,6,33425,34715 +LBN,1991,7,33363,34621 +LBN,1991,8,33444,34674 +LBN,1991,9,33656,34859 +LBN,1991,10,33940,35119 +LBN,1991,11,34258,35415 +LBN,1991,12,34624,35760 +LBN,1991,13,34781,35893 +LBN,1991,14,34600,35682 +LBN,1991,15,34175,35222 +LBN,1991,16,33746,34753 +LBN,1991,17,33280,34239 +LBN,1991,18,32696,33614 +LBN,1992,0,40461,42288 +LBN,1992,1,38689,40388 +LBN,1992,2,36903,38512 +LBN,1992,3,35833,37367 +LBN,1992,4,35009,36479 +LBN,1992,5,34408,35821 +LBN,1992,6,34005,35370 +LBN,1992,7,33761,35084 +LBN,1992,8,33633,34921 +LBN,1992,9,33687,34942 +LBN,1992,10,33934,35157 +LBN,1992,11,34298,35490 +LBN,1992,12,34690,35853 +LBN,1992,13,35126,36264 +LBN,1992,14,35383,36491 +LBN,1992,15,35338,36409 +LBN,1992,16,35072,36101 +LBN,1992,17,34798,35782 +LBN,1992,18,34487,35419 +LBN,1993,0,43038,45056 +LBN,1993,1,41045,42909 +LBN,1993,2,39368,41102 +LBN,1993,3,37449,39114 +LBN,1993,4,36396,37985 +LBN,1993,5,35562,37085 +LBN,1993,6,34931,36397 +LBN,1993,7,34489,35903 +LBN,1993,8,34191,35561 +LBN,1993,9,33997,35327 +LBN,1993,10,34022,35316 +LBN,1993,11,34306,35562 +LBN,1993,12,34751,35969 +LBN,1993,13,35219,36402 +LBN,1993,14,35728,36880 +LBN,1993,15,36087,37202 +LBN,1993,16,36180,37252 +LBN,1993,17,36073,37097 +LBN,1993,18,35954,36929 +LBN,1994,0,44863,47011 +LBN,1994,1,42837,44829 +LBN,1994,2,41068,42924 +LBN,1994,3,39542,41282 +LBN,1994,4,37830,39517 +LBN,1994,5,36798,38410 +LBN,1994,6,35958,37503 +LBN,1994,7,35301,36787 +LBN,1994,8,34819,36252 +LBN,1994,9,34470,35855 +LBN,1994,10,34209,35552 +LBN,1994,11,34206,35508 +LBN,1994,12,34525,35784 +LBN,1994,13,35051,36265 +LBN,1994,14,35593,36766 +LBN,1994,15,36174,37308 +LBN,1994,16,36632,37725 +LBN,1994,17,36864,37908 +LBN,1994,18,36918,37908 +LBN,1995,0,45360,47523 +LBN,1995,1,43545,45582 +LBN,1995,2,41892,43816 +LBN,1995,3,40402,42225 +LBN,1995,4,39074,40807 +LBN,1995,5,37909,39561 +LBN,1995,6,36907,38486 +LBN,1995,7,36066,37580 +LBN,1995,8,35388,36842 +LBN,1995,9,34872,36272 +LBN,1995,10,34473,35824 +LBN,1995,11,34148,35455 +LBN,1995,12,34117,35379 +LBN,1995,13,34469,35681 +LBN,1995,14,35071,36231 +LBN,1995,15,35682,36795 +LBN,1995,16,36329,37398 +LBN,1995,17,36885,37905 +LBN,1995,18,37253,38218 +LBN,1996,0,45102,47256 +LBN,1996,1,44696,46873 +LBN,1996,2,43150,45218 +LBN,1996,3,41695,43657 +LBN,1996,4,40341,42201 +LBN,1996,5,39097,40860 +LBN,1996,6,37965,39634 +LBN,1996,7,36946,38522 +LBN,1996,8,36098,37593 +LBN,1996,9,35451,36877 +LBN,1996,10,34987,36353 +LBN,1996,11,34613,35923 +LBN,1996,12,34298,35554 +LBN,1996,13,34270,35472 +LBN,1996,14,34616,35762 +LBN,1996,15,35207,36296 +LBN,1996,16,35805,36841 +LBN,1996,17,36434,37422 +LBN,1996,18,36977,37912 +LBN,1997,0,43523,45565 +LBN,1997,1,42866,44947 +LBN,1997,2,43716,45844 +LBN,1997,3,42451,44488 +LBN,1997,4,41203,43144 +LBN,1997,5,39994,41833 +LBN,1997,6,38843,40580 +LBN,1997,7,37753,39383 +LBN,1997,8,36725,38246 +LBN,1997,9,35875,37299 +LBN,1997,10,35264,36611 +LBN,1997,11,34854,36139 +LBN,1997,12,34509,35729 +LBN,1997,13,34205,35363 +LBN,1997,14,34179,35275 +LBN,1997,15,34518,35551 +LBN,1997,16,35094,36065 +LBN,1997,17,35674,36587 +LBN,1997,18,36281,37142 +LBN,1998,0,41350,43255 +LBN,1998,1,41484,43526 +LBN,1998,2,41325,43458 +LBN,1998,3,42664,44753 +LBN,1998,4,41680,43695 +LBN,1998,5,40640,42567 +LBN,1998,6,39576,41403 +LBN,1998,7,38520,40237 +LBN,1998,8,37472,39073 +LBN,1998,9,36437,37910 +LBN,1998,10,35588,36949 +LBN,1998,11,35013,36290 +LBN,1998,12,34659,35868 +LBN,1998,13,34341,35480 +LBN,1998,14,34050,35118 +LBN,1998,15,34027,35025 +LBN,1998,16,34357,35286 +LBN,1998,17,34918,35778 +LBN,1998,18,35479,36276 +LBN,1999,0,39529,41363 +LBN,1999,1,40369,42409 +LBN,1999,2,40798,42980 +LBN,1999,3,40867,43136 +LBN,1999,4,41813,43971 +LBN,1999,5,41103,43201 +LBN,1999,6,40265,42279 +LBN,1999,7,39341,41252 +LBN,1999,8,38373,40167 +LBN,1999,9,37364,39026 +LBN,1999,10,36317,37832 +LBN,1999,11,35464,36850 +LBN,1999,12,34923,36214 +LBN,1999,13,34622,35840 +LBN,1999,14,34331,35470 +LBN,1999,15,34051,35109 +LBN,1999,16,34030,35010 +LBN,1999,17,34353,35258 +LBN,1999,18,34901,35733 +LBN,2000,0,38651,40532 +LBN,2000,1,40000,42108 +LBN,2000,2,40887,43152 +LBN,2000,3,41364,43725 +LBN,2000,4,41483,43885 +LBN,2000,5,41297,43691 +LBN,2000,6,40856,43203 +LBN,2000,7,40215,42479 +LBN,2000,8,39425,41579 +LBN,2000,9,38538,40562 +LBN,2000,10,37558,39432 +LBN,2000,11,36491,38191 +LBN,2000,12,35627,37176 +LBN,2000,13,35116,36557 +LBN,2000,14,34866,36227 +LBN,2000,15,34599,35871 +LBN,2000,16,34328,35508 +LBN,2000,17,34309,35402 +LBN,2000,18,34629,35640 +LBN,2001,0,38277,39889 +LBN,2001,1,40051,41458 +LBN,2001,2,41396,42945 +LBN,2001,3,42357,43993 +LBN,2001,4,42966,44641 +LBN,2001,5,43258,44926 +LBN,2001,6,43287,44913 +LBN,2001,7,43110,44670 +LBN,2001,8,42651,44090 +LBN,2001,9,41898,43154 +LBN,2001,10,40951,41986 +LBN,2001,11,39923,40730 +LBN,2001,12,38791,39359 +LBN,2001,13,37861,38232 +LBN,2001,14,37296,37542 +LBN,2001,15,36990,37163 +LBN,2001,16,36644,36742 +LBN,2001,17,36286,36307 +LBN,2001,18,36115,36109 +LBN,2002,0,38945,40392 +LBN,2002,1,40549,42076 +LBN,2002,2,41773,42843 +LBN,2002,3,43126,44258 +LBN,2002,4,44168,45322 +LBN,2002,5,44915,46052 +LBN,2002,6,45382,46464 +LBN,2002,7,45628,46633 +LBN,2002,8,45714,46632 +LBN,2002,9,45432,46189 +LBN,2002,10,44711,45207 +LBN,2002,11,43697,43874 +LBN,2002,12,42611,42479 +LBN,2002,13,41407,40964 +LBN,2002,14,40403,39712 +LBN,2002,15,39779,38943 +LBN,2002,16,39414,38511 +LBN,2002,17,38986,38019 +LBN,2002,18,38537,37509 +LBN,2003,0,39967,41309 +LBN,2003,1,41438,42735 +LBN,2003,2,42764,44001 +LBN,2003,3,43565,44349 +LBN,2003,4,44926,45693 +LBN,2003,5,46051,46776 +LBN,2003,6,46938,47591 +LBN,2003,7,47583,48134 +LBN,2003,8,48050,48487 +LBN,2003,9,48401,48731 +LBN,2003,10,48299,48427 +LBN,2003,11,47609,47395 +LBN,2003,12,46526,45893 +LBN,2003,13,45380,44353 +LBN,2003,14,44101,42687 +LBN,2003,15,43021,41305 +LBN,2003,16,42337,40454 +LBN,2003,17,41912,39968 +LBN,2003,18,41400,39404 +LBN,2004,0,40402,41661 +LBN,2004,1,41693,42774 +LBN,2004,2,42992,43911 +LBN,2004,3,44276,45040 +LBN,2004,4,45109,45566 +LBN,2004,5,46470,46831 +LBN,2004,6,47673,47925 +LBN,2004,7,48696,48820 +LBN,2004,8,49516,49491 +LBN,2004,9,50201,50027 +LBN,2004,10,50817,50517 +LBN,2004,11,50898,50355 +LBN,2004,12,50242,49281 +LBN,2004,13,49096,47617 +LBN,2004,14,47897,45942 +LBN,2004,15,46550,44136 +LBN,2004,16,45400,42632 +LBN,2004,17,44660,41705 +LBN,2004,18,44177,41167 +LBN,2005,0,39701,40880 +LBN,2005,1,40843,41734 +LBN,2005,2,42108,42748 +LBN,2005,3,43454,43873 +LBN,2005,4,44841,45061 +LBN,2005,5,46230,46265 +LBN,2005,6,47578,47437 +LBN,2005,7,48847,48530 +LBN,2005,8,49995,49496 +LBN,2005,9,50981,50286 +LBN,2005,10,51877,50998 +LBN,2005,11,52750,51726 +LBN,2005,12,53011,51706 +LBN,2005,13,52396,50602 +LBN,2005,14,51198,48797 +LBN,2005,15,49957,47006 +LBN,2005,16,48555,45080 +LBN,2005,17,47345,43473 +LBN,2005,18,46556,42480 +LBN,2006,0,38241,39652 +LBN,2006,1,39587,40906 +LBN,2006,2,40765,41816 +LBN,2006,3,42054,42867 +LBN,2006,4,43414,44015 +LBN,2006,5,44808,45214 +LBN,2006,6,46194,46417 +LBN,2006,7,47532,47576 +LBN,2006,8,48792,48659 +LBN,2006,9,49936,49625 +LBN,2006,10,50923,50422 +LBN,2006,11,51814,51133 +LBN,2006,12,52681,51859 +LBN,2006,13,52933,51831 +LBN,2006,14,52309,50712 +LBN,2006,15,51099,48889 +LBN,2006,16,49846,47080 +LBN,2006,17,48433,45136 +LBN,2006,18,47213,43513 +LBN,2007,0,35670,37293 +LBN,2007,1,36763,37924 +LBN,2007,2,39132,40493 +LBN,2007,3,40336,41448 +LBN,2007,4,41638,42525 +LBN,2007,5,43001,43684 +LBN,2007,6,44388,44881 +LBN,2007,7,45760,46070 +LBN,2007,8,47077,47204 +LBN,2007,9,48316,48265 +LBN,2007,10,49448,49221 +LBN,2007,11,50426,50016 +LBN,2007,12,51305,50719 +LBN,2007,13,52158,51434 +LBN,2007,14,52400,51398 +LBN,2007,15,51771,50277 +LBN,2007,16,50559,48456 +LBN,2007,17,49307,46648 +LBN,2007,18,47894,44707 +LBN,2008,0,33267,35099 +LBN,2008,1,34332,35671 +LBN,2008,2,35570,36503 +LBN,2008,3,38688,40011 +LBN,2008,4,39917,41008 +LBN,2008,5,41232,42109 +LBN,2008,6,42597,43276 +LBN,2008,7,43979,44469 +LBN,2008,8,45337,45642 +LBN,2008,9,46632,46748 +LBN,2008,10,47853,47786 +LBN,2008,11,48972,48731 +LBN,2008,12,49941,49522 +LBN,2008,13,50809,50216 +LBN,2008,14,51648,50919 +LBN,2008,15,51880,50876 +LBN,2008,16,51246,49755 +LBN,2008,17,50033,47938 +LBN,2008,18,48780,46135 +LBN,2009,0,32618,34685 +LBN,2009,1,33517,35143 +LBN,2009,2,34594,35849 +LBN,2009,3,35817,36762 +LBN,2009,4,38661,39890 +LBN,2009,5,39928,40937 +LBN,2009,6,41269,42072 +LBN,2009,7,42652,43257 +LBN,2009,8,44042,44457 +LBN,2009,9,45401,45625 +LBN,2009,10,46689,46714 +LBN,2009,11,47904,47737 +LBN,2009,12,49022,48680 +LBN,2009,13,49993,49474 +LBN,2009,14,50859,50166 +LBN,2009,15,51694,50862 +LBN,2009,16,51918,50812 +LBN,2009,17,51272,49681 +LBN,2009,18,50046,47853 +LBN,2010,0,34712,37041 +LBN,2010,1,35233,37284 +LBN,2010,2,35980,37771 +LBN,2010,3,36919,38465 +LBN,2010,4,38020,39334 +LBN,2010,5,39250,40343 +LBN,2010,6,40575,41457 +LBN,2010,7,41965,42642 +LBN,2010,8,43387,43863 +LBN,2010,9,44809,45087 +LBN,2010,10,46191,46266 +LBN,2010,11,47492,47353 +LBN,2010,12,48719,48377 +LBN,2010,13,49855,49330 +LBN,2010,14,50844,50139 +LBN,2010,15,51720,50839 +LBN,2010,16,52564,51540 +LBN,2010,17,52784,51480 +LBN,2010,18,52116,50323 +LBN,2011,0,38731,41513 +LBN,2011,1,38525,41838 +LBN,2011,2,38912,41924 +LBN,2011,3,39543,42221 +LBN,2011,4,40381,42701 +LBN,2011,5,41389,43336 +LBN,2011,6,42538,44091 +LBN,2011,7,43803,44932 +LBN,2011,8,45093,45856 +LBN,2011,9,46347,46841 +LBN,2011,10,47561,47846 +LBN,2011,11,48751,48804 +LBN,2011,12,49868,49681 +LBN,2011,13,50928,50482 +LBN,2011,14,51924,51188 +LBN,2011,15,52798,51744 +LBN,2011,16,53562,52209 +LBN,2011,17,54293,52687 +LBN,2011,18,54450,52462 +LBN,2012,0,45431,48711 +LBN,2012,1,44342,48075 +LBN,2012,2,42822,47115 +LBN,2012,3,43079,47042 +LBN,2012,4,43603,47153 +LBN,2012,5,44350,47424 +LBN,2012,6,45276,47831 +LBN,2012,7,46360,48340 +LBN,2012,8,47580,48917 +LBN,2012,9,48784,49588 +LBN,2012,10,49886,50348 +LBN,2012,11,50907,51144 +LBN,2012,12,51920,51892 +LBN,2012,13,52866,52568 +LBN,2012,14,53771,53154 +LBN,2012,15,54640,53620 +LBN,2012,16,55410,53928 +LBN,2012,17,56072,54164 +LBN,2012,18,56697,54422 +LBN,2013,0,53162,56854 +LBN,2013,1,51137,55748 +LBN,2013,2,49730,54913 +LBN,2013,3,47265,52519 +LBN,2013,4,47390,52286 +LBN,2013,5,47806,52208 +LBN,2013,6,48461,52267 +LBN,2013,7,49307,52443 +LBN,2013,8,50326,52702 +LBN,2013,9,51502,53013 +LBN,2013,10,52622,53428 +LBN,2013,11,53572,53960 +LBN,2013,12,54399,54545 +LBN,2013,13,55233,55080 +LBN,2013,14,56008,55552 +LBN,2013,15,56758,55920 +LBN,2013,16,57499,56143 +LBN,2013,17,58164,56200 +LBN,2013,18,58723,56203 +LBN,2014,0,59457,63323 +LBN,2014,1,56823,62005 +LBN,2014,2,54875,60918 +LBN,2014,3,53544,60043 +LBN,2014,4,51377,57554 +LBN,2014,5,51370,57162 +LBN,2014,6,51672,56895 +LBN,2014,7,52230,56738 +LBN,2014,8,52988,56680 +LBN,2014,9,53934,56686 +LBN,2014,10,55057,56725 +LBN,2014,11,56083,56880 +LBN,2014,12,56870,57177 +LBN,2014,13,57495,57544 +LBN,2014,14,58142,57861 +LBN,2014,15,58738,58124 +LBN,2014,16,59325,58269 +LBN,2014,17,59931,58245 +LBN,2014,18,60486,58048 +LBN,2015,0,62546,66294 +LBN,2015,1,59867,65163 +LBN,2015,2,57816,64165 +LBN,2015,3,56333,63292 +LBN,2015,4,55358,62536 +LBN,2015,5,54831,61889 +LBN,2015,6,54691,61343 +LBN,2015,7,54879,60891 +LBN,2015,8,55333,60524 +LBN,2015,9,55995,60234 +LBN,2015,10,56857,59990 +LBN,2015,11,57913,59759 +LBN,2015,12,58834,59654 +LBN,2015,13,59452,59716 +LBN,2015,14,59869,59864 +LBN,2015,15,60324,59961 +LBN,2015,16,60735,60014 +LBN,2015,17,61153,59938 +LBN,2015,18,61619,59670 +LBN,2016,0,64403,67655 +LBN,2016,1,62470,66327 +LBN,2016,2,60216,65449 +LBN,2016,3,58430,64616 +LBN,2016,4,57078,63836 +LBN,2016,5,56129,63115 +LBN,2016,6,55520,62446 +LBN,2016,7,55190,61819 +LBN,2016,8,55253,61316 +LBN,2016,9,55736,60973 +LBN,2016,10,56519,60752 +LBN,2016,11,57446,60546 +LBN,2016,12,58542,60337 +LBN,2016,13,59498,60257 +LBN,2016,14,60142,60349 +LBN,2016,15,60578,60528 +LBN,2016,16,61053,60653 +LBN,2016,17,61483,60732 +LBN,2016,18,61915,60674 +LBN,2017,0,63062,65518 +LBN,2017,1,62055,66137 +LBN,2017,2,61699,65681 +LBN,2017,3,59906,65069 +LBN,2017,4,58409,64414 +LBN,2017,5,57207,63737 +LBN,2017,6,56294,63060 +LBN,2017,7,55609,62374 +LBN,2017,8,55088,61671 +LBN,2017,9,55023,61121 +LBN,2017,10,55530,60805 +LBN,2017,11,56427,60657 +LBN,2017,12,57411,60492 +LBN,2017,13,58536,60308 +LBN,2017,14,59517,60254 +LBN,2017,15,60181,60375 +LBN,2017,16,60632,60584 +LBN,2017,17,61122,60737 +LBN,2017,18,61566,60842 +LBN,2018,0,59625,61242 +LBN,2018,1,59978,63035 +LBN,2018,2,60101,64314 +LBN,2018,3,60408,64545 +LBN,2018,4,59092,64205 +LBN,2018,5,57900,63733 +LBN,2018,6,56857,63164 +LBN,2018,7,55989,62535 +LBN,2018,8,55232,61838 +LBN,2018,9,54524,61064 +LBN,2018,10,54331,60471 +LBN,2018,11,54858,60186 +LBN,2018,12,55863,60111 +LBN,2018,13,56896,59989 +LBN,2018,14,58039,59830 +LBN,2018,15,59037,59803 +LBN,2018,16,59715,59952 +LBN,2018,17,60178,60191 +LBN,2018,18,60679,60370 +LBN,2019,0,56000,57000 +LBN,2019,1,57000,59000 +LBN,2019,2,58000,61000 +LBN,2019,3,59000,63000 +LBN,2019,4,59000,63000 +LBN,2019,5,58000,63000 +LBN,2019,6,57000,63000 +LBN,2019,7,56000,62000 +LBN,2019,8,55000,62000 +LBN,2019,9,55000,61000 +LBN,2019,10,54000,60000 +LBN,2019,11,53000,60000 +LBN,2019,12,54000,59000 +LBN,2019,13,55000,59000 +LBN,2019,14,56000,59000 +LBN,2019,15,57000,59000 +LBN,2019,16,58000,59000 +LBN,2019,17,59000,59000 +LBN,2019,18,59000,60000 +LBN,2020,0,53000,54000 +LBN,2020,1,55000,56000 +LBN,2020,2,56000,58000 +LBN,2020,3,57000,60000 +LBN,2020,4,57000,61000 +LBN,2020,5,57000,61000 +LBN,2020,6,57000,62000 +LBN,2020,7,56000,62000 +LBN,2020,8,55000,61000 +LBN,2020,9,55000,61000 +LBN,2020,10,54000,60000 +LBN,2020,11,53000,59000 +LBN,2020,12,52000,58000 +LBN,2020,13,53000,58000 +LBN,2020,14,54000,58000 +LBN,2020,15,55000,58000 +LBN,2020,16,56000,58000 +LBN,2020,17,57000,58000 +LBN,2020,18,58000,58000 +LBN,2021,0,52000,53000 +LBN,2021,1,52000,53000 +LBN,2021,2,53000,55000 +LBN,2021,3,54000,57000 +LBN,2021,4,55000,58000 +LBN,2021,5,55000,59000 +LBN,2021,6,55000,60000 +LBN,2021,7,55000,60000 +LBN,2021,8,54000,60000 +LBN,2021,9,54000,60000 +LBN,2021,10,53000,59000 +LBN,2021,11,52000,58000 +LBN,2021,12,51000,57000 +LBN,2021,13,50000,57000 +LBN,2021,14,51000,57000 +LBN,2021,15,52000,57000 +LBN,2021,16,53000,57000 +LBN,2021,17,55000,57000 +LBN,2021,18,56000,57000 +LBN,2022,0,51000,53000 +LBN,2022,1,52000,54000 +LBN,2022,2,50000,51000 +LBN,2022,3,51000,53000 +LBN,2022,4,52000,54000 +LBN,2022,5,53000,56000 +LBN,2022,6,53000,57000 +LBN,2022,7,53000,57000 +LBN,2022,8,53000,58000 +LBN,2022,9,52000,58000 +LBN,2022,10,52000,58000 +LBN,2022,11,51000,57000 +LBN,2022,12,50000,56000 +LBN,2022,13,49000,56000 +LBN,2022,14,48000,55000 +LBN,2022,15,49000,55000 +LBN,2022,16,50000,55000 +LBN,2022,17,51000,55000 +LBN,2022,18,53000,55000 +LBN,2023,0,51000,54000 +LBN,2023,1,51000,53000 +LBN,2023,2,51000,53000 +LBN,2023,3,49000,50000 +LBN,2023,4,49000,51000 +LBN,2023,5,50000,52000 +LBN,2023,6,50000,53000 +LBN,2023,7,50000,54000 +LBN,2023,8,50000,55000 +LBN,2023,9,51000,56000 +LBN,2023,10,50000,56000 +LBN,2023,11,50000,56000 +LBN,2023,12,49000,55000 +LBN,2023,13,48000,55000 +LBN,2023,14,47000,54000 +LBN,2023,15,46000,53000 +LBN,2023,16,47000,53000 +LBN,2023,17,48000,53000 +LBN,2023,18,50000,53000 +LBN,2024,0,51000,55000 +LBN,2024,1,50000,53000 +LBN,2024,2,49000,51000 +LBN,2024,3,49000,50000 +LBN,2024,4,47000,49000 +LBN,2024,5,48000,49000 +LBN,2024,6,48000,50000 +LBN,2024,7,48000,51000 +LBN,2024,8,48000,52000 +LBN,2024,9,48000,53000 +LBN,2024,10,48000,54000 +LBN,2024,11,48000,55000 +LBN,2024,12,48000,54000 +LBN,2024,13,47000,53000 +LBN,2024,14,46000,53000 +LBN,2024,15,45000,52000 +LBN,2024,16,44000,51000 +LBN,2024,17,45000,51000 +LBN,2024,18,46000,51000 +LBN,2025,0,50000,55000 +LBN,2025,1,49000,52000 +LBN,2025,2,48000,50000 +LBN,2025,3,47000,48000 +LBN,2025,4,47000,48000 +LBN,2025,5,46000,47000 +LBN,2025,6,46000,48000 +LBN,2025,7,46000,48000 +LBN,2025,8,46000,49000 +LBN,2025,9,46000,50000 +LBN,2025,10,46000,51000 +LBN,2025,11,46000,52000 +LBN,2025,12,46000,53000 +LBN,2025,13,46000,53000 +LBN,2025,14,45000,52000 +LBN,2025,15,44000,51000 +LBN,2025,16,43000,50000 +LBN,2025,17,43000,49000 +LBN,2025,18,43000,49000 +LBN,2026,0,49000,53000 +LBN,2026,1,49000,53000 +LBN,2026,2,48000,50000 +LBN,2026,3,47000,49000 +LBN,2026,4,46000,47000 +LBN,2026,5,45000,47000 +LBN,2026,6,45000,46000 +LBN,2026,7,45000,46000 +LBN,2026,8,44000,47000 +LBN,2026,9,44000,47000 +LBN,2026,10,45000,48000 +LBN,2026,11,45000,49000 +LBN,2026,12,45000,51000 +LBN,2026,13,45000,52000 +LBN,2026,14,44000,51000 +LBN,2026,15,43000,50000 +LBN,2026,16,42000,50000 +LBN,2026,17,42000,49000 +LBN,2026,18,41000,48000 +LBN,2027,0,46000,50000 +LBN,2027,1,46000,48000 +LBN,2027,2,47000,51000 +LBN,2027,3,46000,49000 +LBN,2027,4,46000,48000 +LBN,2027,5,45000,47000 +LBN,2027,6,45000,46000 +LBN,2027,7,44000,46000 +LBN,2027,8,44000,45000 +LBN,2027,9,43000,45000 +LBN,2027,10,43000,46000 +LBN,2027,11,43000,47000 +LBN,2027,12,43000,48000 +LBN,2027,13,44000,50000 +LBN,2027,14,44000,50000 +LBN,2027,15,43000,50000 +LBN,2027,16,42000,49000 +LBN,2027,17,41000,48000 +LBN,2027,18,40000,48000 +LBN,2028,0,44000,47000 +LBN,2028,1,44000,47000 +LBN,2028,2,44000,46000 +LBN,2028,3,46000,49000 +LBN,2028,4,46000,48000 +LBN,2028,5,45000,47000 +LBN,2028,6,44000,46000 +LBN,2028,7,44000,45000 +LBN,2028,8,43000,45000 +LBN,2028,9,43000,44000 +LBN,2028,10,42000,44000 +LBN,2028,11,42000,45000 +LBN,2028,12,42000,46000 +LBN,2028,13,42000,47000 +LBN,2028,14,43000,49000 +LBN,2028,15,43000,49000 +LBN,2028,16,42000,49000 +LBN,2028,17,41000,48000 +LBN,2028,18,40000,47000 +LBN,2029,0,42000,44000 +LBN,2029,1,43000,45000 +LBN,2029,2,44000,46000 +LBN,2029,3,44000,46000 +LBN,2029,4,45000,48000 +LBN,2029,5,45000,47000 +LBN,2029,6,44000,46000 +LBN,2029,7,44000,45000 +LBN,2029,8,43000,45000 +LBN,2029,9,42000,44000 +LBN,2029,10,42000,43000 +LBN,2029,11,41000,43000 +LBN,2029,12,41000,44000 +LBN,2029,13,41000,45000 +LBN,2029,14,42000,47000 +LBN,2029,15,42000,48000 +LBN,2029,16,42000,49000 +LBN,2029,17,41000,48000 +LBN,2029,18,40000,47000 +LBN,2030,0,40000,42000 +LBN,2030,1,42000,44000 +LBN,2030,2,43000,45000 +LBN,2030,3,43000,46000 +LBN,2030,4,44000,46000 +LBN,2030,5,44000,46000 +LBN,2030,6,44000,46000 +LBN,2030,7,44000,45000 +LBN,2030,8,43000,45000 +LBN,2030,9,42000,44000 +LBN,2030,10,42000,44000 +LBN,2030,11,41000,43000 +LBN,2030,12,40000,42000 +LBN,2030,13,40000,43000 +LBN,2030,14,40000,44000 +LBN,2030,15,41000,46000 +LBN,2030,16,41000,47000 +LBN,2030,17,41000,48000 +LBN,2030,18,40000,47000 +LBN,2031,0,39000,40000 +LBN,2031,1,40000,42000 +LBN,2031,2,41000,43000 +LBN,2031,3,42000,44000 +LBN,2031,4,43000,45000 +LBN,2031,5,43000,45000 +LBN,2031,6,43000,45000 +LBN,2031,7,43000,45000 +LBN,2031,8,43000,45000 +LBN,2031,9,43000,44000 +LBN,2031,10,42000,44000 +LBN,2031,11,41000,43000 +LBN,2031,12,41000,42000 +LBN,2031,13,40000,42000 +LBN,2031,14,40000,43000 +LBN,2031,15,40000,44000 +LBN,2031,16,40000,45000 +LBN,2031,17,40000,47000 +LBN,2031,18,40000,47000 +LBN,2032,0,38000,39000 +LBN,2032,1,39000,41000 +LBN,2032,2,40000,42000 +LBN,2032,3,41000,43000 +LBN,2032,4,42000,44000 +LBN,2032,5,42000,45000 +LBN,2032,6,43000,45000 +LBN,2032,7,43000,45000 +LBN,2032,8,43000,45000 +LBN,2032,9,43000,45000 +LBN,2032,10,42000,44000 +LBN,2032,11,42000,44000 +LBN,2032,12,41000,43000 +LBN,2032,13,40000,42000 +LBN,2032,14,40000,42000 +LBN,2032,15,39000,42000 +LBN,2032,16,40000,44000 +LBN,2032,17,40000,45000 +LBN,2032,18,40000,46000 +LBN,2033,0,37000,39000 +LBN,2033,1,39000,40000 +LBN,2033,2,40000,42000 +LBN,2033,3,40000,42000 +LBN,2033,4,41000,43000 +LBN,2033,5,42000,44000 +LBN,2033,6,42000,44000 +LBN,2033,7,42000,44000 +LBN,2033,8,43000,45000 +LBN,2033,9,43000,45000 +LBN,2033,10,43000,44000 +LBN,2033,11,42000,44000 +LBN,2033,12,41000,43000 +LBN,2033,13,41000,42000 +LBN,2033,14,40000,42000 +LBN,2033,15,39000,41000 +LBN,2033,16,39000,42000 +LBN,2033,17,39000,43000 +LBN,2033,18,39000,45000 +LBN,2034,0,37000,39000 +LBN,2034,1,38000,40000 +LBN,2034,2,39000,41000 +LBN,2034,3,39000,42000 +LBN,2034,4,40000,42000 +LBN,2034,5,41000,43000 +LBN,2034,6,41000,43000 +LBN,2034,7,42000,44000 +LBN,2034,8,42000,44000 +LBN,2034,9,42000,44000 +LBN,2034,10,42000,44000 +LBN,2034,11,42000,44000 +LBN,2034,12,42000,44000 +LBN,2034,13,41000,43000 +LBN,2034,14,40000,42000 +LBN,2034,15,40000,41000 +LBN,2034,16,39000,41000 +LBN,2034,17,39000,42000 +LBN,2034,18,39000,43000 +LBN,2035,0,37000,38000 +LBN,2035,1,37000,39000 +LBN,2035,2,38000,40000 +LBN,2035,3,39000,41000 +LBN,2035,4,39000,41000 +LBN,2035,5,40000,42000 +LBN,2035,6,40000,42000 +LBN,2035,7,41000,43000 +LBN,2035,8,41000,43000 +LBN,2035,9,42000,44000 +LBN,2035,10,42000,44000 +LBN,2035,11,42000,44000 +LBN,2035,12,42000,44000 +LBN,2035,13,42000,44000 +LBN,2035,14,41000,43000 +LBN,2035,15,40000,42000 +LBN,2035,16,39000,41000 +LBN,2035,17,39000,41000 +LBN,2035,18,39000,41000 +LBN,2036,0,36000,38000 +LBN,2036,1,37000,38000 +LBN,2036,2,37000,39000 +LBN,2036,3,38000,40000 +LBN,2036,4,39000,41000 +LBN,2036,5,39000,41000 +LBN,2036,6,40000,42000 +LBN,2036,7,40000,42000 +LBN,2036,8,41000,43000 +LBN,2036,9,41000,43000 +LBN,2036,10,42000,44000 +LBN,2036,11,42000,44000 +LBN,2036,12,42000,44000 +LBN,2036,13,42000,44000 +LBN,2036,14,42000,43000 +LBN,2036,15,41000,43000 +LBN,2036,16,40000,42000 +LBN,2036,17,39000,41000 +LBN,2036,18,39000,41000 +LBN,2037,0,36000,37000 +LBN,2037,1,36000,38000 +LBN,2037,2,37000,38000 +LBN,2037,3,37000,39000 +LBN,2037,4,38000,40000 +LBN,2037,5,39000,41000 +LBN,2037,6,39000,41000 +LBN,2037,7,40000,42000 +LBN,2037,8,40000,42000 +LBN,2037,9,41000,43000 +LBN,2037,10,41000,43000 +LBN,2037,11,42000,44000 +LBN,2037,12,42000,44000 +LBN,2037,13,42000,44000 +LBN,2037,14,42000,44000 +LBN,2037,15,42000,43000 +LBN,2037,16,41000,43000 +LBN,2037,17,40000,42000 +LBN,2037,18,39000,41000 +LBN,2038,0,35000,37000 +LBN,2038,1,36000,37000 +LBN,2038,2,36000,38000 +LBN,2038,3,37000,38000 +LBN,2038,4,37000,39000 +LBN,2038,5,38000,40000 +LBN,2038,6,39000,41000 +LBN,2038,7,39000,41000 +LBN,2038,8,40000,42000 +LBN,2038,9,40000,42000 +LBN,2038,10,41000,43000 +LBN,2038,11,41000,43000 +LBN,2038,12,42000,43000 +LBN,2038,13,42000,44000 +LBN,2038,14,42000,44000 +LBN,2038,15,42000,44000 +LBN,2038,16,42000,43000 +LBN,2038,17,41000,43000 +LBN,2038,18,40000,42000 +LBN,2039,0,35000,37000 +LBN,2039,1,35000,37000 +LBN,2039,2,36000,37000 +LBN,2039,3,36000,38000 +LBN,2039,4,37000,38000 +LBN,2039,5,37000,39000 +LBN,2039,6,38000,40000 +LBN,2039,7,39000,41000 +LBN,2039,8,39000,41000 +LBN,2039,9,40000,42000 +LBN,2039,10,40000,42000 +LBN,2039,11,41000,43000 +LBN,2039,12,41000,43000 +LBN,2039,13,42000,43000 +LBN,2039,14,42000,44000 +LBN,2039,15,42000,44000 +LBN,2039,16,42000,44000 +LBN,2039,17,42000,43000 +LBN,2039,18,41000,43000 +LBN,2040,0,35000,36000 +LBN,2040,1,35000,37000 +LBN,2040,2,35000,37000 +LBN,2040,3,35000,37000 +LBN,2040,4,36000,38000 +LBN,2040,5,37000,38000 +LBN,2040,6,37000,39000 +LBN,2040,7,38000,40000 +LBN,2040,8,39000,40000 +LBN,2040,9,39000,41000 +LBN,2040,10,40000,42000 +LBN,2040,11,40000,42000 +LBN,2040,12,41000,43000 +LBN,2040,13,41000,43000 +LBN,2040,14,42000,43000 +LBN,2040,15,42000,44000 +LBN,2040,16,42000,44000 +LBN,2040,17,42000,44000 +LBN,2040,18,42000,43000 +LBN,2041,0,34000,36000 +LBN,2041,1,35000,36000 +LBN,2041,2,35000,37000 +LBN,2041,3,35000,37000 +LBN,2041,4,36000,37000 +LBN,2041,5,36000,38000 +LBN,2041,6,37000,38000 +LBN,2041,7,37000,39000 +LBN,2041,8,38000,40000 +LBN,2041,9,39000,40000 +LBN,2041,10,39000,41000 +LBN,2041,11,40000,42000 +LBN,2041,12,40000,42000 +LBN,2041,13,41000,43000 +LBN,2041,14,41000,43000 +LBN,2041,15,42000,43000 +LBN,2041,16,42000,44000 +LBN,2041,17,42000,44000 +LBN,2041,18,42000,44000 +LBN,2042,0,34000,36000 +LBN,2042,1,34000,36000 +LBN,2042,2,34000,36000 +LBN,2042,3,35000,36000 +LBN,2042,4,35000,37000 +LBN,2042,5,36000,37000 +LBN,2042,6,36000,38000 +LBN,2042,7,37000,38000 +LBN,2042,8,37000,39000 +LBN,2042,9,38000,40000 +LBN,2042,10,39000,40000 +LBN,2042,11,39000,41000 +LBN,2042,12,40000,42000 +LBN,2042,13,40000,42000 +LBN,2042,14,41000,43000 +LBN,2042,15,41000,43000 +LBN,2042,16,42000,43000 +LBN,2042,17,42000,44000 +LBN,2042,18,42000,44000 +LBN,2043,0,34000,36000 +LBN,2043,1,34000,36000 +LBN,2043,2,34000,36000 +LBN,2043,3,34000,36000 +LBN,2043,4,35000,36000 +LBN,2043,5,35000,37000 +LBN,2043,6,36000,37000 +LBN,2043,7,36000,38000 +LBN,2043,8,37000,38000 +LBN,2043,9,37000,39000 +LBN,2043,10,38000,40000 +LBN,2043,11,38000,40000 +LBN,2043,12,39000,41000 +LBN,2043,13,40000,42000 +LBN,2043,14,40000,42000 +LBN,2043,15,41000,43000 +LBN,2043,16,41000,43000 +LBN,2043,17,42000,43000 +LBN,2043,18,42000,44000 +LBN,2044,0,34000,36000 +LBN,2044,1,34000,36000 +LBN,2044,2,34000,36000 +LBN,2044,3,34000,36000 +LBN,2044,4,34000,36000 +LBN,2044,5,35000,36000 +LBN,2044,6,35000,37000 +LBN,2044,7,36000,37000 +LBN,2044,8,36000,38000 +LBN,2044,9,37000,38000 +LBN,2044,10,37000,39000 +LBN,2044,11,38000,40000 +LBN,2044,12,38000,40000 +LBN,2044,13,39000,41000 +LBN,2044,14,40000,42000 +LBN,2044,15,40000,42000 +LBN,2044,16,41000,43000 +LBN,2044,17,41000,43000 +LBN,2044,18,41000,43000 +LBN,2045,0,34000,36000 +LBN,2045,1,34000,35000 +LBN,2045,2,34000,35000 +LBN,2045,3,34000,36000 +LBN,2045,4,34000,36000 +LBN,2045,5,34000,36000 +LBN,2045,6,35000,36000 +LBN,2045,7,35000,37000 +LBN,2045,8,35000,37000 +LBN,2045,9,36000,38000 +LBN,2045,10,37000,38000 +LBN,2045,11,37000,39000 +LBN,2045,12,38000,40000 +LBN,2045,13,38000,40000 +LBN,2045,14,39000,41000 +LBN,2045,15,40000,42000 +LBN,2045,16,40000,42000 +LBN,2045,17,41000,43000 +LBN,2045,18,41000,43000 +LBN,2046,0,34000,36000 +LBN,2046,1,34000,36000 +LBN,2046,2,34000,35000 +LBN,2046,3,34000,35000 +LBN,2046,4,34000,36000 +LBN,2046,5,34000,36000 +LBN,2046,6,34000,36000 +LBN,2046,7,35000,36000 +LBN,2046,8,35000,37000 +LBN,2046,9,35000,37000 +LBN,2046,10,36000,38000 +LBN,2046,11,37000,38000 +LBN,2046,12,37000,39000 +LBN,2046,13,38000,40000 +LBN,2046,14,38000,40000 +LBN,2046,15,39000,41000 +LBN,2046,16,40000,42000 +LBN,2046,17,40000,42000 +LBN,2046,18,41000,43000 +LBN,2047,0,34000,36000 +LBN,2047,1,34000,35000 +LBN,2047,2,34000,36000 +LBN,2047,3,34000,35000 +LBN,2047,4,34000,35000 +LBN,2047,5,34000,36000 +LBN,2047,6,34000,36000 +LBN,2047,7,34000,36000 +LBN,2047,8,35000,36000 +LBN,2047,9,35000,37000 +LBN,2047,10,35000,37000 +LBN,2047,11,36000,38000 +LBN,2047,12,37000,38000 +LBN,2047,13,37000,39000 +LBN,2047,14,38000,40000 +LBN,2047,15,38000,40000 +LBN,2047,16,39000,41000 +LBN,2047,17,40000,42000 +LBN,2047,18,40000,42000 +LBN,2048,0,34000,36000 +LBN,2048,1,34000,35000 +LBN,2048,2,34000,35000 +LBN,2048,3,34000,35000 +LBN,2048,4,34000,35000 +LBN,2048,5,34000,35000 +LBN,2048,6,34000,36000 +LBN,2048,7,34000,36000 +LBN,2048,8,34000,36000 +LBN,2048,9,35000,36000 +LBN,2048,10,35000,37000 +LBN,2048,11,35000,37000 +LBN,2048,12,36000,38000 +LBN,2048,13,37000,38000 +LBN,2048,14,37000,39000 +LBN,2048,15,38000,40000 +LBN,2048,16,38000,40000 +LBN,2048,17,39000,41000 +LBN,2048,18,40000,42000 +LBN,2049,0,34000,36000 +LBN,2049,1,34000,35000 +LBN,2049,2,34000,35000 +LBN,2049,3,34000,35000 +LBN,2049,4,34000,35000 +LBN,2049,5,34000,35000 +LBN,2049,6,34000,35000 +LBN,2049,7,34000,36000 +LBN,2049,8,34000,36000 +LBN,2049,9,34000,36000 +LBN,2049,10,35000,36000 +LBN,2049,11,35000,37000 +LBN,2049,12,35000,37000 +LBN,2049,13,36000,38000 +LBN,2049,14,37000,38000 +LBN,2049,15,37000,39000 +LBN,2049,16,38000,40000 +LBN,2049,17,38000,40000 +LBN,2049,18,39000,41000 +LBN,2050,0,34000,36000 +LBN,2050,1,34000,35000 +LBN,2050,2,34000,35000 +LBN,2050,3,34000,35000 +LBN,2050,4,34000,35000 +LBN,2050,5,34000,35000 +LBN,2050,6,34000,35000 +LBN,2050,7,34000,35000 +LBN,2050,8,34000,36000 +LBN,2050,9,34000,36000 +LBN,2050,10,34000,36000 +LBN,2050,11,35000,36000 +LBN,2050,12,35000,37000 +LBN,2050,13,35000,37000 +LBN,2050,14,36000,38000 +LBN,2050,15,36000,38000 +LBN,2050,16,37000,39000 +LBN,2050,17,38000,40000 +LBN,2050,18,38000,40000 +LBR,1990,0,38888,39801 +LBR,1990,1,37494,38335 +LBR,1990,2,36166,36946 +LBR,1990,3,34901,35627 +LBR,1990,4,33694,34373 +LBR,1990,5,32542,33181 +LBR,1990,6,31440,32044 +LBR,1990,7,30384,30957 +LBR,1990,8,29371,29915 +LBR,1990,9,28396,28913 +LBR,1990,10,27459,27951 +LBR,1990,11,26561,27027 +LBR,1990,12,25677,26114 +LBR,1990,13,24795,25197 +LBR,1990,14,23924,24284 +LBR,1990,15,23085,23403 +LBR,1990,16,22277,22553 +LBR,1990,17,21484,21709 +LBR,1990,18,20701,20863 +LBR,1991,0,36929,37762 +LBR,1991,1,36485,37297 +LBR,1991,2,35231,35985 +LBR,1991,3,34048,34754 +LBR,1991,4,32929,33595 +LBR,1991,5,31866,32499 +LBR,1991,6,30859,31464 +LBR,1991,7,29905,30488 +LBR,1991,8,28966,29526 +LBR,1991,9,28022,28555 +LBR,1991,10,27083,27587 +LBR,1991,11,26182,26658 +LBR,1991,12,25312,25761 +LBR,1991,13,24459,24876 +LBR,1991,14,23619,23997 +LBR,1991,15,22794,23129 +LBR,1991,16,21994,22285 +LBR,1991,17,21221,21467 +LBR,1991,18,20462,20655 +LBR,1992,0,35105,35877 +LBR,1992,1,33887,34592 +LBR,1992,2,34224,34947 +LBR,1992,3,33103,33780 +LBR,1992,4,32058,32700 +LBR,1992,5,31078,31694 +LBR,1992,6,30153,30747 +LBR,1992,7,29284,29863 +LBR,1992,8,28473,29040 +LBR,1992,9,27645,28197 +LBR,1992,10,26765,27293 +LBR,1992,11,25859,26356 +LBR,1992,12,24991,25458 +LBR,1992,13,24147,24584 +LBR,1992,14,23323,23725 +LBR,1992,15,22521,22882 +LBR,1992,16,21739,22056 +LBR,1992,17,20976,21246 +LBR,1992,18,20235,20457 +LBR,1993,0,33998,34746 +LBR,1993,1,32764,33436 +LBR,1993,2,31642,32255 +LBR,1993,3,32316,32966 +LBR,1993,4,31315,31931 +LBR,1993,5,30396,30989 +LBR,1993,6,29544,30122 +LBR,1993,7,28746,29314 +LBR,1993,8,28004,28568 +LBR,1993,9,27324,27888 +LBR,1993,10,26597,27154 +LBR,1993,11,25772,26307 +LBR,1993,12,24891,25392 +LBR,1993,13,24047,24515 +LBR,1993,14,23222,23657 +LBR,1993,15,22419,22815 +LBR,1993,16,21647,22000 +LBR,1993,17,20901,21206 +LBR,1993,18,20167,20423 +LBR,1994,0,34310,35093 +LBR,1994,1,32946,33637 +LBR,1994,2,31735,32356 +LBR,1994,3,30660,31230 +LBR,1994,4,30966,31561 +LBR,1994,5,30068,30641 +LBR,1994,6,29259,29821 +LBR,1994,7,28521,29079 +LBR,1994,8,27835,28394 +LBR,1994,9,27209,27774 +LBR,1994,10,26648,27226 +LBR,1994,11,26010,26588 +LBR,1994,12,25227,25782 +LBR,1994,13,24355,24874 +LBR,1994,14,23521,24003 +LBR,1994,15,22700,23144 +LBR,1994,16,21903,22305 +LBR,1994,17,21148,21503 +LBR,1994,18,20425,20729 +LBR,1995,0,36503,37394 +LBR,1995,1,34867,35642 +LBR,1995,2,33441,34128 +LBR,1995,3,32203,32826 +LBR,1995,4,31131,31710 +LBR,1995,5,30202,30756 +LBR,1995,6,29393,29936 +LBR,1995,7,28682,29225 +LBR,1995,8,28046,28598 +LBR,1995,9,27464,28028 +LBR,1995,10,26944,27526 +LBR,1995,11,26497,27104 +LBR,1995,12,25938,26552 +LBR,1995,13,25182,25774 +LBR,1995,14,24301,24852 +LBR,1995,15,23460,23970 +LBR,1995,16,22626,23094 +LBR,1995,17,21819,22239 +LBR,1995,18,21067,21434 +LBR,1996,0,38512,39517 +LBR,1996,1,36896,37789 +LBR,1996,2,35300,36085 +LBR,1996,3,33922,34626 +LBR,1996,4,32736,33382 +LBR,1996,5,31717,32325 +LBR,1996,6,30844,31431 +LBR,1996,7,30096,30675 +LBR,1996,8,29423,30004 +LBR,1996,9,28788,29377 +LBR,1996,10,28182,28781 +LBR,1996,11,27639,28254 +LBR,1996,12,27165,27801 +LBR,1996,13,26582,27221 +LBR,1996,14,25807,26420 +LBR,1996,15,24912,25478 +LBR,1996,16,24051,24572 +LBR,1996,17,23196,23668 +LBR,1996,18,22368,22787 +LBR,1997,0,42410,43597 +LBR,1997,1,39952,40970 +LBR,1997,2,37980,38896 +LBR,1997,3,36394,37208 +LBR,1997,4,35038,35776 +LBR,1997,5,33881,34566 +LBR,1997,6,32896,33547 +LBR,1997,7,32062,32695 +LBR,1997,8,31362,31990 +LBR,1997,9,30713,31345 +LBR,1997,10,30068,30707 +LBR,1997,11,29426,30074 +LBR,1997,12,28850,29511 +LBR,1997,13,28341,29020 +LBR,1997,14,27722,28400 +LBR,1997,15,26914,27560 +LBR,1997,16,25988,26582 +LBR,1997,17,25092,25634 +LBR,1997,18,24199,24685 +LBR,1998,0,47144,48555 +LBR,1998,1,44174,45383 +LBR,1998,2,41637,42683 +LBR,1998,3,39269,40209 +LBR,1998,4,37685,38529 +LBR,1998,5,36344,37118 +LBR,1998,6,35211,35937 +LBR,1998,7,34255,34951 +LBR,1998,8,33458,34140 +LBR,1998,9,32802,33482 +LBR,1998,10,32176,32861 +LBR,1998,11,31516,32207 +LBR,1998,12,30835,31533 +LBR,1998,13,30223,30932 +LBR,1998,14,29675,30400 +LBR,1998,15,29016,29736 +LBR,1998,16,28172,28854 +LBR,1998,17,27209,27832 +LBR,1998,18,26273,26837 +LBR,1999,0,51263,52903 +LBR,1999,1,47925,49333 +LBR,1999,2,45061,46280 +LBR,1999,3,42629,43695 +LBR,1999,4,40277,41232 +LBR,1999,5,38707,39574 +LBR,1999,6,37391,38194 +LBR,1999,7,36292,37052 +LBR,1999,8,35374,36108 +LBR,1999,9,34619,35343 +LBR,1999,10,34013,34739 +LBR,1999,11,33415,34146 +LBR,1999,12,32745,33483 +LBR,1999,13,32030,32772 +LBR,1999,14,31386,32137 +LBR,1999,15,30803,31567 +LBR,1999,16,30109,30863 +LBR,1999,17,29233,29945 +LBR,1999,18,28240,28887 +LBR,2000,0,53768,55612 +LBR,2000,1,50327,51918 +LBR,2000,2,47346,48726 +LBR,2000,3,44787,45993 +LBR,2000,4,42608,43675 +LBR,2000,5,40771,41730 +LBR,2000,6,39236,40114 +LBR,2000,7,37962,38783 +LBR,2000,8,36910,37694 +LBR,2000,9,36039,36803 +LBR,2000,10,35337,36094 +LBR,2000,11,34789,35551 +LBR,2000,12,34225,34995 +LBR,2000,13,33554,34329 +LBR,2000,14,32814,33592 +LBR,2000,15,32146,32930 +LBR,2000,16,31536,32329 +LBR,2000,17,30816,31596 +LBR,2000,18,29919,30652 +LBR,2001,0,56078,58156 +LBR,2001,1,53238,55048 +LBR,2001,2,50080,51653 +LBR,2001,3,47300,48672 +LBR,2001,4,44869,46075 +LBR,2001,5,42761,43831 +LBR,2001,6,40936,41899 +LBR,2001,7,39356,40237 +LBR,2001,8,38049,38871 +LBR,2001,9,37010,37795 +LBR,2001,10,36177,36944 +LBR,2001,11,35483,36243 +LBR,2001,12,34924,35689 +LBR,2001,13,34351,35121 +LBR,2001,14,33674,34447 +LBR,2001,15,32930,33701 +LBR,2001,16,32254,33027 +LBR,2001,17,31634,32413 +LBR,2001,18,30904,31667 +LBR,2002,0,56787,59077 +LBR,2002,1,53810,55811 +LBR,2002,2,52109,53868 +LBR,2002,3,49273,50812 +LBR,2002,4,46726,48077 +LBR,2002,5,44452,45645 +LBR,2002,6,42437,43501 +LBR,2002,7,40645,41604 +LBR,2002,8,39039,39913 +LBR,2002,9,37713,38528 +LBR,2002,10,36698,37477 +LBR,2002,11,35912,36675 +LBR,2002,12,35233,35990 +LBR,2002,13,34671,35431 +LBR,2002,14,34094,34858 +LBR,2002,15,33418,34183 +LBR,2002,16,32679,33438 +LBR,2002,17,32003,32759 +LBR,2002,18,31380,32137 +LBR,2003,0,56621,59091 +LBR,2003,1,54149,56326 +LBR,2003,2,51809,53727 +LBR,2003,3,50731,52433 +LBR,2003,4,48229,49728 +LBR,2003,5,45925,47250 +LBR,2003,6,43818,44995 +LBR,2003,7,41906,42960 +LBR,2003,8,40155,41106 +LBR,2003,9,38531,39397 +LBR,2003,10,37193,37999 +LBR,2003,11,36207,36978 +LBR,2003,12,35471,36228 +LBR,2003,13,34812,35563 +LBR,2003,14,34248,35002 +LBR,2003,15,33670,34427 +LBR,2003,16,33000,33753 +LBR,2003,17,32269,33012 +LBR,2003,18,31596,32333 +LBR,2004,0,56599,59215 +LBR,2004,1,54613,56942 +LBR,2004,2,52625,54696 +LBR,2004,3,50651,52492 +LBR,2004,4,49477,51122 +LBR,2004,5,47299,48760 +LBR,2004,6,45232,46532 +LBR,2004,7,43285,44447 +LBR,2004,8,41471,42515 +LBR,2004,9,39757,40700 +LBR,2004,10,38111,38968 +LBR,2004,11,36759,37555 +LBR,2004,12,35799,36562 +LBR,2004,13,35112,35862 +LBR,2004,14,34470,35215 +LBR,2004,15,33904,34651 +LBR,2004,16,33324,34072 +LBR,2004,17,32657,33398 +LBR,2004,18,31932,32659 +LBR,2005,0,57395,60118 +LBR,2005,1,55766,58223 +LBR,2005,2,54042,56253 +LBR,2005,3,52247,54232 +LBR,2005,4,50404,52184 +LBR,2005,5,48537,50130 +LBR,2005,6,46669,48095 +LBR,2005,7,44825,46102 +LBR,2005,8,43027,44174 +LBR,2005,9,41299,42333 +LBR,2005,10,39611,40547 +LBR,2005,11,37932,38781 +LBR,2005,12,36557,37344 +LBR,2005,13,35617,36372 +LBR,2005,14,34974,35719 +LBR,2005,15,34346,35085 +LBR,2005,16,33774,34515 +LBR,2005,17,33188,33929 +LBR,2005,18,32521,33251 +LBR,2006,0,58377,61140 +LBR,2006,1,57337,59954 +LBR,2006,2,55720,58094 +LBR,2006,3,54019,56166 +LBR,2006,4,52255,54189 +LBR,2006,5,50448,52185 +LBR,2006,6,48623,50178 +LBR,2006,7,46806,48193 +LBR,2006,8,44995,46234 +LBR,2006,9,43204,44316 +LBR,2006,10,41465,42471 +LBR,2006,11,39769,40680 +LBR,2006,12,38082,38907 +LBR,2006,13,36697,37459 +LBR,2006,14,35749,36475 +LBR,2006,15,35098,35807 +LBR,2006,16,34460,35156 +LBR,2006,17,33876,34567 +LBR,2006,18,33279,33965 +LBR,2007,0,60085,62850 +LBR,2007,1,58782,61371 +LBR,2007,2,57593,60117 +LBR,2007,3,55978,58283 +LBR,2007,4,54291,56384 +LBR,2007,5,52548,54440 +LBR,2007,6,50767,52470 +LBR,2007,7,48975,50499 +LBR,2007,8,47197,48552 +LBR,2007,9,45411,46617 +LBR,2007,10,43617,44700 +LBR,2007,11,41858,42839 +LBR,2007,12,40145,41033 +LBR,2007,13,38439,39244 +LBR,2007,14,37037,37778 +LBR,2007,15,36075,36776 +LBR,2007,16,35414,36090 +LBR,2007,17,34762,35419 +LBR,2007,18,34163,34807 +LBR,2008,0,62155,64902 +LBR,2008,1,60870,63497 +LBR,2008,2,59451,61941 +LBR,2008,3,57976,60413 +LBR,2008,4,56361,58600 +LBR,2008,5,54683,56727 +LBR,2008,6,52958,54812 +LBR,2008,7,51200,52871 +LBR,2008,8,49436,50931 +LBR,2008,9,47694,49019 +LBR,2008,10,45928,47103 +LBR,2008,11,44127,45183 +LBR,2008,12,42344,43302 +LBR,2008,13,40610,41478 +LBR,2008,14,38882,39669 +LBR,2008,15,37459,38182 +LBR,2008,16,36482,37159 +LBR,2008,17,35808,36452 +LBR,2008,18,35141,35760 +LBR,2009,0,64086,66822 +LBR,2009,1,62797,65458 +LBR,2009,2,61401,63961 +LBR,2009,3,59910,62349 +LBR,2009,4,58288,60637 +LBR,2009,5,56674,58847 +LBR,2009,6,55008,57003 +LBR,2009,7,53302,55119 +LBR,2009,8,51569,53210 +LBR,2009,9,49837,51304 +LBR,2009,10,48133,49429 +LBR,2009,11,46390,47535 +LBR,2009,12,44585,45613 +LBR,2009,13,42780,43716 +LBR,2009,14,41026,41875 +LBR,2009,15,39278,40047 +LBR,2009,16,37836,38540 +LBR,2009,17,36845,37498 +LBR,2009,18,36159,36773 +LBR,2010,0,65543,68298 +LBR,2010,1,64272,66976 +LBR,2010,2,62916,65541 +LBR,2010,3,61483,64005 +LBR,2010,4,59983,62381 +LBR,2010,5,58424,60682 +LBR,2010,6,56816,58921 +LBR,2010,7,55166,57111 +LBR,2010,8,53486,55264 +LBR,2010,9,51783,53393 +LBR,2010,10,50087,51526 +LBR,2010,11,48427,49693 +LBR,2010,12,46711,47827 +LBR,2010,13,44907,45910 +LBR,2010,14,43085,44000 +LBR,2010,15,41318,42149 +LBR,2010,16,39555,40308 +LBR,2010,17,38099,38786 +LBR,2010,18,37097,37728 +LBR,2011,0,66962,69772 +LBR,2011,1,65518,68225 +LBR,2011,2,64253,66899 +LBR,2011,3,62913,65477 +LBR,2011,4,61505,63967 +LBR,2011,5,60034,62377 +LBR,2011,6,58510,60723 +LBR,2011,7,56944,59017 +LBR,2011,8,55323,57245 +LBR,2011,9,53647,55404 +LBR,2011,10,51933,53520 +LBR,2011,11,50229,51644 +LBR,2011,12,48560,49803 +LBR,2011,13,46834,47925 +LBR,2011,14,45022,45995 +LBR,2011,15,43192,44073 +LBR,2011,16,41415,42206 +LBR,2011,17,39641,40348 +LBR,2011,18,38175,38812 +LBR,2012,0,67981,70878 +LBR,2012,1,66797,69617 +LBR,2012,2,65327,67985 +LBR,2012,3,64072,66658 +LBR,2012,4,62752,65252 +LBR,2012,5,61371,63772 +LBR,2012,6,59933,62221 +LBR,2012,7,58449,60615 +LBR,2012,8,56929,58969 +LBR,2012,9,55341,57239 +LBR,2012,10,53674,55410 +LBR,2012,11,51953,53516 +LBR,2012,12,50244,51636 +LBR,2012,13,48571,49790 +LBR,2012,14,46840,47907 +LBR,2012,15,45024,45969 +LBR,2012,16,43191,44038 +LBR,2012,17,41408,42160 +LBR,2012,18,39627,40290 +LBR,2013,0,68736,71737 +LBR,2013,1,67599,70488 +LBR,2013,2,66415,69190 +LBR,2013,3,65035,67644 +LBR,2013,4,63790,66319 +LBR,2013,5,62492,64931 +LBR,2013,6,61141,63482 +LBR,2013,7,59738,61972 +LBR,2013,8,58296,60417 +LBR,2013,9,56824,58833 +LBR,2013,10,55271,57148 +LBR,2013,11,53616,55333 +LBR,2013,12,51891,53433 +LBR,2013,13,50181,51551 +LBR,2013,14,48506,49704 +LBR,2013,15,46772,47816 +LBR,2013,16,44955,45874 +LBR,2013,17,43122,43937 +LBR,2013,18,41337,42051 +LBR,2014,0,69425,72523 +LBR,2014,1,68309,71265 +LBR,2014,2,67162,69987 +LBR,2014,3,65983,68683 +LBR,2014,4,64708,67275 +LBR,2014,5,63475,65951 +LBR,2014,6,62199,64582 +LBR,2014,7,60879,63165 +LBR,2014,8,59513,61697 +LBR,2014,9,58112,60194 +LBR,2014,10,56690,58672 +LBR,2014,11,55173,57032 +LBR,2014,12,53530,55232 +LBR,2014,13,51802,53327 +LBR,2014,14,50092,51444 +LBR,2014,15,48415,49596 +LBR,2014,16,46680,47706 +LBR,2014,17,44863,45759 +LBR,2014,18,43030,43817 +LBR,2015,0,70186,73355 +LBR,2015,1,69052,72068 +LBR,2015,2,67911,70788 +LBR,2015,3,66756,69507 +LBR,2015,4,65584,68220 +LBR,2015,5,64389,66919 +LBR,2015,6,63168,65597 +LBR,2015,7,61914,64246 +LBR,2015,8,60625,62861 +LBR,2015,9,59294,61434 +LBR,2015,10,57936,59982 +LBR,2015,11,56563,58522 +LBR,2015,12,55081,56927 +LBR,2015,13,53450,55142 +LBR,2015,14,51719,53230 +LBR,2015,15,50008,51347 +LBR,2015,16,48329,49498 +LBR,2015,17,46592,47604 +LBR,2015,18,44775,45653 +LBR,2016,0,71124,74311 +LBR,2016,1,69873,72981 +LBR,2016,2,68745,71715 +LBR,2016,3,67620,70464 +LBR,2016,4,66491,69218 +LBR,2016,5,65349,67968 +LBR,2016,6,64192,66708 +LBR,2016,7,63015,65431 +LBR,2016,8,61794,64114 +LBR,2016,9,60514,62738 +LBR,2016,10,59178,61306 +LBR,2016,11,57818,59851 +LBR,2016,12,56442,58388 +LBR,2016,13,54958,56788 +LBR,2016,14,53326,54998 +LBR,2016,15,51594,53084 +LBR,2016,16,49881,51195 +LBR,2016,17,48199,49339 +LBR,2016,18,46459,47440 +LBR,2017,0,72106,75288 +LBR,2017,1,70829,73891 +LBR,2017,2,69552,72604 +LBR,2017,3,68429,71361 +LBR,2017,4,67321,70139 +LBR,2017,5,66216,68927 +LBR,2017,6,65106,67714 +LBR,2017,7,63986,66495 +LBR,2017,8,62855,65265 +LBR,2017,9,61666,63979 +LBR,2017,10,60395,62614 +LBR,2017,11,59054,61177 +LBR,2017,12,57692,59719 +LBR,2017,13,56314,58252 +LBR,2017,14,54828,56647 +LBR,2017,15,53194,54853 +LBR,2017,16,51463,52935 +LBR,2017,17,49747,51041 +LBR,2017,18,48061,49178 +LBR,2018,0,73153,76322 +LBR,2018,1,71768,74850 +LBR,2018,2,70466,73466 +LBR,2018,3,69230,72231 +LBR,2018,4,68112,71010 +LBR,2018,5,67020,69817 +LBR,2018,6,65941,68640 +LBR,2018,7,64862,67464 +LBR,2018,8,63780,66286 +LBR,2018,9,62693,65101 +LBR,2018,10,61537,63847 +LBR,2018,11,60276,62492 +LBR,2018,12,58930,61051 +LBR,2018,13,57565,59590 +LBR,2018,14,56186,58118 +LBR,2018,15,54697,56508 +LBR,2018,16,53062,54711 +LBR,2018,17,51330,52790 +LBR,2018,18,49613,50890 +LBR,2019,0,74000,77000 +LBR,2019,1,73000,76000 +LBR,2019,2,71000,74000 +LBR,2019,3,70000,73000 +LBR,2019,4,69000,72000 +LBR,2019,5,68000,71000 +LBR,2019,6,67000,69000 +LBR,2019,7,66000,68000 +LBR,2019,8,65000,67000 +LBR,2019,9,64000,66000 +LBR,2019,10,63000,65000 +LBR,2019,11,61000,64000 +LBR,2019,12,60000,62000 +LBR,2019,13,59000,61000 +LBR,2019,14,57000,59000 +LBR,2019,15,56000,58000 +LBR,2019,16,55000,56000 +LBR,2019,17,53000,55000 +LBR,2019,18,51000,53000 +LBR,2020,0,75000,79000 +LBR,2020,1,74000,77000 +LBR,2020,2,72000,75000 +LBR,2020,3,71000,74000 +LBR,2020,4,70000,73000 +LBR,2020,5,69000,71000 +LBR,2020,6,67000,70000 +LBR,2020,7,66000,69000 +LBR,2020,8,65000,68000 +LBR,2020,9,64000,67000 +LBR,2020,10,63000,66000 +LBR,2020,11,62000,65000 +LBR,2020,12,61000,64000 +LBR,2020,13,60000,62000 +LBR,2020,14,59000,61000 +LBR,2020,15,57000,59000 +LBR,2020,16,56000,58000 +LBR,2020,17,54000,56000 +LBR,2020,18,53000,54000 +LBR,2021,0,77000,80000 +LBR,2021,1,75000,78000 +LBR,2021,2,74000,77000 +LBR,2021,3,72000,75000 +LBR,2021,4,71000,74000 +LBR,2021,5,70000,73000 +LBR,2021,6,68000,71000 +LBR,2021,7,67000,70000 +LBR,2021,8,66000,69000 +LBR,2021,9,65000,68000 +LBR,2021,10,64000,67000 +LBR,2021,11,63000,66000 +LBR,2021,12,62000,65000 +LBR,2021,13,61000,63000 +LBR,2021,14,60000,62000 +LBR,2021,15,59000,61000 +LBR,2021,16,57000,59000 +LBR,2021,17,56000,58000 +LBR,2021,18,54000,56000 +LBR,2022,0,78000,82000 +LBR,2022,1,76000,80000 +LBR,2022,2,75000,78000 +LBR,2022,3,73000,76000 +LBR,2022,4,72000,75000 +LBR,2022,5,71000,74000 +LBR,2022,6,69000,72000 +LBR,2022,7,68000,71000 +LBR,2022,8,67000,70000 +LBR,2022,9,66000,69000 +LBR,2022,10,65000,68000 +LBR,2022,11,64000,67000 +LBR,2022,12,63000,66000 +LBR,2022,13,62000,65000 +LBR,2022,14,61000,63000 +LBR,2022,15,60000,62000 +LBR,2022,16,58000,60000 +LBR,2022,17,57000,59000 +LBR,2022,18,56000,58000 +LBR,2023,0,80000,83000 +LBR,2023,1,78000,81000 +LBR,2023,2,76000,79000 +LBR,2023,3,74000,77000 +LBR,2023,4,73000,76000 +LBR,2023,5,72000,75000 +LBR,2023,6,70000,73000 +LBR,2023,7,69000,72000 +LBR,2023,8,68000,71000 +LBR,2023,9,67000,70000 +LBR,2023,10,66000,69000 +LBR,2023,11,65000,68000 +LBR,2023,12,64000,67000 +LBR,2023,13,63000,65000 +LBR,2023,14,62000,64000 +LBR,2023,15,61000,63000 +LBR,2023,16,60000,62000 +LBR,2023,17,58000,60000 +LBR,2023,18,57000,59000 +LBR,2024,0,81000,84000 +LBR,2024,1,79000,82000 +LBR,2024,2,77000,80000 +LBR,2024,3,75000,79000 +LBR,2024,4,74000,77000 +LBR,2024,5,73000,76000 +LBR,2024,6,71000,74000 +LBR,2024,7,70000,73000 +LBR,2024,8,69000,72000 +LBR,2024,9,68000,71000 +LBR,2024,10,67000,70000 +LBR,2024,11,66000,69000 +LBR,2024,12,65000,68000 +LBR,2024,13,64000,66000 +LBR,2024,14,63000,65000 +LBR,2024,15,62000,64000 +LBR,2024,16,61000,63000 +LBR,2024,17,60000,62000 +LBR,2024,18,58000,60000 +LBR,2025,0,82000,86000 +LBR,2025,1,80000,84000 +LBR,2025,2,78000,82000 +LBR,2025,3,77000,80000 +LBR,2025,4,75000,78000 +LBR,2025,5,74000,77000 +LBR,2025,6,72000,75000 +LBR,2025,7,71000,74000 +LBR,2025,8,70000,73000 +LBR,2025,9,69000,72000 +LBR,2025,10,68000,71000 +LBR,2025,11,67000,70000 +LBR,2025,12,66000,69000 +LBR,2025,13,65000,67000 +LBR,2025,14,64000,66000 +LBR,2025,15,63000,65000 +LBR,2025,16,62000,64000 +LBR,2025,17,61000,63000 +LBR,2025,18,59000,62000 +LBR,2026,0,83000,87000 +LBR,2026,1,82000,85000 +LBR,2026,2,80000,83000 +LBR,2026,3,78000,81000 +LBR,2026,4,77000,80000 +LBR,2026,5,75000,78000 +LBR,2026,6,74000,77000 +LBR,2026,7,72000,75000 +LBR,2026,8,71000,74000 +LBR,2026,9,70000,73000 +LBR,2026,10,69000,72000 +LBR,2026,11,68000,70000 +LBR,2026,12,67000,69000 +LBR,2026,13,66000,68000 +LBR,2026,14,65000,67000 +LBR,2026,15,64000,66000 +LBR,2026,16,63000,65000 +LBR,2026,17,62000,64000 +LBR,2026,18,61000,63000 +LBR,2027,0,84000,88000 +LBR,2027,1,83000,86000 +LBR,2027,2,81000,85000 +LBR,2027,3,80000,83000 +LBR,2027,4,78000,81000 +LBR,2027,5,76000,79000 +LBR,2027,6,75000,78000 +LBR,2027,7,73000,76000 +LBR,2027,8,72000,75000 +LBR,2027,9,71000,74000 +LBR,2027,10,70000,73000 +LBR,2027,11,69000,71000 +LBR,2027,12,68000,70000 +LBR,2027,13,67000,69000 +LBR,2027,14,66000,68000 +LBR,2027,15,65000,67000 +LBR,2027,16,64000,66000 +LBR,2027,17,63000,65000 +LBR,2027,18,62000,64000 +LBR,2028,0,85000,89000 +LBR,2028,1,84000,87000 +LBR,2028,2,82000,85000 +LBR,2028,3,81000,84000 +LBR,2028,4,79000,83000 +LBR,2028,5,78000,81000 +LBR,2028,6,76000,79000 +LBR,2028,7,75000,78000 +LBR,2028,8,73000,76000 +LBR,2028,9,72000,75000 +LBR,2028,10,71000,74000 +LBR,2028,11,70000,72000 +LBR,2028,12,68000,71000 +LBR,2028,13,67000,70000 +LBR,2028,14,66000,69000 +LBR,2028,15,65000,68000 +LBR,2028,16,64000,67000 +LBR,2028,17,63000,66000 +LBR,2028,18,62000,65000 +LBR,2029,0,86000,90000 +LBR,2029,1,85000,88000 +LBR,2029,2,83000,87000 +LBR,2029,3,82000,85000 +LBR,2029,4,81000,84000 +LBR,2029,5,79000,82000 +LBR,2029,6,78000,81000 +LBR,2029,7,76000,79000 +LBR,2029,8,75000,78000 +LBR,2029,9,73000,76000 +LBR,2029,10,72000,75000 +LBR,2029,11,71000,73000 +LBR,2029,12,69000,72000 +LBR,2029,13,68000,71000 +LBR,2029,14,67000,70000 +LBR,2029,15,66000,69000 +LBR,2029,16,65000,68000 +LBR,2029,17,64000,67000 +LBR,2029,18,63000,66000 +LBR,2030,0,87000,91000 +LBR,2030,1,86000,89000 +LBR,2030,2,84000,88000 +LBR,2030,3,83000,86000 +LBR,2030,4,82000,85000 +LBR,2030,5,80000,83000 +LBR,2030,6,79000,82000 +LBR,2030,7,77000,80000 +LBR,2030,8,76000,79000 +LBR,2030,9,74000,77000 +LBR,2030,10,73000,76000 +LBR,2030,11,72000,75000 +LBR,2030,12,70000,73000 +LBR,2030,13,69000,72000 +LBR,2030,14,68000,71000 +LBR,2030,15,67000,70000 +LBR,2030,16,66000,69000 +LBR,2030,17,65000,68000 +LBR,2030,18,64000,67000 +LBR,2031,0,88000,92000 +LBR,2031,1,87000,91000 +LBR,2031,2,86000,89000 +LBR,2031,3,84000,88000 +LBR,2031,4,83000,86000 +LBR,2031,5,81000,85000 +LBR,2031,6,80000,83000 +LBR,2031,7,79000,82000 +LBR,2031,8,77000,80000 +LBR,2031,9,76000,79000 +LBR,2031,10,74000,77000 +LBR,2031,11,73000,76000 +LBR,2031,12,72000,74000 +LBR,2031,13,70000,73000 +LBR,2031,14,69000,72000 +LBR,2031,15,68000,71000 +LBR,2031,16,67000,70000 +LBR,2031,17,66000,69000 +LBR,2031,18,65000,68000 +LBR,2032,0,89000,93000 +LBR,2032,1,88000,92000 +LBR,2032,2,87000,90000 +LBR,2032,3,85000,89000 +LBR,2032,4,84000,87000 +LBR,2032,5,83000,86000 +LBR,2032,6,81000,85000 +LBR,2032,7,80000,83000 +LBR,2032,8,78000,82000 +LBR,2032,9,77000,80000 +LBR,2032,10,76000,79000 +LBR,2032,11,74000,77000 +LBR,2032,12,73000,76000 +LBR,2032,13,72000,74000 +LBR,2032,14,70000,73000 +LBR,2032,15,69000,72000 +LBR,2032,16,68000,71000 +LBR,2032,17,67000,70000 +LBR,2032,18,66000,69000 +LBR,2033,0,90000,94000 +LBR,2033,1,89000,93000 +LBR,2033,2,88000,91000 +LBR,2033,3,86000,90000 +LBR,2033,4,85000,89000 +LBR,2033,5,84000,87000 +LBR,2033,6,82000,86000 +LBR,2033,7,81000,84000 +LBR,2033,8,80000,83000 +LBR,2033,9,78000,81000 +LBR,2033,10,77000,80000 +LBR,2033,11,76000,79000 +LBR,2033,12,74000,77000 +LBR,2033,13,73000,76000 +LBR,2033,14,71000,74000 +LBR,2033,15,70000,73000 +LBR,2033,16,69000,72000 +LBR,2033,17,68000,71000 +LBR,2033,18,67000,70000 +LBR,2034,0,91000,95000 +LBR,2034,1,90000,94000 +LBR,2034,2,89000,92000 +LBR,2034,3,87000,91000 +LBR,2034,4,86000,90000 +LBR,2034,5,85000,88000 +LBR,2034,6,83000,87000 +LBR,2034,7,82000,85000 +LBR,2034,8,81000,84000 +LBR,2034,9,80000,83000 +LBR,2034,10,78000,81000 +LBR,2034,11,77000,80000 +LBR,2034,12,75000,78000 +LBR,2034,13,74000,77000 +LBR,2034,14,73000,76000 +LBR,2034,15,71000,74000 +LBR,2034,16,70000,73000 +LBR,2034,17,69000,72000 +LBR,2034,18,68000,70000 +LBR,2035,0,92000,96000 +LBR,2035,1,91000,95000 +LBR,2035,2,90000,93000 +LBR,2035,3,88000,92000 +LBR,2035,4,87000,91000 +LBR,2035,5,86000,89000 +LBR,2035,6,85000,88000 +LBR,2035,7,83000,87000 +LBR,2035,8,82000,85000 +LBR,2035,9,81000,84000 +LBR,2035,10,79000,83000 +LBR,2035,11,78000,81000 +LBR,2035,12,77000,80000 +LBR,2035,13,75000,78000 +LBR,2035,14,74000,77000 +LBR,2035,15,73000,75000 +LBR,2035,16,71000,74000 +LBR,2035,17,70000,73000 +LBR,2035,18,69000,71000 +LBR,2036,0,93000,97000 +LBR,2036,1,92000,96000 +LBR,2036,2,91000,94000 +LBR,2036,3,89000,93000 +LBR,2036,4,88000,92000 +LBR,2036,5,87000,90000 +LBR,2036,6,86000,89000 +LBR,2036,7,84000,88000 +LBR,2036,8,83000,86000 +LBR,2036,9,82000,85000 +LBR,2036,10,81000,84000 +LBR,2036,11,79000,82000 +LBR,2036,12,78000,81000 +LBR,2036,13,77000,80000 +LBR,2036,14,75000,78000 +LBR,2036,15,74000,77000 +LBR,2036,16,72000,75000 +LBR,2036,17,71000,74000 +LBR,2036,18,70000,72000 +LBR,2037,0,94000,98000 +LBR,2037,1,93000,97000 +LBR,2037,2,92000,95000 +LBR,2037,3,90000,94000 +LBR,2037,4,89000,93000 +LBR,2037,5,88000,92000 +LBR,2037,6,87000,90000 +LBR,2037,7,86000,89000 +LBR,2037,8,84000,88000 +LBR,2037,9,83000,86000 +LBR,2037,10,82000,85000 +LBR,2037,11,80000,84000 +LBR,2037,12,79000,82000 +LBR,2037,13,78000,81000 +LBR,2037,14,77000,80000 +LBR,2037,15,75000,78000 +LBR,2037,16,74000,77000 +LBR,2037,17,72000,75000 +LBR,2037,18,71000,74000 +LBR,2038,0,95000,99000 +LBR,2038,1,94000,97000 +LBR,2038,2,92000,96000 +LBR,2038,3,91000,95000 +LBR,2038,4,90000,94000 +LBR,2038,5,89000,93000 +LBR,2038,6,88000,91000 +LBR,2038,7,87000,90000 +LBR,2038,8,85000,89000 +LBR,2038,9,84000,87000 +LBR,2038,10,83000,86000 +LBR,2038,11,82000,85000 +LBR,2038,12,80000,84000 +LBR,2038,13,79000,82000 +LBR,2038,14,78000,81000 +LBR,2038,15,76000,79000 +LBR,2038,16,75000,78000 +LBR,2038,17,74000,76000 +LBR,2038,18,72000,75000 +LBR,2039,0,95000,100000 +LBR,2039,1,94000,98000 +LBR,2039,2,93000,97000 +LBR,2039,3,92000,96000 +LBR,2039,4,91000,95000 +LBR,2039,5,90000,93000 +LBR,2039,6,89000,92000 +LBR,2039,7,88000,91000 +LBR,2039,8,86000,90000 +LBR,2039,9,85000,89000 +LBR,2039,10,84000,87000 +LBR,2039,11,83000,86000 +LBR,2039,12,82000,85000 +LBR,2039,13,80000,83000 +LBR,2039,14,79000,82000 +LBR,2039,15,78000,81000 +LBR,2039,16,76000,79000 +LBR,2039,17,75000,78000 +LBR,2039,18,74000,76000 +LBR,2040,0,96000,100000 +LBR,2040,1,95000,99000 +LBR,2040,2,94000,98000 +LBR,2040,3,93000,97000 +LBR,2040,4,92000,96000 +LBR,2040,5,91000,94000 +LBR,2040,6,90000,93000 +LBR,2040,7,89000,92000 +LBR,2040,8,87000,91000 +LBR,2040,9,86000,90000 +LBR,2040,10,85000,88000 +LBR,2040,11,84000,87000 +LBR,2040,12,83000,86000 +LBR,2040,13,81000,85000 +LBR,2040,14,80000,83000 +LBR,2040,15,79000,82000 +LBR,2040,16,78000,81000 +LBR,2040,17,76000,79000 +LBR,2040,18,75000,78000 +LBR,2041,0,97000,101000 +LBR,2041,1,96000,100000 +LBR,2041,2,95000,99000 +LBR,2041,3,94000,98000 +LBR,2041,4,93000,97000 +LBR,2041,5,92000,95000 +LBR,2041,6,91000,94000 +LBR,2041,7,90000,93000 +LBR,2041,8,88000,92000 +LBR,2041,9,87000,91000 +LBR,2041,10,86000,90000 +LBR,2041,11,85000,88000 +LBR,2041,12,84000,87000 +LBR,2041,13,83000,86000 +LBR,2041,14,81000,85000 +LBR,2041,15,80000,83000 +LBR,2041,16,79000,82000 +LBR,2041,17,77000,80000 +LBR,2041,18,76000,79000 +LBR,2042,0,98000,102000 +LBR,2042,1,97000,101000 +LBR,2042,2,96000,100000 +LBR,2042,3,95000,99000 +LBR,2042,4,94000,98000 +LBR,2042,5,93000,96000 +LBR,2042,6,92000,95000 +LBR,2042,7,91000,94000 +LBR,2042,8,89000,93000 +LBR,2042,9,88000,92000 +LBR,2042,10,87000,91000 +LBR,2042,11,86000,89000 +LBR,2042,12,85000,88000 +LBR,2042,13,84000,87000 +LBR,2042,14,83000,86000 +LBR,2042,15,81000,84000 +LBR,2042,16,80000,83000 +LBR,2042,17,79000,82000 +LBR,2042,18,77000,80000 +LBR,2043,0,99000,103000 +LBR,2043,1,98000,102000 +LBR,2043,2,97000,101000 +LBR,2043,3,96000,100000 +LBR,2043,4,95000,98000 +LBR,2043,5,94000,97000 +LBR,2043,6,92000,96000 +LBR,2043,7,91000,95000 +LBR,2043,8,90000,94000 +LBR,2043,9,89000,93000 +LBR,2043,10,88000,92000 +LBR,2043,11,87000,90000 +LBR,2043,12,86000,89000 +LBR,2043,13,85000,88000 +LBR,2043,14,84000,87000 +LBR,2043,15,82000,86000 +LBR,2043,16,81000,84000 +LBR,2043,17,80000,83000 +LBR,2043,18,79000,81000 +LBR,2044,0,99000,104000 +LBR,2044,1,98000,103000 +LBR,2044,2,97000,101000 +LBR,2044,3,96000,100000 +LBR,2044,4,95000,99000 +LBR,2044,5,94000,98000 +LBR,2044,6,93000,97000 +LBR,2044,7,92000,96000 +LBR,2044,8,91000,95000 +LBR,2044,9,90000,94000 +LBR,2044,10,89000,93000 +LBR,2044,11,88000,92000 +LBR,2044,12,87000,90000 +LBR,2044,13,86000,89000 +LBR,2044,14,85000,88000 +LBR,2044,15,84000,87000 +LBR,2044,16,82000,85000 +LBR,2044,17,81000,84000 +LBR,2044,18,80000,83000 +LBR,2045,0,100000,104000 +LBR,2045,1,99000,103000 +LBR,2045,2,98000,102000 +LBR,2045,3,97000,101000 +LBR,2045,4,96000,100000 +LBR,2045,5,95000,99000 +LBR,2045,6,94000,98000 +LBR,2045,7,93000,97000 +LBR,2045,8,92000,96000 +LBR,2045,9,91000,95000 +LBR,2045,10,90000,94000 +LBR,2045,11,89000,93000 +LBR,2045,12,88000,91000 +LBR,2045,13,87000,90000 +LBR,2045,14,86000,89000 +LBR,2045,15,85000,88000 +LBR,2045,16,83000,87000 +LBR,2045,17,82000,85000 +LBR,2045,18,81000,84000 +LBR,2046,0,101000,105000 +LBR,2046,1,100000,104000 +LBR,2046,2,99000,103000 +LBR,2046,3,98000,102000 +LBR,2046,4,97000,101000 +LBR,2046,5,96000,100000 +LBR,2046,6,95000,99000 +LBR,2046,7,94000,98000 +LBR,2046,8,93000,97000 +LBR,2046,9,92000,96000 +LBR,2046,10,91000,95000 +LBR,2046,11,90000,93000 +LBR,2046,12,89000,92000 +LBR,2046,13,88000,91000 +LBR,2046,14,87000,90000 +LBR,2046,15,86000,89000 +LBR,2046,16,84000,88000 +LBR,2046,17,83000,86000 +LBR,2046,18,82000,85000 +LBR,2047,0,101000,106000 +LBR,2047,1,100000,105000 +LBR,2047,2,100000,104000 +LBR,2047,3,99000,103000 +LBR,2047,4,98000,102000 +LBR,2047,5,97000,101000 +LBR,2047,6,96000,100000 +LBR,2047,7,95000,99000 +LBR,2047,8,94000,98000 +LBR,2047,9,93000,97000 +LBR,2047,10,92000,96000 +LBR,2047,11,91000,94000 +LBR,2047,12,90000,93000 +LBR,2047,13,89000,92000 +LBR,2047,14,88000,91000 +LBR,2047,15,87000,90000 +LBR,2047,16,86000,89000 +LBR,2047,17,84000,88000 +LBR,2047,18,83000,86000 +LBR,2048,0,102000,106000 +LBR,2048,1,101000,105000 +LBR,2048,2,100000,104000 +LBR,2048,3,99000,103000 +LBR,2048,4,98000,102000 +LBR,2048,5,98000,101000 +LBR,2048,6,97000,100000 +LBR,2048,7,96000,99000 +LBR,2048,8,95000,98000 +LBR,2048,9,94000,97000 +LBR,2048,10,93000,96000 +LBR,2048,11,92000,95000 +LBR,2048,12,91000,94000 +LBR,2048,13,90000,93000 +LBR,2048,14,89000,92000 +LBR,2048,15,88000,91000 +LBR,2048,16,87000,90000 +LBR,2048,17,85000,89000 +LBR,2048,18,84000,87000 +LBR,2049,0,102000,107000 +LBR,2049,1,102000,106000 +LBR,2049,2,101000,105000 +LBR,2049,3,100000,104000 +LBR,2049,4,99000,103000 +LBR,2049,5,98000,102000 +LBR,2049,6,97000,101000 +LBR,2049,7,96000,100000 +LBR,2049,8,96000,99000 +LBR,2049,9,95000,98000 +LBR,2049,10,94000,97000 +LBR,2049,11,93000,96000 +LBR,2049,12,92000,95000 +LBR,2049,13,91000,94000 +LBR,2049,14,90000,93000 +LBR,2049,15,89000,92000 +LBR,2049,16,88000,91000 +LBR,2049,17,86000,90000 +LBR,2049,18,85000,88000 +LBR,2050,0,103000,107000 +LBR,2050,1,102000,106000 +LBR,2050,2,101000,106000 +LBR,2050,3,101000,105000 +LBR,2050,4,100000,104000 +LBR,2050,5,99000,103000 +LBR,2050,6,98000,102000 +LBR,2050,7,97000,101000 +LBR,2050,8,96000,100000 +LBR,2050,9,95000,99000 +LBR,2050,10,95000,98000 +LBR,2050,11,94000,97000 +LBR,2050,12,93000,96000 +LBR,2050,13,92000,95000 +LBR,2050,14,91000,94000 +LBR,2050,15,90000,93000 +LBR,2050,16,89000,92000 +LBR,2050,17,87000,91000 +LBR,2050,18,86000,90000 +LBY,1990,0,64445,67506 +LBY,1990,1,63553,66546 +LBY,1990,2,62819,65746 +LBY,1990,3,62217,65079 +LBY,1990,4,61717,64515 +LBY,1990,5,61292,64025 +LBY,1990,6,60912,63580 +LBY,1990,7,60550,63151 +LBY,1990,8,60178,62709 +LBY,1990,9,59767,62225 +LBY,1990,10,59320,61712 +LBY,1990,11,58840,61183 +LBY,1990,12,58142,60399 +LBY,1990,13,57136,59245 +LBY,1990,14,55887,57821 +LBY,1990,15,54574,56367 +LBY,1990,16,53187,54874 +LBY,1990,17,51603,53219 +LBY,1990,18,49786,51377 +LBY,1991,0,63038,66137 +LBY,1991,1,64025,67056 +LBY,1991,2,63388,66356 +LBY,1991,3,62817,65723 +LBY,1991,4,62300,65143 +LBY,1991,5,61822,64603 +LBY,1991,6,61357,64074 +LBY,1991,7,60877,63528 +LBY,1991,8,60442,63025 +LBY,1991,9,60069,62581 +LBY,1991,10,59701,62139 +LBY,1991,11,59266,61636 +LBY,1991,12,58783,61101 +LBY,1991,13,58083,60314 +LBY,1991,14,57078,59163 +LBY,1991,15,55831,57744 +LBY,1991,16,54519,56294 +LBY,1991,17,53134,54806 +LBY,1991,18,51552,53156 +LBY,1992,0,60868,64009 +LBY,1992,1,61424,64494 +LBY,1992,2,63690,66718 +LBY,1992,3,63307,66277 +LBY,1992,4,62898,65809 +LBY,1992,5,62464,65315 +LBY,1992,6,62009,64798 +LBY,1992,7,61504,64229 +LBY,1992,8,60921,63581 +LBY,1992,9,60412,63004 +LBY,1992,10,60039,62557 +LBY,1992,11,59714,62156 +LBY,1992,12,59291,61663 +LBY,1992,13,58803,61121 +LBY,1992,14,58100,60330 +LBY,1992,15,57094,59179 +LBY,1992,16,55848,57762 +LBY,1992,17,54536,56315 +LBY,1992,18,53151,54828 +LBY,1993,0,58340,61510 +LBY,1993,1,59878,62993 +LBY,1993,2,61062,64124 +LBY,1993,3,63381,66414 +LBY,1993,4,63253,66233 +LBY,1993,5,63006,65930 +LBY,1993,6,62656,65522 +LBY,1993,7,62222,65028 +LBY,1993,8,61676,64419 +LBY,1993,9,60992,63669 +LBY,1993,10,60409,63016 +LBY,1993,11,60034,62567 +LBY,1993,12,59752,62206 +LBY,1993,13,59341,61723 +LBY,1993,14,58849,61174 +LBY,1993,15,58143,60378 +LBY,1993,16,57135,59226 +LBY,1993,17,55889,57812 +LBY,1993,18,54577,56367 +LBY,1994,0,56045,59208 +LBY,1994,1,58346,61473 +LBY,1994,2,60142,63231 +LBY,1994,3,61477,64527 +LBY,1994,4,63025,66042 +LBY,1994,5,63152,66121 +LBY,1994,6,63066,65984 +LBY,1994,7,62801,65663 +LBY,1994,8,62389,65192 +LBY,1994,9,61803,64544 +LBY,1994,10,61017,63691 +LBY,1994,11,60360,62964 +LBY,1994,12,59985,62513 +LBY,1994,13,59745,62193 +LBY,1994,14,59346,61719 +LBY,1994,15,58850,61164 +LBY,1994,16,58141,60364 +LBY,1994,17,57133,59213 +LBY,1994,18,55888,57803 +LBY,1995,0,54435,57545 +LBY,1995,1,57059,60149 +LBY,1995,2,59139,62204 +LBY,1995,3,60722,63758 +LBY,1995,4,61857,64859 +LBY,1995,5,62591,65554 +LBY,1995,6,62973,65893 +LBY,1995,7,63050,65921 +LBY,1995,8,62869,65688 +LBY,1995,9,62480,65241 +LBY,1995,10,61855,64554 +LBY,1995,11,60967,63602 +LBY,1995,12,60238,62801 +LBY,1995,13,59862,62348 +LBY,1995,14,59666,62070 +LBY,1995,15,59279,61607 +LBY,1995,16,58780,61047 +LBY,1995,17,58069,60244 +LBY,1995,18,57062,59096 +LBY,1996,0,53907,57005 +LBY,1996,1,54968,58082 +LBY,1996,2,57248,60346 +LBY,1996,3,59115,62191 +LBY,1996,4,60594,63643 +LBY,1996,5,61710,64728 +LBY,1996,6,62513,65496 +LBY,1996,7,63050,65997 +LBY,1996,8,63237,66136 +LBY,1996,9,63055,65892 +LBY,1996,10,62597,65363 +LBY,1996,11,61947,64641 +LBY,1996,12,61057,63674 +LBY,1996,13,60324,62877 +LBY,1996,14,59948,62457 +LBY,1996,15,59751,62228 +LBY,1996,16,59364,61813 +LBY,1996,17,58863,61300 +LBY,1996,18,58152,60546 +LBY,1997,0,54072,57120 +LBY,1997,1,55852,58913 +LBY,1997,2,55405,58496 +LBY,1997,3,57337,60414 +LBY,1997,4,58987,62045 +LBY,1997,5,60358,63392 +LBY,1997,6,61454,64459 +LBY,1997,7,62324,65298 +LBY,1997,8,63016,65960 +LBY,1997,9,63313,66210 +LBY,1997,10,63130,65957 +LBY,1997,11,62605,65346 +LBY,1997,12,61931,64590 +LBY,1997,13,61038,63611 +LBY,1997,14,60305,62819 +LBY,1997,15,59928,62431 +LBY,1997,16,59731,62254 +LBY,1997,17,59344,61888 +LBY,1997,18,58843,61423 +LBY,1998,0,54708,57691 +LBY,1998,1,55594,58603 +LBY,1998,2,56503,59528 +LBY,1998,3,55793,58847 +LBY,1998,4,57376,60418 +LBY,1998,5,58808,61833 +LBY,1998,6,60070,63074 +LBY,1998,7,61145,64121 +LBY,1998,8,62082,65030 +LBY,1998,9,62928,65853 +LBY,1998,10,63334,66214 +LBY,1998,11,63151,65950 +LBY,1998,12,62558,65260 +LBY,1998,13,61862,64471 +LBY,1998,14,60967,63479 +LBY,1998,15,60233,62694 +LBY,1998,16,59856,62340 +LBY,1998,17,59660,62214 +LBY,1998,18,59273,61897 +LBY,1999,0,55451,58396 +LBY,1999,1,55481,58454 +LBY,1999,2,55772,58765 +LBY,1999,3,56278,59284 +LBY,1999,4,56199,59219 +LBY,1999,5,57434,60445 +LBY,1999,6,58649,61645 +LBY,1999,7,59803,62780 +LBY,1999,8,60857,63808 +LBY,1999,9,61860,64787 +LBY,1999,10,62860,65771 +LBY,1999,11,63376,66242 +LBY,1999,12,63192,65969 +LBY,1999,13,62533,65198 +LBY,1999,14,61812,64375 +LBY,1999,15,60917,63372 +LBY,1999,16,60181,62593 +LBY,1999,17,59804,62272 +LBY,1999,18,59608,62197 +LBY,2000,0,56034,58989 +LBY,2000,1,55443,58417 +LBY,2000,2,55271,58259 +LBY,2000,3,55457,58455 +LBY,2000,4,55938,58941 +LBY,2000,5,56654,59656 +LBY,2000,6,57541,60538 +LBY,2000,7,58540,61525 +LBY,2000,8,59587,62555 +LBY,2000,9,60622,63565 +LBY,2000,10,61692,64615 +LBY,2000,11,62847,65761 +LBY,2000,12,63473,66343 +LBY,2000,13,63288,66059 +LBY,2000,14,62560,65207 +LBY,2000,15,61816,64351 +LBY,2000,16,60919,63335 +LBY,2000,17,60181,62561 +LBY,2000,18,59803,62272 +LBY,2001,0,56246,59252 +LBY,2001,1,55822,58772 +LBY,2001,2,55370,58331 +LBY,2001,3,55285,58256 +LBY,2001,4,55514,58494 +LBY,2001,5,56004,58990 +LBY,2001,6,56696,59686 +LBY,2001,7,57531,60523 +LBY,2001,8,58485,61470 +LBY,2001,9,59519,62480 +LBY,2001,10,60561,63487 +LBY,2001,11,61624,64522 +LBY,2001,12,62761,65643 +LBY,2001,13,63396,66238 +LBY,2001,14,63261,66024 +LBY,2001,15,62610,65278 +LBY,2001,16,61937,64521 +LBY,2001,17,61108,63604 +LBY,2001,18,60433,62924 +LBY,2002,0,56287,59394 +LBY,2002,1,55325,58384 +LBY,2002,2,55648,58606 +LBY,2002,3,55334,58295 +LBY,2002,4,55335,58303 +LBY,2002,5,55608,58583 +LBY,2002,6,56108,59090 +LBY,2002,7,56776,59767 +LBY,2002,8,57558,60562 +LBY,2002,9,58469,61469 +LBY,2002,10,59490,62460 +LBY,2002,11,60539,63464 +LBY,2002,12,61597,64485 +LBY,2002,13,62717,65582 +LBY,2002,14,63361,66190 +LBY,2002,15,63276,66046 +LBY,2002,16,62701,65406 +LBY,2002,17,62098,64748 +LBY,2002,18,61337,63928 +LBY,2003,0,56363,59589 +LBY,2003,1,55470,58605 +LBY,2003,2,54945,58011 +LBY,2003,3,55493,58461 +LBY,2003,4,55318,58281 +LBY,2003,5,55406,58371 +LBY,2003,6,55723,58694 +LBY,2003,7,56231,59211 +LBY,2003,8,56877,59871 +LBY,2003,9,57606,60622 +LBY,2003,10,58474,61490 +LBY,2003,11,59483,62463 +LBY,2003,12,60540,63463 +LBY,2003,13,61592,64472 +LBY,2003,14,62695,65545 +LBY,2003,15,63349,66166 +LBY,2003,16,63314,66091 +LBY,2003,17,62815,65557 +LBY,2003,18,62281,64998 +LBY,2004,0,56768,60089 +LBY,2004,1,55906,59101 +LBY,2004,2,55337,58434 +LBY,2004,3,55032,58059 +LBY,2004,4,55326,58286 +LBY,2004,5,55289,58237 +LBY,2004,6,55464,58410 +LBY,2004,7,55824,58776 +LBY,2004,8,56342,59303 +LBY,2004,9,56965,59944 +LBY,2004,10,57641,60651 +LBY,2004,11,58466,61480 +LBY,2004,12,59462,62434 +LBY,2004,13,60527,63431 +LBY,2004,14,61573,64425 +LBY,2004,15,62659,65475 +LBY,2004,16,63323,66109 +LBY,2004,17,63338,66104 +LBY,2004,18,62914,65675 +LBY,2005,0,57693,61051 +LBY,2005,1,56706,59920 +LBY,2005,2,55975,59077 +LBY,2005,3,55480,58499 +LBY,2005,4,55203,58164 +LBY,2005,5,55125,58048 +LBY,2005,6,55226,58130 +LBY,2005,7,55488,58386 +LBY,2005,8,55892,58794 +LBY,2005,9,56418,59331 +LBY,2005,10,57018,59952 +LBY,2005,11,57641,60615 +LBY,2005,12,58422,61403 +LBY,2005,13,59404,62337 +LBY,2005,14,60477,63330 +LBY,2005,15,61516,64310 +LBY,2005,16,62584,65334 +LBY,2005,17,63258,65980 +LBY,2005,18,63323,66044 +LBY,2006,0,59407,62838 +LBY,2006,1,57740,61098 +LBY,2006,2,56756,59986 +LBY,2006,3,56028,59157 +LBY,2006,4,55539,58590 +LBY,2006,5,55267,58262 +LBY,2006,6,55195,58150 +LBY,2006,7,55303,58232 +LBY,2006,8,55570,58489 +LBY,2006,9,55977,58900 +LBY,2006,10,56504,59440 +LBY,2006,11,57105,60064 +LBY,2006,12,57729,60727 +LBY,2006,13,58510,61513 +LBY,2006,14,59492,62440 +LBY,2006,15,60562,63423 +LBY,2006,16,61599,64394 +LBY,2006,17,62665,65408 +LBY,2006,18,63335,66045 +LBY,2007,0,61569,65018 +LBY,2007,1,59790,63121 +LBY,2007,2,57746,61078 +LBY,2007,3,56765,59986 +LBY,2007,4,56042,59173 +LBY,2007,5,55558,58617 +LBY,2007,6,55292,58297 +LBY,2007,7,55226,58190 +LBY,2007,8,55341,58272 +LBY,2007,9,55614,58529 +LBY,2007,10,56023,58942 +LBY,2007,11,56551,59486 +LBY,2007,12,57152,60110 +LBY,2007,13,57777,60774 +LBY,2007,14,58557,61556 +LBY,2007,15,59537,62476 +LBY,2007,16,60604,63448 +LBY,2007,17,61638,64408 +LBY,2007,18,62701,65411 +LBY,2008,0,63816,67251 +LBY,2008,1,61564,64912 +LBY,2008,2,59689,62961 +LBY,2008,3,57687,60971 +LBY,2008,4,56710,59902 +LBY,2008,5,55992,59105 +LBY,2008,6,55513,58562 +LBY,2008,7,55254,58250 +LBY,2008,8,55194,58146 +LBY,2008,9,55316,58229 +LBY,2008,10,55594,58486 +LBY,2008,11,56005,58902 +LBY,2008,12,56533,59448 +LBY,2008,13,57135,60072 +LBY,2008,14,57759,60734 +LBY,2008,15,58538,61512 +LBY,2008,16,59515,62422 +LBY,2008,17,60578,63383 +LBY,2008,18,61608,64331 +LBY,2009,0,65656,69079 +LBY,2009,1,63099,66460 +LBY,2009,2,60943,64243 +LBY,2009,3,59163,62405 +LBY,2009,4,57542,60765 +LBY,2009,5,56571,59718 +LBY,2009,6,55859,58940 +LBY,2009,7,55387,58410 +LBY,2009,8,55133,58106 +LBY,2009,9,55080,58007 +LBY,2009,10,55209,58090 +LBY,2009,11,55491,58347 +LBY,2009,12,55904,58764 +LBY,2009,13,56431,59311 +LBY,2009,14,57032,59934 +LBY,2009,15,57655,60594 +LBY,2009,16,58431,61366 +LBY,2009,17,59404,62266 +LBY,2009,18,60461,63214 +LBY,2010,0,66737,70173 +LBY,2010,1,64166,67549 +LBY,2010,2,61957,65284 +LBY,2010,3,60091,63360 +LBY,2010,4,58546,61756 +LBY,2010,5,57301,60454 +LBY,2010,6,56337,59433 +LBY,2010,7,55633,58674 +LBY,2010,8,55168,58157 +LBY,2010,9,54921,57863 +LBY,2010,10,54875,57769 +LBY,2010,11,55010,57852 +LBY,2010,12,55296,58108 +LBY,2010,13,55710,58525 +LBY,2010,14,56235,59073 +LBY,2010,15,56834,59694 +LBY,2010,16,57455,60351 +LBY,2010,17,58228,61116 +LBY,2010,18,59194,62004 +LBY,2011,0,67284,70791 +LBY,2011,1,66044,69439 +LBY,2011,2,63780,67121 +LBY,2011,3,61777,65063 +LBY,2011,4,60028,63260 +LBY,2011,5,58529,61706 +LBY,2011,6,57261,60384 +LBY,2011,7,56206,59274 +LBY,2011,8,55422,58434 +LBY,2011,9,54932,57883 +LBY,2011,10,54691,57577 +LBY,2011,11,54615,57437 +LBY,2011,12,54701,57454 +LBY,2011,13,54934,57632 +LBY,2011,14,55292,57956 +LBY,2011,15,55761,58403 +LBY,2011,16,56302,58923 +LBY,2011,17,56863,59477 +LBY,2011,18,57589,60157 +LBY,2012,0,67115,70721 +LBY,2012,1,65404,68905 +LBY,2012,2,65272,68617 +LBY,2012,3,63318,66609 +LBY,2012,4,61522,64760 +LBY,2012,5,59893,63080 +LBY,2012,6,58443,61578 +LBY,2012,7,57153,60236 +LBY,2012,8,56007,59040 +LBY,2012,9,55145,58120 +LBY,2012,10,54631,57534 +LBY,2012,11,54395,57218 +LBY,2012,12,54289,57032 +LBY,2012,13,54327,56984 +LBY,2012,14,54507,57083 +LBY,2012,15,54808,57314 +LBY,2012,16,55219,57659 +LBY,2012,17,55702,58078 +LBY,2012,18,56203,58528 +LBY,2013,0,66392,70109 +LBY,2013,1,65416,68988 +LBY,2013,2,64345,67795 +LBY,2013,3,64489,67794 +LBY,2013,4,62843,66094 +LBY,2013,5,61254,64454 +LBY,2013,6,59746,62898 +LBY,2013,7,58344,61446 +LBY,2013,8,57032,60086 +LBY,2013,9,55796,58803 +LBY,2013,10,54858,57804 +LBY,2013,11,54319,57184 +LBY,2013,12,54088,56857 +LBY,2013,13,53953,56625 +LBY,2013,14,53942,56512 +LBY,2013,15,54068,56533 +LBY,2013,16,54313,56670 +LBY,2013,17,54667,56915 +LBY,2013,18,55091,57233 +LBY,2014,0,65371,69188 +LBY,2014,1,65171,68822 +LBY,2014,2,64696,68210 +LBY,2014,3,63989,67390 +LBY,2014,4,63779,67079 +LBY,2014,5,62440,65685 +LBY,2014,6,61056,64251 +LBY,2014,7,59667,62815 +LBY,2014,8,58311,61412 +LBY,2014,9,56977,60031 +LBY,2014,10,55649,58659 +LBY,2014,11,54632,57579 +LBY,2014,12,54069,56925 +LBY,2014,13,53842,56586 +LBY,2014,14,53678,56308 +LBY,2014,15,53619,56130 +LBY,2014,16,53692,56072 +LBY,2014,17,53880,56117 +LBY,2014,18,54178,56262 +LBY,2015,0,64253,68143 +LBY,2015,1,64774,68509 +LBY,2015,2,64874,68481 +LBY,2015,3,64610,68111 +LBY,2015,4,64034,67450 +LBY,2015,5,63202,66548 +LBY,2015,6,62168,65455 +LBY,2015,7,60987,64224 +LBY,2015,8,59713,62904 +LBY,2015,9,58401,61547 +LBY,2015,10,57040,60142 +LBY,2015,11,55619,58677 +LBY,2015,12,54521,57513 +LBY,2015,13,53932,56822 +LBY,2015,14,53710,56470 +LBY,2015,15,53516,56145 +LBY,2015,16,53407,55901 +LBY,2015,17,53427,55765 +LBY,2015,18,53560,55718 +LBY,2016,0,62572,66302 +LBY,2016,1,64102,67869 +LBY,2016,2,64574,68216 +LBY,2016,3,64647,68180 +LBY,2016,4,64370,67808 +LBY,2016,5,63795,67151 +LBY,2016,6,62976,66258 +LBY,2016,7,61969,65181 +LBY,2016,8,60808,63960 +LBY,2016,9,59537,62642 +LBY,2016,10,58219,61279 +LBY,2016,11,56857,59871 +LBY,2016,12,55438,58405 +LBY,2016,13,54340,57235 +LBY,2016,14,53749,56532 +LBY,2016,15,53522,56164 +LBY,2016,16,53323,55823 +LBY,2016,17,53210,55562 +LBY,2016,18,53225,55413 +LBY,2017,0,60812,64363 +LBY,2017,1,62587,66119 +LBY,2017,2,64112,67816 +LBY,2017,3,64538,68147 +LBY,2017,4,64583,68101 +LBY,2017,5,64293,67727 +LBY,2017,6,63718,67071 +LBY,2017,7,62911,66185 +LBY,2017,8,61927,65119 +LBY,2017,9,60782,63905 +LBY,2017,10,59512,62583 +LBY,2017,11,58184,61211 +LBY,2017,12,56818,59796 +LBY,2017,13,55398,58324 +LBY,2017,14,54298,57144 +LBY,2017,15,53702,56427 +LBY,2017,16,53470,56042 +LBY,2017,17,53266,55684 +LBY,2017,18,53147,55405 +LBY,2018,0,59120,62490 +LBY,2018,1,61371,64817 +LBY,2018,2,62997,66493 +LBY,2018,3,64217,67896 +LBY,2018,4,64598,68210 +LBY,2018,5,64614,68156 +LBY,2018,6,64312,67778 +LBY,2018,7,63735,67123 +LBY,2018,8,62939,66242 +LBY,2018,9,61977,65185 +LBY,2018,10,60847,63975 +LBY,2018,11,59576,62647 +LBY,2018,12,58235,61263 +LBY,2018,13,56863,59838 +LBY,2018,14,55440,58357 +LBY,2018,15,54335,57165 +LBY,2018,16,53735,56432 +LBY,2018,17,53497,56029 +LBY,2018,18,53288,55653 +LBY,2019,0,58000,61000 +LBY,2019,1,60000,64000 +LBY,2019,2,62000,66000 +LBY,2019,3,63000,67000 +LBY,2019,4,64000,68000 +LBY,2019,5,65000,68000 +LBY,2019,6,65000,68000 +LBY,2019,7,64000,68000 +LBY,2019,8,64000,67000 +LBY,2019,9,63000,66000 +LBY,2019,10,62000,65000 +LBY,2019,11,61000,64000 +LBY,2019,12,60000,63000 +LBY,2019,13,58000,61000 +LBY,2019,14,57000,60000 +LBY,2019,15,55000,58000 +LBY,2019,16,54000,57000 +LBY,2019,17,54000,56000 +LBY,2019,18,54000,56000 +LBY,2020,0,57000,60000 +LBY,2020,1,59000,63000 +LBY,2020,2,61000,65000 +LBY,2020,3,63000,66000 +LBY,2020,4,64000,67000 +LBY,2020,5,64000,68000 +LBY,2020,6,65000,68000 +LBY,2020,7,65000,68000 +LBY,2020,8,64000,68000 +LBY,2020,9,64000,67000 +LBY,2020,10,63000,66000 +LBY,2020,11,62000,65000 +LBY,2020,12,61000,64000 +LBY,2020,13,60000,63000 +LBY,2020,14,58000,61000 +LBY,2020,15,57000,60000 +LBY,2020,16,55000,58000 +LBY,2020,17,54000,57000 +LBY,2020,18,54000,56000 +LBY,2021,0,56000,59000 +LBY,2021,1,57000,60000 +LBY,2021,2,59000,63000 +LBY,2021,3,61000,65000 +LBY,2021,4,63000,66000 +LBY,2021,5,64000,67000 +LBY,2021,6,64000,68000 +LBY,2021,7,65000,68000 +LBY,2021,8,65000,68000 +LBY,2021,9,64000,68000 +LBY,2021,10,64000,67000 +LBY,2021,11,63000,66000 +LBY,2021,12,62000,65000 +LBY,2021,13,61000,64000 +LBY,2021,14,60000,63000 +LBY,2021,15,58000,61000 +LBY,2021,16,57000,60000 +LBY,2021,17,56000,58000 +LBY,2021,18,54000,57000 +LBY,2022,0,56000,59000 +LBY,2022,1,58000,61000 +LBY,2022,2,58000,61000 +LBY,2022,3,59000,63000 +LBY,2022,4,61000,64000 +LBY,2022,5,62000,66000 +LBY,2022,6,63000,67000 +LBY,2022,7,64000,68000 +LBY,2022,8,65000,68000 +LBY,2022,9,65000,68000 +LBY,2022,10,65000,68000 +LBY,2022,11,64000,67000 +LBY,2022,12,63000,66000 +LBY,2022,13,62000,65000 +LBY,2022,14,61000,64000 +LBY,2022,15,60000,63000 +LBY,2022,16,58000,61000 +LBY,2022,17,57000,60000 +LBY,2022,18,55000,58000 +LBY,2023,0,57000,60000 +LBY,2023,1,57000,61000 +LBY,2023,2,58000,62000 +LBY,2023,3,58000,61000 +LBY,2023,4,59000,63000 +LBY,2023,5,61000,64000 +LBY,2023,6,62000,66000 +LBY,2023,7,63000,67000 +LBY,2023,8,64000,67000 +LBY,2023,9,65000,68000 +LBY,2023,10,65000,68000 +LBY,2023,11,65000,68000 +LBY,2023,12,64000,67000 +LBY,2023,13,63000,66000 +LBY,2023,14,62000,65000 +LBY,2023,15,61000,64000 +LBY,2023,16,60000,63000 +LBY,2023,17,58000,61000 +LBY,2023,18,57000,60000 +LBY,2024,0,57000,60000 +LBY,2024,1,57000,60000 +LBY,2024,2,57000,61000 +LBY,2024,3,58000,61000 +LBY,2024,4,58000,61000 +LBY,2024,5,59000,63000 +LBY,2024,6,61000,64000 +LBY,2024,7,62000,65000 +LBY,2024,8,63000,66000 +LBY,2024,9,64000,67000 +LBY,2024,10,65000,68000 +LBY,2024,11,65000,68000 +LBY,2024,12,65000,68000 +LBY,2024,13,64000,67000 +LBY,2024,14,63000,66000 +LBY,2024,15,62000,65000 +LBY,2024,16,61000,64000 +LBY,2024,17,60000,62000 +LBY,2024,18,58000,61000 +LBY,2025,0,57000,60000 +LBY,2025,1,56000,60000 +LBY,2025,2,57000,60000 +LBY,2025,3,57000,60000 +LBY,2025,4,58000,61000 +LBY,2025,5,59000,62000 +LBY,2025,6,60000,63000 +LBY,2025,7,61000,64000 +LBY,2025,8,62000,65000 +LBY,2025,9,63000,66000 +LBY,2025,10,64000,67000 +LBY,2025,11,64000,68000 +LBY,2025,12,65000,69000 +LBY,2025,13,65000,68000 +LBY,2025,14,64000,67000 +LBY,2025,15,63000,66000 +LBY,2025,16,62000,65000 +LBY,2025,17,61000,64000 +LBY,2025,18,60000,62000 +LBY,2026,0,56000,59000 +LBY,2026,1,56000,60000 +LBY,2026,2,56000,60000 +LBY,2026,3,57000,60000 +LBY,2026,4,57000,60000 +LBY,2026,5,58000,61000 +LBY,2026,6,59000,62000 +LBY,2026,7,60000,63000 +LBY,2026,8,61000,64000 +LBY,2026,9,62000,65000 +LBY,2026,10,63000,66000 +LBY,2026,11,63000,67000 +LBY,2026,12,64000,68000 +LBY,2026,13,65000,68000 +LBY,2026,14,65000,68000 +LBY,2026,15,64000,67000 +LBY,2026,16,63000,66000 +LBY,2026,17,62000,65000 +LBY,2026,18,61000,64000 +LBY,2027,0,55000,58000 +LBY,2027,1,55000,58000 +LBY,2027,2,56000,59000 +LBY,2027,3,56000,59000 +LBY,2027,4,57000,60000 +LBY,2027,5,57000,60000 +LBY,2027,6,58000,61000 +LBY,2027,7,59000,62000 +LBY,2027,8,60000,63000 +LBY,2027,9,60000,64000 +LBY,2027,10,61000,65000 +LBY,2027,11,63000,66000 +LBY,2027,12,63000,67000 +LBY,2027,13,64000,68000 +LBY,2027,14,65000,68000 +LBY,2027,15,65000,68000 +LBY,2027,16,64000,67000 +LBY,2027,17,63000,66000 +LBY,2027,18,62000,65000 +LBY,2028,0,54000,57000 +LBY,2028,1,54000,57000 +LBY,2028,2,55000,58000 +LBY,2028,3,56000,59000 +LBY,2028,4,56000,59000 +LBY,2028,5,57000,60000 +LBY,2028,6,57000,61000 +LBY,2028,7,58000,61000 +LBY,2028,8,59000,62000 +LBY,2028,9,60000,63000 +LBY,2028,10,60000,64000 +LBY,2028,11,61000,65000 +LBY,2028,12,62000,66000 +LBY,2028,13,63000,67000 +LBY,2028,14,64000,68000 +LBY,2028,15,65000,68000 +LBY,2028,16,65000,68000 +LBY,2028,17,64000,67000 +LBY,2028,18,63000,66000 +LBY,2029,0,53000,56000 +LBY,2029,1,54000,57000 +LBY,2029,2,54000,57000 +LBY,2029,3,55000,58000 +LBY,2029,4,56000,59000 +LBY,2029,5,56000,59000 +LBY,2029,6,57000,60000 +LBY,2029,7,57000,61000 +LBY,2029,8,58000,61000 +LBY,2029,9,59000,62000 +LBY,2029,10,60000,63000 +LBY,2029,11,60000,64000 +LBY,2029,12,61000,65000 +LBY,2029,13,62000,66000 +LBY,2029,14,63000,67000 +LBY,2029,15,64000,68000 +LBY,2029,16,65000,68000 +LBY,2029,17,65000,68000 +LBY,2029,18,64000,67000 +LBY,2030,0,52000,55000 +LBY,2030,1,53000,56000 +LBY,2030,2,53000,56000 +LBY,2030,3,54000,57000 +LBY,2030,4,55000,58000 +LBY,2030,5,55000,58000 +LBY,2030,6,56000,59000 +LBY,2030,7,57000,60000 +LBY,2030,8,57000,61000 +LBY,2030,9,58000,61000 +LBY,2030,10,59000,62000 +LBY,2030,11,60000,63000 +LBY,2030,12,60000,64000 +LBY,2030,13,61000,65000 +LBY,2030,14,62000,66000 +LBY,2030,15,63000,67000 +LBY,2030,16,64000,68000 +LBY,2030,17,65000,68000 +LBY,2030,18,64000,68000 +LBY,2031,0,52000,55000 +LBY,2031,1,52000,55000 +LBY,2031,2,53000,56000 +LBY,2031,3,53000,56000 +LBY,2031,4,54000,57000 +LBY,2031,5,55000,58000 +LBY,2031,6,55000,58000 +LBY,2031,7,56000,59000 +LBY,2031,8,57000,60000 +LBY,2031,9,58000,61000 +LBY,2031,10,58000,61000 +LBY,2031,11,59000,62000 +LBY,2031,12,60000,63000 +LBY,2031,13,60000,64000 +LBY,2031,14,61000,65000 +LBY,2031,15,62000,66000 +LBY,2031,16,63000,67000 +LBY,2031,17,64000,68000 +LBY,2031,18,65000,68000 +LBY,2032,0,52000,55000 +LBY,2032,1,52000,55000 +LBY,2032,2,52000,55000 +LBY,2032,3,53000,56000 +LBY,2032,4,53000,56000 +LBY,2032,5,54000,57000 +LBY,2032,6,55000,58000 +LBY,2032,7,55000,58000 +LBY,2032,8,56000,59000 +LBY,2032,9,57000,60000 +LBY,2032,10,58000,61000 +LBY,2032,11,58000,61000 +LBY,2032,12,59000,62000 +LBY,2032,13,60000,63000 +LBY,2032,14,60000,63000 +LBY,2032,15,61000,65000 +LBY,2032,16,62000,66000 +LBY,2032,17,63000,67000 +LBY,2032,18,64000,68000 +LBY,2033,0,52000,54000 +LBY,2033,1,52000,55000 +LBY,2033,2,52000,55000 +LBY,2033,3,52000,55000 +LBY,2033,4,53000,56000 +LBY,2033,5,53000,56000 +LBY,2033,6,54000,57000 +LBY,2033,7,55000,58000 +LBY,2033,8,55000,58000 +LBY,2033,9,56000,59000 +LBY,2033,10,57000,60000 +LBY,2033,11,57000,61000 +LBY,2033,12,58000,61000 +LBY,2033,13,59000,62000 +LBY,2033,14,59000,63000 +LBY,2033,15,60000,63000 +LBY,2033,16,61000,64000 +LBY,2033,17,62000,66000 +LBY,2033,18,63000,67000 +LBY,2034,0,52000,54000 +LBY,2034,1,52000,55000 +LBY,2034,2,52000,55000 +LBY,2034,3,52000,55000 +LBY,2034,4,52000,55000 +LBY,2034,5,53000,56000 +LBY,2034,6,53000,56000 +LBY,2034,7,54000,57000 +LBY,2034,8,55000,58000 +LBY,2034,9,55000,58000 +LBY,2034,10,56000,59000 +LBY,2034,11,57000,60000 +LBY,2034,12,57000,61000 +LBY,2034,13,58000,61000 +LBY,2034,14,59000,62000 +LBY,2034,15,59000,63000 +LBY,2034,16,60000,63000 +LBY,2034,17,61000,64000 +LBY,2034,18,62000,65000 +LBY,2035,0,52000,55000 +LBY,2035,1,52000,54000 +LBY,2035,2,52000,54000 +LBY,2035,3,52000,55000 +LBY,2035,4,52000,55000 +LBY,2035,5,52000,55000 +LBY,2035,6,53000,56000 +LBY,2035,7,53000,56000 +LBY,2035,8,54000,57000 +LBY,2035,9,55000,58000 +LBY,2035,10,55000,58000 +LBY,2035,11,56000,59000 +LBY,2035,12,57000,60000 +LBY,2035,13,57000,61000 +LBY,2035,14,58000,61000 +LBY,2035,15,59000,62000 +LBY,2035,16,59000,63000 +LBY,2035,17,60000,63000 +LBY,2035,18,61000,64000 +LBY,2036,0,52000,55000 +LBY,2036,1,52000,55000 +LBY,2036,2,52000,54000 +LBY,2036,3,52000,54000 +LBY,2036,4,52000,55000 +LBY,2036,5,52000,55000 +LBY,2036,6,52000,55000 +LBY,2036,7,53000,56000 +LBY,2036,8,53000,56000 +LBY,2036,9,54000,57000 +LBY,2036,10,55000,58000 +LBY,2036,11,55000,58000 +LBY,2036,12,56000,59000 +LBY,2036,13,57000,60000 +LBY,2036,14,57000,61000 +LBY,2036,15,58000,61000 +LBY,2036,16,59000,62000 +LBY,2036,17,59000,62000 +LBY,2036,18,60000,63000 +LBY,2037,0,52000,55000 +LBY,2037,1,52000,55000 +LBY,2037,2,52000,54000 +LBY,2037,3,51000,54000 +LBY,2037,4,52000,54000 +LBY,2037,5,52000,55000 +LBY,2037,6,52000,55000 +LBY,2037,7,52000,55000 +LBY,2037,8,53000,56000 +LBY,2037,9,53000,56000 +LBY,2037,10,54000,57000 +LBY,2037,11,55000,58000 +LBY,2037,12,55000,58000 +LBY,2037,13,56000,59000 +LBY,2037,14,57000,60000 +LBY,2037,15,57000,60000 +LBY,2037,16,58000,61000 +LBY,2037,17,59000,62000 +LBY,2037,18,59000,62000 +LBY,2038,0,52000,55000 +LBY,2038,1,52000,55000 +LBY,2038,2,52000,54000 +LBY,2038,3,51000,54000 +LBY,2038,4,51000,54000 +LBY,2038,5,52000,54000 +LBY,2038,6,52000,55000 +LBY,2038,7,52000,55000 +LBY,2038,8,52000,55000 +LBY,2038,9,53000,56000 +LBY,2038,10,53000,56000 +LBY,2038,11,54000,57000 +LBY,2038,12,55000,58000 +LBY,2038,13,55000,58000 +LBY,2038,14,56000,59000 +LBY,2038,15,57000,60000 +LBY,2038,16,57000,60000 +LBY,2038,17,58000,61000 +LBY,2038,18,59000,62000 +LBY,2039,0,52000,55000 +LBY,2039,1,52000,55000 +LBY,2039,2,52000,55000 +LBY,2039,3,51000,54000 +LBY,2039,4,51000,54000 +LBY,2039,5,51000,54000 +LBY,2039,6,52000,54000 +LBY,2039,7,52000,55000 +LBY,2039,8,52000,55000 +LBY,2039,9,52000,55000 +LBY,2039,10,53000,56000 +LBY,2039,11,53000,56000 +LBY,2039,12,54000,57000 +LBY,2039,13,55000,57000 +LBY,2039,14,55000,58000 +LBY,2039,15,56000,59000 +LBY,2039,16,57000,60000 +LBY,2039,17,57000,60000 +LBY,2039,18,58000,61000 +LBY,2040,0,52000,56000 +LBY,2040,1,52000,55000 +LBY,2040,2,52000,55000 +LBY,2040,3,52000,54000 +LBY,2040,4,51000,54000 +LBY,2040,5,51000,54000 +LBY,2040,6,51000,54000 +LBY,2040,7,52000,54000 +LBY,2040,8,52000,55000 +LBY,2040,9,52000,55000 +LBY,2040,10,52000,55000 +LBY,2040,11,53000,56000 +LBY,2040,12,53000,56000 +LBY,2040,13,54000,57000 +LBY,2040,14,54000,57000 +LBY,2040,15,55000,58000 +LBY,2040,16,56000,59000 +LBY,2040,17,57000,60000 +LBY,2040,18,57000,60000 +LBY,2041,0,53000,56000 +LBY,2041,1,52000,55000 +LBY,2041,2,52000,55000 +LBY,2041,3,52000,55000 +LBY,2041,4,52000,54000 +LBY,2041,5,51000,54000 +LBY,2041,6,51000,54000 +LBY,2041,7,51000,54000 +LBY,2041,8,52000,54000 +LBY,2041,9,52000,55000 +LBY,2041,10,52000,55000 +LBY,2041,11,52000,55000 +LBY,2041,12,53000,56000 +LBY,2041,13,53000,56000 +LBY,2041,14,54000,57000 +LBY,2041,15,54000,57000 +LBY,2041,16,55000,58000 +LBY,2041,17,56000,59000 +LBY,2041,18,57000,59000 +LBY,2042,0,53000,56000 +LBY,2042,1,52000,55000 +LBY,2042,2,52000,55000 +LBY,2042,3,52000,55000 +LBY,2042,4,52000,55000 +LBY,2042,5,52000,54000 +LBY,2042,6,51000,54000 +LBY,2042,7,51000,54000 +LBY,2042,8,51000,54000 +LBY,2042,9,51000,54000 +LBY,2042,10,52000,55000 +LBY,2042,11,52000,55000 +LBY,2042,12,52000,55000 +LBY,2042,13,53000,56000 +LBY,2042,14,53000,56000 +LBY,2042,15,54000,57000 +LBY,2042,16,54000,57000 +LBY,2042,17,55000,58000 +LBY,2042,18,56000,59000 +LBY,2043,0,53000,56000 +LBY,2043,1,52000,55000 +LBY,2043,2,52000,55000 +LBY,2043,3,52000,55000 +LBY,2043,4,52000,55000 +LBY,2043,5,52000,55000 +LBY,2043,6,52000,55000 +LBY,2043,7,51000,54000 +LBY,2043,8,51000,54000 +LBY,2043,9,51000,54000 +LBY,2043,10,51000,54000 +LBY,2043,11,52000,55000 +LBY,2043,12,52000,55000 +LBY,2043,13,52000,55000 +LBY,2043,14,53000,56000 +LBY,2043,15,53000,56000 +LBY,2043,16,54000,57000 +LBY,2043,17,54000,57000 +LBY,2043,18,55000,58000 +LBY,2044,0,52000,56000 +LBY,2044,1,52000,55000 +LBY,2044,2,52000,55000 +LBY,2044,3,52000,55000 +LBY,2044,4,52000,55000 +LBY,2044,5,52000,55000 +LBY,2044,6,52000,55000 +LBY,2044,7,52000,55000 +LBY,2044,8,51000,54000 +LBY,2044,9,51000,54000 +LBY,2044,10,51000,54000 +LBY,2044,11,51000,54000 +LBY,2044,12,52000,54000 +LBY,2044,13,52000,55000 +LBY,2044,14,52000,55000 +LBY,2044,15,53000,56000 +LBY,2044,16,53000,56000 +LBY,2044,17,54000,57000 +LBY,2044,18,54000,57000 +LBY,2045,0,52000,55000 +LBY,2045,1,52000,55000 +LBY,2045,2,52000,55000 +LBY,2045,3,52000,55000 +LBY,2045,4,52000,55000 +LBY,2045,5,52000,55000 +LBY,2045,6,52000,55000 +LBY,2045,7,52000,55000 +LBY,2045,8,52000,55000 +LBY,2045,9,51000,54000 +LBY,2045,10,51000,54000 +LBY,2045,11,51000,54000 +LBY,2045,12,51000,54000 +LBY,2045,13,52000,54000 +LBY,2045,14,52000,55000 +LBY,2045,15,52000,55000 +LBY,2045,16,53000,55000 +LBY,2045,17,53000,56000 +LBY,2045,18,54000,56000 +LBY,2046,0,52000,55000 +LBY,2046,1,52000,55000 +LBY,2046,2,52000,55000 +LBY,2046,3,52000,55000 +LBY,2046,4,52000,55000 +LBY,2046,5,52000,55000 +LBY,2046,6,52000,55000 +LBY,2046,7,52000,55000 +LBY,2046,8,52000,55000 +LBY,2046,9,52000,55000 +LBY,2046,10,52000,54000 +LBY,2046,11,51000,54000 +LBY,2046,12,51000,54000 +LBY,2046,13,51000,54000 +LBY,2046,14,52000,54000 +LBY,2046,15,52000,55000 +LBY,2046,16,52000,55000 +LBY,2046,17,53000,55000 +LBY,2046,18,53000,56000 +LBY,2047,0,52000,55000 +LBY,2047,1,52000,55000 +LBY,2047,2,52000,55000 +LBY,2047,3,52000,55000 +LBY,2047,4,52000,55000 +LBY,2047,5,52000,55000 +LBY,2047,6,52000,55000 +LBY,2047,7,52000,55000 +LBY,2047,8,52000,55000 +LBY,2047,9,52000,55000 +LBY,2047,10,52000,55000 +LBY,2047,11,52000,54000 +LBY,2047,12,51000,54000 +LBY,2047,13,51000,54000 +LBY,2047,14,51000,54000 +LBY,2047,15,52000,54000 +LBY,2047,16,52000,55000 +LBY,2047,17,52000,55000 +LBY,2047,18,53000,55000 +LBY,2048,0,52000,55000 +LBY,2048,1,52000,55000 +LBY,2048,2,52000,55000 +LBY,2048,3,52000,55000 +LBY,2048,4,52000,55000 +LBY,2048,5,52000,55000 +LBY,2048,6,52000,55000 +LBY,2048,7,52000,55000 +LBY,2048,8,52000,55000 +LBY,2048,9,52000,55000 +LBY,2048,10,52000,55000 +LBY,2048,11,52000,54000 +LBY,2048,12,51000,54000 +LBY,2048,13,51000,54000 +LBY,2048,14,51000,54000 +LBY,2048,15,51000,54000 +LBY,2048,16,52000,54000 +LBY,2048,17,52000,55000 +LBY,2048,18,52000,55000 +LBY,2049,0,51000,54000 +LBY,2049,1,52000,55000 +LBY,2049,2,52000,55000 +LBY,2049,3,52000,55000 +LBY,2049,4,52000,55000 +LBY,2049,5,52000,55000 +LBY,2049,6,52000,55000 +LBY,2049,7,52000,55000 +LBY,2049,8,52000,55000 +LBY,2049,9,52000,55000 +LBY,2049,10,52000,55000 +LBY,2049,11,52000,55000 +LBY,2049,12,52000,54000 +LBY,2049,13,51000,54000 +LBY,2049,14,51000,54000 +LBY,2049,15,51000,54000 +LBY,2049,16,51000,54000 +LBY,2049,17,52000,54000 +LBY,2049,18,52000,55000 +LBY,2050,0,51000,54000 +LBY,2050,1,51000,54000 +LBY,2050,2,52000,55000 +LBY,2050,3,52000,55000 +LBY,2050,4,52000,55000 +LBY,2050,5,52000,55000 +LBY,2050,6,52000,55000 +LBY,2050,7,52000,55000 +LBY,2050,8,52000,55000 +LBY,2050,9,52000,55000 +LBY,2050,10,52000,55000 +LBY,2050,11,52000,55000 +LBY,2050,12,52000,55000 +LBY,2050,13,52000,54000 +LBY,2050,14,51000,54000 +LBY,2050,15,51000,54000 +LBY,2050,16,51000,54000 +LBY,2050,17,51000,54000 +LBY,2050,18,51000,54000 +LCA,1990,0,1761,1725 +LCA,1990,1,1783,1742 +LCA,1990,2,1793,1752 +LCA,1990,3,1793,1755 +LCA,1990,4,1784,1751 +LCA,1990,5,1767,1742 +LCA,1990,6,1745,1728 +LCA,1990,7,1718,1710 +LCA,1990,8,1688,1688 +LCA,1990,9,1656,1664 +LCA,1990,10,1620,1636 +LCA,1990,11,1579,1604 +LCA,1990,12,1549,1576 +LCA,1990,13,1540,1557 +LCA,1990,14,1543,1541 +LCA,1990,15,1542,1524 +LCA,1990,16,1544,1507 +LCA,1990,17,1531,1480 +LCA,1990,18,1494,1437 +LCA,1991,0,1775,1761 +LCA,1991,1,1767,1733 +LCA,1991,2,1785,1745 +LCA,1991,3,1791,1750 +LCA,1991,4,1789,1750 +LCA,1991,5,1778,1744 +LCA,1991,6,1761,1733 +LCA,1991,7,1738,1718 +LCA,1991,8,1710,1698 +LCA,1991,9,1675,1671 +LCA,1991,10,1637,1641 +LCA,1991,11,1597,1607 +LCA,1991,12,1551,1570 +LCA,1991,13,1518,1538 +LCA,1991,14,1507,1517 +LCA,1991,15,1510,1501 +LCA,1991,16,1509,1483 +LCA,1991,17,1510,1466 +LCA,1991,18,1498,1440 +LCA,1992,0,1766,1790 +LCA,1992,1,1787,1786 +LCA,1992,2,1771,1736 +LCA,1992,3,1784,1743 +LCA,1992,4,1787,1744 +LCA,1992,5,1782,1740 +LCA,1992,6,1770,1732 +LCA,1992,7,1751,1719 +LCA,1992,8,1729,1704 +LCA,1992,9,1699,1682 +LCA,1992,10,1660,1650 +LCA,1992,11,1617,1613 +LCA,1992,12,1571,1574 +LCA,1992,13,1520,1532 +LCA,1992,14,1484,1496 +LCA,1992,15,1472,1472 +LCA,1992,16,1474,1456 +LCA,1992,17,1473,1438 +LCA,1992,18,1474,1421 +LCA,1993,0,1741,1807 +LCA,1993,1,1767,1795 +LCA,1993,2,1784,1784 +LCA,1993,3,1774,1739 +LCA,1993,4,1783,1740 +LCA,1993,5,1783,1736 +LCA,1993,6,1776,1729 +LCA,1993,7,1761,1718 +LCA,1993,8,1741,1704 +LCA,1993,9,1719,1689 +LCA,1993,10,1687,1664 +LCA,1993,11,1645,1628 +LCA,1993,12,1596,1584 +LCA,1993,13,1545,1540 +LCA,1993,14,1490,1492 +LCA,1993,15,1450,1452 +LCA,1993,16,1436,1427 +LCA,1993,17,1438,1411 +LCA,1993,18,1437,1392 +LCA,1994,0,1711,1810 +LCA,1994,1,1743,1796 +LCA,1994,2,1766,1782 +LCA,1994,3,1780,1770 +LCA,1994,4,1778,1742 +LCA,1994,5,1783,1737 +LCA,1994,6,1780,1730 +LCA,1994,7,1770,1720 +LCA,1994,8,1753,1706 +LCA,1994,9,1733,1690 +LCA,1994,10,1710,1674 +LCA,1994,11,1677,1648 +LCA,1994,12,1630,1607 +LCA,1994,13,1576,1557 +LCA,1994,14,1520,1506 +LCA,1994,15,1460,1454 +LCA,1994,16,1417,1410 +LCA,1994,17,1402,1383 +LCA,1994,18,1403,1366 +LCA,1995,0,1684,1798 +LCA,1995,1,1718,1786 +LCA,1995,2,1745,1776 +LCA,1995,3,1765,1767 +LCA,1995,4,1778,1758 +LCA,1995,5,1785,1749 +LCA,1995,6,1785,1738 +LCA,1995,7,1778,1727 +LCA,1995,8,1766,1713 +LCA,1995,9,1748,1696 +LCA,1995,10,1726,1679 +LCA,1995,11,1703,1663 +LCA,1995,12,1669,1635 +LCA,1995,13,1618,1589 +LCA,1995,14,1557,1532 +LCA,1995,15,1497,1476 +LCA,1995,16,1432,1418 +LCA,1995,17,1386,1370 +LCA,1995,18,1368,1341 +LCA,1996,0,1657,1760 +LCA,1996,1,1679,1777 +LCA,1996,2,1712,1772 +LCA,1996,3,1739,1766 +LCA,1996,4,1759,1760 +LCA,1996,5,1773,1753 +LCA,1996,6,1780,1745 +LCA,1996,7,1782,1734 +LCA,1996,8,1777,1722 +LCA,1996,9,1764,1708 +LCA,1996,10,1745,1691 +LCA,1996,11,1723,1673 +LCA,1996,12,1700,1656 +LCA,1996,13,1665,1627 +LCA,1996,14,1613,1579 +LCA,1996,15,1552,1521 +LCA,1996,16,1491,1464 +LCA,1996,17,1425,1405 +LCA,1996,18,1378,1357 +LCA,1997,0,1633,1707 +LCA,1997,1,1664,1720 +LCA,1997,2,1676,1760 +LCA,1997,3,1708,1761 +LCA,1997,4,1734,1760 +LCA,1997,5,1754,1758 +LCA,1997,6,1769,1752 +LCA,1997,7,1777,1744 +LCA,1997,8,1781,1733 +LCA,1997,9,1777,1720 +LCA,1997,10,1764,1706 +LCA,1997,11,1745,1690 +LCA,1997,12,1722,1671 +LCA,1997,13,1699,1653 +LCA,1997,14,1663,1622 +LCA,1997,15,1611,1574 +LCA,1997,16,1548,1514 +LCA,1997,17,1486,1456 +LCA,1997,18,1419,1395 +LCA,1998,0,1605,1642 +LCA,1998,1,1633,1673 +LCA,1998,2,1660,1699 +LCA,1998,3,1674,1746 +LCA,1998,4,1705,1753 +LCA,1998,5,1730,1757 +LCA,1998,6,1751,1757 +LCA,1998,7,1766,1754 +LCA,1998,8,1776,1747 +LCA,1998,9,1781,1735 +LCA,1998,10,1778,1721 +LCA,1998,11,1765,1707 +LCA,1998,12,1745,1690 +LCA,1998,13,1722,1671 +LCA,1998,14,1699,1652 +LCA,1998,15,1663,1620 +LCA,1998,16,1609,1570 +LCA,1998,17,1545,1509 +LCA,1998,18,1482,1450 +LCA,1999,0,1563,1567 +LCA,1999,1,1592,1617 +LCA,1999,2,1621,1658 +LCA,1999,3,1649,1691 +LCA,1999,4,1672,1731 +LCA,1999,5,1702,1745 +LCA,1999,6,1727,1754 +LCA,1999,7,1748,1757 +LCA,1999,8,1763,1756 +LCA,1999,9,1774,1749 +LCA,1999,10,1781,1737 +LCA,1999,11,1779,1723 +LCA,1999,12,1767,1708 +LCA,1999,13,1746,1691 +LCA,1999,14,1722,1671 +LCA,1999,15,1699,1651 +LCA,1999,16,1662,1618 +LCA,1999,17,1607,1566 +LCA,1999,18,1543,1504 +LCA,2000,0,1503,1488 +LCA,2000,1,1538,1552 +LCA,2000,2,1573,1606 +LCA,2000,3,1607,1651 +LCA,2000,4,1639,1687 +LCA,2000,5,1670,1715 +LCA,2000,6,1698,1736 +LCA,2000,7,1723,1749 +LCA,2000,8,1744,1755 +LCA,2000,9,1760,1756 +LCA,2000,10,1772,1750 +LCA,2000,11,1781,1737 +LCA,2000,12,1780,1722 +LCA,2000,13,1768,1708 +LCA,2000,14,1746,1691 +LCA,2000,15,1722,1670 +LCA,2000,16,1698,1649 +LCA,2000,17,1661,1614 +LCA,2000,18,1605,1562 +LCA,2001,0,1418,1402 +LCA,2001,1,1494,1481 +LCA,2001,2,1533,1544 +LCA,2001,3,1570,1597 +LCA,2001,4,1605,1642 +LCA,2001,5,1638,1679 +LCA,2001,6,1668,1708 +LCA,2001,7,1694,1730 +LCA,2001,8,1717,1745 +LCA,2001,9,1738,1752 +LCA,2001,10,1756,1753 +LCA,2001,11,1768,1747 +LCA,2001,12,1777,1735 +LCA,2001,13,1776,1720 +LCA,2001,14,1763,1704 +LCA,2001,15,1741,1686 +LCA,2001,16,1717,1664 +LCA,2001,17,1692,1641 +LCA,2001,18,1655,1606 +LCA,2002,0,1317,1313 +LCA,2002,1,1383,1395 +LCA,2002,2,1486,1474 +LCA,2002,3,1528,1535 +LCA,2002,4,1568,1588 +LCA,2002,5,1604,1633 +LCA,2002,6,1637,1670 +LCA,2002,7,1665,1700 +LCA,2002,8,1690,1724 +LCA,2002,9,1712,1740 +LCA,2002,10,1733,1748 +LCA,2002,11,1751,1749 +LCA,2002,12,1764,1744 +LCA,2002,13,1773,1732 +LCA,2002,14,1773,1718 +LCA,2002,15,1760,1701 +LCA,2002,16,1737,1681 +LCA,2002,17,1712,1658 +LCA,2002,18,1687,1633 +LCA,2003,0,1213,1229 +LCA,2003,1,1298,1314 +LCA,2003,2,1375,1391 +LCA,2003,3,1478,1468 +LCA,2003,4,1525,1527 +LCA,2003,5,1566,1579 +LCA,2003,6,1604,1624 +LCA,2003,7,1637,1662 +LCA,2003,8,1665,1694 +LCA,2003,9,1687,1719 +LCA,2003,10,1708,1736 +LCA,2003,11,1729,1745 +LCA,2003,12,1748,1746 +LCA,2003,13,1762,1741 +LCA,2003,14,1771,1730 +LCA,2003,15,1770,1716 +LCA,2003,16,1757,1698 +LCA,2003,17,1734,1677 +LCA,2003,18,1709,1652 +LCA,2004,0,1124,1160 +LCA,2004,1,1223,1245 +LCA,2004,2,1310,1322 +LCA,2004,3,1388,1394 +LCA,2004,4,1473,1465 +LCA,2004,5,1523,1522 +LCA,2004,6,1567,1574 +LCA,2004,7,1605,1619 +LCA,2004,8,1638,1657 +LCA,2004,9,1666,1690 +LCA,2004,10,1686,1717 +LCA,2004,11,1706,1735 +LCA,2004,12,1727,1744 +LCA,2004,13,1747,1746 +LCA,2004,14,1761,1742 +LCA,2004,15,1771,1732 +LCA,2004,16,1770,1717 +LCA,2004,17,1757,1698 +LCA,2004,18,1733,1676 +LCA,2005,0,1063,1113 +LCA,2005,1,1165,1192 +LCA,2005,2,1255,1267 +LCA,2005,3,1336,1337 +LCA,2005,4,1407,1403 +LCA,2005,5,1469,1465 +LCA,2005,6,1523,1521 +LCA,2005,7,1570,1572 +LCA,2005,8,1609,1617 +LCA,2005,9,1643,1656 +LCA,2005,10,1669,1690 +LCA,2005,11,1688,1718 +LCA,2005,12,1706,1738 +LCA,2005,13,1728,1748 +LCA,2005,14,1749,1750 +LCA,2005,15,1764,1746 +LCA,2005,16,1773,1737 +LCA,2005,17,1773,1722 +LCA,2005,18,1759,1702 +LCA,2006,0,1030,1083 +LCA,2006,1,1091,1135 +LCA,2006,2,1183,1208 +LCA,2006,3,1267,1278 +LCA,2006,4,1344,1346 +LCA,2006,5,1413,1410 +LCA,2006,6,1475,1471 +LCA,2006,7,1530,1526 +LCA,2006,8,1577,1577 +LCA,2006,9,1617,1623 +LCA,2006,10,1650,1662 +LCA,2006,11,1677,1696 +LCA,2006,12,1698,1727 +LCA,2006,13,1713,1743 +LCA,2006,14,1721,1741 +LCA,2006,15,1725,1724 +LCA,2006,16,1722,1704 +LCA,2006,17,1715,1677 +LCA,2006,18,1704,1652 +LCA,2007,0,1024,1074 +LCA,2007,1,1097,1128 +LCA,2007,2,1120,1159 +LCA,2007,3,1202,1226 +LCA,2007,4,1280,1292 +LCA,2007,5,1352,1357 +LCA,2007,6,1420,1420 +LCA,2007,7,1481,1479 +LCA,2007,8,1538,1534 +LCA,2007,9,1586,1585 +LCA,2007,10,1627,1631 +LCA,2007,11,1659,1671 +LCA,2007,12,1686,1706 +LCA,2007,13,1709,1739 +LCA,2007,14,1721,1751 +LCA,2007,15,1717,1736 +LCA,2007,16,1702,1701 +LCA,2007,17,1683,1664 +LCA,2007,18,1657,1620 +LCA,2008,0,1038,1081 +LCA,2008,1,1085,1117 +LCA,2008,2,1137,1159 +LCA,2008,3,1149,1183 +LCA,2008,4,1221,1244 +LCA,2008,5,1292,1306 +LCA,2008,6,1361,1369 +LCA,2008,7,1427,1430 +LCA,2008,8,1488,1488 +LCA,2008,9,1545,1543 +LCA,2008,10,1595,1593 +LCA,2008,11,1636,1640 +LCA,2008,12,1668,1680 +LCA,2008,13,1696,1715 +LCA,2008,14,1721,1751 +LCA,2008,15,1729,1760 +LCA,2008,16,1712,1731 +LCA,2008,17,1679,1679 +LCA,2008,18,1643,1625 +LCA,2009,0,1059,1095 +LCA,2009,1,1081,1112 +LCA,2009,2,1113,1140 +LCA,2009,3,1153,1177 +LCA,2009,4,1177,1206 +LCA,2009,5,1239,1261 +LCA,2009,6,1304,1319 +LCA,2009,7,1369,1378 +LCA,2009,8,1432,1438 +LCA,2009,9,1493,1495 +LCA,2009,10,1552,1549 +LCA,2009,11,1602,1600 +LCA,2009,12,1644,1647 +LCA,2009,13,1675,1687 +LCA,2009,14,1703,1723 +LCA,2009,15,1731,1761 +LCA,2009,16,1735,1766 +LCA,2009,17,1705,1725 +LCA,2009,18,1654,1655 +LCA,2010,0,1079,1108 +LCA,2010,1,1078,1109 +LCA,2010,2,1092,1123 +LCA,2010,3,1119,1148 +LCA,2010,4,1156,1183 +LCA,2010,5,1203,1226 +LCA,2010,6,1255,1275 +LCA,2010,7,1313,1329 +LCA,2010,8,1374,1385 +LCA,2010,9,1435,1443 +LCA,2010,10,1496,1499 +LCA,2010,11,1555,1553 +LCA,2010,12,1607,1603 +LCA,2010,13,1648,1650 +LCA,2010,14,1679,1691 +LCA,2010,15,1708,1728 +LCA,2010,16,1738,1767 +LCA,2010,17,1738,1769 +LCA,2010,18,1696,1715 +LCA,2011,0,1102,1129 +LCA,2011,1,1076,1107 +LCA,2011,2,1079,1111 +LCA,2011,3,1095,1126 +LCA,2011,4,1123,1152 +LCA,2011,5,1161,1187 +LCA,2011,6,1206,1230 +LCA,2011,7,1258,1278 +LCA,2011,8,1315,1331 +LCA,2011,9,1376,1388 +LCA,2011,10,1438,1446 +LCA,2011,11,1499,1503 +LCA,2011,12,1558,1556 +LCA,2011,13,1610,1607 +LCA,2011,14,1651,1653 +LCA,2011,15,1682,1694 +LCA,2011,16,1711,1730 +LCA,2011,17,1741,1770 +LCA,2011,18,1741,1771 +LCA,2012,0,1124,1148 +LCA,2012,1,1090,1121 +LCA,2012,2,1072,1104 +LCA,2012,3,1078,1110 +LCA,2012,4,1096,1127 +LCA,2012,5,1125,1154 +LCA,2012,6,1163,1189 +LCA,2012,7,1208,1231 +LCA,2012,8,1258,1278 +LCA,2012,9,1314,1330 +LCA,2012,10,1375,1387 +LCA,2012,11,1437,1446 +LCA,2012,12,1499,1503 +LCA,2012,13,1558,1556 +LCA,2012,14,1610,1606 +LCA,2012,15,1651,1653 +LCA,2012,16,1682,1693 +LCA,2012,17,1711,1729 +LCA,2012,18,1741,1768 +LCA,2013,0,1141,1164 +LCA,2013,1,1098,1127 +LCA,2013,2,1073,1106 +LCA,2013,3,1067,1098 +LCA,2013,4,1076,1107 +LCA,2013,5,1096,1126 +LCA,2013,6,1125,1154 +LCA,2013,7,1163,1189 +LCA,2013,8,1208,1231 +LCA,2013,9,1257,1277 +LCA,2013,10,1312,1328 +LCA,2013,11,1372,1384 +LCA,2013,12,1436,1443 +LCA,2013,13,1497,1500 +LCA,2013,14,1556,1553 +LCA,2013,15,1608,1604 +LCA,2013,16,1649,1650 +LCA,2013,17,1680,1690 +LCA,2013,18,1708,1726 +LCA,2014,0,1150,1173 +LCA,2014,1,1103,1131 +LCA,2014,2,1073,1104 +LCA,2014,3,1059,1091 +LCA,2014,4,1061,1093 +LCA,2014,5,1073,1104 +LCA,2014,6,1095,1125 +LCA,2014,7,1126,1153 +LCA,2014,8,1164,1189 +LCA,2014,9,1208,1230 +LCA,2014,10,1256,1275 +LCA,2014,11,1309,1325 +LCA,2014,12,1370,1381 +LCA,2014,13,1433,1441 +LCA,2014,14,1495,1498 +LCA,2014,15,1554,1551 +LCA,2014,16,1606,1601 +LCA,2014,17,1647,1647 +LCA,2014,18,1678,1686 +LCA,2015,0,1150,1173 +LCA,2015,1,1105,1132 +LCA,2015,2,1075,1104 +LCA,2015,3,1057,1088 +LCA,2015,4,1051,1083 +LCA,2015,5,1056,1088 +LCA,2015,6,1071,1102 +LCA,2015,7,1095,1124 +LCA,2015,8,1127,1154 +LCA,2015,9,1165,1189 +LCA,2015,10,1209,1230 +LCA,2015,11,1255,1273 +LCA,2015,12,1308,1323 +LCA,2015,13,1368,1379 +LCA,2015,14,1432,1439 +LCA,2015,15,1494,1496 +LCA,2015,16,1553,1549 +LCA,2015,17,1604,1598 +LCA,2015,18,1645,1644 +LCA,2016,0,1137,1162 +LCA,2016,1,1138,1161 +LCA,2016,2,1101,1128 +LCA,2016,3,1076,1105 +LCA,2016,4,1061,1092 +LCA,2016,5,1056,1087 +LCA,2016,6,1059,1090 +LCA,2016,7,1071,1101 +LCA,2016,8,1092,1121 +LCA,2016,9,1123,1151 +LCA,2016,10,1163,1188 +LCA,2016,11,1207,1229 +LCA,2016,12,1253,1272 +LCA,2016,13,1306,1321 +LCA,2016,14,1366,1377 +LCA,2016,15,1430,1437 +LCA,2016,16,1492,1493 +LCA,2016,17,1551,1546 +LCA,2016,18,1602,1595 +LCA,2017,0,1114,1141 +LCA,2017,1,1094,1122 +LCA,2017,2,1126,1151 +LCA,2017,3,1098,1125 +LCA,2017,4,1078,1107 +LCA,2017,5,1066,1096 +LCA,2017,6,1061,1092 +LCA,2017,7,1063,1094 +LCA,2017,8,1071,1101 +LCA,2017,9,1090,1119 +LCA,2017,10,1121,1148 +LCA,2017,11,1163,1187 +LCA,2017,12,1207,1228 +LCA,2017,13,1253,1271 +LCA,2017,14,1306,1321 +LCA,2017,15,1366,1376 +LCA,2017,16,1430,1436 +LCA,2017,17,1491,1492 +LCA,2017,18,1550,1544 +LCA,2018,0,1084,1114 +LCA,2018,1,1083,1112 +LCA,2018,2,1081,1110 +LCA,2018,3,1115,1141 +LCA,2018,4,1096,1123 +LCA,2018,5,1081,1109 +LCA,2018,6,1071,1101 +LCA,2018,7,1067,1097 +LCA,2018,8,1067,1098 +LCA,2018,9,1072,1102 +LCA,2018,10,1088,1117 +LCA,2018,11,1120,1147 +LCA,2018,12,1163,1187 +LCA,2018,13,1207,1228 +LCA,2018,14,1254,1271 +LCA,2018,15,1306,1321 +LCA,2018,16,1366,1376 +LCA,2018,17,1430,1435 +LCA,2018,18,1491,1491 +LCA,2019,0,1100,1100 +LCA,2019,1,1100,1100 +LCA,2019,2,1100,1100 +LCA,2019,3,1100,1100 +LCA,2019,4,1100,1100 +LCA,2019,5,1100,1100 +LCA,2019,6,1100,1100 +LCA,2019,7,1100,1100 +LCA,2019,8,1100,1100 +LCA,2019,9,1100,1100 +LCA,2019,10,1100,1100 +LCA,2019,11,1100,1100 +LCA,2019,12,1100,1100 +LCA,2019,13,1200,1200 +LCA,2019,14,1200,1200 +LCA,2019,15,1300,1300 +LCA,2019,16,1300,1300 +LCA,2019,17,1400,1400 +LCA,2019,18,1400,1400 +LCA,2020,0,1000,1100 +LCA,2020,1,1100,1100 +LCA,2020,2,1100,1100 +LCA,2020,3,1100,1100 +LCA,2020,4,1100,1100 +LCA,2020,5,1100,1100 +LCA,2020,6,1100,1100 +LCA,2020,7,1100,1100 +LCA,2020,8,1100,1100 +LCA,2020,9,1100,1100 +LCA,2020,10,1100,1100 +LCA,2020,11,1100,1100 +LCA,2020,12,1100,1100 +LCA,2020,13,1100,1100 +LCA,2020,14,1200,1200 +LCA,2020,15,1200,1200 +LCA,2020,16,1300,1300 +LCA,2020,17,1300,1300 +LCA,2020,18,1400,1400 +LCA,2021,0,1000,1000 +LCA,2021,1,1000,1100 +LCA,2021,2,1100,1100 +LCA,2021,3,1100,1100 +LCA,2021,4,1100,1100 +LCA,2021,5,1100,1100 +LCA,2021,6,1100,1100 +LCA,2021,7,1100,1100 +LCA,2021,8,1100,1100 +LCA,2021,9,1100,1100 +LCA,2021,10,1100,1100 +LCA,2021,11,1100,1100 +LCA,2021,12,1100,1100 +LCA,2021,13,1100,1100 +LCA,2021,14,1100,1100 +LCA,2021,15,1200,1200 +LCA,2021,16,1200,1200 +LCA,2021,17,1300,1300 +LCA,2021,18,1300,1300 +LCA,2022,0,1000,1000 +LCA,2022,1,1000,1100 +LCA,2022,2,1000,1100 +LCA,2022,3,1100,1100 +LCA,2022,4,1100,1100 +LCA,2022,5,1100,1100 +LCA,2022,6,1100,1100 +LCA,2022,7,1100,1100 +LCA,2022,8,1100,1100 +LCA,2022,9,1100,1100 +LCA,2022,10,1100,1100 +LCA,2022,11,1100,1100 +LCA,2022,12,1100,1100 +LCA,2022,13,1100,1100 +LCA,2022,14,1100,1100 +LCA,2022,15,1100,1100 +LCA,2022,16,1200,1200 +LCA,2022,17,1200,1200 +LCA,2022,18,1300,1300 +LCA,2023,0,1000,1000 +LCA,2023,1,1000,1000 +LCA,2023,2,1000,1100 +LCA,2023,3,1000,1100 +LCA,2023,4,1100,1100 +LCA,2023,5,1100,1100 +LCA,2023,6,1100,1100 +LCA,2023,7,1100,1100 +LCA,2023,8,1100,1100 +LCA,2023,9,1100,1100 +LCA,2023,10,1100,1100 +LCA,2023,11,1100,1100 +LCA,2023,12,1100,1100 +LCA,2023,13,1100,1100 +LCA,2023,14,1100,1100 +LCA,2023,15,1100,1100 +LCA,2023,16,1100,1100 +LCA,2023,17,1200,1200 +LCA,2023,18,1200,1200 +LCA,2024,0,1000,1000 +LCA,2024,1,1000,1000 +LCA,2024,2,1000,1100 +LCA,2024,3,1000,1100 +LCA,2024,4,1000,1100 +LCA,2024,5,1100,1100 +LCA,2024,6,1100,1100 +LCA,2024,7,1100,1100 +LCA,2024,8,1100,1100 +LCA,2024,9,1100,1100 +LCA,2024,10,1100,1100 +LCA,2024,11,1100,1100 +LCA,2024,12,1100,1100 +LCA,2024,13,1100,1100 +LCA,2024,14,1100,1100 +LCA,2024,15,1100,1100 +LCA,2024,16,1100,1100 +LCA,2024,17,1100,1100 +LCA,2024,18,1200,1200 +LCA,2025,0,1000,1000 +LCA,2025,1,1000,1000 +LCA,2025,2,1000,1000 +LCA,2025,3,1000,1100 +LCA,2025,4,1000,1100 +LCA,2025,5,1100,1100 +LCA,2025,6,1100,1100 +LCA,2025,7,1100,1100 +LCA,2025,8,1100,1100 +LCA,2025,9,1100,1100 +LCA,2025,10,1100,1100 +LCA,2025,11,1100,1100 +LCA,2025,12,1100,1100 +LCA,2025,13,1100,1100 +LCA,2025,14,1100,1100 +LCA,2025,15,1100,1100 +LCA,2025,16,1100,1100 +LCA,2025,17,1100,1100 +LCA,2025,18,1100,1100 +LCA,2026,0,900,1000 +LCA,2026,1,1000,1000 +LCA,2026,2,1000,1000 +LCA,2026,3,1000,1000 +LCA,2026,4,1000,1100 +LCA,2026,5,1000,1100 +LCA,2026,6,1100,1100 +LCA,2026,7,1100,1100 +LCA,2026,8,1100,1100 +LCA,2026,9,1100,1100 +LCA,2026,10,1100,1100 +LCA,2026,11,1100,1100 +LCA,2026,12,1100,1100 +LCA,2026,13,1100,1100 +LCA,2026,14,1100,1100 +LCA,2026,15,1100,1100 +LCA,2026,16,1100,1100 +LCA,2026,17,1100,1100 +LCA,2026,18,1100,1100 +LCA,2027,0,900,1000 +LCA,2027,1,900,1000 +LCA,2027,2,1000,1000 +LCA,2027,3,1000,1000 +LCA,2027,4,1000,1000 +LCA,2027,5,1000,1100 +LCA,2027,6,1000,1100 +LCA,2027,7,1000,1100 +LCA,2027,8,1100,1100 +LCA,2027,9,1100,1100 +LCA,2027,10,1100,1100 +LCA,2027,11,1100,1100 +LCA,2027,12,1100,1100 +LCA,2027,13,1100,1100 +LCA,2027,14,1100,1100 +LCA,2027,15,1100,1100 +LCA,2027,16,1100,1100 +LCA,2027,17,1100,1100 +LCA,2027,18,1100,1100 +LCA,2028,0,900,900 +LCA,2028,1,900,1000 +LCA,2028,2,1000,1000 +LCA,2028,3,1000,1000 +LCA,2028,4,1000,1000 +LCA,2028,5,1000,1000 +LCA,2028,6,1000,1000 +LCA,2028,7,1000,1100 +LCA,2028,8,1000,1100 +LCA,2028,9,1100,1100 +LCA,2028,10,1100,1100 +LCA,2028,11,1100,1100 +LCA,2028,12,1100,1100 +LCA,2028,13,1100,1100 +LCA,2028,14,1100,1100 +LCA,2028,15,1100,1100 +LCA,2028,16,1100,1100 +LCA,2028,17,1100,1100 +LCA,2028,18,1100,1100 +LCA,2029,0,900,900 +LCA,2029,1,900,900 +LCA,2029,2,900,1000 +LCA,2029,3,1000,1000 +LCA,2029,4,1000,1000 +LCA,2029,5,1000,1000 +LCA,2029,6,1000,1000 +LCA,2029,7,1000,1000 +LCA,2029,8,1000,1100 +LCA,2029,9,1000,1100 +LCA,2029,10,1100,1100 +LCA,2029,11,1100,1100 +LCA,2029,12,1100,1100 +LCA,2029,13,1100,1100 +LCA,2029,14,1100,1100 +LCA,2029,15,1100,1100 +LCA,2029,16,1100,1100 +LCA,2029,17,1100,1100 +LCA,2029,18,1100,1100 +LCA,2030,0,900,900 +LCA,2030,1,900,900 +LCA,2030,2,900,900 +LCA,2030,3,900,1000 +LCA,2030,4,1000,1000 +LCA,2030,5,1000,1000 +LCA,2030,6,1000,1000 +LCA,2030,7,1000,1000 +LCA,2030,8,1000,1000 +LCA,2030,9,1000,1100 +LCA,2030,10,1000,1100 +LCA,2030,11,1100,1100 +LCA,2030,12,1100,1100 +LCA,2030,13,1100,1100 +LCA,2030,14,1100,1100 +LCA,2030,15,1100,1100 +LCA,2030,16,1100,1100 +LCA,2030,17,1100,1100 +LCA,2030,18,1100,1100 +LCA,2031,0,900,900 +LCA,2031,1,900,900 +LCA,2031,2,900,900 +LCA,2031,3,900,900 +LCA,2031,4,900,1000 +LCA,2031,5,1000,1000 +LCA,2031,6,1000,1000 +LCA,2031,7,1000,1000 +LCA,2031,8,1000,1000 +LCA,2031,9,1000,1000 +LCA,2031,10,1000,1100 +LCA,2031,11,1000,1100 +LCA,2031,12,1100,1100 +LCA,2031,13,1100,1100 +LCA,2031,14,1100,1100 +LCA,2031,15,1100,1100 +LCA,2031,16,1100,1100 +LCA,2031,17,1100,1100 +LCA,2031,18,1100,1100 +LCA,2032,0,800,900 +LCA,2032,1,900,900 +LCA,2032,2,900,900 +LCA,2032,3,900,900 +LCA,2032,4,900,900 +LCA,2032,5,900,1000 +LCA,2032,6,1000,1000 +LCA,2032,7,1000,1000 +LCA,2032,8,1000,1000 +LCA,2032,9,1000,1000 +LCA,2032,10,1000,1000 +LCA,2032,11,1000,1100 +LCA,2032,12,1000,1100 +LCA,2032,13,1100,1100 +LCA,2032,14,1100,1100 +LCA,2032,15,1100,1100 +LCA,2032,16,1100,1100 +LCA,2032,17,1100,1100 +LCA,2032,18,1100,1100 +LCA,2033,0,800,900 +LCA,2033,1,800,900 +LCA,2033,2,900,900 +LCA,2033,3,900,900 +LCA,2033,4,900,900 +LCA,2033,5,900,900 +LCA,2033,6,900,1000 +LCA,2033,7,900,1000 +LCA,2033,8,1000,1000 +LCA,2033,9,1000,1000 +LCA,2033,10,1000,1000 +LCA,2033,11,1000,1000 +LCA,2033,12,1000,1100 +LCA,2033,13,1000,1100 +LCA,2033,14,1100,1100 +LCA,2033,15,1100,1100 +LCA,2033,16,1100,1100 +LCA,2033,17,1100,1100 +LCA,2033,18,1100,1100 +LCA,2034,0,800,800 +LCA,2034,1,800,900 +LCA,2034,2,800,900 +LCA,2034,3,900,900 +LCA,2034,4,900,900 +LCA,2034,5,900,900 +LCA,2034,6,900,900 +LCA,2034,7,900,1000 +LCA,2034,8,900,1000 +LCA,2034,9,1000,1000 +LCA,2034,10,1000,1000 +LCA,2034,11,1000,1000 +LCA,2034,12,1000,1000 +LCA,2034,13,1000,1100 +LCA,2034,14,1000,1100 +LCA,2034,15,1100,1100 +LCA,2034,16,1100,1100 +LCA,2034,17,1100,1100 +LCA,2034,18,1100,1100 +LCA,2035,0,800,800 +LCA,2035,1,800,800 +LCA,2035,2,800,900 +LCA,2035,3,800,900 +LCA,2035,4,900,900 +LCA,2035,5,900,900 +LCA,2035,6,900,900 +LCA,2035,7,900,900 +LCA,2035,8,900,1000 +LCA,2035,9,900,1000 +LCA,2035,10,1000,1000 +LCA,2035,11,1000,1000 +LCA,2035,12,1000,1000 +LCA,2035,13,1000,1000 +LCA,2035,14,1000,1100 +LCA,2035,15,1000,1100 +LCA,2035,16,1100,1100 +LCA,2035,17,1100,1100 +LCA,2035,18,1100,1100 +LCA,2036,0,800,800 +LCA,2036,1,800,800 +LCA,2036,2,800,800 +LCA,2036,3,800,900 +LCA,2036,4,800,900 +LCA,2036,5,900,900 +LCA,2036,6,900,900 +LCA,2036,7,900,900 +LCA,2036,8,900,900 +LCA,2036,9,900,1000 +LCA,2036,10,900,1000 +LCA,2036,11,1000,1000 +LCA,2036,12,1000,1000 +LCA,2036,13,1000,1000 +LCA,2036,14,1000,1000 +LCA,2036,15,1000,1100 +LCA,2036,16,1000,1100 +LCA,2036,17,1100,1100 +LCA,2036,18,1100,1100 +LCA,2037,0,800,800 +LCA,2037,1,800,800 +LCA,2037,2,800,800 +LCA,2037,3,800,800 +LCA,2037,4,800,900 +LCA,2037,5,800,900 +LCA,2037,6,900,900 +LCA,2037,7,900,900 +LCA,2037,8,900,900 +LCA,2037,9,900,900 +LCA,2037,10,900,1000 +LCA,2037,11,900,1000 +LCA,2037,12,1000,1000 +LCA,2037,13,1000,1000 +LCA,2037,14,1000,1000 +LCA,2037,15,1000,1000 +LCA,2037,16,1000,1100 +LCA,2037,17,1000,1100 +LCA,2037,18,1100,1100 +LCA,2038,0,800,800 +LCA,2038,1,800,800 +LCA,2038,2,800,800 +LCA,2038,3,800,800 +LCA,2038,4,800,800 +LCA,2038,5,800,900 +LCA,2038,6,800,900 +LCA,2038,7,900,900 +LCA,2038,8,900,900 +LCA,2038,9,900,900 +LCA,2038,10,900,900 +LCA,2038,11,900,1000 +LCA,2038,12,900,1000 +LCA,2038,13,1000,1000 +LCA,2038,14,1000,1000 +LCA,2038,15,1000,1000 +LCA,2038,16,1000,1000 +LCA,2038,17,1000,1100 +LCA,2038,18,1000,1100 +LCA,2039,0,800,800 +LCA,2039,1,800,800 +LCA,2039,2,800,800 +LCA,2039,3,800,800 +LCA,2039,4,800,800 +LCA,2039,5,800,800 +LCA,2039,6,800,900 +LCA,2039,7,800,900 +LCA,2039,8,900,900 +LCA,2039,9,900,900 +LCA,2039,10,900,900 +LCA,2039,11,900,900 +LCA,2039,12,900,1000 +LCA,2039,13,900,1000 +LCA,2039,14,1000,1000 +LCA,2039,15,1000,1000 +LCA,2039,16,1000,1000 +LCA,2039,17,1000,1000 +LCA,2039,18,1000,1100 +LCA,2040,0,800,800 +LCA,2040,1,800,800 +LCA,2040,2,800,800 +LCA,2040,3,800,800 +LCA,2040,4,800,800 +LCA,2040,5,800,800 +LCA,2040,6,800,800 +LCA,2040,7,800,900 +LCA,2040,8,800,900 +LCA,2040,9,900,900 +LCA,2040,10,900,900 +LCA,2040,11,900,900 +LCA,2040,12,900,900 +LCA,2040,13,900,1000 +LCA,2040,14,900,1000 +LCA,2040,15,1000,1000 +LCA,2040,16,1000,1000 +LCA,2040,17,1000,1000 +LCA,2040,18,1000,1000 +LCA,2041,0,700,800 +LCA,2041,1,800,800 +LCA,2041,2,800,800 +LCA,2041,3,800,800 +LCA,2041,4,800,800 +LCA,2041,5,800,800 +LCA,2041,6,800,800 +LCA,2041,7,800,800 +LCA,2041,8,800,900 +LCA,2041,9,800,900 +LCA,2041,10,900,900 +LCA,2041,11,900,900 +LCA,2041,12,900,900 +LCA,2041,13,900,900 +LCA,2041,14,900,1000 +LCA,2041,15,900,1000 +LCA,2041,16,1000,1000 +LCA,2041,17,1000,1000 +LCA,2041,18,1000,1000 +LCA,2042,0,700,800 +LCA,2042,1,700,800 +LCA,2042,2,800,800 +LCA,2042,3,800,800 +LCA,2042,4,800,800 +LCA,2042,5,800,800 +LCA,2042,6,800,800 +LCA,2042,7,800,800 +LCA,2042,8,800,800 +LCA,2042,9,800,900 +LCA,2042,10,800,900 +LCA,2042,11,900,900 +LCA,2042,12,900,900 +LCA,2042,13,900,900 +LCA,2042,14,900,900 +LCA,2042,15,900,1000 +LCA,2042,16,900,1000 +LCA,2042,17,1000,1000 +LCA,2042,18,1000,1000 +LCA,2043,0,700,800 +LCA,2043,1,700,800 +LCA,2043,2,700,800 +LCA,2043,3,800,800 +LCA,2043,4,800,800 +LCA,2043,5,800,800 +LCA,2043,6,800,800 +LCA,2043,7,800,800 +LCA,2043,8,800,800 +LCA,2043,9,800,800 +LCA,2043,10,800,900 +LCA,2043,11,800,900 +LCA,2043,12,900,900 +LCA,2043,13,900,900 +LCA,2043,14,900,900 +LCA,2043,15,900,900 +LCA,2043,16,900,900 +LCA,2043,17,900,1000 +LCA,2043,18,1000,1000 +LCA,2044,0,700,800 +LCA,2044,1,700,800 +LCA,2044,2,700,800 +LCA,2044,3,700,800 +LCA,2044,4,800,800 +LCA,2044,5,800,800 +LCA,2044,6,800,800 +LCA,2044,7,800,800 +LCA,2044,8,800,800 +LCA,2044,9,800,800 +LCA,2044,10,800,800 +LCA,2044,11,800,900 +LCA,2044,12,800,900 +LCA,2044,13,900,900 +LCA,2044,14,900,900 +LCA,2044,15,900,900 +LCA,2044,16,900,900 +LCA,2044,17,900,900 +LCA,2044,18,900,1000 +LCA,2045,0,700,800 +LCA,2045,1,700,800 +LCA,2045,2,700,800 +LCA,2045,3,700,800 +LCA,2045,4,700,800 +LCA,2045,5,800,800 +LCA,2045,6,800,800 +LCA,2045,7,800,800 +LCA,2045,8,800,800 +LCA,2045,9,800,800 +LCA,2045,10,800,800 +LCA,2045,11,800,800 +LCA,2045,12,800,800 +LCA,2045,13,800,900 +LCA,2045,14,900,900 +LCA,2045,15,900,900 +LCA,2045,16,900,900 +LCA,2045,17,900,900 +LCA,2045,18,900,900 +LCA,2046,0,700,700 +LCA,2046,1,700,800 +LCA,2046,2,700,800 +LCA,2046,3,700,800 +LCA,2046,4,700,800 +LCA,2046,5,700,800 +LCA,2046,6,800,800 +LCA,2046,7,800,800 +LCA,2046,8,800,800 +LCA,2046,9,800,800 +LCA,2046,10,800,800 +LCA,2046,11,800,800 +LCA,2046,12,800,800 +LCA,2046,13,800,800 +LCA,2046,14,800,900 +LCA,2046,15,900,900 +LCA,2046,16,900,900 +LCA,2046,17,900,900 +LCA,2046,18,900,900 +LCA,2047,0,700,700 +LCA,2047,1,700,700 +LCA,2047,2,700,800 +LCA,2047,3,700,800 +LCA,2047,4,700,800 +LCA,2047,5,700,800 +LCA,2047,6,700,800 +LCA,2047,7,800,800 +LCA,2047,8,800,800 +LCA,2047,9,800,800 +LCA,2047,10,800,800 +LCA,2047,11,800,800 +LCA,2047,12,800,800 +LCA,2047,13,800,800 +LCA,2047,14,800,800 +LCA,2047,15,800,900 +LCA,2047,16,900,900 +LCA,2047,17,900,900 +LCA,2047,18,900,900 +LCA,2048,0,700,700 +LCA,2048,1,700,700 +LCA,2048,2,700,700 +LCA,2048,3,700,700 +LCA,2048,4,700,800 +LCA,2048,5,700,800 +LCA,2048,6,700,800 +LCA,2048,7,700,800 +LCA,2048,8,800,800 +LCA,2048,9,800,800 +LCA,2048,10,800,800 +LCA,2048,11,800,800 +LCA,2048,12,800,800 +LCA,2048,13,800,800 +LCA,2048,14,800,800 +LCA,2048,15,800,800 +LCA,2048,16,800,900 +LCA,2048,17,900,900 +LCA,2048,18,900,900 +LCA,2049,0,700,700 +LCA,2049,1,700,700 +LCA,2049,2,700,700 +LCA,2049,3,700,700 +LCA,2049,4,700,700 +LCA,2049,5,700,800 +LCA,2049,6,700,800 +LCA,2049,7,700,800 +LCA,2049,8,700,800 +LCA,2049,9,800,800 +LCA,2049,10,800,800 +LCA,2049,11,800,800 +LCA,2049,12,800,800 +LCA,2049,13,800,800 +LCA,2049,14,800,800 +LCA,2049,15,800,800 +LCA,2049,16,800,800 +LCA,2049,17,800,900 +LCA,2049,18,900,900 +LCA,2050,0,700,700 +LCA,2050,1,700,700 +LCA,2050,2,700,700 +LCA,2050,3,700,700 +LCA,2050,4,700,700 +LCA,2050,5,700,700 +LCA,2050,6,700,800 +LCA,2050,7,700,800 +LCA,2050,8,700,800 +LCA,2050,9,700,800 +LCA,2050,10,800,800 +LCA,2050,11,800,800 +LCA,2050,12,800,800 +LCA,2050,13,800,800 +LCA,2050,14,800,800 +LCA,2050,15,800,800 +LCA,2050,16,800,800 +LCA,2050,17,800,800 +LCA,2050,18,800,900 +LCN,1990,0,, +LCN,1990,1,, +LCN,1990,2,, +LCN,1990,3,, +LCN,1990,4,, +LCN,1990,5,, +LCN,1990,6,, +LCN,1990,7,, +LCN,1990,8,, +LCN,1990,9,, +LCN,1990,10,, +LCN,1990,11,, +LCN,1990,12,, +LCN,1990,13,, +LCN,1990,14,, +LCN,1990,15,, +LCN,1990,16,, +LCN,1990,17,, +LCN,1990,18,, +LCN,1991,0,, +LCN,1991,1,, +LCN,1991,2,, +LCN,1991,3,, +LCN,1991,4,, +LCN,1991,5,, +LCN,1991,6,, +LCN,1991,7,, +LCN,1991,8,, +LCN,1991,9,, +LCN,1991,10,, +LCN,1991,11,, +LCN,1991,12,, +LCN,1991,13,, +LCN,1991,14,, +LCN,1991,15,, +LCN,1991,16,, +LCN,1991,17,, +LCN,1991,18,, +LCN,1992,0,, +LCN,1992,1,, +LCN,1992,2,, +LCN,1992,3,, +LCN,1992,4,, +LCN,1992,5,, +LCN,1992,6,, +LCN,1992,7,, +LCN,1992,8,, +LCN,1992,9,, +LCN,1992,10,, +LCN,1992,11,, +LCN,1992,12,, +LCN,1992,13,, +LCN,1992,14,, +LCN,1992,15,, +LCN,1992,16,, +LCN,1992,17,, +LCN,1992,18,, +LCN,1993,0,, +LCN,1993,1,, +LCN,1993,2,, +LCN,1993,3,, +LCN,1993,4,, +LCN,1993,5,, +LCN,1993,6,, +LCN,1993,7,, +LCN,1993,8,, +LCN,1993,9,, +LCN,1993,10,, +LCN,1993,11,, +LCN,1993,12,, +LCN,1993,13,, +LCN,1993,14,, +LCN,1993,15,, +LCN,1993,16,, +LCN,1993,17,, +LCN,1993,18,, +LCN,1994,0,, +LCN,1994,1,, +LCN,1994,2,, +LCN,1994,3,, +LCN,1994,4,, +LCN,1994,5,, +LCN,1994,6,, +LCN,1994,7,, +LCN,1994,8,, +LCN,1994,9,, +LCN,1994,10,, +LCN,1994,11,, +LCN,1994,12,, +LCN,1994,13,, +LCN,1994,14,, +LCN,1994,15,, +LCN,1994,16,, +LCN,1994,17,, +LCN,1994,18,, +LCN,1995,0,, +LCN,1995,1,, +LCN,1995,2,, +LCN,1995,3,, +LCN,1995,4,, +LCN,1995,5,, +LCN,1995,6,, +LCN,1995,7,, +LCN,1995,8,, +LCN,1995,9,, +LCN,1995,10,, +LCN,1995,11,, +LCN,1995,12,, +LCN,1995,13,, +LCN,1995,14,, +LCN,1995,15,, +LCN,1995,16,, +LCN,1995,17,, +LCN,1995,18,, +LCN,1996,0,, +LCN,1996,1,, +LCN,1996,2,, +LCN,1996,3,, +LCN,1996,4,, +LCN,1996,5,, +LCN,1996,6,, +LCN,1996,7,, +LCN,1996,8,, +LCN,1996,9,, +LCN,1996,10,, +LCN,1996,11,, +LCN,1996,12,, +LCN,1996,13,, +LCN,1996,14,, +LCN,1996,15,, +LCN,1996,16,, +LCN,1996,17,, +LCN,1996,18,, +LCN,1997,0,, +LCN,1997,1,, +LCN,1997,2,, +LCN,1997,3,, +LCN,1997,4,, +LCN,1997,5,, +LCN,1997,6,, +LCN,1997,7,, +LCN,1997,8,, +LCN,1997,9,, +LCN,1997,10,, +LCN,1997,11,, +LCN,1997,12,, +LCN,1997,13,, +LCN,1997,14,, +LCN,1997,15,, +LCN,1997,16,, +LCN,1997,17,, +LCN,1997,18,, +LCN,1998,0,, +LCN,1998,1,, +LCN,1998,2,, +LCN,1998,3,, +LCN,1998,4,, +LCN,1998,5,, +LCN,1998,6,, +LCN,1998,7,, +LCN,1998,8,, +LCN,1998,9,, +LCN,1998,10,, +LCN,1998,11,, +LCN,1998,12,, +LCN,1998,13,, +LCN,1998,14,, +LCN,1998,15,, +LCN,1998,16,, +LCN,1998,17,, +LCN,1998,18,, +LCN,1999,0,, +LCN,1999,1,, +LCN,1999,2,, +LCN,1999,3,, +LCN,1999,4,, +LCN,1999,5,, +LCN,1999,6,, +LCN,1999,7,, +LCN,1999,8,, +LCN,1999,9,, +LCN,1999,10,, +LCN,1999,11,, +LCN,1999,12,, +LCN,1999,13,, +LCN,1999,14,, +LCN,1999,15,, +LCN,1999,16,, +LCN,1999,17,, +LCN,1999,18,, +LCN,2000,0,, +LCN,2000,1,, +LCN,2000,2,, +LCN,2000,3,, +LCN,2000,4,, +LCN,2000,5,, +LCN,2000,6,, +LCN,2000,7,, +LCN,2000,8,, +LCN,2000,9,, +LCN,2000,10,, +LCN,2000,11,, +LCN,2000,12,, +LCN,2000,13,, +LCN,2000,14,, +LCN,2000,15,, +LCN,2000,16,, +LCN,2000,17,, +LCN,2000,18,, +LCN,2001,0,, +LCN,2001,1,, +LCN,2001,2,, +LCN,2001,3,, +LCN,2001,4,, +LCN,2001,5,, +LCN,2001,6,, +LCN,2001,7,, +LCN,2001,8,, +LCN,2001,9,, +LCN,2001,10,, +LCN,2001,11,, +LCN,2001,12,, +LCN,2001,13,, +LCN,2001,14,, +LCN,2001,15,, +LCN,2001,16,, +LCN,2001,17,, +LCN,2001,18,, +LCN,2002,0,, +LCN,2002,1,, +LCN,2002,2,, +LCN,2002,3,, +LCN,2002,4,, +LCN,2002,5,, +LCN,2002,6,, +LCN,2002,7,, +LCN,2002,8,, +LCN,2002,9,, +LCN,2002,10,, +LCN,2002,11,, +LCN,2002,12,, +LCN,2002,13,, +LCN,2002,14,, +LCN,2002,15,, +LCN,2002,16,, +LCN,2002,17,, +LCN,2002,18,, +LCN,2003,0,, +LCN,2003,1,, +LCN,2003,2,, +LCN,2003,3,, +LCN,2003,4,, +LCN,2003,5,, +LCN,2003,6,, +LCN,2003,7,, +LCN,2003,8,, +LCN,2003,9,, +LCN,2003,10,, +LCN,2003,11,, +LCN,2003,12,, +LCN,2003,13,, +LCN,2003,14,, +LCN,2003,15,, +LCN,2003,16,, +LCN,2003,17,, +LCN,2003,18,, +LCN,2004,0,, +LCN,2004,1,, +LCN,2004,2,, +LCN,2004,3,, +LCN,2004,4,, +LCN,2004,5,, +LCN,2004,6,, +LCN,2004,7,, +LCN,2004,8,, +LCN,2004,9,, +LCN,2004,10,, +LCN,2004,11,, +LCN,2004,12,, +LCN,2004,13,, +LCN,2004,14,, +LCN,2004,15,, +LCN,2004,16,, +LCN,2004,17,, +LCN,2004,18,, +LCN,2005,0,, +LCN,2005,1,, +LCN,2005,2,, +LCN,2005,3,, +LCN,2005,4,, +LCN,2005,5,, +LCN,2005,6,, +LCN,2005,7,, +LCN,2005,8,, +LCN,2005,9,, +LCN,2005,10,, +LCN,2005,11,, +LCN,2005,12,, +LCN,2005,13,, +LCN,2005,14,, +LCN,2005,15,, +LCN,2005,16,, +LCN,2005,17,, +LCN,2005,18,, +LCN,2006,0,, +LCN,2006,1,, +LCN,2006,2,, +LCN,2006,3,, +LCN,2006,4,, +LCN,2006,5,, +LCN,2006,6,, +LCN,2006,7,, +LCN,2006,8,, +LCN,2006,9,, +LCN,2006,10,, +LCN,2006,11,, +LCN,2006,12,, +LCN,2006,13,, +LCN,2006,14,, +LCN,2006,15,, +LCN,2006,16,, +LCN,2006,17,, +LCN,2006,18,, +LCN,2007,0,, +LCN,2007,1,, +LCN,2007,2,, +LCN,2007,3,, +LCN,2007,4,, +LCN,2007,5,, +LCN,2007,6,, +LCN,2007,7,, +LCN,2007,8,, +LCN,2007,9,, +LCN,2007,10,, +LCN,2007,11,, +LCN,2007,12,, +LCN,2007,13,, +LCN,2007,14,, +LCN,2007,15,, +LCN,2007,16,, +LCN,2007,17,, +LCN,2007,18,, +LCN,2008,0,, +LCN,2008,1,, +LCN,2008,2,, +LCN,2008,3,, +LCN,2008,4,, +LCN,2008,5,, +LCN,2008,6,, +LCN,2008,7,, +LCN,2008,8,, +LCN,2008,9,, +LCN,2008,10,, +LCN,2008,11,, +LCN,2008,12,, +LCN,2008,13,, +LCN,2008,14,, +LCN,2008,15,, +LCN,2008,16,, +LCN,2008,17,, +LCN,2008,18,, +LCN,2009,0,, +LCN,2009,1,, +LCN,2009,2,, +LCN,2009,3,, +LCN,2009,4,, +LCN,2009,5,, +LCN,2009,6,, +LCN,2009,7,, +LCN,2009,8,, +LCN,2009,9,, +LCN,2009,10,, +LCN,2009,11,, +LCN,2009,12,, +LCN,2009,13,, +LCN,2009,14,, +LCN,2009,15,, +LCN,2009,16,, +LCN,2009,17,, +LCN,2009,18,, +LCN,2010,0,, +LCN,2010,1,, +LCN,2010,2,, +LCN,2010,3,, +LCN,2010,4,, +LCN,2010,5,, +LCN,2010,6,, +LCN,2010,7,, +LCN,2010,8,, +LCN,2010,9,, +LCN,2010,10,, +LCN,2010,11,, +LCN,2010,12,, +LCN,2010,13,, +LCN,2010,14,, +LCN,2010,15,, +LCN,2010,16,, +LCN,2010,17,, +LCN,2010,18,, +LCN,2011,0,, +LCN,2011,1,, +LCN,2011,2,, +LCN,2011,3,, +LCN,2011,4,, +LCN,2011,5,, +LCN,2011,6,, +LCN,2011,7,, +LCN,2011,8,, +LCN,2011,9,, +LCN,2011,10,, +LCN,2011,11,, +LCN,2011,12,, +LCN,2011,13,, +LCN,2011,14,, +LCN,2011,15,, +LCN,2011,16,, +LCN,2011,17,, +LCN,2011,18,, +LCN,2012,0,, +LCN,2012,1,, +LCN,2012,2,, +LCN,2012,3,, +LCN,2012,4,, +LCN,2012,5,, +LCN,2012,6,, +LCN,2012,7,, +LCN,2012,8,, +LCN,2012,9,, +LCN,2012,10,, +LCN,2012,11,, +LCN,2012,12,, +LCN,2012,13,, +LCN,2012,14,, +LCN,2012,15,, +LCN,2012,16,, +LCN,2012,17,, +LCN,2012,18,, +LCN,2013,0,, +LCN,2013,1,, +LCN,2013,2,, +LCN,2013,3,, +LCN,2013,4,, +LCN,2013,5,, +LCN,2013,6,, +LCN,2013,7,, +LCN,2013,8,, +LCN,2013,9,, +LCN,2013,10,, +LCN,2013,11,, +LCN,2013,12,, +LCN,2013,13,, +LCN,2013,14,, +LCN,2013,15,, +LCN,2013,16,, +LCN,2013,17,, +LCN,2013,18,, +LCN,2014,0,, +LCN,2014,1,, +LCN,2014,2,, +LCN,2014,3,, +LCN,2014,4,, +LCN,2014,5,, +LCN,2014,6,, +LCN,2014,7,, +LCN,2014,8,, +LCN,2014,9,, +LCN,2014,10,, +LCN,2014,11,, +LCN,2014,12,, +LCN,2014,13,, +LCN,2014,14,, +LCN,2014,15,, +LCN,2014,16,, +LCN,2014,17,, +LCN,2014,18,, +LCN,2015,0,, +LCN,2015,1,, +LCN,2015,2,, +LCN,2015,3,, +LCN,2015,4,, +LCN,2015,5,, +LCN,2015,6,, +LCN,2015,7,, +LCN,2015,8,, +LCN,2015,9,, +LCN,2015,10,, +LCN,2015,11,, +LCN,2015,12,, +LCN,2015,13,, +LCN,2015,14,, +LCN,2015,15,, +LCN,2015,16,, +LCN,2015,17,, +LCN,2015,18,, +LCN,2016,0,, +LCN,2016,1,, +LCN,2016,2,, +LCN,2016,3,, +LCN,2016,4,, +LCN,2016,5,, +LCN,2016,6,, +LCN,2016,7,, +LCN,2016,8,, +LCN,2016,9,, +LCN,2016,10,, +LCN,2016,11,, +LCN,2016,12,, +LCN,2016,13,, +LCN,2016,14,, +LCN,2016,15,, +LCN,2016,16,, +LCN,2016,17,, +LCN,2016,18,, +LCN,2017,0,, +LCN,2017,1,, +LCN,2017,2,, +LCN,2017,3,, +LCN,2017,4,, +LCN,2017,5,, +LCN,2017,6,, +LCN,2017,7,, +LCN,2017,8,, +LCN,2017,9,, +LCN,2017,10,, +LCN,2017,11,, +LCN,2017,12,, +LCN,2017,13,, +LCN,2017,14,, +LCN,2017,15,, +LCN,2017,16,, +LCN,2017,17,, +LCN,2017,18,, +LCN,2018,0,, +LCN,2018,1,, +LCN,2018,2,, +LCN,2018,3,, +LCN,2018,4,, +LCN,2018,5,, +LCN,2018,6,, +LCN,2018,7,, +LCN,2018,8,, +LCN,2018,9,, +LCN,2018,10,, +LCN,2018,11,, +LCN,2018,12,, +LCN,2018,13,, +LCN,2018,14,, +LCN,2018,15,, +LCN,2018,16,, +LCN,2018,17,, +LCN,2018,18,, +LCN,2019,0,, +LCN,2019,1,, +LCN,2019,2,, +LCN,2019,3,, +LCN,2019,4,, +LCN,2019,5,, +LCN,2019,6,, +LCN,2019,7,, +LCN,2019,8,, +LCN,2019,9,, +LCN,2019,10,, +LCN,2019,11,, +LCN,2019,12,, +LCN,2019,13,, +LCN,2019,14,, +LCN,2019,15,, +LCN,2019,16,, +LCN,2019,17,, +LCN,2019,18,, +LCN,2020,0,, +LCN,2020,1,, +LCN,2020,2,, +LCN,2020,3,, +LCN,2020,4,, +LCN,2020,5,, +LCN,2020,6,, +LCN,2020,7,, +LCN,2020,8,, +LCN,2020,9,, +LCN,2020,10,, +LCN,2020,11,, +LCN,2020,12,, +LCN,2020,13,, +LCN,2020,14,, +LCN,2020,15,, +LCN,2020,16,, +LCN,2020,17,, +LCN,2020,18,, +LCN,2021,0,, +LCN,2021,1,, +LCN,2021,2,, +LCN,2021,3,, +LCN,2021,4,, +LCN,2021,5,, +LCN,2021,6,, +LCN,2021,7,, +LCN,2021,8,, +LCN,2021,9,, +LCN,2021,10,, +LCN,2021,11,, +LCN,2021,12,, +LCN,2021,13,, +LCN,2021,14,, +LCN,2021,15,, +LCN,2021,16,, +LCN,2021,17,, +LCN,2021,18,, +LCN,2022,0,, +LCN,2022,1,, +LCN,2022,2,, +LCN,2022,3,, +LCN,2022,4,, +LCN,2022,5,, +LCN,2022,6,, +LCN,2022,7,, +LCN,2022,8,, +LCN,2022,9,, +LCN,2022,10,, +LCN,2022,11,, +LCN,2022,12,, +LCN,2022,13,, +LCN,2022,14,, +LCN,2022,15,, +LCN,2022,16,, +LCN,2022,17,, +LCN,2022,18,, +LCN,2023,0,, +LCN,2023,1,, +LCN,2023,2,, +LCN,2023,3,, +LCN,2023,4,, +LCN,2023,5,, +LCN,2023,6,, +LCN,2023,7,, +LCN,2023,8,, +LCN,2023,9,, +LCN,2023,10,, +LCN,2023,11,, +LCN,2023,12,, +LCN,2023,13,, +LCN,2023,14,, +LCN,2023,15,, +LCN,2023,16,, +LCN,2023,17,, +LCN,2023,18,, +LCN,2024,0,, +LCN,2024,1,, +LCN,2024,2,, +LCN,2024,3,, +LCN,2024,4,, +LCN,2024,5,, +LCN,2024,6,, +LCN,2024,7,, +LCN,2024,8,, +LCN,2024,9,, +LCN,2024,10,, +LCN,2024,11,, +LCN,2024,12,, +LCN,2024,13,, +LCN,2024,14,, +LCN,2024,15,, +LCN,2024,16,, +LCN,2024,17,, +LCN,2024,18,, +LCN,2025,0,, +LCN,2025,1,, +LCN,2025,2,, +LCN,2025,3,, +LCN,2025,4,, +LCN,2025,5,, +LCN,2025,6,, +LCN,2025,7,, +LCN,2025,8,, +LCN,2025,9,, +LCN,2025,10,, +LCN,2025,11,, +LCN,2025,12,, +LCN,2025,13,, +LCN,2025,14,, +LCN,2025,15,, +LCN,2025,16,, +LCN,2025,17,, +LCN,2025,18,, +LCN,2026,0,, +LCN,2026,1,, +LCN,2026,2,, +LCN,2026,3,, +LCN,2026,4,, +LCN,2026,5,, +LCN,2026,6,, +LCN,2026,7,, +LCN,2026,8,, +LCN,2026,9,, +LCN,2026,10,, +LCN,2026,11,, +LCN,2026,12,, +LCN,2026,13,, +LCN,2026,14,, +LCN,2026,15,, +LCN,2026,16,, +LCN,2026,17,, +LCN,2026,18,, +LCN,2027,0,, +LCN,2027,1,, +LCN,2027,2,, +LCN,2027,3,, +LCN,2027,4,, +LCN,2027,5,, +LCN,2027,6,, +LCN,2027,7,, +LCN,2027,8,, +LCN,2027,9,, +LCN,2027,10,, +LCN,2027,11,, +LCN,2027,12,, +LCN,2027,13,, +LCN,2027,14,, +LCN,2027,15,, +LCN,2027,16,, +LCN,2027,17,, +LCN,2027,18,, +LCN,2028,0,, +LCN,2028,1,, +LCN,2028,2,, +LCN,2028,3,, +LCN,2028,4,, +LCN,2028,5,, +LCN,2028,6,, +LCN,2028,7,, +LCN,2028,8,, +LCN,2028,9,, +LCN,2028,10,, +LCN,2028,11,, +LCN,2028,12,, +LCN,2028,13,, +LCN,2028,14,, +LCN,2028,15,, +LCN,2028,16,, +LCN,2028,17,, +LCN,2028,18,, +LCN,2029,0,, +LCN,2029,1,, +LCN,2029,2,, +LCN,2029,3,, +LCN,2029,4,, +LCN,2029,5,, +LCN,2029,6,, +LCN,2029,7,, +LCN,2029,8,, +LCN,2029,9,, +LCN,2029,10,, +LCN,2029,11,, +LCN,2029,12,, +LCN,2029,13,, +LCN,2029,14,, +LCN,2029,15,, +LCN,2029,16,, +LCN,2029,17,, +LCN,2029,18,, +LCN,2030,0,, +LCN,2030,1,, +LCN,2030,2,, +LCN,2030,3,, +LCN,2030,4,, +LCN,2030,5,, +LCN,2030,6,, +LCN,2030,7,, +LCN,2030,8,, +LCN,2030,9,, +LCN,2030,10,, +LCN,2030,11,, +LCN,2030,12,, +LCN,2030,13,, +LCN,2030,14,, +LCN,2030,15,, +LCN,2030,16,, +LCN,2030,17,, +LCN,2030,18,, +LCN,2031,0,, +LCN,2031,1,, +LCN,2031,2,, +LCN,2031,3,, +LCN,2031,4,, +LCN,2031,5,, +LCN,2031,6,, +LCN,2031,7,, +LCN,2031,8,, +LCN,2031,9,, +LCN,2031,10,, +LCN,2031,11,, +LCN,2031,12,, +LCN,2031,13,, +LCN,2031,14,, +LCN,2031,15,, +LCN,2031,16,, +LCN,2031,17,, +LCN,2031,18,, +LCN,2032,0,, +LCN,2032,1,, +LCN,2032,2,, +LCN,2032,3,, +LCN,2032,4,, +LCN,2032,5,, +LCN,2032,6,, +LCN,2032,7,, +LCN,2032,8,, +LCN,2032,9,, +LCN,2032,10,, +LCN,2032,11,, +LCN,2032,12,, +LCN,2032,13,, +LCN,2032,14,, +LCN,2032,15,, +LCN,2032,16,, +LCN,2032,17,, +LCN,2032,18,, +LCN,2033,0,, +LCN,2033,1,, +LCN,2033,2,, +LCN,2033,3,, +LCN,2033,4,, +LCN,2033,5,, +LCN,2033,6,, +LCN,2033,7,, +LCN,2033,8,, +LCN,2033,9,, +LCN,2033,10,, +LCN,2033,11,, +LCN,2033,12,, +LCN,2033,13,, +LCN,2033,14,, +LCN,2033,15,, +LCN,2033,16,, +LCN,2033,17,, +LCN,2033,18,, +LCN,2034,0,, +LCN,2034,1,, +LCN,2034,2,, +LCN,2034,3,, +LCN,2034,4,, +LCN,2034,5,, +LCN,2034,6,, +LCN,2034,7,, +LCN,2034,8,, +LCN,2034,9,, +LCN,2034,10,, +LCN,2034,11,, +LCN,2034,12,, +LCN,2034,13,, +LCN,2034,14,, +LCN,2034,15,, +LCN,2034,16,, +LCN,2034,17,, +LCN,2034,18,, +LCN,2035,0,, +LCN,2035,1,, +LCN,2035,2,, +LCN,2035,3,, +LCN,2035,4,, +LCN,2035,5,, +LCN,2035,6,, +LCN,2035,7,, +LCN,2035,8,, +LCN,2035,9,, +LCN,2035,10,, +LCN,2035,11,, +LCN,2035,12,, +LCN,2035,13,, +LCN,2035,14,, +LCN,2035,15,, +LCN,2035,16,, +LCN,2035,17,, +LCN,2035,18,, +LCN,2036,0,, +LCN,2036,1,, +LCN,2036,2,, +LCN,2036,3,, +LCN,2036,4,, +LCN,2036,5,, +LCN,2036,6,, +LCN,2036,7,, +LCN,2036,8,, +LCN,2036,9,, +LCN,2036,10,, +LCN,2036,11,, +LCN,2036,12,, +LCN,2036,13,, +LCN,2036,14,, +LCN,2036,15,, +LCN,2036,16,, +LCN,2036,17,, +LCN,2036,18,, +LCN,2037,0,, +LCN,2037,1,, +LCN,2037,2,, +LCN,2037,3,, +LCN,2037,4,, +LCN,2037,5,, +LCN,2037,6,, +LCN,2037,7,, +LCN,2037,8,, +LCN,2037,9,, +LCN,2037,10,, +LCN,2037,11,, +LCN,2037,12,, +LCN,2037,13,, +LCN,2037,14,, +LCN,2037,15,, +LCN,2037,16,, +LCN,2037,17,, +LCN,2037,18,, +LCN,2038,0,, +LCN,2038,1,, +LCN,2038,2,, +LCN,2038,3,, +LCN,2038,4,, +LCN,2038,5,, +LCN,2038,6,, +LCN,2038,7,, +LCN,2038,8,, +LCN,2038,9,, +LCN,2038,10,, +LCN,2038,11,, +LCN,2038,12,, +LCN,2038,13,, +LCN,2038,14,, +LCN,2038,15,, +LCN,2038,16,, +LCN,2038,17,, +LCN,2038,18,, +LCN,2039,0,, +LCN,2039,1,, +LCN,2039,2,, +LCN,2039,3,, +LCN,2039,4,, +LCN,2039,5,, +LCN,2039,6,, +LCN,2039,7,, +LCN,2039,8,, +LCN,2039,9,, +LCN,2039,10,, +LCN,2039,11,, +LCN,2039,12,, +LCN,2039,13,, +LCN,2039,14,, +LCN,2039,15,, +LCN,2039,16,, +LCN,2039,17,, +LCN,2039,18,, +LCN,2040,0,, +LCN,2040,1,, +LCN,2040,2,, +LCN,2040,3,, +LCN,2040,4,, +LCN,2040,5,, +LCN,2040,6,, +LCN,2040,7,, +LCN,2040,8,, +LCN,2040,9,, +LCN,2040,10,, +LCN,2040,11,, +LCN,2040,12,, +LCN,2040,13,, +LCN,2040,14,, +LCN,2040,15,, +LCN,2040,16,, +LCN,2040,17,, +LCN,2040,18,, +LCN,2041,0,, +LCN,2041,1,, +LCN,2041,2,, +LCN,2041,3,, +LCN,2041,4,, +LCN,2041,5,, +LCN,2041,6,, +LCN,2041,7,, +LCN,2041,8,, +LCN,2041,9,, +LCN,2041,10,, +LCN,2041,11,, +LCN,2041,12,, +LCN,2041,13,, +LCN,2041,14,, +LCN,2041,15,, +LCN,2041,16,, +LCN,2041,17,, +LCN,2041,18,, +LCN,2042,0,, +LCN,2042,1,, +LCN,2042,2,, +LCN,2042,3,, +LCN,2042,4,, +LCN,2042,5,, +LCN,2042,6,, +LCN,2042,7,, +LCN,2042,8,, +LCN,2042,9,, +LCN,2042,10,, +LCN,2042,11,, +LCN,2042,12,, +LCN,2042,13,, +LCN,2042,14,, +LCN,2042,15,, +LCN,2042,16,, +LCN,2042,17,, +LCN,2042,18,, +LCN,2043,0,, +LCN,2043,1,, +LCN,2043,2,, +LCN,2043,3,, +LCN,2043,4,, +LCN,2043,5,, +LCN,2043,6,, +LCN,2043,7,, +LCN,2043,8,, +LCN,2043,9,, +LCN,2043,10,, +LCN,2043,11,, +LCN,2043,12,, +LCN,2043,13,, +LCN,2043,14,, +LCN,2043,15,, +LCN,2043,16,, +LCN,2043,17,, +LCN,2043,18,, +LCN,2044,0,, +LCN,2044,1,, +LCN,2044,2,, +LCN,2044,3,, +LCN,2044,4,, +LCN,2044,5,, +LCN,2044,6,, +LCN,2044,7,, +LCN,2044,8,, +LCN,2044,9,, +LCN,2044,10,, +LCN,2044,11,, +LCN,2044,12,, +LCN,2044,13,, +LCN,2044,14,, +LCN,2044,15,, +LCN,2044,16,, +LCN,2044,17,, +LCN,2044,18,, +LCN,2045,0,, +LCN,2045,1,, +LCN,2045,2,, +LCN,2045,3,, +LCN,2045,4,, +LCN,2045,5,, +LCN,2045,6,, +LCN,2045,7,, +LCN,2045,8,, +LCN,2045,9,, +LCN,2045,10,, +LCN,2045,11,, +LCN,2045,12,, +LCN,2045,13,, +LCN,2045,14,, +LCN,2045,15,, +LCN,2045,16,, +LCN,2045,17,, +LCN,2045,18,, +LCN,2046,0,, +LCN,2046,1,, +LCN,2046,2,, +LCN,2046,3,, +LCN,2046,4,, +LCN,2046,5,, +LCN,2046,6,, +LCN,2046,7,, +LCN,2046,8,, +LCN,2046,9,, +LCN,2046,10,, +LCN,2046,11,, +LCN,2046,12,, +LCN,2046,13,, +LCN,2046,14,, +LCN,2046,15,, +LCN,2046,16,, +LCN,2046,17,, +LCN,2046,18,, +LCN,2047,0,, +LCN,2047,1,, +LCN,2047,2,, +LCN,2047,3,, +LCN,2047,4,, +LCN,2047,5,, +LCN,2047,6,, +LCN,2047,7,, +LCN,2047,8,, +LCN,2047,9,, +LCN,2047,10,, +LCN,2047,11,, +LCN,2047,12,, +LCN,2047,13,, +LCN,2047,14,, +LCN,2047,15,, +LCN,2047,16,, +LCN,2047,17,, +LCN,2047,18,, +LCN,2048,0,, +LCN,2048,1,, +LCN,2048,2,, +LCN,2048,3,, +LCN,2048,4,, +LCN,2048,5,, +LCN,2048,6,, +LCN,2048,7,, +LCN,2048,8,, +LCN,2048,9,, +LCN,2048,10,, +LCN,2048,11,, +LCN,2048,12,, +LCN,2048,13,, +LCN,2048,14,, +LCN,2048,15,, +LCN,2048,16,, +LCN,2048,17,, +LCN,2048,18,, +LCN,2049,0,, +LCN,2049,1,, +LCN,2049,2,, +LCN,2049,3,, +LCN,2049,4,, +LCN,2049,5,, +LCN,2049,6,, +LCN,2049,7,, +LCN,2049,8,, +LCN,2049,9,, +LCN,2049,10,, +LCN,2049,11,, +LCN,2049,12,, +LCN,2049,13,, +LCN,2049,14,, +LCN,2049,15,, +LCN,2049,16,, +LCN,2049,17,, +LCN,2049,18,, +LCN,2050,0,, +LCN,2050,1,, +LCN,2050,2,, +LCN,2050,3,, +LCN,2050,4,, +LCN,2050,5,, +LCN,2050,6,, +LCN,2050,7,, +LCN,2050,8,, +LCN,2050,9,, +LCN,2050,10,, +LCN,2050,11,, +LCN,2050,12,, +LCN,2050,13,, +LCN,2050,14,, +LCN,2050,15,, +LCN,2050,16,, +LCN,2050,17,, +LCN,2050,18,, +LDC,1990,0,, +LDC,1990,1,, +LDC,1990,2,, +LDC,1990,3,, +LDC,1990,4,, +LDC,1990,5,, +LDC,1990,6,, +LDC,1990,7,, +LDC,1990,8,, +LDC,1990,9,, +LDC,1990,10,, +LDC,1990,11,, +LDC,1990,12,, +LDC,1990,13,, +LDC,1990,14,, +LDC,1990,15,, +LDC,1990,16,, +LDC,1990,17,, +LDC,1990,18,, +LDC,1991,0,, +LDC,1991,1,, +LDC,1991,2,, +LDC,1991,3,, +LDC,1991,4,, +LDC,1991,5,, +LDC,1991,6,, +LDC,1991,7,, +LDC,1991,8,, +LDC,1991,9,, +LDC,1991,10,, +LDC,1991,11,, +LDC,1991,12,, +LDC,1991,13,, +LDC,1991,14,, +LDC,1991,15,, +LDC,1991,16,, +LDC,1991,17,, +LDC,1991,18,, +LDC,1992,0,, +LDC,1992,1,, +LDC,1992,2,, +LDC,1992,3,, +LDC,1992,4,, +LDC,1992,5,, +LDC,1992,6,, +LDC,1992,7,, +LDC,1992,8,, +LDC,1992,9,, +LDC,1992,10,, +LDC,1992,11,, +LDC,1992,12,, +LDC,1992,13,, +LDC,1992,14,, +LDC,1992,15,, +LDC,1992,16,, +LDC,1992,17,, +LDC,1992,18,, +LDC,1993,0,, +LDC,1993,1,, +LDC,1993,2,, +LDC,1993,3,, +LDC,1993,4,, +LDC,1993,5,, +LDC,1993,6,, +LDC,1993,7,, +LDC,1993,8,, +LDC,1993,9,, +LDC,1993,10,, +LDC,1993,11,, +LDC,1993,12,, +LDC,1993,13,, +LDC,1993,14,, +LDC,1993,15,, +LDC,1993,16,, +LDC,1993,17,, +LDC,1993,18,, +LDC,1994,0,, +LDC,1994,1,, +LDC,1994,2,, +LDC,1994,3,, +LDC,1994,4,, +LDC,1994,5,, +LDC,1994,6,, +LDC,1994,7,, +LDC,1994,8,, +LDC,1994,9,, +LDC,1994,10,, +LDC,1994,11,, +LDC,1994,12,, +LDC,1994,13,, +LDC,1994,14,, +LDC,1994,15,, +LDC,1994,16,, +LDC,1994,17,, +LDC,1994,18,, +LDC,1995,0,, +LDC,1995,1,, +LDC,1995,2,, +LDC,1995,3,, +LDC,1995,4,, +LDC,1995,5,, +LDC,1995,6,, +LDC,1995,7,, +LDC,1995,8,, +LDC,1995,9,, +LDC,1995,10,, +LDC,1995,11,, +LDC,1995,12,, +LDC,1995,13,, +LDC,1995,14,, +LDC,1995,15,, +LDC,1995,16,, +LDC,1995,17,, +LDC,1995,18,, +LDC,1996,0,, +LDC,1996,1,, +LDC,1996,2,, +LDC,1996,3,, +LDC,1996,4,, +LDC,1996,5,, +LDC,1996,6,, +LDC,1996,7,, +LDC,1996,8,, +LDC,1996,9,, +LDC,1996,10,, +LDC,1996,11,, +LDC,1996,12,, +LDC,1996,13,, +LDC,1996,14,, +LDC,1996,15,, +LDC,1996,16,, +LDC,1996,17,, +LDC,1996,18,, +LDC,1997,0,, +LDC,1997,1,, +LDC,1997,2,, +LDC,1997,3,, +LDC,1997,4,, +LDC,1997,5,, +LDC,1997,6,, +LDC,1997,7,, +LDC,1997,8,, +LDC,1997,9,, +LDC,1997,10,, +LDC,1997,11,, +LDC,1997,12,, +LDC,1997,13,, +LDC,1997,14,, +LDC,1997,15,, +LDC,1997,16,, +LDC,1997,17,, +LDC,1997,18,, +LDC,1998,0,, +LDC,1998,1,, +LDC,1998,2,, +LDC,1998,3,, +LDC,1998,4,, +LDC,1998,5,, +LDC,1998,6,, +LDC,1998,7,, +LDC,1998,8,, +LDC,1998,9,, +LDC,1998,10,, +LDC,1998,11,, +LDC,1998,12,, +LDC,1998,13,, +LDC,1998,14,, +LDC,1998,15,, +LDC,1998,16,, +LDC,1998,17,, +LDC,1998,18,, +LDC,1999,0,, +LDC,1999,1,, +LDC,1999,2,, +LDC,1999,3,, +LDC,1999,4,, +LDC,1999,5,, +LDC,1999,6,, +LDC,1999,7,, +LDC,1999,8,, +LDC,1999,9,, +LDC,1999,10,, +LDC,1999,11,, +LDC,1999,12,, +LDC,1999,13,, +LDC,1999,14,, +LDC,1999,15,, +LDC,1999,16,, +LDC,1999,17,, +LDC,1999,18,, +LDC,2000,0,, +LDC,2000,1,, +LDC,2000,2,, +LDC,2000,3,, +LDC,2000,4,, +LDC,2000,5,, +LDC,2000,6,, +LDC,2000,7,, +LDC,2000,8,, +LDC,2000,9,, +LDC,2000,10,, +LDC,2000,11,, +LDC,2000,12,, +LDC,2000,13,, +LDC,2000,14,, +LDC,2000,15,, +LDC,2000,16,, +LDC,2000,17,, +LDC,2000,18,, +LDC,2001,0,, +LDC,2001,1,, +LDC,2001,2,, +LDC,2001,3,, +LDC,2001,4,, +LDC,2001,5,, +LDC,2001,6,, +LDC,2001,7,, +LDC,2001,8,, +LDC,2001,9,, +LDC,2001,10,, +LDC,2001,11,, +LDC,2001,12,, +LDC,2001,13,, +LDC,2001,14,, +LDC,2001,15,, +LDC,2001,16,, +LDC,2001,17,, +LDC,2001,18,, +LDC,2002,0,, +LDC,2002,1,, +LDC,2002,2,, +LDC,2002,3,, +LDC,2002,4,, +LDC,2002,5,, +LDC,2002,6,, +LDC,2002,7,, +LDC,2002,8,, +LDC,2002,9,, +LDC,2002,10,, +LDC,2002,11,, +LDC,2002,12,, +LDC,2002,13,, +LDC,2002,14,, +LDC,2002,15,, +LDC,2002,16,, +LDC,2002,17,, +LDC,2002,18,, +LDC,2003,0,, +LDC,2003,1,, +LDC,2003,2,, +LDC,2003,3,, +LDC,2003,4,, +LDC,2003,5,, +LDC,2003,6,, +LDC,2003,7,, +LDC,2003,8,, +LDC,2003,9,, +LDC,2003,10,, +LDC,2003,11,, +LDC,2003,12,, +LDC,2003,13,, +LDC,2003,14,, +LDC,2003,15,, +LDC,2003,16,, +LDC,2003,17,, +LDC,2003,18,, +LDC,2004,0,, +LDC,2004,1,, +LDC,2004,2,, +LDC,2004,3,, +LDC,2004,4,, +LDC,2004,5,, +LDC,2004,6,, +LDC,2004,7,, +LDC,2004,8,, +LDC,2004,9,, +LDC,2004,10,, +LDC,2004,11,, +LDC,2004,12,, +LDC,2004,13,, +LDC,2004,14,, +LDC,2004,15,, +LDC,2004,16,, +LDC,2004,17,, +LDC,2004,18,, +LDC,2005,0,, +LDC,2005,1,, +LDC,2005,2,, +LDC,2005,3,, +LDC,2005,4,, +LDC,2005,5,, +LDC,2005,6,, +LDC,2005,7,, +LDC,2005,8,, +LDC,2005,9,, +LDC,2005,10,, +LDC,2005,11,, +LDC,2005,12,, +LDC,2005,13,, +LDC,2005,14,, +LDC,2005,15,, +LDC,2005,16,, +LDC,2005,17,, +LDC,2005,18,, +LDC,2006,0,, +LDC,2006,1,, +LDC,2006,2,, +LDC,2006,3,, +LDC,2006,4,, +LDC,2006,5,, +LDC,2006,6,, +LDC,2006,7,, +LDC,2006,8,, +LDC,2006,9,, +LDC,2006,10,, +LDC,2006,11,, +LDC,2006,12,, +LDC,2006,13,, +LDC,2006,14,, +LDC,2006,15,, +LDC,2006,16,, +LDC,2006,17,, +LDC,2006,18,, +LDC,2007,0,, +LDC,2007,1,, +LDC,2007,2,, +LDC,2007,3,, +LDC,2007,4,, +LDC,2007,5,, +LDC,2007,6,, +LDC,2007,7,, +LDC,2007,8,, +LDC,2007,9,, +LDC,2007,10,, +LDC,2007,11,, +LDC,2007,12,, +LDC,2007,13,, +LDC,2007,14,, +LDC,2007,15,, +LDC,2007,16,, +LDC,2007,17,, +LDC,2007,18,, +LDC,2008,0,, +LDC,2008,1,, +LDC,2008,2,, +LDC,2008,3,, +LDC,2008,4,, +LDC,2008,5,, +LDC,2008,6,, +LDC,2008,7,, +LDC,2008,8,, +LDC,2008,9,, +LDC,2008,10,, +LDC,2008,11,, +LDC,2008,12,, +LDC,2008,13,, +LDC,2008,14,, +LDC,2008,15,, +LDC,2008,16,, +LDC,2008,17,, +LDC,2008,18,, +LDC,2009,0,, +LDC,2009,1,, +LDC,2009,2,, +LDC,2009,3,, +LDC,2009,4,, +LDC,2009,5,, +LDC,2009,6,, +LDC,2009,7,, +LDC,2009,8,, +LDC,2009,9,, +LDC,2009,10,, +LDC,2009,11,, +LDC,2009,12,, +LDC,2009,13,, +LDC,2009,14,, +LDC,2009,15,, +LDC,2009,16,, +LDC,2009,17,, +LDC,2009,18,, +LDC,2010,0,, +LDC,2010,1,, +LDC,2010,2,, +LDC,2010,3,, +LDC,2010,4,, +LDC,2010,5,, +LDC,2010,6,, +LDC,2010,7,, +LDC,2010,8,, +LDC,2010,9,, +LDC,2010,10,, +LDC,2010,11,, +LDC,2010,12,, +LDC,2010,13,, +LDC,2010,14,, +LDC,2010,15,, +LDC,2010,16,, +LDC,2010,17,, +LDC,2010,18,, +LDC,2011,0,, +LDC,2011,1,, +LDC,2011,2,, +LDC,2011,3,, +LDC,2011,4,, +LDC,2011,5,, +LDC,2011,6,, +LDC,2011,7,, +LDC,2011,8,, +LDC,2011,9,, +LDC,2011,10,, +LDC,2011,11,, +LDC,2011,12,, +LDC,2011,13,, +LDC,2011,14,, +LDC,2011,15,, +LDC,2011,16,, +LDC,2011,17,, +LDC,2011,18,, +LDC,2012,0,, +LDC,2012,1,, +LDC,2012,2,, +LDC,2012,3,, +LDC,2012,4,, +LDC,2012,5,, +LDC,2012,6,, +LDC,2012,7,, +LDC,2012,8,, +LDC,2012,9,, +LDC,2012,10,, +LDC,2012,11,, +LDC,2012,12,, +LDC,2012,13,, +LDC,2012,14,, +LDC,2012,15,, +LDC,2012,16,, +LDC,2012,17,, +LDC,2012,18,, +LDC,2013,0,, +LDC,2013,1,, +LDC,2013,2,, +LDC,2013,3,, +LDC,2013,4,, +LDC,2013,5,, +LDC,2013,6,, +LDC,2013,7,, +LDC,2013,8,, +LDC,2013,9,, +LDC,2013,10,, +LDC,2013,11,, +LDC,2013,12,, +LDC,2013,13,, +LDC,2013,14,, +LDC,2013,15,, +LDC,2013,16,, +LDC,2013,17,, +LDC,2013,18,, +LDC,2014,0,, +LDC,2014,1,, +LDC,2014,2,, +LDC,2014,3,, +LDC,2014,4,, +LDC,2014,5,, +LDC,2014,6,, +LDC,2014,7,, +LDC,2014,8,, +LDC,2014,9,, +LDC,2014,10,, +LDC,2014,11,, +LDC,2014,12,, +LDC,2014,13,, +LDC,2014,14,, +LDC,2014,15,, +LDC,2014,16,, +LDC,2014,17,, +LDC,2014,18,, +LDC,2015,0,, +LDC,2015,1,, +LDC,2015,2,, +LDC,2015,3,, +LDC,2015,4,, +LDC,2015,5,, +LDC,2015,6,, +LDC,2015,7,, +LDC,2015,8,, +LDC,2015,9,, +LDC,2015,10,, +LDC,2015,11,, +LDC,2015,12,, +LDC,2015,13,, +LDC,2015,14,, +LDC,2015,15,, +LDC,2015,16,, +LDC,2015,17,, +LDC,2015,18,, +LDC,2016,0,, +LDC,2016,1,, +LDC,2016,2,, +LDC,2016,3,, +LDC,2016,4,, +LDC,2016,5,, +LDC,2016,6,, +LDC,2016,7,, +LDC,2016,8,, +LDC,2016,9,, +LDC,2016,10,, +LDC,2016,11,, +LDC,2016,12,, +LDC,2016,13,, +LDC,2016,14,, +LDC,2016,15,, +LDC,2016,16,, +LDC,2016,17,, +LDC,2016,18,, +LDC,2017,0,, +LDC,2017,1,, +LDC,2017,2,, +LDC,2017,3,, +LDC,2017,4,, +LDC,2017,5,, +LDC,2017,6,, +LDC,2017,7,, +LDC,2017,8,, +LDC,2017,9,, +LDC,2017,10,, +LDC,2017,11,, +LDC,2017,12,, +LDC,2017,13,, +LDC,2017,14,, +LDC,2017,15,, +LDC,2017,16,, +LDC,2017,17,, +LDC,2017,18,, +LDC,2018,0,, +LDC,2018,1,, +LDC,2018,2,, +LDC,2018,3,, +LDC,2018,4,, +LDC,2018,5,, +LDC,2018,6,, +LDC,2018,7,, +LDC,2018,8,, +LDC,2018,9,, +LDC,2018,10,, +LDC,2018,11,, +LDC,2018,12,, +LDC,2018,13,, +LDC,2018,14,, +LDC,2018,15,, +LDC,2018,16,, +LDC,2018,17,, +LDC,2018,18,, +LDC,2019,0,, +LDC,2019,1,, +LDC,2019,2,, +LDC,2019,3,, +LDC,2019,4,, +LDC,2019,5,, +LDC,2019,6,, +LDC,2019,7,, +LDC,2019,8,, +LDC,2019,9,, +LDC,2019,10,, +LDC,2019,11,, +LDC,2019,12,, +LDC,2019,13,, +LDC,2019,14,, +LDC,2019,15,, +LDC,2019,16,, +LDC,2019,17,, +LDC,2019,18,, +LDC,2020,0,, +LDC,2020,1,, +LDC,2020,2,, +LDC,2020,3,, +LDC,2020,4,, +LDC,2020,5,, +LDC,2020,6,, +LDC,2020,7,, +LDC,2020,8,, +LDC,2020,9,, +LDC,2020,10,, +LDC,2020,11,, +LDC,2020,12,, +LDC,2020,13,, +LDC,2020,14,, +LDC,2020,15,, +LDC,2020,16,, +LDC,2020,17,, +LDC,2020,18,, +LDC,2021,0,, +LDC,2021,1,, +LDC,2021,2,, +LDC,2021,3,, +LDC,2021,4,, +LDC,2021,5,, +LDC,2021,6,, +LDC,2021,7,, +LDC,2021,8,, +LDC,2021,9,, +LDC,2021,10,, +LDC,2021,11,, +LDC,2021,12,, +LDC,2021,13,, +LDC,2021,14,, +LDC,2021,15,, +LDC,2021,16,, +LDC,2021,17,, +LDC,2021,18,, +LDC,2022,0,, +LDC,2022,1,, +LDC,2022,2,, +LDC,2022,3,, +LDC,2022,4,, +LDC,2022,5,, +LDC,2022,6,, +LDC,2022,7,, +LDC,2022,8,, +LDC,2022,9,, +LDC,2022,10,, +LDC,2022,11,, +LDC,2022,12,, +LDC,2022,13,, +LDC,2022,14,, +LDC,2022,15,, +LDC,2022,16,, +LDC,2022,17,, +LDC,2022,18,, +LDC,2023,0,, +LDC,2023,1,, +LDC,2023,2,, +LDC,2023,3,, +LDC,2023,4,, +LDC,2023,5,, +LDC,2023,6,, +LDC,2023,7,, +LDC,2023,8,, +LDC,2023,9,, +LDC,2023,10,, +LDC,2023,11,, +LDC,2023,12,, +LDC,2023,13,, +LDC,2023,14,, +LDC,2023,15,, +LDC,2023,16,, +LDC,2023,17,, +LDC,2023,18,, +LDC,2024,0,, +LDC,2024,1,, +LDC,2024,2,, +LDC,2024,3,, +LDC,2024,4,, +LDC,2024,5,, +LDC,2024,6,, +LDC,2024,7,, +LDC,2024,8,, +LDC,2024,9,, +LDC,2024,10,, +LDC,2024,11,, +LDC,2024,12,, +LDC,2024,13,, +LDC,2024,14,, +LDC,2024,15,, +LDC,2024,16,, +LDC,2024,17,, +LDC,2024,18,, +LDC,2025,0,, +LDC,2025,1,, +LDC,2025,2,, +LDC,2025,3,, +LDC,2025,4,, +LDC,2025,5,, +LDC,2025,6,, +LDC,2025,7,, +LDC,2025,8,, +LDC,2025,9,, +LDC,2025,10,, +LDC,2025,11,, +LDC,2025,12,, +LDC,2025,13,, +LDC,2025,14,, +LDC,2025,15,, +LDC,2025,16,, +LDC,2025,17,, +LDC,2025,18,, +LDC,2026,0,, +LDC,2026,1,, +LDC,2026,2,, +LDC,2026,3,, +LDC,2026,4,, +LDC,2026,5,, +LDC,2026,6,, +LDC,2026,7,, +LDC,2026,8,, +LDC,2026,9,, +LDC,2026,10,, +LDC,2026,11,, +LDC,2026,12,, +LDC,2026,13,, +LDC,2026,14,, +LDC,2026,15,, +LDC,2026,16,, +LDC,2026,17,, +LDC,2026,18,, +LDC,2027,0,, +LDC,2027,1,, +LDC,2027,2,, +LDC,2027,3,, +LDC,2027,4,, +LDC,2027,5,, +LDC,2027,6,, +LDC,2027,7,, +LDC,2027,8,, +LDC,2027,9,, +LDC,2027,10,, +LDC,2027,11,, +LDC,2027,12,, +LDC,2027,13,, +LDC,2027,14,, +LDC,2027,15,, +LDC,2027,16,, +LDC,2027,17,, +LDC,2027,18,, +LDC,2028,0,, +LDC,2028,1,, +LDC,2028,2,, +LDC,2028,3,, +LDC,2028,4,, +LDC,2028,5,, +LDC,2028,6,, +LDC,2028,7,, +LDC,2028,8,, +LDC,2028,9,, +LDC,2028,10,, +LDC,2028,11,, +LDC,2028,12,, +LDC,2028,13,, +LDC,2028,14,, +LDC,2028,15,, +LDC,2028,16,, +LDC,2028,17,, +LDC,2028,18,, +LDC,2029,0,, +LDC,2029,1,, +LDC,2029,2,, +LDC,2029,3,, +LDC,2029,4,, +LDC,2029,5,, +LDC,2029,6,, +LDC,2029,7,, +LDC,2029,8,, +LDC,2029,9,, +LDC,2029,10,, +LDC,2029,11,, +LDC,2029,12,, +LDC,2029,13,, +LDC,2029,14,, +LDC,2029,15,, +LDC,2029,16,, +LDC,2029,17,, +LDC,2029,18,, +LDC,2030,0,, +LDC,2030,1,, +LDC,2030,2,, +LDC,2030,3,, +LDC,2030,4,, +LDC,2030,5,, +LDC,2030,6,, +LDC,2030,7,, +LDC,2030,8,, +LDC,2030,9,, +LDC,2030,10,, +LDC,2030,11,, +LDC,2030,12,, +LDC,2030,13,, +LDC,2030,14,, +LDC,2030,15,, +LDC,2030,16,, +LDC,2030,17,, +LDC,2030,18,, +LDC,2031,0,, +LDC,2031,1,, +LDC,2031,2,, +LDC,2031,3,, +LDC,2031,4,, +LDC,2031,5,, +LDC,2031,6,, +LDC,2031,7,, +LDC,2031,8,, +LDC,2031,9,, +LDC,2031,10,, +LDC,2031,11,, +LDC,2031,12,, +LDC,2031,13,, +LDC,2031,14,, +LDC,2031,15,, +LDC,2031,16,, +LDC,2031,17,, +LDC,2031,18,, +LDC,2032,0,, +LDC,2032,1,, +LDC,2032,2,, +LDC,2032,3,, +LDC,2032,4,, +LDC,2032,5,, +LDC,2032,6,, +LDC,2032,7,, +LDC,2032,8,, +LDC,2032,9,, +LDC,2032,10,, +LDC,2032,11,, +LDC,2032,12,, +LDC,2032,13,, +LDC,2032,14,, +LDC,2032,15,, +LDC,2032,16,, +LDC,2032,17,, +LDC,2032,18,, +LDC,2033,0,, +LDC,2033,1,, +LDC,2033,2,, +LDC,2033,3,, +LDC,2033,4,, +LDC,2033,5,, +LDC,2033,6,, +LDC,2033,7,, +LDC,2033,8,, +LDC,2033,9,, +LDC,2033,10,, +LDC,2033,11,, +LDC,2033,12,, +LDC,2033,13,, +LDC,2033,14,, +LDC,2033,15,, +LDC,2033,16,, +LDC,2033,17,, +LDC,2033,18,, +LDC,2034,0,, +LDC,2034,1,, +LDC,2034,2,, +LDC,2034,3,, +LDC,2034,4,, +LDC,2034,5,, +LDC,2034,6,, +LDC,2034,7,, +LDC,2034,8,, +LDC,2034,9,, +LDC,2034,10,, +LDC,2034,11,, +LDC,2034,12,, +LDC,2034,13,, +LDC,2034,14,, +LDC,2034,15,, +LDC,2034,16,, +LDC,2034,17,, +LDC,2034,18,, +LDC,2035,0,, +LDC,2035,1,, +LDC,2035,2,, +LDC,2035,3,, +LDC,2035,4,, +LDC,2035,5,, +LDC,2035,6,, +LDC,2035,7,, +LDC,2035,8,, +LDC,2035,9,, +LDC,2035,10,, +LDC,2035,11,, +LDC,2035,12,, +LDC,2035,13,, +LDC,2035,14,, +LDC,2035,15,, +LDC,2035,16,, +LDC,2035,17,, +LDC,2035,18,, +LDC,2036,0,, +LDC,2036,1,, +LDC,2036,2,, +LDC,2036,3,, +LDC,2036,4,, +LDC,2036,5,, +LDC,2036,6,, +LDC,2036,7,, +LDC,2036,8,, +LDC,2036,9,, +LDC,2036,10,, +LDC,2036,11,, +LDC,2036,12,, +LDC,2036,13,, +LDC,2036,14,, +LDC,2036,15,, +LDC,2036,16,, +LDC,2036,17,, +LDC,2036,18,, +LDC,2037,0,, +LDC,2037,1,, +LDC,2037,2,, +LDC,2037,3,, +LDC,2037,4,, +LDC,2037,5,, +LDC,2037,6,, +LDC,2037,7,, +LDC,2037,8,, +LDC,2037,9,, +LDC,2037,10,, +LDC,2037,11,, +LDC,2037,12,, +LDC,2037,13,, +LDC,2037,14,, +LDC,2037,15,, +LDC,2037,16,, +LDC,2037,17,, +LDC,2037,18,, +LDC,2038,0,, +LDC,2038,1,, +LDC,2038,2,, +LDC,2038,3,, +LDC,2038,4,, +LDC,2038,5,, +LDC,2038,6,, +LDC,2038,7,, +LDC,2038,8,, +LDC,2038,9,, +LDC,2038,10,, +LDC,2038,11,, +LDC,2038,12,, +LDC,2038,13,, +LDC,2038,14,, +LDC,2038,15,, +LDC,2038,16,, +LDC,2038,17,, +LDC,2038,18,, +LDC,2039,0,, +LDC,2039,1,, +LDC,2039,2,, +LDC,2039,3,, +LDC,2039,4,, +LDC,2039,5,, +LDC,2039,6,, +LDC,2039,7,, +LDC,2039,8,, +LDC,2039,9,, +LDC,2039,10,, +LDC,2039,11,, +LDC,2039,12,, +LDC,2039,13,, +LDC,2039,14,, +LDC,2039,15,, +LDC,2039,16,, +LDC,2039,17,, +LDC,2039,18,, +LDC,2040,0,, +LDC,2040,1,, +LDC,2040,2,, +LDC,2040,3,, +LDC,2040,4,, +LDC,2040,5,, +LDC,2040,6,, +LDC,2040,7,, +LDC,2040,8,, +LDC,2040,9,, +LDC,2040,10,, +LDC,2040,11,, +LDC,2040,12,, +LDC,2040,13,, +LDC,2040,14,, +LDC,2040,15,, +LDC,2040,16,, +LDC,2040,17,, +LDC,2040,18,, +LDC,2041,0,, +LDC,2041,1,, +LDC,2041,2,, +LDC,2041,3,, +LDC,2041,4,, +LDC,2041,5,, +LDC,2041,6,, +LDC,2041,7,, +LDC,2041,8,, +LDC,2041,9,, +LDC,2041,10,, +LDC,2041,11,, +LDC,2041,12,, +LDC,2041,13,, +LDC,2041,14,, +LDC,2041,15,, +LDC,2041,16,, +LDC,2041,17,, +LDC,2041,18,, +LDC,2042,0,, +LDC,2042,1,, +LDC,2042,2,, +LDC,2042,3,, +LDC,2042,4,, +LDC,2042,5,, +LDC,2042,6,, +LDC,2042,7,, +LDC,2042,8,, +LDC,2042,9,, +LDC,2042,10,, +LDC,2042,11,, +LDC,2042,12,, +LDC,2042,13,, +LDC,2042,14,, +LDC,2042,15,, +LDC,2042,16,, +LDC,2042,17,, +LDC,2042,18,, +LDC,2043,0,, +LDC,2043,1,, +LDC,2043,2,, +LDC,2043,3,, +LDC,2043,4,, +LDC,2043,5,, +LDC,2043,6,, +LDC,2043,7,, +LDC,2043,8,, +LDC,2043,9,, +LDC,2043,10,, +LDC,2043,11,, +LDC,2043,12,, +LDC,2043,13,, +LDC,2043,14,, +LDC,2043,15,, +LDC,2043,16,, +LDC,2043,17,, +LDC,2043,18,, +LDC,2044,0,, +LDC,2044,1,, +LDC,2044,2,, +LDC,2044,3,, +LDC,2044,4,, +LDC,2044,5,, +LDC,2044,6,, +LDC,2044,7,, +LDC,2044,8,, +LDC,2044,9,, +LDC,2044,10,, +LDC,2044,11,, +LDC,2044,12,, +LDC,2044,13,, +LDC,2044,14,, +LDC,2044,15,, +LDC,2044,16,, +LDC,2044,17,, +LDC,2044,18,, +LDC,2045,0,, +LDC,2045,1,, +LDC,2045,2,, +LDC,2045,3,, +LDC,2045,4,, +LDC,2045,5,, +LDC,2045,6,, +LDC,2045,7,, +LDC,2045,8,, +LDC,2045,9,, +LDC,2045,10,, +LDC,2045,11,, +LDC,2045,12,, +LDC,2045,13,, +LDC,2045,14,, +LDC,2045,15,, +LDC,2045,16,, +LDC,2045,17,, +LDC,2045,18,, +LDC,2046,0,, +LDC,2046,1,, +LDC,2046,2,, +LDC,2046,3,, +LDC,2046,4,, +LDC,2046,5,, +LDC,2046,6,, +LDC,2046,7,, +LDC,2046,8,, +LDC,2046,9,, +LDC,2046,10,, +LDC,2046,11,, +LDC,2046,12,, +LDC,2046,13,, +LDC,2046,14,, +LDC,2046,15,, +LDC,2046,16,, +LDC,2046,17,, +LDC,2046,18,, +LDC,2047,0,, +LDC,2047,1,, +LDC,2047,2,, +LDC,2047,3,, +LDC,2047,4,, +LDC,2047,5,, +LDC,2047,6,, +LDC,2047,7,, +LDC,2047,8,, +LDC,2047,9,, +LDC,2047,10,, +LDC,2047,11,, +LDC,2047,12,, +LDC,2047,13,, +LDC,2047,14,, +LDC,2047,15,, +LDC,2047,16,, +LDC,2047,17,, +LDC,2047,18,, +LDC,2048,0,, +LDC,2048,1,, +LDC,2048,2,, +LDC,2048,3,, +LDC,2048,4,, +LDC,2048,5,, +LDC,2048,6,, +LDC,2048,7,, +LDC,2048,8,, +LDC,2048,9,, +LDC,2048,10,, +LDC,2048,11,, +LDC,2048,12,, +LDC,2048,13,, +LDC,2048,14,, +LDC,2048,15,, +LDC,2048,16,, +LDC,2048,17,, +LDC,2048,18,, +LDC,2049,0,, +LDC,2049,1,, +LDC,2049,2,, +LDC,2049,3,, +LDC,2049,4,, +LDC,2049,5,, +LDC,2049,6,, +LDC,2049,7,, +LDC,2049,8,, +LDC,2049,9,, +LDC,2049,10,, +LDC,2049,11,, +LDC,2049,12,, +LDC,2049,13,, +LDC,2049,14,, +LDC,2049,15,, +LDC,2049,16,, +LDC,2049,17,, +LDC,2049,18,, +LDC,2050,0,, +LDC,2050,1,, +LDC,2050,2,, +LDC,2050,3,, +LDC,2050,4,, +LDC,2050,5,, +LDC,2050,6,, +LDC,2050,7,, +LDC,2050,8,, +LDC,2050,9,, +LDC,2050,10,, +LDC,2050,11,, +LDC,2050,12,, +LDC,2050,13,, +LDC,2050,14,, +LDC,2050,15,, +LDC,2050,16,, +LDC,2050,17,, +LDC,2050,18,, +LIC,1990,0,, +LIC,1990,1,, +LIC,1990,2,, +LIC,1990,3,, +LIC,1990,4,, +LIC,1990,5,, +LIC,1990,6,, +LIC,1990,7,, +LIC,1990,8,, +LIC,1990,9,, +LIC,1990,10,, +LIC,1990,11,, +LIC,1990,12,, +LIC,1990,13,, +LIC,1990,14,, +LIC,1990,15,, +LIC,1990,16,, +LIC,1990,17,, +LIC,1990,18,, +LIC,1991,0,, +LIC,1991,1,, +LIC,1991,2,, +LIC,1991,3,, +LIC,1991,4,, +LIC,1991,5,, +LIC,1991,6,, +LIC,1991,7,, +LIC,1991,8,, +LIC,1991,9,, +LIC,1991,10,, +LIC,1991,11,, +LIC,1991,12,, +LIC,1991,13,, +LIC,1991,14,, +LIC,1991,15,, +LIC,1991,16,, +LIC,1991,17,, +LIC,1991,18,, +LIC,1992,0,, +LIC,1992,1,, +LIC,1992,2,, +LIC,1992,3,, +LIC,1992,4,, +LIC,1992,5,, +LIC,1992,6,, +LIC,1992,7,, +LIC,1992,8,, +LIC,1992,9,, +LIC,1992,10,, +LIC,1992,11,, +LIC,1992,12,, +LIC,1992,13,, +LIC,1992,14,, +LIC,1992,15,, +LIC,1992,16,, +LIC,1992,17,, +LIC,1992,18,, +LIC,1993,0,, +LIC,1993,1,, +LIC,1993,2,, +LIC,1993,3,, +LIC,1993,4,, +LIC,1993,5,, +LIC,1993,6,, +LIC,1993,7,, +LIC,1993,8,, +LIC,1993,9,, +LIC,1993,10,, +LIC,1993,11,, +LIC,1993,12,, +LIC,1993,13,, +LIC,1993,14,, +LIC,1993,15,, +LIC,1993,16,, +LIC,1993,17,, +LIC,1993,18,, +LIC,1994,0,, +LIC,1994,1,, +LIC,1994,2,, +LIC,1994,3,, +LIC,1994,4,, +LIC,1994,5,, +LIC,1994,6,, +LIC,1994,7,, +LIC,1994,8,, +LIC,1994,9,, +LIC,1994,10,, +LIC,1994,11,, +LIC,1994,12,, +LIC,1994,13,, +LIC,1994,14,, +LIC,1994,15,, +LIC,1994,16,, +LIC,1994,17,, +LIC,1994,18,, +LIC,1995,0,, +LIC,1995,1,, +LIC,1995,2,, +LIC,1995,3,, +LIC,1995,4,, +LIC,1995,5,, +LIC,1995,6,, +LIC,1995,7,, +LIC,1995,8,, +LIC,1995,9,, +LIC,1995,10,, +LIC,1995,11,, +LIC,1995,12,, +LIC,1995,13,, +LIC,1995,14,, +LIC,1995,15,, +LIC,1995,16,, +LIC,1995,17,, +LIC,1995,18,, +LIC,1996,0,, +LIC,1996,1,, +LIC,1996,2,, +LIC,1996,3,, +LIC,1996,4,, +LIC,1996,5,, +LIC,1996,6,, +LIC,1996,7,, +LIC,1996,8,, +LIC,1996,9,, +LIC,1996,10,, +LIC,1996,11,, +LIC,1996,12,, +LIC,1996,13,, +LIC,1996,14,, +LIC,1996,15,, +LIC,1996,16,, +LIC,1996,17,, +LIC,1996,18,, +LIC,1997,0,, +LIC,1997,1,, +LIC,1997,2,, +LIC,1997,3,, +LIC,1997,4,, +LIC,1997,5,, +LIC,1997,6,, +LIC,1997,7,, +LIC,1997,8,, +LIC,1997,9,, +LIC,1997,10,, +LIC,1997,11,, +LIC,1997,12,, +LIC,1997,13,, +LIC,1997,14,, +LIC,1997,15,, +LIC,1997,16,, +LIC,1997,17,, +LIC,1997,18,, +LIC,1998,0,, +LIC,1998,1,, +LIC,1998,2,, +LIC,1998,3,, +LIC,1998,4,, +LIC,1998,5,, +LIC,1998,6,, +LIC,1998,7,, +LIC,1998,8,, +LIC,1998,9,, +LIC,1998,10,, +LIC,1998,11,, +LIC,1998,12,, +LIC,1998,13,, +LIC,1998,14,, +LIC,1998,15,, +LIC,1998,16,, +LIC,1998,17,, +LIC,1998,18,, +LIC,1999,0,, +LIC,1999,1,, +LIC,1999,2,, +LIC,1999,3,, +LIC,1999,4,, +LIC,1999,5,, +LIC,1999,6,, +LIC,1999,7,, +LIC,1999,8,, +LIC,1999,9,, +LIC,1999,10,, +LIC,1999,11,, +LIC,1999,12,, +LIC,1999,13,, +LIC,1999,14,, +LIC,1999,15,, +LIC,1999,16,, +LIC,1999,17,, +LIC,1999,18,, +LIC,2000,0,, +LIC,2000,1,, +LIC,2000,2,, +LIC,2000,3,, +LIC,2000,4,, +LIC,2000,5,, +LIC,2000,6,, +LIC,2000,7,, +LIC,2000,8,, +LIC,2000,9,, +LIC,2000,10,, +LIC,2000,11,, +LIC,2000,12,, +LIC,2000,13,, +LIC,2000,14,, +LIC,2000,15,, +LIC,2000,16,, +LIC,2000,17,, +LIC,2000,18,, +LIC,2001,0,, +LIC,2001,1,, +LIC,2001,2,, +LIC,2001,3,, +LIC,2001,4,, +LIC,2001,5,, +LIC,2001,6,, +LIC,2001,7,, +LIC,2001,8,, +LIC,2001,9,, +LIC,2001,10,, +LIC,2001,11,, +LIC,2001,12,, +LIC,2001,13,, +LIC,2001,14,, +LIC,2001,15,, +LIC,2001,16,, +LIC,2001,17,, +LIC,2001,18,, +LIC,2002,0,, +LIC,2002,1,, +LIC,2002,2,, +LIC,2002,3,, +LIC,2002,4,, +LIC,2002,5,, +LIC,2002,6,, +LIC,2002,7,, +LIC,2002,8,, +LIC,2002,9,, +LIC,2002,10,, +LIC,2002,11,, +LIC,2002,12,, +LIC,2002,13,, +LIC,2002,14,, +LIC,2002,15,, +LIC,2002,16,, +LIC,2002,17,, +LIC,2002,18,, +LIC,2003,0,, +LIC,2003,1,, +LIC,2003,2,, +LIC,2003,3,, +LIC,2003,4,, +LIC,2003,5,, +LIC,2003,6,, +LIC,2003,7,, +LIC,2003,8,, +LIC,2003,9,, +LIC,2003,10,, +LIC,2003,11,, +LIC,2003,12,, +LIC,2003,13,, +LIC,2003,14,, +LIC,2003,15,, +LIC,2003,16,, +LIC,2003,17,, +LIC,2003,18,, +LIC,2004,0,, +LIC,2004,1,, +LIC,2004,2,, +LIC,2004,3,, +LIC,2004,4,, +LIC,2004,5,, +LIC,2004,6,, +LIC,2004,7,, +LIC,2004,8,, +LIC,2004,9,, +LIC,2004,10,, +LIC,2004,11,, +LIC,2004,12,, +LIC,2004,13,, +LIC,2004,14,, +LIC,2004,15,, +LIC,2004,16,, +LIC,2004,17,, +LIC,2004,18,, +LIC,2005,0,, +LIC,2005,1,, +LIC,2005,2,, +LIC,2005,3,, +LIC,2005,4,, +LIC,2005,5,, +LIC,2005,6,, +LIC,2005,7,, +LIC,2005,8,, +LIC,2005,9,, +LIC,2005,10,, +LIC,2005,11,, +LIC,2005,12,, +LIC,2005,13,, +LIC,2005,14,, +LIC,2005,15,, +LIC,2005,16,, +LIC,2005,17,, +LIC,2005,18,, +LIC,2006,0,, +LIC,2006,1,, +LIC,2006,2,, +LIC,2006,3,, +LIC,2006,4,, +LIC,2006,5,, +LIC,2006,6,, +LIC,2006,7,, +LIC,2006,8,, +LIC,2006,9,, +LIC,2006,10,, +LIC,2006,11,, +LIC,2006,12,, +LIC,2006,13,, +LIC,2006,14,, +LIC,2006,15,, +LIC,2006,16,, +LIC,2006,17,, +LIC,2006,18,, +LIC,2007,0,, +LIC,2007,1,, +LIC,2007,2,, +LIC,2007,3,, +LIC,2007,4,, +LIC,2007,5,, +LIC,2007,6,, +LIC,2007,7,, +LIC,2007,8,, +LIC,2007,9,, +LIC,2007,10,, +LIC,2007,11,, +LIC,2007,12,, +LIC,2007,13,, +LIC,2007,14,, +LIC,2007,15,, +LIC,2007,16,, +LIC,2007,17,, +LIC,2007,18,, +LIC,2008,0,, +LIC,2008,1,, +LIC,2008,2,, +LIC,2008,3,, +LIC,2008,4,, +LIC,2008,5,, +LIC,2008,6,, +LIC,2008,7,, +LIC,2008,8,, +LIC,2008,9,, +LIC,2008,10,, +LIC,2008,11,, +LIC,2008,12,, +LIC,2008,13,, +LIC,2008,14,, +LIC,2008,15,, +LIC,2008,16,, +LIC,2008,17,, +LIC,2008,18,, +LIC,2009,0,, +LIC,2009,1,, +LIC,2009,2,, +LIC,2009,3,, +LIC,2009,4,, +LIC,2009,5,, +LIC,2009,6,, +LIC,2009,7,, +LIC,2009,8,, +LIC,2009,9,, +LIC,2009,10,, +LIC,2009,11,, +LIC,2009,12,, +LIC,2009,13,, +LIC,2009,14,, +LIC,2009,15,, +LIC,2009,16,, +LIC,2009,17,, +LIC,2009,18,, +LIC,2010,0,, +LIC,2010,1,, +LIC,2010,2,, +LIC,2010,3,, +LIC,2010,4,, +LIC,2010,5,, +LIC,2010,6,, +LIC,2010,7,, +LIC,2010,8,, +LIC,2010,9,, +LIC,2010,10,, +LIC,2010,11,, +LIC,2010,12,, +LIC,2010,13,, +LIC,2010,14,, +LIC,2010,15,, +LIC,2010,16,, +LIC,2010,17,, +LIC,2010,18,, +LIC,2011,0,, +LIC,2011,1,, +LIC,2011,2,, +LIC,2011,3,, +LIC,2011,4,, +LIC,2011,5,, +LIC,2011,6,, +LIC,2011,7,, +LIC,2011,8,, +LIC,2011,9,, +LIC,2011,10,, +LIC,2011,11,, +LIC,2011,12,, +LIC,2011,13,, +LIC,2011,14,, +LIC,2011,15,, +LIC,2011,16,, +LIC,2011,17,, +LIC,2011,18,, +LIC,2012,0,, +LIC,2012,1,, +LIC,2012,2,, +LIC,2012,3,, +LIC,2012,4,, +LIC,2012,5,, +LIC,2012,6,, +LIC,2012,7,, +LIC,2012,8,, +LIC,2012,9,, +LIC,2012,10,, +LIC,2012,11,, +LIC,2012,12,, +LIC,2012,13,, +LIC,2012,14,, +LIC,2012,15,, +LIC,2012,16,, +LIC,2012,17,, +LIC,2012,18,, +LIC,2013,0,, +LIC,2013,1,, +LIC,2013,2,, +LIC,2013,3,, +LIC,2013,4,, +LIC,2013,5,, +LIC,2013,6,, +LIC,2013,7,, +LIC,2013,8,, +LIC,2013,9,, +LIC,2013,10,, +LIC,2013,11,, +LIC,2013,12,, +LIC,2013,13,, +LIC,2013,14,, +LIC,2013,15,, +LIC,2013,16,, +LIC,2013,17,, +LIC,2013,18,, +LIC,2014,0,, +LIC,2014,1,, +LIC,2014,2,, +LIC,2014,3,, +LIC,2014,4,, +LIC,2014,5,, +LIC,2014,6,, +LIC,2014,7,, +LIC,2014,8,, +LIC,2014,9,, +LIC,2014,10,, +LIC,2014,11,, +LIC,2014,12,, +LIC,2014,13,, +LIC,2014,14,, +LIC,2014,15,, +LIC,2014,16,, +LIC,2014,17,, +LIC,2014,18,, +LIC,2015,0,, +LIC,2015,1,, +LIC,2015,2,, +LIC,2015,3,, +LIC,2015,4,, +LIC,2015,5,, +LIC,2015,6,, +LIC,2015,7,, +LIC,2015,8,, +LIC,2015,9,, +LIC,2015,10,, +LIC,2015,11,, +LIC,2015,12,, +LIC,2015,13,, +LIC,2015,14,, +LIC,2015,15,, +LIC,2015,16,, +LIC,2015,17,, +LIC,2015,18,, +LIC,2016,0,, +LIC,2016,1,, +LIC,2016,2,, +LIC,2016,3,, +LIC,2016,4,, +LIC,2016,5,, +LIC,2016,6,, +LIC,2016,7,, +LIC,2016,8,, +LIC,2016,9,, +LIC,2016,10,, +LIC,2016,11,, +LIC,2016,12,, +LIC,2016,13,, +LIC,2016,14,, +LIC,2016,15,, +LIC,2016,16,, +LIC,2016,17,, +LIC,2016,18,, +LIC,2017,0,, +LIC,2017,1,, +LIC,2017,2,, +LIC,2017,3,, +LIC,2017,4,, +LIC,2017,5,, +LIC,2017,6,, +LIC,2017,7,, +LIC,2017,8,, +LIC,2017,9,, +LIC,2017,10,, +LIC,2017,11,, +LIC,2017,12,, +LIC,2017,13,, +LIC,2017,14,, +LIC,2017,15,, +LIC,2017,16,, +LIC,2017,17,, +LIC,2017,18,, +LIC,2018,0,, +LIC,2018,1,, +LIC,2018,2,, +LIC,2018,3,, +LIC,2018,4,, +LIC,2018,5,, +LIC,2018,6,, +LIC,2018,7,, +LIC,2018,8,, +LIC,2018,9,, +LIC,2018,10,, +LIC,2018,11,, +LIC,2018,12,, +LIC,2018,13,, +LIC,2018,14,, +LIC,2018,15,, +LIC,2018,16,, +LIC,2018,17,, +LIC,2018,18,, +LIC,2019,0,, +LIC,2019,1,, +LIC,2019,2,, +LIC,2019,3,, +LIC,2019,4,, +LIC,2019,5,, +LIC,2019,6,, +LIC,2019,7,, +LIC,2019,8,, +LIC,2019,9,, +LIC,2019,10,, +LIC,2019,11,, +LIC,2019,12,, +LIC,2019,13,, +LIC,2019,14,, +LIC,2019,15,, +LIC,2019,16,, +LIC,2019,17,, +LIC,2019,18,, +LIC,2020,0,, +LIC,2020,1,, +LIC,2020,2,, +LIC,2020,3,, +LIC,2020,4,, +LIC,2020,5,, +LIC,2020,6,, +LIC,2020,7,, +LIC,2020,8,, +LIC,2020,9,, +LIC,2020,10,, +LIC,2020,11,, +LIC,2020,12,, +LIC,2020,13,, +LIC,2020,14,, +LIC,2020,15,, +LIC,2020,16,, +LIC,2020,17,, +LIC,2020,18,, +LIC,2021,0,, +LIC,2021,1,, +LIC,2021,2,, +LIC,2021,3,, +LIC,2021,4,, +LIC,2021,5,, +LIC,2021,6,, +LIC,2021,7,, +LIC,2021,8,, +LIC,2021,9,, +LIC,2021,10,, +LIC,2021,11,, +LIC,2021,12,, +LIC,2021,13,, +LIC,2021,14,, +LIC,2021,15,, +LIC,2021,16,, +LIC,2021,17,, +LIC,2021,18,, +LIC,2022,0,, +LIC,2022,1,, +LIC,2022,2,, +LIC,2022,3,, +LIC,2022,4,, +LIC,2022,5,, +LIC,2022,6,, +LIC,2022,7,, +LIC,2022,8,, +LIC,2022,9,, +LIC,2022,10,, +LIC,2022,11,, +LIC,2022,12,, +LIC,2022,13,, +LIC,2022,14,, +LIC,2022,15,, +LIC,2022,16,, +LIC,2022,17,, +LIC,2022,18,, +LIC,2023,0,, +LIC,2023,1,, +LIC,2023,2,, +LIC,2023,3,, +LIC,2023,4,, +LIC,2023,5,, +LIC,2023,6,, +LIC,2023,7,, +LIC,2023,8,, +LIC,2023,9,, +LIC,2023,10,, +LIC,2023,11,, +LIC,2023,12,, +LIC,2023,13,, +LIC,2023,14,, +LIC,2023,15,, +LIC,2023,16,, +LIC,2023,17,, +LIC,2023,18,, +LIC,2024,0,, +LIC,2024,1,, +LIC,2024,2,, +LIC,2024,3,, +LIC,2024,4,, +LIC,2024,5,, +LIC,2024,6,, +LIC,2024,7,, +LIC,2024,8,, +LIC,2024,9,, +LIC,2024,10,, +LIC,2024,11,, +LIC,2024,12,, +LIC,2024,13,, +LIC,2024,14,, +LIC,2024,15,, +LIC,2024,16,, +LIC,2024,17,, +LIC,2024,18,, +LIC,2025,0,, +LIC,2025,1,, +LIC,2025,2,, +LIC,2025,3,, +LIC,2025,4,, +LIC,2025,5,, +LIC,2025,6,, +LIC,2025,7,, +LIC,2025,8,, +LIC,2025,9,, +LIC,2025,10,, +LIC,2025,11,, +LIC,2025,12,, +LIC,2025,13,, +LIC,2025,14,, +LIC,2025,15,, +LIC,2025,16,, +LIC,2025,17,, +LIC,2025,18,, +LIC,2026,0,, +LIC,2026,1,, +LIC,2026,2,, +LIC,2026,3,, +LIC,2026,4,, +LIC,2026,5,, +LIC,2026,6,, +LIC,2026,7,, +LIC,2026,8,, +LIC,2026,9,, +LIC,2026,10,, +LIC,2026,11,, +LIC,2026,12,, +LIC,2026,13,, +LIC,2026,14,, +LIC,2026,15,, +LIC,2026,16,, +LIC,2026,17,, +LIC,2026,18,, +LIC,2027,0,, +LIC,2027,1,, +LIC,2027,2,, +LIC,2027,3,, +LIC,2027,4,, +LIC,2027,5,, +LIC,2027,6,, +LIC,2027,7,, +LIC,2027,8,, +LIC,2027,9,, +LIC,2027,10,, +LIC,2027,11,, +LIC,2027,12,, +LIC,2027,13,, +LIC,2027,14,, +LIC,2027,15,, +LIC,2027,16,, +LIC,2027,17,, +LIC,2027,18,, +LIC,2028,0,, +LIC,2028,1,, +LIC,2028,2,, +LIC,2028,3,, +LIC,2028,4,, +LIC,2028,5,, +LIC,2028,6,, +LIC,2028,7,, +LIC,2028,8,, +LIC,2028,9,, +LIC,2028,10,, +LIC,2028,11,, +LIC,2028,12,, +LIC,2028,13,, +LIC,2028,14,, +LIC,2028,15,, +LIC,2028,16,, +LIC,2028,17,, +LIC,2028,18,, +LIC,2029,0,, +LIC,2029,1,, +LIC,2029,2,, +LIC,2029,3,, +LIC,2029,4,, +LIC,2029,5,, +LIC,2029,6,, +LIC,2029,7,, +LIC,2029,8,, +LIC,2029,9,, +LIC,2029,10,, +LIC,2029,11,, +LIC,2029,12,, +LIC,2029,13,, +LIC,2029,14,, +LIC,2029,15,, +LIC,2029,16,, +LIC,2029,17,, +LIC,2029,18,, +LIC,2030,0,, +LIC,2030,1,, +LIC,2030,2,, +LIC,2030,3,, +LIC,2030,4,, +LIC,2030,5,, +LIC,2030,6,, +LIC,2030,7,, +LIC,2030,8,, +LIC,2030,9,, +LIC,2030,10,, +LIC,2030,11,, +LIC,2030,12,, +LIC,2030,13,, +LIC,2030,14,, +LIC,2030,15,, +LIC,2030,16,, +LIC,2030,17,, +LIC,2030,18,, +LIC,2031,0,, +LIC,2031,1,, +LIC,2031,2,, +LIC,2031,3,, +LIC,2031,4,, +LIC,2031,5,, +LIC,2031,6,, +LIC,2031,7,, +LIC,2031,8,, +LIC,2031,9,, +LIC,2031,10,, +LIC,2031,11,, +LIC,2031,12,, +LIC,2031,13,, +LIC,2031,14,, +LIC,2031,15,, +LIC,2031,16,, +LIC,2031,17,, +LIC,2031,18,, +LIC,2032,0,, +LIC,2032,1,, +LIC,2032,2,, +LIC,2032,3,, +LIC,2032,4,, +LIC,2032,5,, +LIC,2032,6,, +LIC,2032,7,, +LIC,2032,8,, +LIC,2032,9,, +LIC,2032,10,, +LIC,2032,11,, +LIC,2032,12,, +LIC,2032,13,, +LIC,2032,14,, +LIC,2032,15,, +LIC,2032,16,, +LIC,2032,17,, +LIC,2032,18,, +LIC,2033,0,, +LIC,2033,1,, +LIC,2033,2,, +LIC,2033,3,, +LIC,2033,4,, +LIC,2033,5,, +LIC,2033,6,, +LIC,2033,7,, +LIC,2033,8,, +LIC,2033,9,, +LIC,2033,10,, +LIC,2033,11,, +LIC,2033,12,, +LIC,2033,13,, +LIC,2033,14,, +LIC,2033,15,, +LIC,2033,16,, +LIC,2033,17,, +LIC,2033,18,, +LIC,2034,0,, +LIC,2034,1,, +LIC,2034,2,, +LIC,2034,3,, +LIC,2034,4,, +LIC,2034,5,, +LIC,2034,6,, +LIC,2034,7,, +LIC,2034,8,, +LIC,2034,9,, +LIC,2034,10,, +LIC,2034,11,, +LIC,2034,12,, +LIC,2034,13,, +LIC,2034,14,, +LIC,2034,15,, +LIC,2034,16,, +LIC,2034,17,, +LIC,2034,18,, +LIC,2035,0,, +LIC,2035,1,, +LIC,2035,2,, +LIC,2035,3,, +LIC,2035,4,, +LIC,2035,5,, +LIC,2035,6,, +LIC,2035,7,, +LIC,2035,8,, +LIC,2035,9,, +LIC,2035,10,, +LIC,2035,11,, +LIC,2035,12,, +LIC,2035,13,, +LIC,2035,14,, +LIC,2035,15,, +LIC,2035,16,, +LIC,2035,17,, +LIC,2035,18,, +LIC,2036,0,, +LIC,2036,1,, +LIC,2036,2,, +LIC,2036,3,, +LIC,2036,4,, +LIC,2036,5,, +LIC,2036,6,, +LIC,2036,7,, +LIC,2036,8,, +LIC,2036,9,, +LIC,2036,10,, +LIC,2036,11,, +LIC,2036,12,, +LIC,2036,13,, +LIC,2036,14,, +LIC,2036,15,, +LIC,2036,16,, +LIC,2036,17,, +LIC,2036,18,, +LIC,2037,0,, +LIC,2037,1,, +LIC,2037,2,, +LIC,2037,3,, +LIC,2037,4,, +LIC,2037,5,, +LIC,2037,6,, +LIC,2037,7,, +LIC,2037,8,, +LIC,2037,9,, +LIC,2037,10,, +LIC,2037,11,, +LIC,2037,12,, +LIC,2037,13,, +LIC,2037,14,, +LIC,2037,15,, +LIC,2037,16,, +LIC,2037,17,, +LIC,2037,18,, +LIC,2038,0,, +LIC,2038,1,, +LIC,2038,2,, +LIC,2038,3,, +LIC,2038,4,, +LIC,2038,5,, +LIC,2038,6,, +LIC,2038,7,, +LIC,2038,8,, +LIC,2038,9,, +LIC,2038,10,, +LIC,2038,11,, +LIC,2038,12,, +LIC,2038,13,, +LIC,2038,14,, +LIC,2038,15,, +LIC,2038,16,, +LIC,2038,17,, +LIC,2038,18,, +LIC,2039,0,, +LIC,2039,1,, +LIC,2039,2,, +LIC,2039,3,, +LIC,2039,4,, +LIC,2039,5,, +LIC,2039,6,, +LIC,2039,7,, +LIC,2039,8,, +LIC,2039,9,, +LIC,2039,10,, +LIC,2039,11,, +LIC,2039,12,, +LIC,2039,13,, +LIC,2039,14,, +LIC,2039,15,, +LIC,2039,16,, +LIC,2039,17,, +LIC,2039,18,, +LIC,2040,0,, +LIC,2040,1,, +LIC,2040,2,, +LIC,2040,3,, +LIC,2040,4,, +LIC,2040,5,, +LIC,2040,6,, +LIC,2040,7,, +LIC,2040,8,, +LIC,2040,9,, +LIC,2040,10,, +LIC,2040,11,, +LIC,2040,12,, +LIC,2040,13,, +LIC,2040,14,, +LIC,2040,15,, +LIC,2040,16,, +LIC,2040,17,, +LIC,2040,18,, +LIC,2041,0,, +LIC,2041,1,, +LIC,2041,2,, +LIC,2041,3,, +LIC,2041,4,, +LIC,2041,5,, +LIC,2041,6,, +LIC,2041,7,, +LIC,2041,8,, +LIC,2041,9,, +LIC,2041,10,, +LIC,2041,11,, +LIC,2041,12,, +LIC,2041,13,, +LIC,2041,14,, +LIC,2041,15,, +LIC,2041,16,, +LIC,2041,17,, +LIC,2041,18,, +LIC,2042,0,, +LIC,2042,1,, +LIC,2042,2,, +LIC,2042,3,, +LIC,2042,4,, +LIC,2042,5,, +LIC,2042,6,, +LIC,2042,7,, +LIC,2042,8,, +LIC,2042,9,, +LIC,2042,10,, +LIC,2042,11,, +LIC,2042,12,, +LIC,2042,13,, +LIC,2042,14,, +LIC,2042,15,, +LIC,2042,16,, +LIC,2042,17,, +LIC,2042,18,, +LIC,2043,0,, +LIC,2043,1,, +LIC,2043,2,, +LIC,2043,3,, +LIC,2043,4,, +LIC,2043,5,, +LIC,2043,6,, +LIC,2043,7,, +LIC,2043,8,, +LIC,2043,9,, +LIC,2043,10,, +LIC,2043,11,, +LIC,2043,12,, +LIC,2043,13,, +LIC,2043,14,, +LIC,2043,15,, +LIC,2043,16,, +LIC,2043,17,, +LIC,2043,18,, +LIC,2044,0,, +LIC,2044,1,, +LIC,2044,2,, +LIC,2044,3,, +LIC,2044,4,, +LIC,2044,5,, +LIC,2044,6,, +LIC,2044,7,, +LIC,2044,8,, +LIC,2044,9,, +LIC,2044,10,, +LIC,2044,11,, +LIC,2044,12,, +LIC,2044,13,, +LIC,2044,14,, +LIC,2044,15,, +LIC,2044,16,, +LIC,2044,17,, +LIC,2044,18,, +LIC,2045,0,, +LIC,2045,1,, +LIC,2045,2,, +LIC,2045,3,, +LIC,2045,4,, +LIC,2045,5,, +LIC,2045,6,, +LIC,2045,7,, +LIC,2045,8,, +LIC,2045,9,, +LIC,2045,10,, +LIC,2045,11,, +LIC,2045,12,, +LIC,2045,13,, +LIC,2045,14,, +LIC,2045,15,, +LIC,2045,16,, +LIC,2045,17,, +LIC,2045,18,, +LIC,2046,0,, +LIC,2046,1,, +LIC,2046,2,, +LIC,2046,3,, +LIC,2046,4,, +LIC,2046,5,, +LIC,2046,6,, +LIC,2046,7,, +LIC,2046,8,, +LIC,2046,9,, +LIC,2046,10,, +LIC,2046,11,, +LIC,2046,12,, +LIC,2046,13,, +LIC,2046,14,, +LIC,2046,15,, +LIC,2046,16,, +LIC,2046,17,, +LIC,2046,18,, +LIC,2047,0,, +LIC,2047,1,, +LIC,2047,2,, +LIC,2047,3,, +LIC,2047,4,, +LIC,2047,5,, +LIC,2047,6,, +LIC,2047,7,, +LIC,2047,8,, +LIC,2047,9,, +LIC,2047,10,, +LIC,2047,11,, +LIC,2047,12,, +LIC,2047,13,, +LIC,2047,14,, +LIC,2047,15,, +LIC,2047,16,, +LIC,2047,17,, +LIC,2047,18,, +LIC,2048,0,, +LIC,2048,1,, +LIC,2048,2,, +LIC,2048,3,, +LIC,2048,4,, +LIC,2048,5,, +LIC,2048,6,, +LIC,2048,7,, +LIC,2048,8,, +LIC,2048,9,, +LIC,2048,10,, +LIC,2048,11,, +LIC,2048,12,, +LIC,2048,13,, +LIC,2048,14,, +LIC,2048,15,, +LIC,2048,16,, +LIC,2048,17,, +LIC,2048,18,, +LIC,2049,0,, +LIC,2049,1,, +LIC,2049,2,, +LIC,2049,3,, +LIC,2049,4,, +LIC,2049,5,, +LIC,2049,6,, +LIC,2049,7,, +LIC,2049,8,, +LIC,2049,9,, +LIC,2049,10,, +LIC,2049,11,, +LIC,2049,12,, +LIC,2049,13,, +LIC,2049,14,, +LIC,2049,15,, +LIC,2049,16,, +LIC,2049,17,, +LIC,2049,18,, +LIC,2050,0,, +LIC,2050,1,, +LIC,2050,2,, +LIC,2050,3,, +LIC,2050,4,, +LIC,2050,5,, +LIC,2050,6,, +LIC,2050,7,, +LIC,2050,8,, +LIC,2050,9,, +LIC,2050,10,, +LIC,2050,11,, +LIC,2050,12,, +LIC,2050,13,, +LIC,2050,14,, +LIC,2050,15,, +LIC,2050,16,, +LIC,2050,17,, +LIC,2050,18,, +LIE,1990,0,, +LIE,1990,1,, +LIE,1990,2,, +LIE,1990,3,, +LIE,1990,4,, +LIE,1990,5,, +LIE,1990,6,, +LIE,1990,7,, +LIE,1990,8,, +LIE,1990,9,, +LIE,1990,10,, +LIE,1990,11,, +LIE,1990,12,, +LIE,1990,13,, +LIE,1990,14,, +LIE,1990,15,, +LIE,1990,16,, +LIE,1990,17,, +LIE,1990,18,, +LIE,1991,0,, +LIE,1991,1,, +LIE,1991,2,, +LIE,1991,3,, +LIE,1991,4,, +LIE,1991,5,, +LIE,1991,6,, +LIE,1991,7,, +LIE,1991,8,, +LIE,1991,9,, +LIE,1991,10,, +LIE,1991,11,, +LIE,1991,12,, +LIE,1991,13,, +LIE,1991,14,, +LIE,1991,15,, +LIE,1991,16,, +LIE,1991,17,, +LIE,1991,18,, +LIE,1992,0,, +LIE,1992,1,, +LIE,1992,2,, +LIE,1992,3,, +LIE,1992,4,, +LIE,1992,5,, +LIE,1992,6,, +LIE,1992,7,, +LIE,1992,8,, +LIE,1992,9,, +LIE,1992,10,, +LIE,1992,11,, +LIE,1992,12,, +LIE,1992,13,, +LIE,1992,14,, +LIE,1992,15,, +LIE,1992,16,, +LIE,1992,17,, +LIE,1992,18,, +LIE,1993,0,, +LIE,1993,1,, +LIE,1993,2,, +LIE,1993,3,, +LIE,1993,4,, +LIE,1993,5,, +LIE,1993,6,, +LIE,1993,7,, +LIE,1993,8,, +LIE,1993,9,, +LIE,1993,10,, +LIE,1993,11,, +LIE,1993,12,, +LIE,1993,13,, +LIE,1993,14,, +LIE,1993,15,, +LIE,1993,16,, +LIE,1993,17,, +LIE,1993,18,, +LIE,1994,0,, +LIE,1994,1,, +LIE,1994,2,, +LIE,1994,3,, +LIE,1994,4,, +LIE,1994,5,, +LIE,1994,6,, +LIE,1994,7,, +LIE,1994,8,, +LIE,1994,9,, +LIE,1994,10,, +LIE,1994,11,, +LIE,1994,12,, +LIE,1994,13,, +LIE,1994,14,, +LIE,1994,15,, +LIE,1994,16,, +LIE,1994,17,, +LIE,1994,18,, +LIE,1995,0,, +LIE,1995,1,, +LIE,1995,2,, +LIE,1995,3,, +LIE,1995,4,, +LIE,1995,5,, +LIE,1995,6,, +LIE,1995,7,, +LIE,1995,8,, +LIE,1995,9,, +LIE,1995,10,, +LIE,1995,11,, +LIE,1995,12,, +LIE,1995,13,, +LIE,1995,14,, +LIE,1995,15,, +LIE,1995,16,, +LIE,1995,17,, +LIE,1995,18,, +LIE,1996,0,, +LIE,1996,1,, +LIE,1996,2,, +LIE,1996,3,, +LIE,1996,4,, +LIE,1996,5,, +LIE,1996,6,, +LIE,1996,7,, +LIE,1996,8,, +LIE,1996,9,, +LIE,1996,10,, +LIE,1996,11,, +LIE,1996,12,, +LIE,1996,13,, +LIE,1996,14,, +LIE,1996,15,, +LIE,1996,16,, +LIE,1996,17,, +LIE,1996,18,, +LIE,1997,0,, +LIE,1997,1,, +LIE,1997,2,, +LIE,1997,3,, +LIE,1997,4,, +LIE,1997,5,, +LIE,1997,6,, +LIE,1997,7,, +LIE,1997,8,, +LIE,1997,9,, +LIE,1997,10,, +LIE,1997,11,, +LIE,1997,12,, +LIE,1997,13,, +LIE,1997,14,, +LIE,1997,15,, +LIE,1997,16,, +LIE,1997,17,, +LIE,1997,18,, +LIE,1998,0,, +LIE,1998,1,, +LIE,1998,2,, +LIE,1998,3,, +LIE,1998,4,, +LIE,1998,5,, +LIE,1998,6,, +LIE,1998,7,, +LIE,1998,8,, +LIE,1998,9,, +LIE,1998,10,, +LIE,1998,11,, +LIE,1998,12,, +LIE,1998,13,, +LIE,1998,14,, +LIE,1998,15,, +LIE,1998,16,, +LIE,1998,17,, +LIE,1998,18,, +LIE,1999,0,, +LIE,1999,1,, +LIE,1999,2,, +LIE,1999,3,, +LIE,1999,4,, +LIE,1999,5,, +LIE,1999,6,, +LIE,1999,7,, +LIE,1999,8,, +LIE,1999,9,, +LIE,1999,10,, +LIE,1999,11,, +LIE,1999,12,, +LIE,1999,13,, +LIE,1999,14,, +LIE,1999,15,, +LIE,1999,16,, +LIE,1999,17,, +LIE,1999,18,, +LIE,2000,0,, +LIE,2000,1,, +LIE,2000,2,, +LIE,2000,3,, +LIE,2000,4,, +LIE,2000,5,, +LIE,2000,6,, +LIE,2000,7,, +LIE,2000,8,, +LIE,2000,9,, +LIE,2000,10,, +LIE,2000,11,, +LIE,2000,12,, +LIE,2000,13,, +LIE,2000,14,, +LIE,2000,15,, +LIE,2000,16,, +LIE,2000,17,, +LIE,2000,18,, +LIE,2001,0,, +LIE,2001,1,, +LIE,2001,2,, +LIE,2001,3,, +LIE,2001,4,, +LIE,2001,5,, +LIE,2001,6,, +LIE,2001,7,, +LIE,2001,8,, +LIE,2001,9,, +LIE,2001,10,, +LIE,2001,11,, +LIE,2001,12,, +LIE,2001,13,, +LIE,2001,14,, +LIE,2001,15,, +LIE,2001,16,, +LIE,2001,17,, +LIE,2001,18,, +LIE,2002,0,, +LIE,2002,1,, +LIE,2002,2,, +LIE,2002,3,, +LIE,2002,4,, +LIE,2002,5,, +LIE,2002,6,, +LIE,2002,7,, +LIE,2002,8,, +LIE,2002,9,, +LIE,2002,10,, +LIE,2002,11,, +LIE,2002,12,, +LIE,2002,13,, +LIE,2002,14,, +LIE,2002,15,, +LIE,2002,16,, +LIE,2002,17,, +LIE,2002,18,, +LIE,2003,0,, +LIE,2003,1,, +LIE,2003,2,, +LIE,2003,3,, +LIE,2003,4,, +LIE,2003,5,, +LIE,2003,6,, +LIE,2003,7,, +LIE,2003,8,, +LIE,2003,9,, +LIE,2003,10,, +LIE,2003,11,, +LIE,2003,12,, +LIE,2003,13,, +LIE,2003,14,, +LIE,2003,15,, +LIE,2003,16,, +LIE,2003,17,, +LIE,2003,18,, +LIE,2004,0,, +LIE,2004,1,, +LIE,2004,2,, +LIE,2004,3,, +LIE,2004,4,, +LIE,2004,5,, +LIE,2004,6,, +LIE,2004,7,, +LIE,2004,8,, +LIE,2004,9,, +LIE,2004,10,, +LIE,2004,11,, +LIE,2004,12,, +LIE,2004,13,, +LIE,2004,14,, +LIE,2004,15,, +LIE,2004,16,, +LIE,2004,17,, +LIE,2004,18,, +LIE,2005,0,, +LIE,2005,1,, +LIE,2005,2,, +LIE,2005,3,, +LIE,2005,4,, +LIE,2005,5,, +LIE,2005,6,, +LIE,2005,7,, +LIE,2005,8,, +LIE,2005,9,, +LIE,2005,10,, +LIE,2005,11,, +LIE,2005,12,, +LIE,2005,13,, +LIE,2005,14,, +LIE,2005,15,, +LIE,2005,16,, +LIE,2005,17,, +LIE,2005,18,, +LIE,2006,0,, +LIE,2006,1,, +LIE,2006,2,, +LIE,2006,3,, +LIE,2006,4,, +LIE,2006,5,, +LIE,2006,6,, +LIE,2006,7,, +LIE,2006,8,, +LIE,2006,9,, +LIE,2006,10,, +LIE,2006,11,, +LIE,2006,12,, +LIE,2006,13,, +LIE,2006,14,, +LIE,2006,15,, +LIE,2006,16,, +LIE,2006,17,, +LIE,2006,18,, +LIE,2007,0,, +LIE,2007,1,, +LIE,2007,2,, +LIE,2007,3,, +LIE,2007,4,, +LIE,2007,5,, +LIE,2007,6,, +LIE,2007,7,, +LIE,2007,8,, +LIE,2007,9,, +LIE,2007,10,, +LIE,2007,11,, +LIE,2007,12,, +LIE,2007,13,, +LIE,2007,14,, +LIE,2007,15,, +LIE,2007,16,, +LIE,2007,17,, +LIE,2007,18,, +LIE,2008,0,, +LIE,2008,1,, +LIE,2008,2,, +LIE,2008,3,, +LIE,2008,4,, +LIE,2008,5,, +LIE,2008,6,, +LIE,2008,7,, +LIE,2008,8,, +LIE,2008,9,, +LIE,2008,10,, +LIE,2008,11,, +LIE,2008,12,, +LIE,2008,13,, +LIE,2008,14,, +LIE,2008,15,, +LIE,2008,16,, +LIE,2008,17,, +LIE,2008,18,, +LIE,2009,0,, +LIE,2009,1,, +LIE,2009,2,, +LIE,2009,3,, +LIE,2009,4,, +LIE,2009,5,, +LIE,2009,6,, +LIE,2009,7,, +LIE,2009,8,, +LIE,2009,9,, +LIE,2009,10,, +LIE,2009,11,, +LIE,2009,12,, +LIE,2009,13,, +LIE,2009,14,, +LIE,2009,15,, +LIE,2009,16,, +LIE,2009,17,, +LIE,2009,18,, +LIE,2010,0,, +LIE,2010,1,, +LIE,2010,2,, +LIE,2010,3,, +LIE,2010,4,, +LIE,2010,5,, +LIE,2010,6,, +LIE,2010,7,, +LIE,2010,8,, +LIE,2010,9,, +LIE,2010,10,, +LIE,2010,11,, +LIE,2010,12,, +LIE,2010,13,, +LIE,2010,14,, +LIE,2010,15,, +LIE,2010,16,, +LIE,2010,17,, +LIE,2010,18,, +LIE,2011,0,, +LIE,2011,1,, +LIE,2011,2,, +LIE,2011,3,, +LIE,2011,4,, +LIE,2011,5,, +LIE,2011,6,, +LIE,2011,7,, +LIE,2011,8,, +LIE,2011,9,, +LIE,2011,10,, +LIE,2011,11,, +LIE,2011,12,, +LIE,2011,13,, +LIE,2011,14,, +LIE,2011,15,, +LIE,2011,16,, +LIE,2011,17,, +LIE,2011,18,, +LIE,2012,0,, +LIE,2012,1,, +LIE,2012,2,, +LIE,2012,3,, +LIE,2012,4,, +LIE,2012,5,, +LIE,2012,6,, +LIE,2012,7,, +LIE,2012,8,, +LIE,2012,9,, +LIE,2012,10,, +LIE,2012,11,, +LIE,2012,12,, +LIE,2012,13,, +LIE,2012,14,, +LIE,2012,15,, +LIE,2012,16,, +LIE,2012,17,, +LIE,2012,18,, +LIE,2013,0,, +LIE,2013,1,, +LIE,2013,2,, +LIE,2013,3,, +LIE,2013,4,, +LIE,2013,5,, +LIE,2013,6,, +LIE,2013,7,, +LIE,2013,8,, +LIE,2013,9,, +LIE,2013,10,, +LIE,2013,11,, +LIE,2013,12,, +LIE,2013,13,, +LIE,2013,14,, +LIE,2013,15,, +LIE,2013,16,, +LIE,2013,17,, +LIE,2013,18,, +LIE,2014,0,, +LIE,2014,1,, +LIE,2014,2,, +LIE,2014,3,, +LIE,2014,4,, +LIE,2014,5,, +LIE,2014,6,, +LIE,2014,7,, +LIE,2014,8,, +LIE,2014,9,, +LIE,2014,10,, +LIE,2014,11,, +LIE,2014,12,, +LIE,2014,13,, +LIE,2014,14,, +LIE,2014,15,, +LIE,2014,16,, +LIE,2014,17,, +LIE,2014,18,, +LIE,2015,0,, +LIE,2015,1,, +LIE,2015,2,, +LIE,2015,3,, +LIE,2015,4,, +LIE,2015,5,, +LIE,2015,6,, +LIE,2015,7,, +LIE,2015,8,, +LIE,2015,9,, +LIE,2015,10,, +LIE,2015,11,, +LIE,2015,12,, +LIE,2015,13,, +LIE,2015,14,, +LIE,2015,15,, +LIE,2015,16,, +LIE,2015,17,, +LIE,2015,18,, +LIE,2016,0,, +LIE,2016,1,, +LIE,2016,2,, +LIE,2016,3,, +LIE,2016,4,, +LIE,2016,5,, +LIE,2016,6,, +LIE,2016,7,, +LIE,2016,8,, +LIE,2016,9,, +LIE,2016,10,, +LIE,2016,11,, +LIE,2016,12,, +LIE,2016,13,, +LIE,2016,14,, +LIE,2016,15,, +LIE,2016,16,, +LIE,2016,17,, +LIE,2016,18,, +LIE,2017,0,, +LIE,2017,1,, +LIE,2017,2,, +LIE,2017,3,, +LIE,2017,4,, +LIE,2017,5,, +LIE,2017,6,, +LIE,2017,7,, +LIE,2017,8,, +LIE,2017,9,, +LIE,2017,10,, +LIE,2017,11,, +LIE,2017,12,, +LIE,2017,13,, +LIE,2017,14,, +LIE,2017,15,, +LIE,2017,16,, +LIE,2017,17,, +LIE,2017,18,, +LIE,2018,0,, +LIE,2018,1,, +LIE,2018,2,, +LIE,2018,3,, +LIE,2018,4,, +LIE,2018,5,, +LIE,2018,6,, +LIE,2018,7,, +LIE,2018,8,, +LIE,2018,9,, +LIE,2018,10,, +LIE,2018,11,, +LIE,2018,12,, +LIE,2018,13,, +LIE,2018,14,, +LIE,2018,15,, +LIE,2018,16,, +LIE,2018,17,, +LIE,2018,18,, +LIE,2019,0,, +LIE,2019,1,, +LIE,2019,2,, +LIE,2019,3,, +LIE,2019,4,, +LIE,2019,5,, +LIE,2019,6,, +LIE,2019,7,, +LIE,2019,8,, +LIE,2019,9,, +LIE,2019,10,, +LIE,2019,11,, +LIE,2019,12,, +LIE,2019,13,, +LIE,2019,14,, +LIE,2019,15,, +LIE,2019,16,, +LIE,2019,17,, +LIE,2019,18,, +LIE,2020,0,, +LIE,2020,1,, +LIE,2020,2,, +LIE,2020,3,, +LIE,2020,4,, +LIE,2020,5,, +LIE,2020,6,, +LIE,2020,7,, +LIE,2020,8,, +LIE,2020,9,, +LIE,2020,10,, +LIE,2020,11,, +LIE,2020,12,, +LIE,2020,13,, +LIE,2020,14,, +LIE,2020,15,, +LIE,2020,16,, +LIE,2020,17,, +LIE,2020,18,, +LIE,2021,0,, +LIE,2021,1,, +LIE,2021,2,, +LIE,2021,3,, +LIE,2021,4,, +LIE,2021,5,, +LIE,2021,6,, +LIE,2021,7,, +LIE,2021,8,, +LIE,2021,9,, +LIE,2021,10,, +LIE,2021,11,, +LIE,2021,12,, +LIE,2021,13,, +LIE,2021,14,, +LIE,2021,15,, +LIE,2021,16,, +LIE,2021,17,, +LIE,2021,18,, +LIE,2022,0,, +LIE,2022,1,, +LIE,2022,2,, +LIE,2022,3,, +LIE,2022,4,, +LIE,2022,5,, +LIE,2022,6,, +LIE,2022,7,, +LIE,2022,8,, +LIE,2022,9,, +LIE,2022,10,, +LIE,2022,11,, +LIE,2022,12,, +LIE,2022,13,, +LIE,2022,14,, +LIE,2022,15,, +LIE,2022,16,, +LIE,2022,17,, +LIE,2022,18,, +LIE,2023,0,, +LIE,2023,1,, +LIE,2023,2,, +LIE,2023,3,, +LIE,2023,4,, +LIE,2023,5,, +LIE,2023,6,, +LIE,2023,7,, +LIE,2023,8,, +LIE,2023,9,, +LIE,2023,10,, +LIE,2023,11,, +LIE,2023,12,, +LIE,2023,13,, +LIE,2023,14,, +LIE,2023,15,, +LIE,2023,16,, +LIE,2023,17,, +LIE,2023,18,, +LIE,2024,0,, +LIE,2024,1,, +LIE,2024,2,, +LIE,2024,3,, +LIE,2024,4,, +LIE,2024,5,, +LIE,2024,6,, +LIE,2024,7,, +LIE,2024,8,, +LIE,2024,9,, +LIE,2024,10,, +LIE,2024,11,, +LIE,2024,12,, +LIE,2024,13,, +LIE,2024,14,, +LIE,2024,15,, +LIE,2024,16,, +LIE,2024,17,, +LIE,2024,18,, +LIE,2025,0,, +LIE,2025,1,, +LIE,2025,2,, +LIE,2025,3,, +LIE,2025,4,, +LIE,2025,5,, +LIE,2025,6,, +LIE,2025,7,, +LIE,2025,8,, +LIE,2025,9,, +LIE,2025,10,, +LIE,2025,11,, +LIE,2025,12,, +LIE,2025,13,, +LIE,2025,14,, +LIE,2025,15,, +LIE,2025,16,, +LIE,2025,17,, +LIE,2025,18,, +LIE,2026,0,, +LIE,2026,1,, +LIE,2026,2,, +LIE,2026,3,, +LIE,2026,4,, +LIE,2026,5,, +LIE,2026,6,, +LIE,2026,7,, +LIE,2026,8,, +LIE,2026,9,, +LIE,2026,10,, +LIE,2026,11,, +LIE,2026,12,, +LIE,2026,13,, +LIE,2026,14,, +LIE,2026,15,, +LIE,2026,16,, +LIE,2026,17,, +LIE,2026,18,, +LIE,2027,0,, +LIE,2027,1,, +LIE,2027,2,, +LIE,2027,3,, +LIE,2027,4,, +LIE,2027,5,, +LIE,2027,6,, +LIE,2027,7,, +LIE,2027,8,, +LIE,2027,9,, +LIE,2027,10,, +LIE,2027,11,, +LIE,2027,12,, +LIE,2027,13,, +LIE,2027,14,, +LIE,2027,15,, +LIE,2027,16,, +LIE,2027,17,, +LIE,2027,18,, +LIE,2028,0,, +LIE,2028,1,, +LIE,2028,2,, +LIE,2028,3,, +LIE,2028,4,, +LIE,2028,5,, +LIE,2028,6,, +LIE,2028,7,, +LIE,2028,8,, +LIE,2028,9,, +LIE,2028,10,, +LIE,2028,11,, +LIE,2028,12,, +LIE,2028,13,, +LIE,2028,14,, +LIE,2028,15,, +LIE,2028,16,, +LIE,2028,17,, +LIE,2028,18,, +LIE,2029,0,, +LIE,2029,1,, +LIE,2029,2,, +LIE,2029,3,, +LIE,2029,4,, +LIE,2029,5,, +LIE,2029,6,, +LIE,2029,7,, +LIE,2029,8,, +LIE,2029,9,, +LIE,2029,10,, +LIE,2029,11,, +LIE,2029,12,, +LIE,2029,13,, +LIE,2029,14,, +LIE,2029,15,, +LIE,2029,16,, +LIE,2029,17,, +LIE,2029,18,, +LIE,2030,0,, +LIE,2030,1,, +LIE,2030,2,, +LIE,2030,3,, +LIE,2030,4,, +LIE,2030,5,, +LIE,2030,6,, +LIE,2030,7,, +LIE,2030,8,, +LIE,2030,9,, +LIE,2030,10,, +LIE,2030,11,, +LIE,2030,12,, +LIE,2030,13,, +LIE,2030,14,, +LIE,2030,15,, +LIE,2030,16,, +LIE,2030,17,, +LIE,2030,18,, +LIE,2031,0,, +LIE,2031,1,, +LIE,2031,2,, +LIE,2031,3,, +LIE,2031,4,, +LIE,2031,5,, +LIE,2031,6,, +LIE,2031,7,, +LIE,2031,8,, +LIE,2031,9,, +LIE,2031,10,, +LIE,2031,11,, +LIE,2031,12,, +LIE,2031,13,, +LIE,2031,14,, +LIE,2031,15,, +LIE,2031,16,, +LIE,2031,17,, +LIE,2031,18,, +LIE,2032,0,, +LIE,2032,1,, +LIE,2032,2,, +LIE,2032,3,, +LIE,2032,4,, +LIE,2032,5,, +LIE,2032,6,, +LIE,2032,7,, +LIE,2032,8,, +LIE,2032,9,, +LIE,2032,10,, +LIE,2032,11,, +LIE,2032,12,, +LIE,2032,13,, +LIE,2032,14,, +LIE,2032,15,, +LIE,2032,16,, +LIE,2032,17,, +LIE,2032,18,, +LIE,2033,0,, +LIE,2033,1,, +LIE,2033,2,, +LIE,2033,3,, +LIE,2033,4,, +LIE,2033,5,, +LIE,2033,6,, +LIE,2033,7,, +LIE,2033,8,, +LIE,2033,9,, +LIE,2033,10,, +LIE,2033,11,, +LIE,2033,12,, +LIE,2033,13,, +LIE,2033,14,, +LIE,2033,15,, +LIE,2033,16,, +LIE,2033,17,, +LIE,2033,18,, +LIE,2034,0,, +LIE,2034,1,, +LIE,2034,2,, +LIE,2034,3,, +LIE,2034,4,, +LIE,2034,5,, +LIE,2034,6,, +LIE,2034,7,, +LIE,2034,8,, +LIE,2034,9,, +LIE,2034,10,, +LIE,2034,11,, +LIE,2034,12,, +LIE,2034,13,, +LIE,2034,14,, +LIE,2034,15,, +LIE,2034,16,, +LIE,2034,17,, +LIE,2034,18,, +LIE,2035,0,, +LIE,2035,1,, +LIE,2035,2,, +LIE,2035,3,, +LIE,2035,4,, +LIE,2035,5,, +LIE,2035,6,, +LIE,2035,7,, +LIE,2035,8,, +LIE,2035,9,, +LIE,2035,10,, +LIE,2035,11,, +LIE,2035,12,, +LIE,2035,13,, +LIE,2035,14,, +LIE,2035,15,, +LIE,2035,16,, +LIE,2035,17,, +LIE,2035,18,, +LIE,2036,0,, +LIE,2036,1,, +LIE,2036,2,, +LIE,2036,3,, +LIE,2036,4,, +LIE,2036,5,, +LIE,2036,6,, +LIE,2036,7,, +LIE,2036,8,, +LIE,2036,9,, +LIE,2036,10,, +LIE,2036,11,, +LIE,2036,12,, +LIE,2036,13,, +LIE,2036,14,, +LIE,2036,15,, +LIE,2036,16,, +LIE,2036,17,, +LIE,2036,18,, +LIE,2037,0,, +LIE,2037,1,, +LIE,2037,2,, +LIE,2037,3,, +LIE,2037,4,, +LIE,2037,5,, +LIE,2037,6,, +LIE,2037,7,, +LIE,2037,8,, +LIE,2037,9,, +LIE,2037,10,, +LIE,2037,11,, +LIE,2037,12,, +LIE,2037,13,, +LIE,2037,14,, +LIE,2037,15,, +LIE,2037,16,, +LIE,2037,17,, +LIE,2037,18,, +LIE,2038,0,, +LIE,2038,1,, +LIE,2038,2,, +LIE,2038,3,, +LIE,2038,4,, +LIE,2038,5,, +LIE,2038,6,, +LIE,2038,7,, +LIE,2038,8,, +LIE,2038,9,, +LIE,2038,10,, +LIE,2038,11,, +LIE,2038,12,, +LIE,2038,13,, +LIE,2038,14,, +LIE,2038,15,, +LIE,2038,16,, +LIE,2038,17,, +LIE,2038,18,, +LIE,2039,0,, +LIE,2039,1,, +LIE,2039,2,, +LIE,2039,3,, +LIE,2039,4,, +LIE,2039,5,, +LIE,2039,6,, +LIE,2039,7,, +LIE,2039,8,, +LIE,2039,9,, +LIE,2039,10,, +LIE,2039,11,, +LIE,2039,12,, +LIE,2039,13,, +LIE,2039,14,, +LIE,2039,15,, +LIE,2039,16,, +LIE,2039,17,, +LIE,2039,18,, +LIE,2040,0,, +LIE,2040,1,, +LIE,2040,2,, +LIE,2040,3,, +LIE,2040,4,, +LIE,2040,5,, +LIE,2040,6,, +LIE,2040,7,, +LIE,2040,8,, +LIE,2040,9,, +LIE,2040,10,, +LIE,2040,11,, +LIE,2040,12,, +LIE,2040,13,, +LIE,2040,14,, +LIE,2040,15,, +LIE,2040,16,, +LIE,2040,17,, +LIE,2040,18,, +LIE,2041,0,, +LIE,2041,1,, +LIE,2041,2,, +LIE,2041,3,, +LIE,2041,4,, +LIE,2041,5,, +LIE,2041,6,, +LIE,2041,7,, +LIE,2041,8,, +LIE,2041,9,, +LIE,2041,10,, +LIE,2041,11,, +LIE,2041,12,, +LIE,2041,13,, +LIE,2041,14,, +LIE,2041,15,, +LIE,2041,16,, +LIE,2041,17,, +LIE,2041,18,, +LIE,2042,0,, +LIE,2042,1,, +LIE,2042,2,, +LIE,2042,3,, +LIE,2042,4,, +LIE,2042,5,, +LIE,2042,6,, +LIE,2042,7,, +LIE,2042,8,, +LIE,2042,9,, +LIE,2042,10,, +LIE,2042,11,, +LIE,2042,12,, +LIE,2042,13,, +LIE,2042,14,, +LIE,2042,15,, +LIE,2042,16,, +LIE,2042,17,, +LIE,2042,18,, +LIE,2043,0,, +LIE,2043,1,, +LIE,2043,2,, +LIE,2043,3,, +LIE,2043,4,, +LIE,2043,5,, +LIE,2043,6,, +LIE,2043,7,, +LIE,2043,8,, +LIE,2043,9,, +LIE,2043,10,, +LIE,2043,11,, +LIE,2043,12,, +LIE,2043,13,, +LIE,2043,14,, +LIE,2043,15,, +LIE,2043,16,, +LIE,2043,17,, +LIE,2043,18,, +LIE,2044,0,, +LIE,2044,1,, +LIE,2044,2,, +LIE,2044,3,, +LIE,2044,4,, +LIE,2044,5,, +LIE,2044,6,, +LIE,2044,7,, +LIE,2044,8,, +LIE,2044,9,, +LIE,2044,10,, +LIE,2044,11,, +LIE,2044,12,, +LIE,2044,13,, +LIE,2044,14,, +LIE,2044,15,, +LIE,2044,16,, +LIE,2044,17,, +LIE,2044,18,, +LIE,2045,0,, +LIE,2045,1,, +LIE,2045,2,, +LIE,2045,3,, +LIE,2045,4,, +LIE,2045,5,, +LIE,2045,6,, +LIE,2045,7,, +LIE,2045,8,, +LIE,2045,9,, +LIE,2045,10,, +LIE,2045,11,, +LIE,2045,12,, +LIE,2045,13,, +LIE,2045,14,, +LIE,2045,15,, +LIE,2045,16,, +LIE,2045,17,, +LIE,2045,18,, +LIE,2046,0,, +LIE,2046,1,, +LIE,2046,2,, +LIE,2046,3,, +LIE,2046,4,, +LIE,2046,5,, +LIE,2046,6,, +LIE,2046,7,, +LIE,2046,8,, +LIE,2046,9,, +LIE,2046,10,, +LIE,2046,11,, +LIE,2046,12,, +LIE,2046,13,, +LIE,2046,14,, +LIE,2046,15,, +LIE,2046,16,, +LIE,2046,17,, +LIE,2046,18,, +LIE,2047,0,, +LIE,2047,1,, +LIE,2047,2,, +LIE,2047,3,, +LIE,2047,4,, +LIE,2047,5,, +LIE,2047,6,, +LIE,2047,7,, +LIE,2047,8,, +LIE,2047,9,, +LIE,2047,10,, +LIE,2047,11,, +LIE,2047,12,, +LIE,2047,13,, +LIE,2047,14,, +LIE,2047,15,, +LIE,2047,16,, +LIE,2047,17,, +LIE,2047,18,, +LIE,2048,0,, +LIE,2048,1,, +LIE,2048,2,, +LIE,2048,3,, +LIE,2048,4,, +LIE,2048,5,, +LIE,2048,6,, +LIE,2048,7,, +LIE,2048,8,, +LIE,2048,9,, +LIE,2048,10,, +LIE,2048,11,, +LIE,2048,12,, +LIE,2048,13,, +LIE,2048,14,, +LIE,2048,15,, +LIE,2048,16,, +LIE,2048,17,, +LIE,2048,18,, +LIE,2049,0,, +LIE,2049,1,, +LIE,2049,2,, +LIE,2049,3,, +LIE,2049,4,, +LIE,2049,5,, +LIE,2049,6,, +LIE,2049,7,, +LIE,2049,8,, +LIE,2049,9,, +LIE,2049,10,, +LIE,2049,11,, +LIE,2049,12,, +LIE,2049,13,, +LIE,2049,14,, +LIE,2049,15,, +LIE,2049,16,, +LIE,2049,17,, +LIE,2049,18,, +LIE,2050,0,, +LIE,2050,1,, +LIE,2050,2,, +LIE,2050,3,, +LIE,2050,4,, +LIE,2050,5,, +LIE,2050,6,, +LIE,2050,7,, +LIE,2050,8,, +LIE,2050,9,, +LIE,2050,10,, +LIE,2050,11,, +LIE,2050,12,, +LIE,2050,13,, +LIE,2050,14,, +LIE,2050,15,, +LIE,2050,16,, +LIE,2050,17,, +LIE,2050,18,, +LKA,1990,0,162162,169011 +LKA,1990,1,169448,176650 +LKA,1990,2,175464,182909 +LKA,1990,3,180290,187881 +LKA,1990,4,184006,191654 +LKA,1990,5,186692,194319 +LKA,1990,6,188428,195968 +LKA,1990,7,189293,196690 +LKA,1990,8,189369,196576 +LKA,1990,9,188735,195717 +LKA,1990,10,187564,194280 +LKA,1990,11,186030,192433 +LKA,1990,12,183746,189880 +LKA,1990,13,180608,186558 +LKA,1990,14,176974,182789 +LKA,1990,15,173126,178781 +LKA,1990,16,168789,174278 +LKA,1990,17,165823,171099 +LKA,1990,18,165113,170103 +LKA,1991,0,163133,169465 +LKA,1991,1,163523,170384 +LKA,1991,2,169799,176987 +LKA,1991,3,175188,182605 +LKA,1991,4,179707,187262 +LKA,1991,5,183369,190981 +LKA,1991,6,186253,193851 +LKA,1991,7,188440,195962 +LKA,1991,8,189624,197010 +LKA,1991,9,189692,196890 +LKA,1991,10,188851,195820 +LKA,1991,11,187597,194297 +LKA,1991,12,186041,192428 +LKA,1991,13,183715,189821 +LKA,1991,14,180503,186399 +LKA,1991,15,176774,182499 +LKA,1991,16,172834,178363 +LKA,1991,17,168403,173732 +LKA,1991,18,165345,170425 +LKA,1992,0,166317,172066 +LKA,1992,1,168959,175316 +LKA,1992,2,164630,171515 +LKA,1992,3,169883,177069 +LKA,1992,4,174636,182035 +LKA,1992,5,178838,186370 +LKA,1992,6,182441,190030 +LKA,1992,7,185521,193102 +LKA,1992,8,188156,195672 +LKA,1992,9,189657,197046 +LKA,1992,10,189717,196919 +LKA,1992,11,188670,195640 +LKA,1992,12,187334,194033 +LKA,1992,13,185760,192145 +LKA,1992,14,183395,189487 +LKA,1992,15,180113,185969 +LKA,1992,16,176296,181945 +LKA,1992,17,172268,177686 +LKA,1992,18,167751,172934 +LKA,1993,0,170442,175665 +LKA,1993,1,169890,175794 +LKA,1993,2,170249,176703 +LKA,1993,3,165550,172456 +LKA,1993,4,169774,176955 +LKA,1993,5,173885,181264 +LKA,1993,6,177767,185273 +LKA,1993,7,181306,188869 +LKA,1993,8,184577,192139 +LKA,1993,9,187658,195166 +LKA,1993,10,189474,196864 +LKA,1993,11,189526,196732 +LKA,1993,12,188275,195244 +LKA,1993,13,186859,193555 +LKA,1993,14,185268,191649 +LKA,1993,15,182866,188943 +LKA,1993,16,179519,185334 +LKA,1993,17,175618,181189 +LKA,1993,18,171507,176812 +LKA,1994,0,173693,178601 +LKA,1994,1,170458,176023 +LKA,1994,2,168775,174889 +LKA,1994,3,168423,174987 +LKA,1994,4,166383,173288 +LKA,1994,5,169577,176731 +LKA,1994,6,173045,180381 +LKA,1994,7,176605,184060 +LKA,1994,8,180079,187591 +LKA,1994,9,183540,191057 +LKA,1994,10,187064,194538 +LKA,1994,11,189194,196559 +LKA,1994,12,189238,196421 +LKA,1994,13,187783,194726 +LKA,1994,14,186288,192956 +LKA,1994,15,184681,191034 +LKA,1994,16,182243,188282 +LKA,1994,17,178833,184584 +LKA,1994,18,174849,180321 +LKA,1995,0,174810,179712 +LKA,1995,1,170006,175417 +LKA,1995,2,167087,172947 +LKA,1995,3,165806,172058 +LKA,1995,4,165919,172506 +LKA,1995,5,167182,174047 +LKA,1995,6,169348,176434 +LKA,1995,7,172173,179426 +LKA,1995,8,175412,182776 +LKA,1995,9,178819,186240 +LKA,1995,10,182469,189899 +LKA,1995,11,186435,193833 +LKA,1995,12,188878,196174 +LKA,1995,13,188914,196030 +LKA,1995,14,187255,194129 +LKA,1995,15,185682,192279 +LKA,1995,16,184060,190342 +LKA,1995,17,181587,187546 +LKA,1995,18,178114,183760 +LKA,1996,0,173299,178774 +LKA,1996,1,171913,176995 +LKA,1996,2,168173,173672 +LKA,1996,3,165983,171882 +LKA,1996,4,165148,171422 +LKA,1996,5,165473,172090 +LKA,1996,6,166714,173639 +LKA,1996,7,168624,175823 +LKA,1996,8,171265,178659 +LKA,1996,9,174545,182030 +LKA,1996,10,178117,185603 +LKA,1996,11,181804,189253 +LKA,1996,12,185741,193114 +LKA,1996,13,188094,195296 +LKA,1996,14,187964,194876 +LKA,1996,15,186087,192622 +LKA,1996,16,184296,190423 +LKA,1996,17,182460,188142 +LKA,1996,18,179761,184991 +LKA,1997,0,169664,176004 +LKA,1997,1,165733,171847 +LKA,1997,2,169048,174249 +LKA,1997,3,166370,171900 +LKA,1997,4,164908,170790 +LKA,1997,5,164517,170758 +LKA,1997,6,165055,171645 +LKA,1997,7,166274,173203 +LKA,1997,8,167927,175183 +LKA,1997,9,170385,177862 +LKA,1997,10,173708,181254 +LKA,1997,11,177444,184936 +LKA,1997,12,181170,188576 +LKA,1997,13,185078,192364 +LKA,1997,14,187343,194386 +LKA,1997,15,187047,193690 +LKA,1997,16,184951,191084 +LKA,1997,17,182942,188536 +LKA,1997,18,180891,185912 +LKA,1998,0,165278,172580 +LKA,1998,1,162970,169580 +LKA,1998,2,161581,167732 +LKA,1998,3,166258,171520 +LKA,1998,4,164640,170143 +LKA,1998,5,163905,169712 +LKA,1998,6,163959,170109 +LKA,1998,7,164708,171216 +LKA,1998,8,165906,172782 +LKA,1998,9,167305,174559 +LKA,1998,10,169580,177082 +LKA,1998,11,172947,180494 +LKA,1998,12,176849,184285 +LKA,1998,13,180615,187915 +LKA,1998,14,184496,191631 +LKA,1998,15,186673,193493 +LKA,1998,16,186211,192522 +LKA,1998,17,183896,189563 +LKA,1998,18,181669,186666 +LKA,1999,0,162081,170167 +LKA,1999,1,161126,168140 +LKA,1999,2,160609,166867 +LKA,1999,3,160499,166279 +LKA,1999,4,163548,168812 +LKA,1999,5,162989,168408 +LKA,1999,6,162981,168656 +LKA,1999,7,163479,169482 +LKA,1999,8,164441,170808 +LKA,1999,9,165619,172383 +LKA,1999,10,166763,173957 +LKA,1999,11,168857,176324 +LKA,1999,12,172269,179757 +LKA,1999,13,176339,183657 +LKA,1999,14,180147,187278 +LKA,1999,15,184002,190922 +LKA,1999,16,186094,192624 +LKA,1999,17,185465,191378 +LKA,1999,18,182929,188065 +LKA,2000,0,161410,169904 +LKA,2000,1,160937,168152 +LKA,2000,2,160644,166934 +LKA,2000,3,160539,166214 +LKA,2000,4,160629,165957 +LKA,2000,5,160922,166131 +LKA,2000,6,161424,166699 +LKA,2000,7,162143,167627 +LKA,2000,8,163087,168882 +LKA,2000,9,164263,170427 +LKA,2000,10,165420,172012 +LKA,2000,11,166310,173382 +LKA,2000,12,168223,175594 +LKA,2000,13,171683,179049 +LKA,2000,14,175923,183059 +LKA,2000,15,179775,186672 +LKA,2000,16,183608,190244 +LKA,2000,17,185614,191787 +LKA,2000,18,184818,190264 +LKA,2001,0,163458,172161 +LKA,2001,1,161255,169212 +LKA,2001,2,160569,167467 +LKA,2001,3,160159,166289 +LKA,2001,4,160012,165630 +LKA,2001,5,160119,165445 +LKA,2001,6,160487,165702 +LKA,2001,7,161123,166369 +LKA,2001,8,161926,167325 +LKA,2001,9,162849,168492 +LKA,2001,10,163936,169870 +LKA,2001,11,165035,171298 +LKA,2001,12,165887,172527 +LKA,2001,13,167723,174527 +LKA,2001,14,171048,177674 +LKA,2001,15,175123,181327 +LKA,2001,16,178814,184596 +LKA,2001,17,182479,187816 +LKA,2001,18,184378,189130 +LKA,2002,0,167895,176436 +LKA,2002,1,165292,172774 +LKA,2002,2,161171,168543 +LKA,2002,3,160272,166805 +LKA,2002,4,159744,165667 +LKA,2002,5,159556,165070 +LKA,2002,6,159680,164956 +LKA,2002,7,160123,165296 +LKA,2002,8,160893,166062 +LKA,2002,9,161780,167044 +LKA,2002,10,162682,168125 +LKA,2002,11,163680,169335 +LKA,2002,12,164721,170607 +LKA,2002,13,165536,171694 +LKA,2002,14,167296,173483 +LKA,2002,15,170488,176323 +LKA,2002,16,174398,179619 +LKA,2002,17,177932,182546 +LKA,2002,18,181431,185412 +LKA,2003,0,173480,181618 +LKA,2003,1,169071,176428 +LKA,2003,2,165490,172232 +LKA,2003,3,161121,167864 +LKA,2003,4,160010,166133 +LKA,2003,5,159363,165035 +LKA,2003,6,159134,164500 +LKA,2003,7,159275,164456 +LKA,2003,8,159794,164880 +LKA,2003,9,160697,165745 +LKA,2003,10,161668,166754 +LKA,2003,11,162551,167748 +LKA,2003,12,163461,168791 +LKA,2003,13,164444,169907 +LKA,2003,14,165222,170852 +LKA,2003,15,166905,172429 +LKA,2003,16,169965,174962 +LKA,2003,17,173712,177901 +LKA,2003,18,177088,180484 +LKA,2004,0,178440,186140 +LKA,2004,1,172699,179812 +LKA,2004,2,168028,174661 +LKA,2004,3,164347,170593 +LKA,2004,4,161097,167175 +LKA,2004,5,159772,165451 +LKA,2004,6,159007,164393 +LKA,2004,7,158736,163919 +LKA,2004,8,158894,163947 +LKA,2004,9,159489,164454 +LKA,2004,10,160526,165418 +LKA,2004,11,161581,166454 +LKA,2004,12,162444,167361 +LKA,2004,13,163266,168236 +LKA,2004,14,164191,169196 +LKA,2004,15,164933,169999 +LKA,2004,16,166540,171365 +LKA,2004,17,169467,173590 +LKA,2004,18,173052,176172 +LKA,2005,0,181492,188878 +LKA,2005,1,175433,182239 +LKA,2005,2,170445,176773 +LKA,2005,3,166444,172386 +LKA,2005,4,163348,168983 +LKA,2005,5,161072,166470 +LKA,2005,6,159534,164753 +LKA,2005,7,158651,163735 +LKA,2005,8,158338,163323 +LKA,2005,9,158514,163422 +LKA,2005,10,159184,164012 +LKA,2005,11,160356,165075 +LKA,2005,12,161495,166138 +LKA,2005,13,162338,166958 +LKA,2005,14,163072,167665 +LKA,2005,15,163940,168469 +LKA,2005,16,164644,169131 +LKA,2005,17,166175,170284 +LKA,2005,18,168971,172201 +LKA,2006,0,182155,189436 +LKA,2006,1,180433,186606 +LKA,2006,2,175214,180927 +LKA,2006,3,170766,176149 +LKA,2006,4,167055,172213 +LKA,2006,5,164046,169060 +LKA,2006,6,161647,166593 +LKA,2006,7,159763,164709 +LKA,2006,8,158660,163559 +LKA,2006,9,158422,163169 +LKA,2006,10,158837,163354 +LKA,2006,11,159626,163919 +LKA,2006,12,160870,164917 +LKA,2006,13,161966,165732 +LKA,2006,14,162594,166041 +LKA,2006,15,163001,166079 +LKA,2006,16,163565,166252 +LKA,2006,17,163981,166298 +LKA,2006,18,165209,166932 +LKA,2007,0,181027,188336 +LKA,2007,1,177718,183794 +LKA,2007,2,179440,184404 +LKA,2007,3,175060,179684 +LKA,2007,4,171150,175590 +LKA,2007,5,167727,172103 +LKA,2007,6,164805,169200 +LKA,2007,7,162281,166776 +LKA,2007,8,160051,164726 +LKA,2007,9,158727,163444 +LKA,2007,10,158564,163074 +LKA,2007,11,159218,163346 +LKA,2007,12,160127,163885 +LKA,2007,13,161443,164820 +LKA,2007,14,162496,165387 +LKA,2007,15,162910,165186 +LKA,2007,16,162991,164555 +LKA,2007,17,163250,164098 +LKA,2007,18,163380,163528 +LKA,2008,0,178650,186092 +LKA,2008,1,177692,183408 +LKA,2008,2,176356,180803 +LKA,2008,3,178461,182244 +LKA,2008,4,174919,178480 +LKA,2008,5,171547,175072 +LKA,2008,6,168412,172033 +LKA,2008,7,165577,169378 +LKA,2008,8,162928,166998 +LKA,2008,9,160351,164781 +LKA,2008,10,158807,163366 +LKA,2008,11,158718,163017 +LKA,2008,12,159612,163375 +LKA,2008,13,160641,163889 +LKA,2008,14,162028,164760 +LKA,2008,15,163039,165079 +LKA,2008,16,163238,164368 +LKA,2008,17,162993,163069 +LKA,2008,18,162948,161981 +LKA,2009,0,175914,183519 +LKA,2009,1,177135,182611 +LKA,2009,2,177434,181356 +LKA,2009,3,176947,179818 +LKA,2009,4,177440,180084 +LKA,2009,5,174737,177278 +LKA,2009,6,171905,174555 +LKA,2009,7,169058,171964 +LKA,2009,8,166310,169558 +LKA,2009,9,163537,167221 +LKA,2009,10,160615,164837 +LKA,2009,11,158851,163290 +LKA,2009,12,158836,162962 +LKA,2009,13,159969,163405 +LKA,2009,14,161117,163895 +LKA,2009,15,162577,164702 +LKA,2009,16,163545,164773 +LKA,2009,17,163530,163551 +LKA,2009,18,162957,161583 +LKA,2010,0,173516,181241 +LKA,2010,1,176256,181656 +LKA,2010,2,177748,181444 +LKA,2010,3,178156,180691 +LKA,2010,4,177643,179486 +LKA,2010,5,176373,177916 +LKA,2010,6,174511,176068 +LKA,2010,7,172219,174030 +LKA,2010,8,169661,171888 +LKA,2010,9,167001,169730 +LKA,2010,10,164104,167437 +LKA,2010,11,160837,164886 +LKA,2010,12,158853,163206 +LKA,2010,13,158912,162899 +LKA,2010,14,160285,163429 +LKA,2010,15,161552,163893 +LKA,2010,16,163083,164636 +LKA,2010,17,164008,164459 +LKA,2010,18,163778,162727 +LKA,2011,0,171722,179287 +LKA,2011,1,173623,180288 +LKA,2011,2,175905,180588 +LKA,2011,3,177127,180339 +LKA,2011,4,177421,179610 +LKA,2011,5,176915,178473 +LKA,2011,6,175773,177009 +LKA,2011,7,174154,175302 +LKA,2011,8,172036,173361 +LKA,2011,9,169489,171231 +LKA,2011,10,166735,169021 +LKA,2011,11,163799,166682 +LKA,2011,12,160522,164095 +LKA,2011,13,158482,162282 +LKA,2011,14,158422,161706 +LKA,2011,15,159633,161878 +LKA,2011,16,160743,161995 +LKA,2011,17,162121,162398 +LKA,2011,18,162895,161885 +LKA,2012,0,170149,177569 +LKA,2012,1,173738,179106 +LKA,2012,2,173686,179359 +LKA,2012,3,175509,179545 +LKA,2012,4,176462,179258 +LKA,2012,5,176640,178553 +LKA,2012,6,176142,177483 +LKA,2012,7,175127,176126 +LKA,2012,8,173753,174559 +LKA,2012,9,171811,172715 +LKA,2012,10,169275,170598 +LKA,2012,11,166428,168334 +LKA,2012,12,163453,165950 +LKA,2012,13,160166,163326 +LKA,2012,14,158071,161380 +LKA,2012,15,157891,160534 +LKA,2012,16,158939,160348 +LKA,2012,17,159893,160119 +LKA,2012,18,161118,160182 +LKA,2013,0,168837,176108 +LKA,2013,1,172052,177641 +LKA,2013,2,174351,178586 +LKA,2013,3,173707,178452 +LKA,2013,4,175072,178522 +LKA,2013,5,175754,178199 +LKA,2013,6,175818,177517 +LKA,2013,7,175328,176515 +LKA,2013,8,174440,175264 +LKA,2013,9,173311,173837 +LKA,2013,10,171544,172090 +LKA,2013,11,169021,169985 +LKA,2013,12,166081,167667 +LKA,2013,13,163067,165238 +LKA,2013,14,159772,162577 +LKA,2013,15,157623,160497 +LKA,2013,16,157322,159382 +LKA,2013,17,158208,158838 +LKA,2013,18,159005,158263 +LKA,2014,0,167770,174883 +LKA,2014,1,170369,176219 +LKA,2014,2,172377,177136 +LKA,2014,3,173832,177663 +LKA,2014,4,173689,177572 +LKA,2014,5,174595,177527 +LKA,2014,6,175006,177166 +LKA,2014,7,174955,176509 +LKA,2014,8,174473,175573 +LKA,2014,9,173713,174429 +LKA,2014,10,172829,173142 +LKA,2014,11,171238,171491 +LKA,2014,12,168728,169397 +LKA,2014,13,165696,167026 +LKA,2014,14,162645,164551 +LKA,2014,15,159342,161852 +LKA,2014,16,157139,159639 +LKA,2014,17,156718,158254 +LKA,2014,18,157441,157352 +LKA,2015,0,166895,173851 +LKA,2015,1,168832,174921 +LKA,2015,2,170476,175740 +LKA,2015,3,171823,176310 +LKA,2015,4,172872,176635 +LKA,2015,5,173620,176717 +LKA,2015,6,174066,176557 +LKA,2015,7,174207,176159 +LKA,2015,8,174042,175524 +LKA,2015,9,173568,174656 +LKA,2015,10,172935,173617 +LKA,2015,11,172296,172471 +LKA,2015,12,170883,170916 +LKA,2015,13,168385,168833 +LKA,2015,14,165262,166408 +LKA,2015,15,162175,163886 +LKA,2015,16,158865,161150 +LKA,2015,17,156608,158803 +LKA,2015,18,156068,157147 +LKA,2016,0,166603,173051 +LKA,2016,1,166484,173021 +LKA,2016,2,168252,174015 +LKA,2016,3,169812,174817 +LKA,2016,4,171143,175414 +LKA,2016,5,172229,175797 +LKA,2016,6,173064,175965 +LKA,2016,7,173641,175914 +LKA,2016,8,173878,175590 +LKA,2016,9,173728,174965 +LKA,2016,10,173212,174055 +LKA,2016,11,172556,172978 +LKA,2016,12,171905,171799 +LKA,2016,13,170421,170130 +LKA,2016,14,167769,167817 +LKA,2016,15,164436,165087 +LKA,2016,16,161147,162270 +LKA,2016,17,157639,159244 +LKA,2016,18,155186,156610 +LKA,2017,0,166597,172549 +LKA,2017,1,166971,172774 +LKA,2017,2,165982,172190 +LKA,2017,3,167579,173109 +LKA,2017,4,169053,173893 +LKA,2017,5,170369,174518 +LKA,2017,6,171491,174959 +LKA,2017,7,172411,175212 +LKA,2017,8,173120,175271 +LKA,2017,9,173452,175022 +LKA,2017,10,173317,174406 +LKA,2017,11,172761,173453 +LKA,2017,12,172081,172338 +LKA,2017,13,171419,171127 +LKA,2017,14,169864,169343 +LKA,2017,15,167059,166801 +LKA,2017,16,163519,163765 +LKA,2017,17,160029,160653 +LKA,2017,18,156326,157338 +LKA,2018,0,166478,172006 +LKA,2018,1,166097,171772 +LKA,2018,2,166146,171778 +LKA,2018,3,165430,171370 +LKA,2018,4,166857,172215 +LKA,2018,5,168246,172981 +LKA,2018,6,169545,173632 +LKA,2018,7,170703,174132 +LKA,2018,8,171708,174471 +LKA,2018,9,172549,174639 +LKA,2018,10,172975,174464 +LKA,2018,11,172856,173858 +LKA,2018,12,172259,172863 +LKA,2018,13,171556,171709 +LKA,2018,14,170882,170465 +LKA,2018,15,169258,168567 +LKA,2018,16,166300,165795 +LKA,2018,17,162554,162454 +LKA,2018,18,158865,159047 +LKA,2019,0,166000,171000 +LKA,2019,1,165000,170000 +LKA,2019,2,165000,170000 +LKA,2019,3,165000,170000 +LKA,2019,4,165000,171000 +LKA,2019,5,166000,171000 +LKA,2019,6,167000,172000 +LKA,2019,7,169000,173000 +LKA,2019,8,170000,173000 +LKA,2019,9,171000,174000 +LKA,2019,10,172000,174000 +LKA,2019,11,173000,174000 +LKA,2019,12,172000,173000 +LKA,2019,13,172000,172000 +LKA,2019,14,171000,171000 +LKA,2019,15,170000,170000 +LKA,2019,16,169000,168000 +LKA,2019,17,166000,165000 +LKA,2019,18,162000,161000 +LKA,2020,0,164000,169000 +LKA,2020,1,163000,169000 +LKA,2020,2,163000,169000 +LKA,2020,3,163000,169000 +LKA,2020,4,163000,169000 +LKA,2020,5,164000,170000 +LKA,2020,6,165000,171000 +LKA,2020,7,167000,171000 +LKA,2020,8,168000,172000 +LKA,2020,9,169000,173000 +LKA,2020,10,170000,173000 +LKA,2020,11,171000,173000 +LKA,2020,12,172000,173000 +LKA,2020,13,172000,173000 +LKA,2020,14,171000,172000 +LKA,2020,15,171000,171000 +LKA,2020,16,170000,169000 +LKA,2020,17,168000,167000 +LKA,2020,18,165000,164000 +LKA,2021,0,161000,166000 +LKA,2021,1,163000,168000 +LKA,2021,2,162000,168000 +LKA,2021,3,162000,168000 +LKA,2021,4,163000,168000 +LKA,2021,5,163000,169000 +LKA,2021,6,164000,169000 +LKA,2021,7,165000,170000 +LKA,2021,8,166000,171000 +LKA,2021,9,167000,171000 +LKA,2021,10,169000,172000 +LKA,2021,11,170000,172000 +LKA,2021,12,171000,173000 +LKA,2021,13,172000,173000 +LKA,2021,14,171000,172000 +LKA,2021,15,170000,171000 +LKA,2021,16,169000,169000 +LKA,2021,17,169000,167000 +LKA,2021,18,167000,165000 +LKA,2022,0,157000,162000 +LKA,2022,1,157000,163000 +LKA,2022,2,161000,166000 +LKA,2022,3,161000,167000 +LKA,2022,4,162000,167000 +LKA,2022,5,162000,168000 +LKA,2022,6,163000,168000 +LKA,2022,7,164000,169000 +LKA,2022,8,165000,169000 +LKA,2022,9,166000,170000 +LKA,2022,10,167000,171000 +LKA,2022,11,168000,171000 +LKA,2022,12,169000,172000 +LKA,2022,13,171000,172000 +LKA,2022,14,171000,172000 +LKA,2022,15,171000,171000 +LKA,2022,16,170000,169000 +LKA,2022,17,169000,168000 +LKA,2022,18,167000,166000 +LKA,2023,0,152000,158000 +LKA,2023,1,154000,160000 +LKA,2023,2,156000,162000 +LKA,2023,3,160000,165000 +LKA,2023,4,161000,166000 +LKA,2023,5,161000,167000 +LKA,2023,6,162000,167000 +LKA,2023,7,163000,168000 +LKA,2023,8,164000,168000 +LKA,2023,9,164000,169000 +LKA,2023,10,165000,169000 +LKA,2023,11,166000,170000 +LKA,2023,12,168000,171000 +LKA,2023,13,169000,171000 +LKA,2023,14,170000,172000 +LKA,2023,15,171000,171000 +LKA,2023,16,170000,170000 +LKA,2023,17,169000,168000 +LKA,2023,18,168000,166000 +LKA,2024,0,148000,155000 +LKA,2024,1,151000,157000 +LKA,2024,2,154000,159000 +LKA,2024,3,156000,161000 +LKA,2024,4,159000,164000 +LKA,2024,5,160000,165000 +LKA,2024,6,161000,166000 +LKA,2024,7,162000,167000 +LKA,2024,8,163000,168000 +LKA,2024,9,163000,168000 +LKA,2024,10,164000,168000 +LKA,2024,11,165000,169000 +LKA,2024,12,166000,170000 +LKA,2024,13,167000,170000 +LKA,2024,14,169000,171000 +LKA,2024,15,170000,171000 +LKA,2024,16,170000,171000 +LKA,2024,17,169000,169000 +LKA,2024,18,168000,167000 +LKA,2025,0,146000,153000 +LKA,2025,1,149000,155000 +LKA,2025,2,151000,157000 +LKA,2025,3,154000,159000 +LKA,2025,4,156000,161000 +LKA,2025,5,158000,163000 +LKA,2025,6,159000,164000 +LKA,2025,7,160000,165000 +LKA,2025,8,161000,166000 +LKA,2025,9,162000,167000 +LKA,2025,10,163000,168000 +LKA,2025,11,163000,168000 +LKA,2025,12,164000,168000 +LKA,2025,13,165000,169000 +LKA,2025,14,167000,170000 +LKA,2025,15,168000,170000 +LKA,2025,16,169000,171000 +LKA,2025,17,170000,170000 +LKA,2025,18,169000,168000 +LKA,2026,0,145000,152000 +LKA,2026,1,146000,152000 +LKA,2026,2,148000,154000 +LKA,2026,3,151000,157000 +LKA,2026,4,153000,159000 +LKA,2026,5,155000,160000 +LKA,2026,6,157000,162000 +LKA,2026,7,159000,164000 +LKA,2026,8,160000,165000 +LKA,2026,9,161000,166000 +LKA,2026,10,162000,167000 +LKA,2026,11,163000,167000 +LKA,2026,12,163000,167000 +LKA,2026,13,164000,168000 +LKA,2026,14,165000,168000 +LKA,2026,15,166000,169000 +LKA,2026,16,167000,169000 +LKA,2026,17,168000,169000 +LKA,2026,18,168000,168000 +LKA,2027,0,145000,152000 +LKA,2027,1,147000,153000 +LKA,2027,2,145000,152000 +LKA,2027,3,148000,154000 +LKA,2027,4,150000,156000 +LKA,2027,5,152000,158000 +LKA,2027,6,154000,160000 +LKA,2027,7,156000,161000 +LKA,2027,8,158000,163000 +LKA,2027,9,160000,165000 +LKA,2027,10,161000,166000 +LKA,2027,11,162000,166000 +LKA,2027,12,162000,167000 +LKA,2027,13,163000,167000 +LKA,2027,14,163000,167000 +LKA,2027,15,164000,167000 +LKA,2027,16,166000,168000 +LKA,2027,17,166000,168000 +LKA,2027,18,167000,167000 +LKA,2028,0,146000,153000 +LKA,2028,1,146000,152000 +LKA,2028,2,147000,152000 +LKA,2028,3,145000,151000 +LKA,2028,4,147000,153000 +LKA,2028,5,149000,155000 +LKA,2028,6,152000,157000 +LKA,2028,7,154000,159000 +LKA,2028,8,156000,161000 +LKA,2028,9,158000,163000 +LKA,2028,10,160000,164000 +LKA,2028,11,161000,165000 +LKA,2028,12,161000,166000 +LKA,2028,13,162000,166000 +LKA,2028,14,162000,166000 +LKA,2028,15,163000,166000 +LKA,2028,16,164000,167000 +LKA,2028,17,165000,167000 +LKA,2028,18,165000,166000 +LKA,2029,0,147000,154000 +LKA,2029,1,146000,152000 +LKA,2029,2,145000,151000 +LKA,2029,3,145000,151000 +LKA,2029,4,145000,151000 +LKA,2029,5,147000,152000 +LKA,2029,6,149000,154000 +LKA,2029,7,151000,156000 +LKA,2029,8,153000,158000 +LKA,2029,9,155000,160000 +LKA,2029,10,157000,162000 +LKA,2029,11,159000,164000 +LKA,2029,12,160000,165000 +LKA,2029,13,161000,165000 +LKA,2029,14,161000,166000 +LKA,2029,15,162000,166000 +LKA,2029,16,162000,166000 +LKA,2029,17,163000,166000 +LKA,2029,18,164000,165000 +LKA,2030,0,148000,154000 +LKA,2030,1,146000,152000 +LKA,2030,2,145000,150000 +LKA,2030,3,144000,150000 +LKA,2030,4,144000,150000 +LKA,2030,5,145000,151000 +LKA,2030,6,146000,152000 +LKA,2030,7,148000,153000 +LKA,2030,8,150000,155000 +LKA,2030,9,152000,157000 +LKA,2030,10,154000,159000 +LKA,2030,11,157000,161000 +LKA,2030,12,159000,163000 +LKA,2030,13,160000,164000 +LKA,2030,14,161000,165000 +LKA,2030,15,161000,165000 +LKA,2030,16,161000,165000 +LKA,2030,17,162000,165000 +LKA,2030,18,162000,165000 +LKA,2031,0,148000,154000 +LKA,2031,1,147000,153000 +LKA,2031,2,145000,151000 +LKA,2031,3,144000,150000 +LKA,2031,4,144000,149000 +LKA,2031,5,144000,150000 +LKA,2031,6,145000,150000 +LKA,2031,7,146000,151000 +LKA,2031,8,147000,153000 +LKA,2031,9,149000,155000 +LKA,2031,10,152000,157000 +LKA,2031,11,154000,159000 +LKA,2031,12,156000,161000 +LKA,2031,13,158000,163000 +LKA,2031,14,159000,163000 +LKA,2031,15,160000,164000 +LKA,2031,16,160000,164000 +LKA,2031,17,160000,164000 +LKA,2031,18,160000,163000 +LKA,2032,0,147000,153000 +LKA,2032,1,145000,151000 +LKA,2032,2,146000,151000 +LKA,2032,3,144000,150000 +LKA,2032,4,144000,149000 +LKA,2032,5,144000,149000 +LKA,2032,6,144000,149000 +LKA,2032,7,145000,150000 +LKA,2032,8,146000,151000 +LKA,2032,9,147000,152000 +LKA,2032,10,149000,154000 +LKA,2032,11,151000,156000 +LKA,2032,12,154000,158000 +LKA,2032,13,156000,160000 +LKA,2032,14,158000,162000 +LKA,2032,15,159000,163000 +LKA,2032,16,159000,163000 +LKA,2032,17,159000,163000 +LKA,2032,18,159000,162000 +LKA,2033,0,146000,152000 +LKA,2033,1,144000,150000 +LKA,2033,2,143000,149000 +LKA,2033,3,145000,150000 +LKA,2033,4,144000,149000 +LKA,2033,5,143000,149000 +LKA,2033,6,143000,149000 +LKA,2033,7,144000,149000 +LKA,2033,8,144000,150000 +LKA,2033,9,145000,150000 +LKA,2033,10,147000,152000 +LKA,2033,11,149000,153000 +LKA,2033,12,151000,156000 +LKA,2033,13,153000,158000 +LKA,2033,14,156000,160000 +LKA,2033,15,158000,161000 +LKA,2033,16,158000,162000 +LKA,2033,17,158000,162000 +LKA,2033,18,158000,161000 +LKA,2034,0,144000,150000 +LKA,2034,1,143000,149000 +LKA,2034,2,143000,148000 +LKA,2034,3,142000,148000 +LKA,2034,4,143000,149000 +LKA,2034,5,143000,148000 +LKA,2034,6,143000,148000 +LKA,2034,7,143000,148000 +LKA,2034,8,144000,149000 +LKA,2034,9,144000,149000 +LKA,2034,10,145000,150000 +LKA,2034,11,146000,151000 +LKA,2034,12,148000,153000 +LKA,2034,13,150000,155000 +LKA,2034,14,153000,157000 +LKA,2034,15,155000,159000 +LKA,2034,16,157000,161000 +LKA,2034,17,158000,161000 +LKA,2034,18,158000,161000 +LKA,2035,0,143000,149000 +LKA,2035,1,143000,149000 +LKA,2035,2,142000,148000 +LKA,2035,3,142000,148000 +LKA,2035,4,142000,147000 +LKA,2035,5,142000,147000 +LKA,2035,6,142000,147000 +LKA,2035,7,142000,148000 +LKA,2035,8,143000,148000 +LKA,2035,9,143000,148000 +LKA,2035,10,144000,149000 +LKA,2035,11,144000,149000 +LKA,2035,12,146000,150000 +LKA,2035,13,148000,152000 +LKA,2035,14,150000,155000 +LKA,2035,15,152000,157000 +LKA,2035,16,155000,159000 +LKA,2035,17,157000,160000 +LKA,2035,18,157000,160000 +LKA,2036,0,142000,148000 +LKA,2036,1,142000,148000 +LKA,2036,2,142000,148000 +LKA,2036,3,142000,147000 +LKA,2036,4,142000,147000 +LKA,2036,5,142000,147000 +LKA,2036,6,142000,147000 +LKA,2036,7,142000,147000 +LKA,2036,8,142000,147000 +LKA,2036,9,142000,147000 +LKA,2036,10,143000,148000 +LKA,2036,11,144000,149000 +LKA,2036,12,144000,149000 +LKA,2036,13,145000,150000 +LKA,2036,14,147000,152000 +LKA,2036,15,149000,154000 +LKA,2036,16,152000,156000 +LKA,2036,17,154000,157000 +LKA,2036,18,155000,159000 +LKA,2037,0,141000,147000 +LKA,2037,1,141000,147000 +LKA,2037,2,142000,147000 +LKA,2037,3,142000,147000 +LKA,2037,4,141000,147000 +LKA,2037,5,141000,147000 +LKA,2037,6,141000,146000 +LKA,2037,7,141000,146000 +LKA,2037,8,142000,146000 +LKA,2037,9,142000,147000 +LKA,2037,10,142000,147000 +LKA,2037,11,143000,148000 +LKA,2037,12,143000,148000 +LKA,2037,13,144000,148000 +LKA,2037,14,145000,149000 +LKA,2037,15,146000,151000 +LKA,2037,16,149000,153000 +LKA,2037,17,151000,154000 +LKA,2037,18,153000,156000 +LKA,2038,0,140000,146000 +LKA,2038,1,140000,146000 +LKA,2038,2,141000,146000 +LKA,2038,3,141000,147000 +LKA,2038,4,141000,146000 +LKA,2038,5,141000,146000 +LKA,2038,6,141000,146000 +LKA,2038,7,141000,146000 +LKA,2038,8,141000,146000 +LKA,2038,9,141000,146000 +LKA,2038,10,141000,146000 +LKA,2038,11,142000,147000 +LKA,2038,12,142000,147000 +LKA,2038,13,143000,148000 +LKA,2038,14,143000,148000 +LKA,2038,15,144000,149000 +LKA,2038,16,146000,150000 +LKA,2038,17,148000,152000 +LKA,2038,18,150000,153000 +LKA,2039,0,139000,145000 +LKA,2039,1,140000,145000 +LKA,2039,2,140000,145000 +LKA,2039,3,140000,145000 +LKA,2039,4,140000,146000 +LKA,2039,5,140000,146000 +LKA,2039,6,140000,146000 +LKA,2039,7,140000,145000 +LKA,2039,8,140000,145000 +LKA,2039,9,141000,145000 +LKA,2039,10,141000,146000 +LKA,2039,11,141000,146000 +LKA,2039,12,141000,146000 +LKA,2039,13,142000,147000 +LKA,2039,14,143000,147000 +LKA,2039,15,143000,147000 +LKA,2039,16,144000,148000 +LKA,2039,17,145000,149000 +LKA,2039,18,147000,151000 +LKA,2040,0,138000,144000 +LKA,2040,1,138000,144000 +LKA,2040,2,139000,144000 +LKA,2040,3,139000,145000 +LKA,2040,4,139000,145000 +LKA,2040,5,140000,145000 +LKA,2040,6,140000,145000 +LKA,2040,7,140000,145000 +LKA,2040,8,140000,145000 +LKA,2040,9,140000,145000 +LKA,2040,10,140000,145000 +LKA,2040,11,140000,145000 +LKA,2040,12,141000,145000 +LKA,2040,13,141000,146000 +LKA,2040,14,142000,146000 +LKA,2040,15,142000,147000 +LKA,2040,16,143000,147000 +LKA,2040,17,143000,148000 +LKA,2040,18,145000,148000 +LKA,2041,0,136000,142000 +LKA,2041,1,137000,143000 +LKA,2041,2,138000,143000 +LKA,2041,3,138000,144000 +LKA,2041,4,139000,144000 +LKA,2041,5,139000,144000 +LKA,2041,6,139000,144000 +LKA,2041,7,139000,144000 +LKA,2041,8,139000,144000 +LKA,2041,9,140000,144000 +LKA,2041,10,140000,145000 +LKA,2041,11,140000,145000 +LKA,2041,12,140000,145000 +LKA,2041,13,140000,145000 +LKA,2041,14,140000,145000 +LKA,2041,15,141000,145000 +LKA,2041,16,141000,145000 +LKA,2041,17,142000,146000 +LKA,2041,18,142000,146000 +LKA,2042,0,135000,140000 +LKA,2042,1,136000,141000 +LKA,2042,2,137000,142000 +LKA,2042,3,137000,143000 +LKA,2042,4,138000,143000 +LKA,2042,5,138000,143000 +LKA,2042,6,138000,144000 +LKA,2042,7,139000,144000 +LKA,2042,8,139000,144000 +LKA,2042,9,139000,144000 +LKA,2042,10,139000,144000 +LKA,2042,11,139000,144000 +LKA,2042,12,139000,144000 +LKA,2042,13,140000,144000 +LKA,2042,14,140000,144000 +LKA,2042,15,140000,144000 +LKA,2042,16,140000,144000 +LKA,2042,17,140000,144000 +LKA,2042,18,141000,144000 +LKA,2043,0,133000,139000 +LKA,2043,1,134000,140000 +LKA,2043,2,135000,140000 +LKA,2043,3,136000,141000 +LKA,2043,4,137000,142000 +LKA,2043,5,137000,142000 +LKA,2043,6,138000,143000 +LKA,2043,7,138000,143000 +LKA,2043,8,138000,143000 +LKA,2043,9,139000,143000 +LKA,2043,10,139000,144000 +LKA,2043,11,139000,144000 +LKA,2043,12,139000,144000 +LKA,2043,13,139000,144000 +LKA,2043,14,139000,144000 +LKA,2043,15,139000,144000 +LKA,2043,16,139000,143000 +LKA,2043,17,139000,143000 +LKA,2043,18,140000,143000 +LKA,2044,0,131000,137000 +LKA,2044,1,132000,138000 +LKA,2044,2,134000,139000 +LKA,2044,3,134000,140000 +LKA,2044,4,135000,141000 +LKA,2044,5,136000,141000 +LKA,2044,6,137000,142000 +LKA,2044,7,137000,142000 +LKA,2044,8,138000,143000 +LKA,2044,9,138000,143000 +LKA,2044,10,138000,143000 +LKA,2044,11,138000,143000 +LKA,2044,12,139000,143000 +LKA,2044,13,139000,143000 +LKA,2044,14,139000,143000 +LKA,2044,15,139000,143000 +LKA,2044,16,139000,143000 +LKA,2044,17,139000,143000 +LKA,2044,18,139000,142000 +LKA,2045,0,129000,135000 +LKA,2045,1,131000,136000 +LKA,2045,2,132000,137000 +LKA,2045,3,133000,138000 +LKA,2045,4,134000,139000 +LKA,2045,5,135000,140000 +LKA,2045,6,135000,140000 +LKA,2045,7,136000,141000 +LKA,2045,8,137000,142000 +LKA,2045,9,137000,142000 +LKA,2045,10,137000,142000 +LKA,2045,11,138000,142000 +LKA,2045,12,138000,143000 +LKA,2045,13,138000,143000 +LKA,2045,14,138000,143000 +LKA,2045,15,138000,143000 +LKA,2045,16,138000,143000 +LKA,2045,17,138000,142000 +LKA,2045,18,138000,142000 +LKA,2046,0,128000,133000 +LKA,2046,1,129000,134000 +LKA,2046,2,130000,135000 +LKA,2046,3,131000,136000 +LKA,2046,4,132000,137000 +LKA,2046,5,133000,138000 +LKA,2046,6,134000,139000 +LKA,2046,7,135000,140000 +LKA,2046,8,136000,141000 +LKA,2046,9,136000,141000 +LKA,2046,10,137000,142000 +LKA,2046,11,137000,142000 +LKA,2046,12,137000,142000 +LKA,2046,13,138000,142000 +LKA,2046,14,138000,142000 +LKA,2046,15,138000,142000 +LKA,2046,16,137000,141000 +LKA,2046,17,137000,141000 +LKA,2046,18,137000,141000 +LKA,2047,0,126000,131000 +LKA,2047,1,127000,132000 +LKA,2047,2,128000,133000 +LKA,2047,3,130000,135000 +LKA,2047,4,131000,136000 +LKA,2047,5,132000,137000 +LKA,2047,6,133000,138000 +LKA,2047,7,134000,139000 +LKA,2047,8,135000,140000 +LKA,2047,9,135000,140000 +LKA,2047,10,136000,141000 +LKA,2047,11,136000,141000 +LKA,2047,12,137000,141000 +LKA,2047,13,137000,142000 +LKA,2047,14,137000,141000 +LKA,2047,15,137000,141000 +LKA,2047,16,137000,141000 +LKA,2047,17,137000,140000 +LKA,2047,18,136000,140000 +LKA,2048,0,124000,129000 +LKA,2048,1,125000,130000 +LKA,2048,2,127000,132000 +LKA,2048,3,128000,133000 +LKA,2048,4,129000,134000 +LKA,2048,5,130000,135000 +LKA,2048,6,131000,136000 +LKA,2048,7,132000,137000 +LKA,2048,8,133000,138000 +LKA,2048,9,134000,139000 +LKA,2048,10,135000,140000 +LKA,2048,11,136000,140000 +LKA,2048,12,136000,141000 +LKA,2048,13,136000,141000 +LKA,2048,14,137000,141000 +LKA,2048,15,137000,141000 +LKA,2048,16,137000,140000 +LKA,2048,17,136000,140000 +LKA,2048,18,136000,139000 +LKA,2049,0,122000,127000 +LKA,2049,1,123000,129000 +LKA,2049,2,125000,130000 +LKA,2049,3,126000,131000 +LKA,2049,4,127000,132000 +LKA,2049,5,128000,133000 +LKA,2049,6,130000,134000 +LKA,2049,7,131000,136000 +LKA,2049,8,132000,137000 +LKA,2049,9,133000,138000 +LKA,2049,10,134000,139000 +LKA,2049,11,135000,139000 +LKA,2049,12,135000,140000 +LKA,2049,13,136000,140000 +LKA,2049,14,136000,140000 +LKA,2049,15,136000,141000 +LKA,2049,16,136000,140000 +LKA,2049,17,136000,140000 +LKA,2049,18,135000,139000 +LKA,2050,0,121000,126000 +LKA,2050,1,122000,127000 +LKA,2050,2,123000,128000 +LKA,2050,3,124000,129000 +LKA,2050,4,125000,130000 +LKA,2050,5,127000,131000 +LKA,2050,6,128000,133000 +LKA,2050,7,129000,134000 +LKA,2050,8,130000,135000 +LKA,2050,9,131000,136000 +LKA,2050,10,133000,137000 +LKA,2050,11,134000,138000 +LKA,2050,12,134000,139000 +LKA,2050,13,135000,139000 +LKA,2050,14,135000,140000 +LKA,2050,15,136000,140000 +LKA,2050,16,136000,140000 +LKA,2050,17,136000,140000 +LKA,2050,18,135000,139000 +LMC,1990,0,, +LMC,1990,1,, +LMC,1990,2,, +LMC,1990,3,, +LMC,1990,4,, +LMC,1990,5,, +LMC,1990,6,, +LMC,1990,7,, +LMC,1990,8,, +LMC,1990,9,, +LMC,1990,10,, +LMC,1990,11,, +LMC,1990,12,, +LMC,1990,13,, +LMC,1990,14,, +LMC,1990,15,, +LMC,1990,16,, +LMC,1990,17,, +LMC,1990,18,, +LMC,1991,0,, +LMC,1991,1,, +LMC,1991,2,, +LMC,1991,3,, +LMC,1991,4,, +LMC,1991,5,, +LMC,1991,6,, +LMC,1991,7,, +LMC,1991,8,, +LMC,1991,9,, +LMC,1991,10,, +LMC,1991,11,, +LMC,1991,12,, +LMC,1991,13,, +LMC,1991,14,, +LMC,1991,15,, +LMC,1991,16,, +LMC,1991,17,, +LMC,1991,18,, +LMC,1992,0,, +LMC,1992,1,, +LMC,1992,2,, +LMC,1992,3,, +LMC,1992,4,, +LMC,1992,5,, +LMC,1992,6,, +LMC,1992,7,, +LMC,1992,8,, +LMC,1992,9,, +LMC,1992,10,, +LMC,1992,11,, +LMC,1992,12,, +LMC,1992,13,, +LMC,1992,14,, +LMC,1992,15,, +LMC,1992,16,, +LMC,1992,17,, +LMC,1992,18,, +LMC,1993,0,, +LMC,1993,1,, +LMC,1993,2,, +LMC,1993,3,, +LMC,1993,4,, +LMC,1993,5,, +LMC,1993,6,, +LMC,1993,7,, +LMC,1993,8,, +LMC,1993,9,, +LMC,1993,10,, +LMC,1993,11,, +LMC,1993,12,, +LMC,1993,13,, +LMC,1993,14,, +LMC,1993,15,, +LMC,1993,16,, +LMC,1993,17,, +LMC,1993,18,, +LMC,1994,0,, +LMC,1994,1,, +LMC,1994,2,, +LMC,1994,3,, +LMC,1994,4,, +LMC,1994,5,, +LMC,1994,6,, +LMC,1994,7,, +LMC,1994,8,, +LMC,1994,9,, +LMC,1994,10,, +LMC,1994,11,, +LMC,1994,12,, +LMC,1994,13,, +LMC,1994,14,, +LMC,1994,15,, +LMC,1994,16,, +LMC,1994,17,, +LMC,1994,18,, +LMC,1995,0,, +LMC,1995,1,, +LMC,1995,2,, +LMC,1995,3,, +LMC,1995,4,, +LMC,1995,5,, +LMC,1995,6,, +LMC,1995,7,, +LMC,1995,8,, +LMC,1995,9,, +LMC,1995,10,, +LMC,1995,11,, +LMC,1995,12,, +LMC,1995,13,, +LMC,1995,14,, +LMC,1995,15,, +LMC,1995,16,, +LMC,1995,17,, +LMC,1995,18,, +LMC,1996,0,, +LMC,1996,1,, +LMC,1996,2,, +LMC,1996,3,, +LMC,1996,4,, +LMC,1996,5,, +LMC,1996,6,, +LMC,1996,7,, +LMC,1996,8,, +LMC,1996,9,, +LMC,1996,10,, +LMC,1996,11,, +LMC,1996,12,, +LMC,1996,13,, +LMC,1996,14,, +LMC,1996,15,, +LMC,1996,16,, +LMC,1996,17,, +LMC,1996,18,, +LMC,1997,0,, +LMC,1997,1,, +LMC,1997,2,, +LMC,1997,3,, +LMC,1997,4,, +LMC,1997,5,, +LMC,1997,6,, +LMC,1997,7,, +LMC,1997,8,, +LMC,1997,9,, +LMC,1997,10,, +LMC,1997,11,, +LMC,1997,12,, +LMC,1997,13,, +LMC,1997,14,, +LMC,1997,15,, +LMC,1997,16,, +LMC,1997,17,, +LMC,1997,18,, +LMC,1998,0,, +LMC,1998,1,, +LMC,1998,2,, +LMC,1998,3,, +LMC,1998,4,, +LMC,1998,5,, +LMC,1998,6,, +LMC,1998,7,, +LMC,1998,8,, +LMC,1998,9,, +LMC,1998,10,, +LMC,1998,11,, +LMC,1998,12,, +LMC,1998,13,, +LMC,1998,14,, +LMC,1998,15,, +LMC,1998,16,, +LMC,1998,17,, +LMC,1998,18,, +LMC,1999,0,, +LMC,1999,1,, +LMC,1999,2,, +LMC,1999,3,, +LMC,1999,4,, +LMC,1999,5,, +LMC,1999,6,, +LMC,1999,7,, +LMC,1999,8,, +LMC,1999,9,, +LMC,1999,10,, +LMC,1999,11,, +LMC,1999,12,, +LMC,1999,13,, +LMC,1999,14,, +LMC,1999,15,, +LMC,1999,16,, +LMC,1999,17,, +LMC,1999,18,, +LMC,2000,0,, +LMC,2000,1,, +LMC,2000,2,, +LMC,2000,3,, +LMC,2000,4,, +LMC,2000,5,, +LMC,2000,6,, +LMC,2000,7,, +LMC,2000,8,, +LMC,2000,9,, +LMC,2000,10,, +LMC,2000,11,, +LMC,2000,12,, +LMC,2000,13,, +LMC,2000,14,, +LMC,2000,15,, +LMC,2000,16,, +LMC,2000,17,, +LMC,2000,18,, +LMC,2001,0,, +LMC,2001,1,, +LMC,2001,2,, +LMC,2001,3,, +LMC,2001,4,, +LMC,2001,5,, +LMC,2001,6,, +LMC,2001,7,, +LMC,2001,8,, +LMC,2001,9,, +LMC,2001,10,, +LMC,2001,11,, +LMC,2001,12,, +LMC,2001,13,, +LMC,2001,14,, +LMC,2001,15,, +LMC,2001,16,, +LMC,2001,17,, +LMC,2001,18,, +LMC,2002,0,, +LMC,2002,1,, +LMC,2002,2,, +LMC,2002,3,, +LMC,2002,4,, +LMC,2002,5,, +LMC,2002,6,, +LMC,2002,7,, +LMC,2002,8,, +LMC,2002,9,, +LMC,2002,10,, +LMC,2002,11,, +LMC,2002,12,, +LMC,2002,13,, +LMC,2002,14,, +LMC,2002,15,, +LMC,2002,16,, +LMC,2002,17,, +LMC,2002,18,, +LMC,2003,0,, +LMC,2003,1,, +LMC,2003,2,, +LMC,2003,3,, +LMC,2003,4,, +LMC,2003,5,, +LMC,2003,6,, +LMC,2003,7,, +LMC,2003,8,, +LMC,2003,9,, +LMC,2003,10,, +LMC,2003,11,, +LMC,2003,12,, +LMC,2003,13,, +LMC,2003,14,, +LMC,2003,15,, +LMC,2003,16,, +LMC,2003,17,, +LMC,2003,18,, +LMC,2004,0,, +LMC,2004,1,, +LMC,2004,2,, +LMC,2004,3,, +LMC,2004,4,, +LMC,2004,5,, +LMC,2004,6,, +LMC,2004,7,, +LMC,2004,8,, +LMC,2004,9,, +LMC,2004,10,, +LMC,2004,11,, +LMC,2004,12,, +LMC,2004,13,, +LMC,2004,14,, +LMC,2004,15,, +LMC,2004,16,, +LMC,2004,17,, +LMC,2004,18,, +LMC,2005,0,, +LMC,2005,1,, +LMC,2005,2,, +LMC,2005,3,, +LMC,2005,4,, +LMC,2005,5,, +LMC,2005,6,, +LMC,2005,7,, +LMC,2005,8,, +LMC,2005,9,, +LMC,2005,10,, +LMC,2005,11,, +LMC,2005,12,, +LMC,2005,13,, +LMC,2005,14,, +LMC,2005,15,, +LMC,2005,16,, +LMC,2005,17,, +LMC,2005,18,, +LMC,2006,0,, +LMC,2006,1,, +LMC,2006,2,, +LMC,2006,3,, +LMC,2006,4,, +LMC,2006,5,, +LMC,2006,6,, +LMC,2006,7,, +LMC,2006,8,, +LMC,2006,9,, +LMC,2006,10,, +LMC,2006,11,, +LMC,2006,12,, +LMC,2006,13,, +LMC,2006,14,, +LMC,2006,15,, +LMC,2006,16,, +LMC,2006,17,, +LMC,2006,18,, +LMC,2007,0,, +LMC,2007,1,, +LMC,2007,2,, +LMC,2007,3,, +LMC,2007,4,, +LMC,2007,5,, +LMC,2007,6,, +LMC,2007,7,, +LMC,2007,8,, +LMC,2007,9,, +LMC,2007,10,, +LMC,2007,11,, +LMC,2007,12,, +LMC,2007,13,, +LMC,2007,14,, +LMC,2007,15,, +LMC,2007,16,, +LMC,2007,17,, +LMC,2007,18,, +LMC,2008,0,, +LMC,2008,1,, +LMC,2008,2,, +LMC,2008,3,, +LMC,2008,4,, +LMC,2008,5,, +LMC,2008,6,, +LMC,2008,7,, +LMC,2008,8,, +LMC,2008,9,, +LMC,2008,10,, +LMC,2008,11,, +LMC,2008,12,, +LMC,2008,13,, +LMC,2008,14,, +LMC,2008,15,, +LMC,2008,16,, +LMC,2008,17,, +LMC,2008,18,, +LMC,2009,0,, +LMC,2009,1,, +LMC,2009,2,, +LMC,2009,3,, +LMC,2009,4,, +LMC,2009,5,, +LMC,2009,6,, +LMC,2009,7,, +LMC,2009,8,, +LMC,2009,9,, +LMC,2009,10,, +LMC,2009,11,, +LMC,2009,12,, +LMC,2009,13,, +LMC,2009,14,, +LMC,2009,15,, +LMC,2009,16,, +LMC,2009,17,, +LMC,2009,18,, +LMC,2010,0,, +LMC,2010,1,, +LMC,2010,2,, +LMC,2010,3,, +LMC,2010,4,, +LMC,2010,5,, +LMC,2010,6,, +LMC,2010,7,, +LMC,2010,8,, +LMC,2010,9,, +LMC,2010,10,, +LMC,2010,11,, +LMC,2010,12,, +LMC,2010,13,, +LMC,2010,14,, +LMC,2010,15,, +LMC,2010,16,, +LMC,2010,17,, +LMC,2010,18,, +LMC,2011,0,, +LMC,2011,1,, +LMC,2011,2,, +LMC,2011,3,, +LMC,2011,4,, +LMC,2011,5,, +LMC,2011,6,, +LMC,2011,7,, +LMC,2011,8,, +LMC,2011,9,, +LMC,2011,10,, +LMC,2011,11,, +LMC,2011,12,, +LMC,2011,13,, +LMC,2011,14,, +LMC,2011,15,, +LMC,2011,16,, +LMC,2011,17,, +LMC,2011,18,, +LMC,2012,0,, +LMC,2012,1,, +LMC,2012,2,, +LMC,2012,3,, +LMC,2012,4,, +LMC,2012,5,, +LMC,2012,6,, +LMC,2012,7,, +LMC,2012,8,, +LMC,2012,9,, +LMC,2012,10,, +LMC,2012,11,, +LMC,2012,12,, +LMC,2012,13,, +LMC,2012,14,, +LMC,2012,15,, +LMC,2012,16,, +LMC,2012,17,, +LMC,2012,18,, +LMC,2013,0,, +LMC,2013,1,, +LMC,2013,2,, +LMC,2013,3,, +LMC,2013,4,, +LMC,2013,5,, +LMC,2013,6,, +LMC,2013,7,, +LMC,2013,8,, +LMC,2013,9,, +LMC,2013,10,, +LMC,2013,11,, +LMC,2013,12,, +LMC,2013,13,, +LMC,2013,14,, +LMC,2013,15,, +LMC,2013,16,, +LMC,2013,17,, +LMC,2013,18,, +LMC,2014,0,, +LMC,2014,1,, +LMC,2014,2,, +LMC,2014,3,, +LMC,2014,4,, +LMC,2014,5,, +LMC,2014,6,, +LMC,2014,7,, +LMC,2014,8,, +LMC,2014,9,, +LMC,2014,10,, +LMC,2014,11,, +LMC,2014,12,, +LMC,2014,13,, +LMC,2014,14,, +LMC,2014,15,, +LMC,2014,16,, +LMC,2014,17,, +LMC,2014,18,, +LMC,2015,0,, +LMC,2015,1,, +LMC,2015,2,, +LMC,2015,3,, +LMC,2015,4,, +LMC,2015,5,, +LMC,2015,6,, +LMC,2015,7,, +LMC,2015,8,, +LMC,2015,9,, +LMC,2015,10,, +LMC,2015,11,, +LMC,2015,12,, +LMC,2015,13,, +LMC,2015,14,, +LMC,2015,15,, +LMC,2015,16,, +LMC,2015,17,, +LMC,2015,18,, +LMC,2016,0,, +LMC,2016,1,, +LMC,2016,2,, +LMC,2016,3,, +LMC,2016,4,, +LMC,2016,5,, +LMC,2016,6,, +LMC,2016,7,, +LMC,2016,8,, +LMC,2016,9,, +LMC,2016,10,, +LMC,2016,11,, +LMC,2016,12,, +LMC,2016,13,, +LMC,2016,14,, +LMC,2016,15,, +LMC,2016,16,, +LMC,2016,17,, +LMC,2016,18,, +LMC,2017,0,, +LMC,2017,1,, +LMC,2017,2,, +LMC,2017,3,, +LMC,2017,4,, +LMC,2017,5,, +LMC,2017,6,, +LMC,2017,7,, +LMC,2017,8,, +LMC,2017,9,, +LMC,2017,10,, +LMC,2017,11,, +LMC,2017,12,, +LMC,2017,13,, +LMC,2017,14,, +LMC,2017,15,, +LMC,2017,16,, +LMC,2017,17,, +LMC,2017,18,, +LMC,2018,0,, +LMC,2018,1,, +LMC,2018,2,, +LMC,2018,3,, +LMC,2018,4,, +LMC,2018,5,, +LMC,2018,6,, +LMC,2018,7,, +LMC,2018,8,, +LMC,2018,9,, +LMC,2018,10,, +LMC,2018,11,, +LMC,2018,12,, +LMC,2018,13,, +LMC,2018,14,, +LMC,2018,15,, +LMC,2018,16,, +LMC,2018,17,, +LMC,2018,18,, +LMC,2019,0,, +LMC,2019,1,, +LMC,2019,2,, +LMC,2019,3,, +LMC,2019,4,, +LMC,2019,5,, +LMC,2019,6,, +LMC,2019,7,, +LMC,2019,8,, +LMC,2019,9,, +LMC,2019,10,, +LMC,2019,11,, +LMC,2019,12,, +LMC,2019,13,, +LMC,2019,14,, +LMC,2019,15,, +LMC,2019,16,, +LMC,2019,17,, +LMC,2019,18,, +LMC,2020,0,, +LMC,2020,1,, +LMC,2020,2,, +LMC,2020,3,, +LMC,2020,4,, +LMC,2020,5,, +LMC,2020,6,, +LMC,2020,7,, +LMC,2020,8,, +LMC,2020,9,, +LMC,2020,10,, +LMC,2020,11,, +LMC,2020,12,, +LMC,2020,13,, +LMC,2020,14,, +LMC,2020,15,, +LMC,2020,16,, +LMC,2020,17,, +LMC,2020,18,, +LMC,2021,0,, +LMC,2021,1,, +LMC,2021,2,, +LMC,2021,3,, +LMC,2021,4,, +LMC,2021,5,, +LMC,2021,6,, +LMC,2021,7,, +LMC,2021,8,, +LMC,2021,9,, +LMC,2021,10,, +LMC,2021,11,, +LMC,2021,12,, +LMC,2021,13,, +LMC,2021,14,, +LMC,2021,15,, +LMC,2021,16,, +LMC,2021,17,, +LMC,2021,18,, +LMC,2022,0,, +LMC,2022,1,, +LMC,2022,2,, +LMC,2022,3,, +LMC,2022,4,, +LMC,2022,5,, +LMC,2022,6,, +LMC,2022,7,, +LMC,2022,8,, +LMC,2022,9,, +LMC,2022,10,, +LMC,2022,11,, +LMC,2022,12,, +LMC,2022,13,, +LMC,2022,14,, +LMC,2022,15,, +LMC,2022,16,, +LMC,2022,17,, +LMC,2022,18,, +LMC,2023,0,, +LMC,2023,1,, +LMC,2023,2,, +LMC,2023,3,, +LMC,2023,4,, +LMC,2023,5,, +LMC,2023,6,, +LMC,2023,7,, +LMC,2023,8,, +LMC,2023,9,, +LMC,2023,10,, +LMC,2023,11,, +LMC,2023,12,, +LMC,2023,13,, +LMC,2023,14,, +LMC,2023,15,, +LMC,2023,16,, +LMC,2023,17,, +LMC,2023,18,, +LMC,2024,0,, +LMC,2024,1,, +LMC,2024,2,, +LMC,2024,3,, +LMC,2024,4,, +LMC,2024,5,, +LMC,2024,6,, +LMC,2024,7,, +LMC,2024,8,, +LMC,2024,9,, +LMC,2024,10,, +LMC,2024,11,, +LMC,2024,12,, +LMC,2024,13,, +LMC,2024,14,, +LMC,2024,15,, +LMC,2024,16,, +LMC,2024,17,, +LMC,2024,18,, +LMC,2025,0,, +LMC,2025,1,, +LMC,2025,2,, +LMC,2025,3,, +LMC,2025,4,, +LMC,2025,5,, +LMC,2025,6,, +LMC,2025,7,, +LMC,2025,8,, +LMC,2025,9,, +LMC,2025,10,, +LMC,2025,11,, +LMC,2025,12,, +LMC,2025,13,, +LMC,2025,14,, +LMC,2025,15,, +LMC,2025,16,, +LMC,2025,17,, +LMC,2025,18,, +LMC,2026,0,, +LMC,2026,1,, +LMC,2026,2,, +LMC,2026,3,, +LMC,2026,4,, +LMC,2026,5,, +LMC,2026,6,, +LMC,2026,7,, +LMC,2026,8,, +LMC,2026,9,, +LMC,2026,10,, +LMC,2026,11,, +LMC,2026,12,, +LMC,2026,13,, +LMC,2026,14,, +LMC,2026,15,, +LMC,2026,16,, +LMC,2026,17,, +LMC,2026,18,, +LMC,2027,0,, +LMC,2027,1,, +LMC,2027,2,, +LMC,2027,3,, +LMC,2027,4,, +LMC,2027,5,, +LMC,2027,6,, +LMC,2027,7,, +LMC,2027,8,, +LMC,2027,9,, +LMC,2027,10,, +LMC,2027,11,, +LMC,2027,12,, +LMC,2027,13,, +LMC,2027,14,, +LMC,2027,15,, +LMC,2027,16,, +LMC,2027,17,, +LMC,2027,18,, +LMC,2028,0,, +LMC,2028,1,, +LMC,2028,2,, +LMC,2028,3,, +LMC,2028,4,, +LMC,2028,5,, +LMC,2028,6,, +LMC,2028,7,, +LMC,2028,8,, +LMC,2028,9,, +LMC,2028,10,, +LMC,2028,11,, +LMC,2028,12,, +LMC,2028,13,, +LMC,2028,14,, +LMC,2028,15,, +LMC,2028,16,, +LMC,2028,17,, +LMC,2028,18,, +LMC,2029,0,, +LMC,2029,1,, +LMC,2029,2,, +LMC,2029,3,, +LMC,2029,4,, +LMC,2029,5,, +LMC,2029,6,, +LMC,2029,7,, +LMC,2029,8,, +LMC,2029,9,, +LMC,2029,10,, +LMC,2029,11,, +LMC,2029,12,, +LMC,2029,13,, +LMC,2029,14,, +LMC,2029,15,, +LMC,2029,16,, +LMC,2029,17,, +LMC,2029,18,, +LMC,2030,0,, +LMC,2030,1,, +LMC,2030,2,, +LMC,2030,3,, +LMC,2030,4,, +LMC,2030,5,, +LMC,2030,6,, +LMC,2030,7,, +LMC,2030,8,, +LMC,2030,9,, +LMC,2030,10,, +LMC,2030,11,, +LMC,2030,12,, +LMC,2030,13,, +LMC,2030,14,, +LMC,2030,15,, +LMC,2030,16,, +LMC,2030,17,, +LMC,2030,18,, +LMC,2031,0,, +LMC,2031,1,, +LMC,2031,2,, +LMC,2031,3,, +LMC,2031,4,, +LMC,2031,5,, +LMC,2031,6,, +LMC,2031,7,, +LMC,2031,8,, +LMC,2031,9,, +LMC,2031,10,, +LMC,2031,11,, +LMC,2031,12,, +LMC,2031,13,, +LMC,2031,14,, +LMC,2031,15,, +LMC,2031,16,, +LMC,2031,17,, +LMC,2031,18,, +LMC,2032,0,, +LMC,2032,1,, +LMC,2032,2,, +LMC,2032,3,, +LMC,2032,4,, +LMC,2032,5,, +LMC,2032,6,, +LMC,2032,7,, +LMC,2032,8,, +LMC,2032,9,, +LMC,2032,10,, +LMC,2032,11,, +LMC,2032,12,, +LMC,2032,13,, +LMC,2032,14,, +LMC,2032,15,, +LMC,2032,16,, +LMC,2032,17,, +LMC,2032,18,, +LMC,2033,0,, +LMC,2033,1,, +LMC,2033,2,, +LMC,2033,3,, +LMC,2033,4,, +LMC,2033,5,, +LMC,2033,6,, +LMC,2033,7,, +LMC,2033,8,, +LMC,2033,9,, +LMC,2033,10,, +LMC,2033,11,, +LMC,2033,12,, +LMC,2033,13,, +LMC,2033,14,, +LMC,2033,15,, +LMC,2033,16,, +LMC,2033,17,, +LMC,2033,18,, +LMC,2034,0,, +LMC,2034,1,, +LMC,2034,2,, +LMC,2034,3,, +LMC,2034,4,, +LMC,2034,5,, +LMC,2034,6,, +LMC,2034,7,, +LMC,2034,8,, +LMC,2034,9,, +LMC,2034,10,, +LMC,2034,11,, +LMC,2034,12,, +LMC,2034,13,, +LMC,2034,14,, +LMC,2034,15,, +LMC,2034,16,, +LMC,2034,17,, +LMC,2034,18,, +LMC,2035,0,, +LMC,2035,1,, +LMC,2035,2,, +LMC,2035,3,, +LMC,2035,4,, +LMC,2035,5,, +LMC,2035,6,, +LMC,2035,7,, +LMC,2035,8,, +LMC,2035,9,, +LMC,2035,10,, +LMC,2035,11,, +LMC,2035,12,, +LMC,2035,13,, +LMC,2035,14,, +LMC,2035,15,, +LMC,2035,16,, +LMC,2035,17,, +LMC,2035,18,, +LMC,2036,0,, +LMC,2036,1,, +LMC,2036,2,, +LMC,2036,3,, +LMC,2036,4,, +LMC,2036,5,, +LMC,2036,6,, +LMC,2036,7,, +LMC,2036,8,, +LMC,2036,9,, +LMC,2036,10,, +LMC,2036,11,, +LMC,2036,12,, +LMC,2036,13,, +LMC,2036,14,, +LMC,2036,15,, +LMC,2036,16,, +LMC,2036,17,, +LMC,2036,18,, +LMC,2037,0,, +LMC,2037,1,, +LMC,2037,2,, +LMC,2037,3,, +LMC,2037,4,, +LMC,2037,5,, +LMC,2037,6,, +LMC,2037,7,, +LMC,2037,8,, +LMC,2037,9,, +LMC,2037,10,, +LMC,2037,11,, +LMC,2037,12,, +LMC,2037,13,, +LMC,2037,14,, +LMC,2037,15,, +LMC,2037,16,, +LMC,2037,17,, +LMC,2037,18,, +LMC,2038,0,, +LMC,2038,1,, +LMC,2038,2,, +LMC,2038,3,, +LMC,2038,4,, +LMC,2038,5,, +LMC,2038,6,, +LMC,2038,7,, +LMC,2038,8,, +LMC,2038,9,, +LMC,2038,10,, +LMC,2038,11,, +LMC,2038,12,, +LMC,2038,13,, +LMC,2038,14,, +LMC,2038,15,, +LMC,2038,16,, +LMC,2038,17,, +LMC,2038,18,, +LMC,2039,0,, +LMC,2039,1,, +LMC,2039,2,, +LMC,2039,3,, +LMC,2039,4,, +LMC,2039,5,, +LMC,2039,6,, +LMC,2039,7,, +LMC,2039,8,, +LMC,2039,9,, +LMC,2039,10,, +LMC,2039,11,, +LMC,2039,12,, +LMC,2039,13,, +LMC,2039,14,, +LMC,2039,15,, +LMC,2039,16,, +LMC,2039,17,, +LMC,2039,18,, +LMC,2040,0,, +LMC,2040,1,, +LMC,2040,2,, +LMC,2040,3,, +LMC,2040,4,, +LMC,2040,5,, +LMC,2040,6,, +LMC,2040,7,, +LMC,2040,8,, +LMC,2040,9,, +LMC,2040,10,, +LMC,2040,11,, +LMC,2040,12,, +LMC,2040,13,, +LMC,2040,14,, +LMC,2040,15,, +LMC,2040,16,, +LMC,2040,17,, +LMC,2040,18,, +LMC,2041,0,, +LMC,2041,1,, +LMC,2041,2,, +LMC,2041,3,, +LMC,2041,4,, +LMC,2041,5,, +LMC,2041,6,, +LMC,2041,7,, +LMC,2041,8,, +LMC,2041,9,, +LMC,2041,10,, +LMC,2041,11,, +LMC,2041,12,, +LMC,2041,13,, +LMC,2041,14,, +LMC,2041,15,, +LMC,2041,16,, +LMC,2041,17,, +LMC,2041,18,, +LMC,2042,0,, +LMC,2042,1,, +LMC,2042,2,, +LMC,2042,3,, +LMC,2042,4,, +LMC,2042,5,, +LMC,2042,6,, +LMC,2042,7,, +LMC,2042,8,, +LMC,2042,9,, +LMC,2042,10,, +LMC,2042,11,, +LMC,2042,12,, +LMC,2042,13,, +LMC,2042,14,, +LMC,2042,15,, +LMC,2042,16,, +LMC,2042,17,, +LMC,2042,18,, +LMC,2043,0,, +LMC,2043,1,, +LMC,2043,2,, +LMC,2043,3,, +LMC,2043,4,, +LMC,2043,5,, +LMC,2043,6,, +LMC,2043,7,, +LMC,2043,8,, +LMC,2043,9,, +LMC,2043,10,, +LMC,2043,11,, +LMC,2043,12,, +LMC,2043,13,, +LMC,2043,14,, +LMC,2043,15,, +LMC,2043,16,, +LMC,2043,17,, +LMC,2043,18,, +LMC,2044,0,, +LMC,2044,1,, +LMC,2044,2,, +LMC,2044,3,, +LMC,2044,4,, +LMC,2044,5,, +LMC,2044,6,, +LMC,2044,7,, +LMC,2044,8,, +LMC,2044,9,, +LMC,2044,10,, +LMC,2044,11,, +LMC,2044,12,, +LMC,2044,13,, +LMC,2044,14,, +LMC,2044,15,, +LMC,2044,16,, +LMC,2044,17,, +LMC,2044,18,, +LMC,2045,0,, +LMC,2045,1,, +LMC,2045,2,, +LMC,2045,3,, +LMC,2045,4,, +LMC,2045,5,, +LMC,2045,6,, +LMC,2045,7,, +LMC,2045,8,, +LMC,2045,9,, +LMC,2045,10,, +LMC,2045,11,, +LMC,2045,12,, +LMC,2045,13,, +LMC,2045,14,, +LMC,2045,15,, +LMC,2045,16,, +LMC,2045,17,, +LMC,2045,18,, +LMC,2046,0,, +LMC,2046,1,, +LMC,2046,2,, +LMC,2046,3,, +LMC,2046,4,, +LMC,2046,5,, +LMC,2046,6,, +LMC,2046,7,, +LMC,2046,8,, +LMC,2046,9,, +LMC,2046,10,, +LMC,2046,11,, +LMC,2046,12,, +LMC,2046,13,, +LMC,2046,14,, +LMC,2046,15,, +LMC,2046,16,, +LMC,2046,17,, +LMC,2046,18,, +LMC,2047,0,, +LMC,2047,1,, +LMC,2047,2,, +LMC,2047,3,, +LMC,2047,4,, +LMC,2047,5,, +LMC,2047,6,, +LMC,2047,7,, +LMC,2047,8,, +LMC,2047,9,, +LMC,2047,10,, +LMC,2047,11,, +LMC,2047,12,, +LMC,2047,13,, +LMC,2047,14,, +LMC,2047,15,, +LMC,2047,16,, +LMC,2047,17,, +LMC,2047,18,, +LMC,2048,0,, +LMC,2048,1,, +LMC,2048,2,, +LMC,2048,3,, +LMC,2048,4,, +LMC,2048,5,, +LMC,2048,6,, +LMC,2048,7,, +LMC,2048,8,, +LMC,2048,9,, +LMC,2048,10,, +LMC,2048,11,, +LMC,2048,12,, +LMC,2048,13,, +LMC,2048,14,, +LMC,2048,15,, +LMC,2048,16,, +LMC,2048,17,, +LMC,2048,18,, +LMC,2049,0,, +LMC,2049,1,, +LMC,2049,2,, +LMC,2049,3,, +LMC,2049,4,, +LMC,2049,5,, +LMC,2049,6,, +LMC,2049,7,, +LMC,2049,8,, +LMC,2049,9,, +LMC,2049,10,, +LMC,2049,11,, +LMC,2049,12,, +LMC,2049,13,, +LMC,2049,14,, +LMC,2049,15,, +LMC,2049,16,, +LMC,2049,17,, +LMC,2049,18,, +LMC,2050,0,, +LMC,2050,1,, +LMC,2050,2,, +LMC,2050,3,, +LMC,2050,4,, +LMC,2050,5,, +LMC,2050,6,, +LMC,2050,7,, +LMC,2050,8,, +LMC,2050,9,, +LMC,2050,10,, +LMC,2050,11,, +LMC,2050,12,, +LMC,2050,13,, +LMC,2050,14,, +LMC,2050,15,, +LMC,2050,16,, +LMC,2050,17,, +LMC,2050,18,, +LMY,1990,0,, +LMY,1990,1,, +LMY,1990,2,, +LMY,1990,3,, +LMY,1990,4,, +LMY,1990,5,, +LMY,1990,6,, +LMY,1990,7,, +LMY,1990,8,, +LMY,1990,9,, +LMY,1990,10,, +LMY,1990,11,, +LMY,1990,12,, +LMY,1990,13,, +LMY,1990,14,, +LMY,1990,15,, +LMY,1990,16,, +LMY,1990,17,, +LMY,1990,18,, +LMY,1991,0,, +LMY,1991,1,, +LMY,1991,2,, +LMY,1991,3,, +LMY,1991,4,, +LMY,1991,5,, +LMY,1991,6,, +LMY,1991,7,, +LMY,1991,8,, +LMY,1991,9,, +LMY,1991,10,, +LMY,1991,11,, +LMY,1991,12,, +LMY,1991,13,, +LMY,1991,14,, +LMY,1991,15,, +LMY,1991,16,, +LMY,1991,17,, +LMY,1991,18,, +LMY,1992,0,, +LMY,1992,1,, +LMY,1992,2,, +LMY,1992,3,, +LMY,1992,4,, +LMY,1992,5,, +LMY,1992,6,, +LMY,1992,7,, +LMY,1992,8,, +LMY,1992,9,, +LMY,1992,10,, +LMY,1992,11,, +LMY,1992,12,, +LMY,1992,13,, +LMY,1992,14,, +LMY,1992,15,, +LMY,1992,16,, +LMY,1992,17,, +LMY,1992,18,, +LMY,1993,0,, +LMY,1993,1,, +LMY,1993,2,, +LMY,1993,3,, +LMY,1993,4,, +LMY,1993,5,, +LMY,1993,6,, +LMY,1993,7,, +LMY,1993,8,, +LMY,1993,9,, +LMY,1993,10,, +LMY,1993,11,, +LMY,1993,12,, +LMY,1993,13,, +LMY,1993,14,, +LMY,1993,15,, +LMY,1993,16,, +LMY,1993,17,, +LMY,1993,18,, +LMY,1994,0,, +LMY,1994,1,, +LMY,1994,2,, +LMY,1994,3,, +LMY,1994,4,, +LMY,1994,5,, +LMY,1994,6,, +LMY,1994,7,, +LMY,1994,8,, +LMY,1994,9,, +LMY,1994,10,, +LMY,1994,11,, +LMY,1994,12,, +LMY,1994,13,, +LMY,1994,14,, +LMY,1994,15,, +LMY,1994,16,, +LMY,1994,17,, +LMY,1994,18,, +LMY,1995,0,, +LMY,1995,1,, +LMY,1995,2,, +LMY,1995,3,, +LMY,1995,4,, +LMY,1995,5,, +LMY,1995,6,, +LMY,1995,7,, +LMY,1995,8,, +LMY,1995,9,, +LMY,1995,10,, +LMY,1995,11,, +LMY,1995,12,, +LMY,1995,13,, +LMY,1995,14,, +LMY,1995,15,, +LMY,1995,16,, +LMY,1995,17,, +LMY,1995,18,, +LMY,1996,0,, +LMY,1996,1,, +LMY,1996,2,, +LMY,1996,3,, +LMY,1996,4,, +LMY,1996,5,, +LMY,1996,6,, +LMY,1996,7,, +LMY,1996,8,, +LMY,1996,9,, +LMY,1996,10,, +LMY,1996,11,, +LMY,1996,12,, +LMY,1996,13,, +LMY,1996,14,, +LMY,1996,15,, +LMY,1996,16,, +LMY,1996,17,, +LMY,1996,18,, +LMY,1997,0,, +LMY,1997,1,, +LMY,1997,2,, +LMY,1997,3,, +LMY,1997,4,, +LMY,1997,5,, +LMY,1997,6,, +LMY,1997,7,, +LMY,1997,8,, +LMY,1997,9,, +LMY,1997,10,, +LMY,1997,11,, +LMY,1997,12,, +LMY,1997,13,, +LMY,1997,14,, +LMY,1997,15,, +LMY,1997,16,, +LMY,1997,17,, +LMY,1997,18,, +LMY,1998,0,, +LMY,1998,1,, +LMY,1998,2,, +LMY,1998,3,, +LMY,1998,4,, +LMY,1998,5,, +LMY,1998,6,, +LMY,1998,7,, +LMY,1998,8,, +LMY,1998,9,, +LMY,1998,10,, +LMY,1998,11,, +LMY,1998,12,, +LMY,1998,13,, +LMY,1998,14,, +LMY,1998,15,, +LMY,1998,16,, +LMY,1998,17,, +LMY,1998,18,, +LMY,1999,0,, +LMY,1999,1,, +LMY,1999,2,, +LMY,1999,3,, +LMY,1999,4,, +LMY,1999,5,, +LMY,1999,6,, +LMY,1999,7,, +LMY,1999,8,, +LMY,1999,9,, +LMY,1999,10,, +LMY,1999,11,, +LMY,1999,12,, +LMY,1999,13,, +LMY,1999,14,, +LMY,1999,15,, +LMY,1999,16,, +LMY,1999,17,, +LMY,1999,18,, +LMY,2000,0,, +LMY,2000,1,, +LMY,2000,2,, +LMY,2000,3,, +LMY,2000,4,, +LMY,2000,5,, +LMY,2000,6,, +LMY,2000,7,, +LMY,2000,8,, +LMY,2000,9,, +LMY,2000,10,, +LMY,2000,11,, +LMY,2000,12,, +LMY,2000,13,, +LMY,2000,14,, +LMY,2000,15,, +LMY,2000,16,, +LMY,2000,17,, +LMY,2000,18,, +LMY,2001,0,, +LMY,2001,1,, +LMY,2001,2,, +LMY,2001,3,, +LMY,2001,4,, +LMY,2001,5,, +LMY,2001,6,, +LMY,2001,7,, +LMY,2001,8,, +LMY,2001,9,, +LMY,2001,10,, +LMY,2001,11,, +LMY,2001,12,, +LMY,2001,13,, +LMY,2001,14,, +LMY,2001,15,, +LMY,2001,16,, +LMY,2001,17,, +LMY,2001,18,, +LMY,2002,0,, +LMY,2002,1,, +LMY,2002,2,, +LMY,2002,3,, +LMY,2002,4,, +LMY,2002,5,, +LMY,2002,6,, +LMY,2002,7,, +LMY,2002,8,, +LMY,2002,9,, +LMY,2002,10,, +LMY,2002,11,, +LMY,2002,12,, +LMY,2002,13,, +LMY,2002,14,, +LMY,2002,15,, +LMY,2002,16,, +LMY,2002,17,, +LMY,2002,18,, +LMY,2003,0,, +LMY,2003,1,, +LMY,2003,2,, +LMY,2003,3,, +LMY,2003,4,, +LMY,2003,5,, +LMY,2003,6,, +LMY,2003,7,, +LMY,2003,8,, +LMY,2003,9,, +LMY,2003,10,, +LMY,2003,11,, +LMY,2003,12,, +LMY,2003,13,, +LMY,2003,14,, +LMY,2003,15,, +LMY,2003,16,, +LMY,2003,17,, +LMY,2003,18,, +LMY,2004,0,, +LMY,2004,1,, +LMY,2004,2,, +LMY,2004,3,, +LMY,2004,4,, +LMY,2004,5,, +LMY,2004,6,, +LMY,2004,7,, +LMY,2004,8,, +LMY,2004,9,, +LMY,2004,10,, +LMY,2004,11,, +LMY,2004,12,, +LMY,2004,13,, +LMY,2004,14,, +LMY,2004,15,, +LMY,2004,16,, +LMY,2004,17,, +LMY,2004,18,, +LMY,2005,0,, +LMY,2005,1,, +LMY,2005,2,, +LMY,2005,3,, +LMY,2005,4,, +LMY,2005,5,, +LMY,2005,6,, +LMY,2005,7,, +LMY,2005,8,, +LMY,2005,9,, +LMY,2005,10,, +LMY,2005,11,, +LMY,2005,12,, +LMY,2005,13,, +LMY,2005,14,, +LMY,2005,15,, +LMY,2005,16,, +LMY,2005,17,, +LMY,2005,18,, +LMY,2006,0,, +LMY,2006,1,, +LMY,2006,2,, +LMY,2006,3,, +LMY,2006,4,, +LMY,2006,5,, +LMY,2006,6,, +LMY,2006,7,, +LMY,2006,8,, +LMY,2006,9,, +LMY,2006,10,, +LMY,2006,11,, +LMY,2006,12,, +LMY,2006,13,, +LMY,2006,14,, +LMY,2006,15,, +LMY,2006,16,, +LMY,2006,17,, +LMY,2006,18,, +LMY,2007,0,, +LMY,2007,1,, +LMY,2007,2,, +LMY,2007,3,, +LMY,2007,4,, +LMY,2007,5,, +LMY,2007,6,, +LMY,2007,7,, +LMY,2007,8,, +LMY,2007,9,, +LMY,2007,10,, +LMY,2007,11,, +LMY,2007,12,, +LMY,2007,13,, +LMY,2007,14,, +LMY,2007,15,, +LMY,2007,16,, +LMY,2007,17,, +LMY,2007,18,, +LMY,2008,0,, +LMY,2008,1,, +LMY,2008,2,, +LMY,2008,3,, +LMY,2008,4,, +LMY,2008,5,, +LMY,2008,6,, +LMY,2008,7,, +LMY,2008,8,, +LMY,2008,9,, +LMY,2008,10,, +LMY,2008,11,, +LMY,2008,12,, +LMY,2008,13,, +LMY,2008,14,, +LMY,2008,15,, +LMY,2008,16,, +LMY,2008,17,, +LMY,2008,18,, +LMY,2009,0,, +LMY,2009,1,, +LMY,2009,2,, +LMY,2009,3,, +LMY,2009,4,, +LMY,2009,5,, +LMY,2009,6,, +LMY,2009,7,, +LMY,2009,8,, +LMY,2009,9,, +LMY,2009,10,, +LMY,2009,11,, +LMY,2009,12,, +LMY,2009,13,, +LMY,2009,14,, +LMY,2009,15,, +LMY,2009,16,, +LMY,2009,17,, +LMY,2009,18,, +LMY,2010,0,, +LMY,2010,1,, +LMY,2010,2,, +LMY,2010,3,, +LMY,2010,4,, +LMY,2010,5,, +LMY,2010,6,, +LMY,2010,7,, +LMY,2010,8,, +LMY,2010,9,, +LMY,2010,10,, +LMY,2010,11,, +LMY,2010,12,, +LMY,2010,13,, +LMY,2010,14,, +LMY,2010,15,, +LMY,2010,16,, +LMY,2010,17,, +LMY,2010,18,, +LMY,2011,0,, +LMY,2011,1,, +LMY,2011,2,, +LMY,2011,3,, +LMY,2011,4,, +LMY,2011,5,, +LMY,2011,6,, +LMY,2011,7,, +LMY,2011,8,, +LMY,2011,9,, +LMY,2011,10,, +LMY,2011,11,, +LMY,2011,12,, +LMY,2011,13,, +LMY,2011,14,, +LMY,2011,15,, +LMY,2011,16,, +LMY,2011,17,, +LMY,2011,18,, +LMY,2012,0,, +LMY,2012,1,, +LMY,2012,2,, +LMY,2012,3,, +LMY,2012,4,, +LMY,2012,5,, +LMY,2012,6,, +LMY,2012,7,, +LMY,2012,8,, +LMY,2012,9,, +LMY,2012,10,, +LMY,2012,11,, +LMY,2012,12,, +LMY,2012,13,, +LMY,2012,14,, +LMY,2012,15,, +LMY,2012,16,, +LMY,2012,17,, +LMY,2012,18,, +LMY,2013,0,, +LMY,2013,1,, +LMY,2013,2,, +LMY,2013,3,, +LMY,2013,4,, +LMY,2013,5,, +LMY,2013,6,, +LMY,2013,7,, +LMY,2013,8,, +LMY,2013,9,, +LMY,2013,10,, +LMY,2013,11,, +LMY,2013,12,, +LMY,2013,13,, +LMY,2013,14,, +LMY,2013,15,, +LMY,2013,16,, +LMY,2013,17,, +LMY,2013,18,, +LMY,2014,0,, +LMY,2014,1,, +LMY,2014,2,, +LMY,2014,3,, +LMY,2014,4,, +LMY,2014,5,, +LMY,2014,6,, +LMY,2014,7,, +LMY,2014,8,, +LMY,2014,9,, +LMY,2014,10,, +LMY,2014,11,, +LMY,2014,12,, +LMY,2014,13,, +LMY,2014,14,, +LMY,2014,15,, +LMY,2014,16,, +LMY,2014,17,, +LMY,2014,18,, +LMY,2015,0,, +LMY,2015,1,, +LMY,2015,2,, +LMY,2015,3,, +LMY,2015,4,, +LMY,2015,5,, +LMY,2015,6,, +LMY,2015,7,, +LMY,2015,8,, +LMY,2015,9,, +LMY,2015,10,, +LMY,2015,11,, +LMY,2015,12,, +LMY,2015,13,, +LMY,2015,14,, +LMY,2015,15,, +LMY,2015,16,, +LMY,2015,17,, +LMY,2015,18,, +LMY,2016,0,, +LMY,2016,1,, +LMY,2016,2,, +LMY,2016,3,, +LMY,2016,4,, +LMY,2016,5,, +LMY,2016,6,, +LMY,2016,7,, +LMY,2016,8,, +LMY,2016,9,, +LMY,2016,10,, +LMY,2016,11,, +LMY,2016,12,, +LMY,2016,13,, +LMY,2016,14,, +LMY,2016,15,, +LMY,2016,16,, +LMY,2016,17,, +LMY,2016,18,, +LMY,2017,0,, +LMY,2017,1,, +LMY,2017,2,, +LMY,2017,3,, +LMY,2017,4,, +LMY,2017,5,, +LMY,2017,6,, +LMY,2017,7,, +LMY,2017,8,, +LMY,2017,9,, +LMY,2017,10,, +LMY,2017,11,, +LMY,2017,12,, +LMY,2017,13,, +LMY,2017,14,, +LMY,2017,15,, +LMY,2017,16,, +LMY,2017,17,, +LMY,2017,18,, +LMY,2018,0,, +LMY,2018,1,, +LMY,2018,2,, +LMY,2018,3,, +LMY,2018,4,, +LMY,2018,5,, +LMY,2018,6,, +LMY,2018,7,, +LMY,2018,8,, +LMY,2018,9,, +LMY,2018,10,, +LMY,2018,11,, +LMY,2018,12,, +LMY,2018,13,, +LMY,2018,14,, +LMY,2018,15,, +LMY,2018,16,, +LMY,2018,17,, +LMY,2018,18,, +LMY,2019,0,, +LMY,2019,1,, +LMY,2019,2,, +LMY,2019,3,, +LMY,2019,4,, +LMY,2019,5,, +LMY,2019,6,, +LMY,2019,7,, +LMY,2019,8,, +LMY,2019,9,, +LMY,2019,10,, +LMY,2019,11,, +LMY,2019,12,, +LMY,2019,13,, +LMY,2019,14,, +LMY,2019,15,, +LMY,2019,16,, +LMY,2019,17,, +LMY,2019,18,, +LMY,2020,0,, +LMY,2020,1,, +LMY,2020,2,, +LMY,2020,3,, +LMY,2020,4,, +LMY,2020,5,, +LMY,2020,6,, +LMY,2020,7,, +LMY,2020,8,, +LMY,2020,9,, +LMY,2020,10,, +LMY,2020,11,, +LMY,2020,12,, +LMY,2020,13,, +LMY,2020,14,, +LMY,2020,15,, +LMY,2020,16,, +LMY,2020,17,, +LMY,2020,18,, +LMY,2021,0,, +LMY,2021,1,, +LMY,2021,2,, +LMY,2021,3,, +LMY,2021,4,, +LMY,2021,5,, +LMY,2021,6,, +LMY,2021,7,, +LMY,2021,8,, +LMY,2021,9,, +LMY,2021,10,, +LMY,2021,11,, +LMY,2021,12,, +LMY,2021,13,, +LMY,2021,14,, +LMY,2021,15,, +LMY,2021,16,, +LMY,2021,17,, +LMY,2021,18,, +LMY,2022,0,, +LMY,2022,1,, +LMY,2022,2,, +LMY,2022,3,, +LMY,2022,4,, +LMY,2022,5,, +LMY,2022,6,, +LMY,2022,7,, +LMY,2022,8,, +LMY,2022,9,, +LMY,2022,10,, +LMY,2022,11,, +LMY,2022,12,, +LMY,2022,13,, +LMY,2022,14,, +LMY,2022,15,, +LMY,2022,16,, +LMY,2022,17,, +LMY,2022,18,, +LMY,2023,0,, +LMY,2023,1,, +LMY,2023,2,, +LMY,2023,3,, +LMY,2023,4,, +LMY,2023,5,, +LMY,2023,6,, +LMY,2023,7,, +LMY,2023,8,, +LMY,2023,9,, +LMY,2023,10,, +LMY,2023,11,, +LMY,2023,12,, +LMY,2023,13,, +LMY,2023,14,, +LMY,2023,15,, +LMY,2023,16,, +LMY,2023,17,, +LMY,2023,18,, +LMY,2024,0,, +LMY,2024,1,, +LMY,2024,2,, +LMY,2024,3,, +LMY,2024,4,, +LMY,2024,5,, +LMY,2024,6,, +LMY,2024,7,, +LMY,2024,8,, +LMY,2024,9,, +LMY,2024,10,, +LMY,2024,11,, +LMY,2024,12,, +LMY,2024,13,, +LMY,2024,14,, +LMY,2024,15,, +LMY,2024,16,, +LMY,2024,17,, +LMY,2024,18,, +LMY,2025,0,, +LMY,2025,1,, +LMY,2025,2,, +LMY,2025,3,, +LMY,2025,4,, +LMY,2025,5,, +LMY,2025,6,, +LMY,2025,7,, +LMY,2025,8,, +LMY,2025,9,, +LMY,2025,10,, +LMY,2025,11,, +LMY,2025,12,, +LMY,2025,13,, +LMY,2025,14,, +LMY,2025,15,, +LMY,2025,16,, +LMY,2025,17,, +LMY,2025,18,, +LMY,2026,0,, +LMY,2026,1,, +LMY,2026,2,, +LMY,2026,3,, +LMY,2026,4,, +LMY,2026,5,, +LMY,2026,6,, +LMY,2026,7,, +LMY,2026,8,, +LMY,2026,9,, +LMY,2026,10,, +LMY,2026,11,, +LMY,2026,12,, +LMY,2026,13,, +LMY,2026,14,, +LMY,2026,15,, +LMY,2026,16,, +LMY,2026,17,, +LMY,2026,18,, +LMY,2027,0,, +LMY,2027,1,, +LMY,2027,2,, +LMY,2027,3,, +LMY,2027,4,, +LMY,2027,5,, +LMY,2027,6,, +LMY,2027,7,, +LMY,2027,8,, +LMY,2027,9,, +LMY,2027,10,, +LMY,2027,11,, +LMY,2027,12,, +LMY,2027,13,, +LMY,2027,14,, +LMY,2027,15,, +LMY,2027,16,, +LMY,2027,17,, +LMY,2027,18,, +LMY,2028,0,, +LMY,2028,1,, +LMY,2028,2,, +LMY,2028,3,, +LMY,2028,4,, +LMY,2028,5,, +LMY,2028,6,, +LMY,2028,7,, +LMY,2028,8,, +LMY,2028,9,, +LMY,2028,10,, +LMY,2028,11,, +LMY,2028,12,, +LMY,2028,13,, +LMY,2028,14,, +LMY,2028,15,, +LMY,2028,16,, +LMY,2028,17,, +LMY,2028,18,, +LMY,2029,0,, +LMY,2029,1,, +LMY,2029,2,, +LMY,2029,3,, +LMY,2029,4,, +LMY,2029,5,, +LMY,2029,6,, +LMY,2029,7,, +LMY,2029,8,, +LMY,2029,9,, +LMY,2029,10,, +LMY,2029,11,, +LMY,2029,12,, +LMY,2029,13,, +LMY,2029,14,, +LMY,2029,15,, +LMY,2029,16,, +LMY,2029,17,, +LMY,2029,18,, +LMY,2030,0,, +LMY,2030,1,, +LMY,2030,2,, +LMY,2030,3,, +LMY,2030,4,, +LMY,2030,5,, +LMY,2030,6,, +LMY,2030,7,, +LMY,2030,8,, +LMY,2030,9,, +LMY,2030,10,, +LMY,2030,11,, +LMY,2030,12,, +LMY,2030,13,, +LMY,2030,14,, +LMY,2030,15,, +LMY,2030,16,, +LMY,2030,17,, +LMY,2030,18,, +LMY,2031,0,, +LMY,2031,1,, +LMY,2031,2,, +LMY,2031,3,, +LMY,2031,4,, +LMY,2031,5,, +LMY,2031,6,, +LMY,2031,7,, +LMY,2031,8,, +LMY,2031,9,, +LMY,2031,10,, +LMY,2031,11,, +LMY,2031,12,, +LMY,2031,13,, +LMY,2031,14,, +LMY,2031,15,, +LMY,2031,16,, +LMY,2031,17,, +LMY,2031,18,, +LMY,2032,0,, +LMY,2032,1,, +LMY,2032,2,, +LMY,2032,3,, +LMY,2032,4,, +LMY,2032,5,, +LMY,2032,6,, +LMY,2032,7,, +LMY,2032,8,, +LMY,2032,9,, +LMY,2032,10,, +LMY,2032,11,, +LMY,2032,12,, +LMY,2032,13,, +LMY,2032,14,, +LMY,2032,15,, +LMY,2032,16,, +LMY,2032,17,, +LMY,2032,18,, +LMY,2033,0,, +LMY,2033,1,, +LMY,2033,2,, +LMY,2033,3,, +LMY,2033,4,, +LMY,2033,5,, +LMY,2033,6,, +LMY,2033,7,, +LMY,2033,8,, +LMY,2033,9,, +LMY,2033,10,, +LMY,2033,11,, +LMY,2033,12,, +LMY,2033,13,, +LMY,2033,14,, +LMY,2033,15,, +LMY,2033,16,, +LMY,2033,17,, +LMY,2033,18,, +LMY,2034,0,, +LMY,2034,1,, +LMY,2034,2,, +LMY,2034,3,, +LMY,2034,4,, +LMY,2034,5,, +LMY,2034,6,, +LMY,2034,7,, +LMY,2034,8,, +LMY,2034,9,, +LMY,2034,10,, +LMY,2034,11,, +LMY,2034,12,, +LMY,2034,13,, +LMY,2034,14,, +LMY,2034,15,, +LMY,2034,16,, +LMY,2034,17,, +LMY,2034,18,, +LMY,2035,0,, +LMY,2035,1,, +LMY,2035,2,, +LMY,2035,3,, +LMY,2035,4,, +LMY,2035,5,, +LMY,2035,6,, +LMY,2035,7,, +LMY,2035,8,, +LMY,2035,9,, +LMY,2035,10,, +LMY,2035,11,, +LMY,2035,12,, +LMY,2035,13,, +LMY,2035,14,, +LMY,2035,15,, +LMY,2035,16,, +LMY,2035,17,, +LMY,2035,18,, +LMY,2036,0,, +LMY,2036,1,, +LMY,2036,2,, +LMY,2036,3,, +LMY,2036,4,, +LMY,2036,5,, +LMY,2036,6,, +LMY,2036,7,, +LMY,2036,8,, +LMY,2036,9,, +LMY,2036,10,, +LMY,2036,11,, +LMY,2036,12,, +LMY,2036,13,, +LMY,2036,14,, +LMY,2036,15,, +LMY,2036,16,, +LMY,2036,17,, +LMY,2036,18,, +LMY,2037,0,, +LMY,2037,1,, +LMY,2037,2,, +LMY,2037,3,, +LMY,2037,4,, +LMY,2037,5,, +LMY,2037,6,, +LMY,2037,7,, +LMY,2037,8,, +LMY,2037,9,, +LMY,2037,10,, +LMY,2037,11,, +LMY,2037,12,, +LMY,2037,13,, +LMY,2037,14,, +LMY,2037,15,, +LMY,2037,16,, +LMY,2037,17,, +LMY,2037,18,, +LMY,2038,0,, +LMY,2038,1,, +LMY,2038,2,, +LMY,2038,3,, +LMY,2038,4,, +LMY,2038,5,, +LMY,2038,6,, +LMY,2038,7,, +LMY,2038,8,, +LMY,2038,9,, +LMY,2038,10,, +LMY,2038,11,, +LMY,2038,12,, +LMY,2038,13,, +LMY,2038,14,, +LMY,2038,15,, +LMY,2038,16,, +LMY,2038,17,, +LMY,2038,18,, +LMY,2039,0,, +LMY,2039,1,, +LMY,2039,2,, +LMY,2039,3,, +LMY,2039,4,, +LMY,2039,5,, +LMY,2039,6,, +LMY,2039,7,, +LMY,2039,8,, +LMY,2039,9,, +LMY,2039,10,, +LMY,2039,11,, +LMY,2039,12,, +LMY,2039,13,, +LMY,2039,14,, +LMY,2039,15,, +LMY,2039,16,, +LMY,2039,17,, +LMY,2039,18,, +LMY,2040,0,, +LMY,2040,1,, +LMY,2040,2,, +LMY,2040,3,, +LMY,2040,4,, +LMY,2040,5,, +LMY,2040,6,, +LMY,2040,7,, +LMY,2040,8,, +LMY,2040,9,, +LMY,2040,10,, +LMY,2040,11,, +LMY,2040,12,, +LMY,2040,13,, +LMY,2040,14,, +LMY,2040,15,, +LMY,2040,16,, +LMY,2040,17,, +LMY,2040,18,, +LMY,2041,0,, +LMY,2041,1,, +LMY,2041,2,, +LMY,2041,3,, +LMY,2041,4,, +LMY,2041,5,, +LMY,2041,6,, +LMY,2041,7,, +LMY,2041,8,, +LMY,2041,9,, +LMY,2041,10,, +LMY,2041,11,, +LMY,2041,12,, +LMY,2041,13,, +LMY,2041,14,, +LMY,2041,15,, +LMY,2041,16,, +LMY,2041,17,, +LMY,2041,18,, +LMY,2042,0,, +LMY,2042,1,, +LMY,2042,2,, +LMY,2042,3,, +LMY,2042,4,, +LMY,2042,5,, +LMY,2042,6,, +LMY,2042,7,, +LMY,2042,8,, +LMY,2042,9,, +LMY,2042,10,, +LMY,2042,11,, +LMY,2042,12,, +LMY,2042,13,, +LMY,2042,14,, +LMY,2042,15,, +LMY,2042,16,, +LMY,2042,17,, +LMY,2042,18,, +LMY,2043,0,, +LMY,2043,1,, +LMY,2043,2,, +LMY,2043,3,, +LMY,2043,4,, +LMY,2043,5,, +LMY,2043,6,, +LMY,2043,7,, +LMY,2043,8,, +LMY,2043,9,, +LMY,2043,10,, +LMY,2043,11,, +LMY,2043,12,, +LMY,2043,13,, +LMY,2043,14,, +LMY,2043,15,, +LMY,2043,16,, +LMY,2043,17,, +LMY,2043,18,, +LMY,2044,0,, +LMY,2044,1,, +LMY,2044,2,, +LMY,2044,3,, +LMY,2044,4,, +LMY,2044,5,, +LMY,2044,6,, +LMY,2044,7,, +LMY,2044,8,, +LMY,2044,9,, +LMY,2044,10,, +LMY,2044,11,, +LMY,2044,12,, +LMY,2044,13,, +LMY,2044,14,, +LMY,2044,15,, +LMY,2044,16,, +LMY,2044,17,, +LMY,2044,18,, +LMY,2045,0,, +LMY,2045,1,, +LMY,2045,2,, +LMY,2045,3,, +LMY,2045,4,, +LMY,2045,5,, +LMY,2045,6,, +LMY,2045,7,, +LMY,2045,8,, +LMY,2045,9,, +LMY,2045,10,, +LMY,2045,11,, +LMY,2045,12,, +LMY,2045,13,, +LMY,2045,14,, +LMY,2045,15,, +LMY,2045,16,, +LMY,2045,17,, +LMY,2045,18,, +LMY,2046,0,, +LMY,2046,1,, +LMY,2046,2,, +LMY,2046,3,, +LMY,2046,4,, +LMY,2046,5,, +LMY,2046,6,, +LMY,2046,7,, +LMY,2046,8,, +LMY,2046,9,, +LMY,2046,10,, +LMY,2046,11,, +LMY,2046,12,, +LMY,2046,13,, +LMY,2046,14,, +LMY,2046,15,, +LMY,2046,16,, +LMY,2046,17,, +LMY,2046,18,, +LMY,2047,0,, +LMY,2047,1,, +LMY,2047,2,, +LMY,2047,3,, +LMY,2047,4,, +LMY,2047,5,, +LMY,2047,6,, +LMY,2047,7,, +LMY,2047,8,, +LMY,2047,9,, +LMY,2047,10,, +LMY,2047,11,, +LMY,2047,12,, +LMY,2047,13,, +LMY,2047,14,, +LMY,2047,15,, +LMY,2047,16,, +LMY,2047,17,, +LMY,2047,18,, +LMY,2048,0,, +LMY,2048,1,, +LMY,2048,2,, +LMY,2048,3,, +LMY,2048,4,, +LMY,2048,5,, +LMY,2048,6,, +LMY,2048,7,, +LMY,2048,8,, +LMY,2048,9,, +LMY,2048,10,, +LMY,2048,11,, +LMY,2048,12,, +LMY,2048,13,, +LMY,2048,14,, +LMY,2048,15,, +LMY,2048,16,, +LMY,2048,17,, +LMY,2048,18,, +LMY,2049,0,, +LMY,2049,1,, +LMY,2049,2,, +LMY,2049,3,, +LMY,2049,4,, +LMY,2049,5,, +LMY,2049,6,, +LMY,2049,7,, +LMY,2049,8,, +LMY,2049,9,, +LMY,2049,10,, +LMY,2049,11,, +LMY,2049,12,, +LMY,2049,13,, +LMY,2049,14,, +LMY,2049,15,, +LMY,2049,16,, +LMY,2049,17,, +LMY,2049,18,, +LMY,2050,0,, +LMY,2050,1,, +LMY,2050,2,, +LMY,2050,3,, +LMY,2050,4,, +LMY,2050,5,, +LMY,2050,6,, +LMY,2050,7,, +LMY,2050,8,, +LMY,2050,9,, +LMY,2050,10,, +LMY,2050,11,, +LMY,2050,12,, +LMY,2050,13,, +LMY,2050,14,, +LMY,2050,15,, +LMY,2050,16,, +LMY,2050,17,, +LMY,2050,18,, +LSO,1990,0,27458,28291 +LSO,1990,1,27537,28160 +LSO,1990,2,27521,27977 +LSO,1990,3,27415,27744 +LSO,1990,4,27225,27458 +LSO,1990,5,26957,27121 +LSO,1990,6,26618,26732 +LSO,1990,7,26212,26290 +LSO,1990,8,25746,25796 +LSO,1990,9,25227,25250 +LSO,1990,10,24658,24652 +LSO,1990,11,24047,24006 +LSO,1990,12,23400,23300 +LSO,1990,13,22723,22530 +LSO,1990,14,22022,21701 +LSO,1990,15,21296,20841 +LSO,1990,16,20548,19963 +LSO,1990,17,19806,18999 +LSO,1990,18,19085,17922 +LSO,1991,0,27420,28095 +LSO,1991,1,27433,28042 +LSO,1991,2,27496,27924 +LSO,1991,3,27478,27760 +LSO,1991,4,27383,27549 +LSO,1991,5,27212,27287 +LSO,1991,6,26972,26976 +LSO,1991,7,26670,26616 +LSO,1991,8,26282,26186 +LSO,1991,9,25797,25676 +LSO,1991,10,25235,25095 +LSO,1991,11,24629,24467 +LSO,1991,12,23981,23795 +LSO,1991,13,23294,23048 +LSO,1991,14,22577,22218 +LSO,1991,15,21835,21322 +LSO,1991,16,21069,20400 +LSO,1991,17,20281,19464 +LSO,1991,18,19503,18470 +LSO,1992,0,27324,28030 +LSO,1992,1,27408,27978 +LSO,1992,2,27328,27936 +LSO,1992,3,27373,27829 +LSO,1992,4,27354,27683 +LSO,1992,5,27270,27493 +LSO,1992,6,27118,27254 +LSO,1992,7,26907,26967 +LSO,1992,8,26644,26635 +LSO,1992,9,26274,26214 +LSO,1992,10,25772,25687 +LSO,1992,11,25169,25068 +LSO,1992,12,24527,24406 +LSO,1992,13,23844,23704 +LSO,1992,14,23119,22913 +LSO,1992,15,22364,22020 +LSO,1992,16,21584,21051 +LSO,1992,17,20780,20064 +LSO,1992,18,19953,19064 +LSO,1993,0,27242,28032 +LSO,1993,1,27263,27970 +LSO,1993,2,27269,27899 +LSO,1993,3,27197,27874 +LSO,1993,4,27225,27779 +LSO,1993,5,27205,27651 +LSO,1993,6,27132,27482 +LSO,1993,7,27000,27264 +LSO,1993,8,26817,27001 +LSO,1993,9,26593,26696 +LSO,1993,10,26242,26285 +LSO,1993,11,25723,25738 +LSO,1993,12,25080,25081 +LSO,1993,13,24403,24384 +LSO,1993,14,23685,23650 +LSO,1993,15,22923,22814 +LSO,1993,16,22131,21855 +LSO,1993,17,21314,20813 +LSO,1993,18,20472,19757 +LSO,1994,0,27258,28025 +LSO,1994,1,27196,27925 +LSO,1994,2,27159,27841 +LSO,1994,3,27134,27764 +LSO,1994,4,27110,27739 +LSO,1994,5,27121,27656 +LSO,1994,6,27101,27546 +LSO,1994,7,27039,27399 +LSO,1994,8,26925,27204 +LSO,1994,9,26770,26966 +LSO,1994,10,26586,26688 +LSO,1994,11,26253,26287 +LSO,1994,12,25716,25723 +LSO,1994,13,25032,25029 +LSO,1994,14,24318,24298 +LSO,1994,15,23564,23535 +LSO,1994,16,22765,22655 +LSO,1994,17,21934,21633 +LSO,1994,18,21079,20519 +LSO,1995,0,27419,27960 +LSO,1995,1,27270,27796 +LSO,1995,2,27179,27677 +LSO,1995,3,27132,27590 +LSO,1995,4,27112,27521 +LSO,1995,5,27107,27458 +LSO,1995,6,27101,27387 +LSO,1995,7,27080,27296 +LSO,1995,8,27029,27171 +LSO,1995,9,26934,27000 +LSO,1995,10,26807,26787 +LSO,1995,11,26660,26540 +LSO,1995,12,26344,26151 +LSO,1995,13,25788,25572 +LSO,1995,14,25061,24844 +LSO,1995,15,24309,24084 +LSO,1995,16,23517,23295 +LSO,1995,17,22677,22377 +LSO,1995,18,21805,21298 +LSO,1996,0,27580,28371 +LSO,1996,1,27259,27996 +LSO,1996,2,27131,27851 +LSO,1996,3,27061,27757 +LSO,1996,4,27036,27697 +LSO,1996,5,27037,27656 +LSO,1996,6,27053,27621 +LSO,1996,7,27069,27580 +LSO,1996,8,27061,27499 +LSO,1996,9,27009,27355 +LSO,1996,10,26904,27142 +LSO,1996,11,26767,26888 +LSO,1996,12,26608,26598 +LSO,1996,13,26280,26153 +LSO,1996,14,25714,25500 +LSO,1996,15,24978,24689 +LSO,1996,16,24216,23847 +LSO,1996,17,23413,22976 +LSO,1996,18,22558,21985 +LSO,1997,0,27878,28716 +LSO,1997,1,27565,28353 +LSO,1997,2,27176,27874 +LSO,1997,3,27068,27750 +LSO,1997,4,27020,27681 +LSO,1997,5,27016,27650 +LSO,1997,6,27039,27636 +LSO,1997,7,27076,27630 +LSO,1997,8,27113,27620 +LSO,1997,9,27118,27550 +LSO,1997,10,27066,27386 +LSO,1997,11,26952,27133 +LSO,1997,12,26804,26839 +LSO,1997,13,26632,26507 +LSO,1997,14,26290,26007 +LSO,1997,15,25713,25284 +LSO,1997,16,24966,24393 +LSO,1997,17,24191,23472 +LSO,1997,18,23376,22524 +LSO,1998,0,28210,28973 +LSO,1998,1,27805,28480 +LSO,1998,2,27521,28124 +LSO,1998,3,27094,27618 +LSO,1998,4,27007,27515 +LSO,1998,5,26981,27472 +LSO,1998,6,26999,27469 +LSO,1998,7,27043,27484 +LSO,1998,8,27101,27507 +LSO,1998,9,27160,27528 +LSO,1998,10,27178,27469 +LSO,1998,11,27125,27287 +LSO,1998,12,27001,26994 +LSO,1998,13,26843,26661 +LSO,1998,14,26657,26289 +LSO,1998,15,26302,25737 +LSO,1998,16,25714,24946 +LSO,1998,17,24956,23980 +LSO,1998,18,24168,22984 +LSO,1999,0,28439,29122 +LSO,1999,1,27922,28479 +LSO,1999,2,27543,28006 +LSO,1999,3,27283,27680 +LSO,1999,4,26922,27271 +LSO,1999,5,26856,27189 +LSO,1999,6,26851,27173 +LSO,1999,7,26892,27198 +LSO,1999,8,26957,27241 +LSO,1999,9,27036,27292 +LSO,1999,10,27117,27343 +LSO,1999,11,27147,27296 +LSO,1999,12,27095,27096 +LSO,1999,13,26961,26766 +LSO,1999,14,26792,26394 +LSO,1999,15,26595,25983 +LSO,1999,16,26227,25381 +LSO,1999,17,25630,24527 +LSO,1999,18,24863,23488 +LSO,2000,0,28477,29157 +LSO,2000,1,27821,28349 +LSO,2000,2,27326,27743 +LSO,2000,3,26972,27312 +LSO,2000,4,26741,27032 +LSO,2000,5,26612,26874 +LSO,2000,6,26566,26813 +LSO,2000,7,26584,26823 +LSO,2000,8,26646,26876 +LSO,2000,9,26732,26946 +LSO,2000,10,26832,27026 +LSO,2000,11,26934,27107 +LSO,2000,12,26976,27071 +LSO,2000,13,26924,26855 +LSO,2000,14,26782,26487 +LSO,2000,15,26604,26078 +LSO,2000,16,26394,25630 +LSO,2000,17,26017,24980 +LSO,2000,18,25413,24063 +LSO,2001,0,28763,29345 +LSO,2001,1,27687,28150 +LSO,2001,2,27102,27437 +LSO,2001,3,26676,26918 +LSO,2001,4,26389,26567 +LSO,2001,5,26219,26357 +LSO,2001,6,26149,26262 +LSO,2001,7,26158,26257 +LSO,2001,8,26217,26308 +LSO,2001,9,26299,26385 +LSO,2001,10,26391,26466 +LSO,2001,11,26492,26551 +LSO,2001,12,26589,26633 +LSO,2001,13,26623,26591 +LSO,2001,14,26560,26360 +LSO,2001,15,26403,25973 +LSO,2001,16,26207,25544 +LSO,2001,17,25977,25074 +LSO,2001,18,25569,24405 +LSO,2002,0,28869,29429 +LSO,2002,1,27813,28208 +LSO,2002,2,26756,27092 +LSO,2002,3,26246,26475 +LSO,2002,4,25892,26045 +LSO,2002,5,25672,25773 +LSO,2002,6,25566,25633 +LSO,2002,7,25554,25601 +LSO,2002,8,25619,25652 +LSO,2002,9,25718,25745 +LSO,2002,10,25821,25846 +LSO,2002,11,25918,25937 +LSO,2002,12,26020,26028 +LSO,2002,13,26112,26111 +LSO,2002,14,26137,26062 +LSO,2002,15,26062,25817 +LSO,2002,16,25892,25411 +LSO,2002,17,25678,24962 +LSO,2002,18,25429,24472 +LSO,2003,0,28826,29420 +LSO,2003,1,27573,28005 +LSO,2003,2,26585,26892 +LSO,2003,3,25764,26032 +LSO,2003,4,25329,25512 +LSO,2003,5,25048,25170 +LSO,2003,6,24897,24978 +LSO,2003,7,24853,24908 +LSO,2003,8,24899,24939 +LSO,2003,9,25020,25046 +LSO,2003,10,25159,25179 +LSO,2003,11,25282,25304 +LSO,2003,12,25384,25406 +LSO,2003,13,25486,25502 +LSO,2003,14,25573,25586 +LSO,2003,15,25589,25530 +LSO,2003,16,25504,25272 +LSO,2003,17,25320,24847 +LSO,2003,18,25089,24379 +LSO,2004,0,28677,29323 +LSO,2004,1,27295,27783 +LSO,2004,2,26197,26557 +LSO,2004,3,25353,25615 +LSO,2004,4,24801,25017 +LSO,2004,5,24441,24592 +LSO,2004,6,24231,24337 +LSO,2004,7,24148,24224 +LSO,2004,8,24166,24225 +LSO,2004,9,24271,24318 +LSO,2004,10,24446,24481 +LSO,2004,11,24626,24656 +LSO,2004,12,24769,24805 +LSO,2004,13,24876,24917 +LSO,2004,14,24979,25019 +LSO,2004,15,25061,25103 +LSO,2004,16,25068,25041 +LSO,2004,17,24972,24769 +LSO,2004,18,24775,24325 +LSO,2005,0,28453,29142 +LSO,2005,1,27047,27575 +LSO,2005,2,25915,26313 +LSO,2005,3,25033,25326 +LSO,2005,4,24375,24586 +LSO,2005,5,23915,24065 +LSO,2005,6,23629,23735 +LSO,2005,7,23490,23567 +LSO,2005,8,23474,23533 +LSO,2005,9,23555,23604 +LSO,2005,10,23719,23760 +LSO,2005,11,23949,23979 +LSO,2005,12,24170,24196 +LSO,2005,13,24333,24370 +LSO,2005,14,24445,24492 +LSO,2005,15,24550,24600 +LSO,2005,16,24627,24686 +LSO,2005,17,24624,24617 +LSO,2005,18,24517,24329 +LSO,2006,0,27834,28498 +LSO,2006,1,27284,27815 +LSO,2006,2,26093,26484 +LSO,2006,3,25129,25407 +LSO,2006,4,24372,24561 +LSO,2006,5,23803,23924 +LSO,2006,6,23398,23470 +LSO,2006,7,23133,23170 +LSO,2006,8,23011,23028 +LSO,2006,9,23023,23034 +LSO,2006,10,23134,23148 +LSO,2006,11,23308,23326 +LSO,2006,12,23534,23554 +LSO,2006,13,23743,23768 +LSO,2006,14,23893,23926 +LSO,2006,15,23987,24024 +LSO,2006,16,24069,24104 +LSO,2006,17,24119,24160 +LSO,2006,18,24081,24059 +LSO,2007,0,27169,27810 +LSO,2007,1,26099,26580 +LSO,2007,2,26232,26610 +LSO,2007,3,25250,25508 +LSO,2007,4,24448,24609 +LSO,2007,5,23813,23900 +LSO,2007,6,23331,23363 +LSO,2007,7,22979,22972 +LSO,2007,8,22733,22701 +LSO,2007,9,22627,22585 +LSO,2007,10,22666,22630 +LSO,2007,11,22809,22788 +LSO,2007,12,22993,22988 +LSO,2007,13,23214,23225 +LSO,2007,14,23414,23437 +LSO,2007,15,23551,23580 +LSO,2007,16,23628,23655 +LSO,2007,17,23687,23708 +LSO,2007,18,23712,23734 +LSO,2008,0,26538,27164 +LSO,2008,1,25726,26188 +LSO,2008,2,25010,25332 +LSO,2008,3,25265,25498 +LSO,2008,4,24488,24619 +LSO,2008,5,23846,23897 +LSO,2008,6,23330,23321 +LSO,2008,7,22933,22882 +LSO,2008,8,22632,22553 +LSO,2008,9,22406,22310 +LSO,2008,10,22316,22219 +LSO,2008,11,22382,22303 +LSO,2008,12,22556,22505 +LSO,2008,13,22751,22729 +LSO,2008,14,22969,22975 +LSO,2008,15,23160,23186 +LSO,2008,16,23284,23315 +LSO,2008,17,23344,23367 +LSO,2008,18,23380,23393 +LSO,2009,0,26053,26683 +LSO,2009,1,25443,25903 +LSO,2009,2,24876,25189 +LSO,2009,3,24354,24544 +LSO,2009,4,24343,24449 +LSO,2009,5,23771,23793 +LSO,2009,6,23288,23245 +LSO,2009,7,22891,22802 +LSO,2009,8,22578,22460 +LSO,2009,9,22329,22193 +LSO,2009,10,22121,21976 +LSO,2009,11,22046,21911 +LSO,2009,12,22141,22035 +LSO,2009,13,22346,22281 +LSO,2009,14,22553,22529 +LSO,2009,15,22768,22786 +LSO,2009,16,22950,22995 +LSO,2009,17,23061,23111 +LSO,2009,18,23105,23139 +LSO,2010,0,25801,26460 +LSO,2010,1,25272,25751 +LSO,2010,2,24768,25094 +LSO,2010,3,24294,24489 +LSO,2010,4,23852,23940 +LSO,2010,5,23446,23447 +LSO,2010,6,23080,23014 +LSO,2010,7,22756,22641 +LSO,2010,8,22479,22331 +LSO,2010,9,22251,22086 +LSO,2010,10,22052,21880 +LSO,2010,11,21863,21690 +LSO,2010,12,21804,21650 +LSO,2010,13,21927,21815 +LSO,2010,14,22164,22106 +LSO,2010,15,22383,22379 +LSO,2010,16,22595,22647 +LSO,2010,17,22768,22856 +LSO,2010,18,22867,22958 +LSO,2011,0,25589,26212 +LSO,2011,1,25005,25484 +LSO,2011,2,24542,24867 +LSO,2011,3,24126,24323 +LSO,2011,4,23753,23846 +LSO,2011,5,23421,23430 +LSO,2011,6,23134,23080 +LSO,2011,7,22899,22797 +LSO,2011,8,22665,22536 +LSO,2011,9,22411,22274 +LSO,2011,10,22161,22031 +LSO,2011,11,21942,21828 +LSO,2011,12,21725,21637 +LSO,2011,13,21629,21569 +LSO,2011,14,21706,21673 +LSO,2011,15,21890,21883 +LSO,2011,16,22050,22071 +LSO,2011,17,22201,22250 +LSO,2011,18,22304,22376 +LSO,2012,0,25622,26237 +LSO,2012,1,24844,25257 +LSO,2012,2,24258,24584 +LSO,2012,3,23859,24057 +LSO,2012,4,23529,23623 +LSO,2012,5,23258,23271 +LSO,2012,6,23034,22988 +LSO,2012,7,22865,22777 +LSO,2012,8,22759,22644 +LSO,2012,9,22614,22493 +LSO,2012,10,22384,22278 +LSO,2012,11,22111,22037 +LSO,2012,12,21871,21836 +LSO,2012,13,21627,21644 +LSO,2012,14,21493,21548 +LSO,2012,15,21525,21592 +LSO,2012,16,21657,21720 +LSO,2012,17,21759,21824 +LSO,2012,18,21848,21916 +LSO,2013,0,25838,26456 +LSO,2013,1,24815,25220 +LSO,2013,2,23988,24215 +LSO,2013,3,23555,23740 +LSO,2013,4,23220,23302 +LSO,2013,5,22976,22978 +LSO,2013,6,22804,22750 +LSO,2013,7,22688,22598 +LSO,2013,8,22637,22527 +LSO,2013,9,22660,22543 +LSO,2013,10,22604,22501 +LSO,2013,11,22396,22333 +LSO,2013,12,22101,22093 +LSO,2013,13,21839,21894 +LSO,2013,14,21567,21700 +LSO,2013,15,21395,21575 +LSO,2013,16,21383,21559 +LSO,2013,17,21463,21607 +LSO,2013,18,21507,21628 +LSO,2014,0,26134,26748 +LSO,2014,1,24896,25293 +LSO,2014,2,23920,24137 +LSO,2014,3,23178,23250 +LSO,2014,4,22890,22930 +LSO,2014,5,22619,22580 +LSO,2014,6,22460,22366 +LSO,2014,7,22388,22262 +LSO,2014,8,22380,22241 +LSO,2014,9,22446,22310 +LSO,2014,10,22600,22475 +LSO,2014,11,22632,22544 +LSO,2014,12,22447,22422 +LSO,2014,13,22128,22183 +LSO,2014,14,21844,21985 +LSO,2014,15,21544,21788 +LSO,2014,16,21334,21635 +LSO,2014,17,21276,21560 +LSO,2014,18,21305,21527 +LSO,2015,0,26424,27010 +LSO,2015,1,25065,25444 +LSO,2015,2,24001,24207 +LSO,2015,3,23197,23264 +LSO,2015,4,22625,22582 +LSO,2015,5,22250,22127 +LSO,2015,6,22042,21865 +LSO,2015,7,21968,21761 +LSO,2015,8,21997,21782 +LSO,2015,9,22097,21894 +LSO,2015,10,22282,22103 +LSO,2015,11,22566,22419 +LSO,2015,12,22688,22597 +LSO,2015,13,22524,22522 +LSO,2015,14,22181,22284 +LSO,2015,15,21874,22088 +LSO,2015,16,21546,21888 +LSO,2015,17,21297,21706 +LSO,2015,18,21194,21571 +LSO,2016,0,26536,27111 +LSO,2016,1,25758,26275 +LSO,2016,2,24578,24913 +LSO,2016,3,23643,23825 +LSO,2016,4,22928,22985 +LSO,2016,5,22410,22367 +LSO,2016,6,22055,21937 +LSO,2016,7,21834,21662 +LSO,2016,8,21751,21551 +LSO,2016,9,21792,21590 +LSO,2016,10,21914,21732 +LSO,2016,11,22104,21952 +LSO,2016,12,22380,22266 +LSO,2016,13,22491,22436 +LSO,2016,14,22316,22345 +LSO,2016,15,21959,22086 +LSO,2016,16,21636,21866 +LSO,2016,17,21291,21642 +LSO,2016,18,21019,21436 +LSO,2017,0,26661,27204 +LSO,2017,1,25385,25784 +LSO,2017,2,25135,25567 +LSO,2017,3,24130,24408 +LSO,2017,4,23324,23469 +LSO,2017,5,22697,22731 +LSO,2017,6,22231,22176 +LSO,2017,7,21896,21770 +LSO,2017,8,21662,21482 +LSO,2017,9,21569,21362 +LSO,2017,10,21622,21419 +LSO,2017,11,21767,21593 +LSO,2017,12,21961,21824 +LSO,2017,13,22230,22136 +LSO,2017,14,22331,22297 +LSO,2017,15,22143,22190 +LSO,2017,16,21773,21910 +LSO,2017,17,21433,21667 +LSO,2017,18,21069,21418 +LSO,2018,0,26741,27242 +LSO,2018,1,25617,26018 +LSO,2018,2,24670,24974 +LSO,2018,3,24536,24873 +LSO,2018,4,23706,23915 +LSO,2018,5,23027,23124 +LSO,2018,6,22486,22488 +LSO,2018,7,22073,21995 +LSO,2018,8,21758,21614 +LSO,2018,9,21510,21313 +LSO,2018,10,21407,21185 +LSO,2018,11,21472,21260 +LSO,2018,12,21640,21465 +LSO,2018,13,21839,21706 +LSO,2018,14,22101,22017 +LSO,2018,15,22191,22170 +LSO,2018,16,21992,22047 +LSO,2018,17,21607,21745 +LSO,2018,18,21250,21479 +LSO,2019,0,27000,27000 +LSO,2019,1,26000,26000 +LSO,2019,2,25000,25000 +LSO,2019,3,24000,24000 +LSO,2019,4,24000,24000 +LSO,2019,5,23000,23000 +LSO,2019,6,23000,23000 +LSO,2019,7,22000,22000 +LSO,2019,8,22000,22000 +LSO,2019,9,22000,21000 +LSO,2019,10,21000,21000 +LSO,2019,11,21000,21000 +LSO,2019,12,21000,21000 +LSO,2019,13,22000,21000 +LSO,2019,14,22000,22000 +LSO,2019,15,22000,22000 +LSO,2019,16,22000,22000 +LSO,2019,17,22000,22000 +LSO,2019,18,21000,22000 +LSO,2020,0,27000,27000 +LSO,2020,1,26000,26000 +LSO,2020,2,25000,25000 +LSO,2020,3,24000,25000 +LSO,2020,4,24000,24000 +LSO,2020,5,23000,24000 +LSO,2020,6,23000,23000 +LSO,2020,7,22000,22000 +LSO,2020,8,22000,22000 +LSO,2020,9,22000,22000 +LSO,2020,10,22000,21000 +LSO,2020,11,21000,21000 +LSO,2020,12,21000,21000 +LSO,2020,13,21000,21000 +LSO,2020,14,21000,21000 +LSO,2020,15,22000,22000 +LSO,2020,16,22000,22000 +LSO,2020,17,22000,22000 +LSO,2020,18,22000,22000 +LSO,2021,0,26000,27000 +LSO,2021,1,26000,26000 +LSO,2021,2,25000,26000 +LSO,2021,3,25000,25000 +LSO,2021,4,24000,24000 +LSO,2021,5,24000,24000 +LSO,2021,6,23000,23000 +LSO,2021,7,23000,23000 +LSO,2021,8,22000,22000 +LSO,2021,9,22000,22000 +LSO,2021,10,22000,22000 +LSO,2021,11,21000,21000 +LSO,2021,12,21000,21000 +LSO,2021,13,21000,21000 +LSO,2021,14,21000,21000 +LSO,2021,15,21000,21000 +LSO,2021,16,21000,21000 +LSO,2021,17,22000,22000 +LSO,2021,18,22000,22000 +LSO,2022,0,26000,26000 +LSO,2022,1,25000,26000 +LSO,2022,2,25000,26000 +LSO,2022,3,25000,25000 +LSO,2022,4,24000,25000 +LSO,2022,5,24000,24000 +LSO,2022,6,23000,24000 +LSO,2022,7,23000,23000 +LSO,2022,8,23000,23000 +LSO,2022,9,22000,22000 +LSO,2022,10,22000,22000 +LSO,2022,11,22000,21000 +LSO,2022,12,21000,21000 +LSO,2022,13,21000,21000 +LSO,2022,14,21000,21000 +LSO,2022,15,21000,21000 +LSO,2022,16,21000,21000 +LSO,2022,17,21000,21000 +LSO,2022,18,21000,21000 +LSO,2023,0,25000,26000 +LSO,2023,1,25000,25000 +LSO,2023,2,25000,25000 +LSO,2023,3,25000,25000 +LSO,2023,4,25000,25000 +LSO,2023,5,24000,24000 +LSO,2023,6,24000,24000 +LSO,2023,7,23000,23000 +LSO,2023,8,23000,23000 +LSO,2023,9,22000,22000 +LSO,2023,10,22000,22000 +LSO,2023,11,22000,22000 +LSO,2023,12,21000,21000 +LSO,2023,13,21000,21000 +LSO,2023,14,21000,21000 +LSO,2023,15,21000,21000 +LSO,2023,16,21000,21000 +LSO,2023,17,21000,21000 +LSO,2023,18,21000,21000 +LSO,2024,0,25000,25000 +LSO,2024,1,25000,25000 +LSO,2024,2,25000,25000 +LSO,2024,3,24000,25000 +LSO,2024,4,25000,25000 +LSO,2024,5,24000,24000 +LSO,2024,6,24000,24000 +LSO,2024,7,23000,24000 +LSO,2024,8,23000,23000 +LSO,2024,9,23000,23000 +LSO,2024,10,22000,22000 +LSO,2024,11,22000,22000 +LSO,2024,12,22000,22000 +LSO,2024,13,21000,21000 +LSO,2024,14,21000,21000 +LSO,2024,15,21000,21000 +LSO,2024,16,21000,21000 +LSO,2024,17,21000,21000 +LSO,2024,18,21000,21000 +LSO,2025,0,24000,25000 +LSO,2025,1,24000,25000 +LSO,2025,2,24000,25000 +LSO,2025,3,24000,25000 +LSO,2025,4,24000,24000 +LSO,2025,5,24000,24000 +LSO,2025,6,24000,24000 +LSO,2025,7,24000,24000 +LSO,2025,8,23000,23000 +LSO,2025,9,23000,23000 +LSO,2025,10,23000,23000 +LSO,2025,11,22000,22000 +LSO,2025,12,22000,22000 +LSO,2025,13,22000,22000 +LSO,2025,14,21000,21000 +LSO,2025,15,21000,21000 +LSO,2025,16,21000,21000 +LSO,2025,17,21000,20000 +LSO,2025,18,21000,20000 +LSO,2026,0,24000,25000 +LSO,2026,1,24000,25000 +LSO,2026,2,24000,25000 +LSO,2026,3,24000,25000 +LSO,2026,4,24000,24000 +LSO,2026,5,24000,24000 +LSO,2026,6,24000,24000 +LSO,2026,7,24000,24000 +LSO,2026,8,24000,24000 +LSO,2026,9,23000,23000 +LSO,2026,10,23000,23000 +LSO,2026,11,23000,23000 +LSO,2026,12,22000,22000 +LSO,2026,13,22000,22000 +LSO,2026,14,22000,22000 +LSO,2026,15,21000,21000 +LSO,2026,16,21000,21000 +LSO,2026,17,21000,21000 +LSO,2026,18,20000,20000 +LSO,2027,0,24000,25000 +LSO,2027,1,24000,25000 +LSO,2027,2,24000,24000 +LSO,2027,3,24000,24000 +LSO,2027,4,24000,24000 +LSO,2027,5,24000,24000 +LSO,2027,6,24000,24000 +LSO,2027,7,24000,24000 +LSO,2027,8,24000,24000 +LSO,2027,9,23000,24000 +LSO,2027,10,23000,23000 +LSO,2027,11,23000,23000 +LSO,2027,12,22000,23000 +LSO,2027,13,22000,22000 +LSO,2027,14,22000,22000 +LSO,2027,15,21000,21000 +LSO,2027,16,21000,21000 +LSO,2027,17,21000,21000 +LSO,2027,18,21000,20000 +LSO,2028,0,24000,25000 +LSO,2028,1,24000,25000 +LSO,2028,2,24000,24000 +LSO,2028,3,24000,24000 +LSO,2028,4,24000,24000 +LSO,2028,5,24000,24000 +LSO,2028,6,24000,24000 +LSO,2028,7,24000,24000 +LSO,2028,8,24000,24000 +LSO,2028,9,24000,24000 +LSO,2028,10,23000,23000 +LSO,2028,11,23000,23000 +LSO,2028,12,23000,23000 +LSO,2028,13,22000,22000 +LSO,2028,14,22000,22000 +LSO,2028,15,22000,22000 +LSO,2028,16,21000,21000 +LSO,2028,17,21000,21000 +LSO,2028,18,21000,21000 +LSO,2029,0,25000,25000 +LSO,2029,1,24000,25000 +LSO,2029,2,24000,24000 +LSO,2029,3,24000,24000 +LSO,2029,4,24000,24000 +LSO,2029,5,24000,24000 +LSO,2029,6,24000,24000 +LSO,2029,7,24000,24000 +LSO,2029,8,24000,24000 +LSO,2029,9,24000,24000 +LSO,2029,10,23000,24000 +LSO,2029,11,23000,23000 +LSO,2029,12,23000,23000 +LSO,2029,13,23000,23000 +LSO,2029,14,22000,22000 +LSO,2029,15,22000,22000 +LSO,2029,16,22000,22000 +LSO,2029,17,21000,21000 +LSO,2029,18,21000,21000 +LSO,2030,0,25000,25000 +LSO,2030,1,24000,25000 +LSO,2030,2,24000,24000 +LSO,2030,3,24000,24000 +LSO,2030,4,24000,24000 +LSO,2030,5,23000,24000 +LSO,2030,6,23000,24000 +LSO,2030,7,23000,24000 +LSO,2030,8,23000,24000 +LSO,2030,9,23000,23000 +LSO,2030,10,23000,23000 +LSO,2030,11,23000,23000 +LSO,2030,12,23000,23000 +LSO,2030,13,23000,23000 +LSO,2030,14,23000,23000 +LSO,2030,15,22000,22000 +LSO,2030,16,22000,22000 +LSO,2030,17,22000,22000 +LSO,2030,18,21000,21000 +LSO,2031,0,25000,25000 +LSO,2031,1,24000,25000 +LSO,2031,2,24000,24000 +LSO,2031,3,24000,24000 +LSO,2031,4,24000,24000 +LSO,2031,5,23000,24000 +LSO,2031,6,23000,24000 +LSO,2031,7,23000,24000 +LSO,2031,8,23000,23000 +LSO,2031,9,23000,23000 +LSO,2031,10,23000,23000 +LSO,2031,11,23000,23000 +LSO,2031,12,23000,23000 +LSO,2031,13,23000,23000 +LSO,2031,14,23000,23000 +LSO,2031,15,23000,23000 +LSO,2031,16,22000,22000 +LSO,2031,17,22000,22000 +LSO,2031,18,21000,21000 +LSO,2032,0,25000,25000 +LSO,2032,1,24000,25000 +LSO,2032,2,24000,25000 +LSO,2032,3,24000,24000 +LSO,2032,4,24000,24000 +LSO,2032,5,23000,24000 +LSO,2032,6,23000,24000 +LSO,2032,7,23000,24000 +LSO,2032,8,23000,23000 +LSO,2032,9,23000,23000 +LSO,2032,10,23000,23000 +LSO,2032,11,23000,23000 +LSO,2032,12,23000,23000 +LSO,2032,13,23000,23000 +LSO,2032,14,23000,23000 +LSO,2032,15,23000,23000 +LSO,2032,16,23000,23000 +LSO,2032,17,22000,22000 +LSO,2032,18,22000,22000 +LSO,2033,0,24000,25000 +LSO,2033,1,24000,24000 +LSO,2033,2,24000,24000 +LSO,2033,3,24000,24000 +LSO,2033,4,24000,24000 +LSO,2033,5,23000,24000 +LSO,2033,6,23000,24000 +LSO,2033,7,23000,24000 +LSO,2033,8,23000,23000 +LSO,2033,9,23000,23000 +LSO,2033,10,23000,23000 +LSO,2033,11,23000,23000 +LSO,2033,12,23000,23000 +LSO,2033,13,23000,23000 +LSO,2033,14,23000,23000 +LSO,2033,15,23000,23000 +LSO,2033,16,23000,23000 +LSO,2033,17,22000,22000 +LSO,2033,18,22000,22000 +LSO,2034,0,24000,25000 +LSO,2034,1,24000,24000 +LSO,2034,2,24000,24000 +LSO,2034,3,24000,24000 +LSO,2034,4,24000,24000 +LSO,2034,5,23000,24000 +LSO,2034,6,23000,24000 +LSO,2034,7,23000,23000 +LSO,2034,8,23000,23000 +LSO,2034,9,23000,23000 +LSO,2034,10,23000,23000 +LSO,2034,11,23000,23000 +LSO,2034,12,23000,23000 +LSO,2034,13,23000,23000 +LSO,2034,14,23000,23000 +LSO,2034,15,23000,23000 +LSO,2034,16,23000,23000 +LSO,2034,17,23000,23000 +LSO,2034,18,22000,22000 +LSO,2035,0,24000,25000 +LSO,2035,1,24000,24000 +LSO,2035,2,24000,24000 +LSO,2035,3,23000,24000 +LSO,2035,4,23000,24000 +LSO,2035,5,23000,24000 +LSO,2035,6,23000,23000 +LSO,2035,7,23000,23000 +LSO,2035,8,23000,23000 +LSO,2035,9,23000,23000 +LSO,2035,10,23000,23000 +LSO,2035,11,23000,23000 +LSO,2035,12,23000,23000 +LSO,2035,13,23000,23000 +LSO,2035,14,23000,23000 +LSO,2035,15,23000,23000 +LSO,2035,16,23000,23000 +LSO,2035,17,23000,23000 +LSO,2035,18,23000,23000 +LSO,2036,0,24000,24000 +LSO,2036,1,24000,24000 +LSO,2036,2,24000,24000 +LSO,2036,3,23000,24000 +LSO,2036,4,23000,24000 +LSO,2036,5,23000,24000 +LSO,2036,6,23000,23000 +LSO,2036,7,23000,23000 +LSO,2036,8,23000,23000 +LSO,2036,9,23000,23000 +LSO,2036,10,23000,23000 +LSO,2036,11,23000,23000 +LSO,2036,12,23000,23000 +LSO,2036,13,23000,23000 +LSO,2036,14,23000,23000 +LSO,2036,15,23000,23000 +LSO,2036,16,23000,23000 +LSO,2036,17,23000,23000 +LSO,2036,18,23000,23000 +LSO,2037,0,24000,24000 +LSO,2037,1,24000,24000 +LSO,2037,2,24000,24000 +LSO,2037,3,23000,24000 +LSO,2037,4,23000,24000 +LSO,2037,5,23000,23000 +LSO,2037,6,23000,23000 +LSO,2037,7,23000,23000 +LSO,2037,8,23000,23000 +LSO,2037,9,23000,23000 +LSO,2037,10,23000,23000 +LSO,2037,11,23000,23000 +LSO,2037,12,23000,23000 +LSO,2037,13,23000,23000 +LSO,2037,14,23000,23000 +LSO,2037,15,23000,23000 +LSO,2037,16,23000,23000 +LSO,2037,17,23000,23000 +LSO,2037,18,23000,23000 +LSO,2038,0,24000,25000 +LSO,2038,1,24000,24000 +LSO,2038,2,23000,24000 +LSO,2038,3,23000,24000 +LSO,2038,4,23000,24000 +LSO,2038,5,23000,23000 +LSO,2038,6,23000,23000 +LSO,2038,7,23000,23000 +LSO,2038,8,23000,23000 +LSO,2038,9,23000,23000 +LSO,2038,10,23000,23000 +LSO,2038,11,23000,23000 +LSO,2038,12,23000,23000 +LSO,2038,13,23000,23000 +LSO,2038,14,23000,23000 +LSO,2038,15,23000,23000 +LSO,2038,16,23000,23000 +LSO,2038,17,23000,23000 +LSO,2038,18,23000,23000 +LSO,2039,0,24000,25000 +LSO,2039,1,24000,24000 +LSO,2039,2,23000,24000 +LSO,2039,3,23000,24000 +LSO,2039,4,23000,23000 +LSO,2039,5,23000,23000 +LSO,2039,6,23000,23000 +LSO,2039,7,23000,23000 +LSO,2039,8,23000,23000 +LSO,2039,9,23000,23000 +LSO,2039,10,23000,23000 +LSO,2039,11,23000,23000 +LSO,2039,12,23000,23000 +LSO,2039,13,23000,23000 +LSO,2039,14,23000,23000 +LSO,2039,15,23000,23000 +LSO,2039,16,23000,23000 +LSO,2039,17,23000,23000 +LSO,2039,18,23000,23000 +LSO,2040,0,24000,25000 +LSO,2040,1,24000,24000 +LSO,2040,2,23000,24000 +LSO,2040,3,23000,24000 +LSO,2040,4,23000,23000 +LSO,2040,5,23000,23000 +LSO,2040,6,23000,23000 +LSO,2040,7,23000,23000 +LSO,2040,8,23000,23000 +LSO,2040,9,23000,23000 +LSO,2040,10,23000,23000 +LSO,2040,11,23000,23000 +LSO,2040,12,23000,23000 +LSO,2040,13,23000,23000 +LSO,2040,14,23000,23000 +LSO,2040,15,23000,23000 +LSO,2040,16,23000,23000 +LSO,2040,17,23000,23000 +LSO,2040,18,23000,23000 +LSO,2041,0,24000,25000 +LSO,2041,1,24000,24000 +LSO,2041,2,24000,24000 +LSO,2041,3,23000,24000 +LSO,2041,4,23000,23000 +LSO,2041,5,23000,23000 +LSO,2041,6,23000,23000 +LSO,2041,7,23000,23000 +LSO,2041,8,23000,23000 +LSO,2041,9,23000,23000 +LSO,2041,10,23000,23000 +LSO,2041,11,23000,23000 +LSO,2041,12,23000,23000 +LSO,2041,13,23000,23000 +LSO,2041,14,23000,23000 +LSO,2041,15,23000,23000 +LSO,2041,16,23000,23000 +LSO,2041,17,23000,23000 +LSO,2041,18,23000,23000 +LSO,2042,0,24000,24000 +LSO,2042,1,24000,24000 +LSO,2042,2,24000,24000 +LSO,2042,3,23000,24000 +LSO,2042,4,23000,23000 +LSO,2042,5,23000,23000 +LSO,2042,6,23000,23000 +LSO,2042,7,23000,23000 +LSO,2042,8,23000,23000 +LSO,2042,9,23000,23000 +LSO,2042,10,23000,23000 +LSO,2042,11,23000,23000 +LSO,2042,12,23000,23000 +LSO,2042,13,23000,23000 +LSO,2042,14,23000,23000 +LSO,2042,15,23000,23000 +LSO,2042,16,23000,23000 +LSO,2042,17,23000,23000 +LSO,2042,18,23000,23000 +LSO,2043,0,24000,24000 +LSO,2043,1,24000,24000 +LSO,2043,2,23000,24000 +LSO,2043,3,23000,24000 +LSO,2043,4,23000,23000 +LSO,2043,5,23000,23000 +LSO,2043,6,23000,23000 +LSO,2043,7,23000,23000 +LSO,2043,8,23000,23000 +LSO,2043,9,23000,23000 +LSO,2043,10,23000,23000 +LSO,2043,11,23000,23000 +LSO,2043,12,23000,23000 +LSO,2043,13,23000,23000 +LSO,2043,14,23000,23000 +LSO,2043,15,23000,23000 +LSO,2043,16,23000,23000 +LSO,2043,17,23000,23000 +LSO,2043,18,23000,23000 +LSO,2044,0,24000,24000 +LSO,2044,1,24000,24000 +LSO,2044,2,23000,24000 +LSO,2044,3,23000,23000 +LSO,2044,4,23000,23000 +LSO,2044,5,23000,23000 +LSO,2044,6,23000,23000 +LSO,2044,7,23000,23000 +LSO,2044,8,23000,23000 +LSO,2044,9,23000,23000 +LSO,2044,10,23000,23000 +LSO,2044,11,23000,23000 +LSO,2044,12,23000,23000 +LSO,2044,13,23000,23000 +LSO,2044,14,23000,23000 +LSO,2044,15,23000,23000 +LSO,2044,16,23000,23000 +LSO,2044,17,23000,23000 +LSO,2044,18,23000,23000 +LSO,2045,0,24000,24000 +LSO,2045,1,23000,24000 +LSO,2045,2,23000,24000 +LSO,2045,3,23000,23000 +LSO,2045,4,23000,23000 +LSO,2045,5,23000,23000 +LSO,2045,6,23000,23000 +LSO,2045,7,23000,23000 +LSO,2045,8,23000,23000 +LSO,2045,9,23000,23000 +LSO,2045,10,23000,23000 +LSO,2045,11,22000,23000 +LSO,2045,12,22000,23000 +LSO,2045,13,22000,23000 +LSO,2045,14,23000,23000 +LSO,2045,15,23000,23000 +LSO,2045,16,23000,23000 +LSO,2045,17,23000,23000 +LSO,2045,18,23000,23000 +LSO,2046,0,24000,24000 +LSO,2046,1,23000,24000 +LSO,2046,2,23000,24000 +LSO,2046,3,23000,23000 +LSO,2046,4,23000,23000 +LSO,2046,5,23000,23000 +LSO,2046,6,23000,23000 +LSO,2046,7,23000,23000 +LSO,2046,8,23000,23000 +LSO,2046,9,23000,23000 +LSO,2046,10,22000,23000 +LSO,2046,11,22000,23000 +LSO,2046,12,22000,23000 +LSO,2046,13,22000,23000 +LSO,2046,14,22000,23000 +LSO,2046,15,22000,23000 +LSO,2046,16,22000,23000 +LSO,2046,17,22000,23000 +LSO,2046,18,22000,23000 +LSO,2047,0,23000,24000 +LSO,2047,1,23000,24000 +LSO,2047,2,23000,24000 +LSO,2047,3,23000,23000 +LSO,2047,4,23000,23000 +LSO,2047,5,23000,23000 +LSO,2047,6,23000,23000 +LSO,2047,7,23000,23000 +LSO,2047,8,23000,23000 +LSO,2047,9,23000,23000 +LSO,2047,10,22000,23000 +LSO,2047,11,22000,23000 +LSO,2047,12,22000,23000 +LSO,2047,13,22000,23000 +LSO,2047,14,22000,23000 +LSO,2047,15,22000,23000 +LSO,2047,16,22000,23000 +LSO,2047,17,22000,23000 +LSO,2047,18,22000,23000 +LSO,2048,0,23000,24000 +LSO,2048,1,23000,24000 +LSO,2048,2,23000,23000 +LSO,2048,3,23000,23000 +LSO,2048,4,23000,23000 +LSO,2048,5,23000,23000 +LSO,2048,6,23000,23000 +LSO,2048,7,23000,23000 +LSO,2048,8,23000,23000 +LSO,2048,9,23000,23000 +LSO,2048,10,22000,23000 +LSO,2048,11,22000,23000 +LSO,2048,12,22000,23000 +LSO,2048,13,22000,23000 +LSO,2048,14,22000,23000 +LSO,2048,15,22000,23000 +LSO,2048,16,22000,23000 +LSO,2048,17,22000,23000 +LSO,2048,18,22000,23000 +LSO,2049,0,23000,24000 +LSO,2049,1,23000,23000 +LSO,2049,2,23000,23000 +LSO,2049,3,23000,23000 +LSO,2049,4,23000,23000 +LSO,2049,5,23000,23000 +LSO,2049,6,23000,23000 +LSO,2049,7,23000,23000 +LSO,2049,8,23000,23000 +LSO,2049,9,22000,23000 +LSO,2049,10,22000,23000 +LSO,2049,11,22000,23000 +LSO,2049,12,22000,23000 +LSO,2049,13,22000,23000 +LSO,2049,14,22000,23000 +LSO,2049,15,22000,23000 +LSO,2049,16,22000,23000 +LSO,2049,17,22000,23000 +LSO,2049,18,22000,23000 +LSO,2050,0,23000,24000 +LSO,2050,1,23000,23000 +LSO,2050,2,23000,23000 +LSO,2050,3,23000,23000 +LSO,2050,4,23000,23000 +LSO,2050,5,23000,23000 +LSO,2050,6,23000,23000 +LSO,2050,7,22000,23000 +LSO,2050,8,22000,23000 +LSO,2050,9,22000,23000 +LSO,2050,10,22000,23000 +LSO,2050,11,22000,23000 +LSO,2050,12,22000,23000 +LSO,2050,13,22000,23000 +LSO,2050,14,22000,23000 +LSO,2050,15,22000,23000 +LSO,2050,16,22000,23000 +LSO,2050,17,22000,22000 +LSO,2050,18,22000,22000 +LTE,1990,0,, +LTE,1990,1,, +LTE,1990,2,, +LTE,1990,3,, +LTE,1990,4,, +LTE,1990,5,, +LTE,1990,6,, +LTE,1990,7,, +LTE,1990,8,, +LTE,1990,9,, +LTE,1990,10,, +LTE,1990,11,, +LTE,1990,12,, +LTE,1990,13,, +LTE,1990,14,, +LTE,1990,15,, +LTE,1990,16,, +LTE,1990,17,, +LTE,1990,18,, +LTE,1991,0,, +LTE,1991,1,, +LTE,1991,2,, +LTE,1991,3,, +LTE,1991,4,, +LTE,1991,5,, +LTE,1991,6,, +LTE,1991,7,, +LTE,1991,8,, +LTE,1991,9,, +LTE,1991,10,, +LTE,1991,11,, +LTE,1991,12,, +LTE,1991,13,, +LTE,1991,14,, +LTE,1991,15,, +LTE,1991,16,, +LTE,1991,17,, +LTE,1991,18,, +LTE,1992,0,, +LTE,1992,1,, +LTE,1992,2,, +LTE,1992,3,, +LTE,1992,4,, +LTE,1992,5,, +LTE,1992,6,, +LTE,1992,7,, +LTE,1992,8,, +LTE,1992,9,, +LTE,1992,10,, +LTE,1992,11,, +LTE,1992,12,, +LTE,1992,13,, +LTE,1992,14,, +LTE,1992,15,, +LTE,1992,16,, +LTE,1992,17,, +LTE,1992,18,, +LTE,1993,0,, +LTE,1993,1,, +LTE,1993,2,, +LTE,1993,3,, +LTE,1993,4,, +LTE,1993,5,, +LTE,1993,6,, +LTE,1993,7,, +LTE,1993,8,, +LTE,1993,9,, +LTE,1993,10,, +LTE,1993,11,, +LTE,1993,12,, +LTE,1993,13,, +LTE,1993,14,, +LTE,1993,15,, +LTE,1993,16,, +LTE,1993,17,, +LTE,1993,18,, +LTE,1994,0,, +LTE,1994,1,, +LTE,1994,2,, +LTE,1994,3,, +LTE,1994,4,, +LTE,1994,5,, +LTE,1994,6,, +LTE,1994,7,, +LTE,1994,8,, +LTE,1994,9,, +LTE,1994,10,, +LTE,1994,11,, +LTE,1994,12,, +LTE,1994,13,, +LTE,1994,14,, +LTE,1994,15,, +LTE,1994,16,, +LTE,1994,17,, +LTE,1994,18,, +LTE,1995,0,, +LTE,1995,1,, +LTE,1995,2,, +LTE,1995,3,, +LTE,1995,4,, +LTE,1995,5,, +LTE,1995,6,, +LTE,1995,7,, +LTE,1995,8,, +LTE,1995,9,, +LTE,1995,10,, +LTE,1995,11,, +LTE,1995,12,, +LTE,1995,13,, +LTE,1995,14,, +LTE,1995,15,, +LTE,1995,16,, +LTE,1995,17,, +LTE,1995,18,, +LTE,1996,0,, +LTE,1996,1,, +LTE,1996,2,, +LTE,1996,3,, +LTE,1996,4,, +LTE,1996,5,, +LTE,1996,6,, +LTE,1996,7,, +LTE,1996,8,, +LTE,1996,9,, +LTE,1996,10,, +LTE,1996,11,, +LTE,1996,12,, +LTE,1996,13,, +LTE,1996,14,, +LTE,1996,15,, +LTE,1996,16,, +LTE,1996,17,, +LTE,1996,18,, +LTE,1997,0,, +LTE,1997,1,, +LTE,1997,2,, +LTE,1997,3,, +LTE,1997,4,, +LTE,1997,5,, +LTE,1997,6,, +LTE,1997,7,, +LTE,1997,8,, +LTE,1997,9,, +LTE,1997,10,, +LTE,1997,11,, +LTE,1997,12,, +LTE,1997,13,, +LTE,1997,14,, +LTE,1997,15,, +LTE,1997,16,, +LTE,1997,17,, +LTE,1997,18,, +LTE,1998,0,, +LTE,1998,1,, +LTE,1998,2,, +LTE,1998,3,, +LTE,1998,4,, +LTE,1998,5,, +LTE,1998,6,, +LTE,1998,7,, +LTE,1998,8,, +LTE,1998,9,, +LTE,1998,10,, +LTE,1998,11,, +LTE,1998,12,, +LTE,1998,13,, +LTE,1998,14,, +LTE,1998,15,, +LTE,1998,16,, +LTE,1998,17,, +LTE,1998,18,, +LTE,1999,0,, +LTE,1999,1,, +LTE,1999,2,, +LTE,1999,3,, +LTE,1999,4,, +LTE,1999,5,, +LTE,1999,6,, +LTE,1999,7,, +LTE,1999,8,, +LTE,1999,9,, +LTE,1999,10,, +LTE,1999,11,, +LTE,1999,12,, +LTE,1999,13,, +LTE,1999,14,, +LTE,1999,15,, +LTE,1999,16,, +LTE,1999,17,, +LTE,1999,18,, +LTE,2000,0,, +LTE,2000,1,, +LTE,2000,2,, +LTE,2000,3,, +LTE,2000,4,, +LTE,2000,5,, +LTE,2000,6,, +LTE,2000,7,, +LTE,2000,8,, +LTE,2000,9,, +LTE,2000,10,, +LTE,2000,11,, +LTE,2000,12,, +LTE,2000,13,, +LTE,2000,14,, +LTE,2000,15,, +LTE,2000,16,, +LTE,2000,17,, +LTE,2000,18,, +LTE,2001,0,, +LTE,2001,1,, +LTE,2001,2,, +LTE,2001,3,, +LTE,2001,4,, +LTE,2001,5,, +LTE,2001,6,, +LTE,2001,7,, +LTE,2001,8,, +LTE,2001,9,, +LTE,2001,10,, +LTE,2001,11,, +LTE,2001,12,, +LTE,2001,13,, +LTE,2001,14,, +LTE,2001,15,, +LTE,2001,16,, +LTE,2001,17,, +LTE,2001,18,, +LTE,2002,0,, +LTE,2002,1,, +LTE,2002,2,, +LTE,2002,3,, +LTE,2002,4,, +LTE,2002,5,, +LTE,2002,6,, +LTE,2002,7,, +LTE,2002,8,, +LTE,2002,9,, +LTE,2002,10,, +LTE,2002,11,, +LTE,2002,12,, +LTE,2002,13,, +LTE,2002,14,, +LTE,2002,15,, +LTE,2002,16,, +LTE,2002,17,, +LTE,2002,18,, +LTE,2003,0,, +LTE,2003,1,, +LTE,2003,2,, +LTE,2003,3,, +LTE,2003,4,, +LTE,2003,5,, +LTE,2003,6,, +LTE,2003,7,, +LTE,2003,8,, +LTE,2003,9,, +LTE,2003,10,, +LTE,2003,11,, +LTE,2003,12,, +LTE,2003,13,, +LTE,2003,14,, +LTE,2003,15,, +LTE,2003,16,, +LTE,2003,17,, +LTE,2003,18,, +LTE,2004,0,, +LTE,2004,1,, +LTE,2004,2,, +LTE,2004,3,, +LTE,2004,4,, +LTE,2004,5,, +LTE,2004,6,, +LTE,2004,7,, +LTE,2004,8,, +LTE,2004,9,, +LTE,2004,10,, +LTE,2004,11,, +LTE,2004,12,, +LTE,2004,13,, +LTE,2004,14,, +LTE,2004,15,, +LTE,2004,16,, +LTE,2004,17,, +LTE,2004,18,, +LTE,2005,0,, +LTE,2005,1,, +LTE,2005,2,, +LTE,2005,3,, +LTE,2005,4,, +LTE,2005,5,, +LTE,2005,6,, +LTE,2005,7,, +LTE,2005,8,, +LTE,2005,9,, +LTE,2005,10,, +LTE,2005,11,, +LTE,2005,12,, +LTE,2005,13,, +LTE,2005,14,, +LTE,2005,15,, +LTE,2005,16,, +LTE,2005,17,, +LTE,2005,18,, +LTE,2006,0,, +LTE,2006,1,, +LTE,2006,2,, +LTE,2006,3,, +LTE,2006,4,, +LTE,2006,5,, +LTE,2006,6,, +LTE,2006,7,, +LTE,2006,8,, +LTE,2006,9,, +LTE,2006,10,, +LTE,2006,11,, +LTE,2006,12,, +LTE,2006,13,, +LTE,2006,14,, +LTE,2006,15,, +LTE,2006,16,, +LTE,2006,17,, +LTE,2006,18,, +LTE,2007,0,, +LTE,2007,1,, +LTE,2007,2,, +LTE,2007,3,, +LTE,2007,4,, +LTE,2007,5,, +LTE,2007,6,, +LTE,2007,7,, +LTE,2007,8,, +LTE,2007,9,, +LTE,2007,10,, +LTE,2007,11,, +LTE,2007,12,, +LTE,2007,13,, +LTE,2007,14,, +LTE,2007,15,, +LTE,2007,16,, +LTE,2007,17,, +LTE,2007,18,, +LTE,2008,0,, +LTE,2008,1,, +LTE,2008,2,, +LTE,2008,3,, +LTE,2008,4,, +LTE,2008,5,, +LTE,2008,6,, +LTE,2008,7,, +LTE,2008,8,, +LTE,2008,9,, +LTE,2008,10,, +LTE,2008,11,, +LTE,2008,12,, +LTE,2008,13,, +LTE,2008,14,, +LTE,2008,15,, +LTE,2008,16,, +LTE,2008,17,, +LTE,2008,18,, +LTE,2009,0,, +LTE,2009,1,, +LTE,2009,2,, +LTE,2009,3,, +LTE,2009,4,, +LTE,2009,5,, +LTE,2009,6,, +LTE,2009,7,, +LTE,2009,8,, +LTE,2009,9,, +LTE,2009,10,, +LTE,2009,11,, +LTE,2009,12,, +LTE,2009,13,, +LTE,2009,14,, +LTE,2009,15,, +LTE,2009,16,, +LTE,2009,17,, +LTE,2009,18,, +LTE,2010,0,, +LTE,2010,1,, +LTE,2010,2,, +LTE,2010,3,, +LTE,2010,4,, +LTE,2010,5,, +LTE,2010,6,, +LTE,2010,7,, +LTE,2010,8,, +LTE,2010,9,, +LTE,2010,10,, +LTE,2010,11,, +LTE,2010,12,, +LTE,2010,13,, +LTE,2010,14,, +LTE,2010,15,, +LTE,2010,16,, +LTE,2010,17,, +LTE,2010,18,, +LTE,2011,0,, +LTE,2011,1,, +LTE,2011,2,, +LTE,2011,3,, +LTE,2011,4,, +LTE,2011,5,, +LTE,2011,6,, +LTE,2011,7,, +LTE,2011,8,, +LTE,2011,9,, +LTE,2011,10,, +LTE,2011,11,, +LTE,2011,12,, +LTE,2011,13,, +LTE,2011,14,, +LTE,2011,15,, +LTE,2011,16,, +LTE,2011,17,, +LTE,2011,18,, +LTE,2012,0,, +LTE,2012,1,, +LTE,2012,2,, +LTE,2012,3,, +LTE,2012,4,, +LTE,2012,5,, +LTE,2012,6,, +LTE,2012,7,, +LTE,2012,8,, +LTE,2012,9,, +LTE,2012,10,, +LTE,2012,11,, +LTE,2012,12,, +LTE,2012,13,, +LTE,2012,14,, +LTE,2012,15,, +LTE,2012,16,, +LTE,2012,17,, +LTE,2012,18,, +LTE,2013,0,, +LTE,2013,1,, +LTE,2013,2,, +LTE,2013,3,, +LTE,2013,4,, +LTE,2013,5,, +LTE,2013,6,, +LTE,2013,7,, +LTE,2013,8,, +LTE,2013,9,, +LTE,2013,10,, +LTE,2013,11,, +LTE,2013,12,, +LTE,2013,13,, +LTE,2013,14,, +LTE,2013,15,, +LTE,2013,16,, +LTE,2013,17,, +LTE,2013,18,, +LTE,2014,0,, +LTE,2014,1,, +LTE,2014,2,, +LTE,2014,3,, +LTE,2014,4,, +LTE,2014,5,, +LTE,2014,6,, +LTE,2014,7,, +LTE,2014,8,, +LTE,2014,9,, +LTE,2014,10,, +LTE,2014,11,, +LTE,2014,12,, +LTE,2014,13,, +LTE,2014,14,, +LTE,2014,15,, +LTE,2014,16,, +LTE,2014,17,, +LTE,2014,18,, +LTE,2015,0,, +LTE,2015,1,, +LTE,2015,2,, +LTE,2015,3,, +LTE,2015,4,, +LTE,2015,5,, +LTE,2015,6,, +LTE,2015,7,, +LTE,2015,8,, +LTE,2015,9,, +LTE,2015,10,, +LTE,2015,11,, +LTE,2015,12,, +LTE,2015,13,, +LTE,2015,14,, +LTE,2015,15,, +LTE,2015,16,, +LTE,2015,17,, +LTE,2015,18,, +LTE,2016,0,, +LTE,2016,1,, +LTE,2016,2,, +LTE,2016,3,, +LTE,2016,4,, +LTE,2016,5,, +LTE,2016,6,, +LTE,2016,7,, +LTE,2016,8,, +LTE,2016,9,, +LTE,2016,10,, +LTE,2016,11,, +LTE,2016,12,, +LTE,2016,13,, +LTE,2016,14,, +LTE,2016,15,, +LTE,2016,16,, +LTE,2016,17,, +LTE,2016,18,, +LTE,2017,0,, +LTE,2017,1,, +LTE,2017,2,, +LTE,2017,3,, +LTE,2017,4,, +LTE,2017,5,, +LTE,2017,6,, +LTE,2017,7,, +LTE,2017,8,, +LTE,2017,9,, +LTE,2017,10,, +LTE,2017,11,, +LTE,2017,12,, +LTE,2017,13,, +LTE,2017,14,, +LTE,2017,15,, +LTE,2017,16,, +LTE,2017,17,, +LTE,2017,18,, +LTE,2018,0,, +LTE,2018,1,, +LTE,2018,2,, +LTE,2018,3,, +LTE,2018,4,, +LTE,2018,5,, +LTE,2018,6,, +LTE,2018,7,, +LTE,2018,8,, +LTE,2018,9,, +LTE,2018,10,, +LTE,2018,11,, +LTE,2018,12,, +LTE,2018,13,, +LTE,2018,14,, +LTE,2018,15,, +LTE,2018,16,, +LTE,2018,17,, +LTE,2018,18,, +LTE,2019,0,, +LTE,2019,1,, +LTE,2019,2,, +LTE,2019,3,, +LTE,2019,4,, +LTE,2019,5,, +LTE,2019,6,, +LTE,2019,7,, +LTE,2019,8,, +LTE,2019,9,, +LTE,2019,10,, +LTE,2019,11,, +LTE,2019,12,, +LTE,2019,13,, +LTE,2019,14,, +LTE,2019,15,, +LTE,2019,16,, +LTE,2019,17,, +LTE,2019,18,, +LTE,2020,0,, +LTE,2020,1,, +LTE,2020,2,, +LTE,2020,3,, +LTE,2020,4,, +LTE,2020,5,, +LTE,2020,6,, +LTE,2020,7,, +LTE,2020,8,, +LTE,2020,9,, +LTE,2020,10,, +LTE,2020,11,, +LTE,2020,12,, +LTE,2020,13,, +LTE,2020,14,, +LTE,2020,15,, +LTE,2020,16,, +LTE,2020,17,, +LTE,2020,18,, +LTE,2021,0,, +LTE,2021,1,, +LTE,2021,2,, +LTE,2021,3,, +LTE,2021,4,, +LTE,2021,5,, +LTE,2021,6,, +LTE,2021,7,, +LTE,2021,8,, +LTE,2021,9,, +LTE,2021,10,, +LTE,2021,11,, +LTE,2021,12,, +LTE,2021,13,, +LTE,2021,14,, +LTE,2021,15,, +LTE,2021,16,, +LTE,2021,17,, +LTE,2021,18,, +LTE,2022,0,, +LTE,2022,1,, +LTE,2022,2,, +LTE,2022,3,, +LTE,2022,4,, +LTE,2022,5,, +LTE,2022,6,, +LTE,2022,7,, +LTE,2022,8,, +LTE,2022,9,, +LTE,2022,10,, +LTE,2022,11,, +LTE,2022,12,, +LTE,2022,13,, +LTE,2022,14,, +LTE,2022,15,, +LTE,2022,16,, +LTE,2022,17,, +LTE,2022,18,, +LTE,2023,0,, +LTE,2023,1,, +LTE,2023,2,, +LTE,2023,3,, +LTE,2023,4,, +LTE,2023,5,, +LTE,2023,6,, +LTE,2023,7,, +LTE,2023,8,, +LTE,2023,9,, +LTE,2023,10,, +LTE,2023,11,, +LTE,2023,12,, +LTE,2023,13,, +LTE,2023,14,, +LTE,2023,15,, +LTE,2023,16,, +LTE,2023,17,, +LTE,2023,18,, +LTE,2024,0,, +LTE,2024,1,, +LTE,2024,2,, +LTE,2024,3,, +LTE,2024,4,, +LTE,2024,5,, +LTE,2024,6,, +LTE,2024,7,, +LTE,2024,8,, +LTE,2024,9,, +LTE,2024,10,, +LTE,2024,11,, +LTE,2024,12,, +LTE,2024,13,, +LTE,2024,14,, +LTE,2024,15,, +LTE,2024,16,, +LTE,2024,17,, +LTE,2024,18,, +LTE,2025,0,, +LTE,2025,1,, +LTE,2025,2,, +LTE,2025,3,, +LTE,2025,4,, +LTE,2025,5,, +LTE,2025,6,, +LTE,2025,7,, +LTE,2025,8,, +LTE,2025,9,, +LTE,2025,10,, +LTE,2025,11,, +LTE,2025,12,, +LTE,2025,13,, +LTE,2025,14,, +LTE,2025,15,, +LTE,2025,16,, +LTE,2025,17,, +LTE,2025,18,, +LTE,2026,0,, +LTE,2026,1,, +LTE,2026,2,, +LTE,2026,3,, +LTE,2026,4,, +LTE,2026,5,, +LTE,2026,6,, +LTE,2026,7,, +LTE,2026,8,, +LTE,2026,9,, +LTE,2026,10,, +LTE,2026,11,, +LTE,2026,12,, +LTE,2026,13,, +LTE,2026,14,, +LTE,2026,15,, +LTE,2026,16,, +LTE,2026,17,, +LTE,2026,18,, +LTE,2027,0,, +LTE,2027,1,, +LTE,2027,2,, +LTE,2027,3,, +LTE,2027,4,, +LTE,2027,5,, +LTE,2027,6,, +LTE,2027,7,, +LTE,2027,8,, +LTE,2027,9,, +LTE,2027,10,, +LTE,2027,11,, +LTE,2027,12,, +LTE,2027,13,, +LTE,2027,14,, +LTE,2027,15,, +LTE,2027,16,, +LTE,2027,17,, +LTE,2027,18,, +LTE,2028,0,, +LTE,2028,1,, +LTE,2028,2,, +LTE,2028,3,, +LTE,2028,4,, +LTE,2028,5,, +LTE,2028,6,, +LTE,2028,7,, +LTE,2028,8,, +LTE,2028,9,, +LTE,2028,10,, +LTE,2028,11,, +LTE,2028,12,, +LTE,2028,13,, +LTE,2028,14,, +LTE,2028,15,, +LTE,2028,16,, +LTE,2028,17,, +LTE,2028,18,, +LTE,2029,0,, +LTE,2029,1,, +LTE,2029,2,, +LTE,2029,3,, +LTE,2029,4,, +LTE,2029,5,, +LTE,2029,6,, +LTE,2029,7,, +LTE,2029,8,, +LTE,2029,9,, +LTE,2029,10,, +LTE,2029,11,, +LTE,2029,12,, +LTE,2029,13,, +LTE,2029,14,, +LTE,2029,15,, +LTE,2029,16,, +LTE,2029,17,, +LTE,2029,18,, +LTE,2030,0,, +LTE,2030,1,, +LTE,2030,2,, +LTE,2030,3,, +LTE,2030,4,, +LTE,2030,5,, +LTE,2030,6,, +LTE,2030,7,, +LTE,2030,8,, +LTE,2030,9,, +LTE,2030,10,, +LTE,2030,11,, +LTE,2030,12,, +LTE,2030,13,, +LTE,2030,14,, +LTE,2030,15,, +LTE,2030,16,, +LTE,2030,17,, +LTE,2030,18,, +LTE,2031,0,, +LTE,2031,1,, +LTE,2031,2,, +LTE,2031,3,, +LTE,2031,4,, +LTE,2031,5,, +LTE,2031,6,, +LTE,2031,7,, +LTE,2031,8,, +LTE,2031,9,, +LTE,2031,10,, +LTE,2031,11,, +LTE,2031,12,, +LTE,2031,13,, +LTE,2031,14,, +LTE,2031,15,, +LTE,2031,16,, +LTE,2031,17,, +LTE,2031,18,, +LTE,2032,0,, +LTE,2032,1,, +LTE,2032,2,, +LTE,2032,3,, +LTE,2032,4,, +LTE,2032,5,, +LTE,2032,6,, +LTE,2032,7,, +LTE,2032,8,, +LTE,2032,9,, +LTE,2032,10,, +LTE,2032,11,, +LTE,2032,12,, +LTE,2032,13,, +LTE,2032,14,, +LTE,2032,15,, +LTE,2032,16,, +LTE,2032,17,, +LTE,2032,18,, +LTE,2033,0,, +LTE,2033,1,, +LTE,2033,2,, +LTE,2033,3,, +LTE,2033,4,, +LTE,2033,5,, +LTE,2033,6,, +LTE,2033,7,, +LTE,2033,8,, +LTE,2033,9,, +LTE,2033,10,, +LTE,2033,11,, +LTE,2033,12,, +LTE,2033,13,, +LTE,2033,14,, +LTE,2033,15,, +LTE,2033,16,, +LTE,2033,17,, +LTE,2033,18,, +LTE,2034,0,, +LTE,2034,1,, +LTE,2034,2,, +LTE,2034,3,, +LTE,2034,4,, +LTE,2034,5,, +LTE,2034,6,, +LTE,2034,7,, +LTE,2034,8,, +LTE,2034,9,, +LTE,2034,10,, +LTE,2034,11,, +LTE,2034,12,, +LTE,2034,13,, +LTE,2034,14,, +LTE,2034,15,, +LTE,2034,16,, +LTE,2034,17,, +LTE,2034,18,, +LTE,2035,0,, +LTE,2035,1,, +LTE,2035,2,, +LTE,2035,3,, +LTE,2035,4,, +LTE,2035,5,, +LTE,2035,6,, +LTE,2035,7,, +LTE,2035,8,, +LTE,2035,9,, +LTE,2035,10,, +LTE,2035,11,, +LTE,2035,12,, +LTE,2035,13,, +LTE,2035,14,, +LTE,2035,15,, +LTE,2035,16,, +LTE,2035,17,, +LTE,2035,18,, +LTE,2036,0,, +LTE,2036,1,, +LTE,2036,2,, +LTE,2036,3,, +LTE,2036,4,, +LTE,2036,5,, +LTE,2036,6,, +LTE,2036,7,, +LTE,2036,8,, +LTE,2036,9,, +LTE,2036,10,, +LTE,2036,11,, +LTE,2036,12,, +LTE,2036,13,, +LTE,2036,14,, +LTE,2036,15,, +LTE,2036,16,, +LTE,2036,17,, +LTE,2036,18,, +LTE,2037,0,, +LTE,2037,1,, +LTE,2037,2,, +LTE,2037,3,, +LTE,2037,4,, +LTE,2037,5,, +LTE,2037,6,, +LTE,2037,7,, +LTE,2037,8,, +LTE,2037,9,, +LTE,2037,10,, +LTE,2037,11,, +LTE,2037,12,, +LTE,2037,13,, +LTE,2037,14,, +LTE,2037,15,, +LTE,2037,16,, +LTE,2037,17,, +LTE,2037,18,, +LTE,2038,0,, +LTE,2038,1,, +LTE,2038,2,, +LTE,2038,3,, +LTE,2038,4,, +LTE,2038,5,, +LTE,2038,6,, +LTE,2038,7,, +LTE,2038,8,, +LTE,2038,9,, +LTE,2038,10,, +LTE,2038,11,, +LTE,2038,12,, +LTE,2038,13,, +LTE,2038,14,, +LTE,2038,15,, +LTE,2038,16,, +LTE,2038,17,, +LTE,2038,18,, +LTE,2039,0,, +LTE,2039,1,, +LTE,2039,2,, +LTE,2039,3,, +LTE,2039,4,, +LTE,2039,5,, +LTE,2039,6,, +LTE,2039,7,, +LTE,2039,8,, +LTE,2039,9,, +LTE,2039,10,, +LTE,2039,11,, +LTE,2039,12,, +LTE,2039,13,, +LTE,2039,14,, +LTE,2039,15,, +LTE,2039,16,, +LTE,2039,17,, +LTE,2039,18,, +LTE,2040,0,, +LTE,2040,1,, +LTE,2040,2,, +LTE,2040,3,, +LTE,2040,4,, +LTE,2040,5,, +LTE,2040,6,, +LTE,2040,7,, +LTE,2040,8,, +LTE,2040,9,, +LTE,2040,10,, +LTE,2040,11,, +LTE,2040,12,, +LTE,2040,13,, +LTE,2040,14,, +LTE,2040,15,, +LTE,2040,16,, +LTE,2040,17,, +LTE,2040,18,, +LTE,2041,0,, +LTE,2041,1,, +LTE,2041,2,, +LTE,2041,3,, +LTE,2041,4,, +LTE,2041,5,, +LTE,2041,6,, +LTE,2041,7,, +LTE,2041,8,, +LTE,2041,9,, +LTE,2041,10,, +LTE,2041,11,, +LTE,2041,12,, +LTE,2041,13,, +LTE,2041,14,, +LTE,2041,15,, +LTE,2041,16,, +LTE,2041,17,, +LTE,2041,18,, +LTE,2042,0,, +LTE,2042,1,, +LTE,2042,2,, +LTE,2042,3,, +LTE,2042,4,, +LTE,2042,5,, +LTE,2042,6,, +LTE,2042,7,, +LTE,2042,8,, +LTE,2042,9,, +LTE,2042,10,, +LTE,2042,11,, +LTE,2042,12,, +LTE,2042,13,, +LTE,2042,14,, +LTE,2042,15,, +LTE,2042,16,, +LTE,2042,17,, +LTE,2042,18,, +LTE,2043,0,, +LTE,2043,1,, +LTE,2043,2,, +LTE,2043,3,, +LTE,2043,4,, +LTE,2043,5,, +LTE,2043,6,, +LTE,2043,7,, +LTE,2043,8,, +LTE,2043,9,, +LTE,2043,10,, +LTE,2043,11,, +LTE,2043,12,, +LTE,2043,13,, +LTE,2043,14,, +LTE,2043,15,, +LTE,2043,16,, +LTE,2043,17,, +LTE,2043,18,, +LTE,2044,0,, +LTE,2044,1,, +LTE,2044,2,, +LTE,2044,3,, +LTE,2044,4,, +LTE,2044,5,, +LTE,2044,6,, +LTE,2044,7,, +LTE,2044,8,, +LTE,2044,9,, +LTE,2044,10,, +LTE,2044,11,, +LTE,2044,12,, +LTE,2044,13,, +LTE,2044,14,, +LTE,2044,15,, +LTE,2044,16,, +LTE,2044,17,, +LTE,2044,18,, +LTE,2045,0,, +LTE,2045,1,, +LTE,2045,2,, +LTE,2045,3,, +LTE,2045,4,, +LTE,2045,5,, +LTE,2045,6,, +LTE,2045,7,, +LTE,2045,8,, +LTE,2045,9,, +LTE,2045,10,, +LTE,2045,11,, +LTE,2045,12,, +LTE,2045,13,, +LTE,2045,14,, +LTE,2045,15,, +LTE,2045,16,, +LTE,2045,17,, +LTE,2045,18,, +LTE,2046,0,, +LTE,2046,1,, +LTE,2046,2,, +LTE,2046,3,, +LTE,2046,4,, +LTE,2046,5,, +LTE,2046,6,, +LTE,2046,7,, +LTE,2046,8,, +LTE,2046,9,, +LTE,2046,10,, +LTE,2046,11,, +LTE,2046,12,, +LTE,2046,13,, +LTE,2046,14,, +LTE,2046,15,, +LTE,2046,16,, +LTE,2046,17,, +LTE,2046,18,, +LTE,2047,0,, +LTE,2047,1,, +LTE,2047,2,, +LTE,2047,3,, +LTE,2047,4,, +LTE,2047,5,, +LTE,2047,6,, +LTE,2047,7,, +LTE,2047,8,, +LTE,2047,9,, +LTE,2047,10,, +LTE,2047,11,, +LTE,2047,12,, +LTE,2047,13,, +LTE,2047,14,, +LTE,2047,15,, +LTE,2047,16,, +LTE,2047,17,, +LTE,2047,18,, +LTE,2048,0,, +LTE,2048,1,, +LTE,2048,2,, +LTE,2048,3,, +LTE,2048,4,, +LTE,2048,5,, +LTE,2048,6,, +LTE,2048,7,, +LTE,2048,8,, +LTE,2048,9,, +LTE,2048,10,, +LTE,2048,11,, +LTE,2048,12,, +LTE,2048,13,, +LTE,2048,14,, +LTE,2048,15,, +LTE,2048,16,, +LTE,2048,17,, +LTE,2048,18,, +LTE,2049,0,, +LTE,2049,1,, +LTE,2049,2,, +LTE,2049,3,, +LTE,2049,4,, +LTE,2049,5,, +LTE,2049,6,, +LTE,2049,7,, +LTE,2049,8,, +LTE,2049,9,, +LTE,2049,10,, +LTE,2049,11,, +LTE,2049,12,, +LTE,2049,13,, +LTE,2049,14,, +LTE,2049,15,, +LTE,2049,16,, +LTE,2049,17,, +LTE,2049,18,, +LTE,2050,0,, +LTE,2050,1,, +LTE,2050,2,, +LTE,2050,3,, +LTE,2050,4,, +LTE,2050,5,, +LTE,2050,6,, +LTE,2050,7,, +LTE,2050,8,, +LTE,2050,9,, +LTE,2050,10,, +LTE,2050,11,, +LTE,2050,12,, +LTE,2050,13,, +LTE,2050,14,, +LTE,2050,15,, +LTE,2050,16,, +LTE,2050,17,, +LTE,2050,18,, +LTU,1990,0,27781,29054 +LTU,1990,1,28232,29502 +LTU,1990,2,28480,29726 +LTU,1990,3,28552,29758 +LTU,1990,4,28477,29629 +LTU,1990,5,28282,29372 +LTU,1990,6,27996,29017 +LTU,1990,7,27646,28598 +LTU,1990,8,27261,28145 +LTU,1990,9,26868,27691 +LTU,1990,10,26437,27204 +LTU,1990,11,25940,26656 +LTU,1990,12,25692,26387 +LTU,1990,13,25840,26553 +LTU,1990,14,26236,27001 +LTU,1990,15,26623,27436 +LTU,1990,16,27092,27938 +LTU,1990,17,27357,28303 +LTU,1990,18,27264,28406 +LTU,1991,0,26698,27949 +LTU,1991,1,27639,28915 +LTU,1991,2,28089,29359 +LTU,1991,3,28334,29580 +LTU,1991,4,28402,29610 +LTU,1991,5,28322,29479 +LTU,1991,6,28122,29221 +LTU,1991,7,27830,28866 +LTU,1991,8,27478,28448 +LTU,1991,9,27096,27998 +LTU,1991,10,26711,27547 +LTU,1991,11,26288,27065 +LTU,1991,12,25798,26520 +LTU,1991,13,25560,26256 +LTU,1991,14,25718,26429 +LTU,1991,15,26125,26884 +LTU,1991,16,26523,27325 +LTU,1991,17,27002,27832 +LTU,1991,18,27277,28199 +LTU,1992,0,25253,26471 +LTU,1992,1,26475,27720 +LTU,1992,2,27448,28710 +LTU,1992,3,27895,29150 +LTU,1992,4,28137,29367 +LTU,1992,5,28201,29394 +LTU,1992,6,28117,29262 +LTU,1992,7,27912,29004 +LTU,1992,8,27614,28649 +LTU,1992,9,27260,28232 +LTU,1992,10,26883,27786 +LTU,1992,11,26506,27341 +LTU,1992,12,26092,26864 +LTU,1992,13,25610,26324 +LTU,1992,14,25381,26066 +LTU,1992,15,25549,26245 +LTU,1992,16,25967,26706 +LTU,1992,17,26375,27152 +LTU,1992,18,26863,27662 +LTU,1993,0,23594,24774 +LTU,1993,1,25143,26354 +LTU,1993,2,26320,27544 +LTU,1993,3,27224,28461 +LTU,1993,4,27669,28896 +LTU,1993,5,27907,29109 +LTU,1993,6,27966,29133 +LTU,1993,7,27878,29001 +LTU,1993,8,27669,28742 +LTU,1993,9,27366,28388 +LTU,1993,10,27011,27974 +LTU,1993,11,26639,27532 +LTU,1993,12,26271,27093 +LTU,1993,13,25865,26622 +LTU,1993,14,25391,26088 +LTU,1993,15,25172,25836 +LTU,1993,16,25350,26021 +LTU,1993,17,25779,26487 +LTU,1993,18,26197,26937 +LTU,1994,0,21917,23056 +LTU,1994,1,23713,24886 +LTU,1994,2,25129,26322 +LTU,1994,3,26202,27401 +LTU,1994,4,26993,28199 +LTU,1994,5,27434,28628 +LTU,1994,6,27668,28837 +LTU,1994,7,27724,28859 +LTU,1994,8,27631,28726 +LTU,1994,9,27418,28467 +LTU,1994,10,27110,28114 +LTU,1994,11,26754,27702 +LTU,1994,12,26386,27266 +LTU,1994,13,26027,26833 +LTU,1994,14,25630,26368 +LTU,1994,15,25166,25840 +LTU,1994,16,24956,25594 +LTU,1994,17,25144,25784 +LTU,1994,18,25582,26256 +LTU,1995,0,20366,21463 +LTU,1995,1,22309,23447 +LTU,1995,2,23891,25055 +LTU,1995,3,25141,26320 +LTU,1995,4,26090,27273 +LTU,1995,5,26768,27945 +LTU,1995,6,27207,28368 +LTU,1995,7,27437,28573 +LTU,1995,8,27488,28593 +LTU,1995,9,27392,28458 +LTU,1995,10,27174,28199 +LTU,1995,11,26861,27847 +LTU,1995,12,26503,27438 +LTU,1995,13,26141,27006 +LTU,1995,14,25791,26579 +LTU,1995,15,25402,26120 +LTU,1995,16,24947,25599 +LTU,1995,17,24747,25358 +LTU,1995,18,24945,25555 +LTU,1996,0,18992,20057 +LTU,1996,1,20584,21694 +LTU,1996,2,22374,23516 +LTU,1996,3,23859,25021 +LTU,1996,4,25061,26230 +LTU,1996,5,25998,27166 +LTU,1996,6,26703,27858 +LTU,1996,7,27206,28337 +LTU,1996,8,27471,28578 +LTU,1996,9,27495,28583 +LTU,1996,10,27333,28401 +LTU,1996,11,27070,28115 +LTU,1996,12,26724,27747 +LTU,1996,13,26327,27305 +LTU,1996,14,25912,26811 +LTU,1996,15,25506,26308 +LTU,1996,16,25064,25776 +LTU,1996,17,24553,25178 +LTU,1996,18,24323,24884 +LTU,1997,0,17775,18808 +LTU,1997,1,19688,20782 +LTU,1997,2,20802,21925 +LTU,1997,3,22438,23584 +LTU,1997,4,23828,24985 +LTU,1997,5,24981,26140 +LTU,1997,6,25907,27058 +LTU,1997,7,26637,27770 +LTU,1997,8,27204,28305 +LTU,1997,9,27505,28582 +LTU,1997,10,27502,28572 +LTU,1997,11,27274,28343 +LTU,1997,12,26966,28029 +LTU,1997,13,26588,27646 +LTU,1997,14,26150,27170 +LTU,1997,15,25684,26615 +LTU,1997,16,25222,26035 +LTU,1997,17,24726,25429 +LTU,1997,18,24159,24755 +LTU,1998,0,16740,17740 +LTU,1998,1,18488,19561 +LTU,1998,2,20078,21204 +LTU,1998,3,21021,22156 +LTU,1998,4,22504,23653 +LTU,1998,5,23798,24951 +LTU,1998,6,24903,26050 +LTU,1998,7,25816,26951 +LTU,1998,8,26573,27683 +LTU,1998,9,27204,28275 +LTU,1998,10,27540,28587 +LTU,1998,11,27510,28562 +LTU,1998,12,27217,28287 +LTU,1998,13,26864,27944 +LTU,1998,14,26453,27546 +LTU,1998,15,25974,27036 +LTU,1998,16,25456,26421 +LTU,1998,17,24938,25764 +LTU,1998,18,24389,25084 +LTU,1999,0,15902,16866 +LTU,1999,1,17408,18455 +LTU,1999,2,18854,19962 +LTU,1999,3,20230,21378 +LTU,1999,4,21241,22389 +LTU,1999,5,22570,23725 +LTU,1999,6,23769,24919 +LTU,1999,7,24825,25963 +LTU,1999,8,25727,26846 +LTU,1999,9,26509,27598 +LTU,1999,10,27205,28247 +LTU,1999,11,27576,28594 +LTU,1999,12,27519,28555 +LTU,1999,13,27160,28233 +LTU,1999,14,26763,27862 +LTU,1999,15,26319,27449 +LTU,1999,16,25799,26905 +LTU,1999,17,25230,26228 +LTU,1999,18,24656,25494 +LTU,2000,0,15265,16188 +LTU,2000,1,16472,17485 +LTU,2000,2,17718,18797 +LTU,2000,3,18979,20104 +LTU,2000,4,20234,21386 +LTU,2000,5,21461,22624 +LTU,2000,6,22636,23799 +LTU,2000,7,23739,24890 +LTU,2000,8,24746,25878 +LTU,2000,9,25637,26745 +LTU,2000,10,26445,27517 +LTU,2000,11,27205,28222 +LTU,2000,12,27611,28605 +LTU,2000,13,27528,28550 +LTU,2000,14,27103,28182 +LTU,2000,15,26661,27783 +LTU,2000,16,26184,27354 +LTU,2000,17,25624,26777 +LTU,2000,18,25003,26039 +LTU,2001,0,14857,15729 +LTU,2001,1,15268,16197 +LTU,2001,2,16415,17423 +LTU,2001,3,17624,18691 +LTU,2001,4,18867,19976 +LTU,2001,5,20118,21252 +LTU,2001,6,21357,22503 +LTU,2001,7,22565,23712 +LTU,2001,8,23672,24809 +LTU,2001,9,24634,25752 +LTU,2001,10,25447,26540 +LTU,2001,11,26190,27246 +LTU,2001,12,26887,27889 +LTU,2001,13,27246,28221 +LTU,2001,14,27142,28138 +LTU,2001,15,26714,27754 +LTU,2001,16,26268,27339 +LTU,2001,17,25788,26895 +LTU,2001,18,25232,26313 +LTU,2002,0,14661,15478 +LTU,2002,1,15112,16020 +LTU,2002,2,15268,16203 +LTU,2002,3,16353,17357 +LTU,2002,4,17524,18581 +LTU,2002,5,18750,19844 +LTU,2002,6,19996,21114 +LTU,2002,7,21247,22378 +LTU,2002,8,22488,23622 +LTU,2002,9,23599,24725 +LTU,2002,10,24514,25621 +LTU,2002,11,25250,26330 +LTU,2002,12,25927,26970 +LTU,2002,13,26562,27551 +LTU,2002,14,26874,27833 +LTU,2002,15,26748,27720 +LTU,2002,16,26318,27321 +LTU,2002,17,25867,26891 +LTU,2002,18,25384,26432 +LTU,2003,0,14637,15400 +LTU,2003,1,14674,15524 +LTU,2003,2,15020,15942 +LTU,2003,3,15263,16206 +LTU,2003,4,16285,17287 +LTU,2003,5,17420,18467 +LTU,2003,6,18627,19708 +LTU,2003,7,19868,20972 +LTU,2003,8,21131,22249 +LTU,2003,9,22404,23527 +LTU,2003,10,23519,24635 +LTU,2003,11,24387,25484 +LTU,2003,12,25046,26115 +LTU,2003,13,25657,26689 +LTU,2003,14,26229,27207 +LTU,2003,15,26493,27439 +LTU,2003,16,26347,27296 +LTU,2003,17,25913,26883 +LTU,2003,18,25458,26437 +LTU,2004,0,14722,15439 +LTU,2004,1,14383,15178 +LTU,2004,2,14415,15278 +LTU,2004,3,14768,15690 +LTU,2004,4,15250,16200 +LTU,2004,5,16211,17209 +LTU,2004,6,17307,18344 +LTU,2004,7,18494,19562 +LTU,2004,8,19731,20819 +LTU,2004,9,21005,22107 +LTU,2004,10,22309,23419 +LTU,2004,11,23427,24533 +LTU,2004,12,24248,25334 +LTU,2004,13,24829,25886 +LTU,2004,14,25375,26393 +LTU,2004,15,25883,26848 +LTU,2004,16,26100,27029 +LTU,2004,17,25932,26857 +LTU,2004,18,25496,26430 +LTU,2005,0,14861,15546 +LTU,2005,1,14221,14968 +LTU,2005,2,13987,14792 +LTU,2005,3,14109,14968 +LTU,2005,4,14538,15447 +LTU,2005,5,15226,16179 +LTU,2005,6,16123,17114 +LTU,2005,7,17180,18204 +LTU,2005,8,18348,19398 +LTU,2005,9,19578,20647 +LTU,2005,10,20863,21946 +LTU,2005,11,22197,23290 +LTU,2005,12,23318,24407 +LTU,2005,13,24090,25161 +LTU,2005,14,24594,25633 +LTU,2005,15,25073,26074 +LTU,2005,16,25517,26466 +LTU,2005,17,25687,26596 +LTU,2005,18,25498,26394 +LTU,2006,0,15079,15743 +LTU,2006,1,14552,15223 +LTU,2006,2,14051,14780 +LTU,2006,3,13909,14694 +LTU,2006,4,14084,14922 +LTU,2006,5,14532,15420 +LTU,2006,6,15204,16138 +LTU,2006,7,16050,17025 +LTU,2006,8,17070,18079 +LTU,2006,9,18239,19276 +LTU,2006,10,19490,20546 +LTU,2006,11,20778,21847 +LTU,2006,12,22109,23190 +LTU,2006,13,23198,24272 +LTU,2006,14,23897,24937 +LTU,2006,15,24302,25291 +LTU,2006,16,24688,25620 +LTU,2006,17,25041,25900 +LTU,2006,18,25135,25943 +LTU,2007,0,15327,15980 +LTU,2007,1,14351,15023 +LTU,2007,2,14232,14888 +LTU,2007,3,13872,14580 +LTU,2007,4,13822,14583 +LTU,2007,5,14048,14862 +LTU,2007,6,14516,15380 +LTU,2007,7,15172,16084 +LTU,2007,8,15965,16921 +LTU,2007,9,16947,17940 +LTU,2007,10,18117,19137 +LTU,2007,11,19388,20427 +LTU,2007,12,20678,21730 +LTU,2007,13,22006,23071 +LTU,2007,14,23063,24115 +LTU,2007,15,23688,24693 +LTU,2007,16,23993,24927 +LTU,2007,17,24286,25144 +LTU,2007,18,24546,25313 +LTU,2008,0,15570,16228 +LTU,2008,1,14548,15197 +LTU,2008,2,13867,14523 +LTU,2008,3,13904,14549 +LTU,2008,4,13685,14375 +LTU,2008,5,13728,14468 +LTU,2008,6,14006,14798 +LTU,2008,7,14492,15335 +LTU,2008,8,15132,16025 +LTU,2008,9,15873,16812 +LTU,2008,10,16816,17795 +LTU,2008,11,17986,18993 +LTU,2008,12,19277,20302 +LTU,2008,13,20568,21606 +LTU,2008,14,21891,22944 +LTU,2008,15,22916,23952 +LTU,2008,16,23466,24441 +LTU,2008,17,23672,24556 +LTU,2008,18,23871,24662 +LTU,2009,0,15776,16459 +LTU,2009,1,14759,15408 +LTU,2009,2,14031,14664 +LTU,2009,3,13569,14205 +LTU,2009,4,13576,14218 +LTU,2009,5,13497,14179 +LTU,2009,6,13633,14361 +LTU,2009,7,13963,14742 +LTU,2009,8,14467,15299 +LTU,2009,9,15091,15975 +LTU,2009,10,15779,16713 +LTU,2009,11,16683,17660 +LTU,2009,12,17853,18860 +LTU,2009,13,19164,20189 +LTU,2009,14,20456,21495 +LTU,2009,15,21775,22831 +LTU,2009,16,22767,23802 +LTU,2009,17,23243,24203 +LTU,2009,18,23349,24200 +LTU,2010,0,15915,16650 +LTU,2010,1,14943,15617 +LTU,2010,2,14203,14843 +LTU,2010,3,13684,14310 +LTU,2010,4,13371,14003 +LTU,2010,5,13252,13906 +LTU,2010,6,13313,14001 +LTU,2010,7,13541,14273 +LTU,2010,8,13923,14706 +LTU,2010,9,14446,15283 +LTU,2010,10,15053,15946 +LTU,2010,11,15689,16636 +LTU,2010,12,16555,17549 +LTU,2010,13,17725,18752 +LTU,2010,14,19056,20102 +LTU,2010,15,20349,21412 +LTU,2010,16,21664,22748 +LTU,2010,17,22624,23683 +LTU,2010,18,23025,23996 +LTU,2011,0,15979,16723 +LTU,2011,1,15533,16216 +LTU,2011,2,14702,15336 +LTU,2011,3,14062,14668 +LTU,2011,4,13607,14203 +LTU,2011,5,13328,13931 +LTU,2011,6,13211,13836 +LTU,2011,7,13242,13899 +LTU,2011,8,13452,14150 +LTU,2011,9,13851,14596 +LTU,2011,10,14407,15203 +LTU,2011,11,15028,15876 +LTU,2011,12,15670,16568 +LTU,2011,13,16515,17460 +LTU,2011,14,17624,18612 +LTU,2011,15,18869,19892 +LTU,2011,16,20080,21132 +LTU,2011,17,21313,22398 +LTU,2011,18,22189,23264 +LTU,2012,0,15980,16759 +LTU,2012,1,15170,15850 +LTU,2012,2,15163,15814 +LTU,2012,3,14473,15083 +LTU,2012,4,13933,14520 +LTU,2012,5,13541,14122 +LTU,2012,6,13296,13885 +LTU,2012,7,13182,13792 +LTU,2012,8,13182,13823 +LTU,2012,9,13374,14054 +LTU,2012,10,13790,14514 +LTU,2012,11,14380,15152 +LTU,2012,12,15016,15837 +LTU,2012,13,15663,16531 +LTU,2012,14,16488,17405 +LTU,2012,15,17538,18508 +LTU,2012,16,18698,19719 +LTU,2012,17,19826,20893 +LTU,2012,18,20979,22091 +LTU,2013,0,15870,16698 +LTU,2013,1,15204,15920 +LTU,2013,2,14626,15260 +LTU,2013,3,14798,15432 +LTU,2013,4,14249,14851 +LTU,2013,5,13808,14392 +LTU,2013,6,13479,14060 +LTU,2013,7,13268,13858 +LTU,2013,8,13156,13767 +LTU,2013,9,13126,13766 +LTU,2013,10,13300,13977 +LTU,2013,11,13733,14451 +LTU,2013,12,14357,15121 +LTU,2013,13,15008,15819 +LTU,2013,14,15662,16516 +LTU,2013,15,16466,17372 +LTU,2013,16,17457,18428 +LTU,2013,17,18533,19573 +LTU,2013,18,19579,20680 +LTU,2014,0,15592,16458 +LTU,2014,1,15151,15912 +LTU,2014,2,14733,15413 +LTU,2014,3,14346,14968 +LTU,2014,4,14428,15056 +LTU,2014,5,14020,14623 +LTU,2014,6,13677,14269 +LTU,2014,7,13412,14003 +LTU,2014,8,13235,13836 +LTU,2014,9,13126,13746 +LTU,2014,10,13065,13713 +LTU,2014,11,13222,13905 +LTU,2014,12,13671,14394 +LTU,2014,13,14329,15096 +LTU,2014,14,14994,15806 +LTU,2014,15,15655,16507 +LTU,2014,16,16438,17346 +LTU,2014,17,17370,18356 +LTU,2014,18,18360,19433 +LTU,2015,0,15116,15992 +LTU,2015,1,14995,15798 +LTU,2015,2,14809,15551 +LTU,2015,3,14577,15270 +LTU,2015,4,14316,14971 +LTU,2015,5,14044,14672 +LTU,2015,6,13777,14388 +LTU,2015,7,13534,14139 +LTU,2015,8,13333,13939 +LTU,2015,9,13190,13807 +LTU,2015,10,13084,13719 +LTU,2015,11,12992,13654 +LTU,2015,12,13131,13826 +LTU,2015,13,13597,14329 +LTU,2015,14,14288,15063 +LTU,2015,15,14967,15786 +LTU,2015,16,15633,16490 +LTU,2015,17,16395,17311 +LTU,2015,18,17266,18274 +LTU,2016,0,14421,15245 +LTU,2016,1,15267,16188 +LTU,2016,2,15128,15981 +LTU,2016,3,14892,15679 +LTU,2016,4,14584,15312 +LTU,2016,5,14232,14906 +LTU,2016,6,13844,14470 +LTU,2016,7,13433,14012 +LTU,2016,8,13101,13657 +LTU,2016,9,12904,13471 +LTU,2016,10,12822,13424 +LTU,2016,11,12765,13407 +LTU,2016,12,12733,13428 +LTU,2016,13,12880,13615 +LTU,2016,14,13265,14020 +LTU,2016,15,13825,14587 +LTU,2016,16,14389,15165 +LTU,2016,17,14940,15719 +LTU,2016,18,15633,16460 +LTU,2017,0,13536,14280 +LTU,2017,1,14379,15198 +LTU,2017,2,15414,16389 +LTU,2017,3,15258,16169 +LTU,2017,4,14971,15813 +LTU,2017,5,14588,15359 +LTU,2017,6,14144,14846 +LTU,2017,7,13642,14273 +LTU,2017,8,13087,13641 +LTU,2017,9,12666,13181 +LTU,2017,10,12473,13009 +LTU,2017,11,12452,13047 +LTU,2017,12,12444,13100 +LTU,2017,13,12472,13206 +LTU,2017,14,12626,13410 +LTU,2017,15,12931,13715 +LTU,2017,16,13360,14117 +LTU,2017,17,13809,14548 +LTU,2017,18,14244,14953 +LTU,2018,0,12609,13258 +LTU,2018,1,13965,14780 +LTU,2018,2,14877,15800 +LTU,2018,3,15561,16589 +LTU,2018,4,15388,16356 +LTU,2018,5,15050,15945 +LTU,2018,6,14592,15404 +LTU,2018,7,14057,14784 +LTU,2018,8,13441,14075 +LTU,2018,9,12742,13269 +LTU,2018,10,12231,12703 +LTU,2018,11,12042,12545 +LTU,2018,12,12082,12668 +LTU,2018,13,12123,12792 +LTU,2018,14,12211,12983 +LTU,2018,15,12373,13203 +LTU,2018,16,12598,13409 +LTU,2018,17,12895,13645 +LTU,2018,18,13230,13931 +LTU,2019,0,12000,12000 +LTU,2019,1,14000,14000 +LTU,2019,2,15000,16000 +LTU,2019,3,15000,17000 +LTU,2019,4,16000,17000 +LTU,2019,5,16000,17000 +LTU,2019,6,15000,16000 +LTU,2019,7,15000,15000 +LTU,2019,8,14000,15000 +LTU,2019,9,13000,14000 +LTU,2019,10,12000,13000 +LTU,2019,11,12000,12000 +LTU,2019,12,12000,12000 +LTU,2019,13,12000,12000 +LTU,2019,14,12000,12000 +LTU,2019,15,12000,13000 +LTU,2019,16,12000,13000 +LTU,2019,17,12000,13000 +LTU,2019,18,12000,13000 +LTU,2020,0,11000,12000 +LTU,2020,1,13000,14000 +LTU,2020,2,15000,15000 +LTU,2020,3,15000,16000 +LTU,2020,4,16000,17000 +LTU,2020,5,16000,17000 +LTU,2020,6,16000,17000 +LTU,2020,7,15000,16000 +LTU,2020,8,15000,16000 +LTU,2020,9,14000,15000 +LTU,2020,10,13000,14000 +LTU,2020,11,12000,13000 +LTU,2020,12,11000,12000 +LTU,2020,13,11000,12000 +LTU,2020,14,11000,12000 +LTU,2020,15,12000,12000 +LTU,2020,16,12000,13000 +LTU,2020,17,12000,13000 +LTU,2020,18,12000,13000 +LTU,2021,0,11000,12000 +LTU,2021,1,12000,12000 +LTU,2021,2,13000,14000 +LTU,2021,3,14000,15000 +LTU,2021,4,15000,16000 +LTU,2021,5,16000,17000 +LTU,2021,6,16000,17000 +LTU,2021,7,16000,17000 +LTU,2021,8,15000,16000 +LTU,2021,9,15000,16000 +LTU,2021,10,14000,15000 +LTU,2021,11,13000,14000 +LTU,2021,12,12000,12000 +LTU,2021,13,11000,12000 +LTU,2021,14,11000,11000 +LTU,2021,15,11000,12000 +LTU,2021,16,11000,12000 +LTU,2021,17,11000,12000 +LTU,2021,18,12000,13000 +LTU,2022,0,11000,12000 +LTU,2022,1,13000,13000 +LTU,2022,2,12000,13000 +LTU,2022,3,13000,14000 +LTU,2022,4,14000,15000 +LTU,2022,5,15000,16000 +LTU,2022,6,15000,16000 +LTU,2022,7,16000,17000 +LTU,2022,8,16000,17000 +LTU,2022,9,15000,16000 +LTU,2022,10,15000,16000 +LTU,2022,11,14000,15000 +LTU,2022,12,13000,13000 +LTU,2022,13,12000,12000 +LTU,2022,14,11000,11000 +LTU,2022,15,11000,11000 +LTU,2022,16,11000,11000 +LTU,2022,17,11000,12000 +LTU,2022,18,11000,12000 +LTU,2023,0,12000,12000 +LTU,2023,1,12000,13000 +LTU,2023,2,13000,14000 +LTU,2023,3,12000,13000 +LTU,2023,4,13000,14000 +LTU,2023,5,14000,15000 +LTU,2023,6,15000,16000 +LTU,2023,7,15000,16000 +LTU,2023,8,15000,16000 +LTU,2023,9,16000,17000 +LTU,2023,10,15000,16000 +LTU,2023,11,15000,16000 +LTU,2023,12,14000,14000 +LTU,2023,13,13000,13000 +LTU,2023,14,12000,12000 +LTU,2023,15,11000,11000 +LTU,2023,16,11000,11000 +LTU,2023,17,11000,11000 +LTU,2023,18,11000,11000 +LTU,2024,0,12000,13000 +LTU,2024,1,12000,13000 +LTU,2024,2,13000,13000 +LTU,2024,3,13000,14000 +LTU,2024,4,13000,13000 +LTU,2024,5,13000,14000 +LTU,2024,6,14000,15000 +LTU,2024,7,15000,15000 +LTU,2024,8,15000,16000 +LTU,2024,9,15000,16000 +LTU,2024,10,16000,17000 +LTU,2024,11,15000,16000 +LTU,2024,12,15000,16000 +LTU,2024,13,14000,14000 +LTU,2024,14,13000,13000 +LTU,2024,15,12000,12000 +LTU,2024,16,11000,11000 +LTU,2024,17,10000,11000 +LTU,2024,18,10000,11000 +LTU,2025,0,12000,13000 +LTU,2025,1,12000,13000 +LTU,2025,2,12000,13000 +LTU,2025,3,12000,13000 +LTU,2025,4,13000,13000 +LTU,2025,5,13000,14000 +LTU,2025,6,13000,14000 +LTU,2025,7,14000,15000 +LTU,2025,8,14000,15000 +LTU,2025,9,15000,16000 +LTU,2025,10,15000,16000 +LTU,2025,11,16000,17000 +LTU,2025,12,16000,17000 +LTU,2025,13,15000,16000 +LTU,2025,14,14000,14000 +LTU,2025,15,13000,13000 +LTU,2025,16,11000,12000 +LTU,2025,17,11000,11000 +LTU,2025,18,10000,11000 +LTU,2026,0,12000,13000 +LTU,2026,1,12000,13000 +LTU,2026,2,12000,13000 +LTU,2026,3,12000,13000 +LTU,2026,4,12000,13000 +LTU,2026,5,13000,13000 +LTU,2026,6,13000,14000 +LTU,2026,7,13000,14000 +LTU,2026,8,14000,15000 +LTU,2026,9,14000,15000 +LTU,2026,10,15000,16000 +LTU,2026,11,15000,16000 +LTU,2026,12,15000,16000 +LTU,2026,13,15000,16000 +LTU,2026,14,15000,16000 +LTU,2026,15,14000,14000 +LTU,2026,16,12000,13000 +LTU,2026,17,11000,12000 +LTU,2026,18,10000,11000 +LTU,2027,0,12000,12000 +LTU,2027,1,12000,12000 +LTU,2027,2,12000,12000 +LTU,2027,3,12000,13000 +LTU,2027,4,12000,13000 +LTU,2027,5,12000,13000 +LTU,2027,6,13000,13000 +LTU,2027,7,13000,14000 +LTU,2027,8,13000,14000 +LTU,2027,9,14000,15000 +LTU,2027,10,14000,15000 +LTU,2027,11,15000,16000 +LTU,2027,12,15000,16000 +LTU,2027,13,15000,16000 +LTU,2027,14,15000,16000 +LTU,2027,15,15000,16000 +LTU,2027,16,13000,14000 +LTU,2027,17,12000,13000 +LTU,2027,18,11000,12000 +LTU,2028,0,11000,12000 +LTU,2028,1,11000,12000 +LTU,2028,2,11000,12000 +LTU,2028,3,12000,12000 +LTU,2028,4,12000,13000 +LTU,2028,5,12000,13000 +LTU,2028,6,12000,13000 +LTU,2028,7,13000,13000 +LTU,2028,8,13000,14000 +LTU,2028,9,13000,14000 +LTU,2028,10,14000,15000 +LTU,2028,11,14000,15000 +LTU,2028,12,15000,16000 +LTU,2028,13,15000,16000 +LTU,2028,14,15000,16000 +LTU,2028,15,15000,16000 +LTU,2028,16,15000,15000 +LTU,2028,17,13000,14000 +LTU,2028,18,12000,13000 +LTU,2029,0,11000,12000 +LTU,2029,1,11000,12000 +LTU,2029,2,11000,12000 +LTU,2029,3,11000,12000 +LTU,2029,4,12000,12000 +LTU,2029,5,12000,12000 +LTU,2029,6,12000,13000 +LTU,2029,7,12000,13000 +LTU,2029,8,13000,14000 +LTU,2029,9,13000,14000 +LTU,2029,10,13000,14000 +LTU,2029,11,14000,15000 +LTU,2029,12,14000,15000 +LTU,2029,13,15000,15000 +LTU,2029,14,15000,16000 +LTU,2029,15,15000,16000 +LTU,2029,16,15000,16000 +LTU,2029,17,14000,15000 +LTU,2029,18,13000,14000 +LTU,2030,0,11000,11000 +LTU,2030,1,11000,11000 +LTU,2030,2,11000,11000 +LTU,2030,3,11000,12000 +LTU,2030,4,11000,12000 +LTU,2030,5,12000,12000 +LTU,2030,6,12000,12000 +LTU,2030,7,12000,13000 +LTU,2030,8,13000,13000 +LTU,2030,9,13000,14000 +LTU,2030,10,13000,14000 +LTU,2030,11,13000,14000 +LTU,2030,12,14000,15000 +LTU,2030,13,14000,15000 +LTU,2030,14,15000,15000 +LTU,2030,15,15000,16000 +LTU,2030,16,15000,16000 +LTU,2030,17,15000,16000 +LTU,2030,18,14000,15000 +LTU,2031,0,10000,11000 +LTU,2031,1,11000,11000 +LTU,2031,2,11000,11000 +LTU,2031,3,11000,11000 +LTU,2031,4,11000,12000 +LTU,2031,5,11000,12000 +LTU,2031,6,12000,12000 +LTU,2031,7,12000,12000 +LTU,2031,8,12000,13000 +LTU,2031,9,12000,13000 +LTU,2031,10,13000,14000 +LTU,2031,11,13000,14000 +LTU,2031,12,13000,14000 +LTU,2031,13,14000,15000 +LTU,2031,14,14000,15000 +LTU,2031,15,14000,15000 +LTU,2031,16,15000,16000 +LTU,2031,17,15000,16000 +LTU,2031,18,15000,16000 +LTU,2032,0,9800,10000 +LTU,2032,1,10000,11000 +LTU,2032,2,10000,11000 +LTU,2032,3,11000,11000 +LTU,2032,4,11000,11000 +LTU,2032,5,11000,12000 +LTU,2032,6,11000,12000 +LTU,2032,7,12000,12000 +LTU,2032,8,12000,12000 +LTU,2032,9,12000,13000 +LTU,2032,10,12000,13000 +LTU,2032,11,13000,14000 +LTU,2032,12,13000,14000 +LTU,2032,13,13000,14000 +LTU,2032,14,14000,15000 +LTU,2032,15,14000,15000 +LTU,2032,16,14000,15000 +LTU,2032,17,15000,16000 +LTU,2032,18,15000,16000 +LTU,2033,0,9400,9900 +LTU,2033,1,9700,10000 +LTU,2033,2,10000,10000 +LTU,2033,3,10000,11000 +LTU,2033,4,11000,11000 +LTU,2033,5,11000,11000 +LTU,2033,6,11000,12000 +LTU,2033,7,11000,12000 +LTU,2033,8,12000,12000 +LTU,2033,9,12000,12000 +LTU,2033,10,12000,13000 +LTU,2033,11,12000,13000 +LTU,2033,12,13000,14000 +LTU,2033,13,13000,14000 +LTU,2033,14,13000,14000 +LTU,2033,15,14000,15000 +LTU,2033,16,14000,15000 +LTU,2033,17,14000,15000 +LTU,2033,18,15000,16000 +LTU,2034,0,9100,9600 +LTU,2034,1,9400,9900 +LTU,2034,2,9700,10000 +LTU,2034,3,10000,11000 +LTU,2034,4,10000,11000 +LTU,2034,5,11000,11000 +LTU,2034,6,11000,11000 +LTU,2034,7,11000,12000 +LTU,2034,8,11000,12000 +LTU,2034,9,12000,12000 +LTU,2034,10,12000,12000 +LTU,2034,11,12000,13000 +LTU,2034,12,12000,13000 +LTU,2034,13,13000,14000 +LTU,2034,14,13000,14000 +LTU,2034,15,13000,14000 +LTU,2034,16,14000,14000 +LTU,2034,17,14000,15000 +LTU,2034,18,14000,15000 +LTU,2035,0,9000,9400 +LTU,2035,1,9200,9700 +LTU,2035,2,9500,10000 +LTU,2035,3,9800,10000 +LTU,2035,4,10000,11000 +LTU,2035,5,10000,11000 +LTU,2035,6,11000,11000 +LTU,2035,7,11000,11000 +LTU,2035,8,11000,12000 +LTU,2035,9,11000,12000 +LTU,2035,10,12000,12000 +LTU,2035,11,12000,12000 +LTU,2035,12,12000,13000 +LTU,2035,13,12000,13000 +LTU,2035,14,13000,14000 +LTU,2035,15,13000,14000 +LTU,2035,16,13000,14000 +LTU,2035,17,14000,14000 +LTU,2035,18,14000,15000 +LTU,2036,0,8900,9400 +LTU,2036,1,9000,9500 +LTU,2036,2,9200,9700 +LTU,2036,3,9500,10000 +LTU,2036,4,9700,10000 +LTU,2036,5,10000,11000 +LTU,2036,6,10000,11000 +LTU,2036,7,11000,11000 +LTU,2036,8,11000,11000 +LTU,2036,9,11000,12000 +LTU,2036,10,11000,12000 +LTU,2036,11,12000,12000 +LTU,2036,12,12000,12000 +LTU,2036,13,12000,13000 +LTU,2036,14,12000,13000 +LTU,2036,15,13000,13000 +LTU,2036,16,13000,14000 +LTU,2036,17,13000,14000 +LTU,2036,18,14000,14000 +LTU,2037,0,9000,9500 +LTU,2037,1,9100,9600 +LTU,2037,2,9000,9500 +LTU,2037,3,9200,9700 +LTU,2037,4,9500,10000 +LTU,2037,5,9700,10000 +LTU,2037,6,10000,11000 +LTU,2037,7,10000,11000 +LTU,2037,8,11000,11000 +LTU,2037,9,11000,11000 +LTU,2037,10,11000,12000 +LTU,2037,11,11000,12000 +LTU,2037,12,12000,12000 +LTU,2037,13,12000,12000 +LTU,2037,14,12000,13000 +LTU,2037,15,12000,13000 +LTU,2037,16,13000,13000 +LTU,2037,17,13000,14000 +LTU,2037,18,13000,14000 +LTU,2038,0,9200,9600 +LTU,2038,1,9100,9600 +LTU,2038,2,9100,9600 +LTU,2038,3,9100,9500 +LTU,2038,4,9200,9700 +LTU,2038,5,9500,10000 +LTU,2038,6,9700,10000 +LTU,2038,7,10000,10000 +LTU,2038,8,10000,11000 +LTU,2038,9,11000,11000 +LTU,2038,10,11000,11000 +LTU,2038,11,11000,12000 +LTU,2038,12,11000,12000 +LTU,2038,13,12000,12000 +LTU,2038,14,12000,12000 +LTU,2038,15,12000,13000 +LTU,2038,16,12000,13000 +LTU,2038,17,13000,13000 +LTU,2038,18,13000,14000 +LTU,2039,0,9400,9900 +LTU,2039,1,9200,9700 +LTU,2039,2,9100,9600 +LTU,2039,3,9100,9600 +LTU,2039,4,9100,9600 +LTU,2039,5,9300,9700 +LTU,2039,6,9400,9900 +LTU,2039,7,9700,10000 +LTU,2039,8,9900,10000 +LTU,2039,9,10000,11000 +LTU,2039,10,11000,11000 +LTU,2039,11,11000,11000 +LTU,2039,12,11000,12000 +LTU,2039,13,11000,12000 +LTU,2039,14,12000,12000 +LTU,2039,15,12000,12000 +LTU,2039,16,12000,13000 +LTU,2039,17,12000,13000 +LTU,2039,18,13000,13000 +LTU,2040,0,9600,10000 +LTU,2040,1,9300,9800 +LTU,2040,2,9200,9600 +LTU,2040,3,9100,9600 +LTU,2040,4,9100,9500 +LTU,2040,5,9100,9600 +LTU,2040,6,9200,9700 +LTU,2040,7,9400,9900 +LTU,2040,8,9600,10000 +LTU,2040,9,9900,10000 +LTU,2040,10,10000,11000 +LTU,2040,11,11000,11000 +LTU,2040,12,11000,11000 +LTU,2040,13,11000,12000 +LTU,2040,14,11000,12000 +LTU,2040,15,11000,12000 +LTU,2040,16,12000,12000 +LTU,2040,17,12000,13000 +LTU,2040,18,12000,13000 +LTU,2041,0,9900,10000 +LTU,2041,1,9600,10000 +LTU,2041,2,9300,9800 +LTU,2041,3,9200,9600 +LTU,2041,4,9100,9600 +LTU,2041,5,9100,9600 +LTU,2041,6,9100,9600 +LTU,2041,7,9300,9700 +LTU,2041,8,9400,9900 +LTU,2041,9,9600,10000 +LTU,2041,10,9900,10000 +LTU,2041,11,10000,11000 +LTU,2041,12,11000,11000 +LTU,2041,13,11000,11000 +LTU,2041,14,11000,12000 +LTU,2041,15,11000,12000 +LTU,2041,16,11000,12000 +LTU,2041,17,12000,12000 +LTU,2041,18,12000,13000 +LTU,2042,0,10000,11000 +LTU,2042,1,9700,10000 +LTU,2042,2,9500,10000 +LTU,2042,3,9300,9800 +LTU,2042,4,9200,9700 +LTU,2042,5,9100,9600 +LTU,2042,6,9100,9600 +LTU,2042,7,9200,9600 +LTU,2042,8,9300,9700 +LTU,2042,9,9400,9900 +LTU,2042,10,9600,10000 +LTU,2042,11,9900,10000 +LTU,2042,12,10000,11000 +LTU,2042,13,10000,11000 +LTU,2042,14,11000,11000 +LTU,2042,15,11000,12000 +LTU,2042,16,11000,12000 +LTU,2042,17,11000,12000 +LTU,2042,18,12000,12000 +LTU,2043,0,10000,11000 +LTU,2043,1,9900,10000 +LTU,2043,2,9600,10000 +LTU,2043,3,9500,10000 +LTU,2043,4,9300,9800 +LTU,2043,5,9200,9700 +LTU,2043,6,9100,9600 +LTU,2043,7,9100,9600 +LTU,2043,8,9200,9600 +LTU,2043,9,9300,9700 +LTU,2043,10,9400,9900 +LTU,2043,11,9600,10000 +LTU,2043,12,9900,10000 +LTU,2043,13,10000,11000 +LTU,2043,14,10000,11000 +LTU,2043,15,11000,11000 +LTU,2043,16,11000,12000 +LTU,2043,17,11000,12000 +LTU,2043,18,11000,12000 +LTU,2044,0,11000,11000 +LTU,2044,1,10000,11000 +LTU,2044,2,9800,10000 +LTU,2044,3,9600,10000 +LTU,2044,4,9400,9900 +LTU,2044,5,9300,9800 +LTU,2044,6,9200,9700 +LTU,2044,7,9100,9600 +LTU,2044,8,9100,9600 +LTU,2044,9,9200,9700 +LTU,2044,10,9300,9700 +LTU,2044,11,9400,9900 +LTU,2044,12,9600,10000 +LTU,2044,13,9900,10000 +LTU,2044,14,10000,11000 +LTU,2044,15,10000,11000 +LTU,2044,16,11000,11000 +LTU,2044,17,11000,12000 +LTU,2044,18,11000,12000 +LTU,2045,0,11000,11000 +LTU,2045,1,10000,11000 +LTU,2045,2,10000,11000 +LTU,2045,3,9800,10000 +LTU,2045,4,9500,10000 +LTU,2045,5,9400,9900 +LTU,2045,6,9300,9700 +LTU,2045,7,9200,9700 +LTU,2045,8,9100,9600 +LTU,2045,9,9100,9600 +LTU,2045,10,9200,9700 +LTU,2045,11,9200,9700 +LTU,2045,12,9400,9900 +LTU,2045,13,9600,10000 +LTU,2045,14,9800,10000 +LTU,2045,15,10000,11000 +LTU,2045,16,10000,11000 +LTU,2045,17,11000,11000 +LTU,2045,18,11000,12000 +LTU,2046,0,11000,11000 +LTU,2046,1,11000,11000 +LTU,2046,2,10000,11000 +LTU,2046,3,10000,11000 +LTU,2046,4,9800,10000 +LTU,2046,5,9600,10000 +LTU,2046,6,9400,9900 +LTU,2046,7,9300,9700 +LTU,2046,8,9200,9600 +LTU,2046,9,9100,9600 +LTU,2046,10,9100,9600 +LTU,2046,11,9200,9700 +LTU,2046,12,9200,9700 +LTU,2046,13,9300,9800 +LTU,2046,14,9500,10000 +LTU,2046,15,9800,10000 +LTU,2046,16,10000,11000 +LTU,2046,17,10000,11000 +LTU,2046,18,11000,11000 +LTU,2047,0,11000,11000 +LTU,2047,1,11000,11000 +LTU,2047,2,11000,11000 +LTU,2047,3,10000,11000 +LTU,2047,4,10000,11000 +LTU,2047,5,9800,10000 +LTU,2047,6,9600,10000 +LTU,2047,7,9400,9900 +LTU,2047,8,9300,9700 +LTU,2047,9,9200,9600 +LTU,2047,10,9100,9600 +LTU,2047,11,9100,9600 +LTU,2047,12,9200,9600 +LTU,2047,13,9200,9700 +LTU,2047,14,9300,9800 +LTU,2047,15,9500,10000 +LTU,2047,16,9800,10000 +LTU,2047,17,10000,11000 +LTU,2047,18,10000,11000 +LTU,2048,0,11000,11000 +LTU,2048,1,11000,11000 +LTU,2048,2,11000,11000 +LTU,2048,3,10000,11000 +LTU,2048,4,10000,11000 +LTU,2048,5,10000,11000 +LTU,2048,6,9800,10000 +LTU,2048,7,9600,10000 +LTU,2048,8,9400,9900 +LTU,2048,9,9300,9700 +LTU,2048,10,9100,9600 +LTU,2048,11,9100,9600 +LTU,2048,12,9100,9600 +LTU,2048,13,9100,9600 +LTU,2048,14,9200,9700 +LTU,2048,15,9300,9800 +LTU,2048,16,9500,10000 +LTU,2048,17,9700,10000 +LTU,2048,18,10000,11000 +LTU,2049,0,11000,11000 +LTU,2049,1,11000,11000 +LTU,2049,2,11000,11000 +LTU,2049,3,11000,11000 +LTU,2049,4,10000,11000 +LTU,2049,5,10000,11000 +LTU,2049,6,10000,11000 +LTU,2049,7,9800,10000 +LTU,2049,8,9600,10000 +LTU,2049,9,9400,9900 +LTU,2049,10,9300,9700 +LTU,2049,11,9100,9600 +LTU,2049,12,9100,9600 +LTU,2049,13,9100,9600 +LTU,2049,14,9100,9600 +LTU,2049,15,9200,9700 +LTU,2049,16,9300,9800 +LTU,2049,17,9500,10000 +LTU,2049,18,9700,10000 +LTU,2050,0,11000,11000 +LTU,2050,1,11000,11000 +LTU,2050,2,11000,11000 +LTU,2050,3,11000,11000 +LTU,2050,4,11000,11000 +LTU,2050,5,10000,11000 +LTU,2050,6,10000,11000 +LTU,2050,7,10000,11000 +LTU,2050,8,9800,10000 +LTU,2050,9,9600,10000 +LTU,2050,10,9400,9900 +LTU,2050,11,9300,9700 +LTU,2050,12,9100,9600 +LTU,2050,13,9100,9600 +LTU,2050,14,9100,9600 +LTU,2050,15,9100,9600 +LTU,2050,16,9100,9600 +LTU,2050,17,9300,9800 +LTU,2050,18,9400,10000 +LUX,1990,0,2342,2418 +LUX,1990,1,2313,2406 +LUX,1990,2,2282,2386 +LUX,1990,3,2251,2362 +LUX,1990,4,2219,2334 +LUX,1990,5,2187,2304 +LUX,1990,6,2157,2273 +LUX,1990,7,2129,2243 +LUX,1990,8,2104,2214 +LUX,1990,9,2083,2189 +LUX,1990,10,2068,2169 +LUX,1990,11,2063,2156 +LUX,1990,12,2058,2149 +LUX,1990,13,2050,2147 +LUX,1990,14,2046,2154 +LUX,1990,15,2050,2168 +LUX,1990,16,2054,2184 +LUX,1990,17,2102,2237 +LUX,1990,18,2214,2346 +LUX,1991,0,2424,2518 +LUX,1991,1,2379,2463 +LUX,1991,2,2346,2443 +LUX,1991,3,2312,2418 +LUX,1991,4,2277,2390 +LUX,1991,5,2243,2359 +LUX,1991,6,2209,2328 +LUX,1991,7,2178,2297 +LUX,1991,8,2149,2267 +LUX,1991,9,2122,2236 +LUX,1991,10,2099,2208 +LUX,1991,11,2083,2186 +LUX,1991,12,2076,2172 +LUX,1991,13,2074,2168 +LUX,1991,14,2077,2173 +LUX,1991,15,2088,2192 +LUX,1991,16,2106,2216 +LUX,1991,17,2125,2243 +LUX,1991,18,2184,2306 +LUX,1992,0,2514,2637 +LUX,1992,1,2474,2596 +LUX,1992,2,2417,2508 +LUX,1992,3,2381,2480 +LUX,1992,4,2344,2449 +LUX,1992,5,2306,2417 +LUX,1992,6,2268,2383 +LUX,1992,7,2233,2351 +LUX,1992,8,2200,2321 +LUX,1992,9,2169,2291 +LUX,1992,10,2141,2258 +LUX,1992,11,2116,2227 +LUX,1992,12,2099,2204 +LUX,1992,13,2090,2188 +LUX,1992,14,2092,2186 +LUX,1992,15,2105,2199 +LUX,1992,16,2131,2229 +LUX,1992,17,2163,2265 +LUX,1992,18,2197,2301 +LUX,1993,0,2602,2760 +LUX,1993,1,2561,2703 +LUX,1993,2,2518,2647 +LUX,1993,3,2457,2552 +LUX,1993,4,2417,2517 +LUX,1993,5,2376,2480 +LUX,1993,6,2335,2444 +LUX,1993,7,2295,2407 +LUX,1993,8,2257,2374 +LUX,1993,9,2223,2345 +LUX,1993,10,2191,2314 +LUX,1993,11,2160,2279 +LUX,1993,12,2134,2246 +LUX,1993,13,2116,2221 +LUX,1993,14,2106,2204 +LUX,1993,15,2111,2204 +LUX,1993,16,2134,2225 +LUX,1993,17,2175,2266 +LUX,1993,18,2222,2313 +LUX,1994,0,2673,2863 +LUX,1994,1,2636,2797 +LUX,1994,2,2596,2735 +LUX,1994,3,2553,2675 +LUX,1994,4,2496,2597 +LUX,1994,5,2453,2554 +LUX,1994,6,2409,2511 +LUX,1994,7,2365,2471 +LUX,1994,8,2322,2432 +LUX,1994,9,2282,2397 +LUX,1994,10,2247,2369 +LUX,1994,11,2214,2338 +LUX,1994,12,2181,2301 +LUX,1994,13,2152,2264 +LUX,1994,14,2133,2238 +LUX,1994,15,2121,2220 +LUX,1994,16,2130,2222 +LUX,1994,17,2164,2251 +LUX,1994,18,2220,2303 +LUX,1995,0,2718,2930 +LUX,1995,1,2692,2869 +LUX,1995,2,2660,2809 +LUX,1995,3,2622,2751 +LUX,1995,4,2581,2696 +LUX,1995,5,2536,2642 +LUX,1995,6,2489,2591 +LUX,1995,7,2442,2543 +LUX,1995,8,2395,2498 +LUX,1995,9,2349,2456 +LUX,1995,10,2307,2420 +LUX,1995,11,2271,2393 +LUX,1995,12,2236,2362 +LUX,1995,13,2201,2323 +LUX,1995,14,2170,2284 +LUX,1995,15,2150,2255 +LUX,1995,16,2137,2236 +LUX,1995,17,2148,2240 +LUX,1995,18,2193,2277 +LUX,1996,0,2735,2955 +LUX,1996,1,2741,2943 +LUX,1996,2,2717,2889 +LUX,1996,3,2686,2833 +LUX,1996,4,2647,2777 +LUX,1996,5,2604,2721 +LUX,1996,6,2558,2665 +LUX,1996,7,2508,2611 +LUX,1996,8,2459,2561 +LUX,1996,9,2412,2516 +LUX,1996,10,2367,2475 +LUX,1996,11,2326,2441 +LUX,1996,12,2290,2414 +LUX,1996,13,2259,2387 +LUX,1996,14,2231,2353 +LUX,1996,15,2210,2321 +LUX,1996,16,2199,2300 +LUX,1996,17,2195,2287 +LUX,1996,18,2216,2299 +LUX,1997,0,2727,2945 +LUX,1997,1,2746,2936 +LUX,1997,2,2766,2958 +LUX,1997,3,2743,2910 +LUX,1997,4,2712,2859 +LUX,1997,5,2673,2804 +LUX,1997,6,2628,2748 +LUX,1997,7,2580,2690 +LUX,1997,8,2528,2632 +LUX,1997,9,2477,2579 +LUX,1997,10,2429,2534 +LUX,1997,11,2385,2496 +LUX,1997,12,2345,2462 +LUX,1997,13,2311,2437 +LUX,1997,14,2283,2412 +LUX,1997,15,2262,2384 +LUX,1997,16,2251,2360 +LUX,1997,17,2249,2346 +LUX,1997,18,2253,2339 +LUX,1998,0,2699,2910 +LUX,1998,1,2746,2938 +LUX,1998,2,2772,2948 +LUX,1998,3,2789,2972 +LUX,1998,4,2768,2931 +LUX,1998,5,2737,2883 +LUX,1998,6,2697,2830 +LUX,1998,7,2651,2774 +LUX,1998,8,2601,2714 +LUX,1998,9,2547,2653 +LUX,1998,10,2494,2597 +LUX,1998,11,2446,2552 +LUX,1998,12,2403,2516 +LUX,1998,13,2363,2484 +LUX,1998,14,2330,2460 +LUX,1998,15,2306,2437 +LUX,1998,16,2292,2415 +LUX,1998,17,2291,2398 +LUX,1998,18,2297,2391 +LUX,1999,0,2661,2865 +LUX,1999,1,2733,2926 +LUX,1999,2,2780,2963 +LUX,1999,3,2804,2978 +LUX,1999,4,2809,2983 +LUX,1999,5,2790,2949 +LUX,1999,6,2759,2905 +LUX,1999,7,2719,2853 +LUX,1999,8,2672,2796 +LUX,1999,9,2619,2735 +LUX,1999,10,2563,2670 +LUX,1999,11,2509,2612 +LUX,1999,12,2460,2567 +LUX,1999,13,2418,2533 +LUX,1999,14,2380,2502 +LUX,1999,15,2348,2479 +LUX,1999,16,2327,2460 +LUX,1999,17,2320,2443 +LUX,1999,18,2328,2433 +LUX,2000,0,2619,2823 +LUX,2000,1,2708,2906 +LUX,2000,2,2771,2961 +LUX,2000,3,2810,2991 +LUX,2000,4,2827,2999 +LUX,2000,5,2826,2988 +LUX,2000,6,2808,2961 +LUX,2000,7,2778,2921 +LUX,2000,8,2737,2872 +LUX,2000,9,2688,2815 +LUX,2000,10,2634,2751 +LUX,2000,11,2575,2683 +LUX,2000,12,2519,2623 +LUX,2000,13,2471,2578 +LUX,2000,14,2429,2545 +LUX,2000,15,2392,2516 +LUX,2000,16,2361,2494 +LUX,2000,17,2344,2478 +LUX,2000,18,2345,2467 +LUX,2001,0,2582,2798 +LUX,2001,1,2652,2848 +LUX,2001,2,2729,2918 +LUX,2001,3,2783,2965 +LUX,2001,4,2816,2990 +LUX,2001,5,2830,2996 +LUX,2001,6,2828,2986 +LUX,2001,7,2813,2964 +LUX,2001,8,2785,2928 +LUX,2001,9,2746,2879 +LUX,2001,10,2699,2822 +LUX,2001,11,2648,2760 +LUX,2001,12,2594,2694 +LUX,2001,13,2541,2637 +LUX,2001,14,2495,2597 +LUX,2001,15,2454,2570 +LUX,2001,16,2418,2546 +LUX,2001,17,2388,2530 +LUX,2001,18,2375,2520 +LUX,2002,0,2543,2777 +LUX,2002,1,2644,2861 +LUX,2002,2,2683,2869 +LUX,2002,3,2747,2926 +LUX,2002,4,2792,2964 +LUX,2002,5,2819,2984 +LUX,2002,6,2830,2988 +LUX,2002,7,2828,2980 +LUX,2002,8,2814,2962 +LUX,2002,9,2789,2929 +LUX,2002,10,2751,2882 +LUX,2002,11,2706,2824 +LUX,2002,12,2658,2764 +LUX,2002,13,2609,2701 +LUX,2002,14,2560,2647 +LUX,2002,15,2515,2612 +LUX,2002,16,2476,2591 +LUX,2002,17,2441,2573 +LUX,2002,18,2412,2562 +LUX,2003,0,2513,2765 +LUX,2003,1,2609,2835 +LUX,2003,2,2685,2889 +LUX,2003,3,2713,2890 +LUX,2003,4,2764,2934 +LUX,2003,5,2800,2963 +LUX,2003,6,2821,2978 +LUX,2003,7,2829,2981 +LUX,2003,8,2827,2974 +LUX,2003,9,2815,2960 +LUX,2003,10,2792,2931 +LUX,2003,11,2757,2885 +LUX,2003,12,2713,2827 +LUX,2003,13,2668,2768 +LUX,2003,14,2624,2707 +LUX,2003,15,2579,2658 +LUX,2003,16,2536,2627 +LUX,2003,17,2497,2612 +LUX,2003,18,2464,2599 +LUX,2004,0,2502,2764 +LUX,2004,1,2589,2820 +LUX,2004,2,2660,2867 +LUX,2004,3,2718,2904 +LUX,2004,4,2748,2917 +LUX,2004,5,2787,2948 +LUX,2004,6,2813,2969 +LUX,2004,7,2829,2979 +LUX,2004,8,2834,2980 +LUX,2004,9,2831,2974 +LUX,2004,10,2821,2965 +LUX,2004,11,2800,2940 +LUX,2004,12,2767,2894 +LUX,2004,13,2725,2836 +LUX,2004,14,2683,2779 +LUX,2004,15,2643,2720 +LUX,2004,16,2602,2674 +LUX,2004,17,2561,2648 +LUX,2004,18,2523,2638 +LUX,2005,0,2519,2775 +LUX,2005,1,2593,2822 +LUX,2005,2,2657,2864 +LUX,2005,3,2711,2900 +LUX,2005,4,2755,2931 +LUX,2005,5,2790,2955 +LUX,2005,6,2817,2973 +LUX,2005,7,2834,2985 +LUX,2005,8,2844,2991 +LUX,2005,9,2846,2989 +LUX,2005,10,2842,2985 +LUX,2005,11,2835,2980 +LUX,2005,12,2816,2958 +LUX,2005,13,2784,2913 +LUX,2005,14,2744,2855 +LUX,2005,15,2705,2799 +LUX,2005,16,2670,2742 +LUX,2005,17,2632,2699 +LUX,2005,18,2592,2678 +LUX,2006,0,2544,2764 +LUX,2006,1,2574,2817 +LUX,2006,2,2638,2860 +LUX,2006,3,2694,2898 +LUX,2006,4,2743,2931 +LUX,2006,5,2784,2959 +LUX,2006,6,2818,2981 +LUX,2006,7,2846,2999 +LUX,2006,8,2864,3009 +LUX,2006,9,2870,3012 +LUX,2006,10,2866,3007 +LUX,2006,11,2859,3000 +LUX,2006,12,2850,2994 +LUX,2006,13,2832,2974 +LUX,2006,14,2803,2932 +LUX,2006,15,2769,2879 +LUX,2006,16,2736,2828 +LUX,2006,17,2705,2776 +LUX,2006,18,2681,2745 +LUX,2007,0,2597,2766 +LUX,2007,1,2636,2813 +LUX,2007,2,2635,2869 +LUX,2007,3,2689,2908 +LUX,2007,4,2738,2942 +LUX,2007,5,2782,2972 +LUX,2007,6,2820,2997 +LUX,2007,7,2853,3018 +LUX,2007,8,2883,3035 +LUX,2007,9,2901,3044 +LUX,2007,10,2903,3043 +LUX,2007,11,2894,3035 +LUX,2007,12,2883,3026 +LUX,2007,13,2873,3019 +LUX,2007,14,2855,2999 +LUX,2007,15,2830,2960 +LUX,2007,16,2801,2912 +LUX,2007,17,2773,2867 +LUX,2007,18,2747,2820 +LUX,2008,0,2670,2784 +LUX,2008,1,2688,2834 +LUX,2008,2,2711,2881 +LUX,2008,3,2701,2927 +LUX,2008,4,2745,2962 +LUX,2008,5,2787,2993 +LUX,2008,6,2825,3020 +LUX,2008,7,2860,3043 +LUX,2008,8,2893,3062 +LUX,2008,9,2925,3078 +LUX,2008,10,2942,3085 +LUX,2008,11,2941,3081 +LUX,2008,12,2925,3070 +LUX,2008,13,2912,3058 +LUX,2008,14,2900,3051 +LUX,2008,15,2883,3032 +LUX,2008,16,2860,2996 +LUX,2008,17,2837,2952 +LUX,2008,18,2815,2913 +LUX,2009,0,2751,2826 +LUX,2009,1,2749,2873 +LUX,2009,2,2756,2917 +LUX,2009,3,2770,2958 +LUX,2009,4,2768,2988 +LUX,2009,5,2802,3019 +LUX,2009,6,2836,3047 +LUX,2009,7,2870,3071 +LUX,2009,8,2902,3091 +LUX,2009,9,2934,3108 +LUX,2009,10,2967,3124 +LUX,2009,11,2985,3130 +LUX,2009,12,2980,3123 +LUX,2009,13,2959,3107 +LUX,2009,14,2942,3094 +LUX,2009,15,2929,3086 +LUX,2009,16,2912,3067 +LUX,2009,17,2892,3034 +LUX,2009,18,2874,2996 +LUX,2010,0,2831,2894 +LUX,2010,1,2810,2926 +LUX,2010,2,2802,2959 +LUX,2010,3,2804,2991 +LUX,2010,4,2816,3021 +LUX,2010,5,2834,3050 +LUX,2010,6,2858,3077 +LUX,2010,7,2885,3101 +LUX,2010,8,2914,3122 +LUX,2010,9,2943,3140 +LUX,2010,10,2974,3156 +LUX,2010,11,3010,3170 +LUX,2010,12,3028,3175 +LUX,2010,13,3018,3165 +LUX,2010,14,2992,3146 +LUX,2010,15,2971,3130 +LUX,2010,16,2956,3121 +LUX,2010,17,2940,3103 +LUX,2010,18,2924,3073 +LUX,2011,0,2907,2985 +LUX,2011,1,2856,2930 +LUX,2011,2,2838,2953 +LUX,2011,3,2830,2979 +LUX,2011,4,2833,3007 +LUX,2011,5,2845,3036 +LUX,2011,6,2863,3066 +LUX,2011,7,2887,3095 +LUX,2011,8,2915,3124 +LUX,2011,9,2948,3151 +LUX,2011,10,2983,3175 +LUX,2011,11,3021,3199 +LUX,2011,12,3063,3223 +LUX,2011,13,3089,3238 +LUX,2011,14,3087,3239 +LUX,2011,15,3069,3232 +LUX,2011,16,3057,3228 +LUX,2011,17,3051,3230 +LUX,2011,18,3046,3226 +LUX,2012,0,2981,3101 +LUX,2012,1,2931,3069 +LUX,2012,2,2881,2965 +LUX,2012,3,2864,2979 +LUX,2012,4,2858,2999 +LUX,2012,5,2861,3023 +LUX,2012,6,2873,3050 +LUX,2012,7,2891,3080 +LUX,2012,8,2914,3113 +LUX,2012,9,2944,3146 +LUX,2012,10,2981,3178 +LUX,2012,11,3022,3209 +LUX,2012,12,3066,3241 +LUX,2012,13,3116,3274 +LUX,2012,14,3149,3299 +LUX,2012,15,3155,3312 +LUX,2012,16,3145,3317 +LUX,2012,17,3142,3326 +LUX,2012,18,3143,3338 +LUX,2013,0,3049,3224 +LUX,2013,1,2989,3153 +LUX,2013,2,2944,3101 +LUX,2013,3,2905,3000 +LUX,2013,4,2890,3005 +LUX,2013,5,2884,3018 +LUX,2013,6,2888,3038 +LUX,2013,7,2900,3064 +LUX,2013,8,2919,3095 +LUX,2013,9,2941,3130 +LUX,2013,10,2973,3167 +LUX,2013,11,3014,3205 +LUX,2013,12,3061,3243 +LUX,2013,13,3111,3282 +LUX,2013,14,3167,3325 +LUX,2013,15,3208,3361 +LUX,2013,16,3222,3385 +LUX,2013,17,3220,3402 +LUX,2013,18,3226,3423 +LUX,2014,0,3104,3329 +LUX,2014,1,3042,3231 +LUX,2014,2,2993,3156 +LUX,2014,3,2956,3101 +LUX,2014,4,2929,3036 +LUX,2014,5,2916,3032 +LUX,2014,6,2911,3039 +LUX,2014,7,2916,3055 +LUX,2014,8,2928,3079 +LUX,2014,9,2946,3111 +LUX,2014,10,2968,3149 +LUX,2014,11,3001,3190 +LUX,2014,12,3046,3233 +LUX,2014,13,3099,3278 +LUX,2014,14,3156,3326 +LUX,2014,15,3219,3378 +LUX,2014,16,3268,3424 +LUX,2014,17,3289,3459 +LUX,2014,18,3296,3488 +LUX,2015,0,3146,3400 +LUX,2015,1,3088,3296 +LUX,2015,2,3041,3212 +LUX,2015,3,3003,3149 +LUX,2015,4,2974,3103 +LUX,2015,5,2954,3074 +LUX,2015,6,2942,3061 +LUX,2015,7,2939,3061 +LUX,2015,8,2944,3073 +LUX,2015,9,2956,3096 +LUX,2015,10,2974,3128 +LUX,2015,11,2996,3169 +LUX,2015,12,3030,3215 +LUX,2015,13,3080,3264 +LUX,2015,14,3138,3314 +LUX,2015,15,3201,3371 +LUX,2015,16,3272,3432 +LUX,2015,17,3328,3489 +LUX,2015,18,3357,3536 +LUX,2016,0,3171,3430 +LUX,2016,1,3167,3411 +LUX,2016,2,3117,3320 +LUX,2016,3,3074,3245 +LUX,2016,4,3038,3184 +LUX,2016,5,3009,3138 +LUX,2016,6,2988,3106 +LUX,2016,7,2974,3085 +LUX,2016,8,2970,3082 +LUX,2016,9,2979,3100 +LUX,2016,10,2999,3134 +LUX,2016,11,3024,3176 +LUX,2016,12,3053,3226 +LUX,2016,13,3095,3283 +LUX,2016,14,3152,3343 +LUX,2016,15,3219,3406 +LUX,2016,16,3290,3474 +LUX,2016,17,3369,3547 +LUX,2016,18,3437,3618 +LUX,2017,0,3180,3423 +LUX,2017,1,3161,3376 +LUX,2017,2,3189,3424 +LUX,2017,3,3146,3346 +LUX,2017,4,3107,3278 +LUX,2017,5,3073,3221 +LUX,2017,6,3045,3175 +LUX,2017,7,3023,3139 +LUX,2017,8,3006,3110 +LUX,2017,9,3002,3105 +LUX,2017,10,3015,3128 +LUX,2017,11,3042,3173 +LUX,2017,12,3074,3225 +LUX,2017,13,3110,3285 +LUX,2017,14,3159,3352 +LUX,2017,15,3224,3423 +LUX,2017,16,3300,3499 +LUX,2017,17,3380,3579 +LUX,2017,18,3467,3664 +LUX,2018,0,3179,3393 +LUX,2018,1,3186,3394 +LUX,2018,2,3183,3382 +LUX,2018,3,3210,3433 +LUX,2018,4,3174,3369 +LUX,2018,5,3139,3309 +LUX,2018,6,3107,3255 +LUX,2018,7,3079,3209 +LUX,2018,8,3056,3169 +LUX,2018,9,3036,3134 +LUX,2018,10,3032,3125 +LUX,2018,11,3049,3154 +LUX,2018,12,3083,3210 +LUX,2018,13,3122,3271 +LUX,2018,14,3165,3341 +LUX,2018,15,3222,3419 +LUX,2018,16,3295,3502 +LUX,2018,17,3379,3589 +LUX,2018,18,3468,3682 +LUX,2019,0,3200,3400 +LUX,2019,1,3200,3400 +LUX,2019,2,3200,3400 +LUX,2019,3,3200,3400 +LUX,2019,4,3200,3400 +LUX,2019,5,3200,3400 +LUX,2019,6,3200,3300 +LUX,2019,7,3100,3300 +LUX,2019,8,3100,3200 +LUX,2019,9,3100,3200 +LUX,2019,10,3100,3200 +LUX,2019,11,3100,3100 +LUX,2019,12,3100,3200 +LUX,2019,13,3100,3200 +LUX,2019,14,3200,3300 +LUX,2019,15,3200,3400 +LUX,2019,16,3300,3500 +LUX,2019,17,3400,3600 +LUX,2019,18,3500,3700 +LUX,2020,0,3200,3300 +LUX,2020,1,3200,3400 +LUX,2020,2,3200,3400 +LUX,2020,3,3300,3500 +LUX,2020,4,3200,3500 +LUX,2020,5,3200,3400 +LUX,2020,6,3200,3400 +LUX,2020,7,3200,3400 +LUX,2020,8,3200,3300 +LUX,2020,9,3100,3300 +LUX,2020,10,3100,3200 +LUX,2020,11,3100,3200 +LUX,2020,12,3100,3100 +LUX,2020,13,3100,3200 +LUX,2020,14,3200,3300 +LUX,2020,15,3200,3300 +LUX,2020,16,3300,3400 +LUX,2020,17,3300,3500 +LUX,2020,18,3400,3600 +LUX,2021,0,3200,3400 +LUX,2021,1,3200,3400 +LUX,2021,2,3300,3400 +LUX,2021,3,3300,3500 +LUX,2021,4,3300,3500 +LUX,2021,5,3300,3500 +LUX,2021,6,3300,3500 +LUX,2021,7,3300,3400 +LUX,2021,8,3200,3400 +LUX,2021,9,3200,3400 +LUX,2021,10,3200,3300 +LUX,2021,11,3200,3300 +LUX,2021,12,3100,3200 +LUX,2021,13,3200,3200 +LUX,2021,14,3200,3300 +LUX,2021,15,3200,3400 +LUX,2021,16,3300,3400 +LUX,2021,17,3400,3500 +LUX,2021,18,3400,3600 +LUX,2022,0,3300,3400 +LUX,2022,1,3300,3500 +LUX,2022,2,3300,3400 +LUX,2022,3,3300,3500 +LUX,2022,4,3300,3500 +LUX,2022,5,3300,3500 +LUX,2022,6,3300,3500 +LUX,2022,7,3300,3500 +LUX,2022,8,3300,3500 +LUX,2022,9,3300,3400 +LUX,2022,10,3300,3400 +LUX,2022,11,3200,3400 +LUX,2022,12,3200,3300 +LUX,2022,13,3200,3300 +LUX,2022,14,3200,3300 +LUX,2022,15,3300,3300 +LUX,2022,16,3300,3400 +LUX,2022,17,3400,3500 +LUX,2022,18,3500,3600 +LUX,2023,0,3300,3400 +LUX,2023,1,3300,3500 +LUX,2023,2,3300,3500 +LUX,2023,3,3300,3500 +LUX,2023,4,3300,3500 +LUX,2023,5,3300,3500 +LUX,2023,6,3300,3500 +LUX,2023,7,3300,3500 +LUX,2023,8,3300,3500 +LUX,2023,9,3300,3500 +LUX,2023,10,3300,3500 +LUX,2023,11,3300,3500 +LUX,2023,12,3300,3400 +LUX,2023,13,3300,3400 +LUX,2023,14,3300,3400 +LUX,2023,15,3300,3400 +LUX,2023,16,3300,3400 +LUX,2023,17,3400,3500 +LUX,2023,18,3500,3600 +LUX,2024,0,3300,3500 +LUX,2024,1,3300,3500 +LUX,2024,2,3400,3500 +LUX,2024,3,3400,3500 +LUX,2024,4,3300,3500 +LUX,2024,5,3300,3500 +LUX,2024,6,3300,3500 +LUX,2024,7,3300,3500 +LUX,2024,8,3300,3500 +LUX,2024,9,3300,3500 +LUX,2024,10,3300,3500 +LUX,2024,11,3300,3500 +LUX,2024,12,3300,3500 +LUX,2024,13,3300,3500 +LUX,2024,14,3300,3400 +LUX,2024,15,3300,3400 +LUX,2024,16,3300,3400 +LUX,2024,17,3400,3500 +LUX,2024,18,3500,3600 +LUX,2025,0,3300,3500 +LUX,2025,1,3400,3500 +LUX,2025,2,3400,3500 +LUX,2025,3,3400,3500 +LUX,2025,4,3400,3600 +LUX,2025,5,3400,3600 +LUX,2025,6,3400,3600 +LUX,2025,7,3400,3600 +LUX,2025,8,3400,3600 +LUX,2025,9,3400,3600 +LUX,2025,10,3400,3600 +LUX,2025,11,3400,3600 +LUX,2025,12,3400,3500 +LUX,2025,13,3400,3500 +LUX,2025,14,3400,3500 +LUX,2025,15,3400,3500 +LUX,2025,16,3400,3500 +LUX,2025,17,3400,3500 +LUX,2025,18,3500,3600 +LUX,2026,0,3300,3500 +LUX,2026,1,3400,3500 +LUX,2026,2,3400,3500 +LUX,2026,3,3400,3500 +LUX,2026,4,3400,3600 +LUX,2026,5,3400,3600 +LUX,2026,6,3400,3600 +LUX,2026,7,3400,3600 +LUX,2026,8,3400,3600 +LUX,2026,9,3400,3600 +LUX,2026,10,3400,3600 +LUX,2026,11,3400,3600 +LUX,2026,12,3400,3600 +LUX,2026,13,3400,3600 +LUX,2026,14,3400,3600 +LUX,2026,15,3400,3600 +LUX,2026,16,3400,3500 +LUX,2026,17,3400,3500 +LUX,2026,18,3500,3600 +LUX,2027,0,3300,3500 +LUX,2027,1,3400,3500 +LUX,2027,2,3400,3500 +LUX,2027,3,3400,3500 +LUX,2027,4,3400,3600 +LUX,2027,5,3400,3600 +LUX,2027,6,3400,3600 +LUX,2027,7,3400,3600 +LUX,2027,8,3400,3600 +LUX,2027,9,3400,3600 +LUX,2027,10,3400,3600 +LUX,2027,11,3400,3600 +LUX,2027,12,3400,3600 +LUX,2027,13,3500,3700 +LUX,2027,14,3500,3700 +LUX,2027,15,3500,3600 +LUX,2027,16,3500,3600 +LUX,2027,17,3500,3600 +LUX,2027,18,3500,3600 +LUX,2028,0,3300,3500 +LUX,2028,1,3300,3500 +LUX,2028,2,3400,3500 +LUX,2028,3,3400,3500 +LUX,2028,4,3400,3600 +LUX,2028,5,3400,3600 +LUX,2028,6,3400,3600 +LUX,2028,7,3400,3600 +LUX,2028,8,3400,3600 +LUX,2028,9,3400,3600 +LUX,2028,10,3500,3700 +LUX,2028,11,3500,3700 +LUX,2028,12,3500,3700 +LUX,2028,13,3500,3700 +LUX,2028,14,3500,3700 +LUX,2028,15,3500,3700 +LUX,2028,16,3500,3700 +LUX,2028,17,3600,3700 +LUX,2028,18,3600,3700 +LUX,2029,0,3300,3500 +LUX,2029,1,3300,3500 +LUX,2029,2,3400,3500 +LUX,2029,3,3400,3600 +LUX,2029,4,3400,3600 +LUX,2029,5,3400,3600 +LUX,2029,6,3500,3600 +LUX,2029,7,3500,3600 +LUX,2029,8,3500,3600 +LUX,2029,9,3500,3700 +LUX,2029,10,3500,3700 +LUX,2029,11,3500,3700 +LUX,2029,12,3500,3700 +LUX,2029,13,3500,3700 +LUX,2029,14,3500,3700 +LUX,2029,15,3600,3700 +LUX,2029,16,3600,3800 +LUX,2029,17,3600,3800 +LUX,2029,18,3600,3800 +LUX,2030,0,3300,3500 +LUX,2030,1,3300,3500 +LUX,2030,2,3400,3500 +LUX,2030,3,3400,3600 +LUX,2030,4,3400,3600 +LUX,2030,5,3400,3600 +LUX,2030,6,3500,3600 +LUX,2030,7,3500,3600 +LUX,2030,8,3500,3600 +LUX,2030,9,3500,3700 +LUX,2030,10,3500,3700 +LUX,2030,11,3500,3700 +LUX,2030,12,3500,3700 +LUX,2030,13,3500,3700 +LUX,2030,14,3500,3700 +LUX,2030,15,3600,3800 +LUX,2030,16,3600,3800 +LUX,2030,17,3600,3800 +LUX,2030,18,3600,3800 +LUX,2031,0,3300,3500 +LUX,2031,1,3300,3500 +LUX,2031,2,3400,3500 +LUX,2031,3,3400,3600 +LUX,2031,4,3400,3600 +LUX,2031,5,3400,3600 +LUX,2031,6,3500,3600 +LUX,2031,7,3500,3600 +LUX,2031,8,3500,3700 +LUX,2031,9,3500,3700 +LUX,2031,10,3500,3700 +LUX,2031,11,3500,3700 +LUX,2031,12,3500,3700 +LUX,2031,13,3600,3800 +LUX,2031,14,3600,3800 +LUX,2031,15,3600,3800 +LUX,2031,16,3600,3800 +LUX,2031,17,3700,3900 +LUX,2031,18,3700,3900 +LUX,2032,0,3300,3500 +LUX,2032,1,3400,3500 +LUX,2032,2,3400,3500 +LUX,2032,3,3400,3600 +LUX,2032,4,3400,3600 +LUX,2032,5,3400,3600 +LUX,2032,6,3500,3600 +LUX,2032,7,3500,3600 +LUX,2032,8,3500,3700 +LUX,2032,9,3500,3700 +LUX,2032,10,3500,3700 +LUX,2032,11,3600,3700 +LUX,2032,12,3600,3800 +LUX,2032,13,3600,3800 +LUX,2032,14,3600,3800 +LUX,2032,15,3600,3800 +LUX,2032,16,3700,3900 +LUX,2032,17,3700,3900 +LUX,2032,18,3700,3900 +LUX,2033,0,3400,3500 +LUX,2033,1,3400,3500 +LUX,2033,2,3400,3600 +LUX,2033,3,3400,3600 +LUX,2033,4,3400,3600 +LUX,2033,5,3400,3600 +LUX,2033,6,3500,3600 +LUX,2033,7,3500,3600 +LUX,2033,8,3500,3700 +LUX,2033,9,3500,3700 +LUX,2033,10,3600,3700 +LUX,2033,11,3600,3700 +LUX,2033,12,3600,3800 +LUX,2033,13,3600,3800 +LUX,2033,14,3600,3800 +LUX,2033,15,3700,3900 +LUX,2033,16,3700,3900 +LUX,2033,17,3700,3900 +LUX,2033,18,3800,4000 +LUX,2034,0,3400,3600 +LUX,2034,1,3400,3600 +LUX,2034,2,3400,3600 +LUX,2034,3,3400,3600 +LUX,2034,4,3400,3600 +LUX,2034,5,3400,3600 +LUX,2034,6,3500,3600 +LUX,2034,7,3500,3600 +LUX,2034,8,3500,3700 +LUX,2034,9,3500,3700 +LUX,2034,10,3600,3700 +LUX,2034,11,3600,3700 +LUX,2034,12,3600,3800 +LUX,2034,13,3600,3800 +LUX,2034,14,3700,3800 +LUX,2034,15,3700,3900 +LUX,2034,16,3700,3900 +LUX,2034,17,3700,4000 +LUX,2034,18,3800,4000 +LUX,2035,0,3400,3600 +LUX,2035,1,3400,3600 +LUX,2035,2,3400,3600 +LUX,2035,3,3400,3600 +LUX,2035,4,3400,3600 +LUX,2035,5,3400,3600 +LUX,2035,6,3500,3600 +LUX,2035,7,3500,3600 +LUX,2035,8,3500,3700 +LUX,2035,9,3500,3700 +LUX,2035,10,3600,3700 +LUX,2035,11,3600,3700 +LUX,2035,12,3600,3800 +LUX,2035,13,3600,3800 +LUX,2035,14,3700,3900 +LUX,2035,15,3700,3900 +LUX,2035,16,3700,3900 +LUX,2035,17,3800,4000 +LUX,2035,18,3800,4000 +LUX,2036,0,3400,3600 +LUX,2036,1,3400,3600 +LUX,2036,2,3400,3600 +LUX,2036,3,3400,3600 +LUX,2036,4,3400,3600 +LUX,2036,5,3500,3600 +LUX,2036,6,3500,3600 +LUX,2036,7,3500,3600 +LUX,2036,8,3500,3700 +LUX,2036,9,3500,3700 +LUX,2036,10,3600,3700 +LUX,2036,11,3600,3800 +LUX,2036,12,3600,3800 +LUX,2036,13,3700,3800 +LUX,2036,14,3700,3900 +LUX,2036,15,3700,3900 +LUX,2036,16,3800,4000 +LUX,2036,17,3800,4000 +LUX,2036,18,3800,4100 +LUX,2037,0,3500,3600 +LUX,2037,1,3400,3600 +LUX,2037,2,3500,3600 +LUX,2037,3,3500,3600 +LUX,2037,4,3500,3600 +LUX,2037,5,3500,3600 +LUX,2037,6,3500,3600 +LUX,2037,7,3500,3700 +LUX,2037,8,3500,3700 +LUX,2037,9,3500,3700 +LUX,2037,10,3600,3700 +LUX,2037,11,3600,3800 +LUX,2037,12,3600,3800 +LUX,2037,13,3700,3800 +LUX,2037,14,3700,3900 +LUX,2037,15,3800,3900 +LUX,2037,16,3800,4000 +LUX,2037,17,3800,4000 +LUX,2037,18,3900,4100 +LUX,2038,0,3500,3600 +LUX,2038,1,3500,3600 +LUX,2038,2,3500,3600 +LUX,2038,3,3500,3600 +LUX,2038,4,3500,3600 +LUX,2038,5,3500,3600 +LUX,2038,6,3500,3700 +LUX,2038,7,3500,3700 +LUX,2038,8,3500,3700 +LUX,2038,9,3500,3700 +LUX,2038,10,3600,3700 +LUX,2038,11,3600,3800 +LUX,2038,12,3600,3800 +LUX,2038,13,3700,3800 +LUX,2038,14,3700,3900 +LUX,2038,15,3800,3900 +LUX,2038,16,3800,4000 +LUX,2038,17,3900,4000 +LUX,2038,18,3900,4100 +LUX,2039,0,3500,3600 +LUX,2039,1,3500,3600 +LUX,2039,2,3500,3600 +LUX,2039,3,3500,3600 +LUX,2039,4,3500,3700 +LUX,2039,5,3500,3700 +LUX,2039,6,3500,3700 +LUX,2039,7,3500,3700 +LUX,2039,8,3500,3700 +LUX,2039,9,3500,3700 +LUX,2039,10,3600,3700 +LUX,2039,11,3600,3700 +LUX,2039,12,3600,3800 +LUX,2039,13,3700,3800 +LUX,2039,14,3700,3900 +LUX,2039,15,3800,3900 +LUX,2039,16,3800,4000 +LUX,2039,17,3900,4100 +LUX,2039,18,3900,4100 +LUX,2040,0,3500,3600 +LUX,2040,1,3500,3600 +LUX,2040,2,3500,3700 +LUX,2040,3,3500,3700 +LUX,2040,4,3500,3700 +LUX,2040,5,3500,3700 +LUX,2040,6,3500,3700 +LUX,2040,7,3500,3700 +LUX,2040,8,3500,3700 +LUX,2040,9,3600,3700 +LUX,2040,10,3600,3700 +LUX,2040,11,3600,3700 +LUX,2040,12,3600,3800 +LUX,2040,13,3700,3800 +LUX,2040,14,3700,3900 +LUX,2040,15,3800,3900 +LUX,2040,16,3800,4000 +LUX,2040,17,3900,4000 +LUX,2040,18,3900,4100 +LUX,2041,0,3500,3700 +LUX,2041,1,3500,3700 +LUX,2041,2,3500,3700 +LUX,2041,3,3500,3700 +LUX,2041,4,3500,3700 +LUX,2041,5,3500,3700 +LUX,2041,6,3500,3700 +LUX,2041,7,3500,3700 +LUX,2041,8,3600,3700 +LUX,2041,9,3600,3700 +LUX,2041,10,3600,3800 +LUX,2041,11,3600,3800 +LUX,2041,12,3600,3800 +LUX,2041,13,3700,3800 +LUX,2041,14,3700,3900 +LUX,2041,15,3800,3900 +LUX,2041,16,3800,4000 +LUX,2041,17,3900,4100 +LUX,2041,18,4000,4100 +LUX,2042,0,3500,3700 +LUX,2042,1,3500,3700 +LUX,2042,2,3500,3700 +LUX,2042,3,3500,3700 +LUX,2042,4,3500,3700 +LUX,2042,5,3500,3700 +LUX,2042,6,3600,3700 +LUX,2042,7,3600,3700 +LUX,2042,8,3600,3700 +LUX,2042,9,3600,3800 +LUX,2042,10,3600,3800 +LUX,2042,11,3600,3800 +LUX,2042,12,3700,3800 +LUX,2042,13,3700,3800 +LUX,2042,14,3700,3900 +LUX,2042,15,3800,3900 +LUX,2042,16,3800,4000 +LUX,2042,17,3900,4100 +LUX,2042,18,4000,4100 +LUX,2043,0,3600,3700 +LUX,2043,1,3600,3700 +LUX,2043,2,3600,3700 +LUX,2043,3,3500,3700 +LUX,2043,4,3500,3700 +LUX,2043,5,3600,3700 +LUX,2043,6,3600,3700 +LUX,2043,7,3600,3700 +LUX,2043,8,3600,3700 +LUX,2043,9,3600,3800 +LUX,2043,10,3600,3800 +LUX,2043,11,3600,3800 +LUX,2043,12,3700,3800 +LUX,2043,13,3700,3900 +LUX,2043,14,3700,3900 +LUX,2043,15,3800,3900 +LUX,2043,16,3800,4000 +LUX,2043,17,3900,4100 +LUX,2043,18,4000,4100 +LUX,2044,0,3600,3800 +LUX,2044,1,3600,3800 +LUX,2044,2,3600,3700 +LUX,2044,3,3600,3700 +LUX,2044,4,3600,3700 +LUX,2044,5,3600,3700 +LUX,2044,6,3600,3700 +LUX,2044,7,3600,3700 +LUX,2044,8,3600,3800 +LUX,2044,9,3600,3800 +LUX,2044,10,3600,3800 +LUX,2044,11,3600,3800 +LUX,2044,12,3700,3800 +LUX,2044,13,3700,3900 +LUX,2044,14,3700,3900 +LUX,2044,15,3800,3900 +LUX,2044,16,3800,4000 +LUX,2044,17,3900,4100 +LUX,2044,18,4000,4100 +LUX,2045,0,3600,3800 +LUX,2045,1,3600,3800 +LUX,2045,2,3600,3800 +LUX,2045,3,3600,3800 +LUX,2045,4,3600,3800 +LUX,2045,5,3600,3800 +LUX,2045,6,3600,3800 +LUX,2045,7,3600,3800 +LUX,2045,8,3600,3800 +LUX,2045,9,3600,3800 +LUX,2045,10,3600,3800 +LUX,2045,11,3600,3800 +LUX,2045,12,3700,3800 +LUX,2045,13,3700,3900 +LUX,2045,14,3700,3900 +LUX,2045,15,3800,3900 +LUX,2045,16,3800,4000 +LUX,2045,17,3900,4000 +LUX,2045,18,3900,4100 +LUX,2046,0,3600,3800 +LUX,2046,1,3600,3800 +LUX,2046,2,3600,3800 +LUX,2046,3,3600,3800 +LUX,2046,4,3600,3800 +LUX,2046,5,3600,3800 +LUX,2046,6,3600,3800 +LUX,2046,7,3600,3800 +LUX,2046,8,3600,3800 +LUX,2046,9,3600,3800 +LUX,2046,10,3700,3800 +LUX,2046,11,3700,3800 +LUX,2046,12,3700,3900 +LUX,2046,13,3700,3900 +LUX,2046,14,3800,3900 +LUX,2046,15,3800,4000 +LUX,2046,16,3800,4000 +LUX,2046,17,3900,4100 +LUX,2046,18,3900,4100 +LUX,2047,0,3700,3900 +LUX,2047,1,3700,3800 +LUX,2047,2,3700,3800 +LUX,2047,3,3700,3800 +LUX,2047,4,3600,3800 +LUX,2047,5,3600,3800 +LUX,2047,6,3600,3800 +LUX,2047,7,3600,3800 +LUX,2047,8,3600,3800 +LUX,2047,9,3700,3800 +LUX,2047,10,3700,3800 +LUX,2047,11,3700,3900 +LUX,2047,12,3700,3900 +LUX,2047,13,3700,3900 +LUX,2047,14,3800,3900 +LUX,2047,15,3800,4000 +LUX,2047,16,3900,4000 +LUX,2047,17,3900,4100 +LUX,2047,18,4000,4100 +LUX,2048,0,3700,3900 +LUX,2048,1,3700,3900 +LUX,2048,2,3700,3900 +LUX,2048,3,3700,3900 +LUX,2048,4,3700,3800 +LUX,2048,5,3700,3800 +LUX,2048,6,3700,3800 +LUX,2048,7,3700,3800 +LUX,2048,8,3700,3800 +LUX,2048,9,3700,3800 +LUX,2048,10,3700,3800 +LUX,2048,11,3700,3900 +LUX,2048,12,3700,3900 +LUX,2048,13,3800,3900 +LUX,2048,14,3800,4000 +LUX,2048,15,3800,4000 +LUX,2048,16,3900,4000 +LUX,2048,17,3900,4100 +LUX,2048,18,4000,4200 +LUX,2049,0,3700,3900 +LUX,2049,1,3700,3900 +LUX,2049,2,3700,3900 +LUX,2049,3,3700,3900 +LUX,2049,4,3700,3900 +LUX,2049,5,3700,3900 +LUX,2049,6,3700,3900 +LUX,2049,7,3700,3900 +LUX,2049,8,3700,3900 +LUX,2049,9,3700,3900 +LUX,2049,10,3700,3900 +LUX,2049,11,3700,3900 +LUX,2049,12,3700,3900 +LUX,2049,13,3800,3900 +LUX,2049,14,3800,4000 +LUX,2049,15,3800,4000 +LUX,2049,16,3900,4100 +LUX,2049,17,3900,4100 +LUX,2049,18,4000,4200 +LUX,2050,0,3800,3900 +LUX,2050,1,3800,3900 +LUX,2050,2,3700,3900 +LUX,2050,3,3700,3900 +LUX,2050,4,3700,3900 +LUX,2050,5,3700,3900 +LUX,2050,6,3700,3900 +LUX,2050,7,3700,3900 +LUX,2050,8,3700,3900 +LUX,2050,9,3700,3900 +LUX,2050,10,3700,3900 +LUX,2050,11,3700,3900 +LUX,2050,12,3700,3900 +LUX,2050,13,3800,3900 +LUX,2050,14,3800,4000 +LUX,2050,15,3800,4000 +LUX,2050,16,3900,4000 +LUX,2050,17,3900,4100 +LUX,2050,18,4000,4200 +LVA,1990,0,19467,20335 +LVA,1990,1,19968,20944 +LVA,1990,2,20227,21262 +LVA,1990,3,20278,21329 +LVA,1990,4,20155,21185 +LVA,1990,5,19889,20871 +LVA,1990,6,19515,20427 +LVA,1990,7,19066,19894 +LVA,1990,8,18575,19312 +LVA,1990,9,18075,18722 +LVA,1990,10,17528,18079 +LVA,1990,11,16894,17340 +LVA,1990,12,16569,16968 +LVA,1990,13,16730,17169 +LVA,1990,14,17194,17734 +LVA,1990,15,17642,18269 +LVA,1990,16,18190,18889 +LVA,1990,17,18458,19267 +LVA,1990,18,18243,19210 +LVA,1991,0,17849,18645 +LVA,1991,1,19274,20158 +LVA,1991,2,19795,20772 +LVA,1991,3,20068,21094 +LVA,1991,4,20126,21165 +LVA,1991,5,20005,21025 +LVA,1991,6,19737,20714 +LVA,1991,7,19355,20272 +LVA,1991,8,18902,19743 +LVA,1991,9,18419,19172 +LVA,1991,10,17932,18595 +LVA,1991,11,17395,17964 +LVA,1991,12,16769,17237 +LVA,1991,13,16449,16871 +LVA,1991,14,16611,17072 +LVA,1991,15,17072,17629 +LVA,1991,16,17517,18155 +LVA,1991,17,18060,18761 +LVA,1991,18,18324,19129 +LVA,1992,0,15754,16433 +LVA,1992,1,17387,18218 +LVA,1992,2,19034,19896 +LVA,1992,3,19576,20513 +LVA,1992,4,19862,20837 +LVA,1992,5,19927,20912 +LVA,1992,6,19809,20776 +LVA,1992,7,19539,20469 +LVA,1992,8,19149,20031 +LVA,1992,9,18695,19510 +LVA,1992,10,18219,18951 +LVA,1992,11,17747,18390 +LVA,1992,12,17220,17774 +LVA,1992,13,16605,17062 +LVA,1992,14,16291,16704 +LVA,1992,15,16453,16902 +LVA,1992,16,16910,17450 +LVA,1992,17,17351,17965 +LVA,1992,18,17888,18553 +LVA,1993,0,13471,14031 +LVA,1993,1,15601,16305 +LVA,1993,2,17235,18043 +LVA,1993,3,18771,19591 +LVA,1993,4,19332,20207 +LVA,1993,5,19630,20534 +LVA,1993,6,19703,20612 +LVA,1993,7,19587,20481 +LVA,1993,8,19316,20179 +LVA,1993,9,18919,19745 +LVA,1993,10,18463,19232 +LVA,1993,11,17996,18688 +LVA,1993,12,17539,18144 +LVA,1993,13,17024,17544 +LVA,1993,14,16419,16848 +LVA,1993,15,16112,16499 +LVA,1993,16,16274,16695 +LVA,1993,17,16727,17232 +LVA,1993,18,17162,17734 +LVA,1994,0,11377,11858 +LVA,1994,1,13840,14446 +LVA,1994,2,15795,16495 +LVA,1994,3,17289,18056 +LVA,1994,4,18510,19295 +LVA,1994,5,19090,19913 +LVA,1994,6,19401,20242 +LVA,1994,7,19481,20323 +LVA,1994,8,19368,20197 +LVA,1994,9,19095,19900 +LVA,1994,10,18691,19470 +LVA,1994,11,18234,18965 +LVA,1994,12,17776,18435 +LVA,1994,13,17333,17908 +LVA,1994,14,16830,17323 +LVA,1994,15,16236,16644 +LVA,1994,16,15935,16303 +LVA,1994,17,16097,16496 +LVA,1994,18,16545,17024 +LVA,1995,0,9737,10204 +LVA,1995,1,12315,12875 +LVA,1995,2,14417,15054 +LVA,1995,3,16085,16783 +LVA,1995,4,17356,18101 +LVA,1995,5,18272,19050 +LVA,1995,6,18871,19670 +LVA,1995,7,19195,20002 +LVA,1995,8,19282,20087 +LVA,1995,9,19173,19965 +LVA,1995,10,18897,19672 +LVA,1995,11,18486,19245 +LVA,1995,12,18027,18748 +LVA,1995,13,17577,18230 +LVA,1995,14,17148,17718 +LVA,1995,15,16656,17148 +LVA,1995,16,16072,16482 +LVA,1995,17,15778,16150 +LVA,1995,18,15940,16341 +LVA,1996,0,8608,9097 +LVA,1996,1,10149,10603 +LVA,1996,2,12421,12953 +LVA,1996,3,14319,14919 +LVA,1996,4,15866,16524 +LVA,1996,5,17087,17794 +LVA,1996,6,18020,18767 +LVA,1996,7,18704,19483 +LVA,1996,8,19091,19887 +LVA,1996,9,19179,19971 +LVA,1996,10,19034,19807 +LVA,1996,11,18755,19507 +LVA,1996,12,18359,19090 +LVA,1996,13,17913,18605 +LVA,1996,14,17476,18103 +LVA,1996,15,17058,17607 +LVA,1996,16,16578,17053 +LVA,1996,17,16010,16407 +LVA,1996,18,15717,16074 +LVA,1997,0,7947,8519 +LVA,1997,1,10031,10579 +LVA,1997,2,10565,11017 +LVA,1997,3,12533,13050 +LVA,1997,4,14227,14806 +LVA,1997,5,15655,16292 +LVA,1997,6,16826,17515 +LVA,1997,7,17777,18514 +LVA,1997,8,18544,19327 +LVA,1997,9,18996,19803 +LVA,1997,10,19085,19887 +LVA,1997,11,18903,19680 +LVA,1997,12,18621,19372 +LVA,1997,13,18239,18964 +LVA,1997,14,17808,18492 +LVA,1997,15,17383,18005 +LVA,1997,16,16974,17525 +LVA,1997,17,16507,16986 +LVA,1997,18,15955,16357 +LVA,1998,0,7721,8401 +LVA,1998,1,9284,9876 +LVA,1998,2,10752,11291 +LVA,1998,3,10984,11445 +LVA,1998,4,12649,13164 +LVA,1998,5,14140,14712 +LVA,1998,6,15449,16080 +LVA,1998,7,16570,17259 +LVA,1998,8,17539,18284 +LVA,1998,9,18391,19194 +LVA,1998,10,18907,19744 +LVA,1998,11,18997,19828 +LVA,1998,12,18779,19578 +LVA,1998,13,18493,19262 +LVA,1998,14,18125,18862 +LVA,1998,15,17709,18402 +LVA,1998,16,17296,17929 +LVA,1998,17,16897,17464 +LVA,1998,18,16441,16939 +LVA,1999,0,7850,8614 +LVA,1999,1,8813,9446 +LVA,1999,2,9846,10394 +LVA,1999,3,10924,11426 +LVA,1999,4,11404,11880 +LVA,1999,5,12766,13284 +LVA,1999,6,14053,14625 +LVA,1999,7,15243,15875 +LVA,1999,8,16315,17009 +LVA,1999,9,17302,18062 +LVA,1999,10,18239,19071 +LVA,1999,11,18819,19693 +LVA,1999,12,18909,19777 +LVA,1999,13,18655,19485 +LVA,1999,14,18366,19160 +LVA,1999,15,18012,18769 +LVA,1999,16,17610,18320 +LVA,1999,17,17209,17862 +LVA,1999,18,16820,17411 +LVA,2000,0,8256,9043 +LVA,2000,1,8613,9260 +LVA,2000,2,9186,9739 +LVA,2000,3,9937,10437 +LVA,2000,4,10828,11308 +LVA,2000,5,11821,12310 +LVA,2000,6,12878,13399 +LVA,2000,7,13961,14532 +LVA,2000,8,15033,15664 +LVA,2000,9,16054,16753 +LVA,2000,10,17059,17833 +LVA,2000,11,18080,18939 +LVA,2000,12,18725,19635 +LVA,2000,13,18815,19719 +LVA,2000,14,18525,19384 +LVA,2000,15,18233,19051 +LVA,2000,16,17893,18669 +LVA,2000,17,17505,18231 +LVA,2000,18,17117,17787 +LVA,2001,0,8979,9709 +LVA,2001,1,8203,8956 +LVA,2001,2,8536,9173 +LVA,2001,3,9096,9652 +LVA,2001,4,9843,10349 +LVA,2001,5,10738,11220 +LVA,2001,6,11742,12220 +LVA,2001,7,12817,13306 +LVA,2001,8,13913,14439 +LVA,2001,9,14987,15576 +LVA,2001,10,16004,16672 +LVA,2001,11,17007,17759 +LVA,2001,12,18028,18872 +LVA,2001,13,18668,19567 +LVA,2001,14,18745,19639 +LVA,2001,15,18436,19283 +LVA,2001,16,18125,18930 +LVA,2001,17,17767,18527 +LVA,2001,18,17365,18074 +LVA,2002,0,9978,10590 +LVA,2002,1,9115,9686 +LVA,2002,2,8140,8858 +LVA,2002,3,8448,9076 +LVA,2002,4,8995,9554 +LVA,2002,5,9738,10249 +LVA,2002,6,10636,11119 +LVA,2002,7,11650,12116 +LVA,2002,8,12742,13198 +LVA,2002,9,13850,14329 +LVA,2002,10,14924,15470 +LVA,2002,11,15935,16572 +LVA,2002,12,16935,17664 +LVA,2002,13,17956,18783 +LVA,2002,14,18589,19477 +LVA,2002,15,18652,19535 +LVA,2002,16,18325,19159 +LVA,2002,17,17997,18788 +LVA,2002,18,17621,18365 +LVA,2003,0,11062,11529 +LVA,2003,1,9670,10178 +LVA,2003,2,8800,9338 +LVA,2003,3,8074,8756 +LVA,2003,4,8356,8974 +LVA,2003,5,8889,9451 +LVA,2003,6,9628,10145 +LVA,2003,7,10528,11012 +LVA,2003,8,11552,12007 +LVA,2003,9,12659,13083 +LVA,2003,10,13779,14213 +LVA,2003,11,14854,15357 +LVA,2003,12,15858,16464 +LVA,2003,13,16854,17560 +LVA,2003,14,17874,18685 +LVA,2003,15,18501,19377 +LVA,2003,16,18550,19422 +LVA,2003,17,18205,19027 +LVA,2003,18,17859,18636 +LVA,2004,0,11984,12324 +LVA,2004,1,10240,10690 +LVA,2004,2,9043,9571 +LVA,2004,3,8338,8914 +LVA,2004,4,8008,8656 +LVA,2004,5,8265,8874 +LVA,2004,6,8785,9350 +LVA,2004,7,9519,10042 +LVA,2004,8,10422,10908 +LVA,2004,9,11455,11899 +LVA,2004,10,12579,12971 +LVA,2004,11,13709,14099 +LVA,2004,12,14785,15246 +LVA,2004,13,15782,16359 +LVA,2004,14,16775,17460 +LVA,2004,15,17794,18591 +LVA,2004,16,18415,19281 +LVA,2004,17,18450,19313 +LVA,2004,18,18086,18898 +LVA,2005,0,12568,12832 +LVA,2005,1,10710,11121 +LVA,2005,2,9367,9881 +LVA,2005,3,8491,9069 +LVA,2005,4,8032,8643 +LVA,2005,5,7944,8560 +LVA,2005,6,8177,8778 +LVA,2005,7,8683,9254 +LVA,2005,8,9412,9945 +LVA,2005,9,10318,10808 +LVA,2005,10,11361,11798 +LVA,2005,11,12501,12865 +LVA,2005,12,13644,13991 +LVA,2005,13,14720,15142 +LVA,2005,14,15711,16262 +LVA,2005,15,16701,17368 +LVA,2005,16,17719,18505 +LVA,2005,17,18334,19194 +LVA,2005,18,18356,19213 +LVA,2006,0,12729,12971 +LVA,2006,1,12126,12413 +LVA,2006,2,10554,10962 +LVA,2006,3,9390,9884 +LVA,2006,4,8602,9153 +LVA,2006,5,8159,8741 +LVA,2006,6,8013,8606 +LVA,2006,7,8113,8702 +LVA,2006,8,8524,9092 +LVA,2006,9,9252,9784 +LVA,2006,10,10211,10699 +LVA,2006,11,11269,11706 +LVA,2006,12,12411,12778 +LVA,2006,13,13535,13886 +LVA,2006,14,14564,14985 +LVA,2006,15,15490,16033 +LVA,2006,16,16419,17071 +LVA,2006,17,17375,18138 +LVA,2006,18,17946,18778 +LVA,2007,0,12551,12822 +LVA,2007,1,11262,11640 +LVA,2007,2,11701,12013 +LVA,2007,3,10413,10820 +LVA,2007,4,9424,9902 +LVA,2007,5,8723,9250 +LVA,2007,6,8296,8852 +LVA,2007,7,8092,8664 +LVA,2007,8,8059,8639 +LVA,2007,9,8376,8944 +LVA,2007,10,9104,9638 +LVA,2007,11,10117,10605 +LVA,2007,12,11192,11631 +LVA,2007,13,12336,12709 +LVA,2007,14,13443,13801 +LVA,2007,15,14425,14850 +LVA,2007,16,15288,15827 +LVA,2007,17,16158,16799 +LVA,2007,18,17054,17798 +LVA,2008,0,12105,12440 +LVA,2008,1,11365,11752 +LVA,2008,2,10701,11126 +LVA,2008,3,11282,11621 +LVA,2008,4,10277,10685 +LVA,2008,5,9465,9928 +LVA,2008,6,8850,9354 +LVA,2008,7,8437,8970 +LVA,2008,8,8175,8728 +LVA,2008,9,8010,8582 +LVA,2008,10,8233,8802 +LVA,2008,11,8961,9499 +LVA,2008,12,10029,10520 +LVA,2008,13,11122,11564 +LVA,2008,14,12268,12650 +LVA,2008,15,13359,13726 +LVA,2008,16,14295,14725 +LVA,2008,17,15095,15633 +LVA,2008,18,15906,16540 +LVA,2009,0,11518,11927 +LVA,2009,1,11334,11740 +LVA,2009,2,11055,11461 +LVA,2009,3,10707,11119 +LVA,2009,4,10863,11232 +LVA,2009,5,10141,10553 +LVA,2009,6,9505,9955 +LVA,2009,7,8977,9460 +LVA,2009,8,8579,9089 +LVA,2009,9,8259,8794 +LVA,2009,10,7961,8527 +LVA,2009,11,8090,8662 +LVA,2009,12,8818,9361 +LVA,2009,13,9940,10436 +LVA,2009,14,11051,11500 +LVA,2009,15,12200,12593 +LVA,2009,16,13274,13654 +LVA,2009,17,14166,14604 +LVA,2009,18,14902,15442 +LVA,2010,0,10900,11375 +LVA,2010,1,11173,11606 +LVA,2010,2,11224,11630 +LVA,2010,3,11093,11486 +LVA,2010,4,10819,11211 +LVA,2010,5,10443,10844 +LVA,2010,6,10005,10422 +LVA,2010,7,9545,9984 +LVA,2010,8,9104,9568 +LVA,2010,9,8721,9211 +LVA,2010,10,8342,8863 +LVA,2010,11,7912,8474 +LVA,2010,12,7946,8524 +LVA,2010,13,8674,9226 +LVA,2010,14,9852,10354 +LVA,2010,15,10981,11439 +LVA,2010,16,12132,12538 +LVA,2010,17,13190,13585 +LVA,2010,18,14035,14485 +LVA,2011,0,10205,10714 +LVA,2011,1,10850,11321 +LVA,2011,2,11063,11496 +LVA,2011,3,11078,11488 +LVA,2011,4,10933,11330 +LVA,2011,5,10662,11058 +LVA,2011,6,10304,10707 +LVA,2011,7,9897,10313 +LVA,2011,8,9467,9903 +LVA,2011,9,9046,9504 +LVA,2011,10,8677,9158 +LVA,2011,11,8316,8826 +LVA,2011,12,7908,8455 +LVA,2011,13,7946,8511 +LVA,2011,14,8654,9200 +LVA,2011,15,9793,10302 +LVA,2011,16,10885,11361 +LVA,2011,17,12002,12437 +LVA,2011,18,13017,13447 +LVA,2012,0,9446,9979 +LVA,2012,1,10324,10795 +LVA,2012,2,10808,11280 +LVA,2012,3,10961,11399 +LVA,2012,4,10941,11357 +LVA,2012,5,10781,11186 +LVA,2012,6,10513,10915 +LVA,2012,7,10173,10580 +LVA,2012,8,9797,10215 +LVA,2012,9,9396,9831 +LVA,2012,10,8996,9451 +LVA,2012,11,8640,9116 +LVA,2012,12,8296,8799 +LVA,2012,13,7909,8446 +LVA,2012,14,7952,8507 +LVA,2012,15,8640,9184 +LVA,2012,16,9742,10261 +LVA,2012,17,10799,11295 +LVA,2012,18,11881,12349 +LVA,2013,0,8798,9357 +LVA,2013,1,9806,10310 +LVA,2013,2,10489,10951 +LVA,2013,3,10769,11245 +LVA,2013,4,10862,11308 +LVA,2013,5,10807,11234 +LVA,2013,6,10633,11049 +LVA,2013,7,10367,10780 +LVA,2013,8,10045,10460 +LVA,2013,9,9699,10123 +LVA,2013,10,9328,9766 +LVA,2013,11,8948,9403 +LVA,2013,12,8605,9079 +LVA,2013,13,8279,8777 +LVA,2013,14,7913,8441 +LVA,2013,15,7961,8508 +LVA,2013,16,8628,9173 +LVA,2013,17,9693,10225 +LVA,2013,18,10715,11236 +LVA,2014,0,8484,9091 +LVA,2014,1,9459,10017 +LVA,2014,2,10156,10672 +LVA,2014,3,10605,11089 +LVA,2014,4,10727,11209 +LVA,2014,5,10759,11217 +LVA,2014,6,10669,11110 +LVA,2014,7,10481,10911 +LVA,2014,8,10218,10644 +LVA,2014,9,9913,10340 +LVA,2014,10,9598,10031 +LVA,2014,11,9257,9700 +LVA,2014,12,8897,9354 +LVA,2014,13,8567,9042 +LVA,2014,14,8258,8754 +LVA,2014,15,7914,8436 +LVA,2014,16,7967,8508 +LVA,2014,17,8614,9162 +LVA,2014,18,9641,10189 +LVA,2015,0,8644,9328 +LVA,2015,1,9407,10039 +LVA,2015,2,9971,10559 +LVA,2015,3,10357,10907 +LVA,2015,4,10586,11103 +LVA,2015,5,10676,11167 +LVA,2015,6,10648,11119 +LVA,2015,7,10523,10979 +LVA,2015,8,10320,10766 +LVA,2015,9,10060,10501 +LVA,2015,10,9773,10213 +LVA,2015,11,9490,9932 +LVA,2015,12,9179,9628 +LVA,2015,13,8839,9300 +LVA,2015,14,8522,8999 +LVA,2015,15,8232,8726 +LVA,2015,16,7908,8426 +LVA,2015,17,7966,8504 +LVA,2015,18,8593,9145 +LVA,2016,0,9438,10243 +LVA,2016,1,8712,9423 +LVA,2016,2,9302,9964 +LVA,2016,3,9764,10385 +LVA,2016,4,10106,10691 +LVA,2016,5,10336,10890 +LVA,2016,6,10472,11002 +LVA,2016,7,10535,11048 +LVA,2016,8,10476,10970 +LVA,2016,9,10280,10748 +LVA,2016,10,9990,10429 +LVA,2016,11,9697,10113 +LVA,2016,12,9425,9820 +LVA,2016,13,9098,9488 +LVA,2016,14,8702,9110 +LVA,2016,15,8306,8747 +LVA,2016,16,7941,8416 +LVA,2016,17,7537,8050 +LVA,2016,18,7558,8106 +LVA,2017,0,10727,11681 +LVA,2017,1,10397,11253 +LVA,2017,2,8762,9495 +LVA,2017,3,9177,9866 +LVA,2017,4,9536,10186 +LVA,2017,5,9832,10449 +LVA,2017,6,10063,10651 +LVA,2017,7,10246,10811 +LVA,2017,8,10399,10951 +LVA,2017,9,10406,10934 +LVA,2017,10,10218,10704 +LVA,2017,11,9899,10333 +LVA,2017,12,9600,9989 +LVA,2017,13,9339,9685 +LVA,2017,14,8998,9326 +LVA,2017,15,8546,8898 +LVA,2017,16,8071,8475 +LVA,2017,17,7632,8086 +LVA,2017,18,7149,7656 +LVA,2018,0,12117,13206 +LVA,2018,1,11120,12087 +LVA,2018,2,10373,11239 +LVA,2018,3,8806,9559 +LVA,2018,4,9048,9760 +LVA,2018,5,9302,9980 +LVA,2018,6,9554,10201 +LVA,2018,7,9786,10405 +LVA,2018,8,10014,10613 +LVA,2018,9,10257,10846 +LVA,2018,10,10329,10891 +LVA,2018,11,10150,10653 +LVA,2018,12,9801,10229 +LVA,2018,13,9497,9858 +LVA,2018,14,9249,9542 +LVA,2018,15,8892,9157 +LVA,2018,16,8385,8680 +LVA,2018,17,7832,8197 +LVA,2018,18,7321,7751 +LVA,2019,0,13000,14000 +LVA,2019,1,12000,13000 +LVA,2019,2,11000,11000 +LVA,2019,3,9800,11000 +LVA,2019,4,8900,9600 +LVA,2019,5,8900,9700 +LVA,2019,6,9100,9800 +LVA,2019,7,9300,10000 +LVA,2019,8,9500,10000 +LVA,2019,9,9800,10000 +LVA,2019,10,10000,11000 +LVA,2019,11,10000,11000 +LVA,2019,12,10000,11000 +LVA,2019,13,9700,10000 +LVA,2019,14,9400,9700 +LVA,2019,15,9200,9400 +LVA,2019,16,8800,9000 +LVA,2019,17,8200,8500 +LVA,2019,18,7600,7900 +LVA,2020,0,13000,14000 +LVA,2020,1,12000,13000 +LVA,2020,2,11000,12000 +LVA,2020,3,9800,11000 +LVA,2020,4,9200,10000 +LVA,2020,5,8900,9700 +LVA,2020,6,8800,9600 +LVA,2020,7,8900,9600 +LVA,2020,8,9100,9800 +LVA,2020,9,9300,10000 +LVA,2020,10,9600,10000 +LVA,2020,11,10000,11000 +LVA,2020,12,10000,11000 +LVA,2020,13,10000,11000 +LVA,2020,14,9700,10000 +LVA,2020,15,9300,9700 +LVA,2020,16,9100,9300 +LVA,2020,17,8700,8900 +LVA,2020,18,8100,8300 +LVA,2021,0,12000,13000 +LVA,2021,1,13000,14000 +LVA,2021,2,12000,13000 +LVA,2021,3,11000,12000 +LVA,2021,4,9900,11000 +LVA,2021,5,9400,10000 +LVA,2021,6,9000,9800 +LVA,2021,7,8800,9600 +LVA,2021,8,8800,9500 +LVA,2021,9,8900,9600 +LVA,2021,10,9200,9900 +LVA,2021,11,9500,10000 +LVA,2021,12,9900,11000 +LVA,2021,13,10000,11000 +LVA,2021,14,9900,10000 +LVA,2021,15,9500,9900 +LVA,2021,16,9200,9500 +LVA,2021,17,8900,9100 +LVA,2021,18,8500,8700 +LVA,2022,0,11000,11000 +LVA,2022,1,10000,11000 +LVA,2022,2,12000,13000 +LVA,2022,3,11000,12000 +LVA,2022,4,11000,12000 +LVA,2022,5,10000,11000 +LVA,2022,6,9600,10000 +LVA,2022,7,9200,10000 +LVA,2022,8,8800,9600 +LVA,2022,9,8700,9400 +LVA,2022,10,8800,9500 +LVA,2022,11,9100,9800 +LVA,2022,12,9400,10000 +LVA,2022,13,9800,10000 +LVA,2022,14,10000,11000 +LVA,2022,15,9800,10000 +LVA,2022,16,9400,9800 +LVA,2022,17,9000,9300 +LVA,2022,18,8800,9000 +LVA,2023,0,8400,8800 +LVA,2023,1,9200,9800 +LVA,2023,2,9800,10000 +LVA,2023,3,12000,13000 +LVA,2023,4,11000,12000 +LVA,2023,5,11000,12000 +LVA,2023,6,10000,11000 +LVA,2023,7,9800,11000 +LVA,2023,8,9300,10000 +LVA,2023,9,8800,9600 +LVA,2023,10,8600,9300 +LVA,2023,11,8700,9400 +LVA,2023,12,9100,9800 +LVA,2023,13,9400,10000 +LVA,2023,14,9800,10000 +LVA,2023,15,9900,11000 +LVA,2023,16,9700,10000 +LVA,2023,17,9300,9700 +LVA,2023,18,8900,9200 +LVA,2024,0,6600,6700 +LVA,2024,1,8200,8600 +LVA,2024,2,9300,10000 +LVA,2024,3,10000,11000 +LVA,2024,4,11000,12000 +LVA,2024,5,11000,12000 +LVA,2024,6,11000,12000 +LVA,2024,7,10000,11000 +LVA,2024,8,10000,11000 +LVA,2024,9,9500,10000 +LVA,2024,10,8900,9700 +LVA,2024,11,8500,9200 +LVA,2024,12,8600,9300 +LVA,2024,13,9000,9700 +LVA,2024,14,9400,10000 +LVA,2024,15,9700,10000 +LVA,2024,16,9900,11000 +LVA,2024,17,9600,10000 +LVA,2024,18,9100,9600 +LVA,2025,0,5500,5500 +LVA,2025,1,7400,7700 +LVA,2025,2,8900,9500 +LVA,2025,3,10000,11000 +LVA,2025,4,11000,12000 +LVA,2025,5,11000,12000 +LVA,2025,6,11000,12000 +LVA,2025,7,11000,12000 +LVA,2025,8,11000,12000 +LVA,2025,9,10000,11000 +LVA,2025,10,9700,11000 +LVA,2025,11,8900,9700 +LVA,2025,12,8500,9200 +LVA,2025,13,8600,9200 +LVA,2025,14,9000,9700 +LVA,2025,15,9300,10000 +LVA,2025,16,9600,10000 +LVA,2025,17,9800,10000 +LVA,2025,18,9500,10000 +LVA,2026,0,5300,5300 +LVA,2026,1,5900,5900 +LVA,2026,2,7500,7900 +LVA,2026,3,8800,9400 +LVA,2026,4,9800,11000 +LVA,2026,5,10000,11000 +LVA,2026,6,11000,12000 +LVA,2026,7,11000,12000 +LVA,2026,8,11000,12000 +LVA,2026,9,11000,12000 +LVA,2026,10,10000,11000 +LVA,2026,11,9700,11000 +LVA,2026,12,8900,9700 +LVA,2026,13,8400,9100 +LVA,2026,14,8500,9200 +LVA,2026,15,8900,9600 +LVA,2026,16,9300,10000 +LVA,2026,17,9600,10000 +LVA,2026,18,9700,10000 +LVA,2027,0,5800,6000 +LVA,2027,1,7100,7400 +LVA,2027,2,6200,6400 +LVA,2027,3,7600,8000 +LVA,2027,4,8700,9300 +LVA,2027,5,9600,10000 +LVA,2027,6,10000,11000 +LVA,2027,7,11000,12000 +LVA,2027,8,11000,12000 +LVA,2027,9,11000,12000 +LVA,2027,10,11000,12000 +LVA,2027,11,10000,11000 +LVA,2027,12,9600,11000 +LVA,2027,13,8800,9600 +LVA,2027,14,8400,9100 +LVA,2027,15,8500,9200 +LVA,2027,16,8900,9600 +LVA,2027,17,9200,9900 +LVA,2027,18,9500,10000 +LVA,2028,0,6700,7100 +LVA,2028,1,7200,7600 +LVA,2028,2,7700,8100 +LVA,2028,3,6600,6800 +LVA,2028,4,7700,8000 +LVA,2028,5,8600,9100 +LVA,2028,6,9400,10000 +LVA,2028,7,10000,11000 +LVA,2028,8,11000,11000 +LVA,2028,9,11000,12000 +LVA,2028,10,11000,12000 +LVA,2028,11,11000,12000 +LVA,2028,12,10000,11000 +LVA,2028,13,9600,10000 +LVA,2028,14,8800,9600 +LVA,2028,15,8300,9000 +LVA,2028,16,8400,9100 +LVA,2028,17,8800,9500 +LVA,2028,18,9100,9800 +LVA,2029,0,7600,8200 +LVA,2029,1,7400,7800 +LVA,2029,2,7300,7700 +LVA,2029,3,7400,7800 +LVA,2029,4,7000,7300 +LVA,2029,5,7800,8100 +LVA,2029,6,8500,9000 +LVA,2029,7,9200,9800 +LVA,2029,8,9800,11000 +LVA,2029,9,10000,11000 +LVA,2029,10,11000,12000 +LVA,2029,11,11000,12000 +LVA,2029,12,11000,12000 +LVA,2029,13,10000,11000 +LVA,2029,14,9500,10000 +LVA,2029,15,8700,9500 +LVA,2029,16,8300,9000 +LVA,2029,17,8300,9000 +LVA,2029,18,8700,9400 +LVA,2030,0,8100,8800 +LVA,2030,1,7400,7900 +LVA,2030,2,7100,7400 +LVA,2030,3,7000,7300 +LVA,2030,4,7100,7400 +LVA,2030,5,7400,7700 +LVA,2030,6,7800,8200 +LVA,2030,7,8400,8900 +LVA,2030,8,9000,9600 +LVA,2030,9,9600,10000 +LVA,2030,10,10000,11000 +LVA,2030,11,11000,12000 +LVA,2030,12,11000,12000 +LVA,2030,13,11000,12000 +LVA,2030,14,10000,11000 +LVA,2030,15,9500,10000 +LVA,2030,16,8700,9500 +LVA,2030,17,8200,8900 +LVA,2030,18,8300,9000 +LVA,2031,0,8200,8800 +LVA,2031,1,7900,8500 +LVA,2031,2,7400,7800 +LVA,2031,3,7100,7500 +LVA,2031,4,7000,7400 +LVA,2031,5,7200,7500 +LVA,2031,6,7500,7800 +LVA,2031,7,7800,8200 +LVA,2031,8,8300,8800 +LVA,2031,9,8900,9500 +LVA,2031,10,9500,10000 +LVA,2031,11,10000,11000 +LVA,2031,12,11000,12000 +LVA,2031,13,11000,12000 +LVA,2031,14,11000,12000 +LVA,2031,15,10000,11000 +LVA,2031,16,9500,10000 +LVA,2031,17,8600,9400 +LVA,2031,18,8200,8900 +LVA,2032,0,7800,8400 +LVA,2032,1,7100,7600 +LVA,2032,2,7700,8200 +LVA,2032,3,7300,7800 +LVA,2032,4,7100,7500 +LVA,2032,5,7100,7500 +LVA,2032,6,7300,7600 +LVA,2032,7,7500,7900 +LVA,2032,8,7800,8200 +LVA,2032,9,8300,8700 +LVA,2032,10,8900,9400 +LVA,2032,11,9500,10000 +LVA,2032,12,10000,11000 +LVA,2032,13,11000,12000 +LVA,2032,14,11000,12000 +LVA,2032,15,11000,12000 +LVA,2032,16,10000,11000 +LVA,2032,17,9400,10000 +LVA,2032,18,8600,9400 +LVA,2033,0,7300,7800 +LVA,2033,1,6900,7300 +LVA,2033,2,6700,7100 +LVA,2033,3,7500,8000 +LVA,2033,4,7300,7700 +LVA,2033,5,7200,7600 +LVA,2033,6,7200,7600 +LVA,2033,7,7400,7800 +LVA,2033,8,7600,8000 +LVA,2033,9,7900,8200 +LVA,2033,10,8200,8700 +LVA,2033,11,8800,9400 +LVA,2033,12,9500,10000 +LVA,2033,13,10000,11000 +LVA,2033,14,11000,12000 +LVA,2033,15,11000,12000 +LVA,2033,16,11000,12000 +LVA,2033,17,10000,11000 +LVA,2033,18,9400,10000 +LVA,2034,0,6800,7200 +LVA,2034,1,6700,7100 +LVA,2034,2,6700,7100 +LVA,2034,3,6800,7100 +LVA,2034,4,7200,7700 +LVA,2034,5,7200,7600 +LVA,2034,6,7200,7600 +LVA,2034,7,7300,7700 +LVA,2034,8,7500,7900 +LVA,2034,9,7700,8100 +LVA,2034,10,7900,8300 +LVA,2034,11,8200,8600 +LVA,2034,12,8800,9300 +LVA,2034,13,9500,10000 +LVA,2034,14,10000,11000 +LVA,2034,15,11000,12000 +LVA,2034,16,11000,12000 +LVA,2034,17,11000,12000 +LVA,2034,18,10000,11000 +LVA,2035,0,6500,6800 +LVA,2035,1,6600,7000 +LVA,2035,2,6700,7100 +LVA,2035,3,6800,7200 +LVA,2035,4,6900,7300 +LVA,2035,5,7000,7500 +LVA,2035,6,7100,7600 +LVA,2035,7,7300,7700 +LVA,2035,8,7400,7900 +LVA,2035,9,7600,8000 +LVA,2035,10,7800,8200 +LVA,2035,11,7900,8300 +LVA,2035,12,8200,8600 +LVA,2035,13,8700,9300 +LVA,2035,14,9500,10000 +LVA,2035,15,10000,11000 +LVA,2035,16,11000,12000 +LVA,2035,17,11000,12000 +LVA,2035,18,11000,12000 +LVA,2036,0,6400,6700 +LVA,2036,1,6500,6800 +LVA,2036,2,6600,7000 +LVA,2036,3,6700,7100 +LVA,2036,4,6800,7200 +LVA,2036,5,6900,7300 +LVA,2036,6,7000,7400 +LVA,2036,7,7100,7600 +LVA,2036,8,7300,7700 +LVA,2036,9,7400,7900 +LVA,2036,10,7600,8000 +LVA,2036,11,7800,8200 +LVA,2036,12,7900,8300 +LVA,2036,13,8100,8600 +LVA,2036,14,8700,9300 +LVA,2036,15,9400,10000 +LVA,2036,16,10000,11000 +LVA,2036,17,11000,12000 +LVA,2036,18,11000,12000 +LVA,2037,0,6500,6800 +LVA,2037,1,6600,7000 +LVA,2037,2,6500,6900 +LVA,2037,3,6600,7000 +LVA,2037,4,6700,7100 +LVA,2037,5,6800,7200 +LVA,2037,6,6900,7300 +LVA,2037,7,7000,7400 +LVA,2037,8,7100,7600 +LVA,2037,9,7300,7700 +LVA,2037,10,7400,7900 +LVA,2037,11,7600,8000 +LVA,2037,12,7800,8200 +LVA,2037,13,7900,8300 +LVA,2037,14,8100,8600 +LVA,2037,15,8700,9200 +LVA,2037,16,9400,10000 +LVA,2037,17,10000,11000 +LVA,2037,18,11000,12000 +LVA,2038,0,6700,7100 +LVA,2038,1,6700,7100 +LVA,2038,2,6700,7100 +LVA,2038,3,6500,6900 +LVA,2038,4,6600,7000 +LVA,2038,5,6700,7100 +LVA,2038,6,6800,7200 +LVA,2038,7,6900,7300 +LVA,2038,8,7000,7400 +LVA,2038,9,7100,7600 +LVA,2038,10,7300,7700 +LVA,2038,11,7400,7900 +LVA,2038,12,7600,8000 +LVA,2038,13,7800,8200 +LVA,2038,14,7800,8200 +LVA,2038,15,8100,8600 +LVA,2038,16,8700,9200 +LVA,2038,17,9400,10000 +LVA,2038,18,10000,11000 +LVA,2039,0,7000,7400 +LVA,2039,1,6900,7200 +LVA,2039,2,6800,7100 +LVA,2039,3,6700,7100 +LVA,2039,4,6600,6900 +LVA,2039,5,6600,7000 +LVA,2039,6,6700,7000 +LVA,2039,7,6700,7100 +LVA,2039,8,6800,7200 +LVA,2039,9,7000,7400 +LVA,2039,10,7100,7600 +LVA,2039,11,7300,7700 +LVA,2039,12,7400,7900 +LVA,2039,13,7600,8000 +LVA,2039,14,7700,8200 +LVA,2039,15,7800,8200 +LVA,2039,16,8100,8500 +LVA,2039,17,8700,9200 +LVA,2039,18,9400,10000 +LVA,2040,0,7200,7600 +LVA,2040,1,7000,7400 +LVA,2040,2,6800,7200 +LVA,2040,3,6700,7100 +LVA,2040,4,6600,7000 +LVA,2040,5,6600,7000 +LVA,2040,6,6600,7000 +LVA,2040,7,6600,7000 +LVA,2040,8,6700,7100 +LVA,2040,9,6800,7200 +LVA,2040,10,7000,7400 +LVA,2040,11,7100,7600 +LVA,2040,12,7300,7700 +LVA,2040,13,7400,7900 +LVA,2040,14,7600,8000 +LVA,2040,15,7700,8200 +LVA,2040,16,7800,8200 +LVA,2040,17,8100,8500 +LVA,2040,18,8700,9200 +LVA,2041,0,7300,7700 +LVA,2041,1,7200,7600 +LVA,2041,2,7000,7400 +LVA,2041,3,6800,7200 +LVA,2041,4,6700,7100 +LVA,2041,5,6600,7000 +LVA,2041,6,6600,7000 +LVA,2041,7,6600,7000 +LVA,2041,8,6600,7000 +LVA,2041,9,6700,7100 +LVA,2041,10,6800,7200 +LVA,2041,11,6900,7400 +LVA,2041,12,7100,7500 +LVA,2041,13,7300,7700 +LVA,2041,14,7400,7900 +LVA,2041,15,7600,8000 +LVA,2041,16,7700,8100 +LVA,2041,17,7800,8200 +LVA,2041,18,8100,8500 +LVA,2042,0,7400,7800 +LVA,2042,1,7200,7600 +LVA,2042,2,7100,7500 +LVA,2042,3,7000,7400 +LVA,2042,4,6800,7200 +LVA,2042,5,6700,7100 +LVA,2042,6,6700,7000 +LVA,2042,7,6600,7000 +LVA,2042,8,6600,7000 +LVA,2042,9,6600,7000 +LVA,2042,10,6700,7100 +LVA,2042,11,6800,7200 +LVA,2042,12,6900,7300 +LVA,2042,13,7100,7500 +LVA,2042,14,7300,7700 +LVA,2042,15,7400,7900 +LVA,2042,16,7600,8000 +LVA,2042,17,7700,8100 +LVA,2042,18,7800,8200 +LVA,2043,0,7500,7900 +LVA,2043,1,7300,7700 +LVA,2043,2,7100,7500 +LVA,2043,3,7100,7500 +LVA,2043,4,7000,7300 +LVA,2043,5,6800,7200 +LVA,2043,6,6700,7100 +LVA,2043,7,6700,7000 +LVA,2043,8,6600,7000 +LVA,2043,9,6600,7000 +LVA,2043,10,6600,7000 +LVA,2043,11,6700,7100 +LVA,2043,12,6800,7200 +LVA,2043,13,6900,7300 +LVA,2043,14,7100,7500 +LVA,2043,15,7300,7700 +LVA,2043,16,7400,7800 +LVA,2043,17,7600,8000 +LVA,2043,18,7700,8100 +LVA,2044,0,7500,7900 +LVA,2044,1,7400,7800 +LVA,2044,2,7200,7700 +LVA,2044,3,7100,7500 +LVA,2044,4,7100,7500 +LVA,2044,5,6900,7300 +LVA,2044,6,6800,7200 +LVA,2044,7,6700,7100 +LVA,2044,8,6700,7100 +LVA,2044,9,6600,7000 +LVA,2044,10,6600,7000 +LVA,2044,11,6600,7000 +LVA,2044,12,6700,7100 +LVA,2044,13,6800,7200 +LVA,2044,14,6900,7300 +LVA,2044,15,7100,7500 +LVA,2044,16,7300,7700 +LVA,2044,17,7400,7800 +LVA,2044,18,7500,8000 +LVA,2045,0,7500,8000 +LVA,2045,1,7500,7900 +LVA,2045,2,7300,7800 +LVA,2045,3,7200,7700 +LVA,2045,4,7100,7500 +LVA,2045,5,7000,7400 +LVA,2045,6,6900,7300 +LVA,2045,7,6800,7200 +LVA,2045,8,6800,7100 +LVA,2045,9,6700,7100 +LVA,2045,10,6600,7000 +LVA,2045,11,6600,7000 +LVA,2045,12,6600,7000 +LVA,2045,13,6700,7100 +LVA,2045,14,6800,7200 +LVA,2045,15,6900,7300 +LVA,2045,16,7100,7500 +LVA,2045,17,7200,7700 +LVA,2045,18,7400,7800 +LVA,2046,0,7600,8000 +LVA,2046,1,7500,8000 +LVA,2046,2,7400,7900 +LVA,2046,3,7300,7800 +LVA,2046,4,7200,7600 +LVA,2046,5,7100,7500 +LVA,2046,6,7000,7400 +LVA,2046,7,6900,7300 +LVA,2046,8,6800,7200 +LVA,2046,9,6700,7100 +LVA,2046,10,6700,7100 +LVA,2046,11,6600,7000 +LVA,2046,12,6600,7000 +LVA,2046,13,6600,7000 +LVA,2046,14,6700,7000 +LVA,2046,15,6800,7200 +LVA,2046,16,6900,7300 +LVA,2046,17,7100,7500 +LVA,2046,18,7200,7700 +LVA,2047,0,7600,8000 +LVA,2047,1,7600,8000 +LVA,2047,2,7500,8000 +LVA,2047,3,7400,7900 +LVA,2047,4,7300,7800 +LVA,2047,5,7200,7600 +LVA,2047,6,7100,7500 +LVA,2047,7,7000,7400 +LVA,2047,8,6900,7300 +LVA,2047,9,6800,7200 +LVA,2047,10,6700,7100 +LVA,2047,11,6700,7100 +LVA,2047,12,6600,7000 +LVA,2047,13,6600,7000 +LVA,2047,14,6600,7000 +LVA,2047,15,6600,7000 +LVA,2047,16,6700,7100 +LVA,2047,17,6900,7300 +LVA,2047,18,7000,7500 +LVA,2048,0,7600,8000 +LVA,2048,1,7600,8000 +LVA,2048,2,7600,8000 +LVA,2048,3,7500,7900 +LVA,2048,4,7400,7900 +LVA,2048,5,7300,7800 +LVA,2048,6,7200,7600 +LVA,2048,7,7100,7500 +LVA,2048,8,7000,7400 +LVA,2048,9,6900,7300 +LVA,2048,10,6800,7200 +LVA,2048,11,6700,7100 +LVA,2048,12,6700,7100 +LVA,2048,13,6600,7000 +LVA,2048,14,6600,7000 +LVA,2048,15,6600,7000 +LVA,2048,16,6600,7000 +LVA,2048,17,6700,7100 +LVA,2048,18,6900,7300 +LVA,2049,0,7600,8000 +LVA,2049,1,7600,8000 +LVA,2049,2,7600,8000 +LVA,2049,3,7600,8000 +LVA,2049,4,7500,7900 +LVA,2049,5,7400,7900 +LVA,2049,6,7300,7800 +LVA,2049,7,7200,7600 +LVA,2049,8,7100,7500 +LVA,2049,9,7000,7400 +LVA,2049,10,6900,7300 +LVA,2049,11,6800,7200 +LVA,2049,12,6700,7100 +LVA,2049,13,6700,7100 +LVA,2049,14,6600,7000 +LVA,2049,15,6600,6900 +LVA,2049,16,6600,6900 +LVA,2049,17,6600,7000 +LVA,2049,18,6700,7100 +LVA,2050,0,7500,8000 +LVA,2050,1,7600,8000 +LVA,2050,2,7600,8000 +LVA,2050,3,7600,8000 +LVA,2050,4,7600,8000 +LVA,2050,5,7500,7900 +LVA,2050,6,7400,7800 +LVA,2050,7,7300,7800 +LVA,2050,8,7200,7600 +LVA,2050,9,7100,7500 +LVA,2050,10,7000,7400 +LVA,2050,11,6900,7300 +LVA,2050,12,6800,7200 +LVA,2050,13,6700,7100 +LVA,2050,14,6700,7000 +LVA,2050,15,6600,7000 +LVA,2050,16,6600,6900 +LVA,2050,17,6500,6900 +LVA,2050,18,6600,7000 +MAC,1990,0,3014,3393 +MAC,1990,1,3355,3637 +MAC,1990,2,3554,3768 +MAC,1990,3,3631,3800 +MAC,1990,4,3604,3748 +MAC,1990,5,3492,3626 +MAC,1990,6,3315,3450 +MAC,1990,7,3092,3236 +MAC,1990,8,2841,2997 +MAC,1990,9,2582,2749 +MAC,1990,10,2300,2481 +MAC,1990,11,1983,2182 +MAC,1990,12,1814,1996 +MAC,1990,13,1877,1991 +MAC,1990,14,2093,2104 +MAC,1990,15,2299,2214 +MAC,1990,16,2529,2357 +MAC,1990,17,2727,2446 +MAC,1990,18,2845,2429 +MAC,1991,0,2837,3152 +MAC,1991,1,3127,3468 +MAC,1991,2,3411,3680 +MAC,1991,3,3572,3789 +MAC,1991,4,3626,3808 +MAC,1991,5,3591,3751 +MAC,1991,6,3484,3634 +MAC,1991,7,3323,3470 +MAC,1991,8,3118,3263 +MAC,1991,9,2882,3022 +MAC,1991,10,2636,2766 +MAC,1991,11,2373,2495 +MAC,1991,12,2080,2194 +MAC,1991,13,1928,2009 +MAC,1991,14,1996,2006 +MAC,1991,15,2211,2123 +MAC,1991,16,2417,2238 +MAC,1991,17,2648,2385 +MAC,1991,18,2846,2479 +MAC,1992,0,2701,2919 +MAC,1992,1,3183,3362 +MAC,1992,2,3227,3532 +MAC,1992,3,3452,3710 +MAC,1992,4,3574,3796 +MAC,1992,5,3606,3804 +MAC,1992,6,3563,3743 +MAC,1992,7,3461,3629 +MAC,1992,8,3317,3477 +MAC,1992,9,3130,3279 +MAC,1992,10,2910,3037 +MAC,1992,11,2679,2774 +MAC,1992,12,2437,2500 +MAC,1992,13,2168,2199 +MAC,1992,14,2034,2015 +MAC,1992,15,2108,2015 +MAC,1992,16,2321,2136 +MAC,1992,17,2526,2254 +MAC,1992,18,2755,2406 +MAC,1993,0,2596,2702 +MAC,1993,1,3050,3160 +MAC,1993,2,3372,3492 +MAC,1993,3,3318,3589 +MAC,1993,4,3484,3732 +MAC,1993,5,3567,3796 +MAC,1993,6,3577,3792 +MAC,1993,7,3526,3727 +MAC,1993,8,3429,3617 +MAC,1993,9,3302,3478 +MAC,1993,10,3135,3288 +MAC,1993,11,2931,3046 +MAC,1993,12,2715,2777 +MAC,1993,13,2493,2501 +MAC,1993,14,2250,2200 +MAC,1993,15,2134,2017 +MAC,1993,16,2214,2020 +MAC,1993,17,2424,2144 +MAC,1993,18,2628,2266 +MAC,1994,0,2499,2508 +MAC,1994,1,2903,2953 +MAC,1994,2,3205,3294 +MAC,1994,3,3416,3542 +MAC,1994,4,3408,3646 +MAC,1994,5,3515,3755 +MAC,1994,6,3559,3797 +MAC,1994,7,3547,3780 +MAC,1994,8,3488,3711 +MAC,1994,9,3397,3605 +MAC,1994,10,3286,3479 +MAC,1994,11,3139,3298 +MAC,1994,12,2952,3055 +MAC,1994,13,2750,2779 +MAC,1994,14,2549,2501 +MAC,1994,15,2332,2201 +MAC,1994,16,2234,2019 +MAC,1994,17,2319,2024 +MAC,1994,18,2527,2152 +MAC,1995,0,2393,2337 +MAC,1995,1,2750,2762 +MAC,1995,2,3034,3106 +MAC,1995,3,3250,3375 +MAC,1995,4,3404,3574 +MAC,1995,5,3502,3707 +MAC,1995,6,3551,3781 +MAC,1995,7,3555,3801 +MAC,1995,8,3521,3772 +MAC,1995,9,3454,3699 +MAC,1995,10,3368,3598 +MAC,1995,11,3275,3483 +MAC,1995,12,3146,3311 +MAC,1995,13,2976,3067 +MAC,1995,14,2788,2785 +MAC,1995,15,2608,2505 +MAC,1995,16,2416,2204 +MAC,1995,17,2335,2023 +MAC,1995,18,2427,2031 +MAC,1996,0,2276,2195 +MAC,1996,1,2478,2487 +MAC,1996,2,2809,2876 +MAC,1996,3,3080,3198 +MAC,1996,4,3294,3454 +MAC,1996,5,3454,3648 +MAC,1996,6,3568,3787 +MAC,1996,7,3644,3875 +MAC,1996,8,3661,3899 +MAC,1996,9,3615,3854 +MAC,1996,10,3521,3753 +MAC,1996,11,3412,3630 +MAC,1996,12,3294,3496 +MAC,1996,13,3161,3309 +MAC,1996,14,3015,3059 +MAC,1996,15,2871,2779 +MAC,1996,16,2729,2499 +MAC,1996,17,2579,2198 +MAC,1996,18,2521,2022 +MAC,1997,0,2162,2091 +MAC,1997,1,2434,2450 +MAC,1997,2,2563,2637 +MAC,1997,3,2867,2990 +MAC,1997,4,3125,3289 +MAC,1997,5,3337,3533 +MAC,1997,6,3502,3722 +MAC,1997,7,3632,3865 +MAC,1997,8,3735,3968 +MAC,1997,9,3766,3997 +MAC,1997,10,3707,3936 +MAC,1997,11,3586,3807 +MAC,1997,12,3456,3662 +MAC,1997,13,3314,3508 +MAC,1997,14,3175,3307 +MAC,1997,15,3054,3052 +MAC,1997,16,2953,2772 +MAC,1997,17,2850,2492 +MAC,1997,18,2742,2192 +MAC,1998,0,2056,2013 +MAC,1998,1,2283,2326 +MAC,1998,2,2508,2623 +MAC,1998,3,2650,2788 +MAC,1998,4,2928,3105 +MAC,1998,5,3173,3381 +MAC,1998,6,3383,3613 +MAC,1998,7,3554,3798 +MAC,1998,8,3700,3946 +MAC,1998,9,3830,4063 +MAC,1998,10,3875,4096 +MAC,1998,11,3803,4019 +MAC,1998,12,3655,3863 +MAC,1998,13,3502,3696 +MAC,1998,14,3336,3522 +MAC,1998,15,3191,3306 +MAC,1998,16,3096,3045 +MAC,1998,17,3037,2767 +MAC,1998,18,2974,2487 +MAC,1999,0,1958,1948 +MAC,1999,1,2143,2211 +MAC,1999,2,2345,2479 +MAC,1999,3,2557,2745 +MAC,1999,4,2741,2942 +MAC,1999,5,2994,3224 +MAC,1999,6,3227,3477 +MAC,1999,7,3434,3697 +MAC,1999,8,3612,3878 +MAC,1999,9,3774,4031 +MAC,1999,10,3932,4163 +MAC,1999,11,3990,4200 +MAC,1999,12,3906,4107 +MAC,1999,13,3729,3923 +MAC,1999,14,3555,3734 +MAC,1999,15,3364,3540 +MAC,1999,16,3214,3310 +MAC,1999,17,3143,3043 +MAC,1999,18,3127,2765 +MAC,2000,0,1874,1884 +MAC,2000,1,2018,2100 +MAC,2000,2,2194,2337 +MAC,2000,3,2395,2588 +MAC,2000,4,2612,2845 +MAC,2000,5,2839,3101 +MAC,2000,6,3066,3348 +MAC,2000,7,3287,3580 +MAC,2000,8,3494,3788 +MAC,2000,9,3678,3965 +MAC,2000,10,3856,4123 +MAC,2000,11,4042,4270 +MAC,2000,12,4114,4311 +MAC,2000,13,4016,4202 +MAC,2000,14,3812,3990 +MAC,2000,15,3615,3778 +MAC,2000,16,3398,3563 +MAC,2000,17,3242,3318 +MAC,2000,18,3196,3045 +MAC,2001,0,1785,1803 +MAC,2001,1,1906,1950 +MAC,2001,2,2058,2164 +MAC,2001,3,2242,2399 +MAC,2001,4,2449,2647 +MAC,2001,5,2674,2902 +MAC,2001,6,2907,3157 +MAC,2001,7,3139,3404 +MAC,2001,8,3372,3635 +MAC,2001,9,3602,3843 +MAC,2001,10,3818,4021 +MAC,2001,11,4023,4180 +MAC,2001,12,4235,4328 +MAC,2001,13,4330,4375 +MAC,2001,14,4252,4280 +MAC,2001,15,4062,4085 +MAC,2001,16,3879,3890 +MAC,2001,17,3680,3692 +MAC,2001,18,3520,3461 +MAC,2002,0,1708,1723 +MAC,2002,1,1790,1864 +MAC,2002,2,1944,2019 +MAC,2002,3,2104,2231 +MAC,2002,4,2295,2464 +MAC,2002,5,2509,2711 +MAC,2002,6,2742,2965 +MAC,2002,7,2981,3218 +MAC,2002,8,3218,3465 +MAC,2002,9,3464,3696 +MAC,2002,10,3718,3905 +MAC,2002,11,3965,4084 +MAC,2002,12,4199,4244 +MAC,2002,13,4437,4393 +MAC,2002,14,4555,4446 +MAC,2002,15,4496,4364 +MAC,2002,16,4320,4187 +MAC,2002,17,4151,4009 +MAC,2002,18,3970,3826 +MAC,2003,0,1659,1669 +MAC,2003,1,1715,1776 +MAC,2003,2,1818,1926 +MAC,2003,3,1982,2091 +MAC,2003,4,2151,2301 +MAC,2003,5,2349,2532 +MAC,2003,6,2572,2778 +MAC,2003,7,2812,3030 +MAC,2003,8,3059,3284 +MAC,2003,9,3301,3531 +MAC,2003,10,3559,3762 +MAC,2003,11,3838,3971 +MAC,2003,12,4116,4152 +MAC,2003,13,4379,4313 +MAC,2003,14,4643,4464 +MAC,2003,15,4784,4523 +MAC,2003,16,4744,4454 +MAC,2003,17,4583,4295 +MAC,2003,18,4427,4132 +MAC,2004,0,1659,1674 +MAC,2004,1,1679,1736 +MAC,2004,2,1749,1846 +MAC,2004,3,1861,1996 +MAC,2004,4,2019,2164 +MAC,2004,5,2196,2373 +MAC,2004,6,2402,2603 +MAC,2004,7,2632,2847 +MAC,2004,8,2880,3098 +MAC,2004,9,3133,3351 +MAC,2004,10,3380,3598 +MAC,2004,11,3651,3831 +MAC,2004,12,3955,4040 +MAC,2004,13,4264,4222 +MAC,2004,14,4555,4385 +MAC,2004,15,4845,4538 +MAC,2004,16,5010,4603 +MAC,2004,17,4989,4547 +MAC,2004,18,4842,4405 +MAC,2005,0,1721,1759 +MAC,2005,1,1693,1758 +MAC,2005,2,1716,1812 +MAC,2005,3,1787,1914 +MAC,2005,4,1901,2058 +MAC,2005,5,2053,2237 +MAC,2005,6,2237,2444 +MAC,2005,7,2450,2673 +MAC,2005,8,2687,2916 +MAC,2005,9,2942,3166 +MAC,2005,10,3202,3418 +MAC,2005,11,3453,3666 +MAC,2005,12,3736,3899 +MAC,2005,13,4063,4110 +MAC,2005,14,4404,4292 +MAC,2005,15,4722,4458 +MAC,2005,16,5038,4612 +MAC,2005,17,5226,4683 +MAC,2005,18,5224,4640 +MAC,2006,0,1863,1933 +MAC,2006,1,1731,1783 +MAC,2006,2,1707,1782 +MAC,2006,3,1735,1837 +MAC,2006,4,1811,1940 +MAC,2006,5,1930,2086 +MAC,2006,6,2088,2269 +MAC,2006,7,2280,2481 +MAC,2006,8,2499,2712 +MAC,2006,9,2740,2953 +MAC,2006,10,2999,3200 +MAC,2006,11,3264,3449 +MAC,2006,12,3517,3692 +MAC,2006,13,3810,3933 +MAC,2006,14,4161,4168 +MAC,2006,15,4532,4387 +MAC,2006,16,4878,4586 +MAC,2006,17,5222,4775 +MAC,2006,18,5426,4870 +MAC,2007,0,2063,2179 +MAC,2007,1,1887,1992 +MAC,2007,2,1737,1805 +MAC,2007,3,1717,1805 +MAC,2007,4,1750,1860 +MAC,2007,5,1831,1965 +MAC,2007,6,1955,2113 +MAC,2007,7,2118,2298 +MAC,2007,8,2317,2516 +MAC,2007,9,2542,2749 +MAC,2007,10,2787,2988 +MAC,2007,11,3050,3231 +MAC,2007,12,3318,3478 +MAC,2007,13,3573,3716 +MAC,2007,14,3876,3963 +MAC,2007,15,4249,4224 +MAC,2007,16,4649,4478 +MAC,2007,17,5022,4711 +MAC,2007,18,5394,4934 +MAC,2008,0,2298,2467 +MAC,2008,1,2042,2180 +MAC,2008,2,1865,1986 +MAC,2008,3,1741,1827 +MAC,2008,4,1726,1827 +MAC,2008,5,1763,1883 +MAC,2008,6,1848,1990 +MAC,2008,7,1977,2139 +MAC,2008,8,2146,2327 +MAC,2008,9,2351,2550 +MAC,2008,10,2582,2786 +MAC,2008,11,2831,3022 +MAC,2008,12,3098,3261 +MAC,2008,13,3369,3505 +MAC,2008,14,3625,3738 +MAC,2008,15,3937,3992 +MAC,2008,16,4333,4278 +MAC,2008,17,4761,4568 +MAC,2008,18,5161,4834 +MAC,2009,0,2536,2750 +MAC,2009,1,2220,2388 +MAC,2009,2,1986,2124 +MAC,2009,3,1828,1950 +MAC,2009,4,1746,1850 +MAC,2009,5,1735,1850 +MAC,2009,6,1777,1907 +MAC,2009,7,1867,2015 +MAC,2009,8,2001,2166 +MAC,2009,9,2175,2356 +MAC,2009,10,2387,2584 +MAC,2009,11,2624,2822 +MAC,2009,12,2877,3057 +MAC,2009,13,3147,3292 +MAC,2009,14,3422,3533 +MAC,2009,15,3679,3761 +MAC,2009,16,4001,4022 +MAC,2009,17,4418,4333 +MAC,2009,18,4876,4658 +MAC,2010,0,2754,2994 +MAC,2010,1,2409,2596 +MAC,2010,2,2142,2292 +MAC,2010,3,1947,2075 +MAC,2010,4,1819,1938 +MAC,2010,5,1754,1872 +MAC,2010,6,1747,1872 +MAC,2010,7,1793,1931 +MAC,2010,8,1888,2039 +MAC,2010,9,2027,2192 +MAC,2010,10,2207,2386 +MAC,2010,11,2426,2619 +MAC,2010,12,2669,2860 +MAC,2010,13,2927,3092 +MAC,2010,14,3200,3323 +MAC,2010,15,3479,3561 +MAC,2010,16,3739,3785 +MAC,2010,17,4071,4052 +MAC,2010,18,4510,4388 +MAC,2011,0,2937,3192 +MAC,2011,1,2731,2963 +MAC,2011,2,2419,2606 +MAC,2011,3,2171,2327 +MAC,2011,4,1983,2120 +MAC,2011,5,1855,1982 +MAC,2011,6,1781,1906 +MAC,2011,7,1755,1883 +MAC,2011,8,1792,1929 +MAC,2011,9,1896,2047 +MAC,2011,10,2056,2223 +MAC,2011,11,2252,2433 +MAC,2011,12,2487,2680 +MAC,2011,13,2743,2935 +MAC,2011,14,3013,3182 +MAC,2011,15,3297,3428 +MAC,2011,16,3586,3680 +MAC,2011,17,3856,3920 +MAC,2011,18,4199,4197 +MAC,2012,0,3097,3348 +MAC,2012,1,2801,3010 +MAC,2012,2,2713,2933 +MAC,2012,3,2434,2617 +MAC,2012,4,2203,2362 +MAC,2012,5,2023,2166 +MAC,2012,6,1894,2028 +MAC,2012,7,1810,1940 +MAC,2012,8,1766,1895 +MAC,2012,9,1793,1929 +MAC,2012,10,1907,2056 +MAC,2012,11,2088,2255 +MAC,2012,12,2301,2482 +MAC,2012,13,2551,2742 +MAC,2012,14,2822,3012 +MAC,2012,15,3103,3274 +MAC,2012,16,3398,3534 +MAC,2012,17,3699,3801 +MAC,2012,18,3979,4058 +MAC,2013,0,3227,3461 +MAC,2013,1,2993,3200 +MAC,2013,2,2772,2957 +MAC,2013,3,2696,2901 +MAC,2013,4,2448,2627 +MAC,2013,5,2236,2396 +MAC,2013,6,2063,2210 +MAC,2013,7,1933,2072 +MAC,2013,8,1840,1974 +MAC,2013,9,1776,1905 +MAC,2013,10,1795,1927 +MAC,2013,11,1918,2064 +MAC,2013,12,2120,2285 +MAC,2013,13,2350,2529 +MAC,2013,14,2615,2803 +MAC,2013,15,2901,3088 +MAC,2013,16,3195,3364 +MAC,2013,17,3501,3638 +MAC,2013,18,3812,3920 +MAC,2014,0,3320,3533 +MAC,2014,1,3158,3359 +MAC,2014,2,2982,3172 +MAC,2014,3,2799,2980 +MAC,2014,4,2674,2865 +MAC,2014,5,2459,2633 +MAC,2014,6,2265,2427 +MAC,2014,7,2100,2252 +MAC,2014,8,1970,2114 +MAC,2014,9,1867,2004 +MAC,2014,10,1785,1913 +MAC,2014,11,1794,1922 +MAC,2014,12,1926,2069 +MAC,2014,13,2149,2312 +MAC,2014,14,2396,2573 +MAC,2014,15,2676,2860 +MAC,2014,16,2977,3158 +MAC,2014,17,3282,3449 +MAC,2014,18,3598,3737 +MAC,2015,0,3376,3569 +MAC,2015,1,3284,3477 +MAC,2015,2,3156,3348 +MAC,2015,3,3001,3189 +MAC,2015,4,2828,3011 +MAC,2015,5,2646,2823 +MAC,2015,6,2464,2634 +MAC,2015,7,2289,2453 +MAC,2015,8,2133,2288 +MAC,2015,9,2002,2151 +MAC,2015,10,1889,2030 +MAC,2015,11,1789,1917 +MAC,2015,12,1789,1914 +MAC,2015,13,1930,2069 +MAC,2015,14,2173,2335 +MAC,2015,15,2436,2611 +MAC,2015,16,2731,2911 +MAC,2015,17,3044,3223 +MAC,2015,18,3361,3527 +MAC,2016,0,3413,3587 +MAC,2016,1,3408,3599 +MAC,2016,2,3309,3501 +MAC,2016,3,3176,3367 +MAC,2016,4,3017,3205 +MAC,2016,5,2842,3024 +MAC,2016,6,2658,2834 +MAC,2016,7,2474,2644 +MAC,2016,8,2302,2464 +MAC,2016,9,2151,2307 +MAC,2016,10,2030,2178 +MAC,2016,11,1927,2067 +MAC,2016,12,1836,1963 +MAC,2016,13,1846,1970 +MAC,2016,14,1998,2136 +MAC,2016,15,2251,2412 +MAC,2016,16,2524,2698 +MAC,2016,17,2830,3009 +MAC,2016,18,3151,3327 +MAC,2017,0,3409,3564 +MAC,2017,1,3449,3622 +MAC,2017,2,3433,3624 +MAC,2017,3,3328,3520 +MAC,2017,4,3190,3381 +MAC,2017,5,3028,3215 +MAC,2017,6,2850,3032 +MAC,2017,7,2665,2841 +MAC,2017,8,2480,2650 +MAC,2017,9,2310,2473 +MAC,2017,10,2166,2321 +MAC,2017,11,2054,2203 +MAC,2017,12,1961,2101 +MAC,2017,13,1879,2007 +MAC,2017,14,1900,2024 +MAC,2017,15,2062,2200 +MAC,2017,16,2326,2486 +MAC,2017,17,2608,2782 +MAC,2017,18,2923,3102 +MAC,2018,0,3378,3519 +MAC,2018,1,3476,3638 +MAC,2018,2,3498,3676 +MAC,2018,3,3453,3644 +MAC,2018,4,3343,3535 +MAC,2018,5,3200,3391 +MAC,2018,6,3034,3222 +MAC,2018,7,2854,3037 +MAC,2018,8,2668,2844 +MAC,2018,9,2483,2652 +MAC,2018,10,2315,2478 +MAC,2018,11,2178,2333 +MAC,2018,12,2075,2224 +MAC,2018,13,1992,2132 +MAC,2018,14,1920,2048 +MAC,2018,15,1951,2075 +MAC,2018,16,2123,2261 +MAC,2018,17,2396,2557 +MAC,2018,18,2688,2862 +MAC,2019,0,3300,3500 +MAC,2019,1,3500,3600 +MAC,2019,2,3500,3700 +MAC,2019,3,3500,3700 +MAC,2019,4,3500,3700 +MAC,2019,5,3400,3500 +MAC,2019,6,3200,3400 +MAC,2019,7,3000,3200 +MAC,2019,8,2900,3000 +MAC,2019,9,2700,2800 +MAC,2019,10,2500,2700 +MAC,2019,11,2300,2500 +MAC,2019,12,2200,2300 +MAC,2019,13,2100,2200 +MAC,2019,14,2000,2200 +MAC,2019,15,2000,2100 +MAC,2019,16,2000,2100 +MAC,2019,17,2200,2300 +MAC,2019,18,2500,2600 +MAC,2020,0,3300,3400 +MAC,2020,1,3500,3600 +MAC,2020,2,3600,3700 +MAC,2020,3,3600,3800 +MAC,2020,4,3600,3800 +MAC,2020,5,3500,3700 +MAC,2020,6,3400,3600 +MAC,2020,7,3200,3400 +MAC,2020,8,3000,3200 +MAC,2020,9,2900,3000 +MAC,2020,10,2700,2800 +MAC,2020,11,2500,2700 +MAC,2020,12,2300,2500 +MAC,2020,13,2200,2400 +MAC,2020,14,2100,2300 +MAC,2020,15,2100,2200 +MAC,2020,16,2000,2100 +MAC,2020,17,2100,2200 +MAC,2020,18,2200,2400 +MAC,2021,0,3300,3500 +MAC,2021,1,3400,3500 +MAC,2021,2,3500,3700 +MAC,2021,3,3600,3800 +MAC,2021,4,3600,3800 +MAC,2021,5,3600,3700 +MAC,2021,6,3500,3700 +MAC,2021,7,3400,3600 +MAC,2021,8,3200,3400 +MAC,2021,9,3100,3300 +MAC,2021,10,2900,3100 +MAC,2021,11,2700,2900 +MAC,2021,12,2500,2700 +MAC,2021,13,2400,2500 +MAC,2021,14,2300,2400 +MAC,2021,15,2200,2300 +MAC,2021,16,2100,2300 +MAC,2021,17,2100,2200 +MAC,2021,18,2100,2300 +MAC,2022,0,3300,3500 +MAC,2022,1,3500,3700 +MAC,2022,2,3400,3600 +MAC,2022,3,3500,3700 +MAC,2022,4,3600,3800 +MAC,2022,5,3600,3800 +MAC,2022,6,3500,3700 +MAC,2022,7,3500,3700 +MAC,2022,8,3400,3600 +MAC,2022,9,3200,3400 +MAC,2022,10,3100,3300 +MAC,2022,11,2900,3100 +MAC,2022,12,2700,2900 +MAC,2022,13,2600,2700 +MAC,2022,14,2400,2600 +MAC,2022,15,2300,2500 +MAC,2022,16,2300,2400 +MAC,2022,17,2200,2400 +MAC,2022,18,2200,2300 +MAC,2023,0,3300,3500 +MAC,2023,1,3500,3600 +MAC,2023,2,3600,3700 +MAC,2023,3,3500,3600 +MAC,2023,4,3600,3700 +MAC,2023,5,3600,3800 +MAC,2023,6,3600,3800 +MAC,2023,7,3500,3700 +MAC,2023,8,3500,3600 +MAC,2023,9,3400,3600 +MAC,2023,10,3300,3500 +MAC,2023,11,3100,3300 +MAC,2023,12,2900,3100 +MAC,2023,13,2800,2900 +MAC,2023,14,2600,2800 +MAC,2023,15,2500,2600 +MAC,2023,16,2400,2500 +MAC,2023,17,2300,2500 +MAC,2023,18,2300,2400 +MAC,2024,0,3300,3500 +MAC,2024,1,3500,3600 +MAC,2024,2,3600,3700 +MAC,2024,3,3600,3800 +MAC,2024,4,3600,3700 +MAC,2024,5,3600,3700 +MAC,2024,6,3600,3800 +MAC,2024,7,3600,3700 +MAC,2024,8,3500,3700 +MAC,2024,9,3500,3600 +MAC,2024,10,3400,3600 +MAC,2024,11,3300,3500 +MAC,2024,12,3100,3300 +MAC,2024,13,3000,3100 +MAC,2024,14,2800,3000 +MAC,2024,15,2700,2800 +MAC,2024,16,2500,2700 +MAC,2024,17,2400,2600 +MAC,2024,18,2400,2600 +MAC,2025,0,3300,3500 +MAC,2025,1,3400,3600 +MAC,2025,2,3500,3700 +MAC,2025,3,3600,3700 +MAC,2025,4,3600,3700 +MAC,2025,5,3600,3800 +MAC,2025,6,3600,3800 +MAC,2025,7,3600,3800 +MAC,2025,8,3600,3700 +MAC,2025,9,3500,3700 +MAC,2025,10,3400,3600 +MAC,2025,11,3400,3600 +MAC,2025,12,3300,3500 +MAC,2025,13,3100,3300 +MAC,2025,14,3000,3200 +MAC,2025,15,2800,3000 +MAC,2025,16,2700,2900 +MAC,2025,17,2600,2700 +MAC,2025,18,2500,2700 +MAC,2026,0,3200,3400 +MAC,2026,1,3300,3500 +MAC,2026,2,3400,3600 +MAC,2026,3,3500,3700 +MAC,2026,4,3600,3700 +MAC,2026,5,3600,3800 +MAC,2026,6,3600,3800 +MAC,2026,7,3600,3800 +MAC,2026,8,3600,3800 +MAC,2026,9,3600,3700 +MAC,2026,10,3500,3700 +MAC,2026,11,3500,3700 +MAC,2026,12,3400,3600 +MAC,2026,13,3300,3500 +MAC,2026,14,3200,3400 +MAC,2026,15,3100,3200 +MAC,2026,16,2900,3100 +MAC,2026,17,2800,3000 +MAC,2026,18,2700,2800 +MAC,2027,0,3200,3300 +MAC,2027,1,3300,3400 +MAC,2027,2,3400,3500 +MAC,2027,3,3500,3600 +MAC,2027,4,3500,3700 +MAC,2027,5,3600,3700 +MAC,2027,6,3600,3800 +MAC,2027,7,3600,3800 +MAC,2027,8,3600,3800 +MAC,2027,9,3600,3800 +MAC,2027,10,3600,3800 +MAC,2027,11,3600,3700 +MAC,2027,12,3500,3700 +MAC,2027,13,3500,3700 +MAC,2027,14,3400,3600 +MAC,2027,15,3300,3500 +MAC,2027,16,3100,3300 +MAC,2027,17,3000,3200 +MAC,2027,18,2900,3000 +MAC,2028,0,3100,3200 +MAC,2028,1,3200,3300 +MAC,2028,2,3300,3500 +MAC,2028,3,3400,3600 +MAC,2028,4,3500,3600 +MAC,2028,5,3500,3700 +MAC,2028,6,3600,3700 +MAC,2028,7,3600,3800 +MAC,2028,8,3600,3800 +MAC,2028,9,3600,3800 +MAC,2028,10,3600,3800 +MAC,2028,11,3600,3800 +MAC,2028,12,3600,3700 +MAC,2028,13,3500,3700 +MAC,2028,14,3500,3700 +MAC,2028,15,3400,3600 +MAC,2028,16,3300,3500 +MAC,2028,17,3200,3400 +MAC,2028,18,3100,3300 +MAC,2029,0,3000,3100 +MAC,2029,1,3100,3200 +MAC,2029,2,3200,3400 +MAC,2029,3,3300,3500 +MAC,2029,4,3400,3600 +MAC,2029,5,3500,3700 +MAC,2029,6,3500,3700 +MAC,2029,7,3600,3700 +MAC,2029,8,3600,3800 +MAC,2029,9,3600,3800 +MAC,2029,10,3600,3800 +MAC,2029,11,3600,3800 +MAC,2029,12,3600,3800 +MAC,2029,13,3600,3800 +MAC,2029,14,3600,3800 +MAC,2029,15,3500,3700 +MAC,2029,16,3500,3700 +MAC,2029,17,3400,3600 +MAC,2029,18,3300,3500 +MAC,2030,0,2900,3000 +MAC,2030,1,3000,3200 +MAC,2030,2,3200,3300 +MAC,2030,3,3300,3400 +MAC,2030,4,3400,3500 +MAC,2030,5,3400,3600 +MAC,2030,6,3500,3700 +MAC,2030,7,3600,3700 +MAC,2030,8,3600,3800 +MAC,2030,9,3600,3800 +MAC,2030,10,3600,3800 +MAC,2030,11,3600,3800 +MAC,2030,12,3600,3800 +MAC,2030,13,3600,3800 +MAC,2030,14,3600,3800 +MAC,2030,15,3600,3800 +MAC,2030,16,3600,3800 +MAC,2030,17,3500,3700 +MAC,2030,18,3500,3600 +MAC,2031,0,2800,3000 +MAC,2031,1,2900,3000 +MAC,2031,2,3000,3200 +MAC,2031,3,3200,3300 +MAC,2031,4,3300,3400 +MAC,2031,5,3400,3500 +MAC,2031,6,3400,3600 +MAC,2031,7,3500,3700 +MAC,2031,8,3600,3700 +MAC,2031,9,3600,3800 +MAC,2031,10,3600,3800 +MAC,2031,11,3700,3800 +MAC,2031,12,3700,3800 +MAC,2031,13,3700,3800 +MAC,2031,14,3700,3900 +MAC,2031,15,3700,3900 +MAC,2031,16,3700,3900 +MAC,2031,17,3700,3900 +MAC,2031,18,3600,3800 +MAC,2032,0,2800,2900 +MAC,2032,1,2900,3100 +MAC,2032,2,3000,3100 +MAC,2032,3,3100,3200 +MAC,2032,4,3200,3300 +MAC,2032,5,3300,3400 +MAC,2032,6,3400,3500 +MAC,2032,7,3400,3600 +MAC,2032,8,3500,3700 +MAC,2032,9,3600,3700 +MAC,2032,10,3600,3800 +MAC,2032,11,3700,3800 +MAC,2032,12,3700,3900 +MAC,2032,13,3700,3900 +MAC,2032,14,3700,3900 +MAC,2032,15,3800,3900 +MAC,2032,16,3800,3900 +MAC,2032,17,3800,4000 +MAC,2032,18,3800,4000 +MAC,2033,0,2800,2900 +MAC,2033,1,2900,3000 +MAC,2033,2,3000,3100 +MAC,2033,3,3000,3100 +MAC,2033,4,3100,3200 +MAC,2033,5,3200,3300 +MAC,2033,6,3300,3400 +MAC,2033,7,3400,3500 +MAC,2033,8,3400,3600 +MAC,2033,9,3500,3700 +MAC,2033,10,3600,3700 +MAC,2033,11,3600,3800 +MAC,2033,12,3700,3900 +MAC,2033,13,3700,3900 +MAC,2033,14,3800,3900 +MAC,2033,15,3800,3900 +MAC,2033,16,3800,4000 +MAC,2033,17,3800,4000 +MAC,2033,18,3900,4000 +MAC,2034,0,2800,3000 +MAC,2034,1,2900,3000 +MAC,2034,2,2900,3100 +MAC,2034,3,3000,3100 +MAC,2034,4,3000,3200 +MAC,2034,5,3100,3200 +MAC,2034,6,3200,3300 +MAC,2034,7,3300,3400 +MAC,2034,8,3400,3500 +MAC,2034,9,3400,3600 +MAC,2034,10,3500,3700 +MAC,2034,11,3600,3800 +MAC,2034,12,3700,3800 +MAC,2034,13,3700,3900 +MAC,2034,14,3800,3900 +MAC,2034,15,3800,4000 +MAC,2034,16,3800,4000 +MAC,2034,17,3900,4000 +MAC,2034,18,3900,4100 +MAC,2035,0,2900,3000 +MAC,2035,1,2900,3000 +MAC,2035,2,2900,3000 +MAC,2035,3,2900,3100 +MAC,2035,4,3000,3100 +MAC,2035,5,3100,3200 +MAC,2035,6,3100,3300 +MAC,2035,7,3200,3300 +MAC,2035,8,3300,3400 +MAC,2035,9,3400,3500 +MAC,2035,10,3400,3600 +MAC,2035,11,3500,3700 +MAC,2035,12,3600,3800 +MAC,2035,13,3700,3800 +MAC,2035,14,3700,3900 +MAC,2035,15,3800,4000 +MAC,2035,16,3800,4000 +MAC,2035,17,3900,4000 +MAC,2035,18,3900,4100 +MAC,2036,0,2900,3000 +MAC,2036,1,2900,3000 +MAC,2036,2,2900,3000 +MAC,2036,3,2900,3100 +MAC,2036,4,3000,3100 +MAC,2036,5,3000,3100 +MAC,2036,6,3100,3200 +MAC,2036,7,3100,3300 +MAC,2036,8,3200,3300 +MAC,2036,9,3300,3400 +MAC,2036,10,3400,3500 +MAC,2036,11,3500,3600 +MAC,2036,12,3600,3700 +MAC,2036,13,3700,3800 +MAC,2036,14,3700,3900 +MAC,2036,15,3800,4000 +MAC,2036,16,3900,4000 +MAC,2036,17,3900,4100 +MAC,2036,18,4000,4100 +MAC,2037,0,3000,3100 +MAC,2037,1,2900,3100 +MAC,2037,2,2900,3000 +MAC,2037,3,2900,3000 +MAC,2037,4,2900,3100 +MAC,2037,5,3000,3100 +MAC,2037,6,3000,3200 +MAC,2037,7,3100,3200 +MAC,2037,8,3100,3300 +MAC,2037,9,3200,3400 +MAC,2037,10,3300,3500 +MAC,2037,11,3400,3600 +MAC,2037,12,3500,3700 +MAC,2037,13,3600,3800 +MAC,2037,14,3700,3900 +MAC,2037,15,3800,4000 +MAC,2037,16,3900,4000 +MAC,2037,17,4000,4100 +MAC,2037,18,4000,4200 +MAC,2038,0,3000,3200 +MAC,2038,1,3000,3100 +MAC,2038,2,2900,3100 +MAC,2038,3,2900,3100 +MAC,2038,4,2900,3100 +MAC,2038,5,2900,3100 +MAC,2038,6,3000,3100 +MAC,2038,7,3000,3200 +MAC,2038,8,3100,3200 +MAC,2038,9,3100,3300 +MAC,2038,10,3200,3400 +MAC,2038,11,3300,3500 +MAC,2038,12,3400,3600 +MAC,2038,13,3500,3700 +MAC,2038,14,3700,3800 +MAC,2038,15,3800,3900 +MAC,2038,16,3900,4000 +MAC,2038,17,4000,4100 +MAC,2038,18,4000,4200 +MAC,2039,0,3100,3200 +MAC,2039,1,3000,3200 +MAC,2039,2,3000,3100 +MAC,2039,3,3000,3100 +MAC,2039,4,2900,3100 +MAC,2039,5,2900,3100 +MAC,2039,6,3000,3100 +MAC,2039,7,3000,3100 +MAC,2039,8,3000,3200 +MAC,2039,9,3100,3200 +MAC,2039,10,3100,3300 +MAC,2039,11,3200,3400 +MAC,2039,12,3300,3500 +MAC,2039,13,3500,3600 +MAC,2039,14,3600,3700 +MAC,2039,15,3700,3900 +MAC,2039,16,3800,4000 +MAC,2039,17,3900,4100 +MAC,2039,18,4000,4200 +MAC,2040,0,3200,3300 +MAC,2040,1,3100,3200 +MAC,2040,2,3000,3200 +MAC,2040,3,3000,3100 +MAC,2040,4,3000,3100 +MAC,2040,5,3000,3100 +MAC,2040,6,3000,3100 +MAC,2040,7,3000,3100 +MAC,2040,8,3000,3100 +MAC,2040,9,3000,3200 +MAC,2040,10,3100,3200 +MAC,2040,11,3100,3300 +MAC,2040,12,3200,3400 +MAC,2040,13,3300,3500 +MAC,2040,14,3500,3600 +MAC,2040,15,3600,3800 +MAC,2040,16,3700,3900 +MAC,2040,17,3900,4000 +MAC,2040,18,4000,4100 +MAC,2041,0,3200,3400 +MAC,2041,1,3200,3300 +MAC,2041,2,3100,3200 +MAC,2041,3,3100,3200 +MAC,2041,4,3000,3100 +MAC,2041,5,3000,3100 +MAC,2041,6,3000,3100 +MAC,2041,7,3000,3100 +MAC,2041,8,3000,3100 +MAC,2041,9,3000,3100 +MAC,2041,10,3100,3200 +MAC,2041,11,3100,3300 +MAC,2041,12,3200,3300 +MAC,2041,13,3300,3400 +MAC,2041,14,3400,3500 +MAC,2041,15,3500,3700 +MAC,2041,16,3700,3800 +MAC,2041,17,3800,4000 +MAC,2041,18,4000,4100 +MAC,2042,0,3300,3500 +MAC,2042,1,3200,3400 +MAC,2042,2,3200,3300 +MAC,2042,3,3100,3300 +MAC,2042,4,3100,3200 +MAC,2042,5,3000,3200 +MAC,2042,6,3000,3100 +MAC,2042,7,3000,3100 +MAC,2042,8,3000,3100 +MAC,2042,9,3000,3100 +MAC,2042,10,3000,3200 +MAC,2042,11,3100,3200 +MAC,2042,12,3200,3300 +MAC,2042,13,3200,3400 +MAC,2042,14,3300,3500 +MAC,2042,15,3500,3600 +MAC,2042,16,3600,3800 +MAC,2042,17,3800,3900 +MAC,2042,18,3900,4100 +MAC,2043,0,3400,3500 +MAC,2043,1,3300,3500 +MAC,2043,2,3300,3400 +MAC,2043,3,3200,3300 +MAC,2043,4,3100,3300 +MAC,2043,5,3100,3200 +MAC,2043,6,3000,3200 +MAC,2043,7,3000,3100 +MAC,2043,8,3000,3100 +MAC,2043,9,3000,3100 +MAC,2043,10,3000,3100 +MAC,2043,11,3000,3200 +MAC,2043,12,3100,3200 +MAC,2043,13,3200,3300 +MAC,2043,14,3300,3400 +MAC,2043,15,3400,3500 +MAC,2043,16,3500,3700 +MAC,2043,17,3700,3800 +MAC,2043,18,3900,4000 +MAC,2044,0,3400,3600 +MAC,2044,1,3400,3500 +MAC,2044,2,3300,3500 +MAC,2044,3,3300,3400 +MAC,2044,4,3200,3400 +MAC,2044,5,3100,3300 +MAC,2044,6,3100,3200 +MAC,2044,7,3000,3200 +MAC,2044,8,3000,3100 +MAC,2044,9,3000,3100 +MAC,2044,10,3000,3100 +MAC,2044,11,3000,3100 +MAC,2044,12,3000,3200 +MAC,2044,13,3100,3300 +MAC,2044,14,3200,3400 +MAC,2044,15,3300,3500 +MAC,2044,16,3400,3600 +MAC,2044,17,3600,3700 +MAC,2044,18,3800,3900 +MAC,2045,0,3500,3700 +MAC,2045,1,3500,3600 +MAC,2045,2,3400,3600 +MAC,2045,3,3300,3500 +MAC,2045,4,3300,3400 +MAC,2045,5,3200,3400 +MAC,2045,6,3200,3300 +MAC,2045,7,3100,3200 +MAC,2045,8,3100,3200 +MAC,2045,9,3000,3200 +MAC,2045,10,3000,3100 +MAC,2045,11,3000,3100 +MAC,2045,12,3000,3100 +MAC,2045,13,3100,3200 +MAC,2045,14,3100,3300 +MAC,2045,15,3300,3400 +MAC,2045,16,3400,3500 +MAC,2045,17,3500,3600 +MAC,2045,18,3700,3800 +MAC,2046,0,3600,3700 +MAC,2046,1,3500,3700 +MAC,2046,2,3500,3600 +MAC,2046,3,3400,3600 +MAC,2046,4,3400,3500 +MAC,2046,5,3300,3400 +MAC,2046,6,3200,3400 +MAC,2046,7,3200,3300 +MAC,2046,8,3100,3300 +MAC,2046,9,3100,3200 +MAC,2046,10,3000,3200 +MAC,2046,11,3000,3200 +MAC,2046,12,3000,3200 +MAC,2046,13,3000,3200 +MAC,2046,14,3100,3200 +MAC,2046,15,3200,3400 +MAC,2046,16,3300,3500 +MAC,2046,17,3500,3600 +MAC,2046,18,3600,3700 +MAC,2047,0,3600,3800 +MAC,2047,1,3600,3800 +MAC,2047,2,3600,3700 +MAC,2047,3,3500,3700 +MAC,2047,4,3400,3600 +MAC,2047,5,3400,3500 +MAC,2047,6,3300,3500 +MAC,2047,7,3200,3400 +MAC,2047,8,3200,3300 +MAC,2047,9,3100,3300 +MAC,2047,10,3100,3200 +MAC,2047,11,3100,3200 +MAC,2047,12,3100,3200 +MAC,2047,13,3100,3200 +MAC,2047,14,3100,3200 +MAC,2047,15,3200,3300 +MAC,2047,16,3300,3400 +MAC,2047,17,3400,3600 +MAC,2047,18,3500,3700 +MAC,2048,0,3700,3900 +MAC,2048,1,3700,3800 +MAC,2048,2,3600,3800 +MAC,2048,3,3600,3700 +MAC,2048,4,3500,3700 +MAC,2048,5,3500,3600 +MAC,2048,6,3400,3500 +MAC,2048,7,3300,3500 +MAC,2048,8,3200,3400 +MAC,2048,9,3200,3300 +MAC,2048,10,3100,3300 +MAC,2048,11,3100,3200 +MAC,2048,12,3100,3200 +MAC,2048,13,3100,3200 +MAC,2048,14,3100,3200 +MAC,2048,15,3200,3300 +MAC,2048,16,3200,3400 +MAC,2048,17,3400,3500 +MAC,2048,18,3500,3600 +MAC,2049,0,3700,3900 +MAC,2049,1,3700,3900 +MAC,2049,2,3700,3900 +MAC,2049,3,3700,3800 +MAC,2049,4,3600,3800 +MAC,2049,5,3500,3700 +MAC,2049,6,3500,3600 +MAC,2049,7,3400,3500 +MAC,2049,8,3300,3500 +MAC,2049,9,3200,3400 +MAC,2049,10,3200,3300 +MAC,2049,11,3100,3300 +MAC,2049,12,3100,3200 +MAC,2049,13,3100,3200 +MAC,2049,14,3100,3300 +MAC,2049,15,3100,3300 +MAC,2049,16,3200,3300 +MAC,2049,17,3300,3400 +MAC,2049,18,3400,3600 +MAC,2050,0,3700,3900 +MAC,2050,1,3800,3900 +MAC,2050,2,3800,3900 +MAC,2050,3,3700,3900 +MAC,2050,4,3700,3800 +MAC,2050,5,3600,3800 +MAC,2050,6,3500,3700 +MAC,2050,7,3500,3600 +MAC,2050,8,3400,3500 +MAC,2050,9,3300,3500 +MAC,2050,10,3200,3400 +MAC,2050,11,3200,3300 +MAC,2050,12,3100,3300 +MAC,2050,13,3100,3300 +MAC,2050,14,3100,3300 +MAC,2050,15,3200,3300 +MAC,2050,16,3200,3300 +MAC,2050,17,3300,3400 +MAC,2050,18,3400,3500 +MAF,1990,0,, +MAF,1990,1,, +MAF,1990,2,, +MAF,1990,3,, +MAF,1990,4,, +MAF,1990,5,, +MAF,1990,6,, +MAF,1990,7,, +MAF,1990,8,, +MAF,1990,9,, +MAF,1990,10,, +MAF,1990,11,, +MAF,1990,12,, +MAF,1990,13,, +MAF,1990,14,, +MAF,1990,15,, +MAF,1990,16,, +MAF,1990,17,, +MAF,1990,18,, +MAF,1991,0,, +MAF,1991,1,, +MAF,1991,2,, +MAF,1991,3,, +MAF,1991,4,, +MAF,1991,5,, +MAF,1991,6,, +MAF,1991,7,, +MAF,1991,8,, +MAF,1991,9,, +MAF,1991,10,, +MAF,1991,11,, +MAF,1991,12,, +MAF,1991,13,, +MAF,1991,14,, +MAF,1991,15,, +MAF,1991,16,, +MAF,1991,17,, +MAF,1991,18,, +MAF,1992,0,, +MAF,1992,1,, +MAF,1992,2,, +MAF,1992,3,, +MAF,1992,4,, +MAF,1992,5,, +MAF,1992,6,, +MAF,1992,7,, +MAF,1992,8,, +MAF,1992,9,, +MAF,1992,10,, +MAF,1992,11,, +MAF,1992,12,, +MAF,1992,13,, +MAF,1992,14,, +MAF,1992,15,, +MAF,1992,16,, +MAF,1992,17,, +MAF,1992,18,, +MAF,1993,0,, +MAF,1993,1,, +MAF,1993,2,, +MAF,1993,3,, +MAF,1993,4,, +MAF,1993,5,, +MAF,1993,6,, +MAF,1993,7,, +MAF,1993,8,, +MAF,1993,9,, +MAF,1993,10,, +MAF,1993,11,, +MAF,1993,12,, +MAF,1993,13,, +MAF,1993,14,, +MAF,1993,15,, +MAF,1993,16,, +MAF,1993,17,, +MAF,1993,18,, +MAF,1994,0,, +MAF,1994,1,, +MAF,1994,2,, +MAF,1994,3,, +MAF,1994,4,, +MAF,1994,5,, +MAF,1994,6,, +MAF,1994,7,, +MAF,1994,8,, +MAF,1994,9,, +MAF,1994,10,, +MAF,1994,11,, +MAF,1994,12,, +MAF,1994,13,, +MAF,1994,14,, +MAF,1994,15,, +MAF,1994,16,, +MAF,1994,17,, +MAF,1994,18,, +MAF,1995,0,, +MAF,1995,1,, +MAF,1995,2,, +MAF,1995,3,, +MAF,1995,4,, +MAF,1995,5,, +MAF,1995,6,, +MAF,1995,7,, +MAF,1995,8,, +MAF,1995,9,, +MAF,1995,10,, +MAF,1995,11,, +MAF,1995,12,, +MAF,1995,13,, +MAF,1995,14,, +MAF,1995,15,, +MAF,1995,16,, +MAF,1995,17,, +MAF,1995,18,, +MAF,1996,0,, +MAF,1996,1,, +MAF,1996,2,, +MAF,1996,3,, +MAF,1996,4,, +MAF,1996,5,, +MAF,1996,6,, +MAF,1996,7,, +MAF,1996,8,, +MAF,1996,9,, +MAF,1996,10,, +MAF,1996,11,, +MAF,1996,12,, +MAF,1996,13,, +MAF,1996,14,, +MAF,1996,15,, +MAF,1996,16,, +MAF,1996,17,, +MAF,1996,18,, +MAF,1997,0,, +MAF,1997,1,, +MAF,1997,2,, +MAF,1997,3,, +MAF,1997,4,, +MAF,1997,5,, +MAF,1997,6,, +MAF,1997,7,, +MAF,1997,8,, +MAF,1997,9,, +MAF,1997,10,, +MAF,1997,11,, +MAF,1997,12,, +MAF,1997,13,, +MAF,1997,14,, +MAF,1997,15,, +MAF,1997,16,, +MAF,1997,17,, +MAF,1997,18,, +MAF,1998,0,, +MAF,1998,1,, +MAF,1998,2,, +MAF,1998,3,, +MAF,1998,4,, +MAF,1998,5,, +MAF,1998,6,, +MAF,1998,7,, +MAF,1998,8,, +MAF,1998,9,, +MAF,1998,10,, +MAF,1998,11,, +MAF,1998,12,, +MAF,1998,13,, +MAF,1998,14,, +MAF,1998,15,, +MAF,1998,16,, +MAF,1998,17,, +MAF,1998,18,, +MAF,1999,0,, +MAF,1999,1,, +MAF,1999,2,, +MAF,1999,3,, +MAF,1999,4,, +MAF,1999,5,, +MAF,1999,6,, +MAF,1999,7,, +MAF,1999,8,, +MAF,1999,9,, +MAF,1999,10,, +MAF,1999,11,, +MAF,1999,12,, +MAF,1999,13,, +MAF,1999,14,, +MAF,1999,15,, +MAF,1999,16,, +MAF,1999,17,, +MAF,1999,18,, +MAF,2000,0,, +MAF,2000,1,, +MAF,2000,2,, +MAF,2000,3,, +MAF,2000,4,, +MAF,2000,5,, +MAF,2000,6,, +MAF,2000,7,, +MAF,2000,8,, +MAF,2000,9,, +MAF,2000,10,, +MAF,2000,11,, +MAF,2000,12,, +MAF,2000,13,, +MAF,2000,14,, +MAF,2000,15,, +MAF,2000,16,, +MAF,2000,17,, +MAF,2000,18,, +MAF,2001,0,, +MAF,2001,1,, +MAF,2001,2,, +MAF,2001,3,, +MAF,2001,4,, +MAF,2001,5,, +MAF,2001,6,, +MAF,2001,7,, +MAF,2001,8,, +MAF,2001,9,, +MAF,2001,10,, +MAF,2001,11,, +MAF,2001,12,, +MAF,2001,13,, +MAF,2001,14,, +MAF,2001,15,, +MAF,2001,16,, +MAF,2001,17,, +MAF,2001,18,, +MAF,2002,0,, +MAF,2002,1,, +MAF,2002,2,, +MAF,2002,3,, +MAF,2002,4,, +MAF,2002,5,, +MAF,2002,6,, +MAF,2002,7,, +MAF,2002,8,, +MAF,2002,9,, +MAF,2002,10,, +MAF,2002,11,, +MAF,2002,12,, +MAF,2002,13,, +MAF,2002,14,, +MAF,2002,15,, +MAF,2002,16,, +MAF,2002,17,, +MAF,2002,18,, +MAF,2003,0,, +MAF,2003,1,, +MAF,2003,2,, +MAF,2003,3,, +MAF,2003,4,, +MAF,2003,5,, +MAF,2003,6,, +MAF,2003,7,, +MAF,2003,8,, +MAF,2003,9,, +MAF,2003,10,, +MAF,2003,11,, +MAF,2003,12,, +MAF,2003,13,, +MAF,2003,14,, +MAF,2003,15,, +MAF,2003,16,, +MAF,2003,17,, +MAF,2003,18,, +MAF,2004,0,, +MAF,2004,1,, +MAF,2004,2,, +MAF,2004,3,, +MAF,2004,4,, +MAF,2004,5,, +MAF,2004,6,, +MAF,2004,7,, +MAF,2004,8,, +MAF,2004,9,, +MAF,2004,10,, +MAF,2004,11,, +MAF,2004,12,, +MAF,2004,13,, +MAF,2004,14,, +MAF,2004,15,, +MAF,2004,16,, +MAF,2004,17,, +MAF,2004,18,, +MAF,2005,0,, +MAF,2005,1,, +MAF,2005,2,, +MAF,2005,3,, +MAF,2005,4,, +MAF,2005,5,, +MAF,2005,6,, +MAF,2005,7,, +MAF,2005,8,, +MAF,2005,9,, +MAF,2005,10,, +MAF,2005,11,, +MAF,2005,12,, +MAF,2005,13,, +MAF,2005,14,, +MAF,2005,15,, +MAF,2005,16,, +MAF,2005,17,, +MAF,2005,18,, +MAF,2006,0,, +MAF,2006,1,, +MAF,2006,2,, +MAF,2006,3,, +MAF,2006,4,, +MAF,2006,5,, +MAF,2006,6,, +MAF,2006,7,, +MAF,2006,8,, +MAF,2006,9,, +MAF,2006,10,, +MAF,2006,11,, +MAF,2006,12,, +MAF,2006,13,, +MAF,2006,14,, +MAF,2006,15,, +MAF,2006,16,, +MAF,2006,17,, +MAF,2006,18,, +MAF,2007,0,, +MAF,2007,1,, +MAF,2007,2,, +MAF,2007,3,, +MAF,2007,4,, +MAF,2007,5,, +MAF,2007,6,, +MAF,2007,7,, +MAF,2007,8,, +MAF,2007,9,, +MAF,2007,10,, +MAF,2007,11,, +MAF,2007,12,, +MAF,2007,13,, +MAF,2007,14,, +MAF,2007,15,, +MAF,2007,16,, +MAF,2007,17,, +MAF,2007,18,, +MAF,2008,0,, +MAF,2008,1,, +MAF,2008,2,, +MAF,2008,3,, +MAF,2008,4,, +MAF,2008,5,, +MAF,2008,6,, +MAF,2008,7,, +MAF,2008,8,, +MAF,2008,9,, +MAF,2008,10,, +MAF,2008,11,, +MAF,2008,12,, +MAF,2008,13,, +MAF,2008,14,, +MAF,2008,15,, +MAF,2008,16,, +MAF,2008,17,, +MAF,2008,18,, +MAF,2009,0,, +MAF,2009,1,, +MAF,2009,2,, +MAF,2009,3,, +MAF,2009,4,, +MAF,2009,5,, +MAF,2009,6,, +MAF,2009,7,, +MAF,2009,8,, +MAF,2009,9,, +MAF,2009,10,, +MAF,2009,11,, +MAF,2009,12,, +MAF,2009,13,, +MAF,2009,14,, +MAF,2009,15,, +MAF,2009,16,, +MAF,2009,17,, +MAF,2009,18,, +MAF,2010,0,, +MAF,2010,1,, +MAF,2010,2,, +MAF,2010,3,, +MAF,2010,4,, +MAF,2010,5,, +MAF,2010,6,, +MAF,2010,7,, +MAF,2010,8,, +MAF,2010,9,, +MAF,2010,10,, +MAF,2010,11,, +MAF,2010,12,, +MAF,2010,13,, +MAF,2010,14,, +MAF,2010,15,, +MAF,2010,16,, +MAF,2010,17,, +MAF,2010,18,, +MAF,2011,0,, +MAF,2011,1,, +MAF,2011,2,, +MAF,2011,3,, +MAF,2011,4,, +MAF,2011,5,, +MAF,2011,6,, +MAF,2011,7,, +MAF,2011,8,, +MAF,2011,9,, +MAF,2011,10,, +MAF,2011,11,, +MAF,2011,12,, +MAF,2011,13,, +MAF,2011,14,, +MAF,2011,15,, +MAF,2011,16,, +MAF,2011,17,, +MAF,2011,18,, +MAF,2012,0,, +MAF,2012,1,, +MAF,2012,2,, +MAF,2012,3,, +MAF,2012,4,, +MAF,2012,5,, +MAF,2012,6,, +MAF,2012,7,, +MAF,2012,8,, +MAF,2012,9,, +MAF,2012,10,, +MAF,2012,11,, +MAF,2012,12,, +MAF,2012,13,, +MAF,2012,14,, +MAF,2012,15,, +MAF,2012,16,, +MAF,2012,17,, +MAF,2012,18,, +MAF,2013,0,, +MAF,2013,1,, +MAF,2013,2,, +MAF,2013,3,, +MAF,2013,4,, +MAF,2013,5,, +MAF,2013,6,, +MAF,2013,7,, +MAF,2013,8,, +MAF,2013,9,, +MAF,2013,10,, +MAF,2013,11,, +MAF,2013,12,, +MAF,2013,13,, +MAF,2013,14,, +MAF,2013,15,, +MAF,2013,16,, +MAF,2013,17,, +MAF,2013,18,, +MAF,2014,0,, +MAF,2014,1,, +MAF,2014,2,, +MAF,2014,3,, +MAF,2014,4,, +MAF,2014,5,, +MAF,2014,6,, +MAF,2014,7,, +MAF,2014,8,, +MAF,2014,9,, +MAF,2014,10,, +MAF,2014,11,, +MAF,2014,12,, +MAF,2014,13,, +MAF,2014,14,, +MAF,2014,15,, +MAF,2014,16,, +MAF,2014,17,, +MAF,2014,18,, +MAF,2015,0,, +MAF,2015,1,, +MAF,2015,2,, +MAF,2015,3,, +MAF,2015,4,, +MAF,2015,5,, +MAF,2015,6,, +MAF,2015,7,, +MAF,2015,8,, +MAF,2015,9,, +MAF,2015,10,, +MAF,2015,11,, +MAF,2015,12,, +MAF,2015,13,, +MAF,2015,14,, +MAF,2015,15,, +MAF,2015,16,, +MAF,2015,17,, +MAF,2015,18,, +MAF,2016,0,, +MAF,2016,1,, +MAF,2016,2,, +MAF,2016,3,, +MAF,2016,4,, +MAF,2016,5,, +MAF,2016,6,, +MAF,2016,7,, +MAF,2016,8,, +MAF,2016,9,, +MAF,2016,10,, +MAF,2016,11,, +MAF,2016,12,, +MAF,2016,13,, +MAF,2016,14,, +MAF,2016,15,, +MAF,2016,16,, +MAF,2016,17,, +MAF,2016,18,, +MAF,2017,0,, +MAF,2017,1,, +MAF,2017,2,, +MAF,2017,3,, +MAF,2017,4,, +MAF,2017,5,, +MAF,2017,6,, +MAF,2017,7,, +MAF,2017,8,, +MAF,2017,9,, +MAF,2017,10,, +MAF,2017,11,, +MAF,2017,12,, +MAF,2017,13,, +MAF,2017,14,, +MAF,2017,15,, +MAF,2017,16,, +MAF,2017,17,, +MAF,2017,18,, +MAF,2018,0,, +MAF,2018,1,, +MAF,2018,2,, +MAF,2018,3,, +MAF,2018,4,, +MAF,2018,5,, +MAF,2018,6,, +MAF,2018,7,, +MAF,2018,8,, +MAF,2018,9,, +MAF,2018,10,, +MAF,2018,11,, +MAF,2018,12,, +MAF,2018,13,, +MAF,2018,14,, +MAF,2018,15,, +MAF,2018,16,, +MAF,2018,17,, +MAF,2018,18,, +MAF,2019,0,, +MAF,2019,1,, +MAF,2019,2,, +MAF,2019,3,, +MAF,2019,4,, +MAF,2019,5,, +MAF,2019,6,, +MAF,2019,7,, +MAF,2019,8,, +MAF,2019,9,, +MAF,2019,10,, +MAF,2019,11,, +MAF,2019,12,, +MAF,2019,13,, +MAF,2019,14,, +MAF,2019,15,, +MAF,2019,16,, +MAF,2019,17,, +MAF,2019,18,, +MAF,2020,0,, +MAF,2020,1,, +MAF,2020,2,, +MAF,2020,3,, +MAF,2020,4,, +MAF,2020,5,, +MAF,2020,6,, +MAF,2020,7,, +MAF,2020,8,, +MAF,2020,9,, +MAF,2020,10,, +MAF,2020,11,, +MAF,2020,12,, +MAF,2020,13,, +MAF,2020,14,, +MAF,2020,15,, +MAF,2020,16,, +MAF,2020,17,, +MAF,2020,18,, +MAF,2021,0,, +MAF,2021,1,, +MAF,2021,2,, +MAF,2021,3,, +MAF,2021,4,, +MAF,2021,5,, +MAF,2021,6,, +MAF,2021,7,, +MAF,2021,8,, +MAF,2021,9,, +MAF,2021,10,, +MAF,2021,11,, +MAF,2021,12,, +MAF,2021,13,, +MAF,2021,14,, +MAF,2021,15,, +MAF,2021,16,, +MAF,2021,17,, +MAF,2021,18,, +MAF,2022,0,, +MAF,2022,1,, +MAF,2022,2,, +MAF,2022,3,, +MAF,2022,4,, +MAF,2022,5,, +MAF,2022,6,, +MAF,2022,7,, +MAF,2022,8,, +MAF,2022,9,, +MAF,2022,10,, +MAF,2022,11,, +MAF,2022,12,, +MAF,2022,13,, +MAF,2022,14,, +MAF,2022,15,, +MAF,2022,16,, +MAF,2022,17,, +MAF,2022,18,, +MAF,2023,0,, +MAF,2023,1,, +MAF,2023,2,, +MAF,2023,3,, +MAF,2023,4,, +MAF,2023,5,, +MAF,2023,6,, +MAF,2023,7,, +MAF,2023,8,, +MAF,2023,9,, +MAF,2023,10,, +MAF,2023,11,, +MAF,2023,12,, +MAF,2023,13,, +MAF,2023,14,, +MAF,2023,15,, +MAF,2023,16,, +MAF,2023,17,, +MAF,2023,18,, +MAF,2024,0,, +MAF,2024,1,, +MAF,2024,2,, +MAF,2024,3,, +MAF,2024,4,, +MAF,2024,5,, +MAF,2024,6,, +MAF,2024,7,, +MAF,2024,8,, +MAF,2024,9,, +MAF,2024,10,, +MAF,2024,11,, +MAF,2024,12,, +MAF,2024,13,, +MAF,2024,14,, +MAF,2024,15,, +MAF,2024,16,, +MAF,2024,17,, +MAF,2024,18,, +MAF,2025,0,, +MAF,2025,1,, +MAF,2025,2,, +MAF,2025,3,, +MAF,2025,4,, +MAF,2025,5,, +MAF,2025,6,, +MAF,2025,7,, +MAF,2025,8,, +MAF,2025,9,, +MAF,2025,10,, +MAF,2025,11,, +MAF,2025,12,, +MAF,2025,13,, +MAF,2025,14,, +MAF,2025,15,, +MAF,2025,16,, +MAF,2025,17,, +MAF,2025,18,, +MAF,2026,0,, +MAF,2026,1,, +MAF,2026,2,, +MAF,2026,3,, +MAF,2026,4,, +MAF,2026,5,, +MAF,2026,6,, +MAF,2026,7,, +MAF,2026,8,, +MAF,2026,9,, +MAF,2026,10,, +MAF,2026,11,, +MAF,2026,12,, +MAF,2026,13,, +MAF,2026,14,, +MAF,2026,15,, +MAF,2026,16,, +MAF,2026,17,, +MAF,2026,18,, +MAF,2027,0,, +MAF,2027,1,, +MAF,2027,2,, +MAF,2027,3,, +MAF,2027,4,, +MAF,2027,5,, +MAF,2027,6,, +MAF,2027,7,, +MAF,2027,8,, +MAF,2027,9,, +MAF,2027,10,, +MAF,2027,11,, +MAF,2027,12,, +MAF,2027,13,, +MAF,2027,14,, +MAF,2027,15,, +MAF,2027,16,, +MAF,2027,17,, +MAF,2027,18,, +MAF,2028,0,, +MAF,2028,1,, +MAF,2028,2,, +MAF,2028,3,, +MAF,2028,4,, +MAF,2028,5,, +MAF,2028,6,, +MAF,2028,7,, +MAF,2028,8,, +MAF,2028,9,, +MAF,2028,10,, +MAF,2028,11,, +MAF,2028,12,, +MAF,2028,13,, +MAF,2028,14,, +MAF,2028,15,, +MAF,2028,16,, +MAF,2028,17,, +MAF,2028,18,, +MAF,2029,0,, +MAF,2029,1,, +MAF,2029,2,, +MAF,2029,3,, +MAF,2029,4,, +MAF,2029,5,, +MAF,2029,6,, +MAF,2029,7,, +MAF,2029,8,, +MAF,2029,9,, +MAF,2029,10,, +MAF,2029,11,, +MAF,2029,12,, +MAF,2029,13,, +MAF,2029,14,, +MAF,2029,15,, +MAF,2029,16,, +MAF,2029,17,, +MAF,2029,18,, +MAF,2030,0,, +MAF,2030,1,, +MAF,2030,2,, +MAF,2030,3,, +MAF,2030,4,, +MAF,2030,5,, +MAF,2030,6,, +MAF,2030,7,, +MAF,2030,8,, +MAF,2030,9,, +MAF,2030,10,, +MAF,2030,11,, +MAF,2030,12,, +MAF,2030,13,, +MAF,2030,14,, +MAF,2030,15,, +MAF,2030,16,, +MAF,2030,17,, +MAF,2030,18,, +MAF,2031,0,, +MAF,2031,1,, +MAF,2031,2,, +MAF,2031,3,, +MAF,2031,4,, +MAF,2031,5,, +MAF,2031,6,, +MAF,2031,7,, +MAF,2031,8,, +MAF,2031,9,, +MAF,2031,10,, +MAF,2031,11,, +MAF,2031,12,, +MAF,2031,13,, +MAF,2031,14,, +MAF,2031,15,, +MAF,2031,16,, +MAF,2031,17,, +MAF,2031,18,, +MAF,2032,0,, +MAF,2032,1,, +MAF,2032,2,, +MAF,2032,3,, +MAF,2032,4,, +MAF,2032,5,, +MAF,2032,6,, +MAF,2032,7,, +MAF,2032,8,, +MAF,2032,9,, +MAF,2032,10,, +MAF,2032,11,, +MAF,2032,12,, +MAF,2032,13,, +MAF,2032,14,, +MAF,2032,15,, +MAF,2032,16,, +MAF,2032,17,, +MAF,2032,18,, +MAF,2033,0,, +MAF,2033,1,, +MAF,2033,2,, +MAF,2033,3,, +MAF,2033,4,, +MAF,2033,5,, +MAF,2033,6,, +MAF,2033,7,, +MAF,2033,8,, +MAF,2033,9,, +MAF,2033,10,, +MAF,2033,11,, +MAF,2033,12,, +MAF,2033,13,, +MAF,2033,14,, +MAF,2033,15,, +MAF,2033,16,, +MAF,2033,17,, +MAF,2033,18,, +MAF,2034,0,, +MAF,2034,1,, +MAF,2034,2,, +MAF,2034,3,, +MAF,2034,4,, +MAF,2034,5,, +MAF,2034,6,, +MAF,2034,7,, +MAF,2034,8,, +MAF,2034,9,, +MAF,2034,10,, +MAF,2034,11,, +MAF,2034,12,, +MAF,2034,13,, +MAF,2034,14,, +MAF,2034,15,, +MAF,2034,16,, +MAF,2034,17,, +MAF,2034,18,, +MAF,2035,0,, +MAF,2035,1,, +MAF,2035,2,, +MAF,2035,3,, +MAF,2035,4,, +MAF,2035,5,, +MAF,2035,6,, +MAF,2035,7,, +MAF,2035,8,, +MAF,2035,9,, +MAF,2035,10,, +MAF,2035,11,, +MAF,2035,12,, +MAF,2035,13,, +MAF,2035,14,, +MAF,2035,15,, +MAF,2035,16,, +MAF,2035,17,, +MAF,2035,18,, +MAF,2036,0,, +MAF,2036,1,, +MAF,2036,2,, +MAF,2036,3,, +MAF,2036,4,, +MAF,2036,5,, +MAF,2036,6,, +MAF,2036,7,, +MAF,2036,8,, +MAF,2036,9,, +MAF,2036,10,, +MAF,2036,11,, +MAF,2036,12,, +MAF,2036,13,, +MAF,2036,14,, +MAF,2036,15,, +MAF,2036,16,, +MAF,2036,17,, +MAF,2036,18,, +MAF,2037,0,, +MAF,2037,1,, +MAF,2037,2,, +MAF,2037,3,, +MAF,2037,4,, +MAF,2037,5,, +MAF,2037,6,, +MAF,2037,7,, +MAF,2037,8,, +MAF,2037,9,, +MAF,2037,10,, +MAF,2037,11,, +MAF,2037,12,, +MAF,2037,13,, +MAF,2037,14,, +MAF,2037,15,, +MAF,2037,16,, +MAF,2037,17,, +MAF,2037,18,, +MAF,2038,0,, +MAF,2038,1,, +MAF,2038,2,, +MAF,2038,3,, +MAF,2038,4,, +MAF,2038,5,, +MAF,2038,6,, +MAF,2038,7,, +MAF,2038,8,, +MAF,2038,9,, +MAF,2038,10,, +MAF,2038,11,, +MAF,2038,12,, +MAF,2038,13,, +MAF,2038,14,, +MAF,2038,15,, +MAF,2038,16,, +MAF,2038,17,, +MAF,2038,18,, +MAF,2039,0,, +MAF,2039,1,, +MAF,2039,2,, +MAF,2039,3,, +MAF,2039,4,, +MAF,2039,5,, +MAF,2039,6,, +MAF,2039,7,, +MAF,2039,8,, +MAF,2039,9,, +MAF,2039,10,, +MAF,2039,11,, +MAF,2039,12,, +MAF,2039,13,, +MAF,2039,14,, +MAF,2039,15,, +MAF,2039,16,, +MAF,2039,17,, +MAF,2039,18,, +MAF,2040,0,, +MAF,2040,1,, +MAF,2040,2,, +MAF,2040,3,, +MAF,2040,4,, +MAF,2040,5,, +MAF,2040,6,, +MAF,2040,7,, +MAF,2040,8,, +MAF,2040,9,, +MAF,2040,10,, +MAF,2040,11,, +MAF,2040,12,, +MAF,2040,13,, +MAF,2040,14,, +MAF,2040,15,, +MAF,2040,16,, +MAF,2040,17,, +MAF,2040,18,, +MAF,2041,0,, +MAF,2041,1,, +MAF,2041,2,, +MAF,2041,3,, +MAF,2041,4,, +MAF,2041,5,, +MAF,2041,6,, +MAF,2041,7,, +MAF,2041,8,, +MAF,2041,9,, +MAF,2041,10,, +MAF,2041,11,, +MAF,2041,12,, +MAF,2041,13,, +MAF,2041,14,, +MAF,2041,15,, +MAF,2041,16,, +MAF,2041,17,, +MAF,2041,18,, +MAF,2042,0,, +MAF,2042,1,, +MAF,2042,2,, +MAF,2042,3,, +MAF,2042,4,, +MAF,2042,5,, +MAF,2042,6,, +MAF,2042,7,, +MAF,2042,8,, +MAF,2042,9,, +MAF,2042,10,, +MAF,2042,11,, +MAF,2042,12,, +MAF,2042,13,, +MAF,2042,14,, +MAF,2042,15,, +MAF,2042,16,, +MAF,2042,17,, +MAF,2042,18,, +MAF,2043,0,, +MAF,2043,1,, +MAF,2043,2,, +MAF,2043,3,, +MAF,2043,4,, +MAF,2043,5,, +MAF,2043,6,, +MAF,2043,7,, +MAF,2043,8,, +MAF,2043,9,, +MAF,2043,10,, +MAF,2043,11,, +MAF,2043,12,, +MAF,2043,13,, +MAF,2043,14,, +MAF,2043,15,, +MAF,2043,16,, +MAF,2043,17,, +MAF,2043,18,, +MAF,2044,0,, +MAF,2044,1,, +MAF,2044,2,, +MAF,2044,3,, +MAF,2044,4,, +MAF,2044,5,, +MAF,2044,6,, +MAF,2044,7,, +MAF,2044,8,, +MAF,2044,9,, +MAF,2044,10,, +MAF,2044,11,, +MAF,2044,12,, +MAF,2044,13,, +MAF,2044,14,, +MAF,2044,15,, +MAF,2044,16,, +MAF,2044,17,, +MAF,2044,18,, +MAF,2045,0,, +MAF,2045,1,, +MAF,2045,2,, +MAF,2045,3,, +MAF,2045,4,, +MAF,2045,5,, +MAF,2045,6,, +MAF,2045,7,, +MAF,2045,8,, +MAF,2045,9,, +MAF,2045,10,, +MAF,2045,11,, +MAF,2045,12,, +MAF,2045,13,, +MAF,2045,14,, +MAF,2045,15,, +MAF,2045,16,, +MAF,2045,17,, +MAF,2045,18,, +MAF,2046,0,, +MAF,2046,1,, +MAF,2046,2,, +MAF,2046,3,, +MAF,2046,4,, +MAF,2046,5,, +MAF,2046,6,, +MAF,2046,7,, +MAF,2046,8,, +MAF,2046,9,, +MAF,2046,10,, +MAF,2046,11,, +MAF,2046,12,, +MAF,2046,13,, +MAF,2046,14,, +MAF,2046,15,, +MAF,2046,16,, +MAF,2046,17,, +MAF,2046,18,, +MAF,2047,0,, +MAF,2047,1,, +MAF,2047,2,, +MAF,2047,3,, +MAF,2047,4,, +MAF,2047,5,, +MAF,2047,6,, +MAF,2047,7,, +MAF,2047,8,, +MAF,2047,9,, +MAF,2047,10,, +MAF,2047,11,, +MAF,2047,12,, +MAF,2047,13,, +MAF,2047,14,, +MAF,2047,15,, +MAF,2047,16,, +MAF,2047,17,, +MAF,2047,18,, +MAF,2048,0,, +MAF,2048,1,, +MAF,2048,2,, +MAF,2048,3,, +MAF,2048,4,, +MAF,2048,5,, +MAF,2048,6,, +MAF,2048,7,, +MAF,2048,8,, +MAF,2048,9,, +MAF,2048,10,, +MAF,2048,11,, +MAF,2048,12,, +MAF,2048,13,, +MAF,2048,14,, +MAF,2048,15,, +MAF,2048,16,, +MAF,2048,17,, +MAF,2048,18,, +MAF,2049,0,, +MAF,2049,1,, +MAF,2049,2,, +MAF,2049,3,, +MAF,2049,4,, +MAF,2049,5,, +MAF,2049,6,, +MAF,2049,7,, +MAF,2049,8,, +MAF,2049,9,, +MAF,2049,10,, +MAF,2049,11,, +MAF,2049,12,, +MAF,2049,13,, +MAF,2049,14,, +MAF,2049,15,, +MAF,2049,16,, +MAF,2049,17,, +MAF,2049,18,, +MAF,2050,0,, +MAF,2050,1,, +MAF,2050,2,, +MAF,2050,3,, +MAF,2050,4,, +MAF,2050,5,, +MAF,2050,6,, +MAF,2050,7,, +MAF,2050,8,, +MAF,2050,9,, +MAF,2050,10,, +MAF,2050,11,, +MAF,2050,12,, +MAF,2050,13,, +MAF,2050,14,, +MAF,2050,15,, +MAF,2050,16,, +MAF,2050,17,, +MAF,2050,18,, +MAR,1990,0,314602,331742 +MAR,1990,1,326265,342353 +MAR,1990,2,334492,349719 +MAR,1990,3,339602,354136 +MAR,1990,4,341914,355900 +MAR,1990,5,341749,355307 +MAR,1990,6,339426,352653 +MAR,1990,7,335265,348236 +MAR,1990,8,329584,342351 +MAR,1990,9,322704,335294 +MAR,1990,10,314674,327121 +MAR,1990,11,305544,317889 +MAR,1990,12,296983,309095 +MAR,1990,13,289850,301517 +MAR,1990,14,283654,294728 +MAR,1990,15,276961,287466 +MAR,1990,16,269955,279908 +MAR,1990,17,263634,272943 +MAR,1990,18,258319,266864 +MAR,1991,0,315363,332816 +MAR,1991,1,315987,332883 +MAR,1991,2,325710,341716 +MAR,1991,3,332809,348075 +MAR,1991,4,337457,352111 +MAR,1991,5,339827,353976 +MAR,1991,6,340249,353982 +MAR,1991,7,339055,352439 +MAR,1991,8,335628,348706 +MAR,1991,9,329823,342618 +MAR,1991,10,322287,334804 +MAR,1991,11,313873,326132 +MAR,1991,12,304483,316520 +MAR,1991,13,295639,307293 +MAR,1991,14,288212,299231 +MAR,1991,15,281723,291941 +MAR,1991,16,274738,284188 +MAR,1991,17,267444,276145 +MAR,1991,18,260896,268811 +MAR,1992,0,321079,338462 +MAR,1992,1,326232,342777 +MAR,1992,2,316996,333506 +MAR,1992,3,324765,340544 +MAR,1992,4,330727,345884 +MAR,1992,5,334907,349532 +MAR,1992,6,337332,351497 +MAR,1992,7,338342,352102 +MAR,1992,8,338279,351673 +MAR,1992,9,335590,348632 +MAR,1992,10,329668,342352 +MAR,1992,11,321486,333791 +MAR,1992,12,312697,324632 +MAR,1992,13,303057,314654 +MAR,1992,14,293940,305007 +MAR,1992,15,286228,296473 +MAR,1992,16,279454,288692 +MAR,1992,17,272186,280460 +MAR,1992,18,264612,271944 +MAR,1993,0,328799,345864 +MAR,1993,1,328050,344478 +MAR,1993,2,327935,343818 +MAR,1993,3,317821,333843 +MAR,1993,4,323634,339083 +MAR,1993,5,328456,343400 +MAR,1993,6,332166,346657 +MAR,1993,7,334644,348719 +MAR,1993,8,336240,349923 +MAR,1993,9,337308,350608 +MAR,1993,10,335359,348261 +MAR,1993,11,329322,341793 +MAR,1993,12,320499,332493 +MAR,1993,13,311341,322856 +MAR,1993,14,301457,312521 +MAR,1993,15,292073,302463 +MAR,1993,16,284081,293466 +MAR,1993,17,277025,285200 +MAR,1993,18,269478,276496 +MAR,1994,0,334261,350959 +MAR,1994,1,328754,344994 +MAR,1994,2,325301,341137 +MAR,1994,3,323559,339035 +MAR,1994,4,318754,334244 +MAR,1994,5,322615,337688 +MAR,1994,6,326301,340985 +MAR,1994,7,329543,343853 +MAR,1994,8,332074,346012 +MAR,1994,9,334257,347815 +MAR,1994,10,336455,349612 +MAR,1994,11,335243,347957 +MAR,1994,12,329090,341300 +MAR,1994,13,319623,331261 +MAR,1994,14,310093,321144 +MAR,1994,15,299962,310450 +MAR,1994,16,290309,299980 +MAR,1994,17,282034,290518 +MAR,1994,18,274694,281768 +MAR,1995,0,334453,350882 +MAR,1995,1,326939,343012 +MAR,1995,2,322140,337898 +MAR,1995,3,319642,335113 +MAR,1995,4,319028,334233 +MAR,1995,5,319885,334831 +MAR,1995,6,321796,336483 +MAR,1995,7,324347,338762 +MAR,1995,8,327124,341243 +MAR,1995,9,329710,343501 +MAR,1995,10,332480,345902 +MAR,1995,11,335809,348812 +MAR,1995,12,335334,347847 +MAR,1995,13,329062,340998 +MAR,1995,14,318945,330215 +MAR,1995,15,309037,319613 +MAR,1995,16,298653,308555 +MAR,1995,17,288724,297667 +MAR,1995,18,280162,287735 +MAR,1996,0,327410,343803 +MAR,1996,1,330509,346651 +MAR,1996,2,325053,340912 +MAR,1996,3,321585,337201 +MAR,1996,4,319805,335197 +MAR,1996,5,319411,334583 +MAR,1996,6,319995,334950 +MAR,1996,7,321151,335890 +MAR,1996,8,323100,337525 +MAR,1996,9,325752,339714 +MAR,1996,10,328488,341872 +MAR,1996,11,331173,343941 +MAR,1996,12,334300,346396 +MAR,1996,13,333595,344950 +MAR,1996,14,327064,337609 +MAR,1996,15,316683,326344 +MAR,1996,16,306514,315264 +MAR,1996,17,295856,303717 +MAR,1996,18,285777,292517 +MAR,1997,0,315458,331936 +MAR,1997,1,313758,329826 +MAR,1997,2,326981,342850 +MAR,1997,3,323573,339233 +MAR,1997,4,321432,336919 +MAR,1997,5,320368,335694 +MAR,1997,6,320191,335345 +MAR,1997,7,320504,335481 +MAR,1997,8,320907,335710 +MAR,1997,9,322258,336705 +MAR,1997,10,324787,338605 +MAR,1997,11,327677,340665 +MAR,1997,12,330281,342405 +MAR,1997,13,333209,344409 +MAR,1997,14,332273,342480 +MAR,1997,15,325476,334638 +MAR,1997,16,314817,322877 +MAR,1997,17,304375,311307 +MAR,1997,18,293430,299257 +MAR,1998,0,301547,318205 +MAR,1998,1,305327,321452 +MAR,1998,2,308996,324730 +MAR,1998,3,323641,339246 +MAR,1998,4,322282,337750 +MAR,1998,5,321467,336834 +MAR,1998,6,321119,336388 +MAR,1998,7,321161,336304 +MAR,1998,8,321202,336208 +MAR,1998,9,320851,335727 +MAR,1998,10,321603,336081 +MAR,1998,11,324013,337692 +MAR,1998,12,327058,339656 +MAR,1998,13,329582,341068 +MAR,1998,14,332312,342621 +MAR,1998,15,331145,340209 +MAR,1998,16,324077,331859 +MAR,1998,17,313135,319596 +MAR,1998,18,302413,307528 +MAR,1999,0,289974,306853 +MAR,1999,1,298038,314233 +MAR,1999,2,304854,320567 +MAR,1999,3,310511,325908 +MAR,1999,4,320148,335484 +MAR,1999,5,320842,336113 +MAR,1999,6,321355,336596 +MAR,1999,7,321724,336930 +MAR,1999,8,321984,337112 +MAR,1999,9,321753,336785 +MAR,1999,10,320647,335592 +MAR,1999,11,320800,335304 +MAR,1999,12,323088,336626 +MAR,1999,13,326288,338492 +MAR,1999,14,328730,339575 +MAR,1999,15,331262,340676 +MAR,1999,16,329863,337780 +MAR,1999,17,322528,328927 +MAR,1999,18,311306,316166 +MAR,2000,0,283872,300980 +MAR,2000,1,293375,309641 +MAR,2000,2,301228,316914 +MAR,2000,3,307581,322903 +MAR,2000,4,312582,327710 +MAR,2000,5,316381,331438 +MAR,2000,6,319126,334192 +MAR,2000,7,320967,336074 +MAR,2000,8,322052,337187 +MAR,2000,9,322531,337634 +MAR,2000,10,322028,337076 +MAR,2000,11,320168,335174 +MAR,2000,12,319722,334243 +MAR,2000,13,321886,335274 +MAR,2000,14,325238,337041 +MAR,2000,15,327596,337795 +MAR,2000,16,329928,338442 +MAR,2000,17,328299,335066 +MAR,2000,18,320701,325717 +MAR,2001,0,285214,302544 +MAR,2001,1,285212,301838 +MAR,2001,2,293216,309186 +MAR,2001,3,300199,315746 +MAR,2001,4,306196,321498 +MAR,2001,5,311238,326424 +MAR,2001,6,315485,330647 +MAR,2001,7,319093,334292 +MAR,2001,8,321474,336626 +MAR,2001,9,322412,337346 +MAR,2001,10,322314,336861 +MAR,2001,11,321449,335579 +MAR,2001,12,319340,333052 +MAR,2001,13,318573,331408 +MAR,2001,14,320325,331633 +MAR,2001,15,323224,332560 +MAR,2001,16,325145,332489 +MAR,2001,17,327028,332299 +MAR,2001,18,325125,328343 +MAR,2002,0,291876,309454 +MAR,2002,1,294497,310912 +MAR,2002,2,286186,302339 +MAR,2002,3,292679,308366 +MAR,2002,4,298782,314204 +MAR,2002,5,304414,319713 +MAR,2002,6,309492,324751 +MAR,2002,7,314181,329464 +MAR,2002,8,318649,333996 +MAR,2002,9,321567,336780 +MAR,2002,10,322357,337107 +MAR,2002,11,321682,335690 +MAR,2002,12,320455,333684 +MAR,2002,13,318100,330534 +MAR,2002,14,317012,328179 +MAR,2002,15,318350,327596 +MAR,2002,16,320791,327681 +MAR,2002,17,322272,326786 +MAR,2002,18,323704,325758 +MAR,2003,0,301509,319367 +MAR,2003,1,297977,314519 +MAR,2003,2,296123,311773 +MAR,2003,3,286984,302676 +MAR,2003,4,291964,307380 +MAR,2003,5,297186,312494 +MAR,2003,6,302450,317756 +MAR,2003,7,307560,322904 +MAR,2003,8,312688,328103 +MAR,2003,9,318011,333520 +MAR,2003,10,321465,336753 +MAR,2003,11,322106,336685 +MAR,2003,12,320854,334337 +MAR,2003,13,319268,331611 +MAR,2003,14,316668,327841 +MAR,2003,15,315260,324776 +MAR,2003,16,316183,323387 +MAR,2003,17,318166,322631 +MAR,2003,18,319207,320913 +MAR,2004,0,310657,328839 +MAR,2004,1,301764,318491 +MAR,2004,2,295863,311596 +MAR,2004,3,292591,307718 +MAR,2004,4,287904,303144 +MAR,2004,5,291376,306527 +MAR,2004,6,295718,310920 +MAR,2004,7,300618,315939 +MAR,2004,8,305762,321199 +MAR,2004,9,311332,326887 +MAR,2004,10,317511,333188 +MAR,2004,11,321501,336870 +MAR,2004,12,321994,336409 +MAR,2004,13,320166,333131 +MAR,2004,14,318219,329683 +MAR,2004,15,315373,325292 +MAR,2004,16,313646,321517 +MAR,2004,17,314154,319322 +MAR,2004,18,315681,317726 +MAR,2005,0,316822,335368 +MAR,2005,1,304828,321802 +MAR,2005,2,296487,312374 +MAR,2005,3,291366,306578 +MAR,2005,4,289038,303909 +MAR,2005,5,289072,303860 +MAR,2005,6,291037,305926 +MAR,2005,7,294504,309602 +MAR,2005,8,299044,314381 +MAR,2005,9,304226,319757 +MAR,2005,10,310242,325938 +MAR,2005,11,317283,333130 +MAR,2005,12,321813,337264 +MAR,2005,13,322157,336410 +MAR,2005,14,319752,332199 +MAR,2005,15,317443,328026 +MAR,2005,16,314349,323010 +MAR,2005,17,312301,318522 +MAR,2005,18,312395,315518 +MAR,2006,0,318039,336758 +MAR,2006,1,313058,330784 +MAR,2006,2,302983,319414 +MAR,2006,3,295896,311441 +MAR,2006,4,291469,306469 +MAR,2006,5,289376,304100 +MAR,2006,6,289192,303840 +MAR,2006,7,290496,305197 +MAR,2006,8,293441,308255 +MAR,2006,9,297894,312811 +MAR,2006,10,303238,318178 +MAR,2006,11,309195,324103 +MAR,2006,12,316066,330911 +MAR,2006,13,320386,334593 +MAR,2006,14,320474,333214 +MAR,2006,15,317791,328444 +MAR,2006,16,315210,323728 +MAR,2006,17,311837,318174 +MAR,2006,18,309600,313275 +MAR,2007,0,316262,335228 +MAR,2007,1,306124,323359 +MAR,2007,2,309684,326634 +MAR,2007,3,301513,317441 +MAR,2007,4,295669,310910 +MAR,2007,5,291930,306752 +MAR,2007,6,290068,304679 +MAR,2007,7,289668,304209 +MAR,2007,8,290312,304860 +MAR,2007,9,292739,307306 +MAR,2007,10,297111,311646 +MAR,2007,11,302623,317010 +MAR,2007,12,308530,322687 +MAR,2007,13,315240,329120 +MAR,2007,14,319354,332357 +MAR,2007,15,319186,330452 +MAR,2007,16,316223,325119 +MAR,2007,17,313366,319855 +MAR,2007,18,309712,313757 +MAR,2008,0,313397,332679 +MAR,2008,1,306497,324024 +MAR,2008,2,301125,317365 +MAR,2008,3,306536,322819 +MAR,2008,4,300263,315792 +MAR,2008,5,295660,310696 +MAR,2008,6,292605,307349 +MAR,2008,7,290975,305570 +MAR,2008,8,290358,304888 +MAR,2008,9,290342,304834 +MAR,2008,10,292252,306671 +MAR,2008,11,296546,310798 +MAR,2008,12,302232,316166 +MAR,2008,13,308091,321601 +MAR,2008,14,314645,327666 +MAR,2008,15,318558,330461 +MAR,2008,16,318133,328027 +MAR,2008,17,314887,322127 +MAR,2008,18,311753,316309 +MAR,2009,0,312254,331907 +MAR,2009,1,308119,326079 +MAR,2009,2,304490,321184 +MAR,2009,3,301374,317166 +MAR,2009,4,303358,319161 +MAR,2009,5,298987,314300 +MAR,2009,6,295626,310637 +MAR,2009,7,293257,308100 +MAR,2009,8,291858,306615 +MAR,2009,9,291024,305721 +MAR,2009,10,290347,304960 +MAR,2009,11,291740,306189 +MAR,2009,12,295955,310106 +MAR,2009,13,301814,315479 +MAR,2009,14,307626,320674 +MAR,2009,15,314022,326374 +MAR,2009,16,317733,328727 +MAR,2009,17,317052,325764 +MAR,2009,18,313522,319292 +MAR,2010,0,314749,334811 +MAR,2010,1,311761,330310 +MAR,2010,2,308713,326102 +MAR,2010,3,305687,322222 +MAR,2010,4,302765,318702 +MAR,2010,5,300030,315580 +MAR,2010,6,297563,312888 +MAR,2010,7,295448,310662 +MAR,2010,8,293766,308935 +MAR,2010,9,292600,307743 +MAR,2010,10,291548,306637 +MAR,2010,11,290211,305168 +MAR,2010,12,291085,305787 +MAR,2010,13,295220,309494 +MAR,2010,14,301248,314875 +MAR,2010,15,307010,319831 +MAR,2010,16,313245,325166 +MAR,2010,17,316752,327078 +MAR,2010,18,315814,323584 +MAR,2011,0,322221,341828 +MAR,2011,1,314747,334195 +MAR,2011,2,311366,329538 +MAR,2011,3,308105,325269 +MAR,2011,4,305011,321401 +MAR,2011,5,302130,317946 +MAR,2011,6,299549,314944 +MAR,2011,7,297358,312436 +MAR,2011,8,295392,310294 +MAR,2011,9,293615,308474 +MAR,2011,10,292197,307073 +MAR,2011,11,290954,305792 +MAR,2011,12,289450,304166 +MAR,2011,13,290142,304600 +MAR,2011,14,294084,308093 +MAR,2011,15,299916,313249 +MAR,2011,16,305483,317988 +MAR,2011,17,311523,323103 +MAR,2011,18,314871,324869 +MAR,2012,0,333148,352368 +MAR,2012,1,326477,344943 +MAR,2012,2,314542,333645 +MAR,2012,3,310769,328831 +MAR,2012,4,307298,324501 +MAR,2012,5,304138,320645 +MAR,2012,6,301299,317253 +MAR,2012,7,298876,314371 +MAR,2012,8,296961,312046 +MAR,2012,9,295147,309987 +MAR,2012,10,293274,308074 +MAR,2012,11,291606,306464 +MAR,2012,12,290172,305009 +MAR,2012,13,288502,303224 +MAR,2012,14,289012,303473 +MAR,2012,15,292758,306753 +MAR,2012,16,298391,311686 +MAR,2012,17,303758,316208 +MAR,2012,18,309598,321106 +MAR,2013,0,344656,363523 +MAR,2013,1,334916,353497 +MAR,2013,2,326312,344589 +MAR,2013,3,314232,333125 +MAR,2013,4,310069,328154 +MAR,2013,5,306387,323762 +MAR,2013,6,303163,319917 +MAR,2013,7,300367,316588 +MAR,2013,8,298101,313826 +MAR,2013,9,296464,311683 +MAR,2013,10,294801,309708 +MAR,2013,11,292835,307701 +MAR,2013,12,290917,305882 +MAR,2013,13,289293,304252 +MAR,2013,14,287457,302309 +MAR,2013,15,287784,302374 +MAR,2013,16,291334,305441 +MAR,2013,17,296765,310151 +MAR,2013,18,301932,314456 +MAR,2014,0,352803,371316 +MAR,2014,1,341348,359970 +MAR,2014,2,331414,350020 +MAR,2014,3,322895,341375 +MAR,2014,4,314029,332693 +MAR,2014,5,309474,327563 +MAR,2014,6,305583,323108 +MAR,2014,7,302292,319274 +MAR,2014,8,299539,316007 +MAR,2014,9,297430,313364 +MAR,2014,10,296069,311403 +MAR,2014,11,294557,309511 +MAR,2014,12,292496,307410 +MAR,2014,13,290328,305381 +MAR,2014,14,288514,303576 +MAR,2014,15,286512,301474 +MAR,2014,16,286657,301355 +MAR,2014,17,290011,304210 +MAR,2014,18,295243,308697 +MAR,2015,0,354899,373028 +MAR,2015,1,344249,362743 +MAR,2015,2,334937,353609 +MAR,2015,3,326863,345550 +MAR,2015,4,319930,338491 +MAR,2015,5,314038,332355 +MAR,2015,6,309089,327065 +MAR,2015,7,304984,322546 +MAR,2015,8,301625,318721 +MAR,2015,9,298913,315514 +MAR,2015,10,296959,312990 +MAR,2015,11,295873,311211 +MAR,2015,12,294511,309402 +MAR,2015,13,292355,307205 +MAR,2015,14,289935,304966 +MAR,2015,15,287928,302985 +MAR,2015,16,285759,300724 +MAR,2015,17,285722,300420 +MAR,2015,18,288883,303064 +MAR,2016,0,348742,366725 +MAR,2016,1,351524,369652 +MAR,2016,2,342750,361175 +MAR,2016,3,334639,353208 +MAR,2016,4,327198,345776 +MAR,2016,5,320439,338903 +MAR,2016,6,314266,332519 +MAR,2016,7,308585,326554 +MAR,2016,8,303926,321506 +MAR,2016,9,300510,317592 +MAR,2016,10,298031,314550 +MAR,2016,11,296087,311981 +MAR,2016,12,294901,310053 +MAR,2016,13,293418,308066 +MAR,2016,14,291119,305658 +MAR,2016,15,288547,303195 +MAR,2016,16,286394,300999 +MAR,2016,17,284075,298519 +MAR,2016,18,283945,298083 +MAR,2017,0,336824,354643 +MAR,2017,1,336533,354733 +MAR,2017,2,348630,366639 +MAR,2017,3,341719,359961 +MAR,2017,4,334796,353152 +MAR,2017,5,327978,346339 +MAR,2017,6,321383,339645 +MAR,2017,7,314921,333008 +MAR,2017,8,308500,326361 +MAR,2017,9,303283,320781 +MAR,2017,10,299804,316774 +MAR,2017,11,297556,313894 +MAR,2017,12,295620,311277 +MAR,2017,13,294331,309199 +MAR,2017,14,292725,307032 +MAR,2017,15,290280,304411 +MAR,2017,16,287553,301722 +MAR,2017,17,285250,299308 +MAR,2017,18,282779,296607 +MAR,2018,0,322138,339819 +MAR,2018,1,329103,347004 +MAR,2018,2,333412,351463 +MAR,2018,3,345974,363801 +MAR,2018,4,340922,358919 +MAR,2018,5,335184,353266 +MAR,2018,6,328984,347068 +MAR,2018,7,322549,340552 +MAR,2018,8,315793,333657 +MAR,2018,9,308629,326325 +MAR,2018,10,302848,320210 +MAR,2018,11,299305,316107 +MAR,2018,12,297285,313388 +MAR,2018,13,295355,310722 +MAR,2018,14,293963,308492 +MAR,2018,15,292234,306145 +MAR,2018,16,289640,303308 +MAR,2018,17,286756,300392 +MAR,2018,18,284301,297760 +MAR,2019,0,309000,327000 +MAR,2019,1,322000,339000 +MAR,2019,2,331000,348000 +MAR,2019,3,336000,354000 +MAR,2019,4,343000,361000 +MAR,2019,5,340000,358000 +MAR,2019,6,335000,353000 +MAR,2019,7,330000,348000 +MAR,2019,8,324000,341000 +MAR,2019,9,317000,334000 +MAR,2019,10,309000,326000 +MAR,2019,11,302000,320000 +MAR,2019,12,299000,315000 +MAR,2019,13,297000,313000 +MAR,2019,14,295000,310000 +MAR,2019,15,294000,308000 +MAR,2019,16,292000,305000 +MAR,2019,17,289000,302000 +MAR,2019,18,286000,299000 +MAR,2020,0,301000,318000 +MAR,2020,1,316000,334000 +MAR,2020,2,328000,345000 +MAR,2020,3,335000,352000 +MAR,2020,4,339000,357000 +MAR,2020,5,340000,358000 +MAR,2020,6,339000,357000 +MAR,2020,7,336000,353000 +MAR,2020,8,331000,348000 +MAR,2020,9,324000,342000 +MAR,2020,10,317000,335000 +MAR,2020,11,309000,326000 +MAR,2020,12,302000,319000 +MAR,2020,13,298000,314000 +MAR,2020,14,296000,312000 +MAR,2020,15,294000,309000 +MAR,2020,16,293000,307000 +MAR,2020,17,291000,304000 +MAR,2020,18,288000,301000 +MAR,2021,0,299000,317000 +MAR,2021,1,304000,321000 +MAR,2021,2,317000,334000 +MAR,2021,3,327000,344000 +MAR,2021,4,334000,351000 +MAR,2021,5,338000,355000 +MAR,2021,6,339000,357000 +MAR,2021,7,339000,357000 +MAR,2021,8,336000,354000 +MAR,2021,9,331000,349000 +MAR,2021,10,325000,342000 +MAR,2021,11,317000,335000 +MAR,2021,12,309000,326000 +MAR,2021,13,302000,319000 +MAR,2021,14,298000,314000 +MAR,2021,15,296000,312000 +MAR,2021,16,294000,309000 +MAR,2021,17,293000,306000 +MAR,2021,18,290000,304000 +MAR,2022,0,302000,320000 +MAR,2022,1,313000,330000 +MAR,2022,2,307000,324000 +MAR,2022,3,317000,335000 +MAR,2022,4,326000,343000 +MAR,2022,5,332000,349000 +MAR,2022,6,336000,353000 +MAR,2022,7,338000,355000 +MAR,2022,8,339000,356000 +MAR,2022,9,337000,354000 +MAR,2022,10,332000,349000 +MAR,2022,11,325000,342000 +MAR,2022,12,317000,335000 +MAR,2022,13,308000,326000 +MAR,2022,14,301000,318000 +MAR,2022,15,297000,314000 +MAR,2022,16,296000,311000 +MAR,2022,17,294000,308000 +MAR,2022,18,292000,306000 +MAR,2023,0,308000,326000 +MAR,2023,1,313000,330000 +MAR,2023,2,317000,335000 +MAR,2023,3,309000,327000 +MAR,2023,4,318000,335000 +MAR,2023,5,324000,342000 +MAR,2023,6,330000,347000 +MAR,2023,7,333000,351000 +MAR,2023,8,336000,354000 +MAR,2023,9,338000,356000 +MAR,2023,10,337000,355000 +MAR,2023,11,332000,350000 +MAR,2023,12,325000,342000 +MAR,2023,13,317000,334000 +MAR,2023,14,308000,325000 +MAR,2023,15,301000,318000 +MAR,2023,16,297000,313000 +MAR,2023,17,295000,311000 +MAR,2023,18,293000,308000 +MAR,2024,0,313000,331000 +MAR,2024,1,313000,330000 +MAR,2024,2,314000,331000 +MAR,2024,3,315000,332000 +MAR,2024,4,312000,329000 +MAR,2024,5,318000,335000 +MAR,2024,6,323000,340000 +MAR,2024,7,328000,345000 +MAR,2024,8,331000,349000 +MAR,2024,9,335000,352000 +MAR,2024,10,338000,355000 +MAR,2024,11,337000,355000 +MAR,2024,12,332000,350000 +MAR,2024,13,324000,342000 +MAR,2024,14,316000,334000 +MAR,2024,15,307000,325000 +MAR,2024,16,300000,318000 +MAR,2024,17,296000,313000 +MAR,2024,18,294000,310000 +MAR,2025,0,316000,333000 +MAR,2025,1,312000,330000 +MAR,2025,2,310000,328000 +MAR,2025,3,311000,328000 +MAR,2025,4,312000,329000 +MAR,2025,5,315000,332000 +MAR,2025,6,318000,335000 +MAR,2025,7,322000,339000 +MAR,2025,8,326000,343000 +MAR,2025,9,329000,347000 +MAR,2025,10,333000,350000 +MAR,2025,11,337000,355000 +MAR,2025,12,338000,355000 +MAR,2025,13,333000,350000 +MAR,2025,14,324000,342000 +MAR,2025,15,316000,333000 +MAR,2025,16,307000,325000 +MAR,2025,17,300000,317000 +MAR,2025,18,296000,312000 +MAR,2026,0,315000,332000 +MAR,2026,1,314000,331000 +MAR,2026,2,311000,329000 +MAR,2026,3,310000,328000 +MAR,2026,4,311000,328000 +MAR,2026,5,313000,330000 +MAR,2026,6,315000,332000 +MAR,2026,7,318000,335000 +MAR,2026,8,322000,339000 +MAR,2026,9,325000,343000 +MAR,2026,10,329000,346000 +MAR,2026,11,333000,350000 +MAR,2026,12,337000,354000 +MAR,2026,13,337000,355000 +MAR,2026,14,332000,350000 +MAR,2026,15,324000,341000 +MAR,2026,16,315000,333000 +MAR,2026,17,306000,324000 +MAR,2026,18,299000,316000 +MAR,2027,0,311000,329000 +MAR,2027,1,307000,325000 +MAR,2027,2,312000,330000 +MAR,2027,3,311000,328000 +MAR,2027,4,310000,328000 +MAR,2027,5,311000,329000 +MAR,2027,6,313000,330000 +MAR,2027,7,316000,333000 +MAR,2027,8,318000,335000 +MAR,2027,9,321000,338000 +MAR,2027,10,325000,342000 +MAR,2027,11,329000,346000 +MAR,2027,12,332000,350000 +MAR,2027,13,337000,354000 +MAR,2027,14,337000,355000 +MAR,2027,15,332000,349000 +MAR,2027,16,323000,341000 +MAR,2027,17,315000,332000 +MAR,2027,18,306000,323000 +MAR,2028,0,306000,323000 +MAR,2028,1,304000,322000 +MAR,2028,2,304000,321000 +MAR,2028,3,310000,328000 +MAR,2028,4,310000,327000 +MAR,2028,5,311000,328000 +MAR,2028,6,312000,329000 +MAR,2028,7,314000,331000 +MAR,2028,8,316000,333000 +MAR,2028,9,318000,335000 +MAR,2028,10,321000,338000 +MAR,2028,11,325000,342000 +MAR,2028,12,329000,346000 +MAR,2028,13,332000,350000 +MAR,2028,14,336000,354000 +MAR,2028,15,337000,354000 +MAR,2028,16,332000,349000 +MAR,2028,17,323000,340000 +MAR,2028,18,314000,332000 +MAR,2029,0,301000,318000 +MAR,2029,1,301000,319000 +MAR,2029,2,302000,320000 +MAR,2029,3,304000,321000 +MAR,2029,4,308000,326000 +MAR,2029,5,309000,327000 +MAR,2029,6,311000,328000 +MAR,2029,7,312000,330000 +MAR,2029,8,314000,332000 +MAR,2029,9,316000,334000 +MAR,2029,10,318000,335000 +MAR,2029,11,320000,338000 +MAR,2029,12,324000,341000 +MAR,2029,13,328000,346000 +MAR,2029,14,332000,350000 +MAR,2029,15,336000,354000 +MAR,2029,16,337000,354000 +MAR,2029,17,331000,349000 +MAR,2029,18,322000,340000 +MAR,2030,0,297000,314000 +MAR,2030,1,299000,316000 +MAR,2030,2,301000,318000 +MAR,2030,3,303000,320000 +MAR,2030,4,305000,322000 +MAR,2030,5,307000,324000 +MAR,2030,6,309000,326000 +MAR,2030,7,311000,328000 +MAR,2030,8,313000,330000 +MAR,2030,9,315000,332000 +MAR,2030,10,317000,334000 +MAR,2030,11,318000,335000 +MAR,2030,12,320000,337000 +MAR,2030,13,324000,341000 +MAR,2030,14,328000,345000 +MAR,2030,15,332000,349000 +MAR,2030,16,336000,353000 +MAR,2030,17,336000,354000 +MAR,2030,18,331000,348000 +MAR,2031,0,295000,312000 +MAR,2031,1,297000,314000 +MAR,2031,2,299000,316000 +MAR,2031,3,301000,318000 +MAR,2031,4,302000,320000 +MAR,2031,5,304000,322000 +MAR,2031,6,306000,324000 +MAR,2031,7,309000,326000 +MAR,2031,8,311000,328000 +MAR,2031,9,313000,330000 +MAR,2031,10,315000,332000 +MAR,2031,11,317000,334000 +MAR,2031,12,318000,335000 +MAR,2031,13,320000,337000 +MAR,2031,14,323000,341000 +MAR,2031,15,328000,345000 +MAR,2031,16,331000,349000 +MAR,2031,17,335000,353000 +MAR,2031,18,336000,353000 +MAR,2032,0,293000,310000 +MAR,2032,1,295000,312000 +MAR,2032,2,297000,314000 +MAR,2032,3,298000,315000 +MAR,2032,4,300000,317000 +MAR,2032,5,302000,319000 +MAR,2032,6,304000,321000 +MAR,2032,7,306000,324000 +MAR,2032,8,308000,326000 +MAR,2032,9,311000,328000 +MAR,2032,10,313000,330000 +MAR,2032,11,315000,332000 +MAR,2032,12,316000,334000 +MAR,2032,13,317000,335000 +MAR,2032,14,319000,337000 +MAR,2032,15,323000,340000 +MAR,2032,16,327000,345000 +MAR,2032,17,331000,348000 +MAR,2032,18,335000,352000 +MAR,2033,0,293000,310000 +MAR,2033,1,294000,311000 +MAR,2033,2,295000,312000 +MAR,2033,3,296000,313000 +MAR,2033,4,298000,315000 +MAR,2033,5,300000,317000 +MAR,2033,6,302000,319000 +MAR,2033,7,304000,321000 +MAR,2033,8,306000,323000 +MAR,2033,9,308000,326000 +MAR,2033,10,310000,328000 +MAR,2033,11,313000,330000 +MAR,2033,12,315000,332000 +MAR,2033,13,316000,333000 +MAR,2033,14,317000,334000 +MAR,2033,15,319000,336000 +MAR,2033,16,323000,340000 +MAR,2033,17,327000,344000 +MAR,2033,18,330000,348000 +MAR,2034,0,292000,309000 +MAR,2034,1,293000,310000 +MAR,2034,2,294000,311000 +MAR,2034,3,295000,312000 +MAR,2034,4,296000,313000 +MAR,2034,5,298000,315000 +MAR,2034,6,300000,317000 +MAR,2034,7,302000,319000 +MAR,2034,8,304000,321000 +MAR,2034,9,306000,323000 +MAR,2034,10,308000,325000 +MAR,2034,11,310000,328000 +MAR,2034,12,312000,330000 +MAR,2034,13,314000,331000 +MAR,2034,14,316000,333000 +MAR,2034,15,317000,334000 +MAR,2034,16,319000,336000 +MAR,2034,17,322000,339000 +MAR,2034,18,326000,344000 +MAR,2035,0,292000,309000 +MAR,2035,1,292000,309000 +MAR,2035,2,292000,309000 +MAR,2035,3,293000,310000 +MAR,2035,4,294000,311000 +MAR,2035,5,296000,313000 +MAR,2035,6,297000,314000 +MAR,2035,7,299000,316000 +MAR,2035,8,301000,318000 +MAR,2035,9,303000,320000 +MAR,2035,10,306000,323000 +MAR,2035,11,308000,325000 +MAR,2035,12,310000,327000 +MAR,2035,13,312000,329000 +MAR,2035,14,314000,331000 +MAR,2035,15,316000,333000 +MAR,2035,16,317000,334000 +MAR,2035,17,318000,335000 +MAR,2035,18,322000,339000 +MAR,2036,0,291000,308000 +MAR,2036,1,291000,308000 +MAR,2036,2,292000,309000 +MAR,2036,3,292000,309000 +MAR,2036,4,293000,310000 +MAR,2036,5,294000,311000 +MAR,2036,6,296000,313000 +MAR,2036,7,297000,314000 +MAR,2036,8,299000,316000 +MAR,2036,9,301000,318000 +MAR,2036,10,303000,320000 +MAR,2036,11,305000,323000 +MAR,2036,12,308000,325000 +MAR,2036,13,310000,327000 +MAR,2036,14,312000,329000 +MAR,2036,15,314000,331000 +MAR,2036,16,315000,332000 +MAR,2036,17,316000,333000 +MAR,2036,18,318000,335000 +MAR,2037,0,291000,308000 +MAR,2037,1,291000,307000 +MAR,2037,2,291000,308000 +MAR,2037,3,291000,308000 +MAR,2037,4,292000,309000 +MAR,2037,5,293000,310000 +MAR,2037,6,294000,311000 +MAR,2037,7,296000,312000 +MAR,2037,8,297000,314000 +MAR,2037,9,299000,316000 +MAR,2037,10,301000,318000 +MAR,2037,11,303000,320000 +MAR,2037,12,305000,322000 +MAR,2037,13,308000,325000 +MAR,2037,14,310000,327000 +MAR,2037,15,312000,329000 +MAR,2037,16,313000,330000 +MAR,2037,17,315000,332000 +MAR,2037,18,315000,333000 +MAR,2038,0,290000,307000 +MAR,2038,1,290000,307000 +MAR,2038,2,290000,307000 +MAR,2038,3,291000,307000 +MAR,2038,4,291000,308000 +MAR,2038,5,292000,309000 +MAR,2038,6,293000,310000 +MAR,2038,7,294000,311000 +MAR,2038,8,296000,312000 +MAR,2038,9,297000,314000 +MAR,2038,10,299000,316000 +MAR,2038,11,301000,318000 +MAR,2038,12,303000,320000 +MAR,2038,13,305000,322000 +MAR,2038,14,307000,324000 +MAR,2038,15,309000,327000 +MAR,2038,16,311000,328000 +MAR,2038,17,313000,330000 +MAR,2038,18,314000,331000 +MAR,2039,0,290000,307000 +MAR,2039,1,289000,306000 +MAR,2039,2,289000,306000 +MAR,2039,3,289000,306000 +MAR,2039,4,290000,307000 +MAR,2039,5,291000,307000 +MAR,2039,6,292000,308000 +MAR,2039,7,293000,309000 +MAR,2039,8,294000,311000 +MAR,2039,9,295000,312000 +MAR,2039,10,297000,314000 +MAR,2039,11,299000,316000 +MAR,2039,12,301000,318000 +MAR,2039,13,303000,320000 +MAR,2039,14,305000,322000 +MAR,2039,15,307000,324000 +MAR,2039,16,309000,326000 +MAR,2039,17,311000,328000 +MAR,2039,18,312000,329000 +MAR,2040,0,289000,306000 +MAR,2040,1,289000,305000 +MAR,2040,2,288000,305000 +MAR,2040,3,289000,305000 +MAR,2040,4,289000,306000 +MAR,2040,5,290000,306000 +MAR,2040,6,290000,307000 +MAR,2040,7,291000,308000 +MAR,2040,8,292000,309000 +MAR,2040,9,294000,310000 +MAR,2040,10,295000,312000 +MAR,2040,11,297000,314000 +MAR,2040,12,299000,315000 +MAR,2040,13,300000,317000 +MAR,2040,14,302000,319000 +MAR,2040,15,304000,322000 +MAR,2040,16,307000,324000 +MAR,2040,17,309000,326000 +MAR,2040,18,310000,327000 +MAR,2041,0,288000,305000 +MAR,2041,1,289000,305000 +MAR,2041,2,288000,305000 +MAR,2041,3,288000,305000 +MAR,2041,4,289000,305000 +MAR,2041,5,289000,306000 +MAR,2041,6,290000,306000 +MAR,2041,7,290000,307000 +MAR,2041,8,291000,308000 +MAR,2041,9,292000,309000 +MAR,2041,10,294000,310000 +MAR,2041,11,295000,312000 +MAR,2041,12,297000,313000 +MAR,2041,13,298000,315000 +MAR,2041,14,300000,317000 +MAR,2041,15,302000,319000 +MAR,2041,16,304000,321000 +MAR,2041,17,306000,323000 +MAR,2041,18,308000,325000 +MAR,2042,0,288000,305000 +MAR,2042,1,288000,304000 +MAR,2042,2,288000,305000 +MAR,2042,3,288000,305000 +MAR,2042,4,288000,305000 +MAR,2042,5,288000,305000 +MAR,2042,6,289000,306000 +MAR,2042,7,290000,306000 +MAR,2042,8,290000,307000 +MAR,2042,9,291000,308000 +MAR,2042,10,292000,309000 +MAR,2042,11,294000,310000 +MAR,2042,12,295000,312000 +MAR,2042,13,296000,313000 +MAR,2042,14,298000,315000 +MAR,2042,15,300000,317000 +MAR,2042,16,302000,319000 +MAR,2042,17,304000,321000 +MAR,2042,18,305000,323000 +MAR,2043,0,287000,304000 +MAR,2043,1,287000,304000 +MAR,2043,2,287000,304000 +MAR,2043,3,288000,304000 +MAR,2043,4,288000,305000 +MAR,2043,5,288000,305000 +MAR,2043,6,288000,305000 +MAR,2043,7,289000,305000 +MAR,2043,8,289000,306000 +MAR,2043,9,290000,307000 +MAR,2043,10,291000,308000 +MAR,2043,11,292000,309000 +MAR,2043,12,293000,310000 +MAR,2043,13,295000,311000 +MAR,2043,14,296000,313000 +MAR,2043,15,298000,315000 +MAR,2043,16,299000,316000 +MAR,2043,17,301000,318000 +MAR,2043,18,303000,320000 +MAR,2044,0,286000,302000 +MAR,2044,1,286000,303000 +MAR,2044,2,286000,303000 +MAR,2044,3,287000,303000 +MAR,2044,4,287000,304000 +MAR,2044,5,287000,304000 +MAR,2044,6,288000,304000 +MAR,2044,7,288000,305000 +MAR,2044,8,289000,305000 +MAR,2044,9,289000,306000 +MAR,2044,10,290000,307000 +MAR,2044,11,291000,307000 +MAR,2044,12,292000,309000 +MAR,2044,13,293000,310000 +MAR,2044,14,295000,311000 +MAR,2044,15,296000,313000 +MAR,2044,16,297000,314000 +MAR,2044,17,299000,316000 +MAR,2044,18,301000,318000 +MAR,2045,0,284000,301000 +MAR,2045,1,285000,302000 +MAR,2045,2,285000,302000 +MAR,2045,3,286000,303000 +MAR,2045,4,286000,303000 +MAR,2045,5,287000,303000 +MAR,2045,6,287000,304000 +MAR,2045,7,287000,304000 +MAR,2045,8,288000,305000 +MAR,2045,9,289000,305000 +MAR,2045,10,289000,306000 +MAR,2045,11,290000,306000 +MAR,2045,12,291000,307000 +MAR,2045,13,292000,308000 +MAR,2045,14,293000,310000 +MAR,2045,15,294000,311000 +MAR,2045,16,296000,312000 +MAR,2045,17,297000,314000 +MAR,2045,18,299000,315000 +MAR,2046,0,283000,300000 +MAR,2046,1,284000,301000 +MAR,2046,2,285000,301000 +MAR,2046,3,285000,302000 +MAR,2046,4,286000,302000 +MAR,2046,5,286000,303000 +MAR,2046,6,287000,303000 +MAR,2046,7,287000,304000 +MAR,2046,8,287000,304000 +MAR,2046,9,288000,305000 +MAR,2046,10,288000,305000 +MAR,2046,11,289000,306000 +MAR,2046,12,290000,306000 +MAR,2046,13,290000,307000 +MAR,2046,14,291000,308000 +MAR,2046,15,293000,309000 +MAR,2046,16,294000,310000 +MAR,2046,17,295000,312000 +MAR,2046,18,296000,313000 +MAR,2047,0,281000,298000 +MAR,2047,1,283000,299000 +MAR,2047,2,284000,300000 +MAR,2047,3,284000,301000 +MAR,2047,4,285000,302000 +MAR,2047,5,286000,302000 +MAR,2047,6,286000,303000 +MAR,2047,7,286000,303000 +MAR,2047,8,287000,304000 +MAR,2047,9,287000,304000 +MAR,2047,10,288000,304000 +MAR,2047,11,288000,305000 +MAR,2047,12,289000,305000 +MAR,2047,13,289000,306000 +MAR,2047,14,290000,307000 +MAR,2047,15,291000,308000 +MAR,2047,16,292000,309000 +MAR,2047,17,293000,310000 +MAR,2047,18,294000,311000 +MAR,2048,0,280000,296000 +MAR,2048,1,281000,298000 +MAR,2048,2,282000,299000 +MAR,2048,3,283000,300000 +MAR,2048,4,284000,301000 +MAR,2048,5,285000,301000 +MAR,2048,6,285000,302000 +MAR,2048,7,286000,303000 +MAR,2048,8,286000,303000 +MAR,2048,9,287000,303000 +MAR,2048,10,287000,304000 +MAR,2048,11,288000,304000 +MAR,2048,12,288000,305000 +MAR,2048,13,289000,305000 +MAR,2048,14,289000,306000 +MAR,2048,15,290000,306000 +MAR,2048,16,291000,307000 +MAR,2048,17,292000,308000 +MAR,2048,18,293000,309000 +MAR,2049,0,278000,294000 +MAR,2049,1,279000,296000 +MAR,2049,2,281000,297000 +MAR,2049,3,282000,299000 +MAR,2049,4,283000,300000 +MAR,2049,5,284000,301000 +MAR,2049,6,285000,301000 +MAR,2049,7,285000,302000 +MAR,2049,8,286000,302000 +MAR,2049,9,286000,303000 +MAR,2049,10,287000,303000 +MAR,2049,11,287000,304000 +MAR,2049,12,287000,304000 +MAR,2049,13,288000,305000 +MAR,2049,14,288000,305000 +MAR,2049,15,289000,306000 +MAR,2049,16,289000,306000 +MAR,2049,17,290000,307000 +MAR,2049,18,291000,308000 +MAR,2050,0,276000,292000 +MAR,2050,1,278000,294000 +MAR,2050,2,279000,296000 +MAR,2050,3,280000,297000 +MAR,2050,4,282000,298000 +MAR,2050,5,283000,299000 +MAR,2050,6,283000,300000 +MAR,2050,7,284000,301000 +MAR,2050,8,285000,302000 +MAR,2050,9,285000,302000 +MAR,2050,10,286000,303000 +MAR,2050,11,286000,303000 +MAR,2050,12,287000,304000 +MAR,2050,13,287000,304000 +MAR,2050,14,288000,304000 +MAR,2050,15,288000,305000 +MAR,2050,16,289000,305000 +MAR,2050,17,289000,306000 +MAR,2050,18,290000,307000 +MCO,1990,0,, +MCO,1990,1,, +MCO,1990,2,, +MCO,1990,3,, +MCO,1990,4,, +MCO,1990,5,, +MCO,1990,6,, +MCO,1990,7,, +MCO,1990,8,, +MCO,1990,9,, +MCO,1990,10,, +MCO,1990,11,, +MCO,1990,12,, +MCO,1990,13,, +MCO,1990,14,, +MCO,1990,15,, +MCO,1990,16,, +MCO,1990,17,, +MCO,1990,18,, +MCO,1991,0,, +MCO,1991,1,, +MCO,1991,2,, +MCO,1991,3,, +MCO,1991,4,, +MCO,1991,5,, +MCO,1991,6,, +MCO,1991,7,, +MCO,1991,8,, +MCO,1991,9,, +MCO,1991,10,, +MCO,1991,11,, +MCO,1991,12,, +MCO,1991,13,, +MCO,1991,14,, +MCO,1991,15,, +MCO,1991,16,, +MCO,1991,17,, +MCO,1991,18,, +MCO,1992,0,, +MCO,1992,1,, +MCO,1992,2,, +MCO,1992,3,, +MCO,1992,4,, +MCO,1992,5,, +MCO,1992,6,, +MCO,1992,7,, +MCO,1992,8,, +MCO,1992,9,, +MCO,1992,10,, +MCO,1992,11,, +MCO,1992,12,, +MCO,1992,13,, +MCO,1992,14,, +MCO,1992,15,, +MCO,1992,16,, +MCO,1992,17,, +MCO,1992,18,, +MCO,1993,0,, +MCO,1993,1,, +MCO,1993,2,, +MCO,1993,3,, +MCO,1993,4,, +MCO,1993,5,, +MCO,1993,6,, +MCO,1993,7,, +MCO,1993,8,, +MCO,1993,9,, +MCO,1993,10,, +MCO,1993,11,, +MCO,1993,12,, +MCO,1993,13,, +MCO,1993,14,, +MCO,1993,15,, +MCO,1993,16,, +MCO,1993,17,, +MCO,1993,18,, +MCO,1994,0,, +MCO,1994,1,, +MCO,1994,2,, +MCO,1994,3,, +MCO,1994,4,, +MCO,1994,5,, +MCO,1994,6,, +MCO,1994,7,, +MCO,1994,8,, +MCO,1994,9,, +MCO,1994,10,, +MCO,1994,11,, +MCO,1994,12,, +MCO,1994,13,, +MCO,1994,14,, +MCO,1994,15,, +MCO,1994,16,, +MCO,1994,17,, +MCO,1994,18,, +MCO,1995,0,, +MCO,1995,1,, +MCO,1995,2,, +MCO,1995,3,, +MCO,1995,4,, +MCO,1995,5,, +MCO,1995,6,, +MCO,1995,7,, +MCO,1995,8,, +MCO,1995,9,, +MCO,1995,10,, +MCO,1995,11,, +MCO,1995,12,, +MCO,1995,13,, +MCO,1995,14,, +MCO,1995,15,, +MCO,1995,16,, +MCO,1995,17,, +MCO,1995,18,, +MCO,1996,0,, +MCO,1996,1,, +MCO,1996,2,, +MCO,1996,3,, +MCO,1996,4,, +MCO,1996,5,, +MCO,1996,6,, +MCO,1996,7,, +MCO,1996,8,, +MCO,1996,9,, +MCO,1996,10,, +MCO,1996,11,, +MCO,1996,12,, +MCO,1996,13,, +MCO,1996,14,, +MCO,1996,15,, +MCO,1996,16,, +MCO,1996,17,, +MCO,1996,18,, +MCO,1997,0,, +MCO,1997,1,, +MCO,1997,2,, +MCO,1997,3,, +MCO,1997,4,, +MCO,1997,5,, +MCO,1997,6,, +MCO,1997,7,, +MCO,1997,8,, +MCO,1997,9,, +MCO,1997,10,, +MCO,1997,11,, +MCO,1997,12,, +MCO,1997,13,, +MCO,1997,14,, +MCO,1997,15,, +MCO,1997,16,, +MCO,1997,17,, +MCO,1997,18,, +MCO,1998,0,, +MCO,1998,1,, +MCO,1998,2,, +MCO,1998,3,, +MCO,1998,4,, +MCO,1998,5,, +MCO,1998,6,, +MCO,1998,7,, +MCO,1998,8,, +MCO,1998,9,, +MCO,1998,10,, +MCO,1998,11,, +MCO,1998,12,, +MCO,1998,13,, +MCO,1998,14,, +MCO,1998,15,, +MCO,1998,16,, +MCO,1998,17,, +MCO,1998,18,, +MCO,1999,0,, +MCO,1999,1,, +MCO,1999,2,, +MCO,1999,3,, +MCO,1999,4,, +MCO,1999,5,, +MCO,1999,6,, +MCO,1999,7,, +MCO,1999,8,, +MCO,1999,9,, +MCO,1999,10,, +MCO,1999,11,, +MCO,1999,12,, +MCO,1999,13,, +MCO,1999,14,, +MCO,1999,15,, +MCO,1999,16,, +MCO,1999,17,, +MCO,1999,18,, +MCO,2000,0,, +MCO,2000,1,, +MCO,2000,2,, +MCO,2000,3,, +MCO,2000,4,, +MCO,2000,5,, +MCO,2000,6,, +MCO,2000,7,, +MCO,2000,8,, +MCO,2000,9,, +MCO,2000,10,, +MCO,2000,11,, +MCO,2000,12,, +MCO,2000,13,, +MCO,2000,14,, +MCO,2000,15,, +MCO,2000,16,, +MCO,2000,17,, +MCO,2000,18,, +MCO,2001,0,, +MCO,2001,1,, +MCO,2001,2,, +MCO,2001,3,, +MCO,2001,4,, +MCO,2001,5,, +MCO,2001,6,, +MCO,2001,7,, +MCO,2001,8,, +MCO,2001,9,, +MCO,2001,10,, +MCO,2001,11,, +MCO,2001,12,, +MCO,2001,13,, +MCO,2001,14,, +MCO,2001,15,, +MCO,2001,16,, +MCO,2001,17,, +MCO,2001,18,, +MCO,2002,0,, +MCO,2002,1,, +MCO,2002,2,, +MCO,2002,3,, +MCO,2002,4,, +MCO,2002,5,, +MCO,2002,6,, +MCO,2002,7,, +MCO,2002,8,, +MCO,2002,9,, +MCO,2002,10,, +MCO,2002,11,, +MCO,2002,12,, +MCO,2002,13,, +MCO,2002,14,, +MCO,2002,15,, +MCO,2002,16,, +MCO,2002,17,, +MCO,2002,18,, +MCO,2003,0,, +MCO,2003,1,, +MCO,2003,2,, +MCO,2003,3,, +MCO,2003,4,, +MCO,2003,5,, +MCO,2003,6,, +MCO,2003,7,, +MCO,2003,8,, +MCO,2003,9,, +MCO,2003,10,, +MCO,2003,11,, +MCO,2003,12,, +MCO,2003,13,, +MCO,2003,14,, +MCO,2003,15,, +MCO,2003,16,, +MCO,2003,17,, +MCO,2003,18,, +MCO,2004,0,, +MCO,2004,1,, +MCO,2004,2,, +MCO,2004,3,, +MCO,2004,4,, +MCO,2004,5,, +MCO,2004,6,, +MCO,2004,7,, +MCO,2004,8,, +MCO,2004,9,, +MCO,2004,10,, +MCO,2004,11,, +MCO,2004,12,, +MCO,2004,13,, +MCO,2004,14,, +MCO,2004,15,, +MCO,2004,16,, +MCO,2004,17,, +MCO,2004,18,, +MCO,2005,0,, +MCO,2005,1,, +MCO,2005,2,, +MCO,2005,3,, +MCO,2005,4,, +MCO,2005,5,, +MCO,2005,6,, +MCO,2005,7,, +MCO,2005,8,, +MCO,2005,9,, +MCO,2005,10,, +MCO,2005,11,, +MCO,2005,12,, +MCO,2005,13,, +MCO,2005,14,, +MCO,2005,15,, +MCO,2005,16,, +MCO,2005,17,, +MCO,2005,18,, +MCO,2006,0,, +MCO,2006,1,, +MCO,2006,2,, +MCO,2006,3,, +MCO,2006,4,, +MCO,2006,5,, +MCO,2006,6,, +MCO,2006,7,, +MCO,2006,8,, +MCO,2006,9,, +MCO,2006,10,, +MCO,2006,11,, +MCO,2006,12,, +MCO,2006,13,, +MCO,2006,14,, +MCO,2006,15,, +MCO,2006,16,, +MCO,2006,17,, +MCO,2006,18,, +MCO,2007,0,, +MCO,2007,1,, +MCO,2007,2,, +MCO,2007,3,, +MCO,2007,4,, +MCO,2007,5,, +MCO,2007,6,, +MCO,2007,7,, +MCO,2007,8,, +MCO,2007,9,, +MCO,2007,10,, +MCO,2007,11,, +MCO,2007,12,, +MCO,2007,13,, +MCO,2007,14,, +MCO,2007,15,, +MCO,2007,16,, +MCO,2007,17,, +MCO,2007,18,, +MCO,2008,0,, +MCO,2008,1,, +MCO,2008,2,, +MCO,2008,3,, +MCO,2008,4,, +MCO,2008,5,, +MCO,2008,6,, +MCO,2008,7,, +MCO,2008,8,, +MCO,2008,9,, +MCO,2008,10,, +MCO,2008,11,, +MCO,2008,12,, +MCO,2008,13,, +MCO,2008,14,, +MCO,2008,15,, +MCO,2008,16,, +MCO,2008,17,, +MCO,2008,18,, +MCO,2009,0,, +MCO,2009,1,, +MCO,2009,2,, +MCO,2009,3,, +MCO,2009,4,, +MCO,2009,5,, +MCO,2009,6,, +MCO,2009,7,, +MCO,2009,8,, +MCO,2009,9,, +MCO,2009,10,, +MCO,2009,11,, +MCO,2009,12,, +MCO,2009,13,, +MCO,2009,14,, +MCO,2009,15,, +MCO,2009,16,, +MCO,2009,17,, +MCO,2009,18,, +MCO,2010,0,, +MCO,2010,1,, +MCO,2010,2,, +MCO,2010,3,, +MCO,2010,4,, +MCO,2010,5,, +MCO,2010,6,, +MCO,2010,7,, +MCO,2010,8,, +MCO,2010,9,, +MCO,2010,10,, +MCO,2010,11,, +MCO,2010,12,, +MCO,2010,13,, +MCO,2010,14,, +MCO,2010,15,, +MCO,2010,16,, +MCO,2010,17,, +MCO,2010,18,, +MCO,2011,0,, +MCO,2011,1,, +MCO,2011,2,, +MCO,2011,3,, +MCO,2011,4,, +MCO,2011,5,, +MCO,2011,6,, +MCO,2011,7,, +MCO,2011,8,, +MCO,2011,9,, +MCO,2011,10,, +MCO,2011,11,, +MCO,2011,12,, +MCO,2011,13,, +MCO,2011,14,, +MCO,2011,15,, +MCO,2011,16,, +MCO,2011,17,, +MCO,2011,18,, +MCO,2012,0,, +MCO,2012,1,, +MCO,2012,2,, +MCO,2012,3,, +MCO,2012,4,, +MCO,2012,5,, +MCO,2012,6,, +MCO,2012,7,, +MCO,2012,8,, +MCO,2012,9,, +MCO,2012,10,, +MCO,2012,11,, +MCO,2012,12,, +MCO,2012,13,, +MCO,2012,14,, +MCO,2012,15,, +MCO,2012,16,, +MCO,2012,17,, +MCO,2012,18,, +MCO,2013,0,, +MCO,2013,1,, +MCO,2013,2,, +MCO,2013,3,, +MCO,2013,4,, +MCO,2013,5,, +MCO,2013,6,, +MCO,2013,7,, +MCO,2013,8,, +MCO,2013,9,, +MCO,2013,10,, +MCO,2013,11,, +MCO,2013,12,, +MCO,2013,13,, +MCO,2013,14,, +MCO,2013,15,, +MCO,2013,16,, +MCO,2013,17,, +MCO,2013,18,, +MCO,2014,0,, +MCO,2014,1,, +MCO,2014,2,, +MCO,2014,3,, +MCO,2014,4,, +MCO,2014,5,, +MCO,2014,6,, +MCO,2014,7,, +MCO,2014,8,, +MCO,2014,9,, +MCO,2014,10,, +MCO,2014,11,, +MCO,2014,12,, +MCO,2014,13,, +MCO,2014,14,, +MCO,2014,15,, +MCO,2014,16,, +MCO,2014,17,, +MCO,2014,18,, +MCO,2015,0,, +MCO,2015,1,, +MCO,2015,2,, +MCO,2015,3,, +MCO,2015,4,, +MCO,2015,5,, +MCO,2015,6,, +MCO,2015,7,, +MCO,2015,8,, +MCO,2015,9,, +MCO,2015,10,, +MCO,2015,11,, +MCO,2015,12,, +MCO,2015,13,, +MCO,2015,14,, +MCO,2015,15,, +MCO,2015,16,, +MCO,2015,17,, +MCO,2015,18,, +MCO,2016,0,, +MCO,2016,1,, +MCO,2016,2,, +MCO,2016,3,, +MCO,2016,4,, +MCO,2016,5,, +MCO,2016,6,, +MCO,2016,7,, +MCO,2016,8,, +MCO,2016,9,, +MCO,2016,10,, +MCO,2016,11,, +MCO,2016,12,, +MCO,2016,13,, +MCO,2016,14,, +MCO,2016,15,, +MCO,2016,16,, +MCO,2016,17,, +MCO,2016,18,, +MCO,2017,0,, +MCO,2017,1,, +MCO,2017,2,, +MCO,2017,3,, +MCO,2017,4,, +MCO,2017,5,, +MCO,2017,6,, +MCO,2017,7,, +MCO,2017,8,, +MCO,2017,9,, +MCO,2017,10,, +MCO,2017,11,, +MCO,2017,12,, +MCO,2017,13,, +MCO,2017,14,, +MCO,2017,15,, +MCO,2017,16,, +MCO,2017,17,, +MCO,2017,18,, +MCO,2018,0,, +MCO,2018,1,, +MCO,2018,2,, +MCO,2018,3,, +MCO,2018,4,, +MCO,2018,5,, +MCO,2018,6,, +MCO,2018,7,, +MCO,2018,8,, +MCO,2018,9,, +MCO,2018,10,, +MCO,2018,11,, +MCO,2018,12,, +MCO,2018,13,, +MCO,2018,14,, +MCO,2018,15,, +MCO,2018,16,, +MCO,2018,17,, +MCO,2018,18,, +MCO,2019,0,, +MCO,2019,1,, +MCO,2019,2,, +MCO,2019,3,, +MCO,2019,4,, +MCO,2019,5,, +MCO,2019,6,, +MCO,2019,7,, +MCO,2019,8,, +MCO,2019,9,, +MCO,2019,10,, +MCO,2019,11,, +MCO,2019,12,, +MCO,2019,13,, +MCO,2019,14,, +MCO,2019,15,, +MCO,2019,16,, +MCO,2019,17,, +MCO,2019,18,, +MCO,2020,0,, +MCO,2020,1,, +MCO,2020,2,, +MCO,2020,3,, +MCO,2020,4,, +MCO,2020,5,, +MCO,2020,6,, +MCO,2020,7,, +MCO,2020,8,, +MCO,2020,9,, +MCO,2020,10,, +MCO,2020,11,, +MCO,2020,12,, +MCO,2020,13,, +MCO,2020,14,, +MCO,2020,15,, +MCO,2020,16,, +MCO,2020,17,, +MCO,2020,18,, +MCO,2021,0,, +MCO,2021,1,, +MCO,2021,2,, +MCO,2021,3,, +MCO,2021,4,, +MCO,2021,5,, +MCO,2021,6,, +MCO,2021,7,, +MCO,2021,8,, +MCO,2021,9,, +MCO,2021,10,, +MCO,2021,11,, +MCO,2021,12,, +MCO,2021,13,, +MCO,2021,14,, +MCO,2021,15,, +MCO,2021,16,, +MCO,2021,17,, +MCO,2021,18,, +MCO,2022,0,, +MCO,2022,1,, +MCO,2022,2,, +MCO,2022,3,, +MCO,2022,4,, +MCO,2022,5,, +MCO,2022,6,, +MCO,2022,7,, +MCO,2022,8,, +MCO,2022,9,, +MCO,2022,10,, +MCO,2022,11,, +MCO,2022,12,, +MCO,2022,13,, +MCO,2022,14,, +MCO,2022,15,, +MCO,2022,16,, +MCO,2022,17,, +MCO,2022,18,, +MCO,2023,0,, +MCO,2023,1,, +MCO,2023,2,, +MCO,2023,3,, +MCO,2023,4,, +MCO,2023,5,, +MCO,2023,6,, +MCO,2023,7,, +MCO,2023,8,, +MCO,2023,9,, +MCO,2023,10,, +MCO,2023,11,, +MCO,2023,12,, +MCO,2023,13,, +MCO,2023,14,, +MCO,2023,15,, +MCO,2023,16,, +MCO,2023,17,, +MCO,2023,18,, +MCO,2024,0,, +MCO,2024,1,, +MCO,2024,2,, +MCO,2024,3,, +MCO,2024,4,, +MCO,2024,5,, +MCO,2024,6,, +MCO,2024,7,, +MCO,2024,8,, +MCO,2024,9,, +MCO,2024,10,, +MCO,2024,11,, +MCO,2024,12,, +MCO,2024,13,, +MCO,2024,14,, +MCO,2024,15,, +MCO,2024,16,, +MCO,2024,17,, +MCO,2024,18,, +MCO,2025,0,, +MCO,2025,1,, +MCO,2025,2,, +MCO,2025,3,, +MCO,2025,4,, +MCO,2025,5,, +MCO,2025,6,, +MCO,2025,7,, +MCO,2025,8,, +MCO,2025,9,, +MCO,2025,10,, +MCO,2025,11,, +MCO,2025,12,, +MCO,2025,13,, +MCO,2025,14,, +MCO,2025,15,, +MCO,2025,16,, +MCO,2025,17,, +MCO,2025,18,, +MCO,2026,0,, +MCO,2026,1,, +MCO,2026,2,, +MCO,2026,3,, +MCO,2026,4,, +MCO,2026,5,, +MCO,2026,6,, +MCO,2026,7,, +MCO,2026,8,, +MCO,2026,9,, +MCO,2026,10,, +MCO,2026,11,, +MCO,2026,12,, +MCO,2026,13,, +MCO,2026,14,, +MCO,2026,15,, +MCO,2026,16,, +MCO,2026,17,, +MCO,2026,18,, +MCO,2027,0,, +MCO,2027,1,, +MCO,2027,2,, +MCO,2027,3,, +MCO,2027,4,, +MCO,2027,5,, +MCO,2027,6,, +MCO,2027,7,, +MCO,2027,8,, +MCO,2027,9,, +MCO,2027,10,, +MCO,2027,11,, +MCO,2027,12,, +MCO,2027,13,, +MCO,2027,14,, +MCO,2027,15,, +MCO,2027,16,, +MCO,2027,17,, +MCO,2027,18,, +MCO,2028,0,, +MCO,2028,1,, +MCO,2028,2,, +MCO,2028,3,, +MCO,2028,4,, +MCO,2028,5,, +MCO,2028,6,, +MCO,2028,7,, +MCO,2028,8,, +MCO,2028,9,, +MCO,2028,10,, +MCO,2028,11,, +MCO,2028,12,, +MCO,2028,13,, +MCO,2028,14,, +MCO,2028,15,, +MCO,2028,16,, +MCO,2028,17,, +MCO,2028,18,, +MCO,2029,0,, +MCO,2029,1,, +MCO,2029,2,, +MCO,2029,3,, +MCO,2029,4,, +MCO,2029,5,, +MCO,2029,6,, +MCO,2029,7,, +MCO,2029,8,, +MCO,2029,9,, +MCO,2029,10,, +MCO,2029,11,, +MCO,2029,12,, +MCO,2029,13,, +MCO,2029,14,, +MCO,2029,15,, +MCO,2029,16,, +MCO,2029,17,, +MCO,2029,18,, +MCO,2030,0,, +MCO,2030,1,, +MCO,2030,2,, +MCO,2030,3,, +MCO,2030,4,, +MCO,2030,5,, +MCO,2030,6,, +MCO,2030,7,, +MCO,2030,8,, +MCO,2030,9,, +MCO,2030,10,, +MCO,2030,11,, +MCO,2030,12,, +MCO,2030,13,, +MCO,2030,14,, +MCO,2030,15,, +MCO,2030,16,, +MCO,2030,17,, +MCO,2030,18,, +MCO,2031,0,, +MCO,2031,1,, +MCO,2031,2,, +MCO,2031,3,, +MCO,2031,4,, +MCO,2031,5,, +MCO,2031,6,, +MCO,2031,7,, +MCO,2031,8,, +MCO,2031,9,, +MCO,2031,10,, +MCO,2031,11,, +MCO,2031,12,, +MCO,2031,13,, +MCO,2031,14,, +MCO,2031,15,, +MCO,2031,16,, +MCO,2031,17,, +MCO,2031,18,, +MCO,2032,0,, +MCO,2032,1,, +MCO,2032,2,, +MCO,2032,3,, +MCO,2032,4,, +MCO,2032,5,, +MCO,2032,6,, +MCO,2032,7,, +MCO,2032,8,, +MCO,2032,9,, +MCO,2032,10,, +MCO,2032,11,, +MCO,2032,12,, +MCO,2032,13,, +MCO,2032,14,, +MCO,2032,15,, +MCO,2032,16,, +MCO,2032,17,, +MCO,2032,18,, +MCO,2033,0,, +MCO,2033,1,, +MCO,2033,2,, +MCO,2033,3,, +MCO,2033,4,, +MCO,2033,5,, +MCO,2033,6,, +MCO,2033,7,, +MCO,2033,8,, +MCO,2033,9,, +MCO,2033,10,, +MCO,2033,11,, +MCO,2033,12,, +MCO,2033,13,, +MCO,2033,14,, +MCO,2033,15,, +MCO,2033,16,, +MCO,2033,17,, +MCO,2033,18,, +MCO,2034,0,, +MCO,2034,1,, +MCO,2034,2,, +MCO,2034,3,, +MCO,2034,4,, +MCO,2034,5,, +MCO,2034,6,, +MCO,2034,7,, +MCO,2034,8,, +MCO,2034,9,, +MCO,2034,10,, +MCO,2034,11,, +MCO,2034,12,, +MCO,2034,13,, +MCO,2034,14,, +MCO,2034,15,, +MCO,2034,16,, +MCO,2034,17,, +MCO,2034,18,, +MCO,2035,0,, +MCO,2035,1,, +MCO,2035,2,, +MCO,2035,3,, +MCO,2035,4,, +MCO,2035,5,, +MCO,2035,6,, +MCO,2035,7,, +MCO,2035,8,, +MCO,2035,9,, +MCO,2035,10,, +MCO,2035,11,, +MCO,2035,12,, +MCO,2035,13,, +MCO,2035,14,, +MCO,2035,15,, +MCO,2035,16,, +MCO,2035,17,, +MCO,2035,18,, +MCO,2036,0,, +MCO,2036,1,, +MCO,2036,2,, +MCO,2036,3,, +MCO,2036,4,, +MCO,2036,5,, +MCO,2036,6,, +MCO,2036,7,, +MCO,2036,8,, +MCO,2036,9,, +MCO,2036,10,, +MCO,2036,11,, +MCO,2036,12,, +MCO,2036,13,, +MCO,2036,14,, +MCO,2036,15,, +MCO,2036,16,, +MCO,2036,17,, +MCO,2036,18,, +MCO,2037,0,, +MCO,2037,1,, +MCO,2037,2,, +MCO,2037,3,, +MCO,2037,4,, +MCO,2037,5,, +MCO,2037,6,, +MCO,2037,7,, +MCO,2037,8,, +MCO,2037,9,, +MCO,2037,10,, +MCO,2037,11,, +MCO,2037,12,, +MCO,2037,13,, +MCO,2037,14,, +MCO,2037,15,, +MCO,2037,16,, +MCO,2037,17,, +MCO,2037,18,, +MCO,2038,0,, +MCO,2038,1,, +MCO,2038,2,, +MCO,2038,3,, +MCO,2038,4,, +MCO,2038,5,, +MCO,2038,6,, +MCO,2038,7,, +MCO,2038,8,, +MCO,2038,9,, +MCO,2038,10,, +MCO,2038,11,, +MCO,2038,12,, +MCO,2038,13,, +MCO,2038,14,, +MCO,2038,15,, +MCO,2038,16,, +MCO,2038,17,, +MCO,2038,18,, +MCO,2039,0,, +MCO,2039,1,, +MCO,2039,2,, +MCO,2039,3,, +MCO,2039,4,, +MCO,2039,5,, +MCO,2039,6,, +MCO,2039,7,, +MCO,2039,8,, +MCO,2039,9,, +MCO,2039,10,, +MCO,2039,11,, +MCO,2039,12,, +MCO,2039,13,, +MCO,2039,14,, +MCO,2039,15,, +MCO,2039,16,, +MCO,2039,17,, +MCO,2039,18,, +MCO,2040,0,, +MCO,2040,1,, +MCO,2040,2,, +MCO,2040,3,, +MCO,2040,4,, +MCO,2040,5,, +MCO,2040,6,, +MCO,2040,7,, +MCO,2040,8,, +MCO,2040,9,, +MCO,2040,10,, +MCO,2040,11,, +MCO,2040,12,, +MCO,2040,13,, +MCO,2040,14,, +MCO,2040,15,, +MCO,2040,16,, +MCO,2040,17,, +MCO,2040,18,, +MCO,2041,0,, +MCO,2041,1,, +MCO,2041,2,, +MCO,2041,3,, +MCO,2041,4,, +MCO,2041,5,, +MCO,2041,6,, +MCO,2041,7,, +MCO,2041,8,, +MCO,2041,9,, +MCO,2041,10,, +MCO,2041,11,, +MCO,2041,12,, +MCO,2041,13,, +MCO,2041,14,, +MCO,2041,15,, +MCO,2041,16,, +MCO,2041,17,, +MCO,2041,18,, +MCO,2042,0,, +MCO,2042,1,, +MCO,2042,2,, +MCO,2042,3,, +MCO,2042,4,, +MCO,2042,5,, +MCO,2042,6,, +MCO,2042,7,, +MCO,2042,8,, +MCO,2042,9,, +MCO,2042,10,, +MCO,2042,11,, +MCO,2042,12,, +MCO,2042,13,, +MCO,2042,14,, +MCO,2042,15,, +MCO,2042,16,, +MCO,2042,17,, +MCO,2042,18,, +MCO,2043,0,, +MCO,2043,1,, +MCO,2043,2,, +MCO,2043,3,, +MCO,2043,4,, +MCO,2043,5,, +MCO,2043,6,, +MCO,2043,7,, +MCO,2043,8,, +MCO,2043,9,, +MCO,2043,10,, +MCO,2043,11,, +MCO,2043,12,, +MCO,2043,13,, +MCO,2043,14,, +MCO,2043,15,, +MCO,2043,16,, +MCO,2043,17,, +MCO,2043,18,, +MCO,2044,0,, +MCO,2044,1,, +MCO,2044,2,, +MCO,2044,3,, +MCO,2044,4,, +MCO,2044,5,, +MCO,2044,6,, +MCO,2044,7,, +MCO,2044,8,, +MCO,2044,9,, +MCO,2044,10,, +MCO,2044,11,, +MCO,2044,12,, +MCO,2044,13,, +MCO,2044,14,, +MCO,2044,15,, +MCO,2044,16,, +MCO,2044,17,, +MCO,2044,18,, +MCO,2045,0,, +MCO,2045,1,, +MCO,2045,2,, +MCO,2045,3,, +MCO,2045,4,, +MCO,2045,5,, +MCO,2045,6,, +MCO,2045,7,, +MCO,2045,8,, +MCO,2045,9,, +MCO,2045,10,, +MCO,2045,11,, +MCO,2045,12,, +MCO,2045,13,, +MCO,2045,14,, +MCO,2045,15,, +MCO,2045,16,, +MCO,2045,17,, +MCO,2045,18,, +MCO,2046,0,, +MCO,2046,1,, +MCO,2046,2,, +MCO,2046,3,, +MCO,2046,4,, +MCO,2046,5,, +MCO,2046,6,, +MCO,2046,7,, +MCO,2046,8,, +MCO,2046,9,, +MCO,2046,10,, +MCO,2046,11,, +MCO,2046,12,, +MCO,2046,13,, +MCO,2046,14,, +MCO,2046,15,, +MCO,2046,16,, +MCO,2046,17,, +MCO,2046,18,, +MCO,2047,0,, +MCO,2047,1,, +MCO,2047,2,, +MCO,2047,3,, +MCO,2047,4,, +MCO,2047,5,, +MCO,2047,6,, +MCO,2047,7,, +MCO,2047,8,, +MCO,2047,9,, +MCO,2047,10,, +MCO,2047,11,, +MCO,2047,12,, +MCO,2047,13,, +MCO,2047,14,, +MCO,2047,15,, +MCO,2047,16,, +MCO,2047,17,, +MCO,2047,18,, +MCO,2048,0,, +MCO,2048,1,, +MCO,2048,2,, +MCO,2048,3,, +MCO,2048,4,, +MCO,2048,5,, +MCO,2048,6,, +MCO,2048,7,, +MCO,2048,8,, +MCO,2048,9,, +MCO,2048,10,, +MCO,2048,11,, +MCO,2048,12,, +MCO,2048,13,, +MCO,2048,14,, +MCO,2048,15,, +MCO,2048,16,, +MCO,2048,17,, +MCO,2048,18,, +MCO,2049,0,, +MCO,2049,1,, +MCO,2049,2,, +MCO,2049,3,, +MCO,2049,4,, +MCO,2049,5,, +MCO,2049,6,, +MCO,2049,7,, +MCO,2049,8,, +MCO,2049,9,, +MCO,2049,10,, +MCO,2049,11,, +MCO,2049,12,, +MCO,2049,13,, +MCO,2049,14,, +MCO,2049,15,, +MCO,2049,16,, +MCO,2049,17,, +MCO,2049,18,, +MCO,2050,0,, +MCO,2050,1,, +MCO,2050,2,, +MCO,2050,3,, +MCO,2050,4,, +MCO,2050,5,, +MCO,2050,6,, +MCO,2050,7,, +MCO,2050,8,, +MCO,2050,9,, +MCO,2050,10,, +MCO,2050,11,, +MCO,2050,12,, +MCO,2050,13,, +MCO,2050,14,, +MCO,2050,15,, +MCO,2050,16,, +MCO,2050,17,, +MCO,2050,18,, +MDA,1990,0,40888,43121 +MDA,1990,1,41613,43588 +MDA,1990,2,42056,43824 +MDA,1990,3,42244,43850 +MDA,1990,4,42205,43688 +MDA,1990,5,41967,43359 +MDA,1990,6,41558,42884 +MDA,1990,7,41006,42283 +MDA,1990,8,40339,41579 +MDA,1990,9,39586,40791 +MDA,1990,10,38726,39915 +MDA,1990,11,37742,38944 +MDA,1990,12,36896,38034 +MDA,1990,13,36310,37261 +MDA,1990,14,35873,36565 +MDA,1990,15,35449,35880 +MDA,1990,16,35190,35306 +MDA,1990,17,34515,34479 +MDA,1990,18,33160,33238 +MDA,1991,0,38240,40286 +MDA,1991,1,40631,42740 +MDA,1991,2,41449,43348 +MDA,1991,3,41954,43677 +MDA,1991,4,42177,43755 +MDA,1991,5,42151,43611 +MDA,1991,6,41903,43266 +MDA,1991,7,41462,42739 +MDA,1991,8,40885,42100 +MDA,1991,9,40213,41393 +MDA,1991,10,39465,40622 +MDA,1991,11,38601,39746 +MDA,1991,12,37611,38772 +MDA,1991,13,36742,37838 +MDA,1991,14,36111,37008 +MDA,1991,15,35613,36237 +MDA,1991,16,35134,35481 +MDA,1991,17,34814,34831 +MDA,1991,18,34108,33965 +MDA,1992,0,34840,36637 +MDA,1992,1,37350,39094 +MDA,1992,2,40381,42380 +MDA,1992,3,41293,43130 +MDA,1992,4,41860,43552 +MDA,1992,5,42118,43682 +MDA,1992,6,42105,43556 +MDA,1992,7,41848,43194 +MDA,1992,8,41375,42615 +MDA,1992,9,40771,41937 +MDA,1992,10,40094,41227 +MDA,1992,11,39352,40472 +MDA,1992,12,38483,39597 +MDA,1992,13,37486,38620 +MDA,1992,14,36596,37661 +MDA,1992,15,35917,36773 +MDA,1992,16,35361,35926 +MDA,1992,17,34825,35100 +MDA,1992,18,34444,34372 +MDA,1993,0,31140,32654 +MDA,1993,1,34552,36137 +MDA,1993,2,37264,38890 +MDA,1993,3,40121,42016 +MDA,1993,4,41127,42909 +MDA,1993,5,41755,43424 +MDA,1993,6,42048,43606 +MDA,1993,7,42048,43498 +MDA,1993,8,41782,43119 +MDA,1993,9,41277,42489 +MDA,1993,10,40647,41772 +MDA,1993,11,39965,41059 +MDA,1993,12,39229,40320 +MDA,1993,13,38356,39445 +MDA,1993,14,37353,38465 +MDA,1993,15,36440,37481 +MDA,1993,16,35715,36536 +MDA,1993,17,35099,35614 +MDA,1993,18,34506,34716 +MDA,1994,0,27765,28999 +MDA,1994,1,31778,33195 +MDA,1994,2,35039,36585 +MDA,1994,3,37609,39236 +MDA,1994,4,39825,41619 +MDA,1994,5,40923,42653 +MDA,1994,6,41613,43261 +MDA,1994,7,41941,43495 +MDA,1994,8,41954,43405 +MDA,1994,9,41678,43010 +MDA,1994,10,41141,42329 +MDA,1994,11,40487,41573 +MDA,1994,12,39800,40857 +MDA,1994,13,39070,40136 +MDA,1994,14,38193,39262 +MDA,1994,15,37185,38279 +MDA,1994,16,36251,37271 +MDA,1994,17,35480,36269 +MDA,1994,18,34805,35272 +MDA,1995,0,25172,26164 +MDA,1995,1,29320,30580 +MDA,1995,2,32774,34231 +MDA,1995,3,35585,37176 +MDA,1995,4,37805,39472 +MDA,1995,5,39484,41178 +MDA,1995,6,40673,42352 +MDA,1995,7,41424,43052 +MDA,1995,8,41786,43337 +MDA,1995,9,41812,43266 +MDA,1995,10,41527,42855 +MDA,1995,11,40960,42123 +MDA,1995,12,40281,41330 +MDA,1995,13,39591,40612 +MDA,1995,14,38867,39909 +MDA,1995,15,37988,39037 +MDA,1995,16,36976,38053 +MDA,1995,17,36021,37021 +MDA,1995,18,35206,35964 +MDA,1996,0,23650,24437 +MDA,1996,1,25651,26730 +MDA,1996,2,29388,30695 +MDA,1996,3,32598,34071 +MDA,1996,4,35304,36887 +MDA,1996,5,37525,39168 +MDA,1996,6,39317,40978 +MDA,1996,7,40732,42378 +MDA,1996,8,41630,43223 +MDA,1996,9,41966,43472 +MDA,1996,10,41860,43254 +MDA,1996,11,41498,42755 +MDA,1996,12,40875,41954 +MDA,1996,13,40154,41126 +MDA,1996,14,39450,40434 +MDA,1996,15,38727,39789 +MDA,1996,16,37844,38966 +MDA,1996,17,36832,38040 +MDA,1996,18,35858,37014 +MDA,1997,0,22958,23572 +MDA,1997,1,25813,26784 +MDA,1997,2,26080,27243 +MDA,1997,3,29398,30749 +MDA,1997,4,32359,33845 +MDA,1997,5,34953,36525 +MDA,1997,6,37172,38788 +MDA,1997,7,39072,40698 +MDA,1997,8,40711,42322 +MDA,1997,9,41754,43310 +MDA,1997,10,42063,43520 +MDA,1997,11,41825,43157 +MDA,1997,12,41388,42572 +MDA,1997,13,40709,41702 +MDA,1997,14,39949,40842 +MDA,1997,15,39231,40176 +MDA,1997,16,38511,39591 +MDA,1997,17,37626,38820 +MDA,1997,18,36616,37953 +MDA,1998,0,22830,23336 +MDA,1998,1,24550,25412 +MDA,1998,2,26407,27549 +MDA,1998,3,26495,27740 +MDA,1998,4,29395,30787 +MDA,1998,5,32105,33600 +MDA,1998,6,34587,36145 +MDA,1998,7,36802,38388 +MDA,1998,8,38811,40397 +MDA,1998,9,40671,42243 +MDA,1998,10,41859,43373 +MDA,1998,11,42141,43546 +MDA,1998,12,41772,43038 +MDA,1998,13,41259,42367 +MDA,1998,14,40526,41429 +MDA,1998,15,39726,40537 +MDA,1998,16,38995,39897 +MDA,1998,17,38278,39372 +MDA,1998,18,37392,38653 +MDA,1999,0,22840,23345 +MDA,1999,1,23497,24312 +MDA,1999,2,24591,25657 +MDA,1999,3,26043,27306 +MDA,1999,4,26951,28274 +MDA,1999,5,29437,30866 +MDA,1999,6,31901,33402 +MDA,1999,7,34274,35815 +MDA,1999,8,36489,38041 +MDA,1999,9,38609,40152 +MDA,1999,10,40694,42221 +MDA,1999,11,42028,43494 +MDA,1999,12,42283,43630 +MDA,1999,13,41782,42977 +MDA,1999,14,41193,42219 +MDA,1999,15,40405,41213 +MDA,1999,16,39565,40287 +MDA,1999,17,38820,39673 +MDA,1999,18,38103,39207 +MDA,2000,0,22676,23308 +MDA,2000,1,22565,23414 +MDA,2000,2,23087,24119 +MDA,2000,3,24144,25329 +MDA,2000,4,25640,26945 +MDA,2000,5,27475,28874 +MDA,2000,6,29554,31017 +MDA,2000,7,31777,33280 +MDA,2000,8,34048,35567 +MDA,2000,9,36269,37780 +MDA,2000,10,38504,39998 +MDA,2000,11,40820,42297 +MDA,2000,12,42304,43717 +MDA,2000,13,42533,43815 +MDA,2000,14,41899,43015 +MDA,2000,15,41232,42169 +MDA,2000,16,40386,41091 +MDA,2000,17,39503,40130 +MDA,2000,18,38742,39540 +MDA,2001,0,22055,22985 +MDA,2001,1,22313,22990 +MDA,2001,2,22430,23277 +MDA,2001,3,23091,24093 +MDA,2001,4,24214,25355 +MDA,2001,5,25715,26978 +MDA,2001,6,27499,28865 +MDA,2001,7,29467,30922 +MDA,2001,8,31608,33121 +MDA,2001,9,33869,35398 +MDA,2001,10,36122,37637 +MDA,2001,11,38362,39857 +MDA,2001,12,40665,42146 +MDA,2001,13,42145,43559 +MDA,2001,14,42382,43657 +MDA,2001,15,41762,42860 +MDA,2001,16,41109,42017 +MDA,2001,17,40280,40943 +MDA,2001,18,39404,39984 +MDA,2002,0,21277,22635 +MDA,2002,1,20692,21913 +MDA,2002,2,22011,22722 +MDA,2002,3,22355,23190 +MDA,2002,4,23157,24119 +MDA,2002,5,24348,25436 +MDA,2002,6,25860,27068 +MDA,2002,7,27596,28919 +MDA,2002,8,29459,30895 +MDA,2002,9,31525,33033 +MDA,2002,10,33780,35307 +MDA,2002,11,36073,37575 +MDA,2002,12,38322,39802 +MDA,2002,13,40619,42086 +MDA,2002,14,42099,43496 +MDA,2002,15,42344,43594 +MDA,2002,16,41738,42798 +MDA,2002,17,41096,41956 +MDA,2002,18,40281,40885 +MDA,2003,0,20499,22315 +MDA,2003,1,20026,21499 +MDA,2003,2,20089,21315 +MDA,2003,3,21743,22487 +MDA,2003,4,22316,23137 +MDA,2003,5,23259,24180 +MDA,2003,6,24520,25554 +MDA,2003,7,26045,27198 +MDA,2003,8,27736,29016 +MDA,2003,9,29498,30912 +MDA,2003,10,31490,32993 +MDA,2003,11,33745,35266 +MDA,2003,12,36079,37567 +MDA,2003,13,38342,39804 +MDA,2003,14,40638,42087 +MDA,2003,15,42119,43496 +MDA,2003,16,42373,43594 +MDA,2003,17,41778,42799 +MDA,2003,18,41148,41957 +MDA,2004,0,19963,22126 +MDA,2004,1,19618,21295 +MDA,2004,2,19685,21002 +MDA,2004,3,20122,21191 +MDA,2004,4,21468,22254 +MDA,2004,5,22270,23087 +MDA,2004,6,23356,24244 +MDA,2004,7,24687,25676 +MDA,2004,8,26223,27331 +MDA,2004,9,27869,29115 +MDA,2004,10,29528,30932 +MDA,2004,11,31447,32957 +MDA,2004,12,33700,35230 +MDA,2004,13,36077,37564 +MDA,2004,14,38352,39812 +MDA,2004,15,40645,42093 +MDA,2004,16,42128,43501 +MDA,2004,17,42391,43599 +MDA,2004,18,41808,42804 +MDA,2005,0,19835,22135 +MDA,2005,1,19509,21285 +MDA,2005,2,19503,20885 +MDA,2005,3,19793,20898 +MDA,2005,4,20355,21284 +MDA,2005,5,21162,22003 +MDA,2005,6,22192,23018 +MDA,2005,7,23418,24289 +MDA,2005,8,24817,25777 +MDA,2005,9,26364,27443 +MDA,2005,10,27962,29192 +MDA,2005,11,29516,30928 +MDA,2005,12,31358,32895 +MDA,2005,13,33606,35165 +MDA,2005,14,36021,37531 +MDA,2005,15,38307,39787 +MDA,2005,16,40593,42066 +MDA,2005,17,42076,43472 +MDA,2005,18,42347,43569 +MDA,2006,0,20239,22373 +MDA,2006,1,19887,22011 +MDA,2006,2,19620,21316 +MDA,2006,3,19648,21014 +MDA,2006,4,19952,21075 +MDA,2006,5,20513,21471 +MDA,2006,6,21300,22159 +MDA,2006,7,22287,23099 +MDA,2006,8,23497,24325 +MDA,2006,9,24931,25833 +MDA,2006,10,26541,27558 +MDA,2006,11,28184,29339 +MDA,2006,12,29776,31093 +MDA,2006,13,31629,33062 +MDA,2006,14,33850,35314 +MDA,2006,15,36209,37643 +MDA,2006,16,38439,39860 +MDA,2006,17,40676,42099 +MDA,2006,18,42069,43437 +MDA,2007,0,21004,22759 +MDA,2007,1,20324,21851 +MDA,2007,2,19912,21876 +MDA,2007,3,19704,21338 +MDA,2007,4,19766,21133 +MDA,2007,5,20084,21243 +MDA,2007,6,20643,21648 +MDA,2007,7,21410,22305 +MDA,2007,8,22351,23169 +MDA,2007,9,23544,24349 +MDA,2007,10,25011,25878 +MDA,2007,11,26681,27660 +MDA,2007,12,28368,29472 +MDA,2007,13,29995,31243 +MDA,2007,14,31858,33214 +MDA,2007,15,34049,35445 +MDA,2007,16,36348,37737 +MDA,2007,17,38520,39913 +MDA,2007,18,40704,42112 +MDA,2008,0,21911,23192 +MDA,2008,1,20995,22298 +MDA,2008,2,20344,21651 +MDA,2008,3,19922,21733 +MDA,2008,4,19773,21352 +MDA,2008,5,19869,21245 +MDA,2008,6,20201,21403 +MDA,2008,7,20757,21817 +MDA,2008,8,21502,22442 +MDA,2008,9,22398,23230 +MDA,2008,10,23573,24364 +MDA,2008,11,25071,25913 +MDA,2008,12,26801,27752 +MDA,2008,13,28530,29595 +MDA,2008,14,30191,31381 +MDA,2008,15,32061,33354 +MDA,2008,16,34221,35564 +MDA,2008,17,36458,37817 +MDA,2008,18,38570,39953 +MDA,2009,0,22665,23546 +MDA,2009,1,21615,22726 +MDA,2009,2,20814,22083 +MDA,2009,3,20255,21621 +MDA,2009,4,19941,21595 +MDA,2009,5,19851,21370 +MDA,2009,6,19981,21360 +MDA,2009,7,20326,21567 +MDA,2009,8,20880,21991 +MDA,2009,9,21604,22584 +MDA,2009,10,22455,23296 +MDA,2009,11,23611,24384 +MDA,2009,12,25142,25953 +MDA,2009,13,26932,27850 +MDA,2009,14,28704,29723 +MDA,2009,15,30399,31526 +MDA,2009,16,32278,33500 +MDA,2009,17,34407,35690 +MDA,2009,18,36584,37905 +MDA,2010,0,23059,23732 +MDA,2010,1,22055,23063 +MDA,2010,2,21247,22491 +MDA,2010,3,20632,22027 +MDA,2010,4,20212,21683 +MDA,2010,5,19986,21471 +MDA,2010,6,19955,21402 +MDA,2010,7,20119,21490 +MDA,2010,8,20477,21745 +MDA,2010,9,21031,22179 +MDA,2010,10,21735,22740 +MDA,2010,11,22542,23377 +MDA,2010,12,23682,24420 +MDA,2010,13,25247,26010 +MDA,2010,14,27099,27966 +MDA,2010,15,28916,29871 +MDA,2010,16,30648,31691 +MDA,2010,17,32539,33668 +MDA,2010,18,34639,35839 +MDA,2011,0,22918,23674 +MDA,2011,1,22788,23582 +MDA,2011,2,21921,22980 +MDA,2011,3,21190,22442 +MDA,2011,4,20605,21984 +MDA,2011,5,20177,21626 +MDA,2011,6,19905,21377 +MDA,2011,7,19787,21248 +MDA,2011,8,19895,21302 +MDA,2011,9,20264,21575 +MDA,2011,10,20868,22060 +MDA,2011,11,21603,22660 +MDA,2011,12,22437,23337 +MDA,2011,13,23594,24405 +MDA,2011,14,25157,25994 +MDA,2011,15,26998,27935 +MDA,2011,16,28804,29828 +MDA,2011,17,30519,31629 +MDA,2011,18,32417,33611 +MDA,2012,0,22424,23452 +MDA,2012,1,22104,23304 +MDA,2012,2,22557,23454 +MDA,2012,3,21825,22919 +MDA,2012,4,21169,22413 +MDA,2012,5,20613,21961 +MDA,2012,6,20176,21589 +MDA,2012,7,19858,21304 +MDA,2012,8,19653,21113 +MDA,2012,9,19706,21133 +MDA,2012,10,20086,21425 +MDA,2012,11,20741,21961 +MDA,2012,12,21509,22602 +MDA,2012,13,22371,23318 +MDA,2012,14,23546,24412 +MDA,2012,15,25110,26003 +MDA,2012,16,26942,27931 +MDA,2012,17,28741,29812 +MDA,2012,18,30442,31596 +MDA,2013,0,21698,23082 +MDA,2013,1,21877,23251 +MDA,2013,2,21877,23239 +MDA,2013,3,22349,23336 +MDA,2013,4,21750,22868 +MDA,2013,5,21171,22395 +MDA,2013,6,20642,21949 +MDA,2013,7,20197,21562 +MDA,2013,8,19831,21240 +MDA,2013,9,19540,20988 +MDA,2013,10,19537,20975 +MDA,2013,11,19928,21285 +MDA,2013,12,20635,21872 +MDA,2013,13,21437,22553 +MDA,2013,14,22328,23310 +MDA,2013,15,23522,24430 +MDA,2013,16,25089,26023 +MDA,2013,17,26915,27939 +MDA,2013,18,28708,29810 +MDA,2014,0,20927,22601 +MDA,2014,1,21562,23071 +MDA,2014,2,21901,23287 +MDA,2014,3,21994,23292 +MDA,2014,4,22145,23216 +MDA,2014,5,21680,22815 +MDA,2014,6,21175,22375 +MDA,2014,7,20675,21934 +MDA,2014,8,20221,21533 +MDA,2014,9,19807,21175 +MDA,2014,10,19429,20861 +MDA,2014,11,19371,20814 +MDA,2014,12,19773,21144 +MDA,2014,13,20533,21781 +MDA,2014,14,21368,22503 +MDA,2014,15,22288,23299 +MDA,2014,16,23502,24446 +MDA,2014,17,25072,26041 +MDA,2014,18,26892,27944 +MDA,2015,0,20256,22045 +MDA,2015,1,21213,22769 +MDA,2015,2,21806,23189 +MDA,2015,3,22088,23352 +MDA,2015,4,22112,23303 +MDA,2015,5,21932,23088 +MDA,2015,6,21601,22754 +MDA,2015,7,21172,22346 +MDA,2015,8,20700,21912 +MDA,2015,9,20237,21496 +MDA,2015,10,19777,21101 +MDA,2015,11,19311,20727 +MDA,2015,12,19198,20645 +MDA,2015,13,19611,20994 +MDA,2015,14,20422,21682 +MDA,2015,15,21291,22444 +MDA,2015,16,22240,23281 +MDA,2015,17,23474,24453 +MDA,2015,18,25046,26049 +MDA,2016,0,19719,21420 +MDA,2016,1,20445,22166 +MDA,2016,2,21259,22795 +MDA,2016,3,21762,23157 +MDA,2016,4,22000,23291 +MDA,2016,5,22016,23237 +MDA,2016,6,21864,23042 +MDA,2016,7,21599,22752 +MDA,2016,8,21216,22375 +MDA,2016,9,20741,21939 +MDA,2016,10,20247,21502 +MDA,2016,11,19774,21097 +MDA,2016,12,19304,20720 +MDA,2016,13,19187,20635 +MDA,2016,14,19597,20979 +MDA,2016,15,20406,21663 +MDA,2016,16,21271,22420 +MDA,2016,17,22218,23252 +MDA,2016,18,23450,24421 +MDA,2017,0,19267,20711 +MDA,2017,1,20416,21789 +MDA,2017,2,20627,22279 +MDA,2017,3,21295,22813 +MDA,2017,4,21709,23116 +MDA,2017,5,21903,23222 +MDA,2017,6,21911,23164 +MDA,2017,7,21788,22988 +MDA,2017,8,21588,22742 +MDA,2017,9,21250,22396 +MDA,2017,10,20773,21958 +MDA,2017,11,20248,21500 +MDA,2017,12,19762,21086 +MDA,2017,13,19289,20705 +MDA,2017,14,19169,20617 +MDA,2017,15,19575,20957 +MDA,2017,16,20381,21637 +MDA,2017,17,21243,22389 +MDA,2017,18,22186,23216 +MDA,2018,0,18900,20006 +MDA,2018,1,19974,21169 +MDA,2018,2,20771,22033 +MDA,2018,3,20802,22387 +MDA,2018,4,21326,22826 +MDA,2018,5,21650,23070 +MDA,2018,6,21799,23147 +MDA,2018,7,21800,23084 +MDA,2018,8,21706,22929 +MDA,2018,9,21571,22727 +MDA,2018,10,21279,22411 +MDA,2018,11,20800,21972 +MDA,2018,12,20244,21493 +MDA,2018,13,19745,21070 +MDA,2018,14,19269,20686 +MDA,2018,15,19145,20594 +MDA,2018,16,19548,20930 +MDA,2018,17,20350,21605 +MDA,2018,18,21209,22352 +MDA,2019,0,19000,19000 +MDA,2019,1,20000,21000 +MDA,2019,2,20000,21000 +MDA,2019,3,21000,22000 +MDA,2019,4,21000,22000 +MDA,2019,5,21000,23000 +MDA,2019,6,22000,23000 +MDA,2019,7,22000,23000 +MDA,2019,8,22000,23000 +MDA,2019,9,22000,23000 +MDA,2019,10,22000,23000 +MDA,2019,11,21000,22000 +MDA,2019,12,21000,22000 +MDA,2019,13,20000,21000 +MDA,2019,14,20000,21000 +MDA,2019,15,19000,21000 +MDA,2019,16,19000,21000 +MDA,2019,17,20000,21000 +MDA,2019,18,20000,22000 +MDA,2020,0,18000,19000 +MDA,2020,1,19000,20000 +MDA,2020,2,20000,21000 +MDA,2020,3,20000,22000 +MDA,2020,4,21000,22000 +MDA,2020,5,21000,23000 +MDA,2020,6,21000,23000 +MDA,2020,7,22000,23000 +MDA,2020,8,22000,23000 +MDA,2020,9,22000,23000 +MDA,2020,10,22000,23000 +MDA,2020,11,22000,23000 +MDA,2020,12,21000,22000 +MDA,2020,13,21000,22000 +MDA,2020,14,20000,21000 +MDA,2020,15,20000,21000 +MDA,2020,16,19000,21000 +MDA,2020,17,19000,21000 +MDA,2020,18,19000,21000 +MDA,2021,0,18000,19000 +MDA,2021,1,18000,19000 +MDA,2021,2,19000,20000 +MDA,2021,3,20000,21000 +MDA,2021,4,20000,22000 +MDA,2021,5,21000,22000 +MDA,2021,6,21000,23000 +MDA,2021,7,21000,23000 +MDA,2021,8,22000,23000 +MDA,2021,9,22000,23000 +MDA,2021,10,22000,23000 +MDA,2021,11,22000,23000 +MDA,2021,12,22000,23000 +MDA,2021,13,21000,22000 +MDA,2021,14,21000,22000 +MDA,2021,15,20000,21000 +MDA,2021,16,20000,21000 +MDA,2021,17,19000,21000 +MDA,2021,18,19000,21000 +MDA,2022,0,18000,19000 +MDA,2022,1,19000,19000 +MDA,2022,2,19000,19000 +MDA,2022,3,19000,20000 +MDA,2022,4,20000,21000 +MDA,2022,5,20000,22000 +MDA,2022,6,21000,22000 +MDA,2022,7,21000,22000 +MDA,2022,8,21000,23000 +MDA,2022,9,22000,23000 +MDA,2022,10,22000,23000 +MDA,2022,11,22000,23000 +MDA,2022,12,22000,23000 +MDA,2022,13,22000,23000 +MDA,2022,14,21000,22000 +MDA,2022,15,21000,22000 +MDA,2022,16,20000,21000 +MDA,2022,17,20000,21000 +MDA,2022,18,19000,21000 +MDA,2023,0,18000,19000 +MDA,2023,1,18000,19000 +MDA,2023,2,19000,20000 +MDA,2023,3,19000,19000 +MDA,2023,4,19000,20000 +MDA,2023,5,20000,21000 +MDA,2023,6,20000,21000 +MDA,2023,7,21000,22000 +MDA,2023,8,21000,22000 +MDA,2023,9,21000,23000 +MDA,2023,10,22000,23000 +MDA,2023,11,22000,23000 +MDA,2023,12,22000,23000 +MDA,2023,13,22000,23000 +MDA,2023,14,21000,23000 +MDA,2023,15,21000,22000 +MDA,2023,16,21000,22000 +MDA,2023,17,20000,21000 +MDA,2023,18,20000,21000 +MDA,2024,0,18000,19000 +MDA,2024,1,18000,19000 +MDA,2024,2,18000,19000 +MDA,2024,3,19000,20000 +MDA,2024,4,19000,20000 +MDA,2024,5,19000,20000 +MDA,2024,6,20000,21000 +MDA,2024,7,20000,21000 +MDA,2024,8,21000,22000 +MDA,2024,9,21000,22000 +MDA,2024,10,21000,23000 +MDA,2024,11,22000,23000 +MDA,2024,12,22000,23000 +MDA,2024,13,22000,23000 +MDA,2024,14,21000,23000 +MDA,2024,15,21000,23000 +MDA,2024,16,21000,22000 +MDA,2024,17,21000,22000 +MDA,2024,18,20000,21000 +MDA,2025,0,18000,19000 +MDA,2025,1,18000,19000 +MDA,2025,2,18000,19000 +MDA,2025,3,18000,19000 +MDA,2025,4,18000,19000 +MDA,2025,5,19000,20000 +MDA,2025,6,19000,20000 +MDA,2025,7,20000,21000 +MDA,2025,8,20000,21000 +MDA,2025,9,21000,22000 +MDA,2025,10,21000,22000 +MDA,2025,11,21000,23000 +MDA,2025,12,22000,23000 +MDA,2025,13,22000,23000 +MDA,2025,14,22000,23000 +MDA,2025,15,21000,23000 +MDA,2025,16,21000,23000 +MDA,2025,17,21000,22000 +MDA,2025,18,21000,22000 +MDA,2026,0,17000,18000 +MDA,2026,1,18000,19000 +MDA,2026,2,18000,19000 +MDA,2026,3,18000,19000 +MDA,2026,4,18000,19000 +MDA,2026,5,18000,19000 +MDA,2026,6,19000,20000 +MDA,2026,7,19000,20000 +MDA,2026,8,20000,21000 +MDA,2026,9,20000,21000 +MDA,2026,10,21000,22000 +MDA,2026,11,21000,22000 +MDA,2026,12,21000,23000 +MDA,2026,13,22000,23000 +MDA,2026,14,22000,23000 +MDA,2026,15,22000,23000 +MDA,2026,16,21000,23000 +MDA,2026,17,21000,23000 +MDA,2026,18,21000,22000 +MDA,2027,0,17000,18000 +MDA,2027,1,17000,18000 +MDA,2027,2,18000,19000 +MDA,2027,3,18000,19000 +MDA,2027,4,18000,19000 +MDA,2027,5,18000,19000 +MDA,2027,6,19000,19000 +MDA,2027,7,19000,20000 +MDA,2027,8,19000,20000 +MDA,2027,9,20000,21000 +MDA,2027,10,20000,21000 +MDA,2027,11,20000,22000 +MDA,2027,12,21000,22000 +MDA,2027,13,21000,23000 +MDA,2027,14,22000,23000 +MDA,2027,15,22000,23000 +MDA,2027,16,21000,23000 +MDA,2027,17,21000,23000 +MDA,2027,18,21000,23000 +MDA,2028,0,16000,17000 +MDA,2028,1,16000,17000 +MDA,2028,2,17000,18000 +MDA,2028,3,17000,18000 +MDA,2028,4,18000,19000 +MDA,2028,5,18000,19000 +MDA,2028,6,18000,19000 +MDA,2028,7,19000,20000 +MDA,2028,8,19000,20000 +MDA,2028,9,19000,20000 +MDA,2028,10,20000,21000 +MDA,2028,11,20000,21000 +MDA,2028,12,20000,22000 +MDA,2028,13,21000,22000 +MDA,2028,14,21000,23000 +MDA,2028,15,22000,23000 +MDA,2028,16,22000,23000 +MDA,2028,17,21000,23000 +MDA,2028,18,21000,23000 +MDA,2029,0,16000,17000 +MDA,2029,1,16000,17000 +MDA,2029,2,16000,17000 +MDA,2029,3,17000,18000 +MDA,2029,4,17000,18000 +MDA,2029,5,18000,19000 +MDA,2029,6,18000,19000 +MDA,2029,7,18000,19000 +MDA,2029,8,19000,20000 +MDA,2029,9,19000,20000 +MDA,2029,10,19000,20000 +MDA,2029,11,20000,21000 +MDA,2029,12,20000,21000 +MDA,2029,13,20000,22000 +MDA,2029,14,21000,22000 +MDA,2029,15,21000,23000 +MDA,2029,16,22000,23000 +MDA,2029,17,22000,23000 +MDA,2029,18,21000,23000 +MDA,2030,0,15000,16000 +MDA,2030,1,16000,17000 +MDA,2030,2,16000,17000 +MDA,2030,3,16000,17000 +MDA,2030,4,17000,18000 +MDA,2030,5,17000,18000 +MDA,2030,6,18000,19000 +MDA,2030,7,18000,19000 +MDA,2030,8,18000,19000 +MDA,2030,9,19000,20000 +MDA,2030,10,19000,20000 +MDA,2030,11,19000,20000 +MDA,2030,12,20000,21000 +MDA,2030,13,20000,21000 +MDA,2030,14,20000,22000 +MDA,2030,15,21000,22000 +MDA,2030,16,21000,23000 +MDA,2030,17,22000,23000 +MDA,2030,18,22000,23000 +MDA,2031,0,15000,16000 +MDA,2031,1,15000,16000 +MDA,2031,2,16000,17000 +MDA,2031,3,16000,17000 +MDA,2031,4,16000,17000 +MDA,2031,5,17000,18000 +MDA,2031,6,17000,18000 +MDA,2031,7,18000,19000 +MDA,2031,8,18000,19000 +MDA,2031,9,18000,19000 +MDA,2031,10,19000,20000 +MDA,2031,11,19000,20000 +MDA,2031,12,19000,20000 +MDA,2031,13,20000,21000 +MDA,2031,14,20000,21000 +MDA,2031,15,20000,22000 +MDA,2031,16,21000,22000 +MDA,2031,17,21000,23000 +MDA,2031,18,21000,23000 +MDA,2032,0,15000,16000 +MDA,2032,1,15000,16000 +MDA,2032,2,15000,16000 +MDA,2032,3,16000,17000 +MDA,2032,4,16000,17000 +MDA,2032,5,16000,17000 +MDA,2032,6,17000,18000 +MDA,2032,7,17000,18000 +MDA,2032,8,18000,19000 +MDA,2032,9,18000,19000 +MDA,2032,10,18000,19000 +MDA,2032,11,19000,20000 +MDA,2032,12,19000,20000 +MDA,2032,13,19000,20000 +MDA,2032,14,20000,21000 +MDA,2032,15,20000,21000 +MDA,2032,16,20000,22000 +MDA,2032,17,21000,22000 +MDA,2032,18,21000,23000 +MDA,2033,0,15000,15000 +MDA,2033,1,15000,16000 +MDA,2033,2,15000,16000 +MDA,2033,3,15000,16000 +MDA,2033,4,16000,17000 +MDA,2033,5,16000,17000 +MDA,2033,6,16000,17000 +MDA,2033,7,17000,18000 +MDA,2033,8,17000,18000 +MDA,2033,9,18000,19000 +MDA,2033,10,18000,19000 +MDA,2033,11,18000,19000 +MDA,2033,12,19000,20000 +MDA,2033,13,19000,20000 +MDA,2033,14,19000,20000 +MDA,2033,15,20000,21000 +MDA,2033,16,20000,21000 +MDA,2033,17,20000,22000 +MDA,2033,18,21000,22000 +MDA,2034,0,15000,15000 +MDA,2034,1,15000,16000 +MDA,2034,2,15000,16000 +MDA,2034,3,15000,16000 +MDA,2034,4,15000,16000 +MDA,2034,5,16000,17000 +MDA,2034,6,16000,17000 +MDA,2034,7,16000,17000 +MDA,2034,8,17000,18000 +MDA,2034,9,17000,18000 +MDA,2034,10,18000,19000 +MDA,2034,11,18000,19000 +MDA,2034,12,18000,19000 +MDA,2034,13,19000,20000 +MDA,2034,14,19000,20000 +MDA,2034,15,19000,20000 +MDA,2034,16,19000,20000 +MDA,2034,17,20000,21000 +MDA,2034,18,20000,22000 +MDA,2035,0,15000,15000 +MDA,2035,1,15000,15000 +MDA,2035,2,15000,15000 +MDA,2035,3,15000,16000 +MDA,2035,4,15000,16000 +MDA,2035,5,15000,16000 +MDA,2035,6,16000,17000 +MDA,2035,7,16000,17000 +MDA,2035,8,16000,17000 +MDA,2035,9,17000,18000 +MDA,2035,10,17000,18000 +MDA,2035,11,18000,19000 +MDA,2035,12,18000,19000 +MDA,2035,13,18000,19000 +MDA,2035,14,19000,20000 +MDA,2035,15,19000,20000 +MDA,2035,16,19000,20000 +MDA,2035,17,19000,20000 +MDA,2035,18,20000,21000 +MDA,2036,0,14000,15000 +MDA,2036,1,15000,15000 +MDA,2036,2,15000,15000 +MDA,2036,3,15000,15000 +MDA,2036,4,15000,16000 +MDA,2036,5,15000,16000 +MDA,2036,6,15000,16000 +MDA,2036,7,16000,17000 +MDA,2036,8,16000,17000 +MDA,2036,9,16000,17000 +MDA,2036,10,17000,18000 +MDA,2036,11,17000,18000 +MDA,2036,12,18000,19000 +MDA,2036,13,18000,19000 +MDA,2036,14,18000,19000 +MDA,2036,15,19000,20000 +MDA,2036,16,19000,20000 +MDA,2036,17,19000,20000 +MDA,2036,18,19000,20000 +MDA,2037,0,14000,15000 +MDA,2037,1,14000,15000 +MDA,2037,2,14000,15000 +MDA,2037,3,15000,15000 +MDA,2037,4,15000,15000 +MDA,2037,5,15000,16000 +MDA,2037,6,15000,16000 +MDA,2037,7,15000,16000 +MDA,2037,8,16000,17000 +MDA,2037,9,16000,17000 +MDA,2037,10,16000,17000 +MDA,2037,11,17000,18000 +MDA,2037,12,17000,18000 +MDA,2037,13,18000,19000 +MDA,2037,14,18000,19000 +MDA,2037,15,18000,19000 +MDA,2037,16,19000,20000 +MDA,2037,17,19000,20000 +MDA,2037,18,19000,20000 +MDA,2038,0,14000,15000 +MDA,2038,1,14000,15000 +MDA,2038,2,14000,15000 +MDA,2038,3,14000,15000 +MDA,2038,4,15000,15000 +MDA,2038,5,15000,15000 +MDA,2038,6,15000,16000 +MDA,2038,7,15000,16000 +MDA,2038,8,15000,16000 +MDA,2038,9,16000,16000 +MDA,2038,10,16000,17000 +MDA,2038,11,16000,17000 +MDA,2038,12,17000,18000 +MDA,2038,13,17000,18000 +MDA,2038,14,18000,18000 +MDA,2038,15,18000,19000 +MDA,2038,16,18000,19000 +MDA,2038,17,19000,20000 +MDA,2038,18,19000,20000 +MDA,2039,0,14000,15000 +MDA,2039,1,14000,15000 +MDA,2039,2,14000,15000 +MDA,2039,3,14000,15000 +MDA,2039,4,14000,15000 +MDA,2039,5,15000,15000 +MDA,2039,6,15000,15000 +MDA,2039,7,15000,16000 +MDA,2039,8,15000,16000 +MDA,2039,9,15000,16000 +MDA,2039,10,16000,16000 +MDA,2039,11,16000,17000 +MDA,2039,12,16000,17000 +MDA,2039,13,17000,18000 +MDA,2039,14,17000,18000 +MDA,2039,15,18000,18000 +MDA,2039,16,18000,19000 +MDA,2039,17,18000,19000 +MDA,2039,18,19000,19000 +MDA,2040,0,14000,15000 +MDA,2040,1,14000,15000 +MDA,2040,2,14000,15000 +MDA,2040,3,14000,15000 +MDA,2040,4,14000,15000 +MDA,2040,5,14000,15000 +MDA,2040,6,15000,15000 +MDA,2040,7,15000,15000 +MDA,2040,8,15000,16000 +MDA,2040,9,15000,16000 +MDA,2040,10,15000,16000 +MDA,2040,11,16000,16000 +MDA,2040,12,16000,17000 +MDA,2040,13,16000,17000 +MDA,2040,14,17000,18000 +MDA,2040,15,17000,18000 +MDA,2040,16,18000,18000 +MDA,2040,17,18000,19000 +MDA,2040,18,18000,19000 +MDA,2041,0,14000,15000 +MDA,2041,1,14000,15000 +MDA,2041,2,14000,15000 +MDA,2041,3,14000,15000 +MDA,2041,4,14000,15000 +MDA,2041,5,14000,15000 +MDA,2041,6,14000,15000 +MDA,2041,7,15000,15000 +MDA,2041,8,15000,15000 +MDA,2041,9,15000,16000 +MDA,2041,10,15000,16000 +MDA,2041,11,15000,16000 +MDA,2041,12,16000,16000 +MDA,2041,13,16000,17000 +MDA,2041,14,16000,17000 +MDA,2041,15,17000,18000 +MDA,2041,16,17000,18000 +MDA,2041,17,17000,18000 +MDA,2041,18,18000,19000 +MDA,2042,0,14000,15000 +MDA,2042,1,14000,15000 +MDA,2042,2,14000,15000 +MDA,2042,3,14000,15000 +MDA,2042,4,14000,15000 +MDA,2042,5,14000,15000 +MDA,2042,6,14000,15000 +MDA,2042,7,14000,15000 +MDA,2042,8,15000,15000 +MDA,2042,9,15000,15000 +MDA,2042,10,15000,16000 +MDA,2042,11,15000,16000 +MDA,2042,12,15000,16000 +MDA,2042,13,16000,16000 +MDA,2042,14,16000,17000 +MDA,2042,15,16000,17000 +MDA,2042,16,17000,18000 +MDA,2042,17,17000,18000 +MDA,2042,18,17000,18000 +MDA,2043,0,14000,15000 +MDA,2043,1,14000,15000 +MDA,2043,2,14000,15000 +MDA,2043,3,14000,15000 +MDA,2043,4,14000,15000 +MDA,2043,5,14000,15000 +MDA,2043,6,14000,15000 +MDA,2043,7,14000,15000 +MDA,2043,8,14000,15000 +MDA,2043,9,15000,15000 +MDA,2043,10,15000,15000 +MDA,2043,11,15000,16000 +MDA,2043,12,15000,16000 +MDA,2043,13,15000,16000 +MDA,2043,14,16000,16000 +MDA,2043,15,16000,17000 +MDA,2043,16,16000,17000 +MDA,2043,17,17000,18000 +MDA,2043,18,17000,18000 +MDA,2044,0,14000,15000 +MDA,2044,1,14000,15000 +MDA,2044,2,14000,15000 +MDA,2044,3,14000,15000 +MDA,2044,4,14000,15000 +MDA,2044,5,14000,15000 +MDA,2044,6,14000,15000 +MDA,2044,7,14000,15000 +MDA,2044,8,14000,15000 +MDA,2044,9,14000,15000 +MDA,2044,10,15000,15000 +MDA,2044,11,15000,15000 +MDA,2044,12,15000,16000 +MDA,2044,13,15000,16000 +MDA,2044,14,15000,16000 +MDA,2044,15,16000,16000 +MDA,2044,16,16000,17000 +MDA,2044,17,16000,17000 +MDA,2044,18,17000,18000 +MDA,2045,0,14000,15000 +MDA,2045,1,14000,15000 +MDA,2045,2,14000,15000 +MDA,2045,3,14000,15000 +MDA,2045,4,14000,15000 +MDA,2045,5,14000,15000 +MDA,2045,6,14000,15000 +MDA,2045,7,14000,15000 +MDA,2045,8,14000,15000 +MDA,2045,9,14000,15000 +MDA,2045,10,14000,15000 +MDA,2045,11,15000,15000 +MDA,2045,12,15000,15000 +MDA,2045,13,15000,16000 +MDA,2045,14,15000,16000 +MDA,2045,15,15000,16000 +MDA,2045,16,16000,16000 +MDA,2045,17,16000,17000 +MDA,2045,18,16000,17000 +MDA,2046,0,14000,15000 +MDA,2046,1,14000,15000 +MDA,2046,2,14000,15000 +MDA,2046,3,14000,15000 +MDA,2046,4,14000,15000 +MDA,2046,5,14000,15000 +MDA,2046,6,14000,15000 +MDA,2046,7,14000,15000 +MDA,2046,8,14000,15000 +MDA,2046,9,14000,15000 +MDA,2046,10,14000,15000 +MDA,2046,11,14000,15000 +MDA,2046,12,14000,15000 +MDA,2046,13,15000,15000 +MDA,2046,14,15000,16000 +MDA,2046,15,15000,16000 +MDA,2046,16,15000,16000 +MDA,2046,17,16000,16000 +MDA,2046,18,16000,17000 +MDA,2047,0,14000,14000 +MDA,2047,1,14000,15000 +MDA,2047,2,14000,15000 +MDA,2047,3,14000,15000 +MDA,2047,4,14000,15000 +MDA,2047,5,14000,15000 +MDA,2047,6,14000,15000 +MDA,2047,7,14000,15000 +MDA,2047,8,14000,15000 +MDA,2047,9,14000,15000 +MDA,2047,10,14000,15000 +MDA,2047,11,14000,15000 +MDA,2047,12,14000,15000 +MDA,2047,13,14000,15000 +MDA,2047,14,15000,15000 +MDA,2047,15,15000,16000 +MDA,2047,16,15000,16000 +MDA,2047,17,15000,16000 +MDA,2047,18,16000,16000 +MDA,2048,0,14000,14000 +MDA,2048,1,14000,14000 +MDA,2048,2,14000,15000 +MDA,2048,3,14000,15000 +MDA,2048,4,14000,15000 +MDA,2048,5,14000,15000 +MDA,2048,6,14000,15000 +MDA,2048,7,14000,15000 +MDA,2048,8,14000,15000 +MDA,2048,9,14000,15000 +MDA,2048,10,14000,15000 +MDA,2048,11,14000,15000 +MDA,2048,12,14000,15000 +MDA,2048,13,14000,15000 +MDA,2048,14,14000,15000 +MDA,2048,15,15000,15000 +MDA,2048,16,15000,16000 +MDA,2048,17,15000,16000 +MDA,2048,18,15000,16000 +MDA,2049,0,13000,14000 +MDA,2049,1,14000,14000 +MDA,2049,2,14000,14000 +MDA,2049,3,14000,15000 +MDA,2049,4,14000,15000 +MDA,2049,5,14000,15000 +MDA,2049,6,14000,15000 +MDA,2049,7,14000,15000 +MDA,2049,8,14000,15000 +MDA,2049,9,14000,15000 +MDA,2049,10,14000,15000 +MDA,2049,11,14000,15000 +MDA,2049,12,14000,15000 +MDA,2049,13,14000,15000 +MDA,2049,14,14000,15000 +MDA,2049,15,14000,15000 +MDA,2049,16,15000,15000 +MDA,2049,17,15000,16000 +MDA,2049,18,15000,16000 +MDA,2050,0,13000,14000 +MDA,2050,1,13000,14000 +MDA,2050,2,14000,14000 +MDA,2050,3,14000,14000 +MDA,2050,4,14000,15000 +MDA,2050,5,14000,15000 +MDA,2050,6,14000,15000 +MDA,2050,7,14000,15000 +MDA,2050,8,14000,15000 +MDA,2050,9,14000,15000 +MDA,2050,10,14000,15000 +MDA,2050,11,14000,15000 +MDA,2050,12,14000,15000 +MDA,2050,13,14000,15000 +MDA,2050,14,14000,15000 +MDA,2050,15,14000,15000 +MDA,2050,16,14000,15000 +MDA,2050,17,15000,15000 +MDA,2050,18,15000,16000 +MDG,1990,0,229201,230506 +MDG,1990,1,217854,218932 +MDG,1990,2,207664,208593 +MDG,1990,3,198530,199374 +MDG,1990,4,190350,191164 +MDG,1990,5,183024,183849 +MDG,1990,6,176450,177316 +MDG,1990,7,170527,171452 +MDG,1990,8,165156,166144 +MDG,1990,9,160234,161280 +MDG,1990,10,155765,156881 +MDG,1990,11,151756,152970 +MDG,1990,12,147577,148757 +MDG,1990,13,142914,143860 +MDG,1990,14,137984,138572 +MDG,1990,15,133333,133576 +MDG,1990,16,128872,128747 +MDG,1990,17,124438,124036 +MDG,1990,18,120011,119491 +MDG,1991,0,236014,237408 +MDG,1991,1,225523,226666 +MDG,1991,2,214790,215747 +MDG,1991,3,205121,205964 +MDG,1991,4,196424,197210 +MDG,1991,5,188606,189382 +MDG,1991,6,181570,182373 +MDG,1991,7,175223,176076 +MDG,1991,8,169479,170396 +MDG,1991,9,164248,165229 +MDG,1991,10,159432,160468 +MDG,1991,11,155031,156129 +MDG,1991,12,151054,152241 +MDG,1991,13,146890,148033 +MDG,1991,14,142238,143132 +MDG,1991,15,137313,137832 +MDG,1991,16,132649,132806 +MDG,1991,17,128159,127932 +MDG,1991,18,123707,123189 +MDG,1992,0,243226,244648 +MDG,1992,1,230932,232032 +MDG,1992,2,222051,223033 +MDG,1992,3,211919,212758 +MDG,1992,4,202763,203521 +MDG,1992,5,194495,195225 +MDG,1992,6,187030,187771 +MDG,1992,7,180279,181062 +MDG,1992,8,174153,174995 +MDG,1992,9,168582,169491 +MDG,1992,10,163487,164462 +MDG,1992,11,158773,159799 +MDG,1992,12,154433,155516 +MDG,1992,13,150485,151647 +MDG,1992,14,146334,147440 +MDG,1992,15,141688,142531 +MDG,1992,16,136763,137214 +MDG,1992,17,132082,132155 +MDG,1992,18,127561,127231 +MDG,1993,0,250824,252250 +MDG,1993,1,238247,239354 +MDG,1993,2,226850,227732 +MDG,1993,3,218744,219572 +MDG,1993,4,209207,209934 +MDG,1993,5,200556,201236 +MDG,1993,6,192711,193389 +MDG,1993,7,185594,186305 +MDG,1993,8,179122,179889 +MDG,1993,9,173212,174047 +MDG,1993,10,167809,168717 +MDG,1993,11,162847,163820 +MDG,1993,12,158231,159252 +MDG,1993,13,153951,155021 +MDG,1993,14,150028,151170 +MDG,1993,15,145886,146961 +MDG,1993,16,141244,142040 +MDG,1993,17,136315,136702 +MDG,1993,18,131614,131605 +MDG,1994,0,258797,260255 +MDG,1994,1,246038,247172 +MDG,1994,2,234391,235289 +MDG,1994,3,223780,224517 +MDG,1994,4,215557,216238 +MDG,1994,5,206610,207231 +MDG,1994,6,198459,199067 +MDG,1994,7,191033,191666 +MDG,1994,8,184261,184947 +MDG,1994,9,178065,178822 +MDG,1994,10,172367,173202 +MDG,1994,11,167130,168042 +MDG,1994,12,162298,163275 +MDG,1994,13,157777,158799 +MDG,1994,14,153554,154619 +MDG,1994,15,149654,150782 +MDG,1994,16,145520,146568 +MDG,1994,17,140878,141632 +MDG,1994,18,135943,136271 +MDG,1995,0,267083,268642 +MDG,1995,1,254231,255433 +MDG,1995,2,242406,243336 +MDG,1995,3,231542,232279 +MDG,1995,4,221577,222187 +MDG,1995,5,212446,212989 +MDG,1995,6,204086,204610 +MDG,1995,7,196433,196979 +MDG,1995,8,189424,190021 +MDG,1995,9,182995,183665 +MDG,1995,10,177073,177828 +MDG,1995,11,171586,172428 +MDG,1995,12,166513,167437 +MDG,1995,13,161808,162798 +MDG,1995,14,157382,158412 +MDG,1995,15,153214,154280 +MDG,1995,16,149337,150457 +MDG,1995,17,145208,146236 +MDG,1995,18,140565,141283 +MDG,1996,0,275102,276761 +MDG,1996,1,263897,265133 +MDG,1996,2,251708,252621 +MDG,1996,3,240407,241085 +MDG,1996,4,229949,230467 +MDG,1996,5,220285,220710 +MDG,1996,6,211357,211747 +MDG,1996,7,203106,203509 +MDG,1996,8,195542,195992 +MDG,1996,9,188641,189157 +MDG,1996,10,182322,182916 +MDG,1996,11,176456,177142 +MDG,1996,12,170988,171766 +MDG,1996,13,165923,166785 +MDG,1996,14,161223,162154 +MDG,1996,15,156798,157772 +MDG,1996,16,152617,153630 +MDG,1996,17,148714,149781 +MDG,1996,18,144570,145546 +MDG,1997,0,283486,285311 +MDG,1997,1,270676,271994 +MDG,1997,2,260902,261836 +MDG,1997,3,249366,250011 +MDG,1997,4,238583,239026 +MDG,1997,5,228521,228838 +MDG,1997,6,219152,219408 +MDG,1997,7,210420,210672 +MDG,1997,8,202271,202569 +MDG,1997,9,194791,195159 +MDG,1997,10,187993,188441 +MDG,1997,11,181779,182312 +MDG,1997,12,175966,176596 +MDG,1997,13,170513,171238 +MDG,1997,14,165451,166263 +MDG,1997,15,160753,161637 +MDG,1997,16,156326,157257 +MDG,1997,17,152129,153100 +MDG,1997,18,148199,149222 +MDG,1998,0,291680,293755 +MDG,1998,1,279101,280565 +MDG,1998,2,267207,268186 +MDG,1998,3,258023,258675 +MDG,1998,4,247134,247530 +MDG,1998,5,236863,237090 +MDG,1998,6,227195,227328 +MDG,1998,7,218115,218218 +MDG,1998,8,209575,209706 +MDG,1998,9,201526,201733 +MDG,1998,10,194125,194427 +MDG,1998,11,187428,187822 +MDG,1998,12,181316,181801 +MDG,1998,13,175554,176140 +MDG,1998,14,170113,170799 +MDG,1998,15,165052,165828 +MDG,1998,16,160353,161204 +MDG,1998,17,155923,156823 +MDG,1998,18,151709,152649 +MDG,1999,0,299008,301435 +MDG,1999,1,286987,288693 +MDG,1999,2,275465,276591 +MDG,1999,3,264440,265114 +MDG,1999,4,255224,255613 +MDG,1999,5,244980,245144 +MDG,1999,6,235218,235245 +MDG,1999,7,225939,225904 +MDG,1999,8,217147,217113 +MDG,1999,9,208796,208821 +MDG,1999,10,200844,200975 +MDG,1999,11,193522,193770 +MDG,1999,12,186922,187276 +MDG,1999,13,180910,181361 +MDG,1999,14,175197,175753 +MDG,1999,15,169767,170425 +MDG,1999,16,164706,165457 +MDG,1999,17,160005,160833 +MDG,1999,18,155569,156449 +MDG,2000,0,305034,307917 +MDG,2000,1,293980,296034 +MDG,2000,2,283179,284557 +MDG,2000,3,272651,273492 +MDG,2000,4,262413,262845 +MDG,2000,5,252484,252622 +MDG,2000,6,242883,242827 +MDG,2000,7,233628,233467 +MDG,2000,8,224738,224546 +MDG,2000,9,216231,216071 +MDG,2000,10,208068,207996 +MDG,2000,11,200211,200276 +MDG,2000,12,192964,193170 +MDG,2000,13,186461,186785 +MDG,2000,14,180549,180973 +MDG,2000,15,174882,175418 +MDG,2000,16,169461,170102 +MDG,2000,17,164399,165135 +MDG,2000,18,159695,160510 +MDG,2001,0,308906,312278 +MDG,2001,1,302296,304820 +MDG,2001,2,291878,293631 +MDG,2001,3,281560,282686 +MDG,2001,4,271382,272011 +MDG,2001,5,261382,261635 +MDG,2001,6,251583,251566 +MDG,2001,7,242009,241817 +MDG,2001,8,232777,232496 +MDG,2001,9,223960,223664 +MDG,2001,10,215548,215299 +MDG,2001,11,207425,207274 +MDG,2001,12,199569,199563 +MDG,2001,13,192318,192460 +MDG,2001,14,185814,186082 +MDG,2001,15,179902,180281 +MDG,2001,16,174224,174722 +MDG,2001,17,168782,169393 +MDG,2001,18,163708,164418 +MDG,2002,0,311642,315614 +MDG,2002,1,303959,306891 +MDG,2002,2,299825,302013 +MDG,2002,3,290034,291507 +MDG,2002,4,280190,281082 +MDG,2002,5,270353,270787 +MDG,2002,6,260581,260671 +MDG,2002,7,250903,250748 +MDG,2002,8,241347,241034 +MDG,2002,9,232131,231744 +MDG,2002,10,223379,222993 +MDG,2002,11,215055,214730 +MDG,2002,12,206963,206747 +MDG,2002,13,199102,199037 +MDG,2002,14,191841,191931 +MDG,2002,15,185331,185556 +MDG,2002,16,179413,179758 +MDG,2002,17,173719,174191 +MDG,2002,18,168252,168842 +MDG,2003,0,313881,318506 +MDG,2003,1,308125,311619 +MDG,2003,2,301538,304070 +MDG,2003,3,297486,299349 +MDG,2003,4,288318,289521 +MDG,2003,5,278943,279613 +MDG,2003,6,269442,269693 +MDG,2003,7,259895,259832 +MDG,2003,8,250334,250049 +MDG,2003,9,240791,240367 +MDG,2003,10,231586,231103 +MDG,2003,11,222896,222429 +MDG,2003,12,214656,214263 +MDG,2003,13,206593,206319 +MDG,2003,14,198724,198607 +MDG,2003,15,191449,191494 +MDG,2003,16,184929,185118 +MDG,2003,17,179003,179322 +MDG,2003,18,173290,173743 +MDG,2004,0,316564,321818 +MDG,2004,1,312298,316368 +MDG,2004,2,306960,310006 +MDG,2004,3,300676,302850 +MDG,2004,4,295137,296680 +MDG,2004,5,286592,287532 +MDG,2004,6,277687,278140 +MDG,2004,7,268523,268595 +MDG,2004,8,259201,258990 +MDG,2004,9,249758,249349 +MDG,2004,10,240229,239697 +MDG,2004,11,231035,230460 +MDG,2004,12,222407,221862 +MDG,2004,13,214251,213795 +MDG,2004,14,206217,205889 +MDG,2004,15,198339,198175 +MDG,2004,16,191050,191055 +MDG,2004,17,184521,184678 +MDG,2004,18,178588,178884 +MDG,2005,0,320395,326204 +MDG,2005,1,316855,321474 +MDG,2005,2,312196,315770 +MDG,2005,3,306540,309205 +MDG,2005,4,300009,301893 +MDG,2005,5,292722,293947 +MDG,2005,6,284802,285481 +MDG,2005,7,276370,276607 +MDG,2005,8,267545,267440 +MDG,2005,9,258450,258092 +MDG,2005,10,249126,248594 +MDG,2005,11,239613,238976 +MDG,2005,12,230433,229768 +MDG,2005,13,221869,221248 +MDG,2005,14,213799,213281 +MDG,2005,15,205796,205416 +MDG,2005,16,197911,197701 +MDG,2005,17,190610,190575 +MDG,2005,18,184073,184199 +MDG,2006,0,325850,332067 +MDG,2006,1,319863,325271 +MDG,2006,2,315813,320122 +MDG,2006,3,310895,314226 +MDG,2006,4,305183,307652 +MDG,2006,5,298754,300473 +MDG,2006,6,291733,292807 +MDG,2006,7,284244,284771 +MDG,2006,8,276115,276203 +MDG,2006,9,267323,267080 +MDG,2006,10,258091,257615 +MDG,2006,11,248710,248071 +MDG,2006,12,239173,238435 +MDG,2006,13,229970,229209 +MDG,2006,14,221390,220684 +MDG,2006,15,213312,212719 +MDG,2006,16,205291,204847 +MDG,2006,17,197381,197117 +MDG,2006,18,190066,189984 +MDG,2007,0,332491,339038 +MDG,2007,1,327716,333237 +MDG,2007,2,319200,324223 +MDG,2007,3,314643,318657 +MDG,2007,4,309467,312570 +MDG,2007,5,303702,305990 +MDG,2007,6,297378,298947 +MDG,2007,7,290625,291563 +MDG,2007,8,283570,283961 +MDG,2007,9,275749,275702 +MDG,2007,10,266992,266627 +MDG,2007,11,257626,257046 +MDG,2007,12,248193,247460 +MDG,2007,13,238636,237808 +MDG,2007,14,229412,228568 +MDG,2007,15,220822,220042 +MDG,2007,16,212737,212082 +MDG,2007,17,204702,204205 +MDG,2007,18,196771,196463 +MDG,2008,0,339787,346638 +MDG,2008,1,333573,339528 +MDG,2008,2,327318,332412 +MDG,2008,3,318487,323134 +MDG,2008,4,313423,317152 +MDG,2008,5,307990,310875 +MDG,2008,6,302173,304290 +MDG,2008,7,295955,297384 +MDG,2008,8,289470,290283 +MDG,2008,9,282851,283115 +MDG,2008,10,275338,275165 +MDG,2008,11,266618,266139 +MDG,2008,12,257120,256444 +MDG,2008,13,247636,246817 +MDG,2008,14,238061,237152 +MDG,2008,15,228819,227899 +MDG,2008,16,220218,219372 +MDG,2008,17,212129,211419 +MDG,2008,18,204080,203538 +MDG,2009,0,346939,354153 +MDG,2009,1,339410,345834 +MDG,2009,2,332274,337909 +MDG,2009,3,325456,330308 +MDG,2009,4,317830,322108 +MDG,2009,5,312259,315709 +MDG,2009,6,306569,309241 +MDG,2009,7,300698,302649 +MDG,2009,8,294585,295878 +MDG,2009,9,288368,289059 +MDG,2009,10,282183,282324 +MDG,2009,11,274977,274682 +MDG,2009,12,266291,265703 +MDG,2009,13,256661,255893 +MDG,2009,14,247123,246223 +MDG,2009,15,237528,236542 +MDG,2009,16,228266,227275 +MDG,2009,17,219654,218745 +MDG,2009,18,211558,210797 +MDG,2010,0,353365,361053 +MDG,2010,1,345028,351981 +MDG,2010,2,337356,343554 +MDG,2010,3,330243,335676 +MDG,2010,4,323580,328249 +MDG,2010,5,317263,321175 +MDG,2010,6,311183,314357 +MDG,2010,7,305233,307696 +MDG,2010,8,299307,301096 +MDG,2010,9,293298,294458 +MDG,2010,10,287346,287919 +MDG,2010,11,281594,281614 +MDG,2010,12,274693,274278 +MDG,2010,13,266040,265343 +MDG,2010,14,256273,255415 +MDG,2010,15,246680,245700 +MDG,2010,16,237062,236000 +MDG,2010,17,227777,226715 +MDG,2010,18,219151,218181 +MDG,2011,0,358458,366737 +MDG,2011,1,351651,359059 +MDG,2011,2,343726,350398 +MDG,2011,3,336355,342282 +MDG,2011,4,329446,334626 +MDG,2011,5,322907,327346 +MDG,2011,6,316636,320348 +MDG,2011,7,310526,313538 +MDG,2011,8,304555,306884 +MDG,2011,9,298658,300323 +MDG,2011,10,292703,293739 +MDG,2011,11,286767,287219 +MDG,2011,12,281006,280909 +MDG,2011,13,274093,273566 +MDG,2011,14,265430,264631 +MDG,2011,15,255654,254705 +MDG,2011,16,246046,244984 +MDG,2011,17,236409,235274 +MDG,2011,18,227113,225987 +MDG,2012,0,362888,371870 +MDG,2012,1,354843,362995 +MDG,2012,2,350071,357203 +MDG,2012,3,342557,348951 +MDG,2012,4,335483,341142 +MDG,2012,5,328775,333704 +MDG,2012,6,322357,326569 +MDG,2012,7,316129,319645 +MDG,2012,8,309988,312840 +MDG,2012,9,303993,306189 +MDG,2012,10,298122,299665 +MDG,2012,11,292220,293134 +MDG,2012,12,286298,286630 +MDG,2012,13,280526,280313 +MDG,2012,14,273599,272960 +MDG,2012,15,264922,264020 +MDG,2012,16,255132,254092 +MDG,2012,17,245507,244364 +MDG,2012,18,235845,234638 +MDG,2013,0,367316,377008 +MDG,2013,1,359900,368668 +MDG,2013,2,352901,360774 +MDG,2013,3,348580,355441 +MDG,2013,4,341473,347595 +MDG,2013,5,334695,340090 +MDG,2013,6,328186,332869 +MDG,2013,7,321889,325877 +MDG,2013,8,315703,319024 +MDG,2013,9,309528,312223 +MDG,2013,10,303508,305574 +MDG,2013,11,297662,299086 +MDG,2013,12,291811,292605 +MDG,2013,13,285901,286115 +MDG,2013,14,280116,279788 +MDG,2013,15,273173,272424 +MDG,2013,16,264480,263478 +MDG,2013,17,254675,253546 +MDG,2013,18,245028,243806 +MDG,2014,0,372658,382925 +MDG,2014,1,365620,374915 +MDG,2014,2,358846,367214 +MDG,2014,3,352299,359783 +MDG,2014,4,347089,353687 +MDG,2014,5,340389,346247 +MDG,2014,6,333907,339047 +MDG,2014,7,327598,332043 +MDG,2014,8,321420,325193 +MDG,2014,9,315276,318412 +MDG,2014,10,309069,311614 +MDG,2014,11,303023,304968 +MDG,2014,12,297202,298514 +MDG,2014,13,291402,292084 +MDG,2014,14,285504,285608 +MDG,2014,15,279707,279272 +MDG,2014,16,272748,271896 +MDG,2014,17,264039,262942 +MDG,2014,18,254218,253006 +MDG,2015,0,379545,390154 +MDG,2015,1,372318,381994 +MDG,2015,2,365333,374118 +MDG,2015,3,358562,366497 +MDG,2015,4,351979,359101 +MDG,2015,5,345556,351901 +MDG,2015,6,339265,344869 +MDG,2015,7,333080,337974 +MDG,2015,8,326972,331188 +MDG,2015,9,320914,324481 +MDG,2015,10,314813,317772 +MDG,2015,11,308573,310978 +MDG,2015,12,302502,304334 +MDG,2015,13,296707,297916 +MDG,2015,14,290959,291537 +MDG,2015,15,285073,285077 +MDG,2015,16,279265,278731 +MDG,2015,17,272290,271344 +MDG,2015,18,263567,262384 +MDG,2016,0,388349,398962 +MDG,2016,1,378951,389131 +MDG,2016,2,371585,380917 +MDG,2016,3,364546,373051 +MDG,2016,4,357790,365490 +MDG,2016,5,351273,358191 +MDG,2016,6,344971,351129 +MDG,2016,7,338856,344276 +MDG,2016,8,332795,337509 +MDG,2016,9,326707,330753 +MDG,2016,10,320602,324013 +MDG,2016,11,314480,317290 +MDG,2016,12,308230,310488 +MDG,2016,13,302143,303831 +MDG,2016,14,296326,297399 +MDG,2016,15,290554,291005 +MDG,2016,16,284640,284524 +MDG,2016,17,278799,278153 +MDG,2016,18,271803,270752 +MDG,2017,0,398577,408975 +MDG,2017,1,389024,398871 +MDG,2017,2,378265,388042 +MDG,2017,3,370762,379774 +MDG,2017,4,363670,371919 +MDG,2017,5,356930,364419 +MDG,2017,6,350482,357220 +MDG,2017,7,344302,350296 +MDG,2017,8,338365,343624 +MDG,2017,9,332430,336985 +MDG,2017,10,326363,330261 +MDG,2017,11,320213,323489 +MDG,2017,12,314072,316754 +MDG,2017,13,307813,309945 +MDG,2017,14,301710,303276 +MDG,2017,15,295873,296831 +MDG,2017,16,290078,290423 +MDG,2017,17,284137,283923 +MDG,2017,18,278265,277527 +MDG,2018,0,409503,419590 +MDG,2018,1,398356,408150 +MDG,2018,2,388182,397599 +MDG,2018,3,377537,386925 +MDG,2018,4,369897,378604 +MDG,2018,5,362754,370761 +MDG,2018,6,356031,363324 +MDG,2018,7,349652,356224 +MDG,2018,8,343594,349439 +MDG,2018,9,337836,342947 +MDG,2018,10,332028,336438 +MDG,2018,11,325982,329745 +MDG,2018,12,319787,322943 +MDG,2018,13,313628,316196 +MDG,2018,14,307361,309380 +MDG,2018,15,301244,302699 +MDG,2018,16,295387,296241 +MDG,2018,17,289570,289820 +MDG,2018,18,283603,283302 +MDG,2019,0,420000,430000 +MDG,2019,1,408000,417000 +MDG,2019,2,397000,406000 +MDG,2019,3,386000,396000 +MDG,2019,4,377000,386000 +MDG,2019,5,369000,377000 +MDG,2019,6,362000,370000 +MDG,2019,7,355000,362000 +MDG,2019,8,349000,355000 +MDG,2019,9,343000,349000 +MDG,2019,10,337000,342000 +MDG,2019,11,332000,336000 +MDG,2019,12,326000,329000 +MDG,2019,13,319000,322000 +MDG,2019,14,313000,316000 +MDG,2019,15,307000,309000 +MDG,2019,16,301000,302000 +MDG,2019,17,295000,296000 +MDG,2019,18,289000,289000 +MDG,2020,0,430000,439000 +MDG,2020,1,417000,427000 +MDG,2020,2,405000,415000 +MDG,2020,3,394000,404000 +MDG,2020,4,385000,394000 +MDG,2020,5,376000,385000 +MDG,2020,6,368000,376000 +MDG,2020,7,361000,369000 +MDG,2020,8,354000,361000 +MDG,2020,9,348000,354000 +MDG,2020,10,342000,348000 +MDG,2020,11,337000,342000 +MDG,2020,12,331000,335000 +MDG,2020,13,325000,329000 +MDG,2020,14,319000,322000 +MDG,2020,15,313000,315000 +MDG,2020,16,307000,308000 +MDG,2020,17,300000,302000 +MDG,2020,18,295000,295000 +MDG,2021,0,438000,448000 +MDG,2021,1,428000,437000 +MDG,2021,2,416000,425000 +MDG,2021,3,404000,414000 +MDG,2021,4,394000,403000 +MDG,2021,5,385000,394000 +MDG,2021,6,376000,384000 +MDG,2021,7,368000,376000 +MDG,2021,8,360000,368000 +MDG,2021,9,354000,361000 +MDG,2021,10,348000,354000 +MDG,2021,11,342000,347000 +MDG,2021,12,336000,341000 +MDG,2021,13,331000,335000 +MDG,2021,14,325000,328000 +MDG,2021,15,319000,321000 +MDG,2021,16,312000,315000 +MDG,2021,17,306000,308000 +MDG,2021,18,300000,301000 +MDG,2022,0,444000,455000 +MDG,2022,1,433000,443000 +MDG,2022,2,426000,436000 +MDG,2022,3,415000,424000 +MDG,2022,4,404000,413000 +MDG,2022,5,394000,403000 +MDG,2022,6,385000,393000 +MDG,2022,7,376000,384000 +MDG,2022,8,368000,375000 +MDG,2022,9,360000,367000 +MDG,2022,10,353000,360000 +MDG,2022,11,347000,353000 +MDG,2022,12,342000,347000 +MDG,2022,13,336000,341000 +MDG,2022,14,331000,334000 +MDG,2022,15,324000,328000 +MDG,2022,16,318000,321000 +MDG,2022,17,312000,314000 +MDG,2022,18,306000,307000 +MDG,2023,0,451000,462000 +MDG,2023,1,441000,451000 +MDG,2023,2,431000,441000 +MDG,2023,3,425000,434000 +MDG,2023,4,414000,423000 +MDG,2023,5,404000,412000 +MDG,2023,6,394000,402000 +MDG,2023,7,385000,393000 +MDG,2023,8,376000,384000 +MDG,2023,9,367000,375000 +MDG,2023,10,360000,367000 +MDG,2023,11,353000,359000 +MDG,2023,12,347000,353000 +MDG,2023,13,341000,346000 +MDG,2023,14,336000,340000 +MDG,2023,15,330000,334000 +MDG,2023,16,324000,327000 +MDG,2023,17,318000,320000 +MDG,2023,18,312000,314000 +MDG,2024,0,457000,468000 +MDG,2024,1,448000,459000 +MDG,2024,2,439000,449000 +MDG,2024,3,430000,440000 +MDG,2024,4,423000,432000 +MDG,2024,5,413000,422000 +MDG,2024,6,403000,412000 +MDG,2024,7,394000,402000 +MDG,2024,8,385000,393000 +MDG,2024,9,376000,383000 +MDG,2024,10,367000,374000 +MDG,2024,11,359000,366000 +MDG,2024,12,352000,359000 +MDG,2024,13,347000,352000 +MDG,2024,14,341000,346000 +MDG,2024,15,336000,340000 +MDG,2024,16,330000,334000 +MDG,2024,17,324000,327000 +MDG,2024,18,317000,320000 +MDG,2025,0,463000,475000 +MDG,2025,1,455000,466000 +MDG,2025,2,447000,458000 +MDG,2025,3,439000,448000 +MDG,2025,4,430000,439000 +MDG,2025,5,421000,430000 +MDG,2025,6,412000,420000 +MDG,2025,7,403000,411000 +MDG,2025,8,394000,402000 +MDG,2025,9,385000,392000 +MDG,2025,10,376000,383000 +MDG,2025,11,367000,374000 +MDG,2025,12,359000,365000 +MDG,2025,13,352000,358000 +MDG,2025,14,346000,352000 +MDG,2025,15,341000,346000 +MDG,2025,16,335000,339000 +MDG,2025,17,330000,333000 +MDG,2025,18,323000,326000 +MDG,2026,0,469000,481000 +MDG,2026,1,462000,474000 +MDG,2026,2,455000,465000 +MDG,2026,3,447000,457000 +MDG,2026,4,438000,448000 +MDG,2026,5,430000,439000 +MDG,2026,6,421000,429000 +MDG,2026,7,412000,420000 +MDG,2026,8,403000,411000 +MDG,2026,9,394000,401000 +MDG,2026,10,384000,392000 +MDG,2026,11,375000,383000 +MDG,2026,12,366000,373000 +MDG,2026,13,358000,365000 +MDG,2026,14,352000,358000 +MDG,2026,15,346000,351000 +MDG,2026,16,340000,345000 +MDG,2026,17,335000,339000 +MDG,2026,18,329000,333000 +MDG,2027,0,476000,488000 +MDG,2027,1,470000,481000 +MDG,2027,2,462000,473000 +MDG,2027,3,454000,465000 +MDG,2027,4,446000,456000 +MDG,2027,5,438000,447000 +MDG,2027,6,429000,438000 +MDG,2027,7,420000,429000 +MDG,2027,8,411000,419000 +MDG,2027,9,402000,410000 +MDG,2027,10,393000,401000 +MDG,2027,11,384000,392000 +MDG,2027,12,375000,382000 +MDG,2027,13,366000,373000 +MDG,2027,14,358000,365000 +MDG,2027,15,351000,357000 +MDG,2027,16,346000,351000 +MDG,2027,17,340000,345000 +MDG,2027,18,334000,338000 +MDG,2028,0,483000,495000 +MDG,2028,1,477000,488000 +MDG,2028,2,470000,480000 +MDG,2028,3,462000,472000 +MDG,2028,4,454000,464000 +MDG,2028,5,446000,455000 +MDG,2028,6,437000,446000 +MDG,2028,7,429000,437000 +MDG,2028,8,420000,428000 +MDG,2028,9,411000,419000 +MDG,2028,10,402000,410000 +MDG,2028,11,393000,400000 +MDG,2028,12,384000,391000 +MDG,2028,13,375000,382000 +MDG,2028,14,366000,373000 +MDG,2028,15,358000,364000 +MDG,2028,16,351000,357000 +MDG,2028,17,345000,350000 +MDG,2028,18,340000,344000 +MDG,2029,0,490000,502000 +MDG,2029,1,483000,495000 +MDG,2029,2,476000,487000 +MDG,2029,3,469000,479000 +MDG,2029,4,461000,471000 +MDG,2029,5,453000,463000 +MDG,2029,6,445000,454000 +MDG,2029,7,437000,445000 +MDG,2029,8,428000,436000 +MDG,2029,9,419000,427000 +MDG,2029,10,411000,418000 +MDG,2029,11,402000,409000 +MDG,2029,12,393000,400000 +MDG,2029,13,384000,391000 +MDG,2029,14,375000,381000 +MDG,2029,15,365000,372000 +MDG,2029,16,357000,364000 +MDG,2029,17,351000,356000 +MDG,2029,18,345000,350000 +MDG,2030,0,496000,508000 +MDG,2030,1,490000,501000 +MDG,2030,2,483000,494000 +MDG,2030,3,476000,486000 +MDG,2030,4,468000,478000 +MDG,2030,5,461000,470000 +MDG,2030,6,453000,462000 +MDG,2030,7,444000,453000 +MDG,2030,8,436000,444000 +MDG,2030,9,427000,436000 +MDG,2030,10,419000,427000 +MDG,2030,11,410000,418000 +MDG,2030,12,402000,409000 +MDG,2030,13,392000,400000 +MDG,2030,14,383000,390000 +MDG,2030,15,374000,381000 +MDG,2030,16,365000,372000 +MDG,2030,17,357000,363000 +MDG,2030,18,350000,356000 +MDG,2031,0,502000,514000 +MDG,2031,1,496000,507000 +MDG,2031,2,489000,500000 +MDG,2031,3,482000,493000 +MDG,2031,4,475000,486000 +MDG,2031,5,468000,478000 +MDG,2031,6,460000,470000 +MDG,2031,7,452000,461000 +MDG,2031,8,444000,453000 +MDG,2031,9,436000,444000 +MDG,2031,10,427000,435000 +MDG,2031,11,419000,426000 +MDG,2031,12,410000,418000 +MDG,2031,13,401000,408000 +MDG,2031,14,392000,399000 +MDG,2031,15,383000,390000 +MDG,2031,16,374000,381000 +MDG,2031,17,365000,371000 +MDG,2031,18,357000,363000 +MDG,2032,0,507000,520000 +MDG,2032,1,501000,513000 +MDG,2032,2,495000,507000 +MDG,2032,3,489000,500000 +MDG,2032,4,482000,492000 +MDG,2032,5,475000,485000 +MDG,2032,6,467000,477000 +MDG,2032,7,460000,469000 +MDG,2032,8,452000,461000 +MDG,2032,9,444000,452000 +MDG,2032,10,436000,444000 +MDG,2032,11,427000,435000 +MDG,2032,12,418000,426000 +MDG,2032,13,410000,417000 +MDG,2032,14,401000,408000 +MDG,2032,15,392000,399000 +MDG,2032,16,383000,389000 +MDG,2032,17,374000,380000 +MDG,2032,18,364000,371000 +MDG,2033,0,512000,525000 +MDG,2033,1,507000,519000 +MDG,2033,2,501000,512000 +MDG,2033,3,495000,506000 +MDG,2033,4,488000,499000 +MDG,2033,5,481000,492000 +MDG,2033,6,474000,484000 +MDG,2033,7,467000,476000 +MDG,2033,8,459000,469000 +MDG,2033,9,452000,460000 +MDG,2033,10,444000,452000 +MDG,2033,11,435000,443000 +MDG,2033,12,427000,435000 +MDG,2033,13,418000,426000 +MDG,2033,14,410000,417000 +MDG,2033,15,401000,408000 +MDG,2033,16,392000,398000 +MDG,2033,17,382000,389000 +MDG,2033,18,373000,380000 +MDG,2034,0,518000,530000 +MDG,2034,1,512000,524000 +MDG,2034,2,507000,518000 +MDG,2034,3,501000,512000 +MDG,2034,4,494000,505000 +MDG,2034,5,488000,498000 +MDG,2034,6,481000,491000 +MDG,2034,7,474000,483000 +MDG,2034,8,467000,476000 +MDG,2034,9,459000,468000 +MDG,2034,10,451000,460000 +MDG,2034,11,443000,452000 +MDG,2034,12,435000,443000 +MDG,2034,13,426000,434000 +MDG,2034,14,418000,425000 +MDG,2034,15,409000,416000 +MDG,2034,16,401000,407000 +MDG,2034,17,391000,398000 +MDG,2034,18,382000,388000 +MDG,2035,0,523000,536000 +MDG,2035,1,518000,530000 +MDG,2035,2,512000,524000 +MDG,2035,3,506000,518000 +MDG,2035,4,500000,511000 +MDG,2035,5,494000,504000 +MDG,2035,6,487000,497000 +MDG,2035,7,480000,490000 +MDG,2035,8,473000,483000 +MDG,2035,9,466000,475000 +MDG,2035,10,459000,467000 +MDG,2035,11,451000,459000 +MDG,2035,12,443000,451000 +MDG,2035,13,435000,443000 +MDG,2035,14,426000,434000 +MDG,2035,15,418000,425000 +MDG,2035,16,409000,416000 +MDG,2035,17,400000,407000 +MDG,2035,18,391000,397000 +MDG,2036,0,530000,543000 +MDG,2036,1,523000,536000 +MDG,2036,2,518000,530000 +MDG,2036,3,512000,523000 +MDG,2036,4,506000,517000 +MDG,2036,5,500000,510000 +MDG,2036,6,494000,504000 +MDG,2036,7,487000,497000 +MDG,2036,8,480000,490000 +MDG,2036,9,473000,482000 +MDG,2036,10,466000,475000 +MDG,2036,11,459000,467000 +MDG,2036,12,451000,459000 +MDG,2036,13,443000,451000 +MDG,2036,14,435000,442000 +MDG,2036,15,426000,433000 +MDG,2036,16,417000,424000 +MDG,2036,17,409000,415000 +MDG,2036,18,400000,406000 +MDG,2037,0,536000,549000 +MDG,2037,1,530000,543000 +MDG,2037,2,523000,535000 +MDG,2037,3,517000,529000 +MDG,2037,4,511000,523000 +MDG,2037,5,506000,516000 +MDG,2037,6,499000,510000 +MDG,2037,7,493000,503000 +MDG,2037,8,487000,497000 +MDG,2037,9,480000,489000 +MDG,2037,10,473000,482000 +MDG,2037,11,466000,474000 +MDG,2037,12,458000,467000 +MDG,2037,13,451000,459000 +MDG,2037,14,443000,450000 +MDG,2037,15,434000,442000 +MDG,2037,16,426000,433000 +MDG,2037,17,417000,424000 +MDG,2037,18,408000,415000 +MDG,2038,0,543000,556000 +MDG,2038,1,536000,549000 +MDG,2038,2,530000,542000 +MDG,2038,3,523000,534000 +MDG,2038,4,517000,528000 +MDG,2038,5,511000,522000 +MDG,2038,6,505000,516000 +MDG,2038,7,499000,509000 +MDG,2038,8,493000,503000 +MDG,2038,9,487000,496000 +MDG,2038,10,480000,489000 +MDG,2038,11,473000,482000 +MDG,2038,12,466000,474000 +MDG,2038,13,458000,466000 +MDG,2038,14,450000,458000 +MDG,2038,15,442000,450000 +MDG,2038,16,434000,441000 +MDG,2038,17,425000,432000 +MDG,2038,18,417000,423000 +MDG,2039,0,549000,563000 +MDG,2039,1,542000,555000 +MDG,2039,2,535000,548000 +MDG,2039,3,529000,541000 +MDG,2039,4,522000,534000 +MDG,2039,5,516000,527000 +MDG,2039,6,511000,521000 +MDG,2039,7,505000,515000 +MDG,2039,8,499000,508000 +MDG,2039,9,492000,502000 +MDG,2039,10,486000,496000 +MDG,2039,11,480000,489000 +MDG,2039,12,473000,481000 +MDG,2039,13,465000,474000 +MDG,2039,14,458000,466000 +MDG,2039,15,450000,458000 +MDG,2039,16,442000,450000 +MDG,2039,17,434000,441000 +MDG,2039,18,425000,432000 +MDG,2040,0,555000,569000 +MDG,2040,1,548000,561000 +MDG,2040,2,541000,554000 +MDG,2040,3,535000,547000 +MDG,2040,4,528000,540000 +MDG,2040,5,522000,533000 +MDG,2040,6,516000,527000 +MDG,2040,7,510000,520000 +MDG,2040,8,504000,514000 +MDG,2040,9,498000,508000 +MDG,2040,10,492000,501000 +MDG,2040,11,486000,495000 +MDG,2040,12,480000,488000 +MDG,2040,13,472000,481000 +MDG,2040,14,465000,473000 +MDG,2040,15,457000,465000 +MDG,2040,16,450000,457000 +MDG,2040,17,442000,449000 +MDG,2040,18,433000,440000 +MDG,2041,0,561000,575000 +MDG,2041,1,555000,568000 +MDG,2041,2,548000,561000 +MDG,2041,3,541000,553000 +MDG,2041,4,534000,546000 +MDG,2041,5,528000,539000 +MDG,2041,6,522000,533000 +MDG,2041,7,516000,526000 +MDG,2041,8,510000,520000 +MDG,2041,9,504000,514000 +MDG,2041,10,498000,507000 +MDG,2041,11,492000,501000 +MDG,2041,12,486000,495000 +MDG,2041,13,479000,488000 +MDG,2041,14,472000,481000 +MDG,2041,15,465000,473000 +MDG,2041,16,457000,465000 +MDG,2041,17,450000,457000 +MDG,2041,18,442000,449000 +MDG,2042,0,567000,581000 +MDG,2042,1,560000,573000 +MDG,2042,2,554000,567000 +MDG,2042,3,547000,560000 +MDG,2042,4,541000,553000 +MDG,2042,5,534000,546000 +MDG,2042,6,528000,539000 +MDG,2042,7,522000,533000 +MDG,2042,8,516000,526000 +MDG,2042,9,510000,520000 +MDG,2042,10,504000,513000 +MDG,2042,11,498000,507000 +MDG,2042,12,492000,501000 +MDG,2042,13,486000,494000 +MDG,2042,14,479000,488000 +MDG,2042,15,472000,480000 +MDG,2042,16,465000,472000 +MDG,2042,17,457000,465000 +MDG,2042,18,449000,457000 +MDG,2043,0,573000,587000 +MDG,2043,1,566000,579000 +MDG,2043,2,559000,572000 +MDG,2043,3,554000,566000 +MDG,2043,4,547000,559000 +MDG,2043,5,541000,552000 +MDG,2043,6,534000,545000 +MDG,2043,7,528000,539000 +MDG,2043,8,522000,532000 +MDG,2043,9,515000,526000 +MDG,2043,10,509000,519000 +MDG,2043,11,503000,513000 +MDG,2043,12,498000,507000 +MDG,2043,13,491000,500000 +MDG,2043,14,485000,494000 +MDG,2043,15,479000,487000 +MDG,2043,16,472000,480000 +MDG,2043,17,464000,472000 +MDG,2043,18,457000,464000 +MDG,2044,0,578000,593000 +MDG,2044,1,572000,585000 +MDG,2044,2,565000,578000 +MDG,2044,3,559000,572000 +MDG,2044,4,553000,565000 +MDG,2044,5,547000,558000 +MDG,2044,6,540000,552000 +MDG,2044,7,534000,545000 +MDG,2044,8,528000,538000 +MDG,2044,9,522000,532000 +MDG,2044,10,515000,525000 +MDG,2044,11,509000,519000 +MDG,2044,12,503000,513000 +MDG,2044,13,497000,506000 +MDG,2044,14,491000,500000 +MDG,2044,15,485000,494000 +MDG,2044,16,479000,487000 +MDG,2044,17,472000,479000 +MDG,2044,18,464000,472000 +MDG,2045,0,584000,598000 +MDG,2045,1,577000,591000 +MDG,2045,2,571000,585000 +MDG,2045,3,565000,578000 +MDG,2045,4,558000,571000 +MDG,2045,5,552000,564000 +MDG,2045,6,546000,558000 +MDG,2045,7,540000,551000 +MDG,2045,8,534000,544000 +MDG,2045,9,527000,538000 +MDG,2045,10,521000,531000 +MDG,2045,11,515000,525000 +MDG,2045,12,509000,518000 +MDG,2045,13,503000,512000 +MDG,2045,14,497000,506000 +MDG,2045,15,491000,500000 +MDG,2045,16,485000,493000 +MDG,2045,17,478000,486000 +MDG,2045,18,471000,479000 +MDG,2046,0,590000,605000 +MDG,2046,1,584000,598000 +MDG,2046,2,577000,591000 +MDG,2046,3,571000,584000 +MDG,2046,4,565000,577000 +MDG,2046,5,558000,571000 +MDG,2046,6,552000,564000 +MDG,2046,7,546000,557000 +MDG,2046,8,540000,551000 +MDG,2046,9,534000,544000 +MDG,2046,10,527000,538000 +MDG,2046,11,521000,531000 +MDG,2046,12,515000,525000 +MDG,2046,13,509000,518000 +MDG,2046,14,503000,512000 +MDG,2046,15,497000,506000 +MDG,2046,16,491000,499000 +MDG,2046,17,485000,493000 +MDG,2046,18,478000,486000 +MDG,2047,0,596000,611000 +MDG,2047,1,590000,604000 +MDG,2047,2,583000,597000 +MDG,2047,3,577000,590000 +MDG,2047,4,571000,584000 +MDG,2047,5,564000,577000 +MDG,2047,6,558000,570000 +MDG,2047,7,552000,564000 +MDG,2047,8,546000,557000 +MDG,2047,9,540000,551000 +MDG,2047,10,533000,544000 +MDG,2047,11,527000,537000 +MDG,2047,12,521000,531000 +MDG,2047,13,515000,524000 +MDG,2047,14,508000,518000 +MDG,2047,15,502000,511000 +MDG,2047,16,497000,505000 +MDG,2047,17,491000,499000 +MDG,2047,18,484000,492000 +MDG,2048,0,603000,618000 +MDG,2048,1,596000,611000 +MDG,2048,2,589000,604000 +MDG,2048,3,583000,597000 +MDG,2048,4,577000,590000 +MDG,2048,5,570000,583000 +MDG,2048,6,564000,576000 +MDG,2048,7,558000,570000 +MDG,2048,8,552000,563000 +MDG,2048,9,546000,557000 +MDG,2048,10,539000,550000 +MDG,2048,11,533000,544000 +MDG,2048,12,527000,537000 +MDG,2048,13,521000,531000 +MDG,2048,14,514000,524000 +MDG,2048,15,508000,517000 +MDG,2048,16,502000,511000 +MDG,2048,17,496000,505000 +MDG,2048,18,490000,498000 +MDG,2049,0,609000,624000 +MDG,2049,1,602000,617000 +MDG,2049,2,595000,610000 +MDG,2049,3,589000,603000 +MDG,2049,4,582000,596000 +MDG,2049,5,576000,589000 +MDG,2049,6,570000,582000 +MDG,2049,7,564000,576000 +MDG,2049,8,558000,569000 +MDG,2049,9,551000,563000 +MDG,2049,10,545000,556000 +MDG,2049,11,539000,550000 +MDG,2049,12,533000,543000 +MDG,2049,13,527000,537000 +MDG,2049,14,521000,530000 +MDG,2049,15,514000,523000 +MDG,2049,16,508000,517000 +MDG,2049,17,502000,511000 +MDG,2049,18,496000,504000 +MDG,2050,0,614000,630000 +MDG,2050,1,608000,623000 +MDG,2050,2,601000,616000 +MDG,2050,3,595000,609000 +MDG,2050,4,588000,602000 +MDG,2050,5,582000,595000 +MDG,2050,6,576000,588000 +MDG,2050,7,570000,582000 +MDG,2050,8,563000,575000 +MDG,2050,9,557000,569000 +MDG,2050,10,551000,562000 +MDG,2050,11,545000,556000 +MDG,2050,12,539000,549000 +MDG,2050,13,533000,543000 +MDG,2050,14,527000,536000 +MDG,2050,15,520000,530000 +MDG,2050,16,514000,523000 +MDG,2050,17,508000,516000 +MDG,2050,18,502000,510000 +MDV,1990,0,4172,4347 +MDV,1990,1,4223,4394 +MDV,1990,2,4217,4384 +MDV,1990,3,4162,4326 +MDV,1990,4,4065,4225 +MDV,1990,5,3933,4089 +MDV,1990,6,3773,3924 +MDV,1990,7,3591,3739 +MDV,1990,8,3396,3539 +MDV,1990,9,3195,3332 +MDV,1990,10,2983,3113 +MDV,1990,11,2757,2880 +MDV,1990,12,2579,2693 +MDV,1990,13,2477,2581 +MDV,1990,14,2426,2519 +MDV,1990,15,2371,2453 +MDV,1990,16,2322,2393 +MDV,1990,17,2270,2326 +MDV,1990,18,2206,2239 +MDV,1991,0,4062,4281 +MDV,1991,1,4169,4345 +MDV,1991,2,4211,4381 +MDV,1991,3,4201,4366 +MDV,1991,4,4145,4307 +MDV,1991,5,4049,4209 +MDV,1991,6,3921,4078 +MDV,1991,7,3768,3923 +MDV,1991,8,3593,3743 +MDV,1991,9,3398,3540 +MDV,1991,10,3195,3326 +MDV,1991,11,2982,3101 +MDV,1991,12,2756,2863 +MDV,1991,13,2577,2671 +MDV,1991,14,2475,2553 +MDV,1991,15,2424,2484 +MDV,1991,16,2369,2411 +MDV,1991,17,2320,2344 +MDV,1991,18,2268,2272 +MDV,1992,0,3941,4218 +MDV,1992,1,4103,4341 +MDV,1992,2,4168,4341 +MDV,1992,3,4201,4367 +MDV,1992,4,4186,4347 +MDV,1992,5,4128,4287 +MDV,1992,6,4034,4191 +MDV,1992,7,3911,4067 +MDV,1992,8,3766,3922 +MDV,1992,9,3595,3747 +MDV,1992,10,3401,3541 +MDV,1992,11,3195,3319 +MDV,1992,12,2982,3089 +MDV,1992,13,2755,2846 +MDV,1992,14,2576,2648 +MDV,1992,15,2474,2523 +MDV,1992,16,2424,2448 +MDV,1992,17,2368,2368 +MDV,1992,18,2319,2294 +MDV,1993,0,3808,4143 +MDV,1993,1,4001,4277 +MDV,1993,2,4129,4359 +MDV,1993,3,4166,4337 +MDV,1993,4,4190,4352 +MDV,1993,5,4170,4327 +MDV,1993,6,4111,4266 +MDV,1993,7,4019,4173 +MDV,1993,8,3900,4054 +MDV,1993,9,3762,3919 +MDV,1993,10,3597,3749 +MDV,1993,11,3404,3542 +MDV,1993,12,3196,3311 +MDV,1993,13,2981,3076 +MDV,1993,14,2754,2828 +MDV,1993,15,2575,2624 +MDV,1993,16,2473,2493 +MDV,1993,17,2422,2411 +MDV,1993,18,2367,2324 +MDV,1994,0,3661,4036 +MDV,1994,1,3874,4178 +MDV,1994,2,4028,4277 +MDV,1994,3,4129,4337 +MDV,1994,4,4162,4333 +MDV,1994,5,4177,4337 +MDV,1994,6,4152,4307 +MDV,1994,7,4093,4246 +MDV,1994,8,4002,4155 +MDV,1994,9,3888,4042 +MDV,1994,10,3757,3916 +MDV,1994,11,3597,3752 +MDV,1994,12,3405,3542 +MDV,1994,13,3194,3304 +MDV,1994,14,2979,3063 +MDV,1994,15,2752,2810 +MDV,1994,16,2573,2601 +MDV,1994,17,2471,2464 +MDV,1994,18,2420,2374 +MDV,1995,0,3501,3882 +MDV,1995,1,3727,4040 +MDV,1995,2,3902,4162 +MDV,1995,3,4029,4251 +MDV,1995,4,4113,4306 +MDV,1995,5,4156,4330 +MDV,1995,6,4162,4324 +MDV,1995,7,4132,4289 +MDV,1995,8,4072,4227 +MDV,1995,9,3983,4138 +MDV,1995,10,3873,4032 +MDV,1995,11,3750,3915 +MDV,1995,12,3596,3757 +MDV,1995,13,3404,3544 +MDV,1995,14,3192,3298 +MDV,1995,15,2976,3051 +MDV,1995,16,2749,2794 +MDV,1995,17,2569,2579 +MDV,1995,18,2467,2435 +MDV,1996,0,3334,3655 +MDV,1996,1,3516,3857 +MDV,1996,2,3724,4011 +MDV,1996,3,3888,4132 +MDV,1996,4,4012,4221 +MDV,1996,5,4095,4278 +MDV,1996,6,4143,4305 +MDV,1996,7,4158,4303 +MDV,1996,8,4135,4270 +MDV,1996,9,4075,4205 +MDV,1996,10,3983,4110 +MDV,1996,11,3872,3999 +MDV,1996,12,3749,3878 +MDV,1996,13,3593,3715 +MDV,1996,14,3399,3498 +MDV,1996,15,3183,3249 +MDV,1996,16,2965,2998 +MDV,1996,17,2735,2738 +MDV,1996,18,2552,2522 +MDV,1997,0,3163,3397 +MDV,1997,1,3392,3615 +MDV,1997,2,3527,3836 +MDV,1997,3,3717,3986 +MDV,1997,4,3871,4106 +MDV,1997,5,3990,4195 +MDV,1997,6,4074,4254 +MDV,1997,7,4126,4284 +MDV,1997,8,4150,4287 +MDV,1997,9,4134,4256 +MDV,1997,10,4074,4187 +MDV,1997,11,3978,4087 +MDV,1997,12,3866,3971 +MDV,1997,13,3743,3845 +MDV,1997,14,3587,3678 +MDV,1997,15,3391,3457 +MDV,1997,16,3172,3203 +MDV,1997,17,2951,2949 +MDV,1997,18,2718,2685 +MDV,1998,0,3001,3142 +MDV,1998,1,3219,3389 +MDV,1998,2,3415,3606 +MDV,1998,3,3539,3825 +MDV,1998,4,3711,3972 +MDV,1998,5,3854,4091 +MDV,1998,6,3968,4180 +MDV,1998,7,4052,4241 +MDV,1998,8,4109,4274 +MDV,1998,9,4142,4281 +MDV,1998,10,4133,4252 +MDV,1998,11,4073,4180 +MDV,1998,12,3974,4074 +MDV,1998,13,3861,3952 +MDV,1998,14,3738,3822 +MDV,1998,15,3581,3650 +MDV,1998,16,3383,3424 +MDV,1998,17,3161,3166 +MDV,1998,18,2937,2908 +MDV,1999,0,2867,2936 +MDV,1999,1,3064,3196 +MDV,1999,2,3250,3429 +MDV,1999,3,3422,3635 +MDV,1999,4,3554,3828 +MDV,1999,5,3709,3973 +MDV,1999,6,3842,4091 +MDV,1999,7,3951,4182 +MDV,1999,8,4035,4244 +MDV,1999,9,4097,4280 +MDV,1999,10,4139,4292 +MDV,1999,11,4137,4265 +MDV,1999,12,4078,4190 +MDV,1999,13,3975,4076 +MDV,1999,14,3861,3949 +MDV,1999,15,3738,3814 +MDV,1999,16,3580,3636 +MDV,1999,17,3379,3404 +MDV,1999,18,3154,3141 +MDV,2000,0,2772,2811 +MDV,2000,1,2938,3058 +MDV,2000,2,3105,3286 +MDV,2000,3,3269,3495 +MDV,2000,4,3427,3684 +MDV,2000,5,3576,3850 +MDV,2000,6,3714,3993 +MDV,2000,7,3836,4111 +MDV,2000,8,3941,4203 +MDV,2000,9,4025,4267 +MDV,2000,10,4092,4306 +MDV,2000,11,4143,4323 +MDV,2000,12,4147,4297 +MDV,2000,13,4089,4219 +MDV,2000,14,3983,4098 +MDV,2000,15,3867,3965 +MDV,2000,16,3744,3824 +MDV,2000,17,3584,3639 +MDV,2000,18,3381,3401 +MDV,2001,0,2702,2727 +MDV,2001,1,2788,2843 +MDV,2001,2,2943,3064 +MDV,2001,3,3102,3275 +MDV,2001,4,3262,3474 +MDV,2001,5,3418,3658 +MDV,2001,6,3569,3826 +MDV,2001,7,3711,3976 +MDV,2001,8,3837,4101 +MDV,2001,9,3943,4195 +MDV,2001,10,4026,4260 +MDV,2001,11,4092,4303 +MDV,2001,12,4145,4326 +MDV,2001,13,4150,4307 +MDV,2001,14,4094,4239 +MDV,2001,15,3991,4132 +MDV,2001,16,3878,4011 +MDV,2001,17,3757,3882 +MDV,2001,18,3600,3709 +MDV,2002,0,2668,2723 +MDV,2002,1,2751,2858 +MDV,2002,2,2807,2889 +MDV,2002,3,2950,3085 +MDV,2002,4,3102,3279 +MDV,2002,5,3258,3468 +MDV,2002,6,3413,3649 +MDV,2002,7,3566,3820 +MDV,2002,8,3712,3979 +MDV,2002,9,3842,4111 +MDV,2002,10,3948,4208 +MDV,2002,11,4030,4274 +MDV,2002,12,4097,4321 +MDV,2002,13,4151,4349 +MDV,2002,14,4158,4338 +MDV,2002,15,4104,4280 +MDV,2002,16,4003,4185 +MDV,2002,17,3892,4076 +MDV,2002,18,3774,3959 +MDV,2003,0,2678,2788 +MDV,2003,1,2709,2842 +MDV,2003,2,2774,2928 +MDV,2003,3,2828,2943 +MDV,2003,4,2959,3114 +MDV,2003,5,3104,3292 +MDV,2003,6,3255,3473 +MDV,2003,7,3410,3650 +MDV,2003,8,3565,3824 +MDV,2003,9,3716,3992 +MDV,2003,10,3849,4132 +MDV,2003,11,3956,4232 +MDV,2003,12,4037,4299 +MDV,2003,13,4104,4350 +MDV,2003,14,4159,4383 +MDV,2003,15,4168,4380 +MDV,2003,16,4116,4333 +MDV,2003,17,4018,4249 +MDV,2003,18,3909,4152 +MDV,2004,0,2739,2902 +MDV,2004,1,2713,2872 +MDV,2004,2,2729,2890 +MDV,2004,3,2783,2951 +MDV,2004,4,2847,2996 +MDV,2004,5,2967,3143 +MDV,2004,6,3104,3305 +MDV,2004,7,3252,3477 +MDV,2004,8,3406,3651 +MDV,2004,9,3562,3828 +MDV,2004,10,3717,4005 +MDV,2004,11,3854,4153 +MDV,2004,12,3962,4257 +MDV,2004,13,4042,4324 +MDV,2004,14,4110,4379 +MDV,2004,15,4166,4418 +MDV,2004,16,4176,4422 +MDV,2004,17,4126,4385 +MDV,2004,18,4030,4314 +MDV,2005,0,2854,3048 +MDV,2005,1,2764,2941 +MDV,2005,2,2726,2895 +MDV,2005,3,2735,2902 +MDV,2005,4,2782,2954 +MDV,2005,5,2863,3045 +MDV,2005,6,2972,3167 +MDV,2005,7,3101,3313 +MDV,2005,8,3245,3475 +MDV,2005,9,3397,3646 +MDV,2005,10,3555,3826 +MDV,2005,11,3715,4011 +MDV,2005,12,3855,4167 +MDV,2005,13,3963,4274 +MDV,2005,14,4042,4342 +MDV,2005,15,4111,4401 +MDV,2005,16,4168,4445 +MDV,2005,17,4179,4457 +MDV,2005,18,4132,4431 +MDV,2006,0,3041,3212 +MDV,2006,1,2836,3013 +MDV,2006,2,2750,2910 +MDV,2006,3,2713,2863 +MDV,2006,4,2720,2865 +MDV,2006,5,2767,2911 +MDV,2006,6,2845,2993 +MDV,2006,7,2949,3104 +MDV,2006,8,3076,3248 +MDV,2006,9,3224,3426 +MDV,2006,10,3383,3624 +MDV,2006,11,3546,3827 +MDV,2006,12,3712,4034 +MDV,2006,13,3858,4219 +MDV,2006,14,3972,4364 +MDV,2006,15,4056,4475 +MDV,2006,16,4129,4575 +MDV,2006,17,4191,4660 +MDV,2006,18,4206,4697 +MDV,2007,0,3278,3404 +MDV,2007,1,3039,3171 +MDV,2007,2,2813,2975 +MDV,2007,3,2730,2875 +MDV,2007,4,2694,2826 +MDV,2007,5,2701,2824 +MDV,2007,6,2746,2863 +MDV,2007,7,2821,2937 +MDV,2007,8,2920,3037 +MDV,2007,9,3046,3180 +MDV,2007,10,3197,3372 +MDV,2007,11,3362,3596 +MDV,2007,12,3531,3823 +MDV,2007,13,3702,4051 +MDV,2007,14,3854,4264 +MDV,2007,15,3972,4447 +MDV,2007,16,4061,4599 +MDV,2007,17,4139,4739 +MDV,2007,18,4206,4865 +MDV,2008,0,3523,3606 +MDV,2008,1,3219,3332 +MDV,2008,2,2987,3120 +MDV,2008,3,2787,2945 +MDV,2008,4,2708,2849 +MDV,2008,5,2673,2798 +MDV,2008,6,2679,2791 +MDV,2008,7,2722,2825 +MDV,2008,8,2794,2891 +MDV,2008,9,2889,2979 +MDV,2008,10,3013,3121 +MDV,2008,11,3167,3329 +MDV,2008,12,3338,3578 +MDV,2008,13,3513,3829 +MDV,2008,14,3689,4080 +MDV,2008,15,3846,4321 +MDV,2008,16,3970,4541 +MDV,2008,17,4063,4735 +MDV,2008,18,4146,4915 +MDV,2009,0,3725,3798 +MDV,2009,1,3385,3510 +MDV,2009,2,3116,3273 +MDV,2009,3,2912,3086 +MDV,2009,4,2764,2940 +MDV,2009,5,2687,2846 +MDV,2009,6,2654,2794 +MDV,2009,7,2659,2782 +MDV,2009,8,2700,2810 +MDV,2009,9,2769,2868 +MDV,2009,10,2859,2946 +MDV,2009,11,2982,3089 +MDV,2009,12,3139,3313 +MDV,2009,13,3317,3591 +MDV,2009,14,3497,3868 +MDV,2009,15,3678,4143 +MDV,2009,16,3840,4415 +MDV,2009,17,3969,4674 +MDV,2009,18,4068,4911 +MDV,2010,0,3846,3966 +MDV,2010,1,3516,3698 +MDV,2010,2,3244,3463 +MDV,2010,3,3027,3263 +MDV,2010,4,2861,3097 +MDV,2010,5,2743,2968 +MDV,2010,6,2670,2876 +MDV,2010,7,2638,2821 +MDV,2010,8,2643,2804 +MDV,2010,9,2682,2827 +MDV,2010,10,2748,2878 +MDV,2010,11,2834,2946 +MDV,2010,12,2955,3091 +MDV,2010,13,3115,3335 +MDV,2010,14,3299,3644 +MDV,2010,15,3485,3951 +MDV,2010,16,3672,4253 +MDV,2010,17,3840,4559 +MDV,2010,18,3974,4861 +MDV,2011,0,3853,3935 +MDV,2011,1,3776,3872 +MDV,2011,2,3487,3626 +MDV,2011,3,3239,3401 +MDV,2011,4,3032,3202 +MDV,2011,5,2866,3031 +MDV,2011,6,2737,2890 +MDV,2011,7,2642,2778 +MDV,2011,8,2594,2719 +MDV,2011,9,2601,2722 +MDV,2011,10,2651,2782 +MDV,2011,11,2723,2866 +MDV,2011,12,2812,2967 +MDV,2011,13,2937,3153 +MDV,2011,14,3102,3450 +MDV,2011,15,3291,3820 +MDV,2011,16,3482,4185 +MDV,2011,17,3674,4546 +MDV,2011,18,3847,4901 +MDV,2012,0,3781,3872 +MDV,2012,1,3620,3778 +MDV,2012,2,3716,3820 +MDV,2012,3,3466,3594 +MDV,2012,4,3242,3377 +MDV,2012,5,3045,3176 +MDV,2012,6,2879,2999 +MDV,2012,7,2738,2844 +MDV,2012,8,2620,2712 +MDV,2012,9,2557,2647 +MDV,2012,10,2565,2671 +MDV,2012,11,2627,2767 +MDV,2012,12,2705,2886 +MDV,2012,13,2798,3019 +MDV,2012,14,2927,3247 +MDV,2012,15,3097,3600 +MDV,2012,16,3292,4033 +MDV,2012,17,3489,4460 +MDV,2012,18,3686,4883 +MDV,2013,0,3657,3788 +MDV,2013,1,3622,3814 +MDV,2013,2,3555,3777 +MDV,2013,3,3659,3796 +MDV,2013,4,3450,3588 +MDV,2013,5,3249,3377 +MDV,2013,6,3062,3174 +MDV,2013,7,2894,2988 +MDV,2013,8,2742,2819 +MDV,2013,9,2601,2666 +MDV,2013,10,2523,2595 +MDV,2013,11,2532,2638 +MDV,2013,12,2606,2773 +MDV,2013,13,2690,2927 +MDV,2013,14,2786,3093 +MDV,2013,15,2920,3365 +MDV,2013,16,3095,3776 +MDV,2013,17,3296,4275 +MDV,2013,18,3498,4766 +MDV,2014,0,3522,3704 +MDV,2014,1,3604,3842 +MDV,2014,2,3624,3885 +MDV,2014,3,3589,3850 +MDV,2014,4,3599,3786 +MDV,2014,5,3430,3596 +MDV,2014,6,3253,3390 +MDV,2014,7,3076,3183 +MDV,2014,8,2907,2988 +MDV,2014,9,2743,2804 +MDV,2014,10,2580,2629 +MDV,2014,11,2487,2552 +MDV,2014,12,2497,2615 +MDV,2014,13,2582,2789 +MDV,2014,14,2672,2978 +MDV,2014,15,2773,3179 +MDV,2014,16,2911,3496 +MDV,2014,17,3091,3967 +MDV,2014,18,3297,4535 +MDV,2015,0,3412,3639 +MDV,2015,1,3576,3858 +MDV,2015,2,3659,3964 +MDV,2015,3,3672,3976 +MDV,2015,4,3627,3909 +MDV,2015,5,3534,3780 +MDV,2015,6,3405,3607 +MDV,2015,7,3252,3407 +MDV,2015,8,3085,3196 +MDV,2015,9,2916,2991 +MDV,2015,10,2741,2791 +MDV,2015,11,2555,2594 +MDV,2015,12,2447,2511 +MDV,2015,13,2458,2595 +MDV,2015,14,2555,2808 +MDV,2015,15,2651,3034 +MDV,2015,16,2755,3269 +MDV,2015,17,2897,3634 +MDV,2015,18,3082,4166 +MDV,2016,0,3349,3606 +MDV,2016,1,3459,3740 +MDV,2016,2,3591,3916 +MDV,2016,3,3654,3996 +MDV,2016,4,3657,3993 +MDV,2016,5,3610,3922 +MDV,2016,6,3523,3806 +MDV,2016,7,3408,3666 +MDV,2016,8,3264,3478 +MDV,2016,9,3097,3239 +MDV,2016,10,2922,2988 +MDV,2016,11,2745,2759 +MDV,2016,12,2559,2537 +MDV,2016,13,2452,2482 +MDV,2016,14,2465,2675 +MDV,2016,15,2563,3051 +MDV,2016,16,2661,3430 +MDV,2016,17,2766,3806 +MDV,2016,18,2911,4342 +MDV,2017,0,3308,3586 +MDV,2017,1,3516,3864 +MDV,2017,2,3500,3842 +MDV,2017,3,3600,3975 +MDV,2017,4,3643,4027 +MDV,2017,5,3636,4010 +MDV,2017,6,3587,3935 +MDV,2017,7,3506,3830 +MDV,2017,8,3405,3725 +MDV,2017,9,3272,3549 +MDV,2017,10,3105,3282 +MDV,2017,11,2924,2983 +MDV,2017,12,2745,2724 +MDV,2017,13,2559,2477 +MDV,2017,14,2453,2451 +MDV,2017,15,2467,2755 +MDV,2017,16,2567,3298 +MDV,2017,17,2667,3833 +MDV,2017,18,2774,4355 +MDV,2018,0,3283,3557 +MDV,2018,1,3470,3820 +MDV,2018,2,3595,3993 +MDV,2018,3,3538,3923 +MDV,2018,4,3607,4011 +MDV,2018,5,3629,4034 +MDV,2018,6,3612,4002 +MDV,2018,7,3561,3924 +MDV,2018,8,3486,3833 +MDV,2018,9,3400,3763 +MDV,2018,10,3276,3600 +MDV,2018,11,3109,3305 +MDV,2018,12,2923,2961 +MDV,2018,13,2742,2673 +MDV,2018,14,2557,2401 +MDV,2018,15,2452,2405 +MDV,2018,16,2467,2820 +MDV,2018,17,2569,3529 +MDV,2018,18,2671,4221 +MDV,2019,0,3300,3500 +MDV,2019,1,3400,3700 +MDV,2019,2,3500,3900 +MDV,2019,3,3600,4000 +MDV,2019,4,3600,4000 +MDV,2019,5,3600,4000 +MDV,2019,6,3600,4000 +MDV,2019,7,3600,3900 +MDV,2019,8,3500,3900 +MDV,2019,9,3500,3800 +MDV,2019,10,3400,3800 +MDV,2019,11,3300,3600 +MDV,2019,12,3100,3300 +MDV,2019,13,2900,2900 +MDV,2019,14,2700,2600 +MDV,2019,15,2600,2300 +MDV,2019,16,2500,2300 +MDV,2019,17,2500,2900 +MDV,2019,18,2600,3700 +MDV,2020,0,3200,3400 +MDV,2020,1,3400,3600 +MDV,2020,2,3500,3700 +MDV,2020,3,3500,3800 +MDV,2020,4,3600,3900 +MDV,2020,5,3600,3900 +MDV,2020,6,3600,3900 +MDV,2020,7,3600,3900 +MDV,2020,8,3600,3800 +MDV,2020,9,3500,3700 +MDV,2020,10,3400,3700 +MDV,2020,11,3400,3700 +MDV,2020,12,3300,3600 +MDV,2020,13,3100,3200 +MDV,2020,14,2900,2800 +MDV,2020,15,2700,2500 +MDV,2020,16,2600,2200 +MDV,2020,17,2500,2200 +MDV,2020,18,2500,2800 +MDV,2021,0,3200,3400 +MDV,2021,1,3200,3500 +MDV,2021,2,3400,3600 +MDV,2021,3,3500,3800 +MDV,2021,4,3500,3900 +MDV,2021,5,3600,4000 +MDV,2021,6,3600,4000 +MDV,2021,7,3600,4000 +MDV,2021,8,3600,4000 +MDV,2021,9,3600,3900 +MDV,2021,10,3500,3800 +MDV,2021,11,3400,3800 +MDV,2021,12,3400,3700 +MDV,2021,13,3300,3600 +MDV,2021,14,3100,3300 +MDV,2021,15,2900,2900 +MDV,2021,16,2700,2600 +MDV,2021,17,2600,2300 +MDV,2021,18,2500,2400 +MDV,2022,0,3100,3400 +MDV,2022,1,3200,3500 +MDV,2022,2,3300,3500 +MDV,2022,3,3400,3700 +MDV,2022,4,3500,3800 +MDV,2022,5,3500,3900 +MDV,2022,6,3600,3900 +MDV,2022,7,3600,4000 +MDV,2022,8,3600,4000 +MDV,2022,9,3600,4000 +MDV,2022,10,3600,3900 +MDV,2022,11,3500,3800 +MDV,2022,12,3400,3800 +MDV,2022,13,3400,3700 +MDV,2022,14,3300,3600 +MDV,2022,15,3100,3300 +MDV,2022,16,2900,3000 +MDV,2022,17,2700,2700 +MDV,2022,18,2600,2500 +MDV,2023,0,3100,3300 +MDV,2023,1,3200,3400 +MDV,2023,2,3200,3500 +MDV,2023,3,3300,3500 +MDV,2023,4,3400,3600 +MDV,2023,5,3500,3800 +MDV,2023,6,3500,3800 +MDV,2023,7,3600,3900 +MDV,2023,8,3600,3900 +MDV,2023,9,3600,4000 +MDV,2023,10,3600,4000 +MDV,2023,11,3600,3900 +MDV,2023,12,3500,3800 +MDV,2023,13,3400,3700 +MDV,2023,14,3400,3700 +MDV,2023,15,3300,3600 +MDV,2023,16,3100,3300 +MDV,2023,17,2900,3000 +MDV,2023,18,2800,2800 +MDV,2024,0,3000,3200 +MDV,2024,1,3100,3300 +MDV,2024,2,3200,3400 +MDV,2024,3,3200,3500 +MDV,2024,4,3300,3500 +MDV,2024,5,3400,3600 +MDV,2024,6,3400,3700 +MDV,2024,7,3500,3800 +MDV,2024,8,3600,3800 +MDV,2024,9,3600,3900 +MDV,2024,10,3600,3900 +MDV,2024,11,3600,3900 +MDV,2024,12,3600,3900 +MDV,2024,13,3500,3800 +MDV,2024,14,3400,3700 +MDV,2024,15,3400,3600 +MDV,2024,16,3300,3500 +MDV,2024,17,3100,3300 +MDV,2024,18,2900,3100 +MDV,2025,0,3000,3200 +MDV,2025,1,3000,3200 +MDV,2025,2,3100,3300 +MDV,2025,3,3200,3400 +MDV,2025,4,3200,3400 +MDV,2025,5,3300,3500 +MDV,2025,6,3400,3600 +MDV,2025,7,3400,3700 +MDV,2025,8,3500,3800 +MDV,2025,9,3500,3800 +MDV,2025,10,3600,3900 +MDV,2025,11,3600,3900 +MDV,2025,12,3600,3900 +MDV,2025,13,3600,3900 +MDV,2025,14,3500,3700 +MDV,2025,15,3400,3700 +MDV,2025,16,3400,3600 +MDV,2025,17,3300,3500 +MDV,2025,18,3100,3300 +MDV,2026,0,2900,3000 +MDV,2026,1,2900,3100 +MDV,2026,2,3000,3200 +MDV,2026,3,3100,3200 +MDV,2026,4,3200,3300 +MDV,2026,5,3200,3400 +MDV,2026,6,3300,3500 +MDV,2026,7,3400,3600 +MDV,2026,8,3400,3600 +MDV,2026,9,3500,3700 +MDV,2026,10,3500,3800 +MDV,2026,11,3600,3800 +MDV,2026,12,3600,3900 +MDV,2026,13,3600,3900 +MDV,2026,14,3600,3800 +MDV,2026,15,3500,3700 +MDV,2026,16,3500,3700 +MDV,2026,17,3400,3600 +MDV,2026,18,3300,3500 +MDV,2027,0,2800,2900 +MDV,2027,1,2800,3000 +MDV,2027,2,2900,3100 +MDV,2027,3,3000,3200 +MDV,2027,4,3100,3200 +MDV,2027,5,3200,3300 +MDV,2027,6,3200,3400 +MDV,2027,7,3300,3500 +MDV,2027,8,3400,3500 +MDV,2027,9,3400,3600 +MDV,2027,10,3500,3700 +MDV,2027,11,3500,3700 +MDV,2027,12,3600,3800 +MDV,2027,13,3600,3800 +MDV,2027,14,3600,3900 +MDV,2027,15,3600,3800 +MDV,2027,16,3500,3700 +MDV,2027,17,3500,3700 +MDV,2027,18,3400,3600 +MDV,2028,0,2700,2800 +MDV,2028,1,2700,2900 +MDV,2028,2,2800,3000 +MDV,2028,3,2900,3100 +MDV,2028,4,3000,3200 +MDV,2028,5,3100,3200 +MDV,2028,6,3200,3300 +MDV,2028,7,3200,3400 +MDV,2028,8,3300,3400 +MDV,2028,9,3400,3500 +MDV,2028,10,3400,3600 +MDV,2028,11,3500,3700 +MDV,2028,12,3500,3700 +MDV,2028,13,3600,3800 +MDV,2028,14,3600,3800 +MDV,2028,15,3600,3900 +MDV,2028,16,3600,3800 +MDV,2028,17,3500,3800 +MDV,2028,18,3500,3700 +MDV,2029,0,2600,2700 +MDV,2029,1,2700,2800 +MDV,2029,2,2700,2900 +MDV,2029,3,2800,3000 +MDV,2029,4,2900,3100 +MDV,2029,5,3000,3200 +MDV,2029,6,3100,3200 +MDV,2029,7,3100,3300 +MDV,2029,8,3200,3400 +MDV,2029,9,3300,3500 +MDV,2029,10,3300,3500 +MDV,2029,11,3400,3600 +MDV,2029,12,3500,3700 +MDV,2029,13,3500,3700 +MDV,2029,14,3600,3800 +MDV,2029,15,3600,3900 +MDV,2029,16,3600,3900 +MDV,2029,17,3600,3900 +MDV,2029,18,3500,3800 +MDV,2030,0,2500,2700 +MDV,2030,1,2600,2800 +MDV,2030,2,2700,2900 +MDV,2030,3,2800,2900 +MDV,2030,4,2800,3000 +MDV,2030,5,2900,3100 +MDV,2030,6,3000,3200 +MDV,2030,7,3100,3300 +MDV,2030,8,3100,3300 +MDV,2030,9,3200,3400 +MDV,2030,10,3300,3500 +MDV,2030,11,3300,3500 +MDV,2030,12,3400,3600 +MDV,2030,13,3400,3700 +MDV,2030,14,3500,3800 +MDV,2030,15,3500,3800 +MDV,2030,16,3600,3900 +MDV,2030,17,3600,3900 +MDV,2030,18,3600,3900 +MDV,2031,0,2500,2600 +MDV,2031,1,2500,2700 +MDV,2031,2,2600,2800 +MDV,2031,3,2700,2800 +MDV,2031,4,2800,2900 +MDV,2031,5,2800,3000 +MDV,2031,6,2900,3100 +MDV,2031,7,3000,3200 +MDV,2031,8,3100,3200 +MDV,2031,9,3100,3300 +MDV,2031,10,3200,3400 +MDV,2031,11,3300,3500 +MDV,2031,12,3300,3500 +MDV,2031,13,3400,3600 +MDV,2031,14,3400,3700 +MDV,2031,15,3500,3800 +MDV,2031,16,3500,3800 +MDV,2031,17,3600,3900 +MDV,2031,18,3600,4000 +MDV,2032,0,2500,2600 +MDV,2032,1,2500,2700 +MDV,2032,2,2500,2700 +MDV,2032,3,2600,2800 +MDV,2032,4,2700,2800 +MDV,2032,5,2700,2900 +MDV,2032,6,2800,3000 +MDV,2032,7,2900,3100 +MDV,2032,8,3000,3100 +MDV,2032,9,3100,3200 +MDV,2032,10,3100,3300 +MDV,2032,11,3200,3400 +MDV,2032,12,3300,3400 +MDV,2032,13,3300,3500 +MDV,2032,14,3400,3600 +MDV,2032,15,3400,3700 +MDV,2032,16,3500,3800 +MDV,2032,17,3600,3900 +MDV,2032,18,3600,3900 +MDV,2033,0,2500,2700 +MDV,2033,1,2500,2700 +MDV,2033,2,2500,2700 +MDV,2033,3,2500,2700 +MDV,2033,4,2600,2800 +MDV,2033,5,2700,2800 +MDV,2033,6,2700,2900 +MDV,2033,7,2800,3000 +MDV,2033,8,2900,3100 +MDV,2033,9,3000,3100 +MDV,2033,10,3100,3200 +MDV,2033,11,3100,3300 +MDV,2033,12,3200,3400 +MDV,2033,13,3300,3400 +MDV,2033,14,3300,3500 +MDV,2033,15,3400,3600 +MDV,2033,16,3400,3700 +MDV,2033,17,3500,3800 +MDV,2033,18,3600,3900 +MDV,2034,0,2600,2700 +MDV,2034,1,2500,2700 +MDV,2034,2,2500,2700 +MDV,2034,3,2500,2700 +MDV,2034,4,2500,2700 +MDV,2034,5,2600,2800 +MDV,2034,6,2700,2800 +MDV,2034,7,2700,2900 +MDV,2034,8,2800,3000 +MDV,2034,9,2900,3100 +MDV,2034,10,3000,3100 +MDV,2034,11,3100,3200 +MDV,2034,12,3100,3300 +MDV,2034,13,3200,3400 +MDV,2034,14,3300,3400 +MDV,2034,15,3300,3500 +MDV,2034,16,3400,3600 +MDV,2034,17,3400,3700 +MDV,2034,18,3500,3800 +MDV,2035,0,2600,2700 +MDV,2035,1,2500,2700 +MDV,2035,2,2500,2700 +MDV,2035,3,2500,2700 +MDV,2035,4,2500,2700 +MDV,2035,5,2600,2700 +MDV,2035,6,2600,2800 +MDV,2035,7,2700,2800 +MDV,2035,8,2700,2900 +MDV,2035,9,2800,3000 +MDV,2035,10,2900,3000 +MDV,2035,11,3000,3100 +MDV,2035,12,3000,3200 +MDV,2035,13,3100,3300 +MDV,2035,14,3200,3400 +MDV,2035,15,3300,3400 +MDV,2035,16,3300,3500 +MDV,2035,17,3400,3600 +MDV,2035,18,3400,3700 +MDV,2036,0,2600,2800 +MDV,2036,1,2600,2700 +MDV,2036,2,2500,2700 +MDV,2036,3,2500,2700 +MDV,2036,4,2500,2700 +MDV,2036,5,2500,2700 +MDV,2036,6,2600,2700 +MDV,2036,7,2600,2800 +MDV,2036,8,2600,2800 +MDV,2036,9,2700,2900 +MDV,2036,10,2800,3000 +MDV,2036,11,2900,3000 +MDV,2036,12,3000,3100 +MDV,2036,13,3000,3200 +MDV,2036,14,3100,3300 +MDV,2036,15,3200,3400 +MDV,2036,16,3300,3500 +MDV,2036,17,3300,3600 +MDV,2036,18,3400,3700 +MDV,2037,0,2700,2800 +MDV,2037,1,2600,2800 +MDV,2037,2,2600,2700 +MDV,2037,3,2500,2700 +MDV,2037,4,2500,2700 +MDV,2037,5,2500,2700 +MDV,2037,6,2500,2700 +MDV,2037,7,2500,2700 +MDV,2037,8,2600,2800 +MDV,2037,9,2600,2800 +MDV,2037,10,2700,2900 +MDV,2037,11,2800,2900 +MDV,2037,12,2900,3000 +MDV,2037,13,3000,3100 +MDV,2037,14,3000,3200 +MDV,2037,15,3100,3300 +MDV,2037,16,3200,3400 +MDV,2037,17,3300,3500 +MDV,2037,18,3300,3600 +MDV,2038,0,2700,2800 +MDV,2038,1,2600,2800 +MDV,2038,2,2600,2700 +MDV,2038,3,2600,2700 +MDV,2038,4,2500,2700 +MDV,2038,5,2500,2700 +MDV,2038,6,2500,2700 +MDV,2038,7,2500,2700 +MDV,2038,8,2500,2700 +MDV,2038,9,2600,2700 +MDV,2038,10,2600,2800 +MDV,2038,11,2700,2900 +MDV,2038,12,2800,2900 +MDV,2038,13,2900,3000 +MDV,2038,14,3000,3100 +MDV,2038,15,3000,3200 +MDV,2038,16,3100,3300 +MDV,2038,17,3200,3400 +MDV,2038,18,3300,3500 +MDV,2039,0,2700,2900 +MDV,2039,1,2600,2800 +MDV,2039,2,2600,2800 +MDV,2039,3,2600,2700 +MDV,2039,4,2500,2700 +MDV,2039,5,2500,2700 +MDV,2039,6,2500,2700 +MDV,2039,7,2500,2700 +MDV,2039,8,2500,2700 +MDV,2039,9,2500,2700 +MDV,2039,10,2600,2700 +MDV,2039,11,2600,2800 +MDV,2039,12,2700,2800 +MDV,2039,13,2800,2900 +MDV,2039,14,2900,3000 +MDV,2039,15,2900,3100 +MDV,2039,16,3000,3200 +MDV,2039,17,3100,3300 +MDV,2039,18,3200,3500 +MDV,2040,0,2700,2900 +MDV,2040,1,2700,2800 +MDV,2040,2,2600,2800 +MDV,2040,3,2600,2800 +MDV,2040,4,2600,2700 +MDV,2040,5,2500,2700 +MDV,2040,6,2500,2700 +MDV,2040,7,2500,2700 +MDV,2040,8,2500,2700 +MDV,2040,9,2500,2700 +MDV,2040,10,2500,2700 +MDV,2040,11,2600,2700 +MDV,2040,12,2600,2800 +MDV,2040,13,2700,2800 +MDV,2040,14,2800,2900 +MDV,2040,15,2900,3000 +MDV,2040,16,2900,3100 +MDV,2040,17,3000,3200 +MDV,2040,18,3100,3400 +MDV,2041,0,2700,2900 +MDV,2041,1,2700,2900 +MDV,2041,2,2700,2800 +MDV,2041,3,2600,2800 +MDV,2041,4,2600,2800 +MDV,2041,5,2600,2700 +MDV,2041,6,2500,2700 +MDV,2041,7,2500,2700 +MDV,2041,8,2500,2700 +MDV,2041,9,2500,2700 +MDV,2041,10,2500,2700 +MDV,2041,11,2500,2700 +MDV,2041,12,2600,2700 +MDV,2041,13,2600,2800 +MDV,2041,14,2700,2800 +MDV,2041,15,2800,2900 +MDV,2041,16,2900,3000 +MDV,2041,17,2900,3200 +MDV,2041,18,3000,3300 +MDV,2042,0,2800,2900 +MDV,2042,1,2700,2900 +MDV,2042,2,2700,2900 +MDV,2042,3,2700,2800 +MDV,2042,4,2600,2800 +MDV,2042,5,2600,2800 +MDV,2042,6,2600,2700 +MDV,2042,7,2500,2700 +MDV,2042,8,2500,2700 +MDV,2042,9,2500,2600 +MDV,2042,10,2500,2600 +MDV,2042,11,2500,2700 +MDV,2042,12,2500,2700 +MDV,2042,13,2600,2700 +MDV,2042,14,2600,2800 +MDV,2042,15,2700,2900 +MDV,2042,16,2800,3000 +MDV,2042,17,2900,3100 +MDV,2042,18,2900,3200 +MDV,2043,0,2800,2900 +MDV,2043,1,2700,2900 +MDV,2043,2,2700,2900 +MDV,2043,3,2700,2900 +MDV,2043,4,2700,2800 +MDV,2043,5,2600,2800 +MDV,2043,6,2600,2700 +MDV,2043,7,2600,2700 +MDV,2043,8,2500,2700 +MDV,2043,9,2500,2600 +MDV,2043,10,2500,2600 +MDV,2043,11,2500,2600 +MDV,2043,12,2500,2700 +MDV,2043,13,2500,2700 +MDV,2043,14,2600,2700 +MDV,2043,15,2600,2800 +MDV,2043,16,2700,2900 +MDV,2043,17,2800,3000 +MDV,2043,18,2900,3100 +MDV,2044,0,2800,2900 +MDV,2044,1,2800,2900 +MDV,2044,2,2700,2900 +MDV,2044,3,2700,2900 +MDV,2044,4,2700,2900 +MDV,2044,5,2700,2800 +MDV,2044,6,2600,2800 +MDV,2044,7,2600,2700 +MDV,2044,8,2600,2700 +MDV,2044,9,2500,2700 +MDV,2044,10,2500,2600 +MDV,2044,11,2500,2600 +MDV,2044,12,2500,2600 +MDV,2044,13,2500,2600 +MDV,2044,14,2500,2700 +MDV,2044,15,2600,2700 +MDV,2044,16,2600,2800 +MDV,2044,17,2700,2900 +MDV,2044,18,2800,3000 +MDV,2045,0,2700,2900 +MDV,2045,1,2800,2900 +MDV,2045,2,2800,2900 +MDV,2045,3,2700,2900 +MDV,2045,4,2700,2900 +MDV,2045,5,2700,2900 +MDV,2045,6,2700,2800 +MDV,2045,7,2600,2800 +MDV,2045,8,2600,2700 +MDV,2045,9,2600,2700 +MDV,2045,10,2500,2700 +MDV,2045,11,2500,2600 +MDV,2045,12,2500,2600 +MDV,2045,13,2500,2600 +MDV,2045,14,2500,2600 +MDV,2045,15,2500,2700 +MDV,2045,16,2500,2700 +MDV,2045,17,2600,2800 +MDV,2045,18,2700,2900 +MDV,2046,0,2700,2900 +MDV,2046,1,2700,2900 +MDV,2046,2,2800,2900 +MDV,2046,3,2800,2900 +MDV,2046,4,2700,2900 +MDV,2046,5,2700,2900 +MDV,2046,6,2700,2900 +MDV,2046,7,2700,2800 +MDV,2046,8,2600,2800 +MDV,2046,9,2600,2700 +MDV,2046,10,2500,2700 +MDV,2046,11,2500,2700 +MDV,2046,12,2500,2600 +MDV,2046,13,2500,2600 +MDV,2046,14,2500,2600 +MDV,2046,15,2500,2700 +MDV,2046,16,2500,2700 +MDV,2046,17,2600,2700 +MDV,2046,18,2600,2800 +MDV,2047,0,2700,2900 +MDV,2047,1,2700,2900 +MDV,2047,2,2700,2900 +MDV,2047,3,2800,2900 +MDV,2047,4,2700,2900 +MDV,2047,5,2700,2900 +MDV,2047,6,2700,2900 +MDV,2047,7,2700,2800 +MDV,2047,8,2600,2800 +MDV,2047,9,2600,2800 +MDV,2047,10,2600,2700 +MDV,2047,11,2500,2700 +MDV,2047,12,2500,2700 +MDV,2047,13,2500,2600 +MDV,2047,14,2500,2600 +MDV,2047,15,2500,2600 +MDV,2047,16,2500,2700 +MDV,2047,17,2500,2700 +MDV,2047,18,2600,2800 +MDV,2048,0,2700,2800 +MDV,2048,1,2700,2900 +MDV,2048,2,2700,2900 +MDV,2048,3,2800,2900 +MDV,2048,4,2800,2900 +MDV,2048,5,2700,2900 +MDV,2048,6,2700,2900 +MDV,2048,7,2700,2900 +MDV,2048,8,2700,2800 +MDV,2048,9,2600,2800 +MDV,2048,10,2600,2800 +MDV,2048,11,2600,2700 +MDV,2048,12,2500,2700 +MDV,2048,13,2500,2600 +MDV,2048,14,2500,2600 +MDV,2048,15,2500,2600 +MDV,2048,16,2500,2600 +MDV,2048,17,2500,2700 +MDV,2048,18,2500,2800 +MDV,2049,0,2600,2800 +MDV,2049,1,2700,2800 +MDV,2049,2,2700,2900 +MDV,2049,3,2700,2900 +MDV,2049,4,2800,2900 +MDV,2049,5,2800,2900 +MDV,2049,6,2700,2900 +MDV,2049,7,2700,2900 +MDV,2049,8,2700,2900 +MDV,2049,9,2700,2800 +MDV,2049,10,2600,2800 +MDV,2049,11,2600,2700 +MDV,2049,12,2600,2700 +MDV,2049,13,2500,2700 +MDV,2049,14,2500,2600 +MDV,2049,15,2500,2600 +MDV,2049,16,2500,2600 +MDV,2049,17,2500,2700 +MDV,2049,18,2500,2700 +MDV,2050,0,2600,2700 +MDV,2050,1,2600,2800 +MDV,2050,2,2700,2900 +MDV,2050,3,2700,2900 +MDV,2050,4,2700,2900 +MDV,2050,5,2800,2900 +MDV,2050,6,2700,2900 +MDV,2050,7,2700,2900 +MDV,2050,8,2700,2900 +MDV,2050,9,2700,2800 +MDV,2050,10,2700,2800 +MDV,2050,11,2600,2800 +MDV,2050,12,2600,2700 +MDV,2050,13,2600,2700 +MDV,2050,14,2500,2700 +MDV,2050,15,2500,2600 +MDV,2050,16,2500,2600 +MDV,2050,17,2500,2600 +MDV,2050,18,2500,2700 +MEA,1990,0,, +MEA,1990,1,, +MEA,1990,2,, +MEA,1990,3,, +MEA,1990,4,, +MEA,1990,5,, +MEA,1990,6,, +MEA,1990,7,, +MEA,1990,8,, +MEA,1990,9,, +MEA,1990,10,, +MEA,1990,11,, +MEA,1990,12,, +MEA,1990,13,, +MEA,1990,14,, +MEA,1990,15,, +MEA,1990,16,, +MEA,1990,17,, +MEA,1990,18,, +MEA,1991,0,, +MEA,1991,1,, +MEA,1991,2,, +MEA,1991,3,, +MEA,1991,4,, +MEA,1991,5,, +MEA,1991,6,, +MEA,1991,7,, +MEA,1991,8,, +MEA,1991,9,, +MEA,1991,10,, +MEA,1991,11,, +MEA,1991,12,, +MEA,1991,13,, +MEA,1991,14,, +MEA,1991,15,, +MEA,1991,16,, +MEA,1991,17,, +MEA,1991,18,, +MEA,1992,0,, +MEA,1992,1,, +MEA,1992,2,, +MEA,1992,3,, +MEA,1992,4,, +MEA,1992,5,, +MEA,1992,6,, +MEA,1992,7,, +MEA,1992,8,, +MEA,1992,9,, +MEA,1992,10,, +MEA,1992,11,, +MEA,1992,12,, +MEA,1992,13,, +MEA,1992,14,, +MEA,1992,15,, +MEA,1992,16,, +MEA,1992,17,, +MEA,1992,18,, +MEA,1993,0,, +MEA,1993,1,, +MEA,1993,2,, +MEA,1993,3,, +MEA,1993,4,, +MEA,1993,5,, +MEA,1993,6,, +MEA,1993,7,, +MEA,1993,8,, +MEA,1993,9,, +MEA,1993,10,, +MEA,1993,11,, +MEA,1993,12,, +MEA,1993,13,, +MEA,1993,14,, +MEA,1993,15,, +MEA,1993,16,, +MEA,1993,17,, +MEA,1993,18,, +MEA,1994,0,, +MEA,1994,1,, +MEA,1994,2,, +MEA,1994,3,, +MEA,1994,4,, +MEA,1994,5,, +MEA,1994,6,, +MEA,1994,7,, +MEA,1994,8,, +MEA,1994,9,, +MEA,1994,10,, +MEA,1994,11,, +MEA,1994,12,, +MEA,1994,13,, +MEA,1994,14,, +MEA,1994,15,, +MEA,1994,16,, +MEA,1994,17,, +MEA,1994,18,, +MEA,1995,0,, +MEA,1995,1,, +MEA,1995,2,, +MEA,1995,3,, +MEA,1995,4,, +MEA,1995,5,, +MEA,1995,6,, +MEA,1995,7,, +MEA,1995,8,, +MEA,1995,9,, +MEA,1995,10,, +MEA,1995,11,, +MEA,1995,12,, +MEA,1995,13,, +MEA,1995,14,, +MEA,1995,15,, +MEA,1995,16,, +MEA,1995,17,, +MEA,1995,18,, +MEA,1996,0,, +MEA,1996,1,, +MEA,1996,2,, +MEA,1996,3,, +MEA,1996,4,, +MEA,1996,5,, +MEA,1996,6,, +MEA,1996,7,, +MEA,1996,8,, +MEA,1996,9,, +MEA,1996,10,, +MEA,1996,11,, +MEA,1996,12,, +MEA,1996,13,, +MEA,1996,14,, +MEA,1996,15,, +MEA,1996,16,, +MEA,1996,17,, +MEA,1996,18,, +MEA,1997,0,, +MEA,1997,1,, +MEA,1997,2,, +MEA,1997,3,, +MEA,1997,4,, +MEA,1997,5,, +MEA,1997,6,, +MEA,1997,7,, +MEA,1997,8,, +MEA,1997,9,, +MEA,1997,10,, +MEA,1997,11,, +MEA,1997,12,, +MEA,1997,13,, +MEA,1997,14,, +MEA,1997,15,, +MEA,1997,16,, +MEA,1997,17,, +MEA,1997,18,, +MEA,1998,0,, +MEA,1998,1,, +MEA,1998,2,, +MEA,1998,3,, +MEA,1998,4,, +MEA,1998,5,, +MEA,1998,6,, +MEA,1998,7,, +MEA,1998,8,, +MEA,1998,9,, +MEA,1998,10,, +MEA,1998,11,, +MEA,1998,12,, +MEA,1998,13,, +MEA,1998,14,, +MEA,1998,15,, +MEA,1998,16,, +MEA,1998,17,, +MEA,1998,18,, +MEA,1999,0,, +MEA,1999,1,, +MEA,1999,2,, +MEA,1999,3,, +MEA,1999,4,, +MEA,1999,5,, +MEA,1999,6,, +MEA,1999,7,, +MEA,1999,8,, +MEA,1999,9,, +MEA,1999,10,, +MEA,1999,11,, +MEA,1999,12,, +MEA,1999,13,, +MEA,1999,14,, +MEA,1999,15,, +MEA,1999,16,, +MEA,1999,17,, +MEA,1999,18,, +MEA,2000,0,, +MEA,2000,1,, +MEA,2000,2,, +MEA,2000,3,, +MEA,2000,4,, +MEA,2000,5,, +MEA,2000,6,, +MEA,2000,7,, +MEA,2000,8,, +MEA,2000,9,, +MEA,2000,10,, +MEA,2000,11,, +MEA,2000,12,, +MEA,2000,13,, +MEA,2000,14,, +MEA,2000,15,, +MEA,2000,16,, +MEA,2000,17,, +MEA,2000,18,, +MEA,2001,0,, +MEA,2001,1,, +MEA,2001,2,, +MEA,2001,3,, +MEA,2001,4,, +MEA,2001,5,, +MEA,2001,6,, +MEA,2001,7,, +MEA,2001,8,, +MEA,2001,9,, +MEA,2001,10,, +MEA,2001,11,, +MEA,2001,12,, +MEA,2001,13,, +MEA,2001,14,, +MEA,2001,15,, +MEA,2001,16,, +MEA,2001,17,, +MEA,2001,18,, +MEA,2002,0,, +MEA,2002,1,, +MEA,2002,2,, +MEA,2002,3,, +MEA,2002,4,, +MEA,2002,5,, +MEA,2002,6,, +MEA,2002,7,, +MEA,2002,8,, +MEA,2002,9,, +MEA,2002,10,, +MEA,2002,11,, +MEA,2002,12,, +MEA,2002,13,, +MEA,2002,14,, +MEA,2002,15,, +MEA,2002,16,, +MEA,2002,17,, +MEA,2002,18,, +MEA,2003,0,, +MEA,2003,1,, +MEA,2003,2,, +MEA,2003,3,, +MEA,2003,4,, +MEA,2003,5,, +MEA,2003,6,, +MEA,2003,7,, +MEA,2003,8,, +MEA,2003,9,, +MEA,2003,10,, +MEA,2003,11,, +MEA,2003,12,, +MEA,2003,13,, +MEA,2003,14,, +MEA,2003,15,, +MEA,2003,16,, +MEA,2003,17,, +MEA,2003,18,, +MEA,2004,0,, +MEA,2004,1,, +MEA,2004,2,, +MEA,2004,3,, +MEA,2004,4,, +MEA,2004,5,, +MEA,2004,6,, +MEA,2004,7,, +MEA,2004,8,, +MEA,2004,9,, +MEA,2004,10,, +MEA,2004,11,, +MEA,2004,12,, +MEA,2004,13,, +MEA,2004,14,, +MEA,2004,15,, +MEA,2004,16,, +MEA,2004,17,, +MEA,2004,18,, +MEA,2005,0,, +MEA,2005,1,, +MEA,2005,2,, +MEA,2005,3,, +MEA,2005,4,, +MEA,2005,5,, +MEA,2005,6,, +MEA,2005,7,, +MEA,2005,8,, +MEA,2005,9,, +MEA,2005,10,, +MEA,2005,11,, +MEA,2005,12,, +MEA,2005,13,, +MEA,2005,14,, +MEA,2005,15,, +MEA,2005,16,, +MEA,2005,17,, +MEA,2005,18,, +MEA,2006,0,, +MEA,2006,1,, +MEA,2006,2,, +MEA,2006,3,, +MEA,2006,4,, +MEA,2006,5,, +MEA,2006,6,, +MEA,2006,7,, +MEA,2006,8,, +MEA,2006,9,, +MEA,2006,10,, +MEA,2006,11,, +MEA,2006,12,, +MEA,2006,13,, +MEA,2006,14,, +MEA,2006,15,, +MEA,2006,16,, +MEA,2006,17,, +MEA,2006,18,, +MEA,2007,0,, +MEA,2007,1,, +MEA,2007,2,, +MEA,2007,3,, +MEA,2007,4,, +MEA,2007,5,, +MEA,2007,6,, +MEA,2007,7,, +MEA,2007,8,, +MEA,2007,9,, +MEA,2007,10,, +MEA,2007,11,, +MEA,2007,12,, +MEA,2007,13,, +MEA,2007,14,, +MEA,2007,15,, +MEA,2007,16,, +MEA,2007,17,, +MEA,2007,18,, +MEA,2008,0,, +MEA,2008,1,, +MEA,2008,2,, +MEA,2008,3,, +MEA,2008,4,, +MEA,2008,5,, +MEA,2008,6,, +MEA,2008,7,, +MEA,2008,8,, +MEA,2008,9,, +MEA,2008,10,, +MEA,2008,11,, +MEA,2008,12,, +MEA,2008,13,, +MEA,2008,14,, +MEA,2008,15,, +MEA,2008,16,, +MEA,2008,17,, +MEA,2008,18,, +MEA,2009,0,, +MEA,2009,1,, +MEA,2009,2,, +MEA,2009,3,, +MEA,2009,4,, +MEA,2009,5,, +MEA,2009,6,, +MEA,2009,7,, +MEA,2009,8,, +MEA,2009,9,, +MEA,2009,10,, +MEA,2009,11,, +MEA,2009,12,, +MEA,2009,13,, +MEA,2009,14,, +MEA,2009,15,, +MEA,2009,16,, +MEA,2009,17,, +MEA,2009,18,, +MEA,2010,0,, +MEA,2010,1,, +MEA,2010,2,, +MEA,2010,3,, +MEA,2010,4,, +MEA,2010,5,, +MEA,2010,6,, +MEA,2010,7,, +MEA,2010,8,, +MEA,2010,9,, +MEA,2010,10,, +MEA,2010,11,, +MEA,2010,12,, +MEA,2010,13,, +MEA,2010,14,, +MEA,2010,15,, +MEA,2010,16,, +MEA,2010,17,, +MEA,2010,18,, +MEA,2011,0,, +MEA,2011,1,, +MEA,2011,2,, +MEA,2011,3,, +MEA,2011,4,, +MEA,2011,5,, +MEA,2011,6,, +MEA,2011,7,, +MEA,2011,8,, +MEA,2011,9,, +MEA,2011,10,, +MEA,2011,11,, +MEA,2011,12,, +MEA,2011,13,, +MEA,2011,14,, +MEA,2011,15,, +MEA,2011,16,, +MEA,2011,17,, +MEA,2011,18,, +MEA,2012,0,, +MEA,2012,1,, +MEA,2012,2,, +MEA,2012,3,, +MEA,2012,4,, +MEA,2012,5,, +MEA,2012,6,, +MEA,2012,7,, +MEA,2012,8,, +MEA,2012,9,, +MEA,2012,10,, +MEA,2012,11,, +MEA,2012,12,, +MEA,2012,13,, +MEA,2012,14,, +MEA,2012,15,, +MEA,2012,16,, +MEA,2012,17,, +MEA,2012,18,, +MEA,2013,0,, +MEA,2013,1,, +MEA,2013,2,, +MEA,2013,3,, +MEA,2013,4,, +MEA,2013,5,, +MEA,2013,6,, +MEA,2013,7,, +MEA,2013,8,, +MEA,2013,9,, +MEA,2013,10,, +MEA,2013,11,, +MEA,2013,12,, +MEA,2013,13,, +MEA,2013,14,, +MEA,2013,15,, +MEA,2013,16,, +MEA,2013,17,, +MEA,2013,18,, +MEA,2014,0,, +MEA,2014,1,, +MEA,2014,2,, +MEA,2014,3,, +MEA,2014,4,, +MEA,2014,5,, +MEA,2014,6,, +MEA,2014,7,, +MEA,2014,8,, +MEA,2014,9,, +MEA,2014,10,, +MEA,2014,11,, +MEA,2014,12,, +MEA,2014,13,, +MEA,2014,14,, +MEA,2014,15,, +MEA,2014,16,, +MEA,2014,17,, +MEA,2014,18,, +MEA,2015,0,, +MEA,2015,1,, +MEA,2015,2,, +MEA,2015,3,, +MEA,2015,4,, +MEA,2015,5,, +MEA,2015,6,, +MEA,2015,7,, +MEA,2015,8,, +MEA,2015,9,, +MEA,2015,10,, +MEA,2015,11,, +MEA,2015,12,, +MEA,2015,13,, +MEA,2015,14,, +MEA,2015,15,, +MEA,2015,16,, +MEA,2015,17,, +MEA,2015,18,, +MEA,2016,0,, +MEA,2016,1,, +MEA,2016,2,, +MEA,2016,3,, +MEA,2016,4,, +MEA,2016,5,, +MEA,2016,6,, +MEA,2016,7,, +MEA,2016,8,, +MEA,2016,9,, +MEA,2016,10,, +MEA,2016,11,, +MEA,2016,12,, +MEA,2016,13,, +MEA,2016,14,, +MEA,2016,15,, +MEA,2016,16,, +MEA,2016,17,, +MEA,2016,18,, +MEA,2017,0,, +MEA,2017,1,, +MEA,2017,2,, +MEA,2017,3,, +MEA,2017,4,, +MEA,2017,5,, +MEA,2017,6,, +MEA,2017,7,, +MEA,2017,8,, +MEA,2017,9,, +MEA,2017,10,, +MEA,2017,11,, +MEA,2017,12,, +MEA,2017,13,, +MEA,2017,14,, +MEA,2017,15,, +MEA,2017,16,, +MEA,2017,17,, +MEA,2017,18,, +MEA,2018,0,, +MEA,2018,1,, +MEA,2018,2,, +MEA,2018,3,, +MEA,2018,4,, +MEA,2018,5,, +MEA,2018,6,, +MEA,2018,7,, +MEA,2018,8,, +MEA,2018,9,, +MEA,2018,10,, +MEA,2018,11,, +MEA,2018,12,, +MEA,2018,13,, +MEA,2018,14,, +MEA,2018,15,, +MEA,2018,16,, +MEA,2018,17,, +MEA,2018,18,, +MEA,2019,0,, +MEA,2019,1,, +MEA,2019,2,, +MEA,2019,3,, +MEA,2019,4,, +MEA,2019,5,, +MEA,2019,6,, +MEA,2019,7,, +MEA,2019,8,, +MEA,2019,9,, +MEA,2019,10,, +MEA,2019,11,, +MEA,2019,12,, +MEA,2019,13,, +MEA,2019,14,, +MEA,2019,15,, +MEA,2019,16,, +MEA,2019,17,, +MEA,2019,18,, +MEA,2020,0,, +MEA,2020,1,, +MEA,2020,2,, +MEA,2020,3,, +MEA,2020,4,, +MEA,2020,5,, +MEA,2020,6,, +MEA,2020,7,, +MEA,2020,8,, +MEA,2020,9,, +MEA,2020,10,, +MEA,2020,11,, +MEA,2020,12,, +MEA,2020,13,, +MEA,2020,14,, +MEA,2020,15,, +MEA,2020,16,, +MEA,2020,17,, +MEA,2020,18,, +MEA,2021,0,, +MEA,2021,1,, +MEA,2021,2,, +MEA,2021,3,, +MEA,2021,4,, +MEA,2021,5,, +MEA,2021,6,, +MEA,2021,7,, +MEA,2021,8,, +MEA,2021,9,, +MEA,2021,10,, +MEA,2021,11,, +MEA,2021,12,, +MEA,2021,13,, +MEA,2021,14,, +MEA,2021,15,, +MEA,2021,16,, +MEA,2021,17,, +MEA,2021,18,, +MEA,2022,0,, +MEA,2022,1,, +MEA,2022,2,, +MEA,2022,3,, +MEA,2022,4,, +MEA,2022,5,, +MEA,2022,6,, +MEA,2022,7,, +MEA,2022,8,, +MEA,2022,9,, +MEA,2022,10,, +MEA,2022,11,, +MEA,2022,12,, +MEA,2022,13,, +MEA,2022,14,, +MEA,2022,15,, +MEA,2022,16,, +MEA,2022,17,, +MEA,2022,18,, +MEA,2023,0,, +MEA,2023,1,, +MEA,2023,2,, +MEA,2023,3,, +MEA,2023,4,, +MEA,2023,5,, +MEA,2023,6,, +MEA,2023,7,, +MEA,2023,8,, +MEA,2023,9,, +MEA,2023,10,, +MEA,2023,11,, +MEA,2023,12,, +MEA,2023,13,, +MEA,2023,14,, +MEA,2023,15,, +MEA,2023,16,, +MEA,2023,17,, +MEA,2023,18,, +MEA,2024,0,, +MEA,2024,1,, +MEA,2024,2,, +MEA,2024,3,, +MEA,2024,4,, +MEA,2024,5,, +MEA,2024,6,, +MEA,2024,7,, +MEA,2024,8,, +MEA,2024,9,, +MEA,2024,10,, +MEA,2024,11,, +MEA,2024,12,, +MEA,2024,13,, +MEA,2024,14,, +MEA,2024,15,, +MEA,2024,16,, +MEA,2024,17,, +MEA,2024,18,, +MEA,2025,0,, +MEA,2025,1,, +MEA,2025,2,, +MEA,2025,3,, +MEA,2025,4,, +MEA,2025,5,, +MEA,2025,6,, +MEA,2025,7,, +MEA,2025,8,, +MEA,2025,9,, +MEA,2025,10,, +MEA,2025,11,, +MEA,2025,12,, +MEA,2025,13,, +MEA,2025,14,, +MEA,2025,15,, +MEA,2025,16,, +MEA,2025,17,, +MEA,2025,18,, +MEA,2026,0,, +MEA,2026,1,, +MEA,2026,2,, +MEA,2026,3,, +MEA,2026,4,, +MEA,2026,5,, +MEA,2026,6,, +MEA,2026,7,, +MEA,2026,8,, +MEA,2026,9,, +MEA,2026,10,, +MEA,2026,11,, +MEA,2026,12,, +MEA,2026,13,, +MEA,2026,14,, +MEA,2026,15,, +MEA,2026,16,, +MEA,2026,17,, +MEA,2026,18,, +MEA,2027,0,, +MEA,2027,1,, +MEA,2027,2,, +MEA,2027,3,, +MEA,2027,4,, +MEA,2027,5,, +MEA,2027,6,, +MEA,2027,7,, +MEA,2027,8,, +MEA,2027,9,, +MEA,2027,10,, +MEA,2027,11,, +MEA,2027,12,, +MEA,2027,13,, +MEA,2027,14,, +MEA,2027,15,, +MEA,2027,16,, +MEA,2027,17,, +MEA,2027,18,, +MEA,2028,0,, +MEA,2028,1,, +MEA,2028,2,, +MEA,2028,3,, +MEA,2028,4,, +MEA,2028,5,, +MEA,2028,6,, +MEA,2028,7,, +MEA,2028,8,, +MEA,2028,9,, +MEA,2028,10,, +MEA,2028,11,, +MEA,2028,12,, +MEA,2028,13,, +MEA,2028,14,, +MEA,2028,15,, +MEA,2028,16,, +MEA,2028,17,, +MEA,2028,18,, +MEA,2029,0,, +MEA,2029,1,, +MEA,2029,2,, +MEA,2029,3,, +MEA,2029,4,, +MEA,2029,5,, +MEA,2029,6,, +MEA,2029,7,, +MEA,2029,8,, +MEA,2029,9,, +MEA,2029,10,, +MEA,2029,11,, +MEA,2029,12,, +MEA,2029,13,, +MEA,2029,14,, +MEA,2029,15,, +MEA,2029,16,, +MEA,2029,17,, +MEA,2029,18,, +MEA,2030,0,, +MEA,2030,1,, +MEA,2030,2,, +MEA,2030,3,, +MEA,2030,4,, +MEA,2030,5,, +MEA,2030,6,, +MEA,2030,7,, +MEA,2030,8,, +MEA,2030,9,, +MEA,2030,10,, +MEA,2030,11,, +MEA,2030,12,, +MEA,2030,13,, +MEA,2030,14,, +MEA,2030,15,, +MEA,2030,16,, +MEA,2030,17,, +MEA,2030,18,, +MEA,2031,0,, +MEA,2031,1,, +MEA,2031,2,, +MEA,2031,3,, +MEA,2031,4,, +MEA,2031,5,, +MEA,2031,6,, +MEA,2031,7,, +MEA,2031,8,, +MEA,2031,9,, +MEA,2031,10,, +MEA,2031,11,, +MEA,2031,12,, +MEA,2031,13,, +MEA,2031,14,, +MEA,2031,15,, +MEA,2031,16,, +MEA,2031,17,, +MEA,2031,18,, +MEA,2032,0,, +MEA,2032,1,, +MEA,2032,2,, +MEA,2032,3,, +MEA,2032,4,, +MEA,2032,5,, +MEA,2032,6,, +MEA,2032,7,, +MEA,2032,8,, +MEA,2032,9,, +MEA,2032,10,, +MEA,2032,11,, +MEA,2032,12,, +MEA,2032,13,, +MEA,2032,14,, +MEA,2032,15,, +MEA,2032,16,, +MEA,2032,17,, +MEA,2032,18,, +MEA,2033,0,, +MEA,2033,1,, +MEA,2033,2,, +MEA,2033,3,, +MEA,2033,4,, +MEA,2033,5,, +MEA,2033,6,, +MEA,2033,7,, +MEA,2033,8,, +MEA,2033,9,, +MEA,2033,10,, +MEA,2033,11,, +MEA,2033,12,, +MEA,2033,13,, +MEA,2033,14,, +MEA,2033,15,, +MEA,2033,16,, +MEA,2033,17,, +MEA,2033,18,, +MEA,2034,0,, +MEA,2034,1,, +MEA,2034,2,, +MEA,2034,3,, +MEA,2034,4,, +MEA,2034,5,, +MEA,2034,6,, +MEA,2034,7,, +MEA,2034,8,, +MEA,2034,9,, +MEA,2034,10,, +MEA,2034,11,, +MEA,2034,12,, +MEA,2034,13,, +MEA,2034,14,, +MEA,2034,15,, +MEA,2034,16,, +MEA,2034,17,, +MEA,2034,18,, +MEA,2035,0,, +MEA,2035,1,, +MEA,2035,2,, +MEA,2035,3,, +MEA,2035,4,, +MEA,2035,5,, +MEA,2035,6,, +MEA,2035,7,, +MEA,2035,8,, +MEA,2035,9,, +MEA,2035,10,, +MEA,2035,11,, +MEA,2035,12,, +MEA,2035,13,, +MEA,2035,14,, +MEA,2035,15,, +MEA,2035,16,, +MEA,2035,17,, +MEA,2035,18,, +MEA,2036,0,, +MEA,2036,1,, +MEA,2036,2,, +MEA,2036,3,, +MEA,2036,4,, +MEA,2036,5,, +MEA,2036,6,, +MEA,2036,7,, +MEA,2036,8,, +MEA,2036,9,, +MEA,2036,10,, +MEA,2036,11,, +MEA,2036,12,, +MEA,2036,13,, +MEA,2036,14,, +MEA,2036,15,, +MEA,2036,16,, +MEA,2036,17,, +MEA,2036,18,, +MEA,2037,0,, +MEA,2037,1,, +MEA,2037,2,, +MEA,2037,3,, +MEA,2037,4,, +MEA,2037,5,, +MEA,2037,6,, +MEA,2037,7,, +MEA,2037,8,, +MEA,2037,9,, +MEA,2037,10,, +MEA,2037,11,, +MEA,2037,12,, +MEA,2037,13,, +MEA,2037,14,, +MEA,2037,15,, +MEA,2037,16,, +MEA,2037,17,, +MEA,2037,18,, +MEA,2038,0,, +MEA,2038,1,, +MEA,2038,2,, +MEA,2038,3,, +MEA,2038,4,, +MEA,2038,5,, +MEA,2038,6,, +MEA,2038,7,, +MEA,2038,8,, +MEA,2038,9,, +MEA,2038,10,, +MEA,2038,11,, +MEA,2038,12,, +MEA,2038,13,, +MEA,2038,14,, +MEA,2038,15,, +MEA,2038,16,, +MEA,2038,17,, +MEA,2038,18,, +MEA,2039,0,, +MEA,2039,1,, +MEA,2039,2,, +MEA,2039,3,, +MEA,2039,4,, +MEA,2039,5,, +MEA,2039,6,, +MEA,2039,7,, +MEA,2039,8,, +MEA,2039,9,, +MEA,2039,10,, +MEA,2039,11,, +MEA,2039,12,, +MEA,2039,13,, +MEA,2039,14,, +MEA,2039,15,, +MEA,2039,16,, +MEA,2039,17,, +MEA,2039,18,, +MEA,2040,0,, +MEA,2040,1,, +MEA,2040,2,, +MEA,2040,3,, +MEA,2040,4,, +MEA,2040,5,, +MEA,2040,6,, +MEA,2040,7,, +MEA,2040,8,, +MEA,2040,9,, +MEA,2040,10,, +MEA,2040,11,, +MEA,2040,12,, +MEA,2040,13,, +MEA,2040,14,, +MEA,2040,15,, +MEA,2040,16,, +MEA,2040,17,, +MEA,2040,18,, +MEA,2041,0,, +MEA,2041,1,, +MEA,2041,2,, +MEA,2041,3,, +MEA,2041,4,, +MEA,2041,5,, +MEA,2041,6,, +MEA,2041,7,, +MEA,2041,8,, +MEA,2041,9,, +MEA,2041,10,, +MEA,2041,11,, +MEA,2041,12,, +MEA,2041,13,, +MEA,2041,14,, +MEA,2041,15,, +MEA,2041,16,, +MEA,2041,17,, +MEA,2041,18,, +MEA,2042,0,, +MEA,2042,1,, +MEA,2042,2,, +MEA,2042,3,, +MEA,2042,4,, +MEA,2042,5,, +MEA,2042,6,, +MEA,2042,7,, +MEA,2042,8,, +MEA,2042,9,, +MEA,2042,10,, +MEA,2042,11,, +MEA,2042,12,, +MEA,2042,13,, +MEA,2042,14,, +MEA,2042,15,, +MEA,2042,16,, +MEA,2042,17,, +MEA,2042,18,, +MEA,2043,0,, +MEA,2043,1,, +MEA,2043,2,, +MEA,2043,3,, +MEA,2043,4,, +MEA,2043,5,, +MEA,2043,6,, +MEA,2043,7,, +MEA,2043,8,, +MEA,2043,9,, +MEA,2043,10,, +MEA,2043,11,, +MEA,2043,12,, +MEA,2043,13,, +MEA,2043,14,, +MEA,2043,15,, +MEA,2043,16,, +MEA,2043,17,, +MEA,2043,18,, +MEA,2044,0,, +MEA,2044,1,, +MEA,2044,2,, +MEA,2044,3,, +MEA,2044,4,, +MEA,2044,5,, +MEA,2044,6,, +MEA,2044,7,, +MEA,2044,8,, +MEA,2044,9,, +MEA,2044,10,, +MEA,2044,11,, +MEA,2044,12,, +MEA,2044,13,, +MEA,2044,14,, +MEA,2044,15,, +MEA,2044,16,, +MEA,2044,17,, +MEA,2044,18,, +MEA,2045,0,, +MEA,2045,1,, +MEA,2045,2,, +MEA,2045,3,, +MEA,2045,4,, +MEA,2045,5,, +MEA,2045,6,, +MEA,2045,7,, +MEA,2045,8,, +MEA,2045,9,, +MEA,2045,10,, +MEA,2045,11,, +MEA,2045,12,, +MEA,2045,13,, +MEA,2045,14,, +MEA,2045,15,, +MEA,2045,16,, +MEA,2045,17,, +MEA,2045,18,, +MEA,2046,0,, +MEA,2046,1,, +MEA,2046,2,, +MEA,2046,3,, +MEA,2046,4,, +MEA,2046,5,, +MEA,2046,6,, +MEA,2046,7,, +MEA,2046,8,, +MEA,2046,9,, +MEA,2046,10,, +MEA,2046,11,, +MEA,2046,12,, +MEA,2046,13,, +MEA,2046,14,, +MEA,2046,15,, +MEA,2046,16,, +MEA,2046,17,, +MEA,2046,18,, +MEA,2047,0,, +MEA,2047,1,, +MEA,2047,2,, +MEA,2047,3,, +MEA,2047,4,, +MEA,2047,5,, +MEA,2047,6,, +MEA,2047,7,, +MEA,2047,8,, +MEA,2047,9,, +MEA,2047,10,, +MEA,2047,11,, +MEA,2047,12,, +MEA,2047,13,, +MEA,2047,14,, +MEA,2047,15,, +MEA,2047,16,, +MEA,2047,17,, +MEA,2047,18,, +MEA,2048,0,, +MEA,2048,1,, +MEA,2048,2,, +MEA,2048,3,, +MEA,2048,4,, +MEA,2048,5,, +MEA,2048,6,, +MEA,2048,7,, +MEA,2048,8,, +MEA,2048,9,, +MEA,2048,10,, +MEA,2048,11,, +MEA,2048,12,, +MEA,2048,13,, +MEA,2048,14,, +MEA,2048,15,, +MEA,2048,16,, +MEA,2048,17,, +MEA,2048,18,, +MEA,2049,0,, +MEA,2049,1,, +MEA,2049,2,, +MEA,2049,3,, +MEA,2049,4,, +MEA,2049,5,, +MEA,2049,6,, +MEA,2049,7,, +MEA,2049,8,, +MEA,2049,9,, +MEA,2049,10,, +MEA,2049,11,, +MEA,2049,12,, +MEA,2049,13,, +MEA,2049,14,, +MEA,2049,15,, +MEA,2049,16,, +MEA,2049,17,, +MEA,2049,18,, +MEA,2050,0,, +MEA,2050,1,, +MEA,2050,2,, +MEA,2050,3,, +MEA,2050,4,, +MEA,2050,5,, +MEA,2050,6,, +MEA,2050,7,, +MEA,2050,8,, +MEA,2050,9,, +MEA,2050,10,, +MEA,2050,11,, +MEA,2050,12,, +MEA,2050,13,, +MEA,2050,14,, +MEA,2050,15,, +MEA,2050,16,, +MEA,2050,17,, +MEA,2050,18,, +MEX,1990,0,1167136,1223598 +MEX,1990,1,1144631,1193938 +MEX,1990,2,1125733,1169635 +MEX,1990,3,1110013,1149980 +MEX,1990,4,1097046,1134262 +MEX,1990,5,1086407,1121772 +MEX,1990,6,1077668,1111801 +MEX,1990,7,1070404,1103638 +MEX,1990,8,1064188,1096575 +MEX,1990,9,1058594,1089900 +MEX,1990,10,1053040,1083611 +MEX,1990,11,1046942,1077704 +MEX,1990,12,1040658,1067939 +MEX,1990,13,1034076,1052195 +MEX,1990,14,1026299,1031879 +MEX,1990,15,1017473,1011198 +MEX,1990,16,1008685,990120 +MEX,1990,17,991944,964540 +MEX,1990,18,963640,933095 +MEX,1991,0,1163455,1221692 +MEX,1991,1,1160020,1212824 +MEX,1991,2,1140849,1187826 +MEX,1991,3,1124144,1166661 +MEX,1991,4,1109641,1148785 +MEX,1991,5,1097072,1133654 +MEX,1991,6,1086005,1120745 +MEX,1991,7,1076009,1109534 +MEX,1991,8,1067642,1099376 +MEX,1991,9,1060966,1089688 +MEX,1991,10,1055221,1079986 +MEX,1991,11,1049197,1070408 +MEX,1991,12,1042674,1060969 +MEX,1991,13,1035151,1048328 +MEX,1991,14,1026102,1030843 +MEX,1991,15,1015237,1009669 +MEX,1991,16,1003519,988137 +MEX,1991,17,991632,966222 +MEX,1991,18,973574,940909 +MEX,1992,0,1154816,1211039 +MEX,1992,1,1144248,1191984 +MEX,1992,2,1154088,1202579 +MEX,1992,3,1138228,1182231 +MEX,1992,4,1123701,1164194 +MEX,1992,5,1110398,1148088 +MEX,1992,6,1098213,1133537 +MEX,1992,7,1086708,1120202 +MEX,1992,8,1075446,1107747 +MEX,1992,9,1065968,1095591 +MEX,1992,10,1058826,1083276 +MEX,1992,11,1052923,1070544 +MEX,1992,12,1046423,1057674 +MEX,1992,13,1039469,1044700 +MEX,1992,14,1030700,1029179 +MEX,1992,15,1019176,1009947 +MEX,1992,16,1005213,987907 +MEX,1992,17,990593,965515 +MEX,1992,18,975596,942754 +MEX,1993,0,1143087,1195115 +MEX,1993,1,1140775,1185695 +MEX,1993,2,1137101,1177016 +MEX,1993,3,1148611,1192667 +MEX,1993,4,1136059,1176964 +MEX,1993,5,1123705,1162049 +MEX,1993,6,1111599,1147710 +MEX,1993,7,1099794,1133735 +MEX,1993,8,1087846,1119972 +MEX,1993,9,1075311,1106269 +MEX,1993,10,1064717,1092110 +MEX,1993,11,1057105,1077164 +MEX,1993,12,1051042,1061398 +MEX,1993,13,1044064,1045231 +MEX,1993,14,1036676,1028718 +MEX,1993,15,1026656,1010312 +MEX,1993,16,1012650,989328 +MEX,1993,17,995580,966414 +MEX,1993,18,978050,943157 +MEX,1994,0,1131171,1178993 +MEX,1994,1,1136198,1178807 +MEX,1994,2,1138279,1177292 +MEX,1994,3,1137697,1174413 +MEX,1994,4,1142702,1182709 +MEX,1994,5,1133466,1171654 +MEX,1994,6,1123291,1159864 +MEX,1994,7,1112388,1147293 +MEX,1994,8,1100967,1133894 +MEX,1994,9,1088580,1119702 +MEX,1994,10,1074777,1104751 +MEX,1994,11,1063070,1088590 +MEX,1994,12,1054991,1071012 +MEX,1994,13,1048769,1052211 +MEX,1994,14,1041314,1032747 +MEX,1994,15,1033494,1012694 +MEX,1994,16,1022226,991402 +MEX,1994,17,1005741,968665 +MEX,1994,18,985568,944879 +MEX,1995,0,1121409,1166519 +MEX,1995,1,1131419,1173190 +MEX,1995,2,1137505,1177008 +MEX,1995,3,1140035,1178092 +MEX,1995,4,1139381,1176560 +MEX,1995,5,1135912,1172532 +MEX,1995,6,1129999,1166127 +MEX,1995,7,1122011,1157465 +MEX,1995,8,1112318,1146665 +MEX,1995,9,1101291,1133846 +MEX,1995,10,1088475,1119227 +MEX,1995,11,1073413,1103031 +MEX,1995,12,1060603,1084870 +MEX,1995,13,1052063,1064662 +MEX,1995,14,1045688,1042828 +MEX,1995,15,1037762,1020070 +MEX,1995,16,1029516,996480 +MEX,1995,17,1017009,972306 +MEX,1995,18,998058,947820 +MEX,1996,0,1116751,1159088 +MEX,1996,1,1123265,1167589 +MEX,1996,2,1130999,1172146 +MEX,1996,3,1135358,1174048 +MEX,1996,4,1136629,1173407 +MEX,1996,5,1135102,1170336 +MEX,1996,6,1131128,1164931 +MEX,1996,7,1125056,1157288 +MEX,1996,8,1116867,1147598 +MEX,1996,9,1106728,1136002 +MEX,1996,10,1095111,1122566 +MEX,1996,11,1081948,1107507 +MEX,1996,12,1066800,1091129 +MEX,1996,13,1053594,1072573 +MEX,1996,14,1044137,1051546 +MEX,1996,15,1036595,1028729 +MEX,1996,16,1027628,1005150 +MEX,1996,17,1018263,980673 +MEX,1996,18,1005471,956570 +MEX,1997,0,1114201,1155267 +MEX,1997,1,1126315,1167859 +MEX,1997,2,1124344,1168677 +MEX,1997,3,1129795,1171118 +MEX,1997,4,1132423,1171103 +MEX,1997,5,1132433,1168737 +MEX,1997,6,1130034,1164125 +MEX,1997,7,1125556,1157342 +MEX,1997,8,1119329,1148461 +MEX,1997,9,1110946,1137741 +MEX,1997,10,1100366,1125348 +MEX,1997,11,1088167,1111296 +MEX,1997,12,1074667,1095794 +MEX,1997,13,1059442,1079236 +MEX,1997,14,1045849,1060285 +MEX,1997,15,1035480,1038438 +MEX,1997,16,1026775,1014635 +MEX,1997,17,1016773,990236 +MEX,1997,18,1006293,964871 +MEX,1998,0,1113643,1154493 +MEX,1998,1,1123785,1166769 +MEX,1998,2,1130859,1175054 +MEX,1998,3,1124905,1169472 +MEX,1998,4,1128072,1169796 +MEX,1998,5,1128967,1167864 +MEX,1998,6,1127716,1163772 +MEX,1998,7,1124446,1157620 +MEX,1998,8,1119466,1149459 +MEX,1998,9,1113088,1139341 +MEX,1998,10,1104513,1127594 +MEX,1998,11,1093499,1114408 +MEX,1998,12,1080724,1099743 +MEX,1998,13,1066892,1083802 +MEX,1998,14,1051597,1067067 +MEX,1998,15,1037625,1047725 +MEX,1998,16,1026349,1025063 +MEX,1998,17,1016485,1000280 +MEX,1998,18,1005452,975066 +MEX,1999,0,1114693,1155872 +MEX,1999,1,1121862,1166028 +MEX,1999,2,1126989,1172836 +MEX,1999,3,1130164,1176500 +MEX,1999,4,1125401,1169868 +MEX,1999,5,1126285,1168074 +MEX,1999,6,1125449,1164225 +MEX,1999,7,1122939,1158410 +MEX,1999,8,1118798,1150720 +MEX,1999,9,1113318,1141184 +MEX,1999,10,1106788,1129833 +MEX,1999,11,1098023,1117064 +MEX,1999,12,1086574,1103088 +MEX,1999,13,1073224,1087815 +MEX,1999,14,1059062,1071442 +MEX,1999,15,1043699,1054535 +MEX,1999,16,1029347,1034809 +MEX,1999,17,1017166,1011340 +MEX,1999,18,1006144,985586 +MEX,2000,0,1116922,1158725 +MEX,2000,1,1120807,1165350 +MEX,2000,2,1123710,1169702 +MEX,2000,3,1125593,1171863 +MEX,2000,4,1126419,1171918 +MEX,2000,5,1126151,1169949 +MEX,2000,6,1124753,1166041 +MEX,2000,7,1122187,1160277 +MEX,2000,8,1118417,1152741 +MEX,2000,9,1113405,1143517 +MEX,2000,10,1107423,1132611 +MEX,2000,11,1100742,1120030 +MEX,2000,12,1091784,1106242 +MEX,2000,13,1079898,1091482 +MEX,2000,14,1065970,1075604 +MEX,2000,15,1051475,1058803 +MEX,2000,16,1036040,1041731 +MEX,2000,17,1021306,1021626 +MEX,2000,18,1008217,997357 +MEX,2001,0,1120281,1164352 +MEX,2001,1,1114008,1154164 +MEX,2001,2,1117151,1159489 +MEX,2001,3,1119645,1163243 +MEX,2001,4,1121370,1165316 +MEX,2001,5,1122202,1165599 +MEX,2001,6,1122182,1164364 +MEX,2001,7,1121346,1161884 +MEX,2001,8,1118773,1156145 +MEX,2001,9,1114020,1146273 +MEX,2001,10,1107446,1133305 +MEX,2001,11,1100090,1119106 +MEX,2001,12,1092032,1103255 +MEX,2001,13,1082149,1087206 +MEX,2001,14,1070078,1071857 +MEX,2001,15,1056460,1056542 +MEX,2001,16,1042253,1040221 +MEX,2001,17,1027216,1023731 +MEX,2001,18,1012786,1004524 +MEX,2002,0,1125039,1171687 +MEX,2002,1,1120979,1166005 +MEX,2002,2,1111093,1148952 +MEX,2002,3,1113494,1152976 +MEX,2002,4,1115581,1156130 +MEX,2002,5,1117147,1158114 +MEX,2002,6,1117987,1158624 +MEX,2002,7,1118213,1158124 +MEX,2002,8,1117939,1157073 +MEX,2002,9,1115359,1151360 +MEX,2002,10,1109623,1139161 +MEX,2002,11,1101488,1122461 +MEX,2002,12,1092761,1104981 +MEX,2002,13,1083327,1085871 +MEX,2002,14,1072519,1067572 +MEX,2002,15,1060265,1051643 +MEX,2002,16,1046955,1036899 +MEX,2002,17,1033036,1021067 +MEX,2002,18,1018396,1005168 +MEX,2003,0,1129644,1179177 +MEX,2003,1,1121771,1166462 +MEX,2003,2,1116256,1157347 +MEX,2003,3,1108456,1143930 +MEX,2003,4,1110116,1146655 +MEX,2003,5,1111796,1149211 +MEX,2003,6,1113205,1151105 +MEX,2003,7,1114051,1151844 +MEX,2003,8,1114524,1152076 +MEX,2003,9,1114812,1152451 +MEX,2003,10,1112223,1146765 +MEX,2003,11,1105505,1132240 +MEX,2003,12,1095808,1111810 +MEX,2003,13,1085707,1091050 +MEX,2003,14,1074897,1068683 +MEX,2003,15,1063162,1048136 +MEX,2003,16,1050720,1031625 +MEX,2003,17,1037716,1017448 +MEX,2003,18,1024081,1002103 +MEX,2004,0,1131901,1184488 +MEX,2004,1,1121750,1166793 +MEX,2004,2,1114571,1154224 +MEX,2004,3,1109893,1145954 +MEX,2004,4,1106323,1139924 +MEX,2004,5,1107244,1141353 +MEX,2004,6,1108518,1143313 +MEX,2004,7,1109769,1145120 +MEX,2004,8,1110623,1146087 +MEX,2004,9,1111342,1147052 +MEX,2004,10,1112193,1148853 +MEX,2004,11,1109595,1143188 +MEX,2004,12,1101891,1126325 +MEX,2004,13,1090626,1102149 +MEX,2004,14,1079148,1078092 +MEX,2004,15,1066956,1052450 +MEX,2004,16,1054288,1029636 +MEX,2004,17,1041653,1012529 +MEX,2004,18,1028949,998907 +MEX,2005,0,1130301,1185842 +MEX,2005,1,1120122,1166619 +MEX,2005,2,1112937,1153025 +MEX,2005,3,1108285,1144181 +MEX,2005,4,1105705,1139208 +MEX,2005,5,1104735,1137227 +MEX,2005,6,1104915,1137360 +MEX,2005,7,1105783,1138726 +MEX,2005,8,1106878,1140447 +MEX,2005,9,1107739,1141644 +MEX,2005,10,1108706,1143344 +MEX,2005,11,1110120,1146575 +MEX,2005,12,1107511,1140925 +MEX,2005,13,1098816,1121701 +MEX,2005,14,1085978,1093744 +MEX,2005,15,1073114,1066358 +MEX,2005,16,1059533,1037404 +MEX,2005,17,1045925,1012294 +MEX,2005,18,1033091,994571 +MEX,2006,0,1121252,1176936 +MEX,2006,1,1125364,1177748 +MEX,2006,2,1117431,1162207 +MEX,2006,3,1111658,1150926 +MEX,2006,4,1107723,1143251 +MEX,2006,5,1105305,1138527 +MEX,2006,6,1103912,1135857 +MEX,2006,7,1103048,1134346 +MEX,2006,8,1103263,1134548 +MEX,2006,9,1104587,1136292 +MEX,2006,10,1106175,1138198 +MEX,2006,11,1107566,1140132 +MEX,2006,12,1109341,1143409 +MEX,2006,13,1106669,1137521 +MEX,2006,14,1097249,1117631 +MEX,2006,15,1083295,1088754 +MEX,2006,16,1069398,1060514 +MEX,2006,17,1054736,1030709 +MEX,2006,18,1040456,1004967 +MEX,2007,0,1108260,1164045 +MEX,2007,1,1106393,1154344 +MEX,2007,2,1121289,1171416 +MEX,2007,3,1115595,1159529 +MEX,2007,4,1111228,1150541 +MEX,2007,5,1108005,1144021 +MEX,2007,6,1105749,1139538 +MEX,2007,7,1103931,1136177 +MEX,2007,8,1102023,1133023 +MEX,2007,9,1101587,1132062 +MEX,2007,10,1103139,1133832 +MEX,2007,11,1105456,1136450 +MEX,2007,12,1107271,1138619 +MEX,2007,13,1109409,1141947 +MEX,2007,14,1106671,1135813 +MEX,2007,15,1096520,1115229 +MEX,2007,16,1081440,1085390 +MEX,2007,17,1066501,1056256 +MEX,2007,18,1050746,1025556 +MEX,2008,0,1094251,1149867 +MEX,2008,1,1098606,1148373 +MEX,2008,2,1102184,1147448 +MEX,2008,3,1117662,1165991 +MEX,2008,4,1114206,1157751 +MEX,2008,5,1111243,1151051 +MEX,2008,6,1108733,1145682 +MEX,2008,7,1106637,1141437 +MEX,2008,8,1104393,1137381 +MEX,2008,9,1101440,1132580 +MEX,2008,10,1100351,1130456 +MEX,2008,11,1102133,1132253 +MEX,2008,12,1105179,1135584 +MEX,2008,13,1107420,1137991 +MEX,2008,14,1109922,1141372 +MEX,2008,15,1107117,1134988 +MEX,2008,16,1096230,1113692 +MEX,2008,17,1080019,1082868 +MEX,2008,18,1064030,1052816 +MEX,2009,0,1083419,1138446 +MEX,2009,1,1092445,1143747 +MEX,2009,2,1099476,1147640 +MEX,2009,3,1104699,1150225 +MEX,2009,4,1113959,1160435 +MEX,2009,5,1112743,1155848 +MEX,2009,6,1111186,1151440 +MEX,2009,7,1109388,1147225 +MEX,2009,8,1107453,1143218 +MEX,2009,9,1104783,1138467 +MEX,2009,10,1100785,1132017 +MEX,2009,11,1099043,1128727 +MEX,2009,12,1101055,1130551 +MEX,2009,13,1104831,1134597 +MEX,2009,14,1107497,1137242 +MEX,2009,15,1110363,1140676 +MEX,2009,16,1107491,1134041 +MEX,2009,17,1095869,1112035 +MEX,2009,18,1078526,1080228 +MEX,2010,0,1078679,1132722 +MEX,2010,1,1089214,1141298 +MEX,2010,2,1097362,1147495 +MEX,2010,3,1103365,1151553 +MEX,2010,4,1107467,1153710 +MEX,2010,5,1109909,1154206 +MEX,2010,6,1110934,1153277 +MEX,2010,7,1110783,1151165 +MEX,2010,8,1109700,1148107 +MEX,2010,9,1107925,1144341 +MEX,2010,10,1104831,1138897 +MEX,2010,11,1099787,1130801 +MEX,2010,12,1097393,1126347 +MEX,2010,13,1099635,1128197 +MEX,2010,14,1104139,1132955 +MEX,2010,15,1107230,1135837 +MEX,2010,16,1110460,1139322 +MEX,2010,17,1107522,1132440 +MEX,2010,18,1095168,1109736 +MEX,2011,0,1082694,1135851 +MEX,2011,1,1080946,1134789 +MEX,2011,2,1089659,1141787 +MEX,2011,3,1096732,1147072 +MEX,2011,4,1102273,1150753 +MEX,2011,5,1106389,1152938 +MEX,2011,6,1109340,1153897 +MEX,2011,7,1111383,1153903 +MEX,2011,8,1111873,1152249 +MEX,2011,9,1110615,1148720 +MEX,2011,10,1108169,1143911 +MEX,2011,11,1104659,1137666 +MEX,2011,12,1099301,1128855 +MEX,2011,13,1096658,1123785 +MEX,2011,14,1098773,1125208 +MEX,2011,15,1103230,1129674 +MEX,2011,16,1106255,1132246 +MEX,2011,17,1109425,1135425 +MEX,2011,18,1106419,1128327 +MEX,2012,0,1092680,1144605 +MEX,2012,1,1094936,1147200 +MEX,2012,2,1082682,1136082 +MEX,2012,3,1089568,1141497 +MEX,2012,4,1095561,1145865 +MEX,2012,5,1100636,1149166 +MEX,2012,6,1104764,1151376 +MEX,2012,7,1108222,1152800 +MEX,2012,8,1111284,1153740 +MEX,2012,9,1112415,1152547 +MEX,2012,10,1110982,1148548 +MEX,2012,11,1107867,1142698 +MEX,2012,12,1103942,1135657 +MEX,2012,13,1098271,1126135 +MEX,2012,14,1095381,1120452 +MEX,2012,15,1097368,1121447 +MEX,2012,16,1101775,1125618 +MEX,2012,17,1104734,1127878 +MEX,2012,18,1107841,1130748 +MEX,2013,0,1104765,1155375 +MEX,2013,1,1100012,1151616 +MEX,2013,2,1096898,1148903 +MEX,2013,3,1084038,1136857 +MEX,2013,4,1089094,1140685 +MEX,2013,5,1094006,1144135 +MEX,2013,6,1098612,1147055 +MEX,2013,7,1102751,1149290 +MEX,2013,8,1106715,1151177 +MEX,2013,9,1110795,1153050 +MEX,2013,10,1112566,1152318 +MEX,2013,11,1110960,1147852 +MEX,2013,12,1107175,1140963 +MEX,2013,13,1102838,1133130 +MEX,2013,14,1096856,1122903 +MEX,2013,15,1093719,1116609 +MEX,2013,16,1095578,1117176 +MEX,2013,17,1099934,1121049 +MEX,2013,18,1102825,1122996 +MEX,2014,0,1113461,1163052 +MEX,2014,1,1103360,1154311 +MEX,2014,2,1096307,1148062 +MEX,2014,3,1091923,1143960 +MEX,2014,4,1085298,1137583 +MEX,2014,5,1088525,1139827 +MEX,2014,6,1092356,1142359 +MEX,2014,7,1096494,1144897 +MEX,2014,8,1100643,1147157 +MEX,2014,9,1105112,1149507 +MEX,2014,10,1110210,1152313 +MEX,2014,11,1112620,1152041 +MEX,2014,12,1110841,1147109 +MEX,2014,13,1106387,1139182 +MEX,2014,14,1101637,1130557 +MEX,2014,15,1095346,1119625 +MEX,2014,16,1091963,1112722 +MEX,2014,17,1093693,1112860 +MEX,2014,18,1097997,1116437 +MEX,2015,0,1114871,1163991 +MEX,2015,1,1103068,1153669 +MEX,2015,2,1094766,1146371 +MEX,2015,3,1089535,1141683 +MEX,2015,4,1086943,1139191 +MEX,2015,5,1086563,1138481 +MEX,2015,6,1087962,1139141 +MEX,2015,7,1090712,1140756 +MEX,2015,8,1094382,1142913 +MEX,2015,9,1098542,1145198 +MEX,2015,10,1103517,1148011 +MEX,2015,11,1109630,1151750 +MEX,2015,12,1112680,1151939 +MEX,2015,13,1110727,1146539 +MEX,2015,14,1105606,1137575 +MEX,2015,15,1100443,1128156 +MEX,2015,16,1093843,1116519 +MEX,2015,17,1090213,1109005 +MEX,2015,18,1091814,1108715 +MEX,2016,0,1107701,1156587 +MEX,2016,1,1110781,1159925 +MEX,2016,2,1101765,1152154 +MEX,2016,3,1095219,1146470 +MEX,2016,4,1090881,1142608 +MEX,2016,5,1088487,1140304 +MEX,2016,6,1087616,1139153 +MEX,2016,7,1087845,1138748 +MEX,2016,8,1089705,1139529 +MEX,2016,9,1093252,1141514 +MEX,2016,10,1097746,1144014 +MEX,2016,11,1102715,1146730 +MEX,2016,12,1108645,1150203 +MEX,2016,13,1111539,1150130 +MEX,2016,14,1109481,1144490 +MEX,2016,15,1104289,1135300 +MEX,2016,16,1099052,1125652 +MEX,2016,17,1092380,1113791 +MEX,2016,18,1088693,1106065 +MEX,2017,0,1093509,1142716 +MEX,2017,1,1090879,1140939 +MEX,2017,2,1106887,1156189 +MEX,2017,3,1100656,1150967 +MEX,2017,4,1095867,1146896 +MEX,2017,5,1092422,1143860 +MEX,2017,6,1090225,1141743 +MEX,2017,7,1088863,1140149 +MEX,2017,8,1087920,1138680 +MEX,2017,9,1088892,1138627 +MEX,2017,10,1092316,1140440 +MEX,2017,11,1097144,1143156 +MEX,2017,12,1102110,1145775 +MEX,2017,13,1107857,1148984 +MEX,2017,14,1110595,1148650 +MEX,2017,15,1108431,1142766 +MEX,2017,16,1103168,1133348 +MEX,2017,17,1097856,1123469 +MEX,2017,18,1091110,1111380 +MEX,2018,0,1075413,1125287 +MEX,2018,1,1080863,1130970 +MEX,2018,2,1085302,1135693 +MEX,2018,3,1103006,1152559 +MEX,2018,4,1099561,1149886 +MEX,2018,5,1096528,1147427 +MEX,2018,6,1093976,1145217 +MEX,2018,7,1091977,1143288 +MEX,2018,8,1090123,1141251 +MEX,2018,9,1088010,1138716 +MEX,2018,10,1088092,1137830 +MEX,2018,11,1091394,1139471 +MEX,2018,12,1096556,1142403 +MEX,2018,13,1101518,1144926 +MEX,2018,14,1107083,1147871 +MEX,2018,15,1109665,1147274 +MEX,2018,16,1107394,1141148 +MEX,2018,17,1102060,1131500 +MEX,2018,18,1096672,1121389 +MEX,2019,0,1058000,1109000 +MEX,2019,1,1071000,1121000 +MEX,2019,2,1080000,1130000 +MEX,2019,3,1087000,1138000 +MEX,2019,4,1099000,1149000 +MEX,2019,5,1098000,1149000 +MEX,2019,6,1097000,1148000 +MEX,2019,7,1095000,1146000 +MEX,2019,8,1093000,1145000 +MEX,2019,9,1091000,1142000 +MEX,2019,10,1088000,1139000 +MEX,2019,11,1087000,1137000 +MEX,2019,12,1090000,1138000 +MEX,2019,13,1096000,1141000 +MEX,2019,14,1101000,1144000 +MEX,2019,15,1106000,1147000 +MEX,2019,16,1108000,1146000 +MEX,2019,17,1106000,1139000 +MEX,2019,18,1101000,1129000 +MEX,2020,0,1045000,1096000 +MEX,2020,1,1061000,1112000 +MEX,2020,2,1074000,1124000 +MEX,2020,3,1084000,1133000 +MEX,2020,4,1090000,1140000 +MEX,2020,5,1094000,1144000 +MEX,2020,6,1097000,1147000 +MEX,2020,7,1097000,1148000 +MEX,2020,8,1096000,1147000 +MEX,2020,9,1095000,1146000 +MEX,2020,10,1092000,1143000 +MEX,2020,11,1087000,1138000 +MEX,2020,12,1086000,1135000 +MEX,2020,13,1089000,1137000 +MEX,2020,14,1095000,1140000 +MEX,2020,15,1099000,1142000 +MEX,2020,16,1105000,1145000 +MEX,2020,17,1107000,1144000 +MEX,2020,18,1104000,1137000 +MEX,2021,0,1038000,1089000 +MEX,2021,1,1047000,1098000 +MEX,2021,2,1062000,1112000 +MEX,2021,3,1073000,1123000 +MEX,2021,4,1082000,1132000 +MEX,2021,5,1089000,1139000 +MEX,2021,6,1094000,1144000 +MEX,2021,7,1097000,1147000 +MEX,2021,8,1098000,1148000 +MEX,2021,9,1097000,1148000 +MEX,2021,10,1095000,1146000 +MEX,2021,11,1092000,1142000 +MEX,2021,12,1087000,1137000 +MEX,2021,13,1085000,1135000 +MEX,2021,14,1088000,1136000 +MEX,2021,15,1094000,1139000 +MEX,2021,16,1099000,1141000 +MEX,2021,17,1104000,1143000 +MEX,2021,18,1106000,1141000 +MEX,2022,0,1035000,1087000 +MEX,2022,1,1049000,1100000 +MEX,2022,2,1049000,1100000 +MEX,2022,3,1062000,1112000 +MEX,2022,4,1073000,1122000 +MEX,2022,5,1081000,1131000 +MEX,2022,6,1087000,1137000 +MEX,2022,7,1092000,1143000 +MEX,2022,8,1096000,1147000 +MEX,2022,9,1098000,1148000 +MEX,2022,10,1097000,1148000 +MEX,2022,11,1094000,1145000 +MEX,2022,12,1091000,1142000 +MEX,2022,13,1086000,1136000 +MEX,2022,14,1084000,1133000 +MEX,2022,15,1087000,1134000 +MEX,2022,16,1093000,1137000 +MEX,2022,17,1097000,1139000 +MEX,2022,18,1102000,1140000 +MEX,2023,0,1035000,1086000 +MEX,2023,1,1044000,1095000 +MEX,2023,2,1053000,1103000 +MEX,2023,3,1051000,1102000 +MEX,2023,4,1062000,1112000 +MEX,2023,5,1071000,1121000 +MEX,2023,6,1079000,1129000 +MEX,2023,7,1086000,1136000 +MEX,2023,8,1091000,1141000 +MEX,2023,9,1096000,1146000 +MEX,2023,10,1098000,1148000 +MEX,2023,11,1097000,1147000 +MEX,2023,12,1094000,1144000 +MEX,2023,13,1090000,1140000 +MEX,2023,14,1085000,1135000 +MEX,2023,15,1083000,1132000 +MEX,2023,16,1086000,1132000 +MEX,2023,17,1091000,1135000 +MEX,2023,18,1096000,1136000 +MEX,2024,0,1034000,1084000 +MEX,2024,1,1039000,1089000 +MEX,2024,2,1045000,1095000 +MEX,2024,3,1051000,1101000 +MEX,2024,4,1053000,1103000 +MEX,2024,5,1062000,1112000 +MEX,2024,6,1070000,1120000 +MEX,2024,7,1077000,1127000 +MEX,2024,8,1084000,1134000 +MEX,2024,9,1089000,1140000 +MEX,2024,10,1095000,1145000 +MEX,2024,11,1098000,1148000 +MEX,2024,12,1097000,1147000 +MEX,2024,13,1093000,1143000 +MEX,2024,14,1089000,1139000 +MEX,2024,15,1084000,1134000 +MEX,2024,16,1082000,1130000 +MEX,2024,17,1085000,1131000 +MEX,2024,18,1090000,1133000 +MEX,2025,0,1030000,1080000 +MEX,2025,1,1033000,1083000 +MEX,2025,2,1037000,1087000 +MEX,2025,3,1042000,1092000 +MEX,2025,4,1048000,1098000 +MEX,2025,5,1055000,1105000 +MEX,2025,6,1062000,1112000 +MEX,2025,7,1069000,1119000 +MEX,2025,8,1075000,1125000 +MEX,2025,9,1081000,1132000 +MEX,2025,10,1088000,1138000 +MEX,2025,11,1094000,1144000 +MEX,2025,12,1098000,1148000 +MEX,2025,13,1097000,1147000 +MEX,2025,14,1093000,1143000 +MEX,2025,15,1088000,1138000 +MEX,2025,16,1083000,1132000 +MEX,2025,17,1081000,1129000 +MEX,2025,18,1083000,1129000 +MEX,2026,0,1023000,1073000 +MEX,2026,1,1028000,1079000 +MEX,2026,2,1032000,1082000 +MEX,2026,3,1037000,1087000 +MEX,2026,4,1043000,1092000 +MEX,2026,5,1049000,1098000 +MEX,2026,6,1055000,1105000 +MEX,2026,7,1062000,1111000 +MEX,2026,8,1068000,1118000 +MEX,2026,9,1075000,1125000 +MEX,2026,10,1081000,1131000 +MEX,2026,11,1087000,1137000 +MEX,2026,12,1094000,1144000 +MEX,2026,13,1097000,1147000 +MEX,2026,14,1096000,1145000 +MEX,2026,15,1092000,1141000 +MEX,2026,16,1087000,1136000 +MEX,2026,17,1082000,1130000 +MEX,2026,18,1079000,1126000 +MEX,2027,0,1015000,1064000 +MEX,2027,1,1018000,1067000 +MEX,2027,2,1027000,1077000 +MEX,2027,3,1032000,1082000 +MEX,2027,4,1037000,1087000 +MEX,2027,5,1043000,1093000 +MEX,2027,6,1049000,1099000 +MEX,2027,7,1055000,1105000 +MEX,2027,8,1062000,1111000 +MEX,2027,9,1068000,1118000 +MEX,2027,10,1074000,1124000 +MEX,2027,11,1081000,1131000 +MEX,2027,12,1087000,1137000 +MEX,2027,13,1093000,1143000 +MEX,2027,14,1096000,1146000 +MEX,2027,15,1095000,1144000 +MEX,2027,16,1091000,1139000 +MEX,2027,17,1086000,1134000 +MEX,2027,18,1081000,1128000 +MEX,2028,0,1005000,1053000 +MEX,2028,1,1010000,1058000 +MEX,2028,2,1015000,1064000 +MEX,2028,3,1026000,1075000 +MEX,2028,4,1031000,1081000 +MEX,2028,5,1037000,1087000 +MEX,2028,6,1043000,1093000 +MEX,2028,7,1049000,1099000 +MEX,2028,8,1055000,1105000 +MEX,2028,9,1061000,1111000 +MEX,2028,10,1067000,1117000 +MEX,2028,11,1074000,1124000 +MEX,2028,12,1080000,1130000 +MEX,2028,13,1086000,1136000 +MEX,2028,14,1093000,1142000 +MEX,2028,15,1096000,1145000 +MEX,2028,16,1094000,1143000 +MEX,2028,17,1089000,1138000 +MEX,2028,18,1085000,1132000 +MEX,2029,0,995000,1042000 +MEX,2029,1,1001000,1049000 +MEX,2029,2,1008000,1057000 +MEX,2029,3,1015000,1064000 +MEX,2029,4,1024000,1074000 +MEX,2029,5,1030000,1080000 +MEX,2029,6,1037000,1086000 +MEX,2029,7,1043000,1093000 +MEX,2029,8,1049000,1099000 +MEX,2029,9,1055000,1105000 +MEX,2029,10,1061000,1111000 +MEX,2029,11,1067000,1116000 +MEX,2029,12,1073000,1123000 +MEX,2029,13,1080000,1129000 +MEX,2029,14,1086000,1135000 +MEX,2029,15,1092000,1141000 +MEX,2029,16,1095000,1143000 +MEX,2029,17,1093000,1141000 +MEX,2029,18,1088000,1136000 +MEX,2030,0,985000,1032000 +MEX,2030,1,993000,1041000 +MEX,2030,2,1000000,1049000 +MEX,2030,3,1008000,1057000 +MEX,2030,4,1015000,1064000 +MEX,2030,5,1022000,1072000 +MEX,2030,6,1029000,1079000 +MEX,2030,7,1036000,1086000 +MEX,2030,8,1043000,1093000 +MEX,2030,9,1049000,1099000 +MEX,2030,10,1055000,1105000 +MEX,2030,11,1061000,1110000 +MEX,2030,12,1066000,1116000 +MEX,2030,13,1072000,1122000 +MEX,2030,14,1079000,1128000 +MEX,2030,15,1085000,1134000 +MEX,2030,16,1091000,1139000 +MEX,2030,17,1094000,1142000 +MEX,2030,18,1092000,1139000 +MEX,2031,0,977000,1024000 +MEX,2031,1,985000,1032000 +MEX,2031,2,993000,1040000 +MEX,2031,3,1000000,1048000 +MEX,2031,4,1008000,1056000 +MEX,2031,5,1015000,1064000 +MEX,2031,6,1022000,1072000 +MEX,2031,7,1029000,1079000 +MEX,2031,8,1036000,1086000 +MEX,2031,9,1043000,1093000 +MEX,2031,10,1049000,1099000 +MEX,2031,11,1055000,1105000 +MEX,2031,12,1060000,1110000 +MEX,2031,13,1066000,1115000 +MEX,2031,14,1072000,1121000 +MEX,2031,15,1078000,1127000 +MEX,2031,16,1084000,1132000 +MEX,2031,17,1090000,1138000 +MEX,2031,18,1092000,1140000 +MEX,2032,0,970000,1017000 +MEX,2032,1,978000,1025000 +MEX,2032,2,985000,1032000 +MEX,2032,3,992000,1040000 +MEX,2032,4,1000000,1048000 +MEX,2032,5,1007000,1056000 +MEX,2032,6,1015000,1064000 +MEX,2032,7,1022000,1071000 +MEX,2032,8,1029000,1079000 +MEX,2032,9,1036000,1086000 +MEX,2032,10,1043000,1092000 +MEX,2032,11,1049000,1098000 +MEX,2032,12,1055000,1104000 +MEX,2032,13,1060000,1109000 +MEX,2032,14,1065000,1114000 +MEX,2032,15,1071000,1120000 +MEX,2032,16,1077000,1125000 +MEX,2032,17,1083000,1130000 +MEX,2032,18,1088000,1136000 +MEX,2033,0,964000,1010000 +MEX,2033,1,971000,1017000 +MEX,2033,2,978000,1025000 +MEX,2033,3,985000,1032000 +MEX,2033,4,992000,1040000 +MEX,2033,5,1000000,1048000 +MEX,2033,6,1007000,1056000 +MEX,2033,7,1014000,1063000 +MEX,2033,8,1022000,1071000 +MEX,2033,9,1029000,1079000 +MEX,2033,10,1036000,1086000 +MEX,2033,11,1042000,1092000 +MEX,2033,12,1048000,1098000 +MEX,2033,13,1054000,1103000 +MEX,2033,14,1059000,1108000 +MEX,2033,15,1064000,1113000 +MEX,2033,16,1070000,1118000 +MEX,2033,17,1076000,1124000 +MEX,2033,18,1081000,1129000 +MEX,2034,0,957000,1003000 +MEX,2034,1,963000,1010000 +MEX,2034,2,970000,1017000 +MEX,2034,3,977000,1024000 +MEX,2034,4,984000,1031000 +MEX,2034,5,992000,1039000 +MEX,2034,6,999000,1047000 +MEX,2034,7,1007000,1055000 +MEX,2034,8,1014000,1063000 +MEX,2034,9,1021000,1071000 +MEX,2034,10,1029000,1078000 +MEX,2034,11,1036000,1085000 +MEX,2034,12,1042000,1091000 +MEX,2034,13,1048000,1097000 +MEX,2034,14,1053000,1102000 +MEX,2034,15,1058000,1107000 +MEX,2034,16,1063000,1111000 +MEX,2034,17,1069000,1117000 +MEX,2034,18,1075000,1122000 +MEX,2035,0,950000,996000 +MEX,2035,1,956000,1002000 +MEX,2035,2,962000,1009000 +MEX,2035,3,969000,1016000 +MEX,2035,4,976000,1023000 +MEX,2035,5,983000,1031000 +MEX,2035,6,991000,1039000 +MEX,2035,7,998000,1047000 +MEX,2035,8,1006000,1054000 +MEX,2035,9,1013000,1062000 +MEX,2035,10,1021000,1070000 +MEX,2035,11,1028000,1078000 +MEX,2035,12,1035000,1085000 +MEX,2035,13,1041000,1091000 +MEX,2035,14,1047000,1096000 +MEX,2035,15,1052000,1101000 +MEX,2035,16,1057000,1106000 +MEX,2035,17,1062000,1110000 +MEX,2035,18,1068000,1115000 +MEX,2036,0,943000,989000 +MEX,2036,1,950000,996000 +MEX,2036,2,956000,1002000 +MEX,2036,3,962000,1009000 +MEX,2036,4,969000,1016000 +MEX,2036,5,976000,1023000 +MEX,2036,6,984000,1031000 +MEX,2036,7,991000,1039000 +MEX,2036,8,998000,1046000 +MEX,2036,9,1006000,1054000 +MEX,2036,10,1013000,1062000 +MEX,2036,11,1021000,1070000 +MEX,2036,12,1028000,1077000 +MEX,2036,13,1035000,1084000 +MEX,2036,14,1041000,1090000 +MEX,2036,15,1046000,1095000 +MEX,2036,16,1052000,1100000 +MEX,2036,17,1056000,1104000 +MEX,2036,18,1061000,1108000 +MEX,2037,0,936000,982000 +MEX,2037,1,942000,988000 +MEX,2037,2,949000,995000 +MEX,2037,3,956000,1002000 +MEX,2037,4,962000,1009000 +MEX,2037,5,969000,1016000 +MEX,2037,6,976000,1023000 +MEX,2037,7,984000,1031000 +MEX,2037,8,991000,1039000 +MEX,2037,9,998000,1046000 +MEX,2037,10,1006000,1054000 +MEX,2037,11,1013000,1062000 +MEX,2037,12,1020000,1069000 +MEX,2037,13,1027000,1076000 +MEX,2037,14,1034000,1083000 +MEX,2037,15,1040000,1089000 +MEX,2037,16,1046000,1094000 +MEX,2037,17,1051000,1098000 +MEX,2037,18,1055000,1102000 +MEX,2038,0,930000,975000 +MEX,2038,1,935000,981000 +MEX,2038,2,941000,987000 +MEX,2038,3,949000,995000 +MEX,2038,4,955000,1001000 +MEX,2038,5,962000,1008000 +MEX,2038,6,969000,1016000 +MEX,2038,7,976000,1023000 +MEX,2038,8,983000,1031000 +MEX,2038,9,991000,1038000 +MEX,2038,10,998000,1046000 +MEX,2038,11,1005000,1054000 +MEX,2038,12,1013000,1061000 +MEX,2038,13,1020000,1068000 +MEX,2038,14,1027000,1075000 +MEX,2038,15,1033000,1082000 +MEX,2038,16,1039000,1087000 +MEX,2038,17,1044000,1092000 +MEX,2038,18,1049000,1096000 +MEX,2039,0,922000,968000 +MEX,2039,1,928000,973000 +MEX,2039,2,934000,980000 +MEX,2039,3,941000,986000 +MEX,2039,4,948000,994000 +MEX,2039,5,955000,1001000 +MEX,2039,6,961000,1008000 +MEX,2039,7,969000,1015000 +MEX,2039,8,976000,1023000 +MEX,2039,9,983000,1031000 +MEX,2039,10,990000,1038000 +MEX,2039,11,998000,1046000 +MEX,2039,12,1005000,1053000 +MEX,2039,13,1012000,1060000 +MEX,2039,14,1019000,1067000 +MEX,2039,15,1026000,1074000 +MEX,2039,16,1032000,1081000 +MEX,2039,17,1038000,1086000 +MEX,2039,18,1043000,1090000 +MEX,2040,0,915000,960000 +MEX,2040,1,921000,966000 +MEX,2040,2,927000,972000 +MEX,2040,3,933000,979000 +MEX,2040,4,940000,986000 +MEX,2040,5,947000,993000 +MEX,2040,6,954000,1000000 +MEX,2040,7,961000,1007000 +MEX,2040,8,968000,1015000 +MEX,2040,9,975000,1023000 +MEX,2040,10,983000,1030000 +MEX,2040,11,990000,1037000 +MEX,2040,12,997000,1045000 +MEX,2040,13,1004000,1052000 +MEX,2040,14,1011000,1059000 +MEX,2040,15,1018000,1066000 +MEX,2040,16,1025000,1073000 +MEX,2040,17,1031000,1079000 +MEX,2040,18,1037000,1084000 +MEX,2041,0,909000,954000 +MEX,2041,1,915000,960000 +MEX,2041,2,921000,966000 +MEX,2041,3,927000,972000 +MEX,2041,4,934000,979000 +MEX,2041,5,940000,986000 +MEX,2041,6,947000,993000 +MEX,2041,7,954000,1000000 +MEX,2041,8,961000,1007000 +MEX,2041,9,968000,1015000 +MEX,2041,10,975000,1022000 +MEX,2041,11,982000,1030000 +MEX,2041,12,990000,1037000 +MEX,2041,13,997000,1044000 +MEX,2041,14,1004000,1051000 +MEX,2041,15,1011000,1058000 +MEX,2041,16,1017000,1065000 +MEX,2041,17,1024000,1072000 +MEX,2041,18,1030000,1078000 +MEX,2042,0,903000,947000 +MEX,2042,1,909000,953000 +MEX,2042,2,915000,960000 +MEX,2042,3,921000,966000 +MEX,2042,4,927000,972000 +MEX,2042,5,934000,979000 +MEX,2042,6,940000,986000 +MEX,2042,7,947000,993000 +MEX,2042,8,954000,1000000 +MEX,2042,9,961000,1007000 +MEX,2042,10,968000,1015000 +MEX,2042,11,975000,1022000 +MEX,2042,12,982000,1029000 +MEX,2042,13,989000,1036000 +MEX,2042,14,996000,1043000 +MEX,2042,15,1003000,1050000 +MEX,2042,16,1010000,1057000 +MEX,2042,17,1016000,1064000 +MEX,2042,18,1023000,1070000 +MEX,2043,0,897000,941000 +MEX,2043,1,902000,946000 +MEX,2043,2,908000,952000 +MEX,2043,3,914000,959000 +MEX,2043,4,921000,965000 +MEX,2043,5,927000,972000 +MEX,2043,6,933000,979000 +MEX,2043,7,940000,986000 +MEX,2043,8,947000,993000 +MEX,2043,9,954000,1000000 +MEX,2043,10,961000,1007000 +MEX,2043,11,968000,1014000 +MEX,2043,12,975000,1021000 +MEX,2043,13,982000,1029000 +MEX,2043,14,989000,1036000 +MEX,2043,15,995000,1042000 +MEX,2043,16,1002000,1049000 +MEX,2043,17,1009000,1056000 +MEX,2043,18,1015000,1062000 +MEX,2044,0,891000,934000 +MEX,2044,1,896000,940000 +MEX,2044,2,902000,946000 +MEX,2044,3,907000,952000 +MEX,2044,4,914000,958000 +MEX,2044,5,920000,965000 +MEX,2044,6,926000,972000 +MEX,2044,7,933000,978000 +MEX,2044,8,940000,985000 +MEX,2044,9,947000,992000 +MEX,2044,10,953000,1000000 +MEX,2044,11,960000,1007000 +MEX,2044,12,967000,1014000 +MEX,2044,13,974000,1021000 +MEX,2044,14,981000,1028000 +MEX,2044,15,988000,1035000 +MEX,2044,16,994000,1041000 +MEX,2044,17,1001000,1048000 +MEX,2044,18,1008000,1054000 +MEX,2045,0,884000,928000 +MEX,2045,1,889000,933000 +MEX,2045,2,895000,939000 +MEX,2045,3,901000,945000 +MEX,2045,4,907000,951000 +MEX,2045,5,913000,958000 +MEX,2045,6,919000,964000 +MEX,2045,7,926000,971000 +MEX,2045,8,932000,978000 +MEX,2045,9,939000,985000 +MEX,2045,10,946000,992000 +MEX,2045,11,953000,999000 +MEX,2045,12,960000,1006000 +MEX,2045,13,967000,1013000 +MEX,2045,14,973000,1020000 +MEX,2045,15,980000,1027000 +MEX,2045,16,987000,1033000 +MEX,2045,17,993000,1040000 +MEX,2045,18,1000000,1046000 +MEX,2046,0,879000,922000 +MEX,2046,1,884000,928000 +MEX,2046,2,889000,933000 +MEX,2046,3,895000,939000 +MEX,2046,4,901000,945000 +MEX,2046,5,907000,951000 +MEX,2046,6,913000,958000 +MEX,2046,7,919000,964000 +MEX,2046,8,926000,971000 +MEX,2046,9,932000,978000 +MEX,2046,10,939000,985000 +MEX,2046,11,946000,992000 +MEX,2046,12,953000,999000 +MEX,2046,13,959000,1005000 +MEX,2046,14,966000,1012000 +MEX,2046,15,973000,1019000 +MEX,2046,16,979000,1026000 +MEX,2046,17,986000,1032000 +MEX,2046,18,992000,1038000 +MEX,2047,0,873000,916000 +MEX,2047,1,878000,921000 +MEX,2047,2,884000,927000 +MEX,2047,3,889000,933000 +MEX,2047,4,895000,939000 +MEX,2047,5,901000,945000 +MEX,2047,6,907000,951000 +MEX,2047,7,913000,958000 +MEX,2047,8,919000,964000 +MEX,2047,9,926000,971000 +MEX,2047,10,932000,978000 +MEX,2047,11,939000,984000 +MEX,2047,12,946000,991000 +MEX,2047,13,952000,998000 +MEX,2047,14,959000,1005000 +MEX,2047,15,965000,1011000 +MEX,2047,16,972000,1018000 +MEX,2047,17,978000,1024000 +MEX,2047,18,985000,1030000 +MEX,2048,0,867000,910000 +MEX,2048,1,872000,915000 +MEX,2048,2,877000,920000 +MEX,2048,3,883000,927000 +MEX,2048,4,889000,933000 +MEX,2048,5,895000,939000 +MEX,2048,6,901000,945000 +MEX,2048,7,907000,951000 +MEX,2048,8,913000,958000 +MEX,2048,9,919000,964000 +MEX,2048,10,926000,971000 +MEX,2048,11,932000,977000 +MEX,2048,12,939000,984000 +MEX,2048,13,945000,991000 +MEX,2048,14,952000,997000 +MEX,2048,15,958000,1004000 +MEX,2048,16,965000,1010000 +MEX,2048,17,971000,1016000 +MEX,2048,18,977000,1023000 +MEX,2049,0,861000,903000 +MEX,2049,1,866000,908000 +MEX,2049,2,871000,914000 +MEX,2049,3,877000,920000 +MEX,2049,4,883000,926000 +MEX,2049,5,888000,932000 +MEX,2049,6,894000,938000 +MEX,2049,7,900000,945000 +MEX,2049,8,906000,951000 +MEX,2049,9,913000,957000 +MEX,2049,10,919000,964000 +MEX,2049,11,925000,970000 +MEX,2049,12,932000,977000 +MEX,2049,13,938000,983000 +MEX,2049,14,944000,990000 +MEX,2049,15,951000,996000 +MEX,2049,16,957000,1003000 +MEX,2049,17,964000,1009000 +MEX,2049,18,970000,1015000 +MEX,2050,0,854000,896000 +MEX,2050,1,859000,902000 +MEX,2050,2,865000,907000 +MEX,2050,3,870000,913000 +MEX,2050,4,876000,919000 +MEX,2050,5,882000,925000 +MEX,2050,6,888000,932000 +MEX,2050,7,894000,938000 +MEX,2050,8,900000,944000 +MEX,2050,9,906000,951000 +MEX,2050,10,912000,957000 +MEX,2050,11,918000,963000 +MEX,2050,12,925000,970000 +MEX,2050,13,931000,976000 +MEX,2050,14,937000,983000 +MEX,2050,15,943000,989000 +MEX,2050,16,950000,995000 +MEX,2050,17,956000,1001000 +MEX,2050,18,962000,1007000 +MHL,1990,0,, +MHL,1990,1,, +MHL,1990,2,, +MHL,1990,3,, +MHL,1990,4,, +MHL,1990,5,, +MHL,1990,6,, +MHL,1990,7,, +MHL,1990,8,, +MHL,1990,9,, +MHL,1990,10,, +MHL,1990,11,, +MHL,1990,12,, +MHL,1990,13,, +MHL,1990,14,, +MHL,1990,15,, +MHL,1990,16,, +MHL,1990,17,, +MHL,1990,18,, +MHL,1991,0,, +MHL,1991,1,, +MHL,1991,2,, +MHL,1991,3,, +MHL,1991,4,, +MHL,1991,5,, +MHL,1991,6,, +MHL,1991,7,, +MHL,1991,8,, +MHL,1991,9,, +MHL,1991,10,, +MHL,1991,11,, +MHL,1991,12,, +MHL,1991,13,, +MHL,1991,14,, +MHL,1991,15,, +MHL,1991,16,, +MHL,1991,17,, +MHL,1991,18,, +MHL,1992,0,, +MHL,1992,1,, +MHL,1992,2,, +MHL,1992,3,, +MHL,1992,4,, +MHL,1992,5,, +MHL,1992,6,, +MHL,1992,7,, +MHL,1992,8,, +MHL,1992,9,, +MHL,1992,10,, +MHL,1992,11,, +MHL,1992,12,, +MHL,1992,13,, +MHL,1992,14,, +MHL,1992,15,, +MHL,1992,16,, +MHL,1992,17,, +MHL,1992,18,, +MHL,1993,0,, +MHL,1993,1,, +MHL,1993,2,, +MHL,1993,3,, +MHL,1993,4,, +MHL,1993,5,, +MHL,1993,6,, +MHL,1993,7,, +MHL,1993,8,, +MHL,1993,9,, +MHL,1993,10,, +MHL,1993,11,, +MHL,1993,12,, +MHL,1993,13,, +MHL,1993,14,, +MHL,1993,15,, +MHL,1993,16,, +MHL,1993,17,, +MHL,1993,18,, +MHL,1994,0,, +MHL,1994,1,, +MHL,1994,2,, +MHL,1994,3,, +MHL,1994,4,, +MHL,1994,5,, +MHL,1994,6,, +MHL,1994,7,, +MHL,1994,8,, +MHL,1994,9,, +MHL,1994,10,, +MHL,1994,11,, +MHL,1994,12,, +MHL,1994,13,, +MHL,1994,14,, +MHL,1994,15,, +MHL,1994,16,, +MHL,1994,17,, +MHL,1994,18,, +MHL,1995,0,, +MHL,1995,1,, +MHL,1995,2,, +MHL,1995,3,, +MHL,1995,4,, +MHL,1995,5,, +MHL,1995,6,, +MHL,1995,7,, +MHL,1995,8,, +MHL,1995,9,, +MHL,1995,10,, +MHL,1995,11,, +MHL,1995,12,, +MHL,1995,13,, +MHL,1995,14,, +MHL,1995,15,, +MHL,1995,16,, +MHL,1995,17,, +MHL,1995,18,, +MHL,1996,0,, +MHL,1996,1,, +MHL,1996,2,, +MHL,1996,3,, +MHL,1996,4,, +MHL,1996,5,, +MHL,1996,6,, +MHL,1996,7,, +MHL,1996,8,, +MHL,1996,9,, +MHL,1996,10,, +MHL,1996,11,, +MHL,1996,12,, +MHL,1996,13,, +MHL,1996,14,, +MHL,1996,15,, +MHL,1996,16,, +MHL,1996,17,, +MHL,1996,18,, +MHL,1997,0,, +MHL,1997,1,, +MHL,1997,2,, +MHL,1997,3,, +MHL,1997,4,, +MHL,1997,5,, +MHL,1997,6,, +MHL,1997,7,, +MHL,1997,8,, +MHL,1997,9,, +MHL,1997,10,, +MHL,1997,11,, +MHL,1997,12,, +MHL,1997,13,, +MHL,1997,14,, +MHL,1997,15,, +MHL,1997,16,, +MHL,1997,17,, +MHL,1997,18,, +MHL,1998,0,, +MHL,1998,1,, +MHL,1998,2,, +MHL,1998,3,, +MHL,1998,4,, +MHL,1998,5,, +MHL,1998,6,, +MHL,1998,7,, +MHL,1998,8,, +MHL,1998,9,, +MHL,1998,10,, +MHL,1998,11,, +MHL,1998,12,, +MHL,1998,13,, +MHL,1998,14,, +MHL,1998,15,, +MHL,1998,16,, +MHL,1998,17,, +MHL,1998,18,, +MHL,1999,0,, +MHL,1999,1,, +MHL,1999,2,, +MHL,1999,3,, +MHL,1999,4,, +MHL,1999,5,, +MHL,1999,6,, +MHL,1999,7,, +MHL,1999,8,, +MHL,1999,9,, +MHL,1999,10,, +MHL,1999,11,, +MHL,1999,12,, +MHL,1999,13,, +MHL,1999,14,, +MHL,1999,15,, +MHL,1999,16,, +MHL,1999,17,, +MHL,1999,18,, +MHL,2000,0,, +MHL,2000,1,, +MHL,2000,2,, +MHL,2000,3,, +MHL,2000,4,, +MHL,2000,5,, +MHL,2000,6,, +MHL,2000,7,, +MHL,2000,8,, +MHL,2000,9,, +MHL,2000,10,, +MHL,2000,11,, +MHL,2000,12,, +MHL,2000,13,, +MHL,2000,14,, +MHL,2000,15,, +MHL,2000,16,, +MHL,2000,17,, +MHL,2000,18,, +MHL,2001,0,, +MHL,2001,1,, +MHL,2001,2,, +MHL,2001,3,, +MHL,2001,4,, +MHL,2001,5,, +MHL,2001,6,, +MHL,2001,7,, +MHL,2001,8,, +MHL,2001,9,, +MHL,2001,10,, +MHL,2001,11,, +MHL,2001,12,, +MHL,2001,13,, +MHL,2001,14,, +MHL,2001,15,, +MHL,2001,16,, +MHL,2001,17,, +MHL,2001,18,, +MHL,2002,0,, +MHL,2002,1,, +MHL,2002,2,, +MHL,2002,3,, +MHL,2002,4,, +MHL,2002,5,, +MHL,2002,6,, +MHL,2002,7,, +MHL,2002,8,, +MHL,2002,9,, +MHL,2002,10,, +MHL,2002,11,, +MHL,2002,12,, +MHL,2002,13,, +MHL,2002,14,, +MHL,2002,15,, +MHL,2002,16,, +MHL,2002,17,, +MHL,2002,18,, +MHL,2003,0,, +MHL,2003,1,, +MHL,2003,2,, +MHL,2003,3,, +MHL,2003,4,, +MHL,2003,5,, +MHL,2003,6,, +MHL,2003,7,, +MHL,2003,8,, +MHL,2003,9,, +MHL,2003,10,, +MHL,2003,11,, +MHL,2003,12,, +MHL,2003,13,, +MHL,2003,14,, +MHL,2003,15,, +MHL,2003,16,, +MHL,2003,17,, +MHL,2003,18,, +MHL,2004,0,, +MHL,2004,1,, +MHL,2004,2,, +MHL,2004,3,, +MHL,2004,4,, +MHL,2004,5,, +MHL,2004,6,, +MHL,2004,7,, +MHL,2004,8,, +MHL,2004,9,, +MHL,2004,10,, +MHL,2004,11,, +MHL,2004,12,, +MHL,2004,13,, +MHL,2004,14,, +MHL,2004,15,, +MHL,2004,16,, +MHL,2004,17,, +MHL,2004,18,, +MHL,2005,0,, +MHL,2005,1,, +MHL,2005,2,, +MHL,2005,3,, +MHL,2005,4,, +MHL,2005,5,, +MHL,2005,6,, +MHL,2005,7,, +MHL,2005,8,, +MHL,2005,9,, +MHL,2005,10,, +MHL,2005,11,, +MHL,2005,12,, +MHL,2005,13,, +MHL,2005,14,, +MHL,2005,15,, +MHL,2005,16,, +MHL,2005,17,, +MHL,2005,18,, +MHL,2006,0,, +MHL,2006,1,, +MHL,2006,2,, +MHL,2006,3,, +MHL,2006,4,, +MHL,2006,5,, +MHL,2006,6,, +MHL,2006,7,, +MHL,2006,8,, +MHL,2006,9,, +MHL,2006,10,, +MHL,2006,11,, +MHL,2006,12,, +MHL,2006,13,, +MHL,2006,14,, +MHL,2006,15,, +MHL,2006,16,, +MHL,2006,17,, +MHL,2006,18,, +MHL,2007,0,, +MHL,2007,1,, +MHL,2007,2,, +MHL,2007,3,, +MHL,2007,4,, +MHL,2007,5,, +MHL,2007,6,, +MHL,2007,7,, +MHL,2007,8,, +MHL,2007,9,, +MHL,2007,10,, +MHL,2007,11,, +MHL,2007,12,, +MHL,2007,13,, +MHL,2007,14,, +MHL,2007,15,, +MHL,2007,16,, +MHL,2007,17,, +MHL,2007,18,, +MHL,2008,0,, +MHL,2008,1,, +MHL,2008,2,, +MHL,2008,3,, +MHL,2008,4,, +MHL,2008,5,, +MHL,2008,6,, +MHL,2008,7,, +MHL,2008,8,, +MHL,2008,9,, +MHL,2008,10,, +MHL,2008,11,, +MHL,2008,12,, +MHL,2008,13,, +MHL,2008,14,, +MHL,2008,15,, +MHL,2008,16,, +MHL,2008,17,, +MHL,2008,18,, +MHL,2009,0,, +MHL,2009,1,, +MHL,2009,2,, +MHL,2009,3,, +MHL,2009,4,, +MHL,2009,5,, +MHL,2009,6,, +MHL,2009,7,, +MHL,2009,8,, +MHL,2009,9,, +MHL,2009,10,, +MHL,2009,11,, +MHL,2009,12,, +MHL,2009,13,, +MHL,2009,14,, +MHL,2009,15,, +MHL,2009,16,, +MHL,2009,17,, +MHL,2009,18,, +MHL,2010,0,, +MHL,2010,1,, +MHL,2010,2,, +MHL,2010,3,, +MHL,2010,4,, +MHL,2010,5,, +MHL,2010,6,, +MHL,2010,7,, +MHL,2010,8,, +MHL,2010,9,, +MHL,2010,10,, +MHL,2010,11,, +MHL,2010,12,, +MHL,2010,13,, +MHL,2010,14,, +MHL,2010,15,, +MHL,2010,16,, +MHL,2010,17,, +MHL,2010,18,, +MHL,2011,0,, +MHL,2011,1,, +MHL,2011,2,, +MHL,2011,3,, +MHL,2011,4,, +MHL,2011,5,, +MHL,2011,6,, +MHL,2011,7,, +MHL,2011,8,, +MHL,2011,9,, +MHL,2011,10,, +MHL,2011,11,, +MHL,2011,12,, +MHL,2011,13,, +MHL,2011,14,, +MHL,2011,15,, +MHL,2011,16,, +MHL,2011,17,, +MHL,2011,18,, +MHL,2012,0,, +MHL,2012,1,, +MHL,2012,2,, +MHL,2012,3,, +MHL,2012,4,, +MHL,2012,5,, +MHL,2012,6,, +MHL,2012,7,, +MHL,2012,8,, +MHL,2012,9,, +MHL,2012,10,, +MHL,2012,11,, +MHL,2012,12,, +MHL,2012,13,, +MHL,2012,14,, +MHL,2012,15,, +MHL,2012,16,, +MHL,2012,17,, +MHL,2012,18,, +MHL,2013,0,, +MHL,2013,1,, +MHL,2013,2,, +MHL,2013,3,, +MHL,2013,4,, +MHL,2013,5,, +MHL,2013,6,, +MHL,2013,7,, +MHL,2013,8,, +MHL,2013,9,, +MHL,2013,10,, +MHL,2013,11,, +MHL,2013,12,, +MHL,2013,13,, +MHL,2013,14,, +MHL,2013,15,, +MHL,2013,16,, +MHL,2013,17,, +MHL,2013,18,, +MHL,2014,0,, +MHL,2014,1,, +MHL,2014,2,, +MHL,2014,3,, +MHL,2014,4,, +MHL,2014,5,, +MHL,2014,6,, +MHL,2014,7,, +MHL,2014,8,, +MHL,2014,9,, +MHL,2014,10,, +MHL,2014,11,, +MHL,2014,12,, +MHL,2014,13,, +MHL,2014,14,, +MHL,2014,15,, +MHL,2014,16,, +MHL,2014,17,, +MHL,2014,18,, +MHL,2015,0,, +MHL,2015,1,, +MHL,2015,2,, +MHL,2015,3,, +MHL,2015,4,, +MHL,2015,5,, +MHL,2015,6,, +MHL,2015,7,, +MHL,2015,8,, +MHL,2015,9,, +MHL,2015,10,, +MHL,2015,11,, +MHL,2015,12,, +MHL,2015,13,, +MHL,2015,14,, +MHL,2015,15,, +MHL,2015,16,, +MHL,2015,17,, +MHL,2015,18,, +MHL,2016,0,, +MHL,2016,1,, +MHL,2016,2,, +MHL,2016,3,, +MHL,2016,4,, +MHL,2016,5,, +MHL,2016,6,, +MHL,2016,7,, +MHL,2016,8,, +MHL,2016,9,, +MHL,2016,10,, +MHL,2016,11,, +MHL,2016,12,, +MHL,2016,13,, +MHL,2016,14,, +MHL,2016,15,, +MHL,2016,16,, +MHL,2016,17,, +MHL,2016,18,, +MHL,2017,0,, +MHL,2017,1,, +MHL,2017,2,, +MHL,2017,3,, +MHL,2017,4,, +MHL,2017,5,, +MHL,2017,6,, +MHL,2017,7,, +MHL,2017,8,, +MHL,2017,9,, +MHL,2017,10,, +MHL,2017,11,, +MHL,2017,12,, +MHL,2017,13,, +MHL,2017,14,, +MHL,2017,15,, +MHL,2017,16,, +MHL,2017,17,, +MHL,2017,18,, +MHL,2018,0,, +MHL,2018,1,, +MHL,2018,2,, +MHL,2018,3,, +MHL,2018,4,, +MHL,2018,5,, +MHL,2018,6,, +MHL,2018,7,, +MHL,2018,8,, +MHL,2018,9,, +MHL,2018,10,, +MHL,2018,11,, +MHL,2018,12,, +MHL,2018,13,, +MHL,2018,14,, +MHL,2018,15,, +MHL,2018,16,, +MHL,2018,17,, +MHL,2018,18,, +MHL,2019,0,, +MHL,2019,1,, +MHL,2019,2,, +MHL,2019,3,, +MHL,2019,4,, +MHL,2019,5,, +MHL,2019,6,, +MHL,2019,7,, +MHL,2019,8,, +MHL,2019,9,, +MHL,2019,10,, +MHL,2019,11,, +MHL,2019,12,, +MHL,2019,13,, +MHL,2019,14,, +MHL,2019,15,, +MHL,2019,16,, +MHL,2019,17,, +MHL,2019,18,, +MHL,2020,0,, +MHL,2020,1,, +MHL,2020,2,, +MHL,2020,3,, +MHL,2020,4,, +MHL,2020,5,, +MHL,2020,6,, +MHL,2020,7,, +MHL,2020,8,, +MHL,2020,9,, +MHL,2020,10,, +MHL,2020,11,, +MHL,2020,12,, +MHL,2020,13,, +MHL,2020,14,, +MHL,2020,15,, +MHL,2020,16,, +MHL,2020,17,, +MHL,2020,18,, +MHL,2021,0,, +MHL,2021,1,, +MHL,2021,2,, +MHL,2021,3,, +MHL,2021,4,, +MHL,2021,5,, +MHL,2021,6,, +MHL,2021,7,, +MHL,2021,8,, +MHL,2021,9,, +MHL,2021,10,, +MHL,2021,11,, +MHL,2021,12,, +MHL,2021,13,, +MHL,2021,14,, +MHL,2021,15,, +MHL,2021,16,, +MHL,2021,17,, +MHL,2021,18,, +MHL,2022,0,, +MHL,2022,1,, +MHL,2022,2,, +MHL,2022,3,, +MHL,2022,4,, +MHL,2022,5,, +MHL,2022,6,, +MHL,2022,7,, +MHL,2022,8,, +MHL,2022,9,, +MHL,2022,10,, +MHL,2022,11,, +MHL,2022,12,, +MHL,2022,13,, +MHL,2022,14,, +MHL,2022,15,, +MHL,2022,16,, +MHL,2022,17,, +MHL,2022,18,, +MHL,2023,0,, +MHL,2023,1,, +MHL,2023,2,, +MHL,2023,3,, +MHL,2023,4,, +MHL,2023,5,, +MHL,2023,6,, +MHL,2023,7,, +MHL,2023,8,, +MHL,2023,9,, +MHL,2023,10,, +MHL,2023,11,, +MHL,2023,12,, +MHL,2023,13,, +MHL,2023,14,, +MHL,2023,15,, +MHL,2023,16,, +MHL,2023,17,, +MHL,2023,18,, +MHL,2024,0,, +MHL,2024,1,, +MHL,2024,2,, +MHL,2024,3,, +MHL,2024,4,, +MHL,2024,5,, +MHL,2024,6,, +MHL,2024,7,, +MHL,2024,8,, +MHL,2024,9,, +MHL,2024,10,, +MHL,2024,11,, +MHL,2024,12,, +MHL,2024,13,, +MHL,2024,14,, +MHL,2024,15,, +MHL,2024,16,, +MHL,2024,17,, +MHL,2024,18,, +MHL,2025,0,, +MHL,2025,1,, +MHL,2025,2,, +MHL,2025,3,, +MHL,2025,4,, +MHL,2025,5,, +MHL,2025,6,, +MHL,2025,7,, +MHL,2025,8,, +MHL,2025,9,, +MHL,2025,10,, +MHL,2025,11,, +MHL,2025,12,, +MHL,2025,13,, +MHL,2025,14,, +MHL,2025,15,, +MHL,2025,16,, +MHL,2025,17,, +MHL,2025,18,, +MHL,2026,0,, +MHL,2026,1,, +MHL,2026,2,, +MHL,2026,3,, +MHL,2026,4,, +MHL,2026,5,, +MHL,2026,6,, +MHL,2026,7,, +MHL,2026,8,, +MHL,2026,9,, +MHL,2026,10,, +MHL,2026,11,, +MHL,2026,12,, +MHL,2026,13,, +MHL,2026,14,, +MHL,2026,15,, +MHL,2026,16,, +MHL,2026,17,, +MHL,2026,18,, +MHL,2027,0,, +MHL,2027,1,, +MHL,2027,2,, +MHL,2027,3,, +MHL,2027,4,, +MHL,2027,5,, +MHL,2027,6,, +MHL,2027,7,, +MHL,2027,8,, +MHL,2027,9,, +MHL,2027,10,, +MHL,2027,11,, +MHL,2027,12,, +MHL,2027,13,, +MHL,2027,14,, +MHL,2027,15,, +MHL,2027,16,, +MHL,2027,17,, +MHL,2027,18,, +MHL,2028,0,, +MHL,2028,1,, +MHL,2028,2,, +MHL,2028,3,, +MHL,2028,4,, +MHL,2028,5,, +MHL,2028,6,, +MHL,2028,7,, +MHL,2028,8,, +MHL,2028,9,, +MHL,2028,10,, +MHL,2028,11,, +MHL,2028,12,, +MHL,2028,13,, +MHL,2028,14,, +MHL,2028,15,, +MHL,2028,16,, +MHL,2028,17,, +MHL,2028,18,, +MHL,2029,0,, +MHL,2029,1,, +MHL,2029,2,, +MHL,2029,3,, +MHL,2029,4,, +MHL,2029,5,, +MHL,2029,6,, +MHL,2029,7,, +MHL,2029,8,, +MHL,2029,9,, +MHL,2029,10,, +MHL,2029,11,, +MHL,2029,12,, +MHL,2029,13,, +MHL,2029,14,, +MHL,2029,15,, +MHL,2029,16,, +MHL,2029,17,, +MHL,2029,18,, +MHL,2030,0,, +MHL,2030,1,, +MHL,2030,2,, +MHL,2030,3,, +MHL,2030,4,, +MHL,2030,5,, +MHL,2030,6,, +MHL,2030,7,, +MHL,2030,8,, +MHL,2030,9,, +MHL,2030,10,, +MHL,2030,11,, +MHL,2030,12,, +MHL,2030,13,, +MHL,2030,14,, +MHL,2030,15,, +MHL,2030,16,, +MHL,2030,17,, +MHL,2030,18,, +MHL,2031,0,, +MHL,2031,1,, +MHL,2031,2,, +MHL,2031,3,, +MHL,2031,4,, +MHL,2031,5,, +MHL,2031,6,, +MHL,2031,7,, +MHL,2031,8,, +MHL,2031,9,, +MHL,2031,10,, +MHL,2031,11,, +MHL,2031,12,, +MHL,2031,13,, +MHL,2031,14,, +MHL,2031,15,, +MHL,2031,16,, +MHL,2031,17,, +MHL,2031,18,, +MHL,2032,0,, +MHL,2032,1,, +MHL,2032,2,, +MHL,2032,3,, +MHL,2032,4,, +MHL,2032,5,, +MHL,2032,6,, +MHL,2032,7,, +MHL,2032,8,, +MHL,2032,9,, +MHL,2032,10,, +MHL,2032,11,, +MHL,2032,12,, +MHL,2032,13,, +MHL,2032,14,, +MHL,2032,15,, +MHL,2032,16,, +MHL,2032,17,, +MHL,2032,18,, +MHL,2033,0,, +MHL,2033,1,, +MHL,2033,2,, +MHL,2033,3,, +MHL,2033,4,, +MHL,2033,5,, +MHL,2033,6,, +MHL,2033,7,, +MHL,2033,8,, +MHL,2033,9,, +MHL,2033,10,, +MHL,2033,11,, +MHL,2033,12,, +MHL,2033,13,, +MHL,2033,14,, +MHL,2033,15,, +MHL,2033,16,, +MHL,2033,17,, +MHL,2033,18,, +MHL,2034,0,, +MHL,2034,1,, +MHL,2034,2,, +MHL,2034,3,, +MHL,2034,4,, +MHL,2034,5,, +MHL,2034,6,, +MHL,2034,7,, +MHL,2034,8,, +MHL,2034,9,, +MHL,2034,10,, +MHL,2034,11,, +MHL,2034,12,, +MHL,2034,13,, +MHL,2034,14,, +MHL,2034,15,, +MHL,2034,16,, +MHL,2034,17,, +MHL,2034,18,, +MHL,2035,0,, +MHL,2035,1,, +MHL,2035,2,, +MHL,2035,3,, +MHL,2035,4,, +MHL,2035,5,, +MHL,2035,6,, +MHL,2035,7,, +MHL,2035,8,, +MHL,2035,9,, +MHL,2035,10,, +MHL,2035,11,, +MHL,2035,12,, +MHL,2035,13,, +MHL,2035,14,, +MHL,2035,15,, +MHL,2035,16,, +MHL,2035,17,, +MHL,2035,18,, +MHL,2036,0,, +MHL,2036,1,, +MHL,2036,2,, +MHL,2036,3,, +MHL,2036,4,, +MHL,2036,5,, +MHL,2036,6,, +MHL,2036,7,, +MHL,2036,8,, +MHL,2036,9,, +MHL,2036,10,, +MHL,2036,11,, +MHL,2036,12,, +MHL,2036,13,, +MHL,2036,14,, +MHL,2036,15,, +MHL,2036,16,, +MHL,2036,17,, +MHL,2036,18,, +MHL,2037,0,, +MHL,2037,1,, +MHL,2037,2,, +MHL,2037,3,, +MHL,2037,4,, +MHL,2037,5,, +MHL,2037,6,, +MHL,2037,7,, +MHL,2037,8,, +MHL,2037,9,, +MHL,2037,10,, +MHL,2037,11,, +MHL,2037,12,, +MHL,2037,13,, +MHL,2037,14,, +MHL,2037,15,, +MHL,2037,16,, +MHL,2037,17,, +MHL,2037,18,, +MHL,2038,0,, +MHL,2038,1,, +MHL,2038,2,, +MHL,2038,3,, +MHL,2038,4,, +MHL,2038,5,, +MHL,2038,6,, +MHL,2038,7,, +MHL,2038,8,, +MHL,2038,9,, +MHL,2038,10,, +MHL,2038,11,, +MHL,2038,12,, +MHL,2038,13,, +MHL,2038,14,, +MHL,2038,15,, +MHL,2038,16,, +MHL,2038,17,, +MHL,2038,18,, +MHL,2039,0,, +MHL,2039,1,, +MHL,2039,2,, +MHL,2039,3,, +MHL,2039,4,, +MHL,2039,5,, +MHL,2039,6,, +MHL,2039,7,, +MHL,2039,8,, +MHL,2039,9,, +MHL,2039,10,, +MHL,2039,11,, +MHL,2039,12,, +MHL,2039,13,, +MHL,2039,14,, +MHL,2039,15,, +MHL,2039,16,, +MHL,2039,17,, +MHL,2039,18,, +MHL,2040,0,, +MHL,2040,1,, +MHL,2040,2,, +MHL,2040,3,, +MHL,2040,4,, +MHL,2040,5,, +MHL,2040,6,, +MHL,2040,7,, +MHL,2040,8,, +MHL,2040,9,, +MHL,2040,10,, +MHL,2040,11,, +MHL,2040,12,, +MHL,2040,13,, +MHL,2040,14,, +MHL,2040,15,, +MHL,2040,16,, +MHL,2040,17,, +MHL,2040,18,, +MHL,2041,0,, +MHL,2041,1,, +MHL,2041,2,, +MHL,2041,3,, +MHL,2041,4,, +MHL,2041,5,, +MHL,2041,6,, +MHL,2041,7,, +MHL,2041,8,, +MHL,2041,9,, +MHL,2041,10,, +MHL,2041,11,, +MHL,2041,12,, +MHL,2041,13,, +MHL,2041,14,, +MHL,2041,15,, +MHL,2041,16,, +MHL,2041,17,, +MHL,2041,18,, +MHL,2042,0,, +MHL,2042,1,, +MHL,2042,2,, +MHL,2042,3,, +MHL,2042,4,, +MHL,2042,5,, +MHL,2042,6,, +MHL,2042,7,, +MHL,2042,8,, +MHL,2042,9,, +MHL,2042,10,, +MHL,2042,11,, +MHL,2042,12,, +MHL,2042,13,, +MHL,2042,14,, +MHL,2042,15,, +MHL,2042,16,, +MHL,2042,17,, +MHL,2042,18,, +MHL,2043,0,, +MHL,2043,1,, +MHL,2043,2,, +MHL,2043,3,, +MHL,2043,4,, +MHL,2043,5,, +MHL,2043,6,, +MHL,2043,7,, +MHL,2043,8,, +MHL,2043,9,, +MHL,2043,10,, +MHL,2043,11,, +MHL,2043,12,, +MHL,2043,13,, +MHL,2043,14,, +MHL,2043,15,, +MHL,2043,16,, +MHL,2043,17,, +MHL,2043,18,, +MHL,2044,0,, +MHL,2044,1,, +MHL,2044,2,, +MHL,2044,3,, +MHL,2044,4,, +MHL,2044,5,, +MHL,2044,6,, +MHL,2044,7,, +MHL,2044,8,, +MHL,2044,9,, +MHL,2044,10,, +MHL,2044,11,, +MHL,2044,12,, +MHL,2044,13,, +MHL,2044,14,, +MHL,2044,15,, +MHL,2044,16,, +MHL,2044,17,, +MHL,2044,18,, +MHL,2045,0,, +MHL,2045,1,, +MHL,2045,2,, +MHL,2045,3,, +MHL,2045,4,, +MHL,2045,5,, +MHL,2045,6,, +MHL,2045,7,, +MHL,2045,8,, +MHL,2045,9,, +MHL,2045,10,, +MHL,2045,11,, +MHL,2045,12,, +MHL,2045,13,, +MHL,2045,14,, +MHL,2045,15,, +MHL,2045,16,, +MHL,2045,17,, +MHL,2045,18,, +MHL,2046,0,, +MHL,2046,1,, +MHL,2046,2,, +MHL,2046,3,, +MHL,2046,4,, +MHL,2046,5,, +MHL,2046,6,, +MHL,2046,7,, +MHL,2046,8,, +MHL,2046,9,, +MHL,2046,10,, +MHL,2046,11,, +MHL,2046,12,, +MHL,2046,13,, +MHL,2046,14,, +MHL,2046,15,, +MHL,2046,16,, +MHL,2046,17,, +MHL,2046,18,, +MHL,2047,0,, +MHL,2047,1,, +MHL,2047,2,, +MHL,2047,3,, +MHL,2047,4,, +MHL,2047,5,, +MHL,2047,6,, +MHL,2047,7,, +MHL,2047,8,, +MHL,2047,9,, +MHL,2047,10,, +MHL,2047,11,, +MHL,2047,12,, +MHL,2047,13,, +MHL,2047,14,, +MHL,2047,15,, +MHL,2047,16,, +MHL,2047,17,, +MHL,2047,18,, +MHL,2048,0,, +MHL,2048,1,, +MHL,2048,2,, +MHL,2048,3,, +MHL,2048,4,, +MHL,2048,5,, +MHL,2048,6,, +MHL,2048,7,, +MHL,2048,8,, +MHL,2048,9,, +MHL,2048,10,, +MHL,2048,11,, +MHL,2048,12,, +MHL,2048,13,, +MHL,2048,14,, +MHL,2048,15,, +MHL,2048,16,, +MHL,2048,17,, +MHL,2048,18,, +MHL,2049,0,, +MHL,2049,1,, +MHL,2049,2,, +MHL,2049,3,, +MHL,2049,4,, +MHL,2049,5,, +MHL,2049,6,, +MHL,2049,7,, +MHL,2049,8,, +MHL,2049,9,, +MHL,2049,10,, +MHL,2049,11,, +MHL,2049,12,, +MHL,2049,13,, +MHL,2049,14,, +MHL,2049,15,, +MHL,2049,16,, +MHL,2049,17,, +MHL,2049,18,, +MHL,2050,0,, +MHL,2050,1,, +MHL,2050,2,, +MHL,2050,3,, +MHL,2050,4,, +MHL,2050,5,, +MHL,2050,6,, +MHL,2050,7,, +MHL,2050,8,, +MHL,2050,9,, +MHL,2050,10,, +MHL,2050,11,, +MHL,2050,12,, +MHL,2050,13,, +MHL,2050,14,, +MHL,2050,15,, +MHL,2050,16,, +MHL,2050,17,, +MHL,2050,18,, +MIC,1990,0,, +MIC,1990,1,, +MIC,1990,2,, +MIC,1990,3,, +MIC,1990,4,, +MIC,1990,5,, +MIC,1990,6,, +MIC,1990,7,, +MIC,1990,8,, +MIC,1990,9,, +MIC,1990,10,, +MIC,1990,11,, +MIC,1990,12,, +MIC,1990,13,, +MIC,1990,14,, +MIC,1990,15,, +MIC,1990,16,, +MIC,1990,17,, +MIC,1990,18,, +MIC,1991,0,, +MIC,1991,1,, +MIC,1991,2,, +MIC,1991,3,, +MIC,1991,4,, +MIC,1991,5,, +MIC,1991,6,, +MIC,1991,7,, +MIC,1991,8,, +MIC,1991,9,, +MIC,1991,10,, +MIC,1991,11,, +MIC,1991,12,, +MIC,1991,13,, +MIC,1991,14,, +MIC,1991,15,, +MIC,1991,16,, +MIC,1991,17,, +MIC,1991,18,, +MIC,1992,0,, +MIC,1992,1,, +MIC,1992,2,, +MIC,1992,3,, +MIC,1992,4,, +MIC,1992,5,, +MIC,1992,6,, +MIC,1992,7,, +MIC,1992,8,, +MIC,1992,9,, +MIC,1992,10,, +MIC,1992,11,, +MIC,1992,12,, +MIC,1992,13,, +MIC,1992,14,, +MIC,1992,15,, +MIC,1992,16,, +MIC,1992,17,, +MIC,1992,18,, +MIC,1993,0,, +MIC,1993,1,, +MIC,1993,2,, +MIC,1993,3,, +MIC,1993,4,, +MIC,1993,5,, +MIC,1993,6,, +MIC,1993,7,, +MIC,1993,8,, +MIC,1993,9,, +MIC,1993,10,, +MIC,1993,11,, +MIC,1993,12,, +MIC,1993,13,, +MIC,1993,14,, +MIC,1993,15,, +MIC,1993,16,, +MIC,1993,17,, +MIC,1993,18,, +MIC,1994,0,, +MIC,1994,1,, +MIC,1994,2,, +MIC,1994,3,, +MIC,1994,4,, +MIC,1994,5,, +MIC,1994,6,, +MIC,1994,7,, +MIC,1994,8,, +MIC,1994,9,, +MIC,1994,10,, +MIC,1994,11,, +MIC,1994,12,, +MIC,1994,13,, +MIC,1994,14,, +MIC,1994,15,, +MIC,1994,16,, +MIC,1994,17,, +MIC,1994,18,, +MIC,1995,0,, +MIC,1995,1,, +MIC,1995,2,, +MIC,1995,3,, +MIC,1995,4,, +MIC,1995,5,, +MIC,1995,6,, +MIC,1995,7,, +MIC,1995,8,, +MIC,1995,9,, +MIC,1995,10,, +MIC,1995,11,, +MIC,1995,12,, +MIC,1995,13,, +MIC,1995,14,, +MIC,1995,15,, +MIC,1995,16,, +MIC,1995,17,, +MIC,1995,18,, +MIC,1996,0,, +MIC,1996,1,, +MIC,1996,2,, +MIC,1996,3,, +MIC,1996,4,, +MIC,1996,5,, +MIC,1996,6,, +MIC,1996,7,, +MIC,1996,8,, +MIC,1996,9,, +MIC,1996,10,, +MIC,1996,11,, +MIC,1996,12,, +MIC,1996,13,, +MIC,1996,14,, +MIC,1996,15,, +MIC,1996,16,, +MIC,1996,17,, +MIC,1996,18,, +MIC,1997,0,, +MIC,1997,1,, +MIC,1997,2,, +MIC,1997,3,, +MIC,1997,4,, +MIC,1997,5,, +MIC,1997,6,, +MIC,1997,7,, +MIC,1997,8,, +MIC,1997,9,, +MIC,1997,10,, +MIC,1997,11,, +MIC,1997,12,, +MIC,1997,13,, +MIC,1997,14,, +MIC,1997,15,, +MIC,1997,16,, +MIC,1997,17,, +MIC,1997,18,, +MIC,1998,0,, +MIC,1998,1,, +MIC,1998,2,, +MIC,1998,3,, +MIC,1998,4,, +MIC,1998,5,, +MIC,1998,6,, +MIC,1998,7,, +MIC,1998,8,, +MIC,1998,9,, +MIC,1998,10,, +MIC,1998,11,, +MIC,1998,12,, +MIC,1998,13,, +MIC,1998,14,, +MIC,1998,15,, +MIC,1998,16,, +MIC,1998,17,, +MIC,1998,18,, +MIC,1999,0,, +MIC,1999,1,, +MIC,1999,2,, +MIC,1999,3,, +MIC,1999,4,, +MIC,1999,5,, +MIC,1999,6,, +MIC,1999,7,, +MIC,1999,8,, +MIC,1999,9,, +MIC,1999,10,, +MIC,1999,11,, +MIC,1999,12,, +MIC,1999,13,, +MIC,1999,14,, +MIC,1999,15,, +MIC,1999,16,, +MIC,1999,17,, +MIC,1999,18,, +MIC,2000,0,, +MIC,2000,1,, +MIC,2000,2,, +MIC,2000,3,, +MIC,2000,4,, +MIC,2000,5,, +MIC,2000,6,, +MIC,2000,7,, +MIC,2000,8,, +MIC,2000,9,, +MIC,2000,10,, +MIC,2000,11,, +MIC,2000,12,, +MIC,2000,13,, +MIC,2000,14,, +MIC,2000,15,, +MIC,2000,16,, +MIC,2000,17,, +MIC,2000,18,, +MIC,2001,0,, +MIC,2001,1,, +MIC,2001,2,, +MIC,2001,3,, +MIC,2001,4,, +MIC,2001,5,, +MIC,2001,6,, +MIC,2001,7,, +MIC,2001,8,, +MIC,2001,9,, +MIC,2001,10,, +MIC,2001,11,, +MIC,2001,12,, +MIC,2001,13,, +MIC,2001,14,, +MIC,2001,15,, +MIC,2001,16,, +MIC,2001,17,, +MIC,2001,18,, +MIC,2002,0,, +MIC,2002,1,, +MIC,2002,2,, +MIC,2002,3,, +MIC,2002,4,, +MIC,2002,5,, +MIC,2002,6,, +MIC,2002,7,, +MIC,2002,8,, +MIC,2002,9,, +MIC,2002,10,, +MIC,2002,11,, +MIC,2002,12,, +MIC,2002,13,, +MIC,2002,14,, +MIC,2002,15,, +MIC,2002,16,, +MIC,2002,17,, +MIC,2002,18,, +MIC,2003,0,, +MIC,2003,1,, +MIC,2003,2,, +MIC,2003,3,, +MIC,2003,4,, +MIC,2003,5,, +MIC,2003,6,, +MIC,2003,7,, +MIC,2003,8,, +MIC,2003,9,, +MIC,2003,10,, +MIC,2003,11,, +MIC,2003,12,, +MIC,2003,13,, +MIC,2003,14,, +MIC,2003,15,, +MIC,2003,16,, +MIC,2003,17,, +MIC,2003,18,, +MIC,2004,0,, +MIC,2004,1,, +MIC,2004,2,, +MIC,2004,3,, +MIC,2004,4,, +MIC,2004,5,, +MIC,2004,6,, +MIC,2004,7,, +MIC,2004,8,, +MIC,2004,9,, +MIC,2004,10,, +MIC,2004,11,, +MIC,2004,12,, +MIC,2004,13,, +MIC,2004,14,, +MIC,2004,15,, +MIC,2004,16,, +MIC,2004,17,, +MIC,2004,18,, +MIC,2005,0,, +MIC,2005,1,, +MIC,2005,2,, +MIC,2005,3,, +MIC,2005,4,, +MIC,2005,5,, +MIC,2005,6,, +MIC,2005,7,, +MIC,2005,8,, +MIC,2005,9,, +MIC,2005,10,, +MIC,2005,11,, +MIC,2005,12,, +MIC,2005,13,, +MIC,2005,14,, +MIC,2005,15,, +MIC,2005,16,, +MIC,2005,17,, +MIC,2005,18,, +MIC,2006,0,, +MIC,2006,1,, +MIC,2006,2,, +MIC,2006,3,, +MIC,2006,4,, +MIC,2006,5,, +MIC,2006,6,, +MIC,2006,7,, +MIC,2006,8,, +MIC,2006,9,, +MIC,2006,10,, +MIC,2006,11,, +MIC,2006,12,, +MIC,2006,13,, +MIC,2006,14,, +MIC,2006,15,, +MIC,2006,16,, +MIC,2006,17,, +MIC,2006,18,, +MIC,2007,0,, +MIC,2007,1,, +MIC,2007,2,, +MIC,2007,3,, +MIC,2007,4,, +MIC,2007,5,, +MIC,2007,6,, +MIC,2007,7,, +MIC,2007,8,, +MIC,2007,9,, +MIC,2007,10,, +MIC,2007,11,, +MIC,2007,12,, +MIC,2007,13,, +MIC,2007,14,, +MIC,2007,15,, +MIC,2007,16,, +MIC,2007,17,, +MIC,2007,18,, +MIC,2008,0,, +MIC,2008,1,, +MIC,2008,2,, +MIC,2008,3,, +MIC,2008,4,, +MIC,2008,5,, +MIC,2008,6,, +MIC,2008,7,, +MIC,2008,8,, +MIC,2008,9,, +MIC,2008,10,, +MIC,2008,11,, +MIC,2008,12,, +MIC,2008,13,, +MIC,2008,14,, +MIC,2008,15,, +MIC,2008,16,, +MIC,2008,17,, +MIC,2008,18,, +MIC,2009,0,, +MIC,2009,1,, +MIC,2009,2,, +MIC,2009,3,, +MIC,2009,4,, +MIC,2009,5,, +MIC,2009,6,, +MIC,2009,7,, +MIC,2009,8,, +MIC,2009,9,, +MIC,2009,10,, +MIC,2009,11,, +MIC,2009,12,, +MIC,2009,13,, +MIC,2009,14,, +MIC,2009,15,, +MIC,2009,16,, +MIC,2009,17,, +MIC,2009,18,, +MIC,2010,0,, +MIC,2010,1,, +MIC,2010,2,, +MIC,2010,3,, +MIC,2010,4,, +MIC,2010,5,, +MIC,2010,6,, +MIC,2010,7,, +MIC,2010,8,, +MIC,2010,9,, +MIC,2010,10,, +MIC,2010,11,, +MIC,2010,12,, +MIC,2010,13,, +MIC,2010,14,, +MIC,2010,15,, +MIC,2010,16,, +MIC,2010,17,, +MIC,2010,18,, +MIC,2011,0,, +MIC,2011,1,, +MIC,2011,2,, +MIC,2011,3,, +MIC,2011,4,, +MIC,2011,5,, +MIC,2011,6,, +MIC,2011,7,, +MIC,2011,8,, +MIC,2011,9,, +MIC,2011,10,, +MIC,2011,11,, +MIC,2011,12,, +MIC,2011,13,, +MIC,2011,14,, +MIC,2011,15,, +MIC,2011,16,, +MIC,2011,17,, +MIC,2011,18,, +MIC,2012,0,, +MIC,2012,1,, +MIC,2012,2,, +MIC,2012,3,, +MIC,2012,4,, +MIC,2012,5,, +MIC,2012,6,, +MIC,2012,7,, +MIC,2012,8,, +MIC,2012,9,, +MIC,2012,10,, +MIC,2012,11,, +MIC,2012,12,, +MIC,2012,13,, +MIC,2012,14,, +MIC,2012,15,, +MIC,2012,16,, +MIC,2012,17,, +MIC,2012,18,, +MIC,2013,0,, +MIC,2013,1,, +MIC,2013,2,, +MIC,2013,3,, +MIC,2013,4,, +MIC,2013,5,, +MIC,2013,6,, +MIC,2013,7,, +MIC,2013,8,, +MIC,2013,9,, +MIC,2013,10,, +MIC,2013,11,, +MIC,2013,12,, +MIC,2013,13,, +MIC,2013,14,, +MIC,2013,15,, +MIC,2013,16,, +MIC,2013,17,, +MIC,2013,18,, +MIC,2014,0,, +MIC,2014,1,, +MIC,2014,2,, +MIC,2014,3,, +MIC,2014,4,, +MIC,2014,5,, +MIC,2014,6,, +MIC,2014,7,, +MIC,2014,8,, +MIC,2014,9,, +MIC,2014,10,, +MIC,2014,11,, +MIC,2014,12,, +MIC,2014,13,, +MIC,2014,14,, +MIC,2014,15,, +MIC,2014,16,, +MIC,2014,17,, +MIC,2014,18,, +MIC,2015,0,, +MIC,2015,1,, +MIC,2015,2,, +MIC,2015,3,, +MIC,2015,4,, +MIC,2015,5,, +MIC,2015,6,, +MIC,2015,7,, +MIC,2015,8,, +MIC,2015,9,, +MIC,2015,10,, +MIC,2015,11,, +MIC,2015,12,, +MIC,2015,13,, +MIC,2015,14,, +MIC,2015,15,, +MIC,2015,16,, +MIC,2015,17,, +MIC,2015,18,, +MIC,2016,0,, +MIC,2016,1,, +MIC,2016,2,, +MIC,2016,3,, +MIC,2016,4,, +MIC,2016,5,, +MIC,2016,6,, +MIC,2016,7,, +MIC,2016,8,, +MIC,2016,9,, +MIC,2016,10,, +MIC,2016,11,, +MIC,2016,12,, +MIC,2016,13,, +MIC,2016,14,, +MIC,2016,15,, +MIC,2016,16,, +MIC,2016,17,, +MIC,2016,18,, +MIC,2017,0,, +MIC,2017,1,, +MIC,2017,2,, +MIC,2017,3,, +MIC,2017,4,, +MIC,2017,5,, +MIC,2017,6,, +MIC,2017,7,, +MIC,2017,8,, +MIC,2017,9,, +MIC,2017,10,, +MIC,2017,11,, +MIC,2017,12,, +MIC,2017,13,, +MIC,2017,14,, +MIC,2017,15,, +MIC,2017,16,, +MIC,2017,17,, +MIC,2017,18,, +MIC,2018,0,, +MIC,2018,1,, +MIC,2018,2,, +MIC,2018,3,, +MIC,2018,4,, +MIC,2018,5,, +MIC,2018,6,, +MIC,2018,7,, +MIC,2018,8,, +MIC,2018,9,, +MIC,2018,10,, +MIC,2018,11,, +MIC,2018,12,, +MIC,2018,13,, +MIC,2018,14,, +MIC,2018,15,, +MIC,2018,16,, +MIC,2018,17,, +MIC,2018,18,, +MIC,2019,0,, +MIC,2019,1,, +MIC,2019,2,, +MIC,2019,3,, +MIC,2019,4,, +MIC,2019,5,, +MIC,2019,6,, +MIC,2019,7,, +MIC,2019,8,, +MIC,2019,9,, +MIC,2019,10,, +MIC,2019,11,, +MIC,2019,12,, +MIC,2019,13,, +MIC,2019,14,, +MIC,2019,15,, +MIC,2019,16,, +MIC,2019,17,, +MIC,2019,18,, +MIC,2020,0,, +MIC,2020,1,, +MIC,2020,2,, +MIC,2020,3,, +MIC,2020,4,, +MIC,2020,5,, +MIC,2020,6,, +MIC,2020,7,, +MIC,2020,8,, +MIC,2020,9,, +MIC,2020,10,, +MIC,2020,11,, +MIC,2020,12,, +MIC,2020,13,, +MIC,2020,14,, +MIC,2020,15,, +MIC,2020,16,, +MIC,2020,17,, +MIC,2020,18,, +MIC,2021,0,, +MIC,2021,1,, +MIC,2021,2,, +MIC,2021,3,, +MIC,2021,4,, +MIC,2021,5,, +MIC,2021,6,, +MIC,2021,7,, +MIC,2021,8,, +MIC,2021,9,, +MIC,2021,10,, +MIC,2021,11,, +MIC,2021,12,, +MIC,2021,13,, +MIC,2021,14,, +MIC,2021,15,, +MIC,2021,16,, +MIC,2021,17,, +MIC,2021,18,, +MIC,2022,0,, +MIC,2022,1,, +MIC,2022,2,, +MIC,2022,3,, +MIC,2022,4,, +MIC,2022,5,, +MIC,2022,6,, +MIC,2022,7,, +MIC,2022,8,, +MIC,2022,9,, +MIC,2022,10,, +MIC,2022,11,, +MIC,2022,12,, +MIC,2022,13,, +MIC,2022,14,, +MIC,2022,15,, +MIC,2022,16,, +MIC,2022,17,, +MIC,2022,18,, +MIC,2023,0,, +MIC,2023,1,, +MIC,2023,2,, +MIC,2023,3,, +MIC,2023,4,, +MIC,2023,5,, +MIC,2023,6,, +MIC,2023,7,, +MIC,2023,8,, +MIC,2023,9,, +MIC,2023,10,, +MIC,2023,11,, +MIC,2023,12,, +MIC,2023,13,, +MIC,2023,14,, +MIC,2023,15,, +MIC,2023,16,, +MIC,2023,17,, +MIC,2023,18,, +MIC,2024,0,, +MIC,2024,1,, +MIC,2024,2,, +MIC,2024,3,, +MIC,2024,4,, +MIC,2024,5,, +MIC,2024,6,, +MIC,2024,7,, +MIC,2024,8,, +MIC,2024,9,, +MIC,2024,10,, +MIC,2024,11,, +MIC,2024,12,, +MIC,2024,13,, +MIC,2024,14,, +MIC,2024,15,, +MIC,2024,16,, +MIC,2024,17,, +MIC,2024,18,, +MIC,2025,0,, +MIC,2025,1,, +MIC,2025,2,, +MIC,2025,3,, +MIC,2025,4,, +MIC,2025,5,, +MIC,2025,6,, +MIC,2025,7,, +MIC,2025,8,, +MIC,2025,9,, +MIC,2025,10,, +MIC,2025,11,, +MIC,2025,12,, +MIC,2025,13,, +MIC,2025,14,, +MIC,2025,15,, +MIC,2025,16,, +MIC,2025,17,, +MIC,2025,18,, +MIC,2026,0,, +MIC,2026,1,, +MIC,2026,2,, +MIC,2026,3,, +MIC,2026,4,, +MIC,2026,5,, +MIC,2026,6,, +MIC,2026,7,, +MIC,2026,8,, +MIC,2026,9,, +MIC,2026,10,, +MIC,2026,11,, +MIC,2026,12,, +MIC,2026,13,, +MIC,2026,14,, +MIC,2026,15,, +MIC,2026,16,, +MIC,2026,17,, +MIC,2026,18,, +MIC,2027,0,, +MIC,2027,1,, +MIC,2027,2,, +MIC,2027,3,, +MIC,2027,4,, +MIC,2027,5,, +MIC,2027,6,, +MIC,2027,7,, +MIC,2027,8,, +MIC,2027,9,, +MIC,2027,10,, +MIC,2027,11,, +MIC,2027,12,, +MIC,2027,13,, +MIC,2027,14,, +MIC,2027,15,, +MIC,2027,16,, +MIC,2027,17,, +MIC,2027,18,, +MIC,2028,0,, +MIC,2028,1,, +MIC,2028,2,, +MIC,2028,3,, +MIC,2028,4,, +MIC,2028,5,, +MIC,2028,6,, +MIC,2028,7,, +MIC,2028,8,, +MIC,2028,9,, +MIC,2028,10,, +MIC,2028,11,, +MIC,2028,12,, +MIC,2028,13,, +MIC,2028,14,, +MIC,2028,15,, +MIC,2028,16,, +MIC,2028,17,, +MIC,2028,18,, +MIC,2029,0,, +MIC,2029,1,, +MIC,2029,2,, +MIC,2029,3,, +MIC,2029,4,, +MIC,2029,5,, +MIC,2029,6,, +MIC,2029,7,, +MIC,2029,8,, +MIC,2029,9,, +MIC,2029,10,, +MIC,2029,11,, +MIC,2029,12,, +MIC,2029,13,, +MIC,2029,14,, +MIC,2029,15,, +MIC,2029,16,, +MIC,2029,17,, +MIC,2029,18,, +MIC,2030,0,, +MIC,2030,1,, +MIC,2030,2,, +MIC,2030,3,, +MIC,2030,4,, +MIC,2030,5,, +MIC,2030,6,, +MIC,2030,7,, +MIC,2030,8,, +MIC,2030,9,, +MIC,2030,10,, +MIC,2030,11,, +MIC,2030,12,, +MIC,2030,13,, +MIC,2030,14,, +MIC,2030,15,, +MIC,2030,16,, +MIC,2030,17,, +MIC,2030,18,, +MIC,2031,0,, +MIC,2031,1,, +MIC,2031,2,, +MIC,2031,3,, +MIC,2031,4,, +MIC,2031,5,, +MIC,2031,6,, +MIC,2031,7,, +MIC,2031,8,, +MIC,2031,9,, +MIC,2031,10,, +MIC,2031,11,, +MIC,2031,12,, +MIC,2031,13,, +MIC,2031,14,, +MIC,2031,15,, +MIC,2031,16,, +MIC,2031,17,, +MIC,2031,18,, +MIC,2032,0,, +MIC,2032,1,, +MIC,2032,2,, +MIC,2032,3,, +MIC,2032,4,, +MIC,2032,5,, +MIC,2032,6,, +MIC,2032,7,, +MIC,2032,8,, +MIC,2032,9,, +MIC,2032,10,, +MIC,2032,11,, +MIC,2032,12,, +MIC,2032,13,, +MIC,2032,14,, +MIC,2032,15,, +MIC,2032,16,, +MIC,2032,17,, +MIC,2032,18,, +MIC,2033,0,, +MIC,2033,1,, +MIC,2033,2,, +MIC,2033,3,, +MIC,2033,4,, +MIC,2033,5,, +MIC,2033,6,, +MIC,2033,7,, +MIC,2033,8,, +MIC,2033,9,, +MIC,2033,10,, +MIC,2033,11,, +MIC,2033,12,, +MIC,2033,13,, +MIC,2033,14,, +MIC,2033,15,, +MIC,2033,16,, +MIC,2033,17,, +MIC,2033,18,, +MIC,2034,0,, +MIC,2034,1,, +MIC,2034,2,, +MIC,2034,3,, +MIC,2034,4,, +MIC,2034,5,, +MIC,2034,6,, +MIC,2034,7,, +MIC,2034,8,, +MIC,2034,9,, +MIC,2034,10,, +MIC,2034,11,, +MIC,2034,12,, +MIC,2034,13,, +MIC,2034,14,, +MIC,2034,15,, +MIC,2034,16,, +MIC,2034,17,, +MIC,2034,18,, +MIC,2035,0,, +MIC,2035,1,, +MIC,2035,2,, +MIC,2035,3,, +MIC,2035,4,, +MIC,2035,5,, +MIC,2035,6,, +MIC,2035,7,, +MIC,2035,8,, +MIC,2035,9,, +MIC,2035,10,, +MIC,2035,11,, +MIC,2035,12,, +MIC,2035,13,, +MIC,2035,14,, +MIC,2035,15,, +MIC,2035,16,, +MIC,2035,17,, +MIC,2035,18,, +MIC,2036,0,, +MIC,2036,1,, +MIC,2036,2,, +MIC,2036,3,, +MIC,2036,4,, +MIC,2036,5,, +MIC,2036,6,, +MIC,2036,7,, +MIC,2036,8,, +MIC,2036,9,, +MIC,2036,10,, +MIC,2036,11,, +MIC,2036,12,, +MIC,2036,13,, +MIC,2036,14,, +MIC,2036,15,, +MIC,2036,16,, +MIC,2036,17,, +MIC,2036,18,, +MIC,2037,0,, +MIC,2037,1,, +MIC,2037,2,, +MIC,2037,3,, +MIC,2037,4,, +MIC,2037,5,, +MIC,2037,6,, +MIC,2037,7,, +MIC,2037,8,, +MIC,2037,9,, +MIC,2037,10,, +MIC,2037,11,, +MIC,2037,12,, +MIC,2037,13,, +MIC,2037,14,, +MIC,2037,15,, +MIC,2037,16,, +MIC,2037,17,, +MIC,2037,18,, +MIC,2038,0,, +MIC,2038,1,, +MIC,2038,2,, +MIC,2038,3,, +MIC,2038,4,, +MIC,2038,5,, +MIC,2038,6,, +MIC,2038,7,, +MIC,2038,8,, +MIC,2038,9,, +MIC,2038,10,, +MIC,2038,11,, +MIC,2038,12,, +MIC,2038,13,, +MIC,2038,14,, +MIC,2038,15,, +MIC,2038,16,, +MIC,2038,17,, +MIC,2038,18,, +MIC,2039,0,, +MIC,2039,1,, +MIC,2039,2,, +MIC,2039,3,, +MIC,2039,4,, +MIC,2039,5,, +MIC,2039,6,, +MIC,2039,7,, +MIC,2039,8,, +MIC,2039,9,, +MIC,2039,10,, +MIC,2039,11,, +MIC,2039,12,, +MIC,2039,13,, +MIC,2039,14,, +MIC,2039,15,, +MIC,2039,16,, +MIC,2039,17,, +MIC,2039,18,, +MIC,2040,0,, +MIC,2040,1,, +MIC,2040,2,, +MIC,2040,3,, +MIC,2040,4,, +MIC,2040,5,, +MIC,2040,6,, +MIC,2040,7,, +MIC,2040,8,, +MIC,2040,9,, +MIC,2040,10,, +MIC,2040,11,, +MIC,2040,12,, +MIC,2040,13,, +MIC,2040,14,, +MIC,2040,15,, +MIC,2040,16,, +MIC,2040,17,, +MIC,2040,18,, +MIC,2041,0,, +MIC,2041,1,, +MIC,2041,2,, +MIC,2041,3,, +MIC,2041,4,, +MIC,2041,5,, +MIC,2041,6,, +MIC,2041,7,, +MIC,2041,8,, +MIC,2041,9,, +MIC,2041,10,, +MIC,2041,11,, +MIC,2041,12,, +MIC,2041,13,, +MIC,2041,14,, +MIC,2041,15,, +MIC,2041,16,, +MIC,2041,17,, +MIC,2041,18,, +MIC,2042,0,, +MIC,2042,1,, +MIC,2042,2,, +MIC,2042,3,, +MIC,2042,4,, +MIC,2042,5,, +MIC,2042,6,, +MIC,2042,7,, +MIC,2042,8,, +MIC,2042,9,, +MIC,2042,10,, +MIC,2042,11,, +MIC,2042,12,, +MIC,2042,13,, +MIC,2042,14,, +MIC,2042,15,, +MIC,2042,16,, +MIC,2042,17,, +MIC,2042,18,, +MIC,2043,0,, +MIC,2043,1,, +MIC,2043,2,, +MIC,2043,3,, +MIC,2043,4,, +MIC,2043,5,, +MIC,2043,6,, +MIC,2043,7,, +MIC,2043,8,, +MIC,2043,9,, +MIC,2043,10,, +MIC,2043,11,, +MIC,2043,12,, +MIC,2043,13,, +MIC,2043,14,, +MIC,2043,15,, +MIC,2043,16,, +MIC,2043,17,, +MIC,2043,18,, +MIC,2044,0,, +MIC,2044,1,, +MIC,2044,2,, +MIC,2044,3,, +MIC,2044,4,, +MIC,2044,5,, +MIC,2044,6,, +MIC,2044,7,, +MIC,2044,8,, +MIC,2044,9,, +MIC,2044,10,, +MIC,2044,11,, +MIC,2044,12,, +MIC,2044,13,, +MIC,2044,14,, +MIC,2044,15,, +MIC,2044,16,, +MIC,2044,17,, +MIC,2044,18,, +MIC,2045,0,, +MIC,2045,1,, +MIC,2045,2,, +MIC,2045,3,, +MIC,2045,4,, +MIC,2045,5,, +MIC,2045,6,, +MIC,2045,7,, +MIC,2045,8,, +MIC,2045,9,, +MIC,2045,10,, +MIC,2045,11,, +MIC,2045,12,, +MIC,2045,13,, +MIC,2045,14,, +MIC,2045,15,, +MIC,2045,16,, +MIC,2045,17,, +MIC,2045,18,, +MIC,2046,0,, +MIC,2046,1,, +MIC,2046,2,, +MIC,2046,3,, +MIC,2046,4,, +MIC,2046,5,, +MIC,2046,6,, +MIC,2046,7,, +MIC,2046,8,, +MIC,2046,9,, +MIC,2046,10,, +MIC,2046,11,, +MIC,2046,12,, +MIC,2046,13,, +MIC,2046,14,, +MIC,2046,15,, +MIC,2046,16,, +MIC,2046,17,, +MIC,2046,18,, +MIC,2047,0,, +MIC,2047,1,, +MIC,2047,2,, +MIC,2047,3,, +MIC,2047,4,, +MIC,2047,5,, +MIC,2047,6,, +MIC,2047,7,, +MIC,2047,8,, +MIC,2047,9,, +MIC,2047,10,, +MIC,2047,11,, +MIC,2047,12,, +MIC,2047,13,, +MIC,2047,14,, +MIC,2047,15,, +MIC,2047,16,, +MIC,2047,17,, +MIC,2047,18,, +MIC,2048,0,, +MIC,2048,1,, +MIC,2048,2,, +MIC,2048,3,, +MIC,2048,4,, +MIC,2048,5,, +MIC,2048,6,, +MIC,2048,7,, +MIC,2048,8,, +MIC,2048,9,, +MIC,2048,10,, +MIC,2048,11,, +MIC,2048,12,, +MIC,2048,13,, +MIC,2048,14,, +MIC,2048,15,, +MIC,2048,16,, +MIC,2048,17,, +MIC,2048,18,, +MIC,2049,0,, +MIC,2049,1,, +MIC,2049,2,, +MIC,2049,3,, +MIC,2049,4,, +MIC,2049,5,, +MIC,2049,6,, +MIC,2049,7,, +MIC,2049,8,, +MIC,2049,9,, +MIC,2049,10,, +MIC,2049,11,, +MIC,2049,12,, +MIC,2049,13,, +MIC,2049,14,, +MIC,2049,15,, +MIC,2049,16,, +MIC,2049,17,, +MIC,2049,18,, +MIC,2050,0,, +MIC,2050,1,, +MIC,2050,2,, +MIC,2050,3,, +MIC,2050,4,, +MIC,2050,5,, +MIC,2050,6,, +MIC,2050,7,, +MIC,2050,8,, +MIC,2050,9,, +MIC,2050,10,, +MIC,2050,11,, +MIC,2050,12,, +MIC,2050,13,, +MIC,2050,14,, +MIC,2050,15,, +MIC,2050,16,, +MIC,2050,17,, +MIC,2050,18,, +MKD,1990,0,16164,16935 +MKD,1990,1,16666,17501 +MKD,1990,2,17041,17921 +MKD,1990,3,17301,18209 +MKD,1990,4,17459,18381 +MKD,1990,5,17530,18453 +MKD,1990,6,17526,18439 +MKD,1990,7,17461,18356 +MKD,1990,8,17346,18218 +MKD,1990,9,17196,18042 +MKD,1990,10,17014,17828 +MKD,1990,11,16804,17581 +MKD,1990,12,16626,17379 +MKD,1990,13,16515,17265 +MKD,1990,14,16452,17215 +MKD,1990,15,16370,17139 +MKD,1990,16,16254,17028 +MKD,1990,17,16245,17028 +MKD,1990,18,16395,17196 +MKD,1991,0,15856,16613 +MKD,1991,1,16129,16895 +MKD,1991,2,16567,17389 +MKD,1991,3,16899,17764 +MKD,1991,4,17136,18029 +MKD,1991,5,17287,18197 +MKD,1991,6,17364,18282 +MKD,1991,7,17379,18296 +MKD,1991,8,17329,18236 +MKD,1991,9,17216,18103 +MKD,1991,10,17058,17920 +MKD,1991,11,16875,17707 +MKD,1991,12,16667,17465 +MKD,1991,13,16483,17256 +MKD,1991,14,16350,17116 +MKD,1991,15,16257,17028 +MKD,1991,16,16147,16917 +MKD,1991,17,16007,16774 +MKD,1991,18,15970,16738 +MKD,1992,0,15669,16431 +MKD,1992,1,16078,16876 +MKD,1992,2,16077,16839 +MKD,1992,3,16450,17261 +MKD,1992,4,16741,17590 +MKD,1992,5,16954,17833 +MKD,1992,6,17097,17997 +MKD,1992,7,17180,18094 +MKD,1992,8,17215,18137 +MKD,1992,9,17179,18099 +MKD,1992,10,17067,17971 +MKD,1992,11,16903,17782 +MKD,1992,12,16718,17570 +MKD,1992,13,16513,17333 +MKD,1992,14,16322,17118 +MKD,1992,15,16168,16952 +MKD,1992,16,16046,16826 +MKD,1992,17,15908,16680 +MKD,1992,18,15744,16504 +MKD,1993,0,15536,16312 +MKD,1993,1,15826,16610 +MKD,1993,2,16077,16872 +MKD,1993,3,16027,16788 +MKD,1993,4,16335,17137 +MKD,1993,5,16584,17421 +MKD,1993,6,16775,17642 +MKD,1993,7,16909,17801 +MKD,1993,8,16998,17910 +MKD,1993,9,17052,17982 +MKD,1993,10,17031,17966 +MKD,1993,11,16921,17844 +MKD,1993,12,16749,17648 +MKD,1993,13,16563,17437 +MKD,1993,14,16360,17206 +MKD,1993,15,16163,16984 +MKD,1993,16,15989,16792 +MKD,1993,17,15836,16628 +MKD,1993,18,15671,16447 +MKD,1994,0,15358,16145 +MKD,1994,1,15558,16329 +MKD,1994,2,15753,16518 +MKD,1994,3,15940,16708 +MKD,1994,4,16004,16767 +MKD,1994,5,16249,17045 +MKD,1994,6,16456,17285 +MKD,1994,7,16624,17484 +MKD,1994,8,16751,17639 +MKD,1994,9,16846,17761 +MKD,1994,10,16919,17860 +MKD,1994,11,16912,17867 +MKD,1994,12,16804,17750 +MKD,1994,13,16624,17548 +MKD,1994,14,16436,17337 +MKD,1994,15,16236,17111 +MKD,1994,16,16032,16881 +MKD,1994,17,15837,16663 +MKD,1994,18,15654,16461 +MKD,1995,0,15067,15850 +MKD,1995,1,15247,16002 +MKD,1995,2,15439,16179 +MKD,1995,3,15635,16376 +MKD,1995,4,15832,16583 +MKD,1995,5,16025,16794 +MKD,1995,6,16206,17001 +MKD,1995,7,16372,17197 +MKD,1995,8,16518,17374 +MKD,1995,9,16637,17526 +MKD,1995,10,16738,17661 +MKD,1995,11,16831,17789 +MKD,1995,12,16840,17818 +MKD,1995,13,16732,17706 +MKD,1995,14,16544,17496 +MKD,1995,15,16354,17285 +MKD,1995,16,16156,17064 +MKD,1995,17,15945,16826 +MKD,1995,18,15727,16582 +MKD,1996,0,14486,15231 +MKD,1996,1,14965,15728 +MKD,1996,2,15179,15923 +MKD,1996,3,15391,16128 +MKD,1996,4,15599,16338 +MKD,1996,5,15798,16548 +MKD,1996,6,15984,16752 +MKD,1996,7,16151,16941 +MKD,1996,8,16307,17123 +MKD,1996,9,16451,17299 +MKD,1996,10,16574,17456 +MKD,1996,11,16676,17592 +MKD,1996,12,16767,17718 +MKD,1996,13,16774,17745 +MKD,1996,14,16664,17630 +MKD,1996,15,16475,17419 +MKD,1996,16,16283,17205 +MKD,1996,17,16083,16981 +MKD,1996,18,15870,16742 +MKD,1997,0,13798,14493 +MKD,1997,1,14194,14878 +MKD,1997,2,14907,15655 +MKD,1997,3,15155,15894 +MKD,1997,4,15390,16126 +MKD,1997,5,15608,16351 +MKD,1997,6,15810,16565 +MKD,1997,7,15991,16762 +MKD,1997,8,16144,16934 +MKD,1997,9,16289,17103 +MKD,1997,10,16433,17278 +MKD,1997,11,16561,17441 +MKD,1997,12,16664,17578 +MKD,1997,13,16753,17702 +MKD,1997,14,16758,17726 +MKD,1997,15,16646,17609 +MKD,1997,16,16454,17395 +MKD,1997,17,16260,17178 +MKD,1997,18,16058,16952 +MKD,1998,0,13092,13732 +MKD,1998,1,13654,14304 +MKD,1998,2,14158,14822 +MKD,1998,3,14877,15612 +MKD,1998,4,15159,15894 +MKD,1998,5,15416,16155 +MKD,1998,6,15646,16395 +MKD,1998,7,15851,16613 +MKD,1998,8,16027,16804 +MKD,1998,9,16167,16958 +MKD,1998,10,16302,17115 +MKD,1998,11,16444,17289 +MKD,1998,12,16578,17459 +MKD,1998,13,16681,17597 +MKD,1998,14,16769,17719 +MKD,1998,15,16772,17742 +MKD,1998,16,16658,17622 +MKD,1998,17,16463,17404 +MKD,1998,18,16266,17184 +MKD,1999,0,12495,13087 +MKD,1999,1,13169,13790 +MKD,1999,2,13765,14412 +MKD,1999,3,14286,14958 +MKD,1999,4,14847,15569 +MKD,1999,5,15165,15895 +MKD,1999,6,15443,16185 +MKD,1999,7,15685,16439 +MKD,1999,8,15894,16662 +MKD,1999,9,16064,16846 +MKD,1999,10,16190,16983 +MKD,1999,11,16315,17127 +MKD,1999,12,16457,17301 +MKD,1999,13,16596,17477 +MKD,1999,14,16700,17616 +MKD,1999,15,16787,17737 +MKD,1999,16,16788,17757 +MKD,1999,17,16672,17634 +MKD,1999,18,16474,17413 +MKD,2000,0,12100,12662 +MKD,2000,1,12782,13381 +MKD,2000,2,13389,14020 +MKD,2000,3,13924,14584 +MKD,2000,4,14394,15078 +MKD,2000,5,14803,15508 +MKD,2000,6,15155,15878 +MKD,2000,7,15455,16196 +MKD,2000,8,15709,16465 +MKD,2000,9,15921,16692 +MKD,2000,10,16085,16869 +MKD,2000,11,16198,16989 +MKD,2000,12,16312,17120 +MKD,2000,13,16454,17293 +MKD,2000,14,16598,17476 +MKD,2000,15,16702,17615 +MKD,2000,16,16787,17735 +MKD,2000,17,16787,17753 +MKD,2000,18,16669,17627 +MKD,2001,0,11985,12543 +MKD,2001,1,12180,12757 +MKD,2001,2,12795,13403 +MKD,2001,3,13361,13998 +MKD,2001,4,13879,14541 +MKD,2001,5,14349,15034 +MKD,2001,6,14775,15482 +MKD,2001,7,15163,15889 +MKD,2001,8,15487,16232 +MKD,2001,9,15739,16498 +MKD,2001,10,15933,16705 +MKD,2001,11,16089,16872 +MKD,2001,12,16197,16986 +MKD,2001,13,16307,17111 +MKD,2001,14,16442,17277 +MKD,2001,15,16578,17453 +MKD,2001,16,16676,17586 +MKD,2001,17,16754,17699 +MKD,2001,18,16748,17711 +MKD,2002,0,12076,12644 +MKD,2002,1,12411,13004 +MKD,2002,2,12244,12832 +MKD,2002,3,12790,13404 +MKD,2002,4,13315,13954 +MKD,2002,5,13814,14476 +MKD,2002,6,14283,14967 +MKD,2002,7,14726,15431 +MKD,2002,8,15149,15876 +MKD,2002,9,15498,16243 +MKD,2002,10,15748,16506 +MKD,2002,11,15924,16692 +MKD,2002,12,16070,16848 +MKD,2002,13,16174,16956 +MKD,2002,14,16278,17075 +MKD,2002,15,16406,17235 +MKD,2002,16,16535,17404 +MKD,2002,17,16626,17530 +MKD,2002,18,16697,17636 +MKD,2003,0,12258,12851 +MKD,2003,1,12326,12928 +MKD,2003,2,12477,13089 +MKD,2003,3,12297,12895 +MKD,2003,4,12774,13393 +MKD,2003,5,13257,13897 +MKD,2003,6,13737,14397 +MKD,2003,7,14204,14886 +MKD,2003,8,14664,15367 +MKD,2003,9,15122,15848 +MKD,2003,10,15495,16238 +MKD,2003,11,15742,16498 +MKD,2003,12,15900,16664 +MKD,2003,13,16038,16809 +MKD,2003,14,16136,16911 +MKD,2003,15,16235,17023 +MKD,2003,16,16356,17176 +MKD,2003,17,16478,17338 +MKD,2003,18,16562,17457 +MKD,2004,0,12370,12995 +MKD,2004,1,12221,12839 +MKD,2004,2,12208,12823 +MKD,2004,3,12313,12930 +MKD,2004,4,12350,12960 +MKD,2004,5,12757,13382 +MKD,2004,6,13199,13841 +MKD,2004,7,13660,14320 +MKD,2004,8,14126,14806 +MKD,2004,9,14603,15304 +MKD,2004,10,15096,15821 +MKD,2004,11,15492,16236 +MKD,2004,12,15737,16492 +MKD,2004,13,15876,16637 +MKD,2004,14,16005,16772 +MKD,2004,15,16099,16868 +MKD,2004,16,16191,16974 +MKD,2004,17,16306,17119 +MKD,2004,18,16421,17274 +MKD,2005,0,12298,12961 +MKD,2005,1,12045,12686 +MKD,2005,2,11949,12576 +MKD,2005,3,11990,12610 +MKD,2005,4,12149,12769 +MKD,2005,5,12408,13032 +MKD,2005,6,12746,13381 +MKD,2005,7,13146,13794 +MKD,2005,8,13588,14253 +MKD,2005,9,14053,14736 +MKD,2005,10,14547,15251 +MKD,2005,11,15075,15804 +MKD,2005,12,15495,16243 +MKD,2005,13,15738,16496 +MKD,2005,14,15859,16621 +MKD,2005,15,15979,16745 +MKD,2005,16,16068,16835 +MKD,2005,17,16155,16934 +MKD,2005,18,16263,17073 +MKD,2006,0,11979,12672 +MKD,2006,1,12162,12817 +MKD,2006,2,11998,12633 +MKD,2006,3,11958,12580 +MKD,2006,4,12027,12643 +MKD,2006,5,12193,12808 +MKD,2006,6,12436,13056 +MKD,2006,7,12737,13367 +MKD,2006,8,13110,13753 +MKD,2006,9,13552,14211 +MKD,2006,10,14032,14709 +MKD,2006,11,14530,15229 +MKD,2006,12,15057,15780 +MKD,2006,13,15476,16217 +MKD,2006,14,15717,16468 +MKD,2006,15,15837,16591 +MKD,2006,16,15955,16713 +MKD,2006,17,16044,16801 +MKD,2006,18,16128,16897 +MKD,2007,0,11477,12201 +MKD,2007,1,11415,12099 +MKD,2007,2,12033,12684 +MKD,2007,3,11958,12590 +MKD,2007,4,11974,12594 +MKD,2007,5,12072,12686 +MKD,2007,6,12245,12859 +MKD,2007,7,12472,13091 +MKD,2007,8,12736,13364 +MKD,2007,9,13082,13723 +MKD,2007,10,13524,14180 +MKD,2007,11,14020,14695 +MKD,2007,12,14523,15219 +MKD,2007,13,15049,15769 +MKD,2007,14,15466,16205 +MKD,2007,15,15707,16454 +MKD,2007,16,15826,16575 +MKD,2007,17,15942,16694 +MKD,2007,18,16029,16780 +MKD,2008,0,10916,11674 +MKD,2008,1,11057,11770 +MKD,2008,2,11227,11903 +MKD,2008,3,11908,12557 +MKD,2008,4,11922,12554 +MKD,2008,5,11994,12614 +MKD,2008,6,12121,12736 +MKD,2008,7,12300,12916 +MKD,2008,8,12513,13133 +MKD,2008,9,12739,13368 +MKD,2008,10,13059,13700 +MKD,2008,11,13500,14157 +MKD,2008,12,14013,14688 +MKD,2008,13,14521,15217 +MKD,2008,14,15046,15766 +MKD,2008,15,15462,16201 +MKD,2008,16,15701,16448 +MKD,2008,17,15819,16567 +MKD,2008,18,15934,16684 +MKD,2009,0,10475,11270 +MKD,2009,1,10777,11522 +MKD,2009,2,11054,11759 +MKD,2009,3,11311,11984 +MKD,2009,4,11780,12429 +MKD,2009,5,11883,12515 +MKD,2009,6,12011,12633 +MKD,2009,7,12166,12784 +MKD,2009,8,12352,12970 +MKD,2009,9,12549,13172 +MKD,2009,10,12739,13370 +MKD,2009,11,13031,13674 +MKD,2009,12,13473,14132 +MKD,2009,13,14001,14679 +MKD,2009,14,14514,15213 +MKD,2009,15,15038,15761 +MKD,2009,16,15453,16194 +MKD,2009,17,15691,16439 +MKD,2009,18,15808,16556 +MKD,2010,0,10281,11114 +MKD,2010,1,10635,11414 +MKD,2010,2,10940,11675 +MKD,2010,3,11204,11904 +MKD,2010,4,11436,12108 +MKD,2010,5,11644,12294 +MKD,2010,6,11837,12471 +MKD,2010,7,12021,12646 +MKD,2010,8,12205,12826 +MKD,2010,9,12397,13020 +MKD,2010,10,12579,13206 +MKD,2010,11,12731,13366 +MKD,2010,12,12997,13643 +MKD,2010,13,13438,14100 +MKD,2010,14,13982,14663 +MKD,2010,15,14499,15201 +MKD,2010,16,15022,15748 +MKD,2010,17,15436,16180 +MKD,2010,18,15673,16423 +MKD,2011,0,10406,11274 +MKD,2011,1,10375,11196 +MKD,2011,2,10663,11439 +MKD,2011,3,10925,11662 +MKD,2011,4,11165,11870 +MKD,2011,5,11387,12067 +MKD,2011,6,11599,12260 +MKD,2011,7,11811,12458 +MKD,2011,8,12006,12645 +MKD,2011,9,12180,12818 +MKD,2011,10,12350,12993 +MKD,2011,11,12518,13168 +MKD,2011,12,12659,13319 +MKD,2011,13,12919,13592 +MKD,2011,14,13363,14050 +MKD,2011,15,13914,14617 +MKD,2011,16,14438,15159 +MKD,2011,17,14969,15710 +MKD,2011,18,15391,16147 +MKD,2012,0,10765,11671 +MKD,2012,1,10842,11690 +MKD,2012,2,10459,11271 +MKD,2012,3,10683,11455 +MKD,2012,4,10902,11641 +MKD,2012,5,11117,11828 +MKD,2012,6,11327,12017 +MKD,2012,7,11544,12217 +MKD,2012,8,11775,12436 +MKD,2012,9,11981,12636 +MKD,2012,10,12144,12801 +MKD,2012,11,12292,12957 +MKD,2012,12,12446,13120 +MKD,2012,13,12577,13264 +MKD,2012,14,12831,13532 +MKD,2012,15,13277,13990 +MKD,2012,16,13835,14561 +MKD,2012,17,14366,15106 +MKD,2012,18,14904,15661 +MKD,2013,0,11231,12164 +MKD,2013,1,11073,11950 +MKD,2013,2,10972,11800 +MKD,2013,3,10539,11340 +MKD,2013,4,10698,11467 +MKD,2013,5,10874,11614 +MKD,2013,6,11063,11780 +MKD,2013,7,11263,11962 +MKD,2013,8,11483,12169 +MKD,2013,9,11734,12408 +MKD,2013,10,11950,12620 +MKD,2013,11,12103,12778 +MKD,2013,12,12228,12914 +MKD,2013,13,12368,13066 +MKD,2013,14,12488,13202 +MKD,2013,15,12737,13465 +MKD,2013,16,13184,13923 +MKD,2013,17,13749,14497 +MKD,2013,18,14287,15046 +MKD,2014,0,11620,12558 +MKD,2014,1,11276,12166 +MKD,2014,2,11029,11877 +MKD,2014,3,10870,11681 +MKD,2014,4,10620,11411 +MKD,2014,5,10714,11479 +MKD,2014,6,10846,11588 +MKD,2014,7,11010,11734 +MKD,2014,8,11199,11908 +MKD,2014,9,11424,12121 +MKD,2014,10,11694,12382 +MKD,2014,11,11920,12606 +MKD,2014,12,12063,12756 +MKD,2014,13,12166,12873 +MKD,2014,14,12291,13014 +MKD,2014,15,12401,13141 +MKD,2014,16,12645,13399 +MKD,2014,17,13094,13857 +MKD,2014,18,13665,14435 +MKD,2015,0,11803,12715 +MKD,2015,1,11384,12266 +MKD,2015,2,11075,11928 +MKD,2015,3,10865,11692 +MKD,2015,4,10745,11548 +MKD,2015,5,10705,11485 +MKD,2015,6,10735,11495 +MKD,2015,7,10824,11566 +MKD,2015,8,10963,11691 +MKD,2015,9,11141,11858 +MKD,2015,10,11369,12078 +MKD,2015,11,11659,12359 +MKD,2015,12,11896,12596 +MKD,2015,13,12029,12739 +MKD,2015,14,12109,12836 +MKD,2015,15,12220,12965 +MKD,2015,16,12320,13084 +MKD,2015,17,12558,13338 +MKD,2015,18,13008,13797 +MKD,2016,0,11718,12571 +MKD,2016,1,11683,12584 +MKD,2016,2,11344,12223 +MKD,2016,3,11085,11941 +MKD,2016,4,10902,11733 +MKD,2016,5,10788,11595 +MKD,2016,6,10733,11517 +MKD,2016,7,10729,11489 +MKD,2016,8,10794,11534 +MKD,2016,9,10932,11658 +MKD,2016,10,11124,11840 +MKD,2016,11,11356,12064 +MKD,2016,12,11644,12344 +MKD,2016,13,11879,12579 +MKD,2016,14,12010,12720 +MKD,2016,15,12088,12815 +MKD,2016,16,12197,12942 +MKD,2016,17,12295,13058 +MKD,2016,18,12531,13309 +MKD,2017,0,11434,12198 +MKD,2017,1,11246,12047 +MKD,2017,2,11573,12462 +MKD,2017,3,11313,12189 +MKD,2017,4,11105,11961 +MKD,2017,5,10946,11782 +MKD,2017,6,10838,11650 +MKD,2017,7,10769,11557 +MKD,2017,8,10731,11492 +MKD,2017,9,10771,11510 +MKD,2017,10,10909,11634 +MKD,2017,11,11114,11831 +MKD,2017,12,11350,12059 +MKD,2017,13,11637,12338 +MKD,2017,14,11871,12571 +MKD,2017,15,12000,12710 +MKD,2017,16,12077,12803 +MKD,2017,17,12183,12927 +MKD,2017,18,12279,13041 +MKD,2018,0,11027,11690 +MKD,2018,1,11065,11803 +MKD,2018,2,11080,11873 +MKD,2018,3,11467,12344 +MKD,2018,4,11287,12158 +MKD,2018,5,11128,11986 +MKD,2018,6,10995,11834 +MKD,2018,7,10892,11709 +MKD,2018,8,10809,11600 +MKD,2018,9,10737,11498 +MKD,2018,10,10753,11490 +MKD,2018,11,10890,11613 +MKD,2018,12,11109,11826 +MKD,2018,13,11349,12058 +MKD,2018,14,11635,12336 +MKD,2018,15,11868,12568 +MKD,2018,16,11995,12704 +MKD,2018,17,12069,12795 +MKD,2018,18,12174,12917 +MKD,2019,0,11000,11000 +MKD,2019,1,11000,12000 +MKD,2019,2,11000,12000 +MKD,2019,3,11000,12000 +MKD,2019,4,11000,12000 +MKD,2019,5,11000,12000 +MKD,2019,6,11000,12000 +MKD,2019,7,11000,12000 +MKD,2019,8,11000,12000 +MKD,2019,9,11000,12000 +MKD,2019,10,11000,12000 +MKD,2019,11,11000,11000 +MKD,2019,12,11000,12000 +MKD,2019,13,11000,12000 +MKD,2019,14,11000,12000 +MKD,2019,15,12000,12000 +MKD,2019,16,12000,13000 +MKD,2019,17,12000,13000 +MKD,2019,18,12000,13000 +MKD,2020,0,10000,11000 +MKD,2020,1,11000,11000 +MKD,2020,2,11000,12000 +MKD,2020,3,11000,12000 +MKD,2020,4,11000,12000 +MKD,2020,5,11000,12000 +MKD,2020,6,11000,12000 +MKD,2020,7,11000,12000 +MKD,2020,8,11000,12000 +MKD,2020,9,11000,12000 +MKD,2020,10,11000,12000 +MKD,2020,11,11000,12000 +MKD,2020,12,11000,11000 +MKD,2020,13,11000,12000 +MKD,2020,14,11000,12000 +MKD,2020,15,11000,12000 +MKD,2020,16,12000,12000 +MKD,2020,17,12000,13000 +MKD,2020,18,12000,13000 +MKD,2021,0,10000,11000 +MKD,2021,1,10000,11000 +MKD,2021,2,11000,11000 +MKD,2021,3,11000,12000 +MKD,2021,4,11000,12000 +MKD,2021,5,11000,12000 +MKD,2021,6,11000,12000 +MKD,2021,7,11000,12000 +MKD,2021,8,11000,12000 +MKD,2021,9,11000,12000 +MKD,2021,10,11000,12000 +MKD,2021,11,11000,12000 +MKD,2021,12,11000,12000 +MKD,2021,13,11000,11000 +MKD,2021,14,11000,12000 +MKD,2021,15,11000,12000 +MKD,2021,16,11000,12000 +MKD,2021,17,12000,12000 +MKD,2021,18,12000,13000 +MKD,2022,0,9900,10000 +MKD,2022,1,10000,11000 +MKD,2022,2,10000,11000 +MKD,2022,3,11000,11000 +MKD,2022,4,11000,12000 +MKD,2022,5,11000,12000 +MKD,2022,6,11000,12000 +MKD,2022,7,11000,12000 +MKD,2022,8,11000,12000 +MKD,2022,9,11000,12000 +MKD,2022,10,11000,12000 +MKD,2022,11,11000,12000 +MKD,2022,12,11000,12000 +MKD,2022,13,11000,11000 +MKD,2022,14,11000,11000 +MKD,2022,15,11000,12000 +MKD,2022,16,11000,12000 +MKD,2022,17,11000,12000 +MKD,2022,18,12000,12000 +MKD,2023,0,9800,10000 +MKD,2023,1,10000,11000 +MKD,2023,2,10000,11000 +MKD,2023,3,10000,11000 +MKD,2023,4,11000,11000 +MKD,2023,5,11000,12000 +MKD,2023,6,11000,12000 +MKD,2023,7,11000,12000 +MKD,2023,8,11000,12000 +MKD,2023,9,11000,12000 +MKD,2023,10,11000,12000 +MKD,2023,11,11000,12000 +MKD,2023,12,11000,12000 +MKD,2023,13,11000,12000 +MKD,2023,14,11000,11000 +MKD,2023,15,11000,11000 +MKD,2023,16,11000,12000 +MKD,2023,17,11000,12000 +MKD,2023,18,11000,12000 +MKD,2024,0,9700,10000 +MKD,2024,1,10000,11000 +MKD,2024,2,10000,11000 +MKD,2024,3,10000,11000 +MKD,2024,4,11000,11000 +MKD,2024,5,11000,11000 +MKD,2024,6,11000,12000 +MKD,2024,7,11000,12000 +MKD,2024,8,11000,12000 +MKD,2024,9,11000,12000 +MKD,2024,10,11000,12000 +MKD,2024,11,11000,12000 +MKD,2024,12,11000,12000 +MKD,2024,13,11000,12000 +MKD,2024,14,11000,12000 +MKD,2024,15,11000,11000 +MKD,2024,16,11000,11000 +MKD,2024,17,11000,12000 +MKD,2024,18,11000,12000 +MKD,2025,0,9700,10000 +MKD,2025,1,9900,10000 +MKD,2025,2,10000,11000 +MKD,2025,3,10000,11000 +MKD,2025,4,10000,11000 +MKD,2025,5,11000,11000 +MKD,2025,6,11000,11000 +MKD,2025,7,11000,12000 +MKD,2025,8,11000,12000 +MKD,2025,9,11000,12000 +MKD,2025,10,11000,12000 +MKD,2025,11,11000,12000 +MKD,2025,12,11000,12000 +MKD,2025,13,11000,12000 +MKD,2025,14,11000,12000 +MKD,2025,15,11000,12000 +MKD,2025,16,11000,11000 +MKD,2025,17,11000,11000 +MKD,2025,18,11000,12000 +MKD,2026,0,9600,10000 +MKD,2026,1,9700,10000 +MKD,2026,2,9900,10000 +MKD,2026,3,10000,11000 +MKD,2026,4,10000,11000 +MKD,2026,5,10000,11000 +MKD,2026,6,11000,11000 +MKD,2026,7,11000,11000 +MKD,2026,8,11000,12000 +MKD,2026,9,11000,12000 +MKD,2026,10,11000,12000 +MKD,2026,11,11000,12000 +MKD,2026,12,11000,12000 +MKD,2026,13,11000,12000 +MKD,2026,14,11000,12000 +MKD,2026,15,11000,12000 +MKD,2026,16,11000,12000 +MKD,2026,17,11000,11000 +MKD,2026,18,11000,11000 +MKD,2027,0,9400,10000 +MKD,2027,1,9600,10000 +MKD,2027,2,9700,10000 +MKD,2027,3,9900,10000 +MKD,2027,4,10000,11000 +MKD,2027,5,10000,11000 +MKD,2027,6,10000,11000 +MKD,2027,7,11000,11000 +MKD,2027,8,11000,11000 +MKD,2027,9,11000,12000 +MKD,2027,10,11000,12000 +MKD,2027,11,11000,12000 +MKD,2027,12,11000,12000 +MKD,2027,13,11000,12000 +MKD,2027,14,11000,12000 +MKD,2027,15,11000,12000 +MKD,2027,16,11000,12000 +MKD,2027,17,11000,12000 +MKD,2027,18,11000,11000 +MKD,2028,0,9300,9900 +MKD,2028,1,9400,9900 +MKD,2028,2,9600,10000 +MKD,2028,3,9700,10000 +MKD,2028,4,9900,10000 +MKD,2028,5,10000,11000 +MKD,2028,6,10000,11000 +MKD,2028,7,10000,11000 +MKD,2028,8,11000,11000 +MKD,2028,9,11000,11000 +MKD,2028,10,11000,12000 +MKD,2028,11,11000,12000 +MKD,2028,12,11000,12000 +MKD,2028,13,11000,12000 +MKD,2028,14,11000,12000 +MKD,2028,15,11000,12000 +MKD,2028,16,11000,12000 +MKD,2028,17,11000,12000 +MKD,2028,18,11000,12000 +MKD,2029,0,9200,9700 +MKD,2029,1,9300,9800 +MKD,2029,2,9400,9900 +MKD,2029,3,9500,10000 +MKD,2029,4,9700,10000 +MKD,2029,5,9800,10000 +MKD,2029,6,10000,11000 +MKD,2029,7,10000,11000 +MKD,2029,8,10000,11000 +MKD,2029,9,11000,11000 +MKD,2029,10,11000,11000 +MKD,2029,11,11000,12000 +MKD,2029,12,11000,12000 +MKD,2029,13,11000,12000 +MKD,2029,14,11000,12000 +MKD,2029,15,11000,12000 +MKD,2029,16,11000,12000 +MKD,2029,17,11000,12000 +MKD,2029,18,11000,12000 +MKD,2030,0,9100,9600 +MKD,2030,1,9100,9600 +MKD,2030,2,9200,9700 +MKD,2030,3,9400,9900 +MKD,2030,4,9500,10000 +MKD,2030,5,9700,10000 +MKD,2030,6,9800,10000 +MKD,2030,7,10000,11000 +MKD,2030,8,10000,11000 +MKD,2030,9,10000,11000 +MKD,2030,10,11000,11000 +MKD,2030,11,11000,11000 +MKD,2030,12,11000,12000 +MKD,2030,13,11000,12000 +MKD,2030,14,11000,12000 +MKD,2030,15,11000,12000 +MKD,2030,16,11000,12000 +MKD,2030,17,11000,12000 +MKD,2030,18,11000,12000 +MKD,2031,0,8900,9400 +MKD,2031,1,9100,9600 +MKD,2031,2,9100,9600 +MKD,2031,3,9200,9700 +MKD,2031,4,9400,9900 +MKD,2031,5,9500,10000 +MKD,2031,6,9700,10000 +MKD,2031,7,9800,10000 +MKD,2031,8,10000,11000 +MKD,2031,9,10000,11000 +MKD,2031,10,10000,11000 +MKD,2031,11,11000,11000 +MKD,2031,12,11000,11000 +MKD,2031,13,11000,11000 +MKD,2031,14,11000,12000 +MKD,2031,15,11000,12000 +MKD,2031,16,11000,12000 +MKD,2031,17,11000,12000 +MKD,2031,18,11000,12000 +MKD,2032,0,8800,9300 +MKD,2032,1,8900,9400 +MKD,2032,2,9000,9500 +MKD,2032,3,9100,9600 +MKD,2032,4,9200,9700 +MKD,2032,5,9400,9900 +MKD,2032,6,9500,10000 +MKD,2032,7,9700,10000 +MKD,2032,8,9800,10000 +MKD,2032,9,10000,11000 +MKD,2032,10,10000,11000 +MKD,2032,11,10000,11000 +MKD,2032,12,11000,11000 +MKD,2032,13,11000,11000 +MKD,2032,14,11000,11000 +MKD,2032,15,11000,12000 +MKD,2032,16,11000,12000 +MKD,2032,17,11000,12000 +MKD,2032,18,11000,12000 +MKD,2033,0,8700,9100 +MKD,2033,1,8700,9200 +MKD,2033,2,8800,9300 +MKD,2033,3,9000,9500 +MKD,2033,4,9100,9600 +MKD,2033,5,9200,9700 +MKD,2033,6,9400,9900 +MKD,2033,7,9500,10000 +MKD,2033,8,9700,10000 +MKD,2033,9,9800,10000 +MKD,2033,10,10000,11000 +MKD,2033,11,10000,11000 +MKD,2033,12,10000,11000 +MKD,2033,13,11000,11000 +MKD,2033,14,11000,11000 +MKD,2033,15,11000,11000 +MKD,2033,16,11000,12000 +MKD,2033,17,11000,12000 +MKD,2033,18,11000,12000 +MKD,2034,0,8500,9000 +MKD,2034,1,8600,9100 +MKD,2034,2,8700,9200 +MKD,2034,3,8800,9300 +MKD,2034,4,9000,9500 +MKD,2034,5,9100,9600 +MKD,2034,6,9200,9700 +MKD,2034,7,9400,9900 +MKD,2034,8,9500,10000 +MKD,2034,9,9700,10000 +MKD,2034,10,9800,10000 +MKD,2034,11,10000,11000 +MKD,2034,12,10000,11000 +MKD,2034,13,10000,11000 +MKD,2034,14,11000,11000 +MKD,2034,15,11000,11000 +MKD,2034,16,11000,11000 +MKD,2034,17,11000,12000 +MKD,2034,18,11000,12000 +MKD,2035,0,8400,8800 +MKD,2035,1,8500,8900 +MKD,2035,2,8600,9100 +MKD,2035,3,8700,9200 +MKD,2035,4,8800,9300 +MKD,2035,5,9000,9400 +MKD,2035,6,9100,9600 +MKD,2035,7,9200,9700 +MKD,2035,8,9400,9900 +MKD,2035,9,9500,10000 +MKD,2035,10,9700,10000 +MKD,2035,11,9800,10000 +MKD,2035,12,10000,11000 +MKD,2035,13,10000,11000 +MKD,2035,14,10000,11000 +MKD,2035,15,11000,11000 +MKD,2035,16,11000,11000 +MKD,2035,17,11000,11000 +MKD,2035,18,11000,12000 +MKD,2036,0,8300,8700 +MKD,2036,1,8400,8800 +MKD,2036,2,8500,8900 +MKD,2036,3,8600,9100 +MKD,2036,4,8700,9200 +MKD,2036,5,8800,9300 +MKD,2036,6,9000,9400 +MKD,2036,7,9100,9600 +MKD,2036,8,9200,9700 +MKD,2036,9,9400,9900 +MKD,2036,10,9500,10000 +MKD,2036,11,9700,10000 +MKD,2036,12,9800,10000 +MKD,2036,13,10000,11000 +MKD,2036,14,10000,11000 +MKD,2036,15,10000,11000 +MKD,2036,16,10000,11000 +MKD,2036,17,11000,11000 +MKD,2036,18,11000,11000 +MKD,2037,0,8200,8600 +MKD,2037,1,8300,8700 +MKD,2037,2,8400,8800 +MKD,2037,3,8500,8900 +MKD,2037,4,8600,9000 +MKD,2037,5,8700,9200 +MKD,2037,6,8800,9300 +MKD,2037,7,9000,9400 +MKD,2037,8,9100,9600 +MKD,2037,9,9200,9700 +MKD,2037,10,9400,9900 +MKD,2037,11,9500,10000 +MKD,2037,12,9700,10000 +MKD,2037,13,9800,10000 +MKD,2037,14,10000,10000 +MKD,2037,15,10000,11000 +MKD,2037,16,10000,11000 +MKD,2037,17,10000,11000 +MKD,2037,18,11000,11000 +MKD,2038,0,8200,8600 +MKD,2038,1,8200,8700 +MKD,2038,2,8300,8700 +MKD,2038,3,8400,8800 +MKD,2038,4,8500,8900 +MKD,2038,5,8600,9000 +MKD,2038,6,8700,9200 +MKD,2038,7,8800,9300 +MKD,2038,8,9000,9400 +MKD,2038,9,9100,9600 +MKD,2038,10,9200,9700 +MKD,2038,11,9400,9900 +MKD,2038,12,9500,10000 +MKD,2038,13,9700,10000 +MKD,2038,14,9800,10000 +MKD,2038,15,10000,10000 +MKD,2038,16,10000,11000 +MKD,2038,17,10000,11000 +MKD,2038,18,10000,11000 +MKD,2039,0,8100,8500 +MKD,2039,1,8100,8600 +MKD,2039,2,8200,8600 +MKD,2039,3,8300,8700 +MKD,2039,4,8400,8800 +MKD,2039,5,8500,8900 +MKD,2039,6,8600,9000 +MKD,2039,7,8700,9200 +MKD,2039,8,8800,9300 +MKD,2039,9,9000,9400 +MKD,2039,10,9100,9600 +MKD,2039,11,9200,9700 +MKD,2039,12,9400,9900 +MKD,2039,13,9500,10000 +MKD,2039,14,9700,10000 +MKD,2039,15,9800,10000 +MKD,2039,16,10000,10000 +MKD,2039,17,10000,11000 +MKD,2039,18,10000,11000 +MKD,2040,0,8100,8500 +MKD,2040,1,8100,8500 +MKD,2040,2,8100,8600 +MKD,2040,3,8200,8600 +MKD,2040,4,8300,8700 +MKD,2040,5,8400,8800 +MKD,2040,6,8500,8900 +MKD,2040,7,8600,9000 +MKD,2040,8,8700,9100 +MKD,2040,9,8800,9300 +MKD,2040,10,8900,9400 +MKD,2040,11,9100,9600 +MKD,2040,12,9200,9700 +MKD,2040,13,9400,9900 +MKD,2040,14,9500,10000 +MKD,2040,15,9700,10000 +MKD,2040,16,9800,10000 +MKD,2040,17,9900,10000 +MKD,2040,18,10000,11000 +MKD,2041,0,8000,8500 +MKD,2041,1,8000,8500 +MKD,2041,2,8100,8500 +MKD,2041,3,8100,8600 +MKD,2041,4,8200,8600 +MKD,2041,5,8300,8700 +MKD,2041,6,8400,8800 +MKD,2041,7,8500,8900 +MKD,2041,8,8600,9000 +MKD,2041,9,8700,9100 +MKD,2041,10,8800,9300 +MKD,2041,11,8900,9400 +MKD,2041,12,9100,9600 +MKD,2041,13,9200,9700 +MKD,2041,14,9400,9900 +MKD,2041,15,9500,10000 +MKD,2041,16,9600,10000 +MKD,2041,17,9800,10000 +MKD,2041,18,9900,10000 +MKD,2042,0,8000,8400 +MKD,2042,1,8000,8400 +MKD,2042,2,8000,8500 +MKD,2042,3,8100,8500 +MKD,2042,4,8100,8600 +MKD,2042,5,8200,8600 +MKD,2042,6,8300,8700 +MKD,2042,7,8400,8800 +MKD,2042,8,8500,8900 +MKD,2042,9,8600,9000 +MKD,2042,10,8700,9100 +MKD,2042,11,8800,9300 +MKD,2042,12,8900,9400 +MKD,2042,13,9100,9600 +MKD,2042,14,9200,9700 +MKD,2042,15,9400,9800 +MKD,2042,16,9500,10000 +MKD,2042,17,9600,10000 +MKD,2042,18,9800,10000 +MKD,2043,0,8000,8400 +MKD,2043,1,8000,8400 +MKD,2043,2,8000,8400 +MKD,2043,3,8000,8500 +MKD,2043,4,8100,8500 +MKD,2043,5,8100,8600 +MKD,2043,6,8200,8600 +MKD,2043,7,8300,8700 +MKD,2043,8,8400,8800 +MKD,2043,9,8500,8900 +MKD,2043,10,8600,9000 +MKD,2043,11,8700,9100 +MKD,2043,12,8800,9300 +MKD,2043,13,8900,9400 +MKD,2043,14,9100,9600 +MKD,2043,15,9200,9700 +MKD,2043,16,9300,9800 +MKD,2043,17,9500,10000 +MKD,2043,18,9600,10000 +MKD,2044,0,8000,8400 +MKD,2044,1,8000,8400 +MKD,2044,2,8000,8400 +MKD,2044,3,8000,8400 +MKD,2044,4,8000,8400 +MKD,2044,5,8100,8500 +MKD,2044,6,8100,8600 +MKD,2044,7,8200,8600 +MKD,2044,8,8300,8700 +MKD,2044,9,8400,8800 +MKD,2044,10,8500,8900 +MKD,2044,11,8600,9000 +MKD,2044,12,8700,9100 +MKD,2044,13,8800,9300 +MKD,2044,14,8900,9400 +MKD,2044,15,9100,9500 +MKD,2044,16,9200,9700 +MKD,2044,17,9300,9800 +MKD,2044,18,9500,10000 +MKD,2045,0,7900,8400 +MKD,2045,1,7900,8400 +MKD,2045,2,7900,8400 +MKD,2045,3,7900,8400 +MKD,2045,4,8000,8400 +MKD,2045,5,8000,8400 +MKD,2045,6,8100,8500 +MKD,2045,7,8100,8500 +MKD,2045,8,8200,8600 +MKD,2045,9,8300,8700 +MKD,2045,10,8400,8800 +MKD,2045,11,8400,8900 +MKD,2045,12,8600,9000 +MKD,2045,13,8700,9100 +MKD,2045,14,8800,9300 +MKD,2045,15,8900,9400 +MKD,2045,16,9100,9500 +MKD,2045,17,9200,9700 +MKD,2045,18,9300,9800 +MKD,2046,0,7900,8400 +MKD,2046,1,7900,8400 +MKD,2046,2,7900,8300 +MKD,2046,3,7900,8400 +MKD,2046,4,7900,8400 +MKD,2046,5,8000,8400 +MKD,2046,6,8000,8400 +MKD,2046,7,8100,8500 +MKD,2046,8,8100,8500 +MKD,2046,9,8200,8600 +MKD,2046,10,8300,8700 +MKD,2046,11,8300,8800 +MKD,2046,12,8400,8900 +MKD,2046,13,8500,9000 +MKD,2046,14,8700,9100 +MKD,2046,15,8800,9200 +MKD,2046,16,8900,9400 +MKD,2046,17,9000,9500 +MKD,2046,18,9200,9700 +MKD,2047,0,7900,8300 +MKD,2047,1,7900,8300 +MKD,2047,2,7900,8300 +MKD,2047,3,7900,8300 +MKD,2047,4,7900,8300 +MKD,2047,5,7900,8400 +MKD,2047,6,8000,8400 +MKD,2047,7,8000,8400 +MKD,2047,8,8100,8500 +MKD,2047,9,8100,8500 +MKD,2047,10,8200,8600 +MKD,2047,11,8300,8700 +MKD,2047,12,8300,8800 +MKD,2047,13,8400,8900 +MKD,2047,14,8500,9000 +MKD,2047,15,8700,9100 +MKD,2047,16,8800,9200 +MKD,2047,17,8900,9400 +MKD,2047,18,9000,9500 +MKD,2048,0,7900,8300 +MKD,2048,1,7900,8300 +MKD,2048,2,7900,8300 +MKD,2048,3,7900,8300 +MKD,2048,4,7900,8300 +MKD,2048,5,7900,8300 +MKD,2048,6,7900,8400 +MKD,2048,7,8000,8400 +MKD,2048,8,8000,8400 +MKD,2048,9,8000,8500 +MKD,2048,10,8100,8500 +MKD,2048,11,8200,8600 +MKD,2048,12,8300,8700 +MKD,2048,13,8300,8800 +MKD,2048,14,8400,8900 +MKD,2048,15,8500,9000 +MKD,2048,16,8600,9100 +MKD,2048,17,8800,9200 +MKD,2048,18,8900,9400 +MKD,2049,0,7900,8300 +MKD,2049,1,7900,8300 +MKD,2049,2,7900,8300 +MKD,2049,3,7900,8300 +MKD,2049,4,7900,8300 +MKD,2049,5,7900,8300 +MKD,2049,6,7900,8300 +MKD,2049,7,7900,8400 +MKD,2049,8,8000,8400 +MKD,2049,9,8000,8400 +MKD,2049,10,8000,8500 +MKD,2049,11,8100,8500 +MKD,2049,12,8200,8600 +MKD,2049,13,8200,8700 +MKD,2049,14,8300,8800 +MKD,2049,15,8400,8900 +MKD,2049,16,8500,9000 +MKD,2049,17,8600,9100 +MKD,2049,18,8700,9200 +MKD,2050,0,7800,8200 +MKD,2050,1,7800,8200 +MKD,2050,2,7800,8300 +MKD,2050,3,7900,8300 +MKD,2050,4,7900,8300 +MKD,2050,5,7900,8300 +MKD,2050,6,7900,8300 +MKD,2050,7,7900,8300 +MKD,2050,8,7900,8400 +MKD,2050,9,8000,8400 +MKD,2050,10,8000,8400 +MKD,2050,11,8000,8500 +MKD,2050,12,8100,8500 +MKD,2050,13,8200,8600 +MKD,2050,14,8200,8700 +MKD,2050,15,8300,8800 +MKD,2050,16,8400,8900 +MKD,2050,17,8500,9000 +MKD,2050,18,8600,9100 +MLI,1990,0,171791,177931 +MLI,1990,1,162500,168014 +MLI,1990,2,154247,159241 +MLI,1990,3,146938,151506 +MLI,1990,4,140478,144704 +MLI,1990,5,134774,138728 +MLI,1990,6,129730,133471 +MLI,1990,7,125252,128829 +MLI,1990,8,121246,124694 +MLI,1990,9,117618,120960 +MLI,1990,10,114353,117611 +MLI,1990,11,111439,114627 +MLI,1990,12,108375,111460 +MLI,1990,13,104907,107829 +MLI,1990,14,101182,103891 +MLI,1990,15,97649,100142 +MLI,1990,16,94272,96545 +MLI,1990,17,90667,92643 +MLI,1990,18,86707,88277 +MLI,1991,0,175871,181478 +MLI,1991,1,166980,172498 +MLI,1991,2,158369,163380 +MLI,1991,3,150769,155354 +MLI,1991,4,144076,148306 +MLI,1991,5,138183,142120 +MLI,1991,6,133011,136709 +MLI,1991,7,128484,131984 +MLI,1991,8,124358,127701 +MLI,1991,9,120475,123694 +MLI,1991,10,116809,119927 +MLI,1991,11,113488,116515 +MLI,1991,12,110477,113422 +MLI,1991,13,107322,110148 +MLI,1991,14,103805,106451 +MLI,1991,15,100057,102474 +MLI,1991,16,96469,98652 +MLI,1991,17,93017,94960 +MLI,1991,18,89358,90989 +MLI,1992,0,181395,186556 +MLI,1992,1,170731,175584 +MLI,1992,2,162666,167808 +MLI,1992,3,154707,159447 +MLI,1992,4,147736,152130 +MLI,1992,5,141636,145734 +MLI,1992,6,136290,140137 +MLI,1992,7,131634,135265 +MLI,1992,8,127608,131048 +MLI,1992,9,123821,127104 +MLI,1992,10,120048,123209 +MLI,1992,11,116334,119392 +MLI,1992,12,112949,115905 +MLI,1992,13,109834,112689 +MLI,1992,14,106578,109295 +MLI,1992,15,103003,105519 +MLI,1992,16,99220,101486 +MLI,1992,17,95568,97576 +MLI,1992,18,92031,93775 +MLI,1993,0,187808,192655 +MLI,1993,1,176181,180895 +MLI,1993,2,166045,170626 +MLI,1993,3,158666,163580 +MLI,1993,4,151344,155953 +MLI,1993,5,144988,149325 +MLI,1993,6,139469,143565 +MLI,1993,7,134659,138539 +MLI,1993,8,130511,134193 +MLI,1993,9,126978,130472 +MLI,1993,10,123523,126858 +MLI,1993,11,119853,123062 +MLI,1993,12,116084,119186 +MLI,1993,13,112628,115614 +MLI,1993,14,109402,112268 +MLI,1993,15,106039,108744 +MLI,1993,16,102399,104878 +MLI,1993,17,98575,100778 +MLI,1993,18,94852,96769 +MLI,1994,0,194345,199067 +MLI,1994,1,181891,186588 +MLI,1994,2,171067,175715 +MLI,1994,3,161724,166302 +MLI,1994,4,154809,159533 +MLI,1994,5,148119,152633 +MLI,1994,6,142374,146689 +MLI,1994,7,137433,141560 +MLI,1994,8,133156,137103 +MLI,1994,9,129513,133280 +MLI,1994,10,126471,130053 +MLI,1994,11,123344,126764 +MLI,1994,12,119774,123064 +MLI,1994,13,115947,119123 +MLI,1994,14,112416,115461 +MLI,1994,15,109075,111980 +MLI,1994,16,105603,108322 +MLI,1994,17,101893,104361 +MLI,1994,18,98025,100189 +MLI,1995,0,200464,205289 +MLI,1995,1,187500,192297 +MLI,1995,2,176222,180971 +MLI,1995,3,166477,171161 +MLI,1995,4,158114,162716 +MLI,1995,5,150979,155484 +MLI,1995,6,144921,149315 +MLI,1995,7,139787,144059 +MLI,1995,8,135425,139562 +MLI,1995,9,131683,135676 +MLI,1995,10,128545,132378 +MLI,1995,11,125995,129647 +MLI,1995,12,123198,126685 +MLI,1995,13,119727,123082 +MLI,1995,14,115840,119076 +MLI,1995,15,112233,115323 +MLI,1995,16,108777,111706 +MLI,1995,17,105193,107911 +MLI,1995,18,101413,103854 +MLI,1996,0,204988,210065 +MLI,1996,1,194999,199660 +MLI,1996,2,183178,187780 +MLI,1996,3,172850,177401 +MLI,1996,4,163880,168382 +MLI,1996,5,156132,160582 +MLI,1996,6,149468,153868 +MLI,1996,7,143754,148106 +MLI,1996,8,138851,143120 +MLI,1996,9,134619,138756 +MLI,1996,10,130926,134894 +MLI,1996,11,127762,131554 +MLI,1996,12,125118,128713 +MLI,1996,13,122229,125642 +MLI,1996,14,118710,121972 +MLI,1996,15,114800,117923 +MLI,1996,16,111136,114094 +MLI,1996,17,107603,110378 +MLI,1996,18,103961,106508 +MLI,1997,0,209277,214840 +MLI,1997,1,196565,201732 +MLI,1997,2,189811,194294 +MLI,1997,3,179112,183509 +MLI,1997,4,169718,174060 +MLI,1997,5,161509,165818 +MLI,1997,6,154363,158652 +MLI,1997,7,148161,152445 +MLI,1997,8,142782,147081 +MLI,1997,9,138101,142360 +MLI,1997,10,133995,138122 +MLI,1997,11,130345,134280 +MLI,1997,12,127152,130893 +MLI,1997,13,124409,127939 +MLI,1997,14,121426,124756 +MLI,1997,15,117853,121015 +MLI,1997,16,113915,116919 +MLI,1997,17,110190,113009 +MLI,1997,18,106575,109190 +MLI,1998,0,213808,220009 +MLI,1998,1,201502,207016 +MLI,1998,2,190502,195478 +MLI,1998,3,184847,189157 +MLI,1998,4,175258,179453 +MLI,1998,5,166787,170924 +MLI,1998,6,159328,163448 +MLI,1998,7,152775,156906 +MLI,1998,8,147026,151199 +MLI,1998,9,141977,146227 +MLI,1998,10,137513,141764 +MLI,1998,11,133526,137648 +MLI,1998,12,129916,133820 +MLI,1998,13,126690,130384 +MLI,1998,14,123846,127314 +MLI,1998,15,120764,124014 +MLI,1998,16,117135,120199 +MLI,1998,17,113163,116051 +MLI,1998,18,109373,112056 +MLI,1999,0,219269,226142 +MLI,1999,1,207189,213119 +MLI,1999,2,196277,201470 +MLI,1999,3,186450,191090 +MLI,1999,4,180057,184227 +MLI,1999,5,171570,175594 +MLI,1999,6,164013,167975 +MLI,1999,7,157298,161258 +MLI,1999,8,151334,155334 +MLI,1999,9,146034,150121 +MLI,1999,10,141309,145536 +MLI,1999,11,137058,141327 +MLI,1999,12,133187,137327 +MLI,1999,13,129613,133511 +MLI,1999,14,126351,130021 +MLI,1999,15,123402,126830 +MLI,1999,16,120219,123411 +MLI,1999,17,116529,119516 +MLI,1999,18,112520,115312 +MLI,2000,0,226132,233621 +MLI,2000,1,213900,220280 +MLI,2000,2,202785,208295 +MLI,2000,3,192713,197565 +MLI,2000,4,183610,187990 +MLI,2000,5,175402,179470 +MLI,2000,6,168012,171903 +MLI,2000,7,161368,165189 +MLI,2000,8,155393,159228 +MLI,2000,9,150014,153918 +MLI,2000,10,145159,149194 +MLI,2000,11,140756,144992 +MLI,2000,12,136715,141034 +MLI,2000,13,132958,137147 +MLI,2000,14,129417,133337 +MLI,2000,15,126115,129790 +MLI,2000,16,123060,126475 +MLI,2000,17,119772,122933 +MLI,2000,18,116018,118954 +MLI,2001,0,233441,241238 +MLI,2001,1,221675,228734 +MLI,2001,2,210066,216152 +MLI,2001,3,199553,204868 +MLI,2001,4,190051,194776 +MLI,2001,5,181474,185769 +MLI,2001,6,173763,177762 +MLI,2001,7,166857,170670 +MLI,2001,8,160547,164282 +MLI,2001,9,154699,158450 +MLI,2001,10,149302,153131 +MLI,2001,11,144413,148369 +MLI,2001,12,139939,144084 +MLI,2001,13,135832,140043 +MLI,2001,14,132044,136110 +MLI,2001,15,128495,132277 +MLI,2001,16,125157,128675 +MLI,2001,17,122045,125285 +MLI,2001,18,118722,121691 +MLI,2002,0,242072,250118 +MLI,2002,1,228382,235347 +MLI,2002,2,217475,224164 +MLI,2002,3,206476,212324 +MLI,2002,4,196552,201724 +MLI,2002,5,187607,192254 +MLI,2002,6,179545,183801 +MLI,2002,7,172322,176295 +MLI,2002,8,165890,169667 +MLI,2002,9,159907,163595 +MLI,2002,10,154179,157885 +MLI,2002,11,148758,152549 +MLI,2002,12,143829,147743 +MLI,2002,13,139280,143368 +MLI,2002,14,135100,139240 +MLI,2002,15,131279,135257 +MLI,2002,16,127719,131395 +MLI,2002,17,124341,127734 +MLI,2002,18,121168,124264 +MLI,2003,0,251669,259957 +MLI,2003,1,236923,244247 +MLI,2003,2,223672,230180 +MLI,2003,3,213485,219846 +MLI,2003,4,203084,208733 +MLI,2003,5,193739,198806 +MLI,2003,6,185342,189946 +MLI,2003,7,177788,182037 +MLI,2003,8,171045,175024 +MLI,2003,9,165081,168852 +MLI,2003,10,159419,163090 +MLI,2003,11,153805,157494 +MLI,2003,12,148355,152136 +MLI,2003,13,143382,147280 +MLI,2003,14,138753,142812 +MLI,2003,15,134498,138592 +MLI,2003,16,130639,134554 +MLI,2003,17,127064,130659 +MLI,2003,18,123642,126935 +MLI,2004,0,261732,270337 +MLI,2004,1,246073,253822 +MLI,2004,2,232037,239034 +MLI,2004,3,219500,225841 +MLI,2004,4,209677,215736 +MLI,2004,5,199867,205340 +MLI,2004,6,191093,196076 +MLI,2004,7,183237,187820 +MLI,2004,8,176184,180448 +MLI,2004,9,169916,173921 +MLI,2004,10,164415,168200 +MLI,2004,11,159070,162742 +MLI,2004,12,153565,157256 +MLI,2004,13,148081,151871 +MLI,2004,14,143060,146960 +MLI,2004,15,138347,142394 +MLI,2004,16,134013,138077 +MLI,2004,17,130113,133981 +MLI,2004,18,126520,130049 +MLI,2005,0,271818,280868 +MLI,2005,1,255601,263856 +MLI,2005,2,241037,248569 +MLI,2005,3,227999,234877 +MLI,2005,4,216359,222651 +MLI,2005,5,205991,211761 +MLI,2005,6,196767,202078 +MLI,2005,7,188560,193472 +MLI,2005,8,181243,185815 +MLI,2005,9,174688,178977 +MLI,2005,10,168892,172934 +MLI,2005,11,163852,167661 +MLI,2005,12,158821,162504 +MLI,2005,13,153421,157125 +MLI,2005,14,147900,151709 +MLI,2005,15,142827,146739 +MLI,2005,16,138028,142072 +MLI,2005,17,133611,137656 +MLI,2005,18,129668,133497 +MLI,2006,0,281003,290561 +MLI,2006,1,267361,276195 +MLI,2006,2,252203,260286 +MLI,2006,3,238475,245874 +MLI,2006,4,226076,232857 +MLI,2006,5,214904,221129 +MLI,2006,6,204843,210573 +MLI,2006,7,195776,201072 +MLI,2006,8,187676,192589 +MLI,2006,9,180469,185045 +MLI,2006,10,174011,178296 +MLI,2006,11,168228,172258 +MLI,2006,12,163138,166922 +MLI,2006,13,158051,161697 +MLI,2006,14,152617,156269 +MLI,2006,15,147072,150815 +MLI,2006,16,141952,145783 +MLI,2006,17,137089,141035 +MLI,2006,18,132622,136555 +MLI,2007,0,290332,300525 +MLI,2007,1,274189,283552 +MLI,2007,2,263206,271858 +MLI,2007,3,249089,257031 +MLI,2007,4,236182,243477 +MLI,2007,5,224408,231118 +MLI,2007,6,213690,219874 +MLI,2007,7,203925,209639 +MLI,2007,8,195005,200309 +MLI,2007,9,187002,191937 +MLI,2007,10,179898,184497 +MLI,2007,11,173529,177830 +MLI,2007,12,167753,171789 +MLI,2007,13,162606,166384 +MLI,2007,14,157458,161084 +MLI,2007,15,151984,155602 +MLI,2007,16,146409,150103 +MLI,2007,17,141236,145002 +MLI,2007,18,136303,140169 +MLI,2008,0,299300,310154 +MLI,2008,1,283672,293636 +MLI,2008,2,269183,278327 +MLI,2008,3,259169,267631 +MLI,2008,4,246088,253880 +MLI,2008,5,233996,241179 +MLI,2008,6,222842,229473 +MLI,2008,7,212574,218709 +MLI,2008,8,203100,208792 +MLI,2008,9,194323,199629 +MLI,2008,10,186414,191365 +MLI,2008,11,179409,184026 +MLI,2008,12,173127,177438 +MLI,2008,13,167355,171391 +MLI,2008,14,162149,165915 +MLI,2008,15,156938,160538 +MLI,2008,16,151420,154998 +MLI,2008,17,145813,149453 +MLI,2008,18,140584,144281 +MLI,2009,0,307338,318751 +MLI,2009,1,292529,303015 +MLI,2009,2,278570,288206 +MLI,2009,3,265429,274290 +MLI,2009,4,255102,263326 +MLI,2009,5,243060,250656 +MLI,2009,6,231784,238812 +MLI,2009,7,221251,227764 +MLI,2009,8,211435,217483 +MLI,2009,9,202253,207887 +MLI,2009,10,193621,198893 +MLI,2009,11,185806,190740 +MLI,2009,12,178902,183504 +MLI,2009,13,172706,176996 +MLI,2009,14,166940,170946 +MLI,2009,15,161675,165400 +MLI,2009,16,156401,159947 +MLI,2009,17,150841,154352 +MLI,2009,18,145201,148761 +MLI,2010,0,314114,325896 +MLI,2010,1,300391,311258 +MLI,2010,2,287211,297239 +MLI,2010,3,274576,283836 +MLI,2010,4,262486,271044 +MLI,2010,5,250940,258860 +MLI,2010,6,239940,247280 +MLI,2010,7,229486,236300 +MLI,2010,8,219579,225916 +MLI,2010,9,210218,216125 +MLI,2010,10,201332,206855 +MLI,2010,11,192847,198037 +MLI,2010,12,185130,189999 +MLI,2010,13,178328,182870 +MLI,2010,14,172222,176447 +MLI,2010,15,166463,170397 +MLI,2010,16,161141,164784 +MLI,2010,17,155806,159259 +MLI,2010,18,150205,153611 +MLI,2011,0,319272,331441 +MLI,2011,1,310086,321625 +MLI,2011,2,297197,307900 +MLI,2011,3,284693,294619 +MLI,2011,4,272592,281797 +MLI,2011,5,260908,269445 +MLI,2011,6,249650,257569 +MLI,2011,7,238829,246176 +MLI,2011,8,228495,235316 +MLI,2011,9,218680,225018 +MLI,2011,10,209378,215273 +MLI,2011,11,200488,205980 +MLI,2011,12,191950,197085 +MLI,2011,13,184154,188936 +MLI,2011,14,177256,181673 +MLI,2011,15,171043,175100 +MLI,2011,16,165159,168883 +MLI,2011,17,159698,163087 +MLI,2011,18,154253,157411 +MLI,2012,0,323368,335766 +MLI,2012,1,312724,324364 +MLI,2012,2,306191,317427 +MLI,2012,3,294129,304611 +MLI,2012,4,282296,292065 +MLI,2012,5,270722,279820 +MLI,2012,6,259439,267905 +MLI,2012,7,248465,256335 +MLI,2012,8,237818,245126 +MLI,2012,9,227600,234383 +MLI,2012,10,217873,224170 +MLI,2012,11,208626,214469 +MLI,2012,12,199728,205150 +MLI,2012,13,191134,196176 +MLI,2012,14,183255,187915 +MLI,2012,15,176259,180517 +MLI,2012,16,169936,173793 +MLI,2012,17,163926,167407 +MLI,2012,18,158323,161426 +MLI,2013,0,327047,339564 +MLI,2013,1,318043,329925 +MLI,2013,2,308607,319865 +MLI,2013,3,302394,313305 +MLI,2013,4,291157,301395 +MLI,2013,5,279989,289581 +MLI,2013,6,268939,277910 +MLI,2013,7,258055,266429 +MLI,2013,8,247360,255162 +MLI,2013,9,236883,244133 +MLI,2013,10,226778,233506 +MLI,2013,11,217136,223374 +MLI,2013,12,207941,213715 +MLI,2013,13,199032,204368 +MLI,2013,14,190380,195313 +MLI,2013,15,182416,186938 +MLI,2013,16,175318,179403 +MLI,2013,17,168883,172527 +MLI,2013,18,162745,165971 +MLI,2014,0,331236,343842 +MLI,2014,1,323471,335554 +MLI,2014,2,315086,326638 +MLI,2014,3,306170,317185 +MLI,2014,4,298686,309295 +MLI,2014,5,288269,298287 +MLI,2014,6,277764,287200 +MLI,2014,7,267235,276099 +MLI,2014,8,256745,265048 +MLI,2014,9,246328,254080 +MLI,2014,10,236017,243228 +MLI,2014,11,226022,232712 +MLI,2014,12,216463,222658 +MLI,2014,13,207316,213037 +MLI,2014,14,198394,203660 +MLI,2014,15,189681,194521 +MLI,2014,16,181629,186028 +MLI,2014,17,174429,178353 +MLI,2014,18,167880,171322 +MLI,2015,0,336624,349349 +MLI,2015,1,329437,341725 +MLI,2015,2,321610,333440 +MLI,2015,3,313221,324577 +MLI,2015,4,304350,315216 +MLI,2015,5,295076,305440 +MLI,2015,6,285477,295329 +MLI,2015,7,275633,284964 +MLI,2015,8,265621,274428 +MLI,2015,9,255522,263801 +MLI,2015,10,245378,253127 +MLI,2015,11,235231,242447 +MLI,2015,12,225342,232037 +MLI,2015,13,215863,222056 +MLI,2015,14,206762,212469 +MLI,2015,15,197823,203055 +MLI,2015,16,189046,193827 +MLI,2015,17,180904,185213 +MLI,2015,18,173598,177394 +MLI,2016,0,342911,355571 +MLI,2016,1,334246,346583 +MLI,2016,2,326878,338811 +MLI,2016,3,319067,330582 +MLI,2016,4,310853,321935 +MLI,2016,5,302270,312907 +MLI,2016,6,293406,303586 +MLI,2016,7,284346,294063 +MLI,2016,8,274884,284113 +MLI,2016,9,264961,273671 +MLI,2016,10,254759,262929 +MLI,2016,11,244570,252198 +MLI,2016,12,234393,241474 +MLI,2016,13,224453,230996 +MLI,2016,14,214911,220932 +MLI,2016,15,205740,211252 +MLI,2016,16,196716,201729 +MLI,2016,17,187841,192377 +MLI,2016,18,179623,183665 +MLI,2017,0,350420,363054 +MLI,2017,1,342157,354455 +MLI,2017,2,331971,343996 +MLI,2017,3,324420,336072 +MLI,2017,4,316624,327895 +MLI,2017,5,308580,319460 +MLI,2017,6,300284,310759 +MLI,2017,7,291827,301889 +MLI,2017,8,283302,292948 +MLI,2017,9,274220,283408 +MLI,2017,10,264382,273054 +MLI,2017,11,254074,262192 +MLI,2017,12,243836,251398 +MLI,2017,13,233626,240625 +MLI,2017,14,223632,230073 +MLI,2017,15,214024,219921 +MLI,2017,16,204780,210143 +MLI,2017,17,195669,200506 +MLI,2017,18,186694,191026 +MLI,2018,0,358808,371490 +MLI,2018,1,349266,361615 +MLI,2018,2,340033,352050 +MLI,2018,3,329805,341568 +MLI,2018,4,322068,333488 +MLI,2018,5,314284,325360 +MLI,2018,6,306409,317133 +MLI,2018,7,298395,308754 +MLI,2018,8,290342,300331 +MLI,2018,9,282350,291968 +MLI,2018,10,273645,282833 +MLI,2018,11,263888,272563 +MLI,2018,12,253471,261575 +MLI,2018,13,243182,250714 +MLI,2018,14,232935,239887 +MLI,2018,15,222883,229256 +MLI,2018,16,213208,219012 +MLI,2018,17,203888,209132 +MLI,2018,18,194686,199377 +MLI,2019,0,368000,380000 +MLI,2019,1,357000,369000 +MLI,2019,2,347000,359000 +MLI,2019,3,337000,349000 +MLI,2019,4,328000,339000 +MLI,2019,5,320000,331000 +MLI,2019,6,312000,323000 +MLI,2019,7,304000,315000 +MLI,2019,8,297000,307000 +MLI,2019,9,289000,299000 +MLI,2019,10,281000,291000 +MLI,2019,11,273000,282000 +MLI,2019,12,263000,272000 +MLI,2019,13,253000,261000 +MLI,2019,14,243000,250000 +MLI,2019,15,232000,239000 +MLI,2019,16,222000,229000 +MLI,2019,17,212000,218000 +MLI,2019,18,203000,208000 +MLI,2020,0,376000,389000 +MLI,2020,1,364000,377000 +MLI,2020,2,354000,366000 +MLI,2020,3,344000,355000 +MLI,2020,4,334000,346000 +MLI,2020,5,326000,337000 +MLI,2020,6,318000,329000 +MLI,2020,7,310000,321000 +MLI,2020,8,302000,313000 +MLI,2020,9,295000,305000 +MLI,2020,10,288000,298000 +MLI,2020,11,281000,290000 +MLI,2020,12,273000,282000 +MLI,2020,13,263000,272000 +MLI,2020,14,253000,261000 +MLI,2020,15,242000,250000 +MLI,2020,16,232000,239000 +MLI,2020,17,222000,228000 +MLI,2020,18,212000,217000 +MLI,2021,0,384000,398000 +MLI,2021,1,373000,386000 +MLI,2021,2,362000,374000 +MLI,2021,3,351000,363000 +MLI,2021,4,342000,353000 +MLI,2021,5,333000,344000 +MLI,2021,6,325000,336000 +MLI,2021,7,317000,328000 +MLI,2021,8,309000,320000 +MLI,2021,9,302000,312000 +MLI,2021,10,294000,304000 +MLI,2021,11,287000,297000 +MLI,2021,12,280000,289000 +MLI,2021,13,272000,281000 +MLI,2021,14,262000,271000 +MLI,2021,15,251000,259000 +MLI,2021,16,241000,248000 +MLI,2021,17,231000,237000 +MLI,2021,18,220000,226000 +MLI,2022,0,392000,406000 +MLI,2022,1,379000,392000 +MLI,2022,2,370000,382000 +MLI,2022,3,359000,371000 +MLI,2022,4,349000,361000 +MLI,2022,5,340000,352000 +MLI,2022,6,332000,343000 +MLI,2022,7,323000,334000 +MLI,2022,8,316000,327000 +MLI,2022,9,308000,319000 +MLI,2022,10,301000,311000 +MLI,2022,11,293000,303000 +MLI,2022,12,286000,296000 +MLI,2022,13,279000,289000 +MLI,2022,14,271000,280000 +MLI,2022,15,261000,270000 +MLI,2022,16,250000,258000 +MLI,2022,17,240000,247000 +MLI,2022,18,229000,236000 +MLI,2023,0,400000,414000 +MLI,2023,1,387000,401000 +MLI,2023,2,375000,388000 +MLI,2023,3,367000,379000 +MLI,2023,4,357000,368000 +MLI,2023,5,347000,359000 +MLI,2023,6,339000,350000 +MLI,2023,7,330000,341000 +MLI,2023,8,322000,333000 +MLI,2023,9,315000,326000 +MLI,2023,10,307000,318000 +MLI,2023,11,300000,310000 +MLI,2023,12,293000,303000 +MLI,2023,13,285000,295000 +MLI,2023,14,278000,288000 +MLI,2023,15,270000,279000 +MLI,2023,16,260000,269000 +MLI,2023,17,250000,257000 +MLI,2023,18,239000,246000 +MLI,2024,0,408000,423000 +MLI,2024,1,395000,409000 +MLI,2024,2,383000,396000 +MLI,2024,3,373000,385000 +MLI,2024,4,364000,376000 +MLI,2024,5,354000,366000 +MLI,2024,6,346000,357000 +MLI,2024,7,337000,348000 +MLI,2024,8,329000,340000 +MLI,2024,9,322000,332000 +MLI,2024,10,314000,325000 +MLI,2024,11,307000,317000 +MLI,2024,12,299000,310000 +MLI,2024,13,292000,302000 +MLI,2024,14,285000,294000 +MLI,2024,15,278000,287000 +MLI,2024,16,270000,278000 +MLI,2024,17,260000,268000 +MLI,2024,18,249000,256000 +MLI,2025,0,416000,432000 +MLI,2025,1,403000,418000 +MLI,2025,2,391000,405000 +MLI,2025,3,381000,393000 +MLI,2025,4,370000,382000 +MLI,2025,5,361000,372000 +MLI,2025,6,352000,363000 +MLI,2025,7,344000,355000 +MLI,2025,8,336000,346000 +MLI,2025,9,328000,339000 +MLI,2025,10,321000,331000 +MLI,2025,11,313000,324000 +MLI,2025,12,306000,317000 +MLI,2025,13,299000,309000 +MLI,2025,14,292000,302000 +MLI,2025,15,284000,294000 +MLI,2025,16,277000,286000 +MLI,2025,17,269000,278000 +MLI,2025,18,259000,267000 +MLI,2026,0,424000,440000 +MLI,2026,1,413000,428000 +MLI,2026,2,401000,415000 +MLI,2026,3,389000,403000 +MLI,2026,4,379000,391000 +MLI,2026,5,369000,381000 +MLI,2026,6,360000,371000 +MLI,2026,7,351000,362000 +MLI,2026,8,343000,354000 +MLI,2026,9,335000,346000 +MLI,2026,10,327000,338000 +MLI,2026,11,320000,330000 +MLI,2026,12,313000,323000 +MLI,2026,13,305000,316000 +MLI,2026,14,298000,308000 +MLI,2026,15,291000,300000 +MLI,2026,16,283000,292000 +MLI,2026,17,276000,285000 +MLI,2026,18,268000,276000 +MLI,2027,0,433000,449000 +MLI,2027,1,420000,435000 +MLI,2027,2,410000,425000 +MLI,2027,3,398000,412000 +MLI,2027,4,388000,400000 +MLI,2027,5,377000,390000 +MLI,2027,6,368000,380000 +MLI,2027,7,359000,370000 +MLI,2027,8,350000,361000 +MLI,2027,9,342000,353000 +MLI,2027,10,334000,345000 +MLI,2027,11,327000,337000 +MLI,2027,12,319000,330000 +MLI,2027,13,312000,322000 +MLI,2027,14,304000,315000 +MLI,2027,15,297000,307000 +MLI,2027,16,290000,299000 +MLI,2027,17,282000,291000 +MLI,2027,18,275000,283000 +MLI,2028,0,441000,458000 +MLI,2028,1,428000,444000 +MLI,2028,2,416000,431000 +MLI,2028,3,407000,421000 +MLI,2028,4,396000,409000 +MLI,2028,5,386000,398000 +MLI,2028,6,376000,388000 +MLI,2028,7,367000,378000 +MLI,2028,8,358000,369000 +MLI,2028,9,349000,360000 +MLI,2028,10,341000,352000 +MLI,2028,11,334000,344000 +MLI,2028,12,326000,336000 +MLI,2028,13,319000,329000 +MLI,2028,14,311000,321000 +MLI,2028,15,304000,314000 +MLI,2028,16,296000,306000 +MLI,2028,17,289000,298000 +MLI,2028,18,281000,290000 +MLI,2029,0,449000,466000 +MLI,2029,1,437000,452000 +MLI,2029,2,425000,440000 +MLI,2029,3,414000,428000 +MLI,2029,4,404000,418000 +MLI,2029,5,394000,407000 +MLI,2029,6,384000,396000 +MLI,2029,7,375000,386000 +MLI,2029,8,366000,377000 +MLI,2029,9,357000,368000 +MLI,2029,10,349000,359000 +MLI,2029,11,341000,351000 +MLI,2029,12,333000,343000 +MLI,2029,13,325000,336000 +MLI,2029,14,318000,328000 +MLI,2029,15,311000,321000 +MLI,2029,16,303000,313000 +MLI,2029,17,296000,305000 +MLI,2029,18,288000,297000 +MLI,2030,0,457000,474000 +MLI,2030,1,445000,461000 +MLI,2030,2,433000,448000 +MLI,2030,3,422000,436000 +MLI,2030,4,411000,425000 +MLI,2030,5,401000,414000 +MLI,2030,6,392000,404000 +MLI,2030,7,382000,394000 +MLI,2030,8,373000,385000 +MLI,2030,9,365000,376000 +MLI,2030,10,356000,367000 +MLI,2030,11,348000,359000 +MLI,2030,12,340000,351000 +MLI,2030,13,332000,343000 +MLI,2030,14,325000,335000 +MLI,2030,15,317000,328000 +MLI,2030,16,310000,320000 +MLI,2030,17,302000,312000 +MLI,2030,18,295000,304000 +MLI,2031,0,464000,481000 +MLI,2031,1,454000,471000 +MLI,2031,2,442000,458000 +MLI,2031,3,431000,446000 +MLI,2031,4,420000,435000 +MLI,2031,5,410000,424000 +MLI,2031,6,400000,413000 +MLI,2031,7,391000,403000 +MLI,2031,8,381000,393000 +MLI,2031,9,372000,384000 +MLI,2031,10,364000,375000 +MLI,2031,11,355000,366000 +MLI,2031,12,347000,358000 +MLI,2031,13,339000,350000 +MLI,2031,14,331000,342000 +MLI,2031,15,324000,334000 +MLI,2031,16,316000,326000 +MLI,2031,17,309000,319000 +MLI,2031,18,301000,311000 +MLI,2032,0,471000,488000 +MLI,2032,1,460000,476000 +MLI,2032,2,451000,467000 +MLI,2032,3,440000,455000 +MLI,2032,4,429000,444000 +MLI,2032,5,419000,433000 +MLI,2032,6,409000,422000 +MLI,2032,7,399000,412000 +MLI,2032,8,390000,402000 +MLI,2032,9,381000,392000 +MLI,2032,10,372000,383000 +MLI,2032,11,363000,374000 +MLI,2032,12,355000,366000 +MLI,2032,13,346000,357000 +MLI,2032,14,338000,349000 +MLI,2032,15,331000,341000 +MLI,2032,16,323000,333000 +MLI,2032,17,315000,325000 +MLI,2032,18,308000,317000 +MLI,2033,0,477000,495000 +MLI,2033,1,467000,484000 +MLI,2033,2,456000,473000 +MLI,2033,3,449000,464000 +MLI,2033,4,438000,453000 +MLI,2033,5,428000,442000 +MLI,2033,6,418000,431000 +MLI,2033,7,408000,421000 +MLI,2033,8,398000,411000 +MLI,2033,9,389000,401000 +MLI,2033,10,380000,392000 +MLI,2033,11,371000,383000 +MLI,2033,12,363000,374000 +MLI,2033,13,354000,365000 +MLI,2033,14,346000,356000 +MLI,2033,15,338000,348000 +MLI,2033,16,330000,340000 +MLI,2033,17,322000,332000 +MLI,2033,18,314000,324000 +MLI,2034,0,484000,502000 +MLI,2034,1,474000,491000 +MLI,2034,2,464000,480000 +MLI,2034,3,454000,470000 +MLI,2034,4,446000,461000 +MLI,2034,5,436000,450000 +MLI,2034,6,426000,440000 +MLI,2034,7,416000,430000 +MLI,2034,8,407000,420000 +MLI,2034,9,397000,410000 +MLI,2034,10,388000,400000 +MLI,2034,11,379000,391000 +MLI,2034,12,370000,382000 +MLI,2034,13,362000,373000 +MLI,2034,14,354000,364000 +MLI,2034,15,345000,355000 +MLI,2034,16,337000,347000 +MLI,2034,17,329000,339000 +MLI,2034,18,321000,331000 +MLI,2035,0,490000,509000 +MLI,2035,1,481000,498000 +MLI,2035,2,471000,488000 +MLI,2035,3,462000,478000 +MLI,2035,4,452000,467000 +MLI,2035,5,443000,457000 +MLI,2035,6,434000,448000 +MLI,2035,7,424000,438000 +MLI,2035,8,415000,428000 +MLI,2035,9,406000,418000 +MLI,2035,10,397000,409000 +MLI,2035,11,387000,399000 +MLI,2035,12,379000,390000 +MLI,2035,13,370000,381000 +MLI,2035,14,361000,372000 +MLI,2035,15,353000,364000 +MLI,2035,16,345000,355000 +MLI,2035,17,336000,346000 +MLI,2035,18,328000,338000 +MLI,2036,0,497000,516000 +MLI,2036,1,488000,506000 +MLI,2036,2,479000,496000 +MLI,2036,3,469000,486000 +MLI,2036,4,460000,476000 +MLI,2036,5,451000,466000 +MLI,2036,6,442000,456000 +MLI,2036,7,433000,447000 +MLI,2036,8,424000,437000 +MLI,2036,9,414000,427000 +MLI,2036,10,405000,418000 +MLI,2036,11,396000,408000 +MLI,2036,12,387000,399000 +MLI,2036,13,378000,389000 +MLI,2036,14,369000,380000 +MLI,2036,15,360000,371000 +MLI,2036,16,352000,362000 +MLI,2036,17,343000,353000 +MLI,2036,18,335000,345000 +MLI,2037,0,504000,523000 +MLI,2037,1,494000,512000 +MLI,2037,2,486000,503000 +MLI,2037,3,477000,493000 +MLI,2037,4,468000,483000 +MLI,2037,5,459000,474000 +MLI,2037,6,450000,464000 +MLI,2037,7,441000,455000 +MLI,2037,8,432000,446000 +MLI,2037,9,423000,436000 +MLI,2037,10,414000,427000 +MLI,2037,11,404000,417000 +MLI,2037,12,395000,407000 +MLI,2037,13,386000,398000 +MLI,2037,14,377000,388000 +MLI,2037,15,368000,379000 +MLI,2037,16,360000,370000 +MLI,2037,17,351000,361000 +MLI,2037,18,342000,352000 +MLI,2038,0,510000,530000 +MLI,2038,1,501000,519000 +MLI,2038,2,492000,509000 +MLI,2038,3,483000,500000 +MLI,2038,4,475000,491000 +MLI,2038,5,466000,481000 +MLI,2038,6,457000,472000 +MLI,2038,7,448000,463000 +MLI,2038,8,440000,454000 +MLI,2038,9,431000,445000 +MLI,2038,10,422000,435000 +MLI,2038,11,413000,426000 +MLI,2038,12,404000,416000 +MLI,2038,13,395000,407000 +MLI,2038,14,385000,397000 +MLI,2038,15,376000,388000 +MLI,2038,16,367000,378000 +MLI,2038,17,359000,369000 +MLI,2038,18,350000,360000 +MLI,2039,0,517000,536000 +MLI,2039,1,507000,526000 +MLI,2039,2,498000,516000 +MLI,2039,3,489000,506000 +MLI,2039,4,481000,497000 +MLI,2039,5,473000,488000 +MLI,2039,6,464000,479000 +MLI,2039,7,456000,470000 +MLI,2039,8,447000,461000 +MLI,2039,9,439000,452000 +MLI,2039,10,430000,444000 +MLI,2039,11,422000,435000 +MLI,2039,12,413000,425000 +MLI,2039,13,403000,416000 +MLI,2039,14,394000,406000 +MLI,2039,15,385000,396000 +MLI,2039,16,376000,387000 +MLI,2039,17,367000,377000 +MLI,2039,18,358000,368000 +MLI,2040,0,522000,542000 +MLI,2040,1,513000,532000 +MLI,2040,2,504000,522000 +MLI,2040,3,496000,513000 +MLI,2040,4,487000,503000 +MLI,2040,5,479000,494000 +MLI,2040,6,471000,486000 +MLI,2040,7,462000,477000 +MLI,2040,8,454000,468000 +MLI,2040,9,446000,460000 +MLI,2040,10,438000,451000 +MLI,2040,11,430000,443000 +MLI,2040,12,421000,434000 +MLI,2040,13,412000,425000 +MLI,2040,14,403000,415000 +MLI,2040,15,393000,405000 +MLI,2040,16,384000,396000 +MLI,2040,17,375000,386000 +MLI,2040,18,366000,376000 +MLI,2041,0,527000,547000 +MLI,2041,1,520000,539000 +MLI,2041,2,511000,529000 +MLI,2041,3,503000,520000 +MLI,2041,4,494000,511000 +MLI,2041,5,486000,502000 +MLI,2041,6,478000,493000 +MLI,2041,7,470000,485000 +MLI,2041,8,462000,476000 +MLI,2041,9,453000,468000 +MLI,2041,10,445000,459000 +MLI,2041,11,437000,450000 +MLI,2041,12,429000,442000 +MLI,2041,13,420000,433000 +MLI,2041,14,411000,424000 +MLI,2041,15,402000,414000 +MLI,2041,16,392000,404000 +MLI,2041,17,383000,394000 +MLI,2041,18,374000,384000 +MLI,2042,0,531000,551000 +MLI,2042,1,523000,542000 +MLI,2042,2,517000,536000 +MLI,2042,3,509000,527000 +MLI,2042,4,501000,518000 +MLI,2042,5,493000,509000 +MLI,2042,6,485000,501000 +MLI,2042,7,477000,492000 +MLI,2042,8,469000,484000 +MLI,2042,9,461000,475000 +MLI,2042,10,453000,467000 +MLI,2042,11,445000,458000 +MLI,2042,12,436000,450000 +MLI,2042,13,428000,441000 +MLI,2042,14,420000,432000 +MLI,2042,15,410000,423000 +MLI,2042,16,401000,412000 +MLI,2042,17,391000,403000 +MLI,2042,18,382000,393000 +MLI,2043,0,535000,555000 +MLI,2043,1,527000,547000 +MLI,2043,2,520000,539000 +MLI,2043,3,515000,533000 +MLI,2043,4,507000,524000 +MLI,2043,5,499000,516000 +MLI,2043,6,492000,508000 +MLI,2043,7,484000,499000 +MLI,2043,8,476000,491000 +MLI,2043,9,468000,483000 +MLI,2043,10,460000,475000 +MLI,2043,11,452000,466000 +MLI,2043,12,444000,458000 +MLI,2043,13,436000,449000 +MLI,2043,14,428000,440000 +MLI,2043,15,419000,431000 +MLI,2043,16,410000,422000 +MLI,2043,17,400000,411000 +MLI,2043,18,390000,401000 +MLI,2044,0,538000,559000 +MLI,2044,1,532000,551000 +MLI,2044,2,525000,544000 +MLI,2044,3,518000,536000 +MLI,2044,4,512000,530000 +MLI,2044,5,505000,522000 +MLI,2044,6,498000,514000 +MLI,2044,7,490000,506000 +MLI,2044,8,483000,498000 +MLI,2044,9,475000,490000 +MLI,2044,10,467000,482000 +MLI,2044,11,460000,474000 +MLI,2044,12,452000,465000 +MLI,2044,13,443000,457000 +MLI,2044,14,435000,448000 +MLI,2044,15,427000,440000 +MLI,2044,16,418000,430000 +MLI,2044,17,409000,421000 +MLI,2044,18,399000,410000 +MLI,2045,0,542000,563000 +MLI,2045,1,536000,556000 +MLI,2045,2,530000,548000 +MLI,2045,3,523000,541000 +MLI,2045,4,517000,534000 +MLI,2045,5,510000,527000 +MLI,2045,6,503000,519000 +MLI,2045,7,496000,512000 +MLI,2045,8,489000,504000 +MLI,2045,9,482000,497000 +MLI,2045,10,474000,489000 +MLI,2045,11,467000,481000 +MLI,2045,12,459000,473000 +MLI,2045,13,451000,465000 +MLI,2045,14,443000,456000 +MLI,2045,15,435000,447000 +MLI,2045,16,426000,439000 +MLI,2045,17,417000,430000 +MLI,2045,18,408000,420000 +MLI,2046,0,547000,568000 +MLI,2046,1,541000,561000 +MLI,2046,2,534000,553000 +MLI,2046,3,528000,546000 +MLI,2046,4,522000,539000 +MLI,2046,5,515000,532000 +MLI,2046,6,509000,525000 +MLI,2046,7,502000,518000 +MLI,2046,8,496000,511000 +MLI,2046,9,489000,504000 +MLI,2046,10,481000,496000 +MLI,2046,11,474000,488000 +MLI,2046,12,466000,480000 +MLI,2046,13,458000,472000 +MLI,2046,14,450000,464000 +MLI,2046,15,442000,455000 +MLI,2046,16,434000,446000 +MLI,2046,17,425000,437000 +MLI,2046,18,416000,428000 +MLI,2047,0,551000,572000 +MLI,2047,1,545000,565000 +MLI,2047,2,539000,558000 +MLI,2047,3,533000,551000 +MLI,2047,4,527000,544000 +MLI,2047,5,520000,538000 +MLI,2047,6,514000,531000 +MLI,2047,7,508000,524000 +MLI,2047,8,502000,517000 +MLI,2047,9,495000,510000 +MLI,2047,10,488000,503000 +MLI,2047,11,481000,495000 +MLI,2047,12,473000,487000 +MLI,2047,13,465000,479000 +MLI,2047,14,458000,471000 +MLI,2047,15,449000,463000 +MLI,2047,16,441000,454000 +MLI,2047,17,433000,445000 +MLI,2047,18,424000,436000 +MLI,2048,0,556000,577000 +MLI,2048,1,549000,569000 +MLI,2048,2,543000,562000 +MLI,2048,3,537000,555000 +MLI,2048,4,531000,549000 +MLI,2048,5,525000,542000 +MLI,2048,6,519000,536000 +MLI,2048,7,513000,529000 +MLI,2048,8,507000,523000 +MLI,2048,9,501000,516000 +MLI,2048,10,494000,510000 +MLI,2048,11,487000,502000 +MLI,2048,12,480000,494000 +MLI,2048,13,473000,487000 +MLI,2048,14,465000,479000 +MLI,2048,15,457000,470000 +MLI,2048,16,449000,462000 +MLI,2048,17,440000,453000 +MLI,2048,18,432000,443000 +MLI,2049,0,561000,582000 +MLI,2049,1,554000,574000 +MLI,2049,2,547000,566000 +MLI,2049,3,541000,559000 +MLI,2049,4,535000,553000 +MLI,2049,5,529000,546000 +MLI,2049,6,523000,540000 +MLI,2049,7,518000,534000 +MLI,2049,8,512000,528000 +MLI,2049,9,506000,522000 +MLI,2049,10,500000,515000 +MLI,2049,11,494000,509000 +MLI,2049,12,487000,502000 +MLI,2049,13,479000,494000 +MLI,2049,14,472000,486000 +MLI,2049,15,464000,478000 +MLI,2049,16,456000,469000 +MLI,2049,17,448000,461000 +MLI,2049,18,439000,451000 +MLI,2050,0,565000,587000 +MLI,2050,1,558000,578000 +MLI,2050,2,551000,571000 +MLI,2050,3,545000,563000 +MLI,2050,4,539000,557000 +MLI,2050,5,533000,550000 +MLI,2050,6,527000,544000 +MLI,2050,7,522000,538000 +MLI,2050,8,516000,532000 +MLI,2050,9,511000,526000 +MLI,2050,10,505000,520000 +MLI,2050,11,499000,515000 +MLI,2050,12,493000,508000 +MLI,2050,13,486000,501000 +MLI,2050,14,479000,493000 +MLI,2050,15,471000,485000 +MLI,2050,16,463000,477000 +MLI,2050,17,455000,468000 +MLI,2050,18,447000,459000 +MLT,1990,0,2542,2739 +MLT,1990,1,2604,2768 +MLT,1990,2,2658,2800 +MLT,1990,3,2704,2833 +MLT,1990,4,2743,2865 +MLT,1990,5,2774,2897 +MLT,1990,6,2797,2926 +MLT,1990,7,2813,2951 +MLT,1990,8,2822,2972 +MLT,1990,9,2823,2987 +MLT,1990,10,2819,2998 +MLT,1990,11,2809,3006 +MLT,1990,12,2790,2998 +MLT,1990,13,2761,2967 +MLT,1990,14,2725,2920 +MLT,1990,15,2689,2874 +MLT,1990,16,2657,2835 +MLT,1990,17,2611,2777 +MLT,1990,18,2544,2694 +MLT,1991,0,2500,2695 +MLT,1991,1,2564,2755 +MLT,1991,2,2622,2787 +MLT,1991,3,2673,2819 +MLT,1991,4,2717,2850 +MLT,1991,5,2753,2881 +MLT,1991,6,2782,2909 +MLT,1991,7,2803,2933 +MLT,1991,8,2819,2955 +MLT,1991,9,2827,2977 +MLT,1991,10,2829,2994 +MLT,1991,11,2825,3007 +MLT,1991,12,2816,3016 +MLT,1991,13,2797,3007 +MLT,1991,14,2766,2972 +MLT,1991,15,2726,2919 +MLT,1991,16,2687,2868 +MLT,1991,17,2652,2824 +MLT,1991,18,2603,2761 +MLT,1992,0,2464,2644 +MLT,1992,1,2533,2694 +MLT,1992,2,2586,2772 +MLT,1992,3,2640,2806 +MLT,1992,4,2687,2838 +MLT,1992,5,2728,2868 +MLT,1992,6,2762,2896 +MLT,1992,7,2789,2921 +MLT,1992,8,2809,2940 +MLT,1992,9,2823,2959 +MLT,1992,10,2832,2981 +MLT,1992,11,2835,3001 +MLT,1992,12,2832,3015 +MLT,1992,13,2824,3026 +MLT,1992,14,2804,3017 +MLT,1992,15,2771,2978 +MLT,1992,16,2727,2919 +MLT,1992,17,2684,2863 +MLT,1992,18,2647,2812 +MLT,1993,0,2433,2591 +MLT,1993,1,2502,2657 +MLT,1993,2,2564,2717 +MLT,1993,3,2608,2789 +MLT,1993,4,2658,2825 +MLT,1993,5,2701,2857 +MLT,1993,6,2739,2886 +MLT,1993,7,2771,2912 +MLT,1993,8,2796,2933 +MLT,1993,9,2815,2948 +MLT,1993,10,2828,2964 +MLT,1993,11,2837,2986 +MLT,1993,12,2840,3008 +MLT,1993,13,2837,3024 +MLT,1993,14,2830,3037 +MLT,1993,15,2811,3027 +MLT,1993,16,2775,2984 +MLT,1993,17,2727,2919 +MLT,1993,18,2681,2857 +MLT,1994,0,2406,2545 +MLT,1994,1,2473,2622 +MLT,1994,2,2534,2691 +MLT,1994,3,2589,2751 +MLT,1994,4,2630,2807 +MLT,1994,5,2675,2845 +MLT,1994,6,2715,2877 +MLT,1994,7,2750,2905 +MLT,1994,8,2780,2929 +MLT,1994,9,2803,2947 +MLT,1994,10,2820,2956 +MLT,1994,11,2833,2969 +MLT,1994,12,2842,2992 +MLT,1994,13,2845,3016 +MLT,1994,14,2843,3034 +MLT,1994,15,2837,3048 +MLT,1994,16,2817,3038 +MLT,1994,17,2779,2991 +MLT,1994,18,2727,2920 +MLT,1995,0,2384,2510 +MLT,1995,1,2446,2591 +MLT,1995,2,2503,2663 +MLT,1995,3,2557,2726 +MLT,1995,4,2607,2780 +MLT,1995,5,2652,2827 +MLT,1995,6,2694,2866 +MLT,1995,7,2730,2899 +MLT,1995,8,2763,2926 +MLT,1995,9,2790,2948 +MLT,1995,10,2811,2962 +MLT,1995,11,2827,2966 +MLT,1995,12,2839,2976 +MLT,1995,13,2847,2999 +MLT,1995,14,2852,3026 +MLT,1995,15,2850,3045 +MLT,1995,16,2845,3061 +MLT,1995,17,2825,3050 +MLT,1995,18,2784,3000 +MLT,1996,0,2368,2487 +MLT,1996,1,2392,2523 +MLT,1996,2,2450,2599 +MLT,1996,3,2506,2667 +MLT,1996,4,2558,2728 +MLT,1996,5,2608,2781 +MLT,1996,6,2654,2829 +MLT,1996,7,2696,2870 +MLT,1996,8,2734,2904 +MLT,1996,9,2766,2931 +MLT,1996,10,2792,2951 +MLT,1996,11,2813,2964 +MLT,1996,12,2829,2968 +MLT,1996,13,2840,2978 +MLT,1996,14,2848,2999 +MLT,1996,15,2851,3024 +MLT,1996,16,2848,3040 +MLT,1996,17,2841,3054 +MLT,1996,18,2822,3045 +MLT,1997,0,2357,2477 +MLT,1997,1,2400,2540 +MLT,1997,2,2400,2538 +MLT,1997,3,2455,2607 +MLT,1997,4,2508,2671 +MLT,1997,5,2560,2730 +MLT,1997,6,2609,2783 +MLT,1997,7,2656,2831 +MLT,1997,8,2699,2875 +MLT,1997,9,2738,2911 +MLT,1997,10,2769,2937 +MLT,1997,11,2794,2955 +MLT,1997,12,2815,2967 +MLT,1997,13,2831,2972 +MLT,1997,14,2842,2981 +MLT,1997,15,2849,3000 +MLT,1997,16,2850,3022 +MLT,1997,17,2846,3037 +MLT,1997,18,2837,3047 +MLT,1998,0,2345,2467 +MLT,1998,1,2375,2514 +MLT,1998,2,2409,2561 +MLT,1998,3,2408,2552 +MLT,1998,4,2460,2616 +MLT,1998,5,2511,2676 +MLT,1998,6,2562,2733 +MLT,1998,7,2611,2785 +MLT,1998,8,2658,2834 +MLT,1998,9,2703,2881 +MLT,1998,10,2742,2918 +MLT,1998,11,2773,2943 +MLT,1998,12,2797,2959 +MLT,1998,13,2818,2970 +MLT,1998,14,2834,2975 +MLT,1998,15,2845,2983 +MLT,1998,16,2850,3001 +MLT,1998,17,2850,3021 +MLT,1998,18,2845,3033 +MLT,1999,0,2318,2441 +MLT,1999,1,2340,2474 +MLT,1999,2,2367,2511 +MLT,1999,3,2400,2552 +MLT,1999,4,2416,2567 +MLT,1999,5,2465,2624 +MLT,1999,6,2514,2680 +MLT,1999,7,2564,2735 +MLT,1999,8,2612,2787 +MLT,1999,9,2660,2837 +MLT,1999,10,2706,2886 +MLT,1999,11,2746,2924 +MLT,1999,12,2777,2949 +MLT,1999,13,2800,2962 +MLT,1999,14,2820,2973 +MLT,1999,15,2837,2978 +MLT,1999,16,2847,2986 +MLT,1999,17,2851,3001 +MLT,1999,18,2850,3019 +MLT,2000,0,2270,2388 +MLT,2000,1,2287,2414 +MLT,2000,2,2313,2447 +MLT,2000,3,2345,2487 +MLT,2000,4,2383,2531 +MLT,2000,5,2425,2580 +MLT,2000,6,2470,2631 +MLT,2000,7,2518,2683 +MLT,2000,8,2566,2736 +MLT,2000,9,2614,2787 +MLT,2000,10,2662,2838 +MLT,2000,11,2709,2889 +MLT,2000,12,2750,2930 +MLT,2000,13,2781,2953 +MLT,2000,14,2803,2965 +MLT,2000,15,2823,2975 +MLT,2000,16,2839,2980 +MLT,2000,17,2850,2987 +MLT,2000,18,2853,3000 +MLT,2001,0,2194,2305 +MLT,2001,1,2241,2360 +MLT,2001,2,2269,2396 +MLT,2001,3,2305,2440 +MLT,2001,4,2347,2488 +MLT,2001,5,2392,2541 +MLT,2001,6,2442,2596 +MLT,2001,7,2494,2653 +MLT,2001,8,2545,2709 +MLT,2001,9,2592,2760 +MLT,2001,10,2636,2808 +MLT,2001,11,2679,2855 +MLT,2001,12,2721,2902 +MLT,2001,13,2758,2939 +MLT,2001,14,2787,2959 +MLT,2001,15,2809,2969 +MLT,2001,16,2829,2976 +MLT,2001,17,2844,2977 +MLT,2001,18,2855,2983 +MLT,2002,0,2098,2196 +MLT,2002,1,2126,2232 +MLT,2002,2,2212,2331 +MLT,2002,3,2252,2379 +MLT,2002,4,2298,2432 +MLT,2002,5,2349,2490 +MLT,2002,6,2403,2550 +MLT,2002,7,2459,2612 +MLT,2002,8,2518,2675 +MLT,2002,9,2573,2734 +MLT,2002,10,2619,2785 +MLT,2002,11,2658,2829 +MLT,2002,12,2697,2873 +MLT,2002,13,2734,2915 +MLT,2002,14,2766,2947 +MLT,2002,15,2794,2965 +MLT,2002,16,2817,2973 +MLT,2002,17,2836,2977 +MLT,2002,18,2850,2975 +MLT,2003,0,1998,2082 +MLT,2003,1,2035,2128 +MLT,2003,2,2081,2184 +MLT,2003,3,2184,2302 +MLT,2003,4,2236,2361 +MLT,2003,5,2292,2425 +MLT,2003,6,2352,2491 +MLT,2003,7,2414,2559 +MLT,2003,8,2477,2628 +MLT,2003,9,2543,2697 +MLT,2003,10,2601,2759 +MLT,2003,11,2646,2809 +MLT,2003,12,2681,2850 +MLT,2003,13,2716,2890 +MLT,2003,14,2747,2928 +MLT,2003,15,2775,2956 +MLT,2003,16,2802,2971 +MLT,2003,17,2825,2976 +MLT,2003,18,2843,2978 +MLT,2004,0,1918,1988 +MLT,2004,1,1956,2039 +MLT,2004,2,2005,2099 +MLT,2004,3,2062,2166 +MLT,2004,4,2156,2273 +MLT,2004,5,2219,2343 +MLT,2004,6,2285,2417 +MLT,2004,7,2354,2492 +MLT,2004,8,2424,2567 +MLT,2004,9,2495,2643 +MLT,2004,10,2568,2718 +MLT,2004,11,2629,2784 +MLT,2004,12,2673,2833 +MLT,2004,13,2704,2870 +MLT,2004,14,2734,2906 +MLT,2004,15,2760,2940 +MLT,2004,16,2784,2964 +MLT,2004,17,2809,2976 +MLT,2004,18,2832,2980 +MLT,2005,0,1872,1934 +MLT,2005,1,1902,1977 +MLT,2005,2,1944,2031 +MLT,2005,3,1997,2095 +MLT,2005,4,2058,2166 +MLT,2005,5,2127,2243 +MLT,2005,6,2201,2325 +MLT,2005,7,2278,2408 +MLT,2005,8,2356,2492 +MLT,2005,9,2434,2575 +MLT,2005,10,2512,2657 +MLT,2005,11,2592,2739 +MLT,2005,12,2657,2807 +MLT,2005,13,2699,2856 +MLT,2005,14,2726,2890 +MLT,2005,15,2751,2922 +MLT,2005,16,2772,2951 +MLT,2005,17,2792,2971 +MLT,2005,18,2815,2980 +MLT,2006,0,1869,1927 +MLT,2006,1,1860,1932 +MLT,2006,2,1889,1971 +MLT,2006,3,1932,2022 +MLT,2006,4,1986,2083 +MLT,2006,5,2049,2153 +MLT,2006,6,2121,2229 +MLT,2006,7,2198,2310 +MLT,2006,8,2277,2394 +MLT,2006,9,2354,2479 +MLT,2006,10,2429,2564 +MLT,2006,11,2505,2648 +MLT,2006,12,2582,2732 +MLT,2006,13,2647,2803 +MLT,2006,14,2695,2853 +MLT,2006,15,2731,2889 +MLT,2006,16,2765,2923 +MLT,2006,17,2795,2953 +MLT,2006,18,2820,2976 +MLT,2007,0,1901,1959 +MLT,2007,1,1874,1947 +MLT,2007,2,1848,1929 +MLT,2007,3,1876,1963 +MLT,2007,4,1919,2011 +MLT,2007,5,1974,2070 +MLT,2007,6,2039,2138 +MLT,2007,7,2113,2213 +MLT,2007,8,2194,2294 +MLT,2007,9,2275,2378 +MLT,2007,10,2351,2465 +MLT,2007,11,2423,2551 +MLT,2007,12,2497,2637 +MLT,2007,13,2570,2724 +MLT,2007,14,2635,2797 +MLT,2007,15,2690,2849 +MLT,2007,16,2735,2886 +MLT,2007,17,2778,2922 +MLT,2007,18,2817,2953 +MLT,2008,0,1955,2016 +MLT,2008,1,1890,1968 +MLT,2008,2,1855,1944 +MLT,2008,3,1835,1926 +MLT,2008,4,1863,1956 +MLT,2008,5,1906,2000 +MLT,2008,6,1962,2057 +MLT,2008,7,2029,2123 +MLT,2008,8,2106,2198 +MLT,2008,9,2191,2278 +MLT,2008,10,2273,2363 +MLT,2008,11,2348,2451 +MLT,2008,12,2418,2538 +MLT,2008,13,2488,2627 +MLT,2008,14,2558,2716 +MLT,2008,15,2624,2792 +MLT,2008,16,2685,2846 +MLT,2008,17,2739,2884 +MLT,2008,18,2790,2921 +MLT,2009,0,2010,2080 +MLT,2009,1,1916,2003 +MLT,2009,2,1856,1953 +MLT,2009,3,1825,1929 +MLT,2009,4,1823,1926 +MLT,2009,5,1851,1952 +MLT,2009,6,1894,1993 +MLT,2009,7,1952,2047 +MLT,2009,8,2021,2112 +MLT,2009,9,2100,2186 +MLT,2009,10,2188,2266 +MLT,2009,11,2273,2351 +MLT,2009,12,2347,2440 +MLT,2009,13,2413,2530 +MLT,2009,14,2482,2620 +MLT,2009,15,2548,2712 +MLT,2009,16,2615,2790 +MLT,2009,17,2681,2846 +MLT,2009,18,2745,2886 +MLT,2010,0,2053,2135 +MLT,2010,1,1945,2044 +MLT,2010,2,1871,1981 +MLT,2010,3,1826,1942 +MLT,2010,4,1808,1925 +MLT,2010,5,1814,1929 +MLT,2010,6,1841,1951 +MLT,2010,7,1885,1989 +MLT,2010,8,1944,2041 +MLT,2010,9,2014,2104 +MLT,2010,10,2096,2177 +MLT,2010,11,2189,2258 +MLT,2010,12,2275,2344 +MLT,2010,13,2348,2434 +MLT,2010,14,2412,2526 +MLT,2010,15,2478,2619 +MLT,2010,16,2542,2714 +MLT,2010,17,2608,2794 +MLT,2010,18,2681,2852 +MLT,2011,0,2073,2166 +MLT,2011,1,2041,2138 +MLT,2011,2,1950,2060 +MLT,2011,3,1886,2002 +MLT,2011,4,1847,1965 +MLT,2011,5,1830,1946 +MLT,2011,6,1833,1945 +MLT,2011,7,1853,1958 +MLT,2011,8,1892,1991 +MLT,2011,9,1951,2046 +MLT,2011,10,2024,2116 +MLT,2011,11,2106,2195 +MLT,2011,12,2198,2280 +MLT,2011,13,2286,2372 +MLT,2011,14,2364,2468 +MLT,2011,15,2434,2566 +MLT,2011,16,2506,2665 +MLT,2011,17,2576,2766 +MLT,2011,18,2647,2852 +MLT,2012,0,2081,2189 +MLT,2012,1,1999,2126 +MLT,2012,2,2031,2146 +MLT,2012,3,1957,2079 +MLT,2012,4,1904,2027 +MLT,2012,5,1869,1992 +MLT,2012,6,1854,1972 +MLT,2012,7,1854,1965 +MLT,2012,8,1867,1970 +MLT,2012,9,1902,1998 +MLT,2012,10,1960,2055 +MLT,2012,11,2036,2133 +MLT,2012,12,2119,2217 +MLT,2012,13,2210,2307 +MLT,2012,14,2300,2405 +MLT,2012,15,2382,2507 +MLT,2012,16,2459,2611 +MLT,2012,17,2537,2716 +MLT,2012,18,2614,2823 +MLT,2013,0,2079,2203 +MLT,2013,1,2027,2170 +MLT,2013,2,1983,2136 +MLT,2013,3,2023,2156 +MLT,2013,4,1965,2100 +MLT,2013,5,1922,2054 +MLT,2013,6,1893,2020 +MLT,2013,7,1879,1998 +MLT,2013,8,1876,1986 +MLT,2013,9,1882,1982 +MLT,2013,10,1912,2006 +MLT,2013,11,1970,2065 +MLT,2013,12,2049,2151 +MLT,2013,13,2132,2241 +MLT,2013,14,2223,2336 +MLT,2013,15,2315,2439 +MLT,2013,16,2401,2547 +MLT,2013,17,2485,2658 +MLT,2013,18,2570,2770 +MLT,2014,0,2073,2208 +MLT,2014,1,2051,2204 +MLT,2014,2,2026,2191 +MLT,2014,3,2002,2170 +MLT,2014,4,2012,2163 +MLT,2014,5,1972,2118 +MLT,2014,6,1939,2078 +MLT,2014,7,1915,2045 +MLT,2014,8,1902,2022 +MLT,2014,9,1896,2005 +MLT,2014,10,1896,1993 +MLT,2014,11,1921,2011 +MLT,2014,12,1978,2073 +MLT,2014,13,2059,2166 +MLT,2014,14,2144,2262 +MLT,2014,15,2234,2362 +MLT,2014,16,2327,2470 +MLT,2014,17,2419,2585 +MLT,2014,18,2509,2702 +MLT,2015,0,2067,2204 +MLT,2015,1,2068,2224 +MLT,2015,2,2059,2227 +MLT,2015,3,2043,2216 +MLT,2015,4,2022,2194 +MLT,2015,5,1999,2165 +MLT,2015,6,1975,2131 +MLT,2015,7,1952,2097 +MLT,2015,8,1934,2066 +MLT,2015,9,1922,2041 +MLT,2015,10,1913,2020 +MLT,2015,11,1907,1998 +MLT,2015,12,1926,2012 +MLT,2015,13,1984,2076 +MLT,2015,14,2067,2176 +MLT,2015,15,2153,2277 +MLT,2015,16,2242,2382 +MLT,2015,17,2336,2496 +MLT,2015,18,2432,2616 +MLT,2016,0,2071,2205 +MLT,2016,1,2078,2221 +MLT,2016,2,2075,2235 +MLT,2016,3,2064,2233 +MLT,2016,4,2047,2220 +MLT,2016,5,2025,2197 +MLT,2016,6,2002,2168 +MLT,2016,7,1979,2137 +MLT,2016,8,1958,2106 +MLT,2016,9,1941,2076 +MLT,2016,10,1930,2051 +MLT,2016,11,1924,2031 +MLT,2016,12,1919,2011 +MLT,2016,13,1940,2027 +MLT,2016,14,2000,2093 +MLT,2016,15,2085,2195 +MLT,2016,16,2173,2298 +MLT,2016,17,2264,2405 +MLT,2016,18,2360,2520 +MLT,2017,0,2073,2195 +MLT,2017,1,2096,2241 +MLT,2017,2,2086,2234 +MLT,2017,3,2080,2241 +MLT,2017,4,2066,2235 +MLT,2017,5,2047,2219 +MLT,2017,6,2026,2196 +MLT,2017,7,2002,2168 +MLT,2017,8,1980,2139 +MLT,2017,9,1961,2109 +MLT,2017,10,1945,2080 +MLT,2017,11,1936,2057 +MLT,2017,12,1931,2038 +MLT,2017,13,1928,2020 +MLT,2017,14,1952,2037 +MLT,2017,15,2013,2105 +MLT,2017,16,2101,2209 +MLT,2017,17,2190,2314 +MLT,2017,18,2283,2422 +MLT,2018,0,2074,2180 +MLT,2018,1,2100,2230 +MLT,2018,2,2111,2259 +MLT,2018,3,2092,2243 +MLT,2018,4,2082,2244 +MLT,2018,5,2066,2234 +MLT,2018,6,2046,2215 +MLT,2018,7,2024,2191 +MLT,2018,8,2001,2164 +MLT,2018,9,1980,2137 +MLT,2018,10,1961,2110 +MLT,2018,11,1947,2082 +MLT,2018,12,1939,2059 +MLT,2018,13,1936,2042 +MLT,2018,14,1936,2026 +MLT,2018,15,1961,2045 +MLT,2018,16,2024,2115 +MLT,2018,17,2114,2220 +MLT,2018,18,2204,2326 +MLT,2019,0,2100,2200 +MLT,2019,1,2100,2200 +MLT,2019,2,2100,2200 +MLT,2019,3,2100,2300 +MLT,2019,4,2100,2300 +MLT,2019,5,2100,2200 +MLT,2019,6,2100,2200 +MLT,2019,7,2000,2200 +MLT,2019,8,2000,2200 +MLT,2019,9,2000,2200 +MLT,2019,10,2000,2100 +MLT,2019,11,2000,2100 +MLT,2019,12,1900,2100 +MLT,2019,13,1900,2100 +MLT,2019,14,1900,2000 +MLT,2019,15,1900,2000 +MLT,2019,16,2000,2100 +MLT,2019,17,2000,2100 +MLT,2019,18,2100,2200 +MLT,2020,0,2100,2200 +MLT,2020,1,2100,2200 +MLT,2020,2,2100,2200 +MLT,2020,3,2100,2300 +MLT,2020,4,2100,2300 +MLT,2020,5,2100,2300 +MLT,2020,6,2100,2200 +MLT,2020,7,2100,2200 +MLT,2020,8,2000,2200 +MLT,2020,9,2000,2200 +MLT,2020,10,2000,2200 +MLT,2020,11,2000,2100 +MLT,2020,12,2000,2100 +MLT,2020,13,1900,2100 +MLT,2020,14,1900,2100 +MLT,2020,15,1900,2000 +MLT,2020,16,1900,2000 +MLT,2020,17,2000,2100 +MLT,2020,18,2000,2100 +MLT,2021,0,2100,2200 +MLT,2021,1,2100,2200 +MLT,2021,2,2100,2200 +MLT,2021,3,2100,2200 +MLT,2021,4,2100,2300 +MLT,2021,5,2100,2300 +MLT,2021,6,2100,2300 +MLT,2021,7,2100,2200 +MLT,2021,8,2100,2200 +MLT,2021,9,2000,2200 +MLT,2021,10,2000,2200 +MLT,2021,11,2000,2200 +MLT,2021,12,2000,2100 +MLT,2021,13,2000,2100 +MLT,2021,14,2000,2100 +MLT,2021,15,2000,2100 +MLT,2021,16,2000,2100 +MLT,2021,17,2000,2100 +MLT,2021,18,2000,2100 +MLT,2022,0,2100,2200 +MLT,2022,1,2100,2200 +MLT,2022,2,2100,2200 +MLT,2022,3,2100,2200 +MLT,2022,4,2100,2200 +MLT,2022,5,2100,2300 +MLT,2022,6,2100,2300 +MLT,2022,7,2100,2300 +MLT,2022,8,2100,2200 +MLT,2022,9,2100,2200 +MLT,2022,10,2100,2200 +MLT,2022,11,2000,2200 +MLT,2022,12,2000,2200 +MLT,2022,13,2000,2100 +MLT,2022,14,2000,2100 +MLT,2022,15,2000,2100 +MLT,2022,16,2000,2100 +MLT,2022,17,2000,2100 +MLT,2022,18,2000,2100 +MLT,2023,0,2100,2200 +MLT,2023,1,2100,2200 +MLT,2023,2,2100,2200 +MLT,2023,3,2100,2200 +MLT,2023,4,2100,2200 +MLT,2023,5,2100,2200 +MLT,2023,6,2100,2300 +MLT,2023,7,2100,2300 +MLT,2023,8,2100,2300 +MLT,2023,9,2100,2200 +MLT,2023,10,2100,2200 +MLT,2023,11,2100,2200 +MLT,2023,12,2000,2200 +MLT,2023,13,2000,2200 +MLT,2023,14,2000,2200 +MLT,2023,15,2000,2100 +MLT,2023,16,2000,2100 +MLT,2023,17,2000,2100 +MLT,2023,18,2000,2100 +MLT,2024,0,2100,2200 +MLT,2024,1,2100,2200 +MLT,2024,2,2100,2200 +MLT,2024,3,2100,2200 +MLT,2024,4,2100,2200 +MLT,2024,5,2100,2200 +MLT,2024,6,2100,2200 +MLT,2024,7,2100,2200 +MLT,2024,8,2100,2200 +MLT,2024,9,2100,2200 +MLT,2024,10,2100,2200 +MLT,2024,11,2100,2200 +MLT,2024,12,2100,2200 +MLT,2024,13,2000,2200 +MLT,2024,14,2000,2200 +MLT,2024,15,2000,2200 +MLT,2024,16,2000,2100 +MLT,2024,17,2000,2100 +MLT,2024,18,2000,2100 +MLT,2025,0,2100,2200 +MLT,2025,1,2100,2200 +MLT,2025,2,2100,2200 +MLT,2025,3,2100,2200 +MLT,2025,4,2100,2200 +MLT,2025,5,2100,2200 +MLT,2025,6,2100,2200 +MLT,2025,7,2100,2200 +MLT,2025,8,2100,2200 +MLT,2025,9,2100,2200 +MLT,2025,10,2100,2200 +MLT,2025,11,2100,2200 +MLT,2025,12,2100,2200 +MLT,2025,13,2100,2200 +MLT,2025,14,2000,2200 +MLT,2025,15,2000,2200 +MLT,2025,16,2000,2200 +MLT,2025,17,2000,2100 +MLT,2025,18,2000,2100 +MLT,2026,0,2100,2200 +MLT,2026,1,2100,2200 +MLT,2026,2,2100,2200 +MLT,2026,3,2100,2200 +MLT,2026,4,2100,2200 +MLT,2026,5,2100,2200 +MLT,2026,6,2100,2200 +MLT,2026,7,2100,2200 +MLT,2026,8,2100,2200 +MLT,2026,9,2100,2200 +MLT,2026,10,2100,2200 +MLT,2026,11,2100,2200 +MLT,2026,12,2100,2300 +MLT,2026,13,2100,2200 +MLT,2026,14,2100,2200 +MLT,2026,15,2000,2200 +MLT,2026,16,2000,2200 +MLT,2026,17,2000,2200 +MLT,2026,18,2000,2200 +MLT,2027,0,2000,2200 +MLT,2027,1,2100,2200 +MLT,2027,2,2100,2200 +MLT,2027,3,2100,2200 +MLT,2027,4,2100,2200 +MLT,2027,5,2100,2200 +MLT,2027,6,2100,2200 +MLT,2027,7,2100,2200 +MLT,2027,8,2100,2200 +MLT,2027,9,2100,2200 +MLT,2027,10,2100,2200 +MLT,2027,11,2100,2200 +MLT,2027,12,2100,2300 +MLT,2027,13,2100,2300 +MLT,2027,14,2100,2300 +MLT,2027,15,2100,2200 +MLT,2027,16,2100,2200 +MLT,2027,17,2000,2200 +MLT,2027,18,2000,2200 +MLT,2028,0,2000,2100 +MLT,2028,1,2000,2200 +MLT,2028,2,2100,2200 +MLT,2028,3,2100,2200 +MLT,2028,4,2100,2200 +MLT,2028,5,2100,2200 +MLT,2028,6,2100,2200 +MLT,2028,7,2100,2200 +MLT,2028,8,2100,2200 +MLT,2028,9,2100,2200 +MLT,2028,10,2100,2200 +MLT,2028,11,2100,2200 +MLT,2028,12,2100,2300 +MLT,2028,13,2100,2300 +MLT,2028,14,2100,2300 +MLT,2028,15,2100,2300 +MLT,2028,16,2100,2200 +MLT,2028,17,2100,2200 +MLT,2028,18,2100,2200 +MLT,2029,0,2000,2100 +MLT,2029,1,2000,2100 +MLT,2029,2,2000,2200 +MLT,2029,3,2100,2200 +MLT,2029,4,2100,2200 +MLT,2029,5,2100,2200 +MLT,2029,6,2100,2200 +MLT,2029,7,2100,2200 +MLT,2029,8,2100,2200 +MLT,2029,9,2100,2200 +MLT,2029,10,2100,2200 +MLT,2029,11,2100,2200 +MLT,2029,12,2100,2200 +MLT,2029,13,2100,2300 +MLT,2029,14,2100,2300 +MLT,2029,15,2100,2300 +MLT,2029,16,2100,2300 +MLT,2029,17,2100,2300 +MLT,2029,18,2100,2200 +MLT,2030,0,1900,2000 +MLT,2030,1,2000,2100 +MLT,2030,2,2000,2100 +MLT,2030,3,2000,2200 +MLT,2030,4,2100,2200 +MLT,2030,5,2100,2200 +MLT,2030,6,2100,2200 +MLT,2030,7,2100,2200 +MLT,2030,8,2100,2200 +MLT,2030,9,2100,2300 +MLT,2030,10,2100,2200 +MLT,2030,11,2100,2200 +MLT,2030,12,2100,2200 +MLT,2030,13,2100,2200 +MLT,2030,14,2100,2300 +MLT,2030,15,2100,2300 +MLT,2030,16,2100,2300 +MLT,2030,17,2100,2300 +MLT,2030,18,2100,2300 +MLT,2031,0,1900,2000 +MLT,2031,1,1900,2000 +MLT,2031,2,2000,2100 +MLT,2031,3,2000,2100 +MLT,2031,4,2000,2200 +MLT,2031,5,2100,2200 +MLT,2031,6,2100,2200 +MLT,2031,7,2100,2200 +MLT,2031,8,2100,2200 +MLT,2031,9,2100,2300 +MLT,2031,10,2100,2300 +MLT,2031,11,2100,2300 +MLT,2031,12,2100,2200 +MLT,2031,13,2100,2200 +MLT,2031,14,2100,2200 +MLT,2031,15,2100,2300 +MLT,2031,16,2100,2300 +MLT,2031,17,2100,2300 +MLT,2031,18,2100,2300 +MLT,2032,0,1900,2000 +MLT,2032,1,1900,2000 +MLT,2032,2,1900,2100 +MLT,2032,3,2000,2100 +MLT,2032,4,2000,2100 +MLT,2032,5,2000,2200 +MLT,2032,6,2100,2200 +MLT,2032,7,2100,2200 +MLT,2032,8,2100,2200 +MLT,2032,9,2100,2300 +MLT,2032,10,2100,2300 +MLT,2032,11,2100,2300 +MLT,2032,12,2100,2300 +MLT,2032,13,2100,2200 +MLT,2032,14,2100,2200 +MLT,2032,15,2100,2300 +MLT,2032,16,2100,2300 +MLT,2032,17,2100,2300 +MLT,2032,18,2100,2300 +MLT,2033,0,1800,1900 +MLT,2033,1,1900,2000 +MLT,2033,2,1900,2000 +MLT,2033,3,1900,2100 +MLT,2033,4,2000,2100 +MLT,2033,5,2000,2100 +MLT,2033,6,2000,2200 +MLT,2033,7,2100,2200 +MLT,2033,8,2100,2200 +MLT,2033,9,2100,2200 +MLT,2033,10,2100,2300 +MLT,2033,11,2100,2300 +MLT,2033,12,2100,2300 +MLT,2033,13,2100,2300 +MLT,2033,14,2100,2300 +MLT,2033,15,2100,2300 +MLT,2033,16,2100,2300 +MLT,2033,17,2100,2300 +MLT,2033,18,2100,2300 +MLT,2034,0,1800,1900 +MLT,2034,1,1900,2000 +MLT,2034,2,1900,2000 +MLT,2034,3,1900,2000 +MLT,2034,4,2000,2100 +MLT,2034,5,2000,2100 +MLT,2034,6,2000,2100 +MLT,2034,7,2000,2200 +MLT,2034,8,2100,2200 +MLT,2034,9,2100,2200 +MLT,2034,10,2100,2200 +MLT,2034,11,2100,2300 +MLT,2034,12,2100,2300 +MLT,2034,13,2100,2300 +MLT,2034,14,2100,2300 +MLT,2034,15,2100,2300 +MLT,2034,16,2100,2300 +MLT,2034,17,2100,2300 +MLT,2034,18,2100,2300 +MLT,2035,0,1800,1900 +MLT,2035,1,1800,1900 +MLT,2035,2,1900,2000 +MLT,2035,3,1900,2000 +MLT,2035,4,1900,2000 +MLT,2035,5,2000,2100 +MLT,2035,6,2000,2100 +MLT,2035,7,2000,2100 +MLT,2035,8,2000,2200 +MLT,2035,9,2100,2200 +MLT,2035,10,2100,2200 +MLT,2035,11,2100,2200 +MLT,2035,12,2100,2300 +MLT,2035,13,2100,2300 +MLT,2035,14,2100,2300 +MLT,2035,15,2100,2300 +MLT,2035,16,2100,2300 +MLT,2035,17,2100,2300 +MLT,2035,18,2100,2300 +MLT,2036,0,1800,1900 +MLT,2036,1,1800,1900 +MLT,2036,2,1800,1900 +MLT,2036,3,1900,2000 +MLT,2036,4,1900,2000 +MLT,2036,5,1900,2000 +MLT,2036,6,2000,2100 +MLT,2036,7,2000,2100 +MLT,2036,8,2000,2100 +MLT,2036,9,2000,2200 +MLT,2036,10,2100,2200 +MLT,2036,11,2100,2200 +MLT,2036,12,2100,2200 +MLT,2036,13,2100,2300 +MLT,2036,14,2100,2300 +MLT,2036,15,2100,2300 +MLT,2036,16,2200,2300 +MLT,2036,17,2200,2300 +MLT,2036,18,2200,2300 +MLT,2037,0,1800,1900 +MLT,2037,1,1800,1900 +MLT,2037,2,1800,1900 +MLT,2037,3,1800,1900 +MLT,2037,4,1900,2000 +MLT,2037,5,1900,2000 +MLT,2037,6,1900,2000 +MLT,2037,7,2000,2100 +MLT,2037,8,2000,2100 +MLT,2037,9,2000,2100 +MLT,2037,10,2000,2200 +MLT,2037,11,2100,2200 +MLT,2037,12,2100,2200 +MLT,2037,13,2100,2200 +MLT,2037,14,2100,2300 +MLT,2037,15,2100,2300 +MLT,2037,16,2200,2300 +MLT,2037,17,2200,2300 +MLT,2037,18,2200,2300 +MLT,2038,0,1800,1900 +MLT,2038,1,1800,1900 +MLT,2038,2,1800,1900 +MLT,2038,3,1800,1900 +MLT,2038,4,1800,1900 +MLT,2038,5,1900,2000 +MLT,2038,6,1900,2000 +MLT,2038,7,1900,2000 +MLT,2038,8,2000,2100 +MLT,2038,9,2000,2100 +MLT,2038,10,2000,2100 +MLT,2038,11,2000,2200 +MLT,2038,12,2100,2200 +MLT,2038,13,2100,2200 +MLT,2038,14,2100,2200 +MLT,2038,15,2100,2300 +MLT,2038,16,2200,2300 +MLT,2038,17,2200,2300 +MLT,2038,18,2200,2300 +MLT,2039,0,1700,1900 +MLT,2039,1,1800,1900 +MLT,2039,2,1800,1900 +MLT,2039,3,1800,1900 +MLT,2039,4,1800,1900 +MLT,2039,5,1800,1900 +MLT,2039,6,1900,2000 +MLT,2039,7,1900,2000 +MLT,2039,8,1900,2000 +MLT,2039,9,2000,2100 +MLT,2039,10,2000,2100 +MLT,2039,11,2000,2100 +MLT,2039,12,2000,2200 +MLT,2039,13,2100,2200 +MLT,2039,14,2100,2200 +MLT,2039,15,2100,2200 +MLT,2039,16,2100,2300 +MLT,2039,17,2200,2300 +MLT,2039,18,2200,2300 +MLT,2040,0,1700,1800 +MLT,2040,1,1700,1800 +MLT,2040,2,1800,1900 +MLT,2040,3,1800,1900 +MLT,2040,4,1800,1900 +MLT,2040,5,1800,1900 +MLT,2040,6,1800,1900 +MLT,2040,7,1900,2000 +MLT,2040,8,1900,2000 +MLT,2040,9,1900,2000 +MLT,2040,10,2000,2100 +MLT,2040,11,2000,2100 +MLT,2040,12,2000,2100 +MLT,2040,13,2000,2200 +MLT,2040,14,2100,2200 +MLT,2040,15,2100,2200 +MLT,2040,16,2100,2300 +MLT,2040,17,2100,2300 +MLT,2040,18,2200,2300 +MLT,2041,0,1700,1800 +MLT,2041,1,1700,1800 +MLT,2041,2,1700,1900 +MLT,2041,3,1800,1900 +MLT,2041,4,1800,1900 +MLT,2041,5,1800,1900 +MLT,2041,6,1800,1900 +MLT,2041,7,1800,1900 +MLT,2041,8,1900,2000 +MLT,2041,9,1900,2000 +MLT,2041,10,1900,2000 +MLT,2041,11,2000,2100 +MLT,2041,12,2000,2100 +MLT,2041,13,2000,2100 +MLT,2041,14,2100,2200 +MLT,2041,15,2100,2200 +MLT,2041,16,2100,2200 +MLT,2041,17,2100,2300 +MLT,2041,18,2200,2300 +MLT,2042,0,1700,1800 +MLT,2042,1,1700,1800 +MLT,2042,2,1700,1800 +MLT,2042,3,1700,1900 +MLT,2042,4,1800,1900 +MLT,2042,5,1800,1900 +MLT,2042,6,1800,1900 +MLT,2042,7,1800,1900 +MLT,2042,8,1800,1900 +MLT,2042,9,1900,2000 +MLT,2042,10,1900,2000 +MLT,2042,11,1900,2000 +MLT,2042,12,2000,2100 +MLT,2042,13,2000,2100 +MLT,2042,14,2000,2100 +MLT,2042,15,2100,2200 +MLT,2042,16,2100,2200 +MLT,2042,17,2100,2200 +MLT,2042,18,2100,2300 +MLT,2043,0,1700,1900 +MLT,2043,1,1700,1800 +MLT,2043,2,1700,1800 +MLT,2043,3,1700,1800 +MLT,2043,4,1700,1900 +MLT,2043,5,1800,1900 +MLT,2043,6,1800,1900 +MLT,2043,7,1800,1900 +MLT,2043,8,1800,1900 +MLT,2043,9,1800,1900 +MLT,2043,10,1900,2000 +MLT,2043,11,1900,2000 +MLT,2043,12,1900,2000 +MLT,2043,13,2000,2100 +MLT,2043,14,2000,2100 +MLT,2043,15,2000,2100 +MLT,2043,16,2100,2200 +MLT,2043,17,2100,2200 +MLT,2043,18,2100,2200 +MLT,2044,0,1800,1900 +MLT,2044,1,1700,1800 +MLT,2044,2,1700,1800 +MLT,2044,3,1700,1800 +MLT,2044,4,1700,1800 +MLT,2044,5,1700,1900 +MLT,2044,6,1800,1900 +MLT,2044,7,1800,1900 +MLT,2044,8,1800,1900 +MLT,2044,9,1800,1900 +MLT,2044,10,1800,1900 +MLT,2044,11,1900,2000 +MLT,2044,12,1900,2000 +MLT,2044,13,1900,2000 +MLT,2044,14,2000,2100 +MLT,2044,15,2000,2100 +MLT,2044,16,2000,2200 +MLT,2044,17,2100,2200 +MLT,2044,18,2100,2200 +MLT,2045,0,1800,1900 +MLT,2045,1,1700,1800 +MLT,2045,2,1700,1800 +MLT,2045,3,1700,1800 +MLT,2045,4,1700,1800 +MLT,2045,5,1700,1800 +MLT,2045,6,1700,1900 +MLT,2045,7,1800,1900 +MLT,2045,8,1800,1900 +MLT,2045,9,1800,1900 +MLT,2045,10,1800,1900 +MLT,2045,11,1800,1900 +MLT,2045,12,1900,2000 +MLT,2045,13,1900,2000 +MLT,2045,14,1900,2000 +MLT,2045,15,2000,2100 +MLT,2045,16,2000,2100 +MLT,2045,17,2000,2200 +MLT,2045,18,2100,2200 +MLT,2046,0,1800,1900 +MLT,2046,1,1800,1900 +MLT,2046,2,1700,1900 +MLT,2046,3,1700,1800 +MLT,2046,4,1700,1800 +MLT,2046,5,1700,1800 +MLT,2046,6,1700,1800 +MLT,2046,7,1800,1900 +MLT,2046,8,1800,1900 +MLT,2046,9,1800,1900 +MLT,2046,10,1800,1900 +MLT,2046,11,1800,1900 +MLT,2046,12,1800,1900 +MLT,2046,13,1900,2000 +MLT,2046,14,1900,2000 +MLT,2046,15,1900,2100 +MLT,2046,16,2000,2100 +MLT,2046,17,2000,2100 +MLT,2046,18,2100,2200 +MLT,2047,0,1800,1900 +MLT,2047,1,1800,1900 +MLT,2047,2,1800,1900 +MLT,2047,3,1700,1900 +MLT,2047,4,1700,1800 +MLT,2047,5,1700,1800 +MLT,2047,6,1700,1800 +MLT,2047,7,1700,1800 +MLT,2047,8,1800,1900 +MLT,2047,9,1800,1900 +MLT,2047,10,1800,1900 +MLT,2047,11,1800,1900 +MLT,2047,12,1800,1900 +MLT,2047,13,1800,2000 +MLT,2047,14,1900,2000 +MLT,2047,15,1900,2000 +MLT,2047,16,1900,2100 +MLT,2047,17,2000,2100 +MLT,2047,18,2000,2100 +MLT,2048,0,1800,1900 +MLT,2048,1,1800,1900 +MLT,2048,2,1800,1900 +MLT,2048,3,1800,1900 +MLT,2048,4,1700,1900 +MLT,2048,5,1700,1800 +MLT,2048,6,1700,1800 +MLT,2048,7,1700,1800 +MLT,2048,8,1700,1800 +MLT,2048,9,1800,1900 +MLT,2048,10,1800,1900 +MLT,2048,11,1800,1900 +MLT,2048,12,1800,1900 +MLT,2048,13,1800,1900 +MLT,2048,14,1800,2000 +MLT,2048,15,1900,2000 +MLT,2048,16,1900,2000 +MLT,2048,17,2000,2100 +MLT,2048,18,2000,2100 +MLT,2049,0,1800,1900 +MLT,2049,1,1800,1900 +MLT,2049,2,1800,1900 +MLT,2049,3,1800,1900 +MLT,2049,4,1800,1900 +MLT,2049,5,1800,1900 +MLT,2049,6,1700,1800 +MLT,2049,7,1700,1800 +MLT,2049,8,1700,1800 +MLT,2049,9,1700,1900 +MLT,2049,10,1800,1900 +MLT,2049,11,1800,1900 +MLT,2049,12,1800,1900 +MLT,2049,13,1800,1900 +MLT,2049,14,1800,1900 +MLT,2049,15,1900,2000 +MLT,2049,16,1900,2000 +MLT,2049,17,1900,2000 +MLT,2049,18,2000,2100 +MLT,2050,0,1800,1900 +MLT,2050,1,1800,1900 +MLT,2050,2,1800,1900 +MLT,2050,3,1800,1900 +MLT,2050,4,1800,1900 +MLT,2050,5,1800,1900 +MLT,2050,6,1700,1900 +MLT,2050,7,1700,1800 +MLT,2050,8,1700,1800 +MLT,2050,9,1700,1800 +MLT,2050,10,1700,1900 +MLT,2050,11,1800,1900 +MLT,2050,12,1800,1900 +MLT,2050,13,1800,1900 +MLT,2050,14,1800,1900 +MLT,2050,15,1800,1900 +MLT,2050,16,1900,2000 +MLT,2050,17,1900,2000 +MLT,2050,18,1900,2000 +MMR,1990,0,509184,515081 +MMR,1990,1,520394,525037 +MMR,1990,2,528666,532093 +MMR,1990,3,534229,536480 +MMR,1990,4,537317,538430 +MMR,1990,5,538159,538174 +MMR,1990,6,536988,535943 +MMR,1990,7,534035,531968 +MMR,1990,8,529531,526480 +MMR,1990,9,523707,519711 +MMR,1990,10,516595,511678 +MMR,1990,11,508224,502399 +MMR,1990,12,499829,493173 +MMR,1990,13,492044,484659 +MMR,1990,14,484496,476447 +MMR,1990,15,476163,467437 +MMR,1990,16,467224,457810 +MMR,1990,17,458169,448045 +MMR,1990,18,449132,438258 +MMR,1991,0,503567,509631 +MMR,1991,1,508495,513695 +MMR,1991,2,518266,522282 +MMR,1991,3,525799,528660 +MMR,1991,4,531189,532928 +MMR,1991,5,534532,535182 +MMR,1991,6,536080,535672 +MMR,1991,7,536085,534647 +MMR,1991,8,533867,531443 +MMR,1991,9,529211,525852 +MMR,1991,10,522681,518429 +MMR,1991,11,515097,509970 +MMR,1991,12,506349,500357 +MMR,1991,13,497565,490756 +MMR,1991,14,489407,481845 +MMR,1991,15,481509,473230 +MMR,1991,16,472813,463805 +MMR,1991,17,463495,453745 +MMR,1991,18,454180,443669 +MMR,1992,0,500557,506798 +MMR,1992,1,508363,513575 +MMR,1992,2,507211,511751 +MMR,1992,3,515532,518956 +MMR,1992,4,522316,524650 +MMR,1992,5,527526,528794 +MMR,1992,6,531121,531350 +MMR,1992,7,533374,532586 +MMR,1992,8,534555,532769 +MMR,1992,9,533075,530340 +MMR,1992,10,528274,524653 +MMR,1992,11,521043,516584 +MMR,1992,12,512996,507706 +MMR,1992,13,503883,497770 +MMR,1992,14,494719,487805 +MMR,1992,15,486198,478505 +MMR,1992,16,477958,469496 +MMR,1992,17,468908,459667 +MMR,1992,18,459222,449184 +MMR,1993,0,500354,506747 +MMR,1993,1,503926,509386 +MMR,1993,2,507727,512234 +MMR,1993,3,505711,509553 +MMR,1993,4,512579,515376 +MMR,1993,5,518614,520382 +MMR,1993,6,523640,524400 +MMR,1993,7,527486,527257 +MMR,1993,8,530441,529238 +MMR,1993,9,532797,530628 +MMR,1993,10,532055,528975 +MMR,1993,11,527110,523194 +MMR,1993,12,519184,514483 +MMR,1993,13,510678,505192 +MMR,1993,14,501202,494937 +MMR,1993,15,491663,484613 +MMR,1993,16,482783,474929 +MMR,1993,17,474206,465532 +MMR,1993,18,464807,455302 +MMR,1994,0,502882,509358 +MMR,1994,1,501751,507353 +MMR,1994,2,502264,506964 +MMR,1994,3,504092,507870 +MMR,1994,4,504447,507462 +MMR,1994,5,509867,511905 +MMR,1994,6,515154,516225 +MMR,1994,7,520001,520118 +MMR,1994,8,524098,523276 +MMR,1994,9,527756,526002 +MMR,1994,10,531287,528598 +MMR,1994,11,531282,527720 +MMR,1994,12,526191,521844 +MMR,1994,13,517567,512490 +MMR,1994,14,508598,502784 +MMR,1994,15,498756,492209 +MMR,1994,16,488837,481524 +MMR,1994,17,479594,471455 +MMR,1994,18,470676,461667 +MMR,1995,0,507822,514282 +MMR,1995,1,502290,507884 +MMR,1995,2,499547,504259 +MMR,1995,3,499151,502967 +MMR,1995,4,500656,503568 +MMR,1995,5,503619,505621 +MMR,1995,6,507595,508686 +MMR,1995,7,512140,512323 +MMR,1995,8,516811,516092 +MMR,1995,9,521164,519553 +MMR,1995,10,525528,523025 +MMR,1995,11,530237,526829 +MMR,1995,12,530969,526724 +MMR,1995,13,525728,520751 +MMR,1995,14,516397,510749 +MMR,1995,15,506959,500624 +MMR,1995,16,496742,489724 +MMR,1995,17,486434,478672 +MMR,1995,18,476821,468213 +MMR,1996,0,514393,521323 +MMR,1996,1,504433,510420 +MMR,1996,2,499601,504750 +MMR,1996,3,497414,501718 +MMR,1996,4,497439,500889 +MMR,1996,5,499243,501829 +MMR,1996,6,502397,504115 +MMR,1996,7,506470,507323 +MMR,1996,8,511021,510960 +MMR,1996,9,515615,514566 +MMR,1996,10,519825,517742 +MMR,1996,11,523999,520886 +MMR,1996,12,528476,524322 +MMR,1996,13,528968,523815 +MMR,1996,14,523502,517422 +MMR,1996,15,513961,507000 +MMR,1996,16,504302,496450 +MMR,1996,17,493852,485109 +MMR,1996,18,483383,473745 +MMR,1997,0,523121,530408 +MMR,1997,1,509990,516252 +MMR,1997,2,501329,506642 +MMR,1997,3,497194,501699 +MMR,1997,4,495561,499259 +MMR,1997,5,496007,498894 +MMR,1997,6,498112,500174 +MMR,1997,7,501459,502693 +MMR,1997,8,505630,506044 +MMR,1997,9,510189,509681 +MMR,1997,10,514709,513124 +MMR,1997,11,518779,516017 +MMR,1997,12,522764,518832 +MMR,1997,13,527011,521902 +MMR,1997,14,527264,520993 +MMR,1997,15,521571,514179 +MMR,1997,16,511815,503336 +MMR,1997,17,501929,492357 +MMR,1997,18,491240,480574 +MMR,1998,0,532566,540166 +MMR,1998,1,516533,522987 +MMR,1998,2,504915,510333 +MMR,1998,3,498325,502886 +MMR,1998,4,494888,498669 +MMR,1998,5,493808,496822 +MMR,1998,6,494676,496921 +MMR,1998,7,497082,498540 +MMR,1998,8,500623,501292 +MMR,1998,9,504894,504788 +MMR,1998,10,509462,508424 +MMR,1998,11,513909,511705 +MMR,1998,12,517839,514314 +MMR,1998,13,521636,516801 +MMR,1998,14,525655,519504 +MMR,1998,15,525668,518193 +MMR,1998,16,519745,510957 +MMR,1998,17,509772,499692 +MMR,1998,18,499657,488285 +MMR,1999,0,540798,548766 +MMR,1999,1,523000,529718 +MMR,1999,2,509557,515177 +MMR,1999,3,500010,504659 +MMR,1999,4,495163,499042 +MMR,1999,5,492424,495553 +MMR,1999,6,491898,494299 +MMR,1999,7,493187,494861 +MMR,1999,8,495894,496820 +MMR,1999,9,499628,499804 +MMR,1999,10,503997,503443 +MMR,1999,11,508573,507079 +MMR,1999,12,512945,510197 +MMR,1999,13,516734,512521 +MMR,1999,14,520342,514680 +MMR,1999,15,524131,517015 +MMR,1999,16,523905,515302 +MMR,1999,17,517755,507647 +MMR,1999,18,507567,495961 +MMR,2000,0,546338,554790 +MMR,2000,1,528183,535327 +MMR,2000,2,514023,520031 +MMR,2000,3,503472,508490 +MMR,2000,4,496144,500289 +MMR,2000,5,491653,495016 +MMR,2000,6,489615,492255 +MMR,2000,7,489643,491594 +MMR,2000,8,491353,492620 +MMR,2000,9,494359,494918 +MMR,2000,10,498282,498134 +MMR,2000,11,502747,501914 +MMR,2000,12,507327,505548 +MMR,2000,13,511621,508502 +MMR,2000,14,515267,510542 +MMR,2000,15,518683,512371 +MMR,2000,16,522239,514338 +MMR,2000,17,521774,512224 +MMR,2000,18,515401,504151 +MMR,2001,0,549943,558488 +MMR,2001,1,540763,548326 +MMR,2001,2,525187,531551 +MMR,2001,3,512780,518088 +MMR,2001,4,503273,507643 +MMR,2001,5,496395,499923 +MMR,2001,6,491788,494536 +MMR,2001,7,489092,491093 +MMR,2001,8,488477,489782 +MMR,2001,9,489850,490502 +MMR,2001,10,492675,492670 +MMR,2001,11,496154,495476 +MMR,2001,12,500019,498690 +MMR,2001,13,503992,501700 +MMR,2001,14,507711,503990 +MMR,2001,15,510822,505359 +MMR,2001,16,513696,506518 +MMR,2001,17,516698,507799 +MMR,2001,18,515859,505207 +MMR,2002,0,550988,559777 +MMR,2002,1,536491,544028 +MMR,2002,2,535051,541942 +MMR,2002,3,522058,527854 +MMR,2002,4,511410,516223 +MMR,2002,5,502951,506874 +MMR,2002,6,496525,499633 +MMR,2002,7,491801,494132 +MMR,2002,8,488448,490005 +MMR,2002,9,487190,488043 +MMR,2002,10,488225,488458 +MMR,2002,11,490868,490496 +MMR,2002,12,493902,492892 +MMR,2002,13,497166,495540 +MMR,2002,14,500530,497927 +MMR,2002,15,503673,499552 +MMR,2002,16,506247,500251 +MMR,2002,17,508579,500740 +MMR,2002,18,511024,501335 +MMR,2003,0,548957,558045 +MMR,2003,1,538122,546041 +MMR,2003,2,528494,535358 +MMR,2003,3,529155,535480 +MMR,2003,4,518751,524083 +MMR,2003,5,509865,514286 +MMR,2003,6,502457,506034 +MMR,2003,7,496486,499274 +MMR,2003,8,491648,493660 +MMR,2003,9,487637,488850 +MMR,2003,10,485737,486237 +MMR,2003,11,486433,486346 +MMR,2003,12,488894,488254 +MMR,2003,13,491481,490239 +MMR,2003,14,494143,492320 +MMR,2003,15,496897,494084 +MMR,2003,16,499462,495044 +MMR,2003,17,501499,495071 +MMR,2003,18,503286,494890 +MMR,2004,0,543453,552765 +MMR,2004,1,537007,545256 +MMR,2004,2,530582,537842 +MMR,2004,3,524261,530600 +MMR,2004,4,523107,528831 +MMR,2004,5,515294,520128 +MMR,2004,6,508172,512169 +MMR,2004,7,501816,505017 +MMR,2004,8,496301,498740 +MMR,2004,9,491350,493015 +MMR,2004,10,486685,487524 +MMR,2004,11,484142,484260 +MMR,2004,12,484500,484063 +MMR,2004,13,486778,485840 +MMR,2004,14,488918,487415 +MMR,2004,15,490977,488927 +MMR,2004,16,493120,490067 +MMR,2004,17,495107,490362 +MMR,2004,18,496606,489718 +MMR,2005,0,534450,543838 +MMR,2005,1,532747,541180 +MMR,2005,2,529959,537481 +MMR,2005,3,526278,532928 +MMR,2005,4,521893,527704 +MMR,2005,5,516994,521997 +MMR,2005,6,511771,515990 +MMR,2005,7,506413,509870 +MMR,2005,8,501110,503821 +MMR,2005,9,496052,498028 +MMR,2005,10,490988,492195 +MMR,2005,11,485669,486023 +MMR,2005,12,482484,482112 +MMR,2005,13,482505,481609 +MMR,2005,14,484599,483255 +MMR,2005,15,486292,484418 +MMR,2005,16,487748,485363 +MMR,2005,17,489281,485878 +MMR,2005,18,490690,485508 +MMR,2006,0,521395,530870 +MMR,2006,1,530879,539743 +MMR,2006,2,530074,538050 +MMR,2006,3,527959,535070 +MMR,2006,4,524745,531013 +MMR,2006,5,520645,526085 +MMR,2006,6,515837,520462 +MMR,2006,7,510497,514322 +MMR,2006,8,505017,508030 +MMR,2006,9,499683,501855 +MMR,2006,10,494597,495911 +MMR,2006,11,489385,489814 +MMR,2006,12,483884,483368 +MMR,2006,13,480178,478798 +MMR,2006,14,479190,477090 +MMR,2006,15,479976,477208 +MMR,2006,16,480437,476927 +MMR,2006,17,480718,476445 +MMR,2006,18,481155,475830 +MMR,2007,0,505240,514713 +MMR,2007,1,514089,522826 +MMR,2007,2,527526,535791 +MMR,2007,3,527618,535060 +MMR,2007,4,526172,532798 +MMR,2007,5,523424,529235 +MMR,2007,6,519608,524600 +MMR,2007,7,514889,519062 +MMR,2007,8,509430,512787 +MMR,2007,9,503827,506321 +MMR,2007,10,498458,500019 +MMR,2007,11,493343,493923 +MMR,2007,12,487980,487561 +MMR,2007,13,482296,480838 +MMR,2007,14,478067,475611 +MMR,2007,15,476072,472698 +MMR,2007,16,475552,471290 +MMR,2007,17,474783,469568 +MMR,2007,18,473891,467661 +MMR,2008,0,488033,497463 +MMR,2008,1,501793,510588 +MMR,2008,2,511865,520013 +MMR,2008,3,524389,532049 +MMR,2008,4,525378,532281 +MMR,2008,5,524601,530735 +MMR,2008,6,522316,527664 +MMR,2008,7,518782,523321 +MMR,2008,8,514150,517864 +MMR,2008,9,508571,511452 +MMR,2008,10,502841,504810 +MMR,2008,11,497436,498379 +MMR,2008,12,492290,492129 +MMR,2008,13,486775,485499 +MMR,2008,14,480905,478497 +MMR,2008,15,476151,472610 +MMR,2008,16,473149,468492 +MMR,2008,17,471323,465561 +MMR,2008,18,469325,462397 +MMR,2009,0,472561,481966 +MMR,2009,1,489754,498612 +MMR,2009,2,502979,511272 +MMR,2009,3,512598,520303 +MMR,2009,4,521487,528643 +MMR,2009,5,523374,529837 +MMR,2009,6,523265,529007 +MMR,2009,7,521444,526426 +MMR,2009,8,518190,522371 +MMR,2009,9,513643,516993 +MMR,2009,10,507940,510440 +MMR,2009,11,502082,503617 +MMR,2009,12,496638,497053 +MMR,2009,13,491459,490644 +MMR,2009,14,485788,483744 +MMR,2009,15,479730,476457 +MMR,2009,16,474450,469907 +MMR,2009,17,470439,464582 +MMR,2009,18,467305,460124 +MMR,2010,0,460861,470306 +MMR,2010,1,479353,488323 +MMR,2010,2,494094,502571 +MMR,2010,3,505389,513349 +MMR,2010,4,513543,520956 +MMR,2010,5,518860,525690 +MMR,2010,6,521647,527850 +MMR,2010,7,522208,527735 +MMR,2010,8,520849,525643 +MMR,2010,9,517874,521874 +MMR,2010,10,513410,516569 +MMR,2010,11,507581,509869 +MMR,2010,12,501591,502860 +MMR,2010,13,496105,496156 +MMR,2010,14,490890,489583 +MMR,2010,15,485060,482405 +MMR,2010,16,478810,474828 +MMR,2010,17,473000,467608 +MMR,2010,18,467976,461069 +MMR,2011,0,452813,461795 +MMR,2011,1,462393,471023 +MMR,2011,2,478794,486979 +MMR,2011,3,492278,500000 +MMR,2011,4,503005,510240 +MMR,2011,5,511138,517849 +MMR,2011,6,516982,523134 +MMR,2011,7,520845,526401 +MMR,2011,8,522161,527035 +MMR,2011,9,520800,524884 +MMR,2011,10,517362,520558 +MMR,2011,11,512699,514963 +MMR,2011,12,506797,508087 +MMR,2011,13,500703,500907 +MMR,2011,14,495079,494059 +MMR,2011,15,489699,487351 +MMR,2011,16,483686,480020 +MMR,2011,17,477225,472289 +MMR,2011,18,471224,464869 +MMR,2012,0,448626,457197 +MMR,2012,1,462586,470743 +MMR,2012,2,464066,472035 +MMR,2012,3,478381,485940 +MMR,2012,4,490612,497743 +MMR,2012,5,500776,507451 +MMR,2012,6,508890,515068 +MMR,2012,7,515262,520908 +MMR,2012,8,520201,525282 +MMR,2012,9,522272,526665 +MMR,2012,10,520911,524452 +MMR,2012,11,517007,519567 +MMR,2012,12,512145,513680 +MMR,2012,13,506167,506625 +MMR,2012,14,499968,499269 +MMR,2012,15,494204,492271 +MMR,2012,16,488658,485425 +MMR,2012,17,482460,477936 +MMR,2012,18,475786,470046 +MMR,2013,0,447542,455812 +MMR,2013,1,456766,464626 +MMR,2013,2,465839,473325 +MMR,2013,3,465830,473252 +MMR,2013,4,478062,485113 +MMR,2013,5,489042,495704 +MMR,2013,6,498644,504883 +MMR,2013,7,506741,512512 +MMR,2013,8,513643,518908 +MMR,2013,9,519660,524392 +MMR,2013,10,522486,526525 +MMR,2013,11,521123,524250 +MMR,2013,12,516753,518804 +MMR,2013,13,511691,512621 +MMR,2013,14,505637,505383 +MMR,2013,15,499331,497849 +MMR,2013,16,493425,490699 +MMR,2013,17,487713,483711 +MMR,2013,18,481328,476061 +MMR,2014,0,448242,456395 +MMR,2014,1,452454,460174 +MMR,2014,2,457985,465331 +MMR,2014,3,464539,471551 +MMR,2014,4,467589,474512 +MMR,2014,5,477736,484328 +MMR,2014,6,487465,493706 +MMR,2014,7,496505,502358 +MMR,2014,8,504585,509998 +MMR,2014,9,512017,516953 +MMR,2014,10,519111,523547 +MMR,2014,11,522693,526432 +MMR,2014,12,521329,524094 +MMR,2014,13,516493,518085 +MMR,2014,14,511230,511607 +MMR,2014,15,505101,504184 +MMR,2014,16,498687,496471 +MMR,2014,17,492640,489168 +MMR,2014,18,486761,482037 +MMR,2015,0,449622,457875 +MMR,2015,1,449402,457173 +MMR,2015,2,451666,459032 +MMR,2015,3,456000,463017 +MMR,2015,4,461990,468697 +MMR,2015,5,469223,475636 +MMR,2015,6,477283,483403 +MMR,2015,7,485758,491564 +MMR,2015,8,494232,499686 +MMR,2015,9,502293,507336 +MMR,2015,10,510253,514847 +MMR,2015,11,518424,522551 +MMR,2015,12,522760,526186 +MMR,2015,13,521395,523786 +MMR,2015,14,516094,517216 +MMR,2015,15,510633,510444 +MMR,2015,16,504428,502840 +MMR,2015,17,497909,494949 +MMR,2015,18,491724,487495 +MMR,2016,0,451951,460502 +MMR,2016,1,447602,455623 +MMR,2016,2,448036,455568 +MMR,2016,3,450786,457898 +MMR,2016,4,455453,462195 +MMR,2016,5,461636,468042 +MMR,2016,6,468939,475020 +MMR,2016,7,476966,482710 +MMR,2016,8,485294,490709 +MMR,2016,9,493514,498607 +MMR,2016,10,501239,505980 +MMR,2016,11,508816,513159 +MMR,2016,12,516567,520498 +MMR,2016,13,520484,523734 +MMR,2016,14,518729,520907 +MMR,2016,15,513071,513906 +MMR,2016,16,507250,506707 +MMR,2016,17,500680,498669 +MMR,2016,18,493916,490475 +MMR,2017,0,454999,464061 +MMR,2017,1,447991,456371 +MMR,2017,2,445370,453134 +MMR,2017,3,446457,453726 +MMR,2017,4,449693,456525 +MMR,2017,5,454690,461131 +MMR,2017,6,461063,467144 +MMR,2017,7,468433,474158 +MMR,2017,8,476423,481765 +MMR,2017,9,484601,489598 +MMR,2017,10,492562,497269 +MMR,2017,11,499947,504360 +MMR,2017,12,507138,511204 +MMR,2017,13,514465,518175 +MMR,2017,14,517961,521010 +MMR,2017,15,515818,517758 +MMR,2017,16,509806,510329 +MMR,2017,17,503628,502707 +MMR,2017,18,496695,494239 +MMR,2018,0,458037,467679 +MMR,2018,1,448797,457655 +MMR,2018,2,443478,451652 +MMR,2018,3,443099,450601 +MMR,2018,4,444839,451839 +MMR,2018,5,448559,455107 +MMR,2018,6,453887,460021 +MMR,2018,7,460448,466199 +MMR,2018,8,467885,473246 +MMR,2018,9,475837,480771 +MMR,2018,10,483864,488438 +MMR,2018,11,491566,495881 +MMR,2018,12,498611,502689 +MMR,2018,13,505415,509198 +MMR,2018,14,512317,515800 +MMR,2018,15,515393,518234 +MMR,2018,16,512862,514557 +MMR,2018,17,506496,506702 +MMR,2018,18,499962,498658 +MMR,2019,0,460000,470000 +MMR,2019,1,450000,459000 +MMR,2019,2,443000,452000 +MMR,2019,3,440000,448000 +MMR,2019,4,441000,448000 +MMR,2019,5,443000,450000 +MMR,2019,6,448000,454000 +MMR,2019,7,453000,459000 +MMR,2019,8,460000,465000 +MMR,2019,9,468000,473000 +MMR,2019,10,475000,480000 +MMR,2019,11,483000,487000 +MMR,2019,12,491000,495000 +MMR,2019,13,497000,501000 +MMR,2019,14,504000,507000 +MMR,2019,15,510000,514000 +MMR,2019,16,513000,516000 +MMR,2019,17,510000,512000 +MMR,2019,18,503000,503000 +MMR,2020,0,461000,471000 +MMR,2020,1,450000,460000 +MMR,2020,2,443000,452000 +MMR,2020,3,439000,448000 +MMR,2020,4,438000,446000 +MMR,2020,5,439000,446000 +MMR,2020,6,442000,449000 +MMR,2020,7,447000,453000 +MMR,2020,8,453000,459000 +MMR,2020,9,460000,465000 +MMR,2020,10,467000,472000 +MMR,2020,11,475000,480000 +MMR,2020,12,483000,487000 +MMR,2020,13,490000,494000 +MMR,2020,14,497000,500000 +MMR,2020,15,503000,506000 +MMR,2020,16,509000,512000 +MMR,2020,17,511000,514000 +MMR,2020,18,508000,509000 +MMR,2021,0,458000,468000 +MMR,2021,1,457000,467000 +MMR,2021,2,449000,458000 +MMR,2021,3,443000,451000 +MMR,2021,4,440000,447000 +MMR,2021,5,438000,446000 +MMR,2021,6,439000,446000 +MMR,2021,7,442000,448000 +MMR,2021,8,446000,451000 +MMR,2021,9,452000,457000 +MMR,2021,10,459000,464000 +MMR,2021,11,466000,471000 +MMR,2021,12,474000,478000 +MMR,2021,13,482000,485000 +MMR,2021,14,489000,492000 +MMR,2021,15,495000,498000 +MMR,2021,16,501000,504000 +MMR,2021,17,507000,510000 +MMR,2021,18,509000,511000 +MMR,2022,0,454000,463000 +MMR,2022,1,448000,457000 +MMR,2022,2,454000,463000 +MMR,2022,3,447000,456000 +MMR,2022,4,443000,451000 +MMR,2022,5,440000,448000 +MMR,2022,6,439000,446000 +MMR,2022,7,440000,446000 +MMR,2022,8,441000,447000 +MMR,2022,9,445000,450000 +MMR,2022,10,451000,456000 +MMR,2022,11,458000,463000 +MMR,2022,12,466000,470000 +MMR,2022,13,474000,477000 +MMR,2022,14,481000,484000 +MMR,2022,15,488000,491000 +MMR,2022,16,494000,497000 +MMR,2022,17,500000,502000 +MMR,2022,18,506000,508000 +MMR,2023,0,449000,458000 +MMR,2023,1,446000,455000 +MMR,2023,2,444000,453000 +MMR,2023,3,451000,460000 +MMR,2023,4,446000,455000 +MMR,2023,5,443000,451000 +MMR,2023,6,441000,448000 +MMR,2023,7,440000,447000 +MMR,2023,8,441000,447000 +MMR,2023,9,441000,447000 +MMR,2023,10,445000,450000 +MMR,2023,11,450000,455000 +MMR,2023,12,458000,462000 +MMR,2023,13,466000,469000 +MMR,2023,14,473000,476000 +MMR,2023,15,480000,483000 +MMR,2023,16,487000,490000 +MMR,2023,17,493000,496000 +MMR,2023,18,499000,501000 +MMR,2024,0,444000,453000 +MMR,2024,1,445000,453000 +MMR,2024,2,444000,453000 +MMR,2024,3,444000,453000 +MMR,2024,4,448000,456000 +MMR,2024,5,445000,453000 +MMR,2024,6,443000,451000 +MMR,2024,7,442000,449000 +MMR,2024,8,441000,448000 +MMR,2024,9,441000,447000 +MMR,2024,10,441000,447000 +MMR,2024,11,444000,449000 +MMR,2024,12,450000,454000 +MMR,2024,13,458000,462000 +MMR,2024,14,465000,469000 +MMR,2024,15,473000,476000 +MMR,2024,16,480000,483000 +MMR,2024,17,487000,489000 +MMR,2024,18,492000,494000 +MMR,2025,0,441000,449000 +MMR,2025,1,443000,452000 +MMR,2025,2,445000,453000 +MMR,2025,3,445000,454000 +MMR,2025,4,445000,454000 +MMR,2025,5,444000,453000 +MMR,2025,6,444000,452000 +MMR,2025,7,443000,451000 +MMR,2025,8,442000,449000 +MMR,2025,9,442000,449000 +MMR,2025,10,442000,448000 +MMR,2025,11,441000,446000 +MMR,2025,12,443000,448000 +MMR,2025,13,449000,453000 +MMR,2025,14,457000,461000 +MMR,2025,15,465000,468000 +MMR,2025,16,472000,475000 +MMR,2025,17,479000,482000 +MMR,2025,18,486000,488000 +MMR,2026,0,440000,448000 +MMR,2026,1,441000,449000 +MMR,2026,2,443000,451000 +MMR,2026,3,444000,453000 +MMR,2026,4,445000,453000 +MMR,2026,5,444000,453000 +MMR,2026,6,444000,452000 +MMR,2026,7,444000,452000 +MMR,2026,8,443000,450000 +MMR,2026,9,442000,449000 +MMR,2026,10,442000,448000 +MMR,2026,11,442000,447000 +MMR,2026,12,441000,446000 +MMR,2026,13,443000,447000 +MMR,2026,14,449000,452000 +MMR,2026,15,457000,460000 +MMR,2026,16,464000,467000 +MMR,2026,17,472000,474000 +MMR,2026,18,479000,480000 +MMR,2027,0,440000,448000 +MMR,2027,1,442000,451000 +MMR,2027,2,441000,449000 +MMR,2027,3,443000,451000 +MMR,2027,4,444000,452000 +MMR,2027,5,444000,452000 +MMR,2027,6,444000,452000 +MMR,2027,7,444000,451000 +MMR,2027,8,443000,451000 +MMR,2027,9,443000,450000 +MMR,2027,10,442000,449000 +MMR,2027,11,442000,448000 +MMR,2027,12,442000,447000 +MMR,2027,13,441000,445000 +MMR,2027,14,443000,447000 +MMR,2027,15,449000,452000 +MMR,2027,16,456000,459000 +MMR,2027,17,464000,466000 +MMR,2027,18,471000,473000 +MMR,2028,0,440000,449000 +MMR,2028,1,442000,450000 +MMR,2028,2,443000,451000 +MMR,2028,3,441000,449000 +MMR,2028,4,442000,450000 +MMR,2028,5,443000,451000 +MMR,2028,6,443000,451000 +MMR,2028,7,443000,451000 +MMR,2028,8,443000,451000 +MMR,2028,9,443000,450000 +MMR,2028,10,443000,450000 +MMR,2028,11,442000,449000 +MMR,2028,12,442000,447000 +MMR,2028,13,441000,446000 +MMR,2028,14,441000,445000 +MMR,2028,15,442000,446000 +MMR,2028,16,448000,451000 +MMR,2028,17,456000,458000 +MMR,2028,18,463000,465000 +MMR,2029,0,440000,449000 +MMR,2029,1,441000,450000 +MMR,2029,2,442000,450000 +MMR,2029,3,442000,450000 +MMR,2029,4,441000,449000 +MMR,2029,5,442000,449000 +MMR,2029,6,442000,450000 +MMR,2029,7,442000,450000 +MMR,2029,8,442000,450000 +MMR,2029,9,442000,450000 +MMR,2029,10,443000,450000 +MMR,2029,11,443000,449000 +MMR,2029,12,442000,448000 +MMR,2029,13,441000,447000 +MMR,2029,14,441000,445000 +MMR,2029,15,440000,444000 +MMR,2029,16,442000,445000 +MMR,2029,17,447000,450000 +MMR,2029,18,455000,457000 +MMR,2030,0,440000,449000 +MMR,2030,1,440000,449000 +MMR,2030,2,441000,449000 +MMR,2030,3,441000,449000 +MMR,2030,4,441000,449000 +MMR,2030,5,441000,448000 +MMR,2030,6,441000,448000 +MMR,2030,7,441000,448000 +MMR,2030,8,441000,448000 +MMR,2030,9,441000,448000 +MMR,2030,10,442000,449000 +MMR,2030,11,442000,449000 +MMR,2030,12,443000,449000 +MMR,2030,13,442000,448000 +MMR,2030,14,441000,446000 +MMR,2030,15,440000,445000 +MMR,2030,16,440000,443000 +MMR,2030,17,441000,444000 +MMR,2030,18,447000,449000 +MMR,2031,0,438000,447000 +MMR,2031,1,439000,448000 +MMR,2031,2,440000,448000 +MMR,2031,3,440000,448000 +MMR,2031,4,441000,448000 +MMR,2031,5,441000,448000 +MMR,2031,6,441000,448000 +MMR,2031,7,441000,448000 +MMR,2031,8,441000,448000 +MMR,2031,9,441000,448000 +MMR,2031,10,441000,448000 +MMR,2031,11,442000,448000 +MMR,2031,12,442000,449000 +MMR,2031,13,442000,448000 +MMR,2031,14,442000,447000 +MMR,2031,15,441000,445000 +MMR,2031,16,440000,444000 +MMR,2031,17,439000,442000 +MMR,2031,18,441000,443000 +MMR,2032,0,436000,445000 +MMR,2032,1,437000,445000 +MMR,2032,2,439000,447000 +MMR,2032,3,439000,447000 +MMR,2032,4,440000,447000 +MMR,2032,5,440000,448000 +MMR,2032,6,441000,448000 +MMR,2032,7,441000,448000 +MMR,2032,8,441000,448000 +MMR,2032,9,441000,448000 +MMR,2032,10,441000,448000 +MMR,2032,11,441000,447000 +MMR,2032,12,441000,448000 +MMR,2032,13,442000,448000 +MMR,2032,14,442000,448000 +MMR,2032,15,441000,446000 +MMR,2032,16,440000,444000 +MMR,2032,17,440000,443000 +MMR,2032,18,439000,441000 +MMR,2033,0,433000,442000 +MMR,2033,1,435000,443000 +MMR,2033,2,436000,444000 +MMR,2033,3,438000,446000 +MMR,2033,4,439000,446000 +MMR,2033,5,440000,447000 +MMR,2033,6,440000,447000 +MMR,2033,7,441000,447000 +MMR,2033,8,441000,447000 +MMR,2033,9,441000,447000 +MMR,2033,10,441000,447000 +MMR,2033,11,441000,447000 +MMR,2033,12,441000,447000 +MMR,2033,13,441000,447000 +MMR,2033,14,442000,447000 +MMR,2033,15,442000,447000 +MMR,2033,16,441000,445000 +MMR,2033,17,440000,443000 +MMR,2033,18,439000,441000 +MMR,2034,0,430000,438000 +MMR,2034,1,432000,440000 +MMR,2034,2,434000,442000 +MMR,2034,3,436000,443000 +MMR,2034,4,437000,445000 +MMR,2034,5,438000,446000 +MMR,2034,6,439000,446000 +MMR,2034,7,440000,447000 +MMR,2034,8,440000,447000 +MMR,2034,9,440000,447000 +MMR,2034,10,441000,447000 +MMR,2034,11,441000,447000 +MMR,2034,12,441000,447000 +MMR,2034,13,441000,446000 +MMR,2034,14,441000,446000 +MMR,2034,15,441000,447000 +MMR,2034,16,441000,446000 +MMR,2034,17,440000,444000 +MMR,2034,18,439000,442000 +MMR,2035,0,426000,434000 +MMR,2035,1,429000,436000 +MMR,2035,2,431000,439000 +MMR,2035,3,433000,441000 +MMR,2035,4,435000,442000 +MMR,2035,5,437000,444000 +MMR,2035,6,438000,445000 +MMR,2035,7,439000,445000 +MMR,2035,8,439000,446000 +MMR,2035,9,440000,446000 +MMR,2035,10,440000,446000 +MMR,2035,11,440000,446000 +MMR,2035,12,440000,446000 +MMR,2035,13,440000,446000 +MMR,2035,14,440000,446000 +MMR,2035,15,440000,446000 +MMR,2035,16,441000,446000 +MMR,2035,17,441000,445000 +MMR,2035,18,440000,443000 +MMR,2036,0,422000,430000 +MMR,2036,1,425000,433000 +MMR,2036,2,428000,436000 +MMR,2036,3,431000,438000 +MMR,2036,4,433000,440000 +MMR,2036,5,435000,442000 +MMR,2036,6,436000,443000 +MMR,2036,7,438000,444000 +MMR,2036,8,439000,445000 +MMR,2036,9,439000,446000 +MMR,2036,10,440000,446000 +MMR,2036,11,440000,446000 +MMR,2036,12,440000,446000 +MMR,2036,13,440000,446000 +MMR,2036,14,440000,445000 +MMR,2036,15,440000,445000 +MMR,2036,16,440000,445000 +MMR,2036,17,440000,445000 +MMR,2036,18,440000,444000 +MMR,2037,0,417000,425000 +MMR,2037,1,421000,429000 +MMR,2037,2,425000,433000 +MMR,2037,3,428000,435000 +MMR,2037,4,431000,438000 +MMR,2037,5,433000,440000 +MMR,2037,6,435000,441000 +MMR,2037,7,436000,443000 +MMR,2037,8,438000,444000 +MMR,2037,9,439000,445000 +MMR,2037,10,439000,445000 +MMR,2037,11,440000,445000 +MMR,2037,12,440000,445000 +MMR,2037,13,440000,445000 +MMR,2037,14,440000,445000 +MMR,2037,15,440000,444000 +MMR,2037,16,440000,444000 +MMR,2037,17,440000,444000 +MMR,2037,18,440000,444000 +MMR,2038,0,413000,421000 +MMR,2038,1,417000,425000 +MMR,2038,2,421000,428000 +MMR,2038,3,425000,432000 +MMR,2038,4,428000,435000 +MMR,2038,5,430000,437000 +MMR,2038,6,432000,439000 +MMR,2038,7,434000,441000 +MMR,2038,8,436000,442000 +MMR,2038,9,437000,444000 +MMR,2038,10,438000,444000 +MMR,2038,11,439000,445000 +MMR,2038,12,439000,445000 +MMR,2038,13,440000,445000 +MMR,2038,14,440000,445000 +MMR,2038,15,440000,444000 +MMR,2038,16,439000,444000 +MMR,2038,17,439000,443000 +MMR,2038,18,439000,443000 +MMR,2039,0,409000,416000 +MMR,2039,1,413000,421000 +MMR,2039,2,417000,424000 +MMR,2039,3,421000,428000 +MMR,2039,4,424000,431000 +MMR,2039,5,427000,434000 +MMR,2039,6,430000,436000 +MMR,2039,7,432000,439000 +MMR,2039,8,434000,440000 +MMR,2039,9,436000,442000 +MMR,2039,10,437000,443000 +MMR,2039,11,438000,444000 +MMR,2039,12,439000,444000 +MMR,2039,13,439000,444000 +MMR,2039,14,439000,444000 +MMR,2039,15,439000,444000 +MMR,2039,16,439000,443000 +MMR,2039,17,439000,443000 +MMR,2039,18,439000,442000 +MMR,2040,0,405000,412000 +MMR,2040,1,409000,416000 +MMR,2040,2,413000,420000 +MMR,2040,3,417000,424000 +MMR,2040,4,420000,427000 +MMR,2040,5,424000,430000 +MMR,2040,6,427000,433000 +MMR,2040,7,429000,436000 +MMR,2040,8,432000,438000 +MMR,2040,9,434000,440000 +MMR,2040,10,435000,441000 +MMR,2040,11,437000,443000 +MMR,2040,12,438000,443000 +MMR,2040,13,439000,444000 +MMR,2040,14,439000,444000 +MMR,2040,15,439000,444000 +MMR,2040,16,439000,443000 +MMR,2040,17,439000,443000 +MMR,2040,18,438000,442000 +MMR,2041,0,401000,409000 +MMR,2041,1,405000,412000 +MMR,2041,2,409000,416000 +MMR,2041,3,413000,420000 +MMR,2041,4,417000,424000 +MMR,2041,5,420000,427000 +MMR,2041,6,424000,430000 +MMR,2041,7,427000,433000 +MMR,2041,8,429000,435000 +MMR,2041,9,432000,438000 +MMR,2041,10,434000,439000 +MMR,2041,11,435000,441000 +MMR,2041,12,437000,442000 +MMR,2041,13,438000,443000 +MMR,2041,14,438000,443000 +MMR,2041,15,439000,443000 +MMR,2041,16,439000,443000 +MMR,2041,17,438000,442000 +MMR,2041,18,438000,441000 +MMR,2042,0,398000,406000 +MMR,2042,1,402000,409000 +MMR,2042,2,405000,412000 +MMR,2042,3,409000,416000 +MMR,2042,4,413000,419000 +MMR,2042,5,416000,423000 +MMR,2042,6,420000,426000 +MMR,2042,7,423000,430000 +MMR,2042,8,426000,433000 +MMR,2042,9,429000,435000 +MMR,2042,10,432000,437000 +MMR,2042,11,433000,439000 +MMR,2042,12,435000,440000 +MMR,2042,13,436000,442000 +MMR,2042,14,438000,442000 +MMR,2042,15,438000,442000 +MMR,2042,16,438000,442000 +MMR,2042,17,438000,442000 +MMR,2042,18,438000,441000 +MMR,2043,0,396000,403000 +MMR,2043,1,399000,406000 +MMR,2043,2,402000,409000 +MMR,2043,3,404000,411000 +MMR,2043,4,408000,415000 +MMR,2043,5,412000,419000 +MMR,2043,6,416000,422000 +MMR,2043,7,420000,426000 +MMR,2043,8,423000,429000 +MMR,2043,9,426000,432000 +MMR,2043,10,429000,435000 +MMR,2043,11,431000,437000 +MMR,2043,12,433000,439000 +MMR,2043,13,435000,440000 +MMR,2043,14,436000,441000 +MMR,2043,15,437000,442000 +MMR,2043,16,438000,442000 +MMR,2043,17,438000,441000 +MMR,2043,18,438000,441000 +MMR,2044,0,393000,400000 +MMR,2044,1,395000,403000 +MMR,2044,2,398000,405000 +MMR,2044,3,401000,408000 +MMR,2044,4,404000,411000 +MMR,2044,5,408000,414000 +MMR,2044,6,412000,418000 +MMR,2044,7,416000,422000 +MMR,2044,8,419000,425000 +MMR,2044,9,423000,429000 +MMR,2044,10,426000,432000 +MMR,2044,11,429000,435000 +MMR,2044,12,431000,437000 +MMR,2044,13,433000,438000 +MMR,2044,14,434000,439000 +MMR,2044,15,436000,440000 +MMR,2044,16,437000,441000 +MMR,2044,17,437000,441000 +MMR,2044,18,437000,440000 +MMR,2045,0,390000,397000 +MMR,2045,1,392000,399000 +MMR,2045,2,395000,401000 +MMR,2045,3,397000,404000 +MMR,2045,4,401000,407000 +MMR,2045,5,404000,410000 +MMR,2045,6,408000,414000 +MMR,2045,7,411000,417000 +MMR,2045,8,415000,421000 +MMR,2045,9,419000,424000 +MMR,2045,10,422000,428000 +MMR,2045,11,426000,431000 +MMR,2045,12,429000,434000 +MMR,2045,13,431000,436000 +MMR,2045,14,433000,437000 +MMR,2045,15,434000,439000 +MMR,2045,16,435000,440000 +MMR,2045,17,436000,440000 +MMR,2045,18,437000,440000 +MMR,2046,0,387000,395000 +MMR,2046,1,390000,397000 +MMR,2046,2,392000,399000 +MMR,2046,3,394000,401000 +MMR,2046,4,397000,404000 +MMR,2046,5,401000,407000 +MMR,2046,6,404000,410000 +MMR,2046,7,408000,414000 +MMR,2046,8,411000,417000 +MMR,2046,9,415000,421000 +MMR,2046,10,419000,424000 +MMR,2046,11,422000,428000 +MMR,2046,12,426000,431000 +MMR,2046,13,429000,434000 +MMR,2046,14,431000,435000 +MMR,2046,15,432000,437000 +MMR,2046,16,434000,438000 +MMR,2046,17,435000,439000 +MMR,2046,18,436000,439000 +MMR,2047,0,384000,391000 +MMR,2047,1,386000,393000 +MMR,2047,2,389000,396000 +MMR,2047,3,391000,398000 +MMR,2047,4,394000,401000 +MMR,2047,5,397000,404000 +MMR,2047,6,401000,407000 +MMR,2047,7,404000,410000 +MMR,2047,8,408000,413000 +MMR,2047,9,411000,417000 +MMR,2047,10,415000,420000 +MMR,2047,11,418000,424000 +MMR,2047,12,422000,427000 +MMR,2047,13,425000,430000 +MMR,2047,14,428000,433000 +MMR,2047,15,430000,435000 +MMR,2047,16,432000,436000 +MMR,2047,17,433000,437000 +MMR,2047,18,435000,438000 +MMR,2048,0,381000,388000 +MMR,2048,1,383000,390000 +MMR,2048,2,385000,392000 +MMR,2048,3,388000,395000 +MMR,2048,4,391000,398000 +MMR,2048,5,394000,400000 +MMR,2048,6,397000,403000 +MMR,2048,7,401000,406000 +MMR,2048,8,404000,410000 +MMR,2048,9,407000,413000 +MMR,2048,10,411000,416000 +MMR,2048,11,415000,420000 +MMR,2048,12,418000,423000 +MMR,2048,13,422000,427000 +MMR,2048,14,425000,430000 +MMR,2048,15,428000,432000 +MMR,2048,16,430000,434000 +MMR,2048,17,432000,435000 +MMR,2048,18,433000,436000 +MMR,2049,0,378000,386000 +MMR,2049,1,380000,387000 +MMR,2049,2,382000,389000 +MMR,2049,3,385000,391000 +MMR,2049,4,388000,394000 +MMR,2049,5,391000,397000 +MMR,2049,6,394000,400000 +MMR,2049,7,397000,403000 +MMR,2049,8,400000,406000 +MMR,2049,9,404000,409000 +MMR,2049,10,407000,413000 +MMR,2049,11,411000,416000 +MMR,2049,12,414000,420000 +MMR,2049,13,418000,423000 +MMR,2049,14,422000,426000 +MMR,2049,15,425000,429000 +MMR,2049,16,428000,432000 +MMR,2049,17,430000,433000 +MMR,2049,18,431000,434000 +MMR,2050,0,376000,383000 +MMR,2050,1,377000,384000 +MMR,2050,2,379000,386000 +MMR,2050,3,382000,388000 +MMR,2050,4,384000,391000 +MMR,2050,5,387000,393000 +MMR,2050,6,390000,396000 +MMR,2050,7,394000,399000 +MMR,2050,8,397000,403000 +MMR,2050,9,400000,406000 +MMR,2050,10,404000,409000 +MMR,2050,11,407000,412000 +MMR,2050,12,411000,416000 +MMR,2050,13,414000,419000 +MMR,2050,14,418000,422000 +MMR,2050,15,421000,426000 +MMR,2050,16,425000,429000 +MMR,2050,17,427000,431000 +MMR,2050,18,429000,432000 +MNA,1990,0,, +MNA,1990,1,, +MNA,1990,2,, +MNA,1990,3,, +MNA,1990,4,, +MNA,1990,5,, +MNA,1990,6,, +MNA,1990,7,, +MNA,1990,8,, +MNA,1990,9,, +MNA,1990,10,, +MNA,1990,11,, +MNA,1990,12,, +MNA,1990,13,, +MNA,1990,14,, +MNA,1990,15,, +MNA,1990,16,, +MNA,1990,17,, +MNA,1990,18,, +MNA,1991,0,, +MNA,1991,1,, +MNA,1991,2,, +MNA,1991,3,, +MNA,1991,4,, +MNA,1991,5,, +MNA,1991,6,, +MNA,1991,7,, +MNA,1991,8,, +MNA,1991,9,, +MNA,1991,10,, +MNA,1991,11,, +MNA,1991,12,, +MNA,1991,13,, +MNA,1991,14,, +MNA,1991,15,, +MNA,1991,16,, +MNA,1991,17,, +MNA,1991,18,, +MNA,1992,0,, +MNA,1992,1,, +MNA,1992,2,, +MNA,1992,3,, +MNA,1992,4,, +MNA,1992,5,, +MNA,1992,6,, +MNA,1992,7,, +MNA,1992,8,, +MNA,1992,9,, +MNA,1992,10,, +MNA,1992,11,, +MNA,1992,12,, +MNA,1992,13,, +MNA,1992,14,, +MNA,1992,15,, +MNA,1992,16,, +MNA,1992,17,, +MNA,1992,18,, +MNA,1993,0,, +MNA,1993,1,, +MNA,1993,2,, +MNA,1993,3,, +MNA,1993,4,, +MNA,1993,5,, +MNA,1993,6,, +MNA,1993,7,, +MNA,1993,8,, +MNA,1993,9,, +MNA,1993,10,, +MNA,1993,11,, +MNA,1993,12,, +MNA,1993,13,, +MNA,1993,14,, +MNA,1993,15,, +MNA,1993,16,, +MNA,1993,17,, +MNA,1993,18,, +MNA,1994,0,, +MNA,1994,1,, +MNA,1994,2,, +MNA,1994,3,, +MNA,1994,4,, +MNA,1994,5,, +MNA,1994,6,, +MNA,1994,7,, +MNA,1994,8,, +MNA,1994,9,, +MNA,1994,10,, +MNA,1994,11,, +MNA,1994,12,, +MNA,1994,13,, +MNA,1994,14,, +MNA,1994,15,, +MNA,1994,16,, +MNA,1994,17,, +MNA,1994,18,, +MNA,1995,0,, +MNA,1995,1,, +MNA,1995,2,, +MNA,1995,3,, +MNA,1995,4,, +MNA,1995,5,, +MNA,1995,6,, +MNA,1995,7,, +MNA,1995,8,, +MNA,1995,9,, +MNA,1995,10,, +MNA,1995,11,, +MNA,1995,12,, +MNA,1995,13,, +MNA,1995,14,, +MNA,1995,15,, +MNA,1995,16,, +MNA,1995,17,, +MNA,1995,18,, +MNA,1996,0,, +MNA,1996,1,, +MNA,1996,2,, +MNA,1996,3,, +MNA,1996,4,, +MNA,1996,5,, +MNA,1996,6,, +MNA,1996,7,, +MNA,1996,8,, +MNA,1996,9,, +MNA,1996,10,, +MNA,1996,11,, +MNA,1996,12,, +MNA,1996,13,, +MNA,1996,14,, +MNA,1996,15,, +MNA,1996,16,, +MNA,1996,17,, +MNA,1996,18,, +MNA,1997,0,, +MNA,1997,1,, +MNA,1997,2,, +MNA,1997,3,, +MNA,1997,4,, +MNA,1997,5,, +MNA,1997,6,, +MNA,1997,7,, +MNA,1997,8,, +MNA,1997,9,, +MNA,1997,10,, +MNA,1997,11,, +MNA,1997,12,, +MNA,1997,13,, +MNA,1997,14,, +MNA,1997,15,, +MNA,1997,16,, +MNA,1997,17,, +MNA,1997,18,, +MNA,1998,0,, +MNA,1998,1,, +MNA,1998,2,, +MNA,1998,3,, +MNA,1998,4,, +MNA,1998,5,, +MNA,1998,6,, +MNA,1998,7,, +MNA,1998,8,, +MNA,1998,9,, +MNA,1998,10,, +MNA,1998,11,, +MNA,1998,12,, +MNA,1998,13,, +MNA,1998,14,, +MNA,1998,15,, +MNA,1998,16,, +MNA,1998,17,, +MNA,1998,18,, +MNA,1999,0,, +MNA,1999,1,, +MNA,1999,2,, +MNA,1999,3,, +MNA,1999,4,, +MNA,1999,5,, +MNA,1999,6,, +MNA,1999,7,, +MNA,1999,8,, +MNA,1999,9,, +MNA,1999,10,, +MNA,1999,11,, +MNA,1999,12,, +MNA,1999,13,, +MNA,1999,14,, +MNA,1999,15,, +MNA,1999,16,, +MNA,1999,17,, +MNA,1999,18,, +MNA,2000,0,, +MNA,2000,1,, +MNA,2000,2,, +MNA,2000,3,, +MNA,2000,4,, +MNA,2000,5,, +MNA,2000,6,, +MNA,2000,7,, +MNA,2000,8,, +MNA,2000,9,, +MNA,2000,10,, +MNA,2000,11,, +MNA,2000,12,, +MNA,2000,13,, +MNA,2000,14,, +MNA,2000,15,, +MNA,2000,16,, +MNA,2000,17,, +MNA,2000,18,, +MNA,2001,0,, +MNA,2001,1,, +MNA,2001,2,, +MNA,2001,3,, +MNA,2001,4,, +MNA,2001,5,, +MNA,2001,6,, +MNA,2001,7,, +MNA,2001,8,, +MNA,2001,9,, +MNA,2001,10,, +MNA,2001,11,, +MNA,2001,12,, +MNA,2001,13,, +MNA,2001,14,, +MNA,2001,15,, +MNA,2001,16,, +MNA,2001,17,, +MNA,2001,18,, +MNA,2002,0,, +MNA,2002,1,, +MNA,2002,2,, +MNA,2002,3,, +MNA,2002,4,, +MNA,2002,5,, +MNA,2002,6,, +MNA,2002,7,, +MNA,2002,8,, +MNA,2002,9,, +MNA,2002,10,, +MNA,2002,11,, +MNA,2002,12,, +MNA,2002,13,, +MNA,2002,14,, +MNA,2002,15,, +MNA,2002,16,, +MNA,2002,17,, +MNA,2002,18,, +MNA,2003,0,, +MNA,2003,1,, +MNA,2003,2,, +MNA,2003,3,, +MNA,2003,4,, +MNA,2003,5,, +MNA,2003,6,, +MNA,2003,7,, +MNA,2003,8,, +MNA,2003,9,, +MNA,2003,10,, +MNA,2003,11,, +MNA,2003,12,, +MNA,2003,13,, +MNA,2003,14,, +MNA,2003,15,, +MNA,2003,16,, +MNA,2003,17,, +MNA,2003,18,, +MNA,2004,0,, +MNA,2004,1,, +MNA,2004,2,, +MNA,2004,3,, +MNA,2004,4,, +MNA,2004,5,, +MNA,2004,6,, +MNA,2004,7,, +MNA,2004,8,, +MNA,2004,9,, +MNA,2004,10,, +MNA,2004,11,, +MNA,2004,12,, +MNA,2004,13,, +MNA,2004,14,, +MNA,2004,15,, +MNA,2004,16,, +MNA,2004,17,, +MNA,2004,18,, +MNA,2005,0,, +MNA,2005,1,, +MNA,2005,2,, +MNA,2005,3,, +MNA,2005,4,, +MNA,2005,5,, +MNA,2005,6,, +MNA,2005,7,, +MNA,2005,8,, +MNA,2005,9,, +MNA,2005,10,, +MNA,2005,11,, +MNA,2005,12,, +MNA,2005,13,, +MNA,2005,14,, +MNA,2005,15,, +MNA,2005,16,, +MNA,2005,17,, +MNA,2005,18,, +MNA,2006,0,, +MNA,2006,1,, +MNA,2006,2,, +MNA,2006,3,, +MNA,2006,4,, +MNA,2006,5,, +MNA,2006,6,, +MNA,2006,7,, +MNA,2006,8,, +MNA,2006,9,, +MNA,2006,10,, +MNA,2006,11,, +MNA,2006,12,, +MNA,2006,13,, +MNA,2006,14,, +MNA,2006,15,, +MNA,2006,16,, +MNA,2006,17,, +MNA,2006,18,, +MNA,2007,0,, +MNA,2007,1,, +MNA,2007,2,, +MNA,2007,3,, +MNA,2007,4,, +MNA,2007,5,, +MNA,2007,6,, +MNA,2007,7,, +MNA,2007,8,, +MNA,2007,9,, +MNA,2007,10,, +MNA,2007,11,, +MNA,2007,12,, +MNA,2007,13,, +MNA,2007,14,, +MNA,2007,15,, +MNA,2007,16,, +MNA,2007,17,, +MNA,2007,18,, +MNA,2008,0,, +MNA,2008,1,, +MNA,2008,2,, +MNA,2008,3,, +MNA,2008,4,, +MNA,2008,5,, +MNA,2008,6,, +MNA,2008,7,, +MNA,2008,8,, +MNA,2008,9,, +MNA,2008,10,, +MNA,2008,11,, +MNA,2008,12,, +MNA,2008,13,, +MNA,2008,14,, +MNA,2008,15,, +MNA,2008,16,, +MNA,2008,17,, +MNA,2008,18,, +MNA,2009,0,, +MNA,2009,1,, +MNA,2009,2,, +MNA,2009,3,, +MNA,2009,4,, +MNA,2009,5,, +MNA,2009,6,, +MNA,2009,7,, +MNA,2009,8,, +MNA,2009,9,, +MNA,2009,10,, +MNA,2009,11,, +MNA,2009,12,, +MNA,2009,13,, +MNA,2009,14,, +MNA,2009,15,, +MNA,2009,16,, +MNA,2009,17,, +MNA,2009,18,, +MNA,2010,0,, +MNA,2010,1,, +MNA,2010,2,, +MNA,2010,3,, +MNA,2010,4,, +MNA,2010,5,, +MNA,2010,6,, +MNA,2010,7,, +MNA,2010,8,, +MNA,2010,9,, +MNA,2010,10,, +MNA,2010,11,, +MNA,2010,12,, +MNA,2010,13,, +MNA,2010,14,, +MNA,2010,15,, +MNA,2010,16,, +MNA,2010,17,, +MNA,2010,18,, +MNA,2011,0,, +MNA,2011,1,, +MNA,2011,2,, +MNA,2011,3,, +MNA,2011,4,, +MNA,2011,5,, +MNA,2011,6,, +MNA,2011,7,, +MNA,2011,8,, +MNA,2011,9,, +MNA,2011,10,, +MNA,2011,11,, +MNA,2011,12,, +MNA,2011,13,, +MNA,2011,14,, +MNA,2011,15,, +MNA,2011,16,, +MNA,2011,17,, +MNA,2011,18,, +MNA,2012,0,, +MNA,2012,1,, +MNA,2012,2,, +MNA,2012,3,, +MNA,2012,4,, +MNA,2012,5,, +MNA,2012,6,, +MNA,2012,7,, +MNA,2012,8,, +MNA,2012,9,, +MNA,2012,10,, +MNA,2012,11,, +MNA,2012,12,, +MNA,2012,13,, +MNA,2012,14,, +MNA,2012,15,, +MNA,2012,16,, +MNA,2012,17,, +MNA,2012,18,, +MNA,2013,0,, +MNA,2013,1,, +MNA,2013,2,, +MNA,2013,3,, +MNA,2013,4,, +MNA,2013,5,, +MNA,2013,6,, +MNA,2013,7,, +MNA,2013,8,, +MNA,2013,9,, +MNA,2013,10,, +MNA,2013,11,, +MNA,2013,12,, +MNA,2013,13,, +MNA,2013,14,, +MNA,2013,15,, +MNA,2013,16,, +MNA,2013,17,, +MNA,2013,18,, +MNA,2014,0,, +MNA,2014,1,, +MNA,2014,2,, +MNA,2014,3,, +MNA,2014,4,, +MNA,2014,5,, +MNA,2014,6,, +MNA,2014,7,, +MNA,2014,8,, +MNA,2014,9,, +MNA,2014,10,, +MNA,2014,11,, +MNA,2014,12,, +MNA,2014,13,, +MNA,2014,14,, +MNA,2014,15,, +MNA,2014,16,, +MNA,2014,17,, +MNA,2014,18,, +MNA,2015,0,, +MNA,2015,1,, +MNA,2015,2,, +MNA,2015,3,, +MNA,2015,4,, +MNA,2015,5,, +MNA,2015,6,, +MNA,2015,7,, +MNA,2015,8,, +MNA,2015,9,, +MNA,2015,10,, +MNA,2015,11,, +MNA,2015,12,, +MNA,2015,13,, +MNA,2015,14,, +MNA,2015,15,, +MNA,2015,16,, +MNA,2015,17,, +MNA,2015,18,, +MNA,2016,0,, +MNA,2016,1,, +MNA,2016,2,, +MNA,2016,3,, +MNA,2016,4,, +MNA,2016,5,, +MNA,2016,6,, +MNA,2016,7,, +MNA,2016,8,, +MNA,2016,9,, +MNA,2016,10,, +MNA,2016,11,, +MNA,2016,12,, +MNA,2016,13,, +MNA,2016,14,, +MNA,2016,15,, +MNA,2016,16,, +MNA,2016,17,, +MNA,2016,18,, +MNA,2017,0,, +MNA,2017,1,, +MNA,2017,2,, +MNA,2017,3,, +MNA,2017,4,, +MNA,2017,5,, +MNA,2017,6,, +MNA,2017,7,, +MNA,2017,8,, +MNA,2017,9,, +MNA,2017,10,, +MNA,2017,11,, +MNA,2017,12,, +MNA,2017,13,, +MNA,2017,14,, +MNA,2017,15,, +MNA,2017,16,, +MNA,2017,17,, +MNA,2017,18,, +MNA,2018,0,, +MNA,2018,1,, +MNA,2018,2,, +MNA,2018,3,, +MNA,2018,4,, +MNA,2018,5,, +MNA,2018,6,, +MNA,2018,7,, +MNA,2018,8,, +MNA,2018,9,, +MNA,2018,10,, +MNA,2018,11,, +MNA,2018,12,, +MNA,2018,13,, +MNA,2018,14,, +MNA,2018,15,, +MNA,2018,16,, +MNA,2018,17,, +MNA,2018,18,, +MNA,2019,0,, +MNA,2019,1,, +MNA,2019,2,, +MNA,2019,3,, +MNA,2019,4,, +MNA,2019,5,, +MNA,2019,6,, +MNA,2019,7,, +MNA,2019,8,, +MNA,2019,9,, +MNA,2019,10,, +MNA,2019,11,, +MNA,2019,12,, +MNA,2019,13,, +MNA,2019,14,, +MNA,2019,15,, +MNA,2019,16,, +MNA,2019,17,, +MNA,2019,18,, +MNA,2020,0,, +MNA,2020,1,, +MNA,2020,2,, +MNA,2020,3,, +MNA,2020,4,, +MNA,2020,5,, +MNA,2020,6,, +MNA,2020,7,, +MNA,2020,8,, +MNA,2020,9,, +MNA,2020,10,, +MNA,2020,11,, +MNA,2020,12,, +MNA,2020,13,, +MNA,2020,14,, +MNA,2020,15,, +MNA,2020,16,, +MNA,2020,17,, +MNA,2020,18,, +MNA,2021,0,, +MNA,2021,1,, +MNA,2021,2,, +MNA,2021,3,, +MNA,2021,4,, +MNA,2021,5,, +MNA,2021,6,, +MNA,2021,7,, +MNA,2021,8,, +MNA,2021,9,, +MNA,2021,10,, +MNA,2021,11,, +MNA,2021,12,, +MNA,2021,13,, +MNA,2021,14,, +MNA,2021,15,, +MNA,2021,16,, +MNA,2021,17,, +MNA,2021,18,, +MNA,2022,0,, +MNA,2022,1,, +MNA,2022,2,, +MNA,2022,3,, +MNA,2022,4,, +MNA,2022,5,, +MNA,2022,6,, +MNA,2022,7,, +MNA,2022,8,, +MNA,2022,9,, +MNA,2022,10,, +MNA,2022,11,, +MNA,2022,12,, +MNA,2022,13,, +MNA,2022,14,, +MNA,2022,15,, +MNA,2022,16,, +MNA,2022,17,, +MNA,2022,18,, +MNA,2023,0,, +MNA,2023,1,, +MNA,2023,2,, +MNA,2023,3,, +MNA,2023,4,, +MNA,2023,5,, +MNA,2023,6,, +MNA,2023,7,, +MNA,2023,8,, +MNA,2023,9,, +MNA,2023,10,, +MNA,2023,11,, +MNA,2023,12,, +MNA,2023,13,, +MNA,2023,14,, +MNA,2023,15,, +MNA,2023,16,, +MNA,2023,17,, +MNA,2023,18,, +MNA,2024,0,, +MNA,2024,1,, +MNA,2024,2,, +MNA,2024,3,, +MNA,2024,4,, +MNA,2024,5,, +MNA,2024,6,, +MNA,2024,7,, +MNA,2024,8,, +MNA,2024,9,, +MNA,2024,10,, +MNA,2024,11,, +MNA,2024,12,, +MNA,2024,13,, +MNA,2024,14,, +MNA,2024,15,, +MNA,2024,16,, +MNA,2024,17,, +MNA,2024,18,, +MNA,2025,0,, +MNA,2025,1,, +MNA,2025,2,, +MNA,2025,3,, +MNA,2025,4,, +MNA,2025,5,, +MNA,2025,6,, +MNA,2025,7,, +MNA,2025,8,, +MNA,2025,9,, +MNA,2025,10,, +MNA,2025,11,, +MNA,2025,12,, +MNA,2025,13,, +MNA,2025,14,, +MNA,2025,15,, +MNA,2025,16,, +MNA,2025,17,, +MNA,2025,18,, +MNA,2026,0,, +MNA,2026,1,, +MNA,2026,2,, +MNA,2026,3,, +MNA,2026,4,, +MNA,2026,5,, +MNA,2026,6,, +MNA,2026,7,, +MNA,2026,8,, +MNA,2026,9,, +MNA,2026,10,, +MNA,2026,11,, +MNA,2026,12,, +MNA,2026,13,, +MNA,2026,14,, +MNA,2026,15,, +MNA,2026,16,, +MNA,2026,17,, +MNA,2026,18,, +MNA,2027,0,, +MNA,2027,1,, +MNA,2027,2,, +MNA,2027,3,, +MNA,2027,4,, +MNA,2027,5,, +MNA,2027,6,, +MNA,2027,7,, +MNA,2027,8,, +MNA,2027,9,, +MNA,2027,10,, +MNA,2027,11,, +MNA,2027,12,, +MNA,2027,13,, +MNA,2027,14,, +MNA,2027,15,, +MNA,2027,16,, +MNA,2027,17,, +MNA,2027,18,, +MNA,2028,0,, +MNA,2028,1,, +MNA,2028,2,, +MNA,2028,3,, +MNA,2028,4,, +MNA,2028,5,, +MNA,2028,6,, +MNA,2028,7,, +MNA,2028,8,, +MNA,2028,9,, +MNA,2028,10,, +MNA,2028,11,, +MNA,2028,12,, +MNA,2028,13,, +MNA,2028,14,, +MNA,2028,15,, +MNA,2028,16,, +MNA,2028,17,, +MNA,2028,18,, +MNA,2029,0,, +MNA,2029,1,, +MNA,2029,2,, +MNA,2029,3,, +MNA,2029,4,, +MNA,2029,5,, +MNA,2029,6,, +MNA,2029,7,, +MNA,2029,8,, +MNA,2029,9,, +MNA,2029,10,, +MNA,2029,11,, +MNA,2029,12,, +MNA,2029,13,, +MNA,2029,14,, +MNA,2029,15,, +MNA,2029,16,, +MNA,2029,17,, +MNA,2029,18,, +MNA,2030,0,, +MNA,2030,1,, +MNA,2030,2,, +MNA,2030,3,, +MNA,2030,4,, +MNA,2030,5,, +MNA,2030,6,, +MNA,2030,7,, +MNA,2030,8,, +MNA,2030,9,, +MNA,2030,10,, +MNA,2030,11,, +MNA,2030,12,, +MNA,2030,13,, +MNA,2030,14,, +MNA,2030,15,, +MNA,2030,16,, +MNA,2030,17,, +MNA,2030,18,, +MNA,2031,0,, +MNA,2031,1,, +MNA,2031,2,, +MNA,2031,3,, +MNA,2031,4,, +MNA,2031,5,, +MNA,2031,6,, +MNA,2031,7,, +MNA,2031,8,, +MNA,2031,9,, +MNA,2031,10,, +MNA,2031,11,, +MNA,2031,12,, +MNA,2031,13,, +MNA,2031,14,, +MNA,2031,15,, +MNA,2031,16,, +MNA,2031,17,, +MNA,2031,18,, +MNA,2032,0,, +MNA,2032,1,, +MNA,2032,2,, +MNA,2032,3,, +MNA,2032,4,, +MNA,2032,5,, +MNA,2032,6,, +MNA,2032,7,, +MNA,2032,8,, +MNA,2032,9,, +MNA,2032,10,, +MNA,2032,11,, +MNA,2032,12,, +MNA,2032,13,, +MNA,2032,14,, +MNA,2032,15,, +MNA,2032,16,, +MNA,2032,17,, +MNA,2032,18,, +MNA,2033,0,, +MNA,2033,1,, +MNA,2033,2,, +MNA,2033,3,, +MNA,2033,4,, +MNA,2033,5,, +MNA,2033,6,, +MNA,2033,7,, +MNA,2033,8,, +MNA,2033,9,, +MNA,2033,10,, +MNA,2033,11,, +MNA,2033,12,, +MNA,2033,13,, +MNA,2033,14,, +MNA,2033,15,, +MNA,2033,16,, +MNA,2033,17,, +MNA,2033,18,, +MNA,2034,0,, +MNA,2034,1,, +MNA,2034,2,, +MNA,2034,3,, +MNA,2034,4,, +MNA,2034,5,, +MNA,2034,6,, +MNA,2034,7,, +MNA,2034,8,, +MNA,2034,9,, +MNA,2034,10,, +MNA,2034,11,, +MNA,2034,12,, +MNA,2034,13,, +MNA,2034,14,, +MNA,2034,15,, +MNA,2034,16,, +MNA,2034,17,, +MNA,2034,18,, +MNA,2035,0,, +MNA,2035,1,, +MNA,2035,2,, +MNA,2035,3,, +MNA,2035,4,, +MNA,2035,5,, +MNA,2035,6,, +MNA,2035,7,, +MNA,2035,8,, +MNA,2035,9,, +MNA,2035,10,, +MNA,2035,11,, +MNA,2035,12,, +MNA,2035,13,, +MNA,2035,14,, +MNA,2035,15,, +MNA,2035,16,, +MNA,2035,17,, +MNA,2035,18,, +MNA,2036,0,, +MNA,2036,1,, +MNA,2036,2,, +MNA,2036,3,, +MNA,2036,4,, +MNA,2036,5,, +MNA,2036,6,, +MNA,2036,7,, +MNA,2036,8,, +MNA,2036,9,, +MNA,2036,10,, +MNA,2036,11,, +MNA,2036,12,, +MNA,2036,13,, +MNA,2036,14,, +MNA,2036,15,, +MNA,2036,16,, +MNA,2036,17,, +MNA,2036,18,, +MNA,2037,0,, +MNA,2037,1,, +MNA,2037,2,, +MNA,2037,3,, +MNA,2037,4,, +MNA,2037,5,, +MNA,2037,6,, +MNA,2037,7,, +MNA,2037,8,, +MNA,2037,9,, +MNA,2037,10,, +MNA,2037,11,, +MNA,2037,12,, +MNA,2037,13,, +MNA,2037,14,, +MNA,2037,15,, +MNA,2037,16,, +MNA,2037,17,, +MNA,2037,18,, +MNA,2038,0,, +MNA,2038,1,, +MNA,2038,2,, +MNA,2038,3,, +MNA,2038,4,, +MNA,2038,5,, +MNA,2038,6,, +MNA,2038,7,, +MNA,2038,8,, +MNA,2038,9,, +MNA,2038,10,, +MNA,2038,11,, +MNA,2038,12,, +MNA,2038,13,, +MNA,2038,14,, +MNA,2038,15,, +MNA,2038,16,, +MNA,2038,17,, +MNA,2038,18,, +MNA,2039,0,, +MNA,2039,1,, +MNA,2039,2,, +MNA,2039,3,, +MNA,2039,4,, +MNA,2039,5,, +MNA,2039,6,, +MNA,2039,7,, +MNA,2039,8,, +MNA,2039,9,, +MNA,2039,10,, +MNA,2039,11,, +MNA,2039,12,, +MNA,2039,13,, +MNA,2039,14,, +MNA,2039,15,, +MNA,2039,16,, +MNA,2039,17,, +MNA,2039,18,, +MNA,2040,0,, +MNA,2040,1,, +MNA,2040,2,, +MNA,2040,3,, +MNA,2040,4,, +MNA,2040,5,, +MNA,2040,6,, +MNA,2040,7,, +MNA,2040,8,, +MNA,2040,9,, +MNA,2040,10,, +MNA,2040,11,, +MNA,2040,12,, +MNA,2040,13,, +MNA,2040,14,, +MNA,2040,15,, +MNA,2040,16,, +MNA,2040,17,, +MNA,2040,18,, +MNA,2041,0,, +MNA,2041,1,, +MNA,2041,2,, +MNA,2041,3,, +MNA,2041,4,, +MNA,2041,5,, +MNA,2041,6,, +MNA,2041,7,, +MNA,2041,8,, +MNA,2041,9,, +MNA,2041,10,, +MNA,2041,11,, +MNA,2041,12,, +MNA,2041,13,, +MNA,2041,14,, +MNA,2041,15,, +MNA,2041,16,, +MNA,2041,17,, +MNA,2041,18,, +MNA,2042,0,, +MNA,2042,1,, +MNA,2042,2,, +MNA,2042,3,, +MNA,2042,4,, +MNA,2042,5,, +MNA,2042,6,, +MNA,2042,7,, +MNA,2042,8,, +MNA,2042,9,, +MNA,2042,10,, +MNA,2042,11,, +MNA,2042,12,, +MNA,2042,13,, +MNA,2042,14,, +MNA,2042,15,, +MNA,2042,16,, +MNA,2042,17,, +MNA,2042,18,, +MNA,2043,0,, +MNA,2043,1,, +MNA,2043,2,, +MNA,2043,3,, +MNA,2043,4,, +MNA,2043,5,, +MNA,2043,6,, +MNA,2043,7,, +MNA,2043,8,, +MNA,2043,9,, +MNA,2043,10,, +MNA,2043,11,, +MNA,2043,12,, +MNA,2043,13,, +MNA,2043,14,, +MNA,2043,15,, +MNA,2043,16,, +MNA,2043,17,, +MNA,2043,18,, +MNA,2044,0,, +MNA,2044,1,, +MNA,2044,2,, +MNA,2044,3,, +MNA,2044,4,, +MNA,2044,5,, +MNA,2044,6,, +MNA,2044,7,, +MNA,2044,8,, +MNA,2044,9,, +MNA,2044,10,, +MNA,2044,11,, +MNA,2044,12,, +MNA,2044,13,, +MNA,2044,14,, +MNA,2044,15,, +MNA,2044,16,, +MNA,2044,17,, +MNA,2044,18,, +MNA,2045,0,, +MNA,2045,1,, +MNA,2045,2,, +MNA,2045,3,, +MNA,2045,4,, +MNA,2045,5,, +MNA,2045,6,, +MNA,2045,7,, +MNA,2045,8,, +MNA,2045,9,, +MNA,2045,10,, +MNA,2045,11,, +MNA,2045,12,, +MNA,2045,13,, +MNA,2045,14,, +MNA,2045,15,, +MNA,2045,16,, +MNA,2045,17,, +MNA,2045,18,, +MNA,2046,0,, +MNA,2046,1,, +MNA,2046,2,, +MNA,2046,3,, +MNA,2046,4,, +MNA,2046,5,, +MNA,2046,6,, +MNA,2046,7,, +MNA,2046,8,, +MNA,2046,9,, +MNA,2046,10,, +MNA,2046,11,, +MNA,2046,12,, +MNA,2046,13,, +MNA,2046,14,, +MNA,2046,15,, +MNA,2046,16,, +MNA,2046,17,, +MNA,2046,18,, +MNA,2047,0,, +MNA,2047,1,, +MNA,2047,2,, +MNA,2047,3,, +MNA,2047,4,, +MNA,2047,5,, +MNA,2047,6,, +MNA,2047,7,, +MNA,2047,8,, +MNA,2047,9,, +MNA,2047,10,, +MNA,2047,11,, +MNA,2047,12,, +MNA,2047,13,, +MNA,2047,14,, +MNA,2047,15,, +MNA,2047,16,, +MNA,2047,17,, +MNA,2047,18,, +MNA,2048,0,, +MNA,2048,1,, +MNA,2048,2,, +MNA,2048,3,, +MNA,2048,4,, +MNA,2048,5,, +MNA,2048,6,, +MNA,2048,7,, +MNA,2048,8,, +MNA,2048,9,, +MNA,2048,10,, +MNA,2048,11,, +MNA,2048,12,, +MNA,2048,13,, +MNA,2048,14,, +MNA,2048,15,, +MNA,2048,16,, +MNA,2048,17,, +MNA,2048,18,, +MNA,2049,0,, +MNA,2049,1,, +MNA,2049,2,, +MNA,2049,3,, +MNA,2049,4,, +MNA,2049,5,, +MNA,2049,6,, +MNA,2049,7,, +MNA,2049,8,, +MNA,2049,9,, +MNA,2049,10,, +MNA,2049,11,, +MNA,2049,12,, +MNA,2049,13,, +MNA,2049,14,, +MNA,2049,15,, +MNA,2049,16,, +MNA,2049,17,, +MNA,2049,18,, +MNA,2050,0,, +MNA,2050,1,, +MNA,2050,2,, +MNA,2050,3,, +MNA,2050,4,, +MNA,2050,5,, +MNA,2050,6,, +MNA,2050,7,, +MNA,2050,8,, +MNA,2050,9,, +MNA,2050,10,, +MNA,2050,11,, +MNA,2050,12,, +MNA,2050,13,, +MNA,2050,14,, +MNA,2050,15,, +MNA,2050,16,, +MNA,2050,17,, +MNA,2050,18,, +MNE,1990,0,4616,4999 +MNE,1990,1,4841,5233 +MNE,1990,2,5007,5407 +MNE,1990,3,5121,5526 +MNE,1990,4,5190,5598 +MNE,1990,5,5219,5629 +MNE,1990,6,5217,5628 +MNE,1990,7,5189,5599 +MNE,1990,8,5143,5551 +MNE,1990,9,5085,5489 +MNE,1990,10,5009,5409 +MNE,1990,11,4909,5305 +MNE,1990,12,4856,5246 +MNE,1990,13,4883,5264 +MNE,1990,14,4958,5329 +MNE,1990,15,5022,5384 +MNE,1990,16,5096,5448 +MNE,1990,17,5123,5466 +MNE,1990,18,5071,5409 +MNE,1991,0,4506,4909 +MNE,1991,1,4592,4982 +MNE,1991,2,4784,5181 +MNE,1991,3,4930,5331 +MNE,1991,4,5034,5439 +MNE,1991,5,5100,5508 +MNE,1991,6,5136,5546 +MNE,1991,7,5148,5558 +MNE,1991,8,5131,5540 +MNE,1991,9,5086,5491 +MNE,1991,10,5024,5423 +MNE,1991,11,4949,5340 +MNE,1991,12,4851,5235 +MNE,1991,13,4799,5175 +MNE,1991,14,4827,5193 +MNE,1991,15,4902,5257 +MNE,1991,16,4966,5310 +MNE,1991,17,5041,5373 +MNE,1991,18,5067,5390 +MNE,1992,0,4457,4882 +MNE,1992,1,4640,5059 +MNE,1992,2,4576,4965 +MNE,1992,3,4735,5128 +MNE,1992,4,4860,5256 +MNE,1992,5,4954,5352 +MNE,1992,6,5018,5418 +MNE,1992,7,5061,5462 +MNE,1992,8,5087,5489 +MNE,1992,9,5081,5481 +MNE,1992,10,5038,5432 +MNE,1992,11,4972,5357 +MNE,1992,12,4896,5271 +MNE,1992,13,4800,5166 +MNE,1992,14,4750,5105 +MNE,1992,15,4778,5121 +MNE,1992,16,4853,5184 +MNE,1992,17,4918,5237 +MNE,1992,18,4993,5299 +MNE,1993,0,4445,4890 +MNE,1993,1,4558,4987 +MNE,1993,2,4655,5070 +MNE,1993,3,4564,4948 +MNE,1993,4,4691,5075 +MNE,1993,5,4796,5180 +MNE,1993,6,4879,5265 +MNE,1993,7,4942,5328 +MNE,1993,8,4990,5377 +MNE,1993,9,5031,5419 +MNE,1993,10,5036,5422 +MNE,1993,11,4995,5372 +MNE,1993,12,4925,5290 +MNE,1993,13,4848,5202 +MNE,1993,14,4754,5096 +MNE,1993,15,4706,5035 +MNE,1993,16,4735,5050 +MNE,1993,17,4810,5111 +MNE,1993,18,4875,5163 +MNE,1994,0,4431,4889 +MNE,1994,1,4476,4909 +MNE,1994,2,4526,4939 +MNE,1994,3,4580,4977 +MNE,1994,4,4553,4929 +MNE,1994,5,4647,5021 +MNE,1994,6,4732,5104 +MNE,1994,7,4805,5176 +MNE,1994,8,4866,5237 +MNE,1994,9,4921,5292 +MNE,1994,10,4976,5349 +MNE,1994,11,4992,5362 +MNE,1994,12,4952,5311 +MNE,1994,13,4878,5222 +MNE,1994,14,4802,5131 +MNE,1994,15,4709,5025 +MNE,1994,16,4662,4963 +MNE,1994,17,4692,4977 +MNE,1994,18,4767,5037 +MNE,1995,0,4387,4846 +MNE,1995,1,4386,4816 +MNE,1995,2,4404,4811 +MNE,1995,3,4437,4828 +MNE,1995,4,4484,4862 +MNE,1995,5,4539,4908 +MNE,1995,6,4601,4964 +MNE,1995,7,4665,5024 +MNE,1995,8,4728,5086 +MNE,1995,9,4787,5143 +MNE,1995,10,4849,5205 +MNE,1995,11,4918,5276 +MNE,1995,12,4945,5299 +MNE,1995,13,4907,5248 +MNE,1995,14,4828,5152 +MNE,1995,15,4752,5059 +MNE,1995,16,4661,4952 +MNE,1995,17,4616,4889 +MNE,1995,18,4646,4902 +MNE,1996,0,4309,4755 +MNE,1996,1,4323,4766 +MNE,1996,2,4331,4751 +MNE,1996,3,4356,4757 +MNE,1996,4,4394,4780 +MNE,1996,5,4444,4817 +MNE,1996,6,4500,4864 +MNE,1996,7,4560,4916 +MNE,1996,8,4624,4975 +MNE,1996,9,4692,5041 +MNE,1996,10,4759,5107 +MNE,1996,11,4826,5173 +MNE,1996,12,4900,5249 +MNE,1996,13,4929,5272 +MNE,1996,14,4890,5214 +MNE,1996,15,4807,5106 +MNE,1996,16,4727,5001 +MNE,1996,17,4632,4883 +MNE,1996,18,4581,4808 +MNE,1997,0,4207,4628 +MNE,1997,1,4185,4593 +MNE,1997,2,4256,4685 +MNE,1997,3,4274,4685 +MNE,1997,4,4306,4701 +MNE,1997,5,4349,4731 +MNE,1997,6,4401,4771 +MNE,1997,7,4458,4818 +MNE,1997,8,4516,4865 +MNE,1997,9,4581,4924 +MNE,1997,10,4654,4994 +MNE,1997,11,4727,5068 +MNE,1997,12,4800,5141 +MNE,1997,13,4879,5221 +MNE,1997,14,4911,5244 +MNE,1997,15,4870,5179 +MNE,1997,16,4784,5058 +MNE,1997,17,4699,4942 +MNE,1997,18,4601,4812 +MNE,1998,0,4097,4487 +MNE,1998,1,4086,4478 +MNE,1998,2,4095,4486 +MNE,1998,3,4189,4605 +MNE,1998,4,4217,4619 +MNE,1998,5,4255,4646 +MNE,1998,6,4303,4682 +MNE,1998,7,4358,4726 +MNE,1998,8,4416,4772 +MNE,1998,9,4472,4816 +MNE,1998,10,4538,4873 +MNE,1998,11,4616,4949 +MNE,1998,12,4696,5031 +MNE,1998,13,4774,5108 +MNE,1998,14,4858,5194 +MNE,1998,15,4892,5217 +MNE,1998,16,4850,5144 +MNE,1998,17,4760,5012 +MNE,1998,18,4672,4883 +MNE,1999,0,4001,4365 +MNE,1999,1,4003,4380 +MNE,1999,2,4019,4404 +MNE,1999,3,4047,4436 +MNE,1999,4,4124,4527 +MNE,1999,5,4162,4556 +MNE,1999,6,4208,4593 +MNE,1999,7,4260,4635 +MNE,1999,8,4318,4683 +MNE,1999,9,4377,4730 +MNE,1999,10,4432,4769 +MNE,1999,11,4498,4825 +MNE,1999,12,4580,4906 +MNE,1999,13,4668,4996 +MNE,1999,14,4751,5079 +MNE,1999,15,4840,5170 +MNE,1999,16,4877,5193 +MNE,1999,17,4833,5112 +MNE,1999,18,4739,4967 +MNE,2000,0,3936,4284 +MNE,2000,1,3944,4309 +MNE,2000,2,3962,4340 +MNE,2000,3,3989,4374 +MNE,2000,4,4023,4412 +MNE,2000,5,4065,4453 +MNE,2000,6,4112,4497 +MNE,2000,7,4165,4544 +MNE,2000,8,4222,4594 +MNE,2000,9,4283,4645 +MNE,2000,10,4343,4691 +MNE,2000,11,4396,4727 +MNE,2000,12,4462,4781 +MNE,2000,13,4550,4867 +MNE,2000,14,4645,4965 +MNE,2000,15,4734,5055 +MNE,2000,16,4827,5150 +MNE,2000,17,4866,5173 +MNE,2000,18,4822,5085 +MNE,2001,0,3890,4231 +MNE,2001,1,3913,4256 +MNE,2001,2,3924,4281 +MNE,2001,3,3945,4312 +MNE,2001,4,3974,4348 +MNE,2001,5,4010,4388 +MNE,2001,6,4053,4432 +MNE,2001,7,4103,4480 +MNE,2001,8,4157,4529 +MNE,2001,9,4214,4578 +MNE,2001,10,4274,4628 +MNE,2001,11,4332,4673 +MNE,2001,12,4384,4707 +MNE,2001,13,4451,4762 +MNE,2001,14,4543,4851 +MNE,2001,15,4645,4953 +MNE,2001,16,4739,5046 +MNE,2001,17,4839,5145 +MNE,2001,18,4881,5170 +MNE,2002,0,3871,4216 +MNE,2002,1,3870,4222 +MNE,2002,2,3895,4233 +MNE,2002,3,3909,4258 +MNE,2002,4,3932,4289 +MNE,2002,5,3963,4326 +MNE,2002,6,4001,4368 +MNE,2002,7,4046,4415 +MNE,2002,8,4098,4466 +MNE,2002,9,4153,4518 +MNE,2002,10,4210,4567 +MNE,2002,11,4269,4615 +MNE,2002,12,4327,4659 +MNE,2002,13,4377,4692 +MNE,2002,14,4445,4747 +MNE,2002,15,4541,4839 +MNE,2002,16,4649,4946 +MNE,2002,17,4750,5043 +MNE,2002,18,4856,5146 +MNE,2003,0,3871,4228 +MNE,2003,1,3861,4213 +MNE,2003,2,3860,4209 +MNE,2003,3,3879,4214 +MNE,2003,4,3896,4238 +MNE,2003,5,3922,4270 +MNE,2003,6,3955,4308 +MNE,2003,7,3995,4352 +MNE,2003,8,4042,4402 +MNE,2003,9,4096,4457 +MNE,2003,10,4152,4511 +MNE,2003,11,4209,4560 +MNE,2003,12,4267,4607 +MNE,2003,13,4324,4650 +MNE,2003,14,4373,4681 +MNE,2003,15,4442,4736 +MNE,2003,16,4543,4831 +MNE,2003,17,4658,4944 +MNE,2003,18,4764,5045 +MNE,2004,0,3881,4251 +MNE,2004,1,3860,4216 +MNE,2004,2,3849,4196 +MNE,2004,3,3850,4190 +MNE,2004,4,3865,4198 +MNE,2004,5,3884,4222 +MNE,2004,6,3912,4254 +MNE,2004,7,3948,4294 +MNE,2004,8,3990,4340 +MNE,2004,9,4039,4393 +MNE,2004,10,4095,4452 +MNE,2004,11,4152,4509 +MNE,2004,12,4209,4558 +MNE,2004,13,4266,4603 +MNE,2004,14,4323,4645 +MNE,2004,15,4370,4674 +MNE,2004,16,4440,4730 +MNE,2004,17,4545,4829 +MNE,2004,18,4667,4946 +MNE,2005,0,3891,4274 +MNE,2005,1,3859,4224 +MNE,2005,2,3840,4192 +MNE,2005,3,3833,4176 +MNE,2005,4,3837,4175 +MNE,2005,5,3850,4187 +MNE,2005,6,3872,4210 +MNE,2005,7,3903,4243 +MNE,2005,8,3940,4284 +MNE,2005,9,3985,4332 +MNE,2005,10,4036,4388 +MNE,2005,11,4094,4451 +MNE,2005,12,4152,4510 +MNE,2005,13,4209,4559 +MNE,2005,14,4266,4603 +MNE,2005,15,4321,4644 +MNE,2005,16,4367,4672 +MNE,2005,17,4437,4728 +MNE,2005,18,4547,4830 +MNE,2006,0,3900,4282 +MNE,2006,1,3859,4240 +MNE,2006,2,3834,4200 +MNE,2006,3,3821,4175 +MNE,2006,4,3819,4165 +MNE,2006,5,3827,4167 +MNE,2006,6,3843,4181 +MNE,2006,7,3867,4203 +MNE,2006,8,3902,4238 +MNE,2006,9,3947,4288 +MNE,2006,10,4001,4348 +MNE,2006,11,4060,4413 +MNE,2006,12,4126,4485 +MNE,2006,13,4187,4547 +MNE,2006,14,4239,4589 +MNE,2006,15,4285,4619 +MNE,2006,16,4331,4647 +MNE,2006,17,4367,4662 +MNE,2006,18,4427,4704 +MNE,2007,0,3911,4292 +MNE,2007,1,3860,4229 +MNE,2007,2,3827,4209 +MNE,2007,3,3809,4179 +MNE,2007,4,3801,4162 +MNE,2007,5,3804,4157 +MNE,2007,6,3816,4163 +MNE,2007,7,3837,4179 +MNE,2007,8,3863,4200 +MNE,2007,9,3901,4237 +MNE,2007,10,3954,4296 +MNE,2007,11,4017,4367 +MNE,2007,12,4084,4442 +MNE,2007,13,4158,4524 +MNE,2007,14,4222,4588 +MNE,2007,15,4269,4623 +MNE,2007,16,4305,4639 +MNE,2007,17,4341,4653 +MNE,2007,18,4368,4656 +MNE,2008,0,3914,4291 +MNE,2008,1,3856,4231 +MNE,2008,2,3812,4186 +MNE,2008,3,3795,4181 +MNE,2008,4,3783,4161 +MNE,2008,5,3782,4151 +MNE,2008,6,3789,4151 +MNE,2008,7,3806,4162 +MNE,2008,8,3830,4179 +MNE,2008,9,3858,4199 +MNE,2008,10,3900,4239 +MNE,2008,11,3961,4306 +MNE,2008,12,4033,4389 +MNE,2008,13,4109,4474 +MNE,2008,14,4190,4565 +MNE,2008,15,4257,4632 +MNE,2008,16,4299,4659 +MNE,2008,17,4325,4661 +MNE,2008,18,4351,4663 +MNE,2009,0,3896,4263 +MNE,2009,1,3840,4217 +MNE,2009,2,3798,4180 +MNE,2009,3,3767,4152 +MNE,2009,4,3763,4154 +MNE,2009,5,3758,4142 +MNE,2009,6,3762,4140 +MNE,2009,7,3775,4146 +MNE,2009,8,3796,4160 +MNE,2009,9,3823,4179 +MNE,2009,10,3853,4198 +MNE,2009,11,3899,4241 +MNE,2009,12,3968,4317 +MNE,2009,13,4050,4412 +MNE,2009,14,4133,4505 +MNE,2009,15,4222,4606 +MNE,2009,16,4292,4676 +MNE,2009,17,4329,4696 +MNE,2009,18,4345,4684 +MNE,2010,0,3846,4199 +MNE,2010,1,3807,4177 +MNE,2010,2,3776,4158 +MNE,2010,3,3753,4143 +MNE,2010,4,3738,4131 +MNE,2010,5,3731,4124 +MNE,2010,6,3733,4123 +MNE,2010,7,3743,4128 +MNE,2010,8,3760,4139 +MNE,2010,9,3786,4158 +MNE,2010,10,3817,4179 +MNE,2010,11,3848,4197 +MNE,2010,12,3898,4241 +MNE,2010,13,3975,4326 +MNE,2010,14,4066,4432 +MNE,2010,15,4157,4536 +MNE,2010,16,4254,4646 +MNE,2010,17,4327,4719 +MNE,2010,18,4359,4731 +MNE,2011,0,3758,4088 +MNE,2011,1,3827,4182 +MNE,2011,2,3798,4170 +MNE,2011,3,3774,4157 +MNE,2011,4,3755,4145 +MNE,2011,5,3741,4134 +MNE,2011,6,3732,4125 +MNE,2011,7,3728,4118 +MNE,2011,8,3736,4121 +MNE,2011,9,3759,4137 +MNE,2011,10,3794,4164 +MNE,2011,11,3831,4192 +MNE,2011,12,3870,4216 +MNE,2011,13,3921,4262 +MNE,2011,14,3991,4340 +MNE,2011,15,4070,4435 +MNE,2011,16,4150,4528 +MNE,2011,17,4236,4628 +MNE,2011,18,4299,4691 +MNE,2012,0,3637,3939 +MNE,2012,1,3678,4013 +MNE,2012,2,3808,4166 +MNE,2012,3,3790,4163 +MNE,2012,4,3773,4156 +MNE,2012,5,3757,4147 +MNE,2012,6,3745,4136 +MNE,2012,7,3734,4125 +MNE,2012,8,3725,4113 +MNE,2012,9,3731,4114 +MNE,2012,10,3759,4135 +MNE,2012,11,3803,4170 +MNE,2012,12,3847,4205 +MNE,2012,13,3892,4236 +MNE,2012,14,3945,4283 +MNE,2012,15,4008,4355 +MNE,2012,16,4075,4438 +MNE,2012,17,4144,4520 +MNE,2012,18,4219,4609 +MNE,2013,0,3510,3782 +MNE,2013,1,3599,3909 +MNE,2013,2,3666,4006 +MNE,2013,3,3789,4149 +MNE,2013,4,3782,4156 +MNE,2013,5,3772,4155 +MNE,2013,6,3760,4148 +MNE,2013,7,3748,4138 +MNE,2013,8,3736,4125 +MNE,2013,9,3721,4107 +MNE,2013,10,3725,4106 +MNE,2013,11,3758,4132 +MNE,2013,12,3811,4176 +MNE,2013,13,3862,4217 +MNE,2013,14,3914,4254 +MNE,2013,15,3969,4304 +MNE,2013,16,4025,4368 +MNE,2013,17,4080,4440 +MNE,2013,18,4138,4512 +MNE,2014,0,3411,3659 +MNE,2014,1,3534,3822 +MNE,2014,2,3627,3947 +MNE,2014,3,3694,4039 +MNE,2014,4,3769,4130 +MNE,2014,5,3773,4147 +MNE,2014,6,3770,4152 +MNE,2014,7,3761,4148 +MNE,2014,8,3751,4139 +MNE,2014,9,3737,4123 +MNE,2014,10,3716,4100 +MNE,2014,11,3718,4097 +MNE,2014,12,3757,4128 +MNE,2014,13,3819,4180 +MNE,2014,14,3877,4228 +MNE,2014,15,3936,4272 +MNE,2014,16,3992,4323 +MNE,2014,17,4041,4381 +MNE,2014,18,4084,4441 +MNE,2015,0,3365,3601 +MNE,2015,1,3495,3767 +MNE,2015,2,3595,3897 +MNE,2015,3,3668,3995 +MNE,2015,4,3718,4065 +MNE,2015,5,3748,4111 +MNE,2015,6,3763,4137 +MNE,2015,7,3767,4147 +MNE,2015,8,3762,4146 +MNE,2015,9,3753,4138 +MNE,2015,10,3737,4121 +MNE,2015,11,3710,4092 +MNE,2015,12,3711,4086 +MNE,2015,13,3754,4122 +MNE,2015,14,3825,4183 +MNE,2015,15,3890,4237 +MNE,2015,16,3956,4288 +MNE,2015,17,4013,4340 +MNE,2015,18,4056,4391 +MNE,2016,0,3388,3627 +MNE,2016,1,3393,3636 +MNE,2016,2,3502,3776 +MNE,2016,3,3588,3889 +MNE,2016,4,3654,3979 +MNE,2016,5,3703,4048 +MNE,2016,6,3738,4099 +MNE,2016,7,3763,4137 +MNE,2016,8,3773,4156 +MNE,2016,9,3768,4155 +MNE,2016,10,3755,4141 +MNE,2016,11,3737,4122 +MNE,2016,12,3710,4092 +MNE,2016,13,3710,4086 +MNE,2016,14,3752,4121 +MNE,2016,15,3822,4181 +MNE,2016,16,3886,4234 +MNE,2016,17,3951,4284 +MNE,2016,18,4008,4335 +MNE,2017,0,3464,3717 +MNE,2017,1,3517,3784 +MNE,2017,2,3419,3668 +MNE,2017,3,3506,3781 +MNE,2017,4,3578,3878 +MNE,2017,5,3638,3960 +MNE,2017,6,3686,4027 +MNE,2017,7,3725,4083 +MNE,2017,8,3760,4134 +MNE,2017,9,3778,4161 +MNE,2017,10,3772,4160 +MNE,2017,11,3754,4141 +MNE,2017,12,3734,4119 +MNE,2017,13,3707,4089 +MNE,2017,14,3706,4083 +MNE,2017,15,3748,4116 +MNE,2017,16,3816,4175 +MNE,2017,17,3880,4227 +MNE,2017,18,3943,4275 +MNE,2018,0,3562,3835 +MNE,2018,1,3553,3824 +MNE,2018,2,3552,3825 +MNE,2018,3,3444,3699 +MNE,2018,4,3509,3785 +MNE,2018,5,3568,3866 +MNE,2018,6,3621,3939 +MNE,2018,7,3667,4004 +MNE,2018,8,3711,4066 +MNE,2018,9,3756,4128 +MNE,2018,10,3780,4164 +MNE,2018,11,3775,4163 +MNE,2018,12,3752,4138 +MNE,2018,13,3730,4115 +MNE,2018,14,3702,4084 +MNE,2018,15,3701,4077 +MNE,2018,16,3741,4110 +MNE,2018,17,3809,4168 +MNE,2018,18,3872,4218 +MNE,2019,0,3600,3900 +MNE,2019,1,3600,3900 +MNE,2019,2,3500,3800 +MNE,2019,3,3500,3800 +MNE,2019,4,3500,3700 +MNE,2019,5,3500,3800 +MNE,2019,6,3600,3900 +MNE,2019,7,3600,3900 +MNE,2019,8,3600,4000 +MNE,2019,9,3700,4100 +MNE,2019,10,3800,4100 +MNE,2019,11,3800,4200 +MNE,2019,12,3800,4200 +MNE,2019,13,3800,4100 +MNE,2019,14,3700,4100 +MNE,2019,15,3700,4100 +MNE,2019,16,3700,4100 +MNE,2019,17,3700,4100 +MNE,2019,18,3800,4200 +MNE,2020,0,3700,4000 +MNE,2020,1,3600,3900 +MNE,2020,2,3500,3800 +MNE,2020,3,3500,3800 +MNE,2020,4,3500,3700 +MNE,2020,5,3500,3800 +MNE,2020,6,3500,3800 +MNE,2020,7,3500,3800 +MNE,2020,8,3600,3900 +MNE,2020,9,3600,4000 +MNE,2020,10,3700,4000 +MNE,2020,11,3700,4100 +MNE,2020,12,3800,4200 +MNE,2020,13,3800,4200 +MNE,2020,14,3700,4100 +MNE,2020,15,3700,4100 +MNE,2020,16,3700,4100 +MNE,2020,17,3700,4100 +MNE,2020,18,3700,4100 +MNE,2021,0,3600,3900 +MNE,2021,1,3600,3900 +MNE,2021,2,3600,3800 +MNE,2021,3,3500,3800 +MNE,2021,4,3500,3800 +MNE,2021,5,3500,3800 +MNE,2021,6,3500,3800 +MNE,2021,7,3500,3800 +MNE,2021,8,3500,3800 +MNE,2021,9,3600,3900 +MNE,2021,10,3600,4000 +MNE,2021,11,3700,4000 +MNE,2021,12,3700,4100 +MNE,2021,13,3800,4200 +MNE,2021,14,3800,4200 +MNE,2021,15,3700,4100 +MNE,2021,16,3700,4100 +MNE,2021,17,3700,4100 +MNE,2021,18,3700,4100 +MNE,2022,0,3600,3800 +MNE,2022,1,3500,3800 +MNE,2022,2,3600,3900 +MNE,2022,3,3600,3800 +MNE,2022,4,3500,3800 +MNE,2022,5,3500,3800 +MNE,2022,6,3500,3800 +MNE,2022,7,3500,3800 +MNE,2022,8,3500,3800 +MNE,2022,9,3500,3800 +MNE,2022,10,3600,3900 +MNE,2022,11,3600,4000 +MNE,2022,12,3700,4000 +MNE,2022,13,3700,4100 +MNE,2022,14,3800,4200 +MNE,2022,15,3800,4200 +MNE,2022,16,3700,4100 +MNE,2022,17,3700,4100 +MNE,2022,18,3700,4100 +MNE,2023,0,3500,3700 +MNE,2023,1,3500,3700 +MNE,2023,2,3500,3700 +MNE,2023,3,3600,3900 +MNE,2023,4,3600,3800 +MNE,2023,5,3500,3800 +MNE,2023,6,3500,3800 +MNE,2023,7,3500,3800 +MNE,2023,8,3500,3800 +MNE,2023,9,3500,3800 +MNE,2023,10,3500,3800 +MNE,2023,11,3600,3900 +MNE,2023,12,3600,4000 +MNE,2023,13,3700,4000 +MNE,2023,14,3700,4100 +MNE,2023,15,3800,4200 +MNE,2023,16,3800,4200 +MNE,2023,17,3700,4100 +MNE,2023,18,3700,4100 +MNE,2024,0,3400,3600 +MNE,2024,1,3400,3600 +MNE,2024,2,3500,3700 +MNE,2024,3,3500,3700 +MNE,2024,4,3600,3800 +MNE,2024,5,3600,3800 +MNE,2024,6,3500,3800 +MNE,2024,7,3500,3800 +MNE,2024,8,3500,3800 +MNE,2024,9,3500,3800 +MNE,2024,10,3500,3800 +MNE,2024,11,3500,3800 +MNE,2024,12,3600,3900 +MNE,2024,13,3600,3900 +MNE,2024,14,3700,4000 +MNE,2024,15,3700,4100 +MNE,2024,16,3800,4200 +MNE,2024,17,3800,4200 +MNE,2024,18,3700,4100 +MNE,2025,0,3300,3500 +MNE,2025,1,3400,3600 +MNE,2025,2,3400,3700 +MNE,2025,3,3500,3700 +MNE,2025,4,3500,3800 +MNE,2025,5,3500,3800 +MNE,2025,6,3500,3800 +MNE,2025,7,3500,3800 +MNE,2025,8,3500,3800 +MNE,2025,9,3500,3800 +MNE,2025,10,3500,3800 +MNE,2025,11,3500,3800 +MNE,2025,12,3500,3800 +MNE,2025,13,3600,3900 +MNE,2025,14,3600,3900 +MNE,2025,15,3700,4000 +MNE,2025,16,3700,4100 +MNE,2025,17,3800,4200 +MNE,2025,18,3800,4200 +MNE,2026,0,3300,3400 +MNE,2026,1,3300,3500 +MNE,2026,2,3400,3600 +MNE,2026,3,3400,3700 +MNE,2026,4,3500,3700 +MNE,2026,5,3500,3800 +MNE,2026,6,3500,3800 +MNE,2026,7,3500,3800 +MNE,2026,8,3600,3800 +MNE,2026,9,3600,3800 +MNE,2026,10,3500,3800 +MNE,2026,11,3500,3800 +MNE,2026,12,3500,3800 +MNE,2026,13,3500,3800 +MNE,2026,14,3600,3900 +MNE,2026,15,3600,3900 +MNE,2026,16,3700,4000 +MNE,2026,17,3700,4100 +MNE,2026,18,3800,4100 +MNE,2027,0,3200,3400 +MNE,2027,1,3300,3500 +MNE,2027,2,3300,3500 +MNE,2027,3,3400,3600 +MNE,2027,4,3400,3700 +MNE,2027,5,3500,3700 +MNE,2027,6,3500,3700 +MNE,2027,7,3500,3800 +MNE,2027,8,3500,3800 +MNE,2027,9,3600,3800 +MNE,2027,10,3600,3800 +MNE,2027,11,3500,3800 +MNE,2027,12,3500,3800 +MNE,2027,13,3500,3800 +MNE,2027,14,3500,3800 +MNE,2027,15,3500,3900 +MNE,2027,16,3600,3900 +MNE,2027,17,3700,4000 +MNE,2027,18,3700,4100 +MNE,2028,0,3200,3400 +MNE,2028,1,3300,3500 +MNE,2028,2,3300,3500 +MNE,2028,3,3300,3500 +MNE,2028,4,3400,3600 +MNE,2028,5,3400,3600 +MNE,2028,6,3500,3700 +MNE,2028,7,3500,3700 +MNE,2028,8,3500,3800 +MNE,2028,9,3500,3800 +MNE,2028,10,3600,3800 +MNE,2028,11,3600,3800 +MNE,2028,12,3500,3800 +MNE,2028,13,3500,3800 +MNE,2028,14,3500,3800 +MNE,2028,15,3500,3800 +MNE,2028,16,3500,3900 +MNE,2028,17,3600,3900 +MNE,2028,18,3700,4000 +MNE,2029,0,3300,3400 +MNE,2029,1,3300,3500 +MNE,2029,2,3300,3500 +MNE,2029,3,3300,3500 +MNE,2029,4,3300,3500 +MNE,2029,5,3400,3600 +MNE,2029,6,3400,3600 +MNE,2029,7,3400,3700 +MNE,2029,8,3500,3700 +MNE,2029,9,3500,3800 +MNE,2029,10,3500,3800 +MNE,2029,11,3600,3800 +MNE,2029,12,3600,3800 +MNE,2029,13,3500,3800 +MNE,2029,14,3500,3800 +MNE,2029,15,3500,3800 +MNE,2029,16,3500,3800 +MNE,2029,17,3500,3800 +MNE,2029,18,3600,3900 +MNE,2030,0,3200,3400 +MNE,2030,1,3300,3400 +MNE,2030,2,3300,3500 +MNE,2030,3,3300,3500 +MNE,2030,4,3300,3500 +MNE,2030,5,3300,3600 +MNE,2030,6,3400,3600 +MNE,2030,7,3400,3600 +MNE,2030,8,3400,3700 +MNE,2030,9,3500,3700 +MNE,2030,10,3500,3800 +MNE,2030,11,3500,3800 +MNE,2030,12,3600,3800 +MNE,2030,13,3600,3800 +MNE,2030,14,3500,3800 +MNE,2030,15,3500,3800 +MNE,2030,16,3500,3800 +MNE,2030,17,3500,3800 +MNE,2030,18,3500,3800 +MNE,2031,0,3200,3400 +MNE,2031,1,3200,3400 +MNE,2031,2,3300,3400 +MNE,2031,3,3300,3500 +MNE,2031,4,3300,3500 +MNE,2031,5,3300,3500 +MNE,2031,6,3300,3600 +MNE,2031,7,3400,3600 +MNE,2031,8,3400,3600 +MNE,2031,9,3400,3700 +MNE,2031,10,3500,3700 +MNE,2031,11,3500,3800 +MNE,2031,12,3500,3800 +MNE,2031,13,3600,3800 +MNE,2031,14,3500,3800 +MNE,2031,15,3500,3800 +MNE,2031,16,3500,3800 +MNE,2031,17,3500,3800 +MNE,2031,18,3500,3800 +MNE,2032,0,3200,3400 +MNE,2032,1,3200,3400 +MNE,2032,2,3200,3400 +MNE,2032,3,3200,3400 +MNE,2032,4,3300,3500 +MNE,2032,5,3300,3500 +MNE,2032,6,3300,3500 +MNE,2032,7,3300,3600 +MNE,2032,8,3400,3600 +MNE,2032,9,3400,3600 +MNE,2032,10,3400,3700 +MNE,2032,11,3500,3700 +MNE,2032,12,3500,3800 +MNE,2032,13,3500,3800 +MNE,2032,14,3500,3800 +MNE,2032,15,3500,3800 +MNE,2032,16,3500,3800 +MNE,2032,17,3500,3800 +MNE,2032,18,3500,3800 +MNE,2033,0,3200,3300 +MNE,2033,1,3200,3300 +MNE,2033,2,3200,3400 +MNE,2033,3,3200,3400 +MNE,2033,4,3200,3400 +MNE,2033,5,3300,3500 +MNE,2033,6,3300,3500 +MNE,2033,7,3300,3500 +MNE,2033,8,3300,3600 +MNE,2033,9,3400,3600 +MNE,2033,10,3400,3600 +MNE,2033,11,3400,3700 +MNE,2033,12,3500,3700 +MNE,2033,13,3500,3700 +MNE,2033,14,3500,3800 +MNE,2033,15,3500,3800 +MNE,2033,16,3500,3800 +MNE,2033,17,3500,3800 +MNE,2033,18,3500,3800 +MNE,2034,0,3100,3300 +MNE,2034,1,3100,3300 +MNE,2034,2,3200,3300 +MNE,2034,3,3200,3400 +MNE,2034,4,3200,3400 +MNE,2034,5,3200,3400 +MNE,2034,6,3300,3400 +MNE,2034,7,3300,3500 +MNE,2034,8,3300,3500 +MNE,2034,9,3300,3600 +MNE,2034,10,3400,3600 +MNE,2034,11,3400,3600 +MNE,2034,12,3400,3700 +MNE,2034,13,3500,3700 +MNE,2034,14,3500,3700 +MNE,2034,15,3500,3800 +MNE,2034,16,3500,3800 +MNE,2034,17,3500,3800 +MNE,2034,18,3500,3800 +MNE,2035,0,3100,3300 +MNE,2035,1,3100,3300 +MNE,2035,2,3100,3300 +MNE,2035,3,3200,3300 +MNE,2035,4,3200,3400 +MNE,2035,5,3200,3400 +MNE,2035,6,3200,3400 +MNE,2035,7,3300,3400 +MNE,2035,8,3300,3500 +MNE,2035,9,3300,3500 +MNE,2035,10,3300,3600 +MNE,2035,11,3400,3600 +MNE,2035,12,3400,3600 +MNE,2035,13,3400,3700 +MNE,2035,14,3500,3700 +MNE,2035,15,3500,3700 +MNE,2035,16,3500,3800 +MNE,2035,17,3500,3800 +MNE,2035,18,3500,3800 +MNE,2036,0,3100,3200 +MNE,2036,1,3100,3300 +MNE,2036,2,3100,3300 +MNE,2036,3,3100,3300 +MNE,2036,4,3200,3300 +MNE,2036,5,3200,3300 +MNE,2036,6,3200,3400 +MNE,2036,7,3200,3400 +MNE,2036,8,3300,3400 +MNE,2036,9,3300,3500 +MNE,2036,10,3300,3500 +MNE,2036,11,3300,3600 +MNE,2036,12,3400,3600 +MNE,2036,13,3400,3600 +MNE,2036,14,3400,3700 +MNE,2036,15,3500,3700 +MNE,2036,16,3500,3700 +MNE,2036,17,3500,3800 +MNE,2036,18,3500,3800 +MNE,2037,0,3000,3200 +MNE,2037,1,3100,3200 +MNE,2037,2,3100,3200 +MNE,2037,3,3100,3300 +MNE,2037,4,3100,3300 +MNE,2037,5,3200,3300 +MNE,2037,6,3200,3300 +MNE,2037,7,3200,3400 +MNE,2037,8,3200,3400 +MNE,2037,9,3300,3400 +MNE,2037,10,3300,3500 +MNE,2037,11,3300,3500 +MNE,2037,12,3300,3500 +MNE,2037,13,3400,3600 +MNE,2037,14,3400,3600 +MNE,2037,15,3400,3700 +MNE,2037,16,3400,3700 +MNE,2037,17,3500,3700 +MNE,2037,18,3500,3800 +MNE,2038,0,3000,3200 +MNE,2038,1,3000,3200 +MNE,2038,2,3100,3200 +MNE,2038,3,3100,3200 +MNE,2038,4,3100,3300 +MNE,2038,5,3100,3300 +MNE,2038,6,3200,3300 +MNE,2038,7,3200,3300 +MNE,2038,8,3200,3400 +MNE,2038,9,3200,3400 +MNE,2038,10,3300,3400 +MNE,2038,11,3300,3500 +MNE,2038,12,3300,3500 +MNE,2038,13,3300,3500 +MNE,2038,14,3400,3600 +MNE,2038,15,3400,3600 +MNE,2038,16,3400,3700 +MNE,2038,17,3400,3700 +MNE,2038,18,3500,3700 +MNE,2039,0,3000,3200 +MNE,2039,1,3000,3200 +MNE,2039,2,3000,3200 +MNE,2039,3,3100,3200 +MNE,2039,4,3100,3200 +MNE,2039,5,3100,3300 +MNE,2039,6,3100,3300 +MNE,2039,7,3200,3300 +MNE,2039,8,3200,3300 +MNE,2039,9,3200,3400 +MNE,2039,10,3200,3400 +MNE,2039,11,3300,3400 +MNE,2039,12,3300,3500 +MNE,2039,13,3300,3500 +MNE,2039,14,3300,3500 +MNE,2039,15,3400,3600 +MNE,2039,16,3400,3600 +MNE,2039,17,3400,3600 +MNE,2039,18,3400,3700 +MNE,2040,0,3000,3100 +MNE,2040,1,3000,3200 +MNE,2040,2,3000,3200 +MNE,2040,3,3000,3200 +MNE,2040,4,3100,3200 +MNE,2040,5,3100,3200 +MNE,2040,6,3100,3300 +MNE,2040,7,3100,3300 +MNE,2040,8,3200,3300 +MNE,2040,9,3200,3300 +MNE,2040,10,3200,3400 +MNE,2040,11,3200,3400 +MNE,2040,12,3300,3400 +MNE,2040,13,3300,3500 +MNE,2040,14,3300,3500 +MNE,2040,15,3300,3500 +MNE,2040,16,3400,3600 +MNE,2040,17,3400,3600 +MNE,2040,18,3400,3600 +MNE,2041,0,3000,3100 +MNE,2041,1,3000,3100 +MNE,2041,2,3000,3200 +MNE,2041,3,3000,3200 +MNE,2041,4,3000,3200 +MNE,2041,5,3100,3200 +MNE,2041,6,3100,3200 +MNE,2041,7,3100,3300 +MNE,2041,8,3100,3300 +MNE,2041,9,3200,3300 +MNE,2041,10,3200,3300 +MNE,2041,11,3200,3400 +MNE,2041,12,3200,3400 +MNE,2041,13,3300,3400 +MNE,2041,14,3300,3500 +MNE,2041,15,3300,3500 +MNE,2041,16,3300,3500 +MNE,2041,17,3300,3600 +MNE,2041,18,3400,3600 +MNE,2042,0,3000,3100 +MNE,2042,1,3000,3100 +MNE,2042,2,3000,3100 +MNE,2042,3,3000,3200 +MNE,2042,4,3000,3200 +MNE,2042,5,3000,3200 +MNE,2042,6,3100,3200 +MNE,2042,7,3100,3200 +MNE,2042,8,3100,3300 +MNE,2042,9,3100,3300 +MNE,2042,10,3100,3300 +MNE,2042,11,3200,3300 +MNE,2042,12,3200,3400 +MNE,2042,13,3200,3400 +MNE,2042,14,3300,3400 +MNE,2042,15,3300,3500 +MNE,2042,16,3300,3500 +MNE,2042,17,3300,3500 +MNE,2042,18,3300,3600 +MNE,2043,0,2900,3100 +MNE,2043,1,2900,3100 +MNE,2043,2,3000,3100 +MNE,2043,3,3000,3100 +MNE,2043,4,3000,3100 +MNE,2043,5,3000,3200 +MNE,2043,6,3000,3200 +MNE,2043,7,3100,3200 +MNE,2043,8,3100,3200 +MNE,2043,9,3100,3300 +MNE,2043,10,3100,3300 +MNE,2043,11,3100,3300 +MNE,2043,12,3200,3300 +MNE,2043,13,3200,3400 +MNE,2043,14,3200,3400 +MNE,2043,15,3200,3400 +MNE,2043,16,3300,3500 +MNE,2043,17,3300,3500 +MNE,2043,18,3300,3500 +MNE,2044,0,2900,3100 +MNE,2044,1,2900,3100 +MNE,2044,2,2900,3100 +MNE,2044,3,3000,3100 +MNE,2044,4,3000,3100 +MNE,2044,5,3000,3100 +MNE,2044,6,3000,3200 +MNE,2044,7,3000,3200 +MNE,2044,8,3100,3200 +MNE,2044,9,3100,3200 +MNE,2044,10,3100,3300 +MNE,2044,11,3100,3300 +MNE,2044,12,3100,3300 +MNE,2044,13,3200,3300 +MNE,2044,14,3200,3400 +MNE,2044,15,3200,3400 +MNE,2044,16,3200,3400 +MNE,2044,17,3300,3500 +MNE,2044,18,3300,3500 +MNE,2045,0,2900,3000 +MNE,2045,1,2900,3100 +MNE,2045,2,2900,3100 +MNE,2045,3,2900,3100 +MNE,2045,4,3000,3100 +MNE,2045,5,3000,3100 +MNE,2045,6,3000,3100 +MNE,2045,7,3000,3200 +MNE,2045,8,3000,3200 +MNE,2045,9,3100,3200 +MNE,2045,10,3100,3200 +MNE,2045,11,3100,3300 +MNE,2045,12,3100,3300 +MNE,2045,13,3100,3300 +MNE,2045,14,3200,3300 +MNE,2045,15,3200,3400 +MNE,2045,16,3200,3400 +MNE,2045,17,3200,3400 +MNE,2045,18,3300,3500 +MNE,2046,0,2900,3000 +MNE,2046,1,2900,3000 +MNE,2046,2,2900,3100 +MNE,2046,3,2900,3100 +MNE,2046,4,2900,3100 +MNE,2046,5,3000,3100 +MNE,2046,6,3000,3100 +MNE,2046,7,3000,3100 +MNE,2046,8,3000,3200 +MNE,2046,9,3000,3200 +MNE,2046,10,3000,3200 +MNE,2046,11,3100,3200 +MNE,2046,12,3100,3300 +MNE,2046,13,3100,3300 +MNE,2046,14,3100,3300 +MNE,2046,15,3200,3300 +MNE,2046,16,3200,3400 +MNE,2046,17,3200,3400 +MNE,2046,18,3200,3400 +MNE,2047,0,2900,3000 +MNE,2047,1,2900,3000 +MNE,2047,2,2900,3000 +MNE,2047,3,2900,3100 +MNE,2047,4,2900,3100 +MNE,2047,5,2900,3100 +MNE,2047,6,3000,3100 +MNE,2047,7,3000,3100 +MNE,2047,8,3000,3100 +MNE,2047,9,3000,3200 +MNE,2047,10,3000,3200 +MNE,2047,11,3000,3200 +MNE,2047,12,3100,3200 +MNE,2047,13,3100,3200 +MNE,2047,14,3100,3300 +MNE,2047,15,3100,3300 +MNE,2047,16,3200,3300 +MNE,2047,17,3200,3400 +MNE,2047,18,3200,3400 +MNE,2048,0,2900,3000 +MNE,2048,1,2900,3000 +MNE,2048,2,2900,3000 +MNE,2048,3,2900,3000 +MNE,2048,4,2900,3100 +MNE,2048,5,2900,3100 +MNE,2048,6,2900,3100 +MNE,2048,7,3000,3100 +MNE,2048,8,3000,3100 +MNE,2048,9,3000,3100 +MNE,2048,10,3000,3200 +MNE,2048,11,3000,3200 +MNE,2048,12,3000,3200 +MNE,2048,13,3100,3200 +MNE,2048,14,3100,3200 +MNE,2048,15,3100,3300 +MNE,2048,16,3100,3300 +MNE,2048,17,3200,3300 +MNE,2048,18,3200,3300 +MNE,2049,0,2800,3000 +MNE,2049,1,2900,3000 +MNE,2049,2,2900,3000 +MNE,2049,3,2900,3000 +MNE,2049,4,2900,3000 +MNE,2049,5,2900,3100 +MNE,2049,6,2900,3100 +MNE,2049,7,2900,3100 +MNE,2049,8,2900,3100 +MNE,2049,9,3000,3100 +MNE,2049,10,3000,3100 +MNE,2049,11,3000,3200 +MNE,2049,12,3000,3200 +MNE,2049,13,3000,3200 +MNE,2049,14,3100,3200 +MNE,2049,15,3100,3200 +MNE,2049,16,3100,3300 +MNE,2049,17,3100,3300 +MNE,2049,18,3100,3300 +MNE,2050,0,2800,3000 +MNE,2050,1,2800,3000 +MNE,2050,2,2800,3000 +MNE,2050,3,2900,3000 +MNE,2050,4,2900,3000 +MNE,2050,5,2900,3000 +MNE,2050,6,2900,3000 +MNE,2050,7,2900,3100 +MNE,2050,8,2900,3100 +MNE,2050,9,2900,3100 +MNE,2050,10,3000,3100 +MNE,2050,11,3000,3100 +MNE,2050,12,3000,3200 +MNE,2050,13,3000,3200 +MNE,2050,14,3000,3200 +MNE,2050,15,3100,3200 +MNE,2050,16,3100,3200 +MNE,2050,17,3100,3300 +MNE,2050,18,3100,3300 +MNG,1990,0,34765,35275 +MNG,1990,1,33918,34259 +MNG,1990,2,33081,33279 +MNG,1990,3,32256,32337 +MNG,1990,4,31449,31434 +MNG,1990,5,30663,30573 +MNG,1990,6,29903,29756 +MNG,1990,7,29174,28984 +MNG,1990,8,28478,28260 +MNG,1990,9,27821,27585 +MNG,1990,10,27181,26938 +MNG,1990,11,26535,26294 +MNG,1990,12,26019,25779 +MNG,1990,13,25689,25446 +MNG,1990,14,25470,25220 +MNG,1990,15,25249,24996 +MNG,1990,16,25066,24814 +MNG,1990,17,24737,24482 +MNG,1990,18,24165,23901 +MNG,1991,0,32909,33536 +MNG,1991,1,34404,34795 +MNG,1991,2,33768,34018 +MNG,1991,3,33052,33188 +MNG,1991,4,32274,32322 +MNG,1991,5,31455,31436 +MNG,1991,6,30598,30533 +MNG,1991,7,29707,29617 +MNG,1991,8,28884,28768 +MNG,1991,9,28185,28028 +MNG,1991,10,27577,27374 +MNG,1991,11,26956,26719 +MNG,1991,12,26317,26053 +MNG,1991,13,25805,25523 +MNG,1991,14,25473,25188 +MNG,1991,15,25249,24969 +MNG,1991,16,25025,24751 +MNG,1991,17,24842,24576 +MNG,1991,18,24510,24248 +MNG,1992,0,30164,30961 +MNG,1992,1,31374,31877 +MNG,1992,2,34044,34325 +MNG,1992,3,33619,33786 +MNG,1992,4,33024,33106 +MNG,1992,5,32293,32317 +MNG,1992,6,31462,31447 +MNG,1992,7,30534,30502 +MNG,1992,8,29511,29486 +MNG,1992,9,28595,28559 +MNG,1992,10,27891,27803 +MNG,1992,11,27334,27171 +MNG,1992,12,26733,26509 +MNG,1992,13,26100,25819 +MNG,1992,14,25592,25274 +MNG,1992,15,25258,24937 +MNG,1992,16,25029,24724 +MNG,1992,17,24802,24512 +MNG,1992,18,24618,24344 +MNG,1993,0,27026,28003 +MNG,1993,1,29435,30049 +MNG,1993,2,31163,31498 +MNG,1993,3,33664,33851 +MNG,1993,4,33452,33550 +MNG,1993,5,32978,33021 +MNG,1993,6,32295,32307 +MNG,1993,7,31453,31454 +MNG,1993,8,30453,30467 +MNG,1993,9,29298,29351 +MNG,1993,10,28291,28347 +MNG,1993,11,27582,27575 +MNG,1993,12,27075,26964 +MNG,1993,13,26494,26295 +MNG,1993,14,25868,25582 +MNG,1993,15,25364,25022 +MNG,1993,16,25029,24682 +MNG,1993,17,24795,24477 +MNG,1993,18,24565,24270 +MNG,1994,0,24205,25310 +MNG,1994,1,27507,28218 +MNG,1994,2,29972,30381 +MNG,1994,3,31683,31873 +MNG,1994,4,33248,33361 +MNG,1994,5,33248,33299 +MNG,1994,6,32897,32920 +MNG,1994,7,32261,32283 +MNG,1994,8,31409,31447 +MNG,1994,9,30340,30418 +MNG,1994,10,29054,29204 +MNG,1994,11,27955,28122 +MNG,1994,12,27244,27335 +MNG,1994,13,26786,26745 +MNG,1994,14,26226,26070 +MNG,1994,15,25608,25334 +MNG,1994,16,25109,24759 +MNG,1994,17,24773,24417 +MNG,1994,18,24534,24218 +MNG,1995,0,22227,23363 +MNG,1995,1,25890,26658 +MNG,1995,2,28696,29184 +MNG,1995,3,30730,31013 +MNG,1995,4,32073,32218 +MNG,1995,5,32809,32872 +MNG,1995,6,33021,33049 +MNG,1995,7,32793,32820 +MNG,1995,8,32205,32259 +MNG,1995,9,31343,31440 +MNG,1995,10,30205,30370 +MNG,1995,11,28790,29057 +MNG,1995,12,27601,27898 +MNG,1995,13,26887,27095 +MNG,1995,14,26480,26527 +MNG,1995,15,25941,25844 +MNG,1995,16,25331,25085 +MNG,1995,17,24837,24496 +MNG,1995,18,24500,24152 +MNG,1996,0,21380,22378 +MNG,1996,1,22827,23850 +MNG,1996,2,26001,26719 +MNG,1996,3,28505,28983 +MNG,1996,4,30390,30687 +MNG,1996,5,31706,31875 +MNG,1996,6,32541,32622 +MNG,1996,7,32981,33003 +MNG,1996,8,32895,32912 +MNG,1996,9,32259,32333 +MNG,1996,10,31233,31401 +MNG,1996,11,29998,30274 +MNG,1996,12,28511,28929 +MNG,1996,13,27279,27750 +MNG,1996,14,26572,26948 +MNG,1996,15,26203,26395 +MNG,1996,16,25698,25725 +MNG,1996,17,25127,24980 +MNG,1996,18,24653,24395 +MNG,1997,0,21401,22171 +MNG,1997,1,23972,24610 +MNG,1997,2,23375,24306 +MNG,1997,3,26053,26745 +MNG,1997,4,28249,28745 +MNG,1997,5,29981,30321 +MNG,1997,6,31268,31490 +MNG,1997,7,32199,32329 +MNG,1997,8,32866,32915 +MNG,1997,9,32922,32961 +MNG,1997,10,32239,32364 +MNG,1997,11,31053,31321 +MNG,1997,12,29723,30139 +MNG,1997,13,28167,28764 +MNG,1997,14,26896,27566 +MNG,1997,15,26197,26768 +MNG,1997,16,25867,26230 +MNG,1997,17,25396,25572 +MNG,1997,18,24866,24843 +MNG,1998,0,21986,22488 +MNG,1998,1,23436,23972 +MNG,1998,2,24822,25368 +MNG,1998,3,23910,24755 +MNG,1998,4,26092,26765 +MNG,1998,5,27980,28500 +MNG,1998,6,29559,29949 +MNG,1998,7,30815,31099 +MNG,1998,8,31842,32030 +MNG,1998,9,32736,32819 +MNG,1998,10,32934,33002 +MNG,1998,11,32204,32388 +MNG,1998,12,30859,31234 +MNG,1998,13,29434,29998 +MNG,1998,14,27810,28591 +MNG,1998,15,26500,27377 +MNG,1998,16,25811,26580 +MNG,1998,17,25520,26058 +MNG,1998,18,25084,25414 +MNG,1999,0,22660,22923 +MNG,1999,1,23043,23473 +MNG,1999,2,23684,24222 +MNG,1999,3,24527,25122 +MNG,1999,4,24483,25229 +MNG,1999,5,26174,26811 +MNG,1999,6,27757,28284 +MNG,1999,7,29186,29607 +MNG,1999,8,30414,30739 +MNG,1999,9,31539,31762 +MNG,1999,10,32659,32755 +MNG,1999,11,32999,33076 +MNG,1999,12,32221,32443 +MNG,1999,13,30715,31178 +MNG,1999,14,29194,29886 +MNG,1999,15,27499,28448 +MNG,1999,16,26149,27214 +MNG,1999,17,25467,26420 +MNG,1999,18,25214,25912 +MNG,2000,0,23080,23179 +MNG,2000,1,22691,23031 +MNG,2000,2,22779,23281 +MNG,2000,3,23266,23861 +MNG,2000,4,24071,24701 +MNG,2000,5,25115,25734 +MNG,2000,6,26318,26890 +MNG,2000,7,27601,28102 +MNG,2000,8,28883,29300 +MNG,2000,9,30085,30416 +MNG,2000,10,31310,31533 +MNG,2000,11,32660,32732 +MNG,2000,12,33144,33191 +MNG,2000,13,32316,32539 +MNG,2000,14,30644,31160 +MNG,2000,15,29023,29811 +MNG,2000,16,27254,28339 +MNG,2000,17,25859,27085 +MNG,2000,18,25184,26292 +MNG,2001,0,22936,23061 +MNG,2001,1,22741,22930 +MNG,2001,2,22525,22907 +MNG,2001,3,22723,23237 +MNG,2001,4,23267,23860 +MNG,2001,5,24086,24714 +MNG,2001,6,25102,25730 +MNG,2001,7,26235,26841 +MNG,2001,8,27464,28018 +MNG,2001,9,28737,29212 +MNG,2001,10,29956,30343 +MNG,2001,11,31178,31459 +MNG,2001,12,32514,32650 +MNG,2001,13,32986,33101 +MNG,2001,14,32151,32443 +MNG,2001,15,30476,31061 +MNG,2001,16,28851,29706 +MNG,2001,17,27078,28229 +MNG,2001,18,25682,26970 +MNG,2002,0,22567,22792 +MNG,2002,1,21727,22119 +MNG,2002,2,22459,22707 +MNG,2002,3,22414,22808 +MNG,2002,4,22723,23220 +MNG,2002,5,23324,23887 +MNG,2002,6,24159,24754 +MNG,2002,7,25150,25755 +MNG,2002,8,26217,26822 +MNG,2002,9,27395,27965 +MNG,2002,10,28661,29157 +MNG,2002,11,29901,30303 +MNG,2002,12,31122,31421 +MNG,2002,13,32447,32604 +MNG,2002,14,32909,33049 +MNG,2002,15,32065,32385 +MNG,2002,16,30382,30996 +MNG,2002,17,28750,29634 +MNG,2002,18,26969,28151 +MNG,2003,0,22226,22595 +MNG,2003,1,21482,21916 +MNG,2003,2,21188,21666 +MNG,2003,3,22217,22504 +MNG,2003,4,22344,22730 +MNG,2003,5,22763,23223 +MNG,2003,6,23423,23934 +MNG,2003,7,24276,24817 +MNG,2003,8,25243,25804 +MNG,2003,9,26245,26827 +MNG,2003,10,27374,27938 +MNG,2003,11,28637,29128 +MNG,2003,12,29899,30291 +MNG,2003,13,31122,31410 +MNG,2003,14,32439,32588 +MNG,2003,15,32891,33026 +MNG,2003,16,32037,32355 +MNG,2003,17,30343,30959 +MNG,2003,18,28701,29589 +MNG,2004,0,22275,22790 +MNG,2004,1,21585,22065 +MNG,2004,2,21257,21711 +MNG,2004,3,21250,21686 +MNG,2004,4,21981,22303 +MNG,2004,5,22281,22654 +MNG,2004,6,22810,23228 +MNG,2004,7,23530,23985 +MNG,2004,8,24401,24882 +MNG,2004,9,25344,25855 +MNG,2004,10,26282,26834 +MNG,2004,11,27363,27912 +MNG,2004,12,28622,29102 +MNG,2004,13,29907,30282 +MNG,2004,14,31132,31403 +MNG,2004,15,32441,32575 +MNG,2004,16,32883,33006 +MNG,2004,17,32018,32328 +MNG,2004,18,30314,30924 +MNG,2005,0,22966,23591 +MNG,2005,1,22140,22662 +MNG,2005,2,21634,22082 +MNG,2005,3,21418,21816 +MNG,2005,4,21461,21832 +MNG,2005,5,21734,22094 +MNG,2005,6,22206,22570 +MNG,2005,7,22846,23225 +MNG,2005,8,23626,24026 +MNG,2005,9,24513,24939 +MNG,2005,10,25432,25896 +MNG,2005,11,26305,26832 +MNG,2005,12,27337,27877 +MNG,2005,13,28592,29065 +MNG,2005,14,29899,30261 +MNG,2005,15,31126,31384 +MNG,2005,16,32426,32550 +MNG,2005,17,32859,32975 +MNG,2005,18,31984,32290 +MNG,2006,0,24370,25070 +MNG,2006,1,22944,23548 +MNG,2006,2,22118,22631 +MNG,2006,3,21614,22060 +MNG,2006,4,21401,21802 +MNG,2006,5,21449,21822 +MNG,2006,6,21726,22087 +MNG,2006,7,22205,22564 +MNG,2006,8,22848,23220 +MNG,2006,9,23624,24019 +MNG,2006,10,24504,24930 +MNG,2006,11,25416,25885 +MNG,2006,12,26282,26817 +MNG,2006,13,27306,27857 +MNG,2006,14,28554,29037 +MNG,2006,15,29854,30226 +MNG,2006,16,31074,31341 +MNG,2006,17,32366,32498 +MNG,2006,18,32794,32915 +MNG,2007,0,26328,27068 +MNG,2007,1,24610,25221 +MNG,2007,2,22904,23488 +MNG,2007,3,22079,22584 +MNG,2007,4,21577,22023 +MNG,2007,5,21368,21772 +MNG,2007,6,21419,21797 +MNG,2007,7,21702,22066 +MNG,2007,8,22187,22543 +MNG,2007,9,22833,23198 +MNG,2007,10,23604,23997 +MNG,2007,11,24476,24905 +MNG,2007,12,25380,25856 +MNG,2007,13,26238,26783 +MNG,2007,14,27254,27817 +MNG,2007,15,28494,28990 +MNG,2007,16,29786,30170 +MNG,2007,17,30998,31276 +MNG,2007,18,32282,32423 +MNG,2008,0,28619,29377 +MNG,2008,1,26331,26982 +MNG,2008,2,24510,25077 +MNG,2008,3,22857,23421 +MNG,2008,4,22032,22530 +MNG,2008,5,21533,21979 +MNG,2008,6,21328,21736 +MNG,2008,7,21383,21766 +MNG,2008,8,21671,22037 +MNG,2008,9,22162,22516 +MNG,2008,10,22810,23170 +MNG,2008,11,23577,23966 +MNG,2008,12,24440,24872 +MNG,2008,13,25336,25819 +MNG,2008,14,26186,26741 +MNG,2008,15,27194,27769 +MNG,2008,16,28425,28934 +MNG,2008,17,29708,30104 +MNG,2008,18,30912,31201 +MNG,2009,0,30934,31707 +MNG,2009,1,28191,28883 +MNG,2009,2,25958,26580 +MNG,2009,3,24198,24760 +MNG,2009,4,22822,23364 +MNG,2009,5,21998,22486 +MNG,2009,6,21501,21945 +MNG,2009,7,21299,21708 +MNG,2009,8,21358,21744 +MNG,2009,9,21652,22018 +MNG,2009,10,22149,22497 +MNG,2009,11,22799,23150 +MNG,2009,12,23562,23946 +MNG,2009,13,24416,24849 +MNG,2009,14,25305,25792 +MNG,2009,15,26147,26710 +MNG,2009,16,27147,27732 +MNG,2009,17,28370,28890 +MNG,2009,18,29646,30051 +MNG,2010,0,33033,33831 +MNG,2010,1,30063,30797 +MNG,2010,2,27588,28262 +MNG,2010,3,25576,26193 +MNG,2010,4,23993,24557 +MNG,2010,5,22806,23322 +MNG,2010,6,21981,22456 +MNG,2010,7,21486,21924 +MNG,2010,8,21288,21695 +MNG,2010,9,21352,21736 +MNG,2010,10,21650,22013 +MNG,2010,11,22154,22493 +MNG,2010,12,22807,23147 +MNG,2010,13,23567,23941 +MNG,2010,14,24414,24842 +MNG,2010,15,25295,25783 +MNG,2010,16,26131,26697 +MNG,2010,17,27124,27714 +MNG,2010,18,28340,28864 +MNG,2011,0,34777,35629 +MNG,2011,1,32633,33425 +MNG,2011,2,29921,30649 +MNG,2011,3,27609,28279 +MNG,2011,4,25682,26295 +MNG,2011,5,24120,24682 +MNG,2011,6,22891,23406 +MNG,2011,7,21962,22435 +MNG,2011,8,21392,21828 +MNG,2011,9,21193,21599 +MNG,2011,10,21302,21685 +MNG,2011,11,21613,21975 +MNG,2011,12,22114,22452 +MNG,2011,13,22764,23101 +MNG,2011,14,23520,23891 +MNG,2011,15,24364,24787 +MNG,2011,16,25241,25722 +MNG,2011,17,26073,26631 +MNG,2011,18,27063,27641 +MNG,2012,0,36297,37212 +MNG,2012,1,33595,34448 +MNG,2012,2,32273,33056 +MNG,2012,3,29815,30536 +MNG,2012,4,27664,28326 +MNG,2012,5,25819,26426 +MNG,2012,6,24276,24833 +MNG,2012,7,23004,23514 +MNG,2012,8,21969,22438 +MNG,2012,9,21323,21756 +MNG,2012,10,21124,21527 +MNG,2012,11,21278,21657 +MNG,2012,12,21603,21961 +MNG,2012,13,22102,22435 +MNG,2012,14,22749,23081 +MNG,2012,15,23503,23867 +MNG,2012,16,24343,24759 +MNG,2012,17,25218,25689 +MNG,2012,18,26047,26593 +MNG,2013,0,37492,38469 +MNG,2013,1,35201,36110 +MNG,2013,2,33042,33885 +MNG,2013,3,31930,32700 +MNG,2013,4,29725,30435 +MNG,2013,5,27733,28386 +MNG,2013,6,25969,26568 +MNG,2013,7,24446,24995 +MNG,2013,8,23129,23633 +MNG,2013,9,21988,22451 +MNG,2013,10,21265,21692 +MNG,2013,11,21066,21463 +MNG,2013,12,21264,21639 +MNG,2013,13,21603,21956 +MNG,2013,14,22100,22428 +MNG,2013,15,22745,23070 +MNG,2013,16,23497,23853 +MNG,2013,17,24335,24741 +MNG,2013,18,25208,25667 +MNG,2014,0,38264,39289 +MNG,2014,1,36502,37457 +MNG,2014,2,34703,35591 +MNG,2014,3,32898,33719 +MNG,2014,4,31583,32340 +MNG,2014,5,29631,30329 +MNG,2014,6,27800,28442 +MNG,2014,7,26117,26707 +MNG,2014,8,24612,25153 +MNG,2014,9,23253,23748 +MNG,2014,10,22005,22461 +MNG,2014,11,21205,21626 +MNG,2014,12,21005,21397 +MNG,2014,13,21249,21617 +MNG,2014,14,21602,21948 +MNG,2014,15,22097,22417 +MNG,2014,16,22740,23056 +MNG,2014,17,23489,23835 +MNG,2014,18,24325,24720 +MNG,2015,0,38564,39616 +MNG,2015,1,37397,38385 +MNG,2015,2,36036,36960 +MNG,2015,3,34524,35386 +MNG,2015,4,32906,33707 +MNG,2015,5,31227,31968 +MNG,2015,6,29529,30214 +MNG,2015,7,27858,28488 +MNG,2015,8,26258,26836 +MNG,2015,9,24772,25303 +MNG,2015,10,23369,23856 +MNG,2015,11,22015,22463 +MNG,2015,12,21139,21552 +MNG,2015,13,20939,21323 +MNG,2015,14,21228,21588 +MNG,2015,15,21594,21932 +MNG,2015,16,22087,22398 +MNG,2015,17,22727,23035 +MNG,2015,18,23474,23810 +MNG,2016,0,38334,39397 +MNG,2016,1,38427,39462 +MNG,2016,2,37337,38314 +MNG,2016,3,36025,36942 +MNG,2016,4,34541,35397 +MNG,2016,5,32932,33728 +MNG,2016,6,31242,31979 +MNG,2016,7,29517,30196 +MNG,2016,8,27826,28450 +MNG,2016,9,26226,26799 +MNG,2016,10,24753,25279 +MNG,2016,11,23353,23835 +MNG,2016,12,21998,22440 +MNG,2016,13,21120,21528 +MNG,2016,14,20917,21295 +MNG,2016,15,21204,21558 +MNG,2016,16,21568,21898 +MNG,2016,17,22058,22360 +MNG,2016,18,22696,22992 +MNG,2017,0,37652,38708 +MNG,2017,1,37871,38896 +MNG,2017,2,38314,39334 +MNG,2017,3,37300,38266 +MNG,2017,4,36037,36947 +MNG,2017,5,34578,35431 +MNG,2017,6,32977,33770 +MNG,2017,7,31277,32011 +MNG,2017,8,29523,30197 +MNG,2017,9,27811,28429 +MNG,2017,10,26210,26778 +MNG,2017,11,24749,25270 +MNG,2017,12,23351,23829 +MNG,2017,13,21993,22432 +MNG,2017,14,21113,21516 +MNG,2017,15,20909,21281 +MNG,2017,16,21194,21541 +MNG,2017,17,21555,21878 +MNG,2017,18,22043,22336 +MNG,2018,0,36662,37697 +MNG,2018,1,37580,38607 +MNG,2018,2,37912,38919 +MNG,2018,3,38203,39207 +MNG,2018,4,37265,38221 +MNG,2018,5,36051,36954 +MNG,2018,6,34618,35466 +MNG,2018,7,33024,33814 +MNG,2018,8,31314,32044 +MNG,2018,9,29531,30200 +MNG,2018,10,27798,28409 +MNG,2018,11,26196,26758 +MNG,2018,12,24746,25263 +MNG,2018,13,23351,23825 +MNG,2018,14,21991,22424 +MNG,2018,15,21108,21506 +MNG,2018,16,20901,21268 +MNG,2018,17,21184,21525 +MNG,2018,18,21544,21858 +MNG,2019,0,36000,37000 +MNG,2019,1,37000,38000 +MNG,2019,2,38000,39000 +MNG,2019,3,38000,39000 +MNG,2019,4,38000,39000 +MNG,2019,5,37000,38000 +MNG,2019,6,36000,37000 +MNG,2019,7,35000,35000 +MNG,2019,8,33000,34000 +MNG,2019,9,31000,32000 +MNG,2019,10,30000,30000 +MNG,2019,11,28000,28000 +MNG,2019,12,26000,27000 +MNG,2019,13,25000,25000 +MNG,2019,14,23000,24000 +MNG,2019,15,22000,22000 +MNG,2019,16,21000,21000 +MNG,2019,17,21000,21000 +MNG,2019,18,21000,21000 +MNG,2020,0,35000,36000 +MNG,2020,1,36000,37000 +MNG,2020,2,38000,39000 +MNG,2020,3,38000,39000 +MNG,2020,4,38000,39000 +MNG,2020,5,38000,39000 +MNG,2020,6,37000,38000 +MNG,2020,7,36000,37000 +MNG,2020,8,35000,35000 +MNG,2020,9,33000,34000 +MNG,2020,10,31000,32000 +MNG,2020,11,30000,30000 +MNG,2020,12,28000,28000 +MNG,2020,13,26000,27000 +MNG,2020,14,25000,25000 +MNG,2020,15,23000,24000 +MNG,2020,16,22000,22000 +MNG,2020,17,21000,21000 +MNG,2020,18,21000,21000 +MNG,2021,0,34000,35000 +MNG,2021,1,35000,36000 +MNG,2021,2,37000,38000 +MNG,2021,3,38000,39000 +MNG,2021,4,38000,39000 +MNG,2021,5,38000,39000 +MNG,2021,6,38000,39000 +MNG,2021,7,37000,38000 +MNG,2021,8,36000,37000 +MNG,2021,9,35000,36000 +MNG,2021,10,33000,34000 +MNG,2021,11,31000,32000 +MNG,2021,12,30000,30000 +MNG,2021,13,28000,28000 +MNG,2021,14,26000,27000 +MNG,2021,15,25000,25000 +MNG,2021,16,23000,24000 +MNG,2021,17,22000,22000 +MNG,2021,18,21000,21000 +MNG,2022,0,33000,34000 +MNG,2022,1,35000,36000 +MNG,2022,2,35000,36000 +MNG,2022,3,37000,38000 +MNG,2022,4,37000,38000 +MNG,2022,5,38000,39000 +MNG,2022,6,38000,39000 +MNG,2022,7,38000,39000 +MNG,2022,8,37000,38000 +MNG,2022,9,36000,37000 +MNG,2022,10,35000,36000 +MNG,2022,11,33000,34000 +MNG,2022,12,31000,32000 +MNG,2022,13,30000,30000 +MNG,2022,14,28000,28000 +MNG,2022,15,26000,27000 +MNG,2022,16,25000,25000 +MNG,2022,17,23000,24000 +MNG,2022,18,22000,22000 +MNG,2023,0,33000,33000 +MNG,2023,1,34000,35000 +MNG,2023,2,36000,37000 +MNG,2023,3,36000,37000 +MNG,2023,4,37000,38000 +MNG,2023,5,37000,38000 +MNG,2023,6,38000,39000 +MNG,2023,7,38000,39000 +MNG,2023,8,38000,38000 +MNG,2023,9,37000,38000 +MNG,2023,10,36000,37000 +MNG,2023,11,35000,36000 +MNG,2023,12,33000,34000 +MNG,2023,13,31000,32000 +MNG,2023,14,29000,30000 +MNG,2023,15,28000,28000 +MNG,2023,16,26000,27000 +MNG,2023,17,25000,25000 +MNG,2023,18,23000,24000 +MNG,2024,0,32000,33000 +MNG,2024,1,34000,34000 +MNG,2024,2,35000,36000 +MNG,2024,3,36000,37000 +MNG,2024,4,36000,37000 +MNG,2024,5,37000,38000 +MNG,2024,6,37000,38000 +MNG,2024,7,38000,38000 +MNG,2024,8,38000,38000 +MNG,2024,9,37000,38000 +MNG,2024,10,37000,38000 +MNG,2024,11,36000,37000 +MNG,2024,12,35000,36000 +MNG,2024,13,33000,34000 +MNG,2024,14,31000,32000 +MNG,2024,15,29000,30000 +MNG,2024,16,28000,28000 +MNG,2024,17,26000,27000 +MNG,2024,18,25000,25000 +MNG,2025,0,32000,33000 +MNG,2025,1,33000,34000 +MNG,2025,2,34000,35000 +MNG,2025,3,35000,36000 +MNG,2025,4,36000,37000 +MNG,2025,5,36000,37000 +MNG,2025,6,37000,38000 +MNG,2025,7,37000,38000 +MNG,2025,8,37000,38000 +MNG,2025,9,37000,38000 +MNG,2025,10,37000,38000 +MNG,2025,11,37000,38000 +MNG,2025,12,36000,37000 +MNG,2025,13,35000,36000 +MNG,2025,14,33000,34000 +MNG,2025,15,31000,32000 +MNG,2025,16,29000,30000 +MNG,2025,17,28000,28000 +MNG,2025,18,26000,27000 +MNG,2026,0,32000,33000 +MNG,2026,1,32000,33000 +MNG,2026,2,33000,34000 +MNG,2026,3,34000,35000 +MNG,2026,4,35000,36000 +MNG,2026,5,36000,36000 +MNG,2026,6,36000,37000 +MNG,2026,7,37000,38000 +MNG,2026,8,37000,38000 +MNG,2026,9,37000,38000 +MNG,2026,10,37000,38000 +MNG,2026,11,37000,38000 +MNG,2026,12,37000,38000 +MNG,2026,13,36000,37000 +MNG,2026,14,35000,36000 +MNG,2026,15,33000,34000 +MNG,2026,16,31000,32000 +MNG,2026,17,29000,30000 +MNG,2026,18,28000,28000 +MNG,2027,0,32000,33000 +MNG,2027,1,32000,33000 +MNG,2027,2,32000,33000 +MNG,2027,3,33000,34000 +MNG,2027,4,34000,35000 +MNG,2027,5,35000,36000 +MNG,2027,6,35000,36000 +MNG,2027,7,36000,37000 +MNG,2027,8,37000,38000 +MNG,2027,9,37000,38000 +MNG,2027,10,37000,38000 +MNG,2027,11,37000,38000 +MNG,2027,12,37000,38000 +MNG,2027,13,37000,38000 +MNG,2027,14,36000,37000 +MNG,2027,15,35000,36000 +MNG,2027,16,33000,34000 +MNG,2027,17,31000,32000 +MNG,2027,18,29000,30000 +MNG,2028,0,32000,33000 +MNG,2028,1,32000,33000 +MNG,2028,2,32000,33000 +MNG,2028,3,32000,33000 +MNG,2028,4,33000,34000 +MNG,2028,5,34000,35000 +MNG,2028,6,35000,35000 +MNG,2028,7,35000,36000 +MNG,2028,8,36000,37000 +MNG,2028,9,37000,38000 +MNG,2028,10,37000,38000 +MNG,2028,11,37000,38000 +MNG,2028,12,37000,38000 +MNG,2028,13,37000,38000 +MNG,2028,14,37000,38000 +MNG,2028,15,36000,37000 +MNG,2028,16,35000,36000 +MNG,2028,17,33000,34000 +MNG,2028,18,31000,32000 +MNG,2029,0,32000,33000 +MNG,2029,1,32000,33000 +MNG,2029,2,32000,33000 +MNG,2029,3,32000,33000 +MNG,2029,4,32000,33000 +MNG,2029,5,33000,34000 +MNG,2029,6,34000,35000 +MNG,2029,7,35000,35000 +MNG,2029,8,35000,36000 +MNG,2029,9,36000,37000 +MNG,2029,10,37000,38000 +MNG,2029,11,37000,38000 +MNG,2029,12,37000,38000 +MNG,2029,13,37000,38000 +MNG,2029,14,37000,38000 +MNG,2029,15,37000,38000 +MNG,2029,16,36000,37000 +MNG,2029,17,35000,36000 +MNG,2029,18,33000,34000 +MNG,2030,0,32000,33000 +MNG,2030,1,32000,33000 +MNG,2030,2,32000,32000 +MNG,2030,3,32000,32000 +MNG,2030,4,32000,33000 +MNG,2030,5,32000,33000 +MNG,2030,6,33000,34000 +MNG,2030,7,34000,35000 +MNG,2030,8,34000,35000 +MNG,2030,9,35000,36000 +MNG,2030,10,36000,37000 +MNG,2030,11,37000,38000 +MNG,2030,12,37000,38000 +MNG,2030,13,37000,38000 +MNG,2030,14,37000,38000 +MNG,2030,15,37000,38000 +MNG,2030,16,37000,38000 +MNG,2030,17,36000,37000 +MNG,2030,18,35000,36000 +MNG,2031,0,32000,33000 +MNG,2031,1,32000,33000 +MNG,2031,2,32000,33000 +MNG,2031,3,32000,32000 +MNG,2031,4,32000,32000 +MNG,2031,5,32000,33000 +MNG,2031,6,32000,33000 +MNG,2031,7,33000,34000 +MNG,2031,8,34000,34000 +MNG,2031,9,34000,35000 +MNG,2031,10,35000,36000 +MNG,2031,11,36000,37000 +MNG,2031,12,37000,38000 +MNG,2031,13,37000,38000 +MNG,2031,14,37000,38000 +MNG,2031,15,37000,38000 +MNG,2031,16,37000,38000 +MNG,2031,17,37000,38000 +MNG,2031,18,36000,37000 +MNG,2032,0,32000,33000 +MNG,2032,1,32000,33000 +MNG,2032,2,32000,33000 +MNG,2032,3,32000,32000 +MNG,2032,4,32000,32000 +MNG,2032,5,32000,33000 +MNG,2032,6,32000,33000 +MNG,2032,7,32000,33000 +MNG,2032,8,33000,34000 +MNG,2032,9,34000,34000 +MNG,2032,10,34000,35000 +MNG,2032,11,35000,36000 +MNG,2032,12,36000,37000 +MNG,2032,13,37000,38000 +MNG,2032,14,37000,38000 +MNG,2032,15,37000,38000 +MNG,2032,16,37000,38000 +MNG,2032,17,37000,38000 +MNG,2032,18,37000,38000 +MNG,2033,0,32000,33000 +MNG,2033,1,32000,33000 +MNG,2033,2,31000,32000 +MNG,2033,3,32000,33000 +MNG,2033,4,32000,32000 +MNG,2033,5,32000,32000 +MNG,2033,6,32000,33000 +MNG,2033,7,32000,33000 +MNG,2033,8,33000,33000 +MNG,2033,9,33000,34000 +MNG,2033,10,34000,34000 +MNG,2033,11,34000,35000 +MNG,2033,12,35000,36000 +MNG,2033,13,36000,37000 +MNG,2033,14,37000,38000 +MNG,2033,15,37000,38000 +MNG,2033,16,37000,38000 +MNG,2033,17,37000,38000 +MNG,2033,18,37000,38000 +MNG,2034,0,32000,33000 +MNG,2034,1,32000,33000 +MNG,2034,2,32000,32000 +MNG,2034,3,31000,32000 +MNG,2034,4,32000,32000 +MNG,2034,5,32000,32000 +MNG,2034,6,32000,32000 +MNG,2034,7,32000,33000 +MNG,2034,8,32000,33000 +MNG,2034,9,33000,33000 +MNG,2034,10,33000,34000 +MNG,2034,11,34000,34000 +MNG,2034,12,34000,35000 +MNG,2034,13,35000,36000 +MNG,2034,14,36000,37000 +MNG,2034,15,37000,38000 +MNG,2034,16,37000,38000 +MNG,2034,17,37000,38000 +MNG,2034,18,37000,38000 +MNG,2035,0,33000,33000 +MNG,2035,1,32000,33000 +MNG,2035,2,32000,33000 +MNG,2035,3,32000,32000 +MNG,2035,4,31000,32000 +MNG,2035,5,31000,32000 +MNG,2035,6,31000,32000 +MNG,2035,7,32000,32000 +MNG,2035,8,32000,33000 +MNG,2035,9,32000,33000 +MNG,2035,10,33000,33000 +MNG,2035,11,33000,34000 +MNG,2035,12,34000,34000 +MNG,2035,13,34000,35000 +MNG,2035,14,35000,36000 +MNG,2035,15,36000,37000 +MNG,2035,16,37000,38000 +MNG,2035,17,37000,38000 +MNG,2035,18,37000,38000 +MNG,2036,0,33000,34000 +MNG,2036,1,33000,33000 +MNG,2036,2,32000,33000 +MNG,2036,3,32000,33000 +MNG,2036,4,32000,32000 +MNG,2036,5,31000,32000 +MNG,2036,6,31000,32000 +MNG,2036,7,31000,32000 +MNG,2036,8,32000,32000 +MNG,2036,9,32000,33000 +MNG,2036,10,32000,33000 +MNG,2036,11,33000,33000 +MNG,2036,12,33000,34000 +MNG,2036,13,34000,34000 +MNG,2036,14,34000,35000 +MNG,2036,15,35000,36000 +MNG,2036,16,36000,37000 +MNG,2036,17,37000,37000 +MNG,2036,18,37000,38000 +MNG,2037,0,33000,34000 +MNG,2037,1,33000,34000 +MNG,2037,2,32000,33000 +MNG,2037,3,32000,33000 +MNG,2037,4,32000,33000 +MNG,2037,5,32000,32000 +MNG,2037,6,31000,32000 +MNG,2037,7,31000,32000 +MNG,2037,8,32000,32000 +MNG,2037,9,32000,32000 +MNG,2037,10,32000,33000 +MNG,2037,11,32000,33000 +MNG,2037,12,33000,33000 +MNG,2037,13,33000,34000 +MNG,2037,14,33000,34000 +MNG,2037,15,34000,35000 +MNG,2037,16,35000,36000 +MNG,2037,17,36000,37000 +MNG,2037,18,37000,37000 +MNG,2038,0,33000,34000 +MNG,2038,1,33000,34000 +MNG,2038,2,33000,33000 +MNG,2038,3,32000,33000 +MNG,2038,4,32000,33000 +MNG,2038,5,32000,33000 +MNG,2038,6,32000,32000 +MNG,2038,7,32000,32000 +MNG,2038,8,31000,32000 +MNG,2038,9,32000,32000 +MNG,2038,10,32000,32000 +MNG,2038,11,32000,33000 +MNG,2038,12,32000,33000 +MNG,2038,13,33000,33000 +MNG,2038,14,33000,34000 +MNG,2038,15,33000,34000 +MNG,2038,16,34000,35000 +MNG,2038,17,35000,36000 +MNG,2038,18,36000,37000 +MNG,2039,0,34000,35000 +MNG,2039,1,33000,34000 +MNG,2039,2,33000,34000 +MNG,2039,3,33000,33000 +MNG,2039,4,32000,33000 +MNG,2039,5,32000,33000 +MNG,2039,6,32000,33000 +MNG,2039,7,32000,32000 +MNG,2039,8,32000,32000 +MNG,2039,9,31000,32000 +MNG,2039,10,31000,32000 +MNG,2039,11,32000,32000 +MNG,2039,12,32000,33000 +MNG,2039,13,32000,33000 +MNG,2039,14,33000,33000 +MNG,2039,15,33000,34000 +MNG,2039,16,33000,34000 +MNG,2039,17,34000,35000 +MNG,2039,18,35000,36000 +MNG,2040,0,34000,35000 +MNG,2040,1,34000,34000 +MNG,2040,2,33000,34000 +MNG,2040,3,33000,34000 +MNG,2040,4,33000,33000 +MNG,2040,5,32000,33000 +MNG,2040,6,32000,33000 +MNG,2040,7,32000,33000 +MNG,2040,8,32000,32000 +MNG,2040,9,32000,32000 +MNG,2040,10,31000,32000 +MNG,2040,11,31000,32000 +MNG,2040,12,32000,32000 +MNG,2040,13,32000,33000 +MNG,2040,14,32000,33000 +MNG,2040,15,33000,33000 +MNG,2040,16,33000,34000 +MNG,2040,17,33000,34000 +MNG,2040,18,34000,35000 +MNG,2041,0,34000,35000 +MNG,2041,1,34000,35000 +MNG,2041,2,34000,34000 +MNG,2041,3,33000,34000 +MNG,2041,4,33000,34000 +MNG,2041,5,33000,33000 +MNG,2041,6,32000,33000 +MNG,2041,7,32000,33000 +MNG,2041,8,32000,33000 +MNG,2041,9,32000,32000 +MNG,2041,10,32000,32000 +MNG,2041,11,31000,32000 +MNG,2041,12,31000,32000 +MNG,2041,13,32000,32000 +MNG,2041,14,32000,33000 +MNG,2041,15,32000,33000 +MNG,2041,16,33000,33000 +MNG,2041,17,33000,34000 +MNG,2041,18,33000,34000 +MNG,2042,0,35000,35000 +MNG,2042,1,34000,35000 +MNG,2042,2,34000,35000 +MNG,2042,3,34000,34000 +MNG,2042,4,33000,34000 +MNG,2042,5,33000,34000 +MNG,2042,6,33000,33000 +MNG,2042,7,32000,33000 +MNG,2042,8,32000,33000 +MNG,2042,9,32000,33000 +MNG,2042,10,32000,32000 +MNG,2042,11,32000,32000 +MNG,2042,12,31000,32000 +MNG,2042,13,31000,32000 +MNG,2042,14,32000,32000 +MNG,2042,15,32000,33000 +MNG,2042,16,32000,33000 +MNG,2042,17,33000,33000 +MNG,2042,18,33000,34000 +MNG,2043,0,35000,36000 +MNG,2043,1,35000,35000 +MNG,2043,2,34000,35000 +MNG,2043,3,34000,35000 +MNG,2043,4,34000,34000 +MNG,2043,5,33000,34000 +MNG,2043,6,33000,34000 +MNG,2043,7,33000,33000 +MNG,2043,8,32000,33000 +MNG,2043,9,32000,33000 +MNG,2043,10,32000,33000 +MNG,2043,11,32000,32000 +MNG,2043,12,32000,32000 +MNG,2043,13,31000,32000 +MNG,2043,14,31000,32000 +MNG,2043,15,32000,32000 +MNG,2043,16,32000,33000 +MNG,2043,17,32000,33000 +MNG,2043,18,33000,33000 +MNG,2044,0,35000,36000 +MNG,2044,1,35000,36000 +MNG,2044,2,35000,35000 +MNG,2044,3,34000,35000 +MNG,2044,4,34000,35000 +MNG,2044,5,34000,34000 +MNG,2044,6,33000,34000 +MNG,2044,7,33000,34000 +MNG,2044,8,33000,33000 +MNG,2044,9,32000,33000 +MNG,2044,10,32000,33000 +MNG,2044,11,32000,33000 +MNG,2044,12,32000,32000 +MNG,2044,13,32000,32000 +MNG,2044,14,31000,32000 +MNG,2044,15,31000,32000 +MNG,2044,16,32000,32000 +MNG,2044,17,32000,33000 +MNG,2044,18,32000,33000 +MNG,2045,0,35000,36000 +MNG,2045,1,35000,36000 +MNG,2045,2,35000,36000 +MNG,2045,3,35000,35000 +MNG,2045,4,34000,35000 +MNG,2045,5,34000,35000 +MNG,2045,6,34000,34000 +MNG,2045,7,33000,34000 +MNG,2045,8,33000,34000 +MNG,2045,9,33000,33000 +MNG,2045,10,32000,33000 +MNG,2045,11,32000,33000 +MNG,2045,12,32000,32000 +MNG,2045,13,32000,32000 +MNG,2045,14,31000,32000 +MNG,2045,15,31000,32000 +MNG,2045,16,31000,32000 +MNG,2045,17,32000,32000 +MNG,2045,18,32000,32000 +MNG,2046,0,35000,36000 +MNG,2046,1,35000,36000 +MNG,2046,2,35000,36000 +MNG,2046,3,35000,36000 +MNG,2046,4,35000,35000 +MNG,2046,5,34000,35000 +MNG,2046,6,34000,35000 +MNG,2046,7,34000,34000 +MNG,2046,8,33000,34000 +MNG,2046,9,33000,34000 +MNG,2046,10,33000,33000 +MNG,2046,11,32000,33000 +MNG,2046,12,32000,33000 +MNG,2046,13,32000,32000 +MNG,2046,14,32000,32000 +MNG,2046,15,31000,32000 +MNG,2046,16,31000,32000 +MNG,2046,17,31000,32000 +MNG,2046,18,32000,32000 +MNG,2047,0,36000,36000 +MNG,2047,1,35000,36000 +MNG,2047,2,35000,36000 +MNG,2047,3,35000,36000 +MNG,2047,4,35000,36000 +MNG,2047,5,34000,35000 +MNG,2047,6,34000,35000 +MNG,2047,7,34000,35000 +MNG,2047,8,34000,34000 +MNG,2047,9,33000,34000 +MNG,2047,10,33000,34000 +MNG,2047,11,33000,33000 +MNG,2047,12,32000,33000 +MNG,2047,13,32000,33000 +MNG,2047,14,32000,32000 +MNG,2047,15,32000,32000 +MNG,2047,16,31000,32000 +MNG,2047,17,31000,32000 +MNG,2047,18,31000,32000 +MNG,2048,0,36000,37000 +MNG,2048,1,36000,37000 +MNG,2048,2,35000,36000 +MNG,2048,3,35000,36000 +MNG,2048,4,35000,36000 +MNG,2048,5,35000,36000 +MNG,2048,6,34000,35000 +MNG,2048,7,34000,35000 +MNG,2048,8,34000,35000 +MNG,2048,9,34000,34000 +MNG,2048,10,33000,34000 +MNG,2048,11,33000,34000 +MNG,2048,12,33000,33000 +MNG,2048,13,32000,33000 +MNG,2048,14,32000,33000 +MNG,2048,15,32000,32000 +MNG,2048,16,32000,32000 +MNG,2048,17,31000,32000 +MNG,2048,18,31000,32000 +MNG,2049,0,36000,37000 +MNG,2049,1,36000,37000 +MNG,2049,2,36000,36000 +MNG,2049,3,35000,36000 +MNG,2049,4,35000,36000 +MNG,2049,5,35000,36000 +MNG,2049,6,35000,36000 +MNG,2049,7,34000,35000 +MNG,2049,8,34000,35000 +MNG,2049,9,34000,35000 +MNG,2049,10,34000,34000 +MNG,2049,11,33000,34000 +MNG,2049,12,33000,34000 +MNG,2049,13,33000,33000 +MNG,2049,14,32000,33000 +MNG,2049,15,32000,33000 +MNG,2049,16,32000,32000 +MNG,2049,17,32000,32000 +MNG,2049,18,31000,32000 +MNG,2050,0,36000,37000 +MNG,2050,1,36000,37000 +MNG,2050,2,36000,37000 +MNG,2050,3,36000,36000 +MNG,2050,4,35000,36000 +MNG,2050,5,35000,36000 +MNG,2050,6,35000,36000 +MNG,2050,7,35000,36000 +MNG,2050,8,34000,35000 +MNG,2050,9,34000,35000 +MNG,2050,10,34000,35000 +MNG,2050,11,34000,34000 +MNG,2050,12,33000,34000 +MNG,2050,13,33000,34000 +MNG,2050,14,33000,33000 +MNG,2050,15,32000,33000 +MNG,2050,16,32000,33000 +MNG,2050,17,32000,32000 +MNG,2050,18,32000,32000 +MNP,1990,0,, +MNP,1990,1,, +MNP,1990,2,, +MNP,1990,3,, +MNP,1990,4,, +MNP,1990,5,, +MNP,1990,6,, +MNP,1990,7,, +MNP,1990,8,, +MNP,1990,9,, +MNP,1990,10,, +MNP,1990,11,, +MNP,1990,12,, +MNP,1990,13,, +MNP,1990,14,, +MNP,1990,15,, +MNP,1990,16,, +MNP,1990,17,, +MNP,1990,18,, +MNP,1991,0,, +MNP,1991,1,, +MNP,1991,2,, +MNP,1991,3,, +MNP,1991,4,, +MNP,1991,5,, +MNP,1991,6,, +MNP,1991,7,, +MNP,1991,8,, +MNP,1991,9,, +MNP,1991,10,, +MNP,1991,11,, +MNP,1991,12,, +MNP,1991,13,, +MNP,1991,14,, +MNP,1991,15,, +MNP,1991,16,, +MNP,1991,17,, +MNP,1991,18,, +MNP,1992,0,, +MNP,1992,1,, +MNP,1992,2,, +MNP,1992,3,, +MNP,1992,4,, +MNP,1992,5,, +MNP,1992,6,, +MNP,1992,7,, +MNP,1992,8,, +MNP,1992,9,, +MNP,1992,10,, +MNP,1992,11,, +MNP,1992,12,, +MNP,1992,13,, +MNP,1992,14,, +MNP,1992,15,, +MNP,1992,16,, +MNP,1992,17,, +MNP,1992,18,, +MNP,1993,0,, +MNP,1993,1,, +MNP,1993,2,, +MNP,1993,3,, +MNP,1993,4,, +MNP,1993,5,, +MNP,1993,6,, +MNP,1993,7,, +MNP,1993,8,, +MNP,1993,9,, +MNP,1993,10,, +MNP,1993,11,, +MNP,1993,12,, +MNP,1993,13,, +MNP,1993,14,, +MNP,1993,15,, +MNP,1993,16,, +MNP,1993,17,, +MNP,1993,18,, +MNP,1994,0,, +MNP,1994,1,, +MNP,1994,2,, +MNP,1994,3,, +MNP,1994,4,, +MNP,1994,5,, +MNP,1994,6,, +MNP,1994,7,, +MNP,1994,8,, +MNP,1994,9,, +MNP,1994,10,, +MNP,1994,11,, +MNP,1994,12,, +MNP,1994,13,, +MNP,1994,14,, +MNP,1994,15,, +MNP,1994,16,, +MNP,1994,17,, +MNP,1994,18,, +MNP,1995,0,, +MNP,1995,1,, +MNP,1995,2,, +MNP,1995,3,, +MNP,1995,4,, +MNP,1995,5,, +MNP,1995,6,, +MNP,1995,7,, +MNP,1995,8,, +MNP,1995,9,, +MNP,1995,10,, +MNP,1995,11,, +MNP,1995,12,, +MNP,1995,13,, +MNP,1995,14,, +MNP,1995,15,, +MNP,1995,16,, +MNP,1995,17,, +MNP,1995,18,, +MNP,1996,0,, +MNP,1996,1,, +MNP,1996,2,, +MNP,1996,3,, +MNP,1996,4,, +MNP,1996,5,, +MNP,1996,6,, +MNP,1996,7,, +MNP,1996,8,, +MNP,1996,9,, +MNP,1996,10,, +MNP,1996,11,, +MNP,1996,12,, +MNP,1996,13,, +MNP,1996,14,, +MNP,1996,15,, +MNP,1996,16,, +MNP,1996,17,, +MNP,1996,18,, +MNP,1997,0,, +MNP,1997,1,, +MNP,1997,2,, +MNP,1997,3,, +MNP,1997,4,, +MNP,1997,5,, +MNP,1997,6,, +MNP,1997,7,, +MNP,1997,8,, +MNP,1997,9,, +MNP,1997,10,, +MNP,1997,11,, +MNP,1997,12,, +MNP,1997,13,, +MNP,1997,14,, +MNP,1997,15,, +MNP,1997,16,, +MNP,1997,17,, +MNP,1997,18,, +MNP,1998,0,, +MNP,1998,1,, +MNP,1998,2,, +MNP,1998,3,, +MNP,1998,4,, +MNP,1998,5,, +MNP,1998,6,, +MNP,1998,7,, +MNP,1998,8,, +MNP,1998,9,, +MNP,1998,10,, +MNP,1998,11,, +MNP,1998,12,, +MNP,1998,13,, +MNP,1998,14,, +MNP,1998,15,, +MNP,1998,16,, +MNP,1998,17,, +MNP,1998,18,, +MNP,1999,0,, +MNP,1999,1,, +MNP,1999,2,, +MNP,1999,3,, +MNP,1999,4,, +MNP,1999,5,, +MNP,1999,6,, +MNP,1999,7,, +MNP,1999,8,, +MNP,1999,9,, +MNP,1999,10,, +MNP,1999,11,, +MNP,1999,12,, +MNP,1999,13,, +MNP,1999,14,, +MNP,1999,15,, +MNP,1999,16,, +MNP,1999,17,, +MNP,1999,18,, +MNP,2000,0,, +MNP,2000,1,, +MNP,2000,2,, +MNP,2000,3,, +MNP,2000,4,, +MNP,2000,5,, +MNP,2000,6,, +MNP,2000,7,, +MNP,2000,8,, +MNP,2000,9,, +MNP,2000,10,, +MNP,2000,11,, +MNP,2000,12,, +MNP,2000,13,, +MNP,2000,14,, +MNP,2000,15,, +MNP,2000,16,, +MNP,2000,17,, +MNP,2000,18,, +MNP,2001,0,, +MNP,2001,1,, +MNP,2001,2,, +MNP,2001,3,, +MNP,2001,4,, +MNP,2001,5,, +MNP,2001,6,, +MNP,2001,7,, +MNP,2001,8,, +MNP,2001,9,, +MNP,2001,10,, +MNP,2001,11,, +MNP,2001,12,, +MNP,2001,13,, +MNP,2001,14,, +MNP,2001,15,, +MNP,2001,16,, +MNP,2001,17,, +MNP,2001,18,, +MNP,2002,0,, +MNP,2002,1,, +MNP,2002,2,, +MNP,2002,3,, +MNP,2002,4,, +MNP,2002,5,, +MNP,2002,6,, +MNP,2002,7,, +MNP,2002,8,, +MNP,2002,9,, +MNP,2002,10,, +MNP,2002,11,, +MNP,2002,12,, +MNP,2002,13,, +MNP,2002,14,, +MNP,2002,15,, +MNP,2002,16,, +MNP,2002,17,, +MNP,2002,18,, +MNP,2003,0,, +MNP,2003,1,, +MNP,2003,2,, +MNP,2003,3,, +MNP,2003,4,, +MNP,2003,5,, +MNP,2003,6,, +MNP,2003,7,, +MNP,2003,8,, +MNP,2003,9,, +MNP,2003,10,, +MNP,2003,11,, +MNP,2003,12,, +MNP,2003,13,, +MNP,2003,14,, +MNP,2003,15,, +MNP,2003,16,, +MNP,2003,17,, +MNP,2003,18,, +MNP,2004,0,, +MNP,2004,1,, +MNP,2004,2,, +MNP,2004,3,, +MNP,2004,4,, +MNP,2004,5,, +MNP,2004,6,, +MNP,2004,7,, +MNP,2004,8,, +MNP,2004,9,, +MNP,2004,10,, +MNP,2004,11,, +MNP,2004,12,, +MNP,2004,13,, +MNP,2004,14,, +MNP,2004,15,, +MNP,2004,16,, +MNP,2004,17,, +MNP,2004,18,, +MNP,2005,0,, +MNP,2005,1,, +MNP,2005,2,, +MNP,2005,3,, +MNP,2005,4,, +MNP,2005,5,, +MNP,2005,6,, +MNP,2005,7,, +MNP,2005,8,, +MNP,2005,9,, +MNP,2005,10,, +MNP,2005,11,, +MNP,2005,12,, +MNP,2005,13,, +MNP,2005,14,, +MNP,2005,15,, +MNP,2005,16,, +MNP,2005,17,, +MNP,2005,18,, +MNP,2006,0,, +MNP,2006,1,, +MNP,2006,2,, +MNP,2006,3,, +MNP,2006,4,, +MNP,2006,5,, +MNP,2006,6,, +MNP,2006,7,, +MNP,2006,8,, +MNP,2006,9,, +MNP,2006,10,, +MNP,2006,11,, +MNP,2006,12,, +MNP,2006,13,, +MNP,2006,14,, +MNP,2006,15,, +MNP,2006,16,, +MNP,2006,17,, +MNP,2006,18,, +MNP,2007,0,, +MNP,2007,1,, +MNP,2007,2,, +MNP,2007,3,, +MNP,2007,4,, +MNP,2007,5,, +MNP,2007,6,, +MNP,2007,7,, +MNP,2007,8,, +MNP,2007,9,, +MNP,2007,10,, +MNP,2007,11,, +MNP,2007,12,, +MNP,2007,13,, +MNP,2007,14,, +MNP,2007,15,, +MNP,2007,16,, +MNP,2007,17,, +MNP,2007,18,, +MNP,2008,0,, +MNP,2008,1,, +MNP,2008,2,, +MNP,2008,3,, +MNP,2008,4,, +MNP,2008,5,, +MNP,2008,6,, +MNP,2008,7,, +MNP,2008,8,, +MNP,2008,9,, +MNP,2008,10,, +MNP,2008,11,, +MNP,2008,12,, +MNP,2008,13,, +MNP,2008,14,, +MNP,2008,15,, +MNP,2008,16,, +MNP,2008,17,, +MNP,2008,18,, +MNP,2009,0,, +MNP,2009,1,, +MNP,2009,2,, +MNP,2009,3,, +MNP,2009,4,, +MNP,2009,5,, +MNP,2009,6,, +MNP,2009,7,, +MNP,2009,8,, +MNP,2009,9,, +MNP,2009,10,, +MNP,2009,11,, +MNP,2009,12,, +MNP,2009,13,, +MNP,2009,14,, +MNP,2009,15,, +MNP,2009,16,, +MNP,2009,17,, +MNP,2009,18,, +MNP,2010,0,, +MNP,2010,1,, +MNP,2010,2,, +MNP,2010,3,, +MNP,2010,4,, +MNP,2010,5,, +MNP,2010,6,, +MNP,2010,7,, +MNP,2010,8,, +MNP,2010,9,, +MNP,2010,10,, +MNP,2010,11,, +MNP,2010,12,, +MNP,2010,13,, +MNP,2010,14,, +MNP,2010,15,, +MNP,2010,16,, +MNP,2010,17,, +MNP,2010,18,, +MNP,2011,0,, +MNP,2011,1,, +MNP,2011,2,, +MNP,2011,3,, +MNP,2011,4,, +MNP,2011,5,, +MNP,2011,6,, +MNP,2011,7,, +MNP,2011,8,, +MNP,2011,9,, +MNP,2011,10,, +MNP,2011,11,, +MNP,2011,12,, +MNP,2011,13,, +MNP,2011,14,, +MNP,2011,15,, +MNP,2011,16,, +MNP,2011,17,, +MNP,2011,18,, +MNP,2012,0,, +MNP,2012,1,, +MNP,2012,2,, +MNP,2012,3,, +MNP,2012,4,, +MNP,2012,5,, +MNP,2012,6,, +MNP,2012,7,, +MNP,2012,8,, +MNP,2012,9,, +MNP,2012,10,, +MNP,2012,11,, +MNP,2012,12,, +MNP,2012,13,, +MNP,2012,14,, +MNP,2012,15,, +MNP,2012,16,, +MNP,2012,17,, +MNP,2012,18,, +MNP,2013,0,, +MNP,2013,1,, +MNP,2013,2,, +MNP,2013,3,, +MNP,2013,4,, +MNP,2013,5,, +MNP,2013,6,, +MNP,2013,7,, +MNP,2013,8,, +MNP,2013,9,, +MNP,2013,10,, +MNP,2013,11,, +MNP,2013,12,, +MNP,2013,13,, +MNP,2013,14,, +MNP,2013,15,, +MNP,2013,16,, +MNP,2013,17,, +MNP,2013,18,, +MNP,2014,0,, +MNP,2014,1,, +MNP,2014,2,, +MNP,2014,3,, +MNP,2014,4,, +MNP,2014,5,, +MNP,2014,6,, +MNP,2014,7,, +MNP,2014,8,, +MNP,2014,9,, +MNP,2014,10,, +MNP,2014,11,, +MNP,2014,12,, +MNP,2014,13,, +MNP,2014,14,, +MNP,2014,15,, +MNP,2014,16,, +MNP,2014,17,, +MNP,2014,18,, +MNP,2015,0,, +MNP,2015,1,, +MNP,2015,2,, +MNP,2015,3,, +MNP,2015,4,, +MNP,2015,5,, +MNP,2015,6,, +MNP,2015,7,, +MNP,2015,8,, +MNP,2015,9,, +MNP,2015,10,, +MNP,2015,11,, +MNP,2015,12,, +MNP,2015,13,, +MNP,2015,14,, +MNP,2015,15,, +MNP,2015,16,, +MNP,2015,17,, +MNP,2015,18,, +MNP,2016,0,, +MNP,2016,1,, +MNP,2016,2,, +MNP,2016,3,, +MNP,2016,4,, +MNP,2016,5,, +MNP,2016,6,, +MNP,2016,7,, +MNP,2016,8,, +MNP,2016,9,, +MNP,2016,10,, +MNP,2016,11,, +MNP,2016,12,, +MNP,2016,13,, +MNP,2016,14,, +MNP,2016,15,, +MNP,2016,16,, +MNP,2016,17,, +MNP,2016,18,, +MNP,2017,0,, +MNP,2017,1,, +MNP,2017,2,, +MNP,2017,3,, +MNP,2017,4,, +MNP,2017,5,, +MNP,2017,6,, +MNP,2017,7,, +MNP,2017,8,, +MNP,2017,9,, +MNP,2017,10,, +MNP,2017,11,, +MNP,2017,12,, +MNP,2017,13,, +MNP,2017,14,, +MNP,2017,15,, +MNP,2017,16,, +MNP,2017,17,, +MNP,2017,18,, +MNP,2018,0,, +MNP,2018,1,, +MNP,2018,2,, +MNP,2018,3,, +MNP,2018,4,, +MNP,2018,5,, +MNP,2018,6,, +MNP,2018,7,, +MNP,2018,8,, +MNP,2018,9,, +MNP,2018,10,, +MNP,2018,11,, +MNP,2018,12,, +MNP,2018,13,, +MNP,2018,14,, +MNP,2018,15,, +MNP,2018,16,, +MNP,2018,17,, +MNP,2018,18,, +MNP,2019,0,, +MNP,2019,1,, +MNP,2019,2,, +MNP,2019,3,, +MNP,2019,4,, +MNP,2019,5,, +MNP,2019,6,, +MNP,2019,7,, +MNP,2019,8,, +MNP,2019,9,, +MNP,2019,10,, +MNP,2019,11,, +MNP,2019,12,, +MNP,2019,13,, +MNP,2019,14,, +MNP,2019,15,, +MNP,2019,16,, +MNP,2019,17,, +MNP,2019,18,, +MNP,2020,0,, +MNP,2020,1,, +MNP,2020,2,, +MNP,2020,3,, +MNP,2020,4,, +MNP,2020,5,, +MNP,2020,6,, +MNP,2020,7,, +MNP,2020,8,, +MNP,2020,9,, +MNP,2020,10,, +MNP,2020,11,, +MNP,2020,12,, +MNP,2020,13,, +MNP,2020,14,, +MNP,2020,15,, +MNP,2020,16,, +MNP,2020,17,, +MNP,2020,18,, +MNP,2021,0,, +MNP,2021,1,, +MNP,2021,2,, +MNP,2021,3,, +MNP,2021,4,, +MNP,2021,5,, +MNP,2021,6,, +MNP,2021,7,, +MNP,2021,8,, +MNP,2021,9,, +MNP,2021,10,, +MNP,2021,11,, +MNP,2021,12,, +MNP,2021,13,, +MNP,2021,14,, +MNP,2021,15,, +MNP,2021,16,, +MNP,2021,17,, +MNP,2021,18,, +MNP,2022,0,, +MNP,2022,1,, +MNP,2022,2,, +MNP,2022,3,, +MNP,2022,4,, +MNP,2022,5,, +MNP,2022,6,, +MNP,2022,7,, +MNP,2022,8,, +MNP,2022,9,, +MNP,2022,10,, +MNP,2022,11,, +MNP,2022,12,, +MNP,2022,13,, +MNP,2022,14,, +MNP,2022,15,, +MNP,2022,16,, +MNP,2022,17,, +MNP,2022,18,, +MNP,2023,0,, +MNP,2023,1,, +MNP,2023,2,, +MNP,2023,3,, +MNP,2023,4,, +MNP,2023,5,, +MNP,2023,6,, +MNP,2023,7,, +MNP,2023,8,, +MNP,2023,9,, +MNP,2023,10,, +MNP,2023,11,, +MNP,2023,12,, +MNP,2023,13,, +MNP,2023,14,, +MNP,2023,15,, +MNP,2023,16,, +MNP,2023,17,, +MNP,2023,18,, +MNP,2024,0,, +MNP,2024,1,, +MNP,2024,2,, +MNP,2024,3,, +MNP,2024,4,, +MNP,2024,5,, +MNP,2024,6,, +MNP,2024,7,, +MNP,2024,8,, +MNP,2024,9,, +MNP,2024,10,, +MNP,2024,11,, +MNP,2024,12,, +MNP,2024,13,, +MNP,2024,14,, +MNP,2024,15,, +MNP,2024,16,, +MNP,2024,17,, +MNP,2024,18,, +MNP,2025,0,, +MNP,2025,1,, +MNP,2025,2,, +MNP,2025,3,, +MNP,2025,4,, +MNP,2025,5,, +MNP,2025,6,, +MNP,2025,7,, +MNP,2025,8,, +MNP,2025,9,, +MNP,2025,10,, +MNP,2025,11,, +MNP,2025,12,, +MNP,2025,13,, +MNP,2025,14,, +MNP,2025,15,, +MNP,2025,16,, +MNP,2025,17,, +MNP,2025,18,, +MNP,2026,0,, +MNP,2026,1,, +MNP,2026,2,, +MNP,2026,3,, +MNP,2026,4,, +MNP,2026,5,, +MNP,2026,6,, +MNP,2026,7,, +MNP,2026,8,, +MNP,2026,9,, +MNP,2026,10,, +MNP,2026,11,, +MNP,2026,12,, +MNP,2026,13,, +MNP,2026,14,, +MNP,2026,15,, +MNP,2026,16,, +MNP,2026,17,, +MNP,2026,18,, +MNP,2027,0,, +MNP,2027,1,, +MNP,2027,2,, +MNP,2027,3,, +MNP,2027,4,, +MNP,2027,5,, +MNP,2027,6,, +MNP,2027,7,, +MNP,2027,8,, +MNP,2027,9,, +MNP,2027,10,, +MNP,2027,11,, +MNP,2027,12,, +MNP,2027,13,, +MNP,2027,14,, +MNP,2027,15,, +MNP,2027,16,, +MNP,2027,17,, +MNP,2027,18,, +MNP,2028,0,, +MNP,2028,1,, +MNP,2028,2,, +MNP,2028,3,, +MNP,2028,4,, +MNP,2028,5,, +MNP,2028,6,, +MNP,2028,7,, +MNP,2028,8,, +MNP,2028,9,, +MNP,2028,10,, +MNP,2028,11,, +MNP,2028,12,, +MNP,2028,13,, +MNP,2028,14,, +MNP,2028,15,, +MNP,2028,16,, +MNP,2028,17,, +MNP,2028,18,, +MNP,2029,0,, +MNP,2029,1,, +MNP,2029,2,, +MNP,2029,3,, +MNP,2029,4,, +MNP,2029,5,, +MNP,2029,6,, +MNP,2029,7,, +MNP,2029,8,, +MNP,2029,9,, +MNP,2029,10,, +MNP,2029,11,, +MNP,2029,12,, +MNP,2029,13,, +MNP,2029,14,, +MNP,2029,15,, +MNP,2029,16,, +MNP,2029,17,, +MNP,2029,18,, +MNP,2030,0,, +MNP,2030,1,, +MNP,2030,2,, +MNP,2030,3,, +MNP,2030,4,, +MNP,2030,5,, +MNP,2030,6,, +MNP,2030,7,, +MNP,2030,8,, +MNP,2030,9,, +MNP,2030,10,, +MNP,2030,11,, +MNP,2030,12,, +MNP,2030,13,, +MNP,2030,14,, +MNP,2030,15,, +MNP,2030,16,, +MNP,2030,17,, +MNP,2030,18,, +MNP,2031,0,, +MNP,2031,1,, +MNP,2031,2,, +MNP,2031,3,, +MNP,2031,4,, +MNP,2031,5,, +MNP,2031,6,, +MNP,2031,7,, +MNP,2031,8,, +MNP,2031,9,, +MNP,2031,10,, +MNP,2031,11,, +MNP,2031,12,, +MNP,2031,13,, +MNP,2031,14,, +MNP,2031,15,, +MNP,2031,16,, +MNP,2031,17,, +MNP,2031,18,, +MNP,2032,0,, +MNP,2032,1,, +MNP,2032,2,, +MNP,2032,3,, +MNP,2032,4,, +MNP,2032,5,, +MNP,2032,6,, +MNP,2032,7,, +MNP,2032,8,, +MNP,2032,9,, +MNP,2032,10,, +MNP,2032,11,, +MNP,2032,12,, +MNP,2032,13,, +MNP,2032,14,, +MNP,2032,15,, +MNP,2032,16,, +MNP,2032,17,, +MNP,2032,18,, +MNP,2033,0,, +MNP,2033,1,, +MNP,2033,2,, +MNP,2033,3,, +MNP,2033,4,, +MNP,2033,5,, +MNP,2033,6,, +MNP,2033,7,, +MNP,2033,8,, +MNP,2033,9,, +MNP,2033,10,, +MNP,2033,11,, +MNP,2033,12,, +MNP,2033,13,, +MNP,2033,14,, +MNP,2033,15,, +MNP,2033,16,, +MNP,2033,17,, +MNP,2033,18,, +MNP,2034,0,, +MNP,2034,1,, +MNP,2034,2,, +MNP,2034,3,, +MNP,2034,4,, +MNP,2034,5,, +MNP,2034,6,, +MNP,2034,7,, +MNP,2034,8,, +MNP,2034,9,, +MNP,2034,10,, +MNP,2034,11,, +MNP,2034,12,, +MNP,2034,13,, +MNP,2034,14,, +MNP,2034,15,, +MNP,2034,16,, +MNP,2034,17,, +MNP,2034,18,, +MNP,2035,0,, +MNP,2035,1,, +MNP,2035,2,, +MNP,2035,3,, +MNP,2035,4,, +MNP,2035,5,, +MNP,2035,6,, +MNP,2035,7,, +MNP,2035,8,, +MNP,2035,9,, +MNP,2035,10,, +MNP,2035,11,, +MNP,2035,12,, +MNP,2035,13,, +MNP,2035,14,, +MNP,2035,15,, +MNP,2035,16,, +MNP,2035,17,, +MNP,2035,18,, +MNP,2036,0,, +MNP,2036,1,, +MNP,2036,2,, +MNP,2036,3,, +MNP,2036,4,, +MNP,2036,5,, +MNP,2036,6,, +MNP,2036,7,, +MNP,2036,8,, +MNP,2036,9,, +MNP,2036,10,, +MNP,2036,11,, +MNP,2036,12,, +MNP,2036,13,, +MNP,2036,14,, +MNP,2036,15,, +MNP,2036,16,, +MNP,2036,17,, +MNP,2036,18,, +MNP,2037,0,, +MNP,2037,1,, +MNP,2037,2,, +MNP,2037,3,, +MNP,2037,4,, +MNP,2037,5,, +MNP,2037,6,, +MNP,2037,7,, +MNP,2037,8,, +MNP,2037,9,, +MNP,2037,10,, +MNP,2037,11,, +MNP,2037,12,, +MNP,2037,13,, +MNP,2037,14,, +MNP,2037,15,, +MNP,2037,16,, +MNP,2037,17,, +MNP,2037,18,, +MNP,2038,0,, +MNP,2038,1,, +MNP,2038,2,, +MNP,2038,3,, +MNP,2038,4,, +MNP,2038,5,, +MNP,2038,6,, +MNP,2038,7,, +MNP,2038,8,, +MNP,2038,9,, +MNP,2038,10,, +MNP,2038,11,, +MNP,2038,12,, +MNP,2038,13,, +MNP,2038,14,, +MNP,2038,15,, +MNP,2038,16,, +MNP,2038,17,, +MNP,2038,18,, +MNP,2039,0,, +MNP,2039,1,, +MNP,2039,2,, +MNP,2039,3,, +MNP,2039,4,, +MNP,2039,5,, +MNP,2039,6,, +MNP,2039,7,, +MNP,2039,8,, +MNP,2039,9,, +MNP,2039,10,, +MNP,2039,11,, +MNP,2039,12,, +MNP,2039,13,, +MNP,2039,14,, +MNP,2039,15,, +MNP,2039,16,, +MNP,2039,17,, +MNP,2039,18,, +MNP,2040,0,, +MNP,2040,1,, +MNP,2040,2,, +MNP,2040,3,, +MNP,2040,4,, +MNP,2040,5,, +MNP,2040,6,, +MNP,2040,7,, +MNP,2040,8,, +MNP,2040,9,, +MNP,2040,10,, +MNP,2040,11,, +MNP,2040,12,, +MNP,2040,13,, +MNP,2040,14,, +MNP,2040,15,, +MNP,2040,16,, +MNP,2040,17,, +MNP,2040,18,, +MNP,2041,0,, +MNP,2041,1,, +MNP,2041,2,, +MNP,2041,3,, +MNP,2041,4,, +MNP,2041,5,, +MNP,2041,6,, +MNP,2041,7,, +MNP,2041,8,, +MNP,2041,9,, +MNP,2041,10,, +MNP,2041,11,, +MNP,2041,12,, +MNP,2041,13,, +MNP,2041,14,, +MNP,2041,15,, +MNP,2041,16,, +MNP,2041,17,, +MNP,2041,18,, +MNP,2042,0,, +MNP,2042,1,, +MNP,2042,2,, +MNP,2042,3,, +MNP,2042,4,, +MNP,2042,5,, +MNP,2042,6,, +MNP,2042,7,, +MNP,2042,8,, +MNP,2042,9,, +MNP,2042,10,, +MNP,2042,11,, +MNP,2042,12,, +MNP,2042,13,, +MNP,2042,14,, +MNP,2042,15,, +MNP,2042,16,, +MNP,2042,17,, +MNP,2042,18,, +MNP,2043,0,, +MNP,2043,1,, +MNP,2043,2,, +MNP,2043,3,, +MNP,2043,4,, +MNP,2043,5,, +MNP,2043,6,, +MNP,2043,7,, +MNP,2043,8,, +MNP,2043,9,, +MNP,2043,10,, +MNP,2043,11,, +MNP,2043,12,, +MNP,2043,13,, +MNP,2043,14,, +MNP,2043,15,, +MNP,2043,16,, +MNP,2043,17,, +MNP,2043,18,, +MNP,2044,0,, +MNP,2044,1,, +MNP,2044,2,, +MNP,2044,3,, +MNP,2044,4,, +MNP,2044,5,, +MNP,2044,6,, +MNP,2044,7,, +MNP,2044,8,, +MNP,2044,9,, +MNP,2044,10,, +MNP,2044,11,, +MNP,2044,12,, +MNP,2044,13,, +MNP,2044,14,, +MNP,2044,15,, +MNP,2044,16,, +MNP,2044,17,, +MNP,2044,18,, +MNP,2045,0,, +MNP,2045,1,, +MNP,2045,2,, +MNP,2045,3,, +MNP,2045,4,, +MNP,2045,5,, +MNP,2045,6,, +MNP,2045,7,, +MNP,2045,8,, +MNP,2045,9,, +MNP,2045,10,, +MNP,2045,11,, +MNP,2045,12,, +MNP,2045,13,, +MNP,2045,14,, +MNP,2045,15,, +MNP,2045,16,, +MNP,2045,17,, +MNP,2045,18,, +MNP,2046,0,, +MNP,2046,1,, +MNP,2046,2,, +MNP,2046,3,, +MNP,2046,4,, +MNP,2046,5,, +MNP,2046,6,, +MNP,2046,7,, +MNP,2046,8,, +MNP,2046,9,, +MNP,2046,10,, +MNP,2046,11,, +MNP,2046,12,, +MNP,2046,13,, +MNP,2046,14,, +MNP,2046,15,, +MNP,2046,16,, +MNP,2046,17,, +MNP,2046,18,, +MNP,2047,0,, +MNP,2047,1,, +MNP,2047,2,, +MNP,2047,3,, +MNP,2047,4,, +MNP,2047,5,, +MNP,2047,6,, +MNP,2047,7,, +MNP,2047,8,, +MNP,2047,9,, +MNP,2047,10,, +MNP,2047,11,, +MNP,2047,12,, +MNP,2047,13,, +MNP,2047,14,, +MNP,2047,15,, +MNP,2047,16,, +MNP,2047,17,, +MNP,2047,18,, +MNP,2048,0,, +MNP,2048,1,, +MNP,2048,2,, +MNP,2048,3,, +MNP,2048,4,, +MNP,2048,5,, +MNP,2048,6,, +MNP,2048,7,, +MNP,2048,8,, +MNP,2048,9,, +MNP,2048,10,, +MNP,2048,11,, +MNP,2048,12,, +MNP,2048,13,, +MNP,2048,14,, +MNP,2048,15,, +MNP,2048,16,, +MNP,2048,17,, +MNP,2048,18,, +MNP,2049,0,, +MNP,2049,1,, +MNP,2049,2,, +MNP,2049,3,, +MNP,2049,4,, +MNP,2049,5,, +MNP,2049,6,, +MNP,2049,7,, +MNP,2049,8,, +MNP,2049,9,, +MNP,2049,10,, +MNP,2049,11,, +MNP,2049,12,, +MNP,2049,13,, +MNP,2049,14,, +MNP,2049,15,, +MNP,2049,16,, +MNP,2049,17,, +MNP,2049,18,, +MNP,2050,0,, +MNP,2050,1,, +MNP,2050,2,, +MNP,2050,3,, +MNP,2050,4,, +MNP,2050,5,, +MNP,2050,6,, +MNP,2050,7,, +MNP,2050,8,, +MNP,2050,9,, +MNP,2050,10,, +MNP,2050,11,, +MNP,2050,12,, +MNP,2050,13,, +MNP,2050,14,, +MNP,2050,15,, +MNP,2050,16,, +MNP,2050,17,, +MNP,2050,18,, +MOZ,1990,0,244783,245350 +MOZ,1990,1,237248,237143 +MOZ,1990,2,230246,229643 +MOZ,1990,3,223712,222763 +MOZ,1990,4,217581,216414 +MOZ,1990,5,211788,210509 +MOZ,1990,6,206268,204960 +MOZ,1990,7,200956,199680 +MOZ,1990,8,195788,194580 +MOZ,1990,9,190697,189573 +MOZ,1990,10,185704,184661 +MOZ,1990,11,180829,179847 +MOZ,1990,12,175584,174591 +MOZ,1990,13,169734,168623 +MOZ,1990,14,163469,162128 +MOZ,1990,15,157292,155675 +MOZ,1990,16,151200,149288 +MOZ,1990,17,144820,142315 +MOZ,1990,18,138049,134531 +MOZ,1991,0,250497,249658 +MOZ,1991,1,241325,241165 +MOZ,1991,2,233692,232927 +MOZ,1991,3,226716,225424 +MOZ,1991,4,220304,218556 +MOZ,1991,5,214362,212223 +MOZ,1991,6,208850,206359 +MOZ,1991,7,203726,200898 +MOZ,1991,8,198639,195570 +MOZ,1991,9,193395,190206 +MOZ,1991,10,188054,184810 +MOZ,1991,11,182886,179565 +MOZ,1991,12,177849,174450 +MOZ,1991,13,172589,168966 +MOZ,1991,14,166959,162886 +MOZ,1991,15,161076,156384 +MOZ,1991,16,155262,149955 +MOZ,1991,17,149522,143614 +MOZ,1991,18,143574,136892 +MOZ,1992,0,261770,259800 +MOZ,1992,1,250985,249502 +MOZ,1992,2,239751,239482 +MOZ,1992,3,231962,231129 +MOZ,1992,4,224958,223547 +MOZ,1992,5,218617,216621 +MOZ,1992,6,212817,210239 +MOZ,1992,7,207541,204355 +MOZ,1992,8,202770,198925 +MOZ,1992,9,197869,193495 +MOZ,1992,10,192509,187817 +MOZ,1992,11,186878,181982 +MOZ,1992,12,181495,176353 +MOZ,1992,13,176259,170888 +MOZ,1992,14,170944,165122 +MOZ,1992,15,165490,158868 +MOZ,1992,16,159942,152294 +MOZ,1992,17,154442,145824 +MOZ,1992,18,149008,139464 +MOZ,1993,0,276269,273484 +MOZ,1993,1,262910,261298 +MOZ,1993,2,251181,250359 +MOZ,1993,3,239036,239029 +MOZ,1993,4,231063,230518 +MOZ,1993,5,224005,222816 +MOZ,1993,6,217712,215796 +MOZ,1993,7,212034,209332 +MOZ,1993,8,206977,203398 +MOZ,1993,9,202544,197971 +MOZ,1993,10,197810,192412 +MOZ,1993,11,192315,186388 +MOZ,1993,12,186373,180080 +MOZ,1993,13,180755,174037 +MOZ,1993,14,175300,168192 +MOZ,1993,15,169911,162113 +MOZ,1993,16,164613,155654 +MOZ,1993,17,159380,148972 +MOZ,1993,18,154177,142428 +MOZ,1994,0,290755,287563 +MOZ,1994,1,275049,273508 +MOZ,1994,2,261352,260935 +MOZ,1994,3,249466,249699 +MOZ,1994,4,238132,238488 +MOZ,1994,5,229979,229820 +MOZ,1994,6,222873,222000 +MOZ,1994,7,216634,214888 +MOZ,1994,8,211083,208343 +MOZ,1994,9,206249,202361 +MOZ,1994,10,202160,196939 +MOZ,1994,11,197598,191250 +MOZ,1994,12,191971,184880 +MOZ,1994,13,185721,178098 +MOZ,1994,14,179871,171638 +MOZ,1994,15,174199,165411 +MOZ,1994,16,168739,159019 +MOZ,1994,17,163603,152353 +MOZ,1994,18,158692,145566 +MOZ,1995,0,302889,299794 +MOZ,1995,1,285588,284257 +MOZ,1995,2,270501,270376 +MOZ,1995,3,257421,257998 +MOZ,1995,4,246140,246967 +MOZ,1995,5,236449,237131 +MOZ,1995,6,228142,228334 +MOZ,1995,7,221010,220423 +MOZ,1995,8,214845,213242 +MOZ,1995,9,209440,206638 +MOZ,1995,10,204846,200628 +MOZ,1995,11,201115,195230 +MOZ,1995,12,196742,189430 +MOZ,1995,13,191000,182732 +MOZ,1995,14,184461,175497 +MOZ,1995,15,178397,168640 +MOZ,1995,16,172526,162051 +MOZ,1995,17,167013,155365 +MOZ,1995,18,162056,148515 +MOZ,1996,0,313843,311016 +MOZ,1996,1,298322,295362 +MOZ,1996,2,282253,280732 +MOZ,1996,3,268150,267643 +MOZ,1996,4,255832,255945 +MOZ,1996,5,245118,245486 +MOZ,1996,6,235816,236128 +MOZ,1996,7,227732,227730 +MOZ,1996,8,220749,220092 +MOZ,1996,9,214713,213042 +MOZ,1996,10,209405,206462 +MOZ,1996,11,204813,200424 +MOZ,1996,12,201006,194942 +MOZ,1996,13,196563,189051 +MOZ,1996,14,190797,182287 +MOZ,1996,15,184257,174998 +MOZ,1996,16,178158,168056 +MOZ,1996,17,172233,161359 +MOZ,1996,18,166666,154582 +MOZ,1997,0,322467,320378 +MOZ,1997,1,304473,303196 +MOZ,1997,2,292966,290113 +MOZ,1997,3,278174,276434 +MOZ,1997,4,265093,264174 +MOZ,1997,5,253571,253188 +MOZ,1997,6,243456,243332 +MOZ,1997,7,234567,234478 +MOZ,1997,8,226727,226503 +MOZ,1997,9,219912,219159 +MOZ,1997,10,214021,212260 +MOZ,1997,11,208823,205721 +MOZ,1997,12,204246,199672 +MOZ,1997,13,200372,194121 +MOZ,1997,14,195872,188155 +MOZ,1997,15,190096,181344 +MOZ,1997,16,183572,174020 +MOZ,1997,17,177455,167012 +MOZ,1997,18,171490,160225 +MOZ,1998,0,329901,328878 +MOZ,1998,1,312440,311383 +MOZ,1998,2,296743,295676 +MOZ,1998,3,287230,284526 +MOZ,1998,4,273733,271811 +MOZ,1998,5,261691,260394 +MOZ,1998,6,250979,250133 +MOZ,1998,7,241474,240889 +MOZ,1998,8,233010,232550 +MOZ,1998,9,225425,225007 +MOZ,1998,10,218787,217966 +MOZ,1998,11,213048,211225 +MOZ,1998,12,207967,204735 +MOZ,1998,13,203411,198682 +MOZ,1998,14,199475,193069 +MOZ,1998,15,194923,187035 +MOZ,1998,16,189145,180184 +MOZ,1998,17,182646,172836 +MOZ,1998,18,176519,165769 +MOZ,1999,0,337844,337977 +MOZ,1999,1,320921,320232 +MOZ,1999,2,305486,304240 +MOZ,1999,3,291444,289862 +MOZ,1999,4,281546,279090 +MOZ,1999,5,269339,267331 +MOZ,1999,6,258331,256749 +MOZ,1999,7,248427,247206 +MOZ,1999,8,239529,238568 +MOZ,1999,9,231488,230739 +MOZ,1999,10,224156,223623 +MOZ,1999,11,217692,216880 +MOZ,1999,12,212105,210294 +MOZ,1999,13,207141,203851 +MOZ,1999,14,202604,197791 +MOZ,1999,15,198607,192112 +MOZ,1999,16,194003,186008 +MOZ,1999,17,188222,179114 +MOZ,1999,18,181747,171738 +MOZ,2000,0,347426,348596 +MOZ,2000,1,330722,330516 +MOZ,2000,2,315311,314151 +MOZ,2000,3,301124,299370 +MOZ,2000,4,288092,286041 +MOZ,2000,5,276145,274032 +MOZ,2000,6,265214,263213 +MOZ,2000,7,255229,253450 +MOZ,2000,8,246121,244613 +MOZ,2000,9,237821,236569 +MOZ,2000,10,230194,229239 +MOZ,2000,11,223107,222539 +MOZ,2000,12,216813,216086 +MOZ,2000,13,211371,209646 +MOZ,2000,14,206518,203240 +MOZ,2000,15,201996,197165 +MOZ,2000,16,197934,191414 +MOZ,2000,17,193273,185231 +MOZ,2000,18,187484,178285 +MOZ,2001,0,358375,359975 +MOZ,2001,1,343145,343637 +MOZ,2001,2,327219,326531 +MOZ,2001,3,312483,310973 +MOZ,2001,4,298872,296845 +MOZ,2001,5,286321,284032 +MOZ,2001,6,274774,272414 +MOZ,2001,7,264173,261871 +MOZ,2001,8,254422,252303 +MOZ,2001,9,245443,243599 +MOZ,2001,10,237191,235635 +MOZ,2001,11,229568,228317 +MOZ,2001,12,222434,221573 +MOZ,2001,13,216099,215070 +MOZ,2001,14,210654,208600 +MOZ,2001,15,205818,202175 +MOZ,2001,16,201283,196055 +MOZ,2001,17,197187,190238 +MOZ,2001,18,192487,184011 +MOZ,2002,0,370808,372696 +MOZ,2002,1,353356,353628 +MOZ,2002,2,339178,339096 +MOZ,2002,3,324016,322943 +MOZ,2002,4,309940,308171 +MOZ,2002,5,296891,294679 +MOZ,2002,6,284810,282366 +MOZ,2002,7,273653,271123 +MOZ,2002,8,263372,260844 +MOZ,2002,9,253845,251459 +MOZ,2002,10,244986,242878 +MOZ,2002,11,236777,234983 +MOZ,2002,12,229150,227670 +MOZ,2002,13,221963,220873 +MOZ,2002,14,215581,214312 +MOZ,2002,15,210129,207805 +MOZ,2002,16,205305,201354 +MOZ,2002,17,200751,195181 +MOZ,2002,18,196618,189292 +MOZ,2003,0,383654,385731 +MOZ,2003,1,365666,366281 +MOZ,2003,2,348925,348423 +MOZ,2003,3,335356,334750 +MOZ,2003,4,320951,319541 +MOZ,2003,5,307529,305547 +MOZ,2003,6,295037,292683 +MOZ,2003,7,283422,280862 +MOZ,2003,8,272649,269989 +MOZ,2003,9,262684,259968 +MOZ,2003,10,253377,250760 +MOZ,2003,11,244635,242298 +MOZ,2003,12,236464,234468 +MOZ,2003,13,228831,227154 +MOZ,2003,14,221587,220301 +MOZ,2003,15,215155,213678 +MOZ,2003,16,209693,207130 +MOZ,2003,17,204880,200650 +MOZ,2003,18,200306,194421 +MOZ,2004,0,395474,397731 +MOZ,2004,1,377399,378378 +MOZ,2004,2,360516,360463 +MOZ,2004,3,344767,343901 +MOZ,2004,4,331550,330415 +MOZ,2004,5,317902,316150 +MOZ,2004,6,305134,302935 +MOZ,2004,7,293199,290699 +MOZ,2004,8,282048,279371 +MOZ,2004,9,271659,268867 +MOZ,2004,10,262010,259103 +MOZ,2004,11,252923,250073 +MOZ,2004,12,244298,241729 +MOZ,2004,13,236164,233963 +MOZ,2004,14,228524,226650 +MOZ,2004,15,221223,219740 +MOZ,2004,16,214742,213054 +MOZ,2004,17,209270,206465 +MOZ,2004,18,204467,199954 +MOZ,2005,0,405284,407786 +MOZ,2005,1,387864,389211 +MOZ,2005,2,371437,371800 +MOZ,2005,3,355959,355497 +MOZ,2005,4,341387,340245 +MOZ,2005,5,327678,325989 +MOZ,2005,6,314790,312673 +MOZ,2005,7,302680,300240 +MOZ,2005,8,291304,288636 +MOZ,2005,9,280620,277804 +MOZ,2005,10,270618,267672 +MOZ,2005,11,261286,258169 +MOZ,2005,12,252421,249318 +MOZ,2005,13,243914,241094 +MOZ,2005,14,235820,233395 +MOZ,2005,15,228174,226084 +MOZ,2005,16,220817,219119 +MOZ,2005,17,214287,212372 +MOZ,2005,18,208806,205743 +MOZ,2006,0,412399,415224 +MOZ,2006,1,401042,402942 +MOZ,2006,2,384753,385585 +MOZ,2006,3,369184,369102 +MOZ,2006,4,354330,353474 +MOZ,2006,5,340182,338681 +MOZ,2006,6,326705,324678 +MOZ,2006,7,313867,311417 +MOZ,2006,8,301789,299018 +MOZ,2006,9,290518,287516 +MOZ,2006,10,279967,276809 +MOZ,2006,11,269994,266695 +MOZ,2006,12,260618,257135 +MOZ,2006,13,251706,248207 +MOZ,2006,14,243175,239904 +MOZ,2006,15,235065,232121 +MOZ,2006,16,227376,224705 +MOZ,2006,17,219961,217621 +MOZ,2006,18,213357,210770 +MOZ,2007,0,417882,421107 +MOZ,2007,1,404282,406381 +MOZ,2007,2,397047,398353 +MOZ,2007,3,381876,382202 +MOZ,2007,4,367157,366636 +MOZ,2007,5,352917,351672 +MOZ,2007,6,339183,337329 +MOZ,2007,7,325930,323570 +MOZ,2007,8,313134,310357 +MOZ,2007,9,301082,297983 +MOZ,2007,10,289909,286575 +MOZ,2007,11,279483,275987 +MOZ,2007,12,269535,265884 +MOZ,2007,13,260109,256262 +MOZ,2007,14,251145,247252 +MOZ,2007,15,242584,238864 +MOZ,2007,16,234452,230992 +MOZ,2007,17,226716,223468 +MOZ,2007,18,219238,216260 +MOZ,2008,0,422596,426253 +MOZ,2008,1,411462,413958 +MOZ,2008,2,399868,401315 +MOZ,2008,3,393176,393890 +MOZ,2008,4,379119,378940 +MOZ,2008,5,365244,364286 +MOZ,2008,6,351614,349982 +MOZ,2008,7,338291,336085 +MOZ,2008,8,325258,322565 +MOZ,2008,9,312499,309395 +MOZ,2008,10,300470,297043 +MOZ,2008,11,289391,285726 +MOZ,2008,12,279088,275253 +MOZ,2008,13,269160,265159 +MOZ,2008,14,259681,255470 +MOZ,2008,15,250662,246376 +MOZ,2008,16,242069,237900 +MOZ,2008,17,233914,229937 +MOZ,2008,18,226128,222301 +MOZ,2009,0,427817,431890 +MOZ,2009,1,418691,421581 +MOZ,2009,2,408699,410517 +MOZ,2009,3,397969,398818 +MOZ,2009,4,389303,389432 +MOZ,2009,5,376361,375683 +MOZ,2009,6,363332,361942 +MOZ,2009,7,350312,348299 +MOZ,2009,8,337399,334846 +MOZ,2009,9,324586,321566 +MOZ,2009,10,311865,308439 +MOZ,2009,11,299858,296108 +MOZ,2009,12,288873,284882 +MOZ,2009,13,278692,274524 +MOZ,2009,14,268786,264438 +MOZ,2009,15,259253,254683 +MOZ,2009,16,250180,245504 +MOZ,2009,17,241554,236940 +MOZ,2009,18,233375,228885 +MOZ,2010,0,434520,438953 +MOZ,2010,1,426471,429746 +MOZ,2010,2,417402,419613 +MOZ,2010,3,407445,408684 +MOZ,2010,4,396732,397088 +MOZ,2010,5,385397,384953 +MOZ,2010,6,373572,372406 +MOZ,2010,7,361389,359578 +MOZ,2010,8,348980,346597 +MOZ,2010,9,336479,333590 +MOZ,2010,10,323887,320550 +MOZ,2010,11,311205,307467 +MOZ,2010,12,299221,295157 +MOZ,2010,13,288331,284023 +MOZ,2010,14,278274,273781 +MOZ,2010,15,268389,263703 +MOZ,2010,16,258804,253883 +MOZ,2010,17,249677,244619 +MOZ,2010,18,241020,235968 +MOZ,2011,0,442845,447483 +MOZ,2011,1,432981,436841 +MOZ,2011,2,424527,427308 +MOZ,2011,3,415315,417093 +MOZ,2011,4,405426,406275 +MOZ,2011,5,394942,394935 +MOZ,2011,6,384002,383209 +MOZ,2011,7,372744,371230 +MOZ,2011,8,360966,358808 +MOZ,2011,9,348635,345915 +MOZ,2011,10,336003,332794 +MOZ,2011,11,323358,319710 +MOZ,2011,12,310645,306603 +MOZ,2011,13,298626,294257 +MOZ,2011,14,287710,283085 +MOZ,2011,15,277628,272803 +MOZ,2011,16,267699,262665 +MOZ,2011,17,258056,252771 +MOZ,2011,18,248861,243435 +MOZ,2012,0,452651,457449 +MOZ,2012,1,443595,447417 +MOZ,2012,2,431405,434717 +MOZ,2012,3,422547,424859 +MOZ,2012,4,413193,414561 +MOZ,2012,5,403373,403855 +MOZ,2012,6,393119,392772 +MOZ,2012,7,382575,381455 +MOZ,2012,8,371885,370043 +MOZ,2012,9,360511,358027 +MOZ,2012,10,348259,345222 +MOZ,2012,11,335498,331987 +MOZ,2012,12,322801,318860 +MOZ,2012,13,310059,305731 +MOZ,2012,14,298004,293348 +MOZ,2012,15,287063,282140 +MOZ,2012,16,276958,271817 +MOZ,2012,17,266985,261620 +MOZ,2012,18,257286,251652 +MOZ,2013,0,463581,468517 +MOZ,2013,1,452987,457076 +MOZ,2013,2,442434,445678 +MOZ,2013,3,429898,432690 +MOZ,2013,4,420636,422506 +MOZ,2013,5,411138,412123 +MOZ,2013,6,401386,401525 +MOZ,2013,7,391360,390697 +MOZ,2013,8,381209,379786 +MOZ,2013,9,371085,368938 +MOZ,2013,10,360115,357325 +MOZ,2013,11,347938,344607 +MOZ,2013,12,335047,331255 +MOZ,2013,13,322296,318082 +MOZ,2013,14,309522,304926 +MOZ,2013,15,297430,292504 +MOZ,2013,16,286462,281257 +MOZ,2013,17,276332,270891 +MOZ,2013,18,266315,260633 +MOZ,2014,0,475058,480146 +MOZ,2014,1,462898,467270 +MOZ,2014,2,451278,454905 +MOZ,2014,3,440119,442978 +MOZ,2014,4,428605,430910 +MOZ,2014,5,418933,420393 +MOZ,2014,6,409288,409919 +MOZ,2014,7,399598,399424 +MOZ,2014,8,389795,388845 +MOZ,2014,9,380033,378333 +MOZ,2014,10,370469,368043 +MOZ,2014,11,359897,356827 +MOZ,2014,12,347791,344187 +MOZ,2014,13,334761,330711 +MOZ,2014,14,321951,317484 +MOZ,2014,15,309139,304295 +MOZ,2014,16,297004,291827 +MOZ,2014,17,286004,280534 +MOZ,2014,18,275843,270120 +MOZ,2015,0,486602,491876 +MOZ,2015,1,473243,477920 +MOZ,2015,2,460781,464807 +MOZ,2015,3,449095,452426 +MOZ,2015,4,438064,440665 +MOZ,2015,5,427565,429412 +MOZ,2015,6,417477,418556 +MOZ,2015,7,407678,407984 +MOZ,2015,8,398046,397585 +MOZ,2015,9,388459,387247 +MOZ,2015,10,379081,377129 +MOZ,2015,11,370073,367391 +MOZ,2015,12,359892,356564 +MOZ,2015,13,347849,343995 +MOZ,2015,14,334674,330385 +MOZ,2015,15,321796,317096 +MOZ,2015,16,308938,303864 +MOZ,2015,17,296754,291342 +MOZ,2015,18,285714,279996 +MOZ,2016,0,496988,502338 +MOZ,2016,1,484062,489029 +MOZ,2016,2,471183,475577 +MOZ,2016,3,459112,462880 +MOZ,2016,4,447737,450834 +MOZ,2016,5,436945,439335 +MOZ,2016,6,426620,428278 +MOZ,2016,7,416646,417556 +MOZ,2016,8,406925,407074 +MOZ,2016,9,397351,396731 +MOZ,2016,10,387802,386417 +MOZ,2016,11,378425,376288 +MOZ,2016,12,369387,366506 +MOZ,2016,13,359175,355631 +MOZ,2016,14,347113,343023 +MOZ,2016,15,333924,329379 +MOZ,2016,16,321018,316040 +MOZ,2016,17,308122,302747 +MOZ,2016,18,295897,290170 +MOZ,2017,0,507477,512956 +MOZ,2017,1,493115,498189 +MOZ,2017,2,481825,486532 +MOZ,2017,3,469417,473575 +MOZ,2017,4,457730,461284 +MOZ,2017,5,446659,449564 +MOZ,2017,6,436100,438319 +MOZ,2017,7,425942,427448 +MOZ,2017,8,416074,416854 +MOZ,2017,9,406426,406454 +MOZ,2017,10,396904,396159 +MOZ,2017,11,387386,385862 +MOZ,2017,12,378005,375714 +MOZ,2017,13,368932,365882 +MOZ,2017,14,358682,354952 +MOZ,2017,15,346593,342296 +MOZ,2017,16,333382,328608 +MOZ,2017,17,320439,315210 +MOZ,2017,18,307498,301846 +MOZ,2018,0,518146,523736 +MOZ,2018,1,503726,508991 +MOZ,2018,2,490339,495200 +MOZ,2018,3,479793,484265 +MOZ,2018,4,467851,471796 +MOZ,2018,5,456542,459906 +MOZ,2018,6,445770,448506 +MOZ,2018,7,435439,437509 +MOZ,2018,8,425444,426820 +MOZ,2018,9,415680,416348 +MOZ,2018,10,406099,406025 +MOZ,2018,11,396626,395773 +MOZ,2018,12,387136,385489 +MOZ,2018,13,377746,375318 +MOZ,2018,14,368633,365431 +MOZ,2018,15,358341,354440 +MOZ,2018,16,346221,341731 +MOZ,2018,17,332982,327992 +MOZ,2018,18,319998,314528 +MOZ,2019,0,529000,535000 +MOZ,2019,1,515000,520000 +MOZ,2019,2,501000,506000 +MOZ,2019,3,489000,493000 +MOZ,2019,4,478000,482000 +MOZ,2019,5,466000,470000 +MOZ,2019,6,455000,459000 +MOZ,2019,7,445000,448000 +MOZ,2019,8,435000,437000 +MOZ,2019,9,425000,426000 +MOZ,2019,10,415000,416000 +MOZ,2019,11,406000,406000 +MOZ,2019,12,396000,395000 +MOZ,2019,13,387000,385000 +MOZ,2019,14,378000,375000 +MOZ,2019,15,368000,365000 +MOZ,2019,16,358000,354000 +MOZ,2019,17,346000,341000 +MOZ,2019,18,333000,327000 +MOZ,2020,0,540000,546000 +MOZ,2020,1,526000,531000 +MOZ,2020,2,512000,517000 +MOZ,2020,3,500000,504000 +MOZ,2020,4,487000,492000 +MOZ,2020,5,476000,480000 +MOZ,2020,6,465000,468000 +MOZ,2020,7,454000,457000 +MOZ,2020,8,444000,446000 +MOZ,2020,9,434000,436000 +MOZ,2020,10,425000,426000 +MOZ,2020,11,415000,415000 +MOZ,2020,12,406000,405000 +MOZ,2020,13,396000,395000 +MOZ,2020,14,387000,385000 +MOZ,2020,15,377000,375000 +MOZ,2020,16,368000,365000 +MOZ,2020,17,358000,353000 +MOZ,2020,18,346000,341000 +MOZ,2021,0,552000,557000 +MOZ,2021,1,538000,544000 +MOZ,2021,2,524000,529000 +MOZ,2021,3,511000,516000 +MOZ,2021,4,499000,503000 +MOZ,2021,5,487000,491000 +MOZ,2021,6,475000,479000 +MOZ,2021,7,464000,468000 +MOZ,2021,8,454000,457000 +MOZ,2021,9,444000,446000 +MOZ,2021,10,434000,435000 +MOZ,2021,11,424000,425000 +MOZ,2021,12,415000,415000 +MOZ,2021,13,405000,405000 +MOZ,2021,14,396000,394000 +MOZ,2021,15,386000,384000 +MOZ,2021,16,377000,374000 +MOZ,2021,17,368000,364000 +MOZ,2021,18,357000,353000 +MOZ,2022,0,564000,569000 +MOZ,2022,1,549000,554000 +MOZ,2022,2,536000,541000 +MOZ,2022,3,523000,528000 +MOZ,2022,4,510000,515000 +MOZ,2022,5,498000,502000 +MOZ,2022,6,486000,490000 +MOZ,2022,7,475000,478000 +MOZ,2022,8,464000,467000 +MOZ,2022,9,453000,456000 +MOZ,2022,10,443000,445000 +MOZ,2022,11,434000,435000 +MOZ,2022,12,424000,425000 +MOZ,2022,13,414000,414000 +MOZ,2022,14,405000,404000 +MOZ,2022,15,395000,394000 +MOZ,2022,16,386000,383000 +MOZ,2022,17,376000,373000 +MOZ,2022,18,367000,363000 +MOZ,2023,0,576000,580000 +MOZ,2023,1,561000,565000 +MOZ,2023,2,547000,551000 +MOZ,2023,3,535000,539000 +MOZ,2023,4,521000,526000 +MOZ,2023,5,509000,513000 +MOZ,2023,6,497000,501000 +MOZ,2023,7,485000,489000 +MOZ,2023,8,474000,478000 +MOZ,2023,9,463000,467000 +MOZ,2023,10,453000,456000 +MOZ,2023,11,443000,445000 +MOZ,2023,12,433000,435000 +MOZ,2023,13,424000,424000 +MOZ,2023,14,414000,414000 +MOZ,2023,15,404000,403000 +MOZ,2023,16,395000,393000 +MOZ,2023,17,385000,383000 +MOZ,2023,18,376000,372000 +MOZ,2024,0,587000,591000 +MOZ,2024,1,573000,577000 +MOZ,2024,2,558000,563000 +MOZ,2024,3,545000,549000 +MOZ,2024,4,533000,537000 +MOZ,2024,5,520000,524000 +MOZ,2024,6,508000,512000 +MOZ,2024,7,496000,500000 +MOZ,2024,8,485000,488000 +MOZ,2024,9,474000,477000 +MOZ,2024,10,463000,466000 +MOZ,2024,11,453000,455000 +MOZ,2024,12,443000,445000 +MOZ,2024,13,433000,434000 +MOZ,2024,14,423000,424000 +MOZ,2024,15,414000,413000 +MOZ,2024,16,404000,403000 +MOZ,2024,17,394000,392000 +MOZ,2024,18,385000,382000 +MOZ,2025,0,598000,602000 +MOZ,2025,1,584000,588000 +MOZ,2025,2,570000,574000 +MOZ,2025,3,556000,560000 +MOZ,2025,4,543000,547000 +MOZ,2025,5,531000,535000 +MOZ,2025,6,518000,522000 +MOZ,2025,7,507000,511000 +MOZ,2025,8,495000,499000 +MOZ,2025,9,484000,488000 +MOZ,2025,10,473000,476000 +MOZ,2025,11,463000,465000 +MOZ,2025,12,452000,455000 +MOZ,2025,13,442000,444000 +MOZ,2025,14,433000,434000 +MOZ,2025,15,423000,423000 +MOZ,2025,16,413000,413000 +MOZ,2025,17,404000,402000 +MOZ,2025,18,394000,392000 +MOZ,2026,0,609000,612000 +MOZ,2026,1,596000,600000 +MOZ,2026,2,582000,586000 +MOZ,2026,3,569000,572000 +MOZ,2026,4,556000,559000 +MOZ,2026,5,543000,547000 +MOZ,2026,6,530000,534000 +MOZ,2026,7,518000,522000 +MOZ,2026,8,506000,510000 +MOZ,2026,9,495000,498000 +MOZ,2026,10,484000,487000 +MOZ,2026,11,473000,476000 +MOZ,2026,12,462000,465000 +MOZ,2026,13,452000,454000 +MOZ,2026,14,442000,443000 +MOZ,2026,15,432000,433000 +MOZ,2026,16,422000,422000 +MOZ,2026,17,413000,412000 +MOZ,2026,18,403000,401000 +MOZ,2027,0,618000,622000 +MOZ,2027,1,605000,609000 +MOZ,2027,2,595000,598000 +MOZ,2027,3,581000,584000 +MOZ,2027,4,568000,571000 +MOZ,2027,5,555000,558000 +MOZ,2027,6,542000,546000 +MOZ,2027,7,530000,533000 +MOZ,2027,8,518000,521000 +MOZ,2027,9,506000,509000 +MOZ,2027,10,494000,498000 +MOZ,2027,11,483000,487000 +MOZ,2027,12,473000,475000 +MOZ,2027,13,462000,464000 +MOZ,2027,14,451000,453000 +MOZ,2027,15,441000,443000 +MOZ,2027,16,432000,432000 +MOZ,2027,17,422000,422000 +MOZ,2027,18,412000,411000 +MOZ,2028,0,627000,632000 +MOZ,2028,1,615000,619000 +MOZ,2028,2,603000,607000 +MOZ,2028,3,593000,596000 +MOZ,2028,4,580000,583000 +MOZ,2028,5,567000,570000 +MOZ,2028,6,554000,557000 +MOZ,2028,7,542000,545000 +MOZ,2028,8,529000,533000 +MOZ,2028,9,517000,521000 +MOZ,2028,10,505000,509000 +MOZ,2028,11,494000,498000 +MOZ,2028,12,483000,486000 +MOZ,2028,13,472000,475000 +MOZ,2028,14,462000,464000 +MOZ,2028,15,451000,453000 +MOZ,2028,16,441000,442000 +MOZ,2028,17,431000,432000 +MOZ,2028,18,421000,421000 +MOZ,2029,0,636000,642000 +MOZ,2029,1,625000,630000 +MOZ,2029,2,613000,617000 +MOZ,2029,3,602000,605000 +MOZ,2029,4,591000,594000 +MOZ,2029,5,578000,581000 +MOZ,2029,6,566000,569000 +MOZ,2029,7,553000,556000 +MOZ,2029,8,541000,544000 +MOZ,2029,9,529000,532000 +MOZ,2029,10,517000,520000 +MOZ,2029,11,505000,509000 +MOZ,2029,12,494000,497000 +MOZ,2029,13,483000,486000 +MOZ,2029,14,472000,475000 +MOZ,2029,15,461000,463000 +MOZ,2029,16,451000,452000 +MOZ,2029,17,441000,442000 +MOZ,2029,18,431000,431000 +MOZ,2030,0,645000,651000 +MOZ,2030,1,634000,639000 +MOZ,2030,2,624000,628000 +MOZ,2030,3,612000,616000 +MOZ,2030,4,601000,604000 +MOZ,2030,5,589000,592000 +MOZ,2030,6,577000,579000 +MOZ,2030,7,565000,567000 +MOZ,2030,8,553000,555000 +MOZ,2030,9,541000,544000 +MOZ,2030,10,529000,532000 +MOZ,2030,11,516000,520000 +MOZ,2030,12,505000,508000 +MOZ,2030,13,493000,497000 +MOZ,2030,14,483000,485000 +MOZ,2030,15,472000,474000 +MOZ,2030,16,461000,463000 +MOZ,2030,17,450000,452000 +MOZ,2030,18,440000,441000 +MOZ,2031,0,654000,661000 +MOZ,2031,1,644000,650000 +MOZ,2031,2,633000,638000 +MOZ,2031,3,623000,626000 +MOZ,2031,4,611000,614000 +MOZ,2031,5,600000,603000 +MOZ,2031,6,588000,591000 +MOZ,2031,7,577000,579000 +MOZ,2031,8,565000,567000 +MOZ,2031,9,553000,555000 +MOZ,2031,10,540000,543000 +MOZ,2031,11,528000,531000 +MOZ,2031,12,516000,519000 +MOZ,2031,13,504000,508000 +MOZ,2031,14,493000,496000 +MOZ,2031,15,482000,485000 +MOZ,2031,16,471000,473000 +MOZ,2031,17,460000,462000 +MOZ,2031,18,450000,451000 +MOZ,2032,0,663000,670000 +MOZ,2032,1,653000,659000 +MOZ,2032,2,643000,648000 +MOZ,2032,3,632000,637000 +MOZ,2032,4,622000,625000 +MOZ,2032,5,610000,613000 +MOZ,2032,6,599000,602000 +MOZ,2032,7,588000,590000 +MOZ,2032,8,576000,578000 +MOZ,2032,9,564000,567000 +MOZ,2032,10,552000,555000 +MOZ,2032,11,540000,543000 +MOZ,2032,12,528000,531000 +MOZ,2032,13,516000,519000 +MOZ,2032,14,504000,507000 +MOZ,2032,15,493000,495000 +MOZ,2032,16,482000,484000 +MOZ,2032,17,471000,473000 +MOZ,2032,18,460000,461000 +MOZ,2033,0,673000,679000 +MOZ,2033,1,663000,668000 +MOZ,2033,2,652000,657000 +MOZ,2033,3,642000,646000 +MOZ,2033,4,631000,635000 +MOZ,2033,5,621000,624000 +MOZ,2033,6,610000,612000 +MOZ,2033,7,598000,601000 +MOZ,2033,8,587000,589000 +MOZ,2033,9,576000,578000 +MOZ,2033,10,564000,566000 +MOZ,2033,11,552000,554000 +MOZ,2033,12,540000,542000 +MOZ,2033,13,528000,530000 +MOZ,2033,14,516000,518000 +MOZ,2033,15,504000,507000 +MOZ,2033,16,492000,495000 +MOZ,2033,17,481000,483000 +MOZ,2033,18,470000,472000 +MOZ,2034,0,682000,688000 +MOZ,2034,1,672000,677000 +MOZ,2034,2,662000,666000 +MOZ,2034,3,651000,655000 +MOZ,2034,4,641000,645000 +MOZ,2034,5,630000,634000 +MOZ,2034,6,620000,623000 +MOZ,2034,7,609000,611000 +MOZ,2034,8,598000,600000 +MOZ,2034,9,587000,589000 +MOZ,2034,10,575000,577000 +MOZ,2034,11,564000,566000 +MOZ,2034,12,552000,554000 +MOZ,2034,13,540000,542000 +MOZ,2034,14,528000,530000 +MOZ,2034,15,515000,518000 +MOZ,2034,16,503000,506000 +MOZ,2034,17,492000,494000 +MOZ,2034,18,481000,483000 +MOZ,2035,0,691000,697000 +MOZ,2035,1,681000,686000 +MOZ,2035,2,671000,675000 +MOZ,2035,3,660000,665000 +MOZ,2035,4,650000,654000 +MOZ,2035,5,640000,643000 +MOZ,2035,6,629000,632000 +MOZ,2035,7,619000,621000 +MOZ,2035,8,608000,610000 +MOZ,2035,9,597000,599000 +MOZ,2035,10,586000,588000 +MOZ,2035,11,575000,577000 +MOZ,2035,12,564000,565000 +MOZ,2035,13,552000,554000 +MOZ,2035,14,539000,541000 +MOZ,2035,15,527000,529000 +MOZ,2035,16,515000,517000 +MOZ,2035,17,503000,505000 +MOZ,2035,18,492000,494000 +MOZ,2036,0,700000,706000 +MOZ,2036,1,690000,695000 +MOZ,2036,2,680000,685000 +MOZ,2036,3,670000,674000 +MOZ,2036,4,660000,664000 +MOZ,2036,5,650000,653000 +MOZ,2036,6,639000,643000 +MOZ,2036,7,629000,632000 +MOZ,2036,8,618000,621000 +MOZ,2036,9,608000,610000 +MOZ,2036,10,597000,599000 +MOZ,2036,11,586000,588000 +MOZ,2036,12,575000,576000 +MOZ,2036,13,563000,565000 +MOZ,2036,14,551000,553000 +MOZ,2036,15,539000,541000 +MOZ,2036,16,527000,529000 +MOZ,2036,17,515000,517000 +MOZ,2036,18,503000,505000 +MOZ,2037,0,709000,714000 +MOZ,2037,1,699000,704000 +MOZ,2037,2,689000,694000 +MOZ,2037,3,679000,683000 +MOZ,2037,4,669000,673000 +MOZ,2037,5,659000,663000 +MOZ,2037,6,649000,652000 +MOZ,2037,7,639000,642000 +MOZ,2037,8,629000,631000 +MOZ,2037,9,618000,621000 +MOZ,2037,10,607000,610000 +MOZ,2037,11,596000,598000 +MOZ,2037,12,586000,587000 +MOZ,2037,13,575000,576000 +MOZ,2037,14,563000,564000 +MOZ,2037,15,551000,552000 +MOZ,2037,16,539000,540000 +MOZ,2037,17,526000,528000 +MOZ,2037,18,514000,516000 +MOZ,2038,0,717000,723000 +MOZ,2038,1,707000,713000 +MOZ,2038,2,697000,702000 +MOZ,2038,3,688000,692000 +MOZ,2038,4,678000,682000 +MOZ,2038,5,668000,672000 +MOZ,2038,6,658000,662000 +MOZ,2038,7,648000,652000 +MOZ,2038,8,638000,641000 +MOZ,2038,9,628000,631000 +MOZ,2038,10,618000,620000 +MOZ,2038,11,607000,609000 +MOZ,2038,12,596000,598000 +MOZ,2038,13,585000,587000 +MOZ,2038,14,574000,576000 +MOZ,2038,15,563000,564000 +MOZ,2038,16,551000,552000 +MOZ,2038,17,538000,540000 +MOZ,2038,18,526000,527000 +MOZ,2039,0,726000,732000 +MOZ,2039,1,716000,721000 +MOZ,2039,2,706000,711000 +MOZ,2039,3,696000,701000 +MOZ,2039,4,687000,691000 +MOZ,2039,5,677000,681000 +MOZ,2039,6,667000,671000 +MOZ,2039,7,658000,661000 +MOZ,2039,8,648000,651000 +MOZ,2039,9,638000,641000 +MOZ,2039,10,628000,630000 +MOZ,2039,11,618000,620000 +MOZ,2039,12,607000,609000 +MOZ,2039,13,596000,598000 +MOZ,2039,14,585000,586000 +MOZ,2039,15,574000,575000 +MOZ,2039,16,562000,563000 +MOZ,2039,17,550000,551000 +MOZ,2039,18,538000,539000 +MOZ,2040,0,734000,740000 +MOZ,2040,1,724000,729000 +MOZ,2040,2,714000,719000 +MOZ,2040,3,705000,709000 +MOZ,2040,4,695000,699000 +MOZ,2040,5,686000,689000 +MOZ,2040,6,676000,679000 +MOZ,2040,7,667000,670000 +MOZ,2040,8,657000,660000 +MOZ,2040,9,647000,650000 +MOZ,2040,10,637000,640000 +MOZ,2040,11,627000,630000 +MOZ,2040,12,617000,619000 +MOZ,2040,13,607000,608000 +MOZ,2040,14,596000,597000 +MOZ,2040,15,585000,586000 +MOZ,2040,16,574000,575000 +MOZ,2040,17,562000,563000 +MOZ,2040,18,550000,551000 +MOZ,2041,0,741000,747000 +MOZ,2041,1,733000,738000 +MOZ,2041,2,723000,728000 +MOZ,2041,3,714000,718000 +MOZ,2041,4,704000,708000 +MOZ,2041,5,695000,699000 +MOZ,2041,6,685000,689000 +MOZ,2041,7,676000,679000 +MOZ,2041,8,666000,669000 +MOZ,2041,9,657000,659000 +MOZ,2041,10,647000,650000 +MOZ,2041,11,637000,639000 +MOZ,2041,12,627000,629000 +MOZ,2041,13,617000,619000 +MOZ,2041,14,606000,608000 +MOZ,2041,15,595000,597000 +MOZ,2041,16,584000,585000 +MOZ,2041,17,573000,574000 +MOZ,2041,18,562000,562000 +MOZ,2042,0,748000,754000 +MOZ,2042,1,739000,745000 +MOZ,2042,2,731000,737000 +MOZ,2042,3,722000,727000 +MOZ,2042,4,713000,717000 +MOZ,2042,5,704000,708000 +MOZ,2042,6,694000,698000 +MOZ,2042,7,685000,688000 +MOZ,2042,8,676000,679000 +MOZ,2042,9,666000,669000 +MOZ,2042,10,656000,659000 +MOZ,2042,11,647000,649000 +MOZ,2042,12,637000,639000 +MOZ,2042,13,627000,629000 +MOZ,2042,14,617000,618000 +MOZ,2042,15,606000,607000 +MOZ,2042,16,595000,596000 +MOZ,2042,17,584000,585000 +MOZ,2042,18,573000,573000 +MOZ,2043,0,755000,761000 +MOZ,2043,1,746000,752000 +MOZ,2043,2,738000,743000 +MOZ,2043,3,730000,735000 +MOZ,2043,4,721000,726000 +MOZ,2043,5,712000,716000 +MOZ,2043,6,703000,707000 +MOZ,2043,7,694000,697000 +MOZ,2043,8,685000,688000 +MOZ,2043,9,675000,678000 +MOZ,2043,10,666000,668000 +MOZ,2043,11,656000,659000 +MOZ,2043,12,647000,649000 +MOZ,2043,13,637000,639000 +MOZ,2043,14,627000,629000 +MOZ,2043,15,617000,618000 +MOZ,2043,16,606000,607000 +MOZ,2043,17,595000,596000 +MOZ,2043,18,584000,584000 +MOZ,2044,0,761000,767000 +MOZ,2044,1,753000,759000 +MOZ,2044,2,745000,750000 +MOZ,2044,3,737000,741000 +MOZ,2044,4,729000,733000 +MOZ,2044,5,721000,724000 +MOZ,2044,6,712000,715000 +MOZ,2044,7,703000,706000 +MOZ,2044,8,694000,697000 +MOZ,2044,9,684000,687000 +MOZ,2044,10,675000,678000 +MOZ,2044,11,666000,668000 +MOZ,2044,12,656000,658000 +MOZ,2044,13,646000,648000 +MOZ,2044,14,637000,638000 +MOZ,2044,15,627000,628000 +MOZ,2044,16,616000,617000 +MOZ,2044,17,606000,606000 +MOZ,2044,18,594000,595000 +MOZ,2045,0,768000,774000 +MOZ,2045,1,760000,766000 +MOZ,2045,2,752000,757000 +MOZ,2045,3,744000,749000 +MOZ,2045,4,736000,740000 +MOZ,2045,5,728000,732000 +MOZ,2045,6,720000,723000 +MOZ,2045,7,711000,714000 +MOZ,2045,8,702000,705000 +MOZ,2045,9,693000,696000 +MOZ,2045,10,684000,687000 +MOZ,2045,11,675000,677000 +MOZ,2045,12,665000,668000 +MOZ,2045,13,656000,658000 +MOZ,2045,14,646000,648000 +MOZ,2045,15,636000,638000 +MOZ,2045,16,626000,628000 +MOZ,2045,17,616000,617000 +MOZ,2045,18,605000,606000 +MOZ,2046,0,774000,780000 +MOZ,2046,1,767000,773000 +MOZ,2046,2,760000,765000 +MOZ,2046,3,752000,756000 +MOZ,2046,4,744000,748000 +MOZ,2046,5,736000,740000 +MOZ,2046,6,728000,731000 +MOZ,2046,7,719000,723000 +MOZ,2046,8,711000,714000 +MOZ,2046,9,702000,705000 +MOZ,2046,10,693000,696000 +MOZ,2046,11,684000,686000 +MOZ,2046,12,675000,677000 +MOZ,2046,13,665000,667000 +MOZ,2046,14,656000,657000 +MOZ,2046,15,646000,647000 +MOZ,2046,16,636000,637000 +MOZ,2046,17,626000,627000 +MOZ,2046,18,616000,616000 +MOZ,2047,0,781000,787000 +MOZ,2047,1,774000,779000 +MOZ,2047,2,766000,772000 +MOZ,2047,3,759000,764000 +MOZ,2047,4,751000,756000 +MOZ,2047,5,744000,748000 +MOZ,2047,6,736000,739000 +MOZ,2047,7,728000,731000 +MOZ,2047,8,719000,722000 +MOZ,2047,9,711000,714000 +MOZ,2047,10,702000,705000 +MOZ,2047,11,693000,696000 +MOZ,2047,12,684000,686000 +MOZ,2047,13,674000,677000 +MOZ,2047,14,665000,667000 +MOZ,2047,15,655000,657000 +MOZ,2047,16,646000,647000 +MOZ,2047,17,636000,637000 +MOZ,2047,18,626000,626000 +MOZ,2048,0,788000,794000 +MOZ,2048,1,781000,786000 +MOZ,2048,2,773000,778000 +MOZ,2048,3,766000,770000 +MOZ,2048,4,758000,763000 +MOZ,2048,5,751000,755000 +MOZ,2048,6,743000,747000 +MOZ,2048,7,735000,739000 +MOZ,2048,8,727000,730000 +MOZ,2048,9,719000,722000 +MOZ,2048,10,711000,713000 +MOZ,2048,11,702000,704000 +MOZ,2048,12,693000,695000 +MOZ,2048,13,684000,686000 +MOZ,2048,14,674000,676000 +MOZ,2048,15,665000,666000 +MOZ,2048,16,655000,656000 +MOZ,2048,17,645000,646000 +MOZ,2048,18,635000,636000 +MOZ,2049,0,795000,801000 +MOZ,2049,1,787000,793000 +MOZ,2049,2,780000,785000 +MOZ,2049,3,772000,777000 +MOZ,2049,4,765000,769000 +MOZ,2049,5,758000,762000 +MOZ,2049,6,750000,754000 +MOZ,2049,7,742000,746000 +MOZ,2049,8,735000,738000 +MOZ,2049,9,727000,730000 +MOZ,2049,10,719000,722000 +MOZ,2049,11,710000,713000 +MOZ,2049,12,702000,704000 +MOZ,2049,13,693000,695000 +MOZ,2049,14,683000,685000 +MOZ,2049,15,674000,676000 +MOZ,2049,16,664000,666000 +MOZ,2049,17,655000,656000 +MOZ,2049,18,645000,646000 +MOZ,2050,0,801000,807000 +MOZ,2050,1,793000,799000 +MOZ,2050,2,786000,791000 +MOZ,2050,3,779000,783000 +MOZ,2050,4,772000,776000 +MOZ,2050,5,764000,768000 +MOZ,2050,6,757000,760000 +MOZ,2050,7,749000,753000 +MOZ,2050,8,742000,745000 +MOZ,2050,9,734000,737000 +MOZ,2050,10,726000,729000 +MOZ,2050,11,718000,721000 +MOZ,2050,12,710000,713000 +MOZ,2050,13,701000,704000 +MOZ,2050,14,692000,694000 +MOZ,2050,15,683000,685000 +MOZ,2050,16,674000,675000 +MOZ,2050,17,664000,665000 +MOZ,2050,18,654000,655000 +MRT,1990,0,37246,38577 +MRT,1990,1,35900,37168 +MRT,1990,2,34647,35852 +MRT,1990,3,33479,34622 +MRT,1990,4,32388,33470 +MRT,1990,5,31368,32390 +MRT,1990,6,30411,31374 +MRT,1990,7,29509,30416 +MRT,1990,8,28657,29508 +MRT,1990,9,27846,28643 +MRT,1990,10,27074,27819 +MRT,1990,11,26341,27033 +MRT,1990,12,25610,26255 +MRT,1990,13,24863,25469 +MRT,1990,14,24109,24681 +MRT,1990,15,23380,23917 +MRT,1990,16,22670,23172 +MRT,1990,17,21957,22421 +MRT,1990,18,21231,21651 +MRT,1991,0,37806,39163 +MRT,1991,1,36836,38135 +MRT,1991,2,35580,36819 +MRT,1991,3,34401,35580 +MRT,1991,4,33292,34413 +MRT,1991,5,32248,33312 +MRT,1991,6,31262,32270 +MRT,1991,7,30330,31282 +MRT,1991,8,29443,30339 +MRT,1991,9,28595,29433 +MRT,1991,10,27782,28562 +MRT,1991,11,27002,27724 +MRT,1991,12,26254,26920 +MRT,1991,13,25508,26120 +MRT,1991,14,24748,25310 +MRT,1991,15,23982,24499 +MRT,1991,16,23237,23708 +MRT,1991,17,22511,22936 +MRT,1991,18,21784,22162 +MRT,1992,0,38310,39685 +MRT,1992,1,37151,38464 +MRT,1992,2,36459,37715 +MRT,1992,3,35291,36491 +MRT,1992,4,34185,35329 +MRT,1992,5,33135,34225 +MRT,1992,6,32136,33173 +MRT,1992,7,31185,32168 +MRT,1992,8,30276,31207 +MRT,1992,9,29402,30279 +MRT,1992,10,28559,29376 +MRT,1992,11,27742,28497 +MRT,1992,12,26953,27646 +MRT,1992,13,26191,26822 +MRT,1992,14,25429,26000 +MRT,1992,15,24655,25167 +MRT,1992,16,23875,24331 +MRT,1992,17,23115,23514 +MRT,1992,18,22372,22714 +MRT,1993,0,38816,40210 +MRT,1993,1,37765,39092 +MRT,1993,2,36741,38007 +MRT,1993,3,36096,37310 +MRT,1993,4,35016,36178 +MRT,1993,5,33982,35093 +MRT,1993,6,32990,34051 +MRT,1993,7,32037,33047 +MRT,1993,8,31119,32080 +MRT,1993,9,30233,31145 +MRT,1993,10,29373,30232 +MRT,1993,11,28534,29331 +MRT,1993,12,27713,28444 +MRT,1993,13,26915,27579 +MRT,1993,14,26138,26735 +MRT,1993,15,25360,25890 +MRT,1993,16,24571,25033 +MRT,1993,17,23778,24173 +MRT,1993,18,23002,23329 +MRT,1994,0,39405,40831 +MRT,1994,1,38415,39772 +MRT,1994,2,37442,38735 +MRT,1994,3,36485,37719 +MRT,1994,4,35725,36912 +MRT,1994,5,34733,35871 +MRT,1994,6,33771,34862 +MRT,1994,7,32838,33882 +MRT,1994,8,31930,32928 +MRT,1994,9,31046,31997 +MRT,1994,10,30184,31089 +MRT,1994,11,29337,30190 +MRT,1994,12,28502,29291 +MRT,1994,13,27678,28396 +MRT,1994,14,26870,27516 +MRT,1994,15,26079,26653 +MRT,1994,16,25285,25785 +MRT,1994,17,24481,24904 +MRT,1994,18,23675,24019 +MRT,1995,0,40136,41619 +MRT,1995,1,39134,40543 +MRT,1995,2,38154,39498 +MRT,1995,3,37195,38480 +MRT,1995,4,36256,37488 +MRT,1995,5,35335,36518 +MRT,1995,6,34432,35568 +MRT,1995,7,33543,34636 +MRT,1995,8,32669,33718 +MRT,1995,9,31807,32812 +MRT,1995,10,30957,31918 +MRT,1995,11,30119,31037 +MRT,1995,12,29286,30151 +MRT,1995,13,28456,29254 +MRT,1995,14,27629,28351 +MRT,1995,15,26812,27457 +MRT,1995,16,26006,26574 +MRT,1995,17,25197,25683 +MRT,1995,18,24380,24778 +MRT,1996,0,41069,42544 +MRT,1996,1,39821,41239 +MRT,1996,2,38828,40180 +MRT,1996,3,37873,39166 +MRT,1996,4,36953,38192 +MRT,1996,5,36060,37250 +MRT,1996,6,35194,36340 +MRT,1996,7,34356,35459 +MRT,1996,8,33511,34572 +MRT,1996,9,32642,33662 +MRT,1996,10,31761,32738 +MRT,1996,11,30895,31829 +MRT,1996,12,30041,30932 +MRT,1996,13,29189,30028 +MRT,1996,14,28339,29111 +MRT,1996,15,27492,28186 +MRT,1996,16,26652,27269 +MRT,1996,17,25822,26360 +MRT,1996,18,24992,25448 +MRT,1997,0,42150,43641 +MRT,1997,1,40861,42282 +MRT,1997,2,39487,40867 +MRT,1997,3,38503,39824 +MRT,1997,4,37575,38843 +MRT,1997,5,36693,37912 +MRT,1997,6,35846,37020 +MRT,1997,7,35036,36168 +MRT,1997,8,34264,35356 +MRT,1997,9,33463,34515 +MRT,1997,10,32600,33612 +MRT,1997,11,31699,32670 +MRT,1997,12,30819,31747 +MRT,1997,13,29949,30834 +MRT,1997,14,29078,29911 +MRT,1997,15,28209,28973 +MRT,1997,16,27341,28027 +MRT,1997,17,26480,27086 +MRT,1997,18,25626,26152 +MRT,1998,0,43334,44861 +MRT,1998,1,41829,43287 +MRT,1998,2,40475,41871 +MRT,1998,3,39155,40514 +MRT,1998,4,38181,39487 +MRT,1998,5,37279,38537 +MRT,1998,6,36435,37649 +MRT,1998,7,35634,36807 +MRT,1998,8,34879,36014 +MRT,1998,9,34173,35270 +MRT,1998,10,33416,34474 +MRT,1998,11,32559,33578 +MRT,1998,12,31639,32616 +MRT,1998,13,30743,31678 +MRT,1998,14,29857,30750 +MRT,1998,15,28969,29807 +MRT,1998,16,28080,28848 +MRT,1998,17,27192,27881 +MRT,1998,18,26308,26916 +MRT,1999,0,44556,46127 +MRT,1999,1,42856,44357 +MRT,1999,2,41352,42791 +MRT,1999,3,40023,41407 +MRT,1999,4,38850,40193 +MRT,1999,5,37884,39180 +MRT,1999,6,37008,38261 +MRT,1999,7,36201,37415 +MRT,1999,8,35446,36623 +MRT,1999,9,34746,35887 +MRT,1999,10,34105,35211 +MRT,1999,11,33391,34460 +MRT,1999,12,32539,33570 +MRT,1999,13,31599,32589 +MRT,1999,14,30688,31635 +MRT,1999,15,29786,30689 +MRT,1999,16,28878,29727 +MRT,1999,17,27969,28746 +MRT,1999,18,27061,27756 +MRT,2000,0,45761,47377 +MRT,2000,1,43929,45471 +MRT,2000,2,42317,43796 +MRT,2000,3,40905,42325 +MRT,2000,4,39667,41036 +MRT,2000,5,38581,39905 +MRT,2000,6,37623,38907 +MRT,2000,7,36771,38017 +MRT,2000,8,36002,37213 +MRT,2000,9,35292,36469 +MRT,2000,10,34646,35790 +MRT,2000,11,34070,35181 +MRT,2000,12,33399,34475 +MRT,2000,13,32551,33590 +MRT,2000,14,31590,32588 +MRT,2000,15,30662,31618 +MRT,2000,16,29744,30655 +MRT,2000,17,28815,29671 +MRT,2000,18,27886,28669 +MRT,2001,0,46753,48403 +MRT,2001,1,45224,46794 +MRT,2001,2,43520,45023 +MRT,2001,3,42010,43454 +MRT,2001,4,40674,42066 +MRT,2001,5,39492,40839 +MRT,2001,6,38441,39749 +MRT,2001,7,37502,38774 +MRT,2001,8,36661,37899 +MRT,2001,9,35901,37105 +MRT,2001,10,35197,36368 +MRT,2001,11,34548,35686 +MRT,2001,12,33961,35065 +MRT,2001,13,33279,34348 +MRT,2001,14,32428,33458 +MRT,2001,15,31466,32453 +MRT,2001,16,30534,31476 +MRT,2001,17,29609,30506 +MRT,2001,18,28677,29516 +MRT,2002,0,47749,49435 +MRT,2002,1,45881,47480 +MRT,2002,2,44745,46269 +MRT,2002,3,43168,44630 +MRT,2002,4,41757,43165 +MRT,2002,5,40495,41858 +MRT,2002,6,39367,40690 +MRT,2002,7,38351,39640 +MRT,2002,8,37429,38688 +MRT,2002,9,36597,37826 +MRT,2002,10,35845,37043 +MRT,2002,11,35147,36311 +MRT,2002,12,34494,35625 +MRT,2002,13,33895,34992 +MRT,2002,14,33203,34263 +MRT,2002,15,32346,33365 +MRT,2002,16,31382,32357 +MRT,2002,17,30445,31373 +MRT,2002,18,29513,30393 +MRT,2003,0,48772,50499 +MRT,2003,1,46955,48584 +MRT,2003,2,45313,46857 +MRT,2003,3,44307,45785 +MRT,2003,4,42854,44275 +MRT,2003,5,41541,42915 +MRT,2003,6,40354,41687 +MRT,2003,7,39278,40578 +MRT,2003,8,38296,39567 +MRT,2003,9,37389,38636 +MRT,2003,10,36566,37787 +MRT,2003,11,35822,37012 +MRT,2003,12,35129,36286 +MRT,2003,13,34472,35595 +MRT,2003,14,33860,34949 +MRT,2003,15,33156,34208 +MRT,2003,16,32293,33303 +MRT,2003,17,31326,32289 +MRT,2003,18,30383,31298 +MRT,2004,0,49864,51638 +MRT,2004,1,48096,49760 +MRT,2004,2,46472,48043 +MRT,2004,3,44982,46476 +MRT,2004,4,43888,45321 +MRT,2004,5,42559,43941 +MRT,2004,6,41343,42684 +MRT,2004,7,40229,41535 +MRT,2004,8,39206,40484 +MRT,2004,9,38257,39512 +MRT,2004,10,37366,38602 +MRT,2004,11,36551,37765 +MRT,2004,12,35814,37000 +MRT,2004,13,35126,36278 +MRT,2004,14,34464,35581 +MRT,2004,15,33839,34922 +MRT,2004,16,33124,34168 +MRT,2004,17,32254,33255 +MRT,2004,18,31284,32237 +MRT,2005,0,51056,52884 +MRT,2005,1,49306,51013 +MRT,2005,2,47680,49285 +MRT,2005,3,46172,47691 +MRT,2005,4,44772,46222 +MRT,2005,5,43474,44867 +MRT,2005,6,42270,43617 +MRT,2005,7,41151,42462 +MRT,2005,8,40110,41393 +MRT,2005,9,39140,40399 +MRT,2005,10,38224,39465 +MRT,2005,11,37348,38576 +MRT,2005,12,36541,37752 +MRT,2005,13,35812,36995 +MRT,2005,14,35128,36277 +MRT,2005,15,34461,35576 +MRT,2005,16,33823,34903 +MRT,2005,17,33096,34137 +MRT,2005,18,32220,33215 +MRT,2006,0,52250,54123 +MRT,2006,1,50662,52416 +MRT,2006,2,48980,50625 +MRT,2006,3,47417,48969 +MRT,2006,4,45963,47440 +MRT,2006,5,44611,46027 +MRT,2006,6,43355,44721 +MRT,2006,7,42187,43516 +MRT,2006,8,41094,42391 +MRT,2006,9,40064,41335 +MRT,2006,10,39093,40341 +MRT,2006,11,38174,39404 +MRT,2006,12,37291,38506 +MRT,2006,13,36479,37676 +MRT,2006,14,35751,36918 +MRT,2006,15,35073,36205 +MRT,2006,16,34408,35503 +MRT,2006,17,33771,34829 +MRT,2006,18,33045,34061 +MRT,2007,0,53535,55461 +MRT,2007,1,51736,53520 +MRT,2007,2,50289,51973 +MRT,2007,3,48676,50262 +MRT,2007,4,47173,48678 +MRT,2007,5,45773,47212 +MRT,2007,6,44468,45854 +MRT,2007,7,43253,44598 +MRT,2007,8,42123,43436 +MRT,2007,9,41055,42342 +MRT,2007,10,40034,41297 +MRT,2007,11,39063,40303 +MRT,2007,12,38141,39362 +MRT,2007,13,37249,38456 +MRT,2007,14,36432,37618 +MRT,2007,15,35705,36860 +MRT,2007,16,35033,36149 +MRT,2007,17,34370,35448 +MRT,2007,18,33733,34771 +MRT,2008,0,54914,56899 +MRT,2008,1,53061,54894 +MRT,2008,2,51326,53031 +MRT,2008,3,49933,51552 +MRT,2008,4,48388,49919 +MRT,2008,5,46946,48406 +MRT,2008,6,45600,47004 +MRT,2008,7,44341,45700 +MRT,2008,8,43167,44492 +MRT,2008,9,42073,43374 +MRT,2008,10,41029,42309 +MRT,2008,11,40019,41276 +MRT,2008,12,39046,40281 +MRT,2008,13,38120,39336 +MRT,2008,14,37220,38420 +MRT,2008,15,36398,37575 +MRT,2008,16,35672,36817 +MRT,2008,17,35004,36109 +MRT,2008,18,34343,35407 +MRT,2009,0,56390,58441 +MRT,2009,1,54472,56361 +MRT,2009,2,52680,54431 +MRT,2009,3,51006,52642 +MRT,2009,4,49593,51149 +MRT,2009,5,48115,49594 +MRT,2009,6,46734,48152 +MRT,2009,7,45441,46812 +MRT,2009,8,44228,45563 +MRT,2009,9,43094,44403 +MRT,2009,10,42036,43328 +MRT,2009,11,41017,42292 +MRT,2009,12,40016,41270 +MRT,2009,13,39042,40274 +MRT,2009,14,38112,39324 +MRT,2009,15,37204,38399 +MRT,2009,16,36375,37546 +MRT,2009,17,35650,36787 +MRT,2009,18,34987,36082 +MRT,2010,0,57953,60078 +MRT,2010,1,55971,57921 +MRT,2010,2,54120,55922 +MRT,2010,3,52390,54069 +MRT,2010,4,50775,52352 +MRT,2010,5,49266,50760 +MRT,2010,6,47855,49284 +MRT,2010,7,46533,47912 +MRT,2010,8,45293,46634 +MRT,2010,9,44126,45439 +MRT,2010,10,43032,44326 +MRT,2010,11,42011,43294 +MRT,2010,12,41015,42286 +MRT,2010,13,40023,41276 +MRT,2010,14,39048,40278 +MRT,2010,15,38114,39324 +MRT,2010,16,37197,38389 +MRT,2010,17,36362,37528 +MRT,2010,18,35637,36767 +MRT,2011,0,59552,61739 +MRT,2011,1,57598,59625 +MRT,2011,2,55688,57557 +MRT,2011,3,53897,55634 +MRT,2011,4,52220,53846 +MRT,2011,5,50647,52184 +MRT,2011,6,49173,50637 +MRT,2011,7,47790,49198 +MRT,2011,8,46489,47853 +MRT,2011,9,45260,46588 +MRT,2011,10,44097,45398 +MRT,2011,11,43004,44285 +MRT,2011,12,41978,43247 +MRT,2011,13,40982,42237 +MRT,2011,14,39997,41231 +MRT,2011,15,39034,40244 +MRT,2011,16,38108,39296 +MRT,2011,17,37198,38365 +MRT,2011,18,36369,37509 +MRT,2012,0,61240,63494 +MRT,2012,1,59110,61163 +MRT,2012,2,57258,59192 +MRT,2012,3,55419,57212 +MRT,2012,4,53689,55365 +MRT,2012,5,52062,53641 +MRT,2012,6,50532,52032 +MRT,2012,7,49093,50531 +MRT,2012,8,47738,49129 +MRT,2012,9,46457,47809 +MRT,2012,10,45238,46558 +MRT,2012,11,44080,45372 +MRT,2012,12,42987,44258 +MRT,2012,13,41957,43214 +MRT,2012,14,40960,42201 +MRT,2012,15,39981,41200 +MRT,2012,16,39030,40223 +MRT,2012,17,38112,39281 +MRT,2012,18,37209,38354 +MRT,2013,0,62918,65246 +MRT,2013,1,60732,62848 +MRT,2013,2,58686,60622 +MRT,2013,3,56928,58773 +MRT,2013,4,55159,56880 +MRT,2013,5,53490,55108 +MRT,2013,6,51914,53449 +MRT,2013,7,50426,51893 +MRT,2013,8,49021,50436 +MRT,2013,9,47694,49071 +MRT,2013,10,46432,47777 +MRT,2013,11,45224,46539 +MRT,2013,12,44070,45356 +MRT,2013,13,42977,44242 +MRT,2013,14,41942,43191 +MRT,2013,15,40944,42175 +MRT,2013,16,39972,41179 +MRT,2013,17,39032,40211 +MRT,2013,18,38123,39275 +MRT,2014,0,64459,66868 +MRT,2014,1,62278,64467 +MRT,2014,2,60225,62228 +MRT,2014,3,58295,60141 +MRT,2014,4,56605,58366 +MRT,2014,5,54907,56560 +MRT,2014,6,53298,54863 +MRT,2014,7,51773,53267 +MRT,2014,8,50326,51765 +MRT,2014,9,48955,50352 +MRT,2014,10,47657,49024 +MRT,2014,11,46414,47754 +MRT,2014,12,45217,46529 +MRT,2014,13,44066,45350 +MRT,2014,14,42973,44235 +MRT,2014,15,41934,43177 +MRT,2014,16,40934,42158 +MRT,2014,17,39969,41166 +MRT,2014,18,39040,40207 +MRT,2015,0,65780,68270 +MRT,2015,1,63686,65958 +MRT,2015,2,61694,63779 +MRT,2015,3,59800,61725 +MRT,2015,4,58000,59790 +MRT,2015,5,56288,57967 +MRT,2015,6,54660,56248 +MRT,2015,7,53111,54625 +MRT,2015,8,51636,53093 +MRT,2015,9,50231,51644 +MRT,2015,10,48895,50275 +MRT,2015,11,47624,48983 +MRT,2015,12,46400,47739 +MRT,2015,13,45213,46526 +MRT,2015,14,44067,45350 +MRT,2015,15,42973,44234 +MRT,2015,16,41929,43169 +MRT,2015,17,40928,42146 +MRT,2015,18,39969,41159 +MRT,2016,0,66783,69341 +MRT,2016,1,65377,67799 +MRT,2016,2,63405,65629 +MRT,2016,3,61505,63556 +MRT,2016,4,59676,61577 +MRT,2016,5,57917,59690 +MRT,2016,6,56225,57889 +MRT,2016,7,54597,56168 +MRT,2016,8,53048,54545 +MRT,2016,9,51584,53025 +MRT,2016,10,50195,51594 +MRT,2016,11,48863,50230 +MRT,2016,12,47589,48935 +MRT,2016,13,46366,47689 +MRT,2016,14,45186,46481 +MRT,2016,15,44050,45315 +MRT,2016,16,42965,44204 +MRT,2016,17,41927,43144 +MRT,2016,18,40932,42125 +MRT,2017,0,67580,70212 +MRT,2017,1,65953,68393 +MRT,2017,2,65002,67362 +MRT,2017,3,63153,65334 +MRT,2017,4,61343,63365 +MRT,2017,5,59578,61460 +MRT,2017,6,57860,59620 +MRT,2017,7,56188,57841 +MRT,2017,8,54558,56118 +MRT,2017,9,53008,54493 +MRT,2017,10,51554,52983 +MRT,2017,11,50180,51570 +MRT,2017,12,48852,50211 +MRT,2017,13,47575,48912 +MRT,2017,14,46351,47665 +MRT,2017,15,45178,46461 +MRT,2017,16,44053,45303 +MRT,2017,17,42976,44197 +MRT,2017,18,41944,43141 +MRT,2018,0,68271,70973 +MRT,2018,1,66944,69475 +MRT,2018,2,65542,67915 +MRT,2018,3,64639,66938 +MRT,2018,4,62911,65051 +MRT,2018,5,61192,63187 +MRT,2018,6,59490,61355 +MRT,2018,7,57813,59562 +MRT,2018,8,56159,57804 +MRT,2018,9,54529,56078 +MRT,2018,10,52977,54451 +MRT,2018,11,51532,52952 +MRT,2018,12,50173,51556 +MRT,2018,13,48850,50202 +MRT,2018,14,47569,48898 +MRT,2018,15,46345,47649 +MRT,2018,16,45178,46450 +MRT,2018,17,44063,45299 +MRT,2018,18,42993,44199 +MRT,2019,0,69000,72000 +MRT,2019,1,68000,71000 +MRT,2019,2,67000,69000 +MRT,2019,3,65000,68000 +MRT,2019,4,64000,67000 +MRT,2019,5,63000,65000 +MRT,2019,6,61000,63000 +MRT,2019,7,59000,61000 +MRT,2019,8,58000,59000 +MRT,2019,9,56000,58000 +MRT,2019,10,54000,56000 +MRT,2019,11,53000,54000 +MRT,2019,12,52000,53000 +MRT,2019,13,50000,52000 +MRT,2019,14,49000,50000 +MRT,2019,15,48000,49000 +MRT,2019,16,46000,48000 +MRT,2019,17,45000,46000 +MRT,2019,18,44000,45000 +MRT,2020,0,70000,73000 +MRT,2020,1,69000,72000 +MRT,2020,2,68000,70000 +MRT,2020,3,67000,69000 +MRT,2020,4,65000,68000 +MRT,2020,5,64000,66000 +MRT,2020,6,62000,64000 +MRT,2020,7,61000,63000 +MRT,2020,8,59000,61000 +MRT,2020,9,58000,59000 +MRT,2020,10,56000,58000 +MRT,2020,11,54000,56000 +MRT,2020,12,53000,54000 +MRT,2020,13,51000,53000 +MRT,2020,14,50000,52000 +MRT,2020,15,49000,50000 +MRT,2020,16,48000,49000 +MRT,2020,17,46000,48000 +MRT,2020,18,45000,46000 +MRT,2021,0,71000,74000 +MRT,2021,1,70000,73000 +MRT,2021,2,69000,71000 +MRT,2021,3,68000,70000 +MRT,2021,4,66000,69000 +MRT,2021,5,65000,67000 +MRT,2021,6,64000,66000 +MRT,2021,7,62000,64000 +MRT,2021,8,61000,63000 +MRT,2021,9,59000,61000 +MRT,2021,10,58000,59000 +MRT,2021,11,56000,58000 +MRT,2021,12,54000,56000 +MRT,2021,13,53000,54000 +MRT,2021,14,51000,53000 +MRT,2021,15,50000,51000 +MRT,2021,16,49000,50000 +MRT,2021,17,48000,49000 +MRT,2021,18,46000,48000 +MRT,2022,0,72000,75000 +MRT,2022,1,71000,74000 +MRT,2022,2,70000,72000 +MRT,2022,3,69000,71000 +MRT,2022,4,67000,70000 +MRT,2022,5,66000,69000 +MRT,2022,6,65000,67000 +MRT,2022,7,64000,66000 +MRT,2022,8,62000,64000 +MRT,2022,9,61000,63000 +MRT,2022,10,59000,61000 +MRT,2022,11,58000,59000 +MRT,2022,12,56000,58000 +MRT,2022,13,54000,56000 +MRT,2022,14,53000,54000 +MRT,2022,15,51000,53000 +MRT,2022,16,50000,51000 +MRT,2022,17,49000,50000 +MRT,2022,18,48000,49000 +MRT,2023,0,74000,76000 +MRT,2023,1,72000,75000 +MRT,2023,2,71000,74000 +MRT,2023,3,69000,72000 +MRT,2023,4,68000,71000 +MRT,2023,5,67000,70000 +MRT,2023,6,66000,68000 +MRT,2023,7,65000,67000 +MRT,2023,8,64000,66000 +MRT,2023,9,62000,64000 +MRT,2023,10,61000,63000 +MRT,2023,11,59000,61000 +MRT,2023,12,58000,59000 +MRT,2023,13,56000,58000 +MRT,2023,14,54000,56000 +MRT,2023,15,53000,54000 +MRT,2023,16,51000,53000 +MRT,2023,17,50000,51000 +MRT,2023,18,49000,50000 +MRT,2024,0,75000,78000 +MRT,2024,1,74000,76000 +MRT,2024,2,72000,75000 +MRT,2024,3,71000,73000 +MRT,2024,4,69000,72000 +MRT,2024,5,68000,71000 +MRT,2024,6,67000,69000 +MRT,2024,7,66000,68000 +MRT,2024,8,65000,67000 +MRT,2024,9,63000,65000 +MRT,2024,10,62000,64000 +MRT,2024,11,61000,63000 +MRT,2024,12,59000,61000 +MRT,2024,13,58000,59000 +MRT,2024,14,56000,58000 +MRT,2024,15,54000,56000 +MRT,2024,16,53000,54000 +MRT,2024,17,51000,53000 +MRT,2024,18,50000,51000 +MRT,2025,0,76000,79000 +MRT,2025,1,75000,77000 +MRT,2025,2,73000,76000 +MRT,2025,3,72000,74000 +MRT,2025,4,70000,73000 +MRT,2025,5,69000,72000 +MRT,2025,6,68000,70000 +MRT,2025,7,67000,69000 +MRT,2025,8,66000,68000 +MRT,2025,9,64000,67000 +MRT,2025,10,63000,65000 +MRT,2025,11,62000,64000 +MRT,2025,12,61000,63000 +MRT,2025,13,59000,61000 +MRT,2025,14,58000,59000 +MRT,2025,15,56000,58000 +MRT,2025,16,54000,56000 +MRT,2025,17,53000,54000 +MRT,2025,18,51000,53000 +MRT,2026,0,77000,80000 +MRT,2026,1,76000,79000 +MRT,2026,2,74000,77000 +MRT,2026,3,73000,76000 +MRT,2026,4,72000,74000 +MRT,2026,5,70000,73000 +MRT,2026,6,69000,72000 +MRT,2026,7,68000,70000 +MRT,2026,8,67000,69000 +MRT,2026,9,66000,68000 +MRT,2026,10,64000,67000 +MRT,2026,11,63000,65000 +MRT,2026,12,62000,64000 +MRT,2026,13,61000,63000 +MRT,2026,14,59000,61000 +MRT,2026,15,58000,59000 +MRT,2026,16,56000,58000 +MRT,2026,17,54000,56000 +MRT,2026,18,53000,54000 +MRT,2027,0,79000,82000 +MRT,2027,1,77000,80000 +MRT,2027,2,76000,78000 +MRT,2027,3,74000,77000 +MRT,2027,4,73000,75000 +MRT,2027,5,72000,74000 +MRT,2027,6,70000,73000 +MRT,2027,7,69000,72000 +MRT,2027,8,68000,70000 +MRT,2027,9,67000,69000 +MRT,2027,10,66000,68000 +MRT,2027,11,64000,66000 +MRT,2027,12,63000,65000 +MRT,2027,13,62000,64000 +MRT,2027,14,61000,63000 +MRT,2027,15,59000,61000 +MRT,2027,16,58000,59000 +MRT,2027,17,56000,57000 +MRT,2027,18,54000,56000 +MRT,2028,0,80000,83000 +MRT,2028,1,78000,81000 +MRT,2028,2,77000,79000 +MRT,2028,3,75000,78000 +MRT,2028,4,74000,77000 +MRT,2028,5,73000,75000 +MRT,2028,6,71000,74000 +MRT,2028,7,70000,73000 +MRT,2028,8,69000,71000 +MRT,2028,9,68000,70000 +MRT,2028,10,67000,69000 +MRT,2028,11,65000,68000 +MRT,2028,12,64000,66000 +MRT,2028,13,63000,65000 +MRT,2028,14,62000,64000 +MRT,2028,15,61000,63000 +MRT,2028,16,59000,61000 +MRT,2028,17,58000,59000 +MRT,2028,18,56000,57000 +MRT,2029,0,81000,84000 +MRT,2029,1,79000,82000 +MRT,2029,2,78000,80000 +MRT,2029,3,76000,79000 +MRT,2029,4,75000,78000 +MRT,2029,5,74000,76000 +MRT,2029,6,72000,75000 +MRT,2029,7,71000,74000 +MRT,2029,8,70000,73000 +MRT,2029,9,69000,71000 +MRT,2029,10,68000,70000 +MRT,2029,11,67000,69000 +MRT,2029,12,65000,68000 +MRT,2029,13,64000,66000 +MRT,2029,14,63000,65000 +MRT,2029,15,62000,64000 +MRT,2029,16,61000,63000 +MRT,2029,17,59000,61000 +MRT,2029,18,58000,59000 +MRT,2030,0,82000,85000 +MRT,2030,1,80000,83000 +MRT,2030,2,79000,82000 +MRT,2030,3,77000,80000 +MRT,2030,4,76000,79000 +MRT,2030,5,75000,77000 +MRT,2030,6,74000,76000 +MRT,2030,7,72000,75000 +MRT,2030,8,71000,74000 +MRT,2030,9,70000,72000 +MRT,2030,10,69000,71000 +MRT,2030,11,68000,70000 +MRT,2030,12,67000,69000 +MRT,2030,13,65000,68000 +MRT,2030,14,64000,66000 +MRT,2030,15,63000,65000 +MRT,2030,16,62000,64000 +MRT,2030,17,61000,62000 +MRT,2030,18,59000,61000 +MRT,2031,0,83000,86000 +MRT,2031,1,82000,85000 +MRT,2031,2,80000,83000 +MRT,2031,3,79000,81000 +MRT,2031,4,77000,80000 +MRT,2031,5,76000,79000 +MRT,2031,6,75000,77000 +MRT,2031,7,73000,76000 +MRT,2031,8,72000,75000 +MRT,2031,9,71000,74000 +MRT,2031,10,70000,72000 +MRT,2031,11,69000,71000 +MRT,2031,12,68000,70000 +MRT,2031,13,67000,69000 +MRT,2031,14,65000,68000 +MRT,2031,15,64000,66000 +MRT,2031,16,63000,65000 +MRT,2031,17,62000,64000 +MRT,2031,18,61000,62000 +MRT,2032,0,84000,87000 +MRT,2032,1,82000,86000 +MRT,2032,2,81000,84000 +MRT,2032,3,80000,83000 +MRT,2032,4,78000,81000 +MRT,2032,5,77000,80000 +MRT,2032,6,76000,78000 +MRT,2032,7,75000,77000 +MRT,2032,8,73000,76000 +MRT,2032,9,72000,75000 +MRT,2032,10,71000,74000 +MRT,2032,11,70000,72000 +MRT,2032,12,69000,71000 +MRT,2032,13,68000,70000 +MRT,2032,14,66000,69000 +MRT,2032,15,65000,68000 +MRT,2032,16,64000,66000 +MRT,2032,17,63000,65000 +MRT,2032,18,62000,64000 +MRT,2033,0,85000,88000 +MRT,2033,1,84000,87000 +MRT,2033,2,82000,85000 +MRT,2033,3,81000,84000 +MRT,2033,4,80000,82000 +MRT,2033,5,78000,81000 +MRT,2033,6,77000,80000 +MRT,2033,7,76000,78000 +MRT,2033,8,75000,77000 +MRT,2033,9,73000,76000 +MRT,2033,10,72000,75000 +MRT,2033,11,71000,73000 +MRT,2033,12,70000,72000 +MRT,2033,13,69000,71000 +MRT,2033,14,68000,70000 +MRT,2033,15,66000,69000 +MRT,2033,16,65000,67000 +MRT,2033,17,64000,66000 +MRT,2033,18,63000,65000 +MRT,2034,0,86000,90000 +MRT,2034,1,85000,88000 +MRT,2034,2,83000,86000 +MRT,2034,3,82000,85000 +MRT,2034,4,81000,84000 +MRT,2034,5,79000,82000 +MRT,2034,6,78000,81000 +MRT,2034,7,77000,79000 +MRT,2034,8,76000,78000 +MRT,2034,9,74000,77000 +MRT,2034,10,73000,76000 +MRT,2034,11,72000,75000 +MRT,2034,12,71000,73000 +MRT,2034,13,70000,72000 +MRT,2034,14,69000,71000 +MRT,2034,15,68000,70000 +MRT,2034,16,66000,69000 +MRT,2034,17,65000,67000 +MRT,2034,18,64000,66000 +MRT,2035,0,87000,91000 +MRT,2035,1,86000,89000 +MRT,2035,2,85000,88000 +MRT,2035,3,83000,86000 +MRT,2035,4,82000,85000 +MRT,2035,5,80000,83000 +MRT,2035,6,79000,82000 +MRT,2035,7,78000,81000 +MRT,2035,8,77000,79000 +MRT,2035,9,76000,78000 +MRT,2035,10,74000,77000 +MRT,2035,11,73000,76000 +MRT,2035,12,72000,75000 +MRT,2035,13,71000,73000 +MRT,2035,14,70000,72000 +MRT,2035,15,69000,71000 +MRT,2035,16,68000,70000 +MRT,2035,17,66000,69000 +MRT,2035,18,65000,67000 +MRT,2036,0,89000,92000 +MRT,2036,1,87000,91000 +MRT,2036,2,86000,89000 +MRT,2036,3,84000,87000 +MRT,2036,4,83000,86000 +MRT,2036,5,82000,84000 +MRT,2036,6,80000,83000 +MRT,2036,7,79000,82000 +MRT,2036,8,78000,81000 +MRT,2036,9,77000,79000 +MRT,2036,10,76000,78000 +MRT,2036,11,74000,77000 +MRT,2036,12,73000,76000 +MRT,2036,13,72000,75000 +MRT,2036,14,71000,73000 +MRT,2036,15,70000,72000 +MRT,2036,16,69000,71000 +MRT,2036,17,68000,70000 +MRT,2036,18,66000,69000 +MRT,2037,0,90000,93000 +MRT,2037,1,88000,92000 +MRT,2037,2,87000,90000 +MRT,2037,3,86000,89000 +MRT,2037,4,84000,87000 +MRT,2037,5,83000,86000 +MRT,2037,6,82000,84000 +MRT,2037,7,80000,83000 +MRT,2037,8,79000,82000 +MRT,2037,9,78000,80000 +MRT,2037,10,77000,79000 +MRT,2037,11,76000,78000 +MRT,2037,12,74000,77000 +MRT,2037,13,73000,76000 +MRT,2037,14,72000,74000 +MRT,2037,15,71000,73000 +MRT,2037,16,70000,72000 +MRT,2037,17,69000,71000 +MRT,2037,18,68000,70000 +MRT,2038,0,91000,95000 +MRT,2038,1,90000,93000 +MRT,2038,2,88000,91000 +MRT,2038,3,87000,90000 +MRT,2038,4,85000,88000 +MRT,2038,5,84000,87000 +MRT,2038,6,83000,86000 +MRT,2038,7,81000,84000 +MRT,2038,8,80000,83000 +MRT,2038,9,79000,82000 +MRT,2038,10,78000,80000 +MRT,2038,11,77000,79000 +MRT,2038,12,76000,78000 +MRT,2038,13,74000,77000 +MRT,2038,14,73000,76000 +MRT,2038,15,72000,74000 +MRT,2038,16,71000,73000 +MRT,2038,17,70000,72000 +MRT,2038,18,69000,71000 +MRT,2039,0,93000,96000 +MRT,2039,1,91000,94000 +MRT,2039,2,89000,93000 +MRT,2039,3,88000,91000 +MRT,2039,4,87000,90000 +MRT,2039,5,85000,88000 +MRT,2039,6,84000,87000 +MRT,2039,7,83000,85000 +MRT,2039,8,81000,84000 +MRT,2039,9,80000,83000 +MRT,2039,10,79000,82000 +MRT,2039,11,78000,80000 +MRT,2039,12,77000,79000 +MRT,2039,13,75000,78000 +MRT,2039,14,74000,77000 +MRT,2039,15,73000,76000 +MRT,2039,16,72000,74000 +MRT,2039,17,71000,73000 +MRT,2039,18,70000,72000 +MRT,2040,0,94000,97000 +MRT,2040,1,92000,96000 +MRT,2040,2,91000,94000 +MRT,2040,3,89000,92000 +MRT,2040,4,88000,91000 +MRT,2040,5,86000,89000 +MRT,2040,6,85000,88000 +MRT,2040,7,84000,86000 +MRT,2040,8,82000,85000 +MRT,2040,9,81000,84000 +MRT,2040,10,80000,83000 +MRT,2040,11,79000,81000 +MRT,2040,12,78000,80000 +MRT,2040,13,77000,79000 +MRT,2040,14,75000,78000 +MRT,2040,15,74000,77000 +MRT,2040,16,73000,75000 +MRT,2040,17,72000,74000 +MRT,2040,18,71000,73000 +MRT,2041,0,95000,99000 +MRT,2041,1,94000,97000 +MRT,2041,2,92000,95000 +MRT,2041,3,90000,94000 +MRT,2041,4,89000,92000 +MRT,2041,5,88000,91000 +MRT,2041,6,86000,89000 +MRT,2041,7,85000,88000 +MRT,2041,8,84000,86000 +MRT,2041,9,82000,85000 +MRT,2041,10,81000,84000 +MRT,2041,11,80000,83000 +MRT,2041,12,79000,81000 +MRT,2041,13,78000,80000 +MRT,2041,14,77000,79000 +MRT,2041,15,75000,78000 +MRT,2041,16,74000,77000 +MRT,2041,17,73000,75000 +MRT,2041,18,72000,74000 +MRT,2042,0,96000,100000 +MRT,2042,1,95000,98000 +MRT,2042,2,93000,97000 +MRT,2042,3,92000,95000 +MRT,2042,4,90000,93000 +MRT,2042,5,89000,92000 +MRT,2042,6,88000,90000 +MRT,2042,7,86000,89000 +MRT,2042,8,85000,88000 +MRT,2042,9,84000,86000 +MRT,2042,10,82000,85000 +MRT,2042,11,81000,84000 +MRT,2042,12,80000,83000 +MRT,2042,13,79000,81000 +MRT,2042,14,78000,80000 +MRT,2042,15,77000,79000 +MRT,2042,16,75000,78000 +MRT,2042,17,74000,77000 +MRT,2042,18,73000,75000 +MRT,2043,0,97000,101000 +MRT,2043,1,96000,99000 +MRT,2043,2,94000,98000 +MRT,2043,3,93000,96000 +MRT,2043,4,92000,95000 +MRT,2043,5,90000,93000 +MRT,2043,6,89000,92000 +MRT,2043,7,87000,90000 +MRT,2043,8,86000,89000 +MRT,2043,9,85000,88000 +MRT,2043,10,84000,86000 +MRT,2043,11,82000,85000 +MRT,2043,12,81000,84000 +MRT,2043,13,80000,83000 +MRT,2043,14,79000,81000 +MRT,2043,15,78000,80000 +MRT,2043,16,77000,79000 +MRT,2043,17,75000,78000 +MRT,2043,18,74000,77000 +MRT,2044,0,98000,102000 +MRT,2044,1,97000,100000 +MRT,2044,2,95000,99000 +MRT,2044,3,94000,97000 +MRT,2044,4,93000,96000 +MRT,2044,5,91000,94000 +MRT,2044,6,90000,93000 +MRT,2044,7,89000,92000 +MRT,2044,8,87000,90000 +MRT,2044,9,86000,89000 +MRT,2044,10,85000,88000 +MRT,2044,11,84000,86000 +MRT,2044,12,82000,85000 +MRT,2044,13,81000,84000 +MRT,2044,14,80000,83000 +MRT,2044,15,79000,81000 +MRT,2044,16,78000,80000 +MRT,2044,17,77000,79000 +MRT,2044,18,75000,78000 +MRT,2045,0,99000,103000 +MRT,2045,1,98000,102000 +MRT,2045,2,97000,100000 +MRT,2045,3,95000,99000 +MRT,2045,4,94000,97000 +MRT,2045,5,93000,96000 +MRT,2045,6,91000,94000 +MRT,2045,7,90000,93000 +MRT,2045,8,89000,91000 +MRT,2045,9,87000,90000 +MRT,2045,10,86000,89000 +MRT,2045,11,85000,87000 +MRT,2045,12,84000,86000 +MRT,2045,13,82000,85000 +MRT,2045,14,81000,84000 +MRT,2045,15,80000,82000 +MRT,2045,16,79000,81000 +MRT,2045,17,78000,80000 +MRT,2045,18,76000,79000 +MRT,2046,0,101000,104000 +MRT,2046,1,99000,103000 +MRT,2046,2,98000,101000 +MRT,2046,3,96000,100000 +MRT,2046,4,95000,98000 +MRT,2046,5,94000,97000 +MRT,2046,6,92000,95000 +MRT,2046,7,91000,94000 +MRT,2046,8,90000,93000 +MRT,2046,9,89000,91000 +MRT,2046,10,87000,90000 +MRT,2046,11,86000,89000 +MRT,2046,12,85000,87000 +MRT,2046,13,83000,86000 +MRT,2046,14,82000,85000 +MRT,2046,15,81000,84000 +MRT,2046,16,80000,82000 +MRT,2046,17,79000,81000 +MRT,2046,18,78000,80000 +MRT,2047,0,102000,106000 +MRT,2047,1,100000,104000 +MRT,2047,2,99000,103000 +MRT,2047,3,98000,101000 +MRT,2047,4,96000,100000 +MRT,2047,5,95000,98000 +MRT,2047,6,94000,97000 +MRT,2047,7,92000,95000 +MRT,2047,8,91000,94000 +MRT,2047,9,90000,93000 +MRT,2047,10,89000,91000 +MRT,2047,11,87000,90000 +MRT,2047,12,86000,89000 +MRT,2047,13,85000,87000 +MRT,2047,14,83000,86000 +MRT,2047,15,82000,85000 +MRT,2047,16,81000,84000 +MRT,2047,17,80000,82000 +MRT,2047,18,79000,81000 +MRT,2048,0,103000,107000 +MRT,2048,1,101000,105000 +MRT,2048,2,100000,104000 +MRT,2048,3,99000,102000 +MRT,2048,4,98000,101000 +MRT,2048,5,96000,99000 +MRT,2048,6,95000,98000 +MRT,2048,7,94000,97000 +MRT,2048,8,92000,95000 +MRT,2048,9,91000,94000 +MRT,2048,10,90000,93000 +MRT,2048,11,89000,91000 +MRT,2048,12,87000,90000 +MRT,2048,13,86000,89000 +MRT,2048,14,85000,87000 +MRT,2048,15,83000,86000 +MRT,2048,16,82000,85000 +MRT,2048,17,81000,84000 +MRT,2048,18,80000,82000 +MRT,2049,0,104000,108000 +MRT,2049,1,103000,106000 +MRT,2049,2,101000,105000 +MRT,2049,3,100000,103000 +MRT,2049,4,99000,102000 +MRT,2049,5,97000,101000 +MRT,2049,6,96000,99000 +MRT,2049,7,95000,98000 +MRT,2049,8,94000,96000 +MRT,2049,9,92000,95000 +MRT,2049,10,91000,94000 +MRT,2049,11,90000,93000 +MRT,2049,12,88000,91000 +MRT,2049,13,87000,90000 +MRT,2049,14,86000,89000 +MRT,2049,15,85000,87000 +MRT,2049,16,83000,86000 +MRT,2049,17,82000,85000 +MRT,2049,18,81000,83000 +MRT,2050,0,105000,109000 +MRT,2050,1,104000,107000 +MRT,2050,2,102000,106000 +MRT,2050,3,101000,104000 +MRT,2050,4,100000,103000 +MRT,2050,5,98000,102000 +MRT,2050,6,97000,100000 +MRT,2050,7,96000,99000 +MRT,2050,8,95000,98000 +MRT,2050,9,93000,96000 +MRT,2050,10,92000,95000 +MRT,2050,11,91000,94000 +MRT,2050,12,90000,93000 +MRT,2050,13,88000,91000 +MRT,2050,14,87000,90000 +MRT,2050,15,86000,89000 +MRT,2050,16,85000,87000 +MRT,2050,17,83000,86000 +MRT,2050,18,82000,85000 +MUS,1990,0,9561,9629 +MUS,1990,1,9624,9820 +MUS,1990,2,9687,9977 +MUS,1990,3,9752,10105 +MUS,1990,4,9819,10208 +MUS,1990,5,9887,10290 +MUS,1990,6,9959,10356 +MUS,1990,7,10033,10410 +MUS,1990,8,10112,10456 +MUS,1990,9,10194,10499 +MUS,1990,10,10274,10532 +MUS,1990,11,10346,10552 +MUS,1990,12,10442,10609 +MUS,1990,13,10577,10728 +MUS,1990,14,10730,10883 +MUS,1990,15,10863,11017 +MUS,1990,16,10973,11131 +MUS,1990,17,11071,11252 +MUS,1990,18,11153,11382 +MUS,1991,0,10014,10149 +MUS,1991,1,9593,9704 +MUS,1991,2,9615,9829 +MUS,1991,3,9654,9945 +MUS,1991,4,9708,10054 +MUS,1991,5,9774,10155 +MUS,1991,6,9852,10253 +MUS,1991,7,9943,10350 +MUS,1991,8,10031,10427 +MUS,1991,9,10109,10473 +MUS,1991,10,10181,10502 +MUS,1991,11,10256,10530 +MUS,1991,12,10326,10549 +MUS,1991,13,10420,10604 +MUS,1991,14,10551,10720 +MUS,1991,15,10701,10872 +MUS,1991,16,10829,11003 +MUS,1991,17,10935,11114 +MUS,1991,18,11029,11231 +MUS,1992,0,10724,10983 +MUS,1992,1,10369,10662 +MUS,1992,2,9625,9769 +MUS,1992,3,9607,9828 +MUS,1992,4,9622,9905 +MUS,1992,5,9664,9995 +MUS,1992,6,9729,10094 +MUS,1992,7,9816,10206 +MUS,1992,8,9928,10335 +MUS,1992,9,10029,10434 +MUS,1992,10,10106,10480 +MUS,1992,11,10168,10495 +MUS,1992,12,10239,10519 +MUS,1992,13,10307,10536 +MUS,1992,14,10398,10590 +MUS,1992,15,10526,10703 +MUS,1992,16,10671,10851 +MUS,1992,17,10796,10979 +MUS,1992,18,10898,11086 +MUS,1993,0,11484,11887 +MUS,1993,1,10872,11235 +MUS,1993,2,10392,10727 +MUS,1993,3,9659,9830 +MUS,1993,4,9601,9823 +MUS,1993,5,9592,9859 +MUS,1993,6,9622,9930 +MUS,1993,7,9686,10027 +MUS,1993,8,9783,10153 +MUS,1993,9,9914,10315 +MUS,1993,10,10030,10436 +MUS,1993,11,10105,10482 +MUS,1993,12,10158,10483 +MUS,1993,13,10224,10501 +MUS,1993,14,10290,10518 +MUS,1993,15,10379,10570 +MUS,1993,16,10502,10680 +MUS,1993,17,10644,10824 +MUS,1993,18,10764,10949 +MUS,1994,0,12011,12531 +MUS,1994,1,11247,11665 +MUS,1994,2,10641,10985 +MUS,1994,3,10181,10473 +MUS,1994,4,9702,9894 +MUS,1994,5,9603,9821 +MUS,1994,6,9569,9817 +MUS,1994,7,9589,9869 +MUS,1994,8,9651,9963 +MUS,1994,9,9758,10105 +MUS,1994,10,9909,10298 +MUS,1994,11,10038,10441 +MUS,1994,12,10113,10487 +MUS,1994,13,10156,10475 +MUS,1994,14,10218,10488 +MUS,1994,15,10282,10503 +MUS,1994,16,10367,10553 +MUS,1994,17,10488,10660 +MUS,1994,18,10625,10802 +MUS,1995,0,12112,12687 +MUS,1995,1,11374,11814 +MUS,1995,2,10782,11122 +MUS,1995,3,10324,10595 +MUS,1995,4,9985,10215 +MUS,1995,5,9753,9965 +MUS,1995,6,9615,9826 +MUS,1995,7,9556,9782 +MUS,1995,8,9564,9815 +MUS,1995,9,9626,9907 +MUS,1995,10,9742,10063 +MUS,1995,11,9913,10288 +MUS,1995,12,10056,10454 +MUS,1995,13,10130,10500 +MUS,1995,14,10164,10475 +MUS,1995,15,10221,10482 +MUS,1995,16,10283,10496 +MUS,1995,17,10366,10544 +MUS,1995,18,10483,10649 +MUS,1996,0,11629,12197 +MUS,1996,1,11858,12372 +MUS,1996,2,11271,11674 +MUS,1996,3,10776,11098 +MUS,1996,4,10371,10636 +MUS,1996,5,10051,10280 +MUS,1996,6,9802,10015 +MUS,1996,7,9614,9823 +MUS,1996,8,9519,9738 +MUS,1996,9,9525,9767 +MUS,1996,10,9606,9879 +MUS,1996,11,9721,10033 +MUS,1996,12,9873,10235 +MUS,1996,13,10022,10400 +MUS,1996,14,10141,10481 +MUS,1996,15,10240,10509 +MUS,1996,16,10358,10564 +MUS,1996,17,10491,10635 +MUS,1996,18,10583,10684 +MUS,1997,0,10727,11232 +MUS,1997,1,10682,11080 +MUS,1997,2,11636,12087 +MUS,1997,3,11197,11563 +MUS,1997,4,10798,11101 +MUS,1997,5,10446,10703 +MUS,1997,6,10142,10371 +MUS,1997,7,9877,10090 +MUS,1997,8,9639,9844 +MUS,1997,9,9506,9717 +MUS,1997,10,9510,9744 +MUS,1997,11,9611,9876 +MUS,1997,12,9726,10027 +MUS,1997,13,9859,10207 +MUS,1997,14,10013,10371 +MUS,1997,15,10178,10488 +MUS,1997,16,10343,10569 +MUS,1997,17,10521,10672 +MUS,1997,18,10726,10801 +MUS,1998,0,9636,10050 +MUS,1998,1,10094,10444 +MUS,1998,2,10408,10710 +MUS,1998,3,11426,11816 +MUS,1998,4,11134,11465 +MUS,1998,5,10832,11117 +MUS,1998,6,10531,10783 +MUS,1998,7,10244,10474 +MUS,1998,8,9962,10176 +MUS,1998,9,9674,9877 +MUS,1998,10,9503,9709 +MUS,1998,11,9505,9732 +MUS,1998,12,9626,9885 +MUS,1998,13,9741,10033 +MUS,1998,14,9855,10191 +MUS,1998,15,10016,10355 +MUS,1998,16,10227,10507 +MUS,1998,17,10458,10642 +MUS,1998,18,10697,10793 +MUS,1999,0,8697,9030 +MUS,1999,1,9552,9862 +MUS,1999,2,10174,10466 +MUS,1999,3,10591,10867 +MUS,1999,4,11202,11534 +MUS,1999,5,11059,11357 +MUS,1999,6,10853,11123 +MUS,1999,7,10605,10854 +MUS,1999,8,10335,10568 +MUS,1999,9,10035,10255 +MUS,1999,10,9698,9901 +MUS,1999,11,9489,9692 +MUS,1999,12,9489,9712 +MUS,1999,13,9630,9885 +MUS,1999,14,9745,10030 +MUS,1999,15,9840,10166 +MUS,1999,16,10006,10330 +MUS,1999,17,10263,10517 +MUS,1999,18,10560,10705 +MUS,2000,0,8158,8447 +MUS,2000,1,9184,9477 +MUS,2000,2,9947,10240 +MUS,2000,3,10476,10767 +MUS,2000,4,10802,11087 +MUS,2000,5,10953,11231 +MUS,2000,6,10960,11229 +MUS,2000,7,10850,11110 +MUS,2000,8,10655,10905 +MUS,2000,9,10403,10643 +MUS,2000,10,10087,10314 +MUS,2000,11,9701,9908 +MUS,2000,12,9455,9657 +MUS,2000,13,9452,9674 +MUS,2000,14,9613,9867 +MUS,2000,15,9727,10009 +MUS,2000,16,9804,10122 +MUS,2000,17,9975,10286 +MUS,2000,18,10277,10509 +MUS,2001,0,8183,8467 +MUS,2001,1,8399,8688 +MUS,2001,2,9262,9551 +MUS,2001,3,9925,10211 +MUS,2001,4,10406,10688 +MUS,2001,5,10723,11000 +MUS,2001,6,10908,11177 +MUS,2001,7,10988,11250 +MUS,2001,8,10929,11183 +MUS,2001,9,10730,10974 +MUS,2001,10,10441,10675 +MUS,2001,11,10109,10331 +MUS,2001,12,9716,9920 +MUS,2001,13,9461,9659 +MUS,2001,14,9444,9655 +MUS,2001,15,9586,9821 +MUS,2001,16,9683,9938 +MUS,2001,17,9741,10025 +MUS,2001,18,9901,10175 +MUS,2002,0,8601,8916 +MUS,2002,1,9190,9505 +MUS,2002,2,8613,8903 +MUS,2002,3,9310,9597 +MUS,2002,4,9869,10153 +MUS,2002,5,10299,10577 +MUS,2002,6,10608,10880 +MUS,2002,7,10825,11090 +MUS,2002,8,10979,11238 +MUS,2002,9,10972,11223 +MUS,2002,10,10769,11012 +MUS,2002,11,10444,10676 +MUS,2002,12,10096,10316 +MUS,2002,13,9699,9903 +MUS,2002,14,9435,9631 +MUS,2002,15,9403,9606 +MUS,2002,16,9527,9745 +MUS,2002,17,9606,9837 +MUS,2002,18,9646,9896 +MUS,2003,0,9201,9566 +MUS,2003,1,9349,9697 +MUS,2003,2,9505,9837 +MUS,2003,3,8809,9103 +MUS,2003,4,9339,9627 +MUS,2003,5,9795,10077 +MUS,2003,6,10173,10449 +MUS,2003,7,10472,10742 +MUS,2003,8,10721,10985 +MUS,2003,9,10948,11207 +MUS,2003,10,10992,11244 +MUS,2003,11,10787,11030 +MUS,2003,12,10426,10658 +MUS,2003,13,10063,10284 +MUS,2003,14,9663,9869 +MUS,2003,15,9391,9588 +MUS,2003,16,9343,9542 +MUS,2003,17,9448,9653 +MUS,2003,18,9510,9720 +MUS,2004,0,9682,10091 +MUS,2004,1,9455,9833 +MUS,2004,2,9343,9695 +MUS,2004,3,9329,9658 +MUS,2004,4,9007,9307 +MUS,2004,5,9371,9662 +MUS,2004,6,9723,10006 +MUS,2004,7,10051,10327 +MUS,2004,8,10340,10610 +MUS,2004,9,10620,10885 +MUS,2004,10,10921,11182 +MUS,2004,11,11016,11271 +MUS,2004,12,10808,11054 +MUS,2004,13,10411,10646 +MUS,2004,14,10034,10257 +MUS,2004,15,9630,9840 +MUS,2004,16,9350,9549 +MUS,2004,17,9287,9482 +MUS,2004,18,9373,9567 +MUS,2005,0,9831,10259 +MUS,2005,1,9414,9809 +MUS,2005,2,9169,9534 +MUS,2005,3,9070,9412 +MUS,2005,4,9095,9417 +MUS,2005,5,9218,9525 +MUS,2005,6,9416,9711 +MUS,2005,7,9666,9951 +MUS,2005,8,9942,10220 +MUS,2005,9,10222,10494 +MUS,2005,10,10535,10802 +MUS,2005,11,10909,11173 +MUS,2005,12,11055,11315 +MUS,2005,13,10844,11095 +MUS,2005,14,10411,10650 +MUS,2005,15,10019,10246 +MUS,2005,16,9611,9826 +MUS,2005,17,9322,9525 +MUS,2005,18,9244,9437 +MUS,2006,0,9542,9950 +MUS,2006,1,9647,10062 +MUS,2006,2,9353,9741 +MUS,2006,3,9186,9550 +MUS,2006,4,9128,9470 +MUS,2006,5,9162,9486 +MUS,2006,6,9265,9574 +MUS,2006,7,9417,9711 +MUS,2006,8,9626,9908 +MUS,2006,9,9887,10159 +MUS,2006,10,10167,10429 +MUS,2006,11,10465,10719 +MUS,2006,12,10815,11060 +MUS,2006,13,10949,11187 +MUS,2006,14,10746,10977 +MUS,2006,15,10333,10558 +MUS,2006,16,9957,10176 +MUS,2006,17,9569,9782 +MUS,2006,18,9288,9492 +MUS,2007,0,8945,9311 +MUS,2007,1,8793,9155 +MUS,2007,2,9483,9886 +MUS,2007,3,9311,9694 +MUS,2007,4,9220,9585 +MUS,2007,5,9202,9549 +MUS,2007,6,9246,9575 +MUS,2007,7,9331,9643 +MUS,2007,8,9435,9732 +MUS,2007,9,9605,9887 +MUS,2007,10,9851,10119 +MUS,2007,11,10132,10387 +MUS,2007,12,10416,10658 +MUS,2007,13,10742,10971 +MUS,2007,14,10865,11084 +MUS,2007,15,10669,10884 +MUS,2007,16,10274,10488 +MUS,2007,17,9916,10128 +MUS,2007,18,9547,9760 +MUS,2008,0,8177,8491 +MUS,2008,1,8342,8676 +MUS,2008,2,8521,8868 +MUS,2008,3,9329,9723 +MUS,2008,4,9278,9660 +MUS,2008,5,9266,9633 +MUS,2008,6,9288,9639 +MUS,2008,7,9341,9676 +MUS,2008,8,9407,9725 +MUS,2008,9,9465,9765 +MUS,2008,10,9595,9878 +MUS,2008,11,9827,10092 +MUS,2008,12,10108,10357 +MUS,2008,13,10379,10611 +MUS,2008,14,10682,10895 +MUS,2008,15,10792,10994 +MUS,2008,16,10604,10803 +MUS,2008,17,10228,10431 +MUS,2008,18,9885,10093 +MUS,2009,0,7447,7712 +MUS,2009,1,7895,8200 +MUS,2009,2,8280,8615 +MUS,2009,3,8608,8963 +MUS,2009,4,9172,9556 +MUS,2009,5,9243,9622 +MUS,2009,6,9308,9677 +MUS,2009,7,9370,9726 +MUS,2009,8,9434,9774 +MUS,2009,9,9480,9803 +MUS,2009,10,9491,9795 +MUS,2009,11,9581,9865 +MUS,2009,12,9799,10062 +MUS,2009,13,10080,10324 +MUS,2009,14,10338,10560 +MUS,2009,15,10617,10815 +MUS,2009,16,10716,10900 +MUS,2009,17,10535,10719 +MUS,2009,18,10177,10370 +MUS,2010,0,6909,7144 +MUS,2010,1,7515,7798 +MUS,2010,2,8017,8337 +MUS,2010,3,8425,8772 +MUS,2010,4,8751,9116 +MUS,2010,5,9005,9379 +MUS,2010,6,9198,9573 +MUS,2010,7,9341,9711 +MUS,2010,8,9443,9804 +MUS,2010,9,9517,9862 +MUS,2010,10,9544,9871 +MUS,2010,11,9508,9815 +MUS,2010,12,9559,9842 +MUS,2010,13,9761,10021 +MUS,2010,14,10043,10279 +MUS,2010,15,10287,10498 +MUS,2010,16,10542,10724 +MUS,2010,17,10629,10794 +MUS,2010,18,10455,10623 +MUS,2011,0,6622,6852 +MUS,2011,1,6993,7238 +MUS,2011,2,7535,7823 +MUS,2011,3,7999,8321 +MUS,2011,4,8391,8737 +MUS,2011,5,8715,9079 +MUS,2011,6,8985,9360 +MUS,2011,7,9212,9593 +MUS,2011,8,9373,9751 +MUS,2011,9,9461,9825 +MUS,2011,10,9500,9844 +MUS,2011,11,9502,9822 +MUS,2011,12,9443,9737 +MUS,2011,13,9481,9750 +MUS,2011,14,9691,9938 +MUS,2011,15,9992,10220 +MUS,2011,16,10253,10460 +MUS,2011,17,10527,10711 +MUS,2011,18,10622,10790 +MUS,2012,0,6518,6758 +MUS,2012,1,7015,7285 +MUS,2012,2,7069,7324 +MUS,2012,3,7548,7839 +MUS,2012,4,7974,8295 +MUS,2012,5,8348,8692 +MUS,2012,6,8670,9032 +MUS,2012,7,8956,9331 +MUS,2012,8,9217,9602 +MUS,2012,9,9396,9779 +MUS,2012,10,9469,9836 +MUS,2012,11,9474,9814 +MUS,2012,12,9451,9762 +MUS,2012,13,9368,9647 +MUS,2012,14,9395,9646 +MUS,2012,15,9612,9843 +MUS,2012,16,9931,10148 +MUS,2012,17,10209,10409 +MUS,2012,18,10502,10685 +MUS,2013,0,6540,6799 +MUS,2013,1,6852,7122 +MUS,2013,2,7159,7440 +MUS,2013,3,7142,7405 +MUS,2013,4,7558,7850 +MUS,2013,5,7945,8263 +MUS,2013,6,8301,8641 +MUS,2013,7,8621,8980 +MUS,2013,8,8922,9295 +MUS,2013,9,9218,9605 +MUS,2013,10,9414,9802 +MUS,2013,11,9472,9840 +MUS,2013,12,9444,9777 +MUS,2013,13,9396,9695 +MUS,2013,14,9289,9552 +MUS,2013,15,9303,9536 +MUS,2013,16,9528,9742 +MUS,2013,17,9866,10070 +MUS,2013,18,10160,10352 +MUS,2014,0,6598,6876 +MUS,2014,1,6724,6993 +MUS,2014,2,6899,7167 +MUS,2014,3,7114,7387 +MUS,2014,4,7218,7487 +MUS,2014,5,7570,7862 +MUS,2014,6,7919,8234 +MUS,2014,7,8257,8592 +MUS,2014,8,8576,8929 +MUS,2014,9,8893,9262 +MUS,2014,10,9222,9610 +MUS,2014,11,9437,9826 +MUS,2014,12,9480,9846 +MUS,2014,13,9417,9743 +MUS,2014,14,9344,9631 +MUS,2014,15,9214,9458 +MUS,2014,16,9216,9428 +MUS,2014,17,9448,9643 +MUS,2014,18,9805,9994 +MUS,2015,0,6623,6910 +MUS,2015,1,6614,6880 +MUS,2015,2,6690,6946 +MUS,2015,3,6838,7093 +MUS,2015,4,7045,7307 +MUS,2015,5,7300,7574 +MUS,2015,6,7589,7880 +MUS,2015,7,7900,8209 +MUS,2015,8,8221,8549 +MUS,2015,9,8538,8884 +MUS,2015,10,8870,9234 +MUS,2015,11,9234,9620 +MUS,2015,12,9467,9856 +MUS,2015,13,9496,9858 +MUS,2015,14,9398,9714 +MUS,2015,15,9300,9572 +MUS,2015,16,9146,9370 +MUS,2015,17,9137,9325 +MUS,2015,18,9376,9549 +MUS,2016,0,6591,6882 +MUS,2016,1,6579,6860 +MUS,2016,2,6598,6864 +MUS,2016,3,6692,6951 +MUS,2016,4,6849,7109 +MUS,2016,5,7059,7326 +MUS,2016,6,7308,7586 +MUS,2016,7,7584,7877 +MUS,2016,8,7886,8196 +MUS,2016,9,8207,8535 +MUS,2016,10,8529,8876 +MUS,2016,11,8862,9228 +MUS,2016,12,9225,9613 +MUS,2016,13,9458,9848 +MUS,2016,14,9486,9849 +MUS,2016,15,9389,9705 +MUS,2016,16,9291,9561 +MUS,2016,17,9136,9358 +MUS,2016,18,9127,9312 +MUS,2017,0,6537,6824 +MUS,2017,1,6424,6688 +MUS,2017,2,6538,6813 +MUS,2017,3,6587,6851 +MUS,2017,4,6699,6960 +MUS,2017,5,6865,7128 +MUS,2017,6,7077,7347 +MUS,2017,7,7321,7602 +MUS,2017,8,7585,7878 +MUS,2017,9,7878,8187 +MUS,2017,10,8198,8526 +MUS,2017,11,8526,8872 +MUS,2017,12,8860,9226 +MUS,2017,13,9223,9610 +MUS,2017,14,9455,9844 +MUS,2017,15,9483,9844 +MUS,2017,16,9386,9699 +MUS,2017,17,9287,9554 +MUS,2017,18,9132,9350 +MUS,2018,0,6467,6745 +MUS,2018,1,6359,6618 +MUS,2018,2,6333,6582 +MUS,2018,3,6501,6767 +MUS,2018,4,6579,6839 +MUS,2018,5,6709,6970 +MUS,2018,6,6884,7149 +MUS,2018,7,7098,7371 +MUS,2018,8,7337,7620 +MUS,2018,9,7588,7881 +MUS,2018,10,7873,8179 +MUS,2018,11,8193,8518 +MUS,2018,12,8526,8871 +MUS,2018,13,8862,9226 +MUS,2018,14,9225,9610 +MUS,2018,15,9456,9843 +MUS,2018,16,9485,9842 +MUS,2018,17,9387,9695 +MUS,2018,18,9288,9550 +MUS,2019,0,6400,6700 +MUS,2019,1,6300,6600 +MUS,2019,2,6300,6500 +MUS,2019,3,6300,6600 +MUS,2019,4,6500,6700 +MUS,2019,5,6600,6800 +MUS,2019,6,6700,7000 +MUS,2019,7,6900,7200 +MUS,2019,8,7100,7400 +MUS,2019,9,7400,7600 +MUS,2019,10,7600,7900 +MUS,2019,11,7900,8200 +MUS,2019,12,8200,8500 +MUS,2019,13,8500,8900 +MUS,2019,14,8900,9200 +MUS,2019,15,9200,9600 +MUS,2019,16,9500,9800 +MUS,2019,17,9500,9800 +MUS,2019,18,9400,9700 +MUS,2020,0,6300,6600 +MUS,2020,1,6300,6500 +MUS,2020,2,6200,6500 +MUS,2020,3,6300,6500 +MUS,2020,4,6300,6600 +MUS,2020,5,6400,6700 +MUS,2020,6,6600,6800 +MUS,2020,7,6700,7000 +MUS,2020,8,6900,7200 +MUS,2020,9,7100,7400 +MUS,2020,10,7400,7700 +MUS,2020,11,7600,7900 +MUS,2020,12,7900,8200 +MUS,2020,13,8200,8500 +MUS,2020,14,8500,8900 +MUS,2020,15,8900,9200 +MUS,2020,16,9200,9600 +MUS,2020,17,9500,9800 +MUS,2020,18,9500,9800 +MUS,2021,0,6300,6500 +MUS,2021,1,6300,6600 +MUS,2021,2,6300,6500 +MUS,2021,3,6200,6500 +MUS,2021,4,6300,6500 +MUS,2021,5,6300,6600 +MUS,2021,6,6400,6700 +MUS,2021,7,6600,6800 +MUS,2021,8,6700,7000 +MUS,2021,9,6900,7200 +MUS,2021,10,7100,7400 +MUS,2021,11,7400,7700 +MUS,2021,12,7600,7900 +MUS,2021,13,7900,8200 +MUS,2021,14,8200,8500 +MUS,2021,15,8500,8900 +MUS,2021,16,8900,9200 +MUS,2021,17,9200,9600 +MUS,2021,18,9500,9800 +MUS,2022,0,6200,6500 +MUS,2022,1,6200,6400 +MUS,2022,2,6300,6500 +MUS,2022,3,6200,6500 +MUS,2022,4,6200,6500 +MUS,2022,5,6300,6500 +MUS,2022,6,6400,6600 +MUS,2022,7,6400,6700 +MUS,2022,8,6600,6800 +MUS,2022,9,6700,7000 +MUS,2022,10,6900,7200 +MUS,2022,11,7100,7400 +MUS,2022,12,7400,7700 +MUS,2022,13,7600,7900 +MUS,2022,14,7900,8200 +MUS,2022,15,8200,8500 +MUS,2022,16,8500,8900 +MUS,2022,17,8900,9200 +MUS,2022,18,9200,9600 +MUS,2023,0,6200,6400 +MUS,2023,1,6200,6400 +MUS,2023,2,6200,6400 +MUS,2023,3,6200,6500 +MUS,2023,4,6200,6500 +MUS,2023,5,6300,6500 +MUS,2023,6,6300,6500 +MUS,2023,7,6400,6600 +MUS,2023,8,6500,6700 +MUS,2023,9,6600,6800 +MUS,2023,10,6700,7000 +MUS,2023,11,6900,7200 +MUS,2023,12,7100,7400 +MUS,2023,13,7400,7700 +MUS,2023,14,7600,7900 +MUS,2023,15,7900,8200 +MUS,2023,16,8200,8500 +MUS,2023,17,8500,8900 +MUS,2023,18,8900,9200 +MUS,2024,0,6100,6400 +MUS,2024,1,6100,6400 +MUS,2024,2,6100,6400 +MUS,2024,3,6200,6400 +MUS,2024,4,6200,6500 +MUS,2024,5,6200,6500 +MUS,2024,6,6300,6500 +MUS,2024,7,6300,6600 +MUS,2024,8,6400,6600 +MUS,2024,9,6500,6700 +MUS,2024,10,6600,6800 +MUS,2024,11,6700,7000 +MUS,2024,12,6900,7200 +MUS,2024,13,7100,7400 +MUS,2024,14,7400,7600 +MUS,2024,15,7600,7900 +MUS,2024,16,7900,8200 +MUS,2024,17,8200,8500 +MUS,2024,18,8500,8800 +MUS,2025,0,6100,6300 +MUS,2025,1,6100,6300 +MUS,2025,2,6100,6400 +MUS,2025,3,6100,6400 +MUS,2025,4,6200,6400 +MUS,2025,5,6200,6400 +MUS,2025,6,6200,6500 +MUS,2025,7,6300,6500 +MUS,2025,8,6300,6600 +MUS,2025,9,6400,6600 +MUS,2025,10,6500,6700 +MUS,2025,11,6600,6800 +MUS,2025,12,6700,7000 +MUS,2025,13,6900,7200 +MUS,2025,14,7100,7400 +MUS,2025,15,7400,7600 +MUS,2025,16,7600,7900 +MUS,2025,17,7900,8100 +MUS,2025,18,8200,8500 +MUS,2026,0,6000,6300 +MUS,2026,1,6100,6300 +MUS,2026,2,6100,6300 +MUS,2026,3,6100,6400 +MUS,2026,4,6100,6400 +MUS,2026,5,6200,6400 +MUS,2026,6,6200,6400 +MUS,2026,7,6200,6500 +MUS,2026,8,6300,6500 +MUS,2026,9,6300,6600 +MUS,2026,10,6400,6600 +MUS,2026,11,6500,6700 +MUS,2026,12,6600,6800 +MUS,2026,13,6700,7000 +MUS,2026,14,6900,7200 +MUS,2026,15,7100,7400 +MUS,2026,16,7400,7600 +MUS,2026,17,7600,7900 +MUS,2026,18,7900,8100 +MUS,2027,0,6000,6200 +MUS,2027,1,6000,6300 +MUS,2027,2,6100,6300 +MUS,2027,3,6100,6300 +MUS,2027,4,6100,6400 +MUS,2027,5,6100,6400 +MUS,2027,6,6200,6400 +MUS,2027,7,6200,6400 +MUS,2027,8,6200,6500 +MUS,2027,9,6300,6500 +MUS,2027,10,6300,6600 +MUS,2027,11,6400,6600 +MUS,2027,12,6500,6700 +MUS,2027,13,6600,6800 +MUS,2027,14,6700,7000 +MUS,2027,15,6900,7200 +MUS,2027,16,7100,7400 +MUS,2027,17,7400,7600 +MUS,2027,18,7600,7900 +MUS,2028,0,5900,6200 +MUS,2028,1,6000,6200 +MUS,2028,2,6000,6300 +MUS,2028,3,6100,6300 +MUS,2028,4,6100,6300 +MUS,2028,5,6100,6400 +MUS,2028,6,6100,6400 +MUS,2028,7,6200,6400 +MUS,2028,8,6200,6400 +MUS,2028,9,6200,6500 +MUS,2028,10,6300,6500 +MUS,2028,11,6300,6600 +MUS,2028,12,6400,6600 +MUS,2028,13,6500,6700 +MUS,2028,14,6600,6800 +MUS,2028,15,6700,7000 +MUS,2028,16,6900,7200 +MUS,2028,17,7100,7400 +MUS,2028,18,7400,7600 +MUS,2029,0,5900,6100 +MUS,2029,1,5900,6200 +MUS,2029,2,6000,6200 +MUS,2029,3,6000,6300 +MUS,2029,4,6100,6300 +MUS,2029,5,6100,6300 +MUS,2029,6,6100,6300 +MUS,2029,7,6100,6400 +MUS,2029,8,6100,6400 +MUS,2029,9,6200,6400 +MUS,2029,10,6200,6500 +MUS,2029,11,6300,6500 +MUS,2029,12,6300,6600 +MUS,2029,13,6400,6600 +MUS,2029,14,6500,6700 +MUS,2029,15,6600,6800 +MUS,2029,16,6700,6900 +MUS,2029,17,6900,7100 +MUS,2029,18,7100,7400 +MUS,2030,0,5800,6100 +MUS,2030,1,5900,6100 +MUS,2030,2,6000,6200 +MUS,2030,3,6000,6200 +MUS,2030,4,6000,6300 +MUS,2030,5,6100,6300 +MUS,2030,6,6100,6300 +MUS,2030,7,6100,6300 +MUS,2030,8,6100,6400 +MUS,2030,9,6100,6400 +MUS,2030,10,6200,6400 +MUS,2030,11,6200,6500 +MUS,2030,12,6300,6500 +MUS,2030,13,6300,6600 +MUS,2030,14,6400,6600 +MUS,2030,15,6500,6700 +MUS,2030,16,6600,6800 +MUS,2030,17,6700,6900 +MUS,2030,18,6900,7100 +MUS,2031,0,5800,6100 +MUS,2031,1,5900,6100 +MUS,2031,2,5900,6200 +MUS,2031,3,6000,6200 +MUS,2031,4,6000,6200 +MUS,2031,5,6000,6300 +MUS,2031,6,6100,6300 +MUS,2031,7,6100,6300 +MUS,2031,8,6100,6300 +MUS,2031,9,6100,6400 +MUS,2031,10,6100,6400 +MUS,2031,11,6200,6400 +MUS,2031,12,6200,6500 +MUS,2031,13,6300,6500 +MUS,2031,14,6300,6600 +MUS,2031,15,6400,6600 +MUS,2031,16,6500,6700 +MUS,2031,17,6600,6800 +MUS,2031,18,6700,6900 +MUS,2032,0,5800,6000 +MUS,2032,1,5900,6100 +MUS,2032,2,5900,6100 +MUS,2032,3,5900,6200 +MUS,2032,4,6000,6200 +MUS,2032,5,6000,6200 +MUS,2032,6,6000,6300 +MUS,2032,7,6100,6300 +MUS,2032,8,6100,6300 +MUS,2032,9,6100,6300 +MUS,2032,10,6100,6400 +MUS,2032,11,6100,6400 +MUS,2032,12,6200,6400 +MUS,2032,13,6200,6500 +MUS,2032,14,6300,6500 +MUS,2032,15,6300,6600 +MUS,2032,16,6400,6600 +MUS,2032,17,6500,6700 +MUS,2032,18,6600,6800 +MUS,2033,0,5800,6000 +MUS,2033,1,5800,6100 +MUS,2033,2,5900,6100 +MUS,2033,3,5900,6100 +MUS,2033,4,5900,6200 +MUS,2033,5,6000,6200 +MUS,2033,6,6000,6200 +MUS,2033,7,6000,6300 +MUS,2033,8,6100,6300 +MUS,2033,9,6100,6300 +MUS,2033,10,6100,6300 +MUS,2033,11,6100,6400 +MUS,2033,12,6100,6400 +MUS,2033,13,6200,6400 +MUS,2033,14,6200,6500 +MUS,2033,15,6300,6500 +MUS,2033,16,6300,6600 +MUS,2033,17,6400,6600 +MUS,2033,18,6500,6700 +MUS,2034,0,5700,6000 +MUS,2034,1,5800,6000 +MUS,2034,2,5800,6100 +MUS,2034,3,5900,6100 +MUS,2034,4,5900,6100 +MUS,2034,5,5900,6200 +MUS,2034,6,5900,6200 +MUS,2034,7,6000,6200 +MUS,2034,8,6000,6300 +MUS,2034,9,6000,6300 +MUS,2034,10,6100,6300 +MUS,2034,11,6100,6300 +MUS,2034,12,6100,6400 +MUS,2034,13,6100,6400 +MUS,2034,14,6200,6400 +MUS,2034,15,6200,6500 +MUS,2034,16,6300,6500 +MUS,2034,17,6300,6600 +MUS,2034,18,6400,6600 +MUS,2035,0,5700,5900 +MUS,2035,1,5700,6000 +MUS,2035,2,5800,6000 +MUS,2035,3,5800,6000 +MUS,2035,4,5800,6100 +MUS,2035,5,5900,6100 +MUS,2035,6,5900,6100 +MUS,2035,7,5900,6200 +MUS,2035,8,6000,6200 +MUS,2035,9,6000,6200 +MUS,2035,10,6000,6300 +MUS,2035,11,6100,6300 +MUS,2035,12,6100,6300 +MUS,2035,13,6100,6400 +MUS,2035,14,6100,6400 +MUS,2035,15,6200,6400 +MUS,2035,16,6200,6500 +MUS,2035,17,6300,6500 +MUS,2035,18,6300,6500 +MUS,2036,0,5600,5800 +MUS,2036,1,5700,5900 +MUS,2036,2,5700,6000 +MUS,2036,3,5800,6000 +MUS,2036,4,5800,6000 +MUS,2036,5,5800,6100 +MUS,2036,6,5900,6100 +MUS,2036,7,5900,6200 +MUS,2036,8,5900,6200 +MUS,2036,9,6000,6200 +MUS,2036,10,6000,6200 +MUS,2036,11,6000,6300 +MUS,2036,12,6100,6300 +MUS,2036,13,6100,6300 +MUS,2036,14,6100,6400 +MUS,2036,15,6100,6400 +MUS,2036,16,6200,6400 +MUS,2036,17,6200,6400 +MUS,2036,18,6300,6500 +MUS,2037,0,5500,5800 +MUS,2037,1,5600,5800 +MUS,2037,2,5700,5900 +MUS,2037,3,5700,6000 +MUS,2037,4,5800,6000 +MUS,2037,5,5800,6000 +MUS,2037,6,5900,6100 +MUS,2037,7,5900,6100 +MUS,2037,8,5900,6200 +MUS,2037,9,5900,6200 +MUS,2037,10,6000,6200 +MUS,2037,11,6000,6200 +MUS,2037,12,6000,6300 +MUS,2037,13,6100,6300 +MUS,2037,14,6100,6300 +MUS,2037,15,6100,6400 +MUS,2037,16,6100,6400 +MUS,2037,17,6200,6400 +MUS,2037,18,6200,6400 +MUS,2038,0,5400,5700 +MUS,2038,1,5500,5700 +MUS,2038,2,5600,5800 +MUS,2038,3,5700,5900 +MUS,2038,4,5700,6000 +MUS,2038,5,5800,6000 +MUS,2038,6,5800,6000 +MUS,2038,7,5900,6100 +MUS,2038,8,5900,6100 +MUS,2038,9,5900,6200 +MUS,2038,10,5900,6200 +MUS,2038,11,6000,6200 +MUS,2038,12,6000,6200 +MUS,2038,13,6000,6300 +MUS,2038,14,6100,6300 +MUS,2038,15,6100,6300 +MUS,2038,16,6100,6400 +MUS,2038,17,6100,6400 +MUS,2038,18,6200,6400 +MUS,2039,0,5300,5500 +MUS,2039,1,5400,5600 +MUS,2039,2,5500,5700 +MUS,2039,3,5600,5800 +MUS,2039,4,5700,5900 +MUS,2039,5,5700,6000 +MUS,2039,6,5800,6000 +MUS,2039,7,5800,6000 +MUS,2039,8,5900,6100 +MUS,2039,9,5900,6100 +MUS,2039,10,5900,6100 +MUS,2039,11,5900,6200 +MUS,2039,12,6000,6200 +MUS,2039,13,6000,6200 +MUS,2039,14,6000,6300 +MUS,2039,15,6100,6300 +MUS,2039,16,6100,6300 +MUS,2039,17,6100,6400 +MUS,2039,18,6100,6400 +MUS,2040,0,5200,5400 +MUS,2040,1,5300,5600 +MUS,2040,2,5400,5700 +MUS,2040,3,5500,5700 +MUS,2040,4,5600,5800 +MUS,2040,5,5700,5900 +MUS,2040,6,5700,6000 +MUS,2040,7,5800,6000 +MUS,2040,8,5800,6000 +MUS,2040,9,5900,6100 +MUS,2040,10,5900,6100 +MUS,2040,11,5900,6100 +MUS,2040,12,5900,6200 +MUS,2040,13,6000,6200 +MUS,2040,14,6000,6200 +MUS,2040,15,6000,6300 +MUS,2040,16,6100,6300 +MUS,2040,17,6100,6300 +MUS,2040,18,6100,6400 +MUS,2041,0,5100,5400 +MUS,2041,1,5200,5500 +MUS,2041,2,5300,5600 +MUS,2041,3,5400,5700 +MUS,2041,4,5500,5700 +MUS,2041,5,5600,5800 +MUS,2041,6,5700,5900 +MUS,2041,7,5700,6000 +MUS,2041,8,5800,6000 +MUS,2041,9,5800,6100 +MUS,2041,10,5900,6100 +MUS,2041,11,5900,6100 +MUS,2041,12,5900,6100 +MUS,2041,13,5900,6200 +MUS,2041,14,6000,6200 +MUS,2041,15,6000,6200 +MUS,2041,16,6000,6300 +MUS,2041,17,6100,6300 +MUS,2041,18,6100,6300 +MUS,2042,0,5100,5300 +MUS,2042,1,5200,5400 +MUS,2042,2,5200,5500 +MUS,2042,3,5300,5600 +MUS,2042,4,5400,5700 +MUS,2042,5,5500,5700 +MUS,2042,6,5600,5800 +MUS,2042,7,5700,5900 +MUS,2042,8,5700,6000 +MUS,2042,9,5800,6000 +MUS,2042,10,5800,6100 +MUS,2042,11,5900,6100 +MUS,2042,12,5900,6100 +MUS,2042,13,5900,6100 +MUS,2042,14,5900,6200 +MUS,2042,15,6000,6200 +MUS,2042,16,6000,6200 +MUS,2042,17,6000,6300 +MUS,2042,18,6100,6300 +MUS,2043,0,5000,5200 +MUS,2043,1,5100,5300 +MUS,2043,2,5200,5400 +MUS,2043,3,5300,5500 +MUS,2043,4,5300,5600 +MUS,2043,5,5400,5700 +MUS,2043,6,5500,5700 +MUS,2043,7,5600,5800 +MUS,2043,8,5700,5900 +MUS,2043,9,5700,6000 +MUS,2043,10,5800,6000 +MUS,2043,11,5800,6100 +MUS,2043,12,5900,6100 +MUS,2043,13,5900,6100 +MUS,2043,14,5900,6100 +MUS,2043,15,5900,6200 +MUS,2043,16,6000,6200 +MUS,2043,17,6000,6200 +MUS,2043,18,6000,6300 +MUS,2044,0,4900,5100 +MUS,2044,1,5000,5200 +MUS,2044,2,5100,5300 +MUS,2044,3,5200,5400 +MUS,2044,4,5300,5500 +MUS,2044,5,5300,5600 +MUS,2044,6,5400,5600 +MUS,2044,7,5500,5700 +MUS,2044,8,5600,5800 +MUS,2044,9,5700,5900 +MUS,2044,10,5700,6000 +MUS,2044,11,5800,6000 +MUS,2044,12,5800,6100 +MUS,2044,13,5900,6100 +MUS,2044,14,5900,6100 +MUS,2044,15,5900,6100 +MUS,2044,16,5900,6200 +MUS,2044,17,6000,6200 +MUS,2044,18,6000,6200 +MUS,2045,0,4900,5100 +MUS,2045,1,4900,5200 +MUS,2045,2,5000,5200 +MUS,2045,3,5100,5300 +MUS,2045,4,5200,5400 +MUS,2045,5,5300,5500 +MUS,2045,6,5300,5600 +MUS,2045,7,5400,5600 +MUS,2045,8,5500,5700 +MUS,2045,9,5600,5800 +MUS,2045,10,5600,5900 +MUS,2045,11,5700,5900 +MUS,2045,12,5800,6000 +MUS,2045,13,5800,6100 +MUS,2045,14,5800,6100 +MUS,2045,15,5900,6100 +MUS,2045,16,5900,6100 +MUS,2045,17,5900,6200 +MUS,2045,18,6000,6200 +MUS,2046,0,4800,5000 +MUS,2046,1,4900,5100 +MUS,2046,2,4900,5200 +MUS,2046,3,5000,5200 +MUS,2046,4,5100,5300 +MUS,2046,5,5200,5400 +MUS,2046,6,5300,5500 +MUS,2046,7,5300,5600 +MUS,2046,8,5400,5600 +MUS,2046,9,5500,5700 +MUS,2046,10,5600,5800 +MUS,2046,11,5600,5900 +MUS,2046,12,5700,5900 +MUS,2046,13,5800,6000 +MUS,2046,14,5800,6100 +MUS,2046,15,5900,6100 +MUS,2046,16,5900,6100 +MUS,2046,17,5900,6100 +MUS,2046,18,5900,6200 +MUS,2047,0,4800,5000 +MUS,2047,1,4800,5000 +MUS,2047,2,4900,5100 +MUS,2047,3,4900,5100 +MUS,2047,4,5000,5200 +MUS,2047,5,5100,5300 +MUS,2047,6,5200,5400 +MUS,2047,7,5300,5500 +MUS,2047,8,5300,5600 +MUS,2047,9,5400,5600 +MUS,2047,10,5500,5700 +MUS,2047,11,5600,5800 +MUS,2047,12,5600,5900 +MUS,2047,13,5700,5900 +MUS,2047,14,5800,6000 +MUS,2047,15,5800,6100 +MUS,2047,16,5900,6100 +MUS,2047,17,5900,6100 +MUS,2047,18,5900,6100 +MUS,2048,0,4700,4900 +MUS,2048,1,4800,5000 +MUS,2048,2,4800,5000 +MUS,2048,3,4900,5100 +MUS,2048,4,4900,5100 +MUS,2048,5,5000,5200 +MUS,2048,6,5100,5300 +MUS,2048,7,5200,5400 +MUS,2048,8,5300,5500 +MUS,2048,9,5300,5600 +MUS,2048,10,5400,5600 +MUS,2048,11,5500,5700 +MUS,2048,12,5600,5800 +MUS,2048,13,5600,5900 +MUS,2048,14,5700,5900 +MUS,2048,15,5800,6000 +MUS,2048,16,5800,6000 +MUS,2048,17,5800,6100 +MUS,2048,18,5900,6100 +MUS,2049,0,4700,4900 +MUS,2049,1,4700,4900 +MUS,2049,2,4800,5000 +MUS,2049,3,4800,5000 +MUS,2049,4,4900,5100 +MUS,2049,5,4900,5100 +MUS,2049,6,5000,5200 +MUS,2049,7,5100,5300 +MUS,2049,8,5200,5400 +MUS,2049,9,5300,5500 +MUS,2049,10,5300,5600 +MUS,2049,11,5400,5600 +MUS,2049,12,5500,5700 +MUS,2049,13,5600,5800 +MUS,2049,14,5600,5900 +MUS,2049,15,5700,5900 +MUS,2049,16,5800,6000 +MUS,2049,17,5800,6000 +MUS,2049,18,5800,6100 +MUS,2050,0,4700,4900 +MUS,2050,1,4700,4900 +MUS,2050,2,4700,4900 +MUS,2050,3,4800,5000 +MUS,2050,4,4800,5000 +MUS,2050,5,4900,5100 +MUS,2050,6,4900,5100 +MUS,2050,7,5000,5200 +MUS,2050,8,5100,5300 +MUS,2050,9,5200,5400 +MUS,2050,10,5300,5500 +MUS,2050,11,5300,5600 +MUS,2050,12,5400,5600 +MUS,2050,13,5500,5700 +MUS,2050,14,5600,5800 +MUS,2050,15,5600,5900 +MUS,2050,16,5700,5900 +MUS,2050,17,5800,6000 +MUS,2050,18,5800,6000 +MWI,1990,0,195860,197174 +MWI,1990,1,182429,183370 +MWI,1990,2,170717,171399 +MWI,1990,3,160571,161092 +MWI,1990,4,151837,152281 +MWI,1990,5,144361,144799 +MWI,1990,6,137988,138478 +MWI,1990,7,132566,133149 +MWI,1990,8,127940,128644 +MWI,1990,9,123956,124795 +MWI,1990,10,120637,121624 +MWI,1990,11,118007,119148 +MWI,1990,12,115025,116261 +MWI,1990,13,111183,112417 +MWI,1990,14,106857,108014 +MWI,1990,15,102932,104011 +MWI,1990,16,99224,100240 +MWI,1990,17,95720,96535 +MWI,1990,18,92498,92915 +MWI,1991,0,198097,199492 +MWI,1991,1,190371,191046 +MWI,1991,2,178269,178605 +MWI,1991,3,167519,167630 +MWI,1991,4,158021,158006 +MWI,1991,5,149675,149618 +MWI,1991,6,142337,142308 +MWI,1991,7,135861,135918 +MWI,1991,8,130374,130548 +MWI,1991,9,125868,126168 +MWI,1991,10,122107,122534 +MWI,1991,11,118884,119451 +MWI,1991,12,116263,116977 +MWI,1991,13,113323,114125 +MWI,1991,14,109588,110385 +MWI,1991,15,105407,106126 +MWI,1991,16,101599,102240 +MWI,1991,17,97995,98573 +MWI,1991,18,94572,94958 +MWI,1992,0,195200,196795 +MWI,1992,1,185371,186238 +MWI,1992,2,183176,183345 +MWI,1992,3,172520,172375 +MWI,1992,4,162832,162490 +MWI,1992,5,154069,153630 +MWI,1992,6,146187,145734 +MWI,1992,7,139052,138656 +MWI,1992,8,132527,132250 +MWI,1992,9,127024,126881 +MWI,1992,10,122679,122661 +MWI,1992,11,119175,119273 +MWI,1992,12,116076,116303 +MWI,1992,13,113488,113852 +MWI,1992,14,110615,111058 +MWI,1992,15,107021,107452 +MWI,1992,16,103023,103372 +MWI,1992,17,99367,99636 +MWI,1992,18,95898,96103 +MWI,1993,0,189948,191816 +MWI,1993,1,182906,183856 +MWI,1993,2,175898,176138 +MWI,1993,3,175298,175027 +MWI,1993,4,166119,165559 +MWI,1993,5,157525,156794 +MWI,1993,6,149527,148725 +MWI,1993,7,142138,141347 +MWI,1993,8,135232,134525 +MWI,1993,9,128687,128125 +MWI,1993,10,123189,122778 +MWI,1993,11,119020,118733 +MWI,1993,12,115787,115600 +MWI,1993,13,112823,112754 +MWI,1993,14,110278,110334 +MWI,1993,15,107483,107607 +MWI,1993,16,104044,104149 +MWI,1993,17,100243,100260 +MWI,1993,18,96753,96687 +MWI,1994,0,186091,188225 +MWI,1994,1,181312,182383 +MWI,1994,2,176010,176242 +MWI,1994,3,170280,169878 +MWI,1994,4,167821,167071 +MWI,1994,5,160090,159077 +MWI,1994,6,152564,151407 +MWI,1994,7,145310,144111 +MWI,1994,8,138395,137233 +MWI,1994,9,131704,130654 +MWI,1994,10,125125,124249 +MWI,1994,11,119621,118915 +MWI,1994,12,115620,115036 +MWI,1994,13,112648,112151 +MWI,1994,14,109814,109424 +MWI,1994,15,107306,107031 +MWI,1994,16,104583,104366 +MWI,1994,17,101291,101047 +MWI,1994,18,97678,97343 +MWI,1995,0,186174,188505 +MWI,1995,1,182527,183716 +MWI,1995,2,178099,178369 +MWI,1995,3,173014,172566 +MWI,1995,4,167391,166408 +MWI,1995,5,161353,159997 +MWI,1995,6,155022,153434 +MWI,1995,7,148518,146819 +MWI,1995,8,141964,140255 +MWI,1995,9,135481,133842 +MWI,1995,10,128965,127470 +MWI,1995,11,122312,121028 +MWI,1995,12,116771,115678 +MWI,1995,13,112913,111945 +MWI,1995,14,110184,109294 +MWI,1995,15,107462,106670 +MWI,1995,16,104977,104291 +MWI,1995,17,102310,101675 +MWI,1995,18,99144,98478 +MWI,1996,0,188038,190856 +MWI,1996,1,183370,185485 +MWI,1996,2,179387,180461 +MWI,1996,3,174889,175106 +MWI,1996,4,169946,169477 +MWI,1996,5,164626,163627 +MWI,1996,6,159058,157666 +MWI,1996,7,153370,151700 +MWI,1996,8,147336,145525 +MWI,1996,9,140907,139095 +MWI,1996,10,134330,132621 +MWI,1996,11,127798,126251 +MWI,1996,12,121151,119828 +MWI,1996,13,115606,114482 +MWI,1996,14,111752,110750 +MWI,1996,15,109027,108093 +MWI,1996,16,106289,105445 +MWI,1996,17,103773,103027 +MWI,1996,18,101073,100374 +MWI,1997,0,193750,197001 +MWI,1997,1,188630,190805 +MWI,1997,2,181597,183382 +MWI,1997,3,177260,178101 +MWI,1997,4,172668,172712 +MWI,1997,5,167838,167228 +MWI,1997,6,162790,161657 +MWI,1997,7,157657,156113 +MWI,1997,8,152577,150711 +MWI,1997,9,146976,144944 +MWI,1997,10,140636,138617 +MWI,1997,11,133928,132048 +MWI,1997,12,127344,125651 +MWI,1997,13,120666,119216 +MWI,1997,14,115088,113848 +MWI,1997,15,111216,110098 +MWI,1997,16,108480,107424 +MWI,1997,17,105711,104739 +MWI,1997,18,103151,102271 +MWI,1998,0,201933,205529 +MWI,1998,1,194883,197517 +MWI,1998,2,188171,189935 +MWI,1998,3,180421,181792 +MWI,1998,4,175714,176239 +MWI,1998,5,171012,170802 +MWI,1998,6,166281,165446 +MWI,1998,7,161487,160138 +MWI,1998,8,156774,154998 +MWI,1998,9,152285,150146 +MWI,1998,10,147099,144771 +MWI,1998,11,140827,138527 +MWI,1998,12,133967,131847 +MWI,1998,13,127309,125404 +MWI,1998,14,120578,118939 +MWI,1998,15,114947,113534 +MWI,1998,16,111045,109756 +MWI,1998,17,108290,107056 +MWI,1998,18,105481,104327 +MWI,1999,0,210558,214383 +MWI,1999,1,201650,204660 +MWI,1999,2,193618,195843 +MWI,1999,3,186364,187843 +MWI,1999,4,179361,180301 +MWI,1999,5,174280,174471 +MWI,1999,6,169464,168982 +MWI,1999,7,164829,163754 +MWI,1999,8,160288,158707 +MWI,1999,9,155993,153968 +MWI,1999,10,152096,149666 +MWI,1999,11,147324,144681 +MWI,1999,12,141116,138519 +MWI,1999,13,134098,131722 +MWI,1999,14,127362,125229 +MWI,1999,15,120572,118730 +MWI,1999,16,114885,113285 +MWI,1999,17,110950,109477 +MWI,1999,18,108173,106749 +MWI,2000,0,218119,222059 +MWI,2000,1,207956,211238 +MWI,2000,2,199011,201613 +MWI,2000,3,191146,193056 +MWI,2000,4,184223,185443 +MWI,2000,5,178104,178648 +MWI,2000,6,172651,172544 +MWI,2000,7,167727,167007 +MWI,2000,8,163192,161912 +MWI,2000,9,158911,157131 +MWI,2000,10,155041,152800 +MWI,2000,11,151743,149053 +MWI,2000,12,147392,144465 +MWI,2000,13,141255,138390 +MWI,2000,14,134086,131482 +MWI,2000,15,127278,124944 +MWI,2000,16,120437,118417 +MWI,2000,17,114699,112937 +MWI,2000,18,110735,109101 +MWI,2001,0,223916,227721 +MWI,2001,1,215276,218712 +MWI,2001,2,205829,208632 +MWI,2001,3,197440,199580 +MWI,2001,4,189990,191451 +MWI,2001,5,183360,184142 +MWI,2001,6,177420,177531 +MWI,2001,7,172037,171499 +MWI,2001,8,167159,166017 +MWI,2001,9,162692,161011 +MWI,2001,10,158480,156331 +MWI,2001,11,154618,152036 +MWI,2001,12,151279,148277 +MWI,2001,13,146887,143671 +MWI,2001,14,140729,137586 +MWI,2001,15,133547,130670 +MWI,2001,16,126706,124105 +MWI,2001,17,119821,117541 +MWI,2001,18,114026,112015 +MWI,2002,0,228789,232374 +MWI,2002,1,218351,221637 +MWI,2002,2,212412,215409 +MWI,2002,3,203681,206066 +MWI,2002,4,195848,197585 +MWI,2002,5,188813,189883 +MWI,2002,6,182477,182876 +MWI,2002,7,176716,176448 +MWI,2002,8,171404,170486 +MWI,2002,9,166572,165059 +MWI,2002,10,162174,160142 +MWI,2002,11,158032,155560 +MWI,2002,12,154178,151300 +MWI,2002,13,150798,147529 +MWI,2002,14,146366,142904 +MWI,2002,15,140188,136808 +MWI,2002,16,132994,129882 +MWI,2002,17,126120,123290 +MWI,2002,18,119192,116687 +MWI,2003,0,233353,236718 +MWI,2003,1,223442,226668 +MWI,2003,2,214511,217456 +MWI,2003,3,209586,212201 +MWI,2003,4,201570,203591 +MWI,2003,5,194291,195677 +MWI,2003,6,187670,188398 +MWI,2003,7,181627,181689 +MWI,2003,8,176043,175442 +MWI,2003,9,170801,169548 +MWI,2003,10,166016,164172 +MWI,2003,11,161684,159341 +MWI,2003,12,157612,154856 +MWI,2003,13,153765,150629 +MWI,2003,14,150344,146844 +MWI,2003,15,145872,142199 +MWI,2003,16,139672,136090 +MWI,2003,17,132464,129151 +MWI,2003,18,125557,122529 +MWI,2004,0,238526,241778 +MWI,2004,1,229087,232301 +MWI,2004,2,220406,223427 +MWI,2004,3,212419,215114 +MWI,2004,4,206847,209115 +MWI,2004,5,199542,201233 +MWI,2004,6,192814,193882 +MWI,2004,7,186604,187021 +MWI,2004,8,180850,180607 +MWI,2004,9,175443,174536 +MWI,2004,10,170269,168707 +MWI,2004,11,165527,163379 +MWI,2004,12,161261,158633 +MWI,2004,13,157256,154242 +MWI,2004,14,153415,150046 +MWI,2004,15,149951,146244 +MWI,2004,16,145437,141576 +MWI,2004,17,139213,135450 +MWI,2004,18,131988,128494 +MWI,2005,0,244895,248222 +MWI,2005,1,235600,238904 +MWI,2005,2,226926,230061 +MWI,2005,3,218832,221672 +MWI,2005,4,211277,213715 +MWI,2005,5,204221,206167 +MWI,2005,6,197624,199009 +MWI,2005,7,191444,192217 +MWI,2005,8,185641,185770 +MWI,2005,9,180175,179647 +MWI,2005,10,174940,173749 +MWI,2005,11,169831,167980 +MWI,2005,12,165131,162697 +MWI,2005,13,160928,158031 +MWI,2005,14,156988,153732 +MWI,2005,15,153151,149564 +MWI,2005,16,149642,145743 +MWI,2005,17,145083,141049 +MWI,2005,18,138832,134901 +MWI,2006,0,252199,255607 +MWI,2006,1,242731,245711 +MWI,2006,2,233781,236661 +MWI,2006,3,225403,228075 +MWI,2006,4,217559,219927 +MWI,2006,5,210213,212192 +MWI,2006,6,203326,204853 +MWI,2006,7,196863,197891 +MWI,2006,8,190780,191246 +MWI,2006,9,185037,184878 +MWI,2006,10,179599,178783 +MWI,2006,11,174369,172904 +MWI,2006,12,169244,167138 +MWI,2006,13,164517,161841 +MWI,2006,14,160287,157146 +MWI,2006,15,156317,152809 +MWI,2006,16,152436,148590 +MWI,2006,17,148875,144708 +MWI,2006,18,144264,139964 +MWI,2007,0,260593,264251 +MWI,2007,1,250312,253712 +MWI,2007,2,240689,243354 +MWI,2007,3,232079,234565 +MWI,2007,4,223993,226229 +MWI,2007,5,216396,218317 +MWI,2007,6,209253,210800 +MWI,2007,7,202532,203664 +MWI,2007,8,196200,196895 +MWI,2007,9,190211,190392 +MWI,2007,10,184524,184099 +MWI,2007,11,179111,178029 +MWI,2007,12,173884,172164 +MWI,2007,13,168740,166398 +MWI,2007,14,163985,161083 +MWI,2007,15,159726,156358 +MWI,2007,16,155722,151979 +MWI,2007,17,151797,147708 +MWI,2007,18,148181,143763 +MWI,2008,0,268963,273021 +MWI,2008,1,258075,261668 +MWI,2008,2,247964,251098 +MWI,2008,3,238767,241156 +MWI,2008,4,230492,232623 +MWI,2008,5,222693,224532 +MWI,2008,6,215339,216850 +MWI,2008,7,208397,209546 +MWI,2008,8,201838,202608 +MWI,2008,9,195634,196026 +MWI,2008,10,189735,189661 +MWI,2008,11,184101,183439 +MWI,2008,12,178711,177391 +MWI,2008,13,173485,171536 +MWI,2008,14,168319,165766 +MWI,2008,15,163534,160430 +MWI,2008,16,159243,155671 +MWI,2008,17,155205,151248 +MWI,2008,18,151232,146922 +MWI,2009,0,275845,280411 +MWI,2009,1,264956,268859 +MWI,2009,2,254812,258115 +MWI,2009,3,245363,248122 +MWI,2009,4,237026,239188 +MWI,2009,5,229080,230903 +MWI,2009,6,221563,223049 +MWI,2009,7,214446,215591 +MWI,2009,8,207699,208492 +MWI,2009,9,201297,201746 +MWI,2009,10,195216,195346 +MWI,2009,11,189403,189113 +MWI,2009,12,183819,182955 +MWI,2009,13,178448,176922 +MWI,2009,14,173218,171072 +MWI,2009,15,168026,165292 +MWI,2009,16,163207,159931 +MWI,2009,17,158881,155133 +MWI,2009,18,154805,150662 +MWI,2010,0,280250,285382 +MWI,2010,1,270320,274641 +MWI,2010,2,260905,264517 +MWI,2010,3,251978,254972 +MWI,2010,4,243512,245967 +MWI,2010,5,235482,237461 +MWI,2010,6,227859,229415 +MWI,2010,7,220618,221791 +MWI,2010,8,213732,214549 +MWI,2010,9,207175,207649 +MWI,2010,10,200925,201089 +MWI,2010,11,194963,194863 +MWI,2010,12,189231,188757 +MWI,2010,13,183691,182658 +MWI,2010,14,178335,176634 +MWI,2010,15,173096,170783 +MWI,2010,16,167875,164987 +MWI,2010,17,163017,159594 +MWI,2010,18,158653,154752 +MWI,2011,0,280497,286029 +MWI,2011,1,277406,282197 +MWI,2011,2,268432,272471 +MWI,2011,3,259676,263051 +MWI,2011,4,251158,253945 +MWI,2011,5,242896,245162 +MWI,2011,6,234865,236665 +MWI,2011,7,227043,228417 +MWI,2011,8,219663,220653 +MWI,2011,9,212831,213471 +MWI,2011,10,206437,206744 +MWI,2011,11,200245,200245 +MWI,2011,12,194281,194020 +MWI,2011,13,188532,187893 +MWI,2011,14,182962,181754 +MWI,2011,15,177564,175677 +MWI,2011,16,172279,169766 +MWI,2011,17,167007,163906 +MWI,2011,18,162094,158450 +MWI,2012,0,278639,284645 +MWI,2012,1,273964,279044 +MWI,2012,2,275078,279592 +MWI,2012,3,267041,270859 +MWI,2012,4,258927,262121 +MWI,2012,5,250801,253436 +MWI,2012,6,242727,244857 +MWI,2012,7,234683,236352 +MWI,2012,8,226646,227885 +MWI,2012,9,219113,219965 +MWI,2012,10,212323,212829 +MWI,2012,11,206080,206260 +MWI,2012,12,199934,199810 +MWI,2012,13,193958,193572 +MWI,2012,14,188182,187413 +MWI,2012,15,182571,181222 +MWI,2012,16,177122,175079 +MWI,2012,17,171780,169096 +MWI,2012,18,166447,163160 +MWI,2013,0,275796,282259 +MWI,2013,1,274452,280007 +MWI,2013,2,271779,276530 +MWI,2013,3,273018,277288 +MWI,2013,4,265911,269538 +MWI,2013,5,258431,261474 +MWI,2013,6,250690,253199 +MWI,2013,7,242796,244817 +MWI,2013,8,234729,236294 +MWI,2013,9,226470,227599 +MWI,2013,10,218778,219514 +MWI,2013,11,212023,212416 +MWI,2013,12,205924,205999 +MWI,2013,13,199819,199590 +MWI,2013,14,193825,193333 +MWI,2013,15,188016,187134 +MWI,2013,16,182358,180885 +MWI,2013,17,176853,174669 +MWI,2013,18,171448,168608 +MWI,2014,0,273633,280423 +MWI,2014,1,274933,280892 +MWI,2014,2,274406,279609 +MWI,2014,3,272250,276764 +MWI,2014,4,270945,274974 +MWI,2014,5,264769,268210 +MWI,2014,6,257925,260822 +MWI,2014,7,250569,252958 +MWI,2014,8,242856,244772 +MWI,2014,9,234767,236232 +MWI,2014,10,226286,227308 +MWI,2014,11,218434,219059 +MWI,2014,12,211714,211999 +MWI,2014,13,205761,205733 +MWI,2014,14,199697,199367 +MWI,2014,15,193684,193089 +MWI,2014,16,187842,186852 +MWI,2014,17,182139,180544 +MWI,2014,18,176577,174256 +MWI,2015,0,273458,280381 +MWI,2015,1,276051,282275 +MWI,2015,2,276676,282237 +MWI,2015,3,275533,280467 +MWI,2015,4,272823,277164 +MWI,2015,5,268747,272527 +MWI,2015,6,263507,266754 +MWI,2015,7,257303,260045 +MWI,2015,8,250336,252597 +MWI,2015,9,242807,244611 +MWI,2015,10,234700,236058 +MWI,2015,11,226000,226910 +MWI,2015,12,217992,218500 +MWI,2015,13,211310,211481 +MWI,2015,14,205506,205371 +MWI,2015,15,199485,199049 +MWI,2015,16,193456,192755 +MWI,2015,17,187584,186482 +MWI,2015,18,181837,180118 +MWI,2016,0,275834,282638 +MWI,2016,1,274261,280950 +MWI,2016,2,275775,281836 +MWI,2016,3,275763,281210 +MWI,2016,4,274349,279198 +MWI,2016,5,271657,275926 +MWI,2016,6,267891,271595 +MWI,2016,7,263252,266404 +MWI,2016,8,257476,260108 +MWI,2016,9,250533,252684 +MWI,2016,10,242780,244480 +MWI,2016,11,234592,235844 +MWI,2016,12,225877,226676 +MWI,2016,13,217839,218228 +MWI,2016,14,211112,211150 +MWI,2016,15,205249,204967 +MWI,2016,16,199168,198569 +MWI,2016,17,193076,192195 +MWI,2016,18,187139,185846 +MWI,2017,0,280085,286582 +MWI,2017,1,280780,287037 +MWI,2017,2,274852,281312 +MWI,2017,3,275286,281190 +MWI,2017,4,274636,279976 +MWI,2017,5,272953,277724 +MWI,2017,6,270282,274486 +MWI,2017,7,266828,270464 +MWI,2017,8,262794,265859 +MWI,2017,9,257451,259981 +MWI,2017,10,250537,252585 +MWI,2017,11,242566,244170 +MWI,2017,12,234302,235458 +MWI,2017,13,225580,226277 +MWI,2017,14,217518,217797 +MWI,2017,15,210750,210665 +MWI,2017,16,204835,204414 +MWI,2017,17,198697,197943 +MWI,2017,18,192546,191494 +MWI,2018,0,285987,292104 +MWI,2018,1,284206,290345 +MWI,2018,2,282164,288207 +MWI,2018,3,275367,281599 +MWI,2018,4,274721,280468 +MWI,2018,5,273435,278667 +MWI,2018,6,271482,276175 +MWI,2018,7,268833,272972 +MWI,2018,8,265692,269260 +MWI,2018,9,262263,265242 +MWI,2018,10,257355,259783 +MWI,2018,11,250472,252418 +MWI,2018,12,242285,243794 +MWI,2018,13,233949,235008 +MWI,2018,14,225220,225817 +MWI,2018,15,217137,217307 +MWI,2018,16,210330,210123 +MWI,2018,17,204364,203805 +MWI,2018,18,198171,197265 +MWI,2019,0,293000,299000 +MWI,2019,1,289000,295000 +MWI,2019,2,285000,291000 +MWI,2019,3,281000,287000 +MWI,2019,4,276000,282000 +MWI,2019,5,274000,280000 +MWI,2019,6,272000,277000 +MWI,2019,7,270000,275000 +MWI,2019,8,267000,272000 +MWI,2019,9,265000,268000 +MWI,2019,10,262000,265000 +MWI,2019,11,257000,260000 +MWI,2019,12,250000,252000 +MWI,2019,13,242000,243000 +MWI,2019,14,234000,235000 +MWI,2019,15,225000,225000 +MWI,2019,16,217000,217000 +MWI,2019,17,210000,210000 +MWI,2019,18,204000,203000 +MWI,2020,0,301000,307000 +MWI,2020,1,294000,300000 +MWI,2020,2,288000,295000 +MWI,2020,3,284000,290000 +MWI,2020,4,280000,286000 +MWI,2020,5,277000,282000 +MWI,2020,6,274000,279000 +MWI,2020,7,271000,276000 +MWI,2020,8,269000,273000 +MWI,2020,9,266000,270000 +MWI,2020,10,264000,267000 +MWI,2020,11,261000,264000 +MWI,2020,12,257000,260000 +MWI,2020,13,251000,252000 +MWI,2020,14,242000,243000 +MWI,2020,15,233000,234000 +MWI,2020,16,225000,225000 +MWI,2020,17,217000,217000 +MWI,2020,18,210000,209000 +MWI,2021,0,309000,315000 +MWI,2021,1,300000,306000 +MWI,2021,2,293000,299000 +MWI,2021,3,288000,294000 +MWI,2021,4,283000,289000 +MWI,2021,5,280000,285000 +MWI,2021,6,276000,282000 +MWI,2021,7,274000,279000 +MWI,2021,8,271000,276000 +MWI,2021,9,269000,273000 +MWI,2021,10,266000,270000 +MWI,2021,11,263000,267000 +MWI,2021,12,261000,264000 +MWI,2021,13,257000,259000 +MWI,2021,14,250000,252000 +MWI,2021,15,242000,243000 +MWI,2021,16,233000,234000 +MWI,2021,17,224000,225000 +MWI,2021,18,216000,216000 +MWI,2022,0,318000,324000 +MWI,2022,1,307000,314000 +MWI,2022,2,299000,305000 +MWI,2022,3,293000,298000 +MWI,2022,4,287000,293000 +MWI,2022,5,283000,289000 +MWI,2022,6,279000,285000 +MWI,2022,7,276000,282000 +MWI,2022,8,273000,279000 +MWI,2022,9,271000,276000 +MWI,2022,10,268000,273000 +MWI,2022,11,266000,270000 +MWI,2022,12,263000,266000 +MWI,2022,13,261000,264000 +MWI,2022,14,257000,259000 +MWI,2022,15,250000,251000 +MWI,2022,16,241000,242000 +MWI,2022,17,233000,233000 +MWI,2022,18,224000,224000 +MWI,2023,0,327000,334000 +MWI,2023,1,315000,322000 +MWI,2023,2,306000,312000 +MWI,2023,3,298000,304000 +MWI,2023,4,292000,298000 +MWI,2023,5,287000,293000 +MWI,2023,6,283000,288000 +MWI,2023,7,279000,285000 +MWI,2023,8,276000,281000 +MWI,2023,9,273000,278000 +MWI,2023,10,271000,275000 +MWI,2023,11,268000,272000 +MWI,2023,12,266000,269000 +MWI,2023,13,263000,266000 +MWI,2023,14,261000,263000 +MWI,2023,15,257000,259000 +MWI,2023,16,250000,251000 +MWI,2023,17,241000,242000 +MWI,2023,18,233000,233000 +MWI,2024,0,335000,342000 +MWI,2024,1,323000,330000 +MWI,2024,2,313000,319000 +MWI,2024,3,304000,310000 +MWI,2024,4,297000,303000 +MWI,2024,5,292000,297000 +MWI,2024,6,287000,292000 +MWI,2024,7,282000,288000 +MWI,2024,8,279000,284000 +MWI,2024,9,276000,281000 +MWI,2024,10,273000,278000 +MWI,2024,11,270000,275000 +MWI,2024,12,268000,272000 +MWI,2024,13,265000,269000 +MWI,2024,14,263000,266000 +MWI,2024,15,261000,263000 +MWI,2024,16,256000,258000 +MWI,2024,17,250000,251000 +MWI,2024,18,241000,242000 +MWI,2025,0,342000,349000 +MWI,2025,1,330000,337000 +MWI,2025,2,320000,326000 +MWI,2025,3,311000,317000 +MWI,2025,4,303000,309000 +MWI,2025,5,297000,302000 +MWI,2025,6,291000,296000 +MWI,2025,7,286000,292000 +MWI,2025,8,282000,287000 +MWI,2025,9,279000,284000 +MWI,2025,10,276000,281000 +MWI,2025,11,273000,278000 +MWI,2025,12,270000,275000 +MWI,2025,13,268000,272000 +MWI,2025,14,265000,269000 +MWI,2025,15,263000,266000 +MWI,2025,16,260000,263000 +MWI,2025,17,256000,258000 +MWI,2025,18,249000,250000 +MWI,2026,0,347000,355000 +MWI,2026,1,340000,347000 +MWI,2026,2,329000,336000 +MWI,2026,3,319000,326000 +MWI,2026,4,311000,317000 +MWI,2026,5,303000,309000 +MWI,2026,6,297000,302000 +MWI,2026,7,291000,296000 +MWI,2026,8,286000,291000 +MWI,2026,9,282000,287000 +MWI,2026,10,278000,283000 +MWI,2026,11,275000,280000 +MWI,2026,12,273000,277000 +MWI,2026,13,270000,274000 +MWI,2026,14,267000,271000 +MWI,2026,15,265000,268000 +MWI,2026,16,262000,265000 +MWI,2026,17,260000,262000 +MWI,2026,18,256000,257000 +MWI,2027,0,351000,359000 +MWI,2027,1,341000,349000 +MWI,2027,2,338000,345000 +MWI,2027,3,328000,335000 +MWI,2027,4,319000,325000 +MWI,2027,5,311000,317000 +MWI,2027,6,304000,309000 +MWI,2027,7,297000,302000 +MWI,2027,8,291000,296000 +MWI,2027,9,285000,290000 +MWI,2027,10,281000,286000 +MWI,2027,11,278000,283000 +MWI,2027,12,275000,280000 +MWI,2027,13,272000,277000 +MWI,2027,14,270000,274000 +MWI,2027,15,267000,271000 +MWI,2027,16,265000,268000 +MWI,2027,17,262000,265000 +MWI,2027,18,260000,262000 +MWI,2028,0,354000,362000 +MWI,2028,1,347000,354000 +MWI,2028,2,339000,346000 +MWI,2028,3,336000,343000 +MWI,2028,4,328000,334000 +MWI,2028,5,319000,325000 +MWI,2028,6,311000,317000 +MWI,2028,7,304000,310000 +MWI,2028,8,297000,302000 +MWI,2028,9,291000,296000 +MWI,2028,10,285000,290000 +MWI,2028,11,281000,286000 +MWI,2028,12,278000,283000 +MWI,2028,13,275000,280000 +MWI,2028,14,272000,277000 +MWI,2028,15,270000,274000 +MWI,2028,16,267000,271000 +MWI,2028,17,265000,268000 +MWI,2028,18,262000,264000 +MWI,2029,0,357000,364000 +MWI,2029,1,351000,359000 +MWI,2029,2,346000,353000 +MWI,2029,3,339000,346000 +MWI,2029,4,335000,341000 +MWI,2029,5,327000,333000 +MWI,2029,6,319000,325000 +MWI,2029,7,312000,317000 +MWI,2029,8,304000,310000 +MWI,2029,9,297000,303000 +MWI,2029,10,291000,295000 +MWI,2029,11,285000,290000 +MWI,2029,12,281000,286000 +MWI,2029,13,278000,283000 +MWI,2029,14,275000,280000 +MWI,2029,15,272000,277000 +MWI,2029,16,270000,274000 +MWI,2029,17,267000,271000 +MWI,2029,18,264000,267000 +MWI,2030,0,360000,368000 +MWI,2030,1,356000,363000 +MWI,2030,2,351000,358000 +MWI,2030,3,346000,353000 +MWI,2030,4,340000,346000 +MWI,2030,5,333000,339000 +MWI,2030,6,326000,332000 +MWI,2030,7,319000,325000 +MWI,2030,8,312000,317000 +MWI,2030,9,305000,310000 +MWI,2030,10,298000,303000 +MWI,2030,11,290000,295000 +MWI,2030,12,284000,289000 +MWI,2030,13,280000,285000 +MWI,2030,14,278000,282000 +MWI,2030,15,275000,279000 +MWI,2030,16,272000,276000 +MWI,2030,17,269000,273000 +MWI,2030,18,267000,270000 +MWI,2031,0,363000,371000 +MWI,2031,1,360000,367000 +MWI,2031,2,356000,363000 +MWI,2031,3,351000,358000 +MWI,2031,4,345000,352000 +MWI,2031,5,339000,346000 +MWI,2031,6,333000,339000 +MWI,2031,7,326000,332000 +MWI,2031,8,319000,325000 +MWI,2031,9,312000,317000 +MWI,2031,10,305000,310000 +MWI,2031,11,298000,303000 +MWI,2031,12,290000,295000 +MWI,2031,13,284000,289000 +MWI,2031,14,280000,285000 +MWI,2031,15,278000,282000 +MWI,2031,16,275000,279000 +MWI,2031,17,272000,276000 +MWI,2031,18,269000,273000 +MWI,2032,0,368000,376000 +MWI,2032,1,365000,373000 +MWI,2032,2,360000,367000 +MWI,2032,3,355000,363000 +MWI,2032,4,350000,357000 +MWI,2032,5,345000,351000 +MWI,2032,6,339000,345000 +MWI,2032,7,332000,338000 +MWI,2032,8,326000,332000 +MWI,2032,9,319000,325000 +MWI,2032,10,312000,317000 +MWI,2032,11,305000,310000 +MWI,2032,12,298000,302000 +MWI,2032,13,290000,295000 +MWI,2032,14,284000,289000 +MWI,2032,15,280000,284000 +MWI,2032,16,277000,282000 +MWI,2032,17,275000,279000 +MWI,2032,18,272000,276000 +MWI,2033,0,372000,380000 +MWI,2033,1,369000,377000 +MWI,2033,2,365000,373000 +MWI,2033,3,360000,367000 +MWI,2033,4,355000,362000 +MWI,2033,5,350000,357000 +MWI,2033,6,344000,351000 +MWI,2033,7,338000,344000 +MWI,2033,8,332000,338000 +MWI,2033,9,326000,331000 +MWI,2033,10,319000,324000 +MWI,2033,11,312000,317000 +MWI,2033,12,305000,310000 +MWI,2033,13,297000,302000 +MWI,2033,14,290000,295000 +MWI,2033,15,284000,288000 +MWI,2033,16,280000,284000 +MWI,2033,17,277000,281000 +MWI,2033,18,274000,278000 +MWI,2034,0,376000,384000 +MWI,2034,1,373000,381000 +MWI,2034,2,369000,377000 +MWI,2034,3,365000,372000 +MWI,2034,4,360000,367000 +MWI,2034,5,355000,361000 +MWI,2034,6,349000,356000 +MWI,2034,7,344000,350000 +MWI,2034,8,338000,344000 +MWI,2034,9,332000,337000 +MWI,2034,10,325000,331000 +MWI,2034,11,319000,324000 +MWI,2034,12,312000,317000 +MWI,2034,13,304000,309000 +MWI,2034,14,297000,302000 +MWI,2034,15,290000,294000 +MWI,2034,16,284000,288000 +MWI,2034,17,280000,284000 +MWI,2034,18,277000,281000 +MWI,2035,0,380000,388000 +MWI,2035,1,377000,385000 +MWI,2035,2,373000,381000 +MWI,2035,3,369000,376000 +MWI,2035,4,364000,371000 +MWI,2035,5,360000,366000 +MWI,2035,6,354000,361000 +MWI,2035,7,349000,355000 +MWI,2035,8,343000,349000 +MWI,2035,9,337000,343000 +MWI,2035,10,331000,337000 +MWI,2035,11,325000,331000 +MWI,2035,12,319000,324000 +MWI,2035,13,312000,317000 +MWI,2035,14,304000,309000 +MWI,2035,15,297000,302000 +MWI,2035,16,290000,294000 +MWI,2035,17,284000,288000 +MWI,2035,18,280000,283000 +MWI,2036,0,384000,392000 +MWI,2036,1,380000,388000 +MWI,2036,2,377000,384000 +MWI,2036,3,373000,380000 +MWI,2036,4,369000,376000 +MWI,2036,5,364000,371000 +MWI,2036,6,359000,366000 +MWI,2036,7,354000,361000 +MWI,2036,8,349000,355000 +MWI,2036,9,343000,349000 +MWI,2036,10,337000,343000 +MWI,2036,11,331000,337000 +MWI,2036,12,325000,331000 +MWI,2036,13,319000,324000 +MWI,2036,14,312000,316000 +MWI,2036,15,304000,309000 +MWI,2036,16,297000,301000 +MWI,2036,17,289000,294000 +MWI,2036,18,283000,287000 +MWI,2037,0,388000,396000 +MWI,2037,1,384000,392000 +MWI,2037,2,380000,388000 +MWI,2037,3,376000,384000 +MWI,2037,4,373000,380000 +MWI,2037,5,368000,375000 +MWI,2037,6,364000,371000 +MWI,2037,7,359000,366000 +MWI,2037,8,354000,360000 +MWI,2037,9,349000,355000 +MWI,2037,10,343000,349000 +MWI,2037,11,337000,343000 +MWI,2037,12,331000,336000 +MWI,2037,13,325000,330000 +MWI,2037,14,319000,324000 +MWI,2037,15,311000,316000 +MWI,2037,16,304000,308000 +MWI,2037,17,297000,301000 +MWI,2037,18,289000,293000 +MWI,2038,0,391000,400000 +MWI,2038,1,388000,396000 +MWI,2038,2,384000,392000 +MWI,2038,3,380000,387000 +MWI,2038,4,376000,383000 +MWI,2038,5,372000,379000 +MWI,2038,6,368000,375000 +MWI,2038,7,364000,370000 +MWI,2038,8,359000,365000 +MWI,2038,9,354000,360000 +MWI,2038,10,349000,355000 +MWI,2038,11,343000,349000 +MWI,2038,12,337000,343000 +MWI,2038,13,331000,336000 +MWI,2038,14,325000,330000 +MWI,2038,15,318000,323000 +MWI,2038,16,311000,316000 +MWI,2038,17,304000,308000 +MWI,2038,18,296000,300000 +MWI,2039,0,395000,403000 +MWI,2039,1,391000,399000 +MWI,2039,2,387000,395000 +MWI,2039,3,384000,391000 +MWI,2039,4,380000,387000 +MWI,2039,5,376000,383000 +MWI,2039,6,372000,379000 +MWI,2039,7,368000,374000 +MWI,2039,8,363000,370000 +MWI,2039,9,359000,365000 +MWI,2039,10,354000,360000 +MWI,2039,11,349000,355000 +MWI,2039,12,343000,349000 +MWI,2039,13,337000,342000 +MWI,2039,14,331000,336000 +MWI,2039,15,325000,330000 +MWI,2039,16,318000,323000 +MWI,2039,17,311000,316000 +MWI,2039,18,304000,308000 +MWI,2040,0,398000,407000 +MWI,2040,1,394000,403000 +MWI,2040,2,391000,399000 +MWI,2040,3,387000,395000 +MWI,2040,4,383000,391000 +MWI,2040,5,379000,387000 +MWI,2040,6,375000,382000 +MWI,2040,7,371000,378000 +MWI,2040,8,367000,374000 +MWI,2040,9,363000,369000 +MWI,2040,10,358000,364000 +MWI,2040,11,354000,360000 +MWI,2040,12,349000,354000 +MWI,2040,13,343000,348000 +MWI,2040,14,337000,342000 +MWI,2040,15,331000,336000 +MWI,2040,16,325000,329000 +MWI,2040,17,318000,323000 +MWI,2040,18,311000,315000 +MWI,2041,0,402000,411000 +MWI,2041,1,398000,406000 +MWI,2041,2,394000,402000 +MWI,2041,3,390000,398000 +MWI,2041,4,387000,394000 +MWI,2041,5,383000,390000 +MWI,2041,6,379000,386000 +MWI,2041,7,375000,382000 +MWI,2041,8,371000,378000 +MWI,2041,9,367000,374000 +MWI,2041,10,363000,369000 +MWI,2041,11,358000,364000 +MWI,2041,12,354000,359000 +MWI,2041,13,349000,354000 +MWI,2041,14,343000,348000 +MWI,2041,15,337000,342000 +MWI,2041,16,330000,335000 +MWI,2041,17,324000,329000 +MWI,2041,18,318000,322000 +MWI,2042,0,405000,414000 +MWI,2042,1,401000,410000 +MWI,2042,2,397000,406000 +MWI,2042,3,394000,402000 +MWI,2042,4,390000,398000 +MWI,2042,5,387000,394000 +MWI,2042,6,383000,390000 +MWI,2042,7,379000,386000 +MWI,2042,8,375000,382000 +MWI,2042,9,371000,378000 +MWI,2042,10,367000,373000 +MWI,2042,11,363000,369000 +MWI,2042,12,358000,364000 +MWI,2042,13,354000,359000 +MWI,2042,14,348000,354000 +MWI,2042,15,343000,348000 +MWI,2042,16,336000,341000 +MWI,2042,17,330000,335000 +MWI,2042,18,324000,329000 +MWI,2043,0,408000,418000 +MWI,2043,1,405000,413000 +MWI,2043,2,401000,409000 +MWI,2043,3,397000,405000 +MWI,2043,4,394000,401000 +MWI,2043,5,390000,398000 +MWI,2043,6,386000,394000 +MWI,2043,7,383000,390000 +MWI,2043,8,379000,386000 +MWI,2043,9,375000,382000 +MWI,2043,10,371000,378000 +MWI,2043,11,367000,373000 +MWI,2043,12,363000,369000 +MWI,2043,13,358000,364000 +MWI,2043,14,353000,359000 +MWI,2043,15,348000,354000 +MWI,2043,16,342000,348000 +MWI,2043,17,336000,341000 +MWI,2043,18,330000,335000 +MWI,2044,0,412000,421000 +MWI,2044,1,408000,417000 +MWI,2044,2,404000,412000 +MWI,2044,3,400000,408000 +MWI,2044,4,397000,405000 +MWI,2044,5,393000,401000 +MWI,2044,6,390000,397000 +MWI,2044,7,386000,393000 +MWI,2044,8,383000,390000 +MWI,2044,9,379000,386000 +MWI,2044,10,375000,382000 +MWI,2044,11,371000,377000 +MWI,2044,12,367000,373000 +MWI,2044,13,362000,368000 +MWI,2044,14,358000,364000 +MWI,2044,15,353000,359000 +MWI,2044,16,348000,353000 +MWI,2044,17,342000,347000 +MWI,2044,18,336000,341000 +MWI,2045,0,415000,424000 +MWI,2045,1,411000,420000 +MWI,2045,2,407000,416000 +MWI,2045,3,403000,412000 +MWI,2045,4,400000,408000 +MWI,2045,5,396000,404000 +MWI,2045,6,393000,400000 +MWI,2045,7,389000,397000 +MWI,2045,8,386000,393000 +MWI,2045,9,382000,389000 +MWI,2045,10,379000,385000 +MWI,2045,11,375000,381000 +MWI,2045,12,371000,377000 +MWI,2045,13,367000,373000 +MWI,2045,14,362000,368000 +MWI,2045,15,358000,363000 +MWI,2045,16,353000,358000 +MWI,2045,17,348000,353000 +MWI,2045,18,342000,347000 +MWI,2046,0,417000,427000 +MWI,2046,1,414000,423000 +MWI,2046,2,410000,419000 +MWI,2046,3,407000,415000 +MWI,2046,4,403000,412000 +MWI,2046,5,400000,408000 +MWI,2046,6,396000,404000 +MWI,2046,7,393000,400000 +MWI,2046,8,389000,397000 +MWI,2046,9,386000,393000 +MWI,2046,10,382000,389000 +MWI,2046,11,379000,385000 +MWI,2046,12,375000,381000 +MWI,2046,13,371000,377000 +MWI,2046,14,367000,372000 +MWI,2046,15,362000,368000 +MWI,2046,16,358000,363000 +MWI,2046,17,353000,358000 +MWI,2046,18,348000,353000 +MWI,2047,0,420000,429000 +MWI,2047,1,416000,426000 +MWI,2047,2,414000,423000 +MWI,2047,3,410000,419000 +MWI,2047,4,407000,415000 +MWI,2047,5,403000,411000 +MWI,2047,6,400000,408000 +MWI,2047,7,396000,404000 +MWI,2047,8,393000,400000 +MWI,2047,9,389000,396000 +MWI,2047,10,386000,393000 +MWI,2047,11,382000,389000 +MWI,2047,12,379000,385000 +MWI,2047,13,375000,381000 +MWI,2047,14,371000,377000 +MWI,2047,15,367000,372000 +MWI,2047,16,362000,367000 +MWI,2047,17,357000,363000 +MWI,2047,18,353000,358000 +MWI,2048,0,422000,432000 +MWI,2048,1,419000,428000 +MWI,2048,2,416000,425000 +MWI,2048,3,413000,422000 +MWI,2048,4,410000,418000 +MWI,2048,5,407000,415000 +MWI,2048,6,403000,411000 +MWI,2048,7,400000,407000 +MWI,2048,8,396000,404000 +MWI,2048,9,393000,400000 +MWI,2048,10,389000,396000 +MWI,2048,11,386000,392000 +MWI,2048,12,382000,389000 +MWI,2048,13,378000,385000 +MWI,2048,14,375000,381000 +MWI,2048,15,371000,376000 +MWI,2048,16,366000,372000 +MWI,2048,17,362000,367000 +MWI,2048,18,357000,362000 +MWI,2049,0,424000,434000 +MWI,2049,1,422000,431000 +MWI,2049,2,419000,428000 +MWI,2049,3,416000,425000 +MWI,2049,4,413000,422000 +MWI,2049,5,410000,418000 +MWI,2049,6,406000,414000 +MWI,2049,7,403000,411000 +MWI,2049,8,400000,407000 +MWI,2049,9,396000,403000 +MWI,2049,10,393000,400000 +MWI,2049,11,389000,396000 +MWI,2049,12,386000,392000 +MWI,2049,13,382000,388000 +MWI,2049,14,378000,384000 +MWI,2049,15,374000,380000 +MWI,2049,16,370000,376000 +MWI,2049,17,366000,372000 +MWI,2049,18,362000,367000 +MWI,2050,0,427000,437000 +MWI,2050,1,424000,434000 +MWI,2050,2,421000,431000 +MWI,2050,3,419000,427000 +MWI,2050,4,416000,424000 +MWI,2050,5,412000,421000 +MWI,2050,6,409000,417000 +MWI,2050,7,406000,414000 +MWI,2050,8,403000,410000 +MWI,2050,9,399000,407000 +MWI,2050,10,396000,403000 +MWI,2050,11,392000,399000 +MWI,2050,12,389000,396000 +MWI,2050,13,385000,392000 +MWI,2050,14,382000,388000 +MWI,2050,15,378000,384000 +MWI,2050,16,374000,380000 +MWI,2050,17,370000,376000 +MWI,2050,18,366000,371000 +MYS,1990,0,241423,255062 +MYS,1990,1,239666,253793 +MYS,1990,2,237264,251587 +MYS,1990,3,234298,248560 +MYS,1990,4,230849,244829 +MYS,1990,5,227000,240509 +MYS,1990,6,222831,235719 +MYS,1990,7,218424,230573 +MYS,1990,8,213861,225190 +MYS,1990,9,209224,219685 +MYS,1990,10,204437,213956 +MYS,1990,11,199427,207898 +MYS,1990,12,195055,202728 +MYS,1990,13,191715,199002 +MYS,1990,14,189020,196178 +MYS,1990,15,186340,193351 +MYS,1990,16,183982,190938 +MYS,1990,17,180902,187559 +MYS,1990,18,176579,182511 +MYS,1991,0,244296,258022 +MYS,1991,1,242302,256225 +MYS,1991,2,240258,254537 +MYS,1991,3,237645,252031 +MYS,1991,4,234538,248809 +MYS,1991,5,231008,244968 +MYS,1991,6,227131,240623 +MYS,1991,7,222983,235887 +MYS,1991,8,218620,230794 +MYS,1991,9,214105,225416 +MYS,1991,10,209523,219895 +MYS,1991,11,204817,214192 +MYS,1991,12,199908,208191 +MYS,1991,13,195623,203075 +MYS,1991,14,192343,199386 +MYS,1991,15,189689,196591 +MYS,1991,16,187055,193802 +MYS,1991,17,184743,191430 +MYS,1991,18,181704,188105 +MYS,1992,0,247130,260799 +MYS,1992,1,246070,260303 +MYS,1992,2,243031,257067 +MYS,1992,3,240700,254960 +MYS,1992,4,237879,252158 +MYS,1992,5,234632,248743 +MYS,1992,6,231022,244799 +MYS,1992,7,227120,240434 +MYS,1992,8,222997,235759 +MYS,1992,9,218679,230724 +MYS,1992,10,214216,225359 +MYS,1992,11,209692,219827 +MYS,1992,12,205069,214158 +MYS,1992,13,200263,208223 +MYS,1992,14,196070,203166 +MYS,1992,15,192851,199519 +MYS,1992,16,190239,196757 +MYS,1992,17,187653,194010 +MYS,1992,18,185389,191680 +MYS,1993,0,249999,263581 +MYS,1993,1,248983,263029 +MYS,1993,2,247312,261631 +MYS,1993,3,243691,257731 +MYS,1993,4,241074,255208 +MYS,1993,5,238046,252112 +MYS,1993,6,234661,248507 +MYS,1993,7,230973,244461 +MYS,1993,8,227047,240079 +MYS,1993,9,222949,235468 +MYS,1993,10,218678,230495 +MYS,1993,11,214266,225146 +MYS,1993,12,209802,219608 +MYS,1993,13,205263,213977 +MYS,1993,14,200563,208111 +MYS,1993,15,196461,203117 +MYS,1993,16,193305,199515 +MYS,1993,17,190735,196787 +MYS,1993,18,188198,194084 +MYS,1994,0,253002,266602 +MYS,1994,1,251864,265785 +MYS,1994,2,250167,264287 +MYS,1994,3,247962,262167 +MYS,1994,4,244412,258423 +MYS,1994,5,241509,255484 +MYS,1994,6,238273,252093 +MYS,1994,7,234748,248299 +MYS,1994,8,230981,244151 +MYS,1994,9,227030,239752 +MYS,1994,10,222956,235204 +MYS,1994,11,218731,230292 +MYS,1994,12,214371,224959 +MYS,1994,13,209965,219414 +MYS,1994,14,205509,213820 +MYS,1994,15,200913,208023 +MYS,1994,16,196902,203090 +MYS,1994,17,193807,199532 +MYS,1994,18,191280,196840 +MYS,1995,0,256140,269947 +MYS,1995,1,254768,268737 +MYS,1995,2,252959,267032 +MYS,1995,3,250751,264865 +MYS,1995,4,248179,262269 +MYS,1995,5,245279,259276 +MYS,1995,6,242088,255920 +MYS,1995,7,238641,252232 +MYS,1995,8,234975,248246 +MYS,1995,9,231126,243994 +MYS,1995,10,227148,239575 +MYS,1995,11,223096,235087 +MYS,1995,12,218914,230233 +MYS,1995,13,214603,224913 +MYS,1995,14,210252,219357 +MYS,1995,15,205877,213797 +MYS,1995,16,201382,208065 +MYS,1995,17,197459,203192 +MYS,1995,18,194424,199675 +MYS,1996,0,259354,273582 +MYS,1996,1,256059,269878 +MYS,1996,2,254593,268493 +MYS,1996,3,252759,266689 +MYS,1996,4,250581,264488 +MYS,1996,5,248087,261909 +MYS,1996,6,245309,258988 +MYS,1996,7,242281,255756 +MYS,1996,8,238994,252169 +MYS,1996,9,235460,248220 +MYS,1996,10,231725,243970 +MYS,1996,11,227880,239585 +MYS,1996,12,223969,235152 +MYS,1996,13,219917,230360 +MYS,1996,14,215716,225110 +MYS,1996,15,211459,219635 +MYS,1996,16,207174,214160 +MYS,1996,17,202763,208510 +MYS,1996,18,198913,203755 +MYS,1997,0,262724,277565 +MYS,1997,1,260261,274884 +MYS,1997,2,256051,269879 +MYS,1997,3,254491,268319 +MYS,1997,4,252630,266416 +MYS,1997,5,250482,264180 +MYS,1997,6,248066,261619 +MYS,1997,7,245410,258767 +MYS,1997,8,242544,255659 +MYS,1997,9,239416,252171 +MYS,1997,10,236012,248259 +MYS,1997,11,232390,244010 +MYS,1997,12,228676,239658 +MYS,1997,13,224907,235278 +MYS,1997,14,220983,230547 +MYS,1997,15,216890,225366 +MYS,1997,16,212726,219970 +MYS,1997,17,208530,214577 +MYS,1997,18,204202,209009 +MYS,1998,0,265367,280843 +MYS,1998,1,262446,277535 +MYS,1998,2,259686,274448 +MYS,1998,3,256071,269961 +MYS,1998,4,254417,268226 +MYS,1998,5,252529,266224 +MYS,1998,6,250412,263952 +MYS,1998,7,248072,261407 +MYS,1998,8,245537,258624 +MYS,1998,9,242834,255639 +MYS,1998,10,239863,252250 +MYS,1998,11,236589,248373 +MYS,1998,12,233081,244124 +MYS,1998,13,229497,239804 +MYS,1998,14,225869,235476 +MYS,1998,15,222074,230803 +MYS,1998,16,218089,225690 +MYS,1998,17,214016,220371 +MYS,1998,18,209909,215060 +MYS,1999,0,266083,281986 +MYS,1999,1,263367,278811 +MYS,1999,2,260836,275889 +MYS,1999,3,258450,273165 +MYS,1999,4,256047,270125 +MYS,1999,5,254299,268214 +MYS,1999,6,252383,266112 +MYS,1999,7,250297,263804 +MYS,1999,8,248034,261274 +MYS,1999,9,245621,258559 +MYS,1999,10,243081,255696 +MYS,1999,11,240269,252404 +MYS,1999,12,237126,248561 +MYS,1999,13,233732,244311 +MYS,1999,14,230279,240021 +MYS,1999,15,226792,235744 +MYS,1999,16,223126,231129 +MYS,1999,17,219249,226082 +MYS,1999,18,215270,220839 +MYS,2000,0,264092,280055 +MYS,2000,1,262543,278117 +MYS,2000,2,260964,276205 +MYS,2000,3,259340,274291 +MYS,2000,4,257658,272347 +MYS,2000,5,255904,270345 +MYS,2000,6,254063,268257 +MYS,2000,7,252122,266055 +MYS,2000,8,250066,263710 +MYS,2000,9,247883,261194 +MYS,2000,10,245592,258547 +MYS,2000,11,243216,255806 +MYS,2000,12,240564,252611 +MYS,2000,13,237553,248801 +MYS,2000,14,234274,244548 +MYS,2000,15,230954,240289 +MYS,2000,16,227610,236061 +MYS,2000,17,224075,231503 +MYS,2000,18,220309,226521 +MYS,2001,0,259288,274110 +MYS,2001,1,264092,279494 +MYS,2001,2,262962,278136 +MYS,2001,3,261537,276494 +MYS,2001,4,259868,274610 +MYS,2001,5,258006,272525 +MYS,2001,6,255895,270185 +MYS,2001,7,253482,267533 +MYS,2001,8,251350,265100 +MYS,2001,9,249764,263126 +MYS,2001,10,248457,261357 +MYS,2001,11,246930,259356 +MYS,2001,12,245326,257274 +MYS,2001,13,243241,254610 +MYS,2001,14,240436,251093 +MYS,2001,15,237131,246991 +MYS,2001,16,233798,242887 +MYS,2001,17,230362,238716 +MYS,2001,18,226865,234472 +MYS,2002,0,252031,265390 +MYS,2002,1,256073,269649 +MYS,2002,2,264086,279131 +MYS,2002,3,263376,278351 +MYS,2002,4,262105,276977 +MYS,2002,5,260390,275121 +MYS,2002,6,258347,272895 +MYS,2002,7,255881,270215 +MYS,2002,8,252895,266998 +MYS,2002,9,250572,264334 +MYS,2002,10,249457,262727 +MYS,2002,11,249026,261703 +MYS,2002,12,248263,260347 +MYS,2002,13,247432,258921 +MYS,2002,14,245914,256787 +MYS,2002,15,243316,253558 +MYS,2002,16,239984,249604 +MYS,2002,17,236637,245653 +MYS,2002,18,233109,241535 +MYS,2003,0,243574,255400 +MYS,2003,1,251149,263632 +MYS,2003,2,256635,269679 +MYS,2003,3,264044,278899 +MYS,2003,4,263754,278696 +MYS,2003,5,262637,277590 +MYS,2003,6,260876,275762 +MYS,2003,7,258654,273393 +MYS,2003,8,255832,270372 +MYS,2003,9,252273,266588 +MYS,2003,10,249759,263691 +MYS,2003,11,249115,262453 +MYS,2003,12,249561,262172 +MYS,2003,13,249562,261460 +MYS,2003,14,249504,260690 +MYS,2003,15,248553,259083 +MYS,2003,16,246162,256143 +MYS,2003,17,242804,252334 +MYS,2003,18,239444,248534 +MYS,2004,0,235711,246276 +MYS,2004,1,246164,257804 +MYS,2004,2,253927,266479 +MYS,2004,3,259287,272594 +MYS,2004,4,263952,278719 +MYS,2004,5,264081,279095 +MYS,2004,6,263119,278256 +MYS,2004,7,261313,276455 +MYS,2004,8,258911,273943 +MYS,2004,9,255734,270581 +MYS,2004,10,251603,266229 +MYS,2004,11,248900,263099 +MYS,2004,12,248726,262228 +MYS,2004,13,250049,262691 +MYS,2004,14,250814,262623 +MYS,2004,15,251529,262510 +MYS,2004,16,251144,261431 +MYS,2004,17,248961,258778 +MYS,2004,18,245578,255114 +MYS,2005,0,229802,239621 +MYS,2005,1,241828,253039 +MYS,2005,2,250933,263319 +MYS,2005,3,257429,270785 +MYS,2005,4,261629,275758 +MYS,2005,5,263847,278561 +MYS,2005,6,264395,279515 +MYS,2005,7,263587,278944 +MYS,2005,8,261736,277170 +MYS,2005,9,259155,274515 +MYS,2005,10,255623,270811 +MYS,2005,11,250921,265889 +MYS,2005,12,248028,262526 +MYS,2005,13,248324,262022 +MYS,2005,14,250523,263231 +MYS,2005,15,252052,263807 +MYS,2005,16,253540,264351 +MYS,2005,17,253722,263801 +MYS,2005,18,251746,261435 +MYS,2006,0,226474,236101 +MYS,2006,1,233787,244993 +MYS,2006,2,244219,256611 +MYS,2006,3,252297,265674 +MYS,2006,4,258260,272431 +MYS,2006,5,262342,277128 +MYS,2006,6,264812,280051 +MYS,2006,7,265938,281485 +MYS,2006,8,265802,281487 +MYS,2006,9,264579,280229 +MYS,2006,10,262599,278071 +MYS,2006,11,259800,275037 +MYS,2006,12,255935,270919 +MYS,2006,13,253659,268234 +MYS,2006,14,254207,268175 +MYS,2006,15,256396,269667 +MYS,2006,16,257871,270472 +MYS,2006,17,259182,271077 +MYS,2006,18,259195,270762 +MYS,2007,0,225043,234969 +MYS,2007,1,235984,247622 +MYS,2007,2,237664,250279 +MYS,2007,3,246495,260087 +MYS,2007,4,253542,267926 +MYS,2007,5,258967,273969 +MYS,2007,6,262929,278387 +MYS,2007,7,265651,281429 +MYS,2007,8,267355,283343 +MYS,2007,9,267892,283920 +MYS,2007,10,267298,283180 +MYS,2007,11,265921,281522 +MYS,2007,12,263857,279161 +MYS,2007,13,260833,275850 +MYS,2007,14,259176,273847 +MYS,2007,15,259975,274235 +MYS,2007,16,262153,276010 +MYS,2007,17,263574,277044 +MYS,2007,18,264707,277709 +MYS,2008,0,225380,235922 +MYS,2008,1,234162,246399 +MYS,2008,2,241579,255212 +MYS,2008,3,241430,255367 +MYS,2008,4,248654,263354 +MYS,2008,5,254666,269961 +MYS,2008,6,259551,275284 +MYS,2008,7,263391,279419 +MYS,2008,8,266363,282578 +MYS,2008,9,268644,284972 +MYS,2008,10,269854,286124 +MYS,2008,11,269891,285902 +MYS,2008,12,269118,284747 +MYS,2008,13,267790,283061 +MYS,2008,14,265608,280561 +MYS,2008,15,264572,279243 +MYS,2008,16,265622,280078 +MYS,2008,17,267787,282136 +MYS,2008,18,269154,283398 +MYS,2009,0,227136,238370 +MYS,2009,1,233244,246004 +MYS,2009,2,238849,252863 +MYS,2009,3,243967,258982 +MYS,2009,4,245076,260140 +MYS,2009,5,250691,266297 +MYS,2009,6,255666,271664 +MYS,2009,7,260008,276260 +MYS,2009,8,263724,280108 +MYS,2009,9,266946,283380 +MYS,2009,10,269803,286250 +MYS,2009,11,271685,287976 +MYS,2009,12,272352,288273 +MYS,2009,13,272182,287621 +MYS,2009,14,271590,286613 +MYS,2009,15,270252,284927 +MYS,2009,16,269836,284295 +MYS,2009,17,271137,285574 +MYS,2009,18,273289,287913 +MYS,2010,0,229964,241793 +MYS,2010,1,233270,246305 +MYS,2010,2,236855,250889 +MYS,2010,3,240649,255490 +MYS,2010,4,244583,260053 +MYS,2010,5,248587,264524 +MYS,2010,6,252591,268848 +MYS,2010,7,256527,272970 +MYS,2010,8,260326,276837 +MYS,2010,9,263916,280392 +MYS,2010,10,267384,283772 +MYS,2010,11,270815,287112 +MYS,2010,12,273367,289407 +MYS,2010,13,274663,290222 +MYS,2010,14,275096,290073 +MYS,2010,15,275240,289741 +MYS,2010,16,274745,288869 +MYS,2010,17,274949,288922 +MYS,2010,18,276499,290643 +MYS,2011,0,234574,247779 +MYS,2011,1,230965,243425 +MYS,2011,2,233755,247215 +MYS,2011,3,237010,251340 +MYS,2011,4,240633,255703 +MYS,2011,5,244525,260209 +MYS,2011,6,248613,264799 +MYS,2011,7,252825,269415 +MYS,2011,8,256936,273778 +MYS,2011,9,260797,277718 +MYS,2011,10,264385,281251 +MYS,2011,11,267911,284692 +MYS,2011,12,271430,288139 +MYS,2011,13,274069,290538 +MYS,2011,14,275447,291449 +MYS,2011,15,275955,291386 +MYS,2011,16,276173,291140 +MYS,2011,17,275751,290349 +MYS,2011,18,276000,290460 +MYS,2012,0,240158,254624 +MYS,2012,1,237500,252033 +MYS,2012,2,231719,244548 +MYS,2012,3,233989,247607 +MYS,2012,4,236911,251262 +MYS,2012,5,240359,255377 +MYS,2012,6,244205,259817 +MYS,2012,7,248373,264517 +MYS,2012,8,252788,269417 +MYS,2012,9,257069,274011 +MYS,2012,10,260989,278017 +MYS,2012,11,264572,281519 +MYS,2012,12,268151,285015 +MYS,2012,13,271754,288560 +MYS,2012,14,274479,291059 +MYS,2012,15,275937,292064 +MYS,2012,16,276520,292089 +MYS,2012,17,276811,291928 +MYS,2012,18,276462,291221 +MYS,2013,0,246087,261622 +MYS,2013,1,240643,255572 +MYS,2013,2,237242,251796 +MYS,2013,3,232356,245394 +MYS,2013,4,234105,247718 +MYS,2013,5,236693,250900 +MYS,2013,6,239963,254763 +MYS,2013,7,243761,259130 +MYS,2013,8,248008,263936 +MYS,2013,9,252623,269113 +MYS,2013,10,257073,273933 +MYS,2013,11,261049,278000 +MYS,2013,12,264624,281468 +MYS,2013,13,268255,285014 +MYS,2013,14,271941,288655 +MYS,2013,15,274749,291250 +MYS,2013,16,276288,292348 +MYS,2013,17,276945,292461 +MYS,2013,18,277309,292385 +MYS,2014,0,251502,267828 +MYS,2014,1,243997,259199 +MYS,2014,2,238781,253211 +MYS,2014,3,235623,249589 +MYS,2014,4,232997,246208 +MYS,2014,5,234226,247800 +MYS,2014,6,236479,250509 +MYS,2014,7,239573,254120 +MYS,2014,8,243324,258415 +MYS,2014,9,247648,263324 +MYS,2014,10,252464,268777 +MYS,2014,11,257082,273823 +MYS,2014,12,261114,277951 +MYS,2014,13,264682,281384 +MYS,2014,14,268365,284980 +MYS,2014,15,272134,288715 +MYS,2014,16,275025,291407 +MYS,2014,17,276644,292597 +MYS,2014,18,277376,292797 +MYS,2015,0,255741,272518 +MYS,2015,1,247211,262620 +MYS,2015,2,240953,255389 +MYS,2015,3,236756,250566 +MYS,2015,4,234407,247895 +MYS,2015,5,233693,247118 +MYS,2015,6,234402,247978 +MYS,2015,7,236322,250217 +MYS,2015,8,239240,253577 +MYS,2015,9,242943,257802 +MYS,2015,10,247347,262817 +MYS,2015,11,252364,268548 +MYS,2015,12,257151,273821 +MYS,2015,13,261241,278011 +MYS,2015,14,264803,281411 +MYS,2015,15,268538,285058 +MYS,2015,16,272390,288889 +MYS,2015,17,275366,291677 +MYS,2015,18,277065,292961 +MYS,2016,0,258425,275248 +MYS,2016,1,254251,270725 +MYS,2016,2,246857,262188 +MYS,2016,3,241302,255795 +MYS,2016,4,237448,251380 +MYS,2016,5,235157,248773 +MYS,2016,6,234213,247715 +MYS,2016,7,234402,247944 +MYS,2016,8,235975,249761 +MYS,2016,9,238951,253186 +MYS,2016,10,242958,257771 +MYS,2016,11,247517,262970 +MYS,2016,12,252618,268799 +MYS,2016,13,257488,274171 +MYS,2016,14,261658,278456 +MYS,2016,15,265292,281946 +MYS,2016,16,269098,285680 +MYS,2016,17,273022,289596 +MYS,2016,18,276041,292445 +MYS,2017,0,259823,276343 +MYS,2017,1,252761,268355 +MYS,2017,2,252875,269105 +MYS,2017,3,246613,261922 +MYS,2017,4,241758,256364 +MYS,2017,5,238245,252352 +MYS,2017,6,236011,249808 +MYS,2017,7,234838,248469 +MYS,2017,8,234506,248067 +MYS,2017,9,235733,249464 +MYS,2017,10,238769,252956 +MYS,2017,11,243081,257904 +MYS,2017,12,247798,263290 +MYS,2017,13,252984,269221 +MYS,2017,14,257940,274695 +MYS,2017,15,262190,279078 +MYS,2017,16,265899,282659 +MYS,2017,17,269778,286483 +MYS,2017,18,273774,290487 +MYS,2018,0,260123,276127 +MYS,2018,1,255059,270651 +MYS,2018,2,250607,265844 +MYS,2018,3,251532,267550 +MYS,2018,4,246404,261722 +MYS,2018,5,242248,256997 +MYS,2018,6,239075,253388 +MYS,2018,7,236899,250907 +MYS,2018,8,235496,249284 +MYS,2018,9,234643,248252 +MYS,2018,10,235525,249229 +MYS,2018,11,238620,252789 +MYS,2018,12,243238,258102 +MYS,2018,13,248113,263676 +MYS,2018,14,253386,269710 +MYS,2018,15,258428,275288 +MYS,2018,16,262760,279770 +MYS,2018,17,266544,283444 +MYS,2018,18,270496,287358 +MYS,2019,0,260000,275000 +MYS,2019,1,257000,272000 +MYS,2019,2,254000,269000 +MYS,2019,3,251000,266000 +MYS,2019,4,250000,266000 +MYS,2019,5,246000,261000 +MYS,2019,6,243000,258000 +MYS,2019,7,240000,254000 +MYS,2019,8,238000,252000 +MYS,2019,9,236000,250000 +MYS,2019,10,235000,248000 +MYS,2019,11,235000,249000 +MYS,2019,12,238000,253000 +MYS,2019,13,243000,258000 +MYS,2019,14,248000,264000 +MYS,2019,15,254000,270000 +MYS,2019,16,259000,276000 +MYS,2019,17,263000,280000 +MYS,2019,18,267000,284000 +MYS,2020,0,259000,274000 +MYS,2020,1,258000,273000 +MYS,2020,2,256000,272000 +MYS,2020,3,254000,270000 +MYS,2020,4,251000,267000 +MYS,2020,5,249000,264000 +MYS,2020,6,246000,261000 +MYS,2020,7,243000,258000 +MYS,2020,8,241000,255000 +MYS,2020,9,239000,253000 +MYS,2020,10,237000,251000 +MYS,2020,11,235000,248000 +MYS,2020,12,235000,249000 +MYS,2020,13,238000,252000 +MYS,2020,14,243000,258000 +MYS,2020,15,249000,264000 +MYS,2020,16,254000,270000 +MYS,2020,17,259000,276000 +MYS,2020,18,264000,281000 +MYS,2021,0,258000,273000 +MYS,2021,1,259000,274000 +MYS,2021,2,258000,274000 +MYS,2021,3,256000,272000 +MYS,2021,4,254000,270000 +MYS,2021,5,252000,267000 +MYS,2021,6,249000,264000 +MYS,2021,7,246000,261000 +MYS,2021,8,243000,258000 +MYS,2021,9,241000,255000 +MYS,2021,10,239000,253000 +MYS,2021,11,237000,251000 +MYS,2021,12,235000,249000 +MYS,2021,13,235000,249000 +MYS,2021,14,239000,253000 +MYS,2021,15,244000,259000 +MYS,2021,16,249000,265000 +MYS,2021,17,255000,271000 +MYS,2021,18,260000,277000 +MYS,2022,0,257000,272000 +MYS,2022,1,259000,274000 +MYS,2022,2,259000,275000 +MYS,2022,3,258000,274000 +MYS,2022,4,257000,272000 +MYS,2022,5,254000,270000 +MYS,2022,6,252000,267000 +MYS,2022,7,249000,264000 +MYS,2022,8,246000,261000 +MYS,2022,9,243000,258000 +MYS,2022,10,241000,256000 +MYS,2022,11,239000,253000 +MYS,2022,12,237000,251000 +MYS,2022,13,236000,249000 +MYS,2022,14,236000,250000 +MYS,2022,15,239000,254000 +MYS,2022,16,245000,260000 +MYS,2022,17,250000,266000 +MYS,2022,18,256000,272000 +MYS,2023,0,255000,270000 +MYS,2023,1,258000,273000 +MYS,2023,2,259000,275000 +MYS,2023,3,260000,275000 +MYS,2023,4,258000,274000 +MYS,2023,5,257000,272000 +MYS,2023,6,254000,270000 +MYS,2023,7,252000,267000 +MYS,2023,8,249000,264000 +MYS,2023,9,246000,261000 +MYS,2023,10,243000,258000 +MYS,2023,11,241000,256000 +MYS,2023,12,239000,254000 +MYS,2023,13,238000,252000 +MYS,2023,14,236000,250000 +MYS,2023,15,236000,250000 +MYS,2023,16,240000,254000 +MYS,2023,17,245000,261000 +MYS,2023,18,251000,267000 +MYS,2024,0,253000,268000 +MYS,2024,1,257000,272000 +MYS,2024,2,259000,275000 +MYS,2024,3,260000,276000 +MYS,2024,4,260000,275000 +MYS,2024,5,258000,274000 +MYS,2024,6,257000,272000 +MYS,2024,7,254000,270000 +MYS,2024,8,252000,267000 +MYS,2024,9,249000,264000 +MYS,2024,10,246000,261000 +MYS,2024,11,243000,258000 +MYS,2024,12,241000,256000 +MYS,2024,13,239000,254000 +MYS,2024,14,238000,252000 +MYS,2024,15,236000,250000 +MYS,2024,16,237000,251000 +MYS,2024,17,240000,255000 +MYS,2024,18,246000,261000 +MYS,2025,0,251000,266000 +MYS,2025,1,255000,271000 +MYS,2025,2,258000,274000 +MYS,2025,3,260000,276000 +MYS,2025,4,260000,276000 +MYS,2025,5,260000,276000 +MYS,2025,6,258000,274000 +MYS,2025,7,257000,272000 +MYS,2025,8,254000,270000 +MYS,2025,9,251000,267000 +MYS,2025,10,249000,264000 +MYS,2025,11,246000,261000 +MYS,2025,12,243000,258000 +MYS,2025,13,241000,256000 +MYS,2025,14,239000,254000 +MYS,2025,15,238000,252000 +MYS,2025,16,236000,250000 +MYS,2025,17,237000,251000 +MYS,2025,18,241000,255000 +MYS,2026,0,250000,265000 +MYS,2026,1,252000,267000 +MYS,2026,2,256000,271000 +MYS,2026,3,258000,274000 +MYS,2026,4,260000,276000 +MYS,2026,5,260000,276000 +MYS,2026,6,260000,276000 +MYS,2026,7,259000,274000 +MYS,2026,8,257000,273000 +MYS,2026,9,254000,270000 +MYS,2026,10,252000,267000 +MYS,2026,11,249000,264000 +MYS,2026,12,246000,262000 +MYS,2026,13,244000,259000 +MYS,2026,14,242000,257000 +MYS,2026,15,240000,255000 +MYS,2026,16,239000,253000 +MYS,2026,17,237000,251000 +MYS,2026,18,238000,252000 +MYS,2027,0,248000,263000 +MYS,2027,1,252000,268000 +MYS,2027,2,253000,268000 +MYS,2027,3,256000,272000 +MYS,2027,4,258000,274000 +MYS,2027,5,259000,275000 +MYS,2027,6,260000,276000 +MYS,2027,7,259000,275000 +MYS,2027,8,259000,274000 +MYS,2027,9,257000,273000 +MYS,2027,10,255000,270000 +MYS,2027,11,252000,268000 +MYS,2027,12,249000,265000 +MYS,2027,13,247000,262000 +MYS,2027,14,244000,259000 +MYS,2027,15,242000,257000 +MYS,2027,16,241000,255000 +MYS,2027,17,239000,254000 +MYS,2027,18,238000,252000 +MYS,2028,0,246000,261000 +MYS,2028,1,250000,266000 +MYS,2028,2,254000,269000 +MYS,2028,3,254000,269000 +MYS,2028,4,256000,272000 +MYS,2028,5,258000,274000 +MYS,2028,6,259000,275000 +MYS,2028,7,259000,275000 +MYS,2028,8,259000,275000 +MYS,2028,9,258000,274000 +MYS,2028,10,257000,273000 +MYS,2028,11,255000,271000 +MYS,2028,12,252000,268000 +MYS,2028,13,249000,265000 +MYS,2028,14,247000,262000 +MYS,2028,15,245000,260000 +MYS,2028,16,243000,258000 +MYS,2028,17,241000,256000 +MYS,2028,18,240000,255000 +MYS,2029,0,244000,259000 +MYS,2029,1,248000,263000 +MYS,2029,2,251000,267000 +MYS,2029,3,254000,269000 +MYS,2029,4,255000,270000 +MYS,2029,5,257000,272000 +MYS,2029,6,258000,274000 +MYS,2029,7,259000,275000 +MYS,2029,8,259000,275000 +MYS,2029,9,259000,275000 +MYS,2029,10,258000,274000 +MYS,2029,11,257000,273000 +MYS,2029,12,255000,271000 +MYS,2029,13,252000,268000 +MYS,2029,14,250000,265000 +MYS,2029,15,247000,263000 +MYS,2029,16,245000,260000 +MYS,2029,17,243000,258000 +MYS,2029,18,242000,257000 +MYS,2030,0,242000,257000 +MYS,2030,1,246000,261000 +MYS,2030,2,249000,264000 +MYS,2030,3,251000,267000 +MYS,2030,4,254000,269000 +MYS,2030,5,255000,271000 +MYS,2030,6,257000,272000 +MYS,2030,7,258000,274000 +MYS,2030,8,258000,274000 +MYS,2030,9,258000,274000 +MYS,2030,10,258000,274000 +MYS,2030,11,258000,274000 +MYS,2030,12,257000,273000 +MYS,2030,13,255000,271000 +MYS,2030,14,252000,268000 +MYS,2030,15,250000,265000 +MYS,2030,16,247000,263000 +MYS,2030,17,245000,261000 +MYS,2030,18,243000,259000 +MYS,2031,0,240000,254000 +MYS,2031,1,243000,257000 +MYS,2031,2,246000,261000 +MYS,2031,3,249000,264000 +MYS,2031,4,251000,267000 +MYS,2031,5,254000,269000 +MYS,2031,6,255000,271000 +MYS,2031,7,257000,273000 +MYS,2031,8,258000,274000 +MYS,2031,9,258000,274000 +MYS,2031,10,259000,275000 +MYS,2031,11,259000,275000 +MYS,2031,12,259000,275000 +MYS,2031,13,258000,274000 +MYS,2031,14,256000,272000 +MYS,2031,15,253000,269000 +MYS,2031,16,251000,266000 +MYS,2031,17,248000,264000 +MYS,2031,18,246000,262000 +MYS,2032,0,237000,252000 +MYS,2032,1,240000,255000 +MYS,2032,2,243000,258000 +MYS,2032,3,246000,261000 +MYS,2032,4,249000,264000 +MYS,2032,5,251000,267000 +MYS,2032,6,254000,269000 +MYS,2032,7,255000,271000 +MYS,2032,8,257000,273000 +MYS,2032,9,258000,274000 +MYS,2032,10,259000,275000 +MYS,2032,11,259000,275000 +MYS,2032,12,259000,275000 +MYS,2032,13,259000,275000 +MYS,2032,14,258000,274000 +MYS,2032,15,256000,272000 +MYS,2032,16,254000,270000 +MYS,2032,17,251000,267000 +MYS,2032,18,249000,265000 +MYS,2033,0,235000,249000 +MYS,2033,1,238000,252000 +MYS,2033,2,241000,255000 +MYS,2033,3,243000,258000 +MYS,2033,4,246000,261000 +MYS,2033,5,249000,264000 +MYS,2033,6,251000,267000 +MYS,2033,7,253000,269000 +MYS,2033,8,255000,271000 +MYS,2033,9,257000,273000 +MYS,2033,10,258000,274000 +MYS,2033,11,259000,275000 +MYS,2033,12,259000,275000 +MYS,2033,13,259000,275000 +MYS,2033,14,259000,275000 +MYS,2033,15,259000,275000 +MYS,2033,16,257000,273000 +MYS,2033,17,254000,270000 +MYS,2033,18,252000,268000 +MYS,2034,0,232000,246000 +MYS,2034,1,235000,249000 +MYS,2034,2,238000,252000 +MYS,2034,3,241000,256000 +MYS,2034,4,243000,258000 +MYS,2034,5,246000,261000 +MYS,2034,6,249000,264000 +MYS,2034,7,251000,267000 +MYS,2034,8,253000,269000 +MYS,2034,9,255000,271000 +MYS,2034,10,257000,273000 +MYS,2034,11,258000,274000 +MYS,2034,12,259000,275000 +MYS,2034,13,259000,275000 +MYS,2034,14,259000,276000 +MYS,2034,15,260000,276000 +MYS,2034,16,259000,275000 +MYS,2034,17,257000,273000 +MYS,2034,18,255000,271000 +MYS,2035,0,229000,243000 +MYS,2035,1,232000,246000 +MYS,2035,2,235000,249000 +MYS,2035,3,238000,253000 +MYS,2035,4,241000,256000 +MYS,2035,5,244000,259000 +MYS,2035,6,246000,261000 +MYS,2035,7,249000,264000 +MYS,2035,8,251000,267000 +MYS,2035,9,253000,269000 +MYS,2035,10,255000,271000 +MYS,2035,11,257000,272000 +MYS,2035,12,258000,274000 +MYS,2035,13,259000,275000 +MYS,2035,14,259000,275000 +MYS,2035,15,260000,276000 +MYS,2035,16,260000,276000 +MYS,2035,17,259000,276000 +MYS,2035,18,258000,274000 +MYS,2036,0,226000,240000 +MYS,2036,1,229000,243000 +MYS,2036,2,232000,246000 +MYS,2036,3,235000,250000 +MYS,2036,4,238000,253000 +MYS,2036,5,241000,256000 +MYS,2036,6,244000,259000 +MYS,2036,7,246000,262000 +MYS,2036,8,249000,264000 +MYS,2036,9,251000,267000 +MYS,2036,10,253000,269000 +MYS,2036,11,255000,271000 +MYS,2036,12,257000,273000 +MYS,2036,13,258000,274000 +MYS,2036,14,259000,275000 +MYS,2036,15,260000,276000 +MYS,2036,16,260000,277000 +MYS,2036,17,261000,277000 +MYS,2036,18,260000,277000 +MYS,2037,0,224000,237000 +MYS,2037,1,227000,241000 +MYS,2037,2,229000,243000 +MYS,2037,3,232000,247000 +MYS,2037,4,235000,250000 +MYS,2037,5,238000,253000 +MYS,2037,6,241000,256000 +MYS,2037,7,244000,259000 +MYS,2037,8,246000,262000 +MYS,2037,9,249000,264000 +MYS,2037,10,251000,267000 +MYS,2037,11,254000,269000 +MYS,2037,12,256000,271000 +MYS,2037,13,257000,273000 +MYS,2037,14,259000,275000 +MYS,2037,15,260000,276000 +MYS,2037,16,261000,277000 +MYS,2037,17,261000,277000 +MYS,2037,18,261000,278000 +MYS,2038,0,222000,235000 +MYS,2038,1,224000,238000 +MYS,2038,2,227000,241000 +MYS,2038,3,230000,244000 +MYS,2038,4,232000,247000 +MYS,2038,5,235000,250000 +MYS,2038,6,238000,253000 +MYS,2038,7,241000,256000 +MYS,2038,8,244000,259000 +MYS,2038,9,246000,262000 +MYS,2038,10,249000,264000 +MYS,2038,11,252000,267000 +MYS,2038,12,254000,270000 +MYS,2038,13,256000,272000 +MYS,2038,14,258000,274000 +MYS,2038,15,259000,275000 +MYS,2038,16,260000,277000 +MYS,2038,17,261000,278000 +MYS,2038,18,262000,278000 +MYS,2039,0,220000,233000 +MYS,2039,1,222000,236000 +MYS,2039,2,224000,238000 +MYS,2039,3,227000,241000 +MYS,2039,4,230000,244000 +MYS,2039,5,232000,247000 +MYS,2039,6,235000,250000 +MYS,2039,7,238000,253000 +MYS,2039,8,241000,256000 +MYS,2039,9,244000,259000 +MYS,2039,10,246000,262000 +MYS,2039,11,249000,264000 +MYS,2039,12,252000,267000 +MYS,2039,13,254000,270000 +MYS,2039,14,256000,272000 +MYS,2039,15,258000,274000 +MYS,2039,16,260000,276000 +MYS,2039,17,261000,277000 +MYS,2039,18,262000,278000 +MYS,2040,0,218000,231000 +MYS,2040,1,220000,233000 +MYS,2040,2,222000,236000 +MYS,2040,3,225000,238000 +MYS,2040,4,227000,241000 +MYS,2040,5,230000,244000 +MYS,2040,6,232000,247000 +MYS,2040,7,235000,250000 +MYS,2040,8,238000,253000 +MYS,2040,9,241000,256000 +MYS,2040,10,244000,259000 +MYS,2040,11,246000,261000 +MYS,2040,12,249000,264000 +MYS,2040,13,252000,267000 +MYS,2040,14,254000,270000 +MYS,2040,15,256000,272000 +MYS,2040,16,258000,274000 +MYS,2040,17,260000,276000 +MYS,2040,18,261000,278000 +MYS,2041,0,217000,230000 +MYS,2041,1,218000,232000 +MYS,2041,2,220000,234000 +MYS,2041,3,222000,236000 +MYS,2041,4,225000,239000 +MYS,2041,5,227000,241000 +MYS,2041,6,230000,244000 +MYS,2041,7,233000,247000 +MYS,2041,8,235000,250000 +MYS,2041,9,238000,253000 +MYS,2041,10,241000,256000 +MYS,2041,11,244000,259000 +MYS,2041,12,247000,262000 +MYS,2041,13,249000,265000 +MYS,2041,14,252000,268000 +MYS,2041,15,255000,271000 +MYS,2041,16,257000,273000 +MYS,2041,17,259000,275000 +MYS,2041,18,261000,277000 +MYS,2042,0,217000,230000 +MYS,2042,1,218000,231000 +MYS,2042,2,219000,232000 +MYS,2042,3,220000,234000 +MYS,2042,4,223000,236000 +MYS,2042,5,225000,239000 +MYS,2042,6,227000,241000 +MYS,2042,7,230000,244000 +MYS,2042,8,233000,247000 +MYS,2042,9,235000,250000 +MYS,2042,10,238000,253000 +MYS,2042,11,241000,256000 +MYS,2042,12,244000,259000 +MYS,2042,13,247000,262000 +MYS,2042,14,250000,265000 +MYS,2042,15,253000,268000 +MYS,2042,16,255000,271000 +MYS,2042,17,258000,274000 +MYS,2042,18,260000,276000 +MYS,2043,0,216000,229000 +MYS,2043,1,217000,230000 +MYS,2043,2,218000,231000 +MYS,2043,3,219000,232000 +MYS,2043,4,221000,234000 +MYS,2043,5,223000,236000 +MYS,2043,6,225000,239000 +MYS,2043,7,227000,241000 +MYS,2043,8,230000,244000 +MYS,2043,9,233000,247000 +MYS,2043,10,236000,250000 +MYS,2043,11,238000,253000 +MYS,2043,12,242000,256000 +MYS,2043,13,245000,260000 +MYS,2043,14,247000,263000 +MYS,2043,15,250000,266000 +MYS,2043,16,253000,269000 +MYS,2043,17,256000,272000 +MYS,2043,18,258000,275000 +MYS,2044,0,216000,229000 +MYS,2044,1,216000,230000 +MYS,2044,2,217000,230000 +MYS,2044,3,218000,231000 +MYS,2044,4,219000,232000 +MYS,2044,5,221000,234000 +MYS,2044,6,223000,236000 +MYS,2044,7,225000,239000 +MYS,2044,8,227000,241000 +MYS,2044,9,230000,244000 +MYS,2044,10,233000,247000 +MYS,2044,11,235000,250000 +MYS,2044,12,239000,253000 +MYS,2044,13,242000,257000 +MYS,2044,14,245000,260000 +MYS,2044,15,248000,263000 +MYS,2044,16,251000,266000 +MYS,2044,17,254000,270000 +MYS,2044,18,256000,273000 +MYS,2045,0,216000,229000 +MYS,2045,1,216000,229000 +MYS,2045,2,216000,229000 +MYS,2045,3,217000,230000 +MYS,2045,4,218000,231000 +MYS,2045,5,219000,233000 +MYS,2045,6,221000,234000 +MYS,2045,7,223000,236000 +MYS,2045,8,225000,239000 +MYS,2045,9,227000,241000 +MYS,2045,10,230000,244000 +MYS,2045,11,233000,247000 +MYS,2045,12,235000,250000 +MYS,2045,13,239000,253000 +MYS,2045,14,242000,257000 +MYS,2045,15,245000,260000 +MYS,2045,16,248000,264000 +MYS,2045,17,251000,267000 +MYS,2045,18,254000,270000 +MYS,2046,0,216000,229000 +MYS,2046,1,216000,229000 +MYS,2046,2,216000,229000 +MYS,2046,3,216000,230000 +MYS,2046,4,217000,230000 +MYS,2046,5,218000,231000 +MYS,2046,6,219000,233000 +MYS,2046,7,221000,234000 +MYS,2046,8,223000,236000 +MYS,2046,9,225000,239000 +MYS,2046,10,227000,242000 +MYS,2046,11,230000,244000 +MYS,2046,12,233000,247000 +MYS,2046,13,236000,251000 +MYS,2046,14,239000,254000 +MYS,2046,15,242000,258000 +MYS,2046,16,246000,261000 +MYS,2046,17,249000,265000 +MYS,2046,18,252000,268000 +MYS,2047,0,216000,229000 +MYS,2047,1,216000,229000 +MYS,2047,2,216000,229000 +MYS,2047,3,216000,229000 +MYS,2047,4,216000,230000 +MYS,2047,5,217000,231000 +MYS,2047,6,218000,232000 +MYS,2047,7,219000,233000 +MYS,2047,8,221000,234000 +MYS,2047,9,223000,236000 +MYS,2047,10,225000,239000 +MYS,2047,11,228000,242000 +MYS,2047,12,230000,245000 +MYS,2047,13,233000,248000 +MYS,2047,14,236000,251000 +MYS,2047,15,240000,255000 +MYS,2047,16,243000,258000 +MYS,2047,17,246000,262000 +MYS,2047,18,250000,266000 +MYS,2048,0,216000,229000 +MYS,2048,1,216000,229000 +MYS,2048,2,216000,229000 +MYS,2048,3,216000,229000 +MYS,2048,4,216000,230000 +MYS,2048,5,217000,230000 +MYS,2048,6,217000,231000 +MYS,2048,7,218000,232000 +MYS,2048,8,219000,233000 +MYS,2048,9,221000,235000 +MYS,2048,10,223000,236000 +MYS,2048,11,225000,239000 +MYS,2048,12,228000,242000 +MYS,2048,13,231000,245000 +MYS,2048,14,234000,248000 +MYS,2048,15,237000,252000 +MYS,2048,16,240000,255000 +MYS,2048,17,244000,259000 +MYS,2048,18,247000,263000 +MYS,2049,0,216000,229000 +MYS,2049,1,216000,229000 +MYS,2049,2,216000,229000 +MYS,2049,3,216000,229000 +MYS,2049,4,216000,229000 +MYS,2049,5,216000,230000 +MYS,2049,6,217000,230000 +MYS,2049,7,217000,231000 +MYS,2049,8,218000,232000 +MYS,2049,9,219000,233000 +MYS,2049,10,221000,235000 +MYS,2049,11,223000,236000 +MYS,2049,12,225000,239000 +MYS,2049,13,228000,242000 +MYS,2049,14,231000,245000 +MYS,2049,15,234000,249000 +MYS,2049,16,237000,252000 +MYS,2049,17,241000,256000 +MYS,2049,18,244000,260000 +MYS,2050,0,216000,230000 +MYS,2050,1,216000,229000 +MYS,2050,2,216000,229000 +MYS,2050,3,216000,229000 +MYS,2050,4,216000,229000 +MYS,2050,5,216000,229000 +MYS,2050,6,216000,230000 +MYS,2050,7,217000,230000 +MYS,2050,8,217000,231000 +MYS,2050,9,218000,232000 +MYS,2050,10,219000,233000 +MYS,2050,11,221000,234000 +MYS,2050,12,223000,236000 +MYS,2050,13,225000,239000 +MYS,2050,14,228000,242000 +MYS,2050,15,231000,246000 +MYS,2050,16,234000,249000 +MYS,2050,17,238000,253000 +MYS,2050,18,241000,257000 +NAC,1990,0,, +NAC,1990,1,, +NAC,1990,2,, +NAC,1990,3,, +NAC,1990,4,, +NAC,1990,5,, +NAC,1990,6,, +NAC,1990,7,, +NAC,1990,8,, +NAC,1990,9,, +NAC,1990,10,, +NAC,1990,11,, +NAC,1990,12,, +NAC,1990,13,, +NAC,1990,14,, +NAC,1990,15,, +NAC,1990,16,, +NAC,1990,17,, +NAC,1990,18,, +NAC,1991,0,, +NAC,1991,1,, +NAC,1991,2,, +NAC,1991,3,, +NAC,1991,4,, +NAC,1991,5,, +NAC,1991,6,, +NAC,1991,7,, +NAC,1991,8,, +NAC,1991,9,, +NAC,1991,10,, +NAC,1991,11,, +NAC,1991,12,, +NAC,1991,13,, +NAC,1991,14,, +NAC,1991,15,, +NAC,1991,16,, +NAC,1991,17,, +NAC,1991,18,, +NAC,1992,0,, +NAC,1992,1,, +NAC,1992,2,, +NAC,1992,3,, +NAC,1992,4,, +NAC,1992,5,, +NAC,1992,6,, +NAC,1992,7,, +NAC,1992,8,, +NAC,1992,9,, +NAC,1992,10,, +NAC,1992,11,, +NAC,1992,12,, +NAC,1992,13,, +NAC,1992,14,, +NAC,1992,15,, +NAC,1992,16,, +NAC,1992,17,, +NAC,1992,18,, +NAC,1993,0,, +NAC,1993,1,, +NAC,1993,2,, +NAC,1993,3,, +NAC,1993,4,, +NAC,1993,5,, +NAC,1993,6,, +NAC,1993,7,, +NAC,1993,8,, +NAC,1993,9,, +NAC,1993,10,, +NAC,1993,11,, +NAC,1993,12,, +NAC,1993,13,, +NAC,1993,14,, +NAC,1993,15,, +NAC,1993,16,, +NAC,1993,17,, +NAC,1993,18,, +NAC,1994,0,, +NAC,1994,1,, +NAC,1994,2,, +NAC,1994,3,, +NAC,1994,4,, +NAC,1994,5,, +NAC,1994,6,, +NAC,1994,7,, +NAC,1994,8,, +NAC,1994,9,, +NAC,1994,10,, +NAC,1994,11,, +NAC,1994,12,, +NAC,1994,13,, +NAC,1994,14,, +NAC,1994,15,, +NAC,1994,16,, +NAC,1994,17,, +NAC,1994,18,, +NAC,1995,0,, +NAC,1995,1,, +NAC,1995,2,, +NAC,1995,3,, +NAC,1995,4,, +NAC,1995,5,, +NAC,1995,6,, +NAC,1995,7,, +NAC,1995,8,, +NAC,1995,9,, +NAC,1995,10,, +NAC,1995,11,, +NAC,1995,12,, +NAC,1995,13,, +NAC,1995,14,, +NAC,1995,15,, +NAC,1995,16,, +NAC,1995,17,, +NAC,1995,18,, +NAC,1996,0,, +NAC,1996,1,, +NAC,1996,2,, +NAC,1996,3,, +NAC,1996,4,, +NAC,1996,5,, +NAC,1996,6,, +NAC,1996,7,, +NAC,1996,8,, +NAC,1996,9,, +NAC,1996,10,, +NAC,1996,11,, +NAC,1996,12,, +NAC,1996,13,, +NAC,1996,14,, +NAC,1996,15,, +NAC,1996,16,, +NAC,1996,17,, +NAC,1996,18,, +NAC,1997,0,, +NAC,1997,1,, +NAC,1997,2,, +NAC,1997,3,, +NAC,1997,4,, +NAC,1997,5,, +NAC,1997,6,, +NAC,1997,7,, +NAC,1997,8,, +NAC,1997,9,, +NAC,1997,10,, +NAC,1997,11,, +NAC,1997,12,, +NAC,1997,13,, +NAC,1997,14,, +NAC,1997,15,, +NAC,1997,16,, +NAC,1997,17,, +NAC,1997,18,, +NAC,1998,0,, +NAC,1998,1,, +NAC,1998,2,, +NAC,1998,3,, +NAC,1998,4,, +NAC,1998,5,, +NAC,1998,6,, +NAC,1998,7,, +NAC,1998,8,, +NAC,1998,9,, +NAC,1998,10,, +NAC,1998,11,, +NAC,1998,12,, +NAC,1998,13,, +NAC,1998,14,, +NAC,1998,15,, +NAC,1998,16,, +NAC,1998,17,, +NAC,1998,18,, +NAC,1999,0,, +NAC,1999,1,, +NAC,1999,2,, +NAC,1999,3,, +NAC,1999,4,, +NAC,1999,5,, +NAC,1999,6,, +NAC,1999,7,, +NAC,1999,8,, +NAC,1999,9,, +NAC,1999,10,, +NAC,1999,11,, +NAC,1999,12,, +NAC,1999,13,, +NAC,1999,14,, +NAC,1999,15,, +NAC,1999,16,, +NAC,1999,17,, +NAC,1999,18,, +NAC,2000,0,, +NAC,2000,1,, +NAC,2000,2,, +NAC,2000,3,, +NAC,2000,4,, +NAC,2000,5,, +NAC,2000,6,, +NAC,2000,7,, +NAC,2000,8,, +NAC,2000,9,, +NAC,2000,10,, +NAC,2000,11,, +NAC,2000,12,, +NAC,2000,13,, +NAC,2000,14,, +NAC,2000,15,, +NAC,2000,16,, +NAC,2000,17,, +NAC,2000,18,, +NAC,2001,0,, +NAC,2001,1,, +NAC,2001,2,, +NAC,2001,3,, +NAC,2001,4,, +NAC,2001,5,, +NAC,2001,6,, +NAC,2001,7,, +NAC,2001,8,, +NAC,2001,9,, +NAC,2001,10,, +NAC,2001,11,, +NAC,2001,12,, +NAC,2001,13,, +NAC,2001,14,, +NAC,2001,15,, +NAC,2001,16,, +NAC,2001,17,, +NAC,2001,18,, +NAC,2002,0,, +NAC,2002,1,, +NAC,2002,2,, +NAC,2002,3,, +NAC,2002,4,, +NAC,2002,5,, +NAC,2002,6,, +NAC,2002,7,, +NAC,2002,8,, +NAC,2002,9,, +NAC,2002,10,, +NAC,2002,11,, +NAC,2002,12,, +NAC,2002,13,, +NAC,2002,14,, +NAC,2002,15,, +NAC,2002,16,, +NAC,2002,17,, +NAC,2002,18,, +NAC,2003,0,, +NAC,2003,1,, +NAC,2003,2,, +NAC,2003,3,, +NAC,2003,4,, +NAC,2003,5,, +NAC,2003,6,, +NAC,2003,7,, +NAC,2003,8,, +NAC,2003,9,, +NAC,2003,10,, +NAC,2003,11,, +NAC,2003,12,, +NAC,2003,13,, +NAC,2003,14,, +NAC,2003,15,, +NAC,2003,16,, +NAC,2003,17,, +NAC,2003,18,, +NAC,2004,0,, +NAC,2004,1,, +NAC,2004,2,, +NAC,2004,3,, +NAC,2004,4,, +NAC,2004,5,, +NAC,2004,6,, +NAC,2004,7,, +NAC,2004,8,, +NAC,2004,9,, +NAC,2004,10,, +NAC,2004,11,, +NAC,2004,12,, +NAC,2004,13,, +NAC,2004,14,, +NAC,2004,15,, +NAC,2004,16,, +NAC,2004,17,, +NAC,2004,18,, +NAC,2005,0,, +NAC,2005,1,, +NAC,2005,2,, +NAC,2005,3,, +NAC,2005,4,, +NAC,2005,5,, +NAC,2005,6,, +NAC,2005,7,, +NAC,2005,8,, +NAC,2005,9,, +NAC,2005,10,, +NAC,2005,11,, +NAC,2005,12,, +NAC,2005,13,, +NAC,2005,14,, +NAC,2005,15,, +NAC,2005,16,, +NAC,2005,17,, +NAC,2005,18,, +NAC,2006,0,, +NAC,2006,1,, +NAC,2006,2,, +NAC,2006,3,, +NAC,2006,4,, +NAC,2006,5,, +NAC,2006,6,, +NAC,2006,7,, +NAC,2006,8,, +NAC,2006,9,, +NAC,2006,10,, +NAC,2006,11,, +NAC,2006,12,, +NAC,2006,13,, +NAC,2006,14,, +NAC,2006,15,, +NAC,2006,16,, +NAC,2006,17,, +NAC,2006,18,, +NAC,2007,0,, +NAC,2007,1,, +NAC,2007,2,, +NAC,2007,3,, +NAC,2007,4,, +NAC,2007,5,, +NAC,2007,6,, +NAC,2007,7,, +NAC,2007,8,, +NAC,2007,9,, +NAC,2007,10,, +NAC,2007,11,, +NAC,2007,12,, +NAC,2007,13,, +NAC,2007,14,, +NAC,2007,15,, +NAC,2007,16,, +NAC,2007,17,, +NAC,2007,18,, +NAC,2008,0,, +NAC,2008,1,, +NAC,2008,2,, +NAC,2008,3,, +NAC,2008,4,, +NAC,2008,5,, +NAC,2008,6,, +NAC,2008,7,, +NAC,2008,8,, +NAC,2008,9,, +NAC,2008,10,, +NAC,2008,11,, +NAC,2008,12,, +NAC,2008,13,, +NAC,2008,14,, +NAC,2008,15,, +NAC,2008,16,, +NAC,2008,17,, +NAC,2008,18,, +NAC,2009,0,, +NAC,2009,1,, +NAC,2009,2,, +NAC,2009,3,, +NAC,2009,4,, +NAC,2009,5,, +NAC,2009,6,, +NAC,2009,7,, +NAC,2009,8,, +NAC,2009,9,, +NAC,2009,10,, +NAC,2009,11,, +NAC,2009,12,, +NAC,2009,13,, +NAC,2009,14,, +NAC,2009,15,, +NAC,2009,16,, +NAC,2009,17,, +NAC,2009,18,, +NAC,2010,0,, +NAC,2010,1,, +NAC,2010,2,, +NAC,2010,3,, +NAC,2010,4,, +NAC,2010,5,, +NAC,2010,6,, +NAC,2010,7,, +NAC,2010,8,, +NAC,2010,9,, +NAC,2010,10,, +NAC,2010,11,, +NAC,2010,12,, +NAC,2010,13,, +NAC,2010,14,, +NAC,2010,15,, +NAC,2010,16,, +NAC,2010,17,, +NAC,2010,18,, +NAC,2011,0,, +NAC,2011,1,, +NAC,2011,2,, +NAC,2011,3,, +NAC,2011,4,, +NAC,2011,5,, +NAC,2011,6,, +NAC,2011,7,, +NAC,2011,8,, +NAC,2011,9,, +NAC,2011,10,, +NAC,2011,11,, +NAC,2011,12,, +NAC,2011,13,, +NAC,2011,14,, +NAC,2011,15,, +NAC,2011,16,, +NAC,2011,17,, +NAC,2011,18,, +NAC,2012,0,, +NAC,2012,1,, +NAC,2012,2,, +NAC,2012,3,, +NAC,2012,4,, +NAC,2012,5,, +NAC,2012,6,, +NAC,2012,7,, +NAC,2012,8,, +NAC,2012,9,, +NAC,2012,10,, +NAC,2012,11,, +NAC,2012,12,, +NAC,2012,13,, +NAC,2012,14,, +NAC,2012,15,, +NAC,2012,16,, +NAC,2012,17,, +NAC,2012,18,, +NAC,2013,0,, +NAC,2013,1,, +NAC,2013,2,, +NAC,2013,3,, +NAC,2013,4,, +NAC,2013,5,, +NAC,2013,6,, +NAC,2013,7,, +NAC,2013,8,, +NAC,2013,9,, +NAC,2013,10,, +NAC,2013,11,, +NAC,2013,12,, +NAC,2013,13,, +NAC,2013,14,, +NAC,2013,15,, +NAC,2013,16,, +NAC,2013,17,, +NAC,2013,18,, +NAC,2014,0,, +NAC,2014,1,, +NAC,2014,2,, +NAC,2014,3,, +NAC,2014,4,, +NAC,2014,5,, +NAC,2014,6,, +NAC,2014,7,, +NAC,2014,8,, +NAC,2014,9,, +NAC,2014,10,, +NAC,2014,11,, +NAC,2014,12,, +NAC,2014,13,, +NAC,2014,14,, +NAC,2014,15,, +NAC,2014,16,, +NAC,2014,17,, +NAC,2014,18,, +NAC,2015,0,, +NAC,2015,1,, +NAC,2015,2,, +NAC,2015,3,, +NAC,2015,4,, +NAC,2015,5,, +NAC,2015,6,, +NAC,2015,7,, +NAC,2015,8,, +NAC,2015,9,, +NAC,2015,10,, +NAC,2015,11,, +NAC,2015,12,, +NAC,2015,13,, +NAC,2015,14,, +NAC,2015,15,, +NAC,2015,16,, +NAC,2015,17,, +NAC,2015,18,, +NAC,2016,0,, +NAC,2016,1,, +NAC,2016,2,, +NAC,2016,3,, +NAC,2016,4,, +NAC,2016,5,, +NAC,2016,6,, +NAC,2016,7,, +NAC,2016,8,, +NAC,2016,9,, +NAC,2016,10,, +NAC,2016,11,, +NAC,2016,12,, +NAC,2016,13,, +NAC,2016,14,, +NAC,2016,15,, +NAC,2016,16,, +NAC,2016,17,, +NAC,2016,18,, +NAC,2017,0,, +NAC,2017,1,, +NAC,2017,2,, +NAC,2017,3,, +NAC,2017,4,, +NAC,2017,5,, +NAC,2017,6,, +NAC,2017,7,, +NAC,2017,8,, +NAC,2017,9,, +NAC,2017,10,, +NAC,2017,11,, +NAC,2017,12,, +NAC,2017,13,, +NAC,2017,14,, +NAC,2017,15,, +NAC,2017,16,, +NAC,2017,17,, +NAC,2017,18,, +NAC,2018,0,, +NAC,2018,1,, +NAC,2018,2,, +NAC,2018,3,, +NAC,2018,4,, +NAC,2018,5,, +NAC,2018,6,, +NAC,2018,7,, +NAC,2018,8,, +NAC,2018,9,, +NAC,2018,10,, +NAC,2018,11,, +NAC,2018,12,, +NAC,2018,13,, +NAC,2018,14,, +NAC,2018,15,, +NAC,2018,16,, +NAC,2018,17,, +NAC,2018,18,, +NAC,2019,0,, +NAC,2019,1,, +NAC,2019,2,, +NAC,2019,3,, +NAC,2019,4,, +NAC,2019,5,, +NAC,2019,6,, +NAC,2019,7,, +NAC,2019,8,, +NAC,2019,9,, +NAC,2019,10,, +NAC,2019,11,, +NAC,2019,12,, +NAC,2019,13,, +NAC,2019,14,, +NAC,2019,15,, +NAC,2019,16,, +NAC,2019,17,, +NAC,2019,18,, +NAC,2020,0,, +NAC,2020,1,, +NAC,2020,2,, +NAC,2020,3,, +NAC,2020,4,, +NAC,2020,5,, +NAC,2020,6,, +NAC,2020,7,, +NAC,2020,8,, +NAC,2020,9,, +NAC,2020,10,, +NAC,2020,11,, +NAC,2020,12,, +NAC,2020,13,, +NAC,2020,14,, +NAC,2020,15,, +NAC,2020,16,, +NAC,2020,17,, +NAC,2020,18,, +NAC,2021,0,, +NAC,2021,1,, +NAC,2021,2,, +NAC,2021,3,, +NAC,2021,4,, +NAC,2021,5,, +NAC,2021,6,, +NAC,2021,7,, +NAC,2021,8,, +NAC,2021,9,, +NAC,2021,10,, +NAC,2021,11,, +NAC,2021,12,, +NAC,2021,13,, +NAC,2021,14,, +NAC,2021,15,, +NAC,2021,16,, +NAC,2021,17,, +NAC,2021,18,, +NAC,2022,0,, +NAC,2022,1,, +NAC,2022,2,, +NAC,2022,3,, +NAC,2022,4,, +NAC,2022,5,, +NAC,2022,6,, +NAC,2022,7,, +NAC,2022,8,, +NAC,2022,9,, +NAC,2022,10,, +NAC,2022,11,, +NAC,2022,12,, +NAC,2022,13,, +NAC,2022,14,, +NAC,2022,15,, +NAC,2022,16,, +NAC,2022,17,, +NAC,2022,18,, +NAC,2023,0,, +NAC,2023,1,, +NAC,2023,2,, +NAC,2023,3,, +NAC,2023,4,, +NAC,2023,5,, +NAC,2023,6,, +NAC,2023,7,, +NAC,2023,8,, +NAC,2023,9,, +NAC,2023,10,, +NAC,2023,11,, +NAC,2023,12,, +NAC,2023,13,, +NAC,2023,14,, +NAC,2023,15,, +NAC,2023,16,, +NAC,2023,17,, +NAC,2023,18,, +NAC,2024,0,, +NAC,2024,1,, +NAC,2024,2,, +NAC,2024,3,, +NAC,2024,4,, +NAC,2024,5,, +NAC,2024,6,, +NAC,2024,7,, +NAC,2024,8,, +NAC,2024,9,, +NAC,2024,10,, +NAC,2024,11,, +NAC,2024,12,, +NAC,2024,13,, +NAC,2024,14,, +NAC,2024,15,, +NAC,2024,16,, +NAC,2024,17,, +NAC,2024,18,, +NAC,2025,0,, +NAC,2025,1,, +NAC,2025,2,, +NAC,2025,3,, +NAC,2025,4,, +NAC,2025,5,, +NAC,2025,6,, +NAC,2025,7,, +NAC,2025,8,, +NAC,2025,9,, +NAC,2025,10,, +NAC,2025,11,, +NAC,2025,12,, +NAC,2025,13,, +NAC,2025,14,, +NAC,2025,15,, +NAC,2025,16,, +NAC,2025,17,, +NAC,2025,18,, +NAC,2026,0,, +NAC,2026,1,, +NAC,2026,2,, +NAC,2026,3,, +NAC,2026,4,, +NAC,2026,5,, +NAC,2026,6,, +NAC,2026,7,, +NAC,2026,8,, +NAC,2026,9,, +NAC,2026,10,, +NAC,2026,11,, +NAC,2026,12,, +NAC,2026,13,, +NAC,2026,14,, +NAC,2026,15,, +NAC,2026,16,, +NAC,2026,17,, +NAC,2026,18,, +NAC,2027,0,, +NAC,2027,1,, +NAC,2027,2,, +NAC,2027,3,, +NAC,2027,4,, +NAC,2027,5,, +NAC,2027,6,, +NAC,2027,7,, +NAC,2027,8,, +NAC,2027,9,, +NAC,2027,10,, +NAC,2027,11,, +NAC,2027,12,, +NAC,2027,13,, +NAC,2027,14,, +NAC,2027,15,, +NAC,2027,16,, +NAC,2027,17,, +NAC,2027,18,, +NAC,2028,0,, +NAC,2028,1,, +NAC,2028,2,, +NAC,2028,3,, +NAC,2028,4,, +NAC,2028,5,, +NAC,2028,6,, +NAC,2028,7,, +NAC,2028,8,, +NAC,2028,9,, +NAC,2028,10,, +NAC,2028,11,, +NAC,2028,12,, +NAC,2028,13,, +NAC,2028,14,, +NAC,2028,15,, +NAC,2028,16,, +NAC,2028,17,, +NAC,2028,18,, +NAC,2029,0,, +NAC,2029,1,, +NAC,2029,2,, +NAC,2029,3,, +NAC,2029,4,, +NAC,2029,5,, +NAC,2029,6,, +NAC,2029,7,, +NAC,2029,8,, +NAC,2029,9,, +NAC,2029,10,, +NAC,2029,11,, +NAC,2029,12,, +NAC,2029,13,, +NAC,2029,14,, +NAC,2029,15,, +NAC,2029,16,, +NAC,2029,17,, +NAC,2029,18,, +NAC,2030,0,, +NAC,2030,1,, +NAC,2030,2,, +NAC,2030,3,, +NAC,2030,4,, +NAC,2030,5,, +NAC,2030,6,, +NAC,2030,7,, +NAC,2030,8,, +NAC,2030,9,, +NAC,2030,10,, +NAC,2030,11,, +NAC,2030,12,, +NAC,2030,13,, +NAC,2030,14,, +NAC,2030,15,, +NAC,2030,16,, +NAC,2030,17,, +NAC,2030,18,, +NAC,2031,0,, +NAC,2031,1,, +NAC,2031,2,, +NAC,2031,3,, +NAC,2031,4,, +NAC,2031,5,, +NAC,2031,6,, +NAC,2031,7,, +NAC,2031,8,, +NAC,2031,9,, +NAC,2031,10,, +NAC,2031,11,, +NAC,2031,12,, +NAC,2031,13,, +NAC,2031,14,, +NAC,2031,15,, +NAC,2031,16,, +NAC,2031,17,, +NAC,2031,18,, +NAC,2032,0,, +NAC,2032,1,, +NAC,2032,2,, +NAC,2032,3,, +NAC,2032,4,, +NAC,2032,5,, +NAC,2032,6,, +NAC,2032,7,, +NAC,2032,8,, +NAC,2032,9,, +NAC,2032,10,, +NAC,2032,11,, +NAC,2032,12,, +NAC,2032,13,, +NAC,2032,14,, +NAC,2032,15,, +NAC,2032,16,, +NAC,2032,17,, +NAC,2032,18,, +NAC,2033,0,, +NAC,2033,1,, +NAC,2033,2,, +NAC,2033,3,, +NAC,2033,4,, +NAC,2033,5,, +NAC,2033,6,, +NAC,2033,7,, +NAC,2033,8,, +NAC,2033,9,, +NAC,2033,10,, +NAC,2033,11,, +NAC,2033,12,, +NAC,2033,13,, +NAC,2033,14,, +NAC,2033,15,, +NAC,2033,16,, +NAC,2033,17,, +NAC,2033,18,, +NAC,2034,0,, +NAC,2034,1,, +NAC,2034,2,, +NAC,2034,3,, +NAC,2034,4,, +NAC,2034,5,, +NAC,2034,6,, +NAC,2034,7,, +NAC,2034,8,, +NAC,2034,9,, +NAC,2034,10,, +NAC,2034,11,, +NAC,2034,12,, +NAC,2034,13,, +NAC,2034,14,, +NAC,2034,15,, +NAC,2034,16,, +NAC,2034,17,, +NAC,2034,18,, +NAC,2035,0,, +NAC,2035,1,, +NAC,2035,2,, +NAC,2035,3,, +NAC,2035,4,, +NAC,2035,5,, +NAC,2035,6,, +NAC,2035,7,, +NAC,2035,8,, +NAC,2035,9,, +NAC,2035,10,, +NAC,2035,11,, +NAC,2035,12,, +NAC,2035,13,, +NAC,2035,14,, +NAC,2035,15,, +NAC,2035,16,, +NAC,2035,17,, +NAC,2035,18,, +NAC,2036,0,, +NAC,2036,1,, +NAC,2036,2,, +NAC,2036,3,, +NAC,2036,4,, +NAC,2036,5,, +NAC,2036,6,, +NAC,2036,7,, +NAC,2036,8,, +NAC,2036,9,, +NAC,2036,10,, +NAC,2036,11,, +NAC,2036,12,, +NAC,2036,13,, +NAC,2036,14,, +NAC,2036,15,, +NAC,2036,16,, +NAC,2036,17,, +NAC,2036,18,, +NAC,2037,0,, +NAC,2037,1,, +NAC,2037,2,, +NAC,2037,3,, +NAC,2037,4,, +NAC,2037,5,, +NAC,2037,6,, +NAC,2037,7,, +NAC,2037,8,, +NAC,2037,9,, +NAC,2037,10,, +NAC,2037,11,, +NAC,2037,12,, +NAC,2037,13,, +NAC,2037,14,, +NAC,2037,15,, +NAC,2037,16,, +NAC,2037,17,, +NAC,2037,18,, +NAC,2038,0,, +NAC,2038,1,, +NAC,2038,2,, +NAC,2038,3,, +NAC,2038,4,, +NAC,2038,5,, +NAC,2038,6,, +NAC,2038,7,, +NAC,2038,8,, +NAC,2038,9,, +NAC,2038,10,, +NAC,2038,11,, +NAC,2038,12,, +NAC,2038,13,, +NAC,2038,14,, +NAC,2038,15,, +NAC,2038,16,, +NAC,2038,17,, +NAC,2038,18,, +NAC,2039,0,, +NAC,2039,1,, +NAC,2039,2,, +NAC,2039,3,, +NAC,2039,4,, +NAC,2039,5,, +NAC,2039,6,, +NAC,2039,7,, +NAC,2039,8,, +NAC,2039,9,, +NAC,2039,10,, +NAC,2039,11,, +NAC,2039,12,, +NAC,2039,13,, +NAC,2039,14,, +NAC,2039,15,, +NAC,2039,16,, +NAC,2039,17,, +NAC,2039,18,, +NAC,2040,0,, +NAC,2040,1,, +NAC,2040,2,, +NAC,2040,3,, +NAC,2040,4,, +NAC,2040,5,, +NAC,2040,6,, +NAC,2040,7,, +NAC,2040,8,, +NAC,2040,9,, +NAC,2040,10,, +NAC,2040,11,, +NAC,2040,12,, +NAC,2040,13,, +NAC,2040,14,, +NAC,2040,15,, +NAC,2040,16,, +NAC,2040,17,, +NAC,2040,18,, +NAC,2041,0,, +NAC,2041,1,, +NAC,2041,2,, +NAC,2041,3,, +NAC,2041,4,, +NAC,2041,5,, +NAC,2041,6,, +NAC,2041,7,, +NAC,2041,8,, +NAC,2041,9,, +NAC,2041,10,, +NAC,2041,11,, +NAC,2041,12,, +NAC,2041,13,, +NAC,2041,14,, +NAC,2041,15,, +NAC,2041,16,, +NAC,2041,17,, +NAC,2041,18,, +NAC,2042,0,, +NAC,2042,1,, +NAC,2042,2,, +NAC,2042,3,, +NAC,2042,4,, +NAC,2042,5,, +NAC,2042,6,, +NAC,2042,7,, +NAC,2042,8,, +NAC,2042,9,, +NAC,2042,10,, +NAC,2042,11,, +NAC,2042,12,, +NAC,2042,13,, +NAC,2042,14,, +NAC,2042,15,, +NAC,2042,16,, +NAC,2042,17,, +NAC,2042,18,, +NAC,2043,0,, +NAC,2043,1,, +NAC,2043,2,, +NAC,2043,3,, +NAC,2043,4,, +NAC,2043,5,, +NAC,2043,6,, +NAC,2043,7,, +NAC,2043,8,, +NAC,2043,9,, +NAC,2043,10,, +NAC,2043,11,, +NAC,2043,12,, +NAC,2043,13,, +NAC,2043,14,, +NAC,2043,15,, +NAC,2043,16,, +NAC,2043,17,, +NAC,2043,18,, +NAC,2044,0,, +NAC,2044,1,, +NAC,2044,2,, +NAC,2044,3,, +NAC,2044,4,, +NAC,2044,5,, +NAC,2044,6,, +NAC,2044,7,, +NAC,2044,8,, +NAC,2044,9,, +NAC,2044,10,, +NAC,2044,11,, +NAC,2044,12,, +NAC,2044,13,, +NAC,2044,14,, +NAC,2044,15,, +NAC,2044,16,, +NAC,2044,17,, +NAC,2044,18,, +NAC,2045,0,, +NAC,2045,1,, +NAC,2045,2,, +NAC,2045,3,, +NAC,2045,4,, +NAC,2045,5,, +NAC,2045,6,, +NAC,2045,7,, +NAC,2045,8,, +NAC,2045,9,, +NAC,2045,10,, +NAC,2045,11,, +NAC,2045,12,, +NAC,2045,13,, +NAC,2045,14,, +NAC,2045,15,, +NAC,2045,16,, +NAC,2045,17,, +NAC,2045,18,, +NAC,2046,0,, +NAC,2046,1,, +NAC,2046,2,, +NAC,2046,3,, +NAC,2046,4,, +NAC,2046,5,, +NAC,2046,6,, +NAC,2046,7,, +NAC,2046,8,, +NAC,2046,9,, +NAC,2046,10,, +NAC,2046,11,, +NAC,2046,12,, +NAC,2046,13,, +NAC,2046,14,, +NAC,2046,15,, +NAC,2046,16,, +NAC,2046,17,, +NAC,2046,18,, +NAC,2047,0,, +NAC,2047,1,, +NAC,2047,2,, +NAC,2047,3,, +NAC,2047,4,, +NAC,2047,5,, +NAC,2047,6,, +NAC,2047,7,, +NAC,2047,8,, +NAC,2047,9,, +NAC,2047,10,, +NAC,2047,11,, +NAC,2047,12,, +NAC,2047,13,, +NAC,2047,14,, +NAC,2047,15,, +NAC,2047,16,, +NAC,2047,17,, +NAC,2047,18,, +NAC,2048,0,, +NAC,2048,1,, +NAC,2048,2,, +NAC,2048,3,, +NAC,2048,4,, +NAC,2048,5,, +NAC,2048,6,, +NAC,2048,7,, +NAC,2048,8,, +NAC,2048,9,, +NAC,2048,10,, +NAC,2048,11,, +NAC,2048,12,, +NAC,2048,13,, +NAC,2048,14,, +NAC,2048,15,, +NAC,2048,16,, +NAC,2048,17,, +NAC,2048,18,, +NAC,2049,0,, +NAC,2049,1,, +NAC,2049,2,, +NAC,2049,3,, +NAC,2049,4,, +NAC,2049,5,, +NAC,2049,6,, +NAC,2049,7,, +NAC,2049,8,, +NAC,2049,9,, +NAC,2049,10,, +NAC,2049,11,, +NAC,2049,12,, +NAC,2049,13,, +NAC,2049,14,, +NAC,2049,15,, +NAC,2049,16,, +NAC,2049,17,, +NAC,2049,18,, +NAC,2050,0,, +NAC,2050,1,, +NAC,2050,2,, +NAC,2050,3,, +NAC,2050,4,, +NAC,2050,5,, +NAC,2050,6,, +NAC,2050,7,, +NAC,2050,8,, +NAC,2050,9,, +NAC,2050,10,, +NAC,2050,11,, +NAC,2050,12,, +NAC,2050,13,, +NAC,2050,14,, +NAC,2050,15,, +NAC,2050,16,, +NAC,2050,17,, +NAC,2050,18,, +NAM,1990,0,25870,25861 +NAM,1990,1,24951,24880 +NAM,1990,2,24115,23990 +NAM,1990,3,23355,23185 +NAM,1990,4,22665,22457 +NAM,1990,5,22036,21796 +NAM,1990,6,21463,21196 +NAM,1990,7,20937,20648 +NAM,1990,8,20451,20144 +NAM,1990,9,19999,19677 +NAM,1990,10,19572,19236 +NAM,1990,11,19159,18813 +NAM,1990,12,18765,18407 +NAM,1990,13,18384,18014 +NAM,1990,14,18005,17620 +NAM,1990,15,17632,17232 +NAM,1990,16,17281,16863 +NAM,1990,17,16829,16392 +NAM,1990,18,16222,15764 +NAM,1991,0,26354,26340 +NAM,1991,1,25741,25714 +NAM,1991,2,24893,24812 +NAM,1991,3,24106,23977 +NAM,1991,4,23377,23205 +NAM,1991,5,22702,22493 +NAM,1991,6,22073,21831 +NAM,1991,7,21483,21212 +NAM,1991,8,20945,20650 +NAM,1991,9,20460,20148 +NAM,1991,10,20015,19689 +NAM,1991,11,19587,19249 +NAM,1991,12,19170,18821 +NAM,1991,13,18769,18407 +NAM,1991,14,18380,18004 +NAM,1991,15,17992,17599 +NAM,1991,16,17609,17198 +NAM,1991,17,17247,16817 +NAM,1991,18,16787,16335 +NAM,1992,0,26655,26610 +NAM,1992,1,25937,25864 +NAM,1992,2,25566,25517 +NAM,1992,3,24792,24696 +NAM,1992,4,24056,23918 +NAM,1992,5,23359,23181 +NAM,1992,6,22699,22486 +NAM,1992,7,22071,21824 +NAM,1992,8,21467,21189 +NAM,1992,9,20917,20614 +NAM,1992,10,20433,20113 +NAM,1992,11,19997,19664 +NAM,1992,12,19569,19225 +NAM,1992,13,19148,18793 +NAM,1992,14,18741,18373 +NAM,1992,15,18344,17961 +NAM,1992,16,17947,17544 +NAM,1992,17,17555,17132 +NAM,1992,18,17184,16738 +NAM,1993,0,26805,26717 +NAM,1993,1,26245,26152 +NAM,1993,2,25669,25567 +NAM,1993,3,25356,25279 +NAM,1993,4,24656,24541 +NAM,1993,5,23972,23820 +NAM,1993,6,23308,23120 +NAM,1993,7,22665,22443 +NAM,1993,8,22038,21782 +NAM,1993,9,21420,21131 +NAM,1993,10,20860,20544 +NAM,1993,11,20378,20046 +NAM,1993,12,19951,19608 +NAM,1993,13,19524,19170 +NAM,1993,14,19099,18734 +NAM,1993,15,18686,18309 +NAM,1993,16,18283,17888 +NAM,1993,17,17878,17461 +NAM,1993,18,17477,17038 +NAM,1994,0,26860,26735 +NAM,1994,1,26459,26346 +NAM,1994,2,26007,25898 +NAM,1994,3,25513,25398 +NAM,1994,4,25123,25012 +NAM,1994,5,24498,24358 +NAM,1994,6,23867,23695 +NAM,1994,7,23236,23032 +NAM,1994,8,22611,22374 +NAM,1994,9,21986,21716 +NAM,1994,10,21354,21049 +NAM,1994,11,20784,20451 +NAM,1994,12,20305,19956 +NAM,1994,13,19887,19528 +NAM,1994,14,19461,19093 +NAM,1994,15,19033,18654 +NAM,1994,16,18615,18224 +NAM,1994,17,18205,17794 +NAM,1994,18,17792,17358 +NAM,1995,0,26865,26724 +NAM,1995,1,26601,26476 +NAM,1995,2,26261,26142 +NAM,1995,3,25854,25732 +NAM,1995,4,25391,25258 +NAM,1995,5,24879,24730 +NAM,1995,6,24330,24159 +NAM,1995,7,23751,23555 +NAM,1995,8,23154,22929 +NAM,1995,9,22547,22291 +NAM,1995,10,21924,21635 +NAM,1995,11,21279,20953 +NAM,1995,12,20699,20344 +NAM,1995,13,20222,19853 +NAM,1995,14,19814,19437 +NAM,1995,15,19390,19003 +NAM,1995,16,18958,18563 +NAM,1995,17,18536,18127 +NAM,1995,18,18120,17690 +NAM,1996,0,26932,26825 +NAM,1996,1,26766,26615 +NAM,1996,2,26505,26361 +NAM,1996,3,26172,26029 +NAM,1996,4,25776,25628 +NAM,1996,5,25325,25167 +NAM,1996,6,24829,24656 +NAM,1996,7,24296,24107 +NAM,1996,8,23730,23519 +NAM,1996,9,23137,22898 +NAM,1996,10,22529,22258 +NAM,1996,11,21905,21601 +NAM,1996,12,21260,20919 +NAM,1996,13,20676,20306 +NAM,1996,14,20193,19808 +NAM,1996,15,19777,19384 +NAM,1996,16,19344,18940 +NAM,1996,17,18903,18489 +NAM,1996,18,18469,18040 +NAM,1997,0,26975,26921 +NAM,1997,1,26884,26806 +NAM,1997,2,26656,26487 +NAM,1997,3,26398,26227 +NAM,1997,4,26073,25897 +NAM,1997,5,25687,25505 +NAM,1997,6,25249,25057 +NAM,1997,7,24768,24564 +NAM,1997,8,24252,24037 +NAM,1997,9,23699,23466 +NAM,1997,10,23111,22851 +NAM,1997,11,22502,22209 +NAM,1997,12,21878,21552 +NAM,1997,13,21231,20870 +NAM,1997,14,20644,20254 +NAM,1997,15,20156,19750 +NAM,1997,16,19731,19317 +NAM,1997,17,19290,18864 +NAM,1997,18,18841,18402 +NAM,1998,0,26956,26964 +NAM,1998,1,26916,26869 +NAM,1998,2,26791,26695 +NAM,1998,3,26533,26343 +NAM,1998,4,26279,26078 +NAM,1998,5,25961,25751 +NAM,1998,6,25587,25367 +NAM,1998,7,25162,24933 +NAM,1998,8,24695,24458 +NAM,1998,9,24198,23953 +NAM,1998,10,23658,23399 +NAM,1998,11,23075,22790 +NAM,1998,12,22465,22147 +NAM,1998,13,21841,21490 +NAM,1998,14,21193,20808 +NAM,1998,15,20603,20190 +NAM,1998,16,20109,19680 +NAM,1998,17,19677,19238 +NAM,1998,18,19227,18776 +NAM,1999,0,26820,26888 +NAM,1999,1,26835,26819 +NAM,1999,2,26771,26686 +NAM,1999,3,26634,26493 +NAM,1999,4,26401,26192 +NAM,1999,5,26150,25921 +NAM,1999,6,25840,25596 +NAM,1999,7,25476,25222 +NAM,1999,8,25064,24801 +NAM,1999,9,24614,24344 +NAM,1999,10,24134,23862 +NAM,1999,11,23607,23325 +NAM,1999,12,23029,22722 +NAM,1999,13,22420,22078 +NAM,1999,14,21795,21422 +NAM,1999,15,21147,20740 +NAM,1999,16,20553,20119 +NAM,1999,17,20054,19604 +NAM,1999,18,19615,19154 +NAM,2000,0,26545,26660 +NAM,2000,1,26629,26644 +NAM,2000,2,26639,26572 +NAM,2000,3,26578,26445 +NAM,2000,4,26451,26267 +NAM,2000,5,26261,26039 +NAM,2000,6,26014,25763 +NAM,2000,7,25711,25441 +NAM,2000,8,25359,25075 +NAM,2000,9,24961,24667 +NAM,2000,10,24525,24229 +NAM,2000,11,24063,23770 +NAM,2000,12,23550,23250 +NAM,2000,13,22978,22654 +NAM,2000,14,22368,22008 +NAM,2000,15,21744,21352 +NAM,2000,16,21095,20671 +NAM,2000,17,20499,20048 +NAM,2000,18,19995,19526 +NAM,2001,0,26100,26225 +NAM,2001,1,26408,26463 +NAM,2001,2,26487,26451 +NAM,2001,3,26499,26387 +NAM,2001,4,26446,26271 +NAM,2001,5,26331,26105 +NAM,2001,6,26158,25891 +NAM,2001,7,25932,25631 +NAM,2001,8,25643,25319 +NAM,2001,9,25292,24952 +NAM,2001,10,24885,24536 +NAM,2001,11,24444,24089 +NAM,2001,12,23975,23622 +NAM,2001,13,23451,23090 +NAM,2001,14,22864,22480 +NAM,2001,15,22237,21819 +NAM,2001,16,21595,21146 +NAM,2001,17,20927,20448 +NAM,2001,18,20311,19807 +NAM,2002,0,25530,25655 +NAM,2002,1,25842,25875 +NAM,2002,2,26275,26278 +NAM,2002,3,26348,26270 +NAM,2002,4,26362,26213 +NAM,2002,5,26318,26108 +NAM,2002,6,26216,25954 +NAM,2002,7,26059,25755 +NAM,2002,8,25854,25511 +NAM,2002,9,25579,25208 +NAM,2002,10,25229,24840 +NAM,2002,11,24814,24415 +NAM,2002,12,24366,23960 +NAM,2002,13,23890,23483 +NAM,2002,14,23356,22940 +NAM,2002,15,22755,22316 +NAM,2002,16,22110,21639 +NAM,2002,17,21450,20949 +NAM,2002,18,20763,20233 +NAM,2003,0,25036,25155 +NAM,2003,1,25435,25480 +NAM,2003,2,25748,25725 +NAM,2003,3,26148,26105 +NAM,2003,4,26216,26101 +NAM,2003,5,26233,26052 +NAM,2003,6,26197,25958 +NAM,2003,7,26107,25816 +NAM,2003,8,25967,25630 +NAM,2003,9,25782,25403 +NAM,2003,10,25521,25110 +NAM,2003,11,25172,24740 +NAM,2003,12,24749,24306 +NAM,2003,13,24294,23842 +NAM,2003,14,23811,23356 +NAM,2003,15,23266,22801 +NAM,2003,16,22651,22162 +NAM,2003,17,21989,21469 +NAM,2003,18,21310,20762 +NAM,2004,0,24885,24995 +NAM,2004,1,25250,25306 +NAM,2004,2,25551,25552 +NAM,2004,3,25788,25735 +NAM,2004,4,26023,25938 +NAM,2004,5,26086,25937 +NAM,2004,6,26105,25896 +NAM,2004,7,26077,25813 +NAM,2004,8,26000,25683 +NAM,2004,9,25877,25511 +NAM,2004,10,25712,25300 +NAM,2004,11,25465,25016 +NAM,2004,12,25116,24645 +NAM,2004,13,24686,24202 +NAM,2004,14,24224,23730 +NAM,2004,15,23734,23234 +NAM,2004,16,23178,22667 +NAM,2004,17,22548,22013 +NAM,2004,18,21869,21304 +NAM,2005,0,25251,25355 +NAM,2005,1,25411,25478 +NAM,2005,2,25561,25585 +NAM,2005,3,25695,25672 +NAM,2005,4,25809,25736 +NAM,2005,5,25897,25771 +NAM,2005,6,25954,25774 +NAM,2005,7,25976,25741 +NAM,2005,8,25956,25668 +NAM,2005,9,25891,25551 +NAM,2005,10,25784,25393 +NAM,2005,11,25641,25198 +NAM,2005,12,25408,24923 +NAM,2005,13,25060,24551 +NAM,2005,14,24621,24098 +NAM,2005,15,24152,23617 +NAM,2005,16,23655,23112 +NAM,2005,17,23089,22533 +NAM,2005,18,22444,21865 +NAM,2006,0,26255,26345 +NAM,2006,1,25316,25396 +NAM,2006,2,25366,25409 +NAM,2006,3,25451,25451 +NAM,2006,4,25559,25511 +NAM,2006,5,25675,25577 +NAM,2006,6,25795,25644 +NAM,2006,7,25915,25709 +NAM,2006,8,25979,25717 +NAM,2006,9,25958,25639 +NAM,2006,10,25864,25488 +NAM,2006,11,25743,25311 +NAM,2006,12,25591,25103 +NAM,2006,13,25345,24813 +NAM,2006,14,24980,24423 +NAM,2006,15,24520,23951 +NAM,2006,16,24030,23450 +NAM,2006,17,23511,22925 +NAM,2006,18,22922,22326 +NAM,2007,0,27744,27821 +NAM,2007,1,26910,26975 +NAM,2007,2,25354,25412 +NAM,2007,3,25293,25314 +NAM,2007,4,25314,25291 +NAM,2007,5,25394,25324 +NAM,2007,6,25513,25391 +NAM,2007,7,25666,25490 +NAM,2007,8,25847,25616 +NAM,2007,9,25954,25665 +NAM,2007,10,25932,25582 +NAM,2007,11,25809,25398 +NAM,2007,12,25673,25202 +NAM,2007,13,25513,24982 +NAM,2007,14,25255,24678 +NAM,2007,15,24873,24270 +NAM,2007,16,24393,23779 +NAM,2007,17,23882,23259 +NAM,2007,18,23342,22714 +NAM,2008,0,29468,29534 +NAM,2008,1,28012,28076 +NAM,2008,2,26894,26944 +NAM,2008,3,25379,25414 +NAM,2008,4,25208,25206 +NAM,2008,5,25163,25119 +NAM,2008,6,25217,25124 +NAM,2008,7,25338,25193 +NAM,2008,8,25523,25323 +NAM,2008,9,25766,25511 +NAM,2008,10,25916,25601 +NAM,2008,11,25892,25513 +NAM,2008,12,25741,25296 +NAM,2008,13,25591,25081 +NAM,2008,14,25422,24849 +NAM,2008,15,25152,24530 +NAM,2008,16,24753,24105 +NAM,2008,17,24253,23595 +NAM,2008,18,23721,23055 +NAM,2009,0,31069,31127 +NAM,2009,1,29128,29190 +NAM,2009,2,27613,27667 +NAM,2009,3,26477,26514 +NAM,2009,4,25408,25423 +NAM,2009,5,25127,25104 +NAM,2009,6,25018,24952 +NAM,2009,7,25044,24930 +NAM,2009,8,25168,25001 +NAM,2009,9,25385,25163 +NAM,2009,10,25690,25412 +NAM,2009,11,25882,25543 +NAM,2009,12,25858,25450 +NAM,2009,13,25678,25199 +NAM,2009,14,25513,24966 +NAM,2009,15,25336,24721 +NAM,2009,16,25054,24387 +NAM,2009,17,24638,23945 +NAM,2009,18,24118,23417 +NAM,2010,0,32284,32337 +NAM,2010,1,30114,30175 +NAM,2010,2,28391,28448 +NAM,2010,3,27069,27114 +NAM,2010,4,26103,26126 +NAM,2010,5,25447,25439 +NAM,2010,6,25055,25010 +NAM,2010,7,24881,24794 +NAM,2010,8,24881,24744 +NAM,2010,9,25007,24817 +NAM,2010,10,25257,25010 +NAM,2010,11,25624,25321 +NAM,2010,12,25858,25493 +NAM,2010,13,25833,25396 +NAM,2010,14,25624,25112 +NAM,2010,15,25444,24859 +NAM,2010,16,25259,24602 +NAM,2010,17,24964,24253 +NAM,2010,18,24531,23794 +NAM,2011,0,32970,33019 +NAM,2011,1,31810,31853 +NAM,2011,2,29902,29948 +NAM,2011,3,28349,28389 +NAM,2011,4,27119,27145 +NAM,2011,5,26181,26186 +NAM,2011,6,25491,25467 +NAM,2011,7,25002,24944 +NAM,2011,8,24758,24658 +NAM,2011,9,24756,24607 +NAM,2011,10,24921,24717 +NAM,2011,11,25178,24917 +NAM,2011,12,25535,25218 +NAM,2011,13,25757,25376 +NAM,2011,14,25716,25263 +NAM,2011,15,25489,24961 +NAM,2011,16,25291,24689 +NAM,2011,17,25087,24413 +NAM,2011,18,24775,24047 +NAM,2012,0,33290,33340 +NAM,2012,1,31532,31586 +NAM,2012,2,31372,31407 +NAM,2012,3,29725,29758 +NAM,2012,4,28339,28364 +NAM,2012,5,27199,27209 +NAM,2012,6,26289,26278 +NAM,2012,7,25564,25525 +NAM,2012,8,24979,24908 +NAM,2012,9,24663,24552 +NAM,2012,10,24659,24499 +NAM,2012,11,24864,24647 +NAM,2012,12,25128,24853 +NAM,2012,13,25477,25144 +NAM,2012,14,25686,25290 +NAM,2012,15,25629,25160 +NAM,2012,16,25385,24839 +NAM,2012,17,25168,24549 +NAM,2012,18,24945,24253 +NAM,2013,0,33339,33395 +NAM,2013,1,32070,32125 +NAM,2013,2,30907,30956 +NAM,2013,3,30956,30982 +NAM,2013,4,29567,29588 +NAM,2013,5,28348,28358 +NAM,2013,6,27298,27291 +NAM,2013,7,26415,26387 +NAM,2013,8,25655,25600 +NAM,2013,9,24972,24888 +NAM,2013,10,24585,24463 +NAM,2013,11,24579,24407 +NAM,2013,12,24823,24592 +NAM,2013,13,25095,24805 +NAM,2013,14,25434,25087 +NAM,2013,15,25632,25221 +NAM,2013,16,25559,25074 +NAM,2013,17,25297,24735 +NAM,2013,18,25061,24425 +NAM,2014,0,33282,33351 +NAM,2014,1,32513,32572 +NAM,2014,2,31698,31747 +NAM,2014,3,30853,30890 +NAM,2014,4,30541,30558 +NAM,2014,5,29411,29419 +NAM,2014,6,28359,28353 +NAM,2014,7,27399,27375 +NAM,2014,8,26543,26498 +NAM,2014,9,25747,25677 +NAM,2014,10,24967,24870 +NAM,2014,11,24508,24374 +NAM,2014,12,24501,24317 +NAM,2014,13,24784,24540 +NAM,2014,14,25063,24759 +NAM,2014,15,25394,25032 +NAM,2014,16,25580,25153 +NAM,2014,17,25491,24990 +NAM,2014,18,25210,24631 +NAM,2015,0,33252,33342 +NAM,2015,1,32885,32955 +NAM,2015,2,32361,32414 +NAM,2015,3,31707,31744 +NAM,2015,4,30952,30975 +NAM,2015,5,30126,30135 +NAM,2015,6,29256,29250 +NAM,2015,7,28371,28349 +NAM,2015,8,27500,27459 +NAM,2015,9,26671,26609 +NAM,2015,10,25840,25754 +NAM,2015,11,24962,24852 +NAM,2015,12,24432,24286 +NAM,2015,13,24423,24226 +NAM,2015,14,24745,24487 +NAM,2015,15,25032,24713 +NAM,2015,16,25354,24977 +NAM,2015,17,25528,25085 +NAM,2015,18,25424,24905 +NAM,2016,0,33231,33352 +NAM,2016,1,33180,33253 +NAM,2016,2,32791,32843 +NAM,2016,3,32257,32292 +NAM,2016,4,31603,31623 +NAM,2016,5,30857,30863 +NAM,2016,6,30046,30038 +NAM,2016,7,29200,29178 +NAM,2016,8,28331,28293 +NAM,2016,9,27461,27404 +NAM,2016,10,26623,26544 +NAM,2016,11,25786,25683 +NAM,2016,12,24904,24777 +NAM,2016,13,24366,24202 +NAM,2016,14,24346,24129 +NAM,2016,15,24656,24374 +NAM,2016,16,24929,24584 +NAM,2016,17,25238,24830 +NAM,2016,18,25399,24923 +NAM,2017,0,33234,33395 +NAM,2017,1,33327,33441 +NAM,2017,2,33126,33181 +NAM,2017,3,32714,32748 +NAM,2017,4,32169,32186 +NAM,2017,5,31516,31518 +NAM,2017,6,30777,30766 +NAM,2017,7,29982,29957 +NAM,2017,8,29160,29121 +NAM,2017,9,28307,28253 +NAM,2017,10,27436,27364 +NAM,2017,11,26588,26494 +NAM,2017,12,25745,25626 +NAM,2017,13,24858,24714 +NAM,2017,14,24313,24131 +NAM,2017,15,24283,24045 +NAM,2017,16,24580,24273 +NAM,2017,17,24840,24467 +NAM,2017,18,25135,24696 +NAM,2018,0,33267,33466 +NAM,2018,1,33457,33596 +NAM,2018,2,33413,33504 +NAM,2018,3,33080,33118 +NAM,2018,4,32645,32662 +NAM,2018,5,32090,32090 +NAM,2018,6,31437,31421 +NAM,2018,7,30706,30677 +NAM,2018,8,29926,29884 +NAM,2018,9,29127,29072 +NAM,2018,10,28289,28220 +NAM,2018,11,27419,27331 +NAM,2018,12,26561,26450 +NAM,2018,13,25711,25575 +NAM,2018,14,24820,24658 +NAM,2018,15,24267,24066 +NAM,2018,16,24226,23967 +NAM,2018,17,24510,24179 +NAM,2018,18,24757,24357 +NAM,2019,0,33000,34000 +NAM,2019,1,34000,34000 +NAM,2019,2,34000,34000 +NAM,2019,3,33000,33000 +NAM,2019,4,33000,33000 +NAM,2019,5,33000,33000 +NAM,2019,6,32000,32000 +NAM,2019,7,31000,31000 +NAM,2019,8,31000,31000 +NAM,2019,9,30000,30000 +NAM,2019,10,29000,29000 +NAM,2019,11,28000,28000 +NAM,2019,12,27000,27000 +NAM,2019,13,27000,26000 +NAM,2019,14,26000,26000 +NAM,2019,15,25000,25000 +NAM,2019,16,24000,24000 +NAM,2019,17,24000,24000 +NAM,2019,18,24000,24000 +NAM,2020,0,33000,34000 +NAM,2020,1,34000,34000 +NAM,2020,2,34000,34000 +NAM,2020,3,34000,34000 +NAM,2020,4,33000,33000 +NAM,2020,5,33000,33000 +NAM,2020,6,33000,32000 +NAM,2020,7,32000,32000 +NAM,2020,8,31000,31000 +NAM,2020,9,31000,31000 +NAM,2020,10,30000,30000 +NAM,2020,11,29000,29000 +NAM,2020,12,28000,28000 +NAM,2020,13,27000,27000 +NAM,2020,14,27000,26000 +NAM,2020,15,26000,25000 +NAM,2020,16,25000,25000 +NAM,2020,17,24000,24000 +NAM,2020,18,24000,24000 +NAM,2021,0,34000,34000 +NAM,2021,1,33000,34000 +NAM,2021,2,34000,34000 +NAM,2021,3,34000,34000 +NAM,2021,4,34000,34000 +NAM,2021,5,33000,33000 +NAM,2021,6,33000,33000 +NAM,2021,7,32000,32000 +NAM,2021,8,32000,32000 +NAM,2021,9,31000,31000 +NAM,2021,10,31000,30000 +NAM,2021,11,30000,30000 +NAM,2021,12,29000,29000 +NAM,2021,13,28000,28000 +NAM,2021,14,27000,27000 +NAM,2021,15,26000,26000 +NAM,2021,16,26000,25000 +NAM,2021,17,25000,24000 +NAM,2021,18,24000,24000 +NAM,2022,0,34000,34000 +NAM,2022,1,34000,34000 +NAM,2022,2,33000,34000 +NAM,2022,3,34000,34000 +NAM,2022,4,34000,34000 +NAM,2022,5,33000,33000 +NAM,2022,6,33000,33000 +NAM,2022,7,33000,33000 +NAM,2022,8,32000,32000 +NAM,2022,9,32000,32000 +NAM,2022,10,31000,31000 +NAM,2022,11,31000,30000 +NAM,2022,12,30000,30000 +NAM,2022,13,29000,29000 +NAM,2022,14,28000,28000 +NAM,2022,15,27000,27000 +NAM,2022,16,26000,26000 +NAM,2022,17,26000,25000 +NAM,2022,18,25000,24000 +NAM,2023,0,34000,34000 +NAM,2023,1,34000,34000 +NAM,2023,2,34000,34000 +NAM,2023,3,33000,34000 +NAM,2023,4,34000,34000 +NAM,2023,5,33000,34000 +NAM,2023,6,33000,33000 +NAM,2023,7,33000,33000 +NAM,2023,8,33000,33000 +NAM,2023,9,32000,32000 +NAM,2023,10,32000,32000 +NAM,2023,11,31000,31000 +NAM,2023,12,30000,30000 +NAM,2023,13,30000,30000 +NAM,2023,14,29000,29000 +NAM,2023,15,28000,28000 +NAM,2023,16,27000,27000 +NAM,2023,17,26000,26000 +NAM,2023,18,25000,25000 +NAM,2024,0,34000,34000 +NAM,2024,1,34000,34000 +NAM,2024,2,34000,34000 +NAM,2024,3,34000,34000 +NAM,2024,4,34000,34000 +NAM,2024,5,33000,34000 +NAM,2024,6,33000,33000 +NAM,2024,7,33000,33000 +NAM,2024,8,33000,33000 +NAM,2024,9,33000,33000 +NAM,2024,10,32000,32000 +NAM,2024,11,32000,32000 +NAM,2024,12,31000,31000 +NAM,2024,13,30000,30000 +NAM,2024,14,30000,30000 +NAM,2024,15,29000,29000 +NAM,2024,16,28000,28000 +NAM,2024,17,27000,27000 +NAM,2024,18,26000,26000 +NAM,2025,0,34000,34000 +NAM,2025,1,34000,34000 +NAM,2025,2,34000,34000 +NAM,2025,3,34000,34000 +NAM,2025,4,34000,34000 +NAM,2025,5,34000,34000 +NAM,2025,6,33000,33000 +NAM,2025,7,33000,33000 +NAM,2025,8,33000,33000 +NAM,2025,9,33000,33000 +NAM,2025,10,33000,33000 +NAM,2025,11,32000,32000 +NAM,2025,12,32000,32000 +NAM,2025,13,31000,31000 +NAM,2025,14,30000,30000 +NAM,2025,15,30000,29000 +NAM,2025,16,29000,29000 +NAM,2025,17,28000,28000 +NAM,2025,18,27000,27000 +NAM,2026,0,34000,34000 +NAM,2026,1,34000,34000 +NAM,2026,2,34000,34000 +NAM,2026,3,34000,34000 +NAM,2026,4,34000,34000 +NAM,2026,5,34000,34000 +NAM,2026,6,34000,34000 +NAM,2026,7,33000,33000 +NAM,2026,8,33000,33000 +NAM,2026,9,33000,33000 +NAM,2026,10,33000,33000 +NAM,2026,11,33000,33000 +NAM,2026,12,32000,32000 +NAM,2026,13,32000,32000 +NAM,2026,14,31000,31000 +NAM,2026,15,30000,30000 +NAM,2026,16,30000,29000 +NAM,2026,17,29000,29000 +NAM,2026,18,28000,28000 +NAM,2027,0,34000,34000 +NAM,2027,1,34000,34000 +NAM,2027,2,34000,34000 +NAM,2027,3,34000,34000 +NAM,2027,4,34000,34000 +NAM,2027,5,34000,34000 +NAM,2027,6,34000,34000 +NAM,2027,7,34000,34000 +NAM,2027,8,33000,33000 +NAM,2027,9,33000,33000 +NAM,2027,10,33000,33000 +NAM,2027,11,33000,33000 +NAM,2027,12,33000,32000 +NAM,2027,13,32000,32000 +NAM,2027,14,32000,32000 +NAM,2027,15,31000,31000 +NAM,2027,16,30000,30000 +NAM,2027,17,30000,29000 +NAM,2027,18,29000,29000 +NAM,2028,0,34000,35000 +NAM,2028,1,34000,34000 +NAM,2028,2,34000,34000 +NAM,2028,3,34000,34000 +NAM,2028,4,34000,34000 +NAM,2028,5,34000,34000 +NAM,2028,6,34000,34000 +NAM,2028,7,34000,34000 +NAM,2028,8,33000,33000 +NAM,2028,9,33000,33000 +NAM,2028,10,33000,33000 +NAM,2028,11,33000,33000 +NAM,2028,12,33000,33000 +NAM,2028,13,33000,32000 +NAM,2028,14,32000,32000 +NAM,2028,15,32000,32000 +NAM,2028,16,31000,31000 +NAM,2028,17,30000,30000 +NAM,2028,18,29000,29000 +NAM,2029,0,35000,35000 +NAM,2029,1,34000,34000 +NAM,2029,2,34000,34000 +NAM,2029,3,34000,34000 +NAM,2029,4,34000,34000 +NAM,2029,5,34000,34000 +NAM,2029,6,34000,34000 +NAM,2029,7,34000,34000 +NAM,2029,8,34000,34000 +NAM,2029,9,33000,33000 +NAM,2029,10,33000,33000 +NAM,2029,11,33000,33000 +NAM,2029,12,33000,33000 +NAM,2029,13,33000,33000 +NAM,2029,14,32000,32000 +NAM,2029,15,32000,32000 +NAM,2029,16,32000,32000 +NAM,2029,17,31000,31000 +NAM,2029,18,30000,30000 +NAM,2030,0,35000,35000 +NAM,2030,1,34000,35000 +NAM,2030,2,34000,34000 +NAM,2030,3,34000,34000 +NAM,2030,4,34000,34000 +NAM,2030,5,34000,34000 +NAM,2030,6,34000,34000 +NAM,2030,7,34000,34000 +NAM,2030,8,34000,34000 +NAM,2030,9,34000,34000 +NAM,2030,10,33000,33000 +NAM,2030,11,33000,33000 +NAM,2030,12,33000,33000 +NAM,2030,13,33000,33000 +NAM,2030,14,33000,33000 +NAM,2030,15,32000,32000 +NAM,2030,16,32000,32000 +NAM,2030,17,32000,32000 +NAM,2030,18,31000,31000 +NAM,2031,0,35000,35000 +NAM,2031,1,35000,35000 +NAM,2031,2,34000,34000 +NAM,2031,3,34000,34000 +NAM,2031,4,34000,34000 +NAM,2031,5,34000,34000 +NAM,2031,6,34000,34000 +NAM,2031,7,34000,34000 +NAM,2031,8,34000,34000 +NAM,2031,9,34000,34000 +NAM,2031,10,34000,33000 +NAM,2031,11,33000,33000 +NAM,2031,12,33000,33000 +NAM,2031,13,33000,33000 +NAM,2031,14,33000,33000 +NAM,2031,15,33000,33000 +NAM,2031,16,32000,32000 +NAM,2031,17,32000,32000 +NAM,2031,18,32000,31000 +NAM,2032,0,35000,35000 +NAM,2032,1,35000,35000 +NAM,2032,2,35000,35000 +NAM,2032,3,34000,34000 +NAM,2032,4,34000,34000 +NAM,2032,5,34000,34000 +NAM,2032,6,34000,34000 +NAM,2032,7,34000,34000 +NAM,2032,8,34000,34000 +NAM,2032,9,34000,34000 +NAM,2032,10,34000,34000 +NAM,2032,11,33000,33000 +NAM,2032,12,33000,33000 +NAM,2032,13,33000,33000 +NAM,2032,14,33000,33000 +NAM,2032,15,33000,33000 +NAM,2032,16,33000,33000 +NAM,2032,17,32000,32000 +NAM,2032,18,32000,32000 +NAM,2033,0,35000,35000 +NAM,2033,1,35000,35000 +NAM,2033,2,35000,35000 +NAM,2033,3,34000,35000 +NAM,2033,4,34000,34000 +NAM,2033,5,34000,34000 +NAM,2033,6,34000,34000 +NAM,2033,7,34000,34000 +NAM,2033,8,34000,34000 +NAM,2033,9,34000,34000 +NAM,2033,10,34000,34000 +NAM,2033,11,34000,33000 +NAM,2033,12,33000,33000 +NAM,2033,13,33000,33000 +NAM,2033,14,33000,33000 +NAM,2033,15,33000,33000 +NAM,2033,16,33000,33000 +NAM,2033,17,33000,32000 +NAM,2033,18,32000,32000 +NAM,2034,0,36000,36000 +NAM,2034,1,35000,35000 +NAM,2034,2,35000,35000 +NAM,2034,3,35000,35000 +NAM,2034,4,34000,34000 +NAM,2034,5,34000,34000 +NAM,2034,6,34000,34000 +NAM,2034,7,34000,34000 +NAM,2034,8,34000,34000 +NAM,2034,9,34000,34000 +NAM,2034,10,34000,34000 +NAM,2034,11,34000,34000 +NAM,2034,12,34000,33000 +NAM,2034,13,33000,33000 +NAM,2034,14,33000,33000 +NAM,2034,15,33000,33000 +NAM,2034,16,33000,33000 +NAM,2034,17,33000,33000 +NAM,2034,18,33000,32000 +NAM,2035,0,36000,36000 +NAM,2035,1,35000,35000 +NAM,2035,2,35000,35000 +NAM,2035,3,35000,35000 +NAM,2035,4,35000,35000 +NAM,2035,5,34000,34000 +NAM,2035,6,34000,34000 +NAM,2035,7,34000,34000 +NAM,2035,8,34000,34000 +NAM,2035,9,34000,34000 +NAM,2035,10,34000,34000 +NAM,2035,11,34000,34000 +NAM,2035,12,34000,33000 +NAM,2035,13,33000,33000 +NAM,2035,14,33000,33000 +NAM,2035,15,33000,33000 +NAM,2035,16,33000,33000 +NAM,2035,17,33000,33000 +NAM,2035,18,33000,33000 +NAM,2036,0,36000,36000 +NAM,2036,1,36000,36000 +NAM,2036,2,35000,35000 +NAM,2036,3,35000,35000 +NAM,2036,4,35000,35000 +NAM,2036,5,35000,35000 +NAM,2036,6,34000,34000 +NAM,2036,7,34000,34000 +NAM,2036,8,34000,34000 +NAM,2036,9,34000,34000 +NAM,2036,10,34000,34000 +NAM,2036,11,34000,34000 +NAM,2036,12,34000,34000 +NAM,2036,13,34000,33000 +NAM,2036,14,33000,33000 +NAM,2036,15,33000,33000 +NAM,2036,16,33000,33000 +NAM,2036,17,33000,33000 +NAM,2036,18,33000,33000 +NAM,2037,0,36000,36000 +NAM,2037,1,36000,36000 +NAM,2037,2,36000,36000 +NAM,2037,3,35000,35000 +NAM,2037,4,35000,35000 +NAM,2037,5,35000,35000 +NAM,2037,6,35000,35000 +NAM,2037,7,34000,34000 +NAM,2037,8,34000,34000 +NAM,2037,9,34000,34000 +NAM,2037,10,34000,34000 +NAM,2037,11,34000,34000 +NAM,2037,12,34000,34000 +NAM,2037,13,34000,33000 +NAM,2037,14,34000,33000 +NAM,2037,15,33000,33000 +NAM,2037,16,33000,33000 +NAM,2037,17,33000,33000 +NAM,2037,18,33000,33000 +NAM,2038,0,36000,36000 +NAM,2038,1,36000,36000 +NAM,2038,2,36000,36000 +NAM,2038,3,36000,36000 +NAM,2038,4,35000,35000 +NAM,2038,5,35000,35000 +NAM,2038,6,35000,35000 +NAM,2038,7,35000,34000 +NAM,2038,8,34000,34000 +NAM,2038,9,34000,34000 +NAM,2038,10,34000,34000 +NAM,2038,11,34000,34000 +NAM,2038,12,34000,34000 +NAM,2038,13,34000,34000 +NAM,2038,14,34000,33000 +NAM,2038,15,33000,33000 +NAM,2038,16,33000,33000 +NAM,2038,17,33000,33000 +NAM,2038,18,33000,33000 +NAM,2039,0,36000,37000 +NAM,2039,1,36000,36000 +NAM,2039,2,36000,36000 +NAM,2039,3,36000,36000 +NAM,2039,4,35000,35000 +NAM,2039,5,35000,35000 +NAM,2039,6,35000,35000 +NAM,2039,7,35000,35000 +NAM,2039,8,35000,34000 +NAM,2039,9,34000,34000 +NAM,2039,10,34000,34000 +NAM,2039,11,34000,34000 +NAM,2039,12,34000,34000 +NAM,2039,13,34000,34000 +NAM,2039,14,34000,34000 +NAM,2039,15,34000,33000 +NAM,2039,16,33000,33000 +NAM,2039,17,33000,33000 +NAM,2039,18,33000,33000 +NAM,2040,0,37000,37000 +NAM,2040,1,36000,36000 +NAM,2040,2,36000,36000 +NAM,2040,3,36000,36000 +NAM,2040,4,36000,36000 +NAM,2040,5,35000,35000 +NAM,2040,6,35000,35000 +NAM,2040,7,35000,35000 +NAM,2040,8,35000,35000 +NAM,2040,9,34000,34000 +NAM,2040,10,34000,34000 +NAM,2040,11,34000,34000 +NAM,2040,12,34000,34000 +NAM,2040,13,34000,34000 +NAM,2040,14,34000,34000 +NAM,2040,15,34000,34000 +NAM,2040,16,34000,33000 +NAM,2040,17,33000,33000 +NAM,2040,18,33000,33000 +NAM,2041,0,37000,37000 +NAM,2041,1,37000,37000 +NAM,2041,2,36000,36000 +NAM,2041,3,36000,36000 +NAM,2041,4,36000,36000 +NAM,2041,5,36000,36000 +NAM,2041,6,35000,35000 +NAM,2041,7,35000,35000 +NAM,2041,8,35000,35000 +NAM,2041,9,35000,35000 +NAM,2041,10,34000,34000 +NAM,2041,11,34000,34000 +NAM,2041,12,34000,34000 +NAM,2041,13,34000,34000 +NAM,2041,14,34000,34000 +NAM,2041,15,34000,34000 +NAM,2041,16,34000,33000 +NAM,2041,17,33000,33000 +NAM,2041,18,33000,33000 +NAM,2042,0,37000,37000 +NAM,2042,1,37000,37000 +NAM,2042,2,37000,37000 +NAM,2042,3,36000,36000 +NAM,2042,4,36000,36000 +NAM,2042,5,36000,36000 +NAM,2042,6,36000,36000 +NAM,2042,7,35000,35000 +NAM,2042,8,35000,35000 +NAM,2042,9,35000,35000 +NAM,2042,10,35000,35000 +NAM,2042,11,34000,34000 +NAM,2042,12,34000,34000 +NAM,2042,13,34000,34000 +NAM,2042,14,34000,34000 +NAM,2042,15,34000,34000 +NAM,2042,16,34000,34000 +NAM,2042,17,34000,33000 +NAM,2042,18,33000,33000 +NAM,2043,0,37000,37000 +NAM,2043,1,37000,37000 +NAM,2043,2,37000,37000 +NAM,2043,3,37000,37000 +NAM,2043,4,36000,36000 +NAM,2043,5,36000,36000 +NAM,2043,6,36000,36000 +NAM,2043,7,36000,36000 +NAM,2043,8,35000,35000 +NAM,2043,9,35000,35000 +NAM,2043,10,35000,35000 +NAM,2043,11,35000,35000 +NAM,2043,12,34000,34000 +NAM,2043,13,34000,34000 +NAM,2043,14,34000,34000 +NAM,2043,15,34000,34000 +NAM,2043,16,34000,34000 +NAM,2043,17,34000,33000 +NAM,2043,18,34000,33000 +NAM,2044,0,37000,37000 +NAM,2044,1,37000,37000 +NAM,2044,2,37000,37000 +NAM,2044,3,37000,37000 +NAM,2044,4,36000,36000 +NAM,2044,5,36000,36000 +NAM,2044,6,36000,36000 +NAM,2044,7,36000,36000 +NAM,2044,8,36000,36000 +NAM,2044,9,35000,35000 +NAM,2044,10,35000,35000 +NAM,2044,11,35000,35000 +NAM,2044,12,35000,35000 +NAM,2044,13,34000,34000 +NAM,2044,14,34000,34000 +NAM,2044,15,34000,34000 +NAM,2044,16,34000,34000 +NAM,2044,17,34000,34000 +NAM,2044,18,34000,33000 +NAM,2045,0,37000,38000 +NAM,2045,1,37000,37000 +NAM,2045,2,37000,37000 +NAM,2045,3,37000,37000 +NAM,2045,4,37000,37000 +NAM,2045,5,36000,36000 +NAM,2045,6,36000,36000 +NAM,2045,7,36000,36000 +NAM,2045,8,36000,36000 +NAM,2045,9,36000,35000 +NAM,2045,10,35000,35000 +NAM,2045,11,35000,35000 +NAM,2045,12,35000,35000 +NAM,2045,13,35000,35000 +NAM,2045,14,34000,34000 +NAM,2045,15,34000,34000 +NAM,2045,16,34000,34000 +NAM,2045,17,34000,34000 +NAM,2045,18,34000,33000 +NAM,2046,0,38000,38000 +NAM,2046,1,37000,37000 +NAM,2046,2,37000,37000 +NAM,2046,3,37000,37000 +NAM,2046,4,37000,37000 +NAM,2046,5,37000,37000 +NAM,2046,6,36000,36000 +NAM,2046,7,36000,36000 +NAM,2046,8,36000,36000 +NAM,2046,9,36000,36000 +NAM,2046,10,36000,35000 +NAM,2046,11,35000,35000 +NAM,2046,12,35000,35000 +NAM,2046,13,35000,35000 +NAM,2046,14,35000,35000 +NAM,2046,15,34000,34000 +NAM,2046,16,34000,34000 +NAM,2046,17,34000,34000 +NAM,2046,18,34000,34000 +NAM,2047,0,38000,38000 +NAM,2047,1,38000,38000 +NAM,2047,2,37000,37000 +NAM,2047,3,37000,37000 +NAM,2047,4,37000,37000 +NAM,2047,5,37000,37000 +NAM,2047,6,37000,37000 +NAM,2047,7,36000,36000 +NAM,2047,8,36000,36000 +NAM,2047,9,36000,36000 +NAM,2047,10,36000,36000 +NAM,2047,11,36000,35000 +NAM,2047,12,35000,35000 +NAM,2047,13,35000,35000 +NAM,2047,14,35000,35000 +NAM,2047,15,35000,34000 +NAM,2047,16,34000,34000 +NAM,2047,17,34000,34000 +NAM,2047,18,34000,34000 +NAM,2048,0,38000,38000 +NAM,2048,1,38000,38000 +NAM,2048,2,37000,38000 +NAM,2048,3,37000,37000 +NAM,2048,4,37000,37000 +NAM,2048,5,37000,37000 +NAM,2048,6,37000,37000 +NAM,2048,7,37000,37000 +NAM,2048,8,36000,36000 +NAM,2048,9,36000,36000 +NAM,2048,10,36000,36000 +NAM,2048,11,36000,36000 +NAM,2048,12,35000,35000 +NAM,2048,13,35000,35000 +NAM,2048,14,35000,35000 +NAM,2048,15,35000,35000 +NAM,2048,16,35000,34000 +NAM,2048,17,34000,34000 +NAM,2048,18,34000,34000 +NAM,2049,0,38000,38000 +NAM,2049,1,38000,38000 +NAM,2049,2,38000,38000 +NAM,2049,3,37000,37000 +NAM,2049,4,37000,37000 +NAM,2049,5,37000,37000 +NAM,2049,6,37000,37000 +NAM,2049,7,37000,37000 +NAM,2049,8,37000,37000 +NAM,2049,9,36000,36000 +NAM,2049,10,36000,36000 +NAM,2049,11,36000,36000 +NAM,2049,12,36000,36000 +NAM,2049,13,35000,35000 +NAM,2049,14,35000,35000 +NAM,2049,15,35000,35000 +NAM,2049,16,35000,35000 +NAM,2049,17,35000,34000 +NAM,2049,18,34000,34000 +NAM,2050,0,38000,38000 +NAM,2050,1,38000,38000 +NAM,2050,2,38000,38000 +NAM,2050,3,38000,38000 +NAM,2050,4,37000,37000 +NAM,2050,5,37000,37000 +NAM,2050,6,37000,37000 +NAM,2050,7,37000,37000 +NAM,2050,8,37000,37000 +NAM,2050,9,37000,37000 +NAM,2050,10,36000,36000 +NAM,2050,11,36000,36000 +NAM,2050,12,36000,36000 +NAM,2050,13,36000,36000 +NAM,2050,14,35000,35000 +NAM,2050,15,35000,35000 +NAM,2050,16,35000,35000 +NAM,2050,17,35000,35000 +NAM,2050,18,35000,34000 +NCL,1990,0,1965,2058 +NCL,1990,1,1897,1986 +NCL,1990,2,1841,1926 +NCL,1990,3,1796,1877 +NCL,1990,4,1761,1838 +NCL,1990,5,1737,1809 +NCL,1990,6,1721,1789 +NCL,1990,7,1714,1778 +NCL,1990,8,1716,1775 +NCL,1990,9,1724,1780 +NCL,1990,10,1734,1787 +NCL,1990,11,1740,1788 +NCL,1990,12,1767,1813 +NCL,1990,13,1827,1873 +NCL,1990,14,1901,1950 +NCL,1990,15,1970,2021 +NCL,1990,16,2046,2100 +NCL,1990,17,2065,2118 +NCL,1990,18,1999,2044 +NCL,1991,0,1938,2052 +NCL,1991,1,1966,2072 +NCL,1991,2,1909,2010 +NCL,1991,3,1859,1957 +NCL,1991,4,1817,1910 +NCL,1991,5,1782,1871 +NCL,1991,6,1755,1840 +NCL,1991,7,1734,1815 +NCL,1991,8,1722,1798 +NCL,1991,9,1721,1789 +NCL,1991,10,1728,1787 +NCL,1991,11,1736,1786 +NCL,1991,12,1740,1780 +NCL,1991,13,1762,1798 +NCL,1991,14,1811,1852 +NCL,1991,15,1873,1923 +NCL,1991,16,1931,1990 +NCL,1991,17,1994,2063 +NCL,1991,18,2010,2082 +NCL,1992,0,1905,2050 +NCL,1992,1,1899,2032 +NCL,1992,2,1972,2092 +NCL,1992,3,1925,2041 +NCL,1992,4,1881,1994 +NCL,1992,5,1842,1950 +NCL,1992,6,1808,1911 +NCL,1992,7,1778,1877 +NCL,1992,8,1752,1847 +NCL,1992,9,1735,1824 +NCL,1992,10,1731,1809 +NCL,1992,11,1736,1800 +NCL,1992,12,1742,1792 +NCL,1992,13,1744,1779 +NCL,1992,14,1761,1789 +NCL,1992,15,1800,1837 +NCL,1992,16,1850,1903 +NCL,1992,17,1896,1965 +NCL,1992,18,1948,2033 +NCL,1993,0,1878,2051 +NCL,1993,1,1902,2060 +NCL,1993,2,1913,2058 +NCL,1993,3,1981,2115 +NCL,1993,4,1944,2074 +NCL,1993,5,1907,2033 +NCL,1993,6,1870,1992 +NCL,1993,7,1836,1953 +NCL,1993,8,1804,1916 +NCL,1993,9,1772,1881 +NCL,1993,10,1750,1852 +NCL,1993,11,1744,1830 +NCL,1993,12,1747,1815 +NCL,1993,13,1750,1800 +NCL,1993,14,1750,1779 +NCL,1993,15,1763,1783 +NCL,1993,16,1792,1824 +NCL,1993,17,1830,1885 +NCL,1993,18,1865,1942 +NCL,1994,0,1870,2057 +NCL,1994,1,1916,2088 +NCL,1994,2,1945,2105 +NCL,1994,3,1958,2109 +NCL,1994,4,1991,2136 +NCL,1994,5,1964,2105 +NCL,1994,6,1933,2070 +NCL,1994,7,1900,2032 +NCL,1994,8,1866,1993 +NCL,1994,9,1830,1953 +NCL,1994,10,1793,1914 +NCL,1994,11,1767,1879 +NCL,1994,12,1757,1850 +NCL,1994,13,1759,1828 +NCL,1994,14,1760,1805 +NCL,1994,15,1758,1777 +NCL,1994,16,1765,1774 +NCL,1994,17,1785,1809 +NCL,1994,18,1810,1864 +NCL,1995,0,1894,2069 +NCL,1995,1,1948,2117 +NCL,1995,2,1984,2147 +NCL,1995,3,2003,2162 +NCL,1995,4,2008,2163 +NCL,1995,5,2001,2152 +NCL,1995,6,1984,2132 +NCL,1995,7,1959,2103 +NCL,1995,8,1929,2068 +NCL,1995,9,1895,2028 +NCL,1995,10,1857,1986 +NCL,1995,11,1814,1942 +NCL,1995,12,1782,1901 +NCL,1995,13,1770,1866 +NCL,1995,14,1771,1837 +NCL,1995,15,1769,1807 +NCL,1995,16,1765,1771 +NCL,1995,17,1768,1761 +NCL,1995,18,1777,1790 +NCL,1996,0,1959,2107 +NCL,1996,1,1950,2135 +NCL,1996,2,1992,2172 +NCL,1996,3,2020,2193 +NCL,1996,4,2034,2199 +NCL,1996,5,2037,2193 +NCL,1996,6,2030,2176 +NCL,1996,7,2016,2151 +NCL,1996,8,1990,2117 +NCL,1996,9,1952,2076 +NCL,1996,10,1906,2029 +NCL,1996,11,1857,1981 +NCL,1996,12,1805,1931 +NCL,1996,13,1767,1886 +NCL,1996,14,1753,1847 +NCL,1996,15,1756,1816 +NCL,1996,16,1755,1783 +NCL,1996,17,1753,1745 +NCL,1996,18,1759,1736 +NCL,1997,0,2057,2154 +NCL,1997,1,2077,2213 +NCL,1997,2,2004,2196 +NCL,1997,3,2034,2221 +NCL,1997,4,2054,2232 +NCL,1997,5,2063,2231 +NCL,1997,6,2063,2217 +NCL,1997,7,2056,2195 +NCL,1997,8,2046,2165 +NCL,1997,9,2020,2126 +NCL,1997,10,1973,2078 +NCL,1997,11,1915,2024 +NCL,1997,12,1856,1970 +NCL,1997,13,1795,1916 +NCL,1997,14,1750,1866 +NCL,1997,15,1735,1824 +NCL,1997,16,1738,1789 +NCL,1997,17,1739,1754 +NCL,1997,18,1739,1715 +NCL,1998,0,2160,2197 +NCL,1998,1,2150,2253 +NCL,1998,2,2141,2292 +NCL,1998,3,2056,2252 +NCL,1998,4,2074,2266 +NCL,1998,5,2086,2267 +NCL,1998,6,2090,2257 +NCL,1998,7,2087,2237 +NCL,1998,8,2080,2208 +NCL,1998,9,2073,2174 +NCL,1998,10,2047,2130 +NCL,1998,11,1992,2075 +NCL,1998,12,1921,2015 +NCL,1998,13,1853,1955 +NCL,1998,14,1782,1896 +NCL,1998,15,1731,1842 +NCL,1998,16,1714,1796 +NCL,1998,17,1719,1759 +NCL,1998,18,1722,1722 +NCL,1999,0,2235,2224 +NCL,1999,1,2203,2277 +NCL,1999,2,2178,2314 +NCL,1999,3,2159,2338 +NCL,1999,4,2105,2305 +NCL,1999,5,2112,2308 +NCL,1999,6,2115,2300 +NCL,1999,7,2114,2281 +NCL,1999,8,2108,2254 +NCL,1999,9,2102,2219 +NCL,1999,10,2099,2180 +NCL,1999,11,2071,2131 +NCL,1999,12,2009,2071 +NCL,1999,13,1926,2004 +NCL,1999,14,1847,1938 +NCL,1999,15,1767,1875 +NCL,1999,16,1710,1816 +NCL,1999,17,1691,1767 +NCL,1999,18,1698,1727 +NCL,2000,0,2259,2227 +NCL,2000,1,2221,2279 +NCL,2000,2,2194,2317 +NCL,2000,3,2174,2343 +NCL,2000,4,2161,2356 +NCL,2000,5,2153,2358 +NCL,2000,6,2147,2350 +NCL,2000,7,2142,2332 +NCL,2000,8,2137,2306 +NCL,2000,9,2128,2271 +NCL,2000,10,2122,2231 +NCL,2000,11,2122,2187 +NCL,2000,12,2094,2133 +NCL,2000,13,2024,2066 +NCL,2000,14,1929,1993 +NCL,2000,15,1840,1922 +NCL,2000,16,1751,1853 +NCL,2000,17,1688,1791 +NCL,2000,18,1667,1738 +NCL,2001,0,2228,2204 +NCL,2001,1,2250,2235 +NCL,2001,2,2222,2282 +NCL,2001,3,2201,2317 +NCL,2001,4,2184,2341 +NCL,2001,5,2172,2354 +NCL,2001,6,2161,2357 +NCL,2001,7,2151,2351 +NCL,2001,8,2143,2335 +NCL,2001,9,2138,2309 +NCL,2001,10,2134,2275 +NCL,2001,11,2129,2236 +NCL,2001,12,2131,2194 +NCL,2001,13,2105,2141 +NCL,2001,14,2037,2076 +NCL,2001,15,1943,2004 +NCL,2001,16,1856,1934 +NCL,2001,17,1768,1867 +NCL,2001,18,1706,1806 +NCL,2002,0,2144,2156 +NCL,2002,1,2161,2219 +NCL,2002,2,2239,2243 +NCL,2002,3,2222,2285 +NCL,2002,4,2207,2317 +NCL,2002,5,2193,2339 +NCL,2002,6,2181,2352 +NCL,2002,7,2169,2355 +NCL,2002,8,2153,2351 +NCL,2002,9,2143,2336 +NCL,2002,10,2139,2312 +NCL,2002,11,2138,2279 +NCL,2002,12,2137,2241 +NCL,2002,13,2140,2200 +NCL,2002,14,2116,2149 +NCL,2002,15,2049,2086 +NCL,2002,16,1957,2015 +NCL,2002,17,1871,1946 +NCL,2002,18,1785,1881 +NCL,2003,0,2040,2101 +NCL,2003,1,2097,2169 +NCL,2003,2,2143,2226 +NCL,2003,3,2228,2251 +NCL,2003,4,2221,2288 +NCL,2003,5,2212,2317 +NCL,2003,6,2202,2337 +NCL,2003,7,2190,2349 +NCL,2003,8,2175,2353 +NCL,2003,9,2155,2351 +NCL,2003,10,2141,2338 +NCL,2003,11,2139,2315 +NCL,2003,12,2142,2282 +NCL,2003,13,2142,2245 +NCL,2003,14,2148,2206 +NCL,2003,15,2125,2157 +NCL,2003,16,2060,2095 +NCL,2003,17,1970,2025 +NCL,2003,18,1886,1958 +NCL,2004,0,1957,2065 +NCL,2004,1,2043,2129 +NCL,2004,2,2110,2184 +NCL,2004,3,2160,2231 +NCL,2004,4,2215,2257 +NCL,2004,5,2218,2290 +NCL,2004,6,2215,2315 +NCL,2004,7,2207,2334 +NCL,2004,8,2196,2345 +NCL,2004,9,2179,2351 +NCL,2004,10,2154,2350 +NCL,2004,11,2138,2339 +NCL,2004,12,2137,2317 +NCL,2004,13,2143,2285 +NCL,2004,14,2146,2249 +NCL,2004,15,2154,2212 +NCL,2004,16,2133,2164 +NCL,2004,17,2069,2103 +NCL,2004,18,1980,2035 +NCL,2005,0,1927,2066 +NCL,2005,1,2015,2112 +NCL,2005,2,2084,2155 +NCL,2005,3,2136,2195 +NCL,2005,4,2174,2231 +NCL,2005,5,2199,2262 +NCL,2005,6,2212,2290 +NCL,2005,7,2216,2312 +NCL,2005,8,2211,2329 +NCL,2005,9,2200,2340 +NCL,2005,10,2181,2346 +NCL,2005,11,2151,2347 +NCL,2005,12,2132,2338 +NCL,2005,13,2132,2317 +NCL,2005,14,2143,2286 +NCL,2005,15,2148,2251 +NCL,2005,16,2157,2215 +NCL,2005,17,2138,2169 +NCL,2005,18,2076,2110 +NCL,2006,0,1971,2119 +NCL,2006,1,1947,2074 +NCL,2006,2,2021,2114 +NCL,2006,3,2083,2155 +NCL,2006,4,2134,2195 +NCL,2006,5,2173,2233 +NCL,2006,6,2204,2270 +NCL,2006,7,2229,2307 +NCL,2006,8,2235,2329 +NCL,2006,9,2215,2330 +NCL,2006,10,2178,2315 +NCL,2006,11,2137,2299 +NCL,2006,12,2086,2277 +NCL,2006,13,2054,2255 +NCL,2006,14,2058,2237 +NCL,2006,15,2082,2221 +NCL,2006,16,2100,2199 +NCL,2006,17,2121,2177 +NCL,2006,18,2116,2145 +NCL,2007,0,2064,2206 +NCL,2007,1,2066,2166 +NCL,2007,2,1963,2078 +NCL,2007,3,2023,2113 +NCL,2007,4,2078,2152 +NCL,2007,5,2127,2193 +NCL,2007,6,2167,2233 +NCL,2007,7,2204,2275 +NCL,2007,8,2242,2321 +NCL,2007,9,2250,2342 +NCL,2007,10,2214,2327 +NCL,2007,11,2152,2287 +NCL,2007,12,2089,2248 +NCL,2007,13,2016,2203 +NCL,2007,14,1973,2169 +NCL,2007,15,1980,2155 +NCL,2007,16,2017,2152 +NCL,2007,17,2047,2144 +NCL,2007,18,2081,2135 +NCL,2008,0,2179,2306 +NCL,2008,1,2116,2213 +NCL,2008,2,2076,2154 +NCL,2008,3,1977,2081 +NCL,2008,4,2024,2111 +NCL,2008,5,2072,2148 +NCL,2008,6,2118,2189 +NCL,2008,7,2160,2231 +NCL,2008,8,2203,2278 +NCL,2008,9,2253,2333 +NCL,2008,10,2263,2354 +NCL,2008,11,2212,2322 +NCL,2008,12,2124,2257 +NCL,2008,13,2039,2196 +NCL,2008,14,1945,2128 +NCL,2008,15,1889,2081 +NCL,2008,16,1899,2071 +NCL,2008,17,1951,2083 +NCL,2008,18,1993,2088 +NCL,2009,0,2277,2387 +NCL,2009,1,2161,2256 +NCL,2009,2,2083,2168 +NCL,2009,3,2038,2117 +NCL,2009,4,1992,2086 +NCL,2009,5,2025,2110 +NCL,2009,6,2066,2145 +NCL,2009,7,2110,2187 +NCL,2009,8,2153,2231 +NCL,2009,9,2202,2282 +NCL,2009,10,2265,2346 +NCL,2009,11,2277,2367 +NCL,2009,12,2210,2319 +NCL,2009,13,2097,2229 +NCL,2009,14,1990,2145 +NCL,2009,15,1874,2055 +NCL,2009,16,1807,1995 +NCL,2009,17,1820,1988 +NCL,2009,18,1885,2014 +NCL,2010,0,2328,2426 +NCL,2010,1,2188,2283 +NCL,2010,2,2093,2184 +NCL,2010,3,2035,2123 +NCL,2010,4,2009,2094 +NCL,2010,5,2009,2092 +NCL,2010,6,2028,2111 +NCL,2010,7,2062,2144 +NCL,2010,8,2104,2187 +NCL,2010,9,2148,2232 +NCL,2010,10,2203,2289 +NCL,2010,11,2278,2362 +NCL,2010,12,2293,2383 +NCL,2010,13,2211,2319 +NCL,2010,14,2071,2203 +NCL,2010,15,1943,2097 +NCL,2010,16,1805,1983 +NCL,2010,17,1726,1911 +NCL,2010,18,1743,1907 +NCL,2011,0,2317,2409 +NCL,2011,1,2290,2388 +NCL,2011,2,2177,2271 +NCL,2011,3,2098,2189 +NCL,2011,4,2048,2136 +NCL,2011,5,2024,2109 +NCL,2011,6,2019,2102 +NCL,2011,7,2027,2109 +NCL,2011,8,2053,2134 +NCL,2011,9,2095,2178 +NCL,2011,10,2145,2230 +NCL,2011,11,2202,2289 +NCL,2011,12,2278,2365 +NCL,2011,13,2293,2387 +NCL,2011,14,2212,2325 +NCL,2011,15,2074,2210 +NCL,2011,16,1947,2106 +NCL,2011,17,1810,1994 +NCL,2011,18,1731,1923 +NCL,2012,0,2264,2354 +NCL,2012,1,2175,2270 +NCL,2012,2,2256,2354 +NCL,2012,3,2169,2264 +NCL,2012,4,2106,2198 +NCL,2012,5,2065,2154 +NCL,2012,6,2042,2128 +NCL,2012,7,2032,2116 +NCL,2012,8,2029,2111 +NCL,2012,9,2046,2128 +NCL,2012,10,2089,2173 +NCL,2012,11,2145,2232 +NCL,2012,12,2205,2295 +NCL,2012,13,2282,2371 +NCL,2012,14,2298,2395 +NCL,2012,15,2218,2334 +NCL,2012,16,2080,2222 +NCL,2012,17,1954,2119 +NCL,2012,18,1818,2009 +NCL,2013,0,2183,2273 +NCL,2013,1,2149,2245 +NCL,2013,2,2124,2223 +NCL,2013,3,2223,2322 +NCL,2013,4,2163,2258 +NCL,2013,5,2117,2209 +NCL,2013,6,2084,2173 +NCL,2013,7,2062,2149 +NCL,2013,8,2047,2131 +NCL,2013,9,2032,2114 +NCL,2013,10,2042,2124 +NCL,2013,11,2085,2170 +NCL,2013,12,2147,2235 +NCL,2013,13,2210,2301 +NCL,2013,14,2287,2380 +NCL,2013,15,2304,2406 +NCL,2013,16,2225,2346 +NCL,2013,17,2088,2235 +NCL,2013,18,1962,2133 +NCL,2014,0,2094,2185 +NCL,2014,1,2114,2210 +NCL,2014,2,2127,2226 +NCL,2014,3,2134,2233 +NCL,2014,4,2191,2288 +NCL,2014,5,2157,2252 +NCL,2014,6,2127,2219 +NCL,2014,7,2102,2191 +NCL,2014,8,2082,2168 +NCL,2014,9,2062,2146 +NCL,2014,10,2035,2117 +NCL,2014,11,2036,2118 +NCL,2014,12,2081,2165 +NCL,2014,13,2148,2238 +NCL,2014,14,2214,2307 +NCL,2014,15,2292,2387 +NCL,2014,16,2310,2415 +NCL,2014,17,2232,2357 +NCL,2014,18,2095,2247 +NCL,2015,0,2015,2105 +NCL,2015,1,2075,2170 +NCL,2015,2,2117,2214 +NCL,2015,3,2143,2241 +NCL,2015,4,2155,2253 +NCL,2015,5,2156,2252 +NCL,2015,6,2149,2243 +NCL,2015,7,2136,2227 +NCL,2015,8,2119,2207 +NCL,2015,9,2101,2186 +NCL,2015,10,2075,2158 +NCL,2015,11,2037,2117 +NCL,2015,12,2030,2111 +NCL,2015,13,2075,2159 +NCL,2015,14,2149,2238 +NCL,2015,15,2216,2311 +NCL,2015,16,2296,2392 +NCL,2015,17,2315,2421 +NCL,2015,18,2237,2365 +NCL,2016,0,1951,2040 +NCL,2016,1,2026,2118 +NCL,2016,2,2079,2175 +NCL,2016,3,2117,2215 +NCL,2016,4,2140,2239 +NCL,2016,5,2152,2250 +NCL,2016,6,2154,2251 +NCL,2016,7,2150,2245 +NCL,2016,8,2139,2231 +NCL,2016,9,2123,2212 +NCL,2016,10,2104,2190 +NCL,2016,11,2080,2163 +NCL,2016,12,2042,2123 +NCL,2016,13,2037,2118 +NCL,2016,14,2083,2167 +NCL,2016,15,2157,2247 +NCL,2016,16,2226,2320 +NCL,2016,17,2306,2403 +NCL,2016,18,2326,2432 +NCL,2017,0,1895,1983 +NCL,2017,1,1988,2081 +NCL,2017,2,2036,2129 +NCL,2017,3,2083,2179 +NCL,2017,4,2116,2214 +NCL,2017,5,2137,2235 +NCL,2017,6,2148,2246 +NCL,2017,7,2152,2248 +NCL,2017,8,2150,2245 +NCL,2017,9,2141,2234 +NCL,2017,10,2126,2215 +NCL,2017,11,2108,2193 +NCL,2017,12,2084,2167 +NCL,2017,13,2047,2128 +NCL,2017,14,2043,2123 +NCL,2017,15,2090,2173 +NCL,2017,16,2165,2254 +NCL,2017,17,2235,2328 +NCL,2017,18,2316,2411 +NCL,2018,0,1853,1939 +NCL,2018,1,1944,2035 +NCL,2018,2,2015,2110 +NCL,2018,3,2046,2139 +NCL,2018,4,2085,2181 +NCL,2018,5,2114,2211 +NCL,2018,6,2133,2230 +NCL,2018,7,2144,2240 +NCL,2018,8,2149,2244 +NCL,2018,9,2150,2244 +NCL,2018,10,2143,2235 +NCL,2018,11,2129,2217 +NCL,2018,12,2110,2195 +NCL,2018,13,2087,2169 +NCL,2018,14,2051,2131 +NCL,2018,15,2048,2127 +NCL,2018,16,2096,2178 +NCL,2018,17,2173,2260 +NCL,2018,18,2243,2335 +NCL,2019,0,1800,1900 +NCL,2019,1,1900,2000 +NCL,2019,2,2000,2100 +NCL,2019,3,2000,2100 +NCL,2019,4,2100,2100 +NCL,2019,5,2100,2200 +NCL,2019,6,2100,2200 +NCL,2019,7,2100,2200 +NCL,2019,8,2100,2200 +NCL,2019,9,2100,2200 +NCL,2019,10,2100,2200 +NCL,2019,11,2100,2200 +NCL,2019,12,2100,2200 +NCL,2019,13,2100,2200 +NCL,2019,14,2100,2200 +NCL,2019,15,2100,2100 +NCL,2019,16,2100,2100 +NCL,2019,17,2100,2200 +NCL,2019,18,2200,2300 +NCL,2020,0,1800,1900 +NCL,2020,1,1900,2000 +NCL,2020,2,1900,2000 +NCL,2020,3,2000,2100 +NCL,2020,4,2000,2100 +NCL,2020,5,2100,2200 +NCL,2020,6,2100,2200 +NCL,2020,7,2100,2200 +NCL,2020,8,2100,2200 +NCL,2020,9,2100,2200 +NCL,2020,10,2100,2200 +NCL,2020,11,2100,2200 +NCL,2020,12,2100,2200 +NCL,2020,13,2100,2200 +NCL,2020,14,2100,2200 +NCL,2020,15,2100,2200 +NCL,2020,16,2100,2100 +NCL,2020,17,2100,2100 +NCL,2020,18,2100,2200 +NCL,2021,0,1800,1900 +NCL,2021,1,1800,1900 +NCL,2021,2,1900,2000 +NCL,2021,3,1900,2000 +NCL,2021,4,2000,2100 +NCL,2021,5,2000,2100 +NCL,2021,6,2100,2200 +NCL,2021,7,2100,2200 +NCL,2021,8,2100,2200 +NCL,2021,9,2100,2200 +NCL,2021,10,2100,2200 +NCL,2021,11,2100,2200 +NCL,2021,12,2200,2200 +NCL,2021,13,2200,2200 +NCL,2021,14,2100,2200 +NCL,2021,15,2100,2200 +NCL,2021,16,2100,2200 +NCL,2021,17,2100,2100 +NCL,2021,18,2100,2100 +NCL,2022,0,1900,2000 +NCL,2022,1,1900,2000 +NCL,2022,2,1900,1900 +NCL,2022,3,1900,2000 +NCL,2022,4,1900,2000 +NCL,2022,5,2000,2100 +NCL,2022,6,2000,2100 +NCL,2022,7,2100,2200 +NCL,2022,8,2100,2200 +NCL,2022,9,2100,2200 +NCL,2022,10,2100,2200 +NCL,2022,11,2100,2200 +NCL,2022,12,2100,2200 +NCL,2022,13,2200,2200 +NCL,2022,14,2200,2200 +NCL,2022,15,2100,2200 +NCL,2022,16,2100,2200 +NCL,2022,17,2100,2200 +NCL,2022,18,2100,2200 +NCL,2023,0,1900,2000 +NCL,2023,1,1900,2000 +NCL,2023,2,1900,2000 +NCL,2023,3,1900,2000 +NCL,2023,4,1900,2000 +NCL,2023,5,1900,2000 +NCL,2023,6,2000,2100 +NCL,2023,7,2000,2100 +NCL,2023,8,2100,2100 +NCL,2023,9,2100,2200 +NCL,2023,10,2100,2200 +NCL,2023,11,2100,2200 +NCL,2023,12,2100,2200 +NCL,2023,13,2200,2200 +NCL,2023,14,2200,2300 +NCL,2023,15,2200,2300 +NCL,2023,16,2200,2200 +NCL,2023,17,2100,2200 +NCL,2023,18,2100,2200 +NCL,2024,0,2000,2100 +NCL,2024,1,1900,2000 +NCL,2024,2,1900,2000 +NCL,2024,3,1900,2000 +NCL,2024,4,1900,2000 +NCL,2024,5,1900,2000 +NCL,2024,6,1900,2000 +NCL,2024,7,2000,2100 +NCL,2024,8,2000,2100 +NCL,2024,9,2000,2100 +NCL,2024,10,2100,2200 +NCL,2024,11,2100,2200 +NCL,2024,12,2100,2200 +NCL,2024,13,2100,2200 +NCL,2024,14,2200,2200 +NCL,2024,15,2200,2300 +NCL,2024,16,2200,2300 +NCL,2024,17,2200,2200 +NCL,2024,18,2100,2200 +NCL,2025,0,2000,2100 +NCL,2025,1,1900,2000 +NCL,2025,2,1900,2000 +NCL,2025,3,1900,2000 +NCL,2025,4,1900,2000 +NCL,2025,5,1900,2000 +NCL,2025,6,1900,2000 +NCL,2025,7,1900,2000 +NCL,2025,8,2000,2100 +NCL,2025,9,2000,2100 +NCL,2025,10,2000,2100 +NCL,2025,11,2100,2200 +NCL,2025,12,2100,2200 +NCL,2025,13,2100,2200 +NCL,2025,14,2100,2200 +NCL,2025,15,2200,2200 +NCL,2025,16,2200,2300 +NCL,2025,17,2200,2300 +NCL,2025,18,2200,2200 +NCL,2026,0,2000,2100 +NCL,2026,1,2000,2100 +NCL,2026,2,1900,2000 +NCL,2026,3,1900,2000 +NCL,2026,4,1900,2000 +NCL,2026,5,1900,2000 +NCL,2026,6,1900,2000 +NCL,2026,7,1900,2000 +NCL,2026,8,1900,2000 +NCL,2026,9,2000,2100 +NCL,2026,10,2000,2100 +NCL,2026,11,2000,2100 +NCL,2026,12,2100,2200 +NCL,2026,13,2100,2200 +NCL,2026,14,2100,2200 +NCL,2026,15,2200,2200 +NCL,2026,16,2200,2300 +NCL,2026,17,2200,2300 +NCL,2026,18,2200,2300 +NCL,2027,0,2000,2100 +NCL,2027,1,1900,2000 +NCL,2027,2,2000,2100 +NCL,2027,3,1900,2000 +NCL,2027,4,1900,2000 +NCL,2027,5,1900,2000 +NCL,2027,6,1900,2000 +NCL,2027,7,1900,2000 +NCL,2027,8,1900,2000 +NCL,2027,9,1900,2000 +NCL,2027,10,2000,2100 +NCL,2027,11,2000,2100 +NCL,2027,12,2000,2100 +NCL,2027,13,2100,2200 +NCL,2027,14,2100,2200 +NCL,2027,15,2200,2200 +NCL,2027,16,2200,2300 +NCL,2027,17,2200,2300 +NCL,2027,18,2200,2300 +NCL,2028,0,2000,2100 +NCL,2028,1,1900,2000 +NCL,2028,2,1900,2000 +NCL,2028,3,2000,2100 +NCL,2028,4,1900,2000 +NCL,2028,5,1900,2000 +NCL,2028,6,1900,2000 +NCL,2028,7,1900,2000 +NCL,2028,8,1900,2000 +NCL,2028,9,1900,2000 +NCL,2028,10,1900,2000 +NCL,2028,11,2000,2100 +NCL,2028,12,2000,2100 +NCL,2028,13,2100,2100 +NCL,2028,14,2100,2200 +NCL,2028,15,2100,2200 +NCL,2028,16,2200,2300 +NCL,2028,17,2200,2300 +NCL,2028,18,2200,2300 +NCL,2029,0,1900,2000 +NCL,2029,1,1900,2000 +NCL,2029,2,1900,2000 +NCL,2029,3,1900,2000 +NCL,2029,4,2000,2000 +NCL,2029,5,1900,2000 +NCL,2029,6,1900,2000 +NCL,2029,7,1900,2000 +NCL,2029,8,1900,2000 +NCL,2029,9,1900,2000 +NCL,2029,10,1900,2000 +NCL,2029,11,1900,2000 +NCL,2029,12,2000,2000 +NCL,2029,13,2000,2100 +NCL,2029,14,2100,2100 +NCL,2029,15,2100,2200 +NCL,2029,16,2100,2200 +NCL,2029,17,2200,2300 +NCL,2029,18,2200,2300 +NCL,2030,0,1900,2000 +NCL,2030,1,1900,2000 +NCL,2030,2,1900,2000 +NCL,2030,3,1900,2000 +NCL,2030,4,1900,2000 +NCL,2030,5,1900,2000 +NCL,2030,6,1900,2000 +NCL,2030,7,1900,2000 +NCL,2030,8,1900,2000 +NCL,2030,9,1900,2000 +NCL,2030,10,1900,2000 +NCL,2030,11,1900,2000 +NCL,2030,12,1900,2000 +NCL,2030,13,2000,2000 +NCL,2030,14,2000,2100 +NCL,2030,15,2100,2100 +NCL,2030,16,2100,2200 +NCL,2030,17,2200,2200 +NCL,2030,18,2200,2300 +NCL,2031,0,1900,2000 +NCL,2031,1,1900,2000 +NCL,2031,2,1900,2000 +NCL,2031,3,1900,2000 +NCL,2031,4,1900,2000 +NCL,2031,5,1900,2000 +NCL,2031,6,1900,2000 +NCL,2031,7,1900,2000 +NCL,2031,8,1900,2000 +NCL,2031,9,1900,2000 +NCL,2031,10,1900,2000 +NCL,2031,11,1900,2000 +NCL,2031,12,1900,2000 +NCL,2031,13,1900,2000 +NCL,2031,14,2000,2100 +NCL,2031,15,2000,2100 +NCL,2031,16,2100,2200 +NCL,2031,17,2100,2200 +NCL,2031,18,2200,2300 +NCL,2032,0,1900,2000 +NCL,2032,1,1900,2000 +NCL,2032,2,1900,2000 +NCL,2032,3,1900,2000 +NCL,2032,4,1900,2000 +NCL,2032,5,1900,2000 +NCL,2032,6,1900,2000 +NCL,2032,7,1900,2000 +NCL,2032,8,1900,2000 +NCL,2032,9,1900,2000 +NCL,2032,10,1900,2000 +NCL,2032,11,1900,2000 +NCL,2032,12,1900,2000 +NCL,2032,13,1900,2000 +NCL,2032,14,1900,2000 +NCL,2032,15,2000,2100 +NCL,2032,16,2000,2100 +NCL,2032,17,2100,2200 +NCL,2032,18,2100,2200 +NCL,2033,0,1900,2000 +NCL,2033,1,1900,2000 +NCL,2033,2,2000,2000 +NCL,2033,3,1900,2000 +NCL,2033,4,1900,2000 +NCL,2033,5,1900,2000 +NCL,2033,6,1900,2000 +NCL,2033,7,1900,2000 +NCL,2033,8,1900,2000 +NCL,2033,9,1900,2000 +NCL,2033,10,1900,2000 +NCL,2033,11,1900,2000 +NCL,2033,12,1900,2000 +NCL,2033,13,1900,2000 +NCL,2033,14,1900,2000 +NCL,2033,15,1900,2000 +NCL,2033,16,2000,2100 +NCL,2033,17,2000,2100 +NCL,2033,18,2100,2200 +NCL,2034,0,1900,2000 +NCL,2034,1,2000,2000 +NCL,2034,2,2000,2000 +NCL,2034,3,2000,2000 +NCL,2034,4,1900,2000 +NCL,2034,5,1900,2000 +NCL,2034,6,1900,2000 +NCL,2034,7,1900,2000 +NCL,2034,8,1900,2000 +NCL,2034,9,1900,2000 +NCL,2034,10,1900,2000 +NCL,2034,11,1900,2000 +NCL,2034,12,1900,2000 +NCL,2034,13,1900,2000 +NCL,2034,14,1900,2000 +NCL,2034,15,1900,2000 +NCL,2034,16,1900,2000 +NCL,2034,17,2000,2100 +NCL,2034,18,2000,2100 +NCL,2035,0,2000,2000 +NCL,2035,1,2000,2000 +NCL,2035,2,2000,2000 +NCL,2035,3,2000,2000 +NCL,2035,4,1900,2000 +NCL,2035,5,1900,2000 +NCL,2035,6,1900,2000 +NCL,2035,7,1900,2000 +NCL,2035,8,1900,2000 +NCL,2035,9,1900,2000 +NCL,2035,10,1900,2000 +NCL,2035,11,1900,2000 +NCL,2035,12,1900,2000 +NCL,2035,13,1900,2000 +NCL,2035,14,1900,2000 +NCL,2035,15,1900,2000 +NCL,2035,16,1900,2000 +NCL,2035,17,1900,2000 +NCL,2035,18,2000,2100 +NCL,2036,0,2000,2000 +NCL,2036,1,2000,2100 +NCL,2036,2,2000,2100 +NCL,2036,3,2000,2000 +NCL,2036,4,2000,2000 +NCL,2036,5,1900,2000 +NCL,2036,6,1900,2000 +NCL,2036,7,1900,2000 +NCL,2036,8,1900,2000 +NCL,2036,9,1900,2000 +NCL,2036,10,1900,2000 +NCL,2036,11,1900,2000 +NCL,2036,12,1900,2000 +NCL,2036,13,1900,2000 +NCL,2036,14,1900,2000 +NCL,2036,15,1900,2000 +NCL,2036,16,1900,2000 +NCL,2036,17,1900,2000 +NCL,2036,18,2000,2000 +NCL,2037,0,1900,2000 +NCL,2037,1,2000,2000 +NCL,2037,2,2000,2100 +NCL,2037,3,2000,2100 +NCL,2037,4,2000,2100 +NCL,2037,5,2000,2000 +NCL,2037,6,2000,2000 +NCL,2037,7,1900,2000 +NCL,2037,8,1900,2000 +NCL,2037,9,1900,2000 +NCL,2037,10,1900,2000 +NCL,2037,11,1900,2000 +NCL,2037,12,1900,2000 +NCL,2037,13,1900,2000 +NCL,2037,14,1900,2000 +NCL,2037,15,1900,2000 +NCL,2037,16,1900,2000 +NCL,2037,17,2000,2000 +NCL,2037,18,2000,2000 +NCL,2038,0,1900,2000 +NCL,2038,1,1900,2000 +NCL,2038,2,2000,2000 +NCL,2038,3,2000,2100 +NCL,2038,4,2000,2100 +NCL,2038,5,2000,2100 +NCL,2038,6,2000,2000 +NCL,2038,7,2000,2000 +NCL,2038,8,1900,2000 +NCL,2038,9,1900,2000 +NCL,2038,10,1900,2000 +NCL,2038,11,1900,2000 +NCL,2038,12,1900,2000 +NCL,2038,13,1900,2000 +NCL,2038,14,1900,2000 +NCL,2038,15,2000,2000 +NCL,2038,16,2000,2000 +NCL,2038,17,2000,2000 +NCL,2038,18,2000,2000 +NCL,2039,0,1900,2000 +NCL,2039,1,1900,2000 +NCL,2039,2,1900,2000 +NCL,2039,3,2000,2100 +NCL,2039,4,2000,2100 +NCL,2039,5,2000,2100 +NCL,2039,6,2000,2100 +NCL,2039,7,2000,2000 +NCL,2039,8,2000,2000 +NCL,2039,9,1900,2000 +NCL,2039,10,1900,2000 +NCL,2039,11,1900,2000 +NCL,2039,12,1900,2000 +NCL,2039,13,1900,2000 +NCL,2039,14,1900,2000 +NCL,2039,15,2000,2000 +NCL,2039,16,2000,2000 +NCL,2039,17,2000,2000 +NCL,2039,18,2000,2000 +NCL,2040,0,1900,2000 +NCL,2040,1,1900,2000 +NCL,2040,2,1900,2000 +NCL,2040,3,2000,2000 +NCL,2040,4,2000,2100 +NCL,2040,5,2000,2100 +NCL,2040,6,2000,2100 +NCL,2040,7,2000,2100 +NCL,2040,8,2000,2000 +NCL,2040,9,2000,2000 +NCL,2040,10,1900,2000 +NCL,2040,11,1900,2000 +NCL,2040,12,1900,2000 +NCL,2040,13,1900,2000 +NCL,2040,14,1900,2000 +NCL,2040,15,1900,2000 +NCL,2040,16,2000,2000 +NCL,2040,17,2000,2100 +NCL,2040,18,2000,2100 +NCL,2041,0,1900,2000 +NCL,2041,1,1900,2000 +NCL,2041,2,1900,2000 +NCL,2041,3,1900,2000 +NCL,2041,4,2000,2000 +NCL,2041,5,2000,2100 +NCL,2041,6,2000,2100 +NCL,2041,7,2000,2100 +NCL,2041,8,2000,2100 +NCL,2041,9,2000,2100 +NCL,2041,10,2000,2000 +NCL,2041,11,2000,2000 +NCL,2041,12,1900,2000 +NCL,2041,13,1900,2000 +NCL,2041,14,1900,2000 +NCL,2041,15,2000,2000 +NCL,2041,16,2000,2000 +NCL,2041,17,2000,2100 +NCL,2041,18,2000,2100 +NCL,2042,0,1900,2000 +NCL,2042,1,1900,2000 +NCL,2042,2,1900,2000 +NCL,2042,3,1900,2000 +NCL,2042,4,1900,2000 +NCL,2042,5,2000,2000 +NCL,2042,6,2000,2100 +NCL,2042,7,2000,2100 +NCL,2042,8,2000,2100 +NCL,2042,9,2000,2100 +NCL,2042,10,2000,2100 +NCL,2042,11,2000,2100 +NCL,2042,12,2000,2000 +NCL,2042,13,2000,2000 +NCL,2042,14,2000,2000 +NCL,2042,15,2000,2000 +NCL,2042,16,2000,2100 +NCL,2042,17,2000,2100 +NCL,2042,18,2000,2100 +NCL,2043,0,1900,2000 +NCL,2043,1,1900,2000 +NCL,2043,2,1900,2000 +NCL,2043,3,1900,2000 +NCL,2043,4,1900,2000 +NCL,2043,5,1900,2000 +NCL,2043,6,2000,2000 +NCL,2043,7,2000,2100 +NCL,2043,8,2000,2100 +NCL,2043,9,2000,2100 +NCL,2043,10,2000,2100 +NCL,2043,11,2000,2100 +NCL,2043,12,2000,2100 +NCL,2043,13,2000,2100 +NCL,2043,14,2000,2000 +NCL,2043,15,2000,2000 +NCL,2043,16,2000,2100 +NCL,2043,17,2000,2100 +NCL,2043,18,2000,2100 +NCL,2044,0,1900,2000 +NCL,2044,1,1900,2000 +NCL,2044,2,1900,2000 +NCL,2044,3,1900,2000 +NCL,2044,4,1900,2000 +NCL,2044,5,1900,2000 +NCL,2044,6,1900,2000 +NCL,2044,7,2000,2000 +NCL,2044,8,2000,2100 +NCL,2044,9,2000,2100 +NCL,2044,10,2000,2100 +NCL,2044,11,2000,2100 +NCL,2044,12,2000,2100 +NCL,2044,13,2000,2100 +NCL,2044,14,2000,2100 +NCL,2044,15,2000,2100 +NCL,2044,16,2000,2100 +NCL,2044,17,2000,2100 +NCL,2044,18,2000,2100 +NCL,2045,0,1900,2000 +NCL,2045,1,1900,2000 +NCL,2045,2,1900,2000 +NCL,2045,3,1900,2000 +NCL,2045,4,1900,2000 +NCL,2045,5,1900,2000 +NCL,2045,6,1900,2000 +NCL,2045,7,1900,2000 +NCL,2045,8,2000,2000 +NCL,2045,9,2000,2100 +NCL,2045,10,2000,2100 +NCL,2045,11,2000,2100 +NCL,2045,12,2000,2100 +NCL,2045,13,2000,2100 +NCL,2045,14,2000,2100 +NCL,2045,15,2000,2100 +NCL,2045,16,2000,2100 +NCL,2045,17,2000,2100 +NCL,2045,18,2000,2100 +NCL,2046,0,1900,2000 +NCL,2046,1,1900,2000 +NCL,2046,2,1900,2000 +NCL,2046,3,1900,2000 +NCL,2046,4,1900,2000 +NCL,2046,5,1900,2000 +NCL,2046,6,1900,2000 +NCL,2046,7,1900,2000 +NCL,2046,8,1900,2000 +NCL,2046,9,2000,2000 +NCL,2046,10,2000,2100 +NCL,2046,11,2000,2100 +NCL,2046,12,2000,2100 +NCL,2046,13,2000,2100 +NCL,2046,14,2000,2100 +NCL,2046,15,2000,2100 +NCL,2046,16,2000,2100 +NCL,2046,17,2000,2100 +NCL,2046,18,2000,2100 +NCL,2047,0,1900,1900 +NCL,2047,1,1900,2000 +NCL,2047,2,1900,2000 +NCL,2047,3,1900,2000 +NCL,2047,4,1900,2000 +NCL,2047,5,1900,2000 +NCL,2047,6,1900,2000 +NCL,2047,7,1900,2000 +NCL,2047,8,1900,2000 +NCL,2047,9,1900,2000 +NCL,2047,10,2000,2100 +NCL,2047,11,2000,2100 +NCL,2047,12,2000,2100 +NCL,2047,13,2000,2100 +NCL,2047,14,2000,2100 +NCL,2047,15,2000,2100 +NCL,2047,16,2000,2100 +NCL,2047,17,2000,2100 +NCL,2047,18,2000,2100 +NCL,2048,0,1800,1900 +NCL,2048,1,1900,2000 +NCL,2048,2,1900,2000 +NCL,2048,3,1900,2000 +NCL,2048,4,1900,2000 +NCL,2048,5,1900,2000 +NCL,2048,6,1900,2000 +NCL,2048,7,1900,2000 +NCL,2048,8,1900,2000 +NCL,2048,9,1900,2000 +NCL,2048,10,2000,2000 +NCL,2048,11,2000,2100 +NCL,2048,12,2000,2100 +NCL,2048,13,2000,2100 +NCL,2048,14,2000,2100 +NCL,2048,15,2000,2100 +NCL,2048,16,2000,2100 +NCL,2048,17,2000,2100 +NCL,2048,18,2000,2100 +NCL,2049,0,1800,1900 +NCL,2049,1,1900,1900 +NCL,2049,2,1900,2000 +NCL,2049,3,1900,2000 +NCL,2049,4,1900,2000 +NCL,2049,5,1900,2000 +NCL,2049,6,1900,2000 +NCL,2049,7,1900,2000 +NCL,2049,8,1900,2000 +NCL,2049,9,1900,2000 +NCL,2049,10,1900,2000 +NCL,2049,11,2000,2000 +NCL,2049,12,2000,2100 +NCL,2049,13,2000,2100 +NCL,2049,14,2000,2100 +NCL,2049,15,2000,2100 +NCL,2049,16,2000,2100 +NCL,2049,17,2000,2100 +NCL,2049,18,2000,2100 +NCL,2050,0,1800,1900 +NCL,2050,1,1800,1900 +NCL,2050,2,1900,1900 +NCL,2050,3,1900,2000 +NCL,2050,4,1900,2000 +NCL,2050,5,1900,2000 +NCL,2050,6,1900,2000 +NCL,2050,7,1900,2000 +NCL,2050,8,1900,2000 +NCL,2050,9,1900,2000 +NCL,2050,10,1900,2000 +NCL,2050,11,1900,2000 +NCL,2050,12,1900,2000 +NCL,2050,13,2000,2100 +NCL,2050,14,2000,2100 +NCL,2050,15,2000,2100 +NCL,2050,16,2000,2100 +NCL,2050,17,2000,2100 +NCL,2050,18,2000,2100 +NER,1990,0,179443,188689 +NER,1990,1,167785,174813 +NER,1990,2,157395,162929 +NER,1990,3,148168,152818 +NER,1990,4,140005,144260 +NER,1990,5,132802,137035 +NER,1990,6,126457,130922 +NER,1990,7,120869,125703 +NER,1990,8,115934,121157 +NER,1990,9,111552,117064 +NER,1990,10,107729,113629 +NER,1990,11,104471,111058 +NER,1990,12,101133,107004 +NER,1990,13,97395,100399 +NER,1990,14,93482,92297 +NER,1990,15,89906,84839 +NER,1990,16,86528,77613 +NER,1990,17,83431,71352 +NER,1990,18,80698,66642 +NER,1991,0,185037,194056 +NER,1991,1,173651,181793 +NER,1991,2,162827,169196 +NER,1991,3,153277,158469 +NER,1991,4,144876,149384 +NER,1991,5,137499,141712 +NER,1991,6,131070,135272 +NER,1991,7,125509,129883 +NER,1991,8,120456,125074 +NER,1991,9,115692,120518 +NER,1991,10,111233,116132 +NER,1991,11,107324,112372 +NER,1991,12,103926,109402 +NER,1991,13,100486,105026 +NER,1991,14,96755,98277 +NER,1991,15,92913,90155 +NER,1991,16,89357,82626 +NER,1991,17,85970,75297 +NER,1991,18,82870,69051 +NER,1992,0,192072,200937 +NER,1992,1,178425,185334 +NER,1992,2,168125,175457 +NER,1992,3,158116,164095 +NER,1992,4,149390,154488 +NER,1992,5,141800,146398 +NER,1992,6,135197,139584 +NER,1992,7,129528,133906 +NER,1992,8,124741,129221 +NER,1992,9,120215,124806 +NER,1992,10,115613,120228 +NER,1992,11,111071,115538 +NER,1992,12,107071,111444 +NER,1992,13,103529,108069 +NER,1992,14,99983,103359 +NER,1992,15,96253,96448 +NER,1992,16,92476,88282 +NER,1992,17,88935,80662 +NER,1992,18,85536,73210 +NER,1993,0,200237,209063 +NER,1993,1,185163,192306 +NER,1993,2,172090,178053 +NER,1993,3,162814,169490 +NER,1993,4,153607,159340 +NER,1993,5,145693,150832 +NER,1993,6,138903,143718 +NER,1993,7,133065,137749 +NER,1993,8,128150,132820 +NER,1993,9,124130,128829 +NER,1993,10,120124,124799 +NER,1993,11,115679,120188 +NER,1993,12,111048,115185 +NER,1993,13,106952,110748 +NER,1993,14,103262,106961 +NER,1993,15,99604,101909 +NER,1993,16,95872,94821 +NER,1993,17,92156,86595 +NER,1993,18,88625,78867 +NER,1994,0,209083,218071 +NER,1994,1,192656,200166 +NER,1994,2,178484,184922 +NER,1994,3,166360,172073 +NER,1994,4,157689,163742 +NER,1994,5,149274,154792 +NER,1994,6,142165,147375 +NER,1994,7,136168,141230 +NER,1994,8,131088,136099 +NER,1994,9,126923,131915 +NER,1994,10,123666,128615 +NER,1994,11,120176,124964 +NER,1994,12,115882,120315 +NER,1994,13,111157,114991 +NER,1994,14,106961,110205 +NER,1994,15,103117,105999 +NER,1994,16,99344,100596 +NER,1994,17,95604,93322 +NER,1994,18,91944,85023 +NER,1995,0,218228,227649 +NER,1995,1,200741,208726 +NER,1995,2,185661,192580 +NER,1995,3,172770,178938 +NER,1995,4,161852,167531 +NER,1995,5,152687,158088 +NER,1995,6,145059,150338 +NER,1995,7,138751,144011 +NER,1995,8,133545,138836 +NER,1995,9,129223,134543 +NER,1995,10,125805,131105 +NER,1995,11,123310,128496 +NER,1995,12,120336,125225 +NER,1995,13,116190,120533 +NER,1995,14,111366,114882 +NER,1995,15,107065,109741 +NER,1995,16,103064,105112 +NER,1995,17,99172,99352 +NER,1995,18,95421,91884 +NER,1996,0,226328,236286 +NER,1996,1,211638,220342 +NER,1996,2,195613,203152 +NER,1996,3,181755,188458 +NER,1996,4,169864,176000 +NER,1996,5,159744,165516 +NER,1996,6,151199,156794 +NER,1996,7,144036,149626 +NER,1996,8,138037,143492 +NER,1996,9,132996,138028 +NER,1996,10,128727,133127 +NER,1996,11,125271,129036 +NER,1996,12,122646,125694 +NER,1996,13,119574,121834 +NER,1996,14,115431,116842 +NER,1996,15,110670,111111 +NER,1996,16,106382,105843 +NER,1996,17,102368,101031 +NER,1996,18,98470,95446 +NER,1997,0,234925,245719 +NER,1997,1,216514,225449 +NER,1997,2,205458,213483 +NER,1997,3,190861,197985 +NER,1997,4,178194,184711 +NER,1997,5,167278,173408 +NER,1997,6,157935,163822 +NER,1997,7,149992,155804 +NER,1997,8,143279,149201 +NER,1997,9,137577,143247 +NER,1997,10,132692,137486 +NER,1997,11,128468,131970 +NER,1997,12,124968,127220 +NER,1997,13,122207,123143 +NER,1997,14,119033,118688 +NER,1997,15,114886,113386 +NER,1997,16,110178,107565 +NER,1997,17,105897,102162 +NER,1997,18,101861,97158 +NER,1998,0,243915,255691 +NER,1998,1,225409,234967 +NER,1998,2,209101,217025 +NER,1998,3,199544,206923 +NER,1998,4,186355,193095 +NER,1998,5,174864,181221 +NER,1998,6,164908,171057 +NER,1998,7,156330,162357 +NER,1998,8,148978,155030 +NER,1998,9,142707,148983 +NER,1998,10,137295,143202 +NER,1998,11,132559,137134 +NER,1998,12,128374,130996 +NER,1998,13,124825,125582 +NER,1998,14,121926,120763 +NER,1998,15,118646,115708 +NER,1998,16,114489,110091 +NER,1998,17,109828,104171 +NER,1998,18,105547,98624 +NER,1999,0,253225,265920 +NER,1999,1,234752,244928 +NER,1999,2,218298,226633 +NER,1999,3,203716,210789 +NER,1999,4,193778,200558 +NER,1999,5,181990,188389 +NER,1999,6,171666,177907 +NER,1999,7,162666,168874 +NER,1999,8,154846,161052 +NER,1999,9,148082,154409 +NER,1999,10,142247,148913 +NER,1999,11,137121,143299 +NER,1999,12,132531,136919 +NER,1999,13,128382,130152 +NER,1999,14,124782,124066 +NER,1999,15,121741,118500 +NER,1999,16,118352,112839 +NER,1999,17,114182,106899 +NER,1999,18,109565,100874 +NER,2000,0,262814,276203 +NER,2000,1,244421,255145 +NER,2000,2,227875,236656 +NER,2000,3,213052,220507 +NER,2000,4,199830,206467 +NER,2000,5,188087,194306 +NER,2000,6,177698,183793 +NER,2000,7,168541,174700 +NER,2000,8,160493,166796 +NER,2000,9,153431,159850 +NER,2000,10,147252,153890 +NER,2000,11,141853,148943 +NER,2000,12,137011,143493 +NER,2000,13,132565,136795 +NER,2000,14,128451,129391 +NER,2000,15,124797,122628 +NER,2000,16,121613,116308 +NER,2000,17,118113,110035 +NER,2000,18,113928,103767 +NER,2001,0,271469,284895 +NER,2001,1,256722,268957 +NER,2001,2,239600,249673 +NER,2001,3,224128,232631 +NER,2001,4,210197,217622 +NER,2001,5,197700,204440 +NER,2001,6,186533,192903 +NER,2001,7,176593,182826 +NER,2001,8,167742,173883 +NER,2001,9,159862,165819 +NER,2001,10,152859,158498 +NER,2001,11,146663,152091 +NER,2001,12,141167,146622 +NER,2001,13,136250,140722 +NER,2001,14,131801,133742 +NER,2001,15,127728,126198 +NER,2001,16,124072,119259 +NER,2001,17,120861,112699 +NER,2001,18,117344,106547 +NER,2002,0,280604,293955 +NER,2002,1,262675,273638 +NER,2002,2,251043,262295 +NER,2002,3,235161,244739 +NER,2002,4,220737,229102 +NER,2002,5,207675,215199 +NER,2002,6,195881,202846 +NER,2002,7,185271,191906 +NER,2002,8,175764,182242 +NER,2002,9,167205,173430 +NER,2002,10,159479,165190 +NER,2002,11,152525,157481 +NER,2002,12,146302,150614 +NER,2002,13,140702,144613 +NER,2002,14,135700,138252 +NER,2002,15,131243,130977 +NER,2002,16,127204,123278 +NER,2002,17,123540,116149 +NER,2002,18,120297,109337 +NER,2003,0,290239,303449 +NER,2003,1,272558,283670 +NER,2003,2,256240,265820 +NER,2003,3,245618,255973 +NER,2003,4,230961,240122 +NER,2003,5,217569,225870 +NER,2003,6,205362,213055 +NER,2003,7,194260,201515 +NER,2003,8,184198,191157 +NER,2003,9,175112,181894 +NER,2003,10,166838,173202 +NER,2003,11,159258,164775 +NER,2003,12,152345,156668 +NER,2003,13,146089,149332 +NER,2003,14,140379,142792 +NER,2003,15,135289,135962 +NER,2003,16,130817,128383 +NER,2003,17,126808,120517 +NER,2003,18,123134,113190 +NER,2004,0,300451,313549 +NER,2004,1,282952,294241 +NER,2004,2,266692,276649 +NER,2004,3,251610,260637 +NER,2004,4,240326,249791 +NER,2004,5,226887,235639 +NER,2004,6,214522,222767 +NER,2004,7,203164,211034 +NER,2004,8,192747,200301 +NER,2004,9,183227,190522 +NER,2004,10,174560,181654 +NER,2004,11,166565,173077 +NER,2004,12,159128,164458 +NER,2004,13,152252,155946 +NER,2004,14,145960,148137 +NER,2004,15,140136,141053 +NER,2004,16,134954,133748 +NER,2004,17,130466,125859 +NER,2004,18,126485,117824 +NER,2005,0,311295,324387 +NER,2005,1,293865,305375 +NER,2005,2,277582,287912 +NER,2005,3,262394,271878 +NER,2005,4,248247,257157 +NER,2005,5,235089,243631 +NER,2005,6,222866,231181 +NER,2005,7,211527,219690 +NER,2005,8,201017,209041 +NER,2005,9,191285,199115 +NER,2005,10,182306,189914 +NER,2005,11,174055,181441 +NER,2005,12,166337,172978 +NER,2005,13,159041,164166 +NER,2005,14,152201,155247 +NER,2005,15,145870,146962 +NER,2005,16,139930,139330 +NER,2005,17,134655,131550 +NER,2005,18,130150,123349 +NER,2006,0,321864,334983 +NER,2006,1,306464,318872 +NER,2006,2,289840,300890 +NER,2006,3,274286,284317 +NER,2006,4,259747,269042 +NER,2006,5,246170,254956 +NER,2006,6,233515,241956 +NER,2006,7,221746,229943 +NER,2006,8,210725,218758 +NER,2006,9,200365,208272 +NER,2006,10,190660,198404 +NER,2006,11,181672,189204 +NER,2006,12,173364,180670 +NER,2006,13,165597,172156 +NER,2006,14,158302,163348 +NER,2006,15,151490,154465 +NER,2006,16,145155,146180 +NER,2006,17,139190,138523 +NER,2006,18,133896,130731 +NER,2007,0,333210,346535 +NER,2007,1,315595,327585 +NER,2007,2,301908,313681 +NER,2007,3,286074,296708 +NER,2007,4,271234,281007 +NER,2007,5,257331,266475 +NER,2007,6,244310,253008 +NER,2007,7,232147,240522 +NER,2007,8,220820,228932 +NER,2007,9,210107,218041 +NER,2007,10,199886,207709 +NER,2007,11,190201,197888 +NER,2007,12,181197,188680 +NER,2007,13,172823,180076 +NER,2007,14,165002,171504 +NER,2007,15,157702,162692 +NER,2007,16,150912,153836 +NER,2007,17,144566,145542 +NER,2007,18,138570,137852 +NER,2008,0,345205,358879 +NER,2008,1,327347,339723 +NER,2008,2,310570,321903 +NER,2008,3,297558,308721 +NER,2008,4,282503,292744 +NER,2008,5,268366,277903 +NER,2008,6,255090,264103 +NER,2008,7,242616,251245 +NER,2008,8,230937,239263 +NER,2008,9,220044,228088 +NER,2008,10,209632,217483 +NER,2008,11,199544,207297 +NER,2008,12,189870,197516 +NER,2008,13,180844,188294 +NER,2008,14,172400,179614 +NER,2008,15,164519,170978 +NER,2008,16,157208,162155 +NER,2008,17,150437,153319 +NER,2008,18,144076,145010 +NER,2009,0,357707,371844 +NER,2009,1,339608,352455 +NER,2009,2,322596,334378 +NER,2009,3,306610,317526 +NER,2009,4,293382,303964 +NER,2009,5,279098,288974 +NER,2009,6,265657,274984 +NER,2009,7,253000,261906 +NER,2009,8,241066,249650 +NER,2009,9,229863,238164 +NER,2009,10,219399,227397 +NER,2009,11,209281,217071 +NER,2009,12,199320,207024 +NER,2009,13,189654,197277 +NER,2009,14,180600,188034 +NER,2009,15,172080,179272 +NER,2009,16,164134,170565 +NER,2009,17,156808,161726 +NER,2009,18,150050,152905 +NER,2010,0,370591,385287 +NER,2010,1,352316,365715 +NER,2010,2,335115,347420 +NER,2010,3,318926,330319 +NER,2010,4,303689,314331 +NER,2010,5,289341,299373 +NER,2010,6,275822,285363 +NER,2010,7,263071,272219 +NER,2010,8,251028,259857 +NER,2010,9,239630,248197 +NER,2010,10,228899,237201 +NER,2010,11,218858,226836 +NER,2010,12,209032,216784 +NER,2010,13,199192,206870 +NER,2010,14,189528,197152 +NER,2010,15,180443,187883 +NER,2010,16,171843,179034 +NER,2010,17,163828,170251 +NER,2010,18,156484,161391 +NER,2011,0,382780,397914 +NER,2011,1,366463,380555 +NER,2011,2,348941,361857 +NER,2011,3,332395,344318 +NER,2011,4,316766,327863 +NER,2011,5,301999,312416 +NER,2011,6,288046,297908 +NER,2011,7,274857,284273 +NER,2011,8,262337,271391 +NER,2011,9,250412,259167 +NER,2011,10,239051,247553 +NER,2011,11,228317,236557 +NER,2011,12,218225,226137 +NER,2011,13,208360,216049 +NER,2011,14,198529,206161 +NER,2011,15,188898,196503 +NER,2011,16,179819,187262 +NER,2011,17,171208,178422 +NER,2011,18,163187,169655 +NER,2012,0,395496,411197 +NER,2012,1,377157,391521 +NER,2012,2,362662,376221 +NER,2012,3,345877,358376 +NER,2012,4,329969,341575 +NER,2012,5,314886,325747 +NER,2012,6,300576,310824 +NER,2012,7,287005,296751 +NER,2012,8,274134,283477 +NER,2012,9,261833,270843 +NER,2012,10,250017,258744 +NER,2012,11,238682,247163 +NER,2012,12,227935,236155 +NER,2012,13,217784,225670 +NER,2012,14,207872,215537 +NER,2012,15,198039,205663 +NER,2012,16,188435,196057 +NER,2012,17,179353,186834 +NER,2012,18,170724,177993 +NER,2013,0,408592,424956 +NER,2013,1,390286,405269 +NER,2013,2,372901,386682 +NER,2013,3,359068,372135 +NER,2013,4,343010,355131 +NER,2013,5,327732,339056 +NER,2013,6,313186,323846 +NER,2013,7,299326,309436 +NER,2013,8,286127,295789 +NER,2013,9,273568,282867 +NER,2013,10,261479,270473 +NER,2013,11,249764,258492 +NER,2013,12,238450,246937 +NER,2013,13,227683,235910 +NER,2013,14,217467,225352 +NER,2013,15,207502,215167 +NER,2013,16,197663,205302 +NER,2013,17,188079,195739 +NER,2013,18,178991,186529 +NER,2014,0,421911,439004 +NER,2014,1,403680,419340 +NER,2014,2,386299,400707 +NER,2014,3,369724,383046 +NER,2014,4,355583,368171 +NER,2014,5,340246,352004 +NER,2014,6,325593,336650 +NER,2014,7,311581,322053 +NER,2014,8,298166,308153 +NER,2014,9,285338,294927 +NER,2014,10,273085,282352 +NER,2014,11,261205,270195 +NER,2014,12,249589,258326 +NER,2014,13,238291,246794 +NER,2014,14,227501,235744 +NER,2014,15,217217,225111 +NER,2014,16,207196,214869 +NER,2014,17,197347,205009 +NER,2014,18,187780,195488 +NER,2015,0,435357,453216 +NER,2015,1,417232,433606 +NER,2015,2,399887,414956 +NER,2015,3,383281,397215 +NER,2015,4,367378,380328 +NER,2015,5,352138,364246 +NER,2015,6,337523,348914 +NER,2015,7,323495,334282 +NER,2015,8,310014,320296 +NER,2015,9,297043,306904 +NER,2015,10,284583,294098 +NER,2015,11,272637,281870 +NER,2015,12,260964,269948 +NER,2015,13,249445,258192 +NER,2015,14,238162,246680 +NER,2015,15,227348,235606 +NER,2015,16,216995,224896 +NER,2015,17,206916,214597 +NER,2015,18,197057,204741 +NER,2016,0,448252,466847 +NER,2016,1,432079,449335 +NER,2016,2,414527,430414 +NER,2016,3,397682,412367 +NER,2016,4,381509,395147 +NER,2016,5,365972,378703 +NER,2016,6,351041,362996 +NER,2016,7,336688,347983 +NER,2016,8,322844,333575 +NER,2016,9,309460,319706 +NER,2016,10,296520,306352 +NER,2016,11,284062,293548 +NER,2016,12,272081,281280 +NER,2016,13,260379,269325 +NER,2016,14,248859,257572 +NER,2016,15,237591,246085 +NER,2016,16,226772,235010 +NER,2016,17,216398,224282 +NER,2016,18,206308,213974 +NER,2017,0,461385,480765 +NER,2017,1,443670,461464 +NER,2017,2,429000,445672 +NER,2017,3,412012,427430 +NER,2017,4,395660,409978 +NER,2017,5,379911,393270 +NER,2017,6,364732,377261 +NER,2017,7,350104,361920 +NER,2017,8,336006,347219 +NER,2017,9,322340,333029 +NER,2017,10,309047,319271 +NER,2017,11,296132,305948 +NER,2017,12,283669,293140 +NER,2017,13,271650,280825 +NER,2017,14,259913,268831 +NER,2017,15,248386,257076 +NER,2017,16,237129,245608 +NER,2017,17,226299,234527 +NER,2017,18,215900,223777 +NER,2018,0,474901,495078 +NER,2018,1,457358,475903 +NER,2018,2,440360,457458 +NER,2018,3,426033,442130 +NER,2018,4,409604,424562 +NER,2018,5,393741,407700 +NER,2018,6,378412,391500 +NER,2018,7,363588,375921 +NER,2018,8,349258,360944 +NER,2018,9,335412,346551 +NER,2018,10,321920,332574 +NER,2018,11,308714,318923 +NER,2018,12,295821,305627 +NER,2018,13,283350,292811 +NER,2018,14,271289,280447 +NER,2018,15,259514,268411 +NER,2018,16,247979,256651 +NER,2018,17,236728,245198 +NER,2018,18,225884,234108 +NER,2019,0,489000,510000 +NER,2019,1,471000,491000 +NER,2019,2,454000,472000 +NER,2019,3,438000,454000 +NER,2019,4,423000,439000 +NER,2019,5,407000,422000 +NER,2019,6,392000,405000 +NER,2019,7,377000,390000 +NER,2019,8,362000,375000 +NER,2019,9,348000,360000 +NER,2019,10,335000,346000 +NER,2019,11,322000,332000 +NER,2019,12,308000,319000 +NER,2019,13,296000,305000 +NER,2019,14,283000,293000 +NER,2019,15,271000,280000 +NER,2019,16,259000,268000 +NER,2019,17,248000,256000 +NER,2019,18,236000,245000 +NER,2020,0,504000,526000 +NER,2020,1,486000,506000 +NER,2020,2,469000,487000 +NER,2020,3,452000,469000 +NER,2020,4,436000,452000 +NER,2020,5,420000,435000 +NER,2020,6,405000,419000 +NER,2020,7,390000,403000 +NER,2020,8,375000,388000 +NER,2020,9,361000,373000 +NER,2020,10,348000,359000 +NER,2020,11,334000,345000 +NER,2020,12,321000,332000 +NER,2020,13,308000,318000 +NER,2020,14,295000,305000 +NER,2020,15,283000,292000 +NER,2020,16,271000,280000 +NER,2020,17,259000,268000 +NER,2020,18,247000,256000 +NER,2021,0,519000,542000 +NER,2021,1,501000,522000 +NER,2021,2,484000,503000 +NER,2021,3,467000,485000 +NER,2021,4,450000,467000 +NER,2021,5,434000,450000 +NER,2021,6,419000,434000 +NER,2021,7,404000,418000 +NER,2021,8,389000,403000 +NER,2021,9,375000,388000 +NER,2021,10,361000,373000 +NER,2021,11,347000,359000 +NER,2021,12,334000,345000 +NER,2021,13,321000,331000 +NER,2021,14,308000,318000 +NER,2021,15,295000,304000 +NER,2021,16,282000,292000 +NER,2021,17,270000,279000 +NER,2021,18,258000,267000 +NER,2022,0,536000,558000 +NER,2022,1,517000,538000 +NER,2022,2,499000,519000 +NER,2022,3,481000,500000 +NER,2022,4,465000,482000 +NER,2022,5,449000,465000 +NER,2022,6,433000,449000 +NER,2022,7,418000,433000 +NER,2022,8,403000,417000 +NER,2022,9,389000,402000 +NER,2022,10,375000,387000 +NER,2022,11,361000,372000 +NER,2022,12,347000,358000 +NER,2022,13,333000,344000 +NER,2022,14,320000,331000 +NER,2022,15,307000,317000 +NER,2022,16,294000,304000 +NER,2022,17,282000,291000 +NER,2022,18,269000,278000 +NER,2023,0,553000,576000 +NER,2023,1,533000,554000 +NER,2023,2,514000,534000 +NER,2023,3,496000,516000 +NER,2023,4,479000,497000 +NER,2023,5,463000,480000 +NER,2023,6,447000,463000 +NER,2023,7,432000,447000 +NER,2023,8,417000,431000 +NER,2023,9,403000,416000 +NER,2023,10,389000,402000 +NER,2023,11,374000,387000 +NER,2023,12,360000,372000 +NER,2023,13,346000,358000 +NER,2023,14,333000,344000 +NER,2023,15,320000,330000 +NER,2023,16,307000,317000 +NER,2023,17,294000,303000 +NER,2023,18,281000,290000 +NER,2024,0,570000,594000 +NER,2024,1,549000,571000 +NER,2024,2,529000,550000 +NER,2024,3,511000,530000 +NER,2024,4,493000,512000 +NER,2024,5,477000,495000 +NER,2024,6,461000,477000 +NER,2024,7,445000,461000 +NER,2024,8,430000,445000 +NER,2024,9,416000,430000 +NER,2024,10,402000,416000 +NER,2024,11,388000,401000 +NER,2024,12,374000,386000 +NER,2024,13,360000,372000 +NER,2024,14,346000,357000 +NER,2024,15,333000,343000 +NER,2024,16,319000,330000 +NER,2024,17,306000,316000 +NER,2024,18,293000,303000 +NER,2025,0,587000,612000 +NER,2025,1,566000,589000 +NER,2025,2,546000,567000 +NER,2025,3,526000,547000 +NER,2025,4,508000,527000 +NER,2025,5,491000,509000 +NER,2025,6,475000,492000 +NER,2025,7,459000,475000 +NER,2025,8,444000,459000 +NER,2025,9,429000,444000 +NER,2025,10,415000,429000 +NER,2025,11,402000,415000 +NER,2025,12,388000,401000 +NER,2025,13,374000,386000 +NER,2025,14,360000,371000 +NER,2025,15,346000,357000 +NER,2025,16,332000,343000 +NER,2025,17,319000,329000 +NER,2025,18,306000,316000 +NER,2026,0,604000,629000 +NER,2026,1,584000,608000 +NER,2026,2,563000,586000 +NER,2026,3,544000,565000 +NER,2026,4,525000,545000 +NER,2026,5,507000,526000 +NER,2026,6,490000,508000 +NER,2026,7,474000,491000 +NER,2026,8,458000,474000 +NER,2026,9,443000,459000 +NER,2026,10,429000,443000 +NER,2026,11,415000,429000 +NER,2026,12,401000,414000 +NER,2026,13,387000,400000 +NER,2026,14,373000,386000 +NER,2026,15,359000,371000 +NER,2026,16,345000,356000 +NER,2026,17,332000,342000 +NER,2026,18,318000,328000 +NER,2027,0,621000,647000 +NER,2027,1,599000,624000 +NER,2027,2,581000,604000 +NER,2027,3,561000,583000 +NER,2027,4,542000,562000 +NER,2027,5,523000,543000 +NER,2027,6,506000,525000 +NER,2027,7,489000,507000 +NER,2027,8,473000,490000 +NER,2027,9,458000,474000 +NER,2027,10,443000,458000 +NER,2027,11,428000,443000 +NER,2027,12,414000,428000 +NER,2027,13,401000,414000 +NER,2027,14,387000,400000 +NER,2027,15,373000,385000 +NER,2027,16,358000,370000 +NER,2027,17,345000,356000 +NER,2027,18,331000,342000 +NER,2028,0,639000,665000 +NER,2028,1,617000,642000 +NER,2028,2,596000,619000 +NER,2028,3,578000,600000 +NER,2028,4,559000,580000 +NER,2028,5,540000,560000 +NER,2028,6,522000,541000 +NER,2028,7,505000,523000 +NER,2028,8,488000,506000 +NER,2028,9,473000,489000 +NER,2028,10,457000,473000 +NER,2028,11,442000,458000 +NER,2028,12,428000,442000 +NER,2028,13,414000,428000 +NER,2028,14,400000,413000 +NER,2028,15,386000,399000 +NER,2028,16,372000,384000 +NER,2028,17,358000,370000 +NER,2028,18,344000,355000 +NER,2029,0,656000,684000 +NER,2029,1,634000,660000 +NER,2029,2,613000,637000 +NER,2029,3,593000,616000 +NER,2029,4,575000,597000 +NER,2029,5,556000,577000 +NER,2029,6,538000,558000 +NER,2029,7,521000,540000 +NER,2029,8,504000,522000 +NER,2029,9,488000,505000 +NER,2029,10,472000,489000 +NER,2029,11,457000,473000 +NER,2029,12,442000,457000 +NER,2029,13,427000,442000 +NER,2029,14,413000,427000 +NER,2029,15,400000,413000 +NER,2029,16,386000,399000 +NER,2029,17,372000,384000 +NER,2029,18,358000,369000 +NER,2030,0,674000,702000 +NER,2030,1,652000,678000 +NER,2030,2,631000,656000 +NER,2030,3,611000,634000 +NER,2030,4,591000,613000 +NER,2030,5,572000,593000 +NER,2030,6,554000,574000 +NER,2030,7,537000,556000 +NER,2030,8,520000,538000 +NER,2030,9,503000,521000 +NER,2030,10,487000,504000 +NER,2030,11,471000,488000 +NER,2030,12,456000,472000 +NER,2030,13,442000,457000 +NER,2030,14,427000,442000 +NER,2030,15,413000,427000 +NER,2030,16,399000,413000 +NER,2030,17,386000,398000 +NER,2030,18,371000,383000 +NER,2031,0,691000,720000 +NER,2031,1,671000,698000 +NER,2031,2,650000,675000 +NER,2031,3,629000,653000 +NER,2031,4,609000,632000 +NER,2031,5,590000,612000 +NER,2031,6,571000,592000 +NER,2031,7,553000,573000 +NER,2031,8,536000,555000 +NER,2031,9,519000,537000 +NER,2031,10,503000,520000 +NER,2031,11,487000,504000 +NER,2031,12,471000,487000 +NER,2031,13,456000,472000 +NER,2031,14,441000,456000 +NER,2031,15,427000,441000 +NER,2031,16,413000,426000 +NER,2031,17,399000,412000 +NER,2031,18,385000,397000 +NER,2032,0,709000,739000 +NER,2032,1,687000,715000 +NER,2032,2,668000,695000 +NER,2032,3,647000,672000 +NER,2032,4,627000,651000 +NER,2032,5,608000,630000 +NER,2032,6,589000,610000 +NER,2032,7,571000,591000 +NER,2032,8,553000,572000 +NER,2032,9,536000,554000 +NER,2032,10,519000,537000 +NER,2032,11,502000,520000 +NER,2032,12,486000,503000 +NER,2032,13,470000,487000 +NER,2032,14,455000,471000 +NER,2032,15,440000,456000 +NER,2032,16,426000,440000 +NER,2032,17,412000,426000 +NER,2032,18,398000,411000 +NER,2033,0,727000,757000 +NER,2033,1,705000,734000 +NER,2033,2,684000,711000 +NER,2033,3,665000,691000 +NER,2033,4,645000,670000 +NER,2033,5,626000,649000 +NER,2033,6,607000,629000 +NER,2033,7,588000,609000 +NER,2033,8,570000,590000 +NER,2033,9,552000,572000 +NER,2033,10,535000,554000 +NER,2033,11,518000,536000 +NER,2033,12,502000,519000 +NER,2033,13,486000,503000 +NER,2033,14,470000,486000 +NER,2033,15,455000,471000 +NER,2033,16,440000,455000 +NER,2033,17,426000,440000 +NER,2033,18,411000,425000 +NER,2034,0,744000,776000 +NER,2034,1,723000,752000 +NER,2034,2,702000,730000 +NER,2034,3,682000,708000 +NER,2034,4,663000,688000 +NER,2034,5,643000,667000 +NER,2034,6,624000,647000 +NER,2034,7,605000,627000 +NER,2034,8,587000,608000 +NER,2034,9,569000,589000 +NER,2034,10,552000,571000 +NER,2034,11,535000,553000 +NER,2034,12,518000,536000 +NER,2034,13,502000,519000 +NER,2034,14,485000,502000 +NER,2034,15,470000,486000 +NER,2034,16,454000,470000 +NER,2034,17,440000,455000 +NER,2034,18,425000,439000 +NER,2035,0,762000,794000 +NER,2035,1,741000,771000 +NER,2035,2,720000,748000 +NER,2035,3,700000,726000 +NER,2035,4,680000,705000 +NER,2035,5,660000,684000 +NER,2035,6,641000,664000 +NER,2035,7,622000,644000 +NER,2035,8,604000,625000 +NER,2035,9,586000,606000 +NER,2035,10,568000,588000 +NER,2035,11,551000,570000 +NER,2035,12,534000,553000 +NER,2035,13,518000,535000 +NER,2035,14,501000,518000 +NER,2035,15,485000,502000 +NER,2035,16,469000,485000 +NER,2035,17,454000,470000 +NER,2035,18,439000,454000 +NER,2036,0,779000,812000 +NER,2036,1,759000,791000 +NER,2036,2,739000,768000 +NER,2036,3,718000,746000 +NER,2036,4,698000,724000 +NER,2036,5,679000,704000 +NER,2036,6,659000,683000 +NER,2036,7,640000,663000 +NER,2036,8,622000,644000 +NER,2036,9,603000,625000 +NER,2036,10,586000,606000 +NER,2036,11,568000,588000 +NER,2036,12,551000,570000 +NER,2036,13,534000,552000 +NER,2036,14,517000,535000 +NER,2036,15,501000,518000 +NER,2036,16,485000,501000 +NER,2036,17,469000,485000 +NER,2036,18,453000,469000 +NER,2037,0,796000,830000 +NER,2037,1,776000,807000 +NER,2037,2,757000,787000 +NER,2037,3,737000,765000 +NER,2037,4,717000,744000 +NER,2037,5,697000,723000 +NER,2037,6,678000,702000 +NER,2037,7,658000,682000 +NER,2037,8,640000,662000 +NER,2037,9,621000,643000 +NER,2037,10,603000,624000 +NER,2037,11,585000,605000 +NER,2037,12,568000,587000 +NER,2037,13,550000,569000 +NER,2037,14,533000,551000 +NER,2037,15,517000,534000 +NER,2037,16,500000,517000 +NER,2037,17,484000,500000 +NER,2037,18,468000,484000 +NER,2038,0,813000,847000 +NER,2038,1,793000,825000 +NER,2038,2,773000,803000 +NER,2038,3,755000,784000 +NER,2038,4,735000,762000 +NER,2038,5,715000,741000 +NER,2038,6,696000,721000 +NER,2038,7,677000,701000 +NER,2038,8,658000,681000 +NER,2038,9,639000,662000 +NER,2038,10,621000,642000 +NER,2038,11,603000,624000 +NER,2038,12,585000,605000 +NER,2038,13,567000,587000 +NER,2038,14,550000,569000 +NER,2038,15,533000,551000 +NER,2038,16,516000,534000 +NER,2038,17,500000,517000 +NER,2038,18,484000,500000 +NER,2039,0,830000,865000 +NER,2039,1,810000,843000 +NER,2039,2,790000,821000 +NER,2039,3,771000,800000 +NER,2039,4,752000,780000 +NER,2039,5,733000,760000 +NER,2039,6,713000,739000 +NER,2039,7,694000,719000 +NER,2039,8,676000,699000 +NER,2039,9,657000,680000 +NER,2039,10,639000,661000 +NER,2039,11,620000,642000 +NER,2039,12,602000,623000 +NER,2039,13,584000,604000 +NER,2039,14,567000,586000 +NER,2039,15,549000,568000 +NER,2039,16,532000,550000 +NER,2039,17,516000,533000 +NER,2039,18,499000,516000 +NER,2040,0,846000,882000 +NER,2040,1,827000,860000 +NER,2040,2,807000,839000 +NER,2040,3,788000,818000 +NER,2040,4,769000,797000 +NER,2040,5,750000,777000 +NER,2040,6,731000,757000 +NER,2040,7,712000,737000 +NER,2040,8,693000,717000 +NER,2040,9,675000,698000 +NER,2040,10,656000,679000 +NER,2040,11,638000,660000 +NER,2040,12,620000,641000 +NER,2040,13,602000,623000 +NER,2040,14,584000,604000 +NER,2040,15,566000,586000 +NER,2040,16,549000,568000 +NER,2040,17,532000,550000 +NER,2040,18,515000,532000 +NER,2041,0,863000,899000 +NER,2041,1,844000,879000 +NER,2041,2,825000,858000 +NER,2041,3,806000,837000 +NER,2041,4,787000,816000 +NER,2041,5,768000,796000 +NER,2041,6,749000,776000 +NER,2041,7,730000,756000 +NER,2041,8,711000,736000 +NER,2041,9,693000,717000 +NER,2041,10,674000,698000 +NER,2041,11,656000,678000 +NER,2041,12,638000,660000 +NER,2041,13,620000,641000 +NER,2041,14,601000,622000 +NER,2041,15,584000,603000 +NER,2041,16,566000,585000 +NER,2041,17,548000,567000 +NER,2041,18,531000,549000 +NER,2042,0,879000,916000 +NER,2042,1,860000,895000 +NER,2042,2,842000,876000 +NER,2042,3,823000,855000 +NER,2042,4,804000,835000 +NER,2042,5,785000,814000 +NER,2042,6,767000,794000 +NER,2042,7,748000,775000 +NER,2042,8,730000,755000 +NER,2042,9,711000,736000 +NER,2042,10,692000,716000 +NER,2042,11,674000,697000 +NER,2042,12,655000,678000 +NER,2042,13,637000,659000 +NER,2042,14,619000,640000 +NER,2042,15,601000,621000 +NER,2042,16,583000,603000 +NER,2042,17,565000,584000 +NER,2042,18,548000,566000 +NER,2043,0,896000,933000 +NER,2043,1,877000,912000 +NER,2043,2,858000,892000 +NER,2043,3,840000,873000 +NER,2043,4,821000,852000 +NER,2043,5,803000,832000 +NER,2043,6,784000,813000 +NER,2043,7,766000,793000 +NER,2043,8,747000,774000 +NER,2043,9,729000,754000 +NER,2043,10,711000,735000 +NER,2043,11,692000,716000 +NER,2043,12,673000,697000 +NER,2043,13,655000,677000 +NER,2043,14,637000,658000 +NER,2043,15,619000,640000 +NER,2043,16,601000,621000 +NER,2043,17,583000,602000 +NER,2043,18,565000,584000 +NER,2044,0,912000,950000 +NER,2044,1,893000,929000 +NER,2044,2,874000,909000 +NER,2044,3,856000,888000 +NER,2044,4,838000,869000 +NER,2044,5,820000,850000 +NER,2044,6,801000,830000 +NER,2044,7,783000,811000 +NER,2044,8,765000,792000 +NER,2044,9,747000,773000 +NER,2044,10,728000,754000 +NER,2044,11,710000,735000 +NER,2044,12,692000,715000 +NER,2044,13,673000,696000 +NER,2044,14,655000,677000 +NER,2044,15,636000,658000 +NER,2044,16,618000,639000 +NER,2044,17,600000,620000 +NER,2044,18,582000,601000 +NER,2045,0,927000,967000 +NER,2045,1,909000,946000 +NER,2045,2,891000,926000 +NER,2045,3,872000,906000 +NER,2045,4,854000,886000 +NER,2045,5,836000,866000 +NER,2045,6,818000,847000 +NER,2045,7,800000,828000 +NER,2045,8,782000,809000 +NER,2045,9,764000,790000 +NER,2045,10,746000,771000 +NER,2045,11,728000,753000 +NER,2045,12,710000,734000 +NER,2045,13,691000,715000 +NER,2045,14,673000,696000 +NER,2045,15,654000,676000 +NER,2045,16,636000,657000 +NER,2045,17,618000,638000 +NER,2045,18,600000,619000 +NER,2046,0,943000,983000 +NER,2046,1,925000,964000 +NER,2046,2,907000,943000 +NER,2046,3,889000,923000 +NER,2046,4,871000,904000 +NER,2046,5,853000,884000 +NER,2046,6,835000,865000 +NER,2046,7,817000,846000 +NER,2046,8,799000,827000 +NER,2046,9,781000,808000 +NER,2046,10,763000,790000 +NER,2046,11,745000,771000 +NER,2046,12,727000,752000 +NER,2046,13,709000,733000 +NER,2046,14,691000,714000 +NER,2046,15,672000,695000 +NER,2046,16,654000,676000 +NER,2046,17,635000,656000 +NER,2046,18,617000,637000 +NER,2047,0,958000,998000 +NER,2047,1,940000,978000 +NER,2047,2,924000,960000 +NER,2047,3,906000,941000 +NER,2047,4,888000,921000 +NER,2047,5,870000,902000 +NER,2047,6,852000,883000 +NER,2047,7,834000,864000 +NER,2047,8,817000,845000 +NER,2047,9,799000,827000 +NER,2047,10,781000,808000 +NER,2047,11,763000,789000 +NER,2047,12,745000,770000 +NER,2047,13,727000,752000 +NER,2047,14,709000,733000 +NER,2047,15,690000,714000 +NER,2047,16,672000,694000 +NER,2047,17,653000,675000 +NER,2047,18,635000,656000 +NER,2048,0,973000,1014000 +NER,2048,1,955000,994000 +NER,2048,2,938000,975000 +NER,2048,3,922000,957000 +NER,2048,4,904000,938000 +NER,2048,5,886000,919000 +NER,2048,6,869000,900000 +NER,2048,7,851000,882000 +NER,2048,8,834000,863000 +NER,2048,9,816000,845000 +NER,2048,10,798000,826000 +NER,2048,11,781000,807000 +NER,2048,12,763000,789000 +NER,2048,13,745000,770000 +NER,2048,14,727000,751000 +NER,2048,15,708000,732000 +NER,2048,16,690000,713000 +NER,2048,17,671000,693000 +NER,2048,18,653000,674000 +NER,2049,0,988000,1029000 +NER,2049,1,970000,1010000 +NER,2049,2,953000,991000 +NER,2049,3,936000,972000 +NER,2049,4,920000,954000 +NER,2049,5,902000,935000 +NER,2049,6,885000,917000 +NER,2049,7,868000,899000 +NER,2049,8,850000,880000 +NER,2049,9,833000,862000 +NER,2049,10,816000,844000 +NER,2049,11,798000,825000 +NER,2049,12,780000,807000 +NER,2049,13,762000,788000 +NER,2049,14,744000,769000 +NER,2049,15,726000,751000 +NER,2049,16,708000,732000 +NER,2049,17,689000,712000 +NER,2049,18,671000,693000 +NER,2050,0,1002000,1044000 +NER,2050,1,985000,1025000 +NER,2050,2,968000,1006000 +NER,2050,3,951000,988000 +NER,2050,4,934000,969000 +NER,2050,5,918000,951000 +NER,2050,6,901000,933000 +NER,2050,7,884000,915000 +NER,2050,8,867000,897000 +NER,2050,9,849000,879000 +NER,2050,10,832000,861000 +NER,2050,11,815000,843000 +NER,2050,12,798000,825000 +NER,2050,13,780000,806000 +NER,2050,14,762000,788000 +NER,2050,15,744000,769000 +NER,2050,16,726000,750000 +NER,2050,17,707000,731000 +NER,2050,18,689000,712000 +NGA,1990,0,1780795,1851551 +NGA,1990,1,1709041,1776066 +NGA,1990,2,1642914,1706432 +NGA,1990,3,1581900,1642118 +NGA,1990,4,1525487,1582591 +NGA,1990,5,1473161,1527319 +NGA,1990,6,1424409,1475769 +NGA,1990,7,1378718,1427409 +NGA,1990,8,1335575,1381708 +NGA,1990,9,1294467,1338133 +NGA,1990,10,1255579,1296848 +NGA,1990,11,1219096,1258016 +NGA,1990,12,1181014,1217625 +NGA,1990,13,1139423,1173753 +NGA,1990,14,1095906,1127953 +NGA,1990,15,1054215,1084066 +NGA,1990,16,1013912,1041755 +NGA,1990,17,974103,999509 +NGA,1990,18,934819,957098 +NGA,1991,0,1815621,1887937 +NGA,1991,1,1746412,1814432 +NGA,1991,2,1678897,1743383 +NGA,1991,3,1617019,1678253 +NGA,1991,4,1560162,1618387 +NGA,1991,5,1507710,1563135 +NGA,1991,6,1459248,1512068 +NGA,1991,7,1414360,1464763 +NGA,1991,8,1371436,1419436 +NGA,1991,9,1329461,1374983 +NGA,1991,10,1288419,1331431 +NGA,1991,11,1249522,1290110 +NGA,1991,12,1212789,1250994 +NGA,1991,13,1174436,1210295 +NGA,1991,14,1132779,1166331 +NGA,1991,15,1089305,1120559 +NGA,1991,16,1047436,1076464 +NGA,1991,17,1006794,1033767 +NGA,1991,18,966774,991304 +NGA,1992,0,1854069,1928479 +NGA,1992,1,1775076,1844806 +NGA,1992,2,1712879,1778142 +NGA,1992,3,1649568,1711495 +NGA,1992,4,1591905,1650833 +NGA,1992,5,1539173,1595384 +NGA,1992,6,1490654,1544377 +NGA,1992,7,1446029,1497490 +NGA,1992,8,1404980,1454402 +NGA,1992,9,1364798,1412084 +NGA,1992,10,1323972,1368860 +NGA,1992,11,1282977,1325312 +NGA,1992,12,1244053,1283937 +NGA,1992,13,1207052,1244521 +NGA,1992,14,1168410,1203496 +NGA,1992,15,1126668,1159423 +NGA,1992,16,1083216,1113658 +NGA,1992,17,1041151,1069335 +NGA,1992,18,1000152,1026234 +NGA,1993,0,1896251,1973227 +NGA,1993,1,1812241,1883724 +NGA,1993,2,1737000,1803706 +NGA,1993,3,1680073,1742645 +NGA,1993,4,1620937,1680366 +NGA,1993,5,1567464,1624145 +NGA,1993,6,1518834,1573087 +NGA,1993,7,1474227,1526301 +NGA,1993,8,1433420,1483571 +NGA,1993,9,1396190,1444681 +NGA,1993,10,1358734,1405352 +NGA,1993,11,1319038,1363337 +NGA,1993,12,1278073,1319774 +NGA,1993,13,1239105,1278327 +NGA,1993,14,1201822,1238594 +NGA,1993,15,1162875,1197225 +NGA,1993,16,1121031,1153023 +NGA,1993,17,1077583,1107245 +NGA,1993,18,1035303,1062677 +NGA,1994,0,1942135,2022039 +NGA,1994,1,1852760,1926364 +NGA,1994,2,1773269,1841488 +NGA,1994,3,1702710,1766365 +NGA,1994,4,1647860,1707913 +NGA,1994,5,1592880,1649978 +NGA,1994,6,1543580,1598174 +NGA,1994,7,1499036,1551487 +NGA,1994,8,1458326,1508902 +NGA,1994,9,1421323,1470312 +NGA,1994,10,1387903,1435604 +NGA,1994,11,1353160,1399248 +NGA,1994,12,1314580,1358423 +NGA,1994,13,1273630,1314826 +NGA,1994,14,1234605,1273288 +NGA,1994,15,1197025,1233220 +NGA,1994,16,1157759,1191489 +NGA,1994,17,1115797,1147138 +NGA,1994,18,1072338,1101327 +NGA,1995,0,1991532,2074623 +NGA,1995,1,1896831,1972957 +NGA,1995,2,1812955,1883173 +NGA,1995,3,1738878,1804135 +NGA,1995,4,1673575,1734710 +NGA,1995,5,1616020,1673761 +NGA,1995,6,1565187,1620154 +NGA,1995,7,1520051,1572753 +NGA,1995,8,1479587,1530425 +NGA,1995,9,1442769,1492033 +NGA,1995,10,1409566,1457572 +NGA,1995,11,1379950,1427040 +NGA,1995,12,1347915,1393647 +NGA,1995,13,1310443,1353999 +NGA,1995,14,1269498,1310352 +NGA,1995,15,1230406,1268708 +NGA,1995,16,1192520,1228290 +NGA,1995,17,1152925,1186181 +NGA,1995,18,1110834,1141664 +NGA,1996,0,2040890,2126243 +NGA,1996,1,1952853,2032138 +NGA,1996,2,1864260,1937199 +NGA,1996,3,1785813,1853370 +NGA,1996,4,1716499,1779536 +NGA,1996,5,1655306,1714582 +NGA,1996,6,1601299,1657475 +NGA,1996,7,1553541,1607181 +NGA,1996,8,1510640,1562174 +NGA,1996,9,1471432,1521174 +NGA,1996,10,1435133,1483312 +NGA,1996,11,1402138,1449040 +NGA,1996,12,1372382,1418315 +NGA,1996,13,1340113,1384660 +NGA,1996,14,1302496,1344897 +NGA,1996,15,1261443,1301211 +NGA,1996,16,1222036,1259302 +NGA,1996,17,1183669,1218435 +NGA,1996,18,1143765,1176085 +NGA,1997,0,2094217,2182147 +NGA,1997,1,1989718,2070013 +NGA,1997,2,1915269,1991085 +NGA,1997,3,1832731,1902800 +NGA,1997,4,1759665,1824862 +NGA,1997,5,1695070,1756174 +NGA,1997,6,1637950,1695642 +NGA,1997,7,1587457,1642332 +NGA,1997,8,1542746,1595313 +NGA,1997,9,1502054,1552666 +NGA,1997,10,1464079,1512964 +NGA,1997,11,1428280,1475606 +NGA,1997,12,1395473,1441498 +NGA,1997,13,1365563,1410561 +NGA,1997,14,1333042,1376621 +NGA,1997,15,1295260,1336717 +NGA,1997,16,1254077,1292963 +NGA,1997,17,1214335,1250760 +NGA,1997,18,1175467,1209418 +NGA,1998,0,2151214,2242118 +NGA,1998,1,2042242,2125335 +NGA,1998,2,1945606,2021972 +NGA,1998,3,1878495,1951080 +NGA,1998,4,1801976,1869401 +NGA,1998,5,1734259,1797312 +NGA,1998,6,1674357,1733734 +NGA,1998,7,1621284,1677590 +NGA,1998,8,1574284,1628050 +NGA,1998,9,1532599,1584281 +NGA,1998,10,1494100,1543971 +NGA,1998,11,1457342,1505547 +NGA,1998,12,1422026,1468672 +NGA,1998,13,1389395,1434711 +NGA,1998,14,1359318,1403545 +NGA,1998,15,1326531,1369303 +NGA,1998,16,1288569,1329237 +NGA,1998,17,1247238,1285391 +NGA,1998,18,1207144,1242873 +NGA,1999,0,2211474,2305855 +NGA,1999,1,2098530,2184909 +NGA,1999,2,1997997,2077417 +NGA,1999,3,1908853,1982267 +NGA,1999,4,1842237,1911714 +NGA,1999,5,1771718,1836618 +NGA,1999,6,1709334,1770357 +NGA,1999,7,1654109,1711871 +NGA,1999,8,1605072,1660100 +NGA,1999,9,1561553,1614314 +NGA,1999,10,1522885,1573783 +NGA,1999,11,1486567,1535797 +NGA,1999,12,1451017,1498638 +NGA,1999,13,1416176,1462236 +NGA,1999,14,1383711,1428410 +NGA,1999,15,1353457,1397005 +NGA,1999,16,1320396,1362448 +NGA,1999,17,1282241,1322206 +NGA,1999,18,1240752,1278254 +NGA,2000,0,2274478,2372897 +NGA,2000,1,2158205,2248348 +NGA,2000,2,2054203,2137090 +NGA,2000,3,1961513,2038079 +NGA,2000,4,1879173,1950275 +NGA,2000,5,1806223,1872635 +NGA,2000,6,1741700,1804117 +NGA,2000,7,1684644,1743680 +NGA,2000,8,1634093,1690282 +NGA,2000,9,1589087,1642880 +NGA,2000,10,1549047,1600844 +NGA,2000,11,1513392,1563547 +NGA,2000,12,1479253,1527883 +NGA,2000,13,1444906,1491984 +NGA,2000,14,1410534,1456047 +NGA,2000,15,1378230,1422351 +NGA,2000,16,1347796,1390701 +NGA,2000,17,1314455,1355823 +NGA,2000,18,1276102,1315397 +NGA,2001,0,2336526,2438910 +NGA,2001,1,2234279,2329054 +NGA,2001,2,2125030,2212090 +NGA,2001,3,2026872,2107158 +NGA,2001,4,1938956,2013331 +NGA,2001,5,1860432,1929685 +NGA,2001,6,1790402,1855251 +NGA,2001,7,1727967,1789063 +NGA,2001,8,1672525,1730397 +NGA,2001,9,1623326,1678407 +NGA,2001,10,1579372,1632045 +NGA,2001,11,1539891,1590538 +NGA,2001,12,1504411,1553353 +NGA,2001,13,1470206,1517594 +NGA,2001,14,1435626,1481506 +NGA,2001,15,1400898,1445305 +NGA,2001,16,1368076,1411162 +NGA,2001,17,1336963,1378886 +NGA,2001,18,1303155,1343635 +NGA,2002,0,2401939,2508890 +NGA,2002,1,2281242,2379140 +NGA,2002,2,2195363,2286662 +NGA,2002,3,2093070,2177202 +NGA,2002,4,2000693,2078524 +NGA,2002,5,1917496,1989819 +NGA,2002,6,1842741,1910274 +NGA,2002,7,1775589,1838997 +NGA,2002,8,1715205,1775096 +NGA,2002,9,1661344,1718164 +NGA,2002,10,1613467,1667549 +NGA,2002,11,1570539,1622199 +NGA,2002,12,1531596,1581194 +NGA,2002,13,1496272,1544099 +NGA,2002,14,1461981,1508224 +NGA,2002,15,1427149,1471925 +NGA,2002,16,1392046,1435439 +NGA,2002,17,1358689,1400830 +NGA,2002,18,1326882,1367910 +NGA,2003,0,2469199,2581034 +NGA,2003,1,2347495,2449868 +NGA,2003,2,2236400,2330358 +NGA,2003,3,2157427,2245376 +NGA,2003,4,2062041,2143364 +NGA,2003,5,1975404,2050892 +NGA,2003,6,1896888,1967263 +NGA,2003,7,1825866,1891780 +NGA,2003,8,1761562,1823625 +NGA,2003,9,1703201,1761980 +NGA,2003,10,1650898,1706754 +NGA,2003,11,1604321,1657490 +NGA,2003,12,1562400,1613130 +NGA,2003,13,1523978,1572608 +NGA,2003,14,1488793,1535584 +NGA,2003,15,1454401,1499576 +NGA,2003,16,1419303,1463050 +NGA,2003,17,1383810,1426261 +NGA,2003,18,1349903,1391169 +NGA,2004,0,2536562,2653242 +NGA,2004,1,2415086,2522052 +NGA,2004,2,2303245,2401525 +NGA,2004,3,2200496,2291046 +NGA,2004,4,2120353,2205069 +NGA,2004,5,2031840,2110465 +NGA,2004,6,1950909,2024161 +NGA,2004,7,1877045,1945574 +NGA,2004,8,1809729,1874121 +NGA,2004,9,1748248,1809059 +NGA,2004,10,1691888,1749644 +NGA,2004,11,1641122,1696100 +NGA,2004,12,1595827,1648166 +NGA,2004,13,1554895,1604776 +NGA,2004,14,1516979,1564718 +NGA,2004,15,1481919,1527750 +NGA,2004,16,1447413,1491593 +NGA,2004,17,1412033,1454823 +NGA,2004,18,1376135,1417714 +NGA,2005,0,2602810,2724035 +NGA,2005,1,2482968,2594474 +NGA,2005,2,2371573,2474318 +NGA,2005,3,2268219,2363097 +NGA,2005,4,2172501,2260344 +NGA,2005,5,2084013,2165589 +NGA,2005,6,2002348,2078365 +NGA,2005,7,1927102,1998202 +NGA,2005,8,1857867,1924633 +NGA,2005,9,1794238,1857188 +NGA,2005,10,1735561,1795198 +NGA,2005,11,1681184,1737991 +NGA,2005,12,1631937,1686110 +NGA,2005,13,1587910,1639488 +NGA,2005,14,1547954,1597052 +NGA,2005,15,1510530,1557444 +NGA,2005,16,1475582,1520517 +NGA,2005,17,1440949,1484195 +NGA,2005,18,1405274,1447166 +NGA,2006,0,2660724,2785299 +NGA,2006,1,2564525,2681902 +NGA,2006,2,2451107,2559488 +NGA,2006,3,2344990,2445188 +NGA,2006,4,2245891,2338671 +NGA,2006,5,2153524,2239604 +NGA,2006,6,2067523,2147574 +NGA,2006,7,1987524,2062168 +NGA,2006,8,1913644,1983458 +NGA,2006,9,1845761,1911274 +NGA,2006,10,1783348,1845041 +NGA,2006,11,1725404,1783739 +NGA,2006,12,1671416,1726837 +NGA,2006,13,1622249,1675003 +NGA,2006,14,1577998,1628225 +NGA,2006,15,1537608,1585489 +NGA,2006,16,1499621,1545429 +NGA,2006,17,1463964,1507883 +NGA,2006,18,1428816,1471183 +NGA,2007,0,2718028,2845753 +NGA,2007,1,2606873,2725799 +NGA,2007,2,2528483,2642291 +NGA,2007,3,2421383,2526899 +NGA,2007,4,2320448,2418342 +NGA,2007,5,2225512,2316424 +NGA,2007,6,2136412,2220947 +NGA,2007,7,2052822,2131554 +NGA,2007,8,1974417,2047885 +NGA,2007,9,1901839,1970553 +NGA,2007,10,1835248,1899687 +NGA,2007,11,1773996,1834602 +NGA,2007,12,1716735,1773933 +NGA,2007,13,1663090,1717281 +NGA,2007,14,1613960,1665447 +NGA,2007,15,1569448,1618470 +NGA,2007,16,1528588,1575395 +NGA,2007,17,1490008,1534847 +NGA,2007,18,1453613,1496648 +NGA,2008,0,2776055,2906882 +NGA,2008,1,2670311,2793010 +NGA,2008,2,2568230,2683233 +NGA,2008,3,2493839,2604225 +NGA,2008,4,2392999,2495789 +NGA,2008,5,2297189,2392912 +NGA,2008,6,2206364,2295533 +NGA,2008,7,2120482,2203590 +NGA,2008,8,2039256,2116781 +NGA,2008,9,1962401,2034800 +NGA,2008,10,1891085,1958802 +NGA,2008,11,1825750,1889211 +NGA,2008,12,1765624,1825238 +NGA,2008,13,1709015,1765164 +NGA,2008,14,1655683,1708730 +NGA,2008,15,1606564,1656866 +NGA,2008,16,1561766,1609663 +NGA,2008,17,1520414,1566223 +NGA,2008,18,1481219,1525164 +NGA,2009,0,2836998,2971145 +NGA,2009,1,2735567,2862147 +NGA,2009,2,2636550,2755834 +NGA,2009,3,2540112,2652379 +NGA,2009,4,2459821,2566814 +NGA,2009,5,2365219,2465311 +NGA,2009,6,2274513,2368091 +NGA,2009,7,2187778,2275229 +NGA,2009,8,2105094,2186800 +NGA,2009,9,2026213,2102554 +NGA,2009,10,1950890,2022241 +NGA,2009,11,1880819,1947557 +NGA,2009,12,1816722,1879225 +NGA,2009,13,1757709,1816347 +NGA,2009,14,1701736,1756854 +NGA,2009,15,1648703,1700623 +NGA,2009,16,1599582,1648715 +NGA,2009,17,1554487,1601273 +NGA,2009,18,1512632,1557457 +NGA,2010,0,2902324,3040205 +NGA,2010,1,2803129,2933750 +NGA,2010,2,2705703,2829252 +NGA,2010,3,2610244,2726919 +NGA,2010,4,2516952,2626963 +NGA,2010,5,2426023,2529594 +NGA,2010,6,2337657,2435022 +NGA,2010,7,2252050,2343457 +NGA,2010,8,2169402,2255110 +NGA,2010,9,2089910,2170190 +NGA,2010,10,2013369,2088503 +NGA,2010,11,1939572,2009852 +NGA,2010,12,1870739,1936477 +NGA,2010,13,1807876,1869399 +NGA,2010,14,1749969,1807612 +NGA,2010,15,1694629,1748694 +NGA,2010,16,1641890,1692662 +NGA,2010,17,1592762,1640705 +NGA,2010,18,1547363,1593020 +NGA,2011,0,2969646,3111619 +NGA,2011,1,2871324,3006239 +NGA,2011,2,2774573,2902468 +NGA,2011,3,2679819,2800909 +NGA,2011,4,2587162,2701659 +NGA,2011,5,2496699,2604815 +NGA,2011,6,2408660,2510633 +NGA,2011,7,2323275,2419366 +NGA,2011,8,2239986,2330330 +NGA,2011,9,2158631,2243312 +NGA,2011,10,2079701,2158878 +NGA,2011,11,2003700,2077669 +NGA,2011,12,1930346,1999391 +NGA,2011,13,1861637,1926107 +NGA,2011,14,1798559,1858858 +NGA,2011,15,1740204,1796718 +NGA,2011,16,1684303,1737316 +NGA,2011,17,1630863,1680638 +NGA,2011,18,1581223,1628272 +NGA,2012,0,3041658,3188133 +NGA,2012,1,2939248,3078195 +NGA,2012,2,2841011,2972977 +NGA,2012,3,2746680,2871864 +NGA,2012,4,2654574,2773219 +NGA,2012,5,2564695,2677026 +NGA,2012,6,2477039,2583271 +NGA,2012,7,2391867,2492252 +NGA,2012,8,2309441,2404266 +NGA,2012,9,2228449,2317739 +NGA,2012,10,2148367,2232029 +NGA,2012,11,2069979,2148060 +NGA,2012,12,1994500,2067311 +NGA,2012,13,1921574,1989387 +NGA,2012,14,1852972,1916178 +NGA,2012,15,1789665,1848743 +NGA,2012,16,1730849,1786238 +NGA,2012,17,1674375,1726337 +NGA,2012,18,1620221,1669001 +NGA,2013,0,3114633,3265816 +NGA,2013,1,3008758,3152013 +NGA,2013,2,2906632,3042366 +NGA,2013,3,2811373,2940398 +NGA,2013,4,2719438,2841921 +NGA,2013,5,2629959,2746166 +NGA,2013,6,2542835,2653008 +NGA,2013,7,2457965,2562319 +NGA,2013,8,2375640,2474441 +NGA,2013,9,2296152,2389717 +NGA,2013,10,2217437,2305676 +NGA,2013,11,2138609,2221255 +NGA,2013,12,2060746,2137733 +NGA,2013,13,1985771,2057426 +NGA,2013,14,1913254,1979838 +NGA,2013,15,1844744,1906686 +NGA,2013,16,1781192,1839050 +NGA,2013,17,1721901,1776166 +NGA,2013,18,1664841,1715753 +NGA,2014,0,3183611,3339433 +NGA,2014,1,3075914,3223459 +NGA,2014,2,2972672,3112457 +NGA,2014,3,2873619,3006120 +NGA,2014,4,2782624,2908732 +NGA,2014,5,2693057,2812859 +NGA,2014,6,2606176,2719966 +NGA,2014,7,2521780,2629813 +NGA,2014,8,2439669,2542163 +NGA,2014,9,2360165,2457400 +NGA,2014,10,2283591,2375911 +NGA,2014,11,2207129,2294332 +NGA,2014,12,2129530,2211173 +NGA,2014,13,2052166,2128072 +NGA,2014,14,1977672,2048181 +NGA,2014,15,1905541,1970905 +NGA,2014,16,1837101,1897788 +NGA,2014,17,1773285,1829930 +NGA,2014,18,1713500,1766647 +NGA,2015,0,3245113,3405279 +NGA,2015,1,3138799,3290520 +NGA,2015,2,3036903,3180758 +NGA,2015,3,2939127,3075639 +NGA,2015,4,2845168,2974813 +NGA,2015,5,2754726,2877927 +NGA,2015,6,2667501,2784632 +NGA,2015,7,2583193,2694574 +NGA,2015,8,2501502,2607403 +NGA,2015,9,2422125,2522766 +NGA,2015,10,2345419,2441095 +NGA,2015,11,2271738,2362819 +NGA,2015,12,2197507,2283678 +NGA,2015,13,2121114,2201758 +NGA,2015,14,2044225,2119052 +NGA,2015,15,1970188,2039553 +NGA,2015,16,1898422,1962566 +NGA,2015,17,1830030,1889462 +NGA,2015,18,1765929,1821361 +NGA,2016,0,3291944,3455962 +NGA,2016,1,3210489,3367293 +NGA,2016,2,3109717,3258586 +NGA,2016,3,3012329,3153760 +NGA,2016,4,2918142,3052585 +NGA,2016,5,2826971,2954831 +NGA,2016,6,2738544,2860186 +NGA,2016,7,2652586,2768340 +NGA,2016,8,2569360,2679466 +NGA,2016,9,2488862,2593497 +NGA,2016,10,2410640,2509959 +NGA,2016,11,2334655,2428934 +NGA,2016,12,2261408,2350989 +NGA,2016,13,2187295,2271910 +NGA,2016,14,2110676,2189790 +NGA,2016,15,2033328,2106710 +NGA,2016,16,1958736,2026720 +NGA,2016,17,1886283,1949090 +NGA,2016,18,1817416,1875611 +NGA,2017,0,3332389,3500055 +NGA,2017,1,3240390,3399888 +NGA,2017,2,3177902,3331431 +NGA,2017,3,3082603,3228702 +NGA,2017,4,2989658,3128744 +NGA,2017,5,2898999,3031446 +NGA,2017,6,2810557,2936700 +NGA,2017,7,2724086,2844235 +NGA,2017,8,2639340,2753780 +NGA,2017,9,2557144,2666035 +NGA,2017,10,2477789,2581212 +NGA,2017,11,2400670,2498719 +NGA,2017,12,2325358,2418290 +NGA,2017,13,2252499,2340629 +NGA,2017,14,2178460,2261561 +NGA,2017,15,2101566,2179190 +NGA,2017,16,2023711,2095685 +NGA,2017,17,1948518,2015156 +NGA,2017,18,1875333,1936835 +NGA,2018,0,3370205,3541267 +NGA,2018,1,3287932,3451150 +NGA,2018,2,3205326,3361139 +NGA,2018,3,3146558,3296854 +NGA,2018,4,3056696,3200065 +NGA,2018,5,2968157,3104935 +NGA,2018,6,2880990,3011477 +NGA,2018,7,2795243,2919703 +NGA,2018,8,2710696,2829382 +NGA,2018,9,2627128,2740284 +NGA,2018,10,2545929,2653633 +NGA,2018,11,2467686,2569925 +NGA,2018,12,2391640,2488446 +NGA,2018,13,2316972,2408581 +NGA,2018,14,2244473,2331173 +NGA,2018,15,2170477,2252086 +NGA,2018,16,2093279,2169433 +NGA,2018,17,2014886,2085471 +NGA,2018,18,1939063,2004370 +NGA,2019,0,3411000,3585000 +NGA,2019,1,3336000,3503000 +NGA,2019,2,3260000,3419000 +NGA,2019,3,3182000,3335000 +NGA,2019,4,3116000,3263000 +NGA,2019,5,3031000,3172000 +NGA,2019,6,2947000,3081000 +NGA,2019,7,2863000,2992000 +NGA,2019,8,2780000,2903000 +NGA,2019,9,2698000,2815000 +NGA,2019,10,2615000,2727000 +NGA,2019,11,2535000,2642000 +NGA,2019,12,2458000,2559000 +NGA,2019,13,2383000,2478000 +NGA,2019,14,2309000,2399000 +NGA,2019,15,2237000,2322000 +NGA,2019,16,2163000,2243000 +NGA,2019,17,2085000,2160000 +NGA,2019,18,2006000,2075000 +NGA,2020,0,3458000,3635000 +NGA,2020,1,3387000,3557000 +NGA,2020,2,3314000,3477000 +NGA,2020,3,3239000,3395000 +NGA,2020,4,3162000,3312000 +NGA,2020,5,3084000,3228000 +NGA,2020,6,3005000,3143000 +NGA,2020,7,2926000,3058000 +NGA,2020,8,2845000,2972000 +NGA,2020,9,2765000,2886000 +NGA,2020,10,2684000,2800000 +NGA,2020,11,2603000,2714000 +NGA,2020,12,2524000,2629000 +NGA,2020,13,2448000,2548000 +NGA,2020,14,2374000,2468000 +NGA,2020,15,2301000,2390000 +NGA,2020,16,2229000,2313000 +NGA,2020,17,2155000,2234000 +NGA,2020,18,2077000,2150000 +NGA,2021,0,3513000,3692000 +NGA,2021,1,3435000,3608000 +NGA,2021,2,3363000,3530000 +NGA,2021,3,3291000,3451000 +NGA,2021,4,3217000,3371000 +NGA,2021,5,3143000,3290000 +NGA,2021,6,3067000,3209000 +NGA,2021,7,2992000,3128000 +NGA,2021,8,2915000,3045000 +NGA,2021,9,2835000,2961000 +NGA,2021,10,2755000,2875000 +NGA,2021,11,2675000,2789000 +NGA,2021,12,2594000,2703000 +NGA,2021,13,2515000,2618000 +NGA,2021,14,2438000,2537000 +NGA,2021,15,2364000,2456000 +NGA,2021,16,2290000,2377000 +NGA,2021,17,2217000,2299000 +NGA,2021,18,2143000,2220000 +NGA,2022,0,3575000,3756000 +NGA,2022,1,3496000,3671000 +NGA,2022,2,3411000,3580000 +NGA,2022,3,3339000,3502000 +NGA,2022,4,3267000,3424000 +NGA,2022,5,3195000,3347000 +NGA,2022,6,3123000,3268000 +NGA,2022,7,3050000,3190000 +NGA,2022,8,2978000,3113000 +NGA,2022,9,2903000,3033000 +NGA,2022,10,2825000,2949000 +NGA,2022,11,2745000,2863000 +NGA,2022,12,2665000,2778000 +NGA,2022,13,2585000,2692000 +NGA,2022,14,2506000,2607000 +NGA,2022,15,2429000,2525000 +NGA,2022,16,2354000,2445000 +NGA,2022,17,2279000,2365000 +NGA,2022,18,2205000,2286000 +NGA,2023,0,3641000,3825000 +NGA,2023,1,3555000,3732000 +NGA,2023,2,3472000,3643000 +NGA,2023,3,3387000,3553000 +NGA,2023,4,3315000,3475000 +NGA,2023,5,3244000,3398000 +NGA,2023,6,3174000,3322000 +NGA,2023,7,3103000,3247000 +NGA,2023,8,3034000,3172000 +NGA,2023,9,2965000,3098000 +NGA,2023,10,2893000,3020000 +NGA,2023,11,2816000,2938000 +NGA,2023,12,2735000,2852000 +NGA,2023,13,2656000,2767000 +NGA,2023,14,2576000,2681000 +NGA,2023,15,2497000,2597000 +NGA,2023,16,2419000,2514000 +NGA,2023,17,2344000,2433000 +NGA,2023,18,2268000,2352000 +NGA,2024,0,3709000,3895000 +NGA,2024,1,3615000,3795000 +NGA,2024,2,3527000,3700000 +NGA,2024,3,3444000,3611000 +NGA,2024,4,3364000,3526000 +NGA,2024,5,3292000,3449000 +NGA,2024,6,3221000,3373000 +NGA,2024,7,3153000,3299000 +NGA,2024,8,3084000,3226000 +NGA,2024,9,3017000,3154000 +NGA,2024,10,2952000,3083000 +NGA,2024,11,2882000,3009000 +NGA,2024,12,2806000,2927000 +NGA,2024,13,2726000,2841000 +NGA,2024,14,2647000,2756000 +NGA,2024,15,2567000,2671000 +NGA,2024,16,2488000,2586000 +NGA,2024,17,2410000,2504000 +NGA,2024,18,2334000,2422000 +NGA,2025,0,3775000,3964000 +NGA,2025,1,3676000,3858000 +NGA,2025,2,3584000,3760000 +NGA,2025,3,3498000,3668000 +NGA,2025,4,3417000,3582000 +NGA,2025,5,3341000,3500000 +NGA,2025,6,3269000,3423000 +NGA,2025,7,3199000,3348000 +NGA,2025,8,3132000,3276000 +NGA,2025,9,3066000,3205000 +NGA,2025,10,3002000,3136000 +NGA,2025,11,2939000,3069000 +NGA,2025,12,2872000,2997000 +NGA,2025,13,2797000,2917000 +NGA,2025,14,2717000,2831000 +NGA,2025,15,2638000,2746000 +NGA,2025,16,2559000,2661000 +NGA,2025,17,2480000,2577000 +NGA,2025,18,2402000,2493000 +NGA,2026,0,3836000,4028000 +NGA,2026,1,3745000,3930000 +NGA,2026,2,3650000,3829000 +NGA,2026,3,3562000,3734000 +NGA,2026,4,3479000,3646000 +NGA,2026,5,3401000,3562000 +NGA,2026,6,3326000,3483000 +NGA,2026,7,3255000,3407000 +NGA,2026,8,3187000,3334000 +NGA,2026,9,3120000,3263000 +NGA,2026,10,3055000,3193000 +NGA,2026,11,2991000,3124000 +NGA,2026,12,2929000,3057000 +NGA,2026,13,2862000,2985000 +NGA,2026,14,2787000,2905000 +NGA,2026,15,2706000,2818000 +NGA,2026,16,2626000,2733000 +NGA,2026,17,2546000,2647000 +NGA,2026,18,2467000,2562000 +NGA,2027,0,3897000,4093000 +NGA,2027,1,3794000,3982000 +NGA,2027,2,3716000,3897000 +NGA,2027,3,3626000,3801000 +NGA,2027,4,3541000,3710000 +NGA,2027,5,3461000,3625000 +NGA,2027,6,3385000,3544000 +NGA,2027,7,3312000,3467000 +NGA,2027,8,3242000,3392000 +NGA,2027,9,3175000,3320000 +NGA,2027,10,3109000,3250000 +NGA,2027,11,3045000,3181000 +NGA,2027,12,2982000,3113000 +NGA,2027,13,2920000,3046000 +NGA,2027,14,2853000,2974000 +NGA,2027,15,2777000,2893000 +NGA,2027,16,2696000,2806000 +NGA,2027,17,2615000,2720000 +NGA,2027,18,2534000,2633000 +NGA,2028,0,3957000,4156000 +NGA,2028,1,3855000,4046000 +NGA,2028,2,3760000,3944000 +NGA,2028,3,3687000,3865000 +NGA,2028,4,3602000,3773000 +NGA,2028,5,3521000,3687000 +NGA,2028,6,3443000,3605000 +NGA,2028,7,3370000,3527000 +NGA,2028,8,3299000,3451000 +NGA,2028,9,3230000,3378000 +NGA,2028,10,3164000,3308000 +NGA,2028,11,3099000,3238000 +NGA,2028,12,3036000,3170000 +NGA,2028,13,2973000,3102000 +NGA,2028,14,2911000,3036000 +NGA,2028,15,2844000,2964000 +NGA,2028,16,2768000,2882000 +NGA,2028,17,2686000,2794000 +NGA,2028,18,2605000,2707000 +NGA,2029,0,4016000,4220000 +NGA,2029,1,3917000,4111000 +NGA,2029,2,3823000,4009000 +NGA,2029,3,3734000,3913000 +NGA,2029,4,3659000,3833000 +NGA,2029,5,3578000,3746000 +NGA,2029,6,3501000,3664000 +NGA,2029,7,3426000,3585000 +NGA,2029,8,3355000,3509000 +NGA,2029,9,3286000,3436000 +NGA,2029,10,3218000,3365000 +NGA,2029,11,3153000,3295000 +NGA,2029,12,3089000,3227000 +NGA,2029,13,3027000,3159000 +NGA,2029,14,2964000,3092000 +NGA,2029,15,2903000,3026000 +NGA,2029,16,2836000,2953000 +NGA,2029,17,2759000,2871000 +NGA,2029,18,2676000,2783000 +NGA,2030,0,4077000,4284000 +NGA,2030,1,3978000,4176000 +NGA,2030,2,3885000,4074000 +NGA,2030,3,3796000,3978000 +NGA,2030,4,3712000,3888000 +NGA,2030,5,3632000,3801000 +NGA,2030,6,3555000,3719000 +NGA,2030,7,3481000,3641000 +NGA,2030,8,3410000,3565000 +NGA,2030,9,3341000,3493000 +NGA,2030,10,3273000,3421000 +NGA,2030,11,3207000,3352000 +NGA,2030,12,3142000,3283000 +NGA,2030,13,3079000,3216000 +NGA,2030,14,3018000,3149000 +NGA,2030,15,2956000,3082000 +NGA,2030,16,2895000,3016000 +NGA,2030,17,2828000,2943000 +NGA,2030,18,2751000,2861000 +NGA,2031,0,4135000,4345000 +NGA,2031,1,4048000,4251000 +NGA,2031,2,3954000,4147000 +NGA,2031,3,3864000,4050000 +NGA,2031,4,3778000,3957000 +NGA,2031,5,3696000,3869000 +NGA,2031,6,3618000,3785000 +NGA,2031,7,3542000,3704000 +NGA,2031,8,3469000,3627000 +NGA,2031,9,3399000,3553000 +NGA,2031,10,3331000,3480000 +NGA,2031,11,3264000,3410000 +NGA,2031,12,3197000,3340000 +NGA,2031,13,3132000,3271000 +NGA,2031,14,3069000,3204000 +NGA,2031,15,3007000,3136000 +NGA,2031,16,2944000,3068000 +NGA,2031,17,2882000,3001000 +NGA,2031,18,2814000,2928000 +NGA,2032,0,4193000,4406000 +NGA,2032,1,4098000,4301000 +NGA,2032,2,4021000,4218000 +NGA,2032,3,3930000,4120000 +NGA,2032,4,3844000,4026000 +NGA,2032,5,3761000,3937000 +NGA,2032,6,3681000,3851000 +NGA,2032,7,3604000,3769000 +NGA,2032,8,3530000,3690000 +NGA,2032,9,3458000,3614000 +NGA,2032,10,3388000,3540000 +NGA,2032,11,3321000,3469000 +NGA,2032,12,3254000,3399000 +NGA,2032,13,3188000,3329000 +NGA,2032,14,3124000,3260000 +NGA,2032,15,3060000,3192000 +NGA,2032,16,2997000,3123000 +NGA,2032,17,2933000,3055000 +NGA,2032,18,2870000,2987000 +NGA,2033,0,4252000,4467000 +NGA,2033,1,4158000,4364000 +NGA,2033,2,4068000,4265000 +NGA,2033,3,3994000,4186000 +NGA,2033,4,3907000,4093000 +NGA,2033,5,3824000,4003000 +NGA,2033,6,3744000,3917000 +NGA,2033,7,3666000,3834000 +NGA,2033,8,3591000,3754000 +NGA,2033,9,3518000,3676000 +NGA,2033,10,3447000,3601000 +NGA,2033,11,3378000,3529000 +NGA,2033,12,3312000,3458000 +NGA,2033,13,3246000,3388000 +NGA,2033,14,3180000,3319000 +NGA,2033,15,3115000,3250000 +NGA,2033,16,3051000,3181000 +NGA,2033,17,2987000,3112000 +NGA,2033,18,2923000,3042000 +NGA,2034,0,4310000,4528000 +NGA,2034,1,4218000,4427000 +NGA,2034,2,4129000,4330000 +NGA,2034,3,4043000,4236000 +NGA,2034,4,3967000,4155000 +NGA,2034,5,3885000,4066000 +NGA,2034,6,3805000,3980000 +NGA,2034,7,3727000,3897000 +NGA,2034,8,3652000,3817000 +NGA,2034,9,3578000,3739000 +NGA,2034,10,3506000,3663000 +NGA,2034,11,3436000,3589000 +NGA,2034,12,3369000,3518000 +NGA,2034,13,3303000,3448000 +NGA,2034,14,3237000,3378000 +NGA,2034,15,3172000,3309000 +NGA,2034,16,3107000,3240000 +NGA,2034,17,3042000,3170000 +NGA,2034,18,2977000,3100000 +NGA,2035,0,4368000,4588000 +NGA,2035,1,4277000,4489000 +NGA,2035,2,4190000,4393000 +NGA,2035,3,4104000,4300000 +NGA,2035,4,4021000,4211000 +NGA,2035,5,3941000,4124000 +NGA,2035,6,3862000,4040000 +NGA,2035,7,3785000,3958000 +NGA,2035,8,3711000,3878000 +NGA,2035,9,3637000,3800000 +NGA,2035,10,3566000,3724000 +NGA,2035,11,3495000,3650000 +NGA,2035,12,3426000,3577000 +NGA,2035,13,3359000,3506000 +NGA,2035,14,3294000,3437000 +NGA,2035,15,3229000,3368000 +NGA,2035,16,3164000,3299000 +NGA,2035,17,3099000,3230000 +NGA,2035,18,3034000,3160000 +NGA,2036,0,4422000,4646000 +NGA,2036,1,4342000,4557000 +NGA,2036,2,4254000,4462000 +NGA,2036,3,4170000,4369000 +NGA,2036,4,4087000,4279000 +NGA,2036,5,4006000,4192000 +NGA,2036,6,3927000,4108000 +NGA,2036,7,3850000,4025000 +NGA,2036,8,3774000,3945000 +NGA,2036,9,3700000,3866000 +NGA,2036,10,3628000,3789000 +NGA,2036,11,3556000,3713000 +NGA,2036,12,3486000,3639000 +NGA,2036,13,3417000,3566000 +NGA,2036,14,3350000,3495000 +NGA,2036,15,3284000,3424000 +NGA,2036,16,3218000,3355000 +NGA,2036,17,3152000,3284000 +NGA,2036,18,3086000,3214000 +NGA,2037,0,4477000,4703000 +NGA,2037,1,4390000,4607000 +NGA,2037,2,4316000,4527000 +NGA,2037,3,4232000,4435000 +NGA,2037,4,4150000,4346000 +NGA,2037,5,4070000,4259000 +NGA,2037,6,3991000,4174000 +NGA,2037,7,3914000,4092000 +NGA,2037,8,3838000,4011000 +NGA,2037,9,3764000,3932000 +NGA,2037,10,3691000,3854000 +NGA,2037,11,3619000,3778000 +NGA,2037,12,3548000,3703000 +NGA,2037,13,3477000,3628000 +NGA,2037,14,3409000,3555000 +NGA,2037,15,3341000,3483000 +NGA,2037,16,3274000,3412000 +NGA,2037,17,3207000,3342000 +NGA,2037,18,3140000,3270000 +NGA,2038,0,4530000,4759000 +NGA,2038,1,4445000,4665000 +NGA,2038,2,4363000,4574000 +NGA,2038,3,4291000,4497000 +NGA,2038,4,4210000,4409000 +NGA,2038,5,4131000,4323000 +NGA,2038,6,4053000,4239000 +NGA,2038,7,3976000,4157000 +NGA,2038,8,3901000,4076000 +NGA,2038,9,3827000,3998000 +NGA,2038,10,3754000,3920000 +NGA,2038,11,3681000,3843000 +NGA,2038,12,3610000,3767000 +NGA,2038,13,3539000,3692000 +NGA,2038,14,3469000,3618000 +NGA,2038,15,3400000,3545000 +NGA,2038,16,3332000,3472000 +NGA,2038,17,3265000,3401000 +NGA,2038,18,3197000,3329000 +NGA,2039,0,4582000,4814000 +NGA,2039,1,4500000,4722000 +NGA,2039,2,4418000,4633000 +NGA,2039,3,4339000,4545000 +NGA,2039,4,4267000,4467000 +NGA,2039,5,4189000,4383000 +NGA,2039,6,4112000,4300000 +NGA,2039,7,4036000,4219000 +NGA,2039,8,3962000,4140000 +NGA,2039,9,3888000,4061000 +NGA,2039,10,3815000,3984000 +NGA,2039,11,3744000,3908000 +NGA,2039,12,3672000,3832000 +NGA,2039,13,3601000,3757000 +NGA,2039,14,3531000,3682000 +NGA,2039,15,3461000,3608000 +NGA,2039,16,3392000,3534000 +NGA,2039,17,3324000,3462000 +NGA,2039,18,3255000,3389000 +NGA,2040,0,4633000,4867000 +NGA,2040,1,4552000,4777000 +NGA,2040,2,4473000,4690000 +NGA,2040,3,4395000,4604000 +NGA,2040,4,4318000,4520000 +NGA,2040,5,4242000,4438000 +NGA,2040,6,4167000,4357000 +NGA,2040,7,4093000,4278000 +NGA,2040,8,4020000,4199000 +NGA,2040,9,3947000,4122000 +NGA,2040,10,3875000,4046000 +NGA,2040,11,3804000,3971000 +NGA,2040,12,3734000,3896000 +NGA,2040,13,3663000,3821000 +NGA,2040,14,3593000,3746000 +NGA,2040,15,3523000,3672000 +NGA,2040,16,3453000,3598000 +NGA,2040,17,3384000,3524000 +NGA,2040,18,3315000,3451000 +NGA,2041,0,4681000,4918000 +NGA,2041,1,4609000,4838000 +NGA,2041,2,4531000,4751000 +NGA,2041,3,4454000,4667000 +NGA,2041,4,4378000,4584000 +NGA,2041,5,4303000,4502000 +NGA,2041,6,4229000,4422000 +NGA,2041,7,4156000,4343000 +NGA,2041,8,4083000,4265000 +NGA,2041,9,4010000,4188000 +NGA,2041,10,3938000,4111000 +NGA,2041,11,3867000,4035000 +NGA,2041,12,3796000,3960000 +NGA,2041,13,3725000,3885000 +NGA,2041,14,3654000,3810000 +NGA,2041,15,3583000,3734000 +NGA,2041,16,3513000,3659000 +NGA,2041,17,3442000,3584000 +NGA,2041,18,3372000,3509000 +NGA,2042,0,4728000,4967000 +NGA,2042,1,4651000,4881000 +NGA,2042,2,4585000,4809000 +NGA,2042,3,4510000,4726000 +NGA,2042,4,4436000,4644000 +NGA,2042,5,4362000,4564000 +NGA,2042,6,4289000,4485000 +NGA,2042,7,4216000,4407000 +NGA,2042,8,4144000,4330000 +NGA,2042,9,4073000,4253000 +NGA,2042,10,4001000,4177000 +NGA,2042,11,3930000,4101000 +NGA,2042,12,3859000,4025000 +NGA,2042,13,3788000,3950000 +NGA,2042,14,3717000,3875000 +NGA,2042,15,3645000,3799000 +NGA,2042,16,3574000,3722000 +NGA,2042,17,3502000,3646000 +NGA,2042,18,3431000,3570000 +NGA,2043,0,4773000,5014000 +NGA,2043,1,4699000,4931000 +NGA,2043,2,4625000,4849000 +NGA,2043,3,4562000,4780000 +NGA,2043,4,4489000,4700000 +NGA,2043,5,4417000,4622000 +NGA,2043,6,4346000,4544000 +NGA,2043,7,4275000,4468000 +NGA,2043,8,4204000,4392000 +NGA,2043,9,4134000,4316000 +NGA,2043,10,4063000,4241000 +NGA,2043,11,3992000,4166000 +NGA,2043,12,3921000,4090000 +NGA,2043,13,3850000,4015000 +NGA,2043,14,3780000,3940000 +NGA,2043,15,3709000,3865000 +NGA,2043,16,3637000,3788000 +NGA,2043,17,3565000,3710000 +NGA,2043,18,3492000,3633000 +NGA,2044,0,4816000,5059000 +NGA,2044,1,4744000,4978000 +NGA,2044,2,4673000,4899000 +NGA,2044,3,4603000,4821000 +NGA,2044,4,4539000,4751000 +NGA,2044,5,4469000,4675000 +NGA,2044,6,4399000,4600000 +NGA,2044,7,4330000,4525000 +NGA,2044,8,4261000,4451000 +NGA,2044,9,4192000,4377000 +NGA,2044,10,4123000,4303000 +NGA,2044,11,4053000,4230000 +NGA,2044,12,3983000,4155000 +NGA,2044,13,3913000,4080000 +NGA,2044,14,3842000,4005000 +NGA,2044,15,3772000,3930000 +NGA,2044,16,3701000,3854000 +NGA,2044,17,3629000,3777000 +NGA,2044,18,3555000,3699000 +NGA,2045,0,4856000,5101000 +NGA,2045,1,4787000,5023000 +NGA,2045,2,4718000,4946000 +NGA,2045,3,4650000,4871000 +NGA,2045,4,4583000,4796000 +NGA,2045,5,4515000,4723000 +NGA,2045,6,4448000,4650000 +NGA,2045,7,4381000,4577000 +NGA,2045,8,4314000,4505000 +NGA,2045,9,4247000,4433000 +NGA,2045,10,4179000,4362000 +NGA,2045,11,4112000,4290000 +NGA,2045,12,4044000,4218000 +NGA,2045,13,3975000,4144000 +NGA,2045,14,3905000,4069000 +NGA,2045,15,3834000,3995000 +NGA,2045,16,3764000,3920000 +NGA,2045,17,3693000,3844000 +NGA,2045,18,3620000,3766000 +NGA,2046,0,4893000,5140000 +NGA,2046,1,4834000,5073000 +NGA,2046,2,4767000,4998000 +NGA,2046,3,4701000,4924000 +NGA,2046,4,4635000,4851000 +NGA,2046,5,4569000,4779000 +NGA,2046,6,4503000,4708000 +NGA,2046,7,4437000,4636000 +NGA,2046,8,4371000,4565000 +NGA,2046,9,4305000,4494000 +NGA,2046,10,4238000,4423000 +NGA,2046,11,4171000,4351000 +NGA,2046,12,4104000,4280000 +NGA,2046,13,4036000,4207000 +NGA,2046,14,3966000,4133000 +NGA,2046,15,3895000,4057000 +NGA,2046,16,3825000,3982000 +NGA,2046,17,3754000,3906000 +NGA,2046,18,3682000,3829000 +NGA,2047,0,4927000,5176000 +NGA,2047,1,4864000,5104000 +NGA,2047,2,4812000,5046000 +NGA,2047,3,4748000,4974000 +NGA,2047,4,4684000,4903000 +NGA,2047,5,4620000,4832000 +NGA,2047,6,4555000,4762000 +NGA,2047,7,4491000,4693000 +NGA,2047,8,4427000,4624000 +NGA,2047,9,4362000,4554000 +NGA,2047,10,4297000,4484000 +NGA,2047,11,4230000,4412000 +NGA,2047,12,4163000,4341000 +NGA,2047,13,4096000,4270000 +NGA,2047,14,4028000,4197000 +NGA,2047,15,3958000,4122000 +NGA,2047,16,3886000,4046000 +NGA,2047,17,3815000,3969000 +NGA,2047,18,3743000,3892000 +NGA,2048,0,4961000,5211000 +NGA,2048,1,4901000,5142000 +NGA,2048,2,4841000,5074000 +NGA,2048,3,4790000,5018000 +NGA,2048,4,4728000,4950000 +NGA,2048,5,4666000,4881000 +NGA,2048,6,4604000,4814000 +NGA,2048,7,4542000,4746000 +NGA,2048,8,4480000,4678000 +NGA,2048,9,4417000,4611000 +NGA,2048,10,4353000,4543000 +NGA,2048,11,4288000,4473000 +NGA,2048,12,4222000,4402000 +NGA,2048,13,4156000,4331000 +NGA,2048,14,4089000,4260000 +NGA,2048,15,4020000,4187000 +NGA,2048,16,3950000,4111000 +NGA,2048,17,3878000,4034000 +NGA,2048,18,3805000,3957000 +NGA,2049,0,4995000,5248000 +NGA,2049,1,4937000,5181000 +NGA,2049,2,4879000,5114000 +NGA,2049,3,4821000,5049000 +NGA,2049,4,4769000,4991000 +NGA,2049,5,4709000,4925000 +NGA,2049,6,4649000,4860000 +NGA,2049,7,4589000,4795000 +NGA,2049,8,4529000,4729000 +NGA,2049,9,4468000,4664000 +NGA,2049,10,4406000,4598000 +NGA,2049,11,4344000,4531000 +NGA,2049,12,4280000,4462000 +NGA,2049,13,4214000,4392000 +NGA,2049,14,4148000,4321000 +NGA,2049,15,4081000,4250000 +NGA,2049,16,4013000,4177000 +NGA,2049,17,3942000,4101000 +NGA,2049,18,3869000,4023000 +NGA,2050,0,5032000,5286000 +NGA,2050,1,4975000,5220000 +NGA,2050,2,4917000,5154000 +NGA,2050,3,4860000,5090000 +NGA,2050,4,4804000,5026000 +NGA,2050,5,4747000,4963000 +NGA,2050,6,4690000,4901000 +NGA,2050,7,4632000,4838000 +NGA,2050,8,4574000,4776000 +NGA,2050,9,4515000,4713000 +NGA,2050,10,4456000,4649000 +NGA,2050,11,4396000,4585000 +NGA,2050,12,4335000,4520000 +NGA,2050,13,4271000,4452000 +NGA,2050,14,4206000,4382000 +NGA,2050,15,4140000,4311000 +NGA,2050,16,4074000,4240000 +NGA,2050,17,4005000,4167000 +NGA,2050,18,3933000,4090000 +NIC,1990,0,67995,70215 +NIC,1990,1,68650,70936 +NIC,1990,2,68864,71196 +NIC,1990,3,68674,71035 +NIC,1990,4,68120,70491 +NIC,1990,5,67242,69602 +NIC,1990,6,66078,68407 +NIC,1990,7,64667,66944 +NIC,1990,8,63048,65252 +NIC,1990,9,61261,63369 +NIC,1990,10,59313,61307 +NIC,1990,11,57214,59079 +NIC,1990,12,55154,56854 +NIC,1990,13,53235,54726 +NIC,1990,14,51404,52653 +NIC,1990,15,49528,50530 +NIC,1990,16,47658,48410 +NIC,1990,17,45773,46254 +NIC,1990,18,43856,44044 +NIC,1991,0,68158,70358 +NIC,1991,1,67880,70168 +NIC,1991,2,68318,70667 +NIC,1991,3,68394,70787 +NIC,1991,4,68135,70552 +NIC,1991,5,67566,69986 +NIC,1991,6,66726,69131 +NIC,1991,7,65655,68024 +NIC,1991,8,64309,66613 +NIC,1991,9,62685,64889 +NIC,1991,10,60850,62925 +NIC,1991,11,58883,60812 +NIC,1991,12,56779,58547 +NIC,1991,13,54719,56289 +NIC,1991,14,52807,54133 +NIC,1991,15,50989,52038 +NIC,1991,16,49126,49893 +NIC,1991,17,47269,47753 +NIC,1991,18,45398,45592 +NIC,1992,0,68769,70976 +NIC,1992,1,69027,71330 +NIC,1992,2,67751,70126 +NIC,1992,3,67971,70404 +NIC,1992,4,67911,70383 +NIC,1992,5,67582,70074 +NIC,1992,6,66997,69488 +NIC,1992,7,66196,68665 +NIC,1992,8,65218,67647 +NIC,1992,9,63937,66287 +NIC,1992,10,62308,64532 +NIC,1992,11,60427,62486 +NIC,1992,12,58441,60321 +NIC,1992,13,56332,58019 +NIC,1992,14,54272,55728 +NIC,1992,15,52369,53544 +NIC,1992,16,50563,51426 +NIC,1992,17,48713,49261 +NIC,1992,18,46870,47101 +NIC,1993,0,69532,71770 +NIC,1993,1,69336,71667 +NIC,1993,2,69051,71464 +NIC,1993,3,67614,70089 +NIC,1993,4,67617,70145 +NIC,1993,5,67420,69983 +NIC,1993,6,67022,69601 +NIC,1993,7,66421,68993 +NIC,1993,8,65659,68203 +NIC,1993,9,64775,67273 +NIC,1993,10,63559,65965 +NIC,1993,11,61924,64178 +NIC,1993,12,59997,62051 +NIC,1993,13,57993,59835 +NIC,1993,14,55879,57495 +NIC,1993,15,53820,55170 +NIC,1993,16,51924,52958 +NIC,1993,17,50132,50817 +NIC,1993,18,48295,48631 +NIC,1994,0,70022,72313 +NIC,1994,1,69470,71840 +NIC,1994,2,68958,71405 +NIC,1994,3,68466,70983 +NIC,1994,4,67488,70062 +NIC,1994,5,67273,69896 +NIC,1994,6,66940,69594 +NIC,1994,7,66472,69138 +NIC,1994,8,65855,68509 +NIC,1994,9,65131,67751 +NIC,1994,10,64341,66910 +NIC,1994,11,63189,65652 +NIC,1994,12,61550,63834 +NIC,1994,13,59576,61626 +NIC,1994,14,57554,59357 +NIC,1994,15,55434,56980 +NIC,1994,16,53376,54621 +NIC,1994,17,51488,52380 +NIC,1994,18,49708,50216 +NIC,1995,0,69941,72297 +NIC,1995,1,69279,71694 +NIC,1995,2,68719,71199 +NIC,1995,3,68233,70780 +NIC,1995,4,67794,70404 +NIC,1995,5,67372,70038 +NIC,1995,6,66940,69651 +NIC,1995,7,66469,69208 +NIC,1995,8,65932,68678 +NIC,1995,9,65300,68027 +NIC,1995,10,64614,67303 +NIC,1995,11,63917,66550 +NIC,1995,12,62830,65343 +NIC,1995,13,61185,63493 +NIC,1995,14,59164,61203 +NIC,1995,15,57123,58882 +NIC,1995,16,54999,56468 +NIC,1995,17,52940,54074 +NIC,1995,18,51059,51804 +NIC,1996,0,69130,71595 +NIC,1996,1,69367,71830 +NIC,1996,2,68839,71362 +NIC,1996,3,68360,70947 +NIC,1996,4,67909,70560 +NIC,1996,5,67467,70178 +NIC,1996,6,67007,69768 +NIC,1996,7,66502,69301 +NIC,1996,8,65974,68787 +NIC,1996,9,65418,68216 +NIC,1996,10,64793,67543 +NIC,1996,11,64097,66780 +NIC,1996,12,63383,65981 +NIC,1996,13,62284,64729 +NIC,1996,14,60636,62838 +NIC,1996,15,58618,60510 +NIC,1996,16,56582,58154 +NIC,1996,17,54464,55707 +NIC,1996,18,52416,53296 +NIC,1997,0,67800,70390 +NIC,1997,1,67789,70368 +NIC,1997,2,68825,71387 +NIC,1997,3,68432,71053 +NIC,1997,4,68032,70717 +NIC,1997,5,67615,70363 +NIC,1997,6,67171,69974 +NIC,1997,7,66673,69521 +NIC,1997,8,66095,68974 +NIC,1997,9,65508,68389 +NIC,1997,10,64934,67777 +NIC,1997,11,64315,67081 +NIC,1997,12,63610,66278 +NIC,1997,13,62877,65433 +NIC,1997,14,61766,64136 +NIC,1997,15,60114,62202 +NIC,1997,16,58100,59837 +NIC,1997,17,56067,57446 +NIC,1997,18,53955,54965 +NIC,1998,0,66237,68941 +NIC,1998,1,66772,69430 +NIC,1998,2,67173,69820 +NIC,1998,3,68294,70947 +NIC,1998,4,68036,70748 +NIC,1998,5,67716,70492 +NIC,1998,6,67333,70169 +NIC,1998,7,66887,69774 +NIC,1998,8,66350,69277 +NIC,1998,9,65699,68651 +NIC,1998,10,65053,67994 +NIC,1998,11,64461,67341 +NIC,1998,12,63848,66622 +NIC,1998,13,63133,65780 +NIC,1998,14,62382,64888 +NIC,1998,15,61259,63546 +NIC,1998,16,59603,61570 +NIC,1998,17,57591,59166 +NIC,1998,18,55562,56740 +NIC,1999,0,64851,67623 +NIC,1999,1,65813,68522 +NIC,1999,2,66547,69233 +NIC,1999,3,67065,69760 +NIC,1999,4,67742,70477 +NIC,1999,5,67618,70415 +NIC,1999,6,67379,70237 +NIC,1999,7,67031,69947 +NIC,1999,8,66582,69546 +NIC,1999,9,66007,69005 +NIC,1999,10,65283,68300 +NIC,1999,11,64579,67572 +NIC,1999,12,63968,66878 +NIC,1999,13,63362,66136 +NIC,1999,14,62637,65256 +NIC,1999,15,61868,64317 +NIC,1999,16,60732,62930 +NIC,1999,17,59073,60913 +NIC,1999,18,57064,58472 +NIC,2000,0,63945,66716 +NIC,2000,1,65064,67785 +NIC,2000,2,65929,68635 +NIC,2000,3,66554,69276 +NIC,2000,4,66959,69717 +NIC,2000,5,67158,69969 +NIC,2000,6,67170,70041 +NIC,2000,7,67010,69943 +NIC,2000,8,66697,69686 +NIC,2000,9,66246,69278 +NIC,2000,10,65633,68695 +NIC,2000,11,64836,67910 +NIC,2000,12,64074,67111 +NIC,2000,13,63446,66377 +NIC,2000,14,62846,65613 +NIC,2000,15,62111,64694 +NIC,2000,16,61325,63710 +NIC,2000,17,60178,62279 +NIC,2000,18,58516,60221 +NIC,2001,0,63715,66435 +NIC,2001,1,63883,66750 +NIC,2001,2,64798,67639 +NIC,2001,3,65527,68363 +NIC,2001,4,66074,68924 +NIC,2001,5,66445,69321 +NIC,2001,6,66657,69564 +NIC,2001,7,66728,69665 +NIC,2001,8,66605,69575 +NIC,2001,9,66267,69275 +NIC,2001,10,65757,68794 +NIC,2001,11,65112,68159 +NIC,2001,12,64294,67335 +NIC,2001,13,63516,66493 +NIC,2001,14,62877,65711 +NIC,2001,15,62271,64898 +NIC,2001,16,61533,63935 +NIC,2001,17,60745,62908 +NIC,2001,18,59603,61449 +NIC,2002,0,63936,66535 +NIC,2002,1,64471,67152 +NIC,2002,2,63773,66731 +NIC,2002,3,64483,67440 +NIC,2002,4,65076,68038 +NIC,2002,5,65543,68517 +NIC,2002,6,65881,68869 +NIC,2002,7,66106,69104 +NIC,2002,8,66237,69233 +NIC,2002,9,66149,69150 +NIC,2002,10,65788,68808 +NIC,2002,11,65220,68256 +NIC,2002,12,64541,67570 +NIC,2002,13,63703,66706 +NIC,2002,14,62910,65822 +NIC,2002,15,62260,64993 +NIC,2002,16,61649,64131 +NIC,2002,17,60908,63124 +NIC,2002,18,60119,62055 +NIC,2003,0,64470,66917 +NIC,2003,1,64445,67064 +NIC,2003,2,64488,67259 +NIC,2003,3,63642,66686 +NIC,2003,4,64148,67213 +NIC,2003,5,64603,67685 +NIC,2003,6,64992,68083 +NIC,2003,7,65295,68390 +NIC,2003,8,65533,68616 +NIC,2003,9,65724,68774 +NIC,2003,10,65671,68698 +NIC,2003,11,65287,68314 +NIC,2003,12,64661,67691 +NIC,2003,13,63949,66953 +NIC,2003,14,63093,66051 +NIC,2003,15,62283,65124 +NIC,2003,16,61624,64248 +NIC,2003,17,61008,63338 +NIC,2003,18,60264,62288 +NIC,2004,0,65097,67413 +NIC,2004,1,64542,67104 +NIC,2004,2,64190,66957 +NIC,2004,3,64007,66941 +NIC,2004,4,63527,66648 +NIC,2004,5,63828,66995 +NIC,2004,6,64147,67340 +NIC,2004,7,64456,67657 +NIC,2004,8,64726,67919 +NIC,2004,9,64977,68137 +NIC,2004,10,65228,68323 +NIC,2004,11,65211,68255 +NIC,2004,12,64803,67829 +NIC,2004,13,64118,67134 +NIC,2004,14,63374,66344 +NIC,2004,15,62498,65403 +NIC,2004,16,61673,64435 +NIC,2004,17,61004,63512 +NIC,2004,18,60382,62554 +NIC,2005,0,65643,67887 +NIC,2005,1,64712,67237 +NIC,2005,2,64067,66824 +NIC,2005,3,63666,66610 +NIC,2005,4,63471,66560 +NIC,2005,5,63442,66635 +NIC,2005,6,63539,66801 +NIC,2005,7,63722,67021 +NIC,2005,8,63952,67257 +NIC,2005,9,64189,67474 +NIC,2005,10,64452,67683 +NIC,2005,11,64763,67897 +NIC,2005,12,64782,67837 +NIC,2005,13,64350,67369 +NIC,2005,14,63607,66602 +NIC,2005,15,62829,65761 +NIC,2005,16,61933,64781 +NIC,2005,17,61092,63770 +NIC,2005,18,60413,62800 +NIC,2006,0,65979,68244 +NIC,2006,1,65147,67556 +NIC,2006,2,64314,66968 +NIC,2006,3,63722,66581 +NIC,2006,4,63338,66363 +NIC,2006,5,63130,66284 +NIC,2006,6,63059,66308 +NIC,2006,7,63085,66399 +NIC,2006,8,63211,66553 +NIC,2006,9,63419,66751 +NIC,2006,10,63655,66946 +NIC,2006,11,63905,67123 +NIC,2006,12,64196,67301 +NIC,2006,13,64200,67203 +NIC,2006,14,63760,66692 +NIC,2006,15,63014,65881 +NIC,2006,16,62235,65000 +NIC,2006,17,61339,63983 +NIC,2006,18,60506,62947 +NIC,2007,0,66240,68582 +NIC,2007,1,65084,67648 +NIC,2007,2,64682,67247 +NIC,2007,3,63946,66720 +NIC,2007,4,63407,66358 +NIC,2007,5,63039,66136 +NIC,2007,6,62818,66029 +NIC,2007,7,62704,66002 +NIC,2007,8,62661,66018 +NIC,2007,9,62730,66107 +NIC,2007,10,62915,66266 +NIC,2007,11,63150,66439 +NIC,2007,12,63387,66583 +NIC,2007,13,63659,66726 +NIC,2007,14,63649,66590 +NIC,2007,15,63200,66036 +NIC,2007,16,62451,65181 +NIC,2007,17,61670,64260 +NIC,2007,18,60774,63205 +NIC,2008,0,66423,68879 +NIC,2008,1,65345,67953 +NIC,2008,2,64485,67234 +NIC,2008,3,64237,66958 +NIC,2008,4,63598,66492 +NIC,2008,5,63112,66155 +NIC,2008,6,62760,65929 +NIC,2008,7,62525,65794 +NIC,2008,8,62370,65714 +NIC,2008,9,62256,65656 +NIC,2008,10,62268,65680 +NIC,2008,11,62431,65801 +NIC,2008,12,62665,65951 +NIC,2008,13,62889,66063 +NIC,2008,14,63142,66171 +NIC,2008,15,63118,65996 +NIC,2008,16,62660,65399 +NIC,2008,17,61907,64500 +NIC,2008,18,61124,63540 +NIC,2009,0,66542,69120 +NIC,2009,1,65599,68263 +NIC,2009,2,64799,67559 +NIC,2009,3,64131,66992 +NIC,2009,4,63797,66683 +NIC,2009,5,63255,66278 +NIC,2009,6,62822,65966 +NIC,2009,7,62486,65736 +NIC,2009,8,62238,65573 +NIC,2009,9,62040,65442 +NIC,2009,10,61856,65308 +NIC,2009,11,61811,65267 +NIC,2009,12,61952,65350 +NIC,2009,13,62185,65478 +NIC,2009,14,62396,65558 +NIC,2009,15,62630,65630 +NIC,2009,16,62591,65417 +NIC,2009,17,62125,64777 +NIC,2009,18,61368,63834 +NIC,2010,0,66610,69293 +NIC,2010,1,65813,68541 +NIC,2010,2,65091,67885 +NIC,2010,3,64442,67318 +NIC,2010,4,63864,66833 +NIC,2010,5,63354,66422 +NIC,2010,6,62910,66077 +NIC,2010,7,62529,65791 +NIC,2010,8,62209,65556 +NIC,2010,9,61948,65364 +NIC,2010,10,61708,65182 +NIC,2010,11,61453,64973 +NIC,2010,12,61352,64867 +NIC,2010,13,61471,64912 +NIC,2010,14,61703,65017 +NIC,2010,15,61900,65065 +NIC,2010,16,62116,65102 +NIC,2010,17,62062,64851 +NIC,2010,18,61587,64167 +NIC,2011,0,66582,69299 +NIC,2011,1,66204,68993 +NIC,2011,2,65456,68304 +NIC,2011,3,64756,67679 +NIC,2011,4,64107,67117 +NIC,2011,5,63511,66614 +NIC,2011,6,62966,66163 +NIC,2011,7,62470,65757 +NIC,2011,8,62045,65418 +NIC,2011,9,61702,65155 +NIC,2011,10,61431,64950 +NIC,2011,11,61175,64744 +NIC,2011,12,60902,64507 +NIC,2011,13,60788,64372 +NIC,2011,14,60900,64381 +NIC,2011,15,61132,64450 +NIC,2011,16,61331,64464 +NIC,2011,17,61551,64468 +NIC,2011,18,61506,64193 +NIC,2012,0,66489,69226 +NIC,2012,1,66018,68796 +NIC,2012,2,65810,68721 +NIC,2012,3,65112,68096 +NIC,2012,4,64434,67502 +NIC,2012,5,63784,66943 +NIC,2012,6,63170,66422 +NIC,2012,7,62589,65931 +NIC,2012,8,62041,65464 +NIC,2012,9,61572,65073 +NIC,2012,10,61207,64781 +NIC,2012,11,60926,64562 +NIC,2012,12,60654,64332 +NIC,2012,13,60362,64069 +NIC,2012,14,60235,63902 +NIC,2012,15,60341,63877 +NIC,2012,16,60573,63909 +NIC,2012,17,60773,63889 +NIC,2012,18,60996,63861 +NIC,2013,0,66327,69069 +NIC,2013,1,66037,68844 +NIC,2013,2,65659,68546 +NIC,2013,3,65426,68467 +NIC,2013,4,64776,67905 +NIC,2013,5,64120,67342 +NIC,2013,6,63470,66787 +NIC,2013,7,62837,66247 +NIC,2013,8,62221,65716 +NIC,2013,9,61621,65187 +NIC,2013,10,61108,64744 +NIC,2013,11,60719,64424 +NIC,2013,12,60430,64190 +NIC,2013,13,60142,63937 +NIC,2013,14,59831,63646 +NIC,2013,15,59690,63450 +NIC,2013,16,59790,63389 +NIC,2013,17,60022,63385 +NIC,2013,18,60224,63331 +NIC,2014,0,66100,68832 +NIC,2014,1,65991,68813 +NIC,2014,2,65751,68673 +NIC,2014,3,65398,68428 +NIC,2014,4,65051,68221 +NIC,2014,5,64450,67722 +NIC,2014,6,63816,67190 +NIC,2014,7,63165,66638 +NIC,2014,8,62514,66080 +NIC,2014,9,61862,65509 +NIC,2014,10,61209,64919 +NIC,2014,11,60653,64422 +NIC,2014,12,60241,64074 +NIC,2014,13,59942,63826 +NIC,2014,14,59638,63549 +NIC,2014,15,59308,63231 +NIC,2014,16,59154,63004 +NIC,2014,17,59247,62909 +NIC,2014,18,59479,62868 +NIC,2015,0,65814,68525 +NIC,2015,1,65876,68695 +NIC,2015,2,65773,68708 +NIC,2015,3,65527,68580 +NIC,2015,4,65158,68330 +NIC,2015,5,64687,67979 +NIC,2015,6,64135,67543 +NIC,2015,7,63523,67041 +NIC,2015,8,62871,66493 +NIC,2015,9,62201,65917 +NIC,2015,10,61514,65306 +NIC,2015,11,60809,64654 +NIC,2015,12,60208,64105 +NIC,2015,13,59773,63728 +NIC,2015,14,59464,63466 +NIC,2015,15,59144,63165 +NIC,2015,16,58796,62819 +NIC,2015,17,58628,62562 +NIC,2015,18,58716,62432 +NIC,2016,0,65421,68114 +NIC,2016,1,65594,68412 +NIC,2016,2,65612,68544 +NIC,2016,3,65475,68525 +NIC,2016,4,65203,68374 +NIC,2016,5,64815,68105 +NIC,2016,6,64332,67740 +NIC,2016,7,63776,67295 +NIC,2016,8,63155,66781 +NIC,2016,9,62486,66210 +NIC,2016,10,61793,65606 +NIC,2016,11,61088,64970 +NIC,2016,12,60369,64295 +NIC,2016,13,59758,63721 +NIC,2016,14,59318,63316 +NIC,2016,15,59010,63024 +NIC,2016,16,58691,62695 +NIC,2016,17,58346,62323 +NIC,2016,18,58185,62046 +NIC,2017,0,64982,67643 +NIC,2017,1,65330,68118 +NIC,2017,2,65389,68307 +NIC,2017,3,65363,68401 +NIC,2017,4,65193,68352 +NIC,2017,5,64895,68176 +NIC,2017,6,64487,67889 +NIC,2017,7,63992,67509 +NIC,2017,8,63431,67057 +NIC,2017,9,62803,66529 +NIC,2017,10,62115,65936 +NIC,2017,11,61400,65303 +NIC,2017,12,60677,64642 +NIC,2017,13,59943,63944 +NIC,2017,14,59321,63346 +NIC,2017,15,58877,62912 +NIC,2017,16,58568,62590 +NIC,2017,17,58251,62233 +NIC,2017,18,57909,61834 +NIC,2018,0,64496,67121 +NIC,2018,1,64957,67708 +NIC,2018,2,65217,68099 +NIC,2018,3,65194,68209 +NIC,2018,4,65125,68264 +NIC,2018,5,64920,68184 +NIC,2018,6,64597,67984 +NIC,2018,7,64170,67678 +NIC,2018,8,63663,67285 +NIC,2018,9,63097,66823 +NIC,2018,10,62460,66283 +NIC,2018,11,61755,65667 +NIC,2018,12,61016,65005 +NIC,2018,13,60275,64319 +NIC,2018,14,59526,63599 +NIC,2018,15,58894,62976 +NIC,2018,16,58445,62513 +NIC,2018,17,58137,62162 +NIC,2018,18,57821,61777 +NIC,2019,0,64000,67000 +NIC,2019,1,65000,67000 +NIC,2019,2,65000,68000 +NIC,2019,3,65000,68000 +NIC,2019,4,65000,68000 +NIC,2019,5,65000,68000 +NIC,2019,6,65000,68000 +NIC,2019,7,64000,68000 +NIC,2019,8,64000,67000 +NIC,2019,9,63000,67000 +NIC,2019,10,63000,67000 +NIC,2019,11,62000,66000 +NIC,2019,12,61000,65000 +NIC,2019,13,61000,65000 +NIC,2019,14,60000,64000 +NIC,2019,15,59000,63000 +NIC,2019,16,58000,63000 +NIC,2019,17,58000,62000 +NIC,2019,18,58000,62000 +NIC,2020,0,63000,66000 +NIC,2020,1,64000,67000 +NIC,2020,2,64000,67000 +NIC,2020,3,65000,68000 +NIC,2020,4,65000,68000 +NIC,2020,5,65000,68000 +NIC,2020,6,65000,68000 +NIC,2020,7,64000,68000 +NIC,2020,8,64000,68000 +NIC,2020,9,64000,67000 +NIC,2020,10,63000,67000 +NIC,2020,11,62000,66000 +NIC,2020,12,62000,66000 +NIC,2020,13,61000,65000 +NIC,2020,14,60000,64000 +NIC,2020,15,59000,64000 +NIC,2020,16,59000,63000 +NIC,2020,17,58000,62000 +NIC,2020,18,58000,62000 +NIC,2021,0,63000,65000 +NIC,2021,1,63000,66000 +NIC,2021,2,64000,67000 +NIC,2021,3,64000,67000 +NIC,2021,4,64000,67000 +NIC,2021,5,65000,68000 +NIC,2021,6,65000,68000 +NIC,2021,7,64000,68000 +NIC,2021,8,64000,68000 +NIC,2021,9,64000,67000 +NIC,2021,10,63000,67000 +NIC,2021,11,63000,67000 +NIC,2021,12,62000,66000 +NIC,2021,13,61000,66000 +NIC,2021,14,61000,65000 +NIC,2021,15,60000,64000 +NIC,2021,16,59000,63000 +NIC,2021,17,58000,63000 +NIC,2021,18,58000,62000 +NIC,2022,0,62000,65000 +NIC,2022,1,63000,65000 +NIC,2022,2,63000,66000 +NIC,2022,3,64000,66000 +NIC,2022,4,64000,67000 +NIC,2022,5,64000,67000 +NIC,2022,6,64000,68000 +NIC,2022,7,64000,68000 +NIC,2022,8,64000,68000 +NIC,2022,9,64000,67000 +NIC,2022,10,63000,67000 +NIC,2022,11,63000,67000 +NIC,2022,12,62000,66000 +NIC,2022,13,62000,66000 +NIC,2022,14,61000,65000 +NIC,2022,15,60000,64000 +NIC,2022,16,60000,64000 +NIC,2022,17,59000,63000 +NIC,2022,18,58000,62000 +NIC,2023,0,61000,64000 +NIC,2023,1,62000,65000 +NIC,2023,2,63000,65000 +NIC,2023,3,63000,66000 +NIC,2023,4,63000,66000 +NIC,2023,5,64000,67000 +NIC,2023,6,64000,67000 +NIC,2023,7,64000,67000 +NIC,2023,8,64000,67000 +NIC,2023,9,64000,67000 +NIC,2023,10,64000,67000 +NIC,2023,11,63000,67000 +NIC,2023,12,63000,67000 +NIC,2023,13,62000,66000 +NIC,2023,14,61000,66000 +NIC,2023,15,61000,65000 +NIC,2023,16,60000,64000 +NIC,2023,17,59000,63000 +NIC,2023,18,58000,63000 +NIC,2024,0,61000,63000 +NIC,2024,1,61000,64000 +NIC,2024,2,62000,65000 +NIC,2024,3,63000,65000 +NIC,2024,4,63000,66000 +NIC,2024,5,63000,66000 +NIC,2024,6,64000,67000 +NIC,2024,7,64000,67000 +NIC,2024,8,64000,67000 +NIC,2024,9,64000,67000 +NIC,2024,10,64000,67000 +NIC,2024,11,63000,67000 +NIC,2024,12,63000,67000 +NIC,2024,13,62000,66000 +NIC,2024,14,62000,66000 +NIC,2024,15,61000,65000 +NIC,2024,16,60000,65000 +NIC,2024,17,60000,64000 +NIC,2024,18,59000,63000 +NIC,2025,0,60000,63000 +NIC,2025,1,61000,64000 +NIC,2025,2,62000,64000 +NIC,2025,3,62000,65000 +NIC,2025,4,62000,65000 +NIC,2025,5,63000,66000 +NIC,2025,6,63000,66000 +NIC,2025,7,63000,67000 +NIC,2025,8,63000,67000 +NIC,2025,9,63000,67000 +NIC,2025,10,63000,67000 +NIC,2025,11,63000,67000 +NIC,2025,12,63000,67000 +NIC,2025,13,63000,67000 +NIC,2025,14,62000,66000 +NIC,2025,15,61000,66000 +NIC,2025,16,61000,65000 +NIC,2025,17,60000,64000 +NIC,2025,18,59000,64000 +NIC,2026,0,60000,63000 +NIC,2026,1,60000,63000 +NIC,2026,2,61000,64000 +NIC,2026,3,61000,64000 +NIC,2026,4,62000,65000 +NIC,2026,5,62000,65000 +NIC,2026,6,63000,66000 +NIC,2026,7,63000,66000 +NIC,2026,8,63000,66000 +NIC,2026,9,63000,67000 +NIC,2026,10,63000,67000 +NIC,2026,11,63000,67000 +NIC,2026,12,63000,67000 +NIC,2026,13,63000,67000 +NIC,2026,14,62000,66000 +NIC,2026,15,62000,66000 +NIC,2026,16,61000,65000 +NIC,2026,17,61000,65000 +NIC,2026,18,60000,64000 +NIC,2027,0,60000,62000 +NIC,2027,1,60000,63000 +NIC,2027,2,60000,63000 +NIC,2027,3,61000,64000 +NIC,2027,4,61000,64000 +NIC,2027,5,62000,65000 +NIC,2027,6,62000,65000 +NIC,2027,7,63000,66000 +NIC,2027,8,63000,66000 +NIC,2027,9,63000,66000 +NIC,2027,10,63000,67000 +NIC,2027,11,63000,67000 +NIC,2027,12,63000,67000 +NIC,2027,13,63000,67000 +NIC,2027,14,63000,67000 +NIC,2027,15,62000,66000 +NIC,2027,16,62000,66000 +NIC,2027,17,61000,65000 +NIC,2027,18,60000,65000 +NIC,2028,0,59000,62000 +NIC,2028,1,60000,62000 +NIC,2028,2,60000,63000 +NIC,2028,3,60000,63000 +NIC,2028,4,61000,63000 +NIC,2028,5,61000,64000 +NIC,2028,6,62000,65000 +NIC,2028,7,62000,65000 +NIC,2028,8,62000,65000 +NIC,2028,9,63000,66000 +NIC,2028,10,63000,66000 +NIC,2028,11,63000,66000 +NIC,2028,12,63000,67000 +NIC,2028,13,63000,67000 +NIC,2028,14,63000,67000 +NIC,2028,15,63000,66000 +NIC,2028,16,62000,66000 +NIC,2028,17,62000,66000 +NIC,2028,18,61000,65000 +NIC,2029,0,59000,62000 +NIC,2029,1,59000,62000 +NIC,2029,2,60000,62000 +NIC,2029,3,60000,63000 +NIC,2029,4,60000,63000 +NIC,2029,5,61000,63000 +NIC,2029,6,61000,64000 +NIC,2029,7,61000,64000 +NIC,2029,8,62000,65000 +NIC,2029,9,62000,65000 +NIC,2029,10,63000,66000 +NIC,2029,11,63000,66000 +NIC,2029,12,63000,66000 +NIC,2029,13,63000,66000 +NIC,2029,14,63000,66000 +NIC,2029,15,63000,66000 +NIC,2029,16,62000,66000 +NIC,2029,17,62000,66000 +NIC,2029,18,61000,65000 +NIC,2030,0,59000,62000 +NIC,2030,1,59000,62000 +NIC,2030,2,59000,62000 +NIC,2030,3,59000,62000 +NIC,2030,4,60000,62000 +NIC,2030,5,60000,63000 +NIC,2030,6,60000,63000 +NIC,2030,7,61000,64000 +NIC,2030,8,61000,64000 +NIC,2030,9,62000,65000 +NIC,2030,10,62000,65000 +NIC,2030,11,62000,66000 +NIC,2030,12,63000,66000 +NIC,2030,13,63000,66000 +NIC,2030,14,63000,66000 +NIC,2030,15,63000,66000 +NIC,2030,16,63000,66000 +NIC,2030,17,62000,66000 +NIC,2030,18,62000,66000 +NIC,2031,0,59000,61000 +NIC,2031,1,59000,62000 +NIC,2031,2,59000,62000 +NIC,2031,3,59000,62000 +NIC,2031,4,59000,62000 +NIC,2031,5,60000,62000 +NIC,2031,6,60000,63000 +NIC,2031,7,60000,63000 +NIC,2031,8,61000,64000 +NIC,2031,9,61000,64000 +NIC,2031,10,62000,65000 +NIC,2031,11,62000,65000 +NIC,2031,12,62000,66000 +NIC,2031,13,63000,66000 +NIC,2031,14,63000,66000 +NIC,2031,15,63000,66000 +NIC,2031,16,62000,66000 +NIC,2031,17,62000,66000 +NIC,2031,18,62000,66000 +NIC,2032,0,59000,61000 +NIC,2032,1,59000,61000 +NIC,2032,2,59000,61000 +NIC,2032,3,59000,62000 +NIC,2032,4,59000,62000 +NIC,2032,5,59000,62000 +NIC,2032,6,60000,62000 +NIC,2032,7,60000,63000 +NIC,2032,8,60000,63000 +NIC,2032,9,61000,64000 +NIC,2032,10,61000,64000 +NIC,2032,11,61000,65000 +NIC,2032,12,62000,65000 +NIC,2032,13,62000,65000 +NIC,2032,14,62000,66000 +NIC,2032,15,62000,66000 +NIC,2032,16,62000,66000 +NIC,2032,17,62000,66000 +NIC,2032,18,62000,66000 +NIC,2033,0,58000,61000 +NIC,2033,1,58000,61000 +NIC,2033,2,58000,61000 +NIC,2033,3,59000,61000 +NIC,2033,4,59000,62000 +NIC,2033,5,59000,62000 +NIC,2033,6,59000,62000 +NIC,2033,7,59000,62000 +NIC,2033,8,60000,63000 +NIC,2033,9,60000,63000 +NIC,2033,10,60000,63000 +NIC,2033,11,61000,64000 +NIC,2033,12,61000,64000 +NIC,2033,13,62000,65000 +NIC,2033,14,62000,65000 +NIC,2033,15,62000,66000 +NIC,2033,16,62000,66000 +NIC,2033,17,62000,66000 +NIC,2033,18,62000,66000 +NIC,2034,0,58000,61000 +NIC,2034,1,58000,61000 +NIC,2034,2,58000,61000 +NIC,2034,3,58000,61000 +NIC,2034,4,58000,61000 +NIC,2034,5,59000,61000 +NIC,2034,6,59000,62000 +NIC,2034,7,59000,62000 +NIC,2034,8,59000,62000 +NIC,2034,9,60000,63000 +NIC,2034,10,60000,63000 +NIC,2034,11,60000,63000 +NIC,2034,12,61000,64000 +NIC,2034,13,61000,64000 +NIC,2034,14,61000,65000 +NIC,2034,15,62000,65000 +NIC,2034,16,62000,65000 +NIC,2034,17,62000,66000 +NIC,2034,18,62000,66000 +NIC,2035,0,58000,60000 +NIC,2035,1,58000,60000 +NIC,2035,2,58000,60000 +NIC,2035,3,58000,61000 +NIC,2035,4,58000,61000 +NIC,2035,5,58000,61000 +NIC,2035,6,59000,61000 +NIC,2035,7,59000,62000 +NIC,2035,8,59000,62000 +NIC,2035,9,59000,62000 +NIC,2035,10,60000,63000 +NIC,2035,11,60000,63000 +NIC,2035,12,60000,63000 +NIC,2035,13,61000,64000 +NIC,2035,14,61000,64000 +NIC,2035,15,61000,65000 +NIC,2035,16,62000,65000 +NIC,2035,17,62000,65000 +NIC,2035,18,62000,65000 +NIC,2036,0,57000,60000 +NIC,2036,1,57000,60000 +NIC,2036,2,58000,60000 +NIC,2036,3,58000,60000 +NIC,2036,4,58000,61000 +NIC,2036,5,58000,61000 +NIC,2036,6,58000,61000 +NIC,2036,7,58000,61000 +NIC,2036,8,59000,62000 +NIC,2036,9,59000,62000 +NIC,2036,10,59000,62000 +NIC,2036,11,59000,62000 +NIC,2036,12,60000,63000 +NIC,2036,13,60000,63000 +NIC,2036,14,60000,64000 +NIC,2036,15,61000,64000 +NIC,2036,16,61000,64000 +NIC,2036,17,61000,65000 +NIC,2036,18,62000,65000 +NIC,2037,0,57000,60000 +NIC,2037,1,57000,60000 +NIC,2037,2,57000,60000 +NIC,2037,3,57000,60000 +NIC,2037,4,58000,60000 +NIC,2037,5,58000,61000 +NIC,2037,6,58000,61000 +NIC,2037,7,58000,61000 +NIC,2037,8,58000,61000 +NIC,2037,9,58000,61000 +NIC,2037,10,59000,62000 +NIC,2037,11,59000,62000 +NIC,2037,12,59000,62000 +NIC,2037,13,60000,63000 +NIC,2037,14,60000,63000 +NIC,2037,15,60000,63000 +NIC,2037,16,61000,64000 +NIC,2037,17,61000,64000 +NIC,2037,18,61000,65000 +NIC,2038,0,57000,59000 +NIC,2038,1,57000,59000 +NIC,2038,2,57000,60000 +NIC,2038,3,57000,60000 +NIC,2038,4,57000,60000 +NIC,2038,5,58000,60000 +NIC,2038,6,58000,60000 +NIC,2038,7,58000,61000 +NIC,2038,8,58000,61000 +NIC,2038,9,58000,61000 +NIC,2038,10,58000,61000 +NIC,2038,11,59000,62000 +NIC,2038,12,59000,62000 +NIC,2038,13,59000,62000 +NIC,2038,14,59000,62000 +NIC,2038,15,60000,63000 +NIC,2038,16,60000,63000 +NIC,2038,17,60000,64000 +NIC,2038,18,61000,64000 +NIC,2039,0,56000,59000 +NIC,2039,1,57000,59000 +NIC,2039,2,57000,59000 +NIC,2039,3,57000,60000 +NIC,2039,4,57000,60000 +NIC,2039,5,57000,60000 +NIC,2039,6,57000,60000 +NIC,2039,7,58000,60000 +NIC,2039,8,58000,61000 +NIC,2039,9,58000,61000 +NIC,2039,10,58000,61000 +NIC,2039,11,58000,61000 +NIC,2039,12,58000,61000 +NIC,2039,13,59000,62000 +NIC,2039,14,59000,62000 +NIC,2039,15,59000,62000 +NIC,2039,16,59000,63000 +NIC,2039,17,60000,63000 +NIC,2039,18,60000,63000 +NIC,2040,0,56000,59000 +NIC,2040,1,56000,59000 +NIC,2040,2,56000,59000 +NIC,2040,3,57000,59000 +NIC,2040,4,57000,60000 +NIC,2040,5,57000,60000 +NIC,2040,6,57000,60000 +NIC,2040,7,57000,60000 +NIC,2040,8,57000,60000 +NIC,2040,9,58000,61000 +NIC,2040,10,58000,61000 +NIC,2040,11,58000,61000 +NIC,2040,12,58000,61000 +NIC,2040,13,58000,61000 +NIC,2040,14,59000,62000 +NIC,2040,15,59000,62000 +NIC,2040,16,59000,62000 +NIC,2040,17,59000,62000 +NIC,2040,18,60000,63000 +NIC,2041,0,56000,58000 +NIC,2041,1,56000,59000 +NIC,2041,2,56000,59000 +NIC,2041,3,56000,59000 +NIC,2041,4,57000,59000 +NIC,2041,5,57000,59000 +NIC,2041,6,57000,60000 +NIC,2041,7,57000,60000 +NIC,2041,8,57000,60000 +NIC,2041,9,57000,60000 +NIC,2041,10,57000,60000 +NIC,2041,11,58000,61000 +NIC,2041,12,58000,61000 +NIC,2041,13,58000,61000 +NIC,2041,14,58000,61000 +NIC,2041,15,58000,61000 +NIC,2041,16,59000,62000 +NIC,2041,17,59000,62000 +NIC,2041,18,59000,62000 +NIC,2042,0,55000,58000 +NIC,2042,1,56000,58000 +NIC,2042,2,56000,58000 +NIC,2042,3,56000,59000 +NIC,2042,4,56000,59000 +NIC,2042,5,56000,59000 +NIC,2042,6,57000,59000 +NIC,2042,7,57000,60000 +NIC,2042,8,57000,60000 +NIC,2042,9,57000,60000 +NIC,2042,10,57000,60000 +NIC,2042,11,57000,60000 +NIC,2042,12,57000,60000 +NIC,2042,13,58000,61000 +NIC,2042,14,58000,61000 +NIC,2042,15,58000,61000 +NIC,2042,16,58000,61000 +NIC,2042,17,58000,62000 +NIC,2042,18,59000,62000 +NIC,2043,0,55000,58000 +NIC,2043,1,55000,58000 +NIC,2043,2,56000,58000 +NIC,2043,3,56000,58000 +NIC,2043,4,56000,59000 +NIC,2043,5,56000,59000 +NIC,2043,6,56000,59000 +NIC,2043,7,56000,59000 +NIC,2043,8,57000,60000 +NIC,2043,9,57000,60000 +NIC,2043,10,57000,60000 +NIC,2043,11,57000,60000 +NIC,2043,12,57000,60000 +NIC,2043,13,57000,60000 +NIC,2043,14,57000,60000 +NIC,2043,15,58000,61000 +NIC,2043,16,58000,61000 +NIC,2043,17,58000,61000 +NIC,2043,18,58000,61000 +NIC,2044,0,55000,57000 +NIC,2044,1,55000,58000 +NIC,2044,2,55000,58000 +NIC,2044,3,55000,58000 +NIC,2044,4,56000,58000 +NIC,2044,5,56000,59000 +NIC,2044,6,56000,59000 +NIC,2044,7,56000,59000 +NIC,2044,8,56000,59000 +NIC,2044,9,57000,59000 +NIC,2044,10,57000,60000 +NIC,2044,11,57000,60000 +NIC,2044,12,57000,60000 +NIC,2044,13,57000,60000 +NIC,2044,14,57000,60000 +NIC,2044,15,57000,60000 +NIC,2044,16,57000,61000 +NIC,2044,17,58000,61000 +NIC,2044,18,58000,61000 +NIC,2045,0,54000,57000 +NIC,2045,1,55000,57000 +NIC,2045,2,55000,58000 +NIC,2045,3,55000,58000 +NIC,2045,4,55000,58000 +NIC,2045,5,56000,58000 +NIC,2045,6,56000,59000 +NIC,2045,7,56000,59000 +NIC,2045,8,56000,59000 +NIC,2045,9,56000,59000 +NIC,2045,10,56000,59000 +NIC,2045,11,56000,60000 +NIC,2045,12,57000,60000 +NIC,2045,13,57000,60000 +NIC,2045,14,57000,60000 +NIC,2045,15,57000,60000 +NIC,2045,16,57000,60000 +NIC,2045,17,57000,60000 +NIC,2045,18,57000,61000 +NIC,2046,0,54000,56000 +NIC,2046,1,54000,57000 +NIC,2046,2,55000,57000 +NIC,2046,3,55000,57000 +NIC,2046,4,55000,58000 +NIC,2046,5,55000,58000 +NIC,2046,6,55000,58000 +NIC,2046,7,56000,58000 +NIC,2046,8,56000,59000 +NIC,2046,9,56000,59000 +NIC,2046,10,56000,59000 +NIC,2046,11,56000,59000 +NIC,2046,12,56000,59000 +NIC,2046,13,56000,60000 +NIC,2046,14,57000,60000 +NIC,2046,15,57000,60000 +NIC,2046,16,57000,60000 +NIC,2046,17,57000,60000 +NIC,2046,18,57000,60000 +NIC,2047,0,53000,56000 +NIC,2047,1,54000,56000 +NIC,2047,2,54000,57000 +NIC,2047,3,54000,57000 +NIC,2047,4,55000,57000 +NIC,2047,5,55000,58000 +NIC,2047,6,55000,58000 +NIC,2047,7,55000,58000 +NIC,2047,8,56000,58000 +NIC,2047,9,56000,59000 +NIC,2047,10,56000,59000 +NIC,2047,11,56000,59000 +NIC,2047,12,56000,59000 +NIC,2047,13,56000,59000 +NIC,2047,14,56000,59000 +NIC,2047,15,56000,60000 +NIC,2047,16,57000,60000 +NIC,2047,17,57000,60000 +NIC,2047,18,57000,60000 +NIC,2048,0,53000,55000 +NIC,2048,1,53000,56000 +NIC,2048,2,54000,56000 +NIC,2048,3,54000,57000 +NIC,2048,4,54000,57000 +NIC,2048,5,55000,57000 +NIC,2048,6,55000,58000 +NIC,2048,7,55000,58000 +NIC,2048,8,55000,58000 +NIC,2048,9,55000,58000 +NIC,2048,10,56000,59000 +NIC,2048,11,56000,59000 +NIC,2048,12,56000,59000 +NIC,2048,13,56000,59000 +NIC,2048,14,56000,59000 +NIC,2048,15,56000,59000 +NIC,2048,16,56000,59000 +NIC,2048,17,56000,59000 +NIC,2048,18,56000,60000 +NIC,2049,0,53000,55000 +NIC,2049,1,53000,55000 +NIC,2049,2,53000,56000 +NIC,2049,3,54000,56000 +NIC,2049,4,54000,57000 +NIC,2049,5,54000,57000 +NIC,2049,6,55000,57000 +NIC,2049,7,55000,58000 +NIC,2049,8,55000,58000 +NIC,2049,9,55000,58000 +NIC,2049,10,55000,58000 +NIC,2049,11,55000,58000 +NIC,2049,12,56000,59000 +NIC,2049,13,56000,59000 +NIC,2049,14,56000,59000 +NIC,2049,15,56000,59000 +NIC,2049,16,56000,59000 +NIC,2049,17,56000,59000 +NIC,2049,18,56000,59000 +NIC,2050,0,52000,54000 +NIC,2050,1,52000,55000 +NIC,2050,2,53000,55000 +NIC,2050,3,53000,56000 +NIC,2050,4,54000,56000 +NIC,2050,5,54000,57000 +NIC,2050,6,54000,57000 +NIC,2050,7,54000,57000 +NIC,2050,8,55000,57000 +NIC,2050,9,55000,58000 +NIC,2050,10,55000,58000 +NIC,2050,11,55000,58000 +NIC,2050,12,55000,58000 +NIC,2050,13,55000,58000 +NIC,2050,14,55000,59000 +NIC,2050,15,56000,59000 +NIC,2050,16,56000,59000 +NIC,2050,17,56000,59000 +NIC,2050,18,56000,59000 +NLD,1990,0,92339,97338 +NLD,1990,1,92007,96624 +NLD,1990,2,91376,95696 +NLD,1990,3,90532,94630 +NLD,1990,4,89560,93504 +NLD,1990,5,88545,92397 +NLD,1990,6,87574,91386 +NLD,1990,7,86732,90549 +NLD,1990,8,86104,89964 +NLD,1990,9,85776,89709 +NLD,1990,10,85630,89664 +NLD,1990,11,85545,89712 +NLD,1990,12,86631,90912 +NLD,1990,13,89380,93736 +NLD,1990,14,93266,97673 +NLD,1990,15,97138,101616 +NLD,1990,16,101075,105640 +NLD,1990,17,105205,109840 +NLD,1990,18,109429,114104 +NLD,1991,0,92865,97935 +NLD,1991,1,92969,97837 +NLD,1991,2,92529,97064 +NLD,1991,3,91818,96093 +NLD,1991,4,90917,94998 +NLD,1991,5,89910,93856 +NLD,1991,6,88881,92745 +NLD,1991,7,87916,91745 +NLD,1991,8,87083,90915 +NLD,1991,9,86460,90324 +NLD,1991,10,86137,90057 +NLD,1991,11,86005,90009 +NLD,1991,12,85941,90055 +NLD,1991,13,87061,91276 +NLD,1991,14,89864,94156 +NLD,1991,15,93814,98168 +NLD,1991,16,97747,102181 +NLD,1991,17,101740,106272 +NLD,1991,18,105919,110531 +NLD,1992,0,93595,98812 +NLD,1992,1,94118,98968 +NLD,1992,2,93579,98333 +NLD,1992,3,93031,97502 +NLD,1992,4,92239,96489 +NLD,1992,5,91283,95365 +NLD,1992,6,90240,94206 +NLD,1992,7,89198,93092 +NLD,1992,8,88238,92103 +NLD,1992,9,87415,91279 +NLD,1992,10,86797,90682 +NLD,1992,11,86479,90404 +NLD,1992,12,86363,90353 +NLD,1992,13,86319,90396 +NLD,1992,14,87473,91639 +NLD,1992,15,90328,94573 +NLD,1992,16,94341,98662 +NLD,1992,17,98334,102745 +NLD,1992,18,102383,106902 +NLD,1993,0,94329,99717 +NLD,1993,1,95002,100034 +NLD,1993,2,95123,99857 +NLD,1993,3,94164,98811 +NLD,1993,4,93508,97922 +NLD,1993,5,92636,96866 +NLD,1993,6,91624,95714 +NLD,1993,7,90547,94539 +NLD,1993,8,89490,93421 +NLD,1993,9,88537,92443 +NLD,1993,10,87724,91627 +NLD,1993,11,87111,91023 +NLD,1993,12,86797,90734 +NLD,1993,13,86697,90680 +NLD,1993,14,86673,90721 +NLD,1993,15,87861,91984 +NLD,1993,16,90768,94973 +NLD,1993,17,94843,99137 +NLD,1993,18,98894,103289 +NLD,1994,0,94787,100303 +NLD,1994,1,95582,100763 +NLD,1994,2,95849,100743 +NLD,1994,3,95668,100322 +NLD,1994,4,94732,99268 +NLD,1994,5,93968,98321 +NLD,1994,6,93016,97223 +NLD,1994,7,91948,96043 +NLD,1994,8,90837,94851 +NLD,1994,9,89766,93731 +NLD,1994,10,88820,92764 +NLD,1994,11,88017,91954 +NLD,1994,12,87409,91344 +NLD,1994,13,87100,91044 +NLD,1994,14,87015,90987 +NLD,1994,15,87011,91026 +NLD,1994,16,88233,92310 +NLD,1994,17,91191,95353 +NLD,1994,18,95328,99590 +NLD,1995,0,94793,100348 +NLD,1995,1,95772,101029 +NLD,1995,2,96241,101237 +NLD,1995,3,96270,101041 +NLD,1995,4,95930,100508 +NLD,1995,5,95290,99705 +NLD,1995,6,94418,98699 +NLD,1995,7,93386,97559 +NLD,1995,8,92262,96352 +NLD,1995,9,91117,95144 +NLD,1995,10,90033,94021 +NLD,1995,11,89093,93065 +NLD,1995,12,88300,92262 +NLD,1995,13,87697,91647 +NLD,1995,14,87393,91336 +NLD,1995,15,87323,91275 +NLD,1995,16,87340,91312 +NLD,1995,17,88596,92616 +NLD,1995,18,91605,95713 +NLD,1996,0,94258,99760 +NLD,1996,1,95315,100738 +NLD,1996,2,96146,101316 +NLD,1996,3,96526,101472 +NLD,1996,4,96516,101263 +NLD,1996,5,96175,100750 +NLD,1996,6,95574,99999 +NLD,1996,7,94779,99077 +NLD,1996,8,93816,98007 +NLD,1996,9,92731,96836 +NLD,1996,10,91606,95643 +NLD,1996,11,90561,94549 +NLD,1996,12,89669,93630 +NLD,1996,13,88924,92858 +NLD,1996,14,88367,92266 +NLD,1996,15,88108,91973 +NLD,1996,16,88080,91927 +NLD,1996,17,88135,91973 +NLD,1996,18,89420,93285 +NLD,1997,0,93230,98588 +NLD,1997,1,94856,100048 +NLD,1997,2,95828,101108 +NLD,1997,3,96512,101585 +NLD,1997,4,96803,101688 +NLD,1997,5,96752,101466 +NLD,1997,6,96412,100974 +NLD,1997,7,95850,100275 +NLD,1997,8,95132,99435 +NLD,1997,9,94238,98437 +NLD,1997,10,93191,97302 +NLD,1997,11,92088,96125 +NLD,1997,12,91081,95060 +NLD,1997,13,90236,94177 +NLD,1997,14,89539,93437 +NLD,1997,15,89030,92869 +NLD,1997,16,88816,92593 +NLD,1997,17,88829,92561 +NLD,1997,18,88922,92617 +NLD,1998,0,92132,97317 +NLD,1998,1,94054,99147 +NLD,1998,2,95466,100464 +NLD,1998,3,96332,101468 +NLD,1998,4,96869,101843 +NLD,1998,5,97071,101892 +NLD,1998,6,96979,101658 +NLD,1998,7,96639,101185 +NLD,1998,8,96116,100539 +NLD,1998,9,95476,99783 +NLD,1998,10,94651,98855 +NLD,1998,11,93643,97757 +NLD,1998,12,92560,96596 +NLD,1998,13,91592,95561 +NLD,1998,14,90795,94714 +NLD,1998,15,90146,94005 +NLD,1998,16,89684,93461 +NLD,1998,17,89514,93202 +NLD,1998,18,89569,93185 +NLD,1999,0,91542,96608 +NLD,1999,1,93534,98564 +NLD,1999,2,95065,100049 +NLD,1999,3,96177,101103 +NLD,1999,4,96813,101810 +NLD,1999,5,97203,102083 +NLD,1999,6,97315,102079 +NLD,1999,7,97183,101833 +NLD,1999,8,96844,101381 +NLD,1999,9,96360,100786 +NLD,1999,10,95796,100113 +NLD,1999,11,95042,99257 +NLD,1999,12,94072,98196 +NLD,1999,13,93011,97051 +NLD,1999,14,92081,96045 +NLD,1999,15,91332,95235 +NLD,1999,16,90732,94558 +NLD,1999,17,90317,94037 +NLD,1999,18,90192,93796 +NLD,2000,0,91823,96882 +NLD,2000,1,93561,98609 +NLD,2000,2,94947,99970 +NLD,2000,3,96007,100992 +NLD,2000,4,96769,101703 +NLD,2000,5,97258,102130 +NLD,2000,6,97501,102300 +NLD,2000,7,97523,102243 +NLD,2000,8,97351,101984 +NLD,2000,9,97012,101553 +NLD,2000,10,96568,101011 +NLD,2000,11,96082,100421 +NLD,2000,12,95397,99636 +NLD,2000,13,94466,98612 +NLD,2000,14,93426,97483 +NLD,2000,15,92536,96508 +NLD,2000,16,91836,95734 +NLD,2000,17,91284,95088 +NLD,2000,18,90916,94592 +NLD,2001,0,93427,98582 +NLD,2001,1,92709,97782 +NLD,2001,2,94120,99168 +NLD,2001,3,95286,100299 +NLD,2001,4,96217,101186 +NLD,2001,5,96924,101839 +NLD,2001,6,97433,102287 +NLD,2001,7,97771,102556 +NLD,2001,8,97863,102572 +NLD,2001,9,97684,102311 +NLD,2001,10,97294,101834 +NLD,2001,11,96841,101287 +NLD,2001,12,96365,100709 +NLD,2001,13,95716,99961 +NLD,2001,14,94855,99010 +NLD,2001,15,93908,97974 +NLD,2001,16,93108,97088 +NLD,2001,17,92497,96404 +NLD,2001,18,92031,95824 +NLD,2002,0,95913,101268 +NLD,2002,1,95954,101234 +NLD,2002,2,93532,98624 +NLD,2002,3,94614,99666 +NLD,2002,4,95559,100567 +NLD,2002,5,96361,101318 +NLD,2002,6,97012,101913 +NLD,2002,7,97540,102381 +NLD,2002,8,97975,102750 +NLD,2002,9,98136,102840 +NLD,2002,10,97949,102576 +NLD,2002,11,97510,102054 +NLD,2002,12,97047,101501 +NLD,2002,13,96582,100936 +NLD,2002,14,95968,100225 +NLD,2002,15,95179,99348 +NLD,2002,16,94325,98406 +NLD,2002,17,93616,97610 +NLD,2002,18,93094,97015 +NLD,2003,0,98504,104097 +NLD,2003,1,97493,102951 +NLD,2003,2,96810,102146 +NLD,2003,3,94306,99423 +NLD,2003,4,95060,100122 +NLD,2003,5,95783,100791 +NLD,2003,6,96454,101406 +NLD,2003,7,97049,101944 +NLD,2003,8,97597,102433 +NLD,2003,9,98127,102900 +NLD,2003,10,98358,103064 +NLD,2003,11,98163,102797 +NLD,2003,12,97675,102231 +NLD,2003,13,97203,101673 +NLD,2003,14,96749,101119 +NLD,2003,15,96171,100446 +NLD,2003,16,95453,99643 +NLD,2003,17,94693,98796 +NLD,2003,18,94076,98089 +NLD,2004,0,100124,105898 +NLD,2004,1,98453,104055 +NLD,2004,2,97255,102707 +NLD,2004,3,96473,101793 +NLD,2004,4,95062,100213 +NLD,2004,5,95487,100569 +NLD,2004,6,95989,101007 +NLD,2004,7,96529,101486 +NLD,2004,8,97068,101966 +NLD,2004,9,97635,102475 +NLD,2004,10,98261,103041 +NLD,2004,11,98560,103278 +NLD,2004,12,98358,103008 +NLD,2004,13,97821,102398 +NLD,2004,14,97340,101835 +NLD,2004,15,96896,101294 +NLD,2004,16,96356,100659 +NLD,2004,17,95709,99929 +NLD,2004,18,95043,99177 +NLD,2005,0,100050,105881 +NLD,2005,1,98389,104058 +NLD,2005,2,97190,102717 +NLD,2005,3,96399,101801 +NLD,2005,4,95959,101253 +NLD,2005,5,95815,101014 +NLD,2005,6,95911,101027 +NLD,2005,7,96192,101233 +NLD,2005,8,96602,101577 +NLD,2005,9,97085,101999 +NLD,2005,10,97672,102527 +NLD,2005,11,98392,103192 +NLD,2005,12,98761,103503 +NLD,2005,13,98551,103231 +NLD,2005,14,97965,102576 +NLD,2005,15,97475,102008 +NLD,2005,16,97042,101479 +NLD,2005,17,96538,100882 +NLD,2005,18,95963,100225 +NLD,2006,0,97937,103620 +NLD,2006,1,99435,105187 +NLD,2006,2,98248,103876 +NLD,2006,3,97341,102853 +NLD,2006,4,96691,102094 +NLD,2006,5,96273,101575 +NLD,2006,6,96034,101240 +NLD,2006,7,95921,101031 +NLD,2006,8,96059,101087 +NLD,2006,9,96485,101448 +NLD,2006,10,97085,101992 +NLD,2006,11,97729,102580 +NLD,2006,12,98469,103265 +NLD,2006,13,98909,103632 +NLD,2006,14,98848,103468 +NLD,2006,15,98454,102950 +NLD,2006,16,98145,102510 +NLD,2006,17,97892,102108 +NLD,2006,18,97512,101600 +NLD,2007,0,94173,99590 +NLD,2007,1,94891,100328 +NLD,2007,2,98859,104548 +NLD,2007,3,98146,103748 +NLD,2007,4,97530,103043 +NLD,2007,5,97020,102440 +NLD,2007,6,96625,101951 +NLD,2007,7,96291,101519 +NLD,2007,8,95968,101088 +NLD,2007,9,95964,100993 +NLD,2007,10,96405,101371 +NLD,2007,11,97122,102039 +NLD,2007,12,97824,102686 +NLD,2007,13,98583,103393 +NLD,2007,14,99094,103816 +NLD,2007,15,99182,103759 +NLD,2007,16,98982,103378 +NLD,2007,17,98852,103066 +NLD,2007,18,98778,102790 +NLD,2008,0,89655,94749 +NLD,2008,1,92154,97400 +NLD,2008,2,94116,99471 +NLD,2008,3,98298,103935 +NLD,2008,4,98059,103647 +NLD,2008,5,97734,103259 +NLD,2008,6,97365,102813 +NLD,2008,7,96992,102353 +NLD,2008,8,96563,101823 +NLD,2008,9,96031,101171 +NLD,2008,10,95883,100924 +NLD,2008,11,96341,101321 +NLD,2008,12,97175,102111 +NLD,2008,13,97935,102818 +NLD,2008,14,98713,103546 +NLD,2008,15,99296,104025 +NLD,2008,16,99533,104077 +NLD,2008,17,99525,103833 +NLD,2008,18,99575,103648 +NLD,2009,0,85673,90478 +NLD,2009,1,89582,94645 +NLD,2009,2,92634,97892 +NLD,2009,3,94921,100317 +NLD,2009,4,97712,103298 +NLD,2009,5,97947,103522 +NLD,2009,6,97914,103451 +NLD,2009,7,97686,103162 +NLD,2009,8,97334,102731 +NLD,2009,9,96811,102105 +NLD,2009,10,96069,101230 +NLD,2009,11,95779,100832 +NLD,2009,12,96253,101247 +NLD,2009,13,97203,102161 +NLD,2009,14,98021,102927 +NLD,2009,15,98818,103676 +NLD,2009,16,99472,104211 +NLD,2009,17,99858,104370 +NLD,2009,18,100044,104264 +NLD,2010,0,83147,87764 +NLD,2010,1,87666,92591 +NLD,2010,2,91216,96379 +NLD,2010,3,93899,99240 +NLD,2010,4,95820,101282 +NLD,2010,5,97083,102616 +NLD,2010,6,97792,103351 +NLD,2010,7,98051,103597 +NLD,2010,8,97964,103465 +NLD,2010,9,97635,103064 +NLD,2010,10,97017,102341 +NLD,2010,11,96065,101245 +NLD,2010,12,95633,100696 +NLD,2010,13,96122,101128 +NLD,2010,14,97189,102165 +NLD,2010,15,98065,102990 +NLD,2010,16,98881,103760 +NLD,2010,17,99606,104351 +NLD,2010,18,100140,104618 +NLD,2011,0,82592,87142 +NLD,2011,1,84205,88886 +NLD,2011,2,88087,93035 +NLD,2011,3,91233,96394 +NLD,2011,4,93710,99034 +NLD,2011,5,95585,101025 +NLD,2011,6,96960,102477 +NLD,2011,7,97941,103499 +NLD,2011,8,98409,103964 +NLD,2011,9,98357,103862 +NLD,2011,10,97962,103383 +NLD,2011,11,97356,102666 +NLD,2011,12,96450,101610 +NLD,2011,13,96094,101131 +NLD,2011,14,96708,101675 +NLD,2011,15,97924,102845 +NLD,2011,16,98939,103795 +NLD,2011,17,99894,104687 +NLD,2011,18,100710,105360 +NLD,2012,0,83496,88073 +NLD,2012,1,86469,91262 +NLD,2012,2,85207,89943 +NLD,2012,3,88450,93410 +NLD,2012,4,91190,96337 +NLD,2012,5,93459,98755 +NLD,2012,6,95285,100693 +NLD,2012,7,96773,102262 +NLD,2012,8,98025,103569 +NLD,2012,9,98702,104252 +NLD,2012,10,98684,104182 +NLD,2012,11,98224,103626 +NLD,2012,12,97631,102913 +NLD,2012,13,96770,101900 +NLD,2012,14,96492,101491 +NLD,2012,15,97230,102146 +NLD,2012,16,98594,103450 +NLD,2012,17,99748,104523 +NLD,2012,18,100842,105537 +NLD,2013,0,85205,89864 +NLD,2013,1,86585,91359 +NLD,2013,2,87950,92835 +NLD,2013,3,86169,90958 +NLD,2013,4,88770,93743 +NLD,2013,5,91104,96236 +NLD,2013,6,93163,98431 +NLD,2013,7,94940,100315 +NLD,2013,8,96539,102000 +NLD,2013,9,98062,103593 +NLD,2013,10,98947,104494 +NLD,2013,11,98964,104454 +NLD,2013,12,98439,103821 +NLD,2013,13,97859,103115 +NLD,2013,14,97044,102143 +NLD,2013,15,96844,101805 +NLD,2013,16,97706,102571 +NLD,2013,17,99218,104007 +NLD,2013,18,100510,105203 +NLD,2014,0,86732,91474 +NLD,2014,1,86680,91443 +NLD,2014,2,87010,91820 +NLD,2014,3,87665,92541 +NLD,2014,4,87118,91977 +NLD,2014,5,89078,94079 +NLD,2014,6,91005,96140 +NLD,2014,7,92855,98111 +NLD,2014,8,94583,99943 +NLD,2014,9,96292,101744 +NLD,2014,10,98086,103622 +NLD,2014,11,99179,104740 +NLD,2014,12,99231,104731 +NLD,2014,13,98641,104021 +NLD,2014,14,98074,103320 +NLD,2014,15,97305,102391 +NLD,2014,16,97183,102124 +NLD,2014,17,98168,103001 +NLD,2014,18,99827,104569 +NLD,2015,0,87376,92160 +NLD,2015,1,86453,91203 +NLD,2015,2,86143,90900 +NLD,2015,3,86363,91161 +NLD,2015,4,87031,91897 +NLD,2015,5,88066,93020 +NLD,2015,6,89384,94441 +NLD,2015,7,90905,96070 +NLD,2015,8,92545,97818 +NLD,2015,9,94224,99597 +NLD,2015,10,96044,101514 +NLD,2015,11,98108,103678 +NLD,2015,12,99409,105014 +NLD,2015,13,99496,105036 +NLD,2015,14,98842,104249 +NLD,2015,15,98287,103553 +NLD,2015,16,97564,102666 +NLD,2015,17,97520,102469 +NLD,2015,18,98628,103457 +NLD,2016,0,86924,91616 +NLD,2016,1,87046,91773 +NLD,2016,2,86430,91147 +NLD,2016,3,86307,91045 +NLD,2016,4,86616,91403 +NLD,2016,5,87295,92151 +NLD,2016,6,88261,93202 +NLD,2016,7,89433,94466 +NLD,2016,8,90853,95985 +NLD,2016,9,92501,97738 +NLD,2016,10,94252,99590 +NLD,2016,11,96105,101538 +NLD,2016,12,98183,103713 +NLD,2016,13,99504,105064 +NLD,2016,14,99619,105110 +NLD,2016,15,98998,104351 +NLD,2016,16,98475,103683 +NLD,2016,17,97785,102824 +NLD,2016,18,97768,102650 +NLD,2017,0,85637,90197 +NLD,2017,1,84952,89494 +NLD,2017,2,86725,91417 +NLD,2017,3,86416,91120 +NLD,2017,4,86481,91221 +NLD,2017,5,86879,91675 +NLD,2017,6,87568,92436 +NLD,2017,7,88467,93415 +NLD,2017,8,89493,94522 +NLD,2017,9,90812,95933 +NLD,2017,10,92466,97690 +NLD,2017,11,94290,99615 +NLD,2017,12,96177,101596 +NLD,2017,13,98268,103782 +NLD,2017,14,99610,105150 +NLD,2017,15,99753,105219 +NLD,2017,16,99165,104488 +NLD,2017,17,98675,103847 +NLD,2017,18,98017,103015 +NLD,2018,0,83988,88399 +NLD,2018,1,83998,88438 +NLD,2018,2,84254,88743 +NLD,2018,3,86408,91077 +NLD,2018,4,86406,91111 +NLD,2018,5,86658,91414 +NLD,2018,6,87145,91964 +NLD,2018,7,87845,92738 +NLD,2018,8,88676,93645 +NLD,2018,9,89555,94596 +NLD,2018,10,90774,95898 +NLD,2018,11,92435,97660 +NLD,2018,12,94332,99660 +NLD,2018,13,96252,101673 +NLD,2018,14,98358,103870 +NLD,2018,15,99720,105255 +NLD,2018,16,99892,105348 +NLD,2018,17,99336,104645 +NLD,2018,18,98878,104031 +NLD,2019,0,83000,87000 +NLD,2019,1,83000,88000 +NLD,2019,2,84000,88000 +NLD,2019,3,85000,89000 +NLD,2019,4,86000,91000 +NLD,2019,5,86000,91000 +NLD,2019,6,87000,92000 +NLD,2019,7,87000,92000 +NLD,2019,8,88000,93000 +NLD,2019,9,89000,94000 +NLD,2019,10,90000,95000 +NLD,2019,11,91000,96000 +NLD,2019,12,92000,98000 +NLD,2019,13,94000,100000 +NLD,2019,14,96000,102000 +NLD,2019,15,98000,104000 +NLD,2019,16,100000,105000 +NLD,2019,17,100000,105000 +NLD,2019,18,99000,105000 +NLD,2020,0,82000,86000 +NLD,2020,1,83000,87000 +NLD,2020,2,84000,88000 +NLD,2020,3,84000,89000 +NLD,2020,4,85000,90000 +NLD,2020,5,86000,90000 +NLD,2020,6,86000,91000 +NLD,2020,7,87000,92000 +NLD,2020,8,88000,92000 +NLD,2020,9,88000,93000 +NLD,2020,10,89000,94000 +NLD,2020,11,90000,95000 +NLD,2020,12,91000,96000 +NLD,2020,13,92000,98000 +NLD,2020,14,94000,100000 +NLD,2020,15,96000,102000 +NLD,2020,16,98000,104000 +NLD,2020,17,100000,105000 +NLD,2020,18,100000,106000 +NLD,2021,0,83000,87000 +NLD,2021,1,83000,87000 +NLD,2021,2,83000,88000 +NLD,2021,3,84000,88000 +NLD,2021,4,84000,89000 +NLD,2021,5,85000,90000 +NLD,2021,6,86000,90000 +NLD,2021,7,86000,91000 +NLD,2021,8,87000,92000 +NLD,2021,9,88000,93000 +NLD,2021,10,88000,93000 +NLD,2021,11,89000,94000 +NLD,2021,12,90000,95000 +NLD,2021,13,91000,96000 +NLD,2021,14,93000,98000 +NLD,2021,15,95000,100000 +NLD,2021,16,97000,102000 +NLD,2021,17,99000,104000 +NLD,2021,18,100000,106000 +NLD,2022,0,84000,88000 +NLD,2022,1,84000,88000 +NLD,2022,2,83000,87000 +NLD,2022,3,83000,88000 +NLD,2022,4,84000,88000 +NLD,2022,5,84000,89000 +NLD,2022,6,85000,90000 +NLD,2022,7,86000,90000 +NLD,2022,8,86000,91000 +NLD,2022,9,87000,92000 +NLD,2022,10,88000,93000 +NLD,2022,11,89000,93000 +NLD,2022,12,89000,94000 +NLD,2022,13,90000,95000 +NLD,2022,14,91000,96000 +NLD,2022,15,93000,98000 +NLD,2022,16,95000,100000 +NLD,2022,17,97000,102000 +NLD,2022,18,99000,105000 +NLD,2023,0,86000,90000 +NLD,2023,1,85000,89000 +NLD,2023,2,85000,89000 +NLD,2023,3,83000,87000 +NLD,2023,4,84000,88000 +NLD,2023,5,84000,88000 +NLD,2023,6,84000,89000 +NLD,2023,7,85000,90000 +NLD,2023,8,86000,90000 +NLD,2023,9,86000,91000 +NLD,2023,10,87000,92000 +NLD,2023,11,88000,93000 +NLD,2023,12,89000,94000 +NLD,2023,13,89000,94000 +NLD,2023,14,90000,95000 +NLD,2023,15,91000,96000 +NLD,2023,16,93000,98000 +NLD,2023,17,95000,100000 +NLD,2023,18,97000,102000 +NLD,2024,0,87000,92000 +NLD,2024,1,86000,90000 +NLD,2024,2,85000,89000 +NLD,2024,3,84000,89000 +NLD,2024,4,83000,88000 +NLD,2024,5,84000,88000 +NLD,2024,6,84000,88000 +NLD,2024,7,84000,89000 +NLD,2024,8,85000,89000 +NLD,2024,9,86000,90000 +NLD,2024,10,86000,91000 +NLD,2024,11,87000,92000 +NLD,2024,12,88000,93000 +NLD,2024,13,89000,94000 +NLD,2024,14,89000,94000 +NLD,2024,15,90000,95000 +NLD,2024,16,91000,96000 +NLD,2024,17,93000,98000 +NLD,2024,18,95000,100000 +NLD,2025,0,88000,92000 +NLD,2025,1,86000,91000 +NLD,2025,2,85000,90000 +NLD,2025,3,85000,89000 +NLD,2025,4,84000,88000 +NLD,2025,5,84000,88000 +NLD,2025,6,84000,88000 +NLD,2025,7,84000,88000 +NLD,2025,8,84000,89000 +NLD,2025,9,85000,89000 +NLD,2025,10,86000,90000 +NLD,2025,11,86000,91000 +NLD,2025,12,87000,92000 +NLD,2025,13,88000,93000 +NLD,2025,14,89000,94000 +NLD,2025,15,89000,94000 +NLD,2025,16,90000,95000 +NLD,2025,17,91000,96000 +NLD,2025,18,93000,98000 +NLD,2026,0,88000,92000 +NLD,2026,1,88000,92000 +NLD,2026,2,87000,91000 +NLD,2026,3,86000,90000 +NLD,2026,4,85000,89000 +NLD,2026,5,84000,89000 +NLD,2026,6,84000,88000 +NLD,2026,7,84000,88000 +NLD,2026,8,84000,88000 +NLD,2026,9,84000,89000 +NLD,2026,10,85000,89000 +NLD,2026,11,86000,90000 +NLD,2026,12,87000,91000 +NLD,2026,13,87000,92000 +NLD,2026,14,88000,93000 +NLD,2026,15,89000,94000 +NLD,2026,16,90000,95000 +NLD,2026,17,90000,95000 +NLD,2026,18,92000,97000 +NLD,2027,0,87000,92000 +NLD,2027,1,87000,91000 +NLD,2027,2,88000,92000 +NLD,2027,3,87000,91000 +NLD,2027,4,86000,90000 +NLD,2027,5,85000,89000 +NLD,2027,6,85000,89000 +NLD,2027,7,84000,88000 +NLD,2027,8,84000,88000 +NLD,2027,9,84000,88000 +NLD,2027,10,84000,89000 +NLD,2027,11,85000,89000 +NLD,2027,12,86000,90000 +NLD,2027,13,87000,91000 +NLD,2027,14,88000,92000 +NLD,2027,15,88000,93000 +NLD,2027,16,89000,94000 +NLD,2027,17,90000,95000 +NLD,2027,18,91000,96000 +NLD,2028,0,86000,90000 +NLD,2028,1,86000,91000 +NLD,2028,2,86000,90000 +NLD,2028,3,87000,92000 +NLD,2028,4,87000,91000 +NLD,2028,5,86000,90000 +NLD,2028,6,85000,90000 +NLD,2028,7,85000,89000 +NLD,2028,8,84000,89000 +NLD,2028,9,84000,88000 +NLD,2028,10,84000,88000 +NLD,2028,11,84000,89000 +NLD,2028,12,85000,90000 +NLD,2028,13,86000,90000 +NLD,2028,14,87000,91000 +NLD,2028,15,88000,92000 +NLD,2028,16,89000,93000 +NLD,2028,17,89000,94000 +NLD,2028,18,90000,95000 +NLD,2029,0,85000,89000 +NLD,2029,1,86000,90000 +NLD,2029,2,86000,91000 +NLD,2029,3,87000,91000 +NLD,2029,4,87000,91000 +NLD,2029,5,87000,91000 +NLD,2029,6,86000,90000 +NLD,2029,7,86000,90000 +NLD,2029,8,85000,89000 +NLD,2029,9,85000,89000 +NLD,2029,10,84000,88000 +NLD,2029,11,84000,88000 +NLD,2029,12,84000,89000 +NLD,2029,13,85000,90000 +NLD,2029,14,86000,90000 +NLD,2029,15,87000,92000 +NLD,2029,16,88000,93000 +NLD,2029,17,89000,93000 +NLD,2029,18,90000,94000 +NLD,2030,0,84000,88000 +NLD,2030,1,85000,90000 +NLD,2030,2,86000,91000 +NLD,2030,3,87000,91000 +NLD,2030,4,87000,91000 +NLD,2030,5,87000,91000 +NLD,2030,6,87000,91000 +NLD,2030,7,86000,90000 +NLD,2030,8,86000,90000 +NLD,2030,9,85000,89000 +NLD,2030,10,85000,89000 +NLD,2030,11,84000,88000 +NLD,2030,12,84000,88000 +NLD,2030,13,84000,89000 +NLD,2030,14,85000,90000 +NLD,2030,15,86000,91000 +NLD,2030,16,87000,92000 +NLD,2030,17,88000,93000 +NLD,2030,18,89000,94000 +NLD,2031,0,84000,88000 +NLD,2031,1,85000,89000 +NLD,2031,2,86000,90000 +NLD,2031,3,86000,91000 +NLD,2031,4,87000,91000 +NLD,2031,5,87000,91000 +NLD,2031,6,87000,91000 +NLD,2031,7,87000,91000 +NLD,2031,8,86000,91000 +NLD,2031,9,86000,90000 +NLD,2031,10,85000,90000 +NLD,2031,11,85000,89000 +NLD,2031,12,84000,88000 +NLD,2031,13,84000,88000 +NLD,2031,14,84000,89000 +NLD,2031,15,85000,90000 +NLD,2031,16,86000,91000 +NLD,2031,17,87000,92000 +NLD,2031,18,88000,93000 +NLD,2032,0,84000,88000 +NLD,2032,1,85000,89000 +NLD,2032,2,85000,89000 +NLD,2032,3,86000,90000 +NLD,2032,4,86000,91000 +NLD,2032,5,87000,91000 +NLD,2032,6,87000,91000 +NLD,2032,7,87000,91000 +NLD,2032,8,87000,91000 +NLD,2032,9,86000,91000 +NLD,2032,10,86000,90000 +NLD,2032,11,85000,90000 +NLD,2032,12,85000,89000 +NLD,2032,13,84000,89000 +NLD,2032,14,84000,88000 +NLD,2032,15,85000,89000 +NLD,2032,16,86000,90000 +NLD,2032,17,87000,91000 +NLD,2032,18,88000,92000 +NLD,2033,0,84000,88000 +NLD,2033,1,85000,89000 +NLD,2033,2,86000,90000 +NLD,2033,3,85000,90000 +NLD,2033,4,86000,90000 +NLD,2033,5,86000,91000 +NLD,2033,6,87000,91000 +NLD,2033,7,87000,91000 +NLD,2033,8,87000,91000 +NLD,2033,9,87000,91000 +NLD,2033,10,87000,91000 +NLD,2033,11,86000,90000 +NLD,2033,12,85000,90000 +NLD,2033,13,85000,89000 +NLD,2033,14,84000,89000 +NLD,2033,15,84000,89000 +NLD,2033,16,85000,89000 +NLD,2033,17,86000,90000 +NLD,2033,18,87000,91000 +NLD,2034,0,84000,88000 +NLD,2034,1,85000,89000 +NLD,2034,2,85000,89000 +NLD,2034,3,86000,90000 +NLD,2034,4,86000,90000 +NLD,2034,5,86000,90000 +NLD,2034,6,86000,91000 +NLD,2034,7,87000,91000 +NLD,2034,8,87000,91000 +NLD,2034,9,87000,91000 +NLD,2034,10,87000,91000 +NLD,2034,11,87000,91000 +NLD,2034,12,86000,90000 +NLD,2034,13,86000,90000 +NLD,2034,14,85000,89000 +NLD,2034,15,84000,89000 +NLD,2034,16,84000,89000 +NLD,2034,17,85000,89000 +NLD,2034,18,86000,90000 +NLD,2035,0,84000,88000 +NLD,2035,1,84000,88000 +NLD,2035,2,85000,89000 +NLD,2035,3,85000,89000 +NLD,2035,4,86000,90000 +NLD,2035,5,86000,90000 +NLD,2035,6,86000,90000 +NLD,2035,7,86000,91000 +NLD,2035,8,87000,91000 +NLD,2035,9,87000,91000 +NLD,2035,10,87000,91000 +NLD,2035,11,87000,91000 +NLD,2035,12,87000,91000 +NLD,2035,13,86000,90000 +NLD,2035,14,86000,90000 +NLD,2035,15,85000,89000 +NLD,2035,16,84000,89000 +NLD,2035,17,84000,89000 +NLD,2035,18,85000,89000 +NLD,2036,0,83000,87000 +NLD,2036,1,84000,88000 +NLD,2036,2,84000,89000 +NLD,2036,3,85000,89000 +NLD,2036,4,85000,90000 +NLD,2036,5,86000,90000 +NLD,2036,6,86000,90000 +NLD,2036,7,86000,91000 +NLD,2036,8,86000,91000 +NLD,2036,9,87000,91000 +NLD,2036,10,87000,91000 +NLD,2036,11,87000,91000 +NLD,2036,12,87000,91000 +NLD,2036,13,87000,91000 +NLD,2036,14,86000,91000 +NLD,2036,15,86000,90000 +NLD,2036,16,85000,90000 +NLD,2036,17,85000,89000 +NLD,2036,18,85000,89000 +NLD,2037,0,83000,87000 +NLD,2037,1,83000,88000 +NLD,2037,2,84000,88000 +NLD,2037,3,84000,89000 +NLD,2037,4,85000,89000 +NLD,2037,5,85000,90000 +NLD,2037,6,86000,90000 +NLD,2037,7,86000,90000 +NLD,2037,8,86000,91000 +NLD,2037,9,87000,91000 +NLD,2037,10,87000,91000 +NLD,2037,11,87000,91000 +NLD,2037,12,87000,91000 +NLD,2037,13,87000,91000 +NLD,2037,14,87000,91000 +NLD,2037,15,87000,91000 +NLD,2037,16,86000,90000 +NLD,2037,17,86000,90000 +NLD,2037,18,85000,89000 +NLD,2038,0,82000,86000 +NLD,2038,1,83000,87000 +NLD,2038,2,83000,88000 +NLD,2038,3,84000,88000 +NLD,2038,4,85000,89000 +NLD,2038,5,85000,89000 +NLD,2038,6,85000,90000 +NLD,2038,7,86000,90000 +NLD,2038,8,86000,90000 +NLD,2038,9,86000,91000 +NLD,2038,10,87000,91000 +NLD,2038,11,87000,91000 +NLD,2038,12,87000,91000 +NLD,2038,13,87000,91000 +NLD,2038,14,87000,91000 +NLD,2038,15,87000,91000 +NLD,2038,16,87000,91000 +NLD,2038,17,86000,90000 +NLD,2038,18,86000,90000 +NLD,2039,0,81000,86000 +NLD,2039,1,82000,86000 +NLD,2039,2,83000,87000 +NLD,2039,3,84000,88000 +NLD,2039,4,84000,88000 +NLD,2039,5,85000,89000 +NLD,2039,6,85000,89000 +NLD,2039,7,86000,90000 +NLD,2039,8,86000,90000 +NLD,2039,9,86000,90000 +NLD,2039,10,86000,91000 +NLD,2039,11,87000,91000 +NLD,2039,12,87000,91000 +NLD,2039,13,87000,91000 +NLD,2039,14,87000,91000 +NLD,2039,15,87000,91000 +NLD,2039,16,87000,91000 +NLD,2039,17,87000,91000 +NLD,2039,18,86000,91000 +NLD,2040,0,81000,85000 +NLD,2040,1,82000,86000 +NLD,2040,2,82000,86000 +NLD,2040,3,83000,87000 +NLD,2040,4,84000,88000 +NLD,2040,5,84000,88000 +NLD,2040,6,85000,89000 +NLD,2040,7,85000,89000 +NLD,2040,8,86000,90000 +NLD,2040,9,86000,90000 +NLD,2040,10,86000,90000 +NLD,2040,11,86000,91000 +NLD,2040,12,87000,91000 +NLD,2040,13,87000,91000 +NLD,2040,14,87000,91000 +NLD,2040,15,87000,91000 +NLD,2040,16,87000,91000 +NLD,2040,17,87000,91000 +NLD,2040,18,87000,91000 +NLD,2041,0,80000,84000 +NLD,2041,1,81000,85000 +NLD,2041,2,82000,86000 +NLD,2041,3,82000,87000 +NLD,2041,4,83000,87000 +NLD,2041,5,84000,88000 +NLD,2041,6,84000,88000 +NLD,2041,7,85000,89000 +NLD,2041,8,85000,89000 +NLD,2041,9,86000,90000 +NLD,2041,10,86000,90000 +NLD,2041,11,86000,91000 +NLD,2041,12,87000,91000 +NLD,2041,13,87000,91000 +NLD,2041,14,87000,91000 +NLD,2041,15,87000,91000 +NLD,2041,16,87000,91000 +NLD,2041,17,88000,92000 +NLD,2041,18,88000,92000 +NLD,2042,0,80000,84000 +NLD,2042,1,81000,85000 +NLD,2042,2,81000,85000 +NLD,2042,3,82000,86000 +NLD,2042,4,83000,87000 +NLD,2042,5,83000,87000 +NLD,2042,6,84000,88000 +NLD,2042,7,84000,89000 +NLD,2042,8,85000,89000 +NLD,2042,9,85000,90000 +NLD,2042,10,86000,90000 +NLD,2042,11,86000,90000 +NLD,2042,12,86000,91000 +NLD,2042,13,87000,91000 +NLD,2042,14,87000,91000 +NLD,2042,15,87000,91000 +NLD,2042,16,87000,92000 +NLD,2042,17,88000,92000 +NLD,2042,18,88000,92000 +NLD,2043,0,79000,83000 +NLD,2043,1,80000,84000 +NLD,2043,2,81000,85000 +NLD,2043,3,81000,85000 +NLD,2043,4,82000,86000 +NLD,2043,5,83000,87000 +NLD,2043,6,83000,87000 +NLD,2043,7,84000,88000 +NLD,2043,8,84000,89000 +NLD,2043,9,85000,89000 +NLD,2043,10,85000,90000 +NLD,2043,11,86000,90000 +NLD,2043,12,86000,90000 +NLD,2043,13,86000,91000 +NLD,2043,14,87000,91000 +NLD,2043,15,87000,91000 +NLD,2043,16,87000,91000 +NLD,2043,17,88000,92000 +NLD,2043,18,88000,92000 +NLD,2044,0,79000,83000 +NLD,2044,1,79000,83000 +NLD,2044,2,80000,84000 +NLD,2044,3,81000,85000 +NLD,2044,4,81000,85000 +NLD,2044,5,82000,86000 +NLD,2044,6,83000,87000 +NLD,2044,7,83000,87000 +NLD,2044,8,84000,88000 +NLD,2044,9,84000,89000 +NLD,2044,10,85000,89000 +NLD,2044,11,85000,90000 +NLD,2044,12,86000,90000 +NLD,2044,13,86000,90000 +NLD,2044,14,87000,91000 +NLD,2044,15,87000,91000 +NLD,2044,16,87000,91000 +NLD,2044,17,87000,92000 +NLD,2044,18,88000,92000 +NLD,2045,0,78000,82000 +NLD,2045,1,79000,83000 +NLD,2045,2,80000,84000 +NLD,2045,3,80000,84000 +NLD,2045,4,81000,85000 +NLD,2045,5,82000,86000 +NLD,2045,6,82000,86000 +NLD,2045,7,83000,87000 +NLD,2045,8,83000,87000 +NLD,2045,9,84000,88000 +NLD,2045,10,84000,89000 +NLD,2045,11,85000,89000 +NLD,2045,12,85000,90000 +NLD,2045,13,86000,90000 +NLD,2045,14,86000,90000 +NLD,2045,15,87000,91000 +NLD,2045,16,87000,91000 +NLD,2045,17,87000,91000 +NLD,2045,18,88000,92000 +NLD,2046,0,78000,82000 +NLD,2046,1,78000,82000 +NLD,2046,2,79000,83000 +NLD,2046,3,80000,84000 +NLD,2046,4,80000,84000 +NLD,2046,5,81000,85000 +NLD,2046,6,82000,86000 +NLD,2046,7,82000,86000 +NLD,2046,8,83000,87000 +NLD,2046,9,83000,88000 +NLD,2046,10,84000,88000 +NLD,2046,11,85000,89000 +NLD,2046,12,85000,89000 +NLD,2046,13,86000,90000 +NLD,2046,14,86000,90000 +NLD,2046,15,86000,91000 +NLD,2046,16,87000,91000 +NLD,2046,17,87000,91000 +NLD,2046,18,88000,92000 +NLD,2047,0,78000,82000 +NLD,2047,1,78000,82000 +NLD,2047,2,79000,83000 +NLD,2047,3,79000,83000 +NLD,2047,4,80000,84000 +NLD,2047,5,80000,84000 +NLD,2047,6,81000,85000 +NLD,2047,7,82000,86000 +NLD,2047,8,82000,86000 +NLD,2047,9,83000,87000 +NLD,2047,10,84000,88000 +NLD,2047,11,84000,88000 +NLD,2047,12,85000,89000 +NLD,2047,13,85000,89000 +NLD,2047,14,86000,90000 +NLD,2047,15,86000,90000 +NLD,2047,16,87000,91000 +NLD,2047,17,87000,91000 +NLD,2047,18,88000,92000 +NLD,2048,0,78000,81000 +NLD,2048,1,78000,82000 +NLD,2048,2,78000,82000 +NLD,2048,3,79000,83000 +NLD,2048,4,79000,83000 +NLD,2048,5,80000,84000 +NLD,2048,6,81000,84000 +NLD,2048,7,81000,85000 +NLD,2048,8,82000,86000 +NLD,2048,9,82000,86000 +NLD,2048,10,83000,87000 +NLD,2048,11,84000,88000 +NLD,2048,12,84000,88000 +NLD,2048,13,85000,89000 +NLD,2048,14,85000,89000 +NLD,2048,15,86000,90000 +NLD,2048,16,86000,91000 +NLD,2048,17,87000,91000 +NLD,2048,18,87000,92000 +NLD,2049,0,77000,81000 +NLD,2049,1,78000,82000 +NLD,2049,2,78000,82000 +NLD,2049,3,79000,82000 +NLD,2049,4,79000,83000 +NLD,2049,5,79000,83000 +NLD,2049,6,80000,84000 +NLD,2049,7,81000,85000 +NLD,2049,8,81000,85000 +NLD,2049,9,82000,86000 +NLD,2049,10,82000,86000 +NLD,2049,11,83000,87000 +NLD,2049,12,84000,88000 +NLD,2049,13,84000,88000 +NLD,2049,14,85000,89000 +NLD,2049,15,85000,90000 +NLD,2049,16,86000,90000 +NLD,2049,17,87000,91000 +NLD,2049,18,87000,91000 +NLD,2050,0,77000,81000 +NLD,2050,1,78000,81000 +NLD,2050,2,78000,82000 +NLD,2050,3,78000,82000 +NLD,2050,4,79000,82000 +NLD,2050,5,79000,83000 +NLD,2050,6,79000,83000 +NLD,2050,7,80000,84000 +NLD,2050,8,81000,85000 +NLD,2050,9,81000,85000 +NLD,2050,10,82000,86000 +NLD,2050,11,82000,86000 +NLD,2050,12,83000,87000 +NLD,2050,13,84000,88000 +NLD,2050,14,84000,88000 +NLD,2050,15,85000,89000 +NLD,2050,16,85000,90000 +NLD,2050,17,86000,90000 +NLD,2050,18,87000,91000 +NOR,1990,0,28777,30264 +NOR,1990,1,27978,29424 +NOR,1990,2,27251,28661 +NOR,1990,3,26604,27983 +NOR,1990,4,26045,27398 +NOR,1990,5,25583,26915 +NOR,1990,6,25227,26541 +NOR,1990,7,24984,26286 +NOR,1990,8,24863,26156 +NOR,1990,9,24873,26162 +NOR,1990,10,24957,26247 +NOR,1990,11,25060,26358 +NOR,1990,12,25511,26817 +NOR,1990,13,26447,27757 +NOR,1990,14,27683,28999 +NOR,1990,15,28894,30220 +NOR,1990,16,30138,31472 +NOR,1990,17,31172,32539 +NOR,1990,18,31839,33275 +NOR,1991,0,29061,30629 +NOR,1991,1,28783,30278 +NOR,1991,2,28045,29498 +NOR,1991,3,27355,28771 +NOR,1991,4,26724,28108 +NOR,1991,5,26165,27522 +NOR,1991,6,25687,27022 +NOR,1991,7,25299,26615 +NOR,1991,8,25034,26335 +NOR,1991,9,24912,26204 +NOR,1991,10,24935,26221 +NOR,1991,11,25024,26310 +NOR,1991,12,25128,26422 +NOR,1991,13,25584,26880 +NOR,1991,14,26528,27819 +NOR,1991,15,27776,29059 +NOR,1991,16,28997,30278 +NOR,1991,17,30252,31527 +NOR,1991,18,31295,32596 +NOR,1992,0,29296,30964 +NOR,1992,1,28921,30516 +NOR,1992,2,28795,30295 +NOR,1992,3,28118,29575 +NOR,1992,4,27464,28883 +NOR,1992,5,26849,28236 +NOR,1992,6,26290,27649 +NOR,1992,7,25797,27132 +NOR,1992,8,25377,26691 +NOR,1992,9,25088,26388 +NOR,1992,10,24966,26254 +NOR,1992,11,25002,26282 +NOR,1992,12,25096,26375 +NOR,1992,13,25202,26488 +NOR,1992,14,25661,26947 +NOR,1992,15,26614,27884 +NOR,1992,16,27874,29122 +NOR,1992,17,29106,30339 +NOR,1992,18,30372,31585 +NOR,1993,0,29458,31226 +NOR,1993,1,29284,30961 +NOR,1993,2,28982,30580 +NOR,1993,3,28807,30312 +NOR,1993,4,28191,29652 +NOR,1993,5,27573,28995 +NOR,1993,6,26975,28363 +NOR,1993,7,26416,27775 +NOR,1993,8,25906,27241 +NOR,1993,9,25454,26768 +NOR,1993,10,25143,26440 +NOR,1993,11,25020,26304 +NOR,1993,12,25069,26344 +NOR,1993,13,25169,26440 +NOR,1993,14,25275,26554 +NOR,1993,15,25739,27013 +NOR,1993,16,26701,27949 +NOR,1993,17,27972,29185 +NOR,1993,18,29215,30400 +NOR,1994,0,29522,31362 +NOR,1994,1,29543,31287 +NOR,1994,2,29396,31056 +NOR,1994,3,29110,30696 +NOR,1994,4,28816,30330 +NOR,1994,5,28261,29730 +NOR,1994,6,27680,29109 +NOR,1994,7,27097,28491 +NOR,1994,8,26539,27903 +NOR,1994,9,26013,27351 +NOR,1994,10,25529,26845 +NOR,1994,11,25195,26493 +NOR,1994,12,25072,26356 +NOR,1994,13,25133,26406 +NOR,1994,14,25238,26507 +NOR,1994,15,25346,26621 +NOR,1994,16,25814,27080 +NOR,1994,17,26785,28014 +NOR,1994,18,28067,29249 +NOR,1995,0,29473,31343 +NOR,1995,1,29684,31470 +NOR,1995,2,29694,31405 +NOR,1995,3,29534,31178 +NOR,1995,4,29233,30817 +NOR,1995,5,28821,30351 +NOR,1995,6,28328,29811 +NOR,1995,7,27783,29226 +NOR,1995,8,27216,28623 +NOR,1995,9,26658,28034 +NOR,1995,10,26116,27465 +NOR,1995,11,25600,26925 +NOR,1995,12,25244,26550 +NOR,1995,13,25120,26410 +NOR,1995,14,25194,26472 +NOR,1995,15,25304,26576 +NOR,1995,16,25413,26691 +NOR,1995,17,25885,27150 +NOR,1995,18,26865,28084 +NOR,1996,0,29327,31151 +NOR,1996,1,29644,31487 +NOR,1996,2,29804,31579 +NOR,1996,3,29780,31490 +NOR,1996,4,29600,31247 +NOR,1996,5,29290,30879 +NOR,1996,6,28881,30414 +NOR,1996,7,28404,29882 +NOR,1996,8,27870,29302 +NOR,1996,9,27303,28701 +NOR,1996,10,26737,28110 +NOR,1996,11,26195,27544 +NOR,1996,12,25680,27009 +NOR,1996,13,25333,26638 +NOR,1996,14,25227,26502 +NOR,1996,15,25326,26567 +NOR,1996,16,25460,26675 +NOR,1996,17,25592,26792 +NOR,1996,18,26084,27258 +NOR,1997,0,29094,30835 +NOR,1997,1,29642,31383 +NOR,1997,2,29816,31641 +NOR,1997,3,29925,31698 +NOR,1997,4,29867,31584 +NOR,1997,5,29666,31327 +NOR,1997,6,29348,30951 +NOR,1997,7,28942,30486 +NOR,1997,8,28480,29962 +NOR,1997,9,27958,29389 +NOR,1997,10,27390,28789 +NOR,1997,11,26817,28195 +NOR,1997,12,26274,27631 +NOR,1997,13,25761,27101 +NOR,1997,14,25422,26734 +NOR,1997,15,25335,26602 +NOR,1997,16,25459,26671 +NOR,1997,17,25616,26782 +NOR,1997,18,25772,26902 +NOR,1998,0,28799,30427 +NOR,1998,1,29476,31163 +NOR,1998,2,29914,31639 +NOR,1998,3,29985,31799 +NOR,1998,4,30043,31820 +NOR,1998,5,29951,31682 +NOR,1998,6,29730,31409 +NOR,1998,7,29403,31026 +NOR,1998,8,29001,30562 +NOR,1998,9,28554,30045 +NOR,1998,10,28043,29478 +NOR,1998,11,27475,28879 +NOR,1998,12,26895,28283 +NOR,1998,13,26351,27721 +NOR,1998,14,25840,27195 +NOR,1998,15,25510,26834 +NOR,1998,16,25441,26705 +NOR,1998,17,25589,26777 +NOR,1998,18,25770,26892 +NOR,1999,0,28477,29977 +NOR,1999,1,29240,30855 +NOR,1999,2,29778,31473 +NOR,1999,3,30110,31856 +NOR,1999,4,30149,31950 +NOR,1999,5,30156,31936 +NOR,1999,6,30030,31774 +NOR,1999,7,29789,31486 +NOR,1999,8,29454,31096 +NOR,1999,9,29055,30632 +NOR,1999,10,28623,30122 +NOR,1999,11,28124,29562 +NOR,1999,12,27555,28963 +NOR,1999,13,26968,28366 +NOR,1999,14,26424,27805 +NOR,1999,15,25914,27285 +NOR,1999,16,25592,26928 +NOR,1999,17,25542,26803 +NOR,1999,18,25715,26878 +NOR,2000,0,28160,29532 +NOR,2000,1,28962,30489 +NOR,2000,2,29561,31202 +NOR,2000,3,29973,31693 +NOR,2000,4,30216,31983 +NOR,2000,5,30307,32092 +NOR,2000,6,30263,32043 +NOR,2000,7,30102,31856 +NOR,2000,8,29841,31553 +NOR,2000,9,29498,31156 +NOR,2000,10,29103,30692 +NOR,2000,11,28687,30190 +NOR,2000,12,28199,29637 +NOR,2000,13,27629,29039 +NOR,2000,14,27036,28439 +NOR,2000,15,26491,27881 +NOR,2000,16,25983,27366 +NOR,2000,17,25670,27014 +NOR,2000,18,25639,26893 +NOR,2001,0,27840,29069 +NOR,2001,1,28374,29761 +NOR,2001,2,29082,30606 +NOR,2001,3,29622,31249 +NOR,2001,4,30004,31704 +NOR,2001,5,30240,31985 +NOR,2001,6,30349,32113 +NOR,2001,7,30348,32110 +NOR,2001,8,30217,31959 +NOR,2001,9,29953,31661 +NOR,2001,10,29589,31250 +NOR,2001,11,29187,30787 +NOR,2001,12,28769,30294 +NOR,2001,13,28288,29746 +NOR,2001,14,27739,29149 +NOR,2001,15,27175,28547 +NOR,2001,16,26657,27987 +NOR,2001,17,26176,27469 +NOR,2001,18,25889,27120 +NOR,2002,0,27519,28601 +NOR,2002,1,28273,29552 +NOR,2002,2,28582,29980 +NOR,2002,3,29196,30713 +NOR,2002,4,29676,31286 +NOR,2002,5,30028,31704 +NOR,2002,6,30258,31977 +NOR,2002,7,30384,32125 +NOR,2002,8,30426,32168 +NOR,2002,9,30324,32052 +NOR,2002,10,30059,31759 +NOR,2002,11,29674,31335 +NOR,2002,12,29264,30872 +NOR,2002,13,28844,30387 +NOR,2002,14,28371,29845 +NOR,2002,15,27843,29249 +NOR,2002,16,27308,28645 +NOR,2002,17,26818,28083 +NOR,2002,18,26364,27562 +NOR,2003,0,27294,28264 +NOR,2003,1,27956,29121 +NOR,2003,2,28535,29860 +NOR,2003,3,28793,30207 +NOR,2003,4,29313,30829 +NOR,2003,5,29734,31331 +NOR,2003,6,30056,31714 +NOR,2003,7,30279,31978 +NOR,2003,8,30424,32145 +NOR,2003,9,30508,32235 +NOR,2003,10,30436,32154 +NOR,2003,11,30168,31866 +NOR,2003,12,29763,31428 +NOR,2003,13,29346,30966 +NOR,2003,14,28924,30490 +NOR,2003,15,28457,29954 +NOR,2003,16,27950,29358 +NOR,2003,17,27445,28751 +NOR,2003,18,26983,28188 +NOR,2004,0,27285,28228 +NOR,2004,1,27799,28908 +NOR,2004,2,28282,29534 +NOR,2004,3,28730,30104 +NOR,2004,4,29017,30463 +NOR,2004,5,29443,30975 +NOR,2004,6,29805,31406 +NOR,2004,7,30097,31753 +NOR,2004,8,30314,32010 +NOR,2004,9,30476,32197 +NOR,2004,10,30604,32333 +NOR,2004,11,30561,32287 +NOR,2004,12,30291,32003 +NOR,2004,13,29865,31551 +NOR,2004,14,29440,31089 +NOR,2004,15,29016,30621 +NOR,2004,16,28557,30090 +NOR,2004,17,28070,29494 +NOR,2004,18,27594,28885 +NOR,2005,0,27564,28596 +NOR,2005,1,27870,29010 +NOR,2005,2,28203,29445 +NOR,2005,3,28554,29890 +NOR,2005,4,28909,30332 +NOR,2005,5,29259,30759 +NOR,2005,6,29591,31160 +NOR,2005,7,29894,31523 +NOR,2005,8,30156,31835 +NOR,2005,9,30367,32084 +NOR,2005,10,30547,32290 +NOR,2005,11,30717,32472 +NOR,2005,12,30704,32461 +NOR,2005,13,30431,32182 +NOR,2005,14,29985,31716 +NOR,2005,15,29552,31253 +NOR,2005,16,29126,30793 +NOR,2005,17,28673,30266 +NOR,2005,18,28206,29669 +NOR,2006,0,28133,29322 +NOR,2006,1,27795,28829 +NOR,2006,2,28049,29169 +NOR,2006,3,28348,29556 +NOR,2006,4,28679,29975 +NOR,2006,5,29026,30411 +NOR,2006,6,29379,30849 +NOR,2006,7,29727,31278 +NOR,2006,8,30043,31666 +NOR,2006,9,30310,31990 +NOR,2006,10,30520,32244 +NOR,2006,11,30708,32467 +NOR,2006,12,30894,32679 +NOR,2006,13,30896,32681 +NOR,2006,14,30635,32388 +NOR,2006,15,30200,31896 +NOR,2006,16,29779,31410 +NOR,2006,17,29357,30919 +NOR,2006,18,28940,30409 +NOR,2007,0,28986,30446 +NOR,2007,1,28659,29999 +NOR,2007,2,28034,29084 +NOR,2007,3,28237,29350 +NOR,2007,4,28501,29690 +NOR,2007,5,28811,30084 +NOR,2007,6,29150,30514 +NOR,2007,7,29507,30964 +NOR,2007,8,29871,31420 +NOR,2007,9,30201,31833 +NOR,2007,10,30471,32170 +NOR,2007,11,30681,32430 +NOR,2007,12,30878,32670 +NOR,2007,13,31079,32911 +NOR,2007,14,31096,32927 +NOR,2007,15,30846,32620 +NOR,2007,16,30423,32101 +NOR,2007,17,30014,31592 +NOR,2007,18,29596,31069 +NOR,2008,0,29927,31702 +NOR,2008,1,29274,30798 +NOR,2008,2,28843,30191 +NOR,2008,3,28284,29365 +NOR,2008,4,28436,29556 +NOR,2008,5,28666,29849 +NOR,2008,6,28956,30220 +NOR,2008,7,29287,30643 +NOR,2008,8,29648,31105 +NOR,2008,9,30027,31589 +NOR,2008,10,30371,32028 +NOR,2008,11,30646,32378 +NOR,2008,12,30855,32644 +NOR,2008,13,31060,32901 +NOR,2008,14,31278,33172 +NOR,2008,15,31309,33201 +NOR,2008,16,31070,32880 +NOR,2008,17,30659,32333 +NOR,2008,18,30262,31801 +NOR,2009,0,30689,32717 +NOR,2009,1,29835,31526 +NOR,2009,2,29230,30672 +NOR,2009,3,28845,30119 +NOR,2009,4,28553,29673 +NOR,2009,5,28653,29792 +NOR,2009,6,28849,30038 +NOR,2009,7,29119,30384 +NOR,2009,8,29442,30802 +NOR,2009,9,29808,31276 +NOR,2009,10,30203,31789 +NOR,2009,11,30561,32254 +NOR,2009,12,30840,32618 +NOR,2009,13,31049,32889 +NOR,2009,14,31262,33163 +NOR,2009,15,31496,33464 +NOR,2009,16,31542,33507 +NOR,2009,17,31315,33171 +NOR,2009,18,30915,32597 +NOR,2010,0,31080,33229 +NOR,2010,1,30223,32018 +NOR,2010,2,29593,31123 +NOR,2010,3,29168,30510 +NOR,2010,4,28925,30149 +NOR,2010,5,28840,30007 +NOR,2010,6,28890,30052 +NOR,2010,7,29052,30252 +NOR,2010,8,29302,30574 +NOR,2010,9,29617,30987 +NOR,2010,10,29987,31473 +NOR,2010,11,30399,32016 +NOR,2010,12,30771,32507 +NOR,2010,13,31055,32885 +NOR,2010,14,31264,33162 +NOR,2010,15,31486,33454 +NOR,2010,16,31735,33785 +NOR,2010,17,31796,33841 +NOR,2010,18,31580,33491 +NOR,2011,0,30956,33026 +NOR,2011,1,31107,33184 +NOR,2011,2,30415,32197 +NOR,2011,3,29882,31434 +NOR,2011,4,29498,30878 +NOR,2011,5,29251,30515 +NOR,2011,6,29119,30311 +NOR,2011,7,29081,30236 +NOR,2011,8,29177,30352 +NOR,2011,9,29416,30676 +NOR,2011,10,29757,31144 +NOR,2011,11,30136,31661 +NOR,2011,12,30552,32226 +NOR,2011,13,30939,32742 +NOR,2011,14,31254,33144 +NOR,2011,15,31507,33449 +NOR,2011,16,31772,33771 +NOR,2011,17,32057,34126 +NOR,2011,18,32190,34244 +NOR,2012,0,30478,32334 +NOR,2012,1,30287,32013 +NOR,2012,2,31167,33181 +NOR,2012,3,30638,32417 +NOR,2012,4,30202,31785 +NOR,2012,5,29858,31286 +NOR,2012,6,29607,30919 +NOR,2012,7,29428,30654 +NOR,2012,8,29301,30458 +NOR,2012,9,29332,30491 +NOR,2012,10,29562,30817 +NOR,2012,11,29929,31342 +NOR,2012,12,30317,31889 +NOR,2012,13,30736,32477 +NOR,2012,14,31139,33019 +NOR,2012,15,31485,33445 +NOR,2012,16,31783,33778 +NOR,2012,17,32092,34131 +NOR,2012,18,32412,34511 +NOR,2013,0,29780,31357 +NOR,2013,1,30110,31737 +NOR,2013,2,30330,31976 +NOR,2013,3,31233,33186 +NOR,2013,4,30869,32645 +NOR,2013,5,30528,32144 +NOR,2013,6,30225,31701 +NOR,2013,7,29970,31332 +NOR,2013,8,29744,31005 +NOR,2013,9,29529,30687 +NOR,2013,10,29493,30637 +NOR,2013,11,29713,30966 +NOR,2013,12,30106,31547 +NOR,2013,13,30504,32125 +NOR,2013,14,30928,32737 +NOR,2013,15,31346,33303 +NOR,2013,16,31724,33755 +NOR,2013,17,32066,34116 +NOR,2013,18,32419,34500 +NOR,2014,0,29072,30407 +NOR,2014,1,29857,31394 +NOR,2014,2,30416,32081 +NOR,2014,3,30776,32508 +NOR,2014,4,31275,33159 +NOR,2014,5,31075,32841 +NOR,2014,6,30831,32473 +NOR,2014,7,30568,32086 +NOR,2014,8,30309,31714 +NOR,2014,9,30036,31325 +NOR,2014,10,29733,30887 +NOR,2014,11,29632,30753 +NOR,2014,12,29841,31085 +NOR,2014,13,30260,31721 +NOR,2014,14,30667,32330 +NOR,2014,15,31094,32965 +NOR,2014,16,31529,33556 +NOR,2014,17,31937,34032 +NOR,2014,18,32324,34421 +NOR,2015,0,28520,29728 +NOR,2015,1,29582,31070 +NOR,2015,2,30352,32028 +NOR,2015,3,30868,32650 +NOR,2015,4,31164,32985 +NOR,2015,5,31276,33081 +NOR,2015,6,31241,32986 +NOR,2015,7,31094,32750 +NOR,2015,8,30871,32421 +NOR,2015,9,30609,32047 +NOR,2015,10,30290,31597 +NOR,2015,11,29898,31039 +NOR,2015,12,29732,30822 +NOR,2015,13,29931,31156 +NOR,2015,14,30375,31847 +NOR,2015,15,30791,32485 +NOR,2015,16,31221,33142 +NOR,2015,17,31670,33757 +NOR,2015,18,32109,34256 +NOR,2016,0,28274,29534 +NOR,2016,1,28861,30178 +NOR,2016,2,29758,31298 +NOR,2016,3,30420,32111 +NOR,2016,4,30875,32653 +NOR,2016,5,31151,32963 +NOR,2016,6,31283,33086 +NOR,2016,7,31303,33069 +NOR,2016,8,31212,32906 +NOR,2016,9,31027,32616 +NOR,2016,10,30793,32265 +NOR,2016,11,30520,31861 +NOR,2016,12,30183,31362 +NOR,2016,13,30072,31207 +NOR,2016,14,30325,31602 +NOR,2016,15,30820,32353 +NOR,2016,16,31286,33050 +NOR,2016,17,31766,33765 +NOR,2016,18,32247,34420 +NOR,2017,0,28168,29588 +NOR,2017,1,29197,30806 +NOR,2017,2,29164,30575 +NOR,2017,3,29895,31472 +NOR,2017,4,30447,32137 +NOR,2017,5,30841,32599 +NOR,2017,6,31097,32883 +NOR,2017,7,31248,33033 +NOR,2017,8,31324,33093 +NOR,2017,9,31289,33003 +NOR,2017,10,31142,32755 +NOR,2017,11,30937,32426 +NOR,2017,12,30709,32069 +NOR,2017,13,30428,31631 +NOR,2017,14,30373,31538 +NOR,2017,15,30680,31994 +NOR,2017,16,31225,32803 +NOR,2017,17,31740,33558 +NOR,2017,18,32270,34331 +NOR,2018,0,28222,29858 +NOR,2018,1,29018,30723 +NOR,2018,2,29652,31400 +NOR,2018,3,29442,30938 +NOR,2018,4,30006,31609 +NOR,2018,5,30448,32128 +NOR,2018,6,30781,32508 +NOR,2018,7,31017,32765 +NOR,2018,8,31186,32942 +NOR,2018,9,31317,33080 +NOR,2018,10,31339,33064 +NOR,2018,11,31230,32856 +NOR,2018,12,31054,32551 +NOR,2018,13,30872,32242 +NOR,2018,14,30647,31864 +NOR,2018,15,30648,31833 +NOR,2018,16,31009,32349 +NOR,2018,17,31603,33216 +NOR,2018,18,32167,34028 +NOR,2019,0,28000,30000 +NOR,2019,1,29000,31000 +NOR,2019,2,29000,31000 +NOR,2019,3,30000,31000 +NOR,2019,4,30000,31000 +NOR,2019,5,30000,32000 +NOR,2019,6,30000,32000 +NOR,2019,7,31000,32000 +NOR,2019,8,31000,33000 +NOR,2019,9,31000,33000 +NOR,2019,10,31000,33000 +NOR,2019,11,31000,33000 +NOR,2019,12,31000,33000 +NOR,2019,13,31000,33000 +NOR,2019,14,31000,32000 +NOR,2019,15,31000,32000 +NOR,2019,16,31000,32000 +NOR,2019,17,31000,33000 +NOR,2019,18,32000,34000 +NOR,2020,0,29000,31000 +NOR,2020,1,29000,31000 +NOR,2020,2,29000,31000 +NOR,2020,3,30000,31000 +NOR,2020,4,30000,31000 +NOR,2020,5,30000,32000 +NOR,2020,6,30000,32000 +NOR,2020,7,30000,32000 +NOR,2020,8,31000,32000 +NOR,2020,9,31000,33000 +NOR,2020,10,31000,33000 +NOR,2020,11,31000,33000 +NOR,2020,12,31000,33000 +NOR,2020,13,31000,33000 +NOR,2020,14,31000,33000 +NOR,2020,15,31000,33000 +NOR,2020,16,31000,32000 +NOR,2020,17,31000,32000 +NOR,2020,18,32000,33000 +NOR,2021,0,29000,31000 +NOR,2021,1,29000,31000 +NOR,2021,2,29000,31000 +NOR,2021,3,29000,31000 +NOR,2021,4,30000,31000 +NOR,2021,5,30000,31000 +NOR,2021,6,30000,32000 +NOR,2021,7,30000,32000 +NOR,2021,8,30000,32000 +NOR,2021,9,31000,32000 +NOR,2021,10,31000,33000 +NOR,2021,11,31000,33000 +NOR,2021,12,32000,33000 +NOR,2021,13,32000,34000 +NOR,2021,14,32000,33000 +NOR,2021,15,32000,33000 +NOR,2021,16,32000,33000 +NOR,2021,17,32000,33000 +NOR,2021,18,32000,33000 +NOR,2022,0,30000,32000 +NOR,2022,1,30000,32000 +NOR,2022,2,29000,31000 +NOR,2022,3,29000,31000 +NOR,2022,4,29000,31000 +NOR,2022,5,30000,31000 +NOR,2022,6,30000,32000 +NOR,2022,7,30000,32000 +NOR,2022,8,30000,32000 +NOR,2022,9,31000,32000 +NOR,2022,10,31000,32000 +NOR,2022,11,31000,33000 +NOR,2022,12,31000,33000 +NOR,2022,13,32000,34000 +NOR,2022,14,32000,34000 +NOR,2022,15,32000,34000 +NOR,2022,16,32000,34000 +NOR,2022,17,32000,34000 +NOR,2022,18,32000,33000 +NOR,2023,0,31000,33000 +NOR,2023,1,30000,32000 +NOR,2023,2,30000,32000 +NOR,2023,3,29000,31000 +NOR,2023,4,29000,31000 +NOR,2023,5,29000,31000 +NOR,2023,6,30000,31000 +NOR,2023,7,30000,32000 +NOR,2023,8,30000,32000 +NOR,2023,9,30000,32000 +NOR,2023,10,31000,32000 +NOR,2023,11,31000,33000 +NOR,2023,12,31000,33000 +NOR,2023,13,32000,33000 +NOR,2023,14,32000,34000 +NOR,2023,15,32000,34000 +NOR,2023,16,32000,34000 +NOR,2023,17,32000,34000 +NOR,2023,18,33000,34000 +NOR,2024,0,32000,33000 +NOR,2024,1,31000,33000 +NOR,2024,2,30000,32000 +NOR,2024,3,30000,32000 +NOR,2024,4,29000,31000 +NOR,2024,5,29000,31000 +NOR,2024,6,29000,31000 +NOR,2024,7,30000,31000 +NOR,2024,8,30000,32000 +NOR,2024,9,30000,32000 +NOR,2024,10,30000,32000 +NOR,2024,11,31000,32000 +NOR,2024,12,31000,33000 +NOR,2024,13,31000,33000 +NOR,2024,14,32000,34000 +NOR,2024,15,32000,34000 +NOR,2024,16,33000,34000 +NOR,2024,17,33000,35000 +NOR,2024,18,33000,35000 +NOR,2025,0,32000,34000 +NOR,2025,1,31000,33000 +NOR,2025,2,31000,33000 +NOR,2025,3,30000,32000 +NOR,2025,4,30000,32000 +NOR,2025,5,30000,32000 +NOR,2025,6,30000,31000 +NOR,2025,7,30000,31000 +NOR,2025,8,30000,31000 +NOR,2025,9,30000,32000 +NOR,2025,10,30000,32000 +NOR,2025,11,30000,32000 +NOR,2025,12,31000,32000 +NOR,2025,13,31000,33000 +NOR,2025,14,31000,33000 +NOR,2025,15,32000,34000 +NOR,2025,16,32000,34000 +NOR,2025,17,33000,35000 +NOR,2025,18,33000,35000 +NOR,2026,0,32000,34000 +NOR,2026,1,32000,34000 +NOR,2026,2,31000,33000 +NOR,2026,3,31000,33000 +NOR,2026,4,30000,32000 +NOR,2026,5,30000,32000 +NOR,2026,6,30000,32000 +NOR,2026,7,30000,31000 +NOR,2026,8,30000,31000 +NOR,2026,9,30000,32000 +NOR,2026,10,30000,32000 +NOR,2026,11,30000,32000 +NOR,2026,12,31000,32000 +NOR,2026,13,31000,33000 +NOR,2026,14,31000,33000 +NOR,2026,15,32000,34000 +NOR,2026,16,32000,34000 +NOR,2026,17,33000,35000 +NOR,2026,18,33000,35000 +NOR,2027,0,32000,34000 +NOR,2027,1,32000,33000 +NOR,2027,2,32000,34000 +NOR,2027,3,31000,33000 +NOR,2027,4,31000,33000 +NOR,2027,5,30000,32000 +NOR,2027,6,30000,32000 +NOR,2027,7,30000,32000 +NOR,2027,8,30000,32000 +NOR,2027,9,30000,31000 +NOR,2027,10,30000,32000 +NOR,2027,11,30000,32000 +NOR,2027,12,30000,32000 +NOR,2027,13,31000,33000 +NOR,2027,14,31000,33000 +NOR,2027,15,32000,34000 +NOR,2027,16,32000,34000 +NOR,2027,17,33000,35000 +NOR,2027,18,33000,35000 +NOR,2028,0,32000,33000 +NOR,2028,1,32000,33000 +NOR,2028,2,31000,33000 +NOR,2028,3,32000,34000 +NOR,2028,4,31000,33000 +NOR,2028,5,31000,33000 +NOR,2028,6,31000,32000 +NOR,2028,7,30000,32000 +NOR,2028,8,30000,32000 +NOR,2028,9,30000,32000 +NOR,2028,10,30000,31000 +NOR,2028,11,30000,32000 +NOR,2028,12,30000,32000 +NOR,2028,13,31000,32000 +NOR,2028,14,31000,33000 +NOR,2028,15,32000,33000 +NOR,2028,16,32000,34000 +NOR,2028,17,33000,35000 +NOR,2028,18,33000,35000 +NOR,2029,0,31000,33000 +NOR,2029,1,32000,33000 +NOR,2029,2,32000,34000 +NOR,2029,3,32000,34000 +NOR,2029,4,32000,34000 +NOR,2029,5,31000,33000 +NOR,2029,6,31000,33000 +NOR,2029,7,31000,33000 +NOR,2029,8,30000,32000 +NOR,2029,9,30000,32000 +NOR,2029,10,30000,32000 +NOR,2029,11,30000,31000 +NOR,2029,12,30000,32000 +NOR,2029,13,30000,32000 +NOR,2029,14,31000,33000 +NOR,2029,15,31000,33000 +NOR,2029,16,32000,34000 +NOR,2029,17,32000,34000 +NOR,2029,18,33000,35000 +NOR,2030,0,31000,33000 +NOR,2030,1,32000,33000 +NOR,2030,2,32000,34000 +NOR,2030,3,32000,34000 +NOR,2030,4,32000,34000 +NOR,2030,5,32000,34000 +NOR,2030,6,31000,33000 +NOR,2030,7,31000,33000 +NOR,2030,8,31000,33000 +NOR,2030,9,30000,32000 +NOR,2030,10,30000,32000 +NOR,2030,11,30000,32000 +NOR,2030,12,30000,31000 +NOR,2030,13,30000,32000 +NOR,2030,14,30000,32000 +NOR,2030,15,31000,33000 +NOR,2030,16,31000,33000 +NOR,2030,17,32000,34000 +NOR,2030,18,33000,35000 +NOR,2031,0,31000,33000 +NOR,2031,1,31000,33000 +NOR,2031,2,32000,34000 +NOR,2031,3,32000,34000 +NOR,2031,4,32000,34000 +NOR,2031,5,32000,34000 +NOR,2031,6,32000,34000 +NOR,2031,7,31000,33000 +NOR,2031,8,31000,33000 +NOR,2031,9,31000,33000 +NOR,2031,10,31000,33000 +NOR,2031,11,30000,32000 +NOR,2031,12,30000,32000 +NOR,2031,13,30000,32000 +NOR,2031,14,30000,32000 +NOR,2031,15,31000,33000 +NOR,2031,16,31000,33000 +NOR,2031,17,32000,34000 +NOR,2031,18,33000,35000 +NOR,2032,0,31000,33000 +NOR,2032,1,32000,34000 +NOR,2032,2,32000,33000 +NOR,2032,3,32000,34000 +NOR,2032,4,32000,34000 +NOR,2032,5,32000,34000 +NOR,2032,6,32000,34000 +NOR,2032,7,32000,34000 +NOR,2032,8,31000,33000 +NOR,2032,9,31000,33000 +NOR,2032,10,31000,33000 +NOR,2032,11,31000,33000 +NOR,2032,12,30000,32000 +NOR,2032,13,30000,32000 +NOR,2032,14,30000,32000 +NOR,2032,15,31000,32000 +NOR,2032,16,31000,33000 +NOR,2032,17,32000,34000 +NOR,2032,18,32000,34000 +NOR,2033,0,32000,33000 +NOR,2033,1,32000,34000 +NOR,2033,2,32000,34000 +NOR,2033,3,32000,34000 +NOR,2033,4,32000,34000 +NOR,2033,5,32000,34000 +NOR,2033,6,32000,34000 +NOR,2033,7,32000,34000 +NOR,2033,8,32000,34000 +NOR,2033,9,31000,33000 +NOR,2033,10,31000,33000 +NOR,2033,11,31000,33000 +NOR,2033,12,31000,33000 +NOR,2033,13,31000,33000 +NOR,2033,14,30000,32000 +NOR,2033,15,30000,32000 +NOR,2033,16,31000,33000 +NOR,2033,17,32000,34000 +NOR,2033,18,32000,34000 +NOR,2034,0,32000,34000 +NOR,2034,1,32000,34000 +NOR,2034,2,32000,34000 +NOR,2034,3,32000,34000 +NOR,2034,4,32000,34000 +NOR,2034,5,32000,34000 +NOR,2034,6,32000,34000 +NOR,2034,7,32000,34000 +NOR,2034,8,32000,34000 +NOR,2034,9,32000,34000 +NOR,2034,10,31000,33000 +NOR,2034,11,31000,33000 +NOR,2034,12,31000,33000 +NOR,2034,13,31000,33000 +NOR,2034,14,31000,33000 +NOR,2034,15,31000,33000 +NOR,2034,16,31000,33000 +NOR,2034,17,31000,33000 +NOR,2034,18,32000,34000 +NOR,2035,0,32000,34000 +NOR,2035,1,32000,34000 +NOR,2035,2,32000,34000 +NOR,2035,3,32000,34000 +NOR,2035,4,32000,34000 +NOR,2035,5,32000,34000 +NOR,2035,6,32000,34000 +NOR,2035,7,32000,34000 +NOR,2035,8,32000,34000 +NOR,2035,9,32000,34000 +NOR,2035,10,32000,34000 +NOR,2035,11,31000,33000 +NOR,2035,12,31000,33000 +NOR,2035,13,31000,33000 +NOR,2035,14,31000,33000 +NOR,2035,15,31000,33000 +NOR,2035,16,31000,33000 +NOR,2035,17,31000,33000 +NOR,2035,18,32000,34000 +NOR,2036,0,32000,34000 +NOR,2036,1,32000,34000 +NOR,2036,2,32000,34000 +NOR,2036,3,32000,34000 +NOR,2036,4,32000,34000 +NOR,2036,5,32000,34000 +NOR,2036,6,32000,34000 +NOR,2036,7,32000,34000 +NOR,2036,8,32000,34000 +NOR,2036,9,32000,34000 +NOR,2036,10,32000,34000 +NOR,2036,11,32000,34000 +NOR,2036,12,32000,34000 +NOR,2036,13,32000,34000 +NOR,2036,14,32000,34000 +NOR,2036,15,31000,34000 +NOR,2036,16,31000,33000 +NOR,2036,17,31000,33000 +NOR,2036,18,32000,34000 +NOR,2037,0,32000,34000 +NOR,2037,1,32000,34000 +NOR,2037,2,32000,34000 +NOR,2037,3,32000,34000 +NOR,2037,4,32000,34000 +NOR,2037,5,32000,34000 +NOR,2037,6,32000,34000 +NOR,2037,7,32000,34000 +NOR,2037,8,32000,34000 +NOR,2037,9,32000,34000 +NOR,2037,10,32000,34000 +NOR,2037,11,32000,34000 +NOR,2037,12,32000,34000 +NOR,2037,13,32000,34000 +NOR,2037,14,32000,34000 +NOR,2037,15,32000,34000 +NOR,2037,16,32000,34000 +NOR,2037,17,32000,34000 +NOR,2037,18,32000,34000 +NOR,2038,0,32000,34000 +NOR,2038,1,32000,34000 +NOR,2038,2,32000,34000 +NOR,2038,3,32000,34000 +NOR,2038,4,32000,34000 +NOR,2038,5,32000,34000 +NOR,2038,6,32000,34000 +NOR,2038,7,32000,34000 +NOR,2038,8,32000,34000 +NOR,2038,9,32000,34000 +NOR,2038,10,32000,34000 +NOR,2038,11,32000,34000 +NOR,2038,12,32000,34000 +NOR,2038,13,32000,34000 +NOR,2038,14,32000,34000 +NOR,2038,15,32000,34000 +NOR,2038,16,32000,34000 +NOR,2038,17,32000,34000 +NOR,2038,18,32000,34000 +NOR,2039,0,32000,34000 +NOR,2039,1,32000,34000 +NOR,2039,2,33000,35000 +NOR,2039,3,33000,35000 +NOR,2039,4,32000,35000 +NOR,2039,5,32000,35000 +NOR,2039,6,32000,34000 +NOR,2039,7,32000,34000 +NOR,2039,8,32000,34000 +NOR,2039,9,32000,34000 +NOR,2039,10,32000,34000 +NOR,2039,11,32000,34000 +NOR,2039,12,32000,34000 +NOR,2039,13,32000,34000 +NOR,2039,14,32000,34000 +NOR,2039,15,32000,35000 +NOR,2039,16,33000,35000 +NOR,2039,17,33000,35000 +NOR,2039,18,33000,35000 +NOR,2040,0,32000,34000 +NOR,2040,1,32000,34000 +NOR,2040,2,33000,35000 +NOR,2040,3,33000,35000 +NOR,2040,4,33000,35000 +NOR,2040,5,33000,35000 +NOR,2040,6,33000,35000 +NOR,2040,7,32000,35000 +NOR,2040,8,32000,34000 +NOR,2040,9,32000,34000 +NOR,2040,10,32000,34000 +NOR,2040,11,32000,34000 +NOR,2040,12,32000,34000 +NOR,2040,13,32000,34000 +NOR,2040,14,32000,34000 +NOR,2040,15,32000,35000 +NOR,2040,16,33000,35000 +NOR,2040,17,33000,35000 +NOR,2040,18,33000,35000 +NOR,2041,0,32000,34000 +NOR,2041,1,32000,34000 +NOR,2041,2,33000,35000 +NOR,2041,3,33000,35000 +NOR,2041,4,33000,35000 +NOR,2041,5,33000,35000 +NOR,2041,6,33000,35000 +NOR,2041,7,33000,35000 +NOR,2041,8,33000,35000 +NOR,2041,9,32000,35000 +NOR,2041,10,32000,35000 +NOR,2041,11,32000,35000 +NOR,2041,12,32000,34000 +NOR,2041,13,32000,35000 +NOR,2041,14,33000,35000 +NOR,2041,15,33000,35000 +NOR,2041,16,33000,35000 +NOR,2041,17,33000,35000 +NOR,2041,18,33000,36000 +NOR,2042,0,32000,34000 +NOR,2042,1,33000,35000 +NOR,2042,2,33000,35000 +NOR,2042,3,33000,35000 +NOR,2042,4,33000,35000 +NOR,2042,5,33000,35000 +NOR,2042,6,33000,35000 +NOR,2042,7,33000,35000 +NOR,2042,8,33000,35000 +NOR,2042,9,33000,35000 +NOR,2042,10,33000,35000 +NOR,2042,11,33000,35000 +NOR,2042,12,33000,35000 +NOR,2042,13,33000,35000 +NOR,2042,14,33000,35000 +NOR,2042,15,33000,35000 +NOR,2042,16,33000,35000 +NOR,2042,17,33000,36000 +NOR,2042,18,34000,36000 +NOR,2043,0,32000,34000 +NOR,2043,1,33000,35000 +NOR,2043,2,33000,35000 +NOR,2043,3,33000,35000 +NOR,2043,4,33000,35000 +NOR,2043,5,33000,35000 +NOR,2043,6,33000,35000 +NOR,2043,7,33000,35000 +NOR,2043,8,33000,35000 +NOR,2043,9,33000,35000 +NOR,2043,10,33000,35000 +NOR,2043,11,33000,35000 +NOR,2043,12,33000,35000 +NOR,2043,13,33000,35000 +NOR,2043,14,33000,35000 +NOR,2043,15,33000,35000 +NOR,2043,16,33000,35000 +NOR,2043,17,34000,36000 +NOR,2043,18,34000,36000 +NOR,2044,0,32000,34000 +NOR,2044,1,33000,35000 +NOR,2044,2,33000,35000 +NOR,2044,3,33000,35000 +NOR,2044,4,33000,35000 +NOR,2044,5,33000,35000 +NOR,2044,6,33000,35000 +NOR,2044,7,33000,35000 +NOR,2044,8,33000,35000 +NOR,2044,9,33000,35000 +NOR,2044,10,33000,35000 +NOR,2044,11,33000,35000 +NOR,2044,12,33000,35000 +NOR,2044,13,33000,35000 +NOR,2044,14,33000,35000 +NOR,2044,15,33000,35000 +NOR,2044,16,33000,35000 +NOR,2044,17,34000,36000 +NOR,2044,18,34000,36000 +NOR,2045,0,32000,34000 +NOR,2045,1,33000,35000 +NOR,2045,2,33000,35000 +NOR,2045,3,33000,35000 +NOR,2045,4,33000,35000 +NOR,2045,5,33000,35000 +NOR,2045,6,33000,35000 +NOR,2045,7,33000,35000 +NOR,2045,8,33000,35000 +NOR,2045,9,33000,35000 +NOR,2045,10,33000,35000 +NOR,2045,11,33000,35000 +NOR,2045,12,33000,35000 +NOR,2045,13,33000,35000 +NOR,2045,14,33000,35000 +NOR,2045,15,33000,35000 +NOR,2045,16,33000,36000 +NOR,2045,17,34000,36000 +NOR,2045,18,34000,36000 +NOR,2046,0,32000,34000 +NOR,2046,1,33000,35000 +NOR,2046,2,33000,35000 +NOR,2046,3,33000,35000 +NOR,2046,4,33000,35000 +NOR,2046,5,33000,35000 +NOR,2046,6,33000,35000 +NOR,2046,7,33000,35000 +NOR,2046,8,33000,35000 +NOR,2046,9,33000,35000 +NOR,2046,10,33000,35000 +NOR,2046,11,33000,35000 +NOR,2046,12,33000,35000 +NOR,2046,13,33000,35000 +NOR,2046,14,33000,35000 +NOR,2046,15,33000,36000 +NOR,2046,16,34000,36000 +NOR,2046,17,34000,36000 +NOR,2046,18,34000,36000 +NOR,2047,0,33000,34000 +NOR,2047,1,33000,35000 +NOR,2047,2,33000,35000 +NOR,2047,3,33000,35000 +NOR,2047,4,33000,35000 +NOR,2047,5,33000,35000 +NOR,2047,6,33000,35000 +NOR,2047,7,33000,35000 +NOR,2047,8,33000,35000 +NOR,2047,9,33000,35000 +NOR,2047,10,33000,35000 +NOR,2047,11,33000,35000 +NOR,2047,12,33000,35000 +NOR,2047,13,33000,35000 +NOR,2047,14,33000,35000 +NOR,2047,15,33000,36000 +NOR,2047,16,34000,36000 +NOR,2047,17,34000,36000 +NOR,2047,18,34000,37000 +NOR,2048,0,33000,35000 +NOR,2048,1,33000,35000 +NOR,2048,2,33000,35000 +NOR,2048,3,33000,35000 +NOR,2048,4,33000,35000 +NOR,2048,5,33000,35000 +NOR,2048,6,33000,35000 +NOR,2048,7,33000,35000 +NOR,2048,8,33000,35000 +NOR,2048,9,33000,35000 +NOR,2048,10,33000,35000 +NOR,2048,11,33000,35000 +NOR,2048,12,33000,35000 +NOR,2048,13,33000,35000 +NOR,2048,14,33000,36000 +NOR,2048,15,34000,36000 +NOR,2048,16,34000,36000 +NOR,2048,17,34000,36000 +NOR,2048,18,35000,37000 +NOR,2049,0,33000,35000 +NOR,2049,1,33000,35000 +NOR,2049,2,33000,35000 +NOR,2049,3,33000,35000 +NOR,2049,4,33000,35000 +NOR,2049,5,33000,35000 +NOR,2049,6,33000,35000 +NOR,2049,7,33000,35000 +NOR,2049,8,33000,35000 +NOR,2049,9,33000,35000 +NOR,2049,10,33000,35000 +NOR,2049,11,33000,35000 +NOR,2049,12,33000,35000 +NOR,2049,13,33000,35000 +NOR,2049,14,33000,36000 +NOR,2049,15,34000,36000 +NOR,2049,16,34000,36000 +NOR,2049,17,34000,36000 +NOR,2049,18,35000,37000 +NOR,2050,0,33000,35000 +NOR,2050,1,33000,35000 +NOR,2050,2,33000,35000 +NOR,2050,3,33000,35000 +NOR,2050,4,33000,35000 +NOR,2050,5,33000,35000 +NOR,2050,6,33000,35000 +NOR,2050,7,33000,35000 +NOR,2050,8,33000,35000 +NOR,2050,9,33000,35000 +NOR,2050,10,33000,35000 +NOR,2050,11,33000,35000 +NOR,2050,12,33000,35000 +NOR,2050,13,33000,35000 +NOR,2050,14,33000,36000 +NOR,2050,15,34000,36000 +NOR,2050,16,34000,36000 +NOR,2050,17,34000,36000 +NOR,2050,18,34000,37000 +NPL,1990,0,322147,334738 +NPL,1990,1,311562,323847 +NPL,1990,2,301564,313636 +NPL,1990,3,292104,304038 +NPL,1990,4,283138,294988 +NPL,1990,5,274616,286422 +NPL,1990,6,266492,278275 +NPL,1990,7,258719,270481 +NPL,1990,8,251250,262975 +NPL,1990,9,244037,255693 +NPL,1990,10,237114,248667 +NPL,1990,11,230516,241932 +NPL,1990,12,223789,234930 +NPL,1990,13,216724,227398 +NPL,1990,14,209517,219569 +NPL,1990,15,202567,211956 +NPL,1990,16,195787,204485 +NPL,1990,17,189333,197141 +NPL,1990,18,183320,189977 +NPL,1991,0,327335,340257 +NPL,1991,1,318688,330874 +NPL,1991,2,308729,320564 +NPL,1991,3,299267,310855 +NPL,1991,4,290261,301690 +NPL,1991,5,281669,293014 +NPL,1991,6,273451,284769 +NPL,1991,7,265569,276895 +NPL,1991,8,257966,269346 +NPL,1991,9,250593,262067 +NPL,1991,10,243419,254999 +NPL,1991,11,236494,248150 +NPL,1991,12,229850,241543 +NPL,1991,13,223070,234734 +NPL,1991,14,215965,227508 +NPL,1991,15,208720,220041 +NPL,1991,16,201710,212750 +NPL,1991,17,194858,205587 +NPL,1991,18,188315,198442 +NPL,1992,0,332172,346679 +NPL,1992,1,322163,335919 +NPL,1992,2,315233,328107 +NPL,1992,3,305899,318342 +NPL,1992,4,296974,309103 +NPL,1992,5,288420,300342 +NPL,1992,6,280202,292010 +NPL,1992,7,272288,284057 +NPL,1992,8,264647,276431 +NPL,1992,9,257213,269101 +NPL,1992,10,249938,262026 +NPL,1992,11,242803,255148 +NPL,1992,12,235875,248454 +NPL,1992,13,229186,241953 +NPL,1992,14,222353,235313 +NPL,1992,15,215207,228369 +NPL,1992,16,207924,221240 +NPL,1992,17,200854,214247 +NPL,1992,18,193930,207367 +NPL,1993,0,336826,353392 +NPL,1993,1,327231,342781 +NPL,1993,2,318083,332776 +NPL,1993,3,311895,325707 +NPL,1993,4,303182,316478 +NPL,1993,5,294788,307700 +NPL,1993,6,286684,299334 +NPL,1993,7,278836,291339 +NPL,1993,8,271223,283671 +NPL,1993,9,263820,276284 +NPL,1993,10,256553,269166 +NPL,1993,11,249373,262287 +NPL,1993,12,242274,255591 +NPL,1993,13,235340,249044 +NPL,1993,14,228603,242642 +NPL,1993,15,221715,236166 +NPL,1993,16,214526,229496 +NPL,1993,17,207203,222699 +NPL,1993,18,200070,215995 +NPL,1994,0,341543,359594 +NPL,1994,1,332438,349245 +NPL,1994,2,323694,339421 +NPL,1994,3,315276,330087 +NPL,1994,4,308807,322803 +NPL,1994,5,300708,314126 +NPL,1994,6,292841,305825 +NPL,1994,7,285179,297867 +NPL,1994,8,277696,290221 +NPL,1994,9,270376,282850 +NPL,1994,10,263206,275716 +NPL,1994,11,256100,268821 +NPL,1994,12,249008,262149 +NPL,1994,13,241940,255646 +NPL,1994,14,234995,249257 +NPL,1994,15,228205,242964 +NPL,1994,16,221256,236661 +NPL,1994,17,214018,230278 +NPL,1994,18,206649,223822 +NPL,1995,0,346377,364615 +NPL,1995,1,337847,354687 +NPL,1995,2,329568,345170 +NPL,1995,3,321517,336041 +NPL,1995,4,313674,327279 +NPL,1995,5,306017,318861 +NPL,1995,6,298526,310763 +NPL,1995,7,291177,302963 +NPL,1995,8,283951,295439 +NPL,1995,9,276825,288167 +NPL,1995,10,269793,281117 +NPL,1995,11,262849,274257 +NPL,1995,12,255897,267608 +NPL,1995,13,248887,261163 +NPL,1995,14,241843,254875 +NPL,1995,15,234880,248664 +NPL,1995,16,228030,242501 +NPL,1995,17,221014,236391 +NPL,1995,18,213720,230313 +NPL,1996,0,350651,372283 +NPL,1996,1,343847,363793 +NPL,1996,2,335876,354354 +NPL,1996,3,328022,345147 +NPL,1996,4,320283,336169 +NPL,1996,5,312655,327417 +NPL,1996,6,305123,318883 +NPL,1996,7,297674,310558 +NPL,1996,8,290352,302463 +NPL,1996,9,283175,294606 +NPL,1996,10,276107,286967 +NPL,1996,11,269092,279501 +NPL,1996,12,262128,272189 +NPL,1996,13,255191,265103 +NPL,1996,14,248257,258263 +NPL,1996,15,241325,251618 +NPL,1996,16,234462,245063 +NPL,1996,17,227706,238582 +NPL,1996,18,220782,232204 +NPL,1997,0,355127,378801 +NPL,1997,1,347738,369644 +NPL,1997,2,341663,361771 +NPL,1997,3,334242,352855 +NPL,1997,4,326807,343991 +NPL,1997,5,319372,335194 +NPL,1997,6,311950,326480 +NPL,1997,7,304535,317857 +NPL,1997,8,297121,309331 +NPL,1997,9,289820,300967 +NPL,1997,10,282684,292801 +NPL,1997,11,275667,284819 +NPL,1997,12,268661,276960 +NPL,1997,13,261672,269218 +NPL,1997,14,254743,261715 +NPL,1997,15,247876,254501 +NPL,1997,16,241051,247519 +NPL,1997,17,234281,240640 +NPL,1997,18,227611,233862 +NPL,1998,0,358388,383038 +NPL,1998,1,351839,374714 +NPL,1998,2,345167,366366 +NPL,1998,3,339532,358970 +NPL,1998,4,332661,350596 +NPL,1998,5,325644,342093 +NPL,1998,6,318511,333495 +NPL,1998,7,311295,324839 +NPL,1998,8,303997,316146 +NPL,1998,9,296617,307438 +NPL,1998,10,289334,298823 +NPL,1998,11,282238,290365 +NPL,1998,12,275272,282058 +NPL,1998,13,268273,273822 +NPL,1998,14,261258,265668 +NPL,1998,15,254335,257766 +NPL,1998,16,247536,250194 +NPL,1998,17,240816,242890 +NPL,1998,18,234137,235703 +NPL,1999,0,358636,383688 +NPL,1999,1,353577,377087 +NPL,1999,2,348147,370132 +NPL,1999,3,342383,362858 +NPL,1999,4,337176,356057 +NPL,1999,5,330859,348226 +NPL,1999,6,324265,340085 +NPL,1999,7,317440,331689 +NPL,1999,8,310435,323093 +NPL,1999,9,303257,314334 +NPL,1999,10,295916,305447 +NPL,1999,11,288657,296584 +NPL,1999,12,281606,287840 +NPL,1999,13,274695,279210 +NPL,1999,14,267709,270603 +NPL,1999,15,260671,262040 +NPL,1999,16,253759,253744 +NPL,1999,17,247032,245817 +NPL,1999,18,240422,238195 +NPL,2000,0,354769,379995 +NPL,2000,1,352048,376273 +NPL,2000,2,348588,371686 +NPL,2000,3,344457,366310 +NPL,2000,4,339718,360218 +NPL,2000,5,334439,353487 +NPL,2000,6,328684,346190 +NPL,2000,7,322519,338403 +NPL,2000,8,316010,330200 +NPL,2000,9,309223,321656 +NPL,2000,10,302175,312822 +NPL,2000,11,294881,303749 +NPL,2000,12,287653,294631 +NPL,2000,13,280656,285592 +NPL,2000,14,273806,276633 +NPL,2000,15,266841,267647 +NPL,2000,16,259790,258669 +NPL,2000,17,252896,249971 +NPL,2000,18,246248,241683 +NPL,2001,0,347251,370709 +NPL,2001,1,352737,377213 +NPL,2001,2,350874,374397 +NPL,2001,3,348049,370363 +NPL,2001,4,344347,365224 +NPL,2001,5,339853,359090 +NPL,2001,6,334662,352074 +NPL,2001,7,328869,344291 +NPL,2001,8,322507,335844 +NPL,2001,9,315641,326843 +NPL,2001,10,308386,317403 +NPL,2001,11,300828,307621 +NPL,2001,12,292989,297587 +NPL,2001,13,285259,287527 +NPL,2001,14,277853,277600 +NPL,2001,15,270684,267850 +NPL,2001,16,263389,258129 +NPL,2001,17,255969,248427 +NPL,2001,18,248989,239475 +NPL,2002,0,335922,357343 +NPL,2002,1,340919,363342 +NPL,2002,2,350564,374931 +NPL,2002,3,349561,373016 +NPL,2002,4,347373,369529 +NPL,2002,5,344103,364619 +NPL,2002,6,339856,358435 +NPL,2002,7,334756,351127 +NPL,2002,8,328926,342848 +NPL,2002,9,322369,333731 +NPL,2002,10,315148,323921 +NPL,2002,11,307428,313573 +NPL,2002,12,299362,302833 +NPL,2002,13,290981,291827 +NPL,2002,14,282750,280812 +NPL,2002,15,274938,269985 +NPL,2002,16,267451,259431 +NPL,2002,17,259829,248964 +NPL,2002,18,252043,238528 +NPL,2003,0,322796,341961 +NPL,2003,1,332054,353499 +NPL,2003,2,338727,361628 +NPL,2003,3,348219,372941 +NPL,2003,4,348077,371927 +NPL,2003,5,346527,368985 +NPL,2003,6,343691,364301 +NPL,2003,7,339693,358060 +NPL,2003,8,334686,350454 +NPL,2003,9,328823,341672 +NPL,2003,10,322074,331879 +NPL,2003,11,314501,321251 +NPL,2003,12,306319,309988 +NPL,2003,13,297749,298279 +NPL,2003,14,288829,286291 +NPL,2003,15,280102,274314 +NPL,2003,16,271886,262577 +NPL,2003,17,264086,251211 +NPL,2003,18,256140,239988 +NPL,2004,0,310695,327489 +NPL,2004,1,322970,343312 +NPL,2004,2,332373,355187 +NPL,2004,3,339115,363406 +NPL,2004,4,345663,370940 +NPL,2004,5,346381,370827 +NPL,2004,6,345469,368430 +NPL,2004,7,343069,363972 +NPL,2004,8,339323,357677 +NPL,2004,9,334412,349772 +NPL,2004,10,328518,340487 +NPL,2004,11,321582,330015 +NPL,2004,12,313662,318569 +NPL,2004,13,305023,306389 +NPL,2004,14,295954,293712 +NPL,2004,15,286502,280741 +NPL,2004,16,277283,267799 +NPL,2004,17,268670,255153 +NPL,2004,18,260561,242973 +NPL,2005,0,301685,316106 +NPL,2005,1,314921,333993 +NPL,2005,2,325505,347939 +NPL,2005,3,333597,358206 +NPL,2005,4,339357,365054 +NPL,2005,5,342945,368743 +NPL,2005,6,344522,369532 +NPL,2005,7,344248,367682 +NPL,2005,8,342284,363453 +NPL,2005,9,338791,357106 +NPL,2005,10,333978,348906 +NPL,2005,11,328058,339122 +NPL,2005,12,320937,327978 +NPL,2005,13,312675,315719 +NPL,2005,14,303584,302627 +NPL,2005,15,294021,288987 +NPL,2005,16,284041,275040 +NPL,2005,17,274336,261139 +NPL,2005,18,265331,247590 +NPL,2006,0,297102,310320 +NPL,2006,1,302483,319902 +NPL,2006,2,314469,335760 +NPL,2006,3,324428,348388 +NPL,2006,4,332380,357902 +NPL,2006,5,338349,364419 +NPL,2006,6,342564,368265 +NPL,2006,7,345258,369769 +NPL,2006,8,345409,367987 +NPL,2006,9,342623,362613 +NPL,2006,10,337548,354396 +NPL,2006,11,331447,344675 +NPL,2006,12,324331,333517 +NPL,2006,13,316273,321282 +NPL,2006,14,307526,308395 +NPL,2006,15,298289,295037 +NPL,2006,16,288527,281133 +NPL,2006,17,278265,266900 +NPL,2006,18,268758,253216 +NPL,2007,0,295628,307729 +NPL,2007,1,303853,322505 +NPL,2007,2,303016,323514 +NPL,2007,3,313742,337313 +NPL,2007,4,323067,348602 +NPL,2007,5,330873,357350 +NPL,2007,6,337045,363527 +NPL,2007,7,341884,367530 +NPL,2007,8,345691,369754 +NPL,2007,9,346267,368043 +NPL,2007,10,342662,361515 +NPL,2007,11,336011,351418 +NPL,2007,12,328627,340168 +NPL,2007,13,320322,327631 +NPL,2007,14,311336,314303 +NPL,2007,15,302112,300790 +NPL,2007,16,292737,287173 +NPL,2007,17,282783,273012 +NPL,2007,18,272248,258500 +NPL,2008,0,296127,306869 +NPL,2008,1,299769,317450 +NPL,2008,2,304422,327371 +NPL,2008,3,303524,326367 +NPL,2008,4,312991,338062 +NPL,2008,5,321682,347975 +NPL,2008,6,329342,355930 +NPL,2008,7,335717,361752 +NPL,2008,8,341178,365903 +NPL,2008,9,346097,368846 +NPL,2008,10,347096,367209 +NPL,2008,11,342674,359538 +NPL,2008,12,334450,347572 +NPL,2008,13,325785,334811 +NPL,2008,14,316293,320916 +NPL,2008,15,306380,306520 +NPL,2008,16,296680,292411 +NPL,2008,17,287169,278565 +NPL,2008,18,277025,264180 +NPL,2009,0,296771,305471 +NPL,2009,1,296218,311470 +NPL,2009,2,297985,318284 +NPL,2009,3,301620,325571 +NPL,2009,4,304280,327716 +NPL,2009,5,312496,337254 +NPL,2009,6,320561,345747 +NPL,2009,7,328080,352874 +NPL,2009,8,334663,358313 +NPL,2009,9,340751,362593 +NPL,2009,10,346784,366242 +NPL,2009,11,348208,364687 +NPL,2009,12,342965,355907 +NPL,2009,13,333162,342130 +NPL,2009,14,323211,327917 +NPL,2009,15,312526,312729 +NPL,2009,16,301679,297332 +NPL,2009,17,291495,282692 +NPL,2009,18,281839,268682 +NPL,2010,0,296157,301942 +NPL,2010,1,292816,303880 +NPL,2010,2,292598,307828 +NPL,2010,3,294974,313322 +NPL,2010,4,299413,319897 +NPL,2010,5,305385,327090 +NPL,2010,6,312360,334438 +NPL,2010,7,319806,341477 +NPL,2010,8,327194,347742 +NPL,2010,9,333993,352771 +NPL,2010,10,340714,357152 +NPL,2010,11,347871,361476 +NPL,2010,12,349721,360012 +NPL,2010,13,343651,350188 +NPL,2010,14,332256,334703 +NPL,2010,15,321004,319139 +NPL,2010,16,309112,302764 +NPL,2010,17,297317,286470 +NPL,2010,18,286638,271392 +NPL,2011,0,292462,301269 +NPL,2011,1,292793,299105 +NPL,2011,2,290945,301814 +NPL,2011,3,291688,306407 +NPL,2011,4,294579,312411 +NPL,2011,5,299171,319351 +NPL,2011,6,304938,326771 +NPL,2011,7,311354,334218 +NPL,2011,8,318379,341124 +NPL,2011,9,325730,346980 +NPL,2011,10,332717,351366 +NPL,2011,11,339451,355026 +NPL,2011,12,346526,358591 +NPL,2011,13,348294,356056 +NPL,2011,14,342146,344753 +NPL,2011,15,330679,327545 +NPL,2011,16,319353,310292 +NPL,2011,17,307385,292217 +NPL,2011,18,295533,274476 +NPL,2012,0,287813,298688 +NPL,2012,1,283808,294475 +NPL,2012,2,289855,294466 +NPL,2012,3,289491,297928 +NPL,2012,4,291193,303138 +NPL,2012,5,294600,309614 +NPL,2012,6,299351,316876 +NPL,2012,7,304922,324479 +NPL,2012,8,310791,331979 +NPL,2012,9,317406,338711 +NPL,2012,10,324730,344123 +NPL,2012,11,331915,347842 +NPL,2012,12,338670,350759 +NPL,2012,13,345674,353545 +NPL,2012,14,347362,349956 +NPL,2012,15,341128,337244 +NPL,2012,16,329573,318420 +NPL,2012,17,318157,299584 +NPL,2012,18,306097,279921 +NPL,2013,0,282702,295460 +NPL,2013,1,279996,289097 +NPL,2013,2,279610,286593 +NPL,2013,3,287306,289374 +NPL,2013,4,288424,293577 +NPL,2013,5,291086,299389 +NPL,2013,6,295013,306324 +NPL,2013,7,299929,313893 +NPL,2013,8,305313,321663 +NPL,2013,9,310643,329203 +NPL,2013,10,316858,335752 +NPL,2013,11,324164,340714 +NPL,2013,12,331557,343766 +NPL,2013,13,338342,345942 +NPL,2013,14,345284,347951 +NPL,2013,15,346894,343325 +NPL,2013,16,340567,329237 +NPL,2013,17,328908,308843 +NPL,2013,18,317387,288471 +NPL,2014,0,277921,293383 +NPL,2014,1,276709,285545 +NPL,2014,2,277112,281678 +NPL,2014,3,278923,281230 +NPL,2014,4,285093,285590 +NPL,2014,5,287697,290547 +NPL,2014,6,291323,296983 +NPL,2014,7,295776,304403 +NPL,2014,8,300863,312310 +NPL,2014,9,306065,320282 +NPL,2014,10,310862,327894 +NPL,2014,11,316683,334290 +NPL,2014,12,323981,338828 +NPL,2014,13,331590,341230 +NPL,2014,14,338413,342679 +NPL,2014,15,345302,343925 +NPL,2014,16,346836,338247 +NPL,2014,17,340407,322731 +NPL,2014,18,328631,300688 +NPL,2015,0,274085,293763 +NPL,2015,1,274018,285085 +NPL,2015,2,275007,280313 +NPL,2015,3,276939,278936 +NPL,2015,4,279704,280448 +NPL,2015,5,283191,284338 +NPL,2015,6,287289,290099 +NPL,2015,7,291886,297221 +NPL,2015,8,296872,305196 +NPL,2015,9,302137,313515 +NPL,2015,10,307161,321761 +NPL,2015,11,311429,329515 +NPL,2015,12,316861,335813 +NPL,2015,13,324159,339965 +NPL,2015,14,331993,341734 +NPL,2015,15,338863,342464 +NPL,2015,16,345705,342954 +NPL,2015,17,347166,336166 +NPL,2015,18,340627,319072 +NPL,2016,0,269841,287256 +NPL,2016,1,272744,285636 +NPL,2016,2,273142,278990 +NPL,2016,3,274441,275577 +NPL,2016,4,276554,274982 +NPL,2016,5,279394,276789 +NPL,2016,6,282849,280520 +NPL,2016,7,286812,285699 +NPL,2016,8,291303,292218 +NPL,2016,9,296279,299785 +NPL,2016,10,301586,307800 +NPL,2016,11,306627,315581 +NPL,2016,12,310937,322820 +NPL,2016,13,316315,328571 +NPL,2016,14,323406,332144 +NPL,2016,15,330969,333379 +NPL,2016,16,337596,333625 +NPL,2016,17,344147,333596 +NPL,2016,18,345670,326863 +NPL,2017,0,266363,283178 +NPL,2017,1,267578,275734 +NPL,2017,2,271789,280407 +NPL,2017,3,272650,275691 +NPL,2017,4,274262,273580 +NPL,2017,5,276559,273746 +NPL,2017,6,279477,275860 +NPL,2017,7,282907,279471 +NPL,2017,8,286740,284128 +NPL,2017,9,291131,290117 +NPL,2017,10,296104,297357 +NPL,2017,11,301461,305151 +NPL,2017,12,306525,312552 +NPL,2017,13,310883,319355 +NPL,2017,14,316214,324623 +NPL,2017,15,323109,327662 +NPL,2017,16,330411,328386 +NPL,2017,17,336806,328160 +NPL,2017,18,343074,327621 +NPL,2018,0,263786,281266 +NPL,2018,1,265235,275224 +NPL,2018,2,266965,271402 +NPL,2018,3,270995,277281 +NPL,2018,4,272321,274457 +NPL,2018,5,274246,273630 +NPL,2018,6,276729,274556 +NPL,2018,7,279727,276993 +NPL,2018,8,283133,280511 +NPL,2018,9,286839,284682 +NPL,2018,10,291133,290187 +NPL,2018,11,296105,297155 +NPL,2018,12,301515,304785 +NPL,2018,13,306606,311862 +NPL,2018,14,311014,318281 +NPL,2018,15,316302,323107 +NPL,2018,16,323004,325636 +NPL,2018,17,330050,325853 +NPL,2018,18,336216,325154 +NPL,2019,0,262000,281000 +NPL,2019,1,264000,276000 +NPL,2019,2,265000,273000 +NPL,2019,3,267000,272000 +NPL,2019,4,270000,275000 +NPL,2019,5,272000,274000 +NPL,2019,6,274000,275000 +NPL,2019,7,277000,277000 +NPL,2019,8,280000,279000 +NPL,2019,9,283000,283000 +NPL,2019,10,287000,286000 +NPL,2019,11,291000,291000 +NPL,2019,12,296000,298000 +NPL,2019,13,301000,306000 +NPL,2019,14,307000,312000 +NPL,2019,15,311000,319000 +NPL,2019,16,316000,323000 +NPL,2019,17,323000,325000 +NPL,2019,18,330000,325000 +NPL,2020,0,262000,283000 +NPL,2020,1,263000,279000 +NPL,2020,2,264000,276000 +NPL,2020,3,265000,274000 +NPL,2020,4,267000,274000 +NPL,2020,5,269000,274000 +NPL,2020,6,271000,275000 +NPL,2020,7,274000,276000 +NPL,2020,8,277000,279000 +NPL,2020,9,280000,282000 +NPL,2020,10,283000,285000 +NPL,2020,11,287000,289000 +NPL,2020,12,291000,293000 +NPL,2020,13,296000,300000 +NPL,2020,14,301000,307000 +NPL,2020,15,306000,314000 +NPL,2020,16,311000,319000 +NPL,2020,17,316000,323000 +NPL,2020,18,322000,325000 +NPL,2021,0,264000,283000 +NPL,2021,1,262000,280000 +NPL,2021,2,263000,277000 +NPL,2021,3,264000,275000 +NPL,2021,4,265000,274000 +NPL,2021,5,267000,273000 +NPL,2021,6,269000,274000 +NPL,2021,7,272000,275000 +NPL,2021,8,274000,277000 +NPL,2021,9,277000,279000 +NPL,2021,10,280000,282000 +NPL,2021,11,284000,285000 +NPL,2021,12,287000,288000 +NPL,2021,13,291000,292000 +NPL,2021,14,296000,298000 +NPL,2021,15,301000,305000 +NPL,2021,16,306000,310000 +NPL,2021,17,311000,315000 +NPL,2021,18,316000,319000 +NPL,2022,0,267000,286000 +NPL,2022,1,265000,281000 +NPL,2022,2,262000,279000 +NPL,2022,3,263000,276000 +NPL,2022,4,264000,274000 +NPL,2022,5,265000,274000 +NPL,2022,6,267000,273000 +NPL,2022,7,269000,274000 +NPL,2022,8,272000,275000 +NPL,2022,9,274000,277000 +NPL,2022,10,277000,280000 +NPL,2022,11,280000,283000 +NPL,2022,12,284000,286000 +NPL,2022,13,287000,288000 +NPL,2022,14,291000,292000 +NPL,2022,15,296000,297000 +NPL,2022,16,301000,303000 +NPL,2022,17,306000,308000 +NPL,2022,18,311000,312000 +NPL,2023,0,270000,288000 +NPL,2023,1,267000,283000 +NPL,2023,2,265000,279000 +NPL,2023,3,262000,277000 +NPL,2023,4,262000,275000 +NPL,2023,5,263000,274000 +NPL,2023,6,265000,274000 +NPL,2023,7,267000,274000 +NPL,2023,8,269000,275000 +NPL,2023,9,271000,276000 +NPL,2023,10,274000,278000 +NPL,2023,11,277000,280000 +NPL,2023,12,280000,283000 +NPL,2023,13,283000,286000 +NPL,2023,14,287000,289000 +NPL,2023,15,291000,292000 +NPL,2023,16,296000,297000 +NPL,2023,17,301000,301000 +NPL,2023,18,306000,305000 +NPL,2024,0,271000,288000 +NPL,2024,1,267000,283000 +NPL,2024,2,265000,279000 +NPL,2024,3,263000,276000 +NPL,2024,4,261000,275000 +NPL,2024,5,262000,274000 +NPL,2024,6,263000,273000 +NPL,2024,7,264000,273000 +NPL,2024,8,266000,274000 +NPL,2024,9,268000,275000 +NPL,2024,10,271000,277000 +NPL,2024,11,274000,279000 +NPL,2024,12,277000,281000 +NPL,2024,13,280000,284000 +NPL,2024,14,283000,286000 +NPL,2024,15,286000,289000 +NPL,2024,16,290000,292000 +NPL,2024,17,295000,296000 +NPL,2024,18,300000,299000 +NPL,2025,0,269000,285000 +NPL,2025,1,266000,281000 +NPL,2025,2,264000,278000 +NPL,2025,3,262000,275000 +NPL,2025,4,261000,273000 +NPL,2025,5,261000,272000 +NPL,2025,6,261000,272000 +NPL,2025,7,262000,272000 +NPL,2025,8,264000,272000 +NPL,2025,9,266000,273000 +NPL,2025,10,268000,275000 +NPL,2025,11,271000,276000 +NPL,2025,12,274000,278000 +NPL,2025,13,277000,281000 +NPL,2025,14,280000,283000 +NPL,2025,15,283000,286000 +NPL,2025,16,286000,288000 +NPL,2025,17,290000,291000 +NPL,2025,18,295000,294000 +NPL,2026,0,264000,280000 +NPL,2026,1,268000,284000 +NPL,2026,2,265000,281000 +NPL,2026,3,264000,279000 +NPL,2026,4,263000,277000 +NPL,2026,5,262000,275000 +NPL,2026,6,261000,274000 +NPL,2026,7,261000,273000 +NPL,2026,8,262000,273000 +NPL,2026,9,263000,273000 +NPL,2026,10,266000,274000 +NPL,2026,11,268000,275000 +NPL,2026,12,271000,276000 +NPL,2026,13,274000,278000 +NPL,2026,14,277000,280000 +NPL,2026,15,279000,282000 +NPL,2026,16,283000,284000 +NPL,2026,17,286000,287000 +NPL,2026,18,290000,289000 +NPL,2027,0,255000,271000 +NPL,2027,1,257000,273000 +NPL,2027,2,266000,282000 +NPL,2027,3,265000,280000 +NPL,2027,4,264000,279000 +NPL,2027,5,263000,278000 +NPL,2027,6,262000,276000 +NPL,2027,7,262000,275000 +NPL,2027,8,262000,274000 +NPL,2027,9,262000,273000 +NPL,2027,10,263000,274000 +NPL,2027,11,266000,274000 +NPL,2027,12,268000,275000 +NPL,2027,13,271000,276000 +NPL,2027,14,274000,277000 +NPL,2027,15,276000,279000 +NPL,2027,16,279000,281000 +NPL,2027,17,283000,283000 +NPL,2027,18,286000,284000 +NPL,2028,0,245000,260000 +NPL,2028,1,251000,266000 +NPL,2028,2,256000,270000 +NPL,2028,3,265000,280000 +NPL,2028,4,265000,280000 +NPL,2028,5,264000,279000 +NPL,2028,6,264000,278000 +NPL,2028,7,263000,277000 +NPL,2028,8,263000,276000 +NPL,2028,9,262000,274000 +NPL,2028,10,262000,273000 +NPL,2028,11,263000,273000 +NPL,2028,12,266000,274000 +NPL,2028,13,268000,274000 +NPL,2028,14,271000,275000 +NPL,2028,15,274000,276000 +NPL,2028,16,276000,277000 +NPL,2028,17,279000,279000 +NPL,2028,18,282000,280000 +NPL,2029,0,235000,249000 +NPL,2029,1,244000,258000 +NPL,2029,2,252000,265000 +NPL,2029,3,257000,270000 +NPL,2029,4,263000,277000 +NPL,2029,5,264000,278000 +NPL,2029,6,264000,278000 +NPL,2029,7,264000,278000 +NPL,2029,8,264000,277000 +NPL,2029,9,263000,276000 +NPL,2029,10,262000,274000 +NPL,2029,11,261000,273000 +NPL,2029,12,263000,273000 +NPL,2029,13,265000,273000 +NPL,2029,14,268000,273000 +NPL,2029,15,271000,273000 +NPL,2029,16,273000,274000 +NPL,2029,17,276000,275000 +NPL,2029,18,279000,276000 +NPL,2030,0,227000,241000 +NPL,2030,1,238000,251000 +NPL,2030,2,247000,260000 +NPL,2030,3,253000,266000 +NPL,2030,4,258000,271000 +NPL,2030,5,261000,275000 +NPL,2030,6,263000,277000 +NPL,2030,7,264000,278000 +NPL,2030,8,264000,278000 +NPL,2030,9,264000,277000 +NPL,2030,10,263000,276000 +NPL,2030,11,262000,274000 +NPL,2030,12,261000,273000 +NPL,2030,13,262000,272000 +NPL,2030,14,265000,272000 +NPL,2030,15,268000,272000 +NPL,2030,16,270000,272000 +NPL,2030,17,273000,272000 +NPL,2030,18,276000,272000 +NPL,2031,0,222000,236000 +NPL,2031,1,228000,242000 +NPL,2031,2,238000,251000 +NPL,2031,3,246000,259000 +NPL,2031,4,253000,266000 +NPL,2031,5,258000,270000 +NPL,2031,6,261000,274000 +NPL,2031,7,264000,277000 +NPL,2031,8,265000,278000 +NPL,2031,9,265000,278000 +NPL,2031,10,264000,277000 +NPL,2031,11,262000,276000 +NPL,2031,12,260000,274000 +NPL,2031,13,259000,272000 +NPL,2031,14,260000,272000 +NPL,2031,15,263000,271000 +NPL,2031,16,265000,271000 +NPL,2031,17,268000,271000 +NPL,2031,18,271000,271000 +NPL,2032,0,219000,233000 +NPL,2032,1,228000,242000 +NPL,2032,2,230000,243000 +NPL,2032,3,239000,252000 +NPL,2032,4,246000,259000 +NPL,2032,5,252000,265000 +NPL,2032,6,257000,269000 +NPL,2032,7,261000,273000 +NPL,2032,8,264000,277000 +NPL,2032,9,265000,278000 +NPL,2032,10,265000,278000 +NPL,2032,11,263000,277000 +NPL,2032,12,261000,276000 +NPL,2032,13,258000,274000 +NPL,2032,14,257000,272000 +NPL,2032,15,258000,271000 +NPL,2032,16,261000,271000 +NPL,2032,17,263000,270000 +NPL,2032,18,265000,270000 +NPL,2033,0,217000,231000 +NPL,2033,1,224000,237000 +NPL,2033,2,230000,244000 +NPL,2033,3,231000,244000 +NPL,2033,4,239000,251000 +NPL,2033,5,245000,258000 +NPL,2033,6,251000,264000 +NPL,2033,7,256000,268000 +NPL,2033,8,260000,273000 +NPL,2033,9,264000,276000 +NPL,2033,10,265000,278000 +NPL,2033,11,265000,278000 +NPL,2033,12,262000,277000 +NPL,2033,13,260000,275000 +NPL,2033,14,257000,273000 +NPL,2033,15,255000,271000 +NPL,2033,16,256000,270000 +NPL,2033,17,258000,270000 +NPL,2033,18,260000,269000 +NPL,2034,0,215000,229000 +NPL,2034,1,220000,233000 +NPL,2034,2,224000,238000 +NPL,2034,3,229000,243000 +NPL,2034,4,232000,245000 +NPL,2034,5,239000,251000 +NPL,2034,6,245000,257000 +NPL,2034,7,250000,262000 +NPL,2034,8,255000,267000 +NPL,2034,9,259000,272000 +NPL,2034,10,264000,276000 +NPL,2034,11,266000,278000 +NPL,2034,12,264000,278000 +NPL,2034,13,261000,276000 +NPL,2034,14,258000,275000 +NPL,2034,15,255000,272000 +NPL,2034,16,253000,271000 +NPL,2034,17,253000,269000 +NPL,2034,18,255000,269000 +NPL,2035,0,213000,226000 +NPL,2035,1,215000,229000 +NPL,2035,2,219000,232000 +NPL,2035,3,223000,236000 +NPL,2035,4,228000,241000 +NPL,2035,5,233000,246000 +NPL,2035,6,239000,251000 +NPL,2035,7,244000,256000 +NPL,2035,8,249000,261000 +NPL,2035,9,254000,266000 +NPL,2035,10,258000,271000 +NPL,2035,11,263000,275000 +NPL,2035,12,266000,278000 +NPL,2035,13,264000,278000 +NPL,2035,14,260000,276000 +NPL,2035,15,257000,274000 +NPL,2035,16,253000,272000 +NPL,2035,17,251000,270000 +NPL,2035,18,251000,269000 +NPL,2036,0,209000,222000 +NPL,2036,1,212000,225000 +NPL,2036,2,215000,228000 +NPL,2036,3,219000,232000 +NPL,2036,4,223000,236000 +NPL,2036,5,228000,241000 +NPL,2036,6,234000,246000 +NPL,2036,7,239000,251000 +NPL,2036,8,244000,256000 +NPL,2036,9,249000,261000 +NPL,2036,10,253000,266000 +NPL,2036,11,257000,270000 +NPL,2036,12,262000,275000 +NPL,2036,13,264000,278000 +NPL,2036,14,262000,277000 +NPL,2036,15,258000,275000 +NPL,2036,16,254000,273000 +NPL,2036,17,250000,271000 +NPL,2036,18,248000,269000 +NPL,2037,0,204000,217000 +NPL,2037,1,206000,219000 +NPL,2037,2,211000,224000 +NPL,2037,3,215000,228000 +NPL,2037,4,219000,232000 +NPL,2037,5,224000,236000 +NPL,2037,6,229000,241000 +NPL,2037,7,234000,246000 +NPL,2037,8,239000,251000 +NPL,2037,9,244000,256000 +NPL,2037,10,248000,261000 +NPL,2037,11,252000,266000 +NPL,2037,12,256000,270000 +NPL,2037,13,260000,275000 +NPL,2037,14,262000,277000 +NPL,2037,15,260000,277000 +NPL,2037,16,256000,275000 +NPL,2037,17,252000,272000 +NPL,2037,18,248000,270000 +NPL,2038,0,200000,211000 +NPL,2038,1,202000,214000 +NPL,2038,2,204000,217000 +NPL,2038,3,210000,223000 +NPL,2038,4,214000,227000 +NPL,2038,5,219000,232000 +NPL,2038,6,224000,236000 +NPL,2038,7,229000,241000 +NPL,2038,8,234000,246000 +NPL,2038,9,239000,251000 +NPL,2038,10,244000,256000 +NPL,2038,11,248000,261000 +NPL,2038,12,251000,265000 +NPL,2038,13,255000,270000 +NPL,2038,14,258000,274000 +NPL,2038,15,260000,277000 +NPL,2038,16,257000,276000 +NPL,2038,17,253000,274000 +NPL,2038,18,249000,271000 +NPL,2039,0,195000,206000 +NPL,2039,1,197000,209000 +NPL,2039,2,200000,213000 +NPL,2039,3,204000,217000 +NPL,2039,4,210000,223000 +NPL,2039,5,214000,227000 +NPL,2039,6,219000,232000 +NPL,2039,7,224000,236000 +NPL,2039,8,229000,241000 +NPL,2039,9,234000,246000 +NPL,2039,10,239000,251000 +NPL,2039,11,244000,255000 +NPL,2039,12,247000,260000 +NPL,2039,13,251000,265000 +NPL,2039,14,253000,269000 +NPL,2039,15,257000,274000 +NPL,2039,16,258000,276000 +NPL,2039,17,255000,276000 +NPL,2039,18,251000,273000 +NPL,2040,0,192000,202000 +NPL,2040,1,194000,205000 +NPL,2040,2,196000,209000 +NPL,2040,3,200000,213000 +NPL,2040,4,204000,217000 +NPL,2040,5,209000,222000 +NPL,2040,6,214000,226000 +NPL,2040,7,219000,231000 +NPL,2040,8,224000,236000 +NPL,2040,9,229000,241000 +NPL,2040,10,234000,246000 +NPL,2040,11,239000,251000 +NPL,2040,12,244000,255000 +NPL,2040,13,247000,260000 +NPL,2040,14,250000,265000 +NPL,2040,15,252000,269000 +NPL,2040,16,255000,273000 +NPL,2040,17,256000,276000 +NPL,2040,18,253000,275000 +NPL,2041,0,189000,199000 +NPL,2041,1,191000,202000 +NPL,2041,2,193000,205000 +NPL,2041,3,196000,209000 +NPL,2041,4,200000,213000 +NPL,2041,5,204000,217000 +NPL,2041,6,209000,222000 +NPL,2041,7,214000,226000 +NPL,2041,8,219000,231000 +NPL,2041,9,224000,236000 +NPL,2041,10,229000,241000 +NPL,2041,11,233000,246000 +NPL,2041,12,238000,250000 +NPL,2041,13,242000,255000 +NPL,2041,14,245000,259000 +NPL,2041,15,247000,264000 +NPL,2041,16,250000,268000 +NPL,2041,17,252000,272000 +NPL,2041,18,253000,275000 +NPL,2042,0,187000,197000 +NPL,2042,1,188000,199000 +NPL,2042,2,191000,201000 +NPL,2042,3,193000,205000 +NPL,2042,4,196000,208000 +NPL,2042,5,200000,212000 +NPL,2042,6,205000,217000 +NPL,2042,7,209000,222000 +NPL,2042,8,214000,226000 +NPL,2042,9,219000,231000 +NPL,2042,10,223000,236000 +NPL,2042,11,228000,241000 +NPL,2042,12,232000,246000 +NPL,2042,13,236000,250000 +NPL,2042,14,240000,254000 +NPL,2042,15,243000,259000 +NPL,2042,16,245000,263000 +NPL,2042,17,247000,267000 +NPL,2042,18,250000,271000 +NPL,2043,0,185000,195000 +NPL,2043,1,185000,196000 +NPL,2043,2,187000,198000 +NPL,2043,3,190000,201000 +NPL,2043,4,193000,204000 +NPL,2043,5,196000,208000 +NPL,2043,6,200000,212000 +NPL,2043,7,205000,217000 +NPL,2043,8,209000,221000 +NPL,2043,9,214000,226000 +NPL,2043,10,219000,231000 +NPL,2043,11,223000,236000 +NPL,2043,12,227000,241000 +NPL,2043,13,231000,245000 +NPL,2043,14,234000,250000 +NPL,2043,15,238000,254000 +NPL,2043,16,240000,258000 +NPL,2043,17,242000,263000 +NPL,2043,18,245000,266000 +NPL,2044,0,183000,193000 +NPL,2044,1,183000,194000 +NPL,2044,2,184000,196000 +NPL,2044,3,186000,198000 +NPL,2044,4,189000,201000 +NPL,2044,5,193000,204000 +NPL,2044,6,196000,208000 +NPL,2044,7,200000,212000 +NPL,2044,8,205000,216000 +NPL,2044,9,209000,221000 +NPL,2044,10,214000,226000 +NPL,2044,11,219000,231000 +NPL,2044,12,223000,236000 +NPL,2044,13,226000,240000 +NPL,2044,14,229000,245000 +NPL,2044,15,233000,249000 +NPL,2044,16,235000,253000 +NPL,2044,17,238000,258000 +NPL,2044,18,240000,262000 +NPL,2045,0,181000,192000 +NPL,2045,1,181000,192000 +NPL,2045,2,182000,193000 +NPL,2045,3,183000,195000 +NPL,2045,4,186000,197000 +NPL,2045,5,189000,200000 +NPL,2045,6,192000,204000 +NPL,2045,7,196000,208000 +NPL,2045,8,201000,212000 +NPL,2045,9,205000,216000 +NPL,2045,10,210000,221000 +NPL,2045,11,214000,226000 +NPL,2045,12,219000,231000 +NPL,2045,13,222000,235000 +NPL,2045,14,225000,240000 +NPL,2045,15,228000,245000 +NPL,2045,16,231000,249000 +NPL,2045,17,233000,253000 +NPL,2045,18,236000,257000 +NPL,2046,0,179000,190000 +NPL,2046,1,180000,191000 +NPL,2046,2,181000,192000 +NPL,2046,3,182000,193000 +NPL,2046,4,184000,195000 +NPL,2046,5,186000,197000 +NPL,2046,6,189000,200000 +NPL,2046,7,193000,204000 +NPL,2046,8,196000,207000 +NPL,2046,9,200000,212000 +NPL,2046,10,204000,216000 +NPL,2046,11,208000,221000 +NPL,2046,12,213000,226000 +NPL,2046,13,217000,230000 +NPL,2046,14,220000,235000 +NPL,2046,15,223000,239000 +NPL,2046,16,226000,244000 +NPL,2046,17,228000,248000 +NPL,2046,18,231000,252000 +NPL,2047,0,177000,188000 +NPL,2047,1,177000,188000 +NPL,2047,2,180000,190000 +NPL,2047,3,180000,191000 +NPL,2047,4,182000,193000 +NPL,2047,5,184000,195000 +NPL,2047,6,186000,197000 +NPL,2047,7,189000,200000 +NPL,2047,8,193000,204000 +NPL,2047,9,196000,207000 +NPL,2047,10,200000,211000 +NPL,2047,11,203000,216000 +NPL,2047,12,207000,220000 +NPL,2047,13,211000,225000 +NPL,2047,14,215000,230000 +NPL,2047,15,218000,234000 +NPL,2047,16,221000,239000 +NPL,2047,17,223000,243000 +NPL,2047,18,226000,247000 +NPL,2048,0,175000,185000 +NPL,2048,1,175000,186000 +NPL,2048,2,176000,187000 +NPL,2048,3,179000,190000 +NPL,2048,4,180000,191000 +NPL,2048,5,182000,193000 +NPL,2048,6,184000,195000 +NPL,2048,7,187000,197000 +NPL,2048,8,190000,200000 +NPL,2048,9,193000,203000 +NPL,2048,10,196000,207000 +NPL,2048,11,199000,211000 +NPL,2048,12,203000,216000 +NPL,2048,13,206000,220000 +NPL,2048,14,209000,225000 +NPL,2048,15,213000,229000 +NPL,2048,16,216000,234000 +NPL,2048,17,218000,238000 +NPL,2048,18,221000,242000 +NPL,2049,0,173000,183000 +NPL,2049,1,173000,184000 +NPL,2049,2,174000,185000 +NPL,2049,3,175000,186000 +NPL,2049,4,178000,189000 +NPL,2049,5,180000,191000 +NPL,2049,6,182000,193000 +NPL,2049,7,184000,195000 +NPL,2049,8,187000,197000 +NPL,2049,9,190000,200000 +NPL,2049,10,193000,203000 +NPL,2049,11,196000,207000 +NPL,2049,12,199000,211000 +NPL,2049,13,202000,215000 +NPL,2049,14,205000,220000 +NPL,2049,15,208000,224000 +NPL,2049,16,211000,229000 +NPL,2049,17,213000,233000 +NPL,2049,18,216000,237000 +NPL,2050,0,170000,180000 +NPL,2050,1,171000,181000 +NPL,2050,2,172000,183000 +NPL,2050,3,174000,184000 +NPL,2050,4,175000,186000 +NPL,2050,5,177000,188000 +NPL,2050,6,180000,190000 +NPL,2050,7,182000,192000 +NPL,2050,8,185000,195000 +NPL,2050,9,187000,197000 +NPL,2050,10,190000,200000 +NPL,2050,11,193000,203000 +NPL,2050,12,196000,207000 +NPL,2050,13,199000,211000 +NPL,2050,14,201000,215000 +NPL,2050,15,203000,220000 +NPL,2050,16,206000,224000 +NPL,2050,17,209000,228000 +NPL,2050,18,211000,233000 +NRU,1990,0,, +NRU,1990,1,, +NRU,1990,2,, +NRU,1990,3,, +NRU,1990,4,, +NRU,1990,5,, +NRU,1990,6,, +NRU,1990,7,, +NRU,1990,8,, +NRU,1990,9,, +NRU,1990,10,, +NRU,1990,11,, +NRU,1990,12,, +NRU,1990,13,, +NRU,1990,14,, +NRU,1990,15,, +NRU,1990,16,, +NRU,1990,17,, +NRU,1990,18,, +NRU,1991,0,, +NRU,1991,1,, +NRU,1991,2,, +NRU,1991,3,, +NRU,1991,4,, +NRU,1991,5,, +NRU,1991,6,, +NRU,1991,7,, +NRU,1991,8,, +NRU,1991,9,, +NRU,1991,10,, +NRU,1991,11,, +NRU,1991,12,, +NRU,1991,13,, +NRU,1991,14,, +NRU,1991,15,, +NRU,1991,16,, +NRU,1991,17,, +NRU,1991,18,, +NRU,1992,0,, +NRU,1992,1,, +NRU,1992,2,, +NRU,1992,3,, +NRU,1992,4,, +NRU,1992,5,, +NRU,1992,6,, +NRU,1992,7,, +NRU,1992,8,, +NRU,1992,9,, +NRU,1992,10,, +NRU,1992,11,, +NRU,1992,12,, +NRU,1992,13,, +NRU,1992,14,, +NRU,1992,15,, +NRU,1992,16,, +NRU,1992,17,, +NRU,1992,18,, +NRU,1993,0,, +NRU,1993,1,, +NRU,1993,2,, +NRU,1993,3,, +NRU,1993,4,, +NRU,1993,5,, +NRU,1993,6,, +NRU,1993,7,, +NRU,1993,8,, +NRU,1993,9,, +NRU,1993,10,, +NRU,1993,11,, +NRU,1993,12,, +NRU,1993,13,, +NRU,1993,14,, +NRU,1993,15,, +NRU,1993,16,, +NRU,1993,17,, +NRU,1993,18,, +NRU,1994,0,, +NRU,1994,1,, +NRU,1994,2,, +NRU,1994,3,, +NRU,1994,4,, +NRU,1994,5,, +NRU,1994,6,, +NRU,1994,7,, +NRU,1994,8,, +NRU,1994,9,, +NRU,1994,10,, +NRU,1994,11,, +NRU,1994,12,, +NRU,1994,13,, +NRU,1994,14,, +NRU,1994,15,, +NRU,1994,16,, +NRU,1994,17,, +NRU,1994,18,, +NRU,1995,0,, +NRU,1995,1,, +NRU,1995,2,, +NRU,1995,3,, +NRU,1995,4,, +NRU,1995,5,, +NRU,1995,6,, +NRU,1995,7,, +NRU,1995,8,, +NRU,1995,9,, +NRU,1995,10,, +NRU,1995,11,, +NRU,1995,12,, +NRU,1995,13,, +NRU,1995,14,, +NRU,1995,15,, +NRU,1995,16,, +NRU,1995,17,, +NRU,1995,18,, +NRU,1996,0,, +NRU,1996,1,, +NRU,1996,2,, +NRU,1996,3,, +NRU,1996,4,, +NRU,1996,5,, +NRU,1996,6,, +NRU,1996,7,, +NRU,1996,8,, +NRU,1996,9,, +NRU,1996,10,, +NRU,1996,11,, +NRU,1996,12,, +NRU,1996,13,, +NRU,1996,14,, +NRU,1996,15,, +NRU,1996,16,, +NRU,1996,17,, +NRU,1996,18,, +NRU,1997,0,, +NRU,1997,1,, +NRU,1997,2,, +NRU,1997,3,, +NRU,1997,4,, +NRU,1997,5,, +NRU,1997,6,, +NRU,1997,7,, +NRU,1997,8,, +NRU,1997,9,, +NRU,1997,10,, +NRU,1997,11,, +NRU,1997,12,, +NRU,1997,13,, +NRU,1997,14,, +NRU,1997,15,, +NRU,1997,16,, +NRU,1997,17,, +NRU,1997,18,, +NRU,1998,0,, +NRU,1998,1,, +NRU,1998,2,, +NRU,1998,3,, +NRU,1998,4,, +NRU,1998,5,, +NRU,1998,6,, +NRU,1998,7,, +NRU,1998,8,, +NRU,1998,9,, +NRU,1998,10,, +NRU,1998,11,, +NRU,1998,12,, +NRU,1998,13,, +NRU,1998,14,, +NRU,1998,15,, +NRU,1998,16,, +NRU,1998,17,, +NRU,1998,18,, +NRU,1999,0,, +NRU,1999,1,, +NRU,1999,2,, +NRU,1999,3,, +NRU,1999,4,, +NRU,1999,5,, +NRU,1999,6,, +NRU,1999,7,, +NRU,1999,8,, +NRU,1999,9,, +NRU,1999,10,, +NRU,1999,11,, +NRU,1999,12,, +NRU,1999,13,, +NRU,1999,14,, +NRU,1999,15,, +NRU,1999,16,, +NRU,1999,17,, +NRU,1999,18,, +NRU,2000,0,, +NRU,2000,1,, +NRU,2000,2,, +NRU,2000,3,, +NRU,2000,4,, +NRU,2000,5,, +NRU,2000,6,, +NRU,2000,7,, +NRU,2000,8,, +NRU,2000,9,, +NRU,2000,10,, +NRU,2000,11,, +NRU,2000,12,, +NRU,2000,13,, +NRU,2000,14,, +NRU,2000,15,, +NRU,2000,16,, +NRU,2000,17,, +NRU,2000,18,, +NRU,2001,0,, +NRU,2001,1,, +NRU,2001,2,, +NRU,2001,3,, +NRU,2001,4,, +NRU,2001,5,, +NRU,2001,6,, +NRU,2001,7,, +NRU,2001,8,, +NRU,2001,9,, +NRU,2001,10,, +NRU,2001,11,, +NRU,2001,12,, +NRU,2001,13,, +NRU,2001,14,, +NRU,2001,15,, +NRU,2001,16,, +NRU,2001,17,, +NRU,2001,18,, +NRU,2002,0,, +NRU,2002,1,, +NRU,2002,2,, +NRU,2002,3,, +NRU,2002,4,, +NRU,2002,5,, +NRU,2002,6,, +NRU,2002,7,, +NRU,2002,8,, +NRU,2002,9,, +NRU,2002,10,, +NRU,2002,11,, +NRU,2002,12,, +NRU,2002,13,, +NRU,2002,14,, +NRU,2002,15,, +NRU,2002,16,, +NRU,2002,17,, +NRU,2002,18,, +NRU,2003,0,, +NRU,2003,1,, +NRU,2003,2,, +NRU,2003,3,, +NRU,2003,4,, +NRU,2003,5,, +NRU,2003,6,, +NRU,2003,7,, +NRU,2003,8,, +NRU,2003,9,, +NRU,2003,10,, +NRU,2003,11,, +NRU,2003,12,, +NRU,2003,13,, +NRU,2003,14,, +NRU,2003,15,, +NRU,2003,16,, +NRU,2003,17,, +NRU,2003,18,, +NRU,2004,0,, +NRU,2004,1,, +NRU,2004,2,, +NRU,2004,3,, +NRU,2004,4,, +NRU,2004,5,, +NRU,2004,6,, +NRU,2004,7,, +NRU,2004,8,, +NRU,2004,9,, +NRU,2004,10,, +NRU,2004,11,, +NRU,2004,12,, +NRU,2004,13,, +NRU,2004,14,, +NRU,2004,15,, +NRU,2004,16,, +NRU,2004,17,, +NRU,2004,18,, +NRU,2005,0,, +NRU,2005,1,, +NRU,2005,2,, +NRU,2005,3,, +NRU,2005,4,, +NRU,2005,5,, +NRU,2005,6,, +NRU,2005,7,, +NRU,2005,8,, +NRU,2005,9,, +NRU,2005,10,, +NRU,2005,11,, +NRU,2005,12,, +NRU,2005,13,, +NRU,2005,14,, +NRU,2005,15,, +NRU,2005,16,, +NRU,2005,17,, +NRU,2005,18,, +NRU,2006,0,, +NRU,2006,1,, +NRU,2006,2,, +NRU,2006,3,, +NRU,2006,4,, +NRU,2006,5,, +NRU,2006,6,, +NRU,2006,7,, +NRU,2006,8,, +NRU,2006,9,, +NRU,2006,10,, +NRU,2006,11,, +NRU,2006,12,, +NRU,2006,13,, +NRU,2006,14,, +NRU,2006,15,, +NRU,2006,16,, +NRU,2006,17,, +NRU,2006,18,, +NRU,2007,0,, +NRU,2007,1,, +NRU,2007,2,, +NRU,2007,3,, +NRU,2007,4,, +NRU,2007,5,, +NRU,2007,6,, +NRU,2007,7,, +NRU,2007,8,, +NRU,2007,9,, +NRU,2007,10,, +NRU,2007,11,, +NRU,2007,12,, +NRU,2007,13,, +NRU,2007,14,, +NRU,2007,15,, +NRU,2007,16,, +NRU,2007,17,, +NRU,2007,18,, +NRU,2008,0,, +NRU,2008,1,, +NRU,2008,2,, +NRU,2008,3,, +NRU,2008,4,, +NRU,2008,5,, +NRU,2008,6,, +NRU,2008,7,, +NRU,2008,8,, +NRU,2008,9,, +NRU,2008,10,, +NRU,2008,11,, +NRU,2008,12,, +NRU,2008,13,, +NRU,2008,14,, +NRU,2008,15,, +NRU,2008,16,, +NRU,2008,17,, +NRU,2008,18,, +NRU,2009,0,, +NRU,2009,1,, +NRU,2009,2,, +NRU,2009,3,, +NRU,2009,4,, +NRU,2009,5,, +NRU,2009,6,, +NRU,2009,7,, +NRU,2009,8,, +NRU,2009,9,, +NRU,2009,10,, +NRU,2009,11,, +NRU,2009,12,, +NRU,2009,13,, +NRU,2009,14,, +NRU,2009,15,, +NRU,2009,16,, +NRU,2009,17,, +NRU,2009,18,, +NRU,2010,0,, +NRU,2010,1,, +NRU,2010,2,, +NRU,2010,3,, +NRU,2010,4,, +NRU,2010,5,, +NRU,2010,6,, +NRU,2010,7,, +NRU,2010,8,, +NRU,2010,9,, +NRU,2010,10,, +NRU,2010,11,, +NRU,2010,12,, +NRU,2010,13,, +NRU,2010,14,, +NRU,2010,15,, +NRU,2010,16,, +NRU,2010,17,, +NRU,2010,18,, +NRU,2011,0,, +NRU,2011,1,, +NRU,2011,2,, +NRU,2011,3,, +NRU,2011,4,, +NRU,2011,5,, +NRU,2011,6,, +NRU,2011,7,, +NRU,2011,8,, +NRU,2011,9,, +NRU,2011,10,, +NRU,2011,11,, +NRU,2011,12,, +NRU,2011,13,, +NRU,2011,14,, +NRU,2011,15,, +NRU,2011,16,, +NRU,2011,17,, +NRU,2011,18,, +NRU,2012,0,, +NRU,2012,1,, +NRU,2012,2,, +NRU,2012,3,, +NRU,2012,4,, +NRU,2012,5,, +NRU,2012,6,, +NRU,2012,7,, +NRU,2012,8,, +NRU,2012,9,, +NRU,2012,10,, +NRU,2012,11,, +NRU,2012,12,, +NRU,2012,13,, +NRU,2012,14,, +NRU,2012,15,, +NRU,2012,16,, +NRU,2012,17,, +NRU,2012,18,, +NRU,2013,0,, +NRU,2013,1,, +NRU,2013,2,, +NRU,2013,3,, +NRU,2013,4,, +NRU,2013,5,, +NRU,2013,6,, +NRU,2013,7,, +NRU,2013,8,, +NRU,2013,9,, +NRU,2013,10,, +NRU,2013,11,, +NRU,2013,12,, +NRU,2013,13,, +NRU,2013,14,, +NRU,2013,15,, +NRU,2013,16,, +NRU,2013,17,, +NRU,2013,18,, +NRU,2014,0,, +NRU,2014,1,, +NRU,2014,2,, +NRU,2014,3,, +NRU,2014,4,, +NRU,2014,5,, +NRU,2014,6,, +NRU,2014,7,, +NRU,2014,8,, +NRU,2014,9,, +NRU,2014,10,, +NRU,2014,11,, +NRU,2014,12,, +NRU,2014,13,, +NRU,2014,14,, +NRU,2014,15,, +NRU,2014,16,, +NRU,2014,17,, +NRU,2014,18,, +NRU,2015,0,, +NRU,2015,1,, +NRU,2015,2,, +NRU,2015,3,, +NRU,2015,4,, +NRU,2015,5,, +NRU,2015,6,, +NRU,2015,7,, +NRU,2015,8,, +NRU,2015,9,, +NRU,2015,10,, +NRU,2015,11,, +NRU,2015,12,, +NRU,2015,13,, +NRU,2015,14,, +NRU,2015,15,, +NRU,2015,16,, +NRU,2015,17,, +NRU,2015,18,, +NRU,2016,0,, +NRU,2016,1,, +NRU,2016,2,, +NRU,2016,3,, +NRU,2016,4,, +NRU,2016,5,, +NRU,2016,6,, +NRU,2016,7,, +NRU,2016,8,, +NRU,2016,9,, +NRU,2016,10,, +NRU,2016,11,, +NRU,2016,12,, +NRU,2016,13,, +NRU,2016,14,, +NRU,2016,15,, +NRU,2016,16,, +NRU,2016,17,, +NRU,2016,18,, +NRU,2017,0,, +NRU,2017,1,, +NRU,2017,2,, +NRU,2017,3,, +NRU,2017,4,, +NRU,2017,5,, +NRU,2017,6,, +NRU,2017,7,, +NRU,2017,8,, +NRU,2017,9,, +NRU,2017,10,, +NRU,2017,11,, +NRU,2017,12,, +NRU,2017,13,, +NRU,2017,14,, +NRU,2017,15,, +NRU,2017,16,, +NRU,2017,17,, +NRU,2017,18,, +NRU,2018,0,, +NRU,2018,1,, +NRU,2018,2,, +NRU,2018,3,, +NRU,2018,4,, +NRU,2018,5,, +NRU,2018,6,, +NRU,2018,7,, +NRU,2018,8,, +NRU,2018,9,, +NRU,2018,10,, +NRU,2018,11,, +NRU,2018,12,, +NRU,2018,13,, +NRU,2018,14,, +NRU,2018,15,, +NRU,2018,16,, +NRU,2018,17,, +NRU,2018,18,, +NRU,2019,0,, +NRU,2019,1,, +NRU,2019,2,, +NRU,2019,3,, +NRU,2019,4,, +NRU,2019,5,, +NRU,2019,6,, +NRU,2019,7,, +NRU,2019,8,, +NRU,2019,9,, +NRU,2019,10,, +NRU,2019,11,, +NRU,2019,12,, +NRU,2019,13,, +NRU,2019,14,, +NRU,2019,15,, +NRU,2019,16,, +NRU,2019,17,, +NRU,2019,18,, +NRU,2020,0,, +NRU,2020,1,, +NRU,2020,2,, +NRU,2020,3,, +NRU,2020,4,, +NRU,2020,5,, +NRU,2020,6,, +NRU,2020,7,, +NRU,2020,8,, +NRU,2020,9,, +NRU,2020,10,, +NRU,2020,11,, +NRU,2020,12,, +NRU,2020,13,, +NRU,2020,14,, +NRU,2020,15,, +NRU,2020,16,, +NRU,2020,17,, +NRU,2020,18,, +NRU,2021,0,, +NRU,2021,1,, +NRU,2021,2,, +NRU,2021,3,, +NRU,2021,4,, +NRU,2021,5,, +NRU,2021,6,, +NRU,2021,7,, +NRU,2021,8,, +NRU,2021,9,, +NRU,2021,10,, +NRU,2021,11,, +NRU,2021,12,, +NRU,2021,13,, +NRU,2021,14,, +NRU,2021,15,, +NRU,2021,16,, +NRU,2021,17,, +NRU,2021,18,, +NRU,2022,0,, +NRU,2022,1,, +NRU,2022,2,, +NRU,2022,3,, +NRU,2022,4,, +NRU,2022,5,, +NRU,2022,6,, +NRU,2022,7,, +NRU,2022,8,, +NRU,2022,9,, +NRU,2022,10,, +NRU,2022,11,, +NRU,2022,12,, +NRU,2022,13,, +NRU,2022,14,, +NRU,2022,15,, +NRU,2022,16,, +NRU,2022,17,, +NRU,2022,18,, +NRU,2023,0,, +NRU,2023,1,, +NRU,2023,2,, +NRU,2023,3,, +NRU,2023,4,, +NRU,2023,5,, +NRU,2023,6,, +NRU,2023,7,, +NRU,2023,8,, +NRU,2023,9,, +NRU,2023,10,, +NRU,2023,11,, +NRU,2023,12,, +NRU,2023,13,, +NRU,2023,14,, +NRU,2023,15,, +NRU,2023,16,, +NRU,2023,17,, +NRU,2023,18,, +NRU,2024,0,, +NRU,2024,1,, +NRU,2024,2,, +NRU,2024,3,, +NRU,2024,4,, +NRU,2024,5,, +NRU,2024,6,, +NRU,2024,7,, +NRU,2024,8,, +NRU,2024,9,, +NRU,2024,10,, +NRU,2024,11,, +NRU,2024,12,, +NRU,2024,13,, +NRU,2024,14,, +NRU,2024,15,, +NRU,2024,16,, +NRU,2024,17,, +NRU,2024,18,, +NRU,2025,0,, +NRU,2025,1,, +NRU,2025,2,, +NRU,2025,3,, +NRU,2025,4,, +NRU,2025,5,, +NRU,2025,6,, +NRU,2025,7,, +NRU,2025,8,, +NRU,2025,9,, +NRU,2025,10,, +NRU,2025,11,, +NRU,2025,12,, +NRU,2025,13,, +NRU,2025,14,, +NRU,2025,15,, +NRU,2025,16,, +NRU,2025,17,, +NRU,2025,18,, +NRU,2026,0,, +NRU,2026,1,, +NRU,2026,2,, +NRU,2026,3,, +NRU,2026,4,, +NRU,2026,5,, +NRU,2026,6,, +NRU,2026,7,, +NRU,2026,8,, +NRU,2026,9,, +NRU,2026,10,, +NRU,2026,11,, +NRU,2026,12,, +NRU,2026,13,, +NRU,2026,14,, +NRU,2026,15,, +NRU,2026,16,, +NRU,2026,17,, +NRU,2026,18,, +NRU,2027,0,, +NRU,2027,1,, +NRU,2027,2,, +NRU,2027,3,, +NRU,2027,4,, +NRU,2027,5,, +NRU,2027,6,, +NRU,2027,7,, +NRU,2027,8,, +NRU,2027,9,, +NRU,2027,10,, +NRU,2027,11,, +NRU,2027,12,, +NRU,2027,13,, +NRU,2027,14,, +NRU,2027,15,, +NRU,2027,16,, +NRU,2027,17,, +NRU,2027,18,, +NRU,2028,0,, +NRU,2028,1,, +NRU,2028,2,, +NRU,2028,3,, +NRU,2028,4,, +NRU,2028,5,, +NRU,2028,6,, +NRU,2028,7,, +NRU,2028,8,, +NRU,2028,9,, +NRU,2028,10,, +NRU,2028,11,, +NRU,2028,12,, +NRU,2028,13,, +NRU,2028,14,, +NRU,2028,15,, +NRU,2028,16,, +NRU,2028,17,, +NRU,2028,18,, +NRU,2029,0,, +NRU,2029,1,, +NRU,2029,2,, +NRU,2029,3,, +NRU,2029,4,, +NRU,2029,5,, +NRU,2029,6,, +NRU,2029,7,, +NRU,2029,8,, +NRU,2029,9,, +NRU,2029,10,, +NRU,2029,11,, +NRU,2029,12,, +NRU,2029,13,, +NRU,2029,14,, +NRU,2029,15,, +NRU,2029,16,, +NRU,2029,17,, +NRU,2029,18,, +NRU,2030,0,, +NRU,2030,1,, +NRU,2030,2,, +NRU,2030,3,, +NRU,2030,4,, +NRU,2030,5,, +NRU,2030,6,, +NRU,2030,7,, +NRU,2030,8,, +NRU,2030,9,, +NRU,2030,10,, +NRU,2030,11,, +NRU,2030,12,, +NRU,2030,13,, +NRU,2030,14,, +NRU,2030,15,, +NRU,2030,16,, +NRU,2030,17,, +NRU,2030,18,, +NRU,2031,0,, +NRU,2031,1,, +NRU,2031,2,, +NRU,2031,3,, +NRU,2031,4,, +NRU,2031,5,, +NRU,2031,6,, +NRU,2031,7,, +NRU,2031,8,, +NRU,2031,9,, +NRU,2031,10,, +NRU,2031,11,, +NRU,2031,12,, +NRU,2031,13,, +NRU,2031,14,, +NRU,2031,15,, +NRU,2031,16,, +NRU,2031,17,, +NRU,2031,18,, +NRU,2032,0,, +NRU,2032,1,, +NRU,2032,2,, +NRU,2032,3,, +NRU,2032,4,, +NRU,2032,5,, +NRU,2032,6,, +NRU,2032,7,, +NRU,2032,8,, +NRU,2032,9,, +NRU,2032,10,, +NRU,2032,11,, +NRU,2032,12,, +NRU,2032,13,, +NRU,2032,14,, +NRU,2032,15,, +NRU,2032,16,, +NRU,2032,17,, +NRU,2032,18,, +NRU,2033,0,, +NRU,2033,1,, +NRU,2033,2,, +NRU,2033,3,, +NRU,2033,4,, +NRU,2033,5,, +NRU,2033,6,, +NRU,2033,7,, +NRU,2033,8,, +NRU,2033,9,, +NRU,2033,10,, +NRU,2033,11,, +NRU,2033,12,, +NRU,2033,13,, +NRU,2033,14,, +NRU,2033,15,, +NRU,2033,16,, +NRU,2033,17,, +NRU,2033,18,, +NRU,2034,0,, +NRU,2034,1,, +NRU,2034,2,, +NRU,2034,3,, +NRU,2034,4,, +NRU,2034,5,, +NRU,2034,6,, +NRU,2034,7,, +NRU,2034,8,, +NRU,2034,9,, +NRU,2034,10,, +NRU,2034,11,, +NRU,2034,12,, +NRU,2034,13,, +NRU,2034,14,, +NRU,2034,15,, +NRU,2034,16,, +NRU,2034,17,, +NRU,2034,18,, +NRU,2035,0,, +NRU,2035,1,, +NRU,2035,2,, +NRU,2035,3,, +NRU,2035,4,, +NRU,2035,5,, +NRU,2035,6,, +NRU,2035,7,, +NRU,2035,8,, +NRU,2035,9,, +NRU,2035,10,, +NRU,2035,11,, +NRU,2035,12,, +NRU,2035,13,, +NRU,2035,14,, +NRU,2035,15,, +NRU,2035,16,, +NRU,2035,17,, +NRU,2035,18,, +NRU,2036,0,, +NRU,2036,1,, +NRU,2036,2,, +NRU,2036,3,, +NRU,2036,4,, +NRU,2036,5,, +NRU,2036,6,, +NRU,2036,7,, +NRU,2036,8,, +NRU,2036,9,, +NRU,2036,10,, +NRU,2036,11,, +NRU,2036,12,, +NRU,2036,13,, +NRU,2036,14,, +NRU,2036,15,, +NRU,2036,16,, +NRU,2036,17,, +NRU,2036,18,, +NRU,2037,0,, +NRU,2037,1,, +NRU,2037,2,, +NRU,2037,3,, +NRU,2037,4,, +NRU,2037,5,, +NRU,2037,6,, +NRU,2037,7,, +NRU,2037,8,, +NRU,2037,9,, +NRU,2037,10,, +NRU,2037,11,, +NRU,2037,12,, +NRU,2037,13,, +NRU,2037,14,, +NRU,2037,15,, +NRU,2037,16,, +NRU,2037,17,, +NRU,2037,18,, +NRU,2038,0,, +NRU,2038,1,, +NRU,2038,2,, +NRU,2038,3,, +NRU,2038,4,, +NRU,2038,5,, +NRU,2038,6,, +NRU,2038,7,, +NRU,2038,8,, +NRU,2038,9,, +NRU,2038,10,, +NRU,2038,11,, +NRU,2038,12,, +NRU,2038,13,, +NRU,2038,14,, +NRU,2038,15,, +NRU,2038,16,, +NRU,2038,17,, +NRU,2038,18,, +NRU,2039,0,, +NRU,2039,1,, +NRU,2039,2,, +NRU,2039,3,, +NRU,2039,4,, +NRU,2039,5,, +NRU,2039,6,, +NRU,2039,7,, +NRU,2039,8,, +NRU,2039,9,, +NRU,2039,10,, +NRU,2039,11,, +NRU,2039,12,, +NRU,2039,13,, +NRU,2039,14,, +NRU,2039,15,, +NRU,2039,16,, +NRU,2039,17,, +NRU,2039,18,, +NRU,2040,0,, +NRU,2040,1,, +NRU,2040,2,, +NRU,2040,3,, +NRU,2040,4,, +NRU,2040,5,, +NRU,2040,6,, +NRU,2040,7,, +NRU,2040,8,, +NRU,2040,9,, +NRU,2040,10,, +NRU,2040,11,, +NRU,2040,12,, +NRU,2040,13,, +NRU,2040,14,, +NRU,2040,15,, +NRU,2040,16,, +NRU,2040,17,, +NRU,2040,18,, +NRU,2041,0,, +NRU,2041,1,, +NRU,2041,2,, +NRU,2041,3,, +NRU,2041,4,, +NRU,2041,5,, +NRU,2041,6,, +NRU,2041,7,, +NRU,2041,8,, +NRU,2041,9,, +NRU,2041,10,, +NRU,2041,11,, +NRU,2041,12,, +NRU,2041,13,, +NRU,2041,14,, +NRU,2041,15,, +NRU,2041,16,, +NRU,2041,17,, +NRU,2041,18,, +NRU,2042,0,, +NRU,2042,1,, +NRU,2042,2,, +NRU,2042,3,, +NRU,2042,4,, +NRU,2042,5,, +NRU,2042,6,, +NRU,2042,7,, +NRU,2042,8,, +NRU,2042,9,, +NRU,2042,10,, +NRU,2042,11,, +NRU,2042,12,, +NRU,2042,13,, +NRU,2042,14,, +NRU,2042,15,, +NRU,2042,16,, +NRU,2042,17,, +NRU,2042,18,, +NRU,2043,0,, +NRU,2043,1,, +NRU,2043,2,, +NRU,2043,3,, +NRU,2043,4,, +NRU,2043,5,, +NRU,2043,6,, +NRU,2043,7,, +NRU,2043,8,, +NRU,2043,9,, +NRU,2043,10,, +NRU,2043,11,, +NRU,2043,12,, +NRU,2043,13,, +NRU,2043,14,, +NRU,2043,15,, +NRU,2043,16,, +NRU,2043,17,, +NRU,2043,18,, +NRU,2044,0,, +NRU,2044,1,, +NRU,2044,2,, +NRU,2044,3,, +NRU,2044,4,, +NRU,2044,5,, +NRU,2044,6,, +NRU,2044,7,, +NRU,2044,8,, +NRU,2044,9,, +NRU,2044,10,, +NRU,2044,11,, +NRU,2044,12,, +NRU,2044,13,, +NRU,2044,14,, +NRU,2044,15,, +NRU,2044,16,, +NRU,2044,17,, +NRU,2044,18,, +NRU,2045,0,, +NRU,2045,1,, +NRU,2045,2,, +NRU,2045,3,, +NRU,2045,4,, +NRU,2045,5,, +NRU,2045,6,, +NRU,2045,7,, +NRU,2045,8,, +NRU,2045,9,, +NRU,2045,10,, +NRU,2045,11,, +NRU,2045,12,, +NRU,2045,13,, +NRU,2045,14,, +NRU,2045,15,, +NRU,2045,16,, +NRU,2045,17,, +NRU,2045,18,, +NRU,2046,0,, +NRU,2046,1,, +NRU,2046,2,, +NRU,2046,3,, +NRU,2046,4,, +NRU,2046,5,, +NRU,2046,6,, +NRU,2046,7,, +NRU,2046,8,, +NRU,2046,9,, +NRU,2046,10,, +NRU,2046,11,, +NRU,2046,12,, +NRU,2046,13,, +NRU,2046,14,, +NRU,2046,15,, +NRU,2046,16,, +NRU,2046,17,, +NRU,2046,18,, +NRU,2047,0,, +NRU,2047,1,, +NRU,2047,2,, +NRU,2047,3,, +NRU,2047,4,, +NRU,2047,5,, +NRU,2047,6,, +NRU,2047,7,, +NRU,2047,8,, +NRU,2047,9,, +NRU,2047,10,, +NRU,2047,11,, +NRU,2047,12,, +NRU,2047,13,, +NRU,2047,14,, +NRU,2047,15,, +NRU,2047,16,, +NRU,2047,17,, +NRU,2047,18,, +NRU,2048,0,, +NRU,2048,1,, +NRU,2048,2,, +NRU,2048,3,, +NRU,2048,4,, +NRU,2048,5,, +NRU,2048,6,, +NRU,2048,7,, +NRU,2048,8,, +NRU,2048,9,, +NRU,2048,10,, +NRU,2048,11,, +NRU,2048,12,, +NRU,2048,13,, +NRU,2048,14,, +NRU,2048,15,, +NRU,2048,16,, +NRU,2048,17,, +NRU,2048,18,, +NRU,2049,0,, +NRU,2049,1,, +NRU,2049,2,, +NRU,2049,3,, +NRU,2049,4,, +NRU,2049,5,, +NRU,2049,6,, +NRU,2049,7,, +NRU,2049,8,, +NRU,2049,9,, +NRU,2049,10,, +NRU,2049,11,, +NRU,2049,12,, +NRU,2049,13,, +NRU,2049,14,, +NRU,2049,15,, +NRU,2049,16,, +NRU,2049,17,, +NRU,2049,18,, +NRU,2050,0,, +NRU,2050,1,, +NRU,2050,2,, +NRU,2050,3,, +NRU,2050,4,, +NRU,2050,5,, +NRU,2050,6,, +NRU,2050,7,, +NRU,2050,8,, +NRU,2050,9,, +NRU,2050,10,, +NRU,2050,11,, +NRU,2050,12,, +NRU,2050,13,, +NRU,2050,14,, +NRU,2050,15,, +NRU,2050,16,, +NRU,2050,17,, +NRU,2050,18,, +NZL,1990,0,28610,29801 +NZL,1990,1,27697,28934 +NZL,1990,2,26901,28167 +NZL,1990,3,26220,27500 +NZL,1990,4,25657,26935 +NZL,1990,5,25210,26474 +NZL,1990,6,24880,26117 +NZL,1990,7,24667,25867 +NZL,1990,8,24572,25724 +NZL,1990,9,24593,25689 +NZL,1990,10,24667,25696 +NZL,1990,11,24728,25679 +NZL,1990,12,25102,25978 +NZL,1990,13,25920,26732 +NZL,1990,14,26987,27736 +NZL,1990,15,28036,28713 +NZL,1990,16,29194,29793 +NZL,1990,17,29832,30335 +NZL,1990,18,29635,30015 +NZL,1991,0,28628,29990 +NZL,1991,1,28604,29820 +NZL,1991,2,27799,29047 +NZL,1991,3,27067,28340 +NZL,1991,4,26416,27704 +NZL,1991,5,25854,27148 +NZL,1991,6,25376,26669 +NZL,1991,7,24979,26263 +NZL,1991,8,24732,25987 +NZL,1991,9,24668,25868 +NZL,1991,10,24758,25883 +NZL,1991,11,24884,25927 +NZL,1991,12,25002,25952 +NZL,1991,13,25380,26235 +NZL,1991,14,26118,26879 +NZL,1991,15,27055,27722 +NZL,1991,16,27987,28552 +NZL,1991,17,29020,29478 +NZL,1991,18,29597,29930 +NZL,1992,0,28585,30249 +NZL,1992,1,28347,29882 +NZL,1992,2,28666,29929 +NZL,1992,3,27967,29249 +NZL,1992,4,27298,28599 +NZL,1992,5,26674,27993 +NZL,1992,6,26112,27444 +NZL,1992,7,25603,26945 +NZL,1992,8,25137,26489 +NZL,1992,9,24856,26187 +NZL,1992,10,24823,26092 +NZL,1992,11,24981,26157 +NZL,1992,12,25159,26236 +NZL,1992,13,25335,26304 +NZL,1992,14,25718,26570 +NZL,1992,15,26377,27109 +NZL,1992,16,27188,27793 +NZL,1992,17,28005,28477 +NZL,1992,18,28915,29253 +NZL,1993,0,28450,30456 +NZL,1993,1,28572,30333 +NZL,1993,2,28513,30090 +NZL,1993,3,28752,30073 +NZL,1993,4,28159,29483 +NZL,1993,5,27552,28891 +NZL,1993,6,26955,28314 +NZL,1993,7,26393,27772 +NZL,1993,8,25851,27252 +NZL,1993,9,25317,26745 +NZL,1993,10,25001,26417 +NZL,1993,11,24999,26345 +NZL,1993,12,25225,26460 +NZL,1993,13,25456,26576 +NZL,1993,14,25690,26686 +NZL,1993,15,26078,26937 +NZL,1993,16,26659,27370 +NZL,1993,17,27344,27896 +NZL,1993,18,28046,28434 +NZL,1994,0,28192,30447 +NZL,1994,1,28645,30580 +NZL,1994,2,28845,30540 +NZL,1994,3,28830,30353 +NZL,1994,4,28814,30185 +NZL,1994,5,28328,29687 +NZL,1994,6,27784,29153 +NZL,1994,7,27215,28606 +NZL,1994,8,26652,28071 +NZL,1994,9,26078,27532 +NZL,1994,10,25476,26974 +NZL,1994,11,25125,26619 +NZL,1994,12,25154,26571 +NZL,1994,13,25449,26736 +NZL,1994,14,25732,26888 +NZL,1994,15,26024,27040 +NZL,1994,16,26418,27276 +NZL,1994,17,26920,27602 +NZL,1994,18,27477,27968 +NZL,1995,0,27809,30129 +NZL,1995,1,28533,30531 +NZL,1995,2,28957,30711 +NZL,1995,3,29121,30701 +NZL,1995,4,29063,30529 +NZL,1995,5,28825,30226 +NZL,1995,6,28447,29822 +NZL,1995,7,27967,29347 +NZL,1995,8,27426,28831 +NZL,1995,9,26865,28304 +NZL,1995,10,26260,27747 +NZL,1995,11,25591,27140 +NZL,1995,12,25205,26760 +NZL,1995,13,25266,26736 +NZL,1995,14,25628,26950 +NZL,1995,15,25964,27138 +NZL,1995,16,26313,27332 +NZL,1995,17,26711,27551 +NZL,1995,18,27133,27770 +NZL,1996,0,27412,29630 +NZL,1996,1,28103,30358 +NZL,1996,2,28719,30715 +NZL,1996,3,29072,30863 +NZL,1996,4,29197,30833 +NZL,1996,5,29128,30652 +NZL,1996,6,28899,30343 +NZL,1996,7,28541,29929 +NZL,1996,8,28102,29468 +NZL,1996,9,27621,29003 +NZL,1996,10,27125,28543 +NZL,1996,11,26593,28049 +NZL,1996,12,26017,27521 +NZL,1996,13,25645,27138 +NZL,1996,14,25594,26984 +NZL,1996,15,25770,26991 +NZL,1996,16,25936,26990 +NZL,1996,17,26112,26994 +NZL,1996,18,26392,27071 +NZL,1997,0,26913,28855 +NZL,1997,1,27975,29833 +NZL,1997,2,28348,30525 +NZL,1997,3,28855,30835 +NZL,1997,4,29136,30952 +NZL,1997,5,29223,30901 +NZL,1997,6,29143,30712 +NZL,1997,7,28923,30397 +NZL,1997,8,28586,29974 +NZL,1997,9,28188,29529 +NZL,1997,10,27768,29115 +NZL,1997,11,27340,28722 +NZL,1997,12,26882,28294 +NZL,1997,13,26399,27846 +NZL,1997,14,26041,27461 +NZL,1997,15,25879,27178 +NZL,1997,16,25868,26977 +NZL,1997,17,25863,26786 +NZL,1997,18,25866,26599 +NZL,1998,0,26426,28003 +NZL,1998,1,27539,29216 +NZL,1998,2,28359,30105 +NZL,1998,3,28573,30662 +NZL,1998,4,28970,30926 +NZL,1998,5,29180,31011 +NZL,1998,6,29227,30940 +NZL,1998,7,29137,30742 +NZL,1998,8,28925,30423 +NZL,1998,9,28611,29990 +NZL,1998,10,28254,29561 +NZL,1998,11,27894,29199 +NZL,1998,12,27534,28875 +NZL,1998,13,27150,28511 +NZL,1998,14,26762,28144 +NZL,1998,15,26418,27758 +NZL,1998,16,26145,27345 +NZL,1998,17,25946,26937 +NZL,1998,18,25772,26557 +NZL,1999,0,26096,27343 +NZL,1999,1,27174,28671 +NZL,1999,2,28004,29684 +NZL,1999,3,28610,30414 +NZL,1999,4,28815,30816 +NZL,1999,5,29102,31035 +NZL,1999,6,29241,31087 +NZL,1999,7,29249,30997 +NZL,1999,8,29148,30789 +NZL,1999,9,28946,30465 +NZL,1999,10,28653,30023 +NZL,1999,11,28337,29610 +NZL,1999,12,28038,29300 +NZL,1999,13,27745,29043 +NZL,1999,14,27434,28744 +NZL,1999,15,27140,28457 +NZL,1999,16,26810,28069 +NZL,1999,17,26426,27527 +NZL,1999,18,26041,26913 +NZL,2000,0,26022,27058 +NZL,2000,1,26976,28341 +NZL,2000,2,27746,29355 +NZL,2000,3,28347,30125 +NZL,2000,4,28793,30672 +NZL,2000,5,29098,31020 +NZL,2000,6,29277,31193 +NZL,2000,7,29344,31213 +NZL,2000,8,29314,31103 +NZL,2000,9,29201,30886 +NZL,2000,10,29008,30556 +NZL,2000,11,28736,30104 +NZL,2000,12,28461,29707 +NZL,2000,13,28222,29447 +NZL,2000,14,27996,29257 +NZL,2000,15,27758,29024 +NZL,2000,16,27557,28816 +NZL,2000,17,27241,28425 +NZL,2000,18,26745,27754 +NZL,2001,0,26145,27096 +NZL,2001,1,26352,27430 +NZL,2001,2,27179,28532 +NZL,2001,3,27875,29440 +NZL,2001,4,28447,30163 +NZL,2001,5,28899,30713 +NZL,2001,6,29246,31111 +NZL,2001,7,29502,31381 +NZL,2001,8,29628,31471 +NZL,2001,9,29614,31369 +NZL,2001,10,29489,31120 +NZL,2001,11,29300,30780 +NZL,2001,12,29041,30327 +NZL,2001,13,28774,29925 +NZL,2001,14,28538,29656 +NZL,2001,15,28311,29454 +NZL,2001,16,28075,29210 +NZL,2001,17,27884,29000 +NZL,2001,18,27556,28583 +NZL,2002,0,26498,27473 +NZL,2002,1,26942,28153 +NZL,2002,2,26707,27827 +NZL,2002,3,27406,28752 +NZL,2002,4,28029,29554 +NZL,2002,5,28572,30232 +NZL,2002,6,29032,30784 +NZL,2002,7,29421,31232 +NZL,2002,8,29754,31599 +NZL,2002,9,29939,31760 +NZL,2002,10,29941,31665 +NZL,2002,11,29805,31384 +NZL,2002,12,29620,31033 +NZL,2002,13,29372,30579 +NZL,2002,14,29113,30172 +NZL,2002,15,28880,29894 +NZL,2002,16,28652,29679 +NZL,2002,17,28418,29424 +NZL,2002,18,28236,29213 +NZL,2003,0,27050,28137 +NZL,2003,1,27151,28348 +NZL,2003,2,27337,28636 +NZL,2003,3,27072,28242 +NZL,2003,4,27644,28988 +NZL,2003,5,28193,29684 +NZL,2003,6,28708,30318 +NZL,2003,7,29175,30872 +NZL,2003,8,29606,31371 +NZL,2003,9,30016,31836 +NZL,2003,10,30262,32068 +NZL,2003,11,30278,31980 +NZL,2003,12,30131,31667 +NZL,2003,13,29951,31305 +NZL,2003,14,29713,30849 +NZL,2003,15,29462,30436 +NZL,2003,16,29232,30150 +NZL,2003,17,29003,29921 +NZL,2003,18,28771,29656 +NZL,2004,0,27744,28989 +NZL,2004,1,27492,28721 +NZL,2004,2,27413,28654 +NZL,2004,3,27483,28759 +NZL,2004,4,27420,28650 +NZL,2004,5,27864,29218 +NZL,2004,6,28340,29809 +NZL,2004,7,28826,30397 +NZL,2004,8,29300,30954 +NZL,2004,9,29774,31503 +NZL,2004,10,30260,32066 +NZL,2004,11,30565,32369 +NZL,2004,12,30597,32288 +NZL,2004,13,30439,31943 +NZL,2004,14,30263,31570 +NZL,2004,15,30037,31112 +NZL,2004,16,29794,30694 +NZL,2004,17,29567,30399 +NZL,2004,18,29337,30157 +NZL,2005,0,28517,29932 +NZL,2005,1,27940,29241 +NZL,2005,2,27604,28846 +NZL,2005,3,27478,28706 +NZL,2005,4,27530,28781 +NZL,2005,5,27730,29033 +NZL,2005,6,28047,29422 +NZL,2005,7,28449,29907 +NZL,2005,8,28905,30449 +NZL,2005,9,29385,31009 +NZL,2005,10,29900,31608 +NZL,2005,11,30463,32268 +NZL,2005,12,30827,32642 +NZL,2005,13,30875,32568 +NZL,2005,14,30705,32190 +NZL,2005,15,30534,31807 +NZL,2005,16,30320,31348 +NZL,2005,17,30085,30925 +NZL,2005,18,29862,30621 +NZL,2006,0,29521,31077 +NZL,2006,1,28515,29924 +NZL,2006,2,27996,29307 +NZL,2006,3,27700,28958 +NZL,2006,4,27598,28844 +NZL,2006,5,27663,28929 +NZL,2006,6,27863,29173 +NZL,2006,7,28167,29537 +NZL,2006,8,28564,30008 +NZL,2006,9,29034,30558 +NZL,2006,10,29538,31141 +NZL,2006,11,30069,31751 +NZL,2006,12,30644,32410 +NZL,2006,13,31018,32800 +NZL,2006,14,31075,32769 +NZL,2006,15,30912,32447 +NZL,2006,16,30749,32118 +NZL,2006,17,30548,31723 +NZL,2006,18,30310,31309 +NZL,2007,0,30602,32315 +NZL,2007,1,29442,30938 +NZL,2007,2,28469,29882 +NZL,2007,3,28009,29339 +NZL,2007,4,27753,29038 +NZL,2007,5,27676,28949 +NZL,2007,6,27754,29043 +NZL,2007,7,27954,29279 +NZL,2007,8,28245,29619 +NZL,2007,9,28637,30075 +NZL,2007,10,29119,30633 +NZL,2007,11,29646,31237 +NZL,2007,12,30193,31857 +NZL,2007,13,30778,32515 +NZL,2007,14,31162,32921 +NZL,2007,15,31228,32933 +NZL,2007,16,31071,32668 +NZL,2007,17,30917,32391 +NZL,2007,18,30731,32062 +NZL,2008,0,31585,33439 +NZL,2008,1,30231,31858 +NZL,2008,2,29197,30659 +NZL,2008,3,28399,29822 +NZL,2008,4,27998,29352 +NZL,2008,5,27782,29099 +NZL,2008,6,27730,29036 +NZL,2008,7,27820,29139 +NZL,2008,8,28020,29367 +NZL,2008,9,28297,29682 +NZL,2008,10,28684,30122 +NZL,2008,11,29178,30687 +NZL,2008,12,29728,31313 +NZL,2008,13,30290,31943 +NZL,2008,14,30885,32599 +NZL,2008,15,31279,33021 +NZL,2008,16,31353,33077 +NZL,2008,17,31204,32867 +NZL,2008,18,31058,32645 +NZL,2009,0,32250,34183 +NZL,2009,1,30851,32584 +NZL,2009,2,29743,31321 +NZL,2009,3,28900,30365 +NZL,2009,4,28329,29765 +NZL,2009,5,27987,29369 +NZL,2009,6,27812,29164 +NZL,2009,7,27785,29127 +NZL,2009,8,27887,29238 +NZL,2009,9,28087,29458 +NZL,2009,10,28351,29749 +NZL,2009,11,28731,30174 +NZL,2009,12,29238,30746 +NZL,2009,13,29810,31393 +NZL,2009,14,30387,32034 +NZL,2009,15,30993,32688 +NZL,2009,16,31396,33126 +NZL,2009,17,31479,33224 +NZL,2009,18,31337,33071 +NZL,2010,0,32454,34376 +NZL,2010,1,31200,32984 +NZL,2010,2,30170,31840 +NZL,2010,3,29350,30927 +NZL,2010,4,28724,30227 +NZL,2010,5,28277,29725 +NZL,2010,6,27994,29404 +NZL,2010,7,27859,29246 +NZL,2010,8,27856,29235 +NZL,2010,9,27971,29355 +NZL,2010,10,28171,29567 +NZL,2010,11,28422,29833 +NZL,2010,12,28797,30243 +NZL,2010,13,29316,30823 +NZL,2010,14,29911,31492 +NZL,2010,15,30503,32143 +NZL,2010,16,31120,32796 +NZL,2010,17,31533,33250 +NZL,2010,18,31624,33391 +NZL,2011,0,32057,33848 +NZL,2011,1,32156,34109 +NZL,2011,2,31123,32959 +NZL,2011,3,30243,31972 +NZL,2011,4,29513,31146 +NZL,2011,5,28931,30479 +NZL,2011,6,28478,29951 +NZL,2011,7,28136,29540 +NZL,2011,8,27974,29345 +NZL,2011,9,28017,29402 +NZL,2011,10,28219,29652 +NZL,2011,11,28477,29957 +NZL,2011,12,28774,30296 +NZL,2011,13,29174,30759 +NZL,2011,14,29685,31362 +NZL,2011,15,30250,32028 +NZL,2011,16,30813,32676 +NZL,2011,17,31399,33330 +NZL,2011,18,31779,33734 +NZL,2012,0,31210,32777 +NZL,2012,1,30889,32580 +NZL,2012,2,31897,33887 +NZL,2012,3,31083,32977 +NZL,2012,4,30352,32145 +NZL,2012,5,29712,31405 +NZL,2012,6,29172,30770 +NZL,2012,7,28712,30215 +NZL,2012,8,28312,29715 +NZL,2012,9,28123,29481 +NZL,2012,10,28212,29607 +NZL,2012,11,28501,29988 +NZL,2012,12,28817,30385 +NZL,2012,13,29161,30797 +NZL,2012,14,29586,31314 +NZL,2012,15,30089,31940 +NZL,2012,16,30625,32605 +NZL,2012,17,31160,33250 +NZL,2012,18,31717,33906 +NZL,2013,0,30123,31432 +NZL,2013,1,30435,32024 +NZL,2013,2,30569,32346 +NZL,2013,3,31655,33681 +NZL,2013,4,31061,33011 +NZL,2013,5,30478,32334 +NZL,2013,6,29927,31679 +NZL,2013,7,29430,31075 +NZL,2013,8,28962,30494 +NZL,2013,9,28503,29904 +NZL,2013,10,28287,29632 +NZL,2013,11,28422,29826 +NZL,2013,12,28798,30338 +NZL,2013,13,29173,30828 +NZL,2013,14,29564,31314 +NZL,2013,15,30014,31885 +NZL,2013,16,30510,32535 +NZL,2013,17,31017,33198 +NZL,2013,18,31524,33840 +NZL,2014,0,29103,30204 +NZL,2014,1,29951,31445 +NZL,2014,2,30502,32272 +NZL,2014,3,30798,32740 +NZL,2014,4,31402,33457 +NZL,2014,5,31028,33027 +NZL,2014,6,30594,32505 +NZL,2014,7,30133,31936 +NZL,2014,8,29678,31365 +NZL,2014,9,29203,30756 +NZL,2014,10,28685,30077 +NZL,2014,11,28442,29766 +NZL,2014,12,28622,30029 +NZL,2014,13,29086,30672 +NZL,2014,14,29520,31255 +NZL,2014,15,29957,31814 +NZL,2014,16,30433,32439 +NZL,2014,17,30922,33113 +NZL,2014,18,31399,33774 +NZL,2015,0,28381,29385 +NZL,2015,1,29547,30983 +NZL,2015,2,30360,32102 +NZL,2015,3,30864,32805 +NZL,2015,4,31104,33150 +NZL,2015,5,31125,33198 +NZL,2015,6,30970,33009 +NZL,2015,7,30686,32644 +NZL,2015,8,30315,32161 +NZL,2015,9,29902,31622 +NZL,2015,10,29421,30988 +NZL,2015,11,28844,30219 +NZL,2015,12,28575,29871 +NZL,2015,13,28801,30202 +NZL,2015,14,29351,30975 +NZL,2015,15,29844,31650 +NZL,2015,16,30328,32283 +NZL,2015,17,30827,32961 +NZL,2015,18,31309,33657 +NZL,2016,0,28098,29175 +NZL,2016,1,28753,29872 +NZL,2016,2,29743,31217 +NZL,2016,3,30449,32179 +NZL,2016,4,30902,32804 +NZL,2016,5,31137,33135 +NZL,2016,6,31197,33233 +NZL,2016,7,31128,33157 +NZL,2016,8,30905,32871 +NZL,2016,9,30537,32385 +NZL,2016,10,30093,31793 +NZL,2016,11,29604,31138 +NZL,2016,12,29030,30364 +NZL,2016,13,28762,30011 +NZL,2016,14,28990,30334 +NZL,2016,15,29541,31100 +NZL,2016,16,30035,31768 +NZL,2016,17,30519,32393 +NZL,2016,18,31023,33068 +NZL,2017,0,28113,29370 +NZL,2017,1,29177,30684 +NZL,2017,2,29101,30322 +NZL,2017,3,29915,31412 +NZL,2017,4,30513,32215 +NZL,2017,5,30915,32762 +NZL,2017,6,31144,33078 +NZL,2017,7,31244,33225 +NZL,2017,8,31260,33263 +NZL,2017,9,31098,33057 +NZL,2017,10,30734,32569 +NZL,2017,11,30259,31924 +NZL,2017,12,29761,31248 +NZL,2017,13,29191,30472 +NZL,2017,14,28926,30113 +NZL,2017,15,29154,30429 +NZL,2017,16,29707,31185 +NZL,2017,17,30201,31845 +NZL,2017,18,30684,32462 +NZL,2018,0,28342,29836 +NZL,2018,1,29101,30675 +NZL,2018,2,29710,31350 +NZL,2018,3,29431,30747 +NZL,2018,4,30068,31580 +NZL,2018,5,30557,32224 +NZL,2018,6,30908,32691 +NZL,2018,7,31131,32993 +NZL,2018,8,31270,33189 +NZL,2018,9,31372,33341 +NZL,2018,10,31272,33215 +NZL,2018,11,30912,32724 +NZL,2018,12,30406,32028 +NZL,2018,13,29900,31332 +NZL,2018,14,29333,30553 +NZL,2018,15,29071,30189 +NZL,2018,16,29300,30497 +NZL,2018,17,29853,31244 +NZL,2018,18,30347,31895 +NZL,2019,0,29000,30000 +NZL,2019,1,29000,31000 +NZL,2019,2,29000,31000 +NZL,2019,3,30000,31000 +NZL,2019,4,30000,31000 +NZL,2019,5,30000,32000 +NZL,2019,6,31000,32000 +NZL,2019,7,31000,33000 +NZL,2019,8,31000,33000 +NZL,2019,9,31000,33000 +NZL,2019,10,31000,33000 +NZL,2019,11,31000,33000 +NZL,2019,12,31000,33000 +NZL,2019,13,31000,32000 +NZL,2019,14,30000,31000 +NZL,2019,15,29000,31000 +NZL,2019,16,29000,30000 +NZL,2019,17,29000,31000 +NZL,2019,18,30000,31000 +NZL,2020,0,29000,31000 +NZL,2020,1,29000,31000 +NZL,2020,2,29000,31000 +NZL,2020,3,30000,31000 +NZL,2020,4,30000,31000 +NZL,2020,5,30000,32000 +NZL,2020,6,30000,32000 +NZL,2020,7,31000,32000 +NZL,2020,8,31000,33000 +NZL,2020,9,31000,33000 +NZL,2020,10,31000,33000 +NZL,2020,11,32000,33000 +NZL,2020,12,32000,34000 +NZL,2020,13,31000,33000 +NZL,2020,14,31000,32000 +NZL,2020,15,30000,31000 +NZL,2020,16,30000,31000 +NZL,2020,17,29000,30000 +NZL,2020,18,30000,31000 +NZL,2021,0,29000,31000 +NZL,2021,1,29000,31000 +NZL,2021,2,29000,31000 +NZL,2021,3,29000,31000 +NZL,2021,4,30000,31000 +NZL,2021,5,30000,31000 +NZL,2021,6,30000,32000 +NZL,2021,7,30000,32000 +NZL,2021,8,31000,32000 +NZL,2021,9,31000,33000 +NZL,2021,10,31000,33000 +NZL,2021,11,31000,33000 +NZL,2021,12,32000,34000 +NZL,2021,13,32000,34000 +NZL,2021,14,31000,33000 +NZL,2021,15,31000,32000 +NZL,2021,16,30000,32000 +NZL,2021,17,30000,31000 +NZL,2021,18,29000,30000 +NZL,2022,0,29000,31000 +NZL,2022,1,29000,31000 +NZL,2022,2,29000,31000 +NZL,2022,3,29000,31000 +NZL,2022,4,29000,31000 +NZL,2022,5,30000,31000 +NZL,2022,6,30000,32000 +NZL,2022,7,30000,32000 +NZL,2022,8,31000,32000 +NZL,2022,9,31000,32000 +NZL,2022,10,31000,33000 +NZL,2022,11,31000,33000 +NZL,2022,12,32000,33000 +NZL,2022,13,32000,34000 +NZL,2022,14,32000,34000 +NZL,2022,15,32000,33000 +NZL,2022,16,31000,32000 +NZL,2022,17,30000,32000 +NZL,2022,18,30000,31000 +NZL,2023,0,30000,31000 +NZL,2023,1,29000,31000 +NZL,2023,2,29000,31000 +NZL,2023,3,29000,31000 +NZL,2023,4,29000,31000 +NZL,2023,5,30000,31000 +NZL,2023,6,30000,31000 +NZL,2023,7,30000,32000 +NZL,2023,8,30000,32000 +NZL,2023,9,31000,32000 +NZL,2023,10,31000,32000 +NZL,2023,11,31000,33000 +NZL,2023,12,31000,33000 +NZL,2023,13,32000,33000 +NZL,2023,14,32000,34000 +NZL,2023,15,32000,34000 +NZL,2023,16,32000,33000 +NZL,2023,17,31000,32000 +NZL,2023,18,31000,32000 +NZL,2024,0,30000,31000 +NZL,2024,1,29000,31000 +NZL,2024,2,29000,31000 +NZL,2024,3,29000,31000 +NZL,2024,4,29000,31000 +NZL,2024,5,29000,31000 +NZL,2024,6,30000,31000 +NZL,2024,7,30000,31000 +NZL,2024,8,30000,32000 +NZL,2024,9,30000,32000 +NZL,2024,10,31000,32000 +NZL,2024,11,31000,33000 +NZL,2024,12,31000,33000 +NZL,2024,13,32000,33000 +NZL,2024,14,32000,33000 +NZL,2024,15,32000,34000 +NZL,2024,16,32000,34000 +NZL,2024,17,32000,33000 +NZL,2024,18,31000,32000 +NZL,2025,0,30000,31000 +NZL,2025,1,30000,31000 +NZL,2025,2,29000,31000 +NZL,2025,3,29000,31000 +NZL,2025,4,29000,31000 +NZL,2025,5,29000,31000 +NZL,2025,6,29000,31000 +NZL,2025,7,30000,31000 +NZL,2025,8,30000,32000 +NZL,2025,9,30000,32000 +NZL,2025,10,31000,32000 +NZL,2025,11,31000,32000 +NZL,2025,12,31000,33000 +NZL,2025,13,31000,33000 +NZL,2025,14,32000,33000 +NZL,2025,15,32000,34000 +NZL,2025,16,32000,34000 +NZL,2025,17,32000,34000 +NZL,2025,18,32000,33000 +NZL,2026,0,30000,31000 +NZL,2026,1,30000,31000 +NZL,2026,2,30000,31000 +NZL,2026,3,29000,31000 +NZL,2026,4,29000,31000 +NZL,2026,5,29000,31000 +NZL,2026,6,29000,31000 +NZL,2026,7,30000,31000 +NZL,2026,8,30000,31000 +NZL,2026,9,30000,32000 +NZL,2026,10,30000,32000 +NZL,2026,11,31000,32000 +NZL,2026,12,31000,32000 +NZL,2026,13,31000,33000 +NZL,2026,14,32000,33000 +NZL,2026,15,32000,33000 +NZL,2026,16,32000,34000 +NZL,2026,17,32000,34000 +NZL,2026,18,32000,34000 +NZL,2027,0,30000,31000 +NZL,2027,1,29000,31000 +NZL,2027,2,30000,31000 +NZL,2027,3,30000,31000 +NZL,2027,4,30000,31000 +NZL,2027,5,30000,31000 +NZL,2027,6,30000,31000 +NZL,2027,7,30000,31000 +NZL,2027,8,30000,31000 +NZL,2027,9,30000,31000 +NZL,2027,10,30000,32000 +NZL,2027,11,31000,32000 +NZL,2027,12,31000,32000 +NZL,2027,13,31000,33000 +NZL,2027,14,31000,33000 +NZL,2027,15,32000,33000 +NZL,2027,16,32000,33000 +NZL,2027,17,32000,34000 +NZL,2027,18,32000,34000 +NZL,2028,0,29000,31000 +NZL,2028,1,29000,31000 +NZL,2028,2,29000,31000 +NZL,2028,3,30000,31000 +NZL,2028,4,30000,31000 +NZL,2028,5,30000,31000 +NZL,2028,6,30000,31000 +NZL,2028,7,30000,31000 +NZL,2028,8,30000,31000 +NZL,2028,9,30000,31000 +NZL,2028,10,30000,32000 +NZL,2028,11,30000,32000 +NZL,2028,12,31000,32000 +NZL,2028,13,31000,32000 +NZL,2028,14,31000,33000 +NZL,2028,15,32000,33000 +NZL,2028,16,32000,33000 +NZL,2028,17,32000,33000 +NZL,2028,18,32000,34000 +NZL,2029,0,29000,31000 +NZL,2029,1,29000,31000 +NZL,2029,2,29000,31000 +NZL,2029,3,30000,31000 +NZL,2029,4,30000,31000 +NZL,2029,5,30000,31000 +NZL,2029,6,30000,31000 +NZL,2029,7,30000,31000 +NZL,2029,8,30000,31000 +NZL,2029,9,30000,31000 +NZL,2029,10,30000,32000 +NZL,2029,11,30000,32000 +NZL,2029,12,30000,32000 +NZL,2029,13,31000,32000 +NZL,2029,14,31000,32000 +NZL,2029,15,31000,33000 +NZL,2029,16,32000,33000 +NZL,2029,17,32000,33000 +NZL,2029,18,32000,34000 +NZL,2030,0,29000,30000 +NZL,2030,1,29000,31000 +NZL,2030,2,29000,31000 +NZL,2030,3,30000,31000 +NZL,2030,4,30000,31000 +NZL,2030,5,30000,31000 +NZL,2030,6,30000,31000 +NZL,2030,7,30000,32000 +NZL,2030,8,30000,32000 +NZL,2030,9,30000,32000 +NZL,2030,10,30000,32000 +NZL,2030,11,30000,32000 +NZL,2030,12,30000,32000 +NZL,2030,13,30000,32000 +NZL,2030,14,31000,32000 +NZL,2030,15,31000,33000 +NZL,2030,16,32000,33000 +NZL,2030,17,32000,33000 +NZL,2030,18,32000,33000 +NZL,2031,0,29000,30000 +NZL,2031,1,29000,31000 +NZL,2031,2,29000,31000 +NZL,2031,3,29000,31000 +NZL,2031,4,30000,31000 +NZL,2031,5,30000,31000 +NZL,2031,6,30000,31000 +NZL,2031,7,30000,32000 +NZL,2031,8,30000,32000 +NZL,2031,9,30000,32000 +NZL,2031,10,30000,32000 +NZL,2031,11,30000,32000 +NZL,2031,12,30000,32000 +NZL,2031,13,30000,32000 +NZL,2031,14,31000,32000 +NZL,2031,15,31000,32000 +NZL,2031,16,31000,33000 +NZL,2031,17,32000,33000 +NZL,2031,18,32000,33000 +NZL,2032,0,29000,30000 +NZL,2032,1,29000,31000 +NZL,2032,2,29000,31000 +NZL,2032,3,29000,31000 +NZL,2032,4,30000,31000 +NZL,2032,5,30000,31000 +NZL,2032,6,30000,31000 +NZL,2032,7,30000,32000 +NZL,2032,8,30000,32000 +NZL,2032,9,30000,32000 +NZL,2032,10,30000,32000 +NZL,2032,11,30000,32000 +NZL,2032,12,30000,32000 +NZL,2032,13,30000,32000 +NZL,2032,14,30000,32000 +NZL,2032,15,31000,32000 +NZL,2032,16,31000,32000 +NZL,2032,17,31000,33000 +NZL,2032,18,32000,33000 +NZL,2033,0,29000,30000 +NZL,2033,1,29000,31000 +NZL,2033,2,29000,31000 +NZL,2033,3,29000,31000 +NZL,2033,4,29000,31000 +NZL,2033,5,30000,31000 +NZL,2033,6,30000,31000 +NZL,2033,7,30000,32000 +NZL,2033,8,30000,32000 +NZL,2033,9,30000,32000 +NZL,2033,10,30000,32000 +NZL,2033,11,30000,32000 +NZL,2033,12,30000,32000 +NZL,2033,13,30000,32000 +NZL,2033,14,30000,32000 +NZL,2033,15,31000,32000 +NZL,2033,16,31000,32000 +NZL,2033,17,31000,32000 +NZL,2033,18,32000,33000 +NZL,2034,0,29000,30000 +NZL,2034,1,29000,31000 +NZL,2034,2,29000,31000 +NZL,2034,3,29000,31000 +NZL,2034,4,29000,31000 +NZL,2034,5,30000,31000 +NZL,2034,6,30000,31000 +NZL,2034,7,30000,31000 +NZL,2034,8,30000,32000 +NZL,2034,9,30000,32000 +NZL,2034,10,30000,32000 +NZL,2034,11,30000,32000 +NZL,2034,12,30000,32000 +NZL,2034,13,30000,32000 +NZL,2034,14,31000,32000 +NZL,2034,15,31000,32000 +NZL,2034,16,31000,32000 +NZL,2034,17,31000,32000 +NZL,2034,18,31000,33000 +NZL,2035,0,29000,30000 +NZL,2035,1,29000,30000 +NZL,2035,2,29000,31000 +NZL,2035,3,29000,31000 +NZL,2035,4,29000,31000 +NZL,2035,5,29000,31000 +NZL,2035,6,30000,31000 +NZL,2035,7,30000,31000 +NZL,2035,8,30000,32000 +NZL,2035,9,30000,32000 +NZL,2035,10,30000,32000 +NZL,2035,11,30000,32000 +NZL,2035,12,30000,32000 +NZL,2035,13,31000,32000 +NZL,2035,14,31000,32000 +NZL,2035,15,31000,32000 +NZL,2035,16,31000,32000 +NZL,2035,17,31000,32000 +NZL,2035,18,31000,32000 +NZL,2036,0,29000,30000 +NZL,2036,1,29000,30000 +NZL,2036,2,29000,31000 +NZL,2036,3,29000,31000 +NZL,2036,4,29000,31000 +NZL,2036,5,29000,31000 +NZL,2036,6,30000,31000 +NZL,2036,7,30000,31000 +NZL,2036,8,30000,31000 +NZL,2036,9,30000,32000 +NZL,2036,10,30000,32000 +NZL,2036,11,30000,32000 +NZL,2036,12,31000,32000 +NZL,2036,13,31000,32000 +NZL,2036,14,31000,32000 +NZL,2036,15,31000,32000 +NZL,2036,16,31000,32000 +NZL,2036,17,31000,32000 +NZL,2036,18,31000,32000 +NZL,2037,0,29000,30000 +NZL,2037,1,29000,30000 +NZL,2037,2,29000,30000 +NZL,2037,3,29000,31000 +NZL,2037,4,29000,31000 +NZL,2037,5,29000,31000 +NZL,2037,6,30000,31000 +NZL,2037,7,30000,31000 +NZL,2037,8,30000,31000 +NZL,2037,9,30000,32000 +NZL,2037,10,30000,32000 +NZL,2037,11,30000,32000 +NZL,2037,12,30000,32000 +NZL,2037,13,31000,32000 +NZL,2037,14,31000,32000 +NZL,2037,15,31000,32000 +NZL,2037,16,31000,32000 +NZL,2037,17,31000,32000 +NZL,2037,18,31000,32000 +NZL,2038,0,29000,30000 +NZL,2038,1,29000,30000 +NZL,2038,2,29000,30000 +NZL,2038,3,29000,31000 +NZL,2038,4,29000,31000 +NZL,2038,5,29000,31000 +NZL,2038,6,29000,31000 +NZL,2038,7,30000,31000 +NZL,2038,8,30000,31000 +NZL,2038,9,30000,32000 +NZL,2038,10,30000,32000 +NZL,2038,11,30000,32000 +NZL,2038,12,30000,32000 +NZL,2038,13,31000,32000 +NZL,2038,14,31000,32000 +NZL,2038,15,31000,32000 +NZL,2038,16,31000,32000 +NZL,2038,17,31000,32000 +NZL,2038,18,31000,32000 +NZL,2039,0,29000,30000 +NZL,2039,1,29000,30000 +NZL,2039,2,29000,30000 +NZL,2039,3,29000,31000 +NZL,2039,4,29000,31000 +NZL,2039,5,29000,31000 +NZL,2039,6,29000,31000 +NZL,2039,7,30000,31000 +NZL,2039,8,30000,31000 +NZL,2039,9,30000,31000 +NZL,2039,10,30000,32000 +NZL,2039,11,30000,32000 +NZL,2039,12,30000,32000 +NZL,2039,13,31000,32000 +NZL,2039,14,31000,32000 +NZL,2039,15,31000,32000 +NZL,2039,16,31000,32000 +NZL,2039,17,31000,32000 +NZL,2039,18,31000,32000 +NZL,2040,0,29000,30000 +NZL,2040,1,29000,30000 +NZL,2040,2,29000,30000 +NZL,2040,3,29000,30000 +NZL,2040,4,29000,31000 +NZL,2040,5,29000,31000 +NZL,2040,6,29000,31000 +NZL,2040,7,29000,31000 +NZL,2040,8,30000,31000 +NZL,2040,9,30000,31000 +NZL,2040,10,30000,32000 +NZL,2040,11,30000,32000 +NZL,2040,12,30000,32000 +NZL,2040,13,30000,32000 +NZL,2040,14,31000,32000 +NZL,2040,15,31000,32000 +NZL,2040,16,31000,32000 +NZL,2040,17,31000,32000 +NZL,2040,18,31000,32000 +NZL,2041,0,29000,30000 +NZL,2041,1,29000,30000 +NZL,2041,2,29000,30000 +NZL,2041,3,29000,31000 +NZL,2041,4,29000,31000 +NZL,2041,5,29000,31000 +NZL,2041,6,29000,31000 +NZL,2041,7,29000,31000 +NZL,2041,8,30000,31000 +NZL,2041,9,30000,31000 +NZL,2041,10,30000,31000 +NZL,2041,11,30000,32000 +NZL,2041,12,30000,32000 +NZL,2041,13,30000,32000 +NZL,2041,14,31000,32000 +NZL,2041,15,31000,32000 +NZL,2041,16,31000,32000 +NZL,2041,17,31000,32000 +NZL,2041,18,31000,32000 +NZL,2042,0,29000,30000 +NZL,2042,1,29000,30000 +NZL,2042,2,29000,30000 +NZL,2042,3,29000,31000 +NZL,2042,4,29000,31000 +NZL,2042,5,29000,31000 +NZL,2042,6,29000,31000 +NZL,2042,7,29000,31000 +NZL,2042,8,30000,31000 +NZL,2042,9,30000,31000 +NZL,2042,10,30000,31000 +NZL,2042,11,30000,32000 +NZL,2042,12,30000,32000 +NZL,2042,13,30000,32000 +NZL,2042,14,31000,32000 +NZL,2042,15,31000,32000 +NZL,2042,16,31000,32000 +NZL,2042,17,31000,32000 +NZL,2042,18,31000,32000 +NZL,2043,0,29000,30000 +NZL,2043,1,29000,30000 +NZL,2043,2,29000,30000 +NZL,2043,3,29000,31000 +NZL,2043,4,29000,31000 +NZL,2043,5,29000,31000 +NZL,2043,6,29000,31000 +NZL,2043,7,29000,31000 +NZL,2043,8,29000,31000 +NZL,2043,9,30000,31000 +NZL,2043,10,30000,31000 +NZL,2043,11,30000,31000 +NZL,2043,12,30000,32000 +NZL,2043,13,30000,32000 +NZL,2043,14,31000,32000 +NZL,2043,15,31000,32000 +NZL,2043,16,31000,32000 +NZL,2043,17,31000,32000 +NZL,2043,18,31000,32000 +NZL,2044,0,29000,30000 +NZL,2044,1,29000,30000 +NZL,2044,2,29000,30000 +NZL,2044,3,29000,30000 +NZL,2044,4,29000,31000 +NZL,2044,5,29000,31000 +NZL,2044,6,29000,31000 +NZL,2044,7,29000,31000 +NZL,2044,8,29000,31000 +NZL,2044,9,30000,31000 +NZL,2044,10,30000,31000 +NZL,2044,11,30000,31000 +NZL,2044,12,30000,32000 +NZL,2044,13,30000,32000 +NZL,2044,14,30000,32000 +NZL,2044,15,31000,32000 +NZL,2044,16,31000,32000 +NZL,2044,17,31000,32000 +NZL,2044,18,31000,32000 +NZL,2045,0,29000,30000 +NZL,2045,1,29000,30000 +NZL,2045,2,29000,30000 +NZL,2045,3,29000,30000 +NZL,2045,4,29000,31000 +NZL,2045,5,29000,31000 +NZL,2045,6,29000,31000 +NZL,2045,7,29000,31000 +NZL,2045,8,29000,31000 +NZL,2045,9,30000,31000 +NZL,2045,10,30000,31000 +NZL,2045,11,30000,31000 +NZL,2045,12,30000,31000 +NZL,2045,13,30000,32000 +NZL,2045,14,30000,32000 +NZL,2045,15,31000,32000 +NZL,2045,16,31000,32000 +NZL,2045,17,31000,32000 +NZL,2045,18,31000,32000 +NZL,2046,0,29000,30000 +NZL,2046,1,29000,30000 +NZL,2046,2,29000,30000 +NZL,2046,3,29000,30000 +NZL,2046,4,29000,31000 +NZL,2046,5,29000,31000 +NZL,2046,6,29000,31000 +NZL,2046,7,29000,31000 +NZL,2046,8,29000,31000 +NZL,2046,9,30000,31000 +NZL,2046,10,30000,31000 +NZL,2046,11,30000,31000 +NZL,2046,12,30000,31000 +NZL,2046,13,30000,32000 +NZL,2046,14,30000,32000 +NZL,2046,15,31000,32000 +NZL,2046,16,31000,32000 +NZL,2046,17,31000,32000 +NZL,2046,18,31000,32000 +NZL,2047,0,29000,30000 +NZL,2047,1,29000,30000 +NZL,2047,2,29000,30000 +NZL,2047,3,29000,31000 +NZL,2047,4,29000,31000 +NZL,2047,5,29000,31000 +NZL,2047,6,29000,31000 +NZL,2047,7,29000,31000 +NZL,2047,8,29000,31000 +NZL,2047,9,30000,31000 +NZL,2047,10,30000,31000 +NZL,2047,11,30000,31000 +NZL,2047,12,30000,31000 +NZL,2047,13,30000,32000 +NZL,2047,14,30000,32000 +NZL,2047,15,30000,32000 +NZL,2047,16,31000,32000 +NZL,2047,17,31000,32000 +NZL,2047,18,31000,32000 +NZL,2048,0,28000,30000 +NZL,2048,1,29000,30000 +NZL,2048,2,29000,30000 +NZL,2048,3,29000,30000 +NZL,2048,4,29000,31000 +NZL,2048,5,29000,31000 +NZL,2048,6,29000,31000 +NZL,2048,7,29000,31000 +NZL,2048,8,29000,31000 +NZL,2048,9,30000,31000 +NZL,2048,10,30000,31000 +NZL,2048,11,30000,31000 +NZL,2048,12,30000,31000 +NZL,2048,13,30000,32000 +NZL,2048,14,30000,32000 +NZL,2048,15,30000,32000 +NZL,2048,16,31000,32000 +NZL,2048,17,31000,32000 +NZL,2048,18,31000,32000 +NZL,2049,0,28000,30000 +NZL,2049,1,29000,30000 +NZL,2049,2,29000,30000 +NZL,2049,3,29000,30000 +NZL,2049,4,29000,31000 +NZL,2049,5,29000,31000 +NZL,2049,6,29000,31000 +NZL,2049,7,29000,31000 +NZL,2049,8,29000,31000 +NZL,2049,9,29000,31000 +NZL,2049,10,30000,31000 +NZL,2049,11,30000,31000 +NZL,2049,12,30000,31000 +NZL,2049,13,30000,31000 +NZL,2049,14,30000,32000 +NZL,2049,15,30000,32000 +NZL,2049,16,31000,32000 +NZL,2049,17,31000,32000 +NZL,2049,18,31000,32000 +NZL,2050,0,28000,30000 +NZL,2050,1,28000,30000 +NZL,2050,2,29000,30000 +NZL,2050,3,29000,30000 +NZL,2050,4,29000,30000 +NZL,2050,5,29000,31000 +NZL,2050,6,29000,31000 +NZL,2050,7,29000,31000 +NZL,2050,8,29000,31000 +NZL,2050,9,29000,31000 +NZL,2050,10,30000,31000 +NZL,2050,11,30000,31000 +NZL,2050,12,30000,31000 +NZL,2050,13,30000,31000 +NZL,2050,14,30000,32000 +NZL,2050,15,30000,32000 +NZL,2050,16,30000,32000 +NZL,2050,17,31000,32000 +NZL,2050,18,31000,32000 +OED,1990,0,, +OED,1990,1,, +OED,1990,2,, +OED,1990,3,, +OED,1990,4,, +OED,1990,5,, +OED,1990,6,, +OED,1990,7,, +OED,1990,8,, +OED,1990,9,, +OED,1990,10,, +OED,1990,11,, +OED,1990,12,, +OED,1990,13,, +OED,1990,14,, +OED,1990,15,, +OED,1990,16,, +OED,1990,17,, +OED,1990,18,, +OED,1991,0,, +OED,1991,1,, +OED,1991,2,, +OED,1991,3,, +OED,1991,4,, +OED,1991,5,, +OED,1991,6,, +OED,1991,7,, +OED,1991,8,, +OED,1991,9,, +OED,1991,10,, +OED,1991,11,, +OED,1991,12,, +OED,1991,13,, +OED,1991,14,, +OED,1991,15,, +OED,1991,16,, +OED,1991,17,, +OED,1991,18,, +OED,1992,0,, +OED,1992,1,, +OED,1992,2,, +OED,1992,3,, +OED,1992,4,, +OED,1992,5,, +OED,1992,6,, +OED,1992,7,, +OED,1992,8,, +OED,1992,9,, +OED,1992,10,, +OED,1992,11,, +OED,1992,12,, +OED,1992,13,, +OED,1992,14,, +OED,1992,15,, +OED,1992,16,, +OED,1992,17,, +OED,1992,18,, +OED,1993,0,, +OED,1993,1,, +OED,1993,2,, +OED,1993,3,, +OED,1993,4,, +OED,1993,5,, +OED,1993,6,, +OED,1993,7,, +OED,1993,8,, +OED,1993,9,, +OED,1993,10,, +OED,1993,11,, +OED,1993,12,, +OED,1993,13,, +OED,1993,14,, +OED,1993,15,, +OED,1993,16,, +OED,1993,17,, +OED,1993,18,, +OED,1994,0,, +OED,1994,1,, +OED,1994,2,, +OED,1994,3,, +OED,1994,4,, +OED,1994,5,, +OED,1994,6,, +OED,1994,7,, +OED,1994,8,, +OED,1994,9,, +OED,1994,10,, +OED,1994,11,, +OED,1994,12,, +OED,1994,13,, +OED,1994,14,, +OED,1994,15,, +OED,1994,16,, +OED,1994,17,, +OED,1994,18,, +OED,1995,0,, +OED,1995,1,, +OED,1995,2,, +OED,1995,3,, +OED,1995,4,, +OED,1995,5,, +OED,1995,6,, +OED,1995,7,, +OED,1995,8,, +OED,1995,9,, +OED,1995,10,, +OED,1995,11,, +OED,1995,12,, +OED,1995,13,, +OED,1995,14,, +OED,1995,15,, +OED,1995,16,, +OED,1995,17,, +OED,1995,18,, +OED,1996,0,, +OED,1996,1,, +OED,1996,2,, +OED,1996,3,, +OED,1996,4,, +OED,1996,5,, +OED,1996,6,, +OED,1996,7,, +OED,1996,8,, +OED,1996,9,, +OED,1996,10,, +OED,1996,11,, +OED,1996,12,, +OED,1996,13,, +OED,1996,14,, +OED,1996,15,, +OED,1996,16,, +OED,1996,17,, +OED,1996,18,, +OED,1997,0,, +OED,1997,1,, +OED,1997,2,, +OED,1997,3,, +OED,1997,4,, +OED,1997,5,, +OED,1997,6,, +OED,1997,7,, +OED,1997,8,, +OED,1997,9,, +OED,1997,10,, +OED,1997,11,, +OED,1997,12,, +OED,1997,13,, +OED,1997,14,, +OED,1997,15,, +OED,1997,16,, +OED,1997,17,, +OED,1997,18,, +OED,1998,0,, +OED,1998,1,, +OED,1998,2,, +OED,1998,3,, +OED,1998,4,, +OED,1998,5,, +OED,1998,6,, +OED,1998,7,, +OED,1998,8,, +OED,1998,9,, +OED,1998,10,, +OED,1998,11,, +OED,1998,12,, +OED,1998,13,, +OED,1998,14,, +OED,1998,15,, +OED,1998,16,, +OED,1998,17,, +OED,1998,18,, +OED,1999,0,, +OED,1999,1,, +OED,1999,2,, +OED,1999,3,, +OED,1999,4,, +OED,1999,5,, +OED,1999,6,, +OED,1999,7,, +OED,1999,8,, +OED,1999,9,, +OED,1999,10,, +OED,1999,11,, +OED,1999,12,, +OED,1999,13,, +OED,1999,14,, +OED,1999,15,, +OED,1999,16,, +OED,1999,17,, +OED,1999,18,, +OED,2000,0,, +OED,2000,1,, +OED,2000,2,, +OED,2000,3,, +OED,2000,4,, +OED,2000,5,, +OED,2000,6,, +OED,2000,7,, +OED,2000,8,, +OED,2000,9,, +OED,2000,10,, +OED,2000,11,, +OED,2000,12,, +OED,2000,13,, +OED,2000,14,, +OED,2000,15,, +OED,2000,16,, +OED,2000,17,, +OED,2000,18,, +OED,2001,0,, +OED,2001,1,, +OED,2001,2,, +OED,2001,3,, +OED,2001,4,, +OED,2001,5,, +OED,2001,6,, +OED,2001,7,, +OED,2001,8,, +OED,2001,9,, +OED,2001,10,, +OED,2001,11,, +OED,2001,12,, +OED,2001,13,, +OED,2001,14,, +OED,2001,15,, +OED,2001,16,, +OED,2001,17,, +OED,2001,18,, +OED,2002,0,, +OED,2002,1,, +OED,2002,2,, +OED,2002,3,, +OED,2002,4,, +OED,2002,5,, +OED,2002,6,, +OED,2002,7,, +OED,2002,8,, +OED,2002,9,, +OED,2002,10,, +OED,2002,11,, +OED,2002,12,, +OED,2002,13,, +OED,2002,14,, +OED,2002,15,, +OED,2002,16,, +OED,2002,17,, +OED,2002,18,, +OED,2003,0,, +OED,2003,1,, +OED,2003,2,, +OED,2003,3,, +OED,2003,4,, +OED,2003,5,, +OED,2003,6,, +OED,2003,7,, +OED,2003,8,, +OED,2003,9,, +OED,2003,10,, +OED,2003,11,, +OED,2003,12,, +OED,2003,13,, +OED,2003,14,, +OED,2003,15,, +OED,2003,16,, +OED,2003,17,, +OED,2003,18,, +OED,2004,0,, +OED,2004,1,, +OED,2004,2,, +OED,2004,3,, +OED,2004,4,, +OED,2004,5,, +OED,2004,6,, +OED,2004,7,, +OED,2004,8,, +OED,2004,9,, +OED,2004,10,, +OED,2004,11,, +OED,2004,12,, +OED,2004,13,, +OED,2004,14,, +OED,2004,15,, +OED,2004,16,, +OED,2004,17,, +OED,2004,18,, +OED,2005,0,, +OED,2005,1,, +OED,2005,2,, +OED,2005,3,, +OED,2005,4,, +OED,2005,5,, +OED,2005,6,, +OED,2005,7,, +OED,2005,8,, +OED,2005,9,, +OED,2005,10,, +OED,2005,11,, +OED,2005,12,, +OED,2005,13,, +OED,2005,14,, +OED,2005,15,, +OED,2005,16,, +OED,2005,17,, +OED,2005,18,, +OED,2006,0,, +OED,2006,1,, +OED,2006,2,, +OED,2006,3,, +OED,2006,4,, +OED,2006,5,, +OED,2006,6,, +OED,2006,7,, +OED,2006,8,, +OED,2006,9,, +OED,2006,10,, +OED,2006,11,, +OED,2006,12,, +OED,2006,13,, +OED,2006,14,, +OED,2006,15,, +OED,2006,16,, +OED,2006,17,, +OED,2006,18,, +OED,2007,0,, +OED,2007,1,, +OED,2007,2,, +OED,2007,3,, +OED,2007,4,, +OED,2007,5,, +OED,2007,6,, +OED,2007,7,, +OED,2007,8,, +OED,2007,9,, +OED,2007,10,, +OED,2007,11,, +OED,2007,12,, +OED,2007,13,, +OED,2007,14,, +OED,2007,15,, +OED,2007,16,, +OED,2007,17,, +OED,2007,18,, +OED,2008,0,, +OED,2008,1,, +OED,2008,2,, +OED,2008,3,, +OED,2008,4,, +OED,2008,5,, +OED,2008,6,, +OED,2008,7,, +OED,2008,8,, +OED,2008,9,, +OED,2008,10,, +OED,2008,11,, +OED,2008,12,, +OED,2008,13,, +OED,2008,14,, +OED,2008,15,, +OED,2008,16,, +OED,2008,17,, +OED,2008,18,, +OED,2009,0,, +OED,2009,1,, +OED,2009,2,, +OED,2009,3,, +OED,2009,4,, +OED,2009,5,, +OED,2009,6,, +OED,2009,7,, +OED,2009,8,, +OED,2009,9,, +OED,2009,10,, +OED,2009,11,, +OED,2009,12,, +OED,2009,13,, +OED,2009,14,, +OED,2009,15,, +OED,2009,16,, +OED,2009,17,, +OED,2009,18,, +OED,2010,0,, +OED,2010,1,, +OED,2010,2,, +OED,2010,3,, +OED,2010,4,, +OED,2010,5,, +OED,2010,6,, +OED,2010,7,, +OED,2010,8,, +OED,2010,9,, +OED,2010,10,, +OED,2010,11,, +OED,2010,12,, +OED,2010,13,, +OED,2010,14,, +OED,2010,15,, +OED,2010,16,, +OED,2010,17,, +OED,2010,18,, +OED,2011,0,, +OED,2011,1,, +OED,2011,2,, +OED,2011,3,, +OED,2011,4,, +OED,2011,5,, +OED,2011,6,, +OED,2011,7,, +OED,2011,8,, +OED,2011,9,, +OED,2011,10,, +OED,2011,11,, +OED,2011,12,, +OED,2011,13,, +OED,2011,14,, +OED,2011,15,, +OED,2011,16,, +OED,2011,17,, +OED,2011,18,, +OED,2012,0,, +OED,2012,1,, +OED,2012,2,, +OED,2012,3,, +OED,2012,4,, +OED,2012,5,, +OED,2012,6,, +OED,2012,7,, +OED,2012,8,, +OED,2012,9,, +OED,2012,10,, +OED,2012,11,, +OED,2012,12,, +OED,2012,13,, +OED,2012,14,, +OED,2012,15,, +OED,2012,16,, +OED,2012,17,, +OED,2012,18,, +OED,2013,0,, +OED,2013,1,, +OED,2013,2,, +OED,2013,3,, +OED,2013,4,, +OED,2013,5,, +OED,2013,6,, +OED,2013,7,, +OED,2013,8,, +OED,2013,9,, +OED,2013,10,, +OED,2013,11,, +OED,2013,12,, +OED,2013,13,, +OED,2013,14,, +OED,2013,15,, +OED,2013,16,, +OED,2013,17,, +OED,2013,18,, +OED,2014,0,, +OED,2014,1,, +OED,2014,2,, +OED,2014,3,, +OED,2014,4,, +OED,2014,5,, +OED,2014,6,, +OED,2014,7,, +OED,2014,8,, +OED,2014,9,, +OED,2014,10,, +OED,2014,11,, +OED,2014,12,, +OED,2014,13,, +OED,2014,14,, +OED,2014,15,, +OED,2014,16,, +OED,2014,17,, +OED,2014,18,, +OED,2015,0,, +OED,2015,1,, +OED,2015,2,, +OED,2015,3,, +OED,2015,4,, +OED,2015,5,, +OED,2015,6,, +OED,2015,7,, +OED,2015,8,, +OED,2015,9,, +OED,2015,10,, +OED,2015,11,, +OED,2015,12,, +OED,2015,13,, +OED,2015,14,, +OED,2015,15,, +OED,2015,16,, +OED,2015,17,, +OED,2015,18,, +OED,2016,0,, +OED,2016,1,, +OED,2016,2,, +OED,2016,3,, +OED,2016,4,, +OED,2016,5,, +OED,2016,6,, +OED,2016,7,, +OED,2016,8,, +OED,2016,9,, +OED,2016,10,, +OED,2016,11,, +OED,2016,12,, +OED,2016,13,, +OED,2016,14,, +OED,2016,15,, +OED,2016,16,, +OED,2016,17,, +OED,2016,18,, +OED,2017,0,, +OED,2017,1,, +OED,2017,2,, +OED,2017,3,, +OED,2017,4,, +OED,2017,5,, +OED,2017,6,, +OED,2017,7,, +OED,2017,8,, +OED,2017,9,, +OED,2017,10,, +OED,2017,11,, +OED,2017,12,, +OED,2017,13,, +OED,2017,14,, +OED,2017,15,, +OED,2017,16,, +OED,2017,17,, +OED,2017,18,, +OED,2018,0,, +OED,2018,1,, +OED,2018,2,, +OED,2018,3,, +OED,2018,4,, +OED,2018,5,, +OED,2018,6,, +OED,2018,7,, +OED,2018,8,, +OED,2018,9,, +OED,2018,10,, +OED,2018,11,, +OED,2018,12,, +OED,2018,13,, +OED,2018,14,, +OED,2018,15,, +OED,2018,16,, +OED,2018,17,, +OED,2018,18,, +OED,2019,0,, +OED,2019,1,, +OED,2019,2,, +OED,2019,3,, +OED,2019,4,, +OED,2019,5,, +OED,2019,6,, +OED,2019,7,, +OED,2019,8,, +OED,2019,9,, +OED,2019,10,, +OED,2019,11,, +OED,2019,12,, +OED,2019,13,, +OED,2019,14,, +OED,2019,15,, +OED,2019,16,, +OED,2019,17,, +OED,2019,18,, +OED,2020,0,, +OED,2020,1,, +OED,2020,2,, +OED,2020,3,, +OED,2020,4,, +OED,2020,5,, +OED,2020,6,, +OED,2020,7,, +OED,2020,8,, +OED,2020,9,, +OED,2020,10,, +OED,2020,11,, +OED,2020,12,, +OED,2020,13,, +OED,2020,14,, +OED,2020,15,, +OED,2020,16,, +OED,2020,17,, +OED,2020,18,, +OED,2021,0,, +OED,2021,1,, +OED,2021,2,, +OED,2021,3,, +OED,2021,4,, +OED,2021,5,, +OED,2021,6,, +OED,2021,7,, +OED,2021,8,, +OED,2021,9,, +OED,2021,10,, +OED,2021,11,, +OED,2021,12,, +OED,2021,13,, +OED,2021,14,, +OED,2021,15,, +OED,2021,16,, +OED,2021,17,, +OED,2021,18,, +OED,2022,0,, +OED,2022,1,, +OED,2022,2,, +OED,2022,3,, +OED,2022,4,, +OED,2022,5,, +OED,2022,6,, +OED,2022,7,, +OED,2022,8,, +OED,2022,9,, +OED,2022,10,, +OED,2022,11,, +OED,2022,12,, +OED,2022,13,, +OED,2022,14,, +OED,2022,15,, +OED,2022,16,, +OED,2022,17,, +OED,2022,18,, +OED,2023,0,, +OED,2023,1,, +OED,2023,2,, +OED,2023,3,, +OED,2023,4,, +OED,2023,5,, +OED,2023,6,, +OED,2023,7,, +OED,2023,8,, +OED,2023,9,, +OED,2023,10,, +OED,2023,11,, +OED,2023,12,, +OED,2023,13,, +OED,2023,14,, +OED,2023,15,, +OED,2023,16,, +OED,2023,17,, +OED,2023,18,, +OED,2024,0,, +OED,2024,1,, +OED,2024,2,, +OED,2024,3,, +OED,2024,4,, +OED,2024,5,, +OED,2024,6,, +OED,2024,7,, +OED,2024,8,, +OED,2024,9,, +OED,2024,10,, +OED,2024,11,, +OED,2024,12,, +OED,2024,13,, +OED,2024,14,, +OED,2024,15,, +OED,2024,16,, +OED,2024,17,, +OED,2024,18,, +OED,2025,0,, +OED,2025,1,, +OED,2025,2,, +OED,2025,3,, +OED,2025,4,, +OED,2025,5,, +OED,2025,6,, +OED,2025,7,, +OED,2025,8,, +OED,2025,9,, +OED,2025,10,, +OED,2025,11,, +OED,2025,12,, +OED,2025,13,, +OED,2025,14,, +OED,2025,15,, +OED,2025,16,, +OED,2025,17,, +OED,2025,18,, +OED,2026,0,, +OED,2026,1,, +OED,2026,2,, +OED,2026,3,, +OED,2026,4,, +OED,2026,5,, +OED,2026,6,, +OED,2026,7,, +OED,2026,8,, +OED,2026,9,, +OED,2026,10,, +OED,2026,11,, +OED,2026,12,, +OED,2026,13,, +OED,2026,14,, +OED,2026,15,, +OED,2026,16,, +OED,2026,17,, +OED,2026,18,, +OED,2027,0,, +OED,2027,1,, +OED,2027,2,, +OED,2027,3,, +OED,2027,4,, +OED,2027,5,, +OED,2027,6,, +OED,2027,7,, +OED,2027,8,, +OED,2027,9,, +OED,2027,10,, +OED,2027,11,, +OED,2027,12,, +OED,2027,13,, +OED,2027,14,, +OED,2027,15,, +OED,2027,16,, +OED,2027,17,, +OED,2027,18,, +OED,2028,0,, +OED,2028,1,, +OED,2028,2,, +OED,2028,3,, +OED,2028,4,, +OED,2028,5,, +OED,2028,6,, +OED,2028,7,, +OED,2028,8,, +OED,2028,9,, +OED,2028,10,, +OED,2028,11,, +OED,2028,12,, +OED,2028,13,, +OED,2028,14,, +OED,2028,15,, +OED,2028,16,, +OED,2028,17,, +OED,2028,18,, +OED,2029,0,, +OED,2029,1,, +OED,2029,2,, +OED,2029,3,, +OED,2029,4,, +OED,2029,5,, +OED,2029,6,, +OED,2029,7,, +OED,2029,8,, +OED,2029,9,, +OED,2029,10,, +OED,2029,11,, +OED,2029,12,, +OED,2029,13,, +OED,2029,14,, +OED,2029,15,, +OED,2029,16,, +OED,2029,17,, +OED,2029,18,, +OED,2030,0,, +OED,2030,1,, +OED,2030,2,, +OED,2030,3,, +OED,2030,4,, +OED,2030,5,, +OED,2030,6,, +OED,2030,7,, +OED,2030,8,, +OED,2030,9,, +OED,2030,10,, +OED,2030,11,, +OED,2030,12,, +OED,2030,13,, +OED,2030,14,, +OED,2030,15,, +OED,2030,16,, +OED,2030,17,, +OED,2030,18,, +OED,2031,0,, +OED,2031,1,, +OED,2031,2,, +OED,2031,3,, +OED,2031,4,, +OED,2031,5,, +OED,2031,6,, +OED,2031,7,, +OED,2031,8,, +OED,2031,9,, +OED,2031,10,, +OED,2031,11,, +OED,2031,12,, +OED,2031,13,, +OED,2031,14,, +OED,2031,15,, +OED,2031,16,, +OED,2031,17,, +OED,2031,18,, +OED,2032,0,, +OED,2032,1,, +OED,2032,2,, +OED,2032,3,, +OED,2032,4,, +OED,2032,5,, +OED,2032,6,, +OED,2032,7,, +OED,2032,8,, +OED,2032,9,, +OED,2032,10,, +OED,2032,11,, +OED,2032,12,, +OED,2032,13,, +OED,2032,14,, +OED,2032,15,, +OED,2032,16,, +OED,2032,17,, +OED,2032,18,, +OED,2033,0,, +OED,2033,1,, +OED,2033,2,, +OED,2033,3,, +OED,2033,4,, +OED,2033,5,, +OED,2033,6,, +OED,2033,7,, +OED,2033,8,, +OED,2033,9,, +OED,2033,10,, +OED,2033,11,, +OED,2033,12,, +OED,2033,13,, +OED,2033,14,, +OED,2033,15,, +OED,2033,16,, +OED,2033,17,, +OED,2033,18,, +OED,2034,0,, +OED,2034,1,, +OED,2034,2,, +OED,2034,3,, +OED,2034,4,, +OED,2034,5,, +OED,2034,6,, +OED,2034,7,, +OED,2034,8,, +OED,2034,9,, +OED,2034,10,, +OED,2034,11,, +OED,2034,12,, +OED,2034,13,, +OED,2034,14,, +OED,2034,15,, +OED,2034,16,, +OED,2034,17,, +OED,2034,18,, +OED,2035,0,, +OED,2035,1,, +OED,2035,2,, +OED,2035,3,, +OED,2035,4,, +OED,2035,5,, +OED,2035,6,, +OED,2035,7,, +OED,2035,8,, +OED,2035,9,, +OED,2035,10,, +OED,2035,11,, +OED,2035,12,, +OED,2035,13,, +OED,2035,14,, +OED,2035,15,, +OED,2035,16,, +OED,2035,17,, +OED,2035,18,, +OED,2036,0,, +OED,2036,1,, +OED,2036,2,, +OED,2036,3,, +OED,2036,4,, +OED,2036,5,, +OED,2036,6,, +OED,2036,7,, +OED,2036,8,, +OED,2036,9,, +OED,2036,10,, +OED,2036,11,, +OED,2036,12,, +OED,2036,13,, +OED,2036,14,, +OED,2036,15,, +OED,2036,16,, +OED,2036,17,, +OED,2036,18,, +OED,2037,0,, +OED,2037,1,, +OED,2037,2,, +OED,2037,3,, +OED,2037,4,, +OED,2037,5,, +OED,2037,6,, +OED,2037,7,, +OED,2037,8,, +OED,2037,9,, +OED,2037,10,, +OED,2037,11,, +OED,2037,12,, +OED,2037,13,, +OED,2037,14,, +OED,2037,15,, +OED,2037,16,, +OED,2037,17,, +OED,2037,18,, +OED,2038,0,, +OED,2038,1,, +OED,2038,2,, +OED,2038,3,, +OED,2038,4,, +OED,2038,5,, +OED,2038,6,, +OED,2038,7,, +OED,2038,8,, +OED,2038,9,, +OED,2038,10,, +OED,2038,11,, +OED,2038,12,, +OED,2038,13,, +OED,2038,14,, +OED,2038,15,, +OED,2038,16,, +OED,2038,17,, +OED,2038,18,, +OED,2039,0,, +OED,2039,1,, +OED,2039,2,, +OED,2039,3,, +OED,2039,4,, +OED,2039,5,, +OED,2039,6,, +OED,2039,7,, +OED,2039,8,, +OED,2039,9,, +OED,2039,10,, +OED,2039,11,, +OED,2039,12,, +OED,2039,13,, +OED,2039,14,, +OED,2039,15,, +OED,2039,16,, +OED,2039,17,, +OED,2039,18,, +OED,2040,0,, +OED,2040,1,, +OED,2040,2,, +OED,2040,3,, +OED,2040,4,, +OED,2040,5,, +OED,2040,6,, +OED,2040,7,, +OED,2040,8,, +OED,2040,9,, +OED,2040,10,, +OED,2040,11,, +OED,2040,12,, +OED,2040,13,, +OED,2040,14,, +OED,2040,15,, +OED,2040,16,, +OED,2040,17,, +OED,2040,18,, +OED,2041,0,, +OED,2041,1,, +OED,2041,2,, +OED,2041,3,, +OED,2041,4,, +OED,2041,5,, +OED,2041,6,, +OED,2041,7,, +OED,2041,8,, +OED,2041,9,, +OED,2041,10,, +OED,2041,11,, +OED,2041,12,, +OED,2041,13,, +OED,2041,14,, +OED,2041,15,, +OED,2041,16,, +OED,2041,17,, +OED,2041,18,, +OED,2042,0,, +OED,2042,1,, +OED,2042,2,, +OED,2042,3,, +OED,2042,4,, +OED,2042,5,, +OED,2042,6,, +OED,2042,7,, +OED,2042,8,, +OED,2042,9,, +OED,2042,10,, +OED,2042,11,, +OED,2042,12,, +OED,2042,13,, +OED,2042,14,, +OED,2042,15,, +OED,2042,16,, +OED,2042,17,, +OED,2042,18,, +OED,2043,0,, +OED,2043,1,, +OED,2043,2,, +OED,2043,3,, +OED,2043,4,, +OED,2043,5,, +OED,2043,6,, +OED,2043,7,, +OED,2043,8,, +OED,2043,9,, +OED,2043,10,, +OED,2043,11,, +OED,2043,12,, +OED,2043,13,, +OED,2043,14,, +OED,2043,15,, +OED,2043,16,, +OED,2043,17,, +OED,2043,18,, +OED,2044,0,, +OED,2044,1,, +OED,2044,2,, +OED,2044,3,, +OED,2044,4,, +OED,2044,5,, +OED,2044,6,, +OED,2044,7,, +OED,2044,8,, +OED,2044,9,, +OED,2044,10,, +OED,2044,11,, +OED,2044,12,, +OED,2044,13,, +OED,2044,14,, +OED,2044,15,, +OED,2044,16,, +OED,2044,17,, +OED,2044,18,, +OED,2045,0,, +OED,2045,1,, +OED,2045,2,, +OED,2045,3,, +OED,2045,4,, +OED,2045,5,, +OED,2045,6,, +OED,2045,7,, +OED,2045,8,, +OED,2045,9,, +OED,2045,10,, +OED,2045,11,, +OED,2045,12,, +OED,2045,13,, +OED,2045,14,, +OED,2045,15,, +OED,2045,16,, +OED,2045,17,, +OED,2045,18,, +OED,2046,0,, +OED,2046,1,, +OED,2046,2,, +OED,2046,3,, +OED,2046,4,, +OED,2046,5,, +OED,2046,6,, +OED,2046,7,, +OED,2046,8,, +OED,2046,9,, +OED,2046,10,, +OED,2046,11,, +OED,2046,12,, +OED,2046,13,, +OED,2046,14,, +OED,2046,15,, +OED,2046,16,, +OED,2046,17,, +OED,2046,18,, +OED,2047,0,, +OED,2047,1,, +OED,2047,2,, +OED,2047,3,, +OED,2047,4,, +OED,2047,5,, +OED,2047,6,, +OED,2047,7,, +OED,2047,8,, +OED,2047,9,, +OED,2047,10,, +OED,2047,11,, +OED,2047,12,, +OED,2047,13,, +OED,2047,14,, +OED,2047,15,, +OED,2047,16,, +OED,2047,17,, +OED,2047,18,, +OED,2048,0,, +OED,2048,1,, +OED,2048,2,, +OED,2048,3,, +OED,2048,4,, +OED,2048,5,, +OED,2048,6,, +OED,2048,7,, +OED,2048,8,, +OED,2048,9,, +OED,2048,10,, +OED,2048,11,, +OED,2048,12,, +OED,2048,13,, +OED,2048,14,, +OED,2048,15,, +OED,2048,16,, +OED,2048,17,, +OED,2048,18,, +OED,2049,0,, +OED,2049,1,, +OED,2049,2,, +OED,2049,3,, +OED,2049,4,, +OED,2049,5,, +OED,2049,6,, +OED,2049,7,, +OED,2049,8,, +OED,2049,9,, +OED,2049,10,, +OED,2049,11,, +OED,2049,12,, +OED,2049,13,, +OED,2049,14,, +OED,2049,15,, +OED,2049,16,, +OED,2049,17,, +OED,2049,18,, +OED,2050,0,, +OED,2050,1,, +OED,2050,2,, +OED,2050,3,, +OED,2050,4,, +OED,2050,5,, +OED,2050,6,, +OED,2050,7,, +OED,2050,8,, +OED,2050,9,, +OED,2050,10,, +OED,2050,11,, +OED,2050,12,, +OED,2050,13,, +OED,2050,14,, +OED,2050,15,, +OED,2050,16,, +OED,2050,17,, +OED,2050,18,, +OMN,1990,0,32776,34265 +OMN,1990,1,32275,33784 +OMN,1990,2,31675,33174 +OMN,1990,3,30980,32444 +OMN,1990,4,30196,31605 +OMN,1990,5,29331,30667 +OMN,1990,6,28388,29640 +OMN,1990,7,27375,28535 +OMN,1990,8,26297,27361 +OMN,1990,9,25160,26128 +OMN,1990,10,24004,24897 +OMN,1990,11,22871,23725 +OMN,1990,12,21592,22379 +OMN,1990,13,20106,20771 +OMN,1990,14,18521,19058 +OMN,1990,15,16986,17438 +OMN,1990,16,15444,15818 +OMN,1990,17,14220,14730 +OMN,1990,18,13484,14441 +OMN,1991,0,32543,34072 +OMN,1991,1,32053,33584 +OMN,1991,2,31605,33146 +OMN,1991,3,31070,32596 +OMN,1991,4,30448,31937 +OMN,1991,5,29741,31175 +OMN,1991,6,28958,30329 +OMN,1991,7,28107,29420 +OMN,1991,8,27152,28375 +OMN,1991,9,26080,27171 +OMN,1991,10,24914,25856 +OMN,1991,11,23737,24571 +OMN,1991,12,22588,23366 +OMN,1991,13,21278,22019 +OMN,1991,14,19737,20459 +OMN,1991,15,18090,18843 +OMN,1991,16,16495,17320 +OMN,1991,17,14881,15771 +OMN,1991,18,13654,14914 +OMN,1992,0,32213,34062 +OMN,1992,1,31753,33632 +OMN,1992,2,31339,33191 +OMN,1992,3,30942,32793 +OMN,1992,4,30472,32298 +OMN,1992,5,29923,31705 +OMN,1992,6,29293,31014 +OMN,1992,7,28592,30254 +OMN,1992,8,27832,29455 +OMN,1992,9,26935,28463 +OMN,1992,10,25869,27217 +OMN,1992,11,24673,25808 +OMN,1992,12,23474,24458 +OMN,1992,13,22310,23208 +OMN,1992,14,20968,21848 +OMN,1992,15,19373,20324 +OMN,1992,16,17663,18791 +OMN,1992,17,16007,17353 +OMN,1992,18,14324,15862 +OMN,1993,0,31806,33934 +OMN,1993,1,31339,33498 +OMN,1993,2,30898,33064 +OMN,1993,3,30657,32793 +OMN,1993,4,30312,32435 +OMN,1993,5,29905,31997 +OMN,1993,6,29429,31471 +OMN,1993,7,28875,30853 +OMN,1993,8,28256,30180 +OMN,1993,9,27585,29492 +OMN,1993,10,26745,28553 +OMN,1993,11,25684,27266 +OMN,1993,12,24457,25760 +OMN,1993,13,23235,24344 +OMN,1993,14,22055,23049 +OMN,1993,15,20679,21676 +OMN,1993,16,19028,20188 +OMN,1993,17,17254,18739 +OMN,1993,18,15537,17386 +OMN,1994,0,31322,33352 +OMN,1994,1,30887,32949 +OMN,1994,2,30504,32582 +OMN,1994,3,30157,32235 +OMN,1994,4,30023,32079 +OMN,1994,5,29729,31766 +OMN,1994,6,29386,31389 +OMN,1994,7,28981,30936 +OMN,1994,8,28502,30396 +OMN,1994,9,27963,29817 +OMN,1994,10,27382,29248 +OMN,1994,11,26598,28372 +OMN,1994,12,25539,27055 +OMN,1994,13,24280,25467 +OMN,1994,14,23033,23998 +OMN,1994,15,21835,22669 +OMN,1994,16,20423,21297 +OMN,1994,17,18714,19859 +OMN,1994,18,16873,18509 +OMN,1995,0,30759,32162 +OMN,1995,1,30420,31863 +OMN,1995,2,30136,31605 +OMN,1995,3,29889,31371 +OMN,1995,4,29661,31144 +OMN,1995,5,29435,30906 +OMN,1995,6,29190,30641 +OMN,1995,7,28911,30329 +OMN,1995,8,28577,29955 +OMN,1995,9,28172,29500 +OMN,1995,10,27714,29022 +OMN,1995,11,27221,28579 +OMN,1995,12,26491,27778 +OMN,1995,13,25434,26450 +OMN,1995,14,24140,24804 +OMN,1995,15,22866,23304 +OMN,1995,16,21648,21963 +OMN,1995,17,20198,20610 +OMN,1995,18,18428,19243 +OMN,1996,0,29907,31808 +OMN,1996,1,30174,32098 +OMN,1996,2,29895,31849 +OMN,1996,3,29642,31615 +OMN,1996,4,29402,31382 +OMN,1996,5,29164,31139 +OMN,1996,6,28913,30879 +OMN,1996,7,28633,30595 +OMN,1996,8,28328,30248 +OMN,1996,9,27991,29815 +OMN,1996,10,27603,29300 +OMN,1996,11,27158,28769 +OMN,1996,12,26671,28253 +OMN,1996,13,25997,27517 +OMN,1996,14,25064,26463 +OMN,1996,15,23940,25220 +OMN,1996,16,22827,24088 +OMN,1996,17,21767,23095 +OMN,1996,18,20462,22052 +OMN,1997,0,29051,30931 +OMN,1997,1,29134,31048 +OMN,1997,2,29662,31588 +OMN,1997,3,29443,31394 +OMN,1997,4,29219,31186 +OMN,1997,5,28987,30957 +OMN,1997,6,28738,30701 +OMN,1997,7,28462,30422 +OMN,1997,8,28146,30124 +OMN,1997,9,27814,29746 +OMN,1997,10,27474,29260 +OMN,1997,11,27101,28691 +OMN,1997,12,26668,28112 +OMN,1997,13,26187,27530 +OMN,1997,14,25566,26870 +OMN,1997,15,24756,26109 +OMN,1997,16,23797,25292 +OMN,1997,17,22842,24547 +OMN,1997,18,21936,23921 +OMN,1998,0,28205,29792 +OMN,1998,1,28541,30156 +OMN,1998,2,28774,30415 +OMN,1998,3,29192,30834 +OMN,1998,4,29031,30696 +OMN,1998,5,28837,30517 +OMN,1998,6,28611,30294 +OMN,1998,7,28352,30027 +OMN,1998,8,28050,29731 +OMN,1998,9,27697,29421 +OMN,1998,10,27339,29015 +OMN,1998,11,26995,28480 +OMN,1998,12,26636,27862 +OMN,1998,13,26215,27241 +OMN,1998,14,25739,26598 +OMN,1998,15,25170,26019 +OMN,1998,16,24481,25553 +OMN,1998,17,23687,25165 +OMN,1998,18,22888,24810 +OMN,1999,0,27408,28739 +OMN,1999,1,27932,29280 +OMN,1999,2,28310,29677 +OMN,1999,3,28551,29938 +OMN,1999,4,28738,30130 +OMN,1999,5,28636,30047 +OMN,1999,6,28472,29895 +OMN,1999,7,28252,29678 +OMN,1999,8,27982,29400 +OMN,1999,9,27655,29087 +OMN,1999,10,27265,28765 +OMN,1999,11,26880,28331 +OMN,1999,12,26531,27747 +OMN,1999,13,26187,27080 +OMN,1999,14,25777,26417 +OMN,1999,15,25306,25713 +OMN,1999,16,24789,25212 +OMN,1999,17,24221,25038 +OMN,1999,18,23592,25070 +OMN,2000,0,26710,28032 +OMN,2000,1,27308,28638 +OMN,2000,2,27754,29098 +OMN,2000,3,28059,29421 +OMN,2000,4,28237,29617 +OMN,2000,5,28298,29696 +OMN,2000,6,28256,29668 +OMN,2000,7,28121,29542 +OMN,2000,8,27907,29328 +OMN,2000,9,27626,29037 +OMN,2000,10,27273,28704 +OMN,2000,11,26845,28367 +OMN,2000,12,26433,27901 +OMN,2000,13,26080,27263 +OMN,2000,14,25750,26542 +OMN,2000,15,25352,25831 +OMN,2000,16,24885,25059 +OMN,2000,17,24419,24633 +OMN,2000,18,23973,24746 +OMN,2001,0,26028,26877 +OMN,2001,1,26356,27199 +OMN,2001,2,26916,27763 +OMN,2001,3,27373,28232 +OMN,2001,4,27728,28606 +OMN,2001,5,27984,28886 +OMN,2001,6,28154,29080 +OMN,2001,7,28250,29197 +OMN,2001,8,28224,29196 +OMN,2001,9,28056,29058 +OMN,2001,10,27780,28810 +OMN,2001,11,27445,28536 +OMN,2001,12,27038,28269 +OMN,2001,13,26640,27850 +OMN,2001,14,26296,27226 +OMN,2001,15,25971,26499 +OMN,2001,16,25570,25778 +OMN,2001,17,25092,24982 +OMN,2001,18,24617,24575 +OMN,2002,0,25486,26148 +OMN,2002,1,25869,26511 +OMN,2002,2,26027,26676 +OMN,2002,3,26550,27205 +OMN,2002,4,27018,27687 +OMN,2002,5,27423,28115 +OMN,2002,6,27758,28478 +OMN,2002,7,28037,28787 +OMN,2002,8,28272,29048 +OMN,2002,9,28353,29167 +OMN,2002,10,28230,29102 +OMN,2002,11,27960,28894 +OMN,2002,12,27643,28675 +OMN,2002,13,27257,28474 +OMN,2002,14,26873,28096 +OMN,2002,15,26538,27478 +OMN,2002,16,26216,26738 +OMN,2002,17,25812,26001 +OMN,2002,18,25323,25171 +OMN,2003,0,25174,25883 +OMN,2003,1,25303,25986 +OMN,2003,2,25503,26174 +OMN,2003,3,25716,26407 +OMN,2003,4,26203,26905 +OMN,2003,5,26682,27406 +OMN,2003,6,27137,27891 +OMN,2003,7,27551,28342 +OMN,2003,8,27938,28767 +OMN,2003,9,28313,29174 +OMN,2003,10,28501,29415 +OMN,2003,11,28425,29421 +OMN,2003,12,28159,29251 +OMN,2003,13,27860,29084 +OMN,2003,14,27494,28946 +OMN,2003,15,27124,28607 +OMN,2003,16,26797,27989 +OMN,2003,17,26479,27228 +OMN,2003,18,26072,26468 +OMN,2004,0,25195,26121 +OMN,2004,1,24996,25891 +OMN,2004,2,24975,25853 +OMN,2004,3,25105,25979 +OMN,2004,4,25402,26302 +OMN,2004,5,25852,26774 +OMN,2004,6,26343,27296 +OMN,2004,7,26849,27842 +OMN,2004,8,27342,28385 +OMN,2004,9,27838,28930 +OMN,2004,10,28352,29487 +OMN,2004,11,28648,29853 +OMN,2004,12,28617,29931 +OMN,2004,13,28357,29797 +OMN,2004,14,28075,29683 +OMN,2004,15,27729,29608 +OMN,2004,16,27373,29305 +OMN,2004,17,27055,28684 +OMN,2004,18,26741,27898 +OMN,2005,0,25612,26897 +OMN,2005,1,25035,26277 +OMN,2005,2,24728,25946 +OMN,2005,3,24656,25864 +OMN,2005,4,24782,25995 +OMN,2005,5,25070,26302 +OMN,2005,6,25483,26748 +OMN,2005,7,25985,27295 +OMN,2005,8,26541,27906 +OMN,2005,9,27113,28544 +OMN,2005,10,27717,29215 +OMN,2005,11,28370,29927 +OMN,2005,12,28773,30422 +OMN,2005,13,28788,30574 +OMN,2005,14,28534,30478 +OMN,2005,15,28270,30416 +OMN,2005,16,27944,30406 +OMN,2005,17,27602,30138 +OMN,2005,18,27293,29511 +OMN,2006,0,26404,27275 +OMN,2006,1,25264,26115 +OMN,2006,2,24674,25495 +OMN,2006,3,24353,25154 +OMN,2006,4,24265,25058 +OMN,2006,5,24374,25169 +OMN,2006,6,24648,25481 +OMN,2006,7,25057,25989 +OMN,2006,8,25539,26508 +OMN,2006,9,26047,26940 +OMN,2006,10,26562,27340 +OMN,2006,11,27118,27819 +OMN,2006,12,27722,28309 +OMN,2006,13,28130,28934 +OMN,2006,14,28226,29753 +OMN,2006,15,28106,30663 +OMN,2006,16,27971,31542 +OMN,2006,17,27777,32461 +OMN,2006,18,27568,33029 +OMN,2007,0,27569,28207 +OMN,2007,1,26086,26688 +OMN,2007,2,24891,25498 +OMN,2007,3,24289,24873 +OMN,2007,4,23954,24523 +OMN,2007,5,23850,24411 +OMN,2007,6,23941,24503 +OMN,2007,7,24201,24822 +OMN,2007,8,24605,25394 +OMN,2007,9,25066,25887 +OMN,2007,10,25528,26148 +OMN,2007,11,25984,26321 +OMN,2007,12,26493,26616 +OMN,2007,13,27048,26894 +OMN,2007,14,27459,27649 +OMN,2007,15,27636,29118 +OMN,2007,16,27649,31006 +OMN,2007,17,27643,32799 +OMN,2007,18,27578,34622 +OMN,2008,0,29057,29691 +OMN,2008,1,27119,27715 +OMN,2008,2,25631,26200 +OMN,2008,3,24556,25139 +OMN,2008,4,23941,24504 +OMN,2008,5,23592,24139 +OMN,2008,6,23472,24012 +OMN,2008,7,23546,24086 +OMN,2008,8,23793,24415 +OMN,2008,9,24193,25054 +OMN,2008,10,24634,25527 +OMN,2008,11,25049,25624 +OMN,2008,12,25449,25574 +OMN,2008,13,25911,25692 +OMN,2008,14,26419,25764 +OMN,2008,15,26833,26653 +OMN,2008,16,27091,28775 +OMN,2008,17,27235,31642 +OMN,2008,18,27357,34353 +OMN,2009,0,30810,31737 +OMN,2009,1,28510,29388 +OMN,2009,2,26673,27513 +OMN,2009,3,25259,26070 +OMN,2009,4,24339,25146 +OMN,2009,5,23708,24491 +OMN,2009,6,23343,24108 +OMN,2009,7,23206,23962 +OMN,2009,8,23263,24019 +OMN,2009,9,23499,24364 +OMN,2009,10,23896,25080 +OMN,2009,11,24319,25540 +OMN,2009,12,24691,25472 +OMN,2009,13,25036,25198 +OMN,2009,14,25453,25139 +OMN,2009,15,25915,25004 +OMN,2009,16,26335,26043 +OMN,2009,17,26675,28853 +OMN,2009,18,26952,32748 +OMN,2010,0,32774,34327 +OMN,2010,1,30253,31738 +OMN,2010,2,28179,29599 +OMN,2010,3,26515,27876 +OMN,2010,4,25225,26534 +OMN,2010,5,24273,25537 +OMN,2010,6,23622,24852 +OMN,2010,7,23238,24444 +OMN,2010,8,23085,24277 +OMN,2010,9,23125,24317 +OMN,2010,10,23349,24683 +OMN,2010,11,23747,25490 +OMN,2010,12,24155,25944 +OMN,2010,13,24484,25704 +OMN,2010,14,24776,25192 +OMN,2010,15,25150,24949 +OMN,2010,16,25571,24598 +OMN,2010,17,25999,25807 +OMN,2010,18,26423,29374 +OMN,2011,0,34201,35556 +OMN,2011,1,32564,33897 +OMN,2011,2,30258,31515 +OMN,2011,3,28320,29503 +OMN,2011,4,26725,27839 +OMN,2011,5,25446,26501 +OMN,2011,6,24462,25492 +OMN,2011,7,23751,24816 +OMN,2011,8,23273,24316 +OMN,2011,9,22996,23915 +OMN,2011,10,22905,23671 +OMN,2011,11,22995,23825 +OMN,2011,12,23245,24453 +OMN,2011,13,23610,25029 +OMN,2011,14,24059,25353 +OMN,2011,15,24582,25733 +OMN,2011,16,25169,26342 +OMN,2011,17,25785,26744 +OMN,2011,18,26467,29138 +OMN,2012,0,35763,37168 +OMN,2012,1,33433,34960 +OMN,2012,2,32568,33962 +OMN,2012,3,30461,31750 +OMN,2012,4,28645,29836 +OMN,2012,5,27107,28207 +OMN,2012,6,25832,26853 +OMN,2012,7,24811,25817 +OMN,2012,8,24034,25141 +OMN,2012,9,23458,24543 +OMN,2012,10,23058,23903 +OMN,2012,11,22836,23374 +OMN,2012,12,22793,23318 +OMN,2012,13,22896,23778 +OMN,2012,14,23221,24483 +OMN,2012,15,23793,25372 +OMN,2012,16,24549,26644 +OMN,2012,17,25352,28107 +OMN,2012,18,26167,29263 +OMN,2013,0,37398,38985 +OMN,2013,1,35342,37121 +OMN,2013,2,33452,35308 +OMN,2013,3,32665,34183 +OMN,2013,4,30751,32133 +OMN,2013,5,29053,30308 +OMN,2013,6,27569,28707 +OMN,2013,7,26293,27332 +OMN,2013,8,25231,26263 +OMN,2013,9,24386,25584 +OMN,2013,10,23712,24884 +OMN,2013,11,23186,24000 +OMN,2013,12,22831,23178 +OMN,2013,13,22654,22912 +OMN,2013,14,22612,23204 +OMN,2013,15,22897,24043 +OMN,2013,16,23593,25507 +OMN,2013,17,24587,27686 +OMN,2013,18,25608,30022 +OMN,2014,0,39045,40876 +OMN,2014,1,37261,39224 +OMN,2014,2,35535,37527 +OMN,2014,3,33877,35812 +OMN,2014,4,32725,34252 +OMN,2014,5,31006,32376 +OMN,2014,6,29430,30649 +OMN,2014,7,28001,29085 +OMN,2014,8,26727,27693 +OMN,2014,9,25625,26597 +OMN,2014,10,24712,25917 +OMN,2014,11,23939,25117 +OMN,2014,12,23288,23990 +OMN,2014,13,22800,22877 +OMN,2014,14,22489,22398 +OMN,2014,15,22299,22517 +OMN,2014,16,22544,23489 +OMN,2014,17,23365,25530 +OMN,2014,18,24595,28617 +OMN,2015,0,40648,42750 +OMN,2015,1,39058,41045 +OMN,2015,2,37449,39297 +OMN,2015,3,35838,37530 +OMN,2015,4,34242,35765 +OMN,2015,5,32677,34028 +OMN,2015,6,31161,32341 +OMN,2015,7,29711,30728 +OMN,2015,8,28342,29212 +OMN,2015,9,27074,27817 +OMN,2015,10,25935,26702 +OMN,2015,11,24958,26027 +OMN,2015,12,24089,25135 +OMN,2015,13,23314,23774 +OMN,2015,14,22694,22379 +OMN,2015,15,22249,21692 +OMN,2015,16,21913,21639 +OMN,2015,17,22117,22734 +OMN,2015,18,23060,25333 +OMN,2016,0,42637,45941 +OMN,2016,1,40797,42825 +OMN,2016,2,39222,41218 +OMN,2016,3,37624,39620 +OMN,2016,4,36020,38030 +OMN,2016,5,34426,36446 +OMN,2016,6,32866,34961 +OMN,2016,7,31362,33667 +OMN,2016,8,29904,32098 +OMN,2016,9,28499,30068 +OMN,2016,10,27180,27855 +OMN,2016,11,26001,26083 +OMN,2016,12,24982,24819 +OMN,2016,13,24123,23724 +OMN,2016,14,23440,22753 +OMN,2016,15,22965,22203 +OMN,2016,16,22654,22280 +OMN,2016,17,22440,22784 +OMN,2016,18,22791,25269 +OMN,2017,0,44566,49082 +OMN,2017,1,42963,46102 +OMN,2017,2,40811,42488 +OMN,2017,3,39258,40997 +OMN,2017,4,37676,39567 +OMN,2017,5,36084,38172 +OMN,2017,6,34498,36788 +OMN,2017,7,32947,35574 +OMN,2017,8,31460,34693 +OMN,2017,9,30000,33184 +OMN,2017,10,28562,30650 +OMN,2017,11,27198,27625 +OMN,2017,12,25982,25201 +OMN,2017,13,24924,23350 +OMN,2017,14,24079,22059 +OMN,2017,15,23489,21495 +OMN,2017,16,23162,21810 +OMN,2017,17,22986,22664 +OMN,2017,18,22896,23730 +OMN,2018,0,46110,51622 +OMN,2018,1,44474,47873 +OMN,2018,2,42803,44729 +OMN,2018,3,40728,41859 +OMN,2018,4,39199,40494 +OMN,2018,5,37638,39242 +OMN,2018,6,36061,38053 +OMN,2018,7,34487,36877 +OMN,2018,8,32949,35944 +OMN,2018,9,31482,35482 +OMN,2018,10,30023,34044 +OMN,2018,11,28557,31023 +OMN,2018,12,27150,27205 +OMN,2018,13,25900,24145 +OMN,2018,14,24805,21718 +OMN,2018,15,23976,20240 +OMN,2018,16,23482,20086 +OMN,2018,17,23303,21267 +OMN,2018,18,23263,22893 +OMN,2019,0,47000,53000 +OMN,2019,1,45000,49000 +OMN,2019,2,44000,45000 +OMN,2019,3,42000,43000 +OMN,2019,4,41000,41000 +OMN,2019,5,39000,40000 +OMN,2019,6,38000,39000 +OMN,2019,7,36000,38000 +OMN,2019,8,34000,37000 +OMN,2019,9,33000,36000 +OMN,2019,10,31000,36000 +OMN,2019,11,30000,35000 +OMN,2019,12,29000,31000 +OMN,2019,13,27000,27000 +OMN,2019,14,26000,23000 +OMN,2019,15,25000,20000 +OMN,2019,16,24000,18000 +OMN,2019,17,23000,19000 +OMN,2019,18,23000,21000 +OMN,2020,0,47000,52000 +OMN,2020,1,46000,49000 +OMN,2020,2,44000,46000 +OMN,2020,3,43000,43000 +OMN,2020,4,42000,42000 +OMN,2020,5,40000,40000 +OMN,2020,6,39000,39000 +OMN,2020,7,37000,38000 +OMN,2020,8,36000,37000 +OMN,2020,9,34000,37000 +OMN,2020,10,33000,36000 +OMN,2020,11,31000,37000 +OMN,2020,12,30000,35000 +OMN,2020,13,28000,31000 +OMN,2020,14,27000,26000 +OMN,2020,15,26000,22000 +OMN,2020,16,25000,18000 +OMN,2020,17,24000,16000 +OMN,2020,18,23000,17000 +OMN,2021,0,45000,51000 +OMN,2021,1,46000,52000 +OMN,2021,2,46000,49000 +OMN,2021,3,45000,46000 +OMN,2021,4,43000,44000 +OMN,2021,5,42000,42000 +OMN,2021,6,41000,41000 +OMN,2021,7,39000,39000 +OMN,2021,8,37000,38000 +OMN,2021,9,36000,37000 +OMN,2021,10,34000,37000 +OMN,2021,11,33000,36000 +OMN,2021,12,31000,37000 +OMN,2021,13,30000,36000 +OMN,2021,14,29000,32000 +OMN,2021,15,27000,28000 +OMN,2021,16,26000,24000 +OMN,2021,17,25000,22000 +OMN,2021,18,24000,21000 +OMN,2022,0,43000,47000 +OMN,2022,1,44000,47000 +OMN,2022,2,46000,51000 +OMN,2022,3,46000,49000 +OMN,2022,4,45000,46000 +OMN,2022,5,44000,45000 +OMN,2022,6,42000,43000 +OMN,2022,7,41000,41000 +OMN,2022,8,39000,40000 +OMN,2022,9,37000,38000 +OMN,2022,10,36000,37000 +OMN,2022,11,34000,37000 +OMN,2022,12,33000,36000 +OMN,2022,13,31000,36000 +OMN,2022,14,30000,36000 +OMN,2022,15,29000,33000 +OMN,2022,16,27000,30000 +OMN,2022,17,26000,27000 +OMN,2022,18,25000,25000 +OMN,2023,0,40000,43000 +OMN,2023,1,42000,45000 +OMN,2023,2,44000,46000 +OMN,2023,3,46000,50000 +OMN,2023,4,46000,48000 +OMN,2023,5,45000,47000 +OMN,2023,6,44000,45000 +OMN,2023,7,42000,43000 +OMN,2023,8,41000,41000 +OMN,2023,9,39000,40000 +OMN,2023,10,37000,38000 +OMN,2023,11,36000,37000 +OMN,2023,12,34000,36000 +OMN,2023,13,33000,36000 +OMN,2023,14,31000,36000 +OMN,2023,15,30000,36000 +OMN,2023,16,29000,34000 +OMN,2023,17,28000,31000 +OMN,2023,18,27000,30000 +OMN,2024,0,37000,39000 +OMN,2024,1,41000,43000 +OMN,2024,2,43000,45000 +OMN,2024,3,44000,47000 +OMN,2024,4,46000,49000 +OMN,2024,5,45000,48000 +OMN,2024,6,45000,47000 +OMN,2024,7,44000,45000 +OMN,2024,8,43000,44000 +OMN,2024,9,41000,42000 +OMN,2024,10,39000,40000 +OMN,2024,11,37000,38000 +OMN,2024,12,36000,37000 +OMN,2024,13,34000,36000 +OMN,2024,14,33000,36000 +OMN,2024,15,31000,36000 +OMN,2024,16,30000,36000 +OMN,2024,17,29000,34000 +OMN,2024,18,28000,33000 +OMN,2025,0,36000,36000 +OMN,2025,1,39000,41000 +OMN,2025,2,42000,44000 +OMN,2025,3,44000,46000 +OMN,2025,4,45000,48000 +OMN,2025,5,45000,48000 +OMN,2025,6,45000,48000 +OMN,2025,7,45000,47000 +OMN,2025,8,44000,46000 +OMN,2025,9,43000,44000 +OMN,2025,10,41000,42000 +OMN,2025,11,39000,40000 +OMN,2025,12,37000,38000 +OMN,2025,13,36000,37000 +OMN,2025,14,34000,36000 +OMN,2025,15,33000,36000 +OMN,2025,16,31000,36000 +OMN,2025,17,30000,36000 +OMN,2025,18,29000,35000 +OMN,2026,0,35000,35000 +OMN,2026,1,36000,37000 +OMN,2026,2,39000,41000 +OMN,2026,3,42000,44000 +OMN,2026,4,43000,46000 +OMN,2026,5,45000,47000 +OMN,2026,6,45000,48000 +OMN,2026,7,45000,48000 +OMN,2026,8,45000,47000 +OMN,2026,9,44000,46000 +OMN,2026,10,43000,44000 +OMN,2026,11,41000,42000 +OMN,2026,12,39000,40000 +OMN,2026,13,37000,38000 +OMN,2026,14,36000,37000 +OMN,2026,15,35000,38000 +OMN,2026,16,33000,38000 +OMN,2026,17,32000,39000 +OMN,2026,18,30000,39000 +OMN,2027,0,35000,36000 +OMN,2027,1,38000,39000 +OMN,2027,2,37000,38000 +OMN,2027,3,40000,41000 +OMN,2027,4,42000,44000 +OMN,2027,5,43000,46000 +OMN,2027,6,44000,47000 +OMN,2027,7,45000,47000 +OMN,2027,8,45000,48000 +OMN,2027,9,45000,47000 +OMN,2027,10,44000,46000 +OMN,2027,11,43000,44000 +OMN,2027,12,41000,42000 +OMN,2027,13,39000,40000 +OMN,2027,14,37000,38000 +OMN,2027,15,36000,38000 +OMN,2027,16,35000,39000 +OMN,2027,17,33000,40000 +OMN,2027,18,32000,41000 +OMN,2028,0,36000,37000 +OMN,2028,1,37000,39000 +OMN,2028,2,39000,41000 +OMN,2028,3,38000,39000 +OMN,2028,4,40000,42000 +OMN,2028,5,41000,44000 +OMN,2028,6,43000,45000 +OMN,2028,7,44000,46000 +OMN,2028,8,45000,47000 +OMN,2028,9,45000,48000 +OMN,2028,10,45000,48000 +OMN,2028,11,44000,46000 +OMN,2028,12,43000,44000 +OMN,2028,13,41000,42000 +OMN,2028,14,39000,39000 +OMN,2028,15,37000,38000 +OMN,2028,16,36000,39000 +OMN,2028,17,35000,40000 +OMN,2028,18,33000,42000 +OMN,2029,0,36000,38000 +OMN,2029,1,37000,39000 +OMN,2029,2,37000,40000 +OMN,2029,3,38000,41000 +OMN,2029,4,38000,40000 +OMN,2029,5,40000,42000 +OMN,2029,6,41000,43000 +OMN,2029,7,43000,45000 +OMN,2029,8,44000,46000 +OMN,2029,9,44000,47000 +OMN,2029,10,45000,48000 +OMN,2029,11,45000,48000 +OMN,2029,12,44000,46000 +OMN,2029,13,43000,44000 +OMN,2029,14,41000,42000 +OMN,2029,15,39000,39000 +OMN,2029,16,37000,38000 +OMN,2029,17,36000,39000 +OMN,2029,18,35000,42000 +OMN,2030,0,37000,38000 +OMN,2030,1,36000,38000 +OMN,2030,2,37000,38000 +OMN,2030,3,37000,39000 +OMN,2030,4,38000,40000 +OMN,2030,5,39000,41000 +OMN,2030,6,40000,42000 +OMN,2030,7,41000,43000 +OMN,2030,8,42000,44000 +OMN,2030,9,43000,45000 +OMN,2030,10,44000,46000 +OMN,2030,11,45000,48000 +OMN,2030,12,46000,48000 +OMN,2030,13,45000,47000 +OMN,2030,14,43000,44000 +OMN,2030,15,41000,42000 +OMN,2030,16,39000,39000 +OMN,2030,17,37000,38000 +OMN,2030,18,36000,40000 +OMN,2031,0,36000,38000 +OMN,2031,1,36000,38000 +OMN,2031,2,36000,38000 +OMN,2031,3,37000,38000 +OMN,2031,4,37000,39000 +OMN,2031,5,38000,40000 +OMN,2031,6,39000,41000 +OMN,2031,7,40000,42000 +OMN,2031,8,41000,43000 +OMN,2031,9,42000,44000 +OMN,2031,10,43000,45000 +OMN,2031,11,44000,46000 +OMN,2031,12,45000,48000 +OMN,2031,13,46000,48000 +OMN,2031,14,45000,47000 +OMN,2031,15,43000,45000 +OMN,2031,16,41000,43000 +OMN,2031,17,39000,41000 +OMN,2031,18,38000,41000 +OMN,2032,0,36000,38000 +OMN,2032,1,35000,37000 +OMN,2032,2,36000,38000 +OMN,2032,3,36000,38000 +OMN,2032,4,37000,39000 +OMN,2032,5,37000,39000 +OMN,2032,6,38000,40000 +OMN,2032,7,39000,41000 +OMN,2032,8,40000,42000 +OMN,2032,9,41000,43000 +OMN,2032,10,42000,44000 +OMN,2032,11,43000,45000 +OMN,2032,12,44000,46000 +OMN,2032,13,45000,47000 +OMN,2032,14,46000,48000 +OMN,2032,15,45000,47000 +OMN,2032,16,43000,46000 +OMN,2032,17,41000,45000 +OMN,2032,18,39000,43000 +OMN,2033,0,35000,37000 +OMN,2033,1,35000,36000 +OMN,2033,2,35000,36000 +OMN,2033,3,36000,38000 +OMN,2033,4,36000,38000 +OMN,2033,5,37000,39000 +OMN,2033,6,37000,39000 +OMN,2033,7,38000,40000 +OMN,2033,8,39000,41000 +OMN,2033,9,40000,42000 +OMN,2033,10,41000,43000 +OMN,2033,11,42000,44000 +OMN,2033,12,43000,45000 +OMN,2033,13,44000,46000 +OMN,2033,14,45000,47000 +OMN,2033,15,46000,48000 +OMN,2033,16,45000,48000 +OMN,2033,17,43000,47000 +OMN,2033,18,41000,46000 +OMN,2034,0,34000,36000 +OMN,2034,1,34000,36000 +OMN,2034,2,34000,36000 +OMN,2034,3,35000,36000 +OMN,2034,4,36000,37000 +OMN,2034,5,36000,38000 +OMN,2034,6,37000,39000 +OMN,2034,7,38000,39000 +OMN,2034,8,38000,40000 +OMN,2034,9,39000,41000 +OMN,2034,10,40000,42000 +OMN,2034,11,41000,43000 +OMN,2034,12,42000,44000 +OMN,2034,13,43000,45000 +OMN,2034,14,44000,46000 +OMN,2034,15,45000,47000 +OMN,2034,16,46000,48000 +OMN,2034,17,45000,48000 +OMN,2034,18,43000,48000 +OMN,2035,0,34000,35000 +OMN,2035,1,34000,35000 +OMN,2035,2,34000,36000 +OMN,2035,3,34000,36000 +OMN,2035,4,35000,37000 +OMN,2035,5,35000,37000 +OMN,2035,6,36000,38000 +OMN,2035,7,37000,39000 +OMN,2035,8,38000,40000 +OMN,2035,9,39000,40000 +OMN,2035,10,39000,41000 +OMN,2035,11,40000,42000 +OMN,2035,12,41000,43000 +OMN,2035,13,42000,44000 +OMN,2035,14,43000,45000 +OMN,2035,15,44000,46000 +OMN,2035,16,45000,47000 +OMN,2035,17,46000,48000 +OMN,2035,18,45000,48000 +OMN,2036,0,34000,35000 +OMN,2036,1,34000,35000 +OMN,2036,2,34000,35000 +OMN,2036,3,34000,36000 +OMN,2036,4,34000,36000 +OMN,2036,5,35000,37000 +OMN,2036,6,36000,37000 +OMN,2036,7,36000,38000 +OMN,2036,8,37000,39000 +OMN,2036,9,38000,40000 +OMN,2036,10,39000,40000 +OMN,2036,11,39000,41000 +OMN,2036,12,40000,42000 +OMN,2036,13,41000,43000 +OMN,2036,14,42000,44000 +OMN,2036,15,43000,46000 +OMN,2036,16,44000,47000 +OMN,2036,17,46000,49000 +OMN,2036,18,46000,50000 +OMN,2037,0,34000,35000 +OMN,2037,1,34000,35000 +OMN,2037,2,34000,35000 +OMN,2037,3,34000,35000 +OMN,2037,4,34000,36000 +OMN,2037,5,34000,36000 +OMN,2037,6,35000,37000 +OMN,2037,7,36000,37000 +OMN,2037,8,36000,38000 +OMN,2037,9,37000,39000 +OMN,2037,10,38000,40000 +OMN,2037,11,39000,40000 +OMN,2037,12,39000,41000 +OMN,2037,13,40000,42000 +OMN,2037,14,41000,43000 +OMN,2037,15,42000,44000 +OMN,2037,16,43000,46000 +OMN,2037,17,45000,48000 +OMN,2037,18,46000,50000 +OMN,2038,0,34000,36000 +OMN,2038,1,34000,35000 +OMN,2038,2,34000,35000 +OMN,2038,3,34000,35000 +OMN,2038,4,34000,35000 +OMN,2038,5,34000,36000 +OMN,2038,6,34000,36000 +OMN,2038,7,35000,37000 +OMN,2038,8,36000,37000 +OMN,2038,9,36000,38000 +OMN,2038,10,37000,39000 +OMN,2038,11,38000,40000 +OMN,2038,12,39000,40000 +OMN,2038,13,39000,41000 +OMN,2038,14,40000,42000 +OMN,2038,15,41000,43000 +OMN,2038,16,42000,45000 +OMN,2038,17,44000,47000 +OMN,2038,18,45000,50000 +OMN,2039,0,34000,36000 +OMN,2039,1,34000,36000 +OMN,2039,2,34000,35000 +OMN,2039,3,34000,35000 +OMN,2039,4,34000,35000 +OMN,2039,5,34000,36000 +OMN,2039,6,34000,36000 +OMN,2039,7,35000,36000 +OMN,2039,8,35000,37000 +OMN,2039,9,36000,37000 +OMN,2039,10,36000,38000 +OMN,2039,11,37000,39000 +OMN,2039,12,38000,40000 +OMN,2039,13,39000,40000 +OMN,2039,14,39000,41000 +OMN,2039,15,40000,41000 +OMN,2039,16,41000,43000 +OMN,2039,17,42000,45000 +OMN,2039,18,44000,48000 +OMN,2040,0,35000,36000 +OMN,2040,1,34000,36000 +OMN,2040,2,34000,36000 +OMN,2040,3,34000,35000 +OMN,2040,4,34000,35000 +OMN,2040,5,34000,35000 +OMN,2040,6,34000,36000 +OMN,2040,7,34000,36000 +OMN,2040,8,35000,36000 +OMN,2040,9,35000,37000 +OMN,2040,10,36000,37000 +OMN,2040,11,36000,38000 +OMN,2040,12,37000,39000 +OMN,2040,13,38000,40000 +OMN,2040,14,39000,40000 +OMN,2040,15,39000,40000 +OMN,2040,16,40000,41000 +OMN,2040,17,41000,42000 +OMN,2040,18,42000,45000 +OMN,2041,0,35000,37000 +OMN,2041,1,35000,36000 +OMN,2041,2,34000,36000 +OMN,2041,3,34000,36000 +OMN,2041,4,34000,35000 +OMN,2041,5,34000,35000 +OMN,2041,6,34000,35000 +OMN,2041,7,34000,36000 +OMN,2041,8,34000,36000 +OMN,2041,9,35000,36000 +OMN,2041,10,35000,37000 +OMN,2041,11,36000,37000 +OMN,2041,12,36000,38000 +OMN,2041,13,37000,39000 +OMN,2041,14,38000,40000 +OMN,2041,15,39000,41000 +OMN,2041,16,39000,42000 +OMN,2041,17,40000,43000 +OMN,2041,18,41000,44000 +OMN,2042,0,35000,37000 +OMN,2042,1,35000,37000 +OMN,2042,2,35000,36000 +OMN,2042,3,34000,36000 +OMN,2042,4,34000,36000 +OMN,2042,5,34000,35000 +OMN,2042,6,34000,35000 +OMN,2042,7,34000,35000 +OMN,2042,8,34000,36000 +OMN,2042,9,34000,36000 +OMN,2042,10,35000,36000 +OMN,2042,11,35000,37000 +OMN,2042,12,36000,37000 +OMN,2042,13,36000,38000 +OMN,2042,14,37000,39000 +OMN,2042,15,38000,40000 +OMN,2042,16,39000,41000 +OMN,2042,17,40000,43000 +OMN,2042,18,40000,44000 +OMN,2043,0,36000,38000 +OMN,2043,1,35000,37000 +OMN,2043,2,35000,36000 +OMN,2043,3,35000,36000 +OMN,2043,4,34000,36000 +OMN,2043,5,34000,36000 +OMN,2043,6,34000,35000 +OMN,2043,7,34000,35000 +OMN,2043,8,34000,35000 +OMN,2043,9,34000,36000 +OMN,2043,10,34000,36000 +OMN,2043,11,35000,36000 +OMN,2043,12,35000,36000 +OMN,2043,13,36000,37000 +OMN,2043,14,36000,38000 +OMN,2043,15,37000,39000 +OMN,2043,16,38000,40000 +OMN,2043,17,39000,42000 +OMN,2043,18,40000,44000 +OMN,2044,0,36000,38000 +OMN,2044,1,36000,37000 +OMN,2044,2,35000,37000 +OMN,2044,3,35000,36000 +OMN,2044,4,35000,36000 +OMN,2044,5,34000,36000 +OMN,2044,6,34000,36000 +OMN,2044,7,34000,36000 +OMN,2044,8,34000,35000 +OMN,2044,9,34000,36000 +OMN,2044,10,34000,36000 +OMN,2044,11,34000,36000 +OMN,2044,12,35000,36000 +OMN,2044,13,35000,36000 +OMN,2044,14,36000,37000 +OMN,2044,15,36000,37000 +OMN,2044,16,37000,39000 +OMN,2044,17,38000,40000 +OMN,2044,18,39000,43000 +OMN,2045,0,36000,38000 +OMN,2045,1,36000,38000 +OMN,2045,2,35000,37000 +OMN,2045,3,35000,37000 +OMN,2045,4,35000,36000 +OMN,2045,5,34000,36000 +OMN,2045,6,34000,36000 +OMN,2045,7,34000,36000 +OMN,2045,8,34000,36000 +OMN,2045,9,34000,36000 +OMN,2045,10,34000,36000 +OMN,2045,11,34000,36000 +OMN,2045,12,34000,36000 +OMN,2045,13,35000,36000 +OMN,2045,14,35000,36000 +OMN,2045,15,36000,37000 +OMN,2045,16,36000,37000 +OMN,2045,17,37000,38000 +OMN,2045,18,38000,40000 +OMN,2046,0,37000,38000 +OMN,2046,1,36000,38000 +OMN,2046,2,36000,38000 +OMN,2046,3,36000,37000 +OMN,2046,4,35000,37000 +OMN,2046,5,35000,37000 +OMN,2046,6,34000,36000 +OMN,2046,7,34000,36000 +OMN,2046,8,34000,36000 +OMN,2046,9,34000,36000 +OMN,2046,10,34000,35000 +OMN,2046,11,34000,36000 +OMN,2046,12,34000,36000 +OMN,2046,13,34000,36000 +OMN,2046,14,35000,36000 +OMN,2046,15,35000,37000 +OMN,2046,16,36000,37000 +OMN,2046,17,36000,38000 +OMN,2046,18,37000,40000 +OMN,2047,0,37000,39000 +OMN,2047,1,37000,38000 +OMN,2047,2,36000,38000 +OMN,2047,3,36000,38000 +OMN,2047,4,36000,37000 +OMN,2047,5,35000,37000 +OMN,2047,6,35000,37000 +OMN,2047,7,35000,36000 +OMN,2047,8,34000,36000 +OMN,2047,9,34000,36000 +OMN,2047,10,34000,36000 +OMN,2047,11,34000,35000 +OMN,2047,12,34000,35000 +OMN,2047,13,34000,36000 +OMN,2047,14,34000,36000 +OMN,2047,15,35000,36000 +OMN,2047,16,35000,37000 +OMN,2047,17,36000,38000 +OMN,2047,18,37000,39000 +OMN,2048,0,37000,39000 +OMN,2048,1,37000,39000 +OMN,2048,2,37000,38000 +OMN,2048,3,36000,38000 +OMN,2048,4,36000,38000 +OMN,2048,5,36000,37000 +OMN,2048,6,35000,37000 +OMN,2048,7,35000,37000 +OMN,2048,8,35000,36000 +OMN,2048,9,34000,36000 +OMN,2048,10,34000,36000 +OMN,2048,11,34000,36000 +OMN,2048,12,34000,35000 +OMN,2048,13,34000,35000 +OMN,2048,14,34000,36000 +OMN,2048,15,34000,36000 +OMN,2048,16,35000,37000 +OMN,2048,17,35000,38000 +OMN,2048,18,36000,39000 +OMN,2049,0,37000,39000 +OMN,2049,1,37000,39000 +OMN,2049,2,37000,39000 +OMN,2049,3,37000,38000 +OMN,2049,4,36000,38000 +OMN,2049,5,36000,38000 +OMN,2049,6,36000,37000 +OMN,2049,7,35000,37000 +OMN,2049,8,35000,37000 +OMN,2049,9,35000,36000 +OMN,2049,10,34000,36000 +OMN,2049,11,34000,36000 +OMN,2049,12,34000,36000 +OMN,2049,13,34000,35000 +OMN,2049,14,34000,35000 +OMN,2049,15,34000,35000 +OMN,2049,16,34000,36000 +OMN,2049,17,35000,37000 +OMN,2049,18,35000,38000 +OMN,2050,0,37000,39000 +OMN,2050,1,37000,39000 +OMN,2050,2,37000,39000 +OMN,2050,3,37000,39000 +OMN,2050,4,37000,38000 +OMN,2050,5,36000,38000 +OMN,2050,6,36000,38000 +OMN,2050,7,36000,37000 +OMN,2050,8,35000,37000 +OMN,2050,9,35000,37000 +OMN,2050,10,35000,36000 +OMN,2050,11,34000,36000 +OMN,2050,12,34000,36000 +OMN,2050,13,34000,36000 +OMN,2050,14,34000,35000 +OMN,2050,15,34000,35000 +OMN,2050,16,34000,35000 +OMN,2050,17,34000,36000 +OMN,2050,18,35000,37000 +OSS,1990,0,, +OSS,1990,1,, +OSS,1990,2,, +OSS,1990,3,, +OSS,1990,4,, +OSS,1990,5,, +OSS,1990,6,, +OSS,1990,7,, +OSS,1990,8,, +OSS,1990,9,, +OSS,1990,10,, +OSS,1990,11,, +OSS,1990,12,, +OSS,1990,13,, +OSS,1990,14,, +OSS,1990,15,, +OSS,1990,16,, +OSS,1990,17,, +OSS,1990,18,, +OSS,1991,0,, +OSS,1991,1,, +OSS,1991,2,, +OSS,1991,3,, +OSS,1991,4,, +OSS,1991,5,, +OSS,1991,6,, +OSS,1991,7,, +OSS,1991,8,, +OSS,1991,9,, +OSS,1991,10,, +OSS,1991,11,, +OSS,1991,12,, +OSS,1991,13,, +OSS,1991,14,, +OSS,1991,15,, +OSS,1991,16,, +OSS,1991,17,, +OSS,1991,18,, +OSS,1992,0,, +OSS,1992,1,, +OSS,1992,2,, +OSS,1992,3,, +OSS,1992,4,, +OSS,1992,5,, +OSS,1992,6,, +OSS,1992,7,, +OSS,1992,8,, +OSS,1992,9,, +OSS,1992,10,, +OSS,1992,11,, +OSS,1992,12,, +OSS,1992,13,, +OSS,1992,14,, +OSS,1992,15,, +OSS,1992,16,, +OSS,1992,17,, +OSS,1992,18,, +OSS,1993,0,, +OSS,1993,1,, +OSS,1993,2,, +OSS,1993,3,, +OSS,1993,4,, +OSS,1993,5,, +OSS,1993,6,, +OSS,1993,7,, +OSS,1993,8,, +OSS,1993,9,, +OSS,1993,10,, +OSS,1993,11,, +OSS,1993,12,, +OSS,1993,13,, +OSS,1993,14,, +OSS,1993,15,, +OSS,1993,16,, +OSS,1993,17,, +OSS,1993,18,, +OSS,1994,0,, +OSS,1994,1,, +OSS,1994,2,, +OSS,1994,3,, +OSS,1994,4,, +OSS,1994,5,, +OSS,1994,6,, +OSS,1994,7,, +OSS,1994,8,, +OSS,1994,9,, +OSS,1994,10,, +OSS,1994,11,, +OSS,1994,12,, +OSS,1994,13,, +OSS,1994,14,, +OSS,1994,15,, +OSS,1994,16,, +OSS,1994,17,, +OSS,1994,18,, +OSS,1995,0,, +OSS,1995,1,, +OSS,1995,2,, +OSS,1995,3,, +OSS,1995,4,, +OSS,1995,5,, +OSS,1995,6,, +OSS,1995,7,, +OSS,1995,8,, +OSS,1995,9,, +OSS,1995,10,, +OSS,1995,11,, +OSS,1995,12,, +OSS,1995,13,, +OSS,1995,14,, +OSS,1995,15,, +OSS,1995,16,, +OSS,1995,17,, +OSS,1995,18,, +OSS,1996,0,, +OSS,1996,1,, +OSS,1996,2,, +OSS,1996,3,, +OSS,1996,4,, +OSS,1996,5,, +OSS,1996,6,, +OSS,1996,7,, +OSS,1996,8,, +OSS,1996,9,, +OSS,1996,10,, +OSS,1996,11,, +OSS,1996,12,, +OSS,1996,13,, +OSS,1996,14,, +OSS,1996,15,, +OSS,1996,16,, +OSS,1996,17,, +OSS,1996,18,, +OSS,1997,0,, +OSS,1997,1,, +OSS,1997,2,, +OSS,1997,3,, +OSS,1997,4,, +OSS,1997,5,, +OSS,1997,6,, +OSS,1997,7,, +OSS,1997,8,, +OSS,1997,9,, +OSS,1997,10,, +OSS,1997,11,, +OSS,1997,12,, +OSS,1997,13,, +OSS,1997,14,, +OSS,1997,15,, +OSS,1997,16,, +OSS,1997,17,, +OSS,1997,18,, +OSS,1998,0,, +OSS,1998,1,, +OSS,1998,2,, +OSS,1998,3,, +OSS,1998,4,, +OSS,1998,5,, +OSS,1998,6,, +OSS,1998,7,, +OSS,1998,8,, +OSS,1998,9,, +OSS,1998,10,, +OSS,1998,11,, +OSS,1998,12,, +OSS,1998,13,, +OSS,1998,14,, +OSS,1998,15,, +OSS,1998,16,, +OSS,1998,17,, +OSS,1998,18,, +OSS,1999,0,, +OSS,1999,1,, +OSS,1999,2,, +OSS,1999,3,, +OSS,1999,4,, +OSS,1999,5,, +OSS,1999,6,, +OSS,1999,7,, +OSS,1999,8,, +OSS,1999,9,, +OSS,1999,10,, +OSS,1999,11,, +OSS,1999,12,, +OSS,1999,13,, +OSS,1999,14,, +OSS,1999,15,, +OSS,1999,16,, +OSS,1999,17,, +OSS,1999,18,, +OSS,2000,0,, +OSS,2000,1,, +OSS,2000,2,, +OSS,2000,3,, +OSS,2000,4,, +OSS,2000,5,, +OSS,2000,6,, +OSS,2000,7,, +OSS,2000,8,, +OSS,2000,9,, +OSS,2000,10,, +OSS,2000,11,, +OSS,2000,12,, +OSS,2000,13,, +OSS,2000,14,, +OSS,2000,15,, +OSS,2000,16,, +OSS,2000,17,, +OSS,2000,18,, +OSS,2001,0,, +OSS,2001,1,, +OSS,2001,2,, +OSS,2001,3,, +OSS,2001,4,, +OSS,2001,5,, +OSS,2001,6,, +OSS,2001,7,, +OSS,2001,8,, +OSS,2001,9,, +OSS,2001,10,, +OSS,2001,11,, +OSS,2001,12,, +OSS,2001,13,, +OSS,2001,14,, +OSS,2001,15,, +OSS,2001,16,, +OSS,2001,17,, +OSS,2001,18,, +OSS,2002,0,, +OSS,2002,1,, +OSS,2002,2,, +OSS,2002,3,, +OSS,2002,4,, +OSS,2002,5,, +OSS,2002,6,, +OSS,2002,7,, +OSS,2002,8,, +OSS,2002,9,, +OSS,2002,10,, +OSS,2002,11,, +OSS,2002,12,, +OSS,2002,13,, +OSS,2002,14,, +OSS,2002,15,, +OSS,2002,16,, +OSS,2002,17,, +OSS,2002,18,, +OSS,2003,0,, +OSS,2003,1,, +OSS,2003,2,, +OSS,2003,3,, +OSS,2003,4,, +OSS,2003,5,, +OSS,2003,6,, +OSS,2003,7,, +OSS,2003,8,, +OSS,2003,9,, +OSS,2003,10,, +OSS,2003,11,, +OSS,2003,12,, +OSS,2003,13,, +OSS,2003,14,, +OSS,2003,15,, +OSS,2003,16,, +OSS,2003,17,, +OSS,2003,18,, +OSS,2004,0,, +OSS,2004,1,, +OSS,2004,2,, +OSS,2004,3,, +OSS,2004,4,, +OSS,2004,5,, +OSS,2004,6,, +OSS,2004,7,, +OSS,2004,8,, +OSS,2004,9,, +OSS,2004,10,, +OSS,2004,11,, +OSS,2004,12,, +OSS,2004,13,, +OSS,2004,14,, +OSS,2004,15,, +OSS,2004,16,, +OSS,2004,17,, +OSS,2004,18,, +OSS,2005,0,, +OSS,2005,1,, +OSS,2005,2,, +OSS,2005,3,, +OSS,2005,4,, +OSS,2005,5,, +OSS,2005,6,, +OSS,2005,7,, +OSS,2005,8,, +OSS,2005,9,, +OSS,2005,10,, +OSS,2005,11,, +OSS,2005,12,, +OSS,2005,13,, +OSS,2005,14,, +OSS,2005,15,, +OSS,2005,16,, +OSS,2005,17,, +OSS,2005,18,, +OSS,2006,0,, +OSS,2006,1,, +OSS,2006,2,, +OSS,2006,3,, +OSS,2006,4,, +OSS,2006,5,, +OSS,2006,6,, +OSS,2006,7,, +OSS,2006,8,, +OSS,2006,9,, +OSS,2006,10,, +OSS,2006,11,, +OSS,2006,12,, +OSS,2006,13,, +OSS,2006,14,, +OSS,2006,15,, +OSS,2006,16,, +OSS,2006,17,, +OSS,2006,18,, +OSS,2007,0,, +OSS,2007,1,, +OSS,2007,2,, +OSS,2007,3,, +OSS,2007,4,, +OSS,2007,5,, +OSS,2007,6,, +OSS,2007,7,, +OSS,2007,8,, +OSS,2007,9,, +OSS,2007,10,, +OSS,2007,11,, +OSS,2007,12,, +OSS,2007,13,, +OSS,2007,14,, +OSS,2007,15,, +OSS,2007,16,, +OSS,2007,17,, +OSS,2007,18,, +OSS,2008,0,, +OSS,2008,1,, +OSS,2008,2,, +OSS,2008,3,, +OSS,2008,4,, +OSS,2008,5,, +OSS,2008,6,, +OSS,2008,7,, +OSS,2008,8,, +OSS,2008,9,, +OSS,2008,10,, +OSS,2008,11,, +OSS,2008,12,, +OSS,2008,13,, +OSS,2008,14,, +OSS,2008,15,, +OSS,2008,16,, +OSS,2008,17,, +OSS,2008,18,, +OSS,2009,0,, +OSS,2009,1,, +OSS,2009,2,, +OSS,2009,3,, +OSS,2009,4,, +OSS,2009,5,, +OSS,2009,6,, +OSS,2009,7,, +OSS,2009,8,, +OSS,2009,9,, +OSS,2009,10,, +OSS,2009,11,, +OSS,2009,12,, +OSS,2009,13,, +OSS,2009,14,, +OSS,2009,15,, +OSS,2009,16,, +OSS,2009,17,, +OSS,2009,18,, +OSS,2010,0,, +OSS,2010,1,, +OSS,2010,2,, +OSS,2010,3,, +OSS,2010,4,, +OSS,2010,5,, +OSS,2010,6,, +OSS,2010,7,, +OSS,2010,8,, +OSS,2010,9,, +OSS,2010,10,, +OSS,2010,11,, +OSS,2010,12,, +OSS,2010,13,, +OSS,2010,14,, +OSS,2010,15,, +OSS,2010,16,, +OSS,2010,17,, +OSS,2010,18,, +OSS,2011,0,, +OSS,2011,1,, +OSS,2011,2,, +OSS,2011,3,, +OSS,2011,4,, +OSS,2011,5,, +OSS,2011,6,, +OSS,2011,7,, +OSS,2011,8,, +OSS,2011,9,, +OSS,2011,10,, +OSS,2011,11,, +OSS,2011,12,, +OSS,2011,13,, +OSS,2011,14,, +OSS,2011,15,, +OSS,2011,16,, +OSS,2011,17,, +OSS,2011,18,, +OSS,2012,0,, +OSS,2012,1,, +OSS,2012,2,, +OSS,2012,3,, +OSS,2012,4,, +OSS,2012,5,, +OSS,2012,6,, +OSS,2012,7,, +OSS,2012,8,, +OSS,2012,9,, +OSS,2012,10,, +OSS,2012,11,, +OSS,2012,12,, +OSS,2012,13,, +OSS,2012,14,, +OSS,2012,15,, +OSS,2012,16,, +OSS,2012,17,, +OSS,2012,18,, +OSS,2013,0,, +OSS,2013,1,, +OSS,2013,2,, +OSS,2013,3,, +OSS,2013,4,, +OSS,2013,5,, +OSS,2013,6,, +OSS,2013,7,, +OSS,2013,8,, +OSS,2013,9,, +OSS,2013,10,, +OSS,2013,11,, +OSS,2013,12,, +OSS,2013,13,, +OSS,2013,14,, +OSS,2013,15,, +OSS,2013,16,, +OSS,2013,17,, +OSS,2013,18,, +OSS,2014,0,, +OSS,2014,1,, +OSS,2014,2,, +OSS,2014,3,, +OSS,2014,4,, +OSS,2014,5,, +OSS,2014,6,, +OSS,2014,7,, +OSS,2014,8,, +OSS,2014,9,, +OSS,2014,10,, +OSS,2014,11,, +OSS,2014,12,, +OSS,2014,13,, +OSS,2014,14,, +OSS,2014,15,, +OSS,2014,16,, +OSS,2014,17,, +OSS,2014,18,, +OSS,2015,0,, +OSS,2015,1,, +OSS,2015,2,, +OSS,2015,3,, +OSS,2015,4,, +OSS,2015,5,, +OSS,2015,6,, +OSS,2015,7,, +OSS,2015,8,, +OSS,2015,9,, +OSS,2015,10,, +OSS,2015,11,, +OSS,2015,12,, +OSS,2015,13,, +OSS,2015,14,, +OSS,2015,15,, +OSS,2015,16,, +OSS,2015,17,, +OSS,2015,18,, +OSS,2016,0,, +OSS,2016,1,, +OSS,2016,2,, +OSS,2016,3,, +OSS,2016,4,, +OSS,2016,5,, +OSS,2016,6,, +OSS,2016,7,, +OSS,2016,8,, +OSS,2016,9,, +OSS,2016,10,, +OSS,2016,11,, +OSS,2016,12,, +OSS,2016,13,, +OSS,2016,14,, +OSS,2016,15,, +OSS,2016,16,, +OSS,2016,17,, +OSS,2016,18,, +OSS,2017,0,, +OSS,2017,1,, +OSS,2017,2,, +OSS,2017,3,, +OSS,2017,4,, +OSS,2017,5,, +OSS,2017,6,, +OSS,2017,7,, +OSS,2017,8,, +OSS,2017,9,, +OSS,2017,10,, +OSS,2017,11,, +OSS,2017,12,, +OSS,2017,13,, +OSS,2017,14,, +OSS,2017,15,, +OSS,2017,16,, +OSS,2017,17,, +OSS,2017,18,, +OSS,2018,0,, +OSS,2018,1,, +OSS,2018,2,, +OSS,2018,3,, +OSS,2018,4,, +OSS,2018,5,, +OSS,2018,6,, +OSS,2018,7,, +OSS,2018,8,, +OSS,2018,9,, +OSS,2018,10,, +OSS,2018,11,, +OSS,2018,12,, +OSS,2018,13,, +OSS,2018,14,, +OSS,2018,15,, +OSS,2018,16,, +OSS,2018,17,, +OSS,2018,18,, +OSS,2019,0,, +OSS,2019,1,, +OSS,2019,2,, +OSS,2019,3,, +OSS,2019,4,, +OSS,2019,5,, +OSS,2019,6,, +OSS,2019,7,, +OSS,2019,8,, +OSS,2019,9,, +OSS,2019,10,, +OSS,2019,11,, +OSS,2019,12,, +OSS,2019,13,, +OSS,2019,14,, +OSS,2019,15,, +OSS,2019,16,, +OSS,2019,17,, +OSS,2019,18,, +OSS,2020,0,, +OSS,2020,1,, +OSS,2020,2,, +OSS,2020,3,, +OSS,2020,4,, +OSS,2020,5,, +OSS,2020,6,, +OSS,2020,7,, +OSS,2020,8,, +OSS,2020,9,, +OSS,2020,10,, +OSS,2020,11,, +OSS,2020,12,, +OSS,2020,13,, +OSS,2020,14,, +OSS,2020,15,, +OSS,2020,16,, +OSS,2020,17,, +OSS,2020,18,, +OSS,2021,0,, +OSS,2021,1,, +OSS,2021,2,, +OSS,2021,3,, +OSS,2021,4,, +OSS,2021,5,, +OSS,2021,6,, +OSS,2021,7,, +OSS,2021,8,, +OSS,2021,9,, +OSS,2021,10,, +OSS,2021,11,, +OSS,2021,12,, +OSS,2021,13,, +OSS,2021,14,, +OSS,2021,15,, +OSS,2021,16,, +OSS,2021,17,, +OSS,2021,18,, +OSS,2022,0,, +OSS,2022,1,, +OSS,2022,2,, +OSS,2022,3,, +OSS,2022,4,, +OSS,2022,5,, +OSS,2022,6,, +OSS,2022,7,, +OSS,2022,8,, +OSS,2022,9,, +OSS,2022,10,, +OSS,2022,11,, +OSS,2022,12,, +OSS,2022,13,, +OSS,2022,14,, +OSS,2022,15,, +OSS,2022,16,, +OSS,2022,17,, +OSS,2022,18,, +OSS,2023,0,, +OSS,2023,1,, +OSS,2023,2,, +OSS,2023,3,, +OSS,2023,4,, +OSS,2023,5,, +OSS,2023,6,, +OSS,2023,7,, +OSS,2023,8,, +OSS,2023,9,, +OSS,2023,10,, +OSS,2023,11,, +OSS,2023,12,, +OSS,2023,13,, +OSS,2023,14,, +OSS,2023,15,, +OSS,2023,16,, +OSS,2023,17,, +OSS,2023,18,, +OSS,2024,0,, +OSS,2024,1,, +OSS,2024,2,, +OSS,2024,3,, +OSS,2024,4,, +OSS,2024,5,, +OSS,2024,6,, +OSS,2024,7,, +OSS,2024,8,, +OSS,2024,9,, +OSS,2024,10,, +OSS,2024,11,, +OSS,2024,12,, +OSS,2024,13,, +OSS,2024,14,, +OSS,2024,15,, +OSS,2024,16,, +OSS,2024,17,, +OSS,2024,18,, +OSS,2025,0,, +OSS,2025,1,, +OSS,2025,2,, +OSS,2025,3,, +OSS,2025,4,, +OSS,2025,5,, +OSS,2025,6,, +OSS,2025,7,, +OSS,2025,8,, +OSS,2025,9,, +OSS,2025,10,, +OSS,2025,11,, +OSS,2025,12,, +OSS,2025,13,, +OSS,2025,14,, +OSS,2025,15,, +OSS,2025,16,, +OSS,2025,17,, +OSS,2025,18,, +OSS,2026,0,, +OSS,2026,1,, +OSS,2026,2,, +OSS,2026,3,, +OSS,2026,4,, +OSS,2026,5,, +OSS,2026,6,, +OSS,2026,7,, +OSS,2026,8,, +OSS,2026,9,, +OSS,2026,10,, +OSS,2026,11,, +OSS,2026,12,, +OSS,2026,13,, +OSS,2026,14,, +OSS,2026,15,, +OSS,2026,16,, +OSS,2026,17,, +OSS,2026,18,, +OSS,2027,0,, +OSS,2027,1,, +OSS,2027,2,, +OSS,2027,3,, +OSS,2027,4,, +OSS,2027,5,, +OSS,2027,6,, +OSS,2027,7,, +OSS,2027,8,, +OSS,2027,9,, +OSS,2027,10,, +OSS,2027,11,, +OSS,2027,12,, +OSS,2027,13,, +OSS,2027,14,, +OSS,2027,15,, +OSS,2027,16,, +OSS,2027,17,, +OSS,2027,18,, +OSS,2028,0,, +OSS,2028,1,, +OSS,2028,2,, +OSS,2028,3,, +OSS,2028,4,, +OSS,2028,5,, +OSS,2028,6,, +OSS,2028,7,, +OSS,2028,8,, +OSS,2028,9,, +OSS,2028,10,, +OSS,2028,11,, +OSS,2028,12,, +OSS,2028,13,, +OSS,2028,14,, +OSS,2028,15,, +OSS,2028,16,, +OSS,2028,17,, +OSS,2028,18,, +OSS,2029,0,, +OSS,2029,1,, +OSS,2029,2,, +OSS,2029,3,, +OSS,2029,4,, +OSS,2029,5,, +OSS,2029,6,, +OSS,2029,7,, +OSS,2029,8,, +OSS,2029,9,, +OSS,2029,10,, +OSS,2029,11,, +OSS,2029,12,, +OSS,2029,13,, +OSS,2029,14,, +OSS,2029,15,, +OSS,2029,16,, +OSS,2029,17,, +OSS,2029,18,, +OSS,2030,0,, +OSS,2030,1,, +OSS,2030,2,, +OSS,2030,3,, +OSS,2030,4,, +OSS,2030,5,, +OSS,2030,6,, +OSS,2030,7,, +OSS,2030,8,, +OSS,2030,9,, +OSS,2030,10,, +OSS,2030,11,, +OSS,2030,12,, +OSS,2030,13,, +OSS,2030,14,, +OSS,2030,15,, +OSS,2030,16,, +OSS,2030,17,, +OSS,2030,18,, +OSS,2031,0,, +OSS,2031,1,, +OSS,2031,2,, +OSS,2031,3,, +OSS,2031,4,, +OSS,2031,5,, +OSS,2031,6,, +OSS,2031,7,, +OSS,2031,8,, +OSS,2031,9,, +OSS,2031,10,, +OSS,2031,11,, +OSS,2031,12,, +OSS,2031,13,, +OSS,2031,14,, +OSS,2031,15,, +OSS,2031,16,, +OSS,2031,17,, +OSS,2031,18,, +OSS,2032,0,, +OSS,2032,1,, +OSS,2032,2,, +OSS,2032,3,, +OSS,2032,4,, +OSS,2032,5,, +OSS,2032,6,, +OSS,2032,7,, +OSS,2032,8,, +OSS,2032,9,, +OSS,2032,10,, +OSS,2032,11,, +OSS,2032,12,, +OSS,2032,13,, +OSS,2032,14,, +OSS,2032,15,, +OSS,2032,16,, +OSS,2032,17,, +OSS,2032,18,, +OSS,2033,0,, +OSS,2033,1,, +OSS,2033,2,, +OSS,2033,3,, +OSS,2033,4,, +OSS,2033,5,, +OSS,2033,6,, +OSS,2033,7,, +OSS,2033,8,, +OSS,2033,9,, +OSS,2033,10,, +OSS,2033,11,, +OSS,2033,12,, +OSS,2033,13,, +OSS,2033,14,, +OSS,2033,15,, +OSS,2033,16,, +OSS,2033,17,, +OSS,2033,18,, +OSS,2034,0,, +OSS,2034,1,, +OSS,2034,2,, +OSS,2034,3,, +OSS,2034,4,, +OSS,2034,5,, +OSS,2034,6,, +OSS,2034,7,, +OSS,2034,8,, +OSS,2034,9,, +OSS,2034,10,, +OSS,2034,11,, +OSS,2034,12,, +OSS,2034,13,, +OSS,2034,14,, +OSS,2034,15,, +OSS,2034,16,, +OSS,2034,17,, +OSS,2034,18,, +OSS,2035,0,, +OSS,2035,1,, +OSS,2035,2,, +OSS,2035,3,, +OSS,2035,4,, +OSS,2035,5,, +OSS,2035,6,, +OSS,2035,7,, +OSS,2035,8,, +OSS,2035,9,, +OSS,2035,10,, +OSS,2035,11,, +OSS,2035,12,, +OSS,2035,13,, +OSS,2035,14,, +OSS,2035,15,, +OSS,2035,16,, +OSS,2035,17,, +OSS,2035,18,, +OSS,2036,0,, +OSS,2036,1,, +OSS,2036,2,, +OSS,2036,3,, +OSS,2036,4,, +OSS,2036,5,, +OSS,2036,6,, +OSS,2036,7,, +OSS,2036,8,, +OSS,2036,9,, +OSS,2036,10,, +OSS,2036,11,, +OSS,2036,12,, +OSS,2036,13,, +OSS,2036,14,, +OSS,2036,15,, +OSS,2036,16,, +OSS,2036,17,, +OSS,2036,18,, +OSS,2037,0,, +OSS,2037,1,, +OSS,2037,2,, +OSS,2037,3,, +OSS,2037,4,, +OSS,2037,5,, +OSS,2037,6,, +OSS,2037,7,, +OSS,2037,8,, +OSS,2037,9,, +OSS,2037,10,, +OSS,2037,11,, +OSS,2037,12,, +OSS,2037,13,, +OSS,2037,14,, +OSS,2037,15,, +OSS,2037,16,, +OSS,2037,17,, +OSS,2037,18,, +OSS,2038,0,, +OSS,2038,1,, +OSS,2038,2,, +OSS,2038,3,, +OSS,2038,4,, +OSS,2038,5,, +OSS,2038,6,, +OSS,2038,7,, +OSS,2038,8,, +OSS,2038,9,, +OSS,2038,10,, +OSS,2038,11,, +OSS,2038,12,, +OSS,2038,13,, +OSS,2038,14,, +OSS,2038,15,, +OSS,2038,16,, +OSS,2038,17,, +OSS,2038,18,, +OSS,2039,0,, +OSS,2039,1,, +OSS,2039,2,, +OSS,2039,3,, +OSS,2039,4,, +OSS,2039,5,, +OSS,2039,6,, +OSS,2039,7,, +OSS,2039,8,, +OSS,2039,9,, +OSS,2039,10,, +OSS,2039,11,, +OSS,2039,12,, +OSS,2039,13,, +OSS,2039,14,, +OSS,2039,15,, +OSS,2039,16,, +OSS,2039,17,, +OSS,2039,18,, +OSS,2040,0,, +OSS,2040,1,, +OSS,2040,2,, +OSS,2040,3,, +OSS,2040,4,, +OSS,2040,5,, +OSS,2040,6,, +OSS,2040,7,, +OSS,2040,8,, +OSS,2040,9,, +OSS,2040,10,, +OSS,2040,11,, +OSS,2040,12,, +OSS,2040,13,, +OSS,2040,14,, +OSS,2040,15,, +OSS,2040,16,, +OSS,2040,17,, +OSS,2040,18,, +OSS,2041,0,, +OSS,2041,1,, +OSS,2041,2,, +OSS,2041,3,, +OSS,2041,4,, +OSS,2041,5,, +OSS,2041,6,, +OSS,2041,7,, +OSS,2041,8,, +OSS,2041,9,, +OSS,2041,10,, +OSS,2041,11,, +OSS,2041,12,, +OSS,2041,13,, +OSS,2041,14,, +OSS,2041,15,, +OSS,2041,16,, +OSS,2041,17,, +OSS,2041,18,, +OSS,2042,0,, +OSS,2042,1,, +OSS,2042,2,, +OSS,2042,3,, +OSS,2042,4,, +OSS,2042,5,, +OSS,2042,6,, +OSS,2042,7,, +OSS,2042,8,, +OSS,2042,9,, +OSS,2042,10,, +OSS,2042,11,, +OSS,2042,12,, +OSS,2042,13,, +OSS,2042,14,, +OSS,2042,15,, +OSS,2042,16,, +OSS,2042,17,, +OSS,2042,18,, +OSS,2043,0,, +OSS,2043,1,, +OSS,2043,2,, +OSS,2043,3,, +OSS,2043,4,, +OSS,2043,5,, +OSS,2043,6,, +OSS,2043,7,, +OSS,2043,8,, +OSS,2043,9,, +OSS,2043,10,, +OSS,2043,11,, +OSS,2043,12,, +OSS,2043,13,, +OSS,2043,14,, +OSS,2043,15,, +OSS,2043,16,, +OSS,2043,17,, +OSS,2043,18,, +OSS,2044,0,, +OSS,2044,1,, +OSS,2044,2,, +OSS,2044,3,, +OSS,2044,4,, +OSS,2044,5,, +OSS,2044,6,, +OSS,2044,7,, +OSS,2044,8,, +OSS,2044,9,, +OSS,2044,10,, +OSS,2044,11,, +OSS,2044,12,, +OSS,2044,13,, +OSS,2044,14,, +OSS,2044,15,, +OSS,2044,16,, +OSS,2044,17,, +OSS,2044,18,, +OSS,2045,0,, +OSS,2045,1,, +OSS,2045,2,, +OSS,2045,3,, +OSS,2045,4,, +OSS,2045,5,, +OSS,2045,6,, +OSS,2045,7,, +OSS,2045,8,, +OSS,2045,9,, +OSS,2045,10,, +OSS,2045,11,, +OSS,2045,12,, +OSS,2045,13,, +OSS,2045,14,, +OSS,2045,15,, +OSS,2045,16,, +OSS,2045,17,, +OSS,2045,18,, +OSS,2046,0,, +OSS,2046,1,, +OSS,2046,2,, +OSS,2046,3,, +OSS,2046,4,, +OSS,2046,5,, +OSS,2046,6,, +OSS,2046,7,, +OSS,2046,8,, +OSS,2046,9,, +OSS,2046,10,, +OSS,2046,11,, +OSS,2046,12,, +OSS,2046,13,, +OSS,2046,14,, +OSS,2046,15,, +OSS,2046,16,, +OSS,2046,17,, +OSS,2046,18,, +OSS,2047,0,, +OSS,2047,1,, +OSS,2047,2,, +OSS,2047,3,, +OSS,2047,4,, +OSS,2047,5,, +OSS,2047,6,, +OSS,2047,7,, +OSS,2047,8,, +OSS,2047,9,, +OSS,2047,10,, +OSS,2047,11,, +OSS,2047,12,, +OSS,2047,13,, +OSS,2047,14,, +OSS,2047,15,, +OSS,2047,16,, +OSS,2047,17,, +OSS,2047,18,, +OSS,2048,0,, +OSS,2048,1,, +OSS,2048,2,, +OSS,2048,3,, +OSS,2048,4,, +OSS,2048,5,, +OSS,2048,6,, +OSS,2048,7,, +OSS,2048,8,, +OSS,2048,9,, +OSS,2048,10,, +OSS,2048,11,, +OSS,2048,12,, +OSS,2048,13,, +OSS,2048,14,, +OSS,2048,15,, +OSS,2048,16,, +OSS,2048,17,, +OSS,2048,18,, +OSS,2049,0,, +OSS,2049,1,, +OSS,2049,2,, +OSS,2049,3,, +OSS,2049,4,, +OSS,2049,5,, +OSS,2049,6,, +OSS,2049,7,, +OSS,2049,8,, +OSS,2049,9,, +OSS,2049,10,, +OSS,2049,11,, +OSS,2049,12,, +OSS,2049,13,, +OSS,2049,14,, +OSS,2049,15,, +OSS,2049,16,, +OSS,2049,17,, +OSS,2049,18,, +OSS,2050,0,, +OSS,2050,1,, +OSS,2050,2,, +OSS,2050,3,, +OSS,2050,4,, +OSS,2050,5,, +OSS,2050,6,, +OSS,2050,7,, +OSS,2050,8,, +OSS,2050,9,, +OSS,2050,10,, +OSS,2050,11,, +OSS,2050,12,, +OSS,2050,13,, +OSS,2050,14,, +OSS,2050,15,, +OSS,2050,16,, +OSS,2050,17,, +OSS,2050,18,, +PAK,1990,0,1951277,2052631 +PAK,1990,1,1868185,1968174 +PAK,1990,2,1790286,1888613 +PAK,1990,3,1717280,1813687 +PAK,1990,4,1648871,1743134 +PAK,1990,5,1584758,1676694 +PAK,1990,6,1524645,1614104 +PAK,1990,7,1468233,1555104 +PAK,1990,8,1415223,1499432 +PAK,1990,9,1365317,1446828 +PAK,1990,10,1318594,1397361 +PAK,1990,11,1275133,1351100 +PAK,1990,12,1232749,1306130 +PAK,1990,13,1190391,1261527 +PAK,1990,14,1148892,1218022 +PAK,1990,15,1109762,1176888 +PAK,1990,16,1072252,1137411 +PAK,1990,17,1038326,1101596 +PAK,1990,18,1008966,1070420 +PAK,1991,0,1990269,2093095 +PAK,1991,1,1929440,2031840 +PAK,1991,2,1852092,1952901 +PAK,1991,3,1778658,1877607 +PAK,1991,4,1708985,1805841 +PAK,1991,5,1642920,1737486 +PAK,1991,6,1580238,1672348 +PAK,1991,7,1520715,1610233 +PAK,1991,8,1464558,1551416 +PAK,1991,9,1411758,1495938 +PAK,1991,10,1361946,1443449 +PAK,1991,11,1314874,1393657 +PAK,1991,12,1270725,1346744 +PAK,1991,13,1227663,1301108 +PAK,1991,14,1184790,1255960 +PAK,1991,15,1142892,1211998 +PAK,1991,16,1103258,1170309 +PAK,1991,17,1065158,1130202 +PAK,1991,18,1030891,1093973 +PAK,1992,0,2021191,2124720 +PAK,1992,1,1951177,2054519 +PAK,1992,2,1907971,2011307 +PAK,1992,3,1836346,1937872 +PAK,1992,4,1767359,1866831 +PAK,1992,5,1701002,1798213 +PAK,1992,6,1637267,1732046 +PAK,1992,7,1576003,1668202 +PAK,1992,8,1517059,1606553 +PAK,1992,9,1461146,1547912 +PAK,1992,10,1408547,1492622 +PAK,1992,11,1358820,1440242 +PAK,1992,12,1311391,1390120 +PAK,1992,13,1266546,1342548 +PAK,1992,14,1222799,1296242 +PAK,1992,15,1179406,1250546 +PAK,1992,16,1137102,1206121 +PAK,1992,17,1096956,1163874 +PAK,1992,18,1058261,1123132 +PAK,1993,0,2046042,2150744 +PAK,1993,1,1985737,2090775 +PAK,1993,2,1925400,2030130 +PAK,1993,3,1887159,1991375 +PAK,1993,4,1821229,1923419 +PAK,1993,5,1756662,1856607 +PAK,1993,6,1693596,1791115 +PAK,1993,7,1632169,1727115 +PAK,1993,8,1572302,1664545 +PAK,1993,9,1513915,1603344 +PAK,1993,10,1458229,1544862 +PAK,1993,11,1405812,1489744 +PAK,1993,12,1356154,1437457 +PAK,1993,13,1308351,1386990 +PAK,1993,14,1262797,1338748 +PAK,1993,15,1218351,1291757 +PAK,1993,16,1174421,1245500 +PAK,1993,17,1131698,1200601 +PAK,1993,18,1091028,1157782 +PAK,1994,0,2067944,2175919 +PAK,1994,1,2017315,2125435 +PAK,1994,2,1964742,2072407 +PAK,1994,3,1910556,2017228 +PAK,1994,4,1867379,1972433 +PAK,1994,5,1807109,1909922 +PAK,1994,6,1746928,1847307 +PAK,1994,7,1687120,1784908 +PAK,1994,8,1627966,1723043 +PAK,1994,9,1569462,1661717 +PAK,1994,10,1511603,1600934 +PAK,1994,11,1456112,1542582 +PAK,1994,12,1403849,1487607 +PAK,1994,13,1354232,1435387 +PAK,1994,14,1306030,1384552 +PAK,1994,15,1259741,1335613 +PAK,1994,16,1214570,1287916 +PAK,1994,17,1170081,1241074 +PAK,1994,18,1126915,1195677 +PAK,1995,0,2089304,2203725 +PAK,1995,1,2047020,2160345 +PAK,1995,2,2001407,2113294 +PAK,1995,3,1952893,2063034 +PAK,1995,4,1901907,2010031 +PAK,1995,5,1848878,1954747 +PAK,1995,6,1794234,1897647 +PAK,1995,7,1738403,1839194 +PAK,1995,8,1681814,1779852 +PAK,1995,9,1624897,1720085 +PAK,1995,10,1567717,1659964 +PAK,1995,11,1510344,1599559 +PAK,1995,12,1455010,1541300 +PAK,1995,13,1402865,1486434 +PAK,1995,14,1353254,1434247 +PAK,1995,15,1304619,1383008 +PAK,1995,16,1257562,1333342 +PAK,1995,17,1211635,1284906 +PAK,1995,18,1166554,1237448 +PAK,1996,0,2105244,2230247 +PAK,1996,1,2074675,2191115 +PAK,1996,2,2033813,2148206 +PAK,1996,3,1989802,2102127 +PAK,1996,4,1942997,2053215 +PAK,1996,5,1893753,2001810 +PAK,1996,6,1842547,1948423 +PAK,1996,7,1789857,1893567 +PAK,1996,8,1735424,1836709 +PAK,1996,9,1679357,1777839 +PAK,1996,10,1622379,1717819 +PAK,1996,11,1565174,1657587 +PAK,1996,12,1507689,1597041 +PAK,1996,13,1452319,1538730 +PAK,1996,14,1400358,1484052 +PAK,1996,15,1351059,1432193 +PAK,1996,16,1302622,1381167 +PAK,1996,17,1255692,1331649 +PAK,1996,18,1209904,1283352 +PAK,1997,0,2121728,2259922 +PAK,1997,1,2091335,2222449 +PAK,1997,2,2062130,2180272 +PAK,1997,3,2022648,2137800 +PAK,1997,4,1980193,2092655 +PAK,1997,5,1935049,2045052 +PAK,1997,6,1887496,1995203 +PAK,1997,7,1838061,1943669 +PAK,1997,8,1787272,1891012 +PAK,1997,9,1734181,1835702 +PAK,1997,10,1678578,1777257 +PAK,1997,11,1621483,1716935 +PAK,1997,12,1564195,1656545 +PAK,1997,13,1506541,1595808 +PAK,1997,14,1451081,1537399 +PAK,1997,15,1399252,1482866 +PAK,1997,16,1350215,1431291 +PAK,1997,17,1301928,1380438 +PAK,1997,18,1255079,1331027 +PAK,1998,0,2137732,2290428 +PAK,1998,1,2111101,2252959 +PAK,1998,2,2080441,2213119 +PAK,1998,3,2050497,2170148 +PAK,1998,4,2012377,2128098 +PAK,1998,5,1971462,2083874 +PAK,1998,6,1927959,2037564 +PAK,1998,7,1882076,1989255 +PAK,1998,8,1834391,1939558 +PAK,1998,9,1785482,1889083 +PAK,1998,10,1733710,1835305 +PAK,1998,11,1678548,1777265 +PAK,1998,12,1621309,1716621 +PAK,1998,13,1563913,1656052 +PAK,1998,14,1506065,1595104 +PAK,1998,15,1450489,1536578 +PAK,1998,16,1398769,1482171 +PAK,1998,17,1349973,1430864 +PAK,1998,18,1301813,1380167 +PAK,1999,0,2151894,2318489 +PAK,1999,1,2127915,2280625 +PAK,1999,2,2100458,2241493 +PAK,1999,3,2069715,2201068 +PAK,1999,4,2038550,2159633 +PAK,1999,5,2001801,2118013 +PAK,1999,6,1962432,2074718 +PAK,1999,7,1920578,2029709 +PAK,1999,8,1876375,1982950 +PAK,1999,9,1830449,1935100 +PAK,1999,10,1783427,1886819 +PAK,1999,11,1732984,1834583 +PAK,1999,12,1678270,1776959 +PAK,1999,13,1620897,1716003 +PAK,1999,14,1563401,1655266 +PAK,1999,15,1505366,1594118 +PAK,1999,16,1449682,1535485 +PAK,1999,17,1398080,1481213 +PAK,1999,18,1349532,1430183 +PAK,2000,0,2163597,2341921 +PAK,2000,1,2141368,2304187 +PAK,2000,2,2116389,2266092 +PAK,2000,3,2088722,2227473 +PAK,2000,4,2058429,2188167 +PAK,2000,5,2025572,2148012 +PAK,2000,6,1990211,2106843 +PAK,2000,7,1952409,2064499 +PAK,2000,8,1912226,2020816 +PAK,2000,9,1869724,1975631 +PAK,2000,10,1825581,1929653 +PAK,2000,11,1780471,1883589 +PAK,2000,12,1731383,1832921 +PAK,2000,13,1677145,1775744 +PAK,2000,14,1619666,1714507 +PAK,2000,15,1562099,1653633 +PAK,2000,16,1503907,1592316 +PAK,2000,17,1448144,1533606 +PAK,2000,18,1396684,1479498 +PAK,2001,0,2174824,2363145 +PAK,2001,1,2153348,2329651 +PAK,2001,2,2131397,2293605 +PAK,2001,3,2107240,2257227 +PAK,2001,4,2080802,2220297 +PAK,2001,5,2052005,2182598 +PAK,2001,6,2020959,2144017 +PAK,2001,7,1987776,2104446 +PAK,2001,8,1951436,2063121 +PAK,2001,9,1911482,2019607 +PAK,2001,10,1868405,1974010 +PAK,2001,11,1823847,1927609 +PAK,2001,12,1778321,1881028 +PAK,2001,13,1728804,1829827 +PAK,2001,14,1674228,1772206 +PAK,2001,15,1616471,1710589 +PAK,2001,16,1558547,1649253 +PAK,2001,17,1499932,1587411 +PAK,2001,18,1443911,1528343 +PAK,2002,0,2184429,2380840 +PAK,2002,1,2163136,2345091 +PAK,2002,2,2142152,2316383 +PAK,2002,3,2120488,2282042 +PAK,2002,4,2097166,2247397 +PAK,2002,5,2071968,2212173 +PAK,2002,6,2044679,2176095 +PAK,2002,7,2015459,2139107 +PAK,2002,8,1984470,2101150 +PAK,2002,9,1949608,2060864 +PAK,2002,10,1909901,2017537 +PAK,2002,11,1866265,1971547 +PAK,2002,12,1821313,1924742 +PAK,2002,13,1775391,1877664 +PAK,2002,14,1725467,1825952 +PAK,2002,15,1670575,1767912 +PAK,2002,16,1612567,1705940 +PAK,2002,17,1554311,1644169 +PAK,2002,18,1495298,1581828 +PAK,2003,0,2195320,2396985 +PAK,2003,1,2172784,2362354 +PAK,2003,2,2150529,2328785 +PAK,2003,3,2130580,2302671 +PAK,2003,4,2109207,2270040 +PAK,2003,5,2086722,2237135 +PAK,2003,6,2062769,2203623 +PAK,2003,7,2036992,2169175 +PAK,2003,8,2009603,2133785 +PAK,2003,9,1980812,2097450 +PAK,2003,10,1947434,2058208 +PAK,2003,11,1907981,2015077 +PAK,2003,12,1863796,1968704 +PAK,2003,13,1818457,1921505 +PAK,2003,14,1772147,1873938 +PAK,2003,15,1721825,1821724 +PAK,2003,16,1666628,1763277 +PAK,2003,17,1608378,1700963 +PAK,2003,18,1549800,1638768 +PAK,2004,0,2211122,2414208 +PAK,2004,1,2185681,2380045 +PAK,2004,2,2161867,2347335 +PAK,2004,3,2139191,2315683 +PAK,2004,4,2119215,2289132 +PAK,2004,5,2098132,2258209 +PAK,2004,6,2076482,2227039 +PAK,2004,7,2053770,2195236 +PAK,2004,8,2029503,2162414 +PAK,2004,9,2003941,2128620 +PAK,2004,10,1977345,2093903 +PAK,2004,11,1945447,2055703 +PAK,2004,12,1906244,2012765 +PAK,2004,13,1861505,1966005 +PAK,2004,14,1815776,1918408 +PAK,2004,15,1769073,1870350 +PAK,2004,16,1718349,1817631 +PAK,2004,17,1662841,1758772 +PAK,2004,18,1604343,1696111 +PAK,2005,0,2234158,2434441 +PAK,2005,1,2203972,2399672 +PAK,2005,2,2176930,2366897 +PAK,2005,3,2152399,2335673 +PAK,2005,4,2129744,2305559 +PAK,2005,5,2108335,2276112 +PAK,2005,6,2087536,2246889 +PAK,2005,7,2066716,2217448 +PAK,2005,8,2045240,2187347 +PAK,2005,9,2022477,2156143 +PAK,2005,10,1998737,2123937 +PAK,2005,11,1974329,2090830 +PAK,2005,12,1943904,2053663 +PAK,2005,13,1904942,2010907 +PAK,2005,14,1859639,1963750 +PAK,2005,15,1813509,1915745 +PAK,2005,16,1766403,1867185 +PAK,2005,17,1715265,1813948 +PAK,2005,18,1659434,1754665 +PAK,2006,0,2264755,2456685 +PAK,2006,1,2224021,2422907 +PAK,2006,2,2194458,2389408 +PAK,2006,3,2168344,2357984 +PAK,2006,4,2144960,2328142 +PAK,2006,5,2123584,2299385 +PAK,2006,6,2103619,2271310 +PAK,2006,7,2084466,2243512 +PAK,2006,8,2064795,2215041 +PAK,2006,9,2043643,2185220 +PAK,2006,10,2020656,2153828 +PAK,2006,11,1996767,2121432 +PAK,2006,12,1972182,2088059 +PAK,2006,13,1941555,2050613 +PAK,2006,14,1902439,2007651 +PAK,2006,15,1857009,1960329 +PAK,2006,16,1810682,1912080 +PAK,2006,17,1763324,1863222 +PAK,2006,18,1712009,1809745 +PAK,2007,0,2302489,2482036 +PAK,2007,1,2256935,2443229 +PAK,2007,2,2214031,2411951 +PAK,2007,3,2185088,2379712 +PAK,2007,4,2159901,2349633 +PAK,2007,5,2137662,2321165 +PAK,2007,6,2117564,2293759 +PAK,2007,7,2099041,2267049 +PAK,2007,8,2081531,2240668 +PAK,2007,9,2063009,2213160 +PAK,2007,10,2042180,2183613 +PAK,2007,11,2018967,2152024 +PAK,2007,12,1994929,2119432 +PAK,2007,13,1970163,2085784 +PAK,2007,14,1939333,2048050 +PAK,2007,15,1900061,2004873 +PAK,2007,16,1854501,1957373 +PAK,2007,17,1807973,1908870 +PAK,2007,18,1760361,1859702 +PAK,2008,0,2344640,2511098 +PAK,2008,1,2290217,2469025 +PAK,2008,2,2244234,2431173 +PAK,2008,3,2204146,2401259 +PAK,2008,4,2175822,2370279 +PAK,2008,5,2151560,2341540 +PAK,2008,6,2130465,2314443 +PAK,2008,7,2111643,2288385 +PAK,2008,8,2094563,2263037 +PAK,2008,9,2078696,2238072 +PAK,2008,10,2061321,2211524 +PAK,2008,11,2040814,2182248 +PAK,2008,12,2017374,2150459 +PAK,2008,13,1993185,2117665 +PAK,2008,14,1968239,2083739 +PAK,2008,15,1937203,2045714 +PAK,2008,16,1897773,2002315 +PAK,2008,17,1852081,1954634 +PAK,2008,18,1805351,1905870 +PAK,2009,0,2387243,2544435 +PAK,2009,1,2325415,2498236 +PAK,2009,2,2273206,2457113 +PAK,2009,3,2229519,2420407 +PAK,2009,4,2194295,2390409 +PAK,2009,5,2166589,2360689 +PAK,2009,6,2143252,2333294 +PAK,2009,7,2123302,2307570 +PAK,2009,8,2105756,2282862 +PAK,2009,9,2090118,2258879 +PAK,2009,10,2075894,2235330 +PAK,2009,11,2059667,2209745 +PAK,2009,12,2039480,2180741 +PAK,2009,13,2015813,2148754 +PAK,2009,14,1991472,2115762 +PAK,2009,15,1966345,2081559 +PAK,2009,16,1935104,2043244 +PAK,2009,17,1895515,1999628 +PAK,2009,18,1849690,1951767 +PAK,2010,0,2427302,2582226 +PAK,2010,1,2360798,2531130 +PAK,2010,2,2304317,2485977 +PAK,2010,3,2256790,2446060 +PAK,2010,4,2217146,2410671 +PAK,2010,5,2184316,2379103 +PAK,2010,6,2157231,2350650 +PAK,2010,7,2134820,2324604 +PAK,2010,8,2116016,2300257 +PAK,2010,9,2099746,2276903 +PAK,2010,10,2085552,2254289 +PAK,2010,11,2072971,2232163 +PAK,2010,12,2057892,2207544 +PAK,2010,13,2038028,2178818 +PAK,2010,14,2014135,2146639 +PAK,2010,15,1989644,2113455 +PAK,2010,16,1964338,2078982 +PAK,2010,17,1932892,2040385 +PAK,2010,18,1893147,1996559 +PAK,2011,0,2462970,2625481 +PAK,2011,1,2411351,2570084 +PAK,2011,2,2350021,2521034 +PAK,2011,3,2297296,2477708 +PAK,2011,4,2252303,2439390 +PAK,2011,5,2214168,2405368 +PAK,2011,6,2181860,2374974 +PAK,2011,7,2154346,2347542 +PAK,2011,8,2131540,2322119 +PAK,2011,9,2112885,2297896 +PAK,2011,10,2097032,2274303 +PAK,2011,11,2082761,2251348 +PAK,2011,12,2069796,2228753 +PAK,2011,13,2054272,2203622 +PAK,2011,14,2033962,2174412 +PAK,2011,15,2009629,2141769 +PAK,2011,16,1984643,2108053 +PAK,2011,17,1958789,2073005 +PAK,2011,18,1926958,2033928 +PAK,2012,0,2495468,2672188 +PAK,2012,1,2429743,2609292 +PAK,2012,2,2395736,2557446 +PAK,2012,3,2339570,2510453 +PAK,2012,4,2290594,2468961 +PAK,2012,5,2248130,2432251 +PAK,2012,6,2211499,2399601 +PAK,2012,7,2179706,2370386 +PAK,2012,8,2151760,2343981 +PAK,2012,9,2128556,2319187 +PAK,2012,10,2110047,2295094 +PAK,2012,11,2094610,2271265 +PAK,2012,12,2080260,2247973 +PAK,2012,13,2066907,2224915 +PAK,2012,14,2050936,2199275 +PAK,2012,15,2030178,2169587 +PAK,2012,16,2005402,2136486 +PAK,2012,17,1979918,2102246 +PAK,2012,18,1953511,2066629 +PAK,2013,0,2527013,2721433 +PAK,2013,1,2464977,2652678 +PAK,2013,2,2409235,2592331 +PAK,2013,3,2380241,2544617 +PAK,2013,4,2329238,2499683 +PAK,2013,5,2284009,2460029 +PAK,2013,6,2244071,2424928 +PAK,2013,7,2208942,2393654 +PAK,2013,8,2177665,2365621 +PAK,2013,9,2149284,2340244 +PAK,2013,10,2125681,2316081 +PAK,2013,11,2107318,2292118 +PAK,2013,12,2092294,2268056 +PAK,2013,13,2077865,2244428 +PAK,2013,14,2064125,2220909 +PAK,2013,15,2047706,2194762 +PAK,2013,16,2026499,2164599 +PAK,2013,17,2001278,2131042 +PAK,2013,18,1975294,2096280 +PAK,2014,0,2560977,2771937 +PAK,2014,1,2502377,2698521 +PAK,2014,2,2448374,2633839 +PAK,2014,3,2398719,2577082 +PAK,2014,4,2364598,2531932 +PAK,2014,5,2318761,2489054 +PAK,2014,6,2277282,2451235 +PAK,2014,7,2239874,2417743 +PAK,2014,8,2206249,2387841 +PAK,2014,9,2175489,2360988 +PAK,2014,10,2146676,2336638 +PAK,2014,11,2122675,2313104 +PAK,2014,12,2104459,2289270 +PAK,2014,13,2089849,2264974 +PAK,2014,14,2075342,2241010 +PAK,2014,15,2061215,2217028 +PAK,2014,16,2044349,2190373 +PAK,2014,17,2022694,2159733 +PAK,2014,18,1997030,2125718 +PAK,2015,0,2599373,2822155 +PAK,2015,1,2542618,2746012 +PAK,2015,2,2489265,2678414 +PAK,2015,3,2439222,2618621 +PAK,2015,4,2392397,2565891 +PAK,2015,5,2348697,2519484 +PAK,2015,6,2308031,2478658 +PAK,2015,7,2270307,2442671 +PAK,2015,8,2235432,2410783 +PAK,2015,9,2203315,2382252 +PAK,2015,10,2173075,2356575 +PAK,2015,11,2143833,2333251 +PAK,2015,12,2119436,2310344 +PAK,2015,13,2101369,2286637 +PAK,2015,14,2087176,2262104 +PAK,2015,15,2072591,2237801 +PAK,2015,16,2058079,2213354 +PAK,2015,17,2040768,2186188 +PAK,2015,18,2018667,2155069 +PAK,2016,0,2644852,2871973 +PAK,2016,1,2588227,2805847 +PAK,2016,2,2533691,2734830 +PAK,2016,3,2482201,2670940 +PAK,2016,4,2433684,2613630 +PAK,2016,5,2388072,2562357 +PAK,2016,6,2345305,2516414 +PAK,2016,7,2305325,2475098 +PAK,2016,8,2267998,2438659 +PAK,2016,9,2233226,2406867 +PAK,2016,10,2200979,2378702 +PAK,2016,11,2170470,2352892 +PAK,2016,12,2140838,2329120 +PAK,2016,13,2115966,2305698 +PAK,2016,14,2097377,2281463 +PAK,2016,15,2082641,2256398 +PAK,2016,16,2067472,2231509 +PAK,2016,17,2052324,2206432 +PAK,2016,18,2034567,2178762 +PAK,2017,0,2694597,2921558 +PAK,2017,1,2634423,2845025 +PAK,2017,2,2576843,2790004 +PAK,2017,3,2524532,2724100 +PAK,2017,4,2474908,2663906 +PAK,2017,5,2427924,2609070 +PAK,2017,6,2383528,2559244 +PAK,2017,7,2341698,2513758 +PAK,2017,8,2302408,2471946 +PAK,2017,9,2265481,2435048 +PAK,2017,10,2230816,2403348 +PAK,2017,11,2198441,2375544 +PAK,2017,12,2167665,2349597 +PAK,2017,13,2137647,2325374 +PAK,2017,14,2112302,2301432 +PAK,2017,15,2093193,2276666 +PAK,2017,16,2077916,2251063 +PAK,2017,17,2062162,2225584 +PAK,2017,18,2046381,2199875 +PAK,2018,0,2741699,2965268 +PAK,2018,1,2679310,2892004 +PAK,2018,2,2620349,2824006 +PAK,2018,3,2565252,2774327 +PAK,2018,4,2515169,2713534 +PAK,2018,5,2467417,2657032 +PAK,2018,6,2421968,2604667 +PAK,2018,7,2378793,2556284 +PAK,2018,8,2337902,2511254 +PAK,2018,9,2299305,2468943 +PAK,2018,10,2262782,2431583 +PAK,2018,11,2228226,2399974 +PAK,2018,12,2195725,2372529 +PAK,2018,13,2164686,2346442 +PAK,2018,14,2134283,2321767 +PAK,2018,15,2108467,2297304 +PAK,2018,16,2088840,2272005 +PAK,2018,17,2073024,2245864 +PAK,2018,18,2056687,2219794 +PAK,2019,0,2777000,2996000 +PAK,2019,1,2716000,2930000 +PAK,2019,2,2658000,2867000 +PAK,2019,3,2604000,2807000 +PAK,2019,4,2554000,2759000 +PAK,2019,5,2506000,2703000 +PAK,2019,6,2460000,2650000 +PAK,2019,7,2416000,2600000 +PAK,2019,8,2374000,2553000 +PAK,2019,9,2334000,2509000 +PAK,2019,10,2296000,2466000 +PAK,2019,11,2260000,2428000 +PAK,2019,12,2226000,2397000 +PAK,2019,13,2193000,2370000 +PAK,2019,14,2162000,2343000 +PAK,2019,15,2131000,2318000 +PAK,2019,16,2105000,2293000 +PAK,2019,17,2085000,2267000 +PAK,2019,18,2068000,2241000 +PAK,2020,0,2795000,3010000 +PAK,2020,1,2741000,2955000 +PAK,2020,2,2689000,2901000 +PAK,2020,3,2639000,2848000 +PAK,2020,4,2590000,2795000 +PAK,2020,5,2543000,2743000 +PAK,2020,6,2497000,2693000 +PAK,2020,7,2453000,2644000 +PAK,2020,8,2411000,2596000 +PAK,2020,9,2370000,2551000 +PAK,2020,10,2331000,2506000 +PAK,2020,11,2294000,2463000 +PAK,2020,12,2258000,2425000 +PAK,2020,13,2224000,2393000 +PAK,2020,14,2191000,2367000 +PAK,2020,15,2159000,2340000 +PAK,2020,16,2128000,2315000 +PAK,2020,17,2101000,2289000 +PAK,2020,18,2081000,2263000 +PAK,2021,0,2789000,3001000 +PAK,2021,1,2778000,2993000 +PAK,2021,2,2730000,2944000 +PAK,2021,3,2682000,2894000 +PAK,2021,4,2634000,2843000 +PAK,2021,5,2587000,2791000 +PAK,2021,6,2540000,2740000 +PAK,2021,7,2493000,2689000 +PAK,2021,8,2449000,2639000 +PAK,2021,9,2406000,2592000 +PAK,2021,10,2366000,2547000 +PAK,2021,11,2327000,2503000 +PAK,2021,12,2290000,2459000 +PAK,2021,13,2254000,2420000 +PAK,2021,14,2219000,2388000 +PAK,2021,15,2186000,2361000 +PAK,2021,16,2154000,2334000 +PAK,2021,17,2122000,2308000 +PAK,2021,18,2095000,2282000 +PAK,2022,0,2767000,2977000 +PAK,2022,1,2748000,2962000 +PAK,2022,2,2763000,2977000 +PAK,2022,3,2721000,2934000 +PAK,2022,4,2677000,2887000 +PAK,2022,5,2632000,2839000 +PAK,2022,6,2585000,2789000 +PAK,2022,7,2539000,2738000 +PAK,2022,8,2491000,2686000 +PAK,2022,9,2446000,2636000 +PAK,2022,10,2403000,2588000 +PAK,2022,11,2364000,2544000 +PAK,2022,12,2325000,2500000 +PAK,2022,13,2287000,2456000 +PAK,2022,14,2250000,2417000 +PAK,2022,15,2215000,2384000 +PAK,2022,16,2182000,2357000 +PAK,2022,17,2149000,2329000 +PAK,2022,18,2117000,2303000 +PAK,2023,0,2736000,2944000 +PAK,2023,1,2739000,2952000 +PAK,2023,2,2733000,2947000 +PAK,2023,3,2748000,2962000 +PAK,2023,4,2712000,2924000 +PAK,2023,5,2672000,2882000 +PAK,2023,6,2629000,2836000 +PAK,2023,7,2585000,2787000 +PAK,2023,8,2538000,2737000 +PAK,2023,9,2489000,2684000 +PAK,2023,10,2443000,2633000 +PAK,2023,11,2401000,2586000 +PAK,2023,12,2362000,2542000 +PAK,2023,13,2323000,2497000 +PAK,2023,14,2285000,2453000 +PAK,2023,15,2248000,2413000 +PAK,2023,16,2212000,2381000 +PAK,2023,17,2178000,2353000 +PAK,2023,18,2145000,2325000 +PAK,2024,0,2709000,2915000 +PAK,2024,1,2729000,2940000 +PAK,2024,2,2737000,2950000 +PAK,2024,3,2733000,2947000 +PAK,2024,4,2733000,2946000 +PAK,2024,5,2703000,2914000 +PAK,2024,6,2667000,2876000 +PAK,2024,7,2627000,2832000 +PAK,2024,8,2583000,2785000 +PAK,2024,9,2537000,2735000 +PAK,2024,10,2487000,2681000 +PAK,2024,11,2440000,2630000 +PAK,2024,12,2398000,2583000 +PAK,2024,13,2360000,2539000 +PAK,2024,14,2321000,2495000 +PAK,2024,15,2282000,2450000 +PAK,2024,16,2245000,2410000 +PAK,2024,17,2209000,2377000 +PAK,2024,18,2174000,2348000 +PAK,2025,0,2694000,2898000 +PAK,2025,1,2723000,2931000 +PAK,2025,2,2738000,2949000 +PAK,2025,3,2742000,2954000 +PAK,2025,4,2734000,2947000 +PAK,2025,5,2718000,2929000 +PAK,2025,6,2693000,2903000 +PAK,2025,7,2661000,2869000 +PAK,2025,8,2623000,2828000 +PAK,2025,9,2581000,2782000 +PAK,2025,10,2535000,2732000 +PAK,2025,11,2485000,2678000 +PAK,2025,12,2437000,2626000 +PAK,2025,13,2395000,2579000 +PAK,2025,14,2357000,2536000 +PAK,2025,15,2318000,2491000 +PAK,2025,16,2279000,2446000 +PAK,2025,17,2241000,2406000 +PAK,2025,18,2205000,2372000 +PAK,2026,0,2698000,2899000 +PAK,2026,1,2697000,2900000 +PAK,2026,2,2719000,2926000 +PAK,2026,3,2731000,2941000 +PAK,2026,4,2733000,2944000 +PAK,2026,5,2726000,2938000 +PAK,2026,6,2712000,2923000 +PAK,2026,7,2691000,2901000 +PAK,2026,8,2662000,2870000 +PAK,2026,9,2624000,2829000 +PAK,2026,10,2581000,2782000 +PAK,2026,11,2534000,2731000 +PAK,2026,12,2483000,2676000 +PAK,2026,13,2435000,2623000 +PAK,2026,14,2393000,2576000 +PAK,2026,15,2354000,2533000 +PAK,2026,16,2315000,2488000 +PAK,2026,17,2275000,2442000 +PAK,2026,18,2237000,2401000 +PAK,2027,0,2714000,2911000 +PAK,2027,1,2729000,2931000 +PAK,2027,2,2699000,2902000 +PAK,2027,3,2715000,2921000 +PAK,2027,4,2723000,2931000 +PAK,2027,5,2723000,2933000 +PAK,2027,6,2717000,2927000 +PAK,2027,7,2705000,2915000 +PAK,2027,8,2688000,2897000 +PAK,2027,9,2662000,2869000 +PAK,2027,10,2624000,2829000 +PAK,2027,11,2579000,2780000 +PAK,2027,12,2531000,2728000 +PAK,2027,13,2480000,2673000 +PAK,2027,14,2432000,2620000 +PAK,2027,15,2389000,2572000 +PAK,2027,16,2351000,2528000 +PAK,2027,17,2311000,2483000 +PAK,2027,18,2271000,2437000 +PAK,2028,0,2736000,2931000 +PAK,2028,1,2736000,2934000 +PAK,2028,2,2734000,2936000 +PAK,2028,3,2700000,2902000 +PAK,2028,4,2709000,2914000 +PAK,2028,5,2714000,2921000 +PAK,2028,6,2713000,2921000 +PAK,2028,7,2707000,2916000 +PAK,2028,8,2697000,2906000 +PAK,2028,9,2684000,2893000 +PAK,2028,10,2661000,2868000 +PAK,2028,11,2624000,2828000 +PAK,2028,12,2577000,2777000 +PAK,2028,13,2528000,2724000 +PAK,2028,14,2477000,2669000 +PAK,2028,15,2428000,2615000 +PAK,2028,16,2385000,2567000 +PAK,2028,17,2346000,2523000 +PAK,2028,18,2306000,2478000 +PAK,2029,0,2757000,2950000 +PAK,2029,1,2742000,2938000 +PAK,2029,2,2730000,2929000 +PAK,2029,3,2721000,2922000 +PAK,2029,4,2701000,2902000 +PAK,2029,5,2704000,2908000 +PAK,2029,6,2704000,2910000 +PAK,2029,7,2702000,2910000 +PAK,2029,8,2697000,2905000 +PAK,2029,9,2689000,2897000 +PAK,2029,10,2681000,2889000 +PAK,2029,11,2660000,2867000 +PAK,2029,12,2623000,2827000 +PAK,2029,13,2574000,2774000 +PAK,2029,14,2525000,2721000 +PAK,2029,15,2474000,2665000 +PAK,2029,16,2425000,2611000 +PAK,2029,17,2381000,2563000 +PAK,2029,18,2342000,2518000 +PAK,2030,0,2770000,2962000 +PAK,2030,1,2745000,2939000 +PAK,2030,2,2728000,2923000 +PAK,2030,3,2715000,2913000 +PAK,2030,4,2707000,2907000 +PAK,2030,5,2702000,2903000 +PAK,2030,6,2698000,2902000 +PAK,2030,7,2696000,2900000 +PAK,2030,8,2692000,2898000 +PAK,2030,9,2687000,2894000 +PAK,2030,10,2682000,2889000 +PAK,2030,11,2677000,2885000 +PAK,2030,12,2660000,2866000 +PAK,2030,13,2622000,2826000 +PAK,2030,14,2572000,2772000 +PAK,2030,15,2523000,2717000 +PAK,2030,16,2471000,2661000 +PAK,2030,17,2421000,2607000 +PAK,2030,18,2377000,2558000 +PAK,2031,0,2773000,2966000 +PAK,2031,1,2758000,2949000 +PAK,2031,2,2738000,2931000 +PAK,2031,3,2723000,2917000 +PAK,2031,4,2712000,2909000 +PAK,2031,5,2705000,2904000 +PAK,2031,6,2700000,2901000 +PAK,2031,7,2696000,2899000 +PAK,2031,8,2693000,2897000 +PAK,2031,9,2689000,2895000 +PAK,2031,10,2685000,2891000 +PAK,2031,11,2679000,2886000 +PAK,2031,12,2674000,2881000 +PAK,2031,13,2656000,2862000 +PAK,2031,14,2619000,2822000 +PAK,2031,15,2568000,2767000 +PAK,2031,16,2518000,2713000 +PAK,2031,17,2466000,2656000 +PAK,2031,18,2416000,2601000 +PAK,2032,0,2769000,2963000 +PAK,2032,1,2744000,2937000 +PAK,2032,2,2747000,2937000 +PAK,2032,3,2731000,2922000 +PAK,2032,4,2719000,2912000 +PAK,2032,5,2710000,2905000 +PAK,2032,6,2704000,2901000 +PAK,2032,7,2699000,2899000 +PAK,2032,8,2694000,2896000 +PAK,2032,9,2690000,2894000 +PAK,2032,10,2687000,2892000 +PAK,2032,11,2683000,2888000 +PAK,2032,12,2677000,2883000 +PAK,2032,13,2672000,2878000 +PAK,2032,14,2654000,2859000 +PAK,2032,15,2616000,2818000 +PAK,2032,16,2565000,2763000 +PAK,2032,17,2514000,2708000 +PAK,2032,18,2461000,2651000 +PAK,2033,0,2761000,2958000 +PAK,2033,1,2741000,2935000 +PAK,2033,2,2727000,2919000 +PAK,2033,3,2736000,2925000 +PAK,2033,4,2724000,2914000 +PAK,2033,5,2714000,2907000 +PAK,2033,6,2707000,2902000 +PAK,2033,7,2702000,2899000 +PAK,2033,8,2697000,2897000 +PAK,2033,9,2692000,2894000 +PAK,2033,10,2688000,2891000 +PAK,2033,11,2685000,2889000 +PAK,2033,12,2680000,2886000 +PAK,2033,13,2675000,2881000 +PAK,2033,14,2669000,2875000 +PAK,2033,15,2651000,2855000 +PAK,2033,16,2613000,2814000 +PAK,2033,17,2561000,2759000 +PAK,2033,18,2510000,2703000 +PAK,2034,0,2755000,2954000 +PAK,2034,1,2740000,2935000 +PAK,2034,2,2729000,2920000 +PAK,2034,3,2721000,2910000 +PAK,2034,4,2725000,2913000 +PAK,2034,5,2716000,2906000 +PAK,2034,6,2710000,2901000 +PAK,2034,7,2705000,2898000 +PAK,2034,8,2701000,2896000 +PAK,2034,9,2696000,2894000 +PAK,2034,10,2690000,2891000 +PAK,2034,11,2685000,2888000 +PAK,2034,12,2682000,2886000 +PAK,2034,13,2678000,2883000 +PAK,2034,14,2673000,2878000 +PAK,2034,15,2667000,2872000 +PAK,2034,16,2648000,2852000 +PAK,2034,17,2609000,2810000 +PAK,2034,18,2558000,2754000 +PAK,2035,0,2754000,2955000 +PAK,2035,1,2742000,2937000 +PAK,2035,2,2732000,2923000 +PAK,2035,3,2724000,2913000 +PAK,2035,4,2718000,2905000 +PAK,2035,5,2713000,2900000 +PAK,2035,6,2709000,2897000 +PAK,2035,7,2705000,2895000 +PAK,2035,8,2702000,2894000 +PAK,2035,9,2699000,2893000 +PAK,2035,10,2694000,2891000 +PAK,2035,11,2687000,2888000 +PAK,2035,12,2682000,2885000 +PAK,2035,13,2679000,2883000 +PAK,2035,14,2676000,2880000 +PAK,2035,15,2670000,2874000 +PAK,2035,16,2664000,2868000 +PAK,2035,17,2644000,2848000 +PAK,2035,18,2605000,2806000 +PAK,2036,0,2761000,2963000 +PAK,2036,1,2749000,2947000 +PAK,2036,2,2737000,2931000 +PAK,2036,3,2728000,2918000 +PAK,2036,4,2721000,2909000 +PAK,2036,5,2715000,2902000 +PAK,2036,6,2711000,2897000 +PAK,2036,7,2707000,2895000 +PAK,2036,8,2704000,2893000 +PAK,2036,9,2701000,2892000 +PAK,2036,10,2697000,2891000 +PAK,2036,11,2692000,2889000 +PAK,2036,12,2685000,2885000 +PAK,2036,13,2680000,2882000 +PAK,2036,14,2676000,2879000 +PAK,2036,15,2672000,2876000 +PAK,2036,16,2666000,2870000 +PAK,2036,17,2660000,2864000 +PAK,2036,18,2640000,2843000 +PAK,2037,0,2773000,2974000 +PAK,2037,1,2757000,2953000 +PAK,2037,2,2742000,2938000 +PAK,2037,3,2732000,2924000 +PAK,2037,4,2723000,2912000 +PAK,2037,5,2717000,2904000 +PAK,2037,6,2712000,2898000 +PAK,2037,7,2708000,2894000 +PAK,2037,8,2705000,2892000 +PAK,2037,9,2702000,2891000 +PAK,2037,10,2699000,2890000 +PAK,2037,11,2695000,2889000 +PAK,2037,12,2690000,2887000 +PAK,2037,13,2683000,2882000 +PAK,2037,14,2677000,2878000 +PAK,2037,15,2673000,2876000 +PAK,2037,16,2669000,2872000 +PAK,2037,17,2662000,2865000 +PAK,2037,18,2655000,2859000 +PAK,2038,0,2788000,2988000 +PAK,2038,1,2767000,2963000 +PAK,2038,2,2750000,2942000 +PAK,2038,3,2736000,2929000 +PAK,2038,4,2726000,2916000 +PAK,2038,5,2718000,2906000 +PAK,2038,6,2712000,2899000 +PAK,2038,7,2708000,2894000 +PAK,2038,8,2705000,2891000 +PAK,2038,9,2703000,2889000 +PAK,2038,10,2700000,2888000 +PAK,2038,11,2697000,2887000 +PAK,2038,12,2693000,2886000 +PAK,2038,13,2688000,2884000 +PAK,2038,14,2680000,2879000 +PAK,2038,15,2674000,2875000 +PAK,2038,16,2670000,2872000 +PAK,2038,17,2665000,2868000 +PAK,2038,18,2658000,2861000 +PAK,2039,0,2804000,3002000 +PAK,2039,1,2779000,2974000 +PAK,2039,2,2758000,2951000 +PAK,2039,3,2741000,2932000 +PAK,2039,4,2729000,2920000 +PAK,2039,5,2720000,2909000 +PAK,2039,6,2713000,2900000 +PAK,2039,7,2708000,2894000 +PAK,2039,8,2704000,2890000 +PAK,2039,9,2702000,2888000 +PAK,2039,10,2700000,2886000 +PAK,2039,11,2698000,2885000 +PAK,2039,12,2695000,2884000 +PAK,2039,13,2691000,2883000 +PAK,2039,14,2685000,2881000 +PAK,2039,15,2678000,2876000 +PAK,2039,16,2671000,2871000 +PAK,2039,17,2666000,2868000 +PAK,2039,18,2661000,2863000 +PAK,2040,0,2818000,3013000 +PAK,2040,1,2790000,2984000 +PAK,2040,2,2767000,2960000 +PAK,2040,3,2749000,2940000 +PAK,2040,4,2734000,2923000 +PAK,2040,5,2723000,2911000 +PAK,2040,6,2714000,2901000 +PAK,2040,7,2708000,2894000 +PAK,2040,8,2703000,2889000 +PAK,2040,9,2700000,2886000 +PAK,2040,10,2698000,2884000 +PAK,2040,11,2698000,2883000 +PAK,2040,12,2696000,2882000 +PAK,2040,13,2693000,2881000 +PAK,2040,14,2688000,2880000 +PAK,2040,15,2683000,2877000 +PAK,2040,16,2675000,2872000 +PAK,2040,17,2667000,2867000 +PAK,2040,18,2662000,2863000 +PAK,2041,0,2832000,3024000 +PAK,2041,1,2810000,3004000 +PAK,2041,2,2785000,2977000 +PAK,2041,3,2764000,2955000 +PAK,2041,4,2747000,2936000 +PAK,2041,5,2733000,2921000 +PAK,2041,6,2721000,2909000 +PAK,2041,7,2712000,2899000 +PAK,2041,8,2706000,2891000 +PAK,2041,9,2701000,2887000 +PAK,2041,10,2699000,2884000 +PAK,2041,11,2697000,2881000 +PAK,2041,12,2696000,2880000 +PAK,2041,13,2694000,2879000 +PAK,2041,14,2690000,2878000 +PAK,2041,15,2685000,2876000 +PAK,2041,16,2679000,2873000 +PAK,2041,17,2670000,2867000 +PAK,2041,18,2663000,2862000 +PAK,2042,0,2844000,3033000 +PAK,2042,1,2816000,3006000 +PAK,2042,2,2802000,2994000 +PAK,2042,3,2780000,2971000 +PAK,2042,4,2761000,2950000 +PAK,2042,5,2745000,2933000 +PAK,2042,6,2731000,2919000 +PAK,2042,7,2720000,2907000 +PAK,2042,8,2711000,2897000 +PAK,2042,9,2704000,2889000 +PAK,2042,10,2700000,2884000 +PAK,2042,11,2697000,2881000 +PAK,2042,12,2695000,2879000 +PAK,2042,13,2693000,2877000 +PAK,2042,14,2691000,2876000 +PAK,2042,15,2687000,2874000 +PAK,2042,16,2682000,2872000 +PAK,2042,17,2675000,2869000 +PAK,2042,18,2666000,2862000 +PAK,2043,0,2854000,3039000 +PAK,2043,1,2828000,3015000 +PAK,2043,2,2805000,2993000 +PAK,2043,3,2793000,2984000 +PAK,2043,4,2774000,2963000 +PAK,2043,5,2757000,2945000 +PAK,2043,6,2742000,2930000 +PAK,2043,7,2729000,2916000 +PAK,2043,8,2719000,2904000 +PAK,2043,9,2709000,2894000 +PAK,2043,10,2702000,2886000 +PAK,2043,11,2697000,2881000 +PAK,2043,12,2695000,2879000 +PAK,2043,13,2693000,2876000 +PAK,2043,14,2691000,2874000 +PAK,2043,15,2688000,2873000 +PAK,2043,16,2684000,2871000 +PAK,2043,17,2678000,2868000 +PAK,2043,18,2671000,2864000 +PAK,2044,0,2860000,3042000 +PAK,2044,1,2837000,3022000 +PAK,2044,2,2816000,3002000 +PAK,2044,3,2797000,2984000 +PAK,2044,4,2785000,2973000 +PAK,2044,5,2768000,2956000 +PAK,2044,6,2753000,2940000 +PAK,2044,7,2739000,2926000 +PAK,2044,8,2727000,2913000 +PAK,2044,9,2717000,2902000 +PAK,2044,10,2707000,2891000 +PAK,2044,11,2699000,2883000 +PAK,2044,12,2695000,2878000 +PAK,2044,13,2692000,2876000 +PAK,2044,14,2690000,2873000 +PAK,2044,15,2688000,2871000 +PAK,2044,16,2685000,2869000 +PAK,2044,17,2681000,2867000 +PAK,2044,18,2674000,2864000 +PAK,2045,0,2861000,3042000 +PAK,2045,1,2842000,3025000 +PAK,2045,2,2824000,3009000 +PAK,2045,3,2807000,2993000 +PAK,2045,4,2791000,2977000 +PAK,2045,5,2776000,2962000 +PAK,2045,6,2762000,2948000 +PAK,2045,7,2748000,2934000 +PAK,2045,8,2736000,2922000 +PAK,2045,9,2725000,2910000 +PAK,2045,10,2715000,2899000 +PAK,2045,11,2704000,2888000 +PAK,2045,12,2697000,2880000 +PAK,2045,13,2692000,2875000 +PAK,2045,14,2690000,2873000 +PAK,2045,15,2687000,2870000 +PAK,2045,16,2685000,2867000 +PAK,2045,17,2682000,2865000 +PAK,2045,18,2677000,2862000 +PAK,2046,0,2857000,3038000 +PAK,2046,1,2854000,3034000 +PAK,2046,2,2837000,3019000 +PAK,2046,3,2821000,3004000 +PAK,2046,4,2805000,2989000 +PAK,2046,5,2790000,2975000 +PAK,2046,6,2775000,2960000 +PAK,2046,7,2760000,2946000 +PAK,2046,8,2747000,2932000 +PAK,2046,9,2735000,2920000 +PAK,2046,10,2723000,2908000 +PAK,2046,11,2713000,2897000 +PAK,2046,12,2702000,2886000 +PAK,2046,13,2694000,2877000 +PAK,2046,14,2690000,2872000 +PAK,2046,15,2687000,2869000 +PAK,2046,16,2684000,2866000 +PAK,2046,17,2681000,2863000 +PAK,2046,18,2678000,2860000 +PAK,2047,0,2847000,3031000 +PAK,2047,1,2841000,3025000 +PAK,2047,2,2847000,3026000 +PAK,2047,3,2833000,3013000 +PAK,2047,4,2818000,3000000 +PAK,2047,5,2803000,2986000 +PAK,2047,6,2788000,2972000 +PAK,2047,7,2774000,2958000 +PAK,2047,8,2759000,2944000 +PAK,2047,9,2745000,2930000 +PAK,2047,10,2733000,2918000 +PAK,2047,11,2722000,2906000 +PAK,2047,12,2711000,2894000 +PAK,2047,13,2700000,2883000 +PAK,2047,14,2692000,2874000 +PAK,2047,15,2687000,2869000 +PAK,2047,16,2684000,2865000 +PAK,2047,17,2680000,2862000 +PAK,2047,18,2677000,2858000 +PAK,2048,0,2834000,3021000 +PAK,2048,1,2836000,3020000 +PAK,2048,2,2834000,3016000 +PAK,2048,3,2840000,3018000 +PAK,2048,4,2828000,3007000 +PAK,2048,5,2815000,2995000 +PAK,2048,6,2801000,2982000 +PAK,2048,7,2787000,2969000 +PAK,2048,8,2772000,2955000 +PAK,2048,9,2757000,2941000 +PAK,2048,10,2743000,2928000 +PAK,2048,11,2731000,2915000 +PAK,2048,12,2720000,2904000 +PAK,2048,13,2709000,2892000 +PAK,2048,14,2698000,2880000 +PAK,2048,15,2689000,2871000 +PAK,2048,16,2684000,2865000 +PAK,2048,17,2680000,2861000 +PAK,2048,18,2677000,2857000 +PAK,2049,0,2821000,3010000 +PAK,2049,1,2828000,3013000 +PAK,2049,2,2831000,3013000 +PAK,2049,3,2831000,3010000 +PAK,2049,4,2832000,3009000 +PAK,2049,5,2822000,3000000 +PAK,2049,6,2811000,2989000 +PAK,2049,7,2798000,2978000 +PAK,2049,8,2785000,2965000 +PAK,2049,9,2770000,2952000 +PAK,2049,10,2755000,2938000 +PAK,2049,11,2741000,2925000 +PAK,2049,12,2729000,2913000 +PAK,2049,13,2718000,2901000 +PAK,2049,14,2707000,2889000 +PAK,2049,15,2696000,2877000 +PAK,2049,16,2686000,2867000 +PAK,2049,17,2681000,2861000 +PAK,2049,18,2677000,2857000 +PAK,2050,0,2808000,2999000 +PAK,2050,1,2820000,3005000 +PAK,2050,2,2827000,3008000 +PAK,2050,3,2829000,3008000 +PAK,2050,4,2828000,3005000 +PAK,2050,5,2824000,3000000 +PAK,2050,6,2816000,2993000 +PAK,2050,7,2807000,2983000 +PAK,2050,8,2795000,2973000 +PAK,2050,9,2782000,2961000 +PAK,2050,10,2768000,2948000 +PAK,2050,11,2753000,2935000 +PAK,2050,12,2738000,2922000 +PAK,2050,13,2726000,2909000 +PAK,2050,14,2715000,2897000 +PAK,2050,15,2704000,2885000 +PAK,2050,16,2692000,2873000 +PAK,2050,17,2683000,2863000 +PAK,2050,18,2677000,2856000 +PAN,1990,0,31270,32405 +PAN,1990,1,30713,31966 +PAN,1990,2,30231,31571 +PAN,1990,3,29818,31214 +PAN,1990,4,29463,30890 +PAN,1990,5,29160,30594 +PAN,1990,6,28899,30322 +PAN,1990,7,28673,30067 +PAN,1990,8,28472,29825 +PAN,1990,9,28290,29591 +PAN,1990,10,28119,29357 +PAN,1990,11,27952,29115 +PAN,1990,12,27772,28874 +PAN,1990,13,27569,28636 +PAN,1990,14,27339,28386 +PAN,1990,15,27097,28118 +PAN,1990,16,26850,27843 +PAN,1990,17,26518,27476 +PAN,1990,18,26067,26976 +PAN,1991,0,31377,32517 +PAN,1991,1,31149,32303 +PAN,1991,2,30646,31897 +PAN,1991,3,30200,31525 +PAN,1991,4,29806,31182 +PAN,1991,5,29460,30866 +PAN,1991,6,29152,30571 +PAN,1991,7,28875,30292 +PAN,1991,8,28637,30032 +PAN,1991,9,28438,29791 +PAN,1991,10,28265,29562 +PAN,1991,11,28096,29328 +PAN,1991,12,27929,29084 +PAN,1991,13,27750,28841 +PAN,1991,14,27546,28599 +PAN,1991,15,27316,28345 +PAN,1991,16,27074,28072 +PAN,1991,17,26826,27792 +PAN,1991,18,26493,27420 +PAN,1992,0,31384,32579 +PAN,1992,1,31020,32274 +PAN,1992,2,31045,32215 +PAN,1992,3,30595,31842 +PAN,1992,4,30185,31492 +PAN,1992,5,29812,31164 +PAN,1992,6,29473,30855 +PAN,1992,7,29161,30560 +PAN,1992,8,28867,30275 +PAN,1992,9,28617,30010 +PAN,1992,10,28419,29770 +PAN,1992,11,28255,29544 +PAN,1992,12,28090,29311 +PAN,1992,13,27922,29066 +PAN,1992,14,27742,28820 +PAN,1992,15,27538,28574 +PAN,1992,16,27307,28316 +PAN,1992,17,27065,28038 +PAN,1992,18,26816,27753 +PAN,1993,0,31377,32657 +PAN,1993,1,31149,32430 +PAN,1993,2,30906,32191 +PAN,1993,3,30950,32135 +PAN,1993,4,30554,31795 +PAN,1993,5,30179,31468 +PAN,1993,6,29826,31153 +PAN,1993,7,29495,30852 +PAN,1993,8,29178,30557 +PAN,1993,9,28867,30265 +PAN,1993,10,28605,29996 +PAN,1993,11,28409,29757 +PAN,1993,12,28254,29535 +PAN,1993,13,28091,29302 +PAN,1993,14,27923,29055 +PAN,1993,15,27743,28807 +PAN,1993,16,27538,28557 +PAN,1993,17,27307,28294 +PAN,1993,18,27064,28011 +PAN,1994,0,31472,32839 +PAN,1994,1,31338,32650 +PAN,1994,2,31164,32441 +PAN,1994,3,30955,32213 +PAN,1994,4,30854,32057 +PAN,1994,5,30511,31749 +PAN,1994,6,30172,31444 +PAN,1994,7,29839,31144 +PAN,1994,8,29515,30849 +PAN,1994,9,29194,30555 +PAN,1994,10,28866,30257 +PAN,1994,11,28592,29983 +PAN,1994,12,28397,29745 +PAN,1994,13,28251,29527 +PAN,1994,14,28092,29294 +PAN,1994,15,27923,29046 +PAN,1994,16,27742,28794 +PAN,1994,17,27538,28541 +PAN,1994,18,27306,28273 +PAN,1995,0,31751,33182 +PAN,1995,1,31631,32971 +PAN,1995,2,31465,32743 +PAN,1995,3,31259,32499 +PAN,1995,4,31019,32243 +PAN,1995,5,30752,31976 +PAN,1995,6,30463,31700 +PAN,1995,7,30158,31418 +PAN,1995,8,29845,31132 +PAN,1995,9,29530,30845 +PAN,1995,10,29204,30551 +PAN,1995,11,28859,30246 +PAN,1995,12,28573,29967 +PAN,1995,13,28380,29730 +PAN,1995,14,28243,29516 +PAN,1995,15,28087,29284 +PAN,1995,16,27918,29034 +PAN,1995,17,27736,28780 +PAN,1995,18,27531,28522 +PAN,1996,0,32282,33738 +PAN,1996,1,31803,33195 +PAN,1996,2,31637,32953 +PAN,1996,3,31443,32707 +PAN,1996,4,31226,32459 +PAN,1996,5,30988,32207 +PAN,1996,6,30734,31954 +PAN,1996,7,30472,31702 +PAN,1996,8,30188,31437 +PAN,1996,9,29877,31154 +PAN,1996,10,29552,30859 +PAN,1996,11,29224,30562 +PAN,1996,12,28880,30257 +PAN,1996,13,28594,29976 +PAN,1996,14,28401,29735 +PAN,1996,15,28265,29518 +PAN,1996,16,28108,29281 +PAN,1996,17,27938,29026 +PAN,1996,18,27756,28768 +PAN,1997,0,32995,34455 +PAN,1997,1,32609,33970 +PAN,1997,2,31841,33198 +PAN,1997,3,31629,32924 +PAN,1997,4,31408,32662 +PAN,1997,5,31180,32409 +PAN,1997,6,30943,32162 +PAN,1997,7,30703,31923 +PAN,1997,8,30469,31695 +PAN,1997,9,30204,31447 +PAN,1997,10,29895,31166 +PAN,1997,11,29562,30864 +PAN,1997,12,29231,30565 +PAN,1997,13,28888,30259 +PAN,1997,14,28603,29976 +PAN,1997,15,28410,29732 +PAN,1997,16,28274,29510 +PAN,1997,17,28117,29270 +PAN,1997,18,27947,29010 +PAN,1998,0,33764,35216 +PAN,1998,1,33177,34546 +PAN,1998,2,32653,33960 +PAN,1998,3,31872,33196 +PAN,1998,4,31613,32891 +PAN,1998,5,31366,32612 +PAN,1998,6,31126,32355 +PAN,1998,7,30890,32112 +PAN,1998,8,30666,31888 +PAN,1998,9,30458,31683 +PAN,1998,10,30213,31453 +PAN,1998,11,29907,31173 +PAN,1998,12,29565,30864 +PAN,1998,13,29232,30562 +PAN,1998,14,28890,30256 +PAN,1998,15,28605,29971 +PAN,1998,16,28413,29725 +PAN,1998,17,28276,29499 +PAN,1998,18,28119,29254 +PAN,1999,0,34416,35861 +PAN,1999,1,33686,35064 +PAN,1999,2,33052,34379 +PAN,1999,3,32505,33792 +PAN,1999,4,31907,33198 +PAN,1999,5,31601,32861 +PAN,1999,6,31326,32566 +PAN,1999,7,31076,32303 +PAN,1999,8,30842,32066 +PAN,1999,9,30631,31855 +PAN,1999,10,30451,31675 +PAN,1999,11,30226,31461 +PAN,1999,12,29921,31184 +PAN,1999,13,29571,30868 +PAN,1999,14,29236,30564 +PAN,1999,15,28895,30256 +PAN,1999,16,28610,29970 +PAN,1999,17,28418,29721 +PAN,1999,18,28282,29491 +PAN,2000,0,34830,36276 +PAN,2000,1,34070,35462 +PAN,2000,2,33412,34759 +PAN,2000,3,32847,34156 +PAN,2000,4,32362,33642 +PAN,2000,5,31949,33206 +PAN,2000,6,31597,32838 +PAN,2000,7,31295,32526 +PAN,2000,8,31033,32259 +PAN,2000,9,30801,32026 +PAN,2000,10,30604,31829 +PAN,2000,11,30451,31673 +PAN,2000,12,30245,31476 +PAN,2000,13,29943,31201 +PAN,2000,14,29585,30878 +PAN,2000,15,29247,30571 +PAN,2000,16,28906,30263 +PAN,2000,17,28622,29975 +PAN,2000,18,28430,29722 +PAN,2001,0,34920,36379 +PAN,2001,1,34678,36101 +PAN,2001,2,34008,35380 +PAN,2001,3,33408,34739 +PAN,2001,4,32875,34172 +PAN,2001,5,32403,33672 +PAN,2001,6,31981,33229 +PAN,2001,7,31599,32831 +PAN,2001,8,31277,32499 +PAN,2001,9,31018,32235 +PAN,2001,10,30803,32020 +PAN,2001,11,30614,31830 +PAN,2001,12,30462,31674 +PAN,2001,13,30257,31476 +PAN,2001,14,29955,31198 +PAN,2001,15,29597,30871 +PAN,2001,16,29260,30559 +PAN,2001,17,28919,30246 +PAN,2001,18,28634,29954 +PAN,2002,0,34783,36264 +PAN,2002,1,34363,35792 +PAN,2002,2,34545,35945 +PAN,2002,3,33964,35318 +PAN,2002,4,33423,34738 +PAN,2002,5,32922,34206 +PAN,2002,6,32462,33720 +PAN,2002,7,32030,33269 +PAN,2002,8,31619,32842 +PAN,2002,9,31276,32489 +PAN,2002,10,31020,32228 +PAN,2002,11,30822,32030 +PAN,2002,12,30640,31847 +PAN,2002,13,30489,31691 +PAN,2002,14,30285,31493 +PAN,2002,15,29984,31212 +PAN,2002,16,29626,30880 +PAN,2002,17,29289,30564 +PAN,2002,18,28947,30246 +PAN,2003,0,34544,36051 +PAN,2003,1,34397,35848 +PAN,2003,2,34196,35598 +PAN,2003,3,34422,35797 +PAN,2003,4,33929,35263 +PAN,2003,5,33446,34745 +PAN,2003,6,32978,34248 +PAN,2003,7,32529,33775 +PAN,2003,8,32089,33316 +PAN,2003,9,31647,32860 +PAN,2003,10,31283,32486 +PAN,2003,11,31031,32229 +PAN,2003,12,30850,32049 +PAN,2003,13,30675,31871 +PAN,2003,14,30525,31716 +PAN,2003,15,30322,31517 +PAN,2003,16,30021,31233 +PAN,2003,17,29664,30897 +PAN,2003,18,29326,30576 +PAN,2004,0,34385,35919 +PAN,2004,1,34455,35930 +PAN,2004,2,34420,35843 +PAN,2004,3,34292,35669 +PAN,2004,4,34294,35643 +PAN,2004,5,33890,35202 +PAN,2004,6,33466,34747 +PAN,2004,7,33030,34285 +PAN,2004,8,32593,33825 +PAN,2004,9,32143,33358 +PAN,2004,10,31672,32873 +PAN,2004,11,31287,32478 +PAN,2004,12,31038,32225 +PAN,2004,13,30875,32062 +PAN,2004,14,30706,31891 +PAN,2004,15,30557,31736 +PAN,2004,16,30355,31536 +PAN,2004,17,30055,31249 +PAN,2004,18,29697,30908 +PAN,2005,0,34437,35995 +PAN,2005,1,34602,36102 +PAN,2005,2,34642,36089 +PAN,2005,3,34571,35970 +PAN,2005,4,34405,35762 +PAN,2005,5,34157,35477 +PAN,2005,6,33843,35131 +PAN,2005,7,33477,34737 +PAN,2005,8,33073,34310 +PAN,2005,9,32647,33865 +PAN,2005,10,32189,33390 +PAN,2005,11,31688,32875 +PAN,2005,12,31283,32460 +PAN,2005,13,31037,32210 +PAN,2005,14,30891,32064 +PAN,2005,15,30728,31900 +PAN,2005,16,30581,31746 +PAN,2005,17,30380,31544 +PAN,2005,18,30080,31254 +PAN,2006,0,34769,36362 +PAN,2006,1,34528,36083 +PAN,2006,2,34613,36111 +PAN,2006,3,34606,36053 +PAN,2006,4,34517,35916 +PAN,2006,5,34354,35710 +PAN,2006,6,34132,35448 +PAN,2006,7,33865,35146 +PAN,2006,8,33535,34785 +PAN,2006,9,33137,34363 +PAN,2006,10,32698,33905 +PAN,2006,11,32237,33428 +PAN,2006,12,31739,32916 +PAN,2006,13,31336,32502 +PAN,2006,14,31091,32248 +PAN,2006,15,30946,32096 +PAN,2006,16,30784,31925 +PAN,2006,17,30637,31765 +PAN,2006,18,30435,31557 +PAN,2007,0,35295,36921 +PAN,2007,1,35232,36808 +PAN,2007,2,34605,36153 +PAN,2007,3,34610,36104 +PAN,2007,4,34557,36000 +PAN,2007,5,34449,35844 +PAN,2007,6,34289,35641 +PAN,2007,7,34093,35403 +PAN,2007,8,33875,35145 +PAN,2007,9,33579,34817 +PAN,2007,10,33187,34400 +PAN,2007,11,32735,33930 +PAN,2007,12,32273,33451 +PAN,2007,13,31778,32942 +PAN,2007,14,31377,32528 +PAN,2007,15,31134,32271 +PAN,2007,16,30990,32113 +PAN,2007,17,30828,31936 +PAN,2007,18,30681,31769 +PAN,2008,0,35939,37593 +PAN,2008,1,35638,37251 +PAN,2008,2,35354,36923 +PAN,2008,3,34675,36213 +PAN,2008,4,34599,36087 +PAN,2008,5,34500,35937 +PAN,2008,6,34373,35763 +PAN,2008,7,34218,35562 +PAN,2008,8,34047,35347 +PAN,2008,9,33877,35134 +PAN,2008,10,33617,34839 +PAN,2008,11,33230,34427 +PAN,2008,12,32765,33946 +PAN,2008,13,32301,33465 +PAN,2008,14,31810,32960 +PAN,2008,15,31411,32546 +PAN,2008,16,31170,32285 +PAN,2008,17,31027,32121 +PAN,2008,18,30865,31938 +PAN,2009,0,36585,38260 +PAN,2009,1,36064,37707 +PAN,2009,2,35621,37226 +PAN,2009,3,35244,36809 +PAN,2009,4,34746,36273 +PAN,2009,5,34591,36069 +PAN,2009,6,34444,35874 +PAN,2009,7,34299,35681 +PAN,2009,8,34147,35483 +PAN,2009,9,34002,35292 +PAN,2009,10,33880,35123 +PAN,2009,11,33656,34861 +PAN,2009,12,33274,34454 +PAN,2009,13,32797,33961 +PAN,2009,14,32331,33478 +PAN,2009,15,31843,32976 +PAN,2009,16,31447,32563 +PAN,2009,17,31207,32299 +PAN,2009,18,31065,32129 +PAN,2010,0,37141,38829 +PAN,2010,1,36478,38142 +PAN,2010,2,35928,37562 +PAN,2010,3,35478,37077 +PAN,2010,4,35114,36672 +PAN,2010,5,34821,36336 +PAN,2010,6,34585,36054 +PAN,2010,7,34393,35814 +PAN,2010,8,34229,35602 +PAN,2010,9,34080,35406 +PAN,2010,10,33961,35239 +PAN,2010,11,33887,35115 +PAN,2010,12,33698,34885 +PAN,2010,13,33322,34484 +PAN,2010,14,32832,33978 +PAN,2010,15,32364,33494 +PAN,2010,16,31879,32995 +PAN,2010,17,31485,32583 +PAN,2010,18,31247,32316 +PAN,2011,0,37581,39277 +PAN,2011,1,37020,38706 +PAN,2011,2,36419,38081 +PAN,2011,3,35913,37543 +PAN,2011,4,35488,37083 +PAN,2011,5,35136,36691 +PAN,2011,6,34841,36352 +PAN,2011,7,34590,36054 +PAN,2011,8,34388,35805 +PAN,2011,9,34232,35599 +PAN,2011,10,34100,35419 +PAN,2011,11,33990,35260 +PAN,2011,12,33922,35141 +PAN,2011,13,33737,34913 +PAN,2011,14,33365,34509 +PAN,2011,15,32877,33998 +PAN,2011,16,32410,33508 +PAN,2011,17,31927,33004 +PAN,2011,18,31534,32586 +PAN,2012,0,37942,39638 +PAN,2012,1,37245,38937 +PAN,2012,2,36902,38585 +PAN,2012,3,36365,38023 +PAN,2012,4,35900,37527 +PAN,2012,5,35502,37093 +PAN,2012,6,35162,36712 +PAN,2012,7,34865,36371 +PAN,2012,8,34599,36058 +PAN,2012,9,34388,35798 +PAN,2012,10,34238,35599 +PAN,2012,11,34123,35434 +PAN,2012,12,34023,35284 +PAN,2012,13,33960,35169 +PAN,2012,14,33780,34943 +PAN,2012,15,33411,34537 +PAN,2012,16,32925,34020 +PAN,2012,17,32460,33525 +PAN,2012,18,31977,33014 +PAN,2013,0,38211,39903 +PAN,2013,1,37591,39288 +PAN,2013,2,37047,38738 +PAN,2013,3,36791,38470 +PAN,2013,4,36316,37969 +PAN,2013,5,35894,37516 +PAN,2013,6,35521,37107 +PAN,2013,7,35193,36737 +PAN,2013,8,34894,36395 +PAN,2013,9,34612,36065 +PAN,2013,10,34392,35796 +PAN,2013,11,34250,35603 +PAN,2013,12,34151,35454 +PAN,2013,13,34060,35312 +PAN,2013,14,34003,35202 +PAN,2013,15,33828,34978 +PAN,2013,16,33462,34569 +PAN,2013,17,32978,34046 +PAN,2013,18,32515,33546 +PAN,2014,0,38381,40071 +PAN,2014,1,37874,39574 +PAN,2014,2,37404,39104 +PAN,2014,3,36969,38660 +PAN,2014,4,36688,38361 +PAN,2014,5,36275,37923 +PAN,2014,6,35896,37512 +PAN,2014,7,35548,37127 +PAN,2014,8,35232,36770 +PAN,2014,9,34932,36425 +PAN,2014,10,34634,36079 +PAN,2014,11,34405,35800 +PAN,2014,12,34269,35614 +PAN,2014,13,34187,35480 +PAN,2014,14,34106,35346 +PAN,2014,15,34055,35241 +PAN,2014,16,33884,35019 +PAN,2014,17,33521,34607 +PAN,2014,18,33038,34079 +PAN,2015,0,38454,40149 +PAN,2015,1,38076,39781 +PAN,2015,2,37698,39405 +PAN,2015,3,37324,39025 +PAN,2015,4,36956,38643 +PAN,2015,5,36595,38262 +PAN,2015,6,36245,37886 +PAN,2015,7,35908,37517 +PAN,2015,8,35586,37158 +PAN,2015,9,35281,36812 +PAN,2015,10,34979,36465 +PAN,2015,11,34666,36102 +PAN,2015,12,34427,35813 +PAN,2015,13,34299,35633 +PAN,2015,14,34233,35515 +PAN,2015,15,34162,35390 +PAN,2015,16,34116,35289 +PAN,2015,17,33950,35069 +PAN,2015,18,33589,34654 +PAN,2016,0,38364,40078 +PAN,2016,1,38361,40057 +PAN,2016,2,38024,39726 +PAN,2016,3,37677,39378 +PAN,2016,4,37325,39018 +PAN,2016,5,36972,38650 +PAN,2016,6,36619,38278 +PAN,2016,7,36270,37903 +PAN,2016,8,35937,37539 +PAN,2016,9,35629,37193 +PAN,2016,10,35345,36864 +PAN,2016,11,35059,36531 +PAN,2016,12,34760,36181 +PAN,2016,13,34533,35899 +PAN,2016,14,34412,35720 +PAN,2016,15,34352,35599 +PAN,2016,16,34285,35470 +PAN,2016,17,34244,35365 +PAN,2016,18,34081,35140 +PAN,2017,0,38172,39914 +PAN,2017,1,38117,39852 +PAN,2017,2,38289,39984 +PAN,2017,3,37992,39689 +PAN,2017,4,37676,39368 +PAN,2017,5,37346,39029 +PAN,2017,6,37008,38676 +PAN,2017,7,36663,38311 +PAN,2017,8,36313,37937 +PAN,2017,9,35984,37578 +PAN,2017,10,35691,37245 +PAN,2017,11,35427,36933 +PAN,2017,12,35157,36613 +PAN,2017,13,34872,36275 +PAN,2017,14,34656,36001 +PAN,2017,15,34544,35823 +PAN,2017,16,34488,35698 +PAN,2017,17,34426,35565 +PAN,2017,18,34389,35456 +PAN,2018,0,37948,39719 +PAN,2018,1,38055,39808 +PAN,2018,2,38067,39801 +PAN,2018,3,38222,39917 +PAN,2018,4,37968,39657 +PAN,2018,5,37682,39365 +PAN,2018,6,37374,39045 +PAN,2018,7,37050,38706 +PAN,2018,8,36712,38350 +PAN,2018,9,36362,37977 +PAN,2018,10,36038,37622 +PAN,2018,11,35759,37302 +PAN,2018,12,35515,37008 +PAN,2018,13,35261,36702 +PAN,2018,14,34990,36375 +PAN,2018,15,34786,36108 +PAN,2018,16,34681,35931 +PAN,2018,17,34631,35803 +PAN,2018,18,34574,35666 +PAN,2019,0,38000,40000 +PAN,2019,1,38000,40000 +PAN,2019,2,38000,40000 +PAN,2019,3,38000,40000 +PAN,2019,4,38000,40000 +PAN,2019,5,38000,40000 +PAN,2019,6,38000,39000 +PAN,2019,7,37000,39000 +PAN,2019,8,37000,39000 +PAN,2019,9,37000,38000 +PAN,2019,10,36000,38000 +PAN,2019,11,36000,38000 +PAN,2019,12,36000,37000 +PAN,2019,13,36000,37000 +PAN,2019,14,35000,37000 +PAN,2019,15,35000,36000 +PAN,2019,16,35000,36000 +PAN,2019,17,35000,36000 +PAN,2019,18,35000,36000 +PAN,2020,0,38000,40000 +PAN,2020,1,38000,40000 +PAN,2020,2,38000,40000 +PAN,2020,3,38000,40000 +PAN,2020,4,38000,40000 +PAN,2020,5,38000,40000 +PAN,2020,6,38000,40000 +PAN,2020,7,38000,39000 +PAN,2020,8,37000,39000 +PAN,2020,9,37000,39000 +PAN,2020,10,37000,38000 +PAN,2020,11,36000,38000 +PAN,2020,12,36000,38000 +PAN,2020,13,36000,37000 +PAN,2020,14,36000,37000 +PAN,2020,15,35000,37000 +PAN,2020,16,35000,37000 +PAN,2020,17,35000,36000 +PAN,2020,18,35000,36000 +PAN,2021,0,38000,40000 +PAN,2021,1,38000,40000 +PAN,2021,2,38000,40000 +PAN,2021,3,38000,40000 +PAN,2021,4,38000,40000 +PAN,2021,5,38000,40000 +PAN,2021,6,38000,40000 +PAN,2021,7,38000,40000 +PAN,2021,8,38000,39000 +PAN,2021,9,37000,39000 +PAN,2021,10,37000,39000 +PAN,2021,11,37000,38000 +PAN,2021,12,37000,38000 +PAN,2021,13,36000,38000 +PAN,2021,14,36000,37000 +PAN,2021,15,36000,37000 +PAN,2021,16,36000,37000 +PAN,2021,17,35000,37000 +PAN,2021,18,35000,36000 +PAN,2022,0,38000,40000 +PAN,2022,1,38000,40000 +PAN,2022,2,38000,40000 +PAN,2022,3,38000,40000 +PAN,2022,4,38000,40000 +PAN,2022,5,38000,40000 +PAN,2022,6,38000,40000 +PAN,2022,7,38000,40000 +PAN,2022,8,38000,40000 +PAN,2022,9,38000,39000 +PAN,2022,10,38000,39000 +PAN,2022,11,37000,39000 +PAN,2022,12,37000,39000 +PAN,2022,13,37000,38000 +PAN,2022,14,36000,38000 +PAN,2022,15,36000,38000 +PAN,2022,16,36000,37000 +PAN,2022,17,36000,37000 +PAN,2022,18,35000,37000 +PAN,2023,0,39000,41000 +PAN,2023,1,39000,40000 +PAN,2023,2,38000,40000 +PAN,2023,3,38000,40000 +PAN,2023,4,38000,40000 +PAN,2023,5,38000,40000 +PAN,2023,6,38000,40000 +PAN,2023,7,38000,40000 +PAN,2023,8,38000,40000 +PAN,2023,9,38000,40000 +PAN,2023,10,38000,39000 +PAN,2023,11,38000,39000 +PAN,2023,12,37000,39000 +PAN,2023,13,37000,39000 +PAN,2023,14,37000,38000 +PAN,2023,15,36000,38000 +PAN,2023,16,36000,38000 +PAN,2023,17,36000,37000 +PAN,2023,18,36000,37000 +PAN,2024,0,39000,41000 +PAN,2024,1,39000,41000 +PAN,2024,2,38000,40000 +PAN,2024,3,38000,40000 +PAN,2024,4,38000,40000 +PAN,2024,5,38000,40000 +PAN,2024,6,38000,40000 +PAN,2024,7,38000,40000 +PAN,2024,8,38000,40000 +PAN,2024,9,38000,40000 +PAN,2024,10,38000,40000 +PAN,2024,11,38000,39000 +PAN,2024,12,38000,39000 +PAN,2024,13,37000,39000 +PAN,2024,14,37000,39000 +PAN,2024,15,37000,38000 +PAN,2024,16,36000,38000 +PAN,2024,17,36000,38000 +PAN,2024,18,36000,37000 +PAN,2025,0,39000,41000 +PAN,2025,1,39000,41000 +PAN,2025,2,39000,40000 +PAN,2025,3,38000,40000 +PAN,2025,4,38000,40000 +PAN,2025,5,38000,40000 +PAN,2025,6,38000,40000 +PAN,2025,7,38000,40000 +PAN,2025,8,38000,40000 +PAN,2025,9,38000,40000 +PAN,2025,10,38000,40000 +PAN,2025,11,38000,40000 +PAN,2025,12,38000,40000 +PAN,2025,13,38000,39000 +PAN,2025,14,37000,39000 +PAN,2025,15,37000,39000 +PAN,2025,16,37000,38000 +PAN,2025,17,36000,38000 +PAN,2025,18,36000,38000 +PAN,2026,0,39000,41000 +PAN,2026,1,39000,41000 +PAN,2026,2,39000,41000 +PAN,2026,3,39000,40000 +PAN,2026,4,38000,40000 +PAN,2026,5,38000,40000 +PAN,2026,6,38000,40000 +PAN,2026,7,38000,40000 +PAN,2026,8,38000,40000 +PAN,2026,9,38000,40000 +PAN,2026,10,38000,40000 +PAN,2026,11,38000,40000 +PAN,2026,12,38000,40000 +PAN,2026,13,38000,40000 +PAN,2026,14,38000,39000 +PAN,2026,15,37000,39000 +PAN,2026,16,37000,39000 +PAN,2026,17,37000,38000 +PAN,2026,18,37000,38000 +PAN,2027,0,39000,41000 +PAN,2027,1,39000,41000 +PAN,2027,2,39000,41000 +PAN,2027,3,39000,41000 +PAN,2027,4,39000,40000 +PAN,2027,5,38000,40000 +PAN,2027,6,38000,40000 +PAN,2027,7,38000,40000 +PAN,2027,8,38000,40000 +PAN,2027,9,38000,40000 +PAN,2027,10,38000,40000 +PAN,2027,11,38000,40000 +PAN,2027,12,38000,40000 +PAN,2027,13,38000,40000 +PAN,2027,14,38000,40000 +PAN,2027,15,38000,39000 +PAN,2027,16,37000,39000 +PAN,2027,17,37000,39000 +PAN,2027,18,37000,38000 +PAN,2028,0,39000,41000 +PAN,2028,1,39000,41000 +PAN,2028,2,39000,41000 +PAN,2028,3,39000,41000 +PAN,2028,4,39000,41000 +PAN,2028,5,39000,40000 +PAN,2028,6,38000,40000 +PAN,2028,7,38000,40000 +PAN,2028,8,38000,40000 +PAN,2028,9,38000,40000 +PAN,2028,10,38000,40000 +PAN,2028,11,38000,40000 +PAN,2028,12,38000,40000 +PAN,2028,13,38000,40000 +PAN,2028,14,38000,40000 +PAN,2028,15,38000,40000 +PAN,2028,16,38000,39000 +PAN,2028,17,38000,39000 +PAN,2028,18,37000,39000 +PAN,2029,0,39000,41000 +PAN,2029,1,39000,41000 +PAN,2029,2,39000,41000 +PAN,2029,3,39000,41000 +PAN,2029,4,39000,41000 +PAN,2029,5,39000,40000 +PAN,2029,6,39000,40000 +PAN,2029,7,38000,40000 +PAN,2029,8,38000,40000 +PAN,2029,9,38000,40000 +PAN,2029,10,38000,40000 +PAN,2029,11,38000,40000 +PAN,2029,12,38000,40000 +PAN,2029,13,38000,40000 +PAN,2029,14,38000,40000 +PAN,2029,15,38000,40000 +PAN,2029,16,38000,40000 +PAN,2029,17,38000,39000 +PAN,2029,18,38000,39000 +PAN,2030,0,39000,40000 +PAN,2030,1,39000,41000 +PAN,2030,2,39000,41000 +PAN,2030,3,39000,41000 +PAN,2030,4,39000,41000 +PAN,2030,5,39000,40000 +PAN,2030,6,39000,40000 +PAN,2030,7,39000,40000 +PAN,2030,8,38000,40000 +PAN,2030,9,38000,40000 +PAN,2030,10,38000,40000 +PAN,2030,11,38000,40000 +PAN,2030,12,38000,40000 +PAN,2030,13,38000,40000 +PAN,2030,14,38000,40000 +PAN,2030,15,38000,40000 +PAN,2030,16,38000,40000 +PAN,2030,17,38000,40000 +PAN,2030,18,38000,39000 +PAN,2031,0,39000,40000 +PAN,2031,1,39000,40000 +PAN,2031,2,39000,41000 +PAN,2031,3,39000,41000 +PAN,2031,4,39000,41000 +PAN,2031,5,39000,41000 +PAN,2031,6,39000,40000 +PAN,2031,7,39000,40000 +PAN,2031,8,39000,40000 +PAN,2031,9,38000,40000 +PAN,2031,10,38000,40000 +PAN,2031,11,38000,40000 +PAN,2031,12,38000,40000 +PAN,2031,13,38000,40000 +PAN,2031,14,38000,40000 +PAN,2031,15,38000,40000 +PAN,2031,16,38000,40000 +PAN,2031,17,38000,40000 +PAN,2031,18,38000,40000 +PAN,2032,0,39000,40000 +PAN,2032,1,39000,40000 +PAN,2032,2,39000,40000 +PAN,2032,3,39000,41000 +PAN,2032,4,39000,41000 +PAN,2032,5,39000,41000 +PAN,2032,6,39000,41000 +PAN,2032,7,39000,40000 +PAN,2032,8,39000,40000 +PAN,2032,9,39000,40000 +PAN,2032,10,38000,40000 +PAN,2032,11,38000,40000 +PAN,2032,12,38000,40000 +PAN,2032,13,38000,40000 +PAN,2032,14,38000,40000 +PAN,2032,15,38000,40000 +PAN,2032,16,38000,40000 +PAN,2032,17,38000,40000 +PAN,2032,18,38000,40000 +PAN,2033,0,39000,40000 +PAN,2033,1,39000,40000 +PAN,2033,2,39000,41000 +PAN,2033,3,39000,40000 +PAN,2033,4,39000,40000 +PAN,2033,5,39000,41000 +PAN,2033,6,39000,41000 +PAN,2033,7,39000,40000 +PAN,2033,8,39000,40000 +PAN,2033,9,39000,40000 +PAN,2033,10,39000,40000 +PAN,2033,11,39000,40000 +PAN,2033,12,38000,40000 +PAN,2033,13,38000,40000 +PAN,2033,14,38000,40000 +PAN,2033,15,38000,40000 +PAN,2033,16,38000,40000 +PAN,2033,17,38000,40000 +PAN,2033,18,38000,40000 +PAN,2034,0,39000,40000 +PAN,2034,1,39000,40000 +PAN,2034,2,39000,40000 +PAN,2034,3,39000,40000 +PAN,2034,4,39000,40000 +PAN,2034,5,39000,40000 +PAN,2034,6,39000,40000 +PAN,2034,7,39000,40000 +PAN,2034,8,39000,40000 +PAN,2034,9,39000,40000 +PAN,2034,10,39000,40000 +PAN,2034,11,39000,40000 +PAN,2034,12,39000,40000 +PAN,2034,13,38000,40000 +PAN,2034,14,38000,40000 +PAN,2034,15,38000,40000 +PAN,2034,16,38000,40000 +PAN,2034,17,38000,40000 +PAN,2034,18,38000,40000 +PAN,2035,0,39000,40000 +PAN,2035,1,39000,40000 +PAN,2035,2,39000,40000 +PAN,2035,3,39000,40000 +PAN,2035,4,39000,40000 +PAN,2035,5,39000,40000 +PAN,2035,6,39000,40000 +PAN,2035,7,39000,40000 +PAN,2035,8,39000,40000 +PAN,2035,9,39000,40000 +PAN,2035,10,39000,40000 +PAN,2035,11,39000,40000 +PAN,2035,12,39000,40000 +PAN,2035,13,39000,40000 +PAN,2035,14,38000,40000 +PAN,2035,15,38000,40000 +PAN,2035,16,38000,40000 +PAN,2035,17,38000,40000 +PAN,2035,18,38000,40000 +PAN,2036,0,38000,40000 +PAN,2036,1,39000,40000 +PAN,2036,2,39000,40000 +PAN,2036,3,39000,40000 +PAN,2036,4,39000,40000 +PAN,2036,5,39000,40000 +PAN,2036,6,39000,40000 +PAN,2036,7,39000,40000 +PAN,2036,8,39000,40000 +PAN,2036,9,39000,40000 +PAN,2036,10,39000,40000 +PAN,2036,11,39000,40000 +PAN,2036,12,39000,40000 +PAN,2036,13,39000,40000 +PAN,2036,14,39000,40000 +PAN,2036,15,38000,40000 +PAN,2036,16,38000,40000 +PAN,2036,17,38000,40000 +PAN,2036,18,38000,40000 +PAN,2037,0,38000,40000 +PAN,2037,1,38000,40000 +PAN,2037,2,38000,40000 +PAN,2037,3,39000,40000 +PAN,2037,4,39000,40000 +PAN,2037,5,39000,40000 +PAN,2037,6,39000,40000 +PAN,2037,7,39000,40000 +PAN,2037,8,39000,40000 +PAN,2037,9,39000,40000 +PAN,2037,10,39000,40000 +PAN,2037,11,39000,40000 +PAN,2037,12,39000,40000 +PAN,2037,13,39000,40000 +PAN,2037,14,39000,40000 +PAN,2037,15,39000,40000 +PAN,2037,16,38000,40000 +PAN,2037,17,38000,40000 +PAN,2037,18,38000,40000 +PAN,2038,0,38000,40000 +PAN,2038,1,38000,40000 +PAN,2038,2,38000,40000 +PAN,2038,3,38000,40000 +PAN,2038,4,38000,40000 +PAN,2038,5,39000,40000 +PAN,2038,6,39000,40000 +PAN,2038,7,39000,40000 +PAN,2038,8,39000,40000 +PAN,2038,9,39000,40000 +PAN,2038,10,39000,40000 +PAN,2038,11,39000,40000 +PAN,2038,12,39000,40000 +PAN,2038,13,39000,40000 +PAN,2038,14,39000,40000 +PAN,2038,15,39000,40000 +PAN,2038,16,39000,40000 +PAN,2038,17,39000,40000 +PAN,2038,18,38000,40000 +PAN,2039,0,38000,40000 +PAN,2039,1,38000,40000 +PAN,2039,2,38000,40000 +PAN,2039,3,38000,40000 +PAN,2039,4,38000,40000 +PAN,2039,5,38000,40000 +PAN,2039,6,39000,40000 +PAN,2039,7,39000,40000 +PAN,2039,8,39000,40000 +PAN,2039,9,39000,40000 +PAN,2039,10,39000,40000 +PAN,2039,11,39000,40000 +PAN,2039,12,39000,40000 +PAN,2039,13,39000,40000 +PAN,2039,14,39000,40000 +PAN,2039,15,39000,40000 +PAN,2039,16,39000,40000 +PAN,2039,17,39000,40000 +PAN,2039,18,39000,40000 +PAN,2040,0,38000,40000 +PAN,2040,1,38000,40000 +PAN,2040,2,38000,40000 +PAN,2040,3,38000,40000 +PAN,2040,4,38000,40000 +PAN,2040,5,38000,40000 +PAN,2040,6,38000,40000 +PAN,2040,7,38000,40000 +PAN,2040,8,39000,40000 +PAN,2040,9,39000,40000 +PAN,2040,10,39000,40000 +PAN,2040,11,39000,40000 +PAN,2040,12,39000,40000 +PAN,2040,13,39000,40000 +PAN,2040,14,39000,40000 +PAN,2040,15,39000,40000 +PAN,2040,16,39000,40000 +PAN,2040,17,39000,40000 +PAN,2040,18,39000,40000 +PAN,2041,0,38000,40000 +PAN,2041,1,38000,40000 +PAN,2041,2,38000,40000 +PAN,2041,3,38000,40000 +PAN,2041,4,38000,40000 +PAN,2041,5,38000,40000 +PAN,2041,6,38000,40000 +PAN,2041,7,38000,40000 +PAN,2041,8,39000,40000 +PAN,2041,9,39000,40000 +PAN,2041,10,39000,40000 +PAN,2041,11,39000,40000 +PAN,2041,12,39000,40000 +PAN,2041,13,39000,40000 +PAN,2041,14,39000,40000 +PAN,2041,15,39000,40000 +PAN,2041,16,39000,40000 +PAN,2041,17,39000,40000 +PAN,2041,18,39000,40000 +PAN,2042,0,38000,40000 +PAN,2042,1,38000,40000 +PAN,2042,2,38000,40000 +PAN,2042,3,38000,40000 +PAN,2042,4,38000,40000 +PAN,2042,5,38000,40000 +PAN,2042,6,38000,40000 +PAN,2042,7,38000,40000 +PAN,2042,8,38000,40000 +PAN,2042,9,39000,40000 +PAN,2042,10,39000,40000 +PAN,2042,11,39000,40000 +PAN,2042,12,39000,40000 +PAN,2042,13,39000,40000 +PAN,2042,14,39000,40000 +PAN,2042,15,39000,40000 +PAN,2042,16,39000,40000 +PAN,2042,17,39000,40000 +PAN,2042,18,39000,40000 +PAN,2043,0,38000,40000 +PAN,2043,1,38000,40000 +PAN,2043,2,38000,40000 +PAN,2043,3,38000,40000 +PAN,2043,4,38000,40000 +PAN,2043,5,38000,40000 +PAN,2043,6,38000,40000 +PAN,2043,7,38000,40000 +PAN,2043,8,38000,40000 +PAN,2043,9,38000,40000 +PAN,2043,10,39000,40000 +PAN,2043,11,39000,40000 +PAN,2043,12,39000,40000 +PAN,2043,13,39000,40000 +PAN,2043,14,39000,40000 +PAN,2043,15,39000,40000 +PAN,2043,16,39000,40000 +PAN,2043,17,39000,40000 +PAN,2043,18,39000,40000 +PAN,2044,0,38000,39000 +PAN,2044,1,38000,40000 +PAN,2044,2,38000,40000 +PAN,2044,3,38000,40000 +PAN,2044,4,38000,40000 +PAN,2044,5,38000,40000 +PAN,2044,6,38000,40000 +PAN,2044,7,38000,40000 +PAN,2044,8,38000,40000 +PAN,2044,9,38000,40000 +PAN,2044,10,38000,40000 +PAN,2044,11,39000,40000 +PAN,2044,12,39000,40000 +PAN,2044,13,39000,40000 +PAN,2044,14,39000,40000 +PAN,2044,15,39000,40000 +PAN,2044,16,39000,40000 +PAN,2044,17,39000,40000 +PAN,2044,18,39000,40000 +PAN,2045,0,38000,39000 +PAN,2045,1,38000,39000 +PAN,2045,2,38000,40000 +PAN,2045,3,38000,40000 +PAN,2045,4,38000,40000 +PAN,2045,5,38000,40000 +PAN,2045,6,38000,40000 +PAN,2045,7,38000,40000 +PAN,2045,8,38000,40000 +PAN,2045,9,38000,40000 +PAN,2045,10,38000,40000 +PAN,2045,11,38000,40000 +PAN,2045,12,39000,40000 +PAN,2045,13,39000,40000 +PAN,2045,14,39000,40000 +PAN,2045,15,39000,40000 +PAN,2045,16,39000,40000 +PAN,2045,17,39000,40000 +PAN,2045,18,39000,40000 +PAN,2046,0,37000,39000 +PAN,2046,1,38000,39000 +PAN,2046,2,38000,39000 +PAN,2046,3,38000,40000 +PAN,2046,4,38000,40000 +PAN,2046,5,38000,40000 +PAN,2046,6,38000,40000 +PAN,2046,7,38000,40000 +PAN,2046,8,38000,40000 +PAN,2046,9,38000,40000 +PAN,2046,10,38000,40000 +PAN,2046,11,38000,40000 +PAN,2046,12,38000,40000 +PAN,2046,13,39000,40000 +PAN,2046,14,39000,40000 +PAN,2046,15,39000,40000 +PAN,2046,16,39000,40000 +PAN,2046,17,39000,40000 +PAN,2046,18,39000,40000 +PAN,2047,0,37000,39000 +PAN,2047,1,37000,39000 +PAN,2047,2,38000,39000 +PAN,2047,3,38000,39000 +PAN,2047,4,38000,40000 +PAN,2047,5,38000,40000 +PAN,2047,6,38000,40000 +PAN,2047,7,38000,40000 +PAN,2047,8,38000,40000 +PAN,2047,9,38000,40000 +PAN,2047,10,38000,40000 +PAN,2047,11,38000,40000 +PAN,2047,12,38000,40000 +PAN,2047,13,38000,40000 +PAN,2047,14,39000,40000 +PAN,2047,15,39000,40000 +PAN,2047,16,39000,40000 +PAN,2047,17,39000,40000 +PAN,2047,18,39000,40000 +PAN,2048,0,37000,39000 +PAN,2048,1,37000,39000 +PAN,2048,2,37000,39000 +PAN,2048,3,38000,39000 +PAN,2048,4,38000,39000 +PAN,2048,5,38000,40000 +PAN,2048,6,38000,40000 +PAN,2048,7,38000,40000 +PAN,2048,8,38000,40000 +PAN,2048,9,38000,40000 +PAN,2048,10,38000,40000 +PAN,2048,11,38000,40000 +PAN,2048,12,38000,40000 +PAN,2048,13,38000,40000 +PAN,2048,14,39000,40000 +PAN,2048,15,39000,40000 +PAN,2048,16,39000,40000 +PAN,2048,17,39000,40000 +PAN,2048,18,39000,40000 +PAN,2049,0,37000,39000 +PAN,2049,1,37000,39000 +PAN,2049,2,37000,39000 +PAN,2049,3,37000,39000 +PAN,2049,4,37000,39000 +PAN,2049,5,38000,39000 +PAN,2049,6,38000,40000 +PAN,2049,7,38000,40000 +PAN,2049,8,38000,40000 +PAN,2049,9,38000,40000 +PAN,2049,10,38000,40000 +PAN,2049,11,38000,40000 +PAN,2049,12,38000,40000 +PAN,2049,13,38000,40000 +PAN,2049,14,38000,40000 +PAN,2049,15,39000,40000 +PAN,2049,16,39000,40000 +PAN,2049,17,39000,40000 +PAN,2049,18,39000,40000 +PAN,2050,0,37000,39000 +PAN,2050,1,37000,39000 +PAN,2050,2,37000,39000 +PAN,2050,3,37000,39000 +PAN,2050,4,37000,39000 +PAN,2050,5,37000,39000 +PAN,2050,6,38000,39000 +PAN,2050,7,38000,39000 +PAN,2050,8,38000,40000 +PAN,2050,9,38000,40000 +PAN,2050,10,38000,40000 +PAN,2050,11,38000,40000 +PAN,2050,12,38000,40000 +PAN,2050,13,38000,40000 +PAN,2050,14,38000,40000 +PAN,2050,15,38000,40000 +PAN,2050,16,38000,40000 +PAN,2050,17,39000,40000 +PAN,2050,18,39000,40000 +PER,1990,0,315317,328518 +PER,1990,1,310483,322275 +PER,1990,2,305663,316388 +PER,1990,3,300858,310817 +PER,1990,4,296071,305522 +PER,1990,5,291302,300465 +PER,1990,6,286552,295606 +PER,1990,7,281823,290904 +PER,1990,8,277115,286320 +PER,1990,9,272430,281815 +PER,1990,10,267725,277336 +PER,1990,11,262957,272830 +PER,1990,12,258347,268323 +PER,1990,13,253985,263801 +PER,1990,14,249738,259187 +PER,1990,15,245432,254497 +PER,1990,16,241154,249829 +PER,1990,17,236474,244459 +PER,1990,18,231178,238061 +PER,1991,0,314300,327868 +PER,1991,1,313572,325934 +PER,1991,2,309228,320438 +PER,1991,3,304721,315098 +PER,1991,4,300077,309898 +PER,1991,5,295324,304824 +PER,1991,6,290473,299845 +PER,1991,7,285534,294930 +PER,1991,8,280621,290146 +PER,1991,9,275794,285513 +PER,1991,10,271030,280965 +PER,1991,11,266197,276375 +PER,1991,12,261268,271715 +PER,1991,13,256551,267041 +PER,1991,14,252168,262352 +PER,1991,15,247962,257572 +PER,1991,16,243691,252712 +PER,1991,17,239455,247866 +PER,1991,18,234828,242372 +PER,1992,0,311888,326135 +PER,1992,1,310588,323050 +PER,1992,2,311831,323529 +PER,1992,3,307977,318777 +PER,1992,4,303782,313980 +PER,1992,5,299298,309147 +PER,1992,6,294580,304291 +PER,1992,7,289647,299387 +PER,1992,8,284520,294414 +PER,1992,9,279422,289547 +PER,1992,10,274476,284860 +PER,1992,11,269633,280267 +PER,1992,12,264673,275565 +PER,1992,13,259582,270748 +PER,1992,14,254757,265905 +PER,1992,15,250354,261045 +PER,1992,16,246188,256099 +PER,1992,17,241954,251066 +PER,1992,18,237759,246041 +PER,1993,0,308482,323524 +PER,1993,1,309234,322299 +PER,1993,2,308902,320463 +PER,1993,3,310107,321260 +PER,1993,4,306743,317249 +PER,1993,5,302859,312993 +PER,1993,6,298536,308526 +PER,1993,7,293852,303885 +PER,1993,8,288837,299055 +PER,1993,9,283521,294022 +PER,1993,10,278238,289068 +PER,1993,11,273173,284327 +PER,1993,12,268250,279686 +PER,1993,13,263163,274869 +PER,1993,14,257910,269894 +PER,1993,15,252977,264881 +PER,1993,16,248554,259848 +PER,1993,17,244428,254733 +PER,1993,18,240229,249526 +PER,1994,0,304691,320376 +PER,1994,1,307287,320903 +PER,1994,2,308501,320538 +PER,1994,3,308460,319355 +PER,1994,4,308446,319103 +PER,1994,5,305572,315833 +PER,1994,6,301999,312116 +PER,1994,7,297834,308014 +PER,1994,8,293184,303586 +PER,1994,9,288086,298827 +PER,1994,10,282579,293733 +PER,1994,11,277111,288691 +PER,1994,12,271926,283894 +PER,1994,13,266923,279204 +PER,1994,14,261708,274270 +PER,1994,15,256292,269135 +PER,1994,16,251249,263949 +PER,1994,17,246805,258743 +PER,1994,18,242718,253456 +PER,1995,0,301011,317000 +PER,1995,1,305005,318987 +PER,1995,2,307456,319900 +PER,1995,3,308499,319824 +PER,1995,4,308266,318844 +PER,1995,5,306891,317046 +PER,1995,6,304505,314516 +PER,1995,7,301242,311339 +PER,1995,8,297235,307600 +PER,1995,9,292617,303384 +PER,1995,10,287434,298696 +PER,1995,11,281735,293538 +PER,1995,12,276080,288406 +PER,1995,13,270772,283551 +PER,1995,14,265687,278811 +PER,1995,15,260341,273759 +PER,1995,16,254760,268462 +PER,1995,17,249607,263101 +PER,1995,18,245141,257719 +PER,1996,0,297461,313219 +PER,1996,1,301212,316452 +PER,1996,2,304674,318288 +PER,1996,3,306787,319152 +PER,1996,4,307648,319107 +PER,1996,5,307358,318217 +PER,1996,6,306055,316572 +PER,1996,7,303877,314261 +PER,1996,8,300728,311211 +PER,1996,9,296629,307428 +PER,1996,10,291797,303058 +PER,1996,11,286473,298248 +PER,1996,12,280663,292979 +PER,1996,13,274931,287724 +PER,1996,14,269603,282737 +PER,1996,15,264538,277862 +PER,1996,16,259209,272673 +PER,1996,17,253651,267233 +PER,1996,18,248527,261767 +PER,1997,0,294108,309333 +PER,1997,1,299426,313301 +PER,1997,2,301491,316026 +PER,1997,3,304423,317711 +PER,1997,4,306196,318527 +PER,1997,5,306876,318515 +PER,1997,6,306529,317714 +PER,1997,7,305297,316220 +PER,1997,8,303327,314129 +PER,1997,9,300291,311205 +PER,1997,10,296099,307376 +PER,1997,11,291053,302849 +PER,1997,12,285585,297916 +PER,1997,13,279662,292535 +PER,1997,14,273853,287154 +PER,1997,15,268504,282032 +PER,1997,16,263455,277020 +PER,1997,17,258143,271691 +PER,1997,18,252606,266107 +PER,1998,0,291135,305616 +PER,1998,1,296395,310011 +PER,1998,2,300485,313402 +PER,1998,3,301699,315537 +PER,1998,4,304099,317071 +PER,1998,5,305533,317839 +PER,1998,6,306030,317858 +PER,1998,7,305625,317146 +PER,1998,8,304466,315805 +PER,1998,9,302704,313934 +PER,1998,10,299782,311137 +PER,1998,11,295499,307263 +PER,1998,12,290238,302580 +PER,1998,13,284628,297524 +PER,1998,14,278594,292031 +PER,1998,15,272708,286526 +PER,1998,16,267339,281270 +PER,1998,17,262309,276122 +PER,1998,18,257014,270654 +PER,1999,0,288734,302423 +PER,1999,1,293449,306715 +PER,1999,2,297342,310240 +PER,1999,3,300429,313015 +PER,1999,4,301643,314760 +PER,1999,5,303509,316141 +PER,1999,6,304601,316860 +PER,1999,7,304916,316911 +PER,1999,8,304454,316289 +PER,1999,9,303369,315101 +PER,1999,10,301816,313453 +PER,1999,11,299011,310785 +PER,1999,12,294639,306869 +PER,1999,13,289169,302034 +PER,1999,14,283422,296860 +PER,1999,15,277281,291261 +PER,1999,16,271324,285636 +PER,1999,17,265939,280251 +PER,1999,18,260933,274971 +PER,2000,0,287046,300022 +PER,2000,1,290759,303625 +PER,2000,2,294065,306808 +PER,2000,3,296931,309543 +PER,2000,4,299320,311803 +PER,2000,5,301197,313560 +PER,2000,6,302528,314786 +PER,2000,7,303278,315454 +PER,2000,8,303411,315537 +PER,2000,9,302892,315007 +PER,2000,10,301881,313974 +PER,2000,11,300540,312549 +PER,2000,12,297855,310013 +PER,2000,13,293401,306062 +PER,2000,14,287729,301082 +PER,2000,15,281852,295797 +PER,2000,16,275613,290099 +PER,2000,17,269593,284361 +PER,2000,18,264199,278855 +PER,2001,0,287508,300024 +PER,2001,1,287246,299982 +PER,2001,2,290542,303221 +PER,2001,3,293636,306241 +PER,2001,4,296444,308965 +PER,2001,5,298883,311315 +PER,2001,6,300954,313293 +PER,2001,7,302660,314899 +PER,2001,8,303491,315665 +PER,2001,9,303193,315356 +PER,2001,10,301937,314131 +PER,2001,11,300292,312491 +PER,2001,12,298311,310469 +PER,2001,13,295221,307443 +PER,2001,14,290751,303196 +PER,2001,15,285314,298056 +PER,2001,16,279636,292594 +PER,2001,17,273614,286726 +PER,2001,18,267771,280878 +PER,2002,0,288468,300646 +PER,2002,1,288985,301156 +PER,2002,2,287004,299461 +PER,2002,3,289878,302330 +PER,2002,4,292754,305182 +PER,2002,5,295500,307890 +PER,2002,6,297985,310326 +PER,2002,7,300248,312522 +PER,2002,8,302328,314508 +PER,2002,9,303239,315370 +PER,2002,10,302508,314669 +PER,2002,11,300516,312748 +PER,2002,12,298236,310503 +PER,2002,13,295616,307886 +PER,2002,14,292127,304373 +PER,2002,15,287646,299836 +PER,2002,16,282454,294543 +PER,2002,17,276984,288912 +PER,2002,18,271190,282885 +PER,2003,0,290089,301931 +PER,2003,1,288587,300358 +PER,2003,2,288194,299948 +PER,2003,3,286446,298613 +PER,2003,4,288894,301108 +PER,2003,5,291548,303789 +PER,2003,6,294229,306478 +PER,2003,7,296758,308998 +PER,2003,8,299209,311410 +PER,2003,9,301660,313772 +PER,2003,10,302651,314730 +PER,2003,11,301488,313637 +PER,2003,12,298762,311023 +PER,2003,13,295850,308175 +PER,2003,14,292595,304965 +PER,2003,15,288708,300969 +PER,2003,16,284223,296147 +PER,2003,17,279281,290708 +PER,2003,18,274024,284914 +PER,2004,0,292519,303843 +PER,2004,1,288922,300241 +PER,2004,2,286916,298283 +PER,2004,3,286260,297716 +PER,2004,4,285695,297603 +PER,2004,5,287717,299725 +PER,2004,6,290149,302233 +PER,2004,7,292763,304901 +PER,2004,8,295333,307504 +PER,2004,9,297971,310130 +PER,2004,10,300792,312867 +PER,2004,11,301861,313920 +PER,2004,12,300268,312437 +PER,2004,13,296810,309132 +PER,2004,14,293269,305683 +PER,2004,15,289381,301882 +PER,2004,16,285100,297406 +PER,2004,17,280614,292303 +PER,2004,18,275925,286720 +PER,2005,0,295711,306214 +PER,2005,1,290104,300903 +PER,2005,2,286489,297553 +PER,2005,3,284590,295890 +PER,2005,4,284131,295639 +PER,2005,5,284836,296525 +PER,2005,6,286431,298273 +PER,2005,7,288640,300608 +PER,2005,8,291187,303255 +PER,2005,9,293797,305940 +PER,2005,10,296621,308779 +PER,2005,11,299808,311889 +PER,2005,12,300955,313037 +PER,2005,13,298934,311164 +PER,2005,14,294747,307172 +PER,2005,15,290580,303124 +PER,2005,16,286063,298735 +PER,2005,17,281391,293781 +PER,2005,18,276905,288398 +PER,2006,0,300653,309913 +PER,2006,1,292761,303764 +PER,2006,2,287939,299148 +PER,2006,3,284889,296237 +PER,2006,4,283349,294802 +PER,2006,5,283058,294610 +PER,2006,6,283794,295362 +PER,2006,7,285336,296760 +PER,2006,8,287224,298912 +PER,2006,9,289118,301723 +PER,2006,10,290875,304758 +PER,2006,11,292826,307829 +PER,2006,12,295064,311154 +PER,2006,13,295555,312251 +PER,2006,14,293368,309919 +PER,2006,15,289344,305211 +PER,2006,16,285303,300485 +PER,2006,17,280935,295396 +PER,2006,18,276454,289873 +PER,2007,0,306577,314338 +PER,2007,1,296745,306241 +PER,2007,2,289697,301261 +PER,2007,3,285660,297341 +PER,2007,4,283175,294870 +PER,2007,5,281994,293662 +PER,2007,6,281872,293529 +PER,2007,7,282639,294148 +PER,2007,8,284127,295195 +PER,2007,9,285694,297164 +PER,2007,10,286935,300138 +PER,2007,11,287840,303523 +PER,2007,12,288918,306824 +PER,2007,13,290207,310365 +PER,2007,14,290042,311411 +PER,2007,15,287690,308620 +PER,2007,16,283831,303197 +PER,2007,17,279917,297794 +PER,2007,18,275700,292007 +PER,2008,0,311666,317955 +PER,2008,1,300354,309219 +PER,2008,2,291803,302480 +PER,2008,3,286673,298759 +PER,2008,4,283419,295534 +PER,2008,5,281497,293503 +PER,2008,6,280676,292522 +PER,2008,7,280721,292448 +PER,2008,8,281519,292934 +PER,2008,9,282954,293631 +PER,2008,10,284201,295416 +PER,2008,11,284790,298554 +PER,2008,12,284843,302288 +PER,2008,13,285050,305820 +PER,2008,14,285391,309576 +PER,2008,15,284571,310570 +PER,2008,16,282054,307321 +PER,2008,17,278359,301184 +PER,2008,18,274572,295104 +PER,2009,0,313509,318751 +PER,2009,1,302218,310584 +PER,2009,2,293478,304023 +PER,2009,3,287007,298931 +PER,2009,4,283888,296353 +PER,2009,5,281414,293822 +PER,2009,6,280055,292229 +PER,2009,7,279592,291475 +PER,2009,8,279805,291460 +PER,2009,9,280634,291812 +PER,2009,10,282017,292160 +PER,2009,11,282944,293763 +PER,2009,12,282882,297064 +PER,2009,13,282085,301148 +PER,2009,14,281421,304913 +PER,2009,15,280814,308884 +PER,2009,16,279340,309828 +PER,2009,17,276655,306119 +PER,2009,18,273121,299266 +PER,2010,0,310588,315509 +PER,2010,1,301321,309414 +PER,2010,2,293980,304283 +PER,2010,3,288359,300059 +PER,2010,4,284252,296687 +PER,2010,5,281454,294110 +PER,2010,6,279759,292273 +PER,2010,7,278962,291118 +PER,2010,8,278857,290591 +PER,2010,9,279239,290635 +PER,2010,10,280100,290854 +PER,2010,11,281432,290852 +PER,2010,12,282041,292272 +PER,2010,13,281326,295739 +PER,2010,14,279675,300177 +PER,2010,15,278139,304176 +PER,2010,16,276583,308365 +PER,2010,17,274450,309259 +PER,2010,18,271594,305088 +PER,2011,0,299554,305713 +PER,2011,1,305980,312193 +PER,2011,2,298670,307464 +PER,2011,3,292534,303186 +PER,2011,4,287485,299377 +PER,2011,5,283440,296056 +PER,2011,6,280212,293182 +PER,2011,7,277615,290717 +PER,2011,8,276068,288969 +PER,2011,9,275688,288074 +PER,2011,10,276086,287876 +PER,2011,11,276730,287696 +PER,2011,12,277694,287207 +PER,2011,13,278107,288160 +PER,2011,14,277471,291206 +PER,2011,15,276070,295268 +PER,2011,16,274764,298914 +PER,2011,17,273472,302794 +PER,2011,18,271483,303426 +PER,2012,0,283950,291957 +PER,2012,1,286126,295705 +PER,2012,2,302140,309370 +PER,2012,3,296759,305994 +PER,2012,4,291806,302559 +PER,2012,5,287315,299157 +PER,2012,6,283321,295881 +PER,2012,7,279658,292708 +PER,2012,8,276158,289613 +PER,2012,9,273862,287271 +PER,2012,10,273205,286009 +PER,2012,11,273621,285570 +PER,2012,12,274052,284993 +PER,2012,13,274650,284019 +PER,2012,14,274869,284506 +PER,2012,15,274311,287139 +PER,2012,16,273156,290833 +PER,2012,17,272075,294134 +PER,2012,18,271043,297711 +PER,2013,0,267392,277683 +PER,2013,1,276669,287229 +PER,2013,2,283414,294248 +PER,2013,3,298876,307008 +PER,2013,4,295412,304978 +PER,2013,5,291632,302379 +PER,2013,6,287689,299379 +PER,2013,7,283739,296144 +PER,2013,8,279634,292666 +PER,2013,9,275225,288938 +PER,2013,10,272175,286001 +PER,2013,11,271242,284370 +PER,2013,12,271676,283689 +PER,2013,13,271895,282715 +PER,2013,14,272129,281254 +PER,2013,15,272155,281278 +PER,2013,16,271672,283502 +PER,2013,17,270760,286833 +PER,2013,18,269903,289795 +PER,2014,0,255008,267682 +PER,2014,1,269239,280921 +PER,2014,2,279842,290908 +PER,2014,3,287203,297987 +PER,2014,4,295958,305069 +PER,2014,5,294412,304385 +PER,2014,6,291803,302620 +PER,2014,7,288406,300018 +PER,2014,8,284495,296819 +PER,2014,9,279941,293032 +PER,2014,10,274616,288665 +PER,2014,11,270808,285126 +PER,2014,12,269597,283124 +PER,2014,13,270049,282200 +PER,2014,14,270055,280827 +PER,2014,15,269926,278877 +PER,2014,16,269757,278437 +PER,2014,17,269350,280254 +PER,2014,18,268681,283227 +PER,2015,0,250406,265270 +PER,2015,1,265774,278663 +PER,2015,2,277354,288876 +PER,2015,3,285541,296226 +PER,2015,4,290731,301032 +PER,2015,5,293317,303609 +PER,2015,6,293695,304274 +PER,2015,7,292261,303345 +PER,2015,8,289408,301138 +PER,2015,9,285533,297970 +PER,2015,10,280525,293866 +PER,2015,11,274273,288850 +PER,2015,12,269699,284702 +PER,2015,13,268208,282324 +PER,2015,14,268678,281154 +PER,2015,15,268471,279378 +PER,2015,16,267976,276934 +PER,2015,17,267613,276027 +PER,2015,18,267280,277438 +PER,2016,0,254532,270857 +PER,2016,1,251890,264796 +PER,2016,2,264202,275037 +PER,2016,3,273827,283087 +PER,2016,4,280973,289099 +PER,2016,5,285853,293225 +PER,2016,6,288923,295823 +PER,2016,7,290637,297255 +PER,2016,8,289979,296635 +PER,2016,9,286668,293702 +PER,2016,10,281650,289231 +PER,2016,11,275942,284260 +PER,2016,12,269084,278587 +PER,2016,13,264633,274138 +PER,2016,14,264385,271981 +PER,2016,15,266787,271410 +PER,2016,16,268414,270287 +PER,2016,17,269857,268599 +PER,2016,18,270898,268565 +PER,2017,0,266318,283883 +PER,2017,1,270373,284852 +PER,2017,2,253376,264466 +PER,2017,3,262631,271563 +PER,2017,4,270298,277456 +PER,2017,5,276405,282133 +PER,2017,6,280975,285581 +PER,2017,7,284527,288203 +PER,2017,8,287579,290401 +PER,2017,9,287698,290090 +PER,2017,10,283927,286431 +PER,2017,11,277767,280653 +PER,2017,12,271358,274813 +PER,2017,13,263892,268481 +PER,2017,14,259565,263729 +PER,2017,15,260561,261791 +PER,2017,16,264895,261819 +PER,2017,17,268358,261348 +PER,2017,18,271739,260414 +PER,2018,0,281712,300110 +PER,2018,1,276506,291711 +PER,2018,2,272928,285369 +PER,2018,3,254841,264227 +PER,2018,4,261036,268180 +PER,2018,5,266745,271916 +PER,2018,6,271809,275259 +PER,2018,7,276069,278032 +PER,2018,8,280105,280678 +PER,2018,9,284493,283643 +PER,2018,10,285389,283641 +PER,2018,11,281159,279253 +PER,2018,12,273857,272167 +PER,2018,13,266748,265455 +PER,2018,14,258675,258462 +PER,2018,15,254472,253405 +PER,2018,16,256712,251686 +PER,2018,17,262979,252312 +PER,2018,18,268277,252494 +PER,2019,0,295000,313000 +PER,2019,1,282000,298000 +PER,2019,2,273000,286000 +PER,2019,3,267000,277000 +PER,2019,4,256000,264000 +PER,2019,5,259000,265000 +PER,2019,6,263000,266000 +PER,2019,7,267000,268000 +PER,2019,8,271000,270000 +PER,2019,9,276000,273000 +PER,2019,10,281000,277000 +PER,2019,11,283000,277000 +PER,2019,12,278000,272000 +PER,2019,13,270000,264000 +PER,2019,14,262000,256000 +PER,2019,15,253000,248000 +PER,2019,16,249000,243000 +PER,2019,17,253000,242000 +PER,2019,18,261000,243000 +PER,2020,0,301000,319000 +PER,2020,1,285000,301000 +PER,2020,2,273000,286000 +PER,2020,3,265000,276000 +PER,2020,4,260000,268000 +PER,2020,5,257000,264000 +PER,2020,6,258000,261000 +PER,2020,7,259000,261000 +PER,2020,8,262000,261000 +PER,2020,9,266000,263000 +PER,2020,10,271000,265000 +PER,2020,11,278000,270000 +PER,2020,12,280000,271000 +PER,2020,13,275000,265000 +PER,2020,14,266000,255000 +PER,2020,15,257000,247000 +PER,2020,16,248000,238000 +PER,2020,17,244000,233000 +PER,2020,18,249000,231000 +PER,2021,0,301000,317000 +PER,2021,1,297000,315000 +PER,2021,2,284000,299000 +PER,2021,3,274000,287000 +PER,2021,4,266000,277000 +PER,2021,5,261000,270000 +PER,2021,6,259000,265000 +PER,2021,7,258000,261000 +PER,2021,8,258000,260000 +PER,2021,9,261000,260000 +PER,2021,10,266000,262000 +PER,2021,11,271000,265000 +PER,2021,12,278000,270000 +PER,2021,13,280000,270000 +PER,2021,14,275000,264000 +PER,2021,15,265000,254000 +PER,2021,16,257000,246000 +PER,2021,17,247000,238000 +PER,2021,18,243000,232000 +PER,2022,0,293000,307000 +PER,2022,1,283000,297000 +PER,2022,2,293000,311000 +PER,2022,3,283000,298000 +PER,2022,4,274000,288000 +PER,2022,5,268000,279000 +PER,2022,6,263000,272000 +PER,2022,7,260000,266000 +PER,2022,8,257000,261000 +PER,2022,9,257000,259000 +PER,2022,10,260000,259000 +PER,2022,11,265000,262000 +PER,2022,12,270000,265000 +PER,2022,13,277000,269000 +PER,2022,14,280000,270000 +PER,2022,15,274000,264000 +PER,2022,16,265000,254000 +PER,2022,17,256000,245000 +PER,2022,18,247000,237000 +PER,2023,0,282000,293000 +PER,2023,1,280000,293000 +PER,2023,2,277000,291000 +PER,2023,3,289000,306000 +PER,2023,4,281000,297000 +PER,2023,5,275000,288000 +PER,2023,6,269000,281000 +PER,2023,7,265000,274000 +PER,2023,8,261000,267000 +PER,2023,9,257000,261000 +PER,2023,10,256000,257000 +PER,2023,11,259000,258000 +PER,2023,12,264000,261000 +PER,2023,13,270000,264000 +PER,2023,14,277000,269000 +PER,2023,15,279000,269000 +PER,2023,16,274000,263000 +PER,2023,17,264000,253000 +PER,2023,18,255000,244000 +PER,2024,0,271000,280000 +PER,2024,1,275000,287000 +PER,2024,2,278000,292000 +PER,2024,3,279000,294000 +PER,2024,4,285000,301000 +PER,2024,5,280000,295000 +PER,2024,6,275000,289000 +PER,2024,7,271000,282000 +PER,2024,8,266000,275000 +PER,2024,9,262000,268000 +PER,2024,10,257000,261000 +PER,2024,11,255000,256000 +PER,2024,12,258000,257000 +PER,2024,13,264000,260000 +PER,2024,14,269000,263000 +PER,2024,15,276000,268000 +PER,2024,16,278000,268000 +PER,2024,17,273000,262000 +PER,2024,18,263000,252000 +PER,2025,0,263000,271000 +PER,2025,1,272000,283000 +PER,2025,2,277000,291000 +PER,2025,3,280000,296000 +PER,2025,4,281000,298000 +PER,2025,5,281000,297000 +PER,2025,6,279000,294000 +PER,2025,7,276000,289000 +PER,2025,8,272000,283000 +PER,2025,9,268000,277000 +PER,2025,10,263000,269000 +PER,2025,11,257000,260000 +PER,2025,12,254000,255000 +PER,2025,13,257000,255000 +PER,2025,14,263000,259000 +PER,2025,15,268000,263000 +PER,2025,16,275000,267000 +PER,2025,17,277000,267000 +PER,2025,18,272000,261000 +PER,2026,0,259000,267000 +PER,2026,1,265000,273000 +PER,2026,2,272000,283000 +PER,2026,3,277000,290000 +PER,2026,4,279000,295000 +PER,2026,5,280000,296000 +PER,2026,6,280000,296000 +PER,2026,7,278000,293000 +PER,2026,8,276000,289000 +PER,2026,9,272000,284000 +PER,2026,10,268000,277000 +PER,2026,11,263000,269000 +PER,2026,12,256000,260000 +PER,2026,13,254000,254000 +PER,2026,14,256000,255000 +PER,2026,15,262000,259000 +PER,2026,16,268000,262000 +PER,2026,17,275000,267000 +PER,2026,18,277000,267000 +PER,2027,0,257000,266000 +PER,2027,1,266000,278000 +PER,2027,2,266000,276000 +PER,2027,3,272000,284000 +PER,2027,4,276000,290000 +PER,2027,5,278000,293000 +PER,2027,6,279000,294000 +PER,2027,7,279000,294000 +PER,2027,8,278000,293000 +PER,2027,9,276000,290000 +PER,2027,10,272000,284000 +PER,2027,11,267000,277000 +PER,2027,12,262000,269000 +PER,2027,13,256000,260000 +PER,2027,14,253000,254000 +PER,2027,15,256000,254000 +PER,2027,16,262000,259000 +PER,2027,17,268000,262000 +PER,2027,18,274000,266000 +PER,2028,0,257000,268000 +PER,2028,1,264000,276000 +PER,2028,2,270000,283000 +PER,2028,3,268000,278000 +PER,2028,4,272000,284000 +PER,2028,5,275000,289000 +PER,2028,6,277000,292000 +PER,2028,7,278000,293000 +PER,2028,8,278000,293000 +PER,2028,9,278000,293000 +PER,2028,10,276000,290000 +PER,2028,11,272000,284000 +PER,2028,12,267000,277000 +PER,2028,13,262000,269000 +PER,2028,14,256000,259000 +PER,2028,15,253000,254000 +PER,2028,16,256000,254000 +PER,2028,17,262000,258000 +PER,2028,18,267000,261000 +PER,2029,0,257000,270000 +PER,2029,1,262000,275000 +PER,2029,2,266000,279000 +PER,2029,3,269000,282000 +PER,2029,4,269000,280000 +PER,2029,5,272000,284000 +PER,2029,6,275000,288000 +PER,2029,7,276000,290000 +PER,2029,8,277000,291000 +PER,2029,9,277000,292000 +PER,2029,10,278000,292000 +PER,2029,11,276000,290000 +PER,2029,12,272000,284000 +PER,2029,13,267000,276000 +PER,2029,14,262000,268000 +PER,2029,15,255000,259000 +PER,2029,16,253000,253000 +PER,2029,17,255000,254000 +PER,2029,18,261000,258000 +PER,2030,0,257000,271000 +PER,2030,1,260000,273000 +PER,2030,2,263000,275000 +PER,2030,3,266000,277000 +PER,2030,4,268000,280000 +PER,2030,5,271000,282000 +PER,2030,6,273000,285000 +PER,2030,7,274000,287000 +PER,2030,8,275000,289000 +PER,2030,9,276000,290000 +PER,2030,10,277000,291000 +PER,2030,11,277000,292000 +PER,2030,12,276000,290000 +PER,2030,13,272000,285000 +PER,2030,14,267000,276000 +PER,2030,15,262000,268000 +PER,2030,16,255000,259000 +PER,2030,17,252000,253000 +PER,2030,18,255000,253000 +PER,2031,0,256000,270000 +PER,2031,1,257000,271000 +PER,2031,2,260000,273000 +PER,2031,3,263000,275000 +PER,2031,4,265000,277000 +PER,2031,5,268000,280000 +PER,2031,6,270000,282000 +PER,2031,7,272000,285000 +PER,2031,8,274000,287000 +PER,2031,9,275000,288000 +PER,2031,10,276000,289000 +PER,2031,11,276000,290000 +PER,2031,12,277000,292000 +PER,2031,13,276000,290000 +PER,2031,14,272000,284000 +PER,2031,15,267000,276000 +PER,2031,16,261000,268000 +PER,2031,17,255000,258000 +PER,2031,18,252000,253000 +PER,2032,0,254000,269000 +PER,2032,1,256000,268000 +PER,2032,2,257000,270000 +PER,2032,3,260000,272000 +PER,2032,4,263000,275000 +PER,2032,5,265000,277000 +PER,2032,6,268000,280000 +PER,2032,7,270000,282000 +PER,2032,8,272000,285000 +PER,2032,9,274000,287000 +PER,2032,10,275000,288000 +PER,2032,11,276000,289000 +PER,2032,12,276000,290000 +PER,2032,13,277000,292000 +PER,2032,14,276000,290000 +PER,2032,15,272000,284000 +PER,2032,16,267000,276000 +PER,2032,17,261000,267000 +PER,2032,18,255000,258000 +PER,2033,0,253000,266000 +PER,2033,1,253000,266000 +PER,2033,2,255000,267000 +PER,2033,3,257000,270000 +PER,2033,4,260000,272000 +PER,2033,5,262000,275000 +PER,2033,6,265000,277000 +PER,2033,7,268000,280000 +PER,2033,8,270000,282000 +PER,2033,9,272000,284000 +PER,2033,10,274000,286000 +PER,2033,11,275000,288000 +PER,2033,12,276000,289000 +PER,2033,13,276000,290000 +PER,2033,14,277000,291000 +PER,2033,15,276000,290000 +PER,2033,16,272000,284000 +PER,2033,17,266000,275000 +PER,2033,18,261000,267000 +PER,2034,0,251000,263000 +PER,2034,1,251000,264000 +PER,2034,2,253000,265000 +PER,2034,3,255000,267000 +PER,2034,4,257000,270000 +PER,2034,5,259000,272000 +PER,2034,6,262000,275000 +PER,2034,7,265000,277000 +PER,2034,8,267000,280000 +PER,2034,9,270000,282000 +PER,2034,10,272000,284000 +PER,2034,11,274000,286000 +PER,2034,12,275000,288000 +PER,2034,13,276000,289000 +PER,2034,14,276000,290000 +PER,2034,15,277000,291000 +PER,2034,16,276000,290000 +PER,2034,17,272000,284000 +PER,2034,18,266000,275000 +PER,2035,0,249000,261000 +PER,2035,1,249000,262000 +PER,2035,2,251000,263000 +PER,2035,3,252000,265000 +PER,2035,4,254000,267000 +PER,2035,5,257000,269000 +PER,2035,6,259000,272000 +PER,2035,7,262000,274000 +PER,2035,8,265000,277000 +PER,2035,9,267000,280000 +PER,2035,10,270000,282000 +PER,2035,11,272000,284000 +PER,2035,12,274000,286000 +PER,2035,13,275000,288000 +PER,2035,14,275000,289000 +PER,2035,15,276000,290000 +PER,2035,16,276000,291000 +PER,2035,17,275000,289000 +PER,2035,18,271000,283000 +PER,2036,0,247000,259000 +PER,2036,1,249000,261000 +PER,2036,2,249000,261000 +PER,2036,3,251000,263000 +PER,2036,4,252000,265000 +PER,2036,5,254000,267000 +PER,2036,6,257000,269000 +PER,2036,7,259000,272000 +PER,2036,8,262000,274000 +PER,2036,9,264000,277000 +PER,2036,10,267000,280000 +PER,2036,11,270000,282000 +PER,2036,12,272000,284000 +PER,2036,13,274000,286000 +PER,2036,14,275000,287000 +PER,2036,15,275000,289000 +PER,2036,16,276000,289000 +PER,2036,17,276000,291000 +PER,2036,18,275000,289000 +PER,2037,0,245000,257000 +PER,2037,1,246000,258000 +PER,2037,2,248000,260000 +PER,2037,3,249000,261000 +PER,2037,4,251000,263000 +PER,2037,5,252000,265000 +PER,2037,6,255000,267000 +PER,2037,7,257000,269000 +PER,2037,8,259000,272000 +PER,2037,9,262000,274000 +PER,2037,10,264000,277000 +PER,2037,11,267000,280000 +PER,2037,12,269000,282000 +PER,2037,13,272000,284000 +PER,2037,14,273000,286000 +PER,2037,15,275000,287000 +PER,2037,16,275000,288000 +PER,2037,17,275000,289000 +PER,2037,18,276000,290000 +PER,2038,0,243000,255000 +PER,2038,1,244000,256000 +PER,2038,2,245000,257000 +PER,2038,3,248000,260000 +PER,2038,4,249000,261000 +PER,2038,5,251000,263000 +PER,2038,6,253000,265000 +PER,2038,7,255000,267000 +PER,2038,8,257000,269000 +PER,2038,9,259000,272000 +PER,2038,10,261000,274000 +PER,2038,11,264000,277000 +PER,2038,12,267000,279000 +PER,2038,13,269000,282000 +PER,2038,14,272000,284000 +PER,2038,15,273000,286000 +PER,2038,16,274000,287000 +PER,2038,17,275000,288000 +PER,2038,18,275000,289000 +PER,2039,0,242000,254000 +PER,2039,1,243000,254000 +PER,2039,2,244000,256000 +PER,2039,3,245000,257000 +PER,2039,4,247000,259000 +PER,2039,5,249000,261000 +PER,2039,6,251000,263000 +PER,2039,7,253000,265000 +PER,2039,8,255000,267000 +PER,2039,9,257000,269000 +PER,2039,10,259000,271000 +PER,2039,11,261000,274000 +PER,2039,12,264000,276000 +PER,2039,13,267000,279000 +PER,2039,14,269000,282000 +PER,2039,15,271000,284000 +PER,2039,16,273000,285000 +PER,2039,17,274000,287000 +PER,2039,18,275000,288000 +PER,2040,0,240000,252000 +PER,2040,1,241000,253000 +PER,2040,2,242000,254000 +PER,2040,3,243000,255000 +PER,2040,4,245000,257000 +PER,2040,5,247000,259000 +PER,2040,6,249000,261000 +PER,2040,7,250000,263000 +PER,2040,8,252000,265000 +PER,2040,9,255000,267000 +PER,2040,10,257000,269000 +PER,2040,11,259000,271000 +PER,2040,12,261000,274000 +PER,2040,13,264000,276000 +PER,2040,14,266000,279000 +PER,2040,15,269000,281000 +PER,2040,16,271000,283000 +PER,2040,17,273000,285000 +PER,2040,18,274000,287000 +PER,2041,0,239000,251000 +PER,2041,1,240000,252000 +PER,2041,2,241000,253000 +PER,2041,3,242000,254000 +PER,2041,4,244000,255000 +PER,2041,5,245000,257000 +PER,2041,6,247000,259000 +PER,2041,7,249000,261000 +PER,2041,8,250000,263000 +PER,2041,9,252000,265000 +PER,2041,10,255000,267000 +PER,2041,11,257000,269000 +PER,2041,12,259000,271000 +PER,2041,13,261000,274000 +PER,2041,14,264000,276000 +PER,2041,15,266000,279000 +PER,2041,16,269000,281000 +PER,2041,17,271000,283000 +PER,2041,18,273000,285000 +PER,2042,0,238000,250000 +PER,2042,1,239000,251000 +PER,2042,2,240000,252000 +PER,2042,3,241000,253000 +PER,2042,4,242000,254000 +PER,2042,5,244000,255000 +PER,2042,6,245000,257000 +PER,2042,7,247000,259000 +PER,2042,8,248000,260000 +PER,2042,9,250000,262000 +PER,2042,10,252000,265000 +PER,2042,11,255000,267000 +PER,2042,12,257000,269000 +PER,2042,13,259000,271000 +PER,2042,14,261000,273000 +PER,2042,15,264000,276000 +PER,2042,16,266000,279000 +PER,2042,17,269000,281000 +PER,2042,18,271000,283000 +PER,2043,0,237000,249000 +PER,2043,1,238000,250000 +PER,2043,2,239000,250000 +PER,2043,3,240000,252000 +PER,2043,4,241000,253000 +PER,2043,5,242000,254000 +PER,2043,6,243000,255000 +PER,2043,7,245000,257000 +PER,2043,8,247000,259000 +PER,2043,9,248000,260000 +PER,2043,10,250000,262000 +PER,2043,11,252000,264000 +PER,2043,12,255000,267000 +PER,2043,13,257000,269000 +PER,2043,14,259000,271000 +PER,2043,15,261000,273000 +PER,2043,16,263000,276000 +PER,2043,17,266000,279000 +PER,2043,18,269000,281000 +PER,2044,0,236000,248000 +PER,2044,1,237000,249000 +PER,2044,2,238000,249000 +PER,2044,3,238000,250000 +PER,2044,4,240000,251000 +PER,2044,5,241000,252000 +PER,2044,6,242000,254000 +PER,2044,7,243000,255000 +PER,2044,8,245000,257000 +PER,2044,9,247000,259000 +PER,2044,10,248000,260000 +PER,2044,11,250000,262000 +PER,2044,12,252000,264000 +PER,2044,13,254000,267000 +PER,2044,14,256000,269000 +PER,2044,15,258000,271000 +PER,2044,16,261000,273000 +PER,2044,17,263000,276000 +PER,2044,18,266000,278000 +PER,2045,0,235000,247000 +PER,2045,1,236000,248000 +PER,2045,2,237000,248000 +PER,2045,3,237000,249000 +PER,2045,4,238000,250000 +PER,2045,5,239000,251000 +PER,2045,6,240000,252000 +PER,2045,7,242000,254000 +PER,2045,8,243000,255000 +PER,2045,9,245000,257000 +PER,2045,10,246000,258000 +PER,2045,11,248000,260000 +PER,2045,12,250000,262000 +PER,2045,13,252000,264000 +PER,2045,14,254000,266000 +PER,2045,15,256000,269000 +PER,2045,16,258000,271000 +PER,2045,17,261000,273000 +PER,2045,18,263000,276000 +PER,2046,0,235000,246000 +PER,2046,1,235000,247000 +PER,2046,2,236000,248000 +PER,2046,3,237000,248000 +PER,2046,4,237000,249000 +PER,2046,5,238000,250000 +PER,2046,6,239000,251000 +PER,2046,7,241000,252000 +PER,2046,8,242000,254000 +PER,2046,9,243000,255000 +PER,2046,10,245000,257000 +PER,2046,11,246000,258000 +PER,2046,12,248000,260000 +PER,2046,13,250000,262000 +PER,2046,14,252000,264000 +PER,2046,15,254000,266000 +PER,2046,16,256000,269000 +PER,2046,17,258000,271000 +PER,2046,18,260000,273000 +PER,2047,0,234000,245000 +PER,2047,1,234000,246000 +PER,2047,2,235000,247000 +PER,2047,3,236000,247000 +PER,2047,4,237000,248000 +PER,2047,5,237000,249000 +PER,2047,6,238000,250000 +PER,2047,7,239000,251000 +PER,2047,8,240000,252000 +PER,2047,9,242000,254000 +PER,2047,10,243000,255000 +PER,2047,11,245000,257000 +PER,2047,12,246000,258000 +PER,2047,13,248000,260000 +PER,2047,14,250000,262000 +PER,2047,15,252000,264000 +PER,2047,16,254000,266000 +PER,2047,17,256000,268000 +PER,2047,18,258000,270000 +PER,2048,0,233000,244000 +PER,2048,1,233000,245000 +PER,2048,2,234000,246000 +PER,2048,3,235000,247000 +PER,2048,4,236000,247000 +PER,2048,5,236000,248000 +PER,2048,6,237000,249000 +PER,2048,7,238000,250000 +PER,2048,8,239000,251000 +PER,2048,9,240000,252000 +PER,2048,10,242000,253000 +PER,2048,11,243000,255000 +PER,2048,12,245000,257000 +PER,2048,13,246000,258000 +PER,2048,14,248000,260000 +PER,2048,15,250000,262000 +PER,2048,16,252000,264000 +PER,2048,17,254000,266000 +PER,2048,18,256000,268000 +PER,2049,0,232000,243000 +PER,2049,1,232000,244000 +PER,2049,2,233000,245000 +PER,2049,3,234000,245000 +PER,2049,4,235000,246000 +PER,2049,5,236000,247000 +PER,2049,6,236000,248000 +PER,2049,7,237000,249000 +PER,2049,8,238000,250000 +PER,2049,9,239000,251000 +PER,2049,10,240000,252000 +PER,2049,11,242000,253000 +PER,2049,12,243000,255000 +PER,2049,13,245000,256000 +PER,2049,14,246000,258000 +PER,2049,15,248000,260000 +PER,2049,16,250000,262000 +PER,2049,17,252000,264000 +PER,2049,18,254000,266000 +PER,2050,0,230000,242000 +PER,2050,1,231000,243000 +PER,2050,2,232000,244000 +PER,2050,3,233000,244000 +PER,2050,4,234000,245000 +PER,2050,5,235000,246000 +PER,2050,6,235000,247000 +PER,2050,7,236000,248000 +PER,2050,8,237000,249000 +PER,2050,9,238000,250000 +PER,2050,10,239000,251000 +PER,2050,11,240000,252000 +PER,2050,12,241000,253000 +PER,2050,13,243000,255000 +PER,2050,14,244000,256000 +PER,2050,15,246000,258000 +PER,2050,16,248000,260000 +PER,2050,17,250000,262000 +PER,2050,18,251000,264000 +PHL,1990,0,966973,1016898 +PHL,1990,1,943293,990423 +PHL,1990,2,920735,965357 +PHL,1990,3,899196,941578 +PHL,1990,4,878573,918964 +PHL,1990,5,858764,897394 +PHL,1990,6,839667,876747 +PHL,1990,7,821179,856901 +PHL,1990,8,803197,837734 +PHL,1990,9,785619,819125 +PHL,1990,10,768563,801157 +PHL,1990,11,752146,783913 +PHL,1990,12,735165,766248 +PHL,1990,13,717077,747630 +PHL,1990,14,698440,728553 +PHL,1990,15,680272,709972 +PHL,1990,16,662268,691612 +PHL,1990,17,645333,674113 +PHL,1990,18,629986,657863 +PHL,1991,0,976287,1026789 +PHL,1991,1,962895,1011937 +PHL,1991,2,940782,987306 +PHL,1991,3,919289,963516 +PHL,1991,4,898390,940525 +PHL,1991,5,878054,918293 +PHL,1991,6,858189,896712 +PHL,1991,7,838702,875669 +PHL,1991,8,819885,855474 +PHL,1991,9,801834,836226 +PHL,1991,10,784331,817674 +PHL,1991,11,767182,799570 +PHL,1991,12,750579,782081 +PHL,1991,13,733399,764126 +PHL,1991,14,715110,745180 +PHL,1991,15,696278,725756 +PHL,1991,16,677909,706822 +PHL,1991,17,659695,688094 +PHL,1991,18,642615,670323 +PHL,1992,0,981153,1031767 +PHL,1992,1,965112,1013742 +PHL,1992,2,959156,1007280 +PHL,1992,3,938602,984486 +PHL,1992,4,918168,961965 +PHL,1992,5,897900,939755 +PHL,1992,6,877844,917900 +PHL,1992,7,857916,896299 +PHL,1992,8,838034,874855 +PHL,1992,9,818880,854305 +PHL,1992,10,800754,834969 +PHL,1992,11,783319,816470 +PHL,1992,12,766072,798224 +PHL,1992,13,749277,780484 +PHL,1992,14,731890,762234 +PHL,1992,15,713396,742953 +PHL,1992,16,694362,723178 +PHL,1992,17,675785,703884 +PHL,1992,18,657354,684784 +PHL,1993,0,984020,1034498 +PHL,1993,1,973297,1022313 +PHL,1993,2,960881,1008396 +PHL,1993,3,955526,1002691 +PHL,1993,4,936529,981735 +PHL,1993,5,917152,960481 +PHL,1993,6,897514,939052 +PHL,1993,7,877735,917570 +PHL,1993,8,857741,895949 +PHL,1993,9,837461,874101 +PHL,1993,10,817969,853195 +PHL,1993,11,799766,833770 +PHL,1993,12,782397,815322 +PHL,1993,13,765050,796934 +PHL,1993,14,748060,778941 +PHL,1993,15,730466,760395 +PHL,1993,16,711762,740778 +PHL,1993,17,692525,720649 +PHL,1993,18,673738,700995 +PHL,1994,0,988392,1038801 +PHL,1994,1,981769,1031129 +PHL,1994,2,972630,1020821 +PHL,1994,3,961231,1008150 +PHL,1994,4,951680,997842 +PHL,1994,5,934245,978728 +PHL,1994,6,915929,958747 +PHL,1994,7,896926,938104 +PHL,1994,8,877429,917002 +PHL,1994,9,857374,895366 +PHL,1994,10,836700,873121 +PHL,1994,11,816874,851864 +PHL,1994,12,798597,832355 +PHL,1994,13,781298,813963 +PHL,1994,14,763855,795436 +PHL,1994,15,746675,777196 +PHL,1994,16,728876,758358 +PHL,1994,17,709968,738410 +PHL,1994,18,690532,717932 +PHL,1995,0,996820,1047460 +PHL,1995,1,991846,1041639 +PHL,1995,2,984160,1032959 +PHL,1995,3,974029,1021705 +PHL,1995,4,961720,1008163 +PHL,1995,5,947498,992617 +PHL,1995,6,931630,975352 +PHL,1995,7,914383,956652 +PHL,1995,8,896021,936803 +PHL,1995,9,876813,916089 +PHL,1995,10,856704,894446 +PHL,1995,11,835644,871812 +PHL,1995,12,815490,850212 +PHL,1995,13,797147,830627 +PHL,1995,14,779924,812297 +PHL,1995,15,762390,793639 +PHL,1995,16,745026,775158 +PHL,1995,17,727030,756035 +PHL,1995,18,707924,735764 +PHL,1996,0,1011422,1062909 +PHL,1996,1,997904,1048171 +PHL,1996,2,991291,1040671 +PHL,1996,3,982658,1031054 +PHL,1996,4,972142,1019464 +PHL,1996,5,959885,1006048 +PHL,1996,6,946165,991105 +PHL,1996,7,931260,974932 +PHL,1996,8,914615,956913 +PHL,1996,9,896090,936889 +PHL,1996,10,876243,915464 +PHL,1996,11,855729,893355 +PHL,1996,12,834371,870365 +PHL,1996,13,813903,848357 +PHL,1996,14,795242,828315 +PHL,1996,15,777710,809509 +PHL,1996,16,759864,790372 +PHL,1996,17,742179,771397 +PHL,1996,18,723964,751911 +PHL,1997,0,1029496,1082076 +PHL,1997,1,1019314,1070828 +PHL,1997,2,998384,1048271 +PHL,1997,3,990136,1039096 +PHL,1997,4,980559,1028545 +PHL,1997,5,969665,1016626 +PHL,1997,6,957468,1003344 +PHL,1997,7,944257,989012 +PHL,1997,8,930326,973943 +PHL,1997,9,914294,956617 +PHL,1997,10,895616,936429 +PHL,1997,11,875141,914304 +PHL,1997,12,854236,891741 +PHL,1997,13,832592,868410 +PHL,1997,14,811822,846006 +PHL,1997,15,792854,825519 +PHL,1997,16,775023,806245 +PHL,1997,17,756877,786640 +PHL,1997,18,738881,767183 +PHL,1998,0,1049730,1103557 +PHL,1998,1,1034490,1086918 +PHL,1998,2,1019837,1070955 +PHL,1998,3,998542,1047963 +PHL,1998,4,988663,1037116 +PHL,1998,5,978145,1025637 +PHL,1998,6,966876,1013392 +PHL,1998,7,954742,1000250 +PHL,1998,8,942046,986536 +PHL,1998,9,929093,972575 +PHL,1998,10,913678,955948 +PHL,1998,11,894854,935605 +PHL,1998,12,873759,912788 +PHL,1998,13,852467,889780 +PHL,1998,14,830546,866116 +PHL,1998,15,809479,843326 +PHL,1998,16,790211,822401 +PHL,1998,17,772086,802668 +PHL,1998,18,753645,782602 +PHL,1999,0,1070041,1125112 +PHL,1999,1,1050315,1103582 +PHL,1999,2,1032459,1084134 +PHL,1999,3,1016182,1066448 +PHL,1999,4,998693,1047461 +PHL,1999,5,987183,1034946 +PHL,1999,6,975726,1022540 +PHL,1999,7,964082,1009972 +PHL,1999,8,952011,996971 +PHL,1999,9,939829,983877 +PHL,1999,10,927853,971028 +PHL,1999,11,913057,955102 +PHL,1999,12,894086,934608 +PHL,1999,13,872371,911104 +PHL,1999,14,850694,887656 +PHL,1999,15,828494,863663 +PHL,1999,16,807132,840491 +PHL,1999,17,787564,819132 +PHL,1999,18,769147,798944 +PHL,2000,0,1088591,1144768 +PHL,2000,1,1066222,1120184 +PHL,2000,2,1046432,1098500 +PHL,2000,3,1028855,1079308 +PHL,2000,4,1013124,1062196 +PHL,2000,5,998872,1046755 +PHL,2000,6,985731,1032574 +PHL,2000,7,973335,1019245 +PHL,2000,8,961317,1006358 +PHL,2000,9,949309,993501 +PHL,2000,10,937640,981029 +PHL,2000,11,926640,969292 +PHL,2000,12,912461,954071 +PHL,2000,13,893343,933429 +PHL,2000,14,871007,909244 +PHL,2000,15,848945,885359 +PHL,2000,16,826467,861044 +PHL,2000,17,804809,837494 +PHL,2000,18,784941,815706 +PHL,2001,0,1106136,1163867 +PHL,2001,1,1085413,1140374 +PHL,2001,2,1064572,1117543 +PHL,2001,3,1045819,1097077 +PHL,2001,4,1028853,1078635 +PHL,2001,5,1013373,1061877 +PHL,2001,6,999031,1046412 +PHL,2001,7,985477,1031849 +PHL,2001,8,972658,1018102 +PHL,2001,9,960374,1004931 +PHL,2001,10,948176,991845 +PHL,2001,11,936163,978966 +PHL,2001,12,924729,966723 +PHL,2001,13,910097,950935 +PHL,2001,14,890527,929675 +PHL,2001,15,867756,904857 +PHL,2001,16,845259,880340 +PHL,2001,17,822339,855379 +PHL,2001,18,800384,831362 +PHL,2002,0,1122100,1181415 +PHL,2002,1,1100986,1156857 +PHL,2002,2,1082230,1135695 +PHL,2002,3,1062921,1114623 +PHL,2002,4,1045205,1095379 +PHL,2002,5,1028849,1077692 +PHL,2002,6,1013622,1061293 +PHL,2002,7,999190,1045808 +PHL,2002,8,985221,1030866 +PHL,2002,9,971979,1016704 +PHL,2002,10,959430,1003254 +PHL,2002,11,947042,989940 +PHL,2002,12,934683,976659 +PHL,2002,13,922814,963911 +PHL,2002,14,907729,947561 +PHL,2002,15,887708,925688 +PHL,2002,16,864501,900242 +PHL,2002,17,841569,875100 +PHL,2002,18,818206,849498 +PHL,2003,0,1134913,1195454 +PHL,2003,1,1116333,1173011 +PHL,2003,2,1098835,1152282 +PHL,2003,3,1078634,1130744 +PHL,2003,4,1060864,1111435 +PHL,2003,5,1044193,1093418 +PHL,2003,6,1028455,1076491 +PHL,2003,7,1013485,1060454 +PHL,2003,8,998969,1044953 +PHL,2003,9,984591,1029636 +PHL,2003,10,970931,1015062 +PHL,2003,11,958121,1001335 +PHL,2003,12,945548,987798 +PHL,2003,13,932848,974117 +PHL,2003,14,920548,960869 +PHL,2003,15,905015,943960 +PHL,2003,16,884549,921480 +PHL,2003,17,860915,895412 +PHL,2003,18,837557,869650 +PHL,2004,0,1142984,1203856 +PHL,2004,1,1126535,1183886 +PHL,2004,2,1110495,1164874 +PHL,2004,3,1094806,1146704 +PHL,2004,4,1074391,1125808 +PHL,2004,5,1058171,1108263 +PHL,2004,6,1042554,1091471 +PHL,2004,7,1027443,1075303 +PHL,2004,8,1012740,1059627 +PHL,2004,9,998148,1044110 +PHL,2004,10,983369,1028418 +PHL,2004,11,969299,1013432 +PHL,2004,12,956236,999429 +PHL,2004,13,943485,985669 +PHL,2004,14,930452,971588 +PHL,2004,15,917729,957839 +PHL,2004,16,901758,940372 +PHL,2004,17,880860,917284 +PHL,2004,18,856812,890596 +PHL,2005,0,1145810,1205754 +PHL,2005,1,1130134,1187955 +PHL,2005,2,1114722,1170680 +PHL,2005,3,1099542,1153869 +PHL,2005,4,1084564,1137458 +PHL,2005,5,1069758,1121389 +PHL,2005,6,1055091,1105598 +PHL,2005,7,1040534,1090025 +PHL,2005,8,1026055,1074608 +PHL,2005,9,1011623,1059287 +PHL,2005,10,996960,1043746 +PHL,2005,11,981787,1027671 +PHL,2005,12,967313,1012268 +PHL,2005,13,954001,997982 +PHL,2005,14,941078,983992 +PHL,2005,15,927717,969504 +PHL,2005,16,914576,955248 +PHL,2005,17,898173,937215 +PHL,2005,18,876851,913510 +PHL,2006,0,1142428,1196583 +PHL,2006,1,1122444,1183799 +PHL,2006,2,1108447,1168498 +PHL,2006,3,1095027,1153706 +PHL,2006,4,1082067,1139310 +PHL,2006,5,1069450,1125198 +PHL,2006,6,1057064,1111282 +PHL,2006,7,1044798,1097475 +PHL,2006,8,1032504,1083541 +PHL,2006,9,1020051,1069318 +PHL,2006,10,1007341,1054768 +PHL,2006,11,994344,1039894 +PHL,2006,12,980993,1024551 +PHL,2006,13,966922,1008785 +PHL,2006,14,951919,992570 +PHL,2006,15,936025,975723 +PHL,2006,16,919818,958494 +PHL,2006,17,903580,941317 +PHL,2006,18,885236,921485 +PHL,2007,0,1133423,1180547 +PHL,2007,1,1114987,1166908 +PHL,2007,2,1099030,1162947 +PHL,2007,3,1086710,1150124 +PHL,2007,4,1075280,1137796 +PHL,2007,5,1064536,1125799 +PHL,2007,6,1054275,1113968 +PHL,2007,7,1044306,1102190 +PHL,2007,8,1034438,1090350 +PHL,2007,9,1024404,1078038 +PHL,2007,10,1013974,1064995 +PHL,2007,11,1002983,1051201 +PHL,2007,12,991651,1036979 +PHL,2007,13,980119,1022354 +PHL,2007,14,966451,1006211 +PHL,2007,15,949763,988056 +PHL,2007,16,930904,968344 +PHL,2007,17,911858,948362 +PHL,2007,18,892532,928256 +PHL,2008,0,1122884,1163145 +PHL,2008,1,1102043,1151133 +PHL,2008,2,1084099,1140102 +PHL,2008,3,1076377,1143195 +PHL,2008,4,1065723,1132839 +PHL,2008,5,1056273,1122963 +PHL,2008,6,1047736,1113353 +PHL,2008,7,1039822,1103792 +PHL,2008,8,1032260,1094140 +PHL,2008,9,1024780,1084255 +PHL,2008,10,1016996,1073555 +PHL,2008,11,1008580,1061677 +PHL,2008,12,999299,1048627 +PHL,2008,13,989620,1035043 +PHL,2008,14,979897,1021122 +PHL,2008,15,966624,1004588 +PHL,2008,16,948241,984476 +PHL,2008,17,926408,961880 +PHL,2008,18,904515,939127 +PHL,2009,0,1115720,1151391 +PHL,2009,1,1092953,1139881 +PHL,2009,2,1073992,1129857 +PHL,2009,3,1058405,1121068 +PHL,2009,4,1054840,1123959 +PHL,2009,5,1045842,1116068 +PHL,2009,6,1038361,1108643 +PHL,2009,7,1032022,1101418 +PHL,2009,8,1026448,1094126 +PHL,2009,9,1021287,1086598 +PHL,2009,10,1016187,1078667 +PHL,2009,11,1010646,1069574 +PHL,2009,12,1004236,1058859 +PHL,2009,13,996656,1046547 +PHL,2009,14,988622,1033596 +PHL,2009,15,980699,1020373 +PHL,2009,16,967805,1003439 +PHL,2009,17,947708,981358 +PHL,2009,18,922878,955863 +PHL,2010,0,1114588,1149494 +PHL,2010,1,1091111,1137041 +PHL,2010,2,1071788,1126630 +PHL,2010,3,1056155,1117944 +PHL,2010,4,1043749,1110665 +PHL,2010,5,1034105,1104474 +PHL,2010,6,1026759,1099053 +PHL,2010,7,1021247,1094084 +PHL,2010,8,1017107,1089249 +PHL,2010,9,1013872,1084230 +PHL,2010,10,1011113,1078832 +PHL,2010,11,1008395,1072858 +PHL,2010,12,1005098,1065378 +PHL,2010,13,1000692,1055828 +PHL,2010,14,994810,1044259 +PHL,2010,15,988419,1031944 +PHL,2010,16,982293,1019422 +PHL,2010,17,969770,1002092 +PHL,2010,18,947938,978043 +PHL,2011,0,1118733,1161456 +PHL,2011,1,1108990,1147467 +PHL,2011,2,1088089,1135616 +PHL,2011,3,1070447,1125674 +PHL,2011,4,1055739,1117334 +PHL,2011,5,1043641,1110286 +PHL,2011,6,1033700,1104222 +PHL,2011,7,1025461,1098836 +PHL,2011,8,1019242,1093815 +PHL,2011,9,1014974,1088848 +PHL,2011,10,1011947,1083629 +PHL,2011,11,1009099,1077982 +PHL,2011,12,1006137,1071726 +PHL,2011,13,1002578,1063915 +PHL,2011,14,997906,1053987 +PHL,2011,15,991763,1042017 +PHL,2011,16,985107,1029297 +PHL,2011,17,978708,1016357 +PHL,2011,18,966003,998705 +PHL,2012,0,1130031,1184226 +PHL,2012,1,1107784,1162983 +PHL,2012,2,1104270,1144907 +PHL,2012,3,1085926,1133664 +PHL,2012,4,1069949,1124195 +PHL,2012,5,1056154,1116204 +PHL,2012,6,1044355,1109391 +PHL,2012,7,1034108,1103459 +PHL,2012,8,1024972,1098110 +PHL,2012,9,1018041,1093038 +PHL,2012,10,1013641,1087941 +PHL,2012,11,1010819,1082524 +PHL,2012,12,1007881,1076632 +PHL,2012,13,1004673,1070096 +PHL,2012,14,1000850,1061958 +PHL,2012,15,995908,1051656 +PHL,2012,16,989498,1039290 +PHL,2012,17,982573,1026170 +PHL,2012,18,975897,1012818 +PHL,2013,0,1141477,1208247 +PHL,2013,1,1121800,1182247 +PHL,2013,2,1104269,1160715 +PHL,2013,3,1099775,1141802 +PHL,2013,4,1083985,1131171 +PHL,2013,5,1069672,1122181 +PHL,2013,6,1056787,1114542 +PHL,2013,7,1045284,1107967 +PHL,2013,8,1034730,1102169 +PHL,2013,9,1024693,1096860 +PHL,2013,10,1017048,1091741 +PHL,2013,11,1012517,1086516 +PHL,2013,12,1009898,1080904 +PHL,2013,13,1006869,1074768 +PHL,2013,14,1003414,1067956 +PHL,2013,15,999327,1059495 +PHL,2013,16,994114,1048824 +PHL,2013,17,987435,1036067 +PHL,2013,18,980240,1022555 +PHL,2014,0,1143886,1220696 +PHL,2014,1,1129551,1194256 +PHL,2014,2,1115766,1172053 +PHL,2014,3,1102553,1153643 +PHL,2014,4,1095287,1138747 +PHL,2014,5,1082052,1128727 +PHL,2014,6,1069401,1120214 +PHL,2014,7,1057427,1112929 +PHL,2014,8,1046220,1106591 +PHL,2014,9,1035359,1100926 +PHL,2014,10,1024421,1095657 +PHL,2014,11,1016063,1090489 +PHL,2014,12,1011400,1085137 +PHL,2014,13,1008985,1079330 +PHL,2014,14,1005865,1072951 +PHL,2014,15,1002163,1065862 +PHL,2014,16,997811,1057077 +PHL,2014,17,992326,1046037 +PHL,2014,18,985380,1032891 +PHL,2015,0,1131649,1213332 +PHL,2015,1,1125954,1193014 +PHL,2015,2,1118803,1175417 +PHL,2015,3,1110424,1160269 +PHL,2015,4,1101048,1147303 +PHL,2015,5,1090905,1136249 +PHL,2015,6,1080225,1126836 +PHL,2015,7,1069238,1118796 +PHL,2015,8,1058173,1111859 +PHL,2015,9,1047261,1105756 +PHL,2015,10,1036091,1100222 +PHL,2015,11,1024252,1094990 +PHL,2015,12,1015178,1089772 +PHL,2015,13,1010382,1084288 +PHL,2015,14,1008172,1078283 +PHL,2015,15,1004960,1071658 +PHL,2015,16,1001010,1064290 +PHL,2015,17,996394,1055178 +PHL,2015,18,990636,1043763 +PHL,2016,0,1099534,1178689 +PHL,2016,1,1125933,1203157 +PHL,2016,2,1122777,1188050 +PHL,2016,3,1117304,1173813 +PHL,2016,4,1109874,1160475 +PHL,2016,5,1100852,1148062 +PHL,2016,6,1090479,1136314 +PHL,2016,7,1078997,1124971 +PHL,2016,8,1067374,1115502 +PHL,2016,9,1056214,1108513 +PHL,2016,10,1045518,1103166 +PHL,2016,11,1034278,1097767 +PHL,2016,12,1022214,1092352 +PHL,2016,13,1012904,1086903 +PHL,2016,14,1007877,1081137 +PHL,2016,15,1005445,1074825 +PHL,2016,16,1002006,1067889 +PHL,2016,17,997820,1060198 +PHL,2016,18,993041,1050851 +PHL,2017,0,1053530,1125228 +PHL,2017,1,1077909,1141317 +PHL,2017,2,1121215,1194685 +PHL,2017,3,1120595,1184762 +PHL,2017,4,1116793,1173863 +PHL,2017,5,1110306,1162313 +PHL,2017,6,1101630,1150436 +PHL,2017,7,1091018,1137979 +PHL,2017,8,1078724,1124690 +PHL,2017,9,1066454,1113781 +PHL,2017,10,1055190,1106730 +PHL,2017,11,1044701,1102131 +PHL,2017,12,1033381,1096860 +PHL,2017,13,1021081,1091255 +PHL,2017,14,1011527,1085566 +PHL,2017,15,1006264,1079511 +PHL,2017,16,1003609,1072882 +PHL,2017,17,999940,1065627 +PHL,2017,18,995513,1057602 +PHL,2018,0,1004552,1066175 +PHL,2018,1,1045113,1104914 +PHL,2018,2,1075540,1133743 +PHL,2018,3,1116977,1187050 +PHL,2018,4,1118893,1182310 +PHL,2018,5,1116763,1174745 +PHL,2018,6,1111217,1164976 +PHL,2018,7,1102883,1153627 +PHL,2018,8,1092027,1140451 +PHL,2018,9,1078915,1125206 +PHL,2018,10,1065993,1112847 +PHL,2018,11,1054620,1105730 +PHL,2018,12,1044332,1101876 +PHL,2018,13,1032928,1096728 +PHL,2018,14,1020387,1090928 +PHL,2018,15,1010584,1084997 +PHL,2018,16,1005084,1078647 +PHL,2018,17,1002203,1071698 +PHL,2018,18,998302,1064117 +PHL,2019,0,968000,1020000 +PHL,2019,1,1018000,1074000 +PHL,2019,2,1057000,1116000 +PHL,2019,3,1085000,1145000 +PHL,2019,4,1112000,1179000 +PHL,2019,5,1117000,1179000 +PHL,2019,6,1116000,1175000 +PHL,2019,7,1112000,1167000 +PHL,2019,8,1104000,1156000 +PHL,2019,9,1093000,1142000 +PHL,2019,10,1079000,1125000 +PHL,2019,11,1065000,1111000 +PHL,2019,12,1054000,1104000 +PHL,2019,13,1044000,1101000 +PHL,2019,14,1032000,1096000 +PHL,2019,15,1019000,1090000 +PHL,2019,16,1009000,1084000 +PHL,2019,17,1004000,1077000 +PHL,2019,18,1000000,1070000 +PHL,2020,0,954000,1001000 +PHL,2020,1,1003000,1058000 +PHL,2020,2,1042000,1102000 +PHL,2020,3,1072000,1134000 +PHL,2020,4,1093000,1156000 +PHL,2020,5,1107000,1170000 +PHL,2020,6,1114000,1175000 +PHL,2020,7,1115000,1175000 +PHL,2020,8,1112000,1168000 +PHL,2020,9,1104000,1158000 +PHL,2020,10,1093000,1143000 +PHL,2020,11,1078000,1124000 +PHL,2020,12,1064000,1109000 +PHL,2020,13,1052000,1102000 +PHL,2020,14,1042000,1099000 +PHL,2020,15,1031000,1095000 +PHL,2020,16,1018000,1088000 +PHL,2020,17,1007000,1082000 +PHL,2020,18,1001000,1075000 +PHL,2021,0,971000,1018000 +PHL,2021,1,966000,1015000 +PHL,2021,2,1006000,1061000 +PHL,2021,3,1040000,1099000 +PHL,2021,4,1067000,1129000 +PHL,2021,5,1088000,1150000 +PHL,2021,6,1104000,1166000 +PHL,2021,7,1115000,1176000 +PHL,2021,8,1119000,1179000 +PHL,2021,9,1115000,1172000 +PHL,2021,10,1105000,1160000 +PHL,2021,11,1093000,1145000 +PHL,2021,12,1078000,1125000 +PHL,2021,13,1064000,1110000 +PHL,2021,14,1052000,1102000 +PHL,2021,15,1042000,1099000 +PHL,2021,16,1030000,1094000 +PHL,2021,17,1017000,1088000 +PHL,2021,18,1006000,1081000 +PHL,2022,0,1010000,1060000 +PHL,2022,1,1022000,1077000 +PHL,2022,2,976000,1026000 +PHL,2022,3,1008000,1063000 +PHL,2022,4,1036000,1094000 +PHL,2022,5,1061000,1121000 +PHL,2022,6,1081000,1142000 +PHL,2022,7,1099000,1160000 +PHL,2022,8,1114000,1175000 +PHL,2022,9,1120000,1180000 +PHL,2022,10,1117000,1174000 +PHL,2022,11,1105000,1160000 +PHL,2022,12,1092000,1143000 +PHL,2022,13,1077000,1124000 +PHL,2022,14,1062000,1108000 +PHL,2022,15,1050000,1100000 +PHL,2022,16,1040000,1097000 +PHL,2022,17,1028000,1092000 +PHL,2022,18,1014000,1085000 +PHL,2023,0,1060000,1115000 +PHL,2023,1,1043000,1100000 +PHL,2023,2,1033000,1092000 +PHL,2023,3,985000,1036000 +PHL,2023,4,1008000,1063000 +PHL,2023,5,1031000,1089000 +PHL,2023,6,1053000,1112000 +PHL,2023,7,1074000,1133000 +PHL,2023,8,1093000,1153000 +PHL,2023,9,1112000,1172000 +PHL,2023,10,1121000,1181000 +PHL,2023,11,1117000,1175000 +PHL,2023,12,1104000,1158000 +PHL,2023,13,1090000,1141000 +PHL,2023,14,1075000,1121000 +PHL,2023,15,1060000,1106000 +PHL,2023,16,1048000,1097000 +PHL,2023,17,1037000,1094000 +PHL,2023,18,1025000,1088000 +PHL,2024,0,1104000,1164000 +PHL,2024,1,1064000,1122000 +PHL,2024,2,1036000,1094000 +PHL,2024,3,1020000,1077000 +PHL,2024,4,994000,1047000 +PHL,2024,5,1009000,1064000 +PHL,2024,6,1027000,1083000 +PHL,2024,7,1046000,1104000 +PHL,2024,8,1066000,1124000 +PHL,2024,9,1087000,1146000 +PHL,2024,10,1110000,1170000 +PHL,2024,11,1122000,1182000 +PHL,2024,12,1118000,1176000 +PHL,2024,13,1103000,1157000 +PHL,2024,14,1088000,1139000 +PHL,2024,15,1073000,1119000 +PHL,2024,16,1058000,1103000 +PHL,2024,17,1045000,1095000 +PHL,2024,18,1034000,1091000 +PHL,2025,0,1130000,1193000 +PHL,2025,1,1077000,1137000 +PHL,2025,2,1040000,1098000 +PHL,2025,3,1017000,1073000 +PHL,2025,4,1005000,1060000 +PHL,2025,5,1004000,1059000 +PHL,2025,6,1010000,1065000 +PHL,2025,7,1023000,1078000 +PHL,2025,8,1040000,1096000 +PHL,2025,9,1059000,1116000 +PHL,2025,10,1082000,1140000 +PHL,2025,11,1108000,1168000 +PHL,2025,12,1124000,1184000 +PHL,2025,13,1119000,1177000 +PHL,2025,14,1102000,1157000 +PHL,2025,15,1087000,1138000 +PHL,2025,16,1071000,1118000 +PHL,2025,17,1056000,1102000 +PHL,2025,18,1043000,1093000 +PHL,2026,0,1133000,1197000 +PHL,2026,1,1116000,1178000 +PHL,2026,2,1072000,1132000 +PHL,2026,3,1041000,1098000 +PHL,2026,4,1021000,1077000 +PHL,2026,5,1010000,1065000 +PHL,2026,6,1007000,1061000 +PHL,2026,7,1009000,1064000 +PHL,2026,8,1019000,1074000 +PHL,2026,9,1036000,1092000 +PHL,2026,10,1057000,1113000 +PHL,2026,11,1079000,1137000 +PHL,2026,12,1106000,1166000 +PHL,2026,13,1121000,1181000 +PHL,2026,14,1117000,1174000 +PHL,2026,15,1099000,1153000 +PHL,2026,16,1084000,1134000 +PHL,2026,17,1068000,1114000 +PHL,2026,18,1052000,1097000 +PHL,2027,0,1118000,1181000 +PHL,2027,1,1080000,1140000 +PHL,2027,2,1103000,1164000 +PHL,2027,3,1068000,1127000 +PHL,2027,4,1043000,1100000 +PHL,2027,5,1025000,1081000 +PHL,2027,6,1015000,1071000 +PHL,2027,7,1011000,1065000 +PHL,2027,8,1010000,1064000 +PHL,2027,9,1017000,1071000 +PHL,2027,10,1033000,1089000 +PHL,2027,11,1055000,1112000 +PHL,2027,12,1079000,1136000 +PHL,2027,13,1105000,1165000 +PHL,2027,14,1120000,1180000 +PHL,2027,15,1115000,1173000 +PHL,2027,16,1097000,1151000 +PHL,2027,17,1082000,1132000 +PHL,2027,18,1065000,1111000 +PHL,2028,0,1093000,1155000 +PHL,2028,1,1074000,1134000 +PHL,2028,2,1059000,1117000 +PHL,2028,3,1090000,1150000 +PHL,2028,4,1065000,1123000 +PHL,2028,5,1045000,1102000 +PHL,2028,6,1031000,1087000 +PHL,2028,7,1021000,1077000 +PHL,2028,8,1015000,1070000 +PHL,2028,9,1010000,1065000 +PHL,2028,10,1015000,1069000 +PHL,2028,11,1031000,1086000 +PHL,2028,12,1055000,1111000 +PHL,2028,13,1078000,1136000 +PHL,2028,14,1104000,1164000 +PHL,2028,15,1119000,1179000 +PHL,2028,16,1114000,1171000 +PHL,2028,17,1096000,1150000 +PHL,2028,18,1080000,1130000 +PHL,2029,0,1068000,1128000 +PHL,2029,1,1068000,1127000 +PHL,2029,2,1065000,1124000 +PHL,2029,3,1062000,1120000 +PHL,2029,4,1077000,1136000 +PHL,2029,5,1061000,1119000 +PHL,2029,6,1047000,1104000 +PHL,2029,7,1036000,1092000 +PHL,2029,8,1027000,1083000 +PHL,2029,9,1019000,1074000 +PHL,2029,10,1011000,1065000 +PHL,2029,11,1012000,1067000 +PHL,2029,12,1029000,1084000 +PHL,2029,13,1054000,1110000 +PHL,2029,14,1077000,1135000 +PHL,2029,15,1103000,1163000 +PHL,2029,16,1117000,1178000 +PHL,2029,17,1112000,1170000 +PHL,2029,18,1094000,1148000 +PHL,2030,0,1051000,1109000 +PHL,2030,1,1062000,1121000 +PHL,2030,2,1069000,1128000 +PHL,2030,3,1071000,1129000 +PHL,2030,4,1069000,1127000 +PHL,2030,5,1064000,1122000 +PHL,2030,6,1057000,1114000 +PHL,2030,7,1049000,1105000 +PHL,2030,8,1040000,1096000 +PHL,2030,9,1032000,1088000 +PHL,2030,10,1023000,1078000 +PHL,2030,11,1010000,1065000 +PHL,2030,12,1009000,1063000 +PHL,2030,13,1025000,1080000 +PHL,2030,14,1052000,1108000 +PHL,2030,15,1076000,1134000 +PHL,2030,16,1102000,1162000 +PHL,2030,17,1115000,1176000 +PHL,2030,18,1110000,1168000 +PHL,2031,0,1045000,1103000 +PHL,2031,1,1053000,1112000 +PHL,2031,2,1063000,1121000 +PHL,2031,3,1068000,1126000 +PHL,2031,4,1069000,1127000 +PHL,2031,5,1067000,1125000 +PHL,2031,6,1062000,1120000 +PHL,2031,7,1057000,1114000 +PHL,2031,8,1049000,1106000 +PHL,2031,9,1041000,1097000 +PHL,2031,10,1032000,1088000 +PHL,2031,11,1023000,1078000 +PHL,2031,12,1010000,1064000 +PHL,2031,13,1008000,1063000 +PHL,2031,14,1024000,1079000 +PHL,2031,15,1051000,1107000 +PHL,2031,16,1075000,1132000 +PHL,2031,17,1100000,1160000 +PHL,2031,18,1114000,1174000 +PHL,2032,0,1046000,1104000 +PHL,2032,1,1061000,1120000 +PHL,2032,2,1056000,1114000 +PHL,2032,3,1063000,1121000 +PHL,2032,4,1066000,1124000 +PHL,2032,5,1066000,1125000 +PHL,2032,6,1064000,1122000 +PHL,2032,7,1061000,1118000 +PHL,2032,8,1056000,1113000 +PHL,2032,9,1050000,1107000 +PHL,2032,10,1041000,1097000 +PHL,2032,11,1032000,1088000 +PHL,2032,12,1022000,1077000 +PHL,2032,13,1009000,1063000 +PHL,2032,14,1007000,1061000 +PHL,2032,15,1023000,1078000 +PHL,2032,16,1049000,1105000 +PHL,2032,17,1073000,1130000 +PHL,2032,18,1098000,1157000 +PHL,2033,0,1051000,1109000 +PHL,2033,1,1061000,1120000 +PHL,2033,2,1068000,1127000 +PHL,2033,3,1058000,1116000 +PHL,2033,4,1062000,1120000 +PHL,2033,5,1064000,1122000 +PHL,2033,6,1064000,1122000 +PHL,2033,7,1062000,1119000 +PHL,2033,8,1059000,1116000 +PHL,2033,9,1056000,1112000 +PHL,2033,10,1050000,1106000 +PHL,2033,11,1041000,1097000 +PHL,2033,12,1031000,1087000 +PHL,2033,13,1021000,1076000 +PHL,2033,14,1007000,1062000 +PHL,2033,15,1005000,1060000 +PHL,2033,16,1021000,1076000 +PHL,2033,17,1047000,1103000 +PHL,2033,18,1070000,1128000 +PHL,2034,0,1055000,1114000 +PHL,2034,1,1060000,1119000 +PHL,2034,2,1064000,1122000 +PHL,2034,3,1065000,1124000 +PHL,2034,4,1059000,1117000 +PHL,2034,5,1061000,1119000 +PHL,2034,6,1062000,1119000 +PHL,2034,7,1061000,1118000 +PHL,2034,8,1059000,1116000 +PHL,2034,9,1056000,1113000 +PHL,2034,10,1055000,1111000 +PHL,2034,11,1050000,1106000 +PHL,2034,12,1041000,1097000 +PHL,2034,13,1030000,1086000 +PHL,2034,14,1019000,1074000 +PHL,2034,15,1006000,1060000 +PHL,2034,16,1004000,1058000 +PHL,2034,17,1019000,1074000 +PHL,2034,18,1044000,1101000 +PHL,2035,0,1056000,1115000 +PHL,2035,1,1058000,1116000 +PHL,2035,2,1059000,1118000 +PHL,2035,3,1060000,1119000 +PHL,2035,4,1061000,1119000 +PHL,2035,5,1061000,1119000 +PHL,2035,6,1061000,1118000 +PHL,2035,7,1060000,1117000 +PHL,2035,8,1058000,1115000 +PHL,2035,9,1056000,1113000 +PHL,2035,10,1054000,1111000 +PHL,2035,11,1054000,1110000 +PHL,2035,12,1050000,1106000 +PHL,2035,13,1041000,1097000 +PHL,2035,14,1029000,1085000 +PHL,2035,15,1018000,1073000 +PHL,2035,16,1004000,1059000 +PHL,2035,17,1002000,1056000 +PHL,2035,18,1017000,1072000 +PHL,2036,0,1052000,1111000 +PHL,2036,1,1055000,1113000 +PHL,2036,2,1057000,1115000 +PHL,2036,3,1059000,1117000 +PHL,2036,4,1060000,1118000 +PHL,2036,5,1061000,1118000 +PHL,2036,6,1061000,1118000 +PHL,2036,7,1060000,1118000 +PHL,2036,8,1059000,1117000 +PHL,2036,9,1058000,1115000 +PHL,2036,10,1055000,1112000 +PHL,2036,11,1053000,1110000 +PHL,2036,12,1053000,1109000 +PHL,2036,13,1048000,1105000 +PHL,2036,14,1039000,1095000 +PHL,2036,15,1027000,1083000 +PHL,2036,16,1016000,1071000 +PHL,2036,17,1002000,1057000 +PHL,2036,18,1000000,1054000 +PHL,2037,0,1046000,1104000 +PHL,2037,1,1048000,1106000 +PHL,2037,2,1053000,1111000 +PHL,2037,3,1056000,1114000 +PHL,2037,4,1058000,1116000 +PHL,2037,5,1059000,1117000 +PHL,2037,6,1060000,1118000 +PHL,2037,7,1060000,1118000 +PHL,2037,8,1060000,1117000 +PHL,2037,9,1059000,1116000 +PHL,2037,10,1057000,1114000 +PHL,2037,11,1055000,1111000 +PHL,2037,12,1053000,1109000 +PHL,2037,13,1052000,1108000 +PHL,2037,14,1047000,1104000 +PHL,2037,15,1038000,1094000 +PHL,2037,16,1026000,1081000 +PHL,2037,17,1014000,1069000 +PHL,2037,18,1000000,1054000 +PHL,2038,0,1037000,1095000 +PHL,2038,1,1042000,1099000 +PHL,2038,2,1046000,1103000 +PHL,2038,3,1052000,1110000 +PHL,2038,4,1055000,1113000 +PHL,2038,5,1057000,1115000 +PHL,2038,6,1059000,1116000 +PHL,2038,7,1060000,1117000 +PHL,2038,8,1060000,1117000 +PHL,2038,9,1060000,1117000 +PHL,2038,10,1059000,1115000 +PHL,2038,11,1057000,1113000 +PHL,2038,12,1054000,1111000 +PHL,2038,13,1052000,1108000 +PHL,2038,14,1050000,1107000 +PHL,2038,15,1046000,1102000 +PHL,2038,16,1036000,1092000 +PHL,2038,17,1024000,1079000 +PHL,2038,18,1012000,1067000 +PHL,2039,0,1029000,1086000 +PHL,2039,1,1035000,1092000 +PHL,2039,2,1040000,1098000 +PHL,2039,3,1045000,1103000 +PHL,2039,4,1050000,1108000 +PHL,2039,5,1054000,1111000 +PHL,2039,6,1056000,1113000 +PHL,2039,7,1058000,1115000 +PHL,2039,8,1059000,1116000 +PHL,2039,9,1059000,1116000 +PHL,2039,10,1059000,1116000 +PHL,2039,11,1058000,1115000 +PHL,2039,12,1056000,1113000 +PHL,2039,13,1053000,1110000 +PHL,2039,14,1050000,1107000 +PHL,2039,15,1049000,1106000 +PHL,2039,16,1044000,1101000 +PHL,2039,17,1034000,1090000 +PHL,2039,18,1022000,1077000 +PHL,2040,0,1022000,1079000 +PHL,2040,1,1028000,1086000 +PHL,2040,2,1034000,1092000 +PHL,2040,3,1040000,1097000 +PHL,2040,4,1045000,1102000 +PHL,2040,5,1049000,1106000 +PHL,2040,6,1052000,1109000 +PHL,2040,7,1055000,1112000 +PHL,2040,8,1057000,1114000 +PHL,2040,9,1058000,1115000 +PHL,2040,10,1059000,1115000 +PHL,2040,11,1058000,1115000 +PHL,2040,12,1057000,1114000 +PHL,2040,13,1055000,1112000 +PHL,2040,14,1052000,1109000 +PHL,2040,15,1049000,1106000 +PHL,2040,16,1047000,1104000 +PHL,2040,17,1042000,1099000 +PHL,2040,18,1032000,1088000 +PHL,2041,0,1017000,1074000 +PHL,2041,1,1021000,1078000 +PHL,2041,2,1028000,1085000 +PHL,2041,3,1034000,1091000 +PHL,2041,4,1039000,1096000 +PHL,2041,5,1044000,1101000 +PHL,2041,6,1048000,1105000 +PHL,2041,7,1052000,1109000 +PHL,2041,8,1055000,1112000 +PHL,2041,9,1057000,1114000 +PHL,2041,10,1058000,1115000 +PHL,2041,11,1058000,1115000 +PHL,2041,12,1058000,1114000 +PHL,2041,13,1056000,1113000 +PHL,2041,14,1054000,1110000 +PHL,2041,15,1050000,1107000 +PHL,2041,16,1047000,1104000 +PHL,2041,17,1046000,1102000 +PHL,2041,18,1040000,1097000 +PHL,2042,0,1014000,1071000 +PHL,2042,1,1019000,1076000 +PHL,2042,2,1021000,1078000 +PHL,2042,3,1027000,1084000 +PHL,2042,4,1033000,1090000 +PHL,2042,5,1038000,1095000 +PHL,2042,6,1043000,1100000 +PHL,2042,7,1048000,1105000 +PHL,2042,8,1052000,1109000 +PHL,2042,9,1055000,1112000 +PHL,2042,10,1056000,1113000 +PHL,2042,11,1057000,1114000 +PHL,2042,12,1057000,1114000 +PHL,2042,13,1057000,1113000 +PHL,2042,14,1055000,1112000 +PHL,2042,15,1052000,1109000 +PHL,2042,16,1049000,1105000 +PHL,2042,17,1045000,1102000 +PHL,2042,18,1043000,1100000 +PHL,2043,0,1012000,1069000 +PHL,2043,1,1015000,1072000 +PHL,2043,2,1019000,1075000 +PHL,2043,3,1020000,1077000 +PHL,2043,4,1026000,1083000 +PHL,2043,5,1032000,1088000 +PHL,2043,6,1037000,1094000 +PHL,2043,7,1042000,1099000 +PHL,2043,8,1047000,1104000 +PHL,2043,9,1051000,1108000 +PHL,2043,10,1054000,1111000 +PHL,2043,11,1056000,1113000 +PHL,2043,12,1056000,1113000 +PHL,2043,13,1056000,1113000 +PHL,2043,14,1055000,1112000 +PHL,2043,15,1053000,1110000 +PHL,2043,16,1051000,1107000 +PHL,2043,17,1047000,1103000 +PHL,2043,18,1043000,1100000 +PHL,2044,0,1009000,1066000 +PHL,2044,1,1011000,1067000 +PHL,2044,2,1013000,1069000 +PHL,2044,3,1016000,1073000 +PHL,2044,4,1020000,1076000 +PHL,2044,5,1025000,1081000 +PHL,2044,6,1031000,1087000 +PHL,2044,7,1036000,1092000 +PHL,2044,8,1041000,1098000 +PHL,2044,9,1046000,1102000 +PHL,2044,10,1051000,1107000 +PHL,2044,11,1054000,1110000 +PHL,2044,12,1055000,1112000 +PHL,2044,13,1055000,1112000 +PHL,2044,14,1055000,1112000 +PHL,2044,15,1054000,1111000 +PHL,2044,16,1052000,1109000 +PHL,2044,17,1049000,1106000 +PHL,2044,18,1045000,1101000 +PHL,2045,0,1005000,1061000 +PHL,2045,1,1006000,1062000 +PHL,2045,2,1007000,1064000 +PHL,2045,3,1010000,1067000 +PHL,2045,4,1014000,1071000 +PHL,2045,5,1019000,1075000 +PHL,2045,6,1024000,1080000 +PHL,2045,7,1029000,1085000 +PHL,2045,8,1035000,1091000 +PHL,2045,9,1040000,1096000 +PHL,2045,10,1045000,1101000 +PHL,2045,11,1050000,1106000 +PHL,2045,12,1053000,1110000 +PHL,2045,13,1055000,1111000 +PHL,2045,14,1054000,1111000 +PHL,2045,15,1054000,1111000 +PHL,2045,16,1052000,1109000 +PHL,2045,17,1050000,1107000 +PHL,2045,18,1047000,1104000 +PHL,2046,0,1000000,1056000 +PHL,2046,1,1003000,1059000 +PHL,2046,2,1005000,1061000 +PHL,2046,3,1007000,1063000 +PHL,2046,4,1010000,1066000 +PHL,2046,5,1014000,1070000 +PHL,2046,6,1019000,1075000 +PHL,2046,7,1024000,1080000 +PHL,2046,8,1029000,1085000 +PHL,2046,9,1034000,1090000 +PHL,2046,10,1039000,1095000 +PHL,2046,11,1044000,1100000 +PHL,2046,12,1049000,1105000 +PHL,2046,13,1052000,1109000 +PHL,2046,14,1053000,1110000 +PHL,2046,15,1053000,1110000 +PHL,2046,16,1052000,1109000 +PHL,2046,17,1050000,1107000 +PHL,2046,18,1048000,1105000 +PHL,2047,0,994000,1050000 +PHL,2047,1,995000,1051000 +PHL,2047,2,1001000,1057000 +PHL,2047,3,1004000,1059000 +PHL,2047,4,1007000,1062000 +PHL,2047,5,1010000,1066000 +PHL,2047,6,1015000,1070000 +PHL,2047,7,1019000,1075000 +PHL,2047,8,1024000,1079000 +PHL,2047,9,1029000,1084000 +PHL,2047,10,1034000,1090000 +PHL,2047,11,1039000,1095000 +PHL,2047,12,1043000,1100000 +PHL,2047,13,1048000,1104000 +PHL,2047,14,1051000,1108000 +PHL,2047,15,1052000,1109000 +PHL,2047,16,1051000,1108000 +PHL,2047,17,1050000,1107000 +PHL,2047,18,1048000,1105000 +PHL,2048,0,987000,1042000 +PHL,2048,1,989000,1045000 +PHL,2048,2,992000,1048000 +PHL,2048,3,999000,1055000 +PHL,2048,4,1002000,1058000 +PHL,2048,5,1006000,1062000 +PHL,2048,6,1010000,1066000 +PHL,2048,7,1014000,1070000 +PHL,2048,8,1019000,1075000 +PHL,2048,9,1023000,1079000 +PHL,2048,10,1028000,1084000 +PHL,2048,11,1033000,1089000 +PHL,2048,12,1038000,1094000 +PHL,2048,13,1042000,1099000 +PHL,2048,14,1047000,1103000 +PHL,2048,15,1050000,1106000 +PHL,2048,16,1050000,1107000 +PHL,2048,17,1049000,1106000 +PHL,2048,18,1048000,1105000 +PHL,2049,0,979000,1035000 +PHL,2049,1,983000,1038000 +PHL,2049,2,987000,1042000 +PHL,2049,3,991000,1046000 +PHL,2049,4,997000,1053000 +PHL,2049,5,1001000,1057000 +PHL,2049,6,1005000,1061000 +PHL,2049,7,1010000,1065000 +PHL,2049,8,1014000,1070000 +PHL,2049,9,1019000,1074000 +PHL,2049,10,1023000,1078000 +PHL,2049,11,1027000,1083000 +PHL,2049,12,1032000,1088000 +PHL,2049,13,1037000,1093000 +PHL,2049,14,1041000,1098000 +PHL,2049,15,1046000,1102000 +PHL,2049,16,1048000,1105000 +PHL,2049,17,1049000,1105000 +PHL,2049,18,1047000,1104000 +PHL,2050,0,972000,1026000 +PHL,2050,1,976000,1031000 +PHL,2050,2,981000,1036000 +PHL,2050,3,985000,1041000 +PHL,2050,4,990000,1045000 +PHL,2050,5,995000,1050000 +PHL,2050,6,1000000,1055000 +PHL,2050,7,1005000,1060000 +PHL,2050,8,1009000,1065000 +PHL,2050,9,1014000,1069000 +PHL,2050,10,1018000,1074000 +PHL,2050,11,1022000,1078000 +PHL,2050,12,1026000,1082000 +PHL,2050,13,1031000,1087000 +PHL,2050,14,1036000,1092000 +PHL,2050,15,1040000,1097000 +PHL,2050,16,1044000,1101000 +PHL,2050,17,1046000,1103000 +PHL,2050,18,1047000,1104000 +PLW,1990,0,, +PLW,1990,1,, +PLW,1990,2,, +PLW,1990,3,, +PLW,1990,4,, +PLW,1990,5,, +PLW,1990,6,, +PLW,1990,7,, +PLW,1990,8,, +PLW,1990,9,, +PLW,1990,10,, +PLW,1990,11,, +PLW,1990,12,, +PLW,1990,13,, +PLW,1990,14,, +PLW,1990,15,, +PLW,1990,16,, +PLW,1990,17,, +PLW,1990,18,, +PLW,1991,0,, +PLW,1991,1,, +PLW,1991,2,, +PLW,1991,3,, +PLW,1991,4,, +PLW,1991,5,, +PLW,1991,6,, +PLW,1991,7,, +PLW,1991,8,, +PLW,1991,9,, +PLW,1991,10,, +PLW,1991,11,, +PLW,1991,12,, +PLW,1991,13,, +PLW,1991,14,, +PLW,1991,15,, +PLW,1991,16,, +PLW,1991,17,, +PLW,1991,18,, +PLW,1992,0,, +PLW,1992,1,, +PLW,1992,2,, +PLW,1992,3,, +PLW,1992,4,, +PLW,1992,5,, +PLW,1992,6,, +PLW,1992,7,, +PLW,1992,8,, +PLW,1992,9,, +PLW,1992,10,, +PLW,1992,11,, +PLW,1992,12,, +PLW,1992,13,, +PLW,1992,14,, +PLW,1992,15,, +PLW,1992,16,, +PLW,1992,17,, +PLW,1992,18,, +PLW,1993,0,, +PLW,1993,1,, +PLW,1993,2,, +PLW,1993,3,, +PLW,1993,4,, +PLW,1993,5,, +PLW,1993,6,, +PLW,1993,7,, +PLW,1993,8,, +PLW,1993,9,, +PLW,1993,10,, +PLW,1993,11,, +PLW,1993,12,, +PLW,1993,13,, +PLW,1993,14,, +PLW,1993,15,, +PLW,1993,16,, +PLW,1993,17,, +PLW,1993,18,, +PLW,1994,0,, +PLW,1994,1,, +PLW,1994,2,, +PLW,1994,3,, +PLW,1994,4,, +PLW,1994,5,, +PLW,1994,6,, +PLW,1994,7,, +PLW,1994,8,, +PLW,1994,9,, +PLW,1994,10,, +PLW,1994,11,, +PLW,1994,12,, +PLW,1994,13,, +PLW,1994,14,, +PLW,1994,15,, +PLW,1994,16,, +PLW,1994,17,, +PLW,1994,18,, +PLW,1995,0,, +PLW,1995,1,, +PLW,1995,2,, +PLW,1995,3,, +PLW,1995,4,, +PLW,1995,5,, +PLW,1995,6,, +PLW,1995,7,, +PLW,1995,8,, +PLW,1995,9,, +PLW,1995,10,, +PLW,1995,11,, +PLW,1995,12,, +PLW,1995,13,, +PLW,1995,14,, +PLW,1995,15,, +PLW,1995,16,, +PLW,1995,17,, +PLW,1995,18,, +PLW,1996,0,, +PLW,1996,1,, +PLW,1996,2,, +PLW,1996,3,, +PLW,1996,4,, +PLW,1996,5,, +PLW,1996,6,, +PLW,1996,7,, +PLW,1996,8,, +PLW,1996,9,, +PLW,1996,10,, +PLW,1996,11,, +PLW,1996,12,, +PLW,1996,13,, +PLW,1996,14,, +PLW,1996,15,, +PLW,1996,16,, +PLW,1996,17,, +PLW,1996,18,, +PLW,1997,0,, +PLW,1997,1,, +PLW,1997,2,, +PLW,1997,3,, +PLW,1997,4,, +PLW,1997,5,, +PLW,1997,6,, +PLW,1997,7,, +PLW,1997,8,, +PLW,1997,9,, +PLW,1997,10,, +PLW,1997,11,, +PLW,1997,12,, +PLW,1997,13,, +PLW,1997,14,, +PLW,1997,15,, +PLW,1997,16,, +PLW,1997,17,, +PLW,1997,18,, +PLW,1998,0,, +PLW,1998,1,, +PLW,1998,2,, +PLW,1998,3,, +PLW,1998,4,, +PLW,1998,5,, +PLW,1998,6,, +PLW,1998,7,, +PLW,1998,8,, +PLW,1998,9,, +PLW,1998,10,, +PLW,1998,11,, +PLW,1998,12,, +PLW,1998,13,, +PLW,1998,14,, +PLW,1998,15,, +PLW,1998,16,, +PLW,1998,17,, +PLW,1998,18,, +PLW,1999,0,, +PLW,1999,1,, +PLW,1999,2,, +PLW,1999,3,, +PLW,1999,4,, +PLW,1999,5,, +PLW,1999,6,, +PLW,1999,7,, +PLW,1999,8,, +PLW,1999,9,, +PLW,1999,10,, +PLW,1999,11,, +PLW,1999,12,, +PLW,1999,13,, +PLW,1999,14,, +PLW,1999,15,, +PLW,1999,16,, +PLW,1999,17,, +PLW,1999,18,, +PLW,2000,0,, +PLW,2000,1,, +PLW,2000,2,, +PLW,2000,3,, +PLW,2000,4,, +PLW,2000,5,, +PLW,2000,6,, +PLW,2000,7,, +PLW,2000,8,, +PLW,2000,9,, +PLW,2000,10,, +PLW,2000,11,, +PLW,2000,12,, +PLW,2000,13,, +PLW,2000,14,, +PLW,2000,15,, +PLW,2000,16,, +PLW,2000,17,, +PLW,2000,18,, +PLW,2001,0,, +PLW,2001,1,, +PLW,2001,2,, +PLW,2001,3,, +PLW,2001,4,, +PLW,2001,5,, +PLW,2001,6,, +PLW,2001,7,, +PLW,2001,8,, +PLW,2001,9,, +PLW,2001,10,, +PLW,2001,11,, +PLW,2001,12,, +PLW,2001,13,, +PLW,2001,14,, +PLW,2001,15,, +PLW,2001,16,, +PLW,2001,17,, +PLW,2001,18,, +PLW,2002,0,, +PLW,2002,1,, +PLW,2002,2,, +PLW,2002,3,, +PLW,2002,4,, +PLW,2002,5,, +PLW,2002,6,, +PLW,2002,7,, +PLW,2002,8,, +PLW,2002,9,, +PLW,2002,10,, +PLW,2002,11,, +PLW,2002,12,, +PLW,2002,13,, +PLW,2002,14,, +PLW,2002,15,, +PLW,2002,16,, +PLW,2002,17,, +PLW,2002,18,, +PLW,2003,0,, +PLW,2003,1,, +PLW,2003,2,, +PLW,2003,3,, +PLW,2003,4,, +PLW,2003,5,, +PLW,2003,6,, +PLW,2003,7,, +PLW,2003,8,, +PLW,2003,9,, +PLW,2003,10,, +PLW,2003,11,, +PLW,2003,12,, +PLW,2003,13,, +PLW,2003,14,, +PLW,2003,15,, +PLW,2003,16,, +PLW,2003,17,, +PLW,2003,18,, +PLW,2004,0,, +PLW,2004,1,, +PLW,2004,2,, +PLW,2004,3,, +PLW,2004,4,, +PLW,2004,5,, +PLW,2004,6,, +PLW,2004,7,, +PLW,2004,8,, +PLW,2004,9,, +PLW,2004,10,, +PLW,2004,11,, +PLW,2004,12,, +PLW,2004,13,, +PLW,2004,14,, +PLW,2004,15,, +PLW,2004,16,, +PLW,2004,17,, +PLW,2004,18,, +PLW,2005,0,, +PLW,2005,1,, +PLW,2005,2,, +PLW,2005,3,, +PLW,2005,4,, +PLW,2005,5,, +PLW,2005,6,, +PLW,2005,7,, +PLW,2005,8,, +PLW,2005,9,, +PLW,2005,10,, +PLW,2005,11,, +PLW,2005,12,, +PLW,2005,13,, +PLW,2005,14,, +PLW,2005,15,, +PLW,2005,16,, +PLW,2005,17,, +PLW,2005,18,, +PLW,2006,0,, +PLW,2006,1,, +PLW,2006,2,, +PLW,2006,3,, +PLW,2006,4,, +PLW,2006,5,, +PLW,2006,6,, +PLW,2006,7,, +PLW,2006,8,, +PLW,2006,9,, +PLW,2006,10,, +PLW,2006,11,, +PLW,2006,12,, +PLW,2006,13,, +PLW,2006,14,, +PLW,2006,15,, +PLW,2006,16,, +PLW,2006,17,, +PLW,2006,18,, +PLW,2007,0,, +PLW,2007,1,, +PLW,2007,2,, +PLW,2007,3,, +PLW,2007,4,, +PLW,2007,5,, +PLW,2007,6,, +PLW,2007,7,, +PLW,2007,8,, +PLW,2007,9,, +PLW,2007,10,, +PLW,2007,11,, +PLW,2007,12,, +PLW,2007,13,, +PLW,2007,14,, +PLW,2007,15,, +PLW,2007,16,, +PLW,2007,17,, +PLW,2007,18,, +PLW,2008,0,, +PLW,2008,1,, +PLW,2008,2,, +PLW,2008,3,, +PLW,2008,4,, +PLW,2008,5,, +PLW,2008,6,, +PLW,2008,7,, +PLW,2008,8,, +PLW,2008,9,, +PLW,2008,10,, +PLW,2008,11,, +PLW,2008,12,, +PLW,2008,13,, +PLW,2008,14,, +PLW,2008,15,, +PLW,2008,16,, +PLW,2008,17,, +PLW,2008,18,, +PLW,2009,0,, +PLW,2009,1,, +PLW,2009,2,, +PLW,2009,3,, +PLW,2009,4,, +PLW,2009,5,, +PLW,2009,6,, +PLW,2009,7,, +PLW,2009,8,, +PLW,2009,9,, +PLW,2009,10,, +PLW,2009,11,, +PLW,2009,12,, +PLW,2009,13,, +PLW,2009,14,, +PLW,2009,15,, +PLW,2009,16,, +PLW,2009,17,, +PLW,2009,18,, +PLW,2010,0,, +PLW,2010,1,, +PLW,2010,2,, +PLW,2010,3,, +PLW,2010,4,, +PLW,2010,5,, +PLW,2010,6,, +PLW,2010,7,, +PLW,2010,8,, +PLW,2010,9,, +PLW,2010,10,, +PLW,2010,11,, +PLW,2010,12,, +PLW,2010,13,, +PLW,2010,14,, +PLW,2010,15,, +PLW,2010,16,, +PLW,2010,17,, +PLW,2010,18,, +PLW,2011,0,, +PLW,2011,1,, +PLW,2011,2,, +PLW,2011,3,, +PLW,2011,4,, +PLW,2011,5,, +PLW,2011,6,, +PLW,2011,7,, +PLW,2011,8,, +PLW,2011,9,, +PLW,2011,10,, +PLW,2011,11,, +PLW,2011,12,, +PLW,2011,13,, +PLW,2011,14,, +PLW,2011,15,, +PLW,2011,16,, +PLW,2011,17,, +PLW,2011,18,, +PLW,2012,0,, +PLW,2012,1,, +PLW,2012,2,, +PLW,2012,3,, +PLW,2012,4,, +PLW,2012,5,, +PLW,2012,6,, +PLW,2012,7,, +PLW,2012,8,, +PLW,2012,9,, +PLW,2012,10,, +PLW,2012,11,, +PLW,2012,12,, +PLW,2012,13,, +PLW,2012,14,, +PLW,2012,15,, +PLW,2012,16,, +PLW,2012,17,, +PLW,2012,18,, +PLW,2013,0,, +PLW,2013,1,, +PLW,2013,2,, +PLW,2013,3,, +PLW,2013,4,, +PLW,2013,5,, +PLW,2013,6,, +PLW,2013,7,, +PLW,2013,8,, +PLW,2013,9,, +PLW,2013,10,, +PLW,2013,11,, +PLW,2013,12,, +PLW,2013,13,, +PLW,2013,14,, +PLW,2013,15,, +PLW,2013,16,, +PLW,2013,17,, +PLW,2013,18,, +PLW,2014,0,, +PLW,2014,1,, +PLW,2014,2,, +PLW,2014,3,, +PLW,2014,4,, +PLW,2014,5,, +PLW,2014,6,, +PLW,2014,7,, +PLW,2014,8,, +PLW,2014,9,, +PLW,2014,10,, +PLW,2014,11,, +PLW,2014,12,, +PLW,2014,13,, +PLW,2014,14,, +PLW,2014,15,, +PLW,2014,16,, +PLW,2014,17,, +PLW,2014,18,, +PLW,2015,0,, +PLW,2015,1,, +PLW,2015,2,, +PLW,2015,3,, +PLW,2015,4,, +PLW,2015,5,, +PLW,2015,6,, +PLW,2015,7,, +PLW,2015,8,, +PLW,2015,9,, +PLW,2015,10,, +PLW,2015,11,, +PLW,2015,12,, +PLW,2015,13,, +PLW,2015,14,, +PLW,2015,15,, +PLW,2015,16,, +PLW,2015,17,, +PLW,2015,18,, +PLW,2016,0,, +PLW,2016,1,, +PLW,2016,2,, +PLW,2016,3,, +PLW,2016,4,, +PLW,2016,5,, +PLW,2016,6,, +PLW,2016,7,, +PLW,2016,8,, +PLW,2016,9,, +PLW,2016,10,, +PLW,2016,11,, +PLW,2016,12,, +PLW,2016,13,, +PLW,2016,14,, +PLW,2016,15,, +PLW,2016,16,, +PLW,2016,17,, +PLW,2016,18,, +PLW,2017,0,, +PLW,2017,1,, +PLW,2017,2,, +PLW,2017,3,, +PLW,2017,4,, +PLW,2017,5,, +PLW,2017,6,, +PLW,2017,7,, +PLW,2017,8,, +PLW,2017,9,, +PLW,2017,10,, +PLW,2017,11,, +PLW,2017,12,, +PLW,2017,13,, +PLW,2017,14,, +PLW,2017,15,, +PLW,2017,16,, +PLW,2017,17,, +PLW,2017,18,, +PLW,2018,0,, +PLW,2018,1,, +PLW,2018,2,, +PLW,2018,3,, +PLW,2018,4,, +PLW,2018,5,, +PLW,2018,6,, +PLW,2018,7,, +PLW,2018,8,, +PLW,2018,9,, +PLW,2018,10,, +PLW,2018,11,, +PLW,2018,12,, +PLW,2018,13,, +PLW,2018,14,, +PLW,2018,15,, +PLW,2018,16,, +PLW,2018,17,, +PLW,2018,18,, +PLW,2019,0,, +PLW,2019,1,, +PLW,2019,2,, +PLW,2019,3,, +PLW,2019,4,, +PLW,2019,5,, +PLW,2019,6,, +PLW,2019,7,, +PLW,2019,8,, +PLW,2019,9,, +PLW,2019,10,, +PLW,2019,11,, +PLW,2019,12,, +PLW,2019,13,, +PLW,2019,14,, +PLW,2019,15,, +PLW,2019,16,, +PLW,2019,17,, +PLW,2019,18,, +PLW,2020,0,, +PLW,2020,1,, +PLW,2020,2,, +PLW,2020,3,, +PLW,2020,4,, +PLW,2020,5,, +PLW,2020,6,, +PLW,2020,7,, +PLW,2020,8,, +PLW,2020,9,, +PLW,2020,10,, +PLW,2020,11,, +PLW,2020,12,, +PLW,2020,13,, +PLW,2020,14,, +PLW,2020,15,, +PLW,2020,16,, +PLW,2020,17,, +PLW,2020,18,, +PLW,2021,0,, +PLW,2021,1,, +PLW,2021,2,, +PLW,2021,3,, +PLW,2021,4,, +PLW,2021,5,, +PLW,2021,6,, +PLW,2021,7,, +PLW,2021,8,, +PLW,2021,9,, +PLW,2021,10,, +PLW,2021,11,, +PLW,2021,12,, +PLW,2021,13,, +PLW,2021,14,, +PLW,2021,15,, +PLW,2021,16,, +PLW,2021,17,, +PLW,2021,18,, +PLW,2022,0,, +PLW,2022,1,, +PLW,2022,2,, +PLW,2022,3,, +PLW,2022,4,, +PLW,2022,5,, +PLW,2022,6,, +PLW,2022,7,, +PLW,2022,8,, +PLW,2022,9,, +PLW,2022,10,, +PLW,2022,11,, +PLW,2022,12,, +PLW,2022,13,, +PLW,2022,14,, +PLW,2022,15,, +PLW,2022,16,, +PLW,2022,17,, +PLW,2022,18,, +PLW,2023,0,, +PLW,2023,1,, +PLW,2023,2,, +PLW,2023,3,, +PLW,2023,4,, +PLW,2023,5,, +PLW,2023,6,, +PLW,2023,7,, +PLW,2023,8,, +PLW,2023,9,, +PLW,2023,10,, +PLW,2023,11,, +PLW,2023,12,, +PLW,2023,13,, +PLW,2023,14,, +PLW,2023,15,, +PLW,2023,16,, +PLW,2023,17,, +PLW,2023,18,, +PLW,2024,0,, +PLW,2024,1,, +PLW,2024,2,, +PLW,2024,3,, +PLW,2024,4,, +PLW,2024,5,, +PLW,2024,6,, +PLW,2024,7,, +PLW,2024,8,, +PLW,2024,9,, +PLW,2024,10,, +PLW,2024,11,, +PLW,2024,12,, +PLW,2024,13,, +PLW,2024,14,, +PLW,2024,15,, +PLW,2024,16,, +PLW,2024,17,, +PLW,2024,18,, +PLW,2025,0,, +PLW,2025,1,, +PLW,2025,2,, +PLW,2025,3,, +PLW,2025,4,, +PLW,2025,5,, +PLW,2025,6,, +PLW,2025,7,, +PLW,2025,8,, +PLW,2025,9,, +PLW,2025,10,, +PLW,2025,11,, +PLW,2025,12,, +PLW,2025,13,, +PLW,2025,14,, +PLW,2025,15,, +PLW,2025,16,, +PLW,2025,17,, +PLW,2025,18,, +PLW,2026,0,, +PLW,2026,1,, +PLW,2026,2,, +PLW,2026,3,, +PLW,2026,4,, +PLW,2026,5,, +PLW,2026,6,, +PLW,2026,7,, +PLW,2026,8,, +PLW,2026,9,, +PLW,2026,10,, +PLW,2026,11,, +PLW,2026,12,, +PLW,2026,13,, +PLW,2026,14,, +PLW,2026,15,, +PLW,2026,16,, +PLW,2026,17,, +PLW,2026,18,, +PLW,2027,0,, +PLW,2027,1,, +PLW,2027,2,, +PLW,2027,3,, +PLW,2027,4,, +PLW,2027,5,, +PLW,2027,6,, +PLW,2027,7,, +PLW,2027,8,, +PLW,2027,9,, +PLW,2027,10,, +PLW,2027,11,, +PLW,2027,12,, +PLW,2027,13,, +PLW,2027,14,, +PLW,2027,15,, +PLW,2027,16,, +PLW,2027,17,, +PLW,2027,18,, +PLW,2028,0,, +PLW,2028,1,, +PLW,2028,2,, +PLW,2028,3,, +PLW,2028,4,, +PLW,2028,5,, +PLW,2028,6,, +PLW,2028,7,, +PLW,2028,8,, +PLW,2028,9,, +PLW,2028,10,, +PLW,2028,11,, +PLW,2028,12,, +PLW,2028,13,, +PLW,2028,14,, +PLW,2028,15,, +PLW,2028,16,, +PLW,2028,17,, +PLW,2028,18,, +PLW,2029,0,, +PLW,2029,1,, +PLW,2029,2,, +PLW,2029,3,, +PLW,2029,4,, +PLW,2029,5,, +PLW,2029,6,, +PLW,2029,7,, +PLW,2029,8,, +PLW,2029,9,, +PLW,2029,10,, +PLW,2029,11,, +PLW,2029,12,, +PLW,2029,13,, +PLW,2029,14,, +PLW,2029,15,, +PLW,2029,16,, +PLW,2029,17,, +PLW,2029,18,, +PLW,2030,0,, +PLW,2030,1,, +PLW,2030,2,, +PLW,2030,3,, +PLW,2030,4,, +PLW,2030,5,, +PLW,2030,6,, +PLW,2030,7,, +PLW,2030,8,, +PLW,2030,9,, +PLW,2030,10,, +PLW,2030,11,, +PLW,2030,12,, +PLW,2030,13,, +PLW,2030,14,, +PLW,2030,15,, +PLW,2030,16,, +PLW,2030,17,, +PLW,2030,18,, +PLW,2031,0,, +PLW,2031,1,, +PLW,2031,2,, +PLW,2031,3,, +PLW,2031,4,, +PLW,2031,5,, +PLW,2031,6,, +PLW,2031,7,, +PLW,2031,8,, +PLW,2031,9,, +PLW,2031,10,, +PLW,2031,11,, +PLW,2031,12,, +PLW,2031,13,, +PLW,2031,14,, +PLW,2031,15,, +PLW,2031,16,, +PLW,2031,17,, +PLW,2031,18,, +PLW,2032,0,, +PLW,2032,1,, +PLW,2032,2,, +PLW,2032,3,, +PLW,2032,4,, +PLW,2032,5,, +PLW,2032,6,, +PLW,2032,7,, +PLW,2032,8,, +PLW,2032,9,, +PLW,2032,10,, +PLW,2032,11,, +PLW,2032,12,, +PLW,2032,13,, +PLW,2032,14,, +PLW,2032,15,, +PLW,2032,16,, +PLW,2032,17,, +PLW,2032,18,, +PLW,2033,0,, +PLW,2033,1,, +PLW,2033,2,, +PLW,2033,3,, +PLW,2033,4,, +PLW,2033,5,, +PLW,2033,6,, +PLW,2033,7,, +PLW,2033,8,, +PLW,2033,9,, +PLW,2033,10,, +PLW,2033,11,, +PLW,2033,12,, +PLW,2033,13,, +PLW,2033,14,, +PLW,2033,15,, +PLW,2033,16,, +PLW,2033,17,, +PLW,2033,18,, +PLW,2034,0,, +PLW,2034,1,, +PLW,2034,2,, +PLW,2034,3,, +PLW,2034,4,, +PLW,2034,5,, +PLW,2034,6,, +PLW,2034,7,, +PLW,2034,8,, +PLW,2034,9,, +PLW,2034,10,, +PLW,2034,11,, +PLW,2034,12,, +PLW,2034,13,, +PLW,2034,14,, +PLW,2034,15,, +PLW,2034,16,, +PLW,2034,17,, +PLW,2034,18,, +PLW,2035,0,, +PLW,2035,1,, +PLW,2035,2,, +PLW,2035,3,, +PLW,2035,4,, +PLW,2035,5,, +PLW,2035,6,, +PLW,2035,7,, +PLW,2035,8,, +PLW,2035,9,, +PLW,2035,10,, +PLW,2035,11,, +PLW,2035,12,, +PLW,2035,13,, +PLW,2035,14,, +PLW,2035,15,, +PLW,2035,16,, +PLW,2035,17,, +PLW,2035,18,, +PLW,2036,0,, +PLW,2036,1,, +PLW,2036,2,, +PLW,2036,3,, +PLW,2036,4,, +PLW,2036,5,, +PLW,2036,6,, +PLW,2036,7,, +PLW,2036,8,, +PLW,2036,9,, +PLW,2036,10,, +PLW,2036,11,, +PLW,2036,12,, +PLW,2036,13,, +PLW,2036,14,, +PLW,2036,15,, +PLW,2036,16,, +PLW,2036,17,, +PLW,2036,18,, +PLW,2037,0,, +PLW,2037,1,, +PLW,2037,2,, +PLW,2037,3,, +PLW,2037,4,, +PLW,2037,5,, +PLW,2037,6,, +PLW,2037,7,, +PLW,2037,8,, +PLW,2037,9,, +PLW,2037,10,, +PLW,2037,11,, +PLW,2037,12,, +PLW,2037,13,, +PLW,2037,14,, +PLW,2037,15,, +PLW,2037,16,, +PLW,2037,17,, +PLW,2037,18,, +PLW,2038,0,, +PLW,2038,1,, +PLW,2038,2,, +PLW,2038,3,, +PLW,2038,4,, +PLW,2038,5,, +PLW,2038,6,, +PLW,2038,7,, +PLW,2038,8,, +PLW,2038,9,, +PLW,2038,10,, +PLW,2038,11,, +PLW,2038,12,, +PLW,2038,13,, +PLW,2038,14,, +PLW,2038,15,, +PLW,2038,16,, +PLW,2038,17,, +PLW,2038,18,, +PLW,2039,0,, +PLW,2039,1,, +PLW,2039,2,, +PLW,2039,3,, +PLW,2039,4,, +PLW,2039,5,, +PLW,2039,6,, +PLW,2039,7,, +PLW,2039,8,, +PLW,2039,9,, +PLW,2039,10,, +PLW,2039,11,, +PLW,2039,12,, +PLW,2039,13,, +PLW,2039,14,, +PLW,2039,15,, +PLW,2039,16,, +PLW,2039,17,, +PLW,2039,18,, +PLW,2040,0,, +PLW,2040,1,, +PLW,2040,2,, +PLW,2040,3,, +PLW,2040,4,, +PLW,2040,5,, +PLW,2040,6,, +PLW,2040,7,, +PLW,2040,8,, +PLW,2040,9,, +PLW,2040,10,, +PLW,2040,11,, +PLW,2040,12,, +PLW,2040,13,, +PLW,2040,14,, +PLW,2040,15,, +PLW,2040,16,, +PLW,2040,17,, +PLW,2040,18,, +PLW,2041,0,, +PLW,2041,1,, +PLW,2041,2,, +PLW,2041,3,, +PLW,2041,4,, +PLW,2041,5,, +PLW,2041,6,, +PLW,2041,7,, +PLW,2041,8,, +PLW,2041,9,, +PLW,2041,10,, +PLW,2041,11,, +PLW,2041,12,, +PLW,2041,13,, +PLW,2041,14,, +PLW,2041,15,, +PLW,2041,16,, +PLW,2041,17,, +PLW,2041,18,, +PLW,2042,0,, +PLW,2042,1,, +PLW,2042,2,, +PLW,2042,3,, +PLW,2042,4,, +PLW,2042,5,, +PLW,2042,6,, +PLW,2042,7,, +PLW,2042,8,, +PLW,2042,9,, +PLW,2042,10,, +PLW,2042,11,, +PLW,2042,12,, +PLW,2042,13,, +PLW,2042,14,, +PLW,2042,15,, +PLW,2042,16,, +PLW,2042,17,, +PLW,2042,18,, +PLW,2043,0,, +PLW,2043,1,, +PLW,2043,2,, +PLW,2043,3,, +PLW,2043,4,, +PLW,2043,5,, +PLW,2043,6,, +PLW,2043,7,, +PLW,2043,8,, +PLW,2043,9,, +PLW,2043,10,, +PLW,2043,11,, +PLW,2043,12,, +PLW,2043,13,, +PLW,2043,14,, +PLW,2043,15,, +PLW,2043,16,, +PLW,2043,17,, +PLW,2043,18,, +PLW,2044,0,, +PLW,2044,1,, +PLW,2044,2,, +PLW,2044,3,, +PLW,2044,4,, +PLW,2044,5,, +PLW,2044,6,, +PLW,2044,7,, +PLW,2044,8,, +PLW,2044,9,, +PLW,2044,10,, +PLW,2044,11,, +PLW,2044,12,, +PLW,2044,13,, +PLW,2044,14,, +PLW,2044,15,, +PLW,2044,16,, +PLW,2044,17,, +PLW,2044,18,, +PLW,2045,0,, +PLW,2045,1,, +PLW,2045,2,, +PLW,2045,3,, +PLW,2045,4,, +PLW,2045,5,, +PLW,2045,6,, +PLW,2045,7,, +PLW,2045,8,, +PLW,2045,9,, +PLW,2045,10,, +PLW,2045,11,, +PLW,2045,12,, +PLW,2045,13,, +PLW,2045,14,, +PLW,2045,15,, +PLW,2045,16,, +PLW,2045,17,, +PLW,2045,18,, +PLW,2046,0,, +PLW,2046,1,, +PLW,2046,2,, +PLW,2046,3,, +PLW,2046,4,, +PLW,2046,5,, +PLW,2046,6,, +PLW,2046,7,, +PLW,2046,8,, +PLW,2046,9,, +PLW,2046,10,, +PLW,2046,11,, +PLW,2046,12,, +PLW,2046,13,, +PLW,2046,14,, +PLW,2046,15,, +PLW,2046,16,, +PLW,2046,17,, +PLW,2046,18,, +PLW,2047,0,, +PLW,2047,1,, +PLW,2047,2,, +PLW,2047,3,, +PLW,2047,4,, +PLW,2047,5,, +PLW,2047,6,, +PLW,2047,7,, +PLW,2047,8,, +PLW,2047,9,, +PLW,2047,10,, +PLW,2047,11,, +PLW,2047,12,, +PLW,2047,13,, +PLW,2047,14,, +PLW,2047,15,, +PLW,2047,16,, +PLW,2047,17,, +PLW,2047,18,, +PLW,2048,0,, +PLW,2048,1,, +PLW,2048,2,, +PLW,2048,3,, +PLW,2048,4,, +PLW,2048,5,, +PLW,2048,6,, +PLW,2048,7,, +PLW,2048,8,, +PLW,2048,9,, +PLW,2048,10,, +PLW,2048,11,, +PLW,2048,12,, +PLW,2048,13,, +PLW,2048,14,, +PLW,2048,15,, +PLW,2048,16,, +PLW,2048,17,, +PLW,2048,18,, +PLW,2049,0,, +PLW,2049,1,, +PLW,2049,2,, +PLW,2049,3,, +PLW,2049,4,, +PLW,2049,5,, +PLW,2049,6,, +PLW,2049,7,, +PLW,2049,8,, +PLW,2049,9,, +PLW,2049,10,, +PLW,2049,11,, +PLW,2049,12,, +PLW,2049,13,, +PLW,2049,14,, +PLW,2049,15,, +PLW,2049,16,, +PLW,2049,17,, +PLW,2049,18,, +PLW,2050,0,, +PLW,2050,1,, +PLW,2050,2,, +PLW,2050,3,, +PLW,2050,4,, +PLW,2050,5,, +PLW,2050,6,, +PLW,2050,7,, +PLW,2050,8,, +PLW,2050,9,, +PLW,2050,10,, +PLW,2050,11,, +PLW,2050,12,, +PLW,2050,13,, +PLW,2050,14,, +PLW,2050,15,, +PLW,2050,16,, +PLW,2050,17,, +PLW,2050,18,, +PNG,1990,0,71035,75601 +PNG,1990,1,70074,74532 +PNG,1990,2,69061,73406 +PNG,1990,3,67997,72226 +PNG,1990,4,66883,70993 +PNG,1990,5,65722,69709 +PNG,1990,6,64514,68377 +PNG,1990,7,63261,66999 +PNG,1990,8,61966,65576 +PNG,1990,9,60628,64111 +PNG,1990,10,59260,62614 +PNG,1990,11,57873,61095 +PNG,1990,12,56420,59516 +PNG,1990,13,54881,57862 +PNG,1990,14,53289,56159 +PNG,1990,15,51699,54457 +PNG,1990,16,50105,52755 +PNG,1990,17,48537,51068 +PNG,1990,18,47017,49411 +PNG,1991,0,72501,77192 +PNG,1991,1,70748,75247 +PNG,1991,2,69700,74082 +PNG,1991,3,68650,72915 +PNG,1991,4,67591,71739 +PNG,1991,5,66513,70545 +PNG,1991,6,65420,69335 +PNG,1991,7,64314,68115 +PNG,1991,8,63133,66815 +PNG,1991,9,61847,65406 +PNG,1991,10,60481,63914 +PNG,1991,11,59101,62407 +PNG,1991,12,57707,60884 +PNG,1991,13,56248,59301 +PNG,1991,14,54708,57647 +PNG,1991,15,53117,55947 +PNG,1991,16,51525,54245 +PNG,1991,17,49928,52541 +PNG,1991,18,48357,50852 +PNG,1992,0,74286,79139 +PNG,1992,1,72613,77283 +PNG,1992,2,70416,74843 +PNG,1992,3,69283,73582 +PNG,1992,4,68197,72375 +PNG,1992,5,67143,71204 +PNG,1992,6,66101,70049 +PNG,1992,7,65077,68915 +PNG,1992,8,64074,67806 +PNG,1992,9,62965,66587 +PNG,1992,10,61691,65192 +PNG,1992,11,60297,63673 +PNG,1992,12,58906,62157 +PNG,1992,13,57506,60631 +PNG,1992,14,56041,59046 +PNG,1992,15,54501,57394 +PNG,1992,16,52913,55697 +PNG,1992,17,51320,53996 +PNG,1992,18,49720,52291 +PNG,1993,0,76352,81395 +PNG,1993,1,74166,78973 +PNG,1993,2,72236,76831 +PNG,1993,3,70072,74424 +PNG,1993,4,68852,73068 +PNG,1993,5,67732,71821 +PNG,1993,6,66683,70655 +PNG,1993,7,65678,69540 +PNG,1993,8,64722,68481 +PNG,1993,9,63822,67485 +PNG,1993,10,62786,66346 +PNG,1993,11,61523,64966 +PNG,1993,12,60102,63420 +PNG,1993,13,58699,61895 +PNG,1993,14,57293,60367 +PNG,1993,15,55824,58780 +PNG,1993,16,54284,57129 +PNG,1993,17,52698,55437 +PNG,1993,18,51105,53737 +PNG,1994,0,78624,83873 +PNG,1994,1,75942,80906 +PNG,1994,2,73622,78336 +PNG,1994,3,71623,76118 +PNG,1994,4,69745,74029 +PNG,1994,5,68440,72578 +PNG,1994,6,67284,71291 +PNG,1994,7,66240,70129 +PNG,1994,8,65271,69053 +PNG,1994,9,64384,68070 +PNG,1994,10,63586,67185 +PNG,1994,11,62623,66127 +PNG,1994,12,61370,64761 +PNG,1994,13,59922,63188 +PNG,1994,14,58508,61654 +PNG,1994,15,57096,60123 +PNG,1994,16,55621,58533 +PNG,1994,17,54081,56884 +PNG,1994,18,52497,55195 +PNG,1995,0,81013,86471 +PNG,1995,1,77929,83069 +PNG,1995,2,75276,80137 +PNG,1995,3,73009,77627 +PNG,1995,4,71080,75488 +PNG,1995,5,69442,73669 +PNG,1995,6,68051,72122 +PNG,1995,7,66859,70794 +PNG,1995,8,65820,69637 +PNG,1995,9,64887,68599 +PNG,1995,10,64069,67690 +PNG,1995,11,63373,66917 +PNG,1995,12,62481,65938 +PNG,1995,13,61239,64586 +PNG,1995,14,59763,62986 +PNG,1995,15,58337,61442 +PNG,1995,16,56918,59906 +PNG,1995,17,55438,58313 +PNG,1995,18,53897,56665 +PNG,1996,0,83507,89136 +PNG,1996,1,80367,85713 +PNG,1996,2,77457,82504 +PNG,1996,3,74930,79713 +PNG,1996,4,72746,77296 +PNG,1996,5,70867,75212 +PNG,1996,6,69246,73411 +PNG,1996,7,67839,71846 +PNG,1996,8,66634,70505 +PNG,1996,9,65604,69359 +PNG,1996,10,64692,68348 +PNG,1996,11,63877,67445 +PNG,1996,12,63174,66667 +PNG,1996,13,62276,65683 +PNG,1996,14,61032,64331 +PNG,1996,15,59556,62733 +PNG,1996,16,58127,61188 +PNG,1996,17,56705,59650 +PNG,1996,18,55222,58055 +PNG,1997,0,86122,91926 +PNG,1997,1,82523,87994 +PNG,1997,2,79746,84992 +PNG,1997,3,77009,81976 +PNG,1997,4,74606,79322 +PNG,1997,5,72506,76998 +PNG,1997,6,70676,74969 +PNG,1997,7,69071,73185 +PNG,1997,8,67648,71601 +PNG,1997,9,66430,70246 +PNG,1997,10,65409,69112 +PNG,1997,11,64516,68126 +PNG,1997,12,63705,67229 +PNG,1997,13,62994,66445 +PNG,1997,14,62089,65457 +PNG,1997,15,60843,64104 +PNG,1997,16,59367,62507 +PNG,1997,17,57936,60961 +PNG,1997,18,56509,59420 +PNG,1998,0,88611,94582 +PNG,1998,1,84925,90576 +PNG,1998,2,81660,87019 +PNG,1998,3,79119,84273 +PNG,1998,4,76555,81448 +PNG,1998,5,74278,78934 +PNG,1998,6,72261,76702 +PNG,1998,7,70480,74727 +PNG,1998,8,68891,72961 +PNG,1998,9,67452,71358 +PNG,1998,10,66221,69989 +PNG,1998,11,65209,68867 +PNG,1998,12,64337,67905 +PNG,1998,13,63528,67015 +PNG,1998,14,62810,66225 +PNG,1998,15,61899,65232 +PNG,1998,16,60650,63878 +PNG,1998,17,59174,62283 +PNG,1998,18,57740,60735 +PNG,1999,0,90663,96783 +PNG,1999,1,87057,92878 +PNG,1999,2,83801,89341 +PNG,1999,3,80871,86147 +PNG,1999,4,78458,83520 +PNG,1999,5,76068,80889 +PNG,1999,6,73917,78514 +PNG,1999,7,71985,76376 +PNG,1999,8,70253,74456 +PNG,1999,9,68681,72708 +PNG,1999,10,67226,71087 +PNG,1999,11,65984,69705 +PNG,1999,12,64980,68594 +PNG,1999,13,64129,67658 +PNG,1999,14,63324,66774 +PNG,1999,15,62599,65979 +PNG,1999,16,61681,64982 +PNG,1999,17,60431,63627 +PNG,1999,18,58955,62034 +PNG,2000,0,92085,98329 +PNG,2000,1,88744,94714 +PNG,2000,2,85652,91357 +PNG,2000,3,82798,88247 +PNG,2000,4,80169,85373 +PNG,2000,5,77753,82723 +PNG,2000,6,75539,80287 +PNG,2000,7,73515,78053 +PNG,2000,8,71668,76009 +PNG,2000,9,69988,74145 +PNG,2000,10,68433,72415 +PNG,2000,11,66963,70778 +PNG,2000,12,65709,69383 +PNG,2000,13,64716,68285 +PNG,2000,14,63885,67374 +PNG,2000,15,63085,66498 +PNG,2000,16,62352,65698 +PNG,2000,17,61429,64696 +PNG,2000,18,60177,63342 +PNG,2001,0,92788,99113 +PNG,2001,1,91066,97199 +PNG,2001,2,87990,93863 +PNG,2001,3,85083,90702 +PNG,2001,4,82345,87717 +PNG,2001,5,79777,84910 +PNG,2001,6,77367,82271 +PNG,2001,7,75104,79788 +PNG,2001,8,73047,77522 +PNG,2001,9,71216,75498 +PNG,2001,10,69580,73683 +PNG,2001,11,68042,71973 +PNG,2001,12,66573,70338 +PNG,2001,13,65318,68944 +PNG,2001,14,64325,67848 +PNG,2001,15,63495,66940 +PNG,2001,16,62693,66063 +PNG,2001,17,61957,65261 +PNG,2001,18,61033,64258 +PNG,2002,0,92892,99276 +PNG,2002,1,90713,96885 +PNG,2002,2,90059,96087 +PNG,2002,3,87248,93031 +PNG,2002,4,84526,90065 +PNG,2002,5,81904,87205 +PNG,2002,6,79395,84464 +PNG,2002,7,76991,81834 +PNG,2002,8,74680,79304 +PNG,2002,9,72589,77007 +PNG,2002,10,70774,75002 +PNG,2002,11,69182,73235 +PNG,2002,12,67660,71544 +PNG,2002,13,66191,69911 +PNG,2002,14,64935,68519 +PNG,2002,15,63942,67424 +PNG,2002,16,63113,66518 +PNG,2002,17,62310,65641 +PNG,2002,18,61571,64836 +PNG,2003,0,92738,99173 +PNG,2003,1,91288,97544 +PNG,2003,2,89615,95679 +PNG,2003,3,89088,95017 +PNG,2003,4,86541,92238 +PNG,2003,5,84001,89466 +PNG,2003,6,81494,86729 +PNG,2003,7,79045,84054 +PNG,2003,8,76645,81431 +PNG,2003,9,74285,78854 +PNG,2003,10,72159,76524 +PNG,2003,11,70360,74538 +PNG,2003,12,68811,72817 +PNG,2003,13,67304,71145 +PNG,2003,14,65835,69514 +PNG,2003,15,64578,68122 +PNG,2003,16,63585,67029 +PNG,2003,17,62757,66124 +PNG,2003,18,61952,65246 +PNG,2004,0,92809,99298 +PNG,2004,1,91956,98295 +PNG,2004,2,90756,96926 +PNG,2004,3,89254,95242 +PNG,2004,4,88179,94010 +PNG,2004,5,85894,91507 +PNG,2004,6,83535,88928 +PNG,2004,7,81142,86312 +PNG,2004,8,78750,83700 +PNG,2004,9,76353,81084 +PNG,2004,10,73942,78457 +PNG,2004,11,71780,76092 +PNG,2004,12,69995,74124 +PNG,2004,13,68488,72450 +PNG,2004,14,66996,70795 +PNG,2004,15,65525,69164 +PNG,2004,16,64266,67772 +PNG,2004,17,63272,66679 +PNG,2004,18,62444,65776 +PNG,2005,0,93441,99999 +PNG,2005,1,92927,99355 +PNG,2005,2,92010,98290 +PNG,2005,3,90742,96854 +PNG,2005,4,89172,95102 +PNG,2005,5,87350,93085 +PNG,2005,6,85324,90856 +PNG,2005,7,83146,88467 +PNG,2005,8,80863,85971 +PNG,2005,9,78527,83420 +PNG,2005,10,76130,80807 +PNG,2005,11,73666,78128 +PNG,2005,12,71466,75727 +PNG,2005,13,69693,73774 +PNG,2005,14,68227,72145 +PNG,2005,15,66748,70506 +PNG,2005,16,65275,68875 +PNG,2005,17,64012,67480 +PNG,2005,18,63017,66388 +PNG,2006,0,94506,101127 +PNG,2006,1,93371,99867 +PNG,2006,2,92680,99043 +PNG,2006,3,91668,97880 +PNG,2006,4,90370,96415 +PNG,2006,5,88821,94687 +PNG,2006,6,87072,92749 +PNG,2006,7,85173,90653 +PNG,2006,8,83085,88359 +PNG,2006,9,80811,85875 +PNG,2006,10,78434,83283 +PNG,2006,11,76022,80658 +PNG,2006,12,73553,77976 +PNG,2006,13,71348,75572 +PNG,2006,14,69573,73618 +PNG,2006,15,68107,71990 +PNG,2006,16,66626,70349 +PNG,2006,17,65148,68714 +PNG,2006,18,63881,67315 +PNG,2007,0,96133,102831 +PNG,2007,1,95373,101959 +PNG,2007,2,93368,99805 +PNG,2007,3,92501,98800 +PNG,2007,4,91393,97538 +PNG,2007,5,90064,96044 +PNG,2007,6,88535,94338 +PNG,2007,7,86858,92476 +PNG,2007,8,85084,90513 +PNG,2007,9,83084,88313 +PNG,2007,10,80818,85838 +PNG,2007,11,78397,83205 +PNG,2007,12,75968,80564 +PNG,2007,13,73493,77878 +PNG,2007,14,71282,75470 +PNG,2007,15,69504,73514 +PNG,2007,16,68037,71884 +PNG,2007,17,66551,70240 +PNG,2007,18,65068,68600 +PNG,2008,0,98026,104817 +PNG,2008,1,96863,103539 +PNG,2008,2,95591,102136 +PNG,2008,3,93393,99777 +PNG,2008,4,92350,98591 +PNG,2008,5,91145,97231 +PNG,2008,6,89784,95705 +PNG,2008,7,88275,94022 +PNG,2008,8,86669,92237 +PNG,2008,9,85021,90404 +PNG,2008,10,83108,88298 +PNG,2008,11,80848,85832 +PNG,2008,12,78384,83155 +PNG,2008,13,75937,80498 +PNG,2008,14,73454,77806 +PNG,2008,15,71238,75393 +PNG,2008,16,69456,73435 +PNG,2008,17,67987,71804 +PNG,2008,18,66497,70156 +PNG,2009,0,99765,106665 +PNG,2009,1,98244,105022 +PNG,2009,2,96746,103393 +PNG,2009,3,95261,101767 +PNG,2009,4,93406,99753 +PNG,2009,5,92187,98385 +PNG,2009,6,90885,96926 +PNG,2009,7,89493,95369 +PNG,2009,8,88003,93708 +PNG,2009,9,86470,91999 +PNG,2009,10,84946,90298 +PNG,2009,11,83122,88285 +PNG,2009,12,80869,85828 +PNG,2009,13,78361,83108 +PNG,2009,14,75896,80434 +PNG,2009,15,73407,77738 +PNG,2009,16,71184,75319 +PNG,2009,17,69399,73358 +PNG,2009,18,67928,71726 +PNG,2010,0,101049,108072 +PNG,2010,1,99350,106244 +PNG,2010,2,97754,104515 +PNG,2010,3,96241,102863 +PNG,2010,4,94788,101266 +PNG,2010,5,93375,99704 +PNG,2010,6,91980,98155 +PNG,2010,7,90582,96597 +PNG,2010,8,89159,95010 +PNG,2010,9,87691,93372 +PNG,2010,10,86230,91740 +PNG,2010,11,84832,90171 +PNG,2010,12,83096,88251 +PNG,2010,13,80851,85803 +PNG,2010,14,78302,83041 +PNG,2010,15,75820,80351 +PNG,2010,16,73325,77650 +PNG,2010,17,71097,75227 +PNG,2010,18,69309,73263 +PNG,2011,0,101890,108977 +PNG,2011,1,100681,107628 +PNG,2011,2,99102,105924 +PNG,2011,3,97593,104286 +PNG,2011,4,96138,102699 +PNG,2011,5,94719,101143 +PNG,2011,6,93318,99600 +PNG,2011,7,91912,98048 +PNG,2011,8,90504,96487 +PNG,2011,9,89085,94905 +PNG,2011,10,87628,93275 +PNG,2011,11,86168,91640 +PNG,2011,12,84762,90062 +PNG,2011,13,83018,88130 +PNG,2011,14,80766,85668 +PNG,2011,15,78209,82891 +PNG,2011,16,75719,80184 +PNG,2011,17,73214,77464 +PNG,2011,18,70978,75028 +PNG,2012,0,102310,109475 +PNG,2012,1,100895,107919 +PNG,2012,2,100279,107170 +PNG,2012,3,98820,105589 +PNG,2012,4,97398,104044 +PNG,2012,5,96001,102521 +PNG,2012,6,94618,101007 +PNG,2012,7,93227,99482 +PNG,2012,8,91811,97928 +PNG,2012,9,90394,96363 +PNG,2012,10,88981,94786 +PNG,2012,11,87536,93166 +PNG,2012,12,86075,91529 +PNG,2012,13,84663,89940 +PNG,2012,14,82912,87996 +PNG,2012,15,80652,85521 +PNG,2012,16,78090,82729 +PNG,2012,17,75592,80006 +PNG,2012,18,73077,77268 +PNG,2013,0,102525,109780 +PNG,2013,1,101423,108530 +PNG,2013,2,100324,107291 +PNG,2013,3,99856,106703 +PNG,2013,4,98518,105246 +PNG,2013,5,97184,103793 +PNG,2013,6,95846,102335 +PNG,2013,7,94497,100862 +PNG,2013,8,93119,99357 +PNG,2013,9,91692,97801 +PNG,2013,10,90266,96232 +PNG,2013,11,88858,94661 +PNG,2013,12,87426,93050 +PNG,2013,13,85966,91411 +PNG,2013,14,84547,89813 +PNG,2013,15,82789,87857 +PNG,2013,16,80523,85367 +PNG,2013,17,77954,82561 +PNG,2013,18,75449,79822 +PNG,2014,0,102841,110192 +PNG,2014,1,101992,109187 +PNG,2014,2,101089,108139 +PNG,2014,3,100130,107046 +PNG,2014,4,99427,106229 +PNG,2014,5,98209,104897 +PNG,2014,6,96962,103536 +PNG,2014,7,95683,102142 +PNG,2014,8,94370,100711 +PNG,2014,9,93003,99225 +PNG,2014,10,91566,97667 +PNG,2014,11,90132,96094 +PNG,2014,12,88729,94529 +PNG,2014,13,87309,92927 +PNG,2014,14,85850,91286 +PNG,2014,15,84425,89679 +PNG,2014,16,82659,87711 +PNG,2014,17,80387,85208 +PNG,2014,18,77814,82387 +PNG,2015,0,103479,110929 +PNG,2015,1,102724,110007 +PNG,2015,2,101897,109029 +PNG,2015,3,101000,107994 +PNG,2015,4,100034,106902 +PNG,2015,5,99002,105752 +PNG,2015,6,97905,104543 +PNG,2015,7,96745,103275 +PNG,2015,8,95525,101946 +PNG,2015,9,94247,100557 +PNG,2015,10,92892,99090 +PNG,2015,11,91445,97529 +PNG,2015,12,90002,95953 +PNG,2015,13,88605,94393 +PNG,2015,14,87197,92801 +PNG,2015,15,85739,91158 +PNG,2015,16,84307,89542 +PNG,2015,17,82534,87562 +PNG,2015,18,80256,85046 +PNG,2016,0,104523,112100 +PNG,2016,1,103347,110755 +PNG,2016,2,102534,109785 +PNG,2016,3,101680,108789 +PNG,2016,4,100781,107761 +PNG,2016,5,99833,106693 +PNG,2016,6,98838,105586 +PNG,2016,7,97800,104439 +PNG,2016,8,96681,103213 +PNG,2016,9,95464,101888 +PNG,2016,10,94165,100476 +PNG,2016,11,92801,98997 +PNG,2016,12,91347,97427 +PNG,2016,13,89896,95838 +PNG,2016,14,88490,94261 +PNG,2016,15,87073,92649 +PNG,2016,16,85605,90986 +PNG,2016,17,84161,89348 +PNG,2016,18,82380,87353 +PNG,2017,0,105861,113566 +PNG,2017,1,104760,112270 +PNG,2017,2,103208,110563 +PNG,2017,3,102336,109545 +PNG,2017,4,101455,108532 +PNG,2017,5,100555,107510 +PNG,2017,6,99625,106466 +PNG,2017,7,98668,105402 +PNG,2017,8,97688,104319 +PNG,2017,9,96610,103136 +PNG,2017,10,95396,101814 +PNG,2017,11,94077,100380 +PNG,2017,12,92702,98888 +PNG,2017,13,91242,97309 +PNG,2017,14,89784,95707 +PNG,2017,15,88369,94114 +PNG,2017,16,86943,92483 +PNG,2017,17,85465,90801 +PNG,2017,18,84009,89141 +PNG,2018,0,107374,115200 +PNG,2018,1,105952,113569 +PNG,2018,2,104643,112078 +PNG,2018,3,103065,110360 +PNG,2018,4,102136,109295 +PNG,2018,5,101228,108264 +PNG,2018,6,100326,107248 +PNG,2018,7,99414,106229 +PNG,2018,8,98495,105209 +PNG,2018,9,97574,104188 +PNG,2018,10,96536,103048 +PNG,2018,11,95326,101729 +PNG,2018,12,93987,100274 +PNG,2018,13,92602,98769 +PNG,2018,14,91136,97182 +PNG,2018,15,89669,95567 +PNG,2018,16,88246,93957 +PNG,2018,17,86811,92308 +PNG,2018,18,85322,90606 +PNG,2019,0,109000,117000 +PNG,2019,1,107000,115000 +PNG,2019,2,106000,113000 +PNG,2019,3,104000,112000 +PNG,2019,4,103000,110000 +PNG,2019,5,102000,109000 +PNG,2019,6,101000,108000 +PNG,2019,7,100000,107000 +PNG,2019,8,99000,106000 +PNG,2019,9,98000,105000 +PNG,2019,10,97000,104000 +PNG,2019,11,96000,103000 +PNG,2019,12,95000,102000 +PNG,2019,13,94000,100000 +PNG,2019,14,93000,99000 +PNG,2019,15,91000,97000 +PNG,2019,16,90000,95000 +PNG,2019,17,88000,94000 +PNG,2019,18,87000,92000 +PNG,2020,0,110000,118000 +PNG,2020,1,108000,116000 +PNG,2020,2,107000,114000 +PNG,2020,3,105000,113000 +PNG,2020,4,104000,111000 +PNG,2020,5,103000,110000 +PNG,2020,6,102000,109000 +PNG,2020,7,101000,108000 +PNG,2020,8,100000,107000 +PNG,2020,9,99000,106000 +PNG,2020,10,98000,105000 +PNG,2020,11,97000,104000 +PNG,2020,12,96000,103000 +PNG,2020,13,95000,102000 +PNG,2020,14,94000,100000 +PNG,2020,15,92000,99000 +PNG,2020,16,91000,97000 +PNG,2020,17,89000,95000 +PNG,2020,18,88000,94000 +PNG,2021,0,111000,119000 +PNG,2021,1,110000,118000 +PNG,2021,2,108000,116000 +PNG,2021,3,107000,114000 +PNG,2021,4,105000,113000 +PNG,2021,5,104000,111000 +PNG,2021,6,103000,110000 +PNG,2021,7,102000,109000 +PNG,2021,8,101000,108000 +PNG,2021,9,100000,107000 +PNG,2021,10,99000,106000 +PNG,2021,11,98000,105000 +PNG,2021,12,97000,104000 +PNG,2021,13,96000,103000 +PNG,2021,14,95000,101000 +PNG,2021,15,94000,100000 +PNG,2021,16,92000,98000 +PNG,2021,17,91000,97000 +PNG,2021,18,89000,95000 +PNG,2022,0,113000,121000 +PNG,2022,1,111000,119000 +PNG,2022,2,110000,117000 +PNG,2022,3,108000,116000 +PNG,2022,4,106000,114000 +PNG,2022,5,105000,112000 +PNG,2022,6,104000,111000 +PNG,2022,7,103000,110000 +PNG,2022,8,102000,109000 +PNG,2022,9,101000,107000 +PNG,2022,10,100000,106000 +PNG,2022,11,99000,106000 +PNG,2022,12,98000,105000 +PNG,2022,13,97000,104000 +PNG,2022,14,96000,103000 +PNG,2022,15,95000,101000 +PNG,2022,16,94000,100000 +PNG,2022,17,92000,98000 +PNG,2022,18,91000,97000 +PNG,2023,0,113000,122000 +PNG,2023,1,112000,120000 +PNG,2023,2,110000,118000 +PNG,2023,3,109000,117000 +PNG,2023,4,108000,115000 +PNG,2023,5,106000,114000 +PNG,2023,6,105000,112000 +PNG,2023,7,104000,111000 +PNG,2023,8,103000,110000 +PNG,2023,9,101000,109000 +PNG,2023,10,100000,107000 +PNG,2023,11,100000,106000 +PNG,2023,12,99000,105000 +PNG,2023,13,98000,105000 +PNG,2023,14,97000,104000 +PNG,2023,15,96000,103000 +PNG,2023,16,95000,101000 +PNG,2023,17,93000,100000 +PNG,2023,18,92000,98000 +PNG,2024,0,114000,123000 +PNG,2024,1,113000,121000 +PNG,2024,2,111000,119000 +PNG,2024,3,110000,118000 +PNG,2024,4,109000,117000 +PNG,2024,5,107000,115000 +PNG,2024,6,106000,114000 +PNG,2024,7,105000,112000 +PNG,2024,8,104000,111000 +PNG,2024,9,103000,110000 +PNG,2024,10,101000,108000 +PNG,2024,11,100000,107000 +PNG,2024,12,99000,106000 +PNG,2024,13,99000,105000 +PNG,2024,14,98000,104000 +PNG,2024,15,97000,103000 +PNG,2024,16,96000,102000 +PNG,2024,17,95000,101000 +PNG,2024,18,93000,99000 +PNG,2025,0,115000,123000 +PNG,2025,1,114000,122000 +PNG,2025,2,113000,120000 +PNG,2025,3,111000,119000 +PNG,2025,4,110000,118000 +PNG,2025,5,109000,116000 +PNG,2025,6,107000,115000 +PNG,2025,7,106000,113000 +PNG,2025,8,105000,112000 +PNG,2025,9,104000,111000 +PNG,2025,10,102000,110000 +PNG,2025,11,101000,108000 +PNG,2025,12,100000,107000 +PNG,2025,13,99000,106000 +PNG,2025,14,99000,105000 +PNG,2025,15,98000,104000 +PNG,2025,16,97000,103000 +PNG,2025,17,96000,102000 +PNG,2025,18,95000,101000 +PNG,2026,0,116000,125000 +PNG,2026,1,115000,123000 +PNG,2026,2,114000,122000 +PNG,2026,3,112000,120000 +PNG,2026,4,111000,119000 +PNG,2026,5,110000,117000 +PNG,2026,6,108000,116000 +PNG,2026,7,107000,115000 +PNG,2026,8,106000,113000 +PNG,2026,9,105000,112000 +PNG,2026,10,104000,111000 +PNG,2026,11,102000,109000 +PNG,2026,12,101000,108000 +PNG,2026,13,100000,107000 +PNG,2026,14,99000,106000 +PNG,2026,15,98000,105000 +PNG,2026,16,98000,104000 +PNG,2026,17,97000,103000 +PNG,2026,18,96000,102000 +PNG,2027,0,117000,126000 +PNG,2027,1,116000,124000 +PNG,2027,2,115000,123000 +PNG,2027,3,114000,122000 +PNG,2027,4,112000,120000 +PNG,2027,5,111000,119000 +PNG,2027,6,110000,117000 +PNG,2027,7,108000,116000 +PNG,2027,8,107000,115000 +PNG,2027,9,106000,113000 +PNG,2027,10,105000,112000 +PNG,2027,11,104000,111000 +PNG,2027,12,102000,109000 +PNG,2027,13,101000,108000 +PNG,2027,14,100000,107000 +PNG,2027,15,99000,106000 +PNG,2027,16,98000,105000 +PNG,2027,17,98000,104000 +PNG,2027,18,97000,103000 +PNG,2028,0,118000,127000 +PNG,2028,1,117000,125000 +PNG,2028,2,116000,124000 +PNG,2028,3,115000,123000 +PNG,2028,4,113000,121000 +PNG,2028,5,112000,120000 +PNG,2028,6,111000,119000 +PNG,2028,7,110000,117000 +PNG,2028,8,108000,116000 +PNG,2028,9,107000,114000 +PNG,2028,10,106000,113000 +PNG,2028,11,105000,112000 +PNG,2028,12,103000,111000 +PNG,2028,13,102000,109000 +PNG,2028,14,101000,108000 +PNG,2028,15,100000,107000 +PNG,2028,16,99000,106000 +PNG,2028,17,98000,105000 +PNG,2028,18,97000,104000 +PNG,2029,0,119000,128000 +PNG,2029,1,118000,126000 +PNG,2029,2,117000,125000 +PNG,2029,3,116000,124000 +PNG,2029,4,114000,122000 +PNG,2029,5,113000,121000 +PNG,2029,6,112000,120000 +PNG,2029,7,111000,118000 +PNG,2029,8,109000,117000 +PNG,2029,9,108000,116000 +PNG,2029,10,107000,114000 +PNG,2029,11,106000,113000 +PNG,2029,12,105000,112000 +PNG,2029,13,103000,110000 +PNG,2029,14,102000,109000 +PNG,2029,15,101000,108000 +PNG,2029,16,100000,107000 +PNG,2029,17,99000,106000 +PNG,2029,18,98000,105000 +PNG,2030,0,120000,129000 +PNG,2030,1,119000,127000 +PNG,2030,2,118000,126000 +PNG,2030,3,117000,125000 +PNG,2030,4,115000,123000 +PNG,2030,5,114000,122000 +PNG,2030,6,113000,121000 +PNG,2030,7,112000,119000 +PNG,2030,8,111000,118000 +PNG,2030,9,109000,117000 +PNG,2030,10,108000,116000 +PNG,2030,11,107000,114000 +PNG,2030,12,106000,113000 +PNG,2030,13,104000,112000 +PNG,2030,14,103000,110000 +PNG,2030,15,102000,109000 +PNG,2030,16,101000,108000 +PNG,2030,17,100000,107000 +PNG,2030,18,99000,105000 +PNG,2031,0,121000,130000 +PNG,2031,1,120000,129000 +PNG,2031,2,119000,127000 +PNG,2031,3,118000,126000 +PNG,2031,4,117000,125000 +PNG,2031,5,115000,123000 +PNG,2031,6,114000,122000 +PNG,2031,7,113000,121000 +PNG,2031,8,112000,119000 +PNG,2031,9,110000,118000 +PNG,2031,10,109000,117000 +PNG,2031,11,108000,115000 +PNG,2031,12,107000,114000 +PNG,2031,13,106000,113000 +PNG,2031,14,104000,112000 +PNG,2031,15,103000,110000 +PNG,2031,16,102000,109000 +PNG,2031,17,101000,108000 +PNG,2031,18,100000,106000 +PNG,2032,0,122000,131000 +PNG,2032,1,121000,129000 +PNG,2032,2,120000,128000 +PNG,2032,3,119000,127000 +PNG,2032,4,118000,126000 +PNG,2032,5,116000,124000 +PNG,2032,6,115000,123000 +PNG,2032,7,114000,122000 +PNG,2032,8,113000,121000 +PNG,2032,9,112000,119000 +PNG,2032,10,110000,118000 +PNG,2032,11,109000,117000 +PNG,2032,12,108000,115000 +PNG,2032,13,107000,114000 +PNG,2032,14,105000,113000 +PNG,2032,15,104000,111000 +PNG,2032,16,103000,110000 +PNG,2032,17,102000,109000 +PNG,2032,18,101000,107000 +PNG,2033,0,123000,132000 +PNG,2033,1,122000,130000 +PNG,2033,2,121000,129000 +PNG,2033,3,120000,128000 +PNG,2033,4,119000,127000 +PNG,2033,5,117000,126000 +PNG,2033,6,116000,124000 +PNG,2033,7,115000,123000 +PNG,2033,8,114000,122000 +PNG,2033,9,113000,121000 +PNG,2033,10,112000,119000 +PNG,2033,11,110000,118000 +PNG,2033,12,109000,117000 +PNG,2033,13,108000,115000 +PNG,2033,14,107000,114000 +PNG,2033,15,105000,113000 +PNG,2033,16,104000,111000 +PNG,2033,17,103000,110000 +PNG,2033,18,102000,109000 +PNG,2034,0,124000,132000 +PNG,2034,1,123000,131000 +PNG,2034,2,122000,130000 +PNG,2034,3,121000,129000 +PNG,2034,4,119000,128000 +PNG,2034,5,118000,127000 +PNG,2034,6,117000,125000 +PNG,2034,7,116000,124000 +PNG,2034,8,115000,123000 +PNG,2034,9,114000,122000 +PNG,2034,10,113000,120000 +PNG,2034,11,112000,119000 +PNG,2034,12,110000,118000 +PNG,2034,13,109000,116000 +PNG,2034,14,108000,115000 +PNG,2034,15,107000,114000 +PNG,2034,16,105000,113000 +PNG,2034,17,104000,111000 +PNG,2034,18,103000,110000 +PNG,2035,0,124000,133000 +PNG,2035,1,123000,132000 +PNG,2035,2,122000,131000 +PNG,2035,3,121000,130000 +PNG,2035,4,120000,129000 +PNG,2035,5,119000,128000 +PNG,2035,6,118000,126000 +PNG,2035,7,117000,125000 +PNG,2035,8,116000,124000 +PNG,2035,9,115000,123000 +PNG,2035,10,114000,122000 +PNG,2035,11,113000,120000 +PNG,2035,12,111000,119000 +PNG,2035,13,110000,118000 +PNG,2035,14,109000,116000 +PNG,2035,15,108000,115000 +PNG,2035,16,106000,114000 +PNG,2035,17,105000,112000 +PNG,2035,18,104000,111000 +PNG,2036,0,125000,134000 +PNG,2036,1,124000,133000 +PNG,2036,2,123000,132000 +PNG,2036,3,122000,131000 +PNG,2036,4,121000,130000 +PNG,2036,5,120000,129000 +PNG,2036,6,119000,127000 +PNG,2036,7,118000,126000 +PNG,2036,8,117000,125000 +PNG,2036,9,116000,124000 +PNG,2036,10,115000,123000 +PNG,2036,11,114000,121000 +PNG,2036,12,113000,120000 +PNG,2036,13,111000,119000 +PNG,2036,14,110000,118000 +PNG,2036,15,109000,116000 +PNG,2036,16,108000,115000 +PNG,2036,17,106000,114000 +PNG,2036,18,105000,112000 +PNG,2037,0,125000,134000 +PNG,2037,1,125000,133000 +PNG,2037,2,124000,133000 +PNG,2037,3,123000,132000 +PNG,2037,4,122000,131000 +PNG,2037,5,121000,130000 +PNG,2037,6,120000,128000 +PNG,2037,7,119000,127000 +PNG,2037,8,118000,126000 +PNG,2037,9,117000,125000 +PNG,2037,10,116000,124000 +PNG,2037,11,115000,123000 +PNG,2037,12,114000,121000 +PNG,2037,13,113000,120000 +PNG,2037,14,111000,119000 +PNG,2037,15,110000,118000 +PNG,2037,16,109000,116000 +PNG,2037,17,108000,115000 +PNG,2037,18,106000,113000 +PNG,2038,0,126000,135000 +PNG,2038,1,125000,134000 +PNG,2038,2,124000,133000 +PNG,2038,3,124000,132000 +PNG,2038,4,123000,131000 +PNG,2038,5,122000,130000 +PNG,2038,6,121000,129000 +PNG,2038,7,120000,128000 +PNG,2038,8,119000,127000 +PNG,2038,9,118000,126000 +PNG,2038,10,117000,125000 +PNG,2038,11,116000,124000 +PNG,2038,12,115000,123000 +PNG,2038,13,114000,121000 +PNG,2038,14,112000,120000 +PNG,2038,15,111000,119000 +PNG,2038,16,110000,117000 +PNG,2038,17,109000,116000 +PNG,2038,18,107000,115000 +PNG,2039,0,126000,135000 +PNG,2039,1,126000,134000 +PNG,2039,2,125000,134000 +PNG,2039,3,124000,133000 +PNG,2039,4,124000,132000 +PNG,2039,5,123000,131000 +PNG,2039,6,122000,130000 +PNG,2039,7,121000,129000 +PNG,2039,8,120000,128000 +PNG,2039,9,119000,127000 +PNG,2039,10,118000,126000 +PNG,2039,11,117000,125000 +PNG,2039,12,116000,124000 +PNG,2039,13,115000,122000 +PNG,2039,14,114000,121000 +PNG,2039,15,112000,120000 +PNG,2039,16,111000,119000 +PNG,2039,17,110000,117000 +PNG,2039,18,109000,116000 +PNG,2040,0,127000,136000 +PNG,2040,1,126000,135000 +PNG,2040,2,126000,134000 +PNG,2040,3,125000,134000 +PNG,2040,4,124000,133000 +PNG,2040,5,123000,132000 +PNG,2040,6,123000,131000 +PNG,2040,7,122000,130000 +PNG,2040,8,121000,129000 +PNG,2040,9,120000,128000 +PNG,2040,10,119000,127000 +PNG,2040,11,118000,126000 +PNG,2040,12,117000,125000 +PNG,2040,13,116000,124000 +PNG,2040,14,115000,122000 +PNG,2040,15,113000,121000 +PNG,2040,16,112000,120000 +PNG,2040,17,111000,118000 +PNG,2040,18,110000,117000 +PNG,2041,0,127000,136000 +PNG,2041,1,127000,136000 +PNG,2041,2,126000,135000 +PNG,2041,3,125000,134000 +PNG,2041,4,125000,133000 +PNG,2041,5,124000,133000 +PNG,2041,6,123000,132000 +PNG,2041,7,123000,131000 +PNG,2041,8,122000,130000 +PNG,2041,9,121000,129000 +PNG,2041,10,120000,128000 +PNG,2041,11,119000,127000 +PNG,2041,12,118000,126000 +PNG,2041,13,117000,125000 +PNG,2041,14,116000,123000 +PNG,2041,15,115000,122000 +PNG,2041,16,113000,121000 +PNG,2041,17,112000,120000 +PNG,2041,18,111000,118000 +PNG,2042,0,128000,137000 +PNG,2042,1,127000,136000 +PNG,2042,2,127000,135000 +PNG,2042,3,126000,135000 +PNG,2042,4,125000,134000 +PNG,2042,5,125000,133000 +PNG,2042,6,124000,132000 +PNG,2042,7,123000,132000 +PNG,2042,8,123000,131000 +PNG,2042,9,122000,130000 +PNG,2042,10,121000,129000 +PNG,2042,11,120000,128000 +PNG,2042,12,119000,127000 +PNG,2042,13,118000,126000 +PNG,2042,14,117000,125000 +PNG,2042,15,116000,123000 +PNG,2042,16,114000,122000 +PNG,2042,17,113000,121000 +PNG,2042,18,112000,119000 +PNG,2043,0,129000,138000 +PNG,2043,1,128000,137000 +PNG,2043,2,127000,136000 +PNG,2043,3,126000,135000 +PNG,2043,4,126000,135000 +PNG,2043,5,125000,134000 +PNG,2043,6,125000,133000 +PNG,2043,7,124000,132000 +PNG,2043,8,123000,132000 +PNG,2043,9,122000,131000 +PNG,2043,10,122000,130000 +PNG,2043,11,121000,129000 +PNG,2043,12,120000,128000 +PNG,2043,13,119000,127000 +PNG,2043,14,118000,126000 +PNG,2043,15,117000,124000 +PNG,2043,16,116000,123000 +PNG,2043,17,114000,122000 +PNG,2043,18,113000,121000 +PNG,2044,0,129000,139000 +PNG,2044,1,129000,138000 +PNG,2044,2,128000,137000 +PNG,2044,3,127000,136000 +PNG,2044,4,126000,135000 +PNG,2044,5,126000,134000 +PNG,2044,6,125000,134000 +PNG,2044,7,124000,133000 +PNG,2044,8,124000,132000 +PNG,2044,9,123000,131000 +PNG,2044,10,122000,131000 +PNG,2044,11,122000,130000 +PNG,2044,12,121000,129000 +PNG,2044,13,120000,128000 +PNG,2044,14,119000,127000 +PNG,2044,15,118000,126000 +PNG,2044,16,117000,124000 +PNG,2044,17,115000,123000 +PNG,2044,18,114000,122000 +PNG,2045,0,130000,139000 +PNG,2045,1,129000,138000 +PNG,2045,2,128000,137000 +PNG,2045,3,128000,136000 +PNG,2045,4,127000,136000 +PNG,2045,5,126000,135000 +PNG,2045,6,126000,134000 +PNG,2045,7,125000,133000 +PNG,2045,8,124000,133000 +PNG,2045,9,124000,132000 +PNG,2045,10,123000,131000 +PNG,2045,11,122000,131000 +PNG,2045,12,122000,130000 +PNG,2045,13,121000,129000 +PNG,2045,14,120000,128000 +PNG,2045,15,119000,127000 +PNG,2045,16,118000,125000 +PNG,2045,17,116000,124000 +PNG,2045,18,115000,123000 +PNG,2046,0,131000,140000 +PNG,2046,1,130000,139000 +PNG,2046,2,129000,138000 +PNG,2046,3,128000,137000 +PNG,2046,4,128000,136000 +PNG,2046,5,127000,136000 +PNG,2046,6,126000,135000 +PNG,2046,7,126000,134000 +PNG,2046,8,125000,133000 +PNG,2046,9,124000,133000 +PNG,2046,10,124000,132000 +PNG,2046,11,123000,131000 +PNG,2046,12,122000,130000 +PNG,2046,13,121000,130000 +PNG,2046,14,121000,129000 +PNG,2046,15,120000,128000 +PNG,2046,16,119000,126000 +PNG,2046,17,118000,125000 +PNG,2046,18,116000,124000 +PNG,2047,0,131000,140000 +PNG,2047,1,130000,139000 +PNG,2047,2,130000,139000 +PNG,2047,3,129000,138000 +PNG,2047,4,128000,137000 +PNG,2047,5,128000,136000 +PNG,2047,6,127000,136000 +PNG,2047,7,126000,135000 +PNG,2047,8,126000,134000 +PNG,2047,9,125000,133000 +PNG,2047,10,124000,133000 +PNG,2047,11,124000,132000 +PNG,2047,12,123000,131000 +PNG,2047,13,122000,130000 +PNG,2047,14,121000,130000 +PNG,2047,15,121000,129000 +PNG,2047,16,120000,127000 +PNG,2047,17,118000,126000 +PNG,2047,18,117000,125000 +PNG,2048,0,131000,141000 +PNG,2048,1,131000,140000 +PNG,2048,2,130000,139000 +PNG,2048,3,130000,139000 +PNG,2048,4,129000,138000 +PNG,2048,5,128000,137000 +PNG,2048,6,127000,136000 +PNG,2048,7,127000,135000 +PNG,2048,8,126000,135000 +PNG,2048,9,125000,134000 +PNG,2048,10,125000,133000 +PNG,2048,11,124000,133000 +PNG,2048,12,124000,132000 +PNG,2048,13,123000,131000 +PNG,2048,14,122000,130000 +PNG,2048,15,121000,129000 +PNG,2048,16,120000,128000 +PNG,2048,17,119000,127000 +PNG,2048,18,118000,126000 +PNG,2049,0,132000,141000 +PNG,2049,1,131000,140000 +PNG,2049,2,131000,140000 +PNG,2049,3,130000,139000 +PNG,2049,4,129000,138000 +PNG,2049,5,129000,138000 +PNG,2049,6,128000,137000 +PNG,2049,7,127000,136000 +PNG,2049,8,127000,135000 +PNG,2049,9,126000,135000 +PNG,2049,10,125000,134000 +PNG,2049,11,125000,133000 +PNG,2049,12,124000,132000 +PNG,2049,13,123000,132000 +PNG,2049,14,123000,131000 +PNG,2049,15,122000,130000 +PNG,2049,16,121000,129000 +PNG,2049,17,120000,128000 +PNG,2049,18,119000,127000 +PNG,2050,0,132000,141000 +PNG,2050,1,131000,141000 +PNG,2050,2,131000,140000 +PNG,2050,3,130000,139000 +PNG,2050,4,130000,139000 +PNG,2050,5,129000,138000 +PNG,2050,6,129000,137000 +PNG,2050,7,128000,137000 +PNG,2050,8,127000,136000 +PNG,2050,9,127000,135000 +PNG,2050,10,126000,135000 +PNG,2050,11,125000,134000 +PNG,2050,12,125000,133000 +PNG,2050,13,124000,132000 +PNG,2050,14,123000,132000 +PNG,2050,15,123000,131000 +PNG,2050,16,122000,130000 +PNG,2050,17,121000,129000 +PNG,2050,18,120000,128000 +POL,1990,0,251253,263322 +POL,1990,1,273128,286752 +POL,1990,2,291054,305896 +POL,1990,3,305312,321065 +POL,1990,4,316183,332567 +POL,1990,5,323949,340714 +POL,1990,6,328890,345814 +POL,1990,7,331289,348177 +POL,1990,8,331427,348114 +POL,1990,9,329585,345934 +POL,1990,10,325961,341843 +POL,1990,11,320754,336049 +POL,1990,12,314660,329377 +POL,1990,13,308129,322345 +POL,1990,14,301192,314951 +POL,1990,15,293794,307048 +POL,1990,16,286381,299104 +POL,1990,17,278414,290626 +POL,1990,18,269764,281498 +POL,1991,0,246619,258615 +POL,1991,1,254424,266784 +POL,1991,2,273847,287546 +POL,1991,3,290256,305041 +POL,1991,4,303775,319407 +POL,1991,5,314528,330780 +POL,1991,6,322796,339472 +POL,1991,7,328862,345793 +POL,1991,8,332054,349016 +POL,1991,9,332176,348933 +POL,1991,10,329829,346200 +POL,1991,11,326010,341893 +POL,1991,12,320762,336051 +POL,1991,13,314615,329308 +POL,1991,14,308015,322174 +POL,1991,15,300999,314660 +POL,1991,16,293523,306637 +POL,1991,17,286030,298568 +POL,1991,18,277997,289992 +POL,1992,0,247385,259783 +POL,1992,1,260758,273988 +POL,1992,2,257347,269947 +POL,1992,3,274296,288017 +POL,1992,4,289172,303843 +POL,1992,5,301938,317388 +POL,1992,6,312562,328619 +POL,1992,7,321325,337847 +POL,1992,8,328511,345383 +POL,1992,9,332493,349463 +POL,1992,10,332599,349360 +POL,1992,11,329748,346076 +POL,1992,12,325739,341558 +POL,1992,13,320455,335675 +POL,1992,14,314260,328868 +POL,1992,15,307597,321639 +POL,1992,16,300510,314014 +POL,1992,17,292963,305880 +POL,1992,18,285397,297695 +POL,1993,0,250518,263546 +POL,1993,1,257051,270305 +POL,1993,2,264525,278079 +POL,1993,3,260158,272975 +POL,1993,4,274628,288346 +POL,1993,5,287965,302495 +POL,1993,6,299975,315215 +POL,1993,7,310464,326299 +POL,1993,8,319718,336058 +POL,1993,9,328020,344804 +POL,1993,10,332790,349737 +POL,1993,11,332879,349614 +POL,1993,12,329528,345783 +POL,1993,13,325329,341055 +POL,1993,14,320011,335134 +POL,1993,15,313771,328267 +POL,1993,16,307048,320947 +POL,1993,17,299893,313214 +POL,1993,18,292278,304973 +POL,1994,0,251573,265095 +POL,1994,1,252494,265734 +POL,1994,2,255936,269109 +POL,1994,3,261460,274744 +POL,1994,4,263056,276107 +POL,1994,5,275055,288788 +POL,1994,6,286859,301268 +POL,1994,7,298117,313168 +POL,1994,8,308476,324109 +POL,1994,9,318223,334402 +POL,1994,10,327643,344360 +POL,1994,11,333201,350148 +POL,1994,12,333275,350005 +POL,1994,13,329421,345625 +POL,1994,14,325031,340687 +POL,1994,15,319679,334724 +POL,1994,16,313392,327794 +POL,1994,17,306606,320382 +POL,1994,18,299381,312538 +POL,1995,0,247436,261054 +POL,1995,1,245610,258678 +POL,1995,2,247075,259880 +POL,1995,3,251322,264110 +POL,1995,4,257842,270814 +POL,1995,5,266124,279442 +POL,1995,6,275659,289442 +POL,1995,7,285938,300263 +POL,1995,8,296450,311352 +POL,1995,9,306686,322157 +POL,1995,10,316933,332993 +POL,1995,11,327476,344170 +POL,1995,12,333827,350816 +POL,1995,13,333885,350653 +POL,1995,14,329526,345721 +POL,1995,15,324943,340569 +POL,1995,16,319552,334561 +POL,1995,17,313214,327563 +POL,1995,18,306362,320052 +POL,1996,0,236488,249614 +POL,1996,1,244245,257554 +POL,1996,2,244526,257467 +POL,1996,3,247313,260106 +POL,1996,4,252225,265059 +POL,1996,5,258884,271917 +POL,1996,6,266782,280127 +POL,1996,7,275409,289139 +POL,1996,8,285031,299240 +POL,1996,9,295528,310298 +POL,1996,10,306133,321483 +POL,1996,11,316486,332413 +POL,1996,12,327003,343543 +POL,1996,13,333331,350129 +POL,1996,14,333372,349887 +POL,1996,15,329000,344866 +POL,1996,16,324404,339627 +POL,1996,17,318998,333530 +POL,1996,18,312649,326468 +POL,1997,0,220859,233140 +POL,1997,1,223544,235579 +POL,1997,2,241314,254365 +POL,1997,3,243700,256564 +POL,1997,4,247809,260641 +POL,1997,5,253391,266324 +POL,1997,6,260197,273342 +POL,1997,7,267718,281144 +POL,1997,8,275447,289181 +POL,1997,9,284424,298575 +POL,1997,10,294916,309616 +POL,1997,11,305899,321193 +POL,1997,12,316370,332230 +POL,1997,13,326873,343327 +POL,1997,14,333184,349861 +POL,1997,15,333208,349539 +POL,1997,16,328819,344423 +POL,1997,17,324204,339091 +POL,1997,18,318779,332898 +POL,1998,0,203064,214313 +POL,1998,1,210820,222221 +POL,1998,2,219113,230744 +POL,1998,3,238525,251345 +POL,1998,4,243019,255834 +POL,1998,5,248454,261352 +POL,1998,6,254710,267769 +POL,1998,7,261666,274952 +POL,1998,8,268815,282352 +POL,1998,9,275650,289417 +POL,1998,10,283987,298111 +POL,1998,11,294481,309141 +POL,1998,12,305850,321118 +POL,1998,13,316444,332271 +POL,1998,14,326938,343342 +POL,1998,15,333237,349827 +POL,1998,16,333244,349426 +POL,1998,17,328835,344212 +POL,1998,18,324198,338783 +POL,1999,0,186830,197107 +POL,1999,1,198854,209641 +POL,1999,2,210165,221434 +POL,1999,3,220814,232537 +POL,1999,4,235702,248277 +POL,1999,5,242306,255056 +POL,1999,6,249068,262017 +POL,1999,7,255997,269167 +POL,1999,8,263103,276515 +POL,1999,9,269879,283510 +POL,1999,10,275817,289602 +POL,1999,11,283512,297593 +POL,1999,12,294006,308611 +POL,1999,13,305759,320986 +POL,1999,14,316476,332252 +POL,1999,15,326960,343295 +POL,1999,16,333246,349731 +POL,1999,17,333236,349250 +POL,1999,18,328807,343939 +POL,2000,0,174943,184513 +POL,2000,1,188877,199149 +POL,2000,2,201488,212374 +POL,2000,3,212914,224337 +POL,2000,4,223296,235188 +POL,2000,5,232774,245073 +POL,2000,6,241486,254141 +POL,2000,7,249572,262541 +POL,2000,8,257172,270421 +POL,2000,9,264425,277930 +POL,2000,10,270824,284516 +POL,2000,11,275864,289630 +POL,2000,12,282913,296914 +POL,2000,13,293403,307914 +POL,2000,14,305536,320681 +POL,2000,15,316369,332054 +POL,2000,16,326840,343063 +POL,2000,17,333109,349446 +POL,2000,18,333082,348886 +POL,2001,0,168070,177290 +POL,2001,1,176537,186202 +POL,2001,2,189116,199406 +POL,2001,3,200887,211746 +POL,2001,4,211903,223278 +POL,2001,5,222219,234059 +POL,2001,6,231971,244234 +POL,2001,7,241301,253948 +POL,2001,8,249830,262817 +POL,2001,9,257440,270721 +POL,2001,10,264441,277983 +POL,2001,11,270756,284495 +POL,2001,12,275794,289622 +POL,2001,13,282834,296881 +POL,2001,14,293309,307804 +POL,2001,15,305419,320457 +POL,2001,16,316226,331716 +POL,2001,17,326666,342607 +POL,2001,18,332893,348861 +POL,2002,0,165121,174227 +POL,2002,1,175275,184930 +POL,2002,2,178036,187772 +POL,2002,3,189250,199537 +POL,2002,4,200175,210983 +POL,2002,5,210775,222075 +POL,2002,6,221018,232780 +POL,2002,7,231041,243239 +POL,2002,8,240984,253592 +POL,2002,9,249951,262924 +POL,2002,10,257566,270848 +POL,2002,11,264311,277858 +POL,2002,12,270540,284291 +POL,2002,13,275572,289428 +POL,2002,14,282601,296659 +POL,2002,15,293054,307497 +POL,2002,16,305134,320029 +POL,2002,17,315909,331165 +POL,2002,18,326313,341930 +POL,2003,0,165873,175079 +POL,2003,1,171598,181099 +POL,2003,2,178035,187852 +POL,2003,3,179480,189278 +POL,2003,4,189328,199599 +POL,2003,5,199403,210147 +POL,2003,6,209584,220797 +POL,2003,7,219751,231422 +POL,2003,8,230042,242160 +POL,2003,9,240594,253149 +POL,2003,10,249997,262942 +POL,2003,11,257615,270883 +POL,2003,12,264103,277639 +POL,2003,13,270242,283991 +POL,2003,14,275268,289135 +POL,2003,15,282282,296335 +POL,2003,16,292711,307086 +POL,2003,17,304758,319491 +POL,2003,18,315496,330501 +POL,2004,0,169725,179186 +POL,2004,1,170596,180076 +POL,2004,2,173314,182903 +POL,2004,3,177673,187450 +POL,2004,4,180931,190798 +POL,2004,5,189414,199677 +POL,2004,6,198640,209330 +POL,2004,7,208402,219538 +POL,2004,8,218494,230084 +POL,2004,9,229052,241103 +POL,2004,10,240214,252728 +POL,2004,11,250053,262981 +POL,2004,12,257675,270940 +POL,2004,13,263905,277442 +POL,2004,14,269955,283714 +POL,2004,15,274975,288866 +POL,2004,16,281976,296035 +POL,2004,17,292380,306700 +POL,2004,18,304395,318980 +POL,2005,0,175964,185779 +POL,2005,1,172385,181980 +POL,2005,2,171532,181047 +POL,2005,3,173112,182672 +POL,2005,4,176832,186543 +POL,2005,5,182398,192353 +POL,2005,6,189517,199792 +POL,2005,7,197895,208550 +POL,2005,8,207240,218319 +POL,2005,9,217258,228788 +POL,2005,10,228084,240089 +POL,2005,11,239856,252353 +POL,2005,12,250132,263069 +POL,2005,13,257759,271046 +POL,2005,14,263732,277296 +POL,2005,15,269694,283489 +POL,2005,16,274708,288650 +POL,2005,17,281695,295790 +POL,2005,18,292076,306370 +POL,2006,0,185323,195522 +POL,2006,1,175752,185444 +POL,2006,2,172538,182032 +POL,2006,3,171893,181319 +POL,2006,4,173549,183024 +POL,2006,5,177237,186863 +POL,2006,6,182667,192528 +POL,2006,7,189546,199710 +POL,2006,8,197726,208264 +POL,2006,9,206988,217963 +POL,2006,10,216992,228443 +POL,2006,11,227753,239698 +POL,2006,12,239433,251885 +POL,2006,13,249621,262523 +POL,2006,14,257169,270421 +POL,2006,15,263071,276591 +POL,2006,16,268965,282707 +POL,2006,17,273921,287801 +POL,2006,18,280841,294853 +POL,2007,0,197285,207962 +POL,2007,1,185606,195685 +POL,2007,2,175485,185054 +POL,2007,3,172638,182031 +POL,2007,4,172201,181538 +POL,2007,5,173931,183321 +POL,2007,6,177588,187127 +POL,2007,7,182879,192646 +POL,2007,8,189516,199569 +POL,2007,9,197495,207916 +POL,2007,10,206671,217542 +POL,2007,11,216658,228030 +POL,2007,12,227350,239234 +POL,2007,13,238934,251342 +POL,2007,14,249031,261898 +POL,2007,15,256499,269716 +POL,2007,16,262326,275804 +POL,2007,17,268151,281841 +POL,2007,18,273048,286866 +POL,2008,0,208987,220148 +POL,2008,1,194369,204808 +POL,2008,2,183658,193558 +POL,2008,3,175160,184635 +POL,2008,4,172680,182000 +POL,2008,5,172452,181727 +POL,2008,6,174257,183590 +POL,2008,7,177880,187361 +POL,2008,8,183032,192733 +POL,2008,9,189423,199395 +POL,2008,10,197199,207534 +POL,2008,11,206286,217087 +POL,2008,12,216252,227581 +POL,2008,13,226873,238734 +POL,2008,14,238356,250759 +POL,2008,15,248360,261233 +POL,2008,16,255744,268968 +POL,2008,17,261495,274973 +POL,2008,18,267248,280930 +POL,2009,0,216670,228215 +POL,2009,1,201124,211910 +POL,2009,2,189163,199354 +POL,2009,3,180514,190263 +POL,2009,4,174793,184243 +POL,2009,5,172681,181996 +POL,2009,6,172661,181943 +POL,2009,7,174540,183885 +POL,2009,8,178129,187623 +POL,2009,9,183139,192848 +POL,2009,10,189285,199251 +POL,2009,11,196855,207183 +POL,2009,12,205851,216664 +POL,2009,13,215794,227165 +POL,2009,14,226340,238268 +POL,2009,15,237721,250213 +POL,2009,16,247628,260606 +POL,2009,17,254927,268259 +POL,2009,18,260601,274182 +POL,2010,0,217850,229617 +POL,2010,1,203975,215051 +POL,2010,2,192857,203369 +POL,2010,3,184330,194400 +POL,2010,4,178230,187973 +POL,2010,5,174391,183915 +POL,2010,6,172648,182055 +POL,2010,7,172835,182221 +POL,2010,8,174789,184243 +POL,2010,9,178342,187949 +POL,2010,10,183211,193029 +POL,2010,11,189109,199176 +POL,2010,12,196472,206903 +POL,2010,13,205376,216315 +POL,2010,14,215294,226827 +POL,2010,15,225763,237884 +POL,2010,16,237039,249753 +POL,2010,17,246848,260068 +POL,2010,18,254060,267643 +POL,2011,0,210906,222225 +POL,2011,1,214251,225682 +POL,2011,2,202802,213675 +POL,2011,3,193179,203577 +POL,2011,4,185373,195378 +POL,2011,5,179375,189070 +POL,2011,6,175018,184483 +POL,2011,7,172133,181451 +POL,2011,8,171512,180758 +POL,2011,9,173468,182713 +POL,2011,10,177512,186831 +POL,2011,11,182556,192011 +POL,2011,12,188471,198108 +POL,2011,13,195848,205793 +POL,2011,14,204760,215169 +POL,2011,15,214677,225661 +POL,2011,16,225141,236700 +POL,2011,17,236412,248538 +POL,2011,18,246181,258917 +POL,2012,0,197284,207993 +POL,2012,1,195918,206518 +POL,2012,2,210818,222066 +POL,2012,3,201786,212598 +POL,2012,4,193650,204067 +POL,2012,5,186557,196626 +POL,2012,6,180658,190428 +POL,2012,7,175779,185308 +POL,2012,8,171750,181100 +POL,2012,9,170321,179547 +POL,2012,10,172282,181439 +POL,2012,11,176819,185975 +POL,2012,12,182042,191261 +POL,2012,13,187978,197317 +POL,2012,14,195375,204970 +POL,2012,15,204301,214324 +POL,2012,16,214226,224809 +POL,2012,17,224693,235848 +POL,2012,18,235967,247671 +POL,2013,0,180772,190814 +POL,2013,1,187882,198197 +POL,2013,2,192174,202647 +POL,2013,3,207457,218599 +POL,2013,4,200841,211665 +POL,2013,5,194189,204698 +POL,2013,6,187808,198011 +POL,2013,7,182004,191919 +POL,2013,8,176602,186261 +POL,2013,9,171428,180873 +POL,2013,10,169190,178459 +POL,2013,11,171155,180289 +POL,2013,12,176188,185245 +POL,2013,13,181591,190642 +POL,2013,14,187551,196661 +POL,2013,15,194971,204287 +POL,2013,16,203914,213626 +POL,2013,17,213849,224112 +POL,2013,18,224323,235156 +POL,2014,0,166836,176323 +POL,2014,1,180669,190713 +POL,2014,2,190118,200544 +POL,2014,3,195762,206418 +POL,2014,4,204053,215061 +POL,2014,5,199854,210668 +POL,2014,6,194689,205267 +POL,2014,7,189022,199337 +POL,2014,8,183315,193354 +POL,2014,9,177390,187159 +POL,2014,10,171071,180591 +POL,2014,11,168023,177315 +POL,2014,12,169993,179082 +POL,2014,13,175521,184459 +POL,2014,14,181103,189965 +POL,2014,15,187086,195945 +POL,2014,16,194526,203541 +POL,2014,17,203486,212861 +POL,2014,18,213429,223345 +POL,2015,0,159339,168528 +POL,2015,1,176340,186172 +POL,2015,2,188344,198637 +POL,2015,3,195973,206565 +POL,2015,4,199845,210595 +POL,2015,5,200581,211365 +POL,2015,6,198801,209516 +POL,2015,7,195125,205688 +POL,2015,8,190173,200518 +POL,2015,9,184565,194648 +POL,2015,10,178120,187920 +POL,2015,11,170657,180178 +POL,2015,12,166801,176042 +POL,2015,13,168775,177745 +POL,2015,14,174795,183537 +POL,2015,15,180556,189148 +POL,2015,16,186559,195085 +POL,2015,17,194018,202647 +POL,2015,18,202990,211942 +POL,2016,0,160100,169535 +POL,2016,1,163830,173127 +POL,2016,2,177781,187616 +POL,2016,3,187833,198072 +POL,2016,4,194426,204942 +POL,2016,5,198001,208676 +POL,2016,6,199174,209918 +POL,2016,7,198562,209311 +POL,2016,8,195723,206329 +POL,2016,9,190746,201028 +POL,2016,10,184600,194443 +POL,2016,11,177983,187397 +POL,2016,12,170539,179540 +POL,2016,13,166698,175310 +POL,2016,14,168674,176947 +POL,2016,15,174688,182702 +POL,2016,16,180448,188283 +POL,2016,17,186451,194188 +POL,2016,18,193913,201794 +POL,2017,0,167234,177161 +POL,2017,1,178102,188171 +POL,2017,2,168182,177493 +POL,2017,3,179069,188804 +POL,2017,4,187158,197232 +POL,2017,5,192710,203034 +POL,2017,6,195985,206467 +POL,2017,7,197594,208179 +POL,2017,8,198151,208817 +POL,2017,9,196153,206685 +POL,2017,10,191155,201260 +POL,2017,11,184474,193969 +POL,2017,12,177692,186614 +POL,2017,13,170273,178653 +POL,2017,14,166451,174335 +POL,2017,15,168427,175905 +POL,2017,16,174430,181613 +POL,2017,17,180184,187157 +POL,2017,18,186182,193022 +POL,2018,0,177533,188030 +POL,2018,1,181657,191856 +POL,2018,2,184915,194921 +POL,2018,3,172458,181718 +POL,2018,4,180278,189844 +POL,2018,5,186402,196240 +POL,2018,6,190911,200970 +POL,2018,7,193883,204100 +POL,2018,8,195928,206281 +POL,2018,9,197653,208161 +POL,2018,10,196496,206882 +POL,2018,11,191479,201336 +POL,2018,12,184268,193345 +POL,2018,13,177323,185687 +POL,2018,14,169933,177629 +POL,2018,15,166131,173226 +POL,2018,16,168106,174726 +POL,2018,17,174095,180384 +POL,2018,18,179841,185886 +POL,2019,0,186000,197000 +POL,2019,1,184000,195000 +POL,2019,2,184000,193000 +POL,2019,3,183000,193000 +POL,2019,4,177000,186000 +POL,2019,5,182000,191000 +POL,2019,6,186000,195000 +POL,2019,7,189000,199000 +POL,2019,8,192000,202000 +POL,2019,9,194000,204000 +POL,2019,10,197000,208000 +POL,2019,11,197000,207000 +POL,2019,12,192000,201000 +POL,2019,13,184000,193000 +POL,2019,14,177000,185000 +POL,2019,15,170000,177000 +POL,2019,16,166000,172000 +POL,2019,17,168000,174000 +POL,2019,18,174000,179000 +POL,2020,0,190000,201000 +POL,2020,1,185000,195000 +POL,2020,2,182000,192000 +POL,2020,3,180000,190000 +POL,2020,4,180000,189000 +POL,2020,5,181000,190000 +POL,2020,6,183000,192000 +POL,2020,7,185000,194000 +POL,2020,8,187000,197000 +POL,2020,9,190000,200000 +POL,2020,10,193000,203000 +POL,2020,11,197000,207000 +POL,2020,12,197000,207000 +POL,2020,13,192000,202000 +POL,2020,14,184000,192000 +POL,2020,15,177000,184000 +POL,2020,16,169000,176000 +POL,2020,17,166000,171000 +POL,2020,18,168000,173000 +POL,2021,0,188000,198000 +POL,2021,1,188000,199000 +POL,2021,2,184000,195000 +POL,2021,3,182000,192000 +POL,2021,4,181000,191000 +POL,2021,5,181000,190000 +POL,2021,6,182000,191000 +POL,2021,7,183000,192000 +POL,2021,8,185000,194000 +POL,2021,9,187000,196000 +POL,2021,10,190000,199000 +POL,2021,11,193000,202000 +POL,2021,12,197000,207000 +POL,2021,13,197000,207000 +POL,2021,14,192000,201000 +POL,2021,15,184000,192000 +POL,2021,16,176000,184000 +POL,2021,17,169000,175000 +POL,2021,18,165000,171000 +POL,2022,0,181000,191000 +POL,2022,1,178000,188000 +POL,2022,2,186000,197000 +POL,2022,3,184000,194000 +POL,2022,4,183000,192000 +POL,2022,5,182000,191000 +POL,2022,6,182000,191000 +POL,2022,7,182000,192000 +POL,2022,8,183000,192000 +POL,2022,9,184000,193000 +POL,2022,10,187000,196000 +POL,2022,11,190000,199000 +POL,2022,12,193000,202000 +POL,2022,13,197000,207000 +POL,2022,14,197000,207000 +POL,2022,15,192000,201000 +POL,2022,16,184000,192000 +POL,2022,17,176000,184000 +POL,2022,18,169000,175000 +POL,2023,0,171000,180000 +POL,2023,1,173000,182000 +POL,2023,2,175000,184000 +POL,2023,3,184000,195000 +POL,2023,4,184000,194000 +POL,2023,5,183000,193000 +POL,2023,6,183000,193000 +POL,2023,7,183000,193000 +POL,2023,8,183000,193000 +POL,2023,9,183000,192000 +POL,2023,10,184000,193000 +POL,2023,11,186000,196000 +POL,2023,12,189000,199000 +POL,2023,13,193000,202000 +POL,2023,14,197000,207000 +POL,2023,15,197000,207000 +POL,2023,16,192000,201000 +POL,2023,17,184000,192000 +POL,2023,18,176000,183000 +POL,2024,0,161000,170000 +POL,2024,1,167000,176000 +POL,2024,2,172000,181000 +POL,2024,3,176000,185000 +POL,2024,4,182000,193000 +POL,2024,5,183000,193000 +POL,2024,6,183000,193000 +POL,2024,7,184000,194000 +POL,2024,8,184000,194000 +POL,2024,9,184000,193000 +POL,2024,10,183000,192000 +POL,2024,11,184000,193000 +POL,2024,12,186000,195000 +POL,2024,13,189000,199000 +POL,2024,14,193000,202000 +POL,2024,15,197000,207000 +POL,2024,16,197000,207000 +POL,2024,17,192000,201000 +POL,2024,18,184000,192000 +POL,2025,0,154000,163000 +POL,2025,1,162000,171000 +POL,2025,2,169000,178000 +POL,2025,3,174000,183000 +POL,2025,4,178000,187000 +POL,2025,5,180000,190000 +POL,2025,6,182000,192000 +POL,2025,7,184000,194000 +POL,2025,8,185000,194000 +POL,2025,9,185000,195000 +POL,2025,10,184000,194000 +POL,2025,11,183000,192000 +POL,2025,12,183000,192000 +POL,2025,13,186000,195000 +POL,2025,14,189000,199000 +POL,2025,15,192000,202000 +POL,2025,16,196000,207000 +POL,2025,17,197000,207000 +POL,2025,18,192000,201000 +POL,2026,0,150000,158000 +POL,2026,1,155000,164000 +POL,2026,2,162000,171000 +POL,2026,3,168000,178000 +POL,2026,4,173000,183000 +POL,2026,5,177000,187000 +POL,2026,6,180000,190000 +POL,2026,7,183000,193000 +POL,2026,8,184000,194000 +POL,2026,9,185000,195000 +POL,2026,10,185000,195000 +POL,2026,11,185000,194000 +POL,2026,12,183000,192000 +POL,2026,13,183000,192000 +POL,2026,14,186000,195000 +POL,2026,15,189000,199000 +POL,2026,16,192000,202000 +POL,2026,17,196000,207000 +POL,2026,18,197000,207000 +POL,2027,0,149000,157000 +POL,2027,1,156000,164000 +POL,2027,2,156000,165000 +POL,2027,3,163000,172000 +POL,2027,4,168000,177000 +POL,2027,5,173000,182000 +POL,2027,6,176000,186000 +POL,2027,7,180000,190000 +POL,2027,8,183000,192000 +POL,2027,9,184000,194000 +POL,2027,10,185000,195000 +POL,2027,11,185000,195000 +POL,2027,12,185000,194000 +POL,2027,13,183000,192000 +POL,2027,14,183000,192000 +POL,2027,15,186000,195000 +POL,2027,16,189000,199000 +POL,2027,17,192000,202000 +POL,2027,18,196000,206000 +POL,2028,0,149000,157000 +POL,2028,1,153000,162000 +POL,2028,2,158000,166000 +POL,2028,3,157000,166000 +POL,2028,4,163000,172000 +POL,2028,5,168000,177000 +POL,2028,6,172000,181000 +POL,2028,7,176000,185000 +POL,2028,8,179000,189000 +POL,2028,9,182000,192000 +POL,2028,10,185000,194000 +POL,2028,11,185000,195000 +POL,2028,12,185000,195000 +POL,2028,13,184000,194000 +POL,2028,14,183000,192000 +POL,2028,15,183000,192000 +POL,2028,16,185000,195000 +POL,2028,17,189000,198000 +POL,2028,18,192000,202000 +POL,2029,0,149000,157000 +POL,2029,1,151000,160000 +POL,2029,2,154000,163000 +POL,2029,3,157000,166000 +POL,2029,4,158000,167000 +POL,2029,5,163000,172000 +POL,2029,6,167000,177000 +POL,2029,7,171000,181000 +POL,2029,8,175000,185000 +POL,2029,9,179000,188000 +POL,2029,10,182000,192000 +POL,2029,11,185000,195000 +POL,2029,12,185000,195000 +POL,2029,13,185000,195000 +POL,2029,14,184000,194000 +POL,2029,15,183000,192000 +POL,2029,16,183000,192000 +POL,2029,17,185000,194000 +POL,2029,18,189000,198000 +POL,2030,0,148000,156000 +POL,2030,1,149000,157000 +POL,2030,2,151000,159000 +POL,2030,3,153000,162000 +POL,2030,4,156000,165000 +POL,2030,5,159000,168000 +POL,2030,6,163000,172000 +POL,2030,7,167000,176000 +POL,2030,8,171000,180000 +POL,2030,9,174000,184000 +POL,2030,10,178000,188000 +POL,2030,11,182000,192000 +POL,2030,12,185000,195000 +POL,2030,13,185000,195000 +POL,2030,14,185000,195000 +POL,2030,15,184000,194000 +POL,2030,16,183000,192000 +POL,2030,17,183000,192000 +POL,2030,18,185000,194000 +POL,2031,0,147000,155000 +POL,2031,1,148000,156000 +POL,2031,2,149000,157000 +POL,2031,3,151000,159000 +POL,2031,4,153000,162000 +POL,2031,5,156000,165000 +POL,2031,6,160000,169000 +POL,2031,7,163000,172000 +POL,2031,8,167000,176000 +POL,2031,9,171000,180000 +POL,2031,10,174000,184000 +POL,2031,11,178000,188000 +POL,2031,12,182000,192000 +POL,2031,13,185000,195000 +POL,2031,14,185000,195000 +POL,2031,15,185000,195000 +POL,2031,16,184000,194000 +POL,2031,17,183000,192000 +POL,2031,18,183000,192000 +POL,2032,0,145000,153000 +POL,2032,1,145000,153000 +POL,2032,2,147000,156000 +POL,2032,3,149000,157000 +POL,2032,4,151000,159000 +POL,2032,5,154000,162000 +POL,2032,6,157000,165000 +POL,2032,7,160000,169000 +POL,2032,8,163000,172000 +POL,2032,9,167000,176000 +POL,2032,10,171000,180000 +POL,2032,11,174000,184000 +POL,2032,12,178000,188000 +POL,2032,13,182000,192000 +POL,2032,14,185000,195000 +POL,2032,15,185000,195000 +POL,2032,16,185000,194000 +POL,2032,17,184000,193000 +POL,2032,18,183000,192000 +POL,2033,0,143000,151000 +POL,2033,1,143000,151000 +POL,2033,2,144000,152000 +POL,2033,3,147000,155000 +POL,2033,4,149000,157000 +POL,2033,5,151000,159000 +POL,2033,6,154000,162000 +POL,2033,7,157000,165000 +POL,2033,8,160000,169000 +POL,2033,9,163000,172000 +POL,2033,10,167000,176000 +POL,2033,11,170000,180000 +POL,2033,12,174000,184000 +POL,2033,13,178000,188000 +POL,2033,14,182000,192000 +POL,2033,15,185000,195000 +POL,2033,16,185000,195000 +POL,2033,17,185000,194000 +POL,2033,18,184000,193000 +POL,2034,0,141000,149000 +POL,2034,1,141000,149000 +POL,2034,2,142000,150000 +POL,2034,3,144000,152000 +POL,2034,4,147000,155000 +POL,2034,5,149000,157000 +POL,2034,6,151000,159000 +POL,2034,7,154000,162000 +POL,2034,8,157000,166000 +POL,2034,9,160000,169000 +POL,2034,10,163000,172000 +POL,2034,11,167000,176000 +POL,2034,12,170000,180000 +POL,2034,13,174000,184000 +POL,2034,14,178000,188000 +POL,2034,15,182000,192000 +POL,2034,16,185000,194000 +POL,2034,17,185000,195000 +POL,2034,18,184000,194000 +POL,2035,0,140000,148000 +POL,2035,1,140000,148000 +POL,2035,2,141000,149000 +POL,2035,3,142000,150000 +POL,2035,4,144000,152000 +POL,2035,5,146000,154000 +POL,2035,6,148000,157000 +POL,2035,7,151000,159000 +POL,2035,8,154000,162000 +POL,2035,9,157000,166000 +POL,2035,10,160000,169000 +POL,2035,11,163000,172000 +POL,2035,12,166000,176000 +POL,2035,13,170000,180000 +POL,2035,14,174000,184000 +POL,2035,15,178000,188000 +POL,2035,16,182000,192000 +POL,2035,17,184000,194000 +POL,2035,18,185000,195000 +POL,2036,0,139000,147000 +POL,2036,1,140000,147000 +POL,2036,2,140000,148000 +POL,2036,3,141000,149000 +POL,2036,4,142000,150000 +POL,2036,5,144000,152000 +POL,2036,6,146000,154000 +POL,2036,7,148000,157000 +POL,2036,8,151000,159000 +POL,2036,9,154000,162000 +POL,2036,10,157000,166000 +POL,2036,11,160000,169000 +POL,2036,12,163000,172000 +POL,2036,13,166000,176000 +POL,2036,14,170000,179000 +POL,2036,15,174000,184000 +POL,2036,16,178000,187000 +POL,2036,17,182000,192000 +POL,2036,18,184000,194000 +POL,2037,0,140000,147000 +POL,2037,1,139000,147000 +POL,2037,2,140000,147000 +POL,2037,3,140000,148000 +POL,2037,4,141000,149000 +POL,2037,5,142000,150000 +POL,2037,6,144000,152000 +POL,2037,7,146000,154000 +POL,2037,8,149000,157000 +POL,2037,9,151000,159000 +POL,2037,10,154000,162000 +POL,2037,11,157000,166000 +POL,2037,12,160000,169000 +POL,2037,13,163000,172000 +POL,2037,14,166000,176000 +POL,2037,15,170000,179000 +POL,2037,16,174000,183000 +POL,2037,17,178000,187000 +POL,2037,18,182000,191000 +POL,2038,0,140000,148000 +POL,2038,1,139000,147000 +POL,2038,2,139000,147000 +POL,2038,3,139000,147000 +POL,2038,4,140000,148000 +POL,2038,5,141000,149000 +POL,2038,6,142000,150000 +POL,2038,7,144000,152000 +POL,2038,8,146000,154000 +POL,2038,9,148000,157000 +POL,2038,10,151000,159000 +POL,2038,11,154000,162000 +POL,2038,12,157000,166000 +POL,2038,13,160000,169000 +POL,2038,14,163000,172000 +POL,2038,15,166000,175000 +POL,2038,16,170000,179000 +POL,2038,17,174000,183000 +POL,2038,18,178000,187000 +POL,2039,0,141000,148000 +POL,2039,1,140000,147000 +POL,2039,2,139000,147000 +POL,2039,3,139000,146000 +POL,2039,4,139000,147000 +POL,2039,5,140000,148000 +POL,2039,6,141000,149000 +POL,2039,7,142000,150000 +POL,2039,8,144000,152000 +POL,2039,9,146000,154000 +POL,2039,10,148000,157000 +POL,2039,11,151000,159000 +POL,2039,12,154000,162000 +POL,2039,13,157000,165000 +POL,2039,14,160000,169000 +POL,2039,15,163000,172000 +POL,2039,16,166000,175000 +POL,2039,17,170000,179000 +POL,2039,18,174000,183000 +POL,2040,0,141000,149000 +POL,2040,1,140000,147000 +POL,2040,2,139000,147000 +POL,2040,3,138000,146000 +POL,2040,4,138000,146000 +POL,2040,5,139000,147000 +POL,2040,6,140000,148000 +POL,2040,7,141000,149000 +POL,2040,8,142000,150000 +POL,2040,9,144000,152000 +POL,2040,10,146000,154000 +POL,2040,11,148000,157000 +POL,2040,12,151000,159000 +POL,2040,13,154000,162000 +POL,2040,14,157000,165000 +POL,2040,15,160000,169000 +POL,2040,16,163000,172000 +POL,2040,17,166000,175000 +POL,2040,18,170000,179000 +POL,2041,0,141000,149000 +POL,2041,1,141000,149000 +POL,2041,2,140000,147000 +POL,2041,3,139000,147000 +POL,2041,4,139000,146000 +POL,2041,5,139000,146000 +POL,2041,6,139000,147000 +POL,2041,7,140000,147000 +POL,2041,8,141000,149000 +POL,2041,9,142000,150000 +POL,2041,10,144000,152000 +POL,2041,11,146000,154000 +POL,2041,12,148000,156000 +POL,2041,13,151000,159000 +POL,2041,14,154000,162000 +POL,2041,15,157000,165000 +POL,2041,16,160000,168000 +POL,2041,17,163000,172000 +POL,2041,18,166000,175000 +POL,2042,0,141000,149000 +POL,2042,1,140000,148000 +POL,2042,2,140000,148000 +POL,2042,3,140000,147000 +POL,2042,4,139000,147000 +POL,2042,5,139000,146000 +POL,2042,6,139000,146000 +POL,2042,7,139000,147000 +POL,2042,8,140000,147000 +POL,2042,9,141000,149000 +POL,2042,10,142000,150000 +POL,2042,11,144000,152000 +POL,2042,12,146000,154000 +POL,2042,13,148000,156000 +POL,2042,14,151000,159000 +POL,2042,15,153000,162000 +POL,2042,16,156000,165000 +POL,2042,17,160000,168000 +POL,2042,18,162000,171000 +POL,2043,0,141000,149000 +POL,2043,1,140000,148000 +POL,2043,2,140000,148000 +POL,2043,3,140000,148000 +POL,2043,4,139000,147000 +POL,2043,5,139000,147000 +POL,2043,6,139000,147000 +POL,2043,7,139000,147000 +POL,2043,8,139000,147000 +POL,2043,9,140000,147000 +POL,2043,10,141000,148000 +POL,2043,11,142000,150000 +POL,2043,12,144000,152000 +POL,2043,13,146000,154000 +POL,2043,14,148000,156000 +POL,2043,15,151000,159000 +POL,2043,16,153000,162000 +POL,2043,17,156000,165000 +POL,2043,18,159000,168000 +POL,2044,0,141000,149000 +POL,2044,1,140000,148000 +POL,2044,2,140000,148000 +POL,2044,3,140000,147000 +POL,2044,4,140000,147000 +POL,2044,5,139000,147000 +POL,2044,6,139000,147000 +POL,2044,7,139000,147000 +POL,2044,8,139000,147000 +POL,2044,9,139000,147000 +POL,2044,10,140000,147000 +POL,2044,11,141000,148000 +POL,2044,12,142000,150000 +POL,2044,13,144000,152000 +POL,2044,14,146000,154000 +POL,2044,15,148000,156000 +POL,2044,16,151000,159000 +POL,2044,17,153000,162000 +POL,2044,18,156000,165000 +POL,2045,0,140000,148000 +POL,2045,1,140000,148000 +POL,2045,2,140000,148000 +POL,2045,3,140000,148000 +POL,2045,4,140000,147000 +POL,2045,5,139000,147000 +POL,2045,6,139000,147000 +POL,2045,7,139000,147000 +POL,2045,8,139000,147000 +POL,2045,9,139000,147000 +POL,2045,10,139000,147000 +POL,2045,11,140000,147000 +POL,2045,12,140000,148000 +POL,2045,13,142000,150000 +POL,2045,14,144000,152000 +POL,2045,15,146000,154000 +POL,2045,16,148000,156000 +POL,2045,17,150000,159000 +POL,2045,18,153000,162000 +POL,2046,0,140000,148000 +POL,2046,1,140000,148000 +POL,2046,2,140000,148000 +POL,2046,3,140000,148000 +POL,2046,4,140000,148000 +POL,2046,5,140000,147000 +POL,2046,6,139000,147000 +POL,2046,7,139000,147000 +POL,2046,8,139000,147000 +POL,2046,9,139000,147000 +POL,2046,10,139000,147000 +POL,2046,11,139000,147000 +POL,2046,12,140000,147000 +POL,2046,13,140000,148000 +POL,2046,14,142000,150000 +POL,2046,15,144000,152000 +POL,2046,16,146000,154000 +POL,2046,17,148000,156000 +POL,2046,18,150000,159000 +POL,2047,0,139000,147000 +POL,2047,1,140000,148000 +POL,2047,2,140000,148000 +POL,2047,3,140000,148000 +POL,2047,4,140000,148000 +POL,2047,5,140000,148000 +POL,2047,6,140000,147000 +POL,2047,7,139000,147000 +POL,2047,8,139000,147000 +POL,2047,9,139000,147000 +POL,2047,10,139000,147000 +POL,2047,11,139000,147000 +POL,2047,12,139000,147000 +POL,2047,13,140000,147000 +POL,2047,14,140000,148000 +POL,2047,15,142000,150000 +POL,2047,16,144000,152000 +POL,2047,17,146000,154000 +POL,2047,18,148000,156000 +POL,2048,0,139000,146000 +POL,2048,1,139000,147000 +POL,2048,2,140000,148000 +POL,2048,3,140000,148000 +POL,2048,4,140000,148000 +POL,2048,5,140000,148000 +POL,2048,6,140000,148000 +POL,2048,7,140000,147000 +POL,2048,8,139000,147000 +POL,2048,9,139000,147000 +POL,2048,10,139000,147000 +POL,2048,11,139000,147000 +POL,2048,12,139000,147000 +POL,2048,13,139000,147000 +POL,2048,14,140000,147000 +POL,2048,15,140000,148000 +POL,2048,16,142000,150000 +POL,2048,17,144000,151000 +POL,2048,18,145000,154000 +POL,2049,0,138000,145000 +POL,2049,1,139000,146000 +POL,2049,2,139000,147000 +POL,2049,3,140000,148000 +POL,2049,4,140000,148000 +POL,2049,5,140000,148000 +POL,2049,6,140000,148000 +POL,2049,7,140000,148000 +POL,2049,8,140000,147000 +POL,2049,9,139000,147000 +POL,2049,10,139000,147000 +POL,2049,11,139000,147000 +POL,2049,12,139000,147000 +POL,2049,13,139000,147000 +POL,2049,14,139000,147000 +POL,2049,15,139000,147000 +POL,2049,16,140000,148000 +POL,2049,17,142000,149000 +POL,2049,18,143000,151000 +POL,2050,0,136000,144000 +POL,2050,1,138000,146000 +POL,2050,2,139000,147000 +POL,2050,3,139000,147000 +POL,2050,4,140000,148000 +POL,2050,5,140000,148000 +POL,2050,6,140000,148000 +POL,2050,7,140000,148000 +POL,2050,8,140000,148000 +POL,2050,9,139000,147000 +POL,2050,10,139000,147000 +POL,2050,11,139000,147000 +POL,2050,12,139000,147000 +POL,2050,13,139000,146000 +POL,2050,14,139000,147000 +POL,2050,15,139000,147000 +POL,2050,16,139000,147000 +POL,2050,17,140000,148000 +POL,2050,18,141000,149000 +PRE,1990,0,, +PRE,1990,1,, +PRE,1990,2,, +PRE,1990,3,, +PRE,1990,4,, +PRE,1990,5,, +PRE,1990,6,, +PRE,1990,7,, +PRE,1990,8,, +PRE,1990,9,, +PRE,1990,10,, +PRE,1990,11,, +PRE,1990,12,, +PRE,1990,13,, +PRE,1990,14,, +PRE,1990,15,, +PRE,1990,16,, +PRE,1990,17,, +PRE,1990,18,, +PRE,1991,0,, +PRE,1991,1,, +PRE,1991,2,, +PRE,1991,3,, +PRE,1991,4,, +PRE,1991,5,, +PRE,1991,6,, +PRE,1991,7,, +PRE,1991,8,, +PRE,1991,9,, +PRE,1991,10,, +PRE,1991,11,, +PRE,1991,12,, +PRE,1991,13,, +PRE,1991,14,, +PRE,1991,15,, +PRE,1991,16,, +PRE,1991,17,, +PRE,1991,18,, +PRE,1992,0,, +PRE,1992,1,, +PRE,1992,2,, +PRE,1992,3,, +PRE,1992,4,, +PRE,1992,5,, +PRE,1992,6,, +PRE,1992,7,, +PRE,1992,8,, +PRE,1992,9,, +PRE,1992,10,, +PRE,1992,11,, +PRE,1992,12,, +PRE,1992,13,, +PRE,1992,14,, +PRE,1992,15,, +PRE,1992,16,, +PRE,1992,17,, +PRE,1992,18,, +PRE,1993,0,, +PRE,1993,1,, +PRE,1993,2,, +PRE,1993,3,, +PRE,1993,4,, +PRE,1993,5,, +PRE,1993,6,, +PRE,1993,7,, +PRE,1993,8,, +PRE,1993,9,, +PRE,1993,10,, +PRE,1993,11,, +PRE,1993,12,, +PRE,1993,13,, +PRE,1993,14,, +PRE,1993,15,, +PRE,1993,16,, +PRE,1993,17,, +PRE,1993,18,, +PRE,1994,0,, +PRE,1994,1,, +PRE,1994,2,, +PRE,1994,3,, +PRE,1994,4,, +PRE,1994,5,, +PRE,1994,6,, +PRE,1994,7,, +PRE,1994,8,, +PRE,1994,9,, +PRE,1994,10,, +PRE,1994,11,, +PRE,1994,12,, +PRE,1994,13,, +PRE,1994,14,, +PRE,1994,15,, +PRE,1994,16,, +PRE,1994,17,, +PRE,1994,18,, +PRE,1995,0,, +PRE,1995,1,, +PRE,1995,2,, +PRE,1995,3,, +PRE,1995,4,, +PRE,1995,5,, +PRE,1995,6,, +PRE,1995,7,, +PRE,1995,8,, +PRE,1995,9,, +PRE,1995,10,, +PRE,1995,11,, +PRE,1995,12,, +PRE,1995,13,, +PRE,1995,14,, +PRE,1995,15,, +PRE,1995,16,, +PRE,1995,17,, +PRE,1995,18,, +PRE,1996,0,, +PRE,1996,1,, +PRE,1996,2,, +PRE,1996,3,, +PRE,1996,4,, +PRE,1996,5,, +PRE,1996,6,, +PRE,1996,7,, +PRE,1996,8,, +PRE,1996,9,, +PRE,1996,10,, +PRE,1996,11,, +PRE,1996,12,, +PRE,1996,13,, +PRE,1996,14,, +PRE,1996,15,, +PRE,1996,16,, +PRE,1996,17,, +PRE,1996,18,, +PRE,1997,0,, +PRE,1997,1,, +PRE,1997,2,, +PRE,1997,3,, +PRE,1997,4,, +PRE,1997,5,, +PRE,1997,6,, +PRE,1997,7,, +PRE,1997,8,, +PRE,1997,9,, +PRE,1997,10,, +PRE,1997,11,, +PRE,1997,12,, +PRE,1997,13,, +PRE,1997,14,, +PRE,1997,15,, +PRE,1997,16,, +PRE,1997,17,, +PRE,1997,18,, +PRE,1998,0,, +PRE,1998,1,, +PRE,1998,2,, +PRE,1998,3,, +PRE,1998,4,, +PRE,1998,5,, +PRE,1998,6,, +PRE,1998,7,, +PRE,1998,8,, +PRE,1998,9,, +PRE,1998,10,, +PRE,1998,11,, +PRE,1998,12,, +PRE,1998,13,, +PRE,1998,14,, +PRE,1998,15,, +PRE,1998,16,, +PRE,1998,17,, +PRE,1998,18,, +PRE,1999,0,, +PRE,1999,1,, +PRE,1999,2,, +PRE,1999,3,, +PRE,1999,4,, +PRE,1999,5,, +PRE,1999,6,, +PRE,1999,7,, +PRE,1999,8,, +PRE,1999,9,, +PRE,1999,10,, +PRE,1999,11,, +PRE,1999,12,, +PRE,1999,13,, +PRE,1999,14,, +PRE,1999,15,, +PRE,1999,16,, +PRE,1999,17,, +PRE,1999,18,, +PRE,2000,0,, +PRE,2000,1,, +PRE,2000,2,, +PRE,2000,3,, +PRE,2000,4,, +PRE,2000,5,, +PRE,2000,6,, +PRE,2000,7,, +PRE,2000,8,, +PRE,2000,9,, +PRE,2000,10,, +PRE,2000,11,, +PRE,2000,12,, +PRE,2000,13,, +PRE,2000,14,, +PRE,2000,15,, +PRE,2000,16,, +PRE,2000,17,, +PRE,2000,18,, +PRE,2001,0,, +PRE,2001,1,, +PRE,2001,2,, +PRE,2001,3,, +PRE,2001,4,, +PRE,2001,5,, +PRE,2001,6,, +PRE,2001,7,, +PRE,2001,8,, +PRE,2001,9,, +PRE,2001,10,, +PRE,2001,11,, +PRE,2001,12,, +PRE,2001,13,, +PRE,2001,14,, +PRE,2001,15,, +PRE,2001,16,, +PRE,2001,17,, +PRE,2001,18,, +PRE,2002,0,, +PRE,2002,1,, +PRE,2002,2,, +PRE,2002,3,, +PRE,2002,4,, +PRE,2002,5,, +PRE,2002,6,, +PRE,2002,7,, +PRE,2002,8,, +PRE,2002,9,, +PRE,2002,10,, +PRE,2002,11,, +PRE,2002,12,, +PRE,2002,13,, +PRE,2002,14,, +PRE,2002,15,, +PRE,2002,16,, +PRE,2002,17,, +PRE,2002,18,, +PRE,2003,0,, +PRE,2003,1,, +PRE,2003,2,, +PRE,2003,3,, +PRE,2003,4,, +PRE,2003,5,, +PRE,2003,6,, +PRE,2003,7,, +PRE,2003,8,, +PRE,2003,9,, +PRE,2003,10,, +PRE,2003,11,, +PRE,2003,12,, +PRE,2003,13,, +PRE,2003,14,, +PRE,2003,15,, +PRE,2003,16,, +PRE,2003,17,, +PRE,2003,18,, +PRE,2004,0,, +PRE,2004,1,, +PRE,2004,2,, +PRE,2004,3,, +PRE,2004,4,, +PRE,2004,5,, +PRE,2004,6,, +PRE,2004,7,, +PRE,2004,8,, +PRE,2004,9,, +PRE,2004,10,, +PRE,2004,11,, +PRE,2004,12,, +PRE,2004,13,, +PRE,2004,14,, +PRE,2004,15,, +PRE,2004,16,, +PRE,2004,17,, +PRE,2004,18,, +PRE,2005,0,, +PRE,2005,1,, +PRE,2005,2,, +PRE,2005,3,, +PRE,2005,4,, +PRE,2005,5,, +PRE,2005,6,, +PRE,2005,7,, +PRE,2005,8,, +PRE,2005,9,, +PRE,2005,10,, +PRE,2005,11,, +PRE,2005,12,, +PRE,2005,13,, +PRE,2005,14,, +PRE,2005,15,, +PRE,2005,16,, +PRE,2005,17,, +PRE,2005,18,, +PRE,2006,0,, +PRE,2006,1,, +PRE,2006,2,, +PRE,2006,3,, +PRE,2006,4,, +PRE,2006,5,, +PRE,2006,6,, +PRE,2006,7,, +PRE,2006,8,, +PRE,2006,9,, +PRE,2006,10,, +PRE,2006,11,, +PRE,2006,12,, +PRE,2006,13,, +PRE,2006,14,, +PRE,2006,15,, +PRE,2006,16,, +PRE,2006,17,, +PRE,2006,18,, +PRE,2007,0,, +PRE,2007,1,, +PRE,2007,2,, +PRE,2007,3,, +PRE,2007,4,, +PRE,2007,5,, +PRE,2007,6,, +PRE,2007,7,, +PRE,2007,8,, +PRE,2007,9,, +PRE,2007,10,, +PRE,2007,11,, +PRE,2007,12,, +PRE,2007,13,, +PRE,2007,14,, +PRE,2007,15,, +PRE,2007,16,, +PRE,2007,17,, +PRE,2007,18,, +PRE,2008,0,, +PRE,2008,1,, +PRE,2008,2,, +PRE,2008,3,, +PRE,2008,4,, +PRE,2008,5,, +PRE,2008,6,, +PRE,2008,7,, +PRE,2008,8,, +PRE,2008,9,, +PRE,2008,10,, +PRE,2008,11,, +PRE,2008,12,, +PRE,2008,13,, +PRE,2008,14,, +PRE,2008,15,, +PRE,2008,16,, +PRE,2008,17,, +PRE,2008,18,, +PRE,2009,0,, +PRE,2009,1,, +PRE,2009,2,, +PRE,2009,3,, +PRE,2009,4,, +PRE,2009,5,, +PRE,2009,6,, +PRE,2009,7,, +PRE,2009,8,, +PRE,2009,9,, +PRE,2009,10,, +PRE,2009,11,, +PRE,2009,12,, +PRE,2009,13,, +PRE,2009,14,, +PRE,2009,15,, +PRE,2009,16,, +PRE,2009,17,, +PRE,2009,18,, +PRE,2010,0,, +PRE,2010,1,, +PRE,2010,2,, +PRE,2010,3,, +PRE,2010,4,, +PRE,2010,5,, +PRE,2010,6,, +PRE,2010,7,, +PRE,2010,8,, +PRE,2010,9,, +PRE,2010,10,, +PRE,2010,11,, +PRE,2010,12,, +PRE,2010,13,, +PRE,2010,14,, +PRE,2010,15,, +PRE,2010,16,, +PRE,2010,17,, +PRE,2010,18,, +PRE,2011,0,, +PRE,2011,1,, +PRE,2011,2,, +PRE,2011,3,, +PRE,2011,4,, +PRE,2011,5,, +PRE,2011,6,, +PRE,2011,7,, +PRE,2011,8,, +PRE,2011,9,, +PRE,2011,10,, +PRE,2011,11,, +PRE,2011,12,, +PRE,2011,13,, +PRE,2011,14,, +PRE,2011,15,, +PRE,2011,16,, +PRE,2011,17,, +PRE,2011,18,, +PRE,2012,0,, +PRE,2012,1,, +PRE,2012,2,, +PRE,2012,3,, +PRE,2012,4,, +PRE,2012,5,, +PRE,2012,6,, +PRE,2012,7,, +PRE,2012,8,, +PRE,2012,9,, +PRE,2012,10,, +PRE,2012,11,, +PRE,2012,12,, +PRE,2012,13,, +PRE,2012,14,, +PRE,2012,15,, +PRE,2012,16,, +PRE,2012,17,, +PRE,2012,18,, +PRE,2013,0,, +PRE,2013,1,, +PRE,2013,2,, +PRE,2013,3,, +PRE,2013,4,, +PRE,2013,5,, +PRE,2013,6,, +PRE,2013,7,, +PRE,2013,8,, +PRE,2013,9,, +PRE,2013,10,, +PRE,2013,11,, +PRE,2013,12,, +PRE,2013,13,, +PRE,2013,14,, +PRE,2013,15,, +PRE,2013,16,, +PRE,2013,17,, +PRE,2013,18,, +PRE,2014,0,, +PRE,2014,1,, +PRE,2014,2,, +PRE,2014,3,, +PRE,2014,4,, +PRE,2014,5,, +PRE,2014,6,, +PRE,2014,7,, +PRE,2014,8,, +PRE,2014,9,, +PRE,2014,10,, +PRE,2014,11,, +PRE,2014,12,, +PRE,2014,13,, +PRE,2014,14,, +PRE,2014,15,, +PRE,2014,16,, +PRE,2014,17,, +PRE,2014,18,, +PRE,2015,0,, +PRE,2015,1,, +PRE,2015,2,, +PRE,2015,3,, +PRE,2015,4,, +PRE,2015,5,, +PRE,2015,6,, +PRE,2015,7,, +PRE,2015,8,, +PRE,2015,9,, +PRE,2015,10,, +PRE,2015,11,, +PRE,2015,12,, +PRE,2015,13,, +PRE,2015,14,, +PRE,2015,15,, +PRE,2015,16,, +PRE,2015,17,, +PRE,2015,18,, +PRE,2016,0,, +PRE,2016,1,, +PRE,2016,2,, +PRE,2016,3,, +PRE,2016,4,, +PRE,2016,5,, +PRE,2016,6,, +PRE,2016,7,, +PRE,2016,8,, +PRE,2016,9,, +PRE,2016,10,, +PRE,2016,11,, +PRE,2016,12,, +PRE,2016,13,, +PRE,2016,14,, +PRE,2016,15,, +PRE,2016,16,, +PRE,2016,17,, +PRE,2016,18,, +PRE,2017,0,, +PRE,2017,1,, +PRE,2017,2,, +PRE,2017,3,, +PRE,2017,4,, +PRE,2017,5,, +PRE,2017,6,, +PRE,2017,7,, +PRE,2017,8,, +PRE,2017,9,, +PRE,2017,10,, +PRE,2017,11,, +PRE,2017,12,, +PRE,2017,13,, +PRE,2017,14,, +PRE,2017,15,, +PRE,2017,16,, +PRE,2017,17,, +PRE,2017,18,, +PRE,2018,0,, +PRE,2018,1,, +PRE,2018,2,, +PRE,2018,3,, +PRE,2018,4,, +PRE,2018,5,, +PRE,2018,6,, +PRE,2018,7,, +PRE,2018,8,, +PRE,2018,9,, +PRE,2018,10,, +PRE,2018,11,, +PRE,2018,12,, +PRE,2018,13,, +PRE,2018,14,, +PRE,2018,15,, +PRE,2018,16,, +PRE,2018,17,, +PRE,2018,18,, +PRE,2019,0,, +PRE,2019,1,, +PRE,2019,2,, +PRE,2019,3,, +PRE,2019,4,, +PRE,2019,5,, +PRE,2019,6,, +PRE,2019,7,, +PRE,2019,8,, +PRE,2019,9,, +PRE,2019,10,, +PRE,2019,11,, +PRE,2019,12,, +PRE,2019,13,, +PRE,2019,14,, +PRE,2019,15,, +PRE,2019,16,, +PRE,2019,17,, +PRE,2019,18,, +PRE,2020,0,, +PRE,2020,1,, +PRE,2020,2,, +PRE,2020,3,, +PRE,2020,4,, +PRE,2020,5,, +PRE,2020,6,, +PRE,2020,7,, +PRE,2020,8,, +PRE,2020,9,, +PRE,2020,10,, +PRE,2020,11,, +PRE,2020,12,, +PRE,2020,13,, +PRE,2020,14,, +PRE,2020,15,, +PRE,2020,16,, +PRE,2020,17,, +PRE,2020,18,, +PRE,2021,0,, +PRE,2021,1,, +PRE,2021,2,, +PRE,2021,3,, +PRE,2021,4,, +PRE,2021,5,, +PRE,2021,6,, +PRE,2021,7,, +PRE,2021,8,, +PRE,2021,9,, +PRE,2021,10,, +PRE,2021,11,, +PRE,2021,12,, +PRE,2021,13,, +PRE,2021,14,, +PRE,2021,15,, +PRE,2021,16,, +PRE,2021,17,, +PRE,2021,18,, +PRE,2022,0,, +PRE,2022,1,, +PRE,2022,2,, +PRE,2022,3,, +PRE,2022,4,, +PRE,2022,5,, +PRE,2022,6,, +PRE,2022,7,, +PRE,2022,8,, +PRE,2022,9,, +PRE,2022,10,, +PRE,2022,11,, +PRE,2022,12,, +PRE,2022,13,, +PRE,2022,14,, +PRE,2022,15,, +PRE,2022,16,, +PRE,2022,17,, +PRE,2022,18,, +PRE,2023,0,, +PRE,2023,1,, +PRE,2023,2,, +PRE,2023,3,, +PRE,2023,4,, +PRE,2023,5,, +PRE,2023,6,, +PRE,2023,7,, +PRE,2023,8,, +PRE,2023,9,, +PRE,2023,10,, +PRE,2023,11,, +PRE,2023,12,, +PRE,2023,13,, +PRE,2023,14,, +PRE,2023,15,, +PRE,2023,16,, +PRE,2023,17,, +PRE,2023,18,, +PRE,2024,0,, +PRE,2024,1,, +PRE,2024,2,, +PRE,2024,3,, +PRE,2024,4,, +PRE,2024,5,, +PRE,2024,6,, +PRE,2024,7,, +PRE,2024,8,, +PRE,2024,9,, +PRE,2024,10,, +PRE,2024,11,, +PRE,2024,12,, +PRE,2024,13,, +PRE,2024,14,, +PRE,2024,15,, +PRE,2024,16,, +PRE,2024,17,, +PRE,2024,18,, +PRE,2025,0,, +PRE,2025,1,, +PRE,2025,2,, +PRE,2025,3,, +PRE,2025,4,, +PRE,2025,5,, +PRE,2025,6,, +PRE,2025,7,, +PRE,2025,8,, +PRE,2025,9,, +PRE,2025,10,, +PRE,2025,11,, +PRE,2025,12,, +PRE,2025,13,, +PRE,2025,14,, +PRE,2025,15,, +PRE,2025,16,, +PRE,2025,17,, +PRE,2025,18,, +PRE,2026,0,, +PRE,2026,1,, +PRE,2026,2,, +PRE,2026,3,, +PRE,2026,4,, +PRE,2026,5,, +PRE,2026,6,, +PRE,2026,7,, +PRE,2026,8,, +PRE,2026,9,, +PRE,2026,10,, +PRE,2026,11,, +PRE,2026,12,, +PRE,2026,13,, +PRE,2026,14,, +PRE,2026,15,, +PRE,2026,16,, +PRE,2026,17,, +PRE,2026,18,, +PRE,2027,0,, +PRE,2027,1,, +PRE,2027,2,, +PRE,2027,3,, +PRE,2027,4,, +PRE,2027,5,, +PRE,2027,6,, +PRE,2027,7,, +PRE,2027,8,, +PRE,2027,9,, +PRE,2027,10,, +PRE,2027,11,, +PRE,2027,12,, +PRE,2027,13,, +PRE,2027,14,, +PRE,2027,15,, +PRE,2027,16,, +PRE,2027,17,, +PRE,2027,18,, +PRE,2028,0,, +PRE,2028,1,, +PRE,2028,2,, +PRE,2028,3,, +PRE,2028,4,, +PRE,2028,5,, +PRE,2028,6,, +PRE,2028,7,, +PRE,2028,8,, +PRE,2028,9,, +PRE,2028,10,, +PRE,2028,11,, +PRE,2028,12,, +PRE,2028,13,, +PRE,2028,14,, +PRE,2028,15,, +PRE,2028,16,, +PRE,2028,17,, +PRE,2028,18,, +PRE,2029,0,, +PRE,2029,1,, +PRE,2029,2,, +PRE,2029,3,, +PRE,2029,4,, +PRE,2029,5,, +PRE,2029,6,, +PRE,2029,7,, +PRE,2029,8,, +PRE,2029,9,, +PRE,2029,10,, +PRE,2029,11,, +PRE,2029,12,, +PRE,2029,13,, +PRE,2029,14,, +PRE,2029,15,, +PRE,2029,16,, +PRE,2029,17,, +PRE,2029,18,, +PRE,2030,0,, +PRE,2030,1,, +PRE,2030,2,, +PRE,2030,3,, +PRE,2030,4,, +PRE,2030,5,, +PRE,2030,6,, +PRE,2030,7,, +PRE,2030,8,, +PRE,2030,9,, +PRE,2030,10,, +PRE,2030,11,, +PRE,2030,12,, +PRE,2030,13,, +PRE,2030,14,, +PRE,2030,15,, +PRE,2030,16,, +PRE,2030,17,, +PRE,2030,18,, +PRE,2031,0,, +PRE,2031,1,, +PRE,2031,2,, +PRE,2031,3,, +PRE,2031,4,, +PRE,2031,5,, +PRE,2031,6,, +PRE,2031,7,, +PRE,2031,8,, +PRE,2031,9,, +PRE,2031,10,, +PRE,2031,11,, +PRE,2031,12,, +PRE,2031,13,, +PRE,2031,14,, +PRE,2031,15,, +PRE,2031,16,, +PRE,2031,17,, +PRE,2031,18,, +PRE,2032,0,, +PRE,2032,1,, +PRE,2032,2,, +PRE,2032,3,, +PRE,2032,4,, +PRE,2032,5,, +PRE,2032,6,, +PRE,2032,7,, +PRE,2032,8,, +PRE,2032,9,, +PRE,2032,10,, +PRE,2032,11,, +PRE,2032,12,, +PRE,2032,13,, +PRE,2032,14,, +PRE,2032,15,, +PRE,2032,16,, +PRE,2032,17,, +PRE,2032,18,, +PRE,2033,0,, +PRE,2033,1,, +PRE,2033,2,, +PRE,2033,3,, +PRE,2033,4,, +PRE,2033,5,, +PRE,2033,6,, +PRE,2033,7,, +PRE,2033,8,, +PRE,2033,9,, +PRE,2033,10,, +PRE,2033,11,, +PRE,2033,12,, +PRE,2033,13,, +PRE,2033,14,, +PRE,2033,15,, +PRE,2033,16,, +PRE,2033,17,, +PRE,2033,18,, +PRE,2034,0,, +PRE,2034,1,, +PRE,2034,2,, +PRE,2034,3,, +PRE,2034,4,, +PRE,2034,5,, +PRE,2034,6,, +PRE,2034,7,, +PRE,2034,8,, +PRE,2034,9,, +PRE,2034,10,, +PRE,2034,11,, +PRE,2034,12,, +PRE,2034,13,, +PRE,2034,14,, +PRE,2034,15,, +PRE,2034,16,, +PRE,2034,17,, +PRE,2034,18,, +PRE,2035,0,, +PRE,2035,1,, +PRE,2035,2,, +PRE,2035,3,, +PRE,2035,4,, +PRE,2035,5,, +PRE,2035,6,, +PRE,2035,7,, +PRE,2035,8,, +PRE,2035,9,, +PRE,2035,10,, +PRE,2035,11,, +PRE,2035,12,, +PRE,2035,13,, +PRE,2035,14,, +PRE,2035,15,, +PRE,2035,16,, +PRE,2035,17,, +PRE,2035,18,, +PRE,2036,0,, +PRE,2036,1,, +PRE,2036,2,, +PRE,2036,3,, +PRE,2036,4,, +PRE,2036,5,, +PRE,2036,6,, +PRE,2036,7,, +PRE,2036,8,, +PRE,2036,9,, +PRE,2036,10,, +PRE,2036,11,, +PRE,2036,12,, +PRE,2036,13,, +PRE,2036,14,, +PRE,2036,15,, +PRE,2036,16,, +PRE,2036,17,, +PRE,2036,18,, +PRE,2037,0,, +PRE,2037,1,, +PRE,2037,2,, +PRE,2037,3,, +PRE,2037,4,, +PRE,2037,5,, +PRE,2037,6,, +PRE,2037,7,, +PRE,2037,8,, +PRE,2037,9,, +PRE,2037,10,, +PRE,2037,11,, +PRE,2037,12,, +PRE,2037,13,, +PRE,2037,14,, +PRE,2037,15,, +PRE,2037,16,, +PRE,2037,17,, +PRE,2037,18,, +PRE,2038,0,, +PRE,2038,1,, +PRE,2038,2,, +PRE,2038,3,, +PRE,2038,4,, +PRE,2038,5,, +PRE,2038,6,, +PRE,2038,7,, +PRE,2038,8,, +PRE,2038,9,, +PRE,2038,10,, +PRE,2038,11,, +PRE,2038,12,, +PRE,2038,13,, +PRE,2038,14,, +PRE,2038,15,, +PRE,2038,16,, +PRE,2038,17,, +PRE,2038,18,, +PRE,2039,0,, +PRE,2039,1,, +PRE,2039,2,, +PRE,2039,3,, +PRE,2039,4,, +PRE,2039,5,, +PRE,2039,6,, +PRE,2039,7,, +PRE,2039,8,, +PRE,2039,9,, +PRE,2039,10,, +PRE,2039,11,, +PRE,2039,12,, +PRE,2039,13,, +PRE,2039,14,, +PRE,2039,15,, +PRE,2039,16,, +PRE,2039,17,, +PRE,2039,18,, +PRE,2040,0,, +PRE,2040,1,, +PRE,2040,2,, +PRE,2040,3,, +PRE,2040,4,, +PRE,2040,5,, +PRE,2040,6,, +PRE,2040,7,, +PRE,2040,8,, +PRE,2040,9,, +PRE,2040,10,, +PRE,2040,11,, +PRE,2040,12,, +PRE,2040,13,, +PRE,2040,14,, +PRE,2040,15,, +PRE,2040,16,, +PRE,2040,17,, +PRE,2040,18,, +PRE,2041,0,, +PRE,2041,1,, +PRE,2041,2,, +PRE,2041,3,, +PRE,2041,4,, +PRE,2041,5,, +PRE,2041,6,, +PRE,2041,7,, +PRE,2041,8,, +PRE,2041,9,, +PRE,2041,10,, +PRE,2041,11,, +PRE,2041,12,, +PRE,2041,13,, +PRE,2041,14,, +PRE,2041,15,, +PRE,2041,16,, +PRE,2041,17,, +PRE,2041,18,, +PRE,2042,0,, +PRE,2042,1,, +PRE,2042,2,, +PRE,2042,3,, +PRE,2042,4,, +PRE,2042,5,, +PRE,2042,6,, +PRE,2042,7,, +PRE,2042,8,, +PRE,2042,9,, +PRE,2042,10,, +PRE,2042,11,, +PRE,2042,12,, +PRE,2042,13,, +PRE,2042,14,, +PRE,2042,15,, +PRE,2042,16,, +PRE,2042,17,, +PRE,2042,18,, +PRE,2043,0,, +PRE,2043,1,, +PRE,2043,2,, +PRE,2043,3,, +PRE,2043,4,, +PRE,2043,5,, +PRE,2043,6,, +PRE,2043,7,, +PRE,2043,8,, +PRE,2043,9,, +PRE,2043,10,, +PRE,2043,11,, +PRE,2043,12,, +PRE,2043,13,, +PRE,2043,14,, +PRE,2043,15,, +PRE,2043,16,, +PRE,2043,17,, +PRE,2043,18,, +PRE,2044,0,, +PRE,2044,1,, +PRE,2044,2,, +PRE,2044,3,, +PRE,2044,4,, +PRE,2044,5,, +PRE,2044,6,, +PRE,2044,7,, +PRE,2044,8,, +PRE,2044,9,, +PRE,2044,10,, +PRE,2044,11,, +PRE,2044,12,, +PRE,2044,13,, +PRE,2044,14,, +PRE,2044,15,, +PRE,2044,16,, +PRE,2044,17,, +PRE,2044,18,, +PRE,2045,0,, +PRE,2045,1,, +PRE,2045,2,, +PRE,2045,3,, +PRE,2045,4,, +PRE,2045,5,, +PRE,2045,6,, +PRE,2045,7,, +PRE,2045,8,, +PRE,2045,9,, +PRE,2045,10,, +PRE,2045,11,, +PRE,2045,12,, +PRE,2045,13,, +PRE,2045,14,, +PRE,2045,15,, +PRE,2045,16,, +PRE,2045,17,, +PRE,2045,18,, +PRE,2046,0,, +PRE,2046,1,, +PRE,2046,2,, +PRE,2046,3,, +PRE,2046,4,, +PRE,2046,5,, +PRE,2046,6,, +PRE,2046,7,, +PRE,2046,8,, +PRE,2046,9,, +PRE,2046,10,, +PRE,2046,11,, +PRE,2046,12,, +PRE,2046,13,, +PRE,2046,14,, +PRE,2046,15,, +PRE,2046,16,, +PRE,2046,17,, +PRE,2046,18,, +PRE,2047,0,, +PRE,2047,1,, +PRE,2047,2,, +PRE,2047,3,, +PRE,2047,4,, +PRE,2047,5,, +PRE,2047,6,, +PRE,2047,7,, +PRE,2047,8,, +PRE,2047,9,, +PRE,2047,10,, +PRE,2047,11,, +PRE,2047,12,, +PRE,2047,13,, +PRE,2047,14,, +PRE,2047,15,, +PRE,2047,16,, +PRE,2047,17,, +PRE,2047,18,, +PRE,2048,0,, +PRE,2048,1,, +PRE,2048,2,, +PRE,2048,3,, +PRE,2048,4,, +PRE,2048,5,, +PRE,2048,6,, +PRE,2048,7,, +PRE,2048,8,, +PRE,2048,9,, +PRE,2048,10,, +PRE,2048,11,, +PRE,2048,12,, +PRE,2048,13,, +PRE,2048,14,, +PRE,2048,15,, +PRE,2048,16,, +PRE,2048,17,, +PRE,2048,18,, +PRE,2049,0,, +PRE,2049,1,, +PRE,2049,2,, +PRE,2049,3,, +PRE,2049,4,, +PRE,2049,5,, +PRE,2049,6,, +PRE,2049,7,, +PRE,2049,8,, +PRE,2049,9,, +PRE,2049,10,, +PRE,2049,11,, +PRE,2049,12,, +PRE,2049,13,, +PRE,2049,14,, +PRE,2049,15,, +PRE,2049,16,, +PRE,2049,17,, +PRE,2049,18,, +PRE,2050,0,, +PRE,2050,1,, +PRE,2050,2,, +PRE,2050,3,, +PRE,2050,4,, +PRE,2050,5,, +PRE,2050,6,, +PRE,2050,7,, +PRE,2050,8,, +PRE,2050,9,, +PRE,2050,10,, +PRE,2050,11,, +PRE,2050,12,, +PRE,2050,13,, +PRE,2050,14,, +PRE,2050,15,, +PRE,2050,16,, +PRE,2050,17,, +PRE,2050,18,, +PRI,1990,0,29067,29948 +PRI,1990,1,28584,29545 +PRI,1990,2,28355,29384 +PRI,1990,3,28345,29430 +PRI,1990,4,28519,29650 +PRI,1990,5,28841,30007 +PRI,1990,6,29276,30467 +PRI,1990,7,29790,30995 +PRI,1990,8,30347,31558 +PRI,1990,9,30911,32118 +PRI,1990,10,31495,32678 +PRI,1990,11,32110,33234 +PRI,1990,12,32487,33583 +PRI,1990,13,32497,33619 +PRI,1990,14,32245,33411 +PRI,1990,15,31995,33177 +PRI,1990,16,31730,32932 +PRI,1990,17,31324,32401 +PRI,1990,18,30756,31491 +PRI,1991,0,29426,30470 +PRI,1991,1,28921,29801 +PRI,1991,2,28526,29461 +PRI,1991,3,28362,29350 +PRI,1991,4,28397,29433 +PRI,1991,5,28598,29677 +PRI,1991,6,28929,30045 +PRI,1991,7,29353,30500 +PRI,1991,8,29856,31023 +PRI,1991,9,30416,31587 +PRI,1991,10,30986,32148 +PRI,1991,11,31566,32700 +PRI,1991,12,32177,33253 +PRI,1991,13,32514,33550 +PRI,1991,14,32432,33465 +PRI,1991,15,32056,33096 +PRI,1991,16,31689,32711 +PRI,1991,17,31305,32312 +PRI,1991,18,30816,31671 +PRI,1992,0,30137,31436 +PRI,1992,1,29279,30496 +PRI,1992,2,28770,29661 +PRI,1992,3,28463,29385 +PRI,1992,4,28364,29323 +PRI,1992,5,28444,29443 +PRI,1992,6,28673,29712 +PRI,1992,7,29012,30091 +PRI,1992,8,29423,30541 +PRI,1992,9,29917,31060 +PRI,1992,10,30479,31625 +PRI,1992,11,31055,32186 +PRI,1992,12,31631,32731 +PRI,1992,13,32239,33280 +PRI,1992,14,32536,33526 +PRI,1992,15,32360,33321 +PRI,1992,16,31861,32791 +PRI,1992,17,31377,32254 +PRI,1992,18,30874,31701 +PRI,1993,0,30924,32513 +PRI,1993,1,29861,31254 +PRI,1993,2,29102,30343 +PRI,1993,3,28608,29522 +PRI,1993,4,28389,29310 +PRI,1993,5,28356,29298 +PRI,1993,6,28481,29455 +PRI,1993,7,28737,29749 +PRI,1993,8,29084,30139 +PRI,1993,9,29484,30584 +PRI,1993,10,29967,31097 +PRI,1993,11,30532,31664 +PRI,1993,12,31114,32226 +PRI,1993,13,31685,32763 +PRI,1993,14,32289,33308 +PRI,1993,15,32546,33504 +PRI,1993,16,32277,33178 +PRI,1993,17,31655,32486 +PRI,1993,18,31054,31798 +PRI,1994,0,31417,33249 +PRI,1994,1,30261,31806 +PRI,1994,2,29397,30719 +PRI,1994,3,28796,29953 +PRI,1994,4,28443,29388 +PRI,1994,5,28312,29239 +PRI,1994,6,28344,29277 +PRI,1994,7,28514,29471 +PRI,1994,8,28797,29790 +PRI,1994,9,29152,30191 +PRI,1994,10,29540,30631 +PRI,1994,11,30013,31139 +PRI,1994,12,30580,31707 +PRI,1994,13,31168,32270 +PRI,1994,14,31735,32800 +PRI,1994,15,32334,33341 +PRI,1994,16,32552,33486 +PRI,1994,17,32190,33040 +PRI,1994,18,31444,32187 +PRI,1995,0,31364,33331 +PRI,1995,1,30290,31931 +PRI,1995,2,29467,30853 +PRI,1995,3,28872,30069 +PRI,1995,4,28483,29548 +PRI,1995,5,28278,29260 +PRI,1995,6,28236,29175 +PRI,1995,7,28333,29262 +PRI,1995,8,28548,29493 +PRI,1995,9,28858,29837 +PRI,1995,10,29222,30249 +PRI,1995,11,29597,30685 +PRI,1995,12,30061,31188 +PRI,1995,13,30630,31758 +PRI,1995,14,31223,32321 +PRI,1995,15,31786,32844 +PRI,1995,16,32381,33382 +PRI,1995,17,32559,33476 +PRI,1995,18,32105,32909 +PRI,1996,0,30663,32597 +PRI,1996,1,30785,32630 +PRI,1996,2,29971,31554 +PRI,1996,3,29340,30716 +PRI,1996,4,28878,30096 +PRI,1996,5,28572,29675 +PRI,1996,6,28399,29422 +PRI,1996,7,28340,29311 +PRI,1996,8,28415,29367 +PRI,1996,9,28623,29590 +PRI,1996,10,28930,29932 +PRI,1996,11,29267,30313 +PRI,1996,12,29606,30708 +PRI,1996,13,30004,31119 +PRI,1996,14,30466,31526 +PRI,1996,15,30930,31887 +PRI,1996,16,31370,32217 +PRI,1996,17,31840,32558 +PRI,1996,18,31936,32525 +PRI,1997,0,29435,31240 +PRI,1997,1,29129,30695 +PRI,1997,2,30229,31969 +PRI,1997,3,29675,31216 +PRI,1997,4,29236,30616 +PRI,1997,5,28907,30159 +PRI,1997,6,28682,29837 +PRI,1997,7,28542,29621 +PRI,1997,8,28466,29482 +PRI,1997,9,28519,29507 +PRI,1997,10,28720,29723 +PRI,1997,11,29024,30064 +PRI,1997,12,29335,30413 +PRI,1997,13,29638,30768 +PRI,1997,14,29969,31087 +PRI,1997,15,30324,31331 +PRI,1997,16,30661,31490 +PRI,1997,17,30977,31628 +PRI,1997,18,31322,31773 +PRI,1998,0,27916,29524 +PRI,1998,1,28151,29623 +PRI,1998,2,28337,29705 +PRI,1998,3,29671,31315 +PRI,1998,4,29376,30885 +PRI,1998,5,29130,30524 +PRI,1998,6,28934,30231 +PRI,1998,7,28791,30009 +PRI,1998,8,28683,29828 +PRI,1998,9,28592,29663 +PRI,1998,10,28622,29655 +PRI,1998,11,28817,29864 +PRI,1998,12,29117,30204 +PRI,1998,13,29401,30523 +PRI,1998,14,29668,30836 +PRI,1998,15,29933,31064 +PRI,1998,16,30182,31145 +PRI,1998,17,30389,31102 +PRI,1998,18,30582,31047 +PRI,1999,0,26459,27841 +PRI,1999,1,27148,28515 +PRI,1999,2,27698,29053 +PRI,1999,3,28125,29470 +PRI,1999,4,29075,30623 +PRI,1999,5,29042,30518 +PRI,1999,6,28989,30396 +PRI,1999,7,28927,30268 +PRI,1999,8,28866,30145 +PRI,1999,9,28790,30001 +PRI,1999,10,28682,29808 +PRI,1999,11,28690,29769 +PRI,1999,12,28878,29970 +PRI,1999,13,29175,30309 +PRI,1999,14,29432,30596 +PRI,1999,15,29663,30869 +PRI,1999,16,29860,31004 +PRI,1999,17,30002,30922 +PRI,1999,18,30081,30677 +PRI,2000,0,25323,26485 +PRI,2000,1,26268,27538 +PRI,2000,2,27032,28381 +PRI,2000,3,27634,29036 +PRI,2000,4,28092,29524 +PRI,2000,5,28425,29867 +PRI,2000,6,28652,30086 +PRI,2000,7,28792,30203 +PRI,2000,8,28863,30239 +PRI,2000,9,28884,30217 +PRI,2000,10,28840,30109 +PRI,2000,11,28717,29890 +PRI,2000,12,28702,29819 +PRI,2000,13,28883,30013 +PRI,2000,14,29176,30350 +PRI,2000,15,29405,30604 +PRI,2000,16,29599,30836 +PRI,2000,17,29730,30879 +PRI,2000,18,29764,30634 +PRI,2001,0,24743,25709 +PRI,2001,1,25378,26688 +PRI,2001,2,26221,27609 +PRI,2001,3,26925,28354 +PRI,2001,4,27502,28942 +PRI,2001,5,27965,29390 +PRI,2001,6,28328,29712 +PRI,2001,7,28608,29923 +PRI,2001,8,28795,30055 +PRI,2001,9,28889,30131 +PRI,2001,10,28918,30160 +PRI,2001,11,28891,30111 +PRI,2001,12,28792,29969 +PRI,2001,13,28776,29912 +PRI,2001,14,28917,30019 +PRI,2001,15,29146,30209 +PRI,2001,16,29315,30330 +PRI,2001,17,29453,30422 +PRI,2001,18,29522,30370 +PRI,2002,0,24454,25231 +PRI,2002,1,25267,26398 +PRI,2002,2,25380,26833 +PRI,2002,3,26119,27619 +PRI,2002,4,26762,28265 +PRI,2002,5,27314,28784 +PRI,2002,6,27779,29190 +PRI,2002,7,28172,29490 +PRI,2002,8,28506,29693 +PRI,2002,9,28739,29840 +PRI,2002,10,28857,29956 +PRI,2002,11,28893,30037 +PRI,2002,12,28883,30047 +PRI,2002,13,28808,29983 +PRI,2002,14,28791,29940 +PRI,2002,15,28892,29960 +PRI,2002,16,29055,30002 +PRI,2002,17,29164,29988 +PRI,2002,18,29245,29940 +PRI,2003,0,24370,24982 +PRI,2003,1,24899,25975 +PRI,2003,2,25404,26810 +PRI,2003,3,25349,26940 +PRI,2003,4,25982,27590 +PRI,2003,5,26563,28135 +PRI,2003,6,27089,28585 +PRI,2003,7,27557,28948 +PRI,2003,8,27978,29227 +PRI,2003,9,28364,29421 +PRI,2003,10,28644,29583 +PRI,2003,11,28785,29738 +PRI,2003,12,28828,29872 +PRI,2003,13,28835,29940 +PRI,2003,14,28785,29953 +PRI,2003,15,28766,29924 +PRI,2003,16,28828,29858 +PRI,2003,17,28926,29752 +PRI,2003,18,28974,29603 +PRI,2004,0,24347,24843 +PRI,2004,1,24580,25615 +PRI,2004,2,24872,26291 +PRI,2004,3,25210,26877 +PRI,2004,4,25313,27046 +PRI,2004,5,25841,27561 +PRI,2004,6,26359,28006 +PRI,2004,7,26859,28386 +PRI,2004,8,27329,28708 +PRI,2004,9,27779,28964 +PRI,2004,10,28218,29150 +PRI,2004,11,28544,29326 +PRI,2004,12,28708,29521 +PRI,2004,13,28758,29706 +PRI,2004,14,28782,29834 +PRI,2004,15,28756,29923 +PRI,2004,16,28737,29909 +PRI,2004,17,28759,29757 +PRI,2004,18,28791,29503 +PRI,2005,0,24271,24711 +PRI,2005,1,24273,25285 +PRI,2005,2,24392,25818 +PRI,2005,3,24613,26310 +PRI,2005,4,24919,26764 +PRI,2005,5,25291,27180 +PRI,2005,6,25714,27560 +PRI,2005,7,26171,27906 +PRI,2005,8,26644,28218 +PRI,2005,9,27118,28497 +PRI,2005,10,27597,28732 +PRI,2005,11,28088,28909 +PRI,2005,12,28460,29100 +PRI,2005,13,28648,29335 +PRI,2005,14,28705,29572 +PRI,2005,15,28745,29759 +PRI,2005,16,28744,29925 +PRI,2005,17,28724,29925 +PRI,2005,18,28706,29686 +PRI,2006,0,24137,24568 +PRI,2006,1,23946,24647 +PRI,2006,2,24008,25203 +PRI,2006,3,24174,25730 +PRI,2006,4,24430,26228 +PRI,2006,5,24761,26694 +PRI,2006,6,25146,27128 +PRI,2006,7,25564,27529 +PRI,2006,8,26031,27892 +PRI,2006,9,26543,28213 +PRI,2006,10,27068,28494 +PRI,2006,11,27589,28730 +PRI,2006,12,28124,28916 +PRI,2006,13,28497,29078 +PRI,2006,14,28625,29229 +PRI,2006,15,28583,29349 +PRI,2006,16,28530,29425 +PRI,2006,17,28435,29479 +PRI,2006,18,28339,29396 +PRI,2007,0,23960,24437 +PRI,2007,1,23695,24666 +PRI,2007,2,23627,24594 +PRI,2007,3,23750,25131 +PRI,2007,4,23963,25654 +PRI,2007,5,24254,26157 +PRI,2007,6,24610,26636 +PRI,2007,7,25007,27088 +PRI,2007,8,25422,27511 +PRI,2007,9,25899,27891 +PRI,2007,10,26449,28222 +PRI,2007,11,27026,28503 +PRI,2007,12,27589,28742 +PRI,2007,13,28167,28935 +PRI,2007,14,28542,29069 +PRI,2007,15,28610,29136 +PRI,2007,16,28468,29140 +PRI,2007,17,28323,29105 +PRI,2007,18,28134,29047 +PRI,2008,0,23633,24198 +PRI,2008,1,23341,24306 +PRI,2008,2,23204,24501 +PRI,2008,3,23312,24546 +PRI,2008,4,23496,25065 +PRI,2008,5,23756,25583 +PRI,2008,6,24081,26092 +PRI,2008,7,24463,26584 +PRI,2008,8,24873,27055 +PRI,2008,9,25284,27499 +PRI,2008,10,25771,27897 +PRI,2008,11,26360,28237 +PRI,2008,12,26988,28519 +PRI,2008,13,27593,28759 +PRI,2008,14,28215,28962 +PRI,2008,15,28593,29067 +PRI,2008,16,28600,29050 +PRI,2008,17,28358,28936 +PRI,2008,18,28121,28791 +PRI,2009,0,23027,23698 +PRI,2009,1,22813,23774 +PRI,2009,2,22725,23952 +PRI,2009,3,22750,24218 +PRI,2009,4,22996,24490 +PRI,2009,5,23240,24991 +PRI,2009,6,23547,25504 +PRI,2009,7,23907,26018 +PRI,2009,8,24314,26523 +PRI,2009,9,24736,27012 +PRI,2009,10,25143,27477 +PRI,2009,11,25642,27893 +PRI,2009,12,26269,28243 +PRI,2009,13,26949,28525 +PRI,2009,14,27596,28768 +PRI,2009,15,28261,28978 +PRI,2009,16,28641,29055 +PRI,2009,17,28587,28954 +PRI,2009,18,28247,28723 +PRI,2010,0,22056,22830 +PRI,2010,1,22038,22991 +PRI,2010,2,22096,23244 +PRI,2010,3,22225,23573 +PRI,2010,4,22418,23967 +PRI,2010,5,22669,24413 +PRI,2010,6,22975,24895 +PRI,2010,7,23328,25403 +PRI,2010,8,23723,25922 +PRI,2010,9,24155,26440 +PRI,2010,10,24589,26946 +PRI,2010,11,24992,27432 +PRI,2010,12,25501,27865 +PRI,2010,13,26166,28224 +PRI,2010,14,26898,28507 +PRI,2010,15,27586,28751 +PRI,2010,16,28294,28970 +PRI,2010,17,28676,29018 +PRI,2010,18,28563,28833 +PRI,2011,0,20778,21697 +PRI,2011,1,21759,22568 +PRI,2011,2,21902,22878 +PRI,2011,3,22072,23235 +PRI,2011,4,22268,23630 +PRI,2011,5,22491,24054 +PRI,2011,6,22738,24497 +PRI,2011,7,23007,24949 +PRI,2011,8,23303,25407 +PRI,2011,9,23626,25863 +PRI,2011,10,23972,26306 +PRI,2011,11,24308,26725 +PRI,2011,12,24603,27116 +PRI,2011,13,25004,27448 +PRI,2011,14,25565,27703 +PRI,2011,15,26200,27885 +PRI,2011,16,26793,28029 +PRI,2011,17,27405,28147 +PRI,2011,18,27724,28126 +PRI,2012,0,19186,20247 +PRI,2012,1,19952,20966 +PRI,2012,2,21475,22307 +PRI,2012,3,21780,22768 +PRI,2012,4,22063,23231 +PRI,2012,5,22328,23691 +PRI,2012,6,22581,24145 +PRI,2012,7,22823,24587 +PRI,2012,8,23057,25008 +PRI,2012,9,23295,25416 +PRI,2012,10,23545,25809 +PRI,2012,11,23805,26176 +PRI,2012,12,24042,26507 +PRI,2012,13,24230,26802 +PRI,2012,14,24522,27033 +PRI,2012,15,24979,27184 +PRI,2012,16,25516,27264 +PRI,2012,17,26013,27307 +PRI,2012,18,26529,27324 +PRI,2013,0,17323,18497 +PRI,2013,1,18575,19603 +PRI,2013,2,19643,20614 +PRI,2013,3,21161,22007 +PRI,2013,4,21628,22618 +PRI,2013,5,22024,23186 +PRI,2013,6,22359,23712 +PRI,2013,7,22641,24196 +PRI,2013,8,22878,24635 +PRI,2013,9,23076,25025 +PRI,2013,10,23256,25381 +PRI,2013,11,23432,25709 +PRI,2013,12,23606,26001 +PRI,2013,13,23743,26243 +PRI,2013,14,23822,26440 +PRI,2013,15,24004,26569 +PRI,2013,16,24356,26615 +PRI,2013,17,24795,26592 +PRI,2013,18,25194,26534 +PRI,2014,0,15278,16498 +PRI,2014,1,16939,17950 +PRI,2014,2,18351,19248 +PRI,2014,3,19537,20402 +PRI,2014,4,20763,21615 +PRI,2014,5,21390,22373 +PRI,2014,6,21898,23045 +PRI,2014,7,22300,23634 +PRI,2014,8,22611,24145 +PRI,2014,9,22842,24579 +PRI,2014,10,23003,24937 +PRI,2014,11,23125,25240 +PRI,2014,12,23226,25503 +PRI,2014,13,23312,25716 +PRI,2014,14,23349,25868 +PRI,2014,15,23319,25968 +PRI,2014,16,23391,25994 +PRI,2014,17,23636,25935 +PRI,2014,18,23974,25809 +PRI,2015,0,13174,14350 +PRI,2015,1,15076,16031 +PRI,2015,2,16716,17539 +PRI,2015,3,18114,18881 +PRI,2015,4,19288,20067 +PRI,2015,5,20257,21106 +PRI,2015,6,21039,22006 +PRI,2015,7,21655,22776 +PRI,2015,8,22122,23425 +PRI,2015,9,22460,23961 +PRI,2015,10,22683,24388 +PRI,2015,11,22807,24710 +PRI,2015,12,22870,24960 +PRI,2015,13,22896,25156 +PRI,2015,14,22896,25291 +PRI,2015,15,22832,25353 +PRI,2015,16,22695,25356 +PRI,2015,17,22656,25279 +PRI,2015,18,22794,25117 +PRI,2016,0,11139,12182 +PRI,2016,1,12969,14071 +PRI,2016,2,14801,15732 +PRI,2016,3,16421,17249 +PRI,2016,4,17832,18620 +PRI,2016,5,19040,19842 +PRI,2016,6,20071,20933 +PRI,2016,7,20953,21907 +PRI,2016,8,21574,22672 +PRI,2016,9,21893,23190 +PRI,2016,10,21982,23513 +PRI,2016,11,21980,23742 +PRI,2016,12,21886,23870 +PRI,2016,13,21729,23917 +PRI,2016,14,21544,23909 +PRI,2016,15,21345,23846 +PRI,2016,16,21088,23713 +PRI,2016,17,20754,23519 +PRI,2016,18,20589,23309 +PRI,2017,0,9055,9877 +PRI,2017,1,10999,11745 +PRI,2017,2,12699,13720 +PRI,2017,3,14452,15352 +PRI,2017,4,16043,16870 +PRI,2017,5,17461,18262 +PRI,2017,6,18696,19515 +PRI,2017,7,19784,20651 +PRI,2017,8,20759,21693 +PRI,2017,9,21383,22449 +PRI,2017,10,21552,22835 +PRI,2017,11,21394,22945 +PRI,2017,12,21168,22976 +PRI,2017,13,20858,22910 +PRI,2017,14,20482,22756 +PRI,2017,15,20088,22544 +PRI,2017,16,19693,22285 +PRI,2017,17,19243,21958 +PRI,2017,18,18716,21569 +PRI,2018,0,7272,7843 +PRI,2018,1,9003,9619 +PRI,2018,2,10707,11365 +PRI,2018,3,12422,13365 +PRI,2018,4,14095,14967 +PRI,2018,5,15656,16486 +PRI,2018,6,17080,17898 +PRI,2018,7,18341,19179 +PRI,2018,8,19484,20360 +PRI,2018,9,20552,21468 +PRI,2018,10,21177,22216 +PRI,2018,11,21198,22471 +PRI,2018,12,20796,22370 +PRI,2018,13,20348,22204 +PRI,2018,14,19824,21947 +PRI,2018,15,19232,21594 +PRI,2018,16,18631,21182 +PRI,2018,17,18043,20728 +PRI,2018,18,17402,20210 +PRI,2019,0,6200,6600 +PRI,2019,1,7500,8100 +PRI,2019,2,9000,9600 +PRI,2019,3,11000,11000 +PRI,2019,4,12000,13000 +PRI,2019,5,14000,15000 +PRI,2019,6,15000,16000 +PRI,2019,7,17000,18000 +PRI,2019,8,18000,19000 +PRI,2019,9,19000,20000 +PRI,2019,10,20000,21000 +PRI,2019,11,21000,22000 +PRI,2019,12,21000,22000 +PRI,2019,13,20000,22000 +PRI,2019,14,20000,22000 +PRI,2019,15,19000,21000 +PRI,2019,16,18000,21000 +PRI,2019,17,17000,20000 +PRI,2019,18,17000,19000 +PRI,2020,0,6100,6300 +PRI,2020,1,6900,7300 +PRI,2020,2,7900,8600 +PRI,2020,3,9200,9900 +PRI,2020,4,11000,11000 +PRI,2020,5,12000,13000 +PRI,2020,6,14000,15000 +PRI,2020,7,15000,16000 +PRI,2020,8,17000,18000 +PRI,2020,9,18000,19000 +PRI,2020,10,19000,20000 +PRI,2020,11,21000,22000 +PRI,2020,12,21000,22000 +PRI,2020,13,21000,22000 +PRI,2020,14,20000,22000 +PRI,2020,15,19000,21000 +PRI,2020,16,18000,21000 +PRI,2020,17,17000,20000 +PRI,2020,18,16000,19000 +PRI,2021,0,6900,7100 +PRI,2021,1,6200,6500 +PRI,2021,2,6900,7300 +PRI,2021,3,7900,8500 +PRI,2021,4,9100,9800 +PRI,2021,5,10000,11000 +PRI,2021,6,12000,13000 +PRI,2021,7,14000,14000 +PRI,2021,8,15000,16000 +PRI,2021,9,17000,17000 +PRI,2021,10,18000,19000 +PRI,2021,11,19000,20000 +PRI,2021,12,21000,21000 +PRI,2021,13,21000,22000 +PRI,2021,14,21000,22000 +PRI,2021,15,20000,22000 +PRI,2021,16,19000,21000 +PRI,2021,17,18000,21000 +PRI,2021,18,17000,20000 +PRI,2022,0,8700,8900 +PRI,2022,1,7700,8100 +PRI,2022,2,6300,6700 +PRI,2022,3,7000,7400 +PRI,2022,4,7900,8400 +PRI,2022,5,9100,9700 +PRI,2022,6,10000,11000 +PRI,2022,7,12000,13000 +PRI,2022,8,14000,14000 +PRI,2022,9,15000,16000 +PRI,2022,10,17000,17000 +PRI,2022,11,18000,19000 +PRI,2022,12,19000,20000 +PRI,2022,13,21000,22000 +PRI,2022,14,21000,22000 +PRI,2022,15,21000,22000 +PRI,2022,16,20000,22000 +PRI,2022,17,20000,21000 +PRI,2022,18,19000,21000 +PRI,2023,0,11000,11000 +PRI,2023,1,9000,9400 +PRI,2023,2,7800,8300 +PRI,2023,3,6600,6900 +PRI,2023,4,7100,7500 +PRI,2023,5,7900,8500 +PRI,2023,6,9100,9700 +PRI,2023,7,10000,11000 +PRI,2023,8,12000,13000 +PRI,2023,9,14000,14000 +PRI,2023,10,15000,16000 +PRI,2023,11,17000,18000 +PRI,2023,12,18000,19000 +PRI,2023,13,20000,20000 +PRI,2023,14,21000,22000 +PRI,2023,15,22000,23000 +PRI,2023,16,22000,23000 +PRI,2023,17,21000,22000 +PRI,2023,18,20000,22000 +PRI,2024,0,13000,13000 +PRI,2024,1,10000,11000 +PRI,2024,2,8500,8900 +PRI,2024,3,7400,7900 +PRI,2024,4,6800,7200 +PRI,2024,5,7200,7700 +PRI,2024,6,8000,8600 +PRI,2024,7,9100,9800 +PRI,2024,8,10000,11000 +PRI,2024,9,12000,13000 +PRI,2024,10,14000,15000 +PRI,2024,11,15000,16000 +PRI,2024,12,17000,18000 +PRI,2024,13,18000,19000 +PRI,2024,14,20000,21000 +PRI,2024,15,21000,22000 +PRI,2024,16,22000,23000 +PRI,2024,17,22000,23000 +PRI,2024,18,21000,23000 +PRI,2025,0,14000,14000 +PRI,2025,1,11000,12000 +PRI,2025,2,9100,9500 +PRI,2025,3,7800,8200 +PRI,2025,4,7100,7500 +PRI,2025,5,7000,7400 +PRI,2025,6,7300,7800 +PRI,2025,7,8100,8600 +PRI,2025,8,9200,9800 +PRI,2025,9,11000,11000 +PRI,2025,10,12000,13000 +PRI,2025,11,14000,15000 +PRI,2025,12,15000,16000 +PRI,2025,13,17000,18000 +PRI,2025,14,19000,19000 +PRI,2025,15,20000,21000 +PRI,2025,16,22000,22000 +PRI,2025,17,22000,23000 +PRI,2025,18,22000,24000 +PRI,2026,0,14000,14000 +PRI,2026,1,13000,14000 +PRI,2026,2,11000,11000 +PRI,2026,3,9300,9700 +PRI,2026,4,8100,8600 +PRI,2026,5,7500,7900 +PRI,2026,6,7200,7700 +PRI,2026,7,7400,7900 +PRI,2026,8,8000,8500 +PRI,2026,9,9100,9700 +PRI,2026,10,11000,11000 +PRI,2026,11,12000,13000 +PRI,2026,12,14000,15000 +PRI,2026,13,16000,17000 +PRI,2026,14,17000,18000 +PRI,2026,15,19000,20000 +PRI,2026,16,20000,21000 +PRI,2026,17,22000,23000 +PRI,2026,18,23000,24000 +PRI,2027,0,13000,13000 +PRI,2027,1,11000,12000 +PRI,2027,2,13000,13000 +PRI,2027,3,11000,11000 +PRI,2027,4,9500,9900 +PRI,2027,5,8400,8900 +PRI,2027,6,7800,8300 +PRI,2027,7,7500,8000 +PRI,2027,8,7400,7900 +PRI,2027,9,7900,8500 +PRI,2027,10,9000,9600 +PRI,2027,11,11000,11000 +PRI,2027,12,12000,13000 +PRI,2027,13,14000,15000 +PRI,2027,14,16000,17000 +PRI,2027,15,17000,18000 +PRI,2027,16,19000,20000 +PRI,2027,17,20000,21000 +PRI,2027,18,22000,23000 +PRI,2028,0,11000,12000 +PRI,2028,1,11000,12000 +PRI,2028,2,11000,11000 +PRI,2028,3,12000,13000 +PRI,2028,4,11000,11000 +PRI,2028,5,9700,10000 +PRI,2028,6,8800,9200 +PRI,2028,7,8200,8600 +PRI,2028,8,7800,8200 +PRI,2028,9,7500,8000 +PRI,2028,10,7800,8400 +PRI,2028,11,8900,9500 +PRI,2028,12,11000,11000 +PRI,2028,13,12000,13000 +PRI,2028,14,14000,15000 +PRI,2028,15,16000,17000 +PRI,2028,16,18000,18000 +PRI,2028,17,19000,20000 +PRI,2028,18,21000,21000 +PRI,2029,0,10000,11000 +PRI,2029,1,11000,11000 +PRI,2029,2,11000,11000 +PRI,2029,3,11000,11000 +PRI,2029,4,12000,12000 +PRI,2029,5,11000,11000 +PRI,2029,6,9800,10000 +PRI,2029,7,9100,9500 +PRI,2029,8,8500,8900 +PRI,2029,9,8000,8500 +PRI,2029,10,7500,8000 +PRI,2029,11,7700,8200 +PRI,2029,12,8800,9400 +PRI,2029,13,11000,11000 +PRI,2029,14,12000,13000 +PRI,2029,15,14000,15000 +PRI,2029,16,16000,17000 +PRI,2029,17,18000,19000 +PRI,2029,18,19000,20000 +PRI,2030,0,9200,9800 +PRI,2030,1,10000,11000 +PRI,2030,2,11000,12000 +PRI,2030,3,11000,12000 +PRI,2030,4,11000,12000 +PRI,2030,5,11000,11000 +PRI,2030,6,11000,11000 +PRI,2030,7,9900,10000 +PRI,2030,8,9300,9800 +PRI,2030,9,8800,9300 +PRI,2030,10,8200,8700 +PRI,2030,11,7500,8000 +PRI,2030,12,7600,8100 +PRI,2030,13,8700,9300 +PRI,2030,14,11000,11000 +PRI,2030,15,12000,13000 +PRI,2030,16,14000,15000 +PRI,2030,17,16000,17000 +PRI,2030,18,18000,19000 +PRI,2031,0,9100,9700 +PRI,2031,1,9500,10000 +PRI,2031,2,10000,11000 +PRI,2031,3,11000,12000 +PRI,2031,4,11000,12000 +PRI,2031,5,11000,12000 +PRI,2031,6,11000,11000 +PRI,2031,7,10000,11000 +PRI,2031,8,10000,10000 +PRI,2031,9,9400,9900 +PRI,2031,10,8800,9300 +PRI,2031,11,8200,8700 +PRI,2031,12,7600,8100 +PRI,2031,13,7600,8100 +PRI,2031,14,8700,9300 +PRI,2031,15,11000,11000 +PRI,2031,16,12000,13000 +PRI,2031,17,14000,15000 +PRI,2031,18,16000,17000 +PRI,2032,0,9500,10000 +PRI,2032,1,11000,11000 +PRI,2032,2,9700,10000 +PRI,2032,3,10000,11000 +PRI,2032,4,11000,11000 +PRI,2032,5,11000,12000 +PRI,2032,6,11000,11000 +PRI,2032,7,11000,11000 +PRI,2032,8,10000,11000 +PRI,2032,9,10000,11000 +PRI,2032,10,9400,10000 +PRI,2032,11,8800,9300 +PRI,2032,12,8200,8700 +PRI,2032,13,7600,8100 +PRI,2032,14,7600,8100 +PRI,2032,15,8700,9300 +PRI,2032,16,11000,11000 +PRI,2032,17,12000,13000 +PRI,2032,18,14000,15000 +PRI,2033,0,10000,11000 +PRI,2033,1,11000,11000 +PRI,2033,2,11000,12000 +PRI,2033,3,10000,11000 +PRI,2033,4,10000,11000 +PRI,2033,5,11000,11000 +PRI,2033,6,11000,11000 +PRI,2033,7,11000,11000 +PRI,2033,8,10000,11000 +PRI,2033,9,10000,11000 +PRI,2033,10,10000,11000 +PRI,2033,11,9500,10000 +PRI,2033,12,8800,9300 +PRI,2033,13,8200,8700 +PRI,2033,14,7600,8100 +PRI,2033,15,7600,8100 +PRI,2033,16,8700,9200 +PRI,2033,17,11000,11000 +PRI,2033,18,12000,13000 +PRI,2034,0,11000,11000 +PRI,2034,1,11000,11000 +PRI,2034,2,11000,12000 +PRI,2034,3,11000,12000 +PRI,2034,4,10000,11000 +PRI,2034,5,10000,11000 +PRI,2034,6,10000,11000 +PRI,2034,7,10000,11000 +PRI,2034,8,10000,11000 +PRI,2034,9,10000,11000 +PRI,2034,10,10000,11000 +PRI,2034,11,10000,11000 +PRI,2034,12,9500,10000 +PRI,2034,13,8800,9300 +PRI,2034,14,8200,8700 +PRI,2034,15,7600,8100 +PRI,2034,16,7600,8100 +PRI,2034,17,8700,9200 +PRI,2034,18,10000,11000 +PRI,2035,0,11000,11000 +PRI,2035,1,11000,11000 +PRI,2035,2,11000,11000 +PRI,2035,3,11000,11000 +PRI,2035,4,11000,11000 +PRI,2035,5,10000,11000 +PRI,2035,6,10000,11000 +PRI,2035,7,10000,11000 +PRI,2035,8,10000,11000 +PRI,2035,9,10000,11000 +PRI,2035,10,10000,11000 +PRI,2035,11,10000,11000 +PRI,2035,12,10000,11000 +PRI,2035,13,9500,10000 +PRI,2035,14,8800,9300 +PRI,2035,15,8200,8700 +PRI,2035,16,7600,8100 +PRI,2035,17,7600,8100 +PRI,2035,18,8700,9100 +PRI,2036,0,11000,11000 +PRI,2036,1,11000,11000 +PRI,2036,2,11000,11000 +PRI,2036,3,11000,11000 +PRI,2036,4,11000,11000 +PRI,2036,5,10000,11000 +PRI,2036,6,10000,11000 +PRI,2036,7,10000,11000 +PRI,2036,8,10000,11000 +PRI,2036,9,10000,11000 +PRI,2036,10,10000,11000 +PRI,2036,11,10000,11000 +PRI,2036,12,10000,11000 +PRI,2036,13,10000,11000 +PRI,2036,14,9500,10000 +PRI,2036,15,8800,9300 +PRI,2036,16,8100,8600 +PRI,2036,17,7500,7900 +PRI,2036,18,7500,7900 +PRI,2037,0,11000,11000 +PRI,2037,1,10000,11000 +PRI,2037,2,11000,11000 +PRI,2037,3,11000,11000 +PRI,2037,4,11000,11000 +PRI,2037,5,11000,11000 +PRI,2037,6,10000,11000 +PRI,2037,7,10000,11000 +PRI,2037,8,10000,11000 +PRI,2037,9,10000,11000 +PRI,2037,10,10000,11000 +PRI,2037,11,10000,11000 +PRI,2037,12,10000,11000 +PRI,2037,13,10000,11000 +PRI,2037,14,10000,11000 +PRI,2037,15,9500,10000 +PRI,2037,16,8700,9200 +PRI,2037,17,8100,8500 +PRI,2037,18,7400,7800 +PRI,2038,0,10000,10000 +PRI,2038,1,10000,11000 +PRI,2038,2,10000,11000 +PRI,2038,3,11000,11000 +PRI,2038,4,11000,11000 +PRI,2038,5,11000,11000 +PRI,2038,6,11000,11000 +PRI,2038,7,10000,11000 +PRI,2038,8,10000,11000 +PRI,2038,9,10000,11000 +PRI,2038,10,10000,11000 +PRI,2038,11,10000,11000 +PRI,2038,12,10000,11000 +PRI,2038,13,10000,11000 +PRI,2038,14,10000,11000 +PRI,2038,15,10000,11000 +PRI,2038,16,9500,10000 +PRI,2038,17,8700,9200 +PRI,2038,18,8000,8400 +PRI,2039,0,9500,9900 +PRI,2039,1,9800,10000 +PRI,2039,2,10000,11000 +PRI,2039,3,10000,11000 +PRI,2039,4,11000,11000 +PRI,2039,5,11000,11000 +PRI,2039,6,11000,11000 +PRI,2039,7,11000,11000 +PRI,2039,8,10000,11000 +PRI,2039,9,10000,11000 +PRI,2039,10,10000,11000 +PRI,2039,11,10000,11000 +PRI,2039,12,10000,11000 +PRI,2039,13,10000,11000 +PRI,2039,14,10000,11000 +PRI,2039,15,10000,11000 +PRI,2039,16,10000,11000 +PRI,2039,17,9500,10000 +PRI,2039,18,8700,9100 +PRI,2040,0,9100,9500 +PRI,2040,1,9500,10000 +PRI,2040,2,9800,10000 +PRI,2040,3,10000,11000 +PRI,2040,4,10000,11000 +PRI,2040,5,10000,11000 +PRI,2040,6,10000,11000 +PRI,2040,7,11000,11000 +PRI,2040,8,10000,11000 +PRI,2040,9,10000,11000 +PRI,2040,10,10000,11000 +PRI,2040,11,10000,11000 +PRI,2040,12,10000,11000 +PRI,2040,13,10000,11000 +PRI,2040,14,10000,11000 +PRI,2040,15,10000,11000 +PRI,2040,16,10000,11000 +PRI,2040,17,10000,11000 +PRI,2040,18,9500,10000 +PRI,2041,0,8800,9200 +PRI,2041,1,9100,9500 +PRI,2041,2,9500,10000 +PRI,2041,3,9800,10000 +PRI,2041,4,10000,11000 +PRI,2041,5,10000,11000 +PRI,2041,6,10000,11000 +PRI,2041,7,10000,11000 +PRI,2041,8,11000,11000 +PRI,2041,9,10000,11000 +PRI,2041,10,10000,11000 +PRI,2041,11,10000,11000 +PRI,2041,12,10000,11000 +PRI,2041,13,10000,11000 +PRI,2041,14,10000,11000 +PRI,2041,15,10000,11000 +PRI,2041,16,10000,11000 +PRI,2041,17,10000,11000 +PRI,2041,18,10000,11000 +PRI,2042,0,8600,9000 +PRI,2042,1,9000,9400 +PRI,2042,2,9100,9600 +PRI,2042,3,9400,10000 +PRI,2042,4,9700,10000 +PRI,2042,5,10000,11000 +PRI,2042,6,10000,11000 +PRI,2042,7,10000,11000 +PRI,2042,8,10000,11000 +PRI,2042,9,10000,11000 +PRI,2042,10,10000,11000 +PRI,2042,11,10000,11000 +PRI,2042,12,10000,11000 +PRI,2042,13,10000,11000 +PRI,2042,14,10000,11000 +PRI,2042,15,10000,11000 +PRI,2042,16,10000,11000 +PRI,2042,17,10000,11000 +PRI,2042,18,10000,11000 +PRI,2043,0,8400,8900 +PRI,2043,1,8700,9200 +PRI,2043,2,9000,9500 +PRI,2043,3,9100,9600 +PRI,2043,4,9400,10000 +PRI,2043,5,9700,10000 +PRI,2043,6,9900,11000 +PRI,2043,7,10000,11000 +PRI,2043,8,10000,11000 +PRI,2043,9,10000,11000 +PRI,2043,10,10000,11000 +PRI,2043,11,10000,11000 +PRI,2043,12,10000,11000 +PRI,2043,13,10000,11000 +PRI,2043,14,10000,11000 +PRI,2043,15,10000,11000 +PRI,2043,16,10000,11000 +PRI,2043,17,10000,11000 +PRI,2043,18,10000,11000 +PRI,2044,0,8300,8700 +PRI,2044,1,8500,9000 +PRI,2044,2,8800,9200 +PRI,2044,3,9000,9500 +PRI,2044,4,9100,9600 +PRI,2044,5,9400,10000 +PRI,2044,6,9600,10000 +PRI,2044,7,9800,11000 +PRI,2044,8,10000,11000 +PRI,2044,9,10000,11000 +PRI,2044,10,10000,11000 +PRI,2044,11,10000,11000 +PRI,2044,12,10000,11000 +PRI,2044,13,10000,11000 +PRI,2044,14,10000,11000 +PRI,2044,15,10000,11000 +PRI,2044,16,10000,11000 +PRI,2044,17,10000,11000 +PRI,2044,18,9900,11000 +PRI,2045,0,8200,8600 +PRI,2045,1,8300,8700 +PRI,2045,2,8500,8900 +PRI,2045,3,8700,9200 +PRI,2045,4,8900,9400 +PRI,2045,5,9100,9700 +PRI,2045,6,9300,9900 +PRI,2045,7,9600,10000 +PRI,2045,8,9800,10000 +PRI,2045,9,10000,11000 +PRI,2045,10,10000,11000 +PRI,2045,11,10000,11000 +PRI,2045,12,10000,11000 +PRI,2045,13,10000,11000 +PRI,2045,14,10000,11000 +PRI,2045,15,10000,11000 +PRI,2045,16,10000,11000 +PRI,2045,17,10000,11000 +PRI,2045,18,10000,11000 +PRI,2046,0,8100,8400 +PRI,2046,1,8100,8600 +PRI,2046,2,8300,8700 +PRI,2046,3,8500,8900 +PRI,2046,4,8700,9200 +PRI,2046,5,8900,9400 +PRI,2046,6,9100,9700 +PRI,2046,7,9300,9900 +PRI,2046,8,9500,10000 +PRI,2046,9,9800,10000 +PRI,2046,10,10000,11000 +PRI,2046,11,10000,11000 +PRI,2046,12,10000,11000 +PRI,2046,13,10000,11000 +PRI,2046,14,10000,11000 +PRI,2046,15,10000,11000 +PRI,2046,16,10000,11000 +PRI,2046,17,10000,11000 +PRI,2046,18,10000,11000 +PRI,2047,0,7900,8300 +PRI,2047,1,8000,8300 +PRI,2047,2,8100,8500 +PRI,2047,3,8200,8700 +PRI,2047,4,8400,8900 +PRI,2047,5,8600,9200 +PRI,2047,6,8900,9400 +PRI,2047,7,9100,9700 +PRI,2047,8,9300,9900 +PRI,2047,9,9500,10000 +PRI,2047,10,9800,10000 +PRI,2047,11,10000,11000 +PRI,2047,12,10000,11000 +PRI,2047,13,10000,11000 +PRI,2047,14,10000,11000 +PRI,2047,15,10000,11000 +PRI,2047,16,10000,11000 +PRI,2047,17,10000,11000 +PRI,2047,18,10000,11000 +PRI,2048,0,7800,8100 +PRI,2048,1,7800,8200 +PRI,2048,2,7900,8300 +PRI,2048,3,8000,8500 +PRI,2048,4,8200,8700 +PRI,2048,5,8400,8900 +PRI,2048,6,8600,9200 +PRI,2048,7,8800,9400 +PRI,2048,8,9100,9700 +PRI,2048,9,9300,9900 +PRI,2048,10,9500,10000 +PRI,2048,11,9700,10000 +PRI,2048,12,10000,11000 +PRI,2048,13,10000,11000 +PRI,2048,14,10000,11000 +PRI,2048,15,10000,11000 +PRI,2048,16,10000,11000 +PRI,2048,17,10000,11000 +PRI,2048,18,10000,11000 +PRI,2049,0,7600,7900 +PRI,2049,1,7600,8000 +PRI,2049,2,7700,8100 +PRI,2049,3,7800,8200 +PRI,2049,4,8000,8500 +PRI,2049,5,8200,8700 +PRI,2049,6,8300,8900 +PRI,2049,7,8600,9200 +PRI,2049,8,8800,9400 +PRI,2049,9,9000,9700 +PRI,2049,10,9200,9900 +PRI,2049,11,9500,10000 +PRI,2049,12,9700,10000 +PRI,2049,13,10000,11000 +PRI,2049,14,10000,11000 +PRI,2049,15,10000,11000 +PRI,2049,16,10000,11000 +PRI,2049,17,10000,11000 +PRI,2049,18,10000,11000 +PRI,2050,0,7500,7800 +PRI,2050,1,7500,7800 +PRI,2050,2,7500,7900 +PRI,2050,3,7600,8100 +PRI,2050,4,7700,8200 +PRI,2050,5,7900,8400 +PRI,2050,6,8100,8600 +PRI,2050,7,8300,8900 +PRI,2050,8,8500,9100 +PRI,2050,9,8800,9400 +PRI,2050,10,9000,9700 +PRI,2050,11,9200,9900 +PRI,2050,12,9400,10000 +PRI,2050,13,9700,10000 +PRI,2050,14,9900,11000 +PRI,2050,15,10000,11000 +PRI,2050,16,10000,11000 +PRI,2050,17,10000,11000 +PRI,2050,18,10000,11000 +PRK,1990,0,171417,179736 +PRK,1990,1,186152,195000 +PRK,1990,2,195268,204420 +PRK,1990,3,199595,208856 +PRK,1990,4,199958,209168 +PRK,1990,5,197186,206214 +PRK,1990,6,192106,200854 +PRK,1990,7,185545,193949 +PRK,1990,8,178330,186356 +PRK,1990,9,171290,178935 +PRK,1990,10,163222,170432 +PRK,1990,11,152926,159590 +PRK,1990,12,151372,157843 +PRK,1990,13,163446,170280 +PRK,1990,14,183889,191416 +PRK,1990,15,202525,210652 +PRK,1990,16,221350,230079 +PRK,1990,17,235344,244402 +PRK,1990,18,240964,249903 +PRK,1991,0,172812,181188 +PRK,1991,1,175790,184313 +PRK,1991,2,187298,196236 +PRK,1991,3,194424,203600 +PRK,1991,4,197789,207047 +PRK,1991,5,198011,207220 +PRK,1991,6,195921,204983 +PRK,1991,7,192352,201199 +PRK,1991,8,186860,195407 +PRK,1991,9,179639,187807 +PRK,1991,10,171946,179705 +PRK,1991,11,163638,170948 +PRK,1991,12,153299,160057 +PRK,1991,13,151727,158285 +PRK,1991,14,163824,170741 +PRK,1991,15,184314,191921 +PRK,1991,16,202988,211191 +PRK,1991,17,221850,230651 +PRK,1991,18,235868,244991 +PRK,1992,0,182692,191351 +PRK,1992,1,193661,202778 +PRK,1992,2,179771,188421 +PRK,1992,3,188014,196959 +PRK,1992,4,193127,202238 +PRK,1992,5,195519,204682 +PRK,1992,6,195598,204715 +PRK,1992,7,194198,203204 +PRK,1992,8,192153,201013 +PRK,1992,9,187746,196354 +PRK,1992,10,180535,188767 +PRK,1992,11,172205,180002 +PRK,1992,12,163676,171014 +PRK,1992,13,153319,160103 +PRK,1992,14,151732,158311 +PRK,1992,15,163823,170751 +PRK,1992,16,184312,191920 +PRK,1992,17,202982,211174 +PRK,1992,18,221837,230614 +PRK,1993,0,196934,206016 +PRK,1993,1,200023,209265 +PRK,1993,2,201231,210549 +PRK,1993,3,183447,192152 +PRK,1993,4,188414,197288 +PRK,1993,5,191506,200473 +PRK,1993,6,192922,201910 +PRK,1993,7,192859,201804 +PRK,1993,8,192150,201020 +PRK,1993,9,191632,200425 +PRK,1993,10,188316,196910 +PRK,1993,11,181128,189351 +PRK,1993,12,172175,179941 +PRK,1993,13,163439,170740 +PRK,1993,14,153081,159829 +PRK,1993,15,151482,158020 +PRK,1993,16,163547,170422 +PRK,1993,17,184002,191536 +PRK,1993,18,202635,210735 +PRK,1994,0,209440,218952 +PRK,1994,1,205298,214660 +PRK,1994,2,201568,210796 +PRK,1994,3,198215,207322 +PRK,1994,4,187088,195797 +PRK,1994,5,188785,197539 +PRK,1994,6,189861,198634 +PRK,1994,7,190303,199066 +PRK,1994,8,190097,198821 +PRK,1994,9,190079,198763 +PRK,1994,10,191084,199761 +PRK,1994,11,188858,197386 +PRK,1994,12,181693,189858 +PRK,1994,13,172119,179809 +PRK,1994,14,163178,170398 +PRK,1994,15,152822,159494 +PRK,1994,16,151210,157669 +PRK,1994,17,163247,170026 +PRK,1994,18,183665,191078 +PRK,1995,0,215831,225664 +PRK,1995,1,207780,217238 +PRK,1995,2,201473,210638 +PRK,1995,3,196686,205629 +PRK,1995,4,193196,201977 +PRK,1995,5,190781,199447 +PRK,1995,6,189218,197805 +PRK,1995,7,188282,196817 +PRK,1995,8,187752,196248 +PRK,1995,9,187404,195863 +PRK,1995,10,188075,196530 +PRK,1995,11,190600,199115 +PRK,1995,12,189460,197877 +PRK,1995,13,182316,190380 +PRK,1995,14,172120,179691 +PRK,1995,15,162972,170072 +PRK,1995,16,152613,159172 +PRK,1995,17,150989,157331 +PRK,1995,18,163002,169645 +PRK,1996,0,214786,225074 +PRK,1996,1,212995,222702 +PRK,1996,2,206497,215847 +PRK,1996,3,201214,210276 +PRK,1996,4,197006,205841 +PRK,1996,5,193734,202396 +PRK,1996,6,191180,199709 +PRK,1996,7,189126,197549 +PRK,1996,8,187829,196184 +PRK,1996,9,187310,195636 +PRK,1996,10,187190,195505 +PRK,1996,11,187910,196240 +PRK,1996,12,190382,198788 +PRK,1996,13,189202,197522 +PRK,1996,14,182047,190016 +PRK,1996,15,171857,179330 +PRK,1996,16,162702,169701 +PRK,1996,17,152336,158791 +PRK,1996,18,150687,156908 +PRK,1997,0,208063,218735 +PRK,1997,1,203491,213555 +PRK,1997,2,210253,219775 +PRK,1997,3,205306,214489 +PRK,1997,4,201044,209947 +PRK,1997,5,197413,206086 +PRK,1997,6,194357,202847 +PRK,1997,7,191663,200002 +PRK,1997,8,189118,197323 +PRK,1997,9,187459,195583 +PRK,1997,10,186950,195055 +PRK,1997,11,187059,195178 +PRK,1997,12,187827,195980 +PRK,1997,13,190247,198493 +PRK,1997,14,189027,197198 +PRK,1997,15,181858,189683 +PRK,1997,16,171668,178996 +PRK,1997,17,162504,169357 +PRK,1997,18,152125,158435 +PRK,1998,0,198188,209110 +PRK,1998,1,198544,208845 +PRK,1998,2,198728,208507 +PRK,1998,3,207574,216894 +PRK,1998,4,204177,213176 +PRK,1998,5,200936,209661 +PRK,1998,6,197881,206374 +PRK,1998,7,195040,203341 +PRK,1998,8,192205,200337 +PRK,1998,9,189168,197138 +PRK,1998,10,187146,195021 +PRK,1998,11,186647,194514 +PRK,1998,12,186985,194891 +PRK,1998,13,187802,195762 +PRK,1998,14,190172,198239 +PRK,1998,15,188911,196914 +PRK,1998,16,181725,189389 +PRK,1998,17,171533,178700 +PRK,1998,18,162356,169047 +PRK,1999,0,188924,199871 +PRK,1999,1,193707,204110 +PRK,1999,2,197174,207098 +PRK,1999,3,199453,208955 +PRK,1999,4,204824,213962 +PRK,1999,5,202979,211815 +PRK,1999,6,200760,209329 +PRK,1999,7,198282,206616 +PRK,1999,8,195658,203789 +PRK,1999,9,192683,200627 +PRK,1999,10,189154,196909 +PRK,1999,11,186770,194416 +PRK,1999,12,186281,193930 +PRK,1999,13,186847,194560 +PRK,1999,14,187714,195499 +PRK,1999,15,190032,197940 +PRK,1999,16,188730,196587 +PRK,1999,17,181530,189053 +PRK,1999,18,171339,178364 +PRK,2000,0,182997,193688 +PRK,2000,1,190174,200501 +PRK,2000,2,195462,205437 +PRK,2000,3,199059,208696 +PRK,2000,4,201162,210476 +PRK,2000,5,201968,210979 +PRK,2000,6,201675,210401 +PRK,2000,7,200480,208944 +PRK,2000,8,198580,206806 +PRK,2000,9,196173,204186 +PRK,2000,10,193060,200867 +PRK,2000,11,189041,196631 +PRK,2000,12,186297,193763 +PRK,2000,13,185818,193297 +PRK,2000,14,186613,194182 +PRK,2000,15,187528,195188 +PRK,2000,16,189793,197592 +PRK,2000,17,188451,196210 +PRK,2000,18,181241,188669 +PRK,2001,0,181731,191664 +PRK,2001,1,184305,194735 +PRK,2001,2,190413,200564 +PRK,2001,3,195043,204898 +PRK,2001,4,198322,207870 +PRK,2001,5,200380,209616 +PRK,2001,6,201413,210336 +PRK,2001,7,201621,210229 +PRK,2001,8,200780,209107 +PRK,2001,9,198879,206974 +PRK,2001,10,196256,204160 +PRK,2001,11,193061,200771 +PRK,2001,12,189026,196525 +PRK,2001,13,186268,193642 +PRK,2001,14,185779,193156 +PRK,2001,15,186565,194015 +PRK,2001,16,187470,194993 +PRK,2001,17,189724,197366 +PRK,2001,18,188365,195952 +PRK,2002,0,183621,192518 +PRK,2002,1,188663,197913 +PRK,2002,2,185475,195705 +PRK,2002,3,190508,200548 +PRK,2002,4,194475,204276 +PRK,2002,5,197435,206961 +PRK,2002,6,199445,208672 +PRK,2002,7,200706,209609 +PRK,2002,8,201415,209973 +PRK,2002,9,200930,209186 +PRK,2002,10,199028,207059 +PRK,2002,11,196190,204051 +PRK,2002,12,192917,200594 +PRK,2002,13,188869,196340 +PRK,2002,14,186098,193443 +PRK,2002,15,185600,192937 +PRK,2002,16,186378,193771 +PRK,2002,17,187271,194720 +PRK,2002,18,189511,197060 +PRK,2003,0,186852,194632 +PRK,2003,1,188948,197507 +PRK,2003,2,190835,199948 +PRK,2003,3,186542,196607 +PRK,2003,4,190497,200462 +PRK,2003,5,193800,203584 +PRK,2003,6,196437,205980 +PRK,2003,7,198400,207655 +PRK,2003,8,199887,208810 +PRK,2003,9,201097,209644 +PRK,2003,10,200968,209193 +PRK,2003,11,199067,207073 +PRK,2003,12,196015,203872 +PRK,2003,13,192665,200347 +PRK,2003,14,188607,196087 +PRK,2003,15,185825,193178 +PRK,2003,16,185317,192651 +PRK,2003,17,186086,193460 +PRK,2003,18,186967,194380 +PRK,2004,0,188747,195608 +PRK,2004,1,188401,196342 +PRK,2004,2,188613,197362 +PRK,2004,3,189280,198591 +PRK,2004,4,187597,197502 +PRK,2004,5,190476,200368 +PRK,2004,6,193114,202884 +PRK,2004,7,195430,204991 +PRK,2004,8,197344,206631 +PRK,2004,9,199057,208003 +PRK,2004,10,200768,209308 +PRK,2004,11,200994,209192 +PRK,2004,12,199094,207078 +PRK,2004,13,195829,203686 +PRK,2004,14,192402,200093 +PRK,2004,15,188334,195827 +PRK,2004,16,185541,192905 +PRK,2004,17,185024,192358 +PRK,2004,18,185784,193141 +PRK,2005,0,187463,193791 +PRK,2005,1,186165,193664 +PRK,2005,2,185788,194185 +PRK,2005,3,186180,195230 +PRK,2005,4,187193,196676 +PRK,2005,5,188676,198400 +PRK,2005,6,190479,200279 +PRK,2005,7,192453,202190 +PRK,2005,8,194449,204008 +PRK,2005,9,196315,205612 +PRK,2005,10,198254,207201 +PRK,2005,11,200465,208976 +PRK,2005,12,201046,209195 +PRK,2005,13,199147,207089 +PRK,2005,14,195669,203504 +PRK,2005,15,192165,199844 +PRK,2005,16,188086,195572 +PRK,2005,17,185282,192637 +PRK,2005,18,184756,192070 +PRK,2006,0,182178,188482 +PRK,2006,1,186022,192562 +PRK,2006,2,185564,193090 +PRK,2006,3,185719,194031 +PRK,2006,4,186389,195298 +PRK,2006,5,187472,196808 +PRK,2006,6,188822,198438 +PRK,2006,7,190289,200064 +PRK,2006,8,192018,201792 +PRK,2006,9,194007,203609 +PRK,2006,10,196009,205320 +PRK,2006,11,197981,206936 +PRK,2006,12,200170,208694 +PRK,2006,13,200735,208895 +PRK,2006,14,198830,206773 +PRK,2006,15,195352,203172 +PRK,2006,16,191845,199494 +PRK,2006,17,187764,195204 +PRK,2006,18,184947,192241 +PRK,2007,0,173981,180651 +PRK,2007,1,176009,183295 +PRK,2007,2,184675,191400 +PRK,2007,3,185054,192583 +PRK,2007,4,185743,193944 +PRK,2007,5,186689,195434 +PRK,2007,6,187845,197008 +PRK,2007,7,189062,198544 +PRK,2007,8,190193,199919 +PRK,2007,9,191677,201464 +PRK,2007,10,193661,203281 +PRK,2007,11,195801,205100 +PRK,2007,12,197807,206742 +PRK,2007,13,199975,208483 +PRK,2007,14,200524,208668 +PRK,2007,15,198612,206529 +PRK,2007,16,195131,202911 +PRK,2007,17,191620,199214 +PRK,2007,18,187536,194905 +PRK,2008,0,164787,172059 +PRK,2008,1,169721,177115 +PRK,2008,2,174167,181731 +PRK,2008,3,183380,190278 +PRK,2008,4,184599,192117 +PRK,2008,5,185820,193898 +PRK,2008,6,187045,195612 +PRK,2008,7,188273,197251 +PRK,2008,8,189358,198693 +PRK,2008,9,190153,199817 +PRK,2008,10,191393,201179 +PRK,2008,11,193372,202997 +PRK,2008,12,195649,204923 +PRK,2008,13,197690,206593 +PRK,2008,14,199838,208318 +PRK,2008,15,200371,208485 +PRK,2008,16,198451,206329 +PRK,2008,17,194968,202693 +PRK,2008,18,191451,198976 +PRK,2009,0,157330,165209 +PRK,2009,1,164372,171921 +PRK,2009,2,170405,177793 +PRK,2009,3,175513,182883 +PRK,2009,4,182053,189127 +PRK,2009,5,184111,191622 +PRK,2009,6,185866,193824 +PRK,2009,7,187368,195761 +PRK,2009,8,188668,197464 +PRK,2009,9,189620,198812 +PRK,2009,10,190079,199684 +PRK,2009,11,191075,200864 +PRK,2009,12,193049,202681 +PRK,2009,13,195464,204716 +PRK,2009,14,197538,206412 +PRK,2009,15,199666,208121 +PRK,2009,16,200183,208271 +PRK,2009,17,198256,206098 +PRK,2009,18,194770,202445 +PRK,2010,0,153540,161856 +PRK,2010,1,160985,168672 +PRK,2010,2,167320,174619 +PRK,2010,3,172644,179765 +PRK,2010,4,177058,184177 +PRK,2010,5,180663,187925 +PRK,2010,6,183559,191075 +PRK,2010,7,185847,193696 +PRK,2010,8,187626,195856 +PRK,2010,9,188998,197623 +PRK,2010,10,189817,198876 +PRK,2010,11,189941,199497 +PRK,2010,12,190691,200493 +PRK,2010,13,192659,202310 +PRK,2010,14,195211,204452 +PRK,2010,15,197319,206175 +PRK,2010,16,199426,207867 +PRK,2010,17,199926,207999 +PRK,2010,18,197993,205811 +PRK,2011,0,154352,162876 +PRK,2011,1,154951,163085 +PRK,2011,2,161276,168893 +PRK,2011,3,166917,174217 +PRK,2011,4,171901,179060 +PRK,2011,5,176259,183426 +PRK,2011,6,180090,187382 +PRK,2011,7,183496,190997 +PRK,2011,8,186144,193947 +PRK,2011,9,187917,196104 +PRK,2011,10,189062,197667 +PRK,2011,11,189796,198844 +PRK,2011,12,189901,199449 +PRK,2011,13,190638,200429 +PRK,2011,14,192599,202229 +PRK,2011,15,195148,204351 +PRK,2011,16,197251,206054 +PRK,2011,17,199354,207726 +PRK,2011,18,199842,207832 +PRK,2012,0,158654,167212 +PRK,2012,1,161136,168996 +PRK,2012,2,156241,164193 +PRK,2012,3,161441,168987 +PRK,2012,4,166383,173684 +PRK,2012,5,171023,178220 +PRK,2012,6,175320,182535 +PRK,2012,7,179374,186698 +PRK,2012,8,183288,190776 +PRK,2012,9,186295,194053 +PRK,2012,10,188060,196205 +PRK,2012,11,188977,197564 +PRK,2012,12,189625,198663 +PRK,2012,13,189712,199252 +PRK,2012,14,190434,200213 +PRK,2012,15,192387,201995 +PRK,2012,16,194931,204098 +PRK,2012,17,197028,205778 +PRK,2012,18,199125,207428 +PRK,2013,0,164944,173418 +PRK,2013,1,163378,171299 +PRK,2013,2,162920,170445 +PRK,2013,3,157464,165232 +PRK,2013,4,161536,169011 +PRK,2013,5,165778,173078 +PRK,2013,6,170073,177307 +PRK,2013,7,174307,181570 +PRK,2013,8,178582,185936 +PRK,2013,9,183003,190475 +PRK,2013,10,186366,194078 +PRK,2013,11,188124,196225 +PRK,2013,12,188812,197378 +PRK,2013,13,189373,198399 +PRK,2013,14,189443,198972 +PRK,2013,15,190150,199915 +PRK,2013,16,192094,201677 +PRK,2013,17,194632,203759 +PRK,2013,18,196721,205417 +PRK,2014,0,171010,179377 +PRK,2014,1,165931,173912 +PRK,2014,2,162769,170452 +PRK,2014,3,161301,168768 +PRK,2014,4,158704,166285 +PRK,2014,5,161651,169050 +PRK,2014,6,165193,172489 +PRK,2014,7,169143,176410 +PRK,2014,8,173315,180621 +PRK,2014,9,177813,185192 +PRK,2014,10,182739,190192 +PRK,2014,11,186460,194121 +PRK,2014,12,188209,196262 +PRK,2014,13,188670,197210 +PRK,2014,14,189144,198152 +PRK,2014,15,189196,198709 +PRK,2014,16,189889,199635 +PRK,2014,17,191824,201377 +PRK,2014,18,194356,203439 +PRK,2015,0,175215,183519 +PRK,2015,1,168065,176113 +PRK,2015,2,163225,171053 +PRK,2015,3,160438,168082 +PRK,2015,4,159446,166942 +PRK,2015,5,159989,167376 +PRK,2015,6,161812,169127 +PRK,2015,7,164656,171939 +PRK,2015,8,168262,175553 +PRK,2015,9,172373,179714 +PRK,2015,10,177094,184490 +PRK,2015,11,182528,189952 +PRK,2015,12,186607,194208 +PRK,2015,13,188348,196344 +PRK,2015,14,188581,197087 +PRK,2015,15,188969,197952 +PRK,2015,16,189004,198493 +PRK,2015,17,189681,199400 +PRK,2015,18,191608,201124 +PRK,2016,0,176989,185305 +PRK,2016,1,173473,181727 +PRK,2016,2,167490,175512 +PRK,2016,3,163384,171201 +PRK,2016,4,160969,168612 +PRK,2016,5,160059,167558 +PRK,2016,6,160396,167785 +PRK,2016,7,161724,169034 +PRK,2016,8,164209,171483 +PRK,2016,9,167805,175089 +PRK,2016,10,172113,179453 +PRK,2016,11,176887,184285 +PRK,2016,12,182298,189726 +PRK,2016,13,186360,193962 +PRK,2016,14,188094,196082 +PRK,2016,15,188324,196809 +PRK,2016,16,188708,197657 +PRK,2016,17,188740,198181 +PRK,2016,18,189406,199065 +PRK,2017,0,176989,185349 +PRK,2017,1,170563,178803 +PRK,2017,2,171812,180015 +PRK,2017,3,166992,174986 +PRK,2017,4,163618,171423 +PRK,2017,5,161575,169214 +PRK,2017,6,160746,168247 +PRK,2017,7,160877,168266 +PRK,2017,8,161711,169014 +PRK,2017,9,163838,171100 +PRK,2017,10,167425,174700 +PRK,2017,11,171933,179270 +PRK,2017,12,176761,184159 +PRK,2017,13,182153,189582 +PRK,2017,14,186199,193800 +PRK,2017,15,187926,195904 +PRK,2017,16,188155,196616 +PRK,2017,17,188535,197447 +PRK,2017,18,188564,197955 +PRK,2018,0,175683,184098 +PRK,2018,1,171228,179555 +PRK,2018,2,167734,175949 +PRK,2018,3,170183,178332 +PRK,2018,4,166527,174490 +PRK,2018,5,163884,171675 +PRK,2018,6,162212,169846 +PRK,2018,7,161465,168965 +PRK,2018,8,161389,168776 +PRK,2018,9,161730,169023 +PRK,2018,10,163499,170747 +PRK,2018,11,167077,174341 +PRK,2018,12,171786,179117 +PRK,2018,13,176670,184065 +PRK,2018,14,182043,189471 +PRK,2018,15,186075,193670 +PRK,2018,16,187795,195760 +PRK,2018,17,188022,196457 +PRK,2018,18,188398,197272 +PRK,2019,0,174000,182000 +PRK,2019,1,172000,180000 +PRK,2019,2,169000,178000 +PRK,2019,3,168000,176000 +PRK,2019,4,169000,177000 +PRK,2019,5,166000,174000 +PRK,2019,6,164000,172000 +PRK,2019,7,163000,170000 +PRK,2019,8,162000,170000 +PRK,2019,9,162000,169000 +PRK,2019,10,162000,169000 +PRK,2019,11,163000,170000 +PRK,2019,12,167000,174000 +PRK,2019,13,172000,179000 +PRK,2019,14,177000,184000 +PRK,2019,15,182000,189000 +PRK,2019,16,186000,194000 +PRK,2019,17,188000,196000 +PRK,2019,18,188000,196000 +PRK,2020,0,172000,181000 +PRK,2020,1,172000,180000 +PRK,2020,2,171000,179000 +PRK,2020,3,170000,178000 +PRK,2020,4,168000,176000 +PRK,2020,5,167000,175000 +PRK,2020,6,165000,173000 +PRK,2020,7,164000,172000 +PRK,2020,8,163000,171000 +PRK,2020,9,163000,170000 +PRK,2020,10,162000,170000 +PRK,2020,11,162000,169000 +PRK,2020,12,163000,170000 +PRK,2020,13,166000,174000 +PRK,2020,14,171000,179000 +PRK,2020,15,176000,184000 +PRK,2020,16,182000,189000 +PRK,2020,17,186000,193000 +PRK,2020,18,187000,195000 +PRK,2021,0,171000,179000 +PRK,2021,1,172000,181000 +PRK,2021,2,172000,180000 +PRK,2021,3,171000,179000 +PRK,2021,4,169000,178000 +PRK,2021,5,168000,176000 +PRK,2021,6,167000,175000 +PRK,2021,7,165000,173000 +PRK,2021,8,164000,172000 +PRK,2021,9,163000,171000 +PRK,2021,10,163000,170000 +PRK,2021,11,162000,170000 +PRK,2021,12,162000,169000 +PRK,2021,13,163000,170000 +PRK,2021,14,166000,173000 +PRK,2021,15,171000,179000 +PRK,2021,16,176000,184000 +PRK,2021,17,182000,189000 +PRK,2021,18,186000,193000 +PRK,2022,0,169000,178000 +PRK,2022,1,171000,179000 +PRK,2022,2,172000,180000 +PRK,2022,3,171000,180000 +PRK,2022,4,171000,179000 +PRK,2022,5,169000,178000 +PRK,2022,6,168000,176000 +PRK,2022,7,167000,175000 +PRK,2022,8,165000,173000 +PRK,2022,9,164000,172000 +PRK,2022,10,163000,171000 +PRK,2022,11,163000,170000 +PRK,2022,12,162000,170000 +PRK,2022,13,161000,169000 +PRK,2022,14,163000,170000 +PRK,2022,15,166000,173000 +PRK,2022,16,171000,178000 +PRK,2022,17,176000,183000 +PRK,2022,18,181000,189000 +PRK,2023,0,168000,176000 +PRK,2023,1,170000,179000 +PRK,2023,2,171000,180000 +PRK,2023,3,172000,180000 +PRK,2023,4,171000,180000 +PRK,2023,5,170000,179000 +PRK,2023,6,169000,177000 +PRK,2023,7,168000,176000 +PRK,2023,8,167000,175000 +PRK,2023,9,165000,173000 +PRK,2023,10,164000,172000 +PRK,2023,11,163000,171000 +PRK,2023,12,163000,170000 +PRK,2023,13,162000,169000 +PRK,2023,14,161000,169000 +PRK,2023,15,162000,170000 +PRK,2023,16,166000,173000 +PRK,2023,17,171000,178000 +PRK,2023,18,176000,183000 +PRK,2024,0,167000,175000 +PRK,2024,1,169000,178000 +PRK,2024,2,171000,179000 +PRK,2024,3,172000,180000 +PRK,2024,4,172000,180000 +PRK,2024,5,171000,180000 +PRK,2024,6,170000,179000 +PRK,2024,7,169000,177000 +PRK,2024,8,168000,176000 +PRK,2024,9,166000,174000 +PRK,2024,10,165000,173000 +PRK,2024,11,164000,172000 +PRK,2024,12,163000,171000 +PRK,2024,13,162000,170000 +PRK,2024,14,162000,169000 +PRK,2024,15,161000,168000 +PRK,2024,16,162000,169000 +PRK,2024,17,166000,173000 +PRK,2024,18,171000,178000 +PRK,2025,0,166000,174000 +PRK,2025,1,168000,177000 +PRK,2025,2,170000,179000 +PRK,2025,3,171000,180000 +PRK,2025,4,172000,180000 +PRK,2025,5,172000,180000 +PRK,2025,6,171000,179000 +PRK,2025,7,170000,178000 +PRK,2025,8,169000,177000 +PRK,2025,9,168000,176000 +PRK,2025,10,166000,174000 +PRK,2025,11,165000,173000 +PRK,2025,12,164000,172000 +PRK,2025,13,163000,171000 +PRK,2025,14,162000,170000 +PRK,2025,15,162000,169000 +PRK,2025,16,161000,168000 +PRK,2025,17,162000,169000 +PRK,2025,18,166000,173000 +PRK,2026,0,165000,173000 +PRK,2026,1,166000,174000 +PRK,2026,2,169000,177000 +PRK,2026,3,170000,178000 +PRK,2026,4,171000,179000 +PRK,2026,5,171000,180000 +PRK,2026,6,171000,180000 +PRK,2026,7,171000,179000 +PRK,2026,8,170000,178000 +PRK,2026,9,169000,177000 +PRK,2026,10,168000,176000 +PRK,2026,11,166000,174000 +PRK,2026,12,165000,173000 +PRK,2026,13,164000,172000 +PRK,2026,14,163000,170000 +PRK,2026,15,162000,170000 +PRK,2026,16,162000,169000 +PRK,2026,17,161000,168000 +PRK,2026,18,162000,169000 +PRK,2027,0,165000,173000 +PRK,2027,1,167000,175000 +PRK,2027,2,167000,175000 +PRK,2027,3,169000,177000 +PRK,2027,4,170000,178000 +PRK,2027,5,171000,179000 +PRK,2027,6,171000,179000 +PRK,2027,7,171000,179000 +PRK,2027,8,171000,179000 +PRK,2027,9,170000,178000 +PRK,2027,10,169000,177000 +PRK,2027,11,168000,176000 +PRK,2027,12,166000,174000 +PRK,2027,13,165000,173000 +PRK,2027,14,164000,171000 +PRK,2027,15,163000,170000 +PRK,2027,16,162000,170000 +PRK,2027,17,162000,169000 +PRK,2027,18,161000,168000 +PRK,2028,0,164000,172000 +PRK,2028,1,166000,174000 +PRK,2028,2,167000,176000 +PRK,2028,3,167000,175000 +PRK,2028,4,169000,177000 +PRK,2028,5,170000,178000 +PRK,2028,6,170000,179000 +PRK,2028,7,171000,179000 +PRK,2028,8,171000,179000 +PRK,2028,9,171000,179000 +PRK,2028,10,170000,178000 +PRK,2028,11,169000,177000 +PRK,2028,12,168000,176000 +PRK,2028,13,166000,174000 +PRK,2028,14,165000,173000 +PRK,2028,15,164000,171000 +PRK,2028,16,163000,170000 +PRK,2028,17,162000,169000 +PRK,2028,18,161000,169000 +PRK,2029,0,163000,171000 +PRK,2029,1,165000,173000 +PRK,2029,2,166000,174000 +PRK,2029,3,167000,175000 +PRK,2029,4,167000,175000 +PRK,2029,5,169000,177000 +PRK,2029,6,169000,178000 +PRK,2029,7,170000,178000 +PRK,2029,8,170000,179000 +PRK,2029,9,171000,179000 +PRK,2029,10,171000,179000 +PRK,2029,11,170000,178000 +PRK,2029,12,169000,177000 +PRK,2029,13,167000,175000 +PRK,2029,14,166000,174000 +PRK,2029,15,165000,173000 +PRK,2029,16,163000,171000 +PRK,2029,17,163000,170000 +PRK,2029,18,162000,169000 +PRK,2030,0,162000,170000 +PRK,2030,1,163000,171000 +PRK,2030,2,164000,172000 +PRK,2030,3,166000,174000 +PRK,2030,4,167000,175000 +PRK,2030,5,168000,176000 +PRK,2030,6,168000,177000 +PRK,2030,7,169000,177000 +PRK,2030,8,170000,178000 +PRK,2030,9,170000,178000 +PRK,2030,10,170000,179000 +PRK,2030,11,170000,179000 +PRK,2030,12,170000,178000 +PRK,2030,13,169000,177000 +PRK,2030,14,167000,175000 +PRK,2030,15,166000,174000 +PRK,2030,16,165000,172000 +PRK,2030,17,163000,171000 +PRK,2030,18,162000,170000 +PRK,2031,0,160000,167000 +PRK,2031,1,161000,169000 +PRK,2031,2,163000,171000 +PRK,2031,3,164000,172000 +PRK,2031,4,166000,174000 +PRK,2031,5,167000,175000 +PRK,2031,6,168000,176000 +PRK,2031,7,168000,177000 +PRK,2031,8,169000,177000 +PRK,2031,9,170000,178000 +PRK,2031,10,170000,178000 +PRK,2031,11,170000,178000 +PRK,2031,12,170000,179000 +PRK,2031,13,170000,178000 +PRK,2031,14,169000,177000 +PRK,2031,15,167000,175000 +PRK,2031,16,166000,174000 +PRK,2031,17,164000,172000 +PRK,2031,18,163000,171000 +PRK,2032,0,157000,165000 +PRK,2032,1,159000,167000 +PRK,2032,2,161000,169000 +PRK,2032,3,163000,171000 +PRK,2032,4,164000,172000 +PRK,2032,5,166000,174000 +PRK,2032,6,167000,175000 +PRK,2032,7,168000,176000 +PRK,2032,8,168000,177000 +PRK,2032,9,169000,177000 +PRK,2032,10,170000,178000 +PRK,2032,11,170000,178000 +PRK,2032,12,170000,178000 +PRK,2032,13,170000,179000 +PRK,2032,14,170000,178000 +PRK,2032,15,169000,177000 +PRK,2032,16,167000,175000 +PRK,2032,17,166000,174000 +PRK,2032,18,164000,172000 +PRK,2033,0,154000,161000 +PRK,2033,1,156000,164000 +PRK,2033,2,158000,166000 +PRK,2033,3,161000,169000 +PRK,2033,4,163000,171000 +PRK,2033,5,164000,172000 +PRK,2033,6,165000,174000 +PRK,2033,7,167000,175000 +PRK,2033,8,168000,176000 +PRK,2033,9,168000,177000 +PRK,2033,10,169000,177000 +PRK,2033,11,169000,178000 +PRK,2033,12,170000,178000 +PRK,2033,13,170000,178000 +PRK,2033,14,170000,179000 +PRK,2033,15,170000,178000 +PRK,2033,16,169000,177000 +PRK,2033,17,167000,175000 +PRK,2033,18,166000,173000 +PRK,2034,0,151000,158000 +PRK,2034,1,154000,161000 +PRK,2034,2,156000,164000 +PRK,2034,3,159000,166000 +PRK,2034,4,161000,169000 +PRK,2034,5,163000,171000 +PRK,2034,6,164000,172000 +PRK,2034,7,165000,173000 +PRK,2034,8,167000,175000 +PRK,2034,9,168000,176000 +PRK,2034,10,168000,176000 +PRK,2034,11,169000,177000 +PRK,2034,12,169000,178000 +PRK,2034,13,170000,178000 +PRK,2034,14,170000,178000 +PRK,2034,15,170000,178000 +PRK,2034,16,170000,178000 +PRK,2034,17,169000,177000 +PRK,2034,18,167000,175000 +PRK,2035,0,148000,156000 +PRK,2035,1,151000,159000 +PRK,2035,2,154000,162000 +PRK,2035,3,156000,164000 +PRK,2035,4,159000,166000 +PRK,2035,5,161000,168000 +PRK,2035,6,162000,170000 +PRK,2035,7,164000,172000 +PRK,2035,8,165000,173000 +PRK,2035,9,167000,175000 +PRK,2035,10,167000,176000 +PRK,2035,11,168000,176000 +PRK,2035,12,169000,177000 +PRK,2035,13,169000,177000 +PRK,2035,14,170000,178000 +PRK,2035,15,170000,178000 +PRK,2035,16,170000,178000 +PRK,2035,17,170000,178000 +PRK,2035,18,168000,177000 +PRK,2036,0,146000,154000 +PRK,2036,1,149000,156000 +PRK,2036,2,151000,159000 +PRK,2036,3,154000,161000 +PRK,2036,4,156000,164000 +PRK,2036,5,159000,166000 +PRK,2036,6,161000,168000 +PRK,2036,7,162000,170000 +PRK,2036,8,164000,172000 +PRK,2036,9,165000,173000 +PRK,2036,10,167000,175000 +PRK,2036,11,167000,176000 +PRK,2036,12,168000,176000 +PRK,2036,13,169000,177000 +PRK,2036,14,169000,177000 +PRK,2036,15,170000,178000 +PRK,2036,16,170000,178000 +PRK,2036,17,170000,178000 +PRK,2036,18,170000,178000 +PRK,2037,0,145000,152000 +PRK,2037,1,147000,154000 +PRK,2037,2,149000,156000 +PRK,2037,3,151000,159000 +PRK,2037,4,154000,161000 +PRK,2037,5,156000,164000 +PRK,2037,6,158000,166000 +PRK,2037,7,160000,168000 +PRK,2037,8,162000,170000 +PRK,2037,9,164000,172000 +PRK,2037,10,165000,173000 +PRK,2037,11,166000,175000 +PRK,2037,12,167000,175000 +PRK,2037,13,168000,176000 +PRK,2037,14,169000,177000 +PRK,2037,15,169000,177000 +PRK,2037,16,169000,178000 +PRK,2037,17,170000,178000 +PRK,2037,18,170000,178000 +PRK,2038,0,143000,150000 +PRK,2038,1,145000,153000 +PRK,2038,2,147000,155000 +PRK,2038,3,149000,156000 +PRK,2038,4,151000,159000 +PRK,2038,5,154000,161000 +PRK,2038,6,156000,164000 +PRK,2038,7,158000,166000 +PRK,2038,8,160000,168000 +PRK,2038,9,162000,170000 +PRK,2038,10,164000,172000 +PRK,2038,11,165000,173000 +PRK,2038,12,166000,174000 +PRK,2038,13,167000,175000 +PRK,2038,14,168000,176000 +PRK,2038,15,169000,177000 +PRK,2038,16,169000,177000 +PRK,2038,17,169000,178000 +PRK,2038,18,170000,178000 +PRK,2039,0,142000,149000 +PRK,2039,1,144000,151000 +PRK,2039,2,146000,153000 +PRK,2039,3,147000,155000 +PRK,2039,4,149000,156000 +PRK,2039,5,151000,159000 +PRK,2039,6,154000,161000 +PRK,2039,7,156000,163000 +PRK,2039,8,158000,166000 +PRK,2039,9,160000,168000 +PRK,2039,10,162000,170000 +PRK,2039,11,164000,172000 +PRK,2039,12,165000,173000 +PRK,2039,13,166000,174000 +PRK,2039,14,167000,175000 +PRK,2039,15,168000,176000 +PRK,2039,16,168000,177000 +PRK,2039,17,169000,177000 +PRK,2039,18,169000,177000 +PRK,2040,0,141000,148000 +PRK,2040,1,142000,149000 +PRK,2040,2,144000,151000 +PRK,2040,3,145000,152000 +PRK,2040,4,147000,154000 +PRK,2040,5,149000,156000 +PRK,2040,6,151000,159000 +PRK,2040,7,153000,161000 +PRK,2040,8,156000,163000 +PRK,2040,9,158000,165000 +PRK,2040,10,160000,168000 +PRK,2040,11,162000,170000 +PRK,2040,12,164000,172000 +PRK,2040,13,165000,173000 +PRK,2040,14,166000,174000 +PRK,2040,15,167000,175000 +PRK,2040,16,168000,176000 +PRK,2040,17,168000,176000 +PRK,2040,18,169000,177000 +PRK,2041,0,141000,148000 +PRK,2041,1,141000,148000 +PRK,2041,2,142000,149000 +PRK,2041,3,144000,151000 +PRK,2041,4,145000,152000 +PRK,2041,5,147000,154000 +PRK,2041,6,149000,156000 +PRK,2041,7,151000,159000 +PRK,2041,8,153000,161000 +PRK,2041,9,156000,163000 +PRK,2041,10,158000,165000 +PRK,2041,11,160000,168000 +PRK,2041,12,162000,170000 +PRK,2041,13,164000,172000 +PRK,2041,14,165000,173000 +PRK,2041,15,166000,174000 +PRK,2041,16,167000,175000 +PRK,2041,17,168000,176000 +PRK,2041,18,168000,176000 +PRK,2042,0,141000,147000 +PRK,2042,1,141000,148000 +PRK,2042,2,141000,148000 +PRK,2042,3,142000,149000 +PRK,2042,4,144000,151000 +PRK,2042,5,145000,152000 +PRK,2042,6,147000,154000 +PRK,2042,7,149000,156000 +PRK,2042,8,151000,159000 +PRK,2042,9,153000,161000 +PRK,2042,10,156000,163000 +PRK,2042,11,158000,165000 +PRK,2042,12,160000,168000 +PRK,2042,13,162000,170000 +PRK,2042,14,164000,172000 +PRK,2042,15,165000,173000 +PRK,2042,16,166000,174000 +PRK,2042,17,167000,175000 +PRK,2042,18,168000,176000 +PRK,2043,0,140000,147000 +PRK,2043,1,140000,147000 +PRK,2043,2,140000,147000 +PRK,2043,3,141000,148000 +PRK,2043,4,142000,149000 +PRK,2043,5,144000,151000 +PRK,2043,6,145000,152000 +PRK,2043,7,147000,154000 +PRK,2043,8,149000,156000 +PRK,2043,9,151000,158000 +PRK,2043,10,153000,161000 +PRK,2043,11,156000,163000 +PRK,2043,12,158000,165000 +PRK,2043,13,160000,168000 +PRK,2043,14,162000,170000 +PRK,2043,15,164000,172000 +PRK,2043,16,165000,173000 +PRK,2043,17,166000,174000 +PRK,2043,18,167000,175000 +PRK,2044,0,140000,147000 +PRK,2044,1,140000,147000 +PRK,2044,2,140000,147000 +PRK,2044,3,140000,147000 +PRK,2044,4,141000,148000 +PRK,2044,5,142000,149000 +PRK,2044,6,144000,151000 +PRK,2044,7,145000,152000 +PRK,2044,8,147000,154000 +PRK,2044,9,149000,156000 +PRK,2044,10,151000,158000 +PRK,2044,11,153000,161000 +PRK,2044,12,155000,163000 +PRK,2044,13,158000,165000 +PRK,2044,14,160000,167000 +PRK,2044,15,162000,170000 +PRK,2044,16,164000,172000 +PRK,2044,17,165000,173000 +PRK,2044,18,166000,174000 +PRK,2045,0,140000,147000 +PRK,2045,1,140000,147000 +PRK,2045,2,139000,146000 +PRK,2045,3,140000,146000 +PRK,2045,4,140000,147000 +PRK,2045,5,141000,148000 +PRK,2045,6,142000,149000 +PRK,2045,7,144000,150000 +PRK,2045,8,145000,152000 +PRK,2045,9,147000,154000 +PRK,2045,10,149000,156000 +PRK,2045,11,151000,158000 +PRK,2045,12,153000,161000 +PRK,2045,13,155000,163000 +PRK,2045,14,157000,165000 +PRK,2045,15,160000,167000 +PRK,2045,16,162000,170000 +PRK,2045,17,164000,171000 +PRK,2045,18,165000,173000 +PRK,2046,0,141000,148000 +PRK,2046,1,140000,147000 +PRK,2046,2,140000,146000 +PRK,2046,3,139000,146000 +PRK,2046,4,140000,146000 +PRK,2046,5,140000,147000 +PRK,2046,6,141000,148000 +PRK,2046,7,142000,149000 +PRK,2046,8,144000,150000 +PRK,2046,9,145000,152000 +PRK,2046,10,147000,154000 +PRK,2046,11,149000,156000 +PRK,2046,12,151000,158000 +PRK,2046,13,153000,160000 +PRK,2046,14,155000,163000 +PRK,2046,15,157000,165000 +PRK,2046,16,160000,167000 +PRK,2046,17,162000,169000 +PRK,2046,18,164000,171000 +PRK,2047,0,141000,148000 +PRK,2047,1,140000,147000 +PRK,2047,2,140000,147000 +PRK,2047,3,140000,146000 +PRK,2047,4,140000,146000 +PRK,2047,5,140000,146000 +PRK,2047,6,140000,147000 +PRK,2047,7,141000,148000 +PRK,2047,8,142000,149000 +PRK,2047,9,143000,150000 +PRK,2047,10,145000,152000 +PRK,2047,11,147000,154000 +PRK,2047,12,149000,156000 +PRK,2047,13,151000,158000 +PRK,2047,14,153000,160000 +PRK,2047,15,155000,163000 +PRK,2047,16,157000,165000 +PRK,2047,17,160000,167000 +PRK,2047,18,162000,169000 +PRK,2048,0,142000,149000 +PRK,2048,1,141000,148000 +PRK,2048,2,140000,147000 +PRK,2048,3,140000,147000 +PRK,2048,4,140000,146000 +PRK,2048,5,139000,146000 +PRK,2048,6,140000,147000 +PRK,2048,7,140000,147000 +PRK,2048,8,141000,148000 +PRK,2048,9,142000,149000 +PRK,2048,10,143000,150000 +PRK,2048,11,145000,152000 +PRK,2048,12,147000,154000 +PRK,2048,13,149000,156000 +PRK,2048,14,151000,158000 +PRK,2048,15,153000,160000 +PRK,2048,16,155000,163000 +PRK,2048,17,157000,165000 +PRK,2048,18,160000,167000 +PRK,2049,0,142000,149000 +PRK,2049,1,141000,148000 +PRK,2049,2,140000,147000 +PRK,2049,3,140000,146000 +PRK,2049,4,140000,146000 +PRK,2049,5,139000,146000 +PRK,2049,6,139000,146000 +PRK,2049,7,140000,147000 +PRK,2049,8,140000,147000 +PRK,2049,9,141000,148000 +PRK,2049,10,142000,149000 +PRK,2049,11,143000,150000 +PRK,2049,12,145000,152000 +PRK,2049,13,147000,154000 +PRK,2049,14,149000,156000 +PRK,2049,15,151000,158000 +PRK,2049,16,153000,160000 +PRK,2049,17,155000,162000 +PRK,2049,18,157000,165000 +PRK,2050,0,142000,149000 +PRK,2050,1,141000,148000 +PRK,2050,2,140000,147000 +PRK,2050,3,140000,147000 +PRK,2050,4,139000,146000 +PRK,2050,5,139000,146000 +PRK,2050,6,139000,146000 +PRK,2050,7,139000,146000 +PRK,2050,8,140000,147000 +PRK,2050,9,140000,147000 +PRK,2050,10,141000,148000 +PRK,2050,11,142000,149000 +PRK,2050,12,143000,150000 +PRK,2050,13,145000,152000 +PRK,2050,14,147000,154000 +PRK,2050,15,149000,156000 +PRK,2050,16,151000,158000 +PRK,2050,17,153000,160000 +PRK,2050,18,155000,162000 +PRT,1990,0,53257,55796 +PRT,1990,1,53621,56423 +PRT,1990,2,54574,57588 +PRT,1990,3,56032,59211 +PRT,1990,4,57913,61213 +PRT,1990,5,60135,63514 +PRT,1990,6,62615,66036 +PRT,1990,7,65271,68700 +PRT,1990,8,68019,71425 +PRT,1990,9,70779,74133 +PRT,1990,10,73520,76795 +PRT,1990,11,76216,79384 +PRT,1990,12,78512,81564 +PRT,1990,13,80217,83151 +PRT,1990,14,81412,84222 +PRT,1990,15,82499,85154 +PRT,1990,16,83556,86018 +PRT,1990,17,83701,85990 +PRT,1990,18,82586,84743 +PRT,1991,0,52895,55402 +PRT,1991,1,52946,55483 +PRT,1991,2,53464,56217 +PRT,1991,3,54540,57475 +PRT,1991,4,56093,59176 +PRT,1991,5,58042,61239 +PRT,1991,6,60308,63590 +PRT,1991,7,62813,66151 +PRT,1991,8,65467,68822 +PRT,1991,9,68184,71514 +PRT,1991,10,70891,74159 +PRT,1991,11,73572,76756 +PRT,1991,12,76201,79278 +PRT,1991,13,78426,81379 +PRT,1991,14,80058,82878 +PRT,1991,15,81183,83857 +PRT,1991,16,82201,84700 +PRT,1991,17,83185,85473 +PRT,1991,18,83294,85392 +PRT,1992,0,53391,56040 +PRT,1992,1,52518,55260 +PRT,1992,2,52708,55251 +PRT,1992,3,53380,56094 +PRT,1992,4,54580,57446 +PRT,1992,5,56229,59227 +PRT,1992,6,58248,61354 +PRT,1992,7,60562,63757 +PRT,1992,8,63095,66361 +PRT,1992,9,65750,69044 +PRT,1992,10,68441,71706 +PRT,1992,11,71098,74293 +PRT,1992,12,73723,76829 +PRT,1992,13,76289,79286 +PRT,1992,14,78446,81312 +PRT,1992,15,80008,82724 +PRT,1992,16,81064,83614 +PRT,1992,17,82014,84369 +PRT,1992,18,82927,85052 +PRT,1993,0,54357,57246 +PRT,1993,1,52854,55688 +PRT,1993,2,52180,54990 +PRT,1993,3,52514,55071 +PRT,1993,4,53341,56023 +PRT,1993,5,54667,57471 +PRT,1993,6,56413,59333 +PRT,1993,7,58504,61527 +PRT,1993,8,60867,63984 +PRT,1993,9,63432,66634 +PRT,1993,10,66091,69330 +PRT,1993,11,68756,71966 +PRT,1993,12,71367,74497 +PRT,1993,13,73937,76974 +PRT,1993,14,76443,79370 +PRT,1993,15,78533,81322 +PRT,1993,16,80025,82649 +PRT,1993,17,81014,83449 +PRT,1993,18,81897,84118 +PRT,1994,0,55244,58363 +PRT,1994,1,53277,56206 +PRT,1994,2,52158,54961 +PRT,1994,3,51802,54533 +PRT,1994,4,52339,54916 +PRT,1994,5,53321,55977 +PRT,1994,6,54773,57522 +PRT,1994,7,56618,59466 +PRT,1994,8,58781,61728 +PRT,1994,9,61195,64240 +PRT,1994,10,63791,66936 +PRT,1994,11,66454,69648 +PRT,1994,12,69095,72258 +PRT,1994,13,71661,74734 +PRT,1994,14,74177,77153 +PRT,1994,15,76623,79488 +PRT,1994,16,78647,81368 +PRT,1994,17,80071,82610 +PRT,1994,18,80993,83322 +PRT,1995,0,55664,58928 +PRT,1995,1,53492,56479 +PRT,1995,2,52130,54922 +PRT,1995,3,51504,54174 +PRT,1995,4,51540,54150 +PRT,1995,5,52163,54766 +PRT,1995,6,53301,55937 +PRT,1995,7,54879,57578 +PRT,1995,8,56823,59606 +PRT,1995,9,59059,61936 +PRT,1995,10,61523,64503 +PRT,1995,11,64150,67247 +PRT,1995,12,66819,69974 +PRT,1995,13,69436,72559 +PRT,1995,14,71955,74980 +PRT,1995,15,74418,77341 +PRT,1995,16,76804,79616 +PRT,1995,17,78762,81423 +PRT,1995,18,80118,82581 +PRT,1996,0,55381,58623 +PRT,1996,1,54805,57893 +PRT,1996,2,53102,55966 +PRT,1996,3,52079,54790 +PRT,1996,4,51681,54301 +PRT,1996,5,51853,54434 +PRT,1996,6,52521,55106 +PRT,1996,7,53611,56232 +PRT,1996,8,55161,57843 +PRT,1996,9,57153,59911 +PRT,1996,10,59476,62315 +PRT,1996,11,61976,64903 +PRT,1996,12,64613,67635 +PRT,1996,13,67259,70321 +PRT,1996,14,69811,72826 +PRT,1996,15,72240,75142 +PRT,1996,16,74611,77395 +PRT,1996,17,76905,79561 +PRT,1996,18,78774,81265 +PRT,1997,0,54613,57735 +PRT,1997,1,52924,55773 +PRT,1997,2,53971,56889 +PRT,1997,3,52735,55482 +PRT,1997,4,52050,54686 +PRT,1997,5,51881,54455 +PRT,1997,6,52189,54745 +PRT,1997,7,52901,55473 +PRT,1997,8,53944,56556 +PRT,1997,9,55466,58137 +PRT,1997,10,57507,60246 +PRT,1997,11,59918,62726 +PRT,1997,12,62456,65335 +PRT,1997,13,65103,68058 +PRT,1997,14,67727,70703 +PRT,1997,15,70217,73129 +PRT,1997,16,72555,75341 +PRT,1997,17,74836,77489 +PRT,1997,18,77040,79546 +PRT,1998,0,53624,56609 +PRT,1998,1,52452,55213 +PRT,1998,2,51640,54243 +PRT,1998,3,53149,55907 +PRT,1998,4,52380,55021 +PRT,1998,5,52033,54604 +PRT,1998,6,52092,54632 +PRT,1998,7,52537,55079 +PRT,1998,8,53294,55863 +PRT,1998,9,54288,56902 +PRT,1998,10,55784,58454 +PRT,1998,11,57875,60606 +PRT,1998,12,60374,63162 +PRT,1998,13,62949,65794 +PRT,1998,14,65607,68508 +PRT,1998,15,68211,71114 +PRT,1998,16,70638,73462 +PRT,1998,17,72887,75570 +PRT,1998,18,75078,77613 +PRT,1999,0,52814,55758 +PRT,1999,1,52122,54876 +PRT,1999,2,51624,54238 +PRT,1999,3,51323,53844 +PRT,1999,4,52322,54937 +PRT,1999,5,52021,54571 +PRT,1999,6,52013,54534 +PRT,1999,7,52299,54820 +PRT,1999,8,52880,55424 +PRT,1999,9,53682,56265 +PRT,1999,10,54629,57262 +PRT,1999,11,56098,58785 +PRT,1999,12,58238,60979 +PRT,1999,13,60825,63613 +PRT,1999,14,63439,66267 +PRT,1999,15,66107,68974 +PRT,1999,16,68690,71540 +PRT,1999,17,71055,73811 +PRT,1999,18,73214,75817 +PRT,2000,0,52453,55523 +PRT,2000,1,52082,54949 +PRT,2000,2,51780,54493 +PRT,2000,3,51566,54168 +PRT,2000,4,51460,53989 +PRT,2000,5,51481,53970 +PRT,2000,6,51647,54124 +PRT,2000,7,51978,54467 +PRT,2000,8,52492,55012 +PRT,2000,9,53210,55773 +PRT,2000,10,54056,56670 +PRT,2000,11,54955,57624 +PRT,2000,12,56396,59118 +PRT,2000,13,58585,61355 +PRT,2000,14,61260,64067 +PRT,2000,15,63911,66744 +PRT,2000,16,66589,69444 +PRT,2000,17,69149,71971 +PRT,2000,18,71452,74164 +PRT,2001,0,52677,56073 +PRT,2001,1,52383,55388 +PRT,2001,2,52036,54847 +PRT,2001,3,51764,54431 +PRT,2001,4,51584,54152 +PRT,2001,5,51514,54022 +PRT,2001,6,51574,54055 +PRT,2001,7,51783,54268 +PRT,2001,8,52146,54652 +PRT,2001,9,52676,55212 +PRT,2001,10,53397,55970 +PRT,2001,11,54248,56866 +PRT,2001,12,55153,57818 +PRT,2001,13,56599,59313 +PRT,2001,14,58795,61558 +PRT,2001,15,61480,64283 +PRT,2001,16,64138,66971 +PRT,2001,17,66824,69680 +PRT,2001,18,69394,72218 +PRT,2002,0,53301,57190 +PRT,2002,1,52993,56478 +PRT,2002,2,52296,55247 +PRT,2002,3,51972,54739 +PRT,2002,4,51730,54364 +PRT,2002,5,51584,54131 +PRT,2002,6,51550,54049 +PRT,2002,7,51649,54135 +PRT,2002,8,51902,54406 +PRT,2002,9,52298,54831 +PRT,2002,10,52842,55405 +PRT,2002,11,53566,56160 +PRT,2002,12,54422,57056 +PRT,2002,13,55331,58005 +PRT,2002,14,56782,59501 +PRT,2002,15,58986,61754 +PRT,2002,16,61678,64492 +PRT,2002,17,64344,67190 +PRT,2002,18,67036,69908 +PRT,2003,0,54041,58423 +PRT,2003,1,53593,57443 +PRT,2003,2,53138,56557 +PRT,2003,3,52198,55082 +PRT,2003,4,51898,54608 +PRT,2003,5,51685,54274 +PRT,2003,6,51573,54086 +PRT,2003,7,51575,54053 +PRT,2003,8,51713,54191 +PRT,2003,9,52009,54520 +PRT,2003,10,52438,54987 +PRT,2003,11,52997,55576 +PRT,2003,12,53724,56327 +PRT,2003,13,54585,57222 +PRT,2003,14,55498,58168 +PRT,2003,15,56954,59664 +PRT,2003,16,59164,61924 +PRT,2003,17,61864,64673 +PRT,2003,18,64536,67381 +PRT,2004,0,54510,59153 +PRT,2004,1,53940,57985 +PRT,2004,2,53393,56949 +PRT,2004,3,52884,56050 +PRT,2004,4,52113,54889 +PRT,2004,5,51837,54449 +PRT,2004,6,51654,54156 +PRT,2004,7,51575,54015 +PRT,2004,8,51613,54029 +PRT,2004,9,51791,54220 +PRT,2004,10,52130,54607 +PRT,2004,11,52591,55115 +PRT,2004,12,53165,55718 +PRT,2004,13,53896,56466 +PRT,2004,14,54762,57359 +PRT,2004,15,55679,58302 +PRT,2004,16,57140,59797 +PRT,2004,17,59356,62063 +PRT,2004,18,62065,64822 +PRT,2005,0,54434,58958 +PRT,2005,1,53845,57806 +PRT,2005,2,53303,56799 +PRT,2005,3,52818,55939 +PRT,2005,4,52400,55229 +PRT,2005,5,52060,54670 +PRT,2005,6,51807,54263 +PRT,2005,7,51654,54012 +PRT,2005,8,51609,53917 +PRT,2005,9,51683,53980 +PRT,2005,10,51900,54223 +PRT,2005,11,52283,54668 +PRT,2005,12,52776,55217 +PRT,2005,13,53366,55833 +PRT,2005,14,54100,56576 +PRT,2005,15,54971,57467 +PRT,2005,16,55894,58407 +PRT,2005,17,57360,59900 +PRT,2005,18,59585,62171 +PRT,2006,0,53657,57814 +PRT,2006,1,53579,57803 +PRT,2006,2,53264,57045 +PRT,2006,3,52988,56395 +PRT,2006,4,52756,55854 +PRT,2006,5,52571,55422 +PRT,2006,6,52451,55106 +PRT,2006,7,52411,54911 +PRT,2006,8,52396,54804 +PRT,2006,9,52386,54773 +PRT,2006,10,52421,54836 +PRT,2006,11,52588,55052 +PRT,2006,12,52899,55439 +PRT,2006,13,53317,55905 +PRT,2006,14,53840,56422 +PRT,2006,15,54511,57049 +PRT,2006,16,55307,57809 +PRT,2006,17,56155,58613 +PRT,2006,18,57525,59940 +PRT,2007,0,52371,55785 +PRT,2007,1,52054,55331 +PRT,2007,2,52764,56638 +PRT,2007,3,52723,56274 +PRT,2007,4,52714,55982 +PRT,2007,5,52734,55761 +PRT,2007,6,52783,55608 +PRT,2007,7,52882,55535 +PRT,2007,8,53055,55552 +PRT,2007,9,53179,55591 +PRT,2007,10,53203,55623 +PRT,2007,11,53199,55685 +PRT,2007,12,53316,55874 +PRT,2007,13,53556,56203 +PRT,2007,14,53898,56587 +PRT,2007,15,54355,57003 +PRT,2007,16,54963,57514 +PRT,2007,17,55686,58142 +PRT,2007,18,56460,58811 +PRT,2008,0,50714,53231 +PRT,2008,1,50636,53311 +PRT,2008,2,50670,53446 +PRT,2008,3,51961,55448 +PRT,2008,4,52195,55480 +PRT,2008,5,52452,55548 +PRT,2008,6,52725,55646 +PRT,2008,7,53007,55773 +PRT,2008,8,53327,55943 +PRT,2008,9,53713,56172 +PRT,2008,10,53976,56356 +PRT,2008,11,54034,56452 +PRT,2008,12,53991,56515 +PRT,2008,13,54058,56676 +PRT,2008,14,54227,56947 +PRT,2008,15,54493,57248 +PRT,2008,16,54884,57564 +PRT,2008,17,55430,57957 +PRT,2008,18,56078,58453 +PRT,2009,0,48898,50670 +PRT,2009,1,49087,51233 +PRT,2009,2,49393,51815 +PRT,2009,3,49798,52410 +PRT,2009,4,51120,54204 +PRT,2009,5,51629,54632 +PRT,2009,6,52153,55058 +PRT,2009,7,52680,55477 +PRT,2009,8,53195,55882 +PRT,2009,9,53735,56296 +PRT,2009,10,54334,56737 +PRT,2009,11,54736,57067 +PRT,2009,12,54829,57226 +PRT,2009,13,54747,57288 +PRT,2009,14,54764,57422 +PRT,2009,15,54861,57635 +PRT,2009,16,55050,57852 +PRT,2009,17,55376,58068 +PRT,2009,18,55858,58343 +PRT,2010,0,47085,48483 +PRT,2010,1,47540,49375 +PRT,2010,2,48098,50269 +PRT,2010,3,48741,51157 +PRT,2010,4,49450,52031 +PRT,2010,5,50205,52882 +PRT,2010,6,50987,53704 +PRT,2010,7,51777,54487 +PRT,2010,8,52556,55225 +PRT,2010,9,53304,55908 +PRT,2010,10,54062,56563 +PRT,2010,11,54873,57215 +PRT,2010,12,55413,57690 +PRT,2010,13,55541,57912 +PRT,2010,14,55420,57974 +PRT,2010,15,55387,58080 +PRT,2010,16,55413,58235 +PRT,2010,17,55525,58369 +PRT,2010,18,55784,58484 +PRT,2011,0,45535,47020 +PRT,2011,1,47006,48469 +PRT,2011,2,47560,49384 +PRT,2011,3,48184,50299 +PRT,2011,4,48863,51204 +PRT,2011,5,49583,52088 +PRT,2011,6,50326,52946 +PRT,2011,7,51073,53774 +PRT,2011,8,51832,54530 +PRT,2011,9,52598,55192 +PRT,2011,10,53344,55767 +PRT,2011,11,54089,56316 +PRT,2011,12,54881,56862 +PRT,2011,13,55401,57226 +PRT,2011,14,55509,57337 +PRT,2011,15,55368,57291 +PRT,2011,16,55315,57291 +PRT,2011,17,55322,57340 +PRT,2011,18,55422,57402 +PRT,2012,0,44009,45949 +PRT,2012,1,45007,46989 +PRT,2012,2,46867,48391 +PRT,2012,3,47522,49328 +PRT,2012,4,48210,50264 +PRT,2012,5,48924,51184 +PRT,2012,6,49655,52076 +PRT,2012,7,50384,52940 +PRT,2012,8,51095,53774 +PRT,2012,9,51822,54502 +PRT,2012,10,52575,55087 +PRT,2012,11,53317,55553 +PRT,2012,12,54049,55995 +PRT,2012,13,54821,56433 +PRT,2012,14,55320,56686 +PRT,2012,15,55407,56686 +PRT,2012,16,55247,56532 +PRT,2012,17,55175,56427 +PRT,2012,18,55163,56370 +PRT,2013,0,42572,45163 +PRT,2013,1,43805,46100 +PRT,2013,2,44986,47090 +PRT,2013,3,46681,48277 +PRT,2013,4,47434,49235 +PRT,2013,5,48187,50190 +PRT,2013,6,48935,51126 +PRT,2013,7,49675,52026 +PRT,2013,8,50391,52894 +PRT,2013,9,51065,53733 +PRT,2013,10,51759,54433 +PRT,2013,11,52498,54941 +PRT,2013,12,53236,55297 +PRT,2013,13,53952,55632 +PRT,2013,14,54703,55963 +PRT,2013,15,55182,56105 +PRT,2013,16,55248,55993 +PRT,2013,17,55069,55732 +PRT,2013,18,54978,55521 +PRT,2014,0,41293,44478 +PRT,2014,1,42672,45289 +PRT,2014,2,43956,46180 +PRT,2014,3,45150,47132 +PRT,2014,4,46472,48178 +PRT,2014,5,47324,49157 +PRT,2014,6,48140,50131 +PRT,2014,7,48922,51082 +PRT,2014,8,49672,51991 +PRT,2014,9,50373,52864 +PRT,2014,10,51010,53708 +PRT,2014,11,51671,54380 +PRT,2014,12,52395,54811 +PRT,2014,13,53129,55058 +PRT,2014,14,53831,55286 +PRT,2014,15,54560,55510 +PRT,2014,16,55017,55541 +PRT,2014,17,55063,55318 +PRT,2014,18,54865,54949 +PRT,2015,0,40225,43766 +PRT,2015,1,41627,44483 +PRT,2015,2,42926,45300 +PRT,2015,3,44128,46194 +PRT,2015,4,45238,47145 +PRT,2015,5,46266,48132 +PRT,2015,6,47216,49134 +PRT,2015,7,48095,50129 +PRT,2015,8,48911,51096 +PRT,2015,9,49670,52014 +PRT,2015,10,50357,52893 +PRT,2015,11,50956,53744 +PRT,2015,12,51585,54388 +PRT,2015,13,52294,54743 +PRT,2015,14,53025,54881 +PRT,2015,15,53711,55002 +PRT,2015,16,54419,55119 +PRT,2015,17,54855,55039 +PRT,2015,18,54881,54705 +PRT,2016,0,39425,42837 +PRT,2016,1,40326,43629 +PRT,2016,2,41634,44379 +PRT,2016,3,42875,45217 +PRT,2016,4,44049,46122 +PRT,2016,5,45156,47075 +PRT,2016,6,46203,48055 +PRT,2016,7,47197,49042 +PRT,2016,8,48105,50021 +PRT,2016,9,48914,50974 +PRT,2016,10,49644,51879 +PRT,2016,11,50313,52742 +PRT,2016,12,50902,53574 +PRT,2016,13,51519,54199 +PRT,2016,14,52217,54535 +PRT,2016,15,52937,54654 +PRT,2016,16,53612,54757 +PRT,2016,17,54310,54855 +PRT,2016,18,54738,54763 +PRT,2017,0,38863,41926 +PRT,2017,1,39916,42580 +PRT,2017,2,40429,43548 +PRT,2017,3,41643,44333 +PRT,2017,4,42826,45193 +PRT,2017,5,43972,46110 +PRT,2017,6,45075,47066 +PRT,2017,7,46142,48040 +PRT,2017,8,47181,49013 +PRT,2017,9,48118,49977 +PRT,2017,10,48919,50918 +PRT,2017,11,49619,51812 +PRT,2017,12,50272,52659 +PRT,2017,13,50849,53474 +PRT,2017,14,51456,54081 +PRT,2017,15,52143,54398 +PRT,2017,16,52851,54498 +PRT,2017,17,53516,54583 +PRT,2017,18,54203,54663 +PRT,2018,0,38504,41104 +PRT,2018,1,39247,41747 +PRT,2018,2,40065,42490 +PRT,2018,3,40536,43511 +PRT,2018,4,41656,44332 +PRT,2018,5,42782,45215 +PRT,2018,6,43901,46145 +PRT,2018,7,44999,47105 +PRT,2018,8,46087,48074 +PRT,2018,9,47170,49035 +PRT,2018,10,48135,49985 +PRT,2018,11,48929,50915 +PRT,2018,12,49600,51797 +PRT,2018,13,50236,52630 +PRT,2018,14,50802,53428 +PRT,2018,15,51397,54018 +PRT,2018,16,52073,54316 +PRT,2018,17,52772,54399 +PRT,2018,18,53426,54465 +PRT,2019,0,38000,40000 +PRT,2019,1,39000,41000 +PRT,2019,2,39000,42000 +PRT,2019,3,40000,43000 +PRT,2019,4,41000,43000 +PRT,2019,5,42000,44000 +PRT,2019,6,43000,45000 +PRT,2019,7,44000,46000 +PRT,2019,8,45000,47000 +PRT,2019,9,46000,48000 +PRT,2019,10,47000,49000 +PRT,2019,11,48000,50000 +PRT,2019,12,49000,51000 +PRT,2019,13,50000,52000 +PRT,2019,14,50000,53000 +PRT,2019,15,51000,53000 +PRT,2019,16,51000,54000 +PRT,2019,17,52000,54000 +PRT,2019,18,53000,54000 +PRT,2020,0,38000,40000 +PRT,2020,1,38000,41000 +PRT,2020,2,39000,41000 +PRT,2020,3,39000,42000 +PRT,2020,4,40000,43000 +PRT,2020,5,41000,43000 +PRT,2020,6,42000,44000 +PRT,2020,7,43000,45000 +PRT,2020,8,44000,46000 +PRT,2020,9,45000,47000 +PRT,2020,10,46000,48000 +PRT,2020,11,47000,49000 +PRT,2020,12,48000,50000 +PRT,2020,13,49000,51000 +PRT,2020,14,50000,52000 +PRT,2020,15,50000,53000 +PRT,2020,16,51000,53000 +PRT,2020,17,51000,54000 +PRT,2020,18,52000,54000 +PRT,2021,0,38000,40000 +PRT,2021,1,38000,40000 +PRT,2021,2,38000,41000 +PRT,2021,3,39000,41000 +PRT,2021,4,39000,42000 +PRT,2021,5,40000,43000 +PRT,2021,6,41000,43000 +PRT,2021,7,42000,44000 +PRT,2021,8,43000,45000 +PRT,2021,9,44000,46000 +PRT,2021,10,45000,47000 +PRT,2021,11,46000,48000 +PRT,2021,12,47000,49000 +PRT,2021,13,48000,50000 +PRT,2021,14,49000,51000 +PRT,2021,15,50000,52000 +PRT,2021,16,50000,53000 +PRT,2021,17,51000,54000 +PRT,2021,18,51000,54000 +PRT,2022,0,38000,40000 +PRT,2022,1,38000,40000 +PRT,2022,2,38000,40000 +PRT,2022,3,38000,41000 +PRT,2022,4,39000,41000 +PRT,2022,5,39000,42000 +PRT,2022,6,40000,43000 +PRT,2022,7,41000,43000 +PRT,2022,8,42000,44000 +PRT,2022,9,43000,45000 +PRT,2022,10,44000,46000 +PRT,2022,11,45000,47000 +PRT,2022,12,46000,48000 +PRT,2022,13,47000,49000 +PRT,2022,14,48000,50000 +PRT,2022,15,49000,51000 +PRT,2022,16,50000,52000 +PRT,2022,17,50000,53000 +PRT,2022,18,51000,54000 +PRT,2023,0,38000,40000 +PRT,2023,1,38000,40000 +PRT,2023,2,38000,40000 +PRT,2023,3,38000,40000 +PRT,2023,4,38000,41000 +PRT,2023,5,39000,41000 +PRT,2023,6,39000,42000 +PRT,2023,7,40000,43000 +PRT,2023,8,41000,43000 +PRT,2023,9,42000,44000 +PRT,2023,10,43000,45000 +PRT,2023,11,44000,46000 +PRT,2023,12,45000,47000 +PRT,2023,13,46000,48000 +PRT,2023,14,47000,49000 +PRT,2023,15,48000,50000 +PRT,2023,16,49000,51000 +PRT,2023,17,50000,52000 +PRT,2023,18,51000,53000 +PRT,2024,0,38000,40000 +PRT,2024,1,38000,40000 +PRT,2024,2,38000,40000 +PRT,2024,3,38000,40000 +PRT,2024,4,38000,40000 +PRT,2024,5,38000,41000 +PRT,2024,6,39000,41000 +PRT,2024,7,39000,42000 +PRT,2024,8,40000,43000 +PRT,2024,9,41000,43000 +PRT,2024,10,42000,44000 +PRT,2024,11,43000,45000 +PRT,2024,12,44000,46000 +PRT,2024,13,45000,47000 +PRT,2024,14,46000,48000 +PRT,2024,15,47000,49000 +PRT,2024,16,48000,50000 +PRT,2024,17,49000,51000 +PRT,2024,18,50000,52000 +PRT,2025,0,38000,40000 +PRT,2025,1,38000,40000 +PRT,2025,2,38000,40000 +PRT,2025,3,38000,40000 +PRT,2025,4,38000,40000 +PRT,2025,5,38000,40000 +PRT,2025,6,38000,41000 +PRT,2025,7,39000,41000 +PRT,2025,8,39000,42000 +PRT,2025,9,40000,43000 +PRT,2025,10,41000,43000 +PRT,2025,11,42000,44000 +PRT,2025,12,43000,45000 +PRT,2025,13,44000,46000 +PRT,2025,14,45000,47000 +PRT,2025,15,46000,48000 +PRT,2025,16,47000,50000 +PRT,2025,17,49000,51000 +PRT,2025,18,49000,52000 +PRT,2026,0,38000,40000 +PRT,2026,1,38000,40000 +PRT,2026,2,38000,40000 +PRT,2026,3,38000,40000 +PRT,2026,4,38000,40000 +PRT,2026,5,38000,40000 +PRT,2026,6,38000,40000 +PRT,2026,7,38000,41000 +PRT,2026,8,39000,41000 +PRT,2026,9,39000,42000 +PRT,2026,10,40000,43000 +PRT,2026,11,41000,44000 +PRT,2026,12,42000,44000 +PRT,2026,13,43000,45000 +PRT,2026,14,44000,47000 +PRT,2026,15,45000,48000 +PRT,2026,16,46000,49000 +PRT,2026,17,48000,50000 +PRT,2026,18,49000,51000 +PRT,2027,0,38000,40000 +PRT,2027,1,38000,40000 +PRT,2027,2,38000,40000 +PRT,2027,3,38000,40000 +PRT,2027,4,38000,40000 +PRT,2027,5,38000,40000 +PRT,2027,6,38000,40000 +PRT,2027,7,38000,40000 +PRT,2027,8,38000,41000 +PRT,2027,9,39000,41000 +PRT,2027,10,39000,42000 +PRT,2027,11,40000,43000 +PRT,2027,12,41000,44000 +PRT,2027,13,42000,45000 +PRT,2027,14,43000,46000 +PRT,2027,15,44000,47000 +PRT,2027,16,45000,48000 +PRT,2027,17,46000,49000 +PRT,2027,18,48000,50000 +PRT,2028,0,38000,40000 +PRT,2028,1,38000,40000 +PRT,2028,2,38000,40000 +PRT,2028,3,38000,40000 +PRT,2028,4,38000,40000 +PRT,2028,5,38000,40000 +PRT,2028,6,38000,40000 +PRT,2028,7,38000,40000 +PRT,2028,8,38000,40000 +PRT,2028,9,38000,41000 +PRT,2028,10,39000,41000 +PRT,2028,11,39000,42000 +PRT,2028,12,40000,43000 +PRT,2028,13,41000,44000 +PRT,2028,14,42000,45000 +PRT,2028,15,43000,46000 +PRT,2028,16,44000,47000 +PRT,2028,17,45000,48000 +PRT,2028,18,47000,49000 +PRT,2029,0,37000,40000 +PRT,2029,1,37000,40000 +PRT,2029,2,38000,40000 +PRT,2029,3,38000,40000 +PRT,2029,4,38000,40000 +PRT,2029,5,38000,40000 +PRT,2029,6,38000,40000 +PRT,2029,7,38000,40000 +PRT,2029,8,38000,40000 +PRT,2029,9,38000,40000 +PRT,2029,10,38000,41000 +PRT,2029,11,39000,41000 +PRT,2029,12,39000,42000 +PRT,2029,13,40000,43000 +PRT,2029,14,41000,44000 +PRT,2029,15,42000,45000 +PRT,2029,16,43000,46000 +PRT,2029,17,44000,47000 +PRT,2029,18,45000,48000 +PRT,2030,0,37000,39000 +PRT,2030,1,37000,40000 +PRT,2030,2,38000,40000 +PRT,2030,3,38000,40000 +PRT,2030,4,38000,40000 +PRT,2030,5,38000,40000 +PRT,2030,6,38000,40000 +PRT,2030,7,38000,40000 +PRT,2030,8,38000,40000 +PRT,2030,9,38000,40000 +PRT,2030,10,38000,41000 +PRT,2030,11,38000,41000 +PRT,2030,12,39000,41000 +PRT,2030,13,39000,42000 +PRT,2030,14,40000,43000 +PRT,2030,15,41000,44000 +PRT,2030,16,42000,45000 +PRT,2030,17,43000,46000 +PRT,2030,18,44000,47000 +PRT,2031,0,37000,39000 +PRT,2031,1,37000,39000 +PRT,2031,2,37000,40000 +PRT,2031,3,38000,40000 +PRT,2031,4,38000,40000 +PRT,2031,5,38000,40000 +PRT,2031,6,38000,40000 +PRT,2031,7,38000,40000 +PRT,2031,8,38000,40000 +PRT,2031,9,38000,40000 +PRT,2031,10,38000,40000 +PRT,2031,11,38000,41000 +PRT,2031,12,38000,41000 +PRT,2031,13,39000,41000 +PRT,2031,14,40000,42000 +PRT,2031,15,40000,43000 +PRT,2031,16,41000,44000 +PRT,2031,17,42000,45000 +PRT,2031,18,43000,46000 +PRT,2032,0,37000,39000 +PRT,2032,1,37000,40000 +PRT,2032,2,37000,40000 +PRT,2032,3,37000,40000 +PRT,2032,4,38000,40000 +PRT,2032,5,38000,40000 +PRT,2032,6,38000,40000 +PRT,2032,7,38000,40000 +PRT,2032,8,38000,40000 +PRT,2032,9,38000,40000 +PRT,2032,10,38000,40000 +PRT,2032,11,38000,40000 +PRT,2032,12,38000,41000 +PRT,2032,13,39000,41000 +PRT,2032,14,39000,41000 +PRT,2032,15,40000,42000 +PRT,2032,16,41000,43000 +PRT,2032,17,41000,44000 +PRT,2032,18,42000,45000 +PRT,2033,0,37000,40000 +PRT,2033,1,38000,40000 +PRT,2033,2,38000,40000 +PRT,2033,3,37000,40000 +PRT,2033,4,38000,40000 +PRT,2033,5,38000,40000 +PRT,2033,6,38000,40000 +PRT,2033,7,38000,40000 +PRT,2033,8,38000,40000 +PRT,2033,9,38000,40000 +PRT,2033,10,38000,40000 +PRT,2033,11,38000,40000 +PRT,2033,12,38000,41000 +PRT,2033,13,38000,41000 +PRT,2033,14,39000,41000 +PRT,2033,15,39000,42000 +PRT,2033,16,40000,42000 +PRT,2033,17,41000,43000 +PRT,2033,18,42000,44000 +PRT,2034,0,38000,40000 +PRT,2034,1,38000,40000 +PRT,2034,2,38000,40000 +PRT,2034,3,38000,40000 +PRT,2034,4,38000,40000 +PRT,2034,5,38000,40000 +PRT,2034,6,38000,40000 +PRT,2034,7,38000,40000 +PRT,2034,8,38000,40000 +PRT,2034,9,38000,40000 +PRT,2034,10,38000,40000 +PRT,2034,11,38000,40000 +PRT,2034,12,38000,40000 +PRT,2034,13,38000,41000 +PRT,2034,14,38000,41000 +PRT,2034,15,39000,41000 +PRT,2034,16,39000,42000 +PRT,2034,17,40000,43000 +PRT,2034,18,41000,44000 +PRT,2035,0,38000,40000 +PRT,2035,1,38000,40000 +PRT,2035,2,38000,40000 +PRT,2035,3,38000,40000 +PRT,2035,4,38000,40000 +PRT,2035,5,38000,40000 +PRT,2035,6,38000,40000 +PRT,2035,7,38000,40000 +PRT,2035,8,38000,40000 +PRT,2035,9,38000,40000 +PRT,2035,10,38000,40000 +PRT,2035,11,38000,40000 +PRT,2035,12,38000,40000 +PRT,2035,13,38000,40000 +PRT,2035,14,38000,41000 +PRT,2035,15,38000,41000 +PRT,2035,16,39000,41000 +PRT,2035,17,39000,42000 +PRT,2035,18,40000,43000 +PRT,2036,0,37000,40000 +PRT,2036,1,38000,40000 +PRT,2036,2,38000,40000 +PRT,2036,3,38000,40000 +PRT,2036,4,38000,40000 +PRT,2036,5,38000,40000 +PRT,2036,6,38000,40000 +PRT,2036,7,38000,40000 +PRT,2036,8,38000,40000 +PRT,2036,9,38000,40000 +PRT,2036,10,38000,40000 +PRT,2036,11,38000,40000 +PRT,2036,12,38000,40000 +PRT,2036,13,38000,40000 +PRT,2036,14,38000,41000 +PRT,2036,15,38000,41000 +PRT,2036,16,39000,41000 +PRT,2036,17,39000,41000 +PRT,2036,18,39000,42000 +PRT,2037,0,37000,39000 +PRT,2037,1,37000,40000 +PRT,2037,2,38000,40000 +PRT,2037,3,38000,40000 +PRT,2037,4,38000,40000 +PRT,2037,5,38000,40000 +PRT,2037,6,38000,40000 +PRT,2037,7,38000,40000 +PRT,2037,8,38000,40000 +PRT,2037,9,38000,40000 +PRT,2037,10,38000,40000 +PRT,2037,11,38000,40000 +PRT,2037,12,38000,40000 +PRT,2037,13,38000,40000 +PRT,2037,14,38000,40000 +PRT,2037,15,38000,41000 +PRT,2037,16,39000,41000 +PRT,2037,17,39000,41000 +PRT,2037,18,39000,42000 +PRT,2038,0,37000,39000 +PRT,2038,1,37000,39000 +PRT,2038,2,37000,40000 +PRT,2038,3,38000,40000 +PRT,2038,4,38000,40000 +PRT,2038,5,38000,40000 +PRT,2038,6,38000,40000 +PRT,2038,7,38000,40000 +PRT,2038,8,38000,40000 +PRT,2038,9,38000,40000 +PRT,2038,10,38000,40000 +PRT,2038,11,38000,40000 +PRT,2038,12,38000,40000 +PRT,2038,13,38000,40000 +PRT,2038,14,38000,40000 +PRT,2038,15,38000,41000 +PRT,2038,16,38000,41000 +PRT,2038,17,39000,41000 +PRT,2038,18,39000,42000 +PRT,2039,0,37000,39000 +PRT,2039,1,37000,39000 +PRT,2039,2,37000,40000 +PRT,2039,3,37000,40000 +PRT,2039,4,38000,40000 +PRT,2039,5,38000,40000 +PRT,2039,6,38000,40000 +PRT,2039,7,38000,40000 +PRT,2039,8,38000,40000 +PRT,2039,9,38000,40000 +PRT,2039,10,38000,40000 +PRT,2039,11,38000,40000 +PRT,2039,12,38000,40000 +PRT,2039,13,38000,40000 +PRT,2039,14,38000,40000 +PRT,2039,15,38000,40000 +PRT,2039,16,38000,41000 +PRT,2039,17,39000,41000 +PRT,2039,18,39000,41000 +PRT,2040,0,36000,39000 +PRT,2040,1,37000,39000 +PRT,2040,2,37000,39000 +PRT,2040,3,37000,40000 +PRT,2040,4,38000,40000 +PRT,2040,5,38000,40000 +PRT,2040,6,38000,40000 +PRT,2040,7,38000,40000 +PRT,2040,8,38000,40000 +PRT,2040,9,38000,40000 +PRT,2040,10,38000,40000 +PRT,2040,11,38000,40000 +PRT,2040,12,38000,40000 +PRT,2040,13,38000,40000 +PRT,2040,14,38000,40000 +PRT,2040,15,38000,40000 +PRT,2040,16,38000,41000 +PRT,2040,17,38000,41000 +PRT,2040,18,39000,41000 +PRT,2041,0,36000,38000 +PRT,2041,1,37000,39000 +PRT,2041,2,37000,39000 +PRT,2041,3,37000,39000 +PRT,2041,4,37000,40000 +PRT,2041,5,38000,40000 +PRT,2041,6,38000,40000 +PRT,2041,7,38000,40000 +PRT,2041,8,38000,40000 +PRT,2041,9,38000,40000 +PRT,2041,10,38000,40000 +PRT,2041,11,38000,40000 +PRT,2041,12,38000,40000 +PRT,2041,13,38000,40000 +PRT,2041,14,38000,40000 +PRT,2041,15,38000,40000 +PRT,2041,16,38000,41000 +PRT,2041,17,38000,41000 +PRT,2041,18,39000,41000 +PRT,2042,0,36000,38000 +PRT,2042,1,36000,38000 +PRT,2042,2,37000,39000 +PRT,2042,3,37000,39000 +PRT,2042,4,37000,39000 +PRT,2042,5,37000,40000 +PRT,2042,6,38000,40000 +PRT,2042,7,38000,40000 +PRT,2042,8,38000,40000 +PRT,2042,9,38000,40000 +PRT,2042,10,38000,40000 +PRT,2042,11,38000,40000 +PRT,2042,12,38000,40000 +PRT,2042,13,38000,40000 +PRT,2042,14,38000,40000 +PRT,2042,15,38000,40000 +PRT,2042,16,38000,40000 +PRT,2042,17,38000,41000 +PRT,2042,18,39000,41000 +PRT,2043,0,36000,38000 +PRT,2043,1,36000,38000 +PRT,2043,2,36000,39000 +PRT,2043,3,37000,39000 +PRT,2043,4,37000,39000 +PRT,2043,5,37000,39000 +PRT,2043,6,37000,40000 +PRT,2043,7,38000,40000 +PRT,2043,8,38000,40000 +PRT,2043,9,38000,40000 +PRT,2043,10,38000,40000 +PRT,2043,11,38000,40000 +PRT,2043,12,38000,40000 +PRT,2043,13,38000,40000 +PRT,2043,14,38000,40000 +PRT,2043,15,38000,40000 +PRT,2043,16,38000,40000 +PRT,2043,17,38000,41000 +PRT,2043,18,38000,41000 +PRT,2044,0,35000,37000 +PRT,2044,1,36000,38000 +PRT,2044,2,36000,38000 +PRT,2044,3,36000,39000 +PRT,2044,4,37000,39000 +PRT,2044,5,37000,39000 +PRT,2044,6,37000,39000 +PRT,2044,7,37000,40000 +PRT,2044,8,38000,40000 +PRT,2044,9,38000,40000 +PRT,2044,10,38000,40000 +PRT,2044,11,38000,40000 +PRT,2044,12,38000,40000 +PRT,2044,13,38000,40000 +PRT,2044,14,38000,40000 +PRT,2044,15,38000,40000 +PRT,2044,16,38000,40000 +PRT,2044,17,38000,41000 +PRT,2044,18,38000,41000 +PRT,2045,0,35000,37000 +PRT,2045,1,35000,37000 +PRT,2045,2,36000,38000 +PRT,2045,3,36000,38000 +PRT,2045,4,36000,39000 +PRT,2045,5,37000,39000 +PRT,2045,6,37000,39000 +PRT,2045,7,37000,39000 +PRT,2045,8,37000,40000 +PRT,2045,9,37000,40000 +PRT,2045,10,38000,40000 +PRT,2045,11,38000,40000 +PRT,2045,12,38000,40000 +PRT,2045,13,38000,40000 +PRT,2045,14,38000,40000 +PRT,2045,15,38000,40000 +PRT,2045,16,38000,40000 +PRT,2045,17,38000,40000 +PRT,2045,18,38000,41000 +PRT,2046,0,34000,36000 +PRT,2046,1,35000,37000 +PRT,2046,2,35000,37000 +PRT,2046,3,36000,38000 +PRT,2046,4,36000,38000 +PRT,2046,5,37000,39000 +PRT,2046,6,37000,39000 +PRT,2046,7,37000,39000 +PRT,2046,8,37000,39000 +PRT,2046,9,37000,40000 +PRT,2046,10,38000,40000 +PRT,2046,11,38000,40000 +PRT,2046,12,38000,40000 +PRT,2046,13,38000,40000 +PRT,2046,14,38000,40000 +PRT,2046,15,38000,40000 +PRT,2046,16,38000,40000 +PRT,2046,17,38000,41000 +PRT,2046,18,38000,41000 +PRT,2047,0,34000,36000 +PRT,2047,1,35000,37000 +PRT,2047,2,35000,37000 +PRT,2047,3,35000,38000 +PRT,2047,4,36000,38000 +PRT,2047,5,36000,38000 +PRT,2047,6,37000,39000 +PRT,2047,7,37000,39000 +PRT,2047,8,37000,39000 +PRT,2047,9,37000,39000 +PRT,2047,10,37000,40000 +PRT,2047,11,38000,40000 +PRT,2047,12,38000,40000 +PRT,2047,13,38000,40000 +PRT,2047,14,38000,40000 +PRT,2047,15,38000,40000 +PRT,2047,16,38000,41000 +PRT,2047,17,38000,41000 +PRT,2047,18,38000,41000 +PRT,2048,0,34000,36000 +PRT,2048,1,34000,36000 +PRT,2048,2,35000,37000 +PRT,2048,3,35000,37000 +PRT,2048,4,35000,38000 +PRT,2048,5,36000,38000 +PRT,2048,6,36000,38000 +PRT,2048,7,37000,39000 +PRT,2048,8,37000,39000 +PRT,2048,9,37000,39000 +PRT,2048,10,37000,39000 +PRT,2048,11,37000,40000 +PRT,2048,12,38000,40000 +PRT,2048,13,38000,40000 +PRT,2048,14,38000,40000 +PRT,2048,15,38000,40000 +PRT,2048,16,38000,41000 +PRT,2048,17,38000,41000 +PRT,2048,18,38000,41000 +PRT,2049,0,33000,35000 +PRT,2049,1,34000,36000 +PRT,2049,2,34000,36000 +PRT,2049,3,35000,37000 +PRT,2049,4,35000,37000 +PRT,2049,5,35000,38000 +PRT,2049,6,36000,38000 +PRT,2049,7,36000,38000 +PRT,2049,8,36000,39000 +PRT,2049,9,37000,39000 +PRT,2049,10,37000,39000 +PRT,2049,11,37000,39000 +PRT,2049,12,37000,40000 +PRT,2049,13,38000,40000 +PRT,2049,14,38000,40000 +PRT,2049,15,38000,40000 +PRT,2049,16,38000,41000 +PRT,2049,17,38000,41000 +PRT,2049,18,38000,41000 +PRT,2050,0,33000,35000 +PRT,2050,1,34000,36000 +PRT,2050,2,34000,36000 +PRT,2050,3,34000,36000 +PRT,2050,4,35000,37000 +PRT,2050,5,35000,37000 +PRT,2050,6,35000,38000 +PRT,2050,7,36000,38000 +PRT,2050,8,36000,38000 +PRT,2050,9,36000,39000 +PRT,2050,10,37000,39000 +PRT,2050,11,37000,39000 +PRT,2050,12,37000,39000 +PRT,2050,13,37000,40000 +PRT,2050,14,38000,40000 +PRT,2050,15,38000,40000 +PRT,2050,16,38000,40000 +PRT,2050,17,38000,41000 +PRT,2050,18,38000,41000 +PRY,1990,0,66020,68855 +PRY,1990,1,65576,68392 +PRY,1990,2,64847,67628 +PRY,1990,3,63864,66597 +PRY,1990,4,62659,65331 +PRY,1990,5,61264,63864 +PRY,1990,6,59709,62230 +PRY,1990,7,58026,60460 +PRY,1990,8,56246,58588 +PRY,1990,9,54402,56648 +PRY,1990,10,52515,54660 +PRY,1990,11,50609,52648 +PRY,1990,12,48758,50699 +PRY,1990,13,47012,48871 +PRY,1990,14,45375,47161 +PRY,1990,15,43752,45464 +PRY,1990,16,42100,43741 +PRY,1990,17,40824,42385 +PRY,1990,18,40096,41563 +PRY,1991,0,66561,69412 +PRY,1991,1,66065,68883 +PRY,1991,2,65547,68339 +PRY,1991,3,64777,67530 +PRY,1991,4,63779,66482 +PRY,1991,5,62578,65221 +PRY,1991,6,61208,63782 +PRY,1991,7,59700,62198 +PRY,1991,8,58045,60459 +PRY,1991,9,56254,58576 +PRY,1991,10,54373,56599 +PRY,1991,11,52460,54585 +PRY,1991,12,50531,52550 +PRY,1991,13,48659,50579 +PRY,1991,14,46897,48730 +PRY,1991,15,45247,47001 +PRY,1991,16,43611,45284 +PRY,1991,17,41947,43545 +PRY,1991,18,40652,42165 +PRY,1992,0,66979,69867 +PRY,1992,1,66786,69658 +PRY,1992,2,66084,68887 +PRY,1992,3,65492,68263 +PRY,1992,4,64680,67409 +PRY,1992,5,63667,66344 +PRY,1992,6,62472,65089 +PRY,1992,7,61127,63677 +PRY,1992,8,59667,62144 +PRY,1992,9,58041,60436 +PRY,1992,10,56239,58543 +PRY,1992,11,54323,56529 +PRY,1992,12,52384,54490 +PRY,1992,13,50432,52433 +PRY,1992,14,48540,50441 +PRY,1992,15,46763,48572 +PRY,1992,16,45101,46823 +PRY,1992,17,43451,45088 +PRY,1992,18,41776,43333 +PRY,1993,0,67345,70283 +PRY,1993,1,67208,70116 +PRY,1993,2,66850,69720 +PRY,1993,3,66083,68874 +PRY,1993,4,65418,68170 +PRY,1993,5,64565,67271 +PRY,1993,6,63537,66190 +PRY,1993,7,62347,64940 +PRY,1993,8,61029,63557 +PRY,1993,9,59617,62076 +PRY,1993,10,58020,60399 +PRY,1993,11,56207,58496 +PRY,1993,12,54256,56447 +PRY,1993,13,52293,54383 +PRY,1993,14,50319,52305 +PRY,1993,15,48407,50290 +PRY,1993,16,46615,48402 +PRY,1993,17,44942,46635 +PRY,1993,18,43279,44881 +PRY,1994,0,67746,70736 +PRY,1994,1,67611,70555 +PRY,1994,2,67299,70197 +PRY,1994,3,66818,69667 +PRY,1994,4,66068,68850 +PRY,1994,5,65329,68066 +PRY,1994,6,64435,67123 +PRY,1994,7,63392,66025 +PRY,1994,8,62208,64781 +PRY,1994,9,60917,63426 +PRY,1994,10,59554,61997 +PRY,1994,11,57986,60352 +PRY,1994,12,56163,58439 +PRY,1994,13,54178,56355 +PRY,1994,14,52190,54266 +PRY,1994,15,50195,52167 +PRY,1994,16,48264,50132 +PRY,1994,17,46457,48224 +PRY,1994,18,44772,46439 +PRY,1995,0,68231,71263 +PRY,1995,1,68043,71022 +PRY,1995,2,67729,70657 +PRY,1995,3,67290,70167 +PRY,1995,4,66726,69553 +PRY,1995,5,66037,68814 +PRY,1995,6,65225,67951 +PRY,1995,7,64291,66962 +PRY,1995,8,63234,65849 +PRY,1995,9,62055,64611 +PRY,1995,10,60791,63285 +PRY,1995,11,59477,61907 +PRY,1995,12,57938,60294 +PRY,1995,13,56107,58373 +PRY,1995,14,54087,56253 +PRY,1995,15,52076,54140 +PRY,1995,16,50059,52020 +PRY,1995,17,48109,49965 +PRY,1995,18,46289,48038 +PRY,1996,0,68975,72028 +PRY,1996,1,68247,71255 +PRY,1996,2,68014,70971 +PRY,1996,3,67674,70581 +PRY,1996,4,67225,70083 +PRY,1996,5,66664,69472 +PRY,1996,6,65992,68748 +PRY,1996,7,65208,67910 +PRY,1996,8,64291,66940 +PRY,1996,9,63228,65828 +PRY,1996,10,62029,64580 +PRY,1996,11,60750,63247 +PRY,1996,12,59422,61865 +PRY,1996,13,57867,60241 +PRY,1996,14,56015,58298 +PRY,1996,15,53971,56149 +PRY,1996,16,51935,54007 +PRY,1996,17,49894,51859 +PRY,1996,18,47919,49770 +PRY,1997,0,69821,72891 +PRY,1997,1,69298,72320 +PRY,1997,2,68223,71211 +PRY,1997,3,67944,70883 +PRY,1997,4,67579,70469 +PRY,1997,5,67121,69962 +PRY,1997,6,66563,69354 +PRY,1997,7,65907,68646 +PRY,1997,8,65153,67835 +PRY,1997,9,64253,66884 +PRY,1997,10,63185,65773 +PRY,1997,11,61966,64515 +PRY,1997,12,60672,63177 +PRY,1997,13,59332,61791 +PRY,1997,14,57762,60156 +PRY,1997,15,55889,58192 +PRY,1997,16,53823,56016 +PRY,1997,17,51764,53846 +PRY,1997,18,49698,51670 +PRY,1998,0,70544,73619 +PRY,1998,1,69839,72878 +PRY,1998,2,69197,72198 +PRY,1998,3,68178,71147 +PRY,1998,4,67853,70776 +PRY,1998,5,67462,70337 +PRY,1998,6,66995,69822 +PRY,1998,7,66442,69218 +PRY,1998,8,65802,68525 +PRY,1998,9,65077,67740 +PRY,1998,10,64196,66809 +PRY,1998,11,63123,65700 +PRY,1998,12,61883,64432 +PRY,1998,13,60575,63089 +PRY,1998,14,59224,61700 +PRY,1998,15,57638,60054 +PRY,1998,16,55747,58070 +PRY,1998,17,53659,55867 +PRY,1998,18,51577,53670 +PRY,1999,0,70835,73901 +PRY,1999,1,70088,73132 +PRY,1999,2,69431,72447 +PRY,1999,3,68843,71825 +PRY,1999,4,68141,71090 +PRY,1999,5,67769,70675 +PRY,1999,6,67353,70212 +PRY,1999,7,66877,69688 +PRY,1999,8,66327,69088 +PRY,1999,9,65704,68410 +PRY,1999,10,65008,67652 +PRY,1999,11,64145,66739 +PRY,1999,12,63067,65633 +PRY,1999,13,61808,64355 +PRY,1999,14,60486,63007 +PRY,1999,15,59123,61615 +PRY,1999,16,57521,59958 +PRY,1999,17,55610,57954 +PRY,1999,18,53500,55723 +PRY,2000,0,70501,73539 +PRY,2000,1,69924,72956 +PRY,2000,2,69417,72434 +PRY,2000,3,68960,71954 +PRY,2000,4,68536,71499 +PRY,2000,5,68124,71051 +PRY,2000,6,67707,70592 +PRY,2000,7,67265,70105 +PRY,2000,8,66780,69572 +PRY,2000,9,66233,68976 +PRY,2000,10,65626,68313 +PRY,2000,11,64959,67582 +PRY,2000,12,64114,66688 +PRY,2000,13,63031,65583 +PRY,2000,14,61751,64295 +PRY,2000,15,60414,62941 +PRY,2000,16,59039,61545 +PRY,2000,17,57422,59878 +PRY,2000,18,55491,57853 +PRY,2001,0,69342,72329 +PRY,2001,1,70198,73219 +PRY,2001,2,69785,72801 +PRY,2001,3,69383,72385 +PRY,2001,4,68981,71962 +PRY,2001,5,68572,71524 +PRY,2001,6,68135,71053 +PRY,2001,7,67652,70530 +PRY,2001,8,67162,69996 +PRY,2001,9,66675,69460 +PRY,2001,10,66152,68886 +PRY,2001,11,65547,68225 +PRY,2001,12,64872,67484 +PRY,2001,13,64012,66575 +PRY,2001,14,62906,65445 +PRY,2001,15,61598,64127 +PRY,2001,16,60234,62743 +PRY,2001,17,58830,61317 +PRY,2001,18,57181,59619 +PRY,2002,0,67582,70501 +PRY,2002,1,68144,71098 +PRY,2002,2,69954,72956 +PRY,2002,3,69705,72703 +PRY,2002,4,69407,72393 +PRY,2002,5,69061,72027 +PRY,2002,6,68666,71605 +PRY,2002,7,68204,71111 +PRY,2002,8,67654,70524 +PRY,2002,9,67115,69942 +PRY,2002,10,66625,69403 +PRY,2002,11,66125,68851 +PRY,2002,12,65523,68190 +PRY,2002,13,64838,67440 +PRY,2002,14,63963,66514 +PRY,2002,15,62834,65359 +PRY,2002,16,61498,64010 +PRY,2002,17,60103,62594 +PRY,2002,18,58670,61136 +PRY,2003,0,65645,68500 +PRY,2003,1,66925,69833 +PRY,2003,2,67910,70854 +PRY,2003,3,69721,72705 +PRY,2003,4,69635,72617 +PRY,2003,5,69442,72414 +PRY,2003,6,69150,72104 +PRY,2003,7,68770,71699 +PRY,2003,8,68282,71181 +PRY,2003,9,67667,70530 +PRY,2003,10,67079,69900 +PRY,2003,11,66585,69358 +PRY,2003,12,66109,68827 +PRY,2003,13,65508,68168 +PRY,2003,14,64815,67407 +PRY,2003,15,63924,66464 +PRY,2003,16,62772,65284 +PRY,2003,17,61406,63903 +PRY,2003,18,59982,62456 +PRY,2004,0,64131,66951 +PRY,2004,1,65882,68762 +PRY,2004,2,67254,70177 +PRY,2004,3,68275,71227 +PRY,2004,4,69428,72402 +PRY,2004,5,69506,72479 +PRY,2004,6,69417,72382 +PRY,2004,7,69181,72129 +PRY,2004,8,68817,71741 +PRY,2004,9,68304,71199 +PRY,2004,10,67622,70485 +PRY,2004,11,66985,69807 +PRY,2004,12,66489,69262 +PRY,2004,13,66037,68754 +PRY,2004,14,65439,68095 +PRY,2004,15,64736,67325 +PRY,2004,16,63831,66366 +PRY,2004,17,62656,65161 +PRY,2004,18,61262,63750 +PRY,2005,0,63462,66298 +PRY,2005,1,65256,68138 +PRY,2005,2,66682,69601 +PRY,2005,3,67770,70716 +PRY,2005,4,68547,71511 +PRY,2005,5,69043,72015 +PRY,2005,6,69285,72257 +PRY,2005,7,69301,72266 +PRY,2005,8,69121,72071 +PRY,2005,9,68772,71700 +PRY,2005,10,68234,71136 +PRY,2005,11,67488,70358 +PRY,2005,12,66803,69634 +PRY,2005,13,66305,69086 +PRY,2005,14,65877,68601 +PRY,2005,15,65282,67944 +PRY,2005,16,64572,67166 +PRY,2005,17,63653,66192 +PRY,2005,18,62457,64964 +PRY,2006,0,64156,67044 +PRY,2006,1,63904,66736 +PRY,2006,2,65375,68248 +PRY,2006,3,66597,69507 +PRY,2006,4,67579,70521 +PRY,2006,5,68329,71297 +PRY,2006,6,68875,71865 +PRY,2006,7,69245,72253 +PRY,2006,8,69350,72362 +PRY,2006,9,69161,72156 +PRY,2006,10,68743,71707 +PRY,2006,11,68175,71105 +PRY,2006,12,67419,70310 +PRY,2006,13,66717,69565 +PRY,2006,14,66192,68990 +PRY,2006,15,65731,68476 +PRY,2006,16,65102,67790 +PRY,2006,17,64358,66982 +PRY,2006,18,63410,65980 +PRY,2007,0,65681,68666 +PRY,2007,1,66064,69008 +PRY,2007,2,64223,67054 +PRY,2007,3,65368,68234 +PRY,2007,4,66383,69287 +PRY,2007,5,67256,70199 +PRY,2007,6,67977,70955 +PRY,2007,7,68573,71585 +PRY,2007,8,69070,72118 +PRY,2007,9,69264,72327 +PRY,2007,10,69066,72110 +PRY,2007,11,68580,71584 +PRY,2007,12,67984,70945 +PRY,2007,13,67219,70135 +PRY,2007,14,66502,69369 +PRY,2007,15,65950,68770 +PRY,2007,16,65456,68227 +PRY,2007,17,64795,67513 +PRY,2007,18,64018,66676 +PRY,2008,0,67584,70690 +PRY,2008,1,66872,69876 +PRY,2008,2,66443,69377 +PRY,2008,3,64475,67308 +PRY,2008,4,65294,68156 +PRY,2008,5,66101,69002 +PRY,2008,6,66865,69810 +PRY,2008,7,67556,70545 +PRY,2008,8,68201,71238 +PRY,2008,9,68825,71916 +PRY,2008,10,69108,72223 +PRY,2008,11,68901,71996 +PRY,2008,12,68348,71393 +PRY,2008,13,67723,70719 +PRY,2008,14,66951,69893 +PRY,2008,15,66218,69108 +PRY,2008,16,65641,68484 +PRY,2008,17,65114,67914 +PRY,2008,18,64422,67172 +PRY,2009,0,69216,72431 +PRY,2009,1,67615,70676 +PRY,2009,2,66508,69461 +PRY,2009,3,65832,68717 +PRY,2009,4,64745,67579 +PRY,2009,5,65237,68095 +PRY,2009,6,65837,68734 +PRY,2009,7,66493,69439 +PRY,2009,8,67155,70154 +PRY,2009,9,67848,70908 +PRY,2009,10,68599,71731 +PRY,2009,11,68970,72137 +PRY,2009,12,68755,71900 +PRY,2009,13,68135,71220 +PRY,2009,14,67481,70510 +PRY,2009,15,66701,69669 +PRY,2009,16,65954,68865 +PRY,2009,17,65350,68216 +PRY,2009,18,64791,67618 +PRY,2010,0,70110,73397 +PRY,2010,1,68084,71184 +PRY,2010,2,66637,69605 +PRY,2010,3,65701,68584 +PRY,2010,4,65203,68042 +PRY,2010,5,65073,67903 +PRY,2010,6,65240,68089 +PRY,2010,7,65634,68522 +PRY,2010,8,66182,69125 +PRY,2010,9,66815,69820 +PRY,2010,10,67557,70636 +PRY,2010,11,68436,71604 +PRY,2010,12,68895,72110 +PRY,2010,13,68672,71862 +PRY,2010,14,67984,71105 +PRY,2010,15,67301,70359 +PRY,2010,16,66512,69502 +PRY,2010,17,65749,68677 +PRY,2010,18,65120,68003 +PRY,2011,0,69896,73231 +PRY,2011,1,69480,72708 +PRY,2011,2,67804,70879 +PRY,2011,3,66574,69543 +PRY,2011,4,65743,68645 +PRY,2011,5,65260,68131 +PRY,2011,6,65056,67924 +PRY,2011,7,65058,67946 +PRY,2011,8,65331,68258 +PRY,2011,9,65872,68852 +PRY,2011,10,66563,69604 +PRY,2011,11,67320,70429 +PRY,2011,12,68191,71382 +PRY,2011,13,68638,71870 +PRY,2011,14,68394,71601 +PRY,2011,15,67681,70821 +PRY,2011,16,66975,70051 +PRY,2011,17,66162,69171 +PRY,2011,18,65379,68325 +PRY,2012,0,68978,72324 +PRY,2012,1,67722,70884 +PRY,2012,2,68942,72108 +PRY,2012,3,67614,70661 +PRY,2012,4,66599,69565 +PRY,2012,5,65871,68789 +PRY,2012,6,65403,68302 +PRY,2012,7,65124,68026 +PRY,2012,8,64961,67885 +PRY,2012,9,65115,68077 +PRY,2012,10,65648,68663 +PRY,2012,11,66400,69473 +PRY,2012,12,67172,70308 +PRY,2012,13,68036,71247 +PRY,2012,14,68471,71717 +PRY,2012,15,68206,71427 +PRY,2012,16,67469,70623 +PRY,2012,17,66738,69829 +PRY,2012,18,65900,68925 +PRY,2013,0,67716,71045 +PRY,2013,1,67313,70483 +PRY,2013,2,66970,70021 +PRY,2013,3,68457,71554 +PRY,2013,4,67477,70488 +PRY,2013,5,66676,69632 +PRY,2013,6,66051,68978 +PRY,2013,7,65597,68517 +PRY,2013,8,65243,68173 +PRY,2013,9,64915,67869 +PRY,2013,10,64949,67940 +PRY,2013,11,65476,68518 +PRY,2013,12,66289,69386 +PRY,2013,13,67076,70233 +PRY,2013,14,67934,71157 +PRY,2013,15,68357,71611 +PRY,2013,16,68072,71299 +PRY,2013,17,67308,70470 +PRY,2013,18,66552,69653 +PRY,2014,0,66643,69945 +PRY,2014,1,66990,70160 +PRY,2014,2,67174,70242 +PRY,2014,3,67218,70212 +PRY,2014,4,67966,70984 +PRY,2014,5,67334,70300 +PRY,2014,6,66748,69685 +PRY,2014,7,66226,69152 +PRY,2014,8,65787,68718 +PRY,2014,9,65357,68305 +PRY,2014,10,64864,67837 +PRY,2014,11,64779,67789 +PRY,2014,12,65299,68358 +PRY,2014,13,66172,69285 +PRY,2014,14,66975,70141 +PRY,2014,15,67827,71052 +PRY,2014,16,68238,71489 +PRY,2014,17,67932,71155 +PRY,2014,18,67143,70302 +PRY,2015,0,66150,69429 +PRY,2015,1,66905,70071 +PRY,2015,2,67371,70447 +PRY,2015,3,67591,70597 +PRY,2015,4,67602,70559 +PRY,2015,5,67446,70370 +PRY,2015,6,67162,70069 +PRY,2015,7,66791,69694 +PRY,2015,8,66373,69284 +PRY,2015,9,65947,68877 +PRY,2015,10,65442,68396 +PRY,2015,11,64784,67765 +PRY,2015,12,64579,67595 +PRY,2015,13,65093,68156 +PRY,2015,14,66026,69141 +PRY,2015,15,66844,70008 +PRY,2015,16,67689,70904 +PRY,2015,17,68088,71323 +PRY,2015,18,67763,70968 +PRY,2016,0,66435,69746 +PRY,2016,1,66380,69632 +PRY,2016,2,66940,70095 +PRY,2016,3,67282,70360 +PRY,2016,4,67435,70453 +PRY,2016,5,67428,70403 +PRY,2016,6,67299,70247 +PRY,2016,7,67089,70022 +PRY,2016,8,66769,69699 +PRY,2016,9,66345,69280 +PRY,2016,10,65880,68827 +PRY,2016,11,65357,68322 +PRY,2016,12,64694,67678 +PRY,2016,13,64479,67492 +PRY,2016,14,64974,68031 +PRY,2016,15,65885,68991 +PRY,2016,16,66681,69834 +PRY,2016,17,67503,70706 +PRY,2016,18,67883,71101 +PRY,2017,0,67261,70606 +PRY,2017,1,67640,70887 +PRY,2017,2,66575,69789 +PRY,2017,3,66940,70072 +PRY,2017,4,67157,70224 +PRY,2017,5,67245,70262 +PRY,2017,6,67218,70200 +PRY,2017,7,67117,70076 +PRY,2017,8,66981,69929 +PRY,2017,9,66713,69657 +PRY,2017,10,66284,69230 +PRY,2017,11,65778,68731 +PRY,2017,12,65238,68203 +PRY,2017,13,64570,67546 +PRY,2017,14,64344,67343 +PRY,2017,15,64822,67861 +PRY,2017,16,65709,68795 +PRY,2017,17,66483,69613 +PRY,2017,18,67282,70459 +PRY,2018,0,68354,71729 +PRY,2018,1,68206,71482 +PRY,2018,2,68018,71210 +PRY,2018,3,66748,69914 +PRY,2018,4,66917,70017 +PRY,2018,5,67010,70058 +PRY,2018,6,67031,70039 +PRY,2018,7,66986,69965 +PRY,2018,8,66913,69873 +PRY,2018,9,66851,69803 +PRY,2018,10,66634,69583 +PRY,2018,11,66199,69148 +PRY,2018,12,65654,68604 +PRY,2018,13,65097,68053 +PRY,2018,14,64424,67383 +PRY,2018,15,64188,67164 +PRY,2018,16,64647,67659 +PRY,2018,17,65511,68568 +PRY,2018,18,66262,69360 +PRY,2019,0,69000,73000 +PRY,2019,1,69000,72000 +PRY,2019,2,68000,71000 +PRY,2019,3,68000,71000 +PRY,2019,4,67000,70000 +PRY,2019,5,67000,70000 +PRY,2019,6,67000,70000 +PRY,2019,7,67000,70000 +PRY,2019,8,67000,70000 +PRY,2019,9,67000,70000 +PRY,2019,10,67000,70000 +PRY,2019,11,67000,70000 +PRY,2019,12,66000,69000 +PRY,2019,13,66000,68000 +PRY,2019,14,65000,68000 +PRY,2019,15,64000,67000 +PRY,2019,16,64000,67000 +PRY,2019,17,64000,67000 +PRY,2019,18,65000,68000 +PRY,2020,0,70000,73000 +PRY,2020,1,69000,72000 +PRY,2020,2,68000,72000 +PRY,2020,3,68000,71000 +PRY,2020,4,67000,71000 +PRY,2020,5,67000,70000 +PRY,2020,6,67000,70000 +PRY,2020,7,67000,70000 +PRY,2020,8,67000,70000 +PRY,2020,9,67000,70000 +PRY,2020,10,67000,69000 +PRY,2020,11,67000,70000 +PRY,2020,12,66000,69000 +PRY,2020,13,66000,69000 +PRY,2020,14,65000,68000 +PRY,2020,15,65000,68000 +PRY,2020,16,64000,67000 +PRY,2020,17,64000,67000 +PRY,2020,18,64000,67000 +PRY,2021,0,70000,73000 +PRY,2021,1,70000,73000 +PRY,2021,2,69000,72000 +PRY,2021,3,68000,72000 +PRY,2021,4,68000,71000 +PRY,2021,5,67000,71000 +PRY,2021,6,67000,70000 +PRY,2021,7,67000,70000 +PRY,2021,8,67000,70000 +PRY,2021,9,66000,69000 +PRY,2021,10,66000,69000 +PRY,2021,11,66000,69000 +PRY,2021,12,66000,69000 +PRY,2021,13,66000,69000 +PRY,2021,14,66000,69000 +PRY,2021,15,65000,68000 +PRY,2021,16,65000,68000 +PRY,2021,17,64000,67000 +PRY,2021,18,64000,67000 +PRY,2022,0,69000,73000 +PRY,2022,1,69000,72000 +PRY,2022,2,69000,73000 +PRY,2022,3,69000,72000 +PRY,2022,4,68000,71000 +PRY,2022,5,68000,71000 +PRY,2022,6,67000,71000 +PRY,2022,7,67000,70000 +PRY,2022,8,67000,70000 +PRY,2022,9,66000,69000 +PRY,2022,10,66000,69000 +PRY,2022,11,66000,69000 +PRY,2022,12,66000,69000 +PRY,2022,13,66000,69000 +PRY,2022,14,66000,69000 +PRY,2022,15,66000,69000 +PRY,2022,16,65000,68000 +PRY,2022,17,64000,67000 +PRY,2022,18,64000,67000 +PRY,2023,0,69000,72000 +PRY,2023,1,69000,72000 +PRY,2023,2,69000,72000 +PRY,2023,3,69000,72000 +PRY,2023,4,69000,72000 +PRY,2023,5,68000,71000 +PRY,2023,6,68000,71000 +PRY,2023,7,67000,71000 +PRY,2023,8,67000,70000 +PRY,2023,9,67000,70000 +PRY,2023,10,66000,69000 +PRY,2023,11,66000,69000 +PRY,2023,12,66000,69000 +PRY,2023,13,66000,69000 +PRY,2023,14,66000,69000 +PRY,2023,15,66000,69000 +PRY,2023,16,66000,69000 +PRY,2023,17,65000,68000 +PRY,2023,18,64000,67000 +PRY,2024,0,68000,71000 +PRY,2024,1,68000,72000 +PRY,2024,2,69000,72000 +PRY,2024,3,69000,72000 +PRY,2024,4,69000,72000 +PRY,2024,5,69000,72000 +PRY,2024,6,68000,71000 +PRY,2024,7,68000,71000 +PRY,2024,8,67000,71000 +PRY,2024,9,67000,70000 +PRY,2024,10,67000,70000 +PRY,2024,11,66000,69000 +PRY,2024,12,66000,69000 +PRY,2024,13,66000,69000 +PRY,2024,14,66000,69000 +PRY,2024,15,66000,69000 +PRY,2024,16,66000,69000 +PRY,2024,17,65000,68000 +PRY,2024,18,65000,68000 +PRY,2025,0,68000,71000 +PRY,2025,1,68000,71000 +PRY,2025,2,69000,72000 +PRY,2025,3,69000,72000 +PRY,2025,4,69000,72000 +PRY,2025,5,69000,72000 +PRY,2025,6,69000,72000 +PRY,2025,7,68000,71000 +PRY,2025,8,68000,71000 +PRY,2025,9,67000,71000 +PRY,2025,10,67000,70000 +PRY,2025,11,66000,70000 +PRY,2025,12,66000,69000 +PRY,2025,13,66000,69000 +PRY,2025,14,66000,69000 +PRY,2025,15,66000,69000 +PRY,2025,16,66000,69000 +PRY,2025,17,66000,69000 +PRY,2025,18,65000,68000 +PRY,2026,0,67000,70000 +PRY,2026,1,68000,71000 +PRY,2026,2,68000,71000 +PRY,2026,3,68000,72000 +PRY,2026,4,69000,72000 +PRY,2026,5,69000,72000 +PRY,2026,6,69000,72000 +PRY,2026,7,68000,72000 +PRY,2026,8,68000,71000 +PRY,2026,9,68000,71000 +PRY,2026,10,67000,71000 +PRY,2026,11,67000,70000 +PRY,2026,12,66000,69000 +PRY,2026,13,66000,69000 +PRY,2026,14,66000,69000 +PRY,2026,15,66000,69000 +PRY,2026,16,66000,69000 +PRY,2026,17,66000,69000 +PRY,2026,18,66000,68000 +PRY,2027,0,67000,70000 +PRY,2027,1,68000,71000 +PRY,2027,2,68000,71000 +PRY,2027,3,68000,71000 +PRY,2027,4,68000,72000 +PRY,2027,5,69000,72000 +PRY,2027,6,69000,72000 +PRY,2027,7,69000,72000 +PRY,2027,8,68000,72000 +PRY,2027,9,68000,71000 +PRY,2027,10,68000,71000 +PRY,2027,11,67000,70000 +PRY,2027,12,67000,70000 +PRY,2027,13,66000,69000 +PRY,2027,14,66000,69000 +PRY,2027,15,66000,69000 +PRY,2027,16,66000,69000 +PRY,2027,17,66000,69000 +PRY,2027,18,66000,68000 +PRY,2028,0,67000,70000 +PRY,2028,1,67000,70000 +PRY,2028,2,68000,71000 +PRY,2028,3,68000,71000 +PRY,2028,4,68000,71000 +PRY,2028,5,68000,71000 +PRY,2028,6,68000,72000 +PRY,2028,7,68000,72000 +PRY,2028,8,68000,72000 +PRY,2028,9,68000,71000 +PRY,2028,10,68000,71000 +PRY,2028,11,68000,71000 +PRY,2028,12,67000,70000 +PRY,2028,13,67000,70000 +PRY,2028,14,66000,69000 +PRY,2028,15,66000,69000 +PRY,2028,16,66000,69000 +PRY,2028,17,66000,68000 +PRY,2028,18,65000,68000 +PRY,2029,0,66000,70000 +PRY,2029,1,67000,70000 +PRY,2029,2,67000,70000 +PRY,2029,3,68000,71000 +PRY,2029,4,68000,71000 +PRY,2029,5,68000,71000 +PRY,2029,6,68000,71000 +PRY,2029,7,68000,71000 +PRY,2029,8,68000,71000 +PRY,2029,9,68000,71000 +PRY,2029,10,68000,71000 +PRY,2029,11,68000,71000 +PRY,2029,12,68000,71000 +PRY,2029,13,67000,70000 +PRY,2029,14,67000,70000 +PRY,2029,15,66000,69000 +PRY,2029,16,66000,69000 +PRY,2029,17,65000,68000 +PRY,2029,18,65000,68000 +PRY,2030,0,66000,69000 +PRY,2030,1,66000,70000 +PRY,2030,2,67000,70000 +PRY,2030,3,67000,70000 +PRY,2030,4,68000,71000 +PRY,2030,5,68000,71000 +PRY,2030,6,68000,71000 +PRY,2030,7,68000,71000 +PRY,2030,8,68000,71000 +PRY,2030,9,68000,71000 +PRY,2030,10,68000,71000 +PRY,2030,11,68000,71000 +PRY,2030,12,68000,71000 +PRY,2030,13,68000,71000 +PRY,2030,14,67000,70000 +PRY,2030,15,66000,70000 +PRY,2030,16,66000,69000 +PRY,2030,17,65000,68000 +PRY,2030,18,65000,68000 +PRY,2031,0,66000,69000 +PRY,2031,1,66000,69000 +PRY,2031,2,66000,70000 +PRY,2031,3,67000,70000 +PRY,2031,4,67000,70000 +PRY,2031,5,67000,71000 +PRY,2031,6,68000,71000 +PRY,2031,7,68000,71000 +PRY,2031,8,68000,71000 +PRY,2031,9,68000,71000 +PRY,2031,10,68000,71000 +PRY,2031,11,68000,71000 +PRY,2031,12,68000,71000 +PRY,2031,13,68000,71000 +PRY,2031,14,67000,71000 +PRY,2031,15,67000,70000 +PRY,2031,16,66000,69000 +PRY,2031,17,66000,69000 +PRY,2031,18,65000,68000 +PRY,2032,0,65000,69000 +PRY,2032,1,66000,69000 +PRY,2032,2,66000,69000 +PRY,2032,3,66000,70000 +PRY,2032,4,67000,70000 +PRY,2032,5,67000,70000 +PRY,2032,6,67000,70000 +PRY,2032,7,68000,71000 +PRY,2032,8,68000,71000 +PRY,2032,9,68000,71000 +PRY,2032,10,68000,71000 +PRY,2032,11,68000,71000 +PRY,2032,12,68000,71000 +PRY,2032,13,68000,71000 +PRY,2032,14,68000,71000 +PRY,2032,15,67000,70000 +PRY,2032,16,67000,70000 +PRY,2032,17,66000,69000 +PRY,2032,18,66000,69000 +PRY,2033,0,65000,68000 +PRY,2033,1,65000,68000 +PRY,2033,2,66000,69000 +PRY,2033,3,66000,69000 +PRY,2033,4,66000,69000 +PRY,2033,5,67000,70000 +PRY,2033,6,67000,70000 +PRY,2033,7,67000,70000 +PRY,2033,8,68000,71000 +PRY,2033,9,68000,71000 +PRY,2033,10,68000,71000 +PRY,2033,11,68000,71000 +PRY,2033,12,68000,71000 +PRY,2033,13,68000,71000 +PRY,2033,14,68000,71000 +PRY,2033,15,68000,71000 +PRY,2033,16,67000,70000 +PRY,2033,17,67000,70000 +PRY,2033,18,66000,69000 +PRY,2034,0,65000,68000 +PRY,2034,1,65000,68000 +PRY,2034,2,65000,68000 +PRY,2034,3,66000,69000 +PRY,2034,4,66000,69000 +PRY,2034,5,66000,69000 +PRY,2034,6,67000,70000 +PRY,2034,7,67000,70000 +PRY,2034,8,67000,70000 +PRY,2034,9,67000,71000 +PRY,2034,10,68000,71000 +PRY,2034,11,68000,71000 +PRY,2034,12,68000,71000 +PRY,2034,13,68000,71000 +PRY,2034,14,68000,71000 +PRY,2034,15,68000,71000 +PRY,2034,16,67000,71000 +PRY,2034,17,67000,70000 +PRY,2034,18,66000,69000 +PRY,2035,0,64000,67000 +PRY,2035,1,65000,68000 +PRY,2035,2,65000,68000 +PRY,2035,3,65000,68000 +PRY,2035,4,66000,69000 +PRY,2035,5,66000,69000 +PRY,2035,6,66000,69000 +PRY,2035,7,67000,70000 +PRY,2035,8,67000,70000 +PRY,2035,9,67000,70000 +PRY,2035,10,67000,70000 +PRY,2035,11,68000,71000 +PRY,2035,12,68000,71000 +PRY,2035,13,68000,71000 +PRY,2035,14,68000,71000 +PRY,2035,15,68000,71000 +PRY,2035,16,68000,71000 +PRY,2035,17,67000,70000 +PRY,2035,18,67000,70000 +PRY,2036,0,64000,67000 +PRY,2036,1,64000,67000 +PRY,2036,2,65000,68000 +PRY,2036,3,65000,68000 +PRY,2036,4,65000,68000 +PRY,2036,5,66000,69000 +PRY,2036,6,66000,69000 +PRY,2036,7,66000,69000 +PRY,2036,8,67000,70000 +PRY,2036,9,67000,70000 +PRY,2036,10,67000,70000 +PRY,2036,11,67000,70000 +PRY,2036,12,68000,71000 +PRY,2036,13,68000,71000 +PRY,2036,14,68000,71000 +PRY,2036,15,68000,71000 +PRY,2036,16,68000,71000 +PRY,2036,17,67000,71000 +PRY,2036,18,67000,70000 +PRY,2037,0,64000,67000 +PRY,2037,1,64000,67000 +PRY,2037,2,64000,67000 +PRY,2037,3,65000,68000 +PRY,2037,4,65000,68000 +PRY,2037,5,65000,68000 +PRY,2037,6,66000,69000 +PRY,2037,7,66000,69000 +PRY,2037,8,66000,69000 +PRY,2037,9,66000,70000 +PRY,2037,10,67000,70000 +PRY,2037,11,67000,70000 +PRY,2037,12,67000,70000 +PRY,2037,13,67000,71000 +PRY,2037,14,68000,71000 +PRY,2037,15,68000,71000 +PRY,2037,16,67000,71000 +PRY,2037,17,67000,70000 +PRY,2037,18,67000,70000 +PRY,2038,0,63000,67000 +PRY,2038,1,64000,67000 +PRY,2038,2,64000,67000 +PRY,2038,3,64000,67000 +PRY,2038,4,65000,68000 +PRY,2038,5,65000,68000 +PRY,2038,6,65000,68000 +PRY,2038,7,65000,68000 +PRY,2038,8,66000,69000 +PRY,2038,9,66000,69000 +PRY,2038,10,66000,69000 +PRY,2038,11,67000,70000 +PRY,2038,12,67000,70000 +PRY,2038,13,67000,70000 +PRY,2038,14,67000,70000 +PRY,2038,15,67000,71000 +PRY,2038,16,67000,71000 +PRY,2038,17,67000,70000 +PRY,2038,18,67000,70000 +PRY,2039,0,63000,66000 +PRY,2039,1,63000,66000 +PRY,2039,2,64000,67000 +PRY,2039,3,64000,67000 +PRY,2039,4,64000,67000 +PRY,2039,5,64000,67000 +PRY,2039,6,65000,68000 +PRY,2039,7,65000,68000 +PRY,2039,8,65000,68000 +PRY,2039,9,66000,69000 +PRY,2039,10,66000,69000 +PRY,2039,11,66000,69000 +PRY,2039,12,67000,70000 +PRY,2039,13,67000,70000 +PRY,2039,14,67000,70000 +PRY,2039,15,67000,70000 +PRY,2039,16,67000,70000 +PRY,2039,17,67000,70000 +PRY,2039,18,67000,70000 +PRY,2040,0,63000,66000 +PRY,2040,1,63000,66000 +PRY,2040,2,63000,66000 +PRY,2040,3,64000,66000 +PRY,2040,4,64000,67000 +PRY,2040,5,64000,67000 +PRY,2040,6,64000,67000 +PRY,2040,7,65000,68000 +PRY,2040,8,65000,68000 +PRY,2040,9,65000,68000 +PRY,2040,10,66000,69000 +PRY,2040,11,66000,69000 +PRY,2040,12,66000,69000 +PRY,2040,13,66000,70000 +PRY,2040,14,67000,70000 +PRY,2040,15,67000,70000 +PRY,2040,16,67000,70000 +PRY,2040,17,67000,70000 +PRY,2040,18,67000,70000 +PRY,2041,0,63000,66000 +PRY,2041,1,63000,66000 +PRY,2041,2,63000,66000 +PRY,2041,3,63000,66000 +PRY,2041,4,64000,66000 +PRY,2041,5,64000,67000 +PRY,2041,6,64000,67000 +PRY,2041,7,64000,67000 +PRY,2041,8,65000,68000 +PRY,2041,9,65000,68000 +PRY,2041,10,65000,68000 +PRY,2041,11,66000,69000 +PRY,2041,12,66000,69000 +PRY,2041,13,66000,69000 +PRY,2041,14,66000,69000 +PRY,2041,15,67000,70000 +PRY,2041,16,67000,70000 +PRY,2041,17,67000,70000 +PRY,2041,18,67000,70000 +PRY,2042,0,62000,65000 +PRY,2042,1,62000,65000 +PRY,2042,2,63000,66000 +PRY,2042,3,63000,66000 +PRY,2042,4,63000,66000 +PRY,2042,5,63000,66000 +PRY,2042,6,64000,67000 +PRY,2042,7,64000,67000 +PRY,2042,8,64000,67000 +PRY,2042,9,65000,68000 +PRY,2042,10,65000,68000 +PRY,2042,11,65000,68000 +PRY,2042,12,65000,69000 +PRY,2042,13,66000,69000 +PRY,2042,14,66000,69000 +PRY,2042,15,66000,69000 +PRY,2042,16,66000,70000 +PRY,2042,17,67000,70000 +PRY,2042,18,67000,70000 +PRY,2043,0,62000,65000 +PRY,2043,1,62000,65000 +PRY,2043,2,62000,65000 +PRY,2043,3,63000,66000 +PRY,2043,4,63000,66000 +PRY,2043,5,63000,66000 +PRY,2043,6,63000,66000 +PRY,2043,7,64000,67000 +PRY,2043,8,64000,67000 +PRY,2043,9,64000,67000 +PRY,2043,10,65000,67000 +PRY,2043,11,65000,68000 +PRY,2043,12,65000,68000 +PRY,2043,13,65000,68000 +PRY,2043,14,66000,69000 +PRY,2043,15,66000,69000 +PRY,2043,16,66000,69000 +PRY,2043,17,66000,69000 +PRY,2043,18,67000,70000 +PRY,2044,0,61000,64000 +PRY,2044,1,62000,65000 +PRY,2044,2,62000,65000 +PRY,2044,3,62000,65000 +PRY,2044,4,63000,66000 +PRY,2044,5,63000,66000 +PRY,2044,6,63000,66000 +PRY,2044,7,63000,66000 +PRY,2044,8,64000,67000 +PRY,2044,9,64000,67000 +PRY,2044,10,64000,67000 +PRY,2044,11,64000,67000 +PRY,2044,12,65000,68000 +PRY,2044,13,65000,68000 +PRY,2044,14,65000,68000 +PRY,2044,15,66000,69000 +PRY,2044,16,66000,69000 +PRY,2044,17,66000,69000 +PRY,2044,18,66000,69000 +PRY,2045,0,61000,64000 +PRY,2045,1,61000,64000 +PRY,2045,2,62000,65000 +PRY,2045,3,62000,65000 +PRY,2045,4,62000,65000 +PRY,2045,5,63000,65000 +PRY,2045,6,63000,66000 +PRY,2045,7,63000,66000 +PRY,2045,8,63000,66000 +PRY,2045,9,64000,67000 +PRY,2045,10,64000,67000 +PRY,2045,11,64000,67000 +PRY,2045,12,64000,67000 +PRY,2045,13,65000,68000 +PRY,2045,14,65000,68000 +PRY,2045,15,65000,68000 +PRY,2045,16,65000,68000 +PRY,2045,17,66000,69000 +PRY,2045,18,66000,69000 +PRY,2046,0,61000,64000 +PRY,2046,1,61000,64000 +PRY,2046,2,61000,64000 +PRY,2046,3,62000,65000 +PRY,2046,4,62000,65000 +PRY,2046,5,62000,65000 +PRY,2046,6,63000,65000 +PRY,2046,7,63000,66000 +PRY,2046,8,63000,66000 +PRY,2046,9,63000,66000 +PRY,2046,10,64000,66000 +PRY,2046,11,64000,67000 +PRY,2046,12,64000,67000 +PRY,2046,13,64000,67000 +PRY,2046,14,65000,68000 +PRY,2046,15,65000,68000 +PRY,2046,16,65000,68000 +PRY,2046,17,65000,68000 +PRY,2046,18,66000,68000 +PRY,2047,0,60000,63000 +PRY,2047,1,61000,64000 +PRY,2047,2,61000,64000 +PRY,2047,3,61000,64000 +PRY,2047,4,62000,65000 +PRY,2047,5,62000,65000 +PRY,2047,6,62000,65000 +PRY,2047,7,62000,65000 +PRY,2047,8,63000,66000 +PRY,2047,9,63000,66000 +PRY,2047,10,63000,66000 +PRY,2047,11,63000,66000 +PRY,2047,12,64000,67000 +PRY,2047,13,64000,67000 +PRY,2047,14,64000,67000 +PRY,2047,15,64000,67000 +PRY,2047,16,65000,68000 +PRY,2047,17,65000,68000 +PRY,2047,18,65000,68000 +PRY,2048,0,60000,63000 +PRY,2048,1,60000,63000 +PRY,2048,2,61000,64000 +PRY,2048,3,61000,64000 +PRY,2048,4,61000,64000 +PRY,2048,5,62000,64000 +PRY,2048,6,62000,65000 +PRY,2048,7,62000,65000 +PRY,2048,8,62000,65000 +PRY,2048,9,63000,66000 +PRY,2048,10,63000,66000 +PRY,2048,11,63000,66000 +PRY,2048,12,63000,66000 +PRY,2048,13,64000,67000 +PRY,2048,14,64000,67000 +PRY,2048,15,64000,67000 +PRY,2048,16,64000,67000 +PRY,2048,17,65000,68000 +PRY,2048,18,65000,68000 +PRY,2049,0,60000,63000 +PRY,2049,1,60000,63000 +PRY,2049,2,60000,63000 +PRY,2049,3,61000,64000 +PRY,2049,4,61000,64000 +PRY,2049,5,61000,64000 +PRY,2049,6,62000,64000 +PRY,2049,7,62000,65000 +PRY,2049,8,62000,65000 +PRY,2049,9,62000,65000 +PRY,2049,10,63000,65000 +PRY,2049,11,63000,66000 +PRY,2049,12,63000,66000 +PRY,2049,13,63000,66000 +PRY,2049,14,64000,66000 +PRY,2049,15,64000,67000 +PRY,2049,16,64000,67000 +PRY,2049,17,64000,67000 +PRY,2049,18,64000,67000 +PRY,2050,0,59000,62000 +PRY,2050,1,60000,63000 +PRY,2050,2,60000,63000 +PRY,2050,3,60000,63000 +PRY,2050,4,61000,63000 +PRY,2050,5,61000,64000 +PRY,2050,6,61000,64000 +PRY,2050,7,61000,64000 +PRY,2050,8,62000,65000 +PRY,2050,9,62000,65000 +PRY,2050,10,62000,65000 +PRY,2050,11,62000,65000 +PRY,2050,12,63000,66000 +PRY,2050,13,63000,66000 +PRY,2050,14,63000,66000 +PRY,2050,15,63000,66000 +PRY,2050,16,64000,67000 +PRY,2050,17,64000,67000 +PRY,2050,18,64000,67000 +PSE,1990,0,44767,46794 +PSE,1990,1,42300,44181 +PSE,1990,2,40090,41848 +PSE,1990,3,38116,39769 +PSE,1990,4,36353,37919 +PSE,1990,5,34782,36273 +PSE,1990,6,33378,34806 +PSE,1990,7,32120,33494 +PSE,1990,8,30985,32311 +PSE,1990,9,29952,31232 +PSE,1990,10,29027,30268 +PSE,1990,11,28219,29429 +PSE,1990,12,27355,28513 +PSE,1990,13,26355,27426 +PSE,1990,14,25285,26249 +PSE,1990,15,24284,25145 +PSE,1990,16,23309,24067 +PSE,1990,17,22430,23099 +PSE,1990,18,21693,22297 +PSE,1991,0,47076,49222 +PSE,1991,1,44596,46601 +PSE,1991,2,42226,44096 +PSE,1991,3,40080,41833 +PSE,1991,4,38142,39793 +PSE,1991,5,36393,37957 +PSE,1991,6,34812,36301 +PSE,1991,7,33377,34800 +PSE,1991,8,32096,33462 +PSE,1991,9,30962,32280 +PSE,1991,10,29943,31217 +PSE,1991,11,29022,30256 +PSE,1991,12,28211,29414 +PSE,1991,13,27345,28495 +PSE,1991,14,26343,27406 +PSE,1991,15,25273,26228 +PSE,1991,16,24270,25121 +PSE,1991,17,23294,24041 +PSE,1991,18,22415,23072 +PSE,1992,0,49551,51814 +PSE,1992,1,46737,48831 +PSE,1992,2,44483,46470 +PSE,1992,3,42207,44069 +PSE,1992,4,40123,41873 +PSE,1992,5,38217,39870 +PSE,1992,6,36480,38046 +PSE,1992,7,34887,36378 +PSE,1992,8,33419,34840 +PSE,1992,9,32113,33475 +PSE,1992,10,30979,32292 +PSE,1992,11,29974,31243 +PSE,1992,12,29055,30285 +PSE,1992,13,28239,29438 +PSE,1992,14,27370,28515 +PSE,1992,15,26366,27423 +PSE,1992,16,25294,26241 +PSE,1992,17,24289,25132 +PSE,1992,18,23310,24048 +PSE,1993,0,51991,54360 +PSE,1993,1,49133,51340 +PSE,1993,2,46508,48572 +PSE,1993,3,44428,46401 +PSE,1993,4,42243,44099 +PSE,1993,5,40217,41967 +PSE,1993,6,38343,39998 +PSE,1993,7,36613,38185 +PSE,1993,8,35008,36502 +PSE,1993,9,33504,34925 +PSE,1993,10,32173,33531 +PSE,1993,11,31036,32345 +PSE,1993,12,30043,31310 +PSE,1993,13,29125,30353 +PSE,1993,14,28304,29500 +PSE,1993,15,27430,28572 +PSE,1993,16,26423,27475 +PSE,1993,17,25348,26289 +PSE,1993,18,24339,25175 +PSE,1994,0,54141,56602 +PSE,1994,1,51405,53717 +PSE,1994,2,48839,51015 +PSE,1994,3,46436,48488 +PSE,1994,4,44438,46399 +PSE,1994,5,42342,44194 +PSE,1994,6,40371,42124 +PSE,1994,7,38525,40186 +PSE,1994,8,36802,38379 +PSE,1994,9,35180,36679 +PSE,1994,10,33640,35062 +PSE,1994,11,32279,33637 +PSE,1994,12,31139,32447 +PSE,1994,13,30156,31423 +PSE,1994,14,29238,30465 +PSE,1994,15,28412,29606 +PSE,1994,16,27532,28671 +PSE,1994,17,26519,27568 +PSE,1994,18,25439,26375 +PSE,1995,0,55813,58347 +PSE,1995,1,53399,55804 +PSE,1995,2,51057,53339 +PSE,1995,3,48791,50957 +PSE,1995,4,46607,48662 +PSE,1995,5,44507,46457 +PSE,1995,6,42496,44347 +PSE,1995,7,40578,42335 +PSE,1995,8,38758,40426 +PSE,1995,9,37038,38624 +PSE,1995,10,35399,36905 +PSE,1995,11,33819,35245 +PSE,1995,12,32429,33787 +PSE,1995,13,31283,32590 +PSE,1995,14,30309,31577 +PSE,1995,15,29390,30617 +PSE,1995,16,28556,29750 +PSE,1995,17,27669,28808 +PSE,1995,18,26650,27696 +PSE,1996,0,56784,59362 +PSE,1996,1,55832,58356 +PSE,1996,2,53603,56008 +PSE,1996,3,51375,53665 +PSE,1996,4,49165,51341 +PSE,1996,5,46989,49055 +PSE,1996,6,44850,46809 +PSE,1996,7,42753,44609 +PSE,1996,8,40771,42530 +PSE,1996,9,38941,40611 +PSE,1996,10,37246,38834 +PSE,1996,11,35608,37115 +PSE,1996,12,34017,35443 +PSE,1996,13,32616,33974 +PSE,1996,14,31461,32767 +PSE,1996,15,30480,31744 +PSE,1996,16,29553,30775 +PSE,1996,17,28711,29899 +PSE,1996,18,27817,28948 +PSE,1997,0,57324,59930 +PSE,1997,1,56238,58778 +PSE,1997,2,55970,58490 +PSE,1997,3,53922,56333 +PSE,1997,4,51805,54106 +PSE,1997,5,49646,51837 +PSE,1997,6,47473,49554 +PSE,1997,7,45290,47263 +PSE,1997,8,43103,44968 +PSE,1997,9,41051,42816 +PSE,1997,10,39209,40884 +PSE,1997,11,37535,39128 +PSE,1997,12,35894,37406 +PSE,1997,13,34288,35718 +PSE,1997,14,32873,34234 +PSE,1997,15,31707,33015 +PSE,1997,16,30717,31980 +PSE,1997,17,29779,30999 +PSE,1997,18,28929,30111 +PSE,1998,0,57411,60024 +PSE,1998,1,57152,59737 +PSE,1998,2,56476,59016 +PSE,1998,3,56059,58572 +PSE,1998,4,54196,56609 +PSE,1998,5,52191,54501 +PSE,1998,6,50086,52289 +PSE,1998,7,47918,50013 +PSE,1998,8,45693,47677 +PSE,1998,9,43416,45288 +PSE,1998,10,41297,43065 +PSE,1998,11,39443,41121 +PSE,1998,12,37791,39389 +PSE,1998,13,36149,37665 +PSE,1998,14,34530,35963 +PSE,1998,15,33103,34465 +PSE,1998,16,31927,33234 +PSE,1998,17,30927,32188 +PSE,1998,18,29981,31197 +PSE,1999,0,57100,59704 +PSE,1999,1,57538,60145 +PSE,1999,2,57432,60019 +PSE,1999,3,56843,59390 +PSE,1999,4,55932,58429 +PSE,1999,5,54260,56668 +PSE,1999,6,52377,54688 +PSE,1999,7,50333,52540 +PSE,1999,8,48179,50279 +PSE,1999,9,45920,47909 +PSE,1999,10,43562,45435 +PSE,1999,11,41383,43150 +PSE,1999,12,39525,41201 +PSE,1999,13,37902,39498 +PSE,1999,14,36265,37780 +PSE,1999,15,34639,36070 +PSE,1999,16,33206,34564 +PSE,1999,17,32024,33326 +PSE,1999,18,31019,32274 +PSE,2000,0,56526,59108 +PSE,2000,1,57385,59991 +PSE,2000,2,57654,60258 +PSE,2000,3,57395,59974 +PSE,2000,4,56668,59202 +PSE,2000,5,55537,58007 +PSE,2000,6,54063,56456 +PSE,2000,7,52309,54611 +PSE,2000,8,50335,52538 +PSE,2000,9,48206,50303 +PSE,2000,10,45925,47909 +PSE,2000,11,43498,45364 +PSE,2000,12,41270,43027 +PSE,2000,13,39417,41083 +PSE,2000,14,37830,39418 +PSE,2000,15,36206,37712 +PSE,2000,16,34580,36003 +PSE,2000,17,33147,34497 +PSE,2000,18,31965,33257 +PSE,2001,0,56565,59157 +PSE,2001,1,56455,59033 +PSE,2001,2,57054,59644 +PSE,2001,3,57165,59747 +PSE,2001,4,56833,59387 +PSE,2001,5,56103,58612 +PSE,2001,6,55038,57486 +PSE,2001,7,53699,56075 +PSE,2001,8,52043,54333 +PSE,2001,9,50080,52271 +PSE,2001,10,47907,49989 +PSE,2001,11,45617,47586 +PSE,2001,12,43198,45048 +PSE,2001,13,40979,42720 +PSE,2001,14,39135,40784 +PSE,2001,15,37558,39129 +PSE,2001,16,35944,37432 +PSE,2001,17,34327,35731 +PSE,2001,18,32903,34234 +PSE,2002,0,56326,58916 +PSE,2002,1,57157,59776 +PSE,2002,2,56097,58658 +PSE,2002,3,56430,58992 +PSE,2002,4,56381,58929 +PSE,2002,5,55979,58496 +PSE,2002,6,55250,57722 +PSE,2002,7,54256,56671 +PSE,2002,8,53059,55408 +PSE,2002,9,51510,53778 +PSE,2002,10,49567,51736 +PSE,2002,11,47362,49421 +PSE,2002,12,45075,47020 +PSE,2002,13,42677,44503 +PSE,2002,14,40477,42194 +PSE,2002,15,38652,40277 +PSE,2002,16,37094,38640 +PSE,2002,17,35497,36961 +PSE,2002,18,33898,35277 +PSE,2003,0,56132,58719 +PSE,2003,1,56601,59203 +PSE,2003,2,56793,59398 +PSE,2003,3,55617,58153 +PSE,2003,4,55685,58212 +PSE,2003,5,55478,57984 +PSE,2003,6,55006,57479 +PSE,2003,7,54279,56707 +PSE,2003,8,53359,55732 +PSE,2003,9,52306,54620 +PSE,2003,10,50868,53106 +PSE,2003,11,48949,51089 +PSE,2003,12,46716,48744 +PSE,2003,13,44437,46351 +PSE,2003,14,42064,43860 +PSE,2003,15,39889,41576 +PSE,2003,16,38087,39683 +PSE,2003,17,36550,38066 +PSE,2003,18,34975,36409 +PSE,2004,0,56350,58944 +PSE,2004,1,56338,58928 +PSE,2004,2,56229,58808 +PSE,2004,3,56015,58577 +PSE,2004,4,55194,57701 +PSE,2004,5,54998,57484 +PSE,2004,6,54633,57092 +PSE,2004,7,54092,56515 +PSE,2004,8,53366,55745 +PSE,2004,9,52517,54846 +PSE,2004,10,51607,53883 +PSE,2004,11,50277,52482 +PSE,2004,12,48381,50488 +PSE,2004,13,46119,48113 +PSE,2004,14,43845,45725 +PSE,2004,15,41495,43258 +PSE,2004,16,39342,40997 +PSE,2004,17,37561,39125 +PSE,2004,18,36044,37528 +PSE,2005,0,57187,59808 +PSE,2005,1,56651,59240 +PSE,2005,2,56181,58741 +PSE,2005,3,55753,58284 +PSE,2005,4,55339,57842 +PSE,2005,5,54915,57389 +PSE,2005,6,54454,56897 +PSE,2005,7,53930,56340 +PSE,2005,8,53319,55689 +PSE,2005,9,52592,54919 +PSE,2005,10,51813,54093 +PSE,2005,11,51043,53277 +PSE,2005,12,49818,51985 +PSE,2005,13,47939,50010 +PSE,2005,14,45642,47598 +PSE,2005,15,43368,45211 +PSE,2005,16,41034,42762 +PSE,2005,17,38898,40518 +PSE,2005,18,37134,38662 +PSE,2006,0,58440,61125 +PSE,2006,1,56837,59414 +PSE,2006,2,56220,58760 +PSE,2006,3,55705,58213 +PSE,2006,4,55260,57738 +PSE,2006,5,54852,57303 +PSE,2006,6,54457,56881 +PSE,2006,7,54047,56445 +PSE,2006,8,53564,55930 +PSE,2006,9,52963,55291 +PSE,2006,10,52230,54514 +PSE,2006,11,51455,53693 +PSE,2006,12,50695,52887 +PSE,2006,13,49481,51607 +PSE,2006,14,47614,49644 +PSE,2006,15,45328,47244 +PSE,2006,16,43066,44869 +PSE,2006,17,40745,42431 +PSE,2006,18,38620,40199 +PSE,2007,0,60268,63031 +PSE,2007,1,58558,61218 +PSE,2007,2,56581,59109 +PSE,2007,3,55884,58369 +PSE,2007,4,55323,57772 +PSE,2007,5,54860,57279 +PSE,2007,6,54457,56850 +PSE,2007,7,54090,56458 +PSE,2007,8,53731,56077 +PSE,2007,9,53287,55604 +PSE,2007,10,52695,54976 +PSE,2007,11,51954,54190 +PSE,2007,12,51183,53373 +PSE,2007,13,50431,52577 +PSE,2007,14,49226,51306 +PSE,2007,15,47368,49352 +PSE,2007,16,45091,46961 +PSE,2007,17,42837,44593 +PSE,2007,18,40524,42164 +PSE,2008,0,62399,65252 +PSE,2008,1,60117,62829 +PSE,2008,2,58283,60880 +PSE,2008,3,56376,58853 +PSE,2008,4,55598,58026 +PSE,2008,5,54990,57379 +PSE,2008,6,54508,56867 +PSE,2008,7,54111,56443 +PSE,2008,8,53771,56082 +PSE,2008,9,53463,55756 +PSE,2008,10,53057,55325 +PSE,2008,11,52475,54706 +PSE,2008,12,51725,53911 +PSE,2008,13,50957,53097 +PSE,2008,14,50213,52310 +PSE,2008,15,49015,51048 +PSE,2008,16,47164,49101 +PSE,2008,17,44894,46716 +PSE,2008,18,42646,44355 +PSE,2009,0,64443,67388 +PSE,2009,1,61721,64496 +PSE,2009,2,59507,62143 +PSE,2009,3,57741,60266 +PSE,2009,4,56161,58591 +PSE,2009,5,55301,57678 +PSE,2009,6,54646,56981 +PSE,2009,7,54147,56450 +PSE,2009,8,53754,56032 +PSE,2009,9,53442,55701 +PSE,2009,10,53185,55429 +PSE,2009,11,52818,55040 +PSE,2009,12,52245,54432 +PSE,2009,13,51486,53628 +PSE,2009,14,50721,52817 +PSE,2009,15,49985,52039 +PSE,2009,16,48796,50785 +PSE,2009,17,46951,48845 +PSE,2009,18,44688,46467 +PSE,2010,0,66109,69142 +PSE,2010,1,63150,65998 +PSE,2010,2,60704,63399 +PSE,2010,3,58717,61287 +PSE,2010,4,57133,59603 +PSE,2010,5,55898,58290 +PSE,2010,6,54958,57290 +PSE,2010,7,54256,56544 +PSE,2010,8,53739,55994 +PSE,2010,9,53352,55582 +PSE,2010,10,53068,55281 +PSE,2010,11,52862,55065 +PSE,2010,12,52534,54718 +PSE,2010,13,51970,54120 +PSE,2010,14,51204,53308 +PSE,2010,15,50442,52500 +PSE,2010,16,49716,51732 +PSE,2010,17,48535,50487 +PSE,2010,18,46699,48556 +PSE,2011,0,67374,70460 +PSE,2011,1,65159,68129 +PSE,2011,2,62472,65275 +PSE,2011,3,60202,62863 +PSE,2011,4,58310,60853 +PSE,2011,5,56758,59203 +PSE,2011,6,55491,57856 +PSE,2011,7,54454,56752 +PSE,2011,8,53687,55937 +PSE,2011,9,53186,55403 +PSE,2011,10,52862,55058 +PSE,2011,11,52609,54789 +PSE,2011,12,52418,54588 +PSE,2011,13,52104,54255 +PSE,2011,14,51555,53671 +PSE,2011,15,50803,52870 +PSE,2011,16,50054,52075 +PSE,2011,17,49340,51319 +PSE,2011,18,48172,50086 +PSE,2012,0,68316,71453 +PSE,2012,1,65523,68496 +PSE,2012,2,64200,67119 +PSE,2012,3,61785,64554 +PSE,2012,4,59691,62330 +PSE,2012,5,57895,60421 +PSE,2012,6,56375,58805 +PSE,2012,7,55075,57423 +PSE,2012,8,53941,56217 +PSE,2012,9,53111,55332 +PSE,2012,10,52624,54814 +PSE,2012,11,52364,54535 +PSE,2012,12,52142,54299 +PSE,2012,13,51966,54112 +PSE,2012,14,51667,53794 +PSE,2012,15,51132,53223 +PSE,2012,16,50393,52435 +PSE,2012,17,49658,51652 +PSE,2012,18,48957,50907 +PSE,2013,0,68924,72106 +PSE,2013,1,66486,69530 +PSE,2013,2,64263,67179 +PSE,2013,3,63259,66133 +PSE,2013,4,61115,63856 +PSE,2013,5,59197,61818 +PSE,2013,6,57497,60010 +PSE,2013,7,56008,58427 +PSE,2013,8,54676,57010 +PSE,2013,9,53445,55700 +PSE,2013,10,52549,54747 +PSE,2013,11,52079,54244 +PSE,2013,12,51881,54031 +PSE,2013,13,51690,53827 +PSE,2013,14,51529,53656 +PSE,2013,15,51245,53352 +PSE,2013,16,50724,52793 +PSE,2013,17,49998,52017 +PSE,2013,18,49276,51246 +PSE,2014,0,69219,72432 +PSE,2014,1,67260,70365 +PSE,2014,2,65361,68359 +PSE,2014,3,63530,66421 +PSE,2014,4,62376,65202 +PSE,2014,5,60501,63211 +PSE,2014,6,58756,61357 +PSE,2014,7,57150,59649 +PSE,2014,8,55691,58098 +PSE,2014,9,54325,56644 +PSE,2014,10,52997,55231 +PSE,2014,11,52036,54207 +PSE,2014,12,51580,53719 +PSE,2014,13,51445,53572 +PSE,2014,14,51285,53400 +PSE,2014,15,51139,53244 +PSE,2014,16,50869,52954 +PSE,2014,17,50361,52408 +PSE,2014,18,49649,51643 +PSE,2015,0,69237,72466 +PSE,2015,1,67837,70986 +PSE,2015,2,66346,69408 +PSE,2015,3,64788,67757 +PSE,2015,4,63188,66061 +PSE,2015,5,61572,64346 +PSE,2015,6,59965,62639 +PSE,2015,7,58392,60967 +PSE,2015,8,56877,59358 +PSE,2015,9,55447,57836 +PSE,2015,10,54045,56345 +PSE,2015,11,52617,54824 +PSE,2015,12,51589,53729 +PSE,2015,13,51147,53256 +PSE,2015,14,51076,53175 +PSE,2015,15,50947,53035 +PSE,2015,16,50815,52894 +PSE,2015,17,50558,52617 +PSE,2015,18,50063,52083 +PSE,2016,0,68536,71771 +PSE,2016,1,68801,72013 +PSE,2016,2,67518,70656 +PSE,2016,3,66106,69163 +PSE,2016,4,64597,67565 +PSE,2016,5,63019,65893 +PSE,2016,6,61401,64178 +PSE,2016,7,59770,62451 +PSE,2016,8,58167,60745 +PSE,2016,9,56626,59092 +PSE,2016,10,55172,57523 +PSE,2016,11,53737,55976 +PSE,2016,12,52268,54394 +PSE,2016,13,51211,53252 +PSE,2016,14,50757,52759 +PSE,2016,15,50686,52678 +PSE,2016,16,50556,52535 +PSE,2016,17,50422,52389 +PSE,2016,18,50178,52131 +PSE,2017,0,67578,70806 +PSE,2017,1,67600,70795 +PSE,2017,2,68505,71697 +PSE,2017,3,67336,70460 +PSE,2017,4,66002,69050 +PSE,2017,5,64538,67502 +PSE,2017,6,62979,65851 +PSE,2017,7,61355,64133 +PSE,2017,8,59697,62382 +PSE,2017,9,58061,60638 +PSE,2017,10,56491,58940 +PSE,2017,11,55009,57321 +PSE,2017,12,53538,55716 +PSE,2017,13,52027,54069 +PSE,2017,14,50937,52878 +PSE,2017,15,50470,52364 +PSE,2017,16,50400,52282 +PSE,2017,17,50270,52137 +PSE,2017,18,50133,51986 +PSE,2018,0,66623,69842 +PSE,2018,1,67344,70548 +PSE,2018,2,67565,70740 +PSE,2018,3,68283,71457 +PSE,2018,4,67227,70338 +PSE,2018,5,65969,69009 +PSE,2018,6,64549,67509 +PSE,2018,7,63007,65878 +PSE,2018,8,61376,64154 +PSE,2018,9,59689,62377 +PSE,2018,10,58018,60595 +PSE,2018,11,56418,58850 +PSE,2018,12,54907,57178 +PSE,2018,13,53398,55513 +PSE,2018,14,51842,53799 +PSE,2018,15,50720,52559 +PSE,2018,16,50239,52023 +PSE,2018,17,50169,51940 +PSE,2018,18,50038,51792 +PSE,2019,0,66000,69000 +PSE,2019,1,67000,70000 +PSE,2019,2,68000,71000 +PSE,2019,3,68000,71000 +PSE,2019,4,68000,71000 +PSE,2019,5,67000,70000 +PSE,2019,6,66000,69000 +PSE,2019,7,65000,68000 +PSE,2019,8,63000,66000 +PSE,2019,9,61000,64000 +PSE,2019,10,60000,62000 +PSE,2019,11,58000,61000 +PSE,2019,12,56000,59000 +PSE,2019,13,55000,57000 +PSE,2019,14,53000,55000 +PSE,2019,15,52000,54000 +PSE,2019,16,51000,52000 +PSE,2019,17,50000,52000 +PSE,2019,18,50000,52000 +PSE,2020,0,66000,69000 +PSE,2020,1,67000,71000 +PSE,2020,2,68000,71000 +PSE,2020,3,68000,72000 +PSE,2020,4,68000,72000 +PSE,2020,5,68000,71000 +PSE,2020,6,67000,70000 +PSE,2020,7,66000,69000 +PSE,2020,8,65000,68000 +PSE,2020,9,63000,66000 +PSE,2020,10,61000,64000 +PSE,2020,11,60000,62000 +PSE,2020,12,58000,60000 +PSE,2020,13,56000,59000 +PSE,2020,14,55000,57000 +PSE,2020,15,53000,55000 +PSE,2020,16,51000,53000 +PSE,2020,17,50000,52000 +PSE,2020,18,50000,51000 +PSE,2021,0,67000,70000 +PSE,2021,1,66000,70000 +PSE,2021,2,67000,71000 +PSE,2021,3,68000,71000 +PSE,2021,4,68000,71000 +PSE,2021,5,68000,71000 +PSE,2021,6,68000,71000 +PSE,2021,7,67000,70000 +PSE,2021,8,66000,69000 +PSE,2021,9,65000,68000 +PSE,2021,10,63000,66000 +PSE,2021,11,61000,64000 +PSE,2021,12,60000,62000 +PSE,2021,13,58000,60000 +PSE,2021,14,56000,59000 +PSE,2021,15,55000,57000 +PSE,2021,16,53000,55000 +PSE,2021,17,51000,53000 +PSE,2021,18,50000,52000 +PSE,2022,0,69000,72000 +PSE,2022,1,69000,72000 +PSE,2022,2,67000,70000 +PSE,2022,3,67000,71000 +PSE,2022,4,68000,71000 +PSE,2022,5,68000,71000 +PSE,2022,6,68000,71000 +PSE,2022,7,67000,70000 +PSE,2022,8,67000,70000 +PSE,2022,9,66000,69000 +PSE,2022,10,65000,68000 +PSE,2022,11,63000,66000 +PSE,2022,12,61000,64000 +PSE,2022,13,60000,62000 +PSE,2022,14,58000,60000 +PSE,2022,15,56000,59000 +PSE,2022,16,55000,57000 +PSE,2022,17,53000,55000 +PSE,2022,18,51000,53000 +PSE,2023,0,70000,74000 +PSE,2023,1,70000,73000 +PSE,2023,2,69000,73000 +PSE,2023,3,67000,70000 +PSE,2023,4,67000,71000 +PSE,2023,5,68000,71000 +PSE,2023,6,68000,71000 +PSE,2023,7,67000,71000 +PSE,2023,8,67000,70000 +PSE,2023,9,67000,70000 +PSE,2023,10,66000,69000 +PSE,2023,11,65000,68000 +PSE,2023,12,63000,66000 +PSE,2023,13,61000,64000 +PSE,2023,14,59000,62000 +PSE,2023,15,58000,60000 +PSE,2023,16,56000,58000 +PSE,2023,17,54000,57000 +PSE,2023,18,53000,55000 +PSE,2024,0,72000,76000 +PSE,2024,1,71000,74000 +PSE,2024,2,70000,73000 +PSE,2024,3,69000,72000 +PSE,2024,4,67000,71000 +PSE,2024,5,67000,71000 +PSE,2024,6,67000,71000 +PSE,2024,7,67000,70000 +PSE,2024,8,67000,70000 +PSE,2024,9,67000,70000 +PSE,2024,10,67000,70000 +PSE,2024,11,66000,69000 +PSE,2024,12,65000,68000 +PSE,2024,13,63000,66000 +PSE,2024,14,61000,64000 +PSE,2024,15,59000,62000 +PSE,2024,16,58000,60000 +PSE,2024,17,56000,58000 +PSE,2024,18,54000,57000 +PSE,2025,0,73000,77000 +PSE,2025,1,71000,75000 +PSE,2025,2,70000,73000 +PSE,2025,3,69000,72000 +PSE,2025,4,68000,72000 +PSE,2025,5,68000,71000 +PSE,2025,6,67000,71000 +PSE,2025,7,67000,70000 +PSE,2025,8,67000,70000 +PSE,2025,9,67000,70000 +PSE,2025,10,67000,70000 +PSE,2025,11,66000,70000 +PSE,2025,12,66000,69000 +PSE,2025,13,65000,68000 +PSE,2025,14,63000,66000 +PSE,2025,15,61000,64000 +PSE,2025,16,59000,62000 +PSE,2025,17,58000,60000 +PSE,2025,18,56000,58000 +PSE,2026,0,74000,77000 +PSE,2026,1,73000,76000 +PSE,2026,2,71000,75000 +PSE,2026,3,70000,73000 +PSE,2026,4,69000,72000 +PSE,2026,5,68000,72000 +PSE,2026,6,68000,71000 +PSE,2026,7,67000,71000 +PSE,2026,8,67000,70000 +PSE,2026,9,67000,70000 +PSE,2026,10,67000,70000 +PSE,2026,11,66000,70000 +PSE,2026,12,66000,69000 +PSE,2026,13,66000,69000 +PSE,2026,14,65000,67000 +PSE,2026,15,63000,66000 +PSE,2026,16,61000,64000 +PSE,2026,17,59000,62000 +PSE,2026,18,57000,60000 +PSE,2027,0,74000,77000 +PSE,2027,1,72000,76000 +PSE,2027,2,72000,76000 +PSE,2027,3,71000,75000 +PSE,2027,4,70000,73000 +PSE,2027,5,69000,72000 +PSE,2027,6,68000,72000 +PSE,2027,7,68000,71000 +PSE,2027,8,67000,70000 +PSE,2027,9,67000,70000 +PSE,2027,10,67000,70000 +PSE,2027,11,67000,70000 +PSE,2027,12,66000,69000 +PSE,2027,13,66000,69000 +PSE,2027,14,66000,69000 +PSE,2027,15,64000,67000 +PSE,2027,16,63000,65000 +PSE,2027,17,61000,64000 +PSE,2027,18,59000,62000 +PSE,2028,0,73000,77000 +PSE,2028,1,72000,76000 +PSE,2028,2,71000,75000 +PSE,2028,3,72000,75000 +PSE,2028,4,71000,74000 +PSE,2028,5,70000,73000 +PSE,2028,6,69000,73000 +PSE,2028,7,69000,72000 +PSE,2028,8,68000,71000 +PSE,2028,9,67000,70000 +PSE,2028,10,67000,70000 +PSE,2028,11,67000,70000 +PSE,2028,12,66000,70000 +PSE,2028,13,66000,69000 +PSE,2028,14,66000,69000 +PSE,2028,15,66000,69000 +PSE,2028,16,64000,67000 +PSE,2028,17,63000,65000 +PSE,2028,18,61000,64000 +PSE,2029,0,73000,76000 +PSE,2029,1,72000,76000 +PSE,2029,2,72000,75000 +PSE,2029,3,72000,75000 +PSE,2029,4,72000,75000 +PSE,2029,5,71000,74000 +PSE,2029,6,70000,73000 +PSE,2029,7,69000,73000 +PSE,2029,8,69000,72000 +PSE,2029,9,68000,71000 +PSE,2029,10,67000,70000 +PSE,2029,11,67000,70000 +PSE,2029,12,66000,70000 +PSE,2029,13,66000,69000 +PSE,2029,14,66000,69000 +PSE,2029,15,66000,69000 +PSE,2029,16,66000,69000 +PSE,2029,17,64000,67000 +PSE,2029,18,63000,65000 +PSE,2030,0,73000,76000 +PSE,2030,1,73000,76000 +PSE,2030,2,72000,76000 +PSE,2030,3,72000,76000 +PSE,2030,4,72000,75000 +PSE,2030,5,71000,75000 +PSE,2030,6,71000,74000 +PSE,2030,7,70000,73000 +PSE,2030,8,69000,73000 +PSE,2030,9,69000,72000 +PSE,2030,10,68000,71000 +PSE,2030,11,67000,70000 +PSE,2030,12,66000,70000 +PSE,2030,13,66000,69000 +PSE,2030,14,66000,69000 +PSE,2030,15,66000,69000 +PSE,2030,16,66000,69000 +PSE,2030,17,66000,69000 +PSE,2030,18,64000,67000 +PSE,2031,0,73000,77000 +PSE,2031,1,73000,76000 +PSE,2031,2,73000,76000 +PSE,2031,3,72000,76000 +PSE,2031,4,72000,75000 +PSE,2031,5,72000,75000 +PSE,2031,6,71000,75000 +PSE,2031,7,71000,74000 +PSE,2031,8,70000,73000 +PSE,2031,9,69000,73000 +PSE,2031,10,69000,72000 +PSE,2031,11,68000,71000 +PSE,2031,12,67000,70000 +PSE,2031,13,66000,70000 +PSE,2031,14,66000,69000 +PSE,2031,15,66000,69000 +PSE,2031,16,66000,69000 +PSE,2031,17,66000,69000 +PSE,2031,18,66000,68000 +PSE,2032,0,74000,77000 +PSE,2032,1,73000,77000 +PSE,2032,2,73000,76000 +PSE,2032,3,73000,76000 +PSE,2032,4,72000,76000 +PSE,2032,5,72000,75000 +PSE,2032,6,71000,75000 +PSE,2032,7,71000,74000 +PSE,2032,8,71000,74000 +PSE,2032,9,70000,73000 +PSE,2032,10,69000,73000 +PSE,2032,11,69000,72000 +PSE,2032,12,68000,71000 +PSE,2032,13,67000,70000 +PSE,2032,14,66000,70000 +PSE,2032,15,66000,69000 +PSE,2032,16,66000,69000 +PSE,2032,17,66000,69000 +PSE,2032,18,66000,69000 +PSE,2033,0,74000,78000 +PSE,2033,1,74000,78000 +PSE,2033,2,74000,77000 +PSE,2033,3,73000,76000 +PSE,2033,4,72000,76000 +PSE,2033,5,72000,76000 +PSE,2033,6,72000,75000 +PSE,2033,7,71000,75000 +PSE,2033,8,71000,74000 +PSE,2033,9,70000,74000 +PSE,2033,10,70000,73000 +PSE,2033,11,69000,73000 +PSE,2033,12,69000,72000 +PSE,2033,13,68000,71000 +PSE,2033,14,67000,70000 +PSE,2033,15,66000,69000 +PSE,2033,16,66000,69000 +PSE,2033,17,66000,69000 +PSE,2033,18,66000,69000 +PSE,2034,0,75000,79000 +PSE,2034,1,75000,78000 +PSE,2034,2,74000,78000 +PSE,2034,3,73000,77000 +PSE,2034,4,73000,76000 +PSE,2034,5,72000,76000 +PSE,2034,6,72000,75000 +PSE,2034,7,72000,75000 +PSE,2034,8,71000,75000 +PSE,2034,9,71000,74000 +PSE,2034,10,70000,74000 +PSE,2034,11,70000,73000 +PSE,2034,12,69000,72000 +PSE,2034,13,68000,72000 +PSE,2034,14,68000,71000 +PSE,2034,15,67000,70000 +PSE,2034,16,66000,69000 +PSE,2034,17,66000,69000 +PSE,2034,18,66000,69000 +PSE,2035,0,76000,79000 +PSE,2035,1,75000,79000 +PSE,2035,2,74000,78000 +PSE,2035,3,74000,77000 +PSE,2035,4,73000,77000 +PSE,2035,5,73000,76000 +PSE,2035,6,72000,76000 +PSE,2035,7,72000,75000 +PSE,2035,8,71000,75000 +PSE,2035,9,71000,74000 +PSE,2035,10,71000,74000 +PSE,2035,11,70000,74000 +PSE,2035,12,70000,73000 +PSE,2035,13,69000,72000 +PSE,2035,14,68000,72000 +PSE,2035,15,68000,71000 +PSE,2035,16,67000,70000 +PSE,2035,17,66000,69000 +PSE,2035,18,66000,69000 +PSE,2036,0,76000,80000 +PSE,2036,1,76000,79000 +PSE,2036,2,75000,79000 +PSE,2036,3,74000,78000 +PSE,2036,4,74000,77000 +PSE,2036,5,73000,77000 +PSE,2036,6,73000,76000 +PSE,2036,7,72000,76000 +PSE,2036,8,72000,75000 +PSE,2036,9,71000,75000 +PSE,2036,10,71000,74000 +PSE,2036,11,71000,74000 +PSE,2036,12,70000,74000 +PSE,2036,13,70000,73000 +PSE,2036,14,69000,72000 +PSE,2036,15,68000,72000 +PSE,2036,16,68000,71000 +PSE,2036,17,67000,70000 +PSE,2036,18,66000,69000 +PSE,2037,0,76000,80000 +PSE,2037,1,76000,79000 +PSE,2037,2,75000,79000 +PSE,2037,3,75000,78000 +PSE,2037,4,74000,78000 +PSE,2037,5,74000,77000 +PSE,2037,6,73000,77000 +PSE,2037,7,73000,76000 +PSE,2037,8,72000,76000 +PSE,2037,9,72000,75000 +PSE,2037,10,71000,75000 +PSE,2037,11,71000,74000 +PSE,2037,12,70000,74000 +PSE,2037,13,70000,73000 +PSE,2037,14,70000,73000 +PSE,2037,15,69000,72000 +PSE,2037,16,68000,72000 +PSE,2037,17,68000,71000 +PSE,2037,18,67000,70000 +PSE,2038,0,76000,80000 +PSE,2038,1,76000,80000 +PSE,2038,2,75000,79000 +PSE,2038,3,75000,79000 +PSE,2038,4,75000,78000 +PSE,2038,5,74000,78000 +PSE,2038,6,74000,77000 +PSE,2038,7,73000,77000 +PSE,2038,8,73000,76000 +PSE,2038,9,72000,76000 +PSE,2038,10,72000,75000 +PSE,2038,11,71000,75000 +PSE,2038,12,71000,74000 +PSE,2038,13,70000,74000 +PSE,2038,14,70000,73000 +PSE,2038,15,70000,73000 +PSE,2038,16,69000,72000 +PSE,2038,17,68000,71000 +PSE,2038,18,67000,71000 +PSE,2039,0,77000,80000 +PSE,2039,1,76000,80000 +PSE,2039,2,76000,80000 +PSE,2039,3,75000,79000 +PSE,2039,4,75000,79000 +PSE,2039,5,75000,78000 +PSE,2039,6,74000,78000 +PSE,2039,7,74000,77000 +PSE,2039,8,73000,77000 +PSE,2039,9,73000,76000 +PSE,2039,10,72000,76000 +PSE,2039,11,72000,75000 +PSE,2039,12,71000,75000 +PSE,2039,13,71000,74000 +PSE,2039,14,70000,74000 +PSE,2039,15,70000,73000 +PSE,2039,16,70000,73000 +PSE,2039,17,69000,72000 +PSE,2039,18,68000,71000 +PSE,2040,0,77000,81000 +PSE,2040,1,76000,80000 +PSE,2040,2,76000,80000 +PSE,2040,3,76000,79000 +PSE,2040,4,75000,79000 +PSE,2040,5,75000,79000 +PSE,2040,6,74000,78000 +PSE,2040,7,74000,78000 +PSE,2040,8,74000,77000 +PSE,2040,9,73000,77000 +PSE,2040,10,73000,76000 +PSE,2040,11,72000,75000 +PSE,2040,12,71000,75000 +PSE,2040,13,71000,74000 +PSE,2040,14,71000,74000 +PSE,2040,15,70000,74000 +PSE,2040,16,70000,73000 +PSE,2040,17,69000,73000 +PSE,2040,18,69000,72000 +PSE,2041,0,77000,81000 +PSE,2041,1,77000,80000 +PSE,2041,2,76000,80000 +PSE,2041,3,76000,80000 +PSE,2041,4,76000,79000 +PSE,2041,5,75000,79000 +PSE,2041,6,75000,79000 +PSE,2041,7,74000,78000 +PSE,2041,8,74000,78000 +PSE,2041,9,73000,77000 +PSE,2041,10,73000,77000 +PSE,2041,11,72000,76000 +PSE,2041,12,72000,75000 +PSE,2041,13,71000,75000 +PSE,2041,14,71000,74000 +PSE,2041,15,71000,74000 +PSE,2041,16,70000,74000 +PSE,2041,17,70000,73000 +PSE,2041,18,69000,73000 +PSE,2042,0,77000,81000 +PSE,2042,1,77000,81000 +PSE,2042,2,77000,80000 +PSE,2042,3,76000,80000 +PSE,2042,4,76000,80000 +PSE,2042,5,76000,79000 +PSE,2042,6,75000,79000 +PSE,2042,7,75000,78000 +PSE,2042,8,74000,78000 +PSE,2042,9,74000,78000 +PSE,2042,10,73000,77000 +PSE,2042,11,73000,76000 +PSE,2042,12,72000,76000 +PSE,2042,13,72000,75000 +PSE,2042,14,71000,75000 +PSE,2042,15,71000,74000 +PSE,2042,16,71000,74000 +PSE,2042,17,70000,74000 +PSE,2042,18,70000,73000 +PSE,2043,0,77000,81000 +PSE,2043,1,77000,81000 +PSE,2043,2,77000,81000 +PSE,2043,3,77000,80000 +PSE,2043,4,76000,80000 +PSE,2043,5,76000,80000 +PSE,2043,6,76000,79000 +PSE,2043,7,75000,79000 +PSE,2043,8,75000,78000 +PSE,2043,9,74000,78000 +PSE,2043,10,74000,77000 +PSE,2043,11,73000,77000 +PSE,2043,12,73000,76000 +PSE,2043,13,72000,76000 +PSE,2043,14,72000,75000 +PSE,2043,15,71000,75000 +PSE,2043,16,71000,74000 +PSE,2043,17,71000,74000 +PSE,2043,18,70000,73000 +PSE,2044,0,78000,81000 +PSE,2044,1,77000,81000 +PSE,2044,2,77000,81000 +PSE,2044,3,77000,81000 +PSE,2044,4,76000,80000 +PSE,2044,5,76000,80000 +PSE,2044,6,76000,80000 +PSE,2044,7,75000,79000 +PSE,2044,8,75000,79000 +PSE,2044,9,75000,78000 +PSE,2044,10,74000,78000 +PSE,2044,11,74000,77000 +PSE,2044,12,73000,77000 +PSE,2044,13,73000,76000 +PSE,2044,14,72000,76000 +PSE,2044,15,72000,75000 +PSE,2044,16,71000,75000 +PSE,2044,17,71000,74000 +PSE,2044,18,70000,74000 +PSE,2045,0,78000,82000 +PSE,2045,1,78000,81000 +PSE,2045,2,77000,81000 +PSE,2045,3,77000,81000 +PSE,2045,4,77000,81000 +PSE,2045,5,76000,80000 +PSE,2045,6,76000,80000 +PSE,2045,7,76000,79000 +PSE,2045,8,75000,79000 +PSE,2045,9,75000,79000 +PSE,2045,10,75000,78000 +PSE,2045,11,74000,78000 +PSE,2045,12,74000,77000 +PSE,2045,13,73000,77000 +PSE,2045,14,73000,76000 +PSE,2045,15,72000,76000 +PSE,2045,16,72000,75000 +PSE,2045,17,71000,75000 +PSE,2045,18,71000,74000 +PSE,2046,0,78000,82000 +PSE,2046,1,78000,82000 +PSE,2046,2,77000,81000 +PSE,2046,3,77000,81000 +PSE,2046,4,77000,81000 +PSE,2046,5,77000,80000 +PSE,2046,6,76000,80000 +PSE,2046,7,76000,80000 +PSE,2046,8,76000,79000 +PSE,2046,9,75000,79000 +PSE,2046,10,75000,79000 +PSE,2046,11,75000,78000 +PSE,2046,12,74000,78000 +PSE,2046,13,74000,77000 +PSE,2046,14,73000,77000 +PSE,2046,15,73000,76000 +PSE,2046,16,72000,76000 +PSE,2046,17,72000,75000 +PSE,2046,18,71000,75000 +PSE,2047,0,78000,82000 +PSE,2047,1,78000,82000 +PSE,2047,2,78000,82000 +PSE,2047,3,77000,81000 +PSE,2047,4,77000,81000 +PSE,2047,5,77000,81000 +PSE,2047,6,77000,80000 +PSE,2047,7,76000,80000 +PSE,2047,8,76000,80000 +PSE,2047,9,76000,79000 +PSE,2047,10,75000,79000 +PSE,2047,11,75000,79000 +PSE,2047,12,74000,78000 +PSE,2047,13,74000,78000 +PSE,2047,14,74000,77000 +PSE,2047,15,73000,77000 +PSE,2047,16,73000,76000 +PSE,2047,17,72000,76000 +PSE,2047,18,72000,75000 +PSE,2048,0,78000,82000 +PSE,2048,1,78000,82000 +PSE,2048,2,78000,82000 +PSE,2048,3,78000,81000 +PSE,2048,4,77000,81000 +PSE,2048,5,77000,81000 +PSE,2048,6,77000,81000 +PSE,2048,7,77000,80000 +PSE,2048,8,76000,80000 +PSE,2048,9,76000,80000 +PSE,2048,10,76000,79000 +PSE,2048,11,75000,79000 +PSE,2048,12,75000,79000 +PSE,2048,13,74000,78000 +PSE,2048,14,74000,78000 +PSE,2048,15,74000,77000 +PSE,2048,16,73000,77000 +PSE,2048,17,73000,76000 +PSE,2048,18,72000,76000 +PSE,2049,0,78000,82000 +PSE,2049,1,78000,82000 +PSE,2049,2,78000,82000 +PSE,2049,3,78000,82000 +PSE,2049,4,77000,81000 +PSE,2049,5,77000,81000 +PSE,2049,6,77000,81000 +PSE,2049,7,77000,81000 +PSE,2049,8,76000,80000 +PSE,2049,9,76000,80000 +PSE,2049,10,76000,80000 +PSE,2049,11,75000,79000 +PSE,2049,12,75000,79000 +PSE,2049,13,75000,78000 +PSE,2049,14,74000,78000 +PSE,2049,15,74000,78000 +PSE,2049,16,73000,77000 +PSE,2049,17,73000,77000 +PSE,2049,18,72000,76000 +PSE,2050,0,78000,82000 +PSE,2050,1,78000,82000 +PSE,2050,2,78000,82000 +PSE,2050,3,78000,82000 +PSE,2050,4,78000,81000 +PSE,2050,5,77000,81000 +PSE,2050,6,77000,81000 +PSE,2050,7,77000,81000 +PSE,2050,8,77000,81000 +PSE,2050,9,76000,80000 +PSE,2050,10,76000,80000 +PSE,2050,11,76000,80000 +PSE,2050,12,75000,79000 +PSE,2050,13,75000,79000 +PSE,2050,14,75000,78000 +PSE,2050,15,74000,78000 +PSE,2050,16,74000,77000 +PSE,2050,17,73000,77000 +PSE,2050,18,73000,76000 +PSS,1990,0,, +PSS,1990,1,, +PSS,1990,2,, +PSS,1990,3,, +PSS,1990,4,, +PSS,1990,5,, +PSS,1990,6,, +PSS,1990,7,, +PSS,1990,8,, +PSS,1990,9,, +PSS,1990,10,, +PSS,1990,11,, +PSS,1990,12,, +PSS,1990,13,, +PSS,1990,14,, +PSS,1990,15,, +PSS,1990,16,, +PSS,1990,17,, +PSS,1990,18,, +PSS,1991,0,, +PSS,1991,1,, +PSS,1991,2,, +PSS,1991,3,, +PSS,1991,4,, +PSS,1991,5,, +PSS,1991,6,, +PSS,1991,7,, +PSS,1991,8,, +PSS,1991,9,, +PSS,1991,10,, +PSS,1991,11,, +PSS,1991,12,, +PSS,1991,13,, +PSS,1991,14,, +PSS,1991,15,, +PSS,1991,16,, +PSS,1991,17,, +PSS,1991,18,, +PSS,1992,0,, +PSS,1992,1,, +PSS,1992,2,, +PSS,1992,3,, +PSS,1992,4,, +PSS,1992,5,, +PSS,1992,6,, +PSS,1992,7,, +PSS,1992,8,, +PSS,1992,9,, +PSS,1992,10,, +PSS,1992,11,, +PSS,1992,12,, +PSS,1992,13,, +PSS,1992,14,, +PSS,1992,15,, +PSS,1992,16,, +PSS,1992,17,, +PSS,1992,18,, +PSS,1993,0,, +PSS,1993,1,, +PSS,1993,2,, +PSS,1993,3,, +PSS,1993,4,, +PSS,1993,5,, +PSS,1993,6,, +PSS,1993,7,, +PSS,1993,8,, +PSS,1993,9,, +PSS,1993,10,, +PSS,1993,11,, +PSS,1993,12,, +PSS,1993,13,, +PSS,1993,14,, +PSS,1993,15,, +PSS,1993,16,, +PSS,1993,17,, +PSS,1993,18,, +PSS,1994,0,, +PSS,1994,1,, +PSS,1994,2,, +PSS,1994,3,, +PSS,1994,4,, +PSS,1994,5,, +PSS,1994,6,, +PSS,1994,7,, +PSS,1994,8,, +PSS,1994,9,, +PSS,1994,10,, +PSS,1994,11,, +PSS,1994,12,, +PSS,1994,13,, +PSS,1994,14,, +PSS,1994,15,, +PSS,1994,16,, +PSS,1994,17,, +PSS,1994,18,, +PSS,1995,0,, +PSS,1995,1,, +PSS,1995,2,, +PSS,1995,3,, +PSS,1995,4,, +PSS,1995,5,, +PSS,1995,6,, +PSS,1995,7,, +PSS,1995,8,, +PSS,1995,9,, +PSS,1995,10,, +PSS,1995,11,, +PSS,1995,12,, +PSS,1995,13,, +PSS,1995,14,, +PSS,1995,15,, +PSS,1995,16,, +PSS,1995,17,, +PSS,1995,18,, +PSS,1996,0,, +PSS,1996,1,, +PSS,1996,2,, +PSS,1996,3,, +PSS,1996,4,, +PSS,1996,5,, +PSS,1996,6,, +PSS,1996,7,, +PSS,1996,8,, +PSS,1996,9,, +PSS,1996,10,, +PSS,1996,11,, +PSS,1996,12,, +PSS,1996,13,, +PSS,1996,14,, +PSS,1996,15,, +PSS,1996,16,, +PSS,1996,17,, +PSS,1996,18,, +PSS,1997,0,, +PSS,1997,1,, +PSS,1997,2,, +PSS,1997,3,, +PSS,1997,4,, +PSS,1997,5,, +PSS,1997,6,, +PSS,1997,7,, +PSS,1997,8,, +PSS,1997,9,, +PSS,1997,10,, +PSS,1997,11,, +PSS,1997,12,, +PSS,1997,13,, +PSS,1997,14,, +PSS,1997,15,, +PSS,1997,16,, +PSS,1997,17,, +PSS,1997,18,, +PSS,1998,0,, +PSS,1998,1,, +PSS,1998,2,, +PSS,1998,3,, +PSS,1998,4,, +PSS,1998,5,, +PSS,1998,6,, +PSS,1998,7,, +PSS,1998,8,, +PSS,1998,9,, +PSS,1998,10,, +PSS,1998,11,, +PSS,1998,12,, +PSS,1998,13,, +PSS,1998,14,, +PSS,1998,15,, +PSS,1998,16,, +PSS,1998,17,, +PSS,1998,18,, +PSS,1999,0,, +PSS,1999,1,, +PSS,1999,2,, +PSS,1999,3,, +PSS,1999,4,, +PSS,1999,5,, +PSS,1999,6,, +PSS,1999,7,, +PSS,1999,8,, +PSS,1999,9,, +PSS,1999,10,, +PSS,1999,11,, +PSS,1999,12,, +PSS,1999,13,, +PSS,1999,14,, +PSS,1999,15,, +PSS,1999,16,, +PSS,1999,17,, +PSS,1999,18,, +PSS,2000,0,, +PSS,2000,1,, +PSS,2000,2,, +PSS,2000,3,, +PSS,2000,4,, +PSS,2000,5,, +PSS,2000,6,, +PSS,2000,7,, +PSS,2000,8,, +PSS,2000,9,, +PSS,2000,10,, +PSS,2000,11,, +PSS,2000,12,, +PSS,2000,13,, +PSS,2000,14,, +PSS,2000,15,, +PSS,2000,16,, +PSS,2000,17,, +PSS,2000,18,, +PSS,2001,0,, +PSS,2001,1,, +PSS,2001,2,, +PSS,2001,3,, +PSS,2001,4,, +PSS,2001,5,, +PSS,2001,6,, +PSS,2001,7,, +PSS,2001,8,, +PSS,2001,9,, +PSS,2001,10,, +PSS,2001,11,, +PSS,2001,12,, +PSS,2001,13,, +PSS,2001,14,, +PSS,2001,15,, +PSS,2001,16,, +PSS,2001,17,, +PSS,2001,18,, +PSS,2002,0,, +PSS,2002,1,, +PSS,2002,2,, +PSS,2002,3,, +PSS,2002,4,, +PSS,2002,5,, +PSS,2002,6,, +PSS,2002,7,, +PSS,2002,8,, +PSS,2002,9,, +PSS,2002,10,, +PSS,2002,11,, +PSS,2002,12,, +PSS,2002,13,, +PSS,2002,14,, +PSS,2002,15,, +PSS,2002,16,, +PSS,2002,17,, +PSS,2002,18,, +PSS,2003,0,, +PSS,2003,1,, +PSS,2003,2,, +PSS,2003,3,, +PSS,2003,4,, +PSS,2003,5,, +PSS,2003,6,, +PSS,2003,7,, +PSS,2003,8,, +PSS,2003,9,, +PSS,2003,10,, +PSS,2003,11,, +PSS,2003,12,, +PSS,2003,13,, +PSS,2003,14,, +PSS,2003,15,, +PSS,2003,16,, +PSS,2003,17,, +PSS,2003,18,, +PSS,2004,0,, +PSS,2004,1,, +PSS,2004,2,, +PSS,2004,3,, +PSS,2004,4,, +PSS,2004,5,, +PSS,2004,6,, +PSS,2004,7,, +PSS,2004,8,, +PSS,2004,9,, +PSS,2004,10,, +PSS,2004,11,, +PSS,2004,12,, +PSS,2004,13,, +PSS,2004,14,, +PSS,2004,15,, +PSS,2004,16,, +PSS,2004,17,, +PSS,2004,18,, +PSS,2005,0,, +PSS,2005,1,, +PSS,2005,2,, +PSS,2005,3,, +PSS,2005,4,, +PSS,2005,5,, +PSS,2005,6,, +PSS,2005,7,, +PSS,2005,8,, +PSS,2005,9,, +PSS,2005,10,, +PSS,2005,11,, +PSS,2005,12,, +PSS,2005,13,, +PSS,2005,14,, +PSS,2005,15,, +PSS,2005,16,, +PSS,2005,17,, +PSS,2005,18,, +PSS,2006,0,, +PSS,2006,1,, +PSS,2006,2,, +PSS,2006,3,, +PSS,2006,4,, +PSS,2006,5,, +PSS,2006,6,, +PSS,2006,7,, +PSS,2006,8,, +PSS,2006,9,, +PSS,2006,10,, +PSS,2006,11,, +PSS,2006,12,, +PSS,2006,13,, +PSS,2006,14,, +PSS,2006,15,, +PSS,2006,16,, +PSS,2006,17,, +PSS,2006,18,, +PSS,2007,0,, +PSS,2007,1,, +PSS,2007,2,, +PSS,2007,3,, +PSS,2007,4,, +PSS,2007,5,, +PSS,2007,6,, +PSS,2007,7,, +PSS,2007,8,, +PSS,2007,9,, +PSS,2007,10,, +PSS,2007,11,, +PSS,2007,12,, +PSS,2007,13,, +PSS,2007,14,, +PSS,2007,15,, +PSS,2007,16,, +PSS,2007,17,, +PSS,2007,18,, +PSS,2008,0,, +PSS,2008,1,, +PSS,2008,2,, +PSS,2008,3,, +PSS,2008,4,, +PSS,2008,5,, +PSS,2008,6,, +PSS,2008,7,, +PSS,2008,8,, +PSS,2008,9,, +PSS,2008,10,, +PSS,2008,11,, +PSS,2008,12,, +PSS,2008,13,, +PSS,2008,14,, +PSS,2008,15,, +PSS,2008,16,, +PSS,2008,17,, +PSS,2008,18,, +PSS,2009,0,, +PSS,2009,1,, +PSS,2009,2,, +PSS,2009,3,, +PSS,2009,4,, +PSS,2009,5,, +PSS,2009,6,, +PSS,2009,7,, +PSS,2009,8,, +PSS,2009,9,, +PSS,2009,10,, +PSS,2009,11,, +PSS,2009,12,, +PSS,2009,13,, +PSS,2009,14,, +PSS,2009,15,, +PSS,2009,16,, +PSS,2009,17,, +PSS,2009,18,, +PSS,2010,0,, +PSS,2010,1,, +PSS,2010,2,, +PSS,2010,3,, +PSS,2010,4,, +PSS,2010,5,, +PSS,2010,6,, +PSS,2010,7,, +PSS,2010,8,, +PSS,2010,9,, +PSS,2010,10,, +PSS,2010,11,, +PSS,2010,12,, +PSS,2010,13,, +PSS,2010,14,, +PSS,2010,15,, +PSS,2010,16,, +PSS,2010,17,, +PSS,2010,18,, +PSS,2011,0,, +PSS,2011,1,, +PSS,2011,2,, +PSS,2011,3,, +PSS,2011,4,, +PSS,2011,5,, +PSS,2011,6,, +PSS,2011,7,, +PSS,2011,8,, +PSS,2011,9,, +PSS,2011,10,, +PSS,2011,11,, +PSS,2011,12,, +PSS,2011,13,, +PSS,2011,14,, +PSS,2011,15,, +PSS,2011,16,, +PSS,2011,17,, +PSS,2011,18,, +PSS,2012,0,, +PSS,2012,1,, +PSS,2012,2,, +PSS,2012,3,, +PSS,2012,4,, +PSS,2012,5,, +PSS,2012,6,, +PSS,2012,7,, +PSS,2012,8,, +PSS,2012,9,, +PSS,2012,10,, +PSS,2012,11,, +PSS,2012,12,, +PSS,2012,13,, +PSS,2012,14,, +PSS,2012,15,, +PSS,2012,16,, +PSS,2012,17,, +PSS,2012,18,, +PSS,2013,0,, +PSS,2013,1,, +PSS,2013,2,, +PSS,2013,3,, +PSS,2013,4,, +PSS,2013,5,, +PSS,2013,6,, +PSS,2013,7,, +PSS,2013,8,, +PSS,2013,9,, +PSS,2013,10,, +PSS,2013,11,, +PSS,2013,12,, +PSS,2013,13,, +PSS,2013,14,, +PSS,2013,15,, +PSS,2013,16,, +PSS,2013,17,, +PSS,2013,18,, +PSS,2014,0,, +PSS,2014,1,, +PSS,2014,2,, +PSS,2014,3,, +PSS,2014,4,, +PSS,2014,5,, +PSS,2014,6,, +PSS,2014,7,, +PSS,2014,8,, +PSS,2014,9,, +PSS,2014,10,, +PSS,2014,11,, +PSS,2014,12,, +PSS,2014,13,, +PSS,2014,14,, +PSS,2014,15,, +PSS,2014,16,, +PSS,2014,17,, +PSS,2014,18,, +PSS,2015,0,, +PSS,2015,1,, +PSS,2015,2,, +PSS,2015,3,, +PSS,2015,4,, +PSS,2015,5,, +PSS,2015,6,, +PSS,2015,7,, +PSS,2015,8,, +PSS,2015,9,, +PSS,2015,10,, +PSS,2015,11,, +PSS,2015,12,, +PSS,2015,13,, +PSS,2015,14,, +PSS,2015,15,, +PSS,2015,16,, +PSS,2015,17,, +PSS,2015,18,, +PSS,2016,0,, +PSS,2016,1,, +PSS,2016,2,, +PSS,2016,3,, +PSS,2016,4,, +PSS,2016,5,, +PSS,2016,6,, +PSS,2016,7,, +PSS,2016,8,, +PSS,2016,9,, +PSS,2016,10,, +PSS,2016,11,, +PSS,2016,12,, +PSS,2016,13,, +PSS,2016,14,, +PSS,2016,15,, +PSS,2016,16,, +PSS,2016,17,, +PSS,2016,18,, +PSS,2017,0,, +PSS,2017,1,, +PSS,2017,2,, +PSS,2017,3,, +PSS,2017,4,, +PSS,2017,5,, +PSS,2017,6,, +PSS,2017,7,, +PSS,2017,8,, +PSS,2017,9,, +PSS,2017,10,, +PSS,2017,11,, +PSS,2017,12,, +PSS,2017,13,, +PSS,2017,14,, +PSS,2017,15,, +PSS,2017,16,, +PSS,2017,17,, +PSS,2017,18,, +PSS,2018,0,, +PSS,2018,1,, +PSS,2018,2,, +PSS,2018,3,, +PSS,2018,4,, +PSS,2018,5,, +PSS,2018,6,, +PSS,2018,7,, +PSS,2018,8,, +PSS,2018,9,, +PSS,2018,10,, +PSS,2018,11,, +PSS,2018,12,, +PSS,2018,13,, +PSS,2018,14,, +PSS,2018,15,, +PSS,2018,16,, +PSS,2018,17,, +PSS,2018,18,, +PSS,2019,0,, +PSS,2019,1,, +PSS,2019,2,, +PSS,2019,3,, +PSS,2019,4,, +PSS,2019,5,, +PSS,2019,6,, +PSS,2019,7,, +PSS,2019,8,, +PSS,2019,9,, +PSS,2019,10,, +PSS,2019,11,, +PSS,2019,12,, +PSS,2019,13,, +PSS,2019,14,, +PSS,2019,15,, +PSS,2019,16,, +PSS,2019,17,, +PSS,2019,18,, +PSS,2020,0,, +PSS,2020,1,, +PSS,2020,2,, +PSS,2020,3,, +PSS,2020,4,, +PSS,2020,5,, +PSS,2020,6,, +PSS,2020,7,, +PSS,2020,8,, +PSS,2020,9,, +PSS,2020,10,, +PSS,2020,11,, +PSS,2020,12,, +PSS,2020,13,, +PSS,2020,14,, +PSS,2020,15,, +PSS,2020,16,, +PSS,2020,17,, +PSS,2020,18,, +PSS,2021,0,, +PSS,2021,1,, +PSS,2021,2,, +PSS,2021,3,, +PSS,2021,4,, +PSS,2021,5,, +PSS,2021,6,, +PSS,2021,7,, +PSS,2021,8,, +PSS,2021,9,, +PSS,2021,10,, +PSS,2021,11,, +PSS,2021,12,, +PSS,2021,13,, +PSS,2021,14,, +PSS,2021,15,, +PSS,2021,16,, +PSS,2021,17,, +PSS,2021,18,, +PSS,2022,0,, +PSS,2022,1,, +PSS,2022,2,, +PSS,2022,3,, +PSS,2022,4,, +PSS,2022,5,, +PSS,2022,6,, +PSS,2022,7,, +PSS,2022,8,, +PSS,2022,9,, +PSS,2022,10,, +PSS,2022,11,, +PSS,2022,12,, +PSS,2022,13,, +PSS,2022,14,, +PSS,2022,15,, +PSS,2022,16,, +PSS,2022,17,, +PSS,2022,18,, +PSS,2023,0,, +PSS,2023,1,, +PSS,2023,2,, +PSS,2023,3,, +PSS,2023,4,, +PSS,2023,5,, +PSS,2023,6,, +PSS,2023,7,, +PSS,2023,8,, +PSS,2023,9,, +PSS,2023,10,, +PSS,2023,11,, +PSS,2023,12,, +PSS,2023,13,, +PSS,2023,14,, +PSS,2023,15,, +PSS,2023,16,, +PSS,2023,17,, +PSS,2023,18,, +PSS,2024,0,, +PSS,2024,1,, +PSS,2024,2,, +PSS,2024,3,, +PSS,2024,4,, +PSS,2024,5,, +PSS,2024,6,, +PSS,2024,7,, +PSS,2024,8,, +PSS,2024,9,, +PSS,2024,10,, +PSS,2024,11,, +PSS,2024,12,, +PSS,2024,13,, +PSS,2024,14,, +PSS,2024,15,, +PSS,2024,16,, +PSS,2024,17,, +PSS,2024,18,, +PSS,2025,0,, +PSS,2025,1,, +PSS,2025,2,, +PSS,2025,3,, +PSS,2025,4,, +PSS,2025,5,, +PSS,2025,6,, +PSS,2025,7,, +PSS,2025,8,, +PSS,2025,9,, +PSS,2025,10,, +PSS,2025,11,, +PSS,2025,12,, +PSS,2025,13,, +PSS,2025,14,, +PSS,2025,15,, +PSS,2025,16,, +PSS,2025,17,, +PSS,2025,18,, +PSS,2026,0,, +PSS,2026,1,, +PSS,2026,2,, +PSS,2026,3,, +PSS,2026,4,, +PSS,2026,5,, +PSS,2026,6,, +PSS,2026,7,, +PSS,2026,8,, +PSS,2026,9,, +PSS,2026,10,, +PSS,2026,11,, +PSS,2026,12,, +PSS,2026,13,, +PSS,2026,14,, +PSS,2026,15,, +PSS,2026,16,, +PSS,2026,17,, +PSS,2026,18,, +PSS,2027,0,, +PSS,2027,1,, +PSS,2027,2,, +PSS,2027,3,, +PSS,2027,4,, +PSS,2027,5,, +PSS,2027,6,, +PSS,2027,7,, +PSS,2027,8,, +PSS,2027,9,, +PSS,2027,10,, +PSS,2027,11,, +PSS,2027,12,, +PSS,2027,13,, +PSS,2027,14,, +PSS,2027,15,, +PSS,2027,16,, +PSS,2027,17,, +PSS,2027,18,, +PSS,2028,0,, +PSS,2028,1,, +PSS,2028,2,, +PSS,2028,3,, +PSS,2028,4,, +PSS,2028,5,, +PSS,2028,6,, +PSS,2028,7,, +PSS,2028,8,, +PSS,2028,9,, +PSS,2028,10,, +PSS,2028,11,, +PSS,2028,12,, +PSS,2028,13,, +PSS,2028,14,, +PSS,2028,15,, +PSS,2028,16,, +PSS,2028,17,, +PSS,2028,18,, +PSS,2029,0,, +PSS,2029,1,, +PSS,2029,2,, +PSS,2029,3,, +PSS,2029,4,, +PSS,2029,5,, +PSS,2029,6,, +PSS,2029,7,, +PSS,2029,8,, +PSS,2029,9,, +PSS,2029,10,, +PSS,2029,11,, +PSS,2029,12,, +PSS,2029,13,, +PSS,2029,14,, +PSS,2029,15,, +PSS,2029,16,, +PSS,2029,17,, +PSS,2029,18,, +PSS,2030,0,, +PSS,2030,1,, +PSS,2030,2,, +PSS,2030,3,, +PSS,2030,4,, +PSS,2030,5,, +PSS,2030,6,, +PSS,2030,7,, +PSS,2030,8,, +PSS,2030,9,, +PSS,2030,10,, +PSS,2030,11,, +PSS,2030,12,, +PSS,2030,13,, +PSS,2030,14,, +PSS,2030,15,, +PSS,2030,16,, +PSS,2030,17,, +PSS,2030,18,, +PSS,2031,0,, +PSS,2031,1,, +PSS,2031,2,, +PSS,2031,3,, +PSS,2031,4,, +PSS,2031,5,, +PSS,2031,6,, +PSS,2031,7,, +PSS,2031,8,, +PSS,2031,9,, +PSS,2031,10,, +PSS,2031,11,, +PSS,2031,12,, +PSS,2031,13,, +PSS,2031,14,, +PSS,2031,15,, +PSS,2031,16,, +PSS,2031,17,, +PSS,2031,18,, +PSS,2032,0,, +PSS,2032,1,, +PSS,2032,2,, +PSS,2032,3,, +PSS,2032,4,, +PSS,2032,5,, +PSS,2032,6,, +PSS,2032,7,, +PSS,2032,8,, +PSS,2032,9,, +PSS,2032,10,, +PSS,2032,11,, +PSS,2032,12,, +PSS,2032,13,, +PSS,2032,14,, +PSS,2032,15,, +PSS,2032,16,, +PSS,2032,17,, +PSS,2032,18,, +PSS,2033,0,, +PSS,2033,1,, +PSS,2033,2,, +PSS,2033,3,, +PSS,2033,4,, +PSS,2033,5,, +PSS,2033,6,, +PSS,2033,7,, +PSS,2033,8,, +PSS,2033,9,, +PSS,2033,10,, +PSS,2033,11,, +PSS,2033,12,, +PSS,2033,13,, +PSS,2033,14,, +PSS,2033,15,, +PSS,2033,16,, +PSS,2033,17,, +PSS,2033,18,, +PSS,2034,0,, +PSS,2034,1,, +PSS,2034,2,, +PSS,2034,3,, +PSS,2034,4,, +PSS,2034,5,, +PSS,2034,6,, +PSS,2034,7,, +PSS,2034,8,, +PSS,2034,9,, +PSS,2034,10,, +PSS,2034,11,, +PSS,2034,12,, +PSS,2034,13,, +PSS,2034,14,, +PSS,2034,15,, +PSS,2034,16,, +PSS,2034,17,, +PSS,2034,18,, +PSS,2035,0,, +PSS,2035,1,, +PSS,2035,2,, +PSS,2035,3,, +PSS,2035,4,, +PSS,2035,5,, +PSS,2035,6,, +PSS,2035,7,, +PSS,2035,8,, +PSS,2035,9,, +PSS,2035,10,, +PSS,2035,11,, +PSS,2035,12,, +PSS,2035,13,, +PSS,2035,14,, +PSS,2035,15,, +PSS,2035,16,, +PSS,2035,17,, +PSS,2035,18,, +PSS,2036,0,, +PSS,2036,1,, +PSS,2036,2,, +PSS,2036,3,, +PSS,2036,4,, +PSS,2036,5,, +PSS,2036,6,, +PSS,2036,7,, +PSS,2036,8,, +PSS,2036,9,, +PSS,2036,10,, +PSS,2036,11,, +PSS,2036,12,, +PSS,2036,13,, +PSS,2036,14,, +PSS,2036,15,, +PSS,2036,16,, +PSS,2036,17,, +PSS,2036,18,, +PSS,2037,0,, +PSS,2037,1,, +PSS,2037,2,, +PSS,2037,3,, +PSS,2037,4,, +PSS,2037,5,, +PSS,2037,6,, +PSS,2037,7,, +PSS,2037,8,, +PSS,2037,9,, +PSS,2037,10,, +PSS,2037,11,, +PSS,2037,12,, +PSS,2037,13,, +PSS,2037,14,, +PSS,2037,15,, +PSS,2037,16,, +PSS,2037,17,, +PSS,2037,18,, +PSS,2038,0,, +PSS,2038,1,, +PSS,2038,2,, +PSS,2038,3,, +PSS,2038,4,, +PSS,2038,5,, +PSS,2038,6,, +PSS,2038,7,, +PSS,2038,8,, +PSS,2038,9,, +PSS,2038,10,, +PSS,2038,11,, +PSS,2038,12,, +PSS,2038,13,, +PSS,2038,14,, +PSS,2038,15,, +PSS,2038,16,, +PSS,2038,17,, +PSS,2038,18,, +PSS,2039,0,, +PSS,2039,1,, +PSS,2039,2,, +PSS,2039,3,, +PSS,2039,4,, +PSS,2039,5,, +PSS,2039,6,, +PSS,2039,7,, +PSS,2039,8,, +PSS,2039,9,, +PSS,2039,10,, +PSS,2039,11,, +PSS,2039,12,, +PSS,2039,13,, +PSS,2039,14,, +PSS,2039,15,, +PSS,2039,16,, +PSS,2039,17,, +PSS,2039,18,, +PSS,2040,0,, +PSS,2040,1,, +PSS,2040,2,, +PSS,2040,3,, +PSS,2040,4,, +PSS,2040,5,, +PSS,2040,6,, +PSS,2040,7,, +PSS,2040,8,, +PSS,2040,9,, +PSS,2040,10,, +PSS,2040,11,, +PSS,2040,12,, +PSS,2040,13,, +PSS,2040,14,, +PSS,2040,15,, +PSS,2040,16,, +PSS,2040,17,, +PSS,2040,18,, +PSS,2041,0,, +PSS,2041,1,, +PSS,2041,2,, +PSS,2041,3,, +PSS,2041,4,, +PSS,2041,5,, +PSS,2041,6,, +PSS,2041,7,, +PSS,2041,8,, +PSS,2041,9,, +PSS,2041,10,, +PSS,2041,11,, +PSS,2041,12,, +PSS,2041,13,, +PSS,2041,14,, +PSS,2041,15,, +PSS,2041,16,, +PSS,2041,17,, +PSS,2041,18,, +PSS,2042,0,, +PSS,2042,1,, +PSS,2042,2,, +PSS,2042,3,, +PSS,2042,4,, +PSS,2042,5,, +PSS,2042,6,, +PSS,2042,7,, +PSS,2042,8,, +PSS,2042,9,, +PSS,2042,10,, +PSS,2042,11,, +PSS,2042,12,, +PSS,2042,13,, +PSS,2042,14,, +PSS,2042,15,, +PSS,2042,16,, +PSS,2042,17,, +PSS,2042,18,, +PSS,2043,0,, +PSS,2043,1,, +PSS,2043,2,, +PSS,2043,3,, +PSS,2043,4,, +PSS,2043,5,, +PSS,2043,6,, +PSS,2043,7,, +PSS,2043,8,, +PSS,2043,9,, +PSS,2043,10,, +PSS,2043,11,, +PSS,2043,12,, +PSS,2043,13,, +PSS,2043,14,, +PSS,2043,15,, +PSS,2043,16,, +PSS,2043,17,, +PSS,2043,18,, +PSS,2044,0,, +PSS,2044,1,, +PSS,2044,2,, +PSS,2044,3,, +PSS,2044,4,, +PSS,2044,5,, +PSS,2044,6,, +PSS,2044,7,, +PSS,2044,8,, +PSS,2044,9,, +PSS,2044,10,, +PSS,2044,11,, +PSS,2044,12,, +PSS,2044,13,, +PSS,2044,14,, +PSS,2044,15,, +PSS,2044,16,, +PSS,2044,17,, +PSS,2044,18,, +PSS,2045,0,, +PSS,2045,1,, +PSS,2045,2,, +PSS,2045,3,, +PSS,2045,4,, +PSS,2045,5,, +PSS,2045,6,, +PSS,2045,7,, +PSS,2045,8,, +PSS,2045,9,, +PSS,2045,10,, +PSS,2045,11,, +PSS,2045,12,, +PSS,2045,13,, +PSS,2045,14,, +PSS,2045,15,, +PSS,2045,16,, +PSS,2045,17,, +PSS,2045,18,, +PSS,2046,0,, +PSS,2046,1,, +PSS,2046,2,, +PSS,2046,3,, +PSS,2046,4,, +PSS,2046,5,, +PSS,2046,6,, +PSS,2046,7,, +PSS,2046,8,, +PSS,2046,9,, +PSS,2046,10,, +PSS,2046,11,, +PSS,2046,12,, +PSS,2046,13,, +PSS,2046,14,, +PSS,2046,15,, +PSS,2046,16,, +PSS,2046,17,, +PSS,2046,18,, +PSS,2047,0,, +PSS,2047,1,, +PSS,2047,2,, +PSS,2047,3,, +PSS,2047,4,, +PSS,2047,5,, +PSS,2047,6,, +PSS,2047,7,, +PSS,2047,8,, +PSS,2047,9,, +PSS,2047,10,, +PSS,2047,11,, +PSS,2047,12,, +PSS,2047,13,, +PSS,2047,14,, +PSS,2047,15,, +PSS,2047,16,, +PSS,2047,17,, +PSS,2047,18,, +PSS,2048,0,, +PSS,2048,1,, +PSS,2048,2,, +PSS,2048,3,, +PSS,2048,4,, +PSS,2048,5,, +PSS,2048,6,, +PSS,2048,7,, +PSS,2048,8,, +PSS,2048,9,, +PSS,2048,10,, +PSS,2048,11,, +PSS,2048,12,, +PSS,2048,13,, +PSS,2048,14,, +PSS,2048,15,, +PSS,2048,16,, +PSS,2048,17,, +PSS,2048,18,, +PSS,2049,0,, +PSS,2049,1,, +PSS,2049,2,, +PSS,2049,3,, +PSS,2049,4,, +PSS,2049,5,, +PSS,2049,6,, +PSS,2049,7,, +PSS,2049,8,, +PSS,2049,9,, +PSS,2049,10,, +PSS,2049,11,, +PSS,2049,12,, +PSS,2049,13,, +PSS,2049,14,, +PSS,2049,15,, +PSS,2049,16,, +PSS,2049,17,, +PSS,2049,18,, +PSS,2050,0,, +PSS,2050,1,, +PSS,2050,2,, +PSS,2050,3,, +PSS,2050,4,, +PSS,2050,5,, +PSS,2050,6,, +PSS,2050,7,, +PSS,2050,8,, +PSS,2050,9,, +PSS,2050,10,, +PSS,2050,11,, +PSS,2050,12,, +PSS,2050,13,, +PSS,2050,14,, +PSS,2050,15,, +PSS,2050,16,, +PSS,2050,17,, +PSS,2050,18,, +PST,1990,0,, +PST,1990,1,, +PST,1990,2,, +PST,1990,3,, +PST,1990,4,, +PST,1990,5,, +PST,1990,6,, +PST,1990,7,, +PST,1990,8,, +PST,1990,9,, +PST,1990,10,, +PST,1990,11,, +PST,1990,12,, +PST,1990,13,, +PST,1990,14,, +PST,1990,15,, +PST,1990,16,, +PST,1990,17,, +PST,1990,18,, +PST,1991,0,, +PST,1991,1,, +PST,1991,2,, +PST,1991,3,, +PST,1991,4,, +PST,1991,5,, +PST,1991,6,, +PST,1991,7,, +PST,1991,8,, +PST,1991,9,, +PST,1991,10,, +PST,1991,11,, +PST,1991,12,, +PST,1991,13,, +PST,1991,14,, +PST,1991,15,, +PST,1991,16,, +PST,1991,17,, +PST,1991,18,, +PST,1992,0,, +PST,1992,1,, +PST,1992,2,, +PST,1992,3,, +PST,1992,4,, +PST,1992,5,, +PST,1992,6,, +PST,1992,7,, +PST,1992,8,, +PST,1992,9,, +PST,1992,10,, +PST,1992,11,, +PST,1992,12,, +PST,1992,13,, +PST,1992,14,, +PST,1992,15,, +PST,1992,16,, +PST,1992,17,, +PST,1992,18,, +PST,1993,0,, +PST,1993,1,, +PST,1993,2,, +PST,1993,3,, +PST,1993,4,, +PST,1993,5,, +PST,1993,6,, +PST,1993,7,, +PST,1993,8,, +PST,1993,9,, +PST,1993,10,, +PST,1993,11,, +PST,1993,12,, +PST,1993,13,, +PST,1993,14,, +PST,1993,15,, +PST,1993,16,, +PST,1993,17,, +PST,1993,18,, +PST,1994,0,, +PST,1994,1,, +PST,1994,2,, +PST,1994,3,, +PST,1994,4,, +PST,1994,5,, +PST,1994,6,, +PST,1994,7,, +PST,1994,8,, +PST,1994,9,, +PST,1994,10,, +PST,1994,11,, +PST,1994,12,, +PST,1994,13,, +PST,1994,14,, +PST,1994,15,, +PST,1994,16,, +PST,1994,17,, +PST,1994,18,, +PST,1995,0,, +PST,1995,1,, +PST,1995,2,, +PST,1995,3,, +PST,1995,4,, +PST,1995,5,, +PST,1995,6,, +PST,1995,7,, +PST,1995,8,, +PST,1995,9,, +PST,1995,10,, +PST,1995,11,, +PST,1995,12,, +PST,1995,13,, +PST,1995,14,, +PST,1995,15,, +PST,1995,16,, +PST,1995,17,, +PST,1995,18,, +PST,1996,0,, +PST,1996,1,, +PST,1996,2,, +PST,1996,3,, +PST,1996,4,, +PST,1996,5,, +PST,1996,6,, +PST,1996,7,, +PST,1996,8,, +PST,1996,9,, +PST,1996,10,, +PST,1996,11,, +PST,1996,12,, +PST,1996,13,, +PST,1996,14,, +PST,1996,15,, +PST,1996,16,, +PST,1996,17,, +PST,1996,18,, +PST,1997,0,, +PST,1997,1,, +PST,1997,2,, +PST,1997,3,, +PST,1997,4,, +PST,1997,5,, +PST,1997,6,, +PST,1997,7,, +PST,1997,8,, +PST,1997,9,, +PST,1997,10,, +PST,1997,11,, +PST,1997,12,, +PST,1997,13,, +PST,1997,14,, +PST,1997,15,, +PST,1997,16,, +PST,1997,17,, +PST,1997,18,, +PST,1998,0,, +PST,1998,1,, +PST,1998,2,, +PST,1998,3,, +PST,1998,4,, +PST,1998,5,, +PST,1998,6,, +PST,1998,7,, +PST,1998,8,, +PST,1998,9,, +PST,1998,10,, +PST,1998,11,, +PST,1998,12,, +PST,1998,13,, +PST,1998,14,, +PST,1998,15,, +PST,1998,16,, +PST,1998,17,, +PST,1998,18,, +PST,1999,0,, +PST,1999,1,, +PST,1999,2,, +PST,1999,3,, +PST,1999,4,, +PST,1999,5,, +PST,1999,6,, +PST,1999,7,, +PST,1999,8,, +PST,1999,9,, +PST,1999,10,, +PST,1999,11,, +PST,1999,12,, +PST,1999,13,, +PST,1999,14,, +PST,1999,15,, +PST,1999,16,, +PST,1999,17,, +PST,1999,18,, +PST,2000,0,, +PST,2000,1,, +PST,2000,2,, +PST,2000,3,, +PST,2000,4,, +PST,2000,5,, +PST,2000,6,, +PST,2000,7,, +PST,2000,8,, +PST,2000,9,, +PST,2000,10,, +PST,2000,11,, +PST,2000,12,, +PST,2000,13,, +PST,2000,14,, +PST,2000,15,, +PST,2000,16,, +PST,2000,17,, +PST,2000,18,, +PST,2001,0,, +PST,2001,1,, +PST,2001,2,, +PST,2001,3,, +PST,2001,4,, +PST,2001,5,, +PST,2001,6,, +PST,2001,7,, +PST,2001,8,, +PST,2001,9,, +PST,2001,10,, +PST,2001,11,, +PST,2001,12,, +PST,2001,13,, +PST,2001,14,, +PST,2001,15,, +PST,2001,16,, +PST,2001,17,, +PST,2001,18,, +PST,2002,0,, +PST,2002,1,, +PST,2002,2,, +PST,2002,3,, +PST,2002,4,, +PST,2002,5,, +PST,2002,6,, +PST,2002,7,, +PST,2002,8,, +PST,2002,9,, +PST,2002,10,, +PST,2002,11,, +PST,2002,12,, +PST,2002,13,, +PST,2002,14,, +PST,2002,15,, +PST,2002,16,, +PST,2002,17,, +PST,2002,18,, +PST,2003,0,, +PST,2003,1,, +PST,2003,2,, +PST,2003,3,, +PST,2003,4,, +PST,2003,5,, +PST,2003,6,, +PST,2003,7,, +PST,2003,8,, +PST,2003,9,, +PST,2003,10,, +PST,2003,11,, +PST,2003,12,, +PST,2003,13,, +PST,2003,14,, +PST,2003,15,, +PST,2003,16,, +PST,2003,17,, +PST,2003,18,, +PST,2004,0,, +PST,2004,1,, +PST,2004,2,, +PST,2004,3,, +PST,2004,4,, +PST,2004,5,, +PST,2004,6,, +PST,2004,7,, +PST,2004,8,, +PST,2004,9,, +PST,2004,10,, +PST,2004,11,, +PST,2004,12,, +PST,2004,13,, +PST,2004,14,, +PST,2004,15,, +PST,2004,16,, +PST,2004,17,, +PST,2004,18,, +PST,2005,0,, +PST,2005,1,, +PST,2005,2,, +PST,2005,3,, +PST,2005,4,, +PST,2005,5,, +PST,2005,6,, +PST,2005,7,, +PST,2005,8,, +PST,2005,9,, +PST,2005,10,, +PST,2005,11,, +PST,2005,12,, +PST,2005,13,, +PST,2005,14,, +PST,2005,15,, +PST,2005,16,, +PST,2005,17,, +PST,2005,18,, +PST,2006,0,, +PST,2006,1,, +PST,2006,2,, +PST,2006,3,, +PST,2006,4,, +PST,2006,5,, +PST,2006,6,, +PST,2006,7,, +PST,2006,8,, +PST,2006,9,, +PST,2006,10,, +PST,2006,11,, +PST,2006,12,, +PST,2006,13,, +PST,2006,14,, +PST,2006,15,, +PST,2006,16,, +PST,2006,17,, +PST,2006,18,, +PST,2007,0,, +PST,2007,1,, +PST,2007,2,, +PST,2007,3,, +PST,2007,4,, +PST,2007,5,, +PST,2007,6,, +PST,2007,7,, +PST,2007,8,, +PST,2007,9,, +PST,2007,10,, +PST,2007,11,, +PST,2007,12,, +PST,2007,13,, +PST,2007,14,, +PST,2007,15,, +PST,2007,16,, +PST,2007,17,, +PST,2007,18,, +PST,2008,0,, +PST,2008,1,, +PST,2008,2,, +PST,2008,3,, +PST,2008,4,, +PST,2008,5,, +PST,2008,6,, +PST,2008,7,, +PST,2008,8,, +PST,2008,9,, +PST,2008,10,, +PST,2008,11,, +PST,2008,12,, +PST,2008,13,, +PST,2008,14,, +PST,2008,15,, +PST,2008,16,, +PST,2008,17,, +PST,2008,18,, +PST,2009,0,, +PST,2009,1,, +PST,2009,2,, +PST,2009,3,, +PST,2009,4,, +PST,2009,5,, +PST,2009,6,, +PST,2009,7,, +PST,2009,8,, +PST,2009,9,, +PST,2009,10,, +PST,2009,11,, +PST,2009,12,, +PST,2009,13,, +PST,2009,14,, +PST,2009,15,, +PST,2009,16,, +PST,2009,17,, +PST,2009,18,, +PST,2010,0,, +PST,2010,1,, +PST,2010,2,, +PST,2010,3,, +PST,2010,4,, +PST,2010,5,, +PST,2010,6,, +PST,2010,7,, +PST,2010,8,, +PST,2010,9,, +PST,2010,10,, +PST,2010,11,, +PST,2010,12,, +PST,2010,13,, +PST,2010,14,, +PST,2010,15,, +PST,2010,16,, +PST,2010,17,, +PST,2010,18,, +PST,2011,0,, +PST,2011,1,, +PST,2011,2,, +PST,2011,3,, +PST,2011,4,, +PST,2011,5,, +PST,2011,6,, +PST,2011,7,, +PST,2011,8,, +PST,2011,9,, +PST,2011,10,, +PST,2011,11,, +PST,2011,12,, +PST,2011,13,, +PST,2011,14,, +PST,2011,15,, +PST,2011,16,, +PST,2011,17,, +PST,2011,18,, +PST,2012,0,, +PST,2012,1,, +PST,2012,2,, +PST,2012,3,, +PST,2012,4,, +PST,2012,5,, +PST,2012,6,, +PST,2012,7,, +PST,2012,8,, +PST,2012,9,, +PST,2012,10,, +PST,2012,11,, +PST,2012,12,, +PST,2012,13,, +PST,2012,14,, +PST,2012,15,, +PST,2012,16,, +PST,2012,17,, +PST,2012,18,, +PST,2013,0,, +PST,2013,1,, +PST,2013,2,, +PST,2013,3,, +PST,2013,4,, +PST,2013,5,, +PST,2013,6,, +PST,2013,7,, +PST,2013,8,, +PST,2013,9,, +PST,2013,10,, +PST,2013,11,, +PST,2013,12,, +PST,2013,13,, +PST,2013,14,, +PST,2013,15,, +PST,2013,16,, +PST,2013,17,, +PST,2013,18,, +PST,2014,0,, +PST,2014,1,, +PST,2014,2,, +PST,2014,3,, +PST,2014,4,, +PST,2014,5,, +PST,2014,6,, +PST,2014,7,, +PST,2014,8,, +PST,2014,9,, +PST,2014,10,, +PST,2014,11,, +PST,2014,12,, +PST,2014,13,, +PST,2014,14,, +PST,2014,15,, +PST,2014,16,, +PST,2014,17,, +PST,2014,18,, +PST,2015,0,, +PST,2015,1,, +PST,2015,2,, +PST,2015,3,, +PST,2015,4,, +PST,2015,5,, +PST,2015,6,, +PST,2015,7,, +PST,2015,8,, +PST,2015,9,, +PST,2015,10,, +PST,2015,11,, +PST,2015,12,, +PST,2015,13,, +PST,2015,14,, +PST,2015,15,, +PST,2015,16,, +PST,2015,17,, +PST,2015,18,, +PST,2016,0,, +PST,2016,1,, +PST,2016,2,, +PST,2016,3,, +PST,2016,4,, +PST,2016,5,, +PST,2016,6,, +PST,2016,7,, +PST,2016,8,, +PST,2016,9,, +PST,2016,10,, +PST,2016,11,, +PST,2016,12,, +PST,2016,13,, +PST,2016,14,, +PST,2016,15,, +PST,2016,16,, +PST,2016,17,, +PST,2016,18,, +PST,2017,0,, +PST,2017,1,, +PST,2017,2,, +PST,2017,3,, +PST,2017,4,, +PST,2017,5,, +PST,2017,6,, +PST,2017,7,, +PST,2017,8,, +PST,2017,9,, +PST,2017,10,, +PST,2017,11,, +PST,2017,12,, +PST,2017,13,, +PST,2017,14,, +PST,2017,15,, +PST,2017,16,, +PST,2017,17,, +PST,2017,18,, +PST,2018,0,, +PST,2018,1,, +PST,2018,2,, +PST,2018,3,, +PST,2018,4,, +PST,2018,5,, +PST,2018,6,, +PST,2018,7,, +PST,2018,8,, +PST,2018,9,, +PST,2018,10,, +PST,2018,11,, +PST,2018,12,, +PST,2018,13,, +PST,2018,14,, +PST,2018,15,, +PST,2018,16,, +PST,2018,17,, +PST,2018,18,, +PST,2019,0,, +PST,2019,1,, +PST,2019,2,, +PST,2019,3,, +PST,2019,4,, +PST,2019,5,, +PST,2019,6,, +PST,2019,7,, +PST,2019,8,, +PST,2019,9,, +PST,2019,10,, +PST,2019,11,, +PST,2019,12,, +PST,2019,13,, +PST,2019,14,, +PST,2019,15,, +PST,2019,16,, +PST,2019,17,, +PST,2019,18,, +PST,2020,0,, +PST,2020,1,, +PST,2020,2,, +PST,2020,3,, +PST,2020,4,, +PST,2020,5,, +PST,2020,6,, +PST,2020,7,, +PST,2020,8,, +PST,2020,9,, +PST,2020,10,, +PST,2020,11,, +PST,2020,12,, +PST,2020,13,, +PST,2020,14,, +PST,2020,15,, +PST,2020,16,, +PST,2020,17,, +PST,2020,18,, +PST,2021,0,, +PST,2021,1,, +PST,2021,2,, +PST,2021,3,, +PST,2021,4,, +PST,2021,5,, +PST,2021,6,, +PST,2021,7,, +PST,2021,8,, +PST,2021,9,, +PST,2021,10,, +PST,2021,11,, +PST,2021,12,, +PST,2021,13,, +PST,2021,14,, +PST,2021,15,, +PST,2021,16,, +PST,2021,17,, +PST,2021,18,, +PST,2022,0,, +PST,2022,1,, +PST,2022,2,, +PST,2022,3,, +PST,2022,4,, +PST,2022,5,, +PST,2022,6,, +PST,2022,7,, +PST,2022,8,, +PST,2022,9,, +PST,2022,10,, +PST,2022,11,, +PST,2022,12,, +PST,2022,13,, +PST,2022,14,, +PST,2022,15,, +PST,2022,16,, +PST,2022,17,, +PST,2022,18,, +PST,2023,0,, +PST,2023,1,, +PST,2023,2,, +PST,2023,3,, +PST,2023,4,, +PST,2023,5,, +PST,2023,6,, +PST,2023,7,, +PST,2023,8,, +PST,2023,9,, +PST,2023,10,, +PST,2023,11,, +PST,2023,12,, +PST,2023,13,, +PST,2023,14,, +PST,2023,15,, +PST,2023,16,, +PST,2023,17,, +PST,2023,18,, +PST,2024,0,, +PST,2024,1,, +PST,2024,2,, +PST,2024,3,, +PST,2024,4,, +PST,2024,5,, +PST,2024,6,, +PST,2024,7,, +PST,2024,8,, +PST,2024,9,, +PST,2024,10,, +PST,2024,11,, +PST,2024,12,, +PST,2024,13,, +PST,2024,14,, +PST,2024,15,, +PST,2024,16,, +PST,2024,17,, +PST,2024,18,, +PST,2025,0,, +PST,2025,1,, +PST,2025,2,, +PST,2025,3,, +PST,2025,4,, +PST,2025,5,, +PST,2025,6,, +PST,2025,7,, +PST,2025,8,, +PST,2025,9,, +PST,2025,10,, +PST,2025,11,, +PST,2025,12,, +PST,2025,13,, +PST,2025,14,, +PST,2025,15,, +PST,2025,16,, +PST,2025,17,, +PST,2025,18,, +PST,2026,0,, +PST,2026,1,, +PST,2026,2,, +PST,2026,3,, +PST,2026,4,, +PST,2026,5,, +PST,2026,6,, +PST,2026,7,, +PST,2026,8,, +PST,2026,9,, +PST,2026,10,, +PST,2026,11,, +PST,2026,12,, +PST,2026,13,, +PST,2026,14,, +PST,2026,15,, +PST,2026,16,, +PST,2026,17,, +PST,2026,18,, +PST,2027,0,, +PST,2027,1,, +PST,2027,2,, +PST,2027,3,, +PST,2027,4,, +PST,2027,5,, +PST,2027,6,, +PST,2027,7,, +PST,2027,8,, +PST,2027,9,, +PST,2027,10,, +PST,2027,11,, +PST,2027,12,, +PST,2027,13,, +PST,2027,14,, +PST,2027,15,, +PST,2027,16,, +PST,2027,17,, +PST,2027,18,, +PST,2028,0,, +PST,2028,1,, +PST,2028,2,, +PST,2028,3,, +PST,2028,4,, +PST,2028,5,, +PST,2028,6,, +PST,2028,7,, +PST,2028,8,, +PST,2028,9,, +PST,2028,10,, +PST,2028,11,, +PST,2028,12,, +PST,2028,13,, +PST,2028,14,, +PST,2028,15,, +PST,2028,16,, +PST,2028,17,, +PST,2028,18,, +PST,2029,0,, +PST,2029,1,, +PST,2029,2,, +PST,2029,3,, +PST,2029,4,, +PST,2029,5,, +PST,2029,6,, +PST,2029,7,, +PST,2029,8,, +PST,2029,9,, +PST,2029,10,, +PST,2029,11,, +PST,2029,12,, +PST,2029,13,, +PST,2029,14,, +PST,2029,15,, +PST,2029,16,, +PST,2029,17,, +PST,2029,18,, +PST,2030,0,, +PST,2030,1,, +PST,2030,2,, +PST,2030,3,, +PST,2030,4,, +PST,2030,5,, +PST,2030,6,, +PST,2030,7,, +PST,2030,8,, +PST,2030,9,, +PST,2030,10,, +PST,2030,11,, +PST,2030,12,, +PST,2030,13,, +PST,2030,14,, +PST,2030,15,, +PST,2030,16,, +PST,2030,17,, +PST,2030,18,, +PST,2031,0,, +PST,2031,1,, +PST,2031,2,, +PST,2031,3,, +PST,2031,4,, +PST,2031,5,, +PST,2031,6,, +PST,2031,7,, +PST,2031,8,, +PST,2031,9,, +PST,2031,10,, +PST,2031,11,, +PST,2031,12,, +PST,2031,13,, +PST,2031,14,, +PST,2031,15,, +PST,2031,16,, +PST,2031,17,, +PST,2031,18,, +PST,2032,0,, +PST,2032,1,, +PST,2032,2,, +PST,2032,3,, +PST,2032,4,, +PST,2032,5,, +PST,2032,6,, +PST,2032,7,, +PST,2032,8,, +PST,2032,9,, +PST,2032,10,, +PST,2032,11,, +PST,2032,12,, +PST,2032,13,, +PST,2032,14,, +PST,2032,15,, +PST,2032,16,, +PST,2032,17,, +PST,2032,18,, +PST,2033,0,, +PST,2033,1,, +PST,2033,2,, +PST,2033,3,, +PST,2033,4,, +PST,2033,5,, +PST,2033,6,, +PST,2033,7,, +PST,2033,8,, +PST,2033,9,, +PST,2033,10,, +PST,2033,11,, +PST,2033,12,, +PST,2033,13,, +PST,2033,14,, +PST,2033,15,, +PST,2033,16,, +PST,2033,17,, +PST,2033,18,, +PST,2034,0,, +PST,2034,1,, +PST,2034,2,, +PST,2034,3,, +PST,2034,4,, +PST,2034,5,, +PST,2034,6,, +PST,2034,7,, +PST,2034,8,, +PST,2034,9,, +PST,2034,10,, +PST,2034,11,, +PST,2034,12,, +PST,2034,13,, +PST,2034,14,, +PST,2034,15,, +PST,2034,16,, +PST,2034,17,, +PST,2034,18,, +PST,2035,0,, +PST,2035,1,, +PST,2035,2,, +PST,2035,3,, +PST,2035,4,, +PST,2035,5,, +PST,2035,6,, +PST,2035,7,, +PST,2035,8,, +PST,2035,9,, +PST,2035,10,, +PST,2035,11,, +PST,2035,12,, +PST,2035,13,, +PST,2035,14,, +PST,2035,15,, +PST,2035,16,, +PST,2035,17,, +PST,2035,18,, +PST,2036,0,, +PST,2036,1,, +PST,2036,2,, +PST,2036,3,, +PST,2036,4,, +PST,2036,5,, +PST,2036,6,, +PST,2036,7,, +PST,2036,8,, +PST,2036,9,, +PST,2036,10,, +PST,2036,11,, +PST,2036,12,, +PST,2036,13,, +PST,2036,14,, +PST,2036,15,, +PST,2036,16,, +PST,2036,17,, +PST,2036,18,, +PST,2037,0,, +PST,2037,1,, +PST,2037,2,, +PST,2037,3,, +PST,2037,4,, +PST,2037,5,, +PST,2037,6,, +PST,2037,7,, +PST,2037,8,, +PST,2037,9,, +PST,2037,10,, +PST,2037,11,, +PST,2037,12,, +PST,2037,13,, +PST,2037,14,, +PST,2037,15,, +PST,2037,16,, +PST,2037,17,, +PST,2037,18,, +PST,2038,0,, +PST,2038,1,, +PST,2038,2,, +PST,2038,3,, +PST,2038,4,, +PST,2038,5,, +PST,2038,6,, +PST,2038,7,, +PST,2038,8,, +PST,2038,9,, +PST,2038,10,, +PST,2038,11,, +PST,2038,12,, +PST,2038,13,, +PST,2038,14,, +PST,2038,15,, +PST,2038,16,, +PST,2038,17,, +PST,2038,18,, +PST,2039,0,, +PST,2039,1,, +PST,2039,2,, +PST,2039,3,, +PST,2039,4,, +PST,2039,5,, +PST,2039,6,, +PST,2039,7,, +PST,2039,8,, +PST,2039,9,, +PST,2039,10,, +PST,2039,11,, +PST,2039,12,, +PST,2039,13,, +PST,2039,14,, +PST,2039,15,, +PST,2039,16,, +PST,2039,17,, +PST,2039,18,, +PST,2040,0,, +PST,2040,1,, +PST,2040,2,, +PST,2040,3,, +PST,2040,4,, +PST,2040,5,, +PST,2040,6,, +PST,2040,7,, +PST,2040,8,, +PST,2040,9,, +PST,2040,10,, +PST,2040,11,, +PST,2040,12,, +PST,2040,13,, +PST,2040,14,, +PST,2040,15,, +PST,2040,16,, +PST,2040,17,, +PST,2040,18,, +PST,2041,0,, +PST,2041,1,, +PST,2041,2,, +PST,2041,3,, +PST,2041,4,, +PST,2041,5,, +PST,2041,6,, +PST,2041,7,, +PST,2041,8,, +PST,2041,9,, +PST,2041,10,, +PST,2041,11,, +PST,2041,12,, +PST,2041,13,, +PST,2041,14,, +PST,2041,15,, +PST,2041,16,, +PST,2041,17,, +PST,2041,18,, +PST,2042,0,, +PST,2042,1,, +PST,2042,2,, +PST,2042,3,, +PST,2042,4,, +PST,2042,5,, +PST,2042,6,, +PST,2042,7,, +PST,2042,8,, +PST,2042,9,, +PST,2042,10,, +PST,2042,11,, +PST,2042,12,, +PST,2042,13,, +PST,2042,14,, +PST,2042,15,, +PST,2042,16,, +PST,2042,17,, +PST,2042,18,, +PST,2043,0,, +PST,2043,1,, +PST,2043,2,, +PST,2043,3,, +PST,2043,4,, +PST,2043,5,, +PST,2043,6,, +PST,2043,7,, +PST,2043,8,, +PST,2043,9,, +PST,2043,10,, +PST,2043,11,, +PST,2043,12,, +PST,2043,13,, +PST,2043,14,, +PST,2043,15,, +PST,2043,16,, +PST,2043,17,, +PST,2043,18,, +PST,2044,0,, +PST,2044,1,, +PST,2044,2,, +PST,2044,3,, +PST,2044,4,, +PST,2044,5,, +PST,2044,6,, +PST,2044,7,, +PST,2044,8,, +PST,2044,9,, +PST,2044,10,, +PST,2044,11,, +PST,2044,12,, +PST,2044,13,, +PST,2044,14,, +PST,2044,15,, +PST,2044,16,, +PST,2044,17,, +PST,2044,18,, +PST,2045,0,, +PST,2045,1,, +PST,2045,2,, +PST,2045,3,, +PST,2045,4,, +PST,2045,5,, +PST,2045,6,, +PST,2045,7,, +PST,2045,8,, +PST,2045,9,, +PST,2045,10,, +PST,2045,11,, +PST,2045,12,, +PST,2045,13,, +PST,2045,14,, +PST,2045,15,, +PST,2045,16,, +PST,2045,17,, +PST,2045,18,, +PST,2046,0,, +PST,2046,1,, +PST,2046,2,, +PST,2046,3,, +PST,2046,4,, +PST,2046,5,, +PST,2046,6,, +PST,2046,7,, +PST,2046,8,, +PST,2046,9,, +PST,2046,10,, +PST,2046,11,, +PST,2046,12,, +PST,2046,13,, +PST,2046,14,, +PST,2046,15,, +PST,2046,16,, +PST,2046,17,, +PST,2046,18,, +PST,2047,0,, +PST,2047,1,, +PST,2047,2,, +PST,2047,3,, +PST,2047,4,, +PST,2047,5,, +PST,2047,6,, +PST,2047,7,, +PST,2047,8,, +PST,2047,9,, +PST,2047,10,, +PST,2047,11,, +PST,2047,12,, +PST,2047,13,, +PST,2047,14,, +PST,2047,15,, +PST,2047,16,, +PST,2047,17,, +PST,2047,18,, +PST,2048,0,, +PST,2048,1,, +PST,2048,2,, +PST,2048,3,, +PST,2048,4,, +PST,2048,5,, +PST,2048,6,, +PST,2048,7,, +PST,2048,8,, +PST,2048,9,, +PST,2048,10,, +PST,2048,11,, +PST,2048,12,, +PST,2048,13,, +PST,2048,14,, +PST,2048,15,, +PST,2048,16,, +PST,2048,17,, +PST,2048,18,, +PST,2049,0,, +PST,2049,1,, +PST,2049,2,, +PST,2049,3,, +PST,2049,4,, +PST,2049,5,, +PST,2049,6,, +PST,2049,7,, +PST,2049,8,, +PST,2049,9,, +PST,2049,10,, +PST,2049,11,, +PST,2049,12,, +PST,2049,13,, +PST,2049,14,, +PST,2049,15,, +PST,2049,16,, +PST,2049,17,, +PST,2049,18,, +PST,2050,0,, +PST,2050,1,, +PST,2050,2,, +PST,2050,3,, +PST,2050,4,, +PST,2050,5,, +PST,2050,6,, +PST,2050,7,, +PST,2050,8,, +PST,2050,9,, +PST,2050,10,, +PST,2050,11,, +PST,2050,12,, +PST,2050,13,, +PST,2050,14,, +PST,2050,15,, +PST,2050,16,, +PST,2050,17,, +PST,2050,18,, +PYF,1990,0,2846,2983 +PYF,1990,1,2738,2870 +PYF,1990,2,2636,2764 +PYF,1990,3,2541,2664 +PYF,1990,4,2452,2571 +PYF,1990,5,2371,2486 +PYF,1990,6,2297,2408 +PYF,1990,7,2230,2338 +PYF,1990,8,2171,2276 +PYF,1990,9,2121,2222 +PYF,1990,10,2076,2175 +PYF,1990,11,2034,2131 +PYF,1990,12,2010,2104 +PYF,1990,13,2007,2098 +PYF,1990,14,2020,2108 +PYF,1990,15,2032,2117 +PYF,1990,16,2044,2127 +PYF,1990,17,2055,2137 +PYF,1990,18,2062,2144 +PYF,1991,0,2770,2901 +PYF,1991,1,2786,2942 +PYF,1991,2,2699,2848 +PYF,1991,3,2615,2755 +PYF,1991,4,2532,2663 +PYF,1991,5,2452,2574 +PYF,1991,6,2377,2487 +PYF,1991,7,2305,2404 +PYF,1991,8,2239,2329 +PYF,1991,9,2177,2267 +PYF,1991,10,2121,2215 +PYF,1991,11,2069,2168 +PYF,1991,12,2019,2123 +PYF,1991,13,1988,2094 +PYF,1991,14,1985,2087 +PYF,1991,15,1999,2094 +PYF,1991,16,2011,2102 +PYF,1991,17,2024,2110 +PYF,1991,18,2036,2119 +PYF,1992,0,2631,2751 +PYF,1992,1,2628,2774 +PYF,1992,2,2728,2904 +PYF,1992,3,2664,2831 +PYF,1992,4,2596,2751 +PYF,1992,5,2526,2666 +PYF,1992,6,2455,2580 +PYF,1992,7,2385,2492 +PYF,1992,8,2316,2403 +PYF,1992,9,2249,2324 +PYF,1992,10,2184,2262 +PYF,1992,11,2123,2212 +PYF,1992,12,2064,2164 +PYF,1992,13,2006,2118 +PYF,1992,14,1969,2088 +PYF,1992,15,1964,2079 +PYF,1992,16,1979,2084 +PYF,1992,17,1993,2089 +PYF,1992,18,2007,2096 +PYF,1993,0,2465,2570 +PYF,1993,1,2523,2675 +PYF,1993,2,2557,2739 +PYF,1993,3,2675,2871 +PYF,1993,4,2632,2816 +PYF,1993,5,2581,2749 +PYF,1993,6,2524,2672 +PYF,1993,7,2461,2589 +PYF,1993,8,2396,2500 +PYF,1993,9,2331,2405 +PYF,1993,10,2263,2322 +PYF,1993,11,2195,2259 +PYF,1993,12,2128,2211 +PYF,1993,13,2062,2164 +PYF,1993,14,1995,2116 +PYF,1993,15,1953,2085 +PYF,1993,16,1946,2073 +PYF,1993,17,1962,2076 +PYF,1993,18,1977,2080 +PYF,1994,0,2322,2411 +PYF,1994,1,2426,2578 +PYF,1994,2,2500,2693 +PYF,1994,3,2547,2763 +PYF,1994,4,2626,2838 +PYF,1994,5,2604,2803 +PYF,1994,6,2570,2749 +PYF,1994,7,2525,2680 +PYF,1994,8,2471,2599 +PYF,1994,9,2412,2509 +PYF,1994,10,2349,2408 +PYF,1994,11,2281,2321 +PYF,1994,12,2208,2257 +PYF,1994,13,2136,2212 +PYF,1994,14,2063,2164 +PYF,1994,15,1988,2115 +PYF,1994,16,1939,2082 +PYF,1994,17,1931,2068 +PYF,1994,18,1949,2069 +PYF,1995,0,2238,2311 +PYF,1995,1,2360,2504 +PYF,1995,2,2453,2644 +PYF,1995,3,2519,2738 +PYF,1995,4,2561,2790 +PYF,1995,5,2580,2806 +PYF,1995,6,2580,2791 +PYF,1995,7,2562,2750 +PYF,1995,8,2530,2688 +PYF,1995,9,2485,2610 +PYF,1995,10,2430,2518 +PYF,1995,11,2370,2412 +PYF,1995,12,2301,2320 +PYF,1995,13,2225,2256 +PYF,1995,14,2147,2212 +PYF,1995,15,2068,2164 +PYF,1995,16,1983,2114 +PYF,1995,17,1928,2080 +PYF,1995,18,1918,2064 +PYF,1996,0,2216,2283 +PYF,1996,1,2254,2347 +PYF,1996,2,2361,2516 +PYF,1996,3,2447,2644 +PYF,1996,4,2512,2735 +PYF,1996,5,2557,2791 +PYF,1996,6,2585,2819 +PYF,1996,7,2598,2824 +PYF,1996,8,2589,2793 +PYF,1996,9,2556,2723 +PYF,1996,10,2505,2627 +PYF,1996,11,2448,2521 +PYF,1996,12,2387,2403 +PYF,1996,13,2313,2299 +PYF,1996,14,2224,2227 +PYF,1996,15,2130,2177 +PYF,1996,16,2035,2122 +PYF,1996,17,1934,2066 +PYF,1996,18,1872,2029 +PYF,1997,0,2251,2313 +PYF,1997,1,2312,2433 +PYF,1997,2,2271,2382 +PYF,1997,3,2363,2526 +PYF,1997,4,2442,2641 +PYF,1997,5,2506,2729 +PYF,1997,6,2555,2790 +PYF,1997,7,2591,2829 +PYF,1997,8,2617,2854 +PYF,1997,9,2617,2834 +PYF,1997,10,2584,2757 +PYF,1997,11,2527,2642 +PYF,1997,12,2467,2522 +PYF,1997,13,2405,2391 +PYF,1997,14,2325,2277 +PYF,1997,15,2224,2196 +PYF,1997,16,2114,2140 +PYF,1997,17,2004,2079 +PYF,1997,18,1886,2016 +PYF,1998,0,2318,2379 +PYF,1998,1,2320,2424 +PYF,1998,2,2335,2474 +PYF,1998,3,2289,2416 +PYF,1998,4,2367,2536 +PYF,1998,5,2438,2639 +PYF,1998,6,2501,2723 +PYF,1998,7,2554,2788 +PYF,1998,8,2598,2839 +PYF,1998,9,2637,2884 +PYF,1998,10,2646,2875 +PYF,1998,11,2613,2790 +PYF,1998,12,2550,2657 +PYF,1998,13,2487,2522 +PYF,1998,14,2424,2380 +PYF,1998,15,2339,2255 +PYF,1998,16,2225,2165 +PYF,1998,17,2099,2103 +PYF,1998,18,1973,2036 +PYF,1999,0,2380,2445 +PYF,1999,1,2332,2421 +PYF,1999,2,2310,2424 +PYF,1999,3,2312,2451 +PYF,1999,4,2308,2451 +PYF,1999,5,2370,2546 +PYF,1999,6,2435,2637 +PYF,1999,7,2497,2719 +PYF,1999,8,2553,2787 +PYF,1999,9,2606,2850 +PYF,1999,10,2658,2915 +PYF,1999,11,2676,2917 +PYF,1999,12,2643,2825 +PYF,1999,13,2574,2673 +PYF,1999,14,2507,2524 +PYF,1999,15,2444,2369 +PYF,1999,16,2353,2233 +PYF,1999,17,2227,2135 +PYF,1999,18,2084,2067 +PYF,2000,0,2408,2482 +PYF,2000,1,2331,2414 +PYF,2000,2,2290,2387 +PYF,2000,3,2279,2395 +PYF,2000,4,2292,2431 +PYF,2000,5,2326,2487 +PYF,2000,6,2373,2558 +PYF,2000,7,2430,2636 +PYF,2000,8,2492,2715 +PYF,2000,9,2552,2787 +PYF,2000,10,2613,2862 +PYF,2000,11,2679,2947 +PYF,2000,12,2705,2959 +PYF,2000,13,2672,2860 +PYF,2000,14,2597,2689 +PYF,2000,15,2527,2526 +PYF,2000,16,2463,2359 +PYF,2000,17,2367,2212 +PYF,2000,18,2228,2106 +PYF,2001,0,2397,2486 +PYF,2001,1,2396,2471 +PYF,2001,2,2339,2423 +PYF,2001,3,2310,2409 +PYF,2001,4,2305,2423 +PYF,2001,5,2319,2459 +PYF,2001,6,2349,2512 +PYF,2001,7,2388,2574 +PYF,2001,8,2437,2643 +PYF,2001,9,2495,2714 +PYF,2001,10,2555,2780 +PYF,2001,11,2615,2846 +PYF,2001,12,2678,2923 +PYF,2001,13,2700,2929 +PYF,2001,14,2661,2828 +PYF,2001,15,2578,2660 +PYF,2001,16,2500,2499 +PYF,2001,17,2427,2334 +PYF,2001,18,2331,2192 +PYF,2002,0,2355,2465 +PYF,2002,1,2305,2392 +PYF,2002,2,2384,2461 +PYF,2002,3,2347,2433 +PYF,2002,4,2330,2432 +PYF,2002,5,2331,2452 +PYF,2002,6,2346,2489 +PYF,2002,7,2372,2538 +PYF,2002,8,2402,2591 +PYF,2002,9,2444,2651 +PYF,2002,10,2499,2715 +PYF,2002,11,2559,2774 +PYF,2002,12,2617,2832 +PYF,2002,13,2678,2899 +PYF,2002,14,2696,2899 +PYF,2002,15,2650,2797 +PYF,2002,16,2559,2631 +PYF,2002,17,2474,2473 +PYF,2002,18,2391,2310 +PYF,2003,0,2291,2424 +PYF,2003,1,2279,2378 +PYF,2003,2,2279,2360 +PYF,2003,3,2370,2449 +PYF,2003,4,2352,2442 +PYF,2003,5,2348,2453 +PYF,2003,6,2355,2480 +PYF,2003,7,2371,2518 +PYF,2003,8,2393,2562 +PYF,2003,9,2414,2607 +PYF,2003,10,2449,2658 +PYF,2003,11,2501,2714 +PYF,2003,12,2561,2766 +PYF,2003,13,2616,2816 +PYF,2003,14,2675,2874 +PYF,2003,15,2689,2867 +PYF,2003,16,2636,2765 +PYF,2003,17,2538,2602 +PYF,2003,18,2445,2446 +PYF,2004,0,2225,2377 +PYF,2004,1,2246,2358 +PYF,2004,2,2269,2356 +PYF,2004,3,2294,2369 +PYF,2004,4,2351,2433 +PYF,2004,5,2353,2447 +PYF,2004,6,2361,2471 +PYF,2004,7,2374,2504 +PYF,2004,8,2392,2542 +PYF,2004,9,2409,2582 +PYF,2004,10,2421,2619 +PYF,2004,11,2448,2661 +PYF,2004,12,2498,2709 +PYF,2004,13,2557,2754 +PYF,2004,14,2610,2796 +PYF,2004,15,2667,2844 +PYF,2004,16,2677,2831 +PYF,2004,17,2617,2728 +PYF,2004,18,2511,2568 +PYF,2005,0,2172,2334 +PYF,2005,1,2210,2333 +PYF,2005,2,2245,2342 +PYF,2005,3,2275,2359 +PYF,2005,4,2302,2383 +PYF,2005,5,2326,2413 +PYF,2005,6,2348,2447 +PYF,2005,7,2369,2484 +PYF,2005,8,2388,2523 +PYF,2005,9,2406,2562 +PYF,2005,10,2419,2598 +PYF,2005,11,2423,2626 +PYF,2005,12,2442,2658 +PYF,2005,13,2489,2698 +PYF,2005,14,2547,2737 +PYF,2005,15,2598,2770 +PYF,2005,16,2653,2809 +PYF,2005,17,2659,2790 +PYF,2005,18,2593,2686 +PYF,2006,0,2156,2315 +PYF,2006,1,2164,2330 +PYF,2006,2,2202,2335 +PYF,2006,3,2236,2347 +PYF,2006,4,2267,2366 +PYF,2006,5,2296,2390 +PYF,2006,6,2322,2419 +PYF,2006,7,2348,2451 +PYF,2006,8,2369,2484 +PYF,2006,9,2383,2514 +PYF,2006,10,2393,2543 +PYF,2006,11,2399,2568 +PYF,2006,12,2395,2587 +PYF,2006,13,2409,2610 +PYF,2006,14,2450,2642 +PYF,2006,15,2505,2675 +PYF,2006,16,2553,2702 +PYF,2006,17,2602,2732 +PYF,2006,18,2610,2715 +PYF,2007,0,2155,2301 +PYF,2007,1,2166,2303 +PYF,2007,2,2152,2323 +PYF,2007,3,2188,2333 +PYF,2007,4,2222,2349 +PYF,2007,5,2254,2370 +PYF,2007,6,2284,2394 +PYF,2007,7,2313,2421 +PYF,2007,8,2343,2452 +PYF,2007,9,2364,2479 +PYF,2007,10,2372,2502 +PYF,2007,11,2374,2520 +PYF,2007,12,2372,2535 +PYF,2007,13,2362,2544 +PYF,2007,14,2369,2558 +PYF,2007,15,2406,2582 +PYF,2007,16,2458,2608 +PYF,2007,17,2502,2628 +PYF,2007,18,2546,2651 +PYF,2008,0,2152,2283 +PYF,2008,1,2137,2280 +PYF,2008,2,2134,2286 +PYF,2008,3,2138,2313 +PYF,2008,4,2172,2328 +PYF,2008,5,2206,2348 +PYF,2008,6,2239,2370 +PYF,2008,7,2271,2395 +PYF,2008,8,2302,2421 +PYF,2008,9,2335,2449 +PYF,2008,10,2356,2472 +PYF,2008,11,2360,2486 +PYF,2008,12,2353,2493 +PYF,2008,13,2344,2498 +PYF,2008,14,2327,2498 +PYF,2008,15,2328,2503 +PYF,2008,16,2360,2519 +PYF,2008,17,2408,2538 +PYF,2008,18,2448,2552 +PYF,2009,0,2125,2250 +PYF,2009,1,2100,2248 +PYF,2009,2,2090,2255 +PYF,2009,3,2093,2267 +PYF,2009,4,2126,2301 +PYF,2009,5,2158,2323 +PYF,2009,6,2192,2346 +PYF,2009,7,2226,2370 +PYF,2009,8,2259,2394 +PYF,2009,9,2292,2419 +PYF,2009,10,2329,2446 +PYF,2009,11,2350,2464 +PYF,2009,12,2349,2470 +PYF,2009,13,2333,2466 +PYF,2009,14,2317,2461 +PYF,2009,15,2293,2451 +PYF,2009,16,2288,2447 +PYF,2009,17,2315,2454 +PYF,2009,18,2360,2467 +PYF,2010,0,2058,2195 +PYF,2010,1,2050,2206 +PYF,2010,2,2054,2222 +PYF,2010,3,2067,2242 +PYF,2010,4,2088,2265 +PYF,2010,5,2115,2290 +PYF,2010,6,2146,2317 +PYF,2010,7,2180,2344 +PYF,2010,8,2215,2370 +PYF,2010,9,2249,2394 +PYF,2010,10,2285,2418 +PYF,2010,11,2325,2443 +PYF,2010,12,2347,2456 +PYF,2010,13,2340,2453 +PYF,2010,14,2316,2439 +PYF,2010,15,2293,2424 +PYF,2010,16,2262,2404 +PYF,2010,17,2251,2391 +PYF,2010,18,2273,2390 +PYF,2011,0,1931,2113 +PYF,2011,1,2098,2210 +PYF,2011,2,2097,2226 +PYF,2011,3,2098,2243 +PYF,2011,4,2103,2261 +PYF,2011,5,2110,2280 +PYF,2011,6,2118,2299 +PYF,2011,7,2124,2316 +PYF,2011,8,2142,2334 +PYF,2011,9,2177,2355 +PYF,2011,10,2221,2376 +PYF,2011,11,2264,2396 +PYF,2011,12,2314,2417 +PYF,2011,13,2337,2424 +PYF,2011,14,2320,2408 +PYF,2011,15,2277,2380 +PYF,2011,16,2237,2351 +PYF,2011,17,2189,2315 +PYF,2011,18,2172,2297 +PYF,2012,0,1765,2009 +PYF,2012,1,1897,2087 +PYF,2012,2,2143,2226 +PYF,2012,3,2148,2247 +PYF,2012,4,2147,2266 +PYF,2012,5,2142,2282 +PYF,2012,6,2136,2297 +PYF,2012,7,2126,2309 +PYF,2012,8,2107,2316 +PYF,2012,9,2108,2327 +PYF,2012,10,2144,2342 +PYF,2012,11,2198,2359 +PYF,2012,12,2249,2375 +PYF,2012,13,2307,2393 +PYF,2012,14,2333,2393 +PYF,2012,15,2304,2365 +PYF,2012,16,2243,2322 +PYF,2012,17,2187,2279 +PYF,2012,18,2122,2228 +PYF,2013,0,1598,1906 +PYF,2013,1,1818,2023 +PYF,2013,2,1989,2119 +PYF,2013,3,2189,2242 +PYF,2013,4,2199,2268 +PYF,2013,5,2196,2289 +PYF,2013,6,2183,2304 +PYF,2013,7,2164,2314 +PYF,2013,8,2134,2319 +PYF,2013,9,2090,2317 +PYF,2013,10,2075,2319 +PYF,2013,11,2111,2329 +PYF,2013,12,2175,2343 +PYF,2013,13,2234,2354 +PYF,2013,14,2302,2369 +PYF,2013,15,2329,2362 +PYF,2013,16,2289,2323 +PYF,2013,17,2210,2264 +PYF,2013,18,2137,2207 +PYF,2014,0,1484,1837 +PYF,2014,1,1762,1975 +PYF,2014,2,1974,2089 +PYF,2014,3,2127,2179 +PYF,2014,4,2232,2258 +PYF,2014,5,2248,2289 +PYF,2014,6,2242,2311 +PYF,2014,7,2220,2324 +PYF,2014,8,2188,2331 +PYF,2014,9,2139,2329 +PYF,2014,10,2070,2317 +PYF,2014,11,2039,2311 +PYF,2014,12,2075,2316 +PYF,2014,13,2149,2326 +PYF,2014,14,2216,2333 +PYF,2014,15,2293,2345 +PYF,2014,16,2321,2331 +PYF,2014,17,2270,2279 +PYF,2014,18,2173,2205 +PYF,2015,0,1463,1821 +PYF,2015,1,1742,1954 +PYF,2015,2,1956,2063 +PYF,2015,3,2110,2152 +PYF,2015,4,2212,2221 +PYF,2015,5,2271,2273 +PYF,2015,6,2292,2310 +PYF,2015,7,2284,2333 +PYF,2015,8,2253,2344 +PYF,2015,9,2207,2346 +PYF,2015,10,2140,2338 +PYF,2015,11,2046,2317 +PYF,2015,12,1999,2302 +PYF,2015,13,2035,2302 +PYF,2015,14,2119,2308 +PYF,2015,15,2193,2311 +PYF,2015,16,2279,2319 +PYF,2015,17,2309,2300 +PYF,2015,18,2247,2235 +PYF,2016,0,1567,1873 +PYF,2016,1,1529,1846 +PYF,2016,2,1760,1958 +PYF,2016,3,1943,2055 +PYF,2016,4,2083,2137 +PYF,2016,5,2183,2205 +PYF,2016,6,2251,2262 +PYF,2016,7,2294,2308 +PYF,2016,8,2301,2338 +PYF,2016,9,2269,2348 +PYF,2016,10,2212,2344 +PYF,2016,11,2140,2332 +PYF,2016,12,2043,2309 +PYF,2016,13,1994,2292 +PYF,2016,14,2028,2290 +PYF,2016,15,2110,2294 +PYF,2016,16,2182,2294 +PYF,2016,17,2266,2301 +PYF,2016,18,2295,2280 +PYF,2017,0,1761,1979 +PYF,2017,1,1855,2005 +PYF,2017,2,1588,1869 +PYF,2017,3,1771,1960 +PYF,2017,4,1923,2044 +PYF,2017,5,2048,2120 +PYF,2017,6,2146,2187 +PYF,2017,7,2223,2248 +PYF,2017,8,2289,2304 +PYF,2017,9,2311,2341 +PYF,2017,10,2277,2349 +PYF,2017,11,2209,2339 +PYF,2017,12,2131,2324 +PYF,2017,13,2032,2299 +PYF,2017,14,1981,2280 +PYF,2017,15,2013,2275 +PYF,2017,16,2093,2277 +PYF,2017,17,2163,2276 +PYF,2017,18,2245,2280 +PYF,2018,0,1991,2106 +PYF,2018,1,1942,2054 +PYF,2018,2,1917,2026 +PYF,2018,3,1646,1892 +PYF,2018,4,1779,1961 +PYF,2018,5,1901,2032 +PYF,2018,6,2010,2102 +PYF,2018,7,2105,2168 +PYF,2018,8,2192,2234 +PYF,2018,9,2279,2300 +PYF,2018,10,2316,2343 +PYF,2018,11,2281,2350 +PYF,2018,12,2202,2334 +PYF,2018,13,2119,2315 +PYF,2018,14,2019,2288 +PYF,2018,15,1966,2267 +PYF,2018,16,1995,2260 +PYF,2018,17,2073,2260 +PYF,2018,18,2141,2256 +PYF,2019,0,2200,2200 +PYF,2019,1,2000,2100 +PYF,2019,2,1900,2000 +PYF,2019,3,1800,2000 +PYF,2019,4,1700,1900 +PYF,2019,5,1800,2000 +PYF,2019,6,1900,2000 +PYF,2019,7,2000,2100 +PYF,2019,8,2100,2200 +PYF,2019,9,2200,2200 +PYF,2019,10,2300,2300 +PYF,2019,11,2300,2300 +PYF,2019,12,2300,2400 +PYF,2019,13,2200,2300 +PYF,2019,14,2100,2300 +PYF,2019,15,2000,2300 +PYF,2019,16,2000,2300 +PYF,2019,17,2000,2200 +PYF,2019,18,2100,2200 +PYF,2020,0,2300,2300 +PYF,2020,1,2100,2100 +PYF,2020,2,1900,2000 +PYF,2020,3,1800,2000 +PYF,2020,4,1800,1900 +PYF,2020,5,1800,1900 +PYF,2020,6,1800,2000 +PYF,2020,7,1900,2000 +PYF,2020,8,1900,2100 +PYF,2020,9,2000,2100 +PYF,2020,10,2100,2200 +PYF,2020,11,2300,2300 +PYF,2020,12,2300,2400 +PYF,2020,13,2300,2400 +PYF,2020,14,2200,2300 +PYF,2020,15,2100,2300 +PYF,2020,16,2000,2300 +PYF,2020,17,1900,2200 +PYF,2020,18,2000,2200 +PYF,2021,0,2200,2200 +PYF,2021,1,2200,2200 +PYF,2021,2,2000,2100 +PYF,2021,3,1900,2000 +PYF,2021,4,1800,2000 +PYF,2021,5,1800,2000 +PYF,2021,6,1800,2000 +PYF,2021,7,1800,2000 +PYF,2021,8,1800,2000 +PYF,2021,9,1900,2100 +PYF,2021,10,2000,2100 +PYF,2021,11,2100,2200 +PYF,2021,12,2300,2300 +PYF,2021,13,2300,2300 +PYF,2021,14,2300,2300 +PYF,2021,15,2200,2300 +PYF,2021,16,2100,2300 +PYF,2021,17,2000,2300 +PYF,2021,18,1900,2200 +PYF,2022,0,2100,2100 +PYF,2022,1,2000,2100 +PYF,2022,2,2200,2200 +PYF,2022,3,2000,2100 +PYF,2022,4,1900,2000 +PYF,2022,5,1900,2000 +PYF,2022,6,1800,2000 +PYF,2022,7,1800,2000 +PYF,2022,8,1800,2000 +PYF,2022,9,1800,2000 +PYF,2022,10,1900,2100 +PYF,2022,11,2000,2100 +PYF,2022,12,2100,2200 +PYF,2022,13,2300,2300 +PYF,2022,14,2300,2300 +PYF,2022,15,2300,2300 +PYF,2022,16,2200,2300 +PYF,2022,17,2100,2300 +PYF,2022,18,2000,2200 +PYF,2023,0,2000,2000 +PYF,2023,1,1900,2000 +PYF,2023,2,1900,2000 +PYF,2023,3,2100,2100 +PYF,2023,4,2000,2100 +PYF,2023,5,1900,2000 +PYF,2023,6,1900,2000 +PYF,2023,7,1800,2000 +PYF,2023,8,1800,2000 +PYF,2023,9,1800,2000 +PYF,2023,10,1800,2000 +PYF,2023,11,1900,2000 +PYF,2023,12,2000,2100 +PYF,2023,13,2100,2200 +PYF,2023,14,2300,2300 +PYF,2023,15,2300,2300 +PYF,2023,16,2300,2300 +PYF,2023,17,2200,2300 +PYF,2023,18,2100,2300 +PYF,2024,0,1800,1900 +PYF,2024,1,1900,2000 +PYF,2024,2,1900,2000 +PYF,2024,3,1900,2000 +PYF,2024,4,2000,2100 +PYF,2024,5,2000,2100 +PYF,2024,6,1900,2000 +PYF,2024,7,1900,2000 +PYF,2024,8,1900,2000 +PYF,2024,9,1800,2000 +PYF,2024,10,1800,2000 +PYF,2024,11,1800,2000 +PYF,2024,12,1900,2000 +PYF,2024,13,2000,2100 +PYF,2024,14,2100,2200 +PYF,2024,15,2300,2300 +PYF,2024,16,2300,2300 +PYF,2024,17,2300,2300 +PYF,2024,18,2200,2300 +PYF,2025,0,1700,1800 +PYF,2025,1,1800,1900 +PYF,2025,2,1900,2000 +PYF,2025,3,1900,2000 +PYF,2025,4,2000,2000 +PYF,2025,5,2000,2100 +PYF,2025,6,2000,2100 +PYF,2025,7,2000,2100 +PYF,2025,8,1900,2000 +PYF,2025,9,1900,2000 +PYF,2025,10,1900,2000 +PYF,2025,11,1800,2000 +PYF,2025,12,1800,2000 +PYF,2025,13,1900,2000 +PYF,2025,14,2000,2100 +PYF,2025,15,2100,2200 +PYF,2025,16,2200,2300 +PYF,2025,17,2300,2300 +PYF,2025,18,2300,2300 +PYF,2026,0,1700,1800 +PYF,2026,1,1700,1800 +PYF,2026,2,1800,1900 +PYF,2026,3,1900,2000 +PYF,2026,4,1900,2000 +PYF,2026,5,2000,2000 +PYF,2026,6,2000,2100 +PYF,2026,7,2000,2100 +PYF,2026,8,2000,2100 +PYF,2026,9,1900,2000 +PYF,2026,10,1900,2000 +PYF,2026,11,1900,2000 +PYF,2026,12,1800,2000 +PYF,2026,13,1800,2000 +PYF,2026,14,1900,2000 +PYF,2026,15,2000,2100 +PYF,2026,16,2100,2200 +PYF,2026,17,2200,2300 +PYF,2026,18,2300,2300 +PYF,2027,0,1700,1800 +PYF,2027,1,1800,1900 +PYF,2027,2,1700,1900 +PYF,2027,3,1800,1900 +PYF,2027,4,1900,2000 +PYF,2027,5,1900,2000 +PYF,2027,6,2000,2000 +PYF,2027,7,2000,2000 +PYF,2027,8,2000,2100 +PYF,2027,9,2000,2100 +PYF,2027,10,1900,2000 +PYF,2027,11,1900,2000 +PYF,2027,12,1900,2000 +PYF,2027,13,1800,2000 +PYF,2027,14,1800,2000 +PYF,2027,15,1900,2000 +PYF,2027,16,2000,2100 +PYF,2027,17,2100,2200 +PYF,2027,18,2200,2300 +PYF,2028,0,1700,1800 +PYF,2028,1,1800,1900 +PYF,2028,2,1800,1900 +PYF,2028,3,1800,1900 +PYF,2028,4,1800,1900 +PYF,2028,5,1900,2000 +PYF,2028,6,1900,2000 +PYF,2028,7,1900,2000 +PYF,2028,8,2000,2000 +PYF,2028,9,2000,2100 +PYF,2028,10,2000,2100 +PYF,2028,11,2000,2100 +PYF,2028,12,1900,2000 +PYF,2028,13,1900,2000 +PYF,2028,14,1800,2000 +PYF,2028,15,1800,2000 +PYF,2028,16,1900,2000 +PYF,2028,17,2000,2100 +PYF,2028,18,2100,2200 +PYF,2029,0,1800,1900 +PYF,2029,1,1800,1900 +PYF,2029,2,1800,1900 +PYF,2029,3,1800,1900 +PYF,2029,4,1800,1900 +PYF,2029,5,1800,1900 +PYF,2029,6,1900,2000 +PYF,2029,7,1900,2000 +PYF,2029,8,1900,2000 +PYF,2029,9,1900,2000 +PYF,2029,10,2000,2100 +PYF,2029,11,2000,2100 +PYF,2029,12,2000,2100 +PYF,2029,13,1900,2000 +PYF,2029,14,1900,2000 +PYF,2029,15,1800,2000 +PYF,2029,16,1800,2000 +PYF,2029,17,1900,2000 +PYF,2029,18,2000,2100 +PYF,2030,0,1800,1900 +PYF,2030,1,1800,1900 +PYF,2030,2,1800,1900 +PYF,2030,3,1800,1900 +PYF,2030,4,1800,1900 +PYF,2030,5,1800,1900 +PYF,2030,6,1800,1900 +PYF,2030,7,1900,2000 +PYF,2030,8,1900,2000 +PYF,2030,9,1900,2000 +PYF,2030,10,1900,2000 +PYF,2030,11,2000,2100 +PYF,2030,12,2000,2100 +PYF,2030,13,2000,2100 +PYF,2030,14,1900,2000 +PYF,2030,15,1900,2000 +PYF,2030,16,1800,2000 +PYF,2030,17,1800,2000 +PYF,2030,18,1900,2000 +PYF,2031,0,1800,1900 +PYF,2031,1,1800,1900 +PYF,2031,2,1800,1900 +PYF,2031,3,1800,1900 +PYF,2031,4,1800,1900 +PYF,2031,5,1800,1900 +PYF,2031,6,1800,1900 +PYF,2031,7,1800,1900 +PYF,2031,8,1900,2000 +PYF,2031,9,1900,2000 +PYF,2031,10,1900,2000 +PYF,2031,11,1900,2000 +PYF,2031,12,2000,2100 +PYF,2031,13,2000,2100 +PYF,2031,14,2000,2100 +PYF,2031,15,1900,2000 +PYF,2031,16,1900,2000 +PYF,2031,17,1800,2000 +PYF,2031,18,1800,2000 +PYF,2032,0,1800,1900 +PYF,2032,1,1800,1800 +PYF,2032,2,1800,1900 +PYF,2032,3,1800,1900 +PYF,2032,4,1800,1900 +PYF,2032,5,1800,1900 +PYF,2032,6,1800,1900 +PYF,2032,7,1800,1900 +PYF,2032,8,1800,1900 +PYF,2032,9,1900,1900 +PYF,2032,10,1900,2000 +PYF,2032,11,1900,2000 +PYF,2032,12,1900,2000 +PYF,2032,13,2000,2100 +PYF,2032,14,2000,2100 +PYF,2032,15,2000,2100 +PYF,2032,16,1900,2000 +PYF,2032,17,1900,2000 +PYF,2032,18,1800,2000 +PYF,2033,0,1800,1800 +PYF,2033,1,1700,1800 +PYF,2033,2,1700,1800 +PYF,2033,3,1800,1900 +PYF,2033,4,1800,1900 +PYF,2033,5,1800,1900 +PYF,2033,6,1800,1900 +PYF,2033,7,1800,1900 +PYF,2033,8,1800,1900 +PYF,2033,9,1800,1900 +PYF,2033,10,1900,1900 +PYF,2033,11,1900,2000 +PYF,2033,12,1900,2000 +PYF,2033,13,1900,2000 +PYF,2033,14,2000,2100 +PYF,2033,15,2000,2100 +PYF,2033,16,2000,2100 +PYF,2033,17,1900,2000 +PYF,2033,18,1900,2000 +PYF,2034,0,1700,1800 +PYF,2034,1,1700,1800 +PYF,2034,2,1700,1800 +PYF,2034,3,1700,1800 +PYF,2034,4,1800,1900 +PYF,2034,5,1800,1900 +PYF,2034,6,1800,1900 +PYF,2034,7,1800,1900 +PYF,2034,8,1800,1900 +PYF,2034,9,1800,1900 +PYF,2034,10,1800,1900 +PYF,2034,11,1900,1900 +PYF,2034,12,1900,2000 +PYF,2034,13,1900,2000 +PYF,2034,14,1900,2000 +PYF,2034,15,2000,2100 +PYF,2034,16,2000,2100 +PYF,2034,17,2000,2000 +PYF,2034,18,1900,2000 +PYF,2035,0,1700,1800 +PYF,2035,1,1700,1800 +PYF,2035,2,1700,1800 +PYF,2035,3,1700,1800 +PYF,2035,4,1700,1800 +PYF,2035,5,1800,1800 +PYF,2035,6,1800,1900 +PYF,2035,7,1800,1900 +PYF,2035,8,1800,1900 +PYF,2035,9,1800,1900 +PYF,2035,10,1800,1900 +PYF,2035,11,1800,1900 +PYF,2035,12,1900,1900 +PYF,2035,13,1900,2000 +PYF,2035,14,1900,2000 +PYF,2035,15,1900,2000 +PYF,2035,16,2000,2000 +PYF,2035,17,2000,2100 +PYF,2035,18,1900,2000 +PYF,2036,0,1700,1800 +PYF,2036,1,1700,1800 +PYF,2036,2,1700,1800 +PYF,2036,3,1700,1800 +PYF,2036,4,1700,1800 +PYF,2036,5,1700,1800 +PYF,2036,6,1800,1800 +PYF,2036,7,1800,1900 +PYF,2036,8,1800,1900 +PYF,2036,9,1800,1900 +PYF,2036,10,1800,1900 +PYF,2036,11,1800,1900 +PYF,2036,12,1800,1900 +PYF,2036,13,1900,1900 +PYF,2036,14,1900,2000 +PYF,2036,15,1900,2000 +PYF,2036,16,1900,2000 +PYF,2036,17,2000,2000 +PYF,2036,18,2000,2100 +PYF,2037,0,1700,1800 +PYF,2037,1,1700,1800 +PYF,2037,2,1700,1800 +PYF,2037,3,1700,1800 +PYF,2037,4,1700,1800 +PYF,2037,5,1700,1800 +PYF,2037,6,1700,1800 +PYF,2037,7,1800,1800 +PYF,2037,8,1800,1900 +PYF,2037,9,1800,1900 +PYF,2037,10,1800,1900 +PYF,2037,11,1800,1900 +PYF,2037,12,1800,1900 +PYF,2037,13,1800,1900 +PYF,2037,14,1800,1900 +PYF,2037,15,1900,2000 +PYF,2037,16,1900,2000 +PYF,2037,17,1900,2000 +PYF,2037,18,2000,2000 +PYF,2038,0,1700,1800 +PYF,2038,1,1700,1800 +PYF,2038,2,1700,1800 +PYF,2038,3,1700,1800 +PYF,2038,4,1700,1800 +PYF,2038,5,1700,1800 +PYF,2038,6,1700,1800 +PYF,2038,7,1700,1800 +PYF,2038,8,1800,1800 +PYF,2038,9,1800,1900 +PYF,2038,10,1800,1900 +PYF,2038,11,1800,1900 +PYF,2038,12,1800,1900 +PYF,2038,13,1800,1900 +PYF,2038,14,1800,1900 +PYF,2038,15,1800,1900 +PYF,2038,16,1900,2000 +PYF,2038,17,1900,2000 +PYF,2038,18,1900,2000 +PYF,2039,0,1700,1800 +PYF,2039,1,1700,1800 +PYF,2039,2,1700,1800 +PYF,2039,3,1700,1800 +PYF,2039,4,1700,1800 +PYF,2039,5,1700,1800 +PYF,2039,6,1700,1800 +PYF,2039,7,1700,1800 +PYF,2039,8,1700,1800 +PYF,2039,9,1800,1800 +PYF,2039,10,1800,1900 +PYF,2039,11,1800,1900 +PYF,2039,12,1800,1900 +PYF,2039,13,1800,1900 +PYF,2039,14,1800,1900 +PYF,2039,15,1800,1900 +PYF,2039,16,1800,1900 +PYF,2039,17,1900,2000 +PYF,2039,18,1900,2000 +PYF,2040,0,1700,1700 +PYF,2040,1,1700,1700 +PYF,2040,2,1700,1800 +PYF,2040,3,1700,1800 +PYF,2040,4,1700,1800 +PYF,2040,5,1700,1800 +PYF,2040,6,1700,1800 +PYF,2040,7,1700,1800 +PYF,2040,8,1700,1800 +PYF,2040,9,1700,1800 +PYF,2040,10,1800,1800 +PYF,2040,11,1800,1900 +PYF,2040,12,1800,1900 +PYF,2040,13,1800,1900 +PYF,2040,14,1800,1900 +PYF,2040,15,1800,1900 +PYF,2040,16,1800,1900 +PYF,2040,17,1800,1900 +PYF,2040,18,1900,2000 +PYF,2041,0,1600,1700 +PYF,2041,1,1700,1700 +PYF,2041,2,1700,1700 +PYF,2041,3,1700,1800 +PYF,2041,4,1700,1800 +PYF,2041,5,1700,1800 +PYF,2041,6,1700,1800 +PYF,2041,7,1700,1800 +PYF,2041,8,1700,1800 +PYF,2041,9,1700,1800 +PYF,2041,10,1700,1800 +PYF,2041,11,1800,1800 +PYF,2041,12,1800,1900 +PYF,2041,13,1800,1900 +PYF,2041,14,1800,1900 +PYF,2041,15,1800,1900 +PYF,2041,16,1800,1900 +PYF,2041,17,1800,1900 +PYF,2041,18,1800,1900 +PYF,2042,0,1600,1700 +PYF,2042,1,1600,1700 +PYF,2042,2,1700,1700 +PYF,2042,3,1700,1700 +PYF,2042,4,1700,1800 +PYF,2042,5,1700,1800 +PYF,2042,6,1700,1800 +PYF,2042,7,1700,1800 +PYF,2042,8,1700,1800 +PYF,2042,9,1700,1800 +PYF,2042,10,1700,1800 +PYF,2042,11,1700,1800 +PYF,2042,12,1800,1800 +PYF,2042,13,1800,1900 +PYF,2042,14,1800,1900 +PYF,2042,15,1800,1900 +PYF,2042,16,1800,1900 +PYF,2042,17,1800,1900 +PYF,2042,18,1800,1900 +PYF,2043,0,1600,1700 +PYF,2043,1,1600,1700 +PYF,2043,2,1600,1700 +PYF,2043,3,1700,1700 +PYF,2043,4,1700,1700 +PYF,2043,5,1700,1800 +PYF,2043,6,1700,1800 +PYF,2043,7,1700,1800 +PYF,2043,8,1700,1800 +PYF,2043,9,1700,1800 +PYF,2043,10,1700,1800 +PYF,2043,11,1700,1800 +PYF,2043,12,1700,1800 +PYF,2043,13,1800,1800 +PYF,2043,14,1800,1900 +PYF,2043,15,1800,1900 +PYF,2043,16,1800,1900 +PYF,2043,17,1800,1900 +PYF,2043,18,1800,1900 +PYF,2044,0,1600,1700 +PYF,2044,1,1600,1700 +PYF,2044,2,1600,1700 +PYF,2044,3,1600,1700 +PYF,2044,4,1700,1700 +PYF,2044,5,1700,1700 +PYF,2044,6,1700,1800 +PYF,2044,7,1700,1800 +PYF,2044,8,1700,1800 +PYF,2044,9,1700,1800 +PYF,2044,10,1700,1800 +PYF,2044,11,1700,1800 +PYF,2044,12,1700,1800 +PYF,2044,13,1700,1800 +PYF,2044,14,1800,1800 +PYF,2044,15,1800,1900 +PYF,2044,16,1800,1900 +PYF,2044,17,1800,1900 +PYF,2044,18,1800,1900 +PYF,2045,0,1600,1700 +PYF,2045,1,1600,1700 +PYF,2045,2,1600,1700 +PYF,2045,3,1600,1700 +PYF,2045,4,1600,1700 +PYF,2045,5,1700,1700 +PYF,2045,6,1700,1700 +PYF,2045,7,1700,1800 +PYF,2045,8,1700,1800 +PYF,2045,9,1700,1800 +PYF,2045,10,1700,1800 +PYF,2045,11,1700,1800 +PYF,2045,12,1700,1800 +PYF,2045,13,1700,1800 +PYF,2045,14,1700,1800 +PYF,2045,15,1800,1800 +PYF,2045,16,1800,1900 +PYF,2045,17,1800,1900 +PYF,2045,18,1800,1900 +PYF,2046,0,1600,1600 +PYF,2046,1,1600,1700 +PYF,2046,2,1600,1700 +PYF,2046,3,1600,1700 +PYF,2046,4,1600,1700 +PYF,2046,5,1600,1700 +PYF,2046,6,1700,1700 +PYF,2046,7,1700,1700 +PYF,2046,8,1700,1800 +PYF,2046,9,1700,1800 +PYF,2046,10,1700,1800 +PYF,2046,11,1700,1800 +PYF,2046,12,1700,1800 +PYF,2046,13,1700,1800 +PYF,2046,14,1700,1800 +PYF,2046,15,1700,1800 +PYF,2046,16,1800,1800 +PYF,2046,17,1800,1900 +PYF,2046,18,1800,1900 +PYF,2047,0,1600,1600 +PYF,2047,1,1600,1700 +PYF,2047,2,1600,1700 +PYF,2047,3,1600,1700 +PYF,2047,4,1600,1700 +PYF,2047,5,1600,1700 +PYF,2047,6,1600,1700 +PYF,2047,7,1700,1700 +PYF,2047,8,1700,1700 +PYF,2047,9,1700,1800 +PYF,2047,10,1700,1800 +PYF,2047,11,1700,1800 +PYF,2047,12,1700,1800 +PYF,2047,13,1700,1800 +PYF,2047,14,1700,1800 +PYF,2047,15,1700,1800 +PYF,2047,16,1700,1800 +PYF,2047,17,1800,1800 +PYF,2047,18,1800,1900 +PYF,2048,0,1500,1600 +PYF,2048,1,1600,1600 +PYF,2048,2,1600,1700 +PYF,2048,3,1600,1700 +PYF,2048,4,1600,1700 +PYF,2048,5,1600,1700 +PYF,2048,6,1600,1700 +PYF,2048,7,1600,1700 +PYF,2048,8,1700,1700 +PYF,2048,9,1700,1700 +PYF,2048,10,1700,1800 +PYF,2048,11,1700,1800 +PYF,2048,12,1700,1800 +PYF,2048,13,1700,1800 +PYF,2048,14,1700,1800 +PYF,2048,15,1700,1800 +PYF,2048,16,1700,1800 +PYF,2048,17,1700,1800 +PYF,2048,18,1800,1800 +PYF,2049,0,1500,1600 +PYF,2049,1,1500,1600 +PYF,2049,2,1600,1600 +PYF,2049,3,1600,1700 +PYF,2049,4,1600,1700 +PYF,2049,5,1600,1700 +PYF,2049,6,1600,1700 +PYF,2049,7,1600,1700 +PYF,2049,8,1600,1700 +PYF,2049,9,1600,1700 +PYF,2049,10,1700,1700 +PYF,2049,11,1700,1800 +PYF,2049,12,1700,1800 +PYF,2049,13,1700,1800 +PYF,2049,14,1700,1800 +PYF,2049,15,1700,1800 +PYF,2049,16,1700,1800 +PYF,2049,17,1700,1800 +PYF,2049,18,1700,1800 +PYF,2050,0,1500,1600 +PYF,2050,1,1500,1600 +PYF,2050,2,1500,1600 +PYF,2050,3,1600,1600 +PYF,2050,4,1600,1600 +PYF,2050,5,1600,1700 +PYF,2050,6,1600,1700 +PYF,2050,7,1600,1700 +PYF,2050,8,1600,1700 +PYF,2050,9,1600,1700 +PYF,2050,10,1600,1700 +PYF,2050,11,1700,1700 +PYF,2050,12,1700,1800 +PYF,2050,13,1700,1800 +PYF,2050,14,1700,1800 +PYF,2050,15,1700,1800 +PYF,2050,16,1700,1800 +PYF,2050,17,1700,1800 +PYF,2050,18,1700,1800 +QAT,1990,0,4590,4716 +QAT,1990,1,4932,5151 +QAT,1990,2,5148,5423 +QAT,1990,3,5251,5551 +QAT,1990,4,5256,5554 +QAT,1990,5,5174,5454 +QAT,1990,6,5021,5268 +QAT,1990,7,4808,5018 +QAT,1990,8,4551,4723 +QAT,1990,9,4261,4403 +QAT,1990,10,3943,4056 +QAT,1990,11,3601,3682 +QAT,1990,12,3296,3404 +QAT,1990,13,3057,3283 +QAT,1990,14,2872,3278 +QAT,1990,15,2683,3288 +QAT,1990,16,2489,3340 +QAT,1990,17,2378,3424 +QAT,1990,18,2387,3527 +QAT,1991,0,4598,4715 +QAT,1991,1,4653,4842 +QAT,1991,2,4919,5184 +QAT,1991,3,5083,5389 +QAT,1991,4,5153,5474 +QAT,1991,5,5141,5455 +QAT,1991,6,5058,5355 +QAT,1991,7,4919,5197 +QAT,1991,8,4719,4961 +QAT,1991,9,4463,4646 +QAT,1991,10,4170,4291 +QAT,1991,11,3858,3926 +QAT,1991,12,3529,3535 +QAT,1991,13,3231,3291 +QAT,1991,14,2990,3281 +QAT,1991,15,2797,3434 +QAT,1991,16,2606,3593 +QAT,1991,17,2410,3792 +QAT,1991,18,2308,4007 +QAT,1992,0,4656,4775 +QAT,1992,1,4907,5141 +QAT,1992,2,4681,4929 +QAT,1992,3,4869,5172 +QAT,1992,4,4978,5309 +QAT,1992,5,5015,5350 +QAT,1992,6,4986,5308 +QAT,1992,7,4903,5210 +QAT,1992,8,4779,5082 +QAT,1992,9,4593,4861 +QAT,1992,10,4341,4528 +QAT,1992,11,4047,4142 +QAT,1992,12,3742,3761 +QAT,1992,13,3429,3356 +QAT,1992,14,3140,3149 +QAT,1992,15,2899,3251 +QAT,1992,16,2701,3562 +QAT,1992,17,2508,3871 +QAT,1992,18,2313,4218 +QAT,1993,0,4756,4877 +QAT,1993,1,4888,5121 +QAT,1993,2,4973,5281 +QAT,1993,3,4692,4990 +QAT,1993,4,4801,5135 +QAT,1993,5,4855,5202 +QAT,1993,6,4858,5199 +QAT,1993,7,4813,5135 +QAT,1993,8,4730,5038 +QAT,1993,9,4621,4940 +QAT,1993,10,4450,4736 +QAT,1993,11,4204,4388 +QAT,1993,12,3909,3971 +QAT,1993,13,3614,3577 +QAT,1993,14,3317,3161 +QAT,1993,15,3039,2991 +QAT,1993,16,2798,3204 +QAT,1993,17,2595,3673 +QAT,1993,18,2401,4129 +QAT,1994,0,4873,4986 +QAT,1994,1,4890,5110 +QAT,1994,2,4894,5190 +QAT,1994,3,4885,5229 +QAT,1994,4,4706,5044 +QAT,1994,5,4737,5090 +QAT,1994,6,4738,5089 +QAT,1994,7,4707,5043 +QAT,1994,8,4645,4956 +QAT,1994,9,4563,4861 +QAT,1994,10,4469,4793 +QAT,1994,11,4312,4605 +QAT,1994,12,4071,4242 +QAT,1994,13,3776,3797 +QAT,1994,14,3489,3390 +QAT,1994,15,3208,2962 +QAT,1994,16,2941,2831 +QAT,1994,17,2700,3154 +QAT,1994,18,2492,3777 +QAT,1995,0,4989,5079 +QAT,1995,1,4924,5120 +QAT,1995,2,4869,5144 +QAT,1995,3,4822,5149 +QAT,1995,4,4779,5137 +QAT,1995,5,4736,5105 +QAT,1995,6,4690,5055 +QAT,1995,7,4636,4985 +QAT,1995,8,4572,4895 +QAT,1995,9,4494,4786 +QAT,1995,10,4411,4693 +QAT,1995,11,4332,4655 +QAT,1995,12,4189,4484 +QAT,1995,13,3952,4105 +QAT,1995,14,3656,3630 +QAT,1995,15,3376,3210 +QAT,1995,16,3111,2771 +QAT,1995,17,2853,2676 +QAT,1995,18,2612,3109 +QAT,1996,0,5034,5092 +QAT,1996,1,4961,5099 +QAT,1996,2,4892,5116 +QAT,1996,3,4832,5116 +QAT,1996,4,4778,5101 +QAT,1996,5,4727,5069 +QAT,1996,6,4676,5023 +QAT,1996,7,4622,4962 +QAT,1996,8,4560,4886 +QAT,1996,9,4489,4798 +QAT,1996,10,4405,4696 +QAT,1996,11,4317,4614 +QAT,1996,12,4234,4585 +QAT,1996,13,4096,4443 +QAT,1996,14,3879,4123 +QAT,1996,15,3612,3724 +QAT,1996,16,3362,3377 +QAT,1996,17,3125,3012 +QAT,1996,18,2895,2975 +QAT,1997,0,5094,5136 +QAT,1997,1,4980,5145 +QAT,1997,2,4955,5162 +QAT,1997,3,4883,5154 +QAT,1997,4,4817,5132 +QAT,1997,5,4756,5095 +QAT,1997,6,4697,5046 +QAT,1997,7,4637,4984 +QAT,1997,8,4575,4911 +QAT,1997,9,4506,4830 +QAT,1997,10,4427,4742 +QAT,1997,11,4337,4647 +QAT,1997,12,4244,4574 +QAT,1997,13,4156,4554 +QAT,1997,14,4023,4440 +QAT,1997,15,3824,4175 +QAT,1997,16,3586,3848 +QAT,1997,17,3363,3569 +QAT,1997,18,3153,3274 +QAT,1998,0,5186,5223 +QAT,1998,1,5082,5253 +QAT,1998,2,4992,5260 +QAT,1998,3,4974,5257 +QAT,1998,4,4898,5225 +QAT,1998,5,4827,5180 +QAT,1998,6,4758,5122 +QAT,1998,7,4691,5054 +QAT,1998,8,4622,4977 +QAT,1998,9,4552,4892 +QAT,1998,10,4475,4804 +QAT,1998,11,4388,4716 +QAT,1998,12,4291,4627 +QAT,1998,13,4193,4563 +QAT,1998,14,4099,4552 +QAT,1998,15,3970,4465 +QAT,1998,16,3789,4253 +QAT,1998,17,3578,3995 +QAT,1998,18,3381,3784 +QAT,1999,0,5332,5373 +QAT,1999,1,5238,5415 +QAT,1999,2,5150,5427 +QAT,1999,3,5067,5412 +QAT,1999,4,5018,5369 +QAT,1999,5,4938,5312 +QAT,1999,6,4860,5243 +QAT,1999,7,4784,5164 +QAT,1999,8,4707,5077 +QAT,1999,9,4630,4984 +QAT,1999,10,4551,4887 +QAT,1999,11,4465,4793 +QAT,1999,12,4370,4704 +QAT,1999,13,4267,4621 +QAT,1999,14,4163,4566 +QAT,1999,15,4063,4563 +QAT,1999,16,3937,4503 +QAT,1999,17,3773,4345 +QAT,1999,18,3587,4156 +QAT,2000,0,5551,5611 +QAT,2000,1,5450,5638 +QAT,2000,2,5354,5637 +QAT,2000,3,5263,5611 +QAT,2000,4,5174,5563 +QAT,2000,5,5088,5497 +QAT,2000,6,5003,5416 +QAT,2000,7,4919,5323 +QAT,2000,8,4835,5221 +QAT,2000,9,4749,5115 +QAT,2000,10,4662,5006 +QAT,2000,11,4574,4896 +QAT,2000,12,4479,4794 +QAT,2000,13,4375,4705 +QAT,2000,14,4264,4628 +QAT,2000,15,4153,4582 +QAT,2000,16,4047,4588 +QAT,2000,17,3924,4555 +QAT,2000,18,3776,4450 +QAT,2001,0,5656,5522 +QAT,2001,1,5557,5451 +QAT,2001,2,5456,5456 +QAT,2001,3,5362,5443 +QAT,2001,4,5273,5413 +QAT,2001,5,5188,5368 +QAT,2001,6,5107,5318 +QAT,2001,7,5031,5275 +QAT,2001,8,4947,5189 +QAT,2001,9,4850,5042 +QAT,2001,10,4744,4864 +QAT,2001,11,4641,4702 +QAT,2001,12,4542,4541 +QAT,2001,13,4440,4464 +QAT,2001,14,4334,4513 +QAT,2001,15,4227,4652 +QAT,2001,16,4123,4809 +QAT,2001,17,4022,5009 +QAT,2001,18,3933,5194 +QAT,2002,0,5840,5538 +QAT,2002,1,5688,5462 +QAT,2002,2,5604,5342 +QAT,2002,3,5502,5328 +QAT,2002,4,5408,5305 +QAT,2002,5,5322,5271 +QAT,2002,6,5239,5227 +QAT,2002,7,5163,5192 +QAT,2002,8,5095,5183 +QAT,2002,9,5011,5103 +QAT,2002,10,4901,4913 +QAT,2002,11,4774,4671 +QAT,2002,12,4656,4462 +QAT,2002,13,4545,4254 +QAT,2002,14,4435,4198 +QAT,2002,15,4326,4371 +QAT,2002,16,4222,4703 +QAT,2002,17,4125,5042 +QAT,2002,18,4029,5415 +QAT,2003,0,6120,5777 +QAT,2003,1,5932,5636 +QAT,2003,2,5770,5520 +QAT,2003,3,5703,5412 +QAT,2003,4,5599,5379 +QAT,2003,5,5506,5345 +QAT,2003,6,5420,5307 +QAT,2003,7,5339,5264 +QAT,2003,8,5267,5240 +QAT,2003,9,5206,5262 +QAT,2003,10,5122,5185 +QAT,2003,11,4997,4951 +QAT,2003,12,4848,4641 +QAT,2003,13,4714,4380 +QAT,2003,14,4591,4122 +QAT,2003,15,4473,4084 +QAT,2003,16,4359,4378 +QAT,2003,17,4257,4900 +QAT,2003,18,4165,5419 +QAT,2004,0,6517,6395 +QAT,2004,1,6292,6189 +QAT,2004,2,6102,6024 +QAT,2004,3,5942,5895 +QAT,2004,4,5867,5806 +QAT,2004,5,5760,5752 +QAT,2004,6,5666,5705 +QAT,2004,7,5580,5661 +QAT,2004,8,5501,5614 +QAT,2004,9,5431,5602 +QAT,2004,10,5377,5657 +QAT,2004,11,5291,5579 +QAT,2004,12,5150,5284 +QAT,2004,13,4978,4887 +QAT,2004,14,4825,4558 +QAT,2004,15,4689,4234 +QAT,2004,16,4560,4211 +QAT,2004,17,4441,4647 +QAT,2004,18,4341,5394 +QAT,2005,0,7043,7484 +QAT,2005,1,6787,7216 +QAT,2005,2,6569,6999 +QAT,2005,3,6385,6826 +QAT,2005,4,6229,6691 +QAT,2005,5,6098,6587 +QAT,2005,6,5987,6506 +QAT,2005,7,5890,6442 +QAT,2005,8,5805,6387 +QAT,2005,9,5725,6336 +QAT,2005,10,5658,6334 +QAT,2005,11,5610,6431 +QAT,2005,12,5521,6347 +QAT,2005,13,5363,5966 +QAT,2005,14,5165,5446 +QAT,2005,15,4992,5021 +QAT,2005,16,4840,4602 +QAT,2005,17,4699,4597 +QAT,2005,18,4573,5219 +QAT,2006,0,7374,7584 +QAT,2006,1,7203,7411 +QAT,2006,2,6946,7143 +QAT,2006,3,6719,6912 +QAT,2006,4,6519,6714 +QAT,2006,5,6342,6547 +QAT,2006,6,6190,6443 +QAT,2006,7,6064,6434 +QAT,2006,8,5937,6343 +QAT,2006,9,5797,6096 +QAT,2006,10,5655,5796 +QAT,2006,11,5537,5605 +QAT,2006,12,5441,5474 +QAT,2006,13,5360,5627 +QAT,2006,14,5292,6183 +QAT,2006,15,5242,7042 +QAT,2006,16,5210,7921 +QAT,2006,17,5191,8806 +QAT,2006,18,5222,9956 +QAT,2007,0,7818,8101 +QAT,2007,1,7539,7827 +QAT,2007,2,7439,7744 +QAT,2007,3,7179,7461 +QAT,2007,4,6941,7202 +QAT,2007,5,6723,6970 +QAT,2007,6,6522,6763 +QAT,2007,7,6348,6654 +QAT,2007,8,6206,6714 +QAT,2007,9,6048,6592 +QAT,2007,10,5854,6146 +QAT,2007,11,5649,5590 +QAT,2007,12,5480,5205 +QAT,2007,13,5335,4849 +QAT,2007,14,5260,5238 +QAT,2007,15,5280,6729 +QAT,2007,16,5375,8964 +QAT,2007,17,5482,11147 +QAT,2007,18,5593,13338 +QAT,2008,0,8352,8766 +QAT,2008,1,8074,8516 +QAT,2008,2,7811,8270 +QAT,2008,3,7724,8202 +QAT,2008,4,7460,7900 +QAT,2008,5,7209,7610 +QAT,2008,6,6971,7337 +QAT,2008,7,6746,7086 +QAT,2008,8,6548,6970 +QAT,2008,9,6390,7103 +QAT,2008,10,6200,6947 +QAT,2008,11,5949,6288 +QAT,2008,12,5680,5459 +QAT,2008,13,5458,4868 +QAT,2008,14,5264,4274 +QAT,2008,15,5194,4913 +QAT,2008,16,5303,7391 +QAT,2008,17,5544,11083 +QAT,2008,18,5791,14647 +QAT,2009,0,8955,9385 +QAT,2009,1,8691,9199 +QAT,2009,2,8431,8982 +QAT,2009,3,8173,8741 +QAT,2009,4,8031,8597 +QAT,2009,5,7762,8278 +QAT,2009,6,7497,7958 +QAT,2009,7,7240,7646 +QAT,2009,8,6989,7352 +QAT,2009,9,6766,7230 +QAT,2009,10,6591,7437 +QAT,2009,11,6368,7247 +QAT,2009,12,6060,6375 +QAT,2009,13,5725,5270 +QAT,2009,14,5449,4471 +QAT,2009,15,5205,3634 +QAT,2009,16,5141,4527 +QAT,2009,17,5339,8008 +QAT,2009,18,5729,13177 +QAT,2010,0,9598,9859 +QAT,2010,1,9369,9785 +QAT,2010,2,9127,9634 +QAT,2010,3,8873,9419 +QAT,2010,4,8609,9152 +QAT,2010,5,8339,8847 +QAT,2010,6,8063,8516 +QAT,2010,7,7786,8171 +QAT,2010,8,7508,7826 +QAT,2010,9,7232,7493 +QAT,2010,10,6984,7368 +QAT,2010,11,6792,7646 +QAT,2010,12,6535,7424 +QAT,2010,13,6169,6351 +QAT,2010,14,5768,4986 +QAT,2010,15,5438,3990 +QAT,2010,16,5142,2923 +QAT,2010,17,5085,4058 +QAT,2010,18,5374,8492 +QAT,2011,0,10314,10637 +QAT,2011,1,10210,10792 +QAT,2011,2,9971,10640 +QAT,2011,3,9709,10406 +QAT,2011,4,9429,10110 +QAT,2011,5,9133,9772 +QAT,2011,6,8832,9439 +QAT,2011,7,8535,9157 +QAT,2011,8,8213,8818 +QAT,2011,9,7858,8393 +QAT,2011,10,7491,7978 +QAT,2011,11,7164,7822 +QAT,2011,12,6889,8021 +QAT,2011,13,6626,8219 +QAT,2011,14,6367,8311 +QAT,2011,15,6148,8569 +QAT,2011,16,5990,9092 +QAT,2011,17,5864,9527 +QAT,2011,18,5983,11915 +QAT,2012,0,11054,11262 +QAT,2012,1,10955,11563 +QAT,2012,2,10814,11572 +QAT,2012,3,10565,11343 +QAT,2012,4,10284,11027 +QAT,2012,5,9978,10652 +QAT,2012,6,9650,10247 +QAT,2012,7,9318,9891 +QAT,2012,8,9000,9663 +QAT,2012,9,8634,9336 +QAT,2012,10,8201,8836 +QAT,2012,11,7742,8344 +QAT,2012,12,7335,8159 +QAT,2012,13,6978,8273 +QAT,2012,14,6708,8900 +QAT,2012,15,6558,10197 +QAT,2012,16,6524,12129 +QAT,2012,17,6541,14215 +QAT,2012,18,6587,16197 +QAT,2013,0,11728,11728 +QAT,2013,1,11712,12246 +QAT,2013,2,11625,12485 +QAT,2013,3,11376,12210 +QAT,2013,4,11117,11906 +QAT,2013,5,10819,11512 +QAT,2013,6,10487,11062 +QAT,2013,7,10128,10594 +QAT,2013,8,9767,10219 +QAT,2013,9,9428,10050 +QAT,2013,10,9020,9739 +QAT,2013,11,8510,9169 +QAT,2013,12,7961,8605 +QAT,2013,13,7475,8394 +QAT,2013,14,7036,8420 +QAT,2013,15,6761,9472 +QAT,2013,16,6721,11963 +QAT,2013,17,6873,15553 +QAT,2013,18,7067,19183 +QAT,2014,0,12231,12042 +QAT,2014,1,12294,12730 +QAT,2014,2,12269,13091 +QAT,2014,3,12165,13174 +QAT,2014,4,11860,12734 +QAT,2014,5,11594,12359 +QAT,2014,6,11280,11891 +QAT,2014,7,10926,11372 +QAT,2014,8,10538,10846 +QAT,2014,9,10149,10455 +QAT,2014,10,9793,10345 +QAT,2014,11,9345,10053 +QAT,2014,12,8762,9419 +QAT,2014,13,8127,8790 +QAT,2014,14,7565,8554 +QAT,2014,15,7047,8495 +QAT,2014,16,6768,9955 +QAT,2014,17,6838,13599 +QAT,2014,18,7177,18790 +QAT,2015,0,12506,12215 +QAT,2015,1,12629,12994 +QAT,2015,2,12658,13430 +QAT,2015,3,12599,13572 +QAT,2015,4,12462,13470 +QAT,2015,5,12253,13174 +QAT,2015,6,11982,12732 +QAT,2015,7,11655,12195 +QAT,2015,8,11281,11611 +QAT,2015,9,10867,11031 +QAT,2015,10,10455,10628 +QAT,2015,11,10083,10576 +QAT,2015,12,9600,10303 +QAT,2015,13,8948,9611 +QAT,2015,14,8233,8921 +QAT,2015,15,7601,8663 +QAT,2015,16,7008,8521 +QAT,2015,17,6728,10370 +QAT,2015,18,6907,15113 +QAT,2016,0,12890,12659 +QAT,2016,1,12805,12755 +QAT,2016,2,12893,13364 +QAT,2016,3,12894,13682 +QAT,2016,4,12815,13751 +QAT,2016,5,12662,13615 +QAT,2016,6,12447,13356 +QAT,2016,7,12184,13058 +QAT,2016,8,11850,12561 +QAT,2016,9,11442,11828 +QAT,2016,10,10984,11024 +QAT,2016,11,10538,10473 +QAT,2016,12,10135,10261 +QAT,2016,13,9661,10225 +QAT,2016,14,9078,10366 +QAT,2016,15,8471,10891 +QAT,2016,16,7944,11749 +QAT,2016,17,7452,12645 +QAT,2016,18,7287,15559 +QAT,2017,0,13032,12939 +QAT,2017,1,13227,13691 +QAT,2017,2,13005,13200 +QAT,2017,3,13056,13633 +QAT,2017,4,13029,13829 +QAT,2017,5,12929,13824 +QAT,2017,6,12762,13653 +QAT,2017,7,12544,13434 +QAT,2017,8,12290,13284 +QAT,2017,9,11952,12833 +QAT,2017,10,11514,11954 +QAT,2017,11,11013,10928 +QAT,2017,12,10537,10233 +QAT,2017,13,10106,9861 +QAT,2017,14,9644,10065 +QAT,2017,15,9136,11049 +QAT,2017,16,8645,12800 +QAT,2017,17,8227,14783 +QAT,2017,18,7841,16724 +QAT,2018,0,13010,13090 +QAT,2018,1,13218,13740 +QAT,2018,2,13345,14149 +QAT,2018,3,13141,13577 +QAT,2018,4,13155,13831 +QAT,2018,5,13101,13904 +QAT,2018,6,12981,13824 +QAT,2018,7,12800,13620 +QAT,2018,8,12579,13443 +QAT,2018,9,12336,13441 +QAT,2018,10,11996,13037 +QAT,2018,11,11530,12018 +QAT,2018,12,10989,10776 +QAT,2018,13,10484,9940 +QAT,2018,14,10027,9409 +QAT,2018,15,9581,9852 +QAT,2018,16,9149,11675 +QAT,2018,17,8776,14643 +QAT,2018,18,8471,17740 +QAT,2019,0,13000,13000 +QAT,2019,1,13000,14000 +QAT,2019,2,13000,14000 +QAT,2019,3,13000,14000 +QAT,2019,4,13000,14000 +QAT,2019,5,13000,14000 +QAT,2019,6,13000,14000 +QAT,2019,7,13000,14000 +QAT,2019,8,13000,14000 +QAT,2019,9,13000,13000 +QAT,2019,10,12000,14000 +QAT,2019,11,12000,13000 +QAT,2019,12,12000,12000 +QAT,2019,13,11000,11000 +QAT,2019,14,10000,9600 +QAT,2019,15,9900,8900 +QAT,2019,16,9500,9600 +QAT,2019,17,9100,12000 +QAT,2019,18,8900,16000 +QAT,2020,0,13000,13000 +QAT,2020,1,13000,14000 +QAT,2020,2,13000,14000 +QAT,2020,3,13000,14000 +QAT,2020,4,13000,14000 +QAT,2020,5,13000,14000 +QAT,2020,6,13000,14000 +QAT,2020,7,13000,14000 +QAT,2020,8,13000,14000 +QAT,2020,9,13000,13000 +QAT,2020,10,13000,13000 +QAT,2020,11,12000,14000 +QAT,2020,12,12000,13000 +QAT,2020,13,12000,12000 +QAT,2020,14,11000,10000 +QAT,2020,15,10000,9300 +QAT,2020,16,9800,8500 +QAT,2020,17,9400,9400 +QAT,2020,18,9200,13000 +QAT,2021,0,13000,13000 +QAT,2021,1,13000,13000 +QAT,2021,2,13000,14000 +QAT,2021,3,13000,14000 +QAT,2021,4,13000,14000 +QAT,2021,5,13000,14000 +QAT,2021,6,13000,14000 +QAT,2021,7,13000,14000 +QAT,2021,8,13000,14000 +QAT,2021,9,13000,14000 +QAT,2021,10,13000,13000 +QAT,2021,11,13000,13000 +QAT,2021,12,12000,13000 +QAT,2021,13,12000,13000 +QAT,2021,14,12000,13000 +QAT,2021,15,11000,12000 +QAT,2021,16,11000,12000 +QAT,2021,17,10000,12000 +QAT,2021,18,10000,14000 +QAT,2022,0,13000,13000 +QAT,2022,1,13000,14000 +QAT,2022,2,13000,14000 +QAT,2022,3,13000,14000 +QAT,2022,4,13000,14000 +QAT,2022,5,14000,14000 +QAT,2022,6,14000,14000 +QAT,2022,7,14000,14000 +QAT,2022,8,14000,14000 +QAT,2022,9,13000,14000 +QAT,2022,10,13000,14000 +QAT,2022,11,13000,13000 +QAT,2022,12,13000,13000 +QAT,2022,13,12000,13000 +QAT,2022,14,12000,13000 +QAT,2022,15,12000,13000 +QAT,2022,16,11000,14000 +QAT,2022,17,11000,14000 +QAT,2022,18,11000,15000 +QAT,2023,0,13000,13000 +QAT,2023,1,13000,14000 +QAT,2023,2,13000,14000 +QAT,2023,3,13000,14000 +QAT,2023,4,14000,14000 +QAT,2023,5,14000,14000 +QAT,2023,6,14000,14000 +QAT,2023,7,14000,14000 +QAT,2023,8,14000,15000 +QAT,2023,9,14000,15000 +QAT,2023,10,13000,15000 +QAT,2023,11,13000,14000 +QAT,2023,12,13000,13000 +QAT,2023,13,13000,13000 +QAT,2023,14,12000,13000 +QAT,2023,15,12000,13000 +QAT,2023,16,12000,14000 +QAT,2023,17,12000,15000 +QAT,2023,18,11000,17000 +QAT,2024,0,13000,13000 +QAT,2024,1,13000,14000 +QAT,2024,2,13000,14000 +QAT,2024,3,13000,14000 +QAT,2024,4,14000,14000 +QAT,2024,5,14000,14000 +QAT,2024,6,14000,15000 +QAT,2024,7,14000,15000 +QAT,2024,8,14000,15000 +QAT,2024,9,14000,15000 +QAT,2024,10,14000,15000 +QAT,2024,11,14000,15000 +QAT,2024,12,13000,14000 +QAT,2024,13,13000,13000 +QAT,2024,14,12000,13000 +QAT,2024,15,12000,13000 +QAT,2024,16,12000,13000 +QAT,2024,17,12000,15000 +QAT,2024,18,12000,17000 +QAT,2025,0,13000,13000 +QAT,2025,1,13000,14000 +QAT,2025,2,13000,14000 +QAT,2025,3,13000,14000 +QAT,2025,4,14000,14000 +QAT,2025,5,14000,15000 +QAT,2025,6,14000,15000 +QAT,2025,7,14000,15000 +QAT,2025,8,14000,15000 +QAT,2025,9,14000,15000 +QAT,2025,10,14000,15000 +QAT,2025,11,14000,15000 +QAT,2025,12,14000,15000 +QAT,2025,13,13000,14000 +QAT,2025,14,13000,13000 +QAT,2025,15,12000,13000 +QAT,2025,16,12000,12000 +QAT,2025,17,12000,13000 +QAT,2025,18,12000,15000 +QAT,2026,0,13000,13000 +QAT,2026,1,13000,14000 +QAT,2026,2,13000,14000 +QAT,2026,3,13000,14000 +QAT,2026,4,14000,14000 +QAT,2026,5,14000,15000 +QAT,2026,6,14000,15000 +QAT,2026,7,14000,15000 +QAT,2026,8,14000,15000 +QAT,2026,9,14000,15000 +QAT,2026,10,14000,15000 +QAT,2026,11,14000,15000 +QAT,2026,12,14000,15000 +QAT,2026,13,14000,15000 +QAT,2026,14,13000,15000 +QAT,2026,15,13000,15000 +QAT,2026,16,13000,15000 +QAT,2026,17,12000,15000 +QAT,2026,18,12000,17000 +QAT,2027,0,13000,13000 +QAT,2027,1,13000,14000 +QAT,2027,2,13000,14000 +QAT,2027,3,13000,14000 +QAT,2027,4,14000,14000 +QAT,2027,5,14000,15000 +QAT,2027,6,14000,15000 +QAT,2027,7,14000,15000 +QAT,2027,8,14000,15000 +QAT,2027,9,14000,15000 +QAT,2027,10,14000,15000 +QAT,2027,11,14000,15000 +QAT,2027,12,14000,14000 +QAT,2027,13,14000,15000 +QAT,2027,14,14000,15000 +QAT,2027,15,13000,15000 +QAT,2027,16,13000,16000 +QAT,2027,17,13000,17000 +QAT,2027,18,13000,18000 +QAT,2028,0,13000,13000 +QAT,2028,1,13000,14000 +QAT,2028,2,13000,14000 +QAT,2028,3,13000,14000 +QAT,2028,4,14000,14000 +QAT,2028,5,14000,15000 +QAT,2028,6,14000,15000 +QAT,2028,7,14000,15000 +QAT,2028,8,14000,15000 +QAT,2028,9,14000,15000 +QAT,2028,10,14000,15000 +QAT,2028,11,14000,15000 +QAT,2028,12,14000,15000 +QAT,2028,13,14000,14000 +QAT,2028,14,14000,14000 +QAT,2028,15,14000,15000 +QAT,2028,16,13000,16000 +QAT,2028,17,13000,17000 +QAT,2028,18,13000,19000 +QAT,2029,0,13000,13000 +QAT,2029,1,13000,14000 +QAT,2029,2,13000,14000 +QAT,2029,3,13000,14000 +QAT,2029,4,14000,14000 +QAT,2029,5,14000,15000 +QAT,2029,6,14000,15000 +QAT,2029,7,14000,15000 +QAT,2029,8,14000,15000 +QAT,2029,9,14000,15000 +QAT,2029,10,14000,15000 +QAT,2029,11,14000,15000 +QAT,2029,12,14000,15000 +QAT,2029,13,14000,14000 +QAT,2029,14,14000,14000 +QAT,2029,15,14000,14000 +QAT,2029,16,14000,15000 +QAT,2029,17,13000,17000 +QAT,2029,18,13000,19000 +QAT,2030,0,13000,13000 +QAT,2030,1,13000,13000 +QAT,2030,2,13000,14000 +QAT,2030,3,13000,14000 +QAT,2030,4,13000,14000 +QAT,2030,5,14000,15000 +QAT,2030,6,14000,15000 +QAT,2030,7,14000,15000 +QAT,2030,8,14000,15000 +QAT,2030,9,14000,15000 +QAT,2030,10,14000,15000 +QAT,2030,11,14000,15000 +QAT,2030,12,14000,15000 +QAT,2030,13,14000,15000 +QAT,2030,14,14000,14000 +QAT,2030,15,14000,14000 +QAT,2030,16,14000,14000 +QAT,2030,17,14000,15000 +QAT,2030,18,13000,17000 +QAT,2031,0,13000,13000 +QAT,2031,1,13000,13000 +QAT,2031,2,13000,14000 +QAT,2031,3,13000,14000 +QAT,2031,4,13000,14000 +QAT,2031,5,14000,14000 +QAT,2031,6,14000,15000 +QAT,2031,7,14000,15000 +QAT,2031,8,14000,15000 +QAT,2031,9,14000,15000 +QAT,2031,10,14000,15000 +QAT,2031,11,14000,15000 +QAT,2031,12,14000,15000 +QAT,2031,13,14000,16000 +QAT,2031,14,14000,16000 +QAT,2031,15,14000,16000 +QAT,2031,16,14000,16000 +QAT,2031,17,14000,16000 +QAT,2031,18,14000,18000 +QAT,2032,0,13000,13000 +QAT,2032,1,13000,13000 +QAT,2032,2,13000,14000 +QAT,2032,3,13000,14000 +QAT,2032,4,13000,14000 +QAT,2032,5,14000,14000 +QAT,2032,6,14000,15000 +QAT,2032,7,14000,15000 +QAT,2032,8,14000,15000 +QAT,2032,9,14000,15000 +QAT,2032,10,14000,15000 +QAT,2032,11,14000,15000 +QAT,2032,12,14000,15000 +QAT,2032,13,14000,15000 +QAT,2032,14,14000,16000 +QAT,2032,15,14000,16000 +QAT,2032,16,14000,17000 +QAT,2032,17,14000,18000 +QAT,2032,18,14000,19000 +QAT,2033,0,13000,13000 +QAT,2033,1,13000,13000 +QAT,2033,2,13000,14000 +QAT,2033,3,13000,14000 +QAT,2033,4,13000,14000 +QAT,2033,5,13000,14000 +QAT,2033,6,14000,14000 +QAT,2033,7,14000,15000 +QAT,2033,8,14000,15000 +QAT,2033,9,14000,15000 +QAT,2033,10,14000,15000 +QAT,2033,11,14000,15000 +QAT,2033,12,14000,15000 +QAT,2033,13,14000,15000 +QAT,2033,14,14000,15000 +QAT,2033,15,14000,16000 +QAT,2033,16,14000,17000 +QAT,2033,17,14000,18000 +QAT,2033,18,14000,19000 +QAT,2034,0,12000,13000 +QAT,2034,1,13000,13000 +QAT,2034,2,13000,14000 +QAT,2034,3,13000,14000 +QAT,2034,4,13000,14000 +QAT,2034,5,13000,14000 +QAT,2034,6,14000,14000 +QAT,2034,7,14000,15000 +QAT,2034,8,14000,15000 +QAT,2034,9,14000,15000 +QAT,2034,10,14000,15000 +QAT,2034,11,14000,15000 +QAT,2034,12,14000,15000 +QAT,2034,13,14000,15000 +QAT,2034,14,14000,15000 +QAT,2034,15,14000,15000 +QAT,2034,16,14000,16000 +QAT,2034,17,14000,17000 +QAT,2034,18,14000,19000 +QAT,2035,0,12000,13000 +QAT,2035,1,13000,13000 +QAT,2035,2,13000,14000 +QAT,2035,3,13000,14000 +QAT,2035,4,13000,14000 +QAT,2035,5,13000,14000 +QAT,2035,6,14000,14000 +QAT,2035,7,14000,15000 +QAT,2035,8,14000,15000 +QAT,2035,9,14000,15000 +QAT,2035,10,14000,15000 +QAT,2035,11,14000,15000 +QAT,2035,12,14000,15000 +QAT,2035,13,14000,15000 +QAT,2035,14,14000,15000 +QAT,2035,15,14000,15000 +QAT,2035,16,14000,15000 +QAT,2035,17,14000,16000 +QAT,2035,18,14000,18000 +QAT,2036,0,12000,13000 +QAT,2036,1,13000,13000 +QAT,2036,2,13000,13000 +QAT,2036,3,13000,14000 +QAT,2036,4,13000,14000 +QAT,2036,5,13000,14000 +QAT,2036,6,13000,14000 +QAT,2036,7,14000,15000 +QAT,2036,8,14000,15000 +QAT,2036,9,14000,15000 +QAT,2036,10,14000,15000 +QAT,2036,11,14000,15000 +QAT,2036,12,14000,15000 +QAT,2036,13,14000,15000 +QAT,2036,14,14000,16000 +QAT,2036,15,14000,16000 +QAT,2036,16,14000,16000 +QAT,2036,17,14000,17000 +QAT,2036,18,14000,19000 +QAT,2037,0,13000,13000 +QAT,2037,1,13000,13000 +QAT,2037,2,13000,13000 +QAT,2037,3,13000,14000 +QAT,2037,4,13000,14000 +QAT,2037,5,13000,14000 +QAT,2037,6,13000,14000 +QAT,2037,7,14000,14000 +QAT,2037,8,14000,15000 +QAT,2037,9,14000,15000 +QAT,2037,10,14000,15000 +QAT,2037,11,14000,15000 +QAT,2037,12,14000,15000 +QAT,2037,13,14000,15000 +QAT,2037,14,14000,15000 +QAT,2037,15,14000,16000 +QAT,2037,16,14000,17000 +QAT,2037,17,14000,18000 +QAT,2037,18,14000,19000 +QAT,2038,0,13000,13000 +QAT,2038,1,13000,13000 +QAT,2038,2,13000,13000 +QAT,2038,3,13000,13000 +QAT,2038,4,13000,14000 +QAT,2038,5,13000,14000 +QAT,2038,6,13000,14000 +QAT,2038,7,13000,14000 +QAT,2038,8,14000,14000 +QAT,2038,9,14000,15000 +QAT,2038,10,14000,15000 +QAT,2038,11,14000,15000 +QAT,2038,12,14000,15000 +QAT,2038,13,14000,15000 +QAT,2038,14,14000,15000 +QAT,2038,15,14000,15000 +QAT,2038,16,14000,16000 +QAT,2038,17,14000,18000 +QAT,2038,18,15000,19000 +QAT,2039,0,13000,13000 +QAT,2039,1,13000,13000 +QAT,2039,2,13000,13000 +QAT,2039,3,13000,14000 +QAT,2039,4,13000,14000 +QAT,2039,5,13000,14000 +QAT,2039,6,13000,14000 +QAT,2039,7,13000,14000 +QAT,2039,8,13000,14000 +QAT,2039,9,14000,15000 +QAT,2039,10,14000,15000 +QAT,2039,11,14000,15000 +QAT,2039,12,14000,15000 +QAT,2039,13,14000,15000 +QAT,2039,14,14000,15000 +QAT,2039,15,14000,15000 +QAT,2039,16,14000,15000 +QAT,2039,17,14000,17000 +QAT,2039,18,14000,19000 +QAT,2040,0,13000,13000 +QAT,2040,1,13000,13000 +QAT,2040,2,13000,13000 +QAT,2040,3,13000,14000 +QAT,2040,4,13000,14000 +QAT,2040,5,13000,14000 +QAT,2040,6,13000,14000 +QAT,2040,7,13000,14000 +QAT,2040,8,13000,14000 +QAT,2040,9,13000,14000 +QAT,2040,10,14000,15000 +QAT,2040,11,14000,15000 +QAT,2040,12,14000,15000 +QAT,2040,13,14000,15000 +QAT,2040,14,14000,15000 +QAT,2040,15,14000,15000 +QAT,2040,16,14000,15000 +QAT,2040,17,14000,15000 +QAT,2040,18,14000,17000 +QAT,2041,0,13000,13000 +QAT,2041,1,13000,13000 +QAT,2041,2,13000,13000 +QAT,2041,3,13000,14000 +QAT,2041,4,13000,14000 +QAT,2041,5,13000,14000 +QAT,2041,6,13000,14000 +QAT,2041,7,13000,14000 +QAT,2041,8,13000,14000 +QAT,2041,9,13000,14000 +QAT,2041,10,13000,14000 +QAT,2041,11,14000,14000 +QAT,2041,12,14000,15000 +QAT,2041,13,14000,15000 +QAT,2041,14,14000,15000 +QAT,2041,15,14000,16000 +QAT,2041,16,14000,16000 +QAT,2041,17,14000,16000 +QAT,2041,18,14000,18000 +QAT,2042,0,13000,13000 +QAT,2042,1,13000,13000 +QAT,2042,2,13000,13000 +QAT,2042,3,13000,14000 +QAT,2042,4,13000,14000 +QAT,2042,5,13000,14000 +QAT,2042,6,13000,14000 +QAT,2042,7,13000,14000 +QAT,2042,8,13000,14000 +QAT,2042,9,13000,14000 +QAT,2042,10,13000,14000 +QAT,2042,11,14000,14000 +QAT,2042,12,14000,14000 +QAT,2042,13,14000,15000 +QAT,2042,14,14000,15000 +QAT,2042,15,14000,16000 +QAT,2042,16,14000,16000 +QAT,2042,17,14000,17000 +QAT,2042,18,14000,18000 +QAT,2043,0,13000,13000 +QAT,2043,1,13000,13000 +QAT,2043,2,13000,14000 +QAT,2043,3,13000,14000 +QAT,2043,4,13000,14000 +QAT,2043,5,13000,14000 +QAT,2043,6,13000,14000 +QAT,2043,7,13000,14000 +QAT,2043,8,13000,14000 +QAT,2043,9,13000,14000 +QAT,2043,10,13000,14000 +QAT,2043,11,13000,14000 +QAT,2043,12,14000,14000 +QAT,2043,13,14000,14000 +QAT,2043,14,14000,15000 +QAT,2043,15,14000,15000 +QAT,2043,16,14000,16000 +QAT,2043,17,14000,17000 +QAT,2043,18,14000,19000 +QAT,2044,0,13000,13000 +QAT,2044,1,13000,14000 +QAT,2044,2,13000,14000 +QAT,2044,3,13000,14000 +QAT,2044,4,13000,14000 +QAT,2044,5,13000,14000 +QAT,2044,6,13000,14000 +QAT,2044,7,13000,14000 +QAT,2044,8,13000,14000 +QAT,2044,9,13000,14000 +QAT,2044,10,13000,14000 +QAT,2044,11,13000,14000 +QAT,2044,12,13000,14000 +QAT,2044,13,14000,14000 +QAT,2044,14,14000,14000 +QAT,2044,15,14000,15000 +QAT,2044,16,14000,15000 +QAT,2044,17,14000,16000 +QAT,2044,18,14000,18000 +QAT,2045,0,13000,13000 +QAT,2045,1,13000,14000 +QAT,2045,2,13000,14000 +QAT,2045,3,13000,14000 +QAT,2045,4,13000,14000 +QAT,2045,5,13000,14000 +QAT,2045,6,13000,14000 +QAT,2045,7,13000,14000 +QAT,2045,8,13000,14000 +QAT,2045,9,13000,14000 +QAT,2045,10,13000,14000 +QAT,2045,11,13000,14000 +QAT,2045,12,13000,15000 +QAT,2045,13,13000,14000 +QAT,2045,14,14000,14000 +QAT,2045,15,14000,14000 +QAT,2045,16,14000,14000 +QAT,2045,17,14000,15000 +QAT,2045,18,14000,17000 +QAT,2046,0,13000,14000 +QAT,2046,1,13000,14000 +QAT,2046,2,13000,14000 +QAT,2046,3,13000,14000 +QAT,2046,4,13000,14000 +QAT,2046,5,13000,14000 +QAT,2046,6,13000,14000 +QAT,2046,7,13000,14000 +QAT,2046,8,13000,14000 +QAT,2046,9,13000,14000 +QAT,2046,10,13000,14000 +QAT,2046,11,13000,14000 +QAT,2046,12,13000,14000 +QAT,2046,13,13000,15000 +QAT,2046,14,13000,15000 +QAT,2046,15,14000,15000 +QAT,2046,16,14000,16000 +QAT,2046,17,14000,16000 +QAT,2046,18,14000,17000 +QAT,2047,0,13000,14000 +QAT,2047,1,13000,14000 +QAT,2047,2,13000,14000 +QAT,2047,3,13000,14000 +QAT,2047,4,13000,14000 +QAT,2047,5,13000,14000 +QAT,2047,6,13000,14000 +QAT,2047,7,13000,14000 +QAT,2047,8,13000,14000 +QAT,2047,9,13000,14000 +QAT,2047,10,13000,14000 +QAT,2047,11,13000,14000 +QAT,2047,12,13000,14000 +QAT,2047,13,13000,14000 +QAT,2047,14,13000,15000 +QAT,2047,15,14000,15000 +QAT,2047,16,14000,16000 +QAT,2047,17,14000,17000 +QAT,2047,18,14000,18000 +QAT,2048,0,13000,14000 +QAT,2048,1,13000,14000 +QAT,2048,2,13000,14000 +QAT,2048,3,13000,14000 +QAT,2048,4,13000,14000 +QAT,2048,5,13000,14000 +QAT,2048,6,13000,14000 +QAT,2048,7,13000,14000 +QAT,2048,8,13000,14000 +QAT,2048,9,13000,14000 +QAT,2048,10,13000,14000 +QAT,2048,11,13000,14000 +QAT,2048,12,13000,14000 +QAT,2048,13,13000,14000 +QAT,2048,14,13000,14000 +QAT,2048,15,13000,15000 +QAT,2048,16,14000,15000 +QAT,2048,17,14000,17000 +QAT,2048,18,14000,18000 +QAT,2049,0,13000,14000 +QAT,2049,1,13000,14000 +QAT,2049,2,13000,14000 +QAT,2049,3,13000,14000 +QAT,2049,4,13000,14000 +QAT,2049,5,13000,14000 +QAT,2049,6,13000,14000 +QAT,2049,7,13000,14000 +QAT,2049,8,13000,14000 +QAT,2049,9,13000,14000 +QAT,2049,10,13000,14000 +QAT,2049,11,13000,14000 +QAT,2049,12,13000,14000 +QAT,2049,13,13000,14000 +QAT,2049,14,13000,14000 +QAT,2049,15,13000,14000 +QAT,2049,16,13000,15000 +QAT,2049,17,14000,16000 +QAT,2049,18,14000,18000 +QAT,2050,0,13000,14000 +QAT,2050,1,13000,14000 +QAT,2050,2,13000,14000 +QAT,2050,3,13000,14000 +QAT,2050,4,13000,14000 +QAT,2050,5,13000,14000 +QAT,2050,6,13000,14000 +QAT,2050,7,13000,14000 +QAT,2050,8,13000,14000 +QAT,2050,9,13000,14000 +QAT,2050,10,13000,14000 +QAT,2050,11,13000,14000 +QAT,2050,12,13000,14000 +QAT,2050,13,13000,14000 +QAT,2050,14,13000,14000 +QAT,2050,15,13000,14000 +QAT,2050,16,13000,14000 +QAT,2050,17,13000,15000 +QAT,2050,18,14000,16000 +ROU,1990,0,200060,210323 +ROU,1990,1,184231,193708 +ROU,1990,2,173061,181980 +ROU,1990,3,166009,174569 +ROU,1990,4,162534,170909 +ROU,1990,5,162095,170430 +ROU,1990,6,164152,172564 +ROU,1990,7,168163,176744 +ROU,1990,8,173588,182402 +ROU,1990,9,179885,188969 +ROU,1990,10,187332,196735 +ROU,1990,11,196207,205992 +ROU,1990,12,201876,211878 +ROU,1990,13,202163,212107 +ROU,1990,14,198981,208688 +ROU,1990,15,195963,205443 +ROU,1990,16,191830,201040 +ROU,1990,17,189727,198721 +ROU,1990,18,191408,200300 +ROU,1991,0,183364,192838 +ROU,1991,1,193488,203403 +ROU,1991,2,181859,191189 +ROU,1991,3,173354,182252 +ROU,1991,4,167681,176286 +ROU,1991,5,164550,172987 +ROU,1991,6,163424,171789 +ROU,1991,7,163765,172126 +ROU,1991,8,166518,174993 +ROU,1991,9,171887,180602 +ROU,1991,10,178840,187869 +ROU,1991,11,186427,195795 +ROU,1991,12,195179,204935 +ROU,1991,13,200694,210671 +ROU,1991,14,200786,210711 +ROU,1991,15,197388,207079 +ROU,1991,16,194155,203622 +ROU,1991,17,189808,199008 +ROU,1991,18,187522,196502 +ROU,1992,0,154597,162724 +ROU,1992,1,156328,164488 +ROU,1992,2,187465,197077 +ROU,1992,3,179998,189222 +ROU,1992,4,174128,183047 +ROU,1992,5,169816,178507 +ROU,1992,6,167021,175559 +ROU,1992,7,165205,173639 +ROU,1992,8,163835,172184 +ROU,1992,9,165339,173747 +ROU,1992,10,170668,179324 +ROU,1992,11,178295,187312 +ROU,1992,12,186042,195418 +ROU,1992,13,194697,204469 +ROU,1992,14,200072,210072 +ROU,1992,15,199970,209923 +ROU,1992,16,196346,206068 +ROU,1992,17,192890,202389 +ROU,1992,18,188318,197550 +ROU,1993,0,120593,127117 +ROU,1993,1,136114,143326 +ROU,1993,2,148569,156332 +ROU,1993,3,181680,191002 +ROU,1993,4,178374,187507 +ROU,1993,5,175140,184093 +ROU,1993,6,172187,180977 +ROU,1993,7,169723,178378 +ROU,1993,8,167214,175731 +ROU,1993,9,164126,172476 +ROU,1993,10,164381,172734 +ROU,1993,11,169676,178286 +ROU,1993,12,177989,187007 +ROU,1993,13,185907,195306 +ROU,1993,14,194476,204280 +ROU,1993,15,199718,209756 +ROU,1993,16,199422,209417 +ROU,1993,17,195567,205333 +ROU,1993,18,191883,201428 +ROU,1994,0,91456,96580 +ROU,1994,1,117800,124131 +ROU,1994,2,138493,145768 +ROU,1994,3,154154,162139 +ROU,1994,4,175681,184673 +ROU,1994,5,176551,185556 +ROU,1994,6,175963,184915 +ROU,1994,7,174376,183231 +ROU,1994,8,172248,180984 +ROU,1994,9,169046,177612 +ROU,1994,10,164238,172555 +ROU,1994,11,163241,171504 +ROU,1994,12,168496,177025 +ROU,1994,13,177488,186470 +ROU,1994,14,185569,194953 +ROU,1994,15,194043,203837 +ROU,1994,16,199145,209181 +ROU,1994,17,198655,208652 +ROU,1994,18,194572,204343 +ROU,1995,0,74543,78825 +ROU,1995,1,105133,110829 +ROU,1995,2,129198,136000 +ROU,1995,3,147445,155079 +ROU,1995,4,160583,168808 +ROU,1995,5,169321,177930 +ROU,1995,6,174364,183186 +ROU,1995,7,176423,185318 +ROU,1995,8,176204,185068 +ROU,1995,9,174416,183179 +ROU,1995,10,170529,179090 +ROU,1995,11,164011,172244 +ROU,1995,12,161763,169887 +ROU,1995,13,166968,175363 +ROU,1995,14,176620,185512 +ROU,1995,15,184848,194158 +ROU,1995,16,193209,202934 +ROU,1995,17,198162,208132 +ROU,1995,18,197478,207415 +ROU,1996,0,73213,77429 +ROU,1996,1,80407,84979 +ROU,1996,2,106444,112219 +ROU,1996,3,127701,134451 +ROU,1996,4,144593,152109 +ROU,1996,5,157530,165626 +ROU,1996,6,167219,175739 +ROU,1996,7,174363,183185 +ROU,1996,8,177912,186877 +ROU,1996,9,177691,186641 +ROU,1996,10,174992,183822 +ROU,1996,11,170758,179392 +ROU,1996,12,164175,172502 +ROU,1996,13,161784,170002 +ROU,1996,14,166741,175195 +ROU,1996,15,176074,184969 +ROU,1996,16,183992,193253 +ROU,1996,17,192057,201679 +ROU,1996,18,196689,206512 +ROU,1997,0,83950,88640 +ROU,1997,1,100690,106185 +ROU,1997,2,85994,90813 +ROU,1997,3,107369,113166 +ROU,1997,4,125733,132363 +ROU,1997,5,141203,148525 +ROU,1997,6,153892,161775 +ROU,1997,7,164499,172842 +ROU,1997,8,173724,182454 +ROU,1997,9,178754,187697 +ROU,1997,10,178532,187476 +ROU,1997,11,174929,183735 +ROU,1997,12,170363,178981 +ROU,1997,13,163739,172074 +ROU,1997,14,161213,169440 +ROU,1997,15,165903,174328 +ROU,1997,16,174883,183687 +ROU,1997,17,182462,191575 +ROU,1997,18,190201,199617 +ROU,1998,0,101386,106845 +ROU,1998,1,104682,110334 +ROU,1998,2,109243,115125 +ROU,1998,3,91403,96443 +ROU,1998,4,108088,113877 +ROU,1998,5,123533,130008 +ROU,1998,6,137555,144647 +ROU,1998,7,149972,157604 +ROU,1998,8,161475,169599 +ROU,1998,9,172758,181352 +ROU,1998,10,179256,188129 +ROU,1998,11,179033,187923 +ROU,1998,12,174535,183272 +ROU,1998,13,169646,178204 +ROU,1998,14,162993,171294 +ROU,1998,15,160338,168531 +ROU,1998,16,164753,173107 +ROU,1998,17,173363,182033 +ROU,1998,18,180589,189510 +ROU,1999,0,117617,123800 +ROU,1999,1,109009,114845 +ROU,1999,2,104832,110500 +ROU,1999,3,104496,110153 +ROU,1999,4,96878,102154 +ROU,1999,5,108905,114707 +ROU,1999,6,121455,127801 +ROU,1999,7,134049,140937 +ROU,1999,8,146206,153616 +ROU,1999,9,158613,166548 +ROU,1999,10,171956,180445 +ROU,1999,11,179922,188758 +ROU,1999,12,179699,188567 +ROU,1999,13,174305,183004 +ROU,1999,14,169090,177618 +ROU,1999,15,162402,170698 +ROU,1999,16,159617,167805 +ROU,1999,17,163762,172073 +ROU,1999,18,172011,180577 +ROU,2000,0,127070,133699 +ROU,2000,1,111375,117332 +ROU,2000,2,101854,107399 +ROU,2000,3,97729,103090 +ROU,2000,4,98222,103596 +ROU,2000,5,102556,108106 +ROU,2000,6,109954,115812 +ROU,2000,7,119638,125902 +ROU,2000,8,130831,137568 +ROU,2000,9,142754,149999 +ROU,2000,10,156091,163899 +ROU,2000,11,171522,179973 +ROU,2000,12,180973,189841 +ROU,2000,13,180748,189665 +ROU,2000,14,174447,183177 +ROU,2000,15,168895,177460 +ROU,2000,16,162158,170514 +ROU,2000,17,159236,167483 +ROU,2000,18,163120,171453 +ROU,2001,0,127204,133775 +ROU,2001,1,122369,128735 +ROU,2001,2,109935,115771 +ROU,2001,3,102458,107971 +ROU,2001,4,99359,104733 +ROU,2001,5,100061,105456 +ROU,2001,6,103780,109323 +ROU,2001,7,109734,115518 +ROU,2001,8,118368,124513 +ROU,2001,9,129511,136135 +ROU,2001,10,141973,149141 +ROU,2001,11,155430,163178 +ROU,2001,12,170785,179185 +ROU,2001,13,180054,188862 +ROU,2001,14,179490,188313 +ROU,2001,15,172756,181341 +ROU,2001,16,166795,175170 +ROU,2001,17,159664,167784 +ROU,2001,18,156389,164361 +ROU,2002,0,120915,127184 +ROU,2002,1,107813,113527 +ROU,2002,2,118012,124183 +ROU,2002,3,108799,114575 +ROU,2002,4,103342,108879 +ROU,2002,5,101259,106699 +ROU,2002,6,102170,107640 +ROU,2002,7,105285,110877 +ROU,2002,8,109815,115584 +ROU,2002,9,117424,123514 +ROU,2002,10,128549,135131 +ROU,2002,11,141582,148749 +ROU,2002,12,155197,162966 +ROU,2002,13,170519,178957 +ROU,2002,14,179631,188474 +ROU,2002,15,178727,187551 +ROU,2002,16,171541,180074 +ROU,2002,17,165157,173430 +ROU,2002,18,157612,165583 +ROU,2003,0,111086,116922 +ROU,2003,1,104349,109912 +ROU,2003,2,100110,105501 +ROU,2003,3,113821,119831 +ROU,2003,4,107822,113570 +ROU,2003,5,104380,109973 +ROU,2003,6,103313,108851 +ROU,2003,7,104435,110013 +ROU,2003,8,106950,112624 +ROU,2003,9,110059,115847 +ROU,2003,10,116652,122723 +ROU,2003,11,127775,134353 +ROU,2003,12,141400,148609 +ROU,2003,13,155192,163031 +ROU,2003,14,170504,179032 +ROU,2003,15,179472,188405 +ROU,2003,16,178227,187106 +ROU,2003,17,170578,179111 +ROU,2003,18,163759,171981 +ROU,2004,0,102192,107644 +ROU,2004,1,101525,106973 +ROU,2004,2,101260,106712 +ROU,2004,3,101432,106901 +ROU,2004,4,109529,115363 +ROU,2004,5,106758,112466 +ROU,2004,6,105340,110978 +ROU,2004,7,105291,110918 +ROU,2004,8,106625,112300 +ROU,2004,9,108536,114280 +ROU,2004,10,110218,116013 +ROU,2004,11,115787,121825 +ROU,2004,12,126899,133459 +ROU,2004,13,141107,148343 +ROU,2004,14,155067,162958 +ROU,2004,15,170355,178956 +ROU,2004,16,179172,188175 +ROU,2004,17,177585,186500 +ROU,2004,18,169478,177992 +ROU,2005,0,97490,102748 +ROU,2005,1,100403,105811 +ROU,2005,2,102401,107909 +ROU,2005,3,103696,109267 +ROU,2005,4,104502,110106 +ROU,2005,5,105029,110651 +ROU,2005,6,105492,111125 +ROU,2005,7,106102,111750 +ROU,2005,8,107072,112752 +ROU,2005,9,108614,114352 +ROU,2005,10,109917,115697 +ROU,2005,11,110168,115935 +ROU,2005,12,114703,120671 +ROU,2005,13,125783,132283 +ROU,2005,14,140548,147765 +ROU,2005,15,154649,162542 +ROU,2005,16,169886,178503 +ROU,2005,17,178535,187551 +ROU,2005,18,176609,185502 +ROU,2006,0,98485,103823 +ROU,2006,1,98228,103522 +ROU,2006,2,100425,105820 +ROU,2006,3,102012,107475 +ROU,2006,4,103145,108651 +ROU,2006,5,103978,109512 +ROU,2006,6,104710,110265 +ROU,2006,7,105536,111116 +ROU,2006,8,106404,112019 +ROU,2006,9,107388,113054 +ROU,2006,10,108766,114512 +ROU,2006,11,109978,115789 +ROU,2006,12,110217,116031 +ROU,2006,13,114458,120497 +ROU,2006,14,124827,131434 +ROU,2006,15,138629,145990 +ROU,2006,16,151830,159900 +ROU,2006,17,166186,175020 +ROU,2006,18,174107,183318 +ROU,2007,0,103311,108898 +ROU,2007,1,104690,110327 +ROU,2007,2,98793,104088 +ROU,2007,3,100269,105617 +ROU,2007,4,101443,106825 +ROU,2007,5,102410,107817 +ROU,2007,6,103271,108699 +ROU,2007,7,104205,109658 +ROU,2007,8,105393,110884 +ROU,2007,9,106519,112062 +ROU,2007,10,107514,113130 +ROU,2007,11,108725,114443 +ROU,2007,12,109846,115649 +ROU,2007,13,110071,115894 +ROU,2007,14,114011,120081 +ROU,2007,15,123650,130321 +ROU,2007,16,136463,143921 +ROU,2007,17,148741,156937 +ROU,2007,18,162189,171184 +ROU,2008,0,109758,115673 +ROU,2008,1,108029,113842 +ROU,2008,2,106319,112024 +ROU,2008,3,99263,104559 +ROU,2008,4,100018,105319 +ROU,2008,5,100777,106080 +ROU,2008,6,101580,106888 +ROU,2008,7,102466,107789 +ROU,2008,8,103602,108954 +ROU,2008,9,105151,110553 +ROU,2008,10,106532,112004 +ROU,2008,11,107537,113103 +ROU,2008,12,108581,114270 +ROU,2008,13,109608,115405 +ROU,2008,14,109821,115653 +ROU,2008,15,113456,119558 +ROU,2008,16,122357,129093 +ROU,2008,17,134171,141728 +ROU,2008,18,145515,153840 +ROU,2009,0,114637,120846 +ROU,2009,1,110416,116414 +ROU,2009,2,106936,112742 +ROU,2009,3,104169,109807 +ROU,2009,4,99803,105162 +ROU,2009,5,99840,105155 +ROU,2009,6,100186,105471 +ROU,2009,7,100824,106097 +ROU,2009,8,101737,107018 +ROU,2009,9,103075,108389 +ROU,2009,10,104984,110363 +ROU,2009,11,106622,112089 +ROU,2009,12,107639,113220 +ROU,2009,13,108515,114244 +ROU,2009,14,109450,115308 +ROU,2009,15,109650,115559 +ROU,2009,16,112984,119188 +ROU,2009,17,121155,128032 +ROU,2009,18,131980,139721 +ROU,2010,0,115758,122161 +ROU,2010,1,110884,117060 +ROU,2010,2,106997,112971 +ROU,2010,3,104023,109820 +ROU,2010,4,101887,107534 +ROU,2010,5,100515,106040 +ROU,2010,6,99833,105265 +ROU,2010,7,99767,105136 +ROU,2010,8,100241,105581 +ROU,2010,9,101183,106525 +ROU,2010,10,102724,108106 +ROU,2010,11,104998,110460 +ROU,2010,12,106895,112466 +ROU,2010,13,107925,113632 +ROU,2010,14,108636,114514 +ROU,2010,15,109480,115512 +ROU,2010,16,109668,115766 +ROU,2010,17,112706,119128 +ROU,2010,18,120160,127303 +ROU,2011,0,111605,117680 +ROU,2011,1,113664,119894 +ROU,2011,2,109875,115922 +ROU,2011,3,106691,112560 +ROU,2011,4,104097,109802 +ROU,2011,5,102079,107636 +ROU,2011,6,100565,105992 +ROU,2011,7,99481,104797 +ROU,2011,8,99107,104360 +ROU,2011,9,99545,104799 +ROU,2011,10,100605,105915 +ROU,2011,11,102134,107529 +ROU,2011,12,104328,109845 +ROU,2011,13,106115,111798 +ROU,2011,14,106999,112894 +ROU,2011,15,107542,113694 +ROU,2011,16,108221,114608 +ROU,2011,17,108244,114781 +ROU,2011,18,111135,118060 +ROU,2012,0,103939,109601 +ROU,2012,1,104057,109821 +ROU,2012,2,111838,118022 +ROU,2012,3,109123,115162 +ROU,2012,4,106632,112516 +ROU,2012,5,104412,110139 +ROU,2012,6,102508,108087 +ROU,2012,7,100848,106288 +ROU,2012,8,99360,104670 +ROU,2012,9,98678,103924 +ROU,2012,10,99080,104359 +ROU,2012,11,100262,105649 +ROU,2012,12,101782,107303 +ROU,2012,13,103900,109589 +ROU,2012,14,105583,111495 +ROU,2012,15,106323,112524 +ROU,2012,16,106700,113245 +ROU,2012,17,107216,114079 +ROU,2012,18,107074,114172 +ROU,2013,0,94730,99938 +ROU,2013,1,98844,104402 +ROU,2013,2,101852,107642 +ROU,2013,3,110165,116370 +ROU,2013,4,108521,114619 +ROU,2013,5,106722,112685 +ROU,2013,6,104873,110686 +ROU,2013,7,103079,108743 +ROU,2013,8,101271,106785 +ROU,2013,9,99377,104741 +ROU,2013,10,98385,103684 +ROU,2013,11,98753,104116 +ROU,2013,12,100058,105584 +ROU,2013,13,101570,107279 +ROU,2013,14,103617,109539 +ROU,2013,15,105196,111402 +ROU,2013,16,105794,112366 +ROU,2013,17,106006,113009 +ROU,2013,18,106359,113765 +ROU,2014,0,86873,91677 +ROU,2014,1,94130,99481 +ROU,2014,2,99558,105294 +ROU,2014,3,103365,109343 +ROU,2014,4,108471,114677 +ROU,2014,5,107902,114039 +ROU,2014,6,106795,112819 +ROU,2014,7,105318,111201 +ROU,2014,8,103635,109368 +ROU,2014,9,101679,107252 +ROU,2014,10,99379,104780 +ROU,2014,11,98077,103412 +ROU,2014,12,98410,103840 +ROU,2014,13,99838,105485 +ROU,2014,14,101343,107223 +ROU,2014,15,103317,109456 +ROU,2014,16,104793,111275 +ROU,2014,17,105248,112174 +ROU,2014,18,105293,112737 +ROU,2015,0,82449,86985 +ROU,2015,1,90937,96099 +ROU,2015,2,97377,102990 +ROU,2015,3,101994,107904 +ROU,2015,4,105015,111091 +ROU,2015,5,106666,112799 +ROU,2015,6,107173,113277 +ROU,2015,7,106761,112775 +ROU,2015,8,105658,111539 +ROU,2015,9,104089,109820 +ROU,2015,10,101985,107548 +ROU,2015,11,99280,104653 +ROU,2015,12,97670,102975 +ROU,2015,13,97967,103399 +ROU,2015,14,99517,105219 +ROU,2015,15,101013,106996 +ROU,2015,16,102912,109198 +ROU,2015,17,104284,110971 +ROU,2015,18,104595,111803 +ROU,2016,0,82464,87056 +ROU,2016,1,83924,88661 +ROU,2016,2,91073,96337 +ROU,2016,3,96698,102350 +ROU,2016,4,100935,106854 +ROU,2016,5,103918,109998 +ROU,2016,6,105874,112033 +ROU,2016,7,107032,113209 +ROU,2016,8,107067,113187 +ROU,2016,9,105928,111921 +ROU,2016,10,104029,109859 +ROU,2016,11,101767,107426 +ROU,2016,12,98989,104462 +ROU,2016,13,97277,102689 +ROU,2016,14,97438,102984 +ROU,2016,15,98831,104655 +ROU,2016,16,100172,106284 +ROU,2016,17,101917,108339 +ROU,2016,18,103158,109984 +ROU,2017,0,85817,90594 +ROU,2017,1,90222,95404 +ROU,2017,2,85272,90143 +ROU,2017,3,91071,96362 +ROU,2017,4,95873,101485 +ROU,2017,5,99722,105566 +ROU,2017,6,102662,108661 +ROU,2017,7,104922,111019 +ROU,2017,8,106730,112891 +ROU,2017,9,107210,113350 +ROU,2017,10,106038,112057 +ROU,2017,11,103812,109655 +ROU,2017,12,101395,107068 +ROU,2017,13,98547,104041 +ROU,2017,14,96736,102176 +ROU,2017,15,96760,102341 +ROU,2017,16,97994,103859 +ROU,2017,17,99180,105338 +ROU,2017,18,100766,107239 +ROU,2018,0,90879,95903 +ROU,2018,1,91424,96622 +ROU,2018,2,92290,97633 +ROU,2018,3,86563,91528 +ROU,2018,4,91011,96285 +ROU,2018,5,94988,100514 +ROU,2018,6,98447,104170 +ROU,2018,7,101342,107212 +ROU,2018,8,103903,109889 +ROU,2018,9,106359,112455 +ROU,2018,10,107284,113393 +ROU,2018,11,106080,112073 +ROU,2018,12,103528,109335 +ROU,2018,13,100958,106597 +ROU,2018,14,98042,103511 +ROU,2018,15,96134,101555 +ROU,2018,16,96022,101591 +ROU,2018,17,97096,102955 +ROU,2018,18,98125,104282 +ROU,2019,0,95000,101000 +ROU,2019,1,92000,98000 +ROU,2019,2,91000,96000 +ROU,2019,3,90000,96000 +ROU,2019,4,88000,93000 +ROU,2019,5,91000,96000 +ROU,2019,6,94000,100000 +ROU,2019,7,97000,103000 +ROU,2019,8,100000,106000 +ROU,2019,9,103000,109000 +ROU,2019,10,106000,112000 +ROU,2019,11,107000,114000 +ROU,2019,12,106000,112000 +ROU,2019,13,103000,109000 +ROU,2019,14,101000,106000 +ROU,2019,15,98000,103000 +ROU,2019,16,96000,101000 +ROU,2019,17,95000,101000 +ROU,2019,18,96000,102000 +ROU,2020,0,97000,103000 +ROU,2020,1,93000,98000 +ROU,2020,2,90000,95000 +ROU,2020,3,89000,94000 +ROU,2020,4,88000,94000 +ROU,2020,5,89000,95000 +ROU,2020,6,91000,96000 +ROU,2020,7,93000,99000 +ROU,2020,8,96000,102000 +ROU,2020,9,99000,105000 +ROU,2020,10,102000,108000 +ROU,2020,11,106000,112000 +ROU,2020,12,108000,114000 +ROU,2020,13,106000,112000 +ROU,2020,14,103000,109000 +ROU,2020,15,100000,106000 +ROU,2020,16,97000,103000 +ROU,2020,17,95000,101000 +ROU,2020,18,95000,100000 +ROU,2021,0,96000,101000 +ROU,2021,1,96000,101000 +ROU,2021,2,92000,97000 +ROU,2021,3,90000,95000 +ROU,2021,4,89000,94000 +ROU,2021,5,89000,94000 +ROU,2021,6,90000,95000 +ROU,2021,7,91000,96000 +ROU,2021,8,93000,98000 +ROU,2021,9,96000,101000 +ROU,2021,10,99000,104000 +ROU,2021,11,102000,108000 +ROU,2021,12,106000,112000 +ROU,2021,13,107000,113000 +ROU,2021,14,106000,112000 +ROU,2021,15,103000,109000 +ROU,2021,16,100000,106000 +ROU,2021,17,97000,102000 +ROU,2021,18,95000,100000 +ROU,2022,0,92000,97000 +ROU,2022,1,90000,95000 +ROU,2022,2,94000,99000 +ROU,2022,3,92000,97000 +ROU,2022,4,90000,95000 +ROU,2022,5,89000,95000 +ROU,2022,6,90000,95000 +ROU,2022,7,90000,95000 +ROU,2022,8,91000,96000 +ROU,2022,9,93000,98000 +ROU,2022,10,95000,101000 +ROU,2022,11,99000,104000 +ROU,2022,12,102000,108000 +ROU,2022,13,106000,111000 +ROU,2022,14,107000,113000 +ROU,2022,15,106000,112000 +ROU,2022,16,103000,108000 +ROU,2022,17,100000,105000 +ROU,2022,18,97000,102000 +ROU,2023,0,88000,93000 +ROU,2023,1,87000,92000 +ROU,2023,2,87000,92000 +ROU,2023,3,93000,98000 +ROU,2023,4,91000,96000 +ROU,2023,5,90000,96000 +ROU,2023,6,90000,95000 +ROU,2023,7,90000,95000 +ROU,2023,8,91000,96000 +ROU,2023,9,91000,96000 +ROU,2023,10,92000,98000 +ROU,2023,11,95000,101000 +ROU,2023,12,98000,104000 +ROU,2023,13,102000,108000 +ROU,2023,14,106000,111000 +ROU,2023,15,107000,113000 +ROU,2023,16,106000,112000 +ROU,2023,17,103000,108000 +ROU,2023,18,100000,105000 +ROU,2024,0,83000,88000 +ROU,2024,1,85000,90000 +ROU,2024,2,87000,91000 +ROU,2024,3,88000,93000 +ROU,2024,4,91000,97000 +ROU,2024,5,91000,96000 +ROU,2024,6,91000,96000 +ROU,2024,7,91000,96000 +ROU,2024,8,91000,96000 +ROU,2024,9,91000,96000 +ROU,2024,10,91000,96000 +ROU,2024,11,92000,98000 +ROU,2024,12,95000,100000 +ROU,2024,13,98000,104000 +ROU,2024,14,102000,108000 +ROU,2024,15,106000,111000 +ROU,2024,16,107000,113000 +ROU,2024,17,106000,112000 +ROU,2024,18,103000,108000 +ROU,2025,0,80000,85000 +ROU,2025,1,83000,88000 +ROU,2025,2,86000,91000 +ROU,2025,3,88000,93000 +ROU,2025,4,89000,94000 +ROU,2025,5,90000,95000 +ROU,2025,6,91000,96000 +ROU,2025,7,91000,96000 +ROU,2025,8,91000,97000 +ROU,2025,9,92000,97000 +ROU,2025,10,92000,97000 +ROU,2025,11,91000,97000 +ROU,2025,12,92000,97000 +ROU,2025,13,95000,100000 +ROU,2025,14,98000,104000 +ROU,2025,15,102000,108000 +ROU,2025,16,105000,111000 +ROU,2025,17,107000,113000 +ROU,2025,18,106000,112000 +ROU,2026,0,79000,83000 +ROU,2026,1,81000,85000 +ROU,2026,2,83000,88000 +ROU,2026,3,86000,90000 +ROU,2026,4,87000,92000 +ROU,2026,5,89000,94000 +ROU,2026,6,90000,95000 +ROU,2026,7,91000,96000 +ROU,2026,8,91000,96000 +ROU,2026,9,92000,97000 +ROU,2026,10,92000,97000 +ROU,2026,11,92000,97000 +ROU,2026,12,91000,97000 +ROU,2026,13,92000,97000 +ROU,2026,14,95000,100000 +ROU,2026,15,98000,104000 +ROU,2026,16,102000,107000 +ROU,2026,17,105000,111000 +ROU,2026,18,107000,113000 +ROU,2027,0,79000,83000 +ROU,2027,1,82000,86000 +ROU,2027,2,81000,86000 +ROU,2027,3,83000,88000 +ROU,2027,4,85000,90000 +ROU,2027,5,87000,92000 +ROU,2027,6,88000,93000 +ROU,2027,7,90000,95000 +ROU,2027,8,91000,96000 +ROU,2027,9,91000,96000 +ROU,2027,10,92000,97000 +ROU,2027,11,92000,97000 +ROU,2027,12,92000,97000 +ROU,2027,13,91000,96000 +ROU,2027,14,92000,97000 +ROU,2027,15,95000,100000 +ROU,2027,16,98000,104000 +ROU,2027,17,102000,107000 +ROU,2027,18,105000,111000 +ROU,2028,0,80000,84000 +ROU,2028,1,81000,86000 +ROU,2028,2,83000,87000 +ROU,2028,3,82000,86000 +ROU,2028,4,84000,88000 +ROU,2028,5,85000,90000 +ROU,2028,6,87000,92000 +ROU,2028,7,88000,93000 +ROU,2028,8,89000,94000 +ROU,2028,9,91000,96000 +ROU,2028,10,91000,97000 +ROU,2028,11,92000,97000 +ROU,2028,12,92000,97000 +ROU,2028,13,92000,97000 +ROU,2028,14,91000,96000 +ROU,2028,15,92000,97000 +ROU,2028,16,94000,100000 +ROU,2028,17,98000,104000 +ROU,2028,18,101000,107000 +ROU,2029,0,81000,85000 +ROU,2029,1,81000,86000 +ROU,2029,2,82000,86000 +ROU,2029,3,82000,87000 +ROU,2029,4,82000,87000 +ROU,2029,5,84000,88000 +ROU,2029,6,85000,90000 +ROU,2029,7,86000,91000 +ROU,2029,8,88000,93000 +ROU,2029,9,89000,94000 +ROU,2029,10,90000,96000 +ROU,2029,11,91000,97000 +ROU,2029,12,92000,97000 +ROU,2029,13,92000,97000 +ROU,2029,14,92000,97000 +ROU,2029,15,91000,96000 +ROU,2029,16,92000,97000 +ROU,2029,17,94000,100000 +ROU,2029,18,98000,104000 +ROU,2030,0,81000,86000 +ROU,2030,1,81000,85000 +ROU,2030,2,81000,85000 +ROU,2030,3,81000,86000 +ROU,2030,4,82000,86000 +ROU,2030,5,83000,87000 +ROU,2030,6,84000,88000 +ROU,2030,7,85000,90000 +ROU,2030,8,86000,91000 +ROU,2030,9,87000,92000 +ROU,2030,10,89000,94000 +ROU,2030,11,90000,95000 +ROU,2030,12,92000,97000 +ROU,2030,13,92000,97000 +ROU,2030,14,92000,97000 +ROU,2030,15,92000,97000 +ROU,2030,16,91000,96000 +ROU,2030,17,92000,97000 +ROU,2030,18,94000,100000 +ROU,2031,0,81000,86000 +ROU,2031,1,81000,86000 +ROU,2031,2,81000,85000 +ROU,2031,3,81000,85000 +ROU,2031,4,81000,86000 +ROU,2031,5,82000,86000 +ROU,2031,6,83000,87000 +ROU,2031,7,84000,88000 +ROU,2031,8,85000,89000 +ROU,2031,9,86000,91000 +ROU,2031,10,87000,92000 +ROU,2031,11,89000,94000 +ROU,2031,12,90000,95000 +ROU,2031,13,91000,97000 +ROU,2031,14,92000,97000 +ROU,2031,15,92000,97000 +ROU,2031,16,91000,97000 +ROU,2031,17,91000,96000 +ROU,2031,18,92000,97000 +ROU,2032,0,81000,85000 +ROU,2032,1,80000,85000 +ROU,2032,2,81000,85000 +ROU,2032,3,81000,85000 +ROU,2032,4,81000,85000 +ROU,2032,5,81000,86000 +ROU,2032,6,82000,87000 +ROU,2032,7,83000,87000 +ROU,2032,8,84000,88000 +ROU,2032,9,85000,89000 +ROU,2032,10,86000,91000 +ROU,2032,11,87000,92000 +ROU,2032,12,89000,94000 +ROU,2032,13,90000,95000 +ROU,2032,14,91000,97000 +ROU,2032,15,92000,97000 +ROU,2032,16,91000,97000 +ROU,2032,17,91000,96000 +ROU,2032,18,91000,96000 +ROU,2033,0,80000,85000 +ROU,2033,1,80000,84000 +ROU,2033,2,80000,84000 +ROU,2033,3,80000,85000 +ROU,2033,4,81000,85000 +ROU,2033,5,81000,85000 +ROU,2033,6,81000,86000 +ROU,2033,7,82000,87000 +ROU,2033,8,83000,87000 +ROU,2033,9,84000,88000 +ROU,2033,10,85000,89000 +ROU,2033,11,86000,91000 +ROU,2033,12,87000,92000 +ROU,2033,13,89000,94000 +ROU,2033,14,90000,95000 +ROU,2033,15,91000,96000 +ROU,2033,16,92000,97000 +ROU,2033,17,91000,97000 +ROU,2033,18,91000,96000 +ROU,2034,0,80000,84000 +ROU,2034,1,79000,84000 +ROU,2034,2,79000,84000 +ROU,2034,3,80000,84000 +ROU,2034,4,80000,85000 +ROU,2034,5,81000,85000 +ROU,2034,6,81000,85000 +ROU,2034,7,81000,86000 +ROU,2034,8,82000,87000 +ROU,2034,9,83000,87000 +ROU,2034,10,84000,88000 +ROU,2034,11,85000,89000 +ROU,2034,12,86000,91000 +ROU,2034,13,87000,92000 +ROU,2034,14,89000,94000 +ROU,2034,15,90000,95000 +ROU,2034,16,91000,96000 +ROU,2034,17,92000,97000 +ROU,2034,18,91000,96000 +ROU,2035,0,79000,84000 +ROU,2035,1,79000,84000 +ROU,2035,2,79000,84000 +ROU,2035,3,79000,84000 +ROU,2035,4,80000,84000 +ROU,2035,5,80000,84000 +ROU,2035,6,80000,85000 +ROU,2035,7,81000,85000 +ROU,2035,8,81000,86000 +ROU,2035,9,82000,87000 +ROU,2035,10,83000,88000 +ROU,2035,11,84000,88000 +ROU,2035,12,84000,89000 +ROU,2035,13,86000,91000 +ROU,2035,14,87000,92000 +ROU,2035,15,89000,93000 +ROU,2035,16,90000,95000 +ROU,2035,17,91000,96000 +ROU,2035,18,91000,97000 +ROU,2036,0,79000,83000 +ROU,2036,1,79000,84000 +ROU,2036,2,79000,84000 +ROU,2036,3,79000,84000 +ROU,2036,4,79000,84000 +ROU,2036,5,80000,84000 +ROU,2036,6,80000,84000 +ROU,2036,7,80000,85000 +ROU,2036,8,81000,85000 +ROU,2036,9,81000,86000 +ROU,2036,10,82000,87000 +ROU,2036,11,83000,87000 +ROU,2036,12,84000,88000 +ROU,2036,13,84000,89000 +ROU,2036,14,86000,90000 +ROU,2036,15,87000,92000 +ROU,2036,16,88000,93000 +ROU,2036,17,90000,95000 +ROU,2036,18,91000,96000 +ROU,2037,0,79000,83000 +ROU,2037,1,79000,83000 +ROU,2037,2,79000,83000 +ROU,2037,3,79000,83000 +ROU,2037,4,79000,84000 +ROU,2037,5,79000,84000 +ROU,2037,6,80000,84000 +ROU,2037,7,80000,84000 +ROU,2037,8,80000,85000 +ROU,2037,9,81000,85000 +ROU,2037,10,81000,86000 +ROU,2037,11,82000,87000 +ROU,2037,12,83000,87000 +ROU,2037,13,84000,88000 +ROU,2037,14,84000,89000 +ROU,2037,15,86000,90000 +ROU,2037,16,87000,92000 +ROU,2037,17,88000,93000 +ROU,2037,18,90000,95000 +ROU,2038,0,79000,83000 +ROU,2038,1,79000,83000 +ROU,2038,2,79000,83000 +ROU,2038,3,79000,83000 +ROU,2038,4,79000,83000 +ROU,2038,5,79000,84000 +ROU,2038,6,79000,84000 +ROU,2038,7,80000,84000 +ROU,2038,8,80000,84000 +ROU,2038,9,80000,85000 +ROU,2038,10,81000,85000 +ROU,2038,11,81000,86000 +ROU,2038,12,82000,87000 +ROU,2038,13,83000,87000 +ROU,2038,14,83000,88000 +ROU,2038,15,84000,89000 +ROU,2038,16,86000,90000 +ROU,2038,17,87000,92000 +ROU,2038,18,88000,93000 +ROU,2039,0,78000,83000 +ROU,2039,1,79000,83000 +ROU,2039,2,79000,83000 +ROU,2039,3,79000,83000 +ROU,2039,4,79000,83000 +ROU,2039,5,79000,83000 +ROU,2039,6,79000,84000 +ROU,2039,7,79000,84000 +ROU,2039,8,80000,84000 +ROU,2039,9,80000,84000 +ROU,2039,10,80000,85000 +ROU,2039,11,81000,85000 +ROU,2039,12,81000,86000 +ROU,2039,13,82000,87000 +ROU,2039,14,83000,87000 +ROU,2039,15,83000,88000 +ROU,2039,16,84000,89000 +ROU,2039,17,85000,90000 +ROU,2039,18,87000,92000 +ROU,2040,0,78000,83000 +ROU,2040,1,78000,83000 +ROU,2040,2,78000,83000 +ROU,2040,3,78000,83000 +ROU,2040,4,79000,83000 +ROU,2040,5,79000,83000 +ROU,2040,6,79000,83000 +ROU,2040,7,79000,83000 +ROU,2040,8,79000,84000 +ROU,2040,9,80000,84000 +ROU,2040,10,80000,84000 +ROU,2040,11,80000,85000 +ROU,2040,12,81000,85000 +ROU,2040,13,81000,86000 +ROU,2040,14,82000,87000 +ROU,2040,15,83000,87000 +ROU,2040,16,83000,88000 +ROU,2040,17,84000,89000 +ROU,2040,18,85000,90000 +ROU,2041,0,78000,82000 +ROU,2041,1,78000,83000 +ROU,2041,2,78000,83000 +ROU,2041,3,78000,83000 +ROU,2041,4,78000,83000 +ROU,2041,5,79000,83000 +ROU,2041,6,79000,83000 +ROU,2041,7,79000,83000 +ROU,2041,8,79000,83000 +ROU,2041,9,79000,84000 +ROU,2041,10,80000,84000 +ROU,2041,11,80000,84000 +ROU,2041,12,80000,85000 +ROU,2041,13,81000,85000 +ROU,2041,14,81000,86000 +ROU,2041,15,82000,86000 +ROU,2041,16,83000,87000 +ROU,2041,17,83000,88000 +ROU,2041,18,84000,89000 +ROU,2042,0,77000,82000 +ROU,2042,1,78000,82000 +ROU,2042,2,78000,82000 +ROU,2042,3,78000,83000 +ROU,2042,4,78000,83000 +ROU,2042,5,78000,83000 +ROU,2042,6,78000,83000 +ROU,2042,7,79000,83000 +ROU,2042,8,79000,83000 +ROU,2042,9,79000,83000 +ROU,2042,10,79000,84000 +ROU,2042,11,79000,84000 +ROU,2042,12,80000,84000 +ROU,2042,13,80000,85000 +ROU,2042,14,81000,85000 +ROU,2042,15,81000,86000 +ROU,2042,16,82000,86000 +ROU,2042,17,82000,87000 +ROU,2042,18,83000,88000 +ROU,2043,0,77000,81000 +ROU,2043,1,77000,81000 +ROU,2043,2,77000,82000 +ROU,2043,3,78000,82000 +ROU,2043,4,78000,83000 +ROU,2043,5,78000,83000 +ROU,2043,6,78000,83000 +ROU,2043,7,78000,83000 +ROU,2043,8,79000,83000 +ROU,2043,9,79000,83000 +ROU,2043,10,79000,83000 +ROU,2043,11,79000,84000 +ROU,2043,12,79000,84000 +ROU,2043,13,80000,84000 +ROU,2043,14,80000,85000 +ROU,2043,15,81000,85000 +ROU,2043,16,81000,86000 +ROU,2043,17,82000,86000 +ROU,2043,18,82000,87000 +ROU,2044,0,76000,80000 +ROU,2044,1,77000,81000 +ROU,2044,2,77000,81000 +ROU,2044,3,77000,82000 +ROU,2044,4,78000,82000 +ROU,2044,5,78000,82000 +ROU,2044,6,78000,83000 +ROU,2044,7,78000,83000 +ROU,2044,8,78000,83000 +ROU,2044,9,79000,83000 +ROU,2044,10,79000,83000 +ROU,2044,11,79000,83000 +ROU,2044,12,79000,84000 +ROU,2044,13,79000,84000 +ROU,2044,14,80000,84000 +ROU,2044,15,80000,85000 +ROU,2044,16,81000,85000 +ROU,2044,17,81000,86000 +ROU,2044,18,82000,86000 +ROU,2045,0,75000,80000 +ROU,2045,1,76000,80000 +ROU,2045,2,77000,81000 +ROU,2045,3,77000,81000 +ROU,2045,4,77000,82000 +ROU,2045,5,78000,82000 +ROU,2045,6,78000,82000 +ROU,2045,7,78000,83000 +ROU,2045,8,78000,83000 +ROU,2045,9,78000,83000 +ROU,2045,10,79000,83000 +ROU,2045,11,79000,83000 +ROU,2045,12,79000,83000 +ROU,2045,13,79000,84000 +ROU,2045,14,79000,84000 +ROU,2045,15,80000,84000 +ROU,2045,16,80000,85000 +ROU,2045,17,80000,85000 +ROU,2045,18,81000,85000 +ROU,2046,0,75000,79000 +ROU,2046,1,75000,80000 +ROU,2046,2,76000,80000 +ROU,2046,3,77000,81000 +ROU,2046,4,77000,81000 +ROU,2046,5,77000,82000 +ROU,2046,6,78000,82000 +ROU,2046,7,78000,82000 +ROU,2046,8,78000,83000 +ROU,2046,9,78000,83000 +ROU,2046,10,78000,83000 +ROU,2046,11,79000,83000 +ROU,2046,12,79000,83000 +ROU,2046,13,79000,83000 +ROU,2046,14,79000,83000 +ROU,2046,15,79000,84000 +ROU,2046,16,80000,84000 +ROU,2046,17,80000,84000 +ROU,2046,18,80000,85000 +ROU,2047,0,74000,78000 +ROU,2047,1,75000,79000 +ROU,2047,2,75000,80000 +ROU,2047,3,76000,80000 +ROU,2047,4,76000,81000 +ROU,2047,5,77000,81000 +ROU,2047,6,77000,82000 +ROU,2047,7,78000,82000 +ROU,2047,8,78000,82000 +ROU,2047,9,78000,83000 +ROU,2047,10,78000,83000 +ROU,2047,11,78000,83000 +ROU,2047,12,79000,83000 +ROU,2047,13,79000,83000 +ROU,2047,14,79000,83000 +ROU,2047,15,79000,83000 +ROU,2047,16,79000,84000 +ROU,2047,17,79000,84000 +ROU,2047,18,80000,84000 +ROU,2048,0,74000,78000 +ROU,2048,1,74000,79000 +ROU,2048,2,75000,79000 +ROU,2048,3,75000,80000 +ROU,2048,4,76000,80000 +ROU,2048,5,76000,81000 +ROU,2048,6,77000,81000 +ROU,2048,7,77000,82000 +ROU,2048,8,78000,82000 +ROU,2048,9,78000,82000 +ROU,2048,10,78000,83000 +ROU,2048,11,78000,83000 +ROU,2048,12,78000,83000 +ROU,2048,13,78000,83000 +ROU,2048,14,79000,83000 +ROU,2048,15,79000,83000 +ROU,2048,16,79000,83000 +ROU,2048,17,79000,84000 +ROU,2048,18,79000,84000 +ROU,2049,0,73000,77000 +ROU,2049,1,74000,78000 +ROU,2049,2,74000,79000 +ROU,2049,3,75000,79000 +ROU,2049,4,75000,80000 +ROU,2049,5,76000,80000 +ROU,2049,6,76000,81000 +ROU,2049,7,77000,81000 +ROU,2049,8,77000,82000 +ROU,2049,9,78000,82000 +ROU,2049,10,78000,82000 +ROU,2049,11,78000,83000 +ROU,2049,12,78000,83000 +ROU,2049,13,78000,83000 +ROU,2049,14,78000,83000 +ROU,2049,15,79000,83000 +ROU,2049,16,79000,83000 +ROU,2049,17,79000,83000 +ROU,2049,18,79000,83000 +ROU,2050,0,72000,76000 +ROU,2050,1,73000,77000 +ROU,2050,2,74000,78000 +ROU,2050,3,74000,78000 +ROU,2050,4,75000,79000 +ROU,2050,5,75000,80000 +ROU,2050,6,76000,80000 +ROU,2050,7,76000,81000 +ROU,2050,8,77000,81000 +ROU,2050,9,77000,82000 +ROU,2050,10,77000,82000 +ROU,2050,11,78000,82000 +ROU,2050,12,78000,83000 +ROU,2050,13,78000,83000 +ROU,2050,14,78000,83000 +ROU,2050,15,78000,83000 +ROU,2050,16,78000,83000 +ROU,2050,17,79000,83000 +ROU,2050,18,79000,83000 +RUS,1990,0,1071167,1125165 +RUS,1990,1,1110147,1161651 +RUS,1990,2,1137782,1186709 +RUS,1990,3,1155243,1201566 +RUS,1990,4,1163701,1207449 +RUS,1990,5,1164327,1205587 +RUS,1990,6,1158291,1197207 +RUS,1990,7,1146765,1183536 +RUS,1990,8,1130920,1165803 +RUS,1990,9,1111926,1145236 +RUS,1990,10,1089374,1121227 +RUS,1990,11,1062857,1093173 +RUS,1990,12,1041443,1071467 +RUS,1990,13,1029463,1061003 +RUS,1990,14,1023348,1057509 +RUS,1990,15,1017714,1054316 +RUS,1990,16,1016656,1055754 +RUS,1990,17,1006728,1047538 +RUS,1990,18,981678,1022857 +RUS,1991,0,964451,1015088 +RUS,1991,1,1072589,1127159 +RUS,1991,2,1114074,1166756 +RUS,1991,3,1143213,1193720 +RUS,1991,4,1161335,1209471 +RUS,1991,5,1169773,1215433 +RUS,1991,6,1169726,1212843 +RUS,1991,7,1162396,1202940 +RUS,1991,8,1149766,1188061 +RUS,1991,9,1133430,1169992 +RUS,1991,10,1114326,1149607 +RUS,1991,11,1091378,1125391 +RUS,1991,12,1064295,1096930 +RUS,1991,13,1042525,1074832 +RUS,1991,14,1030518,1064014 +RUS,1991,15,1024602,1060199 +RUS,1991,16,1019146,1056665 +RUS,1991,17,1018258,1057715 +RUS,1991,18,1008594,1049265 +RUS,1992,0,830820,875819 +RUS,1992,1,940749,988959 +RUS,1992,2,1075054,1130051 +RUS,1992,3,1119086,1172792 +RUS,1992,4,1149755,1201684 +RUS,1992,5,1168557,1218345 +RUS,1992,6,1176982,1224389 +RUS,1992,7,1176263,1221069 +RUS,1992,8,1167631,1209635 +RUS,1992,9,1153886,1193533 +RUS,1992,10,1137043,1175113 +RUS,1992,11,1117810,1154894 +RUS,1992,12,1094444,1130452 +RUS,1992,13,1066768,1101560 +RUS,1992,14,1044621,1079054 +RUS,1992,15,1032576,1067872 +RUS,1992,16,1026853,1063734 +RUS,1992,17,1021569,1059856 +RUS,1992,18,1020852,1060518 +RUS,1993,0,691806,730073 +RUS,1993,1,836989,881602 +RUS,1993,2,953880,1002910 +RUS,1993,3,1077871,1132987 +RUS,1993,4,1124466,1178880 +RUS,1993,5,1156679,1209705 +RUS,1993,6,1176166,1227276 +RUS,1993,7,1184582,1233404 +RUS,1993,8,1183190,1229352 +RUS,1993,9,1173252,1216383 +RUS,1993,10,1158385,1199057 +RUS,1993,11,1141029,1180285 +RUS,1993,12,1121661,1160232 +RUS,1993,13,1097868,1135562 +RUS,1993,14,1069590,1106238 +RUS,1993,15,1047059,1083322 +RUS,1993,16,1034971,1071775 +RUS,1993,17,1029440,1067312 +RUS,1993,18,1024326,1063089 +RUS,1994,0,577167,609375 +RUS,1994,1,742694,783395 +RUS,1994,2,878404,925355 +RUS,1994,3,986791,1037995 +RUS,1994,4,1080034,1134791 +RUS,1994,5,1129165,1183791 +RUS,1994,6,1162903,1216520 +RUS,1994,7,1183065,1234984 +RUS,1994,8,1191466,1241189 +RUS,1994,9,1189401,1236409 +RUS,1994,10,1178162,1221917 +RUS,1994,11,1162182,1203383 +RUS,1994,12,1144322,1184278 +RUS,1994,13,1124831,1164411 +RUS,1994,14,1100626,1139538 +RUS,1994,15,1071762,1109811 +RUS,1994,16,1048861,1086507 +RUS,1994,17,1036737,1074607 +RUS,1994,18,1031402,1069823 +RUS,1995,0,508035,536194 +RUS,1995,1,671238,708439 +RUS,1995,2,808171,852248 +RUS,1995,3,920812,969818 +RUS,1995,4,1011136,1063346 +RUS,1995,5,1081118,1135029 +RUS,1995,6,1132736,1187064 +RUS,1995,7,1167964,1221648 +RUS,1995,8,1188780,1240979 +RUS,1995,9,1197158,1247252 +RUS,1995,10,1194422,1241752 +RUS,1995,11,1181894,1225760 +RUS,1995,12,1164817,1206046 +RUS,1995,13,1146473,1186634 +RUS,1995,14,1126878,1166980 +RUS,1995,15,1102285,1141938 +RUS,1995,16,1072865,1111850 +RUS,1995,17,1049615,1088191 +RUS,1995,18,1037468,1075955 +RUS,1996,0,496125,523832 +RUS,1996,1,538467,568160 +RUS,1996,2,681714,719340 +RUS,1996,3,806553,850458 +RUS,1996,4,913622,962279 +RUS,1996,5,1003561,1055566 +RUS,1996,6,1078360,1132534 +RUS,1996,7,1140008,1195396 +RUS,1996,8,1182388,1237664 +RUS,1996,9,1203436,1257202 +RUS,1996,10,1207844,1259124 +RUS,1996,11,1203728,1252010 +RUS,1996,12,1191094,1235737 +RUS,1996,13,1173743,1215500 +RUS,1996,14,1154930,1195285 +RUS,1996,15,1134749,1174647 +RUS,1996,16,1109541,1148578 +RUS,1996,17,1079443,1117385 +RUS,1996,18,1055711,1092816 +RUS,1997,0,530625,559734 +RUS,1997,1,613346,647840 +RUS,1997,2,567701,598527 +RUS,1997,3,690600,728104 +RUS,1997,4,803015,846087 +RUS,1997,5,904245,951799 +RUS,1997,6,993584,1044563 +RUS,1997,7,1073034,1126602 +RUS,1997,8,1144593,1200142 +RUS,1997,9,1194043,1249996 +RUS,1997,10,1215274,1269682 +RUS,1997,11,1215691,1267230 +RUS,1997,12,1210201,1258518 +RUS,1997,13,1197490,1242013 +RUS,1997,14,1179905,1221312 +RUS,1997,15,1160668,1200351 +RUS,1997,16,1139947,1178789 +RUS,1997,17,1114182,1151768 +RUS,1997,18,1083476,1119559 +RUS,1998,0,594021,625716 +RUS,1998,1,614055,647582 +RUS,1998,2,648693,684326 +RUS,1998,3,596188,627850 +RUS,1998,4,698602,735626 +RUS,1998,5,798464,840286 +RUS,1998,6,893730,939716 +RUS,1998,7,982358,1031799 +RUS,1998,8,1066353,1118766 +RUS,1998,9,1147724,1202848 +RUS,1998,10,1204174,1260195 +RUS,1998,11,1225561,1279998 +RUS,1998,12,1221991,1273180 +RUS,1998,13,1215135,1262885 +RUS,1998,14,1202362,1246176 +RUS,1998,15,1184567,1225048 +RUS,1998,16,1164929,1203378 +RUS,1998,17,1143695,1180929 +RUS,1998,18,1117406,1153002 +RUS,1999,0,660033,694396 +RUS,1999,1,623367,656252 +RUS,1999,2,615286,647914 +RUS,1999,3,631792,665187 +RUS,1999,4,624665,657039 +RUS,1999,5,706647,743064 +RUS,1999,6,793991,834430 +RUS,1999,7,883316,927586 +RUS,1999,8,971241,1018982 +RUS,1999,9,1059780,1110856 +RUS,1999,10,1150947,1205445 +RUS,1999,11,1214388,1270260 +RUS,1999,12,1235932,1290175 +RUS,1999,13,1228383,1279004 +RUS,1999,14,1220164,1267133 +RUS,1999,15,1207329,1250222 +RUS,1999,16,1189322,1228669 +RUS,1999,17,1169283,1206293 +RUS,1999,18,1147535,1182961 +RUS,2000,0,709409,745674 +RUS,2000,1,633937,666408 +RUS,2000,2,595320,625833 +RUS,2000,3,588840,618967 +RUS,2000,4,609779,640826 +RUS,2000,5,653419,686429 +RUS,2000,6,715043,750792 +RUS,2000,7,789933,828933 +RUS,2000,8,873372,915869 +RUS,2000,9,960640,1006619 +RUS,2000,10,1053761,1103425 +RUS,2000,11,1154757,1208534 +RUS,2000,12,1225210,1280826 +RUS,2000,13,1246922,1300863 +RUS,2000,14,1235395,1285345 +RUS,2000,15,1225811,1271896 +RUS,2000,16,1212908,1254775 +RUS,2000,17,1194680,1232790 +RUS,2000,18,1174230,1209701 +RUS,2001,0,736264,773905 +RUS,2001,1,690168,725388 +RUS,2001,2,630007,662300 +RUS,2001,3,601064,631994 +RUS,2001,4,599549,630449 +RUS,2001,5,621672,653644 +RUS,2001,6,662744,696655 +RUS,2001,7,718077,754559 +RUS,2001,8,788370,827846 +RUS,2001,9,871631,914302 +RUS,2001,10,961374,1007197 +RUS,2001,11,1055105,1104190 +RUS,2001,12,1155720,1208356 +RUS,2001,13,1225999,1280194 +RUS,2001,14,1247881,1300587 +RUS,2001,15,1236736,1285900 +RUS,2001,16,1227471,1273150 +RUS,2001,17,1214876,1256778 +RUS,2001,18,1196863,1235036 +RUS,2002,0,747397,785852 +RUS,2002,1,655989,689216 +RUS,2002,2,671429,705596 +RUS,2002,3,626517,658622 +RUS,2002,4,607216,638551 +RUS,2002,5,610660,642320 +RUS,2002,6,633980,666863 +RUS,2002,7,672516,707315 +RUS,2002,8,721603,758804 +RUS,2002,9,787355,827292 +RUS,2002,10,870496,913324 +RUS,2002,11,962772,1008421 +RUS,2002,12,1057178,1105663 +RUS,2002,13,1157482,1208954 +RUS,2002,14,1227636,1280384 +RUS,2002,15,1249703,1301146 +RUS,2002,16,1238932,1287280 +RUS,2002,17,1229978,1275220 +RUS,2002,18,1217681,1259585 +RUS,2003,0,747754,786609 +RUS,2003,1,669946,704005 +RUS,2003,2,618011,648991 +RUS,2003,3,653059,686204 +RUS,2003,4,623371,655316 +RUS,2003,5,613701,645467 +RUS,2003,6,622104,654550 +RUS,2003,7,646635,680456 +RUS,2003,8,682655,718370 +RUS,2003,9,725524,763477 +RUS,2003,10,786770,827205 +RUS,2003,11,869837,912860 +RUS,2003,12,964697,1010213 +RUS,2003,13,1059828,1107758 +RUS,2003,14,1159877,1210232 +RUS,2003,15,1229944,1281295 +RUS,2003,16,1252209,1302437 +RUS,2003,17,1241804,1289384 +RUS,2003,18,1233158,1278007 +RUS,2004,0,745957,785038 +RUS,2004,1,685810,720819 +RUS,2004,2,642593,674863 +RUS,2004,3,615126,645837 +RUS,2004,4,634791,666965 +RUS,2004,5,620333,652165 +RUS,2004,6,620299,652542 +RUS,2004,7,633666,666945 +RUS,2004,8,659413,694221 +RUS,2004,9,692922,729606 +RUS,2004,10,729576,768335 +RUS,2004,11,786324,827315 +RUS,2004,12,869332,912615 +RUS,2004,13,966795,1012249 +RUS,2004,14,1062669,1110120 +RUS,2004,15,1162479,1211801 +RUS,2004,16,1232472,1282514 +RUS,2004,17,1254938,1304042 +RUS,2004,18,1244900,1291799 +RUS,2005,0,748570,787955 +RUS,2005,1,703724,739749 +RUS,2005,2,668204,701837 +RUS,2005,3,641910,674023 +RUS,2005,4,624741,656110 +RUS,2005,5,616599,647903 +RUS,2005,6,617383,649205 +RUS,2005,7,626995,659821 +RUS,2005,8,645335,679555 +RUS,2005,9,672302,708210 +RUS,2005,10,703303,741073 +RUS,2005,11,733741,773430 +RUS,2005,12,785995,827674 +RUS,2005,13,868956,912643 +RUS,2005,14,969037,1014590 +RUS,2005,15,1065670,1112817 +RUS,2005,16,1165256,1213736 +RUS,2005,17,1235185,1284119 +RUS,2005,18,1257856,1306040 +RUS,2006,0,754051,793010 +RUS,2006,1,743245,781585 +RUS,2006,2,702072,737471 +RUS,2006,3,668507,701753 +RUS,2006,4,642820,674641 +RUS,2006,5,625284,656346 +RUS,2006,6,615583,646424 +RUS,2006,7,613404,644433 +RUS,2006,8,621947,653857 +RUS,2006,9,642654,676218 +RUS,2006,10,674040,709761 +RUS,2006,11,708631,746582 +RUS,2006,12,742467,782703 +RUS,2006,13,796974,839276 +RUS,2006,14,880297,924232 +RUS,2006,15,979430,1024564 +RUS,2006,16,1075302,1121384 +RUS,2006,17,1174223,1220930 +RUS,2006,18,1242753,1289347 +RUS,2007,0,761525,800136 +RUS,2007,1,739565,776373 +RUS,2007,2,738562,776162 +RUS,2007,3,701023,736081 +RUS,2007,4,669382,702510 +RUS,2007,5,644281,676066 +RUS,2007,6,626362,657367 +RUS,2007,7,615096,645723 +RUS,2007,8,609955,640441 +RUS,2007,9,617436,648686 +RUS,2007,10,640526,673696 +RUS,2007,11,676353,712160 +RUS,2007,12,714561,752977 +RUS,2007,13,751822,792900 +RUS,2007,14,808626,851866 +RUS,2007,15,892382,936910 +RUS,2007,16,990653,1035751 +RUS,2007,17,1085847,1131281 +RUS,2007,18,1184187,1229578 +RUS,2008,0,772262,810890 +RUS,2008,1,758855,796407 +RUS,2008,2,740887,777342 +RUS,2008,3,734171,771215 +RUS,2008,4,700252,735143 +RUS,2008,5,670523,703699 +RUS,2008,6,645997,677907 +RUS,2008,7,627689,658794 +RUS,2008,8,614853,645418 +RUS,2008,9,606745,636841 +RUS,2008,10,613169,643912 +RUS,2008,11,638652,671588 +RUS,2008,12,678935,714998 +RUS,2008,13,720775,759837 +RUS,2008,14,761476,803587 +RUS,2008,15,820600,864983 +RUS,2008,16,904823,950167 +RUS,2008,17,1002270,1047577 +RUS,2008,18,1096824,1141877 +RUS,2009,0,787794,827241 +RUS,2009,1,780367,819196 +RUS,2009,2,766148,804125 +RUS,2009,3,746864,783827 +RUS,2009,4,729818,766386 +RUS,2009,5,699519,734322 +RUS,2009,6,671702,705002 +RUS,2009,7,647751,679859 +RUS,2009,8,629052,660327 +RUS,2009,9,614644,645216 +RUS,2009,10,603568,633339 +RUS,2009,11,608933,639237 +RUS,2009,12,636812,669586 +RUS,2009,13,681557,717954 +RUS,2009,14,727035,766825 +RUS,2009,15,771181,814414 +RUS,2009,16,832630,878252 +RUS,2009,17,917324,963591 +RUS,2009,18,1013953,1059583 +RUS,2010,0,808810,850162 +RUS,2010,1,804632,845443 +RUS,2010,2,792442,832375 +RUS,2010,3,773997,812800 +RUS,2010,4,751053,788559 +RUS,2010,5,725367,761493 +RUS,2010,6,698696,733443 +RUS,2010,7,672795,706252 +RUS,2010,8,649423,681761 +RUS,2010,9,630334,661810 +RUS,2010,10,614355,644964 +RUS,2010,11,600311,629785 +RUS,2010,12,604616,634507 +RUS,2010,13,634889,667529 +RUS,2010,14,684093,720857 +RUS,2010,15,733205,773762 +RUS,2010,16,780792,825189 +RUS,2010,17,844560,891467 +RUS,2010,18,929715,976955 +RUS,2011,0,837214,881438 +RUS,2011,1,815759,857377 +RUS,2011,2,807591,848365 +RUS,2011,3,792969,832678 +RUS,2011,4,773388,811874 +RUS,2011,5,750342,787514 +RUS,2011,6,725589,761435 +RUS,2011,7,700888,735477 +RUS,2011,8,676411,709797 +RUS,2011,9,653122,685393 +RUS,2011,10,633310,664664 +RUS,2011,11,617121,647575 +RUS,2011,12,603117,632406 +RUS,2011,13,607459,637105 +RUS,2011,14,637771,670067 +RUS,2011,15,687013,723298 +RUS,2011,16,736151,776082 +RUS,2011,17,783752,827372 +RUS,2011,18,847533,893442 +RUS,2012,0,871032,919125 +RUS,2012,1,861990,908215 +RUS,2012,2,822387,864238 +RUS,2012,3,810228,850935 +RUS,2012,4,793178,832633 +RUS,2012,5,772468,810610 +RUS,2012,6,749329,786140 +RUS,2012,7,725520,761060 +RUS,2012,8,702802,737205 +RUS,2012,9,679758,713048 +RUS,2012,10,656563,688741 +RUS,2012,11,636034,667243 +RUS,2012,12,619642,649918 +RUS,2012,13,605684,634765 +RUS,2012,14,610060,639439 +RUS,2012,15,640400,672328 +RUS,2012,16,689659,725440 +RUS,2012,17,738804,778081 +RUS,2012,18,786401,829212 +RUS,2013,0,904650,956875 +RUS,2013,1,890060,939422 +RUS,2013,2,870939,917578 +RUS,2013,3,828741,870874 +RUS,2013,4,812595,853283 +RUS,2013,5,793123,832373 +RUS,2013,6,771291,809136 +RUS,2013,7,748066,784563 +RUS,2013,8,725209,760488 +RUS,2013,9,704481,738742 +RUS,2013,10,682879,716113 +RUS,2013,11,659785,691910 +RUS,2013,12,638546,669648 +RUS,2013,13,621956,652092 +RUS,2013,14,608048,636960 +RUS,2013,15,612459,641607 +RUS,2013,16,642815,674414 +RUS,2013,17,692076,727393 +RUS,2013,18,741211,779877 +RUS,2014,0,930505,986116 +RUS,2014,1,912626,964740 +RUS,2014,2,891830,940748 +RUS,2014,3,868742,914760 +RUS,2014,4,834967,877532 +RUS,2014,5,814839,855655 +RUS,2014,6,792948,832137 +RUS,2014,7,769998,807686 +RUS,2014,8,746691,783010 +RUS,2014,9,724789,759938 +RUS,2014,10,706053,740300 +RUS,2014,11,685896,719197 +RUS,2014,12,662906,695098 +RUS,2014,13,640960,672072 +RUS,2014,14,624175,654284 +RUS,2014,15,610320,639171 +RUS,2014,16,614764,643793 +RUS,2014,17,645132,676519 +RUS,2014,18,694387,729367 +RUS,2015,0,943284,1000804 +RUS,2015,1,926764,980830 +RUS,2015,2,907848,958768 +RUS,2015,3,886976,935044 +RUS,2015,4,864586,910081 +RUS,2015,5,841118,884305 +RUS,2015,6,817011,858140 +RUS,2015,7,792705,832011 +RUS,2015,8,768640,806343 +RUS,2015,9,745253,781560 +RUS,2015,10,724308,759489 +RUS,2015,11,707564,741955 +RUS,2015,12,688852,722376 +RUS,2015,13,665969,698377 +RUS,2015,14,643319,674584 +RUS,2015,15,626339,656561 +RUS,2015,16,612538,641467 +RUS,2015,17,617015,646064 +RUS,2015,18,647393,678712 +RUS,2016,0,941689,998505 +RUS,2016,1,941877,998273 +RUS,2016,2,927204,980657 +RUS,2016,3,909450,960096 +RUS,2016,4,889170,937156 +RUS,2016,5,866917,912403 +RUS,2016,6,843131,886261 +RUS,2016,7,818251,859158 +RUS,2016,8,793408,832360 +RUS,2016,9,769385,806715 +RUS,2016,10,746391,782367 +RUS,2016,11,725611,760436 +RUS,2016,12,708915,742885 +RUS,2016,13,690267,723292 +RUS,2016,14,667467,699291 +RUS,2016,15,644911,675496 +RUS,2016,16,628017,657445 +RUS,2016,17,614289,642291 +RUS,2016,18,618837,646819 +RUS,2017,0,927179,981875 +RUS,2017,1,929163,982816 +RUS,2017,2,940504,996033 +RUS,2017,3,927679,980771 +RUS,2017,4,911087,961705 +RUS,2017,5,891398,939542 +RUS,2017,6,869281,914992 +RUS,2017,7,845176,888478 +RUS,2017,8,819522,860427 +RUS,2017,9,794140,832952 +RUS,2017,10,770159,807323 +RUS,2017,11,747558,783403 +RUS,2017,12,726941,761606 +RUS,2017,13,710294,744032 +RUS,2017,14,691708,724420 +RUS,2017,15,668990,700410 +RUS,2017,16,646529,676606 +RUS,2017,17,629718,658521 +RUS,2017,18,616063,643302 +RUS,2018,0,903353,955008 +RUS,2018,1,919051,971514 +RUS,2018,2,926909,979555 +RUS,2018,3,939023,993855 +RUS,2018,4,928047,980945 +RUS,2018,5,912620,963374 +RUS,2018,6,893524,941989 +RUS,2018,7,871547,917639 +RUS,2018,8,847125,890750 +RUS,2018,9,820700,861750 +RUS,2018,10,794781,833596 +RUS,2018,11,770844,807981 +RUS,2018,12,748639,784488 +RUS,2018,13,728189,762823 +RUS,2018,14,711592,745226 +RUS,2018,15,693070,725594 +RUS,2018,16,670438,701572 +RUS,2018,17,648072,677759 +RUS,2018,18,631348,659639 +RUS,2019,0,876000,924000 +RUS,2019,1,904000,955000 +RUS,2019,2,922000,975000 +RUS,2019,3,932000,985000 +RUS,2019,4,937000,991000 +RUS,2019,5,928000,981000 +RUS,2019,6,914000,965000 +RUS,2019,7,895000,944000 +RUS,2019,8,873000,920000 +RUS,2019,9,849000,893000 +RUS,2019,10,822000,863000 +RUS,2019,11,795000,834000 +RUS,2019,12,771000,808000 +RUS,2019,13,749000,785000 +RUS,2019,14,729000,764000 +RUS,2019,15,713000,746000 +RUS,2019,16,694000,727000 +RUS,2019,17,672000,703000 +RUS,2019,18,649000,679000 +RUS,2020,0,848000,894000 +RUS,2020,1,886000,935000 +RUS,2020,2,912000,963000 +RUS,2020,3,928000,981000 +RUS,2020,4,935000,989000 +RUS,2020,5,935000,988000 +RUS,2020,6,928000,980000 +RUS,2020,7,915000,966000 +RUS,2020,8,897000,946000 +RUS,2020,9,875000,922000 +RUS,2020,10,850000,894000 +RUS,2020,11,822000,863000 +RUS,2020,12,795000,834000 +RUS,2020,13,771000,808000 +RUS,2020,14,750000,786000 +RUS,2020,15,730000,764000 +RUS,2020,16,713000,747000 +RUS,2020,17,695000,727000 +RUS,2020,18,672000,703000 +RUS,2021,0,824000,868000 +RUS,2021,1,854000,901000 +RUS,2021,2,887000,937000 +RUS,2021,3,911000,963000 +RUS,2021,4,926000,979000 +RUS,2021,5,933000,987000 +RUS,2021,6,933000,987000 +RUS,2021,7,928000,980000 +RUS,2021,8,916000,967000 +RUS,2021,9,898000,948000 +RUS,2021,10,876000,923000 +RUS,2021,11,851000,895000 +RUS,2021,12,823000,864000 +RUS,2021,13,796000,835000 +RUS,2021,14,773000,810000 +RUS,2021,15,752000,787000 +RUS,2021,16,732000,766000 +RUS,2021,17,715000,748000 +RUS,2021,18,697000,729000 +RUS,2022,0,801000,842000 +RUS,2022,1,843000,889000 +RUS,2022,2,860000,907000 +RUS,2022,3,889000,938000 +RUS,2022,4,910000,961000 +RUS,2022,5,924000,976000 +RUS,2022,6,931000,984000 +RUS,2022,7,932000,985000 +RUS,2022,8,928000,980000 +RUS,2022,9,917000,968000 +RUS,2022,10,900000,949000 +RUS,2022,11,877000,923000 +RUS,2022,12,852000,896000 +RUS,2022,13,824000,865000 +RUS,2022,14,797000,836000 +RUS,2022,15,774000,810000 +RUS,2022,16,753000,788000 +RUS,2022,17,733000,767000 +RUS,2022,18,717000,749000 +RUS,2023,0,779000,819000 +RUS,2023,1,819000,863000 +RUS,2023,2,853000,900000 +RUS,2023,3,865000,912000 +RUS,2023,4,890000,940000 +RUS,2023,5,909000,960000 +RUS,2023,6,921000,973000 +RUS,2023,7,928000,980000 +RUS,2023,8,930000,982000 +RUS,2023,9,927000,980000 +RUS,2023,10,918000,969000 +RUS,2023,11,900000,950000 +RUS,2023,12,877000,924000 +RUS,2023,13,852000,896000 +RUS,2023,14,825000,865000 +RUS,2023,15,798000,836000 +RUS,2023,16,775000,811000 +RUS,2023,17,754000,789000 +RUS,2023,18,734000,767000 +RUS,2024,0,759000,798000 +RUS,2024,1,796000,838000 +RUS,2024,2,828000,873000 +RUS,2024,3,855000,902000 +RUS,2024,4,870000,918000 +RUS,2024,5,891000,941000 +RUS,2024,6,907000,958000 +RUS,2024,7,919000,970000 +RUS,2024,8,925000,977000 +RUS,2024,9,927000,980000 +RUS,2024,10,927000,979000 +RUS,2024,11,919000,970000 +RUS,2024,12,901000,950000 +RUS,2024,13,877000,924000 +RUS,2024,14,852000,896000 +RUS,2024,15,825000,865000 +RUS,2024,16,799000,837000 +RUS,2024,17,776000,811000 +RUS,2024,18,755000,789000 +RUS,2025,0,743000,781000 +RUS,2025,1,775000,816000 +RUS,2025,2,804000,847000 +RUS,2025,3,831000,876000 +RUS,2025,4,855000,901000 +RUS,2025,5,875000,923000 +RUS,2025,6,892000,942000 +RUS,2025,7,906000,957000 +RUS,2025,8,916000,967000 +RUS,2025,9,922000,974000 +RUS,2025,10,925000,977000 +RUS,2025,11,926000,978000 +RUS,2025,12,919000,971000 +RUS,2025,13,902000,951000 +RUS,2025,14,878000,924000 +RUS,2025,15,852000,896000 +RUS,2025,16,825000,866000 +RUS,2025,17,799000,837000 +RUS,2025,18,776000,812000 +RUS,2026,0,730000,768000 +RUS,2026,1,746000,785000 +RUS,2026,2,776000,817000 +RUS,2026,3,804000,847000 +RUS,2026,4,830000,875000 +RUS,2026,5,853000,900000 +RUS,2026,6,874000,922000 +RUS,2026,7,892000,942000 +RUS,2026,8,907000,957000 +RUS,2026,9,917000,968000 +RUS,2026,10,923000,974000 +RUS,2026,11,926000,978000 +RUS,2026,12,927000,979000 +RUS,2026,13,921000,971000 +RUS,2026,14,903000,952000 +RUS,2026,15,879000,925000 +RUS,2026,16,854000,897000 +RUS,2026,17,827000,867000 +RUS,2026,18,801000,838000 +RUS,2027,0,721000,760000 +RUS,2027,1,741000,780000 +RUS,2027,2,749000,788000 +RUS,2027,3,777000,817000 +RUS,2027,4,803000,846000 +RUS,2027,5,829000,873000 +RUS,2027,6,852000,898000 +RUS,2027,7,873000,921000 +RUS,2027,8,892000,942000 +RUS,2027,9,907000,958000 +RUS,2027,10,918000,969000 +RUS,2027,11,923000,975000 +RUS,2027,12,926000,978000 +RUS,2027,13,928000,979000 +RUS,2027,14,922000,972000 +RUS,2027,15,905000,953000 +RUS,2027,16,881000,926000 +RUS,2027,17,856000,898000 +RUS,2027,18,829000,868000 +RUS,2028,0,715000,754000 +RUS,2028,1,727000,766000 +RUS,2028,2,743000,782000 +RUS,2028,3,752000,791000 +RUS,2028,4,778000,818000 +RUS,2028,5,803000,845000 +RUS,2028,6,827000,871000 +RUS,2028,7,851000,896000 +RUS,2028,8,872000,920000 +RUS,2028,9,892000,941000 +RUS,2028,10,908000,958000 +RUS,2028,11,918000,969000 +RUS,2028,12,924000,975000 +RUS,2028,13,927000,978000 +RUS,2028,14,929000,980000 +RUS,2028,15,922000,973000 +RUS,2028,16,906000,954000 +RUS,2028,17,882000,927000 +RUS,2028,18,857000,899000 +RUS,2029,0,710000,749000 +RUS,2029,1,716000,755000 +RUS,2029,2,727000,765000 +RUS,2029,3,742000,780000 +RUS,2029,4,755000,794000 +RUS,2029,5,778000,819000 +RUS,2029,6,802000,844000 +RUS,2029,7,826000,870000 +RUS,2029,8,849000,895000 +RUS,2029,9,871000,918000 +RUS,2029,10,892000,941000 +RUS,2029,11,908000,959000 +RUS,2029,12,919000,970000 +RUS,2029,13,924000,975000 +RUS,2029,14,927000,978000 +RUS,2029,15,929000,980000 +RUS,2029,16,923000,973000 +RUS,2029,17,907000,954000 +RUS,2029,18,883000,927000 +RUS,2030,0,706000,745000 +RUS,2030,1,706000,745000 +RUS,2030,2,713000,751000 +RUS,2030,3,724000,762000 +RUS,2030,4,740000,778000 +RUS,2030,5,758000,798000 +RUS,2030,6,779000,820000 +RUS,2030,7,801000,844000 +RUS,2030,8,824000,868000 +RUS,2030,9,847000,893000 +RUS,2030,10,870000,917000 +RUS,2030,11,891000,941000 +RUS,2030,12,909000,959000 +RUS,2030,13,919000,970000 +RUS,2030,14,924000,975000 +RUS,2030,15,927000,979000 +RUS,2030,16,929000,981000 +RUS,2030,17,924000,974000 +RUS,2030,18,907000,955000 +RUS,2031,0,702000,741000 +RUS,2031,1,704000,743000 +RUS,2031,2,706000,744000 +RUS,2031,3,714000,751000 +RUS,2031,4,725000,763000 +RUS,2031,5,741000,779000 +RUS,2031,6,759000,798000 +RUS,2031,7,779000,820000 +RUS,2031,8,801000,843000 +RUS,2031,9,824000,868000 +RUS,2031,10,847000,893000 +RUS,2031,11,870000,917000 +RUS,2031,12,892000,941000 +RUS,2031,13,910000,960000 +RUS,2031,14,920000,971000 +RUS,2031,15,925000,976000 +RUS,2031,16,929000,979000 +RUS,2031,17,931000,981000 +RUS,2031,18,925000,974000 +RUS,2032,0,698000,736000 +RUS,2032,1,693000,730000 +RUS,2032,2,702000,740000 +RUS,2032,3,706000,744000 +RUS,2032,4,714000,752000 +RUS,2032,5,727000,765000 +RUS,2032,6,742000,781000 +RUS,2032,7,760000,799000 +RUS,2032,8,779000,820000 +RUS,2032,9,801000,842000 +RUS,2032,10,824000,867000 +RUS,2032,11,848000,893000 +RUS,2032,12,871000,918000 +RUS,2032,13,893000,942000 +RUS,2032,14,911000,960000 +RUS,2032,15,922000,972000 +RUS,2032,16,927000,977000 +RUS,2032,17,930000,980000 +RUS,2032,18,933000,982000 +RUS,2033,0,695000,733000 +RUS,2033,1,690000,726000 +RUS,2033,2,689000,726000 +RUS,2033,3,700000,738000 +RUS,2033,4,706000,743000 +RUS,2033,5,715000,753000 +RUS,2033,6,728000,766000 +RUS,2033,7,743000,782000 +RUS,2033,8,761000,801000 +RUS,2033,9,779000,820000 +RUS,2033,10,800000,842000 +RUS,2033,11,824000,867000 +RUS,2033,12,848000,893000 +RUS,2033,13,871000,918000 +RUS,2033,14,894000,942000 +RUS,2033,15,912000,961000 +RUS,2033,16,923000,973000 +RUS,2033,17,928000,978000 +RUS,2033,18,932000,981000 +RUS,2034,0,695000,732000 +RUS,2034,1,689000,725000 +RUS,2034,2,687000,723000 +RUS,2034,3,689000,725000 +RUS,2034,4,698000,735000 +RUS,2034,5,705000,743000 +RUS,2034,6,716000,754000 +RUS,2034,7,729000,767000 +RUS,2034,8,745000,784000 +RUS,2034,9,762000,802000 +RUS,2034,10,780000,820000 +RUS,2034,11,800000,842000 +RUS,2034,12,823000,867000 +RUS,2034,13,848000,893000 +RUS,2034,14,872000,919000 +RUS,2034,15,895000,943000 +RUS,2034,16,913000,962000 +RUS,2034,17,924000,974000 +RUS,2034,18,929000,979000 +RUS,2035,0,698000,735000 +RUS,2035,1,690000,727000 +RUS,2035,2,686000,723000 +RUS,2035,3,686000,723000 +RUS,2035,4,689000,726000 +RUS,2035,5,696000,733000 +RUS,2035,6,705000,742000 +RUS,2035,7,716000,754000 +RUS,2035,8,730000,769000 +RUS,2035,9,746000,785000 +RUS,2035,10,762000,803000 +RUS,2035,11,779000,820000 +RUS,2035,12,799000,841000 +RUS,2035,13,823000,866000 +RUS,2035,14,848000,894000 +RUS,2035,15,872000,919000 +RUS,2035,16,895000,943000 +RUS,2035,17,913000,963000 +RUS,2035,18,925000,974000 +RUS,2036,0,704000,741000 +RUS,2036,1,697000,734000 +RUS,2036,2,690000,727000 +RUS,2036,3,687000,724000 +RUS,2036,4,687000,724000 +RUS,2036,5,690000,727000 +RUS,2036,6,697000,733000 +RUS,2036,7,705000,742000 +RUS,2036,8,716000,754000 +RUS,2036,9,730000,769000 +RUS,2036,10,746000,785000 +RUS,2036,11,763000,803000 +RUS,2036,12,781000,821000 +RUS,2036,13,801000,842000 +RUS,2036,14,824000,867000 +RUS,2036,15,850000,895000 +RUS,2036,16,874000,920000 +RUS,2036,17,897000,945000 +RUS,2036,18,915000,964000 +RUS,2037,0,712000,750000 +RUS,2037,1,701000,739000 +RUS,2037,2,696000,733000 +RUS,2037,3,690000,727000 +RUS,2037,4,688000,724000 +RUS,2037,5,688000,724000 +RUS,2037,6,691000,728000 +RUS,2037,7,697000,734000 +RUS,2037,8,705000,742000 +RUS,2037,9,717000,754000 +RUS,2037,10,731000,769000 +RUS,2037,11,747000,786000 +RUS,2037,12,764000,804000 +RUS,2037,13,782000,821000 +RUS,2037,14,802000,843000 +RUS,2037,15,826000,868000 +RUS,2037,16,852000,896000 +RUS,2037,17,876000,921000 +RUS,2037,18,899000,946000 +RUS,2038,0,722000,761000 +RUS,2038,1,710000,747000 +RUS,2038,2,700000,737000 +RUS,2038,3,695000,732000 +RUS,2038,4,690000,727000 +RUS,2038,5,688000,724000 +RUS,2038,6,689000,725000 +RUS,2038,7,692000,728000 +RUS,2038,8,698000,734000 +RUS,2038,9,706000,743000 +RUS,2038,10,716000,754000 +RUS,2038,11,731000,768000 +RUS,2038,12,747000,786000 +RUS,2038,13,765000,804000 +RUS,2038,14,782000,822000 +RUS,2038,15,803000,843000 +RUS,2038,16,827000,869000 +RUS,2038,17,853000,896000 +RUS,2038,18,877000,922000 +RUS,2039,0,733000,772000 +RUS,2039,1,719000,757000 +RUS,2039,2,708000,745000 +RUS,2039,3,699000,736000 +RUS,2039,4,694000,731000 +RUS,2039,5,690000,727000 +RUS,2039,6,688000,725000 +RUS,2039,7,689000,726000 +RUS,2039,8,693000,729000 +RUS,2039,9,698000,735000 +RUS,2039,10,705000,743000 +RUS,2039,11,716000,753000 +RUS,2039,12,730000,768000 +RUS,2039,13,747000,786000 +RUS,2039,14,765000,804000 +RUS,2039,15,783000,823000 +RUS,2039,16,804000,844000 +RUS,2039,17,828000,870000 +RUS,2039,18,854000,897000 +RUS,2040,0,742000,782000 +RUS,2040,1,728000,767000 +RUS,2040,2,716000,755000 +RUS,2040,3,706000,744000 +RUS,2040,4,699000,736000 +RUS,2040,5,693000,730000 +RUS,2040,6,690000,726000 +RUS,2040,7,689000,725000 +RUS,2040,8,690000,726000 +RUS,2040,9,693000,730000 +RUS,2040,10,698000,735000 +RUS,2040,11,705000,743000 +RUS,2040,12,715000,753000 +RUS,2040,13,730000,768000 +RUS,2040,14,747000,786000 +RUS,2040,15,765000,805000 +RUS,2040,16,783000,823000 +RUS,2040,17,804000,845000 +RUS,2040,18,829000,871000 +RUS,2041,0,752000,792000 +RUS,2041,1,741000,781000 +RUS,2041,2,728000,767000 +RUS,2041,3,717000,755000 +RUS,2041,4,707000,745000 +RUS,2041,5,700000,737000 +RUS,2041,6,694000,731000 +RUS,2041,7,690000,726000 +RUS,2041,8,688000,725000 +RUS,2041,9,690000,726000 +RUS,2041,10,693000,730000 +RUS,2041,11,699000,736000 +RUS,2041,12,706000,743000 +RUS,2041,13,717000,754000 +RUS,2041,14,731000,769000 +RUS,2041,15,749000,787000 +RUS,2041,16,767000,806000 +RUS,2041,17,785000,824000 +RUS,2041,18,806000,846000 +RUS,2042,0,760000,801000 +RUS,2042,1,748000,788000 +RUS,2042,2,741000,780000 +RUS,2042,3,728000,767000 +RUS,2042,4,717000,756000 +RUS,2042,5,708000,746000 +RUS,2042,6,700000,737000 +RUS,2042,7,694000,731000 +RUS,2042,8,690000,726000 +RUS,2042,9,688000,725000 +RUS,2042,10,690000,726000 +RUS,2042,11,694000,730000 +RUS,2042,12,700000,736000 +RUS,2042,13,707000,744000 +RUS,2042,14,718000,755000 +RUS,2042,15,732000,770000 +RUS,2042,16,750000,788000 +RUS,2042,17,769000,807000 +RUS,2042,18,787000,826000 +RUS,2043,0,767000,808000 +RUS,2043,1,757000,797000 +RUS,2043,2,746000,786000 +RUS,2043,3,740000,779000 +RUS,2043,4,728000,767000 +RUS,2043,5,718000,756000 +RUS,2043,6,709000,746000 +RUS,2043,7,701000,738000 +RUS,2043,8,695000,732000 +RUS,2043,9,690000,727000 +RUS,2043,10,688000,724000 +RUS,2043,11,690000,726000 +RUS,2043,12,694000,730000 +RUS,2043,13,700000,737000 +RUS,2043,14,708000,744000 +RUS,2043,15,719000,756000 +RUS,2043,16,734000,771000 +RUS,2043,17,752000,789000 +RUS,2043,18,770000,808000 +RUS,2044,0,772000,814000 +RUS,2044,1,764000,805000 +RUS,2044,2,756000,796000 +RUS,2044,3,746000,786000 +RUS,2044,4,739000,778000 +RUS,2044,5,728000,767000 +RUS,2044,6,718000,757000 +RUS,2044,7,710000,747000 +RUS,2044,8,702000,739000 +RUS,2044,9,695000,732000 +RUS,2044,10,690000,727000 +RUS,2044,11,688000,724000 +RUS,2044,12,690000,726000 +RUS,2044,13,694000,731000 +RUS,2044,14,701000,737000 +RUS,2044,15,708000,745000 +RUS,2044,16,720000,756000 +RUS,2044,17,735000,772000 +RUS,2044,18,753000,790000 +RUS,2045,0,776000,818000 +RUS,2045,1,771000,812000 +RUS,2045,2,764000,805000 +RUS,2045,3,756000,796000 +RUS,2045,4,747000,787000 +RUS,2045,5,737000,777000 +RUS,2045,6,728000,767000 +RUS,2045,7,719000,757000 +RUS,2045,8,710000,748000 +RUS,2045,9,702000,740000 +RUS,2045,10,696000,733000 +RUS,2045,11,690000,727000 +RUS,2045,12,688000,724000 +RUS,2045,13,689000,726000 +RUS,2045,14,695000,731000 +RUS,2045,15,701000,738000 +RUS,2045,16,709000,746000 +RUS,2045,17,720000,757000 +RUS,2045,18,736000,773000 +RUS,2046,0,778000,820000 +RUS,2046,1,776000,818000 +RUS,2046,2,771000,812000 +RUS,2046,3,764000,805000 +RUS,2046,4,756000,796000 +RUS,2046,5,747000,787000 +RUS,2046,6,738000,777000 +RUS,2046,7,728000,767000 +RUS,2046,8,719000,757000 +RUS,2046,9,710000,748000 +RUS,2046,10,703000,740000 +RUS,2046,11,696000,733000 +RUS,2046,12,691000,727000 +RUS,2046,13,689000,725000 +RUS,2046,14,691000,726000 +RUS,2046,15,696000,732000 +RUS,2046,16,703000,739000 +RUS,2046,17,711000,747000 +RUS,2046,18,722000,759000 +RUS,2047,0,778000,820000 +RUS,2047,1,778000,820000 +RUS,2047,2,777000,818000 +RUS,2047,3,771000,812000 +RUS,2047,4,764000,805000 +RUS,2047,5,756000,796000 +RUS,2047,6,747000,787000 +RUS,2047,7,738000,777000 +RUS,2047,8,728000,767000 +RUS,2047,9,719000,757000 +RUS,2047,10,711000,748000 +RUS,2047,11,703000,740000 +RUS,2047,12,697000,734000 +RUS,2047,13,692000,728000 +RUS,2047,14,690000,725000 +RUS,2047,15,692000,727000 +RUS,2047,16,698000,733000 +RUS,2047,17,704000,740000 +RUS,2047,18,713000,748000 +RUS,2048,0,776000,818000 +RUS,2048,1,779000,821000 +RUS,2048,2,779000,821000 +RUS,2048,3,777000,819000 +RUS,2048,4,771000,813000 +RUS,2048,5,764000,805000 +RUS,2048,6,756000,796000 +RUS,2048,7,747000,787000 +RUS,2048,8,738000,777000 +RUS,2048,9,728000,767000 +RUS,2048,10,719000,757000 +RUS,2048,11,711000,748000 +RUS,2048,12,704000,741000 +RUS,2048,13,698000,734000 +RUS,2048,14,693000,729000 +RUS,2048,15,691000,726000 +RUS,2048,16,693000,728000 +RUS,2048,17,699000,734000 +RUS,2048,18,706000,741000 +RUS,2049,0,773000,815000 +RUS,2049,1,779000,821000 +RUS,2049,2,781000,823000 +RUS,2049,3,781000,822000 +RUS,2049,4,777000,819000 +RUS,2049,5,772000,813000 +RUS,2049,6,765000,805000 +RUS,2049,7,756000,797000 +RUS,2049,8,747000,787000 +RUS,2049,9,738000,777000 +RUS,2049,10,728000,767000 +RUS,2049,11,719000,757000 +RUS,2049,12,711000,748000 +RUS,2049,13,704000,741000 +RUS,2049,14,698000,735000 +RUS,2049,15,693000,729000 +RUS,2049,16,692000,727000 +RUS,2049,17,694000,729000 +RUS,2049,18,700000,735000 +RUS,2050,0,768000,810000 +RUS,2050,1,776000,818000 +RUS,2050,2,781000,823000 +RUS,2050,3,782000,824000 +RUS,2050,4,781000,823000 +RUS,2050,5,777000,819000 +RUS,2050,6,772000,813000 +RUS,2050,7,765000,806000 +RUS,2050,8,756000,797000 +RUS,2050,9,747000,787000 +RUS,2050,10,738000,777000 +RUS,2050,11,728000,767000 +RUS,2050,12,719000,757000 +RUS,2050,13,711000,749000 +RUS,2050,14,704000,742000 +RUS,2050,15,699000,735000 +RUS,2050,16,694000,730000 +RUS,2050,17,693000,728000 +RUS,2050,18,695000,731000 +RWA,1990,0,150565,148843 +RWA,1990,1,147053,145392 +RWA,1990,2,143276,141666 +RWA,1990,3,139266,137697 +RWA,1990,4,135054,133518 +RWA,1990,5,130672,129162 +RWA,1990,6,126153,124662 +RWA,1990,7,121528,120051 +RWA,1990,8,116829,115361 +RWA,1990,9,112088,110625 +RWA,1990,10,107333,105871 +RWA,1990,11,102591,101129 +RWA,1990,12,97916,96452 +RWA,1990,13,93345,91883 +RWA,1990,14,88901,87442 +RWA,1990,15,84565,83107 +RWA,1990,16,80347,78888 +RWA,1990,17,76399,74943 +RWA,1990,18,72797,71352 +RWA,1991,0,136585,134895 +RWA,1991,1,137052,134298 +RWA,1991,2,134444,131808 +RWA,1991,3,131540,129083 +RWA,1991,4,128366,126133 +RWA,1991,5,124950,122966 +RWA,1991,6,121331,119628 +RWA,1991,7,117548,116167 +RWA,1991,8,113567,112402 +RWA,1991,9,109390,108264 +RWA,1991,10,105081,103877 +RWA,1991,11,100730,99468 +RWA,1991,12,96354,95035 +RWA,1991,13,92030,90637 +RWA,1991,14,87819,86341 +RWA,1991,15,83729,82165 +RWA,1991,16,79713,78051 +RWA,1991,17,75785,74007 +RWA,1991,18,72110,70285 +RWA,1992,0,115279,113583 +RWA,1992,1,115307,112726 +RWA,1992,2,121881,118013 +RWA,1992,3,120194,116499 +RWA,1992,4,118184,114794 +RWA,1992,5,115874,112883 +RWA,1992,6,113285,110752 +RWA,1992,7,110463,108460 +RWA,1992,8,107454,106068 +RWA,1992,9,104159,103186 +RWA,1992,10,100552,99652 +RWA,1992,11,96726,95674 +RWA,1992,12,92832,91669 +RWA,1992,13,88876,87607 +RWA,1992,14,84959,83550 +RWA,1992,15,81160,79588 +RWA,1992,16,77475,75735 +RWA,1992,17,73828,71901 +RWA,1992,18,70239,68090 +RWA,1993,0,93460,91941 +RWA,1993,1,95258,92224 +RWA,1993,2,96483,92380 +RWA,1993,3,107320,102394 +RWA,1993,4,106520,101817 +RWA,1993,5,105371,101092 +RWA,1993,6,103892,100180 +RWA,1993,7,102099,99044 +RWA,1993,8,100044,97757 +RWA,1993,9,97779,96390 +RWA,1993,10,95144,94357 +RWA,1993,11,92085,91402 +RWA,1993,12,88723,87816 +RWA,1993,13,85268,84199 +RWA,1993,14,81715,80492 +RWA,1993,15,78187,76761 +RWA,1993,16,74782,73119 +RWA,1993,17,71486,69576 +RWA,1993,18,68194,66010 +RWA,1994,0,78483,77497 +RWA,1994,1,81426,78273 +RWA,1994,2,83798,79111 +RWA,1994,3,85623,79963 +RWA,1994,4,95243,89353 +RWA,1994,5,95299,89686 +RWA,1994,6,94975,89908 +RWA,1994,7,94284,89958 +RWA,1994,8,93237,89777 +RWA,1994,9,91894,89448 +RWA,1994,10,90315,89060 +RWA,1994,11,88275,87816 +RWA,1994,12,85690,85364 +RWA,1994,13,82715,82082 +RWA,1994,14,79620,78763 +RWA,1994,15,76387,75322 +RWA,1994,16,73169,71827 +RWA,1994,17,70081,68417 +RWA,1994,18,67098,65098 +RWA,1995,0,74552,74565 +RWA,1995,1,77751,74928 +RWA,1995,2,80485,75653 +RWA,1995,3,82762,76651 +RWA,1995,4,84588,77836 +RWA,1995,5,85973,79120 +RWA,1995,6,86924,80416 +RWA,1995,7,87448,81637 +RWA,1995,8,87553,82695 +RWA,1995,9,87248,83503 +RWA,1995,10,86600,84165 +RWA,1995,11,85681,84783 +RWA,1995,12,84188,84317 +RWA,1995,13,82008,82297 +RWA,1995,14,79333,79208 +RWA,1995,15,76504,76076 +RWA,1995,16,73494,72781 +RWA,1995,17,70486,69401 +RWA,1995,18,67621,66102 +RWA,1996,0,76718,77626 +RWA,1996,1,81349,80303 +RWA,1996,2,83466,80248 +RWA,1996,3,85324,80650 +RWA,1996,4,86904,81389 +RWA,1996,5,88185,82342 +RWA,1996,6,89158,83470 +RWA,1996,7,89815,84730 +RWA,1996,8,90082,85600 +RWA,1996,9,89921,85796 +RWA,1996,10,89342,85440 +RWA,1996,11,88494,85022 +RWA,1996,12,87464,84552 +RWA,1996,13,85700,83255 +RWA,1996,14,82977,80827 +RWA,1996,15,79607,77621 +RWA,1996,16,76135,74350 +RWA,1996,17,72465,70944 +RWA,1996,18,69019,67510 +RWA,1997,0,90000,92293 +RWA,1997,1,89951,88511 +RWA,1997,2,90408,88505 +RWA,1997,3,91520,88037 +RWA,1997,4,92570,88136 +RWA,1997,5,93509,88643 +RWA,1997,6,94290,89400 +RWA,1997,7,94886,90410 +RWA,1997,8,95271,91675 +RWA,1997,9,95294,92227 +RWA,1997,10,94865,91584 +RWA,1997,11,93999,90073 +RWA,1997,12,92929,88581 +RWA,1997,13,91762,87027 +RWA,1997,14,89678,84871 +RWA,1997,15,86341,81967 +RWA,1997,16,82188,78543 +RWA,1997,17,77982,75032 +RWA,1997,18,73556,71407 +RWA,1998,0,109561,113380 +RWA,1998,1,106861,106608 +RWA,1998,2,104809,101674 +RWA,1998,3,100447,97778 +RWA,1998,4,100542,96882 +RWA,1998,5,100773,96671 +RWA,1998,6,101065,96947 +RWA,1998,7,101341,97510 +RWA,1998,8,101556,98408 +RWA,1998,9,101668,99691 +RWA,1998,10,101440,99924 +RWA,1998,11,100734,98415 +RWA,1998,12,99568,95705 +RWA,1998,13,98261,93099 +RWA,1998,14,96943,90419 +RWA,1998,15,94513,87364 +RWA,1998,16,90520,83942 +RWA,1998,17,85532,80262 +RWA,1998,18,80538,76469 +RWA,1999,0,128095,132986 +RWA,1999,1,122978,123771 +RWA,1999,2,118873,116762 +RWA,1999,3,115656,111681 +RWA,1999,4,109824,106405 +RWA,1999,5,108877,105079 +RWA,1999,6,108269,104553 +RWA,1999,7,107895,104588 +RWA,1999,8,107652,104947 +RWA,1999,9,107477,105724 +RWA,1999,10,107307,107013 +RWA,1999,11,106825,106917 +RWA,1999,12,105842,104532 +RWA,1999,13,104379,100619 +RWA,1999,14,102842,96894 +RWA,1999,15,101380,93083 +RWA,1999,16,98620,89133 +RWA,1999,17,93991,85211 +RWA,1999,18,88192,81301 +RWA,2000,0,140146,145201 +RWA,2000,1,133507,134857 +RWA,2000,2,128064,126782 +RWA,2000,3,123687,120701 +RWA,2000,4,120242,116341 +RWA,2000,5,117598,113430 +RWA,2000,6,115623,111694 +RWA,2000,7,114185,110860 +RWA,2000,8,113153,110654 +RWA,2000,9,112395,110803 +RWA,2000,10,111831,111446 +RWA,2000,11,111383,112722 +RWA,2000,12,110654,112297 +RWA,2000,13,109407,109074 +RWA,2000,14,107669,104014 +RWA,2000,15,105925,99225 +RWA,2000,16,104342,94340 +RWA,2000,17,101290,89554 +RWA,2000,18,96093,85191 +RWA,2001,0,149125,153294 +RWA,2001,1,139693,143729 +RWA,2001,2,133665,134628 +RWA,2001,3,128660,127388 +RWA,2001,4,124572,121798 +RWA,2001,5,121292,117647 +RWA,2001,6,118692,114667 +RWA,2001,7,116644,112586 +RWA,2001,8,115142,111497 +RWA,2001,9,114120,111311 +RWA,2001,10,113408,111638 +RWA,2001,11,112828,112317 +RWA,2001,12,112323,113551 +RWA,2001,13,111530,113063 +RWA,2001,14,110221,109754 +RWA,2001,15,108420,104594 +RWA,2001,16,106603,99698 +RWA,2001,17,104942,94698 +RWA,2001,18,101811,89814 +RWA,2002,0,151780,154326 +RWA,2002,1,144828,145605 +RWA,2002,2,137534,140611 +RWA,2002,3,132199,132872 +RWA,2002,4,127699,126559 +RWA,2002,5,123953,121529 +RWA,2002,6,120880,117637 +RWA,2002,7,118356,114620 +RWA,2002,8,116259,112213 +RWA,2002,9,114710,110879 +RWA,2002,10,113711,110717 +RWA,2002,11,113055,111219 +RWA,2002,12,112465,111925 +RWA,2002,13,111908,113104 +RWA,2002,14,111060,112558 +RWA,2002,15,109704,109199 +RWA,2002,16,107861,103996 +RWA,2002,17,105993,99047 +RWA,2002,18,104274,93987 +RWA,2003,0,150548,151149 +RWA,2003,1,144475,144603 +RWA,2003,2,139150,138880 +RWA,2003,3,134586,136732 +RWA,2003,4,129970,130391 +RWA,2003,5,125998,125036 +RWA,2003,6,122615,120590 +RWA,2003,7,119765,116978 +RWA,2003,8,117332,113942 +RWA,2003,9,115198,111224 +RWA,2003,10,113612,109653 +RWA,2003,11,112641,109514 +RWA,2003,12,112044,110188 +RWA,2003,13,111449,110919 +RWA,2003,14,110843,112036 +RWA,2003,15,109946,111434 +RWA,2003,16,108551,108044 +RWA,2003,17,106677,102827 +RWA,2003,18,104769,97853 +RWA,2004,0,149005,147902 +RWA,2004,1,143831,143338 +RWA,2004,2,139134,138996 +RWA,2004,3,134887,134881 +RWA,2004,4,131693,132897 +RWA,2004,5,127788,127940 +RWA,2004,6,124338,123533 +RWA,2004,7,121314,119667 +RWA,2004,8,118684,116330 +RWA,2004,9,116340,113274 +RWA,2004,10,114170,110249 +RWA,2004,11,112547,108443 +RWA,2004,12,111602,108328 +RWA,2004,13,111065,109172 +RWA,2004,14,110464,109927 +RWA,2004,15,109810,110982 +RWA,2004,16,108863,110326 +RWA,2004,17,107430,106906 +RWA,2004,18,105525,101674 +RWA,2005,0,149506,147344 +RWA,2005,1,144886,143982 +RWA,2005,2,140556,140461 +RWA,2005,3,136512,136837 +RWA,2005,4,132750,133166 +RWA,2005,5,129265,129503 +RWA,2005,6,126053,125904 +RWA,2005,7,123110,122425 +RWA,2005,8,120431,119121 +RWA,2005,9,118012,116049 +RWA,2005,10,115748,112964 +RWA,2005,11,113534,109623 +RWA,2005,12,111868,107579 +RWA,2005,13,110948,107486 +RWA,2005,14,110468,108503 +RWA,2005,15,109858,109283 +RWA,2005,16,109154,110281 +RWA,2005,17,108155,109568 +RWA,2005,18,106679,106108 +RWA,2006,0,151838,149514 +RWA,2006,1,148208,146387 +RWA,2006,2,143760,142937 +RWA,2006,3,139580,139406 +RWA,2006,4,135664,135834 +RWA,2006,5,132009,132258 +RWA,2006,6,128613,128739 +RWA,2006,7,125473,125334 +RWA,2006,8,122574,121985 +RWA,2006,9,119904,118692 +RWA,2006,10,117469,115554 +RWA,2006,11,115178,112427 +RWA,2006,12,112929,109052 +RWA,2006,13,111219,106959 +RWA,2006,14,110246,106802 +RWA,2006,15,109709,107746 +RWA,2006,16,109040,108452 +RWA,2006,17,108276,109371 +RWA,2006,18,107228,108603 +RWA,2007,0,155729,153853 +RWA,2007,1,150995,150177 +RWA,2007,2,147266,145720 +RWA,2007,3,142978,142175 +RWA,2007,4,138937,138627 +RWA,2007,5,135141,135099 +RWA,2007,6,131583,131612 +RWA,2007,7,128267,128229 +RWA,2007,8,125193,125010 +RWA,2007,9,122330,121785 +RWA,2007,10,119664,118497 +RWA,2007,11,117206,115286 +RWA,2007,12,114884,112111 +RWA,2007,13,112594,108697 +RWA,2007,14,110834,106551 +RWA,2007,15,109807,106330 +RWA,2007,16,109212,107202 +RWA,2007,17,108483,107835 +RWA,2007,18,107657,108676 +RWA,2008,0,160330,159312 +RWA,2008,1,155272,154721 +RWA,2008,2,150490,150237 +RWA,2008,3,146515,145203 +RWA,2008,4,142382,141560 +RWA,2008,5,138476,137992 +RWA,2008,6,134793,134504 +RWA,2008,7,131329,131103 +RWA,2008,8,128088,127852 +RWA,2008,9,125076,124817 +RWA,2008,10,122246,121711 +RWA,2008,11,119579,118425 +RWA,2008,12,117095,115138 +RWA,2008,13,114739,111912 +RWA,2008,14,112406,108454 +RWA,2008,15,110595,106253 +RWA,2008,16,109511,105967 +RWA,2008,17,108858,106770 +RWA,2008,18,108068,107330 +RWA,2009,0,164398,164344 +RWA,2009,1,159243,159045 +RWA,2009,2,154373,154056 +RWA,2009,3,149779,149364 +RWA,2009,4,145810,144739 +RWA,2009,5,141831,140997 +RWA,2009,6,138058,137406 +RWA,2009,7,134488,133958 +RWA,2009,8,131116,130640 +RWA,2009,9,127951,127522 +RWA,2009,10,124998,124669 +RWA,2009,11,122200,121682 +RWA,2009,12,119532,118396 +RWA,2009,13,117022,115033 +RWA,2009,14,114631,111753 +RWA,2009,15,112253,108250 +RWA,2009,16,110390,105994 +RWA,2009,17,109250,105642 +RWA,2009,18,108538,106376 +RWA,2010,0,167106,167882 +RWA,2010,1,162299,162482 +RWA,2010,2,157696,157447 +RWA,2010,3,153293,152751 +RWA,2010,4,149086,148367 +RWA,2010,5,145073,144267 +RWA,2010,6,141249,140425 +RWA,2010,7,137611,136813 +RWA,2010,8,134154,133404 +RWA,2010,9,130876,130171 +RWA,2010,10,127787,127184 +RWA,2010,11,124895,124514 +RWA,2010,12,122130,121647 +RWA,2010,13,119461,118361 +RWA,2010,14,116925,114921 +RWA,2010,15,114499,111589 +RWA,2010,16,112077,108041 +RWA,2010,17,110162,105728 +RWA,2010,18,108966,105312 +RWA,2011,0,167771,169171 +RWA,2011,1,166053,166704 +RWA,2011,2,161608,161726 +RWA,2011,3,157256,156981 +RWA,2011,4,153009,152462 +RWA,2011,5,148879,148161 +RWA,2011,6,144862,144051 +RWA,2011,7,140954,140105 +RWA,2011,8,137253,136414 +RWA,2011,9,133804,133009 +RWA,2011,10,130570,129825 +RWA,2011,11,127484,126839 +RWA,2011,12,124579,124150 +RWA,2011,13,121760,121225 +RWA,2011,14,118976,117830 +RWA,2011,15,116290,114249 +RWA,2011,16,113721,110782 +RWA,2011,17,111154,107098 +RWA,2011,18,109133,104684 +RWA,2012,0,167326,169230 +RWA,2012,1,164857,165841 +RWA,2012,2,165144,165682 +RWA,2012,3,161057,161120 +RWA,2012,4,156952,156660 +RWA,2012,5,152856,152313 +RWA,2012,6,148799,148092 +RWA,2012,7,144776,143968 +RWA,2012,8,140781,139915 +RWA,2012,9,137014,136141 +RWA,2012,10,133570,132738 +RWA,2012,11,130377,129599 +RWA,2012,12,127291,126612 +RWA,2012,13,124371,123900 +RWA,2012,14,121494,120916 +RWA,2012,15,118594,117408 +RWA,2012,16,115756,113684 +RWA,2012,17,113042,110079 +RWA,2012,18,110327,106255 +RWA,2013,0,166711,169002 +RWA,2013,1,165677,167081 +RWA,2013,2,164043,164752 +RWA,2013,3,164330,164760 +RWA,2013,4,160600,160612 +RWA,2013,5,156739,156434 +RWA,2013,6,152793,152256 +RWA,2013,7,148806,148112 +RWA,2013,8,144774,143972 +RWA,2013,9,140690,139809 +RWA,2013,10,136854,135951 +RWA,2013,11,133412,132547 +RWA,2013,12,130259,129452 +RWA,2013,13,127172,126461 +RWA,2013,14,124235,123726 +RWA,2013,15,121299,120680 +RWA,2013,16,118280,117057 +RWA,2013,17,115289,113187 +RWA,2013,18,112428,109442 +RWA,2014,0,167240,169823 +RWA,2014,1,167124,168909 +RWA,2014,2,166234,167360 +RWA,2014,3,164654,165248 +RWA,2014,4,163539,163846 +RWA,2014,5,160164,160112 +RWA,2014,6,156548,156216 +RWA,2014,7,152750,152208 +RWA,2014,8,148834,148140 +RWA,2014,9,144792,143984 +RWA,2014,10,140618,139711 +RWA,2014,11,136713,135768 +RWA,2014,12,133274,132364 +RWA,2014,13,130159,129312 +RWA,2014,14,127070,126317 +RWA,2014,15,124116,123558 +RWA,2014,16,121121,120450 +RWA,2014,17,117983,116712 +RWA,2014,18,114837,112696 +RWA,2015,0,169802,172606 +RWA,2015,1,169721,171820 +RWA,2015,2,168896,170387 +RWA,2015,3,167406,168376 +RWA,2015,4,165329,165859 +RWA,2015,5,162742,162906 +RWA,2015,6,159724,159587 +RWA,2015,7,156352,155974 +RWA,2015,8,152704,152137 +RWA,2015,9,148857,148146 +RWA,2015,10,144806,143973 +RWA,2015,11,140542,139592 +RWA,2015,12,136568,135564 +RWA,2015,13,133131,132159 +RWA,2015,14,130055,129151 +RWA,2015,15,126965,126154 +RWA,2015,16,123994,123371 +RWA,2015,17,120939,120202 +RWA,2015,18,117682,116349 +RWA,2016,0,174968,177955 +RWA,2016,1,170430,173099 +RWA,2016,2,169734,171765 +RWA,2016,3,168539,170004 +RWA,2016,4,166880,167849 +RWA,2016,5,164793,165331 +RWA,2016,6,162358,162523 +RWA,2016,7,159653,159496 +RWA,2016,8,156499,156082 +RWA,2016,9,152848,152232 +RWA,2016,10,148863,148100 +RWA,2016,11,144753,143859 +RWA,2016,12,140469,139444 +RWA,2016,13,136473,135378 +RWA,2016,14,133014,131929 +RWA,2016,15,129916,128875 +RWA,2016,16,126801,125830 +RWA,2016,17,123803,122998 +RWA,2016,18,120728,119793 +RWA,2017,0,182057,185128 +RWA,2017,1,178862,181471 +RWA,2017,2,170923,173445 +RWA,2017,3,169614,171564 +RWA,2017,4,168049,169477 +RWA,2017,5,166222,167179 +RWA,2017,6,164127,164662 +RWA,2017,7,161845,162001 +RWA,2017,8,159455,159269 +RWA,2017,9,156523,156057 +RWA,2017,10,152871,152199 +RWA,2017,11,148750,147928 +RWA,2017,12,144586,143623 +RWA,2017,13,140286,139178 +RWA,2017,14,136271,135077 +RWA,2017,15,132792,131587 +RWA,2017,16,129673,128489 +RWA,2017,17,126536,125400 +RWA,2017,18,123515,122521 +RWA,2018,0,189730,192842 +RWA,2018,1,184254,187041 +RWA,2018,2,179415,181856 +RWA,2018,3,171357,173722 +RWA,2018,4,169435,171294 +RWA,2018,5,167501,168883 +RWA,2018,6,165507,166443 +RWA,2018,7,163405,163929 +RWA,2018,8,161276,161415 +RWA,2018,9,159203,158978 +RWA,2018,10,156492,155970 +RWA,2018,11,152841,152105 +RWA,2018,12,148587,147698 +RWA,2018,13,144369,143329 +RWA,2018,14,140054,138857 +RWA,2018,15,136022,134721 +RWA,2018,16,132524,131192 +RWA,2018,17,129386,128053 +RWA,2018,18,126228,124920 +RWA,2019,0,196000,199000 +RWA,2019,1,189000,192000 +RWA,2019,2,183000,186000 +RWA,2019,3,178000,180000 +RWA,2019,4,172000,174000 +RWA,2019,5,169000,171000 +RWA,2019,6,167000,168000 +RWA,2019,7,165000,166000 +RWA,2019,8,163000,163000 +RWA,2019,9,161000,161000 +RWA,2019,10,159000,159000 +RWA,2019,11,157000,156000 +RWA,2019,12,153000,152000 +RWA,2019,13,148000,148000 +RWA,2019,14,144000,143000 +RWA,2019,15,140000,139000 +RWA,2019,16,136000,134000 +RWA,2019,17,132000,131000 +RWA,2019,18,129000,128000 +RWA,2020,0,200000,203000 +RWA,2020,1,192000,196000 +RWA,2020,2,186000,189000 +RWA,2020,3,181000,183000 +RWA,2020,4,176000,179000 +RWA,2020,5,172000,174000 +RWA,2020,6,169000,171000 +RWA,2020,7,167000,168000 +RWA,2020,8,164000,165000 +RWA,2020,9,162000,163000 +RWA,2020,10,160000,160000 +RWA,2020,11,159000,159000 +RWA,2020,12,157000,156000 +RWA,2020,13,153000,152000 +RWA,2020,14,148000,147000 +RWA,2020,15,144000,143000 +RWA,2020,16,140000,138000 +RWA,2020,17,136000,134000 +RWA,2020,18,132000,131000 +RWA,2021,0,200000,204000 +RWA,2021,1,198000,202000 +RWA,2021,2,192000,195000 +RWA,2021,3,186000,189000 +RWA,2021,4,181000,184000 +RWA,2021,5,176000,179000 +RWA,2021,6,173000,175000 +RWA,2021,7,169000,171000 +RWA,2021,8,166000,167000 +RWA,2021,9,164000,165000 +RWA,2021,10,162000,162000 +RWA,2021,11,160000,160000 +RWA,2021,12,159000,158000 +RWA,2021,13,156000,156000 +RWA,2021,14,153000,152000 +RWA,2021,15,148000,147000 +RWA,2021,16,144000,142000 +RWA,2021,17,139000,138000 +RWA,2021,18,135000,134000 +RWA,2022,0,198000,202000 +RWA,2022,1,194000,198000 +RWA,2022,2,197000,200000 +RWA,2022,3,191000,194000 +RWA,2022,4,186000,189000 +RWA,2022,5,181000,184000 +RWA,2022,6,177000,179000 +RWA,2022,7,173000,175000 +RWA,2022,8,169000,171000 +RWA,2022,9,166000,167000 +RWA,2022,10,163000,164000 +RWA,2022,11,162000,162000 +RWA,2022,12,160000,160000 +RWA,2022,13,158000,158000 +RWA,2022,14,156000,155000 +RWA,2022,15,152000,151000 +RWA,2022,16,148000,147000 +RWA,2022,17,144000,142000 +RWA,2022,18,139000,137000 +RWA,2023,0,194000,199000 +RWA,2023,1,193000,198000 +RWA,2023,2,192000,196000 +RWA,2023,3,195000,199000 +RWA,2023,4,191000,194000 +RWA,2023,5,186000,189000 +RWA,2023,6,182000,184000 +RWA,2023,7,178000,180000 +RWA,2023,8,173000,175000 +RWA,2023,9,169000,171000 +RWA,2023,10,166000,167000 +RWA,2023,11,163000,164000 +RWA,2023,12,162000,162000 +RWA,2023,13,160000,160000 +RWA,2023,14,158000,158000 +RWA,2023,15,156000,155000 +RWA,2023,16,152000,151000 +RWA,2023,17,148000,146000 +RWA,2023,18,143000,142000 +RWA,2024,0,191000,196000 +RWA,2024,1,193000,197000 +RWA,2024,2,193000,198000 +RWA,2024,3,193000,197000 +RWA,2024,4,194000,197000 +RWA,2024,5,190000,193000 +RWA,2024,6,186000,189000 +RWA,2024,7,182000,185000 +RWA,2024,8,178000,180000 +RWA,2024,9,174000,176000 +RWA,2024,10,169000,171000 +RWA,2024,11,165000,167000 +RWA,2024,12,163000,164000 +RWA,2024,13,162000,162000 +RWA,2024,14,160000,160000 +RWA,2024,15,158000,158000 +RWA,2024,16,156000,155000 +RWA,2024,17,152000,151000 +RWA,2024,18,148000,146000 +RWA,2025,0,190000,195000 +RWA,2025,1,193000,198000 +RWA,2025,2,195000,199000 +RWA,2025,3,195000,199000 +RWA,2025,4,194000,198000 +RWA,2025,5,192000,195000 +RWA,2025,6,190000,193000 +RWA,2025,7,186000,189000 +RWA,2025,8,183000,185000 +RWA,2025,9,179000,181000 +RWA,2025,10,174000,176000 +RWA,2025,11,169000,171000 +RWA,2025,12,165000,166000 +RWA,2025,13,163000,163000 +RWA,2025,14,161000,162000 +RWA,2025,15,160000,159000 +RWA,2025,16,158000,157000 +RWA,2025,17,156000,155000 +RWA,2025,18,152000,151000 +RWA,2026,0,191000,196000 +RWA,2026,1,191000,196000 +RWA,2026,2,193000,198000 +RWA,2026,3,194000,199000 +RWA,2026,4,194000,198000 +RWA,2026,5,194000,197000 +RWA,2026,6,192000,195000 +RWA,2026,7,190000,193000 +RWA,2026,8,187000,189000 +RWA,2026,9,183000,185000 +RWA,2026,10,179000,181000 +RWA,2026,11,174000,176000 +RWA,2026,12,169000,170000 +RWA,2026,13,165000,166000 +RWA,2026,14,163000,163000 +RWA,2026,15,161000,161000 +RWA,2026,16,160000,159000 +RWA,2026,17,158000,157000 +RWA,2026,18,156000,154000 +RWA,2027,0,194000,199000 +RWA,2027,1,196000,201000 +RWA,2027,2,192000,197000 +RWA,2027,3,193000,198000 +RWA,2027,4,194000,198000 +RWA,2027,5,194000,198000 +RWA,2027,6,193000,196000 +RWA,2027,7,191000,195000 +RWA,2027,8,190000,192000 +RWA,2027,9,187000,189000 +RWA,2027,10,183000,185000 +RWA,2027,11,179000,181000 +RWA,2027,12,174000,176000 +RWA,2027,13,169000,170000 +RWA,2027,14,165000,166000 +RWA,2027,15,162000,163000 +RWA,2027,16,161000,161000 +RWA,2027,17,159000,159000 +RWA,2027,18,158000,157000 +RWA,2028,0,198000,203000 +RWA,2028,1,198000,203000 +RWA,2028,2,197000,202000 +RWA,2028,3,193000,197000 +RWA,2028,4,193000,198000 +RWA,2028,5,193000,197000 +RWA,2028,6,193000,197000 +RWA,2028,7,192000,195000 +RWA,2028,8,191000,194000 +RWA,2028,9,189000,192000 +RWA,2028,10,187000,189000 +RWA,2028,11,183000,185000 +RWA,2028,12,179000,180000 +RWA,2028,13,174000,175000 +RWA,2028,14,169000,170000 +RWA,2028,15,165000,165000 +RWA,2028,16,162000,162000 +RWA,2028,17,161000,161000 +RWA,2028,18,159000,158000 +RWA,2029,0,202000,207000 +RWA,2029,1,200000,205000 +RWA,2029,2,198000,203000 +RWA,2029,3,197000,201000 +RWA,2029,4,193000,198000 +RWA,2029,5,193000,198000 +RWA,2029,6,193000,197000 +RWA,2029,7,192000,196000 +RWA,2029,8,191000,195000 +RWA,2029,9,190000,193000 +RWA,2029,10,189000,192000 +RWA,2029,11,187000,189000 +RWA,2029,12,183000,185000 +RWA,2029,13,178000,180000 +RWA,2029,14,174000,175000 +RWA,2029,15,169000,170000 +RWA,2029,16,164000,165000 +RWA,2029,17,162000,162000 +RWA,2029,18,161000,160000 +RWA,2030,0,205000,210000 +RWA,2030,1,202000,207000 +RWA,2030,2,199000,204000 +RWA,2030,3,197000,202000 +RWA,2030,4,196000,200000 +RWA,2030,5,194000,199000 +RWA,2030,6,193000,197000 +RWA,2030,7,192000,196000 +RWA,2030,8,191000,195000 +RWA,2030,9,190000,194000 +RWA,2030,10,190000,193000 +RWA,2030,11,189000,192000 +RWA,2030,12,187000,189000 +RWA,2030,13,183000,185000 +RWA,2030,14,178000,180000 +RWA,2030,15,174000,175000 +RWA,2030,16,168000,169000 +RWA,2030,17,164000,165000 +RWA,2030,18,162000,162000 +RWA,2031,0,207000,212000 +RWA,2031,1,205000,209000 +RWA,2031,2,202000,206000 +RWA,2031,3,199000,204000 +RWA,2031,4,197000,202000 +RWA,2031,5,196000,200000 +RWA,2031,6,194000,199000 +RWA,2031,7,193000,197000 +RWA,2031,8,192000,196000 +RWA,2031,9,191000,195000 +RWA,2031,10,190000,194000 +RWA,2031,11,189000,192000 +RWA,2031,12,189000,191000 +RWA,2031,13,187000,189000 +RWA,2031,14,183000,185000 +RWA,2031,15,178000,180000 +RWA,2031,16,173000,174000 +RWA,2031,17,168000,169000 +RWA,2031,18,164000,164000 +RWA,2032,0,209000,213000 +RWA,2032,1,205000,210000 +RWA,2032,2,204000,208000 +RWA,2032,3,201000,206000 +RWA,2032,4,199000,204000 +RWA,2032,5,197000,202000 +RWA,2032,6,196000,200000 +RWA,2032,7,194000,199000 +RWA,2032,8,193000,197000 +RWA,2032,9,192000,196000 +RWA,2032,10,191000,195000 +RWA,2032,11,190000,194000 +RWA,2032,12,189000,192000 +RWA,2032,13,189000,191000 +RWA,2032,14,187000,189000 +RWA,2032,15,183000,185000 +RWA,2032,16,178000,179000 +RWA,2032,17,173000,174000 +RWA,2032,18,168000,168000 +RWA,2033,0,209000,214000 +RWA,2033,1,206000,211000 +RWA,2033,2,204000,208000 +RWA,2033,3,204000,208000 +RWA,2033,4,201000,206000 +RWA,2033,5,199000,204000 +RWA,2033,6,198000,202000 +RWA,2033,7,196000,200000 +RWA,2033,8,195000,199000 +RWA,2033,9,193000,197000 +RWA,2033,10,192000,196000 +RWA,2033,11,191000,195000 +RWA,2033,12,190000,193000 +RWA,2033,13,189000,192000 +RWA,2033,14,189000,191000 +RWA,2033,15,187000,189000 +RWA,2033,16,183000,184000 +RWA,2033,17,178000,179000 +RWA,2033,18,173000,174000 +RWA,2034,0,210000,215000 +RWA,2034,1,208000,212000 +RWA,2034,2,206000,210000 +RWA,2034,3,204000,208000 +RWA,2034,4,203000,207000 +RWA,2034,5,201000,205000 +RWA,2034,6,199000,203000 +RWA,2034,7,198000,202000 +RWA,2034,8,196000,200000 +RWA,2034,9,195000,199000 +RWA,2034,10,193000,197000 +RWA,2034,11,192000,196000 +RWA,2034,12,191000,194000 +RWA,2034,13,190000,193000 +RWA,2034,14,189000,192000 +RWA,2034,15,188000,191000 +RWA,2034,16,187000,188000 +RWA,2034,17,183000,184000 +RWA,2034,18,178000,179000 +RWA,2035,0,211000,216000 +RWA,2035,1,209000,214000 +RWA,2035,2,207000,212000 +RWA,2035,3,205000,210000 +RWA,2035,4,204000,208000 +RWA,2035,5,202000,206000 +RWA,2035,6,201000,205000 +RWA,2035,7,199000,203000 +RWA,2035,8,198000,202000 +RWA,2035,9,196000,200000 +RWA,2035,10,195000,199000 +RWA,2035,11,193000,197000 +RWA,2035,12,192000,195000 +RWA,2035,13,191000,194000 +RWA,2035,14,190000,193000 +RWA,2035,15,189000,192000 +RWA,2035,16,188000,190000 +RWA,2035,17,186000,188000 +RWA,2035,18,182000,184000 +RWA,2036,0,212000,217000 +RWA,2036,1,211000,216000 +RWA,2036,2,209000,214000 +RWA,2036,3,207000,212000 +RWA,2036,4,205000,210000 +RWA,2036,5,204000,208000 +RWA,2036,6,202000,206000 +RWA,2036,7,201000,205000 +RWA,2036,8,199000,203000 +RWA,2036,9,198000,202000 +RWA,2036,10,196000,200000 +RWA,2036,11,195000,199000 +RWA,2036,12,193000,197000 +RWA,2036,13,191000,195000 +RWA,2036,14,191000,194000 +RWA,2036,15,190000,193000 +RWA,2036,16,189000,191000 +RWA,2036,17,188000,190000 +RWA,2036,18,186000,188000 +RWA,2037,0,213000,219000 +RWA,2037,1,212000,217000 +RWA,2037,2,210000,215000 +RWA,2037,3,209000,213000 +RWA,2037,4,207000,211000 +RWA,2037,5,205000,210000 +RWA,2037,6,204000,208000 +RWA,2037,7,202000,206000 +RWA,2037,8,201000,205000 +RWA,2037,9,199000,203000 +RWA,2037,10,198000,202000 +RWA,2037,11,196000,200000 +RWA,2037,12,195000,198000 +RWA,2037,13,193000,197000 +RWA,2037,14,191000,195000 +RWA,2037,15,190000,194000 +RWA,2037,16,190000,192000 +RWA,2037,17,189000,191000 +RWA,2037,18,188000,190000 +RWA,2038,0,215000,220000 +RWA,2038,1,213000,218000 +RWA,2038,2,212000,216000 +RWA,2038,3,210000,215000 +RWA,2038,4,208000,213000 +RWA,2038,5,207000,211000 +RWA,2038,6,205000,210000 +RWA,2038,7,204000,208000 +RWA,2038,8,202000,206000 +RWA,2038,9,201000,205000 +RWA,2038,10,199000,203000 +RWA,2038,11,198000,201000 +RWA,2038,12,196000,200000 +RWA,2038,13,194000,198000 +RWA,2038,14,193000,196000 +RWA,2038,15,191000,195000 +RWA,2038,16,190000,193000 +RWA,2038,17,189000,192000 +RWA,2038,18,188000,191000 +RWA,2039,0,216000,222000 +RWA,2039,1,215000,220000 +RWA,2039,2,213000,218000 +RWA,2039,3,211000,216000 +RWA,2039,4,210000,215000 +RWA,2039,5,208000,213000 +RWA,2039,6,207000,211000 +RWA,2039,7,205000,209000 +RWA,2039,8,204000,208000 +RWA,2039,9,202000,206000 +RWA,2039,10,200000,204000 +RWA,2039,11,199000,203000 +RWA,2039,12,197000,201000 +RWA,2039,13,196000,200000 +RWA,2039,14,194000,198000 +RWA,2039,15,193000,196000 +RWA,2039,16,191000,194000 +RWA,2039,17,190000,193000 +RWA,2039,18,189000,192000 +RWA,2040,0,218000,223000 +RWA,2040,1,216000,221000 +RWA,2040,2,214000,219000 +RWA,2040,3,213000,218000 +RWA,2040,4,211000,216000 +RWA,2040,5,210000,214000 +RWA,2040,6,208000,213000 +RWA,2040,7,207000,211000 +RWA,2040,8,205000,209000 +RWA,2040,9,203000,208000 +RWA,2040,10,202000,206000 +RWA,2040,11,200000,204000 +RWA,2040,12,199000,203000 +RWA,2040,13,197000,201000 +RWA,2040,14,196000,199000 +RWA,2040,15,194000,198000 +RWA,2040,16,192000,196000 +RWA,2040,17,191000,194000 +RWA,2040,18,190000,193000 +RWA,2041,0,219000,225000 +RWA,2041,1,218000,223000 +RWA,2041,2,216000,221000 +RWA,2041,3,214000,219000 +RWA,2041,4,213000,218000 +RWA,2041,5,211000,216000 +RWA,2041,6,210000,214000 +RWA,2041,7,208000,212000 +RWA,2041,8,206000,211000 +RWA,2041,9,205000,209000 +RWA,2041,10,203000,207000 +RWA,2041,11,202000,206000 +RWA,2041,12,200000,204000 +RWA,2041,13,199000,202000 +RWA,2041,14,197000,201000 +RWA,2041,15,196000,199000 +RWA,2041,16,194000,197000 +RWA,2041,17,192000,195000 +RWA,2041,18,191000,194000 +RWA,2042,0,220000,226000 +RWA,2042,1,219000,224000 +RWA,2042,2,217000,223000 +RWA,2042,3,216000,221000 +RWA,2042,4,214000,219000 +RWA,2042,5,213000,217000 +RWA,2042,6,211000,216000 +RWA,2042,7,210000,214000 +RWA,2042,8,208000,212000 +RWA,2042,9,206000,211000 +RWA,2042,10,205000,209000 +RWA,2042,11,203000,207000 +RWA,2042,12,202000,206000 +RWA,2042,13,200000,204000 +RWA,2042,14,199000,202000 +RWA,2042,15,197000,201000 +RWA,2042,16,195000,199000 +RWA,2042,17,194000,197000 +RWA,2042,18,192000,195000 +RWA,2043,0,222000,227000 +RWA,2043,1,220000,225000 +RWA,2043,2,219000,224000 +RWA,2043,3,217000,222000 +RWA,2043,4,216000,221000 +RWA,2043,5,214000,219000 +RWA,2043,6,213000,217000 +RWA,2043,7,211000,216000 +RWA,2043,8,210000,214000 +RWA,2043,9,208000,212000 +RWA,2043,10,206000,211000 +RWA,2043,11,205000,209000 +RWA,2043,12,203000,207000 +RWA,2043,13,202000,205000 +RWA,2043,14,200000,204000 +RWA,2043,15,198000,202000 +RWA,2043,16,197000,200000 +RWA,2043,17,195000,198000 +RWA,2043,18,194000,197000 +RWA,2044,0,223000,228000 +RWA,2044,1,221000,227000 +RWA,2044,2,220000,225000 +RWA,2044,3,218000,223000 +RWA,2044,4,217000,222000 +RWA,2044,5,216000,220000 +RWA,2044,6,214000,219000 +RWA,2044,7,213000,217000 +RWA,2044,8,211000,215000 +RWA,2044,9,209000,214000 +RWA,2044,10,208000,212000 +RWA,2044,11,206000,210000 +RWA,2044,12,205000,209000 +RWA,2044,13,203000,207000 +RWA,2044,14,202000,205000 +RWA,2044,15,200000,203000 +RWA,2044,16,198000,202000 +RWA,2044,17,197000,200000 +RWA,2044,18,195000,198000 +RWA,2045,0,223000,229000 +RWA,2045,1,222000,227000 +RWA,2045,2,221000,226000 +RWA,2045,3,220000,225000 +RWA,2045,4,218000,223000 +RWA,2045,5,217000,222000 +RWA,2045,6,215000,220000 +RWA,2045,7,214000,219000 +RWA,2045,8,212000,217000 +RWA,2045,9,211000,215000 +RWA,2045,10,209000,214000 +RWA,2045,11,208000,212000 +RWA,2045,12,206000,210000 +RWA,2045,13,205000,209000 +RWA,2045,14,203000,207000 +RWA,2045,15,201000,205000 +RWA,2045,16,200000,203000 +RWA,2045,17,198000,201000 +RWA,2045,18,196000,200000 +RWA,2046,0,224000,229000 +RWA,2046,1,223000,229000 +RWA,2046,2,222000,227000 +RWA,2046,3,221000,226000 +RWA,2046,4,220000,225000 +RWA,2046,5,218000,223000 +RWA,2046,6,217000,222000 +RWA,2046,7,215000,220000 +RWA,2046,8,214000,218000 +RWA,2046,9,212000,217000 +RWA,2046,10,211000,215000 +RWA,2046,11,209000,214000 +RWA,2046,12,208000,212000 +RWA,2046,13,206000,210000 +RWA,2046,14,204000,208000 +RWA,2046,15,203000,206000 +RWA,2046,16,201000,205000 +RWA,2046,17,200000,203000 +RWA,2046,18,198000,201000 +RWA,2047,0,224000,229000 +RWA,2047,1,223000,229000 +RWA,2047,2,223000,228000 +RWA,2047,3,222000,227000 +RWA,2047,4,221000,226000 +RWA,2047,5,219000,224000 +RWA,2047,6,218000,223000 +RWA,2047,7,217000,222000 +RWA,2047,8,215000,220000 +RWA,2047,9,214000,218000 +RWA,2047,10,212000,217000 +RWA,2047,11,211000,215000 +RWA,2047,12,209000,213000 +RWA,2047,13,208000,212000 +RWA,2047,14,206000,210000 +RWA,2047,15,204000,208000 +RWA,2047,16,203000,206000 +RWA,2047,17,201000,204000 +RWA,2047,18,199000,202000 +RWA,2048,0,224000,229000 +RWA,2048,1,223000,229000 +RWA,2048,2,223000,228000 +RWA,2048,3,223000,228000 +RWA,2048,4,222000,227000 +RWA,2048,5,221000,226000 +RWA,2048,6,219000,224000 +RWA,2048,7,218000,223000 +RWA,2048,8,217000,221000 +RWA,2048,9,215000,220000 +RWA,2048,10,214000,218000 +RWA,2048,11,212000,217000 +RWA,2048,12,211000,215000 +RWA,2048,13,209000,213000 +RWA,2048,14,207000,211000 +RWA,2048,15,206000,210000 +RWA,2048,16,204000,208000 +RWA,2048,17,203000,206000 +RWA,2048,18,201000,204000 +RWA,2049,0,223000,229000 +RWA,2049,1,223000,229000 +RWA,2049,2,223000,229000 +RWA,2049,3,223000,228000 +RWA,2049,4,222000,228000 +RWA,2049,5,222000,227000 +RWA,2049,6,221000,226000 +RWA,2049,7,219000,224000 +RWA,2049,8,218000,223000 +RWA,2049,9,217000,221000 +RWA,2049,10,215000,220000 +RWA,2049,11,214000,218000 +RWA,2049,12,212000,216000 +RWA,2049,13,211000,215000 +RWA,2049,14,209000,213000 +RWA,2049,15,207000,211000 +RWA,2049,16,206000,209000 +RWA,2049,17,204000,207000 +RWA,2049,18,202000,206000 +RWA,2050,0,223000,229000 +RWA,2050,1,223000,229000 +RWA,2050,2,223000,229000 +RWA,2050,3,223000,229000 +RWA,2050,4,223000,228000 +RWA,2050,5,222000,227000 +RWA,2050,6,221000,226000 +RWA,2050,7,220000,225000 +RWA,2050,8,219000,224000 +RWA,2050,9,218000,223000 +RWA,2050,10,217000,221000 +RWA,2050,11,215000,220000 +RWA,2050,12,214000,218000 +RWA,2050,13,212000,216000 +RWA,2050,14,210000,215000 +RWA,2050,15,209000,213000 +RWA,2050,16,207000,211000 +RWA,2050,17,206000,209000 +RWA,2050,18,204000,207000 +SAS,1990,0,, +SAS,1990,1,, +SAS,1990,2,, +SAS,1990,3,, +SAS,1990,4,, +SAS,1990,5,, +SAS,1990,6,, +SAS,1990,7,, +SAS,1990,8,, +SAS,1990,9,, +SAS,1990,10,, +SAS,1990,11,, +SAS,1990,12,, +SAS,1990,13,, +SAS,1990,14,, +SAS,1990,15,, +SAS,1990,16,, +SAS,1990,17,, +SAS,1990,18,, +SAS,1991,0,, +SAS,1991,1,, +SAS,1991,2,, +SAS,1991,3,, +SAS,1991,4,, +SAS,1991,5,, +SAS,1991,6,, +SAS,1991,7,, +SAS,1991,8,, +SAS,1991,9,, +SAS,1991,10,, +SAS,1991,11,, +SAS,1991,12,, +SAS,1991,13,, +SAS,1991,14,, +SAS,1991,15,, +SAS,1991,16,, +SAS,1991,17,, +SAS,1991,18,, +SAS,1992,0,, +SAS,1992,1,, +SAS,1992,2,, +SAS,1992,3,, +SAS,1992,4,, +SAS,1992,5,, +SAS,1992,6,, +SAS,1992,7,, +SAS,1992,8,, +SAS,1992,9,, +SAS,1992,10,, +SAS,1992,11,, +SAS,1992,12,, +SAS,1992,13,, +SAS,1992,14,, +SAS,1992,15,, +SAS,1992,16,, +SAS,1992,17,, +SAS,1992,18,, +SAS,1993,0,, +SAS,1993,1,, +SAS,1993,2,, +SAS,1993,3,, +SAS,1993,4,, +SAS,1993,5,, +SAS,1993,6,, +SAS,1993,7,, +SAS,1993,8,, +SAS,1993,9,, +SAS,1993,10,, +SAS,1993,11,, +SAS,1993,12,, +SAS,1993,13,, +SAS,1993,14,, +SAS,1993,15,, +SAS,1993,16,, +SAS,1993,17,, +SAS,1993,18,, +SAS,1994,0,, +SAS,1994,1,, +SAS,1994,2,, +SAS,1994,3,, +SAS,1994,4,, +SAS,1994,5,, +SAS,1994,6,, +SAS,1994,7,, +SAS,1994,8,, +SAS,1994,9,, +SAS,1994,10,, +SAS,1994,11,, +SAS,1994,12,, +SAS,1994,13,, +SAS,1994,14,, +SAS,1994,15,, +SAS,1994,16,, +SAS,1994,17,, +SAS,1994,18,, +SAS,1995,0,, +SAS,1995,1,, +SAS,1995,2,, +SAS,1995,3,, +SAS,1995,4,, +SAS,1995,5,, +SAS,1995,6,, +SAS,1995,7,, +SAS,1995,8,, +SAS,1995,9,, +SAS,1995,10,, +SAS,1995,11,, +SAS,1995,12,, +SAS,1995,13,, +SAS,1995,14,, +SAS,1995,15,, +SAS,1995,16,, +SAS,1995,17,, +SAS,1995,18,, +SAS,1996,0,, +SAS,1996,1,, +SAS,1996,2,, +SAS,1996,3,, +SAS,1996,4,, +SAS,1996,5,, +SAS,1996,6,, +SAS,1996,7,, +SAS,1996,8,, +SAS,1996,9,, +SAS,1996,10,, +SAS,1996,11,, +SAS,1996,12,, +SAS,1996,13,, +SAS,1996,14,, +SAS,1996,15,, +SAS,1996,16,, +SAS,1996,17,, +SAS,1996,18,, +SAS,1997,0,, +SAS,1997,1,, +SAS,1997,2,, +SAS,1997,3,, +SAS,1997,4,, +SAS,1997,5,, +SAS,1997,6,, +SAS,1997,7,, +SAS,1997,8,, +SAS,1997,9,, +SAS,1997,10,, +SAS,1997,11,, +SAS,1997,12,, +SAS,1997,13,, +SAS,1997,14,, +SAS,1997,15,, +SAS,1997,16,, +SAS,1997,17,, +SAS,1997,18,, +SAS,1998,0,, +SAS,1998,1,, +SAS,1998,2,, +SAS,1998,3,, +SAS,1998,4,, +SAS,1998,5,, +SAS,1998,6,, +SAS,1998,7,, +SAS,1998,8,, +SAS,1998,9,, +SAS,1998,10,, +SAS,1998,11,, +SAS,1998,12,, +SAS,1998,13,, +SAS,1998,14,, +SAS,1998,15,, +SAS,1998,16,, +SAS,1998,17,, +SAS,1998,18,, +SAS,1999,0,, +SAS,1999,1,, +SAS,1999,2,, +SAS,1999,3,, +SAS,1999,4,, +SAS,1999,5,, +SAS,1999,6,, +SAS,1999,7,, +SAS,1999,8,, +SAS,1999,9,, +SAS,1999,10,, +SAS,1999,11,, +SAS,1999,12,, +SAS,1999,13,, +SAS,1999,14,, +SAS,1999,15,, +SAS,1999,16,, +SAS,1999,17,, +SAS,1999,18,, +SAS,2000,0,, +SAS,2000,1,, +SAS,2000,2,, +SAS,2000,3,, +SAS,2000,4,, +SAS,2000,5,, +SAS,2000,6,, +SAS,2000,7,, +SAS,2000,8,, +SAS,2000,9,, +SAS,2000,10,, +SAS,2000,11,, +SAS,2000,12,, +SAS,2000,13,, +SAS,2000,14,, +SAS,2000,15,, +SAS,2000,16,, +SAS,2000,17,, +SAS,2000,18,, +SAS,2001,0,, +SAS,2001,1,, +SAS,2001,2,, +SAS,2001,3,, +SAS,2001,4,, +SAS,2001,5,, +SAS,2001,6,, +SAS,2001,7,, +SAS,2001,8,, +SAS,2001,9,, +SAS,2001,10,, +SAS,2001,11,, +SAS,2001,12,, +SAS,2001,13,, +SAS,2001,14,, +SAS,2001,15,, +SAS,2001,16,, +SAS,2001,17,, +SAS,2001,18,, +SAS,2002,0,, +SAS,2002,1,, +SAS,2002,2,, +SAS,2002,3,, +SAS,2002,4,, +SAS,2002,5,, +SAS,2002,6,, +SAS,2002,7,, +SAS,2002,8,, +SAS,2002,9,, +SAS,2002,10,, +SAS,2002,11,, +SAS,2002,12,, +SAS,2002,13,, +SAS,2002,14,, +SAS,2002,15,, +SAS,2002,16,, +SAS,2002,17,, +SAS,2002,18,, +SAS,2003,0,, +SAS,2003,1,, +SAS,2003,2,, +SAS,2003,3,, +SAS,2003,4,, +SAS,2003,5,, +SAS,2003,6,, +SAS,2003,7,, +SAS,2003,8,, +SAS,2003,9,, +SAS,2003,10,, +SAS,2003,11,, +SAS,2003,12,, +SAS,2003,13,, +SAS,2003,14,, +SAS,2003,15,, +SAS,2003,16,, +SAS,2003,17,, +SAS,2003,18,, +SAS,2004,0,, +SAS,2004,1,, +SAS,2004,2,, +SAS,2004,3,, +SAS,2004,4,, +SAS,2004,5,, +SAS,2004,6,, +SAS,2004,7,, +SAS,2004,8,, +SAS,2004,9,, +SAS,2004,10,, +SAS,2004,11,, +SAS,2004,12,, +SAS,2004,13,, +SAS,2004,14,, +SAS,2004,15,, +SAS,2004,16,, +SAS,2004,17,, +SAS,2004,18,, +SAS,2005,0,, +SAS,2005,1,, +SAS,2005,2,, +SAS,2005,3,, +SAS,2005,4,, +SAS,2005,5,, +SAS,2005,6,, +SAS,2005,7,, +SAS,2005,8,, +SAS,2005,9,, +SAS,2005,10,, +SAS,2005,11,, +SAS,2005,12,, +SAS,2005,13,, +SAS,2005,14,, +SAS,2005,15,, +SAS,2005,16,, +SAS,2005,17,, +SAS,2005,18,, +SAS,2006,0,, +SAS,2006,1,, +SAS,2006,2,, +SAS,2006,3,, +SAS,2006,4,, +SAS,2006,5,, +SAS,2006,6,, +SAS,2006,7,, +SAS,2006,8,, +SAS,2006,9,, +SAS,2006,10,, +SAS,2006,11,, +SAS,2006,12,, +SAS,2006,13,, +SAS,2006,14,, +SAS,2006,15,, +SAS,2006,16,, +SAS,2006,17,, +SAS,2006,18,, +SAS,2007,0,, +SAS,2007,1,, +SAS,2007,2,, +SAS,2007,3,, +SAS,2007,4,, +SAS,2007,5,, +SAS,2007,6,, +SAS,2007,7,, +SAS,2007,8,, +SAS,2007,9,, +SAS,2007,10,, +SAS,2007,11,, +SAS,2007,12,, +SAS,2007,13,, +SAS,2007,14,, +SAS,2007,15,, +SAS,2007,16,, +SAS,2007,17,, +SAS,2007,18,, +SAS,2008,0,, +SAS,2008,1,, +SAS,2008,2,, +SAS,2008,3,, +SAS,2008,4,, +SAS,2008,5,, +SAS,2008,6,, +SAS,2008,7,, +SAS,2008,8,, +SAS,2008,9,, +SAS,2008,10,, +SAS,2008,11,, +SAS,2008,12,, +SAS,2008,13,, +SAS,2008,14,, +SAS,2008,15,, +SAS,2008,16,, +SAS,2008,17,, +SAS,2008,18,, +SAS,2009,0,, +SAS,2009,1,, +SAS,2009,2,, +SAS,2009,3,, +SAS,2009,4,, +SAS,2009,5,, +SAS,2009,6,, +SAS,2009,7,, +SAS,2009,8,, +SAS,2009,9,, +SAS,2009,10,, +SAS,2009,11,, +SAS,2009,12,, +SAS,2009,13,, +SAS,2009,14,, +SAS,2009,15,, +SAS,2009,16,, +SAS,2009,17,, +SAS,2009,18,, +SAS,2010,0,, +SAS,2010,1,, +SAS,2010,2,, +SAS,2010,3,, +SAS,2010,4,, +SAS,2010,5,, +SAS,2010,6,, +SAS,2010,7,, +SAS,2010,8,, +SAS,2010,9,, +SAS,2010,10,, +SAS,2010,11,, +SAS,2010,12,, +SAS,2010,13,, +SAS,2010,14,, +SAS,2010,15,, +SAS,2010,16,, +SAS,2010,17,, +SAS,2010,18,, +SAS,2011,0,, +SAS,2011,1,, +SAS,2011,2,, +SAS,2011,3,, +SAS,2011,4,, +SAS,2011,5,, +SAS,2011,6,, +SAS,2011,7,, +SAS,2011,8,, +SAS,2011,9,, +SAS,2011,10,, +SAS,2011,11,, +SAS,2011,12,, +SAS,2011,13,, +SAS,2011,14,, +SAS,2011,15,, +SAS,2011,16,, +SAS,2011,17,, +SAS,2011,18,, +SAS,2012,0,, +SAS,2012,1,, +SAS,2012,2,, +SAS,2012,3,, +SAS,2012,4,, +SAS,2012,5,, +SAS,2012,6,, +SAS,2012,7,, +SAS,2012,8,, +SAS,2012,9,, +SAS,2012,10,, +SAS,2012,11,, +SAS,2012,12,, +SAS,2012,13,, +SAS,2012,14,, +SAS,2012,15,, +SAS,2012,16,, +SAS,2012,17,, +SAS,2012,18,, +SAS,2013,0,, +SAS,2013,1,, +SAS,2013,2,, +SAS,2013,3,, +SAS,2013,4,, +SAS,2013,5,, +SAS,2013,6,, +SAS,2013,7,, +SAS,2013,8,, +SAS,2013,9,, +SAS,2013,10,, +SAS,2013,11,, +SAS,2013,12,, +SAS,2013,13,, +SAS,2013,14,, +SAS,2013,15,, +SAS,2013,16,, +SAS,2013,17,, +SAS,2013,18,, +SAS,2014,0,, +SAS,2014,1,, +SAS,2014,2,, +SAS,2014,3,, +SAS,2014,4,, +SAS,2014,5,, +SAS,2014,6,, +SAS,2014,7,, +SAS,2014,8,, +SAS,2014,9,, +SAS,2014,10,, +SAS,2014,11,, +SAS,2014,12,, +SAS,2014,13,, +SAS,2014,14,, +SAS,2014,15,, +SAS,2014,16,, +SAS,2014,17,, +SAS,2014,18,, +SAS,2015,0,, +SAS,2015,1,, +SAS,2015,2,, +SAS,2015,3,, +SAS,2015,4,, +SAS,2015,5,, +SAS,2015,6,, +SAS,2015,7,, +SAS,2015,8,, +SAS,2015,9,, +SAS,2015,10,, +SAS,2015,11,, +SAS,2015,12,, +SAS,2015,13,, +SAS,2015,14,, +SAS,2015,15,, +SAS,2015,16,, +SAS,2015,17,, +SAS,2015,18,, +SAS,2016,0,, +SAS,2016,1,, +SAS,2016,2,, +SAS,2016,3,, +SAS,2016,4,, +SAS,2016,5,, +SAS,2016,6,, +SAS,2016,7,, +SAS,2016,8,, +SAS,2016,9,, +SAS,2016,10,, +SAS,2016,11,, +SAS,2016,12,, +SAS,2016,13,, +SAS,2016,14,, +SAS,2016,15,, +SAS,2016,16,, +SAS,2016,17,, +SAS,2016,18,, +SAS,2017,0,, +SAS,2017,1,, +SAS,2017,2,, +SAS,2017,3,, +SAS,2017,4,, +SAS,2017,5,, +SAS,2017,6,, +SAS,2017,7,, +SAS,2017,8,, +SAS,2017,9,, +SAS,2017,10,, +SAS,2017,11,, +SAS,2017,12,, +SAS,2017,13,, +SAS,2017,14,, +SAS,2017,15,, +SAS,2017,16,, +SAS,2017,17,, +SAS,2017,18,, +SAS,2018,0,, +SAS,2018,1,, +SAS,2018,2,, +SAS,2018,3,, +SAS,2018,4,, +SAS,2018,5,, +SAS,2018,6,, +SAS,2018,7,, +SAS,2018,8,, +SAS,2018,9,, +SAS,2018,10,, +SAS,2018,11,, +SAS,2018,12,, +SAS,2018,13,, +SAS,2018,14,, +SAS,2018,15,, +SAS,2018,16,, +SAS,2018,17,, +SAS,2018,18,, +SAS,2019,0,, +SAS,2019,1,, +SAS,2019,2,, +SAS,2019,3,, +SAS,2019,4,, +SAS,2019,5,, +SAS,2019,6,, +SAS,2019,7,, +SAS,2019,8,, +SAS,2019,9,, +SAS,2019,10,, +SAS,2019,11,, +SAS,2019,12,, +SAS,2019,13,, +SAS,2019,14,, +SAS,2019,15,, +SAS,2019,16,, +SAS,2019,17,, +SAS,2019,18,, +SAS,2020,0,, +SAS,2020,1,, +SAS,2020,2,, +SAS,2020,3,, +SAS,2020,4,, +SAS,2020,5,, +SAS,2020,6,, +SAS,2020,7,, +SAS,2020,8,, +SAS,2020,9,, +SAS,2020,10,, +SAS,2020,11,, +SAS,2020,12,, +SAS,2020,13,, +SAS,2020,14,, +SAS,2020,15,, +SAS,2020,16,, +SAS,2020,17,, +SAS,2020,18,, +SAS,2021,0,, +SAS,2021,1,, +SAS,2021,2,, +SAS,2021,3,, +SAS,2021,4,, +SAS,2021,5,, +SAS,2021,6,, +SAS,2021,7,, +SAS,2021,8,, +SAS,2021,9,, +SAS,2021,10,, +SAS,2021,11,, +SAS,2021,12,, +SAS,2021,13,, +SAS,2021,14,, +SAS,2021,15,, +SAS,2021,16,, +SAS,2021,17,, +SAS,2021,18,, +SAS,2022,0,, +SAS,2022,1,, +SAS,2022,2,, +SAS,2022,3,, +SAS,2022,4,, +SAS,2022,5,, +SAS,2022,6,, +SAS,2022,7,, +SAS,2022,8,, +SAS,2022,9,, +SAS,2022,10,, +SAS,2022,11,, +SAS,2022,12,, +SAS,2022,13,, +SAS,2022,14,, +SAS,2022,15,, +SAS,2022,16,, +SAS,2022,17,, +SAS,2022,18,, +SAS,2023,0,, +SAS,2023,1,, +SAS,2023,2,, +SAS,2023,3,, +SAS,2023,4,, +SAS,2023,5,, +SAS,2023,6,, +SAS,2023,7,, +SAS,2023,8,, +SAS,2023,9,, +SAS,2023,10,, +SAS,2023,11,, +SAS,2023,12,, +SAS,2023,13,, +SAS,2023,14,, +SAS,2023,15,, +SAS,2023,16,, +SAS,2023,17,, +SAS,2023,18,, +SAS,2024,0,, +SAS,2024,1,, +SAS,2024,2,, +SAS,2024,3,, +SAS,2024,4,, +SAS,2024,5,, +SAS,2024,6,, +SAS,2024,7,, +SAS,2024,8,, +SAS,2024,9,, +SAS,2024,10,, +SAS,2024,11,, +SAS,2024,12,, +SAS,2024,13,, +SAS,2024,14,, +SAS,2024,15,, +SAS,2024,16,, +SAS,2024,17,, +SAS,2024,18,, +SAS,2025,0,, +SAS,2025,1,, +SAS,2025,2,, +SAS,2025,3,, +SAS,2025,4,, +SAS,2025,5,, +SAS,2025,6,, +SAS,2025,7,, +SAS,2025,8,, +SAS,2025,9,, +SAS,2025,10,, +SAS,2025,11,, +SAS,2025,12,, +SAS,2025,13,, +SAS,2025,14,, +SAS,2025,15,, +SAS,2025,16,, +SAS,2025,17,, +SAS,2025,18,, +SAS,2026,0,, +SAS,2026,1,, +SAS,2026,2,, +SAS,2026,3,, +SAS,2026,4,, +SAS,2026,5,, +SAS,2026,6,, +SAS,2026,7,, +SAS,2026,8,, +SAS,2026,9,, +SAS,2026,10,, +SAS,2026,11,, +SAS,2026,12,, +SAS,2026,13,, +SAS,2026,14,, +SAS,2026,15,, +SAS,2026,16,, +SAS,2026,17,, +SAS,2026,18,, +SAS,2027,0,, +SAS,2027,1,, +SAS,2027,2,, +SAS,2027,3,, +SAS,2027,4,, +SAS,2027,5,, +SAS,2027,6,, +SAS,2027,7,, +SAS,2027,8,, +SAS,2027,9,, +SAS,2027,10,, +SAS,2027,11,, +SAS,2027,12,, +SAS,2027,13,, +SAS,2027,14,, +SAS,2027,15,, +SAS,2027,16,, +SAS,2027,17,, +SAS,2027,18,, +SAS,2028,0,, +SAS,2028,1,, +SAS,2028,2,, +SAS,2028,3,, +SAS,2028,4,, +SAS,2028,5,, +SAS,2028,6,, +SAS,2028,7,, +SAS,2028,8,, +SAS,2028,9,, +SAS,2028,10,, +SAS,2028,11,, +SAS,2028,12,, +SAS,2028,13,, +SAS,2028,14,, +SAS,2028,15,, +SAS,2028,16,, +SAS,2028,17,, +SAS,2028,18,, +SAS,2029,0,, +SAS,2029,1,, +SAS,2029,2,, +SAS,2029,3,, +SAS,2029,4,, +SAS,2029,5,, +SAS,2029,6,, +SAS,2029,7,, +SAS,2029,8,, +SAS,2029,9,, +SAS,2029,10,, +SAS,2029,11,, +SAS,2029,12,, +SAS,2029,13,, +SAS,2029,14,, +SAS,2029,15,, +SAS,2029,16,, +SAS,2029,17,, +SAS,2029,18,, +SAS,2030,0,, +SAS,2030,1,, +SAS,2030,2,, +SAS,2030,3,, +SAS,2030,4,, +SAS,2030,5,, +SAS,2030,6,, +SAS,2030,7,, +SAS,2030,8,, +SAS,2030,9,, +SAS,2030,10,, +SAS,2030,11,, +SAS,2030,12,, +SAS,2030,13,, +SAS,2030,14,, +SAS,2030,15,, +SAS,2030,16,, +SAS,2030,17,, +SAS,2030,18,, +SAS,2031,0,, +SAS,2031,1,, +SAS,2031,2,, +SAS,2031,3,, +SAS,2031,4,, +SAS,2031,5,, +SAS,2031,6,, +SAS,2031,7,, +SAS,2031,8,, +SAS,2031,9,, +SAS,2031,10,, +SAS,2031,11,, +SAS,2031,12,, +SAS,2031,13,, +SAS,2031,14,, +SAS,2031,15,, +SAS,2031,16,, +SAS,2031,17,, +SAS,2031,18,, +SAS,2032,0,, +SAS,2032,1,, +SAS,2032,2,, +SAS,2032,3,, +SAS,2032,4,, +SAS,2032,5,, +SAS,2032,6,, +SAS,2032,7,, +SAS,2032,8,, +SAS,2032,9,, +SAS,2032,10,, +SAS,2032,11,, +SAS,2032,12,, +SAS,2032,13,, +SAS,2032,14,, +SAS,2032,15,, +SAS,2032,16,, +SAS,2032,17,, +SAS,2032,18,, +SAS,2033,0,, +SAS,2033,1,, +SAS,2033,2,, +SAS,2033,3,, +SAS,2033,4,, +SAS,2033,5,, +SAS,2033,6,, +SAS,2033,7,, +SAS,2033,8,, +SAS,2033,9,, +SAS,2033,10,, +SAS,2033,11,, +SAS,2033,12,, +SAS,2033,13,, +SAS,2033,14,, +SAS,2033,15,, +SAS,2033,16,, +SAS,2033,17,, +SAS,2033,18,, +SAS,2034,0,, +SAS,2034,1,, +SAS,2034,2,, +SAS,2034,3,, +SAS,2034,4,, +SAS,2034,5,, +SAS,2034,6,, +SAS,2034,7,, +SAS,2034,8,, +SAS,2034,9,, +SAS,2034,10,, +SAS,2034,11,, +SAS,2034,12,, +SAS,2034,13,, +SAS,2034,14,, +SAS,2034,15,, +SAS,2034,16,, +SAS,2034,17,, +SAS,2034,18,, +SAS,2035,0,, +SAS,2035,1,, +SAS,2035,2,, +SAS,2035,3,, +SAS,2035,4,, +SAS,2035,5,, +SAS,2035,6,, +SAS,2035,7,, +SAS,2035,8,, +SAS,2035,9,, +SAS,2035,10,, +SAS,2035,11,, +SAS,2035,12,, +SAS,2035,13,, +SAS,2035,14,, +SAS,2035,15,, +SAS,2035,16,, +SAS,2035,17,, +SAS,2035,18,, +SAS,2036,0,, +SAS,2036,1,, +SAS,2036,2,, +SAS,2036,3,, +SAS,2036,4,, +SAS,2036,5,, +SAS,2036,6,, +SAS,2036,7,, +SAS,2036,8,, +SAS,2036,9,, +SAS,2036,10,, +SAS,2036,11,, +SAS,2036,12,, +SAS,2036,13,, +SAS,2036,14,, +SAS,2036,15,, +SAS,2036,16,, +SAS,2036,17,, +SAS,2036,18,, +SAS,2037,0,, +SAS,2037,1,, +SAS,2037,2,, +SAS,2037,3,, +SAS,2037,4,, +SAS,2037,5,, +SAS,2037,6,, +SAS,2037,7,, +SAS,2037,8,, +SAS,2037,9,, +SAS,2037,10,, +SAS,2037,11,, +SAS,2037,12,, +SAS,2037,13,, +SAS,2037,14,, +SAS,2037,15,, +SAS,2037,16,, +SAS,2037,17,, +SAS,2037,18,, +SAS,2038,0,, +SAS,2038,1,, +SAS,2038,2,, +SAS,2038,3,, +SAS,2038,4,, +SAS,2038,5,, +SAS,2038,6,, +SAS,2038,7,, +SAS,2038,8,, +SAS,2038,9,, +SAS,2038,10,, +SAS,2038,11,, +SAS,2038,12,, +SAS,2038,13,, +SAS,2038,14,, +SAS,2038,15,, +SAS,2038,16,, +SAS,2038,17,, +SAS,2038,18,, +SAS,2039,0,, +SAS,2039,1,, +SAS,2039,2,, +SAS,2039,3,, +SAS,2039,4,, +SAS,2039,5,, +SAS,2039,6,, +SAS,2039,7,, +SAS,2039,8,, +SAS,2039,9,, +SAS,2039,10,, +SAS,2039,11,, +SAS,2039,12,, +SAS,2039,13,, +SAS,2039,14,, +SAS,2039,15,, +SAS,2039,16,, +SAS,2039,17,, +SAS,2039,18,, +SAS,2040,0,, +SAS,2040,1,, +SAS,2040,2,, +SAS,2040,3,, +SAS,2040,4,, +SAS,2040,5,, +SAS,2040,6,, +SAS,2040,7,, +SAS,2040,8,, +SAS,2040,9,, +SAS,2040,10,, +SAS,2040,11,, +SAS,2040,12,, +SAS,2040,13,, +SAS,2040,14,, +SAS,2040,15,, +SAS,2040,16,, +SAS,2040,17,, +SAS,2040,18,, +SAS,2041,0,, +SAS,2041,1,, +SAS,2041,2,, +SAS,2041,3,, +SAS,2041,4,, +SAS,2041,5,, +SAS,2041,6,, +SAS,2041,7,, +SAS,2041,8,, +SAS,2041,9,, +SAS,2041,10,, +SAS,2041,11,, +SAS,2041,12,, +SAS,2041,13,, +SAS,2041,14,, +SAS,2041,15,, +SAS,2041,16,, +SAS,2041,17,, +SAS,2041,18,, +SAS,2042,0,, +SAS,2042,1,, +SAS,2042,2,, +SAS,2042,3,, +SAS,2042,4,, +SAS,2042,5,, +SAS,2042,6,, +SAS,2042,7,, +SAS,2042,8,, +SAS,2042,9,, +SAS,2042,10,, +SAS,2042,11,, +SAS,2042,12,, +SAS,2042,13,, +SAS,2042,14,, +SAS,2042,15,, +SAS,2042,16,, +SAS,2042,17,, +SAS,2042,18,, +SAS,2043,0,, +SAS,2043,1,, +SAS,2043,2,, +SAS,2043,3,, +SAS,2043,4,, +SAS,2043,5,, +SAS,2043,6,, +SAS,2043,7,, +SAS,2043,8,, +SAS,2043,9,, +SAS,2043,10,, +SAS,2043,11,, +SAS,2043,12,, +SAS,2043,13,, +SAS,2043,14,, +SAS,2043,15,, +SAS,2043,16,, +SAS,2043,17,, +SAS,2043,18,, +SAS,2044,0,, +SAS,2044,1,, +SAS,2044,2,, +SAS,2044,3,, +SAS,2044,4,, +SAS,2044,5,, +SAS,2044,6,, +SAS,2044,7,, +SAS,2044,8,, +SAS,2044,9,, +SAS,2044,10,, +SAS,2044,11,, +SAS,2044,12,, +SAS,2044,13,, +SAS,2044,14,, +SAS,2044,15,, +SAS,2044,16,, +SAS,2044,17,, +SAS,2044,18,, +SAS,2045,0,, +SAS,2045,1,, +SAS,2045,2,, +SAS,2045,3,, +SAS,2045,4,, +SAS,2045,5,, +SAS,2045,6,, +SAS,2045,7,, +SAS,2045,8,, +SAS,2045,9,, +SAS,2045,10,, +SAS,2045,11,, +SAS,2045,12,, +SAS,2045,13,, +SAS,2045,14,, +SAS,2045,15,, +SAS,2045,16,, +SAS,2045,17,, +SAS,2045,18,, +SAS,2046,0,, +SAS,2046,1,, +SAS,2046,2,, +SAS,2046,3,, +SAS,2046,4,, +SAS,2046,5,, +SAS,2046,6,, +SAS,2046,7,, +SAS,2046,8,, +SAS,2046,9,, +SAS,2046,10,, +SAS,2046,11,, +SAS,2046,12,, +SAS,2046,13,, +SAS,2046,14,, +SAS,2046,15,, +SAS,2046,16,, +SAS,2046,17,, +SAS,2046,18,, +SAS,2047,0,, +SAS,2047,1,, +SAS,2047,2,, +SAS,2047,3,, +SAS,2047,4,, +SAS,2047,5,, +SAS,2047,6,, +SAS,2047,7,, +SAS,2047,8,, +SAS,2047,9,, +SAS,2047,10,, +SAS,2047,11,, +SAS,2047,12,, +SAS,2047,13,, +SAS,2047,14,, +SAS,2047,15,, +SAS,2047,16,, +SAS,2047,17,, +SAS,2047,18,, +SAS,2048,0,, +SAS,2048,1,, +SAS,2048,2,, +SAS,2048,3,, +SAS,2048,4,, +SAS,2048,5,, +SAS,2048,6,, +SAS,2048,7,, +SAS,2048,8,, +SAS,2048,9,, +SAS,2048,10,, +SAS,2048,11,, +SAS,2048,12,, +SAS,2048,13,, +SAS,2048,14,, +SAS,2048,15,, +SAS,2048,16,, +SAS,2048,17,, +SAS,2048,18,, +SAS,2049,0,, +SAS,2049,1,, +SAS,2049,2,, +SAS,2049,3,, +SAS,2049,4,, +SAS,2049,5,, +SAS,2049,6,, +SAS,2049,7,, +SAS,2049,8,, +SAS,2049,9,, +SAS,2049,10,, +SAS,2049,11,, +SAS,2049,12,, +SAS,2049,13,, +SAS,2049,14,, +SAS,2049,15,, +SAS,2049,16,, +SAS,2049,17,, +SAS,2049,18,, +SAS,2050,0,, +SAS,2050,1,, +SAS,2050,2,, +SAS,2050,3,, +SAS,2050,4,, +SAS,2050,5,, +SAS,2050,6,, +SAS,2050,7,, +SAS,2050,8,, +SAS,2050,9,, +SAS,2050,10,, +SAS,2050,11,, +SAS,2050,12,, +SAS,2050,13,, +SAS,2050,14,, +SAS,2050,15,, +SAS,2050,16,, +SAS,2050,17,, +SAS,2050,18,, +SAU,1990,0,270311,272985 +SAU,1990,1,270432,276105 +SAU,1990,2,268265,275795 +SAU,1990,3,264064,272483 +SAU,1990,4,258082,266597 +SAU,1990,5,250572,258568 +SAU,1990,6,241787,248822 +SAU,1990,7,231982,237790 +SAU,1990,8,221408,225900 +SAU,1990,9,210321,213581 +SAU,1990,10,198832,201048 +SAU,1990,11,187055,188516 +SAU,1990,12,175944,177482 +SAU,1990,13,166029,168802 +SAU,1990,14,157146,162263 +SAU,1990,15,148498,156126 +SAU,1990,16,140127,149930 +SAU,1990,17,133342,148546 +SAU,1990,18,128680,153965 +SAU,1991,0,271956,277437 +SAU,1991,1,269411,274182 +SAU,1991,2,269055,276471 +SAU,1991,3,266773,275975 +SAU,1991,4,262740,272977 +SAU,1991,5,257134,267757 +SAU,1991,6,250228,260793 +SAU,1991,7,242297,252561 +SAU,1991,8,233025,242360 +SAU,1991,9,222388,230078 +SAU,1991,10,210860,216585 +SAU,1991,11,199053,203141 +SAU,1991,12,186989,189823 +SAU,1991,13,175624,177919 +SAU,1991,14,165545,168308 +SAU,1991,15,156560,160863 +SAU,1991,16,147783,153832 +SAU,1991,17,139269,146668 +SAU,1991,18,132400,144971 +SAU,1992,0,273726,281930 +SAU,1992,1,273873,282776 +SAU,1992,2,268312,274263 +SAU,1992,3,267480,275703 +SAU,1992,4,265084,275024 +SAU,1992,5,261223,272355 +SAU,1992,6,255996,267827 +SAU,1992,7,249699,261965 +SAU,1992,8,242629,255292 +SAU,1992,9,233896,245971 +SAU,1992,10,223204,233345 +SAU,1992,11,211244,218724 +SAU,1992,12,199129,204415 +SAU,1992,13,186785,190362 +SAU,1992,14,175174,177630 +SAU,1992,15,164939,167119 +SAU,1992,16,155858,158791 +SAU,1992,17,146960,150888 +SAU,1992,18,138310,142778 +SAU,1993,0,275195,285676 +SAU,1993,1,274052,283470 +SAU,1993,2,272161,280906 +SAU,1993,3,267215,273571 +SAU,1993,4,265907,274158 +SAU,1993,5,263398,273296 +SAU,1993,6,259708,270964 +SAU,1993,7,254860,267142 +SAU,1993,8,249172,262400 +SAU,1993,9,242961,257307 +SAU,1993,10,234768,248892 +SAU,1993,11,224019,235956 +SAU,1993,12,211628,220248 +SAU,1993,13,199204,205115 +SAU,1993,14,186581,190364 +SAU,1993,15,174726,176839 +SAU,1993,16,164334,165457 +SAU,1993,17,155158,156269 +SAU,1993,18,146138,147516 +SAU,1994,0,275538,287300 +SAU,1994,1,273494,282679 +SAU,1994,2,271356,278924 +SAU,1994,3,269037,275812 +SAU,1994,4,266245,272384 +SAU,1994,5,264461,272121 +SAU,1994,6,261837,271078 +SAU,1994,7,258317,269086 +SAU,1994,8,253846,265974 +SAU,1994,9,248763,262356 +SAU,1994,10,243409,258846 +SAU,1994,11,235750,251351 +SAU,1994,12,224941,238130 +SAU,1994,13,212113,221367 +SAU,1994,14,199375,205440 +SAU,1994,15,186466,190020 +SAU,1994,16,174360,175729 +SAU,1994,17,163808,163501 +SAU,1994,18,154531,153472 +SAU,1995,0,274109,285833 +SAU,1995,1,272248,280489 +SAU,1995,2,270573,276632 +SAU,1995,3,268951,273941 +SAU,1995,4,267249,272097 +SAU,1995,5,265334,270780 +SAU,1995,6,263073,269672 +SAU,1995,7,260333,268451 +SAU,1995,8,256983,266800 +SAU,1995,9,252888,264398 +SAU,1995,10,248410,261902 +SAU,1995,11,243911,259970 +SAU,1995,12,236786,253399 +SAU,1995,13,225914,239916 +SAU,1995,14,212645,222132 +SAU,1995,15,199590,205441 +SAU,1995,16,186393,189381 +SAU,1995,17,174034,174353 +SAU,1995,18,163317,161303 +SAU,1996,0,270345,281872 +SAU,1996,1,274125,284263 +SAU,1996,2,272499,279905 +SAU,1996,3,270752,276483 +SAU,1996,4,268795,273745 +SAU,1996,5,266538,271443 +SAU,1996,6,263951,269433 +SAU,1996,7,261002,267569 +SAU,1996,8,257310,265071 +SAU,1996,9,252668,261477 +SAU,1996,10,247163,256854 +SAU,1996,11,241341,252261 +SAU,1996,12,235399,248119 +SAU,1996,13,227819,240823 +SAU,1996,14,217996,228890 +SAU,1996,15,206758,214186 +SAU,1996,16,195633,200360 +SAU,1996,17,184432,187036 +SAU,1996,18,173912,175229 +SAU,1997,0,265181,275326 +SAU,1997,1,267620,274429 +SAU,1997,2,274371,282497 +SAU,1997,3,272978,279124 +SAU,1997,4,271157,276136 +SAU,1997,5,268863,273355 +SAU,1997,6,266050,270599 +SAU,1997,7,262788,267899 +SAU,1997,8,259149,265285 +SAU,1997,9,254501,261518 +SAU,1997,10,248563,255992 +SAU,1997,11,241642,249163 +SAU,1997,12,234471,242486 +SAU,1997,13,227082,236146 +SAU,1997,14,219039,228135 +SAU,1997,15,210257,217752 +SAU,1997,16,201041,206125 +SAU,1997,17,191838,195160 +SAU,1997,18,182625,184569 +SAU,1998,0,259788,268304 +SAU,1998,1,265132,271028 +SAU,1998,2,269150,273384 +SAU,1998,3,274620,280974 +SAU,1998,4,273460,278577 +SAU,1998,5,271565,276020 +SAU,1998,6,268934,273193 +SAU,1998,7,265564,269982 +SAU,1998,8,261627,266593 +SAU,1998,9,257296,263231 +SAU,1998,10,251690,258197 +SAU,1998,11,244456,250745 +SAU,1998,12,236118,241714 +SAU,1998,13,227596,232957 +SAU,1998,14,218757,224426 +SAU,1998,15,210250,215695 +SAU,1998,16,202511,206847 +SAU,1998,17,195320,198273 +SAU,1998,18,188040,190145 +SAU,1999,0,255895,263668 +SAU,1999,1,263134,269097 +SAU,1999,2,268580,273379 +SAU,1999,3,272313,276503 +SAU,1999,4,274665,280280 +SAU,1999,5,273739,278851 +SAU,1999,6,271773,276718 +SAU,1999,7,268806,273837 +SAU,1999,8,264881,270162 +SAU,1999,9,260271,266076 +SAU,1999,10,255251,261956 +SAU,1999,11,248692,255641 +SAU,1999,12,240166,246242 +SAU,1999,13,230416,234984 +SAU,1999,14,220548,224124 +SAU,1999,15,210265,213377 +SAU,1999,16,201302,203903 +SAU,1999,17,194612,196562 +SAU,1999,18,189452,191012 +SAU,2000,0,254844,263474 +SAU,2000,1,262145,269673 +SAU,2000,2,267679,274491 +SAU,2000,3,271531,277952 +SAU,2000,4,273785,280081 +SAU,2000,5,274524,280903 +SAU,2000,6,273833,280443 +SAU,2000,7,271796,278726 +SAU,2000,8,268496,275776 +SAU,2000,9,264019,271618 +SAU,2000,10,258740,266809 +SAU,2000,11,253036,261906 +SAU,2000,12,245528,254273 +SAU,2000,13,235717,242869 +SAU,2000,14,224563,229316 +SAU,2000,15,213358,216287 +SAU,2000,16,201640,203260 +SAU,2000,17,192226,192992 +SAU,2000,18,186588,187134 +SAU,2001,0,257626,263989 +SAU,2001,1,255693,262405 +SAU,2001,2,261622,267386 +SAU,2001,3,266328,271450 +SAU,2001,4,269794,274537 +SAU,2001,5,272006,276586 +SAU,2001,6,273079,277699 +SAU,2001,7,273129,277976 +SAU,2001,8,271486,276547 +SAU,2001,9,267870,273027 +SAU,2001,10,262660,267840 +SAU,2001,11,256896,262347 +SAU,2001,12,250830,256933 +SAU,2001,13,243111,249306 +SAU,2001,14,233319,238675 +SAU,2001,15,222374,226481 +SAU,2001,16,211375,214758 +SAU,2001,17,199821,202863 +SAU,2001,18,190918,194621 +SAU,2002,0,263064,268901 +SAU,2002,1,264406,269954 +SAU,2002,2,256215,262576 +SAU,2002,3,260766,266372 +SAU,2002,4,264637,269708 +SAU,2002,5,267713,272438 +SAU,2002,6,269881,274417 +SAU,2002,7,271286,275823 +SAU,2002,8,272078,276834 +SAU,2002,9,270829,275685 +SAU,2002,10,266902,271581 +SAU,2002,11,260966,265349 +SAU,2002,12,254726,259151 +SAU,2002,13,248306,253204 +SAU,2002,14,240384,245547 +SAU,2002,15,230626,235634 +SAU,2002,16,219902,224731 +SAU,2002,17,209123,214249 +SAU,2002,18,197747,203421 +SAU,2003,0,270333,276717 +SAU,2003,1,266982,273317 +SAU,2003,2,264895,271175 +SAU,2003,3,256719,263592 +SAU,2003,4,259894,266215 +SAU,2003,5,262932,268832 +SAU,2003,6,265619,271215 +SAU,2003,7,267742,273130 +SAU,2003,8,269479,274833 +SAU,2003,9,271010,276582 +SAU,2003,10,270156,275708 +SAU,2003,11,265918,271008 +SAU,2003,12,259259,263711 +SAU,2003,13,252542,256787 +SAU,2003,14,245770,250287 +SAU,2003,15,237647,242577 +SAU,2003,16,227922,233349 +SAU,2003,17,217421,223703 +SAU,2003,18,206862,214429 +SAU,2004,0,278093,285212 +SAU,2004,1,270490,277685 +SAU,2004,2,265259,272476 +SAU,2004,3,262041,269232 +SAU,2004,4,257519,264915 +SAU,2004,5,259323,266361 +SAU,2004,6,261533,268261 +SAU,2004,7,263834,270296 +SAU,2004,8,265914,272149 +SAU,2004,9,267984,274154 +SAU,2004,10,270256,276645 +SAU,2004,11,269796,276048 +SAU,2004,12,265241,270743 +SAU,2004,13,257853,262366 +SAU,2004,14,250653,254706 +SAU,2004,15,243520,247643 +SAU,2004,16,235187,239869 +SAU,2004,17,225483,231321 +SAU,2004,18,215193,222927 +SAU,2005,0,285221,292642 +SAU,2005,1,274719,282277 +SAU,2005,2,267230,274845 +SAU,2005,3,262341,269943 +SAU,2005,4,259640,267167 +SAU,2005,5,258712,266112 +SAU,2005,6,259146,266375 +SAU,2005,7,260528,267550 +SAU,2005,8,262446,269235 +SAU,2005,9,264487,271025 +SAU,2005,10,266895,273332 +SAU,2005,11,269912,276569 +SAU,2005,12,269845,276250 +SAU,2005,13,264967,270340 +SAU,2005,14,256836,260882 +SAU,2005,15,249141,252484 +SAU,2005,16,241636,244859 +SAU,2005,17,233080,237025 +SAU,2005,18,223384,229164 +SAU,2006,0,289677,297803 +SAU,2006,1,281453,289450 +SAU,2006,2,272182,280247 +SAU,2006,3,265433,273513 +SAU,2006,4,260881,268925 +SAU,2006,5,258198,266161 +SAU,2006,6,256978,264846 +SAU,2006,7,256817,264608 +SAU,2006,8,257782,265380 +SAU,2006,9,259705,266945 +SAU,2006,10,262021,268824 +SAU,2006,11,264577,271171 +SAU,2006,12,267694,274448 +SAU,2006,13,267810,274409 +SAU,2006,14,263226,269111 +SAU,2006,15,255477,260533 +SAU,2006,16,248185,253031 +SAU,2006,17,241091,246254 +SAU,2006,18,233056,239719 +SAU,2007,0,293425,301870 +SAU,2007,1,281921,290379 +SAU,2007,2,278121,286179 +SAU,2007,3,270061,278138 +SAU,2007,4,264039,272101 +SAU,2007,5,259815,267827 +SAU,2007,6,257147,265076 +SAU,2007,7,255635,263503 +SAU,2007,8,254881,262764 +SAU,2007,9,255432,263135 +SAU,2007,10,257362,264579 +SAU,2007,11,259955,266547 +SAU,2007,12,262664,268933 +SAU,2007,13,265884,272249 +SAU,2007,14,266183,272489 +SAU,2007,15,261884,267803 +SAU,2007,16,254505,260106 +SAU,2007,17,247603,253501 +SAU,2007,18,240907,247571 +SAU,2008,0,296494,305022 +SAU,2008,1,286160,294568 +SAU,2008,2,277814,286091 +SAU,2008,3,275183,283013 +SAU,2008,4,268321,276130 +SAU,2008,5,263017,270787 +SAU,2008,6,259115,266825 +SAU,2008,7,256457,264086 +SAU,2008,8,254652,262254 +SAU,2008,9,253305,261017 +SAU,2008,10,253443,260985 +SAU,2008,11,255382,262310 +SAU,2008,12,258257,264367 +SAU,2008,13,261121,266793 +SAU,2008,14,264449,270149 +SAU,2008,15,264930,270668 +SAU,2008,16,260911,266591 +SAU,2008,17,253890,259770 +SAU,2008,18,247368,254057 +SAU,2009,0,299079,307700 +SAU,2009,1,290301,298661 +SAU,2009,2,282736,290871 +SAU,2009,3,276302,284241 +SAU,2009,4,272612,280233 +SAU,2009,5,266940,274496 +SAU,2009,6,262348,269840 +SAU,2009,7,258763,266185 +SAU,2009,8,256113,263454 +SAU,2009,9,254010,261361 +SAU,2009,10,252068,259623 +SAU,2009,11,251793,259191 +SAU,2009,12,253744,260397 +SAU,2009,13,256903,262546 +SAU,2009,14,259927,265015 +SAU,2009,15,263368,268416 +SAU,2009,16,264033,269214 +SAU,2009,17,260289,265741 +SAU,2009,18,253617,259787 +SAU,2010,0,301351,310221 +SAU,2010,1,294068,302560 +SAU,2010,2,287319,295506 +SAU,2010,3,281116,289062 +SAU,2010,4,275473,283231 +SAU,2010,5,270404,278016 +SAU,2010,6,265920,273418 +SAU,2010,7,262036,269440 +SAU,2010,8,258765,266086 +SAU,2010,9,256119,263357 +SAU,2010,10,253715,260999 +SAU,2010,11,251172,258755 +SAU,2010,12,250481,257919 +SAU,2010,13,252448,259010 +SAU,2010,14,255898,261255 +SAU,2010,15,259086,263772 +SAU,2010,16,262644,267225 +SAU,2010,17,263496,268305 +SAU,2010,18,260021,265431 +SAU,2011,0,301925,310595 +SAU,2011,1,297725,306031 +SAU,2011,2,290777,298784 +SAU,2011,3,284151,291926 +SAU,2011,4,277897,285495 +SAU,2011,5,272065,279532 +SAU,2011,6,266687,274080 +SAU,2011,7,261797,269184 +SAU,2011,8,257530,264858 +SAU,2011,9,253972,261132 +SAU,2011,10,251120,258061 +SAU,2011,11,248531,255431 +SAU,2011,12,245865,253003 +SAU,2011,13,245121,252214 +SAU,2011,14,247110,253671 +SAU,2011,15,250696,256577 +SAU,2011,16,254109,259837 +SAU,2011,17,257918,264036 +SAU,2011,18,259476,266510 +SAU,2012,0,302138,310614 +SAU,2012,1,297513,305504 +SAU,2012,2,294610,302431 +SAU,2012,3,287985,295584 +SAU,2012,4,281471,288908 +SAU,2012,5,275155,282479 +SAU,2012,6,269123,276372 +SAU,2012,7,263427,270674 +SAU,2012,8,258121,265470 +SAU,2012,9,253464,260787 +SAU,2012,10,249613,256684 +SAU,2012,11,246551,253265 +SAU,2012,12,243771,250359 +SAU,2012,13,240978,247741 +SAU,2012,14,240178,246999 +SAU,2012,15,242193,248825 +SAU,2012,16,245922,252396 +SAU,2012,17,249566,256403 +SAU,2012,18,253632,261355 +SAU,2013,0,301620,310045 +SAU,2013,1,298333,306267 +SAU,2013,2,294225,301789 +SAU,2013,3,291540,299088 +SAU,2013,4,285239,292636 +SAU,2013,5,278836,286137 +SAU,2013,6,272456,279703 +SAU,2013,7,266223,273448 +SAU,2013,8,260207,267498 +SAU,2013,9,254483,261981 +SAU,2013,10,249433,256938 +SAU,2013,11,245288,252453 +SAU,2013,12,242014,248681 +SAU,2013,13,239043,245497 +SAU,2013,14,236121,242687 +SAU,2013,15,235266,241991 +SAU,2013,16,237307,244188 +SAU,2013,17,241179,248427 +SAU,2013,18,245056,253187 +SAU,2014,0,299955,308637 +SAU,2014,1,298178,306395 +SAU,2014,2,295235,303103 +SAU,2014,3,291305,298926 +SAU,2014,4,287985,295625 +SAU,2014,5,282018,289571 +SAU,2014,6,275737,283251 +SAU,2014,7,269303,276816 +SAU,2014,8,262878,270414 +SAU,2014,9,256553,264214 +SAU,2014,10,250418,258386 +SAU,2014,11,244984,252983 +SAU,2014,12,240550,248117 +SAU,2014,13,237069,243995 +SAU,2014,14,233912,240532 +SAU,2014,15,230866,237531 +SAU,2014,16,229957,236882 +SAU,2014,17,232021,239449 +SAU,2014,18,236031,244357 +SAU,2015,0,296923,306240 +SAU,2015,1,296890,305805 +SAU,2015,2,295346,303955 +SAU,2015,3,292488,300876 +SAU,2015,4,288512,296754 +SAU,2015,5,283618,291776 +SAU,2015,6,278001,286128 +SAU,2015,7,271860,279996 +SAU,2015,8,265391,273566 +SAU,2015,9,258793,267026 +SAU,2015,10,252176,260584 +SAU,2015,11,245651,254452 +SAU,2015,12,239849,248697 +SAU,2015,13,235140,243456 +SAU,2015,14,231463,238989 +SAU,2015,15,228128,235253 +SAU,2015,16,224968,232064 +SAU,2015,17,224007,231461 +SAU,2015,18,226088,234396 +SAU,2016,0,295139,304406 +SAU,2016,1,298590,307882 +SAU,2016,2,298138,307096 +SAU,2016,3,296166,304861 +SAU,2016,4,292872,301367 +SAU,2016,5,288454,296806 +SAU,2016,6,283157,291439 +SAU,2016,7,277226,285530 +SAU,2016,8,270622,278907 +SAU,2016,9,263447,271614 +SAU,2016,10,256041,264061 +SAU,2016,11,248735,256785 +SAU,2016,12,241573,249893 +SAU,2016,13,235517,244004 +SAU,2016,14,231117,239553 +SAU,2016,15,228159,236546 +SAU,2016,16,225539,234290 +SAU,2016,17,223065,232609 +SAU,2016,18,223161,233960 +SAU,2017,0,292019,301571 +SAU,2017,1,296207,305613 +SAU,2017,2,299404,309095 +SAU,2017,3,298532,307957 +SAU,2017,4,296136,305338 +SAU,2017,5,292415,301433 +SAU,2017,6,287566,296436 +SAU,2017,7,281880,290686 +SAU,2017,8,275651,284524 +SAU,2017,9,268601,277416 +SAU,2017,10,260737,269266 +SAU,2017,11,252543,260704 +SAU,2017,12,244566,252601 +SAU,2017,13,236786,244954 +SAU,2017,14,230492,238940 +SAU,2017,15,226413,235290 +SAU,2017,16,224188,233755 +SAU,2017,17,222292,232989 +SAU,2017,18,220515,232826 +SAU,2018,0,288172,297953 +SAU,2018,1,294403,304208 +SAU,2018,2,298118,307923 +SAU,2018,3,299684,309771 +SAU,2018,4,298394,308282 +SAU,2018,5,295579,305284 +SAU,2018,6,291438,300973 +SAU,2018,7,286166,295548 +SAU,2018,8,280102,289425 +SAU,2018,9,273586,283020 +SAU,2018,10,266103,275439 +SAU,2018,11,257566,266444 +SAU,2018,12,248599,256887 +SAU,2018,13,239966,247968 +SAU,2018,14,231583,239579 +SAU,2018,15,225063,233449 +SAU,2018,16,221313,230607 +SAU,2018,17,219821,230550 +SAU,2018,18,218653,231280 +SAU,2019,0,284000,294000 +SAU,2019,1,292000,302000 +SAU,2019,2,297000,307000 +SAU,2019,3,300000,310000 +SAU,2019,4,300000,310000 +SAU,2019,5,298000,308000 +SAU,2019,6,295000,305000 +SAU,2019,7,290000,300000 +SAU,2019,8,285000,294000 +SAU,2019,9,278000,288000 +SAU,2019,10,272000,281000 +SAU,2019,11,264000,273000 +SAU,2019,12,254000,263000 +SAU,2019,13,245000,253000 +SAU,2019,14,235000,243000 +SAU,2019,15,226000,234000 +SAU,2019,16,220000,228000 +SAU,2019,17,216000,225000 +SAU,2019,18,215000,227000 +SAU,2020,0,281000,290000 +SAU,2020,1,290000,298000 +SAU,2020,2,296000,305000 +SAU,2020,3,299000,308000 +SAU,2020,4,301000,310000 +SAU,2020,5,301000,309000 +SAU,2020,6,298000,307000 +SAU,2020,7,295000,303000 +SAU,2020,8,290000,298000 +SAU,2020,9,284000,292000 +SAU,2020,10,277000,285000 +SAU,2020,11,270000,278000 +SAU,2020,12,261000,270000 +SAU,2020,13,252000,259000 +SAU,2020,14,241000,248000 +SAU,2020,15,231000,237000 +SAU,2020,16,221000,228000 +SAU,2020,17,214000,221000 +SAU,2020,18,211000,220000 +SAU,2021,0,279000,288000 +SAU,2021,1,282000,292000 +SAU,2021,2,290000,299000 +SAU,2021,3,295000,305000 +SAU,2021,4,298000,308000 +SAU,2021,5,300000,310000 +SAU,2021,6,299000,309000 +SAU,2021,7,298000,308000 +SAU,2021,8,294000,304000 +SAU,2021,9,289000,299000 +SAU,2021,10,283000,292000 +SAU,2021,11,276000,285000 +SAU,2021,12,269000,278000 +SAU,2021,13,261000,270000 +SAU,2021,14,251000,260000 +SAU,2021,15,241000,250000 +SAU,2021,16,231000,240000 +SAU,2021,17,221000,232000 +SAU,2021,18,215000,227000 +SAU,2022,0,277000,286000 +SAU,2022,1,284000,294000 +SAU,2022,2,283000,293000 +SAU,2022,3,290000,299000 +SAU,2022,4,294000,304000 +SAU,2022,5,297000,307000 +SAU,2022,6,298000,309000 +SAU,2022,7,298000,309000 +SAU,2022,8,297000,308000 +SAU,2022,9,294000,305000 +SAU,2022,10,289000,299000 +SAU,2022,11,283000,292000 +SAU,2022,12,276000,284000 +SAU,2022,13,269000,277000 +SAU,2022,14,260000,269000 +SAU,2022,15,251000,260000 +SAU,2022,16,241000,251000 +SAU,2022,17,231000,243000 +SAU,2022,18,222000,235000 +SAU,2023,0,275000,284000 +SAU,2023,1,281000,290000 +SAU,2023,2,286000,295000 +SAU,2023,3,285000,294000 +SAU,2023,4,290000,299000 +SAU,2023,5,294000,303000 +SAU,2023,6,296000,306000 +SAU,2023,7,298000,307000 +SAU,2023,8,298000,308000 +SAU,2023,9,297000,307000 +SAU,2023,10,294000,305000 +SAU,2023,11,289000,299000 +SAU,2023,12,283000,291000 +SAU,2023,13,276000,283000 +SAU,2023,14,268000,276000 +SAU,2023,15,260000,268000 +SAU,2023,16,251000,260000 +SAU,2023,17,241000,252000 +SAU,2023,18,231000,245000 +SAU,2024,0,273000,281000 +SAU,2024,1,277000,286000 +SAU,2024,2,281000,290000 +SAU,2024,3,285000,294000 +SAU,2024,4,286000,295000 +SAU,2024,5,290000,299000 +SAU,2024,6,293000,302000 +SAU,2024,7,295000,305000 +SAU,2024,8,297000,306000 +SAU,2024,9,297000,306000 +SAU,2024,10,297000,307000 +SAU,2024,11,295000,304000 +SAU,2024,12,289000,298000 +SAU,2024,13,282000,290000 +SAU,2024,14,275000,282000 +SAU,2024,15,268000,274000 +SAU,2024,16,260000,267000 +SAU,2024,17,251000,259000 +SAU,2024,18,241000,253000 +SAU,2025,0,270000,278000 +SAU,2025,1,273000,281000 +SAU,2025,2,277000,285000 +SAU,2025,3,280000,289000 +SAU,2025,4,284000,292000 +SAU,2025,5,287000,296000 +SAU,2025,6,290000,299000 +SAU,2025,7,293000,301000 +SAU,2025,8,295000,303000 +SAU,2025,9,296000,304000 +SAU,2025,10,296000,305000 +SAU,2025,11,297000,306000 +SAU,2025,12,295000,304000 +SAU,2025,13,290000,298000 +SAU,2025,14,282000,289000 +SAU,2025,15,275000,281000 +SAU,2025,16,268000,273000 +SAU,2025,17,260000,265000 +SAU,2025,18,251000,259000 +SAU,2026,0,265000,273000 +SAU,2026,1,269000,277000 +SAU,2026,2,273000,281000 +SAU,2026,3,277000,285000 +SAU,2026,4,280000,288000 +SAU,2026,5,284000,292000 +SAU,2026,6,287000,295000 +SAU,2026,7,290000,299000 +SAU,2026,8,293000,301000 +SAU,2026,9,294000,303000 +SAU,2026,10,296000,304000 +SAU,2026,11,296000,304000 +SAU,2026,12,296000,305000 +SAU,2026,13,294000,303000 +SAU,2026,14,289000,298000 +SAU,2026,15,282000,290000 +SAU,2026,16,275000,283000 +SAU,2026,17,268000,276000 +SAU,2026,18,260000,270000 +SAU,2027,0,260000,268000 +SAU,2027,1,263000,271000 +SAU,2027,2,269000,277000 +SAU,2027,3,273000,280000 +SAU,2027,4,276000,284000 +SAU,2027,5,280000,288000 +SAU,2027,6,284000,292000 +SAU,2027,7,287000,295000 +SAU,2027,8,290000,298000 +SAU,2027,9,292000,301000 +SAU,2027,10,294000,302000 +SAU,2027,11,295000,303000 +SAU,2027,12,296000,303000 +SAU,2027,13,296000,304000 +SAU,2027,14,294000,302000 +SAU,2027,15,289000,297000 +SAU,2027,16,282000,291000 +SAU,2027,17,275000,285000 +SAU,2027,18,269000,279000 +SAU,2028,0,255000,262000 +SAU,2028,1,258000,266000 +SAU,2028,2,263000,270000 +SAU,2028,3,268000,276000 +SAU,2028,4,272000,280000 +SAU,2028,5,276000,284000 +SAU,2028,6,280000,288000 +SAU,2028,7,284000,292000 +SAU,2028,8,287000,295000 +SAU,2028,9,290000,298000 +SAU,2028,10,292000,301000 +SAU,2028,11,294000,302000 +SAU,2028,12,295000,302000 +SAU,2028,13,295000,303000 +SAU,2028,14,296000,303000 +SAU,2028,15,294000,301000 +SAU,2028,16,289000,297000 +SAU,2028,17,282000,292000 +SAU,2028,18,276000,287000 +SAU,2029,0,249000,257000 +SAU,2029,1,254000,261000 +SAU,2029,2,258000,266000 +SAU,2029,3,262000,270000 +SAU,2029,4,268000,276000 +SAU,2029,5,272000,280000 +SAU,2029,6,276000,284000 +SAU,2029,7,280000,288000 +SAU,2029,8,283000,292000 +SAU,2029,9,287000,295000 +SAU,2029,10,289000,298000 +SAU,2029,11,291000,301000 +SAU,2029,12,293000,302000 +SAU,2029,13,294000,302000 +SAU,2029,14,295000,302000 +SAU,2029,15,295000,302000 +SAU,2029,16,293000,300000 +SAU,2029,17,289000,297000 +SAU,2029,18,282000,293000 +SAU,2030,0,245000,252000 +SAU,2030,1,249000,257000 +SAU,2030,2,254000,261000 +SAU,2030,3,258000,266000 +SAU,2030,4,263000,270000 +SAU,2030,5,267000,275000 +SAU,2030,6,272000,279000 +SAU,2030,7,276000,284000 +SAU,2030,8,280000,288000 +SAU,2030,9,283000,291000 +SAU,2030,10,286000,295000 +SAU,2030,11,289000,298000 +SAU,2030,12,291000,300000 +SAU,2030,13,293000,301000 +SAU,2030,14,294000,301000 +SAU,2030,15,295000,301000 +SAU,2030,16,295000,301000 +SAU,2030,17,293000,299000 +SAU,2030,18,289000,297000 +SAU,2031,0,242000,249000 +SAU,2031,1,245000,253000 +SAU,2031,2,249000,257000 +SAU,2031,3,254000,261000 +SAU,2031,4,258000,266000 +SAU,2031,5,263000,270000 +SAU,2031,6,267000,275000 +SAU,2031,7,272000,280000 +SAU,2031,8,276000,284000 +SAU,2031,9,280000,288000 +SAU,2031,10,283000,291000 +SAU,2031,11,286000,294000 +SAU,2031,12,289000,297000 +SAU,2031,13,291000,300000 +SAU,2031,14,293000,301000 +SAU,2031,15,294000,302000 +SAU,2031,16,295000,303000 +SAU,2031,17,295000,304000 +SAU,2031,18,294000,304000 +SAU,2032,0,240000,247000 +SAU,2032,1,243000,250000 +SAU,2032,2,246000,253000 +SAU,2032,3,250000,257000 +SAU,2032,4,254000,261000 +SAU,2032,5,258000,266000 +SAU,2032,6,263000,270000 +SAU,2032,7,267000,275000 +SAU,2032,8,272000,280000 +SAU,2032,9,276000,284000 +SAU,2032,10,280000,288000 +SAU,2032,11,283000,291000 +SAU,2032,12,286000,294000 +SAU,2032,13,289000,296000 +SAU,2032,14,291000,299000 +SAU,2032,15,293000,301000 +SAU,2032,16,294000,303000 +SAU,2032,17,295000,305000 +SAU,2032,18,295000,307000 +SAU,2033,0,239000,246000 +SAU,2033,1,241000,248000 +SAU,2033,2,243000,251000 +SAU,2033,3,246000,253000 +SAU,2033,4,250000,257000 +SAU,2033,5,254000,261000 +SAU,2033,6,258000,266000 +SAU,2033,7,263000,270000 +SAU,2033,8,267000,275000 +SAU,2033,9,271000,280000 +SAU,2033,10,276000,284000 +SAU,2033,11,279000,288000 +SAU,2033,12,283000,290000 +SAU,2033,13,286000,293000 +SAU,2033,14,288000,295000 +SAU,2033,15,290000,298000 +SAU,2033,16,292000,301000 +SAU,2033,17,294000,304000 +SAU,2033,18,295000,307000 +SAU,2034,0,238000,245000 +SAU,2034,1,239000,246000 +SAU,2034,2,241000,248000 +SAU,2034,3,243000,250000 +SAU,2034,4,246000,253000 +SAU,2034,5,250000,257000 +SAU,2034,6,254000,261000 +SAU,2034,7,258000,266000 +SAU,2034,8,262000,270000 +SAU,2034,9,267000,275000 +SAU,2034,10,271000,280000 +SAU,2034,11,276000,284000 +SAU,2034,12,279000,287000 +SAU,2034,13,283000,290000 +SAU,2034,14,286000,292000 +SAU,2034,15,288000,294000 +SAU,2034,16,290000,297000 +SAU,2034,17,292000,301000 +SAU,2034,18,294000,305000 +SAU,2035,0,237000,245000 +SAU,2035,1,238000,245000 +SAU,2035,2,239000,246000 +SAU,2035,3,241000,248000 +SAU,2035,4,243000,250000 +SAU,2035,5,246000,253000 +SAU,2035,6,250000,257000 +SAU,2035,7,254000,261000 +SAU,2035,8,258000,265000 +SAU,2035,9,262000,270000 +SAU,2035,10,267000,275000 +SAU,2035,11,271000,280000 +SAU,2035,12,275000,284000 +SAU,2035,13,279000,287000 +SAU,2035,14,282000,289000 +SAU,2035,15,285000,291000 +SAU,2035,16,288000,293000 +SAU,2035,17,290000,296000 +SAU,2035,18,292000,300000 +SAU,2036,0,237000,244000 +SAU,2036,1,237000,244000 +SAU,2036,2,238000,245000 +SAU,2036,3,239000,246000 +SAU,2036,4,241000,248000 +SAU,2036,5,243000,250000 +SAU,2036,6,246000,254000 +SAU,2036,7,250000,257000 +SAU,2036,8,254000,261000 +SAU,2036,9,258000,265000 +SAU,2036,10,262000,270000 +SAU,2036,11,267000,274000 +SAU,2036,12,271000,279000 +SAU,2036,13,275000,284000 +SAU,2036,14,279000,287000 +SAU,2036,15,282000,290000 +SAU,2036,16,285000,293000 +SAU,2036,17,288000,295000 +SAU,2036,18,290000,299000 +SAU,2037,0,237000,245000 +SAU,2037,1,236000,244000 +SAU,2037,2,237000,244000 +SAU,2037,3,238000,245000 +SAU,2037,4,239000,246000 +SAU,2037,5,241000,248000 +SAU,2037,6,243000,251000 +SAU,2037,7,246000,254000 +SAU,2037,8,250000,257000 +SAU,2037,9,254000,261000 +SAU,2037,10,258000,265000 +SAU,2037,11,262000,269000 +SAU,2037,12,266000,274000 +SAU,2037,13,271000,279000 +SAU,2037,14,275000,283000 +SAU,2037,15,279000,287000 +SAU,2037,16,282000,290000 +SAU,2037,17,285000,294000 +SAU,2037,18,288000,298000 +SAU,2038,0,238000,245000 +SAU,2038,1,236000,243000 +SAU,2038,2,236000,243000 +SAU,2038,3,237000,244000 +SAU,2038,4,238000,245000 +SAU,2038,5,239000,246000 +SAU,2038,6,241000,248000 +SAU,2038,7,244000,251000 +SAU,2038,8,247000,254000 +SAU,2038,9,250000,257000 +SAU,2038,10,253000,261000 +SAU,2038,11,258000,265000 +SAU,2038,12,262000,269000 +SAU,2038,13,266000,273000 +SAU,2038,14,271000,278000 +SAU,2038,15,275000,282000 +SAU,2038,16,279000,287000 +SAU,2038,17,282000,291000 +SAU,2038,18,286000,296000 +SAU,2039,0,238000,245000 +SAU,2039,1,236000,244000 +SAU,2039,2,236000,243000 +SAU,2039,3,236000,243000 +SAU,2039,4,237000,244000 +SAU,2039,5,238000,245000 +SAU,2039,6,239000,246000 +SAU,2039,7,241000,248000 +SAU,2039,8,244000,251000 +SAU,2039,9,247000,254000 +SAU,2039,10,250000,257000 +SAU,2039,11,253000,261000 +SAU,2039,12,257000,265000 +SAU,2039,13,262000,268000 +SAU,2039,14,266000,272000 +SAU,2039,15,270000,277000 +SAU,2039,16,275000,282000 +SAU,2039,17,279000,286000 +SAU,2039,18,282000,292000 +SAU,2040,0,238000,245000 +SAU,2040,1,237000,244000 +SAU,2040,2,236000,243000 +SAU,2040,3,235000,242000 +SAU,2040,4,236000,243000 +SAU,2040,5,236000,243000 +SAU,2040,6,238000,245000 +SAU,2040,7,239000,246000 +SAU,2040,8,241000,248000 +SAU,2040,9,244000,251000 +SAU,2040,10,247000,254000 +SAU,2040,11,250000,257000 +SAU,2040,12,253000,261000 +SAU,2040,13,257000,264000 +SAU,2040,14,261000,268000 +SAU,2040,15,266000,272000 +SAU,2040,16,270000,276000 +SAU,2040,17,274000,281000 +SAU,2040,18,278000,286000 +SAU,2041,0,239000,246000 +SAU,2041,1,238000,245000 +SAU,2041,2,237000,244000 +SAU,2041,3,236000,243000 +SAU,2041,4,236000,243000 +SAU,2041,5,236000,243000 +SAU,2041,6,237000,244000 +SAU,2041,7,238000,245000 +SAU,2041,8,239000,246000 +SAU,2041,9,241000,248000 +SAU,2041,10,244000,251000 +SAU,2041,11,247000,254000 +SAU,2041,12,249000,257000 +SAU,2041,13,253000,261000 +SAU,2041,14,257000,264000 +SAU,2041,15,261000,268000 +SAU,2041,16,266000,272000 +SAU,2041,17,270000,277000 +SAU,2041,18,275000,282000 +SAU,2042,0,240000,247000 +SAU,2042,1,238000,245000 +SAU,2042,2,238000,245000 +SAU,2042,3,237000,244000 +SAU,2042,4,236000,243000 +SAU,2042,5,236000,243000 +SAU,2042,6,236000,243000 +SAU,2042,7,237000,244000 +SAU,2042,8,238000,245000 +SAU,2042,9,239000,246000 +SAU,2042,10,241000,248000 +SAU,2042,11,244000,251000 +SAU,2042,12,246000,253000 +SAU,2042,13,249000,257000 +SAU,2042,14,253000,260000 +SAU,2042,15,257000,264000 +SAU,2042,16,261000,268000 +SAU,2042,17,266000,272000 +SAU,2042,18,271000,277000 +SAU,2043,0,240000,247000 +SAU,2043,1,239000,246000 +SAU,2043,2,238000,245000 +SAU,2043,3,238000,245000 +SAU,2043,4,237000,244000 +SAU,2043,5,236000,243000 +SAU,2043,6,236000,243000 +SAU,2043,7,236000,243000 +SAU,2043,8,237000,244000 +SAU,2043,9,238000,245000 +SAU,2043,10,239000,246000 +SAU,2043,11,241000,248000 +SAU,2043,12,243000,250000 +SAU,2043,13,246000,253000 +SAU,2043,14,249000,256000 +SAU,2043,15,253000,260000 +SAU,2043,16,257000,264000 +SAU,2043,17,261000,268000 +SAU,2043,18,266000,273000 +SAU,2044,0,241000,248000 +SAU,2044,1,240000,247000 +SAU,2044,2,239000,246000 +SAU,2044,3,238000,245000 +SAU,2044,4,238000,245000 +SAU,2044,5,237000,244000 +SAU,2044,6,236000,243000 +SAU,2044,7,236000,243000 +SAU,2044,8,236000,243000 +SAU,2044,9,237000,244000 +SAU,2044,10,238000,245000 +SAU,2044,11,239000,246000 +SAU,2044,12,241000,248000 +SAU,2044,13,243000,250000 +SAU,2044,14,246000,253000 +SAU,2044,15,249000,256000 +SAU,2044,16,252000,259000 +SAU,2044,17,257000,263000 +SAU,2044,18,261000,268000 +SAU,2045,0,241000,248000 +SAU,2045,1,240000,247000 +SAU,2045,2,239000,246000 +SAU,2045,3,239000,246000 +SAU,2045,4,238000,245000 +SAU,2045,5,237000,244000 +SAU,2045,6,237000,244000 +SAU,2045,7,236000,243000 +SAU,2045,8,236000,243000 +SAU,2045,9,237000,243000 +SAU,2045,10,237000,244000 +SAU,2045,11,238000,245000 +SAU,2045,12,239000,246000 +SAU,2045,13,241000,247000 +SAU,2045,14,243000,250000 +SAU,2045,15,246000,252000 +SAU,2045,16,248000,255000 +SAU,2045,17,252000,259000 +SAU,2045,18,256000,263000 +SAU,2046,0,241000,248000 +SAU,2046,1,241000,248000 +SAU,2046,2,240000,247000 +SAU,2046,3,240000,247000 +SAU,2046,4,239000,246000 +SAU,2046,5,238000,245000 +SAU,2046,6,237000,244000 +SAU,2046,7,237000,244000 +SAU,2046,8,237000,243000 +SAU,2046,9,236000,243000 +SAU,2046,10,236000,243000 +SAU,2046,11,237000,244000 +SAU,2046,12,237000,244000 +SAU,2046,13,239000,246000 +SAU,2046,14,241000,247000 +SAU,2046,15,243000,250000 +SAU,2046,16,246000,253000 +SAU,2046,17,249000,256000 +SAU,2046,18,252000,260000 +SAU,2047,0,241000,248000 +SAU,2047,1,241000,248000 +SAU,2047,2,241000,248000 +SAU,2047,3,240000,248000 +SAU,2047,4,240000,247000 +SAU,2047,5,239000,246000 +SAU,2047,6,238000,245000 +SAU,2047,7,238000,244000 +SAU,2047,8,237000,244000 +SAU,2047,9,237000,244000 +SAU,2047,10,236000,243000 +SAU,2047,11,236000,243000 +SAU,2047,12,237000,243000 +SAU,2047,13,237000,244000 +SAU,2047,14,238000,245000 +SAU,2047,15,240000,247000 +SAU,2047,16,243000,250000 +SAU,2047,17,246000,253000 +SAU,2047,18,249000,257000 +SAU,2048,0,241000,248000 +SAU,2048,1,241000,248000 +SAU,2048,2,241000,248000 +SAU,2048,3,241000,248000 +SAU,2048,4,240000,248000 +SAU,2048,5,240000,247000 +SAU,2048,6,239000,246000 +SAU,2048,7,238000,245000 +SAU,2048,8,238000,245000 +SAU,2048,9,237000,244000 +SAU,2048,10,236000,243000 +SAU,2048,11,236000,243000 +SAU,2048,12,236000,243000 +SAU,2048,13,237000,243000 +SAU,2048,14,237000,244000 +SAU,2048,15,238000,245000 +SAU,2048,16,240000,247000 +SAU,2048,17,243000,250000 +SAU,2048,18,246000,253000 +SAU,2049,0,240000,247000 +SAU,2049,1,241000,248000 +SAU,2049,2,241000,248000 +SAU,2049,3,241000,248000 +SAU,2049,4,241000,248000 +SAU,2049,5,240000,248000 +SAU,2049,6,240000,247000 +SAU,2049,7,239000,246000 +SAU,2049,8,238000,245000 +SAU,2049,9,238000,245000 +SAU,2049,10,237000,244000 +SAU,2049,11,236000,243000 +SAU,2049,12,236000,243000 +SAU,2049,13,236000,243000 +SAU,2049,14,236000,243000 +SAU,2049,15,237000,243000 +SAU,2049,16,238000,244000 +SAU,2049,17,240000,247000 +SAU,2049,18,243000,250000 +SAU,2050,0,238000,246000 +SAU,2050,1,240000,247000 +SAU,2050,2,241000,248000 +SAU,2050,3,241000,248000 +SAU,2050,4,241000,248000 +SAU,2050,5,241000,248000 +SAU,2050,6,240000,247000 +SAU,2050,7,240000,247000 +SAU,2050,8,239000,246000 +SAU,2050,9,238000,245000 +SAU,2050,10,237000,244000 +SAU,2050,11,237000,244000 +SAU,2050,12,236000,243000 +SAU,2050,13,236000,243000 +SAU,2050,14,236000,242000 +SAU,2050,15,236000,242000 +SAU,2050,16,236000,243000 +SAU,2050,17,238000,244000 +SAU,2050,18,240000,246000 +SDN,1990,0,373542,384783 +SDN,1990,1,360120,370268 +SDN,1990,2,347737,356965 +SDN,1990,3,336293,344757 +SDN,1990,4,325690,333528 +SDN,1990,5,315827,323161 +SDN,1990,6,306605,313539 +SDN,1990,7,297924,304547 +SDN,1990,8,289684,296066 +SDN,1990,9,281787,287980 +SDN,1990,10,274261,280319 +SDN,1990,11,267136,273110 +SDN,1990,12,259667,265511 +SDN,1990,13,251497,257114 +SDN,1990,14,242912,248238 +SDN,1990,15,234577,239635 +SDN,1990,16,226383,231184 +SDN,1990,17,218281,222788 +SDN,1990,18,210323,214482 +SDN,1991,0,388181,399867 +SDN,1991,1,371248,382008 +SDN,1991,2,358071,367852 +SDN,1991,3,346019,354981 +SDN,1991,4,334966,343252 +SDN,1991,5,324786,332519 +SDN,1991,6,315391,322683 +SDN,1991,7,306695,313643 +SDN,1991,8,298370,305038 +SDN,1991,9,290211,296638 +SDN,1991,10,282210,288429 +SDN,1991,11,274605,280663 +SDN,1991,12,267393,273335 +SDN,1991,13,259829,265609 +SDN,1991,14,251576,257107 +SDN,1991,15,242922,248143 +SDN,1991,16,234498,239428 +SDN,1991,17,226193,230842 +SDN,1991,18,218043,222377 +SDN,1992,0,405803,418026 +SDN,1992,1,387773,398763 +SDN,1992,2,369442,379740 +SDN,1992,3,356492,365924 +SDN,1992,4,344756,353469 +SDN,1992,5,334080,342203 +SDN,1992,6,324310,331954 +SDN,1992,7,315371,322636 +SDN,1992,8,307191,314166 +SDN,1992,9,299213,305937 +SDN,1992,10,291122,297608 +SDN,1992,11,283007,289263 +SDN,1992,12,275312,281383 +SDN,1992,13,268005,273925 +SDN,1992,14,260334,266062 +SDN,1992,15,251989,257443 +SDN,1992,16,243253,248379 +SDN,1992,17,234728,239540 +SDN,1992,18,226302,230808 +SDN,1993,0,424284,437072 +SDN,1993,1,403639,415117 +SDN,1993,2,385396,395774 +SDN,1993,3,367598,377431 +SDN,1993,4,354878,363957 +SDN,1993,5,343460,351920 +SDN,1993,6,333163,341120 +SDN,1993,7,323804,331356 +SDN,1993,8,315324,322560 +SDN,1993,9,307661,314661 +SDN,1993,10,300031,306812 +SDN,1993,11,292010,298553 +SDN,1993,12,283781,290074 +SDN,1993,13,275997,282079 +SDN,1993,14,268594,274493 +SDN,1993,15,260818,266492 +SDN,1993,16,252381,257758 +SDN,1993,17,243564,248594 +SDN,1993,18,234938,239632 +SDN,1994,0,440733,454035 +SDN,1994,1,418232,430181 +SDN,1994,2,398407,409217 +SDN,1994,3,381012,390874 +SDN,1994,4,365178,374524 +SDN,1994,5,352708,361416 +SDN,1994,6,341626,349816 +SDN,1994,7,331724,339499 +SDN,1994,8,322792,330237 +SDN,1994,9,314784,321976 +SDN,1994,10,307651,314662 +SDN,1994,11,300381,307204 +SDN,1994,12,292444,299029 +SDN,1994,13,284112,290429 +SDN,1994,14,276253,282332 +SDN,1994,15,268764,274628 +SDN,1994,16,260895,266503 +SDN,1994,17,252379,257666 +SDN,1994,18,243495,248417 +SDN,1995,0,453145,466849 +SDN,1995,1,430071,442437 +SDN,1995,2,409645,420871 +SDN,1995,3,391630,401900 +SDN,1995,4,375791,385268 +SDN,1995,5,361894,370722 +SDN,1995,6,349703,358008 +SDN,1995,7,338982,346873 +SDN,1995,8,329498,337062 +SDN,1995,9,321014,328322 +SDN,1995,10,313495,320615 +SDN,1995,11,306908,313903 +SDN,1995,12,300015,306853 +SDN,1995,13,292178,298782 +SDN,1995,14,283766,290081 +SDN,1995,15,275848,281902 +SDN,1995,16,268294,274100 +SDN,1995,17,260350,265870 +SDN,1995,18,251775,256953 +SDN,1996,0,463915,478009 +SDN,1996,1,446960,460213 +SDN,1996,2,425643,437687 +SDN,1996,3,406487,417490 +SDN,1996,4,389326,399441 +SDN,1996,5,373996,383361 +SDN,1996,6,360270,369007 +SDN,1996,7,347923,356134 +SDN,1996,8,337091,344883 +SDN,1996,9,327731,335201 +SDN,1996,10,319496,326717 +SDN,1996,11,312054,319080 +SDN,1996,12,305436,312324 +SDN,1996,13,298494,305206 +SDN,1996,14,290610,297060 +SDN,1996,15,282146,288278 +SDN,1996,16,274157,279995 +SDN,1996,17,266516,272072 +SDN,1996,18,258501,263743 +SDN,1997,0,470827,485203 +SDN,1997,1,450697,463929 +SDN,1997,2,439974,452738 +SDN,1997,3,420454,432143 +SDN,1997,4,402605,413352 +SDN,1997,5,386330,396260 +SDN,1997,6,371536,380763 +SDN,1997,7,358006,366626 +SDN,1997,8,345525,353618 +SDN,1997,9,334601,342271 +SDN,1997,10,325383,332734 +SDN,1997,11,317411,324521 +SDN,1997,12,310058,316969 +SDN,1997,13,303421,310181 +SDN,1997,14,296444,303009 +SDN,1997,15,288525,294802 +SDN,1997,16,280025,285953 +SDN,1997,17,271979,277581 +SDN,1997,18,264264,269551 +SDN,1998,0,475558,490161 +SDN,1998,1,458193,471798 +SDN,1998,2,441585,454272 +SDN,1998,3,432575,444839 +SDN,1998,4,414870,426192 +SDN,1998,5,398343,408825 +SDN,1998,6,382970,392705 +SDN,1998,7,368725,377804 +SDN,1998,8,355404,363899 +SDN,1998,9,342800,350767 +SDN,1998,10,331795,339335 +SDN,1998,11,322726,329954 +SDN,1998,12,315026,322019 +SDN,1998,13,307769,314558 +SDN,1998,14,301120,307745 +SDN,1998,15,294113,300525 +SDN,1998,16,286167,292265 +SDN,1998,17,277640,283358 +SDN,1998,18,269543,274906 +SDN,1999,0,480538,495395 +SDN,1999,1,465649,479629 +SDN,1999,2,450809,463953 +SDN,1999,3,436088,448438 +SDN,1999,4,425191,436983 +SDN,1999,5,409296,420280 +SDN,1999,6,394089,404331 +SDN,1999,7,379616,389182 +SDN,1999,8,365920,374875 +SDN,1999,9,352807,361199 +SDN,1999,10,340081,347944 +SDN,1999,11,328994,336426 +SDN,1999,12,320076,327199 +SDN,1999,13,312646,319542 +SDN,1999,14,305485,312172 +SDN,1999,15,298823,305333 +SDN,1999,16,291787,298064 +SDN,1999,17,283814,289751 +SDN,1999,18,275259,280787 +SDN,2000,0,487499,502697 +SDN,2000,1,474151,488534 +SDN,2000,2,460422,474012 +SDN,2000,3,446428,459250 +SDN,2000,4,432284,444366 +SDN,2000,5,418106,429478 +SDN,2000,6,404010,414704 +SDN,2000,7,390112,400162 +SDN,2000,8,376526,385969 +SDN,2000,9,363370,372245 +SDN,2000,10,350456,358788 +SDN,2000,11,337599,345398 +SDN,2000,12,326423,333786 +SDN,2000,13,317648,324705 +SDN,2000,14,310483,317320 +SDN,2000,15,303414,310035 +SDN,2000,16,296734,303165 +SDN,2000,17,289664,295841 +SDN,2000,18,281659,287469 +SDN,2001,0,496330,511992 +SDN,2001,1,482822,497626 +SDN,2001,2,469504,483539 +SDN,2001,3,455953,469252 +SDN,2001,4,442251,454843 +SDN,2001,5,428478,440393 +SDN,2001,6,414759,426029 +SDN,2001,7,401216,411879 +SDN,2001,8,387723,397790 +SDN,2001,9,374281,383747 +SDN,2001,10,361094,369972 +SDN,2001,11,348190,356506 +SDN,2001,12,335347,343109 +SDN,2001,13,324159,331461 +SDN,2001,14,315355,322328 +SDN,2001,15,308149,314878 +SDN,2001,16,301023,307510 +SDN,2001,17,294275,300541 +SDN,2001,18,287158,293146 +SDN,2002,0,507091,523321 +SDN,2002,1,493551,508895 +SDN,2002,2,478499,492979 +SDN,2002,3,465202,478958 +SDN,2002,4,451819,464891 +SDN,2002,5,438398,450823 +SDN,2002,6,424987,436795 +SDN,2002,7,411716,422944 +SDN,2002,8,398715,409406 +SDN,2002,9,385619,395757 +SDN,2002,10,372310,381852 +SDN,2002,11,359083,368016 +SDN,2002,12,346179,354529 +SDN,2002,13,333341,341113 +SDN,2002,14,322133,329419 +SDN,2002,15,313293,320225 +SDN,2002,16,306040,312704 +SDN,2002,17,298854,305247 +SDN,2002,18,292031,298174 +SDN,2003,0,518755,535508 +SDN,2003,1,504140,519909 +SDN,2003,2,489634,504505 +SDN,2003,3,474337,488425 +SDN,2003,4,461055,474466 +SDN,2003,5,447836,460619 +SDN,2003,6,434692,446888 +SDN,2003,7,421638,433280 +SDN,2003,8,408811,419939 +SDN,2003,9,396348,407011 +SDN,2003,10,383643,393800 +SDN,2003,11,370463,380031 +SDN,2003,12,357192,366130 +SDN,2003,13,344283,352620 +SDN,2003,14,331446,339183 +SDN,2003,15,320215,327440 +SDN,2003,16,311336,318184 +SDN,2003,17,304034,310590 +SDN,2003,18,296784,303042 +SDN,2004,0,529840,546860 +SDN,2004,1,514300,530244 +SDN,2004,2,499208,514197 +SDN,2004,3,484542,498685 +SDN,2004,4,470144,483610 +SDN,2004,5,456879,469721 +SDN,2004,6,443824,456099 +SDN,2004,7,430959,442714 +SDN,2004,8,418263,429533 +SDN,2004,9,405880,416710 +SDN,2004,10,393957,404400 +SDN,2004,11,381645,391635 +SDN,2004,12,368594,378009 +SDN,2004,13,355280,364050 +SDN,2004,14,342367,350523 +SDN,2004,15,329531,337072 +SDN,2004,16,318277,325287 +SDN,2004,17,309360,315974 +SDN,2004,18,302010,308311 +SDN,2005,0,539278,556172 +SDN,2005,1,523428,539190 +SDN,2005,2,508209,522984 +SDN,2005,3,493566,507482 +SDN,2005,4,479444,492616 +SDN,2005,5,465788,478315 +SDN,2005,6,452545,464509 +SDN,2005,7,439659,451127 +SDN,2005,8,427076,438101 +SDN,2005,9,414742,425359 +SDN,2005,10,402809,413067 +SDN,2005,11,391429,401386 +SDN,2005,12,379514,389079 +SDN,2005,13,366598,375609 +SDN,2005,14,353244,361607 +SDN,2005,15,340333,348077 +SDN,2005,16,327502,334625 +SDN,2005,17,316229,322810 +SDN,2005,18,307277,313448 +SDN,2006,0,546844,564237 +SDN,2006,1,533888,550347 +SDN,2006,2,518866,534296 +SDN,2006,3,504320,518853 +SDN,2006,4,490208,503959 +SDN,2006,5,476486,489556 +SDN,2006,6,463117,475586 +SDN,2006,7,450069,461993 +SDN,2006,8,437250,448705 +SDN,2006,9,424598,435659 +SDN,2006,10,412097,422804 +SDN,2006,11,399954,410327 +SDN,2006,12,388320,398406 +SDN,2006,13,376173,385808 +SDN,2006,14,363087,372006 +SDN,2006,15,349614,357649 +SDN,2006,16,336565,343746 +SDN,2006,17,323574,329902 +SDN,2006,18,312254,317758 +SDN,2007,0,553116,570641 +SDN,2007,1,538696,555023 +SDN,2007,2,528510,544190 +SDN,2007,3,514313,529078 +SDN,2007,4,500441,514408 +SDN,2007,5,486860,500131 +SDN,2007,6,473536,486199 +SDN,2007,7,460455,472569 +SDN,2007,8,447601,459197 +SDN,2007,9,434848,446011 +SDN,2007,10,422127,432954 +SDN,2007,11,409459,419992 +SDN,2007,12,397105,407340 +SDN,2007,13,385217,395185 +SDN,2007,14,372838,382303 +SDN,2007,15,359583,368179 +SDN,2007,16,345992,353476 +SDN,2007,17,332804,339209 +SDN,2007,18,319654,324981 +SDN,2008,0,558607,576136 +SDN,2008,1,545473,561808 +SDN,2008,2,532544,547845 +SDN,2008,3,523229,538031 +SDN,2008,4,509855,523858 +SDN,2008,5,496653,509960 +SDN,2008,6,483600,496299 +SDN,2008,7,470673,482838 +SDN,2008,8,457876,469547 +SDN,2008,9,445214,456396 +SDN,2008,10,432526,443312 +SDN,2008,11,419733,430244 +SDN,2008,12,406895,417176 +SDN,2008,13,394329,404349 +SDN,2008,14,382186,391962 +SDN,2008,15,369572,378797 +SDN,2008,16,356146,364350 +SDN,2008,17,342433,349302 +SDN,2008,18,329105,334671 +SDN,2009,0,564078,581805 +SDN,2009,1,552139,568688 +SDN,2009,2,540191,555713 +SDN,2009,3,528223,542854 +SDN,2009,4,518142,532262 +SDN,2009,5,505586,519018 +SDN,2009,6,493049,505881 +SDN,2009,7,480519,492826 +SDN,2009,8,467984,479826 +SDN,2009,9,455467,466865 +SDN,2009,10,442992,453925 +SDN,2009,11,430363,440933 +SDN,2009,12,417494,427845 +SDN,2009,13,404482,414662 +SDN,2009,14,391699,401650 +SDN,2009,15,379295,389022 +SDN,2009,16,366443,375564 +SDN,2009,17,352841,360786 +SDN,2009,18,339001,345381 +SDN,2010,0,570120,588454 +SDN,2010,1,559010,576185 +SDN,2010,2,547777,563934 +SDN,2010,3,536420,551686 +SDN,2010,4,524935,539426 +SDN,2010,5,513323,527138 +SDN,2010,6,501579,514807 +SDN,2010,7,489701,502416 +SDN,2010,8,477689,489952 +SDN,2010,9,465539,477398 +SDN,2010,10,453295,464751 +SDN,2010,11,441002,452007 +SDN,2010,12,428426,439092 +SDN,2010,13,415473,425967 +SDN,2010,14,402280,412652 +SDN,2010,15,389273,399440 +SDN,2010,16,376602,386555 +SDN,2010,17,363504,372788 +SDN,2010,18,349718,357658 +SDN,2011,0,575448,593498 +SDN,2011,1,565528,582795 +SDN,2011,2,554673,570907 +SDN,2011,3,543737,559058 +SDN,2011,4,532703,547220 +SDN,2011,5,521554,535364 +SDN,2011,6,510293,523482 +SDN,2011,7,498924,511566 +SDN,2011,8,487327,499482 +SDN,2011,9,475443,487161 +SDN,2011,10,463318,474635 +SDN,2011,11,451103,462012 +SDN,2011,12,438827,449275 +SDN,2011,13,426242,436337 +SDN,2011,14,413259,423165 +SDN,2011,15,400019,409787 +SDN,2011,16,386952,396496 +SDN,2011,17,374208,383515 +SDN,2011,18,361053,369681 +SDN,2012,0,581439,599641 +SDN,2012,1,570846,588002 +SDN,2012,2,561342,577989 +SDN,2012,3,550734,566463 +SDN,2012,4,540086,554998 +SDN,2012,5,529367,543552 +SDN,2012,6,518545,532082 +SDN,2012,7,507628,520588 +SDN,2012,8,496625,509069 +SDN,2012,9,485300,497274 +SDN,2012,10,473536,485077 +SDN,2012,11,461427,472561 +SDN,2012,12,449232,459944 +SDN,2012,13,436964,447197 +SDN,2012,14,424361,434217 +SDN,2012,15,411339,420979 +SDN,2012,16,398044,407519 +SDN,2012,17,384908,394130 +SDN,2012,18,372081,381035 +SDN,2013,0,588161,606788 +SDN,2013,1,577392,595031 +SDN,2013,2,566760,583505 +SDN,2013,3,557489,573793 +SDN,2013,4,547122,562617 +SDN,2013,5,536756,551523 +SDN,2013,6,526346,540457 +SDN,2013,7,515844,529362 +SDN,2013,8,505265,518243 +SDN,2013,9,494621,507109 +SDN,2013,10,483560,495589 +SDN,2013,11,471910,483504 +SDN,2013,12,459810,470985 +SDN,2013,13,447627,458362 +SDN,2013,14,435361,445590 +SDN,2013,15,422733,432555 +SDN,2013,16,409663,419237 +SDN,2013,17,396305,405681 +SDN,2013,18,383092,392179 +SDN,2014,0,595646,614745 +SDN,2014,1,584550,602715 +SDN,2014,2,573766,591077 +SDN,2014,3,563233,579764 +SDN,2014,4,553877,569901 +SDN,2014,5,543746,559070 +SDN,2014,6,533659,548343 +SDN,2014,7,523554,537651 +SDN,2014,8,513367,526924 +SDN,2014,9,503120,516176 +SDN,2014,10,492832,505421 +SDN,2014,11,482031,494171 +SDN,2014,12,470490,482192 +SDN,2014,13,458393,469662 +SDN,2014,14,446217,457025 +SDN,2014,15,433948,444223 +SDN,2014,16,421288,431124 +SDN,2014,17,408165,417720 +SDN,2014,18,394738,404060 +SDN,2015,0,603879,623342 +SDN,2015,1,592398,610970 +SDN,2015,2,581387,599142 +SDN,2015,3,570771,587774 +SDN,2015,4,560473,576782 +SDN,2015,5,550413,566084 +SDN,2015,6,540517,555596 +SDN,2015,7,530705,545235 +SDN,2015,8,520901,534916 +SDN,2015,9,511029,524557 +SDN,2015,10,501112,514179 +SDN,2015,11,491177,503802 +SDN,2015,12,480633,492822 +SDN,2015,13,469197,480946 +SDN,2015,14,457100,468405 +SDN,2015,15,444929,455752 +SDN,2015,16,432652,442916 +SDN,2015,17,419958,429754 +SDN,2015,18,406778,416260 +SDN,2016,0,611925,631556 +SDN,2016,1,600824,619766 +SDN,2016,2,589647,607786 +SDN,2016,3,578931,596333 +SDN,2016,4,568592,585318 +SDN,2016,5,558548,574650 +SDN,2016,6,548728,564253 +SDN,2016,7,539058,554051 +SDN,2016,8,529404,543885 +SDN,2016,9,519665,533639 +SDN,2016,10,509787,523263 +SDN,2016,11,499854,512853 +SDN,2016,12,489887,502423 +SDN,2016,13,479284,491360 +SDN,2016,14,467768,479380 +SDN,2016,15,455577,466718 +SDN,2016,16,443300,453932 +SDN,2016,17,430909,440952 +SDN,2016,18,418119,427668 +SDN,2017,0,620824,640543 +SDN,2017,1,608413,627304 +SDN,2017,2,597967,616346 +SDN,2017,3,587091,604754 +SDN,2017,4,576665,593674 +SDN,2017,5,566600,583009 +SDN,2017,6,556808,572662 +SDN,2017,7,547223,562563 +SDN,2017,8,537776,552643 +SDN,2017,9,528278,542670 +SDN,2017,10,518599,532494 +SDN,2017,11,508714,522099 +SDN,2017,12,498761,511655 +SDN,2017,13,488757,501169 +SDN,2017,14,478093,490021 +SDN,2017,15,466493,477933 +SDN,2017,16,454203,465148 +SDN,2017,17,441817,452226 +SDN,2017,18,429308,439097 +SDN,2018,0,630349,650124 +SDN,2018,1,617430,636385 +SDN,2018,2,605358,623573 +SDN,2018,3,595274,613063 +SDN,2018,4,584697,601857 +SDN,2018,5,574557,591147 +SDN,2018,6,564763,580829 +SDN,2018,7,555221,570800 +SDN,2018,8,545868,560998 +SDN,2018,9,536642,551358 +SDN,2018,10,527296,541576 +SDN,2018,11,517675,531468 +SDN,2018,12,507779,521051 +SDN,2018,13,497804,510570 +SDN,2018,14,487762,500025 +SDN,2018,15,477033,488790 +SDN,2018,16,465346,476592 +SDN,2018,17,452953,463681 +SDN,2018,18,440456,450620 +SDN,2019,0,640000,660000 +SDN,2019,1,627000,646000 +SDN,2019,2,614000,633000 +SDN,2019,3,603000,620000 +SDN,2019,4,593000,610000 +SDN,2019,5,582000,599000 +SDN,2019,6,573000,589000 +SDN,2019,7,563000,579000 +SDN,2019,8,554000,569000 +SDN,2019,9,545000,560000 +SDN,2019,10,536000,550000 +SDN,2019,11,526000,541000 +SDN,2019,12,517000,531000 +SDN,2019,13,507000,520000 +SDN,2019,14,497000,510000 +SDN,2019,15,487000,499000 +SDN,2019,16,476000,488000 +SDN,2019,17,464000,475000 +SDN,2019,18,452000,462000 +SDN,2020,0,650000,670000 +SDN,2020,1,637000,656000 +SDN,2020,2,624000,642000 +SDN,2020,3,612000,630000 +SDN,2020,4,601000,618000 +SDN,2020,5,590000,607000 +SDN,2020,6,580000,597000 +SDN,2020,7,571000,587000 +SDN,2020,8,561000,577000 +SDN,2020,9,552000,568000 +SDN,2020,10,544000,558000 +SDN,2020,11,535000,549000 +SDN,2020,12,526000,540000 +SDN,2020,13,516000,530000 +SDN,2020,14,506000,519000 +SDN,2020,15,496000,509000 +SDN,2020,16,486000,498000 +SDN,2020,17,475000,487000 +SDN,2020,18,463000,474000 +SDN,2021,0,659000,680000 +SDN,2021,1,647000,667000 +SDN,2021,2,634000,653000 +SDN,2021,3,622000,640000 +SDN,2021,4,610000,628000 +SDN,2021,5,599000,616000 +SDN,2021,6,589000,605000 +SDN,2021,7,579000,595000 +SDN,2021,8,570000,585000 +SDN,2021,9,560000,576000 +SDN,2021,10,551000,566000 +SDN,2021,11,543000,557000 +SDN,2021,12,534000,548000 +SDN,2021,13,525000,539000 +SDN,2021,14,515000,529000 +SDN,2021,15,505000,518000 +SDN,2021,16,495000,507000 +SDN,2021,17,485000,497000 +SDN,2021,18,474000,485000 +SDN,2022,0,669000,689000 +SDN,2022,1,655000,675000 +SDN,2022,2,645000,663000 +SDN,2022,3,632000,650000 +SDN,2022,4,620000,638000 +SDN,2022,5,609000,626000 +SDN,2022,6,598000,615000 +SDN,2022,7,588000,604000 +SDN,2022,8,578000,594000 +SDN,2022,9,569000,584000 +SDN,2022,10,560000,575000 +SDN,2022,11,551000,565000 +SDN,2022,12,542000,556000 +SDN,2022,13,533000,547000 +SDN,2022,14,524000,538000 +SDN,2022,15,514000,528000 +SDN,2022,16,504000,517000 +SDN,2022,17,494000,506000 +SDN,2022,18,484000,495000 +SDN,2023,0,678000,699000 +SDN,2023,1,665000,685000 +SDN,2023,2,652000,671000 +SDN,2023,3,642000,660000 +SDN,2023,4,630000,648000 +SDN,2023,5,618000,636000 +SDN,2023,6,608000,624000 +SDN,2023,7,597000,613000 +SDN,2023,8,587000,603000 +SDN,2023,9,577000,593000 +SDN,2023,10,568000,583000 +SDN,2023,11,559000,574000 +SDN,2023,12,550000,565000 +SDN,2023,13,541000,555000 +SDN,2023,14,532000,546000 +SDN,2023,15,523000,537000 +SDN,2023,16,514000,527000 +SDN,2023,17,504000,516000 +SDN,2023,18,494000,505000 +SDN,2024,0,688000,710000 +SDN,2024,1,675000,695000 +SDN,2024,2,662000,681000 +SDN,2024,3,650000,668000 +SDN,2024,4,639000,657000 +SDN,2024,5,628000,645000 +SDN,2024,6,617000,633000 +SDN,2024,7,606000,622000 +SDN,2024,8,596000,612000 +SDN,2024,9,586000,602000 +SDN,2024,10,576000,592000 +SDN,2024,11,567000,582000 +SDN,2024,12,558000,573000 +SDN,2024,13,549000,564000 +SDN,2024,14,540000,555000 +SDN,2024,15,532000,545000 +SDN,2024,16,523000,536000 +SDN,2024,17,513000,526000 +SDN,2024,18,503000,515000 +SDN,2025,0,698000,720000 +SDN,2025,1,685000,706000 +SDN,2025,2,672000,692000 +SDN,2025,3,660000,678000 +SDN,2025,4,648000,666000 +SDN,2025,5,637000,654000 +SDN,2025,6,626000,642000 +SDN,2025,7,615000,631000 +SDN,2025,8,605000,621000 +SDN,2025,9,595000,611000 +SDN,2025,10,585000,601000 +SDN,2025,11,575000,591000 +SDN,2025,12,566000,581000 +SDN,2025,13,557000,572000 +SDN,2025,14,548000,563000 +SDN,2025,15,540000,554000 +SDN,2025,16,531000,545000 +SDN,2025,17,522000,535000 +SDN,2025,18,512000,525000 +SDN,2026,0,709000,731000 +SDN,2026,1,696000,717000 +SDN,2026,2,683000,703000 +SDN,2026,3,671000,690000 +SDN,2026,4,659000,677000 +SDN,2026,5,647000,664000 +SDN,2026,6,636000,653000 +SDN,2026,7,625000,641000 +SDN,2026,8,614000,630000 +SDN,2026,9,604000,620000 +SDN,2026,10,594000,610000 +SDN,2026,11,584000,600000 +SDN,2026,12,575000,590000 +SDN,2026,13,565000,580000 +SDN,2026,14,556000,571000 +SDN,2026,15,548000,562000 +SDN,2026,16,539000,553000 +SDN,2026,17,530000,543000 +SDN,2026,18,521000,534000 +SDN,2027,0,721000,743000 +SDN,2027,1,707000,728000 +SDN,2027,2,694000,714000 +SDN,2027,3,681000,701000 +SDN,2027,4,669000,687000 +SDN,2027,5,657000,675000 +SDN,2027,6,646000,663000 +SDN,2027,7,635000,651000 +SDN,2027,8,624000,640000 +SDN,2027,9,614000,629000 +SDN,2027,10,603000,619000 +SDN,2027,11,593000,609000 +SDN,2027,12,584000,599000 +SDN,2027,13,574000,589000 +SDN,2027,14,565000,579000 +SDN,2027,15,556000,570000 +SDN,2027,16,547000,561000 +SDN,2027,17,538000,551000 +SDN,2027,18,529000,542000 +SDN,2028,0,732000,755000 +SDN,2028,1,718000,739000 +SDN,2028,2,704000,724000 +SDN,2028,3,692000,711000 +SDN,2028,4,679000,698000 +SDN,2028,5,667000,685000 +SDN,2028,6,656000,673000 +SDN,2028,7,645000,661000 +SDN,2028,8,634000,650000 +SDN,2028,9,623000,639000 +SDN,2028,10,613000,628000 +SDN,2028,11,603000,618000 +SDN,2028,12,593000,608000 +SDN,2028,13,583000,598000 +SDN,2028,14,573000,588000 +SDN,2028,15,564000,578000 +SDN,2028,16,555000,569000 +SDN,2028,17,546000,560000 +SDN,2028,18,537000,550000 +SDN,2029,0,743000,766000 +SDN,2029,1,729000,750000 +SDN,2029,2,715000,735000 +SDN,2029,3,702000,721000 +SDN,2029,4,690000,708000 +SDN,2029,5,678000,695000 +SDN,2029,6,666000,683000 +SDN,2029,7,654000,671000 +SDN,2029,8,643000,660000 +SDN,2029,9,633000,649000 +SDN,2029,10,622000,638000 +SDN,2029,11,612000,627000 +SDN,2029,12,602000,617000 +SDN,2029,13,592000,607000 +SDN,2029,14,582000,597000 +SDN,2029,15,573000,587000 +SDN,2029,16,563000,577000 +SDN,2029,17,554000,568000 +SDN,2029,18,545000,559000 +SDN,2030,0,753000,776000 +SDN,2030,1,739000,761000 +SDN,2030,2,725000,746000 +SDN,2030,3,712000,732000 +SDN,2030,4,700000,718000 +SDN,2030,5,687000,705000 +SDN,2030,6,676000,693000 +SDN,2030,7,664000,681000 +SDN,2030,8,653000,669000 +SDN,2030,9,642000,658000 +SDN,2030,10,632000,647000 +SDN,2030,11,621000,637000 +SDN,2030,12,611000,626000 +SDN,2030,13,601000,616000 +SDN,2030,14,591000,606000 +SDN,2030,15,582000,596000 +SDN,2030,16,572000,586000 +SDN,2030,17,562000,576000 +SDN,2030,18,553000,567000 +SDN,2031,0,762000,785000 +SDN,2031,1,751000,773000 +SDN,2031,2,737000,758000 +SDN,2031,3,724000,744000 +SDN,2031,4,711000,730000 +SDN,2031,5,699000,717000 +SDN,2031,6,687000,704000 +SDN,2031,7,675000,692000 +SDN,2031,8,663000,680000 +SDN,2031,9,652000,668000 +SDN,2031,10,641000,657000 +SDN,2031,11,631000,646000 +SDN,2031,12,621000,636000 +SDN,2031,13,610000,625000 +SDN,2031,14,600000,615000 +SDN,2031,15,590000,605000 +SDN,2031,16,581000,595000 +SDN,2031,17,571000,585000 +SDN,2031,18,562000,575000 +SDN,2032,0,771000,794000 +SDN,2032,1,758000,780000 +SDN,2032,2,749000,770000 +SDN,2032,3,735000,756000 +SDN,2032,4,723000,742000 +SDN,2032,5,710000,729000 +SDN,2032,6,698000,716000 +SDN,2032,7,686000,703000 +SDN,2032,8,674000,691000 +SDN,2032,9,662000,679000 +SDN,2032,10,651000,668000 +SDN,2032,11,641000,656000 +SDN,2032,12,630000,646000 +SDN,2032,13,620000,635000 +SDN,2032,14,610000,625000 +SDN,2032,15,600000,614000 +SDN,2032,16,590000,604000 +SDN,2032,17,580000,594000 +SDN,2032,18,570000,584000 +SDN,2033,0,779000,802000 +SDN,2033,1,767000,789000 +SDN,2033,2,756000,777000 +SDN,2033,3,746000,767000 +SDN,2033,4,734000,753000 +SDN,2033,5,721000,740000 +SDN,2033,6,709000,727000 +SDN,2033,7,697000,715000 +SDN,2033,8,685000,702000 +SDN,2033,9,673000,690000 +SDN,2033,10,662000,678000 +SDN,2033,11,651000,667000 +SDN,2033,12,640000,656000 +SDN,2033,13,630000,645000 +SDN,2033,14,619000,634000 +SDN,2033,15,609000,624000 +SDN,2033,16,599000,613000 +SDN,2033,17,589000,603000 +SDN,2033,18,579000,593000 +SDN,2034,0,786000,810000 +SDN,2034,1,776000,798000 +SDN,2034,2,765000,786000 +SDN,2034,3,754000,774000 +SDN,2034,4,744000,763000 +SDN,2034,5,732000,751000 +SDN,2034,6,720000,738000 +SDN,2034,7,708000,726000 +SDN,2034,8,696000,713000 +SDN,2034,9,684000,701000 +SDN,2034,10,672000,689000 +SDN,2034,11,661000,677000 +SDN,2034,12,650000,666000 +SDN,2034,13,639000,655000 +SDN,2034,14,629000,644000 +SDN,2034,15,619000,633000 +SDN,2034,16,608000,623000 +SDN,2034,17,598000,612000 +SDN,2034,18,588000,602000 +SDN,2035,0,794000,818000 +SDN,2035,1,784000,807000 +SDN,2035,2,774000,796000 +SDN,2035,3,764000,784000 +SDN,2035,4,753000,772000 +SDN,2035,5,741000,760000 +SDN,2035,6,730000,748000 +SDN,2035,7,718000,736000 +SDN,2035,8,707000,724000 +SDN,2035,9,695000,712000 +SDN,2035,10,683000,700000 +SDN,2035,11,671000,688000 +SDN,2035,12,660000,676000 +SDN,2035,13,649000,665000 +SDN,2035,14,639000,654000 +SDN,2035,15,628000,643000 +SDN,2035,16,618000,632000 +SDN,2035,17,608000,622000 +SDN,2035,18,598000,611000 +SDN,2036,0,802000,826000 +SDN,2036,1,793000,816000 +SDN,2036,2,783000,805000 +SDN,2036,3,773000,794000 +SDN,2036,4,762000,782000 +SDN,2036,5,752000,771000 +SDN,2036,6,741000,759000 +SDN,2036,7,729000,747000 +SDN,2036,8,718000,735000 +SDN,2036,9,706000,723000 +SDN,2036,10,695000,711000 +SDN,2036,11,683000,699000 +SDN,2036,12,671000,687000 +SDN,2036,13,659000,675000 +SDN,2036,14,649000,664000 +SDN,2036,15,638000,653000 +SDN,2036,16,628000,642000 +SDN,2036,17,617000,631000 +SDN,2036,18,607000,621000 +SDN,2037,0,810000,834000 +SDN,2037,1,801000,824000 +SDN,2037,2,791000,813000 +SDN,2037,3,781000,803000 +SDN,2037,4,771000,792000 +SDN,2037,5,761000,780000 +SDN,2037,6,750000,769000 +SDN,2037,7,740000,758000 +SDN,2037,8,729000,746000 +SDN,2037,9,717000,735000 +SDN,2037,10,706000,723000 +SDN,2037,11,694000,710000 +SDN,2037,12,682000,698000 +SDN,2037,13,670000,686000 +SDN,2037,14,659000,674000 +SDN,2037,15,648000,663000 +SDN,2037,16,637000,652000 +SDN,2037,17,627000,641000 +SDN,2037,18,616000,630000 +SDN,2038,0,818000,842000 +SDN,2038,1,809000,832000 +SDN,2038,2,799000,821000 +SDN,2038,3,790000,811000 +SDN,2038,4,780000,800000 +SDN,2038,5,770000,790000 +SDN,2038,6,760000,779000 +SDN,2038,7,749000,768000 +SDN,2038,8,739000,756000 +SDN,2038,9,728000,745000 +SDN,2038,10,717000,734000 +SDN,2038,11,705000,722000 +SDN,2038,12,693000,710000 +SDN,2038,13,682000,697000 +SDN,2038,14,670000,685000 +SDN,2038,15,658000,673000 +SDN,2038,16,647000,662000 +SDN,2038,17,637000,651000 +SDN,2038,18,626000,640000 +SDN,2039,0,825000,850000 +SDN,2039,1,816000,840000 +SDN,2039,2,807000,829000 +SDN,2039,3,798000,819000 +SDN,2039,4,788000,809000 +SDN,2039,5,778000,798000 +SDN,2039,6,768000,788000 +SDN,2039,7,758000,777000 +SDN,2039,8,748000,766000 +SDN,2039,9,737000,755000 +SDN,2039,10,727000,744000 +SDN,2039,11,716000,733000 +SDN,2039,12,704000,721000 +SDN,2039,13,693000,709000 +SDN,2039,14,681000,696000 +SDN,2039,15,669000,684000 +SDN,2039,16,657000,672000 +SDN,2039,17,646000,661000 +SDN,2039,18,636000,650000 +SDN,2040,0,832000,857000 +SDN,2040,1,823000,847000 +SDN,2040,2,814000,837000 +SDN,2040,3,805000,827000 +SDN,2040,4,796000,816000 +SDN,2040,5,786000,806000 +SDN,2040,6,777000,796000 +SDN,2040,7,767000,785000 +SDN,2040,8,757000,775000 +SDN,2040,9,747000,764000 +SDN,2040,10,736000,754000 +SDN,2040,11,726000,743000 +SDN,2040,12,715000,732000 +SDN,2040,13,704000,720000 +SDN,2040,14,692000,708000 +SDN,2040,15,680000,696000 +SDN,2040,16,668000,683000 +SDN,2040,17,657000,671000 +SDN,2040,18,646000,660000 +SDN,2041,0,839000,864000 +SDN,2041,1,831000,855000 +SDN,2041,2,822000,845000 +SDN,2041,3,813000,835000 +SDN,2041,4,804000,825000 +SDN,2041,5,795000,815000 +SDN,2041,6,786000,805000 +SDN,2041,7,776000,795000 +SDN,2041,8,766000,785000 +SDN,2041,9,756000,774000 +SDN,2041,10,746000,764000 +SDN,2041,11,736000,753000 +SDN,2041,12,726000,742000 +SDN,2041,13,715000,731000 +SDN,2041,14,703000,719000 +SDN,2041,15,691000,707000 +SDN,2041,16,680000,694000 +SDN,2041,17,668000,682000 +SDN,2041,18,656000,670000 +SDN,2042,0,846000,871000 +SDN,2042,1,837000,861000 +SDN,2042,2,830000,853000 +SDN,2042,3,821000,843000 +SDN,2042,4,812000,833000 +SDN,2042,5,803000,823000 +SDN,2042,6,794000,814000 +SDN,2042,7,785000,804000 +SDN,2042,8,776000,794000 +SDN,2042,9,766000,784000 +SDN,2042,10,756000,773000 +SDN,2042,11,746000,763000 +SDN,2042,12,735000,752000 +SDN,2042,13,725000,741000 +SDN,2042,14,714000,730000 +SDN,2042,15,703000,718000 +SDN,2042,16,691000,706000 +SDN,2042,17,679000,693000 +SDN,2042,18,667000,681000 +SDN,2043,0,852000,877000 +SDN,2043,1,844000,868000 +SDN,2043,2,836000,858000 +SDN,2043,3,828000,850000 +SDN,2043,4,820000,841000 +SDN,2043,5,811000,831000 +SDN,2043,6,802000,822000 +SDN,2043,7,793000,812000 +SDN,2043,8,784000,803000 +SDN,2043,9,775000,793000 +SDN,2043,10,765000,783000 +SDN,2043,11,755000,773000 +SDN,2043,12,745000,762000 +SDN,2043,13,735000,751000 +SDN,2043,14,724000,740000 +SDN,2043,15,714000,729000 +SDN,2043,16,702000,717000 +SDN,2043,17,690000,705000 +SDN,2043,18,678000,692000 +SDN,2044,0,858000,884000 +SDN,2044,1,850000,875000 +SDN,2044,2,842000,865000 +SDN,2044,3,834000,856000 +SDN,2044,4,827000,848000 +SDN,2044,5,818000,839000 +SDN,2044,6,810000,829000 +SDN,2044,7,801000,820000 +SDN,2044,8,792000,811000 +SDN,2044,9,783000,801000 +SDN,2044,10,774000,792000 +SDN,2044,11,765000,782000 +SDN,2044,12,755000,772000 +SDN,2044,13,745000,761000 +SDN,2044,14,734000,750000 +SDN,2044,15,724000,740000 +SDN,2044,16,713000,728000 +SDN,2044,17,701000,716000 +SDN,2044,18,689000,704000 +SDN,2045,0,865000,890000 +SDN,2045,1,857000,881000 +SDN,2045,2,849000,872000 +SDN,2045,3,841000,863000 +SDN,2045,4,833000,854000 +SDN,2045,5,825000,845000 +SDN,2045,6,817000,836000 +SDN,2045,7,808000,827000 +SDN,2045,8,800000,818000 +SDN,2045,9,791000,809000 +SDN,2045,10,782000,800000 +SDN,2045,11,773000,791000 +SDN,2045,12,764000,781000 +SDN,2045,13,754000,771000 +SDN,2045,14,744000,760000 +SDN,2045,15,733000,749000 +SDN,2045,16,723000,739000 +SDN,2045,17,712000,727000 +SDN,2045,18,701000,715000 +SDN,2046,0,871000,897000 +SDN,2046,1,863000,888000 +SDN,2046,2,856000,879000 +SDN,2046,3,848000,870000 +SDN,2046,4,840000,862000 +SDN,2046,5,832000,853000 +SDN,2046,6,824000,844000 +SDN,2046,7,816000,836000 +SDN,2046,8,808000,827000 +SDN,2046,9,799000,818000 +SDN,2046,10,791000,809000 +SDN,2046,11,782000,799000 +SDN,2046,12,773000,790000 +SDN,2046,13,763000,780000 +SDN,2046,14,754000,770000 +SDN,2046,15,743000,759000 +SDN,2046,16,733000,748000 +SDN,2046,17,722000,738000 +SDN,2046,18,711000,726000 +SDN,2047,0,878000,904000 +SDN,2047,1,870000,894000 +SDN,2047,2,862000,886000 +SDN,2047,3,855000,877000 +SDN,2047,4,847000,869000 +SDN,2047,5,839000,860000 +SDN,2047,6,831000,852000 +SDN,2047,7,824000,843000 +SDN,2047,8,816000,835000 +SDN,2047,9,807000,826000 +SDN,2047,10,799000,817000 +SDN,2047,11,790000,808000 +SDN,2047,12,781000,799000 +SDN,2047,13,772000,789000 +SDN,2047,14,763000,779000 +SDN,2047,15,753000,769000 +SDN,2047,16,743000,758000 +SDN,2047,17,732000,747000 +SDN,2047,18,722000,736000 +SDN,2048,0,884000,910000 +SDN,2048,1,876000,901000 +SDN,2048,2,868000,892000 +SDN,2048,3,861000,884000 +SDN,2048,4,853000,875000 +SDN,2048,5,846000,867000 +SDN,2048,6,838000,859000 +SDN,2048,7,831000,850000 +SDN,2048,8,823000,842000 +SDN,2048,9,815000,834000 +SDN,2048,10,807000,825000 +SDN,2048,11,798000,816000 +SDN,2048,12,790000,807000 +SDN,2048,13,781000,798000 +SDN,2048,14,772000,788000 +SDN,2048,15,762000,779000 +SDN,2048,16,752000,768000 +SDN,2048,17,742000,757000 +SDN,2048,18,732000,746000 +SDN,2049,0,890000,917000 +SDN,2049,1,882000,907000 +SDN,2049,2,874000,898000 +SDN,2049,3,867000,889000 +SDN,2049,4,860000,881000 +SDN,2049,5,852000,873000 +SDN,2049,6,845000,865000 +SDN,2049,7,837000,857000 +SDN,2049,8,830000,849000 +SDN,2049,9,822000,841000 +SDN,2049,10,814000,833000 +SDN,2049,11,806000,824000 +SDN,2049,12,798000,815000 +SDN,2049,13,789000,806000 +SDN,2049,14,780000,797000 +SDN,2049,15,771000,788000 +SDN,2049,16,762000,778000 +SDN,2049,17,752000,767000 +SDN,2049,18,741000,756000 +SDN,2050,0,896000,923000 +SDN,2050,1,888000,913000 +SDN,2050,2,881000,904000 +SDN,2050,3,873000,896000 +SDN,2050,4,865000,887000 +SDN,2050,5,858000,879000 +SDN,2050,6,851000,871000 +SDN,2050,7,843000,863000 +SDN,2050,8,836000,855000 +SDN,2050,9,829000,847000 +SDN,2050,10,821000,840000 +SDN,2050,11,813000,832000 +SDN,2050,12,806000,823000 +SDN,2050,13,797000,815000 +SDN,2050,14,788000,805000 +SDN,2050,15,780000,796000 +SDN,2050,16,770000,787000 +SDN,2050,17,761000,777000 +SDN,2050,18,751000,766000 +SEN,1990,0,142071,145990 +SEN,1990,1,138792,142318 +SEN,1990,2,135357,138540 +SEN,1990,3,131787,134673 +SEN,1990,4,128104,130735 +SEN,1990,5,124330,126743 +SEN,1990,6,120488,122714 +SEN,1990,7,116598,118664 +SEN,1990,8,112684,114612 +SEN,1990,9,108768,110575 +SEN,1990,10,104843,106543 +SEN,1990,11,100903,102508 +SEN,1990,12,97111,98617 +SEN,1990,13,93542,94939 +SEN,1990,14,90137,91413 +SEN,1990,15,86770,87926 +SEN,1990,16,83485,84522 +SEN,1990,17,80200,81090 +SEN,1990,18,76870,77569 +SEN,1991,0,145231,149331 +SEN,1991,1,140788,144555 +SEN,1991,2,137469,140888 +SEN,1991,3,134099,137218 +SEN,1991,4,130676,133536 +SEN,1991,5,127197,129836 +SEN,1991,6,123693,126142 +SEN,1991,7,120190,122479 +SEN,1991,8,116536,118674 +SEN,1991,9,112668,114654 +SEN,1991,10,108676,110509 +SEN,1991,11,104707,106400 +SEN,1991,12,100726,102288 +SEN,1991,13,96895,98318 +SEN,1991,14,93308,94577 +SEN,1991,15,89896,90998 +SEN,1991,16,86509,87445 +SEN,1991,17,83194,83964 +SEN,1991,18,79888,80473 +SEN,1992,0,149228,153512 +SEN,1992,1,144906,148773 +SEN,1992,2,139472,143080 +SEN,1992,3,136114,139420 +SEN,1992,4,132810,135858 +SEN,1992,5,129534,132364 +SEN,1992,6,126262,128902 +SEN,1992,7,123027,125507 +SEN,1992,8,119865,122212 +SEN,1992,9,116447,118653 +SEN,1992,10,112627,114666 +SEN,1992,11,108560,110415 +SEN,1992,12,104547,106229 +SEN,1992,13,100525,102041 +SEN,1992,14,96656,97993 +SEN,1992,15,93052,94190 +SEN,1992,16,89633,90559 +SEN,1992,17,86227,86939 +SEN,1992,18,82885,83384 +SEN,1993,0,153661,158092 +SEN,1993,1,148363,152352 +SEN,1993,2,143521,147137 +SEN,1993,3,138125,141529 +SEN,1993,4,134729,137877 +SEN,1993,5,131491,134427 +SEN,1993,6,128364,131120 +SEN,1993,7,125298,127899 +SEN,1993,8,122334,124806 +SEN,1993,9,119513,121881 +SEN,1993,10,116332,118570 +SEN,1993,11,112560,114617 +SEN,1993,12,108419,110262 +SEN,1993,13,104364,106002 +SEN,1993,14,100302,101740 +SEN,1993,15,96397,97617 +SEN,1993,16,92775,93753 +SEN,1993,17,89351,90072 +SEN,1993,18,85926,86388 +SEN,1994,0,157964,162444 +SEN,1994,1,151771,155783 +SEN,1994,2,146280,149902 +SEN,1994,3,141410,144711 +SEN,1994,4,136769,139880 +SEN,1994,5,133334,136238 +SEN,1994,6,130163,132901 +SEN,1994,7,127185,129786 +SEN,1994,8,124325,126808 +SEN,1994,9,121632,124018 +SEN,1994,10,119153,121465 +SEN,1994,11,116209,118404 +SEN,1994,12,112485,114489 +SEN,1994,13,108270,110033 +SEN,1994,14,104173,105702 +SEN,1994,15,100071,101368 +SEN,1994,16,96130,97172 +SEN,1994,17,92492,93251 +SEN,1994,18,89063,89522 +SEN,1995,0,161717,166113 +SEN,1995,1,154937,158837 +SEN,1995,2,149013,152507 +SEN,1995,3,143846,147014 +SEN,1995,4,139342,142251 +SEN,1995,5,135401,138110 +SEN,1995,6,131928,134483 +SEN,1995,7,128825,131262 +SEN,1995,8,125995,128339 +SEN,1995,9,123342,125607 +SEN,1995,10,120919,123122 +SEN,1995,11,118782,120942 +SEN,1995,12,116076,118134 +SEN,1995,13,112400,114260 +SEN,1995,14,108112,109707 +SEN,1995,15,103973,105309 +SEN,1995,16,99832,100908 +SEN,1995,17,95855,96643 +SEN,1995,18,92201,92668 +SEN,1996,0,164792,169416 +SEN,1996,1,159181,163375 +SEN,1996,2,152986,156754 +SEN,1996,3,147538,150965 +SEN,1996,4,142750,145908 +SEN,1996,5,138535,141483 +SEN,1996,6,134804,137591 +SEN,1996,7,131468,134134 +SEN,1996,8,128450,131005 +SEN,1996,9,125668,128101 +SEN,1996,10,123027,125328 +SEN,1996,11,120577,122756 +SEN,1996,12,118376,120450 +SEN,1996,13,115604,117493 +SEN,1996,14,111880,113462 +SEN,1996,15,107554,108747 +SEN,1996,16,103361,104173 +SEN,1996,17,99157,99587 +SEN,1996,18,95130,95166 +SEN,1997,0,167448,172177 +SEN,1997,1,160540,164680 +SEN,1997,2,156686,160552 +SEN,1997,3,151074,154590 +SEN,1997,4,146100,149346 +SEN,1997,5,141688,144726 +SEN,1997,6,137762,140641 +SEN,1997,7,134239,137000 +SEN,1997,8,131040,133715 +SEN,1997,9,128106,130680 +SEN,1997,10,125370,127797 +SEN,1997,11,122743,124984 +SEN,1997,12,120264,122327 +SEN,1997,13,117998,119894 +SEN,1997,14,115161,116791 +SEN,1997,15,111387,112604 +SEN,1997,16,107021,107730 +SEN,1997,17,102774,102983 +SEN,1997,18,98507,98214 +SEN,1998,0,169882,174657 +SEN,1998,1,163244,167383 +SEN,1998,2,157351,160990 +SEN,1998,3,154237,157715 +SEN,1998,4,149205,152412 +SEN,1998,5,144704,147712 +SEN,1998,6,140668,143530 +SEN,1998,7,137029,139785 +SEN,1998,8,133714,136395 +SEN,1998,9,130650,133283 +SEN,1998,10,127800,130342 +SEN,1998,11,125110,127480 +SEN,1998,12,122494,124628 +SEN,1998,13,119985,121885 +SEN,1998,14,117654,119327 +SEN,1998,15,114750,116077 +SEN,1998,16,110926,111736 +SEN,1998,17,106520,106703 +SEN,1998,18,102217,101784 +SEN,1999,0,172389,177230 +SEN,1999,1,166042,170202 +SEN,1999,2,160328,163958 +SEN,1999,3,155187,158420 +SEN,1999,4,151827,154930 +SEN,1999,5,147375,150283 +SEN,1999,6,143346,146126 +SEN,1999,7,139684,142381 +SEN,1999,8,136331,138974 +SEN,1999,9,133223,135835 +SEN,1999,10,130293,132894 +SEN,1999,11,127527,130046 +SEN,1999,12,124881,127205 +SEN,1999,13,122276,124311 +SEN,1999,14,119738,121482 +SEN,1999,15,117342,118799 +SEN,1999,16,114370,115401 +SEN,1999,17,110495,110904 +SEN,1999,18,106046,105710 +SEN,2000,0,175203,180186 +SEN,2000,1,169045,173306 +SEN,2000,2,163438,167139 +SEN,2000,3,158335,161616 +SEN,2000,4,153689,156672 +SEN,2000,5,149453,152237 +SEN,2000,6,145580,148245 +SEN,2000,7,142023,144627 +SEN,2000,8,138735,141317 +SEN,2000,9,135668,138247 +SEN,2000,10,132765,135356 +SEN,2000,11,129970,132584 +SEN,2000,12,127286,129828 +SEN,2000,13,124685,127005 +SEN,2000,14,122090,124070 +SEN,2000,15,119521,121153 +SEN,2000,16,117058,118342 +SEN,2000,17,114018,114794 +SEN,2000,18,110090,110139 +SEN,2001,0,177984,183007 +SEN,2001,1,173152,177676 +SEN,2001,2,167345,171256 +SEN,2001,3,162045,165486 +SEN,2001,4,157208,160300 +SEN,2001,5,152786,155631 +SEN,2001,6,148739,151419 +SEN,2001,7,145025,147604 +SEN,2001,8,141572,144089 +SEN,2001,9,138325,140795 +SEN,2001,10,135251,137675 +SEN,2001,11,132323,134706 +SEN,2001,12,129482,131829 +SEN,2001,13,126743,128939 +SEN,2001,14,124089,125959 +SEN,2001,15,121443,122852 +SEN,2001,16,118812,119756 +SEN,2001,17,116280,116759 +SEN,2001,18,113185,113056 +SEN,2002,0,181098,186259 +SEN,2002,1,175071,179456 +SEN,2002,2,171229,175380 +SEN,2002,3,165767,169411 +SEN,2002,4,160771,164031 +SEN,2002,5,156196,159174 +SEN,2002,6,151995,154775 +SEN,2002,7,148133,150781 +SEN,2002,8,144574,147138 +SEN,2002,9,141224,143721 +SEN,2002,10,138015,140440 +SEN,2002,11,134933,137265 +SEN,2002,12,131977,134214 +SEN,2002,13,129088,131231 +SEN,2002,14,126292,128204 +SEN,2002,15,123584,125062 +SEN,2002,16,120883,121780 +SEN,2002,17,118189,118502 +SEN,2002,18,115586,115316 +SEN,2003,0,184751,190122 +SEN,2003,1,178643,183220 +SEN,2003,2,173010,176961 +SEN,2003,3,169391,173226 +SEN,2003,4,164273,167704 +SEN,2003,5,159578,162709 +SEN,2003,6,155262,158177 +SEN,2003,7,151279,154045 +SEN,2003,8,147601,150265 +SEN,2003,9,144196,146792 +SEN,2003,10,140946,143470 +SEN,2003,11,137774,140198 +SEN,2003,12,134681,136967 +SEN,2003,13,131697,133832 +SEN,2003,14,128758,130738 +SEN,2003,15,125905,127572 +SEN,2003,16,123140,124267 +SEN,2003,17,120385,120808 +SEN,2003,18,117625,117344 +SEN,2004,0,189201,194819 +SEN,2004,1,182848,187659 +SEN,2004,2,176998,181167 +SEN,2004,3,171611,175284 +SEN,2004,4,167596,171132 +SEN,2004,5,162819,166055 +SEN,2004,6,158424,161444 +SEN,2004,7,154366,157237 +SEN,2004,8,150602,153369 +SEN,2004,9,147106,149802 +SEN,2004,10,143855,146498 +SEN,2004,11,140704,143270 +SEN,2004,12,137568,140007 +SEN,2004,13,134464,136718 +SEN,2004,14,131449,133498 +SEN,2004,15,128461,130293 +SEN,2004,16,125549,126986 +SEN,2004,17,122728,123516 +SEN,2004,18,119916,119877 +SEN,2005,0,194590,200460 +SEN,2005,1,187807,192865 +SEN,2005,2,181580,185988 +SEN,2005,3,175867,179766 +SEN,2005,4,170624,174136 +SEN,2005,5,165807,169037 +SEN,2005,6,161373,164405 +SEN,2005,7,157278,160179 +SEN,2005,8,153479,156297 +SEN,2005,9,149932,152695 +SEN,2005,10,146618,149342 +SEN,2005,11,143521,146206 +SEN,2005,12,140469,143072 +SEN,2005,13,137370,139817 +SEN,2005,14,134254,136471 +SEN,2005,15,131209,133165 +SEN,2005,16,128170,129848 +SEN,2005,17,125200,126400 +SEN,2005,18,122322,122766 +SEN,2006,0,200856,206907 +SEN,2006,1,193366,198914 +SEN,2006,2,186723,191568 +SEN,2006,3,180637,184917 +SEN,2006,4,175062,178895 +SEN,2006,5,169950,173438 +SEN,2006,6,165259,168488 +SEN,2006,7,160949,163986 +SEN,2006,8,156937,159830 +SEN,2006,9,153161,155940 +SEN,2006,10,149595,152274 +SEN,2006,11,146259,148843 +SEN,2006,12,143132,145616 +SEN,2006,13,140037,142358 +SEN,2006,14,136883,138944 +SEN,2006,15,133706,135417 +SEN,2006,16,130595,131928 +SEN,2006,17,127485,128424 +SEN,2006,18,124456,124819 +SEN,2007,0,207996,214258 +SEN,2007,1,199711,205184 +SEN,2007,2,192148,197399 +SEN,2007,3,185645,190300 +SEN,2007,4,179701,183874 +SEN,2007,5,174263,178052 +SEN,2007,6,169280,172767 +SEN,2007,7,164715,167964 +SEN,2007,8,160529,163590 +SEN,2007,9,156601,159504 +SEN,2007,10,152848,155608 +SEN,2007,11,149263,151876 +SEN,2007,12,145905,148367 +SEN,2007,13,142747,145048 +SEN,2007,14,139609,141666 +SEN,2007,15,136401,138092 +SEN,2007,16,133162,134384 +SEN,2007,17,129985,130711 +SEN,2007,18,126804,127021 +SEN,2008,0,215578,222067 +SEN,2008,1,206450,212173 +SEN,2008,2,198210,203301 +SEN,2008,3,190952,195919 +SEN,2008,4,184588,189065 +SEN,2008,5,178784,182862 +SEN,2008,6,173483,177239 +SEN,2008,7,168630,172125 +SEN,2008,8,164190,167469 +SEN,2008,9,160128,163223 +SEN,2008,10,156282,159206 +SEN,2008,11,152553,155302 +SEN,2008,12,148948,151505 +SEN,2008,13,145567,147916 +SEN,2008,14,142379,144505 +SEN,2008,15,139197,140998 +SEN,2008,16,135934,137263 +SEN,2008,17,132633,133374 +SEN,2008,18,129389,129518 +SEN,2009,0,223020,229742 +SEN,2009,1,213307,219290 +SEN,2009,2,204529,209898 +SEN,2009,3,196616,201478 +SEN,2009,4,189812,194500 +SEN,2009,5,183586,187890 +SEN,2009,6,177920,181909 +SEN,2009,7,172755,176483 +SEN,2009,8,168030,171537 +SEN,2009,9,163714,167028 +SEN,2009,10,159775,162908 +SEN,2009,11,156010,158958 +SEN,2009,12,152302,155045 +SEN,2009,13,148677,151181 +SEN,2009,14,145272,147513 +SEN,2009,15,142053,144008 +SEN,2009,16,138826,140374 +SEN,2009,17,135507,136479 +SEN,2009,18,132144,132407 +SEN,2010,0,229870,236823 +SEN,2010,1,220004,226251 +SEN,2010,2,211022,216675 +SEN,2010,3,202859,208017 +SEN,2010,4,195452,200200 +SEN,2010,5,188735,193145 +SEN,2010,6,182644,186776 +SEN,2010,7,177115,181015 +SEN,2010,8,172084,175785 +SEN,2010,9,167486,171007 +SEN,2010,10,163292,166642 +SEN,2010,11,159474,162647 +SEN,2010,12,155789,158763 +SEN,2010,13,152102,154840 +SEN,2010,14,148455,150908 +SEN,2010,15,145025,147158 +SEN,2010,16,141774,143559 +SEN,2010,17,138502,139798 +SEN,2010,18,135125,135739 +SEN,2011,0,235647,242690 +SEN,2011,1,228148,234767 +SEN,2011,2,218900,224900 +SEN,2011,3,210344,215815 +SEN,2011,4,202445,207466 +SEN,2011,5,195166,199806 +SEN,2011,6,188446,192759 +SEN,2011,7,182222,186251 +SEN,2011,8,176593,180371 +SEN,2011,9,171578,175128 +SEN,2011,10,167061,170390 +SEN,2011,11,162881,165988 +SEN,2011,12,159038,161916 +SEN,2011,13,155316,157920 +SEN,2011,14,151579,153842 +SEN,2011,15,147873,149732 +SEN,2011,16,144380,145804 +SEN,2011,17,141062,142026 +SEN,2011,18,137736,138113 +SEN,2012,0,240903,248056 +SEN,2012,1,232133,238666 +SEN,2012,2,226584,232901 +SEN,2012,3,217947,223729 +SEN,2012,4,209811,215128 +SEN,2012,5,202169,207081 +SEN,2012,6,195014,199571 +SEN,2012,7,188286,192526 +SEN,2012,8,181925,185874 +SEN,2012,9,176193,179871 +SEN,2012,10,171191,174610 +SEN,2012,11,166751,169909 +SEN,2012,12,162581,165467 +SEN,2012,13,158712,161314 +SEN,2012,14,154950,157202 +SEN,2012,15,151159,152968 +SEN,2012,16,147392,148676 +SEN,2012,17,143834,144568 +SEN,2012,18,140448,140609 +SEN,2013,0,245501,252798 +SEN,2013,1,237789,244512 +SEN,2013,2,230211,236434 +SEN,2013,3,225108,231178 +SEN,2013,4,217079,222694 +SEN,2013,5,209359,214571 +SEN,2013,6,201971,206821 +SEN,2013,7,194938,199458 +SEN,2013,8,188200,192410 +SEN,2013,9,181699,185610 +SEN,2013,10,175861,179481 +SEN,2013,11,170870,174199 +SEN,2013,12,166505,169531 +SEN,2013,13,162344,165047 +SEN,2013,14,158448,160810 +SEN,2013,15,154645,156581 +SEN,2013,16,150799,152187 +SEN,2013,17,146968,147712 +SEN,2013,18,143344,143421 +SEN,2014,0,249343,256843 +SEN,2014,1,242848,249824 +SEN,2014,2,236163,242677 +SEN,2014,3,229342,235448 +SEN,2014,4,223667,229576 +SEN,2014,5,216245,221777 +SEN,2014,6,208940,214128 +SEN,2014,7,201806,206671 +SEN,2014,8,194892,199450 +SEN,2014,9,188143,192397 +SEN,2014,10,181501,185445 +SEN,2014,11,175556,179185 +SEN,2014,12,170575,173880 +SEN,2014,13,166286,169243 +SEN,2014,14,162133,164714 +SEN,2014,15,158209,160392 +SEN,2014,16,154364,156042 +SEN,2014,17,150462,151486 +SEN,2014,18,146567,146825 +SEN,2015,0,252433,260213 +SEN,2015,1,247182,254496 +SEN,2015,2,241458,248354 +SEN,2015,3,235340,241858 +SEN,2015,4,228910,235083 +SEN,2015,5,222247,228100 +SEN,2015,6,215431,220983 +SEN,2015,7,208542,213805 +SEN,2015,8,201660,206637 +SEN,2015,9,194866,199554 +SEN,2015,10,188104,192491 +SEN,2015,11,181321,185383 +SEN,2015,12,175269,178990 +SEN,2015,13,170298,173658 +SEN,2015,14,166083,169050 +SEN,2015,15,161938,164473 +SEN,2015,16,157985,160063 +SEN,2015,17,154097,155590 +SEN,2015,18,150140,150870 +SEN,2016,0,254371,262013 +SEN,2016,1,251598,259041 +SEN,2016,2,246466,253496 +SEN,2016,3,240845,247497 +SEN,2016,4,234816,241117 +SEN,2016,5,228458,234433 +SEN,2016,6,221854,227517 +SEN,2016,7,215085,220445 +SEN,2016,8,208228,213295 +SEN,2016,9,201364,206143 +SEN,2016,10,194573,199061 +SEN,2016,11,187808,191986 +SEN,2016,12,181014,184858 +SEN,2016,13,174942,178427 +SEN,2016,14,169940,173038 +SEN,2016,15,165688,168360 +SEN,2016,16,161503,163712 +SEN,2016,17,157506,159226 +SEN,2016,18,153584,154693 +SEN,2017,0,255628,263233 +SEN,2017,1,252996,260301 +SEN,2017,2,250893,258146 +SEN,2017,3,245878,252767 +SEN,2017,4,240357,246903 +SEN,2017,5,234412,240633 +SEN,2017,6,228124,234032 +SEN,2017,7,221576,227176 +SEN,2017,8,214850,220142 +SEN,2017,9,208022,213013 +SEN,2017,10,201170,205868 +SEN,2017,11,194381,198780 +SEN,2017,12,187608,191686 +SEN,2017,13,180801,184530 +SEN,2017,14,174705,178055 +SEN,2017,15,169670,172602 +SEN,2017,16,165378,167849 +SEN,2017,17,161151,163125 +SEN,2017,18,157109,158560 +SEN,2018,0,256708,264344 +SEN,2018,1,255227,262644 +SEN,2018,2,252688,259881 +SEN,2018,3,250244,257395 +SEN,2018,4,245345,252178 +SEN,2018,5,239924,246448 +SEN,2018,6,234062,240283 +SEN,2018,7,227842,233762 +SEN,2018,8,221348,226963 +SEN,2018,9,214664,219962 +SEN,2018,10,207863,212850 +SEN,2018,11,201023,205708 +SEN,2018,12,194233,198610 +SEN,2018,13,187451,191493 +SEN,2018,14,180629,184305 +SEN,2018,15,174508,177782 +SEN,2018,16,169438,172263 +SEN,2018,17,165106,167433 +SEN,2018,18,160836,162630 +SEN,2019,0,258000,266000 +SEN,2019,1,258000,265000 +SEN,2019,2,256000,263000 +SEN,2019,3,253000,260000 +SEN,2019,4,250000,257000 +SEN,2019,5,245000,252000 +SEN,2019,6,239000,246000 +SEN,2019,7,234000,240000 +SEN,2019,8,228000,233000 +SEN,2019,9,221000,227000 +SEN,2019,10,214000,220000 +SEN,2019,11,208000,213000 +SEN,2019,12,201000,206000 +SEN,2019,13,194000,198000 +SEN,2019,14,187000,191000 +SEN,2019,15,180000,184000 +SEN,2019,16,174000,178000 +SEN,2019,17,169000,172000 +SEN,2019,18,165000,167000 +SEN,2020,0,261000,269000 +SEN,2020,1,260000,268000 +SEN,2020,2,259000,266000 +SEN,2020,3,256000,264000 +SEN,2020,4,253000,260000 +SEN,2020,5,249000,256000 +SEN,2020,6,244000,251000 +SEN,2020,7,239000,245000 +SEN,2020,8,233000,240000 +SEN,2020,9,227000,233000 +SEN,2020,10,221000,226000 +SEN,2020,11,214000,220000 +SEN,2020,12,207000,212000 +SEN,2020,13,201000,205000 +SEN,2020,14,194000,198000 +SEN,2020,15,187000,191000 +SEN,2020,16,180000,184000 +SEN,2020,17,174000,177000 +SEN,2020,18,169000,172000 +SEN,2021,0,265000,273000 +SEN,2021,1,261000,269000 +SEN,2021,2,260000,268000 +SEN,2021,3,258000,266000 +SEN,2021,4,256000,263000 +SEN,2021,5,252000,259000 +SEN,2021,6,248000,255000 +SEN,2021,7,244000,251000 +SEN,2021,8,239000,246000 +SEN,2021,9,233000,240000 +SEN,2021,10,227000,233000 +SEN,2021,11,221000,226000 +SEN,2021,12,214000,219000 +SEN,2021,13,207000,212000 +SEN,2021,14,200000,205000 +SEN,2021,15,194000,198000 +SEN,2021,16,187000,191000 +SEN,2021,17,180000,183000 +SEN,2021,18,174000,177000 +SEN,2022,0,270000,278000 +SEN,2022,1,268000,276000 +SEN,2022,2,262000,269000 +SEN,2022,3,260000,267000 +SEN,2022,4,258000,265000 +SEN,2022,5,255000,262000 +SEN,2022,6,251000,258000 +SEN,2022,7,248000,255000 +SEN,2022,8,244000,250000 +SEN,2022,9,239000,245000 +SEN,2022,10,233000,239000 +SEN,2022,11,227000,233000 +SEN,2022,12,221000,226000 +SEN,2022,13,214000,219000 +SEN,2022,14,207000,212000 +SEN,2022,15,200000,205000 +SEN,2022,16,193000,197000 +SEN,2022,17,186000,190000 +SEN,2022,18,180000,183000 +SEN,2023,0,276000,284000 +SEN,2023,1,272000,280000 +SEN,2023,2,268000,276000 +SEN,2023,3,262000,269000 +SEN,2023,4,259000,267000 +SEN,2023,5,257000,264000 +SEN,2023,6,254000,261000 +SEN,2023,7,251000,258000 +SEN,2023,8,247000,254000 +SEN,2023,9,243000,250000 +SEN,2023,10,239000,245000 +SEN,2023,11,233000,239000 +SEN,2023,12,227000,233000 +SEN,2023,13,220000,226000 +SEN,2023,14,214000,219000 +SEN,2023,15,207000,211000 +SEN,2023,16,200000,204000 +SEN,2023,17,193000,197000 +SEN,2023,18,186000,189000 +SEN,2024,0,282000,290000 +SEN,2024,1,276000,284000 +SEN,2024,2,271000,279000 +SEN,2024,3,267000,275000 +SEN,2024,4,262000,269000 +SEN,2024,5,259000,266000 +SEN,2024,6,256000,263000 +SEN,2024,7,253000,260000 +SEN,2024,8,250000,257000 +SEN,2024,9,246000,253000 +SEN,2024,10,243000,250000 +SEN,2024,11,239000,245000 +SEN,2024,12,233000,239000 +SEN,2024,13,227000,232000 +SEN,2024,14,220000,225000 +SEN,2024,15,213000,218000 +SEN,2024,16,207000,211000 +SEN,2024,17,200000,204000 +SEN,2024,18,193000,196000 +SEN,2025,0,287000,295000 +SEN,2025,1,280000,289000 +SEN,2025,2,275000,283000 +SEN,2025,3,270000,278000 +SEN,2025,4,266000,273000 +SEN,2025,5,262000,269000 +SEN,2025,6,259000,266000 +SEN,2025,7,256000,262000 +SEN,2025,8,252000,259000 +SEN,2025,9,249000,256000 +SEN,2025,10,246000,252000 +SEN,2025,11,243000,249000 +SEN,2025,12,239000,245000 +SEN,2025,13,233000,239000 +SEN,2025,14,226000,232000 +SEN,2025,15,220000,225000 +SEN,2025,16,213000,218000 +SEN,2025,17,206000,211000 +SEN,2025,18,199000,203000 +SEN,2026,0,291000,300000 +SEN,2026,1,286000,294000 +SEN,2026,2,280000,288000 +SEN,2026,3,275000,282000 +SEN,2026,4,270000,278000 +SEN,2026,5,266000,273000 +SEN,2026,6,262000,269000 +SEN,2026,7,259000,266000 +SEN,2026,8,255000,262000 +SEN,2026,9,252000,259000 +SEN,2026,10,249000,255000 +SEN,2026,11,246000,252000 +SEN,2026,12,243000,249000 +SEN,2026,13,238000,245000 +SEN,2026,14,233000,239000 +SEN,2026,15,226000,231000 +SEN,2026,16,219000,224000 +SEN,2026,17,213000,217000 +SEN,2026,18,206000,210000 +SEN,2027,0,295000,304000 +SEN,2027,1,288000,297000 +SEN,2027,2,285000,293000 +SEN,2027,3,279000,287000 +SEN,2027,4,274000,282000 +SEN,2027,5,270000,277000 +SEN,2027,6,266000,273000 +SEN,2027,7,262000,269000 +SEN,2027,8,258000,265000 +SEN,2027,9,255000,262000 +SEN,2027,10,252000,258000 +SEN,2027,11,249000,255000 +SEN,2027,12,245000,252000 +SEN,2027,13,242000,249000 +SEN,2027,14,238000,244000 +SEN,2027,15,233000,238000 +SEN,2027,16,226000,231000 +SEN,2027,17,219000,224000 +SEN,2027,18,212000,217000 +SEN,2028,0,299000,307000 +SEN,2028,1,292000,301000 +SEN,2028,2,287000,295000 +SEN,2028,3,284000,292000 +SEN,2028,4,279000,286000 +SEN,2028,5,274000,282000 +SEN,2028,6,270000,277000 +SEN,2028,7,266000,273000 +SEN,2028,8,262000,269000 +SEN,2028,9,258000,265000 +SEN,2028,10,255000,261000 +SEN,2028,11,252000,258000 +SEN,2028,12,248000,255000 +SEN,2028,13,245000,252000 +SEN,2028,14,242000,248000 +SEN,2028,15,238000,244000 +SEN,2028,16,232000,238000 +SEN,2028,17,225000,230000 +SEN,2028,18,219000,223000 +SEN,2029,0,302000,311000 +SEN,2029,1,297000,305000 +SEN,2029,2,291000,300000 +SEN,2029,3,287000,295000 +SEN,2029,4,283000,291000 +SEN,2029,5,278000,286000 +SEN,2029,6,274000,281000 +SEN,2029,7,270000,277000 +SEN,2029,8,266000,273000 +SEN,2029,9,262000,269000 +SEN,2029,10,258000,265000 +SEN,2029,11,254000,261000 +SEN,2029,12,251000,258000 +SEN,2029,13,248000,255000 +SEN,2029,14,245000,251000 +SEN,2029,15,242000,248000 +SEN,2029,16,238000,244000 +SEN,2029,17,232000,237000 +SEN,2029,18,225000,230000 +SEN,2030,0,306000,315000 +SEN,2030,1,301000,310000 +SEN,2030,2,296000,304000 +SEN,2030,3,291000,299000 +SEN,2030,4,286000,294000 +SEN,2030,5,282000,290000 +SEN,2030,6,278000,285000 +SEN,2030,7,274000,281000 +SEN,2030,8,270000,277000 +SEN,2030,9,266000,273000 +SEN,2030,10,262000,269000 +SEN,2030,11,258000,265000 +SEN,2030,12,254000,261000 +SEN,2030,13,251000,258000 +SEN,2030,14,248000,254000 +SEN,2030,15,245000,251000 +SEN,2030,16,242000,248000 +SEN,2030,17,238000,243000 +SEN,2030,18,232000,237000 +SEN,2031,0,311000,320000 +SEN,2031,1,306000,315000 +SEN,2031,2,301000,309000 +SEN,2031,3,296000,304000 +SEN,2031,4,291000,299000 +SEN,2031,5,286000,294000 +SEN,2031,6,282000,289000 +SEN,2031,7,278000,285000 +SEN,2031,8,273000,281000 +SEN,2031,9,269000,277000 +SEN,2031,10,266000,273000 +SEN,2031,11,262000,269000 +SEN,2031,12,258000,264000 +SEN,2031,13,254000,261000 +SEN,2031,14,251000,257000 +SEN,2031,15,248000,254000 +SEN,2031,16,245000,250000 +SEN,2031,17,241000,247000 +SEN,2031,18,237000,242000 +SEN,2032,0,315000,325000 +SEN,2032,1,310000,319000 +SEN,2032,2,305000,314000 +SEN,2032,3,300000,308000 +SEN,2032,4,295000,303000 +SEN,2032,5,291000,298000 +SEN,2032,6,286000,294000 +SEN,2032,7,282000,289000 +SEN,2032,8,277000,285000 +SEN,2032,9,273000,280000 +SEN,2032,10,269000,276000 +SEN,2032,11,265000,272000 +SEN,2032,12,262000,268000 +SEN,2032,13,258000,264000 +SEN,2032,14,254000,260000 +SEN,2032,15,251000,257000 +SEN,2032,16,248000,253000 +SEN,2032,17,244000,250000 +SEN,2032,18,241000,246000 +SEN,2033,0,320000,330000 +SEN,2033,1,315000,324000 +SEN,2033,2,310000,318000 +SEN,2033,3,305000,313000 +SEN,2033,4,300000,308000 +SEN,2033,5,295000,303000 +SEN,2033,6,290000,298000 +SEN,2033,7,286000,293000 +SEN,2033,8,281000,289000 +SEN,2033,9,277000,284000 +SEN,2033,10,273000,280000 +SEN,2033,11,269000,276000 +SEN,2033,12,265000,272000 +SEN,2033,13,261000,268000 +SEN,2033,14,257000,264000 +SEN,2033,15,254000,260000 +SEN,2033,16,250000,256000 +SEN,2033,17,247000,253000 +SEN,2033,18,244000,249000 +SEN,2034,0,325000,335000 +SEN,2034,1,320000,329000 +SEN,2034,2,314000,323000 +SEN,2034,3,309000,318000 +SEN,2034,4,304000,313000 +SEN,2034,5,299000,307000 +SEN,2034,6,295000,302000 +SEN,2034,7,290000,298000 +SEN,2034,8,286000,293000 +SEN,2034,9,281000,289000 +SEN,2034,10,277000,284000 +SEN,2034,11,273000,280000 +SEN,2034,12,269000,276000 +SEN,2034,13,265000,272000 +SEN,2034,14,261000,268000 +SEN,2034,15,257000,263000 +SEN,2034,16,253000,259000 +SEN,2034,17,250000,256000 +SEN,2034,18,247000,252000 +SEN,2035,0,330000,340000 +SEN,2035,1,324000,334000 +SEN,2035,2,319000,328000 +SEN,2035,3,314000,322000 +SEN,2035,4,309000,317000 +SEN,2035,5,304000,312000 +SEN,2035,6,299000,307000 +SEN,2035,7,294000,302000 +SEN,2035,8,290000,297000 +SEN,2035,9,285000,293000 +SEN,2035,10,281000,288000 +SEN,2035,11,277000,284000 +SEN,2035,12,273000,280000 +SEN,2035,13,269000,276000 +SEN,2035,14,265000,272000 +SEN,2035,15,261000,267000 +SEN,2035,16,257000,263000 +SEN,2035,17,253000,259000 +SEN,2035,18,250000,255000 +SEN,2036,0,335000,345000 +SEN,2036,1,330000,339000 +SEN,2036,2,324000,333000 +SEN,2036,3,319000,328000 +SEN,2036,4,314000,322000 +SEN,2036,5,308000,317000 +SEN,2036,6,304000,312000 +SEN,2036,7,299000,307000 +SEN,2036,8,294000,302000 +SEN,2036,9,290000,297000 +SEN,2036,10,285000,293000 +SEN,2036,11,281000,288000 +SEN,2036,12,277000,284000 +SEN,2036,13,273000,279000 +SEN,2036,14,269000,275000 +SEN,2036,15,265000,271000 +SEN,2036,16,261000,267000 +SEN,2036,17,257000,262000 +SEN,2036,18,253000,258000 +SEN,2037,0,340000,350000 +SEN,2037,1,334000,344000 +SEN,2037,2,329000,339000 +SEN,2037,3,324000,333000 +SEN,2037,4,318000,327000 +SEN,2037,5,313000,322000 +SEN,2037,6,308000,316000 +SEN,2037,7,303000,311000 +SEN,2037,8,299000,306000 +SEN,2037,9,294000,302000 +SEN,2037,10,289000,297000 +SEN,2037,11,285000,292000 +SEN,2037,12,281000,288000 +SEN,2037,13,277000,283000 +SEN,2037,14,272000,279000 +SEN,2037,15,268000,275000 +SEN,2037,16,264000,271000 +SEN,2037,17,260000,266000 +SEN,2037,18,256000,262000 +SEN,2038,0,345000,355000 +SEN,2038,1,339000,349000 +SEN,2038,2,334000,343000 +SEN,2038,3,329000,338000 +SEN,2038,4,323000,332000 +SEN,2038,5,318000,327000 +SEN,2038,6,313000,321000 +SEN,2038,7,308000,316000 +SEN,2038,8,303000,311000 +SEN,2038,9,298000,306000 +SEN,2038,10,294000,301000 +SEN,2038,11,289000,297000 +SEN,2038,12,285000,292000 +SEN,2038,13,281000,288000 +SEN,2038,14,276000,283000 +SEN,2038,15,272000,279000 +SEN,2038,16,268000,274000 +SEN,2038,17,264000,270000 +SEN,2038,18,260000,266000 +SEN,2039,0,349000,360000 +SEN,2039,1,344000,354000 +SEN,2039,2,338000,348000 +SEN,2039,3,333000,342000 +SEN,2039,4,328000,337000 +SEN,2039,5,323000,332000 +SEN,2039,6,318000,326000 +SEN,2039,7,313000,321000 +SEN,2039,8,308000,316000 +SEN,2039,9,303000,311000 +SEN,2039,10,298000,306000 +SEN,2039,11,294000,301000 +SEN,2039,12,289000,296000 +SEN,2039,13,285000,292000 +SEN,2039,14,280000,287000 +SEN,2039,15,276000,283000 +SEN,2039,16,272000,278000 +SEN,2039,17,268000,274000 +SEN,2039,18,264000,270000 +SEN,2040,0,353000,364000 +SEN,2040,1,348000,358000 +SEN,2040,2,343000,353000 +SEN,2040,3,338000,347000 +SEN,2040,4,333000,342000 +SEN,2040,5,328000,336000 +SEN,2040,6,323000,331000 +SEN,2040,7,318000,326000 +SEN,2040,8,313000,321000 +SEN,2040,9,308000,316000 +SEN,2040,10,303000,311000 +SEN,2040,11,298000,306000 +SEN,2040,12,293000,301000 +SEN,2040,13,289000,296000 +SEN,2040,14,285000,291000 +SEN,2040,15,280000,287000 +SEN,2040,16,276000,282000 +SEN,2040,17,272000,278000 +SEN,2040,18,268000,273000 +SEN,2041,0,357000,368000 +SEN,2041,1,353000,363000 +SEN,2041,2,348000,358000 +SEN,2041,3,343000,352000 +SEN,2041,4,338000,347000 +SEN,2041,5,333000,342000 +SEN,2041,6,328000,336000 +SEN,2041,7,323000,331000 +SEN,2041,8,317000,326000 +SEN,2041,9,313000,321000 +SEN,2041,10,308000,315000 +SEN,2041,11,303000,310000 +SEN,2041,12,298000,305000 +SEN,2041,13,293000,300000 +SEN,2041,14,289000,296000 +SEN,2041,15,284000,291000 +SEN,2041,16,280000,286000 +SEN,2041,17,276000,282000 +SEN,2041,18,271000,277000 +SEN,2042,0,361000,372000 +SEN,2042,1,357000,367000 +SEN,2042,2,353000,363000 +SEN,2042,3,348000,357000 +SEN,2042,4,343000,352000 +SEN,2042,5,338000,347000 +SEN,2042,6,333000,341000 +SEN,2042,7,327000,336000 +SEN,2042,8,322000,331000 +SEN,2042,9,317000,325000 +SEN,2042,10,312000,320000 +SEN,2042,11,308000,315000 +SEN,2042,12,303000,310000 +SEN,2042,13,298000,305000 +SEN,2042,14,293000,300000 +SEN,2042,15,289000,295000 +SEN,2042,16,284000,291000 +SEN,2042,17,280000,286000 +SEN,2042,18,275000,281000 +SEN,2043,0,365000,375000 +SEN,2043,1,360000,371000 +SEN,2043,2,356000,366000 +SEN,2043,3,352000,362000 +SEN,2043,4,347000,357000 +SEN,2043,5,342000,352000 +SEN,2043,6,337000,346000 +SEN,2043,7,332000,341000 +SEN,2043,8,327000,336000 +SEN,2043,9,322000,331000 +SEN,2043,10,317000,325000 +SEN,2043,11,312000,320000 +SEN,2043,12,307000,315000 +SEN,2043,13,302000,310000 +SEN,2043,14,298000,305000 +SEN,2043,15,293000,300000 +SEN,2043,16,288000,295000 +SEN,2043,17,284000,290000 +SEN,2043,18,279000,285000 +SEN,2044,0,368000,379000 +SEN,2044,1,364000,375000 +SEN,2044,2,360000,370000 +SEN,2044,3,356000,366000 +SEN,2044,4,352000,361000 +SEN,2044,5,347000,356000 +SEN,2044,6,342000,351000 +SEN,2044,7,337000,346000 +SEN,2044,8,332000,341000 +SEN,2044,9,327000,336000 +SEN,2044,10,322000,330000 +SEN,2044,11,317000,325000 +SEN,2044,12,312000,320000 +SEN,2044,13,307000,315000 +SEN,2044,14,302000,310000 +SEN,2044,15,297000,304000 +SEN,2044,16,293000,299000 +SEN,2044,17,288000,294000 +SEN,2044,18,283000,290000 +SEN,2045,0,371000,383000 +SEN,2045,1,368000,379000 +SEN,2045,2,364000,374000 +SEN,2045,3,360000,370000 +SEN,2045,4,356000,365000 +SEN,2045,5,351000,361000 +SEN,2045,6,347000,356000 +SEN,2045,7,342000,351000 +SEN,2045,8,337000,346000 +SEN,2045,9,332000,341000 +SEN,2045,10,327000,335000 +SEN,2045,11,322000,330000 +SEN,2045,12,317000,325000 +SEN,2045,13,312000,320000 +SEN,2045,14,307000,314000 +SEN,2045,15,302000,309000 +SEN,2045,16,297000,304000 +SEN,2045,17,292000,299000 +SEN,2045,18,288000,294000 +SEN,2046,0,375000,386000 +SEN,2046,1,371000,382000 +SEN,2046,2,368000,378000 +SEN,2046,3,364000,374000 +SEN,2046,4,360000,370000 +SEN,2046,5,355000,365000 +SEN,2046,6,351000,360000 +SEN,2046,7,346000,356000 +SEN,2046,8,342000,351000 +SEN,2046,9,337000,346000 +SEN,2046,10,332000,340000 +SEN,2046,11,327000,335000 +SEN,2046,12,322000,330000 +SEN,2046,13,317000,324000 +SEN,2046,14,312000,319000 +SEN,2046,15,307000,314000 +SEN,2046,16,302000,309000 +SEN,2046,17,297000,304000 +SEN,2046,18,292000,298000 +SEN,2047,0,379000,390000 +SEN,2047,1,375000,386000 +SEN,2047,2,371000,382000 +SEN,2047,3,367000,378000 +SEN,2047,4,364000,374000 +SEN,2047,5,359000,369000 +SEN,2047,6,355000,365000 +SEN,2047,7,351000,360000 +SEN,2047,8,346000,355000 +SEN,2047,9,342000,351000 +SEN,2047,10,337000,345000 +SEN,2047,11,332000,340000 +SEN,2047,12,327000,335000 +SEN,2047,13,322000,330000 +SEN,2047,14,317000,324000 +SEN,2047,15,312000,319000 +SEN,2047,16,307000,314000 +SEN,2047,17,302000,308000 +SEN,2047,18,297000,303000 +SEN,2048,0,383000,394000 +SEN,2048,1,379000,390000 +SEN,2048,2,375000,386000 +SEN,2048,3,371000,382000 +SEN,2048,4,367000,377000 +SEN,2048,5,363000,373000 +SEN,2048,6,359000,369000 +SEN,2048,7,355000,364000 +SEN,2048,8,351000,360000 +SEN,2048,9,346000,355000 +SEN,2048,10,342000,350000 +SEN,2048,11,337000,345000 +SEN,2048,12,332000,340000 +SEN,2048,13,327000,335000 +SEN,2048,14,321000,329000 +SEN,2048,15,316000,324000 +SEN,2048,16,311000,318000 +SEN,2048,17,306000,313000 +SEN,2048,18,301000,308000 +SEN,2049,0,386000,398000 +SEN,2049,1,382000,394000 +SEN,2049,2,379000,390000 +SEN,2049,3,375000,385000 +SEN,2049,4,371000,381000 +SEN,2049,5,367000,377000 +SEN,2049,6,363000,373000 +SEN,2049,7,359000,368000 +SEN,2049,8,355000,364000 +SEN,2049,9,350000,359000 +SEN,2049,10,346000,355000 +SEN,2049,11,341000,350000 +SEN,2049,12,337000,345000 +SEN,2049,13,331000,340000 +SEN,2049,14,326000,334000 +SEN,2049,15,321000,329000 +SEN,2049,16,316000,323000 +SEN,2049,17,311000,318000 +SEN,2049,18,306000,312000 +SEN,2050,0,389000,401000 +SEN,2050,1,386000,397000 +SEN,2050,2,382000,393000 +SEN,2050,3,378000,389000 +SEN,2050,4,374000,385000 +SEN,2050,5,370000,381000 +SEN,2050,6,367000,376000 +SEN,2050,7,363000,372000 +SEN,2050,8,358000,368000 +SEN,2050,9,354000,364000 +SEN,2050,10,350000,359000 +SEN,2050,11,346000,355000 +SEN,2050,12,341000,350000 +SEN,2050,13,336000,345000 +SEN,2050,14,331000,339000 +SEN,2050,15,326000,334000 +SEN,2050,16,321000,329000 +SEN,2050,17,316000,323000 +SEN,2050,18,311000,317000 +SGP,1990,0,22306,23994 +SGP,1990,1,22284,23928 +SGP,1990,2,22121,23737 +SGP,1990,3,21849,23449 +SGP,1990,4,21499,23094 +SGP,1990,5,21104,22699 +SGP,1990,6,20694,22294 +SGP,1990,7,20301,21908 +SGP,1990,8,19958,21569 +SGP,1990,9,19695,21306 +SGP,1990,10,19487,21085 +SGP,1990,11,19310,20873 +SGP,1990,12,19478,21012 +SGP,1990,13,20137,21654 +SGP,1990,14,21148,22643 +SGP,1990,15,22180,23651 +SGP,1990,16,23242,24729 +SGP,1990,17,24478,25799 +SGP,1990,18,25906,26786 +SGP,1991,0,22699,24364 +SGP,1991,1,22699,24323 +SGP,1991,2,22576,24161 +SGP,1991,3,22330,23886 +SGP,1991,4,21995,23532 +SGP,1991,5,21602,23129 +SGP,1991,6,21176,22693 +SGP,1991,7,20739,22243 +SGP,1991,8,20370,21883 +SGP,1991,9,20121,21673 +SGP,1991,10,19996,21601 +SGP,1991,11,19923,21564 +SGP,1991,12,19883,21546 +SGP,1991,13,20161,21813 +SGP,1991,14,20881,22476 +SGP,1991,15,21915,23412 +SGP,1991,16,22977,24380 +SGP,1991,17,24081,25425 +SGP,1991,18,25294,26435 +SGP,1992,0,23510,25141 +SGP,1992,1,23624,25233 +SGP,1992,2,23116,24736 +SGP,1992,3,22892,24476 +SGP,1992,4,22564,24119 +SGP,1992,5,22164,23697 +SGP,1992,6,21728,23245 +SGP,1992,7,21271,22768 +SGP,1992,8,20807,22271 +SGP,1992,9,20462,21935 +SGP,1992,10,20306,21853 +SGP,1992,11,20319,21970 +SGP,1992,12,20379,22115 +SGP,1992,13,20476,22291 +SGP,1992,14,20864,22687 +SGP,1992,15,21646,23373 +SGP,1992,16,22706,24259 +SGP,1992,17,23799,25191 +SGP,1992,18,24945,26207 +SGP,1993,0,24430,26027 +SGP,1993,1,24477,26096 +SGP,1993,2,24327,25959 +SGP,1993,3,23544,25206 +SGP,1993,4,23219,24849 +SGP,1993,5,22807,24407 +SGP,1993,6,22344,23917 +SGP,1993,7,21864,23415 +SGP,1993,8,21375,22895 +SGP,1993,9,20884,22351 +SGP,1993,10,20562,22039 +SGP,1993,11,20501,22084 +SGP,1993,12,20651,22391 +SGP,1993,13,20845,22718 +SGP,1993,14,21079,23087 +SGP,1993,15,21577,23613 +SGP,1993,16,22421,24323 +SGP,1993,17,23506,25162 +SGP,1993,18,24631,26061 +SGP,1994,0,25033,26610 +SGP,1994,1,25100,26749 +SGP,1994,2,24970,26666 +SGP,1994,3,24679,26400 +SGP,1994,4,23979,25711 +SGP,1994,5,23552,25256 +SGP,1994,6,23057,24729 +SGP,1994,7,22530,24169 +SGP,1994,8,22006,23617 +SGP,1994,9,21485,23054 +SGP,1994,10,20966,22461 +SGP,1994,11,20668,22172 +SGP,1994,12,20700,22345 +SGP,1994,13,20988,22843 +SGP,1994,14,21316,23353 +SGP,1994,15,21688,23916 +SGP,1994,16,22296,24574 +SGP,1994,17,23203,25309 +SGP,1994,18,24313,26101 +SGP,1995,0,25026,26604 +SGP,1995,1,25298,26993 +SGP,1995,2,25337,27108 +SGP,1995,3,25178,26991 +SGP,1995,4,24859,26685 +SGP,1995,5,24417,26234 +SGP,1995,6,23888,25680 +SGP,1995,7,23310,25067 +SGP,1995,8,22719,24437 +SGP,1995,9,22152,23834 +SGP,1995,10,21599,23226 +SGP,1995,11,21052,22585 +SGP,1995,12,20777,22319 +SGP,1995,13,20903,22620 +SGP,1995,14,21329,23310 +SGP,1995,15,21791,24005 +SGP,1995,16,22300,24764 +SGP,1995,17,23019,25554 +SGP,1995,18,23989,26315 +SGP,1996,0,24314,25893 +SGP,1996,1,25337,27011 +SGP,1996,2,25580,27336 +SGP,1996,3,25577,27378 +SGP,1996,4,25373,27190 +SGP,1996,5,25011,26825 +SGP,1996,6,24514,26301 +SGP,1996,7,23903,25635 +SGP,1996,8,23338,25059 +SGP,1996,9,22909,24696 +SGP,1996,10,22591,24493 +SGP,1996,11,22275,24266 +SGP,1996,12,21991,24045 +SGP,1996,13,21866,23998 +SGP,1996,14,21954,24191 +SGP,1996,15,22228,24570 +SGP,1996,16,22557,24991 +SGP,1996,17,22911,25450 +SGP,1996,18,23574,26073 +SGP,1997,0,23034,24629 +SGP,1997,1,24348,26138 +SGP,1997,2,25666,27458 +SGP,1997,3,25881,27718 +SGP,1997,4,25836,27687 +SGP,1997,5,25585,27427 +SGP,1997,6,25180,27003 +SGP,1997,7,24628,26404 +SGP,1997,8,23935,25624 +SGP,1997,9,23382,25084 +SGP,1997,10,23114,24990 +SGP,1997,11,23046,25191 +SGP,1997,12,22969,25347 +SGP,1997,13,22949,25548 +SGP,1997,14,22973,25722 +SGP,1997,15,23023,25806 +SGP,1997,16,23145,25874 +SGP,1997,17,23341,26019 +SGP,1997,18,23539,26175 +SGP,1998,0,21433,23011 +SGP,1998,1,23400,25210 +SGP,1998,2,24803,26757 +SGP,1998,3,25978,27864 +SGP,1998,4,26164,28058 +SGP,1998,5,26078,27953 +SGP,1998,6,25780,27622 +SGP,1998,7,25332,27137 +SGP,1998,8,24724,26465 +SGP,1998,9,23949,25572 +SGP,1998,10,23410,25069 +SGP,1998,11,23304,25246 +SGP,1998,12,23487,25853 +SGP,1998,13,23649,26395 +SGP,1998,14,23894,27022 +SGP,1998,15,24069,27419 +SGP,1998,16,24080,27393 +SGP,1998,17,24048,27145 +SGP,1998,18,24111,27012 +SGP,1999,0,19885,21371 +SGP,1999,1,22368,24111 +SGP,1999,2,24200,26103 +SGP,1999,3,25454,27437 +SGP,1999,4,26224,28125 +SGP,1999,5,26380,28253 +SGP,1999,6,26253,28075 +SGP,1999,7,25910,27673 +SGP,1999,8,25419,27131 +SGP,1999,9,24758,26389 +SGP,1999,10,23902,25386 +SGP,1999,11,23378,24924 +SGP,1999,12,23435,25371 +SGP,1999,13,23869,26382 +SGP,1999,14,24270,27307 +SGP,1999,15,24779,28357 +SGP,1999,16,25103,28974 +SGP,1999,17,25077,28838 +SGP,1999,18,24891,28277 +SGP,2000,0,18681,19987 +SGP,2000,1,21415,22989 +SGP,2000,2,23477,25217 +SGP,2000,3,24941,26766 +SGP,2000,4,25884,27726 +SGP,2000,5,26381,28191 +SGP,2000,6,26507,28252 +SGP,2000,7,26339,28002 +SGP,2000,8,25952,27534 +SGP,2000,9,25421,26939 +SGP,2000,10,24708,26132 +SGP,2000,11,23776,25029 +SGP,2000,12,23268,24609 +SGP,2000,13,23487,25321 +SGP,2000,14,24168,26724 +SGP,2000,15,24806,28021 +SGP,2000,16,25576,29483 +SGP,2000,17,26048,30314 +SGP,2000,18,25984,30070 +SGP,2001,0,18076,19304 +SGP,2001,1,19586,20983 +SGP,2001,2,21906,23517 +SGP,2001,3,23672,25410 +SGP,2001,4,24947,26743 +SGP,2001,5,25795,27595 +SGP,2001,6,26270,28027 +SGP,2001,7,26426,28100 +SGP,2001,8,26370,27988 +SGP,2001,9,26180,27809 +SGP,2001,10,25895,27585 +SGP,2001,11,25459,27173 +SGP,2001,12,24865,26539 +SGP,2001,13,24520,26320 +SGP,2001,14,24614,26796 +SGP,2001,15,24996,27697 +SGP,2001,16,25365,28540 +SGP,2001,17,25830,29510 +SGP,2001,18,26176,30051 +SGP,2002,0,17796,18858 +SGP,2002,1,20196,21552 +SGP,2002,2,20408,21807 +SGP,2002,3,22304,23855 +SGP,2002,4,23768,25400 +SGP,2002,5,24850,26508 +SGP,2002,6,25600,27245 +SGP,2002,7,26051,27641 +SGP,2002,8,26236,27725 +SGP,2002,9,26291,27750 +SGP,2002,10,26300,27861 +SGP,2002,11,26261,28009 +SGP,2002,12,26102,27992 +SGP,2002,13,25850,27832 +SGP,2002,14,25668,27813 +SGP,2002,15,25636,28051 +SGP,2002,16,25718,28445 +SGP,2002,17,25819,28830 +SGP,2002,18,25976,29302 +SGP,2003,0,17800,18672 +SGP,2003,1,19756,20930 +SGP,2003,2,21355,22735 +SGP,2003,3,21208,22589 +SGP,2003,4,22683,24155 +SGP,2003,5,23846,25353 +SGP,2003,6,24734,26238 +SGP,2003,7,25386,26861 +SGP,2003,8,25813,27221 +SGP,2003,9,26027,27315 +SGP,2003,10,26192,27477 +SGP,2003,11,26398,27873 +SGP,2003,12,26605,28387 +SGP,2003,13,26721,28760 +SGP,2003,14,26808,29066 +SGP,2003,15,26789,29246 +SGP,2003,16,26632,29249 +SGP,2003,17,26416,29142 +SGP,2003,18,26249,29074 +SGP,2004,0,17990,18731 +SGP,2004,1,19514,20585 +SGP,2004,2,20814,22115 +SGP,2004,3,21909,23358 +SGP,2004,4,22081,23531 +SGP,2004,5,23141,24631 +SGP,2004,6,24008,25495 +SGP,2004,7,24707,26164 +SGP,2004,8,25263,26679 +SGP,2004,9,25667,27006 +SGP,2004,10,25911,27110 +SGP,2004,11,26188,27408 +SGP,2004,12,26590,28090 +SGP,2004,13,27041,28972 +SGP,2004,14,27433,29734 +SGP,2004,15,27858,30506 +SGP,2004,16,28001,30883 +SGP,2004,17,27718,30653 +SGP,2004,18,27205,30049 +SGP,2005,0,18284,19009 +SGP,2005,1,19496,20604 +SGP,2005,2,20570,21951 +SGP,2005,3,21519,23078 +SGP,2005,4,22356,24015 +SGP,2005,5,23093,24790 +SGP,2005,6,23743,25432 +SGP,2005,7,24318,25968 +SGP,2005,8,24830,26428 +SGP,2005,9,25294,26840 +SGP,2005,10,25677,27137 +SGP,2005,11,25952,27255 +SGP,2005,12,26342,27694 +SGP,2005,13,26944,28674 +SGP,2005,14,27645,29939 +SGP,2005,15,28316,31106 +SGP,2005,16,29083,32359 +SGP,2005,17,29390,32941 +SGP,2005,18,28980,32472 +SGP,2006,0,18402,18848 +SGP,2006,1,19049,19811 +SGP,2006,2,20072,21117 +SGP,2006,3,20981,22214 +SGP,2006,4,21795,23143 +SGP,2006,5,22534,23941 +SGP,2006,6,23178,24586 +SGP,2006,7,23709,25054 +SGP,2006,8,24339,25700 +SGP,2006,9,25163,26691 +SGP,2006,10,26086,27876 +SGP,2006,11,26923,28924 +SGP,2006,12,27718,29886 +SGP,2006,13,28365,30752 +SGP,2006,14,28796,31478 +SGP,2006,15,29067,32070 +SGP,2006,16,29356,32641 +SGP,2006,17,29690,33245 +SGP,2006,18,29821,33470 +SGP,2007,0,18662,18945 +SGP,2007,1,19587,20364 +SGP,2007,2,19911,20838 +SGP,2007,3,20752,21873 +SGP,2007,4,21501,22736 +SGP,2007,5,22184,23478 +SGP,2007,6,22829,24148 +SGP,2007,7,23384,24672 +SGP,2007,8,23800,24974 +SGP,2007,9,24487,25737 +SGP,2007,10,25626,27265 +SGP,2007,11,27012,29230 +SGP,2007,12,28305,31036 +SGP,2007,13,29623,32847 +SGP,2007,14,30531,34146 +SGP,2007,15,30793,34628 +SGP,2007,16,30637,34560 +SGP,2007,17,30547,34548 +SGP,2007,18,30451,34515 +SGP,2008,0,18942,19126 +SGP,2008,1,19868,20622 +SGP,2008,2,20651,21798 +SGP,2008,3,20821,21982 +SGP,2008,4,21481,22749 +SGP,2008,5,22071,23380 +SGP,2008,6,22625,23937 +SGP,2008,7,23176,24482 +SGP,2008,8,23643,24886 +SGP,2008,9,23944,25021 +SGP,2008,10,24691,25906 +SGP,2008,11,26148,27985 +SGP,2008,12,28003,30747 +SGP,2008,13,29756,33326 +SGP,2008,14,31603,36003 +SGP,2008,15,32774,37744 +SGP,2008,16,32867,37984 +SGP,2008,17,32282,37249 +SGP,2008,18,31811,36648 +SGP,2009,0,19082,19184 +SGP,2009,1,20087,20823 +SGP,2009,2,20891,22056 +SGP,2009,3,21531,22956 +SGP,2009,4,21705,23078 +SGP,2009,5,22181,23572 +SGP,2009,6,22611,23967 +SGP,2009,7,23033,24335 +SGP,2009,8,23490,24752 +SGP,2009,9,23867,25034 +SGP,2009,10,24053,25001 +SGP,2009,11,24858,26006 +SGP,2009,12,26633,28636 +SGP,2009,13,28956,32197 +SGP,2009,14,31170,35550 +SGP,2009,15,33545,39095 +SGP,2009,16,34979,41281 +SGP,2009,17,34902,41273 +SGP,2009,18,33886,39867 +SGP,2010,0,18994,19006 +SGP,2010,1,20130,20813 +SGP,2010,2,21001,22131 +SGP,2010,3,21655,23047 +SGP,2010,4,22141,23644 +SGP,2010,5,22505,24009 +SGP,2010,6,22797,24227 +SGP,2010,7,23064,24381 +SGP,2010,8,23353,24558 +SGP,2010,9,23714,24843 +SGP,2010,10,24001,25002 +SGP,2010,11,24070,24799 +SGP,2010,12,24931,25918 +SGP,2010,13,27017,29081 +SGP,2010,14,29798,33416 +SGP,2010,15,32464,37521 +SGP,2010,16,35358,41910 +SGP,2010,17,37050,44523 +SGP,2010,18,36803,44269 +SGP,2011,0,18803,18885 +SGP,2011,1,19970,20351 +SGP,2011,2,20907,21795 +SGP,2011,3,21608,22817 +SGP,2011,4,22127,23510 +SGP,2011,5,22516,23965 +SGP,2011,6,22793,24211 +SGP,2011,7,22975,24275 +SGP,2011,8,23292,24568 +SGP,2011,9,23866,25308 +SGP,2011,10,24646,26396 +SGP,2011,11,25343,27336 +SGP,2011,12,25882,28013 +SGP,2011,13,26960,29553 +SGP,2011,14,28855,32400 +SGP,2011,15,31195,35961 +SGP,2011,16,33465,39369 +SGP,2011,17,35924,43003 +SGP,2011,18,37386,45145 +SGP,2012,0,18316,18455 +SGP,2012,1,20017,20877 +SGP,2012,2,20876,21564 +SGP,2012,3,21609,22629 +SGP,2012,4,22136,23344 +SGP,2012,5,22516,23806 +SGP,2012,6,22806,24113 +SGP,2012,7,22993,24235 +SGP,2012,8,23064,24144 +SGP,2012,9,23430,24574 +SGP,2012,10,24290,25879 +SGP,2012,11,25489,27775 +SGP,2012,12,26598,29501 +SGP,2012,13,27609,31065 +SGP,2012,14,28903,33022 +SGP,2012,15,30596,35527 +SGP,2012,16,32482,38275 +SGP,2012,17,34344,40952 +SGP,2012,18,36353,43791 +SGP,2013,0,17845,18062 +SGP,2013,1,19823,20741 +SGP,2013,2,21285,22639 +SGP,2013,3,21713,22654 +SGP,2013,4,22239,23335 +SGP,2013,5,22590,23737 +SGP,2013,6,22829,23965 +SGP,2013,7,23019,24122 +SGP,2013,8,23115,24121 +SGP,2013,9,23075,23874 +SGP,2013,10,23489,24440 +SGP,2013,11,24632,26304 +SGP,2013,12,26247,28997 +SGP,2013,13,27764,31500 +SGP,2013,14,29245,33943 +SGP,2013,15,30751,36307 +SGP,2013,16,32236,38455 +SGP,2013,17,33660,40374 +SGP,2013,18,35107,42301 +SGP,2014,0,17819,18174 +SGP,2014,1,19843,20842 +SGP,2014,2,21335,22720 +SGP,2014,3,22374,23933 +SGP,2014,4,22489,23660 +SGP,2014,5,22807,23955 +SGP,2014,6,22982,24046 +SGP,2014,7,23081,24041 +SGP,2014,8,23170,24049 +SGP,2014,9,23176,23925 +SGP,2014,10,23025,23524 +SGP,2014,11,23486,24223 +SGP,2014,12,24907,26635 +SGP,2014,13,26933,30110 +SGP,2014,14,28853,33377 +SGP,2014,15,30798,36684 +SGP,2014,16,32510,39443 +SGP,2014,17,33785,41230 +SGP,2014,18,34745,42319 +SGP,2015,0,18505,19076 +SGP,2015,1,20238,21359 +SGP,2015,2,21506,22940 +SGP,2015,3,22377,23934 +SGP,2015,4,22925,24455 +SGP,2015,5,23218,24616 +SGP,2015,6,23330,24532 +SGP,2015,7,23330,24315 +SGP,2015,8,23289,24080 +SGP,2015,9,23278,23940 +SGP,2015,10,23195,23695 +SGP,2015,11,22934,23143 +SGP,2015,12,23440,23972 +SGP,2015,13,25135,26921 +SGP,2015,14,27565,31164 +SGP,2015,15,29880,35180 +SGP,2015,16,32282,39335 +SGP,2015,17,34195,42479 +SGP,2015,18,35260,43907 +SGP,2016,0,20280,21200 +SGP,2016,1,19171,19950 +SGP,2016,2,20506,21699 +SGP,2016,3,21519,22941 +SGP,2016,4,22259,23759 +SGP,2016,5,22773,24236 +SGP,2016,6,23133,24484 +SGP,2016,7,23406,24615 +SGP,2016,8,23535,24570 +SGP,2016,9,23525,24375 +SGP,2016,10,23488,24198 +SGP,2016,11,23425,23980 +SGP,2016,12,23209,23488 +SGP,2016,13,23765,24382 +SGP,2016,14,25513,27404 +SGP,2016,15,27996,31721 +SGP,2016,16,30365,35810 +SGP,2016,17,32819,40039 +SGP,2016,18,34770,43234 +SGP,2017,0,22748,24085 +SGP,2017,1,22719,24300 +SGP,2017,2,19780,20762 +SGP,2017,3,20710,21969 +SGP,2017,4,21464,22866 +SGP,2017,5,22069,23504 +SGP,2017,6,22550,23935 +SGP,2017,7,22974,24269 +SGP,2017,8,23410,24617 +SGP,2017,9,23668,24744 +SGP,2017,10,23688,24590 +SGP,2017,11,23625,24378 +SGP,2017,12,23583,24187 +SGP,2017,13,23413,23756 +SGP,2017,14,24016,24712 +SGP,2017,15,25812,27798 +SGP,2017,16,28342,32176 +SGP,2017,17,30755,36324 +SGP,2017,18,33256,40613 +SGP,2018,0,25376,27133 +SGP,2018,1,24213,26036 +SGP,2018,2,23283,25090 +SGP,2018,3,20354,21535 +SGP,2018,4,20877,22200 +SGP,2018,5,21372,22750 +SGP,2018,6,21842,23207 +SGP,2018,7,22288,23591 +SGP,2018,8,22776,24012 +SGP,2018,9,23372,24575 +SGP,2018,10,23758,24874 +SGP,2018,11,23810,24761 +SGP,2018,12,23720,24513 +SGP,2018,13,23699,24351 +SGP,2018,14,23575,23981 +SGP,2018,15,24225,24999 +SGP,2018,16,26065,28141 +SGP,2018,17,28637,32572 +SGP,2018,18,31092,36772 +SGP,2019,0,27000,30000 +SGP,2019,1,25000,27000 +SGP,2019,2,24000,26000 +SGP,2019,3,23000,24000 +SGP,2019,4,21000,22000 +SGP,2019,5,21000,22000 +SGP,2019,6,21000,23000 +SGP,2019,7,22000,23000 +SGP,2019,8,22000,23000 +SGP,2019,9,23000,24000 +SGP,2019,10,23000,25000 +SGP,2019,11,24000,25000 +SGP,2019,12,24000,25000 +SGP,2019,13,24000,25000 +SGP,2019,14,24000,25000 +SGP,2019,15,24000,24000 +SGP,2019,16,24000,25000 +SGP,2019,17,26000,28000 +SGP,2019,18,29000,33000 +SGP,2020,0,28000,31000 +SGP,2020,1,26000,28000 +SGP,2020,2,24000,26000 +SGP,2020,3,23000,25000 +SGP,2020,4,22000,24000 +SGP,2020,5,22000,23000 +SGP,2020,6,21000,23000 +SGP,2020,7,21000,23000 +SGP,2020,8,21000,23000 +SGP,2020,9,22000,23000 +SGP,2020,10,22000,24000 +SGP,2020,11,23000,24000 +SGP,2020,12,24000,25000 +SGP,2020,13,24000,25000 +SGP,2020,14,24000,25000 +SGP,2020,15,24000,25000 +SGP,2020,16,24000,24000 +SGP,2020,17,25000,26000 +SGP,2020,18,27000,29000 +SGP,2021,0,28000,30000 +SGP,2021,1,28000,30000 +SGP,2021,2,26000,28000 +SGP,2021,3,25000,27000 +SGP,2021,4,23000,25000 +SGP,2021,5,22000,24000 +SGP,2021,6,22000,23000 +SGP,2021,7,21000,23000 +SGP,2021,8,21000,22000 +SGP,2021,9,21000,23000 +SGP,2021,10,22000,23000 +SGP,2021,11,23000,24000 +SGP,2021,12,23000,25000 +SGP,2021,13,24000,25000 +SGP,2021,14,24000,25000 +SGP,2021,15,24000,25000 +SGP,2021,16,24000,25000 +SGP,2021,17,24000,25000 +SGP,2021,18,25000,26000 +SGP,2022,0,27000,29000 +SGP,2022,1,26000,28000 +SGP,2022,2,28000,30000 +SGP,2022,3,26000,28000 +SGP,2022,4,25000,27000 +SGP,2022,5,24000,26000 +SGP,2022,6,23000,24000 +SGP,2022,7,22000,24000 +SGP,2022,8,21000,23000 +SGP,2022,9,21000,22000 +SGP,2022,10,21000,23000 +SGP,2022,11,22000,23000 +SGP,2022,12,23000,24000 +SGP,2022,13,24000,25000 +SGP,2022,14,24000,26000 +SGP,2022,15,25000,26000 +SGP,2022,16,25000,26000 +SGP,2022,17,25000,26000 +SGP,2022,18,25000,26000 +SGP,2023,0,25000,27000 +SGP,2023,1,25000,27000 +SGP,2023,2,25000,27000 +SGP,2023,3,27000,29000 +SGP,2023,4,26000,28000 +SGP,2023,5,25000,27000 +SGP,2023,6,24000,26000 +SGP,2023,7,23000,25000 +SGP,2023,8,22000,24000 +SGP,2023,9,21000,23000 +SGP,2023,10,21000,22000 +SGP,2023,11,21000,23000 +SGP,2023,12,22000,23000 +SGP,2023,13,23000,24000 +SGP,2023,14,24000,25000 +SGP,2023,15,25000,26000 +SGP,2023,16,25000,26000 +SGP,2023,17,25000,26000 +SGP,2023,18,25000,26000 +SGP,2024,0,23000,25000 +SGP,2024,1,24000,26000 +SGP,2024,2,25000,27000 +SGP,2024,3,26000,28000 +SGP,2024,4,27000,29000 +SGP,2024,5,26000,28000 +SGP,2024,6,25000,27000 +SGP,2024,7,24000,26000 +SGP,2024,8,23000,25000 +SGP,2024,9,22000,24000 +SGP,2024,10,21000,23000 +SGP,2024,11,21000,22000 +SGP,2024,12,21000,23000 +SGP,2024,13,22000,23000 +SGP,2024,14,23000,24000 +SGP,2024,15,24000,26000 +SGP,2024,16,25000,26000 +SGP,2024,17,25000,27000 +SGP,2024,18,25000,27000 +SGP,2025,0,22000,23000 +SGP,2025,1,24000,26000 +SGP,2025,2,25000,27000 +SGP,2025,3,26000,28000 +SGP,2025,4,26000,29000 +SGP,2025,5,26000,29000 +SGP,2025,6,26000,28000 +SGP,2025,7,25000,27000 +SGP,2025,8,24000,26000 +SGP,2025,9,24000,25000 +SGP,2025,10,23000,24000 +SGP,2025,11,21000,23000 +SGP,2025,12,21000,22000 +SGP,2025,13,21000,22000 +SGP,2025,14,22000,23000 +SGP,2025,15,23000,24000 +SGP,2025,16,24000,26000 +SGP,2025,17,25000,27000 +SGP,2025,18,26000,27000 +SGP,2026,0,21000,23000 +SGP,2026,1,22000,24000 +SGP,2026,2,24000,26000 +SGP,2026,3,25000,27000 +SGP,2026,4,26000,28000 +SGP,2026,5,26000,29000 +SGP,2026,6,26000,28000 +SGP,2026,7,26000,28000 +SGP,2026,8,25000,28000 +SGP,2026,9,25000,27000 +SGP,2026,10,24000,26000 +SGP,2026,11,23000,25000 +SGP,2026,12,22000,23000 +SGP,2026,13,21000,23000 +SGP,2026,14,22000,23000 +SGP,2026,15,23000,24000 +SGP,2026,16,24000,25000 +SGP,2026,17,25000,26000 +SGP,2026,18,26000,27000 +SGP,2027,0,22000,23000 +SGP,2027,1,24000,25000 +SGP,2027,2,23000,25000 +SGP,2027,3,24000,26000 +SGP,2027,4,25000,27000 +SGP,2027,5,26000,28000 +SGP,2027,6,26000,28000 +SGP,2027,7,26000,28000 +SGP,2027,8,26000,28000 +SGP,2027,9,26000,28000 +SGP,2027,10,25000,27000 +SGP,2027,11,24000,26000 +SGP,2027,12,23000,25000 +SGP,2027,13,22000,23000 +SGP,2027,14,21000,23000 +SGP,2027,15,22000,23000 +SGP,2027,16,23000,24000 +SGP,2027,17,24000,26000 +SGP,2027,18,25000,27000 +SGP,2028,0,23000,24000 +SGP,2028,1,24000,26000 +SGP,2028,2,24000,26000 +SGP,2028,3,23000,25000 +SGP,2028,4,24000,26000 +SGP,2028,5,25000,27000 +SGP,2028,6,26000,28000 +SGP,2028,7,26000,28000 +SGP,2028,8,26000,28000 +SGP,2028,9,26000,28000 +SGP,2028,10,26000,28000 +SGP,2028,11,25000,27000 +SGP,2028,12,24000,26000 +SGP,2028,13,23000,25000 +SGP,2028,14,22000,24000 +SGP,2028,15,22000,23000 +SGP,2028,16,22000,24000 +SGP,2028,17,23000,25000 +SGP,2028,18,24000,26000 +SGP,2029,0,23000,25000 +SGP,2029,1,24000,26000 +SGP,2029,2,24000,26000 +SGP,2029,3,24000,26000 +SGP,2029,4,24000,26000 +SGP,2029,5,25000,27000 +SGP,2029,6,25000,27000 +SGP,2029,7,25000,28000 +SGP,2029,8,26000,28000 +SGP,2029,9,26000,28000 +SGP,2029,10,26000,28000 +SGP,2029,11,26000,28000 +SGP,2029,12,25000,27000 +SGP,2029,13,24000,26000 +SGP,2029,14,23000,25000 +SGP,2029,15,22000,24000 +SGP,2029,16,22000,23000 +SGP,2029,17,22000,24000 +SGP,2029,18,24000,25000 +SGP,2030,0,23000,25000 +SGP,2030,1,24000,25000 +SGP,2030,2,24000,26000 +SGP,2030,3,24000,26000 +SGP,2030,4,24000,26000 +SGP,2030,5,24000,26000 +SGP,2030,6,25000,27000 +SGP,2030,7,25000,27000 +SGP,2030,8,25000,27000 +SGP,2030,9,25000,28000 +SGP,2030,10,26000,28000 +SGP,2030,11,26000,28000 +SGP,2030,12,26000,28000 +SGP,2030,13,25000,27000 +SGP,2030,14,24000,26000 +SGP,2030,15,23000,25000 +SGP,2030,16,22000,24000 +SGP,2030,17,22000,24000 +SGP,2030,18,23000,24000 +SGP,2031,0,23000,25000 +SGP,2031,1,23000,25000 +SGP,2031,2,24000,26000 +SGP,2031,3,24000,26000 +SGP,2031,4,24000,26000 +SGP,2031,5,24000,26000 +SGP,2031,6,25000,27000 +SGP,2031,7,25000,27000 +SGP,2031,8,25000,27000 +SGP,2031,9,25000,27000 +SGP,2031,10,26000,28000 +SGP,2031,11,26000,28000 +SGP,2031,12,26000,28000 +SGP,2031,13,26000,28000 +SGP,2031,14,25000,28000 +SGP,2031,15,25000,27000 +SGP,2031,16,24000,26000 +SGP,2031,17,23000,25000 +SGP,2031,18,23000,24000 +SGP,2032,0,23000,25000 +SGP,2032,1,23000,25000 +SGP,2032,2,23000,25000 +SGP,2032,3,24000,26000 +SGP,2032,4,24000,26000 +SGP,2032,5,24000,26000 +SGP,2032,6,24000,26000 +SGP,2032,7,25000,27000 +SGP,2032,8,25000,27000 +SGP,2032,9,25000,27000 +SGP,2032,10,25000,27000 +SGP,2032,11,26000,28000 +SGP,2032,12,26000,28000 +SGP,2032,13,26000,29000 +SGP,2032,14,26000,29000 +SGP,2032,15,26000,28000 +SGP,2032,16,25000,27000 +SGP,2032,17,24000,26000 +SGP,2032,18,23000,25000 +SGP,2033,0,22000,24000 +SGP,2033,1,23000,24000 +SGP,2033,2,23000,25000 +SGP,2033,3,24000,25000 +SGP,2033,4,24000,26000 +SGP,2033,5,24000,26000 +SGP,2033,6,24000,26000 +SGP,2033,7,24000,26000 +SGP,2033,8,25000,27000 +SGP,2033,9,25000,27000 +SGP,2033,10,25000,27000 +SGP,2033,11,25000,28000 +SGP,2033,12,26000,28000 +SGP,2033,13,26000,28000 +SGP,2033,14,27000,29000 +SGP,2033,15,27000,29000 +SGP,2033,16,26000,29000 +SGP,2033,17,25000,28000 +SGP,2033,18,25000,27000 +SGP,2034,0,22000,23000 +SGP,2034,1,22000,24000 +SGP,2034,2,23000,24000 +SGP,2034,3,23000,25000 +SGP,2034,4,24000,25000 +SGP,2034,5,24000,26000 +SGP,2034,6,24000,26000 +SGP,2034,7,24000,26000 +SGP,2034,8,25000,27000 +SGP,2034,9,25000,27000 +SGP,2034,10,25000,27000 +SGP,2034,11,25000,27000 +SGP,2034,12,25000,28000 +SGP,2034,13,26000,28000 +SGP,2034,14,26000,29000 +SGP,2034,15,27000,29000 +SGP,2034,16,27000,29000 +SGP,2034,17,26000,29000 +SGP,2034,18,26000,28000 +SGP,2035,0,21000,23000 +SGP,2035,1,22000,23000 +SGP,2035,2,22000,24000 +SGP,2035,3,23000,25000 +SGP,2035,4,23000,25000 +SGP,2035,5,24000,25000 +SGP,2035,6,24000,26000 +SGP,2035,7,24000,26000 +SGP,2035,8,24000,26000 +SGP,2035,9,25000,27000 +SGP,2035,10,25000,27000 +SGP,2035,11,25000,27000 +SGP,2035,12,25000,27000 +SGP,2035,13,25000,28000 +SGP,2035,14,26000,28000 +SGP,2035,15,26000,29000 +SGP,2035,16,27000,29000 +SGP,2035,17,27000,30000 +SGP,2035,18,27000,29000 +SGP,2036,0,21000,22000 +SGP,2036,1,21000,23000 +SGP,2036,2,22000,24000 +SGP,2036,3,22000,24000 +SGP,2036,4,23000,25000 +SGP,2036,5,23000,25000 +SGP,2036,6,24000,26000 +SGP,2036,7,24000,26000 +SGP,2036,8,24000,26000 +SGP,2036,9,24000,27000 +SGP,2036,10,25000,27000 +SGP,2036,11,25000,27000 +SGP,2036,12,25000,27000 +SGP,2036,13,25000,28000 +SGP,2036,14,26000,28000 +SGP,2036,15,26000,29000 +SGP,2036,16,27000,29000 +SGP,2036,17,27000,30000 +SGP,2036,18,28000,30000 +SGP,2037,0,20000,22000 +SGP,2037,1,21000,23000 +SGP,2037,2,21000,23000 +SGP,2037,3,22000,24000 +SGP,2037,4,22000,24000 +SGP,2037,5,23000,25000 +SGP,2037,6,23000,25000 +SGP,2037,7,24000,26000 +SGP,2037,8,24000,26000 +SGP,2037,9,24000,26000 +SGP,2037,10,25000,27000 +SGP,2037,11,25000,27000 +SGP,2037,12,25000,27000 +SGP,2037,13,25000,27000 +SGP,2037,14,26000,28000 +SGP,2037,15,26000,28000 +SGP,2037,16,27000,29000 +SGP,2037,17,27000,30000 +SGP,2037,18,28000,31000 +SGP,2038,0,20000,22000 +SGP,2038,1,21000,22000 +SGP,2038,2,21000,23000 +SGP,2038,3,21000,23000 +SGP,2038,4,22000,24000 +SGP,2038,5,22000,24000 +SGP,2038,6,23000,25000 +SGP,2038,7,23000,25000 +SGP,2038,8,24000,26000 +SGP,2038,9,24000,26000 +SGP,2038,10,24000,26000 +SGP,2038,11,25000,27000 +SGP,2038,12,25000,27000 +SGP,2038,13,25000,27000 +SGP,2038,14,25000,28000 +SGP,2038,15,26000,28000 +SGP,2038,16,26000,29000 +SGP,2038,17,27000,30000 +SGP,2038,18,28000,30000 +SGP,2039,0,20000,22000 +SGP,2039,1,21000,22000 +SGP,2039,2,21000,23000 +SGP,2039,3,21000,23000 +SGP,2039,4,22000,23000 +SGP,2039,5,22000,24000 +SGP,2039,6,22000,24000 +SGP,2039,7,23000,25000 +SGP,2039,8,23000,25000 +SGP,2039,9,24000,26000 +SGP,2039,10,24000,26000 +SGP,2039,11,24000,26000 +SGP,2039,12,25000,27000 +SGP,2039,13,25000,27000 +SGP,2039,14,25000,28000 +SGP,2039,15,26000,28000 +SGP,2039,16,26000,28000 +SGP,2039,17,27000,29000 +SGP,2039,18,27000,30000 +SGP,2040,0,20000,22000 +SGP,2040,1,20000,22000 +SGP,2040,2,21000,22000 +SGP,2040,3,21000,23000 +SGP,2040,4,21000,23000 +SGP,2040,5,22000,24000 +SGP,2040,6,22000,24000 +SGP,2040,7,22000,24000 +SGP,2040,8,23000,25000 +SGP,2040,9,23000,25000 +SGP,2040,10,24000,26000 +SGP,2040,11,24000,26000 +SGP,2040,12,24000,26000 +SGP,2040,13,25000,27000 +SGP,2040,14,25000,27000 +SGP,2040,15,26000,28000 +SGP,2040,16,26000,28000 +SGP,2040,17,26000,29000 +SGP,2040,18,27000,30000 +SGP,2041,0,20000,21000 +SGP,2041,1,20000,22000 +SGP,2041,2,20000,22000 +SGP,2041,3,21000,22000 +SGP,2041,4,21000,23000 +SGP,2041,5,21000,23000 +SGP,2041,6,22000,24000 +SGP,2041,7,22000,24000 +SGP,2041,8,22000,24000 +SGP,2041,9,23000,25000 +SGP,2041,10,23000,25000 +SGP,2041,11,24000,26000 +SGP,2041,12,24000,26000 +SGP,2041,13,25000,27000 +SGP,2041,14,25000,27000 +SGP,2041,15,25000,28000 +SGP,2041,16,26000,28000 +SGP,2041,17,26000,29000 +SGP,2041,18,27000,29000 +SGP,2042,0,20000,21000 +SGP,2042,1,20000,22000 +SGP,2042,2,20000,22000 +SGP,2042,3,21000,22000 +SGP,2042,4,21000,23000 +SGP,2042,5,21000,23000 +SGP,2042,6,21000,23000 +SGP,2042,7,22000,24000 +SGP,2042,8,22000,24000 +SGP,2042,9,23000,24000 +SGP,2042,10,23000,25000 +SGP,2042,11,23000,25000 +SGP,2042,12,24000,26000 +SGP,2042,13,24000,26000 +SGP,2042,14,25000,27000 +SGP,2042,15,25000,28000 +SGP,2042,16,26000,28000 +SGP,2042,17,26000,29000 +SGP,2042,18,27000,29000 +SGP,2043,0,20000,22000 +SGP,2043,1,20000,22000 +SGP,2043,2,20000,22000 +SGP,2043,3,20000,22000 +SGP,2043,4,21000,22000 +SGP,2043,5,21000,23000 +SGP,2043,6,21000,23000 +SGP,2043,7,21000,23000 +SGP,2043,8,22000,24000 +SGP,2043,9,22000,24000 +SGP,2043,10,23000,24000 +SGP,2043,11,23000,25000 +SGP,2043,12,24000,26000 +SGP,2043,13,24000,26000 +SGP,2043,14,25000,27000 +SGP,2043,15,25000,27000 +SGP,2043,16,26000,28000 +SGP,2043,17,26000,29000 +SGP,2043,18,27000,29000 +SGP,2044,0,20000,22000 +SGP,2044,1,20000,22000 +SGP,2044,2,20000,22000 +SGP,2044,3,20000,22000 +SGP,2044,4,20000,22000 +SGP,2044,5,21000,22000 +SGP,2044,6,21000,23000 +SGP,2044,7,21000,23000 +SGP,2044,8,21000,23000 +SGP,2044,9,22000,24000 +SGP,2044,10,22000,24000 +SGP,2044,11,23000,25000 +SGP,2044,12,23000,25000 +SGP,2044,13,24000,26000 +SGP,2044,14,24000,26000 +SGP,2044,15,25000,27000 +SGP,2044,16,25000,28000 +SGP,2044,17,26000,28000 +SGP,2044,18,26000,29000 +SGP,2045,0,20000,22000 +SGP,2045,1,20000,22000 +SGP,2045,2,20000,22000 +SGP,2045,3,20000,22000 +SGP,2045,4,20000,22000 +SGP,2045,5,21000,22000 +SGP,2045,6,21000,23000 +SGP,2045,7,21000,23000 +SGP,2045,8,21000,23000 +SGP,2045,9,22000,23000 +SGP,2045,10,22000,24000 +SGP,2045,11,22000,24000 +SGP,2045,12,23000,25000 +SGP,2045,13,23000,25000 +SGP,2045,14,24000,26000 +SGP,2045,15,24000,27000 +SGP,2045,16,25000,27000 +SGP,2045,17,26000,28000 +SGP,2045,18,26000,29000 +SGP,2046,0,20000,22000 +SGP,2046,1,20000,22000 +SGP,2046,2,20000,22000 +SGP,2046,3,20000,22000 +SGP,2046,4,20000,22000 +SGP,2046,5,20000,22000 +SGP,2046,6,21000,22000 +SGP,2046,7,21000,23000 +SGP,2046,8,21000,23000 +SGP,2046,9,21000,23000 +SGP,2046,10,22000,23000 +SGP,2046,11,22000,24000 +SGP,2046,12,22000,24000 +SGP,2046,13,23000,25000 +SGP,2046,14,23000,26000 +SGP,2046,15,24000,26000 +SGP,2046,16,25000,27000 +SGP,2046,17,25000,28000 +SGP,2046,18,26000,29000 +SGP,2047,0,20000,22000 +SGP,2047,1,20000,22000 +SGP,2047,2,20000,22000 +SGP,2047,3,20000,22000 +SGP,2047,4,20000,22000 +SGP,2047,5,20000,22000 +SGP,2047,6,20000,22000 +SGP,2047,7,21000,22000 +SGP,2047,8,21000,23000 +SGP,2047,9,21000,23000 +SGP,2047,10,21000,23000 +SGP,2047,11,22000,24000 +SGP,2047,12,22000,24000 +SGP,2047,13,23000,25000 +SGP,2047,14,23000,25000 +SGP,2047,15,24000,26000 +SGP,2047,16,24000,27000 +SGP,2047,17,25000,28000 +SGP,2047,18,26000,28000 +SGP,2048,0,21000,22000 +SGP,2048,1,21000,22000 +SGP,2048,2,20000,22000 +SGP,2048,3,20000,22000 +SGP,2048,4,20000,22000 +SGP,2048,5,20000,22000 +SGP,2048,6,20000,22000 +SGP,2048,7,21000,22000 +SGP,2048,8,21000,22000 +SGP,2048,9,21000,23000 +SGP,2048,10,21000,23000 +SGP,2048,11,21000,23000 +SGP,2048,12,22000,24000 +SGP,2048,13,22000,24000 +SGP,2048,14,23000,25000 +SGP,2048,15,23000,26000 +SGP,2048,16,24000,26000 +SGP,2048,17,25000,27000 +SGP,2048,18,25000,28000 +SGP,2049,0,21000,22000 +SGP,2049,1,21000,22000 +SGP,2049,2,21000,22000 +SGP,2049,3,21000,22000 +SGP,2049,4,20000,22000 +SGP,2049,5,20000,22000 +SGP,2049,6,20000,22000 +SGP,2049,7,20000,22000 +SGP,2049,8,21000,22000 +SGP,2049,9,21000,22000 +SGP,2049,10,21000,23000 +SGP,2049,11,21000,23000 +SGP,2049,12,21000,23000 +SGP,2049,13,22000,24000 +SGP,2049,14,22000,24000 +SGP,2049,15,23000,25000 +SGP,2049,16,24000,26000 +SGP,2049,17,24000,27000 +SGP,2049,18,25000,28000 +SGP,2050,0,21000,23000 +SGP,2050,1,21000,23000 +SGP,2050,2,21000,22000 +SGP,2050,3,21000,22000 +SGP,2050,4,21000,22000 +SGP,2050,5,21000,22000 +SGP,2050,6,21000,22000 +SGP,2050,7,20000,22000 +SGP,2050,8,21000,22000 +SGP,2050,9,21000,22000 +SGP,2050,10,21000,22000 +SGP,2050,11,21000,23000 +SGP,2050,12,21000,23000 +SGP,2050,13,21000,23000 +SGP,2050,14,22000,24000 +SGP,2050,15,23000,25000 +SGP,2050,16,23000,25000 +SGP,2050,17,24000,26000 +SGP,2050,18,25000,27000 +SLB,1990,0,5592,5968 +SLB,1990,1,5326,5687 +SLB,1990,2,5102,5450 +SLB,1990,3,4915,5251 +SLB,1990,4,4760,5086 +SLB,1990,5,4633,4950 +SLB,1990,6,4530,4837 +SLB,1990,7,4444,4744 +SLB,1990,8,4373,4665 +SLB,1990,9,4310,4595 +SLB,1990,10,4255,4534 +SLB,1990,11,4207,4480 +SLB,1990,12,4143,4409 +SLB,1990,13,4050,4308 +SLB,1990,14,3935,4185 +SLB,1990,15,3823,4065 +SLB,1990,16,3719,3954 +SLB,1990,17,3577,3802 +SLB,1990,18,3380,3594 +SLB,1991,0,5693,6075 +SLB,1991,1,5508,5881 +SLB,1991,2,5267,5626 +SLB,1991,3,5060,5407 +SLB,1991,4,4885,5221 +SLB,1991,5,4738,5063 +SLB,1991,6,4614,4929 +SLB,1991,7,4508,4813 +SLB,1991,8,4421,4718 +SLB,1991,9,4352,4642 +SLB,1991,10,4293,4576 +SLB,1991,11,4240,4517 +SLB,1991,12,4192,4463 +SLB,1991,13,4128,4392 +SLB,1991,14,4034,4291 +SLB,1991,15,3919,4167 +SLB,1991,16,3807,4047 +SLB,1991,17,3702,3934 +SLB,1991,18,3560,3783 +SLB,1992,0,5786,6174 +SLB,1992,1,5535,5911 +SLB,1992,2,5431,5804 +SLB,1992,3,5214,5574 +SLB,1992,4,5025,5373 +SLB,1992,5,4862,5199 +SLB,1992,6,4722,5047 +SLB,1992,7,4600,4915 +SLB,1992,8,4492,4797 +SLB,1992,9,4404,4700 +SLB,1992,10,4337,4625 +SLB,1992,11,4282,4564 +SLB,1992,12,4230,4506 +SLB,1992,13,4182,4453 +SLB,1992,14,4117,4382 +SLB,1992,15,4024,4281 +SLB,1992,16,3908,4156 +SLB,1992,17,3795,4035 +SLB,1992,18,3689,3921 +SLB,1993,0,5872,6268 +SLB,1993,1,5645,6031 +SLB,1993,2,5441,5818 +SLB,1993,3,5358,5732 +SLB,1993,4,5165,5527 +SLB,1993,5,4994,5344 +SLB,1993,6,4843,5181 +SLB,1993,7,4710,5037 +SLB,1993,8,4590,4906 +SLB,1993,9,4480,4784 +SLB,1993,10,4390,4685 +SLB,1993,11,4325,4612 +SLB,1993,12,4273,4556 +SLB,1993,13,4223,4500 +SLB,1993,14,4175,4447 +SLB,1993,15,4111,4376 +SLB,1993,16,4017,4274 +SLB,1993,17,3900,4148 +SLB,1993,18,3787,4026 +SLB,1994,0,5956,6360 +SLB,1994,1,5755,6152 +SLB,1994,2,5567,5957 +SLB,1994,3,5393,5775 +SLB,1994,4,5286,5662 +SLB,1994,5,5118,5482 +SLB,1994,6,4964,5317 +SLB,1994,7,4825,5166 +SLB,1994,8,4699,5028 +SLB,1994,9,4581,4899 +SLB,1994,10,4469,4774 +SLB,1994,11,4377,4673 +SLB,1994,12,4314,4602 +SLB,1994,13,4266,4550 +SLB,1994,14,4217,4495 +SLB,1994,15,4170,4443 +SLB,1994,16,4104,4371 +SLB,1994,17,4010,4269 +SLB,1994,18,3893,4142 +SLB,1995,0,6042,6455 +SLB,1995,1,5862,6272 +SLB,1995,2,5689,6094 +SLB,1995,3,5524,5921 +SLB,1995,4,5365,5753 +SLB,1995,5,5214,5592 +SLB,1995,6,5070,5438 +SLB,1995,7,4934,5290 +SLB,1995,8,4806,5151 +SLB,1995,9,4687,5020 +SLB,1995,10,4572,4892 +SLB,1995,11,4457,4764 +SLB,1995,12,4364,4661 +SLB,1995,13,4303,4592 +SLB,1995,14,4259,4544 +SLB,1995,15,4211,4491 +SLB,1995,16,4164,4439 +SLB,1995,17,4098,4367 +SLB,1995,18,4003,4264 +SLB,1996,0,6120,6544 +SLB,1996,1,5994,6416 +SLB,1996,2,5822,6240 +SLB,1996,3,5656,6067 +SLB,1996,4,5495,5899 +SLB,1996,5,5341,5735 +SLB,1996,6,5194,5578 +SLB,1996,7,5054,5426 +SLB,1996,8,4920,5281 +SLB,1996,9,4794,5142 +SLB,1996,10,4676,5012 +SLB,1996,11,4561,4885 +SLB,1996,12,4446,4756 +SLB,1996,13,4353,4653 +SLB,1996,14,4291,4583 +SLB,1996,15,4247,4534 +SLB,1996,16,4199,4481 +SLB,1996,17,4151,4427 +SLB,1996,18,4085,4355 +SLB,1997,0,6202,6638 +SLB,1997,1,6056,6491 +SLB,1997,2,5949,6380 +SLB,1997,3,5784,6210 +SLB,1997,4,5624,6043 +SLB,1997,5,5469,5880 +SLB,1997,6,5320,5720 +SLB,1997,7,5177,5566 +SLB,1997,8,5039,5417 +SLB,1997,9,4908,5274 +SLB,1997,10,4784,5137 +SLB,1997,11,4666,5007 +SLB,1997,12,4552,4880 +SLB,1997,13,4438,4751 +SLB,1997,14,4344,4647 +SLB,1997,15,4282,4577 +SLB,1997,16,4238,4528 +SLB,1997,17,4189,4473 +SLB,1997,18,4140,4418 +SLB,1998,0,6295,6741 +SLB,1998,1,6157,6604 +SLB,1998,2,6015,6461 +SLB,1998,3,5905,6344 +SLB,1998,4,5748,6181 +SLB,1998,5,5594,6020 +SLB,1998,6,5445,5861 +SLB,1998,7,5300,5706 +SLB,1998,8,5161,5555 +SLB,1998,9,5027,5408 +SLB,1998,10,4898,5267 +SLB,1998,11,4775,5131 +SLB,1998,12,4658,5002 +SLB,1998,13,4545,4875 +SLB,1998,14,4430,4747 +SLB,1998,15,4337,4642 +SLB,1998,16,4274,4571 +SLB,1998,17,4229,4521 +SLB,1998,18,4180,4466 +SLB,1999,0,6407,6858 +SLB,1999,1,6270,6724 +SLB,1999,2,6130,6584 +SLB,1999,3,5988,6438 +SLB,1999,4,5863,6306 +SLB,1999,5,5713,6149 +SLB,1999,6,5566,5994 +SLB,1999,7,5422,5840 +SLB,1999,8,5282,5689 +SLB,1999,9,5146,5541 +SLB,1999,10,5015,5397 +SLB,1999,11,4889,5258 +SLB,1999,12,4767,5124 +SLB,1999,13,4651,4995 +SLB,1999,14,4538,4868 +SLB,1999,15,4423,4740 +SLB,1999,16,4330,4634 +SLB,1999,17,4266,4563 +SLB,1999,18,4221,4512 +SLB,2000,0,6544,6994 +SLB,2000,1,6400,6853 +SLB,2000,2,6255,6709 +SLB,2000,3,6110,6562 +SLB,2000,4,5965,6413 +SLB,2000,5,5821,6263 +SLB,2000,6,5678,6113 +SLB,2000,7,5538,5963 +SLB,2000,8,5399,5815 +SLB,2000,9,5264,5668 +SLB,2000,10,5132,5523 +SLB,2000,11,5004,5383 +SLB,2000,12,4880,5245 +SLB,2000,13,4760,5112 +SLB,2000,14,4645,4984 +SLB,2000,15,4532,4858 +SLB,2000,16,4417,4729 +SLB,2000,17,4323,4624 +SLB,2000,18,4260,4552 +SLB,2001,0,6714,7176 +SLB,2001,1,6522,6986 +SLB,2001,2,6378,6844 +SLB,2001,3,6236,6703 +SLB,2001,4,6095,6560 +SLB,2001,5,5957,6418 +SLB,2001,6,5821,6276 +SLB,2001,7,5688,6136 +SLB,2001,8,5553,5990 +SLB,2001,9,5410,5835 +SLB,2001,10,5264,5676 +SLB,2001,11,5124,5520 +SLB,2001,12,4987,5367 +SLB,2001,13,4857,5220 +SLB,2001,14,4737,5081 +SLB,2001,15,4626,4950 +SLB,2001,16,4516,4820 +SLB,2001,17,4404,4687 +SLB,2001,18,4313,4578 +SLB,2002,0,6912,7380 +SLB,2002,1,6717,7191 +SLB,2002,2,6499,6972 +SLB,2002,3,6355,6829 +SLB,2002,4,6216,6690 +SLB,2002,5,6081,6553 +SLB,2002,6,5948,6416 +SLB,2002,7,5820,6283 +SLB,2002,8,5698,6153 +SLB,2002,9,5567,6012 +SLB,2002,10,5420,5851 +SLB,2002,11,5265,5679 +SLB,2002,12,5115,5511 +SLB,2002,13,4969,5347 +SLB,2002,14,4834,5190 +SLB,2002,15,4714,5045 +SLB,2002,16,4607,4911 +SLB,2002,17,4500,4777 +SLB,2002,18,4391,4640 +SLB,2003,0,7118,7589 +SLB,2003,1,6890,7366 +SLB,2003,2,6684,7164 +SLB,2003,3,6476,6952 +SLB,2003,4,6332,6809 +SLB,2003,5,6195,6673 +SLB,2003,6,6065,6540 +SLB,2003,7,5938,6410 +SLB,2003,8,5818,6284 +SLB,2003,9,5707,6166 +SLB,2003,10,5581,6029 +SLB,2003,11,5429,5862 +SLB,2003,12,5264,5677 +SLB,2003,13,5106,5498 +SLB,2003,14,4951,5322 +SLB,2003,15,4810,5156 +SLB,2003,16,4690,5005 +SLB,2003,17,4587,4868 +SLB,2003,18,4483,4730 +SLB,2004,0,7306,7780 +SLB,2004,1,7054,7530 +SLB,2004,2,6829,7308 +SLB,2004,3,6629,7111 +SLB,2004,4,6450,6927 +SLB,2004,5,6306,6784 +SLB,2004,6,6173,6651 +SLB,2004,7,6047,6523 +SLB,2004,8,5927,6399 +SLB,2004,9,5814,6282 +SLB,2004,10,5713,6174 +SLB,2004,11,5592,6042 +SLB,2004,12,5437,5869 +SLB,2004,13,5262,5671 +SLB,2004,14,5095,5482 +SLB,2004,15,4931,5294 +SLB,2004,16,4784,5118 +SLB,2004,17,4665,4962 +SLB,2004,18,4566,4821 +SLB,2005,0,7458,7940 +SLB,2005,1,7197,7675 +SLB,2005,2,6966,7443 +SLB,2005,3,6762,7239 +SLB,2005,4,6582,7059 +SLB,2005,5,6421,6899 +SLB,2005,6,6278,6756 +SLB,2005,7,6147,6626 +SLB,2005,8,6027,6503 +SLB,2005,9,5913,6386 +SLB,2005,10,5808,6276 +SLB,2005,11,5718,6179 +SLB,2005,12,5602,6051 +SLB,2005,13,5442,5873 +SLB,2005,14,5257,5663 +SLB,2005,15,5082,5463 +SLB,2005,16,4909,5263 +SLB,2005,17,4757,5078 +SLB,2005,18,4638,4916 +SLB,2006,0,7565,8066 +SLB,2006,1,7410,7882 +SLB,2006,2,7170,7641 +SLB,2006,3,6955,7426 +SLB,2006,4,6762,7236 +SLB,2006,5,6587,7065 +SLB,2006,6,6429,6911 +SLB,2006,7,6285,6771 +SLB,2006,8,6149,6636 +SLB,2006,9,6017,6499 +SLB,2006,10,5889,6361 +SLB,2006,11,5769,6231 +SLB,2006,12,5662,6112 +SLB,2006,13,5535,5965 +SLB,2006,14,5376,5775 +SLB,2006,15,5199,5559 +SLB,2006,16,5030,5352 +SLB,2006,17,4864,5146 +SLB,2006,18,4720,4959 +SLB,2007,0,7636,8160 +SLB,2007,1,7420,7914 +SLB,2007,2,7363,7824 +SLB,2007,3,7145,7606 +SLB,2007,4,6945,7409 +SLB,2007,5,6762,7232 +SLB,2007,6,6593,7070 +SLB,2007,7,6437,6921 +SLB,2007,8,6292,6785 +SLB,2007,9,6151,6645 +SLB,2007,10,6009,6495 +SLB,2007,11,5865,6337 +SLB,2007,12,5731,6185 +SLB,2007,13,5607,6044 +SLB,2007,14,5470,5879 +SLB,2007,15,5311,5677 +SLB,2007,16,5141,5455 +SLB,2007,17,4979,5241 +SLB,2007,18,4819,5028 +SLB,2008,0,7708,8260 +SLB,2008,1,7527,8032 +SLB,2008,2,7357,7829 +SLB,2008,3,7317,7768 +SLB,2008,4,7120,7573 +SLB,2008,5,6936,7395 +SLB,2008,6,6763,7231 +SLB,2008,7,6600,7078 +SLB,2008,8,6446,6934 +SLB,2008,9,6301,6801 +SLB,2008,10,6154,6657 +SLB,2008,11,6000,6493 +SLB,2008,12,5843,6314 +SLB,2008,13,5693,6142 +SLB,2008,14,5552,5978 +SLB,2008,15,5404,5794 +SLB,2008,16,5246,5581 +SLB,2008,17,5084,5353 +SLB,2008,18,4928,5132 +SLB,2009,0,7832,8414 +SLB,2009,1,7670,8192 +SLB,2009,2,7513,7992 +SLB,2009,3,7359,7813 +SLB,2009,4,7270,7716 +SLB,2009,5,7094,7543 +SLB,2009,6,6926,7384 +SLB,2009,7,6764,7233 +SLB,2009,8,6606,7089 +SLB,2009,9,6454,6951 +SLB,2009,10,6309,6821 +SLB,2009,11,6157,6672 +SLB,2009,12,5992,6493 +SLB,2009,13,5819,6294 +SLB,2009,14,5655,6101 +SLB,2009,15,5497,5914 +SLB,2009,16,5339,5712 +SLB,2009,17,5181,5488 +SLB,2009,18,5026,5253 +SLB,2010,0,8044,8655 +SLB,2010,1,7870,8414 +SLB,2010,2,7702,8199 +SLB,2010,3,7538,8005 +SLB,2010,4,7378,7829 +SLB,2010,5,7222,7668 +SLB,2010,6,7068,7518 +SLB,2010,7,6915,7376 +SLB,2010,8,6763,7239 +SLB,2010,9,6611,7103 +SLB,2010,10,6462,6971 +SLB,2010,11,6316,6844 +SLB,2010,12,6158,6691 +SLB,2010,13,5982,6498 +SLB,2010,14,5796,6277 +SLB,2010,15,5616,6063 +SLB,2010,16,5441,5854 +SLB,2010,17,5273,5633 +SLB,2010,18,5115,5397 +SLB,2011,0,8367,8984 +SLB,2011,1,8053,8641 +SLB,2011,2,7867,8399 +SLB,2011,3,7691,8183 +SLB,2011,4,7525,7989 +SLB,2011,5,7365,7815 +SLB,2011,6,7212,7656 +SLB,2011,7,7065,7509 +SLB,2011,8,6916,7368 +SLB,2011,9,6762,7229 +SLB,2011,10,6604,7089 +SLB,2011,11,6449,6953 +SLB,2011,12,6300,6822 +SLB,2011,13,6138,6666 +SLB,2011,14,5958,6469 +SLB,2011,15,5768,6245 +SLB,2011,16,5584,6027 +SLB,2011,17,5406,5814 +SLB,2011,18,5235,5591 +SLB,2012,0,8770,9395 +SLB,2012,1,8464,9032 +SLB,2012,2,8056,8630 +SLB,2012,3,7859,8386 +SLB,2012,4,7676,8169 +SLB,2012,5,7507,7976 +SLB,2012,6,7348,7803 +SLB,2012,7,7198,7646 +SLB,2012,8,7058,7502 +SLB,2012,9,6913,7362 +SLB,2012,10,6756,7221 +SLB,2012,11,6592,7077 +SLB,2012,12,6433,6937 +SLB,2012,13,6280,6803 +SLB,2012,14,6114,6643 +SLB,2012,15,5931,6442 +SLB,2012,16,5737,6214 +SLB,2012,17,5550,5992 +SLB,2012,18,5368,5776 +SLB,2013,0,9202,9834 +SLB,2013,1,8808,9395 +SLB,2013,2,8463,9014 +SLB,2013,3,8058,8621 +SLB,2013,4,7848,8374 +SLB,2013,5,7659,8157 +SLB,2013,6,7487,7964 +SLB,2013,7,7329,7792 +SLB,2013,8,7183,7637 +SLB,2013,9,7049,7496 +SLB,2013,10,6908,7357 +SLB,2013,11,6749,7214 +SLB,2013,12,6578,7065 +SLB,2013,13,6415,6922 +SLB,2013,14,6258,6785 +SLB,2013,15,6089,6621 +SLB,2013,16,5902,6416 +SLB,2013,17,5704,6184 +SLB,2013,18,5514,5959 +SLB,2014,0,9592,10227 +SLB,2014,1,9136,9740 +SLB,2014,2,8739,9316 +SLB,2014,3,8396,8949 +SLB,2014,4,8062,8614 +SLB,2014,5,7840,8365 +SLB,2014,6,7645,8148 +SLB,2014,7,7470,7955 +SLB,2014,8,7311,7784 +SLB,2014,9,7169,7631 +SLB,2014,10,7042,7493 +SLB,2014,11,6905,7355 +SLB,2014,12,6743,7210 +SLB,2014,13,6566,7057 +SLB,2014,14,6398,6910 +SLB,2014,15,6238,6769 +SLB,2014,16,6065,6601 +SLB,2014,17,5874,6392 +SLB,2014,18,5673,6157 +SLB,2015,0,9887,10523 +SLB,2015,1,9418,10035 +SLB,2015,2,9007,9605 +SLB,2015,3,8649,9227 +SLB,2015,4,8338,8897 +SLB,2015,5,8069,8610 +SLB,2015,6,7836,8359 +SLB,2015,7,7633,8140 +SLB,2015,8,7455,7949 +SLB,2015,9,7297,7778 +SLB,2015,10,7158,7627 +SLB,2015,11,7038,7492 +SLB,2015,12,6905,7355 +SLB,2015,13,6741,7207 +SLB,2015,14,6557,7050 +SLB,2015,15,6385,6899 +SLB,2015,16,6220,6755 +SLB,2015,17,6044,6583 +SLB,2015,18,5849,6370 +SLB,2016,0,10053,10684 +SLB,2016,1,9807,10439 +SLB,2016,2,9383,9998 +SLB,2016,3,9001,9598 +SLB,2016,4,8659,9237 +SLB,2016,5,8352,8912 +SLB,2016,6,8076,8618 +SLB,2016,7,7826,8350 +SLB,2016,8,7610,8118 +SLB,2016,9,7430,7924 +SLB,2016,10,7276,7758 +SLB,2016,11,7136,7606 +SLB,2016,12,7013,7468 +SLB,2016,13,6876,7327 +SLB,2016,14,6708,7176 +SLB,2016,15,6521,7015 +SLB,2016,16,6346,6860 +SLB,2016,17,6178,6712 +SLB,2016,18,5999,6538 +SLB,2017,0,10134,10757 +SLB,2017,1,9801,10426 +SLB,2017,2,9737,10367 +SLB,2017,3,9358,9972 +SLB,2017,4,9005,9602 +SLB,2017,5,8678,9257 +SLB,2017,6,8376,8936 +SLB,2017,7,8093,8635 +SLB,2017,8,7825,8349 +SLB,2017,9,7596,8103 +SLB,2017,10,7414,7907 +SLB,2017,11,7264,7747 +SLB,2017,12,7123,7594 +SLB,2017,13,6995,7452 +SLB,2017,14,6854,7307 +SLB,2017,15,6683,7152 +SLB,2017,16,6493,6987 +SLB,2017,17,6313,6828 +SLB,2017,18,6142,6676 +SLB,2018,0,10153,10768 +SLB,2018,1,9938,10561 +SLB,2018,2,9709,10333 +SLB,2018,3,9672,10298 +SLB,2018,4,9338,9950 +SLB,2018,5,9014,9610 +SLB,2018,6,8701,9280 +SLB,2018,7,8403,8964 +SLB,2018,8,8114,8656 +SLB,2018,9,7828,8352 +SLB,2018,10,7585,8092 +SLB,2018,11,7400,7894 +SLB,2018,12,7255,7738 +SLB,2018,13,7113,7584 +SLB,2018,14,6981,7438 +SLB,2018,15,6836,7290 +SLB,2018,16,6661,7131 +SLB,2018,17,6467,6962 +SLB,2018,18,6284,6799 +SLB,2019,0,10000,11000 +SLB,2019,1,10000,11000 +SLB,2019,2,9900,11000 +SLB,2019,3,9700,10000 +SLB,2019,4,9600,10000 +SLB,2019,5,9300,9900 +SLB,2019,6,9000,9600 +SLB,2019,7,8700,9300 +SLB,2019,8,8400,9000 +SLB,2019,9,8100,8700 +SLB,2019,10,7800,8400 +SLB,2019,11,7600,8100 +SLB,2019,12,7400,7900 +SLB,2019,13,7200,7700 +SLB,2019,14,7100,7600 +SLB,2019,15,7000,7400 +SLB,2019,16,6800,7300 +SLB,2019,17,6600,7100 +SLB,2019,18,6400,6900 +SLB,2020,0,10000,11000 +SLB,2020,1,10000,11000 +SLB,2020,2,10000,11000 +SLB,2020,3,9900,11000 +SLB,2020,4,9700,10000 +SLB,2020,5,9500,10000 +SLB,2020,6,9300,9900 +SLB,2020,7,9000,9600 +SLB,2020,8,8700,9300 +SLB,2020,9,8400,9000 +SLB,2020,10,8100,8700 +SLB,2020,11,7800,8300 +SLB,2020,12,7600,8100 +SLB,2020,13,7400,7900 +SLB,2020,14,7200,7700 +SLB,2020,15,7100,7600 +SLB,2020,16,6900,7400 +SLB,2020,17,6800,7200 +SLB,2020,18,6600,7100 +SLB,2021,0,10000,11000 +SLB,2021,1,10000,11000 +SLB,2021,2,10000,11000 +SLB,2021,3,10000,11000 +SLB,2021,4,9900,11000 +SLB,2021,5,9700,10000 +SLB,2021,6,9500,10000 +SLB,2021,7,9300,9900 +SLB,2021,8,9000,9600 +SLB,2021,9,8700,9300 +SLB,2021,10,8400,9000 +SLB,2021,11,8100,8700 +SLB,2021,12,7800,8300 +SLB,2021,13,7500,8000 +SLB,2021,14,7300,7800 +SLB,2021,15,7200,7700 +SLB,2021,16,7100,7500 +SLB,2021,17,6900,7400 +SLB,2021,18,6800,7200 +SLB,2022,0,10000,11000 +SLB,2022,1,10000,11000 +SLB,2022,2,10000,11000 +SLB,2022,3,10000,11000 +SLB,2022,4,10000,11000 +SLB,2022,5,9900,11000 +SLB,2022,6,9700,10000 +SLB,2022,7,9500,10000 +SLB,2022,8,9300,9900 +SLB,2022,9,9000,9600 +SLB,2022,10,8700,9300 +SLB,2022,11,8400,9000 +SLB,2022,12,8100,8700 +SLB,2022,13,7800,8300 +SLB,2022,14,7500,8000 +SLB,2022,15,7300,7800 +SLB,2022,16,7200,7700 +SLB,2022,17,7000,7500 +SLB,2022,18,6900,7300 +SLB,2023,0,10000,11000 +SLB,2023,1,10000,11000 +SLB,2023,2,10000,11000 +SLB,2023,3,10000,11000 +SLB,2023,4,10000,11000 +SLB,2023,5,10000,11000 +SLB,2023,6,9900,10000 +SLB,2023,7,9700,10000 +SLB,2023,8,9500,10000 +SLB,2023,9,9300,9900 +SLB,2023,10,9000,9600 +SLB,2023,11,8700,9300 +SLB,2023,12,8400,9000 +SLB,2023,13,8100,8700 +SLB,2023,14,7800,8300 +SLB,2023,15,7500,8000 +SLB,2023,16,7300,7800 +SLB,2023,17,7100,7600 +SLB,2023,18,7000,7500 +SLB,2024,0,10000,11000 +SLB,2024,1,10000,11000 +SLB,2024,2,10000,11000 +SLB,2024,3,10000,11000 +SLB,2024,4,10000,11000 +SLB,2024,5,10000,11000 +SLB,2024,6,10000,11000 +SLB,2024,7,9800,10000 +SLB,2024,8,9700,10000 +SLB,2024,9,9500,10000 +SLB,2024,10,9300,9900 +SLB,2024,11,9000,9600 +SLB,2024,12,8700,9300 +SLB,2024,13,8400,9000 +SLB,2024,14,8100,8600 +SLB,2024,15,7800,8300 +SLB,2024,16,7500,8000 +SLB,2024,17,7300,7800 +SLB,2024,18,7100,7600 +SLB,2025,0,11000,11000 +SLB,2025,1,11000,11000 +SLB,2025,2,11000,11000 +SLB,2025,3,10000,11000 +SLB,2025,4,10000,11000 +SLB,2025,5,10000,11000 +SLB,2025,6,10000,11000 +SLB,2025,7,10000,11000 +SLB,2025,8,9800,10000 +SLB,2025,9,9600,10000 +SLB,2025,10,9400,10000 +SLB,2025,11,9300,9900 +SLB,2025,12,9000,9600 +SLB,2025,13,8700,9300 +SLB,2025,14,8400,9000 +SLB,2025,15,8100,8600 +SLB,2025,16,7700,8300 +SLB,2025,17,7400,8000 +SLB,2025,18,7200,7700 +SLB,2026,0,11000,11000 +SLB,2026,1,11000,11000 +SLB,2026,2,11000,11000 +SLB,2026,3,10000,11000 +SLB,2026,4,10000,11000 +SLB,2026,5,10000,11000 +SLB,2026,6,10000,11000 +SLB,2026,7,10000,11000 +SLB,2026,8,10000,11000 +SLB,2026,9,9800,10000 +SLB,2026,10,9600,10000 +SLB,2026,11,9400,10000 +SLB,2026,12,9200,9800 +SLB,2026,13,9000,9600 +SLB,2026,14,8700,9300 +SLB,2026,15,8400,8900 +SLB,2026,16,8000,8600 +SLB,2026,17,7700,8200 +SLB,2026,18,7400,7900 +SLB,2027,0,11000,12000 +SLB,2027,1,11000,11000 +SLB,2027,2,11000,11000 +SLB,2027,3,11000,11000 +SLB,2027,4,10000,11000 +SLB,2027,5,10000,11000 +SLB,2027,6,10000,11000 +SLB,2027,7,10000,11000 +SLB,2027,8,10000,11000 +SLB,2027,9,10000,11000 +SLB,2027,10,9800,10000 +SLB,2027,11,9600,10000 +SLB,2027,12,9400,10000 +SLB,2027,13,9200,9800 +SLB,2027,14,9000,9600 +SLB,2027,15,8700,9300 +SLB,2027,16,8300,8900 +SLB,2027,17,8000,8600 +SLB,2027,18,7700,8200 +SLB,2028,0,11000,12000 +SLB,2028,1,11000,12000 +SLB,2028,2,11000,11000 +SLB,2028,3,11000,11000 +SLB,2028,4,11000,11000 +SLB,2028,5,10000,11000 +SLB,2028,6,10000,11000 +SLB,2028,7,10000,11000 +SLB,2028,8,10000,11000 +SLB,2028,9,10000,11000 +SLB,2028,10,10000,11000 +SLB,2028,11,9800,10000 +SLB,2028,12,9600,10000 +SLB,2028,13,9400,10000 +SLB,2028,14,9200,9800 +SLB,2028,15,9000,9600 +SLB,2028,16,8700,9200 +SLB,2028,17,8300,8900 +SLB,2028,18,8000,8500 +SLB,2029,0,11000,12000 +SLB,2029,1,11000,12000 +SLB,2029,2,11000,12000 +SLB,2029,3,11000,11000 +SLB,2029,4,11000,11000 +SLB,2029,5,11000,11000 +SLB,2029,6,10000,11000 +SLB,2029,7,10000,11000 +SLB,2029,8,10000,11000 +SLB,2029,9,10000,11000 +SLB,2029,10,10000,11000 +SLB,2029,11,10000,11000 +SLB,2029,12,9800,10000 +SLB,2029,13,9600,10000 +SLB,2029,14,9400,10000 +SLB,2029,15,9200,9800 +SLB,2029,16,8900,9500 +SLB,2029,17,8600,9200 +SLB,2029,18,8300,8800 +SLB,2030,0,12000,12000 +SLB,2030,1,11000,12000 +SLB,2030,2,11000,12000 +SLB,2030,3,11000,11000 +SLB,2030,4,11000,11000 +SLB,2030,5,11000,11000 +SLB,2030,6,11000,11000 +SLB,2030,7,10000,11000 +SLB,2030,8,10000,11000 +SLB,2030,9,10000,11000 +SLB,2030,10,10000,11000 +SLB,2030,11,10000,11000 +SLB,2030,12,10000,11000 +SLB,2030,13,9800,10000 +SLB,2030,14,9600,10000 +SLB,2030,15,9400,10000 +SLB,2030,16,9200,9800 +SLB,2030,17,8900,9500 +SLB,2030,18,8600,9200 +SLB,2031,0,12000,12000 +SLB,2031,1,12000,12000 +SLB,2031,2,11000,12000 +SLB,2031,3,11000,12000 +SLB,2031,4,11000,11000 +SLB,2031,5,11000,11000 +SLB,2031,6,11000,11000 +SLB,2031,7,11000,11000 +SLB,2031,8,10000,11000 +SLB,2031,9,10000,11000 +SLB,2031,10,10000,11000 +SLB,2031,11,10000,11000 +SLB,2031,12,10000,11000 +SLB,2031,13,9900,11000 +SLB,2031,14,9800,10000 +SLB,2031,15,9600,10000 +SLB,2031,16,9300,9900 +SLB,2031,17,9100,9700 +SLB,2031,18,8900,9500 +SLB,2032,0,12000,13000 +SLB,2032,1,12000,12000 +SLB,2032,2,12000,12000 +SLB,2032,3,11000,12000 +SLB,2032,4,11000,12000 +SLB,2032,5,11000,12000 +SLB,2032,6,11000,11000 +SLB,2032,7,11000,11000 +SLB,2032,8,11000,11000 +SLB,2032,9,10000,11000 +SLB,2032,10,10000,11000 +SLB,2032,11,10000,11000 +SLB,2032,12,10000,11000 +SLB,2032,13,10000,11000 +SLB,2032,14,9900,11000 +SLB,2032,15,9700,10000 +SLB,2032,16,9500,10000 +SLB,2032,17,9300,9900 +SLB,2032,18,9100,9700 +SLB,2033,0,12000,13000 +SLB,2033,1,12000,12000 +SLB,2033,2,12000,12000 +SLB,2033,3,12000,12000 +SLB,2033,4,11000,12000 +SLB,2033,5,11000,12000 +SLB,2033,6,11000,12000 +SLB,2033,7,11000,11000 +SLB,2033,8,11000,11000 +SLB,2033,9,11000,11000 +SLB,2033,10,10000,11000 +SLB,2033,11,10000,11000 +SLB,2033,12,10000,11000 +SLB,2033,13,10000,11000 +SLB,2033,14,10000,11000 +SLB,2033,15,9900,11000 +SLB,2033,16,9700,10000 +SLB,2033,17,9500,10000 +SLB,2033,18,9300,9900 +SLB,2034,0,12000,13000 +SLB,2034,1,12000,13000 +SLB,2034,2,12000,12000 +SLB,2034,3,12000,12000 +SLB,2034,4,11000,12000 +SLB,2034,5,11000,12000 +SLB,2034,6,11000,12000 +SLB,2034,7,11000,12000 +SLB,2034,8,11000,11000 +SLB,2034,9,11000,11000 +SLB,2034,10,11000,11000 +SLB,2034,11,10000,11000 +SLB,2034,12,10000,11000 +SLB,2034,13,10000,11000 +SLB,2034,14,10000,11000 +SLB,2034,15,10000,11000 +SLB,2034,16,9900,10000 +SLB,2034,17,9700,10000 +SLB,2034,18,9500,10000 +SLB,2035,0,13000,13000 +SLB,2035,1,12000,13000 +SLB,2035,2,12000,13000 +SLB,2035,3,12000,12000 +SLB,2035,4,12000,12000 +SLB,2035,5,11000,12000 +SLB,2035,6,11000,12000 +SLB,2035,7,11000,12000 +SLB,2035,8,11000,12000 +SLB,2035,9,11000,11000 +SLB,2035,10,11000,11000 +SLB,2035,11,11000,11000 +SLB,2035,12,10000,11000 +SLB,2035,13,10000,11000 +SLB,2035,14,10000,11000 +SLB,2035,15,10000,11000 +SLB,2035,16,10000,11000 +SLB,2035,17,9900,10000 +SLB,2035,18,9700,10000 +SLB,2036,0,13000,13000 +SLB,2036,1,13000,13000 +SLB,2036,2,12000,13000 +SLB,2036,3,12000,13000 +SLB,2036,4,12000,12000 +SLB,2036,5,12000,12000 +SLB,2036,6,11000,12000 +SLB,2036,7,11000,12000 +SLB,2036,8,11000,12000 +SLB,2036,9,11000,12000 +SLB,2036,10,11000,11000 +SLB,2036,11,11000,11000 +SLB,2036,12,10000,11000 +SLB,2036,13,10000,11000 +SLB,2036,14,10000,11000 +SLB,2036,15,10000,11000 +SLB,2036,16,10000,11000 +SLB,2036,17,10000,11000 +SLB,2036,18,9800,10000 +SLB,2037,0,13000,14000 +SLB,2037,1,13000,13000 +SLB,2037,2,13000,13000 +SLB,2037,3,12000,13000 +SLB,2037,4,12000,13000 +SLB,2037,5,12000,12000 +SLB,2037,6,12000,12000 +SLB,2037,7,11000,12000 +SLB,2037,8,11000,12000 +SLB,2037,9,11000,12000 +SLB,2037,10,11000,11000 +SLB,2037,11,11000,11000 +SLB,2037,12,11000,11000 +SLB,2037,13,10000,11000 +SLB,2037,14,10000,11000 +SLB,2037,15,10000,11000 +SLB,2037,16,10000,11000 +SLB,2037,17,10000,11000 +SLB,2037,18,9900,11000 +SLB,2038,0,13000,14000 +SLB,2038,1,13000,13000 +SLB,2038,2,13000,13000 +SLB,2038,3,12000,13000 +SLB,2038,4,12000,13000 +SLB,2038,5,12000,13000 +SLB,2038,6,12000,12000 +SLB,2038,7,12000,12000 +SLB,2038,8,11000,12000 +SLB,2038,9,11000,12000 +SLB,2038,10,11000,12000 +SLB,2038,11,11000,11000 +SLB,2038,12,11000,11000 +SLB,2038,13,11000,11000 +SLB,2038,14,10000,11000 +SLB,2038,15,10000,11000 +SLB,2038,16,10000,11000 +SLB,2038,17,10000,11000 +SLB,2038,18,10000,11000 +SLB,2039,0,13000,14000 +SLB,2039,1,13000,14000 +SLB,2039,2,13000,13000 +SLB,2039,3,13000,13000 +SLB,2039,4,12000,13000 +SLB,2039,5,12000,13000 +SLB,2039,6,12000,13000 +SLB,2039,7,12000,12000 +SLB,2039,8,12000,12000 +SLB,2039,9,11000,12000 +SLB,2039,10,11000,12000 +SLB,2039,11,11000,12000 +SLB,2039,12,11000,11000 +SLB,2039,13,11000,11000 +SLB,2039,14,11000,11000 +SLB,2039,15,10000,11000 +SLB,2039,16,10000,11000 +SLB,2039,17,10000,11000 +SLB,2039,18,10000,11000 +SLB,2040,0,13000,14000 +SLB,2040,1,13000,14000 +SLB,2040,2,13000,14000 +SLB,2040,3,13000,13000 +SLB,2040,4,13000,13000 +SLB,2040,5,12000,13000 +SLB,2040,6,12000,13000 +SLB,2040,7,12000,13000 +SLB,2040,8,12000,12000 +SLB,2040,9,12000,12000 +SLB,2040,10,11000,12000 +SLB,2040,11,11000,12000 +SLB,2040,12,11000,12000 +SLB,2040,13,11000,11000 +SLB,2040,14,11000,11000 +SLB,2040,15,11000,11000 +SLB,2040,16,10000,11000 +SLB,2040,17,10000,11000 +SLB,2040,18,10000,11000 +SLB,2041,0,14000,14000 +SLB,2041,1,13000,14000 +SLB,2041,2,13000,14000 +SLB,2041,3,13000,14000 +SLB,2041,4,13000,13000 +SLB,2041,5,13000,13000 +SLB,2041,6,12000,13000 +SLB,2041,7,12000,13000 +SLB,2041,8,12000,13000 +SLB,2041,9,12000,12000 +SLB,2041,10,12000,12000 +SLB,2041,11,11000,12000 +SLB,2041,12,11000,12000 +SLB,2041,13,11000,12000 +SLB,2041,14,11000,11000 +SLB,2041,15,11000,11000 +SLB,2041,16,11000,11000 +SLB,2041,17,10000,11000 +SLB,2041,18,10000,11000 +SLB,2042,0,14000,14000 +SLB,2042,1,14000,14000 +SLB,2042,2,13000,14000 +SLB,2042,3,13000,14000 +SLB,2042,4,13000,14000 +SLB,2042,5,13000,13000 +SLB,2042,6,13000,13000 +SLB,2042,7,12000,13000 +SLB,2042,8,12000,13000 +SLB,2042,9,12000,13000 +SLB,2042,10,12000,12000 +SLB,2042,11,12000,12000 +SLB,2042,12,11000,12000 +SLB,2042,13,11000,12000 +SLB,2042,14,11000,12000 +SLB,2042,15,11000,11000 +SLB,2042,16,11000,11000 +SLB,2042,17,11000,11000 +SLB,2042,18,10000,11000 +SLB,2043,0,14000,14000 +SLB,2043,1,14000,14000 +SLB,2043,2,14000,14000 +SLB,2043,3,13000,14000 +SLB,2043,4,13000,14000 +SLB,2043,5,13000,14000 +SLB,2043,6,13000,13000 +SLB,2043,7,13000,13000 +SLB,2043,8,12000,13000 +SLB,2043,9,12000,13000 +SLB,2043,10,12000,13000 +SLB,2043,11,12000,12000 +SLB,2043,12,12000,12000 +SLB,2043,13,11000,12000 +SLB,2043,14,11000,12000 +SLB,2043,15,11000,12000 +SLB,2043,16,11000,11000 +SLB,2043,17,11000,11000 +SLB,2043,18,10000,11000 +SLB,2044,0,14000,15000 +SLB,2044,1,14000,14000 +SLB,2044,2,14000,14000 +SLB,2044,3,14000,14000 +SLB,2044,4,13000,14000 +SLB,2044,5,13000,14000 +SLB,2044,6,13000,14000 +SLB,2044,7,13000,13000 +SLB,2044,8,13000,13000 +SLB,2044,9,12000,13000 +SLB,2044,10,12000,13000 +SLB,2044,11,12000,13000 +SLB,2044,12,12000,12000 +SLB,2044,13,12000,12000 +SLB,2044,14,11000,12000 +SLB,2044,15,11000,12000 +SLB,2044,16,11000,12000 +SLB,2044,17,11000,11000 +SLB,2044,18,11000,11000 +SLB,2045,0,14000,15000 +SLB,2045,1,14000,15000 +SLB,2045,2,14000,14000 +SLB,2045,3,14000,14000 +SLB,2045,4,14000,14000 +SLB,2045,5,13000,14000 +SLB,2045,6,13000,14000 +SLB,2045,7,13000,14000 +SLB,2045,8,13000,13000 +SLB,2045,9,13000,13000 +SLB,2045,10,12000,13000 +SLB,2045,11,12000,13000 +SLB,2045,12,12000,13000 +SLB,2045,13,12000,12000 +SLB,2045,14,12000,12000 +SLB,2045,15,11000,12000 +SLB,2045,16,11000,12000 +SLB,2045,17,11000,12000 +SLB,2045,18,11000,11000 +SLB,2046,0,14000,15000 +SLB,2046,1,14000,15000 +SLB,2046,2,14000,15000 +SLB,2046,3,14000,14000 +SLB,2046,4,14000,14000 +SLB,2046,5,14000,14000 +SLB,2046,6,13000,14000 +SLB,2046,7,13000,14000 +SLB,2046,8,13000,14000 +SLB,2046,9,13000,13000 +SLB,2046,10,13000,13000 +SLB,2046,11,12000,13000 +SLB,2046,12,12000,13000 +SLB,2046,13,12000,13000 +SLB,2046,14,12000,12000 +SLB,2046,15,12000,12000 +SLB,2046,16,11000,12000 +SLB,2046,17,11000,12000 +SLB,2046,18,11000,11000 +SLB,2047,0,14000,15000 +SLB,2047,1,14000,15000 +SLB,2047,2,14000,15000 +SLB,2047,3,14000,15000 +SLB,2047,4,14000,14000 +SLB,2047,5,14000,14000 +SLB,2047,6,13000,14000 +SLB,2047,7,13000,14000 +SLB,2047,8,13000,14000 +SLB,2047,9,13000,14000 +SLB,2047,10,13000,13000 +SLB,2047,11,13000,13000 +SLB,2047,12,12000,13000 +SLB,2047,13,12000,13000 +SLB,2047,14,12000,13000 +SLB,2047,15,12000,12000 +SLB,2047,16,12000,12000 +SLB,2047,17,11000,12000 +SLB,2047,18,11000,12000 +SLB,2048,0,14000,15000 +SLB,2048,1,14000,15000 +SLB,2048,2,14000,15000 +SLB,2048,3,14000,15000 +SLB,2048,4,14000,15000 +SLB,2048,5,14000,14000 +SLB,2048,6,14000,14000 +SLB,2048,7,13000,14000 +SLB,2048,8,13000,14000 +SLB,2048,9,13000,14000 +SLB,2048,10,13000,14000 +SLB,2048,11,13000,13000 +SLB,2048,12,13000,13000 +SLB,2048,13,12000,13000 +SLB,2048,14,12000,13000 +SLB,2048,15,12000,12000 +SLB,2048,16,12000,12000 +SLB,2048,17,12000,12000 +SLB,2048,18,11000,12000 +SLB,2049,0,15000,15000 +SLB,2049,1,14000,15000 +SLB,2049,2,14000,15000 +SLB,2049,3,14000,15000 +SLB,2049,4,14000,15000 +SLB,2049,5,14000,15000 +SLB,2049,6,14000,14000 +SLB,2049,7,14000,14000 +SLB,2049,8,13000,14000 +SLB,2049,9,13000,14000 +SLB,2049,10,13000,14000 +SLB,2049,11,13000,14000 +SLB,2049,12,13000,13000 +SLB,2049,13,13000,13000 +SLB,2049,14,12000,13000 +SLB,2049,15,12000,13000 +SLB,2049,16,12000,12000 +SLB,2049,17,12000,12000 +SLB,2049,18,11000,12000 +SLB,2050,0,15000,15000 +SLB,2050,1,15000,15000 +SLB,2050,2,14000,15000 +SLB,2050,3,14000,15000 +SLB,2050,4,14000,15000 +SLB,2050,5,14000,15000 +SLB,2050,6,14000,15000 +SLB,2050,7,14000,14000 +SLB,2050,8,14000,14000 +SLB,2050,9,13000,14000 +SLB,2050,10,13000,14000 +SLB,2050,11,13000,14000 +SLB,2050,12,13000,14000 +SLB,2050,13,13000,13000 +SLB,2050,14,13000,13000 +SLB,2050,15,12000,13000 +SLB,2050,16,12000,13000 +SLB,2050,17,12000,12000 +SLB,2050,18,12000,12000 +SLE,1990,0,83552,82785 +SLE,1990,1,79753,78906 +SLE,1990,2,76217,75327 +SLE,1990,3,72928,72028 +SLE,1990,4,69871,68988 +SLE,1990,5,67030,66187 +SLE,1990,6,64391,63606 +SLE,1990,7,61939,61224 +SLE,1990,8,59657,59021 +SLE,1990,9,57530,56977 +SLE,1990,10,55544,55079 +SLE,1990,11,53682,53317 +SLE,1990,12,51930,51629 +SLE,1990,13,50276,49980 +SLE,1990,14,48701,48374 +SLE,1990,15,47210,46853 +SLE,1990,16,45806,45413 +SLE,1990,17,44373,43958 +SLE,1990,18,42854,42444 +SLE,1991,0,84261,83485 +SLE,1991,1,80462,79693 +SLE,1991,2,76932,76120 +SLE,1991,3,73656,72832 +SLE,1991,4,70614,69807 +SLE,1991,5,67789,67020 +SLE,1991,6,65169,64458 +SLE,1991,7,62744,62104 +SLE,1991,8,60453,59893 +SLE,1991,9,58260,57784 +SLE,1991,10,56172,55779 +SLE,1991,11,54216,53911 +SLE,1991,12,52371,52162 +SLE,1991,13,50633,50482 +SLE,1991,14,48999,48847 +SLE,1991,15,47447,47257 +SLE,1991,16,45968,45740 +SLE,1991,17,44567,44294 +SLE,1991,18,43145,42840 +SLE,1992,0,84110,83323 +SLE,1992,1,80276,79418 +SLE,1992,2,76953,76197 +SLE,1992,3,73710,72947 +SLE,1992,4,70711,69967 +SLE,1992,5,67933,67232 +SLE,1992,6,65354,64713 +SLE,1992,7,62969,62402 +SLE,1992,8,60770,60289 +SLE,1992,9,58653,58260 +SLE,1992,10,56561,56256 +SLE,1992,11,54522,54300 +SLE,1992,12,52607,52471 +SLE,1992,13,50789,50743 +SLE,1992,14,49073,49080 +SLE,1992,15,47467,47467 +SLE,1992,16,45947,45901 +SLE,1992,17,44487,44396 +SLE,1992,18,43097,42952 +SLE,1993,0,83512,82706 +SLE,1993,1,79608,78754 +SLE,1993,2,76037,75170 +SLE,1993,3,73305,72572 +SLE,1993,4,70355,69650 +SLE,1993,5,67638,66983 +SLE,1993,6,65128,64541 +SLE,1993,7,62800,62294 +SLE,1993,8,60653,60238 +SLE,1993,9,58684,58367 +SLE,1993,10,56744,56524 +SLE,1993,11,54757,54628 +SLE,1993,12,52770,52725 +SLE,1993,13,50900,50938 +SLE,1993,14,49112,49234 +SLE,1993,15,47422,47591 +SLE,1993,16,45848,46003 +SLE,1993,17,44361,44464 +SLE,1993,18,42923,42973 +SLE,1994,0,83000,82163 +SLE,1994,1,79044,78180 +SLE,1994,2,75454,74594 +SLE,1994,3,72199,71371 +SLE,1994,4,69811,69102 +SLE,1994,5,67146,66501 +SLE,1994,6,64705,64140 +SLE,1994,7,62458,61985 +SLE,1994,8,60375,60004 +SLE,1994,9,58460,58197 +SLE,1994,10,56717,56565 +SLE,1994,11,54949,54903 +SLE,1994,12,53062,53111 +SLE,1994,13,51124,51257 +SLE,1994,14,49295,49508 +SLE,1994,15,47534,47826 +SLE,1994,16,45867,46198 +SLE,1994,17,44321,44633 +SLE,1994,18,42865,43119 +SLE,1995,0,82963,82078 +SLE,1995,1,78999,78102 +SLE,1995,2,75417,74536 +SLE,1995,3,72182,71345 +SLE,1995,4,69262,68490 +SLE,1995,5,66623,65935 +SLE,1995,6,64232,63643 +SLE,1995,7,62055,61578 +SLE,1995,8,60061,59702 +SLE,1995,9,58214,57978 +SLE,1995,10,56524,56413 +SLE,1995,11,54998,55012 +SLE,1995,12,53396,53524 +SLE,1995,13,51601,51828 +SLE,1995,14,49703,50015 +SLE,1995,15,47907,48296 +SLE,1995,16,46164,46629 +SLE,1995,17,44513,45010 +SLE,1995,18,42988,43460 +SLE,1996,0,81760,80803 +SLE,1996,1,79567,78674 +SLE,1996,2,75969,75097 +SLE,1996,3,72703,71881 +SLE,1996,4,69740,68992 +SLE,1996,5,67050,66395 +SLE,1996,6,64603,64059 +SLE,1996,7,62371,61951 +SLE,1996,8,60318,60026 +SLE,1996,9,58410,58244 +SLE,1996,10,56621,56578 +SLE,1996,11,54969,55048 +SLE,1996,12,53462,53661 +SLE,1996,13,51876,52183 +SLE,1996,14,50104,50503 +SLE,1996,15,48235,48708 +SLE,1996,16,46457,46996 +SLE,1996,17,44724,45326 +SLE,1996,18,43088,43710 +SLE,1997,0,81103,80061 +SLE,1997,1,77446,76403 +SLE,1997,2,76635,75740 +SLE,1997,3,73378,72536 +SLE,1997,4,70407,69646 +SLE,1997,5,67696,67038 +SLE,1997,6,65218,64681 +SLE,1997,7,62947,62546 +SLE,1997,8,60860,60609 +SLE,1997,9,58917,58811 +SLE,1997,10,57084,57112 +SLE,1997,11,55344,55494 +SLE,1997,12,53720,53992 +SLE,1997,13,52223,52611 +SLE,1997,14,50645,51134 +SLE,1997,15,48888,49461 +SLE,1997,16,47037,47676 +SLE,1997,17,45267,45961 +SLE,1997,18,43535,44280 +SLE,1998,0,81322,80211 +SLE,1998,1,77829,76709 +SLE,1998,2,74627,73539 +SLE,1998,3,74216,73316 +SLE,1998,4,71276,70462 +SLE,1998,5,68578,67877 +SLE,1998,6,66100,65531 +SLE,1998,7,63815,63396 +SLE,1998,8,61705,61449 +SLE,1998,9,59748,59667 +SLE,1998,10,57902,57985 +SLE,1998,11,56133,56357 +SLE,1998,12,54429,54776 +SLE,1998,13,52824,53292 +SLE,1998,14,51328,51908 +SLE,1998,15,49747,50423 +SLE,1998,16,47993,48747 +SLE,1998,17,46148,46958 +SLE,1998,18,44375,45231 +SLE,1999,0,82816,81686 +SLE,1999,1,79411,78247 +SLE,1999,2,76266,75119 +SLE,1999,3,73363,72275 +SLE,1999,4,72343,71432 +SLE,1999,5,69700,68907 +SLE,1999,6,67257,66609 +SLE,1999,7,64993,64510 +SLE,1999,8,62887,62583 +SLE,1999,9,60922,60808 +SLE,1999,10,59082,59170 +SLE,1999,11,57318,57590 +SLE,1999,12,55600,56022 +SLE,1999,13,53920,54467 +SLE,1999,14,52321,52989 +SLE,1999,15,50814,51593 +SLE,1999,16,49219,50089 +SLE,1999,17,47455,48395 +SLE,1999,18,45603,46591 +SLE,2000,0,85815,84738 +SLE,2000,1,82376,81220 +SLE,2000,2,79191,78016 +SLE,2000,3,76240,75101 +SLE,2000,4,73506,72447 +SLE,2000,5,70968,70030 +SLE,2000,6,68608,67824 +SLE,2000,7,66407,65803 +SLE,2000,8,64346,63940 +SLE,2000,9,62406,62210 +SLE,2000,10,60574,60600 +SLE,2000,11,58840,59096 +SLE,2000,12,57148,57610 +SLE,2000,13,55468,56091 +SLE,2000,14,53800,54551 +SLE,2000,15,52196,53068 +SLE,2000,16,50667,51648 +SLE,2000,17,49045,50114 +SLE,2000,18,47259,48391 +SLE,2001,0,88105,87229 +SLE,2001,1,85347,84299 +SLE,2001,2,82080,80973 +SLE,2001,3,79057,77950 +SLE,2001,4,76258,75203 +SLE,2001,5,73659,72703 +SLE,2001,6,71247,70426 +SLE,2001,7,69005,68353 +SLE,2001,8,66881,66419 +SLE,2001,9,64840,64583 +SLE,2001,10,62880,62836 +SLE,2001,11,61022,61202 +SLE,2001,12,59251,59661 +SLE,2001,13,57519,58132 +SLE,2001,14,55802,56571 +SLE,2001,15,54100,54988 +SLE,2001,16,52455,53455 +SLE,2001,17,50877,51976 +SLE,2001,18,49216,50391 +SLE,2002,0,91887,91287 +SLE,2002,1,88177,87331 +SLE,2002,2,85522,84485 +SLE,2002,3,82403,81325 +SLE,2002,4,79520,78461 +SLE,2002,5,76849,75861 +SLE,2002,6,74366,73494 +SLE,2002,7,72061,71341 +SLE,2002,8,69920,69385 +SLE,2002,9,67857,67524 +SLE,2002,10,65820,65701 +SLE,2002,11,63826,63925 +SLE,2002,12,61928,62253 +SLE,2002,13,60106,60665 +SLE,2002,14,58321,59081 +SLE,2002,15,56555,57467 +SLE,2002,16,54806,55830 +SLE,2002,17,53106,54234 +SLE,2002,18,51469,52687 +SLE,2003,0,96370,96069 +SLE,2003,1,92422,91779 +SLE,2003,2,88811,87931 +SLE,2003,3,85928,84890 +SLE,2003,4,82948,81889 +SLE,2003,5,80197,79177 +SLE,2003,6,77649,76718 +SLE,2003,7,75276,74479 +SLE,2003,8,73072,72445 +SLE,2003,9,71027,70601 +SLE,2003,10,69019,68810 +SLE,2003,11,66982,66995 +SLE,2003,12,64947,65184 +SLE,2003,13,63004,63472 +SLE,2003,14,61126,61831 +SLE,2003,15,59283,60189 +SLE,2003,16,57463,58516 +SLE,2003,17,55663,56821 +SLE,2003,18,53904,55158 +SLE,2004,0,100539,100483 +SLE,2004,1,96397,95938 +SLE,2004,2,92622,91870 +SLE,2004,3,89184,88238 +SLE,2004,4,86154,85118 +SLE,2004,5,83320,82283 +SLE,2004,6,80709,79729 +SLE,2004,7,78290,77419 +SLE,2004,8,76033,75314 +SLE,2004,9,73935,73403 +SLE,2004,10,71991,71676 +SLE,2004,11,70043,69958 +SLE,2004,12,68010,68156 +SLE,2004,13,65939,66314 +SLE,2004,14,63954,64563 +SLE,2004,15,62024,62873 +SLE,2004,16,60126,61176 +SLE,2004,17,58256,59448 +SLE,2004,18,56408,57698 +SLE,2005,0,103689,103772 +SLE,2005,1,99464,99138 +SLE,2005,2,95614,94981 +SLE,2005,3,92106,91261 +SLE,2005,4,88909,87937 +SLE,2005,5,85990,84967 +SLE,2005,6,83316,82311 +SLE,2005,7,80855,79927 +SLE,2005,8,78576,77774 +SLE,2005,9,76445,75812 +SLE,2005,10,74463,74034 +SLE,2005,11,72629,72432 +SLE,2005,12,70750,70795 +SLE,2005,13,68729,69013 +SLE,2005,14,66631,67148 +SLE,2005,15,64614,65368 +SLE,2005,16,62642,63636 +SLE,2005,17,60696,61890 +SLE,2005,18,58784,60116 +SLE,2006,0,106914,106975 +SLE,2006,1,102784,102773 +SLE,2006,2,98842,98493 +SLE,2006,3,95220,94617 +SLE,2006,4,91893,91111 +SLE,2006,5,88833,87943 +SLE,2006,6,86011,85075 +SLE,2006,7,83399,82471 +SLE,2006,8,80977,80119 +SLE,2006,9,78721,77995 +SLE,2006,10,76600,76054 +SLE,2006,11,74607,74269 +SLE,2006,12,72745,72638 +SLE,2006,13,70835,70967 +SLE,2006,14,68791,69157 +SLE,2006,15,66673,67265 +SLE,2006,16,64627,65449 +SLE,2006,17,62621,63676 +SLE,2006,18,60649,61895 +SLE,2007,0,109119,109064 +SLE,2007,1,104959,104670 +SLE,2007,2,101442,101356 +SLE,2007,3,97800,97450 +SLE,2007,4,94423,93871 +SLE,2007,5,91292,90595 +SLE,2007,6,88382,87596 +SLE,2007,7,85670,84843 +SLE,2007,8,83131,82301 +SLE,2007,9,80758,79990 +SLE,2007,10,78536,77905 +SLE,2007,11,76434,75993 +SLE,2007,12,74438,74207 +SLE,2007,13,72554,72553 +SLE,2007,14,70623,70857 +SLE,2007,15,68563,69024 +SLE,2007,16,66434,67112 +SLE,2007,17,64369,65269 +SLE,2007,18,62338,63461 +SLE,2008,0,110497,110285 +SLE,2008,1,106522,106214 +SLE,2008,2,102824,102429 +SLE,2008,3,99849,99699 +SLE,2008,4,96516,96175 +SLE,2008,5,93393,92902 +SLE,2008,6,90464,89863 +SLE,2008,7,87713,87041 +SLE,2008,8,85118,84408 +SLE,2008,9,82657,81935 +SLE,2008,10,80339,79671 +SLE,2008,11,78156,77628 +SLE,2008,12,76077,75750 +SLE,2008,13,74084,73969 +SLE,2008,14,72185,72296 +SLE,2008,15,70236,70577 +SLE,2008,16,68166,68727 +SLE,2008,17,66030,66801 +SLE,2008,18,63950,64933 +SLE,2009,0,111365,111033 +SLE,2009,1,107679,107364 +SLE,2009,2,104202,103882 +SLE,2009,3,100921,100580 +SLE,2009,4,98221,98002 +SLE,2009,5,95197,94862 +SLE,2009,6,92328,91894 +SLE,2009,7,89603,89092 +SLE,2009,8,87010,86448 +SLE,2009,9,84531,83937 +SLE,2009,10,82151,81532 +SLE,2009,11,79888,79317 +SLE,2009,12,77745,77317 +SLE,2009,13,75691,75474 +SLE,2009,14,73701,73698 +SLE,2009,15,71786,72007 +SLE,2009,16,69821,70267 +SLE,2009,17,67742,68400 +SLE,2009,18,65600,66459 +SLE,2010,0,111956,111601 +SLE,2010,1,108656,108372 +SLE,2010,2,105484,105234 +SLE,2010,3,102435,102189 +SLE,2010,4,99501,99238 +SLE,2010,5,96679,96381 +SLE,2010,6,93961,93620 +SLE,2010,7,91342,90955 +SLE,2010,8,88817,88388 +SLE,2010,9,86380,85918 +SLE,2010,10,84016,83526 +SLE,2010,11,81713,81189 +SLE,2010,12,79504,79020 +SLE,2010,13,77398,77062 +SLE,2010,14,75367,75252 +SLE,2010,15,73379,73479 +SLE,2010,16,71447,71770 +SLE,2010,17,69464,70007 +SLE,2010,18,67374,68122 +SLE,2011,0,112146,111912 +SLE,2011,1,110524,110215 +SLE,2011,2,107484,107226 +SLE,2011,3,104518,104288 +SLE,2011,4,101627,101406 +SLE,2011,5,98810,98585 +SLE,2011,6,96065,95828 +SLE,2011,7,93389,93138 +SLE,2011,8,90799,90524 +SLE,2011,9,88304,87992 +SLE,2011,10,85894,85542 +SLE,2011,11,83537,83153 +SLE,2011,12,81225,80806 +SLE,2011,13,79004,78622 +SLE,2011,14,76890,76650 +SLE,2011,15,74851,74825 +SLE,2011,16,72849,73031 +SLE,2011,17,70900,71296 +SLE,2011,18,68905,69513 +SLE,2012,0,112037,112015 +SLE,2012,1,109875,109824 +SLE,2012,2,109205,108928 +SLE,2012,3,106422,106176 +SLE,2012,4,103659,103436 +SLE,2012,5,100922,100715 +SLE,2012,6,98219,98021 +SLE,2012,7,95549,95361 +SLE,2012,8,92911,92740 +SLE,2012,9,90348,90175 +SLE,2012,10,87881,87674 +SLE,2012,11,85494,85242 +SLE,2012,12,83142,82855 +SLE,2012,13,80820,80496 +SLE,2012,14,78586,78294 +SLE,2012,15,76460,76306 +SLE,2012,16,74411,74465 +SLE,2012,17,72393,72649 +SLE,2012,18,70424,70886 +SLE,2013,0,111867,112107 +SLE,2013,1,110317,110418 +SLE,2013,2,108566,108552 +SLE,2013,3,107952,107702 +SLE,2013,4,105424,105186 +SLE,2013,5,102862,102642 +SLE,2013,6,100279,100080 +SLE,2013,7,97688,97511 +SLE,2013,8,95091,94946 +SLE,2013,9,92490,92394 +SLE,2013,10,89951,89875 +SLE,2013,11,87511,87406 +SLE,2013,12,85147,84990 +SLE,2013,13,82798,82603 +SLE,2013,14,80463,80230 +SLE,2013,15,78215,78010 +SLE,2013,16,76076,76005 +SLE,2013,17,74016,74146 +SLE,2013,18,71982,72307 +SLE,2014,0,111952,112443 +SLE,2014,1,110848,111102 +SLE,2014,2,109477,109546 +SLE,2014,3,107866,107797 +SLE,2014,4,106708,106489 +SLE,2014,5,104435,104209 +SLE,2014,6,102074,101860 +SLE,2014,7,99645,99457 +SLE,2014,8,97166,97014 +SLE,2014,9,94642,94545 +SLE,2014,10,92077,92060 +SLE,2014,11,89563,89588 +SLE,2014,12,87148,87148 +SLE,2014,13,84808,84749 +SLE,2014,14,82461,82362 +SLE,2014,15,80114,79974 +SLE,2014,16,77850,77736 +SLE,2014,17,75699,75713 +SLE,2014,18,73627,73837 +SLE,2015,0,112521,113205 +SLE,2015,1,111592,111982 +SLE,2015,2,110394,110558 +SLE,2015,3,108953,108953 +SLE,2015,4,107295,107182 +SLE,2015,5,105445,105266 +SLE,2015,6,103428,103223 +SLE,2015,7,101269,101070 +SLE,2015,8,98994,98826 +SLE,2015,9,96627,96509 +SLE,2015,10,94176,94134 +SLE,2015,11,91649,91717 +SLE,2015,12,89160,89292 +SLE,2015,13,86772,86884 +SLE,2015,14,84455,84501 +SLE,2015,15,82111,82113 +SLE,2015,16,79752,79712 +SLE,2015,17,77473,77455 +SLE,2015,18,75310,75415 +SLE,2016,0,113690,114468 +SLE,2016,1,111911,112530 +SLE,2016,2,110857,111233 +SLE,2016,3,109611,109799 +SLE,2016,4,108182,108232 +SLE,2016,5,106582,106540 +SLE,2016,6,104838,104741 +SLE,2016,7,102977,102856 +SLE,2016,8,100928,100815 +SLE,2016,9,98669,98593 +SLE,2016,10,96260,96240 +SLE,2016,11,93790,93848 +SLE,2016,12,91252,91419 +SLE,2016,13,88750,88978 +SLE,2016,14,86347,86553 +SLE,2016,15,84016,84152 +SLE,2016,16,81654,81743 +SLE,2016,17,79274,79316 +SLE,2016,18,76980,77039 +SLE,2017,0,115378,116200 +SLE,2017,1,113849,114408 +SLE,2017,2,111281,111848 +SLE,2017,3,110104,110476 +SLE,2017,4,108809,109031 +SLE,2017,5,107392,107504 +SLE,2017,6,105851,105889 +SLE,2017,7,104213,104208 +SLE,2017,8,102508,102482 +SLE,2017,9,100569,100554 +SLE,2017,10,98327,98353 +SLE,2017,11,95876,95964 +SLE,2017,12,93388,93555 +SLE,2017,13,90840,91114 +SLE,2017,14,88324,88657 +SLE,2017,15,85908,86215 +SLE,2017,16,83562,83797 +SLE,2017,17,81183,81366 +SLE,2017,18,78782,78913 +SLE,2018,0,117319,118145 +SLE,2018,1,115223,115846 +SLE,2018,2,113258,113716 +SLE,2018,3,110650,111171 +SLE,2018,4,109349,109724 +SLE,2018,5,108006,108268 +SLE,2018,6,106602,106781 +SLE,2018,7,105119,105244 +SLE,2018,8,103588,103680 +SLE,2018,9,102038,102113 +SLE,2018,10,100209,100297 +SLE,2018,11,97984,98118 +SLE,2018,12,95491,95692 +SLE,2018,13,92985,93266 +SLE,2018,14,90426,90813 +SLE,2018,15,87897,88340 +SLE,2018,16,85467,85881 +SLE,2018,17,83107,83446 +SLE,2018,18,80711,80993 +SLE,2019,0,119000,120000 +SLE,2019,1,117000,117000 +SLE,2019,2,114000,115000 +SLE,2019,3,112000,113000 +SLE,2019,4,110000,111000 +SLE,2019,5,109000,109000 +SLE,2019,6,107000,108000 +SLE,2019,7,106000,106000 +SLE,2019,8,104000,105000 +SLE,2019,9,103000,103000 +SLE,2019,10,102000,102000 +SLE,2019,11,100000,100000 +SLE,2019,12,98000,98000 +SLE,2019,13,95000,95000 +SLE,2019,14,93000,93000 +SLE,2019,15,90000,91000 +SLE,2019,16,87000,88000 +SLE,2019,17,85000,86000 +SLE,2019,18,83000,83000 +SLE,2020,0,121000,121000 +SLE,2020,1,118000,118000 +SLE,2020,2,115000,116000 +SLE,2020,3,113000,114000 +SLE,2020,4,111000,112000 +SLE,2020,5,109000,110000 +SLE,2020,6,108000,108000 +SLE,2020,7,106000,107000 +SLE,2020,8,105000,105000 +SLE,2020,9,104000,104000 +SLE,2020,10,102000,103000 +SLE,2020,11,101000,101000 +SLE,2020,12,100000,100000 +SLE,2020,13,97000,98000 +SLE,2020,14,95000,95000 +SLE,2020,15,92000,93000 +SLE,2020,16,90000,90000 +SLE,2020,17,87000,88000 +SLE,2020,18,85000,85000 +SLE,2021,0,121000,122000 +SLE,2021,1,119000,120000 +SLE,2021,2,117000,118000 +SLE,2021,3,115000,115000 +SLE,2021,4,113000,113000 +SLE,2021,5,111000,111000 +SLE,2021,6,109000,110000 +SLE,2021,7,107000,108000 +SLE,2021,8,106000,106000 +SLE,2021,9,105000,105000 +SLE,2021,10,103000,104000 +SLE,2021,11,102000,102000 +SLE,2021,12,101000,101000 +SLE,2021,13,99000,100000 +SLE,2021,14,97000,97000 +SLE,2021,15,94000,95000 +SLE,2021,16,92000,92000 +SLE,2021,17,89000,90000 +SLE,2021,18,87000,87000 +SLE,2022,0,122000,122000 +SLE,2022,1,119000,120000 +SLE,2022,2,118000,119000 +SLE,2022,3,116000,117000 +SLE,2022,4,114000,115000 +SLE,2022,5,112000,113000 +SLE,2022,6,110000,111000 +SLE,2022,7,109000,109000 +SLE,2022,8,107000,108000 +SLE,2022,9,106000,106000 +SLE,2022,10,104000,105000 +SLE,2022,11,103000,103000 +SLE,2022,12,102000,102000 +SLE,2022,13,100000,101000 +SLE,2022,14,99000,99000 +SLE,2022,15,96000,97000 +SLE,2022,16,94000,94000 +SLE,2022,17,91000,92000 +SLE,2022,18,89000,89000 +SLE,2023,0,122000,122000 +SLE,2023,1,120000,120000 +SLE,2023,2,118000,119000 +SLE,2023,3,117000,118000 +SLE,2023,4,115000,116000 +SLE,2023,5,113000,114000 +SLE,2023,6,112000,112000 +SLE,2023,7,110000,111000 +SLE,2023,8,108000,109000 +SLE,2023,9,107000,107000 +SLE,2023,10,105000,106000 +SLE,2023,11,104000,104000 +SLE,2023,12,103000,103000 +SLE,2023,13,101000,102000 +SLE,2023,14,100000,101000 +SLE,2023,15,98000,99000 +SLE,2023,16,96000,97000 +SLE,2023,17,93000,94000 +SLE,2023,18,91000,92000 +SLE,2024,0,122000,122000 +SLE,2024,1,120000,121000 +SLE,2024,2,119000,119000 +SLE,2024,3,117000,118000 +SLE,2024,4,116000,117000 +SLE,2024,5,115000,115000 +SLE,2024,6,113000,114000 +SLE,2024,7,111000,112000 +SLE,2024,8,110000,110000 +SLE,2024,9,108000,109000 +SLE,2024,10,106000,107000 +SLE,2024,11,105000,106000 +SLE,2024,12,103000,104000 +SLE,2024,13,102000,103000 +SLE,2024,14,101000,102000 +SLE,2024,15,100000,100000 +SLE,2024,16,98000,99000 +SLE,2024,17,96000,96000 +SLE,2024,18,93000,94000 +SLE,2025,0,122000,123000 +SLE,2025,1,121000,122000 +SLE,2025,2,119000,120000 +SLE,2025,3,118000,119000 +SLE,2025,4,117000,117000 +SLE,2025,5,115000,116000 +SLE,2025,6,114000,115000 +SLE,2025,7,112000,113000 +SLE,2025,8,111000,112000 +SLE,2025,9,109000,110000 +SLE,2025,10,108000,108000 +SLE,2025,11,106000,107000 +SLE,2025,12,104000,105000 +SLE,2025,13,103000,104000 +SLE,2025,14,102000,103000 +SLE,2025,15,101000,101000 +SLE,2025,16,99000,100000 +SLE,2025,17,98000,98000 +SLE,2025,18,95000,96000 +SLE,2026,0,122000,123000 +SLE,2026,1,121000,122000 +SLE,2026,2,120000,121000 +SLE,2026,3,119000,120000 +SLE,2026,4,118000,118000 +SLE,2026,5,116000,117000 +SLE,2026,6,115000,116000 +SLE,2026,7,113000,114000 +SLE,2026,8,112000,113000 +SLE,2026,9,110000,111000 +SLE,2026,10,109000,110000 +SLE,2026,11,107000,108000 +SLE,2026,12,106000,106000 +SLE,2026,13,104000,105000 +SLE,2026,14,103000,104000 +SLE,2026,15,101000,102000 +SLE,2026,16,100000,101000 +SLE,2026,17,99000,100000 +SLE,2026,18,97000,98000 +SLE,2027,0,123000,124000 +SLE,2027,1,122000,123000 +SLE,2027,2,121000,121000 +SLE,2027,3,119000,120000 +SLE,2027,4,118000,119000 +SLE,2027,5,117000,118000 +SLE,2027,6,116000,116000 +SLE,2027,7,114000,115000 +SLE,2027,8,113000,114000 +SLE,2027,9,112000,113000 +SLE,2027,10,110000,111000 +SLE,2027,11,109000,110000 +SLE,2027,12,107000,108000 +SLE,2027,13,105000,106000 +SLE,2027,14,104000,105000 +SLE,2027,15,102000,103000 +SLE,2027,16,101000,102000 +SLE,2027,17,100000,101000 +SLE,2027,18,98000,99000 +SLE,2028,0,124000,125000 +SLE,2028,1,122000,123000 +SLE,2028,2,121000,122000 +SLE,2028,3,120000,121000 +SLE,2028,4,119000,120000 +SLE,2028,5,118000,118000 +SLE,2028,6,116000,117000 +SLE,2028,7,115000,116000 +SLE,2028,8,114000,115000 +SLE,2028,9,113000,114000 +SLE,2028,10,111000,112000 +SLE,2028,11,110000,111000 +SLE,2028,12,108000,109000 +SLE,2028,13,107000,108000 +SLE,2028,14,105000,106000 +SLE,2028,15,103000,104000 +SLE,2028,16,102000,103000 +SLE,2028,17,101000,102000 +SLE,2028,18,99000,100000 +SLE,2029,0,124000,126000 +SLE,2029,1,123000,124000 +SLE,2029,2,122000,123000 +SLE,2029,3,121000,121000 +SLE,2029,4,119000,120000 +SLE,2029,5,118000,119000 +SLE,2029,6,117000,118000 +SLE,2029,7,116000,117000 +SLE,2029,8,115000,116000 +SLE,2029,9,113000,114000 +SLE,2029,10,112000,113000 +SLE,2029,11,111000,112000 +SLE,2029,12,110000,111000 +SLE,2029,13,108000,109000 +SLE,2029,14,106000,107000 +SLE,2029,15,105000,106000 +SLE,2029,16,103000,104000 +SLE,2029,17,102000,103000 +SLE,2029,18,100000,101000 +SLE,2030,0,125000,126000 +SLE,2030,1,124000,125000 +SLE,2030,2,122000,123000 +SLE,2030,3,121000,122000 +SLE,2030,4,120000,121000 +SLE,2030,5,119000,119000 +SLE,2030,6,118000,118000 +SLE,2030,7,116000,117000 +SLE,2030,8,115000,116000 +SLE,2030,9,114000,115000 +SLE,2030,10,113000,114000 +SLE,2030,11,112000,113000 +SLE,2030,12,111000,112000 +SLE,2030,13,109000,110000 +SLE,2030,14,108000,109000 +SLE,2030,15,106000,107000 +SLE,2030,16,104000,105000 +SLE,2030,17,103000,104000 +SLE,2030,18,101000,102000 +SLE,2031,0,126000,127000 +SLE,2031,1,124000,125000 +SLE,2031,2,123000,124000 +SLE,2031,3,122000,123000 +SLE,2031,4,121000,121000 +SLE,2031,5,119000,120000 +SLE,2031,6,118000,119000 +SLE,2031,7,117000,118000 +SLE,2031,8,116000,117000 +SLE,2031,9,115000,116000 +SLE,2031,10,114000,115000 +SLE,2031,11,113000,114000 +SLE,2031,12,112000,113000 +SLE,2031,13,110000,112000 +SLE,2031,14,109000,110000 +SLE,2031,15,107000,108000 +SLE,2031,16,106000,107000 +SLE,2031,17,104000,105000 +SLE,2031,18,102000,103000 +SLE,2032,0,126000,127000 +SLE,2032,1,125000,126000 +SLE,2032,2,124000,125000 +SLE,2032,3,122000,123000 +SLE,2032,4,121000,122000 +SLE,2032,5,120000,121000 +SLE,2032,6,119000,120000 +SLE,2032,7,118000,119000 +SLE,2032,8,117000,118000 +SLE,2032,9,116000,117000 +SLE,2032,10,115000,116000 +SLE,2032,11,114000,115000 +SLE,2032,12,112000,114000 +SLE,2032,13,111000,112000 +SLE,2032,14,110000,111000 +SLE,2032,15,108000,110000 +SLE,2032,16,107000,108000 +SLE,2032,17,105000,106000 +SLE,2032,18,103000,105000 +SLE,2033,0,127000,128000 +SLE,2033,1,125000,126000 +SLE,2033,2,124000,125000 +SLE,2033,3,123000,124000 +SLE,2033,4,122000,123000 +SLE,2033,5,121000,122000 +SLE,2033,6,120000,121000 +SLE,2033,7,119000,119000 +SLE,2033,8,118000,118000 +SLE,2033,9,117000,117000 +SLE,2033,10,115000,116000 +SLE,2033,11,114000,115000 +SLE,2033,12,113000,114000 +SLE,2033,13,112000,113000 +SLE,2033,14,111000,112000 +SLE,2033,15,110000,111000 +SLE,2033,16,108000,110000 +SLE,2033,17,106000,108000 +SLE,2033,18,105000,106000 +SLE,2034,0,127000,128000 +SLE,2034,1,126000,127000 +SLE,2034,2,124000,125000 +SLE,2034,3,123000,124000 +SLE,2034,4,122000,123000 +SLE,2034,5,121000,122000 +SLE,2034,6,120000,121000 +SLE,2034,7,119000,120000 +SLE,2034,8,118000,119000 +SLE,2034,9,117000,118000 +SLE,2034,10,116000,117000 +SLE,2034,11,115000,116000 +SLE,2034,12,114000,115000 +SLE,2034,13,113000,114000 +SLE,2034,14,112000,113000 +SLE,2034,15,111000,112000 +SLE,2034,16,109000,111000 +SLE,2034,17,108000,109000 +SLE,2034,18,106000,108000 +SLE,2035,0,127000,128000 +SLE,2035,1,126000,127000 +SLE,2035,2,125000,126000 +SLE,2035,3,124000,125000 +SLE,2035,4,123000,124000 +SLE,2035,5,122000,123000 +SLE,2035,6,121000,122000 +SLE,2035,7,120000,121000 +SLE,2035,8,119000,120000 +SLE,2035,9,118000,119000 +SLE,2035,10,117000,118000 +SLE,2035,11,116000,117000 +SLE,2035,12,115000,116000 +SLE,2035,13,114000,115000 +SLE,2035,14,113000,114000 +SLE,2035,15,112000,113000 +SLE,2035,16,110000,112000 +SLE,2035,17,109000,111000 +SLE,2035,18,107000,109000 +SLE,2036,0,128000,129000 +SLE,2036,1,127000,128000 +SLE,2036,2,125000,127000 +SLE,2036,3,124000,125000 +SLE,2036,4,123000,124000 +SLE,2036,5,122000,123000 +SLE,2036,6,121000,122000 +SLE,2036,7,120000,121000 +SLE,2036,8,119000,120000 +SLE,2036,9,118000,119000 +SLE,2036,10,118000,119000 +SLE,2036,11,117000,118000 +SLE,2036,12,116000,117000 +SLE,2036,13,115000,116000 +SLE,2036,14,113000,115000 +SLE,2036,15,112000,114000 +SLE,2036,16,111000,113000 +SLE,2036,17,110000,111000 +SLE,2036,18,109000,110000 +SLE,2037,0,128000,129000 +SLE,2037,1,127000,128000 +SLE,2037,2,126000,127000 +SLE,2037,3,125000,126000 +SLE,2037,4,124000,125000 +SLE,2037,5,123000,124000 +SLE,2037,6,122000,123000 +SLE,2037,7,121000,122000 +SLE,2037,8,120000,121000 +SLE,2037,9,119000,120000 +SLE,2037,10,118000,119000 +SLE,2037,11,117000,118000 +SLE,2037,12,116000,117000 +SLE,2037,13,115000,116000 +SLE,2037,14,114000,115000 +SLE,2037,15,113000,114000 +SLE,2037,16,112000,113000 +SLE,2037,17,111000,112000 +SLE,2037,18,110000,111000 +SLE,2038,0,128000,129000 +SLE,2038,1,127000,128000 +SLE,2038,2,126000,127000 +SLE,2038,3,125000,126000 +SLE,2038,4,124000,125000 +SLE,2038,5,123000,124000 +SLE,2038,6,123000,123000 +SLE,2038,7,122000,123000 +SLE,2038,8,121000,122000 +SLE,2038,9,120000,121000 +SLE,2038,10,119000,120000 +SLE,2038,11,118000,119000 +SLE,2038,12,117000,118000 +SLE,2038,13,116000,117000 +SLE,2038,14,115000,116000 +SLE,2038,15,114000,115000 +SLE,2038,16,113000,114000 +SLE,2038,17,112000,113000 +SLE,2038,18,110000,112000 +SLE,2039,0,128000,129000 +SLE,2039,1,127000,128000 +SLE,2039,2,126000,127000 +SLE,2039,3,125000,126000 +SLE,2039,4,125000,126000 +SLE,2039,5,124000,125000 +SLE,2039,6,123000,124000 +SLE,2039,7,122000,123000 +SLE,2039,8,121000,122000 +SLE,2039,9,120000,121000 +SLE,2039,10,119000,121000 +SLE,2039,11,119000,120000 +SLE,2039,12,118000,119000 +SLE,2039,13,117000,118000 +SLE,2039,14,116000,117000 +SLE,2039,15,115000,116000 +SLE,2039,16,114000,115000 +SLE,2039,17,112000,114000 +SLE,2039,18,111000,113000 +SLE,2040,0,128000,129000 +SLE,2040,1,127000,129000 +SLE,2040,2,127000,128000 +SLE,2040,3,126000,127000 +SLE,2040,4,125000,126000 +SLE,2040,5,124000,125000 +SLE,2040,6,123000,124000 +SLE,2040,7,123000,123000 +SLE,2040,8,122000,123000 +SLE,2040,9,121000,122000 +SLE,2040,10,120000,121000 +SLE,2040,11,119000,120000 +SLE,2040,12,118000,119000 +SLE,2040,13,117000,119000 +SLE,2040,14,116000,118000 +SLE,2040,15,115000,117000 +SLE,2040,16,114000,116000 +SLE,2040,17,113000,115000 +SLE,2040,18,112000,114000 +SLE,2041,0,128000,130000 +SLE,2041,1,128000,129000 +SLE,2041,2,127000,128000 +SLE,2041,3,126000,127000 +SLE,2041,4,125000,126000 +SLE,2041,5,125000,126000 +SLE,2041,6,124000,125000 +SLE,2041,7,123000,124000 +SLE,2041,8,122000,123000 +SLE,2041,9,121000,122000 +SLE,2041,10,121000,122000 +SLE,2041,11,120000,121000 +SLE,2041,12,119000,120000 +SLE,2041,13,118000,119000 +SLE,2041,14,117000,118000 +SLE,2041,15,116000,117000 +SLE,2041,16,115000,116000 +SLE,2041,17,114000,115000 +SLE,2041,18,113000,114000 +SLE,2042,0,129000,130000 +SLE,2042,1,128000,129000 +SLE,2042,2,127000,128000 +SLE,2042,3,126000,128000 +SLE,2042,4,126000,127000 +SLE,2042,5,125000,126000 +SLE,2042,6,124000,125000 +SLE,2042,7,124000,125000 +SLE,2042,8,123000,124000 +SLE,2042,9,122000,123000 +SLE,2042,10,121000,122000 +SLE,2042,11,120000,121000 +SLE,2042,12,120000,121000 +SLE,2042,13,119000,120000 +SLE,2042,14,118000,119000 +SLE,2042,15,117000,118000 +SLE,2042,16,116000,117000 +SLE,2042,17,115000,116000 +SLE,2042,18,114000,115000 +SLE,2043,0,129000,130000 +SLE,2043,1,128000,129000 +SLE,2043,2,127000,128000 +SLE,2043,3,127000,128000 +SLE,2043,4,126000,127000 +SLE,2043,5,125000,126000 +SLE,2043,6,125000,126000 +SLE,2043,7,124000,125000 +SLE,2043,8,123000,124000 +SLE,2043,9,122000,124000 +SLE,2043,10,122000,123000 +SLE,2043,11,121000,122000 +SLE,2043,12,120000,121000 +SLE,2043,13,119000,120000 +SLE,2043,14,118000,120000 +SLE,2043,15,117000,119000 +SLE,2043,16,116000,118000 +SLE,2043,17,115000,117000 +SLE,2043,18,114000,116000 +SLE,2044,0,129000,131000 +SLE,2044,1,128000,130000 +SLE,2044,2,128000,129000 +SLE,2044,3,127000,128000 +SLE,2044,4,126000,127000 +SLE,2044,5,125000,127000 +SLE,2044,6,125000,126000 +SLE,2044,7,124000,125000 +SLE,2044,8,124000,125000 +SLE,2044,9,123000,124000 +SLE,2044,10,122000,123000 +SLE,2044,11,121000,123000 +SLE,2044,12,121000,122000 +SLE,2044,13,120000,121000 +SLE,2044,14,119000,120000 +SLE,2044,15,118000,119000 +SLE,2044,16,117000,119000 +SLE,2044,17,116000,118000 +SLE,2044,18,115000,117000 +SLE,2045,0,129000,131000 +SLE,2045,1,128000,130000 +SLE,2045,2,128000,129000 +SLE,2045,3,127000,128000 +SLE,2045,4,126000,127000 +SLE,2045,5,126000,127000 +SLE,2045,6,125000,126000 +SLE,2045,7,124000,125000 +SLE,2045,8,124000,125000 +SLE,2045,9,123000,124000 +SLE,2045,10,123000,124000 +SLE,2045,11,122000,123000 +SLE,2045,12,121000,122000 +SLE,2045,13,120000,122000 +SLE,2045,14,120000,121000 +SLE,2045,15,119000,120000 +SLE,2045,16,118000,119000 +SLE,2045,17,117000,118000 +SLE,2045,18,116000,117000 +SLE,2046,0,129000,131000 +SLE,2046,1,129000,130000 +SLE,2046,2,128000,129000 +SLE,2046,3,127000,128000 +SLE,2046,4,127000,128000 +SLE,2046,5,126000,127000 +SLE,2046,6,125000,126000 +SLE,2046,7,125000,126000 +SLE,2046,8,124000,125000 +SLE,2046,9,124000,125000 +SLE,2046,10,123000,124000 +SLE,2046,11,122000,123000 +SLE,2046,12,122000,123000 +SLE,2046,13,121000,122000 +SLE,2046,14,120000,121000 +SLE,2046,15,119000,121000 +SLE,2046,16,118000,120000 +SLE,2046,17,117000,119000 +SLE,2046,18,117000,118000 +SLE,2047,0,129000,130000 +SLE,2047,1,128000,130000 +SLE,2047,2,128000,129000 +SLE,2047,3,128000,129000 +SLE,2047,4,127000,128000 +SLE,2047,5,126000,127000 +SLE,2047,6,126000,127000 +SLE,2047,7,125000,126000 +SLE,2047,8,124000,126000 +SLE,2047,9,124000,125000 +SLE,2047,10,123000,124000 +SLE,2047,11,123000,124000 +SLE,2047,12,122000,123000 +SLE,2047,13,121000,123000 +SLE,2047,14,121000,122000 +SLE,2047,15,120000,121000 +SLE,2047,16,119000,120000 +SLE,2047,17,118000,119000 +SLE,2047,18,117000,119000 +SLE,2048,0,129000,130000 +SLE,2048,1,128000,129000 +SLE,2048,2,128000,129000 +SLE,2048,3,128000,129000 +SLE,2048,4,127000,128000 +SLE,2048,5,127000,128000 +SLE,2048,6,126000,127000 +SLE,2048,7,125000,126000 +SLE,2048,8,125000,126000 +SLE,2048,9,124000,125000 +SLE,2048,10,124000,125000 +SLE,2048,11,123000,124000 +SLE,2048,12,122000,124000 +SLE,2048,13,122000,123000 +SLE,2048,14,121000,122000 +SLE,2048,15,120000,122000 +SLE,2048,16,120000,121000 +SLE,2048,17,119000,120000 +SLE,2048,18,118000,119000 +SLE,2049,0,128000,130000 +SLE,2049,1,128000,129000 +SLE,2049,2,128000,129000 +SLE,2049,3,127000,128000 +SLE,2049,4,127000,128000 +SLE,2049,5,127000,128000 +SLE,2049,6,126000,127000 +SLE,2049,7,126000,127000 +SLE,2049,8,125000,126000 +SLE,2049,9,125000,126000 +SLE,2049,10,124000,125000 +SLE,2049,11,123000,125000 +SLE,2049,12,123000,124000 +SLE,2049,13,122000,123000 +SLE,2049,14,122000,123000 +SLE,2049,15,121000,122000 +SLE,2049,16,120000,122000 +SLE,2049,17,119000,121000 +SLE,2049,18,118000,120000 +SLE,2050,0,128000,129000 +SLE,2050,1,128000,129000 +SLE,2050,2,128000,129000 +SLE,2050,3,127000,128000 +SLE,2050,4,127000,128000 +SLE,2050,5,127000,128000 +SLE,2050,6,126000,127000 +SLE,2050,7,126000,127000 +SLE,2050,8,125000,126000 +SLE,2050,9,125000,126000 +SLE,2050,10,124000,125000 +SLE,2050,11,124000,125000 +SLE,2050,12,123000,124000 +SLE,2050,13,123000,124000 +SLE,2050,14,122000,123000 +SLE,2050,15,121000,123000 +SLE,2050,16,121000,122000 +SLE,2050,17,120000,121000 +SLE,2050,18,119000,121000 +SLV,1990,0,75867,78737 +SLV,1990,1,74476,77187 +SLV,1990,2,73297,75855 +SLV,1990,3,72297,74701 +SLV,1990,4,71441,73690 +SLV,1990,5,70694,72783 +SLV,1990,6,70023,71943 +SLV,1990,7,69392,71134 +SLV,1990,8,68769,70316 +SLV,1990,9,68118,69454 +SLV,1990,10,67465,68579 +SLV,1990,11,66837,67723 +SLV,1990,12,65898,66502 +SLV,1990,13,64492,64737 +SLV,1990,14,62767,62602 +SLV,1990,15,61045,60472 +SLV,1990,16,59288,58307 +SLV,1990,17,57484,56087 +SLV,1990,18,55670,53854 +SLV,1991,0,76738,79725 +SLV,1991,1,75067,78020 +SLV,1991,2,73700,76482 +SLV,1991,3,72511,75115 +SLV,1991,4,71474,73891 +SLV,1991,5,70560,72782 +SLV,1991,6,69736,71751 +SLV,1991,7,68970,70764 +SLV,1991,8,68261,69828 +SLV,1991,9,67595,68930 +SLV,1991,10,66926,68018 +SLV,1991,11,66251,67089 +SLV,1991,12,65602,66179 +SLV,1991,13,64657,64930 +SLV,1991,14,63264,63175 +SLV,1991,15,61567,61075 +SLV,1991,16,59879,58989 +SLV,1991,17,58158,56874 +SLV,1991,18,56413,54719 +SLV,1992,0,77747,80812 +SLV,1992,1,75876,78885 +SLV,1992,2,74298,77322 +SLV,1992,3,72953,75795 +SLV,1992,4,71754,74393 +SLV,1992,5,70678,73098 +SLV,1992,6,69706,71890 +SLV,1992,7,68806,70735 +SLV,1992,8,67944,69601 +SLV,1992,9,67158,68538 +SLV,1992,10,66448,67558 +SLV,1992,11,65760,66598 +SLV,1992,12,65063,65613 +SLV,1992,13,64394,64649 +SLV,1992,14,63442,63372 +SLV,1992,15,62061,61625 +SLV,1992,16,60391,59562 +SLV,1992,17,58736,57518 +SLV,1992,18,57052,55454 +SLV,1993,0,78656,81757 +SLV,1993,1,76714,79850 +SLV,1993,2,74998,78111 +SLV,1993,3,73539,76615 +SLV,1993,4,72217,75099 +SLV,1993,5,71007,73663 +SLV,1993,6,69893,72297 +SLV,1993,7,68863,70990 +SLV,1993,8,67886,69712 +SLV,1993,9,66928,68429 +SLV,1993,10,66063,67241 +SLV,1993,11,65310,66179 +SLV,1993,12,64604,65169 +SLV,1993,13,63885,64130 +SLV,1993,14,63195,63111 +SLV,1993,15,62237,61807 +SLV,1993,16,60867,60069 +SLV,1993,17,59224,58041 +SLV,1993,18,57601,56040 +SLV,1994,0,79162,82260 +SLV,1994,1,77333,80552 +SLV,1994,2,75657,78916 +SLV,1994,3,74121,77347 +SLV,1994,4,72773,75877 +SLV,1994,5,71474,74373 +SLV,1994,6,70253,72903 +SLV,1994,7,69102,71466 +SLV,1994,8,68014,70062 +SLV,1994,9,66959,68660 +SLV,1994,10,65906,67231 +SLV,1994,11,64963,65916 +SLV,1994,12,64167,64773 +SLV,1994,13,63442,63715 +SLV,1994,14,62700,62622 +SLV,1994,15,61989,61548 +SLV,1994,16,61025,60217 +SLV,1994,17,59667,58489 +SLV,1994,18,58051,56497 +SLV,1995,0,79055,82115 +SLV,1995,1,77549,80798 +SLV,1995,2,76090,79430 +SLV,1995,3,74678,78019 +SLV,1995,4,73311,76574 +SLV,1995,5,71991,75101 +SLV,1995,6,70715,73609 +SLV,1995,7,69483,72106 +SLV,1995,8,68295,70600 +SLV,1995,9,67149,69098 +SLV,1995,10,66017,67574 +SLV,1995,11,64869,65998 +SLV,1995,12,63848,64558 +SLV,1995,13,63008,63335 +SLV,1995,14,62265,62229 +SLV,1995,15,61501,61082 +SLV,1995,16,60769,59955 +SLV,1995,17,59799,58598 +SLV,1995,18,58453,56879 +SLV,1996,0,78301,81401 +SLV,1996,1,78251,81422 +SLV,1996,2,76909,80209 +SLV,1996,3,75532,78869 +SLV,1996,4,74133,77425 +SLV,1996,5,72727,75896 +SLV,1996,6,71312,74294 +SLV,1996,7,69892,72626 +SLV,1996,8,68542,70972 +SLV,1996,9,67304,69378 +SLV,1996,10,66152,67829 +SLV,1996,11,64991,66239 +SLV,1996,12,63806,64592 +SLV,1996,13,62758,63093 +SLV,1996,14,61910,61824 +SLV,1996,15,61171,60686 +SLV,1996,16,60415,59516 +SLV,1996,17,59695,58375 +SLV,1996,18,58751,57021 +SLV,1997,0,76993,80100 +SLV,1997,1,76788,80148 +SLV,1997,2,77465,80722 +SLV,1997,3,76287,79612 +SLV,1997,4,74991,78301 +SLV,1997,5,73605,76823 +SLV,1997,6,72158,75212 +SLV,1997,7,70650,73480 +SLV,1997,8,69084,71636 +SLV,1997,9,67617,69832 +SLV,1997,10,66328,68150 +SLV,1997,11,65169,66553 +SLV,1997,12,63979,64898 +SLV,1997,13,62756,63179 +SLV,1997,14,61683,61621 +SLV,1997,15,60825,60308 +SLV,1997,16,60090,59138 +SLV,1997,17,59343,57945 +SLV,1997,18,58634,56790 +SLV,1998,0,75189,78274 +SLV,1998,1,75839,79180 +SLV,1998,2,76031,79528 +SLV,1998,3,76679,80003 +SLV,1998,4,75666,78997 +SLV,1998,5,74451,77715 +SLV,1998,6,73079,76204 +SLV,1998,7,71590,74511 +SLV,1998,8,69988,72649 +SLV,1998,9,68277,70629 +SLV,1998,10,66692,68676 +SLV,1998,11,65354,66906 +SLV,1998,12,64187,65262 +SLV,1998,13,62969,63541 +SLV,1998,14,61708,61753 +SLV,1998,15,60609,60135 +SLV,1998,16,59742,58777 +SLV,1998,17,59011,57576 +SLV,1998,18,58271,56361 +SLV,1999,0,73007,76042 +SLV,1999,1,74492,77776 +SLV,1999,2,75362,78808 +SLV,1999,3,75681,79205 +SLV,1999,4,75889,79266 +SLV,1999,5,75040,78364 +SLV,1999,6,73907,77111 +SLV,1999,7,72548,75567 +SLV,1999,8,71018,73793 +SLV,1999,9,69323,71802 +SLV,1999,10,67466,69607 +SLV,1999,11,65763,67504 +SLV,1999,12,64375,65648 +SLV,1999,13,63202,63957 +SLV,1999,14,61954,62171 +SLV,1999,15,60655,60312 +SLV,1999,16,59531,58635 +SLV,1999,17,58654,57233 +SLV,1999,18,57927,56001 +SLV,2000,0,70580,73546 +SLV,2000,1,72780,75983 +SLV,2000,2,74262,77626 +SLV,2000,3,75096,78549 +SLV,2000,4,75353,78824 +SLV,2000,5,75103,78526 +SLV,2000,6,74418,77729 +SLV,2000,7,73367,76505 +SLV,2000,8,72020,74929 +SLV,2000,9,70450,73073 +SLV,2000,10,68661,70953 +SLV,2000,11,66659,68583 +SLV,2000,12,64838,66331 +SLV,2000,13,63400,64387 +SLV,2000,14,62220,62650 +SLV,2000,15,60943,60799 +SLV,2000,16,59606,58870 +SLV,2000,17,58456,57135 +SLV,2000,18,57570,55688 +SLV,2001,0,67825,70734 +SLV,2001,1,70468,73460 +SLV,2001,2,72466,75656 +SLV,2001,3,73816,77136 +SLV,2001,4,74577,77960 +SLV,2001,5,74806,78185 +SLV,2001,6,74576,77889 +SLV,2001,7,73959,77150 +SLV,2001,8,72938,75927 +SLV,2001,9,71541,74240 +SLV,2001,10,69869,72206 +SLV,2001,11,68006,69940 +SLV,2001,12,65942,67440 +SLV,2001,13,64068,65068 +SLV,2001,14,62590,63025 +SLV,2001,15,61381,61204 +SLV,2001,16,60077,59276 +SLV,2001,17,58714,57274 +SLV,2001,18,57551,55494 +SLV,2002,0,64847,67677 +SLV,2002,1,68127,71156 +SLV,2002,2,70375,73387 +SLV,2002,3,72172,75342 +SLV,2002,4,73392,76660 +SLV,2002,5,74080,77385 +SLV,2002,6,74281,77559 +SLV,2002,7,74070,77264 +SLV,2002,8,73522,76584 +SLV,2002,9,72531,75363 +SLV,2002,10,71082,73565 +SLV,2002,11,69309,71352 +SLV,2002,12,67371,68940 +SLV,2002,13,65245,66309 +SLV,2002,14,63317,63817 +SLV,2002,15,61799,61673 +SLV,2002,16,60560,59769 +SLV,2002,17,59228,57763 +SLV,2002,18,57840,55689 +SLV,2003,0,62006,64761 +SLV,2003,1,65567,68489 +SLV,2003,2,68418,71480 +SLV,2003,3,70297,73328 +SLV,2003,4,71893,75042 +SLV,2003,5,72983,76198 +SLV,2003,6,73598,76824 +SLV,2003,7,73771,76947 +SLV,2003,8,73579,76655 +SLV,2003,9,73100,76032 +SLV,2003,10,72139,74812 +SLV,2003,11,70637,72904 +SLV,2003,12,68763,70512 +SLV,2003,13,66750,67953 +SLV,2003,14,64562,65190 +SLV,2003,15,62579,62578 +SLV,2003,16,61020,60333 +SLV,2003,17,59752,58346 +SLV,2003,18,58392,56261 +SLV,2004,0,59770,62474 +SLV,2004,1,63296,66126 +SLV,2004,2,66236,69183 +SLV,2004,3,68621,71669 +SLV,2004,4,70218,73270 +SLV,2004,5,71614,74744 +SLV,2004,6,72573,75738 +SLV,2004,7,73116,76265 +SLV,2004,8,73261,76338 +SLV,2004,9,73088,76047 +SLV,2004,10,72678,75482 +SLV,2004,11,71746,74263 +SLV,2004,12,70192,72244 +SLV,2004,13,68216,69673 +SLV,2004,14,66129,66967 +SLV,2004,15,63877,64073 +SLV,2004,16,61840,61340 +SLV,2004,17,60241,58994 +SLV,2004,18,58943,56924 +SLV,2005,0,58447,61144 +SLV,2005,1,61567,64332 +SLV,2005,2,64288,67136 +SLV,2005,3,66618,69552 +SLV,2005,4,68563,71576 +SLV,2005,5,70130,73207 +SLV,2005,6,71324,74440 +SLV,2005,7,72153,75272 +SLV,2005,8,72623,75701 +SLV,2005,9,72740,75722 +SLV,2005,10,72587,75432 +SLV,2005,11,72245,74927 +SLV,2005,12,71344,73709 +SLV,2005,13,69737,71578 +SLV,2005,14,67660,68828 +SLV,2005,15,65498,65976 +SLV,2005,16,63184,62950 +SLV,2005,17,61093,60097 +SLV,2005,18,59453,57650 +SLV,2006,0,58283,61006 +SLV,2006,1,58647,61306 +SLV,2006,2,61398,64128 +SLV,2006,3,63892,66707 +SLV,2006,4,66111,69012 +SLV,2006,5,68036,71012 +SLV,2006,6,69676,72711 +SLV,2006,7,71041,74113 +SLV,2006,8,71968,75015 +SLV,2006,9,72380,75317 +SLV,2006,10,72344,75091 +SLV,2006,11,72088,74609 +SLV,2006,12,71666,73932 +SLV,2006,13,70697,72563 +SLV,2006,14,69045,70317 +SLV,2006,15,66938,67480 +SLV,2006,16,64745,64543 +SLV,2006,17,62403,61435 +SLV,2006,18,60296,58533 +SLV,2007,0,59034,61818 +SLV,2007,1,60066,62762 +SLV,2007,2,58789,61406 +SLV,2007,3,61169,63859 +SLV,2007,4,63434,66210 +SLV,2007,5,65539,68402 +SLV,2007,6,67441,70375 +SLV,2007,7,69153,72141 +SLV,2007,8,70689,73711 +SLV,2007,9,71713,74681 +SLV,2007,10,72066,74856 +SLV,2007,11,71877,74383 +SLV,2007,12,71519,73709 +SLV,2007,13,71017,72863 +SLV,2007,14,69980,71344 +SLV,2007,15,68284,68985 +SLV,2007,16,66149,66063 +SLV,2007,17,63929,63043 +SLV,2007,18,61561,59857 +SLV,2008,0,60265,63133 +SLV,2008,1,59942,62637 +SLV,2008,2,60157,62766 +SLV,2008,3,58914,61493 +SLV,2008,4,60922,63577 +SLV,2008,5,62957,65701 +SLV,2008,6,64949,67779 +SLV,2008,7,66828,69725 +SLV,2008,8,68611,71558 +SLV,2008,9,70316,73295 +SLV,2008,10,71437,74334 +SLV,2008,11,71731,74381 +SLV,2008,12,71389,73662 +SLV,2008,13,70929,72795 +SLV,2008,14,70348,71780 +SLV,2008,15,69244,70112 +SLV,2008,16,67504,67640 +SLV,2008,17,65343,64635 +SLV,2008,18,63095,61534 +SLV,2009,0,61346,64299 +SLV,2009,1,59899,62613 +SLV,2009,2,59247,61824 +SLV,2009,3,59276,61801 +SLV,2009,4,59070,61627 +SLV,2009,5,60708,63344 +SLV,2009,6,62514,65242 +SLV,2009,7,64393,67208 +SLV,2009,8,66250,69128 +SLV,2009,9,68106,71029 +SLV,2009,10,69981,72935 +SLV,2009,11,71199,74042 +SLV,2009,12,71435,73962 +SLV,2009,13,70940,72996 +SLV,2009,14,70378,71938 +SLV,2009,15,69716,70753 +SLV,2009,16,68545,68934 +SLV,2009,17,66761,66348 +SLV,2009,18,64571,63257 +SLV,2010,0,61813,64837 +SLV,2010,1,59718,62464 +SLV,2010,2,58538,61118 +SLV,2010,3,58151,60657 +SLV,2010,4,58437,60940 +SLV,2010,5,59274,61828 +SLV,2010,6,60543,63179 +SLV,2010,7,62122,64853 +SLV,2010,8,63890,66709 +SLV,2010,9,65726,68606 +SLV,2010,10,67656,70577 +SLV,2010,11,69702,72654 +SLV,2010,12,71019,73831 +SLV,2010,13,71196,73624 +SLV,2010,14,70548,72410 +SLV,2010,15,69883,71158 +SLV,2010,16,69141,69801 +SLV,2010,17,67902,67830 +SLV,2010,18,66071,65127 +SLV,2011,0,61295,64278 +SLV,2011,1,60836,63736 +SLV,2011,2,59206,61891 +SLV,2011,3,58318,60876 +SLV,2011,4,58078,60580 +SLV,2011,5,58393,60892 +SLV,2011,6,59144,61677 +SLV,2011,7,60214,62800 +SLV,2011,8,61632,64267 +SLV,2011,9,63354,66014 +SLV,2011,10,65213,67859 +SLV,2011,11,67110,69719 +SLV,2011,12,69094,71651 +SLV,2011,13,70360,72700 +SLV,2011,14,70504,72391 +SLV,2011,15,69835,71098 +SLV,2011,16,69149,69770 +SLV,2011,17,68388,68340 +SLV,2011,18,67138,66327 +SLV,2012,0,60174,63110 +SLV,2012,1,58469,61153 +SLV,2012,2,59935,62742 +SLV,2012,3,58768,61420 +SLV,2012,4,58170,60734 +SLV,2012,5,58076,60603 +SLV,2012,6,58420,60944 +SLV,2012,7,59087,61628 +SLV,2012,8,59960,62525 +SLV,2012,9,61220,63788 +SLV,2012,10,62898,65429 +SLV,2012,11,64782,67225 +SLV,2012,12,66649,68977 +SLV,2012,13,68573,70769 +SLV,2012,14,69788,71691 +SLV,2012,15,69899,71280 +SLV,2012,16,69209,69907 +SLV,2012,17,68502,68500 +SLV,2012,18,67720,66994 +SLV,2013,0,58739,61629 +SLV,2013,1,57762,60443 +SLV,2013,2,57190,59744 +SLV,2013,3,59081,61816 +SLV,2013,4,58375,61016 +SLV,2013,5,58067,60659 +SLV,2013,6,58120,60692 +SLV,2013,7,58494,61062 +SLV,2013,8,59075,61645 +SLV,2013,9,59752,62318 +SLV,2013,10,60855,63378 +SLV,2013,11,62491,64916 +SLV,2013,12,64400,66664 +SLV,2013,13,66239,68310 +SLV,2013,14,68105,69964 +SLV,2013,15,69271,70759 +SLV,2013,16,69348,70247 +SLV,2013,17,68637,68791 +SLV,2013,18,67908,67303 +SLV,2014,0,57437,60291 +SLV,2014,1,57158,59849 +SLV,2014,2,57031,59624 +SLV,2014,3,57047,59594 +SLV,2014,4,58232,60905 +SLV,2014,5,57988,60627 +SLV,2014,6,57971,60599 +SLV,2014,7,58170,60797 +SLV,2014,8,58573,61196 +SLV,2014,9,59070,61678 +SLV,2014,10,59551,62126 +SLV,2014,11,60496,62984 +SLV,2014,12,62090,64417 +SLV,2014,13,64025,66119 +SLV,2014,14,65835,67660 +SLV,2014,15,67644,69175 +SLV,2014,16,68760,69844 +SLV,2014,17,68804,69229 +SLV,2014,18,68071,67691 +SLV,2015,0,56594,59432 +SLV,2015,1,56760,59469 +SLV,2015,2,56905,59538 +SLV,2015,3,57045,59644 +SLV,2015,4,57196,59791 +SLV,2015,5,57372,59985 +SLV,2015,6,57590,60231 +SLV,2015,7,57864,60532 +SLV,2015,8,58210,60895 +SLV,2015,9,58643,61323 +SLV,2015,10,59055,61705 +SLV,2015,11,59339,61927 +SLV,2015,12,60126,62583 +SLV,2015,13,61677,63911 +SLV,2015,14,63639,65566 +SLV,2015,15,65420,67001 +SLV,2015,16,67170,68377 +SLV,2015,17,68237,68919 +SLV,2015,18,68248,68202 +SLV,2016,0,56299,59101 +SLV,2016,1,56407,59192 +SLV,2016,2,56531,59218 +SLV,2016,3,56652,59281 +SLV,2016,4,56780,59383 +SLV,2016,5,56928,59525 +SLV,2016,6,57112,59715 +SLV,2016,7,57349,59964 +SLV,2016,8,57623,60235 +SLV,2016,9,57931,60513 +SLV,2016,10,58304,60822 +SLV,2016,11,58664,61091 +SLV,2016,12,58897,61201 +SLV,2016,13,59641,61752 +SLV,2016,14,61162,62992 +SLV,2016,15,63104,64571 +SLV,2016,16,64865,65933 +SLV,2016,17,66596,67240 +SLV,2016,18,67651,67736 +SLV,2017,0,56429,59219 +SLV,2017,1,56577,59267 +SLV,2017,2,56217,58958 +SLV,2017,3,56301,58973 +SLV,2017,4,56397,59031 +SLV,2017,5,56514,59129 +SLV,2017,6,56657,59265 +SLV,2017,7,56849,59453 +SLV,2017,8,57107,59705 +SLV,2017,9,57379,59944 +SLV,2017,10,57650,60138 +SLV,2017,11,57963,60329 +SLV,2017,12,58271,60485 +SLV,2017,13,58453,60483 +SLV,2017,14,59154,60929 +SLV,2017,15,60645,62080 +SLV,2017,16,62567,63585 +SLV,2017,17,64308,64874 +SLV,2017,18,66019,66111 +SLV,2018,0,56771,59563 +SLV,2018,1,56650,59344 +SLV,2018,2,56528,59165 +SLV,2018,3,56025,58730 +SLV,2018,4,56069,58734 +SLV,2018,5,56140,58786 +SLV,2018,6,56245,58880 +SLV,2018,7,56385,59011 +SLV,2018,8,56584,59196 +SLV,2018,9,56862,59452 +SLV,2018,10,57134,59660 +SLV,2018,11,57367,59768 +SLV,2018,12,57620,59841 +SLV,2018,13,57875,59885 +SLV,2018,14,58007,59770 +SLV,2018,15,58664,60112 +SLV,2018,16,60126,61175 +SLV,2018,17,62027,62605 +SLV,2018,18,63748,63822 +SLV,2019,0,57000,60000 +SLV,2019,1,57000,59000 +SLV,2019,2,56000,59000 +SLV,2019,3,56000,59000 +SLV,2019,4,56000,59000 +SLV,2019,5,56000,59000 +SLV,2019,6,56000,59000 +SLV,2019,7,56000,59000 +SLV,2019,8,56000,59000 +SLV,2019,9,56000,59000 +SLV,2019,10,57000,59000 +SLV,2019,11,57000,59000 +SLV,2019,12,57000,59000 +SLV,2019,13,57000,59000 +SLV,2019,14,57000,59000 +SLV,2019,15,58000,59000 +SLV,2019,16,58000,59000 +SLV,2019,17,60000,60000 +SLV,2019,18,61000,62000 +SLV,2020,0,57000,60000 +SLV,2020,1,57000,59000 +SLV,2020,2,56000,59000 +SLV,2020,3,56000,59000 +SLV,2020,4,56000,58000 +SLV,2020,5,56000,58000 +SLV,2020,6,56000,58000 +SLV,2020,7,56000,58000 +SLV,2020,8,56000,58000 +SLV,2020,9,56000,59000 +SLV,2020,10,56000,59000 +SLV,2020,11,56000,59000 +SLV,2020,12,57000,59000 +SLV,2020,13,57000,59000 +SLV,2020,14,57000,59000 +SLV,2020,15,57000,59000 +SLV,2020,16,57000,58000 +SLV,2020,17,58000,59000 +SLV,2020,18,59000,59000 +SLV,2021,0,56000,59000 +SLV,2021,1,57000,59000 +SLV,2021,2,56000,59000 +SLV,2021,3,56000,59000 +SLV,2021,4,56000,58000 +SLV,2021,5,56000,58000 +SLV,2021,6,55000,58000 +SLV,2021,7,55000,58000 +SLV,2021,8,55000,58000 +SLV,2021,9,55000,58000 +SLV,2021,10,56000,58000 +SLV,2021,11,56000,58000 +SLV,2021,12,56000,58000 +SLV,2021,13,56000,58000 +SLV,2021,14,56000,58000 +SLV,2021,15,56000,58000 +SLV,2021,16,57000,58000 +SLV,2021,17,57000,57000 +SLV,2021,18,57000,58000 +SLV,2022,0,56000,58000 +SLV,2022,1,56000,58000 +SLV,2022,2,56000,59000 +SLV,2022,3,56000,59000 +SLV,2022,4,56000,58000 +SLV,2022,5,56000,58000 +SLV,2022,6,55000,58000 +SLV,2022,7,55000,58000 +SLV,2022,8,55000,58000 +SLV,2022,9,55000,58000 +SLV,2022,10,55000,58000 +SLV,2022,11,55000,58000 +SLV,2022,12,55000,58000 +SLV,2022,13,56000,58000 +SLV,2022,14,56000,58000 +SLV,2022,15,56000,58000 +SLV,2022,16,56000,57000 +SLV,2022,17,56000,57000 +SLV,2022,18,56000,57000 +SLV,2023,0,55000,57000 +SLV,2023,1,55000,58000 +SLV,2023,2,55000,58000 +SLV,2023,3,56000,59000 +SLV,2023,4,56000,58000 +SLV,2023,5,56000,58000 +SLV,2023,6,56000,58000 +SLV,2023,7,55000,58000 +SLV,2023,8,55000,58000 +SLV,2023,9,55000,58000 +SLV,2023,10,55000,58000 +SLV,2023,11,55000,57000 +SLV,2023,12,55000,57000 +SLV,2023,13,55000,57000 +SLV,2023,14,55000,57000 +SLV,2023,15,55000,57000 +SLV,2023,16,55000,57000 +SLV,2023,17,56000,57000 +SLV,2023,18,56000,56000 +SLV,2024,0,53000,56000 +SLV,2024,1,54000,57000 +SLV,2024,2,55000,57000 +SLV,2024,3,55000,58000 +SLV,2024,4,56000,58000 +SLV,2024,5,56000,58000 +SLV,2024,6,56000,58000 +SLV,2024,7,55000,58000 +SLV,2024,8,55000,58000 +SLV,2024,9,55000,58000 +SLV,2024,10,55000,57000 +SLV,2024,11,55000,57000 +SLV,2024,12,55000,57000 +SLV,2024,13,55000,57000 +SLV,2024,14,55000,57000 +SLV,2024,15,55000,57000 +SLV,2024,16,55000,56000 +SLV,2024,17,55000,56000 +SLV,2024,18,55000,56000 +SLV,2025,0,53000,55000 +SLV,2025,1,53000,56000 +SLV,2025,2,54000,57000 +SLV,2025,3,55000,57000 +SLV,2025,4,55000,58000 +SLV,2025,5,55000,58000 +SLV,2025,6,55000,58000 +SLV,2025,7,55000,58000 +SLV,2025,8,55000,58000 +SLV,2025,9,55000,58000 +SLV,2025,10,55000,58000 +SLV,2025,11,55000,57000 +SLV,2025,12,54000,57000 +SLV,2025,13,54000,57000 +SLV,2025,14,54000,57000 +SLV,2025,15,54000,56000 +SLV,2025,16,54000,56000 +SLV,2025,17,55000,56000 +SLV,2025,18,55000,55000 +SLV,2026,0,52000,54000 +SLV,2026,1,52000,55000 +SLV,2026,2,53000,56000 +SLV,2026,3,54000,57000 +SLV,2026,4,54000,57000 +SLV,2026,5,55000,57000 +SLV,2026,6,55000,58000 +SLV,2026,7,55000,58000 +SLV,2026,8,55000,58000 +SLV,2026,9,55000,58000 +SLV,2026,10,55000,58000 +SLV,2026,11,55000,57000 +SLV,2026,12,54000,57000 +SLV,2026,13,54000,56000 +SLV,2026,14,54000,56000 +SLV,2026,15,54000,56000 +SLV,2026,16,54000,56000 +SLV,2026,17,54000,55000 +SLV,2026,18,54000,55000 +SLV,2027,0,51000,53000 +SLV,2027,1,52000,54000 +SLV,2027,2,52000,55000 +SLV,2027,3,53000,56000 +SLV,2027,4,54000,56000 +SLV,2027,5,54000,57000 +SLV,2027,6,55000,57000 +SLV,2027,7,55000,58000 +SLV,2027,8,55000,58000 +SLV,2027,9,55000,58000 +SLV,2027,10,55000,58000 +SLV,2027,11,55000,57000 +SLV,2027,12,54000,57000 +SLV,2027,13,54000,56000 +SLV,2027,14,54000,56000 +SLV,2027,15,54000,56000 +SLV,2027,16,54000,55000 +SLV,2027,17,54000,55000 +SLV,2027,18,54000,55000 +SLV,2028,0,50000,53000 +SLV,2028,1,51000,54000 +SLV,2028,2,52000,54000 +SLV,2028,3,52000,55000 +SLV,2028,4,53000,56000 +SLV,2028,5,54000,56000 +SLV,2028,6,54000,57000 +SLV,2028,7,54000,57000 +SLV,2028,8,55000,57000 +SLV,2028,9,55000,58000 +SLV,2028,10,55000,58000 +SLV,2028,11,55000,57000 +SLV,2028,12,54000,57000 +SLV,2028,13,54000,56000 +SLV,2028,14,54000,56000 +SLV,2028,15,53000,55000 +SLV,2028,16,53000,55000 +SLV,2028,17,53000,55000 +SLV,2028,18,53000,54000 +SLV,2029,0,50000,52000 +SLV,2029,1,50000,53000 +SLV,2029,2,51000,54000 +SLV,2029,3,52000,54000 +SLV,2029,4,52000,55000 +SLV,2029,5,53000,55000 +SLV,2029,6,53000,56000 +SLV,2029,7,54000,56000 +SLV,2029,8,54000,57000 +SLV,2029,9,54000,57000 +SLV,2029,10,55000,57000 +SLV,2029,11,55000,57000 +SLV,2029,12,54000,57000 +SLV,2029,13,54000,57000 +SLV,2029,14,54000,56000 +SLV,2029,15,53000,55000 +SLV,2029,16,53000,55000 +SLV,2029,17,53000,54000 +SLV,2029,18,53000,54000 +SLV,2030,0,49000,51000 +SLV,2030,1,50000,52000 +SLV,2030,2,50000,53000 +SLV,2030,3,51000,53000 +SLV,2030,4,52000,54000 +SLV,2030,5,52000,55000 +SLV,2030,6,53000,55000 +SLV,2030,7,53000,56000 +SLV,2030,8,54000,56000 +SLV,2030,9,54000,57000 +SLV,2030,10,54000,57000 +SLV,2030,11,54000,57000 +SLV,2030,12,55000,57000 +SLV,2030,13,54000,57000 +SLV,2030,14,54000,56000 +SLV,2030,15,53000,56000 +SLV,2030,16,53000,55000 +SLV,2030,17,53000,54000 +SLV,2030,18,52000,54000 +SLV,2031,0,48000,51000 +SLV,2031,1,49000,51000 +SLV,2031,2,50000,52000 +SLV,2031,3,50000,53000 +SLV,2031,4,51000,53000 +SLV,2031,5,51000,54000 +SLV,2031,6,52000,55000 +SLV,2031,7,53000,55000 +SLV,2031,8,53000,56000 +SLV,2031,9,53000,56000 +SLV,2031,10,54000,56000 +SLV,2031,11,54000,57000 +SLV,2031,12,54000,57000 +SLV,2031,13,54000,57000 +SLV,2031,14,54000,56000 +SLV,2031,15,53000,56000 +SLV,2031,16,53000,55000 +SLV,2031,17,53000,54000 +SLV,2031,18,52000,54000 +SLV,2032,0,48000,50000 +SLV,2032,1,48000,50000 +SLV,2032,2,49000,51000 +SLV,2032,3,49000,52000 +SLV,2032,4,50000,52000 +SLV,2032,5,51000,53000 +SLV,2032,6,51000,54000 +SLV,2032,7,52000,54000 +SLV,2032,8,52000,55000 +SLV,2032,9,53000,55000 +SLV,2032,10,53000,56000 +SLV,2032,11,53000,56000 +SLV,2032,12,54000,56000 +SLV,2032,13,54000,56000 +SLV,2032,14,54000,56000 +SLV,2032,15,54000,56000 +SLV,2032,16,53000,55000 +SLV,2032,17,53000,54000 +SLV,2032,18,52000,54000 +SLV,2033,0,47000,49000 +SLV,2033,1,47000,50000 +SLV,2033,2,48000,50000 +SLV,2033,3,49000,51000 +SLV,2033,4,49000,52000 +SLV,2033,5,50000,52000 +SLV,2033,6,51000,53000 +SLV,2033,7,51000,54000 +SLV,2033,8,52000,54000 +SLV,2033,9,52000,55000 +SLV,2033,10,53000,55000 +SLV,2033,11,53000,56000 +SLV,2033,12,53000,56000 +SLV,2033,13,53000,56000 +SLV,2033,14,53000,56000 +SLV,2033,15,53000,56000 +SLV,2033,16,53000,55000 +SLV,2033,17,53000,54000 +SLV,2033,18,52000,54000 +SLV,2034,0,46000,48000 +SLV,2034,1,47000,49000 +SLV,2034,2,47000,49000 +SLV,2034,3,48000,50000 +SLV,2034,4,48000,51000 +SLV,2034,5,49000,52000 +SLV,2034,6,50000,52000 +SLV,2034,7,50000,53000 +SLV,2034,8,51000,54000 +SLV,2034,9,52000,54000 +SLV,2034,10,52000,55000 +SLV,2034,11,52000,55000 +SLV,2034,12,53000,55000 +SLV,2034,13,53000,55000 +SLV,2034,14,53000,55000 +SLV,2034,15,53000,55000 +SLV,2034,16,53000,55000 +SLV,2034,17,53000,55000 +SLV,2034,18,52000,54000 +SLV,2035,0,45000,48000 +SLV,2035,1,46000,48000 +SLV,2035,2,46000,49000 +SLV,2035,3,47000,49000 +SLV,2035,4,48000,50000 +SLV,2035,5,48000,51000 +SLV,2035,6,49000,51000 +SLV,2035,7,50000,52000 +SLV,2035,8,50000,53000 +SLV,2035,9,51000,53000 +SLV,2035,10,51000,54000 +SLV,2035,11,52000,55000 +SLV,2035,12,52000,55000 +SLV,2035,13,53000,55000 +SLV,2035,14,53000,55000 +SLV,2035,15,53000,55000 +SLV,2035,16,53000,55000 +SLV,2035,17,53000,55000 +SLV,2035,18,52000,54000 +SLV,2036,0,45000,47000 +SLV,2036,1,45000,48000 +SLV,2036,2,46000,48000 +SLV,2036,3,46000,49000 +SLV,2036,4,47000,49000 +SLV,2036,5,48000,50000 +SLV,2036,6,48000,51000 +SLV,2036,7,49000,51000 +SLV,2036,8,49000,52000 +SLV,2036,9,50000,53000 +SLV,2036,10,51000,53000 +SLV,2036,11,51000,54000 +SLV,2036,12,52000,54000 +SLV,2036,13,52000,54000 +SLV,2036,14,52000,55000 +SLV,2036,15,52000,55000 +SLV,2036,16,52000,55000 +SLV,2036,17,52000,54000 +SLV,2036,18,52000,54000 +SLV,2037,0,44000,46000 +SLV,2037,1,45000,47000 +SLV,2037,2,45000,47000 +SLV,2037,3,46000,48000 +SLV,2037,4,46000,48000 +SLV,2037,5,47000,49000 +SLV,2037,6,47000,50000 +SLV,2037,7,48000,50000 +SLV,2037,8,49000,51000 +SLV,2037,9,49000,52000 +SLV,2037,10,50000,52000 +SLV,2037,11,50000,53000 +SLV,2037,12,51000,53000 +SLV,2037,13,51000,54000 +SLV,2037,14,52000,54000 +SLV,2037,15,52000,54000 +SLV,2037,16,52000,54000 +SLV,2037,17,52000,54000 +SLV,2037,18,52000,54000 +SLV,2038,0,44000,46000 +SLV,2038,1,44000,46000 +SLV,2038,2,44000,47000 +SLV,2038,3,45000,47000 +SLV,2038,4,46000,48000 +SLV,2038,5,46000,48000 +SLV,2038,6,47000,49000 +SLV,2038,7,47000,50000 +SLV,2038,8,48000,50000 +SLV,2038,9,48000,51000 +SLV,2038,10,49000,52000 +SLV,2038,11,50000,52000 +SLV,2038,12,50000,53000 +SLV,2038,13,51000,53000 +SLV,2038,14,51000,53000 +SLV,2038,15,51000,54000 +SLV,2038,16,52000,54000 +SLV,2038,17,52000,54000 +SLV,2038,18,52000,53000 +SLV,2039,0,43000,45000 +SLV,2039,1,43000,45000 +SLV,2039,2,44000,46000 +SLV,2039,3,44000,46000 +SLV,2039,4,45000,47000 +SLV,2039,5,45000,48000 +SLV,2039,6,46000,48000 +SLV,2039,7,47000,49000 +SLV,2039,8,47000,50000 +SLV,2039,9,48000,50000 +SLV,2039,10,48000,51000 +SLV,2039,11,49000,51000 +SLV,2039,12,49000,52000 +SLV,2039,13,50000,52000 +SLV,2039,14,50000,53000 +SLV,2039,15,51000,53000 +SLV,2039,16,51000,53000 +SLV,2039,17,51000,53000 +SLV,2039,18,51000,53000 +SLV,2040,0,43000,45000 +SLV,2040,1,43000,45000 +SLV,2040,2,43000,45000 +SLV,2040,3,44000,46000 +SLV,2040,4,44000,46000 +SLV,2040,5,45000,47000 +SLV,2040,6,45000,47000 +SLV,2040,7,46000,48000 +SLV,2040,8,46000,49000 +SLV,2040,9,47000,49000 +SLV,2040,10,48000,50000 +SLV,2040,11,48000,51000 +SLV,2040,12,49000,51000 +SLV,2040,13,49000,52000 +SLV,2040,14,50000,52000 +SLV,2040,15,50000,52000 +SLV,2040,16,50000,53000 +SLV,2040,17,51000,53000 +SLV,2040,18,51000,53000 +SLV,2041,0,42000,44000 +SLV,2041,1,42000,44000 +SLV,2041,2,43000,45000 +SLV,2041,3,43000,45000 +SLV,2041,4,44000,46000 +SLV,2041,5,44000,46000 +SLV,2041,6,45000,47000 +SLV,2041,7,45000,47000 +SLV,2041,8,46000,48000 +SLV,2041,9,46000,49000 +SLV,2041,10,47000,49000 +SLV,2041,11,47000,50000 +SLV,2041,12,48000,50000 +SLV,2041,13,48000,51000 +SLV,2041,14,49000,51000 +SLV,2041,15,49000,52000 +SLV,2041,16,50000,52000 +SLV,2041,17,50000,52000 +SLV,2041,18,50000,52000 +SLV,2042,0,42000,44000 +SLV,2042,1,42000,44000 +SLV,2042,2,42000,44000 +SLV,2042,3,43000,45000 +SLV,2042,4,43000,45000 +SLV,2042,5,43000,46000 +SLV,2042,6,44000,46000 +SLV,2042,7,44000,47000 +SLV,2042,8,45000,47000 +SLV,2042,9,45000,48000 +SLV,2042,10,46000,48000 +SLV,2042,11,47000,49000 +SLV,2042,12,47000,49000 +SLV,2042,13,48000,50000 +SLV,2042,14,48000,50000 +SLV,2042,15,49000,51000 +SLV,2042,16,49000,51000 +SLV,2042,17,49000,51000 +SLV,2042,18,50000,52000 +SLV,2043,0,41000,43000 +SLV,2043,1,41000,43000 +SLV,2043,2,42000,44000 +SLV,2043,3,42000,44000 +SLV,2043,4,42000,45000 +SLV,2043,5,43000,45000 +SLV,2043,6,43000,45000 +SLV,2043,7,44000,46000 +SLV,2043,8,44000,46000 +SLV,2043,9,45000,47000 +SLV,2043,10,45000,48000 +SLV,2043,11,46000,48000 +SLV,2043,12,46000,49000 +SLV,2043,13,47000,49000 +SLV,2043,14,47000,50000 +SLV,2043,15,48000,50000 +SLV,2043,16,48000,50000 +SLV,2043,17,49000,51000 +SLV,2043,18,49000,51000 +SLV,2044,0,41000,43000 +SLV,2044,1,41000,43000 +SLV,2044,2,41000,43000 +SLV,2044,3,41000,43000 +SLV,2044,4,42000,44000 +SLV,2044,5,42000,44000 +SLV,2044,6,43000,45000 +SLV,2044,7,43000,45000 +SLV,2044,8,44000,46000 +SLV,2044,9,44000,46000 +SLV,2044,10,45000,47000 +SLV,2044,11,45000,47000 +SLV,2044,12,46000,48000 +SLV,2044,13,46000,48000 +SLV,2044,14,47000,49000 +SLV,2044,15,47000,49000 +SLV,2044,16,47000,50000 +SLV,2044,17,48000,50000 +SLV,2044,18,48000,50000 +SLV,2045,0,40000,42000 +SLV,2045,1,40000,42000 +SLV,2045,2,41000,43000 +SLV,2045,3,41000,43000 +SLV,2045,4,41000,43000 +SLV,2045,5,42000,44000 +SLV,2045,6,42000,44000 +SLV,2045,7,43000,45000 +SLV,2045,8,43000,45000 +SLV,2045,9,43000,46000 +SLV,2045,10,44000,46000 +SLV,2045,11,44000,47000 +SLV,2045,12,45000,47000 +SLV,2045,13,45000,48000 +SLV,2045,14,46000,48000 +SLV,2045,15,46000,48000 +SLV,2045,16,47000,49000 +SLV,2045,17,47000,49000 +SLV,2045,18,48000,49000 +SLV,2046,0,40000,42000 +SLV,2046,1,40000,42000 +SLV,2046,2,40000,42000 +SLV,2046,3,41000,43000 +SLV,2046,4,41000,43000 +SLV,2046,5,41000,43000 +SLV,2046,6,42000,44000 +SLV,2046,7,42000,44000 +SLV,2046,8,42000,45000 +SLV,2046,9,43000,45000 +SLV,2046,10,43000,45000 +SLV,2046,11,44000,46000 +SLV,2046,12,44000,46000 +SLV,2046,13,45000,47000 +SLV,2046,14,45000,47000 +SLV,2046,15,46000,48000 +SLV,2046,16,46000,48000 +SLV,2046,17,46000,48000 +SLV,2046,18,47000,49000 +SLV,2047,0,39000,41000 +SLV,2047,1,39000,41000 +SLV,2047,2,40000,42000 +SLV,2047,3,40000,42000 +SLV,2047,4,40000,42000 +SLV,2047,5,41000,43000 +SLV,2047,6,41000,43000 +SLV,2047,7,41000,44000 +SLV,2047,8,42000,44000 +SLV,2047,9,42000,44000 +SLV,2047,10,43000,45000 +SLV,2047,11,43000,45000 +SLV,2047,12,43000,46000 +SLV,2047,13,44000,46000 +SLV,2047,14,44000,46000 +SLV,2047,15,45000,47000 +SLV,2047,16,45000,47000 +SLV,2047,17,46000,47000 +SLV,2047,18,46000,48000 +SLV,2048,0,39000,41000 +SLV,2048,1,39000,41000 +SLV,2048,2,39000,41000 +SLV,2048,3,40000,42000 +SLV,2048,4,40000,42000 +SLV,2048,5,40000,42000 +SLV,2048,6,41000,43000 +SLV,2048,7,41000,43000 +SLV,2048,8,41000,43000 +SLV,2048,9,42000,44000 +SLV,2048,10,42000,44000 +SLV,2048,11,42000,45000 +SLV,2048,12,43000,45000 +SLV,2048,13,43000,45000 +SLV,2048,14,44000,46000 +SLV,2048,15,44000,46000 +SLV,2048,16,44000,46000 +SLV,2048,17,45000,47000 +SLV,2048,18,45000,47000 +SLV,2049,0,38000,40000 +SLV,2049,1,39000,40000 +SLV,2049,2,39000,41000 +SLV,2049,3,39000,41000 +SLV,2049,4,40000,42000 +SLV,2049,5,40000,42000 +SLV,2049,6,40000,42000 +SLV,2049,7,40000,43000 +SLV,2049,8,41000,43000 +SLV,2049,9,41000,43000 +SLV,2049,10,42000,44000 +SLV,2049,11,42000,44000 +SLV,2049,12,42000,44000 +SLV,2049,13,43000,45000 +SLV,2049,14,43000,45000 +SLV,2049,15,43000,45000 +SLV,2049,16,44000,46000 +SLV,2049,17,44000,46000 +SLV,2049,18,45000,46000 +SLV,2050,0,38000,40000 +SLV,2050,1,38000,40000 +SLV,2050,2,38000,40000 +SLV,2050,3,39000,41000 +SLV,2050,4,39000,41000 +SLV,2050,5,39000,41000 +SLV,2050,6,40000,42000 +SLV,2050,7,40000,42000 +SLV,2050,8,40000,42000 +SLV,2050,9,41000,43000 +SLV,2050,10,41000,43000 +SLV,2050,11,41000,44000 +SLV,2050,12,42000,44000 +SLV,2050,13,42000,44000 +SLV,2050,14,42000,44000 +SLV,2050,15,43000,45000 +SLV,2050,16,43000,45000 +SLV,2050,17,43000,45000 +SLV,2050,18,44000,46000 +SMR,1990,0,, +SMR,1990,1,, +SMR,1990,2,, +SMR,1990,3,, +SMR,1990,4,, +SMR,1990,5,, +SMR,1990,6,, +SMR,1990,7,, +SMR,1990,8,, +SMR,1990,9,, +SMR,1990,10,, +SMR,1990,11,, +SMR,1990,12,, +SMR,1990,13,, +SMR,1990,14,, +SMR,1990,15,, +SMR,1990,16,, +SMR,1990,17,, +SMR,1990,18,, +SMR,1991,0,, +SMR,1991,1,, +SMR,1991,2,, +SMR,1991,3,, +SMR,1991,4,, +SMR,1991,5,, +SMR,1991,6,, +SMR,1991,7,, +SMR,1991,8,, +SMR,1991,9,, +SMR,1991,10,, +SMR,1991,11,, +SMR,1991,12,, +SMR,1991,13,, +SMR,1991,14,, +SMR,1991,15,, +SMR,1991,16,, +SMR,1991,17,, +SMR,1991,18,, +SMR,1992,0,, +SMR,1992,1,, +SMR,1992,2,, +SMR,1992,3,, +SMR,1992,4,, +SMR,1992,5,, +SMR,1992,6,, +SMR,1992,7,, +SMR,1992,8,, +SMR,1992,9,, +SMR,1992,10,, +SMR,1992,11,, +SMR,1992,12,, +SMR,1992,13,, +SMR,1992,14,, +SMR,1992,15,, +SMR,1992,16,, +SMR,1992,17,, +SMR,1992,18,, +SMR,1993,0,, +SMR,1993,1,, +SMR,1993,2,, +SMR,1993,3,, +SMR,1993,4,, +SMR,1993,5,, +SMR,1993,6,, +SMR,1993,7,, +SMR,1993,8,, +SMR,1993,9,, +SMR,1993,10,, +SMR,1993,11,, +SMR,1993,12,, +SMR,1993,13,, +SMR,1993,14,, +SMR,1993,15,, +SMR,1993,16,, +SMR,1993,17,, +SMR,1993,18,, +SMR,1994,0,, +SMR,1994,1,, +SMR,1994,2,, +SMR,1994,3,, +SMR,1994,4,, +SMR,1994,5,, +SMR,1994,6,, +SMR,1994,7,, +SMR,1994,8,, +SMR,1994,9,, +SMR,1994,10,, +SMR,1994,11,, +SMR,1994,12,, +SMR,1994,13,, +SMR,1994,14,, +SMR,1994,15,, +SMR,1994,16,, +SMR,1994,17,, +SMR,1994,18,, +SMR,1995,0,, +SMR,1995,1,, +SMR,1995,2,, +SMR,1995,3,, +SMR,1995,4,, +SMR,1995,5,, +SMR,1995,6,, +SMR,1995,7,, +SMR,1995,8,, +SMR,1995,9,, +SMR,1995,10,, +SMR,1995,11,, +SMR,1995,12,, +SMR,1995,13,, +SMR,1995,14,, +SMR,1995,15,, +SMR,1995,16,, +SMR,1995,17,, +SMR,1995,18,, +SMR,1996,0,, +SMR,1996,1,, +SMR,1996,2,, +SMR,1996,3,, +SMR,1996,4,, +SMR,1996,5,, +SMR,1996,6,, +SMR,1996,7,, +SMR,1996,8,, +SMR,1996,9,, +SMR,1996,10,, +SMR,1996,11,, +SMR,1996,12,, +SMR,1996,13,, +SMR,1996,14,, +SMR,1996,15,, +SMR,1996,16,, +SMR,1996,17,, +SMR,1996,18,, +SMR,1997,0,, +SMR,1997,1,, +SMR,1997,2,, +SMR,1997,3,, +SMR,1997,4,, +SMR,1997,5,, +SMR,1997,6,, +SMR,1997,7,, +SMR,1997,8,, +SMR,1997,9,, +SMR,1997,10,, +SMR,1997,11,, +SMR,1997,12,, +SMR,1997,13,, +SMR,1997,14,, +SMR,1997,15,, +SMR,1997,16,, +SMR,1997,17,, +SMR,1997,18,, +SMR,1998,0,, +SMR,1998,1,, +SMR,1998,2,, +SMR,1998,3,, +SMR,1998,4,, +SMR,1998,5,, +SMR,1998,6,, +SMR,1998,7,, +SMR,1998,8,, +SMR,1998,9,, +SMR,1998,10,, +SMR,1998,11,, +SMR,1998,12,, +SMR,1998,13,, +SMR,1998,14,, +SMR,1998,15,, +SMR,1998,16,, +SMR,1998,17,, +SMR,1998,18,, +SMR,1999,0,, +SMR,1999,1,, +SMR,1999,2,, +SMR,1999,3,, +SMR,1999,4,, +SMR,1999,5,, +SMR,1999,6,, +SMR,1999,7,, +SMR,1999,8,, +SMR,1999,9,, +SMR,1999,10,, +SMR,1999,11,, +SMR,1999,12,, +SMR,1999,13,, +SMR,1999,14,, +SMR,1999,15,, +SMR,1999,16,, +SMR,1999,17,, +SMR,1999,18,, +SMR,2000,0,, +SMR,2000,1,, +SMR,2000,2,, +SMR,2000,3,, +SMR,2000,4,, +SMR,2000,5,, +SMR,2000,6,, +SMR,2000,7,, +SMR,2000,8,, +SMR,2000,9,, +SMR,2000,10,, +SMR,2000,11,, +SMR,2000,12,, +SMR,2000,13,, +SMR,2000,14,, +SMR,2000,15,, +SMR,2000,16,, +SMR,2000,17,, +SMR,2000,18,, +SMR,2001,0,, +SMR,2001,1,, +SMR,2001,2,, +SMR,2001,3,, +SMR,2001,4,, +SMR,2001,5,, +SMR,2001,6,, +SMR,2001,7,, +SMR,2001,8,, +SMR,2001,9,, +SMR,2001,10,, +SMR,2001,11,, +SMR,2001,12,, +SMR,2001,13,, +SMR,2001,14,, +SMR,2001,15,, +SMR,2001,16,, +SMR,2001,17,, +SMR,2001,18,, +SMR,2002,0,, +SMR,2002,1,, +SMR,2002,2,, +SMR,2002,3,, +SMR,2002,4,, +SMR,2002,5,, +SMR,2002,6,, +SMR,2002,7,, +SMR,2002,8,, +SMR,2002,9,, +SMR,2002,10,, +SMR,2002,11,, +SMR,2002,12,, +SMR,2002,13,, +SMR,2002,14,, +SMR,2002,15,, +SMR,2002,16,, +SMR,2002,17,, +SMR,2002,18,, +SMR,2003,0,, +SMR,2003,1,, +SMR,2003,2,, +SMR,2003,3,, +SMR,2003,4,, +SMR,2003,5,, +SMR,2003,6,, +SMR,2003,7,, +SMR,2003,8,, +SMR,2003,9,, +SMR,2003,10,, +SMR,2003,11,, +SMR,2003,12,, +SMR,2003,13,, +SMR,2003,14,, +SMR,2003,15,, +SMR,2003,16,, +SMR,2003,17,, +SMR,2003,18,, +SMR,2004,0,, +SMR,2004,1,, +SMR,2004,2,, +SMR,2004,3,, +SMR,2004,4,, +SMR,2004,5,, +SMR,2004,6,, +SMR,2004,7,, +SMR,2004,8,, +SMR,2004,9,, +SMR,2004,10,, +SMR,2004,11,, +SMR,2004,12,, +SMR,2004,13,, +SMR,2004,14,, +SMR,2004,15,, +SMR,2004,16,, +SMR,2004,17,, +SMR,2004,18,, +SMR,2005,0,, +SMR,2005,1,, +SMR,2005,2,, +SMR,2005,3,, +SMR,2005,4,, +SMR,2005,5,, +SMR,2005,6,, +SMR,2005,7,, +SMR,2005,8,, +SMR,2005,9,, +SMR,2005,10,, +SMR,2005,11,, +SMR,2005,12,, +SMR,2005,13,, +SMR,2005,14,, +SMR,2005,15,, +SMR,2005,16,, +SMR,2005,17,, +SMR,2005,18,, +SMR,2006,0,, +SMR,2006,1,, +SMR,2006,2,, +SMR,2006,3,, +SMR,2006,4,, +SMR,2006,5,, +SMR,2006,6,, +SMR,2006,7,, +SMR,2006,8,, +SMR,2006,9,, +SMR,2006,10,, +SMR,2006,11,, +SMR,2006,12,, +SMR,2006,13,, +SMR,2006,14,, +SMR,2006,15,, +SMR,2006,16,, +SMR,2006,17,, +SMR,2006,18,, +SMR,2007,0,, +SMR,2007,1,, +SMR,2007,2,, +SMR,2007,3,, +SMR,2007,4,, +SMR,2007,5,, +SMR,2007,6,, +SMR,2007,7,, +SMR,2007,8,, +SMR,2007,9,, +SMR,2007,10,, +SMR,2007,11,, +SMR,2007,12,, +SMR,2007,13,, +SMR,2007,14,, +SMR,2007,15,, +SMR,2007,16,, +SMR,2007,17,, +SMR,2007,18,, +SMR,2008,0,, +SMR,2008,1,, +SMR,2008,2,, +SMR,2008,3,, +SMR,2008,4,, +SMR,2008,5,, +SMR,2008,6,, +SMR,2008,7,, +SMR,2008,8,, +SMR,2008,9,, +SMR,2008,10,, +SMR,2008,11,, +SMR,2008,12,, +SMR,2008,13,, +SMR,2008,14,, +SMR,2008,15,, +SMR,2008,16,, +SMR,2008,17,, +SMR,2008,18,, +SMR,2009,0,, +SMR,2009,1,, +SMR,2009,2,, +SMR,2009,3,, +SMR,2009,4,, +SMR,2009,5,, +SMR,2009,6,, +SMR,2009,7,, +SMR,2009,8,, +SMR,2009,9,, +SMR,2009,10,, +SMR,2009,11,, +SMR,2009,12,, +SMR,2009,13,, +SMR,2009,14,, +SMR,2009,15,, +SMR,2009,16,, +SMR,2009,17,, +SMR,2009,18,, +SMR,2010,0,, +SMR,2010,1,, +SMR,2010,2,, +SMR,2010,3,, +SMR,2010,4,, +SMR,2010,5,, +SMR,2010,6,, +SMR,2010,7,, +SMR,2010,8,, +SMR,2010,9,, +SMR,2010,10,, +SMR,2010,11,, +SMR,2010,12,, +SMR,2010,13,, +SMR,2010,14,, +SMR,2010,15,, +SMR,2010,16,, +SMR,2010,17,, +SMR,2010,18,, +SMR,2011,0,, +SMR,2011,1,, +SMR,2011,2,, +SMR,2011,3,, +SMR,2011,4,, +SMR,2011,5,, +SMR,2011,6,, +SMR,2011,7,, +SMR,2011,8,, +SMR,2011,9,, +SMR,2011,10,, +SMR,2011,11,, +SMR,2011,12,, +SMR,2011,13,, +SMR,2011,14,, +SMR,2011,15,, +SMR,2011,16,, +SMR,2011,17,, +SMR,2011,18,, +SMR,2012,0,, +SMR,2012,1,, +SMR,2012,2,, +SMR,2012,3,, +SMR,2012,4,, +SMR,2012,5,, +SMR,2012,6,, +SMR,2012,7,, +SMR,2012,8,, +SMR,2012,9,, +SMR,2012,10,, +SMR,2012,11,, +SMR,2012,12,, +SMR,2012,13,, +SMR,2012,14,, +SMR,2012,15,, +SMR,2012,16,, +SMR,2012,17,, +SMR,2012,18,, +SMR,2013,0,, +SMR,2013,1,, +SMR,2013,2,, +SMR,2013,3,, +SMR,2013,4,, +SMR,2013,5,, +SMR,2013,6,, +SMR,2013,7,, +SMR,2013,8,, +SMR,2013,9,, +SMR,2013,10,, +SMR,2013,11,, +SMR,2013,12,, +SMR,2013,13,, +SMR,2013,14,, +SMR,2013,15,, +SMR,2013,16,, +SMR,2013,17,, +SMR,2013,18,, +SMR,2014,0,, +SMR,2014,1,, +SMR,2014,2,, +SMR,2014,3,, +SMR,2014,4,, +SMR,2014,5,, +SMR,2014,6,, +SMR,2014,7,, +SMR,2014,8,, +SMR,2014,9,, +SMR,2014,10,, +SMR,2014,11,, +SMR,2014,12,, +SMR,2014,13,, +SMR,2014,14,, +SMR,2014,15,, +SMR,2014,16,, +SMR,2014,17,, +SMR,2014,18,, +SMR,2015,0,, +SMR,2015,1,, +SMR,2015,2,, +SMR,2015,3,, +SMR,2015,4,, +SMR,2015,5,, +SMR,2015,6,, +SMR,2015,7,, +SMR,2015,8,, +SMR,2015,9,, +SMR,2015,10,, +SMR,2015,11,, +SMR,2015,12,, +SMR,2015,13,, +SMR,2015,14,, +SMR,2015,15,, +SMR,2015,16,, +SMR,2015,17,, +SMR,2015,18,, +SMR,2016,0,, +SMR,2016,1,, +SMR,2016,2,, +SMR,2016,3,, +SMR,2016,4,, +SMR,2016,5,, +SMR,2016,6,, +SMR,2016,7,, +SMR,2016,8,, +SMR,2016,9,, +SMR,2016,10,, +SMR,2016,11,, +SMR,2016,12,, +SMR,2016,13,, +SMR,2016,14,, +SMR,2016,15,, +SMR,2016,16,, +SMR,2016,17,, +SMR,2016,18,, +SMR,2017,0,, +SMR,2017,1,, +SMR,2017,2,, +SMR,2017,3,, +SMR,2017,4,, +SMR,2017,5,, +SMR,2017,6,, +SMR,2017,7,, +SMR,2017,8,, +SMR,2017,9,, +SMR,2017,10,, +SMR,2017,11,, +SMR,2017,12,, +SMR,2017,13,, +SMR,2017,14,, +SMR,2017,15,, +SMR,2017,16,, +SMR,2017,17,, +SMR,2017,18,, +SMR,2018,0,, +SMR,2018,1,, +SMR,2018,2,, +SMR,2018,3,, +SMR,2018,4,, +SMR,2018,5,, +SMR,2018,6,, +SMR,2018,7,, +SMR,2018,8,, +SMR,2018,9,, +SMR,2018,10,, +SMR,2018,11,, +SMR,2018,12,, +SMR,2018,13,, +SMR,2018,14,, +SMR,2018,15,, +SMR,2018,16,, +SMR,2018,17,, +SMR,2018,18,, +SMR,2019,0,, +SMR,2019,1,, +SMR,2019,2,, +SMR,2019,3,, +SMR,2019,4,, +SMR,2019,5,, +SMR,2019,6,, +SMR,2019,7,, +SMR,2019,8,, +SMR,2019,9,, +SMR,2019,10,, +SMR,2019,11,, +SMR,2019,12,, +SMR,2019,13,, +SMR,2019,14,, +SMR,2019,15,, +SMR,2019,16,, +SMR,2019,17,, +SMR,2019,18,, +SMR,2020,0,, +SMR,2020,1,, +SMR,2020,2,, +SMR,2020,3,, +SMR,2020,4,, +SMR,2020,5,, +SMR,2020,6,, +SMR,2020,7,, +SMR,2020,8,, +SMR,2020,9,, +SMR,2020,10,, +SMR,2020,11,, +SMR,2020,12,, +SMR,2020,13,, +SMR,2020,14,, +SMR,2020,15,, +SMR,2020,16,, +SMR,2020,17,, +SMR,2020,18,, +SMR,2021,0,, +SMR,2021,1,, +SMR,2021,2,, +SMR,2021,3,, +SMR,2021,4,, +SMR,2021,5,, +SMR,2021,6,, +SMR,2021,7,, +SMR,2021,8,, +SMR,2021,9,, +SMR,2021,10,, +SMR,2021,11,, +SMR,2021,12,, +SMR,2021,13,, +SMR,2021,14,, +SMR,2021,15,, +SMR,2021,16,, +SMR,2021,17,, +SMR,2021,18,, +SMR,2022,0,, +SMR,2022,1,, +SMR,2022,2,, +SMR,2022,3,, +SMR,2022,4,, +SMR,2022,5,, +SMR,2022,6,, +SMR,2022,7,, +SMR,2022,8,, +SMR,2022,9,, +SMR,2022,10,, +SMR,2022,11,, +SMR,2022,12,, +SMR,2022,13,, +SMR,2022,14,, +SMR,2022,15,, +SMR,2022,16,, +SMR,2022,17,, +SMR,2022,18,, +SMR,2023,0,, +SMR,2023,1,, +SMR,2023,2,, +SMR,2023,3,, +SMR,2023,4,, +SMR,2023,5,, +SMR,2023,6,, +SMR,2023,7,, +SMR,2023,8,, +SMR,2023,9,, +SMR,2023,10,, +SMR,2023,11,, +SMR,2023,12,, +SMR,2023,13,, +SMR,2023,14,, +SMR,2023,15,, +SMR,2023,16,, +SMR,2023,17,, +SMR,2023,18,, +SMR,2024,0,, +SMR,2024,1,, +SMR,2024,2,, +SMR,2024,3,, +SMR,2024,4,, +SMR,2024,5,, +SMR,2024,6,, +SMR,2024,7,, +SMR,2024,8,, +SMR,2024,9,, +SMR,2024,10,, +SMR,2024,11,, +SMR,2024,12,, +SMR,2024,13,, +SMR,2024,14,, +SMR,2024,15,, +SMR,2024,16,, +SMR,2024,17,, +SMR,2024,18,, +SMR,2025,0,, +SMR,2025,1,, +SMR,2025,2,, +SMR,2025,3,, +SMR,2025,4,, +SMR,2025,5,, +SMR,2025,6,, +SMR,2025,7,, +SMR,2025,8,, +SMR,2025,9,, +SMR,2025,10,, +SMR,2025,11,, +SMR,2025,12,, +SMR,2025,13,, +SMR,2025,14,, +SMR,2025,15,, +SMR,2025,16,, +SMR,2025,17,, +SMR,2025,18,, +SMR,2026,0,, +SMR,2026,1,, +SMR,2026,2,, +SMR,2026,3,, +SMR,2026,4,, +SMR,2026,5,, +SMR,2026,6,, +SMR,2026,7,, +SMR,2026,8,, +SMR,2026,9,, +SMR,2026,10,, +SMR,2026,11,, +SMR,2026,12,, +SMR,2026,13,, +SMR,2026,14,, +SMR,2026,15,, +SMR,2026,16,, +SMR,2026,17,, +SMR,2026,18,, +SMR,2027,0,, +SMR,2027,1,, +SMR,2027,2,, +SMR,2027,3,, +SMR,2027,4,, +SMR,2027,5,, +SMR,2027,6,, +SMR,2027,7,, +SMR,2027,8,, +SMR,2027,9,, +SMR,2027,10,, +SMR,2027,11,, +SMR,2027,12,, +SMR,2027,13,, +SMR,2027,14,, +SMR,2027,15,, +SMR,2027,16,, +SMR,2027,17,, +SMR,2027,18,, +SMR,2028,0,, +SMR,2028,1,, +SMR,2028,2,, +SMR,2028,3,, +SMR,2028,4,, +SMR,2028,5,, +SMR,2028,6,, +SMR,2028,7,, +SMR,2028,8,, +SMR,2028,9,, +SMR,2028,10,, +SMR,2028,11,, +SMR,2028,12,, +SMR,2028,13,, +SMR,2028,14,, +SMR,2028,15,, +SMR,2028,16,, +SMR,2028,17,, +SMR,2028,18,, +SMR,2029,0,, +SMR,2029,1,, +SMR,2029,2,, +SMR,2029,3,, +SMR,2029,4,, +SMR,2029,5,, +SMR,2029,6,, +SMR,2029,7,, +SMR,2029,8,, +SMR,2029,9,, +SMR,2029,10,, +SMR,2029,11,, +SMR,2029,12,, +SMR,2029,13,, +SMR,2029,14,, +SMR,2029,15,, +SMR,2029,16,, +SMR,2029,17,, +SMR,2029,18,, +SMR,2030,0,, +SMR,2030,1,, +SMR,2030,2,, +SMR,2030,3,, +SMR,2030,4,, +SMR,2030,5,, +SMR,2030,6,, +SMR,2030,7,, +SMR,2030,8,, +SMR,2030,9,, +SMR,2030,10,, +SMR,2030,11,, +SMR,2030,12,, +SMR,2030,13,, +SMR,2030,14,, +SMR,2030,15,, +SMR,2030,16,, +SMR,2030,17,, +SMR,2030,18,, +SMR,2031,0,, +SMR,2031,1,, +SMR,2031,2,, +SMR,2031,3,, +SMR,2031,4,, +SMR,2031,5,, +SMR,2031,6,, +SMR,2031,7,, +SMR,2031,8,, +SMR,2031,9,, +SMR,2031,10,, +SMR,2031,11,, +SMR,2031,12,, +SMR,2031,13,, +SMR,2031,14,, +SMR,2031,15,, +SMR,2031,16,, +SMR,2031,17,, +SMR,2031,18,, +SMR,2032,0,, +SMR,2032,1,, +SMR,2032,2,, +SMR,2032,3,, +SMR,2032,4,, +SMR,2032,5,, +SMR,2032,6,, +SMR,2032,7,, +SMR,2032,8,, +SMR,2032,9,, +SMR,2032,10,, +SMR,2032,11,, +SMR,2032,12,, +SMR,2032,13,, +SMR,2032,14,, +SMR,2032,15,, +SMR,2032,16,, +SMR,2032,17,, +SMR,2032,18,, +SMR,2033,0,, +SMR,2033,1,, +SMR,2033,2,, +SMR,2033,3,, +SMR,2033,4,, +SMR,2033,5,, +SMR,2033,6,, +SMR,2033,7,, +SMR,2033,8,, +SMR,2033,9,, +SMR,2033,10,, +SMR,2033,11,, +SMR,2033,12,, +SMR,2033,13,, +SMR,2033,14,, +SMR,2033,15,, +SMR,2033,16,, +SMR,2033,17,, +SMR,2033,18,, +SMR,2034,0,, +SMR,2034,1,, +SMR,2034,2,, +SMR,2034,3,, +SMR,2034,4,, +SMR,2034,5,, +SMR,2034,6,, +SMR,2034,7,, +SMR,2034,8,, +SMR,2034,9,, +SMR,2034,10,, +SMR,2034,11,, +SMR,2034,12,, +SMR,2034,13,, +SMR,2034,14,, +SMR,2034,15,, +SMR,2034,16,, +SMR,2034,17,, +SMR,2034,18,, +SMR,2035,0,, +SMR,2035,1,, +SMR,2035,2,, +SMR,2035,3,, +SMR,2035,4,, +SMR,2035,5,, +SMR,2035,6,, +SMR,2035,7,, +SMR,2035,8,, +SMR,2035,9,, +SMR,2035,10,, +SMR,2035,11,, +SMR,2035,12,, +SMR,2035,13,, +SMR,2035,14,, +SMR,2035,15,, +SMR,2035,16,, +SMR,2035,17,, +SMR,2035,18,, +SMR,2036,0,, +SMR,2036,1,, +SMR,2036,2,, +SMR,2036,3,, +SMR,2036,4,, +SMR,2036,5,, +SMR,2036,6,, +SMR,2036,7,, +SMR,2036,8,, +SMR,2036,9,, +SMR,2036,10,, +SMR,2036,11,, +SMR,2036,12,, +SMR,2036,13,, +SMR,2036,14,, +SMR,2036,15,, +SMR,2036,16,, +SMR,2036,17,, +SMR,2036,18,, +SMR,2037,0,, +SMR,2037,1,, +SMR,2037,2,, +SMR,2037,3,, +SMR,2037,4,, +SMR,2037,5,, +SMR,2037,6,, +SMR,2037,7,, +SMR,2037,8,, +SMR,2037,9,, +SMR,2037,10,, +SMR,2037,11,, +SMR,2037,12,, +SMR,2037,13,, +SMR,2037,14,, +SMR,2037,15,, +SMR,2037,16,, +SMR,2037,17,, +SMR,2037,18,, +SMR,2038,0,, +SMR,2038,1,, +SMR,2038,2,, +SMR,2038,3,, +SMR,2038,4,, +SMR,2038,5,, +SMR,2038,6,, +SMR,2038,7,, +SMR,2038,8,, +SMR,2038,9,, +SMR,2038,10,, +SMR,2038,11,, +SMR,2038,12,, +SMR,2038,13,, +SMR,2038,14,, +SMR,2038,15,, +SMR,2038,16,, +SMR,2038,17,, +SMR,2038,18,, +SMR,2039,0,, +SMR,2039,1,, +SMR,2039,2,, +SMR,2039,3,, +SMR,2039,4,, +SMR,2039,5,, +SMR,2039,6,, +SMR,2039,7,, +SMR,2039,8,, +SMR,2039,9,, +SMR,2039,10,, +SMR,2039,11,, +SMR,2039,12,, +SMR,2039,13,, +SMR,2039,14,, +SMR,2039,15,, +SMR,2039,16,, +SMR,2039,17,, +SMR,2039,18,, +SMR,2040,0,, +SMR,2040,1,, +SMR,2040,2,, +SMR,2040,3,, +SMR,2040,4,, +SMR,2040,5,, +SMR,2040,6,, +SMR,2040,7,, +SMR,2040,8,, +SMR,2040,9,, +SMR,2040,10,, +SMR,2040,11,, +SMR,2040,12,, +SMR,2040,13,, +SMR,2040,14,, +SMR,2040,15,, +SMR,2040,16,, +SMR,2040,17,, +SMR,2040,18,, +SMR,2041,0,, +SMR,2041,1,, +SMR,2041,2,, +SMR,2041,3,, +SMR,2041,4,, +SMR,2041,5,, +SMR,2041,6,, +SMR,2041,7,, +SMR,2041,8,, +SMR,2041,9,, +SMR,2041,10,, +SMR,2041,11,, +SMR,2041,12,, +SMR,2041,13,, +SMR,2041,14,, +SMR,2041,15,, +SMR,2041,16,, +SMR,2041,17,, +SMR,2041,18,, +SMR,2042,0,, +SMR,2042,1,, +SMR,2042,2,, +SMR,2042,3,, +SMR,2042,4,, +SMR,2042,5,, +SMR,2042,6,, +SMR,2042,7,, +SMR,2042,8,, +SMR,2042,9,, +SMR,2042,10,, +SMR,2042,11,, +SMR,2042,12,, +SMR,2042,13,, +SMR,2042,14,, +SMR,2042,15,, +SMR,2042,16,, +SMR,2042,17,, +SMR,2042,18,, +SMR,2043,0,, +SMR,2043,1,, +SMR,2043,2,, +SMR,2043,3,, +SMR,2043,4,, +SMR,2043,5,, +SMR,2043,6,, +SMR,2043,7,, +SMR,2043,8,, +SMR,2043,9,, +SMR,2043,10,, +SMR,2043,11,, +SMR,2043,12,, +SMR,2043,13,, +SMR,2043,14,, +SMR,2043,15,, +SMR,2043,16,, +SMR,2043,17,, +SMR,2043,18,, +SMR,2044,0,, +SMR,2044,1,, +SMR,2044,2,, +SMR,2044,3,, +SMR,2044,4,, +SMR,2044,5,, +SMR,2044,6,, +SMR,2044,7,, +SMR,2044,8,, +SMR,2044,9,, +SMR,2044,10,, +SMR,2044,11,, +SMR,2044,12,, +SMR,2044,13,, +SMR,2044,14,, +SMR,2044,15,, +SMR,2044,16,, +SMR,2044,17,, +SMR,2044,18,, +SMR,2045,0,, +SMR,2045,1,, +SMR,2045,2,, +SMR,2045,3,, +SMR,2045,4,, +SMR,2045,5,, +SMR,2045,6,, +SMR,2045,7,, +SMR,2045,8,, +SMR,2045,9,, +SMR,2045,10,, +SMR,2045,11,, +SMR,2045,12,, +SMR,2045,13,, +SMR,2045,14,, +SMR,2045,15,, +SMR,2045,16,, +SMR,2045,17,, +SMR,2045,18,, +SMR,2046,0,, +SMR,2046,1,, +SMR,2046,2,, +SMR,2046,3,, +SMR,2046,4,, +SMR,2046,5,, +SMR,2046,6,, +SMR,2046,7,, +SMR,2046,8,, +SMR,2046,9,, +SMR,2046,10,, +SMR,2046,11,, +SMR,2046,12,, +SMR,2046,13,, +SMR,2046,14,, +SMR,2046,15,, +SMR,2046,16,, +SMR,2046,17,, +SMR,2046,18,, +SMR,2047,0,, +SMR,2047,1,, +SMR,2047,2,, +SMR,2047,3,, +SMR,2047,4,, +SMR,2047,5,, +SMR,2047,6,, +SMR,2047,7,, +SMR,2047,8,, +SMR,2047,9,, +SMR,2047,10,, +SMR,2047,11,, +SMR,2047,12,, +SMR,2047,13,, +SMR,2047,14,, +SMR,2047,15,, +SMR,2047,16,, +SMR,2047,17,, +SMR,2047,18,, +SMR,2048,0,, +SMR,2048,1,, +SMR,2048,2,, +SMR,2048,3,, +SMR,2048,4,, +SMR,2048,5,, +SMR,2048,6,, +SMR,2048,7,, +SMR,2048,8,, +SMR,2048,9,, +SMR,2048,10,, +SMR,2048,11,, +SMR,2048,12,, +SMR,2048,13,, +SMR,2048,14,, +SMR,2048,15,, +SMR,2048,16,, +SMR,2048,17,, +SMR,2048,18,, +SMR,2049,0,, +SMR,2049,1,, +SMR,2049,2,, +SMR,2049,3,, +SMR,2049,4,, +SMR,2049,5,, +SMR,2049,6,, +SMR,2049,7,, +SMR,2049,8,, +SMR,2049,9,, +SMR,2049,10,, +SMR,2049,11,, +SMR,2049,12,, +SMR,2049,13,, +SMR,2049,14,, +SMR,2049,15,, +SMR,2049,16,, +SMR,2049,17,, +SMR,2049,18,, +SMR,2050,0,, +SMR,2050,1,, +SMR,2050,2,, +SMR,2050,3,, +SMR,2050,4,, +SMR,2050,5,, +SMR,2050,6,, +SMR,2050,7,, +SMR,2050,8,, +SMR,2050,9,, +SMR,2050,10,, +SMR,2050,11,, +SMR,2050,12,, +SMR,2050,13,, +SMR,2050,14,, +SMR,2050,15,, +SMR,2050,16,, +SMR,2050,17,, +SMR,2050,18,, +SOM,1990,0,152967,154451 +SOM,1990,1,141973,143153 +SOM,1990,2,132258,133185 +SOM,1990,3,123729,124447 +SOM,1990,4,116290,116839 +SOM,1990,5,109849,110261 +SOM,1990,6,104312,104614 +SOM,1990,7,99585,99797 +SOM,1990,8,95574,95711 +SOM,1990,9,92186,92256 +SOM,1990,10,89353,89375 +SOM,1990,11,87010,87012 +SOM,1990,12,84927,84850 +SOM,1990,13,82954,82703 +SOM,1990,14,81080,80601 +SOM,1990,15,79455,78782 +SOM,1990,16,78062,77225 +SOM,1990,17,76414,75439 +SOM,1990,18,74286,73211 +SOM,1991,0,154456,155781 +SOM,1991,1,145971,147208 +SOM,1991,2,135929,136915 +SOM,1991,3,127013,127788 +SOM,1991,4,119144,119745 +SOM,1991,5,112242,112700 +SOM,1991,6,106224,106564 +SOM,1991,7,101008,101250 +SOM,1991,8,96531,96692 +SOM,1991,9,92724,92817 +SOM,1991,10,89494,89525 +SOM,1991,11,86759,86743 +SOM,1991,12,84460,84421 +SOM,1991,13,82421,82299 +SOM,1991,14,80525,80219 +SOM,1991,15,78742,78196 +SOM,1991,16,77180,76429 +SOM,1991,17,75833,74905 +SOM,1991,18,74232,73156 +SOM,1992,0,154499,155652 +SOM,1992,1,144156,145116 +SOM,1992,2,138819,139875 +SOM,1992,3,129735,130587 +SOM,1992,4,121625,122304 +SOM,1992,5,114422,114958 +SOM,1992,6,108062,108478 +SOM,1992,7,102473,102787 +SOM,1992,8,97582,97808 +SOM,1992,9,93361,93513 +SOM,1992,10,89760,89850 +SOM,1992,11,86693,86724 +SOM,1992,12,84060,84042 +SOM,1992,13,81806,81764 +SOM,1992,14,79816,79684 +SOM,1992,15,77997,77672 +SOM,1992,16,76307,75730 +SOM,1992,17,74811,74017 +SOM,1992,18,73511,72526 +SOM,1993,0,154534,155559 +SOM,1993,1,144755,145657 +SOM,1993,2,135818,136611 +SOM,1993,3,131969,132882 +SOM,1993,4,123820,124574 +SOM,1993,5,116494,117111 +SOM,1993,6,109940,110441 +SOM,1993,7,104107,104509 +SOM,1993,8,98932,99248 +SOM,1993,9,94356,94592 +SOM,1993,10,90381,90548 +SOM,1993,11,86979,87088 +SOM,1993,12,84067,84120 +SOM,1993,13,81529,81533 +SOM,1993,14,79318,79293 +SOM,1993,15,77372,77251 +SOM,1993,16,75627,75302 +SOM,1993,17,74027,73437 +SOM,1993,18,72593,71773 +SOM,1994,0,156428,157443 +SOM,1994,1,147016,147935 +SOM,1994,2,138314,139145 +SOM,1994,3,130293,131042 +SOM,1994,4,125836,126616 +SOM,1994,5,118578,119240 +SOM,1994,6,111997,112557 +SOM,1994,7,106055,106527 +SOM,1994,8,100716,101110 +SOM,1994,9,95929,96250 +SOM,1994,10,91641,91891 +SOM,1994,11,87891,88077 +SOM,1994,12,84669,84801 +SOM,1994,13,81897,81975 +SOM,1994,14,79441,79469 +SOM,1994,15,77259,77255 +SOM,1994,16,75347,75239 +SOM,1994,17,73667,73343 +SOM,1994,18,72147,71545 +SOM,1995,0,161394,162569 +SOM,1995,1,151971,153008 +SOM,1995,2,143196,144112 +SOM,1995,3,135047,135857 +SOM,1995,4,127501,128218 +SOM,1995,5,120534,121170 +SOM,1995,6,114124,114687 +SOM,1995,7,108249,108745 +SOM,1995,8,102884,103320 +SOM,1995,9,98007,98386 +SOM,1995,10,93577,93897 +SOM,1995,11,89551,89808 +SOM,1995,12,86001,86199 +SOM,1995,13,82939,83087 +SOM,1995,14,80288,80384 +SOM,1995,15,77898,77942 +SOM,1995,16,75730,75738 +SOM,1995,17,73838,73735 +SOM,1995,18,72212,71880 +SOM,1996,0,165843,167367 +SOM,1996,1,157509,158568 +SOM,1996,2,148511,149423 +SOM,1996,3,140147,140945 +SOM,1996,4,132387,133098 +SOM,1996,5,125205,125848 +SOM,1996,6,118583,119180 +SOM,1996,7,112508,113077 +SOM,1996,8,106884,107418 +SOM,1996,9,101657,102133 +SOM,1996,10,96839,97241 +SOM,1996,11,92453,92786 +SOM,1996,12,88448,88707 +SOM,1996,13,84916,85105 +SOM,1996,14,81890,82017 +SOM,1996,15,79282,79347 +SOM,1996,16,76915,76916 +SOM,1996,17,74756,74710 +SOM,1996,18,72872,72704 +SOM,1997,0,173345,175369 +SOM,1997,1,162953,164524 +SOM,1997,2,154776,155697 +SOM,1997,3,146135,146902 +SOM,1997,4,138117,138778 +SOM,1997,5,130689,131281 +SOM,1997,6,123816,124368 +SOM,1997,7,117489,118031 +SOM,1997,8,111701,112261 +SOM,1997,9,106287,106842 +SOM,1997,10,101161,101660 +SOM,1997,11,96366,96776 +SOM,1997,12,91993,92324 +SOM,1997,13,87980,88227 +SOM,1997,14,84441,84607 +SOM,1997,15,81429,81523 +SOM,1997,16,78846,78866 +SOM,1997,17,76484,76430 +SOM,1997,18,74320,74205 +SOM,1998,0,182430,185026 +SOM,1998,1,171244,173172 +SOM,1998,2,160950,162346 +SOM,1998,3,152675,153453 +SOM,1998,4,144356,144972 +SOM,1998,5,136653,137170 +SOM,1998,6,129526,129993 +SOM,1998,7,122934,123389 +SOM,1998,8,116877,117357 +SOM,1998,9,111353,111899 +SOM,1998,10,106127,106698 +SOM,1998,11,101080,101598 +SOM,1998,12,96288,96703 +SOM,1998,13,91911,92235 +SOM,1998,14,87873,88103 +SOM,1998,15,84313,84450 +SOM,1998,16,81303,81357 +SOM,1998,17,78733,78704 +SOM,1998,18,76368,76252 +SOM,1999,0,191123,194249 +SOM,1999,1,179477,181757 +SOM,1999,2,168773,170382 +SOM,1999,3,158954,160048 +SOM,1999,4,150753,151400 +SOM,1999,5,142747,143224 +SOM,1999,6,135351,135735 +SOM,1999,7,128518,128870 +SOM,1999,8,122201,122568 +SOM,1999,9,116408,116836 +SOM,1999,10,111143,111683 +SOM,1999,11,106099,106695 +SOM,1999,12,101125,101671 +SOM,1999,13,96331,96758 +SOM,1999,14,91944,92268 +SOM,1999,15,87875,88095 +SOM,1999,16,84290,84406 +SOM,1999,17,81278,81299 +SOM,1999,18,78719,78646 +SOM,2000,0,198037,201560 +SOM,2000,1,186557,189140 +SOM,2000,2,175941,177775 +SOM,2000,3,166135,167391 +SOM,2000,4,157089,157919 +SOM,2000,5,148749,149285 +SOM,2000,6,141063,141419 +SOM,2000,7,133979,134247 +SOM,2000,8,127445,127700 +SOM,2000,9,121409,121703 +SOM,2000,10,115883,116275 +SOM,2000,11,110882,111431 +SOM,2000,12,106024,106660 +SOM,2000,13,101126,101713 +SOM,2000,14,96332,96783 +SOM,2000,15,91936,92274 +SOM,2000,16,87839,88061 +SOM,2000,17,84229,84335 +SOM,2000,18,81216,81216 +SOM,2001,0,201951,205607 +SOM,2001,1,194546,197651 +SOM,2001,2,183954,186256 +SOM,2001,3,174021,175679 +SOM,2001,4,164720,165879 +SOM,2001,5,156026,156813 +SOM,2001,6,147894,148420 +SOM,2001,7,140279,140637 +SOM,2001,8,133252,133525 +SOM,2001,9,126824,127085 +SOM,2001,10,120913,121213 +SOM,2001,11,115438,115822 +SOM,2001,12,110432,110953 +SOM,2001,13,105572,106159 +SOM,2001,14,100692,101219 +SOM,2001,15,95928,96310 +SOM,2001,16,91543,91800 +SOM,2001,17,87443,87572 +SOM,2001,18,83829,83834 +SOM,2002,0,204280,207947 +SOM,2002,1,195423,198272 +SOM,2002,2,191242,193971 +SOM,2002,3,181528,183588 +SOM,2002,4,172268,173787 +SOM,2002,5,163463,164559 +SOM,2002,6,155113,155890 +SOM,2002,7,147182,147728 +SOM,2002,8,139630,140018 +SOM,2002,9,132652,132958 +SOM,2002,10,126325,126619 +SOM,2002,11,120534,120863 +SOM,2002,12,115104,115504 +SOM,2002,13,110089,110602 +SOM,2002,14,105221,105782 +SOM,2002,15,100356,100841 +SOM,2002,16,95617,95948 +SOM,2002,17,91237,91432 +SOM,2002,18,87130,87185 +SOM,2003,0,205832,209439 +SOM,2003,1,198792,201728 +SOM,2003,2,191567,193932 +SOM,2003,3,187983,190352 +SOM,2003,4,179145,180978 +SOM,2003,5,170557,171952 +SOM,2003,6,162246,163292 +SOM,2003,7,154239,155018 +SOM,2003,8,146505,147084 +SOM,2003,9,139016,139446 +SOM,2003,10,132086,132435 +SOM,2003,11,125857,126194 +SOM,2003,12,120185,120553 +SOM,2003,13,114799,115223 +SOM,2003,14,109773,110289 +SOM,2003,15,104897,105439 +SOM,2003,16,100045,100498 +SOM,2003,17,95329,95619 +SOM,2003,18,90954,91095 +SOM,2004,0,207838,211391 +SOM,2004,1,202205,205212 +SOM,2004,2,196088,198615 +SOM,2004,3,189567,191672 +SOM,2004,4,184615,186611 +SOM,2004,5,176659,178253 +SOM,2004,6,168748,170007 +SOM,2004,7,160936,161923 +SOM,2004,8,153276,154048 +SOM,2004,9,145746,146347 +SOM,2004,10,138323,138787 +SOM,2004,11,131444,131829 +SOM,2004,12,125318,125690 +SOM,2004,13,119768,120168 +SOM,2004,14,114428,114871 +SOM,2004,15,109395,109907 +SOM,2004,16,104513,105030 +SOM,2004,17,99676,100091 +SOM,2004,18,94987,95229 +SOM,2005,0,211197,214765 +SOM,2005,1,206138,209221 +SOM,2005,2,200517,203162 +SOM,2005,3,194413,196666 +SOM,2005,4,187908,189813 +SOM,2005,5,181082,182681 +SOM,2005,6,174015,175347 +SOM,2005,7,166788,167890 +SOM,2005,8,159482,160389 +SOM,2005,9,152176,152921 +SOM,2005,10,144856,145462 +SOM,2005,11,137505,137986 +SOM,2005,12,130684,131089 +SOM,2005,13,124666,125058 +SOM,2005,14,119243,119660 +SOM,2005,15,113955,114402 +SOM,2005,16,108918,109412 +SOM,2005,17,104035,104515 +SOM,2005,18,99219,99582 +SOM,2006,0,216958,220697 +SOM,2006,1,209421,212675 +SOM,2006,2,204121,206943 +SOM,2006,3,198467,200913 +SOM,2006,4,192499,194617 +SOM,2006,5,186254,188086 +SOM,2006,6,179818,181409 +SOM,2006,7,173278,174670 +SOM,2006,8,166427,167631 +SOM,2006,9,159207,160215 +SOM,2006,10,151801,152617 +SOM,2006,11,144441,145089 +SOM,2006,12,137068,137557 +SOM,2006,13,130204,130589 +SOM,2006,14,124131,124485 +SOM,2006,15,118644,119011 +SOM,2006,16,113278,113658 +SOM,2006,17,108152,108561 +SOM,2006,18,103190,103570 +SOM,2007,0,223977,227955 +SOM,2007,1,217092,220469 +SOM,2007,2,207350,210268 +SOM,2007,3,201815,204357 +SOM,2007,4,196138,198365 +SOM,2007,5,190314,192277 +SOM,2007,6,184338,186079 +SOM,2007,7,178301,179867 +SOM,2007,8,172297,173735 +SOM,2007,9,165833,167124 +SOM,2007,10,158709,159804 +SOM,2007,11,151213,152086 +SOM,2007,12,143823,144501 +SOM,2007,13,136438,136925 +SOM,2007,14,129541,129895 +SOM,2007,15,123422,123727 +SOM,2007,16,117878,118185 +SOM,2007,17,112441,112746 +SOM,2007,18,107233,107548 +SOM,2008,0,231513,235768 +SOM,2008,1,222908,226440 +SOM,2008,2,214844,217777 +SOM,2008,3,205137,207710 +SOM,2008,4,199371,201626 +SOM,2008,5,193675,195675 +SOM,2008,6,187999,189800 +SOM,2008,7,182295,183939 +SOM,2008,8,176662,178196 +SOM,2008,9,171197,172674 +SOM,2008,10,165124,166497 +SOM,2008,11,158102,159277 +SOM,2008,12,150521,151446 +SOM,2008,13,143107,143809 +SOM,2008,14,135714,136194 +SOM,2008,15,128790,129107 +SOM,2008,16,122629,122880 +SOM,2008,17,117031,117274 +SOM,2008,18,111528,111753 +SOM,2009,0,238508,243030 +SOM,2009,1,228479,232178 +SOM,2009,2,219407,222438 +SOM,2009,3,211181,213683 +SOM,2009,4,202993,205227 +SOM,2009,5,196995,198966 +SOM,2009,6,191277,193056 +SOM,2009,7,185747,187391 +SOM,2009,8,180314,181864 +SOM,2009,9,175083,176588 +SOM,2009,10,170155,171674 +SOM,2009,11,164469,165927 +SOM,2009,12,157546,158806 +SOM,2009,13,149878,150858 +SOM,2009,14,142438,143167 +SOM,2009,15,135036,135510 +SOM,2009,16,128080,128365 +SOM,2009,17,121875,122076 +SOM,2009,18,116224,116404 +SOM,2010,0,244202,248941 +SOM,2010,1,233512,237382 +SOM,2010,2,223981,227151 +SOM,2010,3,215474,218096 +SOM,2010,4,207859,210064 +SOM,2010,5,201001,202903 +SOM,2010,6,194767,196462 +SOM,2010,7,189023,190587 +SOM,2010,8,183634,185128 +SOM,2010,9,178468,179931 +SOM,2010,10,173634,175117 +SOM,2010,11,169239,170806 +SOM,2010,12,163937,165485 +SOM,2010,13,157108,158457 +SOM,2010,14,149347,150387 +SOM,2010,15,141875,142635 +SOM,2010,16,134458,134932 +SOM,2010,17,127467,127722 +SOM,2010,18,121213,121366 +SOM,2011,0,247567,252408 +SOM,2011,1,240422,244782 +SOM,2011,2,230618,234229 +SOM,2011,3,221756,224758 +SOM,2011,4,213731,216250 +SOM,2011,5,206438,208584 +SOM,2011,6,199749,201616 +SOM,2011,7,193536,195200 +SOM,2011,8,187808,189342 +SOM,2011,9,182506,183971 +SOM,2011,10,177457,178892 +SOM,2011,11,172658,174105 +SOM,2011,12,168246,169760 +SOM,2011,13,162911,164389 +SOM,2011,14,156046,157307 +SOM,2011,15,148243,149178 +SOM,2011,16,140717,141354 +SOM,2011,17,133236,133566 +SOM,2011,18,126187,126281 +SOM,2012,0,249842,254764 +SOM,2012,1,240593,244746 +SOM,2012,2,236969,240982 +SOM,2012,3,228038,231417 +SOM,2012,4,219832,222691 +SOM,2012,5,212277,214716 +SOM,2012,6,205296,207405 +SOM,2012,7,198766,200619 +SOM,2012,8,192565,194220 +SOM,2012,9,186846,188370 +SOM,2012,10,181623,183079 +SOM,2012,11,176684,178110 +SOM,2012,12,171915,173344 +SOM,2012,13,167479,168959 +SOM,2012,14,162106,163530 +SOM,2012,15,155194,156384 +SOM,2012,16,147340,148186 +SOM,2012,17,139749,140277 +SOM,2012,18,132196,132394 +SOM,2013,0,251895,256872 +SOM,2013,1,244047,248360 +SOM,2013,2,236619,240368 +SOM,2013,3,233727,237411 +SOM,2013,4,225659,228824 +SOM,2013,5,218103,220835 +SOM,2013,6,211012,213387 +SOM,2013,7,204336,206423 +SOM,2013,8,197959,199813 +SOM,2013,9,191766,193425 +SOM,2013,10,186050,187577 +SOM,2013,11,180902,182362 +SOM,2013,12,176067,177498 +SOM,2013,13,171324,172748 +SOM,2013,14,166861,168318 +SOM,2013,15,161444,162827 +SOM,2013,16,154481,155610 +SOM,2013,17,146568,147335 +SOM,2013,18,138906,139334 +SOM,2014,0,254944,259958 +SOM,2014,1,248131,252587 +SOM,2014,2,241442,245404 +SOM,2014,3,234873,238402 +SOM,2014,4,230524,233891 +SOM,2014,5,223320,226283 +SOM,2014,6,216413,219030 +SOM,2014,7,209784,212107 +SOM,2014,8,203413,205489 +SOM,2014,9,197189,199054 +SOM,2014,10,191001,192675 +SOM,2014,11,185288,186828 +SOM,2014,12,180214,181687 +SOM,2014,13,175484,176928 +SOM,2014,14,170765,172192 +SOM,2014,15,166273,167717 +SOM,2014,16,160811,162161 +SOM,2014,17,153795,154872 +SOM,2014,18,145822,146517 +SOM,2015,0,259883,264923 +SOM,2015,1,253274,257842 +SOM,2015,2,246701,250837 +SOM,2015,3,240173,243916 +SOM,2015,4,233699,237085 +SOM,2015,5,227288,230352 +SOM,2015,6,220950,223723 +SOM,2015,7,214694,217208 +SOM,2015,8,208529,210811 +SOM,2015,9,202464,204541 +SOM,2015,10,196393,198281 +SOM,2015,11,190212,191912 +SOM,2015,12,184502,186066 +SOM,2015,13,179502,180999 +SOM,2015,14,174878,176346 +SOM,2015,15,170184,171624 +SOM,2015,16,165665,167104 +SOM,2015,17,160158,161484 +SOM,2015,18,153090,154124 +SOM,2016,0,266881,271835 +SOM,2016,1,257954,262638 +SOM,2016,2,251199,255469 +SOM,2016,3,244636,248529 +SOM,2016,4,238243,241792 +SOM,2016,5,231994,235232 +SOM,2016,6,225904,228861 +SOM,2016,7,219989,222694 +SOM,2016,8,214031,216502 +SOM,2016,9,207927,210174 +SOM,2016,10,201770,203808 +SOM,2016,11,195653,197494 +SOM,2016,12,189436,191080 +SOM,2016,13,183675,185168 +SOM,2016,14,178616,180024 +SOM,2016,15,173926,175283 +SOM,2016,16,169156,170462 +SOM,2016,17,164551,165831 +SOM,2016,18,158973,160121 +SOM,2017,0,275691,280562 +SOM,2017,1,266670,271184 +SOM,2017,2,255978,260338 +SOM,2017,3,249078,253081 +SOM,2017,4,242527,246207 +SOM,2017,5,236269,239656 +SOM,2017,6,230246,233366 +SOM,2017,7,224479,227358 +SOM,2017,8,218988,221653 +SOM,2017,9,213328,215783 +SOM,2017,10,207286,209525 +SOM,2017,11,201038,203063 +SOM,2017,12,194876,196697 +SOM,2017,13,188626,190238 +SOM,2017,14,182815,184261 +SOM,2017,15,177697,179038 +SOM,2017,16,172943,174211 +SOM,2017,17,168097,169290 +SOM,2017,18,163406,164548 +SOM,2018,0,285620,290443 +SOM,2018,1,274621,279109 +SOM,2018,2,264660,268837 +SOM,2018,3,254023,258081 +SOM,2018,4,246978,250736 +SOM,2018,5,240439,243927 +SOM,2018,6,234316,237560 +SOM,2018,7,228518,231539 +SOM,2018,8,223072,225892 +SOM,2018,9,218004,220647 +SOM,2018,10,212642,215099 +SOM,2018,11,206662,208910 +SOM,2018,12,200323,202351 +SOM,2018,13,194116,195931 +SOM,2018,14,187831,189427 +SOM,2018,15,181969,183383 +SOM,2018,16,176793,178082 +SOM,2018,17,171973,173167 +SOM,2018,18,167051,168147 +SOM,2019,0,296000,301000 +SOM,2019,1,283000,287000 +SOM,2019,2,272000,276000 +SOM,2019,3,262000,265000 +SOM,2019,4,252000,256000 +SOM,2019,5,245000,249000 +SOM,2019,6,238000,242000 +SOM,2019,7,232000,236000 +SOM,2019,8,227000,230000 +SOM,2019,9,222000,225000 +SOM,2019,10,217000,220000 +SOM,2019,11,212000,215000 +SOM,2019,12,206000,208000 +SOM,2019,13,200000,202000 +SOM,2019,14,193000,195000 +SOM,2019,15,187000,189000 +SOM,2019,16,181000,183000 +SOM,2019,17,176000,177000 +SOM,2019,18,171000,172000 +SOM,2020,0,305000,310000 +SOM,2020,1,291000,296000 +SOM,2020,2,279000,283000 +SOM,2020,3,268000,272000 +SOM,2020,4,259000,263000 +SOM,2020,5,251000,254000 +SOM,2020,6,243000,246000 +SOM,2020,7,237000,240000 +SOM,2020,8,231000,234000 +SOM,2020,9,225000,228000 +SOM,2020,10,221000,223000 +SOM,2020,11,216000,219000 +SOM,2020,12,212000,214000 +SOM,2020,13,206000,208000 +SOM,2020,14,199000,201000 +SOM,2020,15,193000,195000 +SOM,2020,16,187000,188000 +SOM,2020,17,181000,182000 +SOM,2020,18,175000,176000 +SOM,2021,0,313000,318000 +SOM,2021,1,301000,306000 +SOM,2021,2,289000,293000 +SOM,2021,3,277000,281000 +SOM,2021,4,267000,271000 +SOM,2021,5,258000,261000 +SOM,2021,6,249000,253000 +SOM,2021,7,242000,245000 +SOM,2021,8,236000,239000 +SOM,2021,9,230000,233000 +SOM,2021,10,224000,227000 +SOM,2021,11,220000,222000 +SOM,2021,12,215000,218000 +SOM,2021,13,211000,213000 +SOM,2021,14,205000,207000 +SOM,2021,15,198000,200000 +SOM,2021,16,192000,194000 +SOM,2021,17,185000,187000 +SOM,2021,18,179000,181000 +SOM,2022,0,320000,325000 +SOM,2022,1,306000,311000 +SOM,2022,2,298000,302000 +SOM,2022,3,286000,290000 +SOM,2022,4,275000,279000 +SOM,2022,5,266000,269000 +SOM,2022,6,257000,260000 +SOM,2022,7,249000,252000 +SOM,2022,8,241000,244000 +SOM,2022,9,235000,238000 +SOM,2022,10,229000,232000 +SOM,2022,11,224000,227000 +SOM,2022,12,219000,222000 +SOM,2022,13,215000,217000 +SOM,2022,14,210000,212000 +SOM,2022,15,204000,206000 +SOM,2022,16,197000,199000 +SOM,2022,17,191000,192000 +SOM,2022,18,184000,186000 +SOM,2023,0,327000,332000 +SOM,2023,1,314000,319000 +SOM,2023,2,302000,307000 +SOM,2023,3,295000,299000 +SOM,2023,4,284000,288000 +SOM,2023,5,274000,277000 +SOM,2023,6,264000,268000 +SOM,2023,7,256000,259000 +SOM,2023,8,248000,251000 +SOM,2023,9,240000,244000 +SOM,2023,10,234000,237000 +SOM,2023,11,228000,231000 +SOM,2023,12,223000,226000 +SOM,2023,13,218000,221000 +SOM,2023,14,214000,217000 +SOM,2023,15,209000,211000 +SOM,2023,16,203000,205000 +SOM,2023,17,197000,198000 +SOM,2023,18,190000,192000 +SOM,2024,0,333000,340000 +SOM,2024,1,322000,327000 +SOM,2024,2,311000,315000 +SOM,2024,3,300000,304000 +SOM,2024,4,292000,295000 +SOM,2024,5,282000,285000 +SOM,2024,6,272000,275000 +SOM,2024,7,263000,266000 +SOM,2024,8,255000,258000 +SOM,2024,9,247000,250000 +SOM,2024,10,240000,243000 +SOM,2024,11,233000,236000 +SOM,2024,12,228000,230000 +SOM,2024,13,223000,225000 +SOM,2024,14,218000,220000 +SOM,2024,15,213000,216000 +SOM,2024,16,209000,211000 +SOM,2024,17,203000,204000 +SOM,2024,18,196000,197000 +SOM,2025,0,341000,347000 +SOM,2025,1,330000,335000 +SOM,2025,2,319000,323000 +SOM,2025,3,308000,312000 +SOM,2025,4,298000,302000 +SOM,2025,5,289000,292000 +SOM,2025,6,279000,283000 +SOM,2025,7,271000,274000 +SOM,2025,8,262000,265000 +SOM,2025,9,254000,257000 +SOM,2025,10,247000,250000 +SOM,2025,11,239000,242000 +SOM,2025,12,232000,235000 +SOM,2025,13,227000,230000 +SOM,2025,14,222000,225000 +SOM,2025,15,217000,220000 +SOM,2025,16,213000,215000 +SOM,2025,17,208000,210000 +SOM,2025,18,202000,204000 +SOM,2026,0,348000,355000 +SOM,2026,1,338000,344000 +SOM,2026,2,327000,332000 +SOM,2026,3,317000,321000 +SOM,2026,4,307000,311000 +SOM,2026,5,297000,300000 +SOM,2026,6,287000,291000 +SOM,2026,7,278000,282000 +SOM,2026,8,270000,273000 +SOM,2026,9,261000,264000 +SOM,2026,10,254000,256000 +SOM,2026,11,246000,249000 +SOM,2026,12,238000,241000 +SOM,2026,13,232000,235000 +SOM,2026,14,226000,229000 +SOM,2026,15,221000,224000 +SOM,2026,16,216000,219000 +SOM,2026,17,212000,214000 +SOM,2026,18,207000,209000 +SOM,2027,0,356000,362000 +SOM,2027,1,345000,351000 +SOM,2027,2,335000,341000 +SOM,2027,3,325000,330000 +SOM,2027,4,315000,319000 +SOM,2027,5,305000,309000 +SOM,2027,6,296000,299000 +SOM,2027,7,286000,290000 +SOM,2027,8,278000,281000 +SOM,2027,9,269000,272000 +SOM,2027,10,261000,264000 +SOM,2027,11,253000,256000 +SOM,2027,12,245000,248000 +SOM,2027,13,238000,240000 +SOM,2027,14,231000,234000 +SOM,2027,15,225000,228000 +SOM,2027,16,220000,223000 +SOM,2027,17,215000,218000 +SOM,2027,18,211000,213000 +SOM,2028,0,364000,370000 +SOM,2028,1,353000,359000 +SOM,2028,2,342000,347000 +SOM,2028,3,333000,338000 +SOM,2028,4,323000,327000 +SOM,2028,5,313000,317000 +SOM,2028,6,303000,307000 +SOM,2028,7,294000,297000 +SOM,2028,8,285000,288000 +SOM,2028,9,277000,280000 +SOM,2028,10,268000,271000 +SOM,2028,11,260000,263000 +SOM,2028,12,252000,255000 +SOM,2028,13,244000,247000 +SOM,2028,14,237000,240000 +SOM,2028,15,230000,233000 +SOM,2028,16,224000,227000 +SOM,2028,17,219000,222000 +SOM,2028,18,215000,217000 +SOM,2029,0,371000,378000 +SOM,2029,1,360000,366000 +SOM,2029,2,350000,355000 +SOM,2029,3,340000,344000 +SOM,2029,4,330000,335000 +SOM,2029,5,321000,325000 +SOM,2029,6,311000,315000 +SOM,2029,7,302000,305000 +SOM,2029,8,293000,296000 +SOM,2029,9,284000,287000 +SOM,2029,10,276000,279000 +SOM,2029,11,268000,270000 +SOM,2029,12,259000,262000 +SOM,2029,13,252000,254000 +SOM,2029,14,244000,247000 +SOM,2029,15,236000,239000 +SOM,2029,16,229000,232000 +SOM,2029,17,224000,226000 +SOM,2029,18,219000,221000 +SOM,2030,0,378000,385000 +SOM,2030,1,368000,374000 +SOM,2030,2,357000,363000 +SOM,2030,3,347000,352000 +SOM,2030,4,337000,342000 +SOM,2030,5,328000,332000 +SOM,2030,6,318000,322000 +SOM,2030,7,309000,313000 +SOM,2030,8,300000,304000 +SOM,2030,9,292000,295000 +SOM,2030,10,283000,286000 +SOM,2030,11,275000,278000 +SOM,2030,12,267000,270000 +SOM,2030,13,259000,262000 +SOM,2030,14,251000,254000 +SOM,2030,15,243000,246000 +SOM,2030,16,236000,238000 +SOM,2030,17,229000,231000 +SOM,2030,18,223000,225000 +SOM,2031,0,385000,391000 +SOM,2031,1,375000,382000 +SOM,2031,2,365000,371000 +SOM,2031,3,355000,360000 +SOM,2031,4,346000,350000 +SOM,2031,5,336000,340000 +SOM,2031,6,327000,331000 +SOM,2031,7,317000,321000 +SOM,2031,8,308000,312000 +SOM,2031,9,300000,303000 +SOM,2031,10,291000,294000 +SOM,2031,11,282000,285000 +SOM,2031,12,274000,277000 +SOM,2031,13,266000,269000 +SOM,2031,14,258000,261000 +SOM,2031,15,250000,253000 +SOM,2031,16,242000,245000 +SOM,2031,17,235000,237000 +SOM,2031,18,228000,230000 +SOM,2032,0,390000,397000 +SOM,2032,1,381000,387000 +SOM,2032,2,373000,379000 +SOM,2032,3,363000,368000 +SOM,2032,4,353000,358000 +SOM,2032,5,344000,348000 +SOM,2032,6,335000,339000 +SOM,2032,7,326000,329000 +SOM,2032,8,317000,320000 +SOM,2032,9,308000,311000 +SOM,2032,10,299000,302000 +SOM,2032,11,290000,293000 +SOM,2032,12,282000,285000 +SOM,2032,13,273000,276000 +SOM,2032,14,265000,268000 +SOM,2032,15,257000,260000 +SOM,2032,16,249000,252000 +SOM,2032,17,241000,244000 +SOM,2032,18,234000,236000 +SOM,2033,0,396000,403000 +SOM,2033,1,387000,393000 +SOM,2033,2,378000,384000 +SOM,2033,3,370000,376000 +SOM,2033,4,361000,366000 +SOM,2033,5,352000,356000 +SOM,2033,6,343000,347000 +SOM,2033,7,333000,337000 +SOM,2033,8,325000,328000 +SOM,2033,9,316000,319000 +SOM,2033,10,307000,310000 +SOM,2033,11,298000,301000 +SOM,2033,12,290000,292000 +SOM,2033,13,281000,284000 +SOM,2033,14,273000,275000 +SOM,2033,15,265000,267000 +SOM,2033,16,256000,259000 +SOM,2033,17,248000,251000 +SOM,2033,18,240000,243000 +SOM,2034,0,402000,409000 +SOM,2034,1,393000,399000 +SOM,2034,2,384000,390000 +SOM,2034,3,376000,381000 +SOM,2034,4,368000,373000 +SOM,2034,5,359000,363000 +SOM,2034,6,350000,354000 +SOM,2034,7,341000,345000 +SOM,2034,8,332000,336000 +SOM,2034,9,324000,327000 +SOM,2034,10,315000,318000 +SOM,2034,11,306000,309000 +SOM,2034,12,298000,301000 +SOM,2034,13,289000,292000 +SOM,2034,14,280000,283000 +SOM,2034,15,272000,275000 +SOM,2034,16,264000,266000 +SOM,2034,17,256000,258000 +SOM,2034,18,248000,250000 +SOM,2035,0,407000,415000 +SOM,2035,1,399000,406000 +SOM,2035,2,391000,396000 +SOM,2035,3,382000,387000 +SOM,2035,4,374000,378000 +SOM,2035,5,365000,370000 +SOM,2035,6,357000,361000 +SOM,2035,7,348000,352000 +SOM,2035,8,340000,343000 +SOM,2035,9,331000,334000 +SOM,2035,10,323000,326000 +SOM,2035,11,314000,317000 +SOM,2035,12,306000,309000 +SOM,2035,13,297000,300000 +SOM,2035,14,288000,291000 +SOM,2035,15,280000,283000 +SOM,2035,16,271000,274000 +SOM,2035,17,263000,266000 +SOM,2035,18,255000,257000 +SOM,2036,0,413000,420000 +SOM,2036,1,405000,412000 +SOM,2036,2,397000,403000 +SOM,2036,3,389000,394000 +SOM,2036,4,380000,385000 +SOM,2036,5,372000,377000 +SOM,2036,6,364000,368000 +SOM,2036,7,356000,360000 +SOM,2036,8,347000,351000 +SOM,2036,9,339000,342000 +SOM,2036,10,330000,334000 +SOM,2036,11,322000,325000 +SOM,2036,12,313000,316000 +SOM,2036,13,305000,308000 +SOM,2036,14,296000,299000 +SOM,2036,15,287000,290000 +SOM,2036,16,279000,281000 +SOM,2036,17,270000,273000 +SOM,2036,18,262000,264000 +SOM,2037,0,418000,426000 +SOM,2037,1,410000,417000 +SOM,2037,2,403000,409000 +SOM,2037,3,395000,400000 +SOM,2037,4,387000,392000 +SOM,2037,5,379000,383000 +SOM,2037,6,371000,375000 +SOM,2037,7,363000,367000 +SOM,2037,8,355000,359000 +SOM,2037,9,347000,350000 +SOM,2037,10,338000,342000 +SOM,2037,11,330000,333000 +SOM,2037,12,321000,324000 +SOM,2037,13,313000,316000 +SOM,2037,14,304000,307000 +SOM,2037,15,295000,298000 +SOM,2037,16,287000,289000 +SOM,2037,17,278000,280000 +SOM,2037,18,269000,272000 +SOM,2038,0,424000,432000 +SOM,2038,1,416000,423000 +SOM,2038,2,408000,414000 +SOM,2038,3,400000,406000 +SOM,2038,4,393000,398000 +SOM,2038,5,385000,390000 +SOM,2038,6,377000,382000 +SOM,2038,7,369000,374000 +SOM,2038,8,362000,366000 +SOM,2038,9,354000,358000 +SOM,2038,10,346000,349000 +SOM,2038,11,338000,341000 +SOM,2038,12,329000,332000 +SOM,2038,13,320000,323000 +SOM,2038,14,312000,315000 +SOM,2038,15,303000,306000 +SOM,2038,16,294000,297000 +SOM,2038,17,286000,288000 +SOM,2038,18,277000,279000 +SOM,2039,0,430000,438000 +SOM,2039,1,422000,428000 +SOM,2039,2,413000,420000 +SOM,2039,3,406000,411000 +SOM,2039,4,398000,403000 +SOM,2039,5,391000,395000 +SOM,2039,6,383000,388000 +SOM,2039,7,376000,380000 +SOM,2039,8,368000,372000 +SOM,2039,9,361000,364000 +SOM,2039,10,353000,357000 +SOM,2039,11,345000,349000 +SOM,2039,12,337000,340000 +SOM,2039,13,328000,331000 +SOM,2039,14,320000,323000 +SOM,2039,15,311000,314000 +SOM,2039,16,302000,305000 +SOM,2039,17,294000,296000 +SOM,2039,18,285000,287000 +SOM,2040,0,436000,444000 +SOM,2040,1,427000,434000 +SOM,2040,2,419000,425000 +SOM,2040,3,411000,417000 +SOM,2040,4,404000,409000 +SOM,2040,5,396000,401000 +SOM,2040,6,389000,393000 +SOM,2040,7,381000,385000 +SOM,2040,8,374000,378000 +SOM,2040,9,367000,370000 +SOM,2040,10,359000,363000 +SOM,2040,11,352000,356000 +SOM,2040,12,345000,348000 +SOM,2040,13,336000,340000 +SOM,2040,14,328000,331000 +SOM,2040,15,319000,322000 +SOM,2040,16,310000,313000 +SOM,2040,17,302000,304000 +SOM,2040,18,293000,295000 +SOM,2041,0,442000,450000 +SOM,2041,1,433000,441000 +SOM,2041,2,425000,432000 +SOM,2041,3,417000,423000 +SOM,2041,4,410000,415000 +SOM,2041,5,402000,407000 +SOM,2041,6,395000,399000 +SOM,2041,7,388000,392000 +SOM,2041,8,381000,385000 +SOM,2041,9,373000,377000 +SOM,2041,10,366000,370000 +SOM,2041,11,359000,362000 +SOM,2041,12,351000,355000 +SOM,2041,13,344000,347000 +SOM,2041,14,335000,339000 +SOM,2041,15,327000,330000 +SOM,2041,16,318000,321000 +SOM,2041,17,309000,312000 +SOM,2041,18,301000,303000 +SOM,2042,0,448000,456000 +SOM,2042,1,439000,446000 +SOM,2042,2,431000,438000 +SOM,2042,3,423000,429000 +SOM,2042,4,416000,421000 +SOM,2042,5,408000,413000 +SOM,2042,6,401000,406000 +SOM,2042,7,394000,398000 +SOM,2042,8,387000,391000 +SOM,2042,9,380000,384000 +SOM,2042,10,373000,376000 +SOM,2042,11,365000,369000 +SOM,2042,12,358000,361000 +SOM,2042,13,351000,354000 +SOM,2042,14,343000,346000 +SOM,2042,15,335000,338000 +SOM,2042,16,326000,329000 +SOM,2042,17,317000,320000 +SOM,2042,18,308000,311000 +SOM,2043,0,454000,462000 +SOM,2043,1,445000,452000 +SOM,2043,2,436000,443000 +SOM,2043,3,429000,435000 +SOM,2043,4,421000,427000 +SOM,2043,5,414000,419000 +SOM,2043,6,407000,411000 +SOM,2043,7,400000,404000 +SOM,2043,8,393000,397000 +SOM,2043,9,386000,390000 +SOM,2043,10,379000,383000 +SOM,2043,11,372000,376000 +SOM,2043,12,365000,368000 +SOM,2043,13,357000,361000 +SOM,2043,14,350000,353000 +SOM,2043,15,342000,345000 +SOM,2043,16,334000,337000 +SOM,2043,17,325000,328000 +SOM,2043,18,316000,319000 +SOM,2044,0,460000,468000 +SOM,2044,1,451000,458000 +SOM,2044,2,442000,449000 +SOM,2044,3,434000,440000 +SOM,2044,4,427000,432000 +SOM,2044,5,419000,424000 +SOM,2044,6,412000,417000 +SOM,2044,7,405000,410000 +SOM,2044,8,398000,403000 +SOM,2044,9,392000,396000 +SOM,2044,10,385000,389000 +SOM,2044,11,378000,382000 +SOM,2044,12,371000,375000 +SOM,2044,13,364000,367000 +SOM,2044,14,357000,360000 +SOM,2044,15,349000,352000 +SOM,2044,16,341000,344000 +SOM,2044,17,333000,336000 +SOM,2044,18,324000,327000 +SOM,2045,0,467000,475000 +SOM,2045,1,457000,465000 +SOM,2045,2,448000,455000 +SOM,2045,3,440000,446000 +SOM,2045,4,432000,437000 +SOM,2045,5,425000,430000 +SOM,2045,6,417000,422000 +SOM,2045,7,410000,415000 +SOM,2045,8,404000,408000 +SOM,2045,9,397000,401000 +SOM,2045,10,391000,395000 +SOM,2045,11,384000,388000 +SOM,2045,12,378000,381000 +SOM,2045,13,371000,374000 +SOM,2045,14,363000,367000 +SOM,2045,15,356000,359000 +SOM,2045,16,349000,352000 +SOM,2045,17,341000,344000 +SOM,2045,18,332000,335000 +SOM,2046,0,473000,482000 +SOM,2046,1,464000,472000 +SOM,2046,2,455000,462000 +SOM,2046,3,447000,453000 +SOM,2046,4,439000,444000 +SOM,2046,5,431000,436000 +SOM,2046,6,424000,428000 +SOM,2046,7,417000,421000 +SOM,2046,8,410000,414000 +SOM,2046,9,403000,407000 +SOM,2046,10,397000,400000 +SOM,2046,11,390000,394000 +SOM,2046,12,384000,387000 +SOM,2046,13,377000,381000 +SOM,2046,14,370000,373000 +SOM,2046,15,362000,366000 +SOM,2046,16,355000,358000 +SOM,2046,17,348000,350000 +SOM,2046,18,340000,342000 +SOM,2047,0,481000,489000 +SOM,2047,1,470000,478000 +SOM,2047,2,462000,469000 +SOM,2047,3,453000,460000 +SOM,2047,4,445000,451000 +SOM,2047,5,437000,442000 +SOM,2047,6,430000,435000 +SOM,2047,7,423000,427000 +SOM,2047,8,416000,420000 +SOM,2047,9,409000,413000 +SOM,2047,10,402000,406000 +SOM,2047,11,396000,400000 +SOM,2047,12,389000,393000 +SOM,2047,13,383000,386000 +SOM,2047,14,376000,380000 +SOM,2047,15,369000,372000 +SOM,2047,16,362000,365000 +SOM,2047,17,354000,357000 +SOM,2047,18,347000,349000 +SOM,2048,0,488000,496000 +SOM,2048,1,477000,485000 +SOM,2048,2,468000,475000 +SOM,2048,3,460000,466000 +SOM,2048,4,451000,457000 +SOM,2048,5,443000,449000 +SOM,2048,6,436000,441000 +SOM,2048,7,429000,433000 +SOM,2048,8,422000,426000 +SOM,2048,9,415000,419000 +SOM,2048,10,408000,412000 +SOM,2048,11,402000,406000 +SOM,2048,12,395000,399000 +SOM,2048,13,389000,392000 +SOM,2048,14,382000,386000 +SOM,2048,15,375000,379000 +SOM,2048,16,368000,371000 +SOM,2048,17,361000,364000 +SOM,2048,18,353000,356000 +SOM,2049,0,495000,504000 +SOM,2049,1,484000,492000 +SOM,2049,2,474000,481000 +SOM,2049,3,465000,472000 +SOM,2049,4,458000,463000 +SOM,2049,5,450000,455000 +SOM,2049,6,442000,447000 +SOM,2049,7,435000,439000 +SOM,2049,8,428000,432000 +SOM,2049,9,421000,425000 +SOM,2049,10,414000,418000 +SOM,2049,11,408000,412000 +SOM,2049,12,401000,405000 +SOM,2049,13,395000,398000 +SOM,2049,14,388000,392000 +SOM,2049,15,382000,385000 +SOM,2049,16,375000,378000 +SOM,2049,17,368000,370000 +SOM,2049,18,360000,363000 +SOM,2050,0,501000,510000 +SOM,2050,1,491000,499000 +SOM,2050,2,481000,488000 +SOM,2050,3,472000,478000 +SOM,2050,4,463000,469000 +SOM,2050,5,455000,461000 +SOM,2050,6,448000,453000 +SOM,2050,7,440000,445000 +SOM,2050,8,433000,438000 +SOM,2050,9,426000,431000 +SOM,2050,10,420000,424000 +SOM,2050,11,413000,417000 +SOM,2050,12,407000,411000 +SOM,2050,13,401000,404000 +SOM,2050,14,394000,398000 +SOM,2050,15,387000,391000 +SOM,2050,16,381000,384000 +SOM,2050,17,374000,377000 +SOM,2050,18,367000,370000 +SRB,1990,0,70274,74901 +SRB,1990,1,70609,74885 +SRB,1990,2,71078,75058 +SRB,1990,3,71648,75384 +SRB,1990,4,72286,75825 +SRB,1990,5,72959,76344 +SRB,1990,6,73635,76902 +SRB,1990,7,74281,77464 +SRB,1990,8,74866,77990 +SRB,1990,9,75356,78444 +SRB,1990,10,75789,78861 +SRB,1990,11,76202,79275 +SRB,1990,12,76214,79287 +SRB,1990,13,75651,78714 +SRB,1990,14,74691,77737 +SRB,1990,15,73718,76749 +SRB,1990,16,72696,75710 +SRB,1990,17,71609,74599 +SRB,1990,18,70499,73457 +SRB,1991,0,68863,73106 +SRB,1991,1,70328,74814 +SRB,1991,2,70836,75044 +SRB,1991,3,71414,75371 +SRB,1991,4,72039,75773 +SRB,1991,5,72690,76229 +SRB,1991,6,73335,76700 +SRB,1991,7,73939,77150 +SRB,1991,8,74536,77634 +SRB,1991,9,75122,78160 +SRB,1991,10,75646,78662 +SRB,1991,11,76090,79094 +SRB,1991,12,76504,79509 +SRB,1991,13,76515,79520 +SRB,1991,14,75952,78945 +SRB,1991,15,74991,77963 +SRB,1991,16,74017,76971 +SRB,1991,17,72995,75928 +SRB,1991,18,71904,74811 +SRB,1992,0,67086,70697 +SRB,1992,1,68162,71894 +SRB,1992,2,70515,74891 +SRB,1992,3,71197,75367 +SRB,1992,4,71885,75848 +SRB,1992,5,72568,76328 +SRB,1992,6,73234,76800 +SRB,1992,7,73851,77225 +SRB,1992,8,74385,77566 +SRB,1992,9,74932,77973 +SRB,1992,10,75521,78502 +SRB,1992,11,76079,79051 +SRB,1992,12,76536,79501 +SRB,1992,13,76951,79917 +SRB,1992,14,76963,79927 +SRB,1992,15,76398,79348 +SRB,1992,16,75435,78361 +SRB,1992,17,74458,77362 +SRB,1992,18,73433,76312 +SRB,1993,0,65048,67921 +SRB,1993,1,66736,70046 +SRB,1993,2,68294,71915 +SRB,1993,3,70699,74969 +SRB,1993,4,71555,75693 +SRB,1993,5,72354,76330 +SRB,1993,6,73094,76887 +SRB,1993,7,73775,77375 +SRB,1993,8,74364,77754 +SRB,1993,9,74827,77986 +SRB,1993,10,75324,78316 +SRB,1993,11,75917,78846 +SRB,1993,12,76509,79445 +SRB,1993,13,76979,79911 +SRB,1993,14,77395,80328 +SRB,1993,15,77407,80337 +SRB,1993,16,76841,79754 +SRB,1993,17,75876,78761 +SRB,1993,18,74896,77756 +SRB,1994,0,62943,65183 +SRB,1994,1,65131,68045 +SRB,1994,2,67081,70491 +SRB,1994,3,68807,72554 +SRB,1994,4,70695,74832 +SRB,1994,5,71724,75803 +SRB,1994,6,72631,76594 +SRB,1994,7,73427,77228 +SRB,1994,8,74121,77730 +SRB,1994,9,74680,78061 +SRB,1994,10,75072,78184 +SRB,1994,11,75517,78436 +SRB,1994,12,76112,78966 +SRB,1994,13,76737,79611 +SRB,1994,14,77218,80093 +SRB,1994,15,77634,80510 +SRB,1994,16,77646,80519 +SRB,1994,17,77081,79934 +SRB,1994,18,76116,78937 +SRB,1995,0,60942,62817 +SRB,1995,1,63361,65986 +SRB,1995,2,65495,68684 +SRB,1995,3,67365,70951 +SRB,1995,4,68990,72827 +SRB,1995,5,70391,74352 +SRB,1995,6,71587,75564 +SRB,1995,7,72599,76504 +SRB,1995,8,73447,77211 +SRB,1995,9,74151,77725 +SRB,1995,10,74679,78007 +SRB,1995,11,74997,78020 +SRB,1995,12,75390,78193 +SRB,1995,13,75983,78721 +SRB,1995,14,76638,79410 +SRB,1995,15,77128,79906 +SRB,1995,16,77543,80321 +SRB,1995,17,77555,80328 +SRB,1995,18,76993,79744 +SRB,1996,0,59965,61900 +SRB,1996,1,61326,63400 +SRB,1996,2,63498,66205 +SRB,1996,3,65439,68640 +SRB,1996,4,67158,70723 +SRB,1996,5,68663,72477 +SRB,1996,6,69986,73951 +SRB,1996,7,71157,75196 +SRB,1996,8,72077,76082 +SRB,1996,9,72710,76569 +SRB,1996,10,73131,76767 +SRB,1996,11,73412,76784 +SRB,1996,12,73492,76547 +SRB,1996,13,73727,76545 +SRB,1996,14,74285,77016 +SRB,1996,15,74991,77730 +SRB,1996,16,75531,78249 +SRB,1996,17,76007,78699 +SRB,1996,18,76094,78754 +SRB,1997,0,59080,61334 +SRB,1997,1,61139,63782 +SRB,1997,2,61447,63685 +SRB,1997,3,63363,66111 +SRB,1997,4,65101,68268 +SRB,1997,5,66661,70157 +SRB,1997,6,68039,71780 +SRB,1997,7,69277,73196 +SRB,1997,8,70418,74468 +SRB,1997,9,71241,75296 +SRB,1997,10,71655,75558 +SRB,1997,11,71791,75438 +SRB,1997,12,71822,75189 +SRB,1997,13,71663,74702 +SRB,1997,14,71738,74524 +SRB,1997,15,72259,74935 +SRB,1997,16,73012,75669 +SRB,1997,17,73600,76209 +SRB,1997,18,74136,76693 +SRB,1998,0,58274,60998 +SRB,1998,1,59862,62636 +SRB,1998,2,61398,64249 +SRB,1998,3,61402,63782 +SRB,1998,4,63056,65822 +SRB,1998,5,64588,67696 +SRB,1998,6,65984,69386 +SRB,1998,7,67231,70872 +SRB,1998,8,68383,72227 +SRB,1998,9,69490,73523 +SRB,1998,10,70214,74289 +SRB,1998,11,70408,74327 +SRB,1998,12,70258,73890 +SRB,1998,13,70041,73375 +SRB,1998,14,69643,72639 +SRB,1998,15,69558,72286 +SRB,1998,16,70040,72637 +SRB,1998,17,70839,73390 +SRB,1998,18,71473,73949 +SRB,1999,0,57503,60686 +SRB,1999,1,58596,61525 +SRB,1999,2,59757,62544 +SRB,1999,3,60961,63702 +SRB,1999,4,61340,63864 +SRB,1999,5,62733,65521 +SRB,1999,6,64058,67113 +SRB,1999,7,65291,68603 +SRB,1999,8,66408,69954 +SRB,1999,9,67472,71248 +SRB,1999,10,68547,72566 +SRB,1999,11,69171,73272 +SRB,1999,12,69147,73087 +SRB,1999,13,68712,72334 +SRB,1999,14,68248,71554 +SRB,1999,15,67612,70572 +SRB,1999,16,67368,70045 +SRB,1999,17,67812,70335 +SRB,1999,18,68656,71107 +SRB,2000,0,56733,60249 +SRB,2000,1,57406,60479 +SRB,2000,2,58242,61033 +SRB,2000,3,59205,61853 +SRB,2000,4,60261,62882 +SRB,2000,5,61373,64064 +SRB,2000,6,62508,65340 +SRB,2000,7,63629,66654 +SRB,2000,8,64702,67949 +SRB,2000,9,65691,69168 +SRB,2000,10,66670,70402 +SRB,2000,11,67712,71746 +SRB,2000,12,68239,72392 +SRB,2000,13,67997,71984 +SRB,2000,14,67278,70915 +SRB,2000,15,66566,69871 +SRB,2000,16,65692,68640 +SRB,2000,17,65289,67939 +SRB,2000,18,65695,68170 +SRB,2001,0,55765,59381 +SRB,2001,1,55891,59289 +SRB,2001,2,56584,59627 +SRB,2001,3,57430,60247 +SRB,2001,4,58395,61099 +SRB,2001,5,59448,62133 +SRB,2001,6,60551,63292 +SRB,2001,7,61667,64516 +SRB,2001,8,62787,65795 +SRB,2001,9,63889,67097 +SRB,2001,10,64924,68347 +SRB,2001,11,65945,69598 +SRB,2001,12,67030,70954 +SRB,2001,13,67587,71599 +SRB,2001,14,67355,71170 +SRB,2001,15,66632,70066 +SRB,2001,16,65919,68991 +SRB,2001,17,65043,67728 +SRB,2001,18,64641,67008 +SRB,2002,0,54815,58416 +SRB,2002,1,54891,58058 +SRB,2002,2,55138,58444 +SRB,2002,3,55852,58889 +SRB,2002,4,56709,59576 +SRB,2002,5,57679,60462 +SRB,2002,6,58731,61503 +SRB,2002,7,59826,62640 +SRB,2002,8,60925,63814 +SRB,2002,9,62046,65062 +SRB,2002,10,63177,66374 +SRB,2002,11,64261,67656 +SRB,2002,12,65325,68926 +SRB,2002,13,66455,70297 +SRB,2002,14,67043,70943 +SRB,2002,15,66820,70491 +SRB,2002,16,66092,69351 +SRB,2002,17,65376,68243 +SRB,2002,18,64497,66946 +SRB,2003,0,53858,57372 +SRB,2003,1,53757,56967 +SRB,2003,2,53936,56938 +SRB,2003,3,54462,57700 +SRB,2003,4,55199,58253 +SRB,2003,5,56068,59008 +SRB,2003,6,57043,59929 +SRB,2003,7,58096,60980 +SRB,2003,8,59185,62098 +SRB,2003,9,60269,63224 +SRB,2003,10,61392,64443 +SRB,2003,11,62555,65766 +SRB,2003,12,63688,67083 +SRB,2003,13,64796,68374 +SRB,2003,14,65972,69763 +SRB,2003,15,66593,70410 +SRB,2003,16,66378,69935 +SRB,2003,17,65644,68757 +SRB,2003,18,64925,67614 +SRB,2004,0,52855,56277 +SRB,2004,1,52686,55942 +SRB,2004,2,52783,55919 +SRB,2004,3,53116,56175 +SRB,2004,4,53829,57019 +SRB,2004,5,54588,57681 +SRB,2004,6,55471,58506 +SRB,2004,7,56451,59463 +SRB,2004,8,57506,60523 +SRB,2004,9,58590,61624 +SRB,2004,10,59659,62704 +SRB,2004,11,60785,63894 +SRB,2004,12,61981,65230 +SRB,2004,13,63164,66584 +SRB,2004,14,64319,67898 +SRB,2004,15,65541,69305 +SRB,2004,16,66194,69954 +SRB,2004,17,65989,69455 +SRB,2004,18,65248,68238 +SRB,2005,0,51779,55154 +SRB,2005,1,51659,54968 +SRB,2005,2,51765,55019 +SRB,2005,3,52073,55285 +SRB,2005,4,52561,55743 +SRB,2005,5,53208,56370 +SRB,2005,6,53990,57142 +SRB,2005,7,54886,58037 +SRB,2005,8,55873,59031 +SRB,2005,9,56930,60102 +SRB,2005,10,58008,61186 +SRB,2005,11,59064,62219 +SRB,2005,12,60193,63381 +SRB,2005,13,61422,64731 +SRB,2005,14,62656,66123 +SRB,2005,15,63857,67460 +SRB,2005,16,65127,68887 +SRB,2005,17,65813,69539 +SRB,2005,18,65616,69016 +SRB,2006,0,50474,53766 +SRB,2006,1,51342,54645 +SRB,2006,2,51349,54599 +SRB,2006,3,51519,54727 +SRB,2006,4,51841,55015 +SRB,2006,5,52302,55452 +SRB,2006,6,52880,56016 +SRB,2006,7,53554,56682 +SRB,2006,8,54363,57493 +SRB,2006,9,55315,58458 +SRB,2006,10,56368,59532 +SRB,2006,11,57425,60600 +SRB,2006,12,58451,61608 +SRB,2006,13,59553,62745 +SRB,2006,14,60757,64069 +SRB,2006,15,61969,65437 +SRB,2006,16,63150,66752 +SRB,2006,17,64403,68158 +SRB,2006,18,65078,68797 +SRB,2007,0,49129,52379 +SRB,2007,1,49493,52746 +SRB,2007,2,50939,54194 +SRB,2007,3,51072,54288 +SRB,2007,4,51307,54491 +SRB,2007,5,51642,54801 +SRB,2007,6,52076,55218 +SRB,2007,7,52587,55720 +SRB,2007,8,53153,56282 +SRB,2007,9,53875,57010 +SRB,2007,10,54792,57946 +SRB,2007,11,55843,59025 +SRB,2007,12,56880,60077 +SRB,2007,13,57877,61061 +SRB,2007,14,58952,62175 +SRB,2007,15,60131,63475 +SRB,2007,16,61322,64819 +SRB,2007,17,62484,66113 +SRB,2007,18,63721,67501 +SRB,2008,0,47757,50986 +SRB,2008,1,48488,51717 +SRB,2008,2,49158,52380 +SRB,2008,3,50565,53788 +SRB,2008,4,50825,54021 +SRB,2008,5,51125,54300 +SRB,2008,6,51473,54633 +SRB,2008,7,51880,55030 +SRB,2008,8,52323,55469 +SRB,2008,9,52782,55928 +SRB,2008,10,53418,56574 +SRB,2008,11,54302,57483 +SRB,2008,12,55351,58567 +SRB,2008,13,56367,59604 +SRB,2008,14,57336,60565 +SRB,2008,15,58385,61656 +SRB,2008,16,59541,62933 +SRB,2008,17,60711,64255 +SRB,2008,18,61855,65529 +SRB,2009,0,46381,49583 +SRB,2009,1,47472,50671 +SRB,2009,2,48401,51594 +SRB,2009,3,49192,52375 +SRB,2009,4,50223,53419 +SRB,2009,5,50609,53792 +SRB,2009,6,50974,54146 +SRB,2009,7,51337,54502 +SRB,2009,8,51717,54880 +SRB,2009,9,52093,55258 +SRB,2009,10,52444,55612 +SRB,2009,11,52995,56177 +SRB,2009,12,53845,57059 +SRB,2009,13,54893,58149 +SRB,2009,14,55889,59172 +SRB,2009,15,56830,60111 +SRB,2009,16,57854,61179 +SRB,2009,17,58987,62434 +SRB,2009,18,60137,63735 +SRB,2010,0,45036,48186 +SRB,2010,1,46421,49580 +SRB,2010,2,47572,50736 +SRB,2010,3,48518,51684 +SRB,2010,4,49290,52457 +SRB,2010,5,49918,53084 +SRB,2010,6,50431,53598 +SRB,2010,7,50862,54029 +SRB,2010,8,51238,54408 +SRB,2010,9,51592,54767 +SRB,2010,10,51901,55083 +SRB,2010,11,52145,55334 +SRB,2010,12,52610,55817 +SRB,2010,13,53428,56672 +SRB,2010,14,54476,57769 +SRB,2010,15,55453,58779 +SRB,2010,16,56367,59696 +SRB,2010,17,57366,60743 +SRB,2010,18,58477,61976 +SRB,2011,0,43551,46614 +SRB,2011,1,45095,48268 +SRB,2011,2,46370,49560 +SRB,2011,3,47435,50637 +SRB,2011,4,48318,51529 +SRB,2011,5,49045,52261 +SRB,2011,6,49646,52865 +SRB,2011,7,50152,53371 +SRB,2011,8,50568,53790 +SRB,2011,9,50912,54141 +SRB,2011,10,51224,54462 +SRB,2011,11,51502,54750 +SRB,2011,12,51722,54979 +SRB,2011,13,52166,55443 +SRB,2011,14,52966,56280 +SRB,2011,15,54000,57361 +SRB,2011,16,54967,58358 +SRB,2011,17,55873,59263 +SRB,2011,18,56868,60303 +SRB,2012,0,42087,45040 +SRB,2012,1,43860,46893 +SRB,2012,2,45187,48380 +SRB,2012,3,46352,49571 +SRB,2012,4,47333,50571 +SRB,2012,5,48154,51406 +SRB,2012,6,48836,52098 +SRB,2012,7,49411,52678 +SRB,2012,8,49909,53179 +SRB,2012,9,50310,53586 +SRB,2012,10,50623,53908 +SRB,2012,11,50893,54191 +SRB,2012,12,51140,54452 +SRB,2012,13,51336,54658 +SRB,2012,14,51759,55103 +SRB,2012,15,52543,55923 +SRB,2012,16,53564,56989 +SRB,2012,17,54521,57974 +SRB,2012,18,55420,58869 +SRB,2013,0,40789,43631 +SRB,2013,1,42628,45590 +SRB,2013,2,44186,47247 +SRB,2013,3,45301,48511 +SRB,2013,4,46356,49601 +SRB,2013,5,47254,50524 +SRB,2013,6,48013,51302 +SRB,2013,7,48651,51954 +SRB,2013,8,49200,52512 +SRB,2013,9,49689,53006 +SRB,2013,10,50078,53401 +SRB,2013,11,50358,53695 +SRB,2013,12,50587,53942 +SRB,2013,13,50803,54174 +SRB,2013,14,50975,54359 +SRB,2013,15,51378,54784 +SRB,2013,16,52146,55587 +SRB,2013,17,53154,56639 +SRB,2013,18,54102,57612 +SRB,2014,0,39848,42609 +SRB,2014,1,41613,44518 +SRB,2014,2,43142,46166 +SRB,2014,3,44456,47577 +SRB,2014,4,45421,48644 +SRB,2014,5,46367,49633 +SRB,2014,6,47182,50480 +SRB,2014,7,47879,51202 +SRB,2014,8,48473,51814 +SRB,2014,9,48996,52348 +SRB,2014,10,49477,52837 +SRB,2014,11,49852,53220 +SRB,2014,12,50101,53486 +SRB,2014,13,50288,53695 +SRB,2014,14,50474,53899 +SRB,2014,15,50622,54063 +SRB,2014,16,51004,54469 +SRB,2014,17,51756,55255 +SRB,2014,18,52752,56292 +SRB,2015,0,39383,42113 +SRB,2015,1,40912,43783 +SRB,2015,2,42282,45270 +SRB,2015,3,43502,46588 +SRB,2015,4,44583,47750 +SRB,2015,5,45537,48769 +SRB,2015,6,46373,49656 +SRB,2015,7,47104,50426 +SRB,2015,8,47739,51091 +SRB,2015,9,48289,51663 +SRB,2015,10,48785,52175 +SRB,2015,11,49260,52657 +SRB,2015,12,49620,53028 +SRB,2015,13,49837,53266 +SRB,2015,14,49983,53437 +SRB,2015,15,50138,53614 +SRB,2015,16,50262,53756 +SRB,2015,17,50624,54142 +SRB,2015,18,51359,54911 +SRB,2016,0,39517,42302 +SRB,2016,1,39660,42421 +SRB,2016,2,41013,43895 +SRB,2016,3,42272,45260 +SRB,2016,4,43435,46516 +SRB,2016,5,44505,47665 +SRB,2016,6,45490,48719 +SRB,2016,7,46402,49691 +SRB,2016,8,47187,50521 +SRB,2016,9,47824,51187 +SRB,2016,10,48344,51725 +SRB,2016,11,48833,52227 +SRB,2016,12,49311,52711 +SRB,2016,13,49677,53086 +SRB,2016,14,49901,53328 +SRB,2016,15,50055,53503 +SRB,2016,16,50218,53684 +SRB,2016,17,50349,53830 +SRB,2016,18,50718,54220 +SRB,2017,0,40120,43011 +SRB,2017,1,40608,43530 +SRB,2017,2,39918,42702 +SRB,2017,3,41094,43979 +SRB,2017,4,42240,45220 +SRB,2017,5,43347,46414 +SRB,2017,6,44403,47549 +SRB,2017,7,45419,48637 +SRB,2017,8,46406,49692 +SRB,2017,9,47246,50583 +SRB,2017,10,47884,51250 +SRB,2017,11,48375,51754 +SRB,2017,12,48857,52245 +SRB,2017,13,49337,52732 +SRB,2017,14,49708,53110 +SRB,2017,15,49939,53355 +SRB,2017,16,50101,53535 +SRB,2017,17,50272,53720 +SRB,2017,18,50411,53869 +SRB,2018,0,40896,43896 +SRB,2018,1,40744,43701 +SRB,2018,2,40840,43779 +SRB,2018,3,40160,42962 +SRB,2018,4,41158,44043 +SRB,2018,5,42192,45160 +SRB,2018,6,43241,46290 +SRB,2018,7,44284,47411 +SRB,2018,8,45331,48533 +SRB,2018,9,46393,49671 +SRB,2018,10,47286,50621 +SRB,2018,11,47926,51289 +SRB,2018,12,48387,51758 +SRB,2018,13,48861,52239 +SRB,2018,14,49345,52728 +SRB,2018,15,49720,53108 +SRB,2018,16,49957,53357 +SRB,2018,17,50127,53541 +SRB,2018,18,50306,53730 +SRB,2019,0,41000,44000 +SRB,2019,1,41000,44000 +SRB,2019,2,41000,43000 +SRB,2019,3,41000,43000 +SRB,2019,4,40000,43000 +SRB,2019,5,41000,44000 +SRB,2019,6,42000,45000 +SRB,2019,7,43000,46000 +SRB,2019,8,44000,47000 +SRB,2019,9,45000,48000 +SRB,2019,10,46000,50000 +SRB,2019,11,47000,51000 +SRB,2019,12,48000,51000 +SRB,2019,13,48000,52000 +SRB,2019,14,49000,52000 +SRB,2019,15,49000,53000 +SRB,2019,16,50000,53000 +SRB,2019,17,50000,53000 +SRB,2019,18,50000,54000 +SRB,2020,0,41000,44000 +SRB,2020,1,41000,43000 +SRB,2020,2,40000,43000 +SRB,2020,3,40000,43000 +SRB,2020,4,40000,43000 +SRB,2020,5,41000,43000 +SRB,2020,6,41000,44000 +SRB,2020,7,42000,45000 +SRB,2020,8,43000,46000 +SRB,2020,9,44000,47000 +SRB,2020,10,45000,48000 +SRB,2020,11,46000,50000 +SRB,2020,12,47000,51000 +SRB,2020,13,48000,51000 +SRB,2020,14,48000,52000 +SRB,2020,15,49000,52000 +SRB,2020,16,49000,53000 +SRB,2020,17,50000,53000 +SRB,2020,18,50000,53000 +SRB,2021,0,41000,44000 +SRB,2021,1,41000,44000 +SRB,2021,2,40000,43000 +SRB,2021,3,40000,43000 +SRB,2021,4,40000,43000 +SRB,2021,5,40000,43000 +SRB,2021,6,41000,44000 +SRB,2021,7,41000,44000 +SRB,2021,8,42000,45000 +SRB,2021,9,43000,46000 +SRB,2021,10,44000,47000 +SRB,2021,11,45000,48000 +SRB,2021,12,46000,50000 +SRB,2021,13,47000,51000 +SRB,2021,14,48000,51000 +SRB,2021,15,48000,52000 +SRB,2021,16,49000,52000 +SRB,2021,17,49000,53000 +SRB,2021,18,50000,53000 +SRB,2022,0,40000,42000 +SRB,2022,1,39000,42000 +SRB,2022,2,41000,44000 +SRB,2022,3,40000,43000 +SRB,2022,4,40000,43000 +SRB,2022,5,40000,43000 +SRB,2022,6,40000,43000 +SRB,2022,7,41000,44000 +SRB,2022,8,41000,44000 +SRB,2022,9,42000,45000 +SRB,2022,10,43000,46000 +SRB,2022,11,44000,47000 +SRB,2022,12,45000,48000 +SRB,2022,13,46000,49000 +SRB,2022,14,47000,51000 +SRB,2022,15,48000,51000 +SRB,2022,16,48000,52000 +SRB,2022,17,49000,52000 +SRB,2022,18,49000,52000 +SRB,2023,0,38000,40000 +SRB,2023,1,38000,41000 +SRB,2023,2,39000,41000 +SRB,2023,3,40000,43000 +SRB,2023,4,40000,43000 +SRB,2023,5,40000,43000 +SRB,2023,6,40000,43000 +SRB,2023,7,41000,43000 +SRB,2023,8,41000,44000 +SRB,2023,9,41000,44000 +SRB,2023,10,42000,45000 +SRB,2023,11,43000,46000 +SRB,2023,12,44000,47000 +SRB,2023,13,45000,48000 +SRB,2023,14,46000,49000 +SRB,2023,15,47000,50000 +SRB,2023,16,48000,51000 +SRB,2023,17,48000,51000 +SRB,2023,18,48000,52000 +SRB,2024,0,37000,39000 +SRB,2024,1,38000,40000 +SRB,2024,2,38000,41000 +SRB,2024,3,39000,41000 +SRB,2024,4,40000,43000 +SRB,2024,5,40000,43000 +SRB,2024,6,40000,43000 +SRB,2024,7,40000,43000 +SRB,2024,8,41000,44000 +SRB,2024,9,41000,44000 +SRB,2024,10,41000,44000 +SRB,2024,11,42000,45000 +SRB,2024,12,43000,46000 +SRB,2024,13,44000,47000 +SRB,2024,14,45000,48000 +SRB,2024,15,46000,49000 +SRB,2024,16,47000,50000 +SRB,2024,17,48000,51000 +SRB,2024,18,48000,51000 +SRB,2025,0,36000,37000 +SRB,2025,1,37000,39000 +SRB,2025,2,38000,40000 +SRB,2025,3,39000,41000 +SRB,2025,4,39000,42000 +SRB,2025,5,40000,42000 +SRB,2025,6,40000,43000 +SRB,2025,7,40000,43000 +SRB,2025,8,41000,43000 +SRB,2025,9,41000,44000 +SRB,2025,10,41000,44000 +SRB,2025,11,41000,44000 +SRB,2025,12,42000,45000 +SRB,2025,13,43000,46000 +SRB,2025,14,44000,47000 +SRB,2025,15,45000,48000 +SRB,2025,16,46000,49000 +SRB,2025,17,47000,50000 +SRB,2025,18,48000,51000 +SRB,2026,0,35000,37000 +SRB,2026,1,36000,38000 +SRB,2026,2,37000,39000 +SRB,2026,3,38000,40000 +SRB,2026,4,38000,41000 +SRB,2026,5,39000,42000 +SRB,2026,6,39000,42000 +SRB,2026,7,40000,43000 +SRB,2026,8,40000,43000 +SRB,2026,9,41000,43000 +SRB,2026,10,41000,44000 +SRB,2026,11,41000,44000 +SRB,2026,12,41000,44000 +SRB,2026,13,42000,45000 +SRB,2026,14,42000,45000 +SRB,2026,15,44000,47000 +SRB,2026,16,45000,48000 +SRB,2026,17,46000,49000 +SRB,2026,18,47000,50000 +SRB,2027,0,35000,37000 +SRB,2027,1,36000,38000 +SRB,2027,2,36000,38000 +SRB,2027,3,37000,39000 +SRB,2027,4,38000,40000 +SRB,2027,5,38000,41000 +SRB,2027,6,39000,41000 +SRB,2027,7,39000,42000 +SRB,2027,8,40000,43000 +SRB,2027,9,40000,43000 +SRB,2027,10,41000,44000 +SRB,2027,11,41000,44000 +SRB,2027,12,41000,44000 +SRB,2027,13,41000,44000 +SRB,2027,14,42000,44000 +SRB,2027,15,42000,45000 +SRB,2027,16,44000,47000 +SRB,2027,17,45000,48000 +SRB,2027,18,46000,49000 +SRB,2028,0,35000,37000 +SRB,2028,1,35000,37000 +SRB,2028,2,36000,38000 +SRB,2028,3,36000,38000 +SRB,2028,4,37000,39000 +SRB,2028,5,38000,40000 +SRB,2028,6,38000,41000 +SRB,2028,7,39000,41000 +SRB,2028,8,39000,42000 +SRB,2028,9,40000,43000 +SRB,2028,10,40000,43000 +SRB,2028,11,41000,44000 +SRB,2028,12,41000,44000 +SRB,2028,13,41000,44000 +SRB,2028,14,41000,44000 +SRB,2028,15,41000,44000 +SRB,2028,16,42000,45000 +SRB,2028,17,43000,47000 +SRB,2028,18,45000,48000 +SRB,2029,0,35000,37000 +SRB,2029,1,35000,37000 +SRB,2029,2,35000,38000 +SRB,2029,3,36000,38000 +SRB,2029,4,36000,38000 +SRB,2029,5,37000,39000 +SRB,2029,6,37000,40000 +SRB,2029,7,38000,40000 +SRB,2029,8,39000,41000 +SRB,2029,9,39000,42000 +SRB,2029,10,40000,43000 +SRB,2029,11,40000,43000 +SRB,2029,12,41000,44000 +SRB,2029,13,41000,44000 +SRB,2029,14,41000,44000 +SRB,2029,15,41000,44000 +SRB,2029,16,41000,44000 +SRB,2029,17,42000,45000 +SRB,2029,18,43000,46000 +SRB,2030,0,35000,37000 +SRB,2030,1,35000,37000 +SRB,2030,2,35000,37000 +SRB,2030,3,35000,37000 +SRB,2030,4,36000,38000 +SRB,2030,5,36000,38000 +SRB,2030,6,37000,39000 +SRB,2030,7,37000,40000 +SRB,2030,8,38000,40000 +SRB,2030,9,38000,41000 +SRB,2030,10,39000,42000 +SRB,2030,11,40000,43000 +SRB,2030,12,40000,43000 +SRB,2030,13,41000,44000 +SRB,2030,14,41000,44000 +SRB,2030,15,41000,44000 +SRB,2030,16,41000,44000 +SRB,2030,17,41000,44000 +SRB,2030,18,42000,45000 +SRB,2031,0,34000,37000 +SRB,2031,1,34000,37000 +SRB,2031,2,35000,37000 +SRB,2031,3,35000,37000 +SRB,2031,4,35000,37000 +SRB,2031,5,36000,38000 +SRB,2031,6,36000,38000 +SRB,2031,7,37000,39000 +SRB,2031,8,37000,39000 +SRB,2031,9,38000,40000 +SRB,2031,10,38000,41000 +SRB,2031,11,39000,42000 +SRB,2031,12,40000,43000 +SRB,2031,13,40000,43000 +SRB,2031,14,40000,43000 +SRB,2031,15,41000,44000 +SRB,2031,16,41000,44000 +SRB,2031,17,41000,44000 +SRB,2031,18,41000,44000 +SRB,2032,0,34000,36000 +SRB,2032,1,34000,36000 +SRB,2032,2,34000,37000 +SRB,2032,3,35000,37000 +SRB,2032,4,35000,37000 +SRB,2032,5,35000,37000 +SRB,2032,6,36000,38000 +SRB,2032,7,36000,38000 +SRB,2032,8,37000,39000 +SRB,2032,9,37000,39000 +SRB,2032,10,38000,40000 +SRB,2032,11,38000,41000 +SRB,2032,12,39000,42000 +SRB,2032,13,40000,42000 +SRB,2032,14,40000,43000 +SRB,2032,15,40000,43000 +SRB,2032,16,40000,43000 +SRB,2032,17,41000,44000 +SRB,2032,18,41000,44000 +SRB,2033,0,34000,36000 +SRB,2033,1,34000,36000 +SRB,2033,2,34000,36000 +SRB,2033,3,34000,36000 +SRB,2033,4,35000,37000 +SRB,2033,5,35000,37000 +SRB,2033,6,35000,37000 +SRB,2033,7,36000,38000 +SRB,2033,8,36000,38000 +SRB,2033,9,37000,39000 +SRB,2033,10,37000,39000 +SRB,2033,11,38000,40000 +SRB,2033,12,38000,41000 +SRB,2033,13,39000,42000 +SRB,2033,14,40000,42000 +SRB,2033,15,40000,43000 +SRB,2033,16,40000,43000 +SRB,2033,17,40000,43000 +SRB,2033,18,40000,43000 +SRB,2034,0,33000,35000 +SRB,2034,1,33000,35000 +SRB,2034,2,34000,36000 +SRB,2034,3,34000,36000 +SRB,2034,4,34000,36000 +SRB,2034,5,34000,37000 +SRB,2034,6,35000,37000 +SRB,2034,7,35000,37000 +SRB,2034,8,36000,38000 +SRB,2034,9,36000,38000 +SRB,2034,10,37000,39000 +SRB,2034,11,37000,39000 +SRB,2034,12,38000,40000 +SRB,2034,13,38000,41000 +SRB,2034,14,39000,42000 +SRB,2034,15,40000,42000 +SRB,2034,16,40000,43000 +SRB,2034,17,40000,43000 +SRB,2034,18,40000,43000 +SRB,2035,0,33000,35000 +SRB,2035,1,33000,35000 +SRB,2035,2,33000,35000 +SRB,2035,3,33000,35000 +SRB,2035,4,34000,36000 +SRB,2035,5,34000,36000 +SRB,2035,6,34000,36000 +SRB,2035,7,35000,37000 +SRB,2035,8,35000,37000 +SRB,2035,9,36000,38000 +SRB,2035,10,36000,38000 +SRB,2035,11,37000,39000 +SRB,2035,12,37000,39000 +SRB,2035,13,38000,40000 +SRB,2035,14,38000,41000 +SRB,2035,15,39000,42000 +SRB,2035,16,40000,42000 +SRB,2035,17,40000,43000 +SRB,2035,18,40000,43000 +SRB,2036,0,33000,35000 +SRB,2036,1,33000,35000 +SRB,2036,2,33000,35000 +SRB,2036,3,33000,35000 +SRB,2036,4,33000,35000 +SRB,2036,5,34000,36000 +SRB,2036,6,34000,36000 +SRB,2036,7,34000,36000 +SRB,2036,8,35000,37000 +SRB,2036,9,35000,37000 +SRB,2036,10,36000,38000 +SRB,2036,11,36000,38000 +SRB,2036,12,37000,39000 +SRB,2036,13,37000,39000 +SRB,2036,14,38000,40000 +SRB,2036,15,38000,41000 +SRB,2036,16,39000,41000 +SRB,2036,17,39000,42000 +SRB,2036,18,40000,43000 +SRB,2037,0,32000,34000 +SRB,2037,1,32000,34000 +SRB,2037,2,33000,35000 +SRB,2037,3,33000,35000 +SRB,2037,4,33000,35000 +SRB,2037,5,33000,35000 +SRB,2037,6,34000,36000 +SRB,2037,7,34000,36000 +SRB,2037,8,34000,36000 +SRB,2037,9,35000,37000 +SRB,2037,10,35000,37000 +SRB,2037,11,36000,38000 +SRB,2037,12,36000,38000 +SRB,2037,13,37000,39000 +SRB,2037,14,37000,39000 +SRB,2037,15,38000,40000 +SRB,2037,16,38000,41000 +SRB,2037,17,39000,41000 +SRB,2037,18,39000,42000 +SRB,2038,0,32000,34000 +SRB,2038,1,32000,34000 +SRB,2038,2,32000,34000 +SRB,2038,3,33000,35000 +SRB,2038,4,33000,35000 +SRB,2038,5,33000,35000 +SRB,2038,6,33000,35000 +SRB,2038,7,34000,36000 +SRB,2038,8,34000,36000 +SRB,2038,9,34000,36000 +SRB,2038,10,35000,37000 +SRB,2038,11,35000,37000 +SRB,2038,12,36000,38000 +SRB,2038,13,36000,38000 +SRB,2038,14,37000,39000 +SRB,2038,15,37000,39000 +SRB,2038,16,37000,40000 +SRB,2038,17,38000,40000 +SRB,2038,18,39000,41000 +SRB,2039,0,32000,34000 +SRB,2039,1,32000,34000 +SRB,2039,2,32000,34000 +SRB,2039,3,32000,34000 +SRB,2039,4,33000,35000 +SRB,2039,5,33000,35000 +SRB,2039,6,33000,35000 +SRB,2039,7,33000,35000 +SRB,2039,8,34000,36000 +SRB,2039,9,34000,36000 +SRB,2039,10,34000,36000 +SRB,2039,11,35000,37000 +SRB,2039,12,35000,37000 +SRB,2039,13,36000,38000 +SRB,2039,14,36000,38000 +SRB,2039,15,36000,39000 +SRB,2039,16,37000,39000 +SRB,2039,17,37000,40000 +SRB,2039,18,38000,40000 +SRB,2040,0,31000,33000 +SRB,2040,1,32000,33000 +SRB,2040,2,32000,34000 +SRB,2040,3,32000,34000 +SRB,2040,4,32000,34000 +SRB,2040,5,33000,34000 +SRB,2040,6,33000,35000 +SRB,2040,7,33000,35000 +SRB,2040,8,33000,35000 +SRB,2040,9,34000,36000 +SRB,2040,10,34000,36000 +SRB,2040,11,34000,36000 +SRB,2040,12,35000,37000 +SRB,2040,13,35000,37000 +SRB,2040,14,36000,38000 +SRB,2040,15,36000,38000 +SRB,2040,16,36000,39000 +SRB,2040,17,37000,39000 +SRB,2040,18,37000,40000 +SRB,2041,0,31000,33000 +SRB,2041,1,31000,33000 +SRB,2041,2,31000,33000 +SRB,2041,3,32000,34000 +SRB,2041,4,32000,34000 +SRB,2041,5,32000,34000 +SRB,2041,6,32000,34000 +SRB,2041,7,33000,35000 +SRB,2041,8,33000,35000 +SRB,2041,9,33000,35000 +SRB,2041,10,34000,36000 +SRB,2041,11,34000,36000 +SRB,2041,12,34000,36000 +SRB,2041,13,35000,37000 +SRB,2041,14,35000,37000 +SRB,2041,15,35000,38000 +SRB,2041,16,36000,38000 +SRB,2041,17,36000,38000 +SRB,2041,18,37000,39000 +SRB,2042,0,31000,32000 +SRB,2042,1,31000,33000 +SRB,2042,2,31000,33000 +SRB,2042,3,31000,33000 +SRB,2042,4,32000,34000 +SRB,2042,5,32000,34000 +SRB,2042,6,32000,34000 +SRB,2042,7,32000,34000 +SRB,2042,8,33000,35000 +SRB,2042,9,33000,35000 +SRB,2042,10,33000,35000 +SRB,2042,11,34000,36000 +SRB,2042,12,34000,36000 +SRB,2042,13,34000,36000 +SRB,2042,14,35000,37000 +SRB,2042,15,35000,37000 +SRB,2042,16,35000,37000 +SRB,2042,17,36000,38000 +SRB,2042,18,36000,38000 +SRB,2043,0,30000,32000 +SRB,2043,1,31000,32000 +SRB,2043,2,31000,33000 +SRB,2043,3,31000,33000 +SRB,2043,4,31000,33000 +SRB,2043,5,32000,34000 +SRB,2043,6,32000,34000 +SRB,2043,7,32000,34000 +SRB,2043,8,32000,34000 +SRB,2043,9,33000,35000 +SRB,2043,10,33000,35000 +SRB,2043,11,33000,35000 +SRB,2043,12,34000,36000 +SRB,2043,13,34000,36000 +SRB,2043,14,34000,36000 +SRB,2043,15,34000,37000 +SRB,2043,16,35000,37000 +SRB,2043,17,35000,37000 +SRB,2043,18,36000,38000 +SRB,2044,0,30000,32000 +SRB,2044,1,30000,32000 +SRB,2044,2,30000,32000 +SRB,2044,3,31000,33000 +SRB,2044,4,31000,33000 +SRB,2044,5,31000,33000 +SRB,2044,6,32000,33000 +SRB,2044,7,32000,34000 +SRB,2044,8,32000,34000 +SRB,2044,9,32000,34000 +SRB,2044,10,33000,35000 +SRB,2044,11,33000,35000 +SRB,2044,12,33000,35000 +SRB,2044,13,34000,36000 +SRB,2044,14,34000,36000 +SRB,2044,15,34000,36000 +SRB,2044,16,34000,36000 +SRB,2044,17,35000,37000 +SRB,2044,18,35000,37000 +SRB,2045,0,30000,31000 +SRB,2045,1,30000,32000 +SRB,2045,2,30000,32000 +SRB,2045,3,30000,32000 +SRB,2045,4,31000,33000 +SRB,2045,5,31000,33000 +SRB,2045,6,31000,33000 +SRB,2045,7,32000,33000 +SRB,2045,8,32000,34000 +SRB,2045,9,32000,34000 +SRB,2045,10,32000,34000 +SRB,2045,11,33000,35000 +SRB,2045,12,33000,35000 +SRB,2045,13,33000,35000 +SRB,2045,14,33000,35000 +SRB,2045,15,34000,36000 +SRB,2045,16,34000,36000 +SRB,2045,17,34000,36000 +SRB,2045,18,35000,37000 +SRB,2046,0,29000,31000 +SRB,2046,1,29000,31000 +SRB,2046,2,30000,32000 +SRB,2046,3,30000,32000 +SRB,2046,4,30000,32000 +SRB,2046,5,31000,32000 +SRB,2046,6,31000,33000 +SRB,2046,7,31000,33000 +SRB,2046,8,32000,33000 +SRB,2046,9,32000,34000 +SRB,2046,10,32000,34000 +SRB,2046,11,32000,34000 +SRB,2046,12,33000,35000 +SRB,2046,13,33000,35000 +SRB,2046,14,33000,35000 +SRB,2046,15,33000,35000 +SRB,2046,16,34000,36000 +SRB,2046,17,34000,36000 +SRB,2046,18,34000,36000 +SRB,2047,0,29000,31000 +SRB,2047,1,29000,31000 +SRB,2047,2,29000,31000 +SRB,2047,3,30000,32000 +SRB,2047,4,30000,32000 +SRB,2047,5,30000,32000 +SRB,2047,6,31000,32000 +SRB,2047,7,31000,33000 +SRB,2047,8,31000,33000 +SRB,2047,9,32000,33000 +SRB,2047,10,32000,34000 +SRB,2047,11,32000,34000 +SRB,2047,12,32000,34000 +SRB,2047,13,33000,35000 +SRB,2047,14,33000,35000 +SRB,2047,15,33000,35000 +SRB,2047,16,33000,35000 +SRB,2047,17,33000,36000 +SRB,2047,18,34000,36000 +SRB,2048,0,29000,30000 +SRB,2048,1,29000,31000 +SRB,2048,2,29000,31000 +SRB,2048,3,29000,31000 +SRB,2048,4,30000,31000 +SRB,2048,5,30000,32000 +SRB,2048,6,30000,32000 +SRB,2048,7,31000,32000 +SRB,2048,8,31000,33000 +SRB,2048,9,31000,33000 +SRB,2048,10,31000,33000 +SRB,2048,11,32000,34000 +SRB,2048,12,32000,34000 +SRB,2048,13,32000,34000 +SRB,2048,14,33000,34000 +SRB,2048,15,33000,35000 +SRB,2048,16,33000,35000 +SRB,2048,17,33000,35000 +SRB,2048,18,33000,35000 +SRB,2049,0,28000,30000 +SRB,2049,1,29000,30000 +SRB,2049,2,29000,31000 +SRB,2049,3,29000,31000 +SRB,2049,4,29000,31000 +SRB,2049,5,30000,31000 +SRB,2049,6,30000,32000 +SRB,2049,7,30000,32000 +SRB,2049,8,31000,32000 +SRB,2049,9,31000,33000 +SRB,2049,10,31000,33000 +SRB,2049,11,31000,33000 +SRB,2049,12,32000,34000 +SRB,2049,13,32000,34000 +SRB,2049,14,32000,34000 +SRB,2049,15,32000,34000 +SRB,2049,16,33000,35000 +SRB,2049,17,33000,35000 +SRB,2049,18,33000,35000 +SRB,2050,0,28000,30000 +SRB,2050,1,28000,30000 +SRB,2050,2,28000,30000 +SRB,2050,3,29000,30000 +SRB,2050,4,29000,31000 +SRB,2050,5,29000,31000 +SRB,2050,6,30000,31000 +SRB,2050,7,30000,32000 +SRB,2050,8,30000,32000 +SRB,2050,9,31000,32000 +SRB,2050,10,31000,33000 +SRB,2050,11,31000,33000 +SRB,2050,12,31000,33000 +SRB,2050,13,32000,34000 +SRB,2050,14,32000,34000 +SRB,2050,15,32000,34000 +SRB,2050,16,32000,34000 +SRB,2050,17,33000,35000 +SRB,2050,18,33000,35000 +SSA,1990,0,, +SSA,1990,1,, +SSA,1990,2,, +SSA,1990,3,, +SSA,1990,4,, +SSA,1990,5,, +SSA,1990,6,, +SSA,1990,7,, +SSA,1990,8,, +SSA,1990,9,, +SSA,1990,10,, +SSA,1990,11,, +SSA,1990,12,, +SSA,1990,13,, +SSA,1990,14,, +SSA,1990,15,, +SSA,1990,16,, +SSA,1990,17,, +SSA,1990,18,, +SSA,1991,0,, +SSA,1991,1,, +SSA,1991,2,, +SSA,1991,3,, +SSA,1991,4,, +SSA,1991,5,, +SSA,1991,6,, +SSA,1991,7,, +SSA,1991,8,, +SSA,1991,9,, +SSA,1991,10,, +SSA,1991,11,, +SSA,1991,12,, +SSA,1991,13,, +SSA,1991,14,, +SSA,1991,15,, +SSA,1991,16,, +SSA,1991,17,, +SSA,1991,18,, +SSA,1992,0,, +SSA,1992,1,, +SSA,1992,2,, +SSA,1992,3,, +SSA,1992,4,, +SSA,1992,5,, +SSA,1992,6,, +SSA,1992,7,, +SSA,1992,8,, +SSA,1992,9,, +SSA,1992,10,, +SSA,1992,11,, +SSA,1992,12,, +SSA,1992,13,, +SSA,1992,14,, +SSA,1992,15,, +SSA,1992,16,, +SSA,1992,17,, +SSA,1992,18,, +SSA,1993,0,, +SSA,1993,1,, +SSA,1993,2,, +SSA,1993,3,, +SSA,1993,4,, +SSA,1993,5,, +SSA,1993,6,, +SSA,1993,7,, +SSA,1993,8,, +SSA,1993,9,, +SSA,1993,10,, +SSA,1993,11,, +SSA,1993,12,, +SSA,1993,13,, +SSA,1993,14,, +SSA,1993,15,, +SSA,1993,16,, +SSA,1993,17,, +SSA,1993,18,, +SSA,1994,0,, +SSA,1994,1,, +SSA,1994,2,, +SSA,1994,3,, +SSA,1994,4,, +SSA,1994,5,, +SSA,1994,6,, +SSA,1994,7,, +SSA,1994,8,, +SSA,1994,9,, +SSA,1994,10,, +SSA,1994,11,, +SSA,1994,12,, +SSA,1994,13,, +SSA,1994,14,, +SSA,1994,15,, +SSA,1994,16,, +SSA,1994,17,, +SSA,1994,18,, +SSA,1995,0,, +SSA,1995,1,, +SSA,1995,2,, +SSA,1995,3,, +SSA,1995,4,, +SSA,1995,5,, +SSA,1995,6,, +SSA,1995,7,, +SSA,1995,8,, +SSA,1995,9,, +SSA,1995,10,, +SSA,1995,11,, +SSA,1995,12,, +SSA,1995,13,, +SSA,1995,14,, +SSA,1995,15,, +SSA,1995,16,, +SSA,1995,17,, +SSA,1995,18,, +SSA,1996,0,, +SSA,1996,1,, +SSA,1996,2,, +SSA,1996,3,, +SSA,1996,4,, +SSA,1996,5,, +SSA,1996,6,, +SSA,1996,7,, +SSA,1996,8,, +SSA,1996,9,, +SSA,1996,10,, +SSA,1996,11,, +SSA,1996,12,, +SSA,1996,13,, +SSA,1996,14,, +SSA,1996,15,, +SSA,1996,16,, +SSA,1996,17,, +SSA,1996,18,, +SSA,1997,0,, +SSA,1997,1,, +SSA,1997,2,, +SSA,1997,3,, +SSA,1997,4,, +SSA,1997,5,, +SSA,1997,6,, +SSA,1997,7,, +SSA,1997,8,, +SSA,1997,9,, +SSA,1997,10,, +SSA,1997,11,, +SSA,1997,12,, +SSA,1997,13,, +SSA,1997,14,, +SSA,1997,15,, +SSA,1997,16,, +SSA,1997,17,, +SSA,1997,18,, +SSA,1998,0,, +SSA,1998,1,, +SSA,1998,2,, +SSA,1998,3,, +SSA,1998,4,, +SSA,1998,5,, +SSA,1998,6,, +SSA,1998,7,, +SSA,1998,8,, +SSA,1998,9,, +SSA,1998,10,, +SSA,1998,11,, +SSA,1998,12,, +SSA,1998,13,, +SSA,1998,14,, +SSA,1998,15,, +SSA,1998,16,, +SSA,1998,17,, +SSA,1998,18,, +SSA,1999,0,, +SSA,1999,1,, +SSA,1999,2,, +SSA,1999,3,, +SSA,1999,4,, +SSA,1999,5,, +SSA,1999,6,, +SSA,1999,7,, +SSA,1999,8,, +SSA,1999,9,, +SSA,1999,10,, +SSA,1999,11,, +SSA,1999,12,, +SSA,1999,13,, +SSA,1999,14,, +SSA,1999,15,, +SSA,1999,16,, +SSA,1999,17,, +SSA,1999,18,, +SSA,2000,0,, +SSA,2000,1,, +SSA,2000,2,, +SSA,2000,3,, +SSA,2000,4,, +SSA,2000,5,, +SSA,2000,6,, +SSA,2000,7,, +SSA,2000,8,, +SSA,2000,9,, +SSA,2000,10,, +SSA,2000,11,, +SSA,2000,12,, +SSA,2000,13,, +SSA,2000,14,, +SSA,2000,15,, +SSA,2000,16,, +SSA,2000,17,, +SSA,2000,18,, +SSA,2001,0,, +SSA,2001,1,, +SSA,2001,2,, +SSA,2001,3,, +SSA,2001,4,, +SSA,2001,5,, +SSA,2001,6,, +SSA,2001,7,, +SSA,2001,8,, +SSA,2001,9,, +SSA,2001,10,, +SSA,2001,11,, +SSA,2001,12,, +SSA,2001,13,, +SSA,2001,14,, +SSA,2001,15,, +SSA,2001,16,, +SSA,2001,17,, +SSA,2001,18,, +SSA,2002,0,, +SSA,2002,1,, +SSA,2002,2,, +SSA,2002,3,, +SSA,2002,4,, +SSA,2002,5,, +SSA,2002,6,, +SSA,2002,7,, +SSA,2002,8,, +SSA,2002,9,, +SSA,2002,10,, +SSA,2002,11,, +SSA,2002,12,, +SSA,2002,13,, +SSA,2002,14,, +SSA,2002,15,, +SSA,2002,16,, +SSA,2002,17,, +SSA,2002,18,, +SSA,2003,0,, +SSA,2003,1,, +SSA,2003,2,, +SSA,2003,3,, +SSA,2003,4,, +SSA,2003,5,, +SSA,2003,6,, +SSA,2003,7,, +SSA,2003,8,, +SSA,2003,9,, +SSA,2003,10,, +SSA,2003,11,, +SSA,2003,12,, +SSA,2003,13,, +SSA,2003,14,, +SSA,2003,15,, +SSA,2003,16,, +SSA,2003,17,, +SSA,2003,18,, +SSA,2004,0,, +SSA,2004,1,, +SSA,2004,2,, +SSA,2004,3,, +SSA,2004,4,, +SSA,2004,5,, +SSA,2004,6,, +SSA,2004,7,, +SSA,2004,8,, +SSA,2004,9,, +SSA,2004,10,, +SSA,2004,11,, +SSA,2004,12,, +SSA,2004,13,, +SSA,2004,14,, +SSA,2004,15,, +SSA,2004,16,, +SSA,2004,17,, +SSA,2004,18,, +SSA,2005,0,, +SSA,2005,1,, +SSA,2005,2,, +SSA,2005,3,, +SSA,2005,4,, +SSA,2005,5,, +SSA,2005,6,, +SSA,2005,7,, +SSA,2005,8,, +SSA,2005,9,, +SSA,2005,10,, +SSA,2005,11,, +SSA,2005,12,, +SSA,2005,13,, +SSA,2005,14,, +SSA,2005,15,, +SSA,2005,16,, +SSA,2005,17,, +SSA,2005,18,, +SSA,2006,0,, +SSA,2006,1,, +SSA,2006,2,, +SSA,2006,3,, +SSA,2006,4,, +SSA,2006,5,, +SSA,2006,6,, +SSA,2006,7,, +SSA,2006,8,, +SSA,2006,9,, +SSA,2006,10,, +SSA,2006,11,, +SSA,2006,12,, +SSA,2006,13,, +SSA,2006,14,, +SSA,2006,15,, +SSA,2006,16,, +SSA,2006,17,, +SSA,2006,18,, +SSA,2007,0,, +SSA,2007,1,, +SSA,2007,2,, +SSA,2007,3,, +SSA,2007,4,, +SSA,2007,5,, +SSA,2007,6,, +SSA,2007,7,, +SSA,2007,8,, +SSA,2007,9,, +SSA,2007,10,, +SSA,2007,11,, +SSA,2007,12,, +SSA,2007,13,, +SSA,2007,14,, +SSA,2007,15,, +SSA,2007,16,, +SSA,2007,17,, +SSA,2007,18,, +SSA,2008,0,, +SSA,2008,1,, +SSA,2008,2,, +SSA,2008,3,, +SSA,2008,4,, +SSA,2008,5,, +SSA,2008,6,, +SSA,2008,7,, +SSA,2008,8,, +SSA,2008,9,, +SSA,2008,10,, +SSA,2008,11,, +SSA,2008,12,, +SSA,2008,13,, +SSA,2008,14,, +SSA,2008,15,, +SSA,2008,16,, +SSA,2008,17,, +SSA,2008,18,, +SSA,2009,0,, +SSA,2009,1,, +SSA,2009,2,, +SSA,2009,3,, +SSA,2009,4,, +SSA,2009,5,, +SSA,2009,6,, +SSA,2009,7,, +SSA,2009,8,, +SSA,2009,9,, +SSA,2009,10,, +SSA,2009,11,, +SSA,2009,12,, +SSA,2009,13,, +SSA,2009,14,, +SSA,2009,15,, +SSA,2009,16,, +SSA,2009,17,, +SSA,2009,18,, +SSA,2010,0,, +SSA,2010,1,, +SSA,2010,2,, +SSA,2010,3,, +SSA,2010,4,, +SSA,2010,5,, +SSA,2010,6,, +SSA,2010,7,, +SSA,2010,8,, +SSA,2010,9,, +SSA,2010,10,, +SSA,2010,11,, +SSA,2010,12,, +SSA,2010,13,, +SSA,2010,14,, +SSA,2010,15,, +SSA,2010,16,, +SSA,2010,17,, +SSA,2010,18,, +SSA,2011,0,, +SSA,2011,1,, +SSA,2011,2,, +SSA,2011,3,, +SSA,2011,4,, +SSA,2011,5,, +SSA,2011,6,, +SSA,2011,7,, +SSA,2011,8,, +SSA,2011,9,, +SSA,2011,10,, +SSA,2011,11,, +SSA,2011,12,, +SSA,2011,13,, +SSA,2011,14,, +SSA,2011,15,, +SSA,2011,16,, +SSA,2011,17,, +SSA,2011,18,, +SSA,2012,0,, +SSA,2012,1,, +SSA,2012,2,, +SSA,2012,3,, +SSA,2012,4,, +SSA,2012,5,, +SSA,2012,6,, +SSA,2012,7,, +SSA,2012,8,, +SSA,2012,9,, +SSA,2012,10,, +SSA,2012,11,, +SSA,2012,12,, +SSA,2012,13,, +SSA,2012,14,, +SSA,2012,15,, +SSA,2012,16,, +SSA,2012,17,, +SSA,2012,18,, +SSA,2013,0,, +SSA,2013,1,, +SSA,2013,2,, +SSA,2013,3,, +SSA,2013,4,, +SSA,2013,5,, +SSA,2013,6,, +SSA,2013,7,, +SSA,2013,8,, +SSA,2013,9,, +SSA,2013,10,, +SSA,2013,11,, +SSA,2013,12,, +SSA,2013,13,, +SSA,2013,14,, +SSA,2013,15,, +SSA,2013,16,, +SSA,2013,17,, +SSA,2013,18,, +SSA,2014,0,, +SSA,2014,1,, +SSA,2014,2,, +SSA,2014,3,, +SSA,2014,4,, +SSA,2014,5,, +SSA,2014,6,, +SSA,2014,7,, +SSA,2014,8,, +SSA,2014,9,, +SSA,2014,10,, +SSA,2014,11,, +SSA,2014,12,, +SSA,2014,13,, +SSA,2014,14,, +SSA,2014,15,, +SSA,2014,16,, +SSA,2014,17,, +SSA,2014,18,, +SSA,2015,0,, +SSA,2015,1,, +SSA,2015,2,, +SSA,2015,3,, +SSA,2015,4,, +SSA,2015,5,, +SSA,2015,6,, +SSA,2015,7,, +SSA,2015,8,, +SSA,2015,9,, +SSA,2015,10,, +SSA,2015,11,, +SSA,2015,12,, +SSA,2015,13,, +SSA,2015,14,, +SSA,2015,15,, +SSA,2015,16,, +SSA,2015,17,, +SSA,2015,18,, +SSA,2016,0,, +SSA,2016,1,, +SSA,2016,2,, +SSA,2016,3,, +SSA,2016,4,, +SSA,2016,5,, +SSA,2016,6,, +SSA,2016,7,, +SSA,2016,8,, +SSA,2016,9,, +SSA,2016,10,, +SSA,2016,11,, +SSA,2016,12,, +SSA,2016,13,, +SSA,2016,14,, +SSA,2016,15,, +SSA,2016,16,, +SSA,2016,17,, +SSA,2016,18,, +SSA,2017,0,, +SSA,2017,1,, +SSA,2017,2,, +SSA,2017,3,, +SSA,2017,4,, +SSA,2017,5,, +SSA,2017,6,, +SSA,2017,7,, +SSA,2017,8,, +SSA,2017,9,, +SSA,2017,10,, +SSA,2017,11,, +SSA,2017,12,, +SSA,2017,13,, +SSA,2017,14,, +SSA,2017,15,, +SSA,2017,16,, +SSA,2017,17,, +SSA,2017,18,, +SSA,2018,0,, +SSA,2018,1,, +SSA,2018,2,, +SSA,2018,3,, +SSA,2018,4,, +SSA,2018,5,, +SSA,2018,6,, +SSA,2018,7,, +SSA,2018,8,, +SSA,2018,9,, +SSA,2018,10,, +SSA,2018,11,, +SSA,2018,12,, +SSA,2018,13,, +SSA,2018,14,, +SSA,2018,15,, +SSA,2018,16,, +SSA,2018,17,, +SSA,2018,18,, +SSA,2019,0,, +SSA,2019,1,, +SSA,2019,2,, +SSA,2019,3,, +SSA,2019,4,, +SSA,2019,5,, +SSA,2019,6,, +SSA,2019,7,, +SSA,2019,8,, +SSA,2019,9,, +SSA,2019,10,, +SSA,2019,11,, +SSA,2019,12,, +SSA,2019,13,, +SSA,2019,14,, +SSA,2019,15,, +SSA,2019,16,, +SSA,2019,17,, +SSA,2019,18,, +SSA,2020,0,, +SSA,2020,1,, +SSA,2020,2,, +SSA,2020,3,, +SSA,2020,4,, +SSA,2020,5,, +SSA,2020,6,, +SSA,2020,7,, +SSA,2020,8,, +SSA,2020,9,, +SSA,2020,10,, +SSA,2020,11,, +SSA,2020,12,, +SSA,2020,13,, +SSA,2020,14,, +SSA,2020,15,, +SSA,2020,16,, +SSA,2020,17,, +SSA,2020,18,, +SSA,2021,0,, +SSA,2021,1,, +SSA,2021,2,, +SSA,2021,3,, +SSA,2021,4,, +SSA,2021,5,, +SSA,2021,6,, +SSA,2021,7,, +SSA,2021,8,, +SSA,2021,9,, +SSA,2021,10,, +SSA,2021,11,, +SSA,2021,12,, +SSA,2021,13,, +SSA,2021,14,, +SSA,2021,15,, +SSA,2021,16,, +SSA,2021,17,, +SSA,2021,18,, +SSA,2022,0,, +SSA,2022,1,, +SSA,2022,2,, +SSA,2022,3,, +SSA,2022,4,, +SSA,2022,5,, +SSA,2022,6,, +SSA,2022,7,, +SSA,2022,8,, +SSA,2022,9,, +SSA,2022,10,, +SSA,2022,11,, +SSA,2022,12,, +SSA,2022,13,, +SSA,2022,14,, +SSA,2022,15,, +SSA,2022,16,, +SSA,2022,17,, +SSA,2022,18,, +SSA,2023,0,, +SSA,2023,1,, +SSA,2023,2,, +SSA,2023,3,, +SSA,2023,4,, +SSA,2023,5,, +SSA,2023,6,, +SSA,2023,7,, +SSA,2023,8,, +SSA,2023,9,, +SSA,2023,10,, +SSA,2023,11,, +SSA,2023,12,, +SSA,2023,13,, +SSA,2023,14,, +SSA,2023,15,, +SSA,2023,16,, +SSA,2023,17,, +SSA,2023,18,, +SSA,2024,0,, +SSA,2024,1,, +SSA,2024,2,, +SSA,2024,3,, +SSA,2024,4,, +SSA,2024,5,, +SSA,2024,6,, +SSA,2024,7,, +SSA,2024,8,, +SSA,2024,9,, +SSA,2024,10,, +SSA,2024,11,, +SSA,2024,12,, +SSA,2024,13,, +SSA,2024,14,, +SSA,2024,15,, +SSA,2024,16,, +SSA,2024,17,, +SSA,2024,18,, +SSA,2025,0,, +SSA,2025,1,, +SSA,2025,2,, +SSA,2025,3,, +SSA,2025,4,, +SSA,2025,5,, +SSA,2025,6,, +SSA,2025,7,, +SSA,2025,8,, +SSA,2025,9,, +SSA,2025,10,, +SSA,2025,11,, +SSA,2025,12,, +SSA,2025,13,, +SSA,2025,14,, +SSA,2025,15,, +SSA,2025,16,, +SSA,2025,17,, +SSA,2025,18,, +SSA,2026,0,, +SSA,2026,1,, +SSA,2026,2,, +SSA,2026,3,, +SSA,2026,4,, +SSA,2026,5,, +SSA,2026,6,, +SSA,2026,7,, +SSA,2026,8,, +SSA,2026,9,, +SSA,2026,10,, +SSA,2026,11,, +SSA,2026,12,, +SSA,2026,13,, +SSA,2026,14,, +SSA,2026,15,, +SSA,2026,16,, +SSA,2026,17,, +SSA,2026,18,, +SSA,2027,0,, +SSA,2027,1,, +SSA,2027,2,, +SSA,2027,3,, +SSA,2027,4,, +SSA,2027,5,, +SSA,2027,6,, +SSA,2027,7,, +SSA,2027,8,, +SSA,2027,9,, +SSA,2027,10,, +SSA,2027,11,, +SSA,2027,12,, +SSA,2027,13,, +SSA,2027,14,, +SSA,2027,15,, +SSA,2027,16,, +SSA,2027,17,, +SSA,2027,18,, +SSA,2028,0,, +SSA,2028,1,, +SSA,2028,2,, +SSA,2028,3,, +SSA,2028,4,, +SSA,2028,5,, +SSA,2028,6,, +SSA,2028,7,, +SSA,2028,8,, +SSA,2028,9,, +SSA,2028,10,, +SSA,2028,11,, +SSA,2028,12,, +SSA,2028,13,, +SSA,2028,14,, +SSA,2028,15,, +SSA,2028,16,, +SSA,2028,17,, +SSA,2028,18,, +SSA,2029,0,, +SSA,2029,1,, +SSA,2029,2,, +SSA,2029,3,, +SSA,2029,4,, +SSA,2029,5,, +SSA,2029,6,, +SSA,2029,7,, +SSA,2029,8,, +SSA,2029,9,, +SSA,2029,10,, +SSA,2029,11,, +SSA,2029,12,, +SSA,2029,13,, +SSA,2029,14,, +SSA,2029,15,, +SSA,2029,16,, +SSA,2029,17,, +SSA,2029,18,, +SSA,2030,0,, +SSA,2030,1,, +SSA,2030,2,, +SSA,2030,3,, +SSA,2030,4,, +SSA,2030,5,, +SSA,2030,6,, +SSA,2030,7,, +SSA,2030,8,, +SSA,2030,9,, +SSA,2030,10,, +SSA,2030,11,, +SSA,2030,12,, +SSA,2030,13,, +SSA,2030,14,, +SSA,2030,15,, +SSA,2030,16,, +SSA,2030,17,, +SSA,2030,18,, +SSA,2031,0,, +SSA,2031,1,, +SSA,2031,2,, +SSA,2031,3,, +SSA,2031,4,, +SSA,2031,5,, +SSA,2031,6,, +SSA,2031,7,, +SSA,2031,8,, +SSA,2031,9,, +SSA,2031,10,, +SSA,2031,11,, +SSA,2031,12,, +SSA,2031,13,, +SSA,2031,14,, +SSA,2031,15,, +SSA,2031,16,, +SSA,2031,17,, +SSA,2031,18,, +SSA,2032,0,, +SSA,2032,1,, +SSA,2032,2,, +SSA,2032,3,, +SSA,2032,4,, +SSA,2032,5,, +SSA,2032,6,, +SSA,2032,7,, +SSA,2032,8,, +SSA,2032,9,, +SSA,2032,10,, +SSA,2032,11,, +SSA,2032,12,, +SSA,2032,13,, +SSA,2032,14,, +SSA,2032,15,, +SSA,2032,16,, +SSA,2032,17,, +SSA,2032,18,, +SSA,2033,0,, +SSA,2033,1,, +SSA,2033,2,, +SSA,2033,3,, +SSA,2033,4,, +SSA,2033,5,, +SSA,2033,6,, +SSA,2033,7,, +SSA,2033,8,, +SSA,2033,9,, +SSA,2033,10,, +SSA,2033,11,, +SSA,2033,12,, +SSA,2033,13,, +SSA,2033,14,, +SSA,2033,15,, +SSA,2033,16,, +SSA,2033,17,, +SSA,2033,18,, +SSA,2034,0,, +SSA,2034,1,, +SSA,2034,2,, +SSA,2034,3,, +SSA,2034,4,, +SSA,2034,5,, +SSA,2034,6,, +SSA,2034,7,, +SSA,2034,8,, +SSA,2034,9,, +SSA,2034,10,, +SSA,2034,11,, +SSA,2034,12,, +SSA,2034,13,, +SSA,2034,14,, +SSA,2034,15,, +SSA,2034,16,, +SSA,2034,17,, +SSA,2034,18,, +SSA,2035,0,, +SSA,2035,1,, +SSA,2035,2,, +SSA,2035,3,, +SSA,2035,4,, +SSA,2035,5,, +SSA,2035,6,, +SSA,2035,7,, +SSA,2035,8,, +SSA,2035,9,, +SSA,2035,10,, +SSA,2035,11,, +SSA,2035,12,, +SSA,2035,13,, +SSA,2035,14,, +SSA,2035,15,, +SSA,2035,16,, +SSA,2035,17,, +SSA,2035,18,, +SSA,2036,0,, +SSA,2036,1,, +SSA,2036,2,, +SSA,2036,3,, +SSA,2036,4,, +SSA,2036,5,, +SSA,2036,6,, +SSA,2036,7,, +SSA,2036,8,, +SSA,2036,9,, +SSA,2036,10,, +SSA,2036,11,, +SSA,2036,12,, +SSA,2036,13,, +SSA,2036,14,, +SSA,2036,15,, +SSA,2036,16,, +SSA,2036,17,, +SSA,2036,18,, +SSA,2037,0,, +SSA,2037,1,, +SSA,2037,2,, +SSA,2037,3,, +SSA,2037,4,, +SSA,2037,5,, +SSA,2037,6,, +SSA,2037,7,, +SSA,2037,8,, +SSA,2037,9,, +SSA,2037,10,, +SSA,2037,11,, +SSA,2037,12,, +SSA,2037,13,, +SSA,2037,14,, +SSA,2037,15,, +SSA,2037,16,, +SSA,2037,17,, +SSA,2037,18,, +SSA,2038,0,, +SSA,2038,1,, +SSA,2038,2,, +SSA,2038,3,, +SSA,2038,4,, +SSA,2038,5,, +SSA,2038,6,, +SSA,2038,7,, +SSA,2038,8,, +SSA,2038,9,, +SSA,2038,10,, +SSA,2038,11,, +SSA,2038,12,, +SSA,2038,13,, +SSA,2038,14,, +SSA,2038,15,, +SSA,2038,16,, +SSA,2038,17,, +SSA,2038,18,, +SSA,2039,0,, +SSA,2039,1,, +SSA,2039,2,, +SSA,2039,3,, +SSA,2039,4,, +SSA,2039,5,, +SSA,2039,6,, +SSA,2039,7,, +SSA,2039,8,, +SSA,2039,9,, +SSA,2039,10,, +SSA,2039,11,, +SSA,2039,12,, +SSA,2039,13,, +SSA,2039,14,, +SSA,2039,15,, +SSA,2039,16,, +SSA,2039,17,, +SSA,2039,18,, +SSA,2040,0,, +SSA,2040,1,, +SSA,2040,2,, +SSA,2040,3,, +SSA,2040,4,, +SSA,2040,5,, +SSA,2040,6,, +SSA,2040,7,, +SSA,2040,8,, +SSA,2040,9,, +SSA,2040,10,, +SSA,2040,11,, +SSA,2040,12,, +SSA,2040,13,, +SSA,2040,14,, +SSA,2040,15,, +SSA,2040,16,, +SSA,2040,17,, +SSA,2040,18,, +SSA,2041,0,, +SSA,2041,1,, +SSA,2041,2,, +SSA,2041,3,, +SSA,2041,4,, +SSA,2041,5,, +SSA,2041,6,, +SSA,2041,7,, +SSA,2041,8,, +SSA,2041,9,, +SSA,2041,10,, +SSA,2041,11,, +SSA,2041,12,, +SSA,2041,13,, +SSA,2041,14,, +SSA,2041,15,, +SSA,2041,16,, +SSA,2041,17,, +SSA,2041,18,, +SSA,2042,0,, +SSA,2042,1,, +SSA,2042,2,, +SSA,2042,3,, +SSA,2042,4,, +SSA,2042,5,, +SSA,2042,6,, +SSA,2042,7,, +SSA,2042,8,, +SSA,2042,9,, +SSA,2042,10,, +SSA,2042,11,, +SSA,2042,12,, +SSA,2042,13,, +SSA,2042,14,, +SSA,2042,15,, +SSA,2042,16,, +SSA,2042,17,, +SSA,2042,18,, +SSA,2043,0,, +SSA,2043,1,, +SSA,2043,2,, +SSA,2043,3,, +SSA,2043,4,, +SSA,2043,5,, +SSA,2043,6,, +SSA,2043,7,, +SSA,2043,8,, +SSA,2043,9,, +SSA,2043,10,, +SSA,2043,11,, +SSA,2043,12,, +SSA,2043,13,, +SSA,2043,14,, +SSA,2043,15,, +SSA,2043,16,, +SSA,2043,17,, +SSA,2043,18,, +SSA,2044,0,, +SSA,2044,1,, +SSA,2044,2,, +SSA,2044,3,, +SSA,2044,4,, +SSA,2044,5,, +SSA,2044,6,, +SSA,2044,7,, +SSA,2044,8,, +SSA,2044,9,, +SSA,2044,10,, +SSA,2044,11,, +SSA,2044,12,, +SSA,2044,13,, +SSA,2044,14,, +SSA,2044,15,, +SSA,2044,16,, +SSA,2044,17,, +SSA,2044,18,, +SSA,2045,0,, +SSA,2045,1,, +SSA,2045,2,, +SSA,2045,3,, +SSA,2045,4,, +SSA,2045,5,, +SSA,2045,6,, +SSA,2045,7,, +SSA,2045,8,, +SSA,2045,9,, +SSA,2045,10,, +SSA,2045,11,, +SSA,2045,12,, +SSA,2045,13,, +SSA,2045,14,, +SSA,2045,15,, +SSA,2045,16,, +SSA,2045,17,, +SSA,2045,18,, +SSA,2046,0,, +SSA,2046,1,, +SSA,2046,2,, +SSA,2046,3,, +SSA,2046,4,, +SSA,2046,5,, +SSA,2046,6,, +SSA,2046,7,, +SSA,2046,8,, +SSA,2046,9,, +SSA,2046,10,, +SSA,2046,11,, +SSA,2046,12,, +SSA,2046,13,, +SSA,2046,14,, +SSA,2046,15,, +SSA,2046,16,, +SSA,2046,17,, +SSA,2046,18,, +SSA,2047,0,, +SSA,2047,1,, +SSA,2047,2,, +SSA,2047,3,, +SSA,2047,4,, +SSA,2047,5,, +SSA,2047,6,, +SSA,2047,7,, +SSA,2047,8,, +SSA,2047,9,, +SSA,2047,10,, +SSA,2047,11,, +SSA,2047,12,, +SSA,2047,13,, +SSA,2047,14,, +SSA,2047,15,, +SSA,2047,16,, +SSA,2047,17,, +SSA,2047,18,, +SSA,2048,0,, +SSA,2048,1,, +SSA,2048,2,, +SSA,2048,3,, +SSA,2048,4,, +SSA,2048,5,, +SSA,2048,6,, +SSA,2048,7,, +SSA,2048,8,, +SSA,2048,9,, +SSA,2048,10,, +SSA,2048,11,, +SSA,2048,12,, +SSA,2048,13,, +SSA,2048,14,, +SSA,2048,15,, +SSA,2048,16,, +SSA,2048,17,, +SSA,2048,18,, +SSA,2049,0,, +SSA,2049,1,, +SSA,2049,2,, +SSA,2049,3,, +SSA,2049,4,, +SSA,2049,5,, +SSA,2049,6,, +SSA,2049,7,, +SSA,2049,8,, +SSA,2049,9,, +SSA,2049,10,, +SSA,2049,11,, +SSA,2049,12,, +SSA,2049,13,, +SSA,2049,14,, +SSA,2049,15,, +SSA,2049,16,, +SSA,2049,17,, +SSA,2049,18,, +SSA,2050,0,, +SSA,2050,1,, +SSA,2050,2,, +SSA,2050,3,, +SSA,2050,4,, +SSA,2050,5,, +SSA,2050,6,, +SSA,2050,7,, +SSA,2050,8,, +SSA,2050,9,, +SSA,2050,10,, +SSA,2050,11,, +SSA,2050,12,, +SSA,2050,13,, +SSA,2050,14,, +SSA,2050,15,, +SSA,2050,16,, +SSA,2050,17,, +SSA,2050,18,, +SSD,1990,0,112283,114173 +SSD,1990,1,104755,106320 +SSD,1990,2,98162,99450 +SSD,1990,3,92423,93479 +SSD,1990,4,87459,88323 +SSD,1990,5,83190,83900 +SSD,1990,6,79537,80124 +SSD,1990,7,76420,76912 +SSD,1990,8,73760,74180 +SSD,1990,9,71478,71845 +SSD,1990,10,69569,69901 +SSD,1990,11,68030,68341 +SSD,1990,12,66403,66692 +SSD,1990,13,64455,64715 +SSD,1990,14,62335,62560 +SSD,1990,15,60414,60609 +SSD,1990,16,58608,58779 +SSD,1990,17,56861,56987 +SSD,1990,18,55179,55230 +SSD,1991,0,109845,111756 +SSD,1991,1,105324,106998 +SSD,1991,2,98648,100037 +SSD,1991,3,92742,93888 +SSD,1991,4,87545,88487 +SSD,1991,5,82998,83772 +SSD,1991,6,79028,79666 +SSD,1991,7,75562,76091 +SSD,1991,8,72610,73055 +SSD,1991,9,70140,70521 +SSD,1991,10,68050,68384 +SSD,1991,11,66272,66573 +SSD,1991,12,64816,65097 +SSD,1991,13,63269,63526 +SSD,1991,14,61414,61636 +SSD,1991,15,59392,59570 +SSD,1991,16,57551,57690 +SSD,1991,17,55812,55916 +SSD,1991,18,54133,54186 +SSD,1992,0,105515,107446 +SSD,1992,1,99327,100941 +SSD,1992,2,98120,99600 +SSD,1992,3,92306,93538 +SSD,1992,4,87095,88117 +SSD,1992,5,82449,83295 +SSD,1992,6,78328,79028 +SSD,1992,7,74666,75248 +SSD,1992,8,71396,71883 +SSD,1992,9,68616,69028 +SSD,1992,10,66340,66696 +SSD,1992,11,64448,64761 +SSD,1992,12,62804,63087 +SSD,1992,13,61435,61699 +SSD,1992,14,59971,60209 +SSD,1992,15,58214,58410 +SSD,1992,16,56295,56439 +SSD,1992,17,54539,54635 +SSD,1992,18,52871,52922 +SSD,1993,0,101026,102995 +SSD,1993,1,95873,97535 +SSD,1993,2,91082,92478 +SSD,1993,3,91303,92613 +SSD,1993,4,86320,87418 +SSD,1993,5,81779,82698 +SSD,1993,6,77662,78431 +SSD,1993,7,73948,74593 +SSD,1993,8,70579,71121 +SSD,1993,9,67494,67953 +SSD,1993,10,64875,65269 +SSD,1993,11,62784,63128 +SSD,1993,12,61080,61387 +SSD,1993,13,59564,59842 +SSD,1993,14,58277,58537 +SSD,1993,15,56892,57123 +SSD,1993,16,55226,55408 +SSD,1993,17,53403,53524 +SSD,1993,18,51726,51788 +SSD,1994,0,98541,100584 +SSD,1994,1,94242,95988 +SSD,1994,2,90097,91583 +SSD,1994,3,86116,87376 +SSD,1994,4,85469,86632 +SSD,1994,5,81261,82247 +SSD,1994,6,77341,78176 +SSD,1994,7,73708,74416 +SSD,1994,8,70362,70964 +SSD,1994,9,67249,67764 +SSD,1994,10,64314,64757 +SSD,1994,11,61829,62215 +SSD,1994,12,59900,60243 +SSD,1994,13,58367,58676 +SSD,1994,14,56962,57244 +SSD,1994,15,55743,56007 +SSD,1994,16,54422,54653 +SSD,1994,17,52829,53004 +SSD,1994,18,51083,51187 +SSD,1995,0,99497,101666 +SSD,1995,1,95655,97535 +SSD,1995,2,91847,93470 +SSD,1995,3,88091,89489 +SSD,1995,4,84408,85609 +SSD,1995,5,80818,81848 +SSD,1995,6,77340,78224 +SSD,1995,7,73994,74754 +SSD,1995,8,70800,71456 +SSD,1995,9,67778,68346 +SSD,1995,10,64878,65374 +SSD,1995,11,62053,62487 +SSD,1995,12,59666,60050 +SSD,1995,13,57874,58221 +SSD,1995,14,56491,56808 +SSD,1995,15,55178,55469 +SSD,1995,16,54010,54282 +SSD,1995,17,52734,52970 +SSD,1995,18,51191,51363 +SSD,1996,0,99181,101391 +SSD,1996,1,97206,99250 +SSD,1996,2,93505,95288 +SSD,1996,3,89871,91422 +SSD,1996,4,86314,87658 +SSD,1996,5,82842,84005 +SSD,1996,6,79481,80484 +SSD,1996,7,76251,77115 +SSD,1996,8,73097,73841 +SSD,1996,9,69999,70644 +SSD,1996,10,67008,67570 +SSD,1996,11,64146,64636 +SSD,1996,12,61351,61780 +SSD,1996,13,58985,59361 +SSD,1996,14,57211,57540 +SSD,1996,15,55841,56129 +SSD,1996,16,54531,54781 +SSD,1996,17,53356,53575 +SSD,1996,18,52076,52251 +SSD,1997,0,102455,104762 +SSD,1997,1,98524,100582 +SSD,1997,2,96483,98442 +SSD,1997,3,92862,94585 +SSD,1997,4,89342,90851 +SSD,1997,5,85923,87241 +SSD,1997,6,82605,83753 +SSD,1997,7,79415,80411 +SSD,1997,8,76379,77240 +SSD,1997,9,73362,74107 +SSD,1997,10,70310,70958 +SSD,1997,11,67303,67870 +SSD,1997,12,64432,64928 +SSD,1997,13,61624,62057 +SSD,1997,14,59241,59618 +SSD,1997,15,57456,57777 +SSD,1997,16,56078,56346 +SSD,1997,17,54750,54968 +SSD,1997,18,53549,53724 +SSD,1998,0,107917,110357 +SSD,1998,1,103513,105720 +SSD,1998,2,99319,101309 +SSD,1998,3,96616,98508 +SSD,1998,4,93043,94720 +SSD,1998,5,89606,91088 +SSD,1998,6,86296,87600 +SSD,1998,7,83102,84246 +SSD,1998,8,80055,81054 +SSD,1998,9,77187,78053 +SSD,1998,10,74282,75034 +SSD,1998,11,71248,71906 +SSD,1998,12,68198,68776 +SSD,1998,13,65293,65799 +SSD,1998,14,62446,62889 +SSD,1998,15,60026,60406 +SSD,1998,16,58214,58530 +SSD,1998,17,56816,57065 +SSD,1998,18,55458,55645 +SSD,1999,0,113704,116299 +SSD,1999,1,108886,111257 +SSD,1999,2,104383,106543 +SSD,1999,3,100172,102132 +SSD,1999,4,96901,98727 +SSD,1999,5,93371,95004 +SSD,1999,6,90013,91469 +SSD,1999,7,86808,88100 +SSD,1999,8,83735,84877 +SSD,1999,9,80830,81832 +SSD,1999,10,78126,79000 +SSD,1999,11,75330,76091 +SSD,1999,12,72310,72979 +SSD,1999,13,69213,69803 +SSD,1999,14,66268,66786 +SSD,1999,15,63377,63830 +SSD,1999,16,60915,61301 +SSD,1999,17,59074,59385 +SSD,1999,18,57652,57884 +SSD,2000,0,118521,121280 +SSD,2000,1,113547,116086 +SSD,2000,2,108933,111261 +SSD,2000,3,104648,106776 +SSD,2000,4,100663,102600 +SSD,2000,5,96947,98704 +SSD,2000,6,93469,95057 +SSD,2000,7,90200,91628 +SSD,2000,8,87110,88388 +SSD,2000,9,84168,85305 +SSD,2000,10,81412,82418 +SSD,2000,11,78883,79763 +SSD,2000,12,76204,76974 +SSD,2000,13,73207,73886 +SSD,2000,14,70068,70670 +SSD,2000,15,67091,67620 +SSD,2000,16,64163,64626 +SSD,2000,17,61664,62055 +SSD,2000,18,59798,60104 +SSD,2001,0,121403,124300 +SSD,2001,1,117940,120616 +SSD,2001,2,113302,115768 +SSD,2001,3,108959,111225 +SSD,2001,4,104885,106962 +SSD,2001,5,101058,102957 +SSD,2001,6,97452,99183 +SSD,2001,7,94040,95613 +SSD,2001,8,90813,92235 +SSD,2001,9,87753,89028 +SSD,2001,10,84828,85963 +SSD,2001,11,82064,83066 +SSD,2001,12,79504,80379 +SSD,2001,13,76793,77553 +SSD,2001,14,73774,74434 +SSD,2001,15,70618,71188 +SSD,2001,16,67614,68098 +SSD,2001,17,64652,65056 +SSD,2001,18,62118,62441 +SSD,2002,0,123341,126389 +SSD,2002,1,119051,121860 +SSD,2002,2,117221,119818 +SSD,2002,3,112924,115320 +SSD,2002,4,108855,111062 +SSD,2002,5,104996,107027 +SSD,2002,6,101332,103196 +SSD,2002,7,97840,99547 +SSD,2002,8,94497,96058 +SSD,2002,9,91316,92734 +SSD,2002,10,88290,89565 +SSD,2002,11,85386,86519 +SSD,2002,12,82616,83617 +SSD,2002,13,80028,80901 +SSD,2002,14,77289,78043 +SSD,2002,15,74252,74895 +SSD,2002,16,71083,71623 +SSD,2002,17,68055,68496 +SSD,2002,18,65062,65410 +SSD,2003,0,125229,128447 +SSD,2003,1,121479,124439 +SSD,2003,2,117827,120550 +SSD,2003,3,116589,119116 +SSD,2003,4,112628,114963 +SSD,2003,5,108829,110986 +SSD,2003,6,105182,107173 +SSD,2003,7,101677,103513 +SSD,2003,8,98296,99987 +SSD,2003,9,95020,96576 +SSD,2003,10,91881,93303 +SSD,2003,11,88887,90168 +SSD,2003,12,86002,87141 +SSD,2003,13,83225,84230 +SSD,2003,14,80607,81483 +SSD,2003,15,77838,78590 +SSD,2003,16,74781,75412 +SSD,2003,17,71596,72111 +SSD,2003,18,68542,68945 +SSD,2004,0,128311,131731 +SSD,2004,1,124906,128046 +SSD,2004,2,121518,124405 +SSD,2004,3,118150,120807 +SSD,2004,4,116285,118758 +SSD,2004,5,112649,114939 +SSD,2004,6,109110,111231 +SSD,2004,7,105664,107629 +SSD,2004,8,102308,104128 +SSD,2004,9,99028,100714 +SSD,2004,10,95810,97373 +SSD,2004,11,92705,94141 +SSD,2004,12,89734,91032 +SSD,2004,13,86859,88013 +SSD,2004,14,84067,85085 +SSD,2004,15,81412,82300 +SSD,2004,16,78606,79364 +SSD,2004,17,75520,76147 +SSD,2004,18,72311,72807 +SSD,2005,0,133349,137002 +SSD,2005,1,129921,133274 +SSD,2005,2,126506,129591 +SSD,2005,3,123110,125954 +SSD,2005,4,119735,122362 +SSD,2005,5,116384,118817 +SSD,2005,6,113062,115319 +SSD,2005,7,109771,111868 +SSD,2005,8,106515,108467 +SSD,2005,9,103298,105115 +SSD,2005,10,100109,101801 +SSD,2005,11,96937,98516 +SSD,2005,12,93856,95315 +SSD,2005,13,90898,92221 +SSD,2005,14,88024,89200 +SSD,2005,15,85207,86245 +SSD,2005,16,82505,83412 +SSD,2005,17,79651,80422 +SSD,2005,18,76525,77154 +SSD,2006,0,139737,143614 +SSD,2006,1,135116,138705 +SSD,2006,2,131588,134899 +SSD,2006,3,128141,131200 +SSD,2006,4,124763,127596 +SSD,2006,5,121445,124072 +SSD,2006,6,118191,120634 +SSD,2006,7,115008,117282 +SSD,2006,8,111804,113923 +SSD,2006,9,108538,110513 +SSD,2006,10,105246,107086 +SSD,2006,11,102001,103715 +SSD,2006,12,98776,100375 +SSD,2006,13,95636,97108 +SSD,2006,14,92618,93938 +SSD,2006,15,89681,90837 +SSD,2006,16,86794,87794 +SSD,2006,17,84017,84867 +SSD,2006,18,81087,81789 +SSD,2007,0,147723,151848 +SSD,2007,1,143019,146812 +SSD,2007,2,137121,140659 +SSD,2007,3,133488,136766 +SSD,2007,4,130002,133045 +SSD,2007,5,126637,129468 +SSD,2007,6,123369,126007 +SSD,2007,7,120207,122669 +SSD,2007,8,117158,119458 +SSD,2007,9,114037,116186 +SSD,2007,10,110754,112761 +SSD,2007,11,107383,109253 +SSD,2007,12,104075,105818 +SSD,2007,13,100791,102416 +SSD,2007,14,97587,99077 +SSD,2007,15,94503,95827 +SSD,2007,16,91498,92639 +SSD,2007,17,88537,89503 +SSD,2007,18,85679,86477 +SSD,2008,0,156112,160472 +SSD,2008,1,150470,154489 +SSD,2008,2,145319,149033 +SSD,2008,3,139014,142496 +SSD,2008,4,135279,138520 +SSD,2008,5,131756,134780 +SSD,2008,6,128407,131233 +SSD,2008,7,125194,127839 +SSD,2008,8,122127,124605 +SSD,2008,9,119215,121539 +SSD,2008,10,116179,118357 +SSD,2008,11,112883,114920 +SSD,2008,12,109435,111334 +SSD,2008,13,106068,107837 +SSD,2008,14,102728,104377 +SSD,2008,15,99461,100968 +SSD,2008,16,96314,97640 +SSD,2008,17,93243,94367 +SSD,2008,18,90209,91140 +SSD,2009,0,163309,167851 +SSD,2009,1,156956,161159 +SSD,2009,2,151239,155138 +SSD,2009,3,146097,149723 +SSD,2009,4,140456,143865 +SSD,2009,5,136630,139819 +SSD,2009,6,133082,136072 +SSD,2009,7,129760,132568 +SSD,2009,8,126612,129251 +SSD,2009,9,123650,126132 +SSD,2009,10,120886,123221 +SSD,2009,11,117945,120139 +SSD,2009,12,114647,116702 +SSD,2009,13,111132,113049 +SSD,2009,14,107717,109502 +SSD,2009,15,104331,105995 +SSD,2009,16,101013,102528 +SSD,2009,17,97812,99133 +SSD,2009,18,94686,95786 +SSD,2010,0,168206,172850 +SSD,2010,1,161608,165931 +SSD,2010,2,155681,159714 +SSD,2010,3,150360,154129 +SSD,2010,4,145578,149109 +SSD,2010,5,141271,144585 +SSD,2010,6,137372,140488 +SSD,2010,7,133815,136751 +SSD,2010,8,130534,133304 +SSD,2010,9,127465,130079 +SSD,2010,10,124620,127089 +SSD,2010,11,122014,124344 +SSD,2010,12,119181,121375 +SSD,2010,13,115895,117953 +SSD,2010,14,112329,114251 +SSD,2010,15,108881,110670 +SSD,2010,16,105465,107131 +SSD,2010,17,102111,103622 +SSD,2010,18,98871,100175 +SSD,2011,0,173544,178307 +SSD,2011,1,167446,172002 +SSD,2011,2,161306,165570 +SSD,2011,3,155701,159696 +SSD,2011,4,150587,154334 +SSD,2011,5,145918,149437 +SSD,2011,6,141630,144936 +SSD,2011,7,137657,140765 +SSD,2011,8,134050,136976 +SSD,2011,9,130800,133561 +SSD,2011,10,127805,130412 +SSD,2011,11,124986,127446 +SSD,2011,12,122377,124696 +SSD,2011,13,119534,121709 +SSD,2011,14,116234,118255 +SSD,2011,15,112651,114511 +SSD,2011,16,109178,110884 +SSD,2011,17,105733,107293 +SSD,2011,18,102347,103738 +SSD,2012,0,176680,181488 +SSD,2012,1,170932,175497 +SSD,2012,2,165974,170418 +SSD,2012,3,160322,164505 +SSD,2012,4,155068,159004 +SSD,2012,5,150185,153890 +SSD,2012,6,145649,149137 +SSD,2012,7,141397,144679 +SSD,2012,8,137367,140451 +SSD,2012,9,133724,136626 +SSD,2012,10,130519,133256 +SSD,2012,11,127612,130198 +SSD,2012,12,124832,127269 +SSD,2012,13,122230,124525 +SSD,2012,14,119390,121532 +SSD,2012,15,116089,118060 +SSD,2012,16,112503,114290 +SSD,2012,17,109020,110632 +SSD,2012,18,105559,107003 +SSD,2013,0,177896,182693 +SSD,2013,1,173059,177665 +SSD,2013,2,168354,172770 +SSD,2013,3,163855,168168 +SSD,2013,4,158716,162799 +SSD,2013,5,153832,157693 +SSD,2013,6,149200,152847 +SSD,2013,7,144815,148257 +SSD,2013,8,140617,143860 +SSD,2013,9,136545,139591 +SSD,2013,10,132880,135744 +SSD,2013,11,129732,132433 +SSD,2013,12,126926,129478 +SSD,2013,13,124194,126597 +SSD,2013,14,121610,123870 +SSD,2013,15,118782,120882 +SSD,2013,16,115495,117407 +SSD,2013,17,111919,113625 +SSD,2013,18,108440,109949 +SSD,2014,0,177720,182477 +SSD,2014,1,173746,178357 +SSD,2014,2,169686,174142 +SSD,2014,3,165563,169858 +SSD,2014,4,161159,165326 +SSD,2014,5,156549,160517 +SSD,2014,6,152052,155823 +SSD,2014,7,147686,151262 +SSD,2014,8,143468,146851 +SSD,2014,9,139338,142529 +SSD,2014,10,135239,138234 +SSD,2014,11,131565,134380 +SSD,2014,12,128485,131140 +SSD,2014,13,125788,128297 +SSD,2014,14,123115,125475 +SSD,2014,15,120558,122775 +SSD,2014,16,117753,119803 +SSD,2014,17,114490,116336 +SSD,2014,18,110937,112557 +SSD,2015,0,176663,181375 +SSD,2015,1,173286,177880 +SSD,2015,2,169695,174159 +SSD,2015,3,165927,170249 +SSD,2015,4,162020,166190 +SSD,2015,5,158011,162021 +SSD,2015,6,153937,157781 +SSD,2015,7,149836,153509 +SSD,2015,8,145747,149243 +SSD,2015,9,141705,145022 +SSD,2015,10,137656,140788 +SSD,2015,11,133542,136481 +SSD,2015,12,129870,132630 +SSD,2015,13,126866,129470 +SSD,2015,14,124286,126747 +SSD,2015,15,121679,123991 +SSD,2015,16,119156,121325 +SSD,2015,17,116383,118379 +SSD,2015,18,113153,114930 +SSD,2016,0,176558,181264 +SSD,2016,1,173047,177620 +SSD,2016,2,169710,174164 +SSD,2016,3,166213,170542 +SSD,2016,4,162584,166778 +SSD,2016,5,158848,162899 +SSD,2016,6,155043,158945 +SSD,2016,7,151209,154958 +SSD,2016,8,147300,150886 +SSD,2016,9,143311,146725 +SSD,2016,10,139312,142547 +SSD,2016,11,135318,138370 +SSD,2016,12,131261,134122 +SSD,2016,13,127641,130319 +SSD,2016,14,124688,127196 +SSD,2016,15,122156,124501 +SSD,2016,16,119589,121768 +SSD,2016,17,117101,119116 +SSD,2016,18,114361,116192 +SSD,2017,0,175588,180287 +SSD,2017,1,172457,177034 +SSD,2017,2,168962,173385 +SSD,2017,3,165671,169978 +SSD,2017,4,162280,166464 +SSD,2017,5,158799,162857 +SSD,2017,6,155243,159168 +SSD,2017,7,151653,155440 +SSD,2017,8,148070,151715 +SSD,2017,9,144363,147855 +SSD,2017,10,140486,143811 +SSD,2017,11,136538,139685 +SSD,2017,12,132612,135577 +SSD,2017,13,128623,131401 +SSD,2017,14,125064,127655 +SSD,2017,15,122170,124577 +SSD,2017,16,119694,121918 +SSD,2017,17,117174,119214 +SSD,2017,18,114727,116586 +SSD,2018,0,174575,179281 +SSD,2018,1,171257,175818 +SSD,2018,2,167886,172307 +SSD,2018,3,164851,169128 +SSD,2018,4,161609,165770 +SSD,2018,5,158322,162366 +SSD,2018,6,154990,158914 +SSD,2018,7,151615,155415 +SSD,2018,8,148239,151912 +SSD,2018,9,144907,148451 +SSD,2018,10,141401,144803 +SSD,2018,11,137636,140875 +SSD,2018,12,133742,136803 +SSD,2018,13,129883,132764 +SSD,2018,14,125963,128660 +SSD,2018,15,122467,124973 +SSD,2018,16,119631,121940 +SSD,2018,17,117211,119317 +SSD,2018,18,114739,116644 +SSD,2019,0,174000,179000 +SSD,2019,1,171000,175000 +SSD,2019,2,167000,172000 +SSD,2019,3,164000,168000 +SSD,2019,4,161000,165000 +SSD,2019,5,158000,162000 +SSD,2019,6,155000,159000 +SSD,2019,7,152000,155000 +SSD,2019,8,148000,152000 +SSD,2019,9,145000,149000 +SSD,2019,10,142000,146000 +SSD,2019,11,139000,142000 +SSD,2019,12,135000,138000 +SSD,2019,13,131000,134000 +SSD,2019,14,127000,130000 +SSD,2019,15,124000,126000 +SSD,2019,16,120000,123000 +SSD,2019,17,117000,120000 +SSD,2019,18,115000,117000 +SSD,2020,0,176000,181000 +SSD,2020,1,172000,177000 +SSD,2020,2,168000,173000 +SSD,2020,3,165000,169000 +SSD,2020,4,161000,166000 +SSD,2020,5,158000,162000 +SSD,2020,6,155000,159000 +SSD,2020,7,152000,156000 +SSD,2020,8,149000,153000 +SSD,2020,9,146000,149000 +SSD,2020,10,143000,146000 +SSD,2020,11,140000,143000 +SSD,2020,12,137000,140000 +SSD,2020,13,133000,136000 +SSD,2020,14,129000,132000 +SSD,2020,15,126000,128000 +SSD,2020,16,122000,124000 +SSD,2020,17,118000,121000 +SSD,2020,18,116000,118000 +SSD,2021,0,177000,182000 +SSD,2021,1,173000,178000 +SSD,2021,2,170000,174000 +SSD,2021,3,166000,171000 +SSD,2021,4,163000,167000 +SSD,2021,5,160000,164000 +SSD,2021,6,156000,160000 +SSD,2021,7,153000,157000 +SSD,2021,8,150000,154000 +SSD,2021,9,147000,151000 +SSD,2021,10,144000,148000 +SSD,2021,11,141000,145000 +SSD,2021,12,139000,142000 +SSD,2021,13,135000,139000 +SSD,2021,14,132000,135000 +SSD,2021,15,128000,131000 +SSD,2021,16,124000,127000 +SSD,2021,17,121000,123000 +SSD,2021,18,117000,119000 +SSD,2022,0,179000,184000 +SSD,2022,1,175000,179000 +SSD,2022,2,172000,176000 +SSD,2022,3,168000,173000 +SSD,2022,4,165000,169000 +SSD,2022,5,162000,166000 +SSD,2022,6,158000,162000 +SSD,2022,7,155000,159000 +SSD,2022,8,152000,156000 +SSD,2022,9,150000,153000 +SSD,2022,10,147000,150000 +SSD,2022,11,144000,147000 +SSD,2022,12,141000,144000 +SSD,2022,13,138000,141000 +SSD,2022,14,135000,138000 +SSD,2022,15,131000,134000 +SSD,2022,16,127000,130000 +SSD,2022,17,124000,126000 +SSD,2022,18,120000,122000 +SSD,2023,0,182000,187000 +SSD,2023,1,178000,183000 +SSD,2023,2,173000,178000 +SSD,2023,3,171000,175000 +SSD,2023,4,167000,171000 +SSD,2023,5,164000,168000 +SSD,2023,6,161000,165000 +SSD,2023,7,158000,162000 +SSD,2023,8,155000,159000 +SSD,2023,9,152000,156000 +SSD,2023,10,149000,153000 +SSD,2023,11,146000,150000 +SSD,2023,12,143000,147000 +SSD,2023,13,140000,144000 +SSD,2023,14,138000,141000 +SSD,2023,15,134000,138000 +SSD,2023,16,131000,134000 +SSD,2023,17,127000,130000 +SSD,2023,18,123000,126000 +SSD,2024,0,186000,191000 +SSD,2024,1,181000,186000 +SSD,2024,2,177000,181000 +SSD,2024,3,173000,177000 +SSD,2024,4,170000,174000 +SSD,2024,5,166000,170000 +SSD,2024,6,163000,167000 +SSD,2024,7,160000,164000 +SSD,2024,8,157000,161000 +SSD,2024,9,154000,158000 +SSD,2024,10,152000,155000 +SSD,2024,11,149000,152000 +SSD,2024,12,146000,149000 +SSD,2024,13,143000,146000 +SSD,2024,14,140000,143000 +SSD,2024,15,137000,141000 +SSD,2024,16,134000,137000 +SSD,2024,17,131000,134000 +SSD,2024,18,127000,129000 +SSD,2025,0,189000,194000 +SSD,2025,1,184000,189000 +SSD,2025,2,180000,184000 +SSD,2025,3,176000,180000 +SSD,2025,4,172000,176000 +SSD,2025,5,168000,173000 +SSD,2025,6,165000,169000 +SSD,2025,7,162000,166000 +SSD,2025,8,159000,163000 +SSD,2025,9,156000,160000 +SSD,2025,10,154000,157000 +SSD,2025,11,151000,155000 +SSD,2025,12,148000,152000 +SSD,2025,13,146000,149000 +SSD,2025,14,143000,146000 +SSD,2025,15,140000,143000 +SSD,2025,16,137000,140000 +SSD,2025,17,134000,137000 +SSD,2025,18,130000,133000 +SSD,2026,0,191000,196000 +SSD,2026,1,187000,192000 +SSD,2026,2,183000,188000 +SSD,2026,3,179000,183000 +SSD,2026,4,175000,179000 +SSD,2026,5,171000,175000 +SSD,2026,6,168000,172000 +SSD,2026,7,165000,169000 +SSD,2026,8,161000,165000 +SSD,2026,9,159000,163000 +SSD,2026,10,156000,160000 +SSD,2026,11,153000,157000 +SSD,2026,12,151000,154000 +SSD,2026,13,148000,151000 +SSD,2026,14,145000,149000 +SSD,2026,15,142000,146000 +SSD,2026,16,139000,142000 +SSD,2026,17,137000,140000 +SSD,2026,18,133000,136000 +SSD,2027,0,192000,197000 +SSD,2027,1,188000,193000 +SSD,2027,2,186000,191000 +SSD,2027,3,181000,186000 +SSD,2027,4,178000,182000 +SSD,2027,5,174000,178000 +SSD,2027,6,170000,175000 +SSD,2027,7,167000,171000 +SSD,2027,8,164000,168000 +SSD,2027,9,161000,165000 +SSD,2027,10,158000,162000 +SSD,2027,11,155000,159000 +SSD,2027,12,153000,156000 +SSD,2027,13,150000,154000 +SSD,2027,14,147000,151000 +SSD,2027,15,145000,148000 +SSD,2027,16,142000,145000 +SSD,2027,17,139000,142000 +SSD,2027,18,136000,139000 +SSD,2028,0,193000,199000 +SSD,2028,1,190000,195000 +SSD,2028,2,186000,191000 +SSD,2028,3,184000,189000 +SSD,2028,4,180000,185000 +SSD,2028,5,177000,181000 +SSD,2028,6,173000,177000 +SSD,2028,7,170000,174000 +SSD,2028,8,166000,171000 +SSD,2028,9,163000,167000 +SSD,2028,10,160000,164000 +SSD,2028,11,157000,161000 +SSD,2028,12,155000,159000 +SSD,2028,13,152000,156000 +SSD,2028,14,150000,153000 +SSD,2028,15,147000,150000 +SSD,2028,16,144000,147000 +SSD,2028,17,141000,144000 +SSD,2028,18,138000,141000 +SSD,2029,0,195000,200000 +SSD,2029,1,191000,197000 +SSD,2029,2,188000,193000 +SSD,2029,3,185000,190000 +SSD,2029,4,182000,187000 +SSD,2029,5,179000,184000 +SSD,2029,6,176000,180000 +SSD,2029,7,172000,177000 +SSD,2029,8,169000,173000 +SSD,2029,9,166000,170000 +SSD,2029,10,163000,167000 +SSD,2029,11,160000,164000 +SSD,2029,12,157000,161000 +SSD,2029,13,154000,158000 +SSD,2029,14,152000,155000 +SSD,2029,15,149000,153000 +SSD,2029,16,147000,150000 +SSD,2029,17,144000,147000 +SSD,2029,18,141000,144000 +SSD,2030,0,196000,202000 +SSD,2030,1,193000,199000 +SSD,2030,2,190000,195000 +SSD,2030,3,187000,192000 +SSD,2030,4,184000,189000 +SSD,2030,5,181000,186000 +SSD,2030,6,178000,182000 +SSD,2030,7,175000,179000 +SSD,2030,8,171000,176000 +SSD,2030,9,168000,172000 +SSD,2030,10,165000,169000 +SSD,2030,11,162000,166000 +SSD,2030,12,159000,163000 +SSD,2030,13,156000,160000 +SSD,2030,14,154000,158000 +SSD,2030,15,151000,155000 +SSD,2030,16,149000,152000 +SSD,2030,17,146000,149000 +SSD,2030,18,143000,147000 +SSD,2031,0,198000,204000 +SSD,2031,1,195000,201000 +SSD,2031,2,192000,197000 +SSD,2031,3,189000,194000 +SSD,2031,4,186000,191000 +SSD,2031,5,183000,188000 +SSD,2031,6,180000,185000 +SSD,2031,7,177000,182000 +SSD,2031,8,174000,178000 +SSD,2031,9,171000,175000 +SSD,2031,10,168000,172000 +SSD,2031,11,165000,169000 +SSD,2031,12,162000,166000 +SSD,2031,13,159000,163000 +SSD,2031,14,156000,160000 +SSD,2031,15,154000,157000 +SSD,2031,16,151000,154000 +SSD,2031,17,148000,152000 +SSD,2031,18,146000,149000 +SSD,2032,0,200000,206000 +SSD,2032,1,197000,203000 +SSD,2032,2,194000,199000 +SSD,2032,3,191000,196000 +SSD,2032,4,188000,193000 +SSD,2032,5,185000,190000 +SSD,2032,6,183000,187000 +SSD,2032,7,180000,184000 +SSD,2032,8,177000,181000 +SSD,2032,9,174000,178000 +SSD,2032,10,171000,175000 +SSD,2032,11,168000,172000 +SSD,2032,12,165000,168000 +SSD,2032,13,161000,165000 +SSD,2032,14,158000,162000 +SSD,2032,15,156000,159000 +SSD,2032,16,153000,157000 +SSD,2032,17,151000,154000 +SSD,2032,18,148000,151000 +SSD,2033,0,202000,208000 +SSD,2033,1,199000,205000 +SSD,2033,2,196000,201000 +SSD,2033,3,193000,198000 +SSD,2033,4,190000,195000 +SSD,2033,5,187000,192000 +SSD,2033,6,185000,189000 +SSD,2033,7,182000,186000 +SSD,2033,8,179000,183000 +SSD,2033,9,176000,181000 +SSD,2033,10,173000,178000 +SSD,2033,11,170000,174000 +SSD,2033,12,167000,171000 +SSD,2033,13,164000,168000 +SSD,2033,14,161000,165000 +SSD,2033,15,158000,162000 +SSD,2033,16,155000,159000 +SSD,2033,17,153000,156000 +SSD,2033,18,150000,154000 +SSD,2034,0,205000,210000 +SSD,2034,1,201000,207000 +SSD,2034,2,198000,203000 +SSD,2034,3,195000,200000 +SSD,2034,4,192000,197000 +SSD,2034,5,189000,194000 +SSD,2034,6,187000,191000 +SSD,2034,7,184000,188000 +SSD,2034,8,181000,186000 +SSD,2034,9,178000,183000 +SSD,2034,10,176000,180000 +SSD,2034,11,173000,177000 +SSD,2034,12,170000,174000 +SSD,2034,13,167000,171000 +SSD,2034,14,164000,168000 +SSD,2034,15,161000,164000 +SSD,2034,16,158000,161000 +SSD,2034,17,155000,159000 +SSD,2034,18,153000,156000 +SSD,2035,0,206000,212000 +SSD,2035,1,203000,209000 +SSD,2035,2,200000,205000 +SSD,2035,3,197000,202000 +SSD,2035,4,194000,199000 +SSD,2035,5,191000,196000 +SSD,2035,6,188000,193000 +SSD,2035,7,186000,190000 +SSD,2035,8,183000,188000 +SSD,2035,9,180000,185000 +SSD,2035,10,178000,182000 +SSD,2035,11,175000,180000 +SSD,2035,12,173000,177000 +SSD,2035,13,170000,174000 +SSD,2035,14,167000,171000 +SSD,2035,15,164000,167000 +SSD,2035,16,160000,164000 +SSD,2035,17,157000,161000 +SSD,2035,18,155000,158000 +SSD,2036,0,208000,214000 +SSD,2036,1,205000,211000 +SSD,2036,2,202000,208000 +SSD,2036,3,199000,204000 +SSD,2036,4,196000,201000 +SSD,2036,5,193000,198000 +SSD,2036,6,191000,195000 +SSD,2036,7,188000,193000 +SSD,2036,8,185000,190000 +SSD,2036,9,183000,187000 +SSD,2036,10,180000,184000 +SSD,2036,11,178000,182000 +SSD,2036,12,175000,179000 +SSD,2036,13,172000,176000 +SSD,2036,14,169000,173000 +SSD,2036,15,166000,170000 +SSD,2036,16,163000,167000 +SSD,2036,17,160000,164000 +SSD,2036,18,157000,160000 +SSD,2037,0,210000,215000 +SSD,2037,1,206000,212000 +SSD,2037,2,204000,210000 +SSD,2037,3,201000,206000 +SSD,2037,4,198000,203000 +SSD,2037,5,195000,200000 +SSD,2037,6,193000,198000 +SSD,2037,7,190000,195000 +SSD,2037,8,187000,192000 +SSD,2037,9,185000,189000 +SSD,2037,10,182000,187000 +SSD,2037,11,180000,184000 +SSD,2037,12,177000,181000 +SSD,2037,13,175000,179000 +SSD,2037,14,172000,176000 +SSD,2037,15,169000,173000 +SSD,2037,16,166000,170000 +SSD,2037,17,163000,166000 +SSD,2037,18,160000,163000 +SSD,2038,0,211000,217000 +SSD,2038,1,208000,214000 +SSD,2038,2,205000,211000 +SSD,2038,3,203000,208000 +SSD,2038,4,200000,205000 +SSD,2038,5,197000,203000 +SSD,2038,6,195000,200000 +SSD,2038,7,192000,197000 +SSD,2038,8,190000,194000 +SSD,2038,9,187000,192000 +SSD,2038,10,184000,189000 +SSD,2038,11,182000,186000 +SSD,2038,12,179000,184000 +SSD,2038,13,177000,181000 +SSD,2038,14,174000,178000 +SSD,2038,15,172000,176000 +SSD,2038,16,169000,173000 +SSD,2038,17,166000,169000 +SSD,2038,18,163000,166000 +SSD,2039,0,212000,218000 +SSD,2039,1,209000,215000 +SSD,2039,2,207000,212000 +SSD,2039,3,204000,209000 +SSD,2039,4,202000,207000 +SSD,2039,5,199000,204000 +SSD,2039,6,197000,202000 +SSD,2039,7,194000,199000 +SSD,2039,8,192000,196000 +SSD,2039,9,189000,194000 +SSD,2039,10,187000,191000 +SSD,2039,11,184000,188000 +SSD,2039,12,182000,186000 +SSD,2039,13,179000,183000 +SSD,2039,14,177000,181000 +SSD,2039,15,174000,178000 +SSD,2039,16,171000,175000 +SSD,2039,17,168000,172000 +SSD,2039,18,165000,169000 +SSD,2040,0,214000,220000 +SSD,2040,1,211000,217000 +SSD,2040,2,208000,214000 +SSD,2040,3,206000,211000 +SSD,2040,4,203000,208000 +SSD,2040,5,201000,206000 +SSD,2040,6,198000,203000 +SSD,2040,7,196000,201000 +SSD,2040,8,193000,198000 +SSD,2040,9,191000,196000 +SSD,2040,10,189000,193000 +SSD,2040,11,186000,191000 +SSD,2040,12,184000,188000 +SSD,2040,13,181000,185000 +SSD,2040,14,179000,183000 +SSD,2040,15,176000,180000 +SSD,2040,16,174000,178000 +SSD,2040,17,171000,175000 +SSD,2040,18,168000,172000 +SSD,2041,0,215000,221000 +SSD,2041,1,213000,219000 +SSD,2041,2,210000,216000 +SSD,2041,3,208000,213000 +SSD,2041,4,205000,210000 +SSD,2041,5,203000,208000 +SSD,2041,6,200000,205000 +SSD,2041,7,198000,203000 +SSD,2041,8,196000,200000 +SSD,2041,9,193000,198000 +SSD,2041,10,191000,195000 +SSD,2041,11,188000,193000 +SSD,2041,12,186000,190000 +SSD,2041,13,183000,188000 +SSD,2041,14,181000,185000 +SSD,2041,15,178000,182000 +SSD,2041,16,176000,180000 +SSD,2041,17,173000,177000 +SSD,2041,18,171000,174000 +SSD,2042,0,217000,223000 +SSD,2042,1,214000,220000 +SSD,2042,2,212000,217000 +SSD,2042,3,209000,215000 +SSD,2042,4,207000,212000 +SSD,2042,5,204000,210000 +SSD,2042,6,202000,207000 +SSD,2042,7,200000,205000 +SSD,2042,8,197000,202000 +SSD,2042,9,195000,200000 +SSD,2042,10,193000,197000 +SSD,2042,11,190000,195000 +SSD,2042,12,188000,192000 +SSD,2042,13,186000,190000 +SSD,2042,14,183000,187000 +SSD,2042,15,181000,185000 +SSD,2042,16,178000,182000 +SSD,2042,17,176000,179000 +SSD,2042,18,173000,177000 +SSD,2043,0,218000,224000 +SSD,2043,1,216000,221000 +SSD,2043,2,213000,219000 +SSD,2043,3,211000,216000 +SSD,2043,4,208000,214000 +SSD,2043,5,206000,211000 +SSD,2043,6,204000,209000 +SSD,2043,7,201000,206000 +SSD,2043,8,199000,204000 +SSD,2043,9,197000,202000 +SSD,2043,10,195000,199000 +SSD,2043,11,192000,197000 +SSD,2043,12,190000,195000 +SSD,2043,13,188000,192000 +SSD,2043,14,185000,189000 +SSD,2043,15,183000,187000 +SSD,2043,16,180000,184000 +SSD,2043,17,178000,182000 +SSD,2043,18,175000,179000 +SSD,2044,0,220000,226000 +SSD,2044,1,217000,223000 +SSD,2044,2,214000,220000 +SSD,2044,3,212000,217000 +SSD,2044,4,210000,215000 +SSD,2044,5,207000,213000 +SSD,2044,6,205000,210000 +SSD,2044,7,203000,208000 +SSD,2044,8,201000,206000 +SSD,2044,9,199000,204000 +SSD,2044,10,197000,201000 +SSD,2044,11,194000,199000 +SSD,2044,12,192000,197000 +SSD,2044,13,190000,194000 +SSD,2044,14,187000,192000 +SSD,2044,15,185000,189000 +SSD,2044,16,182000,187000 +SSD,2044,17,180000,184000 +SSD,2044,18,177000,181000 +SSD,2045,0,221000,227000 +SSD,2045,1,218000,224000 +SSD,2045,2,216000,222000 +SSD,2045,3,213000,219000 +SSD,2045,4,211000,216000 +SSD,2045,5,209000,214000 +SSD,2045,6,207000,212000 +SSD,2045,7,204000,209000 +SSD,2045,8,202000,207000 +SSD,2045,9,200000,205000 +SSD,2045,10,198000,203000 +SSD,2045,11,196000,201000 +SSD,2045,12,194000,199000 +SSD,2045,13,192000,196000 +SSD,2045,14,189000,194000 +SSD,2045,15,187000,191000 +SSD,2045,16,185000,189000 +SSD,2045,17,182000,186000 +SSD,2045,18,180000,183000 +SSD,2046,0,222000,229000 +SSD,2046,1,220000,226000 +SSD,2046,2,218000,223000 +SSD,2046,3,215000,221000 +SSD,2046,4,213000,218000 +SSD,2046,5,211000,216000 +SSD,2046,6,208000,213000 +SSD,2046,7,206000,211000 +SSD,2046,8,204000,209000 +SSD,2046,9,202000,207000 +SSD,2046,10,200000,205000 +SSD,2046,11,198000,203000 +SSD,2046,12,196000,200000 +SSD,2046,13,194000,198000 +SSD,2046,14,192000,196000 +SSD,2046,15,189000,193000 +SSD,2046,16,187000,191000 +SSD,2046,17,184000,188000 +SSD,2046,18,182000,186000 +SSD,2047,0,223000,230000 +SSD,2047,1,221000,227000 +SSD,2047,2,219000,225000 +SSD,2047,3,217000,222000 +SSD,2047,4,214000,220000 +SSD,2047,5,212000,218000 +SSD,2047,6,210000,215000 +SSD,2047,7,208000,213000 +SSD,2047,8,206000,211000 +SSD,2047,9,204000,209000 +SSD,2047,10,202000,206000 +SSD,2047,11,200000,204000 +SSD,2047,12,198000,202000 +SSD,2047,13,196000,200000 +SSD,2047,14,193000,198000 +SSD,2047,15,191000,195000 +SSD,2047,16,189000,193000 +SSD,2047,17,186000,190000 +SSD,2047,18,184000,188000 +SSD,2048,0,224000,231000 +SSD,2048,1,222000,228000 +SSD,2048,2,220000,226000 +SSD,2048,3,218000,224000 +SSD,2048,4,216000,221000 +SSD,2048,5,214000,219000 +SSD,2048,6,212000,217000 +SSD,2048,7,210000,215000 +SSD,2048,8,207000,212000 +SSD,2048,9,205000,210000 +SSD,2048,10,203000,208000 +SSD,2048,11,201000,206000 +SSD,2048,12,199000,204000 +SSD,2048,13,197000,202000 +SSD,2048,14,195000,200000 +SSD,2048,15,193000,197000 +SSD,2048,16,191000,195000 +SSD,2048,17,189000,193000 +SSD,2048,18,186000,190000 +SSD,2049,0,225000,232000 +SSD,2049,1,223000,229000 +SSD,2049,2,221000,227000 +SSD,2049,3,219000,225000 +SSD,2049,4,217000,223000 +SSD,2049,5,215000,220000 +SSD,2049,6,213000,218000 +SSD,2049,7,211000,216000 +SSD,2049,8,209000,214000 +SSD,2049,9,207000,212000 +SSD,2049,10,205000,210000 +SSD,2049,11,203000,208000 +SSD,2049,12,201000,206000 +SSD,2049,13,199000,204000 +SSD,2049,14,197000,202000 +SSD,2049,15,195000,199000 +SSD,2049,16,193000,197000 +SSD,2049,17,191000,195000 +SSD,2049,18,188000,192000 +SSD,2050,0,226000,233000 +SSD,2050,1,224000,230000 +SSD,2050,2,222000,228000 +SSD,2050,3,220000,226000 +SSD,2050,4,218000,224000 +SSD,2050,5,216000,222000 +SSD,2050,6,214000,219000 +SSD,2050,7,212000,217000 +SSD,2050,8,210000,215000 +SSD,2050,9,209000,213000 +SSD,2050,10,207000,211000 +SSD,2050,11,205000,209000 +SSD,2050,12,203000,207000 +SSD,2050,13,201000,205000 +SSD,2050,14,199000,203000 +SSD,2050,15,197000,201000 +SSD,2050,16,195000,199000 +SSD,2050,17,193000,197000 +SSD,2050,18,190000,194000 +SSF,1990,0,, +SSF,1990,1,, +SSF,1990,2,, +SSF,1990,3,, +SSF,1990,4,, +SSF,1990,5,, +SSF,1990,6,, +SSF,1990,7,, +SSF,1990,8,, +SSF,1990,9,, +SSF,1990,10,, +SSF,1990,11,, +SSF,1990,12,, +SSF,1990,13,, +SSF,1990,14,, +SSF,1990,15,, +SSF,1990,16,, +SSF,1990,17,, +SSF,1990,18,, +SSF,1991,0,, +SSF,1991,1,, +SSF,1991,2,, +SSF,1991,3,, +SSF,1991,4,, +SSF,1991,5,, +SSF,1991,6,, +SSF,1991,7,, +SSF,1991,8,, +SSF,1991,9,, +SSF,1991,10,, +SSF,1991,11,, +SSF,1991,12,, +SSF,1991,13,, +SSF,1991,14,, +SSF,1991,15,, +SSF,1991,16,, +SSF,1991,17,, +SSF,1991,18,, +SSF,1992,0,, +SSF,1992,1,, +SSF,1992,2,, +SSF,1992,3,, +SSF,1992,4,, +SSF,1992,5,, +SSF,1992,6,, +SSF,1992,7,, +SSF,1992,8,, +SSF,1992,9,, +SSF,1992,10,, +SSF,1992,11,, +SSF,1992,12,, +SSF,1992,13,, +SSF,1992,14,, +SSF,1992,15,, +SSF,1992,16,, +SSF,1992,17,, +SSF,1992,18,, +SSF,1993,0,, +SSF,1993,1,, +SSF,1993,2,, +SSF,1993,3,, +SSF,1993,4,, +SSF,1993,5,, +SSF,1993,6,, +SSF,1993,7,, +SSF,1993,8,, +SSF,1993,9,, +SSF,1993,10,, +SSF,1993,11,, +SSF,1993,12,, +SSF,1993,13,, +SSF,1993,14,, +SSF,1993,15,, +SSF,1993,16,, +SSF,1993,17,, +SSF,1993,18,, +SSF,1994,0,, +SSF,1994,1,, +SSF,1994,2,, +SSF,1994,3,, +SSF,1994,4,, +SSF,1994,5,, +SSF,1994,6,, +SSF,1994,7,, +SSF,1994,8,, +SSF,1994,9,, +SSF,1994,10,, +SSF,1994,11,, +SSF,1994,12,, +SSF,1994,13,, +SSF,1994,14,, +SSF,1994,15,, +SSF,1994,16,, +SSF,1994,17,, +SSF,1994,18,, +SSF,1995,0,, +SSF,1995,1,, +SSF,1995,2,, +SSF,1995,3,, +SSF,1995,4,, +SSF,1995,5,, +SSF,1995,6,, +SSF,1995,7,, +SSF,1995,8,, +SSF,1995,9,, +SSF,1995,10,, +SSF,1995,11,, +SSF,1995,12,, +SSF,1995,13,, +SSF,1995,14,, +SSF,1995,15,, +SSF,1995,16,, +SSF,1995,17,, +SSF,1995,18,, +SSF,1996,0,, +SSF,1996,1,, +SSF,1996,2,, +SSF,1996,3,, +SSF,1996,4,, +SSF,1996,5,, +SSF,1996,6,, +SSF,1996,7,, +SSF,1996,8,, +SSF,1996,9,, +SSF,1996,10,, +SSF,1996,11,, +SSF,1996,12,, +SSF,1996,13,, +SSF,1996,14,, +SSF,1996,15,, +SSF,1996,16,, +SSF,1996,17,, +SSF,1996,18,, +SSF,1997,0,, +SSF,1997,1,, +SSF,1997,2,, +SSF,1997,3,, +SSF,1997,4,, +SSF,1997,5,, +SSF,1997,6,, +SSF,1997,7,, +SSF,1997,8,, +SSF,1997,9,, +SSF,1997,10,, +SSF,1997,11,, +SSF,1997,12,, +SSF,1997,13,, +SSF,1997,14,, +SSF,1997,15,, +SSF,1997,16,, +SSF,1997,17,, +SSF,1997,18,, +SSF,1998,0,, +SSF,1998,1,, +SSF,1998,2,, +SSF,1998,3,, +SSF,1998,4,, +SSF,1998,5,, +SSF,1998,6,, +SSF,1998,7,, +SSF,1998,8,, +SSF,1998,9,, +SSF,1998,10,, +SSF,1998,11,, +SSF,1998,12,, +SSF,1998,13,, +SSF,1998,14,, +SSF,1998,15,, +SSF,1998,16,, +SSF,1998,17,, +SSF,1998,18,, +SSF,1999,0,, +SSF,1999,1,, +SSF,1999,2,, +SSF,1999,3,, +SSF,1999,4,, +SSF,1999,5,, +SSF,1999,6,, +SSF,1999,7,, +SSF,1999,8,, +SSF,1999,9,, +SSF,1999,10,, +SSF,1999,11,, +SSF,1999,12,, +SSF,1999,13,, +SSF,1999,14,, +SSF,1999,15,, +SSF,1999,16,, +SSF,1999,17,, +SSF,1999,18,, +SSF,2000,0,, +SSF,2000,1,, +SSF,2000,2,, +SSF,2000,3,, +SSF,2000,4,, +SSF,2000,5,, +SSF,2000,6,, +SSF,2000,7,, +SSF,2000,8,, +SSF,2000,9,, +SSF,2000,10,, +SSF,2000,11,, +SSF,2000,12,, +SSF,2000,13,, +SSF,2000,14,, +SSF,2000,15,, +SSF,2000,16,, +SSF,2000,17,, +SSF,2000,18,, +SSF,2001,0,, +SSF,2001,1,, +SSF,2001,2,, +SSF,2001,3,, +SSF,2001,4,, +SSF,2001,5,, +SSF,2001,6,, +SSF,2001,7,, +SSF,2001,8,, +SSF,2001,9,, +SSF,2001,10,, +SSF,2001,11,, +SSF,2001,12,, +SSF,2001,13,, +SSF,2001,14,, +SSF,2001,15,, +SSF,2001,16,, +SSF,2001,17,, +SSF,2001,18,, +SSF,2002,0,, +SSF,2002,1,, +SSF,2002,2,, +SSF,2002,3,, +SSF,2002,4,, +SSF,2002,5,, +SSF,2002,6,, +SSF,2002,7,, +SSF,2002,8,, +SSF,2002,9,, +SSF,2002,10,, +SSF,2002,11,, +SSF,2002,12,, +SSF,2002,13,, +SSF,2002,14,, +SSF,2002,15,, +SSF,2002,16,, +SSF,2002,17,, +SSF,2002,18,, +SSF,2003,0,, +SSF,2003,1,, +SSF,2003,2,, +SSF,2003,3,, +SSF,2003,4,, +SSF,2003,5,, +SSF,2003,6,, +SSF,2003,7,, +SSF,2003,8,, +SSF,2003,9,, +SSF,2003,10,, +SSF,2003,11,, +SSF,2003,12,, +SSF,2003,13,, +SSF,2003,14,, +SSF,2003,15,, +SSF,2003,16,, +SSF,2003,17,, +SSF,2003,18,, +SSF,2004,0,, +SSF,2004,1,, +SSF,2004,2,, +SSF,2004,3,, +SSF,2004,4,, +SSF,2004,5,, +SSF,2004,6,, +SSF,2004,7,, +SSF,2004,8,, +SSF,2004,9,, +SSF,2004,10,, +SSF,2004,11,, +SSF,2004,12,, +SSF,2004,13,, +SSF,2004,14,, +SSF,2004,15,, +SSF,2004,16,, +SSF,2004,17,, +SSF,2004,18,, +SSF,2005,0,, +SSF,2005,1,, +SSF,2005,2,, +SSF,2005,3,, +SSF,2005,4,, +SSF,2005,5,, +SSF,2005,6,, +SSF,2005,7,, +SSF,2005,8,, +SSF,2005,9,, +SSF,2005,10,, +SSF,2005,11,, +SSF,2005,12,, +SSF,2005,13,, +SSF,2005,14,, +SSF,2005,15,, +SSF,2005,16,, +SSF,2005,17,, +SSF,2005,18,, +SSF,2006,0,, +SSF,2006,1,, +SSF,2006,2,, +SSF,2006,3,, +SSF,2006,4,, +SSF,2006,5,, +SSF,2006,6,, +SSF,2006,7,, +SSF,2006,8,, +SSF,2006,9,, +SSF,2006,10,, +SSF,2006,11,, +SSF,2006,12,, +SSF,2006,13,, +SSF,2006,14,, +SSF,2006,15,, +SSF,2006,16,, +SSF,2006,17,, +SSF,2006,18,, +SSF,2007,0,, +SSF,2007,1,, +SSF,2007,2,, +SSF,2007,3,, +SSF,2007,4,, +SSF,2007,5,, +SSF,2007,6,, +SSF,2007,7,, +SSF,2007,8,, +SSF,2007,9,, +SSF,2007,10,, +SSF,2007,11,, +SSF,2007,12,, +SSF,2007,13,, +SSF,2007,14,, +SSF,2007,15,, +SSF,2007,16,, +SSF,2007,17,, +SSF,2007,18,, +SSF,2008,0,, +SSF,2008,1,, +SSF,2008,2,, +SSF,2008,3,, +SSF,2008,4,, +SSF,2008,5,, +SSF,2008,6,, +SSF,2008,7,, +SSF,2008,8,, +SSF,2008,9,, +SSF,2008,10,, +SSF,2008,11,, +SSF,2008,12,, +SSF,2008,13,, +SSF,2008,14,, +SSF,2008,15,, +SSF,2008,16,, +SSF,2008,17,, +SSF,2008,18,, +SSF,2009,0,, +SSF,2009,1,, +SSF,2009,2,, +SSF,2009,3,, +SSF,2009,4,, +SSF,2009,5,, +SSF,2009,6,, +SSF,2009,7,, +SSF,2009,8,, +SSF,2009,9,, +SSF,2009,10,, +SSF,2009,11,, +SSF,2009,12,, +SSF,2009,13,, +SSF,2009,14,, +SSF,2009,15,, +SSF,2009,16,, +SSF,2009,17,, +SSF,2009,18,, +SSF,2010,0,, +SSF,2010,1,, +SSF,2010,2,, +SSF,2010,3,, +SSF,2010,4,, +SSF,2010,5,, +SSF,2010,6,, +SSF,2010,7,, +SSF,2010,8,, +SSF,2010,9,, +SSF,2010,10,, +SSF,2010,11,, +SSF,2010,12,, +SSF,2010,13,, +SSF,2010,14,, +SSF,2010,15,, +SSF,2010,16,, +SSF,2010,17,, +SSF,2010,18,, +SSF,2011,0,, +SSF,2011,1,, +SSF,2011,2,, +SSF,2011,3,, +SSF,2011,4,, +SSF,2011,5,, +SSF,2011,6,, +SSF,2011,7,, +SSF,2011,8,, +SSF,2011,9,, +SSF,2011,10,, +SSF,2011,11,, +SSF,2011,12,, +SSF,2011,13,, +SSF,2011,14,, +SSF,2011,15,, +SSF,2011,16,, +SSF,2011,17,, +SSF,2011,18,, +SSF,2012,0,, +SSF,2012,1,, +SSF,2012,2,, +SSF,2012,3,, +SSF,2012,4,, +SSF,2012,5,, +SSF,2012,6,, +SSF,2012,7,, +SSF,2012,8,, +SSF,2012,9,, +SSF,2012,10,, +SSF,2012,11,, +SSF,2012,12,, +SSF,2012,13,, +SSF,2012,14,, +SSF,2012,15,, +SSF,2012,16,, +SSF,2012,17,, +SSF,2012,18,, +SSF,2013,0,, +SSF,2013,1,, +SSF,2013,2,, +SSF,2013,3,, +SSF,2013,4,, +SSF,2013,5,, +SSF,2013,6,, +SSF,2013,7,, +SSF,2013,8,, +SSF,2013,9,, +SSF,2013,10,, +SSF,2013,11,, +SSF,2013,12,, +SSF,2013,13,, +SSF,2013,14,, +SSF,2013,15,, +SSF,2013,16,, +SSF,2013,17,, +SSF,2013,18,, +SSF,2014,0,, +SSF,2014,1,, +SSF,2014,2,, +SSF,2014,3,, +SSF,2014,4,, +SSF,2014,5,, +SSF,2014,6,, +SSF,2014,7,, +SSF,2014,8,, +SSF,2014,9,, +SSF,2014,10,, +SSF,2014,11,, +SSF,2014,12,, +SSF,2014,13,, +SSF,2014,14,, +SSF,2014,15,, +SSF,2014,16,, +SSF,2014,17,, +SSF,2014,18,, +SSF,2015,0,, +SSF,2015,1,, +SSF,2015,2,, +SSF,2015,3,, +SSF,2015,4,, +SSF,2015,5,, +SSF,2015,6,, +SSF,2015,7,, +SSF,2015,8,, +SSF,2015,9,, +SSF,2015,10,, +SSF,2015,11,, +SSF,2015,12,, +SSF,2015,13,, +SSF,2015,14,, +SSF,2015,15,, +SSF,2015,16,, +SSF,2015,17,, +SSF,2015,18,, +SSF,2016,0,, +SSF,2016,1,, +SSF,2016,2,, +SSF,2016,3,, +SSF,2016,4,, +SSF,2016,5,, +SSF,2016,6,, +SSF,2016,7,, +SSF,2016,8,, +SSF,2016,9,, +SSF,2016,10,, +SSF,2016,11,, +SSF,2016,12,, +SSF,2016,13,, +SSF,2016,14,, +SSF,2016,15,, +SSF,2016,16,, +SSF,2016,17,, +SSF,2016,18,, +SSF,2017,0,, +SSF,2017,1,, +SSF,2017,2,, +SSF,2017,3,, +SSF,2017,4,, +SSF,2017,5,, +SSF,2017,6,, +SSF,2017,7,, +SSF,2017,8,, +SSF,2017,9,, +SSF,2017,10,, +SSF,2017,11,, +SSF,2017,12,, +SSF,2017,13,, +SSF,2017,14,, +SSF,2017,15,, +SSF,2017,16,, +SSF,2017,17,, +SSF,2017,18,, +SSF,2018,0,, +SSF,2018,1,, +SSF,2018,2,, +SSF,2018,3,, +SSF,2018,4,, +SSF,2018,5,, +SSF,2018,6,, +SSF,2018,7,, +SSF,2018,8,, +SSF,2018,9,, +SSF,2018,10,, +SSF,2018,11,, +SSF,2018,12,, +SSF,2018,13,, +SSF,2018,14,, +SSF,2018,15,, +SSF,2018,16,, +SSF,2018,17,, +SSF,2018,18,, +SSF,2019,0,, +SSF,2019,1,, +SSF,2019,2,, +SSF,2019,3,, +SSF,2019,4,, +SSF,2019,5,, +SSF,2019,6,, +SSF,2019,7,, +SSF,2019,8,, +SSF,2019,9,, +SSF,2019,10,, +SSF,2019,11,, +SSF,2019,12,, +SSF,2019,13,, +SSF,2019,14,, +SSF,2019,15,, +SSF,2019,16,, +SSF,2019,17,, +SSF,2019,18,, +SSF,2020,0,, +SSF,2020,1,, +SSF,2020,2,, +SSF,2020,3,, +SSF,2020,4,, +SSF,2020,5,, +SSF,2020,6,, +SSF,2020,7,, +SSF,2020,8,, +SSF,2020,9,, +SSF,2020,10,, +SSF,2020,11,, +SSF,2020,12,, +SSF,2020,13,, +SSF,2020,14,, +SSF,2020,15,, +SSF,2020,16,, +SSF,2020,17,, +SSF,2020,18,, +SSF,2021,0,, +SSF,2021,1,, +SSF,2021,2,, +SSF,2021,3,, +SSF,2021,4,, +SSF,2021,5,, +SSF,2021,6,, +SSF,2021,7,, +SSF,2021,8,, +SSF,2021,9,, +SSF,2021,10,, +SSF,2021,11,, +SSF,2021,12,, +SSF,2021,13,, +SSF,2021,14,, +SSF,2021,15,, +SSF,2021,16,, +SSF,2021,17,, +SSF,2021,18,, +SSF,2022,0,, +SSF,2022,1,, +SSF,2022,2,, +SSF,2022,3,, +SSF,2022,4,, +SSF,2022,5,, +SSF,2022,6,, +SSF,2022,7,, +SSF,2022,8,, +SSF,2022,9,, +SSF,2022,10,, +SSF,2022,11,, +SSF,2022,12,, +SSF,2022,13,, +SSF,2022,14,, +SSF,2022,15,, +SSF,2022,16,, +SSF,2022,17,, +SSF,2022,18,, +SSF,2023,0,, +SSF,2023,1,, +SSF,2023,2,, +SSF,2023,3,, +SSF,2023,4,, +SSF,2023,5,, +SSF,2023,6,, +SSF,2023,7,, +SSF,2023,8,, +SSF,2023,9,, +SSF,2023,10,, +SSF,2023,11,, +SSF,2023,12,, +SSF,2023,13,, +SSF,2023,14,, +SSF,2023,15,, +SSF,2023,16,, +SSF,2023,17,, +SSF,2023,18,, +SSF,2024,0,, +SSF,2024,1,, +SSF,2024,2,, +SSF,2024,3,, +SSF,2024,4,, +SSF,2024,5,, +SSF,2024,6,, +SSF,2024,7,, +SSF,2024,8,, +SSF,2024,9,, +SSF,2024,10,, +SSF,2024,11,, +SSF,2024,12,, +SSF,2024,13,, +SSF,2024,14,, +SSF,2024,15,, +SSF,2024,16,, +SSF,2024,17,, +SSF,2024,18,, +SSF,2025,0,, +SSF,2025,1,, +SSF,2025,2,, +SSF,2025,3,, +SSF,2025,4,, +SSF,2025,5,, +SSF,2025,6,, +SSF,2025,7,, +SSF,2025,8,, +SSF,2025,9,, +SSF,2025,10,, +SSF,2025,11,, +SSF,2025,12,, +SSF,2025,13,, +SSF,2025,14,, +SSF,2025,15,, +SSF,2025,16,, +SSF,2025,17,, +SSF,2025,18,, +SSF,2026,0,, +SSF,2026,1,, +SSF,2026,2,, +SSF,2026,3,, +SSF,2026,4,, +SSF,2026,5,, +SSF,2026,6,, +SSF,2026,7,, +SSF,2026,8,, +SSF,2026,9,, +SSF,2026,10,, +SSF,2026,11,, +SSF,2026,12,, +SSF,2026,13,, +SSF,2026,14,, +SSF,2026,15,, +SSF,2026,16,, +SSF,2026,17,, +SSF,2026,18,, +SSF,2027,0,, +SSF,2027,1,, +SSF,2027,2,, +SSF,2027,3,, +SSF,2027,4,, +SSF,2027,5,, +SSF,2027,6,, +SSF,2027,7,, +SSF,2027,8,, +SSF,2027,9,, +SSF,2027,10,, +SSF,2027,11,, +SSF,2027,12,, +SSF,2027,13,, +SSF,2027,14,, +SSF,2027,15,, +SSF,2027,16,, +SSF,2027,17,, +SSF,2027,18,, +SSF,2028,0,, +SSF,2028,1,, +SSF,2028,2,, +SSF,2028,3,, +SSF,2028,4,, +SSF,2028,5,, +SSF,2028,6,, +SSF,2028,7,, +SSF,2028,8,, +SSF,2028,9,, +SSF,2028,10,, +SSF,2028,11,, +SSF,2028,12,, +SSF,2028,13,, +SSF,2028,14,, +SSF,2028,15,, +SSF,2028,16,, +SSF,2028,17,, +SSF,2028,18,, +SSF,2029,0,, +SSF,2029,1,, +SSF,2029,2,, +SSF,2029,3,, +SSF,2029,4,, +SSF,2029,5,, +SSF,2029,6,, +SSF,2029,7,, +SSF,2029,8,, +SSF,2029,9,, +SSF,2029,10,, +SSF,2029,11,, +SSF,2029,12,, +SSF,2029,13,, +SSF,2029,14,, +SSF,2029,15,, +SSF,2029,16,, +SSF,2029,17,, +SSF,2029,18,, +SSF,2030,0,, +SSF,2030,1,, +SSF,2030,2,, +SSF,2030,3,, +SSF,2030,4,, +SSF,2030,5,, +SSF,2030,6,, +SSF,2030,7,, +SSF,2030,8,, +SSF,2030,9,, +SSF,2030,10,, +SSF,2030,11,, +SSF,2030,12,, +SSF,2030,13,, +SSF,2030,14,, +SSF,2030,15,, +SSF,2030,16,, +SSF,2030,17,, +SSF,2030,18,, +SSF,2031,0,, +SSF,2031,1,, +SSF,2031,2,, +SSF,2031,3,, +SSF,2031,4,, +SSF,2031,5,, +SSF,2031,6,, +SSF,2031,7,, +SSF,2031,8,, +SSF,2031,9,, +SSF,2031,10,, +SSF,2031,11,, +SSF,2031,12,, +SSF,2031,13,, +SSF,2031,14,, +SSF,2031,15,, +SSF,2031,16,, +SSF,2031,17,, +SSF,2031,18,, +SSF,2032,0,, +SSF,2032,1,, +SSF,2032,2,, +SSF,2032,3,, +SSF,2032,4,, +SSF,2032,5,, +SSF,2032,6,, +SSF,2032,7,, +SSF,2032,8,, +SSF,2032,9,, +SSF,2032,10,, +SSF,2032,11,, +SSF,2032,12,, +SSF,2032,13,, +SSF,2032,14,, +SSF,2032,15,, +SSF,2032,16,, +SSF,2032,17,, +SSF,2032,18,, +SSF,2033,0,, +SSF,2033,1,, +SSF,2033,2,, +SSF,2033,3,, +SSF,2033,4,, +SSF,2033,5,, +SSF,2033,6,, +SSF,2033,7,, +SSF,2033,8,, +SSF,2033,9,, +SSF,2033,10,, +SSF,2033,11,, +SSF,2033,12,, +SSF,2033,13,, +SSF,2033,14,, +SSF,2033,15,, +SSF,2033,16,, +SSF,2033,17,, +SSF,2033,18,, +SSF,2034,0,, +SSF,2034,1,, +SSF,2034,2,, +SSF,2034,3,, +SSF,2034,4,, +SSF,2034,5,, +SSF,2034,6,, +SSF,2034,7,, +SSF,2034,8,, +SSF,2034,9,, +SSF,2034,10,, +SSF,2034,11,, +SSF,2034,12,, +SSF,2034,13,, +SSF,2034,14,, +SSF,2034,15,, +SSF,2034,16,, +SSF,2034,17,, +SSF,2034,18,, +SSF,2035,0,, +SSF,2035,1,, +SSF,2035,2,, +SSF,2035,3,, +SSF,2035,4,, +SSF,2035,5,, +SSF,2035,6,, +SSF,2035,7,, +SSF,2035,8,, +SSF,2035,9,, +SSF,2035,10,, +SSF,2035,11,, +SSF,2035,12,, +SSF,2035,13,, +SSF,2035,14,, +SSF,2035,15,, +SSF,2035,16,, +SSF,2035,17,, +SSF,2035,18,, +SSF,2036,0,, +SSF,2036,1,, +SSF,2036,2,, +SSF,2036,3,, +SSF,2036,4,, +SSF,2036,5,, +SSF,2036,6,, +SSF,2036,7,, +SSF,2036,8,, +SSF,2036,9,, +SSF,2036,10,, +SSF,2036,11,, +SSF,2036,12,, +SSF,2036,13,, +SSF,2036,14,, +SSF,2036,15,, +SSF,2036,16,, +SSF,2036,17,, +SSF,2036,18,, +SSF,2037,0,, +SSF,2037,1,, +SSF,2037,2,, +SSF,2037,3,, +SSF,2037,4,, +SSF,2037,5,, +SSF,2037,6,, +SSF,2037,7,, +SSF,2037,8,, +SSF,2037,9,, +SSF,2037,10,, +SSF,2037,11,, +SSF,2037,12,, +SSF,2037,13,, +SSF,2037,14,, +SSF,2037,15,, +SSF,2037,16,, +SSF,2037,17,, +SSF,2037,18,, +SSF,2038,0,, +SSF,2038,1,, +SSF,2038,2,, +SSF,2038,3,, +SSF,2038,4,, +SSF,2038,5,, +SSF,2038,6,, +SSF,2038,7,, +SSF,2038,8,, +SSF,2038,9,, +SSF,2038,10,, +SSF,2038,11,, +SSF,2038,12,, +SSF,2038,13,, +SSF,2038,14,, +SSF,2038,15,, +SSF,2038,16,, +SSF,2038,17,, +SSF,2038,18,, +SSF,2039,0,, +SSF,2039,1,, +SSF,2039,2,, +SSF,2039,3,, +SSF,2039,4,, +SSF,2039,5,, +SSF,2039,6,, +SSF,2039,7,, +SSF,2039,8,, +SSF,2039,9,, +SSF,2039,10,, +SSF,2039,11,, +SSF,2039,12,, +SSF,2039,13,, +SSF,2039,14,, +SSF,2039,15,, +SSF,2039,16,, +SSF,2039,17,, +SSF,2039,18,, +SSF,2040,0,, +SSF,2040,1,, +SSF,2040,2,, +SSF,2040,3,, +SSF,2040,4,, +SSF,2040,5,, +SSF,2040,6,, +SSF,2040,7,, +SSF,2040,8,, +SSF,2040,9,, +SSF,2040,10,, +SSF,2040,11,, +SSF,2040,12,, +SSF,2040,13,, +SSF,2040,14,, +SSF,2040,15,, +SSF,2040,16,, +SSF,2040,17,, +SSF,2040,18,, +SSF,2041,0,, +SSF,2041,1,, +SSF,2041,2,, +SSF,2041,3,, +SSF,2041,4,, +SSF,2041,5,, +SSF,2041,6,, +SSF,2041,7,, +SSF,2041,8,, +SSF,2041,9,, +SSF,2041,10,, +SSF,2041,11,, +SSF,2041,12,, +SSF,2041,13,, +SSF,2041,14,, +SSF,2041,15,, +SSF,2041,16,, +SSF,2041,17,, +SSF,2041,18,, +SSF,2042,0,, +SSF,2042,1,, +SSF,2042,2,, +SSF,2042,3,, +SSF,2042,4,, +SSF,2042,5,, +SSF,2042,6,, +SSF,2042,7,, +SSF,2042,8,, +SSF,2042,9,, +SSF,2042,10,, +SSF,2042,11,, +SSF,2042,12,, +SSF,2042,13,, +SSF,2042,14,, +SSF,2042,15,, +SSF,2042,16,, +SSF,2042,17,, +SSF,2042,18,, +SSF,2043,0,, +SSF,2043,1,, +SSF,2043,2,, +SSF,2043,3,, +SSF,2043,4,, +SSF,2043,5,, +SSF,2043,6,, +SSF,2043,7,, +SSF,2043,8,, +SSF,2043,9,, +SSF,2043,10,, +SSF,2043,11,, +SSF,2043,12,, +SSF,2043,13,, +SSF,2043,14,, +SSF,2043,15,, +SSF,2043,16,, +SSF,2043,17,, +SSF,2043,18,, +SSF,2044,0,, +SSF,2044,1,, +SSF,2044,2,, +SSF,2044,3,, +SSF,2044,4,, +SSF,2044,5,, +SSF,2044,6,, +SSF,2044,7,, +SSF,2044,8,, +SSF,2044,9,, +SSF,2044,10,, +SSF,2044,11,, +SSF,2044,12,, +SSF,2044,13,, +SSF,2044,14,, +SSF,2044,15,, +SSF,2044,16,, +SSF,2044,17,, +SSF,2044,18,, +SSF,2045,0,, +SSF,2045,1,, +SSF,2045,2,, +SSF,2045,3,, +SSF,2045,4,, +SSF,2045,5,, +SSF,2045,6,, +SSF,2045,7,, +SSF,2045,8,, +SSF,2045,9,, +SSF,2045,10,, +SSF,2045,11,, +SSF,2045,12,, +SSF,2045,13,, +SSF,2045,14,, +SSF,2045,15,, +SSF,2045,16,, +SSF,2045,17,, +SSF,2045,18,, +SSF,2046,0,, +SSF,2046,1,, +SSF,2046,2,, +SSF,2046,3,, +SSF,2046,4,, +SSF,2046,5,, +SSF,2046,6,, +SSF,2046,7,, +SSF,2046,8,, +SSF,2046,9,, +SSF,2046,10,, +SSF,2046,11,, +SSF,2046,12,, +SSF,2046,13,, +SSF,2046,14,, +SSF,2046,15,, +SSF,2046,16,, +SSF,2046,17,, +SSF,2046,18,, +SSF,2047,0,, +SSF,2047,1,, +SSF,2047,2,, +SSF,2047,3,, +SSF,2047,4,, +SSF,2047,5,, +SSF,2047,6,, +SSF,2047,7,, +SSF,2047,8,, +SSF,2047,9,, +SSF,2047,10,, +SSF,2047,11,, +SSF,2047,12,, +SSF,2047,13,, +SSF,2047,14,, +SSF,2047,15,, +SSF,2047,16,, +SSF,2047,17,, +SSF,2047,18,, +SSF,2048,0,, +SSF,2048,1,, +SSF,2048,2,, +SSF,2048,3,, +SSF,2048,4,, +SSF,2048,5,, +SSF,2048,6,, +SSF,2048,7,, +SSF,2048,8,, +SSF,2048,9,, +SSF,2048,10,, +SSF,2048,11,, +SSF,2048,12,, +SSF,2048,13,, +SSF,2048,14,, +SSF,2048,15,, +SSF,2048,16,, +SSF,2048,17,, +SSF,2048,18,, +SSF,2049,0,, +SSF,2049,1,, +SSF,2049,2,, +SSF,2049,3,, +SSF,2049,4,, +SSF,2049,5,, +SSF,2049,6,, +SSF,2049,7,, +SSF,2049,8,, +SSF,2049,9,, +SSF,2049,10,, +SSF,2049,11,, +SSF,2049,12,, +SSF,2049,13,, +SSF,2049,14,, +SSF,2049,15,, +SSF,2049,16,, +SSF,2049,17,, +SSF,2049,18,, +SSF,2050,0,, +SSF,2050,1,, +SSF,2050,2,, +SSF,2050,3,, +SSF,2050,4,, +SSF,2050,5,, +SSF,2050,6,, +SSF,2050,7,, +SSF,2050,8,, +SSF,2050,9,, +SSF,2050,10,, +SSF,2050,11,, +SSF,2050,12,, +SSF,2050,13,, +SSF,2050,14,, +SSF,2050,15,, +SSF,2050,16,, +SSF,2050,17,, +SSF,2050,18,, +SST,1990,0,, +SST,1990,1,, +SST,1990,2,, +SST,1990,3,, +SST,1990,4,, +SST,1990,5,, +SST,1990,6,, +SST,1990,7,, +SST,1990,8,, +SST,1990,9,, +SST,1990,10,, +SST,1990,11,, +SST,1990,12,, +SST,1990,13,, +SST,1990,14,, +SST,1990,15,, +SST,1990,16,, +SST,1990,17,, +SST,1990,18,, +SST,1991,0,, +SST,1991,1,, +SST,1991,2,, +SST,1991,3,, +SST,1991,4,, +SST,1991,5,, +SST,1991,6,, +SST,1991,7,, +SST,1991,8,, +SST,1991,9,, +SST,1991,10,, +SST,1991,11,, +SST,1991,12,, +SST,1991,13,, +SST,1991,14,, +SST,1991,15,, +SST,1991,16,, +SST,1991,17,, +SST,1991,18,, +SST,1992,0,, +SST,1992,1,, +SST,1992,2,, +SST,1992,3,, +SST,1992,4,, +SST,1992,5,, +SST,1992,6,, +SST,1992,7,, +SST,1992,8,, +SST,1992,9,, +SST,1992,10,, +SST,1992,11,, +SST,1992,12,, +SST,1992,13,, +SST,1992,14,, +SST,1992,15,, +SST,1992,16,, +SST,1992,17,, +SST,1992,18,, +SST,1993,0,, +SST,1993,1,, +SST,1993,2,, +SST,1993,3,, +SST,1993,4,, +SST,1993,5,, +SST,1993,6,, +SST,1993,7,, +SST,1993,8,, +SST,1993,9,, +SST,1993,10,, +SST,1993,11,, +SST,1993,12,, +SST,1993,13,, +SST,1993,14,, +SST,1993,15,, +SST,1993,16,, +SST,1993,17,, +SST,1993,18,, +SST,1994,0,, +SST,1994,1,, +SST,1994,2,, +SST,1994,3,, +SST,1994,4,, +SST,1994,5,, +SST,1994,6,, +SST,1994,7,, +SST,1994,8,, +SST,1994,9,, +SST,1994,10,, +SST,1994,11,, +SST,1994,12,, +SST,1994,13,, +SST,1994,14,, +SST,1994,15,, +SST,1994,16,, +SST,1994,17,, +SST,1994,18,, +SST,1995,0,, +SST,1995,1,, +SST,1995,2,, +SST,1995,3,, +SST,1995,4,, +SST,1995,5,, +SST,1995,6,, +SST,1995,7,, +SST,1995,8,, +SST,1995,9,, +SST,1995,10,, +SST,1995,11,, +SST,1995,12,, +SST,1995,13,, +SST,1995,14,, +SST,1995,15,, +SST,1995,16,, +SST,1995,17,, +SST,1995,18,, +SST,1996,0,, +SST,1996,1,, +SST,1996,2,, +SST,1996,3,, +SST,1996,4,, +SST,1996,5,, +SST,1996,6,, +SST,1996,7,, +SST,1996,8,, +SST,1996,9,, +SST,1996,10,, +SST,1996,11,, +SST,1996,12,, +SST,1996,13,, +SST,1996,14,, +SST,1996,15,, +SST,1996,16,, +SST,1996,17,, +SST,1996,18,, +SST,1997,0,, +SST,1997,1,, +SST,1997,2,, +SST,1997,3,, +SST,1997,4,, +SST,1997,5,, +SST,1997,6,, +SST,1997,7,, +SST,1997,8,, +SST,1997,9,, +SST,1997,10,, +SST,1997,11,, +SST,1997,12,, +SST,1997,13,, +SST,1997,14,, +SST,1997,15,, +SST,1997,16,, +SST,1997,17,, +SST,1997,18,, +SST,1998,0,, +SST,1998,1,, +SST,1998,2,, +SST,1998,3,, +SST,1998,4,, +SST,1998,5,, +SST,1998,6,, +SST,1998,7,, +SST,1998,8,, +SST,1998,9,, +SST,1998,10,, +SST,1998,11,, +SST,1998,12,, +SST,1998,13,, +SST,1998,14,, +SST,1998,15,, +SST,1998,16,, +SST,1998,17,, +SST,1998,18,, +SST,1999,0,, +SST,1999,1,, +SST,1999,2,, +SST,1999,3,, +SST,1999,4,, +SST,1999,5,, +SST,1999,6,, +SST,1999,7,, +SST,1999,8,, +SST,1999,9,, +SST,1999,10,, +SST,1999,11,, +SST,1999,12,, +SST,1999,13,, +SST,1999,14,, +SST,1999,15,, +SST,1999,16,, +SST,1999,17,, +SST,1999,18,, +SST,2000,0,, +SST,2000,1,, +SST,2000,2,, +SST,2000,3,, +SST,2000,4,, +SST,2000,5,, +SST,2000,6,, +SST,2000,7,, +SST,2000,8,, +SST,2000,9,, +SST,2000,10,, +SST,2000,11,, +SST,2000,12,, +SST,2000,13,, +SST,2000,14,, +SST,2000,15,, +SST,2000,16,, +SST,2000,17,, +SST,2000,18,, +SST,2001,0,, +SST,2001,1,, +SST,2001,2,, +SST,2001,3,, +SST,2001,4,, +SST,2001,5,, +SST,2001,6,, +SST,2001,7,, +SST,2001,8,, +SST,2001,9,, +SST,2001,10,, +SST,2001,11,, +SST,2001,12,, +SST,2001,13,, +SST,2001,14,, +SST,2001,15,, +SST,2001,16,, +SST,2001,17,, +SST,2001,18,, +SST,2002,0,, +SST,2002,1,, +SST,2002,2,, +SST,2002,3,, +SST,2002,4,, +SST,2002,5,, +SST,2002,6,, +SST,2002,7,, +SST,2002,8,, +SST,2002,9,, +SST,2002,10,, +SST,2002,11,, +SST,2002,12,, +SST,2002,13,, +SST,2002,14,, +SST,2002,15,, +SST,2002,16,, +SST,2002,17,, +SST,2002,18,, +SST,2003,0,, +SST,2003,1,, +SST,2003,2,, +SST,2003,3,, +SST,2003,4,, +SST,2003,5,, +SST,2003,6,, +SST,2003,7,, +SST,2003,8,, +SST,2003,9,, +SST,2003,10,, +SST,2003,11,, +SST,2003,12,, +SST,2003,13,, +SST,2003,14,, +SST,2003,15,, +SST,2003,16,, +SST,2003,17,, +SST,2003,18,, +SST,2004,0,, +SST,2004,1,, +SST,2004,2,, +SST,2004,3,, +SST,2004,4,, +SST,2004,5,, +SST,2004,6,, +SST,2004,7,, +SST,2004,8,, +SST,2004,9,, +SST,2004,10,, +SST,2004,11,, +SST,2004,12,, +SST,2004,13,, +SST,2004,14,, +SST,2004,15,, +SST,2004,16,, +SST,2004,17,, +SST,2004,18,, +SST,2005,0,, +SST,2005,1,, +SST,2005,2,, +SST,2005,3,, +SST,2005,4,, +SST,2005,5,, +SST,2005,6,, +SST,2005,7,, +SST,2005,8,, +SST,2005,9,, +SST,2005,10,, +SST,2005,11,, +SST,2005,12,, +SST,2005,13,, +SST,2005,14,, +SST,2005,15,, +SST,2005,16,, +SST,2005,17,, +SST,2005,18,, +SST,2006,0,, +SST,2006,1,, +SST,2006,2,, +SST,2006,3,, +SST,2006,4,, +SST,2006,5,, +SST,2006,6,, +SST,2006,7,, +SST,2006,8,, +SST,2006,9,, +SST,2006,10,, +SST,2006,11,, +SST,2006,12,, +SST,2006,13,, +SST,2006,14,, +SST,2006,15,, +SST,2006,16,, +SST,2006,17,, +SST,2006,18,, +SST,2007,0,, +SST,2007,1,, +SST,2007,2,, +SST,2007,3,, +SST,2007,4,, +SST,2007,5,, +SST,2007,6,, +SST,2007,7,, +SST,2007,8,, +SST,2007,9,, +SST,2007,10,, +SST,2007,11,, +SST,2007,12,, +SST,2007,13,, +SST,2007,14,, +SST,2007,15,, +SST,2007,16,, +SST,2007,17,, +SST,2007,18,, +SST,2008,0,, +SST,2008,1,, +SST,2008,2,, +SST,2008,3,, +SST,2008,4,, +SST,2008,5,, +SST,2008,6,, +SST,2008,7,, +SST,2008,8,, +SST,2008,9,, +SST,2008,10,, +SST,2008,11,, +SST,2008,12,, +SST,2008,13,, +SST,2008,14,, +SST,2008,15,, +SST,2008,16,, +SST,2008,17,, +SST,2008,18,, +SST,2009,0,, +SST,2009,1,, +SST,2009,2,, +SST,2009,3,, +SST,2009,4,, +SST,2009,5,, +SST,2009,6,, +SST,2009,7,, +SST,2009,8,, +SST,2009,9,, +SST,2009,10,, +SST,2009,11,, +SST,2009,12,, +SST,2009,13,, +SST,2009,14,, +SST,2009,15,, +SST,2009,16,, +SST,2009,17,, +SST,2009,18,, +SST,2010,0,, +SST,2010,1,, +SST,2010,2,, +SST,2010,3,, +SST,2010,4,, +SST,2010,5,, +SST,2010,6,, +SST,2010,7,, +SST,2010,8,, +SST,2010,9,, +SST,2010,10,, +SST,2010,11,, +SST,2010,12,, +SST,2010,13,, +SST,2010,14,, +SST,2010,15,, +SST,2010,16,, +SST,2010,17,, +SST,2010,18,, +SST,2011,0,, +SST,2011,1,, +SST,2011,2,, +SST,2011,3,, +SST,2011,4,, +SST,2011,5,, +SST,2011,6,, +SST,2011,7,, +SST,2011,8,, +SST,2011,9,, +SST,2011,10,, +SST,2011,11,, +SST,2011,12,, +SST,2011,13,, +SST,2011,14,, +SST,2011,15,, +SST,2011,16,, +SST,2011,17,, +SST,2011,18,, +SST,2012,0,, +SST,2012,1,, +SST,2012,2,, +SST,2012,3,, +SST,2012,4,, +SST,2012,5,, +SST,2012,6,, +SST,2012,7,, +SST,2012,8,, +SST,2012,9,, +SST,2012,10,, +SST,2012,11,, +SST,2012,12,, +SST,2012,13,, +SST,2012,14,, +SST,2012,15,, +SST,2012,16,, +SST,2012,17,, +SST,2012,18,, +SST,2013,0,, +SST,2013,1,, +SST,2013,2,, +SST,2013,3,, +SST,2013,4,, +SST,2013,5,, +SST,2013,6,, +SST,2013,7,, +SST,2013,8,, +SST,2013,9,, +SST,2013,10,, +SST,2013,11,, +SST,2013,12,, +SST,2013,13,, +SST,2013,14,, +SST,2013,15,, +SST,2013,16,, +SST,2013,17,, +SST,2013,18,, +SST,2014,0,, +SST,2014,1,, +SST,2014,2,, +SST,2014,3,, +SST,2014,4,, +SST,2014,5,, +SST,2014,6,, +SST,2014,7,, +SST,2014,8,, +SST,2014,9,, +SST,2014,10,, +SST,2014,11,, +SST,2014,12,, +SST,2014,13,, +SST,2014,14,, +SST,2014,15,, +SST,2014,16,, +SST,2014,17,, +SST,2014,18,, +SST,2015,0,, +SST,2015,1,, +SST,2015,2,, +SST,2015,3,, +SST,2015,4,, +SST,2015,5,, +SST,2015,6,, +SST,2015,7,, +SST,2015,8,, +SST,2015,9,, +SST,2015,10,, +SST,2015,11,, +SST,2015,12,, +SST,2015,13,, +SST,2015,14,, +SST,2015,15,, +SST,2015,16,, +SST,2015,17,, +SST,2015,18,, +SST,2016,0,, +SST,2016,1,, +SST,2016,2,, +SST,2016,3,, +SST,2016,4,, +SST,2016,5,, +SST,2016,6,, +SST,2016,7,, +SST,2016,8,, +SST,2016,9,, +SST,2016,10,, +SST,2016,11,, +SST,2016,12,, +SST,2016,13,, +SST,2016,14,, +SST,2016,15,, +SST,2016,16,, +SST,2016,17,, +SST,2016,18,, +SST,2017,0,, +SST,2017,1,, +SST,2017,2,, +SST,2017,3,, +SST,2017,4,, +SST,2017,5,, +SST,2017,6,, +SST,2017,7,, +SST,2017,8,, +SST,2017,9,, +SST,2017,10,, +SST,2017,11,, +SST,2017,12,, +SST,2017,13,, +SST,2017,14,, +SST,2017,15,, +SST,2017,16,, +SST,2017,17,, +SST,2017,18,, +SST,2018,0,, +SST,2018,1,, +SST,2018,2,, +SST,2018,3,, +SST,2018,4,, +SST,2018,5,, +SST,2018,6,, +SST,2018,7,, +SST,2018,8,, +SST,2018,9,, +SST,2018,10,, +SST,2018,11,, +SST,2018,12,, +SST,2018,13,, +SST,2018,14,, +SST,2018,15,, +SST,2018,16,, +SST,2018,17,, +SST,2018,18,, +SST,2019,0,, +SST,2019,1,, +SST,2019,2,, +SST,2019,3,, +SST,2019,4,, +SST,2019,5,, +SST,2019,6,, +SST,2019,7,, +SST,2019,8,, +SST,2019,9,, +SST,2019,10,, +SST,2019,11,, +SST,2019,12,, +SST,2019,13,, +SST,2019,14,, +SST,2019,15,, +SST,2019,16,, +SST,2019,17,, +SST,2019,18,, +SST,2020,0,, +SST,2020,1,, +SST,2020,2,, +SST,2020,3,, +SST,2020,4,, +SST,2020,5,, +SST,2020,6,, +SST,2020,7,, +SST,2020,8,, +SST,2020,9,, +SST,2020,10,, +SST,2020,11,, +SST,2020,12,, +SST,2020,13,, +SST,2020,14,, +SST,2020,15,, +SST,2020,16,, +SST,2020,17,, +SST,2020,18,, +SST,2021,0,, +SST,2021,1,, +SST,2021,2,, +SST,2021,3,, +SST,2021,4,, +SST,2021,5,, +SST,2021,6,, +SST,2021,7,, +SST,2021,8,, +SST,2021,9,, +SST,2021,10,, +SST,2021,11,, +SST,2021,12,, +SST,2021,13,, +SST,2021,14,, +SST,2021,15,, +SST,2021,16,, +SST,2021,17,, +SST,2021,18,, +SST,2022,0,, +SST,2022,1,, +SST,2022,2,, +SST,2022,3,, +SST,2022,4,, +SST,2022,5,, +SST,2022,6,, +SST,2022,7,, +SST,2022,8,, +SST,2022,9,, +SST,2022,10,, +SST,2022,11,, +SST,2022,12,, +SST,2022,13,, +SST,2022,14,, +SST,2022,15,, +SST,2022,16,, +SST,2022,17,, +SST,2022,18,, +SST,2023,0,, +SST,2023,1,, +SST,2023,2,, +SST,2023,3,, +SST,2023,4,, +SST,2023,5,, +SST,2023,6,, +SST,2023,7,, +SST,2023,8,, +SST,2023,9,, +SST,2023,10,, +SST,2023,11,, +SST,2023,12,, +SST,2023,13,, +SST,2023,14,, +SST,2023,15,, +SST,2023,16,, +SST,2023,17,, +SST,2023,18,, +SST,2024,0,, +SST,2024,1,, +SST,2024,2,, +SST,2024,3,, +SST,2024,4,, +SST,2024,5,, +SST,2024,6,, +SST,2024,7,, +SST,2024,8,, +SST,2024,9,, +SST,2024,10,, +SST,2024,11,, +SST,2024,12,, +SST,2024,13,, +SST,2024,14,, +SST,2024,15,, +SST,2024,16,, +SST,2024,17,, +SST,2024,18,, +SST,2025,0,, +SST,2025,1,, +SST,2025,2,, +SST,2025,3,, +SST,2025,4,, +SST,2025,5,, +SST,2025,6,, +SST,2025,7,, +SST,2025,8,, +SST,2025,9,, +SST,2025,10,, +SST,2025,11,, +SST,2025,12,, +SST,2025,13,, +SST,2025,14,, +SST,2025,15,, +SST,2025,16,, +SST,2025,17,, +SST,2025,18,, +SST,2026,0,, +SST,2026,1,, +SST,2026,2,, +SST,2026,3,, +SST,2026,4,, +SST,2026,5,, +SST,2026,6,, +SST,2026,7,, +SST,2026,8,, +SST,2026,9,, +SST,2026,10,, +SST,2026,11,, +SST,2026,12,, +SST,2026,13,, +SST,2026,14,, +SST,2026,15,, +SST,2026,16,, +SST,2026,17,, +SST,2026,18,, +SST,2027,0,, +SST,2027,1,, +SST,2027,2,, +SST,2027,3,, +SST,2027,4,, +SST,2027,5,, +SST,2027,6,, +SST,2027,7,, +SST,2027,8,, +SST,2027,9,, +SST,2027,10,, +SST,2027,11,, +SST,2027,12,, +SST,2027,13,, +SST,2027,14,, +SST,2027,15,, +SST,2027,16,, +SST,2027,17,, +SST,2027,18,, +SST,2028,0,, +SST,2028,1,, +SST,2028,2,, +SST,2028,3,, +SST,2028,4,, +SST,2028,5,, +SST,2028,6,, +SST,2028,7,, +SST,2028,8,, +SST,2028,9,, +SST,2028,10,, +SST,2028,11,, +SST,2028,12,, +SST,2028,13,, +SST,2028,14,, +SST,2028,15,, +SST,2028,16,, +SST,2028,17,, +SST,2028,18,, +SST,2029,0,, +SST,2029,1,, +SST,2029,2,, +SST,2029,3,, +SST,2029,4,, +SST,2029,5,, +SST,2029,6,, +SST,2029,7,, +SST,2029,8,, +SST,2029,9,, +SST,2029,10,, +SST,2029,11,, +SST,2029,12,, +SST,2029,13,, +SST,2029,14,, +SST,2029,15,, +SST,2029,16,, +SST,2029,17,, +SST,2029,18,, +SST,2030,0,, +SST,2030,1,, +SST,2030,2,, +SST,2030,3,, +SST,2030,4,, +SST,2030,5,, +SST,2030,6,, +SST,2030,7,, +SST,2030,8,, +SST,2030,9,, +SST,2030,10,, +SST,2030,11,, +SST,2030,12,, +SST,2030,13,, +SST,2030,14,, +SST,2030,15,, +SST,2030,16,, +SST,2030,17,, +SST,2030,18,, +SST,2031,0,, +SST,2031,1,, +SST,2031,2,, +SST,2031,3,, +SST,2031,4,, +SST,2031,5,, +SST,2031,6,, +SST,2031,7,, +SST,2031,8,, +SST,2031,9,, +SST,2031,10,, +SST,2031,11,, +SST,2031,12,, +SST,2031,13,, +SST,2031,14,, +SST,2031,15,, +SST,2031,16,, +SST,2031,17,, +SST,2031,18,, +SST,2032,0,, +SST,2032,1,, +SST,2032,2,, +SST,2032,3,, +SST,2032,4,, +SST,2032,5,, +SST,2032,6,, +SST,2032,7,, +SST,2032,8,, +SST,2032,9,, +SST,2032,10,, +SST,2032,11,, +SST,2032,12,, +SST,2032,13,, +SST,2032,14,, +SST,2032,15,, +SST,2032,16,, +SST,2032,17,, +SST,2032,18,, +SST,2033,0,, +SST,2033,1,, +SST,2033,2,, +SST,2033,3,, +SST,2033,4,, +SST,2033,5,, +SST,2033,6,, +SST,2033,7,, +SST,2033,8,, +SST,2033,9,, +SST,2033,10,, +SST,2033,11,, +SST,2033,12,, +SST,2033,13,, +SST,2033,14,, +SST,2033,15,, +SST,2033,16,, +SST,2033,17,, +SST,2033,18,, +SST,2034,0,, +SST,2034,1,, +SST,2034,2,, +SST,2034,3,, +SST,2034,4,, +SST,2034,5,, +SST,2034,6,, +SST,2034,7,, +SST,2034,8,, +SST,2034,9,, +SST,2034,10,, +SST,2034,11,, +SST,2034,12,, +SST,2034,13,, +SST,2034,14,, +SST,2034,15,, +SST,2034,16,, +SST,2034,17,, +SST,2034,18,, +SST,2035,0,, +SST,2035,1,, +SST,2035,2,, +SST,2035,3,, +SST,2035,4,, +SST,2035,5,, +SST,2035,6,, +SST,2035,7,, +SST,2035,8,, +SST,2035,9,, +SST,2035,10,, +SST,2035,11,, +SST,2035,12,, +SST,2035,13,, +SST,2035,14,, +SST,2035,15,, +SST,2035,16,, +SST,2035,17,, +SST,2035,18,, +SST,2036,0,, +SST,2036,1,, +SST,2036,2,, +SST,2036,3,, +SST,2036,4,, +SST,2036,5,, +SST,2036,6,, +SST,2036,7,, +SST,2036,8,, +SST,2036,9,, +SST,2036,10,, +SST,2036,11,, +SST,2036,12,, +SST,2036,13,, +SST,2036,14,, +SST,2036,15,, +SST,2036,16,, +SST,2036,17,, +SST,2036,18,, +SST,2037,0,, +SST,2037,1,, +SST,2037,2,, +SST,2037,3,, +SST,2037,4,, +SST,2037,5,, +SST,2037,6,, +SST,2037,7,, +SST,2037,8,, +SST,2037,9,, +SST,2037,10,, +SST,2037,11,, +SST,2037,12,, +SST,2037,13,, +SST,2037,14,, +SST,2037,15,, +SST,2037,16,, +SST,2037,17,, +SST,2037,18,, +SST,2038,0,, +SST,2038,1,, +SST,2038,2,, +SST,2038,3,, +SST,2038,4,, +SST,2038,5,, +SST,2038,6,, +SST,2038,7,, +SST,2038,8,, +SST,2038,9,, +SST,2038,10,, +SST,2038,11,, +SST,2038,12,, +SST,2038,13,, +SST,2038,14,, +SST,2038,15,, +SST,2038,16,, +SST,2038,17,, +SST,2038,18,, +SST,2039,0,, +SST,2039,1,, +SST,2039,2,, +SST,2039,3,, +SST,2039,4,, +SST,2039,5,, +SST,2039,6,, +SST,2039,7,, +SST,2039,8,, +SST,2039,9,, +SST,2039,10,, +SST,2039,11,, +SST,2039,12,, +SST,2039,13,, +SST,2039,14,, +SST,2039,15,, +SST,2039,16,, +SST,2039,17,, +SST,2039,18,, +SST,2040,0,, +SST,2040,1,, +SST,2040,2,, +SST,2040,3,, +SST,2040,4,, +SST,2040,5,, +SST,2040,6,, +SST,2040,7,, +SST,2040,8,, +SST,2040,9,, +SST,2040,10,, +SST,2040,11,, +SST,2040,12,, +SST,2040,13,, +SST,2040,14,, +SST,2040,15,, +SST,2040,16,, +SST,2040,17,, +SST,2040,18,, +SST,2041,0,, +SST,2041,1,, +SST,2041,2,, +SST,2041,3,, +SST,2041,4,, +SST,2041,5,, +SST,2041,6,, +SST,2041,7,, +SST,2041,8,, +SST,2041,9,, +SST,2041,10,, +SST,2041,11,, +SST,2041,12,, +SST,2041,13,, +SST,2041,14,, +SST,2041,15,, +SST,2041,16,, +SST,2041,17,, +SST,2041,18,, +SST,2042,0,, +SST,2042,1,, +SST,2042,2,, +SST,2042,3,, +SST,2042,4,, +SST,2042,5,, +SST,2042,6,, +SST,2042,7,, +SST,2042,8,, +SST,2042,9,, +SST,2042,10,, +SST,2042,11,, +SST,2042,12,, +SST,2042,13,, +SST,2042,14,, +SST,2042,15,, +SST,2042,16,, +SST,2042,17,, +SST,2042,18,, +SST,2043,0,, +SST,2043,1,, +SST,2043,2,, +SST,2043,3,, +SST,2043,4,, +SST,2043,5,, +SST,2043,6,, +SST,2043,7,, +SST,2043,8,, +SST,2043,9,, +SST,2043,10,, +SST,2043,11,, +SST,2043,12,, +SST,2043,13,, +SST,2043,14,, +SST,2043,15,, +SST,2043,16,, +SST,2043,17,, +SST,2043,18,, +SST,2044,0,, +SST,2044,1,, +SST,2044,2,, +SST,2044,3,, +SST,2044,4,, +SST,2044,5,, +SST,2044,6,, +SST,2044,7,, +SST,2044,8,, +SST,2044,9,, +SST,2044,10,, +SST,2044,11,, +SST,2044,12,, +SST,2044,13,, +SST,2044,14,, +SST,2044,15,, +SST,2044,16,, +SST,2044,17,, +SST,2044,18,, +SST,2045,0,, +SST,2045,1,, +SST,2045,2,, +SST,2045,3,, +SST,2045,4,, +SST,2045,5,, +SST,2045,6,, +SST,2045,7,, +SST,2045,8,, +SST,2045,9,, +SST,2045,10,, +SST,2045,11,, +SST,2045,12,, +SST,2045,13,, +SST,2045,14,, +SST,2045,15,, +SST,2045,16,, +SST,2045,17,, +SST,2045,18,, +SST,2046,0,, +SST,2046,1,, +SST,2046,2,, +SST,2046,3,, +SST,2046,4,, +SST,2046,5,, +SST,2046,6,, +SST,2046,7,, +SST,2046,8,, +SST,2046,9,, +SST,2046,10,, +SST,2046,11,, +SST,2046,12,, +SST,2046,13,, +SST,2046,14,, +SST,2046,15,, +SST,2046,16,, +SST,2046,17,, +SST,2046,18,, +SST,2047,0,, +SST,2047,1,, +SST,2047,2,, +SST,2047,3,, +SST,2047,4,, +SST,2047,5,, +SST,2047,6,, +SST,2047,7,, +SST,2047,8,, +SST,2047,9,, +SST,2047,10,, +SST,2047,11,, +SST,2047,12,, +SST,2047,13,, +SST,2047,14,, +SST,2047,15,, +SST,2047,16,, +SST,2047,17,, +SST,2047,18,, +SST,2048,0,, +SST,2048,1,, +SST,2048,2,, +SST,2048,3,, +SST,2048,4,, +SST,2048,5,, +SST,2048,6,, +SST,2048,7,, +SST,2048,8,, +SST,2048,9,, +SST,2048,10,, +SST,2048,11,, +SST,2048,12,, +SST,2048,13,, +SST,2048,14,, +SST,2048,15,, +SST,2048,16,, +SST,2048,17,, +SST,2048,18,, +SST,2049,0,, +SST,2049,1,, +SST,2049,2,, +SST,2049,3,, +SST,2049,4,, +SST,2049,5,, +SST,2049,6,, +SST,2049,7,, +SST,2049,8,, +SST,2049,9,, +SST,2049,10,, +SST,2049,11,, +SST,2049,12,, +SST,2049,13,, +SST,2049,14,, +SST,2049,15,, +SST,2049,16,, +SST,2049,17,, +SST,2049,18,, +SST,2050,0,, +SST,2050,1,, +SST,2050,2,, +SST,2050,3,, +SST,2050,4,, +SST,2050,5,, +SST,2050,6,, +SST,2050,7,, +SST,2050,8,, +SST,2050,9,, +SST,2050,10,, +SST,2050,11,, +SST,2050,12,, +SST,2050,13,, +SST,2050,14,, +SST,2050,15,, +SST,2050,16,, +SST,2050,17,, +SST,2050,18,, +STP,1990,0,1999,2007 +STP,1990,1,2015,2042 +STP,1990,2,2027,2066 +STP,1990,3,2033,2081 +STP,1990,4,2033,2085 +STP,1990,5,2027,2079 +STP,1990,6,2013,2063 +STP,1990,7,1992,2038 +STP,1990,8,1962,2002 +STP,1990,9,1923,1957 +STP,1990,10,1881,1906 +STP,1990,11,1839,1854 +STP,1990,12,1770,1780 +STP,1990,13,1661,1677 +STP,1990,14,1529,1558 +STP,1990,15,1400,1439 +STP,1990,16,1265,1314 +STP,1990,17,1161,1214 +STP,1990,18,1109,1157 +STP,1991,0,2114,2129 +STP,1991,1,2006,2018 +STP,1991,2,2013,2040 +STP,1991,3,2019,2057 +STP,1991,4,2022,2068 +STP,1991,5,2022,2071 +STP,1991,6,2017,2068 +STP,1991,7,2007,2057 +STP,1991,8,1988,2035 +STP,1991,9,1957,1999 +STP,1991,10,1916,1950 +STP,1991,11,1871,1897 +STP,1991,12,1828,1844 +STP,1991,13,1758,1769 +STP,1991,14,1648,1665 +STP,1991,15,1514,1543 +STP,1991,16,1383,1423 +STP,1991,17,1246,1296 +STP,1991,18,1141,1196 +STP,1992,0,2220,2246 +STP,1992,1,2157,2190 +STP,1992,2,2006,2021 +STP,1992,3,2004,2031 +STP,1992,4,2004,2040 +STP,1992,5,2004,2047 +STP,1992,6,2003,2049 +STP,1992,7,2000,2048 +STP,1992,8,1994,2043 +STP,1992,9,1977,2025 +STP,1992,10,1945,1988 +STP,1992,11,1901,1936 +STP,1992,12,1855,1881 +STP,1992,13,1811,1827 +STP,1992,14,1739,1751 +STP,1992,15,1628,1646 +STP,1992,16,1493,1523 +STP,1992,17,1361,1401 +STP,1992,18,1223,1274 +STP,1993,0,2313,2351 +STP,1993,1,2217,2254 +STP,1993,2,2142,2178 +STP,1993,3,2002,2021 +STP,1993,4,1991,2018 +STP,1993,5,1985,2019 +STP,1993,6,1983,2022 +STP,1993,7,1981,2024 +STP,1993,8,1979,2025 +STP,1993,9,1977,2026 +STP,1993,10,1962,2011 +STP,1993,11,1930,1973 +STP,1993,12,1883,1918 +STP,1993,13,1835,1862 +STP,1993,14,1790,1807 +STP,1993,15,1717,1730 +STP,1993,16,1605,1624 +STP,1993,17,1470,1500 +STP,1993,18,1337,1377 +STP,1994,0,2388,2437 +STP,1994,1,2266,2306 +STP,1994,2,2169,2204 +STP,1994,3,2094,2126 +STP,1994,4,1997,2020 +STP,1994,5,1978,2005 +STP,1994,6,1966,1998 +STP,1994,7,1961,1997 +STP,1994,8,1958,1998 +STP,1994,9,1958,2001 +STP,1994,10,1959,2007 +STP,1994,11,1948,1996 +STP,1994,12,1914,1958 +STP,1994,13,1864,1900 +STP,1994,14,1815,1842 +STP,1994,15,1769,1786 +STP,1994,16,1696,1708 +STP,1994,17,1582,1601 +STP,1994,18,1446,1477 +STP,1995,0,2443,2498 +STP,1995,1,2301,2344 +STP,1995,2,2189,2223 +STP,1995,3,2103,2132 +STP,1995,4,2039,2065 +STP,1995,5,1995,2020 +STP,1995,6,1966,1992 +STP,1995,7,1949,1978 +STP,1995,8,1941,1973 +STP,1995,9,1937,1973 +STP,1995,10,1938,1979 +STP,1995,11,1944,1990 +STP,1995,12,1934,1983 +STP,1995,13,1900,1944 +STP,1995,14,1847,1882 +STP,1995,15,1797,1823 +STP,1995,16,1750,1766 +STP,1995,17,1675,1688 +STP,1995,18,1561,1580 +STP,1996,0,2465,2522 +STP,1996,1,2360,2411 +STP,1996,2,2240,2281 +STP,1996,3,2146,2180 +STP,1996,4,2075,2104 +STP,1996,5,2023,2049 +STP,1996,6,1987,2013 +STP,1996,7,1965,1991 +STP,1996,8,1950,1978 +STP,1996,9,1937,1968 +STP,1996,10,1924,1960 +STP,1996,11,1915,1956 +STP,1996,12,1908,1955 +STP,1996,13,1891,1940 +STP,1996,14,1858,1902 +STP,1996,15,1810,1846 +STP,1996,16,1764,1792 +STP,1996,17,1721,1740 +STP,1996,18,1649,1664 +STP,1997,0,2465,2521 +STP,1997,1,2313,2358 +STP,1997,2,2282,2329 +STP,1997,3,2183,2223 +STP,1997,4,2107,2141 +STP,1997,5,2051,2080 +STP,1997,6,2009,2036 +STP,1997,7,1982,2008 +STP,1997,8,1967,1993 +STP,1997,9,1954,1981 +STP,1997,10,1936,1967 +STP,1997,11,1914,1950 +STP,1997,12,1895,1936 +STP,1997,13,1876,1923 +STP,1997,14,1852,1900 +STP,1997,15,1818,1863 +STP,1997,16,1776,1813 +STP,1997,17,1734,1763 +STP,1997,18,1696,1716 +STP,1998,0,2459,2512 +STP,1998,1,2313,2358 +STP,1998,2,2198,2237 +STP,1998,3,2207,2251 +STP,1998,4,2131,2168 +STP,1998,5,2073,2105 +STP,1998,6,2030,2060 +STP,1998,7,2000,2027 +STP,1998,8,1982,2008 +STP,1998,9,1974,1999 +STP,1998,10,1962,1988 +STP,1998,11,1939,1969 +STP,1998,12,1908,1943 +STP,1998,13,1879,1919 +STP,1998,14,1848,1894 +STP,1998,15,1816,1864 +STP,1998,16,1783,1827 +STP,1998,17,1746,1783 +STP,1998,18,1707,1738 +STP,1999,0,2468,2517 +STP,1999,1,2329,2374 +STP,1999,2,2218,2260 +STP,1999,3,2133,2172 +STP,1999,4,2135,2175 +STP,1999,5,2080,2116 +STP,1999,6,2040,2072 +STP,1999,7,2012,2041 +STP,1999,8,1993,2020 +STP,1999,9,1983,2009 +STP,1999,10,1982,2006 +STP,1999,11,1972,1997 +STP,1999,12,1944,1973 +STP,1999,13,1904,1938 +STP,1999,14,1865,1905 +STP,1999,15,1821,1867 +STP,1999,16,1781,1830 +STP,1999,17,1748,1794 +STP,1999,18,1717,1755 +STP,2000,0,2505,2553 +STP,2000,1,2370,2416 +STP,2000,2,2261,2306 +STP,2000,3,2176,2218 +STP,2000,4,2110,2150 +STP,2000,5,2062,2099 +STP,2000,6,2029,2063 +STP,2000,7,2007,2039 +STP,2000,8,1993,2023 +STP,2000,9,1985,2013 +STP,2000,10,1984,2010 +STP,2000,11,1990,2014 +STP,2000,12,1982,2006 +STP,2000,13,1949,1977 +STP,2000,14,1899,1934 +STP,2000,15,1850,1890 +STP,2000,16,1794,1840 +STP,2000,17,1747,1795 +STP,2000,18,1714,1760 +STP,2001,0,2568,2615 +STP,2001,1,2480,2525 +STP,2001,2,2354,2397 +STP,2001,3,2251,2292 +STP,2001,4,2167,2206 +STP,2001,5,2101,2138 +STP,2001,6,2050,2084 +STP,2001,7,2011,2042 +STP,2001,8,1984,2013 +STP,2001,9,1969,1996 +STP,2001,10,1961,1987 +STP,2001,11,1959,1984 +STP,2001,12,1963,1986 +STP,2001,13,1954,1977 +STP,2001,14,1919,1946 +STP,2001,15,1867,1901 +STP,2001,16,1816,1855 +STP,2001,17,1759,1804 +STP,2001,18,1710,1757 +STP,2002,0,2661,2707 +STP,2002,1,2525,2571 +STP,2002,2,2456,2498 +STP,2002,3,2340,2380 +STP,2002,4,2242,2280 +STP,2002,5,2160,2196 +STP,2002,6,2094,2127 +STP,2002,7,2039,2070 +STP,2002,8,1993,2023 +STP,2002,9,1962,1990 +STP,2002,10,1945,1971 +STP,2002,11,1938,1963 +STP,2002,12,1935,1958 +STP,2002,13,1938,1960 +STP,2002,14,1926,1949 +STP,2002,15,1890,1916 +STP,2002,16,1836,1869 +STP,2002,17,1783,1821 +STP,2002,18,1725,1768 +STP,2003,0,2766,2814 +STP,2003,1,2629,2676 +STP,2003,2,2508,2553 +STP,2003,3,2434,2474 +STP,2003,4,2326,2364 +STP,2003,5,2233,2269 +STP,2003,6,2154,2187 +STP,2003,7,2086,2118 +STP,2003,8,2028,2058 +STP,2003,9,1977,2005 +STP,2003,10,1941,1967 +STP,2003,11,1922,1948 +STP,2003,12,1915,1940 +STP,2003,13,1911,1935 +STP,2003,14,1913,1935 +STP,2003,15,1900,1922 +STP,2003,16,1861,1888 +STP,2003,17,1806,1838 +STP,2003,18,1751,1789 +STP,2004,0,2861,2915 +STP,2004,1,2729,2780 +STP,2004,2,2608,2656 +STP,2004,3,2498,2543 +STP,2004,4,2414,2454 +STP,2004,5,2315,2354 +STP,2004,6,2227,2263 +STP,2004,7,2149,2183 +STP,2004,8,2081,2113 +STP,2004,9,2020,2050 +STP,2004,10,1962,1991 +STP,2004,11,1921,1949 +STP,2004,12,1901,1928 +STP,2004,13,1895,1920 +STP,2004,14,1889,1915 +STP,2004,15,1890,1914 +STP,2004,16,1875,1900 +STP,2004,17,1834,1863 +STP,2004,18,1777,1812 +STP,2005,0,2932,2994 +STP,2005,1,2815,2872 +STP,2005,2,2702,2756 +STP,2005,3,2595,2646 +STP,2005,4,2493,2541 +STP,2005,5,2398,2442 +STP,2005,6,2308,2350 +STP,2005,7,2225,2264 +STP,2005,8,2149,2185 +STP,2005,9,2080,2114 +STP,2005,10,2015,2048 +STP,2005,11,1951,1983 +STP,2005,12,1906,1936 +STP,2005,13,1884,1914 +STP,2005,14,1877,1907 +STP,2005,15,1871,1900 +STP,2005,16,1870,1898 +STP,2005,17,1853,1883 +STP,2005,18,1811,1844 +STP,2006,0,2955,3016 +STP,2006,1,2908,2966 +STP,2006,2,2798,2853 +STP,2006,3,2690,2741 +STP,2006,4,2585,2632 +STP,2006,5,2482,2527 +STP,2006,6,2383,2425 +STP,2006,7,2288,2327 +STP,2006,8,2201,2238 +STP,2006,9,2123,2158 +STP,2006,10,2054,2087 +STP,2006,11,1989,2021 +STP,2006,12,1924,1955 +STP,2006,13,1877,1907 +STP,2006,14,1853,1883 +STP,2006,15,1845,1873 +STP,2006,16,1837,1865 +STP,2006,17,1834,1861 +STP,2006,18,1816,1844 +STP,2007,0,2957,3021 +STP,2007,1,2901,2962 +STP,2007,2,2892,2949 +STP,2007,3,2790,2844 +STP,2007,4,2686,2737 +STP,2007,5,2582,2629 +STP,2007,6,2478,2523 +STP,2007,7,2376,2418 +STP,2007,8,2275,2314 +STP,2007,9,2183,2220 +STP,2007,10,2103,2139 +STP,2007,11,2035,2069 +STP,2007,12,1968,2001 +STP,2007,13,1902,1934 +STP,2007,14,1853,1885 +STP,2007,15,1828,1859 +STP,2007,16,1817,1847 +STP,2007,17,1807,1837 +STP,2007,18,1803,1831 +STP,2008,0,2946,3014 +STP,2008,1,2928,2993 +STP,2008,2,2890,2951 +STP,2008,3,2879,2937 +STP,2008,4,2784,2840 +STP,2008,5,2684,2737 +STP,2008,6,2581,2630 +STP,2008,7,2476,2523 +STP,2008,8,2370,2414 +STP,2008,9,2264,2304 +STP,2008,10,2167,2205 +STP,2008,11,2086,2123 +STP,2008,12,2017,2053 +STP,2008,13,1949,1984 +STP,2008,14,1882,1917 +STP,2008,15,1831,1865 +STP,2008,16,1804,1837 +STP,2008,17,1791,1824 +STP,2008,18,1780,1812 +STP,2009,0,2935,3005 +STP,2009,1,2948,3016 +STP,2009,2,2936,3000 +STP,2009,3,2900,2961 +STP,2009,4,2863,2922 +STP,2009,5,2776,2832 +STP,2009,6,2681,2733 +STP,2009,7,2579,2628 +STP,2009,8,2473,2519 +STP,2009,9,2363,2407 +STP,2009,10,2251,2292 +STP,2009,11,2149,2188 +STP,2009,12,2066,2104 +STP,2009,13,1998,2035 +STP,2009,14,1929,1965 +STP,2009,15,1860,1896 +STP,2009,16,1808,1844 +STP,2009,17,1779,1814 +STP,2009,18,1764,1798 +STP,2010,0,2933,3002 +STP,2010,1,2966,3033 +STP,2010,2,2970,3034 +STP,2010,3,2949,3010 +STP,2010,4,2905,2963 +STP,2010,5,2842,2897 +STP,2010,6,2764,2816 +STP,2010,7,2672,2721 +STP,2010,8,2571,2618 +STP,2010,9,2464,2508 +STP,2010,10,2352,2393 +STP,2010,11,2234,2272 +STP,2010,12,2128,2165 +STP,2010,13,2043,2079 +STP,2010,14,1975,2010 +STP,2010,15,1905,1941 +STP,2010,16,1835,1871 +STP,2010,17,1781,1817 +STP,2010,18,1750,1785 +STP,2011,0,2960,3034 +STP,2011,1,2953,3024 +STP,2011,2,2972,3041 +STP,2011,3,2966,3033 +STP,2011,4,2939,3003 +STP,2011,5,2893,2954 +STP,2011,6,2830,2888 +STP,2011,7,2755,2810 +STP,2011,8,2665,2717 +STP,2011,9,2562,2612 +STP,2011,10,2451,2498 +STP,2011,11,2336,2381 +STP,2011,12,2216,2258 +STP,2011,13,2108,2149 +STP,2011,14,2022,2062 +STP,2011,15,1951,1990 +STP,2011,16,1880,1919 +STP,2011,17,1808,1847 +STP,2011,18,1753,1791 +STP,2012,0,2996,3072 +STP,2012,1,3027,3101 +STP,2012,2,2966,3037 +STP,2012,3,2971,3040 +STP,2012,4,2956,3023 +STP,2012,5,2923,2987 +STP,2012,6,2874,2935 +STP,2012,7,2812,2870 +STP,2012,8,2740,2795 +STP,2012,9,2652,2705 +STP,2012,10,2547,2598 +STP,2012,11,2432,2480 +STP,2012,12,2315,2361 +STP,2012,13,2194,2237 +STP,2012,14,2084,2126 +STP,2012,15,1996,2037 +STP,2012,16,1924,1964 +STP,2012,17,1850,1890 +STP,2012,18,1777,1817 +STP,2013,0,3036,3111 +STP,2013,1,3052,3125 +STP,2013,2,3051,3123 +STP,2013,3,2975,3044 +STP,2013,4,2966,3033 +STP,2013,5,2942,3006 +STP,2013,6,2903,2965 +STP,2013,7,2851,2910 +STP,2013,8,2789,2846 +STP,2013,9,2721,2774 +STP,2013,10,2635,2686 +STP,2013,11,2529,2578 +STP,2013,12,2411,2457 +STP,2013,13,2291,2336 +STP,2013,14,2168,2212 +STP,2013,15,2058,2100 +STP,2013,16,1968,2009 +STP,2013,17,1893,1934 +STP,2013,18,1818,1858 +STP,2014,0,3074,3148 +STP,2014,1,3073,3146 +STP,2014,2,3063,3134 +STP,2014,3,3044,3112 +STP,2014,4,2984,3050 +STP,2014,5,2960,3024 +STP,2014,6,2927,2988 +STP,2014,7,2882,2941 +STP,2014,8,2828,2884 +STP,2014,9,2767,2821 +STP,2014,10,2702,2753 +STP,2014,11,2618,2667 +STP,2014,12,2511,2558 +STP,2014,13,2388,2434 +STP,2014,14,2266,2310 +STP,2014,15,2143,2185 +STP,2014,16,2031,2072 +STP,2014,17,1939,1979 +STP,2014,18,1863,1903 +STP,2015,0,3105,3179 +STP,2015,1,3091,3163 +STP,2015,2,3074,3144 +STP,2015,3,3052,3120 +STP,2015,4,3025,3092 +STP,2015,5,2994,3058 +STP,2015,6,2957,3018 +STP,2015,7,2913,2973 +STP,2015,8,2864,2920 +STP,2015,9,2807,2861 +STP,2015,10,2746,2798 +STP,2015,11,2684,2733 +STP,2015,12,2603,2650 +STP,2015,13,2493,2539 +STP,2015,14,2367,2412 +STP,2015,15,2243,2287 +STP,2015,16,2118,2160 +STP,2015,17,2005,2046 +STP,2015,18,1911,1952 +STP,2016,0,3127,3201 +STP,2016,1,3096,3168 +STP,2016,2,3081,3152 +STP,2016,3,3064,3133 +STP,2016,4,3043,3110 +STP,2016,5,3017,3083 +STP,2016,6,2987,3050 +STP,2016,7,2952,3013 +STP,2016,8,2909,2968 +STP,2016,9,2857,2913 +STP,2016,10,2795,2850 +STP,2016,11,2731,2783 +STP,2016,12,2665,2715 +STP,2016,13,2580,2628 +STP,2016,14,2467,2514 +STP,2016,15,2338,2383 +STP,2016,16,2211,2254 +STP,2016,17,2082,2125 +STP,2016,18,1967,2008 +STP,2017,0,3142,3218 +STP,2017,1,3115,3188 +STP,2017,2,3087,3159 +STP,2017,3,3072,3142 +STP,2017,4,3055,3123 +STP,2017,5,3035,3101 +STP,2017,6,3010,3075 +STP,2017,7,2982,3044 +STP,2017,8,2948,3008 +STP,2017,9,2905,2963 +STP,2017,10,2850,2907 +STP,2017,11,2785,2839 +STP,2017,12,2716,2769 +STP,2017,13,2647,2698 +STP,2017,14,2558,2607 +STP,2017,15,2442,2489 +STP,2017,16,2309,2355 +STP,2017,17,2178,2223 +STP,2017,18,2047,2090 +STP,2018,0,3157,3233 +STP,2018,1,3126,3201 +STP,2018,2,3100,3173 +STP,2018,3,3080,3151 +STP,2018,4,3064,3134 +STP,2018,5,3047,3115 +STP,2018,6,3028,3094 +STP,2018,7,3004,3068 +STP,2018,8,2977,3039 +STP,2018,9,2945,3005 +STP,2018,10,2903,2961 +STP,2018,11,2845,2902 +STP,2018,12,2776,2830 +STP,2018,13,2703,2756 +STP,2018,14,2630,2682 +STP,2018,15,2538,2587 +STP,2018,16,2418,2466 +STP,2018,17,2281,2328 +STP,2018,18,2147,2193 +STP,2019,0,3200,3300 +STP,2019,1,3100,3200 +STP,2019,2,3100,3200 +STP,2019,3,3100,3200 +STP,2019,4,3100,3100 +STP,2019,5,3100,3100 +STP,2019,6,3000,3100 +STP,2019,7,3000,3100 +STP,2019,8,3000,3100 +STP,2019,9,3000,3000 +STP,2019,10,2900,3000 +STP,2019,11,2900,3000 +STP,2019,12,2800,2900 +STP,2019,13,2800,2800 +STP,2019,14,2700,2700 +STP,2019,15,2600,2700 +STP,2019,16,2500,2600 +STP,2019,17,2400,2400 +STP,2019,18,2300,2300 +STP,2020,0,3200,3300 +STP,2020,1,3200,3200 +STP,2020,2,3100,3200 +STP,2020,3,3100,3200 +STP,2020,4,3100,3200 +STP,2020,5,3100,3100 +STP,2020,6,3100,3100 +STP,2020,7,3000,3100 +STP,2020,8,3000,3100 +STP,2020,9,3000,3100 +STP,2020,10,3000,3000 +STP,2020,11,2900,3000 +STP,2020,12,2900,3000 +STP,2020,13,2800,2900 +STP,2020,14,2800,2800 +STP,2020,15,2700,2700 +STP,2020,16,2600,2700 +STP,2020,17,2500,2600 +STP,2020,18,2400,2400 +STP,2021,0,3200,3300 +STP,2021,1,3200,3300 +STP,2021,2,3200,3200 +STP,2021,3,3100,3200 +STP,2021,4,3100,3200 +STP,2021,5,3100,3200 +STP,2021,6,3100,3100 +STP,2021,7,3000,3100 +STP,2021,8,3000,3100 +STP,2021,9,3000,3100 +STP,2021,10,3000,3000 +STP,2021,11,3000,3000 +STP,2021,12,2900,3000 +STP,2021,13,2900,2900 +STP,2021,14,2800,2900 +STP,2021,15,2700,2800 +STP,2021,16,2700,2700 +STP,2021,17,2600,2600 +STP,2021,18,2500,2500 +STP,2022,0,3300,3400 +STP,2022,1,3200,3300 +STP,2022,2,3200,3300 +STP,2022,3,3100,3200 +STP,2022,4,3100,3200 +STP,2022,5,3100,3200 +STP,2022,6,3100,3100 +STP,2022,7,3100,3100 +STP,2022,8,3000,3100 +STP,2022,9,3000,3100 +STP,2022,10,3000,3100 +STP,2022,11,3000,3000 +STP,2022,12,2900,3000 +STP,2022,13,2900,3000 +STP,2022,14,2900,2900 +STP,2022,15,2800,2900 +STP,2022,16,2700,2800 +STP,2022,17,2600,2700 +STP,2022,18,2500,2600 +STP,2023,0,3300,3400 +STP,2023,1,3300,3300 +STP,2023,2,3200,3300 +STP,2023,3,3200,3200 +STP,2023,4,3100,3200 +STP,2023,5,3100,3200 +STP,2023,6,3100,3200 +STP,2023,7,3100,3100 +STP,2023,8,3100,3100 +STP,2023,9,3000,3100 +STP,2023,10,3000,3100 +STP,2023,11,3000,3100 +STP,2023,12,3000,3000 +STP,2023,13,2900,3000 +STP,2023,14,2900,3000 +STP,2023,15,2800,2900 +STP,2023,16,2800,2800 +STP,2023,17,2700,2700 +STP,2023,18,2600,2700 +STP,2024,0,3400,3500 +STP,2024,1,3300,3400 +STP,2024,2,3200,3300 +STP,2024,3,3200,3300 +STP,2024,4,3200,3200 +STP,2024,5,3100,3200 +STP,2024,6,3100,3200 +STP,2024,7,3100,3200 +STP,2024,8,3100,3100 +STP,2024,9,3100,3100 +STP,2024,10,3000,3100 +STP,2024,11,3000,3100 +STP,2024,12,3000,3100 +STP,2024,13,3000,3000 +STP,2024,14,2900,3000 +STP,2024,15,2900,2900 +STP,2024,16,2800,2900 +STP,2024,17,2800,2800 +STP,2024,18,2700,2700 +STP,2025,0,3400,3500 +STP,2025,1,3400,3400 +STP,2025,2,3300,3400 +STP,2025,3,3200,3300 +STP,2025,4,3200,3300 +STP,2025,5,3200,3200 +STP,2025,6,3100,3200 +STP,2025,7,3100,3200 +STP,2025,8,3100,3200 +STP,2025,9,3100,3100 +STP,2025,10,3100,3100 +STP,2025,11,3000,3100 +STP,2025,12,3000,3100 +STP,2025,13,3000,3100 +STP,2025,14,3000,3000 +STP,2025,15,2900,3000 +STP,2025,16,2900,2900 +STP,2025,17,2800,2900 +STP,2025,18,2700,2800 +STP,2026,0,3500,3600 +STP,2026,1,3400,3500 +STP,2026,2,3400,3400 +STP,2026,3,3300,3400 +STP,2026,4,3200,3300 +STP,2026,5,3200,3300 +STP,2026,6,3200,3200 +STP,2026,7,3100,3200 +STP,2026,8,3100,3200 +STP,2026,9,3100,3100 +STP,2026,10,3100,3100 +STP,2026,11,3000,3100 +STP,2026,12,3000,3100 +STP,2026,13,3000,3100 +STP,2026,14,3000,3000 +STP,2026,15,2900,3000 +STP,2026,16,2900,3000 +STP,2026,17,2800,2900 +STP,2026,18,2800,2800 +STP,2027,0,3600,3700 +STP,2027,1,3500,3600 +STP,2027,2,3400,3500 +STP,2027,3,3300,3400 +STP,2027,4,3300,3400 +STP,2027,5,3200,3300 +STP,2027,6,3200,3300 +STP,2027,7,3200,3200 +STP,2027,8,3100,3200 +STP,2027,9,3100,3200 +STP,2027,10,3100,3100 +STP,2027,11,3100,3100 +STP,2027,12,3000,3100 +STP,2027,13,3000,3100 +STP,2027,14,3000,3100 +STP,2027,15,3000,3000 +STP,2027,16,2900,3000 +STP,2027,17,2900,2900 +STP,2027,18,2800,2900 +STP,2028,0,3600,3700 +STP,2028,1,3500,3600 +STP,2028,2,3500,3500 +STP,2028,3,3400,3500 +STP,2028,4,3300,3400 +STP,2028,5,3300,3400 +STP,2028,6,3200,3300 +STP,2028,7,3200,3300 +STP,2028,8,3200,3200 +STP,2028,9,3100,3200 +STP,2028,10,3100,3200 +STP,2028,11,3100,3100 +STP,2028,12,3000,3100 +STP,2028,13,3000,3100 +STP,2028,14,3000,3100 +STP,2028,15,3000,3000 +STP,2028,16,2900,3000 +STP,2028,17,2900,3000 +STP,2028,18,2900,2900 +STP,2029,0,3700,3800 +STP,2029,1,3600,3700 +STP,2029,2,3500,3600 +STP,2029,3,3400,3500 +STP,2029,4,3400,3500 +STP,2029,5,3300,3400 +STP,2029,6,3300,3400 +STP,2029,7,3200,3300 +STP,2029,8,3200,3300 +STP,2029,9,3200,3200 +STP,2029,10,3100,3200 +STP,2029,11,3100,3200 +STP,2029,12,3100,3100 +STP,2029,13,3000,3100 +STP,2029,14,3000,3100 +STP,2029,15,3000,3100 +STP,2029,16,3000,3000 +STP,2029,17,2900,3000 +STP,2029,18,2900,2900 +STP,2030,0,3800,3800 +STP,2030,1,3700,3700 +STP,2030,2,3600,3700 +STP,2030,3,3500,3600 +STP,2030,4,3400,3500 +STP,2030,5,3400,3500 +STP,2030,6,3300,3400 +STP,2030,7,3300,3400 +STP,2030,8,3200,3300 +STP,2030,9,3200,3300 +STP,2030,10,3200,3200 +STP,2030,11,3100,3200 +STP,2030,12,3100,3200 +STP,2030,13,3100,3100 +STP,2030,14,3000,3100 +STP,2030,15,3000,3100 +STP,2030,16,3000,3100 +STP,2030,17,3000,3000 +STP,2030,18,2900,3000 +STP,2031,0,3800,3900 +STP,2031,1,3700,3800 +STP,2031,2,3700,3700 +STP,2031,3,3600,3700 +STP,2031,4,3500,3600 +STP,2031,5,3400,3500 +STP,2031,6,3400,3500 +STP,2031,7,3300,3400 +STP,2031,8,3300,3300 +STP,2031,9,3200,3300 +STP,2031,10,3200,3300 +STP,2031,11,3100,3200 +STP,2031,12,3100,3200 +STP,2031,13,3100,3100 +STP,2031,14,3000,3100 +STP,2031,15,3000,3100 +STP,2031,16,3000,3100 +STP,2031,17,3000,3000 +STP,2031,18,2900,3000 +STP,2032,0,3800,3900 +STP,2032,1,3800,3900 +STP,2032,2,3700,3800 +STP,2032,3,3600,3700 +STP,2032,4,3600,3700 +STP,2032,5,3500,3600 +STP,2032,6,3400,3500 +STP,2032,7,3400,3500 +STP,2032,8,3300,3400 +STP,2032,9,3300,3300 +STP,2032,10,3200,3300 +STP,2032,11,3200,3300 +STP,2032,12,3100,3200 +STP,2032,13,3100,3200 +STP,2032,14,3100,3100 +STP,2032,15,3000,3100 +STP,2032,16,3000,3100 +STP,2032,17,3000,3000 +STP,2032,18,2900,3000 +STP,2033,0,3900,4000 +STP,2033,1,3800,3900 +STP,2033,2,3800,3800 +STP,2033,3,3700,3800 +STP,2033,4,3600,3700 +STP,2033,5,3600,3700 +STP,2033,6,3500,3600 +STP,2033,7,3400,3500 +STP,2033,8,3400,3500 +STP,2033,9,3300,3400 +STP,2033,10,3300,3300 +STP,2033,11,3200,3300 +STP,2033,12,3200,3200 +STP,2033,13,3100,3200 +STP,2033,14,3100,3200 +STP,2033,15,3100,3100 +STP,2033,16,3000,3100 +STP,2033,17,3000,3100 +STP,2033,18,3000,3000 +STP,2034,0,3900,4000 +STP,2034,1,3900,4000 +STP,2034,2,3800,3900 +STP,2034,3,3800,3800 +STP,2034,4,3700,3800 +STP,2034,5,3600,3700 +STP,2034,6,3600,3600 +STP,2034,7,3500,3600 +STP,2034,8,3400,3500 +STP,2034,9,3400,3500 +STP,2034,10,3300,3400 +STP,2034,11,3300,3300 +STP,2034,12,3200,3300 +STP,2034,13,3200,3200 +STP,2034,14,3100,3200 +STP,2034,15,3100,3100 +STP,2034,16,3000,3100 +STP,2034,17,3000,3100 +STP,2034,18,3000,3000 +STP,2035,0,4000,4000 +STP,2035,1,3900,4000 +STP,2035,2,3900,3900 +STP,2035,3,3800,3900 +STP,2035,4,3700,3800 +STP,2035,5,3700,3800 +STP,2035,6,3600,3700 +STP,2035,7,3600,3600 +STP,2035,8,3500,3600 +STP,2035,9,3400,3500 +STP,2035,10,3400,3500 +STP,2035,11,3300,3400 +STP,2035,12,3300,3300 +STP,2035,13,3200,3300 +STP,2035,14,3200,3200 +STP,2035,15,3100,3200 +STP,2035,16,3100,3100 +STP,2035,17,3000,3100 +STP,2035,18,3000,3100 +STP,2036,0,4000,4100 +STP,2036,1,4000,4000 +STP,2036,2,3900,4000 +STP,2036,3,3900,3900 +STP,2036,4,3800,3900 +STP,2036,5,3700,3800 +STP,2036,6,3700,3800 +STP,2036,7,3600,3700 +STP,2036,8,3600,3600 +STP,2036,9,3500,3600 +STP,2036,10,3400,3500 +STP,2036,11,3400,3400 +STP,2036,12,3300,3400 +STP,2036,13,3300,3300 +STP,2036,14,3200,3300 +STP,2036,15,3200,3200 +STP,2036,16,3100,3200 +STP,2036,17,3100,3100 +STP,2036,18,3000,3100 +STP,2037,0,4000,4100 +STP,2037,1,4000,4100 +STP,2037,2,3900,4000 +STP,2037,3,3900,4000 +STP,2037,4,3900,3900 +STP,2037,5,3800,3900 +STP,2037,6,3700,3800 +STP,2037,7,3700,3800 +STP,2037,8,3600,3700 +STP,2037,9,3600,3600 +STP,2037,10,3500,3600 +STP,2037,11,3400,3500 +STP,2037,12,3400,3400 +STP,2037,13,3300,3400 +STP,2037,14,3200,3300 +STP,2037,15,3200,3300 +STP,2037,16,3100,3200 +STP,2037,17,3100,3200 +STP,2037,18,3000,3100 +STP,2038,0,4100,4200 +STP,2038,1,4000,4100 +STP,2038,2,4000,4100 +STP,2038,3,3900,4000 +STP,2038,4,3900,4000 +STP,2038,5,3800,3900 +STP,2038,6,3800,3900 +STP,2038,7,3700,3800 +STP,2038,8,3700,3800 +STP,2038,9,3600,3700 +STP,2038,10,3600,3600 +STP,2038,11,3500,3600 +STP,2038,12,3400,3500 +STP,2038,13,3400,3400 +STP,2038,14,3300,3400 +STP,2038,15,3200,3300 +STP,2038,16,3200,3200 +STP,2038,17,3100,3200 +STP,2038,18,3100,3100 +STP,2039,0,4100,4200 +STP,2039,1,4100,4200 +STP,2039,2,4000,4100 +STP,2039,3,4000,4100 +STP,2039,4,3900,4000 +STP,2039,5,3900,4000 +STP,2039,6,3800,3900 +STP,2039,7,3800,3900 +STP,2039,8,3700,3800 +STP,2039,9,3700,3800 +STP,2039,10,3600,3700 +STP,2039,11,3600,3600 +STP,2039,12,3500,3600 +STP,2039,13,3400,3500 +STP,2039,14,3400,3400 +STP,2039,15,3300,3400 +STP,2039,16,3200,3300 +STP,2039,17,3200,3200 +STP,2039,18,3100,3200 +STP,2040,0,4100,4200 +STP,2040,1,4100,4200 +STP,2040,2,4100,4200 +STP,2040,3,4000,4100 +STP,2040,4,4000,4100 +STP,2040,5,3900,4000 +STP,2040,6,3900,4000 +STP,2040,7,3800,3900 +STP,2040,8,3800,3900 +STP,2040,9,3700,3800 +STP,2040,10,3700,3800 +STP,2040,11,3600,3700 +STP,2040,12,3600,3600 +STP,2040,13,3500,3600 +STP,2040,14,3400,3500 +STP,2040,15,3300,3400 +STP,2040,16,3300,3300 +STP,2040,17,3200,3300 +STP,2040,18,3200,3200 +STP,2041,0,4200,4300 +STP,2041,1,4100,4200 +STP,2041,2,4100,4200 +STP,2041,3,4100,4200 +STP,2041,4,4000,4100 +STP,2041,5,4000,4100 +STP,2041,6,3900,4000 +STP,2041,7,3900,4000 +STP,2041,8,3800,3900 +STP,2041,9,3800,3900 +STP,2041,10,3700,3800 +STP,2041,11,3700,3700 +STP,2041,12,3600,3700 +STP,2041,13,3600,3600 +STP,2041,14,3500,3600 +STP,2041,15,3400,3500 +STP,2041,16,3300,3400 +STP,2041,17,3300,3300 +STP,2041,18,3200,3300 +STP,2042,0,4200,4300 +STP,2042,1,4200,4300 +STP,2042,2,4100,4200 +STP,2042,3,4100,4200 +STP,2042,4,4100,4100 +STP,2042,5,4000,4100 +STP,2042,6,4000,4100 +STP,2042,7,3900,4000 +STP,2042,8,3900,4000 +STP,2042,9,3800,3900 +STP,2042,10,3800,3900 +STP,2042,11,3700,3800 +STP,2042,12,3700,3700 +STP,2042,13,3600,3700 +STP,2042,14,3500,3600 +STP,2042,15,3500,3500 +STP,2042,16,3400,3500 +STP,2042,17,3300,3400 +STP,2042,18,3200,3300 +STP,2043,0,4300,4400 +STP,2043,1,4200,4300 +STP,2043,2,4200,4300 +STP,2043,3,4100,4200 +STP,2043,4,4100,4200 +STP,2043,5,4100,4100 +STP,2043,6,4000,4100 +STP,2043,7,4000,4100 +STP,2043,8,3900,4000 +STP,2043,9,3900,4000 +STP,2043,10,3800,3900 +STP,2043,11,3800,3900 +STP,2043,12,3700,3800 +STP,2043,13,3700,3700 +STP,2043,14,3600,3700 +STP,2043,15,3500,3600 +STP,2043,16,3500,3500 +STP,2043,17,3400,3500 +STP,2043,18,3300,3400 +STP,2044,0,4300,4400 +STP,2044,1,4300,4400 +STP,2044,2,4200,4300 +STP,2044,3,4200,4300 +STP,2044,4,4100,4200 +STP,2044,5,4100,4200 +STP,2044,6,4000,4100 +STP,2044,7,4000,4100 +STP,2044,8,4000,4100 +STP,2044,9,3900,4000 +STP,2044,10,3900,4000 +STP,2044,11,3800,3900 +STP,2044,12,3800,3900 +STP,2044,13,3700,3800 +STP,2044,14,3700,3700 +STP,2044,15,3600,3700 +STP,2044,16,3500,3600 +STP,2044,17,3500,3500 +STP,2044,18,3400,3400 +STP,2045,0,4300,4400 +STP,2045,1,4300,4400 +STP,2045,2,4200,4300 +STP,2045,3,4200,4300 +STP,2045,4,4200,4300 +STP,2045,5,4100,4200 +STP,2045,6,4100,4200 +STP,2045,7,4000,4100 +STP,2045,8,4000,4100 +STP,2045,9,4000,4000 +STP,2045,10,3900,4000 +STP,2045,11,3900,4000 +STP,2045,12,3800,3900 +STP,2045,13,3800,3900 +STP,2045,14,3700,3800 +STP,2045,15,3600,3700 +STP,2045,16,3600,3700 +STP,2045,17,3500,3600 +STP,2045,18,3400,3500 +STP,2046,0,4400,4500 +STP,2046,1,4300,4400 +STP,2046,2,4300,4400 +STP,2046,3,4200,4300 +STP,2046,4,4200,4300 +STP,2046,5,4200,4300 +STP,2046,6,4100,4200 +STP,2046,7,4100,4200 +STP,2046,8,4000,4100 +STP,2046,9,4000,4100 +STP,2046,10,4000,4000 +STP,2046,11,3900,4000 +STP,2046,12,3900,4000 +STP,2046,13,3800,3900 +STP,2046,14,3800,3800 +STP,2046,15,3700,3800 +STP,2046,16,3600,3700 +STP,2046,17,3600,3600 +STP,2046,18,3500,3600 +STP,2047,0,4400,4500 +STP,2047,1,4400,4500 +STP,2047,2,4300,4400 +STP,2047,3,4300,4400 +STP,2047,4,4200,4300 +STP,2047,5,4200,4300 +STP,2047,6,4200,4300 +STP,2047,7,4100,4200 +STP,2047,8,4100,4200 +STP,2047,9,4000,4100 +STP,2047,10,4000,4100 +STP,2047,11,4000,4000 +STP,2047,12,3900,4000 +STP,2047,13,3900,3900 +STP,2047,14,3800,3900 +STP,2047,15,3800,3800 +STP,2047,16,3700,3800 +STP,2047,17,3600,3700 +STP,2047,18,3600,3600 +STP,2048,0,4400,4500 +STP,2048,1,4400,4500 +STP,2048,2,4300,4500 +STP,2048,3,4300,4400 +STP,2048,4,4300,4400 +STP,2048,5,4200,4300 +STP,2048,6,4200,4300 +STP,2048,7,4200,4300 +STP,2048,8,4100,4200 +STP,2048,9,4100,4200 +STP,2048,10,4000,4100 +STP,2048,11,4000,4100 +STP,2048,12,4000,4000 +STP,2048,13,3900,4000 +STP,2048,14,3900,3900 +STP,2048,15,3800,3900 +STP,2048,16,3700,3800 +STP,2048,17,3700,3800 +STP,2048,18,3600,3700 +STP,2049,0,4500,4600 +STP,2049,1,4400,4500 +STP,2049,2,4400,4500 +STP,2049,3,4300,4400 +STP,2049,4,4300,4400 +STP,2049,5,4300,4400 +STP,2049,6,4200,4300 +STP,2049,7,4200,4300 +STP,2049,8,4200,4200 +STP,2049,9,4100,4200 +STP,2049,10,4100,4200 +STP,2049,11,4000,4100 +STP,2049,12,4000,4100 +STP,2049,13,3900,4000 +STP,2049,14,3900,4000 +STP,2049,15,3900,3900 +STP,2049,16,3800,3900 +STP,2049,17,3700,3800 +STP,2049,18,3700,3700 +STP,2050,0,4500,4600 +STP,2050,1,4500,4600 +STP,2050,2,4400,4500 +STP,2050,3,4400,4500 +STP,2050,4,4300,4400 +STP,2050,5,4300,4400 +STP,2050,6,4300,4400 +STP,2050,7,4200,4300 +STP,2050,8,4200,4300 +STP,2050,9,4200,4200 +STP,2050,10,4100,4200 +STP,2050,11,4100,4200 +STP,2050,12,4000,4100 +STP,2050,13,4000,4100 +STP,2050,14,3900,4000 +STP,2050,15,3900,4000 +STP,2050,16,3800,3900 +STP,2050,17,3800,3900 +STP,2050,18,3700,3800 +SUR,1990,0,5022,5302 +SUR,1990,1,5116,5450 +SUR,1990,2,5140,5508 +SUR,1990,3,5105,5489 +SUR,1990,4,5020,5405 +SUR,1990,5,4897,5270 +SUR,1990,6,4744,5095 +SUR,1990,7,4572,4895 +SUR,1990,8,4391,4681 +SUR,1990,9,4211,4466 +SUR,1990,10,4020,4236 +SUR,1990,11,3804,3978 +SUR,1990,12,3688,3838 +SUR,1990,13,3726,3881 +SUR,1990,14,3860,4041 +SUR,1990,15,3983,4187 +SUR,1990,16,4124,4350 +SUR,1990,17,4202,4454 +SUR,1990,18,4171,4452 +SUR,1991,0,5027,5307 +SUR,1991,1,5063,5358 +SUR,1991,2,5125,5462 +SUR,1991,3,5128,5492 +SUR,1991,4,5082,5458 +SUR,1991,5,4994,5371 +SUR,1991,6,4875,5242 +SUR,1991,7,4733,5084 +SUR,1991,8,4570,4896 +SUR,1991,9,4390,4683 +SUR,1991,10,4206,4462 +SUR,1991,11,4014,4232 +SUR,1991,12,3800,3975 +SUR,1991,13,3684,3836 +SUR,1991,14,3722,3879 +SUR,1991,15,3855,4038 +SUR,1991,16,3978,4184 +SUR,1991,17,4118,4346 +SUR,1991,18,4195,4449 +SUR,1992,0,5086,5388 +SUR,1992,1,5212,5562 +SUR,1992,2,5094,5403 +SUR,1992,3,5124,5464 +SUR,1992,4,5107,5466 +SUR,1992,5,5050,5417 +SUR,1992,6,4959,5326 +SUR,1992,7,4844,5203 +SUR,1992,8,4714,5063 +SUR,1992,9,4560,4888 +SUR,1992,10,4381,4676 +SUR,1992,11,4193,4450 +SUR,1992,12,4000,4219 +SUR,1992,13,3788,3965 +SUR,1992,14,3674,3827 +SUR,1992,15,3711,3870 +SUR,1992,16,3843,4028 +SUR,1992,17,3965,4172 +SUR,1992,18,4104,4333 +SUR,1993,0,5173,5512 +SUR,1993,1,5255,5621 +SUR,1993,2,5287,5670 +SUR,1993,3,5119,5439 +SUR,1993,4,5116,5456 +SUR,1993,5,5079,5430 +SUR,1993,6,5011,5367 +SUR,1993,7,4916,5271 +SUR,1993,8,4806,5156 +SUR,1993,9,4689,5033 +SUR,1993,10,4544,4871 +SUR,1993,11,4366,4661 +SUR,1993,12,4174,4429 +SUR,1993,13,3981,4198 +SUR,1993,14,3771,3947 +SUR,1993,15,3658,3811 +SUR,1993,16,3695,3854 +SUR,1993,17,3826,4010 +SUR,1993,18,3947,4153 +SUR,1994,0,5251,5632 +SUR,1994,1,5285,5666 +SUR,1994,2,5290,5669 +SUR,1994,3,5268,5644 +SUR,1994,4,5142,5471 +SUR,1994,5,5107,5443 +SUR,1994,6,5049,5390 +SUR,1994,7,4970,5312 +SUR,1994,8,4873,5213 +SUR,1994,9,4767,5105 +SUR,1994,10,4662,4999 +SUR,1994,11,4526,4850 +SUR,1994,12,4349,4642 +SUR,1994,13,4154,4406 +SUR,1994,14,3961,4175 +SUR,1994,15,3753,3926 +SUR,1994,16,3641,3792 +SUR,1994,17,3678,3835 +SUR,1994,18,3807,3989 +SUR,1995,0,5291,5711 +SUR,1995,1,5296,5688 +SUR,1995,2,5285,5656 +SUR,1995,3,5259,5614 +SUR,1995,4,5219,5563 +SUR,1995,5,5165,5501 +SUR,1995,6,5098,5430 +SUR,1995,7,5020,5348 +SUR,1995,8,4930,5256 +SUR,1995,9,4830,5153 +SUR,1995,10,4728,5052 +SUR,1995,11,4635,4964 +SUR,1995,12,4509,4828 +SUR,1995,13,4333,4622 +SUR,1995,14,4134,4381 +SUR,1995,15,3942,4150 +SUR,1995,16,3736,3905 +SUR,1995,17,3625,3772 +SUR,1995,18,3661,3814 +SUR,1996,0,5291,5758 +SUR,1996,1,5269,5647 +SUR,1996,2,5265,5620 +SUR,1996,3,5246,5586 +SUR,1996,4,5213,5544 +SUR,1996,5,5166,5493 +SUR,1996,6,5107,5435 +SUR,1996,7,5036,5369 +SUR,1996,8,4957,5291 +SUR,1996,9,4872,5196 +SUR,1996,10,4781,5088 +SUR,1996,11,4690,4983 +SUR,1996,12,4607,4889 +SUR,1996,13,4490,4757 +SUR,1996,14,4323,4566 +SUR,1996,15,4131,4347 +SUR,1996,16,3946,4136 +SUR,1996,17,3747,3912 +SUR,1996,18,3641,3793 +SUR,1997,0,5256,5766 +SUR,1997,1,5268,5687 +SUR,1997,2,5245,5578 +SUR,1997,3,5232,5547 +SUR,1997,4,5205,5510 +SUR,1997,5,5164,5468 +SUR,1997,6,5112,5419 +SUR,1997,7,5048,5364 +SUR,1997,8,4972,5304 +SUR,1997,9,4892,5228 +SUR,1997,10,4813,5131 +SUR,1997,11,4732,5018 +SUR,1997,12,4649,4909 +SUR,1997,13,4576,4810 +SUR,1997,14,4470,4681 +SUR,1997,15,4310,4505 +SUR,1997,16,4126,4308 +SUR,1997,17,3949,4119 +SUR,1997,18,3757,3917 +SUR,1998,0,5202,5749 +SUR,1998,1,5233,5661 +SUR,1998,2,5247,5586 +SUR,1998,3,5221,5508 +SUR,1998,4,5198,5472 +SUR,1998,5,5163,5434 +SUR,1998,6,5115,5392 +SUR,1998,7,5057,5344 +SUR,1998,8,4988,5292 +SUR,1998,9,4907,5238 +SUR,1998,10,4827,5165 +SUR,1998,11,4753,5066 +SUR,1998,12,4681,4948 +SUR,1998,13,4608,4835 +SUR,1998,14,4545,4731 +SUR,1998,15,4448,4604 +SUR,1998,16,4298,4444 +SUR,1998,17,4120,4269 +SUR,1998,18,3950,4101 +SUR,1999,0,5153,5722 +SUR,1999,1,5199,5633 +SUR,1999,2,5223,5558 +SUR,1999,3,5227,5493 +SUR,1999,4,5195,5440 +SUR,1999,5,5163,5400 +SUR,1999,6,5119,5360 +SUR,1999,7,5065,5318 +SUR,1999,8,5001,5271 +SUR,1999,9,4927,5222 +SUR,1999,10,4841,5174 +SUR,1999,11,4761,5104 +SUR,1999,12,4692,5002 +SUR,1999,13,4629,4879 +SUR,1999,14,4566,4762 +SUR,1999,15,4513,4653 +SUR,1999,16,4426,4530 +SUR,1999,17,4284,4384 +SUR,1999,18,4114,4232 +SUR,2000,0,5126,5697 +SUR,2000,1,5174,5612 +SUR,2000,2,5200,5539 +SUR,2000,3,5207,5477 +SUR,2000,4,5195,5423 +SUR,2000,5,5168,5376 +SUR,2000,6,5128,5332 +SUR,2000,7,5076,5290 +SUR,2000,8,5013,5247 +SUR,2000,9,4944,5201 +SUR,2000,10,4865,5156 +SUR,2000,11,4775,5113 +SUR,2000,12,4694,5046 +SUR,2000,13,4631,4942 +SUR,2000,14,4577,4814 +SUR,2000,15,4523,4693 +SUR,2000,16,4481,4579 +SUR,2000,17,4403,4458 +SUR,2000,18,4269,4327 +SUR,2001,0,5132,5662 +SUR,2001,1,5117,5647 +SUR,2001,2,5154,5574 +SUR,2001,3,5174,5510 +SUR,2001,4,5178,5454 +SUR,2001,5,5167,5402 +SUR,2001,6,5145,5355 +SUR,2001,7,5112,5310 +SUR,2001,8,5063,5265 +SUR,2001,9,4996,5217 +SUR,2001,10,4916,5166 +SUR,2001,11,4829,5115 +SUR,2001,12,4731,5065 +SUR,2001,13,4647,4994 +SUR,2001,14,4587,4892 +SUR,2001,15,4541,4771 +SUR,2001,16,4494,4655 +SUR,2001,17,4459,4547 +SUR,2001,18,4387,4430 +SUR,2002,0,5158,5628 +SUR,2002,1,5166,5570 +SUR,2002,2,5104,5602 +SUR,2002,3,5131,5541 +SUR,2002,4,5145,5486 +SUR,2002,5,5147,5435 +SUR,2002,6,5137,5386 +SUR,2002,7,5118,5339 +SUR,2002,8,5093,5292 +SUR,2002,9,5048,5244 +SUR,2002,10,4976,5192 +SUR,2002,11,4886,5136 +SUR,2002,12,4791,5078 +SUR,2002,13,4686,5021 +SUR,2002,14,4598,4946 +SUR,2002,15,4541,4847 +SUR,2002,16,4503,4731 +SUR,2002,17,4463,4621 +SUR,2002,18,4435,4519 +SUR,2003,0,5192,5594 +SUR,2003,1,5171,5557 +SUR,2003,2,5153,5523 +SUR,2003,3,5092,5560 +SUR,2003,4,5107,5511 +SUR,2003,5,5116,5464 +SUR,2003,6,5116,5418 +SUR,2003,7,5106,5372 +SUR,2003,8,5092,5326 +SUR,2003,9,5075,5278 +SUR,2003,10,5032,5226 +SUR,2003,11,4955,5170 +SUR,2003,12,4856,5108 +SUR,2003,13,4753,5044 +SUR,2003,14,4640,4979 +SUR,2003,15,4548,4901 +SUR,2003,16,4495,4804 +SUR,2003,17,4465,4695 +SUR,2003,18,4432,4590 +SUR,2004,0,5218,5560 +SUR,2004,1,5173,5544 +SUR,2004,2,5139,5526 +SUR,2004,3,5115,5506 +SUR,2004,4,5080,5519 +SUR,2004,5,5086,5482 +SUR,2004,6,5088,5444 +SUR,2004,7,5086,5403 +SUR,2004,8,5077,5360 +SUR,2004,9,5066,5313 +SUR,2004,10,5057,5264 +SUR,2004,11,5018,5209 +SUR,2004,12,4936,5148 +SUR,2004,13,4827,5081 +SUR,2004,14,4716,5011 +SUR,2004,15,4595,4939 +SUR,2004,16,4500,4857 +SUR,2004,17,4451,4762 +SUR,2004,18,4428,4659 +SUR,2005,0,5222,5526 +SUR,2005,1,5167,5527 +SUR,2005,2,5126,5522 +SUR,2005,3,5099,5512 +SUR,2005,4,5082,5498 +SUR,2005,5,5072,5478 +SUR,2005,6,5066,5454 +SUR,2005,7,5063,5424 +SUR,2005,8,5059,5388 +SUR,2005,9,5050,5347 +SUR,2005,10,5044,5301 +SUR,2005,11,5042,5251 +SUR,2005,12,5007,5193 +SUR,2005,13,4920,5127 +SUR,2005,14,4800,5055 +SUR,2005,15,4682,4978 +SUR,2005,16,4553,4898 +SUR,2005,17,4454,4813 +SUR,2005,18,4408,4720 +SUR,2006,0,5191,5486 +SUR,2006,1,5184,5505 +SUR,2006,2,5138,5504 +SUR,2006,3,5103,5497 +SUR,2006,4,5077,5486 +SUR,2006,5,5060,5471 +SUR,2006,6,5047,5450 +SUR,2006,7,5036,5424 +SUR,2006,8,5029,5394 +SUR,2006,9,5025,5359 +SUR,2006,10,5020,5319 +SUR,2006,11,5015,5275 +SUR,2006,12,5016,5225 +SUR,2006,13,4981,5168 +SUR,2006,14,4894,5102 +SUR,2006,15,4774,5028 +SUR,2006,16,4655,4950 +SUR,2006,17,4525,4870 +SUR,2006,18,4426,4783 +SUR,2007,0,5140,5448 +SUR,2007,1,5108,5469 +SUR,2007,2,5150,5486 +SUR,2007,3,5112,5482 +SUR,2007,4,5082,5475 +SUR,2007,5,5059,5462 +SUR,2007,6,5041,5445 +SUR,2007,7,5025,5423 +SUR,2007,8,5009,5396 +SUR,2007,9,4998,5365 +SUR,2007,10,4995,5331 +SUR,2007,11,4994,5293 +SUR,2007,12,4991,5249 +SUR,2007,13,4993,5201 +SUR,2007,14,4959,5145 +SUR,2007,15,4872,5078 +SUR,2007,16,4750,5003 +SUR,2007,17,4630,4924 +SUR,2007,18,4500,4842 +SUR,2008,0,5084,5418 +SUR,2008,1,5075,5441 +SUR,2008,2,5069,5457 +SUR,2008,3,5117,5467 +SUR,2008,4,5089,5462 +SUR,2008,5,5064,5453 +SUR,2008,6,5043,5439 +SUR,2008,7,5025,5421 +SUR,2008,8,5006,5398 +SUR,2008,9,4984,5369 +SUR,2008,10,4969,5338 +SUR,2008,11,4967,5304 +SUR,2008,12,4969,5267 +SUR,2008,13,4968,5225 +SUR,2008,14,4972,5179 +SUR,2008,15,4939,5123 +SUR,2008,16,4851,5055 +SUR,2008,17,4729,4979 +SUR,2008,18,4608,4899 +SUR,2009,0,5039,5402 +SUR,2009,1,5051,5424 +SUR,2009,2,5058,5439 +SUR,2009,3,5060,5447 +SUR,2009,4,5085,5449 +SUR,2009,5,5066,5443 +SUR,2009,6,5047,5432 +SUR,2009,7,5028,5417 +SUR,2009,8,5009,5397 +SUR,2009,9,4987,5373 +SUR,2009,10,4959,5343 +SUR,2009,11,4941,5311 +SUR,2009,12,4940,5278 +SUR,2009,13,4945,5242 +SUR,2009,14,4946,5201 +SUR,2009,15,4952,5156 +SUR,2009,16,4920,5101 +SUR,2009,17,4832,5033 +SUR,2009,18,4708,4955 +SUR,2010,0,5021,5406 +SUR,2010,1,5041,5420 +SUR,2010,2,5053,5430 +SUR,2010,3,5059,5435 +SUR,2010,4,5058,5435 +SUR,2010,5,5052,5431 +SUR,2010,6,5042,5423 +SUR,2010,7,5028,5411 +SUR,2010,8,5011,5394 +SUR,2010,9,4992,5373 +SUR,2010,10,4968,5348 +SUR,2010,11,4934,5317 +SUR,2010,12,4912,5284 +SUR,2010,13,4912,5252 +SUR,2010,14,4920,5217 +SUR,2010,15,4924,5177 +SUR,2010,16,4930,5134 +SUR,2010,17,4900,5080 +SUR,2010,18,4811,5011 +SUR,2011,0,5037,5433 +SUR,2011,1,5023,5405 +SUR,2011,2,5035,5413 +SUR,2011,3,5043,5418 +SUR,2011,4,5045,5421 +SUR,2011,5,5043,5420 +SUR,2011,6,5037,5415 +SUR,2011,7,5028,5408 +SUR,2011,8,5015,5395 +SUR,2011,9,4997,5378 +SUR,2011,10,4975,5355 +SUR,2011,11,4949,5328 +SUR,2011,12,4914,5296 +SUR,2011,13,4892,5262 +SUR,2011,14,4890,5229 +SUR,2011,15,4899,5193 +SUR,2011,16,4901,5153 +SUR,2011,17,4908,5109 +SUR,2011,18,4877,5054 +SUR,2012,0,5079,5477 +SUR,2012,1,5075,5458 +SUR,2012,2,5023,5402 +SUR,2012,3,5028,5405 +SUR,2012,4,5031,5406 +SUR,2012,5,5030,5406 +SUR,2012,6,5026,5403 +SUR,2012,7,5020,5398 +SUR,2012,8,5013,5391 +SUR,2012,9,5000,5379 +SUR,2012,10,4980,5360 +SUR,2012,11,4956,5335 +SUR,2012,12,4929,5307 +SUR,2012,13,4893,5274 +SUR,2012,14,4870,5239 +SUR,2012,15,4868,5205 +SUR,2012,16,4875,5169 +SUR,2012,17,4878,5127 +SUR,2012,18,4884,5083 +SUR,2013,0,5130,5526 +SUR,2013,1,5103,5487 +SUR,2013,2,5080,5456 +SUR,2013,3,5021,5399 +SUR,2013,4,5020,5396 +SUR,2013,5,5018,5393 +SUR,2013,6,5014,5390 +SUR,2013,7,5008,5385 +SUR,2013,8,5002,5380 +SUR,2013,9,4996,5374 +SUR,2013,10,4984,5362 +SUR,2013,11,4963,5342 +SUR,2013,12,4937,5315 +SUR,2013,13,4908,5285 +SUR,2013,14,4871,5251 +SUR,2013,15,4847,5215 +SUR,2013,16,4844,5180 +SUR,2013,17,4851,5143 +SUR,2013,18,4853,5101 +SUR,2014,0,5168,5563 +SUR,2014,1,5126,5510 +SUR,2014,2,5090,5468 +SUR,2014,3,5061,5435 +SUR,2014,4,5020,5396 +SUR,2014,5,5012,5387 +SUR,2014,6,5004,5379 +SUR,2014,7,4998,5373 +SUR,2014,8,4991,5367 +SUR,2014,9,4984,5362 +SUR,2014,10,4979,5356 +SUR,2014,11,4967,5345 +SUR,2014,12,4945,5323 +SUR,2014,13,4917,5294 +SUR,2014,14,4886,5263 +SUR,2014,15,4848,5228 +SUR,2014,16,4823,5191 +SUR,2014,17,4820,5155 +SUR,2014,18,4826,5117 +SUR,2015,0,5179,5573 +SUR,2015,1,5132,5519 +SUR,2015,2,5094,5475 +SUR,2015,3,5063,5440 +SUR,2015,4,5038,5413 +SUR,2015,5,5019,5393 +SUR,2015,6,5004,5378 +SUR,2015,7,4991,5366 +SUR,2015,8,4981,5357 +SUR,2015,9,4973,5350 +SUR,2015,10,4966,5344 +SUR,2015,11,4962,5339 +SUR,2015,12,4951,5327 +SUR,2015,13,4928,5304 +SUR,2015,14,4897,5273 +SUR,2015,15,4865,5241 +SUR,2015,16,4826,5205 +SUR,2015,17,4800,5167 +SUR,2015,18,4796,5130 +SUR,2016,0,5155,5552 +SUR,2016,1,5161,5553 +SUR,2016,2,5124,5509 +SUR,2016,3,5091,5472 +SUR,2016,4,5064,5441 +SUR,2016,5,5040,5415 +SUR,2016,6,5020,5393 +SUR,2016,7,5001,5374 +SUR,2016,8,4986,5360 +SUR,2016,9,4975,5350 +SUR,2016,10,4965,5342 +SUR,2016,11,4957,5335 +SUR,2016,12,4951,5328 +SUR,2016,13,4938,5314 +SUR,2016,14,4912,5289 +SUR,2016,15,4879,5255 +SUR,2016,16,4845,5220 +SUR,2016,17,4804,5181 +SUR,2016,18,4776,5142 +SUR,2017,0,5104,5506 +SUR,2017,1,5094,5488 +SUR,2017,2,5144,5533 +SUR,2017,3,5116,5500 +SUR,2017,4,5090,5469 +SUR,2017,5,5065,5442 +SUR,2017,6,5043,5418 +SUR,2017,7,5021,5395 +SUR,2017,8,5000,5372 +SUR,2017,9,4982,5354 +SUR,2017,10,4969,5343 +SUR,2017,11,4959,5335 +SUR,2017,12,4949,5327 +SUR,2017,13,4941,5318 +SUR,2017,14,4925,5302 +SUR,2017,15,4898,5274 +SUR,2017,16,4862,5238 +SUR,2017,17,4825,5200 +SUR,2017,18,4782,5159 +SUR,2018,0,5040,5444 +SUR,2018,1,5059,5455 +SUR,2018,2,5071,5462 +SUR,2018,3,5128,5514 +SUR,2018,4,5108,5491 +SUR,2018,5,5088,5467 +SUR,2018,6,5067,5444 +SUR,2018,7,5045,5420 +SUR,2018,8,5023,5396 +SUR,2018,9,4998,5370 +SUR,2018,10,4977,5349 +SUR,2018,11,4963,5337 +SUR,2018,12,4953,5329 +SUR,2018,13,4941,5319 +SUR,2018,14,4931,5308 +SUR,2018,15,4913,5290 +SUR,2018,16,4883,5260 +SUR,2018,17,4845,5221 +SUR,2018,18,4806,5181 +SUR,2019,0,5000,5400 +SUR,2019,1,5000,5400 +SUR,2019,2,5100,5400 +SUR,2019,3,5100,5500 +SUR,2019,4,5100,5500 +SUR,2019,5,5100,5500 +SUR,2019,6,5100,5500 +SUR,2019,7,5100,5400 +SUR,2019,8,5000,5400 +SUR,2019,9,5000,5400 +SUR,2019,10,5000,5400 +SUR,2019,11,5000,5300 +SUR,2019,12,5000,5300 +SUR,2019,13,4900,5300 +SUR,2019,14,4900,5300 +SUR,2019,15,4900,5300 +SUR,2019,16,4900,5300 +SUR,2019,17,4900,5200 +SUR,2019,18,4800,5200 +SUR,2020,0,4900,5300 +SUR,2020,1,5000,5400 +SUR,2020,2,5000,5400 +SUR,2020,3,5100,5500 +SUR,2020,4,5100,5500 +SUR,2020,5,5100,5500 +SUR,2020,6,5100,5500 +SUR,2020,7,5100,5500 +SUR,2020,8,5100,5400 +SUR,2020,9,5000,5400 +SUR,2020,10,5000,5400 +SUR,2020,11,5000,5400 +SUR,2020,12,5000,5300 +SUR,2020,13,4900,5300 +SUR,2020,14,4900,5300 +SUR,2020,15,4900,5300 +SUR,2020,16,4900,5300 +SUR,2020,17,4900,5300 +SUR,2020,18,4900,5200 +SUR,2021,0,4900,5300 +SUR,2021,1,5000,5300 +SUR,2021,2,5000,5400 +SUR,2021,3,5000,5400 +SUR,2021,4,5100,5400 +SUR,2021,5,5100,5500 +SUR,2021,6,5100,5500 +SUR,2021,7,5100,5500 +SUR,2021,8,5100,5500 +SUR,2021,9,5100,5400 +SUR,2021,10,5000,5400 +SUR,2021,11,5000,5400 +SUR,2021,12,5000,5400 +SUR,2021,13,5000,5300 +SUR,2021,14,4900,5300 +SUR,2021,15,4900,5300 +SUR,2021,16,4900,5300 +SUR,2021,17,4900,5300 +SUR,2021,18,4900,5200 +SUR,2022,0,5000,5300 +SUR,2022,1,5000,5300 +SUR,2022,2,5000,5300 +SUR,2022,3,5000,5400 +SUR,2022,4,5000,5400 +SUR,2022,5,5100,5400 +SUR,2022,6,5100,5500 +SUR,2022,7,5100,5500 +SUR,2022,8,5100,5500 +SUR,2022,9,5100,5500 +SUR,2022,10,5100,5400 +SUR,2022,11,5000,5400 +SUR,2022,12,5000,5400 +SUR,2022,13,5000,5300 +SUR,2022,14,4900,5300 +SUR,2022,15,4900,5300 +SUR,2022,16,4900,5300 +SUR,2022,17,4900,5300 +SUR,2022,18,4900,5200 +SUR,2023,0,5000,5200 +SUR,2023,1,5000,5300 +SUR,2023,2,5000,5300 +SUR,2023,3,5000,5300 +SUR,2023,4,5000,5400 +SUR,2023,5,5000,5400 +SUR,2023,6,5000,5400 +SUR,2023,7,5100,5400 +SUR,2023,8,5100,5500 +SUR,2023,9,5100,5500 +SUR,2023,10,5100,5500 +SUR,2023,11,5100,5400 +SUR,2023,12,5000,5400 +SUR,2023,13,5000,5400 +SUR,2023,14,5000,5300 +SUR,2023,15,4900,5300 +SUR,2023,16,4900,5300 +SUR,2023,17,4900,5300 +SUR,2023,18,4900,5200 +SUR,2024,0,5000,5200 +SUR,2024,1,5000,5300 +SUR,2024,2,5000,5300 +SUR,2024,3,5000,5300 +SUR,2024,4,5000,5300 +SUR,2024,5,5000,5400 +SUR,2024,6,5000,5400 +SUR,2024,7,5000,5400 +SUR,2024,8,5000,5400 +SUR,2024,9,5100,5400 +SUR,2024,10,5100,5500 +SUR,2024,11,5100,5500 +SUR,2024,12,5100,5400 +SUR,2024,13,5000,5400 +SUR,2024,14,5000,5400 +SUR,2024,15,5000,5300 +SUR,2024,16,4900,5300 +SUR,2024,17,4900,5300 +SUR,2024,18,4900,5200 +SUR,2025,0,5000,5200 +SUR,2025,1,5000,5200 +SUR,2025,2,5000,5300 +SUR,2025,3,5000,5300 +SUR,2025,4,5000,5300 +SUR,2025,5,5000,5300 +SUR,2025,6,5000,5400 +SUR,2025,7,5000,5400 +SUR,2025,8,5000,5400 +SUR,2025,9,5000,5400 +SUR,2025,10,5100,5400 +SUR,2025,11,5100,5500 +SUR,2025,12,5100,5400 +SUR,2025,13,5100,5400 +SUR,2025,14,5000,5400 +SUR,2025,15,5000,5400 +SUR,2025,16,4900,5300 +SUR,2025,17,4900,5300 +SUR,2025,18,4900,5200 +SUR,2026,0,5000,5200 +SUR,2026,1,5000,5200 +SUR,2026,2,5000,5200 +SUR,2026,3,5000,5200 +SUR,2026,4,5000,5300 +SUR,2026,5,5000,5300 +SUR,2026,6,5000,5300 +SUR,2026,7,5000,5400 +SUR,2026,8,5000,5400 +SUR,2026,9,5000,5400 +SUR,2026,10,5000,5400 +SUR,2026,11,5000,5400 +SUR,2026,12,5100,5400 +SUR,2026,13,5100,5400 +SUR,2026,14,5000,5400 +SUR,2026,15,5000,5400 +SUR,2026,16,5000,5300 +SUR,2026,17,4900,5300 +SUR,2026,18,4900,5200 +SUR,2027,0,5000,5200 +SUR,2027,1,4900,5200 +SUR,2027,2,5000,5200 +SUR,2027,3,5000,5200 +SUR,2027,4,5000,5200 +SUR,2027,5,5000,5300 +SUR,2027,6,5000,5300 +SUR,2027,7,5000,5300 +SUR,2027,8,5000,5400 +SUR,2027,9,5000,5400 +SUR,2027,10,5000,5400 +SUR,2027,11,5000,5400 +SUR,2027,12,5000,5400 +SUR,2027,13,5100,5400 +SUR,2027,14,5100,5400 +SUR,2027,15,5000,5400 +SUR,2027,16,5000,5400 +SUR,2027,17,4900,5300 +SUR,2027,18,4900,5300 +SUR,2028,0,4900,5100 +SUR,2028,1,4900,5100 +SUR,2028,2,4900,5200 +SUR,2028,3,5000,5200 +SUR,2028,4,5000,5200 +SUR,2028,5,5000,5200 +SUR,2028,6,5000,5300 +SUR,2028,7,5000,5300 +SUR,2028,8,5000,5300 +SUR,2028,9,5000,5400 +SUR,2028,10,5000,5400 +SUR,2028,11,5000,5400 +SUR,2028,12,5000,5400 +SUR,2028,13,5000,5400 +SUR,2028,14,5000,5400 +SUR,2028,15,5000,5400 +SUR,2028,16,5000,5400 +SUR,2028,17,5000,5300 +SUR,2028,18,4900,5300 +SUR,2029,0,4900,5100 +SUR,2029,1,4900,5100 +SUR,2029,2,4900,5100 +SUR,2029,3,4900,5100 +SUR,2029,4,5000,5200 +SUR,2029,5,5000,5200 +SUR,2029,6,5000,5200 +SUR,2029,7,5000,5300 +SUR,2029,8,5000,5300 +SUR,2029,9,5000,5300 +SUR,2029,10,5000,5300 +SUR,2029,11,5000,5400 +SUR,2029,12,5000,5400 +SUR,2029,13,5000,5400 +SUR,2029,14,5000,5400 +SUR,2029,15,5000,5400 +SUR,2029,16,5000,5400 +SUR,2029,17,5000,5400 +SUR,2029,18,5000,5300 +SUR,2030,0,4800,5100 +SUR,2030,1,4900,5100 +SUR,2030,2,4900,5100 +SUR,2030,3,4900,5100 +SUR,2030,4,4900,5100 +SUR,2030,5,4900,5200 +SUR,2030,6,4900,5200 +SUR,2030,7,5000,5200 +SUR,2030,8,5000,5300 +SUR,2030,9,5000,5300 +SUR,2030,10,5000,5300 +SUR,2030,11,5000,5300 +SUR,2030,12,5000,5400 +SUR,2030,13,5000,5400 +SUR,2030,14,5000,5400 +SUR,2030,15,5000,5400 +SUR,2030,16,5000,5400 +SUR,2030,17,5000,5400 +SUR,2030,18,5000,5400 +SUR,2031,0,4800,5100 +SUR,2031,1,4800,5100 +SUR,2031,2,4900,5100 +SUR,2031,3,4900,5100 +SUR,2031,4,4900,5100 +SUR,2031,5,4900,5100 +SUR,2031,6,4900,5200 +SUR,2031,7,4900,5200 +SUR,2031,8,5000,5200 +SUR,2031,9,5000,5300 +SUR,2031,10,5000,5300 +SUR,2031,11,5000,5300 +SUR,2031,12,5000,5300 +SUR,2031,13,5000,5400 +SUR,2031,14,5000,5400 +SUR,2031,15,5000,5400 +SUR,2031,16,5000,5400 +SUR,2031,17,5000,5400 +SUR,2031,18,5000,5400 +SUR,2032,0,4800,5000 +SUR,2032,1,4800,5000 +SUR,2032,2,4800,5100 +SUR,2032,3,4900,5100 +SUR,2032,4,4900,5100 +SUR,2032,5,4900,5100 +SUR,2032,6,4900,5100 +SUR,2032,7,4900,5200 +SUR,2032,8,4900,5200 +SUR,2032,9,5000,5200 +SUR,2032,10,5000,5300 +SUR,2032,11,5000,5300 +SUR,2032,12,5000,5300 +SUR,2032,13,5000,5300 +SUR,2032,14,5000,5300 +SUR,2032,15,5000,5400 +SUR,2032,16,5000,5400 +SUR,2032,17,5000,5400 +SUR,2032,18,5000,5400 +SUR,2033,0,4800,5000 +SUR,2033,1,4800,5000 +SUR,2033,2,4800,5000 +SUR,2033,3,4800,5100 +SUR,2033,4,4900,5100 +SUR,2033,5,4900,5100 +SUR,2033,6,4900,5100 +SUR,2033,7,4900,5100 +SUR,2033,8,4900,5200 +SUR,2033,9,4900,5200 +SUR,2033,10,5000,5200 +SUR,2033,11,5000,5200 +SUR,2033,12,5000,5300 +SUR,2033,13,5000,5300 +SUR,2033,14,4900,5300 +SUR,2033,15,4900,5300 +SUR,2033,16,4900,5300 +SUR,2033,17,5000,5300 +SUR,2033,18,5000,5300 +SUR,2034,0,4700,5000 +SUR,2034,1,4800,5000 +SUR,2034,2,4800,5000 +SUR,2034,3,4800,5000 +SUR,2034,4,4800,5000 +SUR,2034,5,4800,5100 +SUR,2034,6,4900,5100 +SUR,2034,7,4900,5100 +SUR,2034,8,4900,5100 +SUR,2034,9,4900,5200 +SUR,2034,10,4900,5200 +SUR,2034,11,4900,5200 +SUR,2034,12,5000,5200 +SUR,2034,13,5000,5300 +SUR,2034,14,4900,5300 +SUR,2034,15,4900,5300 +SUR,2034,16,4900,5300 +SUR,2034,17,4900,5300 +SUR,2034,18,4900,5300 +SUR,2035,0,4700,4900 +SUR,2035,1,4700,5000 +SUR,2035,2,4800,5000 +SUR,2035,3,4800,5000 +SUR,2035,4,4800,5000 +SUR,2035,5,4800,5000 +SUR,2035,6,4800,5100 +SUR,2035,7,4900,5100 +SUR,2035,8,4900,5100 +SUR,2035,9,4900,5100 +SUR,2035,10,4900,5200 +SUR,2035,11,4900,5200 +SUR,2035,12,4900,5200 +SUR,2035,13,4900,5200 +SUR,2035,14,4900,5300 +SUR,2035,15,4900,5300 +SUR,2035,16,4900,5300 +SUR,2035,17,4900,5300 +SUR,2035,18,4900,5300 +SUR,2036,0,4700,4900 +SUR,2036,1,4700,4900 +SUR,2036,2,4700,4900 +SUR,2036,3,4800,5000 +SUR,2036,4,4800,5000 +SUR,2036,5,4800,5000 +SUR,2036,6,4800,5000 +SUR,2036,7,4800,5100 +SUR,2036,8,4900,5100 +SUR,2036,9,4900,5100 +SUR,2036,10,4900,5100 +SUR,2036,11,4900,5200 +SUR,2036,12,4900,5200 +SUR,2036,13,4900,5200 +SUR,2036,14,4900,5200 +SUR,2036,15,4900,5200 +SUR,2036,16,4900,5300 +SUR,2036,17,4900,5300 +SUR,2036,18,4900,5300 +SUR,2037,0,4700,4900 +SUR,2037,1,4700,4900 +SUR,2037,2,4700,4900 +SUR,2037,3,4700,4900 +SUR,2037,4,4800,5000 +SUR,2037,5,4800,5000 +SUR,2037,6,4800,5000 +SUR,2037,7,4800,5000 +SUR,2037,8,4800,5000 +SUR,2037,9,4900,5100 +SUR,2037,10,4900,5100 +SUR,2037,11,4900,5100 +SUR,2037,12,4900,5100 +SUR,2037,13,4900,5200 +SUR,2037,14,4900,5200 +SUR,2037,15,4900,5200 +SUR,2037,16,4900,5200 +SUR,2037,17,4900,5200 +SUR,2037,18,4900,5300 +SUR,2038,0,4600,4800 +SUR,2038,1,4700,4900 +SUR,2038,2,4700,4900 +SUR,2038,3,4700,4900 +SUR,2038,4,4700,4900 +SUR,2038,5,4700,5000 +SUR,2038,6,4800,5000 +SUR,2038,7,4800,5000 +SUR,2038,8,4800,5000 +SUR,2038,9,4800,5000 +SUR,2038,10,4900,5100 +SUR,2038,11,4900,5100 +SUR,2038,12,4900,5100 +SUR,2038,13,4900,5100 +SUR,2038,14,4900,5200 +SUR,2038,15,4900,5200 +SUR,2038,16,4900,5200 +SUR,2038,17,4900,5200 +SUR,2038,18,4900,5200 +SUR,2039,0,4600,4800 +SUR,2039,1,4600,4800 +SUR,2039,2,4600,4900 +SUR,2039,3,4700,4900 +SUR,2039,4,4700,4900 +SUR,2039,5,4700,4900 +SUR,2039,6,4700,5000 +SUR,2039,7,4800,5000 +SUR,2039,8,4800,5000 +SUR,2039,9,4800,5000 +SUR,2039,10,4800,5000 +SUR,2039,11,4900,5100 +SUR,2039,12,4900,5100 +SUR,2039,13,4900,5100 +SUR,2039,14,4900,5100 +SUR,2039,15,4900,5100 +SUR,2039,16,4900,5200 +SUR,2039,17,4900,5200 +SUR,2039,18,4900,5200 +SUR,2040,0,4600,4800 +SUR,2040,1,4600,4800 +SUR,2040,2,4600,4800 +SUR,2040,3,4600,4900 +SUR,2040,4,4700,4900 +SUR,2040,5,4700,4900 +SUR,2040,6,4700,4900 +SUR,2040,7,4700,4900 +SUR,2040,8,4800,5000 +SUR,2040,9,4800,5000 +SUR,2040,10,4800,5000 +SUR,2040,11,4800,5000 +SUR,2040,12,4900,5100 +SUR,2040,13,4900,5100 +SUR,2040,14,4900,5100 +SUR,2040,15,4900,5100 +SUR,2040,16,4900,5100 +SUR,2040,17,4900,5100 +SUR,2040,18,4900,5200 +SUR,2041,0,4600,4800 +SUR,2041,1,4600,4800 +SUR,2041,2,4600,4800 +SUR,2041,3,4600,4800 +SUR,2041,4,4600,4800 +SUR,2041,5,4700,4900 +SUR,2041,6,4700,4900 +SUR,2041,7,4700,4900 +SUR,2041,8,4700,4900 +SUR,2041,9,4800,5000 +SUR,2041,10,4800,5000 +SUR,2041,11,4800,5000 +SUR,2041,12,4800,5000 +SUR,2041,13,4800,5100 +SUR,2041,14,4900,5100 +SUR,2041,15,4900,5100 +SUR,2041,16,4900,5100 +SUR,2041,17,4900,5100 +SUR,2041,18,4900,5100 +SUR,2042,0,4500,4700 +SUR,2042,1,4500,4700 +SUR,2042,2,4600,4800 +SUR,2042,3,4600,4800 +SUR,2042,4,4600,4800 +SUR,2042,5,4600,4800 +SUR,2042,6,4700,4900 +SUR,2042,7,4700,4900 +SUR,2042,8,4700,4900 +SUR,2042,9,4700,4900 +SUR,2042,10,4800,5000 +SUR,2042,11,4800,5000 +SUR,2042,12,4800,5000 +SUR,2042,13,4800,5000 +SUR,2042,14,4800,5000 +SUR,2042,15,4800,5100 +SUR,2042,16,4800,5100 +SUR,2042,17,4800,5100 +SUR,2042,18,4800,5100 +SUR,2043,0,4500,4700 +SUR,2043,1,4500,4700 +SUR,2043,2,4500,4700 +SUR,2043,3,4600,4800 +SUR,2043,4,4600,4800 +SUR,2043,5,4600,4800 +SUR,2043,6,4600,4800 +SUR,2043,7,4700,4900 +SUR,2043,8,4700,4900 +SUR,2043,9,4700,4900 +SUR,2043,10,4700,4900 +SUR,2043,11,4800,5000 +SUR,2043,12,4800,5000 +SUR,2043,13,4800,5000 +SUR,2043,14,4800,5000 +SUR,2043,15,4800,5000 +SUR,2043,16,4800,5000 +SUR,2043,17,4800,5100 +SUR,2043,18,4800,5100 +SUR,2044,0,4500,4700 +SUR,2044,1,4500,4700 +SUR,2044,2,4500,4700 +SUR,2044,3,4500,4700 +SUR,2044,4,4600,4800 +SUR,2044,5,4600,4800 +SUR,2044,6,4600,4800 +SUR,2044,7,4600,4800 +SUR,2044,8,4700,4900 +SUR,2044,9,4700,4900 +SUR,2044,10,4700,4900 +SUR,2044,11,4700,4900 +SUR,2044,12,4700,5000 +SUR,2044,13,4800,5000 +SUR,2044,14,4800,5000 +SUR,2044,15,4800,5000 +SUR,2044,16,4800,5000 +SUR,2044,17,4800,5000 +SUR,2044,18,4800,5000 +SUR,2045,0,4400,4600 +SUR,2045,1,4500,4700 +SUR,2045,2,4500,4700 +SUR,2045,3,4500,4700 +SUR,2045,4,4500,4700 +SUR,2045,5,4500,4700 +SUR,2045,6,4600,4800 +SUR,2045,7,4600,4800 +SUR,2045,8,4600,4800 +SUR,2045,9,4700,4900 +SUR,2045,10,4700,4900 +SUR,2045,11,4700,4900 +SUR,2045,12,4700,4900 +SUR,2045,13,4700,5000 +SUR,2045,14,4800,5000 +SUR,2045,15,4800,5000 +SUR,2045,16,4800,5000 +SUR,2045,17,4800,5000 +SUR,2045,18,4800,5000 +SUR,2046,0,4400,4600 +SUR,2046,1,4400,4600 +SUR,2046,2,4500,4700 +SUR,2046,3,4500,4700 +SUR,2046,4,4500,4700 +SUR,2046,5,4500,4700 +SUR,2046,6,4500,4700 +SUR,2046,7,4600,4800 +SUR,2046,8,4600,4800 +SUR,2046,9,4600,4800 +SUR,2046,10,4600,4900 +SUR,2046,11,4700,4900 +SUR,2046,12,4700,4900 +SUR,2046,13,4700,4900 +SUR,2046,14,4700,4900 +SUR,2046,15,4700,4900 +SUR,2046,16,4800,5000 +SUR,2046,17,4800,5000 +SUR,2046,18,4800,5000 +SUR,2047,0,4400,4600 +SUR,2047,1,4400,4600 +SUR,2047,2,4400,4600 +SUR,2047,3,4400,4600 +SUR,2047,4,4500,4700 +SUR,2047,5,4500,4700 +SUR,2047,6,4500,4700 +SUR,2047,7,4500,4700 +SUR,2047,8,4600,4800 +SUR,2047,9,4600,4800 +SUR,2047,10,4600,4800 +SUR,2047,11,4600,4800 +SUR,2047,12,4700,4900 +SUR,2047,13,4700,4900 +SUR,2047,14,4700,4900 +SUR,2047,15,4700,4900 +SUR,2047,16,4700,4900 +SUR,2047,17,4700,4900 +SUR,2047,18,4700,4900 +SUR,2048,0,4300,4600 +SUR,2048,1,4400,4600 +SUR,2048,2,4400,4600 +SUR,2048,3,4400,4600 +SUR,2048,4,4400,4600 +SUR,2048,5,4500,4700 +SUR,2048,6,4500,4700 +SUR,2048,7,4500,4700 +SUR,2048,8,4500,4700 +SUR,2048,9,4600,4800 +SUR,2048,10,4600,4800 +SUR,2048,11,4600,4800 +SUR,2048,12,4600,4800 +SUR,2048,13,4700,4900 +SUR,2048,14,4700,4900 +SUR,2048,15,4700,4900 +SUR,2048,16,4700,4900 +SUR,2048,17,4700,4900 +SUR,2048,18,4700,4900 +SUR,2049,0,4300,4500 +SUR,2049,1,4300,4500 +SUR,2049,2,4400,4600 +SUR,2049,3,4400,4600 +SUR,2049,4,4400,4600 +SUR,2049,5,4400,4600 +SUR,2049,6,4500,4700 +SUR,2049,7,4500,4700 +SUR,2049,8,4500,4700 +SUR,2049,9,4500,4700 +SUR,2049,10,4600,4800 +SUR,2049,11,4600,4800 +SUR,2049,12,4600,4800 +SUR,2049,13,4600,4800 +SUR,2049,14,4600,4900 +SUR,2049,15,4700,4900 +SUR,2049,16,4700,4900 +SUR,2049,17,4700,4900 +SUR,2049,18,4700,4900 +SUR,2050,0,4300,4500 +SUR,2050,1,4300,4500 +SUR,2050,2,4300,4500 +SUR,2050,3,4400,4600 +SUR,2050,4,4400,4600 +SUR,2050,5,4400,4600 +SUR,2050,6,4400,4600 +SUR,2050,7,4500,4700 +SUR,2050,8,4500,4700 +SUR,2050,9,4500,4700 +SUR,2050,10,4500,4700 +SUR,2050,11,4600,4800 +SUR,2050,12,4600,4800 +SUR,2050,13,4600,4800 +SUR,2050,14,4600,4800 +SUR,2050,15,4600,4800 +SUR,2050,16,4700,4900 +SUR,2050,17,4700,4900 +SUR,2050,18,4700,4900 +SVK,1990,0,40699,42418 +SVK,1990,1,40384,42131 +SVK,1990,2,40423,42199 +SVK,1990,3,40755,42562 +SVK,1990,4,41322,43160 +SVK,1990,5,42065,43932 +SVK,1990,6,42924,44818 +SVK,1990,7,43841,45758 +SVK,1990,8,44754,46690 +SVK,1990,9,45606,47556 +SVK,1990,10,46443,48402 +SVK,1990,11,47312,49275 +SVK,1990,12,47623,49578 +SVK,1990,13,47106,49033 +SVK,1990,14,46019,47905 +SVK,1990,15,44973,46815 +SVK,1990,16,43943,45740 +SVK,1990,17,42696,44435 +SVK,1990,18,41211,42872 +SVK,1991,0,39864,41571 +SVK,1991,1,40275,41994 +SVK,1991,2,40195,41941 +SVK,1991,3,40386,42160 +SVK,1991,4,40801,42605 +SVK,1991,5,41395,43227 +SVK,1991,6,42108,43968 +SVK,1991,7,42880,44765 +SVK,1991,8,43735,45643 +SVK,1991,9,44656,46585 +SVK,1991,10,45554,47500 +SVK,1991,11,46409,48366 +SVK,1991,12,47282,49247 +SVK,1991,13,47590,49545 +SVK,1991,14,47058,48978 +SVK,1991,15,45950,47817 +SVK,1991,16,44884,46696 +SVK,1991,17,43831,45588 +SVK,1991,18,42572,44259 +SVK,1992,0,38606,40326 +SVK,1992,1,38525,40247 +SVK,1992,2,39882,41604 +SVK,1992,3,40037,41785 +SVK,1992,4,40380,42155 +SVK,1992,5,40878,42681 +SVK,1992,6,41498,43330 +SVK,1992,7,42182,44039 +SVK,1992,8,42868,44748 +SVK,1992,9,43664,45566 +SVK,1992,10,44591,46516 +SVK,1992,11,45536,47482 +SVK,1992,12,46409,48369 +SVK,1992,13,47287,49258 +SVK,1992,14,47592,49552 +SVK,1992,15,47046,48963 +SVK,1992,16,45916,47768 +SVK,1992,17,44829,46614 +SVK,1992,18,43754,45472 +SVK,1993,0,36996,38738 +SVK,1993,1,37368,39098 +SVK,1993,2,37883,39613 +SVK,1993,3,39507,41238 +SVK,1993,4,39898,41653 +SVK,1993,5,40393,42174 +SVK,1993,6,40974,42781 +SVK,1993,7,41622,43456 +SVK,1993,8,42276,44135 +SVK,1993,9,42877,44755 +SVK,1993,10,43613,45513 +SVK,1993,11,44548,46474 +SVK,1993,12,45540,47490 +SVK,1993,13,46432,48398 +SVK,1993,14,47315,49296 +SVK,1993,15,47617,49586 +SVK,1993,16,47056,48974 +SVK,1993,17,45904,47745 +SVK,1993,18,44795,46559 +SVK,1994,0,35162,36906 +SVK,1994,1,36031,37761 +SVK,1994,2,36904,38630 +SVK,1994,3,37775,39507 +SVK,1994,4,39135,40877 +SVK,1994,5,39761,41526 +SVK,1994,6,40409,42198 +SVK,1994,7,41073,42888 +SVK,1994,8,41747,43589 +SVK,1994,9,42372,44237 +SVK,1994,10,42887,44770 +SVK,1994,11,43564,45468 +SVK,1994,12,44507,46439 +SVK,1994,13,45546,47505 +SVK,1994,14,46456,48436 +SVK,1994,15,47345,49342 +SVK,1994,16,47645,49628 +SVK,1994,17,47069,48994 +SVK,1994,18,45894,47730 +SVK,1995,0,33226,34937 +SVK,1995,1,34523,36233 +SVK,1995,2,35716,37431 +SVK,1995,3,36813,38540 +SVK,1995,4,37824,39566 +SVK,1995,5,38757,40517 +SVK,1995,6,39619,41400 +SVK,1995,7,40419,42224 +SVK,1995,8,41166,42996 +SVK,1995,9,41868,43723 +SVK,1995,10,42464,44340 +SVK,1995,11,42893,44785 +SVK,1995,12,43510,45423 +SVK,1995,13,44461,46404 +SVK,1995,14,45547,47522 +SVK,1995,15,46476,48474 +SVK,1995,16,47370,49389 +SVK,1995,17,47666,49671 +SVK,1995,18,47075,49014 +SVK,1996,0,31159,32770 +SVK,1996,1,33146,34845 +SVK,1996,2,34459,36163 +SVK,1996,3,35670,37381 +SVK,1996,4,36786,38505 +SVK,1996,5,37815,39545 +SVK,1996,6,38765,40506 +SVK,1996,7,39646,41396 +SVK,1996,8,40460,42228 +SVK,1996,9,41215,43012 +SVK,1996,10,41921,43752 +SVK,1996,11,42519,44379 +SVK,1996,12,42950,44833 +SVK,1996,13,43563,45471 +SVK,1996,14,44506,46442 +SVK,1996,15,45580,47540 +SVK,1996,16,46496,48474 +SVK,1996,17,47377,49370 +SVK,1996,18,47659,49630 +SVK,1997,0,29009,30489 +SVK,1997,1,30955,32514 +SVK,1997,2,33075,34769 +SVK,1997,3,34404,36110 +SVK,1997,4,35633,37348 +SVK,1997,5,36768,38489 +SVK,1997,6,37815,39543 +SVK,1997,7,38784,40515 +SVK,1997,8,39683,41412 +SVK,1997,9,40512,42252 +SVK,1997,10,41275,43048 +SVK,1997,11,41985,43801 +SVK,1997,12,42586,44439 +SVK,1997,13,43018,44902 +SVK,1997,14,43629,45541 +SVK,1997,15,44563,46501 +SVK,1997,16,45625,47581 +SVK,1997,17,46529,48496 +SVK,1997,18,47397,49374 +SVK,1998,0,26986,28324 +SVK,1998,1,29119,30588 +SVK,1998,2,31028,32601 +SVK,1998,3,33007,34702 +SVK,1998,4,34354,36067 +SVK,1998,5,35601,37324 +SVK,1998,6,36754,38483 +SVK,1998,7,37820,39551 +SVK,1998,8,38808,40534 +SVK,1998,9,39725,41438 +SVK,1998,10,40568,42287 +SVK,1998,11,41340,43095 +SVK,1998,12,42053,43862 +SVK,1998,13,42657,44511 +SVK,1998,14,43091,44982 +SVK,1998,15,43699,45622 +SVK,1998,16,44626,46572 +SVK,1998,17,45676,47634 +SVK,1998,18,46567,48531 +SVK,1999,0,25364,26581 +SVK,1999,1,27507,28893 +SVK,1999,2,29458,30976 +SVK,1999,3,31231,32848 +SVK,1999,4,32938,34635 +SVK,1999,5,34301,36024 +SVK,1999,6,35566,37301 +SVK,1999,7,36738,38476 +SVK,1999,8,37823,39559 +SVK,1999,9,38829,40553 +SVK,1999,10,39764,41464 +SVK,1999,11,40622,42322 +SVK,1999,12,41403,43142 +SVK,1999,13,42120,43923 +SVK,1999,14,42726,44582 +SVK,1999,15,43161,45062 +SVK,1999,16,43767,45703 +SVK,1999,17,44685,46643 +SVK,1999,18,45724,47687 +SVK,2000,0,24330,25469 +SVK,2000,1,26271,27591 +SVK,2000,2,28090,29552 +SVK,2000,3,29791,31361 +SVK,2000,4,31381,33029 +SVK,2000,5,32863,34563 +SVK,2000,6,34242,35975 +SVK,2000,7,35525,37272 +SVK,2000,8,36716,38464 +SVK,2000,9,37819,39560 +SVK,2000,10,38844,40566 +SVK,2000,11,39797,41484 +SVK,2000,12,40669,42350 +SVK,2000,13,41458,43183 +SVK,2000,14,42179,43977 +SVK,2000,15,42788,44646 +SVK,2000,16,43225,45135 +SVK,2000,17,43827,45778 +SVK,2000,18,44738,46707 +SVK,2001,0,23994,25099 +SVK,2001,1,24602,25768 +SVK,2001,2,26346,27668 +SVK,2001,3,28042,29491 +SVK,2001,4,29683,31233 +SVK,2001,5,31262,32888 +SVK,2001,6,32782,34466 +SVK,2001,7,34250,35976 +SVK,2001,8,35596,37344 +SVK,2001,9,36787,38536 +SVK,2001,10,37854,39591 +SVK,2001,11,38866,40582 +SVK,2001,12,39820,41500 +SVK,2001,13,40692,42365 +SVK,2001,14,41481,43195 +SVK,2001,15,42201,43985 +SVK,2001,16,42810,44651 +SVK,2001,17,43246,45136 +SVK,2001,18,43849,45775 +SVK,2002,0,24246,25357 +SVK,2002,1,25075,26303 +SVK,2002,2,24858,26051 +SVK,2002,3,26405,27727 +SVK,2002,4,27977,29411 +SVK,2002,5,29557,31083 +SVK,2002,6,31123,32725 +SVK,2002,7,32682,34345 +SVK,2002,8,34237,35954 +SVK,2002,9,35645,37391 +SVK,2002,10,36836,38583 +SVK,2002,11,37865,39595 +SVK,2002,12,38864,40571 +SVK,2002,13,39818,41488 +SVK,2002,14,40689,42351 +SVK,2002,15,41478,43177 +SVK,2002,16,42197,43964 +SVK,2002,17,42806,44625 +SVK,2002,18,43241,45106 +SVK,2003,0,24920,26069 +SVK,2003,1,24987,26194 +SVK,2003,2,25370,26636 +SVK,2003,3,25106,26325 +SVK,2003,4,26454,27778 +SVK,2003,5,27902,29322 +SVK,2003,6,29420,30924 +SVK,2003,7,30974,32552 +SVK,2003,8,32569,34214 +SVK,2003,9,34211,35920 +SVK,2003,10,35681,37426 +SVK,2003,11,36871,38618 +SVK,2003,12,37862,39587 +SVK,2003,13,38849,40548 +SVK,2003,14,39801,41463 +SVK,2003,15,40672,42323 +SVK,2003,16,41459,43147 +SVK,2003,17,42178,43929 +SVK,2003,18,42786,44586 +SVK,2004,0,25767,26972 +SVK,2004,1,25133,26339 +SVK,2004,2,24954,26177 +SVK,2004,3,25179,26432 +SVK,2004,4,25352,26601 +SVK,2004,5,26501,27831 +SVK,2004,6,27826,29236 +SVK,2004,7,29281,30769 +SVK,2004,8,30822,32382 +SVK,2004,9,32455,34086 +SVK,2004,10,34183,35890 +SVK,2004,11,35715,37466 +SVK,2004,12,36905,38657 +SVK,2004,13,37857,39583 +SVK,2004,14,38830,40528 +SVK,2004,15,39782,41443 +SVK,2004,16,40652,42301 +SVK,2004,17,41439,43121 +SVK,2004,18,42157,43898 +SVK,2005,0,26586,27854 +SVK,2005,1,25433,26657 +SVK,2005,2,24814,26022 +SVK,2005,3,24673,25889 +SVK,2005,4,24954,26196 +SVK,2005,5,25598,26884 +SVK,2005,6,26549,27891 +SVK,2005,7,27749,29157 +SVK,2005,8,29142,30620 +SVK,2005,9,30671,32220 +SVK,2005,10,32341,33967 +SVK,2005,11,34156,35868 +SVK,2005,12,35749,37514 +SVK,2005,13,36938,38704 +SVK,2005,14,37853,39588 +SVK,2005,15,38812,40519 +SVK,2005,16,39763,41432 +SVK,2005,17,40632,42288 +SVK,2005,18,41418,43105 +SVK,2006,0,27361,28675 +SVK,2006,1,26363,27620 +SVK,2006,2,25400,26623 +SVK,2006,3,24901,26113 +SVK,2006,4,24820,26043 +SVK,2006,5,25112,26364 +SVK,2006,6,25720,27015 +SVK,2006,7,26587,27935 +SVK,2006,8,27725,29135 +SVK,2006,9,29111,30590 +SVK,2006,10,30666,32217 +SVK,2006,11,32337,33964 +SVK,2006,12,34141,35853 +SVK,2006,13,35723,37487 +SVK,2006,14,36903,38664 +SVK,2006,15,37809,39535 +SVK,2006,16,38759,40453 +SVK,2006,17,39699,41352 +SVK,2006,18,40557,42196 +SVK,2007,0,28105,29473 +SVK,2007,1,26509,27788 +SVK,2007,2,26140,27391 +SVK,2007,3,25367,26594 +SVK,2007,4,24987,26210 +SVK,2007,5,24966,26203 +SVK,2007,6,25269,26536 +SVK,2007,7,25842,27150 +SVK,2007,8,26626,27983 +SVK,2007,9,27701,29119 +SVK,2007,10,29080,30566 +SVK,2007,11,30660,32218 +SVK,2007,12,32332,33967 +SVK,2007,13,34125,35845 +SVK,2007,14,35697,37466 +SVK,2007,15,36867,38631 +SVK,2007,16,37764,39490 +SVK,2007,17,38705,40394 +SVK,2007,18,39634,41280 +SVK,2008,0,28716,30136 +SVK,2008,1,27159,28484 +SVK,2008,2,26018,27279 +SVK,2008,3,25917,27167 +SVK,2008,4,25335,26569 +SVK,2008,5,25074,26311 +SVK,2008,6,25112,26367 +SVK,2008,7,25428,26713 +SVK,2008,8,25964,27290 +SVK,2008,9,26664,28037 +SVK,2008,10,27678,29107 +SVK,2008,11,29049,30547 +SVK,2008,12,30655,32226 +SVK,2008,13,32329,33976 +SVK,2008,14,34111,35843 +SVK,2008,15,35671,37452 +SVK,2008,16,36832,38605 +SVK,2008,17,37721,39451 +SVK,2008,18,38651,40343 +SVK,2009,0,29085,30539 +SVK,2009,1,27709,29074 +SVK,2009,2,26633,27934 +SVK,2009,3,25842,27102 +SVK,2009,4,25697,26950 +SVK,2009,5,25305,26551 +SVK,2009,6,25163,26418 +SVK,2009,7,25261,26537 +SVK,2009,8,25588,26896 +SVK,2009,9,26088,27436 +SVK,2009,10,26706,28097 +SVK,2009,11,27656,29103 +SVK,2009,12,29021,30536 +SVK,2009,13,30652,32241 +SVK,2009,14,32328,33993 +SVK,2009,15,34099,35849 +SVK,2009,16,35649,37447 +SVK,2009,17,36801,38588 +SVK,2009,18,37680,39422 +SVK,2010,0,29144,30611 +SVK,2010,1,28061,29452 +SVK,2010,2,27152,28486 +SVK,2010,3,26418,27713 +SVK,2010,4,25861,27131 +SVK,2010,5,25481,26740 +SVK,2010,6,25279,26541 +SVK,2010,7,25256,26533 +SVK,2010,8,25414,26715 +SVK,2010,9,25753,27088 +SVK,2010,10,26217,27591 +SVK,2010,11,26751,28166 +SVK,2010,12,27640,29107 +SVK,2010,13,28997,30534 +SVK,2010,14,30655,32267 +SVK,2010,15,32333,34021 +SVK,2010,16,34093,35867 +SVK,2010,17,35633,37454 +SVK,2010,18,36775,38583 +SVK,2011,0,28781,30205 +SVK,2011,1,28981,30417 +SVK,2011,2,28055,29432 +SVK,2011,3,27244,28574 +SVK,2011,4,26557,27854 +SVK,2011,5,26007,27282 +SVK,2011,6,25594,26859 +SVK,2011,7,25320,26583 +SVK,2011,8,25245,26519 +SVK,2011,9,25401,26700 +SVK,2011,10,25769,27102 +SVK,2011,11,26242,27613 +SVK,2011,12,26774,28184 +SVK,2011,13,27663,29123 +SVK,2011,14,29025,30547 +SVK,2011,15,30688,32279 +SVK,2011,16,32370,34031 +SVK,2011,17,34133,35874 +SVK,2011,18,35676,37456 +SVK,2012,0,28077,29434 +SVK,2012,1,27973,29315 +SVK,2012,2,28838,30252 +SVK,2012,3,28070,29439 +SVK,2012,4,27355,28688 +SVK,2012,5,26716,28021 +SVK,2012,6,26172,27459 +SVK,2012,7,25726,27002 +SVK,2012,8,25379,26649 +SVK,2012,9,25252,26530 +SVK,2012,10,25406,26708 +SVK,2012,11,25803,27141 +SVK,2012,12,26286,27660 +SVK,2012,13,26816,28228 +SVK,2012,14,27706,29165 +SVK,2012,15,29073,30588 +SVK,2012,16,30743,32320 +SVK,2012,17,32431,34072 +SVK,2012,18,34199,35914 +SVK,2013,0,27232,28515 +SVK,2013,1,27693,28998 +SVK,2013,2,27900,29219 +SVK,2013,3,28703,30099 +SVK,2013,4,28091,29457 +SVK,2013,5,27474,28813 +SVK,2013,6,26881,28199 +SVK,2013,7,26344,27647 +SVK,2013,8,25865,27155 +SVK,2013,9,25445,26726 +SVK,2013,10,25265,26551 +SVK,2013,11,25418,26727 +SVK,2013,12,25844,27191 +SVK,2013,13,26336,27719 +SVK,2013,14,26865,28284 +SVK,2013,15,27757,29219 +SVK,2013,16,29128,30642 +SVK,2013,17,30806,32374 +SVK,2013,18,32500,34126 +SVK,2014,0,26532,27760 +SVK,2014,1,27431,28708 +SVK,2014,2,27980,29292 +SVK,2014,3,28230,29565 +SVK,2014,4,28560,29941 +SVK,2014,5,28106,29471 +SVK,2014,6,27585,28934 +SVK,2014,7,27039,28373 +SVK,2014,8,26509,27830 +SVK,2014,9,25997,27305 +SVK,2014,10,25504,26798 +SVK,2014,11,25272,26568 +SVK,2014,12,25424,26743 +SVK,2014,13,25879,27236 +SVK,2014,14,26379,27773 +SVK,2014,15,26907,28335 +SVK,2014,16,27800,29268 +SVK,2014,17,29177,30691 +SVK,2014,18,30861,32424 +SVK,2015,0,26182,27389 +SVK,2015,1,27292,28560 +SVK,2015,2,28018,29329 +SVK,2015,3,28411,29752 +SVK,2015,4,28523,29881 +SVK,2015,5,28404,29770 +SVK,2015,6,28107,29473 +SVK,2015,7,27684,29044 +SVK,2015,8,27185,28535 +SVK,2015,9,26662,28002 +SVK,2015,10,26118,27444 +SVK,2015,11,25552,26860 +SVK,2015,12,25268,26574 +SVK,2015,13,25417,26747 +SVK,2015,14,25901,27271 +SVK,2015,15,26411,27816 +SVK,2015,16,26937,28375 +SVK,2015,17,27831,29305 +SVK,2015,18,29211,30727 +SVK,2016,0,26317,27548 +SVK,2016,1,26474,27697 +SVK,2016,2,27373,28645 +SVK,2016,3,27967,29275 +SVK,2016,4,28294,29628 +SVK,2016,5,28393,29744 +SVK,2016,6,28315,29676 +SVK,2016,7,28112,29478 +SVK,2016,8,27755,29119 +SVK,2016,9,27256,28610 +SVK,2016,10,26692,28034 +SVK,2016,11,26132,27460 +SVK,2016,12,25565,26875 +SVK,2016,13,25281,26590 +SVK,2016,14,25435,26766 +SVK,2016,15,25926,27296 +SVK,2016,16,26441,27846 +SVK,2016,17,26972,28410 +SVK,2016,18,27870,29345 +SVK,2017,0,26801,28090 +SVK,2017,1,27532,28841 +SVK,2017,2,26746,27985 +SVK,2017,3,27433,28708 +SVK,2017,4,27895,29198 +SVK,2017,5,28156,29482 +SVK,2017,6,28242,29584 +SVK,2017,7,28205,29559 +SVK,2017,8,28097,29461 +SVK,2017,9,27807,29173 +SVK,2017,10,27306,28664 +SVK,2017,11,26702,28044 +SVK,2017,12,26128,27456 +SVK,2017,13,25559,26870 +SVK,2017,14,25276,26586 +SVK,2017,15,25434,26766 +SVK,2017,16,25931,27300 +SVK,2017,17,26451,27855 +SVK,2017,18,26987,28423 +SVK,2018,0,27431,28791 +SVK,2018,1,27733,29075 +SVK,2018,2,27937,29266 +SVK,2018,3,27008,28259 +SVK,2018,4,27483,28757 +SVK,2018,5,27812,29107 +SVK,2018,6,28007,29321 +SVK,2018,7,28081,29410 +SVK,2018,8,28084,29428 +SVK,2018,9,28069,29430 +SVK,2018,10,27847,29213 +SVK,2018,11,27346,28704 +SVK,2018,12,26701,28041 +SVK,2018,13,26113,27438 +SVK,2018,14,25543,26853 +SVK,2018,15,25261,26569 +SVK,2018,16,25423,26752 +SVK,2018,17,25925,27291 +SVK,2018,18,26450,27850 +SVK,2019,0,28000,29000 +SVK,2019,1,28000,29000 +SVK,2019,2,28000,29000 +SVK,2019,3,28000,29000 +SVK,2019,4,27000,29000 +SVK,2019,5,28000,29000 +SVK,2019,6,28000,29000 +SVK,2019,7,28000,29000 +SVK,2019,8,28000,29000 +SVK,2019,9,28000,29000 +SVK,2019,10,28000,29000 +SVK,2019,11,28000,29000 +SVK,2019,12,27000,29000 +SVK,2019,13,27000,28000 +SVK,2019,14,26000,27000 +SVK,2019,15,26000,27000 +SVK,2019,16,25000,27000 +SVK,2019,17,25000,27000 +SVK,2019,18,26000,27000 +SVK,2020,0,28000,29000 +SVK,2020,1,28000,29000 +SVK,2020,2,28000,29000 +SVK,2020,3,28000,29000 +SVK,2020,4,28000,29000 +SVK,2020,5,28000,29000 +SVK,2020,6,28000,29000 +SVK,2020,7,28000,29000 +SVK,2020,8,28000,29000 +SVK,2020,9,28000,29000 +SVK,2020,10,28000,29000 +SVK,2020,11,28000,29000 +SVK,2020,12,28000,29000 +SVK,2020,13,27000,29000 +SVK,2020,14,27000,28000 +SVK,2020,15,26000,27000 +SVK,2020,16,26000,27000 +SVK,2020,17,25000,27000 +SVK,2020,18,25000,27000 +SVK,2021,0,28000,29000 +SVK,2021,1,28000,29000 +SVK,2021,2,28000,29000 +SVK,2021,3,28000,29000 +SVK,2021,4,28000,29000 +SVK,2021,5,28000,29000 +SVK,2021,6,28000,29000 +SVK,2021,7,28000,29000 +SVK,2021,8,28000,29000 +SVK,2021,9,28000,29000 +SVK,2021,10,28000,29000 +SVK,2021,11,28000,29000 +SVK,2021,12,28000,29000 +SVK,2021,13,28000,29000 +SVK,2021,14,27000,29000 +SVK,2021,15,27000,28000 +SVK,2021,16,26000,27000 +SVK,2021,17,26000,27000 +SVK,2021,18,25000,27000 +SVK,2022,0,27000,28000 +SVK,2022,1,27000,28000 +SVK,2022,2,28000,29000 +SVK,2022,3,28000,29000 +SVK,2022,4,28000,29000 +SVK,2022,5,28000,29000 +SVK,2022,6,28000,29000 +SVK,2022,7,28000,29000 +SVK,2022,8,28000,29000 +SVK,2022,9,28000,29000 +SVK,2022,10,28000,29000 +SVK,2022,11,28000,29000 +SVK,2022,12,28000,29000 +SVK,2022,13,28000,29000 +SVK,2022,14,28000,29000 +SVK,2022,15,27000,29000 +SVK,2022,16,27000,28000 +SVK,2022,17,26000,27000 +SVK,2022,18,26000,27000 +SVK,2023,0,26000,27000 +SVK,2023,1,27000,28000 +SVK,2023,2,27000,28000 +SVK,2023,3,28000,29000 +SVK,2023,4,28000,29000 +SVK,2023,5,28000,29000 +SVK,2023,6,28000,29000 +SVK,2023,7,28000,29000 +SVK,2023,8,28000,29000 +SVK,2023,9,28000,29000 +SVK,2023,10,28000,29000 +SVK,2023,11,28000,29000 +SVK,2023,12,28000,29000 +SVK,2023,13,28000,29000 +SVK,2023,14,28000,29000 +SVK,2023,15,28000,29000 +SVK,2023,16,27000,29000 +SVK,2023,17,27000,28000 +SVK,2023,18,26000,27000 +SVK,2024,0,25000,27000 +SVK,2024,1,26000,27000 +SVK,2024,2,27000,28000 +SVK,2024,3,27000,28000 +SVK,2024,4,28000,29000 +SVK,2024,5,28000,29000 +SVK,2024,6,28000,29000 +SVK,2024,7,28000,29000 +SVK,2024,8,28000,29000 +SVK,2024,9,28000,29000 +SVK,2024,10,28000,29000 +SVK,2024,11,28000,29000 +SVK,2024,12,28000,29000 +SVK,2024,13,28000,29000 +SVK,2024,14,28000,29000 +SVK,2024,15,28000,29000 +SVK,2024,16,28000,29000 +SVK,2024,17,27000,29000 +SVK,2024,18,27000,28000 +SVK,2025,0,25000,26000 +SVK,2025,1,25000,27000 +SVK,2025,2,26000,27000 +SVK,2025,3,27000,28000 +SVK,2025,4,27000,28000 +SVK,2025,5,27000,29000 +SVK,2025,6,28000,29000 +SVK,2025,7,28000,29000 +SVK,2025,8,28000,29000 +SVK,2025,9,28000,29000 +SVK,2025,10,28000,29000 +SVK,2025,11,28000,29000 +SVK,2025,12,28000,29000 +SVK,2025,13,28000,29000 +SVK,2025,14,28000,29000 +SVK,2025,15,28000,29000 +SVK,2025,16,28000,29000 +SVK,2025,17,28000,29000 +SVK,2025,18,27000,29000 +SVK,2026,0,24000,25000 +SVK,2026,1,25000,26000 +SVK,2026,2,26000,27000 +SVK,2026,3,26000,27000 +SVK,2026,4,27000,28000 +SVK,2026,5,27000,28000 +SVK,2026,6,27000,29000 +SVK,2026,7,28000,29000 +SVK,2026,8,28000,29000 +SVK,2026,9,28000,29000 +SVK,2026,10,28000,29000 +SVK,2026,11,28000,29000 +SVK,2026,12,28000,29000 +SVK,2026,13,28000,29000 +SVK,2026,14,28000,29000 +SVK,2026,15,28000,29000 +SVK,2026,16,28000,29000 +SVK,2026,17,28000,29000 +SVK,2026,18,28000,29000 +SVK,2027,0,24000,25000 +SVK,2027,1,25000,26000 +SVK,2027,2,25000,26000 +SVK,2027,3,26000,27000 +SVK,2027,4,26000,27000 +SVK,2027,5,27000,28000 +SVK,2027,6,27000,28000 +SVK,2027,7,27000,29000 +SVK,2027,8,28000,29000 +SVK,2027,9,28000,29000 +SVK,2027,10,28000,29000 +SVK,2027,11,28000,29000 +SVK,2027,12,28000,29000 +SVK,2027,13,28000,29000 +SVK,2027,14,28000,29000 +SVK,2027,15,28000,29000 +SVK,2027,16,28000,29000 +SVK,2027,17,28000,29000 +SVK,2027,18,28000,29000 +SVK,2028,0,24000,25000 +SVK,2028,1,24000,26000 +SVK,2028,2,25000,26000 +SVK,2028,3,25000,26000 +SVK,2028,4,26000,27000 +SVK,2028,5,26000,27000 +SVK,2028,6,27000,28000 +SVK,2028,7,27000,28000 +SVK,2028,8,27000,29000 +SVK,2028,9,28000,29000 +SVK,2028,10,28000,29000 +SVK,2028,11,28000,29000 +SVK,2028,12,28000,29000 +SVK,2028,13,28000,29000 +SVK,2028,14,28000,29000 +SVK,2028,15,28000,29000 +SVK,2028,16,28000,29000 +SVK,2028,17,28000,29000 +SVK,2028,18,28000,29000 +SVK,2029,0,24000,25000 +SVK,2029,1,24000,25000 +SVK,2029,2,24000,26000 +SVK,2029,3,25000,26000 +SVK,2029,4,25000,26000 +SVK,2029,5,26000,27000 +SVK,2029,6,26000,27000 +SVK,2029,7,27000,28000 +SVK,2029,8,27000,28000 +SVK,2029,9,27000,29000 +SVK,2029,10,28000,29000 +SVK,2029,11,28000,29000 +SVK,2029,12,28000,29000 +SVK,2029,13,28000,29000 +SVK,2029,14,28000,29000 +SVK,2029,15,28000,29000 +SVK,2029,16,28000,29000 +SVK,2029,17,28000,29000 +SVK,2029,18,28000,29000 +SVK,2030,0,24000,25000 +SVK,2030,1,24000,25000 +SVK,2030,2,24000,25000 +SVK,2030,3,24000,26000 +SVK,2030,4,25000,26000 +SVK,2030,5,25000,26000 +SVK,2030,6,26000,27000 +SVK,2030,7,26000,27000 +SVK,2030,8,26000,28000 +SVK,2030,9,27000,28000 +SVK,2030,10,27000,29000 +SVK,2030,11,28000,29000 +SVK,2030,12,28000,29000 +SVK,2030,13,28000,29000 +SVK,2030,14,28000,29000 +SVK,2030,15,28000,29000 +SVK,2030,16,28000,29000 +SVK,2030,17,28000,29000 +SVK,2030,18,28000,29000 +SVK,2031,0,23000,24000 +SVK,2031,1,23000,25000 +SVK,2031,2,24000,25000 +SVK,2031,3,24000,25000 +SVK,2031,4,24000,26000 +SVK,2031,5,25000,26000 +SVK,2031,6,25000,26000 +SVK,2031,7,26000,27000 +SVK,2031,8,26000,27000 +SVK,2031,9,26000,28000 +SVK,2031,10,27000,28000 +SVK,2031,11,27000,29000 +SVK,2031,12,28000,29000 +SVK,2031,13,28000,29000 +SVK,2031,14,28000,29000 +SVK,2031,15,28000,29000 +SVK,2031,16,28000,29000 +SVK,2031,17,28000,29000 +SVK,2031,18,28000,29000 +SVK,2032,0,23000,24000 +SVK,2032,1,23000,24000 +SVK,2032,2,23000,25000 +SVK,2032,3,24000,25000 +SVK,2032,4,24000,25000 +SVK,2032,5,24000,26000 +SVK,2032,6,25000,26000 +SVK,2032,7,25000,26000 +SVK,2032,8,26000,27000 +SVK,2032,9,26000,27000 +SVK,2032,10,26000,28000 +SVK,2032,11,27000,28000 +SVK,2032,12,27000,29000 +SVK,2032,13,28000,29000 +SVK,2032,14,28000,29000 +SVK,2032,15,28000,29000 +SVK,2032,16,28000,29000 +SVK,2032,17,28000,29000 +SVK,2032,18,28000,29000 +SVK,2033,0,23000,24000 +SVK,2033,1,23000,24000 +SVK,2033,2,23000,24000 +SVK,2033,3,23000,25000 +SVK,2033,4,24000,25000 +SVK,2033,5,24000,25000 +SVK,2033,6,24000,26000 +SVK,2033,7,25000,26000 +SVK,2033,8,25000,26000 +SVK,2033,9,26000,27000 +SVK,2033,10,26000,27000 +SVK,2033,11,26000,28000 +SVK,2033,12,27000,28000 +SVK,2033,13,27000,29000 +SVK,2033,14,28000,29000 +SVK,2033,15,28000,29000 +SVK,2033,16,28000,29000 +SVK,2033,17,28000,29000 +SVK,2033,18,28000,29000 +SVK,2034,0,22000,23000 +SVK,2034,1,23000,24000 +SVK,2034,2,23000,24000 +SVK,2034,3,23000,24000 +SVK,2034,4,23000,25000 +SVK,2034,5,24000,25000 +SVK,2034,6,24000,25000 +SVK,2034,7,24000,26000 +SVK,2034,8,25000,26000 +SVK,2034,9,25000,26000 +SVK,2034,10,26000,27000 +SVK,2034,11,26000,27000 +SVK,2034,12,26000,28000 +SVK,2034,13,27000,28000 +SVK,2034,14,27000,29000 +SVK,2034,15,28000,29000 +SVK,2034,16,28000,29000 +SVK,2034,17,28000,29000 +SVK,2034,18,28000,29000 +SVK,2035,0,22000,23000 +SVK,2035,1,22000,23000 +SVK,2035,2,23000,24000 +SVK,2035,3,23000,24000 +SVK,2035,4,23000,24000 +SVK,2035,5,23000,25000 +SVK,2035,6,24000,25000 +SVK,2035,7,24000,25000 +SVK,2035,8,24000,26000 +SVK,2035,9,25000,26000 +SVK,2035,10,25000,26000 +SVK,2035,11,26000,27000 +SVK,2035,12,26000,27000 +SVK,2035,13,26000,28000 +SVK,2035,14,27000,28000 +SVK,2035,15,27000,29000 +SVK,2035,16,28000,29000 +SVK,2035,17,28000,29000 +SVK,2035,18,28000,29000 +SVK,2036,0,22000,23000 +SVK,2036,1,22000,23000 +SVK,2036,2,22000,23000 +SVK,2036,3,23000,24000 +SVK,2036,4,23000,24000 +SVK,2036,5,23000,24000 +SVK,2036,6,23000,25000 +SVK,2036,7,24000,25000 +SVK,2036,8,24000,25000 +SVK,2036,9,24000,26000 +SVK,2036,10,25000,26000 +SVK,2036,11,25000,26000 +SVK,2036,12,26000,27000 +SVK,2036,13,26000,27000 +SVK,2036,14,26000,28000 +SVK,2036,15,27000,28000 +SVK,2036,16,27000,29000 +SVK,2036,17,28000,29000 +SVK,2036,18,28000,29000 +SVK,2037,0,22000,23000 +SVK,2037,1,22000,23000 +SVK,2037,2,22000,23000 +SVK,2037,3,22000,23000 +SVK,2037,4,23000,24000 +SVK,2037,5,23000,24000 +SVK,2037,6,23000,24000 +SVK,2037,7,23000,25000 +SVK,2037,8,24000,25000 +SVK,2037,9,24000,25000 +SVK,2037,10,24000,26000 +SVK,2037,11,25000,26000 +SVK,2037,12,25000,26000 +SVK,2037,13,26000,27000 +SVK,2037,14,26000,27000 +SVK,2037,15,26000,28000 +SVK,2037,16,27000,28000 +SVK,2037,17,27000,29000 +SVK,2037,18,28000,29000 +SVK,2038,0,22000,23000 +SVK,2038,1,22000,23000 +SVK,2038,2,22000,23000 +SVK,2038,3,22000,23000 +SVK,2038,4,22000,23000 +SVK,2038,5,23000,24000 +SVK,2038,6,23000,24000 +SVK,2038,7,23000,24000 +SVK,2038,8,23000,25000 +SVK,2038,9,24000,25000 +SVK,2038,10,24000,25000 +SVK,2038,11,24000,26000 +SVK,2038,12,25000,26000 +SVK,2038,13,25000,26000 +SVK,2038,14,26000,27000 +SVK,2038,15,26000,27000 +SVK,2038,16,26000,28000 +SVK,2038,17,27000,28000 +SVK,2038,18,27000,29000 +SVK,2039,0,22000,23000 +SVK,2039,1,22000,23000 +SVK,2039,2,22000,23000 +SVK,2039,3,22000,23000 +SVK,2039,4,22000,23000 +SVK,2039,5,22000,23000 +SVK,2039,6,23000,24000 +SVK,2039,7,23000,24000 +SVK,2039,8,23000,24000 +SVK,2039,9,23000,25000 +SVK,2039,10,24000,25000 +SVK,2039,11,24000,25000 +SVK,2039,12,24000,26000 +SVK,2039,13,25000,26000 +SVK,2039,14,25000,26000 +SVK,2039,15,26000,27000 +SVK,2039,16,26000,27000 +SVK,2039,17,26000,28000 +SVK,2039,18,27000,28000 +SVK,2040,0,22000,23000 +SVK,2040,1,22000,23000 +SVK,2040,2,22000,23000 +SVK,2040,3,22000,23000 +SVK,2040,4,22000,23000 +SVK,2040,5,22000,23000 +SVK,2040,6,22000,23000 +SVK,2040,7,23000,24000 +SVK,2040,8,23000,24000 +SVK,2040,9,23000,24000 +SVK,2040,10,23000,25000 +SVK,2040,11,24000,25000 +SVK,2040,12,24000,25000 +SVK,2040,13,24000,26000 +SVK,2040,14,25000,26000 +SVK,2040,15,25000,26000 +SVK,2040,16,26000,27000 +SVK,2040,17,26000,27000 +SVK,2040,18,26000,28000 +SVK,2041,0,22000,23000 +SVK,2041,1,22000,23000 +SVK,2041,2,22000,23000 +SVK,2041,3,22000,23000 +SVK,2041,4,22000,23000 +SVK,2041,5,22000,23000 +SVK,2041,6,22000,23000 +SVK,2041,7,22000,23000 +SVK,2041,8,23000,24000 +SVK,2041,9,23000,24000 +SVK,2041,10,23000,24000 +SVK,2041,11,23000,25000 +SVK,2041,12,24000,25000 +SVK,2041,13,24000,25000 +SVK,2041,14,24000,26000 +SVK,2041,15,25000,26000 +SVK,2041,16,25000,26000 +SVK,2041,17,26000,27000 +SVK,2041,18,26000,27000 +SVK,2042,0,22000,23000 +SVK,2042,1,22000,23000 +SVK,2042,2,22000,23000 +SVK,2042,3,22000,23000 +SVK,2042,4,22000,23000 +SVK,2042,5,22000,23000 +SVK,2042,6,22000,23000 +SVK,2042,7,22000,23000 +SVK,2042,8,22000,23000 +SVK,2042,9,23000,24000 +SVK,2042,10,23000,24000 +SVK,2042,11,23000,24000 +SVK,2042,12,23000,25000 +SVK,2042,13,24000,25000 +SVK,2042,14,24000,25000 +SVK,2042,15,25000,26000 +SVK,2042,16,25000,26000 +SVK,2042,17,25000,26000 +SVK,2042,18,26000,27000 +SVK,2043,0,22000,23000 +SVK,2043,1,22000,23000 +SVK,2043,2,22000,23000 +SVK,2043,3,22000,23000 +SVK,2043,4,22000,23000 +SVK,2043,5,22000,23000 +SVK,2043,6,22000,23000 +SVK,2043,7,22000,23000 +SVK,2043,8,22000,23000 +SVK,2043,9,22000,23000 +SVK,2043,10,23000,24000 +SVK,2043,11,23000,24000 +SVK,2043,12,23000,24000 +SVK,2043,13,23000,25000 +SVK,2043,14,24000,25000 +SVK,2043,15,24000,25000 +SVK,2043,16,25000,26000 +SVK,2043,17,25000,26000 +SVK,2043,18,25000,26000 +SVK,2044,0,22000,23000 +SVK,2044,1,22000,23000 +SVK,2044,2,22000,23000 +SVK,2044,3,22000,23000 +SVK,2044,4,22000,23000 +SVK,2044,5,22000,23000 +SVK,2044,6,22000,23000 +SVK,2044,7,22000,23000 +SVK,2044,8,22000,23000 +SVK,2044,9,22000,23000 +SVK,2044,10,22000,23000 +SVK,2044,11,23000,24000 +SVK,2044,12,23000,24000 +SVK,2044,13,23000,24000 +SVK,2044,14,23000,25000 +SVK,2044,15,24000,25000 +SVK,2044,16,24000,25000 +SVK,2044,17,25000,26000 +SVK,2044,18,25000,26000 +SVK,2045,0,22000,23000 +SVK,2045,1,22000,23000 +SVK,2045,2,22000,23000 +SVK,2045,3,22000,23000 +SVK,2045,4,22000,23000 +SVK,2045,5,22000,23000 +SVK,2045,6,22000,23000 +SVK,2045,7,22000,23000 +SVK,2045,8,22000,23000 +SVK,2045,9,22000,23000 +SVK,2045,10,22000,23000 +SVK,2045,11,22000,23000 +SVK,2045,12,23000,24000 +SVK,2045,13,23000,24000 +SVK,2045,14,23000,24000 +SVK,2045,15,23000,25000 +SVK,2045,16,24000,25000 +SVK,2045,17,24000,25000 +SVK,2045,18,25000,26000 +SVK,2046,0,22000,23000 +SVK,2046,1,22000,23000 +SVK,2046,2,22000,23000 +SVK,2046,3,22000,23000 +SVK,2046,4,22000,23000 +SVK,2046,5,22000,23000 +SVK,2046,6,22000,23000 +SVK,2046,7,22000,23000 +SVK,2046,8,22000,23000 +SVK,2046,9,22000,23000 +SVK,2046,10,22000,23000 +SVK,2046,11,22000,23000 +SVK,2046,12,22000,23000 +SVK,2046,13,23000,24000 +SVK,2046,14,23000,24000 +SVK,2046,15,23000,24000 +SVK,2046,16,23000,25000 +SVK,2046,17,24000,25000 +SVK,2046,18,24000,25000 +SVK,2047,0,22000,23000 +SVK,2047,1,22000,23000 +SVK,2047,2,22000,23000 +SVK,2047,3,22000,23000 +SVK,2047,4,22000,23000 +SVK,2047,5,22000,23000 +SVK,2047,6,22000,23000 +SVK,2047,7,22000,23000 +SVK,2047,8,22000,23000 +SVK,2047,9,22000,23000 +SVK,2047,10,22000,23000 +SVK,2047,11,22000,23000 +SVK,2047,12,22000,23000 +SVK,2047,13,22000,23000 +SVK,2047,14,23000,24000 +SVK,2047,15,23000,24000 +SVK,2047,16,23000,24000 +SVK,2047,17,23000,25000 +SVK,2047,18,24000,25000 +SVK,2048,0,22000,23000 +SVK,2048,1,22000,23000 +SVK,2048,2,22000,23000 +SVK,2048,3,22000,23000 +SVK,2048,4,22000,23000 +SVK,2048,5,22000,23000 +SVK,2048,6,22000,23000 +SVK,2048,7,22000,23000 +SVK,2048,8,22000,23000 +SVK,2048,9,22000,23000 +SVK,2048,10,22000,23000 +SVK,2048,11,22000,23000 +SVK,2048,12,22000,23000 +SVK,2048,13,22000,23000 +SVK,2048,14,22000,23000 +SVK,2048,15,23000,24000 +SVK,2048,16,23000,24000 +SVK,2048,17,23000,24000 +SVK,2048,18,23000,25000 +SVK,2049,0,22000,23000 +SVK,2049,1,22000,23000 +SVK,2049,2,22000,23000 +SVK,2049,3,22000,23000 +SVK,2049,4,22000,23000 +SVK,2049,5,22000,23000 +SVK,2049,6,22000,23000 +SVK,2049,7,22000,23000 +SVK,2049,8,22000,23000 +SVK,2049,9,22000,23000 +SVK,2049,10,22000,23000 +SVK,2049,11,22000,23000 +SVK,2049,12,22000,23000 +SVK,2049,13,22000,23000 +SVK,2049,14,22000,23000 +SVK,2049,15,22000,23000 +SVK,2049,16,23000,24000 +SVK,2049,17,23000,24000 +SVK,2049,18,23000,24000 +SVK,2050,0,22000,23000 +SVK,2050,1,22000,23000 +SVK,2050,2,22000,23000 +SVK,2050,3,22000,23000 +SVK,2050,4,22000,23000 +SVK,2050,5,22000,23000 +SVK,2050,6,22000,23000 +SVK,2050,7,22000,23000 +SVK,2050,8,22000,23000 +SVK,2050,9,22000,23000 +SVK,2050,10,22000,23000 +SVK,2050,11,22000,23000 +SVK,2050,12,22000,23000 +SVK,2050,13,22000,23000 +SVK,2050,14,22000,23000 +SVK,2050,15,22000,23000 +SVK,2050,16,22000,23000 +SVK,2050,17,23000,24000 +SVK,2050,18,23000,24000 +SVN,1990,0,11116,12031 +SVN,1990,1,11553,12264 +SVN,1990,2,11981,12558 +SVN,1990,3,12393,12898 +SVN,1990,4,12787,13272 +SVN,1990,5,13156,13665 +SVN,1990,6,13497,14066 +SVN,1990,7,13805,14459 +SVN,1990,8,14076,14832 +SVN,1990,9,14304,15172 +SVN,1990,10,14517,15504 +SVN,1990,11,14742,15852 +SVN,1990,12,14816,16011 +SVN,1990,13,14674,15889 +SVN,1990,14,14404,15590 +SVN,1990,15,14143,15302 +SVN,1990,16,13838,14982 +SVN,1990,17,13723,14764 +SVN,1990,18,13918,14733 +SVN,1991,0,10629,11482 +SVN,1991,1,11136,11990 +SVN,1991,2,11576,12266 +SVN,1991,3,12005,12583 +SVN,1991,4,12416,12933 +SVN,1991,5,12808,13304 +SVN,1991,6,13173,13683 +SVN,1991,7,13508,14055 +SVN,1991,8,13813,14430 +SVN,1991,9,14087,14806 +SVN,1991,10,14322,15161 +SVN,1991,11,14540,15501 +SVN,1991,12,14771,15856 +SVN,1991,13,14846,16015 +SVN,1991,14,14694,15884 +SVN,1991,15,14408,15569 +SVN,1991,16,14132,15265 +SVN,1991,17,13811,14929 +SVN,1991,18,13686,14702 +SVN,1992,0,10056,10774 +SVN,1992,1,10538,11144 +SVN,1992,2,11143,11939 +SVN,1992,3,11586,12257 +SVN,1992,4,12014,12598 +SVN,1992,5,12424,12957 +SVN,1992,6,12813,13325 +SVN,1992,7,13174,13688 +SVN,1992,8,13502,14032 +SVN,1992,9,13804,14388 +SVN,1992,10,14081,14766 +SVN,1992,11,14322,15136 +SVN,1992,12,14546,15484 +SVN,1992,13,14783,15847 +SVN,1992,14,14858,16006 +SVN,1992,15,14696,15865 +SVN,1992,16,14395,15534 +SVN,1992,17,14104,15216 +SVN,1992,18,13768,14864 +SVN,1993,0,9473,10024 +SVN,1993,1,10007,10546 +SVN,1993,2,10531,11063 +SVN,1993,3,11140,11884 +SVN,1993,4,11585,12244 +SVN,1993,5,12014,12609 +SVN,1993,6,12422,12977 +SVN,1993,7,12808,13342 +SVN,1993,8,13165,13689 +SVN,1993,9,13486,14004 +SVN,1993,10,13784,14342 +SVN,1993,11,14064,14722 +SVN,1993,12,14311,15107 +SVN,1993,13,14540,15463 +SVN,1993,14,14783,15832 +SVN,1993,15,14857,15992 +SVN,1993,16,14686,15841 +SVN,1993,17,14369,15494 +SVN,1993,18,14064,15161 +SVN,1994,0,8981,9392 +SVN,1994,1,9537,10025 +SVN,1994,2,10077,10619 +SVN,1994,3,10597,11177 +SVN,1994,4,11134,11832 +SVN,1994,5,11580,12235 +SVN,1994,6,12009,12624 +SVN,1994,7,12415,13000 +SVN,1994,8,12798,13363 +SVN,1994,9,13150,13695 +SVN,1994,10,13464,13981 +SVN,1994,11,13759,14300 +SVN,1994,12,14041,14683 +SVN,1994,13,14295,15082 +SVN,1994,14,14529,15447 +SVN,1994,15,14777,15822 +SVN,1994,16,14851,15983 +SVN,1994,17,14671,15822 +SVN,1994,18,14339,15459 +SVN,1995,0,8650,8992 +SVN,1995,1,9170,9638 +SVN,1995,2,9679,10238 +SVN,1995,3,10177,10795 +SVN,1995,4,10660,11312 +SVN,1995,5,11127,11792 +SVN,1995,6,11576,12237 +SVN,1995,7,12003,12650 +SVN,1995,8,12408,13036 +SVN,1995,9,12788,13395 +SVN,1995,10,13135,13713 +SVN,1995,11,13442,13971 +SVN,1995,12,13734,14271 +SVN,1995,13,14019,14657 +SVN,1995,14,14278,15071 +SVN,1995,15,14517,15445 +SVN,1995,16,14771,15827 +SVN,1995,17,14845,15988 +SVN,1995,18,14655,15818 +SVN,1996,0,8520,8854 +SVN,1996,1,8728,9097 +SVN,1996,2,9206,9677 +SVN,1996,3,9687,10233 +SVN,1996,4,10169,10765 +SVN,1996,5,10646,11273 +SVN,1996,6,11115,11758 +SVN,1996,7,11576,12224 +SVN,1996,8,12011,12652 +SVN,1996,9,12412,13034 +SVN,1996,10,12782,13379 +SVN,1996,11,13123,13690 +SVN,1996,12,13428,13945 +SVN,1996,13,13717,14247 +SVN,1996,14,14001,14637 +SVN,1996,15,14260,15060 +SVN,1996,16,14499,15442 +SVN,1996,17,14753,15834 +SVN,1996,18,14828,16002 +SVN,1997,0,8559,8954 +SVN,1997,1,8803,9290 +SVN,1997,2,8804,9208 +SVN,1997,3,9240,9723 +SVN,1997,4,9694,10236 +SVN,1997,5,10159,10744 +SVN,1997,6,10629,11242 +SVN,1997,7,11101,11733 +SVN,1997,8,11574,12221 +SVN,1997,9,12017,12664 +SVN,1997,10,12414,13042 +SVN,1997,11,12773,13373 +SVN,1997,12,13109,13678 +SVN,1997,13,13410,13931 +SVN,1997,14,13698,14233 +SVN,1997,15,13980,14629 +SVN,1997,16,14239,15060 +SVN,1997,17,14478,15451 +SVN,1997,18,14731,15852 +SVN,1998,0,8694,9187 +SVN,1998,1,8752,9280 +SVN,1998,2,8897,9450 +SVN,1998,3,8881,9324 +SVN,1998,4,9275,9773 +SVN,1998,5,9702,10244 +SVN,1998,6,10151,10727 +SVN,1998,7,10614,11216 +SVN,1998,8,11089,11714 +SVN,1998,9,11574,12224 +SVN,1998,10,12024,12681 +SVN,1998,11,12418,13056 +SVN,1998,12,12766,13373 +SVN,1998,13,13097,13672 +SVN,1998,14,13395,13923 +SVN,1998,15,13680,14226 +SVN,1998,16,13961,14628 +SVN,1998,17,14220,15067 +SVN,1998,18,14458,15467 +SVN,1999,0,8822,9399 +SVN,1999,1,8723,9283 +SVN,1999,2,8740,9288 +SVN,1999,3,8860,9401 +SVN,1999,4,8964,9441 +SVN,1999,5,9316,9825 +SVN,1999,6,9715,10253 +SVN,1999,7,10148,10712 +SVN,1999,8,10605,11192 +SVN,1999,9,11083,11696 +SVN,1999,10,11580,12228 +SVN,1999,11,12039,12700 +SVN,1999,12,12429,13071 +SVN,1999,13,12766,13374 +SVN,1999,14,13092,13667 +SVN,1999,15,13387,13917 +SVN,1999,16,13670,14221 +SVN,1999,17,13951,14628 +SVN,1999,18,14209,15076 +SVN,2000,0,8872,9483 +SVN,2000,1,8680,9244 +SVN,2000,2,8615,9148 +SVN,2000,3,8665,9177 +SVN,2000,4,8816,9318 +SVN,2000,5,9054,9556 +SVN,2000,6,9365,9874 +SVN,2000,7,9736,10259 +SVN,2000,8,10154,10694 +SVN,2000,9,10604,11165 +SVN,2000,10,11086,11675 +SVN,2000,11,11596,12229 +SVN,2000,12,12063,12716 +SVN,2000,13,12449,13083 +SVN,2000,14,12777,13372 +SVN,2000,15,13097,13659 +SVN,2000,16,13390,13907 +SVN,2000,17,13672,14212 +SVN,2000,18,13951,14625 +SVN,2001,0,8773,9375 +SVN,2001,1,8801,9400 +SVN,2001,2,8660,9223 +SVN,2001,3,8627,9164 +SVN,2001,4,8692,9212 +SVN,2001,5,8845,9356 +SVN,2001,6,9071,9580 +SVN,2001,7,9357,9870 +SVN,2001,8,9713,10235 +SVN,2001,9,10134,10674 +SVN,2001,10,10601,11161 +SVN,2001,11,11091,11680 +SVN,2001,12,11607,12239 +SVN,2001,13,12080,12730 +SVN,2001,14,12472,13101 +SVN,2001,15,12805,13394 +SVN,2001,16,13130,13684 +SVN,2001,17,13428,13935 +SVN,2001,18,13712,14242 +SVN,2002,0,8589,9133 +SVN,2002,1,8448,8968 +SVN,2002,2,8739,9318 +SVN,2002,3,8650,9202 +SVN,2002,4,8649,9181 +SVN,2002,5,8729,9247 +SVN,2002,6,8883,9394 +SVN,2002,7,9099,9605 +SVN,2002,8,9361,9866 +SVN,2002,9,9700,10212 +SVN,2002,10,10126,10653 +SVN,2002,11,10609,11158 +SVN,2002,12,11109,11686 +SVN,2002,13,11631,12249 +SVN,2002,14,12110,12745 +SVN,2002,15,12508,13120 +SVN,2002,16,12847,13416 +SVN,2002,17,13177,13709 +SVN,2002,18,13481,13963 +SVN,2003,0,8408,8878 +SVN,2003,1,8356,8832 +SVN,2003,2,8352,8835 +SVN,2003,3,8685,9240 +SVN,2003,4,8647,9186 +SVN,2003,5,8677,9202 +SVN,2003,6,8772,9287 +SVN,2003,7,8929,9436 +SVN,2003,8,9133,9634 +SVN,2003,9,9371,9866 +SVN,2003,10,9695,10194 +SVN,2003,11,10125,10639 +SVN,2003,12,10625,11160 +SVN,2003,13,11135,11697 +SVN,2003,14,11664,12265 +SVN,2003,15,12150,12766 +SVN,2003,16,12554,13145 +SVN,2003,17,12898,13444 +SVN,2003,18,13234,13741 +SVN,2004,0,8360,8779 +SVN,2004,1,8363,8814 +SVN,2004,2,8385,8862 +SVN,2004,3,8428,8924 +SVN,2004,4,8631,9172 +SVN,2004,5,8644,9179 +SVN,2004,6,8706,9233 +SVN,2004,7,8816,9335 +SVN,2004,8,8975,9488 +SVN,2004,9,9169,9674 +SVN,2004,10,9382,9877 +SVN,2004,11,9691,10186 +SVN,2004,12,10126,10634 +SVN,2004,13,10642,11173 +SVN,2004,14,11162,11720 +SVN,2004,15,11698,12294 +SVN,2004,16,12191,12800 +SVN,2004,17,12601,13183 +SVN,2004,18,12951,13486 +SVN,2005,0,8527,8949 +SVN,2005,1,8512,8977 +SVN,2005,2,8505,9002 +SVN,2005,3,8511,9030 +SVN,2005,4,8532,9067 +SVN,2005,5,8573,9116 +SVN,2005,6,8638,9184 +SVN,2005,7,8732,9276 +SVN,2005,8,8857,9397 +SVN,2005,9,9018,9553 +SVN,2005,10,9201,9726 +SVN,2005,11,9389,9901 +SVN,2005,12,9683,10191 +SVN,2005,13,10122,10645 +SVN,2005,14,10656,11202 +SVN,2005,15,11185,11759 +SVN,2005,16,11728,12339 +SVN,2005,17,12227,12851 +SVN,2005,18,12644,13239 +SVN,2006,0,8960,9409 +SVN,2006,1,8607,9044 +SVN,2006,2,8558,9027 +SVN,2006,3,8530,9024 +SVN,2006,4,8525,9039 +SVN,2006,5,8545,9073 +SVN,2006,6,8595,9133 +SVN,2006,7,8678,9224 +SVN,2006,8,8783,9331 +SVN,2006,9,8907,9448 +SVN,2006,10,9059,9588 +SVN,2006,11,9237,9754 +SVN,2006,12,9423,9923 +SVN,2006,13,9716,10218 +SVN,2006,14,10161,10693 +SVN,2006,15,10702,11281 +SVN,2006,16,11239,11867 +SVN,2006,17,11788,12477 +SVN,2006,18,12292,13014 +SVN,2007,0,9594,10119 +SVN,2007,1,9282,9812 +SVN,2007,2,8682,9146 +SVN,2007,3,8598,9084 +SVN,2007,4,8549,9054 +SVN,2007,5,8534,9056 +SVN,2007,6,8553,9088 +SVN,2007,7,8611,9158 +SVN,2007,8,8712,9273 +SVN,2007,9,8829,9394 +SVN,2007,10,8951,9507 +SVN,2007,11,9094,9633 +SVN,2007,12,9267,9791 +SVN,2007,13,9450,9954 +SVN,2007,14,9744,10253 +SVN,2007,15,10193,10750 +SVN,2007,16,10741,11371 +SVN,2007,17,11284,11987 +SVN,2007,18,11840,12627 +SVN,2008,0,10297,10924 +SVN,2008,1,9783,10381 +SVN,2008,2,9361,9936 +SVN,2008,3,8753,9251 +SVN,2008,4,8634,9145 +SVN,2008,5,8563,9087 +SVN,2008,6,8539,9075 +SVN,2008,7,8557,9105 +SVN,2008,8,8623,9185 +SVN,2008,9,8741,9323 +SVN,2008,10,8870,9460 +SVN,2008,11,8991,9569 +SVN,2008,12,9125,9680 +SVN,2008,13,9293,9830 +SVN,2008,14,9473,9987 +SVN,2008,15,9767,10292 +SVN,2008,16,10220,10810 +SVN,2008,17,10775,11463 +SVN,2008,18,11325,12109 +SVN,2009,0,10890,11601 +SVN,2009,1,10235,10890 +SVN,2009,2,9696,10308 +SVN,2009,3,9266,9845 +SVN,2009,4,8824,9353 +SVN,2009,5,8670,9201 +SVN,2009,6,8578,9116 +SVN,2009,7,8544,9090 +SVN,2009,8,8561,9118 +SVN,2009,9,8635,9208 +SVN,2009,10,8771,9370 +SVN,2009,11,8912,9522 +SVN,2009,12,9032,9626 +SVN,2009,13,9156,9723 +SVN,2009,14,9320,9866 +SVN,2009,15,9497,10017 +SVN,2009,16,9790,10326 +SVN,2009,17,10247,10866 +SVN,2009,18,10809,11551 +SVN,2010,0,11244,11989 +SVN,2010,1,10562,11241 +SVN,2010,2,9993,10622 +SVN,2010,3,9531,10122 +SVN,2010,4,9168,9733 +SVN,2010,5,8896,9445 +SVN,2010,6,8707,9248 +SVN,2010,7,8595,9135 +SVN,2010,8,8550,9096 +SVN,2010,9,8567,9122 +SVN,2010,10,8649,9223 +SVN,2010,11,8803,9408 +SVN,2010,12,8956,9574 +SVN,2010,13,9074,9675 +SVN,2010,14,9188,9757 +SVN,2010,15,9347,9891 +SVN,2010,16,9522,10036 +SVN,2010,17,9815,10350 +SVN,2010,18,10277,10911 +SVN,2011,0,11309,12069 +SVN,2011,1,11114,11861 +SVN,2011,2,10528,11219 +SVN,2011,3,10022,10669 +SVN,2011,4,9594,10206 +SVN,2011,5,9242,9829 +SVN,2011,6,8958,9528 +SVN,2011,7,8737,9294 +SVN,2011,8,8601,9154 +SVN,2011,9,8556,9120 +SVN,2011,10,8586,9168 +SVN,2011,11,8671,9278 +SVN,2011,12,8820,9465 +SVN,2011,13,8976,9637 +SVN,2011,14,9110,9748 +SVN,2011,15,9247,9843 +SVN,2011,16,9427,9990 +SVN,2011,17,9623,10147 +SVN,2011,18,9928,10466 +SVN,2012,0,11141,11866 +SVN,2012,1,10784,11480 +SVN,2012,2,10991,11725 +SVN,2012,3,10500,11191 +SVN,2012,4,10056,10710 +SVN,2012,5,9662,10285 +SVN,2012,6,9321,9919 +SVN,2012,7,9026,9605 +SVN,2012,8,8773,9333 +SVN,2012,9,8612,9168 +SVN,2012,10,8566,9138 +SVN,2012,11,8611,9209 +SVN,2012,12,8699,9328 +SVN,2012,13,8843,9518 +SVN,2012,14,9002,9694 +SVN,2012,15,9152,9816 +SVN,2012,16,9312,9924 +SVN,2012,17,9513,10083 +SVN,2012,18,9730,10252 +SVN,2013,0,10811,11473 +SVN,2013,1,10731,11397 +SVN,2013,2,10599,11264 +SVN,2013,3,10869,11583 +SVN,2013,4,10474,11156 +SVN,2013,5,10092,10744 +SVN,2013,6,9731,10357 +SVN,2013,7,9401,10004 +SVN,2013,8,9095,9677 +SVN,2013,9,8809,9368 +SVN,2013,10,8624,9177 +SVN,2013,11,8578,9150 +SVN,2013,12,8636,9244 +SVN,2013,13,8727,9373 +SVN,2013,14,8867,9564 +SVN,2013,15,9029,9746 +SVN,2013,16,9195,9877 +SVN,2013,17,9378,9999 +SVN,2013,18,9600,10169 +SVN,2014,0,10436,11032 +SVN,2014,1,10616,11247 +SVN,2014,2,10681,11335 +SVN,2014,3,10648,11313 +SVN,2014,4,10742,11433 +SVN,2014,5,10443,11113 +SVN,2014,6,10122,10771 +SVN,2014,7,9796,10422 +SVN,2014,8,9476,10082 +SVN,2014,9,9160,9742 +SVN,2014,10,8842,9396 +SVN,2014,11,8632,9179 +SVN,2014,12,8586,9157 +SVN,2014,13,8658,9273 +SVN,2014,14,8752,9411 +SVN,2014,15,8887,9604 +SVN,2014,16,9052,9790 +SVN,2014,17,9233,9932 +SVN,2014,18,9440,10067 +SVN,2015,0,10103,10652 +SVN,2015,1,10473,11076 +SVN,2015,2,10689,11329 +SVN,2015,3,10770,11432 +SVN,2015,4,10736,11407 +SVN,2015,5,10608,11278 +SVN,2015,6,10405,11066 +SVN,2015,7,10147,10793 +SVN,2015,8,9854,10482 +SVN,2015,9,9546,10155 +SVN,2015,10,9219,9803 +SVN,2015,11,8868,9419 +SVN,2015,12,8635,9177 +SVN,2015,13,8588,9159 +SVN,2015,14,8674,9297 +SVN,2015,15,8771,9445 +SVN,2015,16,8901,9639 +SVN,2015,17,9069,9831 +SVN,2015,18,9266,9983 +SVN,2016,0,9853,10380 +SVN,2016,1,10191,10750 +SVN,2016,2,10505,11110 +SVN,2016,3,10684,11321 +SVN,2016,4,10747,11403 +SVN,2016,5,10709,11374 +SVN,2016,6,10590,11256 +SVN,2016,7,10410,11071 +SVN,2016,8,10170,10818 +SVN,2016,9,9880,10509 +SVN,2016,10,9566,10174 +SVN,2016,11,9240,9822 +SVN,2016,12,8893,9441 +SVN,2016,13,8664,9202 +SVN,2016,14,8621,9188 +SVN,2016,15,8711,9330 +SVN,2016,16,8812,9481 +SVN,2016,17,8945,9679 +SVN,2016,18,9116,9873 +SVN,2017,0,9642,10163 +SVN,2017,1,10153,10727 +SVN,2017,2,10273,10844 +SVN,2017,3,10530,11138 +SVN,2017,4,10674,11308 +SVN,2017,5,10718,11369 +SVN,2017,6,10676,11335 +SVN,2017,7,10566,11228 +SVN,2017,8,10410,11070 +SVN,2017,9,10188,10838 +SVN,2017,10,9901,10532 +SVN,2017,11,9581,10188 +SVN,2017,12,9256,9836 +SVN,2017,13,8913,9459 +SVN,2017,14,8689,9224 +SVN,2017,15,8650,9213 +SVN,2017,16,8743,9358 +SVN,2017,17,8847,9513 +SVN,2017,18,8985,9714 +SVN,2018,0,9470,9995 +SVN,2018,1,9962,10526 +SVN,2018,2,10323,10919 +SVN,2018,3,10352,10933 +SVN,2018,4,10551,11162 +SVN,2018,5,10659,11291 +SVN,2018,6,10685,11331 +SVN,2018,7,10638,11292 +SVN,2018,8,10539,11196 +SVN,2018,9,10406,11065 +SVN,2018,10,10202,10854 +SVN,2018,11,9918,10550 +SVN,2018,12,9592,10198 +SVN,2018,13,9268,9846 +SVN,2018,14,8930,9473 +SVN,2018,15,8710,9242 +SVN,2018,16,8675,9235 +SVN,2018,17,8772,9383 +SVN,2018,18,8880,9541 +SVN,2019,0,9300,9900 +SVN,2019,1,9800,10000 +SVN,2019,2,10000,11000 +SVN,2019,3,10000,11000 +SVN,2019,4,10000,11000 +SVN,2019,5,11000,11000 +SVN,2019,6,11000,11000 +SVN,2019,7,11000,11000 +SVN,2019,8,11000,11000 +SVN,2019,9,11000,11000 +SVN,2019,10,10000,11000 +SVN,2019,11,10000,11000 +SVN,2019,12,9900,11000 +SVN,2019,13,9600,10000 +SVN,2019,14,9300,9900 +SVN,2019,15,8900,9500 +SVN,2019,16,8700,9300 +SVN,2019,17,8700,9300 +SVN,2019,18,8800,9400 +SVN,2020,0,9200,9700 +SVN,2020,1,9600,10000 +SVN,2020,2,9900,10000 +SVN,2020,3,10000,11000 +SVN,2020,4,10000,11000 +SVN,2020,5,11000,11000 +SVN,2020,6,11000,11000 +SVN,2020,7,11000,11000 +SVN,2020,8,11000,11000 +SVN,2020,9,11000,11000 +SVN,2020,10,10000,11000 +SVN,2020,11,10000,11000 +SVN,2020,12,10000,11000 +SVN,2020,13,9900,11000 +SVN,2020,14,9600,10000 +SVN,2020,15,9300,9900 +SVN,2020,16,9000,9500 +SVN,2020,17,8700,9300 +SVN,2020,18,8700,9300 +SVN,2021,0,9100,9600 +SVN,2021,1,9300,9800 +SVN,2021,2,9600,10000 +SVN,2021,3,9900,10000 +SVN,2021,4,10000,11000 +SVN,2021,5,10000,11000 +SVN,2021,6,10000,11000 +SVN,2021,7,11000,11000 +SVN,2021,8,11000,11000 +SVN,2021,9,11000,11000 +SVN,2021,10,11000,11000 +SVN,2021,11,10000,11000 +SVN,2021,12,10000,11000 +SVN,2021,13,10000,11000 +SVN,2021,14,10000,11000 +SVN,2021,15,9600,10000 +SVN,2021,16,9300,9900 +SVN,2021,17,9000,9500 +SVN,2021,18,8800,9300 +SVN,2022,0,9100,9600 +SVN,2022,1,9300,9800 +SVN,2022,2,9300,9900 +SVN,2022,3,9600,10000 +SVN,2022,4,9900,10000 +SVN,2022,5,10000,11000 +SVN,2022,6,10000,11000 +SVN,2022,7,10000,11000 +SVN,2022,8,11000,11000 +SVN,2022,9,11000,11000 +SVN,2022,10,11000,11000 +SVN,2022,11,11000,11000 +SVN,2022,12,11000,11000 +SVN,2022,13,10000,11000 +SVN,2022,14,10000,11000 +SVN,2022,15,10000,11000 +SVN,2022,16,9700,10000 +SVN,2022,17,9400,9900 +SVN,2022,18,9000,9600 +SVN,2023,0,9000,9500 +SVN,2023,1,9200,9700 +SVN,2023,2,9400,9900 +SVN,2023,3,9400,9900 +SVN,2023,4,9700,10000 +SVN,2023,5,9900,10000 +SVN,2023,6,10000,11000 +SVN,2023,7,10000,11000 +SVN,2023,8,10000,11000 +SVN,2023,9,11000,11000 +SVN,2023,10,11000,11000 +SVN,2023,11,11000,11000 +SVN,2023,12,11000,11000 +SVN,2023,13,11000,11000 +SVN,2023,14,10000,11000 +SVN,2023,15,10000,11000 +SVN,2023,16,10000,11000 +SVN,2023,17,9700,10000 +SVN,2023,18,9400,10000 +SVN,2024,0,9000,9500 +SVN,2024,1,9100,9600 +SVN,2024,2,9200,9700 +SVN,2024,3,9300,9900 +SVN,2024,4,9400,10000 +SVN,2024,5,9700,10000 +SVN,2024,6,9900,10000 +SVN,2024,7,10000,11000 +SVN,2024,8,10000,11000 +SVN,2024,9,10000,11000 +SVN,2024,10,11000,11000 +SVN,2024,11,11000,11000 +SVN,2024,12,11000,11000 +SVN,2024,13,11000,11000 +SVN,2024,14,11000,11000 +SVN,2024,15,10000,11000 +SVN,2024,16,10000,11000 +SVN,2024,17,10000,11000 +SVN,2024,18,9700,10000 +SVN,2025,0,8900,9400 +SVN,2025,1,8900,9400 +SVN,2025,2,9000,9500 +SVN,2025,3,9200,9700 +SVN,2025,4,9300,9800 +SVN,2025,5,9500,10000 +SVN,2025,6,9700,10000 +SVN,2025,7,9900,10000 +SVN,2025,8,10000,11000 +SVN,2025,9,10000,11000 +SVN,2025,10,10000,11000 +SVN,2025,11,11000,11000 +SVN,2025,12,11000,11000 +SVN,2025,13,11000,11000 +SVN,2025,14,11000,11000 +SVN,2025,15,11000,11000 +SVN,2025,16,10000,11000 +SVN,2025,17,10000,11000 +SVN,2025,18,10000,11000 +SVN,2026,0,8800,9200 +SVN,2026,1,8900,9400 +SVN,2026,2,8900,9400 +SVN,2026,3,9000,9500 +SVN,2026,4,9200,9700 +SVN,2026,5,9300,9800 +SVN,2026,6,9500,10000 +SVN,2026,7,9700,10000 +SVN,2026,8,9900,10000 +SVN,2026,9,10000,11000 +SVN,2026,10,10000,11000 +SVN,2026,11,10000,11000 +SVN,2026,12,11000,11000 +SVN,2026,13,11000,11000 +SVN,2026,14,11000,11000 +SVN,2026,15,11000,11000 +SVN,2026,16,11000,11000 +SVN,2026,17,11000,11000 +SVN,2026,18,10000,11000 +SVN,2027,0,8600,9100 +SVN,2027,1,8700,9100 +SVN,2027,2,8900,9300 +SVN,2027,3,9000,9400 +SVN,2027,4,9100,9500 +SVN,2027,5,9200,9700 +SVN,2027,6,9400,9900 +SVN,2027,7,9500,10000 +SVN,2027,8,9700,10000 +SVN,2027,9,9900,10000 +SVN,2027,10,10000,11000 +SVN,2027,11,10000,11000 +SVN,2027,12,10000,11000 +SVN,2027,13,11000,11000 +SVN,2027,14,11000,11000 +SVN,2027,15,11000,11000 +SVN,2027,16,11000,11000 +SVN,2027,17,11000,11000 +SVN,2027,18,11000,11000 +SVN,2028,0,8400,8900 +SVN,2028,1,8500,9000 +SVN,2028,2,8600,9100 +SVN,2028,3,8800,9300 +SVN,2028,4,9000,9400 +SVN,2028,5,9100,9600 +SVN,2028,6,9200,9700 +SVN,2028,7,9400,9900 +SVN,2028,8,9500,10000 +SVN,2028,9,9700,10000 +SVN,2028,10,9900,10000 +SVN,2028,11,10000,11000 +SVN,2028,12,10000,11000 +SVN,2028,13,10000,11000 +SVN,2028,14,11000,11000 +SVN,2028,15,11000,11000 +SVN,2028,16,11000,11000 +SVN,2028,17,11000,11000 +SVN,2028,18,11000,11000 +SVN,2029,0,8300,8800 +SVN,2029,1,8400,8800 +SVN,2029,2,8500,9000 +SVN,2029,3,8600,9100 +SVN,2029,4,8800,9300 +SVN,2029,5,8900,9400 +SVN,2029,6,9100,9600 +SVN,2029,7,9200,9700 +SVN,2029,8,9400,9900 +SVN,2029,9,9500,10000 +SVN,2029,10,9700,10000 +SVN,2029,11,9900,10000 +SVN,2029,12,10000,11000 +SVN,2029,13,10000,11000 +SVN,2029,14,10000,11000 +SVN,2029,15,11000,11000 +SVN,2029,16,11000,11000 +SVN,2029,17,11000,11000 +SVN,2029,18,11000,11000 +SVN,2030,0,8200,8700 +SVN,2030,1,8300,8800 +SVN,2030,2,8400,8900 +SVN,2030,3,8500,9000 +SVN,2030,4,8700,9100 +SVN,2030,5,8800,9300 +SVN,2030,6,8900,9400 +SVN,2030,7,9100,9600 +SVN,2030,8,9200,9700 +SVN,2030,9,9400,9900 +SVN,2030,10,9600,10000 +SVN,2030,11,9700,10000 +SVN,2030,12,9900,10000 +SVN,2030,13,10000,11000 +SVN,2030,14,10000,11000 +SVN,2030,15,10000,11000 +SVN,2030,16,11000,11000 +SVN,2030,17,11000,11000 +SVN,2030,18,11000,11000 +SVN,2031,0,8200,8600 +SVN,2031,1,8200,8700 +SVN,2031,2,8300,8800 +SVN,2031,3,8400,8900 +SVN,2031,4,8500,9000 +SVN,2031,5,8700,9100 +SVN,2031,6,8800,9300 +SVN,2031,7,8900,9400 +SVN,2031,8,9100,9600 +SVN,2031,9,9300,9800 +SVN,2031,10,9400,9900 +SVN,2031,11,9600,10000 +SVN,2031,12,9700,10000 +SVN,2031,13,9900,10000 +SVN,2031,14,10000,11000 +SVN,2031,15,10000,11000 +SVN,2031,16,11000,11000 +SVN,2031,17,11000,11000 +SVN,2031,18,11000,11000 +SVN,2032,0,8200,8600 +SVN,2032,1,8200,8700 +SVN,2032,2,8200,8700 +SVN,2032,3,8300,8800 +SVN,2032,4,8400,8900 +SVN,2032,5,8500,9000 +SVN,2032,6,8700,9100 +SVN,2032,7,8800,9300 +SVN,2032,8,9000,9400 +SVN,2032,9,9100,9600 +SVN,2032,10,9300,9800 +SVN,2032,11,9400,9900 +SVN,2032,12,9600,10000 +SVN,2032,13,9700,10000 +SVN,2032,14,9900,10000 +SVN,2032,15,10000,11000 +SVN,2032,16,10000,11000 +SVN,2032,17,11000,11000 +SVN,2032,18,11000,11000 +SVN,2033,0,8200,8700 +SVN,2033,1,8200,8700 +SVN,2033,2,8300,8700 +SVN,2033,3,8300,8700 +SVN,2033,4,8300,8800 +SVN,2033,5,8400,8900 +SVN,2033,6,8500,9000 +SVN,2033,7,8700,9100 +SVN,2033,8,8800,9300 +SVN,2033,9,9000,9400 +SVN,2033,10,9100,9600 +SVN,2033,11,9300,9800 +SVN,2033,12,9400,9900 +SVN,2033,13,9600,10000 +SVN,2033,14,9800,10000 +SVN,2033,15,9900,10000 +SVN,2033,16,10000,11000 +SVN,2033,17,10000,11000 +SVN,2033,18,11000,11000 +SVN,2034,0,8300,8800 +SVN,2034,1,8300,8700 +SVN,2034,2,8200,8700 +SVN,2034,3,8300,8700 +SVN,2034,4,8300,8700 +SVN,2034,5,8300,8800 +SVN,2034,6,8400,8900 +SVN,2034,7,8500,9000 +SVN,2034,8,8700,9100 +SVN,2034,9,8800,9300 +SVN,2034,10,9000,9400 +SVN,2034,11,9100,9600 +SVN,2034,12,9300,9800 +SVN,2034,13,9400,10000 +SVN,2034,14,9600,10000 +SVN,2034,15,9800,10000 +SVN,2034,16,10000,10000 +SVN,2034,17,10000,11000 +SVN,2034,18,10000,11000 +SVN,2035,0,8400,8800 +SVN,2035,1,8300,8700 +SVN,2035,2,8200,8700 +SVN,2035,3,8200,8700 +SVN,2035,4,8200,8700 +SVN,2035,5,8300,8700 +SVN,2035,6,8300,8800 +SVN,2035,7,8400,8900 +SVN,2035,8,8500,9000 +SVN,2035,9,8700,9100 +SVN,2035,10,8800,9300 +SVN,2035,11,8900,9400 +SVN,2035,12,9100,9600 +SVN,2035,13,9300,9800 +SVN,2035,14,9500,10000 +SVN,2035,15,9600,10000 +SVN,2035,16,9800,10000 +SVN,2035,17,10000,11000 +SVN,2035,18,10000,11000 +SVN,2036,0,8500,8900 +SVN,2036,1,8400,8800 +SVN,2036,2,8300,8800 +SVN,2036,3,8300,8700 +SVN,2036,4,8200,8700 +SVN,2036,5,8300,8700 +SVN,2036,6,8300,8700 +SVN,2036,7,8300,8800 +SVN,2036,8,8400,8900 +SVN,2036,9,8500,9000 +SVN,2036,10,8700,9100 +SVN,2036,11,8800,9300 +SVN,2036,12,9000,9400 +SVN,2036,13,9100,9600 +SVN,2036,14,9300,9800 +SVN,2036,15,9500,10000 +SVN,2036,16,9700,10000 +SVN,2036,17,9800,10000 +SVN,2036,18,10000,11000 +SVN,2037,0,8500,9000 +SVN,2037,1,8400,8900 +SVN,2037,2,8400,8800 +SVN,2037,3,8300,8800 +SVN,2037,4,8300,8700 +SVN,2037,5,8300,8700 +SVN,2037,6,8300,8700 +SVN,2037,7,8300,8700 +SVN,2037,8,8400,8800 +SVN,2037,9,8400,8900 +SVN,2037,10,8500,9000 +SVN,2037,11,8700,9100 +SVN,2037,12,8800,9300 +SVN,2037,13,9000,9500 +SVN,2037,14,9200,9600 +SVN,2037,15,9300,9800 +SVN,2037,16,9500,10000 +SVN,2037,17,9700,10000 +SVN,2037,18,9900,10000 +SVN,2038,0,8600,9100 +SVN,2038,1,8500,9000 +SVN,2038,2,8400,8900 +SVN,2038,3,8400,8800 +SVN,2038,4,8300,8800 +SVN,2038,5,8300,8700 +SVN,2038,6,8300,8700 +SVN,2038,7,8300,8700 +SVN,2038,8,8300,8800 +SVN,2038,9,8400,8800 +SVN,2038,10,8400,8900 +SVN,2038,11,8500,9000 +SVN,2038,12,8700,9100 +SVN,2038,13,8800,9300 +SVN,2038,14,9000,9500 +SVN,2038,15,9200,9700 +SVN,2038,16,9400,9900 +SVN,2038,17,9600,10000 +SVN,2038,18,9700,10000 +SVN,2039,0,8700,9200 +SVN,2039,1,8600,9000 +SVN,2039,2,8500,8900 +SVN,2039,3,8400,8900 +SVN,2039,4,8400,8800 +SVN,2039,5,8300,8800 +SVN,2039,6,8300,8700 +SVN,2039,7,8300,8700 +SVN,2039,8,8300,8700 +SVN,2039,9,8300,8800 +SVN,2039,10,8400,8800 +SVN,2039,11,8400,8900 +SVN,2039,12,8500,9000 +SVN,2039,13,8700,9200 +SVN,2039,14,8900,9300 +SVN,2039,15,9000,9500 +SVN,2039,16,9200,9700 +SVN,2039,17,9400,9900 +SVN,2039,18,9600,10000 +SVN,2040,0,8800,9200 +SVN,2040,1,8700,9100 +SVN,2040,2,8600,9000 +SVN,2040,3,8500,8900 +SVN,2040,4,8400,8900 +SVN,2040,5,8400,8800 +SVN,2040,6,8300,8800 +SVN,2040,7,8300,8700 +SVN,2040,8,8300,8700 +SVN,2040,9,8300,8700 +SVN,2040,10,8300,8800 +SVN,2040,11,8400,8800 +SVN,2040,12,8400,8900 +SVN,2040,13,8500,9000 +SVN,2040,14,8700,9200 +SVN,2040,15,8900,9300 +SVN,2040,16,9000,9500 +SVN,2040,17,9200,9700 +SVN,2040,18,9400,9900 +SVN,2041,0,8800,9300 +SVN,2041,1,8800,9200 +SVN,2041,2,8700,9100 +SVN,2041,3,8600,9000 +SVN,2041,4,8500,8900 +SVN,2041,5,8400,8900 +SVN,2041,6,8400,8800 +SVN,2041,7,8300,8800 +SVN,2041,8,8300,8700 +SVN,2041,9,8300,8700 +SVN,2041,10,8300,8700 +SVN,2041,11,8300,8800 +SVN,2041,12,8400,8800 +SVN,2041,13,8500,8900 +SVN,2041,14,8600,9000 +SVN,2041,15,8700,9200 +SVN,2041,16,8900,9400 +SVN,2041,17,9100,9500 +SVN,2041,18,9300,9700 +SVN,2042,0,8900,9300 +SVN,2042,1,8800,9300 +SVN,2042,2,8800,9200 +SVN,2042,3,8700,9100 +SVN,2042,4,8600,9000 +SVN,2042,5,8500,9000 +SVN,2042,6,8400,8900 +SVN,2042,7,8400,8800 +SVN,2042,8,8300,8800 +SVN,2042,9,8300,8700 +SVN,2042,10,8300,8700 +SVN,2042,11,8300,8800 +SVN,2042,12,8400,8800 +SVN,2042,13,8400,8800 +SVN,2042,14,8500,8900 +SVN,2042,15,8600,9100 +SVN,2042,16,8800,9200 +SVN,2042,17,8900,9400 +SVN,2042,18,9100,9600 +SVN,2043,0,8900,9400 +SVN,2043,1,8900,9300 +SVN,2043,2,8800,9300 +SVN,2043,3,8800,9200 +SVN,2043,4,8700,9100 +SVN,2043,5,8600,9000 +SVN,2043,6,8500,9000 +SVN,2043,7,8400,8900 +SVN,2043,8,8400,8800 +SVN,2043,9,8300,8800 +SVN,2043,10,8300,8700 +SVN,2043,11,8300,8700 +SVN,2043,12,8300,8800 +SVN,2043,13,8400,8800 +SVN,2043,14,8400,8900 +SVN,2043,15,8500,8900 +SVN,2043,16,8600,9100 +SVN,2043,17,8800,9200 +SVN,2043,18,9000,9400 +SVN,2044,0,8900,9400 +SVN,2044,1,8900,9400 +SVN,2044,2,8900,9300 +SVN,2044,3,8800,9300 +SVN,2044,4,8800,9200 +SVN,2044,5,8700,9100 +SVN,2044,6,8600,9100 +SVN,2044,7,8500,9000 +SVN,2044,8,8400,8900 +SVN,2044,9,8400,8800 +SVN,2044,10,8300,8800 +SVN,2044,11,8300,8700 +SVN,2044,12,8300,8700 +SVN,2044,13,8300,8800 +SVN,2044,14,8400,8800 +SVN,2044,15,8400,8900 +SVN,2044,16,8500,9000 +SVN,2044,17,8700,9100 +SVN,2044,18,8800,9300 +SVN,2045,0,8900,9400 +SVN,2045,1,8900,9400 +SVN,2045,2,8900,9400 +SVN,2045,3,8900,9300 +SVN,2045,4,8800,9300 +SVN,2045,5,8700,9200 +SVN,2045,6,8700,9100 +SVN,2045,7,8600,9100 +SVN,2045,8,8500,9000 +SVN,2045,9,8400,8900 +SVN,2045,10,8400,8800 +SVN,2045,11,8300,8800 +SVN,2045,12,8300,8700 +SVN,2045,13,8300,8700 +SVN,2045,14,8300,8800 +SVN,2045,15,8400,8800 +SVN,2045,16,8400,8900 +SVN,2045,17,8500,9000 +SVN,2045,18,8700,9100 +SVN,2046,0,8900,9400 +SVN,2046,1,8900,9400 +SVN,2046,2,8900,9400 +SVN,2046,3,8900,9400 +SVN,2046,4,8900,9300 +SVN,2046,5,8800,9300 +SVN,2046,6,8700,9200 +SVN,2046,7,8700,9100 +SVN,2046,8,8600,9100 +SVN,2046,9,8500,9000 +SVN,2046,10,8500,8900 +SVN,2046,11,8400,8800 +SVN,2046,12,8300,8800 +SVN,2046,13,8300,8800 +SVN,2046,14,8300,8800 +SVN,2046,15,8400,8800 +SVN,2046,16,8400,8900 +SVN,2046,17,8500,8900 +SVN,2046,18,8600,9000 +SVN,2047,0,8900,9300 +SVN,2047,1,8900,9400 +SVN,2047,2,8900,9400 +SVN,2047,3,8900,9400 +SVN,2047,4,8900,9400 +SVN,2047,5,8900,9300 +SVN,2047,6,8800,9300 +SVN,2047,7,8700,9200 +SVN,2047,8,8700,9100 +SVN,2047,9,8600,9100 +SVN,2047,10,8500,9000 +SVN,2047,11,8500,8900 +SVN,2047,12,8400,8900 +SVN,2047,13,8400,8800 +SVN,2047,14,8300,8800 +SVN,2047,15,8400,8800 +SVN,2047,16,8400,8800 +SVN,2047,17,8500,8900 +SVN,2047,18,8500,9000 +SVN,2048,0,8800,9300 +SVN,2048,1,8900,9400 +SVN,2048,2,9000,9400 +SVN,2048,3,9000,9400 +SVN,2048,4,8900,9400 +SVN,2048,5,8900,9400 +SVN,2048,6,8900,9300 +SVN,2048,7,8800,9300 +SVN,2048,8,8800,9200 +SVN,2048,9,8700,9100 +SVN,2048,10,8600,9100 +SVN,2048,11,8500,9000 +SVN,2048,12,8500,8900 +SVN,2048,13,8400,8900 +SVN,2048,14,8400,8800 +SVN,2048,15,8400,8800 +SVN,2048,16,8400,8800 +SVN,2048,17,8400,8900 +SVN,2048,18,8500,8900 +SVN,2049,0,8800,9200 +SVN,2049,1,8900,9300 +SVN,2049,2,8900,9400 +SVN,2049,3,9000,9400 +SVN,2049,4,9000,9400 +SVN,2049,5,8900,9400 +SVN,2049,6,8900,9400 +SVN,2049,7,8900,9300 +SVN,2049,8,8800,9300 +SVN,2049,9,8700,9200 +SVN,2049,10,8700,9100 +SVN,2049,11,8600,9100 +SVN,2049,12,8500,9000 +SVN,2049,13,8500,8900 +SVN,2049,14,8400,8900 +SVN,2049,15,8400,8800 +SVN,2049,16,8400,8800 +SVN,2049,17,8400,8800 +SVN,2049,18,8500,8900 +SVN,2050,0,8700,9200 +SVN,2050,1,8800,9300 +SVN,2050,2,8900,9400 +SVN,2050,3,8900,9400 +SVN,2050,4,9000,9400 +SVN,2050,5,9000,9400 +SVN,2050,6,8900,9400 +SVN,2050,7,8900,9400 +SVN,2050,8,8900,9300 +SVN,2050,9,8800,9300 +SVN,2050,10,8700,9200 +SVN,2050,11,8700,9100 +SVN,2050,12,8600,9100 +SVN,2050,13,8600,9000 +SVN,2050,14,8500,8900 +SVN,2050,15,8500,8900 +SVN,2050,16,8400,8900 +SVN,2050,17,8400,8800 +SVN,2050,18,8400,8900 +SWE,1990,0,58710,61794 +SWE,1990,1,55874,58874 +SWE,1990,2,53453,56372 +SWE,1990,3,51430,54271 +SWE,1990,4,49788,52555 +SWE,1990,5,48507,51208 +SWE,1990,6,47572,50211 +SWE,1990,7,46965,49550 +SWE,1990,8,46667,49207 +SWE,1990,9,46662,49166 +SWE,1990,10,46883,49360 +SWE,1990,11,47263,49720 +SWE,1990,12,48030,50485 +SWE,1990,13,49265,51738 +SWE,1990,14,50802,53312 +SWE,1990,15,52384,54937 +SWE,1990,16,54046,56647 +SWE,1990,17,55503,58169 +SWE,1990,18,56584,59331 +SWE,1991,0,59735,62853 +SWE,1991,1,58580,61661 +SWE,1991,2,56101,59109 +SWE,1991,3,53900,56836 +SWE,1991,4,51982,54847 +SWE,1991,5,50353,53149 +SWE,1991,6,48996,51727 +SWE,1991,7,47896,50564 +SWE,1991,8,47166,49779 +SWE,1991,9,46854,49424 +SWE,1991,10,46901,49437 +SWE,1991,11,47130,49641 +SWE,1991,12,47494,49988 +SWE,1991,13,48262,50746 +SWE,1991,14,49524,52002 +SWE,1991,15,51106,53584 +SWE,1991,16,52729,55216 +SWE,1991,17,54433,56932 +SWE,1991,18,55925,58469 +SWE,1992,0,60289,63430 +SWE,1992,1,58687,61787 +SWE,1992,2,58484,61560 +SWE,1992,3,56361,59376 +SWE,1992,4,54378,57330 +SWE,1992,5,52564,55451 +SWE,1992,6,50948,53771 +SWE,1992,7,49514,52273 +SWE,1992,8,48248,50943 +SWE,1992,9,47395,50034 +SWE,1992,10,47068,49666 +SWE,1992,11,47167,49734 +SWE,1992,12,47404,49947 +SWE,1992,13,47752,50283 +SWE,1992,14,48523,51034 +SWE,1992,15,49813,52292 +SWE,1992,16,51440,53884 +SWE,1992,17,53105,55525 +SWE,1992,18,54852,57247 +SWE,1993,0,60041,63175 +SWE,1993,1,59392,62511 +SWE,1993,2,58485,61576 +SWE,1993,3,58381,61450 +SWE,1993,4,56614,59634 +SWE,1993,5,54850,57816 +SWE,1993,6,53140,56049 +SWE,1993,7,51537,54385 +SWE,1993,8,50026,52812 +SWE,1993,9,48595,51315 +SWE,1993,10,47618,50282 +SWE,1993,11,47276,49901 +SWE,1993,12,47427,50024 +SWE,1993,13,47673,50247 +SWE,1993,14,48006,50570 +SWE,1993,15,48777,51315 +SWE,1993,16,50096,52576 +SWE,1993,17,51767,54176 +SWE,1993,18,53475,55826 +SWE,1994,0,58601,61681 +SWE,1994,1,59094,62190 +SWE,1994,2,59071,62168 +SWE,1994,3,58610,61694 +SWE,1994,4,58234,61300 +SWE,1994,5,56825,59853 +SWE,1994,6,55282,58264 +SWE,1994,7,53678,56609 +SWE,1994,8,52089,54964 +SWE,1994,9,50502,53317 +SWE,1994,10,48906,51653 +SWE,1994,11,47806,50497 +SWE,1994,12,47450,50104 +SWE,1994,13,47653,50281 +SWE,1994,14,47907,50514 +SWE,1994,15,48223,50825 +SWE,1994,16,48996,51563 +SWE,1994,17,50342,52825 +SWE,1994,18,52057,54433 +SWE,1995,0,55804,58773 +SWE,1995,1,57572,60599 +SWE,1995,2,58581,61645 +SWE,1995,3,58930,62012 +SWE,1995,4,58714,61797 +SWE,1995,5,58033,61102 +SWE,1995,6,56983,60025 +SWE,1995,7,55661,58666 +SWE,1995,8,54164,57125 +SWE,1995,9,52591,55500 +SWE,1995,10,50929,53779 +SWE,1995,11,49170,51951 +SWE,1995,12,47949,50673 +SWE,1995,13,47579,50267 +SWE,1995,14,47833,50499 +SWE,1995,15,48096,50741 +SWE,1995,16,48396,51039 +SWE,1995,17,49169,51769 +SWE,1995,18,50541,53032 +SWE,1996,0,51458,54213 +SWE,1996,1,55907,58840 +SWE,1996,2,57652,60651 +SWE,1996,3,58651,61693 +SWE,1996,4,58998,62064 +SWE,1996,5,58789,61862 +SWE,1996,6,58122,61186 +SWE,1996,7,57096,60135 +SWE,1996,8,55790,58795 +SWE,1996,9,54294,57258 +SWE,1996,10,52712,55629 +SWE,1996,11,51048,53908 +SWE,1996,12,49284,52082 +SWE,1996,13,48070,50804 +SWE,1996,14,47724,50394 +SWE,1996,15,48014,50620 +SWE,1996,16,48309,50856 +SWE,1996,17,48640,51143 +SWE,1996,18,49437,51876 +SWE,1997,0,45776,48267 +SWE,1997,1,50717,53386 +SWE,1997,2,56004,58912 +SWE,1997,3,57727,60708 +SWE,1997,4,58715,61746 +SWE,1997,5,59061,62122 +SWE,1997,6,58858,61932 +SWE,1997,7,58206,61274 +SWE,1997,8,57204,60250 +SWE,1997,9,55915,58929 +SWE,1997,10,54419,57396 +SWE,1997,11,52829,55763 +SWE,1997,12,51161,54042 +SWE,1997,13,49393,52218 +SWE,1997,14,48186,50939 +SWE,1997,15,47866,50525 +SWE,1997,16,48191,50745 +SWE,1997,17,48517,50974 +SWE,1997,18,48881,51252 +SWE,1998,0,40008,42238 +SWE,1998,1,46365,48830 +SWE,1998,2,51312,53970 +SWE,1998,3,56096,58989 +SWE,1998,4,57796,60770 +SWE,1998,5,58773,61805 +SWE,1998,6,59118,62186 +SWE,1998,7,58922,62007 +SWE,1998,8,58285,61368 +SWE,1998,9,57307,60370 +SWE,1998,10,56034,59067 +SWE,1998,11,54540,57540 +SWE,1998,12,52942,55902 +SWE,1998,13,51269,54180 +SWE,1998,14,49498,52358 +SWE,1998,15,48298,51078 +SWE,1998,16,48003,50660 +SWE,1998,17,48363,50875 +SWE,1998,18,48721,51098 +SWE,1999,0,35841,37887 +SWE,1999,1,42817,45124 +SWE,1999,2,48401,50928 +SWE,1999,3,52715,55424 +SWE,1999,4,56170,59058 +SWE,1999,5,57847,60823 +SWE,1999,6,58814,61854 +SWE,1999,7,59157,62240 +SWE,1999,8,58967,62073 +SWE,1999,9,58345,61453 +SWE,1999,10,57392,60481 +SWE,1999,11,56136,59197 +SWE,1999,12,54643,57675 +SWE,1999,13,53037,56032 +SWE,1999,14,51362,54311 +SWE,1999,15,49587,52491 +SWE,1999,16,48395,51210 +SWE,1999,17,48124,50788 +SWE,1999,18,48520,50997 +SWE,2000,0,34422,36412 +SWE,2000,1,40876,43108 +SWE,2000,2,46197,48637 +SWE,2000,3,50470,53090 +SWE,2000,4,53784,56553 +SWE,2000,5,56224,59115 +SWE,2000,6,57878,60865 +SWE,2000,7,58833,61892 +SWE,2000,8,59175,62283 +SWE,2000,9,58991,62128 +SWE,2000,10,58384,61527 +SWE,2000,11,57456,60580 +SWE,2000,12,56217,59316 +SWE,2000,13,54726,57799 +SWE,2000,14,53114,56152 +SWE,2000,15,51436,54431 +SWE,2000,16,49659,52614 +SWE,2000,17,48475,51333 +SWE,2000,18,48229,50907 +SWE,2001,0,36400,38461 +SWE,2001,1,36059,38103 +SWE,2001,2,41471,43716 +SWE,2001,3,46139,48567 +SWE,2001,4,50085,52679 +SWE,2001,5,53331,56071 +SWE,2001,6,55965,58833 +SWE,2001,7,58075,61054 +SWE,2001,8,59355,62417 +SWE,2001,9,59696,62812 +SWE,2001,10,59316,62459 +SWE,2001,11,58644,61798 +SWE,2001,12,57715,60862 +SWE,2001,13,56490,59607 +SWE,2001,14,55032,58095 +SWE,2001,15,53465,56455 +SWE,2001,16,51831,54739 +SWE,2001,17,50095,52923 +SWE,2001,18,48951,51664 +SWE,2002,0,41120,43368 +SWE,2002,1,42633,44915 +SWE,2002,2,37632,39726 +SWE,2002,3,41991,44246 +SWE,2002,4,45997,48411 +SWE,2002,5,49608,52174 +SWE,2002,6,52781,55490 +SWE,2002,7,55605,58447 +SWE,2002,8,58168,61134 +SWE,2002,9,59771,62832 +SWE,2002,10,60109,63229 +SWE,2002,11,59533,62680 +SWE,2002,12,58798,61959 +SWE,2002,13,57871,61035 +SWE,2002,14,56661,59791 +SWE,2002,15,55239,58289 +SWE,2002,16,53721,56658 +SWE,2002,17,52132,54951 +SWE,2002,18,50441,53139 +SWE,2003,0,47273,49785 +SWE,2003,1,45316,47718 +SWE,2003,2,44415,46762 +SWE,2003,3,39179,41327 +SWE,2003,4,42485,44755 +SWE,2003,5,45828,48232 +SWE,2003,6,49103,51646 +SWE,2003,7,52200,54884 +SWE,2003,8,55211,58034 +SWE,2003,9,58225,61185 +SWE,2003,10,60149,63217 +SWE,2003,11,60485,63615 +SWE,2003,12,59714,62870 +SWE,2003,13,58916,62091 +SWE,2003,14,57991,61179 +SWE,2003,15,56797,59947 +SWE,2003,16,55411,58454 +SWE,2003,17,53943,56833 +SWE,2003,18,52401,55136 +SWE,2004,0,52993,55786 +SWE,2004,1,48152,50711 +SWE,2004,2,45024,47428 +SWE,2004,3,43392,45712 +SWE,2004,4,40760,42974 +SWE,2004,5,43017,45315 +SWE,2004,6,45702,48110 +SWE,2004,7,48643,51180 +SWE,2004,8,51669,54344 +SWE,2004,9,54869,57691 +SWE,2004,10,58335,61308 +SWE,2004,11,60582,63675 +SWE,2004,12,60915,64076 +SWE,2004,13,59949,63135 +SWE,2004,14,59088,62296 +SWE,2004,15,58164,61394 +SWE,2004,16,56985,60173 +SWE,2004,17,55635,58688 +SWE,2004,18,54214,57075 +SWE,2005,0,56939,59987 +SWE,2005,1,50497,53228 +SWE,2005,2,46059,48568 +SWE,2005,3,43388,45758 +SWE,2005,4,42248,44551 +SWE,2005,5,42402,44700 +SWE,2005,6,43612,45957 +SWE,2005,7,45642,48074 +SWE,2005,8,48254,50804 +SWE,2005,9,51212,53900 +SWE,2005,10,54608,57450 +SWE,2005,11,58531,61541 +SWE,2005,12,61105,64248 +SWE,2005,13,61436,64651 +SWE,2005,14,60272,63512 +SWE,2005,15,59346,62612 +SWE,2005,16,58422,61720 +SWE,2005,17,57257,60507 +SWE,2005,18,55940,59027 +SWE,2006,0,58401,61589 +SWE,2006,1,55819,58800 +SWE,2006,2,50418,53128 +SWE,2006,3,46614,49130 +SWE,2006,4,44241,46632 +SWE,2006,5,43133,45461 +SWE,2006,6,43047,45361 +SWE,2006,7,43739,46074 +SWE,2006,8,45437,47849 +SWE,2006,9,48131,50681 +SWE,2006,10,51422,54144 +SWE,2006,11,55010,57915 +SWE,2006,12,59068,62173 +SWE,2006,13,61739,64983 +SWE,2006,14,62105,65380 +SWE,2006,15,60935,64168 +SWE,2006,16,60009,63206 +SWE,2006,17,59075,62235 +SWE,2006,18,57919,61004 +SWE,2007,0,58150,61454 +SWE,2007,1,52947,55931 +SWE,2007,2,54820,57755 +SWE,2007,3,50447,53155 +SWE,2007,4,47267,49808 +SWE,2007,5,45185,47614 +SWE,2007,6,44108,46477 +SWE,2007,7,43783,46128 +SWE,2007,8,43960,46302 +SWE,2007,9,45329,47739 +SWE,2007,10,48111,50678 +SWE,2007,11,51741,54516 +SWE,2007,12,55529,58517 +SWE,2007,13,59729,62952 +SWE,2007,14,62504,65871 +SWE,2007,15,62905,66263 +SWE,2007,16,61727,64976 +SWE,2007,17,60798,63949 +SWE,2007,18,59853,62897 +SWE,2008,0,56751,60129 +SWE,2008,1,53603,56717 +SWE,2008,2,51063,53960 +SWE,2008,3,53883,56786 +SWE,2008,4,50534,53252 +SWE,2008,5,47975,50552 +SWE,2008,6,46183,48661 +SWE,2008,7,45134,47555 +SWE,2008,8,44570,46957 +SWE,2008,9,44230,46590 +SWE,2008,10,45273,47692 +SWE,2008,11,48146,50742 +SWE,2008,12,52120,54960 +SWE,2008,13,56112,59196 +SWE,2008,14,60459,63815 +SWE,2008,15,63341,66847 +SWE,2008,16,63778,67235 +SWE,2008,17,62590,65870 +SWE,2008,18,61657,64777 +SWE,2009,0,55115,58505 +SWE,2009,1,54082,57291 +SWE,2009,2,52949,55996 +SWE,2009,3,51775,54677 +SWE,2009,4,52930,55804 +SWE,2009,5,50608,53340 +SWE,2009,6,48672,51288 +SWE,2009,7,47171,49701 +SWE,2009,8,46151,48627 +SWE,2009,9,45347,47779 +SWE,2009,10,44490,46871 +SWE,2009,11,45205,47636 +SWE,2009,12,48169,50798 +SWE,2009,13,52485,55396 +SWE,2009,14,56682,59867 +SWE,2009,15,61176,64669 +SWE,2009,16,64164,67813 +SWE,2009,17,64637,68196 +SWE,2009,18,63439,66755 +SWE,2010,0,53944,57275 +SWE,2010,1,54530,57783 +SWE,2010,2,54503,57663 +SWE,2010,3,53981,57038 +SWE,2010,4,53083,56034 +SWE,2010,5,51929,54773 +SWE,2010,6,50637,53381 +SWE,2010,7,49327,51982 +SWE,2010,8,48117,50700 +SWE,2010,9,47128,49658 +SWE,2010,10,46084,48561 +SWE,2010,11,44711,47112 +SWE,2010,12,45097,47539 +SWE,2010,13,48149,50810 +SWE,2010,14,52805,55785 +SWE,2010,15,57201,60487 +SWE,2010,16,61839,65468 +SWE,2010,17,64930,68722 +SWE,2010,18,65438,69100 +SWE,2011,0,53459,56640 +SWE,2011,1,54879,58249 +SWE,2011,2,55220,58515 +SWE,2011,3,55011,58211 +SWE,2011,4,54363,57455 +SWE,2011,5,53387,56364 +SWE,2011,6,52205,55062 +SWE,2011,7,50940,53672 +SWE,2011,8,49643,52287 +SWE,2011,9,48400,51015 +SWE,2011,10,47358,49989 +SWE,2011,11,46287,48928 +SWE,2011,12,44886,47520 +SWE,2011,13,45326,48028 +SWE,2011,14,48551,51433 +SWE,2011,15,53450,56572 +SWE,2011,16,58079,61435 +SWE,2011,17,62965,66586 +SWE,2011,18,66207,69939 +SWE,2012,0,53342,56296 +SWE,2012,1,55475,58621 +SWE,2012,2,55791,59198 +SWE,2012,3,55885,59221 +SWE,2012,4,55494,58733 +SWE,2012,5,54721,57845 +SWE,2012,6,53667,56669 +SWE,2012,7,52458,55327 +SWE,2012,8,51221,53939 +SWE,2012,9,49936,52569 +SWE,2012,10,48660,51308 +SWE,2012,11,47565,50298 +SWE,2012,12,46468,49273 +SWE,2012,13,45041,47907 +SWE,2012,14,45534,48496 +SWE,2012,15,48931,52035 +SWE,2012,16,54071,57335 +SWE,2012,17,58931,62355 +SWE,2012,18,64064,67676 +SWE,2013,0,53554,56267 +SWE,2013,1,55833,58873 +SWE,2013,2,57172,60424 +SWE,2013,3,56666,60107 +SWE,2013,4,56513,59888 +SWE,2013,5,55941,59216 +SWE,2013,6,55042,58197 +SWE,2013,7,53911,56936 +SWE,2013,8,52676,55553 +SWE,2013,9,51467,54169 +SWE,2013,10,50197,52814 +SWE,2013,11,48888,51566 +SWE,2013,12,47741,50573 +SWE,2013,13,46618,49584 +SWE,2013,14,45166,48261 +SWE,2013,15,45712,48931 +SWE,2013,16,49279,52601 +SWE,2013,17,54657,58059 +SWE,2013,18,59744,63234 +SWE,2014,0,53991,56540 +SWE,2014,1,56165,59125 +SWE,2014,2,57525,60764 +SWE,2014,3,58175,61578 +SWE,2014,4,57509,60979 +SWE,2014,5,57110,60518 +SWE,2014,6,56356,59663 +SWE,2014,7,55333,58513 +SWE,2014,8,54125,57169 +SWE,2014,9,52865,55747 +SWE,2014,10,51685,54366 +SWE,2014,11,50430,53028 +SWE,2014,12,49089,51792 +SWE,2014,13,47891,50817 +SWE,2014,14,46743,49866 +SWE,2014,15,45265,48587 +SWE,2014,16,45864,49336 +SWE,2014,17,49600,53135 +SWE,2014,18,55212,58748 +SWE,2015,0,54565,57089 +SWE,2015,1,56502,59443 +SWE,2015,2,57771,61001 +SWE,2015,3,58447,61855 +SWE,2015,4,58607,62097 +SWE,2015,5,58326,61821 +SWE,2015,6,57681,61118 +SWE,2015,7,56747,60080 +SWE,2015,8,55600,58802 +SWE,2015,9,54316,57374 +SWE,2015,10,53031,55913 +SWE,2015,11,51880,54538 +SWE,2015,12,50640,53217 +SWE,2015,13,49268,51994 +SWE,2015,14,48019,51036 +SWE,2015,15,46847,50123 +SWE,2015,16,45346,48888 +SWE,2015,17,45997,49717 +SWE,2015,18,49898,53643 +SWE,2016,0,55464,58157 +SWE,2016,1,55266,57911 +SWE,2016,2,56809,59789 +SWE,2016,3,57822,61040 +SWE,2016,4,58361,61732 +SWE,2016,5,58481,61929 +SWE,2016,6,58254,61722 +SWE,2016,7,57754,61202 +SWE,2016,8,56950,60317 +SWE,2016,9,55862,59089 +SWE,2016,10,54598,57654 +SWE,2016,11,53376,56241 +SWE,2016,12,52312,54942 +SWE,2016,13,51161,53699 +SWE,2016,14,49872,52555 +SWE,2016,15,48702,51671 +SWE,2016,16,47606,50832 +SWE,2016,17,46182,49671 +SWE,2016,18,46884,50550 +SWE,2017,0,56540,59532 +SWE,2017,1,57513,60667 +SWE,2017,2,55920,58671 +SWE,2017,3,57067,60070 +SWE,2017,4,57823,61013 +SWE,2017,5,58224,61541 +SWE,2017,6,58304,61693 +SWE,2017,7,58132,61557 +SWE,2017,8,57777,61219 +SWE,2017,9,57103,60488 +SWE,2017,10,56075,59313 +SWE,2017,11,54832,57872 +SWE,2017,12,53675,56508 +SWE,2017,13,52700,55286 +SWE,2017,14,51637,54124 +SWE,2017,15,50434,53059 +SWE,2017,16,49343,52252 +SWE,2017,17,48325,51486 +SWE,2017,18,46979,50401 +SWE,2018,0,57660,61009 +SWE,2018,1,57991,61301 +SWE,2018,2,58214,61494 +SWE,2018,3,56544,59395 +SWE,2018,4,57295,60314 +SWE,2018,5,57794,60948 +SWE,2018,6,58057,61312 +SWE,2018,7,58096,61419 +SWE,2018,8,57979,61353 +SWE,2018,9,57770,61199 +SWE,2018,10,57226,60622 +SWE,2018,11,56260,59500 +SWE,2018,12,55038,58054 +SWE,2018,13,53946,56740 +SWE,2018,14,53060,55597 +SWE,2018,15,52086,54516 +SWE,2018,16,50969,53531 +SWE,2018,17,49958,52799 +SWE,2018,18,49019,52109 +SWE,2019,0,59000,62000 +SWE,2019,1,58000,62000 +SWE,2019,2,58000,62000 +SWE,2019,3,58000,61000 +SWE,2019,4,57000,60000 +SWE,2019,5,58000,61000 +SWE,2019,6,58000,61000 +SWE,2019,7,58000,61000 +SWE,2019,8,58000,61000 +SWE,2019,9,58000,61000 +SWE,2019,10,58000,61000 +SWE,2019,11,57000,61000 +SWE,2019,12,56000,60000 +SWE,2019,13,55000,58000 +SWE,2019,14,54000,57000 +SWE,2019,15,53000,56000 +SWE,2019,16,53000,55000 +SWE,2019,17,51000,54000 +SWE,2019,18,51000,53000 +SWE,2020,0,59000,63000 +SWE,2020,1,59000,62000 +SWE,2020,2,58000,62000 +SWE,2020,3,58000,61000 +SWE,2020,4,58000,61000 +SWE,2020,5,58000,61000 +SWE,2020,6,58000,61000 +SWE,2020,7,58000,61000 +SWE,2020,8,58000,61000 +SWE,2020,9,58000,61000 +SWE,2020,10,58000,61000 +SWE,2020,11,58000,61000 +SWE,2020,12,57000,61000 +SWE,2020,13,57000,60000 +SWE,2020,14,55000,58000 +SWE,2020,15,54000,57000 +SWE,2020,16,54000,56000 +SWE,2020,17,53000,55000 +SWE,2020,18,52000,54000 +SWE,2021,0,60000,64000 +SWE,2021,1,59000,63000 +SWE,2021,2,59000,62000 +SWE,2021,3,58000,62000 +SWE,2021,4,58000,61000 +SWE,2021,5,58000,61000 +SWE,2021,6,58000,61000 +SWE,2021,7,58000,61000 +SWE,2021,8,58000,61000 +SWE,2021,9,58000,61000 +SWE,2021,10,58000,61000 +SWE,2021,11,58000,61000 +SWE,2021,12,58000,61000 +SWE,2021,13,58000,61000 +SWE,2021,14,57000,60000 +SWE,2021,15,56000,59000 +SWE,2021,16,55000,58000 +SWE,2021,17,54000,57000 +SWE,2021,18,54000,56000 +SWE,2022,0,60000,64000 +SWE,2022,1,59000,63000 +SWE,2022,2,59000,63000 +SWE,2022,3,59000,62000 +SWE,2022,4,59000,62000 +SWE,2022,5,58000,62000 +SWE,2022,6,58000,61000 +SWE,2022,7,58000,61000 +SWE,2022,8,58000,61000 +SWE,2022,9,58000,61000 +SWE,2022,10,58000,61000 +SWE,2022,11,58000,61000 +SWE,2022,12,58000,61000 +SWE,2022,13,58000,62000 +SWE,2022,14,58000,62000 +SWE,2022,15,57000,61000 +SWE,2022,16,56000,59000 +SWE,2022,17,56000,58000 +SWE,2022,18,55000,57000 +SWE,2023,0,60000,63000 +SWE,2023,1,59000,63000 +SWE,2023,2,59000,63000 +SWE,2023,3,59000,63000 +SWE,2023,4,59000,62000 +SWE,2023,5,59000,62000 +SWE,2023,6,58000,62000 +SWE,2023,7,58000,61000 +SWE,2023,8,58000,61000 +SWE,2023,9,58000,61000 +SWE,2023,10,58000,61000 +SWE,2023,11,58000,61000 +SWE,2023,12,58000,61000 +SWE,2023,13,58000,62000 +SWE,2023,14,59000,62000 +SWE,2023,15,59000,62000 +SWE,2023,16,58000,61000 +SWE,2023,17,57000,60000 +SWE,2023,18,56000,59000 +SWE,2024,0,59000,63000 +SWE,2024,1,59000,63000 +SWE,2024,2,59000,63000 +SWE,2024,3,59000,63000 +SWE,2024,4,59000,63000 +SWE,2024,5,59000,62000 +SWE,2024,6,59000,62000 +SWE,2024,7,59000,62000 +SWE,2024,8,58000,62000 +SWE,2024,9,58000,61000 +SWE,2024,10,58000,61000 +SWE,2024,11,58000,61000 +SWE,2024,12,58000,61000 +SWE,2024,13,58000,61000 +SWE,2024,14,59000,62000 +SWE,2024,15,59000,62000 +SWE,2024,16,59000,62000 +SWE,2024,17,58000,61000 +SWE,2024,18,57000,60000 +SWE,2025,0,59000,62000 +SWE,2025,1,59000,63000 +SWE,2025,2,59000,63000 +SWE,2025,3,59000,63000 +SWE,2025,4,59000,63000 +SWE,2025,5,59000,63000 +SWE,2025,6,59000,62000 +SWE,2025,7,59000,62000 +SWE,2025,8,59000,62000 +SWE,2025,9,58000,62000 +SWE,2025,10,58000,61000 +SWE,2025,11,58000,61000 +SWE,2025,12,58000,61000 +SWE,2025,13,58000,61000 +SWE,2025,14,58000,61000 +SWE,2025,15,59000,62000 +SWE,2025,16,59000,62000 +SWE,2025,17,59000,62000 +SWE,2025,18,59000,62000 +SWE,2026,0,58000,62000 +SWE,2026,1,59000,62000 +SWE,2026,2,59000,63000 +SWE,2026,3,59000,63000 +SWE,2026,4,59000,63000 +SWE,2026,5,59000,63000 +SWE,2026,6,59000,63000 +SWE,2026,7,59000,63000 +SWE,2026,8,59000,62000 +SWE,2026,9,59000,62000 +SWE,2026,10,59000,62000 +SWE,2026,11,58000,62000 +SWE,2026,12,58000,61000 +SWE,2026,13,58000,61000 +SWE,2026,14,58000,61000 +SWE,2026,15,59000,62000 +SWE,2026,16,59000,62000 +SWE,2026,17,60000,63000 +SWE,2026,18,60000,63000 +SWE,2027,0,58000,61000 +SWE,2027,1,58000,62000 +SWE,2027,2,59000,62000 +SWE,2027,3,59000,63000 +SWE,2027,4,59000,63000 +SWE,2027,5,59000,63000 +SWE,2027,6,59000,63000 +SWE,2027,7,59000,63000 +SWE,2027,8,59000,63000 +SWE,2027,9,59000,62000 +SWE,2027,10,59000,62000 +SWE,2027,11,59000,62000 +SWE,2027,12,59000,62000 +SWE,2027,13,58000,61000 +SWE,2027,14,58000,61000 +SWE,2027,15,59000,62000 +SWE,2027,16,59000,62000 +SWE,2027,17,60000,63000 +SWE,2027,18,60000,63000 +SWE,2028,0,57000,60000 +SWE,2028,1,58000,61000 +SWE,2028,2,59000,62000 +SWE,2028,3,59000,63000 +SWE,2028,4,59000,63000 +SWE,2028,5,60000,63000 +SWE,2028,6,60000,63000 +SWE,2028,7,59000,63000 +SWE,2028,8,59000,63000 +SWE,2028,9,59000,63000 +SWE,2028,10,59000,62000 +SWE,2028,11,59000,62000 +SWE,2028,12,59000,62000 +SWE,2028,13,59000,62000 +SWE,2028,14,59000,62000 +SWE,2028,15,59000,62000 +SWE,2028,16,59000,62000 +SWE,2028,17,60000,63000 +SWE,2028,18,60000,63000 +SWE,2029,0,56000,59000 +SWE,2029,1,57000,61000 +SWE,2029,2,58000,62000 +SWE,2029,3,59000,62000 +SWE,2029,4,59000,63000 +SWE,2029,5,60000,63000 +SWE,2029,6,60000,63000 +SWE,2029,7,60000,63000 +SWE,2029,8,60000,63000 +SWE,2029,9,59000,63000 +SWE,2029,10,59000,63000 +SWE,2029,11,59000,62000 +SWE,2029,12,59000,62000 +SWE,2029,13,59000,62000 +SWE,2029,14,59000,62000 +SWE,2029,15,59000,62000 +SWE,2029,16,59000,62000 +SWE,2029,17,60000,62000 +SWE,2029,18,60000,63000 +SWE,2030,0,56000,59000 +SWE,2030,1,57000,60000 +SWE,2030,2,58000,61000 +SWE,2030,3,58000,62000 +SWE,2030,4,59000,62000 +SWE,2030,5,59000,63000 +SWE,2030,6,60000,63000 +SWE,2030,7,60000,63000 +SWE,2030,8,60000,63000 +SWE,2030,9,60000,63000 +SWE,2030,10,59000,63000 +SWE,2030,11,59000,63000 +SWE,2030,12,59000,62000 +SWE,2030,13,59000,62000 +SWE,2030,14,59000,62000 +SWE,2030,15,59000,62000 +SWE,2030,16,59000,62000 +SWE,2030,17,59000,62000 +SWE,2030,18,60000,63000 +SWE,2031,0,55000,59000 +SWE,2031,1,56000,59000 +SWE,2031,2,57000,60000 +SWE,2031,3,58000,61000 +SWE,2031,4,59000,62000 +SWE,2031,5,59000,62000 +SWE,2031,6,59000,63000 +SWE,2031,7,60000,63000 +SWE,2031,8,60000,63000 +SWE,2031,9,60000,63000 +SWE,2031,10,60000,63000 +SWE,2031,11,60000,63000 +SWE,2031,12,59000,63000 +SWE,2031,13,59000,63000 +SWE,2031,14,59000,63000 +SWE,2031,15,60000,63000 +SWE,2031,16,60000,63000 +SWE,2031,17,60000,63000 +SWE,2031,18,60000,63000 +SWE,2032,0,55000,59000 +SWE,2032,1,56000,60000 +SWE,2032,2,56000,60000 +SWE,2032,3,57000,60000 +SWE,2032,4,58000,61000 +SWE,2032,5,58000,62000 +SWE,2032,6,59000,62000 +SWE,2032,7,59000,63000 +SWE,2032,8,60000,63000 +SWE,2032,9,60000,63000 +SWE,2032,10,60000,63000 +SWE,2032,11,60000,63000 +SWE,2032,12,60000,63000 +SWE,2032,13,60000,63000 +SWE,2032,14,60000,63000 +SWE,2032,15,60000,63000 +SWE,2032,16,60000,63000 +SWE,2032,17,60000,63000 +SWE,2032,18,60000,63000 +SWE,2033,0,55000,59000 +SWE,2033,1,56000,59000 +SWE,2033,2,57000,60000 +SWE,2033,3,57000,60000 +SWE,2033,4,57000,61000 +SWE,2033,5,58000,61000 +SWE,2033,6,58000,62000 +SWE,2033,7,59000,62000 +SWE,2033,8,59000,63000 +SWE,2033,9,60000,63000 +SWE,2033,10,60000,63000 +SWE,2033,11,60000,63000 +SWE,2033,12,60000,63000 +SWE,2033,13,60000,63000 +SWE,2033,14,60000,63000 +SWE,2033,15,60000,63000 +SWE,2033,16,60000,64000 +SWE,2033,17,61000,64000 +SWE,2033,18,61000,64000 +SWE,2034,0,56000,59000 +SWE,2034,1,56000,59000 +SWE,2034,2,56000,60000 +SWE,2034,3,57000,60000 +SWE,2034,4,57000,60000 +SWE,2034,5,57000,61000 +SWE,2034,6,58000,61000 +SWE,2034,7,58000,62000 +SWE,2034,8,59000,62000 +SWE,2034,9,59000,63000 +SWE,2034,10,60000,63000 +SWE,2034,11,60000,63000 +SWE,2034,12,60000,64000 +SWE,2034,13,60000,64000 +SWE,2034,14,60000,64000 +SWE,2034,15,60000,64000 +SWE,2034,16,60000,64000 +SWE,2034,17,61000,64000 +SWE,2034,18,61000,64000 +SWE,2035,0,56000,59000 +SWE,2035,1,56000,59000 +SWE,2035,2,56000,60000 +SWE,2035,3,56000,60000 +SWE,2035,4,57000,60000 +SWE,2035,5,57000,60000 +SWE,2035,6,58000,61000 +SWE,2035,7,58000,61000 +SWE,2035,8,58000,62000 +SWE,2035,9,59000,62000 +SWE,2035,10,59000,63000 +SWE,2035,11,60000,63000 +SWE,2035,12,60000,63000 +SWE,2035,13,60000,64000 +SWE,2035,14,60000,64000 +SWE,2035,15,60000,64000 +SWE,2035,16,61000,64000 +SWE,2035,17,61000,64000 +SWE,2035,18,61000,64000 +SWE,2036,0,56000,60000 +SWE,2036,1,56000,59000 +SWE,2036,2,56000,59000 +SWE,2036,3,56000,60000 +SWE,2036,4,57000,60000 +SWE,2036,5,57000,60000 +SWE,2036,6,57000,61000 +SWE,2036,7,58000,61000 +SWE,2036,8,58000,61000 +SWE,2036,9,58000,62000 +SWE,2036,10,59000,62000 +SWE,2036,11,59000,63000 +SWE,2036,12,60000,63000 +SWE,2036,13,60000,64000 +SWE,2036,14,61000,64000 +SWE,2036,15,61000,64000 +SWE,2036,16,61000,64000 +SWE,2036,17,61000,64000 +SWE,2036,18,61000,65000 +SWE,2037,0,57000,60000 +SWE,2037,1,57000,60000 +SWE,2037,2,56000,60000 +SWE,2037,3,56000,60000 +SWE,2037,4,56000,60000 +SWE,2037,5,57000,60000 +SWE,2037,6,57000,60000 +SWE,2037,7,57000,61000 +SWE,2037,8,58000,61000 +SWE,2037,9,58000,61000 +SWE,2037,10,59000,62000 +SWE,2037,11,59000,62000 +SWE,2037,12,60000,63000 +SWE,2037,13,60000,64000 +SWE,2037,14,61000,64000 +SWE,2037,15,61000,64000 +SWE,2037,16,61000,65000 +SWE,2037,17,62000,65000 +SWE,2037,18,62000,65000 +SWE,2038,0,57000,61000 +SWE,2038,1,57000,60000 +SWE,2038,2,57000,60000 +SWE,2038,3,56000,60000 +SWE,2038,4,56000,60000 +SWE,2038,5,56000,60000 +SWE,2038,6,57000,60000 +SWE,2038,7,57000,60000 +SWE,2038,8,57000,61000 +SWE,2038,9,58000,61000 +SWE,2038,10,58000,61000 +SWE,2038,11,59000,62000 +SWE,2038,12,59000,63000 +SWE,2038,13,60000,63000 +SWE,2038,14,61000,64000 +SWE,2038,15,61000,64000 +SWE,2038,16,61000,65000 +SWE,2038,17,62000,65000 +SWE,2038,18,62000,65000 +SWE,2039,0,58000,61000 +SWE,2039,1,57000,61000 +SWE,2039,2,57000,60000 +SWE,2039,3,57000,60000 +SWE,2039,4,56000,60000 +SWE,2039,5,56000,60000 +SWE,2039,6,57000,60000 +SWE,2039,7,57000,60000 +SWE,2039,8,57000,60000 +SWE,2039,9,57000,61000 +SWE,2039,10,58000,61000 +SWE,2039,11,58000,61000 +SWE,2039,12,59000,62000 +SWE,2039,13,59000,63000 +SWE,2039,14,60000,63000 +SWE,2039,15,61000,64000 +SWE,2039,16,61000,65000 +SWE,2039,17,62000,65000 +SWE,2039,18,62000,65000 +SWE,2040,0,58000,62000 +SWE,2040,1,58000,61000 +SWE,2040,2,57000,61000 +SWE,2040,3,57000,60000 +SWE,2040,4,57000,60000 +SWE,2040,5,57000,60000 +SWE,2040,6,57000,60000 +SWE,2040,7,57000,60000 +SWE,2040,8,57000,60000 +SWE,2040,9,57000,60000 +SWE,2040,10,57000,61000 +SWE,2040,11,58000,61000 +SWE,2040,12,58000,61000 +SWE,2040,13,59000,62000 +SWE,2040,14,59000,63000 +SWE,2040,15,60000,64000 +SWE,2040,16,61000,64000 +SWE,2040,17,62000,65000 +SWE,2040,18,62000,65000 +SWE,2041,0,59000,62000 +SWE,2041,1,58000,62000 +SWE,2041,2,58000,61000 +SWE,2041,3,57000,61000 +SWE,2041,4,57000,60000 +SWE,2041,5,57000,60000 +SWE,2041,6,57000,60000 +SWE,2041,7,57000,60000 +SWE,2041,8,57000,60000 +SWE,2041,9,57000,60000 +SWE,2041,10,57000,60000 +SWE,2041,11,58000,61000 +SWE,2041,12,58000,61000 +SWE,2041,13,58000,62000 +SWE,2041,14,59000,62000 +SWE,2041,15,60000,63000 +SWE,2041,16,61000,64000 +SWE,2041,17,62000,65000 +SWE,2041,18,62000,66000 +SWE,2042,0,59000,62000 +SWE,2042,1,58000,62000 +SWE,2042,2,58000,62000 +SWE,2042,3,58000,61000 +SWE,2042,4,57000,61000 +SWE,2042,5,57000,60000 +SWE,2042,6,57000,60000 +SWE,2042,7,57000,60000 +SWE,2042,8,57000,60000 +SWE,2042,9,57000,60000 +SWE,2042,10,57000,60000 +SWE,2042,11,57000,61000 +SWE,2042,12,58000,61000 +SWE,2042,13,58000,61000 +SWE,2042,14,59000,62000 +SWE,2042,15,60000,63000 +SWE,2042,16,60000,64000 +SWE,2042,17,61000,65000 +SWE,2042,18,62000,65000 +SWE,2043,0,59000,63000 +SWE,2043,1,59000,62000 +SWE,2043,2,59000,62000 +SWE,2043,3,58000,62000 +SWE,2043,4,58000,61000 +SWE,2043,5,58000,61000 +SWE,2043,6,57000,61000 +SWE,2043,7,57000,60000 +SWE,2043,8,57000,60000 +SWE,2043,9,57000,60000 +SWE,2043,10,57000,60000 +SWE,2043,11,57000,60000 +SWE,2043,12,57000,61000 +SWE,2043,13,58000,61000 +SWE,2043,14,58000,62000 +SWE,2043,15,59000,62000 +SWE,2043,16,60000,63000 +SWE,2043,17,61000,64000 +SWE,2043,18,62000,65000 +SWE,2044,0,59000,63000 +SWE,2044,1,59000,63000 +SWE,2044,2,59000,62000 +SWE,2044,3,59000,62000 +SWE,2044,4,58000,62000 +SWE,2044,5,58000,61000 +SWE,2044,6,58000,61000 +SWE,2044,7,57000,61000 +SWE,2044,8,57000,60000 +SWE,2044,9,57000,60000 +SWE,2044,10,57000,60000 +SWE,2044,11,57000,60000 +SWE,2044,12,57000,60000 +SWE,2044,13,58000,61000 +SWE,2044,14,58000,61000 +SWE,2044,15,59000,62000 +SWE,2044,16,59000,63000 +SWE,2044,17,60000,64000 +SWE,2044,18,61000,65000 +SWE,2045,0,60000,63000 +SWE,2045,1,60000,63000 +SWE,2045,2,59000,63000 +SWE,2045,3,59000,63000 +SWE,2045,4,59000,62000 +SWE,2045,5,58000,62000 +SWE,2045,6,58000,61000 +SWE,2045,7,58000,61000 +SWE,2045,8,57000,61000 +SWE,2045,9,57000,60000 +SWE,2045,10,57000,60000 +SWE,2045,11,57000,60000 +SWE,2045,12,57000,60000 +SWE,2045,13,57000,60000 +SWE,2045,14,58000,61000 +SWE,2045,15,58000,62000 +SWE,2045,16,59000,62000 +SWE,2045,17,60000,63000 +SWE,2045,18,61000,64000 +SWE,2046,0,60000,63000 +SWE,2046,1,60000,63000 +SWE,2046,2,60000,63000 +SWE,2046,3,59000,63000 +SWE,2046,4,59000,63000 +SWE,2046,5,59000,62000 +SWE,2046,6,58000,62000 +SWE,2046,7,58000,61000 +SWE,2046,8,58000,61000 +SWE,2046,9,57000,61000 +SWE,2046,10,57000,61000 +SWE,2046,11,57000,60000 +SWE,2046,12,57000,60000 +SWE,2046,13,57000,60000 +SWE,2046,14,58000,61000 +SWE,2046,15,58000,61000 +SWE,2046,16,59000,62000 +SWE,2046,17,60000,63000 +SWE,2046,18,60000,64000 +SWE,2047,0,60000,63000 +SWE,2047,1,60000,64000 +SWE,2047,2,60000,63000 +SWE,2047,3,60000,63000 +SWE,2047,4,60000,63000 +SWE,2047,5,59000,63000 +SWE,2047,6,59000,62000 +SWE,2047,7,59000,62000 +SWE,2047,8,58000,62000 +SWE,2047,9,58000,61000 +SWE,2047,10,58000,61000 +SWE,2047,11,57000,61000 +SWE,2047,12,57000,61000 +SWE,2047,13,57000,61000 +SWE,2047,14,57000,61000 +SWE,2047,15,58000,61000 +SWE,2047,16,59000,62000 +SWE,2047,17,59000,63000 +SWE,2047,18,60000,63000 +SWE,2048,0,60000,64000 +SWE,2048,1,60000,64000 +SWE,2048,2,60000,64000 +SWE,2048,3,60000,64000 +SWE,2048,4,60000,63000 +SWE,2048,5,60000,63000 +SWE,2048,6,59000,63000 +SWE,2048,7,59000,62000 +SWE,2048,8,59000,62000 +SWE,2048,9,58000,62000 +SWE,2048,10,58000,61000 +SWE,2048,11,58000,61000 +SWE,2048,12,58000,61000 +SWE,2048,13,58000,61000 +SWE,2048,14,58000,61000 +SWE,2048,15,58000,61000 +SWE,2048,16,58000,62000 +SWE,2048,17,59000,62000 +SWE,2048,18,60000,63000 +SWE,2049,0,60000,64000 +SWE,2049,1,60000,64000 +SWE,2049,2,60000,64000 +SWE,2049,3,60000,64000 +SWE,2049,4,60000,64000 +SWE,2049,5,60000,63000 +SWE,2049,6,60000,63000 +SWE,2049,7,59000,63000 +SWE,2049,8,59000,62000 +SWE,2049,9,59000,62000 +SWE,2049,10,58000,62000 +SWE,2049,11,58000,61000 +SWE,2049,12,58000,61000 +SWE,2049,13,58000,61000 +SWE,2049,14,58000,61000 +SWE,2049,15,58000,61000 +SWE,2049,16,58000,61000 +SWE,2049,17,59000,62000 +SWE,2049,18,60000,63000 +SWE,2050,0,60000,64000 +SWE,2050,1,60000,64000 +SWE,2050,2,61000,64000 +SWE,2050,3,61000,64000 +SWE,2050,4,61000,64000 +SWE,2050,5,60000,64000 +SWE,2050,6,60000,64000 +SWE,2050,7,60000,63000 +SWE,2050,8,59000,63000 +SWE,2050,9,59000,62000 +SWE,2050,10,59000,62000 +SWE,2050,11,58000,62000 +SWE,2050,12,58000,61000 +SWE,2050,13,58000,61000 +SWE,2050,14,58000,61000 +SWE,2050,15,58000,61000 +SWE,2050,16,58000,61000 +SWE,2050,17,58000,62000 +SWE,2050,18,59000,62000 +SWZ,1990,0,14165,14440 +SWZ,1990,1,14501,14749 +SWZ,1990,2,14687,14913 +SWZ,1990,3,14736,14945 +SWZ,1990,4,14665,14858 +SWZ,1990,5,14487,14667 +SWZ,1990,6,14218,14385 +SWZ,1990,7,13871,14025 +SWZ,1990,8,13461,13602 +SWZ,1990,9,13004,13128 +SWZ,1990,10,12498,12600 +SWZ,1990,11,11941,12013 +SWZ,1990,12,11428,11471 +SWZ,1990,13,11006,11023 +SWZ,1990,14,10642,10629 +SWZ,1990,15,10260,10207 +SWZ,1990,16,9880,9784 +SWZ,1990,17,9488,9309 +SWZ,1990,18,9070,8755 +SWZ,1991,0,14413,14676 +SWZ,1991,1,14233,14465 +SWZ,1991,2,14486,14699 +SWZ,1991,3,14626,14824 +SWZ,1991,4,14660,14846 +SWZ,1991,5,14596,14772 +SWZ,1991,6,14450,14616 +SWZ,1991,7,14237,14395 +SWZ,1991,8,13927,14067 +SWZ,1991,9,13515,13616 +SWZ,1991,10,13029,13079 +SWZ,1991,11,12507,12501 +SWZ,1991,12,11939,11871 +SWZ,1991,13,11417,11287 +SWZ,1991,14,10991,10803 +SWZ,1991,15,10625,10378 +SWZ,1991,16,10241,9926 +SWZ,1991,17,9859,9473 +SWZ,1991,18,9463,8984 +SWZ,1992,0,14827,15098 +SWZ,1992,1,14873,15095 +SWZ,1992,2,14247,14445 +SWZ,1992,3,14417,14603 +SWZ,1992,4,14510,14689 +SWZ,1992,5,14527,14702 +SWZ,1992,6,14471,14639 +SWZ,1992,7,14358,14520 +SWZ,1992,8,14202,14362 +SWZ,1992,9,13932,14065 +SWZ,1992,10,13518,13588 +SWZ,1992,11,13006,12989 +SWZ,1992,12,12469,12364 +SWZ,1992,13,11891,11691 +SWZ,1992,14,11363,11067 +SWZ,1992,15,10934,10548 +SWZ,1992,16,10569,10094 +SWZ,1992,17,10183,9613 +SWZ,1992,18,9800,9131 +SWZ,1993,0,15298,15590 +SWZ,1993,1,15075,15300 +SWZ,1993,2,14882,15063 +SWZ,1993,3,14230,14404 +SWZ,1993,4,14315,14485 +SWZ,1993,5,14361,14532 +SWZ,1993,6,14362,14535 +SWZ,1993,7,14314,14485 +SWZ,1993,8,14233,14402 +SWZ,1993,9,14136,14306 +SWZ,1993,10,13905,14041 +SWZ,1993,11,13490,13539 +SWZ,1993,12,12952,12879 +SWZ,1993,13,12403,12207 +SWZ,1993,14,11818,11495 +SWZ,1993,15,11283,10832 +SWZ,1993,16,10853,10279 +SWZ,1993,17,10489,9795 +SWZ,1993,18,10103,9287 +SWZ,1994,0,15665,15987 +SWZ,1994,1,15220,15459 +SWZ,1994,2,14872,15058 +SWZ,1994,3,14607,14763 +SWZ,1994,4,14208,14370 +SWZ,1994,5,14208,14375 +SWZ,1994,6,14208,14383 +SWZ,1994,7,14193,14377 +SWZ,1994,8,14153,14339 +SWZ,1994,9,14105,14292 +SWZ,1994,10,14065,14258 +SWZ,1994,11,13873,14025 +SWZ,1994,12,13458,13498 +SWZ,1994,13,12895,12777 +SWZ,1994,14,12333,12058 +SWZ,1994,15,11740,11304 +SWZ,1994,16,11200,10602 +SWZ,1994,17,10768,10015 +SWZ,1994,18,10405,9503 +SWZ,1995,0,15809,16160 +SWZ,1995,1,15262,15523 +SWZ,1995,2,14846,15048 +SWZ,1995,3,14542,14711 +SWZ,1995,4,14330,14487 +SWZ,1995,5,14192,14353 +SWZ,1995,6,14109,14282 +SWZ,1995,7,14062,14251 +SWZ,1995,8,14032,14235 +SWZ,1995,9,13999,14209 +SWZ,1995,10,13983,14198 +SWZ,1995,11,14001,14227 +SWZ,1995,12,13848,14025 +SWZ,1995,13,13432,13472 +SWZ,1995,14,12845,12688 +SWZ,1995,15,12270,11922 +SWZ,1995,16,11668,11127 +SWZ,1995,17,11122,10385 +SWZ,1995,18,10689,9763 +SWZ,1996,0,15705,16057 +SWZ,1996,1,15584,15901 +SWZ,1996,2,15139,15382 +SWZ,1996,3,14793,14988 +SWZ,1996,4,14532,14700 +SWZ,1996,5,14341,14499 +SWZ,1996,6,14202,14361 +SWZ,1996,7,14095,14263 +SWZ,1996,8,14028,14207 +SWZ,1996,9,13993,14183 +SWZ,1996,10,13964,14159 +SWZ,1996,11,13940,14137 +SWZ,1996,12,13944,14148 +SWZ,1996,13,13772,13926 +SWZ,1996,14,13328,13352 +SWZ,1996,15,12709,12548 +SWZ,1996,16,12104,11761 +SWZ,1996,17,11472,10944 +SWZ,1996,18,10898,10189 +SWZ,1997,0,15400,15754 +SWZ,1997,1,15064,15342 +SWZ,1997,2,15374,15669 +SWZ,1997,3,15031,15267 +SWZ,1997,4,14755,14954 +SWZ,1997,5,14537,14715 +SWZ,1997,6,14367,14537 +SWZ,1997,7,14226,14396 +SWZ,1997,8,14095,14270 +SWZ,1997,9,14007,14189 +SWZ,1997,10,13968,14157 +SWZ,1997,11,13943,14134 +SWZ,1997,12,13911,14101 +SWZ,1997,13,13901,14093 +SWZ,1997,14,13709,13852 +SWZ,1997,15,13238,13256 +SWZ,1997,16,12586,12430 +SWZ,1997,17,11949,11621 +SWZ,1997,18,11287,10781 +SWZ,1998,0,14982,15328 +SWZ,1998,1,14867,15152 +SWZ,1998,2,14774,15017 +SWZ,1998,3,15163,15431 +SWZ,1998,4,14922,15147 +SWZ,1998,5,14717,14915 +SWZ,1998,6,14542,14726 +SWZ,1998,7,14392,14570 +SWZ,1998,8,14249,14426 +SWZ,1998,9,14095,14272 +SWZ,1998,10,13986,14166 +SWZ,1998,11,13943,14126 +SWZ,1998,12,13922,14104 +SWZ,1998,13,13882,14060 +SWZ,1998,14,13857,14035 +SWZ,1998,15,13645,13773 +SWZ,1998,16,13146,13156 +SWZ,1998,17,12463,12308 +SWZ,1998,18,11794,11476 +SWZ,1999,0,14585,14907 +SWZ,1999,1,14654,14927 +SWZ,1999,2,14698,14935 +SWZ,1999,3,14719,14929 +SWZ,1999,4,14929,15146 +SWZ,1999,5,14790,14982 +SWZ,1999,6,14656,14832 +SWZ,1999,7,14525,14692 +SWZ,1999,8,14396,14559 +SWZ,1999,9,14251,14413 +SWZ,1999,10,14074,14232 +SWZ,1999,11,13945,14101 +SWZ,1999,12,13897,14053 +SWZ,1999,13,13879,14032 +SWZ,1999,14,13832,13977 +SWZ,1999,15,13793,13934 +SWZ,1999,16,13561,13653 +SWZ,1999,17,13035,13016 +SWZ,1999,18,12321,12148 +SWZ,2000,0,14314,14594 +SWZ,2000,1,14466,14699 +SWZ,2000,2,14575,14770 +SWZ,2000,3,14642,14809 +SWZ,2000,4,14671,14818 +SWZ,2000,5,14666,14799 +SWZ,2000,6,14630,14755 +SWZ,2000,7,14566,14686 +SWZ,2000,8,14479,14597 +SWZ,2000,9,14371,14487 +SWZ,2000,10,14225,14339 +SWZ,2000,11,14024,14131 +SWZ,2000,12,13875,13977 +SWZ,2000,13,13823,13921 +SWZ,2000,14,13809,13901 +SWZ,2000,15,13754,13835 +SWZ,2000,16,13701,13774 +SWZ,2000,17,13450,13476 +SWZ,2000,18,12898,12821 +SWZ,2001,0,14281,14613 +SWZ,2001,1,14226,14496 +SWZ,2001,2,14355,14586 +SWZ,2001,3,14460,14660 +SWZ,2001,4,14537,14716 +SWZ,2001,5,14588,14750 +SWZ,2001,6,14615,14766 +SWZ,2001,7,14626,14771 +SWZ,2001,8,14585,14717 +SWZ,2001,9,14480,14583 +SWZ,2001,10,14328,14393 +SWZ,2001,11,14146,14173 +SWZ,2001,12,13911,13896 +SWZ,2001,13,13728,13668 +SWZ,2001,14,13646,13538 +SWZ,2001,15,13607,13445 +SWZ,2001,16,13525,13308 +SWZ,2001,17,13445,13177 +SWZ,2001,18,13177,12836 +SWZ,2002,0,14358,14726 +SWZ,2002,1,14349,14639 +SWZ,2002,2,14109,14338 +SWZ,2002,3,14215,14412 +SWZ,2002,4,14315,14491 +SWZ,2002,5,14404,14563 +SWZ,2002,6,14475,14622 +SWZ,2002,7,14535,14674 +SWZ,2002,8,14592,14727 +SWZ,2002,9,14575,14687 +SWZ,2002,10,14453,14511 +SWZ,2002,11,14257,14240 +SWZ,2002,12,14039,13948 +SWZ,2002,13,13769,13603 +SWZ,2002,14,13553,13303 +SWZ,2002,15,13442,13098 +SWZ,2002,16,13377,12931 +SWZ,2002,17,13269,12724 +SWZ,2002,18,13161,12523 +SWZ,2003,0,14532,14924 +SWZ,2003,1,14339,14629 +SWZ,2003,2,14210,14425 +SWZ,2003,3,13979,14148 +SWZ,2003,4,14061,14206 +SWZ,2003,5,14157,14288 +SWZ,2003,6,14257,14377 +SWZ,2003,7,14348,14460 +SWZ,2003,8,14441,14547 +SWZ,2003,9,14545,14650 +SWZ,2003,10,14551,14624 +SWZ,2003,11,14411,14405 +SWZ,2003,12,14173,14055 +SWZ,2003,13,13918,13692 +SWZ,2003,14,13614,13280 +SWZ,2003,15,13365,12908 +SWZ,2003,16,13225,12628 +SWZ,2003,17,13134,12389 +SWZ,2003,18,13000,12112 +SWZ,2004,0,14770,15182 +SWZ,2004,1,14392,14680 +SWZ,2004,2,14130,14327 +SWZ,2004,3,13968,14102 +SWZ,2004,4,13853,13959 +SWZ,2004,5,13912,14001 +SWZ,2004,6,14004,14086 +SWZ,2004,7,14114,14192 +SWZ,2004,8,14226,14299 +SWZ,2004,9,14352,14422 +SWZ,2004,10,14502,14573 +SWZ,2004,11,14531,14562 +SWZ,2004,12,14374,14301 +SWZ,2004,13,14092,13871 +SWZ,2004,14,13802,13437 +SWZ,2004,15,13464,12958 +SWZ,2004,16,13182,12514 +SWZ,2004,17,13012,12161 +SWZ,2004,18,12896,11850 +SWZ,2005,0,15036,15472 +SWZ,2005,1,14514,14807 +SWZ,2005,2,14142,14331 +SWZ,2005,3,13903,14021 +SWZ,2005,4,13774,13848 +SWZ,2005,5,13738,13788 +SWZ,2005,6,13774,13815 +SWZ,2005,7,13862,13903 +SWZ,2005,8,13982,14026 +SWZ,2005,9,14116,14158 +SWZ,2005,10,14274,14315 +SWZ,2005,11,14470,14515 +SWZ,2005,12,14523,14519 +SWZ,2005,13,14348,14215 +SWZ,2005,14,14023,13705 +SWZ,2005,15,13696,13200 +SWZ,2005,16,13325,12654 +SWZ,2005,17,13009,12139 +SWZ,2005,18,12810,11711 +SWZ,2006,0,15327,15743 +SWZ,2006,1,14836,15153 +SWZ,2006,2,14387,14589 +SWZ,2006,3,14070,14188 +SWZ,2006,4,13867,13927 +SWZ,2006,5,13760,13782 +SWZ,2006,6,13731,13731 +SWZ,2006,7,13763,13750 +SWZ,2006,8,13838,13811 +SWZ,2006,9,13939,13890 +SWZ,2006,10,14048,13965 +SWZ,2006,11,14177,14060 +SWZ,2006,12,14337,14194 +SWZ,2006,13,14359,14127 +SWZ,2006,14,14165,13747 +SWZ,2006,15,13827,13163 +SWZ,2006,16,13487,12586 +SWZ,2006,17,13103,11967 +SWZ,2006,18,12772,11415 +SWZ,2007,0,15661,16064 +SWZ,2007,1,14964,15204 +SWZ,2007,2,14649,14861 +SWZ,2007,3,14273,14395 +SWZ,2007,4,14010,14067 +SWZ,2007,5,13843,13856 +SWZ,2007,6,13757,13739 +SWZ,2007,7,13736,13695 +SWZ,2007,8,13762,13706 +SWZ,2007,9,13825,13741 +SWZ,2007,10,13907,13777 +SWZ,2007,11,13993,13795 +SWZ,2007,12,14091,13828 +SWZ,2007,13,14215,13898 +SWZ,2007,14,14206,13760 +SWZ,2007,15,13993,13304 +SWZ,2007,16,13642,12645 +SWZ,2007,17,13288,11996 +SWZ,2007,18,12892,11303 +SWZ,2008,0,15953,16358 +SWZ,2008,1,15231,15470 +SWZ,2008,2,14671,14790 +SWZ,2008,3,14465,14596 +SWZ,2008,4,14162,14228 +SWZ,2008,5,13953,13973 +SWZ,2008,6,13822,13810 +SWZ,2008,7,13757,13720 +SWZ,2008,8,13743,13685 +SWZ,2008,9,13766,13688 +SWZ,2008,10,13815,13697 +SWZ,2008,11,13879,13689 +SWZ,2008,12,13940,13651 +SWZ,2008,13,14009,13622 +SWZ,2008,14,14097,13627 +SWZ,2008,15,14057,13418 +SWZ,2008,16,13824,12887 +SWZ,2008,17,13461,12152 +SWZ,2008,18,13093,11429 +SWZ,2009,0,16091,16522 +SWZ,2009,1,15409,15679 +SWZ,2009,2,14864,15017 +SWZ,2009,3,14443,14517 +SWZ,2009,4,14275,14361 +SWZ,2009,5,14046,14091 +SWZ,2009,6,13890,13908 +SWZ,2009,7,13796,13794 +SWZ,2009,8,13753,13731 +SWZ,2009,9,13746,13704 +SWZ,2009,10,13764,13698 +SWZ,2009,11,13801,13681 +SWZ,2009,12,13845,13630 +SWZ,2009,13,13883,13536 +SWZ,2009,14,13921,13444 +SWZ,2009,15,13973,13384 +SWZ,2009,16,13903,13104 +SWZ,2009,17,13650,12495 +SWZ,2009,18,13274,11683 +SWZ,2010,0,16005,16490 +SWZ,2010,1,15433,15775 +SWZ,2010,2,14964,15199 +SWZ,2010,3,14588,14748 +SWZ,2010,4,14295,14406 +SWZ,2010,5,14076,14157 +SWZ,2010,6,13920,13985 +SWZ,2010,7,13818,13874 +SWZ,2010,8,13761,13808 +SWZ,2010,9,13738,13772 +SWZ,2010,10,13739,13753 +SWZ,2010,11,13753,13739 +SWZ,2010,12,13776,13697 +SWZ,2010,13,13801,13602 +SWZ,2010,14,13816,13450 +SWZ,2010,15,13824,13296 +SWZ,2010,16,13839,13171 +SWZ,2010,17,13739,12818 +SWZ,2010,18,13466,12130 +SWZ,2011,0,15644,16014 +SWZ,2011,1,15781,16150 +SWZ,2011,2,15320,15568 +SWZ,2011,3,14928,15083 +SWZ,2011,4,14598,14684 +SWZ,2011,5,14326,14363 +SWZ,2011,6,14102,14104 +SWZ,2011,7,13921,13894 +SWZ,2011,8,13787,13748 +SWZ,2011,9,13701,13668 +SWZ,2011,10,13650,13627 +SWZ,2011,11,13611,13591 +SWZ,2011,12,13579,13552 +SWZ,2011,13,13555,13483 +SWZ,2011,14,13535,13362 +SWZ,2011,15,13507,13185 +SWZ,2011,16,13473,13005 +SWZ,2011,17,13447,12854 +SWZ,2011,18,13314,12489 +SWZ,2012,0,15074,15367 +SWZ,2012,1,14984,15215 +SWZ,2012,2,15571,15883 +SWZ,2012,3,15221,15432 +SWZ,2012,4,14905,15034 +SWZ,2012,5,14621,14685 +SWZ,2012,6,14369,14383 +SWZ,2012,7,14142,14114 +SWZ,2012,8,13934,13865 +SWZ,2012,9,13768,13683 +SWZ,2012,10,13653,13588 +SWZ,2012,11,13574,13544 +SWZ,2012,12,13496,13490 +SWZ,2012,13,13418,13426 +SWZ,2012,14,13347,13331 +SWZ,2012,15,13282,13183 +SWZ,2012,16,13210,12979 +SWZ,2012,17,13134,12774 +SWZ,2012,18,13067,12597 +SWZ,2013,0,14429,14671 +SWZ,2013,1,14631,14862 +SWZ,2013,2,14756,14971 +SWZ,2013,3,15370,15660 +SWZ,2013,4,15130,15338 +SWZ,2013,5,14890,15026 +SWZ,2013,6,14652,14727 +SWZ,2013,7,14420,14443 +SWZ,2013,8,14189,14163 +SWZ,2013,9,13954,13874 +SWZ,2013,10,13757,13657 +SWZ,2013,11,13613,13546 +SWZ,2013,12,13505,13497 +SWZ,2013,13,13388,13425 +SWZ,2013,14,13263,13337 +SWZ,2013,15,13146,13215 +SWZ,2013,16,13035,13039 +SWZ,2013,17,12920,12809 +SWZ,2013,18,12802,12578 +SWZ,2014,0,13902,14110 +SWZ,2014,1,14320,14562 +SWZ,2014,2,14619,14875 +SWZ,2014,3,14811,15064 +SWZ,2014,4,15170,15447 +SWZ,2014,5,15041,15255 +SWZ,2014,6,14876,15029 +SWZ,2014,7,14684,14779 +SWZ,2014,8,14472,14514 +SWZ,2014,9,14237,14222 +SWZ,2014,10,13976,13893 +SWZ,2014,11,13746,13640 +SWZ,2014,12,13574,13513 +SWZ,2014,13,13437,13461 +SWZ,2014,14,13281,13371 +SWZ,2014,15,13110,13257 +SWZ,2014,16,12945,13109 +SWZ,2014,17,12789,12905 +SWZ,2014,18,12632,12648 +SWZ,2015,0,13631,13818 +SWZ,2015,1,14129,14382 +SWZ,2015,2,14500,14789 +SWZ,2015,3,14757,15055 +SWZ,2015,4,14910,15196 +SWZ,2015,5,14972,15228 +SWZ,2015,6,14953,15167 +SWZ,2015,7,14864,15028 +SWZ,2015,8,14718,14827 +SWZ,2015,9,14526,14581 +SWZ,2015,10,14287,14278 +SWZ,2015,11,14000,13908 +SWZ,2015,12,13737,13619 +SWZ,2015,13,13536,13477 +SWZ,2015,14,13371,13420 +SWZ,2015,15,13175,13312 +SWZ,2015,16,12958,13173 +SWZ,2015,17,12746,12998 +SWZ,2015,18,12545,12767 +SWZ,2016,0,13662,13854 +SWZ,2016,1,13673,13897 +SWZ,2016,2,14094,14365 +SWZ,2016,3,14423,14717 +SWZ,2016,4,14665,14960 +SWZ,2016,5,14825,15104 +SWZ,2016,6,14914,15163 +SWZ,2016,7,14947,15157 +SWZ,2016,8,14882,15050 +SWZ,2016,9,14707,14833 +SWZ,2016,10,14452,14541 +SWZ,2016,11,14163,14207 +SWZ,2016,12,13831,13813 +SWZ,2016,13,13523,13497 +SWZ,2016,14,13277,13328 +SWZ,2016,15,13070,13244 +SWZ,2016,16,12833,13110 +SWZ,2016,17,12576,12945 +SWZ,2016,18,12335,12755 +SWZ,2017,0,13949,14159 +SWZ,2017,1,14127,14415 +SWZ,2017,2,13709,13960 +SWZ,2017,3,14053,14333 +SWZ,2017,4,14340,14629 +SWZ,2017,5,14568,14850 +SWZ,2017,6,14733,14995 +SWZ,2017,7,14850,15083 +SWZ,2017,8,14934,15131 +SWZ,2017,9,14894,15056 +SWZ,2017,10,14690,14823 +SWZ,2017,11,14373,14486 +SWZ,2017,12,14034,14121 +SWZ,2017,13,13657,13703 +SWZ,2017,14,13303,13361 +SWZ,2017,15,13013,13165 +SWZ,2017,16,12763,13054 +SWZ,2017,17,12486,12895 +SWZ,2017,18,12189,12703 +SWZ,2018,0,14365,14598 +SWZ,2018,1,14249,14547 +SWZ,2018,2,14197,14531 +SWZ,2018,3,13750,14017 +SWZ,2018,4,14017,14294 +SWZ,2018,5,14262,14535 +SWZ,2018,6,14475,14732 +SWZ,2018,7,14646,14878 +SWZ,2018,8,14791,14994 +SWZ,2018,9,14927,15097 +SWZ,2018,10,14911,15054 +SWZ,2018,11,14678,14806 +SWZ,2018,12,14298,14424 +SWZ,2018,13,13909,14028 +SWZ,2018,14,13488,13586 +SWZ,2018,15,13089,13219 +SWZ,2018,16,12754,12995 +SWZ,2018,17,12462,12858 +SWZ,2018,18,12143,12673 +SWZ,2019,0,15000,15000 +SWZ,2019,1,14000,15000 +SWZ,2019,2,14000,14000 +SWZ,2019,3,14000,14000 +SWZ,2019,4,14000,14000 +SWZ,2019,5,14000,14000 +SWZ,2019,6,14000,14000 +SWZ,2019,7,14000,15000 +SWZ,2019,8,15000,15000 +SWZ,2019,9,15000,15000 +SWZ,2019,10,15000,15000 +SWZ,2019,11,15000,15000 +SWZ,2019,12,15000,15000 +SWZ,2019,13,14000,14000 +SWZ,2019,14,14000,14000 +SWZ,2019,15,13000,13000 +SWZ,2019,16,13000,13000 +SWZ,2019,17,13000,13000 +SWZ,2019,18,12000,13000 +SWZ,2020,0,15000,15000 +SWZ,2020,1,14000,15000 +SWZ,2020,2,14000,14000 +SWZ,2020,3,14000,14000 +SWZ,2020,4,14000,14000 +SWZ,2020,5,14000,14000 +SWZ,2020,6,14000,14000 +SWZ,2020,7,14000,14000 +SWZ,2020,8,14000,15000 +SWZ,2020,9,15000,15000 +SWZ,2020,10,15000,15000 +SWZ,2020,11,15000,15000 +SWZ,2020,12,15000,15000 +SWZ,2020,13,15000,15000 +SWZ,2020,14,14000,14000 +SWZ,2020,15,14000,14000 +SWZ,2020,16,13000,13000 +SWZ,2020,17,13000,13000 +SWZ,2020,18,12000,13000 +SWZ,2021,0,15000,15000 +SWZ,2021,1,15000,15000 +SWZ,2021,2,14000,15000 +SWZ,2021,3,14000,14000 +SWZ,2021,4,14000,14000 +SWZ,2021,5,14000,14000 +SWZ,2021,6,14000,14000 +SWZ,2021,7,14000,14000 +SWZ,2021,8,14000,14000 +SWZ,2021,9,14000,14000 +SWZ,2021,10,14000,15000 +SWZ,2021,11,15000,15000 +SWZ,2021,12,15000,15000 +SWZ,2021,13,15000,15000 +SWZ,2021,14,15000,15000 +SWZ,2021,15,14000,14000 +SWZ,2021,16,13000,14000 +SWZ,2021,17,13000,13000 +SWZ,2021,18,12000,13000 +SWZ,2022,0,14000,15000 +SWZ,2022,1,14000,14000 +SWZ,2022,2,14000,15000 +SWZ,2022,3,14000,15000 +SWZ,2022,4,14000,14000 +SWZ,2022,5,14000,14000 +SWZ,2022,6,14000,14000 +SWZ,2022,7,14000,14000 +SWZ,2022,8,14000,14000 +SWZ,2022,9,14000,14000 +SWZ,2022,10,14000,14000 +SWZ,2022,11,14000,15000 +SWZ,2022,12,15000,15000 +SWZ,2022,13,15000,15000 +SWZ,2022,14,15000,15000 +SWZ,2022,15,14000,14000 +SWZ,2022,16,14000,14000 +SWZ,2022,17,13000,13000 +SWZ,2022,18,13000,13000 +SWZ,2023,0,14000,14000 +SWZ,2023,1,14000,14000 +SWZ,2023,2,14000,14000 +SWZ,2023,3,14000,15000 +SWZ,2023,4,14000,14000 +SWZ,2023,5,14000,14000 +SWZ,2023,6,14000,14000 +SWZ,2023,7,14000,14000 +SWZ,2023,8,14000,14000 +SWZ,2023,9,14000,14000 +SWZ,2023,10,14000,14000 +SWZ,2023,11,14000,14000 +SWZ,2023,12,14000,14000 +SWZ,2023,13,14000,15000 +SWZ,2023,14,15000,15000 +SWZ,2023,15,15000,15000 +SWZ,2023,16,14000,14000 +SWZ,2023,17,14000,14000 +SWZ,2023,18,13000,13000 +SWZ,2024,0,14000,14000 +SWZ,2024,1,14000,14000 +SWZ,2024,2,14000,14000 +SWZ,2024,3,14000,14000 +SWZ,2024,4,14000,14000 +SWZ,2024,5,14000,14000 +SWZ,2024,6,14000,14000 +SWZ,2024,7,14000,14000 +SWZ,2024,8,14000,14000 +SWZ,2024,9,14000,14000 +SWZ,2024,10,14000,14000 +SWZ,2024,11,14000,14000 +SWZ,2024,12,14000,14000 +SWZ,2024,13,14000,14000 +SWZ,2024,14,14000,15000 +SWZ,2024,15,15000,15000 +SWZ,2024,16,14000,15000 +SWZ,2024,17,14000,14000 +SWZ,2024,18,14000,14000 +SWZ,2025,0,13000,14000 +SWZ,2025,1,14000,14000 +SWZ,2025,2,14000,14000 +SWZ,2025,3,14000,14000 +SWZ,2025,4,14000,14000 +SWZ,2025,5,14000,14000 +SWZ,2025,6,14000,14000 +SWZ,2025,7,14000,14000 +SWZ,2025,8,14000,14000 +SWZ,2025,9,14000,14000 +SWZ,2025,10,14000,14000 +SWZ,2025,11,14000,14000 +SWZ,2025,12,14000,14000 +SWZ,2025,13,14000,14000 +SWZ,2025,14,14000,14000 +SWZ,2025,15,14000,14000 +SWZ,2025,16,14000,15000 +SWZ,2025,17,14000,14000 +SWZ,2025,18,14000,14000 +SWZ,2026,0,13000,14000 +SWZ,2026,1,13000,14000 +SWZ,2026,2,14000,14000 +SWZ,2026,3,14000,14000 +SWZ,2026,4,14000,14000 +SWZ,2026,5,14000,14000 +SWZ,2026,6,14000,14000 +SWZ,2026,7,14000,14000 +SWZ,2026,8,14000,14000 +SWZ,2026,9,14000,14000 +SWZ,2026,10,14000,14000 +SWZ,2026,11,14000,14000 +SWZ,2026,12,14000,14000 +SWZ,2026,13,14000,14000 +SWZ,2026,14,14000,14000 +SWZ,2026,15,14000,14000 +SWZ,2026,16,14000,14000 +SWZ,2026,17,14000,14000 +SWZ,2026,18,14000,14000 +SWZ,2027,0,13000,14000 +SWZ,2027,1,14000,14000 +SWZ,2027,2,13000,14000 +SWZ,2027,3,14000,14000 +SWZ,2027,4,14000,14000 +SWZ,2027,5,14000,14000 +SWZ,2027,6,14000,14000 +SWZ,2027,7,14000,14000 +SWZ,2027,8,14000,14000 +SWZ,2027,9,14000,14000 +SWZ,2027,10,14000,14000 +SWZ,2027,11,14000,14000 +SWZ,2027,12,14000,14000 +SWZ,2027,13,14000,14000 +SWZ,2027,14,14000,14000 +SWZ,2027,15,14000,14000 +SWZ,2027,16,14000,14000 +SWZ,2027,17,14000,14000 +SWZ,2027,18,14000,14000 +SWZ,2028,0,14000,14000 +SWZ,2028,1,14000,14000 +SWZ,2028,2,14000,14000 +SWZ,2028,3,13000,14000 +SWZ,2028,4,13000,14000 +SWZ,2028,5,14000,14000 +SWZ,2028,6,14000,14000 +SWZ,2028,7,14000,14000 +SWZ,2028,8,14000,14000 +SWZ,2028,9,14000,14000 +SWZ,2028,10,14000,14000 +SWZ,2028,11,14000,14000 +SWZ,2028,12,14000,14000 +SWZ,2028,13,14000,14000 +SWZ,2028,14,14000,14000 +SWZ,2028,15,14000,14000 +SWZ,2028,16,14000,14000 +SWZ,2028,17,14000,14000 +SWZ,2028,18,14000,14000 +SWZ,2029,0,14000,14000 +SWZ,2029,1,14000,14000 +SWZ,2029,2,14000,14000 +SWZ,2029,3,14000,14000 +SWZ,2029,4,13000,14000 +SWZ,2029,5,13000,14000 +SWZ,2029,6,14000,14000 +SWZ,2029,7,14000,14000 +SWZ,2029,8,14000,14000 +SWZ,2029,9,14000,14000 +SWZ,2029,10,14000,14000 +SWZ,2029,11,14000,14000 +SWZ,2029,12,14000,14000 +SWZ,2029,13,14000,14000 +SWZ,2029,14,14000,14000 +SWZ,2029,15,14000,14000 +SWZ,2029,16,14000,14000 +SWZ,2029,17,14000,14000 +SWZ,2029,18,14000,14000 +SWZ,2030,0,14000,15000 +SWZ,2030,1,14000,14000 +SWZ,2030,2,14000,14000 +SWZ,2030,3,14000,14000 +SWZ,2030,4,13000,14000 +SWZ,2030,5,13000,14000 +SWZ,2030,6,13000,14000 +SWZ,2030,7,14000,14000 +SWZ,2030,8,14000,14000 +SWZ,2030,9,14000,14000 +SWZ,2030,10,14000,14000 +SWZ,2030,11,14000,14000 +SWZ,2030,12,14000,14000 +SWZ,2030,13,14000,14000 +SWZ,2030,14,14000,14000 +SWZ,2030,15,14000,14000 +SWZ,2030,16,14000,14000 +SWZ,2030,17,14000,14000 +SWZ,2030,18,14000,14000 +SWZ,2031,0,14000,15000 +SWZ,2031,1,14000,14000 +SWZ,2031,2,14000,14000 +SWZ,2031,3,14000,14000 +SWZ,2031,4,14000,14000 +SWZ,2031,5,13000,14000 +SWZ,2031,6,13000,14000 +SWZ,2031,7,13000,14000 +SWZ,2031,8,14000,14000 +SWZ,2031,9,14000,14000 +SWZ,2031,10,14000,14000 +SWZ,2031,11,14000,14000 +SWZ,2031,12,14000,14000 +SWZ,2031,13,14000,14000 +SWZ,2031,14,14000,14000 +SWZ,2031,15,14000,14000 +SWZ,2031,16,14000,14000 +SWZ,2031,17,14000,14000 +SWZ,2031,18,14000,14000 +SWZ,2032,0,14000,15000 +SWZ,2032,1,14000,14000 +SWZ,2032,2,14000,14000 +SWZ,2032,3,14000,14000 +SWZ,2032,4,14000,14000 +SWZ,2032,5,14000,14000 +SWZ,2032,6,13000,14000 +SWZ,2032,7,13000,14000 +SWZ,2032,8,13000,14000 +SWZ,2032,9,13000,14000 +SWZ,2032,10,14000,14000 +SWZ,2032,11,14000,14000 +SWZ,2032,12,14000,14000 +SWZ,2032,13,14000,14000 +SWZ,2032,14,14000,14000 +SWZ,2032,15,14000,14000 +SWZ,2032,16,14000,14000 +SWZ,2032,17,14000,14000 +SWZ,2032,18,14000,14000 +SWZ,2033,0,15000,15000 +SWZ,2033,1,14000,15000 +SWZ,2033,2,14000,14000 +SWZ,2033,3,14000,14000 +SWZ,2033,4,14000,14000 +SWZ,2033,5,14000,14000 +SWZ,2033,6,14000,14000 +SWZ,2033,7,13000,14000 +SWZ,2033,8,13000,14000 +SWZ,2033,9,13000,14000 +SWZ,2033,10,13000,14000 +SWZ,2033,11,14000,14000 +SWZ,2033,12,14000,14000 +SWZ,2033,13,14000,14000 +SWZ,2033,14,14000,14000 +SWZ,2033,15,14000,14000 +SWZ,2033,16,14000,14000 +SWZ,2033,17,14000,14000 +SWZ,2033,18,14000,14000 +SWZ,2034,0,15000,15000 +SWZ,2034,1,14000,15000 +SWZ,2034,2,14000,14000 +SWZ,2034,3,14000,14000 +SWZ,2034,4,14000,14000 +SWZ,2034,5,14000,14000 +SWZ,2034,6,14000,14000 +SWZ,2034,7,14000,14000 +SWZ,2034,8,14000,14000 +SWZ,2034,9,13000,14000 +SWZ,2034,10,13000,14000 +SWZ,2034,11,13000,14000 +SWZ,2034,12,14000,14000 +SWZ,2034,13,14000,14000 +SWZ,2034,14,14000,14000 +SWZ,2034,15,14000,14000 +SWZ,2034,16,14000,14000 +SWZ,2034,17,14000,14000 +SWZ,2034,18,14000,14000 +SWZ,2035,0,15000,15000 +SWZ,2035,1,14000,15000 +SWZ,2035,2,14000,15000 +SWZ,2035,3,14000,14000 +SWZ,2035,4,14000,14000 +SWZ,2035,5,14000,14000 +SWZ,2035,6,14000,14000 +SWZ,2035,7,14000,14000 +SWZ,2035,8,14000,14000 +SWZ,2035,9,14000,14000 +SWZ,2035,10,13000,14000 +SWZ,2035,11,13000,14000 +SWZ,2035,12,13000,14000 +SWZ,2035,13,14000,14000 +SWZ,2035,14,14000,14000 +SWZ,2035,15,14000,14000 +SWZ,2035,16,14000,14000 +SWZ,2035,17,14000,14000 +SWZ,2035,18,14000,14000 +SWZ,2036,0,15000,15000 +SWZ,2036,1,15000,15000 +SWZ,2036,2,14000,15000 +SWZ,2036,3,14000,15000 +SWZ,2036,4,14000,14000 +SWZ,2036,5,14000,14000 +SWZ,2036,6,14000,14000 +SWZ,2036,7,14000,14000 +SWZ,2036,8,14000,14000 +SWZ,2036,9,14000,14000 +SWZ,2036,10,14000,14000 +SWZ,2036,11,14000,14000 +SWZ,2036,12,13000,14000 +SWZ,2036,13,14000,14000 +SWZ,2036,14,14000,14000 +SWZ,2036,15,14000,14000 +SWZ,2036,16,14000,14000 +SWZ,2036,17,14000,14000 +SWZ,2036,18,14000,15000 +SWZ,2037,0,15000,15000 +SWZ,2037,1,15000,15000 +SWZ,2037,2,15000,15000 +SWZ,2037,3,14000,15000 +SWZ,2037,4,14000,15000 +SWZ,2037,5,14000,14000 +SWZ,2037,6,14000,14000 +SWZ,2037,7,14000,14000 +SWZ,2037,8,14000,14000 +SWZ,2037,9,14000,14000 +SWZ,2037,10,14000,14000 +SWZ,2037,11,14000,14000 +SWZ,2037,12,14000,14000 +SWZ,2037,13,14000,14000 +SWZ,2037,14,14000,14000 +SWZ,2037,15,14000,14000 +SWZ,2037,16,14000,14000 +SWZ,2037,17,14000,14000 +SWZ,2037,18,14000,14000 +SWZ,2038,0,15000,15000 +SWZ,2038,1,15000,15000 +SWZ,2038,2,15000,15000 +SWZ,2038,3,15000,15000 +SWZ,2038,4,14000,15000 +SWZ,2038,5,14000,15000 +SWZ,2038,6,14000,14000 +SWZ,2038,7,14000,14000 +SWZ,2038,8,14000,14000 +SWZ,2038,9,14000,14000 +SWZ,2038,10,14000,14000 +SWZ,2038,11,14000,14000 +SWZ,2038,12,14000,14000 +SWZ,2038,13,14000,14000 +SWZ,2038,14,14000,14000 +SWZ,2038,15,14000,14000 +SWZ,2038,16,14000,14000 +SWZ,2038,17,14000,14000 +SWZ,2038,18,14000,14000 +SWZ,2039,0,15000,15000 +SWZ,2039,1,15000,15000 +SWZ,2039,2,15000,15000 +SWZ,2039,3,15000,15000 +SWZ,2039,4,15000,15000 +SWZ,2039,5,14000,15000 +SWZ,2039,6,14000,15000 +SWZ,2039,7,14000,14000 +SWZ,2039,8,14000,14000 +SWZ,2039,9,14000,14000 +SWZ,2039,10,14000,14000 +SWZ,2039,11,14000,14000 +SWZ,2039,12,14000,14000 +SWZ,2039,13,14000,14000 +SWZ,2039,14,14000,14000 +SWZ,2039,15,14000,14000 +SWZ,2039,16,14000,14000 +SWZ,2039,17,14000,14000 +SWZ,2039,18,14000,14000 +SWZ,2040,0,15000,15000 +SWZ,2040,1,15000,15000 +SWZ,2040,2,15000,15000 +SWZ,2040,3,15000,15000 +SWZ,2040,4,15000,15000 +SWZ,2040,5,15000,15000 +SWZ,2040,6,14000,15000 +SWZ,2040,7,14000,14000 +SWZ,2040,8,14000,14000 +SWZ,2040,9,14000,14000 +SWZ,2040,10,14000,14000 +SWZ,2040,11,14000,14000 +SWZ,2040,12,14000,14000 +SWZ,2040,13,14000,14000 +SWZ,2040,14,14000,14000 +SWZ,2040,15,14000,14000 +SWZ,2040,16,14000,14000 +SWZ,2040,17,14000,14000 +SWZ,2040,18,14000,14000 +SWZ,2041,0,15000,15000 +SWZ,2041,1,15000,15000 +SWZ,2041,2,15000,15000 +SWZ,2041,3,15000,15000 +SWZ,2041,4,15000,15000 +SWZ,2041,5,15000,15000 +SWZ,2041,6,15000,15000 +SWZ,2041,7,14000,15000 +SWZ,2041,8,14000,14000 +SWZ,2041,9,14000,14000 +SWZ,2041,10,14000,14000 +SWZ,2041,11,14000,14000 +SWZ,2041,12,14000,14000 +SWZ,2041,13,14000,14000 +SWZ,2041,14,14000,14000 +SWZ,2041,15,14000,14000 +SWZ,2041,16,14000,14000 +SWZ,2041,17,14000,14000 +SWZ,2041,18,14000,14000 +SWZ,2042,0,15000,15000 +SWZ,2042,1,15000,15000 +SWZ,2042,2,15000,15000 +SWZ,2042,3,15000,15000 +SWZ,2042,4,15000,15000 +SWZ,2042,5,15000,15000 +SWZ,2042,6,15000,15000 +SWZ,2042,7,15000,15000 +SWZ,2042,8,14000,15000 +SWZ,2042,9,14000,14000 +SWZ,2042,10,14000,14000 +SWZ,2042,11,14000,14000 +SWZ,2042,12,14000,14000 +SWZ,2042,13,14000,14000 +SWZ,2042,14,14000,14000 +SWZ,2042,15,14000,14000 +SWZ,2042,16,14000,14000 +SWZ,2042,17,14000,14000 +SWZ,2042,18,14000,14000 +SWZ,2043,0,15000,15000 +SWZ,2043,1,15000,15000 +SWZ,2043,2,15000,15000 +SWZ,2043,3,15000,15000 +SWZ,2043,4,15000,15000 +SWZ,2043,5,15000,15000 +SWZ,2043,6,15000,15000 +SWZ,2043,7,15000,15000 +SWZ,2043,8,15000,15000 +SWZ,2043,9,14000,15000 +SWZ,2043,10,14000,14000 +SWZ,2043,11,14000,14000 +SWZ,2043,12,14000,14000 +SWZ,2043,13,14000,14000 +SWZ,2043,14,14000,14000 +SWZ,2043,15,14000,14000 +SWZ,2043,16,14000,14000 +SWZ,2043,17,14000,14000 +SWZ,2043,18,14000,14000 +SWZ,2044,0,15000,15000 +SWZ,2044,1,15000,15000 +SWZ,2044,2,15000,15000 +SWZ,2044,3,15000,15000 +SWZ,2044,4,15000,15000 +SWZ,2044,5,15000,15000 +SWZ,2044,6,15000,15000 +SWZ,2044,7,15000,15000 +SWZ,2044,8,15000,15000 +SWZ,2044,9,15000,15000 +SWZ,2044,10,14000,15000 +SWZ,2044,11,14000,14000 +SWZ,2044,12,14000,14000 +SWZ,2044,13,14000,14000 +SWZ,2044,14,14000,14000 +SWZ,2044,15,14000,14000 +SWZ,2044,16,14000,14000 +SWZ,2044,17,14000,14000 +SWZ,2044,18,14000,14000 +SWZ,2045,0,15000,15000 +SWZ,2045,1,15000,15000 +SWZ,2045,2,15000,15000 +SWZ,2045,3,15000,15000 +SWZ,2045,4,15000,15000 +SWZ,2045,5,15000,15000 +SWZ,2045,6,15000,15000 +SWZ,2045,7,15000,15000 +SWZ,2045,8,15000,15000 +SWZ,2045,9,15000,15000 +SWZ,2045,10,15000,15000 +SWZ,2045,11,14000,15000 +SWZ,2045,12,14000,14000 +SWZ,2045,13,14000,14000 +SWZ,2045,14,14000,14000 +SWZ,2045,15,14000,14000 +SWZ,2045,16,14000,14000 +SWZ,2045,17,14000,14000 +SWZ,2045,18,14000,14000 +SWZ,2046,0,15000,15000 +SWZ,2046,1,15000,15000 +SWZ,2046,2,15000,15000 +SWZ,2046,3,15000,15000 +SWZ,2046,4,15000,15000 +SWZ,2046,5,15000,15000 +SWZ,2046,6,15000,15000 +SWZ,2046,7,15000,15000 +SWZ,2046,8,15000,15000 +SWZ,2046,9,15000,15000 +SWZ,2046,10,15000,15000 +SWZ,2046,11,15000,15000 +SWZ,2046,12,14000,15000 +SWZ,2046,13,14000,14000 +SWZ,2046,14,14000,14000 +SWZ,2046,15,14000,14000 +SWZ,2046,16,14000,14000 +SWZ,2046,17,14000,14000 +SWZ,2046,18,14000,14000 +SWZ,2047,0,15000,15000 +SWZ,2047,1,15000,15000 +SWZ,2047,2,15000,15000 +SWZ,2047,3,15000,15000 +SWZ,2047,4,15000,15000 +SWZ,2047,5,15000,15000 +SWZ,2047,6,15000,15000 +SWZ,2047,7,15000,15000 +SWZ,2047,8,15000,15000 +SWZ,2047,9,15000,15000 +SWZ,2047,10,15000,15000 +SWZ,2047,11,15000,15000 +SWZ,2047,12,15000,15000 +SWZ,2047,13,14000,15000 +SWZ,2047,14,14000,15000 +SWZ,2047,15,14000,14000 +SWZ,2047,16,14000,14000 +SWZ,2047,17,14000,14000 +SWZ,2047,18,14000,14000 +SWZ,2048,0,15000,15000 +SWZ,2048,1,15000,15000 +SWZ,2048,2,15000,15000 +SWZ,2048,3,15000,15000 +SWZ,2048,4,15000,15000 +SWZ,2048,5,15000,15000 +SWZ,2048,6,15000,15000 +SWZ,2048,7,15000,15000 +SWZ,2048,8,15000,15000 +SWZ,2048,9,15000,15000 +SWZ,2048,10,15000,15000 +SWZ,2048,11,15000,15000 +SWZ,2048,12,15000,15000 +SWZ,2048,13,15000,15000 +SWZ,2048,14,14000,15000 +SWZ,2048,15,14000,15000 +SWZ,2048,16,14000,14000 +SWZ,2048,17,14000,14000 +SWZ,2048,18,14000,14000 +SWZ,2049,0,14000,15000 +SWZ,2049,1,15000,15000 +SWZ,2049,2,15000,15000 +SWZ,2049,3,15000,15000 +SWZ,2049,4,15000,15000 +SWZ,2049,5,15000,15000 +SWZ,2049,6,15000,15000 +SWZ,2049,7,15000,15000 +SWZ,2049,8,15000,15000 +SWZ,2049,9,15000,15000 +SWZ,2049,10,15000,15000 +SWZ,2049,11,15000,15000 +SWZ,2049,12,15000,15000 +SWZ,2049,13,15000,15000 +SWZ,2049,14,15000,15000 +SWZ,2049,15,15000,15000 +SWZ,2049,16,14000,15000 +SWZ,2049,17,14000,14000 +SWZ,2049,18,14000,14000 +SWZ,2050,0,14000,15000 +SWZ,2050,1,15000,15000 +SWZ,2050,2,15000,15000 +SWZ,2050,3,15000,15000 +SWZ,2050,4,15000,15000 +SWZ,2050,5,15000,15000 +SWZ,2050,6,15000,15000 +SWZ,2050,7,15000,15000 +SWZ,2050,8,15000,15000 +SWZ,2050,9,15000,15000 +SWZ,2050,10,15000,15000 +SWZ,2050,11,15000,15000 +SWZ,2050,12,15000,15000 +SWZ,2050,13,15000,15000 +SWZ,2050,14,15000,15000 +SWZ,2050,15,15000,15000 +SWZ,2050,16,15000,15000 +SWZ,2050,17,14000,15000 +SWZ,2050,18,14000,15000 +SXM,1990,0,, +SXM,1990,1,, +SXM,1990,2,, +SXM,1990,3,, +SXM,1990,4,, +SXM,1990,5,, +SXM,1990,6,, +SXM,1990,7,, +SXM,1990,8,, +SXM,1990,9,, +SXM,1990,10,, +SXM,1990,11,, +SXM,1990,12,, +SXM,1990,13,, +SXM,1990,14,, +SXM,1990,15,, +SXM,1990,16,, +SXM,1990,17,, +SXM,1990,18,, +SXM,1991,0,, +SXM,1991,1,, +SXM,1991,2,, +SXM,1991,3,, +SXM,1991,4,, +SXM,1991,5,, +SXM,1991,6,, +SXM,1991,7,, +SXM,1991,8,, +SXM,1991,9,, +SXM,1991,10,, +SXM,1991,11,, +SXM,1991,12,, +SXM,1991,13,, +SXM,1991,14,, +SXM,1991,15,, +SXM,1991,16,, +SXM,1991,17,, +SXM,1991,18,, +SXM,1992,0,, +SXM,1992,1,, +SXM,1992,2,, +SXM,1992,3,, +SXM,1992,4,, +SXM,1992,5,, +SXM,1992,6,, +SXM,1992,7,, +SXM,1992,8,, +SXM,1992,9,, +SXM,1992,10,, +SXM,1992,11,, +SXM,1992,12,, +SXM,1992,13,, +SXM,1992,14,, +SXM,1992,15,, +SXM,1992,16,, +SXM,1992,17,, +SXM,1992,18,, +SXM,1993,0,, +SXM,1993,1,, +SXM,1993,2,, +SXM,1993,3,, +SXM,1993,4,, +SXM,1993,5,, +SXM,1993,6,, +SXM,1993,7,, +SXM,1993,8,, +SXM,1993,9,, +SXM,1993,10,, +SXM,1993,11,, +SXM,1993,12,, +SXM,1993,13,, +SXM,1993,14,, +SXM,1993,15,, +SXM,1993,16,, +SXM,1993,17,, +SXM,1993,18,, +SXM,1994,0,, +SXM,1994,1,, +SXM,1994,2,, +SXM,1994,3,, +SXM,1994,4,, +SXM,1994,5,, +SXM,1994,6,, +SXM,1994,7,, +SXM,1994,8,, +SXM,1994,9,, +SXM,1994,10,, +SXM,1994,11,, +SXM,1994,12,, +SXM,1994,13,, +SXM,1994,14,, +SXM,1994,15,, +SXM,1994,16,, +SXM,1994,17,, +SXM,1994,18,, +SXM,1995,0,, +SXM,1995,1,, +SXM,1995,2,, +SXM,1995,3,, +SXM,1995,4,, +SXM,1995,5,, +SXM,1995,6,, +SXM,1995,7,, +SXM,1995,8,, +SXM,1995,9,, +SXM,1995,10,, +SXM,1995,11,, +SXM,1995,12,, +SXM,1995,13,, +SXM,1995,14,, +SXM,1995,15,, +SXM,1995,16,, +SXM,1995,17,, +SXM,1995,18,, +SXM,1996,0,, +SXM,1996,1,, +SXM,1996,2,, +SXM,1996,3,, +SXM,1996,4,, +SXM,1996,5,, +SXM,1996,6,, +SXM,1996,7,, +SXM,1996,8,, +SXM,1996,9,, +SXM,1996,10,, +SXM,1996,11,, +SXM,1996,12,, +SXM,1996,13,, +SXM,1996,14,, +SXM,1996,15,, +SXM,1996,16,, +SXM,1996,17,, +SXM,1996,18,, +SXM,1997,0,, +SXM,1997,1,, +SXM,1997,2,, +SXM,1997,3,, +SXM,1997,4,, +SXM,1997,5,, +SXM,1997,6,, +SXM,1997,7,, +SXM,1997,8,, +SXM,1997,9,, +SXM,1997,10,, +SXM,1997,11,, +SXM,1997,12,, +SXM,1997,13,, +SXM,1997,14,, +SXM,1997,15,, +SXM,1997,16,, +SXM,1997,17,, +SXM,1997,18,, +SXM,1998,0,, +SXM,1998,1,, +SXM,1998,2,, +SXM,1998,3,, +SXM,1998,4,, +SXM,1998,5,, +SXM,1998,6,, +SXM,1998,7,, +SXM,1998,8,, +SXM,1998,9,, +SXM,1998,10,, +SXM,1998,11,, +SXM,1998,12,, +SXM,1998,13,, +SXM,1998,14,, +SXM,1998,15,, +SXM,1998,16,, +SXM,1998,17,, +SXM,1998,18,, +SXM,1999,0,, +SXM,1999,1,, +SXM,1999,2,, +SXM,1999,3,, +SXM,1999,4,, +SXM,1999,5,, +SXM,1999,6,, +SXM,1999,7,, +SXM,1999,8,, +SXM,1999,9,, +SXM,1999,10,, +SXM,1999,11,, +SXM,1999,12,, +SXM,1999,13,, +SXM,1999,14,, +SXM,1999,15,, +SXM,1999,16,, +SXM,1999,17,, +SXM,1999,18,, +SXM,2000,0,, +SXM,2000,1,, +SXM,2000,2,, +SXM,2000,3,, +SXM,2000,4,, +SXM,2000,5,, +SXM,2000,6,, +SXM,2000,7,, +SXM,2000,8,, +SXM,2000,9,, +SXM,2000,10,, +SXM,2000,11,, +SXM,2000,12,, +SXM,2000,13,, +SXM,2000,14,, +SXM,2000,15,, +SXM,2000,16,, +SXM,2000,17,, +SXM,2000,18,, +SXM,2001,0,, +SXM,2001,1,, +SXM,2001,2,, +SXM,2001,3,, +SXM,2001,4,, +SXM,2001,5,, +SXM,2001,6,, +SXM,2001,7,, +SXM,2001,8,, +SXM,2001,9,, +SXM,2001,10,, +SXM,2001,11,, +SXM,2001,12,, +SXM,2001,13,, +SXM,2001,14,, +SXM,2001,15,, +SXM,2001,16,, +SXM,2001,17,, +SXM,2001,18,, +SXM,2002,0,, +SXM,2002,1,, +SXM,2002,2,, +SXM,2002,3,, +SXM,2002,4,, +SXM,2002,5,, +SXM,2002,6,, +SXM,2002,7,, +SXM,2002,8,, +SXM,2002,9,, +SXM,2002,10,, +SXM,2002,11,, +SXM,2002,12,, +SXM,2002,13,, +SXM,2002,14,, +SXM,2002,15,, +SXM,2002,16,, +SXM,2002,17,, +SXM,2002,18,, +SXM,2003,0,, +SXM,2003,1,, +SXM,2003,2,, +SXM,2003,3,, +SXM,2003,4,, +SXM,2003,5,, +SXM,2003,6,, +SXM,2003,7,, +SXM,2003,8,, +SXM,2003,9,, +SXM,2003,10,, +SXM,2003,11,, +SXM,2003,12,, +SXM,2003,13,, +SXM,2003,14,, +SXM,2003,15,, +SXM,2003,16,, +SXM,2003,17,, +SXM,2003,18,, +SXM,2004,0,, +SXM,2004,1,, +SXM,2004,2,, +SXM,2004,3,, +SXM,2004,4,, +SXM,2004,5,, +SXM,2004,6,, +SXM,2004,7,, +SXM,2004,8,, +SXM,2004,9,, +SXM,2004,10,, +SXM,2004,11,, +SXM,2004,12,, +SXM,2004,13,, +SXM,2004,14,, +SXM,2004,15,, +SXM,2004,16,, +SXM,2004,17,, +SXM,2004,18,, +SXM,2005,0,, +SXM,2005,1,, +SXM,2005,2,, +SXM,2005,3,, +SXM,2005,4,, +SXM,2005,5,, +SXM,2005,6,, +SXM,2005,7,, +SXM,2005,8,, +SXM,2005,9,, +SXM,2005,10,, +SXM,2005,11,, +SXM,2005,12,, +SXM,2005,13,, +SXM,2005,14,, +SXM,2005,15,, +SXM,2005,16,, +SXM,2005,17,, +SXM,2005,18,, +SXM,2006,0,, +SXM,2006,1,, +SXM,2006,2,, +SXM,2006,3,, +SXM,2006,4,, +SXM,2006,5,, +SXM,2006,6,, +SXM,2006,7,, +SXM,2006,8,, +SXM,2006,9,, +SXM,2006,10,, +SXM,2006,11,, +SXM,2006,12,, +SXM,2006,13,, +SXM,2006,14,, +SXM,2006,15,, +SXM,2006,16,, +SXM,2006,17,, +SXM,2006,18,, +SXM,2007,0,, +SXM,2007,1,, +SXM,2007,2,, +SXM,2007,3,, +SXM,2007,4,, +SXM,2007,5,, +SXM,2007,6,, +SXM,2007,7,, +SXM,2007,8,, +SXM,2007,9,, +SXM,2007,10,, +SXM,2007,11,, +SXM,2007,12,, +SXM,2007,13,, +SXM,2007,14,, +SXM,2007,15,, +SXM,2007,16,, +SXM,2007,17,, +SXM,2007,18,, +SXM,2008,0,, +SXM,2008,1,, +SXM,2008,2,, +SXM,2008,3,, +SXM,2008,4,, +SXM,2008,5,, +SXM,2008,6,, +SXM,2008,7,, +SXM,2008,8,, +SXM,2008,9,, +SXM,2008,10,, +SXM,2008,11,, +SXM,2008,12,, +SXM,2008,13,, +SXM,2008,14,, +SXM,2008,15,, +SXM,2008,16,, +SXM,2008,17,, +SXM,2008,18,, +SXM,2009,0,, +SXM,2009,1,, +SXM,2009,2,, +SXM,2009,3,, +SXM,2009,4,, +SXM,2009,5,, +SXM,2009,6,, +SXM,2009,7,, +SXM,2009,8,, +SXM,2009,9,, +SXM,2009,10,, +SXM,2009,11,, +SXM,2009,12,, +SXM,2009,13,, +SXM,2009,14,, +SXM,2009,15,, +SXM,2009,16,, +SXM,2009,17,, +SXM,2009,18,, +SXM,2010,0,, +SXM,2010,1,, +SXM,2010,2,, +SXM,2010,3,, +SXM,2010,4,, +SXM,2010,5,, +SXM,2010,6,, +SXM,2010,7,, +SXM,2010,8,, +SXM,2010,9,, +SXM,2010,10,, +SXM,2010,11,, +SXM,2010,12,, +SXM,2010,13,, +SXM,2010,14,, +SXM,2010,15,, +SXM,2010,16,, +SXM,2010,17,, +SXM,2010,18,, +SXM,2011,0,, +SXM,2011,1,, +SXM,2011,2,, +SXM,2011,3,, +SXM,2011,4,, +SXM,2011,5,, +SXM,2011,6,, +SXM,2011,7,, +SXM,2011,8,, +SXM,2011,9,, +SXM,2011,10,, +SXM,2011,11,, +SXM,2011,12,, +SXM,2011,13,, +SXM,2011,14,, +SXM,2011,15,, +SXM,2011,16,, +SXM,2011,17,, +SXM,2011,18,, +SXM,2012,0,, +SXM,2012,1,, +SXM,2012,2,, +SXM,2012,3,, +SXM,2012,4,, +SXM,2012,5,, +SXM,2012,6,, +SXM,2012,7,, +SXM,2012,8,, +SXM,2012,9,, +SXM,2012,10,, +SXM,2012,11,, +SXM,2012,12,, +SXM,2012,13,, +SXM,2012,14,, +SXM,2012,15,, +SXM,2012,16,, +SXM,2012,17,, +SXM,2012,18,, +SXM,2013,0,, +SXM,2013,1,, +SXM,2013,2,, +SXM,2013,3,, +SXM,2013,4,, +SXM,2013,5,, +SXM,2013,6,, +SXM,2013,7,, +SXM,2013,8,, +SXM,2013,9,, +SXM,2013,10,, +SXM,2013,11,, +SXM,2013,12,, +SXM,2013,13,, +SXM,2013,14,, +SXM,2013,15,, +SXM,2013,16,, +SXM,2013,17,, +SXM,2013,18,, +SXM,2014,0,, +SXM,2014,1,, +SXM,2014,2,, +SXM,2014,3,, +SXM,2014,4,, +SXM,2014,5,, +SXM,2014,6,, +SXM,2014,7,, +SXM,2014,8,, +SXM,2014,9,, +SXM,2014,10,, +SXM,2014,11,, +SXM,2014,12,, +SXM,2014,13,, +SXM,2014,14,, +SXM,2014,15,, +SXM,2014,16,, +SXM,2014,17,, +SXM,2014,18,, +SXM,2015,0,, +SXM,2015,1,, +SXM,2015,2,, +SXM,2015,3,, +SXM,2015,4,, +SXM,2015,5,, +SXM,2015,6,, +SXM,2015,7,, +SXM,2015,8,, +SXM,2015,9,, +SXM,2015,10,, +SXM,2015,11,, +SXM,2015,12,, +SXM,2015,13,, +SXM,2015,14,, +SXM,2015,15,, +SXM,2015,16,, +SXM,2015,17,, +SXM,2015,18,, +SXM,2016,0,, +SXM,2016,1,, +SXM,2016,2,, +SXM,2016,3,, +SXM,2016,4,, +SXM,2016,5,, +SXM,2016,6,, +SXM,2016,7,, +SXM,2016,8,, +SXM,2016,9,, +SXM,2016,10,, +SXM,2016,11,, +SXM,2016,12,, +SXM,2016,13,, +SXM,2016,14,, +SXM,2016,15,, +SXM,2016,16,, +SXM,2016,17,, +SXM,2016,18,, +SXM,2017,0,, +SXM,2017,1,, +SXM,2017,2,, +SXM,2017,3,, +SXM,2017,4,, +SXM,2017,5,, +SXM,2017,6,, +SXM,2017,7,, +SXM,2017,8,, +SXM,2017,9,, +SXM,2017,10,, +SXM,2017,11,, +SXM,2017,12,, +SXM,2017,13,, +SXM,2017,14,, +SXM,2017,15,, +SXM,2017,16,, +SXM,2017,17,, +SXM,2017,18,, +SXM,2018,0,, +SXM,2018,1,, +SXM,2018,2,, +SXM,2018,3,, +SXM,2018,4,, +SXM,2018,5,, +SXM,2018,6,, +SXM,2018,7,, +SXM,2018,8,, +SXM,2018,9,, +SXM,2018,10,, +SXM,2018,11,, +SXM,2018,12,, +SXM,2018,13,, +SXM,2018,14,, +SXM,2018,15,, +SXM,2018,16,, +SXM,2018,17,, +SXM,2018,18,, +SXM,2019,0,, +SXM,2019,1,, +SXM,2019,2,, +SXM,2019,3,, +SXM,2019,4,, +SXM,2019,5,, +SXM,2019,6,, +SXM,2019,7,, +SXM,2019,8,, +SXM,2019,9,, +SXM,2019,10,, +SXM,2019,11,, +SXM,2019,12,, +SXM,2019,13,, +SXM,2019,14,, +SXM,2019,15,, +SXM,2019,16,, +SXM,2019,17,, +SXM,2019,18,, +SXM,2020,0,, +SXM,2020,1,, +SXM,2020,2,, +SXM,2020,3,, +SXM,2020,4,, +SXM,2020,5,, +SXM,2020,6,, +SXM,2020,7,, +SXM,2020,8,, +SXM,2020,9,, +SXM,2020,10,, +SXM,2020,11,, +SXM,2020,12,, +SXM,2020,13,, +SXM,2020,14,, +SXM,2020,15,, +SXM,2020,16,, +SXM,2020,17,, +SXM,2020,18,, +SXM,2021,0,, +SXM,2021,1,, +SXM,2021,2,, +SXM,2021,3,, +SXM,2021,4,, +SXM,2021,5,, +SXM,2021,6,, +SXM,2021,7,, +SXM,2021,8,, +SXM,2021,9,, +SXM,2021,10,, +SXM,2021,11,, +SXM,2021,12,, +SXM,2021,13,, +SXM,2021,14,, +SXM,2021,15,, +SXM,2021,16,, +SXM,2021,17,, +SXM,2021,18,, +SXM,2022,0,, +SXM,2022,1,, +SXM,2022,2,, +SXM,2022,3,, +SXM,2022,4,, +SXM,2022,5,, +SXM,2022,6,, +SXM,2022,7,, +SXM,2022,8,, +SXM,2022,9,, +SXM,2022,10,, +SXM,2022,11,, +SXM,2022,12,, +SXM,2022,13,, +SXM,2022,14,, +SXM,2022,15,, +SXM,2022,16,, +SXM,2022,17,, +SXM,2022,18,, +SXM,2023,0,, +SXM,2023,1,, +SXM,2023,2,, +SXM,2023,3,, +SXM,2023,4,, +SXM,2023,5,, +SXM,2023,6,, +SXM,2023,7,, +SXM,2023,8,, +SXM,2023,9,, +SXM,2023,10,, +SXM,2023,11,, +SXM,2023,12,, +SXM,2023,13,, +SXM,2023,14,, +SXM,2023,15,, +SXM,2023,16,, +SXM,2023,17,, +SXM,2023,18,, +SXM,2024,0,, +SXM,2024,1,, +SXM,2024,2,, +SXM,2024,3,, +SXM,2024,4,, +SXM,2024,5,, +SXM,2024,6,, +SXM,2024,7,, +SXM,2024,8,, +SXM,2024,9,, +SXM,2024,10,, +SXM,2024,11,, +SXM,2024,12,, +SXM,2024,13,, +SXM,2024,14,, +SXM,2024,15,, +SXM,2024,16,, +SXM,2024,17,, +SXM,2024,18,, +SXM,2025,0,, +SXM,2025,1,, +SXM,2025,2,, +SXM,2025,3,, +SXM,2025,4,, +SXM,2025,5,, +SXM,2025,6,, +SXM,2025,7,, +SXM,2025,8,, +SXM,2025,9,, +SXM,2025,10,, +SXM,2025,11,, +SXM,2025,12,, +SXM,2025,13,, +SXM,2025,14,, +SXM,2025,15,, +SXM,2025,16,, +SXM,2025,17,, +SXM,2025,18,, +SXM,2026,0,, +SXM,2026,1,, +SXM,2026,2,, +SXM,2026,3,, +SXM,2026,4,, +SXM,2026,5,, +SXM,2026,6,, +SXM,2026,7,, +SXM,2026,8,, +SXM,2026,9,, +SXM,2026,10,, +SXM,2026,11,, +SXM,2026,12,, +SXM,2026,13,, +SXM,2026,14,, +SXM,2026,15,, +SXM,2026,16,, +SXM,2026,17,, +SXM,2026,18,, +SXM,2027,0,, +SXM,2027,1,, +SXM,2027,2,, +SXM,2027,3,, +SXM,2027,4,, +SXM,2027,5,, +SXM,2027,6,, +SXM,2027,7,, +SXM,2027,8,, +SXM,2027,9,, +SXM,2027,10,, +SXM,2027,11,, +SXM,2027,12,, +SXM,2027,13,, +SXM,2027,14,, +SXM,2027,15,, +SXM,2027,16,, +SXM,2027,17,, +SXM,2027,18,, +SXM,2028,0,, +SXM,2028,1,, +SXM,2028,2,, +SXM,2028,3,, +SXM,2028,4,, +SXM,2028,5,, +SXM,2028,6,, +SXM,2028,7,, +SXM,2028,8,, +SXM,2028,9,, +SXM,2028,10,, +SXM,2028,11,, +SXM,2028,12,, +SXM,2028,13,, +SXM,2028,14,, +SXM,2028,15,, +SXM,2028,16,, +SXM,2028,17,, +SXM,2028,18,, +SXM,2029,0,, +SXM,2029,1,, +SXM,2029,2,, +SXM,2029,3,, +SXM,2029,4,, +SXM,2029,5,, +SXM,2029,6,, +SXM,2029,7,, +SXM,2029,8,, +SXM,2029,9,, +SXM,2029,10,, +SXM,2029,11,, +SXM,2029,12,, +SXM,2029,13,, +SXM,2029,14,, +SXM,2029,15,, +SXM,2029,16,, +SXM,2029,17,, +SXM,2029,18,, +SXM,2030,0,, +SXM,2030,1,, +SXM,2030,2,, +SXM,2030,3,, +SXM,2030,4,, +SXM,2030,5,, +SXM,2030,6,, +SXM,2030,7,, +SXM,2030,8,, +SXM,2030,9,, +SXM,2030,10,, +SXM,2030,11,, +SXM,2030,12,, +SXM,2030,13,, +SXM,2030,14,, +SXM,2030,15,, +SXM,2030,16,, +SXM,2030,17,, +SXM,2030,18,, +SXM,2031,0,, +SXM,2031,1,, +SXM,2031,2,, +SXM,2031,3,, +SXM,2031,4,, +SXM,2031,5,, +SXM,2031,6,, +SXM,2031,7,, +SXM,2031,8,, +SXM,2031,9,, +SXM,2031,10,, +SXM,2031,11,, +SXM,2031,12,, +SXM,2031,13,, +SXM,2031,14,, +SXM,2031,15,, +SXM,2031,16,, +SXM,2031,17,, +SXM,2031,18,, +SXM,2032,0,, +SXM,2032,1,, +SXM,2032,2,, +SXM,2032,3,, +SXM,2032,4,, +SXM,2032,5,, +SXM,2032,6,, +SXM,2032,7,, +SXM,2032,8,, +SXM,2032,9,, +SXM,2032,10,, +SXM,2032,11,, +SXM,2032,12,, +SXM,2032,13,, +SXM,2032,14,, +SXM,2032,15,, +SXM,2032,16,, +SXM,2032,17,, +SXM,2032,18,, +SXM,2033,0,, +SXM,2033,1,, +SXM,2033,2,, +SXM,2033,3,, +SXM,2033,4,, +SXM,2033,5,, +SXM,2033,6,, +SXM,2033,7,, +SXM,2033,8,, +SXM,2033,9,, +SXM,2033,10,, +SXM,2033,11,, +SXM,2033,12,, +SXM,2033,13,, +SXM,2033,14,, +SXM,2033,15,, +SXM,2033,16,, +SXM,2033,17,, +SXM,2033,18,, +SXM,2034,0,, +SXM,2034,1,, +SXM,2034,2,, +SXM,2034,3,, +SXM,2034,4,, +SXM,2034,5,, +SXM,2034,6,, +SXM,2034,7,, +SXM,2034,8,, +SXM,2034,9,, +SXM,2034,10,, +SXM,2034,11,, +SXM,2034,12,, +SXM,2034,13,, +SXM,2034,14,, +SXM,2034,15,, +SXM,2034,16,, +SXM,2034,17,, +SXM,2034,18,, +SXM,2035,0,, +SXM,2035,1,, +SXM,2035,2,, +SXM,2035,3,, +SXM,2035,4,, +SXM,2035,5,, +SXM,2035,6,, +SXM,2035,7,, +SXM,2035,8,, +SXM,2035,9,, +SXM,2035,10,, +SXM,2035,11,, +SXM,2035,12,, +SXM,2035,13,, +SXM,2035,14,, +SXM,2035,15,, +SXM,2035,16,, +SXM,2035,17,, +SXM,2035,18,, +SXM,2036,0,, +SXM,2036,1,, +SXM,2036,2,, +SXM,2036,3,, +SXM,2036,4,, +SXM,2036,5,, +SXM,2036,6,, +SXM,2036,7,, +SXM,2036,8,, +SXM,2036,9,, +SXM,2036,10,, +SXM,2036,11,, +SXM,2036,12,, +SXM,2036,13,, +SXM,2036,14,, +SXM,2036,15,, +SXM,2036,16,, +SXM,2036,17,, +SXM,2036,18,, +SXM,2037,0,, +SXM,2037,1,, +SXM,2037,2,, +SXM,2037,3,, +SXM,2037,4,, +SXM,2037,5,, +SXM,2037,6,, +SXM,2037,7,, +SXM,2037,8,, +SXM,2037,9,, +SXM,2037,10,, +SXM,2037,11,, +SXM,2037,12,, +SXM,2037,13,, +SXM,2037,14,, +SXM,2037,15,, +SXM,2037,16,, +SXM,2037,17,, +SXM,2037,18,, +SXM,2038,0,, +SXM,2038,1,, +SXM,2038,2,, +SXM,2038,3,, +SXM,2038,4,, +SXM,2038,5,, +SXM,2038,6,, +SXM,2038,7,, +SXM,2038,8,, +SXM,2038,9,, +SXM,2038,10,, +SXM,2038,11,, +SXM,2038,12,, +SXM,2038,13,, +SXM,2038,14,, +SXM,2038,15,, +SXM,2038,16,, +SXM,2038,17,, +SXM,2038,18,, +SXM,2039,0,, +SXM,2039,1,, +SXM,2039,2,, +SXM,2039,3,, +SXM,2039,4,, +SXM,2039,5,, +SXM,2039,6,, +SXM,2039,7,, +SXM,2039,8,, +SXM,2039,9,, +SXM,2039,10,, +SXM,2039,11,, +SXM,2039,12,, +SXM,2039,13,, +SXM,2039,14,, +SXM,2039,15,, +SXM,2039,16,, +SXM,2039,17,, +SXM,2039,18,, +SXM,2040,0,, +SXM,2040,1,, +SXM,2040,2,, +SXM,2040,3,, +SXM,2040,4,, +SXM,2040,5,, +SXM,2040,6,, +SXM,2040,7,, +SXM,2040,8,, +SXM,2040,9,, +SXM,2040,10,, +SXM,2040,11,, +SXM,2040,12,, +SXM,2040,13,, +SXM,2040,14,, +SXM,2040,15,, +SXM,2040,16,, +SXM,2040,17,, +SXM,2040,18,, +SXM,2041,0,, +SXM,2041,1,, +SXM,2041,2,, +SXM,2041,3,, +SXM,2041,4,, +SXM,2041,5,, +SXM,2041,6,, +SXM,2041,7,, +SXM,2041,8,, +SXM,2041,9,, +SXM,2041,10,, +SXM,2041,11,, +SXM,2041,12,, +SXM,2041,13,, +SXM,2041,14,, +SXM,2041,15,, +SXM,2041,16,, +SXM,2041,17,, +SXM,2041,18,, +SXM,2042,0,, +SXM,2042,1,, +SXM,2042,2,, +SXM,2042,3,, +SXM,2042,4,, +SXM,2042,5,, +SXM,2042,6,, +SXM,2042,7,, +SXM,2042,8,, +SXM,2042,9,, +SXM,2042,10,, +SXM,2042,11,, +SXM,2042,12,, +SXM,2042,13,, +SXM,2042,14,, +SXM,2042,15,, +SXM,2042,16,, +SXM,2042,17,, +SXM,2042,18,, +SXM,2043,0,, +SXM,2043,1,, +SXM,2043,2,, +SXM,2043,3,, +SXM,2043,4,, +SXM,2043,5,, +SXM,2043,6,, +SXM,2043,7,, +SXM,2043,8,, +SXM,2043,9,, +SXM,2043,10,, +SXM,2043,11,, +SXM,2043,12,, +SXM,2043,13,, +SXM,2043,14,, +SXM,2043,15,, +SXM,2043,16,, +SXM,2043,17,, +SXM,2043,18,, +SXM,2044,0,, +SXM,2044,1,, +SXM,2044,2,, +SXM,2044,3,, +SXM,2044,4,, +SXM,2044,5,, +SXM,2044,6,, +SXM,2044,7,, +SXM,2044,8,, +SXM,2044,9,, +SXM,2044,10,, +SXM,2044,11,, +SXM,2044,12,, +SXM,2044,13,, +SXM,2044,14,, +SXM,2044,15,, +SXM,2044,16,, +SXM,2044,17,, +SXM,2044,18,, +SXM,2045,0,, +SXM,2045,1,, +SXM,2045,2,, +SXM,2045,3,, +SXM,2045,4,, +SXM,2045,5,, +SXM,2045,6,, +SXM,2045,7,, +SXM,2045,8,, +SXM,2045,9,, +SXM,2045,10,, +SXM,2045,11,, +SXM,2045,12,, +SXM,2045,13,, +SXM,2045,14,, +SXM,2045,15,, +SXM,2045,16,, +SXM,2045,17,, +SXM,2045,18,, +SXM,2046,0,, +SXM,2046,1,, +SXM,2046,2,, +SXM,2046,3,, +SXM,2046,4,, +SXM,2046,5,, +SXM,2046,6,, +SXM,2046,7,, +SXM,2046,8,, +SXM,2046,9,, +SXM,2046,10,, +SXM,2046,11,, +SXM,2046,12,, +SXM,2046,13,, +SXM,2046,14,, +SXM,2046,15,, +SXM,2046,16,, +SXM,2046,17,, +SXM,2046,18,, +SXM,2047,0,, +SXM,2047,1,, +SXM,2047,2,, +SXM,2047,3,, +SXM,2047,4,, +SXM,2047,5,, +SXM,2047,6,, +SXM,2047,7,, +SXM,2047,8,, +SXM,2047,9,, +SXM,2047,10,, +SXM,2047,11,, +SXM,2047,12,, +SXM,2047,13,, +SXM,2047,14,, +SXM,2047,15,, +SXM,2047,16,, +SXM,2047,17,, +SXM,2047,18,, +SXM,2048,0,, +SXM,2048,1,, +SXM,2048,2,, +SXM,2048,3,, +SXM,2048,4,, +SXM,2048,5,, +SXM,2048,6,, +SXM,2048,7,, +SXM,2048,8,, +SXM,2048,9,, +SXM,2048,10,, +SXM,2048,11,, +SXM,2048,12,, +SXM,2048,13,, +SXM,2048,14,, +SXM,2048,15,, +SXM,2048,16,, +SXM,2048,17,, +SXM,2048,18,, +SXM,2049,0,, +SXM,2049,1,, +SXM,2049,2,, +SXM,2049,3,, +SXM,2049,4,, +SXM,2049,5,, +SXM,2049,6,, +SXM,2049,7,, +SXM,2049,8,, +SXM,2049,9,, +SXM,2049,10,, +SXM,2049,11,, +SXM,2049,12,, +SXM,2049,13,, +SXM,2049,14,, +SXM,2049,15,, +SXM,2049,16,, +SXM,2049,17,, +SXM,2049,18,, +SXM,2050,0,, +SXM,2050,1,, +SXM,2050,2,, +SXM,2050,3,, +SXM,2050,4,, +SXM,2050,5,, +SXM,2050,6,, +SXM,2050,7,, +SXM,2050,8,, +SXM,2050,9,, +SXM,2050,10,, +SXM,2050,11,, +SXM,2050,12,, +SXM,2050,13,, +SXM,2050,14,, +SXM,2050,15,, +SXM,2050,16,, +SXM,2050,17,, +SXM,2050,18,, +SYC,1990,0,769,819 +SYC,1990,1,788,833 +SYC,1990,2,805,847 +SYC,1990,3,818,858 +SYC,1990,4,830,868 +SYC,1990,5,839,876 +SYC,1990,6,845,881 +SYC,1990,7,849,885 +SYC,1990,8,850,886 +SYC,1990,9,848,885 +SYC,1990,10,844,881 +SYC,1990,11,839,877 +SYC,1990,12,830,867 +SYC,1990,13,814,850 +SYC,1990,14,795,828 +SYC,1990,15,776,806 +SYC,1990,16,755,784 +SYC,1990,17,735,761 +SYC,1990,18,715,737 +SYC,1991,0,763,811 +SYC,1991,1,769,814 +SYC,1991,2,785,826 +SYC,1991,3,798,837 +SYC,1991,4,809,846 +SYC,1991,5,818,853 +SYC,1991,6,825,859 +SYC,1991,7,830,864 +SYC,1991,8,832,866 +SYC,1991,9,833,866 +SYC,1991,10,831,864 +SYC,1991,11,827,861 +SYC,1991,12,822,856 +SYC,1991,13,813,847 +SYC,1991,14,800,832 +SYC,1991,15,783,813 +SYC,1991,16,766,793 +SYC,1991,17,749,774 +SYC,1991,18,731,753 +SYC,1992,0,768,815 +SYC,1992,1,783,826 +SYC,1992,2,772,814 +SYC,1992,3,783,823 +SYC,1992,4,794,831 +SYC,1992,5,802,838 +SYC,1992,6,809,843 +SYC,1992,7,814,848 +SYC,1992,8,817,851 +SYC,1992,9,819,852 +SYC,1992,10,818,851 +SYC,1992,11,816,849 +SYC,1992,12,812,845 +SYC,1992,13,807,840 +SYC,1992,14,799,831 +SYC,1992,15,788,818 +SYC,1992,16,774,801 +SYC,1992,17,760,784 +SYC,1992,18,745,768 +SYC,1993,0,777,824 +SYC,1993,1,785,829 +SYC,1993,2,792,833 +SYC,1993,3,776,817 +SYC,1993,4,784,823 +SYC,1993,5,791,828 +SYC,1993,6,796,832 +SYC,1993,7,801,836 +SYC,1993,8,804,839 +SYC,1993,9,806,840 +SYC,1993,10,806,840 +SYC,1993,11,805,839 +SYC,1993,12,802,836 +SYC,1993,13,798,831 +SYC,1993,14,794,826 +SYC,1993,15,787,818 +SYC,1993,16,777,806 +SYC,1993,17,766,792 +SYC,1993,18,754,778 +SYC,1994,0,782,828 +SYC,1994,1,785,829 +SYC,1994,2,788,829 +SYC,1994,3,790,830 +SYC,1994,4,780,819 +SYC,1994,5,784,822 +SYC,1994,6,788,825 +SYC,1994,7,791,827 +SYC,1994,8,793,828 +SYC,1994,9,794,829 +SYC,1994,10,795,829 +SYC,1994,11,794,828 +SYC,1994,12,792,826 +SYC,1994,13,789,822 +SYC,1994,14,785,818 +SYC,1994,15,780,812 +SYC,1994,16,774,805 +SYC,1994,17,767,795 +SYC,1994,18,758,783 +SYC,1995,0,777,821 +SYC,1995,1,778,820 +SYC,1995,2,780,820 +SYC,1995,3,781,820 +SYC,1995,4,782,820 +SYC,1995,5,783,820 +SYC,1995,6,784,820 +SYC,1995,7,785,820 +SYC,1995,8,785,820 +SYC,1995,9,785,819 +SYC,1995,10,784,818 +SYC,1995,11,783,817 +SYC,1995,12,781,814 +SYC,1995,13,779,811 +SYC,1995,14,775,807 +SYC,1995,15,771,802 +SYC,1995,16,766,796 +SYC,1995,17,761,790 +SYC,1995,18,755,782 +SYC,1996,0,759,802 +SYC,1996,1,771,815 +SYC,1996,2,774,816 +SYC,1996,3,776,817 +SYC,1996,4,778,819 +SYC,1996,5,780,820 +SYC,1996,6,781,820 +SYC,1996,7,782,821 +SYC,1996,8,783,821 +SYC,1996,9,784,822 +SYC,1996,10,786,822 +SYC,1996,11,786,821 +SYC,1996,12,787,820 +SYC,1996,13,785,818 +SYC,1996,14,782,813 +SYC,1996,15,776,806 +SYC,1996,16,770,799 +SYC,1996,17,763,791 +SYC,1996,18,756,782 +SYC,1997,0,731,771 +SYC,1997,1,741,780 +SYC,1997,2,764,807 +SYC,1997,3,768,811 +SYC,1997,4,772,813 +SYC,1997,5,774,816 +SYC,1997,6,777,818 +SYC,1997,7,779,820 +SYC,1997,8,780,821 +SYC,1997,9,781,821 +SYC,1997,10,784,822 +SYC,1997,11,786,823 +SYC,1997,12,788,823 +SYC,1997,13,790,822 +SYC,1997,14,789,819 +SYC,1997,15,784,813 +SYC,1997,16,776,804 +SYC,1997,17,768,794 +SYC,1997,18,759,784 +SYC,1998,0,702,739 +SYC,1998,1,719,756 +SYC,1998,2,733,770 +SYC,1998,3,758,800 +SYC,1998,4,763,805 +SYC,1998,5,767,809 +SYC,1998,6,771,813 +SYC,1998,7,774,816 +SYC,1998,8,777,819 +SYC,1998,9,777,820 +SYC,1998,10,779,821 +SYC,1998,11,783,823 +SYC,1998,12,787,824 +SYC,1998,13,790,824 +SYC,1998,14,793,824 +SYC,1998,15,793,821 +SYC,1998,16,786,813 +SYC,1998,17,777,802 +SYC,1998,18,767,790 +SYC,1999,0,684,720 +SYC,1999,1,704,739 +SYC,1999,2,721,757 +SYC,1999,3,735,771 +SYC,1999,4,753,793 +SYC,1999,5,759,800 +SYC,1999,6,765,807 +SYC,1999,7,769,812 +SYC,1999,8,773,816 +SYC,1999,9,776,819 +SYC,1999,10,777,821 +SYC,1999,11,779,822 +SYC,1999,12,784,825 +SYC,1999,13,789,827 +SYC,1999,14,794,827 +SYC,1999,15,798,828 +SYC,1999,16,798,824 +SYC,1999,17,790,814 +SYC,1999,18,778,800 +SYC,2000,0,685,721 +SYC,2000,1,702,737 +SYC,2000,2,717,752 +SYC,2000,3,729,766 +SYC,2000,4,740,778 +SYC,2000,5,749,789 +SYC,2000,6,757,798 +SYC,2000,7,764,806 +SYC,2000,8,769,812 +SYC,2000,9,773,818 +SYC,2000,10,776,822 +SYC,2000,11,777,824 +SYC,2000,12,780,826 +SYC,2000,13,786,828 +SYC,2000,14,793,831 +SYC,2000,15,799,832 +SYC,2000,16,805,833 +SYC,2000,17,804,829 +SYC,2000,18,796,817 +SYC,2001,0,707,741 +SYC,2001,1,685,719 +SYC,2001,2,697,731 +SYC,2001,3,709,742 +SYC,2001,4,720,754 +SYC,2001,5,730,765 +SYC,2001,6,740,775 +SYC,2001,7,750,786 +SYC,2001,8,758,795 +SYC,2001,9,762,801 +SYC,2001,10,764,805 +SYC,2001,11,765,808 +SYC,2001,12,765,810 +SYC,2001,13,768,813 +SYC,2001,14,775,818 +SYC,2001,15,786,824 +SYC,2001,16,794,829 +SYC,2001,17,803,833 +SYC,2001,18,806,833 +SYC,2002,0,748,782 +SYC,2002,1,736,771 +SYC,2002,2,685,718 +SYC,2002,3,693,725 +SYC,2002,4,701,733 +SYC,2002,5,711,742 +SYC,2002,6,721,752 +SYC,2002,7,732,763 +SYC,2002,8,744,776 +SYC,2002,9,753,785 +SYC,2002,10,756,791 +SYC,2002,11,756,793 +SYC,2002,12,755,796 +SYC,2002,13,754,797 +SYC,2002,14,756,801 +SYC,2002,15,766,809 +SYC,2002,16,779,818 +SYC,2002,17,791,827 +SYC,2002,18,802,835 +SYC,2003,0,795,831 +SYC,2003,1,764,801 +SYC,2003,2,741,778 +SYC,2003,3,685,718 +SYC,2003,4,688,720 +SYC,2003,5,694,724 +SYC,2003,6,702,732 +SYC,2003,7,711,741 +SYC,2003,8,723,752 +SYC,2003,9,738,766 +SYC,2003,10,748,776 +SYC,2003,11,749,781 +SYC,2003,12,746,782 +SYC,2003,13,744,784 +SYC,2003,14,741,785 +SYC,2003,15,744,789 +SYC,2003,16,755,800 +SYC,2003,17,772,813 +SYC,2003,18,786,825 +SYC,2004,0,835,874 +SYC,2004,1,787,827 +SYC,2004,2,750,790 +SYC,2004,3,723,762 +SYC,2004,4,683,718 +SYC,2004,5,681,714 +SYC,2004,6,684,716 +SYC,2004,7,690,721 +SYC,2004,8,699,729 +SYC,2004,9,712,740 +SYC,2004,10,729,756 +SYC,2004,11,740,767 +SYC,2004,12,741,771 +SYC,2004,13,735,771 +SYC,2004,14,731,772 +SYC,2004,15,727,772 +SYC,2004,16,729,778 +SYC,2004,17,742,791 +SYC,2004,18,762,808 +SYC,2005,0,856,901 +SYC,2005,1,797,842 +SYC,2005,2,751,795 +SYC,2005,3,716,760 +SYC,2005,4,693,734 +SYC,2005,5,678,718 +SYC,2005,6,671,709 +SYC,2005,7,671,707 +SYC,2005,8,676,710 +SYC,2005,9,685,717 +SYC,2005,10,698,728 +SYC,2005,11,717,745 +SYC,2005,12,729,758 +SYC,2005,13,729,761 +SYC,2005,14,721,759 +SYC,2005,15,716,760 +SYC,2005,16,710,760 +SYC,2005,17,712,766 +SYC,2005,18,727,782 +SYC,2006,0,864,908 +SYC,2006,1,819,859 +SYC,2006,2,769,809 +SYC,2006,3,730,769 +SYC,2006,4,702,740 +SYC,2006,5,683,720 +SYC,2006,6,672,707 +SYC,2006,7,667,701 +SYC,2006,8,668,702 +SYC,2006,9,675,708 +SYC,2006,10,685,719 +SYC,2006,11,699,733 +SYC,2006,12,718,753 +SYC,2006,13,730,767 +SYC,2006,14,729,771 +SYC,2006,15,720,770 +SYC,2006,16,714,771 +SYC,2006,17,707,771 +SYC,2006,18,707,776 +SYC,2007,0,854,899 +SYC,2007,1,792,835 +SYC,2007,2,779,816 +SYC,2007,3,739,775 +SYC,2007,4,708,744 +SYC,2007,5,685,721 +SYC,2007,6,671,706 +SYC,2007,7,663,697 +SYC,2007,8,660,694 +SYC,2007,9,663,697 +SYC,2007,10,671,707 +SYC,2007,11,683,721 +SYC,2007,12,698,739 +SYC,2007,13,717,760 +SYC,2007,14,728,776 +SYC,2007,15,726,781 +SYC,2007,16,717,780 +SYC,2007,17,709,781 +SYC,2007,18,701,781 +SYC,2008,0,833,881 +SYC,2008,1,777,821 +SYC,2008,2,732,773 +SYC,2008,3,739,774 +SYC,2008,4,707,742 +SYC,2008,5,684,718 +SYC,2008,6,668,702 +SYC,2008,7,658,691 +SYC,2008,8,653,687 +SYC,2008,9,652,686 +SYC,2008,10,656,692 +SYC,2008,11,666,706 +SYC,2008,12,680,724 +SYC,2008,13,695,744 +SYC,2008,14,714,768 +SYC,2008,15,726,785 +SYC,2008,16,723,792 +SYC,2008,17,712,791 +SYC,2008,18,704,792 +SYC,2009,0,812,860 +SYC,2009,1,765,808 +SYC,2009,2,726,765 +SYC,2009,3,695,730 +SYC,2009,4,699,732 +SYC,2009,5,678,709 +SYC,2009,6,662,693 +SYC,2009,7,652,682 +SYC,2009,8,646,677 +SYC,2009,9,645,677 +SYC,2009,10,645,679 +SYC,2009,11,651,688 +SYC,2009,12,663,705 +SYC,2009,13,678,726 +SYC,2009,14,694,750 +SYC,2009,15,713,776 +SYC,2009,16,724,795 +SYC,2009,17,721,802 +SYC,2009,18,709,802 +SYC,2010,0,798,843 +SYC,2010,1,760,800 +SYC,2010,2,727,764 +SYC,2010,3,701,734 +SYC,2010,4,679,709 +SYC,2010,5,662,690 +SYC,2010,6,650,676 +SYC,2010,7,642,667 +SYC,2010,8,638,663 +SYC,2010,9,637,663 +SYC,2010,10,638,666 +SYC,2010,11,641,671 +SYC,2010,12,648,683 +SYC,2010,13,662,703 +SYC,2010,14,679,728 +SYC,2010,15,696,754 +SYC,2010,16,715,783 +SYC,2010,17,725,804 +SYC,2010,18,722,812 +SYC,2011,0,783,832 +SYC,2011,1,788,836 +SYC,2011,2,754,798 +SYC,2011,3,725,765 +SYC,2011,4,700,737 +SYC,2011,5,679,712 +SYC,2011,6,661,692 +SYC,2011,7,647,677 +SYC,2011,8,638,666 +SYC,2011,9,633,661 +SYC,2011,10,633,662 +SYC,2011,11,634,665 +SYC,2011,12,636,670 +SYC,2011,13,643,681 +SYC,2011,14,656,701 +SYC,2011,15,672,726 +SYC,2011,16,689,751 +SYC,2011,17,707,779 +SYC,2011,18,717,800 +SYC,2012,0,775,825 +SYC,2012,1,759,806 +SYC,2012,2,781,829 +SYC,2012,3,752,797 +SYC,2012,4,725,767 +SYC,2012,5,702,740 +SYC,2012,6,681,716 +SYC,2012,7,663,695 +SYC,2012,8,647,677 +SYC,2012,9,636,665 +SYC,2012,10,631,660 +SYC,2012,11,631,661 +SYC,2012,12,632,664 +SYC,2012,13,634,668 +SYC,2012,14,640,679 +SYC,2012,15,653,698 +SYC,2012,16,669,723 +SYC,2012,17,685,748 +SYC,2012,18,703,775 +SYC,2013,0,772,820 +SYC,2013,1,767,815 +SYC,2013,2,759,805 +SYC,2013,3,775,822 +SYC,2013,4,751,794 +SYC,2013,5,727,767 +SYC,2013,6,705,742 +SYC,2013,7,685,718 +SYC,2013,8,666,697 +SYC,2013,9,648,677 +SYC,2013,10,636,663 +SYC,2013,11,631,658 +SYC,2013,12,631,660 +SYC,2013,13,632,662 +SYC,2013,14,633,666 +SYC,2013,15,639,677 +SYC,2013,16,651,695 +SYC,2013,17,666,719 +SYC,2013,18,682,743 +SYC,2014,0,771,817 +SYC,2014,1,776,822 +SYC,2014,2,775,821 +SYC,2014,3,768,813 +SYC,2014,4,770,814 +SYC,2014,5,750,791 +SYC,2014,6,729,767 +SYC,2014,7,709,743 +SYC,2014,8,689,720 +SYC,2014,9,669,698 +SYC,2014,10,649,676 +SYC,2014,11,636,661 +SYC,2014,12,630,656 +SYC,2014,13,631,658 +SYC,2014,14,631,660 +SYC,2014,15,632,664 +SYC,2014,16,638,674 +SYC,2014,17,649,692 +SYC,2014,18,664,715 +SYC,2015,0,769,814 +SYC,2015,1,781,827 +SYC,2015,2,785,831 +SYC,2015,3,783,829 +SYC,2015,4,775,819 +SYC,2015,5,763,805 +SYC,2015,6,748,788 +SYC,2015,7,730,767 +SYC,2015,8,711,745 +SYC,2015,9,692,722 +SYC,2015,10,671,699 +SYC,2015,11,650,675 +SYC,2015,12,635,659 +SYC,2015,13,629,653 +SYC,2015,14,630,655 +SYC,2015,15,630,658 +SYC,2015,16,631,661 +SYC,2015,17,636,670 +SYC,2015,18,647,688 +SYC,2016,0,770,814 +SYC,2016,1,773,817 +SYC,2016,2,781,827 +SYC,2016,3,784,830 +SYC,2016,4,781,826 +SYC,2016,5,774,817 +SYC,2016,6,762,804 +SYC,2016,7,748,787 +SYC,2016,8,732,768 +SYC,2016,9,712,745 +SYC,2016,10,691,722 +SYC,2016,11,670,698 +SYC,2016,12,648,674 +SYC,2016,13,633,656 +SYC,2016,14,626,650 +SYC,2016,15,627,652 +SYC,2016,16,627,654 +SYC,2016,17,627,657 +SYC,2016,18,632,666 +SYC,2017,0,772,815 +SYC,2017,1,785,831 +SYC,2017,2,775,820 +SYC,2017,3,781,827 +SYC,2017,4,782,828 +SYC,2017,5,779,823 +SYC,2017,6,771,814 +SYC,2017,7,761,802 +SYC,2017,8,748,787 +SYC,2017,9,732,768 +SYC,2017,10,712,745 +SYC,2017,11,691,721 +SYC,2017,12,669,696 +SYC,2017,13,646,672 +SYC,2017,14,630,654 +SYC,2017,15,623,647 +SYC,2017,16,623,649 +SYC,2017,17,623,650 +SYC,2017,18,623,652 +SYC,2018,0,773,815 +SYC,2018,1,783,829 +SYC,2018,2,790,837 +SYC,2018,3,778,823 +SYC,2018,4,781,827 +SYC,2018,5,780,826 +SYC,2018,6,776,820 +SYC,2018,7,768,811 +SYC,2018,8,758,799 +SYC,2018,9,747,786 +SYC,2018,10,732,768 +SYC,2018,11,712,745 +SYC,2018,12,689,720 +SYC,2018,13,667,695 +SYC,2018,14,644,670 +SYC,2018,15,627,651 +SYC,2018,16,620,644 +SYC,2018,17,620,645 +SYC,2018,18,619,646 +SYC,2019,0,800,800 +SYC,2019,1,800,800 +SYC,2019,2,800,800 +SYC,2019,3,800,800 +SYC,2019,4,800,800 +SYC,2019,5,800,800 +SYC,2019,6,800,800 +SYC,2019,7,800,800 +SYC,2019,8,800,800 +SYC,2019,9,800,800 +SYC,2019,10,700,800 +SYC,2019,11,700,800 +SYC,2019,12,700,700 +SYC,2019,13,700,700 +SYC,2019,14,700,700 +SYC,2019,15,600,700 +SYC,2019,16,600,600 +SYC,2019,17,600,600 +SYC,2019,18,600,600 +SYC,2020,0,800,800 +SYC,2020,1,800,800 +SYC,2020,2,800,800 +SYC,2020,3,800,800 +SYC,2020,4,800,800 +SYC,2020,5,800,800 +SYC,2020,6,800,800 +SYC,2020,7,800,800 +SYC,2020,8,800,800 +SYC,2020,9,800,800 +SYC,2020,10,800,800 +SYC,2020,11,700,800 +SYC,2020,12,700,800 +SYC,2020,13,700,700 +SYC,2020,14,700,700 +SYC,2020,15,700,700 +SYC,2020,16,600,700 +SYC,2020,17,600,600 +SYC,2020,18,600,600 +SYC,2021,0,700,800 +SYC,2021,1,800,800 +SYC,2021,2,800,800 +SYC,2021,3,800,800 +SYC,2021,4,800,800 +SYC,2021,5,800,800 +SYC,2021,6,800,800 +SYC,2021,7,800,800 +SYC,2021,8,800,800 +SYC,2021,9,800,800 +SYC,2021,10,800,800 +SYC,2021,11,800,800 +SYC,2021,12,700,800 +SYC,2021,13,700,800 +SYC,2021,14,700,700 +SYC,2021,15,700,700 +SYC,2021,16,700,700 +SYC,2021,17,600,700 +SYC,2021,18,600,600 +SYC,2022,0,700,800 +SYC,2022,1,700,800 +SYC,2022,2,800,800 +SYC,2022,3,800,800 +SYC,2022,4,800,800 +SYC,2022,5,800,800 +SYC,2022,6,800,800 +SYC,2022,7,800,800 +SYC,2022,8,800,800 +SYC,2022,9,800,800 +SYC,2022,10,800,800 +SYC,2022,11,800,800 +SYC,2022,12,800,800 +SYC,2022,13,700,800 +SYC,2022,14,700,800 +SYC,2022,15,700,700 +SYC,2022,16,700,700 +SYC,2022,17,700,700 +SYC,2022,18,600,700 +SYC,2023,0,700,700 +SYC,2023,1,700,800 +SYC,2023,2,700,800 +SYC,2023,3,800,800 +SYC,2023,4,800,800 +SYC,2023,5,800,800 +SYC,2023,6,800,800 +SYC,2023,7,800,800 +SYC,2023,8,800,800 +SYC,2023,9,800,800 +SYC,2023,10,800,800 +SYC,2023,11,800,800 +SYC,2023,12,800,800 +SYC,2023,13,700,800 +SYC,2023,14,700,800 +SYC,2023,15,700,800 +SYC,2023,16,700,700 +SYC,2023,17,700,700 +SYC,2023,18,700,700 +SYC,2024,0,700,700 +SYC,2024,1,700,800 +SYC,2024,2,700,800 +SYC,2024,3,700,800 +SYC,2024,4,800,800 +SYC,2024,5,800,800 +SYC,2024,6,800,800 +SYC,2024,7,800,800 +SYC,2024,8,800,800 +SYC,2024,9,800,800 +SYC,2024,10,800,800 +SYC,2024,11,800,800 +SYC,2024,12,800,800 +SYC,2024,13,800,800 +SYC,2024,14,700,800 +SYC,2024,15,700,800 +SYC,2024,16,700,800 +SYC,2024,17,700,700 +SYC,2024,18,700,700 +SYC,2025,0,700,700 +SYC,2025,1,700,700 +SYC,2025,2,700,800 +SYC,2025,3,700,800 +SYC,2025,4,700,800 +SYC,2025,5,800,800 +SYC,2025,6,800,800 +SYC,2025,7,800,800 +SYC,2025,8,800,800 +SYC,2025,9,800,800 +SYC,2025,10,800,800 +SYC,2025,11,800,800 +SYC,2025,12,800,800 +SYC,2025,13,800,800 +SYC,2025,14,800,800 +SYC,2025,15,700,800 +SYC,2025,16,700,800 +SYC,2025,17,700,800 +SYC,2025,18,700,700 +SYC,2026,0,700,700 +SYC,2026,1,700,700 +SYC,2026,2,700,700 +SYC,2026,3,700,800 +SYC,2026,4,700,800 +SYC,2026,5,700,800 +SYC,2026,6,800,800 +SYC,2026,7,800,800 +SYC,2026,8,800,800 +SYC,2026,9,800,800 +SYC,2026,10,800,800 +SYC,2026,11,800,800 +SYC,2026,12,800,800 +SYC,2026,13,800,800 +SYC,2026,14,800,800 +SYC,2026,15,800,800 +SYC,2026,16,700,800 +SYC,2026,17,700,800 +SYC,2026,18,700,800 +SYC,2027,0,700,700 +SYC,2027,1,700,700 +SYC,2027,2,700,700 +SYC,2027,3,700,700 +SYC,2027,4,700,800 +SYC,2027,5,700,800 +SYC,2027,6,700,800 +SYC,2027,7,800,800 +SYC,2027,8,800,800 +SYC,2027,9,800,800 +SYC,2027,10,800,800 +SYC,2027,11,800,800 +SYC,2027,12,800,800 +SYC,2027,13,800,800 +SYC,2027,14,800,800 +SYC,2027,15,800,800 +SYC,2027,16,800,800 +SYC,2027,17,700,800 +SYC,2027,18,700,800 +SYC,2028,0,700,700 +SYC,2028,1,700,700 +SYC,2028,2,700,700 +SYC,2028,3,700,700 +SYC,2028,4,700,700 +SYC,2028,5,700,800 +SYC,2028,6,700,800 +SYC,2028,7,700,800 +SYC,2028,8,800,800 +SYC,2028,9,800,800 +SYC,2028,10,800,800 +SYC,2028,11,800,800 +SYC,2028,12,800,800 +SYC,2028,13,800,800 +SYC,2028,14,800,800 +SYC,2028,15,800,800 +SYC,2028,16,800,800 +SYC,2028,17,700,800 +SYC,2028,18,700,800 +SYC,2029,0,700,700 +SYC,2029,1,700,700 +SYC,2029,2,700,700 +SYC,2029,3,700,700 +SYC,2029,4,700,700 +SYC,2029,5,700,700 +SYC,2029,6,700,800 +SYC,2029,7,700,800 +SYC,2029,8,700,800 +SYC,2029,9,800,800 +SYC,2029,10,800,800 +SYC,2029,11,800,800 +SYC,2029,12,800,800 +SYC,2029,13,800,800 +SYC,2029,14,800,800 +SYC,2029,15,800,800 +SYC,2029,16,800,800 +SYC,2029,17,800,800 +SYC,2029,18,700,800 +SYC,2030,0,700,700 +SYC,2030,1,700,700 +SYC,2030,2,700,700 +SYC,2030,3,700,700 +SYC,2030,4,700,700 +SYC,2030,5,700,700 +SYC,2030,6,700,700 +SYC,2030,7,700,700 +SYC,2030,8,700,800 +SYC,2030,9,700,800 +SYC,2030,10,700,800 +SYC,2030,11,800,800 +SYC,2030,12,800,800 +SYC,2030,13,800,800 +SYC,2030,14,800,800 +SYC,2030,15,800,800 +SYC,2030,16,800,800 +SYC,2030,17,800,800 +SYC,2030,18,800,800 +SYC,2031,0,700,700 +SYC,2031,1,700,700 +SYC,2031,2,700,700 +SYC,2031,3,700,700 +SYC,2031,4,700,700 +SYC,2031,5,700,700 +SYC,2031,6,700,700 +SYC,2031,7,700,700 +SYC,2031,8,700,700 +SYC,2031,9,700,800 +SYC,2031,10,700,800 +SYC,2031,11,700,800 +SYC,2031,12,800,800 +SYC,2031,13,800,800 +SYC,2031,14,800,800 +SYC,2031,15,800,800 +SYC,2031,16,800,800 +SYC,2031,17,800,800 +SYC,2031,18,800,800 +SYC,2032,0,700,700 +SYC,2032,1,700,700 +SYC,2032,2,700,700 +SYC,2032,3,700,700 +SYC,2032,4,700,700 +SYC,2032,5,700,700 +SYC,2032,6,700,700 +SYC,2032,7,700,700 +SYC,2032,8,700,700 +SYC,2032,9,700,700 +SYC,2032,10,700,800 +SYC,2032,11,700,800 +SYC,2032,12,700,800 +SYC,2032,13,800,800 +SYC,2032,14,800,800 +SYC,2032,15,800,800 +SYC,2032,16,800,800 +SYC,2032,17,800,800 +SYC,2032,18,800,800 +SYC,2033,0,700,700 +SYC,2033,1,700,700 +SYC,2033,2,700,700 +SYC,2033,3,700,700 +SYC,2033,4,700,700 +SYC,2033,5,700,700 +SYC,2033,6,700,700 +SYC,2033,7,700,700 +SYC,2033,8,700,700 +SYC,2033,9,700,700 +SYC,2033,10,700,700 +SYC,2033,11,700,800 +SYC,2033,12,700,800 +SYC,2033,13,700,800 +SYC,2033,14,800,800 +SYC,2033,15,800,800 +SYC,2033,16,800,800 +SYC,2033,17,800,800 +SYC,2033,18,800,800 +SYC,2034,0,700,700 +SYC,2034,1,700,700 +SYC,2034,2,700,700 +SYC,2034,3,700,700 +SYC,2034,4,700,700 +SYC,2034,5,700,700 +SYC,2034,6,700,700 +SYC,2034,7,700,700 +SYC,2034,8,700,700 +SYC,2034,9,700,700 +SYC,2034,10,700,700 +SYC,2034,11,700,700 +SYC,2034,12,700,800 +SYC,2034,13,700,800 +SYC,2034,14,700,800 +SYC,2034,15,800,800 +SYC,2034,16,800,800 +SYC,2034,17,800,800 +SYC,2034,18,800,800 +SYC,2035,0,700,700 +SYC,2035,1,700,700 +SYC,2035,2,700,700 +SYC,2035,3,700,700 +SYC,2035,4,700,700 +SYC,2035,5,700,700 +SYC,2035,6,700,700 +SYC,2035,7,700,700 +SYC,2035,8,700,700 +SYC,2035,9,700,700 +SYC,2035,10,700,700 +SYC,2035,11,700,700 +SYC,2035,12,700,700 +SYC,2035,13,700,800 +SYC,2035,14,700,800 +SYC,2035,15,700,800 +SYC,2035,16,800,800 +SYC,2035,17,800,800 +SYC,2035,18,800,800 +SYC,2036,0,700,700 +SYC,2036,1,700,700 +SYC,2036,2,700,700 +SYC,2036,3,700,700 +SYC,2036,4,700,700 +SYC,2036,5,700,700 +SYC,2036,6,700,700 +SYC,2036,7,700,700 +SYC,2036,8,700,700 +SYC,2036,9,700,700 +SYC,2036,10,700,700 +SYC,2036,11,700,700 +SYC,2036,12,700,700 +SYC,2036,13,700,700 +SYC,2036,14,700,800 +SYC,2036,15,700,800 +SYC,2036,16,700,800 +SYC,2036,17,700,800 +SYC,2036,18,800,800 +SYC,2037,0,700,700 +SYC,2037,1,700,700 +SYC,2037,2,700,700 +SYC,2037,3,700,700 +SYC,2037,4,700,700 +SYC,2037,5,700,700 +SYC,2037,6,700,700 +SYC,2037,7,700,700 +SYC,2037,8,700,700 +SYC,2037,9,700,700 +SYC,2037,10,700,700 +SYC,2037,11,700,700 +SYC,2037,12,700,700 +SYC,2037,13,700,700 +SYC,2037,14,700,700 +SYC,2037,15,700,800 +SYC,2037,16,700,800 +SYC,2037,17,700,800 +SYC,2037,18,700,800 +SYC,2038,0,700,700 +SYC,2038,1,700,700 +SYC,2038,2,700,700 +SYC,2038,3,700,700 +SYC,2038,4,700,700 +SYC,2038,5,700,700 +SYC,2038,6,700,700 +SYC,2038,7,700,700 +SYC,2038,8,700,700 +SYC,2038,9,700,700 +SYC,2038,10,700,700 +SYC,2038,11,700,700 +SYC,2038,12,700,700 +SYC,2038,13,700,700 +SYC,2038,14,700,700 +SYC,2038,15,700,700 +SYC,2038,16,700,700 +SYC,2038,17,700,800 +SYC,2038,18,700,800 +SYC,2039,0,700,700 +SYC,2039,1,700,700 +SYC,2039,2,700,700 +SYC,2039,3,700,700 +SYC,2039,4,700,700 +SYC,2039,5,700,700 +SYC,2039,6,700,700 +SYC,2039,7,700,700 +SYC,2039,8,700,700 +SYC,2039,9,700,700 +SYC,2039,10,700,700 +SYC,2039,11,700,700 +SYC,2039,12,700,700 +SYC,2039,13,700,700 +SYC,2039,14,700,700 +SYC,2039,15,700,700 +SYC,2039,16,700,700 +SYC,2039,17,700,700 +SYC,2039,18,700,800 +SYC,2040,0,700,700 +SYC,2040,1,700,700 +SYC,2040,2,700,700 +SYC,2040,3,700,700 +SYC,2040,4,700,700 +SYC,2040,5,700,700 +SYC,2040,6,700,700 +SYC,2040,7,700,700 +SYC,2040,8,700,700 +SYC,2040,9,700,700 +SYC,2040,10,700,700 +SYC,2040,11,700,700 +SYC,2040,12,700,700 +SYC,2040,13,700,700 +SYC,2040,14,700,700 +SYC,2040,15,700,700 +SYC,2040,16,700,700 +SYC,2040,17,700,700 +SYC,2040,18,700,700 +SYC,2041,0,700,700 +SYC,2041,1,700,700 +SYC,2041,2,700,700 +SYC,2041,3,700,700 +SYC,2041,4,700,700 +SYC,2041,5,700,700 +SYC,2041,6,700,700 +SYC,2041,7,700,700 +SYC,2041,8,700,700 +SYC,2041,9,700,700 +SYC,2041,10,700,700 +SYC,2041,11,700,700 +SYC,2041,12,700,700 +SYC,2041,13,700,700 +SYC,2041,14,700,700 +SYC,2041,15,700,700 +SYC,2041,16,700,700 +SYC,2041,17,700,700 +SYC,2041,18,700,700 +SYC,2042,0,700,700 +SYC,2042,1,700,700 +SYC,2042,2,700,700 +SYC,2042,3,700,700 +SYC,2042,4,700,700 +SYC,2042,5,700,700 +SYC,2042,6,700,700 +SYC,2042,7,700,700 +SYC,2042,8,700,700 +SYC,2042,9,700,700 +SYC,2042,10,700,700 +SYC,2042,11,700,700 +SYC,2042,12,700,700 +SYC,2042,13,700,700 +SYC,2042,14,700,700 +SYC,2042,15,700,700 +SYC,2042,16,700,700 +SYC,2042,17,700,700 +SYC,2042,18,700,700 +SYC,2043,0,700,700 +SYC,2043,1,700,700 +SYC,2043,2,700,700 +SYC,2043,3,700,700 +SYC,2043,4,700,700 +SYC,2043,5,700,700 +SYC,2043,6,700,700 +SYC,2043,7,700,700 +SYC,2043,8,700,700 +SYC,2043,9,700,700 +SYC,2043,10,700,700 +SYC,2043,11,700,700 +SYC,2043,12,700,700 +SYC,2043,13,700,700 +SYC,2043,14,700,700 +SYC,2043,15,700,700 +SYC,2043,16,700,700 +SYC,2043,17,700,700 +SYC,2043,18,700,700 +SYC,2044,0,700,700 +SYC,2044,1,700,700 +SYC,2044,2,700,700 +SYC,2044,3,700,700 +SYC,2044,4,700,700 +SYC,2044,5,700,700 +SYC,2044,6,700,700 +SYC,2044,7,700,700 +SYC,2044,8,700,700 +SYC,2044,9,700,700 +SYC,2044,10,700,700 +SYC,2044,11,700,700 +SYC,2044,12,700,700 +SYC,2044,13,700,700 +SYC,2044,14,700,700 +SYC,2044,15,700,700 +SYC,2044,16,700,700 +SYC,2044,17,700,700 +SYC,2044,18,700,700 +SYC,2045,0,700,700 +SYC,2045,1,700,700 +SYC,2045,2,700,700 +SYC,2045,3,700,700 +SYC,2045,4,700,700 +SYC,2045,5,700,700 +SYC,2045,6,700,700 +SYC,2045,7,700,700 +SYC,2045,8,700,700 +SYC,2045,9,700,700 +SYC,2045,10,700,700 +SYC,2045,11,700,700 +SYC,2045,12,700,700 +SYC,2045,13,700,700 +SYC,2045,14,700,700 +SYC,2045,15,700,700 +SYC,2045,16,700,700 +SYC,2045,17,700,700 +SYC,2045,18,700,700 +SYC,2046,0,600,700 +SYC,2046,1,700,700 +SYC,2046,2,700,700 +SYC,2046,3,700,700 +SYC,2046,4,700,700 +SYC,2046,5,700,700 +SYC,2046,6,700,700 +SYC,2046,7,700,700 +SYC,2046,8,700,700 +SYC,2046,9,700,700 +SYC,2046,10,700,700 +SYC,2046,11,700,700 +SYC,2046,12,700,700 +SYC,2046,13,700,700 +SYC,2046,14,700,700 +SYC,2046,15,700,700 +SYC,2046,16,700,700 +SYC,2046,17,700,700 +SYC,2046,18,700,700 +SYC,2047,0,600,700 +SYC,2047,1,600,700 +SYC,2047,2,700,700 +SYC,2047,3,700,700 +SYC,2047,4,700,700 +SYC,2047,5,700,700 +SYC,2047,6,700,700 +SYC,2047,7,700,700 +SYC,2047,8,700,700 +SYC,2047,9,700,700 +SYC,2047,10,700,700 +SYC,2047,11,700,700 +SYC,2047,12,700,700 +SYC,2047,13,700,700 +SYC,2047,14,700,700 +SYC,2047,15,700,700 +SYC,2047,16,700,700 +SYC,2047,17,700,700 +SYC,2047,18,600,700 +SYC,2048,0,600,700 +SYC,2048,1,600,700 +SYC,2048,2,600,700 +SYC,2048,3,700,700 +SYC,2048,4,700,700 +SYC,2048,5,700,700 +SYC,2048,6,700,700 +SYC,2048,7,700,700 +SYC,2048,8,700,700 +SYC,2048,9,700,700 +SYC,2048,10,700,700 +SYC,2048,11,700,700 +SYC,2048,12,700,700 +SYC,2048,13,700,700 +SYC,2048,14,700,700 +SYC,2048,15,700,700 +SYC,2048,16,700,700 +SYC,2048,17,600,700 +SYC,2048,18,600,700 +SYC,2049,0,600,700 +SYC,2049,1,600,700 +SYC,2049,2,600,700 +SYC,2049,3,600,700 +SYC,2049,4,700,700 +SYC,2049,5,700,700 +SYC,2049,6,700,700 +SYC,2049,7,700,700 +SYC,2049,8,700,700 +SYC,2049,9,700,700 +SYC,2049,10,700,700 +SYC,2049,11,700,700 +SYC,2049,12,700,700 +SYC,2049,13,700,700 +SYC,2049,14,700,700 +SYC,2049,15,700,700 +SYC,2049,16,700,700 +SYC,2049,17,600,700 +SYC,2049,18,600,700 +SYC,2050,0,600,700 +SYC,2050,1,600,700 +SYC,2050,2,600,700 +SYC,2050,3,600,700 +SYC,2050,4,600,700 +SYC,2050,5,700,700 +SYC,2050,6,700,700 +SYC,2050,7,700,700 +SYC,2050,8,700,700 +SYC,2050,9,700,700 +SYC,2050,10,700,700 +SYC,2050,11,700,700 +SYC,2050,12,700,700 +SYC,2050,13,700,700 +SYC,2050,14,700,700 +SYC,2050,15,700,700 +SYC,2050,16,700,700 +SYC,2050,17,700,700 +SYC,2050,18,600,700 +SYR,1990,0,212859,222246 +SYR,1990,1,211981,221318 +SYR,1990,2,210472,219718 +SYR,1990,3,208373,217490 +SYR,1990,4,205725,214677 +SYR,1990,5,202568,211323 +SYR,1990,6,198943,207471 +SYR,1990,7,194891,203166 +SYR,1990,8,190452,198451 +SYR,1990,9,185669,193370 +SYR,1990,10,180584,187967 +SYR,1990,11,175243,182289 +SYR,1990,12,169668,176371 +SYR,1990,13,163893,170254 +SYR,1990,14,157970,163987 +SYR,1990,15,151971,157635 +SYR,1990,16,145951,151253 +SYR,1990,17,139892,144821 +SYR,1990,18,133816,138356 +SYR,1991,0,211955,221382 +SYR,1991,1,212587,222006 +SYR,1991,2,211609,220967 +SYR,1991,3,210052,219311 +SYR,1991,4,207946,217071 +SYR,1991,5,205323,214281 +SYR,1991,6,202225,210985 +SYR,1991,7,198692,207228 +SYR,1991,8,194703,202986 +SYR,1991,9,190269,198272 +SYR,1991,10,185451,193152 +SYR,1991,11,180348,187728 +SYR,1991,12,174995,182035 +SYR,1991,13,169401,176095 +SYR,1991,14,163600,169946 +SYR,1991,15,157645,163641 +SYR,1991,16,151614,157250 +SYR,1991,17,145560,150829 +SYR,1991,18,139473,144364 +SYR,1992,0,210408,219854 +SYR,1992,1,211280,220760 +SYR,1992,2,212434,221906 +SYR,1992,3,211355,220755 +SYR,1992,4,209749,219041 +SYR,1992,5,207636,216789 +SYR,1992,6,205037,214020 +SYR,1992,7,201995,210781 +SYR,1992,8,198553,207114 +SYR,1992,9,194625,202934 +SYR,1992,10,190191,198219 +SYR,1992,11,185336,193057 +SYR,1992,12,180212,187607 +SYR,1992,13,174845,181896 +SYR,1992,14,169229,175930 +SYR,1992,15,163398,169746 +SYR,1992,16,157408,163399 +SYR,1992,17,151342,156965 +SYR,1992,18,145251,150501 +SYR,1993,0,209315,218783 +SYR,1993,1,210839,220369 +SYR,1993,2,211589,221138 +SYR,1993,3,212361,221880 +SYR,1993,4,211182,220616 +SYR,1993,5,209525,218844 +SYR,1993,6,207404,216579 +SYR,1993,7,204829,213831 +SYR,1993,8,201843,210646 +SYR,1993,9,198489,207070 +SYR,1993,10,194620,202950 +SYR,1993,11,190186,198231 +SYR,1993,12,185292,193025 +SYR,1993,13,180145,187548 +SYR,1993,14,174761,181818 +SYR,1993,15,169122,175823 +SYR,1993,16,163258,169601 +SYR,1993,17,157231,163210 +SYR,1993,18,151127,156732 +SYR,1994,0,210116,219643 +SYR,1994,1,211563,221145 +SYR,1994,2,212361,221963 +SYR,1994,3,212536,222123 +SYR,1994,4,212282,221801 +SYR,1994,5,211001,220424 +SYR,1994,6,209295,218595 +SYR,1994,7,207165,216317 +SYR,1994,8,204613,213590 +SYR,1994,9,201683,210461 +SYR,1994,10,198418,206976 +SYR,1994,11,194609,202917 +SYR,1994,12,190175,198195 +SYR,1994,13,185242,192947 +SYR,1994,14,180071,187445 +SYR,1994,15,174671,181696 +SYR,1994,16,169008,175675 +SYR,1994,17,163113,169416 +SYR,1994,18,157049,162982 +SYR,1995,0,213731,223380 +SYR,1995,1,214093,223748 +SYR,1995,2,214123,223762 +SYR,1995,3,213812,223413 +SYR,1995,4,213152,222693 +SYR,1995,5,212136,221593 +SYR,1995,6,210754,220105 +SYR,1995,7,208999,218220 +SYR,1995,8,206861,215930 +SYR,1995,9,204334,213226 +SYR,1995,10,201460,210155 +SYR,1995,11,198285,206763 +SYR,1995,12,194538,202767 +SYR,1995,13,190104,198046 +SYR,1995,14,185134,192758 +SYR,1995,15,179942,187233 +SYR,1995,16,174526,181469 +SYR,1995,17,168842,175425 +SYR,1995,18,162916,169133 +SYR,1996,0,221522,231415 +SYR,1996,1,214879,224513 +SYR,1996,2,214525,224128 +SYR,1996,3,214120,223683 +SYR,1996,4,213609,223117 +SYR,1996,5,212933,222374 +SYR,1996,6,212085,221443 +SYR,1996,7,211057,220317 +SYR,1996,8,209546,218682 +SYR,1996,9,207398,216377 +SYR,1996,10,204702,213496 +SYR,1996,11,201751,210343 +SYR,1996,12,198543,206917 +SYR,1996,13,194749,202870 +SYR,1996,14,190250,198078 +SYR,1996,15,185203,192706 +SYR,1996,16,179934,187097 +SYR,1996,17,174440,181248 +SYR,1996,18,168686,175128 +SYR,1997,0,232168,242322 +SYR,1997,1,226673,236573 +SYR,1997,2,215782,225306 +SYR,1997,3,214710,224167 +SYR,1997,4,213870,223261 +SYR,1997,5,213157,222480 +SYR,1997,6,212465,221713 +SYR,1997,7,211787,220953 +SYR,1997,8,211116,220192 +SYR,1997,9,209853,218810 +SYR,1997,10,207695,216494 +SYR,1997,11,204833,213440 +SYR,1997,12,201808,210210 +SYR,1997,13,198572,206755 +SYR,1997,14,194735,202663 +SYR,1997,15,190175,197807 +SYR,1997,16,185057,192359 +SYR,1997,17,179717,186675 +SYR,1997,18,174151,180750 +SYR,1998,0,243582,254092 +SYR,1998,1,234447,244552 +SYR,1998,2,227111,236871 +SYR,1998,3,216429,225892 +SYR,1998,4,214639,223999 +SYR,1998,5,213364,222635 +SYR,1998,6,212451,221638 +SYR,1998,7,211744,220850 +SYR,1998,8,211237,220261 +SYR,1998,9,210923,219865 +SYR,1998,10,209909,218737 +SYR,1998,11,207746,216413 +SYR,1998,12,204721,213189 +SYR,1998,13,201626,209884 +SYR,1998,14,198364,206402 +SYR,1998,15,194489,202270 +SYR,1998,16,189874,197354 +SYR,1998,17,184691,191835 +SYR,1998,18,179286,186081 +SYR,1999,0,252855,263932 +SYR,1999,1,241154,251728 +SYR,1999,2,231751,241903 +SYR,1999,3,224388,234191 +SYR,1999,4,216834,226459 +SYR,1999,5,214329,223815 +SYR,1999,6,212621,221993 +SYR,1999,7,211509,220781 +SYR,1999,8,210787,219971 +SYR,1999,9,210452,219553 +SYR,1999,10,210496,219522 +SYR,1999,11,209732,218648 +SYR,1999,12,207565,216315 +SYR,1999,13,204381,212921 +SYR,1999,14,201218,209543 +SYR,1999,15,197936,206035 +SYR,1999,16,194026,201862 +SYR,1999,17,189362,196887 +SYR,1999,18,184120,191298 +SYR,2000,0,258007,269914 +SYR,2000,1,245638,257028 +SYR,2000,2,235603,246561 +SYR,2000,3,227649,238254 +SYR,2000,4,221526,231846 +SYR,2000,5,216983,227074 +SYR,2000,6,213769,223679 +SYR,2000,7,211632,221399 +SYR,2000,8,210322,219973 +SYR,2000,9,209588,219140 +SYR,2000,10,209423,218893 +SYR,2000,11,209823,219226 +SYR,2000,12,209310,218606 +SYR,2000,13,207141,216263 +SYR,2000,14,203802,212700 +SYR,2000,15,200577,209247 +SYR,2000,16,197277,205713 +SYR,2000,17,193338,201498 +SYR,2000,18,188630,196463 +SYR,2001,0,257836,269956 +SYR,2001,1,255024,267328 +SYR,2001,2,244287,256207 +SYR,2001,3,235291,246889 +SYR,2001,4,227882,239211 +SYR,2001,5,221904,233008 +SYR,2001,6,217110,228024 +SYR,2001,7,213253,223999 +SYR,2001,8,210638,221245 +SYR,2001,9,209293,219786 +SYR,2001,10,208788,219176 +SYR,2001,11,208643,218927 +SYR,2001,12,208932,219119 +SYR,2001,13,208360,218372 +SYR,2001,14,206226,215943 +SYR,2001,15,202965,212304 +SYR,2001,16,199793,208752 +SYR,2001,17,196561,205128 +SYR,2001,18,192536,200683 +SYR,2002,0,253078,265638 +SYR,2002,1,246139,258566 +SYR,2002,2,251778,264833 +SYR,2002,3,242674,255466 +SYR,2002,4,234721,247287 +SYR,2002,5,227861,240232 +SYR,2002,6,222033,234232 +SYR,2002,7,216995,229034 +SYR,2002,8,212505,224383 +SYR,2002,9,209417,221156 +SYR,2002,10,208039,219664 +SYR,2002,11,207762,219276 +SYR,2002,12,207637,219024 +SYR,2002,13,207814,219075 +SYR,2002,14,207185,218202 +SYR,2002,15,205087,215688 +SYR,2002,16,201907,211972 +SYR,2002,17,198792,208319 +SYR,2002,18,195632,204605 +SYR,2003,0,247424,260383 +SYR,2003,1,244890,257995 +SYR,2003,2,241928,255151 +SYR,2003,3,248903,262730 +SYR,2003,4,241408,255098 +SYR,2003,5,234481,248043 +SYR,2003,6,228157,241598 +SYR,2003,7,222471,235792 +SYR,2003,8,217184,230374 +SYR,2003,9,212057,225091 +SYR,2003,10,208496,221388 +SYR,2003,11,207083,219862 +SYR,2003,12,207032,219694 +SYR,2003,13,206926,219440 +SYR,2003,14,206993,219350 +SYR,2003,15,206306,218350 +SYR,2003,16,204242,215746 +SYR,2003,17,201138,211948 +SYR,2003,18,198075,208191 +SYR,2004,0,245848,258886 +SYR,2004,1,246692,260071 +SYR,2004,2,246182,259847 +SYR,2004,3,244500,258397 +SYR,2004,4,247080,261300 +SYR,2004,5,241162,255383 +SYR,2004,6,235230,249435 +SYR,2004,7,229415,243584 +SYR,2004,8,223846,237957 +SYR,2004,9,218288,232305 +SYR,2004,10,212504,226376 +SYR,2004,11,208454,222188 +SYR,2004,12,207001,220623 +SYR,2004,13,207176,220675 +SYR,2004,14,207089,220417 +SYR,2004,15,207046,220187 +SYR,2004,16,206298,219057 +SYR,2004,17,204258,216357 +SYR,2004,18,201217,212468 +SYR,2005,0,251455,264097 +SYR,2005,1,253494,266489 +SYR,2005,2,253800,267111 +SYR,2005,3,252601,266187 +SYR,2005,4,250121,263943 +SYR,2005,5,246589,260604 +SYR,2005,6,242230,256397 +SYR,2005,7,237271,251546 +SYR,2005,8,231937,246276 +SYR,2005,9,226457,240813 +SYR,2005,10,220594,234909 +SYR,2005,11,214115,228314 +SYR,2005,12,209551,223625 +SYR,2005,13,208048,222016 +SYR,2005,14,208452,222290 +SYR,2005,15,208383,222028 +SYR,2005,16,208229,221656 +SYR,2005,17,207416,220393 +SYR,2005,18,205390,217588 +SYR,2006,0,264816,278541 +SYR,2006,1,255500,268487 +SYR,2006,2,256070,269372 +SYR,2006,3,255426,269037 +SYR,2006,4,253712,267616 +SYR,2006,5,251072,265245 +SYR,2006,6,247732,262150 +SYR,2006,7,243918,258558 +SYR,2006,8,239364,254138 +SYR,2006,9,234047,248839 +SYR,2006,10,228361,243073 +SYR,2006,11,222471,237052 +SYR,2006,12,216050,230429 +SYR,2006,13,211598,225741 +SYR,2006,14,210280,224177 +SYR,2006,15,210911,224522 +SYR,2006,16,211063,224323 +SYR,2006,17,211129,224013 +SYR,2006,18,210495,222793 +SYR,2007,0,285438,299779 +SYR,2007,1,281743,295856 +SYR,2007,2,260520,273241 +SYR,2007,3,259598,272590 +SYR,2007,4,257986,271280 +SYR,2007,5,255742,269353 +SYR,2007,6,252928,266849 +SYR,2007,7,249772,263999 +SYR,2007,8,246499,261029 +SYR,2007,9,242340,257044 +SYR,2007,10,237023,251710 +SYR,2007,11,231106,245630 +SYR,2007,12,225167,239484 +SYR,2007,13,218784,232825 +SYR,2007,14,214429,228134 +SYR,2007,15,213295,226613 +SYR,2007,16,214160,227029 +SYR,2007,17,214536,226895 +SYR,2007,18,214827,226650 +SYR,2008,0,305983,320527 +SYR,2008,1,297341,311201 +SYR,2008,2,289470,302887 +SYR,2008,3,264621,276741 +SYR,2008,4,262186,274534 +SYR,2008,5,259594,272241 +SYR,2008,6,256821,269809 +SYR,2008,7,253842,267183 +SYR,2008,8,250884,264594 +SYR,2008,9,248175,262272 +SYR,2008,10,244434,258748 +SYR,2008,11,239135,253403 +SYR,2008,12,233008,247033 +SYR,2008,13,227043,240790 +SYR,2008,14,220721,234128 +SYR,2008,15,216483,229455 +SYR,2008,16,215539,227986 +SYR,2008,17,216639,228473 +SYR,2008,18,217241,228406 +SYR,2009,0,316262,330722 +SYR,2009,1,304096,317495 +SYR,2009,2,293592,306262 +SYR,2009,3,284583,296813 +SYR,2009,4,265821,277346 +SYR,2009,5,261897,273607 +SYR,2009,6,258352,270355 +SYR,2009,7,255078,267443 +SYR,2009,8,251966,264722 +SYR,2009,9,249240,262423 +SYR,2009,10,247125,260771 +SYR,2009,11,243844,257745 +SYR,2009,12,238623,252446 +SYR,2009,13,232352,245853 +SYR,2009,14,226425,239578 +SYR,2009,15,220235,232982 +SYR,2009,16,216160,228376 +SYR,2009,17,215417,226974 +SYR,2009,18,216740,227528 +SYR,2010,0,309927,324127 +SYR,2010,1,297255,310187 +SYR,2010,2,286433,298472 +SYR,2010,3,277271,288744 +SYR,2010,4,269579,280768 +SYR,2010,5,263167,274305 +SYR,2010,6,257844,269119 +SYR,2010,7,253420,264973 +SYR,2010,8,249704,261631 +SYR,2010,9,246507,258854 +SYR,2010,10,244047,256866 +SYR,2010,11,242542,255892 +SYR,2010,12,239758,253391 +SYR,2010,13,234687,248206 +SYR,2010,14,228366,241481 +SYR,2010,15,222562,235257 +SYR,2010,16,216591,228812 +SYR,2010,17,212734,224333 +SYR,2010,18,212198,223015 +SYR,2011,0,298410,311657 +SYR,2011,1,292716,305316 +SYR,2011,2,281967,293549 +SYR,2011,3,272459,283339 +SYR,2011,4,264111,274564 +SYR,2011,5,256842,267105 +SYR,2011,6,250442,260712 +SYR,2011,7,244704,255134 +SYR,2011,8,240183,250898 +SYR,2011,9,237053,248141 +SYR,2011,10,234849,246355 +SYR,2011,11,233156,245118 +SYR,2011,12,232321,244786 +SYR,2011,13,230117,242866 +SYR,2011,14,225473,238162 +SYR,2011,15,219471,231846 +SYR,2011,16,213985,226019 +SYR,2011,17,208312,219935 +SYR,2011,18,204715,215817 +SYR,2012,0,271454,283649 +SYR,2012,1,267161,278226 +SYR,2012,2,271786,283064 +SYR,2012,3,263107,273614 +SYR,2012,4,255040,265030 +SYR,2012,5,247615,257310 +SYR,2012,6,240861,250453 +SYR,2012,7,234553,244198 +SYR,2012,8,228466,238287 +SYR,2012,9,223902,234005 +SYR,2012,10,221400,231868 +SYR,2012,11,220225,231098 +SYR,2012,12,219326,230632 +SYR,2012,13,219179,230949 +SYR,2012,14,217585,229636 +SYR,2012,15,213428,225467 +SYR,2012,16,207820,219631 +SYR,2012,17,202722,214265 +SYR,2012,18,197420,208612 +SYR,2013,0,237633,248768 +SYR,2013,1,240016,250267 +SYR,2013,2,240779,250378 +SYR,2013,3,249458,259602 +SYR,2013,4,242882,252494 +SYR,2013,5,236290,245565 +SYR,2013,6,229822,238929 +SYR,2013,7,223618,232702 +SYR,2013,8,217437,226616 +SYR,2013,9,211041,220403 +SYR,2013,10,206461,216098 +SYR,2013,11,204596,214585 +SYR,2013,12,204447,214827 +SYR,2013,13,204340,215126 +SYR,2013,14,204874,216086 +SYR,2013,15,203894,215380 +SYR,2013,16,200245,211763 +SYR,2013,17,195061,206432 +SYR,2013,18,190377,201551 +SYR,2014,0,208006,218189 +SYR,2014,1,215416,224946 +SYR,2014,2,220086,229119 +SYR,2014,3,222341,231020 +SYR,2014,4,228007,237048 +SYR,2014,5,223490,232239 +SYR,2014,6,218339,226928 +SYR,2014,7,212801,221347 +SYR,2014,8,207124,215728 +SYR,2014,9,201055,209794 +SYR,2014,10,194338,203268 +SYR,2014,11,189732,198929 +SYR,2014,12,188491,198030 +SYR,2014,13,189354,199273 +SYR,2014,14,190029,200329 +SYR,2014,15,191237,201926 +SYR,2014,16,190862,201819 +SYR,2014,17,187704,198738 +SYR,2014,18,182926,193893 +SYR,2015,0,189825,199301 +SYR,2015,1,198998,207946 +SYR,2015,2,205118,213650 +SYR,2015,3,208544,216763 +SYR,2015,4,209636,217636 +SYR,2015,5,208751,216621 +SYR,2015,6,206248,214068 +SYR,2015,7,202487,210328 +SYR,2015,8,197825,205752 +SYR,2015,9,192622,200691 +SYR,2015,10,186606,194855 +SYR,2015,11,179504,187957 +SYR,2015,12,174829,183545 +SYR,2015,13,174199,183251 +SYR,2015,14,176082,185507 +SYR,2015,15,177545,187330 +SYR,2015,16,179437,189579 +SYR,2015,17,179662,190070 +SYR,2015,18,176965,187497 +SYR,2016,0,177994,186914 +SYR,2016,1,181301,190147 +SYR,2016,2,188151,196556 +SYR,2016,3,192864,200926 +SYR,2016,4,195653,203460 +SYR,2016,5,196730,204362 +SYR,2016,6,196438,203971 +SYR,2016,7,195121,202627 +SYR,2016,8,192332,199858 +SYR,2016,9,188020,195598 +SYR,2016,10,182791,190457 +SYR,2016,11,177040,184829 +SYR,2016,12,170370,178302 +SYR,2016,13,166037,174166 +SYR,2016,14,165602,173994 +SYR,2016,15,167583,176274 +SYR,2016,16,169151,178127 +SYR,2016,17,171132,180381 +SYR,2016,18,171463,180934 +SYR,2017,0,177117,185786 +SYR,2017,1,177930,185959 +SYR,2017,2,174536,182745 +SYR,2017,3,179207,187052 +SYR,2017,4,182606,190171 +SYR,2017,5,184804,192167 +SYR,2017,6,185875,193104 +SYR,2017,7,186151,193311 +SYR,2017,8,185963,193118 +SYR,2017,9,184087,191262 +SYR,2017,10,180076,187275 +SYR,2017,11,174781,182019 +SYR,2017,12,169240,176550 +SYR,2017,13,162932,170332 +SYR,2017,14,158894,166430 +SYR,2017,15,158643,166375 +SYR,2017,16,160733,168695 +SYR,2017,17,162415,170591 +SYR,2017,18,164496,172864 +SYR,2018,0,184380,193031 +SYR,2018,1,178385,186269 +SYR,2018,2,173557,180830 +SYR,2018,3,170030,177665 +SYR,2018,4,172621,179961 +SYR,2018,5,174770,181892 +SYR,2018,6,176416,183384 +SYR,2018,7,177494,184365 +SYR,2018,8,178330,185161 +SYR,2018,9,179247,186095 +SYR,2018,10,178244,185112 +SYR,2018,11,174480,181346 +SYR,2018,12,169056,175915 +SYR,2018,13,163653,170536 +SYR,2018,14,157624,164547 +SYR,2018,15,153826,160828 +SYR,2018,16,153752,160886 +SYR,2018,17,155975,163273 +SYR,2018,18,157789,165233 +SYR,2019,0,196000,205000 +SYR,2019,1,185000,193000 +SYR,2019,2,176000,183000 +SYR,2019,3,169000,176000 +SYR,2019,4,168000,176000 +SYR,2019,5,169000,176000 +SYR,2019,6,170000,177000 +SYR,2019,7,171000,178000 +SYR,2019,8,172000,179000 +SYR,2019,9,173000,180000 +SYR,2019,10,175000,182000 +SYR,2019,11,175000,182000 +SYR,2019,12,172000,178000 +SYR,2019,13,166000,173000 +SYR,2019,14,161000,167000 +SYR,2019,15,155000,161000 +SYR,2019,16,151000,158000 +SYR,2019,17,151000,158000 +SYR,2019,18,154000,161000 +SYR,2020,0,209000,218000 +SYR,2020,1,195000,204000 +SYR,2020,2,185000,193000 +SYR,2020,3,178000,185000 +SYR,2020,4,173000,180000 +SYR,2020,5,169000,176000 +SYR,2020,6,168000,175000 +SYR,2020,7,167000,174000 +SYR,2020,8,168000,175000 +SYR,2020,9,169000,176000 +SYR,2020,10,171000,178000 +SYR,2020,11,174000,181000 +SYR,2020,12,175000,182000 +SYR,2020,13,172000,178000 +SYR,2020,14,166000,172000 +SYR,2020,15,160000,167000 +SYR,2020,16,155000,161000 +SYR,2020,17,151000,158000 +SYR,2020,18,151000,158000 +SYR,2021,0,209000,217000 +SYR,2021,1,215000,224000 +SYR,2021,2,204000,213000 +SYR,2021,3,195000,203000 +SYR,2021,4,187000,196000 +SYR,2021,5,182000,189000 +SYR,2021,6,177000,185000 +SYR,2021,7,174000,181000 +SYR,2021,8,172000,178000 +SYR,2021,9,171000,178000 +SYR,2021,10,171000,178000 +SYR,2021,11,173000,179000 +SYR,2021,12,175000,181000 +SYR,2021,13,175000,181000 +SYR,2021,14,171000,177000 +SYR,2021,15,165000,171000 +SYR,2021,16,159000,165000 +SYR,2021,17,153000,159000 +SYR,2021,18,150000,156000 +SYR,2022,0,210000,218000 +SYR,2022,1,207000,216000 +SYR,2022,2,224000,235000 +SYR,2022,3,215000,225000 +SYR,2022,4,207000,217000 +SYR,2022,5,200000,209000 +SYR,2022,6,194000,203000 +SYR,2022,7,188000,196000 +SYR,2022,8,183000,190000 +SYR,2022,9,179000,186000 +SYR,2022,10,177000,184000 +SYR,2022,11,177000,184000 +SYR,2022,12,177000,183000 +SYR,2022,13,178000,184000 +SYR,2022,14,177000,183000 +SYR,2022,15,173000,179000 +SYR,2022,16,166000,172000 +SYR,2022,17,161000,167000 +SYR,2022,18,155000,161000 +SYR,2023,0,212000,220000 +SYR,2023,1,217000,226000 +SYR,2023,2,220000,230000 +SYR,2023,3,236000,247000 +SYR,2023,4,229000,240000 +SYR,2023,5,222000,232000 +SYR,2023,6,215000,225000 +SYR,2023,7,208000,217000 +SYR,2023,8,200000,209000 +SYR,2023,9,193000,201000 +SYR,2023,10,187000,195000 +SYR,2023,11,185000,192000 +SYR,2023,12,184000,190000 +SYR,2023,13,183000,189000 +SYR,2023,14,182000,189000 +SYR,2023,15,181000,187000 +SYR,2023,16,176000,182000 +SYR,2023,17,169000,175000 +SYR,2023,18,163000,169000 +SYR,2024,0,213000,220000 +SYR,2024,1,226000,235000 +SYR,2024,2,235000,245000 +SYR,2024,3,240000,251000 +SYR,2024,4,246000,258000 +SYR,2024,5,241000,253000 +SYR,2024,6,235000,247000 +SYR,2024,7,228000,239000 +SYR,2024,8,221000,231000 +SYR,2024,9,212000,222000 +SYR,2024,10,203000,212000 +SYR,2024,11,195000,203000 +SYR,2024,12,191000,199000 +SYR,2024,13,190000,197000 +SYR,2024,14,188000,194000 +SYR,2024,15,186000,193000 +SYR,2024,16,184000,190000 +SYR,2024,17,178000,184000 +SYR,2024,18,171000,177000 +SYR,2025,0,213000,220000 +SYR,2025,1,230000,240000 +SYR,2025,2,243000,254000 +SYR,2025,3,251000,263000 +SYR,2025,4,254000,267000 +SYR,2025,5,255000,268000 +SYR,2025,6,252000,265000 +SYR,2025,7,247000,260000 +SYR,2025,8,240000,252000 +SYR,2025,9,232000,243000 +SYR,2025,10,222000,233000 +SYR,2025,11,211000,220000 +SYR,2025,12,202000,210000 +SYR,2025,13,197000,204000 +SYR,2025,14,194000,201000 +SYR,2025,15,191000,198000 +SYR,2025,16,189000,195000 +SYR,2025,17,185000,191000 +SYR,2025,18,179000,185000 +SYR,2026,0,217000,225000 +SYR,2026,1,223000,231000 +SYR,2026,2,238000,249000 +SYR,2026,3,250000,261000 +SYR,2026,4,257000,269000 +SYR,2026,5,261000,274000 +SYR,2026,6,262000,275000 +SYR,2026,7,260000,274000 +SYR,2026,8,256000,269000 +SYR,2026,9,248000,261000 +SYR,2026,10,239000,251000 +SYR,2026,11,229000,240000 +SYR,2026,12,217000,227000 +SYR,2026,13,207000,216000 +SYR,2026,14,202000,209000 +SYR,2026,15,199000,206000 +SYR,2026,16,195000,202000 +SYR,2026,17,192000,199000 +SYR,2026,18,188000,194000 +SYR,2027,0,219000,228000 +SYR,2027,1,236000,247000 +SYR,2027,2,231000,241000 +SYR,2027,3,245000,255000 +SYR,2027,4,254000,266000 +SYR,2027,5,261000,274000 +SYR,2027,6,265000,278000 +SYR,2027,7,266000,280000 +SYR,2027,8,266000,280000 +SYR,2027,9,262000,276000 +SYR,2027,10,255000,268000 +SYR,2027,11,245000,257000 +SYR,2027,12,234000,245000 +SYR,2027,13,221000,231000 +SYR,2027,14,211000,220000 +SYR,2027,15,205000,213000 +SYR,2027,16,201000,209000 +SYR,2027,17,197000,204000 +SYR,2027,18,194000,200000 +SYR,2028,0,221000,231000 +SYR,2028,1,234000,244000 +SYR,2028,2,245000,256000 +SYR,2028,3,239000,248000 +SYR,2028,4,249000,260000 +SYR,2028,5,258000,270000 +SYR,2028,6,264000,276000 +SYR,2028,7,267000,281000 +SYR,2028,8,269000,283000 +SYR,2028,9,270000,284000 +SYR,2028,10,267000,281000 +SYR,2028,11,259000,273000 +SYR,2028,12,248000,261000 +SYR,2028,13,237000,248000 +SYR,2028,14,224000,234000 +SYR,2028,15,213000,222000 +SYR,2028,16,207000,215000 +SYR,2028,17,203000,211000 +SYR,2028,18,199000,205000 +SYR,2029,0,221000,232000 +SYR,2029,1,230000,241000 +SYR,2029,2,238000,249000 +SYR,2029,3,245000,257000 +SYR,2029,4,245000,255000 +SYR,2029,5,253000,265000 +SYR,2029,6,260000,272000 +SYR,2029,7,266000,278000 +SYR,2029,8,269000,282000 +SYR,2029,9,271000,285000 +SYR,2029,10,273000,288000 +SYR,2029,11,271000,285000 +SYR,2029,12,263000,277000 +SYR,2029,13,251000,264000 +SYR,2029,14,239000,251000 +SYR,2029,15,226000,236000 +SYR,2029,16,215000,224000 +SYR,2029,17,208000,217000 +SYR,2029,18,204000,211000 +SYR,2030,0,221000,232000 +SYR,2030,1,226000,237000 +SYR,2030,2,232000,242000 +SYR,2030,3,238000,249000 +SYR,2030,4,244000,255000 +SYR,2030,5,251000,262000 +SYR,2030,6,257000,269000 +SYR,2030,7,262000,275000 +SYR,2030,8,267000,280000 +SYR,2030,9,270000,284000 +SYR,2030,10,273000,287000 +SYR,2030,11,276000,291000 +SYR,2030,12,274000,289000 +SYR,2030,13,266000,280000 +SYR,2030,14,254000,267000 +SYR,2030,15,242000,253000 +SYR,2030,16,228000,238000 +SYR,2030,17,217000,226000 +SYR,2030,18,210000,218000 +SYR,2031,0,222000,233000 +SYR,2031,1,222000,233000 +SYR,2031,2,227000,238000 +SYR,2031,3,233000,243000 +SYR,2031,4,239000,250000 +SYR,2031,5,245000,256000 +SYR,2031,6,252000,263000 +SYR,2031,7,258000,270000 +SYR,2031,8,263000,276000 +SYR,2031,9,268000,281000 +SYR,2031,10,271000,285000 +SYR,2031,11,274000,288000 +SYR,2031,12,277000,292000 +SYR,2031,13,276000,290000 +SYR,2031,14,268000,282000 +SYR,2031,15,255000,268000 +SYR,2031,16,243000,254000 +SYR,2031,17,230000,240000 +SYR,2031,18,218000,227000 +SYR,2032,0,222000,233000 +SYR,2032,1,222000,233000 +SYR,2032,2,222000,233000 +SYR,2032,3,227000,238000 +SYR,2032,4,233000,244000 +SYR,2032,5,239000,250000 +SYR,2032,6,246000,257000 +SYR,2032,7,252000,263000 +SYR,2032,8,258000,270000 +SYR,2032,9,264000,276000 +SYR,2032,10,268000,281000 +SYR,2032,11,272000,285000 +SYR,2032,12,275000,289000 +SYR,2032,13,278000,292000 +SYR,2032,14,276000,291000 +SYR,2032,15,268000,282000 +SYR,2032,16,256000,269000 +SYR,2032,17,244000,255000 +SYR,2032,18,230000,241000 +SYR,2033,0,221000,232000 +SYR,2033,1,220000,230000 +SYR,2033,2,221000,231000 +SYR,2033,3,222000,233000 +SYR,2033,4,227000,238000 +SYR,2033,5,233000,244000 +SYR,2033,6,239000,250000 +SYR,2033,7,246000,257000 +SYR,2033,8,252000,263000 +SYR,2033,9,258000,270000 +SYR,2033,10,264000,276000 +SYR,2033,11,268000,281000 +SYR,2033,12,272000,285000 +SYR,2033,13,275000,289000 +SYR,2033,14,278000,292000 +SYR,2033,15,276000,291000 +SYR,2033,16,268000,282000 +SYR,2033,17,256000,269000 +SYR,2033,18,244000,255000 +SYR,2034,0,221000,231000 +SYR,2034,1,218000,228000 +SYR,2034,2,218000,228000 +SYR,2034,3,220000,230000 +SYR,2034,4,222000,233000 +SYR,2034,5,227000,238000 +SYR,2034,6,233000,243000 +SYR,2034,7,239000,250000 +SYR,2034,8,245000,256000 +SYR,2034,9,252000,263000 +SYR,2034,10,258000,269000 +SYR,2034,11,263000,275000 +SYR,2034,12,268000,281000 +SYR,2034,13,271000,285000 +SYR,2034,14,274000,288000 +SYR,2034,15,277000,292000 +SYR,2034,16,276000,291000 +SYR,2034,17,268000,282000 +SYR,2034,18,256000,269000 +SYR,2035,0,221000,230000 +SYR,2035,1,217000,227000 +SYR,2035,2,216000,226000 +SYR,2035,3,216000,226000 +SYR,2035,4,219000,229000 +SYR,2035,5,222000,232000 +SYR,2035,6,227000,237000 +SYR,2035,7,232000,243000 +SYR,2035,8,239000,250000 +SYR,2035,9,245000,256000 +SYR,2035,10,251000,263000 +SYR,2035,11,257000,269000 +SYR,2035,12,263000,275000 +SYR,2035,13,267000,280000 +SYR,2035,14,271000,284000 +SYR,2035,15,274000,288000 +SYR,2035,16,277000,292000 +SYR,2035,17,276000,290000 +SYR,2035,18,268000,282000 +SYR,2036,0,222000,232000 +SYR,2036,1,220000,229000 +SYR,2036,2,217000,227000 +SYR,2036,3,216000,226000 +SYR,2036,4,217000,227000 +SYR,2036,5,219000,229000 +SYR,2036,6,223000,233000 +SYR,2036,7,227000,237000 +SYR,2036,8,232000,243000 +SYR,2036,9,238000,249000 +SYR,2036,10,245000,256000 +SYR,2036,11,251000,263000 +SYR,2036,12,257000,269000 +SYR,2036,13,263000,275000 +SYR,2036,14,267000,280000 +SYR,2036,15,271000,284000 +SYR,2036,16,274000,288000 +SYR,2036,17,277000,291000 +SYR,2036,18,276000,290000 +SYR,2037,0,224000,233000 +SYR,2037,1,219000,228000 +SYR,2037,2,219000,228000 +SYR,2037,3,217000,226000 +SYR,2037,4,216000,226000 +SYR,2037,5,217000,227000 +SYR,2037,6,220000,230000 +SYR,2037,7,223000,233000 +SYR,2037,8,227000,237000 +SYR,2037,9,232000,243000 +SYR,2037,10,238000,249000 +SYR,2037,11,245000,256000 +SYR,2037,12,251000,263000 +SYR,2037,13,257000,269000 +SYR,2037,14,263000,275000 +SYR,2037,15,267000,280000 +SYR,2037,16,271000,284000 +SYR,2037,17,274000,288000 +SYR,2037,18,277000,291000 +SYR,2038,0,225000,236000 +SYR,2038,1,220000,230000 +SYR,2038,2,217000,227000 +SYR,2038,3,218000,227000 +SYR,2038,4,216000,226000 +SYR,2038,5,216000,226000 +SYR,2038,6,218000,228000 +SYR,2038,7,220000,230000 +SYR,2038,8,223000,233000 +SYR,2038,9,227000,237000 +SYR,2038,10,232000,243000 +SYR,2038,11,238000,249000 +SYR,2038,12,245000,256000 +SYR,2038,13,251000,263000 +SYR,2038,14,257000,269000 +SYR,2038,15,263000,275000 +SYR,2038,16,267000,280000 +SYR,2038,17,271000,284000 +SYR,2038,18,274000,287000 +SYR,2039,0,227000,238000 +SYR,2039,1,222000,233000 +SYR,2039,2,219000,229000 +SYR,2039,3,216000,226000 +SYR,2039,4,217000,226000 +SYR,2039,5,216000,226000 +SYR,2039,6,217000,226000 +SYR,2039,7,218000,228000 +SYR,2039,8,221000,231000 +SYR,2039,9,224000,234000 +SYR,2039,10,227000,237000 +SYR,2039,11,232000,242000 +SYR,2039,12,238000,249000 +SYR,2039,13,245000,256000 +SYR,2039,14,251000,263000 +SYR,2039,15,257000,269000 +SYR,2039,16,263000,274000 +SYR,2039,17,267000,280000 +SYR,2039,18,271000,284000 +SYR,2040,0,229000,240000 +SYR,2040,1,224000,235000 +SYR,2040,2,221000,231000 +SYR,2040,3,218000,228000 +SYR,2040,4,216000,226000 +SYR,2040,5,216000,225000 +SYR,2040,6,216000,225000 +SYR,2040,7,217000,226000 +SYR,2040,8,219000,228000 +SYR,2040,9,221000,231000 +SYR,2040,10,224000,234000 +SYR,2040,11,227000,237000 +SYR,2040,12,231000,242000 +SYR,2040,13,237000,248000 +SYR,2040,14,244000,256000 +SYR,2040,15,251000,262000 +SYR,2040,16,257000,269000 +SYR,2040,17,262000,274000 +SYR,2040,18,267000,279000 +SYR,2041,0,230000,241000 +SYR,2041,1,228000,239000 +SYR,2041,2,224000,234000 +SYR,2041,3,221000,231000 +SYR,2041,4,218000,228000 +SYR,2041,5,217000,226000 +SYR,2041,6,216000,225000 +SYR,2041,7,216000,225000 +SYR,2041,8,217000,226000 +SYR,2041,9,218000,228000 +SYR,2041,10,221000,231000 +SYR,2041,11,224000,234000 +SYR,2041,12,227000,237000 +SYR,2041,13,231000,242000 +SYR,2041,14,237000,248000 +SYR,2041,15,244000,255000 +SYR,2041,16,251000,262000 +SYR,2041,17,257000,268000 +SYR,2041,18,262000,274000 +SYR,2042,0,231000,242000 +SYR,2042,1,227000,238000 +SYR,2042,2,227000,238000 +SYR,2042,3,224000,234000 +SYR,2042,4,221000,231000 +SYR,2042,5,219000,228000 +SYR,2042,6,217000,227000 +SYR,2042,7,216000,226000 +SYR,2042,8,216000,225000 +SYR,2042,9,216000,226000 +SYR,2042,10,218000,228000 +SYR,2042,11,221000,231000 +SYR,2042,12,224000,234000 +SYR,2042,13,227000,237000 +SYR,2042,14,231000,242000 +SYR,2042,15,237000,248000 +SYR,2042,16,244000,255000 +SYR,2042,17,251000,262000 +SYR,2042,18,257000,268000 +SYR,2043,0,231000,242000 +SYR,2043,1,229000,240000 +SYR,2043,2,227000,237000 +SYR,2043,3,227000,237000 +SYR,2043,4,224000,234000 +SYR,2043,5,221000,231000 +SYR,2043,6,219000,229000 +SYR,2043,7,217000,227000 +SYR,2043,8,216000,226000 +SYR,2043,9,216000,225000 +SYR,2043,10,216000,226000 +SYR,2043,11,218000,228000 +SYR,2043,12,221000,231000 +SYR,2043,13,224000,234000 +SYR,2043,14,227000,237000 +SYR,2043,15,231000,242000 +SYR,2043,16,237000,248000 +SYR,2043,17,244000,255000 +SYR,2043,18,251000,262000 +SYR,2044,0,232000,242000 +SYR,2044,1,230000,241000 +SYR,2044,2,229000,239000 +SYR,2044,3,227000,237000 +SYR,2044,4,226000,236000 +SYR,2044,5,223000,234000 +SYR,2044,6,221000,231000 +SYR,2044,7,219000,229000 +SYR,2044,8,218000,227000 +SYR,2044,9,217000,226000 +SYR,2044,10,216000,225000 +SYR,2044,11,216000,226000 +SYR,2044,12,218000,228000 +SYR,2044,13,221000,231000 +SYR,2044,14,224000,234000 +SYR,2044,15,227000,237000 +SYR,2044,16,231000,242000 +SYR,2044,17,237000,248000 +SYR,2044,18,244000,255000 +SYR,2045,0,232000,243000 +SYR,2045,1,231000,242000 +SYR,2045,2,230000,241000 +SYR,2045,3,229000,239000 +SYR,2045,4,227000,237000 +SYR,2045,5,225000,235000 +SYR,2045,6,223000,233000 +SYR,2045,7,221000,231000 +SYR,2045,8,219000,229000 +SYR,2045,9,218000,228000 +SYR,2045,10,217000,226000 +SYR,2045,11,216000,225000 +SYR,2045,12,216000,225000 +SYR,2045,13,218000,227000 +SYR,2045,14,221000,230000 +SYR,2045,15,224000,234000 +SYR,2045,16,227000,237000 +SYR,2045,17,231000,242000 +SYR,2045,18,237000,248000 +SYR,2046,0,232000,243000 +SYR,2046,1,232000,243000 +SYR,2046,2,231000,242000 +SYR,2046,3,230000,241000 +SYR,2046,4,229000,239000 +SYR,2046,5,227000,237000 +SYR,2046,6,225000,235000 +SYR,2046,7,223000,233000 +SYR,2046,8,221000,231000 +SYR,2046,9,219000,229000 +SYR,2046,10,218000,228000 +SYR,2046,11,217000,226000 +SYR,2046,12,216000,225000 +SYR,2046,13,216000,225000 +SYR,2046,14,218000,227000 +SYR,2046,15,221000,230000 +SYR,2046,16,224000,234000 +SYR,2046,17,227000,237000 +SYR,2046,18,231000,241000 +SYR,2047,0,233000,243000 +SYR,2047,1,233000,244000 +SYR,2047,2,232000,243000 +SYR,2047,3,231000,242000 +SYR,2047,4,230000,241000 +SYR,2047,5,229000,239000 +SYR,2047,6,227000,237000 +SYR,2047,7,225000,235000 +SYR,2047,8,223000,233000 +SYR,2047,9,221000,231000 +SYR,2047,10,220000,229000 +SYR,2047,11,218000,228000 +SYR,2047,12,217000,226000 +SYR,2047,13,216000,225000 +SYR,2047,14,216000,225000 +SYR,2047,15,218000,227000 +SYR,2047,16,221000,230000 +SYR,2047,17,224000,234000 +SYR,2047,18,227000,237000 +SYR,2048,0,233000,244000 +SYR,2048,1,233000,244000 +SYR,2048,2,233000,244000 +SYR,2048,3,232000,243000 +SYR,2048,4,231000,242000 +SYR,2048,5,230000,241000 +SYR,2048,6,228000,239000 +SYR,2048,7,227000,237000 +SYR,2048,8,225000,235000 +SYR,2048,9,223000,233000 +SYR,2048,10,221000,231000 +SYR,2048,11,220000,229000 +SYR,2048,12,218000,228000 +SYR,2048,13,217000,226000 +SYR,2048,14,216000,225000 +SYR,2048,15,216000,225000 +SYR,2048,16,218000,227000 +SYR,2048,17,220000,230000 +SYR,2048,18,223000,233000 +SYR,2049,0,232000,243000 +SYR,2049,1,233000,244000 +SYR,2049,2,234000,245000 +SYR,2049,3,233000,244000 +SYR,2049,4,232000,243000 +SYR,2049,5,231000,242000 +SYR,2049,6,230000,240000 +SYR,2049,7,228000,239000 +SYR,2049,8,227000,237000 +SYR,2049,9,225000,235000 +SYR,2049,10,223000,233000 +SYR,2049,11,221000,231000 +SYR,2049,12,219000,229000 +SYR,2049,13,218000,228000 +SYR,2049,14,217000,226000 +SYR,2049,15,216000,225000 +SYR,2049,16,216000,225000 +SYR,2049,17,217000,227000 +SYR,2049,18,220000,230000 +SYR,2050,0,231000,242000 +SYR,2050,1,233000,244000 +SYR,2050,2,233000,244000 +SYR,2050,3,234000,244000 +SYR,2050,4,233000,244000 +SYR,2050,5,232000,243000 +SYR,2050,6,231000,242000 +SYR,2050,7,230000,240000 +SYR,2050,8,228000,239000 +SYR,2050,9,226000,237000 +SYR,2050,10,225000,235000 +SYR,2050,11,223000,233000 +SYR,2050,12,221000,231000 +SYR,2050,13,219000,229000 +SYR,2050,14,218000,228000 +SYR,2050,15,217000,226000 +SYR,2050,16,216000,225000 +SYR,2050,17,216000,225000 +SYR,2050,18,217000,227000 +TCA,1990,0,, +TCA,1990,1,, +TCA,1990,2,, +TCA,1990,3,, +TCA,1990,4,, +TCA,1990,5,, +TCA,1990,6,, +TCA,1990,7,, +TCA,1990,8,, +TCA,1990,9,, +TCA,1990,10,, +TCA,1990,11,, +TCA,1990,12,, +TCA,1990,13,, +TCA,1990,14,, +TCA,1990,15,, +TCA,1990,16,, +TCA,1990,17,, +TCA,1990,18,, +TCA,1991,0,, +TCA,1991,1,, +TCA,1991,2,, +TCA,1991,3,, +TCA,1991,4,, +TCA,1991,5,, +TCA,1991,6,, +TCA,1991,7,, +TCA,1991,8,, +TCA,1991,9,, +TCA,1991,10,, +TCA,1991,11,, +TCA,1991,12,, +TCA,1991,13,, +TCA,1991,14,, +TCA,1991,15,, +TCA,1991,16,, +TCA,1991,17,, +TCA,1991,18,, +TCA,1992,0,, +TCA,1992,1,, +TCA,1992,2,, +TCA,1992,3,, +TCA,1992,4,, +TCA,1992,5,, +TCA,1992,6,, +TCA,1992,7,, +TCA,1992,8,, +TCA,1992,9,, +TCA,1992,10,, +TCA,1992,11,, +TCA,1992,12,, +TCA,1992,13,, +TCA,1992,14,, +TCA,1992,15,, +TCA,1992,16,, +TCA,1992,17,, +TCA,1992,18,, +TCA,1993,0,, +TCA,1993,1,, +TCA,1993,2,, +TCA,1993,3,, +TCA,1993,4,, +TCA,1993,5,, +TCA,1993,6,, +TCA,1993,7,, +TCA,1993,8,, +TCA,1993,9,, +TCA,1993,10,, +TCA,1993,11,, +TCA,1993,12,, +TCA,1993,13,, +TCA,1993,14,, +TCA,1993,15,, +TCA,1993,16,, +TCA,1993,17,, +TCA,1993,18,, +TCA,1994,0,, +TCA,1994,1,, +TCA,1994,2,, +TCA,1994,3,, +TCA,1994,4,, +TCA,1994,5,, +TCA,1994,6,, +TCA,1994,7,, +TCA,1994,8,, +TCA,1994,9,, +TCA,1994,10,, +TCA,1994,11,, +TCA,1994,12,, +TCA,1994,13,, +TCA,1994,14,, +TCA,1994,15,, +TCA,1994,16,, +TCA,1994,17,, +TCA,1994,18,, +TCA,1995,0,, +TCA,1995,1,, +TCA,1995,2,, +TCA,1995,3,, +TCA,1995,4,, +TCA,1995,5,, +TCA,1995,6,, +TCA,1995,7,, +TCA,1995,8,, +TCA,1995,9,, +TCA,1995,10,, +TCA,1995,11,, +TCA,1995,12,, +TCA,1995,13,, +TCA,1995,14,, +TCA,1995,15,, +TCA,1995,16,, +TCA,1995,17,, +TCA,1995,18,, +TCA,1996,0,, +TCA,1996,1,, +TCA,1996,2,, +TCA,1996,3,, +TCA,1996,4,, +TCA,1996,5,, +TCA,1996,6,, +TCA,1996,7,, +TCA,1996,8,, +TCA,1996,9,, +TCA,1996,10,, +TCA,1996,11,, +TCA,1996,12,, +TCA,1996,13,, +TCA,1996,14,, +TCA,1996,15,, +TCA,1996,16,, +TCA,1996,17,, +TCA,1996,18,, +TCA,1997,0,, +TCA,1997,1,, +TCA,1997,2,, +TCA,1997,3,, +TCA,1997,4,, +TCA,1997,5,, +TCA,1997,6,, +TCA,1997,7,, +TCA,1997,8,, +TCA,1997,9,, +TCA,1997,10,, +TCA,1997,11,, +TCA,1997,12,, +TCA,1997,13,, +TCA,1997,14,, +TCA,1997,15,, +TCA,1997,16,, +TCA,1997,17,, +TCA,1997,18,, +TCA,1998,0,, +TCA,1998,1,, +TCA,1998,2,, +TCA,1998,3,, +TCA,1998,4,, +TCA,1998,5,, +TCA,1998,6,, +TCA,1998,7,, +TCA,1998,8,, +TCA,1998,9,, +TCA,1998,10,, +TCA,1998,11,, +TCA,1998,12,, +TCA,1998,13,, +TCA,1998,14,, +TCA,1998,15,, +TCA,1998,16,, +TCA,1998,17,, +TCA,1998,18,, +TCA,1999,0,, +TCA,1999,1,, +TCA,1999,2,, +TCA,1999,3,, +TCA,1999,4,, +TCA,1999,5,, +TCA,1999,6,, +TCA,1999,7,, +TCA,1999,8,, +TCA,1999,9,, +TCA,1999,10,, +TCA,1999,11,, +TCA,1999,12,, +TCA,1999,13,, +TCA,1999,14,, +TCA,1999,15,, +TCA,1999,16,, +TCA,1999,17,, +TCA,1999,18,, +TCA,2000,0,, +TCA,2000,1,, +TCA,2000,2,, +TCA,2000,3,, +TCA,2000,4,, +TCA,2000,5,, +TCA,2000,6,, +TCA,2000,7,, +TCA,2000,8,, +TCA,2000,9,, +TCA,2000,10,, +TCA,2000,11,, +TCA,2000,12,, +TCA,2000,13,, +TCA,2000,14,, +TCA,2000,15,, +TCA,2000,16,, +TCA,2000,17,, +TCA,2000,18,, +TCA,2001,0,, +TCA,2001,1,, +TCA,2001,2,, +TCA,2001,3,, +TCA,2001,4,, +TCA,2001,5,, +TCA,2001,6,, +TCA,2001,7,, +TCA,2001,8,, +TCA,2001,9,, +TCA,2001,10,, +TCA,2001,11,, +TCA,2001,12,, +TCA,2001,13,, +TCA,2001,14,, +TCA,2001,15,, +TCA,2001,16,, +TCA,2001,17,, +TCA,2001,18,, +TCA,2002,0,, +TCA,2002,1,, +TCA,2002,2,, +TCA,2002,3,, +TCA,2002,4,, +TCA,2002,5,, +TCA,2002,6,, +TCA,2002,7,, +TCA,2002,8,, +TCA,2002,9,, +TCA,2002,10,, +TCA,2002,11,, +TCA,2002,12,, +TCA,2002,13,, +TCA,2002,14,, +TCA,2002,15,, +TCA,2002,16,, +TCA,2002,17,, +TCA,2002,18,, +TCA,2003,0,, +TCA,2003,1,, +TCA,2003,2,, +TCA,2003,3,, +TCA,2003,4,, +TCA,2003,5,, +TCA,2003,6,, +TCA,2003,7,, +TCA,2003,8,, +TCA,2003,9,, +TCA,2003,10,, +TCA,2003,11,, +TCA,2003,12,, +TCA,2003,13,, +TCA,2003,14,, +TCA,2003,15,, +TCA,2003,16,, +TCA,2003,17,, +TCA,2003,18,, +TCA,2004,0,, +TCA,2004,1,, +TCA,2004,2,, +TCA,2004,3,, +TCA,2004,4,, +TCA,2004,5,, +TCA,2004,6,, +TCA,2004,7,, +TCA,2004,8,, +TCA,2004,9,, +TCA,2004,10,, +TCA,2004,11,, +TCA,2004,12,, +TCA,2004,13,, +TCA,2004,14,, +TCA,2004,15,, +TCA,2004,16,, +TCA,2004,17,, +TCA,2004,18,, +TCA,2005,0,, +TCA,2005,1,, +TCA,2005,2,, +TCA,2005,3,, +TCA,2005,4,, +TCA,2005,5,, +TCA,2005,6,, +TCA,2005,7,, +TCA,2005,8,, +TCA,2005,9,, +TCA,2005,10,, +TCA,2005,11,, +TCA,2005,12,, +TCA,2005,13,, +TCA,2005,14,, +TCA,2005,15,, +TCA,2005,16,, +TCA,2005,17,, +TCA,2005,18,, +TCA,2006,0,, +TCA,2006,1,, +TCA,2006,2,, +TCA,2006,3,, +TCA,2006,4,, +TCA,2006,5,, +TCA,2006,6,, +TCA,2006,7,, +TCA,2006,8,, +TCA,2006,9,, +TCA,2006,10,, +TCA,2006,11,, +TCA,2006,12,, +TCA,2006,13,, +TCA,2006,14,, +TCA,2006,15,, +TCA,2006,16,, +TCA,2006,17,, +TCA,2006,18,, +TCA,2007,0,, +TCA,2007,1,, +TCA,2007,2,, +TCA,2007,3,, +TCA,2007,4,, +TCA,2007,5,, +TCA,2007,6,, +TCA,2007,7,, +TCA,2007,8,, +TCA,2007,9,, +TCA,2007,10,, +TCA,2007,11,, +TCA,2007,12,, +TCA,2007,13,, +TCA,2007,14,, +TCA,2007,15,, +TCA,2007,16,, +TCA,2007,17,, +TCA,2007,18,, +TCA,2008,0,, +TCA,2008,1,, +TCA,2008,2,, +TCA,2008,3,, +TCA,2008,4,, +TCA,2008,5,, +TCA,2008,6,, +TCA,2008,7,, +TCA,2008,8,, +TCA,2008,9,, +TCA,2008,10,, +TCA,2008,11,, +TCA,2008,12,, +TCA,2008,13,, +TCA,2008,14,, +TCA,2008,15,, +TCA,2008,16,, +TCA,2008,17,, +TCA,2008,18,, +TCA,2009,0,, +TCA,2009,1,, +TCA,2009,2,, +TCA,2009,3,, +TCA,2009,4,, +TCA,2009,5,, +TCA,2009,6,, +TCA,2009,7,, +TCA,2009,8,, +TCA,2009,9,, +TCA,2009,10,, +TCA,2009,11,, +TCA,2009,12,, +TCA,2009,13,, +TCA,2009,14,, +TCA,2009,15,, +TCA,2009,16,, +TCA,2009,17,, +TCA,2009,18,, +TCA,2010,0,, +TCA,2010,1,, +TCA,2010,2,, +TCA,2010,3,, +TCA,2010,4,, +TCA,2010,5,, +TCA,2010,6,, +TCA,2010,7,, +TCA,2010,8,, +TCA,2010,9,, +TCA,2010,10,, +TCA,2010,11,, +TCA,2010,12,, +TCA,2010,13,, +TCA,2010,14,, +TCA,2010,15,, +TCA,2010,16,, +TCA,2010,17,, +TCA,2010,18,, +TCA,2011,0,, +TCA,2011,1,, +TCA,2011,2,, +TCA,2011,3,, +TCA,2011,4,, +TCA,2011,5,, +TCA,2011,6,, +TCA,2011,7,, +TCA,2011,8,, +TCA,2011,9,, +TCA,2011,10,, +TCA,2011,11,, +TCA,2011,12,, +TCA,2011,13,, +TCA,2011,14,, +TCA,2011,15,, +TCA,2011,16,, +TCA,2011,17,, +TCA,2011,18,, +TCA,2012,0,, +TCA,2012,1,, +TCA,2012,2,, +TCA,2012,3,, +TCA,2012,4,, +TCA,2012,5,, +TCA,2012,6,, +TCA,2012,7,, +TCA,2012,8,, +TCA,2012,9,, +TCA,2012,10,, +TCA,2012,11,, +TCA,2012,12,, +TCA,2012,13,, +TCA,2012,14,, +TCA,2012,15,, +TCA,2012,16,, +TCA,2012,17,, +TCA,2012,18,, +TCA,2013,0,, +TCA,2013,1,, +TCA,2013,2,, +TCA,2013,3,, +TCA,2013,4,, +TCA,2013,5,, +TCA,2013,6,, +TCA,2013,7,, +TCA,2013,8,, +TCA,2013,9,, +TCA,2013,10,, +TCA,2013,11,, +TCA,2013,12,, +TCA,2013,13,, +TCA,2013,14,, +TCA,2013,15,, +TCA,2013,16,, +TCA,2013,17,, +TCA,2013,18,, +TCA,2014,0,, +TCA,2014,1,, +TCA,2014,2,, +TCA,2014,3,, +TCA,2014,4,, +TCA,2014,5,, +TCA,2014,6,, +TCA,2014,7,, +TCA,2014,8,, +TCA,2014,9,, +TCA,2014,10,, +TCA,2014,11,, +TCA,2014,12,, +TCA,2014,13,, +TCA,2014,14,, +TCA,2014,15,, +TCA,2014,16,, +TCA,2014,17,, +TCA,2014,18,, +TCA,2015,0,, +TCA,2015,1,, +TCA,2015,2,, +TCA,2015,3,, +TCA,2015,4,, +TCA,2015,5,, +TCA,2015,6,, +TCA,2015,7,, +TCA,2015,8,, +TCA,2015,9,, +TCA,2015,10,, +TCA,2015,11,, +TCA,2015,12,, +TCA,2015,13,, +TCA,2015,14,, +TCA,2015,15,, +TCA,2015,16,, +TCA,2015,17,, +TCA,2015,18,, +TCA,2016,0,, +TCA,2016,1,, +TCA,2016,2,, +TCA,2016,3,, +TCA,2016,4,, +TCA,2016,5,, +TCA,2016,6,, +TCA,2016,7,, +TCA,2016,8,, +TCA,2016,9,, +TCA,2016,10,, +TCA,2016,11,, +TCA,2016,12,, +TCA,2016,13,, +TCA,2016,14,, +TCA,2016,15,, +TCA,2016,16,, +TCA,2016,17,, +TCA,2016,18,, +TCA,2017,0,, +TCA,2017,1,, +TCA,2017,2,, +TCA,2017,3,, +TCA,2017,4,, +TCA,2017,5,, +TCA,2017,6,, +TCA,2017,7,, +TCA,2017,8,, +TCA,2017,9,, +TCA,2017,10,, +TCA,2017,11,, +TCA,2017,12,, +TCA,2017,13,, +TCA,2017,14,, +TCA,2017,15,, +TCA,2017,16,, +TCA,2017,17,, +TCA,2017,18,, +TCA,2018,0,, +TCA,2018,1,, +TCA,2018,2,, +TCA,2018,3,, +TCA,2018,4,, +TCA,2018,5,, +TCA,2018,6,, +TCA,2018,7,, +TCA,2018,8,, +TCA,2018,9,, +TCA,2018,10,, +TCA,2018,11,, +TCA,2018,12,, +TCA,2018,13,, +TCA,2018,14,, +TCA,2018,15,, +TCA,2018,16,, +TCA,2018,17,, +TCA,2018,18,, +TCA,2019,0,, +TCA,2019,1,, +TCA,2019,2,, +TCA,2019,3,, +TCA,2019,4,, +TCA,2019,5,, +TCA,2019,6,, +TCA,2019,7,, +TCA,2019,8,, +TCA,2019,9,, +TCA,2019,10,, +TCA,2019,11,, +TCA,2019,12,, +TCA,2019,13,, +TCA,2019,14,, +TCA,2019,15,, +TCA,2019,16,, +TCA,2019,17,, +TCA,2019,18,, +TCA,2020,0,, +TCA,2020,1,, +TCA,2020,2,, +TCA,2020,3,, +TCA,2020,4,, +TCA,2020,5,, +TCA,2020,6,, +TCA,2020,7,, +TCA,2020,8,, +TCA,2020,9,, +TCA,2020,10,, +TCA,2020,11,, +TCA,2020,12,, +TCA,2020,13,, +TCA,2020,14,, +TCA,2020,15,, +TCA,2020,16,, +TCA,2020,17,, +TCA,2020,18,, +TCA,2021,0,, +TCA,2021,1,, +TCA,2021,2,, +TCA,2021,3,, +TCA,2021,4,, +TCA,2021,5,, +TCA,2021,6,, +TCA,2021,7,, +TCA,2021,8,, +TCA,2021,9,, +TCA,2021,10,, +TCA,2021,11,, +TCA,2021,12,, +TCA,2021,13,, +TCA,2021,14,, +TCA,2021,15,, +TCA,2021,16,, +TCA,2021,17,, +TCA,2021,18,, +TCA,2022,0,, +TCA,2022,1,, +TCA,2022,2,, +TCA,2022,3,, +TCA,2022,4,, +TCA,2022,5,, +TCA,2022,6,, +TCA,2022,7,, +TCA,2022,8,, +TCA,2022,9,, +TCA,2022,10,, +TCA,2022,11,, +TCA,2022,12,, +TCA,2022,13,, +TCA,2022,14,, +TCA,2022,15,, +TCA,2022,16,, +TCA,2022,17,, +TCA,2022,18,, +TCA,2023,0,, +TCA,2023,1,, +TCA,2023,2,, +TCA,2023,3,, +TCA,2023,4,, +TCA,2023,5,, +TCA,2023,6,, +TCA,2023,7,, +TCA,2023,8,, +TCA,2023,9,, +TCA,2023,10,, +TCA,2023,11,, +TCA,2023,12,, +TCA,2023,13,, +TCA,2023,14,, +TCA,2023,15,, +TCA,2023,16,, +TCA,2023,17,, +TCA,2023,18,, +TCA,2024,0,, +TCA,2024,1,, +TCA,2024,2,, +TCA,2024,3,, +TCA,2024,4,, +TCA,2024,5,, +TCA,2024,6,, +TCA,2024,7,, +TCA,2024,8,, +TCA,2024,9,, +TCA,2024,10,, +TCA,2024,11,, +TCA,2024,12,, +TCA,2024,13,, +TCA,2024,14,, +TCA,2024,15,, +TCA,2024,16,, +TCA,2024,17,, +TCA,2024,18,, +TCA,2025,0,, +TCA,2025,1,, +TCA,2025,2,, +TCA,2025,3,, +TCA,2025,4,, +TCA,2025,5,, +TCA,2025,6,, +TCA,2025,7,, +TCA,2025,8,, +TCA,2025,9,, +TCA,2025,10,, +TCA,2025,11,, +TCA,2025,12,, +TCA,2025,13,, +TCA,2025,14,, +TCA,2025,15,, +TCA,2025,16,, +TCA,2025,17,, +TCA,2025,18,, +TCA,2026,0,, +TCA,2026,1,, +TCA,2026,2,, +TCA,2026,3,, +TCA,2026,4,, +TCA,2026,5,, +TCA,2026,6,, +TCA,2026,7,, +TCA,2026,8,, +TCA,2026,9,, +TCA,2026,10,, +TCA,2026,11,, +TCA,2026,12,, +TCA,2026,13,, +TCA,2026,14,, +TCA,2026,15,, +TCA,2026,16,, +TCA,2026,17,, +TCA,2026,18,, +TCA,2027,0,, +TCA,2027,1,, +TCA,2027,2,, +TCA,2027,3,, +TCA,2027,4,, +TCA,2027,5,, +TCA,2027,6,, +TCA,2027,7,, +TCA,2027,8,, +TCA,2027,9,, +TCA,2027,10,, +TCA,2027,11,, +TCA,2027,12,, +TCA,2027,13,, +TCA,2027,14,, +TCA,2027,15,, +TCA,2027,16,, +TCA,2027,17,, +TCA,2027,18,, +TCA,2028,0,, +TCA,2028,1,, +TCA,2028,2,, +TCA,2028,3,, +TCA,2028,4,, +TCA,2028,5,, +TCA,2028,6,, +TCA,2028,7,, +TCA,2028,8,, +TCA,2028,9,, +TCA,2028,10,, +TCA,2028,11,, +TCA,2028,12,, +TCA,2028,13,, +TCA,2028,14,, +TCA,2028,15,, +TCA,2028,16,, +TCA,2028,17,, +TCA,2028,18,, +TCA,2029,0,, +TCA,2029,1,, +TCA,2029,2,, +TCA,2029,3,, +TCA,2029,4,, +TCA,2029,5,, +TCA,2029,6,, +TCA,2029,7,, +TCA,2029,8,, +TCA,2029,9,, +TCA,2029,10,, +TCA,2029,11,, +TCA,2029,12,, +TCA,2029,13,, +TCA,2029,14,, +TCA,2029,15,, +TCA,2029,16,, +TCA,2029,17,, +TCA,2029,18,, +TCA,2030,0,, +TCA,2030,1,, +TCA,2030,2,, +TCA,2030,3,, +TCA,2030,4,, +TCA,2030,5,, +TCA,2030,6,, +TCA,2030,7,, +TCA,2030,8,, +TCA,2030,9,, +TCA,2030,10,, +TCA,2030,11,, +TCA,2030,12,, +TCA,2030,13,, +TCA,2030,14,, +TCA,2030,15,, +TCA,2030,16,, +TCA,2030,17,, +TCA,2030,18,, +TCA,2031,0,, +TCA,2031,1,, +TCA,2031,2,, +TCA,2031,3,, +TCA,2031,4,, +TCA,2031,5,, +TCA,2031,6,, +TCA,2031,7,, +TCA,2031,8,, +TCA,2031,9,, +TCA,2031,10,, +TCA,2031,11,, +TCA,2031,12,, +TCA,2031,13,, +TCA,2031,14,, +TCA,2031,15,, +TCA,2031,16,, +TCA,2031,17,, +TCA,2031,18,, +TCA,2032,0,, +TCA,2032,1,, +TCA,2032,2,, +TCA,2032,3,, +TCA,2032,4,, +TCA,2032,5,, +TCA,2032,6,, +TCA,2032,7,, +TCA,2032,8,, +TCA,2032,9,, +TCA,2032,10,, +TCA,2032,11,, +TCA,2032,12,, +TCA,2032,13,, +TCA,2032,14,, +TCA,2032,15,, +TCA,2032,16,, +TCA,2032,17,, +TCA,2032,18,, +TCA,2033,0,, +TCA,2033,1,, +TCA,2033,2,, +TCA,2033,3,, +TCA,2033,4,, +TCA,2033,5,, +TCA,2033,6,, +TCA,2033,7,, +TCA,2033,8,, +TCA,2033,9,, +TCA,2033,10,, +TCA,2033,11,, +TCA,2033,12,, +TCA,2033,13,, +TCA,2033,14,, +TCA,2033,15,, +TCA,2033,16,, +TCA,2033,17,, +TCA,2033,18,, +TCA,2034,0,, +TCA,2034,1,, +TCA,2034,2,, +TCA,2034,3,, +TCA,2034,4,, +TCA,2034,5,, +TCA,2034,6,, +TCA,2034,7,, +TCA,2034,8,, +TCA,2034,9,, +TCA,2034,10,, +TCA,2034,11,, +TCA,2034,12,, +TCA,2034,13,, +TCA,2034,14,, +TCA,2034,15,, +TCA,2034,16,, +TCA,2034,17,, +TCA,2034,18,, +TCA,2035,0,, +TCA,2035,1,, +TCA,2035,2,, +TCA,2035,3,, +TCA,2035,4,, +TCA,2035,5,, +TCA,2035,6,, +TCA,2035,7,, +TCA,2035,8,, +TCA,2035,9,, +TCA,2035,10,, +TCA,2035,11,, +TCA,2035,12,, +TCA,2035,13,, +TCA,2035,14,, +TCA,2035,15,, +TCA,2035,16,, +TCA,2035,17,, +TCA,2035,18,, +TCA,2036,0,, +TCA,2036,1,, +TCA,2036,2,, +TCA,2036,3,, +TCA,2036,4,, +TCA,2036,5,, +TCA,2036,6,, +TCA,2036,7,, +TCA,2036,8,, +TCA,2036,9,, +TCA,2036,10,, +TCA,2036,11,, +TCA,2036,12,, +TCA,2036,13,, +TCA,2036,14,, +TCA,2036,15,, +TCA,2036,16,, +TCA,2036,17,, +TCA,2036,18,, +TCA,2037,0,, +TCA,2037,1,, +TCA,2037,2,, +TCA,2037,3,, +TCA,2037,4,, +TCA,2037,5,, +TCA,2037,6,, +TCA,2037,7,, +TCA,2037,8,, +TCA,2037,9,, +TCA,2037,10,, +TCA,2037,11,, +TCA,2037,12,, +TCA,2037,13,, +TCA,2037,14,, +TCA,2037,15,, +TCA,2037,16,, +TCA,2037,17,, +TCA,2037,18,, +TCA,2038,0,, +TCA,2038,1,, +TCA,2038,2,, +TCA,2038,3,, +TCA,2038,4,, +TCA,2038,5,, +TCA,2038,6,, +TCA,2038,7,, +TCA,2038,8,, +TCA,2038,9,, +TCA,2038,10,, +TCA,2038,11,, +TCA,2038,12,, +TCA,2038,13,, +TCA,2038,14,, +TCA,2038,15,, +TCA,2038,16,, +TCA,2038,17,, +TCA,2038,18,, +TCA,2039,0,, +TCA,2039,1,, +TCA,2039,2,, +TCA,2039,3,, +TCA,2039,4,, +TCA,2039,5,, +TCA,2039,6,, +TCA,2039,7,, +TCA,2039,8,, +TCA,2039,9,, +TCA,2039,10,, +TCA,2039,11,, +TCA,2039,12,, +TCA,2039,13,, +TCA,2039,14,, +TCA,2039,15,, +TCA,2039,16,, +TCA,2039,17,, +TCA,2039,18,, +TCA,2040,0,, +TCA,2040,1,, +TCA,2040,2,, +TCA,2040,3,, +TCA,2040,4,, +TCA,2040,5,, +TCA,2040,6,, +TCA,2040,7,, +TCA,2040,8,, +TCA,2040,9,, +TCA,2040,10,, +TCA,2040,11,, +TCA,2040,12,, +TCA,2040,13,, +TCA,2040,14,, +TCA,2040,15,, +TCA,2040,16,, +TCA,2040,17,, +TCA,2040,18,, +TCA,2041,0,, +TCA,2041,1,, +TCA,2041,2,, +TCA,2041,3,, +TCA,2041,4,, +TCA,2041,5,, +TCA,2041,6,, +TCA,2041,7,, +TCA,2041,8,, +TCA,2041,9,, +TCA,2041,10,, +TCA,2041,11,, +TCA,2041,12,, +TCA,2041,13,, +TCA,2041,14,, +TCA,2041,15,, +TCA,2041,16,, +TCA,2041,17,, +TCA,2041,18,, +TCA,2042,0,, +TCA,2042,1,, +TCA,2042,2,, +TCA,2042,3,, +TCA,2042,4,, +TCA,2042,5,, +TCA,2042,6,, +TCA,2042,7,, +TCA,2042,8,, +TCA,2042,9,, +TCA,2042,10,, +TCA,2042,11,, +TCA,2042,12,, +TCA,2042,13,, +TCA,2042,14,, +TCA,2042,15,, +TCA,2042,16,, +TCA,2042,17,, +TCA,2042,18,, +TCA,2043,0,, +TCA,2043,1,, +TCA,2043,2,, +TCA,2043,3,, +TCA,2043,4,, +TCA,2043,5,, +TCA,2043,6,, +TCA,2043,7,, +TCA,2043,8,, +TCA,2043,9,, +TCA,2043,10,, +TCA,2043,11,, +TCA,2043,12,, +TCA,2043,13,, +TCA,2043,14,, +TCA,2043,15,, +TCA,2043,16,, +TCA,2043,17,, +TCA,2043,18,, +TCA,2044,0,, +TCA,2044,1,, +TCA,2044,2,, +TCA,2044,3,, +TCA,2044,4,, +TCA,2044,5,, +TCA,2044,6,, +TCA,2044,7,, +TCA,2044,8,, +TCA,2044,9,, +TCA,2044,10,, +TCA,2044,11,, +TCA,2044,12,, +TCA,2044,13,, +TCA,2044,14,, +TCA,2044,15,, +TCA,2044,16,, +TCA,2044,17,, +TCA,2044,18,, +TCA,2045,0,, +TCA,2045,1,, +TCA,2045,2,, +TCA,2045,3,, +TCA,2045,4,, +TCA,2045,5,, +TCA,2045,6,, +TCA,2045,7,, +TCA,2045,8,, +TCA,2045,9,, +TCA,2045,10,, +TCA,2045,11,, +TCA,2045,12,, +TCA,2045,13,, +TCA,2045,14,, +TCA,2045,15,, +TCA,2045,16,, +TCA,2045,17,, +TCA,2045,18,, +TCA,2046,0,, +TCA,2046,1,, +TCA,2046,2,, +TCA,2046,3,, +TCA,2046,4,, +TCA,2046,5,, +TCA,2046,6,, +TCA,2046,7,, +TCA,2046,8,, +TCA,2046,9,, +TCA,2046,10,, +TCA,2046,11,, +TCA,2046,12,, +TCA,2046,13,, +TCA,2046,14,, +TCA,2046,15,, +TCA,2046,16,, +TCA,2046,17,, +TCA,2046,18,, +TCA,2047,0,, +TCA,2047,1,, +TCA,2047,2,, +TCA,2047,3,, +TCA,2047,4,, +TCA,2047,5,, +TCA,2047,6,, +TCA,2047,7,, +TCA,2047,8,, +TCA,2047,9,, +TCA,2047,10,, +TCA,2047,11,, +TCA,2047,12,, +TCA,2047,13,, +TCA,2047,14,, +TCA,2047,15,, +TCA,2047,16,, +TCA,2047,17,, +TCA,2047,18,, +TCA,2048,0,, +TCA,2048,1,, +TCA,2048,2,, +TCA,2048,3,, +TCA,2048,4,, +TCA,2048,5,, +TCA,2048,6,, +TCA,2048,7,, +TCA,2048,8,, +TCA,2048,9,, +TCA,2048,10,, +TCA,2048,11,, +TCA,2048,12,, +TCA,2048,13,, +TCA,2048,14,, +TCA,2048,15,, +TCA,2048,16,, +TCA,2048,17,, +TCA,2048,18,, +TCA,2049,0,, +TCA,2049,1,, +TCA,2049,2,, +TCA,2049,3,, +TCA,2049,4,, +TCA,2049,5,, +TCA,2049,6,, +TCA,2049,7,, +TCA,2049,8,, +TCA,2049,9,, +TCA,2049,10,, +TCA,2049,11,, +TCA,2049,12,, +TCA,2049,13,, +TCA,2049,14,, +TCA,2049,15,, +TCA,2049,16,, +TCA,2049,17,, +TCA,2049,18,, +TCA,2050,0,, +TCA,2050,1,, +TCA,2050,2,, +TCA,2050,3,, +TCA,2050,4,, +TCA,2050,5,, +TCA,2050,6,, +TCA,2050,7,, +TCA,2050,8,, +TCA,2050,9,, +TCA,2050,10,, +TCA,2050,11,, +TCA,2050,12,, +TCA,2050,13,, +TCA,2050,14,, +TCA,2050,15,, +TCA,2050,16,, +TCA,2050,17,, +TCA,2050,18,, +TCD,1990,0,130574,132591 +TCD,1990,1,123115,124837 +TCD,1990,2,116310,117791 +TCD,1990,3,110113,111399 +TCD,1990,4,104474,105608 +TCD,1990,5,99346,100364 +TCD,1990,6,94682,95613 +TCD,1990,7,90434,91303 +TCD,1990,8,86553,87380 +TCD,1990,9,82992,83790 +TCD,1990,10,79738,80522 +TCD,1990,11,76779,77564 +TCD,1990,12,73891,74654 +TCD,1990,13,70959,71658 +TCD,1990,14,68038,68646 +TCD,1990,15,65327,65847 +TCD,1990,16,62816,63244 +TCD,1990,17,60269,60607 +TCD,1990,18,57598,57853 +TCD,1991,0,135324,137323 +TCD,1991,1,128106,129970 +TCD,1991,2,121010,122623 +TCD,1991,3,114536,115941 +TCD,1991,4,108635,109872 +TCD,1991,5,103259,104362 +TCD,1991,6,98366,99364 +TCD,1991,7,93913,94830 +TCD,1991,8,89823,90682 +TCD,1991,9,86035,86857 +TCD,1991,10,82520,83316 +TCD,1991,11,79294,80077 +TCD,1991,12,76341,77123 +TCD,1991,13,73458,74213 +TCD,1991,14,70542,71224 +TCD,1991,15,67642,68220 +TCD,1991,16,64937,65415 +TCD,1991,17,62422,62794 +TCD,1991,18,59872,60144 +TCD,1992,0,140294,142217 +TCD,1992,1,132206,133903 +TCD,1992,2,125689,127411 +TCD,1992,3,118953,120467 +TCD,1992,4,112806,114146 +TCD,1992,5,107198,108396 +TCD,1992,6,102083,103165 +TCD,1992,7,97422,98411 +TCD,1992,8,93179,94091 +TCD,1992,9,89245,90102 +TCD,1992,10,85549,86373 +TCD,1992,11,82077,82880 +TCD,1992,12,78879,79668 +TCD,1992,13,75932,76718 +TCD,1992,14,73053,73806 +TCD,1992,15,70151,70821 +TCD,1992,16,67271,67825 +TCD,1992,17,64571,65012 +TCD,1992,18,62050,62372 +TCD,1993,0,145476,147311 +TCD,1993,1,137075,138743 +TCD,1993,2,129406,130928 +TCD,1993,3,123337,124926 +TCD,1993,4,116957,118381 +TCD,1993,5,111133,112417 +TCD,1993,6,105817,106983 +TCD,1993,7,100959,102028 +TCD,1993,8,96528,97514 +TCD,1993,9,92492,93405 +TCD,1993,10,88713,89574 +TCD,1993,11,85107,85938 +TCD,1993,12,81677,82491 +TCD,1993,13,78504,79304 +TCD,1993,14,75561,76357 +TCD,1993,15,72684,73442 +TCD,1993,16,69796,70460 +TCD,1993,17,66934,67468 +TCD,1993,18,64238,64646 +TCD,1994,0,150868,152662 +TCD,1994,1,142189,143858 +TCD,1994,2,134255,135809 +TCD,1994,3,127016,128465 +TCD,1994,4,121072,122531 +TCD,1994,5,115043,116380 +TCD,1994,6,109539,110769 +TCD,1994,7,104510,105647 +TCD,1994,8,99907,100964 +TCD,1994,9,95702,96688 +TCD,1994,10,91870,92788 +TCD,1994,11,88243,89111 +TCD,1994,12,84724,85566 +TCD,1994,13,81334,82162 +TCD,1994,14,78184,78998 +TCD,1994,15,75243,76051 +TCD,1994,16,72366,73130 +TCD,1994,17,69490,70149 +TCD,1994,18,66644,67161 +TCD,1995,0,156463,158307 +TCD,1995,1,147560,149284 +TCD,1995,2,139402,141016 +TCD,1995,3,131938,133450 +TCD,1995,4,125120,126537 +TCD,1995,5,118895,120225 +TCD,1995,6,113214,114463 +TCD,1995,7,108026,109201 +TCD,1995,8,103281,104389 +TCD,1995,9,98928,99974 +TCD,1995,10,94948,95933 +TCD,1995,11,91318,92239 +TCD,1995,12,87840,88715 +TCD,1995,13,84406,85258 +TCD,1995,14,81053,81894 +TCD,1995,15,77923,78751 +TCD,1995,16,74982,75802 +TCD,1995,17,72104,72873 +TCD,1995,18,69236,69891 +TCD,1996,0,161520,163515 +TCD,1996,1,153689,155452 +TCD,1996,2,145261,146907 +TCD,1996,3,137517,139059 +TCD,1996,4,130409,131859 +TCD,1996,5,123890,125258 +TCD,1996,6,117917,119214 +TCD,1996,7,112445,113680 +TCD,1996,8,107414,108588 +TCD,1996,9,102771,103882 +TCD,1996,10,98478,99524 +TCD,1996,11,94528,95513 +TCD,1996,12,90901,91822 +TCD,1996,13,87424,88294 +TCD,1996,14,84004,84839 +TCD,1996,15,80670,81480 +TCD,1996,16,77543,78325 +TCD,1996,17,74593,75351 +TCD,1996,18,71704,72403 +TCD,1997,0,166790,169028 +TCD,1997,1,157712,159718 +TCD,1997,2,151109,152791 +TCD,1997,3,143145,144710 +TCD,1997,4,135803,137272 +TCD,1997,5,129041,130428 +TCD,1997,6,122814,124132 +TCD,1997,7,117084,118347 +TCD,1997,8,111814,113033 +TCD,1997,9,106932,108105 +TCD,1997,10,102386,103499 +TCD,1997,11,98146,99193 +TCD,1997,12,94224,95208 +TCD,1997,13,90595,91515 +TCD,1997,14,87114,87978 +TCD,1997,15,83703,84522 +TCD,1997,16,80385,81163 +TCD,1997,17,77257,77992 +TCD,1997,18,74295,74990 +TCD,1998,0,172400,174908 +TCD,1998,1,163282,165471 +TCD,1998,2,154818,156740 +TCD,1998,3,148703,150305 +TCD,1998,4,141193,142681 +TCD,1998,5,134246,135642 +TCD,1998,6,127821,129146 +TCD,1998,7,121878,123148 +TCD,1998,8,116385,117615 +TCD,1998,9,111310,112516 +TCD,1998,10,106573,107745 +TCD,1998,11,102118,103234 +TCD,1998,12,97927,98974 +TCD,1998,13,94027,95010 +TCD,1998,14,90392,91312 +TCD,1998,15,86904,87762 +TCD,1998,16,83499,84301 +TCD,1998,17,80193,80938 +TCD,1998,18,77060,77748 +TCD,1999,0,178526,181237 +TCD,1999,1,169332,171665 +TCD,1999,2,160762,162782 +TCD,1999,3,152781,154548 +TCD,1999,4,146453,147984 +TCD,1999,5,139390,140807 +TCD,1999,6,132829,134162 +TCD,1999,7,126735,128007 +TCD,1999,8,121070,122299 +TCD,1999,9,115809,117013 +TCD,1999,10,110925,112123 +TCD,1999,11,106327,107504 +TCD,1999,12,101958,103083 +TCD,1999,13,97812,98866 +TCD,1999,14,93930,94919 +TCD,1999,15,90285,91210 +TCD,1999,16,86785,87644 +TCD,1999,17,83383,84173 +TCD,1999,18,80085,80804 +TCD,2000,0,185254,188043 +TCD,2000,1,175913,178316 +TCD,2000,2,167183,169268 +TCD,2000,3,159031,160858 +TCD,2000,4,151422,153047 +TCD,2000,5,144323,145795 +TCD,2000,6,137702,139060 +TCD,2000,7,131524,132804 +TCD,2000,8,125757,126985 +TCD,2000,9,120366,121564 +TCD,2000,10,115332,116520 +TCD,2000,11,110635,111834 +TCD,2000,12,106173,107365 +TCD,2000,13,101886,103030 +TCD,2000,14,97782,98850 +TCD,2000,15,93914,94916 +TCD,2000,16,90257,91194 +TCD,2000,17,86743,87608 +TCD,2000,18,83339,84125 +TCD,2001,0,191950,194577 +TCD,2001,1,183075,185613 +TCD,2001,2,174122,176343 +TCD,2001,3,165748,167706 +TCD,2001,4,157918,159663 +TCD,2001,5,150598,152172 +TCD,2001,6,143760,145200 +TCD,2001,7,137377,138715 +TCD,2001,8,131374,132639 +TCD,2001,9,125698,126919 +TCD,2001,10,120340,121534 +TCD,2001,11,115321,116504 +TCD,2001,12,110613,111805 +TCD,2001,13,106139,107313 +TCD,2001,14,101852,102965 +TCD,2001,15,97753,98774 +TCD,2001,16,93872,94810 +TCD,2001,17,90189,91045 +TCD,2001,18,86646,87420 +TCD,2002,0,199259,201613 +TCD,2002,1,189434,191588 +TCD,2002,2,181102,183422 +TCD,2002,3,172525,174596 +TCD,2002,4,164498,166359 +TCD,2002,5,156983,158671 +TCD,2002,6,149944,151491 +TCD,2002,7,143358,144791 +TCD,2002,8,137206,138546 +TCD,2002,9,131369,132644 +TCD,2002,10,125780,127014 +TCD,2002,11,120449,121660 +TCD,2002,12,115438,116637 +TCD,2002,13,110716,111917 +TCD,2002,14,106223,107399 +TCD,2002,15,101932,103031 +TCD,2002,16,97832,98823 +TCD,2002,17,93934,94824 +TCD,2002,18,90222,91011 +TCD,2003,0,206794,208855 +TCD,2003,1,196681,198671 +TCD,2003,2,187241,189158 +TCD,2003,3,179193,181312 +TCD,2003,4,170991,172927 +TCD,2003,5,163308,165087 +TCD,2003,6,156105,157752 +TCD,2003,7,149343,150879 +TCD,2003,8,143008,144448 +TCD,2003,9,137084,138441 +TCD,2003,10,131413,132709 +TCD,2003,11,125908,127168 +TCD,2003,12,120602,121842 +TCD,2003,13,115599,116824 +TCD,2003,14,110858,112082 +TCD,2003,15,106346,107534 +TCD,2003,16,102049,103144 +TCD,2003,17,97948,98917 +TCD,2003,18,94031,94882 +TCD,2004,0,214062,215940 +TCD,2004,1,203746,205624 +TCD,2004,2,194117,195979 +TCD,2004,3,185129,186963 +TCD,2004,4,177229,179147 +TCD,2004,5,169403,171205 +TCD,2004,6,162067,163765 +TCD,2004,7,155178,156784 +TCD,2004,8,148697,150221 +TCD,2004,9,142614,144062 +TCD,2004,10,136921,138295 +TCD,2004,11,131417,132736 +TCD,2004,12,125998,127285 +TCD,2004,13,120718,121987 +TCD,2004,14,115724,116976 +TCD,2004,15,110968,112213 +TCD,2004,16,106437,107637 +TCD,2004,17,102135,103227 +TCD,2004,18,98034,98983 +TCD,2005,0,220732,222631 +TCD,2005,1,210359,212229 +TCD,2005,2,200657,202494 +TCD,2005,3,191584,193382 +TCD,2005,4,183096,184852 +TCD,2005,5,175152,176862 +TCD,2005,6,167708,169370 +TCD,2005,7,160723,162334 +TCD,2005,8,154153,155713 +TCD,2005,9,147956,149464 +TCD,2005,10,142130,143581 +TCD,2005,11,136671,138057 +TCD,2005,12,131338,132674 +TCD,2005,13,126008,127317 +TCD,2005,14,120758,122052 +TCD,2005,15,115776,117050 +TCD,2005,16,111007,112269 +TCD,2005,17,106461,107669 +TCD,2005,18,102156,103242 +TCD,2006,0,226861,229034 +TCD,2006,1,217768,219470 +TCD,2006,2,207936,209594 +TCD,2006,3,198695,200329 +TCD,2006,4,190009,191634 +TCD,2006,5,181842,183467 +TCD,2006,6,174156,175793 +TCD,2006,7,166916,168579 +TCD,2006,8,160086,161749 +TCD,2006,9,153631,155250 +TCD,2006,10,147514,149060 +TCD,2006,11,141731,143208 +TCD,2006,12,136283,137686 +TCD,2006,13,130956,132294 +TCD,2006,14,125642,126935 +TCD,2006,15,120411,121669 +TCD,2006,16,115429,116646 +TCD,2006,17,110647,111830 +TCD,2006,18,106083,107199 +TCD,2007,0,232461,235099 +TCD,2007,1,222428,224640 +TCD,2007,2,214759,216248 +TCD,2007,3,205470,206900 +TCD,2007,4,196692,198108 +TCD,2007,5,188395,189831 +TCD,2007,6,180550,182029 +TCD,2007,7,173125,174674 +TCD,2007,8,166089,167739 +TCD,2007,9,159417,161118 +TCD,2007,10,153078,154743 +TCD,2007,11,147041,148614 +TCD,2007,12,141303,142795 +TCD,2007,13,135867,137275 +TCD,2007,14,130546,131875 +TCD,2007,15,125250,126516 +TCD,2007,16,120039,121251 +TCD,2007,17,115058,116209 +TCD,2007,18,110264,111359 +TCD,2008,0,237791,240994 +TCD,2008,1,228067,230557 +TCD,2008,2,218806,220750 +TCD,2008,3,211776,213047 +TCD,2008,4,203029,204226 +TCD,2008,5,194712,195906 +TCD,2008,6,186803,188047 +TCD,2008,7,179278,180609 +TCD,2008,8,172112,173572 +TCD,2008,9,165281,166915 +TCD,2008,10,158765,160501 +TCD,2008,11,152541,154250 +TCD,2008,12,146584,148181 +TCD,2008,13,140891,142395 +TCD,2008,14,135465,136876 +TCD,2008,15,130151,131469 +TCD,2008,16,124871,126109 +TCD,2008,17,119680,120844 +TCD,2008,18,114700,115782 +TCD,2009,0,243214,246952 +TCD,2009,1,233787,236564 +TCD,2009,2,224744,226785 +TCD,2009,3,216069,217576 +TCD,2009,4,208888,209951 +TCD,2009,5,200677,201653 +TCD,2009,6,192819,193800 +TCD,2009,7,185294,186355 +TCD,2009,8,178086,179277 +TCD,2009,9,171177,172554 +TCD,2009,10,164546,166173 +TCD,2009,11,158183,159963 +TCD,2009,12,152072,153832 +TCD,2009,13,146192,147820 +TCD,2009,14,140541,142065 +TCD,2009,15,135124,136544 +TCD,2009,16,129814,131127 +TCD,2009,17,124548,125764 +TCD,2009,18,119374,120496 +TCD,2010,0,248975,253116 +TCD,2010,1,239769,242797 +TCD,2010,2,230892,233063 +TCD,2010,3,222331,223876 +TCD,2010,4,214076,215195 +TCD,2010,5,206116,206984 +TCD,2010,6,198439,199203 +TCD,2010,7,191035,191814 +TCD,2010,8,183891,184778 +TCD,2010,9,176996,178057 +TCD,2010,10,170339,171644 +TCD,2010,11,163905,165534 +TCD,2010,12,157692,159525 +TCD,2010,13,151690,153511 +TCD,2010,14,145884,147552 +TCD,2010,15,140272,141823 +TCD,2010,16,134860,136298 +TCD,2010,17,129551,130867 +TCD,2010,18,124296,125496 +TCD,2011,0,254612,258913 +TCD,2011,1,246419,250011 +TCD,2011,2,237552,240191 +TCD,2011,3,228993,230899 +TCD,2011,4,220729,222098 +TCD,2011,5,212745,213752 +TCD,2011,6,205036,205828 +TCD,2011,7,197596,198293 +TCD,2011,8,190369,191088 +TCD,2011,9,183325,184167 +TCD,2011,10,176475,177506 +TCD,2011,11,169848,171127 +TCD,2011,12,163425,165022 +TCD,2011,13,157219,159007 +TCD,2011,14,151234,152992 +TCD,2011,15,145449,147031 +TCD,2011,16,139842,141282 +TCD,2011,17,134423,135724 +TCD,2011,18,129104,130267 +TCD,2012,0,260615,264963 +TCD,2012,1,251628,254904 +TCD,2012,2,244053,247130 +TCD,2012,3,235517,237800 +TCD,2012,4,227271,228941 +TCD,2012,5,219296,220519 +TCD,2012,6,211577,212499 +TCD,2012,7,204113,204854 +TCD,2012,8,196903,197559 +TCD,2012,9,189848,190533 +TCD,2012,10,182900,183720 +TCD,2012,11,176089,177114 +TCD,2012,12,169488,170762 +TCD,2012,13,163070,164657 +TCD,2012,14,156866,158631 +TCD,2012,15,150894,152608 +TCD,2012,16,145126,146641 +TCD,2012,17,139519,140867 +TCD,2012,18,134089,135271 +TCD,2013,0,266836,271169 +TCD,2013,1,257854,261241 +TCD,2013,2,249179,251792 +TCD,2013,3,241771,244353 +TCD,2013,4,233564,235509 +TCD,2013,5,225627,227081 +TCD,2013,6,217939,219035 +TCD,2013,7,210482,211337 +TCD,2013,8,203260,203968 +TCD,2013,9,196278,196910 +TCD,2013,10,189394,190058 +TCD,2013,11,182538,183351 +TCD,2013,12,175764,176797 +TCD,2013,13,169186,170471 +TCD,2013,14,162772,164362 +TCD,2013,15,156568,158323 +TCD,2013,16,150607,152291 +TCD,2013,17,144852,146313 +TCD,2013,18,139244,140512 +TCD,2014,0,273080,277420 +TCD,2014,1,264059,267578 +TCD,2014,2,255369,258190 +TCD,2014,3,246988,249228 +TCD,2014,4,239478,241570 +TCD,2014,5,231599,233213 +TCD,2014,6,223972,225215 +TCD,2014,7,216572,217544 +TCD,2014,8,209377,210169 +TCD,2014,9,202398,203078 +TCD,2014,10,195645,196256 +TCD,2014,11,188931,189580 +TCD,2014,12,182167,182978 +TCD,2014,13,175431,176476 +TCD,2014,14,168877,170176 +TCD,2014,15,162466,164063 +TCD,2014,16,156262,158011 +TCD,2014,17,150312,151970 +TCD,2014,18,144573,145982 +TCD,2015,0,279217,283650 +TCD,2015,1,270132,273820 +TCD,2015,2,261405,264442 +TCD,2015,3,253011,255487 +TCD,2015,4,244925,246924 +TCD,2015,5,237121,238723 +TCD,2015,6,229574,230855 +TCD,2015,7,222258,223290 +TCD,2015,8,215148,215997 +TCD,2015,9,208218,208948 +TCD,2015,10,201484,202135 +TCD,2015,11,194961,195552 +TCD,2015,12,188419,189052 +TCD,2015,13,181750,182558 +TCD,2015,14,175053,176111 +TCD,2015,15,168524,169837 +TCD,2015,16,162118,163722 +TCD,2015,17,155917,157659 +TCD,2015,18,149979,151609 +TCD,2016,0,285271,289859 +TCD,2016,1,276519,280516 +TCD,2016,2,267750,271078 +TCD,2016,3,259327,262074 +TCD,2016,4,251221,253470 +TCD,2016,5,243401,245232 +TCD,2016,6,235849,237335 +TCD,2016,7,228542,229756 +TCD,2016,8,221409,222407 +TCD,2016,9,214401,215232 +TCD,2016,10,207516,208228 +TCD,2016,11,200815,201446 +TCD,2016,12,194306,194873 +TCD,2016,13,187775,188370 +TCD,2016,14,181126,181872 +TCD,2016,15,174452,175418 +TCD,2016,16,167931,169120 +TCD,2016,17,161520,162969 +TCD,2016,18,155310,156875 +TCD,2017,0,291271,296106 +TCD,2017,1,281965,286051 +TCD,2017,2,273799,277376 +TCD,2017,3,265348,268329 +TCD,2017,4,257229,259699 +TCD,2017,5,249411,251447 +TCD,2017,6,241858,243533 +TCD,2017,7,234557,235940 +TCD,2017,8,227492,228651 +TCD,2017,9,220542,221518 +TCD,2017,10,213636,214460 +TCD,2017,11,206797,207502 +TCD,2017,12,200130,200752 +TCD,2017,13,193636,194189 +TCD,2017,14,187116,187683 +TCD,2017,15,180488,181181 +TCD,2017,16,173837,174720 +TCD,2017,17,167323,168400 +TCD,2017,18,160909,162211 +TCD,2018,0,297246,302373 +TCD,2018,1,287806,292134 +TCD,2018,2,278834,282460 +TCD,2018,3,271088,274254 +TCD,2018,4,262954,265597 +TCD,2018,5,255140,257341 +TCD,2018,6,247608,249439 +TCD,2018,7,240323,241850 +TCD,2018,8,233273,234561 +TCD,2018,9,226449,227560 +TCD,2018,10,219681,220643 +TCD,2018,11,212878,213702 +TCD,2018,12,206085,206790 +TCD,2018,13,199451,200071 +TCD,2018,14,192972,193516 +TCD,2018,15,186462,187007 +TCD,2018,16,179855,180502 +TCD,2018,17,173228,174034 +TCD,2018,18,166721,167689 +TCD,2019,0,303000,309000 +TCD,2019,1,294000,298000 +TCD,2019,2,285000,288000 +TCD,2019,3,276000,279000 +TCD,2019,4,268000,271000 +TCD,2019,5,261000,263000 +TCD,2019,6,253000,255000 +TCD,2019,7,246000,247000 +TCD,2019,8,239000,240000 +TCD,2019,9,232000,233000 +TCD,2019,10,225000,227000 +TCD,2019,11,219000,220000 +TCD,2019,12,212000,213000 +TCD,2019,13,205000,206000 +TCD,2019,14,199000,199000 +TCD,2019,15,192000,193000 +TCD,2019,16,186000,186000 +TCD,2019,17,179000,180000 +TCD,2019,18,173000,173000 +TCD,2020,0,309000,315000 +TCD,2020,1,300000,304000 +TCD,2020,2,291000,295000 +TCD,2020,3,282000,285000 +TCD,2020,4,274000,276000 +TCD,2020,5,266000,268000 +TCD,2020,6,258000,260000 +TCD,2020,7,251000,253000 +TCD,2020,8,244000,246000 +TCD,2020,9,237000,239000 +TCD,2020,10,231000,232000 +TCD,2020,11,224000,226000 +TCD,2020,12,218000,219000 +TCD,2020,13,211000,212000 +TCD,2020,14,205000,205000 +TCD,2020,15,198000,199000 +TCD,2020,16,192000,192000 +TCD,2020,17,185000,186000 +TCD,2020,18,179000,179000 +TCD,2021,0,315000,321000 +TCD,2021,1,306000,311000 +TCD,2021,2,297000,301000 +TCD,2021,3,288000,292000 +TCD,2021,4,280000,283000 +TCD,2021,5,272000,275000 +TCD,2021,6,264000,267000 +TCD,2021,7,257000,259000 +TCD,2021,8,250000,252000 +TCD,2021,9,243000,245000 +TCD,2021,10,236000,238000 +TCD,2021,11,230000,231000 +TCD,2021,12,224000,225000 +TCD,2021,13,217000,218000 +TCD,2021,14,211000,211000 +TCD,2021,15,204000,205000 +TCD,2021,16,197000,198000 +TCD,2021,17,191000,191000 +TCD,2021,18,184000,185000 +TCD,2022,0,321000,327000 +TCD,2022,1,311000,316000 +TCD,2022,2,303000,308000 +TCD,2022,3,295000,299000 +TCD,2022,4,286000,290000 +TCD,2022,5,278000,281000 +TCD,2022,6,271000,273000 +TCD,2022,7,263000,265000 +TCD,2022,8,256000,258000 +TCD,2022,9,249000,251000 +TCD,2022,10,242000,244000 +TCD,2022,11,236000,237000 +TCD,2022,12,229000,230000 +TCD,2022,13,223000,224000 +TCD,2022,14,217000,217000 +TCD,2022,15,210000,211000 +TCD,2022,16,203000,204000 +TCD,2022,17,197000,197000 +TCD,2022,18,190000,190000 +TCD,2023,0,327000,332000 +TCD,2023,1,317000,322000 +TCD,2023,2,308000,312000 +TCD,2023,3,301000,305000 +TCD,2023,4,292000,296000 +TCD,2023,5,284000,287000 +TCD,2023,6,276000,279000 +TCD,2023,7,269000,271000 +TCD,2023,8,262000,264000 +TCD,2023,9,255000,257000 +TCD,2023,10,248000,250000 +TCD,2023,11,242000,243000 +TCD,2023,12,235000,236000 +TCD,2023,13,229000,230000 +TCD,2023,14,222000,223000 +TCD,2023,15,216000,217000 +TCD,2023,16,209000,210000 +TCD,2023,17,203000,203000 +TCD,2023,18,196000,196000 +TCD,2024,0,332000,338000 +TCD,2024,1,323000,328000 +TCD,2024,2,314000,318000 +TCD,2024,3,305000,309000 +TCD,2024,4,298000,301000 +TCD,2024,5,290000,293000 +TCD,2024,6,282000,285000 +TCD,2024,7,275000,277000 +TCD,2024,8,268000,270000 +TCD,2024,9,261000,263000 +TCD,2024,10,254000,256000 +TCD,2024,11,247000,249000 +TCD,2024,12,241000,242000 +TCD,2024,13,234000,235000 +TCD,2024,14,228000,229000 +TCD,2024,15,222000,223000 +TCD,2024,16,215000,216000 +TCD,2024,17,209000,209000 +TCD,2024,18,202000,202000 +TCD,2025,0,338000,344000 +TCD,2025,1,329000,334000 +TCD,2025,2,320000,324000 +TCD,2025,3,311000,315000 +TCD,2025,4,303000,307000 +TCD,2025,5,295000,298000 +TCD,2025,6,288000,290000 +TCD,2025,7,280000,283000 +TCD,2025,8,273000,275000 +TCD,2025,9,266000,268000 +TCD,2025,10,260000,261000 +TCD,2025,11,253000,255000 +TCD,2025,12,246000,248000 +TCD,2025,13,240000,241000 +TCD,2025,14,234000,235000 +TCD,2025,15,227000,228000 +TCD,2025,16,221000,222000 +TCD,2025,17,215000,215000 +TCD,2025,18,208000,209000 +TCD,2026,0,343000,349000 +TCD,2026,1,335000,340000 +TCD,2026,2,326000,331000 +TCD,2026,3,318000,322000 +TCD,2026,4,309000,313000 +TCD,2026,5,301000,305000 +TCD,2026,6,294000,297000 +TCD,2026,7,286000,289000 +TCD,2026,8,279000,282000 +TCD,2026,9,272000,274000 +TCD,2026,10,265000,267000 +TCD,2026,11,259000,260000 +TCD,2026,12,252000,254000 +TCD,2026,13,246000,247000 +TCD,2026,14,239000,240000 +TCD,2026,15,233000,234000 +TCD,2026,16,226000,227000 +TCD,2026,17,220000,221000 +TCD,2026,18,214000,214000 +TCD,2027,0,348000,355000 +TCD,2027,1,339000,345000 +TCD,2027,2,332000,337000 +TCD,2027,3,324000,328000 +TCD,2027,4,315000,319000 +TCD,2027,5,308000,311000 +TCD,2027,6,300000,303000 +TCD,2027,7,292000,295000 +TCD,2027,8,285000,288000 +TCD,2027,9,278000,280000 +TCD,2027,10,271000,273000 +TCD,2027,11,264000,266000 +TCD,2027,12,258000,260000 +TCD,2027,13,251000,253000 +TCD,2027,14,245000,246000 +TCD,2027,15,238000,240000 +TCD,2027,16,232000,233000 +TCD,2027,17,226000,226000 +TCD,2027,18,219000,220000 +TCD,2028,0,353000,360000 +TCD,2028,1,345000,350000 +TCD,2028,2,336000,341000 +TCD,2028,3,329000,334000 +TCD,2028,4,321000,325000 +TCD,2028,5,313000,317000 +TCD,2028,6,306000,309000 +TCD,2028,7,298000,301000 +TCD,2028,8,291000,294000 +TCD,2028,9,284000,287000 +TCD,2028,10,277000,279000 +TCD,2028,11,270000,272000 +TCD,2028,12,264000,266000 +TCD,2028,13,257000,259000 +TCD,2028,14,251000,252000 +TCD,2028,15,244000,245000 +TCD,2028,16,238000,239000 +TCD,2028,17,231000,232000 +TCD,2028,18,225000,226000 +TCD,2029,0,358000,365000 +TCD,2029,1,350000,356000 +TCD,2029,2,342000,347000 +TCD,2029,3,334000,338000 +TCD,2029,4,327000,330000 +TCD,2029,5,319000,322000 +TCD,2029,6,311000,314000 +TCD,2029,7,304000,307000 +TCD,2029,8,297000,300000 +TCD,2029,9,290000,292000 +TCD,2029,10,283000,285000 +TCD,2029,11,276000,279000 +TCD,2029,12,270000,272000 +TCD,2029,13,263000,265000 +TCD,2029,14,256000,258000 +TCD,2029,15,250000,251000 +TCD,2029,16,243000,245000 +TCD,2029,17,237000,238000 +TCD,2029,18,231000,231000 +TCD,2030,0,364000,370000 +TCD,2030,1,355000,361000 +TCD,2030,2,347000,352000 +TCD,2030,3,339000,343000 +TCD,2030,4,331000,335000 +TCD,2030,5,324000,327000 +TCD,2030,6,317000,320000 +TCD,2030,7,309000,312000 +TCD,2030,8,302000,305000 +TCD,2030,9,295000,298000 +TCD,2030,10,289000,291000 +TCD,2030,11,282000,284000 +TCD,2030,12,275000,278000 +TCD,2030,13,269000,271000 +TCD,2030,14,262000,264000 +TCD,2030,15,256000,257000 +TCD,2030,16,249000,251000 +TCD,2030,17,243000,244000 +TCD,2030,18,236000,237000 +TCD,2031,0,368000,375000 +TCD,2031,1,361000,367000 +TCD,2031,2,353000,358000 +TCD,2031,3,345000,349000 +TCD,2031,4,337000,341000 +TCD,2031,5,330000,333000 +TCD,2031,6,322000,326000 +TCD,2031,7,315000,318000 +TCD,2031,8,308000,311000 +TCD,2031,9,301000,304000 +TCD,2031,10,295000,297000 +TCD,2031,11,288000,290000 +TCD,2031,12,281000,283000 +TCD,2031,13,275000,277000 +TCD,2031,14,268000,270000 +TCD,2031,15,261000,263000 +TCD,2031,16,255000,256000 +TCD,2031,17,248000,250000 +TCD,2031,18,242000,243000 +TCD,2032,0,373000,380000 +TCD,2032,1,365000,371000 +TCD,2032,2,358000,363000 +TCD,2032,3,350000,355000 +TCD,2032,4,343000,347000 +TCD,2032,5,335000,339000 +TCD,2032,6,328000,331000 +TCD,2032,7,321000,324000 +TCD,2032,8,314000,317000 +TCD,2032,9,307000,310000 +TCD,2032,10,301000,303000 +TCD,2032,11,294000,296000 +TCD,2032,12,287000,289000 +TCD,2032,13,280000,283000 +TCD,2032,14,274000,276000 +TCD,2032,15,267000,269000 +TCD,2032,16,261000,262000 +TCD,2032,17,254000,255000 +TCD,2032,18,248000,249000 +TCD,2033,0,378000,385000 +TCD,2033,1,370000,376000 +TCD,2033,2,362000,367000 +TCD,2033,3,355000,360000 +TCD,2033,4,348000,352000 +TCD,2033,5,341000,344000 +TCD,2033,6,334000,337000 +TCD,2033,7,327000,330000 +TCD,2033,8,320000,323000 +TCD,2033,9,313000,316000 +TCD,2033,10,306000,309000 +TCD,2033,11,300000,302000 +TCD,2033,12,293000,295000 +TCD,2033,13,286000,288000 +TCD,2033,14,280000,282000 +TCD,2033,15,273000,275000 +TCD,2033,16,266000,268000 +TCD,2033,17,260000,261000 +TCD,2033,18,253000,254000 +TCD,2034,0,383000,390000 +TCD,2034,1,375000,381000 +TCD,2034,2,367000,372000 +TCD,2034,3,359000,364000 +TCD,2034,4,353000,357000 +TCD,2034,5,346000,349000 +TCD,2034,6,339000,342000 +TCD,2034,7,332000,335000 +TCD,2034,8,325000,328000 +TCD,2034,9,319000,321000 +TCD,2034,10,312000,315000 +TCD,2034,11,306000,308000 +TCD,2034,12,299000,301000 +TCD,2034,13,292000,294000 +TCD,2034,14,285000,288000 +TCD,2034,15,279000,281000 +TCD,2034,16,272000,274000 +TCD,2034,17,266000,267000 +TCD,2034,18,259000,261000 +TCD,2035,0,387000,394000 +TCD,2035,1,379000,385000 +TCD,2035,2,372000,377000 +TCD,2035,3,364000,369000 +TCD,2035,4,357000,361000 +TCD,2035,5,350000,354000 +TCD,2035,6,343000,347000 +TCD,2035,7,337000,340000 +TCD,2035,8,330000,333000 +TCD,2035,9,324000,326000 +TCD,2035,10,317000,320000 +TCD,2035,11,311000,314000 +TCD,2035,12,305000,307000 +TCD,2035,13,298000,300000 +TCD,2035,14,291000,294000 +TCD,2035,15,285000,287000 +TCD,2035,16,278000,280000 +TCD,2035,17,272000,274000 +TCD,2035,18,265000,267000 +TCD,2036,0,391000,398000 +TCD,2036,1,384000,391000 +TCD,2036,2,377000,383000 +TCD,2036,3,370000,375000 +TCD,2036,4,362000,367000 +TCD,2036,5,356000,359000 +TCD,2036,6,349000,352000 +TCD,2036,7,342000,345000 +TCD,2036,8,336000,339000 +TCD,2036,9,329000,332000 +TCD,2036,10,323000,325000 +TCD,2036,11,316000,319000 +TCD,2036,12,310000,313000 +TCD,2036,13,304000,306000 +TCD,2036,14,297000,299000 +TCD,2036,15,291000,293000 +TCD,2036,16,284000,286000 +TCD,2036,17,277000,279000 +TCD,2036,18,271000,272000 +TCD,2037,0,395000,402000 +TCD,2037,1,388000,394000 +TCD,2037,2,382000,388000 +TCD,2037,3,375000,380000 +TCD,2037,4,368000,372000 +TCD,2037,5,361000,365000 +TCD,2037,6,354000,358000 +TCD,2037,7,348000,351000 +TCD,2037,8,341000,344000 +TCD,2037,9,335000,338000 +TCD,2037,10,328000,331000 +TCD,2037,11,322000,325000 +TCD,2037,12,316000,318000 +TCD,2037,13,309000,312000 +TCD,2037,14,303000,305000 +TCD,2037,15,296000,299000 +TCD,2037,16,290000,292000 +TCD,2037,17,283000,285000 +TCD,2037,18,276000,278000 +TCD,2038,0,399000,406000 +TCD,2038,1,392000,398000 +TCD,2038,2,385000,390000 +TCD,2038,3,379000,384000 +TCD,2038,4,372000,377000 +TCD,2038,5,366000,370000 +TCD,2038,6,359000,363000 +TCD,2038,7,353000,356000 +TCD,2038,8,346000,349000 +TCD,2038,9,340000,343000 +TCD,2038,10,334000,337000 +TCD,2038,11,327000,330000 +TCD,2038,12,321000,324000 +TCD,2038,13,315000,317000 +TCD,2038,14,309000,311000 +TCD,2038,15,302000,304000 +TCD,2038,16,296000,298000 +TCD,2038,17,289000,291000 +TCD,2038,18,282000,284000 +TCD,2039,0,403000,410000 +TCD,2039,1,396000,402000 +TCD,2039,2,389000,395000 +TCD,2039,3,382000,387000 +TCD,2039,4,377000,381000 +TCD,2039,5,370000,374000 +TCD,2039,6,364000,367000 +TCD,2039,7,357000,361000 +TCD,2039,8,351000,354000 +TCD,2039,9,345000,348000 +TCD,2039,10,339000,342000 +TCD,2039,11,333000,336000 +TCD,2039,12,327000,329000 +TCD,2039,13,320000,323000 +TCD,2039,14,314000,316000 +TCD,2039,15,308000,310000 +TCD,2039,16,302000,304000 +TCD,2039,17,295000,297000 +TCD,2039,18,288000,290000 +TCD,2040,0,407000,414000 +TCD,2040,1,400000,407000 +TCD,2040,2,393000,399000 +TCD,2040,3,387000,392000 +TCD,2040,4,380000,385000 +TCD,2040,5,374000,378000 +TCD,2040,6,368000,371000 +TCD,2040,7,362000,365000 +TCD,2040,8,356000,359000 +TCD,2040,9,350000,353000 +TCD,2040,10,344000,347000 +TCD,2040,11,338000,341000 +TCD,2040,12,332000,335000 +TCD,2040,13,326000,328000 +TCD,2040,14,320000,322000 +TCD,2040,15,313000,316000 +TCD,2040,16,307000,309000 +TCD,2040,17,301000,303000 +TCD,2040,18,294000,296000 +TCD,2041,0,411000,418000 +TCD,2041,1,404000,411000 +TCD,2041,2,398000,404000 +TCD,2041,3,391000,397000 +TCD,2041,4,385000,390000 +TCD,2041,5,379000,383000 +TCD,2041,6,373000,376000 +TCD,2041,7,367000,370000 +TCD,2041,8,361000,364000 +TCD,2041,9,355000,358000 +TCD,2041,10,349000,352000 +TCD,2041,11,343000,346000 +TCD,2041,12,337000,340000 +TCD,2041,13,331000,334000 +TCD,2041,14,325000,327000 +TCD,2041,15,319000,321000 +TCD,2041,16,313000,315000 +TCD,2041,17,306000,308000 +TCD,2041,18,300000,302000 +TCD,2042,0,415000,423000 +TCD,2042,1,408000,415000 +TCD,2042,2,402000,408000 +TCD,2042,3,396000,401000 +TCD,2042,4,389000,394000 +TCD,2042,5,383000,388000 +TCD,2042,6,377000,381000 +TCD,2042,7,371000,375000 +TCD,2042,8,366000,369000 +TCD,2042,9,360000,363000 +TCD,2042,10,354000,357000 +TCD,2042,11,348000,351000 +TCD,2042,12,342000,345000 +TCD,2042,13,336000,339000 +TCD,2042,14,330000,333000 +TCD,2042,15,324000,327000 +TCD,2042,16,318000,320000 +TCD,2042,17,312000,314000 +TCD,2042,18,306000,307000 +TCD,2043,0,419000,427000 +TCD,2043,1,412000,419000 +TCD,2043,2,405000,411000 +TCD,2043,3,399000,405000 +TCD,2043,4,393000,398000 +TCD,2043,5,387000,392000 +TCD,2043,6,382000,386000 +TCD,2043,7,376000,379000 +TCD,2043,8,370000,374000 +TCD,2043,9,365000,368000 +TCD,2043,10,359000,362000 +TCD,2043,11,353000,356000 +TCD,2043,12,347000,350000 +TCD,2043,13,341000,344000 +TCD,2043,14,336000,338000 +TCD,2043,15,330000,332000 +TCD,2043,16,324000,326000 +TCD,2043,17,317000,319000 +TCD,2043,18,311000,313000 +TCD,2044,0,423000,431000 +TCD,2044,1,416000,423000 +TCD,2044,2,409000,415000 +TCD,2044,3,403000,408000 +TCD,2044,4,397000,402000 +TCD,2044,5,391000,396000 +TCD,2044,6,385000,390000 +TCD,2044,7,380000,384000 +TCD,2044,8,374000,378000 +TCD,2044,9,369000,372000 +TCD,2044,10,364000,367000 +TCD,2044,11,358000,361000 +TCD,2044,12,352000,355000 +TCD,2044,13,347000,349000 +TCD,2044,14,341000,343000 +TCD,2044,15,335000,337000 +TCD,2044,16,329000,331000 +TCD,2044,17,323000,325000 +TCD,2044,18,317000,318000 +TCD,2045,0,426000,434000 +TCD,2045,1,419000,426000 +TCD,2045,2,413000,419000 +TCD,2045,3,406000,412000 +TCD,2045,4,400000,405000 +TCD,2045,5,395000,399000 +TCD,2045,6,389000,393000 +TCD,2045,7,384000,387000 +TCD,2045,8,378000,382000 +TCD,2045,9,373000,376000 +TCD,2045,10,368000,371000 +TCD,2045,11,363000,365000 +TCD,2045,12,357000,360000 +TCD,2045,13,352000,354000 +TCD,2045,14,346000,348000 +TCD,2045,15,340000,342000 +TCD,2045,16,334000,337000 +TCD,2045,17,328000,330000 +TCD,2045,18,322000,324000 +TCD,2046,0,429000,437000 +TCD,2046,1,424000,431000 +TCD,2046,2,417000,424000 +TCD,2046,3,411000,417000 +TCD,2046,4,405000,410000 +TCD,2046,5,399000,404000 +TCD,2046,6,393000,398000 +TCD,2046,7,388000,392000 +TCD,2046,8,383000,386000 +TCD,2046,9,377000,381000 +TCD,2046,10,372000,375000 +TCD,2046,11,367000,370000 +TCD,2046,12,362000,365000 +TCD,2046,13,356000,359000 +TCD,2046,14,351000,353000 +TCD,2046,15,345000,347000 +TCD,2046,16,339000,341000 +TCD,2046,17,333000,335000 +TCD,2046,18,327000,329000 +TCD,2047,0,432000,440000 +TCD,2047,1,426000,433000 +TCD,2047,2,421000,428000 +TCD,2047,3,415000,421000 +TCD,2047,4,409000,414000 +TCD,2047,5,403000,408000 +TCD,2047,6,398000,402000 +TCD,2047,7,392000,396000 +TCD,2047,8,387000,391000 +TCD,2047,9,382000,385000 +TCD,2047,10,377000,380000 +TCD,2047,11,371000,374000 +TCD,2047,12,366000,369000 +TCD,2047,13,361000,364000 +TCD,2047,14,356000,358000 +TCD,2047,15,350000,353000 +TCD,2047,16,344000,346000 +TCD,2047,17,338000,340000 +TCD,2047,18,333000,334000 +TCD,2048,0,435000,443000 +TCD,2048,1,429000,436000 +TCD,2048,2,423000,429000 +TCD,2048,3,419000,425000 +TCD,2048,4,413000,418000 +TCD,2048,5,407000,412000 +TCD,2048,6,402000,406000 +TCD,2048,7,397000,400000 +TCD,2048,8,391000,395000 +TCD,2048,9,386000,389000 +TCD,2048,10,381000,384000 +TCD,2048,11,376000,379000 +TCD,2048,12,371000,374000 +TCD,2048,13,365000,368000 +TCD,2048,14,360000,363000 +TCD,2048,15,355000,357000 +TCD,2048,16,349000,352000 +TCD,2048,17,344000,346000 +TCD,2048,18,338000,339000 +TCD,2049,0,437000,445000 +TCD,2049,1,432000,439000 +TCD,2049,2,426000,432000 +TCD,2049,3,421000,426000 +TCD,2049,4,416000,422000 +TCD,2049,5,411000,416000 +TCD,2049,6,406000,410000 +TCD,2049,7,400000,404000 +TCD,2049,8,395000,399000 +TCD,2049,9,390000,394000 +TCD,2049,10,385000,388000 +TCD,2049,11,380000,383000 +TCD,2049,12,375000,378000 +TCD,2049,13,370000,373000 +TCD,2049,14,365000,367000 +TCD,2049,15,360000,362000 +TCD,2049,16,354000,357000 +TCD,2049,17,349000,351000 +TCD,2049,18,343000,345000 +TCD,2050,0,440000,448000 +TCD,2050,1,435000,442000 +TCD,2050,2,429000,436000 +TCD,2050,3,424000,430000 +TCD,2050,4,419000,424000 +TCD,2050,5,414000,418000 +TCD,2050,6,409000,413000 +TCD,2050,7,404000,408000 +TCD,2050,8,399000,403000 +TCD,2050,9,394000,397000 +TCD,2050,10,389000,392000 +TCD,2050,11,384000,387000 +TCD,2050,12,379000,382000 +TCD,2050,13,374000,377000 +TCD,2050,14,369000,372000 +TCD,2050,15,364000,367000 +TCD,2050,16,359000,361000 +TCD,2050,17,354000,356000 +TCD,2050,18,348000,350000 +TEA,1990,0,, +TEA,1990,1,, +TEA,1990,2,, +TEA,1990,3,, +TEA,1990,4,, +TEA,1990,5,, +TEA,1990,6,, +TEA,1990,7,, +TEA,1990,8,, +TEA,1990,9,, +TEA,1990,10,, +TEA,1990,11,, +TEA,1990,12,, +TEA,1990,13,, +TEA,1990,14,, +TEA,1990,15,, +TEA,1990,16,, +TEA,1990,17,, +TEA,1990,18,, +TEA,1991,0,, +TEA,1991,1,, +TEA,1991,2,, +TEA,1991,3,, +TEA,1991,4,, +TEA,1991,5,, +TEA,1991,6,, +TEA,1991,7,, +TEA,1991,8,, +TEA,1991,9,, +TEA,1991,10,, +TEA,1991,11,, +TEA,1991,12,, +TEA,1991,13,, +TEA,1991,14,, +TEA,1991,15,, +TEA,1991,16,, +TEA,1991,17,, +TEA,1991,18,, +TEA,1992,0,, +TEA,1992,1,, +TEA,1992,2,, +TEA,1992,3,, +TEA,1992,4,, +TEA,1992,5,, +TEA,1992,6,, +TEA,1992,7,, +TEA,1992,8,, +TEA,1992,9,, +TEA,1992,10,, +TEA,1992,11,, +TEA,1992,12,, +TEA,1992,13,, +TEA,1992,14,, +TEA,1992,15,, +TEA,1992,16,, +TEA,1992,17,, +TEA,1992,18,, +TEA,1993,0,, +TEA,1993,1,, +TEA,1993,2,, +TEA,1993,3,, +TEA,1993,4,, +TEA,1993,5,, +TEA,1993,6,, +TEA,1993,7,, +TEA,1993,8,, +TEA,1993,9,, +TEA,1993,10,, +TEA,1993,11,, +TEA,1993,12,, +TEA,1993,13,, +TEA,1993,14,, +TEA,1993,15,, +TEA,1993,16,, +TEA,1993,17,, +TEA,1993,18,, +TEA,1994,0,, +TEA,1994,1,, +TEA,1994,2,, +TEA,1994,3,, +TEA,1994,4,, +TEA,1994,5,, +TEA,1994,6,, +TEA,1994,7,, +TEA,1994,8,, +TEA,1994,9,, +TEA,1994,10,, +TEA,1994,11,, +TEA,1994,12,, +TEA,1994,13,, +TEA,1994,14,, +TEA,1994,15,, +TEA,1994,16,, +TEA,1994,17,, +TEA,1994,18,, +TEA,1995,0,, +TEA,1995,1,, +TEA,1995,2,, +TEA,1995,3,, +TEA,1995,4,, +TEA,1995,5,, +TEA,1995,6,, +TEA,1995,7,, +TEA,1995,8,, +TEA,1995,9,, +TEA,1995,10,, +TEA,1995,11,, +TEA,1995,12,, +TEA,1995,13,, +TEA,1995,14,, +TEA,1995,15,, +TEA,1995,16,, +TEA,1995,17,, +TEA,1995,18,, +TEA,1996,0,, +TEA,1996,1,, +TEA,1996,2,, +TEA,1996,3,, +TEA,1996,4,, +TEA,1996,5,, +TEA,1996,6,, +TEA,1996,7,, +TEA,1996,8,, +TEA,1996,9,, +TEA,1996,10,, +TEA,1996,11,, +TEA,1996,12,, +TEA,1996,13,, +TEA,1996,14,, +TEA,1996,15,, +TEA,1996,16,, +TEA,1996,17,, +TEA,1996,18,, +TEA,1997,0,, +TEA,1997,1,, +TEA,1997,2,, +TEA,1997,3,, +TEA,1997,4,, +TEA,1997,5,, +TEA,1997,6,, +TEA,1997,7,, +TEA,1997,8,, +TEA,1997,9,, +TEA,1997,10,, +TEA,1997,11,, +TEA,1997,12,, +TEA,1997,13,, +TEA,1997,14,, +TEA,1997,15,, +TEA,1997,16,, +TEA,1997,17,, +TEA,1997,18,, +TEA,1998,0,, +TEA,1998,1,, +TEA,1998,2,, +TEA,1998,3,, +TEA,1998,4,, +TEA,1998,5,, +TEA,1998,6,, +TEA,1998,7,, +TEA,1998,8,, +TEA,1998,9,, +TEA,1998,10,, +TEA,1998,11,, +TEA,1998,12,, +TEA,1998,13,, +TEA,1998,14,, +TEA,1998,15,, +TEA,1998,16,, +TEA,1998,17,, +TEA,1998,18,, +TEA,1999,0,, +TEA,1999,1,, +TEA,1999,2,, +TEA,1999,3,, +TEA,1999,4,, +TEA,1999,5,, +TEA,1999,6,, +TEA,1999,7,, +TEA,1999,8,, +TEA,1999,9,, +TEA,1999,10,, +TEA,1999,11,, +TEA,1999,12,, +TEA,1999,13,, +TEA,1999,14,, +TEA,1999,15,, +TEA,1999,16,, +TEA,1999,17,, +TEA,1999,18,, +TEA,2000,0,, +TEA,2000,1,, +TEA,2000,2,, +TEA,2000,3,, +TEA,2000,4,, +TEA,2000,5,, +TEA,2000,6,, +TEA,2000,7,, +TEA,2000,8,, +TEA,2000,9,, +TEA,2000,10,, +TEA,2000,11,, +TEA,2000,12,, +TEA,2000,13,, +TEA,2000,14,, +TEA,2000,15,, +TEA,2000,16,, +TEA,2000,17,, +TEA,2000,18,, +TEA,2001,0,, +TEA,2001,1,, +TEA,2001,2,, +TEA,2001,3,, +TEA,2001,4,, +TEA,2001,5,, +TEA,2001,6,, +TEA,2001,7,, +TEA,2001,8,, +TEA,2001,9,, +TEA,2001,10,, +TEA,2001,11,, +TEA,2001,12,, +TEA,2001,13,, +TEA,2001,14,, +TEA,2001,15,, +TEA,2001,16,, +TEA,2001,17,, +TEA,2001,18,, +TEA,2002,0,, +TEA,2002,1,, +TEA,2002,2,, +TEA,2002,3,, +TEA,2002,4,, +TEA,2002,5,, +TEA,2002,6,, +TEA,2002,7,, +TEA,2002,8,, +TEA,2002,9,, +TEA,2002,10,, +TEA,2002,11,, +TEA,2002,12,, +TEA,2002,13,, +TEA,2002,14,, +TEA,2002,15,, +TEA,2002,16,, +TEA,2002,17,, +TEA,2002,18,, +TEA,2003,0,, +TEA,2003,1,, +TEA,2003,2,, +TEA,2003,3,, +TEA,2003,4,, +TEA,2003,5,, +TEA,2003,6,, +TEA,2003,7,, +TEA,2003,8,, +TEA,2003,9,, +TEA,2003,10,, +TEA,2003,11,, +TEA,2003,12,, +TEA,2003,13,, +TEA,2003,14,, +TEA,2003,15,, +TEA,2003,16,, +TEA,2003,17,, +TEA,2003,18,, +TEA,2004,0,, +TEA,2004,1,, +TEA,2004,2,, +TEA,2004,3,, +TEA,2004,4,, +TEA,2004,5,, +TEA,2004,6,, +TEA,2004,7,, +TEA,2004,8,, +TEA,2004,9,, +TEA,2004,10,, +TEA,2004,11,, +TEA,2004,12,, +TEA,2004,13,, +TEA,2004,14,, +TEA,2004,15,, +TEA,2004,16,, +TEA,2004,17,, +TEA,2004,18,, +TEA,2005,0,, +TEA,2005,1,, +TEA,2005,2,, +TEA,2005,3,, +TEA,2005,4,, +TEA,2005,5,, +TEA,2005,6,, +TEA,2005,7,, +TEA,2005,8,, +TEA,2005,9,, +TEA,2005,10,, +TEA,2005,11,, +TEA,2005,12,, +TEA,2005,13,, +TEA,2005,14,, +TEA,2005,15,, +TEA,2005,16,, +TEA,2005,17,, +TEA,2005,18,, +TEA,2006,0,, +TEA,2006,1,, +TEA,2006,2,, +TEA,2006,3,, +TEA,2006,4,, +TEA,2006,5,, +TEA,2006,6,, +TEA,2006,7,, +TEA,2006,8,, +TEA,2006,9,, +TEA,2006,10,, +TEA,2006,11,, +TEA,2006,12,, +TEA,2006,13,, +TEA,2006,14,, +TEA,2006,15,, +TEA,2006,16,, +TEA,2006,17,, +TEA,2006,18,, +TEA,2007,0,, +TEA,2007,1,, +TEA,2007,2,, +TEA,2007,3,, +TEA,2007,4,, +TEA,2007,5,, +TEA,2007,6,, +TEA,2007,7,, +TEA,2007,8,, +TEA,2007,9,, +TEA,2007,10,, +TEA,2007,11,, +TEA,2007,12,, +TEA,2007,13,, +TEA,2007,14,, +TEA,2007,15,, +TEA,2007,16,, +TEA,2007,17,, +TEA,2007,18,, +TEA,2008,0,, +TEA,2008,1,, +TEA,2008,2,, +TEA,2008,3,, +TEA,2008,4,, +TEA,2008,5,, +TEA,2008,6,, +TEA,2008,7,, +TEA,2008,8,, +TEA,2008,9,, +TEA,2008,10,, +TEA,2008,11,, +TEA,2008,12,, +TEA,2008,13,, +TEA,2008,14,, +TEA,2008,15,, +TEA,2008,16,, +TEA,2008,17,, +TEA,2008,18,, +TEA,2009,0,, +TEA,2009,1,, +TEA,2009,2,, +TEA,2009,3,, +TEA,2009,4,, +TEA,2009,5,, +TEA,2009,6,, +TEA,2009,7,, +TEA,2009,8,, +TEA,2009,9,, +TEA,2009,10,, +TEA,2009,11,, +TEA,2009,12,, +TEA,2009,13,, +TEA,2009,14,, +TEA,2009,15,, +TEA,2009,16,, +TEA,2009,17,, +TEA,2009,18,, +TEA,2010,0,, +TEA,2010,1,, +TEA,2010,2,, +TEA,2010,3,, +TEA,2010,4,, +TEA,2010,5,, +TEA,2010,6,, +TEA,2010,7,, +TEA,2010,8,, +TEA,2010,9,, +TEA,2010,10,, +TEA,2010,11,, +TEA,2010,12,, +TEA,2010,13,, +TEA,2010,14,, +TEA,2010,15,, +TEA,2010,16,, +TEA,2010,17,, +TEA,2010,18,, +TEA,2011,0,, +TEA,2011,1,, +TEA,2011,2,, +TEA,2011,3,, +TEA,2011,4,, +TEA,2011,5,, +TEA,2011,6,, +TEA,2011,7,, +TEA,2011,8,, +TEA,2011,9,, +TEA,2011,10,, +TEA,2011,11,, +TEA,2011,12,, +TEA,2011,13,, +TEA,2011,14,, +TEA,2011,15,, +TEA,2011,16,, +TEA,2011,17,, +TEA,2011,18,, +TEA,2012,0,, +TEA,2012,1,, +TEA,2012,2,, +TEA,2012,3,, +TEA,2012,4,, +TEA,2012,5,, +TEA,2012,6,, +TEA,2012,7,, +TEA,2012,8,, +TEA,2012,9,, +TEA,2012,10,, +TEA,2012,11,, +TEA,2012,12,, +TEA,2012,13,, +TEA,2012,14,, +TEA,2012,15,, +TEA,2012,16,, +TEA,2012,17,, +TEA,2012,18,, +TEA,2013,0,, +TEA,2013,1,, +TEA,2013,2,, +TEA,2013,3,, +TEA,2013,4,, +TEA,2013,5,, +TEA,2013,6,, +TEA,2013,7,, +TEA,2013,8,, +TEA,2013,9,, +TEA,2013,10,, +TEA,2013,11,, +TEA,2013,12,, +TEA,2013,13,, +TEA,2013,14,, +TEA,2013,15,, +TEA,2013,16,, +TEA,2013,17,, +TEA,2013,18,, +TEA,2014,0,, +TEA,2014,1,, +TEA,2014,2,, +TEA,2014,3,, +TEA,2014,4,, +TEA,2014,5,, +TEA,2014,6,, +TEA,2014,7,, +TEA,2014,8,, +TEA,2014,9,, +TEA,2014,10,, +TEA,2014,11,, +TEA,2014,12,, +TEA,2014,13,, +TEA,2014,14,, +TEA,2014,15,, +TEA,2014,16,, +TEA,2014,17,, +TEA,2014,18,, +TEA,2015,0,, +TEA,2015,1,, +TEA,2015,2,, +TEA,2015,3,, +TEA,2015,4,, +TEA,2015,5,, +TEA,2015,6,, +TEA,2015,7,, +TEA,2015,8,, +TEA,2015,9,, +TEA,2015,10,, +TEA,2015,11,, +TEA,2015,12,, +TEA,2015,13,, +TEA,2015,14,, +TEA,2015,15,, +TEA,2015,16,, +TEA,2015,17,, +TEA,2015,18,, +TEA,2016,0,, +TEA,2016,1,, +TEA,2016,2,, +TEA,2016,3,, +TEA,2016,4,, +TEA,2016,5,, +TEA,2016,6,, +TEA,2016,7,, +TEA,2016,8,, +TEA,2016,9,, +TEA,2016,10,, +TEA,2016,11,, +TEA,2016,12,, +TEA,2016,13,, +TEA,2016,14,, +TEA,2016,15,, +TEA,2016,16,, +TEA,2016,17,, +TEA,2016,18,, +TEA,2017,0,, +TEA,2017,1,, +TEA,2017,2,, +TEA,2017,3,, +TEA,2017,4,, +TEA,2017,5,, +TEA,2017,6,, +TEA,2017,7,, +TEA,2017,8,, +TEA,2017,9,, +TEA,2017,10,, +TEA,2017,11,, +TEA,2017,12,, +TEA,2017,13,, +TEA,2017,14,, +TEA,2017,15,, +TEA,2017,16,, +TEA,2017,17,, +TEA,2017,18,, +TEA,2018,0,, +TEA,2018,1,, +TEA,2018,2,, +TEA,2018,3,, +TEA,2018,4,, +TEA,2018,5,, +TEA,2018,6,, +TEA,2018,7,, +TEA,2018,8,, +TEA,2018,9,, +TEA,2018,10,, +TEA,2018,11,, +TEA,2018,12,, +TEA,2018,13,, +TEA,2018,14,, +TEA,2018,15,, +TEA,2018,16,, +TEA,2018,17,, +TEA,2018,18,, +TEA,2019,0,, +TEA,2019,1,, +TEA,2019,2,, +TEA,2019,3,, +TEA,2019,4,, +TEA,2019,5,, +TEA,2019,6,, +TEA,2019,7,, +TEA,2019,8,, +TEA,2019,9,, +TEA,2019,10,, +TEA,2019,11,, +TEA,2019,12,, +TEA,2019,13,, +TEA,2019,14,, +TEA,2019,15,, +TEA,2019,16,, +TEA,2019,17,, +TEA,2019,18,, +TEA,2020,0,, +TEA,2020,1,, +TEA,2020,2,, +TEA,2020,3,, +TEA,2020,4,, +TEA,2020,5,, +TEA,2020,6,, +TEA,2020,7,, +TEA,2020,8,, +TEA,2020,9,, +TEA,2020,10,, +TEA,2020,11,, +TEA,2020,12,, +TEA,2020,13,, +TEA,2020,14,, +TEA,2020,15,, +TEA,2020,16,, +TEA,2020,17,, +TEA,2020,18,, +TEA,2021,0,, +TEA,2021,1,, +TEA,2021,2,, +TEA,2021,3,, +TEA,2021,4,, +TEA,2021,5,, +TEA,2021,6,, +TEA,2021,7,, +TEA,2021,8,, +TEA,2021,9,, +TEA,2021,10,, +TEA,2021,11,, +TEA,2021,12,, +TEA,2021,13,, +TEA,2021,14,, +TEA,2021,15,, +TEA,2021,16,, +TEA,2021,17,, +TEA,2021,18,, +TEA,2022,0,, +TEA,2022,1,, +TEA,2022,2,, +TEA,2022,3,, +TEA,2022,4,, +TEA,2022,5,, +TEA,2022,6,, +TEA,2022,7,, +TEA,2022,8,, +TEA,2022,9,, +TEA,2022,10,, +TEA,2022,11,, +TEA,2022,12,, +TEA,2022,13,, +TEA,2022,14,, +TEA,2022,15,, +TEA,2022,16,, +TEA,2022,17,, +TEA,2022,18,, +TEA,2023,0,, +TEA,2023,1,, +TEA,2023,2,, +TEA,2023,3,, +TEA,2023,4,, +TEA,2023,5,, +TEA,2023,6,, +TEA,2023,7,, +TEA,2023,8,, +TEA,2023,9,, +TEA,2023,10,, +TEA,2023,11,, +TEA,2023,12,, +TEA,2023,13,, +TEA,2023,14,, +TEA,2023,15,, +TEA,2023,16,, +TEA,2023,17,, +TEA,2023,18,, +TEA,2024,0,, +TEA,2024,1,, +TEA,2024,2,, +TEA,2024,3,, +TEA,2024,4,, +TEA,2024,5,, +TEA,2024,6,, +TEA,2024,7,, +TEA,2024,8,, +TEA,2024,9,, +TEA,2024,10,, +TEA,2024,11,, +TEA,2024,12,, +TEA,2024,13,, +TEA,2024,14,, +TEA,2024,15,, +TEA,2024,16,, +TEA,2024,17,, +TEA,2024,18,, +TEA,2025,0,, +TEA,2025,1,, +TEA,2025,2,, +TEA,2025,3,, +TEA,2025,4,, +TEA,2025,5,, +TEA,2025,6,, +TEA,2025,7,, +TEA,2025,8,, +TEA,2025,9,, +TEA,2025,10,, +TEA,2025,11,, +TEA,2025,12,, +TEA,2025,13,, +TEA,2025,14,, +TEA,2025,15,, +TEA,2025,16,, +TEA,2025,17,, +TEA,2025,18,, +TEA,2026,0,, +TEA,2026,1,, +TEA,2026,2,, +TEA,2026,3,, +TEA,2026,4,, +TEA,2026,5,, +TEA,2026,6,, +TEA,2026,7,, +TEA,2026,8,, +TEA,2026,9,, +TEA,2026,10,, +TEA,2026,11,, +TEA,2026,12,, +TEA,2026,13,, +TEA,2026,14,, +TEA,2026,15,, +TEA,2026,16,, +TEA,2026,17,, +TEA,2026,18,, +TEA,2027,0,, +TEA,2027,1,, +TEA,2027,2,, +TEA,2027,3,, +TEA,2027,4,, +TEA,2027,5,, +TEA,2027,6,, +TEA,2027,7,, +TEA,2027,8,, +TEA,2027,9,, +TEA,2027,10,, +TEA,2027,11,, +TEA,2027,12,, +TEA,2027,13,, +TEA,2027,14,, +TEA,2027,15,, +TEA,2027,16,, +TEA,2027,17,, +TEA,2027,18,, +TEA,2028,0,, +TEA,2028,1,, +TEA,2028,2,, +TEA,2028,3,, +TEA,2028,4,, +TEA,2028,5,, +TEA,2028,6,, +TEA,2028,7,, +TEA,2028,8,, +TEA,2028,9,, +TEA,2028,10,, +TEA,2028,11,, +TEA,2028,12,, +TEA,2028,13,, +TEA,2028,14,, +TEA,2028,15,, +TEA,2028,16,, +TEA,2028,17,, +TEA,2028,18,, +TEA,2029,0,, +TEA,2029,1,, +TEA,2029,2,, +TEA,2029,3,, +TEA,2029,4,, +TEA,2029,5,, +TEA,2029,6,, +TEA,2029,7,, +TEA,2029,8,, +TEA,2029,9,, +TEA,2029,10,, +TEA,2029,11,, +TEA,2029,12,, +TEA,2029,13,, +TEA,2029,14,, +TEA,2029,15,, +TEA,2029,16,, +TEA,2029,17,, +TEA,2029,18,, +TEA,2030,0,, +TEA,2030,1,, +TEA,2030,2,, +TEA,2030,3,, +TEA,2030,4,, +TEA,2030,5,, +TEA,2030,6,, +TEA,2030,7,, +TEA,2030,8,, +TEA,2030,9,, +TEA,2030,10,, +TEA,2030,11,, +TEA,2030,12,, +TEA,2030,13,, +TEA,2030,14,, +TEA,2030,15,, +TEA,2030,16,, +TEA,2030,17,, +TEA,2030,18,, +TEA,2031,0,, +TEA,2031,1,, +TEA,2031,2,, +TEA,2031,3,, +TEA,2031,4,, +TEA,2031,5,, +TEA,2031,6,, +TEA,2031,7,, +TEA,2031,8,, +TEA,2031,9,, +TEA,2031,10,, +TEA,2031,11,, +TEA,2031,12,, +TEA,2031,13,, +TEA,2031,14,, +TEA,2031,15,, +TEA,2031,16,, +TEA,2031,17,, +TEA,2031,18,, +TEA,2032,0,, +TEA,2032,1,, +TEA,2032,2,, +TEA,2032,3,, +TEA,2032,4,, +TEA,2032,5,, +TEA,2032,6,, +TEA,2032,7,, +TEA,2032,8,, +TEA,2032,9,, +TEA,2032,10,, +TEA,2032,11,, +TEA,2032,12,, +TEA,2032,13,, +TEA,2032,14,, +TEA,2032,15,, +TEA,2032,16,, +TEA,2032,17,, +TEA,2032,18,, +TEA,2033,0,, +TEA,2033,1,, +TEA,2033,2,, +TEA,2033,3,, +TEA,2033,4,, +TEA,2033,5,, +TEA,2033,6,, +TEA,2033,7,, +TEA,2033,8,, +TEA,2033,9,, +TEA,2033,10,, +TEA,2033,11,, +TEA,2033,12,, +TEA,2033,13,, +TEA,2033,14,, +TEA,2033,15,, +TEA,2033,16,, +TEA,2033,17,, +TEA,2033,18,, +TEA,2034,0,, +TEA,2034,1,, +TEA,2034,2,, +TEA,2034,3,, +TEA,2034,4,, +TEA,2034,5,, +TEA,2034,6,, +TEA,2034,7,, +TEA,2034,8,, +TEA,2034,9,, +TEA,2034,10,, +TEA,2034,11,, +TEA,2034,12,, +TEA,2034,13,, +TEA,2034,14,, +TEA,2034,15,, +TEA,2034,16,, +TEA,2034,17,, +TEA,2034,18,, +TEA,2035,0,, +TEA,2035,1,, +TEA,2035,2,, +TEA,2035,3,, +TEA,2035,4,, +TEA,2035,5,, +TEA,2035,6,, +TEA,2035,7,, +TEA,2035,8,, +TEA,2035,9,, +TEA,2035,10,, +TEA,2035,11,, +TEA,2035,12,, +TEA,2035,13,, +TEA,2035,14,, +TEA,2035,15,, +TEA,2035,16,, +TEA,2035,17,, +TEA,2035,18,, +TEA,2036,0,, +TEA,2036,1,, +TEA,2036,2,, +TEA,2036,3,, +TEA,2036,4,, +TEA,2036,5,, +TEA,2036,6,, +TEA,2036,7,, +TEA,2036,8,, +TEA,2036,9,, +TEA,2036,10,, +TEA,2036,11,, +TEA,2036,12,, +TEA,2036,13,, +TEA,2036,14,, +TEA,2036,15,, +TEA,2036,16,, +TEA,2036,17,, +TEA,2036,18,, +TEA,2037,0,, +TEA,2037,1,, +TEA,2037,2,, +TEA,2037,3,, +TEA,2037,4,, +TEA,2037,5,, +TEA,2037,6,, +TEA,2037,7,, +TEA,2037,8,, +TEA,2037,9,, +TEA,2037,10,, +TEA,2037,11,, +TEA,2037,12,, +TEA,2037,13,, +TEA,2037,14,, +TEA,2037,15,, +TEA,2037,16,, +TEA,2037,17,, +TEA,2037,18,, +TEA,2038,0,, +TEA,2038,1,, +TEA,2038,2,, +TEA,2038,3,, +TEA,2038,4,, +TEA,2038,5,, +TEA,2038,6,, +TEA,2038,7,, +TEA,2038,8,, +TEA,2038,9,, +TEA,2038,10,, +TEA,2038,11,, +TEA,2038,12,, +TEA,2038,13,, +TEA,2038,14,, +TEA,2038,15,, +TEA,2038,16,, +TEA,2038,17,, +TEA,2038,18,, +TEA,2039,0,, +TEA,2039,1,, +TEA,2039,2,, +TEA,2039,3,, +TEA,2039,4,, +TEA,2039,5,, +TEA,2039,6,, +TEA,2039,7,, +TEA,2039,8,, +TEA,2039,9,, +TEA,2039,10,, +TEA,2039,11,, +TEA,2039,12,, +TEA,2039,13,, +TEA,2039,14,, +TEA,2039,15,, +TEA,2039,16,, +TEA,2039,17,, +TEA,2039,18,, +TEA,2040,0,, +TEA,2040,1,, +TEA,2040,2,, +TEA,2040,3,, +TEA,2040,4,, +TEA,2040,5,, +TEA,2040,6,, +TEA,2040,7,, +TEA,2040,8,, +TEA,2040,9,, +TEA,2040,10,, +TEA,2040,11,, +TEA,2040,12,, +TEA,2040,13,, +TEA,2040,14,, +TEA,2040,15,, +TEA,2040,16,, +TEA,2040,17,, +TEA,2040,18,, +TEA,2041,0,, +TEA,2041,1,, +TEA,2041,2,, +TEA,2041,3,, +TEA,2041,4,, +TEA,2041,5,, +TEA,2041,6,, +TEA,2041,7,, +TEA,2041,8,, +TEA,2041,9,, +TEA,2041,10,, +TEA,2041,11,, +TEA,2041,12,, +TEA,2041,13,, +TEA,2041,14,, +TEA,2041,15,, +TEA,2041,16,, +TEA,2041,17,, +TEA,2041,18,, +TEA,2042,0,, +TEA,2042,1,, +TEA,2042,2,, +TEA,2042,3,, +TEA,2042,4,, +TEA,2042,5,, +TEA,2042,6,, +TEA,2042,7,, +TEA,2042,8,, +TEA,2042,9,, +TEA,2042,10,, +TEA,2042,11,, +TEA,2042,12,, +TEA,2042,13,, +TEA,2042,14,, +TEA,2042,15,, +TEA,2042,16,, +TEA,2042,17,, +TEA,2042,18,, +TEA,2043,0,, +TEA,2043,1,, +TEA,2043,2,, +TEA,2043,3,, +TEA,2043,4,, +TEA,2043,5,, +TEA,2043,6,, +TEA,2043,7,, +TEA,2043,8,, +TEA,2043,9,, +TEA,2043,10,, +TEA,2043,11,, +TEA,2043,12,, +TEA,2043,13,, +TEA,2043,14,, +TEA,2043,15,, +TEA,2043,16,, +TEA,2043,17,, +TEA,2043,18,, +TEA,2044,0,, +TEA,2044,1,, +TEA,2044,2,, +TEA,2044,3,, +TEA,2044,4,, +TEA,2044,5,, +TEA,2044,6,, +TEA,2044,7,, +TEA,2044,8,, +TEA,2044,9,, +TEA,2044,10,, +TEA,2044,11,, +TEA,2044,12,, +TEA,2044,13,, +TEA,2044,14,, +TEA,2044,15,, +TEA,2044,16,, +TEA,2044,17,, +TEA,2044,18,, +TEA,2045,0,, +TEA,2045,1,, +TEA,2045,2,, +TEA,2045,3,, +TEA,2045,4,, +TEA,2045,5,, +TEA,2045,6,, +TEA,2045,7,, +TEA,2045,8,, +TEA,2045,9,, +TEA,2045,10,, +TEA,2045,11,, +TEA,2045,12,, +TEA,2045,13,, +TEA,2045,14,, +TEA,2045,15,, +TEA,2045,16,, +TEA,2045,17,, +TEA,2045,18,, +TEA,2046,0,, +TEA,2046,1,, +TEA,2046,2,, +TEA,2046,3,, +TEA,2046,4,, +TEA,2046,5,, +TEA,2046,6,, +TEA,2046,7,, +TEA,2046,8,, +TEA,2046,9,, +TEA,2046,10,, +TEA,2046,11,, +TEA,2046,12,, +TEA,2046,13,, +TEA,2046,14,, +TEA,2046,15,, +TEA,2046,16,, +TEA,2046,17,, +TEA,2046,18,, +TEA,2047,0,, +TEA,2047,1,, +TEA,2047,2,, +TEA,2047,3,, +TEA,2047,4,, +TEA,2047,5,, +TEA,2047,6,, +TEA,2047,7,, +TEA,2047,8,, +TEA,2047,9,, +TEA,2047,10,, +TEA,2047,11,, +TEA,2047,12,, +TEA,2047,13,, +TEA,2047,14,, +TEA,2047,15,, +TEA,2047,16,, +TEA,2047,17,, +TEA,2047,18,, +TEA,2048,0,, +TEA,2048,1,, +TEA,2048,2,, +TEA,2048,3,, +TEA,2048,4,, +TEA,2048,5,, +TEA,2048,6,, +TEA,2048,7,, +TEA,2048,8,, +TEA,2048,9,, +TEA,2048,10,, +TEA,2048,11,, +TEA,2048,12,, +TEA,2048,13,, +TEA,2048,14,, +TEA,2048,15,, +TEA,2048,16,, +TEA,2048,17,, +TEA,2048,18,, +TEA,2049,0,, +TEA,2049,1,, +TEA,2049,2,, +TEA,2049,3,, +TEA,2049,4,, +TEA,2049,5,, +TEA,2049,6,, +TEA,2049,7,, +TEA,2049,8,, +TEA,2049,9,, +TEA,2049,10,, +TEA,2049,11,, +TEA,2049,12,, +TEA,2049,13,, +TEA,2049,14,, +TEA,2049,15,, +TEA,2049,16,, +TEA,2049,17,, +TEA,2049,18,, +TEA,2050,0,, +TEA,2050,1,, +TEA,2050,2,, +TEA,2050,3,, +TEA,2050,4,, +TEA,2050,5,, +TEA,2050,6,, +TEA,2050,7,, +TEA,2050,8,, +TEA,2050,9,, +TEA,2050,10,, +TEA,2050,11,, +TEA,2050,12,, +TEA,2050,13,, +TEA,2050,14,, +TEA,2050,15,, +TEA,2050,16,, +TEA,2050,17,, +TEA,2050,18,, +TEC,1990,0,, +TEC,1990,1,, +TEC,1990,2,, +TEC,1990,3,, +TEC,1990,4,, +TEC,1990,5,, +TEC,1990,6,, +TEC,1990,7,, +TEC,1990,8,, +TEC,1990,9,, +TEC,1990,10,, +TEC,1990,11,, +TEC,1990,12,, +TEC,1990,13,, +TEC,1990,14,, +TEC,1990,15,, +TEC,1990,16,, +TEC,1990,17,, +TEC,1990,18,, +TEC,1991,0,, +TEC,1991,1,, +TEC,1991,2,, +TEC,1991,3,, +TEC,1991,4,, +TEC,1991,5,, +TEC,1991,6,, +TEC,1991,7,, +TEC,1991,8,, +TEC,1991,9,, +TEC,1991,10,, +TEC,1991,11,, +TEC,1991,12,, +TEC,1991,13,, +TEC,1991,14,, +TEC,1991,15,, +TEC,1991,16,, +TEC,1991,17,, +TEC,1991,18,, +TEC,1992,0,, +TEC,1992,1,, +TEC,1992,2,, +TEC,1992,3,, +TEC,1992,4,, +TEC,1992,5,, +TEC,1992,6,, +TEC,1992,7,, +TEC,1992,8,, +TEC,1992,9,, +TEC,1992,10,, +TEC,1992,11,, +TEC,1992,12,, +TEC,1992,13,, +TEC,1992,14,, +TEC,1992,15,, +TEC,1992,16,, +TEC,1992,17,, +TEC,1992,18,, +TEC,1993,0,, +TEC,1993,1,, +TEC,1993,2,, +TEC,1993,3,, +TEC,1993,4,, +TEC,1993,5,, +TEC,1993,6,, +TEC,1993,7,, +TEC,1993,8,, +TEC,1993,9,, +TEC,1993,10,, +TEC,1993,11,, +TEC,1993,12,, +TEC,1993,13,, +TEC,1993,14,, +TEC,1993,15,, +TEC,1993,16,, +TEC,1993,17,, +TEC,1993,18,, +TEC,1994,0,, +TEC,1994,1,, +TEC,1994,2,, +TEC,1994,3,, +TEC,1994,4,, +TEC,1994,5,, +TEC,1994,6,, +TEC,1994,7,, +TEC,1994,8,, +TEC,1994,9,, +TEC,1994,10,, +TEC,1994,11,, +TEC,1994,12,, +TEC,1994,13,, +TEC,1994,14,, +TEC,1994,15,, +TEC,1994,16,, +TEC,1994,17,, +TEC,1994,18,, +TEC,1995,0,, +TEC,1995,1,, +TEC,1995,2,, +TEC,1995,3,, +TEC,1995,4,, +TEC,1995,5,, +TEC,1995,6,, +TEC,1995,7,, +TEC,1995,8,, +TEC,1995,9,, +TEC,1995,10,, +TEC,1995,11,, +TEC,1995,12,, +TEC,1995,13,, +TEC,1995,14,, +TEC,1995,15,, +TEC,1995,16,, +TEC,1995,17,, +TEC,1995,18,, +TEC,1996,0,, +TEC,1996,1,, +TEC,1996,2,, +TEC,1996,3,, +TEC,1996,4,, +TEC,1996,5,, +TEC,1996,6,, +TEC,1996,7,, +TEC,1996,8,, +TEC,1996,9,, +TEC,1996,10,, +TEC,1996,11,, +TEC,1996,12,, +TEC,1996,13,, +TEC,1996,14,, +TEC,1996,15,, +TEC,1996,16,, +TEC,1996,17,, +TEC,1996,18,, +TEC,1997,0,, +TEC,1997,1,, +TEC,1997,2,, +TEC,1997,3,, +TEC,1997,4,, +TEC,1997,5,, +TEC,1997,6,, +TEC,1997,7,, +TEC,1997,8,, +TEC,1997,9,, +TEC,1997,10,, +TEC,1997,11,, +TEC,1997,12,, +TEC,1997,13,, +TEC,1997,14,, +TEC,1997,15,, +TEC,1997,16,, +TEC,1997,17,, +TEC,1997,18,, +TEC,1998,0,, +TEC,1998,1,, +TEC,1998,2,, +TEC,1998,3,, +TEC,1998,4,, +TEC,1998,5,, +TEC,1998,6,, +TEC,1998,7,, +TEC,1998,8,, +TEC,1998,9,, +TEC,1998,10,, +TEC,1998,11,, +TEC,1998,12,, +TEC,1998,13,, +TEC,1998,14,, +TEC,1998,15,, +TEC,1998,16,, +TEC,1998,17,, +TEC,1998,18,, +TEC,1999,0,, +TEC,1999,1,, +TEC,1999,2,, +TEC,1999,3,, +TEC,1999,4,, +TEC,1999,5,, +TEC,1999,6,, +TEC,1999,7,, +TEC,1999,8,, +TEC,1999,9,, +TEC,1999,10,, +TEC,1999,11,, +TEC,1999,12,, +TEC,1999,13,, +TEC,1999,14,, +TEC,1999,15,, +TEC,1999,16,, +TEC,1999,17,, +TEC,1999,18,, +TEC,2000,0,, +TEC,2000,1,, +TEC,2000,2,, +TEC,2000,3,, +TEC,2000,4,, +TEC,2000,5,, +TEC,2000,6,, +TEC,2000,7,, +TEC,2000,8,, +TEC,2000,9,, +TEC,2000,10,, +TEC,2000,11,, +TEC,2000,12,, +TEC,2000,13,, +TEC,2000,14,, +TEC,2000,15,, +TEC,2000,16,, +TEC,2000,17,, +TEC,2000,18,, +TEC,2001,0,, +TEC,2001,1,, +TEC,2001,2,, +TEC,2001,3,, +TEC,2001,4,, +TEC,2001,5,, +TEC,2001,6,, +TEC,2001,7,, +TEC,2001,8,, +TEC,2001,9,, +TEC,2001,10,, +TEC,2001,11,, +TEC,2001,12,, +TEC,2001,13,, +TEC,2001,14,, +TEC,2001,15,, +TEC,2001,16,, +TEC,2001,17,, +TEC,2001,18,, +TEC,2002,0,, +TEC,2002,1,, +TEC,2002,2,, +TEC,2002,3,, +TEC,2002,4,, +TEC,2002,5,, +TEC,2002,6,, +TEC,2002,7,, +TEC,2002,8,, +TEC,2002,9,, +TEC,2002,10,, +TEC,2002,11,, +TEC,2002,12,, +TEC,2002,13,, +TEC,2002,14,, +TEC,2002,15,, +TEC,2002,16,, +TEC,2002,17,, +TEC,2002,18,, +TEC,2003,0,, +TEC,2003,1,, +TEC,2003,2,, +TEC,2003,3,, +TEC,2003,4,, +TEC,2003,5,, +TEC,2003,6,, +TEC,2003,7,, +TEC,2003,8,, +TEC,2003,9,, +TEC,2003,10,, +TEC,2003,11,, +TEC,2003,12,, +TEC,2003,13,, +TEC,2003,14,, +TEC,2003,15,, +TEC,2003,16,, +TEC,2003,17,, +TEC,2003,18,, +TEC,2004,0,, +TEC,2004,1,, +TEC,2004,2,, +TEC,2004,3,, +TEC,2004,4,, +TEC,2004,5,, +TEC,2004,6,, +TEC,2004,7,, +TEC,2004,8,, +TEC,2004,9,, +TEC,2004,10,, +TEC,2004,11,, +TEC,2004,12,, +TEC,2004,13,, +TEC,2004,14,, +TEC,2004,15,, +TEC,2004,16,, +TEC,2004,17,, +TEC,2004,18,, +TEC,2005,0,, +TEC,2005,1,, +TEC,2005,2,, +TEC,2005,3,, +TEC,2005,4,, +TEC,2005,5,, +TEC,2005,6,, +TEC,2005,7,, +TEC,2005,8,, +TEC,2005,9,, +TEC,2005,10,, +TEC,2005,11,, +TEC,2005,12,, +TEC,2005,13,, +TEC,2005,14,, +TEC,2005,15,, +TEC,2005,16,, +TEC,2005,17,, +TEC,2005,18,, +TEC,2006,0,, +TEC,2006,1,, +TEC,2006,2,, +TEC,2006,3,, +TEC,2006,4,, +TEC,2006,5,, +TEC,2006,6,, +TEC,2006,7,, +TEC,2006,8,, +TEC,2006,9,, +TEC,2006,10,, +TEC,2006,11,, +TEC,2006,12,, +TEC,2006,13,, +TEC,2006,14,, +TEC,2006,15,, +TEC,2006,16,, +TEC,2006,17,, +TEC,2006,18,, +TEC,2007,0,, +TEC,2007,1,, +TEC,2007,2,, +TEC,2007,3,, +TEC,2007,4,, +TEC,2007,5,, +TEC,2007,6,, +TEC,2007,7,, +TEC,2007,8,, +TEC,2007,9,, +TEC,2007,10,, +TEC,2007,11,, +TEC,2007,12,, +TEC,2007,13,, +TEC,2007,14,, +TEC,2007,15,, +TEC,2007,16,, +TEC,2007,17,, +TEC,2007,18,, +TEC,2008,0,, +TEC,2008,1,, +TEC,2008,2,, +TEC,2008,3,, +TEC,2008,4,, +TEC,2008,5,, +TEC,2008,6,, +TEC,2008,7,, +TEC,2008,8,, +TEC,2008,9,, +TEC,2008,10,, +TEC,2008,11,, +TEC,2008,12,, +TEC,2008,13,, +TEC,2008,14,, +TEC,2008,15,, +TEC,2008,16,, +TEC,2008,17,, +TEC,2008,18,, +TEC,2009,0,, +TEC,2009,1,, +TEC,2009,2,, +TEC,2009,3,, +TEC,2009,4,, +TEC,2009,5,, +TEC,2009,6,, +TEC,2009,7,, +TEC,2009,8,, +TEC,2009,9,, +TEC,2009,10,, +TEC,2009,11,, +TEC,2009,12,, +TEC,2009,13,, +TEC,2009,14,, +TEC,2009,15,, +TEC,2009,16,, +TEC,2009,17,, +TEC,2009,18,, +TEC,2010,0,, +TEC,2010,1,, +TEC,2010,2,, +TEC,2010,3,, +TEC,2010,4,, +TEC,2010,5,, +TEC,2010,6,, +TEC,2010,7,, +TEC,2010,8,, +TEC,2010,9,, +TEC,2010,10,, +TEC,2010,11,, +TEC,2010,12,, +TEC,2010,13,, +TEC,2010,14,, +TEC,2010,15,, +TEC,2010,16,, +TEC,2010,17,, +TEC,2010,18,, +TEC,2011,0,, +TEC,2011,1,, +TEC,2011,2,, +TEC,2011,3,, +TEC,2011,4,, +TEC,2011,5,, +TEC,2011,6,, +TEC,2011,7,, +TEC,2011,8,, +TEC,2011,9,, +TEC,2011,10,, +TEC,2011,11,, +TEC,2011,12,, +TEC,2011,13,, +TEC,2011,14,, +TEC,2011,15,, +TEC,2011,16,, +TEC,2011,17,, +TEC,2011,18,, +TEC,2012,0,, +TEC,2012,1,, +TEC,2012,2,, +TEC,2012,3,, +TEC,2012,4,, +TEC,2012,5,, +TEC,2012,6,, +TEC,2012,7,, +TEC,2012,8,, +TEC,2012,9,, +TEC,2012,10,, +TEC,2012,11,, +TEC,2012,12,, +TEC,2012,13,, +TEC,2012,14,, +TEC,2012,15,, +TEC,2012,16,, +TEC,2012,17,, +TEC,2012,18,, +TEC,2013,0,, +TEC,2013,1,, +TEC,2013,2,, +TEC,2013,3,, +TEC,2013,4,, +TEC,2013,5,, +TEC,2013,6,, +TEC,2013,7,, +TEC,2013,8,, +TEC,2013,9,, +TEC,2013,10,, +TEC,2013,11,, +TEC,2013,12,, +TEC,2013,13,, +TEC,2013,14,, +TEC,2013,15,, +TEC,2013,16,, +TEC,2013,17,, +TEC,2013,18,, +TEC,2014,0,, +TEC,2014,1,, +TEC,2014,2,, +TEC,2014,3,, +TEC,2014,4,, +TEC,2014,5,, +TEC,2014,6,, +TEC,2014,7,, +TEC,2014,8,, +TEC,2014,9,, +TEC,2014,10,, +TEC,2014,11,, +TEC,2014,12,, +TEC,2014,13,, +TEC,2014,14,, +TEC,2014,15,, +TEC,2014,16,, +TEC,2014,17,, +TEC,2014,18,, +TEC,2015,0,, +TEC,2015,1,, +TEC,2015,2,, +TEC,2015,3,, +TEC,2015,4,, +TEC,2015,5,, +TEC,2015,6,, +TEC,2015,7,, +TEC,2015,8,, +TEC,2015,9,, +TEC,2015,10,, +TEC,2015,11,, +TEC,2015,12,, +TEC,2015,13,, +TEC,2015,14,, +TEC,2015,15,, +TEC,2015,16,, +TEC,2015,17,, +TEC,2015,18,, +TEC,2016,0,, +TEC,2016,1,, +TEC,2016,2,, +TEC,2016,3,, +TEC,2016,4,, +TEC,2016,5,, +TEC,2016,6,, +TEC,2016,7,, +TEC,2016,8,, +TEC,2016,9,, +TEC,2016,10,, +TEC,2016,11,, +TEC,2016,12,, +TEC,2016,13,, +TEC,2016,14,, +TEC,2016,15,, +TEC,2016,16,, +TEC,2016,17,, +TEC,2016,18,, +TEC,2017,0,, +TEC,2017,1,, +TEC,2017,2,, +TEC,2017,3,, +TEC,2017,4,, +TEC,2017,5,, +TEC,2017,6,, +TEC,2017,7,, +TEC,2017,8,, +TEC,2017,9,, +TEC,2017,10,, +TEC,2017,11,, +TEC,2017,12,, +TEC,2017,13,, +TEC,2017,14,, +TEC,2017,15,, +TEC,2017,16,, +TEC,2017,17,, +TEC,2017,18,, +TEC,2018,0,, +TEC,2018,1,, +TEC,2018,2,, +TEC,2018,3,, +TEC,2018,4,, +TEC,2018,5,, +TEC,2018,6,, +TEC,2018,7,, +TEC,2018,8,, +TEC,2018,9,, +TEC,2018,10,, +TEC,2018,11,, +TEC,2018,12,, +TEC,2018,13,, +TEC,2018,14,, +TEC,2018,15,, +TEC,2018,16,, +TEC,2018,17,, +TEC,2018,18,, +TEC,2019,0,, +TEC,2019,1,, +TEC,2019,2,, +TEC,2019,3,, +TEC,2019,4,, +TEC,2019,5,, +TEC,2019,6,, +TEC,2019,7,, +TEC,2019,8,, +TEC,2019,9,, +TEC,2019,10,, +TEC,2019,11,, +TEC,2019,12,, +TEC,2019,13,, +TEC,2019,14,, +TEC,2019,15,, +TEC,2019,16,, +TEC,2019,17,, +TEC,2019,18,, +TEC,2020,0,, +TEC,2020,1,, +TEC,2020,2,, +TEC,2020,3,, +TEC,2020,4,, +TEC,2020,5,, +TEC,2020,6,, +TEC,2020,7,, +TEC,2020,8,, +TEC,2020,9,, +TEC,2020,10,, +TEC,2020,11,, +TEC,2020,12,, +TEC,2020,13,, +TEC,2020,14,, +TEC,2020,15,, +TEC,2020,16,, +TEC,2020,17,, +TEC,2020,18,, +TEC,2021,0,, +TEC,2021,1,, +TEC,2021,2,, +TEC,2021,3,, +TEC,2021,4,, +TEC,2021,5,, +TEC,2021,6,, +TEC,2021,7,, +TEC,2021,8,, +TEC,2021,9,, +TEC,2021,10,, +TEC,2021,11,, +TEC,2021,12,, +TEC,2021,13,, +TEC,2021,14,, +TEC,2021,15,, +TEC,2021,16,, +TEC,2021,17,, +TEC,2021,18,, +TEC,2022,0,, +TEC,2022,1,, +TEC,2022,2,, +TEC,2022,3,, +TEC,2022,4,, +TEC,2022,5,, +TEC,2022,6,, +TEC,2022,7,, +TEC,2022,8,, +TEC,2022,9,, +TEC,2022,10,, +TEC,2022,11,, +TEC,2022,12,, +TEC,2022,13,, +TEC,2022,14,, +TEC,2022,15,, +TEC,2022,16,, +TEC,2022,17,, +TEC,2022,18,, +TEC,2023,0,, +TEC,2023,1,, +TEC,2023,2,, +TEC,2023,3,, +TEC,2023,4,, +TEC,2023,5,, +TEC,2023,6,, +TEC,2023,7,, +TEC,2023,8,, +TEC,2023,9,, +TEC,2023,10,, +TEC,2023,11,, +TEC,2023,12,, +TEC,2023,13,, +TEC,2023,14,, +TEC,2023,15,, +TEC,2023,16,, +TEC,2023,17,, +TEC,2023,18,, +TEC,2024,0,, +TEC,2024,1,, +TEC,2024,2,, +TEC,2024,3,, +TEC,2024,4,, +TEC,2024,5,, +TEC,2024,6,, +TEC,2024,7,, +TEC,2024,8,, +TEC,2024,9,, +TEC,2024,10,, +TEC,2024,11,, +TEC,2024,12,, +TEC,2024,13,, +TEC,2024,14,, +TEC,2024,15,, +TEC,2024,16,, +TEC,2024,17,, +TEC,2024,18,, +TEC,2025,0,, +TEC,2025,1,, +TEC,2025,2,, +TEC,2025,3,, +TEC,2025,4,, +TEC,2025,5,, +TEC,2025,6,, +TEC,2025,7,, +TEC,2025,8,, +TEC,2025,9,, +TEC,2025,10,, +TEC,2025,11,, +TEC,2025,12,, +TEC,2025,13,, +TEC,2025,14,, +TEC,2025,15,, +TEC,2025,16,, +TEC,2025,17,, +TEC,2025,18,, +TEC,2026,0,, +TEC,2026,1,, +TEC,2026,2,, +TEC,2026,3,, +TEC,2026,4,, +TEC,2026,5,, +TEC,2026,6,, +TEC,2026,7,, +TEC,2026,8,, +TEC,2026,9,, +TEC,2026,10,, +TEC,2026,11,, +TEC,2026,12,, +TEC,2026,13,, +TEC,2026,14,, +TEC,2026,15,, +TEC,2026,16,, +TEC,2026,17,, +TEC,2026,18,, +TEC,2027,0,, +TEC,2027,1,, +TEC,2027,2,, +TEC,2027,3,, +TEC,2027,4,, +TEC,2027,5,, +TEC,2027,6,, +TEC,2027,7,, +TEC,2027,8,, +TEC,2027,9,, +TEC,2027,10,, +TEC,2027,11,, +TEC,2027,12,, +TEC,2027,13,, +TEC,2027,14,, +TEC,2027,15,, +TEC,2027,16,, +TEC,2027,17,, +TEC,2027,18,, +TEC,2028,0,, +TEC,2028,1,, +TEC,2028,2,, +TEC,2028,3,, +TEC,2028,4,, +TEC,2028,5,, +TEC,2028,6,, +TEC,2028,7,, +TEC,2028,8,, +TEC,2028,9,, +TEC,2028,10,, +TEC,2028,11,, +TEC,2028,12,, +TEC,2028,13,, +TEC,2028,14,, +TEC,2028,15,, +TEC,2028,16,, +TEC,2028,17,, +TEC,2028,18,, +TEC,2029,0,, +TEC,2029,1,, +TEC,2029,2,, +TEC,2029,3,, +TEC,2029,4,, +TEC,2029,5,, +TEC,2029,6,, +TEC,2029,7,, +TEC,2029,8,, +TEC,2029,9,, +TEC,2029,10,, +TEC,2029,11,, +TEC,2029,12,, +TEC,2029,13,, +TEC,2029,14,, +TEC,2029,15,, +TEC,2029,16,, +TEC,2029,17,, +TEC,2029,18,, +TEC,2030,0,, +TEC,2030,1,, +TEC,2030,2,, +TEC,2030,3,, +TEC,2030,4,, +TEC,2030,5,, +TEC,2030,6,, +TEC,2030,7,, +TEC,2030,8,, +TEC,2030,9,, +TEC,2030,10,, +TEC,2030,11,, +TEC,2030,12,, +TEC,2030,13,, +TEC,2030,14,, +TEC,2030,15,, +TEC,2030,16,, +TEC,2030,17,, +TEC,2030,18,, +TEC,2031,0,, +TEC,2031,1,, +TEC,2031,2,, +TEC,2031,3,, +TEC,2031,4,, +TEC,2031,5,, +TEC,2031,6,, +TEC,2031,7,, +TEC,2031,8,, +TEC,2031,9,, +TEC,2031,10,, +TEC,2031,11,, +TEC,2031,12,, +TEC,2031,13,, +TEC,2031,14,, +TEC,2031,15,, +TEC,2031,16,, +TEC,2031,17,, +TEC,2031,18,, +TEC,2032,0,, +TEC,2032,1,, +TEC,2032,2,, +TEC,2032,3,, +TEC,2032,4,, +TEC,2032,5,, +TEC,2032,6,, +TEC,2032,7,, +TEC,2032,8,, +TEC,2032,9,, +TEC,2032,10,, +TEC,2032,11,, +TEC,2032,12,, +TEC,2032,13,, +TEC,2032,14,, +TEC,2032,15,, +TEC,2032,16,, +TEC,2032,17,, +TEC,2032,18,, +TEC,2033,0,, +TEC,2033,1,, +TEC,2033,2,, +TEC,2033,3,, +TEC,2033,4,, +TEC,2033,5,, +TEC,2033,6,, +TEC,2033,7,, +TEC,2033,8,, +TEC,2033,9,, +TEC,2033,10,, +TEC,2033,11,, +TEC,2033,12,, +TEC,2033,13,, +TEC,2033,14,, +TEC,2033,15,, +TEC,2033,16,, +TEC,2033,17,, +TEC,2033,18,, +TEC,2034,0,, +TEC,2034,1,, +TEC,2034,2,, +TEC,2034,3,, +TEC,2034,4,, +TEC,2034,5,, +TEC,2034,6,, +TEC,2034,7,, +TEC,2034,8,, +TEC,2034,9,, +TEC,2034,10,, +TEC,2034,11,, +TEC,2034,12,, +TEC,2034,13,, +TEC,2034,14,, +TEC,2034,15,, +TEC,2034,16,, +TEC,2034,17,, +TEC,2034,18,, +TEC,2035,0,, +TEC,2035,1,, +TEC,2035,2,, +TEC,2035,3,, +TEC,2035,4,, +TEC,2035,5,, +TEC,2035,6,, +TEC,2035,7,, +TEC,2035,8,, +TEC,2035,9,, +TEC,2035,10,, +TEC,2035,11,, +TEC,2035,12,, +TEC,2035,13,, +TEC,2035,14,, +TEC,2035,15,, +TEC,2035,16,, +TEC,2035,17,, +TEC,2035,18,, +TEC,2036,0,, +TEC,2036,1,, +TEC,2036,2,, +TEC,2036,3,, +TEC,2036,4,, +TEC,2036,5,, +TEC,2036,6,, +TEC,2036,7,, +TEC,2036,8,, +TEC,2036,9,, +TEC,2036,10,, +TEC,2036,11,, +TEC,2036,12,, +TEC,2036,13,, +TEC,2036,14,, +TEC,2036,15,, +TEC,2036,16,, +TEC,2036,17,, +TEC,2036,18,, +TEC,2037,0,, +TEC,2037,1,, +TEC,2037,2,, +TEC,2037,3,, +TEC,2037,4,, +TEC,2037,5,, +TEC,2037,6,, +TEC,2037,7,, +TEC,2037,8,, +TEC,2037,9,, +TEC,2037,10,, +TEC,2037,11,, +TEC,2037,12,, +TEC,2037,13,, +TEC,2037,14,, +TEC,2037,15,, +TEC,2037,16,, +TEC,2037,17,, +TEC,2037,18,, +TEC,2038,0,, +TEC,2038,1,, +TEC,2038,2,, +TEC,2038,3,, +TEC,2038,4,, +TEC,2038,5,, +TEC,2038,6,, +TEC,2038,7,, +TEC,2038,8,, +TEC,2038,9,, +TEC,2038,10,, +TEC,2038,11,, +TEC,2038,12,, +TEC,2038,13,, +TEC,2038,14,, +TEC,2038,15,, +TEC,2038,16,, +TEC,2038,17,, +TEC,2038,18,, +TEC,2039,0,, +TEC,2039,1,, +TEC,2039,2,, +TEC,2039,3,, +TEC,2039,4,, +TEC,2039,5,, +TEC,2039,6,, +TEC,2039,7,, +TEC,2039,8,, +TEC,2039,9,, +TEC,2039,10,, +TEC,2039,11,, +TEC,2039,12,, +TEC,2039,13,, +TEC,2039,14,, +TEC,2039,15,, +TEC,2039,16,, +TEC,2039,17,, +TEC,2039,18,, +TEC,2040,0,, +TEC,2040,1,, +TEC,2040,2,, +TEC,2040,3,, +TEC,2040,4,, +TEC,2040,5,, +TEC,2040,6,, +TEC,2040,7,, +TEC,2040,8,, +TEC,2040,9,, +TEC,2040,10,, +TEC,2040,11,, +TEC,2040,12,, +TEC,2040,13,, +TEC,2040,14,, +TEC,2040,15,, +TEC,2040,16,, +TEC,2040,17,, +TEC,2040,18,, +TEC,2041,0,, +TEC,2041,1,, +TEC,2041,2,, +TEC,2041,3,, +TEC,2041,4,, +TEC,2041,5,, +TEC,2041,6,, +TEC,2041,7,, +TEC,2041,8,, +TEC,2041,9,, +TEC,2041,10,, +TEC,2041,11,, +TEC,2041,12,, +TEC,2041,13,, +TEC,2041,14,, +TEC,2041,15,, +TEC,2041,16,, +TEC,2041,17,, +TEC,2041,18,, +TEC,2042,0,, +TEC,2042,1,, +TEC,2042,2,, +TEC,2042,3,, +TEC,2042,4,, +TEC,2042,5,, +TEC,2042,6,, +TEC,2042,7,, +TEC,2042,8,, +TEC,2042,9,, +TEC,2042,10,, +TEC,2042,11,, +TEC,2042,12,, +TEC,2042,13,, +TEC,2042,14,, +TEC,2042,15,, +TEC,2042,16,, +TEC,2042,17,, +TEC,2042,18,, +TEC,2043,0,, +TEC,2043,1,, +TEC,2043,2,, +TEC,2043,3,, +TEC,2043,4,, +TEC,2043,5,, +TEC,2043,6,, +TEC,2043,7,, +TEC,2043,8,, +TEC,2043,9,, +TEC,2043,10,, +TEC,2043,11,, +TEC,2043,12,, +TEC,2043,13,, +TEC,2043,14,, +TEC,2043,15,, +TEC,2043,16,, +TEC,2043,17,, +TEC,2043,18,, +TEC,2044,0,, +TEC,2044,1,, +TEC,2044,2,, +TEC,2044,3,, +TEC,2044,4,, +TEC,2044,5,, +TEC,2044,6,, +TEC,2044,7,, +TEC,2044,8,, +TEC,2044,9,, +TEC,2044,10,, +TEC,2044,11,, +TEC,2044,12,, +TEC,2044,13,, +TEC,2044,14,, +TEC,2044,15,, +TEC,2044,16,, +TEC,2044,17,, +TEC,2044,18,, +TEC,2045,0,, +TEC,2045,1,, +TEC,2045,2,, +TEC,2045,3,, +TEC,2045,4,, +TEC,2045,5,, +TEC,2045,6,, +TEC,2045,7,, +TEC,2045,8,, +TEC,2045,9,, +TEC,2045,10,, +TEC,2045,11,, +TEC,2045,12,, +TEC,2045,13,, +TEC,2045,14,, +TEC,2045,15,, +TEC,2045,16,, +TEC,2045,17,, +TEC,2045,18,, +TEC,2046,0,, +TEC,2046,1,, +TEC,2046,2,, +TEC,2046,3,, +TEC,2046,4,, +TEC,2046,5,, +TEC,2046,6,, +TEC,2046,7,, +TEC,2046,8,, +TEC,2046,9,, +TEC,2046,10,, +TEC,2046,11,, +TEC,2046,12,, +TEC,2046,13,, +TEC,2046,14,, +TEC,2046,15,, +TEC,2046,16,, +TEC,2046,17,, +TEC,2046,18,, +TEC,2047,0,, +TEC,2047,1,, +TEC,2047,2,, +TEC,2047,3,, +TEC,2047,4,, +TEC,2047,5,, +TEC,2047,6,, +TEC,2047,7,, +TEC,2047,8,, +TEC,2047,9,, +TEC,2047,10,, +TEC,2047,11,, +TEC,2047,12,, +TEC,2047,13,, +TEC,2047,14,, +TEC,2047,15,, +TEC,2047,16,, +TEC,2047,17,, +TEC,2047,18,, +TEC,2048,0,, +TEC,2048,1,, +TEC,2048,2,, +TEC,2048,3,, +TEC,2048,4,, +TEC,2048,5,, +TEC,2048,6,, +TEC,2048,7,, +TEC,2048,8,, +TEC,2048,9,, +TEC,2048,10,, +TEC,2048,11,, +TEC,2048,12,, +TEC,2048,13,, +TEC,2048,14,, +TEC,2048,15,, +TEC,2048,16,, +TEC,2048,17,, +TEC,2048,18,, +TEC,2049,0,, +TEC,2049,1,, +TEC,2049,2,, +TEC,2049,3,, +TEC,2049,4,, +TEC,2049,5,, +TEC,2049,6,, +TEC,2049,7,, +TEC,2049,8,, +TEC,2049,9,, +TEC,2049,10,, +TEC,2049,11,, +TEC,2049,12,, +TEC,2049,13,, +TEC,2049,14,, +TEC,2049,15,, +TEC,2049,16,, +TEC,2049,17,, +TEC,2049,18,, +TEC,2050,0,, +TEC,2050,1,, +TEC,2050,2,, +TEC,2050,3,, +TEC,2050,4,, +TEC,2050,5,, +TEC,2050,6,, +TEC,2050,7,, +TEC,2050,8,, +TEC,2050,9,, +TEC,2050,10,, +TEC,2050,11,, +TEC,2050,12,, +TEC,2050,13,, +TEC,2050,14,, +TEC,2050,15,, +TEC,2050,16,, +TEC,2050,17,, +TEC,2050,18,, +TGO,1990,0,71054,71292 +TGO,1990,1,69060,69124 +TGO,1990,2,67108,67030 +TGO,1990,3,65194,65003 +TGO,1990,4,63315,63037 +TGO,1990,5,61468,61126 +TGO,1990,6,59651,59264 +TGO,1990,7,57861,57446 +TGO,1990,8,56094,55664 +TGO,1990,9,54348,53912 +TGO,1990,10,52627,52196 +TGO,1990,11,50935,50519 +TGO,1990,12,49233,48824 +TGO,1990,13,47504,47083 +TGO,1990,14,45767,45322 +TGO,1990,15,44063,43600 +TGO,1990,16,42390,41913 +TGO,1990,17,40741,40241 +TGO,1990,18,39115,38583 +TGO,1991,0,71582,71781 +TGO,1991,1,70134,70220 +TGO,1991,2,68255,68198 +TGO,1991,3,66418,66247 +TGO,1991,4,64616,64357 +TGO,1991,5,62843,62518 +TGO,1991,6,61099,60729 +TGO,1991,7,59384,58987 +TGO,1991,8,57661,57240 +TGO,1991,9,55912,55464 +TGO,1991,10,54149,53671 +TGO,1991,11,52409,51912 +TGO,1991,12,50692,50183 +TGO,1991,13,48957,48433 +TGO,1991,14,47191,46645 +TGO,1991,15,45415,44840 +TGO,1991,16,43667,43068 +TGO,1991,17,41947,41327 +TGO,1991,18,40258,39614 +TGO,1992,0,71916,72067 +TGO,1992,1,70206,70175 +TGO,1992,2,69152,69082 +TGO,1992,3,67389,67207 +TGO,1992,4,65668,65402 +TGO,1992,5,63980,63650 +TGO,1992,6,62315,61940 +TGO,1992,7,60675,60272 +TGO,1992,8,59063,58651 +TGO,1992,9,57409,56980 +TGO,1992,10,55680,55210 +TGO,1992,11,53902,53379 +TGO,1992,12,52144,51577 +TGO,1992,13,50403,49798 +TGO,1992,14,48637,47996 +TGO,1992,15,46836,46161 +TGO,1992,16,45022,44315 +TGO,1992,17,43232,42495 +TGO,1992,18,41466,40701 +TGO,1993,0,72366,72485 +TGO,1993,1,70733,70664 +TGO,1993,2,69142,68927 +TGO,1993,3,68186,67975 +TGO,1993,4,66539,66247 +TGO,1993,5,64934,64585 +TGO,1993,6,63359,62971 +TGO,1993,7,61800,61388 +TGO,1993,8,60264,59842 +TGO,1993,9,58755,58341 +TGO,1993,10,57170,56743 +TGO,1993,11,55460,54979 +TGO,1993,12,53666,53108 +TGO,1993,13,51890,51264 +TGO,1993,14,50125,49434 +TGO,1993,15,48327,47579 +TGO,1993,16,46491,45698 +TGO,1993,17,44639,43810 +TGO,1993,18,42807,41942 +TGO,1994,0,73329,73463 +TGO,1994,1,71634,71574 +TGO,1994,2,70018,69808 +TGO,1994,3,68466,68147 +TGO,1994,4,67321,67005 +TGO,1994,5,65787,65420 +TGO,1994,6,64295,63898 +TGO,1994,7,62831,62418 +TGO,1994,8,61377,60959 +TGO,1994,9,59942,59532 +TGO,1994,10,58533,58147 +TGO,1994,11,57014,56619 +TGO,1994,12,55321,54859 +TGO,1994,13,53509,52944 +TGO,1994,14,51712,51054 +TGO,1994,15,49920,49169 +TGO,1994,16,48088,47258 +TGO,1994,17,46214,45326 +TGO,1994,18,44322,43393 +TGO,1995,0,75063,75282 +TGO,1995,1,73126,73140 +TGO,1995,2,71330,71190 +TGO,1995,3,69656,69403 +TGO,1995,4,68085,67756 +TGO,1995,5,66597,66222 +TGO,1995,6,65173,64775 +TGO,1995,7,63792,63389 +TGO,1995,8,62435,62040 +TGO,1995,9,61083,60701 +TGO,1995,10,59746,59389 +TGO,1995,11,58435,58118 +TGO,1995,12,56979,56656 +TGO,1995,13,55299,54893 +TGO,1995,14,53466,52929 +TGO,1995,15,51645,50988 +TGO,1995,16,49822,49043 +TGO,1995,17,47952,47069 +TGO,1995,18,46035,45082 +TGO,1996,0,77207,77394 +TGO,1996,1,74386,74457 +TGO,1996,2,72421,72326 +TGO,1996,3,70637,70419 +TGO,1996,4,69007,68703 +TGO,1996,5,67504,67144 +TGO,1996,6,66109,65720 +TGO,1996,7,64803,64406 +TGO,1996,8,63514,63119 +TGO,1996,9,62195,61808 +TGO,1996,10,60847,60467 +TGO,1996,11,59527,59163 +TGO,1996,12,58234,57901 +TGO,1996,13,56799,56450 +TGO,1996,14,55145,54709 +TGO,1996,15,53340,52772 +TGO,1996,16,51543,50853 +TGO,1996,17,49741,48926 +TGO,1996,18,47892,46971 +TGO,1997,0,80100,80329 +TGO,1997,1,77097,77114 +TGO,1997,2,73843,73824 +TGO,1997,3,71847,71698 +TGO,1997,4,70073,69830 +TGO,1997,5,68484,68180 +TGO,1997,6,67045,66706 +TGO,1997,7,65740,65388 +TGO,1997,8,64550,64203 +TGO,1997,9,63351,63012 +TGO,1997,10,62068,61735 +TGO,1997,11,60722,60389 +TGO,1997,12,59415,59089 +TGO,1997,13,58139,57832 +TGO,1997,14,56721,56390 +TGO,1997,15,55090,54666 +TGO,1997,16,53310,52752 +TGO,1997,17,51534,50848 +TGO,1997,18,49750,48934 +TGO,1998,0,83445,83756 +TGO,1998,1,79755,79850 +TGO,1998,2,76561,76490 +TGO,1998,3,73359,73281 +TGO,1998,4,71331,71157 +TGO,1998,5,69563,69326 +TGO,1998,6,68014,67740 +TGO,1998,7,66639,66349 +TGO,1998,8,65423,65135 +TGO,1998,9,64349,64078 +TGO,1998,10,63238,62981 +TGO,1998,11,61990,61736 +TGO,1998,12,60645,60384 +TGO,1998,13,59350,59088 +TGO,1998,14,58090,57835 +TGO,1998,15,56689,56399 +TGO,1998,16,55079,54690 +TGO,1998,17,53323,52795 +TGO,1998,18,51567,50906 +TGO,1999,0,86812,87201 +TGO,1999,1,82526,82697 +TGO,1999,2,78833,78836 +TGO,1999,3,75676,75555 +TGO,1999,4,72847,72711 +TGO,1999,5,70787,70589 +TGO,1999,6,69028,68796 +TGO,1999,7,67519,67274 +TGO,1999,8,66208,65967 +TGO,1999,9,65081,64858 +TGO,1999,10,64124,63930 +TGO,1999,11,63102,62928 +TGO,1999,12,61889,61716 +TGO,1999,13,60545,60357 +TGO,1999,14,59264,59065 +TGO,1999,15,58019,57816 +TGO,1999,16,56635,56387 +TGO,1999,17,55048,54694 +TGO,1999,18,53317,52820 +TGO,2000,0,89873,90305 +TGO,2000,1,85194,85412 +TGO,2000,2,81150,81202 +TGO,2000,3,77684,77613 +TGO,2000,4,74736,74579 +TGO,2000,5,72247,72037 +TGO,2000,6,70158,69921 +TGO,2000,7,68410,68168 +TGO,2000,8,66943,66713 +TGO,2000,9,65698,65492 +TGO,2000,10,64662,64489 +TGO,2000,11,63823,63691 +TGO,2000,12,62890,62785 +TGO,2000,13,61714,61609 +TGO,2000,14,60373,60245 +TGO,2000,15,59106,58959 +TGO,2000,16,57879,57716 +TGO,2000,17,56514,56296 +TGO,2000,18,54951,54621 +TGO,2001,0,92768,93216 +TGO,2001,1,88761,89110 +TGO,2001,2,84405,84578 +TGO,2001,3,80598,80638 +TGO,2001,4,77294,77237 +TGO,2001,5,74447,74324 +TGO,2001,6,71998,71836 +TGO,2001,7,69889,69713 +TGO,2001,8,68128,67950 +TGO,2001,9,66687,66516 +TGO,2001,10,65489,65330 +TGO,2001,11,64469,64329 +TGO,2001,12,63626,63510 +TGO,2001,13,62681,62578 +TGO,2001,14,61483,61370 +TGO,2001,15,60114,59973 +TGO,2001,16,58817,58649 +TGO,2001,17,57556,57364 +TGO,2001,18,56164,55913 +TGO,2002,0,95361,95795 +TGO,2002,1,90565,90808 +TGO,2002,2,87578,87830 +TGO,2002,3,83548,83665 +TGO,2002,4,79981,79998 +TGO,2002,5,76842,76789 +TGO,2002,6,74097,73999 +TGO,2002,7,71690,71569 +TGO,2002,8,69564,69439 +TGO,2002,9,67791,67669 +TGO,2002,10,66379,66257 +TGO,2002,11,65228,65106 +TGO,2002,12,64224,64107 +TGO,2002,13,63378,63270 +TGO,2002,14,62421,62311 +TGO,2002,15,61203,61073 +TGO,2002,16,59808,59645 +TGO,2002,17,58481,58284 +TGO,2002,18,57186,56958 +TGO,2003,0,97718,98125 +TGO,2003,1,93124,93356 +TGO,2003,2,88958,89055 +TGO,2003,3,86357,86510 +TGO,2003,4,82655,82713 +TGO,2003,5,79330,79320 +TGO,2003,6,76358,76305 +TGO,2003,7,73717,73639 +TGO,2003,8,71352,71268 +TGO,2003,9,69210,69133 +TGO,2003,10,67426,67356 +TGO,2003,11,66042,65967 +TGO,2003,12,64940,64852 +TGO,2003,13,63952,63856 +TGO,2003,14,63103,63000 +TGO,2003,15,62135,62015 +TGO,2003,16,60896,60748 +TGO,2003,17,59476,59288 +TGO,2003,18,58120,57891 +TGO,2004,0,99966,100358 +TGO,2004,1,95646,95880 +TGO,2004,2,91631,91743 +TGO,2004,3,87911,87934 +TGO,2004,4,85145,85204 +TGO,2004,5,81770,81775 +TGO,2004,6,78685,78656 +TGO,2004,7,75880,75833 +TGO,2004,8,73342,73292 +TGO,2004,9,71020,70978 +TGO,2004,10,68861,68838 +TGO,2004,11,67066,67054 +TGO,2004,12,65710,65688 +TGO,2004,13,64656,64609 +TGO,2004,14,63685,63615 +TGO,2004,15,62834,62741 +TGO,2004,16,61853,61730 +TGO,2004,17,60595,60433 +TGO,2004,18,59149,58941 +TGO,2005,0,102200,102605 +TGO,2005,1,98162,98423 +TGO,2005,2,94318,94468 +TGO,2005,3,90670,90739 +TGO,2005,4,87221,87234 +TGO,2005,5,83971,83951 +TGO,2005,6,80923,80886 +TGO,2005,7,78077,78039 +TGO,2005,8,75436,75407 +TGO,2005,9,73001,72988 +TGO,2005,10,70720,70731 +TGO,2005,11,68543,68585 +TGO,2005,12,66737,66792 +TGO,2005,13,65409,65448 +TGO,2005,14,64402,64404 +TGO,2005,15,63447,63413 +TGO,2005,16,62593,62519 +TGO,2005,17,61600,61482 +TGO,2005,18,60321,60155 +TGO,2006,0,104259,104665 +TGO,2006,1,101148,101513 +TGO,2006,2,97301,97549 +TGO,2006,3,93607,93767 +TGO,2006,4,90072,90169 +TGO,2006,5,86705,86760 +TGO,2006,6,83506,83537 +TGO,2006,7,80478,80502 +TGO,2006,8,77652,77677 +TGO,2006,9,75046,75076 +TGO,2006,10,72652,72689 +TGO,2006,11,70396,70446 +TGO,2006,12,68232,68301 +TGO,2006,13,66427,66500 +TGO,2006,14,65087,65139 +TGO,2006,15,64059,64072 +TGO,2006,16,63079,63054 +TGO,2006,17,62197,62129 +TGO,2006,18,61184,61069 +TGO,2007,0,106311,106747 +TGO,2007,1,102838,103155 +TGO,2007,2,100179,100522 +TGO,2007,3,96521,96773 +TGO,2007,4,92973,93158 +TGO,2007,5,89548,89688 +TGO,2007,6,86259,86370 +TGO,2007,7,83108,83206 +TGO,2007,8,80098,80196 +TGO,2007,9,77291,77392 +TGO,2007,10,74718,74819 +TGO,2007,11,72362,72462 +TGO,2007,12,70128,70230 +TGO,2007,13,67976,68084 +TGO,2007,14,66172,66274 +TGO,2007,15,64819,64895 +TGO,2007,16,63767,63803 +TGO,2007,17,62763,62757 +TGO,2007,18,61853,61802 +TGO,2008,0,108293,108778 +TGO,2008,1,105107,105481 +TGO,2008,2,101870,102159 +TGO,2008,3,99263,99589 +TGO,2008,4,95791,96053 +TGO,2008,5,92387,92605 +TGO,2008,6,89071,89260 +TGO,2008,7,85859,86032 +TGO,2008,8,82754,82924 +TGO,2008,9,79761,79938 +TGO,2008,10,76970,77151 +TGO,2008,11,74429,74606 +TGO,2008,12,72111,72277 +TGO,2008,13,69897,70055 +TGO,2008,14,67756,67908 +TGO,2008,15,65952,66087 +TGO,2008,16,64584,64688 +TGO,2008,17,63510,63572 +TGO,2008,18,62480,62498 +TGO,2009,0,110133,110671 +TGO,2009,1,107239,107671 +TGO,2009,2,104236,104586 +TGO,2009,3,101151,101441 +TGO,2009,4,98378,98683 +TGO,2009,5,95091,95359 +TGO,2009,6,91831,92076 +TGO,2009,7,88621,88855 +TGO,2009,8,85485,85717 +TGO,2009,9,82426,82664 +TGO,2009,10,79448,79701 +TGO,2009,11,76673,76932 +TGO,2009,12,74163,74412 +TGO,2009,13,71881,72111 +TGO,2009,14,69688,69899 +TGO,2009,15,67558,67750 +TGO,2009,16,65752,65918 +TGO,2009,17,64370,64499 +TGO,2009,18,63272,63357 +TGO,2010,0,111792,112376 +TGO,2010,1,109196,109675 +TGO,2010,2,106441,106840 +TGO,2010,3,103556,103896 +TGO,2010,4,100570,100869 +TGO,2010,5,97511,97787 +TGO,2010,6,94409,94673 +TGO,2010,7,91292,91556 +TGO,2010,8,88189,88459 +TGO,2010,9,85128,85410 +TGO,2010,10,82114,82413 +TGO,2010,11,79152,79472 +TGO,2010,12,76392,76721 +TGO,2010,13,73911,74227 +TGO,2010,14,71667,71953 +TGO,2010,15,69493,69750 +TGO,2010,16,67372,67598 +TGO,2010,17,65565,65755 +TGO,2010,18,64168,64316 +TGO,2011,0,113083,113734 +TGO,2011,1,111050,111617 +TGO,2011,2,108503,108985 +TGO,2011,3,105805,106224 +TGO,2011,4,102983,103357 +TGO,2011,5,100061,100408 +TGO,2011,6,97070,97403 +TGO,2011,7,94038,94370 +TGO,2011,8,90976,91311 +TGO,2011,9,87903,88240 +TGO,2011,10,84854,85194 +TGO,2011,11,81853,82198 +TGO,2011,12,78900,79256 +TGO,2011,13,76142,76496 +TGO,2011,14,73655,73990 +TGO,2011,15,71397,71699 +TGO,2011,16,69207,69476 +TGO,2011,17,67067,67300 +TGO,2011,18,65245,65438 +TGO,2012,0,114245,114961 +TGO,2012,1,112252,112849 +TGO,2012,2,110362,110905 +TGO,2012,3,107864,108341 +TGO,2012,4,105222,105654 +TGO,2012,5,102460,102863 +TGO,2012,6,99602,99989 +TGO,2012,7,96676,97061 +TGO,2012,8,93713,94107 +TGO,2012,9,90705,91105 +TGO,2012,10,87660,88059 +TGO,2012,11,84622,85013 +TGO,2012,12,81631,82018 +TGO,2012,13,78688,79073 +TGO,2012,14,75930,76304 +TGO,2012,15,73435,73783 +TGO,2012,16,71162,71475 +TGO,2012,17,68955,69231 +TGO,2012,18,66796,67031 +TGO,2013,0,115352,116127 +TGO,2013,1,113613,114258 +TGO,2013,2,111632,112179 +TGO,2013,3,109706,110221 +TGO,2013,4,107256,107724 +TGO,2013,5,104669,105109 +TGO,2013,6,101967,102394 +TGO,2013,7,99171,99595 +TGO,2013,8,96310,96742 +TGO,2013,9,93416,93867 +TGO,2013,10,90459,90922 +TGO,2013,11,87442,87899 +TGO,2013,12,84414,84853 +TGO,2013,13,81433,81858 +TGO,2013,14,78497,78910 +TGO,2013,15,75740,76131 +TGO,2013,16,73235,73595 +TGO,2013,17,70948,71268 +TGO,2013,18,68723,69002 +TGO,2014,0,116512,117333 +TGO,2014,1,114941,115626 +TGO,2014,2,113138,113719 +TGO,2014,3,111124,111631 +TGO,2014,4,109056,109543 +TGO,2014,5,106653,107114 +TGO,2014,6,104122,104572 +TGO,2014,7,101480,101931 +TGO,2014,8,98745,99207 +TGO,2014,9,95949,96430 +TGO,2014,10,93122,93633 +TGO,2014,11,90218,90744 +TGO,2014,12,87228,87745 +TGO,2014,13,84210,84700 +TGO,2014,14,81239,81704 +TGO,2014,15,78311,78752 +TGO,2014,16,75553,75963 +TGO,2014,17,73040,73412 +TGO,2014,18,70737,71067 +TGO,2015,0,117807,118656 +TGO,2015,1,116291,117005 +TGO,2015,2,114577,115188 +TGO,2015,3,112679,113218 +TGO,2015,4,110614,111105 +TGO,2015,5,108396,108862 +TGO,2015,6,106041,106500 +TGO,2015,7,103565,104030 +TGO,2015,8,100983,101465 +TGO,2015,9,98311,98816 +TGO,2015,10,95580,96115 +TGO,2015,11,92822,93396 +TGO,2015,12,89970,90564 +TGO,2015,13,87008,87588 +TGO,2015,14,83999,84543 +TGO,2015,15,81038,81547 +TGO,2015,16,78119,78591 +TGO,2015,17,75361,75793 +TGO,2015,18,72838,73227 +TGO,2016,0,119269,120107 +TGO,2016,1,117327,118116 +TGO,2016,2,115743,116425 +TGO,2016,3,114008,114612 +TGO,2016,4,112130,112680 +TGO,2016,5,110113,110631 +TGO,2016,6,107974,108479 +TGO,2016,7,105729,106235 +TGO,2016,8,103334,103851 +TGO,2016,9,100777,101308 +TGO,2016,10,98092,98641 +TGO,2016,11,95362,95935 +TGO,2016,12,92612,93213 +TGO,2016,13,89760,90373 +TGO,2016,14,86787,87383 +TGO,2016,15,83762,84321 +TGO,2016,16,80782,81305 +TGO,2016,17,77841,78325 +TGO,2016,18,75067,75509 +TGO,2017,0,120871,121684 +TGO,2017,1,119100,119806 +TGO,2017,2,116827,117564 +TGO,2017,3,115175,115834 +TGO,2017,4,113420,114025 +TGO,2017,5,111561,112132 +TGO,2017,6,109593,110147 +TGO,2017,7,107533,108085 +TGO,2017,8,105398,105960 +TGO,2017,9,103085,103661 +TGO,2017,10,100553,101142 +TGO,2017,11,97856,98456 +TGO,2017,12,95129,95745 +TGO,2017,13,92386,93022 +TGO,2017,14,89534,90173 +TGO,2017,15,86551,87170 +TGO,2017,16,83510,84091 +TGO,2017,17,80512,81055 +TGO,2017,18,77550,78052 +TGO,2018,0,122610,123392 +TGO,2018,1,120583,121278 +TGO,2018,2,118597,119229 +TGO,2018,3,116324,117013 +TGO,2018,4,114604,115244 +TGO,2018,5,112829,113440 +TGO,2018,6,110989,111585 +TGO,2018,7,109070,109664 +TGO,2018,8,107089,107693 +TGO,2018,9,105064,105686 +TGO,2018,10,102833,103473 +TGO,2018,11,100326,100976 +TGO,2018,12,97617,98273 +TGO,2018,13,94893,95556 +TGO,2018,14,92158,92831 +TGO,2018,15,89305,89974 +TGO,2018,16,86313,86957 +TGO,2018,17,83256,83862 +TGO,2018,18,80240,80806 +TGO,2019,0,124000,125000 +TGO,2019,1,122000,123000 +TGO,2019,2,120000,121000 +TGO,2019,3,118000,119000 +TGO,2019,4,116000,116000 +TGO,2019,5,114000,115000 +TGO,2019,6,112000,113000 +TGO,2019,7,110000,111000 +TGO,2019,8,109000,109000 +TGO,2019,9,107000,107000 +TGO,2019,10,105000,105000 +TGO,2019,11,103000,103000 +TGO,2019,12,100000,101000 +TGO,2019,13,97000,98000 +TGO,2019,14,95000,95000 +TGO,2019,15,92000,93000 +TGO,2019,16,89000,90000 +TGO,2019,17,86000,87000 +TGO,2019,18,83000,84000 +TGO,2020,0,126000,127000 +TGO,2020,1,124000,125000 +TGO,2020,2,122000,122000 +TGO,2020,3,119000,120000 +TGO,2020,4,117000,118000 +TGO,2020,5,115000,116000 +TGO,2020,6,114000,114000 +TGO,2020,7,112000,112000 +TGO,2020,8,110000,111000 +TGO,2020,9,108000,109000 +TGO,2020,10,106000,107000 +TGO,2020,11,104000,105000 +TGO,2020,12,102000,103000 +TGO,2020,13,100000,101000 +TGO,2020,14,97000,98000 +TGO,2020,15,94000,95000 +TGO,2020,16,92000,92000 +TGO,2020,17,89000,90000 +TGO,2020,18,86000,87000 +TGO,2021,0,128000,129000 +TGO,2021,1,126000,126000 +TGO,2021,2,123000,124000 +TGO,2021,3,121000,122000 +TGO,2021,4,119000,120000 +TGO,2021,5,117000,118000 +TGO,2021,6,115000,116000 +TGO,2021,7,113000,114000 +TGO,2021,8,111000,112000 +TGO,2021,9,110000,110000 +TGO,2021,10,108000,109000 +TGO,2021,11,106000,107000 +TGO,2021,12,104000,105000 +TGO,2021,13,102000,103000 +TGO,2021,14,100000,100000 +TGO,2021,15,97000,98000 +TGO,2021,16,94000,95000 +TGO,2021,17,91000,92000 +TGO,2021,18,89000,89000 +TGO,2022,0,130000,131000 +TGO,2022,1,127000,128000 +TGO,2022,2,125000,126000 +TGO,2022,3,123000,123000 +TGO,2022,4,121000,121000 +TGO,2022,5,118000,119000 +TGO,2022,6,117000,117000 +TGO,2022,7,115000,115000 +TGO,2022,8,113000,114000 +TGO,2022,9,111000,112000 +TGO,2022,10,109000,110000 +TGO,2022,11,108000,108000 +TGO,2022,12,106000,107000 +TGO,2022,13,104000,105000 +TGO,2022,14,102000,103000 +TGO,2022,15,99000,100000 +TGO,2022,16,97000,97000 +TGO,2022,17,94000,95000 +TGO,2022,18,91000,92000 +TGO,2023,0,133000,133000 +TGO,2023,1,129000,130000 +TGO,2023,2,127000,127000 +TGO,2023,3,124000,125000 +TGO,2023,4,122000,123000 +TGO,2023,5,120000,121000 +TGO,2023,6,118000,119000 +TGO,2023,7,116000,117000 +TGO,2023,8,114000,115000 +TGO,2023,9,113000,113000 +TGO,2023,10,111000,112000 +TGO,2023,11,109000,110000 +TGO,2023,12,107000,108000 +TGO,2023,13,106000,106000 +TGO,2023,14,104000,105000 +TGO,2023,15,102000,103000 +TGO,2023,16,99000,100000 +TGO,2023,17,96000,97000 +TGO,2023,18,94000,94000 +TGO,2024,0,135000,136000 +TGO,2024,1,132000,132000 +TGO,2024,2,129000,129000 +TGO,2024,3,126000,127000 +TGO,2024,4,124000,124000 +TGO,2024,5,122000,122000 +TGO,2024,6,120000,120000 +TGO,2024,7,118000,118000 +TGO,2024,8,116000,116000 +TGO,2024,9,114000,115000 +TGO,2024,10,112000,113000 +TGO,2024,11,111000,111000 +TGO,2024,12,109000,110000 +TGO,2024,13,107000,108000 +TGO,2024,14,105000,106000 +TGO,2024,15,104000,104000 +TGO,2024,16,102000,102000 +TGO,2024,17,99000,100000 +TGO,2024,18,96000,97000 +TGO,2025,0,137000,138000 +TGO,2025,1,134000,134000 +TGO,2025,2,131000,131000 +TGO,2025,3,128000,129000 +TGO,2025,4,125000,126000 +TGO,2025,5,123000,124000 +TGO,2025,6,121000,122000 +TGO,2025,7,119000,120000 +TGO,2025,8,117000,118000 +TGO,2025,9,115000,116000 +TGO,2025,10,114000,115000 +TGO,2025,11,112000,113000 +TGO,2025,12,110000,111000 +TGO,2025,13,109000,110000 +TGO,2025,14,107000,108000 +TGO,2025,15,105000,106000 +TGO,2025,16,103000,104000 +TGO,2025,17,101000,102000 +TGO,2025,18,99000,100000 +TGO,2026,0,139000,140000 +TGO,2026,1,136000,137000 +TGO,2026,2,133000,134000 +TGO,2026,3,130000,131000 +TGO,2026,4,128000,128000 +TGO,2026,5,125000,126000 +TGO,2026,6,123000,123000 +TGO,2026,7,121000,121000 +TGO,2026,8,119000,119000 +TGO,2026,9,117000,118000 +TGO,2026,10,115000,116000 +TGO,2026,11,114000,114000 +TGO,2026,12,112000,113000 +TGO,2026,13,110000,111000 +TGO,2026,14,108000,109000 +TGO,2026,15,107000,108000 +TGO,2026,16,105000,106000 +TGO,2026,17,103000,104000 +TGO,2026,18,101000,102000 +TGO,2027,0,141000,142000 +TGO,2027,1,138000,139000 +TGO,2027,2,135000,136000 +TGO,2027,3,133000,133000 +TGO,2027,4,130000,130000 +TGO,2027,5,127000,128000 +TGO,2027,6,125000,125000 +TGO,2027,7,123000,123000 +TGO,2027,8,121000,121000 +TGO,2027,9,119000,119000 +TGO,2027,10,117000,117000 +TGO,2027,11,115000,116000 +TGO,2027,12,113000,114000 +TGO,2027,13,112000,113000 +TGO,2027,14,110000,111000 +TGO,2027,15,108000,109000 +TGO,2027,16,106000,107000 +TGO,2027,17,105000,106000 +TGO,2027,18,103000,104000 +TGO,2028,0,143000,144000 +TGO,2028,1,140000,141000 +TGO,2028,2,137000,138000 +TGO,2028,3,135000,136000 +TGO,2028,4,132000,133000 +TGO,2028,5,129000,130000 +TGO,2028,6,127000,128000 +TGO,2028,7,125000,125000 +TGO,2028,8,122000,123000 +TGO,2028,9,120000,121000 +TGO,2028,10,118000,119000 +TGO,2028,11,117000,117000 +TGO,2028,12,115000,116000 +TGO,2028,13,113000,114000 +TGO,2028,14,111000,112000 +TGO,2028,15,110000,111000 +TGO,2028,16,108000,109000 +TGO,2028,17,106000,107000 +TGO,2028,18,104000,105000 +TGO,2029,0,145000,146000 +TGO,2029,1,142000,143000 +TGO,2029,2,139000,140000 +TGO,2029,3,136000,137000 +TGO,2029,4,134000,135000 +TGO,2029,5,131000,132000 +TGO,2029,6,129000,130000 +TGO,2029,7,127000,127000 +TGO,2029,8,124000,125000 +TGO,2029,9,122000,123000 +TGO,2029,10,120000,121000 +TGO,2029,11,118000,119000 +TGO,2029,12,116000,117000 +TGO,2029,13,115000,115000 +TGO,2029,14,113000,114000 +TGO,2029,15,111000,112000 +TGO,2029,16,110000,111000 +TGO,2029,17,108000,109000 +TGO,2029,18,106000,107000 +TGO,2030,0,147000,149000 +TGO,2030,1,144000,145000 +TGO,2030,2,141000,142000 +TGO,2030,3,139000,139000 +TGO,2030,4,136000,137000 +TGO,2030,5,133000,134000 +TGO,2030,6,131000,132000 +TGO,2030,7,129000,129000 +TGO,2030,8,126000,127000 +TGO,2030,9,124000,125000 +TGO,2030,10,122000,123000 +TGO,2030,11,120000,121000 +TGO,2030,12,118000,119000 +TGO,2030,13,116000,117000 +TGO,2030,14,114000,115000 +TGO,2030,15,113000,114000 +TGO,2030,16,111000,112000 +TGO,2030,17,109000,110000 +TGO,2030,18,108000,109000 +TGO,2031,0,149000,151000 +TGO,2031,1,147000,148000 +TGO,2031,2,144000,145000 +TGO,2031,3,141000,142000 +TGO,2031,4,138000,139000 +TGO,2031,5,136000,136000 +TGO,2031,6,133000,134000 +TGO,2031,7,131000,131000 +TGO,2031,8,128000,129000 +TGO,2031,9,126000,127000 +TGO,2031,10,124000,125000 +TGO,2031,11,122000,122000 +TGO,2031,12,120000,120000 +TGO,2031,13,118000,118000 +TGO,2031,14,116000,117000 +TGO,2031,15,114000,115000 +TGO,2031,16,113000,113000 +TGO,2031,17,111000,112000 +TGO,2031,18,109000,110000 +TGO,2032,0,151000,152000 +TGO,2032,1,149000,150000 +TGO,2032,2,146000,147000 +TGO,2032,3,143000,144000 +TGO,2032,4,141000,141000 +TGO,2032,5,138000,139000 +TGO,2032,6,135000,136000 +TGO,2032,7,133000,134000 +TGO,2032,8,130000,131000 +TGO,2032,9,128000,129000 +TGO,2032,10,126000,126000 +TGO,2032,11,124000,124000 +TGO,2032,12,122000,122000 +TGO,2032,13,119000,120000 +TGO,2032,14,117000,118000 +TGO,2032,15,116000,116000 +TGO,2032,16,114000,115000 +TGO,2032,17,112000,113000 +TGO,2032,18,111000,111000 +TGO,2033,0,153000,154000 +TGO,2033,1,151000,152000 +TGO,2033,2,148000,149000 +TGO,2033,3,146000,147000 +TGO,2033,4,143000,144000 +TGO,2033,5,140000,141000 +TGO,2033,6,138000,138000 +TGO,2033,7,135000,136000 +TGO,2033,8,133000,133000 +TGO,2033,9,130000,131000 +TGO,2033,10,128000,129000 +TGO,2033,11,126000,126000 +TGO,2033,12,123000,124000 +TGO,2033,13,121000,122000 +TGO,2033,14,119000,120000 +TGO,2033,15,117000,118000 +TGO,2033,16,115000,116000 +TGO,2033,17,114000,115000 +TGO,2033,18,112000,113000 +TGO,2034,0,155000,156000 +TGO,2034,1,152000,154000 +TGO,2034,2,150000,151000 +TGO,2034,3,147000,148000 +TGO,2034,4,145000,146000 +TGO,2034,5,142000,143000 +TGO,2034,6,140000,141000 +TGO,2034,7,137000,138000 +TGO,2034,8,135000,135000 +TGO,2034,9,132000,133000 +TGO,2034,10,130000,131000 +TGO,2034,11,128000,128000 +TGO,2034,12,125000,126000 +TGO,2034,13,123000,124000 +TGO,2034,14,121000,122000 +TGO,2034,15,119000,120000 +TGO,2034,16,117000,118000 +TGO,2034,17,115000,116000 +TGO,2034,18,114000,114000 +TGO,2035,0,157000,158000 +TGO,2035,1,154000,155000 +TGO,2035,2,152000,153000 +TGO,2035,3,149000,150000 +TGO,2035,4,147000,148000 +TGO,2035,5,144000,145000 +TGO,2035,6,142000,143000 +TGO,2035,7,139000,140000 +TGO,2035,8,137000,138000 +TGO,2035,9,135000,135000 +TGO,2035,10,132000,133000 +TGO,2035,11,130000,130000 +TGO,2035,12,127000,128000 +TGO,2035,13,125000,126000 +TGO,2035,14,123000,124000 +TGO,2035,15,121000,122000 +TGO,2035,16,119000,120000 +TGO,2035,17,117000,118000 +TGO,2035,18,115000,116000 +TGO,2036,0,159000,160000 +TGO,2036,1,156000,157000 +TGO,2036,2,154000,155000 +TGO,2036,3,152000,152000 +TGO,2036,4,149000,150000 +TGO,2036,5,147000,147000 +TGO,2036,6,144000,145000 +TGO,2036,7,142000,142000 +TGO,2036,8,139000,140000 +TGO,2036,9,137000,137000 +TGO,2036,10,134000,135000 +TGO,2036,11,132000,133000 +TGO,2036,12,130000,130000 +TGO,2036,13,127000,128000 +TGO,2036,14,125000,126000 +TGO,2036,15,123000,124000 +TGO,2036,16,121000,122000 +TGO,2036,17,119000,119000 +TGO,2036,18,117000,117000 +TGO,2037,0,160000,162000 +TGO,2037,1,158000,159000 +TGO,2037,2,156000,157000 +TGO,2037,3,154000,154000 +TGO,2037,4,151000,152000 +TGO,2037,5,149000,150000 +TGO,2037,6,146000,147000 +TGO,2037,7,144000,145000 +TGO,2037,8,141000,142000 +TGO,2037,9,139000,140000 +TGO,2037,10,137000,137000 +TGO,2037,11,134000,135000 +TGO,2037,12,132000,132000 +TGO,2037,13,129000,130000 +TGO,2037,14,127000,128000 +TGO,2037,15,125000,126000 +TGO,2037,16,123000,123000 +TGO,2037,17,121000,121000 +TGO,2037,18,118000,119000 +TGO,2038,0,162000,163000 +TGO,2038,1,160000,161000 +TGO,2038,2,158000,159000 +TGO,2038,3,155000,156000 +TGO,2038,4,153000,154000 +TGO,2038,5,151000,152000 +TGO,2038,6,148000,149000 +TGO,2038,7,146000,147000 +TGO,2038,8,144000,144000 +TGO,2038,9,141000,142000 +TGO,2038,10,139000,140000 +TGO,2038,11,136000,137000 +TGO,2038,12,134000,135000 +TGO,2038,13,132000,132000 +TGO,2038,14,129000,130000 +TGO,2038,15,127000,128000 +TGO,2038,16,125000,125000 +TGO,2038,17,122000,123000 +TGO,2038,18,120000,121000 +TGO,2039,0,164000,165000 +TGO,2039,1,161000,163000 +TGO,2039,2,159000,160000 +TGO,2039,3,157000,158000 +TGO,2039,4,155000,156000 +TGO,2039,5,153000,153000 +TGO,2039,6,150000,151000 +TGO,2039,7,148000,149000 +TGO,2039,8,146000,146000 +TGO,2039,9,143000,144000 +TGO,2039,10,141000,142000 +TGO,2039,11,139000,139000 +TGO,2039,12,136000,137000 +TGO,2039,13,134000,135000 +TGO,2039,14,131000,132000 +TGO,2039,15,129000,130000 +TGO,2039,16,127000,127000 +TGO,2039,17,124000,125000 +TGO,2039,18,122000,123000 +TGO,2040,0,165000,167000 +TGO,2040,1,163000,164000 +TGO,2040,2,161000,162000 +TGO,2040,3,159000,160000 +TGO,2040,4,157000,157000 +TGO,2040,5,154000,155000 +TGO,2040,6,152000,153000 +TGO,2040,7,150000,151000 +TGO,2040,8,148000,148000 +TGO,2040,9,145000,146000 +TGO,2040,10,143000,144000 +TGO,2040,11,141000,142000 +TGO,2040,12,138000,139000 +TGO,2040,13,136000,137000 +TGO,2040,14,134000,134000 +TGO,2040,15,131000,132000 +TGO,2040,16,129000,130000 +TGO,2040,17,127000,127000 +TGO,2040,18,124000,125000 +TGO,2041,0,167000,168000 +TGO,2041,1,165000,166000 +TGO,2041,2,163000,164000 +TGO,2041,3,161000,162000 +TGO,2041,4,158000,159000 +TGO,2041,5,156000,157000 +TGO,2041,6,154000,155000 +TGO,2041,7,152000,153000 +TGO,2041,8,150000,150000 +TGO,2041,9,147000,148000 +TGO,2041,10,145000,146000 +TGO,2041,11,143000,144000 +TGO,2041,12,141000,141000 +TGO,2041,13,138000,139000 +TGO,2041,14,136000,137000 +TGO,2041,15,133000,134000 +TGO,2041,16,131000,132000 +TGO,2041,17,129000,129000 +TGO,2041,18,126000,127000 +TGO,2042,0,168000,170000 +TGO,2042,1,166000,167000 +TGO,2042,2,164000,165000 +TGO,2042,3,162000,163000 +TGO,2042,4,160000,161000 +TGO,2042,5,158000,159000 +TGO,2042,6,156000,157000 +TGO,2042,7,154000,155000 +TGO,2042,8,152000,152000 +TGO,2042,9,150000,150000 +TGO,2042,10,147000,148000 +TGO,2042,11,145000,146000 +TGO,2042,12,143000,143000 +TGO,2042,13,140000,141000 +TGO,2042,14,138000,139000 +TGO,2042,15,136000,136000 +TGO,2042,16,133000,134000 +TGO,2042,17,131000,132000 +TGO,2042,18,128000,129000 +TGO,2043,0,170000,171000 +TGO,2043,1,168000,169000 +TGO,2043,2,166000,167000 +TGO,2043,3,164000,165000 +TGO,2043,4,162000,163000 +TGO,2043,5,160000,161000 +TGO,2043,6,158000,159000 +TGO,2043,7,156000,157000 +TGO,2043,8,154000,154000 +TGO,2043,9,152000,152000 +TGO,2043,10,149000,150000 +TGO,2043,11,147000,148000 +TGO,2043,12,145000,146000 +TGO,2043,13,143000,143000 +TGO,2043,14,140000,141000 +TGO,2043,15,138000,139000 +TGO,2043,16,136000,136000 +TGO,2043,17,133000,134000 +TGO,2043,18,131000,131000 +TGO,2044,0,171000,172000 +TGO,2044,1,169000,170000 +TGO,2044,2,167000,168000 +TGO,2044,3,165000,166000 +TGO,2044,4,163000,164000 +TGO,2044,5,161000,162000 +TGO,2044,6,159000,160000 +TGO,2044,7,157000,158000 +TGO,2044,8,155000,156000 +TGO,2044,9,153000,154000 +TGO,2044,10,151000,152000 +TGO,2044,11,149000,150000 +TGO,2044,12,147000,148000 +TGO,2044,13,145000,145000 +TGO,2044,14,142000,143000 +TGO,2044,15,140000,141000 +TGO,2044,16,138000,139000 +TGO,2044,17,135000,136000 +TGO,2044,18,133000,134000 +TGO,2045,0,172000,174000 +TGO,2045,1,170000,172000 +TGO,2045,2,169000,170000 +TGO,2045,3,167000,168000 +TGO,2045,4,165000,166000 +TGO,2045,5,163000,164000 +TGO,2045,6,161000,162000 +TGO,2045,7,159000,160000 +TGO,2045,8,157000,158000 +TGO,2045,9,155000,156000 +TGO,2045,10,153000,154000 +TGO,2045,11,151000,152000 +TGO,2045,12,149000,150000 +TGO,2045,13,147000,148000 +TGO,2045,14,145000,145000 +TGO,2045,15,142000,143000 +TGO,2045,16,140000,141000 +TGO,2045,17,138000,138000 +TGO,2045,18,135000,136000 +TGO,2046,0,174000,175000 +TGO,2046,1,172000,173000 +TGO,2046,2,170000,171000 +TGO,2046,3,168000,169000 +TGO,2046,4,166000,167000 +TGO,2046,5,165000,165000 +TGO,2046,6,163000,164000 +TGO,2046,7,161000,162000 +TGO,2046,8,159000,160000 +TGO,2046,9,157000,158000 +TGO,2046,10,155000,156000 +TGO,2046,11,153000,154000 +TGO,2046,12,151000,152000 +TGO,2046,13,149000,150000 +TGO,2046,14,147000,147000 +TGO,2046,15,144000,145000 +TGO,2046,16,142000,143000 +TGO,2046,17,140000,140000 +TGO,2046,18,137000,138000 +TGO,2047,0,175000,177000 +TGO,2047,1,173000,175000 +TGO,2047,2,172000,173000 +TGO,2047,3,170000,171000 +TGO,2047,4,168000,169000 +TGO,2047,5,166000,167000 +TGO,2047,6,164000,165000 +TGO,2047,7,163000,163000 +TGO,2047,8,161000,161000 +TGO,2047,9,159000,160000 +TGO,2047,10,157000,158000 +TGO,2047,11,155000,156000 +TGO,2047,12,153000,154000 +TGO,2047,13,151000,152000 +TGO,2047,14,149000,149000 +TGO,2047,15,146000,147000 +TGO,2047,16,144000,145000 +TGO,2047,17,142000,142000 +TGO,2047,18,140000,140000 +TGO,2048,0,176000,178000 +TGO,2048,1,175000,176000 +TGO,2048,2,173000,174000 +TGO,2048,3,171000,172000 +TGO,2048,4,169000,170000 +TGO,2048,5,168000,169000 +TGO,2048,6,166000,167000 +TGO,2048,7,164000,165000 +TGO,2048,8,162000,163000 +TGO,2048,9,160000,161000 +TGO,2048,10,159000,159000 +TGO,2048,11,157000,157000 +TGO,2048,12,155000,155000 +TGO,2048,13,153000,153000 +TGO,2048,14,151000,151000 +TGO,2048,15,149000,149000 +TGO,2048,16,146000,147000 +TGO,2048,17,144000,145000 +TGO,2048,18,142000,142000 +TGO,2049,0,178000,179000 +TGO,2049,1,176000,177000 +TGO,2049,2,174000,175000 +TGO,2049,3,172000,173000 +TGO,2049,4,171000,172000 +TGO,2049,5,169000,170000 +TGO,2049,6,167000,168000 +TGO,2049,7,166000,166000 +TGO,2049,8,164000,165000 +TGO,2049,9,162000,163000 +TGO,2049,10,160000,161000 +TGO,2049,11,158000,159000 +TGO,2049,12,157000,157000 +TGO,2049,13,155000,155000 +TGO,2049,14,153000,153000 +TGO,2049,15,150000,151000 +TGO,2049,16,148000,149000 +TGO,2049,17,146000,147000 +TGO,2049,18,144000,144000 +TGO,2050,0,179000,181000 +TGO,2050,1,177000,179000 +TGO,2050,2,175000,177000 +TGO,2050,3,174000,175000 +TGO,2050,4,172000,173000 +TGO,2050,5,170000,171000 +TGO,2050,6,169000,169000 +TGO,2050,7,167000,168000 +TGO,2050,8,165000,166000 +TGO,2050,9,164000,164000 +TGO,2050,10,162000,162000 +TGO,2050,11,160000,161000 +TGO,2050,12,158000,159000 +TGO,2050,13,156000,157000 +TGO,2050,14,154000,155000 +TGO,2050,15,152000,153000 +TGO,2050,16,150000,151000 +TGO,2050,17,148000,149000 +TGO,2050,18,146000,147000 +THA,1990,0,517190,536676 +THA,1990,1,519378,540301 +THA,1990,2,523194,545062 +THA,1990,3,528392,550775 +THA,1990,4,534726,557255 +THA,1990,5,541951,564316 +THA,1990,6,549821,571775 +THA,1990,7,558091,579446 +THA,1990,8,566514,587144 +THA,1990,9,574846,594685 +THA,1990,10,582984,601874 +THA,1990,11,590824,608517 +THA,1990,12,597408,614477 +THA,1990,13,602205,619589 +THA,1990,14,605397,623639 +THA,1990,15,607714,626556 +THA,1990,16,609029,628327 +THA,1990,17,608501,627909 +THA,1990,18,605788,624763 +THA,1991,0,514688,534395 +THA,1991,1,516646,535985 +THA,1991,2,519465,539874 +THA,1991,3,523716,544838 +THA,1991,4,529176,550692 +THA,1991,5,535623,557253 +THA,1991,6,542806,564327 +THA,1991,7,550472,571722 +THA,1991,8,558553,579296 +THA,1991,9,566887,586883 +THA,1991,10,575161,594273 +THA,1991,11,583161,601274 +THA,1991,12,590853,607745 +THA,1991,13,597068,613278 +THA,1991,14,601175,617589 +THA,1991,15,603491,620621 +THA,1991,16,604976,622577 +THA,1991,17,605455,623392 +THA,1991,18,604293,622239 +THA,1992,0,512145,533608 +THA,1992,1,512260,534068 +THA,1992,2,515021,534715 +THA,1992,3,518466,538863 +THA,1992,4,523143,544024 +THA,1992,5,528853,550014 +THA,1992,6,535401,556649 +THA,1992,7,542527,563728 +THA,1992,8,549973,571050 +THA,1992,9,557847,578520 +THA,1992,10,566075,585988 +THA,1992,11,574274,593218 +THA,1992,12,582118,600022 +THA,1992,13,589645,606316 +THA,1992,14,595478,611416 +THA,1992,15,598887,614920 +THA,1992,16,600321,616929 +THA,1992,17,600971,617922 +THA,1992,18,600611,617780 +THA,1993,0,508952,532930 +THA,1993,1,508296,531514 +THA,1993,2,509389,531957 +THA,1993,3,512923,533162 +THA,1993,4,516990,537567 +THA,1993,5,522088,542922 +THA,1993,6,528044,549043 +THA,1993,7,534685,555749 +THA,1993,8,541748,562830 +THA,1993,9,548967,570076 +THA,1993,10,556628,577437 +THA,1993,11,564741,584782 +THA,1993,12,572858,591850 +THA,1993,13,580540,598454 +THA,1993,14,587896,604566 +THA,1993,15,593342,609229 +THA,1993,16,596051,611927 +THA,1993,17,596603,612913 +THA,1993,18,596418,612943 +THA,1994,0,504322,530477 +THA,1994,1,503633,528077 +THA,1994,2,504530,527623 +THA,1994,3,506847,528907 +THA,1994,4,511214,531773 +THA,1994,5,515903,536436 +THA,1994,6,521425,541987 +THA,1994,7,527630,548242 +THA,1994,8,534370,555020 +THA,1994,9,541375,562104 +THA,1994,10,548374,569277 +THA,1994,11,555828,576532 +THA,1994,12,563832,583756 +THA,1994,13,571873,590663 +THA,1994,14,579399,597070 +THA,1994,15,586589,603002 +THA,1994,16,591654,607232 +THA,1994,17,593665,609124 +THA,1994,18,593338,609089 +THA,1995,0,497727,524938 +THA,1995,1,498011,523013 +THA,1995,2,499550,522821 +THA,1995,3,502222,524181 +THA,1995,4,505902,526910 +THA,1995,5,510465,530829 +THA,1995,6,515786,535754 +THA,1995,7,521742,541504 +THA,1995,8,528208,547898 +THA,1995,9,535060,554755 +THA,1995,10,542020,561849 +THA,1995,11,548811,568954 +THA,1995,12,556072,576108 +THA,1995,13,563983,583218 +THA,1995,14,571963,589970 +THA,1995,15,579347,596184 +THA,1995,16,586385,601942 +THA,1995,17,591078,605742 +THA,1995,18,592396,606830 +THA,1996,0,486026,514506 +THA,1996,1,494262,521616 +THA,1996,2,495942,521341 +THA,1996,3,498444,522246 +THA,1996,4,501688,524219 +THA,1996,5,505593,527145 +THA,1996,6,510036,530828 +THA,1996,7,514891,535074 +THA,1996,8,520305,540182 +THA,1996,9,526292,546206 +THA,1996,10,532634,552784 +THA,1996,11,538977,559401 +THA,1996,12,545238,566039 +THA,1996,13,551346,572107 +THA,1996,14,557175,577218 +THA,1996,15,562598,581462 +THA,1996,16,567649,585347 +THA,1996,17,572368,588806 +THA,1996,18,575799,590996 +THA,1997,0,472547,501257 +THA,1997,1,478206,505204 +THA,1997,2,491865,518879 +THA,1997,3,494943,520252 +THA,1997,4,498410,522254 +THA,1997,5,502231,524841 +THA,1997,6,506371,527966 +THA,1997,7,510704,531420 +THA,1997,8,515102,534991 +THA,1997,9,519989,539463 +THA,1997,10,525510,545124 +THA,1997,11,531358,551431 +THA,1997,12,537097,557579 +THA,1997,13,542844,563758 +THA,1997,14,547813,568748 +THA,1997,15,551578,571867 +THA,1997,16,554461,573610 +THA,1997,17,557195,575173 +THA,1997,18,559611,576338 +THA,1998,0,458204,486351 +THA,1998,1,467345,494512 +THA,1998,2,475769,501976 +THA,1998,3,490057,516423 +THA,1998,4,494538,519447 +THA,1998,5,498975,522549 +THA,1998,6,503379,525751 +THA,1998,7,507758,529078 +THA,1998,8,511986,532303 +THA,1998,9,515934,535201 +THA,1998,10,520297,539040 +THA,1998,11,525359,544340 +THA,1998,12,530719,550379 +THA,1998,13,535862,556061 +THA,1998,14,541100,561784 +THA,1998,15,544935,565697 +THA,1998,16,546638,566825 +THA,1998,17,546982,566066 +THA,1998,18,547400,565305 +THA,1999,0,444417,471570 +THA,1999,1,456344,483320 +THA,1999,2,467035,493607 +THA,1999,3,476588,502566 +THA,1999,4,488190,513853 +THA,1999,5,494075,518529 +THA,1999,6,499484,522730 +THA,1999,7,504472,526548 +THA,1999,8,509091,530076 +THA,1999,9,513213,533071 +THA,1999,10,516708,535295 +THA,1999,11,520546,538499 +THA,1999,12,525148,543437 +THA,1999,13,530017,549206 +THA,1999,14,534563,554420 +THA,1999,15,539290,559686 +THA,1999,16,541989,562521 +THA,1999,17,541624,561655 +THA,1999,18,539425,558391 +THA,2000,0,432334,458344 +THA,2000,1,445644,472195 +THA,2000,2,457552,484221 +THA,2000,3,468157,494582 +THA,2000,4,477558,503437 +THA,2000,5,485852,510947 +THA,2000,6,493138,517272 +THA,2000,7,499515,522570 +THA,2000,8,505082,527002 +THA,2000,9,509937,530728 +THA,2000,10,513948,533493 +THA,2000,11,516987,535041 +THA,2000,12,520296,537606 +THA,2000,13,524433,542179 +THA,2000,14,528807,547675 +THA,2000,15,532749,552418 +THA,2000,16,536962,557223 +THA,2000,17,538520,558977 +THA,2000,18,536086,556117 +THA,2001,0,423305,447782 +THA,2001,1,433215,458917 +THA,2001,2,445712,471806 +THA,2001,3,457154,483236 +THA,2001,4,467567,493292 +THA,2001,5,476977,502056 +THA,2001,6,485523,509728 +THA,2001,7,493342,516508 +THA,2001,8,499901,521901 +THA,2001,9,505003,525759 +THA,2001,10,509009,528512 +THA,2001,11,512353,530492 +THA,2001,12,514799,531336 +THA,2001,13,517692,533361 +THA,2001,14,521701,537663 +THA,2001,15,526171,543098 +THA,2001,16,530211,547796 +THA,2001,17,534515,552569 +THA,2001,18,536441,554555 +THA,2002,0,415993,438702 +THA,2002,1,427470,451948 +THA,2002,2,433697,459206 +THA,2002,3,445369,471123 +THA,2002,4,456334,481950 +THA,2002,5,466545,491693 +THA,2002,6,475956,500361 +THA,2002,7,484745,508191 +THA,2002,8,493091,515424 +THA,2002,9,499826,520907 +THA,2002,10,504457,524188 +THA,2002,11,507609,525966 +THA,2002,12,510282,527159 +THA,2002,13,512131,527296 +THA,2002,14,514606,528780 +THA,2002,15,518484,532806 +THA,2002,16,523044,538178 +THA,2002,17,527178,542828 +THA,2002,18,531572,547565 +THA,2003,0,410277,431344 +THA,2003,1,419209,442471 +THA,2003,2,428361,453117 +THA,2003,3,433873,459272 +THA,2003,4,444712,470212 +THA,2003,5,455192,480430 +THA,2003,6,465193,489856 +THA,2003,7,474599,498423 +THA,2003,8,483626,506408 +THA,2003,9,492492,514089 +THA,2003,10,499399,519661 +THA,2003,11,503556,522362 +THA,2003,12,505852,523164 +THA,2003,13,507852,523570 +THA,2003,14,509103,523000 +THA,2003,15,511157,523941 +THA,2003,16,514901,527691 +THA,2003,17,519549,532996 +THA,2003,18,523774,537596 +THA,2004,0,405816,425833 +THA,2004,1,411932,434262 +THA,2004,2,419059,443044 +THA,2004,3,427000,452045 +THA,2004,4,433895,459208 +THA,2004,5,443897,469169 +THA,2004,6,453888,478775 +THA,2004,7,463678,487882 +THA,2004,8,473074,496345 +THA,2004,9,482336,504482 +THA,2004,10,491719,512609 +THA,2004,11,498795,518269 +THA,2004,12,502476,520390 +THA,2004,13,503916,520215 +THA,2004,14,505242,519835 +THA,2004,15,505895,518559 +THA,2004,16,507529,518957 +THA,2004,17,511137,522429 +THA,2004,18,515872,527667 +THA,2005,0,402255,422113 +THA,2005,1,405798,427703 +THA,2005,2,410991,434414 +THA,2005,3,417572,442023 +THA,2005,4,425277,450311 +THA,2005,5,433843,459055 +THA,2005,6,443009,468035 +THA,2005,7,452511,477029 +THA,2005,8,462086,485815 +THA,2005,9,471473,494173 +THA,2005,10,480966,502460 +THA,2005,11,490864,511031 +THA,2005,12,498107,516777 +THA,2005,13,501313,518318 +THA,2005,14,501898,517169 +THA,2005,15,502552,516002 +THA,2005,16,502608,514022 +THA,2005,17,503821,513877 +THA,2005,18,507294,517071 +THA,2006,0,400279,421081 +THA,2006,1,401585,421749 +THA,2006,2,405576,427422 +THA,2006,3,411097,434247 +THA,2006,4,417889,441974 +THA,2006,5,425693,450356 +THA,2006,6,434255,459189 +THA,2006,7,443323,468271 +THA,2006,8,452605,477125 +THA,2006,9,461827,485412 +THA,2006,10,470750,493018 +THA,2006,11,479772,500599 +THA,2006,12,489250,508531 +THA,2006,13,495841,513431 +THA,2006,14,498061,513839 +THA,2006,15,497506,511435 +THA,2006,16,497117,509102 +THA,2006,17,496136,505957 +THA,2006,18,496838,505197 +THA,2007,0,399232,421893 +THA,2007,1,398408,421208 +THA,2007,2,400776,421207 +THA,2007,3,405213,426960 +THA,2007,4,411060,433896 +THA,2007,5,418061,441738 +THA,2007,6,425960,450210 +THA,2007,7,434515,459129 +THA,2007,8,443484,468310 +THA,2007,9,452542,477020 +THA,2007,10,461407,484802 +THA,2007,11,469863,491654 +THA,2007,12,478410,498524 +THA,2007,13,487464,505815 +THA,2007,14,493402,509866 +THA,2007,15,494634,509140 +THA,2007,16,492938,505482 +THA,2007,17,491506,501984 +THA,2007,18,489488,497674 +THA,2008,0,398369,423248 +THA,2008,1,395936,419675 +THA,2008,2,396076,419064 +THA,2008,3,399885,420573 +THA,2008,4,404767,426406 +THA,2008,5,410939,433452 +THA,2008,6,418148,441406 +THA,2008,7,426142,449967 +THA,2008,8,434688,458969 +THA,2008,9,443554,468247 +THA,2008,10,452387,476812 +THA,2008,11,460893,484088 +THA,2008,12,468881,490183 +THA,2008,13,476951,496343 +THA,2008,14,485579,502990 +THA,2008,15,490862,506192 +THA,2008,16,491106,504332 +THA,2008,17,488271,499422 +THA,2008,18,485796,494759 +THA,2009,0,396707,423370 +THA,2009,1,393439,417966 +THA,2009,2,392692,415745 +THA,2009,3,394177,416316 +THA,2009,4,398979,419952 +THA,2009,5,404306,425864 +THA,2009,6,410802,433019 +THA,2009,7,418218,441087 +THA,2009,8,426306,449737 +THA,2009,9,434842,458823 +THA,2009,10,443606,468197 +THA,2009,11,452213,476617 +THA,2009,12,460361,483388 +THA,2009,13,467881,488727 +THA,2009,14,475473,494176 +THA,2009,15,483676,500179 +THA,2009,16,488304,502533 +THA,2009,17,487560,499540 +THA,2009,18,483585,493377 +THA,2010,0,393556,421003 +THA,2010,1,390401,415279 +THA,2010,2,389522,412612 +THA,2010,3,390673,412645 +THA,2010,4,393611,415021 +THA,2010,5,398088,419384 +THA,2010,6,403860,425377 +THA,2010,7,410680,432643 +THA,2010,8,418304,440824 +THA,2010,9,426486,449564 +THA,2010,10,435014,458735 +THA,2010,11,443676,468207 +THA,2010,12,452058,476483 +THA,2010,13,459847,482750 +THA,2010,14,466899,487334 +THA,2010,15,474014,492073 +THA,2010,16,481792,497434 +THA,2010,17,485765,498940 +THA,2010,18,484035,494813 +THA,2011,0,388489,415340 +THA,2011,1,392810,419535 +THA,2011,2,391240,415969 +THA,2011,3,391475,414804 +THA,2011,4,393344,415781 +THA,2011,5,396676,418645 +THA,2011,6,401187,423009 +THA,2011,7,406594,428488 +THA,2011,8,413287,435466 +THA,2011,9,421319,443946 +THA,2011,10,430181,453282 +THA,2011,11,439144,462752 +THA,2011,12,448146,472404 +THA,2011,13,456460,480454 +THA,2011,14,463580,485907 +THA,2011,15,469557,489291 +THA,2011,16,475621,492850 +THA,2011,17,482335,496996 +THA,2011,18,485191,497355 +THA,2012,0,381868,407151 +THA,2012,1,382244,406061 +THA,2012,2,392177,418252 +THA,2012,3,392193,416843 +THA,2012,4,393542,417178 +THA,2012,5,396128,419100 +THA,2012,6,399854,422453 +THA,2012,7,404401,426820 +THA,2012,8,409446,431786 +THA,2012,9,416013,438482 +THA,2012,10,424454,447263 +THA,2012,11,434000,457199 +THA,2012,12,443399,466973 +THA,2012,13,452745,476809 +THA,2012,14,460994,484636 +THA,2012,15,467446,489277 +THA,2012,16,472349,491463 +THA,2012,17,477364,493844 +THA,2012,18,483017,496777 +THA,2013,0,374366,397567 +THA,2013,1,377478,400341 +THA,2013,2,380938,403658 +THA,2013,3,391571,417029 +THA,2013,4,393172,417777 +THA,2013,5,395636,419613 +THA,2013,6,398940,422482 +THA,2013,7,403062,426323 +THA,2013,8,407643,430694 +THA,2013,9,412326,435149 +THA,2013,10,418768,441562 +THA,2013,11,427620,450646 +THA,2013,12,437850,461184 +THA,2013,13,447687,471263 +THA,2013,14,457377,481284 +THA,2013,15,465561,488891 +THA,2013,16,471346,492720 +THA,2013,17,475176,493707 +THA,2013,18,479141,494910 +THA,2014,0,367023,388314 +THA,2014,1,372551,394499 +THA,2014,2,377777,400314 +THA,2014,3,382781,405834 +THA,2014,4,390894,415717 +THA,2014,5,394082,418622 +THA,2014,6,397660,421961 +THA,2014,7,401682,425774 +THA,2014,8,406198,430104 +THA,2014,9,410814,434478 +THA,2014,10,415134,438421 +THA,2014,11,421450,444549 +THA,2014,12,430710,453934 +THA,2014,13,441622,465073 +THA,2014,14,451896,475455 +THA,2014,15,461928,485659 +THA,2014,16,470046,493043 +THA,2014,17,475162,496060 +THA,2014,18,477918,495847 +THA,2015,0,360603,380664 +THA,2015,1,367678,388957 +THA,2015,2,374039,396321 +THA,2015,3,379813,402898 +THA,2015,4,385127,408829 +THA,2015,5,390107,414255 +THA,2015,6,394879,419316 +THA,2015,7,399571,424155 +THA,2015,8,404309,428913 +THA,2015,9,409219,433730 +THA,2015,10,413868,438104 +THA,2015,11,417823,441534 +THA,2015,12,424011,447376 +THA,2015,13,433677,457059 +THA,2015,14,445269,468793 +THA,2015,15,455976,479474 +THA,2015,16,466347,489858 +THA,2015,17,474396,497016 +THA,2015,18,478843,499220 +THA,2016,0,355751,375506 +THA,2016,1,361320,381577 +THA,2016,2,367968,389283 +THA,2016,3,374057,396277 +THA,2016,4,379689,402664 +THA,2016,5,384966,408547 +THA,2016,6,390013,414070 +THA,2016,7,394958,419373 +THA,2016,8,399774,424374 +THA,2016,9,404511,429099 +THA,2016,10,409347,433768 +THA,2016,11,413975,438068 +THA,2016,12,417936,441462 +THA,2016,13,424137,447263 +THA,2016,14,433828,456894 +THA,2016,15,445453,468574 +THA,2016,16,456191,479202 +THA,2016,17,466592,489526 +THA,2016,18,474669,496655 +THA,2017,0,351845,371951 +THA,2017,1,358897,379843 +THA,2017,2,361954,382373 +THA,2017,3,368173,389489 +THA,2017,4,373989,396110 +THA,2017,5,379478,402305 +THA,2017,6,384716,408140 +THA,2017,7,389830,413758 +THA,2017,8,394946,419301 +THA,2017,9,399886,424461 +THA,2017,10,404621,429154 +THA,2017,11,409382,433672 +THA,2017,12,413988,437897 +THA,2017,13,417952,441255 +THA,2017,14,424166,447012 +THA,2017,15,433880,456589 +THA,2017,16,445534,468211 +THA,2017,17,456301,478781 +THA,2017,18,466730,489042 +THA,2018,0,348363,369194 +THA,2018,1,354408,375443 +THA,2018,2,360071,381379 +THA,2018,3,362510,383076 +THA,2018,4,368298,389600 +THA,2018,5,373839,395847 +THA,2018,6,379184,401848 +THA,2018,7,384383,407632 +THA,2018,8,389562,413344 +THA,2018,9,394849,419127 +THA,2018,10,399910,424445 +THA,2018,11,404643,429103 +THA,2018,12,409327,433471 +THA,2018,13,413910,437618 +THA,2018,14,417878,440940 +THA,2018,15,424102,446652 +THA,2018,16,433838,456172 +THA,2018,17,445519,467733 +THA,2018,18,456312,478244 +THA,2019,0,345000,366000 +THA,2019,1,350000,371000 +THA,2019,2,355000,376000 +THA,2019,3,360000,381000 +THA,2019,4,363000,384000 +THA,2019,5,368000,390000 +THA,2019,6,374000,396000 +THA,2019,7,379000,401000 +THA,2019,8,384000,407000 +THA,2019,9,389000,413000 +THA,2019,10,395000,419000 +THA,2019,11,400000,424000 +THA,2019,12,405000,429000 +THA,2019,13,409000,433000 +THA,2019,14,414000,437000 +THA,2019,15,418000,441000 +THA,2019,16,424000,446000 +THA,2019,17,434000,456000 +THA,2019,18,445000,467000 +THA,2020,0,340000,362000 +THA,2020,1,344000,365000 +THA,2020,2,349000,370000 +THA,2020,3,354000,374000 +THA,2020,4,359000,379000 +THA,2020,5,363000,384000 +THA,2020,6,368000,390000 +THA,2020,7,373000,395000 +THA,2020,8,378000,401000 +THA,2020,9,384000,407000 +THA,2020,10,389000,412000 +THA,2020,11,394000,419000 +THA,2020,12,400000,424000 +THA,2020,13,404000,429000 +THA,2020,14,409000,433000 +THA,2020,15,414000,437000 +THA,2020,16,418000,440000 +THA,2020,17,424000,446000 +THA,2020,18,434000,455000 +THA,2021,0,334000,356000 +THA,2021,1,340000,361000 +THA,2021,2,345000,365000 +THA,2021,3,349000,370000 +THA,2021,4,354000,375000 +THA,2021,5,359000,379000 +THA,2021,6,364000,385000 +THA,2021,7,368000,390000 +THA,2021,8,373000,395000 +THA,2021,9,378000,401000 +THA,2021,10,384000,406000 +THA,2021,11,389000,412000 +THA,2021,12,395000,419000 +THA,2021,13,400000,424000 +THA,2021,14,405000,429000 +THA,2021,15,409000,433000 +THA,2021,16,414000,437000 +THA,2021,17,418000,440000 +THA,2021,18,424000,445000 +THA,2022,0,328000,349000 +THA,2022,1,333000,354000 +THA,2022,2,340000,361000 +THA,2022,3,345000,365000 +THA,2022,4,349000,370000 +THA,2022,5,354000,375000 +THA,2022,6,359000,380000 +THA,2022,7,364000,385000 +THA,2022,8,369000,390000 +THA,2022,9,373000,395000 +THA,2022,10,378000,401000 +THA,2022,11,384000,406000 +THA,2022,12,389000,412000 +THA,2022,13,395000,418000 +THA,2022,14,400000,424000 +THA,2022,15,405000,428000 +THA,2022,16,409000,432000 +THA,2022,17,414000,436000 +THA,2022,18,418000,440000 +THA,2023,0,321000,341000 +THA,2023,1,327000,347000 +THA,2023,2,333000,353000 +THA,2023,3,340000,361000 +THA,2023,4,345000,365000 +THA,2023,5,349000,370000 +THA,2023,6,354000,375000 +THA,2023,7,359000,380000 +THA,2023,8,364000,385000 +THA,2023,9,369000,390000 +THA,2023,10,373000,395000 +THA,2023,11,378000,400000 +THA,2023,12,384000,406000 +THA,2023,13,389000,412000 +THA,2023,14,395000,418000 +THA,2023,15,400000,424000 +THA,2023,16,405000,428000 +THA,2023,17,409000,432000 +THA,2023,18,414000,436000 +THA,2024,0,315000,334000 +THA,2024,1,322000,341000 +THA,2024,2,328000,347000 +THA,2024,3,334000,354000 +THA,2024,4,339000,360000 +THA,2024,5,345000,365000 +THA,2024,6,349000,370000 +THA,2024,7,354000,375000 +THA,2024,8,359000,380000 +THA,2024,9,364000,385000 +THA,2024,10,368000,390000 +THA,2024,11,373000,395000 +THA,2024,12,378000,400000 +THA,2024,13,383000,406000 +THA,2024,14,389000,412000 +THA,2024,15,394000,418000 +THA,2024,16,400000,423000 +THA,2024,17,405000,428000 +THA,2024,18,409000,432000 +THA,2025,0,310000,328000 +THA,2025,1,316000,335000 +THA,2025,2,322000,342000 +THA,2025,3,328000,348000 +THA,2025,4,334000,354000 +THA,2025,5,339000,360000 +THA,2025,6,344000,365000 +THA,2025,7,349000,370000 +THA,2025,8,354000,375000 +THA,2025,9,359000,380000 +THA,2025,10,364000,385000 +THA,2025,11,368000,389000 +THA,2025,12,373000,394000 +THA,2025,13,378000,400000 +THA,2025,14,383000,406000 +THA,2025,15,389000,411000 +THA,2025,16,394000,418000 +THA,2025,17,400000,423000 +THA,2025,18,404000,427000 +THA,2026,0,306000,324000 +THA,2026,1,310000,329000 +THA,2026,2,317000,336000 +THA,2026,3,323000,342000 +THA,2026,4,328000,348000 +THA,2026,5,334000,354000 +THA,2026,6,339000,360000 +THA,2026,7,344000,365000 +THA,2026,8,350000,370000 +THA,2026,9,354000,375000 +THA,2026,10,359000,380000 +THA,2026,11,364000,385000 +THA,2026,12,368000,389000 +THA,2026,13,373000,394000 +THA,2026,14,378000,400000 +THA,2026,15,384000,406000 +THA,2026,16,389000,411000 +THA,2026,17,395000,417000 +THA,2026,18,400000,423000 +THA,2027,0,303000,321000 +THA,2027,1,308000,326000 +THA,2027,2,311000,330000 +THA,2027,3,317000,336000 +THA,2027,4,323000,342000 +THA,2027,5,328000,348000 +THA,2027,6,334000,354000 +THA,2027,7,339000,359000 +THA,2027,8,344000,365000 +THA,2027,9,350000,370000 +THA,2027,10,355000,375000 +THA,2027,11,359000,380000 +THA,2027,12,364000,385000 +THA,2027,13,368000,389000 +THA,2027,14,373000,394000 +THA,2027,15,378000,400000 +THA,2027,16,384000,405000 +THA,2027,17,389000,411000 +THA,2027,18,395000,417000 +THA,2028,0,300000,318000 +THA,2028,1,304000,323000 +THA,2028,2,309000,327000 +THA,2028,3,311000,330000 +THA,2028,4,317000,336000 +THA,2028,5,322000,342000 +THA,2028,6,328000,348000 +THA,2028,7,333000,353000 +THA,2028,8,339000,359000 +THA,2028,9,344000,365000 +THA,2028,10,350000,370000 +THA,2028,11,355000,375000 +THA,2028,12,359000,380000 +THA,2028,13,364000,385000 +THA,2028,14,368000,389000 +THA,2028,15,373000,394000 +THA,2028,16,378000,399000 +THA,2028,17,384000,405000 +THA,2028,18,389000,411000 +THA,2029,0,298000,316000 +THA,2029,1,301000,319000 +THA,2029,2,304000,323000 +THA,2029,3,308000,327000 +THA,2029,4,312000,331000 +THA,2029,5,317000,336000 +THA,2029,6,322000,342000 +THA,2029,7,328000,347000 +THA,2029,8,333000,353000 +THA,2029,9,339000,359000 +THA,2029,10,344000,365000 +THA,2029,11,350000,370000 +THA,2029,12,355000,375000 +THA,2029,13,359000,380000 +THA,2029,14,364000,384000 +THA,2029,15,368000,389000 +THA,2029,16,373000,394000 +THA,2029,17,378000,399000 +THA,2029,18,384000,405000 +THA,2030,0,295000,313000 +THA,2030,1,298000,316000 +THA,2030,2,300000,319000 +THA,2030,3,304000,322000 +THA,2030,4,308000,326000 +THA,2030,5,312000,331000 +THA,2030,6,317000,336000 +THA,2030,7,322000,341000 +THA,2030,8,327000,347000 +THA,2030,9,333000,353000 +THA,2030,10,338000,358000 +THA,2030,11,344000,365000 +THA,2030,12,350000,370000 +THA,2030,13,354000,375000 +THA,2030,14,359000,380000 +THA,2030,15,363000,384000 +THA,2030,16,368000,389000 +THA,2030,17,373000,393000 +THA,2030,18,378000,399000 +THA,2031,0,293000,311000 +THA,2031,1,295000,313000 +THA,2031,2,298000,316000 +THA,2031,3,301000,319000 +THA,2031,4,304000,323000 +THA,2031,5,308000,327000 +THA,2031,6,312000,331000 +THA,2031,7,317000,336000 +THA,2031,8,322000,341000 +THA,2031,9,327000,347000 +THA,2031,10,333000,353000 +THA,2031,11,338000,358000 +THA,2031,12,344000,365000 +THA,2031,13,350000,370000 +THA,2031,14,355000,375000 +THA,2031,15,359000,380000 +THA,2031,16,364000,384000 +THA,2031,17,368000,389000 +THA,2031,18,373000,393000 +THA,2032,0,290000,308000 +THA,2032,1,292000,309000 +THA,2032,2,295000,313000 +THA,2032,3,298000,316000 +THA,2032,4,301000,319000 +THA,2032,5,304000,323000 +THA,2032,6,308000,327000 +THA,2032,7,313000,331000 +THA,2032,8,317000,336000 +THA,2032,9,322000,341000 +THA,2032,10,327000,347000 +THA,2032,11,333000,353000 +THA,2032,12,338000,358000 +THA,2032,13,344000,365000 +THA,2032,14,350000,370000 +THA,2032,15,355000,375000 +THA,2032,16,359000,379000 +THA,2032,17,364000,384000 +THA,2032,18,369000,388000 +THA,2033,0,287000,305000 +THA,2033,1,289000,306000 +THA,2033,2,291000,309000 +THA,2033,3,295000,313000 +THA,2033,4,298000,316000 +THA,2033,5,301000,319000 +THA,2033,6,305000,323000 +THA,2033,7,309000,327000 +THA,2033,8,313000,332000 +THA,2033,9,317000,336000 +THA,2033,10,322000,341000 +THA,2033,11,327000,347000 +THA,2033,12,333000,352000 +THA,2033,13,338000,358000 +THA,2033,14,344000,364000 +THA,2033,15,350000,370000 +THA,2033,16,355000,375000 +THA,2033,17,359000,379000 +THA,2033,18,364000,384000 +THA,2034,0,284000,302000 +THA,2034,1,286000,304000 +THA,2034,2,289000,306000 +THA,2034,3,291000,309000 +THA,2034,4,295000,312000 +THA,2034,5,298000,316000 +THA,2034,6,301000,319000 +THA,2034,7,305000,323000 +THA,2034,8,309000,327000 +THA,2034,9,313000,332000 +THA,2034,10,317000,336000 +THA,2034,11,322000,341000 +THA,2034,12,327000,347000 +THA,2034,13,333000,352000 +THA,2034,14,338000,358000 +THA,2034,15,344000,364000 +THA,2034,16,350000,370000 +THA,2034,17,355000,375000 +THA,2034,18,359000,379000 +THA,2035,0,281000,299000 +THA,2035,1,284000,301000 +THA,2035,2,286000,303000 +THA,2035,3,288000,306000 +THA,2035,4,291000,309000 +THA,2035,5,294000,312000 +THA,2035,6,297000,315000 +THA,2035,7,301000,319000 +THA,2035,8,305000,323000 +THA,2035,9,309000,327000 +THA,2035,10,313000,332000 +THA,2035,11,317000,336000 +THA,2035,12,322000,341000 +THA,2035,13,327000,346000 +THA,2035,14,332000,352000 +THA,2035,15,338000,358000 +THA,2035,16,344000,364000 +THA,2035,17,350000,370000 +THA,2035,18,355000,374000 +THA,2036,0,279000,296000 +THA,2036,1,282000,299000 +THA,2036,2,284000,301000 +THA,2036,3,286000,303000 +THA,2036,4,289000,306000 +THA,2036,5,291000,309000 +THA,2036,6,294000,312000 +THA,2036,7,298000,316000 +THA,2036,8,301000,319000 +THA,2036,9,305000,323000 +THA,2036,10,309000,327000 +THA,2036,11,313000,332000 +THA,2036,12,317000,336000 +THA,2036,13,322000,341000 +THA,2036,14,327000,346000 +THA,2036,15,333000,352000 +THA,2036,16,339000,358000 +THA,2036,17,344000,364000 +THA,2036,18,350000,370000 +THA,2037,0,277000,294000 +THA,2037,1,279000,296000 +THA,2037,2,282000,299000 +THA,2037,3,284000,301000 +THA,2037,4,286000,304000 +THA,2037,5,289000,306000 +THA,2037,6,292000,309000 +THA,2037,7,295000,312000 +THA,2037,8,298000,316000 +THA,2037,9,301000,319000 +THA,2037,10,305000,323000 +THA,2037,11,309000,327000 +THA,2037,12,313000,332000 +THA,2037,13,317000,336000 +THA,2037,14,322000,341000 +THA,2037,15,327000,346000 +THA,2037,16,333000,352000 +THA,2037,17,339000,358000 +THA,2037,18,345000,364000 +THA,2038,0,275000,292000 +THA,2038,1,277000,294000 +THA,2038,2,279000,296000 +THA,2038,3,282000,299000 +THA,2038,4,284000,301000 +THA,2038,5,286000,304000 +THA,2038,6,289000,306000 +THA,2038,7,292000,309000 +THA,2038,8,295000,312000 +THA,2038,9,298000,316000 +THA,2038,10,301000,319000 +THA,2038,11,305000,323000 +THA,2038,12,309000,327000 +THA,2038,13,313000,332000 +THA,2038,14,317000,336000 +THA,2038,15,322000,341000 +THA,2038,16,327000,346000 +THA,2038,17,333000,352000 +THA,2038,18,339000,358000 +THA,2039,0,273000,290000 +THA,2039,1,275000,292000 +THA,2039,2,277000,294000 +THA,2039,3,279000,296000 +THA,2039,4,282000,299000 +THA,2039,5,284000,301000 +THA,2039,6,286000,304000 +THA,2039,7,289000,306000 +THA,2039,8,292000,309000 +THA,2039,9,295000,312000 +THA,2039,10,298000,315000 +THA,2039,11,301000,319000 +THA,2039,12,305000,323000 +THA,2039,13,309000,327000 +THA,2039,14,313000,331000 +THA,2039,15,317000,336000 +THA,2039,16,322000,341000 +THA,2039,17,327000,346000 +THA,2039,18,333000,352000 +THA,2040,0,270000,287000 +THA,2040,1,272000,289000 +THA,2040,2,275000,291000 +THA,2040,3,277000,294000 +THA,2040,4,279000,296000 +THA,2040,5,281000,298000 +THA,2040,6,284000,301000 +THA,2040,7,286000,304000 +THA,2040,8,289000,306000 +THA,2040,9,291000,309000 +THA,2040,10,294000,312000 +THA,2040,11,297000,315000 +THA,2040,12,301000,319000 +THA,2040,13,304000,323000 +THA,2040,14,309000,327000 +THA,2040,15,313000,331000 +THA,2040,16,317000,336000 +THA,2040,17,322000,340000 +THA,2040,18,327000,346000 +THA,2041,0,268000,284000 +THA,2041,1,270000,287000 +THA,2041,2,273000,289000 +THA,2041,3,275000,292000 +THA,2041,4,277000,294000 +THA,2041,5,279000,296000 +THA,2041,6,281000,299000 +THA,2041,7,284000,301000 +THA,2041,8,286000,304000 +THA,2041,9,289000,306000 +THA,2041,10,292000,309000 +THA,2041,11,295000,312000 +THA,2041,12,298000,315000 +THA,2041,13,301000,319000 +THA,2041,14,305000,323000 +THA,2041,15,309000,327000 +THA,2041,16,313000,331000 +THA,2041,17,317000,336000 +THA,2041,18,322000,341000 +THA,2042,0,265000,281000 +THA,2042,1,268000,284000 +THA,2042,2,271000,287000 +THA,2042,3,273000,289000 +THA,2042,4,275000,292000 +THA,2042,5,277000,294000 +THA,2042,6,279000,296000 +THA,2042,7,282000,299000 +THA,2042,8,284000,301000 +THA,2042,9,286000,304000 +THA,2042,10,289000,306000 +THA,2042,11,292000,309000 +THA,2042,12,295000,312000 +THA,2042,13,298000,315000 +THA,2042,14,301000,319000 +THA,2042,15,305000,323000 +THA,2042,16,309000,327000 +THA,2042,17,313000,331000 +THA,2042,18,318000,336000 +THA,2043,0,262000,278000 +THA,2043,1,265000,281000 +THA,2043,2,268000,284000 +THA,2043,3,271000,287000 +THA,2043,4,273000,289000 +THA,2043,5,275000,292000 +THA,2043,6,277000,294000 +THA,2043,7,279000,296000 +THA,2043,8,282000,299000 +THA,2043,9,284000,301000 +THA,2043,10,286000,304000 +THA,2043,11,289000,306000 +THA,2043,12,292000,309000 +THA,2043,13,295000,312000 +THA,2043,14,298000,315000 +THA,2043,15,301000,319000 +THA,2043,16,305000,323000 +THA,2043,17,309000,327000 +THA,2043,18,314000,331000 +THA,2044,0,259000,275000 +THA,2044,1,262000,278000 +THA,2044,2,265000,281000 +THA,2044,3,268000,284000 +THA,2044,4,271000,287000 +THA,2044,5,273000,289000 +THA,2044,6,275000,292000 +THA,2044,7,277000,294000 +THA,2044,8,279000,296000 +THA,2044,9,282000,299000 +THA,2044,10,284000,301000 +THA,2044,11,286000,304000 +THA,2044,12,289000,306000 +THA,2044,13,292000,309000 +THA,2044,14,295000,312000 +THA,2044,15,298000,315000 +THA,2044,16,301000,319000 +THA,2044,17,305000,323000 +THA,2044,18,309000,327000 +THA,2045,0,257000,272000 +THA,2045,1,260000,276000 +THA,2045,2,263000,279000 +THA,2045,3,265000,282000 +THA,2045,4,268000,284000 +THA,2045,5,270000,287000 +THA,2045,6,273000,289000 +THA,2045,7,275000,292000 +THA,2045,8,277000,294000 +THA,2045,9,279000,296000 +THA,2045,10,281000,299000 +THA,2045,11,284000,301000 +THA,2045,12,286000,303000 +THA,2045,13,289000,306000 +THA,2045,14,291000,309000 +THA,2045,15,294000,312000 +THA,2045,16,298000,315000 +THA,2045,17,301000,319000 +THA,2045,18,305000,322000 +THA,2046,0,255000,270000 +THA,2046,1,257000,273000 +THA,2046,2,260000,276000 +THA,2046,3,263000,279000 +THA,2046,4,266000,282000 +THA,2046,5,268000,284000 +THA,2046,6,270000,287000 +THA,2046,7,273000,289000 +THA,2046,8,275000,292000 +THA,2046,9,277000,294000 +THA,2046,10,279000,296000 +THA,2046,11,282000,299000 +THA,2046,12,284000,301000 +THA,2046,13,286000,303000 +THA,2046,14,289000,306000 +THA,2046,15,292000,309000 +THA,2046,16,295000,312000 +THA,2046,17,298000,315000 +THA,2046,18,301000,319000 +THA,2047,0,253000,268000 +THA,2047,1,256000,271000 +THA,2047,2,257000,273000 +THA,2047,3,260000,276000 +THA,2047,4,263000,279000 +THA,2047,5,266000,282000 +THA,2047,6,268000,284000 +THA,2047,7,270000,287000 +THA,2047,8,273000,289000 +THA,2047,9,275000,292000 +THA,2047,10,277000,294000 +THA,2047,11,280000,296000 +THA,2047,12,282000,299000 +THA,2047,13,284000,301000 +THA,2047,14,286000,303000 +THA,2047,15,289000,306000 +THA,2047,16,292000,309000 +THA,2047,17,295000,312000 +THA,2047,18,298000,315000 +THA,2048,0,251000,266000 +THA,2048,1,253000,269000 +THA,2048,2,256000,272000 +THA,2048,3,258000,273000 +THA,2048,4,260000,276000 +THA,2048,5,263000,279000 +THA,2048,6,266000,282000 +THA,2048,7,268000,284000 +THA,2048,8,270000,287000 +THA,2048,9,273000,289000 +THA,2048,10,275000,292000 +THA,2048,11,277000,294000 +THA,2048,12,280000,296000 +THA,2048,13,282000,299000 +THA,2048,14,284000,301000 +THA,2048,15,287000,303000 +THA,2048,16,289000,306000 +THA,2048,17,292000,309000 +THA,2048,18,295000,312000 +THA,2049,0,249000,264000 +THA,2049,1,251000,267000 +THA,2049,2,254000,269000 +THA,2049,3,256000,272000 +THA,2049,4,258000,274000 +THA,2049,5,260000,276000 +THA,2049,6,263000,279000 +THA,2049,7,265000,282000 +THA,2049,8,268000,284000 +THA,2049,9,270000,287000 +THA,2049,10,273000,289000 +THA,2049,11,275000,292000 +THA,2049,12,277000,294000 +THA,2049,13,279000,296000 +THA,2049,14,282000,299000 +THA,2049,15,284000,301000 +THA,2049,16,286000,303000 +THA,2049,17,289000,306000 +THA,2049,18,292000,309000 +THA,2050,0,247000,262000 +THA,2050,1,249000,264000 +THA,2050,2,251000,267000 +THA,2050,3,253000,269000 +THA,2050,4,256000,271000 +THA,2050,5,258000,274000 +THA,2050,6,260000,276000 +THA,2050,7,263000,279000 +THA,2050,8,265000,281000 +THA,2050,9,268000,284000 +THA,2050,10,270000,287000 +THA,2050,11,273000,289000 +THA,2050,12,275000,292000 +THA,2050,13,277000,294000 +THA,2050,14,279000,296000 +THA,2050,15,282000,298000 +THA,2050,16,284000,301000 +THA,2050,17,286000,303000 +THA,2050,18,289000,306000 +TJK,1990,0,99271,102751 +TJK,1990,1,95989,98979 +TJK,1990,2,92602,95198 +TJK,1990,3,89143,91430 +TJK,1990,4,85647,87700 +TJK,1990,5,82145,84031 +TJK,1990,6,78672,80446 +TJK,1990,7,75262,76969 +TJK,1990,8,71947,73622 +TJK,1990,9,68762,70431 +TJK,1990,10,65676,67345 +TJK,1990,11,62661,64316 +TJK,1990,12,60065,61729 +TJK,1990,13,58047,59754 +TJK,1990,14,56452,58196 +TJK,1990,15,54954,56723 +TJK,1990,16,53604,55439 +TJK,1990,17,52344,53967 +TJK,1990,18,51106,52099 +TJK,1991,0,97981,101497 +TJK,1991,1,98038,101232 +TJK,1991,2,95122,97886 +TJK,1991,3,91995,94409 +TJK,1991,4,88705,90842 +TJK,1991,5,85301,87225 +TJK,1991,6,81818,83585 +TJK,1991,7,78295,79948 +TJK,1991,8,74840,76427 +TJK,1991,9,71527,73091 +TJK,1991,10,68368,69937 +TJK,1991,11,65272,66848 +TJK,1991,12,62224,63790 +TJK,1991,13,59597,61170 +TJK,1991,14,57557,59160 +TJK,1991,15,55947,57569 +TJK,1991,16,54429,56059 +TJK,1991,17,53056,54735 +TJK,1991,18,51778,53236 +TJK,1992,0,95129,98740 +TJK,1992,1,94985,98136 +TJK,1992,2,96702,99704 +TJK,1992,3,94157,96785 +TJK,1992,4,91293,93613 +TJK,1992,5,88175,90246 +TJK,1992,6,84867,86743 +TJK,1992,7,81408,83133 +TJK,1992,8,77836,79444 +TJK,1992,9,74340,75879 +TJK,1992,10,71033,72553 +TJK,1992,11,67903,69438 +TJK,1992,12,64801,66345 +TJK,1992,13,61722,63258 +TJK,1992,14,59067,60605 +TJK,1992,15,57008,58562 +TJK,1992,16,55384,56937 +TJK,1992,17,53847,55390 +TJK,1992,18,52453,54026 +TJK,1993,0,91513,95235 +TJK,1993,1,93066,96377 +TJK,1993,2,93606,96561 +TJK,1993,3,95285,98147 +TJK,1993,4,93112,95655 +TJK,1993,5,90515,92789 +TJK,1993,6,87572,89624 +TJK,1993,7,84363,86236 +TJK,1993,8,80929,82656 +TJK,1993,9,77313,78917 +TJK,1993,10,73779,75309 +TJK,1993,11,70479,71994 +TJK,1993,12,67382,68918 +TJK,1993,13,64276,65822 +TJK,1993,14,61169,62708 +TJK,1993,15,58487,60022 +TJK,1993,16,56411,57946 +TJK,1993,17,54775,56288 +TJK,1993,18,53221,54705 +TJK,1994,0,88237,92044 +TJK,1994,1,91059,94513 +TJK,1994,2,92697,95834 +TJK,1994,3,93271,96123 +TJK,1994,4,93811,96529 +TJK,1994,5,92011,94467 +TJK,1994,6,89681,91909 +TJK,1994,7,86915,88948 +TJK,1994,8,83807,85676 +TJK,1994,9,80401,82129 +TJK,1994,10,76743,78341 +TJK,1994,11,73172,74693 +TJK,1994,12,69883,71391 +TJK,1994,13,66820,68356 +TJK,1994,14,63711,65260 +TJK,1994,15,60579,62119 +TJK,1994,16,57873,59403 +TJK,1994,17,55780,57295 +TJK,1994,18,54132,55605 +TJK,1995,0,86101,89949 +TJK,1995,1,89489,93040 +TJK,1995,2,91695,94967 +TJK,1995,3,92830,95840 +TJK,1995,4,93002,95768 +TJK,1995,5,92320,94861 +TJK,1995,6,90893,93228 +TJK,1995,7,88830,90979 +TJK,1995,8,86241,88223 +TJK,1995,9,83234,85071 +TJK,1995,10,79857,81558 +TJK,1995,11,76157,77724 +TJK,1995,12,72552,74037 +TJK,1995,13,69273,70750 +TJK,1995,14,66245,67758 +TJK,1995,15,63134,64663 +TJK,1995,16,59976,61498 +TJK,1995,17,57247,58752 +TJK,1995,18,55138,56613 +TJK,1996,0,85580,89473 +TJK,1996,1,86134,89892 +TJK,1996,2,88909,92394 +TJK,1996,3,90752,93977 +TJK,1996,4,91729,94708 +TJK,1996,5,91906,94652 +TJK,1996,6,91395,93923 +TJK,1996,7,90306,92631 +TJK,1996,8,88475,90615 +TJK,1996,9,85875,87851 +TJK,1996,10,82710,84542 +TJK,1996,11,79260,80955 +TJK,1996,12,75530,77088 +TJK,1996,13,71895,73358 +TJK,1996,14,68590,70016 +TJK,1996,15,65541,66965 +TJK,1996,16,62409,63811 +TJK,1996,17,59224,60586 +TJK,1996,18,56499,57811 +TJK,1997,0,86273,90174 +TJK,1997,1,88335,92047 +TJK,1997,2,86081,89724 +TJK,1997,3,88241,91633 +TJK,1997,4,89720,92870 +TJK,1997,5,90539,93458 +TJK,1997,6,90721,93420 +TJK,1997,7,90380,92869 +TJK,1997,8,89630,91919 +TJK,1997,9,88033,90139 +TJK,1997,10,85424,87370 +TJK,1997,11,82104,83908 +TJK,1997,12,78586,80252 +TJK,1997,13,74829,76357 +TJK,1997,14,71167,72588 +TJK,1997,15,67840,69196 +TJK,1997,16,64774,66089 +TJK,1997,17,61623,62882 +TJK,1997,18,58415,59600 +TJK,1998,0,87651,91558 +TJK,1998,1,88278,92038 +TJK,1998,2,88790,92385 +TJK,1998,3,86030,89541 +TJK,1998,4,87577,90860 +TJK,1998,5,88692,91751 +TJK,1998,6,89354,92196 +TJK,1998,7,89541,92175 +TJK,1998,8,89370,91802 +TJK,1998,9,88958,91194 +TJK,1998,10,87593,89649 +TJK,1998,11,84977,86876 +TJK,1998,12,81502,83262 +TJK,1998,13,77915,79538 +TJK,1998,14,74132,75616 +TJK,1998,15,70444,71809 +TJK,1998,16,67094,68366 +TJK,1998,17,64010,65204 +TJK,1998,18,60841,61944 +TJK,1999,0,88913,92876 +TJK,1999,1,88197,92027 +TJK,1999,2,87795,91474 +TJK,1999,3,87629,91142 +TJK,1999,4,86103,89481 +TJK,1999,5,87039,90211 +TJK,1999,6,87793,90759 +TJK,1999,7,88298,91062 +TJK,1999,8,88490,91057 +TJK,1999,9,88489,90861 +TJK,1999,10,88414,90594 +TJK,1999,11,87280,89282 +TJK,1999,12,84651,86501 +TJK,1999,13,81017,82731 +TJK,1999,14,77356,78933 +TJK,1999,15,73541,74978 +TJK,1999,16,69821,71128 +TJK,1999,17,66444,67631 +TJK,1999,18,63339,64409 +TJK,2000,0,89500,93606 +TJK,2000,1,87874,91825 +TJK,2000,2,86855,90642 +TJK,2000,3,86335,89951 +TJK,2000,4,86205,89644 +TJK,2000,5,86358,89614 +TJK,2000,6,86685,89756 +TJK,2000,7,87077,89960 +TJK,2000,8,87426,90122 +TJK,2000,9,87624,90133 +TJK,2000,10,87793,90115 +TJK,2000,11,88057,90188 +TJK,2000,12,87150,89108 +TJK,2000,13,84504,86312 +TJK,2000,14,80703,82377 +TJK,2000,15,76960,78497 +TJK,2000,16,73104,74501 +TJK,2000,17,69345,70600 +TJK,2000,18,65933,67040 +TJK,2001,0,88421,92739 +TJK,2001,1,87627,91626 +TJK,2001,2,86402,90248 +TJK,2001,3,85709,89404 +TJK,2001,4,85446,88991 +TJK,2001,5,85512,88906 +TJK,2001,6,85806,89050 +TJK,2001,7,86227,89325 +TJK,2001,8,86671,89606 +TJK,2001,9,87037,89785 +TJK,2001,10,87225,89768 +TJK,2001,11,87356,89698 +TJK,2001,12,87548,89691 +TJK,2001,13,86597,88544 +TJK,2001,14,83959,85720 +TJK,2001,15,80196,81777 +TJK,2001,16,76477,77876 +TJK,2001,17,72647,73857 +TJK,2001,18,68879,69925 +TJK,2002,0,86791,91399 +TJK,2002,1,85023,89320 +TJK,2002,2,85987,89886 +TJK,2002,3,85159,88905 +TJK,2002,4,84789,88395 +TJK,2002,5,84781,88258 +TJK,2002,6,85042,88394 +TJK,2002,7,85477,88712 +TJK,2002,8,85992,89119 +TJK,2002,9,86490,89479 +TJK,2002,10,86874,89674 +TJK,2002,11,87053,89630 +TJK,2002,12,87145,89508 +TJK,2002,13,87267,89421 +TJK,2002,14,86269,88206 +TJK,2002,15,83632,85345 +TJK,2002,16,79898,81385 +TJK,2002,17,76193,77453 +TJK,2002,18,72379,73400 +TJK,2003,0,85287,90238 +TJK,2003,1,83840,88367 +TJK,2003,2,82973,87145 +TJK,2003,3,84522,88329 +TJK,2003,4,84089,87743 +TJK,2003,5,84040,87567 +TJK,2003,6,84288,87706 +TJK,2003,7,84744,88063 +TJK,2003,8,85321,88555 +TJK,2003,9,85932,89096 +TJK,2003,10,86484,89534 +TJK,2003,11,86887,89747 +TJK,2003,12,87056,89675 +TJK,2003,13,87110,89501 +TJK,2003,14,87163,89334 +TJK,2003,15,86115,88048 +TJK,2003,16,83475,85144 +TJK,2003,17,79761,81159 +TJK,2003,18,76063,77189 +TJK,2004,0,84842,90151 +TJK,2004,1,83431,88212 +TJK,2004,2,82551,86901 +TJK,2004,3,82129,86132 +TJK,2004,4,83119,86848 +TJK,2004,5,83081,86658 +TJK,2004,6,83356,86816 +TJK,2004,7,83860,87232 +TJK,2004,8,84512,87811 +TJK,2004,9,85232,88477 +TJK,2004,10,85939,89154 +TJK,2004,11,86545,89670 +TJK,2004,12,86968,89900 +TJK,2004,13,87128,89801 +TJK,2004,14,87143,89574 +TJK,2004,15,87127,89328 +TJK,2004,16,86029,87969 +TJK,2004,17,83382,85020 +TJK,2004,18,79686,81006 +TJK,2005,0,86112,91760 +TJK,2005,1,84154,89195 +TJK,2005,2,82809,87363 +TJK,2005,3,82003,86175 +TJK,2005,4,81662,85540 +TJK,2005,5,81708,85371 +TJK,2005,6,82069,85579 +TJK,2005,7,82667,86073 +TJK,2005,8,83428,86766 +TJK,2005,9,84277,87568 +TJK,2005,10,85140,88410 +TJK,2005,11,85944,89222 +TJK,2005,12,86605,89817 +TJK,2005,13,87047,90066 +TJK,2005,14,87198,89939 +TJK,2005,15,87175,89659 +TJK,2005,16,87088,89332 +TJK,2005,17,85940,87900 +TJK,2005,18,83287,84906 +TJK,2006,0,89168,95088 +TJK,2006,1,85206,90673 +TJK,2006,2,83342,88292 +TJK,2006,3,82168,86704 +TJK,2006,4,81586,85798 +TJK,2006,5,81496,85458 +TJK,2006,6,81841,85619 +TJK,2006,7,82567,86213 +TJK,2006,8,83352,86897 +TJK,2006,9,84010,87466 +TJK,2006,10,84572,87945 +TJK,2006,11,85175,88489 +TJK,2006,12,85692,88980 +TJK,2006,13,86164,89333 +TJK,2006,14,86593,89494 +TJK,2006,15,86838,89377 +TJK,2006,16,86882,89081 +TJK,2006,17,86881,88744 +TJK,2006,18,85727,87283 +TJK,2007,0,93799,99976 +TJK,2007,1,88815,94322 +TJK,2007,2,84271,89573 +TJK,2007,3,82502,87375 +TJK,2007,4,81500,86032 +TJK,2007,5,81142,85408 +TJK,2007,6,81303,85363 +TJK,2007,7,81946,85854 +TJK,2007,8,83037,86834 +TJK,2007,9,84009,87707 +TJK,2007,10,84563,88152 +TJK,2007,11,84838,88307 +TJK,2007,12,85182,88554 +TJK,2007,13,85411,88723 +TJK,2007,14,85693,88836 +TJK,2007,15,86110,88908 +TJK,2007,16,86449,88801 +TJK,2007,17,86561,88490 +TJK,2007,18,86645,88142 +TJK,2008,0,99477,105875 +TJK,2008,1,92548,98285 +TJK,2008,2,87256,92466 +TJK,2008,3,83346,88485 +TJK,2008,4,81672,86470 +TJK,2008,5,80842,85372 +TJK,2008,6,80707,85029 +TJK,2008,7,81118,85279 +TJK,2008,8,82060,86100 +TJK,2008,9,83515,87466 +TJK,2008,10,84675,88528 +TJK,2008,11,85125,88849 +TJK,2008,12,85113,88681 +TJK,2008,13,85197,88631 +TJK,2008,14,85140,88479 +TJK,2008,15,85233,88350 +TJK,2008,16,85636,88334 +TJK,2008,17,86069,88237 +TJK,2008,18,86248,87911 +TJK,2009,0,105423,111979 +TJK,2009,1,96885,102818 +TJK,2009,2,90267,95699 +TJK,2009,3,85369,90409 +TJK,2009,4,82475,87436 +TJK,2009,5,80895,85603 +TJK,2009,6,80235,84749 +TJK,2009,7,80323,84687 +TJK,2009,8,80986,85233 +TJK,2009,9,82226,86383 +TJK,2009,10,84048,88136 +TJK,2009,11,85395,89388 +TJK,2009,12,85741,89586 +TJK,2009,13,85443,89094 +TJK,2009,14,85268,88746 +TJK,2009,15,84923,88273 +TJK,2009,16,84827,87902 +TJK,2009,17,85218,87799 +TJK,2009,18,85746,87712 +TJK,2010,0,110997,117624 +TJK,2010,1,101546,107617 +TJK,2010,2,94083,99701 +TJK,2010,3,88412,93667 +TJK,2010,4,84332,89304 +TJK,2010,5,81648,86402 +TJK,2010,6,80160,84750 +TJK,2010,7,79671,84140 +TJK,2010,8,79983,84360 +TJK,2010,9,80897,85201 +TJK,2010,10,82437,86682 +TJK,2010,11,84625,88822 +TJK,2010,12,86161,90264 +TJK,2010,13,86404,90338 +TJK,2010,14,85819,89523 +TJK,2010,15,85384,88877 +TJK,2010,16,84752,88082 +TJK,2010,17,84466,87471 +TJK,2010,18,84845,87280 +TJK,2011,0,115737,122457 +TJK,2011,1,109470,116035 +TJK,2011,2,100967,107037 +TJK,2011,3,94110,99764 +TJK,2011,4,88755,94067 +TJK,2011,5,84761,89794 +TJK,2011,6,81931,86737 +TJK,2011,7,80071,84688 +TJK,2011,8,79297,83778 +TJK,2011,9,79570,83965 +TJK,2011,10,80591,84932 +TJK,2011,11,82125,86417 +TJK,2011,12,84248,88500 +TJK,2011,13,85719,89883 +TJK,2011,14,85904,89901 +TJK,2011,15,85266,89034 +TJK,2011,16,84777,88335 +TJK,2011,17,84091,87487 +TJK,2011,18,83770,86837 +TJK,2012,0,120098,126829 +TJK,2012,1,111155,117548 +TJK,2012,2,108076,114556 +TJK,2012,3,100509,106556 +TJK,2012,4,94247,99920 +TJK,2012,5,89204,94555 +TJK,2012,6,85289,90367 +TJK,2012,7,82311,87153 +TJK,2012,8,80078,84705 +TJK,2012,9,79019,83493 +TJK,2012,10,79253,83648 +TJK,2012,11,80381,84741 +TJK,2012,12,81911,86233 +TJK,2012,13,83971,88259 +TJK,2012,14,85380,89585 +TJK,2012,15,85506,89547 +TJK,2012,16,84814,88628 +TJK,2012,17,84271,87876 +TJK,2012,18,83531,86973 +TJK,2013,0,123918,130622 +TJK,2013,1,116078,122576 +TJK,2013,2,109154,115441 +TJK,2013,3,106737,113105 +TJK,2013,4,100102,106102 +TJK,2013,5,94434,100101 +TJK,2013,6,89699,95067 +TJK,2013,7,85862,90964 +TJK,2013,8,82735,87591 +TJK,2013,9,80126,84743 +TJK,2013,10,78781,83230 +TJK,2013,11,78977,83353 +TJK,2013,12,80213,84572 +TJK,2013,13,81739,86071 +TJK,2013,14,83738,88041 +TJK,2013,15,85085,89310 +TJK,2013,16,85153,89217 +TJK,2013,17,84406,88244 +TJK,2013,18,83809,87438 +TJK,2014,0,127102,133812 +TJK,2014,1,120618,127222 +TJK,2014,2,114518,120981 +TJK,2014,3,108823,115116 +TJK,2014,4,105408,111638 +TJK,2014,5,99706,105635 +TJK,2014,6,94631,100270 +TJK,2014,7,90204,95567 +TJK,2014,8,86445,91550 +TJK,2014,9,83166,88018 +TJK,2014,10,80182,84771 +TJK,2014,11,78551,82956 +TJK,2014,12,78709,83046 +TJK,2014,13,80053,84392 +TJK,2014,14,81575,85897 +TJK,2014,15,83513,87812 +TJK,2014,16,84798,89023 +TJK,2014,17,84807,88874 +TJK,2014,18,84007,87848 +TJK,2015,0,129623,136420 +TJK,2015,1,124542,131279 +TJK,2015,2,119374,126001 +TJK,2015,3,114192,120667 +TJK,2015,4,109073,115361 +TJK,2015,5,104090,110165 +TJK,2015,6,99321,105161 +TJK,2015,7,94839,100432 +TJK,2015,8,90719,96061 +TJK,2015,9,87038,92130 +TJK,2015,10,83609,88440 +TJK,2015,11,80248,84793 +TJK,2015,12,78330,82677 +TJK,2015,13,78449,82735 +TJK,2015,14,79902,84207 +TJK,2015,15,81421,85718 +TJK,2015,16,83298,87577 +TJK,2015,17,84522,88731 +TJK,2015,18,84472,88527 +TJK,2016,0,131266,138380 +TJK,2016,1,129026,135872 +TJK,2016,2,124237,130992 +TJK,2016,3,119260,125888 +TJK,2016,4,114186,120654 +TJK,2016,5,109105,115386 +TJK,2016,6,104094,110168 +TJK,2016,7,99228,105085 +TJK,2016,8,94668,100285 +TJK,2016,9,90528,95885 +TJK,2016,10,86860,91948 +TJK,2016,11,83413,88223 +TJK,2016,12,80015,84527 +TJK,2016,13,78059,82357 +TJK,2016,14,78142,82362 +TJK,2016,15,79559,83783 +TJK,2016,16,81042,85242 +TJK,2016,17,82882,87048 +TJK,2016,18,84081,88164 +TJK,2017,0,132313,139832 +TJK,2017,1,130051,137387 +TJK,2017,2,128550,135418 +TJK,2017,3,124048,130796 +TJK,2017,4,119259,125862 +TJK,2017,5,114287,120724 +TJK,2017,6,109240,115490 +TJK,2017,7,104194,110247 +TJK,2017,8,99229,105081 +TJK,2017,9,94585,100207 +TJK,2017,10,90422,95775 +TJK,2017,11,86765,91829 +TJK,2017,12,83295,88068 +TJK,2017,13,79858,84318 +TJK,2017,14,77862,82094 +TJK,2017,15,77907,82047 +TJK,2017,16,79290,83417 +TJK,2017,17,80739,84825 +TJK,2017,18,82544,86578 +TJK,2018,0,132679,140602 +TJK,2018,1,131793,139424 +TJK,2018,2,129863,137214 +TJK,2018,3,128112,134983 +TJK,2018,4,123895,130618 +TJK,2018,5,119292,125854 +TJK,2018,6,114422,120812 +TJK,2018,7,109406,115612 +TJK,2018,8,104325,110343 +TJK,2018,9,99258,105093 +TJK,2018,10,94530,100144 +TJK,2018,11,90343,95679 +TJK,2018,12,86694,91723 +TJK,2018,13,83201,87925 +TJK,2018,14,79724,84122 +TJK,2018,15,77688,81844 +TJK,2018,16,77696,81743 +TJK,2018,17,79045,83063 +TJK,2018,18,80459,84420 +TJK,2019,0,132000,141000 +TJK,2019,1,133000,141000 +TJK,2019,2,132000,139000 +TJK,2019,3,130000,137000 +TJK,2019,4,128000,135000 +TJK,2019,5,124000,130000 +TJK,2019,6,119000,126000 +TJK,2019,7,115000,121000 +TJK,2019,8,110000,116000 +TJK,2019,9,104000,110000 +TJK,2019,10,99000,105000 +TJK,2019,11,94000,100000 +TJK,2019,12,90000,96000 +TJK,2019,13,87000,92000 +TJK,2019,14,83000,88000 +TJK,2019,15,80000,84000 +TJK,2019,16,78000,82000 +TJK,2019,17,77000,81000 +TJK,2019,18,79000,83000 +TJK,2020,0,131000,140000 +TJK,2020,1,133000,141000 +TJK,2020,2,133000,141000 +TJK,2020,3,132000,139000 +TJK,2020,4,130000,137000 +TJK,2020,5,127000,134000 +TJK,2020,6,124000,130000 +TJK,2020,7,119000,126000 +TJK,2020,8,115000,121000 +TJK,2020,9,110000,116000 +TJK,2020,10,105000,110000 +TJK,2020,11,99000,105000 +TJK,2020,12,94000,100000 +TJK,2020,13,90000,95000 +TJK,2020,14,86000,91000 +TJK,2020,15,83000,88000 +TJK,2020,16,79000,84000 +TJK,2020,17,77000,81000 +TJK,2020,18,77000,81000 +TJK,2021,0,130000,138000 +TJK,2021,1,132000,140000 +TJK,2021,2,133000,141000 +TJK,2021,3,133000,140000 +TJK,2021,4,132000,139000 +TJK,2021,5,130000,137000 +TJK,2021,6,127000,134000 +TJK,2021,7,124000,130000 +TJK,2021,8,119000,126000 +TJK,2021,9,115000,121000 +TJK,2021,10,110000,116000 +TJK,2021,11,104000,110000 +TJK,2021,12,99000,105000 +TJK,2021,13,94000,100000 +TJK,2021,14,90000,95000 +TJK,2021,15,86000,91000 +TJK,2021,16,83000,87000 +TJK,2021,17,79000,83000 +TJK,2021,18,77000,81000 +TJK,2022,0,127000,135000 +TJK,2022,1,131000,138000 +TJK,2022,2,132000,140000 +TJK,2022,3,133000,141000 +TJK,2022,4,133000,140000 +TJK,2022,5,132000,139000 +TJK,2022,6,130000,137000 +TJK,2022,7,127000,134000 +TJK,2022,8,123000,130000 +TJK,2022,9,119000,126000 +TJK,2022,10,115000,121000 +TJK,2022,11,110000,116000 +TJK,2022,12,104000,110000 +TJK,2022,13,99000,105000 +TJK,2022,14,94000,99000 +TJK,2022,15,90000,95000 +TJK,2022,16,86000,91000 +TJK,2022,17,82000,87000 +TJK,2022,18,79000,83000 +TJK,2023,0,125000,132000 +TJK,2023,1,129000,136000 +TJK,2023,2,132000,139000 +TJK,2023,3,132000,140000 +TJK,2023,4,133000,141000 +TJK,2023,5,133000,140000 +TJK,2023,6,131000,139000 +TJK,2023,7,129000,136000 +TJK,2023,8,127000,133000 +TJK,2023,9,123000,130000 +TJK,2023,10,120000,126000 +TJK,2023,11,115000,121000 +TJK,2023,12,110000,116000 +TJK,2023,13,104000,110000 +TJK,2023,14,99000,104000 +TJK,2023,15,94000,99000 +TJK,2023,16,89000,94000 +TJK,2023,17,86000,90000 +TJK,2023,18,82000,86000 +TJK,2024,0,123000,130000 +TJK,2024,1,127000,135000 +TJK,2024,2,130000,138000 +TJK,2024,3,132000,140000 +TJK,2024,4,133000,141000 +TJK,2024,5,133000,141000 +TJK,2024,6,132000,140000 +TJK,2024,7,131000,138000 +TJK,2024,8,129000,136000 +TJK,2024,9,126000,133000 +TJK,2024,10,123000,130000 +TJK,2024,11,120000,126000 +TJK,2024,12,115000,121000 +TJK,2024,13,109000,115000 +TJK,2024,14,104000,110000 +TJK,2024,15,99000,104000 +TJK,2024,16,94000,99000 +TJK,2024,17,89000,94000 +TJK,2024,18,85000,90000 +TJK,2025,0,122000,129000 +TJK,2025,1,126000,133000 +TJK,2025,2,129000,136000 +TJK,2025,3,131000,139000 +TJK,2025,4,132000,140000 +TJK,2025,5,133000,141000 +TJK,2025,6,133000,141000 +TJK,2025,7,132000,140000 +TJK,2025,8,131000,138000 +TJK,2025,9,129000,136000 +TJK,2025,10,126000,133000 +TJK,2025,11,123000,130000 +TJK,2025,12,120000,126000 +TJK,2025,13,115000,121000 +TJK,2025,14,109000,115000 +TJK,2025,15,104000,110000 +TJK,2025,16,98000,104000 +TJK,2025,17,93000,99000 +TJK,2025,18,89000,94000 +TJK,2026,0,123000,129000 +TJK,2026,1,123000,130000 +TJK,2026,2,126000,133000 +TJK,2026,3,129000,136000 +TJK,2026,4,131000,138000 +TJK,2026,5,132000,140000 +TJK,2026,6,133000,140000 +TJK,2026,7,133000,141000 +TJK,2026,8,132000,140000 +TJK,2026,9,131000,138000 +TJK,2026,10,129000,136000 +TJK,2026,11,126000,133000 +TJK,2026,12,123000,130000 +TJK,2026,13,119000,126000 +TJK,2026,14,115000,121000 +TJK,2026,15,109000,115000 +TJK,2026,16,104000,109000 +TJK,2026,17,98000,104000 +TJK,2026,18,93000,98000 +TJK,2027,0,124000,131000 +TJK,2027,1,126000,133000 +TJK,2027,2,124000,131000 +TJK,2027,3,126000,133000 +TJK,2027,4,128000,136000 +TJK,2027,5,130000,138000 +TJK,2027,6,132000,139000 +TJK,2027,7,132000,140000 +TJK,2027,8,133000,141000 +TJK,2027,9,132000,140000 +TJK,2027,10,131000,138000 +TJK,2027,11,129000,136000 +TJK,2027,12,126000,133000 +TJK,2027,13,123000,130000 +TJK,2027,14,119000,125000 +TJK,2027,15,114000,120000 +TJK,2027,16,109000,115000 +TJK,2027,17,103000,109000 +TJK,2027,18,98000,103000 +TJK,2028,0,126000,134000 +TJK,2028,1,126000,133000 +TJK,2028,2,126000,134000 +TJK,2028,3,124000,131000 +TJK,2028,4,126000,133000 +TJK,2028,5,128000,135000 +TJK,2028,6,130000,137000 +TJK,2028,7,131000,139000 +TJK,2028,8,132000,140000 +TJK,2028,9,133000,140000 +TJK,2028,10,132000,140000 +TJK,2028,11,131000,138000 +TJK,2028,12,128000,136000 +TJK,2028,13,126000,133000 +TJK,2028,14,123000,129000 +TJK,2028,15,119000,125000 +TJK,2028,16,114000,120000 +TJK,2028,17,109000,114000 +TJK,2028,18,103000,108000 +TJK,2029,0,129000,137000 +TJK,2029,1,127000,135000 +TJK,2029,2,126000,133000 +TJK,2029,3,126000,133000 +TJK,2029,4,125000,132000 +TJK,2029,5,126000,134000 +TJK,2029,6,128000,135000 +TJK,2029,7,129000,137000 +TJK,2029,8,130000,138000 +TJK,2029,9,132000,139000 +TJK,2029,10,133000,140000 +TJK,2029,11,133000,140000 +TJK,2029,12,131000,138000 +TJK,2029,13,128000,135000 +TJK,2029,14,126000,132000 +TJK,2029,15,123000,129000 +TJK,2029,16,119000,125000 +TJK,2029,17,114000,120000 +TJK,2029,18,108000,114000 +TJK,2030,0,132000,140000 +TJK,2030,1,129000,137000 +TJK,2030,2,127000,134000 +TJK,2030,3,126000,133000 +TJK,2030,4,125000,132000 +TJK,2030,5,126000,133000 +TJK,2030,6,126000,134000 +TJK,2030,7,128000,135000 +TJK,2030,8,129000,136000 +TJK,2030,9,130000,137000 +TJK,2030,10,131000,139000 +TJK,2030,11,132000,140000 +TJK,2030,12,133000,140000 +TJK,2030,13,131000,138000 +TJK,2030,14,128000,135000 +TJK,2030,15,125000,132000 +TJK,2030,16,122000,129000 +TJK,2030,17,119000,125000 +TJK,2030,18,114000,119000 +TJK,2031,0,136000,144000 +TJK,2031,1,132000,140000 +TJK,2031,2,129000,136000 +TJK,2031,3,127000,134000 +TJK,2031,4,126000,133000 +TJK,2031,5,126000,133000 +TJK,2031,6,126000,133000 +TJK,2031,7,126000,134000 +TJK,2031,8,127000,135000 +TJK,2031,9,129000,136000 +TJK,2031,10,130000,137000 +TJK,2031,11,131000,139000 +TJK,2031,12,132000,140000 +TJK,2031,13,132000,140000 +TJK,2031,14,131000,138000 +TJK,2031,15,128000,135000 +TJK,2031,16,125000,132000 +TJK,2031,17,122000,128000 +TJK,2031,18,118000,124000 +TJK,2032,0,140000,148000 +TJK,2032,1,134000,142000 +TJK,2032,2,131000,139000 +TJK,2032,3,129000,136000 +TJK,2032,4,127000,134000 +TJK,2032,5,126000,133000 +TJK,2032,6,126000,133000 +TJK,2032,7,126000,133000 +TJK,2032,8,126000,134000 +TJK,2032,9,127000,134000 +TJK,2032,10,128000,136000 +TJK,2032,11,130000,137000 +TJK,2032,12,131000,138000 +TJK,2032,13,132000,140000 +TJK,2032,14,132000,140000 +TJK,2032,15,131000,138000 +TJK,2032,16,128000,135000 +TJK,2032,17,125000,131000 +TJK,2032,18,122000,128000 +TJK,2033,0,143000,152000 +TJK,2033,1,138000,146000 +TJK,2033,2,133000,141000 +TJK,2033,3,131000,138000 +TJK,2033,4,129000,136000 +TJK,2033,5,127000,134000 +TJK,2033,6,126000,133000 +TJK,2033,7,126000,133000 +TJK,2033,8,126000,133000 +TJK,2033,9,126000,134000 +TJK,2033,10,127000,134000 +TJK,2033,11,128000,136000 +TJK,2033,12,130000,137000 +TJK,2033,13,131000,138000 +TJK,2033,14,132000,139000 +TJK,2033,15,132000,139000 +TJK,2033,16,130000,137000 +TJK,2033,17,127000,134000 +TJK,2033,18,124000,131000 +TJK,2034,0,147000,156000 +TJK,2034,1,141000,149000 +TJK,2034,2,136000,144000 +TJK,2034,3,133000,140000 +TJK,2034,4,130000,138000 +TJK,2034,5,128000,136000 +TJK,2034,6,127000,134000 +TJK,2034,7,126000,133000 +TJK,2034,8,126000,133000 +TJK,2034,9,126000,133000 +TJK,2034,10,126000,134000 +TJK,2034,11,127000,134000 +TJK,2034,12,128000,135000 +TJK,2034,13,129000,137000 +TJK,2034,14,131000,138000 +TJK,2034,15,132000,139000 +TJK,2034,16,132000,139000 +TJK,2034,17,130000,137000 +TJK,2034,18,127000,134000 +TJK,2035,0,151000,159000 +TJK,2035,1,145000,153000 +TJK,2035,2,140000,148000 +TJK,2035,3,136000,143000 +TJK,2035,4,132000,140000 +TJK,2035,5,130000,137000 +TJK,2035,6,128000,135000 +TJK,2035,7,127000,134000 +TJK,2035,8,126000,133000 +TJK,2035,9,126000,133000 +TJK,2035,10,126000,133000 +TJK,2035,11,126000,134000 +TJK,2035,12,127000,134000 +TJK,2035,13,128000,135000 +TJK,2035,14,129000,137000 +TJK,2035,15,131000,138000 +TJK,2035,16,132000,139000 +TJK,2035,17,132000,139000 +TJK,2035,18,130000,137000 +TJK,2036,0,154000,163000 +TJK,2036,1,150000,159000 +TJK,2036,2,144000,153000 +TJK,2036,3,140000,148000 +TJK,2036,4,136000,144000 +TJK,2036,5,133000,140000 +TJK,2036,6,130000,138000 +TJK,2036,7,128000,135000 +TJK,2036,8,127000,134000 +TJK,2036,9,126000,133000 +TJK,2036,10,126000,133000 +TJK,2036,11,126000,133000 +TJK,2036,12,126000,133000 +TJK,2036,13,127000,134000 +TJK,2036,14,128000,135000 +TJK,2036,15,129000,136000 +TJK,2036,16,130000,137000 +TJK,2036,17,131000,138000 +TJK,2036,18,131000,138000 +TJK,2037,0,157000,166000 +TJK,2037,1,152000,160000 +TJK,2037,2,149000,158000 +TJK,2037,3,144000,152000 +TJK,2037,4,140000,148000 +TJK,2037,5,136000,144000 +TJK,2037,6,133000,141000 +TJK,2037,7,130000,138000 +TJK,2037,8,128000,135000 +TJK,2037,9,127000,134000 +TJK,2037,10,126000,133000 +TJK,2037,11,126000,133000 +TJK,2037,12,126000,133000 +TJK,2037,13,126000,133000 +TJK,2037,14,127000,134000 +TJK,2037,15,128000,135000 +TJK,2037,16,129000,136000 +TJK,2037,17,130000,137000 +TJK,2037,18,131000,138000 +TJK,2038,0,159000,169000 +TJK,2038,1,155000,164000 +TJK,2038,2,151000,159000 +TJK,2038,3,148000,157000 +TJK,2038,4,144000,152000 +TJK,2038,5,140000,148000 +TJK,2038,6,136000,144000 +TJK,2038,7,133000,141000 +TJK,2038,8,131000,138000 +TJK,2038,9,128000,135000 +TJK,2038,10,127000,134000 +TJK,2038,11,126000,133000 +TJK,2038,12,126000,133000 +TJK,2038,13,126000,133000 +TJK,2038,14,126000,133000 +TJK,2038,15,126000,133000 +TJK,2038,16,127000,134000 +TJK,2038,17,129000,135000 +TJK,2038,18,130000,136000 +TJK,2039,0,161000,171000 +TJK,2039,1,158000,167000 +TJK,2039,2,154000,163000 +TJK,2039,3,150000,159000 +TJK,2039,4,148000,156000 +TJK,2039,5,144000,152000 +TJK,2039,6,140000,148000 +TJK,2039,7,137000,144000 +TJK,2039,8,134000,141000 +TJK,2039,9,131000,138000 +TJK,2039,10,128000,135000 +TJK,2039,11,126000,134000 +TJK,2039,12,126000,133000 +TJK,2039,13,126000,133000 +TJK,2039,14,126000,133000 +TJK,2039,15,126000,133000 +TJK,2039,16,126000,133000 +TJK,2039,17,127000,134000 +TJK,2039,18,128000,135000 +TJK,2040,0,162000,172000 +TJK,2040,1,160000,169000 +TJK,2040,2,157000,166000 +TJK,2040,3,154000,162000 +TJK,2040,4,150000,159000 +TJK,2040,5,147000,155000 +TJK,2040,6,143000,152000 +TJK,2040,7,140000,148000 +TJK,2040,8,137000,145000 +TJK,2040,9,134000,141000 +TJK,2040,10,131000,138000 +TJK,2040,11,128000,135000 +TJK,2040,12,126000,133000 +TJK,2040,13,125000,132000 +TJK,2040,14,126000,132000 +TJK,2040,15,126000,132000 +TJK,2040,16,126000,132000 +TJK,2040,17,126000,133000 +TJK,2040,18,127000,134000 +TJK,2041,0,163000,173000 +TJK,2041,1,162000,172000 +TJK,2041,2,160000,169000 +TJK,2041,3,157000,166000 +TJK,2041,4,154000,162000 +TJK,2041,5,150000,159000 +TJK,2041,6,147000,155000 +TJK,2041,7,143000,152000 +TJK,2041,8,140000,148000 +TJK,2041,9,137000,145000 +TJK,2041,10,134000,141000 +TJK,2041,11,131000,138000 +TJK,2041,12,128000,135000 +TJK,2041,13,126000,133000 +TJK,2041,14,125000,132000 +TJK,2041,15,125000,132000 +TJK,2041,16,125000,132000 +TJK,2041,17,125000,132000 +TJK,2041,18,126000,132000 +TJK,2042,0,163000,173000 +TJK,2042,1,162000,172000 +TJK,2042,2,162000,171000 +TJK,2042,3,160000,169000 +TJK,2042,4,157000,166000 +TJK,2042,5,154000,162000 +TJK,2042,6,150000,159000 +TJK,2042,7,147000,155000 +TJK,2042,8,143000,152000 +TJK,2042,9,140000,148000 +TJK,2042,10,137000,144000 +TJK,2042,11,134000,141000 +TJK,2042,12,131000,138000 +TJK,2042,13,128000,135000 +TJK,2042,14,126000,133000 +TJK,2042,15,125000,132000 +TJK,2042,16,125000,132000 +TJK,2042,17,125000,132000 +TJK,2042,18,125000,131000 +TJK,2043,0,163000,172000 +TJK,2043,1,163000,173000 +TJK,2043,2,162000,172000 +TJK,2043,3,162000,171000 +TJK,2043,4,159000,169000 +TJK,2043,5,157000,166000 +TJK,2043,6,154000,162000 +TJK,2043,7,150000,159000 +TJK,2043,8,147000,155000 +TJK,2043,9,143000,152000 +TJK,2043,10,140000,148000 +TJK,2043,11,137000,144000 +TJK,2043,12,134000,141000 +TJK,2043,13,131000,138000 +TJK,2043,14,128000,135000 +TJK,2043,15,126000,133000 +TJK,2043,16,125000,132000 +TJK,2043,17,125000,131000 +TJK,2043,18,125000,131000 +TJK,2044,0,162000,172000 +TJK,2044,1,163000,173000 +TJK,2044,2,163000,173000 +TJK,2044,3,163000,172000 +TJK,2044,4,161000,171000 +TJK,2044,5,159000,168000 +TJK,2044,6,157000,166000 +TJK,2044,7,154000,162000 +TJK,2044,8,150000,159000 +TJK,2044,9,147000,155000 +TJK,2044,10,143000,152000 +TJK,2044,11,140000,148000 +TJK,2044,12,137000,144000 +TJK,2044,13,134000,141000 +TJK,2044,14,131000,138000 +TJK,2044,15,128000,135000 +TJK,2044,16,125000,132000 +TJK,2044,17,125000,131000 +TJK,2044,18,124000,131000 +TJK,2045,0,161000,171000 +TJK,2045,1,163000,172000 +TJK,2045,2,164000,173000 +TJK,2045,3,163000,173000 +TJK,2045,4,163000,172000 +TJK,2045,5,161000,170000 +TJK,2045,6,159000,168000 +TJK,2045,7,157000,165000 +TJK,2045,8,154000,162000 +TJK,2045,9,150000,159000 +TJK,2045,10,147000,155000 +TJK,2045,11,143000,151000 +TJK,2045,12,140000,148000 +TJK,2045,13,137000,144000 +TJK,2045,14,133000,141000 +TJK,2045,15,130000,138000 +TJK,2045,16,127000,134000 +TJK,2045,17,125000,132000 +TJK,2045,18,124000,131000 +TJK,2046,0,160000,169000 +TJK,2046,1,161000,171000 +TJK,2046,2,163000,172000 +TJK,2046,3,163000,173000 +TJK,2046,4,163000,173000 +TJK,2046,5,162000,172000 +TJK,2046,6,161000,170000 +TJK,2046,7,159000,168000 +TJK,2046,8,157000,166000 +TJK,2046,9,154000,162000 +TJK,2046,10,150000,159000 +TJK,2046,11,147000,155000 +TJK,2046,12,143000,151000 +TJK,2046,13,140000,147000 +TJK,2046,14,136000,144000 +TJK,2046,15,133000,140000 +TJK,2046,16,130000,137000 +TJK,2046,17,127000,134000 +TJK,2046,18,125000,131000 +TJK,2047,0,159000,168000 +TJK,2047,1,161000,171000 +TJK,2047,2,162000,171000 +TJK,2047,3,163000,172000 +TJK,2047,4,163000,173000 +TJK,2047,5,163000,173000 +TJK,2047,6,162000,172000 +TJK,2047,7,161000,170000 +TJK,2047,8,159000,168000 +TJK,2047,9,157000,166000 +TJK,2047,10,154000,162000 +TJK,2047,11,150000,159000 +TJK,2047,12,147000,155000 +TJK,2047,13,143000,151000 +TJK,2047,14,140000,147000 +TJK,2047,15,136000,144000 +TJK,2047,16,133000,140000 +TJK,2047,17,130000,137000 +TJK,2047,18,127000,133000 +TJK,2048,0,158000,167000 +TJK,2048,1,160000,170000 +TJK,2048,2,162000,171000 +TJK,2048,3,162000,172000 +TJK,2048,4,163000,172000 +TJK,2048,5,163000,173000 +TJK,2048,6,163000,172000 +TJK,2048,7,162000,171000 +TJK,2048,8,161000,170000 +TJK,2048,9,159000,168000 +TJK,2048,10,157000,166000 +TJK,2048,11,154000,162000 +TJK,2048,12,150000,159000 +TJK,2048,13,147000,155000 +TJK,2048,14,143000,151000 +TJK,2048,15,139000,147000 +TJK,2048,16,136000,143000 +TJK,2048,17,133000,140000 +TJK,2048,18,130000,136000 +TJK,2049,0,157000,167000 +TJK,2049,1,159000,169000 +TJK,2049,2,161000,170000 +TJK,2049,3,162000,172000 +TJK,2049,4,162000,172000 +TJK,2049,5,163000,172000 +TJK,2049,6,163000,172000 +TJK,2049,7,162000,172000 +TJK,2049,8,162000,171000 +TJK,2049,9,160000,170000 +TJK,2049,10,159000,168000 +TJK,2049,11,157000,166000 +TJK,2049,12,154000,162000 +TJK,2049,13,150000,159000 +TJK,2049,14,146000,155000 +TJK,2049,15,143000,151000 +TJK,2049,16,139000,147000 +TJK,2049,17,136000,143000 +TJK,2049,18,132000,139000 +TJK,2050,0,157000,166000 +TJK,2050,1,159000,168000 +TJK,2050,2,160000,170000 +TJK,2050,3,161000,171000 +TJK,2050,4,162000,172000 +TJK,2050,5,163000,172000 +TJK,2050,6,163000,172000 +TJK,2050,7,163000,172000 +TJK,2050,8,162000,172000 +TJK,2050,9,161000,171000 +TJK,2050,10,160000,169000 +TJK,2050,11,159000,168000 +TJK,2050,12,157000,166000 +TJK,2050,13,154000,162000 +TJK,2050,14,150000,158000 +TJK,2050,15,146000,154000 +TJK,2050,16,143000,150000 +TJK,2050,17,139000,146000 +TJK,2050,18,135000,142000 +TKM,1990,0,62802,65055 +TKM,1990,1,59674,61470 +TKM,1990,2,56928,58375 +TKM,1990,3,54529,55722 +TKM,1990,4,52440,53462 +TKM,1990,5,50627,51548 +TKM,1990,6,49052,49930 +TKM,1990,7,47681,48562 +TKM,1990,8,46478,47395 +TKM,1990,9,45406,46380 +TKM,1990,10,44486,45550 +TKM,1990,11,43737,44938 +TKM,1990,12,42847,44092 +TKM,1990,13,41668,42801 +TKM,1990,14,40333,41261 +TKM,1990,15,39120,39841 +TKM,1990,16,37977,38427 +TKM,1990,17,36949,37302 +TKM,1990,18,36087,36630 +TKM,1991,0,62948,65243 +TKM,1991,1,62036,64118 +TKM,1991,2,59340,61037 +TKM,1991,3,56878,58274 +TKM,1991,4,54638,55810 +TKM,1991,5,52609,53623 +TKM,1991,6,50755,51666 +TKM,1991,7,49042,49891 +TKM,1991,8,47572,48411 +TKM,1991,9,46378,47255 +TKM,1991,10,45379,46325 +TKM,1991,11,44482,45523 +TKM,1991,12,43729,44906 +TKM,1991,13,42834,44054 +TKM,1991,14,41654,42761 +TKM,1991,15,40317,41220 +TKM,1991,16,39101,39795 +TKM,1991,17,37953,38376 +TKM,1991,18,36922,37244 +TKM,1992,0,62441,64671 +TKM,1992,1,60891,62748 +TKM,1992,2,61451,63382 +TKM,1992,3,59178,60795 +TKM,1992,4,56992,58356 +TKM,1992,5,54906,56072 +TKM,1992,6,52930,53951 +TKM,1992,7,51031,51945 +TKM,1992,8,49175,50008 +TKM,1992,9,47601,48411 +TKM,1992,10,46412,47264 +TKM,1992,11,45484,46416 +TKM,1992,12,44607,45637 +TKM,1992,13,43848,45014 +TKM,1992,14,42946,44155 +TKM,1992,15,41761,42855 +TKM,1992,16,40419,41307 +TKM,1992,17,39195,39875 +TKM,1992,18,38040,38445 +TKM,1993,0,61188,63263 +TKM,1993,1,60846,62686 +TKM,1993,2,60199,61841 +TKM,1993,3,60923,62709 +TKM,1993,4,59072,60614 +TKM,1993,5,57161,58497 +TKM,1993,6,55226,56392 +TKM,1993,7,53302,54334 +TKM,1993,8,51356,52277 +TKM,1993,9,49354,50176 +TKM,1993,10,47675,48460 +TKM,1993,11,46491,47320 +TKM,1993,12,45632,46554 +TKM,1993,13,44775,45799 +TKM,1993,14,44009,45168 +TKM,1993,15,43100,44300 +TKM,1993,16,41907,42993 +TKM,1993,17,40559,41437 +TKM,1993,18,39327,39995 +TKM,1994,0,59154,61026 +TKM,1994,1,60055,61836 +TKM,1994,2,60386,62070 +TKM,1994,3,60212,61796 +TKM,1994,4,60332,61965 +TKM,1994,5,58905,60365 +TKM,1994,6,57272,58573 +TKM,1994,7,55491,56650 +TKM,1994,8,53621,54659 +TKM,1994,9,51629,52553 +TKM,1994,10,49484,50289 +TKM,1994,11,47701,48455 +TKM,1994,12,46523,47324 +TKM,1994,13,45734,46640 +TKM,1994,14,44897,45910 +TKM,1994,15,44125,45272 +TKM,1994,16,43209,44397 +TKM,1994,17,42011,43083 +TKM,1994,18,40658,41522 +TKM,1995,0,56431,58092 +TKM,1995,1,58439,60124 +TKM,1995,2,59681,61353 +TKM,1995,3,60239,61867 +TKM,1995,4,60195,61754 +TKM,1995,5,59632,61102 +TKM,1995,6,58633,60001 +TKM,1995,7,57280,58537 +TKM,1995,8,55656,56800 +TKM,1995,9,53843,54878 +TKM,1995,10,51810,52728 +TKM,1995,11,49525,50305 +TKM,1995,12,47641,48358 +TKM,1995,13,46471,47238 +TKM,1995,14,45754,46637 +TKM,1995,15,44939,45933 +TKM,1995,16,44162,45289 +TKM,1995,17,43241,44408 +TKM,1995,18,42040,43091 +TKM,1996,0,53140,54606 +TKM,1996,1,56397,58008 +TKM,1996,2,58267,59899 +TKM,1996,3,59434,61054 +TKM,1996,4,59969,61548 +TKM,1996,5,59943,61458 +TKM,1996,6,59440,60873 +TKM,1996,7,58543,59882 +TKM,1996,8,57263,58498 +TKM,1996,9,55649,56774 +TKM,1996,10,53806,54823 +TKM,1996,11,51764,52665 +TKM,1996,12,49479,50243 +TKM,1996,13,47594,48294 +TKM,1996,14,46422,47170 +TKM,1996,15,45701,46565 +TKM,1996,16,44882,45853 +TKM,1996,17,44099,45201 +TKM,1996,18,43174,44311 +TKM,1997,0,49194,50461 +TKM,1997,1,53103,54525 +TKM,1997,2,56317,57876 +TKM,1997,3,58046,59625 +TKM,1997,4,59136,60704 +TKM,1997,5,59648,61178 +TKM,1997,6,59641,61112 +TKM,1997,7,59198,60594 +TKM,1997,8,58404,59714 +TKM,1997,9,57199,58412 +TKM,1997,10,55596,56702 +TKM,1997,11,53725,54723 +TKM,1997,12,51676,52559 +TKM,1997,13,49392,50140 +TKM,1997,14,47507,48191 +TKM,1997,15,46334,47064 +TKM,1997,16,45611,46454 +TKM,1997,17,44788,45735 +TKM,1997,18,44000,45075 +TKM,1998,0,45363,46452 +TKM,1998,1,49863,51134 +TKM,1998,2,53408,54805 +TKM,1998,3,56188,57693 +TKM,1998,4,57775,59297 +TKM,1998,5,58788,60300 +TKM,1998,6,59276,60754 +TKM,1998,7,59287,60711 +TKM,1998,8,58905,60261 +TKM,1998,9,58214,59493 +TKM,1998,10,57085,58274 +TKM,1998,11,55494,56580 +TKM,1998,12,53598,54575 +TKM,1998,13,51543,52406 +TKM,1998,14,49263,49993 +TKM,1998,15,47379,48045 +TKM,1998,16,46206,46917 +TKM,1998,17,45482,46302 +TKM,1998,18,44656,45578 +TKM,1999,0,42650,43614 +TKM,1999,1,47189,48335 +TKM,1999,2,50903,52184 +TKM,1999,3,53848,55222 +TKM,1999,4,55993,57441 +TKM,1999,5,57436,58898 +TKM,1999,6,58370,59823 +TKM,1999,7,58834,60256 +TKM,1999,8,58863,60236 +TKM,1999,9,58543,59854 +TKM,1999,10,57956,59200 +TKM,1999,11,56904,58065 +TKM,1999,12,55328,56389 +TKM,1999,13,53408,54361 +TKM,1999,14,51349,52190 +TKM,1999,15,49076,49785 +TKM,1999,16,47196,47841 +TKM,1999,17,46023,46712 +TKM,1999,18,45299,46094 +TKM,2000,0,41722,42634 +TKM,2000,1,45609,46679 +TKM,2000,2,48927,50121 +TKM,2000,3,51702,52987 +TKM,2000,4,53959,55307 +TKM,2000,5,55724,57107 +TKM,2000,6,57021,58417 +TKM,2000,7,57876,59263 +TKM,2000,8,58315,59674 +TKM,2000,9,58362,59678 +TKM,2000,10,58103,59365 +TKM,2000,11,57622,58825 +TKM,2000,12,56648,57775 +TKM,2000,13,55089,56119 +TKM,2000,14,53146,54071 +TKM,2000,15,51087,51901 +TKM,2000,16,48824,49507 +TKM,2000,17,46950,47570 +TKM,2000,18,45780,46442 +TKM,2001,0,43298,44269 +TKM,2001,1,42445,43405 +TKM,2001,2,45705,46794 +TKM,2001,3,48635,49830 +TKM,2001,4,51223,52500 +TKM,2001,5,53451,54787 +TKM,2001,6,55345,56721 +TKM,2001,7,56933,58331 +TKM,2001,8,57992,59385 +TKM,2001,9,58426,59780 +TKM,2001,10,58343,59633 +TKM,2001,11,58033,59252 +TKM,2001,12,57539,58685 +TKM,2001,13,56551,57605 +TKM,2001,14,54976,55917 +TKM,2001,15,53016,53836 +TKM,2001,16,50940,51634 +TKM,2001,17,48657,49206 +TKM,2001,18,46769,47243 +TKM,2002,0,46695,47798 +TKM,2002,1,46883,48011 +TKM,2002,2,43021,44015 +TKM,2002,3,45640,46734 +TKM,2002,4,48173,49353 +TKM,2002,5,50562,51815 +TKM,2002,6,52753,54061 +TKM,2002,7,54772,56122 +TKM,2002,8,56645,58027 +TKM,2002,9,57905,59284 +TKM,2002,10,58333,59662 +TKM,2002,11,58119,59364 +TKM,2002,12,57758,58917 +TKM,2002,13,57255,58325 +TKM,2002,14,56256,57219 +TKM,2002,15,54670,55506 +TKM,2002,16,52700,53400 +TKM,2002,17,50613,51173 +TKM,2002,18,48320,48721 +TKM,2003,0,50945,52217 +TKM,2003,1,48710,49917 +TKM,2003,2,47431,48602 +TKM,2003,3,43530,44551 +TKM,2003,4,45507,46598 +TKM,2003,5,47638,48796 +TKM,2003,6,49827,51047 +TKM,2003,7,51978,53249 +TKM,2003,8,54117,55433 +TKM,2003,9,56271,57629 +TKM,2003,10,57730,59087 +TKM,2003,11,58151,59447 +TKM,2003,12,57807,58999 +TKM,2003,13,57397,58486 +TKM,2003,14,56884,57870 +TKM,2003,15,55876,56741 +TKM,2003,16,54282,55004 +TKM,2003,17,52304,52877 +TKM,2003,18,50210,50629 +TKM,2004,0,54688,56123 +TKM,2004,1,50521,51814 +TKM,2004,2,47723,48920 +TKM,2004,3,46124,47264 +TKM,2004,4,44084,45134 +TKM,2004,5,45422,46514 +TKM,2004,6,47155,48296 +TKM,2004,7,49147,50338 +TKM,2004,8,51260,52499 +TKM,2004,9,53522,54808 +TKM,2004,10,55959,57297 +TKM,2004,11,57617,58957 +TKM,2004,12,58032,59299 +TKM,2004,13,57557,58701 +TKM,2004,14,57098,58122 +TKM,2004,15,56575,57482 +TKM,2004,16,55557,56328 +TKM,2004,17,53952,54566 +TKM,2004,18,51966,52415 +TKM,2005,0,56986,58547 +TKM,2005,1,51843,53212 +TKM,2005,2,48224,49458 +TKM,2005,3,45951,47099 +TKM,2005,4,44848,45950 +TKM,2005,5,44737,45826 +TKM,2005,6,45439,46541 +TKM,2005,7,46779,47911 +TKM,2005,8,48577,49750 +TKM,2005,9,50658,51874 +TKM,2005,10,53047,54314 +TKM,2005,11,55773,57101 +TKM,2005,12,57634,58967 +TKM,2005,13,58043,59293 +TKM,2005,14,57438,58543 +TKM,2005,15,56927,57897 +TKM,2005,16,56393,57231 +TKM,2005,17,55363,56049 +TKM,2005,18,53745,54259 +TKM,2006,0,56878,58474 +TKM,2006,1,55519,56999 +TKM,2006,2,51215,52534 +TKM,2006,3,48127,49331 +TKM,2006,4,46128,47257 +TKM,2006,5,45091,46178 +TKM,2006,6,44839,45912 +TKM,2006,7,45197,46274 +TKM,2006,8,46285,47384 +TKM,2006,9,48074,49211 +TKM,2006,10,50289,51468 +TKM,2006,11,52712,53937 +TKM,2006,12,55419,56699 +TKM,2006,13,57263,58541 +TKM,2006,14,57662,58850 +TKM,2006,15,57049,58088 +TKM,2006,16,56531,57428 +TKM,2006,17,55988,56747 +TKM,2006,18,54956,55557 +TKM,2007,0,55299,56896 +TKM,2007,1,51738,53153 +TKM,2007,2,54264,55681 +TKM,2007,3,50780,52064 +TKM,2007,4,48210,49397 +TKM,2007,5,46475,47599 +TKM,2007,6,45500,46587 +TKM,2007,7,45108,46178 +TKM,2007,8,45123,46190 +TKM,2007,9,45964,47046 +TKM,2007,10,47750,48866 +TKM,2007,11,50109,51266 +TKM,2007,12,52574,53773 +TKM,2007,13,55272,56520 +TKM,2007,14,57107,58348 +TKM,2007,15,57495,58640 +TKM,2007,16,56874,57862 +TKM,2007,17,56346,57186 +TKM,2007,18,55793,56488 +TKM,2008,0,53276,54866 +TKM,2008,1,51467,52910 +TKM,2008,2,49992,51320 +TKM,2008,3,53127,54492 +TKM,2008,4,50457,51717 +TKM,2008,5,48399,49581 +TKM,2008,6,46926,48054 +TKM,2008,7,46010,47106 +TKM,2008,8,45476,46554 +TKM,2008,9,45150,46214 +TKM,2008,10,45745,46818 +TKM,2008,11,47532,48637 +TKM,2008,12,50039,51185 +TKM,2008,13,52551,53736 +TKM,2008,14,55246,56475 +TKM,2008,15,57076,58291 +TKM,2008,16,57456,58568 +TKM,2008,17,56824,57773 +TKM,2008,18,56285,57078 +TKM,2009,0,52308,53918 +TKM,2009,1,51888,53380 +TKM,2009,2,51331,52724 +TKM,2009,3,50679,51993 +TKM,2009,4,51974,53288 +TKM,2009,5,50121,51357 +TKM,2009,6,48578,49755 +TKM,2009,7,47367,48501 +TKM,2009,8,46512,47618 +TKM,2009,9,45837,46921 +TKM,2009,10,45166,46230 +TKM,2009,11,45515,46579 +TKM,2009,12,47303,48396 +TKM,2009,13,49958,51093 +TKM,2009,14,52517,53688 +TKM,2009,15,55209,56418 +TKM,2009,16,57032,58222 +TKM,2009,17,57404,58484 +TKM,2009,18,56761,57671 +TKM,2010,0,53433,55115 +TKM,2010,1,53469,55040 +TKM,2010,2,53145,54619 +TKM,2010,3,52535,53925 +TKM,2010,4,51712,53030 +TKM,2010,5,50748,52006 +TKM,2010,6,49717,50925 +TKM,2010,7,48692,49860 +TKM,2010,8,47746,48882 +TKM,2010,9,46952,48064 +TKM,2010,10,46136,47224 +TKM,2010,11,45121,46181 +TKM,2010,12,45222,46275 +TKM,2010,13,47009,48088 +TKM,2010,14,49809,50929 +TKM,2010,15,52412,53565 +TKM,2010,16,55097,56283 +TKM,2010,17,56912,58072 +TKM,2010,18,57274,58318 +TKM,2011,0,57377,59212 +TKM,2011,1,53967,55627 +TKM,2011,2,53551,55099 +TKM,2011,3,52949,54402 +TKM,2011,4,52206,53578 +TKM,2011,5,51365,52668 +TKM,2011,6,50499,51746 +TKM,2011,7,49682,50885 +TKM,2011,8,48809,49975 +TKM,2011,9,47863,48999 +TKM,2011,10,46977,48089 +TKM,2011,11,46127,47216 +TKM,2011,12,45107,46167 +TKM,2011,13,45204,46256 +TKM,2011,14,46987,48065 +TKM,2011,15,49786,50903 +TKM,2011,16,52386,53534 +TKM,2011,17,55067,56248 +TKM,2011,18,56880,58031 +TKM,2012,0,63311,65345 +TKM,2012,1,60846,62699 +TKM,2012,2,54377,56003 +TKM,2012,3,53508,55025 +TKM,2012,4,52629,54052 +TKM,2012,5,51754,53099 +TKM,2012,6,50897,52178 +TKM,2012,7,50131,51360 +TKM,2012,8,49531,50721 +TKM,2012,9,48812,49969 +TKM,2012,10,47868,48997 +TKM,2012,11,46893,47998 +TKM,2012,12,46011,47093 +TKM,2012,13,44988,46040 +TKM,2012,14,45080,46124 +TKM,2012,15,46856,47925 +TKM,2012,16,49646,50753 +TKM,2012,17,52238,53374 +TKM,2012,18,54910,56076 +TKM,2013,0,69779,72014 +TKM,2013,1,65295,67300 +TKM,2013,2,61381,63189 +TKM,2013,3,54716,56304 +TKM,2013,4,53397,54876 +TKM,2013,5,52242,53630 +TKM,2013,6,51237,52550 +TKM,2013,7,50365,51617 +TKM,2013,8,49700,50906 +TKM,2013,9,49317,50488 +TKM,2013,10,48752,49895 +TKM,2013,11,47812,48928 +TKM,2013,12,46749,47841 +TKM,2013,13,45837,46906 +TKM,2013,14,44812,45852 +TKM,2013,15,44898,45930 +TKM,2013,16,46665,47720 +TKM,2013,17,49443,50535 +TKM,2013,18,52023,53141 +TKM,2014,0,74794,77181 +TKM,2014,1,68951,71081 +TKM,2014,2,63991,65899 +TKM,2014,3,59843,61564 +TKM,2014,4,55095,56646 +TKM,2014,5,53326,54768 +TKM,2014,6,51895,53249 +TKM,2014,7,50759,52041 +TKM,2014,8,49871,51097 +TKM,2014,9,49307,50491 +TKM,2014,10,49139,50294 +TKM,2014,11,48729,49859 +TKM,2014,12,47791,48897 +TKM,2014,13,46640,47721 +TKM,2014,14,45696,46755 +TKM,2014,15,44669,45699 +TKM,2014,16,44751,45771 +TKM,2014,17,46509,47552 +TKM,2014,18,49278,50355 +TKM,2015,0,76985,79438 +TKM,2015,1,71077,73281 +TKM,2015,2,66055,68044 +TKM,2015,3,61845,63649 +TKM,2015,4,58371,60020 +TKM,2015,5,55561,57079 +TKM,2015,6,53339,54750 +TKM,2015,7,51630,52955 +TKM,2015,8,50361,51617 +TKM,2015,9,49457,50660 +TKM,2015,10,48991,50157 +TKM,2015,11,49040,50182 +TKM,2015,12,48782,49904 +TKM,2015,13,47846,48944 +TKM,2015,14,46604,47678 +TKM,2015,15,45628,46680 +TKM,2015,16,44597,45619 +TKM,2015,17,44673,45686 +TKM,2015,18,46427,47461 +TKM,2016,0,75330,77721 +TKM,2016,1,75399,77754 +TKM,2016,2,70440,72583 +TKM,2016,3,66021,67975 +TKM,2016,4,62126,63910 +TKM,2016,5,58735,60371 +TKM,2016,6,55776,57281 +TKM,2016,7,53174,54565 +TKM,2016,8,51194,52492 +TKM,2016,9,49930,51162 +TKM,2016,10,49196,50382 +TKM,2016,11,48786,49936 +TKM,2016,12,48829,49955 +TKM,2016,13,48568,49672 +TKM,2016,14,47631,48712 +TKM,2016,15,46390,47447 +TKM,2016,16,45413,46447 +TKM,2016,17,44381,45385 +TKM,2016,18,44453,45444 +TKM,2017,0,71026,73284 +TKM,2017,1,69467,71626 +TKM,2017,2,74068,76344 +TKM,2017,3,70039,72140 +TKM,2017,4,66208,68143 +TKM,2017,5,62612,64393 +TKM,2017,6,59293,60932 +TKM,2017,7,56175,57683 +TKM,2017,8,53187,54570 +TKM,2017,9,50929,52214 +TKM,2017,10,49666,50887 +TKM,2017,11,49100,50281 +TKM,2017,12,48743,49889 +TKM,2017,13,48781,49903 +TKM,2017,14,48515,49614 +TKM,2017,15,47574,48650 +TKM,2017,16,46330,47382 +TKM,2017,17,45350,46377 +TKM,2017,18,44313,45308 +TKM,2018,0,65296,67379 +TKM,2018,1,67068,69159 +TKM,2018,2,67861,69932 +TKM,2018,3,72855,75060 +TKM,2018,4,69752,71816 +TKM,2018,5,66502,68425 +TKM,2018,6,63202,64985 +TKM,2018,7,59948,61596 +TKM,2018,8,56667,58182 +TKM,2018,9,53286,54667 +TKM,2018,10,50746,52023 +TKM,2018,11,49483,50696 +TKM,2018,12,49084,50263 +TKM,2018,13,48779,49927 +TKM,2018,14,48813,49934 +TKM,2018,15,48541,49640 +TKM,2018,16,47595,48669 +TKM,2018,17,46346,47396 +TKM,2018,18,45360,46385 +TKM,2019,0,60000,62000 +TKM,2019,1,65000,67000 +TKM,2019,2,68000,70000 +TKM,2019,3,69000,71000 +TKM,2019,4,72000,74000 +TKM,2019,5,69000,71000 +TKM,2019,6,67000,69000 +TKM,2019,7,64000,66000 +TKM,2019,8,61000,62000 +TKM,2019,9,57000,59000 +TKM,2019,10,53000,55000 +TKM,2019,11,51000,52000 +TKM,2019,12,49000,50000 +TKM,2019,13,49000,50000 +TKM,2019,14,49000,50000 +TKM,2019,15,49000,50000 +TKM,2019,16,49000,50000 +TKM,2019,17,48000,49000 +TKM,2019,18,46000,47000 +TKM,2020,0,56000,58000 +TKM,2020,1,63000,65000 +TKM,2020,2,67000,69000 +TKM,2020,3,69000,71000 +TKM,2020,4,70000,72000 +TKM,2020,5,70000,72000 +TKM,2020,6,69000,71000 +TKM,2020,7,67000,69000 +TKM,2020,8,64000,66000 +TKM,2020,9,61000,63000 +TKM,2020,10,57000,59000 +TKM,2020,11,53000,55000 +TKM,2020,12,50000,51000 +TKM,2020,13,49000,50000 +TKM,2020,14,49000,50000 +TKM,2020,15,49000,50000 +TKM,2020,16,49000,50000 +TKM,2020,17,48000,50000 +TKM,2020,18,47000,49000 +TKM,2021,0,56000,57000 +TKM,2021,1,58000,60000 +TKM,2021,2,63000,65000 +TKM,2021,3,67000,69000 +TKM,2021,4,69000,71000 +TKM,2021,5,70000,72000 +TKM,2021,6,70000,72000 +TKM,2021,7,69000,71000 +TKM,2021,8,67000,69000 +TKM,2021,9,65000,66000 +TKM,2021,10,61000,63000 +TKM,2021,11,58000,59000 +TKM,2021,12,53000,55000 +TKM,2021,13,50000,52000 +TKM,2021,14,49000,50000 +TKM,2021,15,49000,50000 +TKM,2021,16,49000,50000 +TKM,2021,17,49000,50000 +TKM,2021,18,48000,50000 +TKM,2022,0,56000,58000 +TKM,2022,1,61000,63000 +TKM,2022,2,59000,61000 +TKM,2022,3,63000,65000 +TKM,2022,4,66000,68000 +TKM,2022,5,68000,70000 +TKM,2022,6,69000,71000 +TKM,2022,7,69000,71000 +TKM,2022,8,69000,71000 +TKM,2022,9,68000,69000 +TKM,2022,10,65000,67000 +TKM,2022,11,61000,63000 +TKM,2022,12,58000,59000 +TKM,2022,13,53000,55000 +TKM,2022,14,50000,51000 +TKM,2022,15,49000,50000 +TKM,2022,16,49000,50000 +TKM,2022,17,49000,50000 +TKM,2022,18,49000,50000 +TKM,2023,0,58000,60000 +TKM,2023,1,61000,63000 +TKM,2023,2,63000,65000 +TKM,2023,3,60000,62000 +TKM,2023,4,63000,65000 +TKM,2023,5,66000,68000 +TKM,2023,6,67000,69000 +TKM,2023,7,68000,70000 +TKM,2023,8,69000,71000 +TKM,2023,9,69000,71000 +TKM,2023,10,68000,70000 +TKM,2023,11,65000,67000 +TKM,2023,12,61000,63000 +TKM,2023,13,57000,59000 +TKM,2023,14,53000,55000 +TKM,2023,15,50000,51000 +TKM,2023,16,49000,50000 +TKM,2023,17,49000,50000 +TKM,2023,18,48000,50000 +TKM,2024,0,60000,62000 +TKM,2024,1,61000,63000 +TKM,2024,2,62000,64000 +TKM,2024,3,63000,65000 +TKM,2024,4,61000,63000 +TKM,2024,5,64000,65000 +TKM,2024,6,65000,67000 +TKM,2024,7,67000,68000 +TKM,2024,8,67000,69000 +TKM,2024,9,68000,70000 +TKM,2024,10,69000,71000 +TKM,2024,11,68000,70000 +TKM,2024,12,65000,67000 +TKM,2024,13,61000,63000 +TKM,2024,14,57000,59000 +TKM,2024,15,53000,54000 +TKM,2024,16,50000,51000 +TKM,2024,17,49000,50000 +TKM,2024,18,49000,50000 +TKM,2025,0,61000,63000 +TKM,2025,1,61000,62000 +TKM,2025,2,61000,62000 +TKM,2025,3,61000,63000 +TKM,2025,4,62000,63000 +TKM,2025,5,63000,64000 +TKM,2025,6,64000,66000 +TKM,2025,7,65000,67000 +TKM,2025,8,66000,68000 +TKM,2025,9,67000,69000 +TKM,2025,10,67000,69000 +TKM,2025,11,69000,70000 +TKM,2025,12,68000,70000 +TKM,2025,13,65000,67000 +TKM,2025,14,61000,63000 +TKM,2025,15,57000,59000 +TKM,2025,16,53000,54000 +TKM,2025,17,50000,51000 +TKM,2025,18,49000,50000 +TKM,2026,0,61000,63000 +TKM,2026,1,61000,63000 +TKM,2026,2,60000,62000 +TKM,2026,3,61000,62000 +TKM,2026,4,61000,63000 +TKM,2026,5,62000,64000 +TKM,2026,6,63000,64000 +TKM,2026,7,64000,65000 +TKM,2026,8,65000,67000 +TKM,2026,9,66000,68000 +TKM,2026,10,67000,68000 +TKM,2026,11,67000,69000 +TKM,2026,12,68000,70000 +TKM,2026,13,68000,70000 +TKM,2026,14,65000,67000 +TKM,2026,15,61000,63000 +TKM,2026,16,57000,59000 +TKM,2026,17,53000,54000 +TKM,2026,18,50000,51000 +TKM,2027,0,60000,62000 +TKM,2027,1,59000,61000 +TKM,2027,2,60000,62000 +TKM,2027,3,60000,62000 +TKM,2027,4,61000,62000 +TKM,2027,5,61000,63000 +TKM,2027,6,62000,64000 +TKM,2027,7,63000,65000 +TKM,2027,8,64000,65000 +TKM,2027,9,65000,66000 +TKM,2027,10,66000,67000 +TKM,2027,11,67000,68000 +TKM,2027,12,67000,69000 +TKM,2027,13,68000,70000 +TKM,2027,14,68000,70000 +TKM,2027,15,65000,67000 +TKM,2027,16,61000,63000 +TKM,2027,17,57000,58000 +TKM,2027,18,53000,54000 +TKM,2028,0,59000,61000 +TKM,2028,1,58000,60000 +TKM,2028,2,58000,60000 +TKM,2028,3,60000,62000 +TKM,2028,4,60000,62000 +TKM,2028,5,61000,62000 +TKM,2028,6,61000,63000 +TKM,2028,7,62000,64000 +TKM,2028,8,63000,65000 +TKM,2028,9,64000,65000 +TKM,2028,10,65000,66000 +TKM,2028,11,66000,67000 +TKM,2028,12,66000,68000 +TKM,2028,13,67000,69000 +TKM,2028,14,68000,70000 +TKM,2028,15,68000,70000 +TKM,2028,16,65000,67000 +TKM,2028,17,61000,63000 +TKM,2028,18,57000,58000 +TKM,2029,0,58000,59000 +TKM,2029,1,58000,59000 +TKM,2029,2,58000,59000 +TKM,2029,3,58000,60000 +TKM,2029,4,59000,61000 +TKM,2029,5,60000,62000 +TKM,2029,6,61000,62000 +TKM,2029,7,61000,63000 +TKM,2029,8,62000,64000 +TKM,2029,9,63000,65000 +TKM,2029,10,64000,65000 +TKM,2029,11,65000,66000 +TKM,2029,12,65000,67000 +TKM,2029,13,66000,68000 +TKM,2029,14,67000,69000 +TKM,2029,15,68000,70000 +TKM,2029,16,68000,70000 +TKM,2029,17,65000,67000 +TKM,2029,18,61000,62000 +TKM,2030,0,57000,59000 +TKM,2030,1,57000,59000 +TKM,2030,2,57000,59000 +TKM,2030,3,58000,59000 +TKM,2030,4,58000,60000 +TKM,2030,5,59000,61000 +TKM,2030,6,60000,61000 +TKM,2030,7,61000,62000 +TKM,2030,8,62000,63000 +TKM,2030,9,62000,64000 +TKM,2030,10,63000,65000 +TKM,2030,11,64000,65000 +TKM,2030,12,64000,66000 +TKM,2030,13,65000,67000 +TKM,2030,14,66000,68000 +TKM,2030,15,67000,69000 +TKM,2030,16,68000,70000 +TKM,2030,17,68000,70000 +TKM,2030,18,65000,67000 +TKM,2031,0,57000,59000 +TKM,2031,1,57000,59000 +TKM,2031,2,57000,59000 +TKM,2031,3,57000,59000 +TKM,2031,4,58000,59000 +TKM,2031,5,58000,60000 +TKM,2031,6,59000,61000 +TKM,2031,7,60000,61000 +TKM,2031,8,61000,62000 +TKM,2031,9,62000,63000 +TKM,2031,10,62000,64000 +TKM,2031,11,63000,65000 +TKM,2031,12,64000,65000 +TKM,2031,13,64000,66000 +TKM,2031,14,65000,67000 +TKM,2031,15,66000,68000 +TKM,2031,16,67000,69000 +TKM,2031,17,68000,70000 +TKM,2031,18,68000,69000 +TKM,2032,0,57000,59000 +TKM,2032,1,57000,59000 +TKM,2032,2,57000,59000 +TKM,2032,3,57000,59000 +TKM,2032,4,57000,59000 +TKM,2032,5,58000,59000 +TKM,2032,6,58000,60000 +TKM,2032,7,59000,61000 +TKM,2032,8,60000,61000 +TKM,2032,9,61000,62000 +TKM,2032,10,62000,63000 +TKM,2032,11,62000,64000 +TKM,2032,12,63000,65000 +TKM,2032,13,64000,65000 +TKM,2032,14,64000,66000 +TKM,2032,15,65000,67000 +TKM,2032,16,66000,68000 +TKM,2032,17,67000,69000 +TKM,2032,18,68000,70000 +TKM,2033,0,58000,60000 +TKM,2033,1,57000,59000 +TKM,2033,2,57000,59000 +TKM,2033,3,57000,58000 +TKM,2033,4,57000,58000 +TKM,2033,5,57000,59000 +TKM,2033,6,58000,59000 +TKM,2033,7,58000,60000 +TKM,2033,8,59000,61000 +TKM,2033,9,60000,61000 +TKM,2033,10,61000,62000 +TKM,2033,11,61000,63000 +TKM,2033,12,62000,64000 +TKM,2033,13,63000,65000 +TKM,2033,14,64000,65000 +TKM,2033,15,64000,66000 +TKM,2033,16,65000,67000 +TKM,2033,17,66000,68000 +TKM,2033,18,67000,69000 +TKM,2034,0,59000,61000 +TKM,2034,1,58000,60000 +TKM,2034,2,57000,59000 +TKM,2034,3,57000,58000 +TKM,2034,4,57000,58000 +TKM,2034,5,57000,58000 +TKM,2034,6,57000,59000 +TKM,2034,7,58000,59000 +TKM,2034,8,58000,60000 +TKM,2034,9,59000,61000 +TKM,2034,10,60000,61000 +TKM,2034,11,61000,62000 +TKM,2034,12,61000,63000 +TKM,2034,13,62000,64000 +TKM,2034,14,63000,65000 +TKM,2034,15,63000,65000 +TKM,2034,16,64000,66000 +TKM,2034,17,65000,67000 +TKM,2034,18,66000,68000 +TKM,2035,0,60000,61000 +TKM,2035,1,58000,60000 +TKM,2035,2,57000,59000 +TKM,2035,3,57000,59000 +TKM,2035,4,57000,58000 +TKM,2035,5,57000,58000 +TKM,2035,6,57000,58000 +TKM,2035,7,57000,59000 +TKM,2035,8,58000,59000 +TKM,2035,9,58000,60000 +TKM,2035,10,59000,60000 +TKM,2035,11,60000,61000 +TKM,2035,12,61000,62000 +TKM,2035,13,61000,63000 +TKM,2035,14,62000,64000 +TKM,2035,15,63000,65000 +TKM,2035,16,63000,65000 +TKM,2035,17,64000,66000 +TKM,2035,18,65000,67000 +TKM,2036,0,60000,62000 +TKM,2036,1,59000,61000 +TKM,2036,2,58000,60000 +TKM,2036,3,57000,59000 +TKM,2036,4,57000,59000 +TKM,2036,5,57000,58000 +TKM,2036,6,57000,58000 +TKM,2036,7,57000,58000 +TKM,2036,8,57000,59000 +TKM,2036,9,58000,59000 +TKM,2036,10,58000,60000 +TKM,2036,11,59000,60000 +TKM,2036,12,60000,61000 +TKM,2036,13,61000,62000 +TKM,2036,14,61000,63000 +TKM,2036,15,62000,64000 +TKM,2036,16,63000,65000 +TKM,2036,17,63000,65000 +TKM,2036,18,64000,66000 +TKM,2037,0,61000,63000 +TKM,2037,1,60000,61000 +TKM,2037,2,59000,61000 +TKM,2037,3,58000,60000 +TKM,2037,4,57000,59000 +TKM,2037,5,57000,59000 +TKM,2037,6,57000,58000 +TKM,2037,7,57000,58000 +TKM,2037,8,57000,58000 +TKM,2037,9,57000,59000 +TKM,2037,10,57000,59000 +TKM,2037,11,58000,60000 +TKM,2037,12,59000,60000 +TKM,2037,13,60000,61000 +TKM,2037,14,60000,62000 +TKM,2037,15,61000,63000 +TKM,2037,16,62000,64000 +TKM,2037,17,63000,64000 +TKM,2037,18,63000,65000 +TKM,2038,0,61000,63000 +TKM,2038,1,60000,62000 +TKM,2038,2,59000,61000 +TKM,2038,3,59000,61000 +TKM,2038,4,58000,60000 +TKM,2038,5,57000,59000 +TKM,2038,6,57000,59000 +TKM,2038,7,57000,58000 +TKM,2038,8,57000,58000 +TKM,2038,9,57000,58000 +TKM,2038,10,57000,58000 +TKM,2038,11,57000,59000 +TKM,2038,12,58000,60000 +TKM,2038,13,59000,60000 +TKM,2038,14,60000,61000 +TKM,2038,15,60000,62000 +TKM,2038,16,61000,63000 +TKM,2038,17,62000,64000 +TKM,2038,18,63000,64000 +TKM,2039,0,62000,64000 +TKM,2039,1,61000,63000 +TKM,2039,2,60000,62000 +TKM,2039,3,59000,61000 +TKM,2039,4,59000,60000 +TKM,2039,5,58000,60000 +TKM,2039,6,57000,59000 +TKM,2039,7,57000,59000 +TKM,2039,8,57000,58000 +TKM,2039,9,57000,58000 +TKM,2039,10,57000,58000 +TKM,2039,11,57000,58000 +TKM,2039,12,57000,59000 +TKM,2039,13,58000,60000 +TKM,2039,14,59000,60000 +TKM,2039,15,60000,61000 +TKM,2039,16,60000,62000 +TKM,2039,17,61000,63000 +TKM,2039,18,62000,63000 +TKM,2040,0,62000,64000 +TKM,2040,1,61000,63000 +TKM,2040,2,60000,62000 +TKM,2040,3,60000,61000 +TKM,2040,4,59000,61000 +TKM,2040,5,58000,60000 +TKM,2040,6,58000,59000 +TKM,2040,7,57000,59000 +TKM,2040,8,57000,59000 +TKM,2040,9,57000,58000 +TKM,2040,10,57000,58000 +TKM,2040,11,57000,58000 +TKM,2040,12,57000,58000 +TKM,2040,13,57000,59000 +TKM,2040,14,58000,60000 +TKM,2040,15,59000,60000 +TKM,2040,16,59000,61000 +TKM,2040,17,60000,62000 +TKM,2040,18,61000,63000 +TKM,2041,0,62000,64000 +TKM,2041,1,62000,64000 +TKM,2041,2,61000,63000 +TKM,2041,3,60000,62000 +TKM,2041,4,60000,61000 +TKM,2041,5,59000,61000 +TKM,2041,6,58000,60000 +TKM,2041,7,58000,59000 +TKM,2041,8,57000,59000 +TKM,2041,9,57000,59000 +TKM,2041,10,57000,58000 +TKM,2041,11,57000,58000 +TKM,2041,12,57000,58000 +TKM,2041,13,57000,58000 +TKM,2041,14,57000,59000 +TKM,2041,15,58000,59000 +TKM,2041,16,59000,60000 +TKM,2041,17,59000,61000 +TKM,2041,18,60000,62000 +TKM,2042,0,63000,64000 +TKM,2042,1,62000,64000 +TKM,2042,2,62000,64000 +TKM,2042,3,61000,63000 +TKM,2042,4,60000,62000 +TKM,2042,5,60000,61000 +TKM,2042,6,59000,61000 +TKM,2042,7,58000,60000 +TKM,2042,8,58000,59000 +TKM,2042,9,57000,59000 +TKM,2042,10,57000,59000 +TKM,2042,11,57000,58000 +TKM,2042,12,57000,58000 +TKM,2042,13,57000,58000 +TKM,2042,14,57000,58000 +TKM,2042,15,57000,59000 +TKM,2042,16,58000,59000 +TKM,2042,17,59000,60000 +TKM,2042,18,59000,61000 +TKM,2043,0,63000,65000 +TKM,2043,1,62000,64000 +TKM,2043,2,62000,64000 +TKM,2043,3,62000,63000 +TKM,2043,4,61000,63000 +TKM,2043,5,60000,62000 +TKM,2043,6,60000,61000 +TKM,2043,7,59000,61000 +TKM,2043,8,58000,60000 +TKM,2043,9,58000,59000 +TKM,2043,10,57000,59000 +TKM,2043,11,57000,59000 +TKM,2043,12,57000,58000 +TKM,2043,13,57000,58000 +TKM,2043,14,57000,58000 +TKM,2043,15,57000,58000 +TKM,2043,16,57000,59000 +TKM,2043,17,58000,59000 +TKM,2043,18,58000,60000 +TKM,2044,0,62000,64000 +TKM,2044,1,62000,64000 +TKM,2044,2,62000,64000 +TKM,2044,3,62000,64000 +TKM,2044,4,62000,63000 +TKM,2044,5,61000,63000 +TKM,2044,6,60000,62000 +TKM,2044,7,60000,61000 +TKM,2044,8,59000,61000 +TKM,2044,9,58000,60000 +TKM,2044,10,58000,59000 +TKM,2044,11,57000,59000 +TKM,2044,12,57000,58000 +TKM,2044,13,57000,58000 +TKM,2044,14,57000,58000 +TKM,2044,15,56000,58000 +TKM,2044,16,57000,58000 +TKM,2044,17,57000,58000 +TKM,2044,18,58000,59000 +TKM,2045,0,62000,64000 +TKM,2045,1,62000,64000 +TKM,2045,2,62000,64000 +TKM,2045,3,62000,64000 +TKM,2045,4,62000,64000 +TKM,2045,5,61000,63000 +TKM,2045,6,61000,63000 +TKM,2045,7,60000,62000 +TKM,2045,8,60000,61000 +TKM,2045,9,59000,61000 +TKM,2045,10,58000,60000 +TKM,2045,11,58000,59000 +TKM,2045,12,57000,59000 +TKM,2045,13,57000,58000 +TKM,2045,14,57000,58000 +TKM,2045,15,57000,58000 +TKM,2045,16,56000,58000 +TKM,2045,17,57000,58000 +TKM,2045,18,57000,58000 +TKM,2046,0,62000,64000 +TKM,2046,1,62000,64000 +TKM,2046,2,62000,64000 +TKM,2046,3,62000,64000 +TKM,2046,4,62000,64000 +TKM,2046,5,62000,63000 +TKM,2046,6,61000,63000 +TKM,2046,7,61000,63000 +TKM,2046,8,60000,62000 +TKM,2046,9,60000,61000 +TKM,2046,10,59000,61000 +TKM,2046,11,58000,60000 +TKM,2046,12,58000,59000 +TKM,2046,13,57000,59000 +TKM,2046,14,57000,58000 +TKM,2046,15,57000,58000 +TKM,2046,16,56000,58000 +TKM,2046,17,56000,58000 +TKM,2046,18,56000,58000 +TKM,2047,0,61000,63000 +TKM,2047,1,62000,64000 +TKM,2047,2,62000,64000 +TKM,2047,3,62000,64000 +TKM,2047,4,62000,64000 +TKM,2047,5,62000,64000 +TKM,2047,6,62000,63000 +TKM,2047,7,61000,63000 +TKM,2047,8,61000,62000 +TKM,2047,9,60000,62000 +TKM,2047,10,60000,61000 +TKM,2047,11,59000,61000 +TKM,2047,12,58000,60000 +TKM,2047,13,58000,59000 +TKM,2047,14,57000,59000 +TKM,2047,15,57000,58000 +TKM,2047,16,57000,58000 +TKM,2047,17,56000,58000 +TKM,2047,18,56000,58000 +TKM,2048,0,61000,63000 +TKM,2048,1,61000,63000 +TKM,2048,2,62000,64000 +TKM,2048,3,62000,64000 +TKM,2048,4,62000,64000 +TKM,2048,5,62000,64000 +TKM,2048,6,62000,64000 +TKM,2048,7,62000,63000 +TKM,2048,8,61000,63000 +TKM,2048,9,61000,62000 +TKM,2048,10,60000,62000 +TKM,2048,11,60000,61000 +TKM,2048,12,59000,61000 +TKM,2048,13,58000,60000 +TKM,2048,14,58000,59000 +TKM,2048,15,57000,59000 +TKM,2048,16,57000,58000 +TKM,2048,17,56000,58000 +TKM,2048,18,56000,58000 +TKM,2049,0,60000,62000 +TKM,2049,1,61000,63000 +TKM,2049,2,62000,63000 +TKM,2049,3,62000,64000 +TKM,2049,4,62000,64000 +TKM,2049,5,62000,64000 +TKM,2049,6,62000,64000 +TKM,2049,7,62000,64000 +TKM,2049,8,62000,63000 +TKM,2049,9,61000,63000 +TKM,2049,10,61000,62000 +TKM,2049,11,60000,62000 +TKM,2049,12,60000,61000 +TKM,2049,13,59000,60000 +TKM,2049,14,58000,60000 +TKM,2049,15,58000,59000 +TKM,2049,16,57000,59000 +TKM,2049,17,57000,58000 +TKM,2049,18,56000,58000 +TKM,2050,0,59000,61000 +TKM,2050,1,60000,62000 +TKM,2050,2,61000,63000 +TKM,2050,3,62000,63000 +TKM,2050,4,62000,64000 +TKM,2050,5,62000,64000 +TKM,2050,6,62000,64000 +TKM,2050,7,62000,64000 +TKM,2050,8,62000,64000 +TKM,2050,9,62000,63000 +TKM,2050,10,61000,63000 +TKM,2050,11,61000,62000 +TKM,2050,12,60000,62000 +TKM,2050,13,60000,61000 +TKM,2050,14,59000,60000 +TKM,2050,15,58000,60000 +TKM,2050,16,58000,59000 +TKM,2050,17,57000,58000 +TKM,2050,18,57000,58000 +TLA,1990,0,, +TLA,1990,1,, +TLA,1990,2,, +TLA,1990,3,, +TLA,1990,4,, +TLA,1990,5,, +TLA,1990,6,, +TLA,1990,7,, +TLA,1990,8,, +TLA,1990,9,, +TLA,1990,10,, +TLA,1990,11,, +TLA,1990,12,, +TLA,1990,13,, +TLA,1990,14,, +TLA,1990,15,, +TLA,1990,16,, +TLA,1990,17,, +TLA,1990,18,, +TLA,1991,0,, +TLA,1991,1,, +TLA,1991,2,, +TLA,1991,3,, +TLA,1991,4,, +TLA,1991,5,, +TLA,1991,6,, +TLA,1991,7,, +TLA,1991,8,, +TLA,1991,9,, +TLA,1991,10,, +TLA,1991,11,, +TLA,1991,12,, +TLA,1991,13,, +TLA,1991,14,, +TLA,1991,15,, +TLA,1991,16,, +TLA,1991,17,, +TLA,1991,18,, +TLA,1992,0,, +TLA,1992,1,, +TLA,1992,2,, +TLA,1992,3,, +TLA,1992,4,, +TLA,1992,5,, +TLA,1992,6,, +TLA,1992,7,, +TLA,1992,8,, +TLA,1992,9,, +TLA,1992,10,, +TLA,1992,11,, +TLA,1992,12,, +TLA,1992,13,, +TLA,1992,14,, +TLA,1992,15,, +TLA,1992,16,, +TLA,1992,17,, +TLA,1992,18,, +TLA,1993,0,, +TLA,1993,1,, +TLA,1993,2,, +TLA,1993,3,, +TLA,1993,4,, +TLA,1993,5,, +TLA,1993,6,, +TLA,1993,7,, +TLA,1993,8,, +TLA,1993,9,, +TLA,1993,10,, +TLA,1993,11,, +TLA,1993,12,, +TLA,1993,13,, +TLA,1993,14,, +TLA,1993,15,, +TLA,1993,16,, +TLA,1993,17,, +TLA,1993,18,, +TLA,1994,0,, +TLA,1994,1,, +TLA,1994,2,, +TLA,1994,3,, +TLA,1994,4,, +TLA,1994,5,, +TLA,1994,6,, +TLA,1994,7,, +TLA,1994,8,, +TLA,1994,9,, +TLA,1994,10,, +TLA,1994,11,, +TLA,1994,12,, +TLA,1994,13,, +TLA,1994,14,, +TLA,1994,15,, +TLA,1994,16,, +TLA,1994,17,, +TLA,1994,18,, +TLA,1995,0,, +TLA,1995,1,, +TLA,1995,2,, +TLA,1995,3,, +TLA,1995,4,, +TLA,1995,5,, +TLA,1995,6,, +TLA,1995,7,, +TLA,1995,8,, +TLA,1995,9,, +TLA,1995,10,, +TLA,1995,11,, +TLA,1995,12,, +TLA,1995,13,, +TLA,1995,14,, +TLA,1995,15,, +TLA,1995,16,, +TLA,1995,17,, +TLA,1995,18,, +TLA,1996,0,, +TLA,1996,1,, +TLA,1996,2,, +TLA,1996,3,, +TLA,1996,4,, +TLA,1996,5,, +TLA,1996,6,, +TLA,1996,7,, +TLA,1996,8,, +TLA,1996,9,, +TLA,1996,10,, +TLA,1996,11,, +TLA,1996,12,, +TLA,1996,13,, +TLA,1996,14,, +TLA,1996,15,, +TLA,1996,16,, +TLA,1996,17,, +TLA,1996,18,, +TLA,1997,0,, +TLA,1997,1,, +TLA,1997,2,, +TLA,1997,3,, +TLA,1997,4,, +TLA,1997,5,, +TLA,1997,6,, +TLA,1997,7,, +TLA,1997,8,, +TLA,1997,9,, +TLA,1997,10,, +TLA,1997,11,, +TLA,1997,12,, +TLA,1997,13,, +TLA,1997,14,, +TLA,1997,15,, +TLA,1997,16,, +TLA,1997,17,, +TLA,1997,18,, +TLA,1998,0,, +TLA,1998,1,, +TLA,1998,2,, +TLA,1998,3,, +TLA,1998,4,, +TLA,1998,5,, +TLA,1998,6,, +TLA,1998,7,, +TLA,1998,8,, +TLA,1998,9,, +TLA,1998,10,, +TLA,1998,11,, +TLA,1998,12,, +TLA,1998,13,, +TLA,1998,14,, +TLA,1998,15,, +TLA,1998,16,, +TLA,1998,17,, +TLA,1998,18,, +TLA,1999,0,, +TLA,1999,1,, +TLA,1999,2,, +TLA,1999,3,, +TLA,1999,4,, +TLA,1999,5,, +TLA,1999,6,, +TLA,1999,7,, +TLA,1999,8,, +TLA,1999,9,, +TLA,1999,10,, +TLA,1999,11,, +TLA,1999,12,, +TLA,1999,13,, +TLA,1999,14,, +TLA,1999,15,, +TLA,1999,16,, +TLA,1999,17,, +TLA,1999,18,, +TLA,2000,0,, +TLA,2000,1,, +TLA,2000,2,, +TLA,2000,3,, +TLA,2000,4,, +TLA,2000,5,, +TLA,2000,6,, +TLA,2000,7,, +TLA,2000,8,, +TLA,2000,9,, +TLA,2000,10,, +TLA,2000,11,, +TLA,2000,12,, +TLA,2000,13,, +TLA,2000,14,, +TLA,2000,15,, +TLA,2000,16,, +TLA,2000,17,, +TLA,2000,18,, +TLA,2001,0,, +TLA,2001,1,, +TLA,2001,2,, +TLA,2001,3,, +TLA,2001,4,, +TLA,2001,5,, +TLA,2001,6,, +TLA,2001,7,, +TLA,2001,8,, +TLA,2001,9,, +TLA,2001,10,, +TLA,2001,11,, +TLA,2001,12,, +TLA,2001,13,, +TLA,2001,14,, +TLA,2001,15,, +TLA,2001,16,, +TLA,2001,17,, +TLA,2001,18,, +TLA,2002,0,, +TLA,2002,1,, +TLA,2002,2,, +TLA,2002,3,, +TLA,2002,4,, +TLA,2002,5,, +TLA,2002,6,, +TLA,2002,7,, +TLA,2002,8,, +TLA,2002,9,, +TLA,2002,10,, +TLA,2002,11,, +TLA,2002,12,, +TLA,2002,13,, +TLA,2002,14,, +TLA,2002,15,, +TLA,2002,16,, +TLA,2002,17,, +TLA,2002,18,, +TLA,2003,0,, +TLA,2003,1,, +TLA,2003,2,, +TLA,2003,3,, +TLA,2003,4,, +TLA,2003,5,, +TLA,2003,6,, +TLA,2003,7,, +TLA,2003,8,, +TLA,2003,9,, +TLA,2003,10,, +TLA,2003,11,, +TLA,2003,12,, +TLA,2003,13,, +TLA,2003,14,, +TLA,2003,15,, +TLA,2003,16,, +TLA,2003,17,, +TLA,2003,18,, +TLA,2004,0,, +TLA,2004,1,, +TLA,2004,2,, +TLA,2004,3,, +TLA,2004,4,, +TLA,2004,5,, +TLA,2004,6,, +TLA,2004,7,, +TLA,2004,8,, +TLA,2004,9,, +TLA,2004,10,, +TLA,2004,11,, +TLA,2004,12,, +TLA,2004,13,, +TLA,2004,14,, +TLA,2004,15,, +TLA,2004,16,, +TLA,2004,17,, +TLA,2004,18,, +TLA,2005,0,, +TLA,2005,1,, +TLA,2005,2,, +TLA,2005,3,, +TLA,2005,4,, +TLA,2005,5,, +TLA,2005,6,, +TLA,2005,7,, +TLA,2005,8,, +TLA,2005,9,, +TLA,2005,10,, +TLA,2005,11,, +TLA,2005,12,, +TLA,2005,13,, +TLA,2005,14,, +TLA,2005,15,, +TLA,2005,16,, +TLA,2005,17,, +TLA,2005,18,, +TLA,2006,0,, +TLA,2006,1,, +TLA,2006,2,, +TLA,2006,3,, +TLA,2006,4,, +TLA,2006,5,, +TLA,2006,6,, +TLA,2006,7,, +TLA,2006,8,, +TLA,2006,9,, +TLA,2006,10,, +TLA,2006,11,, +TLA,2006,12,, +TLA,2006,13,, +TLA,2006,14,, +TLA,2006,15,, +TLA,2006,16,, +TLA,2006,17,, +TLA,2006,18,, +TLA,2007,0,, +TLA,2007,1,, +TLA,2007,2,, +TLA,2007,3,, +TLA,2007,4,, +TLA,2007,5,, +TLA,2007,6,, +TLA,2007,7,, +TLA,2007,8,, +TLA,2007,9,, +TLA,2007,10,, +TLA,2007,11,, +TLA,2007,12,, +TLA,2007,13,, +TLA,2007,14,, +TLA,2007,15,, +TLA,2007,16,, +TLA,2007,17,, +TLA,2007,18,, +TLA,2008,0,, +TLA,2008,1,, +TLA,2008,2,, +TLA,2008,3,, +TLA,2008,4,, +TLA,2008,5,, +TLA,2008,6,, +TLA,2008,7,, +TLA,2008,8,, +TLA,2008,9,, +TLA,2008,10,, +TLA,2008,11,, +TLA,2008,12,, +TLA,2008,13,, +TLA,2008,14,, +TLA,2008,15,, +TLA,2008,16,, +TLA,2008,17,, +TLA,2008,18,, +TLA,2009,0,, +TLA,2009,1,, +TLA,2009,2,, +TLA,2009,3,, +TLA,2009,4,, +TLA,2009,5,, +TLA,2009,6,, +TLA,2009,7,, +TLA,2009,8,, +TLA,2009,9,, +TLA,2009,10,, +TLA,2009,11,, +TLA,2009,12,, +TLA,2009,13,, +TLA,2009,14,, +TLA,2009,15,, +TLA,2009,16,, +TLA,2009,17,, +TLA,2009,18,, +TLA,2010,0,, +TLA,2010,1,, +TLA,2010,2,, +TLA,2010,3,, +TLA,2010,4,, +TLA,2010,5,, +TLA,2010,6,, +TLA,2010,7,, +TLA,2010,8,, +TLA,2010,9,, +TLA,2010,10,, +TLA,2010,11,, +TLA,2010,12,, +TLA,2010,13,, +TLA,2010,14,, +TLA,2010,15,, +TLA,2010,16,, +TLA,2010,17,, +TLA,2010,18,, +TLA,2011,0,, +TLA,2011,1,, +TLA,2011,2,, +TLA,2011,3,, +TLA,2011,4,, +TLA,2011,5,, +TLA,2011,6,, +TLA,2011,7,, +TLA,2011,8,, +TLA,2011,9,, +TLA,2011,10,, +TLA,2011,11,, +TLA,2011,12,, +TLA,2011,13,, +TLA,2011,14,, +TLA,2011,15,, +TLA,2011,16,, +TLA,2011,17,, +TLA,2011,18,, +TLA,2012,0,, +TLA,2012,1,, +TLA,2012,2,, +TLA,2012,3,, +TLA,2012,4,, +TLA,2012,5,, +TLA,2012,6,, +TLA,2012,7,, +TLA,2012,8,, +TLA,2012,9,, +TLA,2012,10,, +TLA,2012,11,, +TLA,2012,12,, +TLA,2012,13,, +TLA,2012,14,, +TLA,2012,15,, +TLA,2012,16,, +TLA,2012,17,, +TLA,2012,18,, +TLA,2013,0,, +TLA,2013,1,, +TLA,2013,2,, +TLA,2013,3,, +TLA,2013,4,, +TLA,2013,5,, +TLA,2013,6,, +TLA,2013,7,, +TLA,2013,8,, +TLA,2013,9,, +TLA,2013,10,, +TLA,2013,11,, +TLA,2013,12,, +TLA,2013,13,, +TLA,2013,14,, +TLA,2013,15,, +TLA,2013,16,, +TLA,2013,17,, +TLA,2013,18,, +TLA,2014,0,, +TLA,2014,1,, +TLA,2014,2,, +TLA,2014,3,, +TLA,2014,4,, +TLA,2014,5,, +TLA,2014,6,, +TLA,2014,7,, +TLA,2014,8,, +TLA,2014,9,, +TLA,2014,10,, +TLA,2014,11,, +TLA,2014,12,, +TLA,2014,13,, +TLA,2014,14,, +TLA,2014,15,, +TLA,2014,16,, +TLA,2014,17,, +TLA,2014,18,, +TLA,2015,0,, +TLA,2015,1,, +TLA,2015,2,, +TLA,2015,3,, +TLA,2015,4,, +TLA,2015,5,, +TLA,2015,6,, +TLA,2015,7,, +TLA,2015,8,, +TLA,2015,9,, +TLA,2015,10,, +TLA,2015,11,, +TLA,2015,12,, +TLA,2015,13,, +TLA,2015,14,, +TLA,2015,15,, +TLA,2015,16,, +TLA,2015,17,, +TLA,2015,18,, +TLA,2016,0,, +TLA,2016,1,, +TLA,2016,2,, +TLA,2016,3,, +TLA,2016,4,, +TLA,2016,5,, +TLA,2016,6,, +TLA,2016,7,, +TLA,2016,8,, +TLA,2016,9,, +TLA,2016,10,, +TLA,2016,11,, +TLA,2016,12,, +TLA,2016,13,, +TLA,2016,14,, +TLA,2016,15,, +TLA,2016,16,, +TLA,2016,17,, +TLA,2016,18,, +TLA,2017,0,, +TLA,2017,1,, +TLA,2017,2,, +TLA,2017,3,, +TLA,2017,4,, +TLA,2017,5,, +TLA,2017,6,, +TLA,2017,7,, +TLA,2017,8,, +TLA,2017,9,, +TLA,2017,10,, +TLA,2017,11,, +TLA,2017,12,, +TLA,2017,13,, +TLA,2017,14,, +TLA,2017,15,, +TLA,2017,16,, +TLA,2017,17,, +TLA,2017,18,, +TLA,2018,0,, +TLA,2018,1,, +TLA,2018,2,, +TLA,2018,3,, +TLA,2018,4,, +TLA,2018,5,, +TLA,2018,6,, +TLA,2018,7,, +TLA,2018,8,, +TLA,2018,9,, +TLA,2018,10,, +TLA,2018,11,, +TLA,2018,12,, +TLA,2018,13,, +TLA,2018,14,, +TLA,2018,15,, +TLA,2018,16,, +TLA,2018,17,, +TLA,2018,18,, +TLA,2019,0,, +TLA,2019,1,, +TLA,2019,2,, +TLA,2019,3,, +TLA,2019,4,, +TLA,2019,5,, +TLA,2019,6,, +TLA,2019,7,, +TLA,2019,8,, +TLA,2019,9,, +TLA,2019,10,, +TLA,2019,11,, +TLA,2019,12,, +TLA,2019,13,, +TLA,2019,14,, +TLA,2019,15,, +TLA,2019,16,, +TLA,2019,17,, +TLA,2019,18,, +TLA,2020,0,, +TLA,2020,1,, +TLA,2020,2,, +TLA,2020,3,, +TLA,2020,4,, +TLA,2020,5,, +TLA,2020,6,, +TLA,2020,7,, +TLA,2020,8,, +TLA,2020,9,, +TLA,2020,10,, +TLA,2020,11,, +TLA,2020,12,, +TLA,2020,13,, +TLA,2020,14,, +TLA,2020,15,, +TLA,2020,16,, +TLA,2020,17,, +TLA,2020,18,, +TLA,2021,0,, +TLA,2021,1,, +TLA,2021,2,, +TLA,2021,3,, +TLA,2021,4,, +TLA,2021,5,, +TLA,2021,6,, +TLA,2021,7,, +TLA,2021,8,, +TLA,2021,9,, +TLA,2021,10,, +TLA,2021,11,, +TLA,2021,12,, +TLA,2021,13,, +TLA,2021,14,, +TLA,2021,15,, +TLA,2021,16,, +TLA,2021,17,, +TLA,2021,18,, +TLA,2022,0,, +TLA,2022,1,, +TLA,2022,2,, +TLA,2022,3,, +TLA,2022,4,, +TLA,2022,5,, +TLA,2022,6,, +TLA,2022,7,, +TLA,2022,8,, +TLA,2022,9,, +TLA,2022,10,, +TLA,2022,11,, +TLA,2022,12,, +TLA,2022,13,, +TLA,2022,14,, +TLA,2022,15,, +TLA,2022,16,, +TLA,2022,17,, +TLA,2022,18,, +TLA,2023,0,, +TLA,2023,1,, +TLA,2023,2,, +TLA,2023,3,, +TLA,2023,4,, +TLA,2023,5,, +TLA,2023,6,, +TLA,2023,7,, +TLA,2023,8,, +TLA,2023,9,, +TLA,2023,10,, +TLA,2023,11,, +TLA,2023,12,, +TLA,2023,13,, +TLA,2023,14,, +TLA,2023,15,, +TLA,2023,16,, +TLA,2023,17,, +TLA,2023,18,, +TLA,2024,0,, +TLA,2024,1,, +TLA,2024,2,, +TLA,2024,3,, +TLA,2024,4,, +TLA,2024,5,, +TLA,2024,6,, +TLA,2024,7,, +TLA,2024,8,, +TLA,2024,9,, +TLA,2024,10,, +TLA,2024,11,, +TLA,2024,12,, +TLA,2024,13,, +TLA,2024,14,, +TLA,2024,15,, +TLA,2024,16,, +TLA,2024,17,, +TLA,2024,18,, +TLA,2025,0,, +TLA,2025,1,, +TLA,2025,2,, +TLA,2025,3,, +TLA,2025,4,, +TLA,2025,5,, +TLA,2025,6,, +TLA,2025,7,, +TLA,2025,8,, +TLA,2025,9,, +TLA,2025,10,, +TLA,2025,11,, +TLA,2025,12,, +TLA,2025,13,, +TLA,2025,14,, +TLA,2025,15,, +TLA,2025,16,, +TLA,2025,17,, +TLA,2025,18,, +TLA,2026,0,, +TLA,2026,1,, +TLA,2026,2,, +TLA,2026,3,, +TLA,2026,4,, +TLA,2026,5,, +TLA,2026,6,, +TLA,2026,7,, +TLA,2026,8,, +TLA,2026,9,, +TLA,2026,10,, +TLA,2026,11,, +TLA,2026,12,, +TLA,2026,13,, +TLA,2026,14,, +TLA,2026,15,, +TLA,2026,16,, +TLA,2026,17,, +TLA,2026,18,, +TLA,2027,0,, +TLA,2027,1,, +TLA,2027,2,, +TLA,2027,3,, +TLA,2027,4,, +TLA,2027,5,, +TLA,2027,6,, +TLA,2027,7,, +TLA,2027,8,, +TLA,2027,9,, +TLA,2027,10,, +TLA,2027,11,, +TLA,2027,12,, +TLA,2027,13,, +TLA,2027,14,, +TLA,2027,15,, +TLA,2027,16,, +TLA,2027,17,, +TLA,2027,18,, +TLA,2028,0,, +TLA,2028,1,, +TLA,2028,2,, +TLA,2028,3,, +TLA,2028,4,, +TLA,2028,5,, +TLA,2028,6,, +TLA,2028,7,, +TLA,2028,8,, +TLA,2028,9,, +TLA,2028,10,, +TLA,2028,11,, +TLA,2028,12,, +TLA,2028,13,, +TLA,2028,14,, +TLA,2028,15,, +TLA,2028,16,, +TLA,2028,17,, +TLA,2028,18,, +TLA,2029,0,, +TLA,2029,1,, +TLA,2029,2,, +TLA,2029,3,, +TLA,2029,4,, +TLA,2029,5,, +TLA,2029,6,, +TLA,2029,7,, +TLA,2029,8,, +TLA,2029,9,, +TLA,2029,10,, +TLA,2029,11,, +TLA,2029,12,, +TLA,2029,13,, +TLA,2029,14,, +TLA,2029,15,, +TLA,2029,16,, +TLA,2029,17,, +TLA,2029,18,, +TLA,2030,0,, +TLA,2030,1,, +TLA,2030,2,, +TLA,2030,3,, +TLA,2030,4,, +TLA,2030,5,, +TLA,2030,6,, +TLA,2030,7,, +TLA,2030,8,, +TLA,2030,9,, +TLA,2030,10,, +TLA,2030,11,, +TLA,2030,12,, +TLA,2030,13,, +TLA,2030,14,, +TLA,2030,15,, +TLA,2030,16,, +TLA,2030,17,, +TLA,2030,18,, +TLA,2031,0,, +TLA,2031,1,, +TLA,2031,2,, +TLA,2031,3,, +TLA,2031,4,, +TLA,2031,5,, +TLA,2031,6,, +TLA,2031,7,, +TLA,2031,8,, +TLA,2031,9,, +TLA,2031,10,, +TLA,2031,11,, +TLA,2031,12,, +TLA,2031,13,, +TLA,2031,14,, +TLA,2031,15,, +TLA,2031,16,, +TLA,2031,17,, +TLA,2031,18,, +TLA,2032,0,, +TLA,2032,1,, +TLA,2032,2,, +TLA,2032,3,, +TLA,2032,4,, +TLA,2032,5,, +TLA,2032,6,, +TLA,2032,7,, +TLA,2032,8,, +TLA,2032,9,, +TLA,2032,10,, +TLA,2032,11,, +TLA,2032,12,, +TLA,2032,13,, +TLA,2032,14,, +TLA,2032,15,, +TLA,2032,16,, +TLA,2032,17,, +TLA,2032,18,, +TLA,2033,0,, +TLA,2033,1,, +TLA,2033,2,, +TLA,2033,3,, +TLA,2033,4,, +TLA,2033,5,, +TLA,2033,6,, +TLA,2033,7,, +TLA,2033,8,, +TLA,2033,9,, +TLA,2033,10,, +TLA,2033,11,, +TLA,2033,12,, +TLA,2033,13,, +TLA,2033,14,, +TLA,2033,15,, +TLA,2033,16,, +TLA,2033,17,, +TLA,2033,18,, +TLA,2034,0,, +TLA,2034,1,, +TLA,2034,2,, +TLA,2034,3,, +TLA,2034,4,, +TLA,2034,5,, +TLA,2034,6,, +TLA,2034,7,, +TLA,2034,8,, +TLA,2034,9,, +TLA,2034,10,, +TLA,2034,11,, +TLA,2034,12,, +TLA,2034,13,, +TLA,2034,14,, +TLA,2034,15,, +TLA,2034,16,, +TLA,2034,17,, +TLA,2034,18,, +TLA,2035,0,, +TLA,2035,1,, +TLA,2035,2,, +TLA,2035,3,, +TLA,2035,4,, +TLA,2035,5,, +TLA,2035,6,, +TLA,2035,7,, +TLA,2035,8,, +TLA,2035,9,, +TLA,2035,10,, +TLA,2035,11,, +TLA,2035,12,, +TLA,2035,13,, +TLA,2035,14,, +TLA,2035,15,, +TLA,2035,16,, +TLA,2035,17,, +TLA,2035,18,, +TLA,2036,0,, +TLA,2036,1,, +TLA,2036,2,, +TLA,2036,3,, +TLA,2036,4,, +TLA,2036,5,, +TLA,2036,6,, +TLA,2036,7,, +TLA,2036,8,, +TLA,2036,9,, +TLA,2036,10,, +TLA,2036,11,, +TLA,2036,12,, +TLA,2036,13,, +TLA,2036,14,, +TLA,2036,15,, +TLA,2036,16,, +TLA,2036,17,, +TLA,2036,18,, +TLA,2037,0,, +TLA,2037,1,, +TLA,2037,2,, +TLA,2037,3,, +TLA,2037,4,, +TLA,2037,5,, +TLA,2037,6,, +TLA,2037,7,, +TLA,2037,8,, +TLA,2037,9,, +TLA,2037,10,, +TLA,2037,11,, +TLA,2037,12,, +TLA,2037,13,, +TLA,2037,14,, +TLA,2037,15,, +TLA,2037,16,, +TLA,2037,17,, +TLA,2037,18,, +TLA,2038,0,, +TLA,2038,1,, +TLA,2038,2,, +TLA,2038,3,, +TLA,2038,4,, +TLA,2038,5,, +TLA,2038,6,, +TLA,2038,7,, +TLA,2038,8,, +TLA,2038,9,, +TLA,2038,10,, +TLA,2038,11,, +TLA,2038,12,, +TLA,2038,13,, +TLA,2038,14,, +TLA,2038,15,, +TLA,2038,16,, +TLA,2038,17,, +TLA,2038,18,, +TLA,2039,0,, +TLA,2039,1,, +TLA,2039,2,, +TLA,2039,3,, +TLA,2039,4,, +TLA,2039,5,, +TLA,2039,6,, +TLA,2039,7,, +TLA,2039,8,, +TLA,2039,9,, +TLA,2039,10,, +TLA,2039,11,, +TLA,2039,12,, +TLA,2039,13,, +TLA,2039,14,, +TLA,2039,15,, +TLA,2039,16,, +TLA,2039,17,, +TLA,2039,18,, +TLA,2040,0,, +TLA,2040,1,, +TLA,2040,2,, +TLA,2040,3,, +TLA,2040,4,, +TLA,2040,5,, +TLA,2040,6,, +TLA,2040,7,, +TLA,2040,8,, +TLA,2040,9,, +TLA,2040,10,, +TLA,2040,11,, +TLA,2040,12,, +TLA,2040,13,, +TLA,2040,14,, +TLA,2040,15,, +TLA,2040,16,, +TLA,2040,17,, +TLA,2040,18,, +TLA,2041,0,, +TLA,2041,1,, +TLA,2041,2,, +TLA,2041,3,, +TLA,2041,4,, +TLA,2041,5,, +TLA,2041,6,, +TLA,2041,7,, +TLA,2041,8,, +TLA,2041,9,, +TLA,2041,10,, +TLA,2041,11,, +TLA,2041,12,, +TLA,2041,13,, +TLA,2041,14,, +TLA,2041,15,, +TLA,2041,16,, +TLA,2041,17,, +TLA,2041,18,, +TLA,2042,0,, +TLA,2042,1,, +TLA,2042,2,, +TLA,2042,3,, +TLA,2042,4,, +TLA,2042,5,, +TLA,2042,6,, +TLA,2042,7,, +TLA,2042,8,, +TLA,2042,9,, +TLA,2042,10,, +TLA,2042,11,, +TLA,2042,12,, +TLA,2042,13,, +TLA,2042,14,, +TLA,2042,15,, +TLA,2042,16,, +TLA,2042,17,, +TLA,2042,18,, +TLA,2043,0,, +TLA,2043,1,, +TLA,2043,2,, +TLA,2043,3,, +TLA,2043,4,, +TLA,2043,5,, +TLA,2043,6,, +TLA,2043,7,, +TLA,2043,8,, +TLA,2043,9,, +TLA,2043,10,, +TLA,2043,11,, +TLA,2043,12,, +TLA,2043,13,, +TLA,2043,14,, +TLA,2043,15,, +TLA,2043,16,, +TLA,2043,17,, +TLA,2043,18,, +TLA,2044,0,, +TLA,2044,1,, +TLA,2044,2,, +TLA,2044,3,, +TLA,2044,4,, +TLA,2044,5,, +TLA,2044,6,, +TLA,2044,7,, +TLA,2044,8,, +TLA,2044,9,, +TLA,2044,10,, +TLA,2044,11,, +TLA,2044,12,, +TLA,2044,13,, +TLA,2044,14,, +TLA,2044,15,, +TLA,2044,16,, +TLA,2044,17,, +TLA,2044,18,, +TLA,2045,0,, +TLA,2045,1,, +TLA,2045,2,, +TLA,2045,3,, +TLA,2045,4,, +TLA,2045,5,, +TLA,2045,6,, +TLA,2045,7,, +TLA,2045,8,, +TLA,2045,9,, +TLA,2045,10,, +TLA,2045,11,, +TLA,2045,12,, +TLA,2045,13,, +TLA,2045,14,, +TLA,2045,15,, +TLA,2045,16,, +TLA,2045,17,, +TLA,2045,18,, +TLA,2046,0,, +TLA,2046,1,, +TLA,2046,2,, +TLA,2046,3,, +TLA,2046,4,, +TLA,2046,5,, +TLA,2046,6,, +TLA,2046,7,, +TLA,2046,8,, +TLA,2046,9,, +TLA,2046,10,, +TLA,2046,11,, +TLA,2046,12,, +TLA,2046,13,, +TLA,2046,14,, +TLA,2046,15,, +TLA,2046,16,, +TLA,2046,17,, +TLA,2046,18,, +TLA,2047,0,, +TLA,2047,1,, +TLA,2047,2,, +TLA,2047,3,, +TLA,2047,4,, +TLA,2047,5,, +TLA,2047,6,, +TLA,2047,7,, +TLA,2047,8,, +TLA,2047,9,, +TLA,2047,10,, +TLA,2047,11,, +TLA,2047,12,, +TLA,2047,13,, +TLA,2047,14,, +TLA,2047,15,, +TLA,2047,16,, +TLA,2047,17,, +TLA,2047,18,, +TLA,2048,0,, +TLA,2048,1,, +TLA,2048,2,, +TLA,2048,3,, +TLA,2048,4,, +TLA,2048,5,, +TLA,2048,6,, +TLA,2048,7,, +TLA,2048,8,, +TLA,2048,9,, +TLA,2048,10,, +TLA,2048,11,, +TLA,2048,12,, +TLA,2048,13,, +TLA,2048,14,, +TLA,2048,15,, +TLA,2048,16,, +TLA,2048,17,, +TLA,2048,18,, +TLA,2049,0,, +TLA,2049,1,, +TLA,2049,2,, +TLA,2049,3,, +TLA,2049,4,, +TLA,2049,5,, +TLA,2049,6,, +TLA,2049,7,, +TLA,2049,8,, +TLA,2049,9,, +TLA,2049,10,, +TLA,2049,11,, +TLA,2049,12,, +TLA,2049,13,, +TLA,2049,14,, +TLA,2049,15,, +TLA,2049,16,, +TLA,2049,17,, +TLA,2049,18,, +TLA,2050,0,, +TLA,2050,1,, +TLA,2050,2,, +TLA,2050,3,, +TLA,2050,4,, +TLA,2050,5,, +TLA,2050,6,, +TLA,2050,7,, +TLA,2050,8,, +TLA,2050,9,, +TLA,2050,10,, +TLA,2050,11,, +TLA,2050,12,, +TLA,2050,13,, +TLA,2050,14,, +TLA,2050,15,, +TLA,2050,16,, +TLA,2050,17,, +TLA,2050,18,, +TLS,1990,0,12360,12492 +TLS,1990,1,12156,12394 +TLS,1990,2,11829,12137 +TLS,1990,3,11401,11747 +TLS,1990,4,10896,11251 +TLS,1990,5,10336,10679 +TLS,1990,6,9744,10056 +TLS,1990,7,9142,9410 +TLS,1990,8,8552,8770 +TLS,1990,9,7999,8163 +TLS,1990,10,7444,7547 +TLS,1990,11,6853,6882 +TLS,1990,12,6541,6538 +TLS,1990,13,6650,6680 +TLS,1990,14,7026,7131 +TLS,1990,15,7380,7553 +TLS,1990,16,7778,8023 +TLS,1990,17,8028,8327 +TLS,1990,18,8010,8327 +TLS,1991,0,12917,13075 +TLS,1991,1,12377,12538 +TLS,1991,2,12103,12348 +TLS,1991,3,11739,12040 +TLS,1991,4,11302,11633 +TLS,1991,5,10808,11148 +TLS,1991,6,10281,10614 +TLS,1991,7,9743,10058 +TLS,1991,8,9179,9459 +TLS,1991,9,8593,8822 +TLS,1991,10,8020,8190 +TLS,1991,11,7457,7564 +TLS,1991,12,6861,6894 +TLS,1991,13,6546,6546 +TLS,1991,14,6653,6686 +TLS,1991,15,7028,7135 +TLS,1991,16,7380,7555 +TLS,1991,17,7776,8023 +TLS,1991,18,8024,8324 +TLS,1992,0,13768,14014 +TLS,1992,1,13408,13708 +TLS,1992,2,12382,12567 +TLS,1992,3,12038,12283 +TLS,1992,4,11637,11923 +TLS,1992,5,11190,11501 +TLS,1992,6,10708,11028 +TLS,1992,7,10215,10533 +TLS,1992,8,9733,10045 +TLS,1992,9,9208,9494 +TLS,1992,10,8625,8860 +TLS,1992,11,8033,8205 +TLS,1992,12,7462,7569 +TLS,1992,13,6862,6896 +TLS,1992,14,6544,6544 +TLS,1992,15,6649,6682 +TLS,1992,16,7023,7130 +TLS,1992,17,7373,7547 +TLS,1992,18,7766,8010 +TLS,1993,0,14713,15080 +TLS,1993,1,14099,14454 +TLS,1993,2,13474,13816 +TLS,1993,3,12357,12563 +TLS,1993,4,11943,12185 +TLS,1993,5,11506,11776 +TLS,1993,6,11051,11339 +TLS,1993,7,10582,10879 +TLS,1993,8,10123,10425 +TLS,1993,9,9699,10006 +TLS,1993,10,9215,9505 +TLS,1993,11,8636,8876 +TLS,1993,12,8027,8199 +TLS,1993,13,7449,7556 +TLS,1993,14,6847,6880 +TLS,1993,15,6526,6525 +TLS,1993,16,6629,6660 +TLS,1993,17,7001,7105 +TLS,1993,18,7349,7519 +TLS,1994,0,15471,15953 +TLS,1994,1,14650,15062 +TLS,1994,2,13885,14241 +TLS,1994,3,13171,13485 +TLS,1994,4,12291,12521 +TLS,1994,5,11810,12052 +TLS,1994,6,11339,11593 +TLS,1994,7,10877,11143 +TLS,1994,8,10422,10697 +TLS,1994,9,10000,10285 +TLS,1994,10,9633,9937 +TLS,1994,11,9191,9487 +TLS,1994,12,8620,8866 +TLS,1994,13,7995,8169 +TLS,1994,14,7412,7519 +TLS,1994,15,6810,6843 +TLS,1994,16,6487,6487 +TLS,1994,17,6588,6619 +TLS,1994,18,6957,7060 +TLS,1995,0,15843,16405 +TLS,1995,1,14960,15419 +TLS,1995,2,14160,14539 +TLS,1995,3,13435,13756 +TLS,1995,4,12776,13058 +TLS,1995,5,12177,12435 +TLS,1995,6,11630,11876 +TLS,1995,7,11127,11371 +TLS,1995,8,10660,10909 +TLS,1995,9,10222,10479 +TLS,1995,10,9837,10110 +TLS,1995,11,9530,9833 +TLS,1995,12,9132,9435 +TLS,1995,13,8569,8824 +TLS,1995,14,7931,8110 +TLS,1995,15,7346,7456 +TLS,1995,16,6746,6783 +TLS,1995,17,6422,6426 +TLS,1995,18,6520,6554 +TLS,1996,0,15936,16522 +TLS,1996,1,15568,16101 +TLS,1996,2,14778,15223 +TLS,1996,3,14042,14418 +TLS,1996,4,13357,13680 +TLS,1996,5,12720,13005 +TLS,1996,6,12121,12381 +TLS,1996,7,11555,11798 +TLS,1996,8,11038,11276 +TLS,1996,9,10577,10819 +TLS,1996,10,10154,10407 +TLS,1996,11,9773,10044 +TLS,1996,12,9464,9765 +TLS,1996,13,9060,9361 +TLS,1996,14,8488,8740 +TLS,1996,15,7839,8015 +TLS,1996,16,7241,7348 +TLS,1996,17,6627,6661 +TLS,1996,18,6286,6286 +TLS,1997,0,15664,16243 +TLS,1997,1,15137,15630 +TLS,1997,2,15246,15756 +TLS,1997,3,14551,14988 +TLS,1997,4,13882,14260 +TLS,1997,5,13240,13571 +TLS,1997,6,12625,12920 +TLS,1997,7,12029,12296 +TLS,1997,8,11445,11690 +TLS,1997,9,10917,11152 +TLS,1997,10,10462,10702 +TLS,1997,11,10055,10309 +TLS,1997,12,9680,9952 +TLS,1997,13,9370,9671 +TLS,1997,14,8961,9262 +TLS,1997,15,8382,8635 +TLS,1997,16,7723,7900 +TLS,1997,17,7114,7222 +TLS,1997,18,6489,6523 +TLS,1998,0,15241,15792 +TLS,1998,1,15014,15514 +TLS,1998,2,14727,15184 +TLS,1998,3,14913,15403 +TLS,1998,4,14314,14747 +TLS,1998,5,13712,14095 +TLS,1998,6,13113,13454 +TLS,1998,7,12520,12827 +TLS,1998,8,11927,12205 +TLS,1998,9,11327,11576 +TLS,1998,10,10787,11023 +TLS,1998,11,10339,10580 +TLS,1998,12,9950,10206 +TLS,1998,13,9580,9855 +TLS,1998,14,9268,9572 +TLS,1998,15,8856,9160 +TLS,1998,16,8271,8525 +TLS,1998,17,7602,7781 +TLS,1998,18,6982,7092 +TLS,1999,0,14964,15482 +TLS,1999,1,14970,15472 +TLS,1999,2,14863,15346 +TLS,1999,3,14656,15117 +TLS,1999,4,14607,15077 +TLS,1999,5,14102,14529 +TLS,1999,6,13566,13954 +TLS,1999,7,13008,13359 +TLS,1999,8,12437,12756 +TLS,1999,9,11847,12133 +TLS,1999,10,11228,11481 +TLS,1999,11,10676,10911 +TLS,1999,12,10235,10475 +TLS,1999,13,9861,10120 +TLS,1999,14,9497,9774 +TLS,1999,15,9183,9490 +TLS,1999,16,8766,9072 +TLS,1999,17,8173,8430 +TLS,1999,18,7495,7674 +TLS,2000,0,15036,15529 +TLS,2000,1,15130,15630 +TLS,2000,2,15094,15592 +TLS,2000,3,14944,15432 +TLS,2000,4,14693,15163 +TLS,2000,5,14355,14801 +TLS,2000,6,13942,14362 +TLS,2000,7,13470,13860 +TLS,2000,8,12952,13310 +TLS,2000,9,12401,12728 +TLS,2000,10,11810,12104 +TLS,2000,11,11171,11426 +TLS,2000,12,10605,10837 +TLS,2000,13,10168,10405 +TLS,2000,14,9810,10068 +TLS,2000,15,9449,9727 +TLS,2000,16,9132,9439 +TLS,2000,17,8709,9015 +TLS,2000,18,8106,8363 +TLS,2001,0,15383,15862 +TLS,2001,1,14949,15437 +TLS,2001,2,14962,15454 +TLS,2001,3,14882,15371 +TLS,2001,4,14717,15195 +TLS,2001,5,14473,14935 +TLS,2001,6,14165,14606 +TLS,2001,7,13806,14224 +TLS,2001,8,13372,13762 +TLS,2001,9,12857,13217 +TLS,2001,10,12288,12616 +TLS,2001,11,11691,11984 +TLS,2001,12,11052,11306 +TLS,2001,13,10482,10713 +TLS,2001,14,10033,10269 +TLS,2001,15,9661,9917 +TLS,2001,16,9286,9562 +TLS,2001,17,8954,9258 +TLS,2001,18,8524,8826 +TLS,2002,0,16063,16534 +TLS,2002,1,15811,16302 +TLS,2002,2,14903,15385 +TLS,2002,3,14837,15320 +TLS,2002,4,14712,15190 +TLS,2002,5,14531,14998 +TLS,2002,6,14294,14746 +TLS,2002,7,14015,14449 +TLS,2002,8,13709,14123 +TLS,2002,9,13312,13701 +TLS,2002,10,12799,13158 +TLS,2002,11,12211,12536 +TLS,2002,12,11605,11897 +TLS,2002,13,10965,11217 +TLS,2002,14,10388,10617 +TLS,2002,15,9927,10161 +TLS,2002,16,9539,9792 +TLS,2002,17,9150,9422 +TLS,2002,18,8803,9102 +TLS,2003,0,16869,17340 +TLS,2003,1,16319,16804 +TLS,2003,2,15826,16317 +TLS,2003,3,14887,15362 +TLS,2003,4,14741,15214 +TLS,2003,5,14571,15038 +TLS,2003,6,14373,14830 +TLS,2003,7,14143,14586 +TLS,2003,8,13893,14320 +TLS,2003,9,13639,14048 +TLS,2003,10,13278,13665 +TLS,2003,11,12766,13123 +TLS,2003,12,12157,12481 +TLS,2003,13,11542,11831 +TLS,2003,14,10899,11148 +TLS,2003,15,10314,10541 +TLS,2003,16,9841,10071 +TLS,2003,17,9436,9686 +TLS,2003,18,9031,9299 +TLS,2004,0,17506,17984 +TLS,2004,1,16739,17222 +TLS,2004,2,16089,16574 +TLS,2004,3,15543,16026 +TLS,2004,4,14887,15357 +TLS,2004,5,14660,15125 +TLS,2004,6,14445,14903 +TLS,2004,7,14231,14679 +TLS,2004,8,14006,14441 +TLS,2004,9,13786,14206 +TLS,2004,10,13583,13990 +TLS,2004,11,13258,13644 +TLS,2004,12,12747,13104 +TLS,2004,13,12116,12439 +TLS,2004,14,11492,11779 +TLS,2004,15,10844,11092 +TLS,2004,16,10252,10476 +TLS,2004,17,9765,9993 +TLS,2004,18,9344,9590 +TLS,2005,0,17760,18253 +TLS,2005,1,16948,17437 +TLS,2005,2,16273,16757 +TLS,2005,3,15716,16195 +TLS,2005,4,15260,15733 +TLS,2005,5,14887,15353 +TLS,2005,6,14579,15038 +TLS,2005,7,14319,14769 +TLS,2005,8,14088,14529 +TLS,2005,9,13870,14298 +TLS,2005,10,13678,14094 +TLS,2005,11,13527,13933 +TLS,2005,12,13238,13626 +TLS,2005,13,12727,13086 +TLS,2005,14,12075,12399 +TLS,2005,15,11441,11729 +TLS,2005,16,10789,11037 +TLS,2005,17,10189,10413 +TLS,2005,18,9688,9915 +TLS,2006,0,17492,18002 +TLS,2006,1,17455,17938 +TLS,2006,2,16779,17257 +TLS,2006,3,16193,16666 +TLS,2006,4,15686,16155 +TLS,2006,5,15247,15711 +TLS,2006,6,14859,15319 +TLS,2006,7,14506,14961 +TLS,2006,8,14210,14658 +TLS,2006,9,13975,14412 +TLS,2006,10,13770,14194 +TLS,2006,11,13576,13988 +TLS,2006,12,13415,13816 +TLS,2006,13,13116,13499 +TLS,2006,14,12598,12951 +TLS,2006,15,11941,12258 +TLS,2006,16,11301,11582 +TLS,2006,17,10644,10885 +TLS,2006,18,10040,10257 +TLS,2007,0,16890,17426 +TLS,2007,1,16590,17099 +TLS,2007,2,17178,17654 +TLS,2007,3,16638,17107 +TLS,2007,4,16140,16604 +TLS,2007,5,15681,16142 +TLS,2007,6,15259,15716 +TLS,2007,7,14856,15310 +TLS,2007,8,14456,14908 +TLS,2007,9,14124,14571 +TLS,2007,10,13884,14320 +TLS,2007,11,13692,14115 +TLS,2007,12,13496,13905 +TLS,2007,13,13324,13722 +TLS,2007,14,13016,13394 +TLS,2007,15,12490,12838 +TLS,2007,16,11826,12138 +TLS,2007,17,11180,11455 +TLS,2007,18,10515,10750 +TLS,2008,0,16111,16677 +TLS,2008,1,16223,16751 +TLS,2008,2,16255,16754 +TLS,2008,3,16916,17385 +TLS,2008,4,16510,16972 +TLS,2008,5,16100,16557 +TLS,2008,6,15690,16143 +TLS,2008,7,15283,15734 +TLS,2008,8,14865,15315 +TLS,2008,9,14419,14868 +TLS,2008,10,14051,14496 +TLS,2008,11,13805,14241 +TLS,2008,12,13626,14047 +TLS,2008,13,13428,13834 +TLS,2008,14,13245,13639 +TLS,2008,15,12926,13301 +TLS,2008,16,12392,12736 +TLS,2008,17,11722,12029 +TLS,2008,18,11068,11338 +TLS,2009,0,15390,15983 +TLS,2009,1,15850,16396 +TLS,2009,2,16150,16660 +TLS,2009,3,16306,16789 +TLS,2009,4,16651,17113 +TLS,2009,5,16380,16834 +TLS,2009,6,16058,16506 +TLS,2009,7,15696,16142 +TLS,2009,8,15305,15750 +TLS,2009,9,14872,15317 +TLS,2009,10,14379,14826 +TLS,2009,11,13975,14419 +TLS,2009,12,13724,14159 +TLS,2009,13,13558,13977 +TLS,2009,14,13357,13761 +TLS,2009,15,13164,13555 +TLS,2009,16,12835,13205 +TLS,2009,17,12293,12632 +TLS,2009,18,11615,11918 +TLS,2010,0,14911,15524 +TLS,2010,1,15555,16117 +TLS,2010,2,16005,16527 +TLS,2010,3,16280,16771 +TLS,2010,4,16398,16868 +TLS,2010,5,16381,16835 +TLS,2010,6,16245,16690 +TLS,2010,7,16011,16450 +TLS,2010,8,15698,16135 +TLS,2010,9,15324,15761 +TLS,2010,10,14874,15314 +TLS,2010,11,14335,14780 +TLS,2010,12,13895,14338 +TLS,2010,13,13639,14072 +TLS,2010,14,13486,13902 +TLS,2010,15,13283,13683 +TLS,2010,16,13079,13465 +TLS,2010,17,12739,13105 +TLS,2010,18,12189,12524 +TLS,2011,0,14715,15341 +TLS,2011,1,14973,15572 +TLS,2011,2,15506,16061 +TLS,2011,3,15890,16409 +TLS,2011,4,16136,16627 +TLS,2011,5,16254,16724 +TLS,2011,6,16266,16721 +TLS,2011,7,16190,16634 +TLS,2011,8,15995,16432 +TLS,2011,9,15674,16109 +TLS,2011,10,15264,15699 +TLS,2011,11,14794,15232 +TLS,2011,12,14242,14684 +TLS,2011,13,13789,14229 +TLS,2011,14,13523,13952 +TLS,2011,15,13361,13773 +TLS,2011,16,13149,13544 +TLS,2011,17,12936,13317 +TLS,2011,18,12594,12953 +TLS,2012,0,14736,15369 +TLS,2012,1,15217,15806 +TLS,2012,2,15025,15609 +TLS,2012,3,15446,15993 +TLS,2012,4,15764,16279 +TLS,2012,5,15980,16470 +TLS,2012,6,16098,16568 +TLS,2012,7,16139,16594 +TLS,2012,8,16124,16566 +TLS,2012,9,15967,16402 +TLS,2012,10,15638,16071 +TLS,2012,11,15192,15626 +TLS,2012,12,14703,15138 +TLS,2012,13,14138,14577 +TLS,2012,14,13673,14110 +TLS,2012,15,13397,13821 +TLS,2012,16,13226,13633 +TLS,2012,17,13006,13396 +TLS,2012,18,12784,13158 +TLS,2013,0,14970,15605 +TLS,2013,1,15184,15784 +TLS,2013,2,15371,15940 +TLS,2013,3,15073,15643 +TLS,2013,4,15383,15921 +TLS,2013,5,15634,16145 +TLS,2013,6,15821,16309 +TLS,2013,7,15939,16409 +TLS,2013,8,16010,16464 +TLS,2013,9,16054,16494 +TLS,2013,10,15937,16368 +TLS,2013,11,15600,16030 +TLS,2013,12,15119,15549 +TLS,2013,13,14609,15041 +TLS,2013,14,14032,14467 +TLS,2013,15,13555,13987 +TLS,2013,16,13268,13688 +TLS,2013,17,13089,13490 +TLS,2013,18,12860,13244 +TLS,2014,0,15386,16022 +TLS,2014,1,15295,15905 +TLS,2014,2,15267,15852 +TLS,2014,3,15286,15848 +TLS,2014,4,15129,15683 +TLS,2014,5,15328,15856 +TLS,2014,6,15512,16018 +TLS,2014,7,15670,16156 +TLS,2014,8,15788,16256 +TLS,2014,9,15888,16340 +TLS,2014,10,15992,16429 +TLS,2014,11,15913,16341 +TLS,2014,12,15569,15995 +TLS,2014,13,15052,15479 +TLS,2014,14,14522,14951 +TLS,2014,15,13932,14363 +TLS,2014,16,13443,13870 +TLS,2014,17,13146,13560 +TLS,2014,18,12958,13353 +TLS,2015,0,15943,16584 +TLS,2015,1,15565,16185 +TLS,2015,2,15321,15920 +TLS,2015,3,15191,15770 +TLS,2015,4,15155,15713 +TLS,2015,5,15191,15729 +TLS,2015,6,15279,15797 +TLS,2015,7,15397,15897 +TLS,2015,8,15526,16008 +TLS,2015,9,15644,16110 +TLS,2015,10,15773,16224 +TLS,2015,11,15937,16371 +TLS,2015,12,15897,16320 +TLS,2015,13,15545,15966 +TLS,2015,14,14992,15415 +TLS,2015,15,14441,14866 +TLS,2015,16,13839,14265 +TLS,2015,17,13337,13759 +TLS,2015,18,13029,13438 +TLS,2016,0,16662,17314 +TLS,2016,1,15853,16488 +TLS,2016,2,15490,16105 +TLS,2016,3,15258,15853 +TLS,2016,4,15137,15712 +TLS,2016,5,15106,15661 +TLS,2016,6,15145,15680 +TLS,2016,7,15233,15750 +TLS,2016,8,15349,15847 +TLS,2016,9,15469,15950 +TLS,2016,10,15575,16039 +TLS,2016,11,15692,16140 +TLS,2016,12,15844,16274 +TLS,2016,13,15792,16211 +TLS,2016,14,15429,15845 +TLS,2016,15,14866,15284 +TLS,2016,16,14307,14725 +TLS,2016,17,13695,14114 +TLS,2016,18,13190,13605 +TLS,2017,0,17521,18186 +TLS,2017,1,16602,17249 +TLS,2017,2,15755,16383 +TLS,2017,3,15408,16016 +TLS,2017,4,15188,15777 +TLS,2017,5,15075,15645 +TLS,2017,6,15050,15600 +TLS,2017,7,15091,15623 +TLS,2017,8,15180,15694 +TLS,2017,9,15291,15788 +TLS,2017,10,15403,15882 +TLS,2017,11,15498,15959 +TLS,2017,12,15603,16048 +TLS,2017,13,15742,16169 +TLS,2017,14,15678,16092 +TLS,2017,15,15305,15716 +TLS,2017,16,14733,15145 +TLS,2017,17,14165,14577 +TLS,2017,18,13544,13956 +TLS,2018,0,18381,19059 +TLS,2018,1,17251,17911 +TLS,2018,2,16378,17019 +TLS,2018,3,15655,16276 +TLS,2018,4,15324,15926 +TLS,2018,5,15116,15699 +TLS,2018,6,15012,15577 +TLS,2018,7,14992,15538 +TLS,2018,8,15036,15564 +TLS,2018,9,15125,15637 +TLS,2018,10,15233,15728 +TLS,2018,11,15337,15813 +TLS,2018,12,15419,15878 +TLS,2018,13,15512,15953 +TLS,2018,14,15639,16061 +TLS,2018,15,15563,15972 +TLS,2018,16,15179,15584 +TLS,2018,17,14598,15004 +TLS,2018,18,14022,14426 +TLS,2019,0,19000,20000 +TLS,2019,1,18000,19000 +TLS,2019,2,17000,18000 +TLS,2019,3,16000,17000 +TLS,2019,4,16000,16000 +TLS,2019,5,15000,16000 +TLS,2019,6,15000,16000 +TLS,2019,7,15000,16000 +TLS,2019,8,15000,15000 +TLS,2019,9,15000,16000 +TLS,2019,10,15000,16000 +TLS,2019,11,15000,16000 +TLS,2019,12,15000,16000 +TLS,2019,13,15000,16000 +TLS,2019,14,15000,16000 +TLS,2019,15,16000,16000 +TLS,2019,16,15000,16000 +TLS,2019,17,15000,15000 +TLS,2019,18,14000,15000 +TLS,2020,0,19000,20000 +TLS,2020,1,18000,19000 +TLS,2020,2,17000,18000 +TLS,2020,3,17000,17000 +TLS,2020,4,16000,17000 +TLS,2020,5,15000,16000 +TLS,2020,6,15000,16000 +TLS,2020,7,15000,16000 +TLS,2020,8,15000,15000 +TLS,2020,9,15000,15000 +TLS,2020,10,15000,15000 +TLS,2020,11,15000,16000 +TLS,2020,12,15000,16000 +TLS,2020,13,15000,16000 +TLS,2020,14,15000,16000 +TLS,2020,15,15000,16000 +TLS,2020,16,15000,16000 +TLS,2020,17,15000,16000 +TLS,2020,18,15000,15000 +TLS,2021,0,19000,20000 +TLS,2021,1,19000,20000 +TLS,2021,2,18000,19000 +TLS,2021,3,17000,18000 +TLS,2021,4,17000,17000 +TLS,2021,5,16000,17000 +TLS,2021,6,16000,16000 +TLS,2021,7,15000,16000 +TLS,2021,8,15000,15000 +TLS,2021,9,15000,15000 +TLS,2021,10,15000,15000 +TLS,2021,11,15000,15000 +TLS,2021,12,15000,15000 +TLS,2021,13,15000,16000 +TLS,2021,14,15000,16000 +TLS,2021,15,15000,16000 +TLS,2021,16,15000,16000 +TLS,2021,17,15000,16000 +TLS,2021,18,15000,16000 +TLS,2022,0,19000,20000 +TLS,2022,1,18000,19000 +TLS,2022,2,19000,20000 +TLS,2022,3,18000,19000 +TLS,2022,4,17000,18000 +TLS,2022,5,17000,17000 +TLS,2022,6,16000,17000 +TLS,2022,7,16000,16000 +TLS,2022,8,15000,16000 +TLS,2022,9,15000,15000 +TLS,2022,10,15000,15000 +TLS,2022,11,15000,15000 +TLS,2022,12,15000,15000 +TLS,2022,13,15000,15000 +TLS,2022,14,15000,16000 +TLS,2022,15,15000,16000 +TLS,2022,16,15000,16000 +TLS,2022,17,15000,16000 +TLS,2022,18,15000,16000 +TLS,2023,0,18000,19000 +TLS,2023,1,18000,19000 +TLS,2023,2,18000,19000 +TLS,2023,3,19000,19000 +TLS,2023,4,18000,19000 +TLS,2023,5,17000,18000 +TLS,2023,6,17000,17000 +TLS,2023,7,16000,17000 +TLS,2023,8,16000,16000 +TLS,2023,9,15000,16000 +TLS,2023,10,15000,15000 +TLS,2023,11,15000,15000 +TLS,2023,12,15000,15000 +TLS,2023,13,15000,15000 +TLS,2023,14,15000,15000 +TLS,2023,15,15000,15000 +TLS,2023,16,15000,16000 +TLS,2023,17,15000,16000 +TLS,2023,18,15000,16000 +TLS,2024,0,18000,19000 +TLS,2024,1,18000,19000 +TLS,2024,2,18000,19000 +TLS,2024,3,18000,19000 +TLS,2024,4,18000,19000 +TLS,2024,5,18000,19000 +TLS,2024,6,17000,18000 +TLS,2024,7,17000,17000 +TLS,2024,8,16000,17000 +TLS,2024,9,16000,16000 +TLS,2024,10,15000,16000 +TLS,2024,11,15000,15000 +TLS,2024,12,15000,15000 +TLS,2024,13,15000,15000 +TLS,2024,14,15000,15000 +TLS,2024,15,15000,15000 +TLS,2024,16,15000,15000 +TLS,2024,17,15000,15000 +TLS,2024,18,15000,15000 +TLS,2025,0,18000,18000 +TLS,2025,1,18000,19000 +TLS,2025,2,18000,19000 +TLS,2025,3,18000,19000 +TLS,2025,4,18000,19000 +TLS,2025,5,18000,19000 +TLS,2025,6,18000,18000 +TLS,2025,7,17000,18000 +TLS,2025,8,17000,17000 +TLS,2025,9,16000,17000 +TLS,2025,10,16000,16000 +TLS,2025,11,15000,16000 +TLS,2025,12,15000,15000 +TLS,2025,13,15000,15000 +TLS,2025,14,15000,15000 +TLS,2025,15,15000,15000 +TLS,2025,16,15000,15000 +TLS,2025,17,15000,15000 +TLS,2025,18,15000,15000 +TLS,2026,0,18000,18000 +TLS,2026,1,18000,19000 +TLS,2026,2,18000,19000 +TLS,2026,3,18000,19000 +TLS,2026,4,18000,19000 +TLS,2026,5,18000,19000 +TLS,2026,6,18000,19000 +TLS,2026,7,18000,18000 +TLS,2026,8,17000,18000 +TLS,2026,9,17000,17000 +TLS,2026,10,16000,17000 +TLS,2026,11,16000,16000 +TLS,2026,12,15000,16000 +TLS,2026,13,15000,15000 +TLS,2026,14,15000,15000 +TLS,2026,15,15000,15000 +TLS,2026,16,15000,15000 +TLS,2026,17,15000,15000 +TLS,2026,18,15000,15000 +TLS,2027,0,18000,19000 +TLS,2027,1,18000,19000 +TLS,2027,2,18000,19000 +TLS,2027,3,18000,19000 +TLS,2027,4,18000,19000 +TLS,2027,5,18000,19000 +TLS,2027,6,18000,19000 +TLS,2027,7,18000,19000 +TLS,2027,8,18000,18000 +TLS,2027,9,17000,18000 +TLS,2027,10,17000,17000 +TLS,2027,11,16000,17000 +TLS,2027,12,16000,16000 +TLS,2027,13,15000,16000 +TLS,2027,14,15000,15000 +TLS,2027,15,15000,15000 +TLS,2027,16,15000,15000 +TLS,2027,17,15000,15000 +TLS,2027,18,15000,15000 +TLS,2028,0,18000,19000 +TLS,2028,1,18000,19000 +TLS,2028,2,19000,19000 +TLS,2028,3,18000,19000 +TLS,2028,4,18000,19000 +TLS,2028,5,18000,19000 +TLS,2028,6,18000,19000 +TLS,2028,7,18000,19000 +TLS,2028,8,18000,19000 +TLS,2028,9,18000,18000 +TLS,2028,10,17000,18000 +TLS,2028,11,17000,17000 +TLS,2028,12,16000,17000 +TLS,2028,13,16000,16000 +TLS,2028,14,15000,16000 +TLS,2028,15,15000,15000 +TLS,2028,16,15000,15000 +TLS,2028,17,15000,15000 +TLS,2028,18,15000,15000 +TLS,2029,0,19000,19000 +TLS,2029,1,19000,19000 +TLS,2029,2,18000,19000 +TLS,2029,3,18000,19000 +TLS,2029,4,18000,19000 +TLS,2029,5,18000,19000 +TLS,2029,6,18000,19000 +TLS,2029,7,18000,19000 +TLS,2029,8,18000,19000 +TLS,2029,9,18000,18000 +TLS,2029,10,18000,18000 +TLS,2029,11,17000,18000 +TLS,2029,12,17000,17000 +TLS,2029,13,16000,17000 +TLS,2029,14,16000,16000 +TLS,2029,15,15000,16000 +TLS,2029,16,15000,15000 +TLS,2029,17,14000,15000 +TLS,2029,18,15000,15000 +TLS,2030,0,19000,19000 +TLS,2030,1,19000,19000 +TLS,2030,2,18000,19000 +TLS,2030,3,18000,19000 +TLS,2030,4,18000,19000 +TLS,2030,5,18000,19000 +TLS,2030,6,18000,19000 +TLS,2030,7,18000,19000 +TLS,2030,8,18000,19000 +TLS,2030,9,18000,18000 +TLS,2030,10,18000,18000 +TLS,2030,11,18000,18000 +TLS,2030,12,17000,18000 +TLS,2030,13,17000,18000 +TLS,2030,14,16000,17000 +TLS,2030,15,16000,16000 +TLS,2030,16,15000,16000 +TLS,2030,17,15000,15000 +TLS,2030,18,14000,15000 +TLS,2031,0,19000,19000 +TLS,2031,1,19000,19000 +TLS,2031,2,18000,19000 +TLS,2031,3,18000,19000 +TLS,2031,4,18000,19000 +TLS,2031,5,18000,19000 +TLS,2031,6,18000,19000 +TLS,2031,7,18000,19000 +TLS,2031,8,18000,19000 +TLS,2031,9,18000,19000 +TLS,2031,10,18000,18000 +TLS,2031,11,18000,18000 +TLS,2031,12,18000,18000 +TLS,2031,13,17000,18000 +TLS,2031,14,17000,17000 +TLS,2031,15,16000,17000 +TLS,2031,16,16000,16000 +TLS,2031,17,15000,15000 +TLS,2031,18,14000,15000 +TLS,2032,0,19000,19000 +TLS,2032,1,18000,19000 +TLS,2032,2,19000,19000 +TLS,2032,3,18000,19000 +TLS,2032,4,18000,19000 +TLS,2032,5,18000,19000 +TLS,2032,6,18000,19000 +TLS,2032,7,18000,19000 +TLS,2032,8,18000,19000 +TLS,2032,9,18000,19000 +TLS,2032,10,18000,19000 +TLS,2032,11,18000,18000 +TLS,2032,12,18000,18000 +TLS,2032,13,18000,18000 +TLS,2032,14,17000,18000 +TLS,2032,15,17000,17000 +TLS,2032,16,16000,17000 +TLS,2032,17,16000,16000 +TLS,2032,18,15000,15000 +TLS,2033,0,18000,19000 +TLS,2033,1,18000,19000 +TLS,2033,2,18000,19000 +TLS,2033,3,18000,19000 +TLS,2033,4,18000,19000 +TLS,2033,5,18000,19000 +TLS,2033,6,18000,19000 +TLS,2033,7,18000,19000 +TLS,2033,8,18000,19000 +TLS,2033,9,18000,19000 +TLS,2033,10,18000,19000 +TLS,2033,11,18000,19000 +TLS,2033,12,18000,18000 +TLS,2033,13,18000,18000 +TLS,2033,14,18000,18000 +TLS,2033,15,17000,18000 +TLS,2033,16,17000,17000 +TLS,2033,17,16000,17000 +TLS,2033,18,15000,16000 +TLS,2034,0,18000,19000 +TLS,2034,1,18000,19000 +TLS,2034,2,18000,19000 +TLS,2034,3,18000,19000 +TLS,2034,4,18000,19000 +TLS,2034,5,18000,19000 +TLS,2034,6,18000,19000 +TLS,2034,7,18000,19000 +TLS,2034,8,18000,19000 +TLS,2034,9,18000,19000 +TLS,2034,10,18000,19000 +TLS,2034,11,18000,19000 +TLS,2034,12,18000,18000 +TLS,2034,13,18000,18000 +TLS,2034,14,18000,18000 +TLS,2034,15,18000,18000 +TLS,2034,16,17000,18000 +TLS,2034,17,17000,17000 +TLS,2034,18,16000,17000 +TLS,2035,0,18000,19000 +TLS,2035,1,18000,19000 +TLS,2035,2,18000,19000 +TLS,2035,3,18000,19000 +TLS,2035,4,18000,19000 +TLS,2035,5,18000,19000 +TLS,2035,6,18000,19000 +TLS,2035,7,18000,19000 +TLS,2035,8,18000,19000 +TLS,2035,9,18000,19000 +TLS,2035,10,18000,19000 +TLS,2035,11,18000,19000 +TLS,2035,12,18000,19000 +TLS,2035,13,18000,18000 +TLS,2035,14,18000,18000 +TLS,2035,15,18000,18000 +TLS,2035,16,17000,18000 +TLS,2035,17,17000,18000 +TLS,2035,18,17000,17000 +TLS,2036,0,18000,19000 +TLS,2036,1,18000,19000 +TLS,2036,2,18000,19000 +TLS,2036,3,18000,19000 +TLS,2036,4,18000,19000 +TLS,2036,5,18000,19000 +TLS,2036,6,18000,19000 +TLS,2036,7,18000,19000 +TLS,2036,8,18000,19000 +TLS,2036,9,18000,19000 +TLS,2036,10,18000,19000 +TLS,2036,11,18000,19000 +TLS,2036,12,18000,19000 +TLS,2036,13,18000,19000 +TLS,2036,14,18000,18000 +TLS,2036,15,18000,18000 +TLS,2036,16,18000,18000 +TLS,2036,17,17000,18000 +TLS,2036,18,17000,18000 +TLS,2037,0,18000,19000 +TLS,2037,1,18000,19000 +TLS,2037,2,18000,19000 +TLS,2037,3,18000,19000 +TLS,2037,4,18000,19000 +TLS,2037,5,18000,19000 +TLS,2037,6,18000,19000 +TLS,2037,7,18000,19000 +TLS,2037,8,18000,19000 +TLS,2037,9,18000,19000 +TLS,2037,10,18000,19000 +TLS,2037,11,18000,19000 +TLS,2037,12,18000,19000 +TLS,2037,13,18000,19000 +TLS,2037,14,18000,18000 +TLS,2037,15,18000,18000 +TLS,2037,16,18000,18000 +TLS,2037,17,17000,18000 +TLS,2037,18,17000,18000 +TLS,2038,0,18000,19000 +TLS,2038,1,18000,19000 +TLS,2038,2,18000,19000 +TLS,2038,3,18000,19000 +TLS,2038,4,18000,19000 +TLS,2038,5,18000,19000 +TLS,2038,6,18000,19000 +TLS,2038,7,18000,19000 +TLS,2038,8,18000,19000 +TLS,2038,9,18000,19000 +TLS,2038,10,18000,19000 +TLS,2038,11,18000,19000 +TLS,2038,12,18000,19000 +TLS,2038,13,18000,19000 +TLS,2038,14,18000,19000 +TLS,2038,15,18000,18000 +TLS,2038,16,18000,18000 +TLS,2038,17,18000,18000 +TLS,2038,18,17000,18000 +TLS,2039,0,18000,18000 +TLS,2039,1,18000,19000 +TLS,2039,2,18000,19000 +TLS,2039,3,18000,19000 +TLS,2039,4,18000,19000 +TLS,2039,5,18000,19000 +TLS,2039,6,18000,19000 +TLS,2039,7,18000,19000 +TLS,2039,8,18000,19000 +TLS,2039,9,18000,19000 +TLS,2039,10,18000,19000 +TLS,2039,11,18000,19000 +TLS,2039,12,18000,19000 +TLS,2039,13,18000,19000 +TLS,2039,14,18000,19000 +TLS,2039,15,18000,19000 +TLS,2039,16,18000,18000 +TLS,2039,17,18000,18000 +TLS,2039,18,18000,18000 +TLS,2040,0,18000,18000 +TLS,2040,1,18000,18000 +TLS,2040,2,18000,18000 +TLS,2040,3,18000,18000 +TLS,2040,4,18000,19000 +TLS,2040,5,18000,19000 +TLS,2040,6,18000,19000 +TLS,2040,7,18000,19000 +TLS,2040,8,18000,19000 +TLS,2040,9,18000,19000 +TLS,2040,10,18000,19000 +TLS,2040,11,18000,19000 +TLS,2040,12,18000,19000 +TLS,2040,13,18000,19000 +TLS,2040,14,18000,19000 +TLS,2040,15,18000,19000 +TLS,2040,16,18000,19000 +TLS,2040,17,18000,18000 +TLS,2040,18,18000,18000 +TLS,2041,0,18000,18000 +TLS,2041,1,18000,18000 +TLS,2041,2,18000,18000 +TLS,2041,3,18000,18000 +TLS,2041,4,18000,18000 +TLS,2041,5,18000,18000 +TLS,2041,6,18000,19000 +TLS,2041,7,18000,19000 +TLS,2041,8,18000,19000 +TLS,2041,9,18000,19000 +TLS,2041,10,18000,19000 +TLS,2041,11,18000,19000 +TLS,2041,12,18000,19000 +TLS,2041,13,18000,19000 +TLS,2041,14,18000,19000 +TLS,2041,15,18000,19000 +TLS,2041,16,18000,19000 +TLS,2041,17,18000,18000 +TLS,2041,18,18000,18000 +TLS,2042,0,18000,18000 +TLS,2042,1,18000,18000 +TLS,2042,2,18000,18000 +TLS,2042,3,18000,18000 +TLS,2042,4,18000,18000 +TLS,2042,5,18000,18000 +TLS,2042,6,18000,18000 +TLS,2042,7,18000,19000 +TLS,2042,8,18000,19000 +TLS,2042,9,18000,19000 +TLS,2042,10,18000,19000 +TLS,2042,11,18000,19000 +TLS,2042,12,18000,19000 +TLS,2042,13,18000,19000 +TLS,2042,14,18000,19000 +TLS,2042,15,18000,19000 +TLS,2042,16,18000,19000 +TLS,2042,17,18000,19000 +TLS,2042,18,18000,18000 +TLS,2043,0,18000,18000 +TLS,2043,1,18000,18000 +TLS,2043,2,18000,18000 +TLS,2043,3,18000,18000 +TLS,2043,4,18000,18000 +TLS,2043,5,18000,18000 +TLS,2043,6,18000,18000 +TLS,2043,7,18000,18000 +TLS,2043,8,18000,19000 +TLS,2043,9,18000,19000 +TLS,2043,10,18000,19000 +TLS,2043,11,18000,19000 +TLS,2043,12,18000,19000 +TLS,2043,13,18000,19000 +TLS,2043,14,18000,19000 +TLS,2043,15,18000,19000 +TLS,2043,16,18000,19000 +TLS,2043,17,18000,19000 +TLS,2043,18,18000,18000 +TLS,2044,0,18000,18000 +TLS,2044,1,18000,18000 +TLS,2044,2,18000,18000 +TLS,2044,3,18000,18000 +TLS,2044,4,18000,18000 +TLS,2044,5,18000,18000 +TLS,2044,6,18000,18000 +TLS,2044,7,18000,18000 +TLS,2044,8,18000,18000 +TLS,2044,9,18000,18000 +TLS,2044,10,18000,19000 +TLS,2044,11,18000,19000 +TLS,2044,12,18000,19000 +TLS,2044,13,18000,19000 +TLS,2044,14,18000,19000 +TLS,2044,15,18000,19000 +TLS,2044,16,18000,19000 +TLS,2044,17,18000,19000 +TLS,2044,18,18000,19000 +TLS,2045,0,18000,18000 +TLS,2045,1,18000,18000 +TLS,2045,2,18000,18000 +TLS,2045,3,18000,18000 +TLS,2045,4,17000,18000 +TLS,2045,5,18000,18000 +TLS,2045,6,18000,18000 +TLS,2045,7,18000,18000 +TLS,2045,8,18000,18000 +TLS,2045,9,18000,18000 +TLS,2045,10,18000,18000 +TLS,2045,11,18000,19000 +TLS,2045,12,18000,19000 +TLS,2045,13,18000,19000 +TLS,2045,14,18000,19000 +TLS,2045,15,18000,19000 +TLS,2045,16,18000,19000 +TLS,2045,17,18000,19000 +TLS,2045,18,18000,19000 +TLS,2046,0,18000,18000 +TLS,2046,1,18000,18000 +TLS,2046,2,18000,18000 +TLS,2046,3,18000,18000 +TLS,2046,4,17000,18000 +TLS,2046,5,17000,18000 +TLS,2046,6,18000,18000 +TLS,2046,7,18000,18000 +TLS,2046,8,18000,18000 +TLS,2046,9,18000,18000 +TLS,2046,10,18000,18000 +TLS,2046,11,18000,18000 +TLS,2046,12,18000,19000 +TLS,2046,13,18000,19000 +TLS,2046,14,18000,19000 +TLS,2046,15,18000,19000 +TLS,2046,16,18000,19000 +TLS,2046,17,18000,19000 +TLS,2046,18,18000,19000 +TLS,2047,0,18000,19000 +TLS,2047,1,18000,18000 +TLS,2047,2,18000,18000 +TLS,2047,3,18000,18000 +TLS,2047,4,17000,18000 +TLS,2047,5,17000,18000 +TLS,2047,6,17000,18000 +TLS,2047,7,17000,18000 +TLS,2047,8,18000,18000 +TLS,2047,9,18000,18000 +TLS,2047,10,18000,18000 +TLS,2047,11,18000,18000 +TLS,2047,12,18000,18000 +TLS,2047,13,18000,18000 +TLS,2047,14,18000,19000 +TLS,2047,15,18000,19000 +TLS,2047,16,18000,19000 +TLS,2047,17,18000,19000 +TLS,2047,18,18000,19000 +TLS,2048,0,18000,19000 +TLS,2048,1,18000,18000 +TLS,2048,2,18000,18000 +TLS,2048,3,18000,18000 +TLS,2048,4,17000,18000 +TLS,2048,5,17000,18000 +TLS,2048,6,17000,18000 +TLS,2048,7,17000,18000 +TLS,2048,8,17000,18000 +TLS,2048,9,18000,18000 +TLS,2048,10,18000,18000 +TLS,2048,11,18000,18000 +TLS,2048,12,18000,18000 +TLS,2048,13,18000,18000 +TLS,2048,14,18000,18000 +TLS,2048,15,18000,18000 +TLS,2048,16,18000,19000 +TLS,2048,17,18000,19000 +TLS,2048,18,18000,18000 +TLS,2049,0,18000,19000 +TLS,2049,1,18000,18000 +TLS,2049,2,18000,18000 +TLS,2049,3,18000,18000 +TLS,2049,4,17000,18000 +TLS,2049,5,17000,18000 +TLS,2049,6,17000,18000 +TLS,2049,7,17000,18000 +TLS,2049,8,17000,18000 +TLS,2049,9,17000,18000 +TLS,2049,10,18000,18000 +TLS,2049,11,18000,18000 +TLS,2049,12,18000,18000 +TLS,2049,13,18000,18000 +TLS,2049,14,18000,18000 +TLS,2049,15,18000,18000 +TLS,2049,16,18000,18000 +TLS,2049,17,18000,18000 +TLS,2049,18,18000,18000 +TLS,2050,0,18000,19000 +TLS,2050,1,18000,19000 +TLS,2050,2,18000,18000 +TLS,2050,3,18000,18000 +TLS,2050,4,17000,18000 +TLS,2050,5,17000,18000 +TLS,2050,6,17000,18000 +TLS,2050,7,17000,18000 +TLS,2050,8,17000,18000 +TLS,2050,9,17000,18000 +TLS,2050,10,17000,18000 +TLS,2050,11,17000,18000 +TLS,2050,12,18000,18000 +TLS,2050,13,18000,18000 +TLS,2050,14,18000,18000 +TLS,2050,15,18000,18000 +TLS,2050,16,18000,18000 +TLS,2050,17,18000,18000 +TLS,2050,18,18000,18000 +TMN,1990,0,, +TMN,1990,1,, +TMN,1990,2,, +TMN,1990,3,, +TMN,1990,4,, +TMN,1990,5,, +TMN,1990,6,, +TMN,1990,7,, +TMN,1990,8,, +TMN,1990,9,, +TMN,1990,10,, +TMN,1990,11,, +TMN,1990,12,, +TMN,1990,13,, +TMN,1990,14,, +TMN,1990,15,, +TMN,1990,16,, +TMN,1990,17,, +TMN,1990,18,, +TMN,1991,0,, +TMN,1991,1,, +TMN,1991,2,, +TMN,1991,3,, +TMN,1991,4,, +TMN,1991,5,, +TMN,1991,6,, +TMN,1991,7,, +TMN,1991,8,, +TMN,1991,9,, +TMN,1991,10,, +TMN,1991,11,, +TMN,1991,12,, +TMN,1991,13,, +TMN,1991,14,, +TMN,1991,15,, +TMN,1991,16,, +TMN,1991,17,, +TMN,1991,18,, +TMN,1992,0,, +TMN,1992,1,, +TMN,1992,2,, +TMN,1992,3,, +TMN,1992,4,, +TMN,1992,5,, +TMN,1992,6,, +TMN,1992,7,, +TMN,1992,8,, +TMN,1992,9,, +TMN,1992,10,, +TMN,1992,11,, +TMN,1992,12,, +TMN,1992,13,, +TMN,1992,14,, +TMN,1992,15,, +TMN,1992,16,, +TMN,1992,17,, +TMN,1992,18,, +TMN,1993,0,, +TMN,1993,1,, +TMN,1993,2,, +TMN,1993,3,, +TMN,1993,4,, +TMN,1993,5,, +TMN,1993,6,, +TMN,1993,7,, +TMN,1993,8,, +TMN,1993,9,, +TMN,1993,10,, +TMN,1993,11,, +TMN,1993,12,, +TMN,1993,13,, +TMN,1993,14,, +TMN,1993,15,, +TMN,1993,16,, +TMN,1993,17,, +TMN,1993,18,, +TMN,1994,0,, +TMN,1994,1,, +TMN,1994,2,, +TMN,1994,3,, +TMN,1994,4,, +TMN,1994,5,, +TMN,1994,6,, +TMN,1994,7,, +TMN,1994,8,, +TMN,1994,9,, +TMN,1994,10,, +TMN,1994,11,, +TMN,1994,12,, +TMN,1994,13,, +TMN,1994,14,, +TMN,1994,15,, +TMN,1994,16,, +TMN,1994,17,, +TMN,1994,18,, +TMN,1995,0,, +TMN,1995,1,, +TMN,1995,2,, +TMN,1995,3,, +TMN,1995,4,, +TMN,1995,5,, +TMN,1995,6,, +TMN,1995,7,, +TMN,1995,8,, +TMN,1995,9,, +TMN,1995,10,, +TMN,1995,11,, +TMN,1995,12,, +TMN,1995,13,, +TMN,1995,14,, +TMN,1995,15,, +TMN,1995,16,, +TMN,1995,17,, +TMN,1995,18,, +TMN,1996,0,, +TMN,1996,1,, +TMN,1996,2,, +TMN,1996,3,, +TMN,1996,4,, +TMN,1996,5,, +TMN,1996,6,, +TMN,1996,7,, +TMN,1996,8,, +TMN,1996,9,, +TMN,1996,10,, +TMN,1996,11,, +TMN,1996,12,, +TMN,1996,13,, +TMN,1996,14,, +TMN,1996,15,, +TMN,1996,16,, +TMN,1996,17,, +TMN,1996,18,, +TMN,1997,0,, +TMN,1997,1,, +TMN,1997,2,, +TMN,1997,3,, +TMN,1997,4,, +TMN,1997,5,, +TMN,1997,6,, +TMN,1997,7,, +TMN,1997,8,, +TMN,1997,9,, +TMN,1997,10,, +TMN,1997,11,, +TMN,1997,12,, +TMN,1997,13,, +TMN,1997,14,, +TMN,1997,15,, +TMN,1997,16,, +TMN,1997,17,, +TMN,1997,18,, +TMN,1998,0,, +TMN,1998,1,, +TMN,1998,2,, +TMN,1998,3,, +TMN,1998,4,, +TMN,1998,5,, +TMN,1998,6,, +TMN,1998,7,, +TMN,1998,8,, +TMN,1998,9,, +TMN,1998,10,, +TMN,1998,11,, +TMN,1998,12,, +TMN,1998,13,, +TMN,1998,14,, +TMN,1998,15,, +TMN,1998,16,, +TMN,1998,17,, +TMN,1998,18,, +TMN,1999,0,, +TMN,1999,1,, +TMN,1999,2,, +TMN,1999,3,, +TMN,1999,4,, +TMN,1999,5,, +TMN,1999,6,, +TMN,1999,7,, +TMN,1999,8,, +TMN,1999,9,, +TMN,1999,10,, +TMN,1999,11,, +TMN,1999,12,, +TMN,1999,13,, +TMN,1999,14,, +TMN,1999,15,, +TMN,1999,16,, +TMN,1999,17,, +TMN,1999,18,, +TMN,2000,0,, +TMN,2000,1,, +TMN,2000,2,, +TMN,2000,3,, +TMN,2000,4,, +TMN,2000,5,, +TMN,2000,6,, +TMN,2000,7,, +TMN,2000,8,, +TMN,2000,9,, +TMN,2000,10,, +TMN,2000,11,, +TMN,2000,12,, +TMN,2000,13,, +TMN,2000,14,, +TMN,2000,15,, +TMN,2000,16,, +TMN,2000,17,, +TMN,2000,18,, +TMN,2001,0,, +TMN,2001,1,, +TMN,2001,2,, +TMN,2001,3,, +TMN,2001,4,, +TMN,2001,5,, +TMN,2001,6,, +TMN,2001,7,, +TMN,2001,8,, +TMN,2001,9,, +TMN,2001,10,, +TMN,2001,11,, +TMN,2001,12,, +TMN,2001,13,, +TMN,2001,14,, +TMN,2001,15,, +TMN,2001,16,, +TMN,2001,17,, +TMN,2001,18,, +TMN,2002,0,, +TMN,2002,1,, +TMN,2002,2,, +TMN,2002,3,, +TMN,2002,4,, +TMN,2002,5,, +TMN,2002,6,, +TMN,2002,7,, +TMN,2002,8,, +TMN,2002,9,, +TMN,2002,10,, +TMN,2002,11,, +TMN,2002,12,, +TMN,2002,13,, +TMN,2002,14,, +TMN,2002,15,, +TMN,2002,16,, +TMN,2002,17,, +TMN,2002,18,, +TMN,2003,0,, +TMN,2003,1,, +TMN,2003,2,, +TMN,2003,3,, +TMN,2003,4,, +TMN,2003,5,, +TMN,2003,6,, +TMN,2003,7,, +TMN,2003,8,, +TMN,2003,9,, +TMN,2003,10,, +TMN,2003,11,, +TMN,2003,12,, +TMN,2003,13,, +TMN,2003,14,, +TMN,2003,15,, +TMN,2003,16,, +TMN,2003,17,, +TMN,2003,18,, +TMN,2004,0,, +TMN,2004,1,, +TMN,2004,2,, +TMN,2004,3,, +TMN,2004,4,, +TMN,2004,5,, +TMN,2004,6,, +TMN,2004,7,, +TMN,2004,8,, +TMN,2004,9,, +TMN,2004,10,, +TMN,2004,11,, +TMN,2004,12,, +TMN,2004,13,, +TMN,2004,14,, +TMN,2004,15,, +TMN,2004,16,, +TMN,2004,17,, +TMN,2004,18,, +TMN,2005,0,, +TMN,2005,1,, +TMN,2005,2,, +TMN,2005,3,, +TMN,2005,4,, +TMN,2005,5,, +TMN,2005,6,, +TMN,2005,7,, +TMN,2005,8,, +TMN,2005,9,, +TMN,2005,10,, +TMN,2005,11,, +TMN,2005,12,, +TMN,2005,13,, +TMN,2005,14,, +TMN,2005,15,, +TMN,2005,16,, +TMN,2005,17,, +TMN,2005,18,, +TMN,2006,0,, +TMN,2006,1,, +TMN,2006,2,, +TMN,2006,3,, +TMN,2006,4,, +TMN,2006,5,, +TMN,2006,6,, +TMN,2006,7,, +TMN,2006,8,, +TMN,2006,9,, +TMN,2006,10,, +TMN,2006,11,, +TMN,2006,12,, +TMN,2006,13,, +TMN,2006,14,, +TMN,2006,15,, +TMN,2006,16,, +TMN,2006,17,, +TMN,2006,18,, +TMN,2007,0,, +TMN,2007,1,, +TMN,2007,2,, +TMN,2007,3,, +TMN,2007,4,, +TMN,2007,5,, +TMN,2007,6,, +TMN,2007,7,, +TMN,2007,8,, +TMN,2007,9,, +TMN,2007,10,, +TMN,2007,11,, +TMN,2007,12,, +TMN,2007,13,, +TMN,2007,14,, +TMN,2007,15,, +TMN,2007,16,, +TMN,2007,17,, +TMN,2007,18,, +TMN,2008,0,, +TMN,2008,1,, +TMN,2008,2,, +TMN,2008,3,, +TMN,2008,4,, +TMN,2008,5,, +TMN,2008,6,, +TMN,2008,7,, +TMN,2008,8,, +TMN,2008,9,, +TMN,2008,10,, +TMN,2008,11,, +TMN,2008,12,, +TMN,2008,13,, +TMN,2008,14,, +TMN,2008,15,, +TMN,2008,16,, +TMN,2008,17,, +TMN,2008,18,, +TMN,2009,0,, +TMN,2009,1,, +TMN,2009,2,, +TMN,2009,3,, +TMN,2009,4,, +TMN,2009,5,, +TMN,2009,6,, +TMN,2009,7,, +TMN,2009,8,, +TMN,2009,9,, +TMN,2009,10,, +TMN,2009,11,, +TMN,2009,12,, +TMN,2009,13,, +TMN,2009,14,, +TMN,2009,15,, +TMN,2009,16,, +TMN,2009,17,, +TMN,2009,18,, +TMN,2010,0,, +TMN,2010,1,, +TMN,2010,2,, +TMN,2010,3,, +TMN,2010,4,, +TMN,2010,5,, +TMN,2010,6,, +TMN,2010,7,, +TMN,2010,8,, +TMN,2010,9,, +TMN,2010,10,, +TMN,2010,11,, +TMN,2010,12,, +TMN,2010,13,, +TMN,2010,14,, +TMN,2010,15,, +TMN,2010,16,, +TMN,2010,17,, +TMN,2010,18,, +TMN,2011,0,, +TMN,2011,1,, +TMN,2011,2,, +TMN,2011,3,, +TMN,2011,4,, +TMN,2011,5,, +TMN,2011,6,, +TMN,2011,7,, +TMN,2011,8,, +TMN,2011,9,, +TMN,2011,10,, +TMN,2011,11,, +TMN,2011,12,, +TMN,2011,13,, +TMN,2011,14,, +TMN,2011,15,, +TMN,2011,16,, +TMN,2011,17,, +TMN,2011,18,, +TMN,2012,0,, +TMN,2012,1,, +TMN,2012,2,, +TMN,2012,3,, +TMN,2012,4,, +TMN,2012,5,, +TMN,2012,6,, +TMN,2012,7,, +TMN,2012,8,, +TMN,2012,9,, +TMN,2012,10,, +TMN,2012,11,, +TMN,2012,12,, +TMN,2012,13,, +TMN,2012,14,, +TMN,2012,15,, +TMN,2012,16,, +TMN,2012,17,, +TMN,2012,18,, +TMN,2013,0,, +TMN,2013,1,, +TMN,2013,2,, +TMN,2013,3,, +TMN,2013,4,, +TMN,2013,5,, +TMN,2013,6,, +TMN,2013,7,, +TMN,2013,8,, +TMN,2013,9,, +TMN,2013,10,, +TMN,2013,11,, +TMN,2013,12,, +TMN,2013,13,, +TMN,2013,14,, +TMN,2013,15,, +TMN,2013,16,, +TMN,2013,17,, +TMN,2013,18,, +TMN,2014,0,, +TMN,2014,1,, +TMN,2014,2,, +TMN,2014,3,, +TMN,2014,4,, +TMN,2014,5,, +TMN,2014,6,, +TMN,2014,7,, +TMN,2014,8,, +TMN,2014,9,, +TMN,2014,10,, +TMN,2014,11,, +TMN,2014,12,, +TMN,2014,13,, +TMN,2014,14,, +TMN,2014,15,, +TMN,2014,16,, +TMN,2014,17,, +TMN,2014,18,, +TMN,2015,0,, +TMN,2015,1,, +TMN,2015,2,, +TMN,2015,3,, +TMN,2015,4,, +TMN,2015,5,, +TMN,2015,6,, +TMN,2015,7,, +TMN,2015,8,, +TMN,2015,9,, +TMN,2015,10,, +TMN,2015,11,, +TMN,2015,12,, +TMN,2015,13,, +TMN,2015,14,, +TMN,2015,15,, +TMN,2015,16,, +TMN,2015,17,, +TMN,2015,18,, +TMN,2016,0,, +TMN,2016,1,, +TMN,2016,2,, +TMN,2016,3,, +TMN,2016,4,, +TMN,2016,5,, +TMN,2016,6,, +TMN,2016,7,, +TMN,2016,8,, +TMN,2016,9,, +TMN,2016,10,, +TMN,2016,11,, +TMN,2016,12,, +TMN,2016,13,, +TMN,2016,14,, +TMN,2016,15,, +TMN,2016,16,, +TMN,2016,17,, +TMN,2016,18,, +TMN,2017,0,, +TMN,2017,1,, +TMN,2017,2,, +TMN,2017,3,, +TMN,2017,4,, +TMN,2017,5,, +TMN,2017,6,, +TMN,2017,7,, +TMN,2017,8,, +TMN,2017,9,, +TMN,2017,10,, +TMN,2017,11,, +TMN,2017,12,, +TMN,2017,13,, +TMN,2017,14,, +TMN,2017,15,, +TMN,2017,16,, +TMN,2017,17,, +TMN,2017,18,, +TMN,2018,0,, +TMN,2018,1,, +TMN,2018,2,, +TMN,2018,3,, +TMN,2018,4,, +TMN,2018,5,, +TMN,2018,6,, +TMN,2018,7,, +TMN,2018,8,, +TMN,2018,9,, +TMN,2018,10,, +TMN,2018,11,, +TMN,2018,12,, +TMN,2018,13,, +TMN,2018,14,, +TMN,2018,15,, +TMN,2018,16,, +TMN,2018,17,, +TMN,2018,18,, +TMN,2019,0,, +TMN,2019,1,, +TMN,2019,2,, +TMN,2019,3,, +TMN,2019,4,, +TMN,2019,5,, +TMN,2019,6,, +TMN,2019,7,, +TMN,2019,8,, +TMN,2019,9,, +TMN,2019,10,, +TMN,2019,11,, +TMN,2019,12,, +TMN,2019,13,, +TMN,2019,14,, +TMN,2019,15,, +TMN,2019,16,, +TMN,2019,17,, +TMN,2019,18,, +TMN,2020,0,, +TMN,2020,1,, +TMN,2020,2,, +TMN,2020,3,, +TMN,2020,4,, +TMN,2020,5,, +TMN,2020,6,, +TMN,2020,7,, +TMN,2020,8,, +TMN,2020,9,, +TMN,2020,10,, +TMN,2020,11,, +TMN,2020,12,, +TMN,2020,13,, +TMN,2020,14,, +TMN,2020,15,, +TMN,2020,16,, +TMN,2020,17,, +TMN,2020,18,, +TMN,2021,0,, +TMN,2021,1,, +TMN,2021,2,, +TMN,2021,3,, +TMN,2021,4,, +TMN,2021,5,, +TMN,2021,6,, +TMN,2021,7,, +TMN,2021,8,, +TMN,2021,9,, +TMN,2021,10,, +TMN,2021,11,, +TMN,2021,12,, +TMN,2021,13,, +TMN,2021,14,, +TMN,2021,15,, +TMN,2021,16,, +TMN,2021,17,, +TMN,2021,18,, +TMN,2022,0,, +TMN,2022,1,, +TMN,2022,2,, +TMN,2022,3,, +TMN,2022,4,, +TMN,2022,5,, +TMN,2022,6,, +TMN,2022,7,, +TMN,2022,8,, +TMN,2022,9,, +TMN,2022,10,, +TMN,2022,11,, +TMN,2022,12,, +TMN,2022,13,, +TMN,2022,14,, +TMN,2022,15,, +TMN,2022,16,, +TMN,2022,17,, +TMN,2022,18,, +TMN,2023,0,, +TMN,2023,1,, +TMN,2023,2,, +TMN,2023,3,, +TMN,2023,4,, +TMN,2023,5,, +TMN,2023,6,, +TMN,2023,7,, +TMN,2023,8,, +TMN,2023,9,, +TMN,2023,10,, +TMN,2023,11,, +TMN,2023,12,, +TMN,2023,13,, +TMN,2023,14,, +TMN,2023,15,, +TMN,2023,16,, +TMN,2023,17,, +TMN,2023,18,, +TMN,2024,0,, +TMN,2024,1,, +TMN,2024,2,, +TMN,2024,3,, +TMN,2024,4,, +TMN,2024,5,, +TMN,2024,6,, +TMN,2024,7,, +TMN,2024,8,, +TMN,2024,9,, +TMN,2024,10,, +TMN,2024,11,, +TMN,2024,12,, +TMN,2024,13,, +TMN,2024,14,, +TMN,2024,15,, +TMN,2024,16,, +TMN,2024,17,, +TMN,2024,18,, +TMN,2025,0,, +TMN,2025,1,, +TMN,2025,2,, +TMN,2025,3,, +TMN,2025,4,, +TMN,2025,5,, +TMN,2025,6,, +TMN,2025,7,, +TMN,2025,8,, +TMN,2025,9,, +TMN,2025,10,, +TMN,2025,11,, +TMN,2025,12,, +TMN,2025,13,, +TMN,2025,14,, +TMN,2025,15,, +TMN,2025,16,, +TMN,2025,17,, +TMN,2025,18,, +TMN,2026,0,, +TMN,2026,1,, +TMN,2026,2,, +TMN,2026,3,, +TMN,2026,4,, +TMN,2026,5,, +TMN,2026,6,, +TMN,2026,7,, +TMN,2026,8,, +TMN,2026,9,, +TMN,2026,10,, +TMN,2026,11,, +TMN,2026,12,, +TMN,2026,13,, +TMN,2026,14,, +TMN,2026,15,, +TMN,2026,16,, +TMN,2026,17,, +TMN,2026,18,, +TMN,2027,0,, +TMN,2027,1,, +TMN,2027,2,, +TMN,2027,3,, +TMN,2027,4,, +TMN,2027,5,, +TMN,2027,6,, +TMN,2027,7,, +TMN,2027,8,, +TMN,2027,9,, +TMN,2027,10,, +TMN,2027,11,, +TMN,2027,12,, +TMN,2027,13,, +TMN,2027,14,, +TMN,2027,15,, +TMN,2027,16,, +TMN,2027,17,, +TMN,2027,18,, +TMN,2028,0,, +TMN,2028,1,, +TMN,2028,2,, +TMN,2028,3,, +TMN,2028,4,, +TMN,2028,5,, +TMN,2028,6,, +TMN,2028,7,, +TMN,2028,8,, +TMN,2028,9,, +TMN,2028,10,, +TMN,2028,11,, +TMN,2028,12,, +TMN,2028,13,, +TMN,2028,14,, +TMN,2028,15,, +TMN,2028,16,, +TMN,2028,17,, +TMN,2028,18,, +TMN,2029,0,, +TMN,2029,1,, +TMN,2029,2,, +TMN,2029,3,, +TMN,2029,4,, +TMN,2029,5,, +TMN,2029,6,, +TMN,2029,7,, +TMN,2029,8,, +TMN,2029,9,, +TMN,2029,10,, +TMN,2029,11,, +TMN,2029,12,, +TMN,2029,13,, +TMN,2029,14,, +TMN,2029,15,, +TMN,2029,16,, +TMN,2029,17,, +TMN,2029,18,, +TMN,2030,0,, +TMN,2030,1,, +TMN,2030,2,, +TMN,2030,3,, +TMN,2030,4,, +TMN,2030,5,, +TMN,2030,6,, +TMN,2030,7,, +TMN,2030,8,, +TMN,2030,9,, +TMN,2030,10,, +TMN,2030,11,, +TMN,2030,12,, +TMN,2030,13,, +TMN,2030,14,, +TMN,2030,15,, +TMN,2030,16,, +TMN,2030,17,, +TMN,2030,18,, +TMN,2031,0,, +TMN,2031,1,, +TMN,2031,2,, +TMN,2031,3,, +TMN,2031,4,, +TMN,2031,5,, +TMN,2031,6,, +TMN,2031,7,, +TMN,2031,8,, +TMN,2031,9,, +TMN,2031,10,, +TMN,2031,11,, +TMN,2031,12,, +TMN,2031,13,, +TMN,2031,14,, +TMN,2031,15,, +TMN,2031,16,, +TMN,2031,17,, +TMN,2031,18,, +TMN,2032,0,, +TMN,2032,1,, +TMN,2032,2,, +TMN,2032,3,, +TMN,2032,4,, +TMN,2032,5,, +TMN,2032,6,, +TMN,2032,7,, +TMN,2032,8,, +TMN,2032,9,, +TMN,2032,10,, +TMN,2032,11,, +TMN,2032,12,, +TMN,2032,13,, +TMN,2032,14,, +TMN,2032,15,, +TMN,2032,16,, +TMN,2032,17,, +TMN,2032,18,, +TMN,2033,0,, +TMN,2033,1,, +TMN,2033,2,, +TMN,2033,3,, +TMN,2033,4,, +TMN,2033,5,, +TMN,2033,6,, +TMN,2033,7,, +TMN,2033,8,, +TMN,2033,9,, +TMN,2033,10,, +TMN,2033,11,, +TMN,2033,12,, +TMN,2033,13,, +TMN,2033,14,, +TMN,2033,15,, +TMN,2033,16,, +TMN,2033,17,, +TMN,2033,18,, +TMN,2034,0,, +TMN,2034,1,, +TMN,2034,2,, +TMN,2034,3,, +TMN,2034,4,, +TMN,2034,5,, +TMN,2034,6,, +TMN,2034,7,, +TMN,2034,8,, +TMN,2034,9,, +TMN,2034,10,, +TMN,2034,11,, +TMN,2034,12,, +TMN,2034,13,, +TMN,2034,14,, +TMN,2034,15,, +TMN,2034,16,, +TMN,2034,17,, +TMN,2034,18,, +TMN,2035,0,, +TMN,2035,1,, +TMN,2035,2,, +TMN,2035,3,, +TMN,2035,4,, +TMN,2035,5,, +TMN,2035,6,, +TMN,2035,7,, +TMN,2035,8,, +TMN,2035,9,, +TMN,2035,10,, +TMN,2035,11,, +TMN,2035,12,, +TMN,2035,13,, +TMN,2035,14,, +TMN,2035,15,, +TMN,2035,16,, +TMN,2035,17,, +TMN,2035,18,, +TMN,2036,0,, +TMN,2036,1,, +TMN,2036,2,, +TMN,2036,3,, +TMN,2036,4,, +TMN,2036,5,, +TMN,2036,6,, +TMN,2036,7,, +TMN,2036,8,, +TMN,2036,9,, +TMN,2036,10,, +TMN,2036,11,, +TMN,2036,12,, +TMN,2036,13,, +TMN,2036,14,, +TMN,2036,15,, +TMN,2036,16,, +TMN,2036,17,, +TMN,2036,18,, +TMN,2037,0,, +TMN,2037,1,, +TMN,2037,2,, +TMN,2037,3,, +TMN,2037,4,, +TMN,2037,5,, +TMN,2037,6,, +TMN,2037,7,, +TMN,2037,8,, +TMN,2037,9,, +TMN,2037,10,, +TMN,2037,11,, +TMN,2037,12,, +TMN,2037,13,, +TMN,2037,14,, +TMN,2037,15,, +TMN,2037,16,, +TMN,2037,17,, +TMN,2037,18,, +TMN,2038,0,, +TMN,2038,1,, +TMN,2038,2,, +TMN,2038,3,, +TMN,2038,4,, +TMN,2038,5,, +TMN,2038,6,, +TMN,2038,7,, +TMN,2038,8,, +TMN,2038,9,, +TMN,2038,10,, +TMN,2038,11,, +TMN,2038,12,, +TMN,2038,13,, +TMN,2038,14,, +TMN,2038,15,, +TMN,2038,16,, +TMN,2038,17,, +TMN,2038,18,, +TMN,2039,0,, +TMN,2039,1,, +TMN,2039,2,, +TMN,2039,3,, +TMN,2039,4,, +TMN,2039,5,, +TMN,2039,6,, +TMN,2039,7,, +TMN,2039,8,, +TMN,2039,9,, +TMN,2039,10,, +TMN,2039,11,, +TMN,2039,12,, +TMN,2039,13,, +TMN,2039,14,, +TMN,2039,15,, +TMN,2039,16,, +TMN,2039,17,, +TMN,2039,18,, +TMN,2040,0,, +TMN,2040,1,, +TMN,2040,2,, +TMN,2040,3,, +TMN,2040,4,, +TMN,2040,5,, +TMN,2040,6,, +TMN,2040,7,, +TMN,2040,8,, +TMN,2040,9,, +TMN,2040,10,, +TMN,2040,11,, +TMN,2040,12,, +TMN,2040,13,, +TMN,2040,14,, +TMN,2040,15,, +TMN,2040,16,, +TMN,2040,17,, +TMN,2040,18,, +TMN,2041,0,, +TMN,2041,1,, +TMN,2041,2,, +TMN,2041,3,, +TMN,2041,4,, +TMN,2041,5,, +TMN,2041,6,, +TMN,2041,7,, +TMN,2041,8,, +TMN,2041,9,, +TMN,2041,10,, +TMN,2041,11,, +TMN,2041,12,, +TMN,2041,13,, +TMN,2041,14,, +TMN,2041,15,, +TMN,2041,16,, +TMN,2041,17,, +TMN,2041,18,, +TMN,2042,0,, +TMN,2042,1,, +TMN,2042,2,, +TMN,2042,3,, +TMN,2042,4,, +TMN,2042,5,, +TMN,2042,6,, +TMN,2042,7,, +TMN,2042,8,, +TMN,2042,9,, +TMN,2042,10,, +TMN,2042,11,, +TMN,2042,12,, +TMN,2042,13,, +TMN,2042,14,, +TMN,2042,15,, +TMN,2042,16,, +TMN,2042,17,, +TMN,2042,18,, +TMN,2043,0,, +TMN,2043,1,, +TMN,2043,2,, +TMN,2043,3,, +TMN,2043,4,, +TMN,2043,5,, +TMN,2043,6,, +TMN,2043,7,, +TMN,2043,8,, +TMN,2043,9,, +TMN,2043,10,, +TMN,2043,11,, +TMN,2043,12,, +TMN,2043,13,, +TMN,2043,14,, +TMN,2043,15,, +TMN,2043,16,, +TMN,2043,17,, +TMN,2043,18,, +TMN,2044,0,, +TMN,2044,1,, +TMN,2044,2,, +TMN,2044,3,, +TMN,2044,4,, +TMN,2044,5,, +TMN,2044,6,, +TMN,2044,7,, +TMN,2044,8,, +TMN,2044,9,, +TMN,2044,10,, +TMN,2044,11,, +TMN,2044,12,, +TMN,2044,13,, +TMN,2044,14,, +TMN,2044,15,, +TMN,2044,16,, +TMN,2044,17,, +TMN,2044,18,, +TMN,2045,0,, +TMN,2045,1,, +TMN,2045,2,, +TMN,2045,3,, +TMN,2045,4,, +TMN,2045,5,, +TMN,2045,6,, +TMN,2045,7,, +TMN,2045,8,, +TMN,2045,9,, +TMN,2045,10,, +TMN,2045,11,, +TMN,2045,12,, +TMN,2045,13,, +TMN,2045,14,, +TMN,2045,15,, +TMN,2045,16,, +TMN,2045,17,, +TMN,2045,18,, +TMN,2046,0,, +TMN,2046,1,, +TMN,2046,2,, +TMN,2046,3,, +TMN,2046,4,, +TMN,2046,5,, +TMN,2046,6,, +TMN,2046,7,, +TMN,2046,8,, +TMN,2046,9,, +TMN,2046,10,, +TMN,2046,11,, +TMN,2046,12,, +TMN,2046,13,, +TMN,2046,14,, +TMN,2046,15,, +TMN,2046,16,, +TMN,2046,17,, +TMN,2046,18,, +TMN,2047,0,, +TMN,2047,1,, +TMN,2047,2,, +TMN,2047,3,, +TMN,2047,4,, +TMN,2047,5,, +TMN,2047,6,, +TMN,2047,7,, +TMN,2047,8,, +TMN,2047,9,, +TMN,2047,10,, +TMN,2047,11,, +TMN,2047,12,, +TMN,2047,13,, +TMN,2047,14,, +TMN,2047,15,, +TMN,2047,16,, +TMN,2047,17,, +TMN,2047,18,, +TMN,2048,0,, +TMN,2048,1,, +TMN,2048,2,, +TMN,2048,3,, +TMN,2048,4,, +TMN,2048,5,, +TMN,2048,6,, +TMN,2048,7,, +TMN,2048,8,, +TMN,2048,9,, +TMN,2048,10,, +TMN,2048,11,, +TMN,2048,12,, +TMN,2048,13,, +TMN,2048,14,, +TMN,2048,15,, +TMN,2048,16,, +TMN,2048,17,, +TMN,2048,18,, +TMN,2049,0,, +TMN,2049,1,, +TMN,2049,2,, +TMN,2049,3,, +TMN,2049,4,, +TMN,2049,5,, +TMN,2049,6,, +TMN,2049,7,, +TMN,2049,8,, +TMN,2049,9,, +TMN,2049,10,, +TMN,2049,11,, +TMN,2049,12,, +TMN,2049,13,, +TMN,2049,14,, +TMN,2049,15,, +TMN,2049,16,, +TMN,2049,17,, +TMN,2049,18,, +TMN,2050,0,, +TMN,2050,1,, +TMN,2050,2,, +TMN,2050,3,, +TMN,2050,4,, +TMN,2050,5,, +TMN,2050,6,, +TMN,2050,7,, +TMN,2050,8,, +TMN,2050,9,, +TMN,2050,10,, +TMN,2050,11,, +TMN,2050,12,, +TMN,2050,13,, +TMN,2050,14,, +TMN,2050,15,, +TMN,2050,16,, +TMN,2050,17,, +TMN,2050,18,, +TON,1990,0,1218,1297 +TON,1990,1,1275,1367 +TON,1990,2,1311,1412 +TON,1990,3,1328,1435 +TON,1990,4,1329,1439 +TON,1990,5,1316,1426 +TON,1990,6,1293,1401 +TON,1990,7,1260,1365 +TON,1990,8,1222,1321 +TON,1990,9,1180,1274 +TON,1990,10,1134,1221 +TON,1990,11,1082,1163 +TON,1990,12,1045,1119 +TON,1990,13,1030,1100 +TON,1990,14,1031,1097 +TON,1990,15,1028,1090 +TON,1990,16,1018,1076 +TON,1990,17,1022,1081 +TON,1990,18,1045,1113 +TON,1991,0,1249,1324 +TON,1991,1,1203,1293 +TON,1991,2,1247,1348 +TON,1991,3,1275,1385 +TON,1991,4,1291,1406 +TON,1991,5,1294,1413 +TON,1991,6,1289,1407 +TON,1991,7,1276,1393 +TON,1991,8,1252,1365 +TON,1991,9,1215,1322 +TON,1991,10,1172,1270 +TON,1991,11,1125,1215 +TON,1991,12,1075,1156 +TON,1991,13,1036,1109 +TON,1991,14,1016,1084 +TON,1991,15,1010,1074 +TON,1991,16,999,1060 +TON,1991,17,983,1039 +TON,1991,18,980,1036 +TON,1992,0,1322,1390 +TON,1992,1,1307,1392 +TON,1992,2,1185,1283 +TON,1992,3,1214,1324 +TON,1992,4,1236,1353 +TON,1992,5,1250,1373 +TON,1992,6,1256,1382 +TON,1992,7,1257,1383 +TON,1992,8,1255,1381 +TON,1992,9,1240,1361 +TON,1992,10,1206,1319 +TON,1992,11,1160,1263 +TON,1992,12,1114,1206 +TON,1992,13,1064,1145 +TON,1992,14,1024,1095 +TON,1992,15,999,1065 +TON,1992,16,985,1048 +TON,1992,17,968,1026 +TON,1992,18,944,998 +TON,1993,0,1412,1472 +TON,1993,1,1341,1420 +TON,1993,2,1285,1380 +TON,1993,3,1166,1273 +TON,1993,4,1182,1298 +TON,1993,5,1196,1320 +TON,1993,6,1208,1338 +TON,1993,7,1217,1349 +TON,1993,8,1225,1358 +TON,1993,9,1234,1367 +TON,1993,10,1227,1355 +TON,1993,11,1195,1314 +TON,1993,12,1148,1254 +TON,1993,13,1102,1195 +TON,1993,14,1054,1133 +TON,1993,15,1012,1080 +TON,1993,16,982,1044 +TON,1993,17,961,1020 +TON,1993,18,936,991 +TON,1994,0,1485,1540 +TON,1994,1,1371,1445 +TON,1994,2,1283,1374 +TON,1994,3,1219,1324 +TON,1994,4,1150,1265 +TON,1994,5,1151,1276 +TON,1994,6,1159,1290 +TON,1994,7,1169,1306 +TON,1994,8,1181,1320 +TON,1994,9,1196,1336 +TON,1994,10,1216,1356 +TON,1994,11,1217,1352 +TON,1994,12,1187,1312 +TON,1994,13,1138,1248 +TON,1994,14,1092,1187 +TON,1994,15,1045,1124 +TON,1994,16,1001,1068 +TON,1994,17,967,1026 +TON,1994,18,938,995 +TON,1995,0,1517,1571 +TON,1995,1,1387,1458 +TON,1995,2,1287,1374 +TON,1995,3,1215,1316 +TON,1995,4,1166,1280 +TON,1995,5,1137,1262 +TON,1995,6,1124,1258 +TON,1995,7,1124,1265 +TON,1995,8,1133,1278 +TON,1995,9,1148,1295 +TON,1995,10,1170,1318 +TON,1995,11,1201,1350 +TON,1995,12,1210,1354 +TON,1995,13,1183,1314 +TON,1995,14,1132,1246 +TON,1995,15,1085,1183 +TON,1995,16,1039,1118 +TON,1995,17,994,1059 +TON,1995,18,954,1012 +TON,1996,0,1479,1538 +TON,1996,1,1472,1532 +TON,1996,2,1363,1438 +TON,1996,3,1277,1366 +TON,1996,4,1211,1314 +TON,1996,5,1162,1278 +TON,1996,6,1129,1255 +TON,1996,7,1105,1241 +TON,1996,8,1098,1240 +TON,1996,9,1106,1253 +TON,1996,10,1124,1273 +TON,1996,11,1146,1296 +TON,1996,12,1176,1327 +TON,1996,13,1184,1330 +TON,1996,14,1156,1289 +TON,1996,15,1104,1221 +TON,1996,16,1057,1156 +TON,1996,17,1010,1092 +TON,1996,18,964,1031 +TON,1997,0,1402,1470 +TON,1997,1,1339,1412 +TON,1997,2,1434,1500 +TON,1997,3,1346,1426 +TON,1997,4,1273,1365 +TON,1997,5,1212,1318 +TON,1997,6,1165,1282 +TON,1997,7,1126,1254 +TON,1997,8,1092,1230 +TON,1997,9,1076,1222 +TON,1997,10,1084,1234 +TON,1997,11,1105,1257 +TON,1997,12,1128,1281 +TON,1997,13,1157,1310 +TON,1997,14,1164,1313 +TON,1997,15,1135,1271 +TON,1997,16,1082,1201 +TON,1997,17,1034,1136 +TON,1997,18,987,1071 +TON,1998,0,1308,1387 +TON,1998,1,1305,1382 +TON,1998,2,1297,1375 +TON,1998,3,1400,1473 +TON,1998,4,1333,1417 +TON,1998,5,1272,1368 +TON,1998,6,1218,1325 +TON,1998,7,1170,1289 +TON,1998,8,1126,1256 +TON,1998,9,1081,1222 +TON,1998,10,1058,1207 +TON,1998,11,1065,1218 +TON,1998,12,1089,1244 +TON,1998,13,1112,1268 +TON,1998,14,1141,1297 +TON,1998,15,1147,1299 +TON,1998,16,1117,1256 +TON,1998,17,1063,1185 +TON,1998,18,1014,1118 +TON,1999,0,1228,1315 +TON,1999,1,1277,1356 +TON,1999,2,1306,1381 +TON,1999,3,1318,1394 +TON,1999,4,1367,1443 +TON,1999,5,1320,1406 +TON,1999,6,1272,1368 +TON,1999,7,1223,1331 +TON,1999,8,1176,1295 +TON,1999,9,1126,1257 +TON,1999,10,1071,1213 +TON,1999,11,1040,1191 +TON,1999,12,1046,1201 +TON,1999,13,1073,1230 +TON,1999,14,1097,1254 +TON,1999,15,1125,1282 +TON,1999,16,1130,1283 +TON,1999,17,1099,1239 +TON,1999,18,1044,1167 +TON,2000,0,1188,1278 +TON,2000,1,1264,1342 +TON,2000,2,1313,1385 +TON,2000,3,1339,1409 +TON,2000,4,1344,1416 +TON,2000,5,1332,1409 +TON,2000,6,1307,1392 +TON,2000,7,1271,1365 +TON,2000,8,1228,1333 +TON,2000,9,1181,1297 +TON,2000,10,1126,1255 +TON,2000,11,1060,1201 +TON,2000,12,1021,1171 +TON,2000,13,1026,1180 +TON,2000,14,1057,1212 +TON,2000,15,1082,1237 +TON,2000,16,1108,1264 +TON,2000,17,1113,1264 +TON,2000,18,1081,1219 +TON,2001,0,1196,1291 +TON,2001,1,1201,1295 +TON,2001,2,1259,1344 +TON,2001,3,1296,1377 +TON,2001,4,1315,1394 +TON,2001,5,1318,1397 +TON,2001,6,1307,1390 +TON,2001,7,1287,1375 +TON,2001,8,1255,1350 +TON,2001,9,1212,1316 +TON,2001,10,1163,1275 +TON,2001,11,1107,1229 +TON,2001,12,1042,1173 +TON,2001,13,1003,1141 +TON,2001,14,1006,1146 +TON,2001,15,1035,1174 +TON,2001,16,1058,1195 +TON,2001,17,1083,1219 +TON,2001,18,1086,1216 +TON,2002,0,1241,1335 +TON,2002,1,1288,1374 +TON,2002,2,1212,1308 +TON,2002,3,1252,1342 +TON,2002,4,1278,1363 +TON,2002,5,1290,1374 +TON,2002,6,1290,1374 +TON,2002,7,1280,1367 +TON,2002,8,1265,1354 +TON,2002,9,1237,1331 +TON,2002,10,1194,1294 +TON,2002,11,1142,1248 +TON,2002,12,1087,1200 +TON,2002,13,1023,1142 +TON,2002,14,983,1106 +TON,2002,15,985,1108 +TON,2002,16,1012,1131 +TON,2002,17,1033,1148 +TON,2002,18,1057,1169 +TON,2003,0,1307,1396 +TON,2003,1,1314,1401 +TON,2003,2,1316,1401 +TON,2003,3,1222,1319 +TON,2003,4,1244,1337 +TON,2003,5,1258,1348 +TON,2003,6,1263,1351 +TON,2003,7,1260,1348 +TON,2003,8,1253,1340 +TON,2003,9,1243,1331 +TON,2003,10,1219,1309 +TON,2003,11,1176,1269 +TON,2003,12,1122,1220 +TON,2003,13,1066,1168 +TON,2003,14,1002,1108 +TON,2003,15,963,1070 +TON,2003,16,963,1068 +TON,2003,17,988,1087 +TON,2003,18,1007,1100 +TON,2004,0,1370,1455 +TON,2004,1,1341,1428 +TON,2004,2,1316,1406 +TON,2004,3,1295,1386 +TON,2004,4,1233,1331 +TON,2004,5,1237,1334 +TON,2004,6,1239,1333 +TON,2004,7,1238,1330 +TON,2004,8,1232,1324 +TON,2004,9,1226,1316 +TON,2004,10,1221,1309 +TON,2004,11,1201,1288 +TON,2004,12,1158,1247 +TON,2004,13,1102,1192 +TON,2004,14,1045,1137 +TON,2004,15,983,1076 +TON,2004,16,943,1035 +TON,2004,17,942,1029 +TON,2004,18,964,1043 +TON,2005,0,1414,1496 +TON,2005,1,1361,1450 +TON,2005,2,1320,1414 +TON,2005,3,1287,1386 +TON,2005,4,1263,1364 +TON,2005,5,1245,1347 +TON,2005,6,1232,1334 +TON,2005,7,1222,1323 +TON,2005,8,1213,1313 +TON,2005,9,1205,1303 +TON,2005,10,1200,1295 +TON,2005,11,1201,1291 +TON,2005,12,1185,1271 +TON,2005,13,1142,1227 +TON,2005,14,1083,1168 +TON,2005,15,1026,1110 +TON,2005,16,964,1046 +TON,2005,17,925,1003 +TON,2005,18,922,993 +TON,2006,0,1431,1507 +TON,2006,1,1388,1475 +TON,2006,2,1342,1436 +TON,2006,3,1305,1404 +TON,2006,4,1276,1377 +TON,2006,5,1253,1356 +TON,2006,6,1235,1338 +TON,2006,7,1220,1322 +TON,2006,8,1209,1308 +TON,2006,9,1200,1297 +TON,2006,10,1193,1286 +TON,2006,11,1188,1276 +TON,2006,12,1188,1270 +TON,2006,13,1170,1248 +TON,2006,14,1125,1201 +TON,2006,15,1064,1138 +TON,2006,16,1005,1078 +TON,2006,17,941,1012 +TON,2006,18,899,966 +TON,2007,0,1430,1502 +TON,2007,1,1378,1462 +TON,2007,2,1363,1458 +TON,2007,3,1325,1425 +TON,2007,4,1293,1397 +TON,2007,5,1266,1373 +TON,2007,6,1245,1352 +TON,2007,7,1226,1332 +TON,2007,8,1210,1314 +TON,2007,9,1197,1298 +TON,2007,10,1188,1285 +TON,2007,11,1181,1272 +TON,2007,12,1176,1260 +TON,2007,13,1175,1252 +TON,2007,14,1156,1228 +TON,2007,15,1109,1177 +TON,2007,16,1045,1112 +TON,2007,17,984,1048 +TON,2007,18,918,980 +TON,2008,0,1414,1483 +TON,2008,1,1377,1458 +TON,2008,2,1345,1437 +TON,2008,3,1338,1442 +TON,2008,4,1307,1416 +TON,2008,5,1279,1392 +TON,2008,6,1256,1369 +TON,2008,7,1236,1349 +TON,2008,8,1217,1328 +TON,2008,9,1199,1306 +TON,2008,10,1185,1288 +TON,2008,11,1176,1273 +TON,2008,12,1170,1260 +TON,2008,13,1164,1246 +TON,2008,14,1162,1235 +TON,2008,15,1142,1208 +TON,2008,16,1093,1155 +TON,2008,17,1027,1086 +TON,2008,18,963,1019 +TON,2009,0,1391,1455 +TON,2009,1,1367,1446 +TON,2009,2,1344,1436 +TON,2009,3,1323,1426 +TON,2009,4,1310,1423 +TON,2009,5,1286,1403 +TON,2009,6,1263,1383 +TON,2009,7,1243,1363 +TON,2009,8,1224,1342 +TON,2009,9,1205,1321 +TON,2009,10,1185,1296 +TON,2009,11,1170,1275 +TON,2009,12,1161,1259 +TON,2009,13,1155,1244 +TON,2009,14,1149,1228 +TON,2009,15,1147,1216 +TON,2009,16,1126,1186 +TON,2009,17,1074,1129 +TON,2009,18,1005,1058 +TON,2010,0,1366,1422 +TON,2010,1,1349,1424 +TON,2010,2,1331,1422 +TON,2010,3,1314,1417 +TON,2010,4,1296,1409 +TON,2010,5,1278,1398 +TON,2010,6,1261,1385 +TON,2010,7,1243,1369 +TON,2010,8,1226,1351 +TON,2010,9,1208,1331 +TON,2010,10,1190,1308 +TON,2010,11,1168,1281 +TON,2010,12,1151,1257 +TON,2010,13,1143,1239 +TON,2010,14,1137,1224 +TON,2010,15,1131,1206 +TON,2010,16,1128,1191 +TON,2010,17,1106,1159 +TON,2010,18,1053,1100 +TON,2011,0,1351,1396 +TON,2011,1,1324,1397 +TON,2011,2,1309,1399 +TON,2011,3,1295,1396 +TON,2011,4,1281,1391 +TON,2011,5,1267,1383 +TON,2011,6,1254,1372 +TON,2011,7,1241,1359 +TON,2011,8,1226,1343 +TON,2011,9,1208,1324 +TON,2011,10,1188,1304 +TON,2011,11,1167,1281 +TON,2011,12,1144,1254 +TON,2011,13,1124,1228 +TON,2011,14,1110,1203 +TON,2011,15,1097,1178 +TON,2011,16,1084,1152 +TON,2011,17,1074,1127 +TON,2011,18,1048,1090 +TON,2012,0,1334,1366 +TON,2012,1,1306,1373 +TON,2012,2,1278,1368 +TON,2012,3,1266,1368 +TON,2012,4,1255,1366 +TON,2012,5,1245,1360 +TON,2012,6,1235,1352 +TON,2012,7,1226,1341 +TON,2012,8,1218,1328 +TON,2012,9,1206,1312 +TON,2012,10,1188,1293 +TON,2012,11,1165,1272 +TON,2012,12,1142,1249 +TON,2012,13,1117,1223 +TON,2012,14,1094,1194 +TON,2012,15,1073,1163 +TON,2012,16,1054,1128 +TON,2012,17,1034,1093 +TON,2012,18,1016,1060 +TON,2013,0,1317,1336 +TON,2013,1,1279,1341 +TON,2013,2,1248,1342 +TON,2013,3,1232,1339 +TON,2013,4,1223,1338 +TON,2013,5,1216,1335 +TON,2013,6,1209,1329 +TON,2013,7,1204,1321 +TON,2013,8,1199,1310 +TON,2013,9,1195,1296 +TON,2013,10,1186,1280 +TON,2013,11,1167,1262 +TON,2013,12,1142,1241 +TON,2013,13,1117,1217 +TON,2013,14,1091,1191 +TON,2013,15,1064,1160 +TON,2013,16,1038,1122 +TON,2013,17,1012,1078 +TON,2013,18,985,1035 +TON,2014,0,1302,1312 +TON,2014,1,1256,1314 +TON,2014,2,1221,1314 +TON,2014,3,1195,1314 +TON,2014,4,1192,1314 +TON,2014,5,1185,1312 +TON,2014,6,1181,1308 +TON,2014,7,1178,1302 +TON,2014,8,1177,1294 +TON,2014,9,1176,1283 +TON,2014,10,1177,1270 +TON,2014,11,1170,1253 +TON,2014,12,1151,1235 +TON,2014,13,1124,1213 +TON,2014,14,1097,1189 +TON,2014,15,1069,1164 +TON,2014,16,1038,1131 +TON,2014,17,1006,1085 +TON,2014,18,973,1032 +TON,2015,0,1287,1298 +TON,2015,1,1242,1299 +TON,2015,2,1208,1299 +TON,2015,3,1184,1299 +TON,2015,4,1167,1298 +TON,2015,5,1158,1297 +TON,2015,6,1153,1294 +TON,2015,7,1153,1289 +TON,2015,8,1154,1283 +TON,2015,9,1156,1275 +TON,2015,10,1160,1264 +TON,2015,11,1166,1250 +TON,2015,12,1161,1234 +TON,2015,13,1142,1215 +TON,2015,14,1112,1193 +TON,2015,15,1082,1168 +TON,2015,16,1052,1144 +TON,2015,17,1018,1107 +TON,2015,18,980,1055 +TON,2016,0,1249,1270 +TON,2016,1,1264,1284 +TON,2016,2,1227,1286 +TON,2016,3,1199,1287 +TON,2016,4,1178,1288 +TON,2016,5,1163,1288 +TON,2016,6,1152,1286 +TON,2016,7,1144,1284 +TON,2016,8,1141,1279 +TON,2016,9,1141,1272 +TON,2016,10,1143,1262 +TON,2016,11,1145,1250 +TON,2016,12,1149,1234 +TON,2016,13,1143,1216 +TON,2016,14,1122,1196 +TON,2016,15,1091,1172 +TON,2016,16,1060,1146 +TON,2016,17,1028,1119 +TON,2016,18,994,1082 +TON,2017,0,1213,1252 +TON,2017,1,1196,1256 +TON,2017,2,1249,1278 +TON,2017,3,1221,1281 +TON,2017,4,1198,1283 +TON,2017,5,1180,1285 +TON,2017,6,1165,1285 +TON,2017,7,1153,1284 +TON,2017,8,1143,1281 +TON,2017,9,1137,1276 +TON,2017,10,1136,1268 +TON,2017,11,1137,1256 +TON,2017,12,1138,1242 +TON,2017,13,1140,1226 +TON,2017,14,1132,1206 +TON,2017,15,1110,1183 +TON,2017,16,1077,1158 +TON,2017,17,1044,1130 +TON,2017,18,1011,1102 +TON,2018,0,1183,1242 +TON,2018,1,1185,1249 +TON,2018,2,1187,1256 +TON,2018,3,1238,1277 +TON,2018,4,1219,1281 +TON,2018,5,1201,1284 +TON,2018,6,1186,1286 +TON,2018,7,1172,1287 +TON,2018,8,1159,1286 +TON,2018,9,1146,1283 +TON,2018,10,1137,1278 +TON,2018,11,1135,1268 +TON,2018,12,1136,1256 +TON,2018,13,1135,1240 +TON,2018,14,1135,1221 +TON,2018,15,1126,1200 +TON,2018,16,1101,1176 +TON,2018,17,1066,1148 +TON,2018,18,1032,1118 +TON,2019,0,1200,1200 +TON,2019,1,1200,1200 +TON,2019,2,1200,1300 +TON,2019,3,1200,1300 +TON,2019,4,1200,1300 +TON,2019,5,1200,1300 +TON,2019,6,1200,1300 +TON,2019,7,1200,1300 +TON,2019,8,1200,1300 +TON,2019,9,1200,1300 +TON,2019,10,1100,1300 +TON,2019,11,1100,1300 +TON,2019,12,1100,1300 +TON,2019,13,1100,1300 +TON,2019,14,1100,1200 +TON,2019,15,1100,1200 +TON,2019,16,1100,1200 +TON,2019,17,1100,1200 +TON,2019,18,1100,1100 +TON,2020,0,1100,1200 +TON,2020,1,1200,1200 +TON,2020,2,1200,1300 +TON,2020,3,1200,1300 +TON,2020,4,1200,1300 +TON,2020,5,1200,1300 +TON,2020,6,1200,1300 +TON,2020,7,1200,1300 +TON,2020,8,1200,1300 +TON,2020,9,1200,1300 +TON,2020,10,1200,1300 +TON,2020,11,1200,1300 +TON,2020,12,1100,1300 +TON,2020,13,1100,1300 +TON,2020,14,1100,1300 +TON,2020,15,1100,1200 +TON,2020,16,1100,1200 +TON,2020,17,1100,1200 +TON,2020,18,1100,1200 +TON,2021,0,1200,1200 +TON,2021,1,1200,1200 +TON,2021,2,1200,1200 +TON,2021,3,1200,1300 +TON,2021,4,1200,1300 +TON,2021,5,1200,1300 +TON,2021,6,1200,1300 +TON,2021,7,1200,1300 +TON,2021,8,1200,1300 +TON,2021,9,1200,1300 +TON,2021,10,1200,1300 +TON,2021,11,1200,1300 +TON,2021,12,1100,1300 +TON,2021,13,1100,1300 +TON,2021,14,1100,1300 +TON,2021,15,1100,1200 +TON,2021,16,1100,1200 +TON,2021,17,1100,1200 +TON,2021,18,1100,1200 +TON,2022,0,1200,1300 +TON,2022,1,1200,1200 +TON,2022,2,1200,1200 +TON,2022,3,1200,1200 +TON,2022,4,1200,1200 +TON,2022,5,1200,1300 +TON,2022,6,1200,1300 +TON,2022,7,1200,1300 +TON,2022,8,1200,1300 +TON,2022,9,1200,1300 +TON,2022,10,1200,1300 +TON,2022,11,1200,1300 +TON,2022,12,1200,1300 +TON,2022,13,1100,1300 +TON,2022,14,1100,1300 +TON,2022,15,1100,1300 +TON,2022,16,1100,1200 +TON,2022,17,1100,1200 +TON,2022,18,1100,1200 +TON,2023,0,1200,1300 +TON,2023,1,1200,1300 +TON,2023,2,1200,1200 +TON,2023,3,1200,1200 +TON,2023,4,1200,1200 +TON,2023,5,1200,1200 +TON,2023,6,1200,1300 +TON,2023,7,1200,1300 +TON,2023,8,1200,1300 +TON,2023,9,1200,1300 +TON,2023,10,1200,1300 +TON,2023,11,1200,1300 +TON,2023,12,1200,1300 +TON,2023,13,1200,1300 +TON,2023,14,1100,1300 +TON,2023,15,1100,1300 +TON,2023,16,1100,1200 +TON,2023,17,1100,1200 +TON,2023,18,1100,1200 +TON,2024,0,1200,1300 +TON,2024,1,1200,1300 +TON,2024,2,1200,1200 +TON,2024,3,1200,1200 +TON,2024,4,1200,1200 +TON,2024,5,1200,1200 +TON,2024,6,1200,1200 +TON,2024,7,1200,1200 +TON,2024,8,1200,1300 +TON,2024,9,1200,1300 +TON,2024,10,1200,1300 +TON,2024,11,1200,1300 +TON,2024,12,1200,1300 +TON,2024,13,1200,1300 +TON,2024,14,1100,1300 +TON,2024,15,1100,1300 +TON,2024,16,1100,1200 +TON,2024,17,1100,1200 +TON,2024,18,1100,1200 +TON,2025,0,1200,1300 +TON,2025,1,1200,1300 +TON,2025,2,1200,1200 +TON,2025,3,1200,1200 +TON,2025,4,1200,1200 +TON,2025,5,1200,1200 +TON,2025,6,1200,1200 +TON,2025,7,1200,1200 +TON,2025,8,1200,1200 +TON,2025,9,1200,1300 +TON,2025,10,1200,1300 +TON,2025,11,1200,1300 +TON,2025,12,1200,1300 +TON,2025,13,1200,1300 +TON,2025,14,1200,1300 +TON,2025,15,1100,1300 +TON,2025,16,1100,1300 +TON,2025,17,1100,1200 +TON,2025,18,1100,1200 +TON,2026,0,1200,1300 +TON,2026,1,1200,1300 +TON,2026,2,1200,1300 +TON,2026,3,1200,1200 +TON,2026,4,1200,1200 +TON,2026,5,1200,1200 +TON,2026,6,1200,1200 +TON,2026,7,1200,1200 +TON,2026,8,1200,1200 +TON,2026,9,1200,1200 +TON,2026,10,1200,1200 +TON,2026,11,1200,1300 +TON,2026,12,1200,1300 +TON,2026,13,1200,1300 +TON,2026,14,1200,1300 +TON,2026,15,1200,1300 +TON,2026,16,1100,1200 +TON,2026,17,1100,1200 +TON,2026,18,1100,1200 +TON,2027,0,1200,1300 +TON,2027,1,1200,1300 +TON,2027,2,1200,1300 +TON,2027,3,1200,1300 +TON,2027,4,1200,1200 +TON,2027,5,1200,1200 +TON,2027,6,1200,1200 +TON,2027,7,1200,1200 +TON,2027,8,1200,1200 +TON,2027,9,1200,1200 +TON,2027,10,1200,1200 +TON,2027,11,1200,1200 +TON,2027,12,1200,1300 +TON,2027,13,1200,1300 +TON,2027,14,1200,1300 +TON,2027,15,1200,1300 +TON,2027,16,1100,1200 +TON,2027,17,1100,1200 +TON,2027,18,1100,1200 +TON,2028,0,1200,1300 +TON,2028,1,1200,1300 +TON,2028,2,1200,1300 +TON,2028,3,1200,1300 +TON,2028,4,1200,1200 +TON,2028,5,1200,1200 +TON,2028,6,1200,1200 +TON,2028,7,1200,1200 +TON,2028,8,1200,1200 +TON,2028,9,1200,1200 +TON,2028,10,1200,1200 +TON,2028,11,1200,1200 +TON,2028,12,1200,1200 +TON,2028,13,1200,1200 +TON,2028,14,1200,1300 +TON,2028,15,1200,1300 +TON,2028,16,1200,1200 +TON,2028,17,1100,1200 +TON,2028,18,1100,1200 +TON,2029,0,1200,1300 +TON,2029,1,1200,1300 +TON,2029,2,1200,1300 +TON,2029,3,1200,1300 +TON,2029,4,1200,1300 +TON,2029,5,1200,1200 +TON,2029,6,1200,1200 +TON,2029,7,1200,1200 +TON,2029,8,1200,1200 +TON,2029,9,1200,1200 +TON,2029,10,1200,1200 +TON,2029,11,1200,1200 +TON,2029,12,1200,1200 +TON,2029,13,1200,1200 +TON,2029,14,1200,1200 +TON,2029,15,1200,1200 +TON,2029,16,1200,1200 +TON,2029,17,1100,1200 +TON,2029,18,1100,1200 +TON,2030,0,1300,1300 +TON,2030,1,1200,1300 +TON,2030,2,1200,1300 +TON,2030,3,1200,1300 +TON,2030,4,1200,1300 +TON,2030,5,1200,1200 +TON,2030,6,1200,1200 +TON,2030,7,1200,1200 +TON,2030,8,1200,1200 +TON,2030,9,1200,1200 +TON,2030,10,1200,1200 +TON,2030,11,1200,1200 +TON,2030,12,1200,1200 +TON,2030,13,1200,1200 +TON,2030,14,1200,1200 +TON,2030,15,1200,1200 +TON,2030,16,1200,1200 +TON,2030,17,1200,1200 +TON,2030,18,1100,1200 +TON,2031,0,1300,1300 +TON,2031,1,1200,1300 +TON,2031,2,1200,1300 +TON,2031,3,1200,1300 +TON,2031,4,1200,1300 +TON,2031,5,1200,1300 +TON,2031,6,1200,1200 +TON,2031,7,1200,1200 +TON,2031,8,1200,1200 +TON,2031,9,1200,1200 +TON,2031,10,1200,1200 +TON,2031,11,1200,1200 +TON,2031,12,1200,1200 +TON,2031,13,1200,1200 +TON,2031,14,1200,1200 +TON,2031,15,1200,1200 +TON,2031,16,1200,1200 +TON,2031,17,1200,1200 +TON,2031,18,1100,1200 +TON,2032,0,1300,1300 +TON,2032,1,1200,1300 +TON,2032,2,1200,1300 +TON,2032,3,1200,1300 +TON,2032,4,1200,1300 +TON,2032,5,1200,1300 +TON,2032,6,1200,1300 +TON,2032,7,1200,1200 +TON,2032,8,1200,1200 +TON,2032,9,1200,1200 +TON,2032,10,1200,1200 +TON,2032,11,1200,1200 +TON,2032,12,1200,1200 +TON,2032,13,1100,1200 +TON,2032,14,1100,1200 +TON,2032,15,1100,1200 +TON,2032,16,1100,1200 +TON,2032,17,1100,1200 +TON,2032,18,1100,1200 +TON,2033,0,1300,1300 +TON,2033,1,1300,1300 +TON,2033,2,1200,1300 +TON,2033,3,1200,1300 +TON,2033,4,1200,1300 +TON,2033,5,1200,1300 +TON,2033,6,1200,1300 +TON,2033,7,1200,1300 +TON,2033,8,1200,1200 +TON,2033,9,1200,1200 +TON,2033,10,1200,1200 +TON,2033,11,1200,1200 +TON,2033,12,1200,1200 +TON,2033,13,1100,1200 +TON,2033,14,1100,1200 +TON,2033,15,1100,1200 +TON,2033,16,1100,1200 +TON,2033,17,1100,1200 +TON,2033,18,1100,1200 +TON,2034,0,1300,1300 +TON,2034,1,1300,1300 +TON,2034,2,1200,1300 +TON,2034,3,1200,1300 +TON,2034,4,1200,1300 +TON,2034,5,1200,1300 +TON,2034,6,1200,1300 +TON,2034,7,1200,1300 +TON,2034,8,1200,1300 +TON,2034,9,1200,1200 +TON,2034,10,1200,1200 +TON,2034,11,1200,1200 +TON,2034,12,1200,1200 +TON,2034,13,1100,1200 +TON,2034,14,1100,1200 +TON,2034,15,1100,1200 +TON,2034,16,1100,1200 +TON,2034,17,1100,1200 +TON,2034,18,1100,1200 +TON,2035,0,1300,1300 +TON,2035,1,1300,1300 +TON,2035,2,1300,1300 +TON,2035,3,1200,1300 +TON,2035,4,1200,1300 +TON,2035,5,1200,1300 +TON,2035,6,1200,1300 +TON,2035,7,1200,1300 +TON,2035,8,1200,1300 +TON,2035,9,1200,1300 +TON,2035,10,1200,1200 +TON,2035,11,1200,1200 +TON,2035,12,1200,1200 +TON,2035,13,1200,1200 +TON,2035,14,1100,1200 +TON,2035,15,1100,1200 +TON,2035,16,1100,1200 +TON,2035,17,1100,1200 +TON,2035,18,1100,1200 +TON,2036,0,1300,1300 +TON,2036,1,1300,1300 +TON,2036,2,1300,1300 +TON,2036,3,1200,1300 +TON,2036,4,1200,1300 +TON,2036,5,1200,1300 +TON,2036,6,1200,1300 +TON,2036,7,1200,1300 +TON,2036,8,1200,1300 +TON,2036,9,1200,1300 +TON,2036,10,1200,1200 +TON,2036,11,1200,1200 +TON,2036,12,1200,1200 +TON,2036,13,1200,1200 +TON,2036,14,1100,1200 +TON,2036,15,1100,1200 +TON,2036,16,1100,1200 +TON,2036,17,1100,1200 +TON,2036,18,1100,1200 +TON,2037,0,1300,1300 +TON,2037,1,1300,1300 +TON,2037,2,1300,1300 +TON,2037,3,1300,1300 +TON,2037,4,1200,1300 +TON,2037,5,1200,1300 +TON,2037,6,1200,1300 +TON,2037,7,1200,1300 +TON,2037,8,1200,1300 +TON,2037,9,1200,1300 +TON,2037,10,1200,1300 +TON,2037,11,1200,1200 +TON,2037,12,1200,1200 +TON,2037,13,1200,1200 +TON,2037,14,1100,1200 +TON,2037,15,1100,1200 +TON,2037,16,1100,1200 +TON,2037,17,1100,1200 +TON,2037,18,1100,1200 +TON,2038,0,1300,1300 +TON,2038,1,1300,1300 +TON,2038,2,1300,1300 +TON,2038,3,1300,1300 +TON,2038,4,1300,1300 +TON,2038,5,1200,1300 +TON,2038,6,1200,1300 +TON,2038,7,1200,1300 +TON,2038,8,1200,1300 +TON,2038,9,1200,1300 +TON,2038,10,1200,1300 +TON,2038,11,1200,1300 +TON,2038,12,1200,1200 +TON,2038,13,1200,1200 +TON,2038,14,1100,1200 +TON,2038,15,1100,1200 +TON,2038,16,1100,1200 +TON,2038,17,1100,1200 +TON,2038,18,1100,1200 +TON,2039,0,1300,1300 +TON,2039,1,1300,1300 +TON,2039,2,1300,1300 +TON,2039,3,1300,1300 +TON,2039,4,1300,1300 +TON,2039,5,1200,1300 +TON,2039,6,1200,1300 +TON,2039,7,1200,1300 +TON,2039,8,1200,1300 +TON,2039,9,1200,1300 +TON,2039,10,1200,1300 +TON,2039,11,1200,1300 +TON,2039,12,1200,1300 +TON,2039,13,1200,1200 +TON,2039,14,1200,1200 +TON,2039,15,1100,1200 +TON,2039,16,1100,1200 +TON,2039,17,1100,1200 +TON,2039,18,1100,1200 +TON,2040,0,1300,1300 +TON,2040,1,1300,1300 +TON,2040,2,1300,1300 +TON,2040,3,1300,1300 +TON,2040,4,1300,1300 +TON,2040,5,1300,1300 +TON,2040,6,1200,1300 +TON,2040,7,1200,1300 +TON,2040,8,1200,1300 +TON,2040,9,1200,1300 +TON,2040,10,1200,1300 +TON,2040,11,1200,1300 +TON,2040,12,1200,1300 +TON,2040,13,1200,1200 +TON,2040,14,1200,1200 +TON,2040,15,1200,1200 +TON,2040,16,1100,1200 +TON,2040,17,1100,1200 +TON,2040,18,1100,1200 +TON,2041,0,1300,1300 +TON,2041,1,1300,1300 +TON,2041,2,1300,1300 +TON,2041,3,1300,1300 +TON,2041,4,1300,1300 +TON,2041,5,1300,1300 +TON,2041,6,1200,1300 +TON,2041,7,1200,1300 +TON,2041,8,1200,1300 +TON,2041,9,1200,1300 +TON,2041,10,1200,1300 +TON,2041,11,1200,1300 +TON,2041,12,1200,1300 +TON,2041,13,1200,1300 +TON,2041,14,1200,1200 +TON,2041,15,1200,1200 +TON,2041,16,1100,1200 +TON,2041,17,1100,1200 +TON,2041,18,1100,1200 +TON,2042,0,1300,1300 +TON,2042,1,1300,1300 +TON,2042,2,1300,1300 +TON,2042,3,1300,1300 +TON,2042,4,1300,1300 +TON,2042,5,1300,1300 +TON,2042,6,1300,1300 +TON,2042,7,1200,1300 +TON,2042,8,1200,1300 +TON,2042,9,1200,1300 +TON,2042,10,1200,1300 +TON,2042,11,1200,1300 +TON,2042,12,1200,1300 +TON,2042,13,1200,1300 +TON,2042,14,1200,1200 +TON,2042,15,1200,1200 +TON,2042,16,1100,1200 +TON,2042,17,1100,1200 +TON,2042,18,1100,1200 +TON,2043,0,1300,1300 +TON,2043,1,1300,1300 +TON,2043,2,1300,1300 +TON,2043,3,1300,1300 +TON,2043,4,1300,1300 +TON,2043,5,1300,1300 +TON,2043,6,1300,1300 +TON,2043,7,1200,1300 +TON,2043,8,1200,1300 +TON,2043,9,1200,1300 +TON,2043,10,1200,1300 +TON,2043,11,1200,1300 +TON,2043,12,1200,1300 +TON,2043,13,1200,1300 +TON,2043,14,1200,1300 +TON,2043,15,1200,1200 +TON,2043,16,1100,1200 +TON,2043,17,1100,1200 +TON,2043,18,1100,1200 +TON,2044,0,1200,1300 +TON,2044,1,1200,1300 +TON,2044,2,1200,1300 +TON,2044,3,1200,1300 +TON,2044,4,1200,1300 +TON,2044,5,1200,1300 +TON,2044,6,1300,1300 +TON,2044,7,1200,1300 +TON,2044,8,1200,1300 +TON,2044,9,1200,1300 +TON,2044,10,1200,1300 +TON,2044,11,1200,1300 +TON,2044,12,1200,1300 +TON,2044,13,1200,1300 +TON,2044,14,1200,1300 +TON,2044,15,1200,1200 +TON,2044,16,1200,1200 +TON,2044,17,1100,1200 +TON,2044,18,1100,1200 +TON,2045,0,1200,1300 +TON,2045,1,1200,1300 +TON,2045,2,1200,1300 +TON,2045,3,1200,1300 +TON,2045,4,1200,1300 +TON,2045,5,1200,1300 +TON,2045,6,1200,1300 +TON,2045,7,1200,1300 +TON,2045,8,1200,1300 +TON,2045,9,1200,1300 +TON,2045,10,1200,1300 +TON,2045,11,1200,1300 +TON,2045,12,1200,1300 +TON,2045,13,1200,1300 +TON,2045,14,1200,1300 +TON,2045,15,1200,1300 +TON,2045,16,1200,1200 +TON,2045,17,1200,1200 +TON,2045,18,1100,1200 +TON,2046,0,1200,1300 +TON,2046,1,1200,1300 +TON,2046,2,1200,1300 +TON,2046,3,1200,1300 +TON,2046,4,1200,1300 +TON,2046,5,1200,1300 +TON,2046,6,1200,1300 +TON,2046,7,1200,1300 +TON,2046,8,1200,1300 +TON,2046,9,1200,1300 +TON,2046,10,1200,1300 +TON,2046,11,1200,1300 +TON,2046,12,1200,1300 +TON,2046,13,1200,1300 +TON,2046,14,1200,1300 +TON,2046,15,1200,1300 +TON,2046,16,1200,1200 +TON,2046,17,1200,1200 +TON,2046,18,1100,1200 +TON,2047,0,1200,1300 +TON,2047,1,1200,1300 +TON,2047,2,1200,1300 +TON,2047,3,1200,1300 +TON,2047,4,1200,1300 +TON,2047,5,1200,1300 +TON,2047,6,1200,1300 +TON,2047,7,1200,1300 +TON,2047,8,1200,1300 +TON,2047,9,1200,1300 +TON,2047,10,1200,1300 +TON,2047,11,1200,1300 +TON,2047,12,1200,1300 +TON,2047,13,1200,1300 +TON,2047,14,1200,1300 +TON,2047,15,1200,1300 +TON,2047,16,1200,1200 +TON,2047,17,1200,1200 +TON,2047,18,1100,1200 +TON,2048,0,1200,1300 +TON,2048,1,1200,1300 +TON,2048,2,1200,1300 +TON,2048,3,1200,1300 +TON,2048,4,1200,1300 +TON,2048,5,1200,1300 +TON,2048,6,1200,1300 +TON,2048,7,1200,1300 +TON,2048,8,1200,1300 +TON,2048,9,1200,1300 +TON,2048,10,1200,1300 +TON,2048,11,1200,1300 +TON,2048,12,1200,1300 +TON,2048,13,1200,1300 +TON,2048,14,1200,1300 +TON,2048,15,1200,1300 +TON,2048,16,1200,1300 +TON,2048,17,1200,1200 +TON,2048,18,1100,1200 +TON,2049,0,1200,1300 +TON,2049,1,1200,1300 +TON,2049,2,1200,1300 +TON,2049,3,1200,1300 +TON,2049,4,1200,1300 +TON,2049,5,1200,1300 +TON,2049,6,1200,1300 +TON,2049,7,1200,1300 +TON,2049,8,1200,1300 +TON,2049,9,1200,1300 +TON,2049,10,1200,1300 +TON,2049,11,1200,1300 +TON,2049,12,1200,1300 +TON,2049,13,1200,1300 +TON,2049,14,1200,1300 +TON,2049,15,1200,1300 +TON,2049,16,1200,1300 +TON,2049,17,1200,1200 +TON,2049,18,1200,1200 +TON,2050,0,1200,1300 +TON,2050,1,1200,1300 +TON,2050,2,1200,1300 +TON,2050,3,1200,1300 +TON,2050,4,1200,1300 +TON,2050,5,1200,1300 +TON,2050,6,1200,1300 +TON,2050,7,1200,1300 +TON,2050,8,1200,1300 +TON,2050,9,1200,1300 +TON,2050,10,1200,1300 +TON,2050,11,1200,1300 +TON,2050,12,1200,1300 +TON,2050,13,1200,1300 +TON,2050,14,1200,1300 +TON,2050,15,1200,1300 +TON,2050,16,1200,1300 +TON,2050,17,1200,1300 +TON,2050,18,1200,1200 +TSA,1990,0,, +TSA,1990,1,, +TSA,1990,2,, +TSA,1990,3,, +TSA,1990,4,, +TSA,1990,5,, +TSA,1990,6,, +TSA,1990,7,, +TSA,1990,8,, +TSA,1990,9,, +TSA,1990,10,, +TSA,1990,11,, +TSA,1990,12,, +TSA,1990,13,, +TSA,1990,14,, +TSA,1990,15,, +TSA,1990,16,, +TSA,1990,17,, +TSA,1990,18,, +TSA,1991,0,, +TSA,1991,1,, +TSA,1991,2,, +TSA,1991,3,, +TSA,1991,4,, +TSA,1991,5,, +TSA,1991,6,, +TSA,1991,7,, +TSA,1991,8,, +TSA,1991,9,, +TSA,1991,10,, +TSA,1991,11,, +TSA,1991,12,, +TSA,1991,13,, +TSA,1991,14,, +TSA,1991,15,, +TSA,1991,16,, +TSA,1991,17,, +TSA,1991,18,, +TSA,1992,0,, +TSA,1992,1,, +TSA,1992,2,, +TSA,1992,3,, +TSA,1992,4,, +TSA,1992,5,, +TSA,1992,6,, +TSA,1992,7,, +TSA,1992,8,, +TSA,1992,9,, +TSA,1992,10,, +TSA,1992,11,, +TSA,1992,12,, +TSA,1992,13,, +TSA,1992,14,, +TSA,1992,15,, +TSA,1992,16,, +TSA,1992,17,, +TSA,1992,18,, +TSA,1993,0,, +TSA,1993,1,, +TSA,1993,2,, +TSA,1993,3,, +TSA,1993,4,, +TSA,1993,5,, +TSA,1993,6,, +TSA,1993,7,, +TSA,1993,8,, +TSA,1993,9,, +TSA,1993,10,, +TSA,1993,11,, +TSA,1993,12,, +TSA,1993,13,, +TSA,1993,14,, +TSA,1993,15,, +TSA,1993,16,, +TSA,1993,17,, +TSA,1993,18,, +TSA,1994,0,, +TSA,1994,1,, +TSA,1994,2,, +TSA,1994,3,, +TSA,1994,4,, +TSA,1994,5,, +TSA,1994,6,, +TSA,1994,7,, +TSA,1994,8,, +TSA,1994,9,, +TSA,1994,10,, +TSA,1994,11,, +TSA,1994,12,, +TSA,1994,13,, +TSA,1994,14,, +TSA,1994,15,, +TSA,1994,16,, +TSA,1994,17,, +TSA,1994,18,, +TSA,1995,0,, +TSA,1995,1,, +TSA,1995,2,, +TSA,1995,3,, +TSA,1995,4,, +TSA,1995,5,, +TSA,1995,6,, +TSA,1995,7,, +TSA,1995,8,, +TSA,1995,9,, +TSA,1995,10,, +TSA,1995,11,, +TSA,1995,12,, +TSA,1995,13,, +TSA,1995,14,, +TSA,1995,15,, +TSA,1995,16,, +TSA,1995,17,, +TSA,1995,18,, +TSA,1996,0,, +TSA,1996,1,, +TSA,1996,2,, +TSA,1996,3,, +TSA,1996,4,, +TSA,1996,5,, +TSA,1996,6,, +TSA,1996,7,, +TSA,1996,8,, +TSA,1996,9,, +TSA,1996,10,, +TSA,1996,11,, +TSA,1996,12,, +TSA,1996,13,, +TSA,1996,14,, +TSA,1996,15,, +TSA,1996,16,, +TSA,1996,17,, +TSA,1996,18,, +TSA,1997,0,, +TSA,1997,1,, +TSA,1997,2,, +TSA,1997,3,, +TSA,1997,4,, +TSA,1997,5,, +TSA,1997,6,, +TSA,1997,7,, +TSA,1997,8,, +TSA,1997,9,, +TSA,1997,10,, +TSA,1997,11,, +TSA,1997,12,, +TSA,1997,13,, +TSA,1997,14,, +TSA,1997,15,, +TSA,1997,16,, +TSA,1997,17,, +TSA,1997,18,, +TSA,1998,0,, +TSA,1998,1,, +TSA,1998,2,, +TSA,1998,3,, +TSA,1998,4,, +TSA,1998,5,, +TSA,1998,6,, +TSA,1998,7,, +TSA,1998,8,, +TSA,1998,9,, +TSA,1998,10,, +TSA,1998,11,, +TSA,1998,12,, +TSA,1998,13,, +TSA,1998,14,, +TSA,1998,15,, +TSA,1998,16,, +TSA,1998,17,, +TSA,1998,18,, +TSA,1999,0,, +TSA,1999,1,, +TSA,1999,2,, +TSA,1999,3,, +TSA,1999,4,, +TSA,1999,5,, +TSA,1999,6,, +TSA,1999,7,, +TSA,1999,8,, +TSA,1999,9,, +TSA,1999,10,, +TSA,1999,11,, +TSA,1999,12,, +TSA,1999,13,, +TSA,1999,14,, +TSA,1999,15,, +TSA,1999,16,, +TSA,1999,17,, +TSA,1999,18,, +TSA,2000,0,, +TSA,2000,1,, +TSA,2000,2,, +TSA,2000,3,, +TSA,2000,4,, +TSA,2000,5,, +TSA,2000,6,, +TSA,2000,7,, +TSA,2000,8,, +TSA,2000,9,, +TSA,2000,10,, +TSA,2000,11,, +TSA,2000,12,, +TSA,2000,13,, +TSA,2000,14,, +TSA,2000,15,, +TSA,2000,16,, +TSA,2000,17,, +TSA,2000,18,, +TSA,2001,0,, +TSA,2001,1,, +TSA,2001,2,, +TSA,2001,3,, +TSA,2001,4,, +TSA,2001,5,, +TSA,2001,6,, +TSA,2001,7,, +TSA,2001,8,, +TSA,2001,9,, +TSA,2001,10,, +TSA,2001,11,, +TSA,2001,12,, +TSA,2001,13,, +TSA,2001,14,, +TSA,2001,15,, +TSA,2001,16,, +TSA,2001,17,, +TSA,2001,18,, +TSA,2002,0,, +TSA,2002,1,, +TSA,2002,2,, +TSA,2002,3,, +TSA,2002,4,, +TSA,2002,5,, +TSA,2002,6,, +TSA,2002,7,, +TSA,2002,8,, +TSA,2002,9,, +TSA,2002,10,, +TSA,2002,11,, +TSA,2002,12,, +TSA,2002,13,, +TSA,2002,14,, +TSA,2002,15,, +TSA,2002,16,, +TSA,2002,17,, +TSA,2002,18,, +TSA,2003,0,, +TSA,2003,1,, +TSA,2003,2,, +TSA,2003,3,, +TSA,2003,4,, +TSA,2003,5,, +TSA,2003,6,, +TSA,2003,7,, +TSA,2003,8,, +TSA,2003,9,, +TSA,2003,10,, +TSA,2003,11,, +TSA,2003,12,, +TSA,2003,13,, +TSA,2003,14,, +TSA,2003,15,, +TSA,2003,16,, +TSA,2003,17,, +TSA,2003,18,, +TSA,2004,0,, +TSA,2004,1,, +TSA,2004,2,, +TSA,2004,3,, +TSA,2004,4,, +TSA,2004,5,, +TSA,2004,6,, +TSA,2004,7,, +TSA,2004,8,, +TSA,2004,9,, +TSA,2004,10,, +TSA,2004,11,, +TSA,2004,12,, +TSA,2004,13,, +TSA,2004,14,, +TSA,2004,15,, +TSA,2004,16,, +TSA,2004,17,, +TSA,2004,18,, +TSA,2005,0,, +TSA,2005,1,, +TSA,2005,2,, +TSA,2005,3,, +TSA,2005,4,, +TSA,2005,5,, +TSA,2005,6,, +TSA,2005,7,, +TSA,2005,8,, +TSA,2005,9,, +TSA,2005,10,, +TSA,2005,11,, +TSA,2005,12,, +TSA,2005,13,, +TSA,2005,14,, +TSA,2005,15,, +TSA,2005,16,, +TSA,2005,17,, +TSA,2005,18,, +TSA,2006,0,, +TSA,2006,1,, +TSA,2006,2,, +TSA,2006,3,, +TSA,2006,4,, +TSA,2006,5,, +TSA,2006,6,, +TSA,2006,7,, +TSA,2006,8,, +TSA,2006,9,, +TSA,2006,10,, +TSA,2006,11,, +TSA,2006,12,, +TSA,2006,13,, +TSA,2006,14,, +TSA,2006,15,, +TSA,2006,16,, +TSA,2006,17,, +TSA,2006,18,, +TSA,2007,0,, +TSA,2007,1,, +TSA,2007,2,, +TSA,2007,3,, +TSA,2007,4,, +TSA,2007,5,, +TSA,2007,6,, +TSA,2007,7,, +TSA,2007,8,, +TSA,2007,9,, +TSA,2007,10,, +TSA,2007,11,, +TSA,2007,12,, +TSA,2007,13,, +TSA,2007,14,, +TSA,2007,15,, +TSA,2007,16,, +TSA,2007,17,, +TSA,2007,18,, +TSA,2008,0,, +TSA,2008,1,, +TSA,2008,2,, +TSA,2008,3,, +TSA,2008,4,, +TSA,2008,5,, +TSA,2008,6,, +TSA,2008,7,, +TSA,2008,8,, +TSA,2008,9,, +TSA,2008,10,, +TSA,2008,11,, +TSA,2008,12,, +TSA,2008,13,, +TSA,2008,14,, +TSA,2008,15,, +TSA,2008,16,, +TSA,2008,17,, +TSA,2008,18,, +TSA,2009,0,, +TSA,2009,1,, +TSA,2009,2,, +TSA,2009,3,, +TSA,2009,4,, +TSA,2009,5,, +TSA,2009,6,, +TSA,2009,7,, +TSA,2009,8,, +TSA,2009,9,, +TSA,2009,10,, +TSA,2009,11,, +TSA,2009,12,, +TSA,2009,13,, +TSA,2009,14,, +TSA,2009,15,, +TSA,2009,16,, +TSA,2009,17,, +TSA,2009,18,, +TSA,2010,0,, +TSA,2010,1,, +TSA,2010,2,, +TSA,2010,3,, +TSA,2010,4,, +TSA,2010,5,, +TSA,2010,6,, +TSA,2010,7,, +TSA,2010,8,, +TSA,2010,9,, +TSA,2010,10,, +TSA,2010,11,, +TSA,2010,12,, +TSA,2010,13,, +TSA,2010,14,, +TSA,2010,15,, +TSA,2010,16,, +TSA,2010,17,, +TSA,2010,18,, +TSA,2011,0,, +TSA,2011,1,, +TSA,2011,2,, +TSA,2011,3,, +TSA,2011,4,, +TSA,2011,5,, +TSA,2011,6,, +TSA,2011,7,, +TSA,2011,8,, +TSA,2011,9,, +TSA,2011,10,, +TSA,2011,11,, +TSA,2011,12,, +TSA,2011,13,, +TSA,2011,14,, +TSA,2011,15,, +TSA,2011,16,, +TSA,2011,17,, +TSA,2011,18,, +TSA,2012,0,, +TSA,2012,1,, +TSA,2012,2,, +TSA,2012,3,, +TSA,2012,4,, +TSA,2012,5,, +TSA,2012,6,, +TSA,2012,7,, +TSA,2012,8,, +TSA,2012,9,, +TSA,2012,10,, +TSA,2012,11,, +TSA,2012,12,, +TSA,2012,13,, +TSA,2012,14,, +TSA,2012,15,, +TSA,2012,16,, +TSA,2012,17,, +TSA,2012,18,, +TSA,2013,0,, +TSA,2013,1,, +TSA,2013,2,, +TSA,2013,3,, +TSA,2013,4,, +TSA,2013,5,, +TSA,2013,6,, +TSA,2013,7,, +TSA,2013,8,, +TSA,2013,9,, +TSA,2013,10,, +TSA,2013,11,, +TSA,2013,12,, +TSA,2013,13,, +TSA,2013,14,, +TSA,2013,15,, +TSA,2013,16,, +TSA,2013,17,, +TSA,2013,18,, +TSA,2014,0,, +TSA,2014,1,, +TSA,2014,2,, +TSA,2014,3,, +TSA,2014,4,, +TSA,2014,5,, +TSA,2014,6,, +TSA,2014,7,, +TSA,2014,8,, +TSA,2014,9,, +TSA,2014,10,, +TSA,2014,11,, +TSA,2014,12,, +TSA,2014,13,, +TSA,2014,14,, +TSA,2014,15,, +TSA,2014,16,, +TSA,2014,17,, +TSA,2014,18,, +TSA,2015,0,, +TSA,2015,1,, +TSA,2015,2,, +TSA,2015,3,, +TSA,2015,4,, +TSA,2015,5,, +TSA,2015,6,, +TSA,2015,7,, +TSA,2015,8,, +TSA,2015,9,, +TSA,2015,10,, +TSA,2015,11,, +TSA,2015,12,, +TSA,2015,13,, +TSA,2015,14,, +TSA,2015,15,, +TSA,2015,16,, +TSA,2015,17,, +TSA,2015,18,, +TSA,2016,0,, +TSA,2016,1,, +TSA,2016,2,, +TSA,2016,3,, +TSA,2016,4,, +TSA,2016,5,, +TSA,2016,6,, +TSA,2016,7,, +TSA,2016,8,, +TSA,2016,9,, +TSA,2016,10,, +TSA,2016,11,, +TSA,2016,12,, +TSA,2016,13,, +TSA,2016,14,, +TSA,2016,15,, +TSA,2016,16,, +TSA,2016,17,, +TSA,2016,18,, +TSA,2017,0,, +TSA,2017,1,, +TSA,2017,2,, +TSA,2017,3,, +TSA,2017,4,, +TSA,2017,5,, +TSA,2017,6,, +TSA,2017,7,, +TSA,2017,8,, +TSA,2017,9,, +TSA,2017,10,, +TSA,2017,11,, +TSA,2017,12,, +TSA,2017,13,, +TSA,2017,14,, +TSA,2017,15,, +TSA,2017,16,, +TSA,2017,17,, +TSA,2017,18,, +TSA,2018,0,, +TSA,2018,1,, +TSA,2018,2,, +TSA,2018,3,, +TSA,2018,4,, +TSA,2018,5,, +TSA,2018,6,, +TSA,2018,7,, +TSA,2018,8,, +TSA,2018,9,, +TSA,2018,10,, +TSA,2018,11,, +TSA,2018,12,, +TSA,2018,13,, +TSA,2018,14,, +TSA,2018,15,, +TSA,2018,16,, +TSA,2018,17,, +TSA,2018,18,, +TSA,2019,0,, +TSA,2019,1,, +TSA,2019,2,, +TSA,2019,3,, +TSA,2019,4,, +TSA,2019,5,, +TSA,2019,6,, +TSA,2019,7,, +TSA,2019,8,, +TSA,2019,9,, +TSA,2019,10,, +TSA,2019,11,, +TSA,2019,12,, +TSA,2019,13,, +TSA,2019,14,, +TSA,2019,15,, +TSA,2019,16,, +TSA,2019,17,, +TSA,2019,18,, +TSA,2020,0,, +TSA,2020,1,, +TSA,2020,2,, +TSA,2020,3,, +TSA,2020,4,, +TSA,2020,5,, +TSA,2020,6,, +TSA,2020,7,, +TSA,2020,8,, +TSA,2020,9,, +TSA,2020,10,, +TSA,2020,11,, +TSA,2020,12,, +TSA,2020,13,, +TSA,2020,14,, +TSA,2020,15,, +TSA,2020,16,, +TSA,2020,17,, +TSA,2020,18,, +TSA,2021,0,, +TSA,2021,1,, +TSA,2021,2,, +TSA,2021,3,, +TSA,2021,4,, +TSA,2021,5,, +TSA,2021,6,, +TSA,2021,7,, +TSA,2021,8,, +TSA,2021,9,, +TSA,2021,10,, +TSA,2021,11,, +TSA,2021,12,, +TSA,2021,13,, +TSA,2021,14,, +TSA,2021,15,, +TSA,2021,16,, +TSA,2021,17,, +TSA,2021,18,, +TSA,2022,0,, +TSA,2022,1,, +TSA,2022,2,, +TSA,2022,3,, +TSA,2022,4,, +TSA,2022,5,, +TSA,2022,6,, +TSA,2022,7,, +TSA,2022,8,, +TSA,2022,9,, +TSA,2022,10,, +TSA,2022,11,, +TSA,2022,12,, +TSA,2022,13,, +TSA,2022,14,, +TSA,2022,15,, +TSA,2022,16,, +TSA,2022,17,, +TSA,2022,18,, +TSA,2023,0,, +TSA,2023,1,, +TSA,2023,2,, +TSA,2023,3,, +TSA,2023,4,, +TSA,2023,5,, +TSA,2023,6,, +TSA,2023,7,, +TSA,2023,8,, +TSA,2023,9,, +TSA,2023,10,, +TSA,2023,11,, +TSA,2023,12,, +TSA,2023,13,, +TSA,2023,14,, +TSA,2023,15,, +TSA,2023,16,, +TSA,2023,17,, +TSA,2023,18,, +TSA,2024,0,, +TSA,2024,1,, +TSA,2024,2,, +TSA,2024,3,, +TSA,2024,4,, +TSA,2024,5,, +TSA,2024,6,, +TSA,2024,7,, +TSA,2024,8,, +TSA,2024,9,, +TSA,2024,10,, +TSA,2024,11,, +TSA,2024,12,, +TSA,2024,13,, +TSA,2024,14,, +TSA,2024,15,, +TSA,2024,16,, +TSA,2024,17,, +TSA,2024,18,, +TSA,2025,0,, +TSA,2025,1,, +TSA,2025,2,, +TSA,2025,3,, +TSA,2025,4,, +TSA,2025,5,, +TSA,2025,6,, +TSA,2025,7,, +TSA,2025,8,, +TSA,2025,9,, +TSA,2025,10,, +TSA,2025,11,, +TSA,2025,12,, +TSA,2025,13,, +TSA,2025,14,, +TSA,2025,15,, +TSA,2025,16,, +TSA,2025,17,, +TSA,2025,18,, +TSA,2026,0,, +TSA,2026,1,, +TSA,2026,2,, +TSA,2026,3,, +TSA,2026,4,, +TSA,2026,5,, +TSA,2026,6,, +TSA,2026,7,, +TSA,2026,8,, +TSA,2026,9,, +TSA,2026,10,, +TSA,2026,11,, +TSA,2026,12,, +TSA,2026,13,, +TSA,2026,14,, +TSA,2026,15,, +TSA,2026,16,, +TSA,2026,17,, +TSA,2026,18,, +TSA,2027,0,, +TSA,2027,1,, +TSA,2027,2,, +TSA,2027,3,, +TSA,2027,4,, +TSA,2027,5,, +TSA,2027,6,, +TSA,2027,7,, +TSA,2027,8,, +TSA,2027,9,, +TSA,2027,10,, +TSA,2027,11,, +TSA,2027,12,, +TSA,2027,13,, +TSA,2027,14,, +TSA,2027,15,, +TSA,2027,16,, +TSA,2027,17,, +TSA,2027,18,, +TSA,2028,0,, +TSA,2028,1,, +TSA,2028,2,, +TSA,2028,3,, +TSA,2028,4,, +TSA,2028,5,, +TSA,2028,6,, +TSA,2028,7,, +TSA,2028,8,, +TSA,2028,9,, +TSA,2028,10,, +TSA,2028,11,, +TSA,2028,12,, +TSA,2028,13,, +TSA,2028,14,, +TSA,2028,15,, +TSA,2028,16,, +TSA,2028,17,, +TSA,2028,18,, +TSA,2029,0,, +TSA,2029,1,, +TSA,2029,2,, +TSA,2029,3,, +TSA,2029,4,, +TSA,2029,5,, +TSA,2029,6,, +TSA,2029,7,, +TSA,2029,8,, +TSA,2029,9,, +TSA,2029,10,, +TSA,2029,11,, +TSA,2029,12,, +TSA,2029,13,, +TSA,2029,14,, +TSA,2029,15,, +TSA,2029,16,, +TSA,2029,17,, +TSA,2029,18,, +TSA,2030,0,, +TSA,2030,1,, +TSA,2030,2,, +TSA,2030,3,, +TSA,2030,4,, +TSA,2030,5,, +TSA,2030,6,, +TSA,2030,7,, +TSA,2030,8,, +TSA,2030,9,, +TSA,2030,10,, +TSA,2030,11,, +TSA,2030,12,, +TSA,2030,13,, +TSA,2030,14,, +TSA,2030,15,, +TSA,2030,16,, +TSA,2030,17,, +TSA,2030,18,, +TSA,2031,0,, +TSA,2031,1,, +TSA,2031,2,, +TSA,2031,3,, +TSA,2031,4,, +TSA,2031,5,, +TSA,2031,6,, +TSA,2031,7,, +TSA,2031,8,, +TSA,2031,9,, +TSA,2031,10,, +TSA,2031,11,, +TSA,2031,12,, +TSA,2031,13,, +TSA,2031,14,, +TSA,2031,15,, +TSA,2031,16,, +TSA,2031,17,, +TSA,2031,18,, +TSA,2032,0,, +TSA,2032,1,, +TSA,2032,2,, +TSA,2032,3,, +TSA,2032,4,, +TSA,2032,5,, +TSA,2032,6,, +TSA,2032,7,, +TSA,2032,8,, +TSA,2032,9,, +TSA,2032,10,, +TSA,2032,11,, +TSA,2032,12,, +TSA,2032,13,, +TSA,2032,14,, +TSA,2032,15,, +TSA,2032,16,, +TSA,2032,17,, +TSA,2032,18,, +TSA,2033,0,, +TSA,2033,1,, +TSA,2033,2,, +TSA,2033,3,, +TSA,2033,4,, +TSA,2033,5,, +TSA,2033,6,, +TSA,2033,7,, +TSA,2033,8,, +TSA,2033,9,, +TSA,2033,10,, +TSA,2033,11,, +TSA,2033,12,, +TSA,2033,13,, +TSA,2033,14,, +TSA,2033,15,, +TSA,2033,16,, +TSA,2033,17,, +TSA,2033,18,, +TSA,2034,0,, +TSA,2034,1,, +TSA,2034,2,, +TSA,2034,3,, +TSA,2034,4,, +TSA,2034,5,, +TSA,2034,6,, +TSA,2034,7,, +TSA,2034,8,, +TSA,2034,9,, +TSA,2034,10,, +TSA,2034,11,, +TSA,2034,12,, +TSA,2034,13,, +TSA,2034,14,, +TSA,2034,15,, +TSA,2034,16,, +TSA,2034,17,, +TSA,2034,18,, +TSA,2035,0,, +TSA,2035,1,, +TSA,2035,2,, +TSA,2035,3,, +TSA,2035,4,, +TSA,2035,5,, +TSA,2035,6,, +TSA,2035,7,, +TSA,2035,8,, +TSA,2035,9,, +TSA,2035,10,, +TSA,2035,11,, +TSA,2035,12,, +TSA,2035,13,, +TSA,2035,14,, +TSA,2035,15,, +TSA,2035,16,, +TSA,2035,17,, +TSA,2035,18,, +TSA,2036,0,, +TSA,2036,1,, +TSA,2036,2,, +TSA,2036,3,, +TSA,2036,4,, +TSA,2036,5,, +TSA,2036,6,, +TSA,2036,7,, +TSA,2036,8,, +TSA,2036,9,, +TSA,2036,10,, +TSA,2036,11,, +TSA,2036,12,, +TSA,2036,13,, +TSA,2036,14,, +TSA,2036,15,, +TSA,2036,16,, +TSA,2036,17,, +TSA,2036,18,, +TSA,2037,0,, +TSA,2037,1,, +TSA,2037,2,, +TSA,2037,3,, +TSA,2037,4,, +TSA,2037,5,, +TSA,2037,6,, +TSA,2037,7,, +TSA,2037,8,, +TSA,2037,9,, +TSA,2037,10,, +TSA,2037,11,, +TSA,2037,12,, +TSA,2037,13,, +TSA,2037,14,, +TSA,2037,15,, +TSA,2037,16,, +TSA,2037,17,, +TSA,2037,18,, +TSA,2038,0,, +TSA,2038,1,, +TSA,2038,2,, +TSA,2038,3,, +TSA,2038,4,, +TSA,2038,5,, +TSA,2038,6,, +TSA,2038,7,, +TSA,2038,8,, +TSA,2038,9,, +TSA,2038,10,, +TSA,2038,11,, +TSA,2038,12,, +TSA,2038,13,, +TSA,2038,14,, +TSA,2038,15,, +TSA,2038,16,, +TSA,2038,17,, +TSA,2038,18,, +TSA,2039,0,, +TSA,2039,1,, +TSA,2039,2,, +TSA,2039,3,, +TSA,2039,4,, +TSA,2039,5,, +TSA,2039,6,, +TSA,2039,7,, +TSA,2039,8,, +TSA,2039,9,, +TSA,2039,10,, +TSA,2039,11,, +TSA,2039,12,, +TSA,2039,13,, +TSA,2039,14,, +TSA,2039,15,, +TSA,2039,16,, +TSA,2039,17,, +TSA,2039,18,, +TSA,2040,0,, +TSA,2040,1,, +TSA,2040,2,, +TSA,2040,3,, +TSA,2040,4,, +TSA,2040,5,, +TSA,2040,6,, +TSA,2040,7,, +TSA,2040,8,, +TSA,2040,9,, +TSA,2040,10,, +TSA,2040,11,, +TSA,2040,12,, +TSA,2040,13,, +TSA,2040,14,, +TSA,2040,15,, +TSA,2040,16,, +TSA,2040,17,, +TSA,2040,18,, +TSA,2041,0,, +TSA,2041,1,, +TSA,2041,2,, +TSA,2041,3,, +TSA,2041,4,, +TSA,2041,5,, +TSA,2041,6,, +TSA,2041,7,, +TSA,2041,8,, +TSA,2041,9,, +TSA,2041,10,, +TSA,2041,11,, +TSA,2041,12,, +TSA,2041,13,, +TSA,2041,14,, +TSA,2041,15,, +TSA,2041,16,, +TSA,2041,17,, +TSA,2041,18,, +TSA,2042,0,, +TSA,2042,1,, +TSA,2042,2,, +TSA,2042,3,, +TSA,2042,4,, +TSA,2042,5,, +TSA,2042,6,, +TSA,2042,7,, +TSA,2042,8,, +TSA,2042,9,, +TSA,2042,10,, +TSA,2042,11,, +TSA,2042,12,, +TSA,2042,13,, +TSA,2042,14,, +TSA,2042,15,, +TSA,2042,16,, +TSA,2042,17,, +TSA,2042,18,, +TSA,2043,0,, +TSA,2043,1,, +TSA,2043,2,, +TSA,2043,3,, +TSA,2043,4,, +TSA,2043,5,, +TSA,2043,6,, +TSA,2043,7,, +TSA,2043,8,, +TSA,2043,9,, +TSA,2043,10,, +TSA,2043,11,, +TSA,2043,12,, +TSA,2043,13,, +TSA,2043,14,, +TSA,2043,15,, +TSA,2043,16,, +TSA,2043,17,, +TSA,2043,18,, +TSA,2044,0,, +TSA,2044,1,, +TSA,2044,2,, +TSA,2044,3,, +TSA,2044,4,, +TSA,2044,5,, +TSA,2044,6,, +TSA,2044,7,, +TSA,2044,8,, +TSA,2044,9,, +TSA,2044,10,, +TSA,2044,11,, +TSA,2044,12,, +TSA,2044,13,, +TSA,2044,14,, +TSA,2044,15,, +TSA,2044,16,, +TSA,2044,17,, +TSA,2044,18,, +TSA,2045,0,, +TSA,2045,1,, +TSA,2045,2,, +TSA,2045,3,, +TSA,2045,4,, +TSA,2045,5,, +TSA,2045,6,, +TSA,2045,7,, +TSA,2045,8,, +TSA,2045,9,, +TSA,2045,10,, +TSA,2045,11,, +TSA,2045,12,, +TSA,2045,13,, +TSA,2045,14,, +TSA,2045,15,, +TSA,2045,16,, +TSA,2045,17,, +TSA,2045,18,, +TSA,2046,0,, +TSA,2046,1,, +TSA,2046,2,, +TSA,2046,3,, +TSA,2046,4,, +TSA,2046,5,, +TSA,2046,6,, +TSA,2046,7,, +TSA,2046,8,, +TSA,2046,9,, +TSA,2046,10,, +TSA,2046,11,, +TSA,2046,12,, +TSA,2046,13,, +TSA,2046,14,, +TSA,2046,15,, +TSA,2046,16,, +TSA,2046,17,, +TSA,2046,18,, +TSA,2047,0,, +TSA,2047,1,, +TSA,2047,2,, +TSA,2047,3,, +TSA,2047,4,, +TSA,2047,5,, +TSA,2047,6,, +TSA,2047,7,, +TSA,2047,8,, +TSA,2047,9,, +TSA,2047,10,, +TSA,2047,11,, +TSA,2047,12,, +TSA,2047,13,, +TSA,2047,14,, +TSA,2047,15,, +TSA,2047,16,, +TSA,2047,17,, +TSA,2047,18,, +TSA,2048,0,, +TSA,2048,1,, +TSA,2048,2,, +TSA,2048,3,, +TSA,2048,4,, +TSA,2048,5,, +TSA,2048,6,, +TSA,2048,7,, +TSA,2048,8,, +TSA,2048,9,, +TSA,2048,10,, +TSA,2048,11,, +TSA,2048,12,, +TSA,2048,13,, +TSA,2048,14,, +TSA,2048,15,, +TSA,2048,16,, +TSA,2048,17,, +TSA,2048,18,, +TSA,2049,0,, +TSA,2049,1,, +TSA,2049,2,, +TSA,2049,3,, +TSA,2049,4,, +TSA,2049,5,, +TSA,2049,6,, +TSA,2049,7,, +TSA,2049,8,, +TSA,2049,9,, +TSA,2049,10,, +TSA,2049,11,, +TSA,2049,12,, +TSA,2049,13,, +TSA,2049,14,, +TSA,2049,15,, +TSA,2049,16,, +TSA,2049,17,, +TSA,2049,18,, +TSA,2050,0,, +TSA,2050,1,, +TSA,2050,2,, +TSA,2050,3,, +TSA,2050,4,, +TSA,2050,5,, +TSA,2050,6,, +TSA,2050,7,, +TSA,2050,8,, +TSA,2050,9,, +TSA,2050,10,, +TSA,2050,11,, +TSA,2050,12,, +TSA,2050,13,, +TSA,2050,14,, +TSA,2050,15,, +TSA,2050,16,, +TSA,2050,17,, +TSA,2050,18,, +TSS,1990,0,, +TSS,1990,1,, +TSS,1990,2,, +TSS,1990,3,, +TSS,1990,4,, +TSS,1990,5,, +TSS,1990,6,, +TSS,1990,7,, +TSS,1990,8,, +TSS,1990,9,, +TSS,1990,10,, +TSS,1990,11,, +TSS,1990,12,, +TSS,1990,13,, +TSS,1990,14,, +TSS,1990,15,, +TSS,1990,16,, +TSS,1990,17,, +TSS,1990,18,, +TSS,1991,0,, +TSS,1991,1,, +TSS,1991,2,, +TSS,1991,3,, +TSS,1991,4,, +TSS,1991,5,, +TSS,1991,6,, +TSS,1991,7,, +TSS,1991,8,, +TSS,1991,9,, +TSS,1991,10,, +TSS,1991,11,, +TSS,1991,12,, +TSS,1991,13,, +TSS,1991,14,, +TSS,1991,15,, +TSS,1991,16,, +TSS,1991,17,, +TSS,1991,18,, +TSS,1992,0,, +TSS,1992,1,, +TSS,1992,2,, +TSS,1992,3,, +TSS,1992,4,, +TSS,1992,5,, +TSS,1992,6,, +TSS,1992,7,, +TSS,1992,8,, +TSS,1992,9,, +TSS,1992,10,, +TSS,1992,11,, +TSS,1992,12,, +TSS,1992,13,, +TSS,1992,14,, +TSS,1992,15,, +TSS,1992,16,, +TSS,1992,17,, +TSS,1992,18,, +TSS,1993,0,, +TSS,1993,1,, +TSS,1993,2,, +TSS,1993,3,, +TSS,1993,4,, +TSS,1993,5,, +TSS,1993,6,, +TSS,1993,7,, +TSS,1993,8,, +TSS,1993,9,, +TSS,1993,10,, +TSS,1993,11,, +TSS,1993,12,, +TSS,1993,13,, +TSS,1993,14,, +TSS,1993,15,, +TSS,1993,16,, +TSS,1993,17,, +TSS,1993,18,, +TSS,1994,0,, +TSS,1994,1,, +TSS,1994,2,, +TSS,1994,3,, +TSS,1994,4,, +TSS,1994,5,, +TSS,1994,6,, +TSS,1994,7,, +TSS,1994,8,, +TSS,1994,9,, +TSS,1994,10,, +TSS,1994,11,, +TSS,1994,12,, +TSS,1994,13,, +TSS,1994,14,, +TSS,1994,15,, +TSS,1994,16,, +TSS,1994,17,, +TSS,1994,18,, +TSS,1995,0,, +TSS,1995,1,, +TSS,1995,2,, +TSS,1995,3,, +TSS,1995,4,, +TSS,1995,5,, +TSS,1995,6,, +TSS,1995,7,, +TSS,1995,8,, +TSS,1995,9,, +TSS,1995,10,, +TSS,1995,11,, +TSS,1995,12,, +TSS,1995,13,, +TSS,1995,14,, +TSS,1995,15,, +TSS,1995,16,, +TSS,1995,17,, +TSS,1995,18,, +TSS,1996,0,, +TSS,1996,1,, +TSS,1996,2,, +TSS,1996,3,, +TSS,1996,4,, +TSS,1996,5,, +TSS,1996,6,, +TSS,1996,7,, +TSS,1996,8,, +TSS,1996,9,, +TSS,1996,10,, +TSS,1996,11,, +TSS,1996,12,, +TSS,1996,13,, +TSS,1996,14,, +TSS,1996,15,, +TSS,1996,16,, +TSS,1996,17,, +TSS,1996,18,, +TSS,1997,0,, +TSS,1997,1,, +TSS,1997,2,, +TSS,1997,3,, +TSS,1997,4,, +TSS,1997,5,, +TSS,1997,6,, +TSS,1997,7,, +TSS,1997,8,, +TSS,1997,9,, +TSS,1997,10,, +TSS,1997,11,, +TSS,1997,12,, +TSS,1997,13,, +TSS,1997,14,, +TSS,1997,15,, +TSS,1997,16,, +TSS,1997,17,, +TSS,1997,18,, +TSS,1998,0,, +TSS,1998,1,, +TSS,1998,2,, +TSS,1998,3,, +TSS,1998,4,, +TSS,1998,5,, +TSS,1998,6,, +TSS,1998,7,, +TSS,1998,8,, +TSS,1998,9,, +TSS,1998,10,, +TSS,1998,11,, +TSS,1998,12,, +TSS,1998,13,, +TSS,1998,14,, +TSS,1998,15,, +TSS,1998,16,, +TSS,1998,17,, +TSS,1998,18,, +TSS,1999,0,, +TSS,1999,1,, +TSS,1999,2,, +TSS,1999,3,, +TSS,1999,4,, +TSS,1999,5,, +TSS,1999,6,, +TSS,1999,7,, +TSS,1999,8,, +TSS,1999,9,, +TSS,1999,10,, +TSS,1999,11,, +TSS,1999,12,, +TSS,1999,13,, +TSS,1999,14,, +TSS,1999,15,, +TSS,1999,16,, +TSS,1999,17,, +TSS,1999,18,, +TSS,2000,0,, +TSS,2000,1,, +TSS,2000,2,, +TSS,2000,3,, +TSS,2000,4,, +TSS,2000,5,, +TSS,2000,6,, +TSS,2000,7,, +TSS,2000,8,, +TSS,2000,9,, +TSS,2000,10,, +TSS,2000,11,, +TSS,2000,12,, +TSS,2000,13,, +TSS,2000,14,, +TSS,2000,15,, +TSS,2000,16,, +TSS,2000,17,, +TSS,2000,18,, +TSS,2001,0,, +TSS,2001,1,, +TSS,2001,2,, +TSS,2001,3,, +TSS,2001,4,, +TSS,2001,5,, +TSS,2001,6,, +TSS,2001,7,, +TSS,2001,8,, +TSS,2001,9,, +TSS,2001,10,, +TSS,2001,11,, +TSS,2001,12,, +TSS,2001,13,, +TSS,2001,14,, +TSS,2001,15,, +TSS,2001,16,, +TSS,2001,17,, +TSS,2001,18,, +TSS,2002,0,, +TSS,2002,1,, +TSS,2002,2,, +TSS,2002,3,, +TSS,2002,4,, +TSS,2002,5,, +TSS,2002,6,, +TSS,2002,7,, +TSS,2002,8,, +TSS,2002,9,, +TSS,2002,10,, +TSS,2002,11,, +TSS,2002,12,, +TSS,2002,13,, +TSS,2002,14,, +TSS,2002,15,, +TSS,2002,16,, +TSS,2002,17,, +TSS,2002,18,, +TSS,2003,0,, +TSS,2003,1,, +TSS,2003,2,, +TSS,2003,3,, +TSS,2003,4,, +TSS,2003,5,, +TSS,2003,6,, +TSS,2003,7,, +TSS,2003,8,, +TSS,2003,9,, +TSS,2003,10,, +TSS,2003,11,, +TSS,2003,12,, +TSS,2003,13,, +TSS,2003,14,, +TSS,2003,15,, +TSS,2003,16,, +TSS,2003,17,, +TSS,2003,18,, +TSS,2004,0,, +TSS,2004,1,, +TSS,2004,2,, +TSS,2004,3,, +TSS,2004,4,, +TSS,2004,5,, +TSS,2004,6,, +TSS,2004,7,, +TSS,2004,8,, +TSS,2004,9,, +TSS,2004,10,, +TSS,2004,11,, +TSS,2004,12,, +TSS,2004,13,, +TSS,2004,14,, +TSS,2004,15,, +TSS,2004,16,, +TSS,2004,17,, +TSS,2004,18,, +TSS,2005,0,, +TSS,2005,1,, +TSS,2005,2,, +TSS,2005,3,, +TSS,2005,4,, +TSS,2005,5,, +TSS,2005,6,, +TSS,2005,7,, +TSS,2005,8,, +TSS,2005,9,, +TSS,2005,10,, +TSS,2005,11,, +TSS,2005,12,, +TSS,2005,13,, +TSS,2005,14,, +TSS,2005,15,, +TSS,2005,16,, +TSS,2005,17,, +TSS,2005,18,, +TSS,2006,0,, +TSS,2006,1,, +TSS,2006,2,, +TSS,2006,3,, +TSS,2006,4,, +TSS,2006,5,, +TSS,2006,6,, +TSS,2006,7,, +TSS,2006,8,, +TSS,2006,9,, +TSS,2006,10,, +TSS,2006,11,, +TSS,2006,12,, +TSS,2006,13,, +TSS,2006,14,, +TSS,2006,15,, +TSS,2006,16,, +TSS,2006,17,, +TSS,2006,18,, +TSS,2007,0,, +TSS,2007,1,, +TSS,2007,2,, +TSS,2007,3,, +TSS,2007,4,, +TSS,2007,5,, +TSS,2007,6,, +TSS,2007,7,, +TSS,2007,8,, +TSS,2007,9,, +TSS,2007,10,, +TSS,2007,11,, +TSS,2007,12,, +TSS,2007,13,, +TSS,2007,14,, +TSS,2007,15,, +TSS,2007,16,, +TSS,2007,17,, +TSS,2007,18,, +TSS,2008,0,, +TSS,2008,1,, +TSS,2008,2,, +TSS,2008,3,, +TSS,2008,4,, +TSS,2008,5,, +TSS,2008,6,, +TSS,2008,7,, +TSS,2008,8,, +TSS,2008,9,, +TSS,2008,10,, +TSS,2008,11,, +TSS,2008,12,, +TSS,2008,13,, +TSS,2008,14,, +TSS,2008,15,, +TSS,2008,16,, +TSS,2008,17,, +TSS,2008,18,, +TSS,2009,0,, +TSS,2009,1,, +TSS,2009,2,, +TSS,2009,3,, +TSS,2009,4,, +TSS,2009,5,, +TSS,2009,6,, +TSS,2009,7,, +TSS,2009,8,, +TSS,2009,9,, +TSS,2009,10,, +TSS,2009,11,, +TSS,2009,12,, +TSS,2009,13,, +TSS,2009,14,, +TSS,2009,15,, +TSS,2009,16,, +TSS,2009,17,, +TSS,2009,18,, +TSS,2010,0,, +TSS,2010,1,, +TSS,2010,2,, +TSS,2010,3,, +TSS,2010,4,, +TSS,2010,5,, +TSS,2010,6,, +TSS,2010,7,, +TSS,2010,8,, +TSS,2010,9,, +TSS,2010,10,, +TSS,2010,11,, +TSS,2010,12,, +TSS,2010,13,, +TSS,2010,14,, +TSS,2010,15,, +TSS,2010,16,, +TSS,2010,17,, +TSS,2010,18,, +TSS,2011,0,, +TSS,2011,1,, +TSS,2011,2,, +TSS,2011,3,, +TSS,2011,4,, +TSS,2011,5,, +TSS,2011,6,, +TSS,2011,7,, +TSS,2011,8,, +TSS,2011,9,, +TSS,2011,10,, +TSS,2011,11,, +TSS,2011,12,, +TSS,2011,13,, +TSS,2011,14,, +TSS,2011,15,, +TSS,2011,16,, +TSS,2011,17,, +TSS,2011,18,, +TSS,2012,0,, +TSS,2012,1,, +TSS,2012,2,, +TSS,2012,3,, +TSS,2012,4,, +TSS,2012,5,, +TSS,2012,6,, +TSS,2012,7,, +TSS,2012,8,, +TSS,2012,9,, +TSS,2012,10,, +TSS,2012,11,, +TSS,2012,12,, +TSS,2012,13,, +TSS,2012,14,, +TSS,2012,15,, +TSS,2012,16,, +TSS,2012,17,, +TSS,2012,18,, +TSS,2013,0,, +TSS,2013,1,, +TSS,2013,2,, +TSS,2013,3,, +TSS,2013,4,, +TSS,2013,5,, +TSS,2013,6,, +TSS,2013,7,, +TSS,2013,8,, +TSS,2013,9,, +TSS,2013,10,, +TSS,2013,11,, +TSS,2013,12,, +TSS,2013,13,, +TSS,2013,14,, +TSS,2013,15,, +TSS,2013,16,, +TSS,2013,17,, +TSS,2013,18,, +TSS,2014,0,, +TSS,2014,1,, +TSS,2014,2,, +TSS,2014,3,, +TSS,2014,4,, +TSS,2014,5,, +TSS,2014,6,, +TSS,2014,7,, +TSS,2014,8,, +TSS,2014,9,, +TSS,2014,10,, +TSS,2014,11,, +TSS,2014,12,, +TSS,2014,13,, +TSS,2014,14,, +TSS,2014,15,, +TSS,2014,16,, +TSS,2014,17,, +TSS,2014,18,, +TSS,2015,0,, +TSS,2015,1,, +TSS,2015,2,, +TSS,2015,3,, +TSS,2015,4,, +TSS,2015,5,, +TSS,2015,6,, +TSS,2015,7,, +TSS,2015,8,, +TSS,2015,9,, +TSS,2015,10,, +TSS,2015,11,, +TSS,2015,12,, +TSS,2015,13,, +TSS,2015,14,, +TSS,2015,15,, +TSS,2015,16,, +TSS,2015,17,, +TSS,2015,18,, +TSS,2016,0,, +TSS,2016,1,, +TSS,2016,2,, +TSS,2016,3,, +TSS,2016,4,, +TSS,2016,5,, +TSS,2016,6,, +TSS,2016,7,, +TSS,2016,8,, +TSS,2016,9,, +TSS,2016,10,, +TSS,2016,11,, +TSS,2016,12,, +TSS,2016,13,, +TSS,2016,14,, +TSS,2016,15,, +TSS,2016,16,, +TSS,2016,17,, +TSS,2016,18,, +TSS,2017,0,, +TSS,2017,1,, +TSS,2017,2,, +TSS,2017,3,, +TSS,2017,4,, +TSS,2017,5,, +TSS,2017,6,, +TSS,2017,7,, +TSS,2017,8,, +TSS,2017,9,, +TSS,2017,10,, +TSS,2017,11,, +TSS,2017,12,, +TSS,2017,13,, +TSS,2017,14,, +TSS,2017,15,, +TSS,2017,16,, +TSS,2017,17,, +TSS,2017,18,, +TSS,2018,0,, +TSS,2018,1,, +TSS,2018,2,, +TSS,2018,3,, +TSS,2018,4,, +TSS,2018,5,, +TSS,2018,6,, +TSS,2018,7,, +TSS,2018,8,, +TSS,2018,9,, +TSS,2018,10,, +TSS,2018,11,, +TSS,2018,12,, +TSS,2018,13,, +TSS,2018,14,, +TSS,2018,15,, +TSS,2018,16,, +TSS,2018,17,, +TSS,2018,18,, +TSS,2019,0,, +TSS,2019,1,, +TSS,2019,2,, +TSS,2019,3,, +TSS,2019,4,, +TSS,2019,5,, +TSS,2019,6,, +TSS,2019,7,, +TSS,2019,8,, +TSS,2019,9,, +TSS,2019,10,, +TSS,2019,11,, +TSS,2019,12,, +TSS,2019,13,, +TSS,2019,14,, +TSS,2019,15,, +TSS,2019,16,, +TSS,2019,17,, +TSS,2019,18,, +TSS,2020,0,, +TSS,2020,1,, +TSS,2020,2,, +TSS,2020,3,, +TSS,2020,4,, +TSS,2020,5,, +TSS,2020,6,, +TSS,2020,7,, +TSS,2020,8,, +TSS,2020,9,, +TSS,2020,10,, +TSS,2020,11,, +TSS,2020,12,, +TSS,2020,13,, +TSS,2020,14,, +TSS,2020,15,, +TSS,2020,16,, +TSS,2020,17,, +TSS,2020,18,, +TSS,2021,0,, +TSS,2021,1,, +TSS,2021,2,, +TSS,2021,3,, +TSS,2021,4,, +TSS,2021,5,, +TSS,2021,6,, +TSS,2021,7,, +TSS,2021,8,, +TSS,2021,9,, +TSS,2021,10,, +TSS,2021,11,, +TSS,2021,12,, +TSS,2021,13,, +TSS,2021,14,, +TSS,2021,15,, +TSS,2021,16,, +TSS,2021,17,, +TSS,2021,18,, +TSS,2022,0,, +TSS,2022,1,, +TSS,2022,2,, +TSS,2022,3,, +TSS,2022,4,, +TSS,2022,5,, +TSS,2022,6,, +TSS,2022,7,, +TSS,2022,8,, +TSS,2022,9,, +TSS,2022,10,, +TSS,2022,11,, +TSS,2022,12,, +TSS,2022,13,, +TSS,2022,14,, +TSS,2022,15,, +TSS,2022,16,, +TSS,2022,17,, +TSS,2022,18,, +TSS,2023,0,, +TSS,2023,1,, +TSS,2023,2,, +TSS,2023,3,, +TSS,2023,4,, +TSS,2023,5,, +TSS,2023,6,, +TSS,2023,7,, +TSS,2023,8,, +TSS,2023,9,, +TSS,2023,10,, +TSS,2023,11,, +TSS,2023,12,, +TSS,2023,13,, +TSS,2023,14,, +TSS,2023,15,, +TSS,2023,16,, +TSS,2023,17,, +TSS,2023,18,, +TSS,2024,0,, +TSS,2024,1,, +TSS,2024,2,, +TSS,2024,3,, +TSS,2024,4,, +TSS,2024,5,, +TSS,2024,6,, +TSS,2024,7,, +TSS,2024,8,, +TSS,2024,9,, +TSS,2024,10,, +TSS,2024,11,, +TSS,2024,12,, +TSS,2024,13,, +TSS,2024,14,, +TSS,2024,15,, +TSS,2024,16,, +TSS,2024,17,, +TSS,2024,18,, +TSS,2025,0,, +TSS,2025,1,, +TSS,2025,2,, +TSS,2025,3,, +TSS,2025,4,, +TSS,2025,5,, +TSS,2025,6,, +TSS,2025,7,, +TSS,2025,8,, +TSS,2025,9,, +TSS,2025,10,, +TSS,2025,11,, +TSS,2025,12,, +TSS,2025,13,, +TSS,2025,14,, +TSS,2025,15,, +TSS,2025,16,, +TSS,2025,17,, +TSS,2025,18,, +TSS,2026,0,, +TSS,2026,1,, +TSS,2026,2,, +TSS,2026,3,, +TSS,2026,4,, +TSS,2026,5,, +TSS,2026,6,, +TSS,2026,7,, +TSS,2026,8,, +TSS,2026,9,, +TSS,2026,10,, +TSS,2026,11,, +TSS,2026,12,, +TSS,2026,13,, +TSS,2026,14,, +TSS,2026,15,, +TSS,2026,16,, +TSS,2026,17,, +TSS,2026,18,, +TSS,2027,0,, +TSS,2027,1,, +TSS,2027,2,, +TSS,2027,3,, +TSS,2027,4,, +TSS,2027,5,, +TSS,2027,6,, +TSS,2027,7,, +TSS,2027,8,, +TSS,2027,9,, +TSS,2027,10,, +TSS,2027,11,, +TSS,2027,12,, +TSS,2027,13,, +TSS,2027,14,, +TSS,2027,15,, +TSS,2027,16,, +TSS,2027,17,, +TSS,2027,18,, +TSS,2028,0,, +TSS,2028,1,, +TSS,2028,2,, +TSS,2028,3,, +TSS,2028,4,, +TSS,2028,5,, +TSS,2028,6,, +TSS,2028,7,, +TSS,2028,8,, +TSS,2028,9,, +TSS,2028,10,, +TSS,2028,11,, +TSS,2028,12,, +TSS,2028,13,, +TSS,2028,14,, +TSS,2028,15,, +TSS,2028,16,, +TSS,2028,17,, +TSS,2028,18,, +TSS,2029,0,, +TSS,2029,1,, +TSS,2029,2,, +TSS,2029,3,, +TSS,2029,4,, +TSS,2029,5,, +TSS,2029,6,, +TSS,2029,7,, +TSS,2029,8,, +TSS,2029,9,, +TSS,2029,10,, +TSS,2029,11,, +TSS,2029,12,, +TSS,2029,13,, +TSS,2029,14,, +TSS,2029,15,, +TSS,2029,16,, +TSS,2029,17,, +TSS,2029,18,, +TSS,2030,0,, +TSS,2030,1,, +TSS,2030,2,, +TSS,2030,3,, +TSS,2030,4,, +TSS,2030,5,, +TSS,2030,6,, +TSS,2030,7,, +TSS,2030,8,, +TSS,2030,9,, +TSS,2030,10,, +TSS,2030,11,, +TSS,2030,12,, +TSS,2030,13,, +TSS,2030,14,, +TSS,2030,15,, +TSS,2030,16,, +TSS,2030,17,, +TSS,2030,18,, +TSS,2031,0,, +TSS,2031,1,, +TSS,2031,2,, +TSS,2031,3,, +TSS,2031,4,, +TSS,2031,5,, +TSS,2031,6,, +TSS,2031,7,, +TSS,2031,8,, +TSS,2031,9,, +TSS,2031,10,, +TSS,2031,11,, +TSS,2031,12,, +TSS,2031,13,, +TSS,2031,14,, +TSS,2031,15,, +TSS,2031,16,, +TSS,2031,17,, +TSS,2031,18,, +TSS,2032,0,, +TSS,2032,1,, +TSS,2032,2,, +TSS,2032,3,, +TSS,2032,4,, +TSS,2032,5,, +TSS,2032,6,, +TSS,2032,7,, +TSS,2032,8,, +TSS,2032,9,, +TSS,2032,10,, +TSS,2032,11,, +TSS,2032,12,, +TSS,2032,13,, +TSS,2032,14,, +TSS,2032,15,, +TSS,2032,16,, +TSS,2032,17,, +TSS,2032,18,, +TSS,2033,0,, +TSS,2033,1,, +TSS,2033,2,, +TSS,2033,3,, +TSS,2033,4,, +TSS,2033,5,, +TSS,2033,6,, +TSS,2033,7,, +TSS,2033,8,, +TSS,2033,9,, +TSS,2033,10,, +TSS,2033,11,, +TSS,2033,12,, +TSS,2033,13,, +TSS,2033,14,, +TSS,2033,15,, +TSS,2033,16,, +TSS,2033,17,, +TSS,2033,18,, +TSS,2034,0,, +TSS,2034,1,, +TSS,2034,2,, +TSS,2034,3,, +TSS,2034,4,, +TSS,2034,5,, +TSS,2034,6,, +TSS,2034,7,, +TSS,2034,8,, +TSS,2034,9,, +TSS,2034,10,, +TSS,2034,11,, +TSS,2034,12,, +TSS,2034,13,, +TSS,2034,14,, +TSS,2034,15,, +TSS,2034,16,, +TSS,2034,17,, +TSS,2034,18,, +TSS,2035,0,, +TSS,2035,1,, +TSS,2035,2,, +TSS,2035,3,, +TSS,2035,4,, +TSS,2035,5,, +TSS,2035,6,, +TSS,2035,7,, +TSS,2035,8,, +TSS,2035,9,, +TSS,2035,10,, +TSS,2035,11,, +TSS,2035,12,, +TSS,2035,13,, +TSS,2035,14,, +TSS,2035,15,, +TSS,2035,16,, +TSS,2035,17,, +TSS,2035,18,, +TSS,2036,0,, +TSS,2036,1,, +TSS,2036,2,, +TSS,2036,3,, +TSS,2036,4,, +TSS,2036,5,, +TSS,2036,6,, +TSS,2036,7,, +TSS,2036,8,, +TSS,2036,9,, +TSS,2036,10,, +TSS,2036,11,, +TSS,2036,12,, +TSS,2036,13,, +TSS,2036,14,, +TSS,2036,15,, +TSS,2036,16,, +TSS,2036,17,, +TSS,2036,18,, +TSS,2037,0,, +TSS,2037,1,, +TSS,2037,2,, +TSS,2037,3,, +TSS,2037,4,, +TSS,2037,5,, +TSS,2037,6,, +TSS,2037,7,, +TSS,2037,8,, +TSS,2037,9,, +TSS,2037,10,, +TSS,2037,11,, +TSS,2037,12,, +TSS,2037,13,, +TSS,2037,14,, +TSS,2037,15,, +TSS,2037,16,, +TSS,2037,17,, +TSS,2037,18,, +TSS,2038,0,, +TSS,2038,1,, +TSS,2038,2,, +TSS,2038,3,, +TSS,2038,4,, +TSS,2038,5,, +TSS,2038,6,, +TSS,2038,7,, +TSS,2038,8,, +TSS,2038,9,, +TSS,2038,10,, +TSS,2038,11,, +TSS,2038,12,, +TSS,2038,13,, +TSS,2038,14,, +TSS,2038,15,, +TSS,2038,16,, +TSS,2038,17,, +TSS,2038,18,, +TSS,2039,0,, +TSS,2039,1,, +TSS,2039,2,, +TSS,2039,3,, +TSS,2039,4,, +TSS,2039,5,, +TSS,2039,6,, +TSS,2039,7,, +TSS,2039,8,, +TSS,2039,9,, +TSS,2039,10,, +TSS,2039,11,, +TSS,2039,12,, +TSS,2039,13,, +TSS,2039,14,, +TSS,2039,15,, +TSS,2039,16,, +TSS,2039,17,, +TSS,2039,18,, +TSS,2040,0,, +TSS,2040,1,, +TSS,2040,2,, +TSS,2040,3,, +TSS,2040,4,, +TSS,2040,5,, +TSS,2040,6,, +TSS,2040,7,, +TSS,2040,8,, +TSS,2040,9,, +TSS,2040,10,, +TSS,2040,11,, +TSS,2040,12,, +TSS,2040,13,, +TSS,2040,14,, +TSS,2040,15,, +TSS,2040,16,, +TSS,2040,17,, +TSS,2040,18,, +TSS,2041,0,, +TSS,2041,1,, +TSS,2041,2,, +TSS,2041,3,, +TSS,2041,4,, +TSS,2041,5,, +TSS,2041,6,, +TSS,2041,7,, +TSS,2041,8,, +TSS,2041,9,, +TSS,2041,10,, +TSS,2041,11,, +TSS,2041,12,, +TSS,2041,13,, +TSS,2041,14,, +TSS,2041,15,, +TSS,2041,16,, +TSS,2041,17,, +TSS,2041,18,, +TSS,2042,0,, +TSS,2042,1,, +TSS,2042,2,, +TSS,2042,3,, +TSS,2042,4,, +TSS,2042,5,, +TSS,2042,6,, +TSS,2042,7,, +TSS,2042,8,, +TSS,2042,9,, +TSS,2042,10,, +TSS,2042,11,, +TSS,2042,12,, +TSS,2042,13,, +TSS,2042,14,, +TSS,2042,15,, +TSS,2042,16,, +TSS,2042,17,, +TSS,2042,18,, +TSS,2043,0,, +TSS,2043,1,, +TSS,2043,2,, +TSS,2043,3,, +TSS,2043,4,, +TSS,2043,5,, +TSS,2043,6,, +TSS,2043,7,, +TSS,2043,8,, +TSS,2043,9,, +TSS,2043,10,, +TSS,2043,11,, +TSS,2043,12,, +TSS,2043,13,, +TSS,2043,14,, +TSS,2043,15,, +TSS,2043,16,, +TSS,2043,17,, +TSS,2043,18,, +TSS,2044,0,, +TSS,2044,1,, +TSS,2044,2,, +TSS,2044,3,, +TSS,2044,4,, +TSS,2044,5,, +TSS,2044,6,, +TSS,2044,7,, +TSS,2044,8,, +TSS,2044,9,, +TSS,2044,10,, +TSS,2044,11,, +TSS,2044,12,, +TSS,2044,13,, +TSS,2044,14,, +TSS,2044,15,, +TSS,2044,16,, +TSS,2044,17,, +TSS,2044,18,, +TSS,2045,0,, +TSS,2045,1,, +TSS,2045,2,, +TSS,2045,3,, +TSS,2045,4,, +TSS,2045,5,, +TSS,2045,6,, +TSS,2045,7,, +TSS,2045,8,, +TSS,2045,9,, +TSS,2045,10,, +TSS,2045,11,, +TSS,2045,12,, +TSS,2045,13,, +TSS,2045,14,, +TSS,2045,15,, +TSS,2045,16,, +TSS,2045,17,, +TSS,2045,18,, +TSS,2046,0,, +TSS,2046,1,, +TSS,2046,2,, +TSS,2046,3,, +TSS,2046,4,, +TSS,2046,5,, +TSS,2046,6,, +TSS,2046,7,, +TSS,2046,8,, +TSS,2046,9,, +TSS,2046,10,, +TSS,2046,11,, +TSS,2046,12,, +TSS,2046,13,, +TSS,2046,14,, +TSS,2046,15,, +TSS,2046,16,, +TSS,2046,17,, +TSS,2046,18,, +TSS,2047,0,, +TSS,2047,1,, +TSS,2047,2,, +TSS,2047,3,, +TSS,2047,4,, +TSS,2047,5,, +TSS,2047,6,, +TSS,2047,7,, +TSS,2047,8,, +TSS,2047,9,, +TSS,2047,10,, +TSS,2047,11,, +TSS,2047,12,, +TSS,2047,13,, +TSS,2047,14,, +TSS,2047,15,, +TSS,2047,16,, +TSS,2047,17,, +TSS,2047,18,, +TSS,2048,0,, +TSS,2048,1,, +TSS,2048,2,, +TSS,2048,3,, +TSS,2048,4,, +TSS,2048,5,, +TSS,2048,6,, +TSS,2048,7,, +TSS,2048,8,, +TSS,2048,9,, +TSS,2048,10,, +TSS,2048,11,, +TSS,2048,12,, +TSS,2048,13,, +TSS,2048,14,, +TSS,2048,15,, +TSS,2048,16,, +TSS,2048,17,, +TSS,2048,18,, +TSS,2049,0,, +TSS,2049,1,, +TSS,2049,2,, +TSS,2049,3,, +TSS,2049,4,, +TSS,2049,5,, +TSS,2049,6,, +TSS,2049,7,, +TSS,2049,8,, +TSS,2049,9,, +TSS,2049,10,, +TSS,2049,11,, +TSS,2049,12,, +TSS,2049,13,, +TSS,2049,14,, +TSS,2049,15,, +TSS,2049,16,, +TSS,2049,17,, +TSS,2049,18,, +TSS,2050,0,, +TSS,2050,1,, +TSS,2050,2,, +TSS,2050,3,, +TSS,2050,4,, +TSS,2050,5,, +TSS,2050,6,, +TSS,2050,7,, +TSS,2050,8,, +TSS,2050,9,, +TSS,2050,10,, +TSS,2050,11,, +TSS,2050,12,, +TSS,2050,13,, +TSS,2050,14,, +TSS,2050,15,, +TSS,2050,16,, +TSS,2050,17,, +TSS,2050,18,, +TTO,1990,0,10638,11047 +TTO,1990,1,12253,12655 +TTO,1990,2,13467,13866 +TTO,1990,3,14321,14720 +TTO,1990,4,14855,15256 +TTO,1990,5,15111,15514 +TTO,1990,6,15128,15534 +TTO,1990,7,14947,15356 +TTO,1990,8,14609,15019 +TTO,1990,9,14154,14565 +TTO,1990,10,13574,13983 +TTO,1990,11,12860,13266 +TTO,1990,12,12298,12695 +TTO,1990,13,12026,12406 +TTO,1990,14,11939,12294 +TTO,1990,15,11807,12136 +TTO,1990,16,11693,11997 +TTO,1990,17,11518,11788 +TTO,1990,18,11225,11445 +TTO,1991,0,10040,10426 +TTO,1991,1,10892,11294 +TTO,1991,2,12304,12703 +TTO,1991,3,13393,13791 +TTO,1991,4,14188,14587 +TTO,1991,5,14714,15115 +TTO,1991,6,15014,15417 +TTO,1991,7,15128,15532 +TTO,1991,8,15010,15416 +TTO,1991,9,14660,15066 +TTO,1991,10,14146,14552 +TTO,1991,11,13533,13937 +TTO,1991,12,12799,13198 +TTO,1991,13,12218,12606 +TTO,1991,14,11930,12298 +TTO,1991,15,11828,12167 +TTO,1991,16,11680,11991 +TTO,1991,17,11553,11835 +TTO,1991,18,11367,11613 +TTO,1992,0,9800,10156 +TTO,1992,1,11140,11501 +TTO,1992,2,11129,11521 +TTO,1992,3,12335,12727 +TTO,1992,4,13299,13692 +TTO,1992,5,14032,14427 +TTO,1992,6,14550,14947 +TTO,1992,7,14893,15292 +TTO,1992,8,15103,15503 +TTO,1992,9,15050,15450 +TTO,1992,10,14687,15087 +TTO,1992,11,14114,14513 +TTO,1992,12,13470,13865 +TTO,1992,13,12718,13107 +TTO,1992,14,12118,12495 +TTO,1992,15,11814,12167 +TTO,1992,16,11697,12019 +TTO,1992,17,11535,11825 +TTO,1992,18,11393,11652 +TTO,1993,0,9800,10125 +TTO,1993,1,10724,11062 +TTO,1993,2,11546,11897 +TTO,1993,3,11357,11737 +TTO,1993,4,12356,12739 +TTO,1993,5,13192,13578 +TTO,1993,6,13865,14254 +TTO,1993,7,14373,14764 +TTO,1993,8,14759,15152 +TTO,1993,9,15066,15458 +TTO,1993,10,15076,15467 +TTO,1993,11,14701,15092 +TTO,1993,12,14071,14460 +TTO,1993,13,13396,13780 +TTO,1993,14,12626,13003 +TTO,1993,15,12009,12372 +TTO,1993,16,11688,12025 +TTO,1993,17,11556,11859 +TTO,1993,18,11380,11647 +TTO,1994,0,9850,10150 +TTO,1994,1,10354,10672 +TTO,1994,2,10894,11228 +TTO,1994,3,11455,11803 +TTO,1994,4,11587,11955 +TTO,1994,5,12380,12754 +TTO,1994,6,13090,13468 +TTO,1994,7,13701,14083 +TTO,1994,8,14200,14585 +TTO,1994,9,14629,15015 +TTO,1994,10,15033,15417 +TTO,1994,11,15106,15488 +TTO,1994,12,14719,15100 +TTO,1994,13,14031,14409 +TTO,1994,14,13325,13698 +TTO,1994,15,12537,12902 +TTO,1994,16,11902,12251 +TTO,1994,17,11565,11885 +TTO,1994,18,11419,11701 +TTO,1995,0,9807,10091 +TTO,1995,1,9993,10295 +TTO,1995,2,10316,10634 +TTO,1995,3,10748,11079 +TTO,1995,4,11259,11604 +TTO,1995,5,11823,12178 +TTO,1995,6,12411,12774 +TTO,1995,7,12994,13365 +TTO,1995,8,13544,13920 +TTO,1995,9,14034,14413 +TTO,1995,10,14506,14886 +TTO,1995,11,15007,15383 +TTO,1995,12,15144,15517 +TTO,1995,13,14745,15116 +TTO,1995,14,13999,14366 +TTO,1995,15,13261,13622 +TTO,1995,16,12454,12807 +TTO,1995,17,11801,12137 +TTO,1995,18,11448,11752 +TTO,1996,0,9626,9907 +TTO,1996,1,9719,9997 +TTO,1996,2,9949,10244 +TTO,1996,3,10301,10611 +TTO,1996,4,10747,11072 +TTO,1996,5,11263,11601 +TTO,1996,6,11819,12170 +TTO,1996,7,12389,12751 +TTO,1996,8,12955,13325 +TTO,1996,9,13495,13867 +TTO,1996,10,13977,14346 +TTO,1996,11,14437,14802 +TTO,1996,12,14922,15280 +TTO,1996,13,15042,15393 +TTO,1996,14,14623,14971 +TTO,1996,15,13856,14202 +TTO,1996,16,13098,13438 +TTO,1996,17,12272,12605 +TTO,1996,18,11605,11920 +TTO,1997,0,9371,9658 +TTO,1997,1,9288,9575 +TTO,1997,2,9631,9904 +TTO,1997,3,9906,10193 +TTO,1997,4,10286,10588 +TTO,1997,5,10748,11065 +TTO,1997,6,11267,11599 +TTO,1997,7,11817,12163 +TTO,1997,8,12369,12729 +TTO,1997,9,12917,13286 +TTO,1997,10,13446,13814 +TTO,1997,11,13921,14281 +TTO,1997,12,14368,14720 +TTO,1997,13,14839,15178 +TTO,1997,14,14941,15271 +TTO,1997,15,14502,14828 +TTO,1997,16,13714,14038 +TTO,1997,17,12937,13256 +TTO,1997,18,12091,12403 +TTO,1998,0,9101,9400 +TTO,1998,1,9001,9285 +TTO,1998,2,9083,9360 +TTO,1998,3,9549,9814 +TTO,1998,4,9868,10147 +TTO,1998,5,10277,10571 +TTO,1998,6,10754,11064 +TTO,1998,7,11277,11602 +TTO,1998,8,11820,12161 +TTO,1998,9,12354,12713 +TTO,1998,10,12886,13254 +TTO,1998,11,13405,13768 +TTO,1998,12,13872,14222 +TTO,1998,13,14307,14644 +TTO,1998,14,14763,15083 +TTO,1998,15,14848,15155 +TTO,1998,16,14389,14691 +TTO,1998,17,13580,13881 +TTO,1998,18,12782,13078 +TTO,1999,0,8905,9213 +TTO,1999,1,8797,9079 +TTO,1999,2,8850,9116 +TTO,1999,3,9042,9301 +TTO,1999,4,9472,9730 +TTO,1999,5,9836,10105 +TTO,1999,6,10274,10558 +TTO,1999,7,10766,11067 +TTO,1999,8,11294,11611 +TTO,1999,9,11830,12164 +TTO,1999,10,12348,12702 +TTO,1999,11,12863,13227 +TTO,1999,12,13371,13728 +TTO,1999,13,13832,14170 +TTO,1999,14,14255,14575 +TTO,1999,15,14696,14994 +TTO,1999,16,14764,15046 +TTO,1999,17,14285,14561 +TTO,1999,18,13453,13730 +TTO,2000,0,8843,9155 +TTO,2000,1,8699,8977 +TTO,2000,2,8700,8957 +TTO,2000,3,8829,9075 +TTO,2000,4,9069,9312 +TTO,2000,5,9402,9650 +TTO,2000,6,9811,10069 +TTO,2000,7,10278,10551 +TTO,2000,8,10787,11076 +TTO,2000,9,11320,11625 +TTO,2000,10,11849,12174 +TTO,2000,11,12350,12698 +TTO,2000,12,12850,13207 +TTO,2000,13,13348,13695 +TTO,2000,14,13802,14125 +TTO,2000,15,14213,14513 +TTO,2000,16,14640,14913 +TTO,2000,17,14692,14945 +TTO,2000,18,14191,14439 +TTO,2001,0,8906,9218 +TTO,2001,1,8759,9060 +TTO,2001,2,8653,8926 +TTO,2001,3,8679,8935 +TTO,2001,4,8822,9068 +TTO,2001,5,9066,9310 +TTO,2001,6,9395,9642 +TTO,2001,7,9790,10044 +TTO,2001,8,10244,10511 +TTO,2001,9,10745,11029 +TTO,2001,10,11273,11575 +TTO,2001,11,11793,12115 +TTO,2001,12,12283,12628 +TTO,2001,13,12769,13123 +TTO,2001,14,13250,13592 +TTO,2001,15,13684,14000 +TTO,2001,16,14078,14368 +TTO,2001,17,14487,14748 +TTO,2001,18,14527,14766 +TTO,2002,0,9085,9391 +TTO,2002,1,8773,9051 +TTO,2002,2,8683,8972 +TTO,2002,3,8615,8882 +TTO,2002,4,8666,8919 +TTO,2002,5,8823,9068 +TTO,2002,6,9072,9315 +TTO,2002,7,9396,9641 +TTO,2002,8,9778,10027 +TTO,2002,9,10220,10479 +TTO,2002,10,10714,10990 +TTO,2002,11,11236,11533 +TTO,2002,12,11748,12065 +TTO,2002,13,12228,12568 +TTO,2002,14,12700,13049 +TTO,2002,15,13164,13499 +TTO,2002,16,13579,13885 +TTO,2002,17,13955,14233 +TTO,2002,18,14347,14593 +TTO,2003,0,9329,9626 +TTO,2003,1,8925,9202 +TTO,2003,2,8664,8926 +TTO,2003,3,8611,8888 +TTO,2003,4,8581,8842 +TTO,2003,5,8658,8907 +TTO,2003,6,8829,9072 +TTO,2003,7,9083,9324 +TTO,2003,8,9403,9644 +TTO,2003,9,9772,10014 +TTO,2003,10,10201,10452 +TTO,2003,11,10687,10955 +TTO,2003,12,11206,11495 +TTO,2003,13,11709,12020 +TTO,2003,14,12178,12513 +TTO,2003,15,12638,12980 +TTO,2003,16,13085,13411 +TTO,2003,17,13482,13776 +TTO,2003,18,13840,14104 +TTO,2004,0,9564,9854 +TTO,2004,1,9097,9375 +TTO,2004,2,8768,9035 +TTO,2004,3,8565,8825 +TTO,2004,4,8540,8805 +TTO,2004,5,8549,8802 +TTO,2004,6,8651,8897 +TTO,2004,7,8836,9077 +TTO,2004,8,9095,9334 +TTO,2004,9,9410,9649 +TTO,2004,10,9766,10003 +TTO,2004,11,10183,10426 +TTO,2004,12,10662,10923 +TTO,2004,13,11176,11459 +TTO,2004,14,11671,11976 +TTO,2004,15,12130,12460 +TTO,2004,16,12577,12914 +TTO,2004,17,13007,13326 +TTO,2004,18,13385,13669 +TTO,2005,0,9737,10024 +TTO,2005,1,9255,9535 +TTO,2005,2,8895,9169 +TTO,2005,3,8650,8916 +TTO,2005,4,8510,8770 +TTO,2005,5,8468,8721 +TTO,2005,6,8514,8763 +TTO,2005,7,8642,8886 +TTO,2005,8,8841,9082 +TTO,2005,9,9104,9344 +TTO,2005,10,9415,9653 +TTO,2005,11,9758,9991 +TTO,2005,12,10163,10399 +TTO,2005,13,10635,10889 +TTO,2005,14,11145,11423 +TTO,2005,15,11631,11932 +TTO,2005,16,12080,12406 +TTO,2005,17,12513,12846 +TTO,2005,18,12927,13240 +TTO,2006,0,9825,10110 +TTO,2006,1,9626,9906 +TTO,2006,2,9211,9483 +TTO,2006,3,8894,9160 +TTO,2006,4,8672,8931 +TTO,2006,5,8539,8791 +TTO,2006,6,8488,8734 +TTO,2006,7,8510,8751 +TTO,2006,8,8615,8852 +TTO,2006,9,8806,9040 +TTO,2006,10,9068,9300 +TTO,2006,11,9371,9600 +TTO,2006,12,9701,9925 +TTO,2006,13,10091,10318 +TTO,2006,14,10548,10793 +TTO,2006,15,11042,11311 +TTO,2006,16,11514,11805 +TTO,2006,17,11950,12265 +TTO,2006,18,12373,12694 +TTO,2007,0,9850,10138 +TTO,2007,1,9488,9772 +TTO,2007,2,9518,9791 +TTO,2007,3,9169,9435 +TTO,2007,4,8896,9155 +TTO,2007,5,8697,8949 +TTO,2007,6,8571,8817 +TTO,2007,7,8510,8750 +TTO,2007,8,8507,8743 +TTO,2007,9,8591,8823 +TTO,2007,10,8774,9002 +TTO,2007,11,9035,9261 +TTO,2007,12,9328,9551 +TTO,2007,13,9646,9863 +TTO,2007,14,10022,10242 +TTO,2007,15,10464,10701 +TTO,2007,16,10943,11204 +TTO,2007,17,11401,11683 +TTO,2007,18,11823,12130 +TTO,2008,0,9824,10119 +TTO,2008,1,9572,9860 +TTO,2008,2,9343,9623 +TTO,2008,3,9411,9680 +TTO,2008,4,9129,9390 +TTO,2008,5,8899,9153 +TTO,2008,6,8723,8971 +TTO,2008,7,8604,8845 +TTO,2008,8,8534,8770 +TTO,2008,9,8506,8737 +TTO,2008,10,8569,8796 +TTO,2008,11,8743,8967 +TTO,2008,12,9003,9224 +TTO,2008,13,9288,9506 +TTO,2008,14,9593,9804 +TTO,2008,15,9955,10169 +TTO,2008,16,10382,10613 +TTO,2008,17,10846,11100 +TTO,2008,18,11289,11565 +TTO,2009,0,9773,10075 +TTO,2009,1,9634,9927 +TTO,2009,2,9483,9766 +TTO,2009,3,9326,9600 +TTO,2009,4,9307,9572 +TTO,2009,5,9091,9348 +TTO,2009,6,8904,9154 +TTO,2009,7,8751,8995 +TTO,2009,8,8638,8876 +TTO,2009,9,8559,8791 +TTO,2009,10,8507,8734 +TTO,2009,11,8548,8772 +TTO,2009,12,8714,8934 +TTO,2009,13,8973,9190 +TTO,2009,14,9249,9463 +TTO,2009,15,9541,9748 +TTO,2009,16,9890,10099 +TTO,2009,17,10303,10528 +TTO,2009,18,10751,11000 +TTO,2010,0,9715,10024 +TTO,2010,1,9675,9974 +TTO,2010,2,9595,9884 +TTO,2010,3,9484,9764 +TTO,2010,4,9351,9622 +TTO,2010,5,9205,9467 +TTO,2010,6,9056,9310 +TTO,2010,7,8912,9158 +TTO,2010,8,8782,9022 +TTO,2010,9,8677,8910 +TTO,2010,10,8588,8817 +TTO,2010,11,8511,8735 +TTO,2010,12,8531,8751 +TTO,2010,13,8689,8905 +TTO,2010,14,8946,9160 +TTO,2010,15,9214,9424 +TTO,2010,16,9494,9696 +TTO,2010,17,9829,10033 +TTO,2010,18,10227,10447 +TTO,2011,0,9639,9953 +TTO,2011,1,9704,10010 +TTO,2011,2,9662,9958 +TTO,2011,3,9581,9868 +TTO,2011,4,9470,9748 +TTO,2011,5,9338,9607 +TTO,2011,6,9194,9454 +TTO,2011,7,9047,9299 +TTO,2011,8,8904,9148 +TTO,2011,9,8774,9011 +TTO,2011,10,8666,8897 +TTO,2011,11,8575,8801 +TTO,2011,12,8496,8718 +TTO,2011,13,8514,8732 +TTO,2011,14,8669,8882 +TTO,2011,15,8925,9134 +TTO,2011,16,9190,9394 +TTO,2011,17,9468,9662 +TTO,2011,18,9801,9996 +TTO,2012,0,9554,9871 +TTO,2012,1,9658,9967 +TTO,2012,2,9699,10002 +TTO,2012,3,9654,9948 +TTO,2012,4,9572,9857 +TTO,2012,5,9461,9737 +TTO,2012,6,9330,9597 +TTO,2012,7,9187,9446 +TTO,2012,8,9043,9293 +TTO,2012,9,8902,9144 +TTO,2012,10,8770,9005 +TTO,2012,11,8659,8889 +TTO,2012,12,8567,8791 +TTO,2012,13,8486,8705 +TTO,2012,14,8502,8717 +TTO,2012,15,8655,8864 +TTO,2012,16,8908,9112 +TTO,2012,17,9172,9369 +TTO,2012,18,9447,9634 +TTO,2013,0,9453,9773 +TTO,2013,1,9607,9920 +TTO,2013,2,9688,9993 +TTO,2013,3,9695,9996 +TTO,2013,4,9648,9940 +TTO,2013,5,9565,9849 +TTO,2013,6,9454,9729 +TTO,2013,7,9324,9590 +TTO,2013,8,9183,9440 +TTO,2013,9,9041,9289 +TTO,2013,10,8901,9141 +TTO,2013,11,8769,9002 +TTO,2013,12,8655,8883 +TTO,2013,13,8561,8783 +TTO,2013,14,8477,8695 +TTO,2013,15,8491,8704 +TTO,2013,16,8643,8849 +TTO,2013,17,8894,9093 +TTO,2013,18,9155,9347 +TTO,2014,0,9328,9648 +TTO,2014,1,9523,9839 +TTO,2014,2,9645,9954 +TTO,2014,3,9701,10004 +TTO,2014,4,9691,9989 +TTO,2014,5,9642,9932 +TTO,2014,6,9558,9839 +TTO,2014,7,9447,9720 +TTO,2014,8,9317,9581 +TTO,2014,9,9178,9433 +TTO,2014,10,9039,9285 +TTO,2014,11,8900,9138 +TTO,2014,12,8766,8997 +TTO,2014,13,8650,8876 +TTO,2014,14,8554,8774 +TTO,2014,15,8469,8684 +TTO,2014,16,8480,8691 +TTO,2014,17,8629,8832 +TTO,2014,18,8879,9074 +TTO,2015,0,9177,9494 +TTO,2015,1,9406,9721 +TTO,2015,2,9564,9875 +TTO,2015,3,9658,9965 +TTO,2015,4,9696,9997 +TTO,2015,5,9685,9979 +TTO,2015,6,9633,9920 +TTO,2015,7,9548,9827 +TTO,2015,8,9437,9708 +TTO,2015,9,9308,9570 +TTO,2015,10,9171,9424 +TTO,2015,11,9034,9278 +TTO,2015,12,8896,9132 +TTO,2015,13,8762,8991 +TTO,2015,14,8643,8866 +TTO,2015,15,8544,8762 +TTO,2015,16,8457,8671 +TTO,2015,17,8467,8675 +TTO,2015,18,8614,8813 +TTO,2016,0,9007,9318 +TTO,2016,1,9201,9516 +TTO,2016,2,9409,9722 +TTO,2016,3,9554,9864 +TTO,2016,4,9642,9948 +TTO,2016,5,9679,9980 +TTO,2016,6,9674,9967 +TTO,2016,7,9633,9919 +TTO,2016,8,9555,9833 +TTO,2016,9,9443,9712 +TTO,2016,10,9308,9569 +TTO,2016,11,9167,9419 +TTO,2016,12,9028,9271 +TTO,2016,13,8889,9122 +TTO,2016,14,8752,8978 +TTO,2016,15,8631,8851 +TTO,2016,16,8530,8744 +TTO,2016,17,8441,8649 +TTO,2016,18,8450,8651 +TTO,2017,0,8815,9116 +TTO,2017,1,9090,9396 +TTO,2017,2,9221,9534 +TTO,2017,3,9408,9720 +TTO,2017,4,9540,9849 +TTO,2017,5,9623,9927 +TTO,2017,6,9660,9959 +TTO,2017,7,9659,9952 +TTO,2017,8,9629,9914 +TTO,2017,9,9558,9835 +TTO,2017,10,9445,9713 +TTO,2017,11,9304,9563 +TTO,2017,12,9160,9410 +TTO,2017,13,9019,9260 +TTO,2017,14,8877,9109 +TTO,2017,15,8739,8962 +TTO,2017,16,8616,8832 +TTO,2017,17,8514,8722 +TTO,2017,18,8423,8625 +TTO,2018,0,8610,8900 +TTO,2018,1,8894,9192 +TTO,2018,2,9126,9430 +TTO,2018,3,9239,9550 +TTO,2018,4,9405,9715 +TTO,2018,5,9524,9831 +TTO,2018,6,9601,9904 +TTO,2018,7,9638,9935 +TTO,2018,8,9642,9933 +TTO,2018,9,9623,9906 +TTO,2018,10,9559,9834 +TTO,2018,11,9445,9711 +TTO,2018,12,9298,9555 +TTO,2018,13,9150,9398 +TTO,2018,14,9008,9246 +TTO,2018,15,8864,9093 +TTO,2018,16,8723,8943 +TTO,2018,17,8599,8811 +TTO,2018,18,8495,8698 +TTO,2019,0,8400,8700 +TTO,2019,1,8700,9000 +TTO,2019,2,8900,9200 +TTO,2019,3,9100,9400 +TTO,2019,4,9300,9600 +TTO,2019,5,9400,9700 +TTO,2019,6,9500,9800 +TTO,2019,7,9600,9900 +TTO,2019,8,9600,9900 +TTO,2019,9,9600,9900 +TTO,2019,10,9600,9900 +TTO,2019,11,9600,9800 +TTO,2019,12,9400,9700 +TTO,2019,13,9300,9500 +TTO,2019,14,9100,9400 +TTO,2019,15,9000,9200 +TTO,2019,16,8800,9100 +TTO,2019,17,8700,8900 +TTO,2019,18,8600,8800 +TTO,2020,0,8200,8500 +TTO,2020,1,8500,8800 +TTO,2020,2,8700,9000 +TTO,2020,3,8900,9200 +TTO,2020,4,9100,9400 +TTO,2020,5,9300,9600 +TTO,2020,6,9400,9700 +TTO,2020,7,9500,9800 +TTO,2020,8,9600,9900 +TTO,2020,9,9600,9900 +TTO,2020,10,9600,9900 +TTO,2020,11,9600,9900 +TTO,2020,12,9600,9800 +TTO,2020,13,9400,9700 +TTO,2020,14,9300,9500 +TTO,2020,15,9100,9400 +TTO,2020,16,9000,9200 +TTO,2020,17,8800,9100 +TTO,2020,18,8700,8900 +TTO,2021,0,8000,8300 +TTO,2021,1,8200,8500 +TTO,2021,2,8500,8800 +TTO,2021,3,8700,9000 +TTO,2021,4,8900,9200 +TTO,2021,5,9100,9400 +TTO,2021,6,9300,9600 +TTO,2021,7,9400,9700 +TTO,2021,8,9500,9800 +TTO,2021,9,9600,9900 +TTO,2021,10,9600,9900 +TTO,2021,11,9600,9900 +TTO,2021,12,9600,9900 +TTO,2021,13,9500,9800 +TTO,2021,14,9400,9700 +TTO,2021,15,9300,9500 +TTO,2021,16,9100,9400 +TTO,2021,17,9000,9200 +TTO,2021,18,8800,9000 +TTO,2022,0,7900,8100 +TTO,2022,1,8100,8400 +TTO,2022,2,8200,8500 +TTO,2022,3,8500,8800 +TTO,2022,4,8700,9000 +TTO,2022,5,8900,9200 +TTO,2022,6,9100,9400 +TTO,2022,7,9300,9600 +TTO,2022,8,9400,9700 +TTO,2022,9,9500,9800 +TTO,2022,10,9600,9900 +TTO,2022,11,9600,9900 +TTO,2022,12,9600,9900 +TTO,2022,13,9600,9900 +TTO,2022,14,9500,9800 +TTO,2022,15,9400,9700 +TTO,2022,16,9300,9500 +TTO,2022,17,9100,9300 +TTO,2022,18,8900,9200 +TTO,2023,0,7700,8000 +TTO,2023,1,7900,8200 +TTO,2023,2,8100,8400 +TTO,2023,3,8200,8500 +TTO,2023,4,8500,8800 +TTO,2023,5,8700,9000 +TTO,2023,6,8900,9200 +TTO,2023,7,9100,9400 +TTO,2023,8,9200,9500 +TTO,2023,9,9400,9700 +TTO,2023,10,9500,9800 +TTO,2023,11,9600,9900 +TTO,2023,12,9600,9900 +TTO,2023,13,9600,9900 +TTO,2023,14,9600,9900 +TTO,2023,15,9500,9800 +TTO,2023,16,9400,9700 +TTO,2023,17,9200,9500 +TTO,2023,18,9100,9300 +TTO,2024,0,7600,7800 +TTO,2024,1,7700,8000 +TTO,2024,2,7900,8200 +TTO,2024,3,8100,8400 +TTO,2024,4,8300,8500 +TTO,2024,5,8500,8700 +TTO,2024,6,8700,9000 +TTO,2024,7,8900,9200 +TTO,2024,8,9100,9300 +TTO,2024,9,9200,9500 +TTO,2024,10,9400,9700 +TTO,2024,11,9500,9800 +TTO,2024,12,9600,9800 +TTO,2024,13,9600,9900 +TTO,2024,14,9600,9900 +TTO,2024,15,9600,9800 +TTO,2024,16,9500,9800 +TTO,2024,17,9400,9600 +TTO,2024,18,9200,9500 +TTO,2025,0,7500,7700 +TTO,2025,1,7600,7800 +TTO,2025,2,7700,8000 +TTO,2025,3,7900,8200 +TTO,2025,4,8100,8300 +TTO,2025,5,8300,8500 +TTO,2025,6,8500,8700 +TTO,2025,7,8700,8900 +TTO,2025,8,8900,9100 +TTO,2025,9,9000,9300 +TTO,2025,10,9200,9500 +TTO,2025,11,9400,9700 +TTO,2025,12,9500,9800 +TTO,2025,13,9500,9800 +TTO,2025,14,9600,9800 +TTO,2025,15,9600,9800 +TTO,2025,16,9600,9800 +TTO,2025,17,9500,9700 +TTO,2025,18,9400,9600 +TTO,2026,0,7400,7600 +TTO,2026,1,7400,7700 +TTO,2026,2,7600,7800 +TTO,2026,3,7700,8000 +TTO,2026,4,7900,8100 +TTO,2026,5,8100,8300 +TTO,2026,6,8300,8500 +TTO,2026,7,8500,8700 +TTO,2026,8,8700,8900 +TTO,2026,9,8900,9100 +TTO,2026,10,9000,9300 +TTO,2026,11,9200,9500 +TTO,2026,12,9400,9700 +TTO,2026,13,9500,9800 +TTO,2026,14,9500,9800 +TTO,2026,15,9500,9800 +TTO,2026,16,9500,9800 +TTO,2026,17,9500,9800 +TTO,2026,18,9500,9700 +TTO,2027,0,7300,7500 +TTO,2027,1,7300,7600 +TTO,2027,2,7400,7700 +TTO,2027,3,7600,7800 +TTO,2027,4,7700,8000 +TTO,2027,5,7900,8100 +TTO,2027,6,8100,8300 +TTO,2027,7,8300,8500 +TTO,2027,8,8500,8700 +TTO,2027,9,8700,8900 +TTO,2027,10,8800,9100 +TTO,2027,11,9000,9300 +TTO,2027,12,9200,9500 +TTO,2027,13,9400,9600 +TTO,2027,14,9500,9800 +TTO,2027,15,9500,9800 +TTO,2027,16,9500,9800 +TTO,2027,17,9500,9800 +TTO,2027,18,9500,9800 +TTO,2028,0,7200,7500 +TTO,2028,1,7300,7500 +TTO,2028,2,7300,7600 +TTO,2028,3,7400,7700 +TTO,2028,4,7600,7800 +TTO,2028,5,7700,8000 +TTO,2028,6,7900,8100 +TTO,2028,7,8100,8300 +TTO,2028,8,8300,8500 +TTO,2028,9,8500,8700 +TTO,2028,10,8700,8900 +TTO,2028,11,8800,9100 +TTO,2028,12,9000,9300 +TTO,2028,13,9200,9500 +TTO,2028,14,9300,9600 +TTO,2028,15,9500,9700 +TTO,2028,16,9500,9800 +TTO,2028,17,9500,9800 +TTO,2028,18,9500,9800 +TTO,2029,0,7200,7400 +TTO,2029,1,7200,7400 +TTO,2029,2,7200,7500 +TTO,2029,3,7300,7500 +TTO,2029,4,7400,7700 +TTO,2029,5,7500,7800 +TTO,2029,6,7700,8000 +TTO,2029,7,7900,8100 +TTO,2029,8,8100,8300 +TTO,2029,9,8300,8500 +TTO,2029,10,8500,8700 +TTO,2029,11,8600,8900 +TTO,2029,12,8800,9100 +TTO,2029,13,9000,9300 +TTO,2029,14,9200,9500 +TTO,2029,15,9300,9600 +TTO,2029,16,9400,9700 +TTO,2029,17,9500,9800 +TTO,2029,18,9500,9800 +TTO,2030,0,7100,7400 +TTO,2030,1,7100,7400 +TTO,2030,2,7100,7400 +TTO,2030,3,7200,7400 +TTO,2030,4,7300,7500 +TTO,2030,5,7400,7600 +TTO,2030,6,7500,7800 +TTO,2030,7,7700,7900 +TTO,2030,8,7900,8100 +TTO,2030,9,8100,8300 +TTO,2030,10,8300,8500 +TTO,2030,11,8400,8700 +TTO,2030,12,8600,8900 +TTO,2030,13,8800,9100 +TTO,2030,14,9000,9300 +TTO,2030,15,9200,9400 +TTO,2030,16,9300,9600 +TTO,2030,17,9400,9700 +TTO,2030,18,9500,9800 +TTO,2031,0,7100,7400 +TTO,2031,1,7100,7400 +TTO,2031,2,7100,7300 +TTO,2031,3,7100,7400 +TTO,2031,4,7200,7400 +TTO,2031,5,7300,7500 +TTO,2031,6,7400,7600 +TTO,2031,7,7500,7800 +TTO,2031,8,7700,7900 +TTO,2031,9,7900,8100 +TTO,2031,10,8100,8300 +TTO,2031,11,8200,8500 +TTO,2031,12,8400,8700 +TTO,2031,13,8600,8900 +TTO,2031,14,8800,9100 +TTO,2031,15,9000,9300 +TTO,2031,16,9200,9400 +TTO,2031,17,9300,9600 +TTO,2031,18,9400,9700 +TTO,2032,0,7100,7300 +TTO,2032,1,7100,7300 +TTO,2032,2,7100,7300 +TTO,2032,3,7100,7300 +TTO,2032,4,7100,7400 +TTO,2032,5,7200,7400 +TTO,2032,6,7300,7500 +TTO,2032,7,7400,7600 +TTO,2032,8,7500,7800 +TTO,2032,9,7700,7900 +TTO,2032,10,7900,8100 +TTO,2032,11,8100,8300 +TTO,2032,12,8200,8500 +TTO,2032,13,8400,8700 +TTO,2032,14,8600,8900 +TTO,2032,15,8800,9100 +TTO,2032,16,9000,9200 +TTO,2032,17,9100,9400 +TTO,2032,18,9300,9600 +TTO,2033,0,7100,7300 +TTO,2033,1,7000,7300 +TTO,2033,2,7000,7300 +TTO,2033,3,7100,7300 +TTO,2033,4,7100,7300 +TTO,2033,5,7100,7400 +TTO,2033,6,7200,7400 +TTO,2033,7,7300,7500 +TTO,2033,8,7400,7600 +TTO,2033,9,7500,7800 +TTO,2033,10,7700,7900 +TTO,2033,11,7900,8100 +TTO,2033,12,8000,8300 +TTO,2033,13,8200,8500 +TTO,2033,14,8400,8700 +TTO,2033,15,8600,8900 +TTO,2033,16,8800,9100 +TTO,2033,17,9000,9200 +TTO,2033,18,9100,9400 +TTO,2034,0,7100,7300 +TTO,2034,1,7000,7300 +TTO,2034,2,7000,7200 +TTO,2034,3,7000,7200 +TTO,2034,4,7100,7300 +TTO,2034,5,7100,7300 +TTO,2034,6,7100,7400 +TTO,2034,7,7200,7400 +TTO,2034,8,7300,7500 +TTO,2034,9,7400,7600 +TTO,2034,10,7500,7800 +TTO,2034,11,7700,7900 +TTO,2034,12,7800,8100 +TTO,2034,13,8000,8300 +TTO,2034,14,8200,8500 +TTO,2034,15,8400,8700 +TTO,2034,16,8600,8900 +TTO,2034,17,8800,9000 +TTO,2034,18,8900,9200 +TTO,2035,0,7100,7300 +TTO,2035,1,7000,7300 +TTO,2035,2,7000,7200 +TTO,2035,3,7000,7200 +TTO,2035,4,7000,7200 +TTO,2035,5,7000,7300 +TTO,2035,6,7100,7300 +TTO,2035,7,7100,7400 +TTO,2035,8,7200,7400 +TTO,2035,9,7300,7500 +TTO,2035,10,7400,7600 +TTO,2035,11,7500,7800 +TTO,2035,12,7700,7900 +TTO,2035,13,7800,8100 +TTO,2035,14,8000,8300 +TTO,2035,15,8200,8500 +TTO,2035,16,8400,8700 +TTO,2035,17,8600,8800 +TTO,2035,18,8800,9000 +TTO,2036,0,7100,7300 +TTO,2036,1,7100,7300 +TTO,2036,2,7000,7300 +TTO,2036,3,7000,7200 +TTO,2036,4,7000,7200 +TTO,2036,5,7000,7200 +TTO,2036,6,7000,7300 +TTO,2036,7,7100,7300 +TTO,2036,8,7100,7400 +TTO,2036,9,7200,7400 +TTO,2036,10,7300,7500 +TTO,2036,11,7400,7600 +TTO,2036,12,7500,7800 +TTO,2036,13,7700,7900 +TTO,2036,14,7800,8100 +TTO,2036,15,8000,8300 +TTO,2036,16,8200,8500 +TTO,2036,17,8400,8600 +TTO,2036,18,8600,8800 +TTO,2037,0,7100,7300 +TTO,2037,1,7000,7300 +TTO,2037,2,7000,7300 +TTO,2037,3,7000,7200 +TTO,2037,4,7000,7200 +TTO,2037,5,7000,7200 +TTO,2037,6,7000,7200 +TTO,2037,7,7000,7300 +TTO,2037,8,7100,7300 +TTO,2037,9,7100,7400 +TTO,2037,10,7200,7400 +TTO,2037,11,7300,7500 +TTO,2037,12,7400,7600 +TTO,2037,13,7500,7700 +TTO,2037,14,7600,7900 +TTO,2037,15,7800,8100 +TTO,2037,16,8000,8200 +TTO,2037,17,8200,8400 +TTO,2037,18,8400,8600 +TTO,2038,0,7000,7300 +TTO,2038,1,7000,7300 +TTO,2038,2,7000,7200 +TTO,2038,3,7000,7300 +TTO,2038,4,7000,7200 +TTO,2038,5,7000,7200 +TTO,2038,6,7000,7200 +TTO,2038,7,7000,7200 +TTO,2038,8,7000,7300 +TTO,2038,9,7100,7300 +TTO,2038,10,7100,7300 +TTO,2038,11,7200,7400 +TTO,2038,12,7300,7500 +TTO,2038,13,7400,7600 +TTO,2038,14,7500,7700 +TTO,2038,15,7600,7900 +TTO,2038,16,7800,8000 +TTO,2038,17,8000,8200 +TTO,2038,18,8200,8400 +TTO,2039,0,7000,7200 +TTO,2039,1,7000,7200 +TTO,2039,2,7000,7200 +TTO,2039,3,7000,7200 +TTO,2039,4,7000,7200 +TTO,2039,5,7000,7200 +TTO,2039,6,7000,7200 +TTO,2039,7,7000,7200 +TTO,2039,8,7000,7200 +TTO,2039,9,7000,7300 +TTO,2039,10,7100,7300 +TTO,2039,11,7100,7300 +TTO,2039,12,7200,7400 +TTO,2039,13,7300,7500 +TTO,2039,14,7400,7600 +TTO,2039,15,7500,7700 +TTO,2039,16,7600,7900 +TTO,2039,17,7800,8000 +TTO,2039,18,8000,8200 +TTO,2040,0,7000,7200 +TTO,2040,1,7000,7200 +TTO,2040,2,7000,7200 +TTO,2040,3,7000,7200 +TTO,2040,4,7000,7200 +TTO,2040,5,7000,7200 +TTO,2040,6,7000,7200 +TTO,2040,7,7000,7200 +TTO,2040,8,7000,7200 +TTO,2040,9,7000,7200 +TTO,2040,10,7000,7300 +TTO,2040,11,7100,7300 +TTO,2040,12,7100,7300 +TTO,2040,13,7200,7400 +TTO,2040,14,7300,7500 +TTO,2040,15,7400,7600 +TTO,2040,16,7500,7700 +TTO,2040,17,7600,7800 +TTO,2040,18,7800,8000 +TTO,2041,0,6900,7200 +TTO,2041,1,7000,7200 +TTO,2041,2,7000,7200 +TTO,2041,3,7000,7200 +TTO,2041,4,7000,7200 +TTO,2041,5,7000,7200 +TTO,2041,6,7000,7200 +TTO,2041,7,7000,7200 +TTO,2041,8,7000,7200 +TTO,2041,9,7000,7200 +TTO,2041,10,7000,7200 +TTO,2041,11,7000,7200 +TTO,2041,12,7100,7300 +TTO,2041,13,7100,7300 +TTO,2041,14,7200,7400 +TTO,2041,15,7300,7500 +TTO,2041,16,7400,7600 +TTO,2041,17,7500,7700 +TTO,2041,18,7600,7800 +TTO,2042,0,6900,7100 +TTO,2042,1,6900,7100 +TTO,2042,2,7000,7200 +TTO,2042,3,7000,7200 +TTO,2042,4,7000,7200 +TTO,2042,5,7000,7200 +TTO,2042,6,7000,7200 +TTO,2042,7,7000,7200 +TTO,2042,8,7000,7200 +TTO,2042,9,7000,7200 +TTO,2042,10,7000,7200 +TTO,2042,11,7000,7200 +TTO,2042,12,7000,7200 +TTO,2042,13,7000,7300 +TTO,2042,14,7100,7300 +TTO,2042,15,7200,7400 +TTO,2042,16,7200,7500 +TTO,2042,17,7300,7600 +TTO,2042,18,7400,7700 +TTO,2043,0,6800,7000 +TTO,2043,1,6900,7100 +TTO,2043,2,6900,7100 +TTO,2043,3,6900,7200 +TTO,2043,4,7000,7200 +TTO,2043,5,7000,7200 +TTO,2043,6,7000,7200 +TTO,2043,7,7000,7200 +TTO,2043,8,7000,7200 +TTO,2043,9,7000,7200 +TTO,2043,10,7000,7200 +TTO,2043,11,7000,7200 +TTO,2043,12,7000,7200 +TTO,2043,13,7000,7200 +TTO,2043,14,7000,7300 +TTO,2043,15,7100,7300 +TTO,2043,16,7100,7400 +TTO,2043,17,7200,7500 +TTO,2043,18,7300,7500 +TTO,2044,0,6700,7000 +TTO,2044,1,6800,7000 +TTO,2044,2,6900,7100 +TTO,2044,3,6900,7100 +TTO,2044,4,6900,7200 +TTO,2044,5,7000,7200 +TTO,2044,6,7000,7200 +TTO,2044,7,7000,7200 +TTO,2044,8,7000,7200 +TTO,2044,9,7000,7200 +TTO,2044,10,7000,7200 +TTO,2044,11,7000,7200 +TTO,2044,12,7000,7200 +TTO,2044,13,7000,7200 +TTO,2044,14,7000,7200 +TTO,2044,15,7000,7200 +TTO,2044,16,7100,7300 +TTO,2044,17,7100,7300 +TTO,2044,18,7200,7400 +TTO,2045,0,6600,6900 +TTO,2045,1,6700,7000 +TTO,2045,2,6800,7000 +TTO,2045,3,6900,7100 +TTO,2045,4,6900,7100 +TTO,2045,5,6900,7200 +TTO,2045,6,7000,7200 +TTO,2045,7,7000,7200 +TTO,2045,8,7000,7200 +TTO,2045,9,7000,7200 +TTO,2045,10,7000,7200 +TTO,2045,11,7000,7200 +TTO,2045,12,7000,7200 +TTO,2045,13,7000,7200 +TTO,2045,14,7000,7200 +TTO,2045,15,7000,7200 +TTO,2045,16,7000,7200 +TTO,2045,17,7100,7300 +TTO,2045,18,7100,7300 +TTO,2046,0,6600,6800 +TTO,2046,1,6600,6900 +TTO,2046,2,6700,7000 +TTO,2046,3,6800,7000 +TTO,2046,4,6900,7100 +TTO,2046,5,6900,7100 +TTO,2046,6,6900,7200 +TTO,2046,7,7000,7200 +TTO,2046,8,7000,7200 +TTO,2046,9,7000,7200 +TTO,2046,10,7000,7200 +TTO,2046,11,7000,7200 +TTO,2046,12,7000,7200 +TTO,2046,13,7000,7200 +TTO,2046,14,7000,7200 +TTO,2046,15,7000,7200 +TTO,2046,16,7000,7200 +TTO,2046,17,7000,7200 +TTO,2046,18,7000,7200 +TTO,2047,0,6500,6700 +TTO,2047,1,6600,6800 +TTO,2047,2,6600,6900 +TTO,2047,3,6700,7000 +TTO,2047,4,6800,7000 +TTO,2047,5,6800,7100 +TTO,2047,6,6900,7100 +TTO,2047,7,6900,7100 +TTO,2047,8,6900,7200 +TTO,2047,9,7000,7200 +TTO,2047,10,7000,7200 +TTO,2047,11,7000,7200 +TTO,2047,12,7000,7200 +TTO,2047,13,7000,7200 +TTO,2047,14,7000,7200 +TTO,2047,15,7000,7200 +TTO,2047,16,7000,7200 +TTO,2047,17,7000,7200 +TTO,2047,18,7000,7200 +TTO,2048,0,6400,6600 +TTO,2048,1,6500,6700 +TTO,2048,2,6600,6800 +TTO,2048,3,6600,6900 +TTO,2048,4,6700,6900 +TTO,2048,5,6800,7000 +TTO,2048,6,6800,7100 +TTO,2048,7,6900,7100 +TTO,2048,8,6900,7100 +TTO,2048,9,6900,7200 +TTO,2048,10,7000,7200 +TTO,2048,11,7000,7200 +TTO,2048,12,7000,7200 +TTO,2048,13,7000,7200 +TTO,2048,14,6900,7200 +TTO,2048,15,6900,7200 +TTO,2048,16,6900,7200 +TTO,2048,17,6900,7200 +TTO,2048,18,6900,7200 +TTO,2049,0,6300,6500 +TTO,2049,1,6400,6600 +TTO,2049,2,6500,6700 +TTO,2049,3,6600,6800 +TTO,2049,4,6600,6900 +TTO,2049,5,6700,6900 +TTO,2049,6,6800,7000 +TTO,2049,7,6800,7100 +TTO,2049,8,6900,7100 +TTO,2049,9,6900,7100 +TTO,2049,10,6900,7200 +TTO,2049,11,7000,7200 +TTO,2049,12,7000,7200 +TTO,2049,13,7000,7200 +TTO,2049,14,6900,7200 +TTO,2049,15,6900,7200 +TTO,2049,16,6900,7100 +TTO,2049,17,6900,7100 +TTO,2049,18,6900,7100 +TTO,2050,0,6200,6400 +TTO,2050,1,6300,6500 +TTO,2050,2,6400,6600 +TTO,2050,3,6500,6700 +TTO,2050,4,6600,6800 +TTO,2050,5,6600,6900 +TTO,2050,6,6700,6900 +TTO,2050,7,6800,7000 +TTO,2050,8,6800,7000 +TTO,2050,9,6900,7100 +TTO,2050,10,6900,7100 +TTO,2050,11,6900,7200 +TTO,2050,12,7000,7200 +TTO,2050,13,7000,7200 +TTO,2050,14,6900,7200 +TTO,2050,15,6900,7200 +TTO,2050,16,6900,7100 +TTO,2050,17,6900,7100 +TTO,2050,18,6900,7100 +TUN,1990,0,102699,109174 +TUN,1990,1,103579,109736 +TUN,1990,2,104099,109954 +TUN,1990,3,104280,109851 +TUN,1990,4,104142,109447 +TUN,1990,5,103705,108766 +TUN,1990,6,102989,107829 +TUN,1990,7,102016,106660 +TUN,1990,8,100804,105279 +TUN,1990,9,99376,103710 +TUN,1990,10,97813,101975 +TUN,1990,11,96202,100099 +TUN,1990,12,94243,98096 +TUN,1990,13,91830,95985 +TUN,1990,14,89174,93793 +TUN,1990,15,86487,91551 +TUN,1990,16,83599,89281 +TUN,1990,17,81482,87007 +TUN,1990,18,80601,84753 +TUN,1991,0,99608,106250 +TUN,1991,1,102477,108959 +TUN,1991,2,103508,109699 +TUN,1991,3,104140,110046 +TUN,1991,4,104399,110029 +TUN,1991,5,104308,109676 +TUN,1991,6,103892,109007 +TUN,1991,7,103177,108045 +TUN,1991,8,102183,106853 +TUN,1991,9,100935,105475 +TUN,1991,10,99457,103916 +TUN,1991,11,97838,102174 +TUN,1991,12,96160,100290 +TUN,1991,13,94152,98231 +TUN,1991,14,91719,95998 +TUN,1991,15,89065,93645 +TUN,1991,16,86376,91247 +TUN,1991,17,83480,88809 +TUN,1991,18,81381,86435 +TUN,1992,0,95684,102395 +TUN,1992,1,98610,105110 +TUN,1992,2,102384,108888 +TUN,1992,3,103566,109807 +TUN,1992,4,104310,110284 +TUN,1992,5,104647,110353 +TUN,1992,6,104603,110049 +TUN,1992,7,104208,109393 +TUN,1992,8,103493,108403 +TUN,1992,9,102478,107188 +TUN,1992,10,101191,105810 +TUN,1992,11,99662,104260 +TUN,1992,12,97983,102509 +TUN,1992,13,96238,100613 +TUN,1992,14,94179,98497 +TUN,1992,15,91723,96137 +TUN,1992,16,89067,93620 +TUN,1992,17,86371,91063 +TUN,1992,18,83466,88454 +TUN,1993,0,91381,98053 +TUN,1993,1,95433,102022 +TUN,1993,2,98716,105177 +TUN,1993,3,102335,108850 +TUN,1993,4,103669,109948 +TUN,1993,5,104527,110555 +TUN,1993,6,104941,110711 +TUN,1993,7,104944,110457 +TUN,1993,8,104571,109812 +TUN,1993,9,103854,108796 +TUN,1993,10,102818,107556 +TUN,1993,11,101491,106178 +TUN,1993,12,99911,104637 +TUN,1993,13,98172,102876 +TUN,1993,14,96359,100968 +TUN,1993,15,94246,98793 +TUN,1993,16,91766,96307 +TUN,1993,17,89107,93624 +TUN,1993,18,86405,90907 +TUN,1994,0,87358,93885 +TUN,1994,1,92179,98766 +TUN,1994,2,96171,102741 +TUN,1994,3,99384,105874 +TUN,1994,4,102223,108702 +TUN,1994,5,103708,109979 +TUN,1994,6,104678,110716 +TUN,1994,7,105171,110958 +TUN,1994,8,105221,110754 +TUN,1994,9,104869,110122 +TUN,1994,10,104152,109078 +TUN,1994,11,103095,107816 +TUN,1994,12,101729,106439 +TUN,1994,13,100098,104908 +TUN,1994,14,98301,103139 +TUN,1994,15,96420,101221 +TUN,1994,16,94255,98990 +TUN,1994,17,91753,96379 +TUN,1994,18,89093,93533 +TUN,1995,0,84122,90413 +TUN,1995,1,89124,95606 +TUN,1995,2,93372,99946 +TUN,1995,3,96906,103484 +TUN,1995,4,99767,106275 +TUN,1995,5,101994,108370 +TUN,1995,6,103629,109824 +TUN,1995,7,104711,110688 +TUN,1995,8,105280,111017 +TUN,1995,9,105378,110863 +TUN,1995,10,105047,110244 +TUN,1995,11,104330,109176 +TUN,1995,12,103254,107893 +TUN,1995,13,101851,106520 +TUN,1995,14,100172,105002 +TUN,1995,15,98317,103227 +TUN,1995,16,96370,101302 +TUN,1995,17,94157,99018 +TUN,1995,18,91636,96288 +TUN,1996,0,82242,88426 +TUN,1996,1,84631,91202 +TUN,1996,2,89200,95941 +TUN,1996,3,93209,100020 +TUN,1996,4,96664,103457 +TUN,1996,5,99570,106268 +TUN,1996,6,101967,108510 +TUN,1996,7,103898,110241 +TUN,1996,8,105187,111269 +TUN,1996,9,105769,111527 +TUN,1996,10,105756,111156 +TUN,1996,11,105375,110385 +TUN,1996,12,104641,109195 +TUN,1996,13,103520,107783 +TUN,1996,14,102036,106280 +TUN,1996,15,100254,104635 +TUN,1996,16,98298,102736 +TUN,1996,17,96243,100689 +TUN,1996,18,93954,98308 +TUN,1997,0,81198,87172 +TUN,1997,1,84614,91053 +TUN,1997,2,85008,91803 +TUN,1997,3,89136,96074 +TUN,1997,4,92900,99884 +TUN,1997,5,96270,103212 +TUN,1997,6,99216,106037 +TUN,1997,7,101781,108421 +TUN,1997,8,104004,110427 +TUN,1997,9,105499,111617 +TUN,1997,10,106092,111803 +TUN,1997,11,105968,111214 +TUN,1997,12,105540,110293 +TUN,1997,13,104789,108983 +TUN,1997,14,103624,107445 +TUN,1997,15,102061,105815 +TUN,1997,16,100180,104046 +TUN,1997,17,98124,102025 +TUN,1997,18,95965,99860 +TUN,1998,0,80736,86462 +TUN,1998,1,82742,89034 +TUN,1998,2,85025,91740 +TUN,1998,3,85301,92263 +TUN,1998,4,88984,96060 +TUN,1998,5,92499,99594 +TUN,1998,6,95781,102808 +TUN,1998,7,98765,105643 +TUN,1998,8,101494,108166 +TUN,1998,9,104009,110445 +TUN,1998,10,105708,111795 +TUN,1998,11,106312,111908 +TUN,1998,12,106077,111103 +TUN,1998,13,105600,110033 +TUN,1998,14,104834,108604 +TUN,1998,15,103627,106943 +TUN,1998,16,101986,105188 +TUN,1998,17,100007,103298 +TUN,1998,18,97854,101159 +TUN,1999,0,80427,85950 +TUN,1999,1,81085,87210 +TUN,1999,2,82395,88989 +TUN,1999,3,84243,91179 +TUN,1999,4,85567,92646 +TUN,1999,5,88804,95967 +TUN,1999,6,92069,99223 +TUN,1999,7,95262,102321 +TUN,1999,8,98283,105163 +TUN,1999,9,101174,107823 +TUN,1999,10,103980,110371 +TUN,1999,11,105882,111880 +TUN,1999,12,106496,111921 +TUN,1999,13,106151,110900 +TUN,1999,14,105626,109683 +TUN,1999,15,104845,108137 +TUN,1999,16,103596,106353 +TUN,1999,17,101879,104476 +TUN,1999,18,99802,102466 +TUN,2000,0,79950,85374 +TUN,2000,1,79596,85574 +TUN,2000,2,80142,86566 +TUN,2000,3,81452,88219 +TUN,2000,4,83391,90402 +TUN,2000,5,85824,92981 +TUN,2000,6,88616,95826 +TUN,2000,7,91632,98804 +TUN,2000,8,94736,101784 +TUN,2000,9,97793,104633 +TUN,2000,10,100847,107427 +TUN,2000,11,103942,110242 +TUN,2000,12,106047,111909 +TUN,2000,13,106672,111878 +TUN,2000,14,106216,110643 +TUN,2000,15,105644,109279 +TUN,2000,16,104847,107617 +TUN,2000,17,103556,105712 +TUN,2000,18,101762,103714 +TUN,2001,0,79299,84914 +TUN,2001,1,79347,84893 +TUN,2001,2,79305,85322 +TUN,2001,3,80055,86469 +TUN,2001,4,81478,88212 +TUN,2001,5,83457,90432 +TUN,2001,6,85858,92995 +TUN,2001,7,88547,95771 +TUN,2001,8,91481,98697 +TUN,2001,9,94572,101675 +TUN,2001,10,97657,104551 +TUN,2001,11,100700,107336 +TUN,2001,12,103759,110113 +TUN,2001,13,105845,111746 +TUN,2001,14,106479,111696 +TUN,2001,15,106047,110439 +TUN,2001,16,105490,109049 +TUN,2001,17,104705,107376 +TUN,2001,18,103408,105367 +TUN,2002,0,78557,84459 +TUN,2002,1,77371,83439 +TUN,2002,2,78735,84359 +TUN,2002,3,79005,85016 +TUN,2002,4,79959,86316 +TUN,2002,5,81496,88148 +TUN,2002,6,83513,90404 +TUN,2002,7,85881,92950 +TUN,2002,8,88468,95655 +TUN,2002,9,91321,98526 +TUN,2002,10,94398,101502 +TUN,2002,11,97509,104402 +TUN,2002,12,100542,107176 +TUN,2002,13,103565,109914 +TUN,2002,14,105632,111512 +TUN,2002,15,106274,111442 +TUN,2002,16,105866,110166 +TUN,2002,17,105325,108749 +TUN,2002,18,104552,107066 +TUN,2003,0,77931,84174 +TUN,2003,1,76715,82851 +TUN,2003,2,76343,82456 +TUN,2003,3,78128,83812 +TUN,2003,4,78710,84699 +TUN,2003,5,79868,86151 +TUN,2003,6,81517,88072 +TUN,2003,7,83575,90363 +TUN,2003,8,85910,92891 +TUN,2003,9,88394,95525 +TUN,2003,10,91165,98341 +TUN,2003,11,94229,101314 +TUN,2003,12,97367,104239 +TUN,2003,13,100390,107002 +TUN,2003,14,103377,109699 +TUN,2003,15,105424,111263 +TUN,2003,16,106075,111172 +TUN,2003,17,105691,109876 +TUN,2003,18,105165,108434 +TUN,2004,0,77718,84286 +TUN,2004,1,76491,82717 +TUN,2004,2,75976,82002 +TUN,2004,3,76101,82047 +TUN,2004,4,77536,83297 +TUN,2004,5,78429,84413 +TUN,2004,6,79792,86019 +TUN,2004,7,81555,88028 +TUN,2004,8,83652,90356 +TUN,2004,9,85955,92867 +TUN,2004,10,88336,95431 +TUN,2004,11,91027,98194 +TUN,2004,12,94078,101164 +TUN,2004,13,97243,104114 +TUN,2004,14,100256,106867 +TUN,2004,15,103208,109525 +TUN,2004,16,105237,111055 +TUN,2004,17,105897,110944 +TUN,2004,18,105537,109628 +TUN,2005,0,78139,84956 +TUN,2005,1,76776,83105 +TUN,2005,2,76028,82043 +TUN,2005,3,75845,81695 +TUN,2005,4,76176,81986 +TUN,2005,5,76969,82842 +TUN,2005,6,78175,84188 +TUN,2005,7,79742,85948 +TUN,2005,8,81620,88048 +TUN,2005,9,83757,90414 +TUN,2005,10,86029,92910 +TUN,2005,11,88309,95405 +TUN,2005,12,90919,98116 +TUN,2005,13,93959,101086 +TUN,2005,14,97153,104064 +TUN,2005,15,100157,106809 +TUN,2005,16,103074,109430 +TUN,2005,17,105085,110927 +TUN,2005,18,105753,110796 +TUN,2006,0,79054,85934 +TUN,2006,1,77892,84536 +TUN,2006,2,76635,82882 +TUN,2006,3,75955,81948 +TUN,2006,4,75810,81672 +TUN,2006,5,76154,81989 +TUN,2006,6,76934,82819 +TUN,2006,7,78099,84079 +TUN,2006,8,79640,85793 +TUN,2006,9,81526,87932 +TUN,2006,10,83691,90379 +TUN,2006,11,85977,92926 +TUN,2006,12,88268,95471 +TUN,2006,13,90869,98147 +TUN,2006,14,93866,100950 +TUN,2006,15,96998,103681 +TUN,2006,16,99943,106193 +TUN,2006,17,102799,108577 +TUN,2006,18,104767,109897 +TUN,2007,0,80457,87333 +TUN,2007,1,78527,84933 +TUN,2007,2,77687,84203 +TUN,2007,3,76534,82743 +TUN,2007,4,75924,81937 +TUN,2007,5,75816,81733 +TUN,2007,6,76173,82077 +TUN,2007,7,76940,82881 +TUN,2007,8,78064,84057 +TUN,2007,9,79579,85726 +TUN,2007,10,81476,87905 +TUN,2007,11,83670,90436 +TUN,2007,12,85971,93037 +TUN,2007,13,88275,95635 +TUN,2007,14,90866,98278 +TUN,2007,15,93822,100916 +TUN,2007,16,96895,103403 +TUN,2007,17,99783,105687 +TUN,2007,18,102579,107836 +TUN,2008,0,82436,89245 +TUN,2008,1,80121,86574 +TUN,2008,2,78323,84519 +TUN,2008,3,77494,83898 +TUN,2008,4,76446,82633 +TUN,2008,5,75904,81955 +TUN,2008,6,75834,81823 +TUN,2008,7,76204,82193 +TUN,2008,8,76958,82971 +TUN,2008,9,78042,84063 +TUN,2008,10,79531,85688 +TUN,2008,11,81438,87908 +TUN,2008,12,83663,90525 +TUN,2008,13,85979,93180 +TUN,2008,14,88295,95833 +TUN,2008,15,90878,98443 +TUN,2008,16,93794,100918 +TUN,2008,17,96807,103161 +TUN,2008,18,99639,105216 +TUN,2009,0,85094,91787 +TUN,2009,1,82311,88775 +TUN,2009,2,80052,86340 +TUN,2009,3,78295,84455 +TUN,2009,4,77277,83546 +TUN,2009,5,76334,82477 +TUN,2009,6,75860,81927 +TUN,2009,7,75828,81866 +TUN,2009,8,76211,82263 +TUN,2009,9,76952,83015 +TUN,2009,10,77995,84023 +TUN,2009,11,79458,85603 +TUN,2009,12,81375,87863 +TUN,2009,13,83628,90563 +TUN,2009,14,85960,93272 +TUN,2009,15,88288,95976 +TUN,2009,16,90862,98553 +TUN,2009,17,93736,100863 +TUN,2009,18,96688,102861 +TUN,2010,0,88425,94962 +TUN,2010,1,85107,91521 +TUN,2010,2,82327,88635 +TUN,2010,3,80065,86283 +TUN,2010,4,78299,84444 +TUN,2010,5,77008,83099 +TUN,2010,6,76171,82226 +TUN,2010,7,75766,81805 +TUN,2010,8,75772,81816 +TUN,2010,9,76167,82238 +TUN,2010,10,76895,82964 +TUN,2010,11,77896,83886 +TUN,2010,12,79333,85419 +TUN,2010,13,81258,87716 +TUN,2010,14,83539,90497 +TUN,2010,15,85884,93256 +TUN,2010,16,88222,96010 +TUN,2010,17,90785,98549 +TUN,2010,18,93616,100692 +TUN,2011,0,92805,99254 +TUN,2011,1,88257,94744 +TUN,2011,2,85033,91419 +TUN,2011,3,82317,88613 +TUN,2011,4,80095,86312 +TUN,2011,5,78348,84499 +TUN,2011,6,77056,83146 +TUN,2011,7,76195,82225 +TUN,2011,8,75775,81787 +TUN,2011,9,75788,81846 +TUN,2011,10,76203,82344 +TUN,2011,11,76930,83112 +TUN,2011,12,77910,84061 +TUN,2011,13,79338,85541 +TUN,2011,14,81277,87670 +TUN,2011,15,83577,90200 +TUN,2011,16,85943,92734 +TUN,2011,17,88336,95317 +TUN,2011,18,90828,97555 +TUN,2012,0,97809,104131 +TUN,2012,1,92980,99305 +TUN,2012,2,88010,94403 +TUN,2012,3,84882,91198 +TUN,2012,4,82234,88476 +TUN,2012,5,80053,86228 +TUN,2012,6,78327,84444 +TUN,2012,7,77034,83086 +TUN,2012,8,76151,82116 +TUN,2012,9,75716,81662 +TUN,2012,10,75737,81769 +TUN,2012,11,76170,82343 +TUN,2012,12,76896,83152 +TUN,2012,13,77855,84126 +TUN,2012,14,79272,85551 +TUN,2012,15,81223,87509 +TUN,2012,16,83539,89785 +TUN,2012,17,85925,92092 +TUN,2012,18,88371,94500 +TUN,2013,0,102570,108742 +TUN,2013,1,97108,103323 +TUN,2013,2,92337,98568 +TUN,2013,3,87718,94008 +TUN,2013,4,84688,90924 +TUN,2013,5,82108,88289 +TUN,2013,6,79970,86096 +TUN,2013,7,78266,84341 +TUN,2013,8,76973,82978 +TUN,2013,9,76069,81961 +TUN,2013,10,75619,81491 +TUN,2013,11,75647,81645 +TUN,2013,12,76099,82296 +TUN,2013,13,76824,83145 +TUN,2013,14,77759,84143 +TUN,2013,15,79166,85513 +TUN,2013,16,81127,87299 +TUN,2013,17,83460,89320 +TUN,2013,18,85864,91398 +TUN,2014,0,105964,111996 +TUN,2014,1,100438,106552 +TUN,2014,2,95531,101695 +TUN,2014,3,91219,97407 +TUN,2014,4,87444,93673 +TUN,2014,5,84511,90710 +TUN,2014,6,81999,88158 +TUN,2014,7,79903,86019 +TUN,2014,8,78221,84292 +TUN,2014,9,76928,82924 +TUN,2014,10,76001,81859 +TUN,2014,11,75537,81373 +TUN,2014,12,75572,81575 +TUN,2014,13,76043,82300 +TUN,2014,14,76766,83191 +TUN,2014,15,77680,84214 +TUN,2014,16,79075,85529 +TUN,2014,17,81048,87145 +TUN,2014,18,83397,88913 +TUN,2015,0,107234,113165 +TUN,2015,1,102458,108517 +TUN,2015,2,98068,104218 +TUN,2015,3,94065,100273 +TUN,2015,4,90450,96689 +TUN,2015,5,87224,93470 +TUN,2015,6,84387,90622 +TUN,2015,7,81941,88150 +TUN,2015,8,79886,86061 +TUN,2015,9,78224,84360 +TUN,2015,10,76930,82985 +TUN,2015,11,75981,81871 +TUN,2015,12,75501,81367 +TUN,2015,13,75544,81617 +TUN,2015,14,76033,82420 +TUN,2015,15,76756,83353 +TUN,2015,16,77648,84402 +TUN,2015,17,79034,85665 +TUN,2015,18,81019,87112 +TUN,2016,0,105734,111295 +TUN,2016,1,106181,111986 +TUN,2016,2,102085,108022 +TUN,2016,3,98124,104156 +TUN,2016,4,94338,100433 +TUN,2016,5,90772,96901 +TUN,2016,6,87426,93566 +TUN,2016,7,84302,90434 +TUN,2016,8,81648,87759 +TUN,2016,9,79590,85669 +TUN,2016,10,78045,84088 +TUN,2016,11,76785,82747 +TUN,2016,12,75826,81626 +TUN,2016,13,75337,81113 +TUN,2016,14,75370,81351 +TUN,2016,15,75850,82140 +TUN,2016,16,76563,83058 +TUN,2016,17,77444,84093 +TUN,2016,18,78822,85343 +TUN,2017,0,102164,107411 +TUN,2017,1,101673,107184 +TUN,2017,2,105287,111067 +TUN,2017,3,101865,107777 +TUN,2017,4,98325,104333 +TUN,2017,5,94752,100823 +TUN,2017,6,91229,97336 +TUN,2017,7,87759,93878 +TUN,2017,8,84343,90455 +TUN,2017,9,81478,87569 +TUN,2017,10,79412,85473 +TUN,2017,11,77983,84008 +TUN,2017,12,76754,82700 +TUN,2017,13,75785,81570 +TUN,2017,14,75285,81046 +TUN,2017,15,75308,81272 +TUN,2017,16,75780,82048 +TUN,2017,17,76483,82955 +TUN,2017,18,77356,83978 +TUN,2018,0,97406,102384 +TUN,2018,1,99741,105046 +TUN,2018,2,100821,106391 +TUN,2018,3,104463,110281 +TUN,2018,4,101713,107661 +TUN,2018,5,98593,104636 +TUN,2018,6,95230,101335 +TUN,2018,7,91748,97888 +TUN,2018,8,88152,94303 +TUN,2018,9,84442,90586 +TUN,2018,10,81363,87486 +TUN,2018,11,79288,85381 +TUN,2018,12,77973,84030 +TUN,2018,13,76775,82753 +TUN,2018,14,75795,81612 +TUN,2018,15,75284,81077 +TUN,2018,16,75298,81291 +TUN,2018,17,75761,82056 +TUN,2018,18,76456,82952 +TUN,2019,0,93000,98000 +TUN,2019,1,97000,103000 +TUN,2019,2,100000,106000 +TUN,2019,3,102000,108000 +TUN,2019,4,104000,109000 +TUN,2019,5,102000,108000 +TUN,2019,6,99000,105000 +TUN,2019,7,96000,102000 +TUN,2019,8,92000,98000 +TUN,2019,9,89000,95000 +TUN,2019,10,85000,91000 +TUN,2019,11,81000,87000 +TUN,2019,12,79000,85000 +TUN,2019,13,78000,84000 +TUN,2019,14,77000,83000 +TUN,2019,15,76000,82000 +TUN,2019,16,75000,81000 +TUN,2019,17,75000,81000 +TUN,2019,18,76000,82000 +TUN,2020,0,89000,94000 +TUN,2020,1,95000,100000 +TUN,2020,2,100000,105000 +TUN,2020,3,102000,108000 +TUN,2020,4,103000,109000 +TUN,2020,5,103000,109000 +TUN,2020,6,101000,107000 +TUN,2020,7,99000,105000 +TUN,2020,8,96000,102000 +TUN,2020,9,93000,99000 +TUN,2020,10,89000,95000 +TUN,2020,11,85000,91000 +TUN,2020,12,81000,87000 +TUN,2020,13,79000,85000 +TUN,2020,14,78000,84000 +TUN,2020,15,77000,83000 +TUN,2020,16,76000,82000 +TUN,2020,17,75000,81000 +TUN,2020,18,75000,81000 +TUN,2021,0,87000,92000 +TUN,2021,1,91000,95000 +TUN,2021,2,96000,101000 +TUN,2021,3,99000,105000 +TUN,2021,4,102000,107000 +TUN,2021,5,102000,108000 +TUN,2021,6,102000,108000 +TUN,2021,7,101000,107000 +TUN,2021,8,99000,105000 +TUN,2021,9,96000,103000 +TUN,2021,10,93000,99000 +TUN,2021,11,89000,95000 +TUN,2021,12,85000,91000 +TUN,2021,13,81000,87000 +TUN,2021,14,79000,85000 +TUN,2021,15,78000,84000 +TUN,2021,16,77000,83000 +TUN,2021,17,76000,82000 +TUN,2021,18,75000,81000 +TUN,2022,0,87000,91000 +TUN,2022,1,92000,97000 +TUN,2022,2,92000,96000 +TUN,2022,3,96000,101000 +TUN,2022,4,99000,104000 +TUN,2022,5,101000,106000 +TUN,2022,6,102000,108000 +TUN,2022,7,102000,108000 +TUN,2022,8,101000,107000 +TUN,2022,9,100000,106000 +TUN,2022,10,97000,103000 +TUN,2022,11,93000,99000 +TUN,2022,12,89000,95000 +TUN,2022,13,85000,91000 +TUN,2022,14,81000,87000 +TUN,2022,15,79000,85000 +TUN,2022,16,78000,84000 +TUN,2022,17,77000,83000 +TUN,2022,18,76000,81000 +TUN,2023,0,87000,91000 +TUN,2023,1,91000,95000 +TUN,2023,2,94000,99000 +TUN,2023,3,93000,97000 +TUN,2023,4,96000,101000 +TUN,2023,5,99000,104000 +TUN,2023,6,100000,106000 +TUN,2023,7,101000,107000 +TUN,2023,8,101000,107000 +TUN,2023,9,101000,107000 +TUN,2023,10,100000,106000 +TUN,2023,11,97000,103000 +TUN,2023,12,93000,99000 +TUN,2023,13,89000,95000 +TUN,2023,14,84000,91000 +TUN,2023,15,81000,87000 +TUN,2023,16,79000,85000 +TUN,2023,17,78000,84000 +TUN,2023,18,76000,83000 +TUN,2024,0,87000,91000 +TUN,2024,1,89000,94000 +TUN,2024,2,92000,96000 +TUN,2024,3,94000,99000 +TUN,2024,4,94000,99000 +TUN,2024,5,96000,101000 +TUN,2024,6,98000,104000 +TUN,2024,7,100000,105000 +TUN,2024,8,100000,106000 +TUN,2024,9,101000,107000 +TUN,2024,10,101000,107000 +TUN,2024,11,100000,106000 +TUN,2024,12,97000,103000 +TUN,2024,13,93000,99000 +TUN,2024,14,89000,95000 +TUN,2024,15,84000,91000 +TUN,2024,16,81000,87000 +TUN,2024,17,79000,85000 +TUN,2024,18,78000,84000 +TUN,2025,0,86000,90000 +TUN,2025,1,88000,92000 +TUN,2025,2,90000,94000 +TUN,2025,3,91000,96000 +TUN,2025,4,93000,98000 +TUN,2025,5,95000,100000 +TUN,2025,6,97000,102000 +TUN,2025,7,98000,103000 +TUN,2025,8,99000,104000 +TUN,2025,9,100000,105000 +TUN,2025,10,100000,106000 +TUN,2025,11,101000,107000 +TUN,2025,12,100000,106000 +TUN,2025,13,97000,103000 +TUN,2025,14,93000,99000 +TUN,2025,15,89000,95000 +TUN,2025,16,84000,90000 +TUN,2025,17,81000,87000 +TUN,2025,18,79000,85000 +TUN,2026,0,85000,89000 +TUN,2026,1,86000,90000 +TUN,2026,2,88000,92000 +TUN,2026,3,90000,94000 +TUN,2026,4,91000,96000 +TUN,2026,5,93000,98000 +TUN,2026,6,95000,100000 +TUN,2026,7,97000,102000 +TUN,2026,8,98000,103000 +TUN,2026,9,99000,104000 +TUN,2026,10,100000,105000 +TUN,2026,11,100000,106000 +TUN,2026,12,101000,107000 +TUN,2026,13,100000,106000 +TUN,2026,14,97000,103000 +TUN,2026,15,93000,99000 +TUN,2026,16,88000,95000 +TUN,2026,17,84000,90000 +TUN,2026,18,81000,87000 +TUN,2027,0,84000,88000 +TUN,2027,1,84000,88000 +TUN,2027,2,86000,90000 +TUN,2027,3,88000,92000 +TUN,2027,4,90000,94000 +TUN,2027,5,91000,96000 +TUN,2027,6,93000,98000 +TUN,2027,7,95000,100000 +TUN,2027,8,97000,102000 +TUN,2027,9,98000,103000 +TUN,2027,10,99000,104000 +TUN,2027,11,100000,105000 +TUN,2027,12,100000,106000 +TUN,2027,13,101000,107000 +TUN,2027,14,100000,106000 +TUN,2027,15,97000,103000 +TUN,2027,16,93000,99000 +TUN,2027,17,88000,95000 +TUN,2027,18,84000,90000 +TUN,2028,0,82000,86000 +TUN,2028,1,83000,87000 +TUN,2028,2,84000,88000 +TUN,2028,3,86000,90000 +TUN,2028,4,88000,92000 +TUN,2028,5,90000,94000 +TUN,2028,6,91000,96000 +TUN,2028,7,93000,98000 +TUN,2028,8,95000,100000 +TUN,2028,9,97000,102000 +TUN,2028,10,98000,103000 +TUN,2028,11,99000,104000 +TUN,2028,12,100000,105000 +TUN,2028,13,100000,106000 +TUN,2028,14,101000,107000 +TUN,2028,15,100000,106000 +TUN,2028,16,97000,103000 +TUN,2028,17,93000,99000 +TUN,2028,18,88000,95000 +TUN,2029,0,80000,84000 +TUN,2029,1,81000,85000 +TUN,2029,2,82000,86000 +TUN,2029,3,84000,88000 +TUN,2029,4,86000,90000 +TUN,2029,5,88000,92000 +TUN,2029,6,90000,94000 +TUN,2029,7,91000,96000 +TUN,2029,8,93000,98000 +TUN,2029,9,95000,100000 +TUN,2029,10,97000,102000 +TUN,2029,11,98000,103000 +TUN,2029,12,99000,104000 +TUN,2029,13,100000,105000 +TUN,2029,14,100000,106000 +TUN,2029,15,101000,107000 +TUN,2029,16,100000,106000 +TUN,2029,17,97000,103000 +TUN,2029,18,92000,99000 +TUN,2030,0,79000,83000 +TUN,2030,1,80000,84000 +TUN,2030,2,81000,85000 +TUN,2030,3,82000,86000 +TUN,2030,4,84000,88000 +TUN,2030,5,86000,90000 +TUN,2030,6,88000,92000 +TUN,2030,7,90000,94000 +TUN,2030,8,91000,96000 +TUN,2030,9,93000,98000 +TUN,2030,10,95000,100000 +TUN,2030,11,97000,102000 +TUN,2030,12,98000,103000 +TUN,2030,13,99000,104000 +TUN,2030,14,100000,105000 +TUN,2030,15,100000,106000 +TUN,2030,16,101000,107000 +TUN,2030,17,100000,106000 +TUN,2030,18,97000,103000 +TUN,2031,0,78000,82000 +TUN,2031,1,79000,83000 +TUN,2031,2,80000,84000 +TUN,2031,3,81000,85000 +TUN,2031,4,82000,86000 +TUN,2031,5,84000,88000 +TUN,2031,6,86000,90000 +TUN,2031,7,88000,92000 +TUN,2031,8,90000,94000 +TUN,2031,9,91000,96000 +TUN,2031,10,93000,98000 +TUN,2031,11,95000,100000 +TUN,2031,12,97000,101000 +TUN,2031,13,98000,103000 +TUN,2031,14,99000,104000 +TUN,2031,15,100000,105000 +TUN,2031,16,100000,106000 +TUN,2031,17,101000,107000 +TUN,2031,18,100000,106000 +TUN,2032,0,78000,82000 +TUN,2032,1,78000,82000 +TUN,2032,2,79000,83000 +TUN,2032,3,80000,84000 +TUN,2032,4,81000,85000 +TUN,2032,5,82000,86000 +TUN,2032,6,84000,88000 +TUN,2032,7,86000,90000 +TUN,2032,8,88000,92000 +TUN,2032,9,89000,94000 +TUN,2032,10,91000,96000 +TUN,2032,11,93000,98000 +TUN,2032,12,95000,100000 +TUN,2032,13,96000,101000 +TUN,2032,14,98000,103000 +TUN,2032,15,99000,104000 +TUN,2032,16,99000,105000 +TUN,2032,17,100000,106000 +TUN,2032,18,100000,106000 +TUN,2033,0,77000,81000 +TUN,2033,1,77000,81000 +TUN,2033,2,78000,82000 +TUN,2033,3,79000,83000 +TUN,2033,4,80000,84000 +TUN,2033,5,81000,85000 +TUN,2033,6,82000,86000 +TUN,2033,7,84000,88000 +TUN,2033,8,86000,90000 +TUN,2033,9,88000,92000 +TUN,2033,10,89000,94000 +TUN,2033,11,91000,96000 +TUN,2033,12,93000,98000 +TUN,2033,13,95000,100000 +TUN,2033,14,96000,101000 +TUN,2033,15,98000,103000 +TUN,2033,16,99000,104000 +TUN,2033,17,99000,105000 +TUN,2033,18,100000,106000 +TUN,2034,0,77000,81000 +TUN,2034,1,77000,81000 +TUN,2034,2,77000,81000 +TUN,2034,3,78000,81000 +TUN,2034,4,79000,82000 +TUN,2034,5,80000,84000 +TUN,2034,6,81000,85000 +TUN,2034,7,82000,86000 +TUN,2034,8,84000,88000 +TUN,2034,9,86000,90000 +TUN,2034,10,88000,92000 +TUN,2034,11,89000,94000 +TUN,2034,12,91000,96000 +TUN,2034,13,93000,98000 +TUN,2034,14,95000,100000 +TUN,2034,15,96000,101000 +TUN,2034,16,98000,103000 +TUN,2034,17,99000,104000 +TUN,2034,18,99000,105000 +TUN,2035,0,77000,81000 +TUN,2035,1,77000,81000 +TUN,2035,2,77000,80000 +TUN,2035,3,77000,81000 +TUN,2035,4,78000,81000 +TUN,2035,5,78000,82000 +TUN,2035,6,80000,83000 +TUN,2035,7,81000,85000 +TUN,2035,8,82000,86000 +TUN,2035,9,84000,88000 +TUN,2035,10,86000,90000 +TUN,2035,11,88000,92000 +TUN,2035,12,89000,94000 +TUN,2035,13,91000,96000 +TUN,2035,14,93000,98000 +TUN,2035,15,95000,100000 +TUN,2035,16,96000,101000 +TUN,2035,17,98000,103000 +TUN,2035,18,99000,104000 +TUN,2036,0,78000,81000 +TUN,2036,1,77000,81000 +TUN,2036,2,77000,81000 +TUN,2036,3,77000,81000 +TUN,2036,4,77000,81000 +TUN,2036,5,78000,81000 +TUN,2036,6,79000,82000 +TUN,2036,7,80000,83000 +TUN,2036,8,81000,85000 +TUN,2036,9,82000,86000 +TUN,2036,10,84000,88000 +TUN,2036,11,86000,90000 +TUN,2036,12,87000,92000 +TUN,2036,13,89000,94000 +TUN,2036,14,91000,96000 +TUN,2036,15,93000,98000 +TUN,2036,16,95000,100000 +TUN,2036,17,96000,101000 +TUN,2036,18,97000,103000 +TUN,2037,0,78000,82000 +TUN,2037,1,77000,81000 +TUN,2037,2,77000,81000 +TUN,2037,3,77000,80000 +TUN,2037,4,77000,81000 +TUN,2037,5,77000,81000 +TUN,2037,6,78000,82000 +TUN,2037,7,79000,82000 +TUN,2037,8,80000,83000 +TUN,2037,9,81000,85000 +TUN,2037,10,82000,86000 +TUN,2037,11,84000,88000 +TUN,2037,12,86000,90000 +TUN,2037,13,87000,92000 +TUN,2037,14,89000,94000 +TUN,2037,15,91000,96000 +TUN,2037,16,93000,98000 +TUN,2037,17,95000,99000 +TUN,2037,18,96000,101000 +TUN,2038,0,78000,82000 +TUN,2038,1,77000,81000 +TUN,2038,2,77000,81000 +TUN,2038,3,77000,81000 +TUN,2038,4,77000,80000 +TUN,2038,5,77000,81000 +TUN,2038,6,77000,81000 +TUN,2038,7,78000,82000 +TUN,2038,8,79000,82000 +TUN,2038,9,80000,83000 +TUN,2038,10,81000,85000 +TUN,2038,11,82000,86000 +TUN,2038,12,84000,88000 +TUN,2038,13,86000,90000 +TUN,2038,14,87000,92000 +TUN,2038,15,89000,93000 +TUN,2038,16,91000,95000 +TUN,2038,17,93000,98000 +TUN,2038,18,95000,99000 +TUN,2039,0,79000,83000 +TUN,2039,1,78000,82000 +TUN,2039,2,77000,81000 +TUN,2039,3,77000,80000 +TUN,2039,4,77000,80000 +TUN,2039,5,77000,80000 +TUN,2039,6,77000,81000 +TUN,2039,7,77000,81000 +TUN,2039,8,78000,82000 +TUN,2039,9,79000,82000 +TUN,2039,10,80000,83000 +TUN,2039,11,81000,85000 +TUN,2039,12,82000,86000 +TUN,2039,13,84000,88000 +TUN,2039,14,86000,90000 +TUN,2039,15,87000,92000 +TUN,2039,16,89000,93000 +TUN,2039,17,91000,95000 +TUN,2039,18,93000,97000 +TUN,2040,0,79000,83000 +TUN,2040,1,78000,82000 +TUN,2040,2,78000,81000 +TUN,2040,3,77000,81000 +TUN,2040,4,77000,80000 +TUN,2040,5,76000,80000 +TUN,2040,6,77000,80000 +TUN,2040,7,77000,81000 +TUN,2040,8,77000,81000 +TUN,2040,9,78000,82000 +TUN,2040,10,79000,82000 +TUN,2040,11,80000,83000 +TUN,2040,12,81000,85000 +TUN,2040,13,82000,86000 +TUN,2040,14,84000,88000 +TUN,2040,15,86000,90000 +TUN,2040,16,87000,91000 +TUN,2040,17,89000,93000 +TUN,2040,18,91000,95000 +TUN,2041,0,80000,84000 +TUN,2041,1,79000,83000 +TUN,2041,2,78000,82000 +TUN,2041,3,78000,81000 +TUN,2041,4,77000,81000 +TUN,2041,5,77000,80000 +TUN,2041,6,77000,80000 +TUN,2041,7,77000,80000 +TUN,2041,8,77000,81000 +TUN,2041,9,77000,81000 +TUN,2041,10,78000,82000 +TUN,2041,11,79000,82000 +TUN,2041,12,80000,83000 +TUN,2041,13,81000,85000 +TUN,2041,14,82000,86000 +TUN,2041,15,84000,88000 +TUN,2041,16,86000,90000 +TUN,2041,17,87000,91000 +TUN,2041,18,89000,93000 +TUN,2042,0,80000,84000 +TUN,2042,1,80000,83000 +TUN,2042,2,79000,83000 +TUN,2042,3,78000,82000 +TUN,2042,4,78000,81000 +TUN,2042,5,77000,81000 +TUN,2042,6,77000,81000 +TUN,2042,7,77000,80000 +TUN,2042,8,77000,80000 +TUN,2042,9,77000,80000 +TUN,2042,10,77000,81000 +TUN,2042,11,78000,82000 +TUN,2042,12,79000,82000 +TUN,2042,13,79000,83000 +TUN,2042,14,81000,85000 +TUN,2042,15,82000,86000 +TUN,2042,16,84000,88000 +TUN,2042,17,85000,90000 +TUN,2042,18,87000,91000 +TUN,2043,0,81000,85000 +TUN,2043,1,80000,84000 +TUN,2043,2,79000,83000 +TUN,2043,3,79000,83000 +TUN,2043,4,78000,82000 +TUN,2043,5,78000,81000 +TUN,2043,6,77000,81000 +TUN,2043,7,77000,81000 +TUN,2043,8,77000,80000 +TUN,2043,9,77000,80000 +TUN,2043,10,77000,80000 +TUN,2043,11,77000,81000 +TUN,2043,12,78000,82000 +TUN,2043,13,79000,82000 +TUN,2043,14,79000,83000 +TUN,2043,15,81000,85000 +TUN,2043,16,82000,86000 +TUN,2043,17,84000,88000 +TUN,2043,18,85000,89000 +TUN,2044,0,81000,85000 +TUN,2044,1,80000,84000 +TUN,2044,2,80000,84000 +TUN,2044,3,79000,83000 +TUN,2044,4,79000,83000 +TUN,2044,5,78000,82000 +TUN,2044,6,78000,82000 +TUN,2044,7,77000,81000 +TUN,2044,8,77000,81000 +TUN,2044,9,77000,80000 +TUN,2044,10,77000,80000 +TUN,2044,11,77000,80000 +TUN,2044,12,77000,81000 +TUN,2044,13,78000,82000 +TUN,2044,14,79000,82000 +TUN,2044,15,79000,83000 +TUN,2044,16,81000,84000 +TUN,2044,17,82000,86000 +TUN,2044,18,84000,88000 +TUN,2045,0,81000,85000 +TUN,2045,1,81000,85000 +TUN,2045,2,80000,84000 +TUN,2045,3,80000,84000 +TUN,2045,4,79000,83000 +TUN,2045,5,79000,83000 +TUN,2045,6,78000,82000 +TUN,2045,7,78000,81000 +TUN,2045,8,77000,81000 +TUN,2045,9,77000,81000 +TUN,2045,10,77000,80000 +TUN,2045,11,76000,80000 +TUN,2045,12,77000,80000 +TUN,2045,13,77000,81000 +TUN,2045,14,78000,81000 +TUN,2045,15,78000,82000 +TUN,2045,16,79000,83000 +TUN,2045,17,80000,84000 +TUN,2045,18,82000,86000 +TUN,2046,0,81000,85000 +TUN,2046,1,81000,85000 +TUN,2046,2,81000,85000 +TUN,2046,3,80000,84000 +TUN,2046,4,80000,84000 +TUN,2046,5,79000,83000 +TUN,2046,6,79000,83000 +TUN,2046,7,78000,82000 +TUN,2046,8,78000,81000 +TUN,2046,9,77000,81000 +TUN,2046,10,77000,81000 +TUN,2046,11,77000,80000 +TUN,2046,12,76000,80000 +TUN,2046,13,77000,80000 +TUN,2046,14,77000,81000 +TUN,2046,15,78000,81000 +TUN,2046,16,78000,82000 +TUN,2046,17,79000,83000 +TUN,2046,18,80000,84000 +TUN,2047,0,81000,85000 +TUN,2047,1,81000,85000 +TUN,2047,2,81000,85000 +TUN,2047,3,81000,85000 +TUN,2047,4,80000,84000 +TUN,2047,5,80000,84000 +TUN,2047,6,79000,83000 +TUN,2047,7,79000,83000 +TUN,2047,8,78000,82000 +TUN,2047,9,78000,81000 +TUN,2047,10,77000,81000 +TUN,2047,11,77000,81000 +TUN,2047,12,77000,80000 +TUN,2047,13,76000,80000 +TUN,2047,14,77000,80000 +TUN,2047,15,77000,81000 +TUN,2047,16,78000,81000 +TUN,2047,17,78000,82000 +TUN,2047,18,79000,83000 +TUN,2048,0,81000,85000 +TUN,2048,1,81000,85000 +TUN,2048,2,81000,85000 +TUN,2048,3,81000,85000 +TUN,2048,4,81000,85000 +TUN,2048,5,80000,84000 +TUN,2048,6,80000,84000 +TUN,2048,7,79000,83000 +TUN,2048,8,79000,83000 +TUN,2048,9,78000,82000 +TUN,2048,10,78000,81000 +TUN,2048,11,77000,81000 +TUN,2048,12,77000,81000 +TUN,2048,13,77000,80000 +TUN,2048,14,76000,80000 +TUN,2048,15,76000,80000 +TUN,2048,16,77000,81000 +TUN,2048,17,77000,81000 +TUN,2048,18,78000,82000 +TUN,2049,0,80000,84000 +TUN,2049,1,81000,85000 +TUN,2049,2,81000,85000 +TUN,2049,3,81000,85000 +TUN,2049,4,81000,85000 +TUN,2049,5,81000,85000 +TUN,2049,6,80000,84000 +TUN,2049,7,80000,84000 +TUN,2049,8,79000,83000 +TUN,2049,9,79000,83000 +TUN,2049,10,78000,82000 +TUN,2049,11,78000,81000 +TUN,2049,12,77000,81000 +TUN,2049,13,77000,81000 +TUN,2049,14,77000,80000 +TUN,2049,15,76000,80000 +TUN,2049,16,76000,80000 +TUN,2049,17,77000,81000 +TUN,2049,18,77000,81000 +TUN,2050,0,80000,84000 +TUN,2050,1,80000,84000 +TUN,2050,2,81000,85000 +TUN,2050,3,81000,85000 +TUN,2050,4,81000,85000 +TUN,2050,5,81000,85000 +TUN,2050,6,81000,85000 +TUN,2050,7,80000,84000 +TUN,2050,8,80000,84000 +TUN,2050,9,79000,83000 +TUN,2050,10,79000,83000 +TUN,2050,11,78000,82000 +TUN,2050,12,78000,81000 +TUN,2050,13,77000,81000 +TUN,2050,14,77000,81000 +TUN,2050,15,76000,80000 +TUN,2050,16,76000,80000 +TUN,2050,17,76000,80000 +TUN,2050,18,77000,80000 +TUR,1990,0,637767,658192 +TUR,1990,1,645274,665143 +TUR,1990,2,650573,669824 +TUR,1990,3,653809,672373 +TUR,1990,4,655122,672923 +TUR,1990,5,654657,671610 +TUR,1990,6,652556,668570 +TUR,1990,7,648962,663937 +TUR,1990,8,644018,657846 +TUR,1990,9,637867,650433 +TUR,1990,10,630503,641793 +TUR,1990,11,621924,632022 +TUR,1990,12,613007,621453 +TUR,1990,13,604190,610300 +TUR,1990,14,595175,598581 +TUR,1990,15,585473,586204 +TUR,1990,16,575481,573320 +TUR,1990,17,564075,559996 +TUR,1990,18,550747,546302 +TUR,1991,0,633470,654409 +TUR,1991,1,636492,656605 +TUR,1991,2,642808,662331 +TUR,1991,3,647437,666319 +TUR,1991,4,650432,668612 +TUR,1991,5,651849,669255 +TUR,1991,6,651827,668380 +TUR,1991,7,650506,666121 +TUR,1991,8,647517,662078 +TUR,1991,9,642742,656120 +TUR,1991,10,636493,648555 +TUR,1991,11,629196,639932 +TUR,1991,12,620766,630265 +TUR,1991,13,611952,619743 +TUR,1991,14,603172,608557 +TUR,1991,15,594149,596754 +TUR,1991,16,584436,584294 +TUR,1991,17,574418,571313 +TUR,1991,18,563007,557934 +TUR,1992,0,631335,652656 +TUR,1992,1,636373,656883 +TUR,1992,2,635104,654837 +TUR,1992,3,640229,659339 +TUR,1992,4,644186,662631 +TUR,1992,5,646941,664668 +TUR,1992,6,648460,665403 +TUR,1992,7,648882,664966 +TUR,1992,8,648342,663489 +TUR,1992,9,645956,660038 +TUR,1992,10,641353,654213 +TUR,1992,11,635008,646499 +TUR,1992,12,627777,637895 +TUR,1992,13,619499,628335 +TUR,1992,14,610790,617864 +TUR,1992,15,602047,606648 +TUR,1992,16,593017,594763 +TUR,1992,17,583295,582223 +TUR,1992,18,573255,569149 +TUR,1993,0,631635,653304 +TUR,1993,1,633688,654486 +TUR,1993,2,635775,655787 +TUR,1993,3,633713,653032 +TUR,1993,4,637647,656309 +TUR,1993,5,640932,658906 +TUR,1993,6,643446,660687 +TUR,1993,7,645069,661514 +TUR,1993,8,645933,661515 +TUR,1993,9,646173,660819 +TUR,1993,10,644393,657960 +TUR,1993,11,639960,652269 +TUR,1993,12,633518,644407 +TUR,1993,13,626356,635821 +TUR,1993,14,618228,626369 +TUR,1993,15,609624,615949 +TUR,1993,16,600919,604703 +TUR,1993,17,591883,592739 +TUR,1993,18,582150,580119 +TUR,1994,0,634484,656603 +TUR,1994,1,633077,654270 +TUR,1994,2,632700,653058 +TUR,1994,3,633135,652725 +TUR,1994,4,632412,651318 +TUR,1994,5,635155,653370 +TUR,1994,6,637769,655273 +TUR,1994,7,640043,656798 +TUR,1994,8,641769,657717 +TUR,1994,9,643077,658156 +TUR,1994,10,644097,658242 +TUR,1994,11,642920,655974 +TUR,1994,12,638658,650417 +TUR,1994,13,632119,642404 +TUR,1994,14,625023,633837 +TUR,1994,15,617046,624491 +TUR,1994,16,608544,614120 +TUR,1994,17,599876,602843 +TUR,1994,18,590832,590797 +TUR,1995,0,639689,662443 +TUR,1995,1,634832,656584 +TUR,1995,2,631853,652701 +TUR,1995,3,630453,650475 +TUR,1995,4,630334,649586 +TUR,1995,5,631200,649715 +TUR,1995,6,632753,650543 +TUR,1995,7,634696,651751 +TUR,1995,8,636730,653020 +TUR,1995,9,638559,654032 +TUR,1995,10,640310,654909 +TUR,1995,11,642111,655776 +TUR,1995,12,641539,654099 +TUR,1995,13,637445,648674 +TUR,1995,14,630809,640510 +TUR,1995,15,623778,631960 +TUR,1995,16,615950,622718 +TUR,1995,17,607551,612395 +TUR,1995,18,598918,601085 +TUR,1996,0,647682,671247 +TUR,1996,1,637384,659863 +TUR,1996,2,632864,654342 +TUR,1996,3,630151,650708 +TUR,1996,4,628956,648655 +TUR,1996,5,628990,647873 +TUR,1996,6,629958,648050 +TUR,1996,7,631567,648869 +TUR,1996,8,633547,650055 +TUR,1996,9,635614,651312 +TUR,1996,10,637468,652313 +TUR,1996,11,639220,653152 +TUR,1996,12,641003,653960 +TUR,1996,13,640415,652231 +TUR,1996,14,636320,646771 +TUR,1996,15,629691,638583 +TUR,1996,16,622659,630005 +TUR,1996,17,614825,620733 +TUR,1996,18,606431,610398 +TUR,1997,0,658083,682603 +TUR,1997,1,646005,669319 +TUR,1997,2,635014,657219 +TUR,1997,3,630831,652034 +TUR,1997,4,628385,648650 +TUR,1997,5,627396,646770 +TUR,1997,6,627581,646097 +TUR,1997,7,628651,646320 +TUR,1997,8,630317,647132 +TUR,1997,9,632334,648295 +TUR,1997,10,634433,649539 +TUR,1997,11,636312,650529 +TUR,1997,12,638065,651329 +TUR,1997,13,639828,652079 +TUR,1997,14,639226,650298 +TUR,1997,15,635130,644802 +TUR,1997,16,628509,636593 +TUR,1997,17,621478,627988 +TUR,1997,18,613638,618686 +TUR,1998,0,668357,693856 +TUR,1998,1,653377,677597 +TUR,1998,2,641913,664959 +TUR,1998,3,632644,654587 +TUR,1998,4,628797,649738 +TUR,1998,5,626619,646604 +TUR,1998,6,625835,644897 +TUR,1998,7,626172,644332 +TUR,1998,8,627343,644603 +TUR,1998,9,629066,645406 +TUR,1998,10,631119,646547 +TUR,1998,11,633251,647779 +TUR,1998,12,635156,648757 +TUR,1998,13,636909,649519 +TUR,1998,14,638654,650211 +TUR,1998,15,638036,648377 +TUR,1998,16,633939,642847 +TUR,1998,17,627325,634615 +TUR,1998,18,620295,625984 +TUR,1999,0,675137,701477 +TUR,1999,1,659065,684136 +TUR,1999,2,646421,670305 +TUR,1999,3,636858,659624 +TUR,1999,4,630384,652101 +TUR,1999,5,626874,647588 +TUR,1999,6,624963,644703 +TUR,1999,7,624384,643169 +TUR,1999,8,624872,642711 +TUR,1999,9,626146,643030 +TUR,1999,10,627925,643824 +TUR,1999,11,630016,644944 +TUR,1999,12,632181,646163 +TUR,1999,13,634110,647130 +TUR,1999,14,635864,647854 +TUR,1999,15,637591,648487 +TUR,1999,16,636958,646601 +TUR,1999,17,632859,641034 +TUR,1999,18,626252,632778 +TUR,2000,0,676151,703085 +TUR,2000,1,661450,687233 +TUR,2000,2,649571,674245 +TUR,2000,3,640256,663856 +TUR,2000,4,633246,655802 +TUR,2000,5,628282,649818 +TUR,2000,6,625107,645640 +TUR,2000,7,623462,643002 +TUR,2000,8,623089,641641 +TUR,2000,9,623728,641291 +TUR,2000,10,625105,641657 +TUR,2000,11,626941,642444 +TUR,2000,12,629070,643541 +TUR,2000,13,631268,644748 +TUR,2000,14,633223,645706 +TUR,2000,15,634979,646390 +TUR,2000,16,636687,646966 +TUR,2000,17,636039,645027 +TUR,2000,18,631937,639422 +TUR,2001,0,669452,696506 +TUR,2001,1,671151,697807 +TUR,2001,2,659020,684620 +TUR,2001,3,648794,673341 +TUR,2001,4,640362,663860 +TUR,2001,5,633616,656067 +TUR,2001,6,628303,649703 +TUR,2001,7,624167,644505 +TUR,2001,8,621828,641126 +TUR,2001,9,621469,639760 +TUR,2001,10,622545,639842 +TUR,2001,11,624050,640318 +TUR,2001,12,625854,641049 +TUR,2001,13,627959,642082 +TUR,2001,14,630156,643220 +TUR,2001,15,632122,644107 +TUR,2001,16,633882,644716 +TUR,2001,17,635590,645212 +TUR,2001,18,634943,643208 +TUR,2002,0,657393,684390 +TUR,2002,1,653987,680432 +TUR,2002,2,666718,693198 +TUR,2002,3,657148,682663 +TUR,2002,4,648564,673080 +TUR,2002,5,641008,664497 +TUR,2002,6,634521,656959 +TUR,2002,7,628853,650208 +TUR,2002,8,623754,643987 +TUR,2002,9,620720,639863 +TUR,2002,10,620375,638491 +TUR,2002,11,621887,639004 +TUR,2002,12,623522,639591 +TUR,2002,13,625296,640266 +TUR,2002,14,627379,641236 +TUR,2002,15,629576,642306 +TUR,2002,16,631555,643123 +TUR,2002,17,633320,643658 +TUR,2002,18,635029,644075 +TUR,2003,0,642550,669346 +TUR,2003,1,646951,673584 +TUR,2003,2,649250,675547 +TUR,2003,3,662487,688821 +TUR,2003,4,655475,680937 +TUR,2003,5,648533,673050 +TUR,2003,6,641851,665363 +TUR,2003,7,635622,658077 +TUR,2003,8,629597,650937 +TUR,2003,9,623531,643689 +TUR,2003,10,619800,638818 +TUR,2003,11,619470,637439 +TUR,2003,12,621420,638385 +TUR,2003,13,623186,639083 +TUR,2003,14,624928,639703 +TUR,2003,15,626991,640609 +TUR,2003,16,629188,641612 +TUR,2003,17,631182,642360 +TUR,2003,18,632952,642820 +TUR,2004,0,628759,655283 +TUR,2004,1,639593,666294 +TUR,2004,2,646858,673501 +TUR,2004,3,650990,677362 +TUR,2004,4,658026,684169 +TUR,2004,5,653577,678940 +TUR,2004,6,648280,672753 +TUR,2004,7,642476,665966 +TUR,2004,8,636506,658935 +TUR,2004,9,630127,651409 +TUR,2004,10,623096,643136 +TUR,2004,11,618669,637519 +TUR,2004,12,618353,636134 +TUR,2004,13,620740,637512 +TUR,2004,14,622636,638321 +TUR,2004,15,624348,638885 +TUR,2004,16,626389,639728 +TUR,2004,17,628586,640664 +TUR,2004,18,630592,641341 +TUR,2005,0,618990,645262 +TUR,2005,1,633279,659949 +TUR,2005,2,643353,670160 +TUR,2005,3,649702,676406 +TUR,2005,4,652817,679201 +TUR,2005,5,653187,679058 +TUR,2005,6,651303,676488 +TUR,2005,7,647654,672005 +TUR,2005,8,642731,666121 +TUR,2005,9,637023,659350 +TUR,2005,10,630293,651443 +TUR,2005,11,622301,642150 +TUR,2005,12,617181,635792 +TUR,2005,13,616880,634403 +TUR,2005,14,619702,636211 +TUR,2005,15,621727,637130 +TUR,2005,16,623407,637639 +TUR,2005,17,625425,638417 +TUR,2005,18,627621,639285 +TUR,2006,0,614465,640616 +TUR,2006,1,621165,647544 +TUR,2006,2,633118,659767 +TUR,2006,3,641759,668460 +TUR,2006,4,647425,673973 +TUR,2006,5,650453,676661 +TUR,2006,6,651338,677037 +TUR,2006,7,650572,675616 +TUR,2006,8,647712,671940 +TUR,2006,9,642782,666037 +TUR,2006,10,636589,658746 +TUR,2006,11,629674,650632 +TUR,2006,12,621643,641287 +TUR,2006,13,616494,634865 +TUR,2006,14,616183,633403 +TUR,2006,15,619009,635132 +TUR,2006,16,621032,635970 +TUR,2006,17,622708,636394 +TUR,2006,18,624725,637102 +TUR,2007,0,613631,639646 +TUR,2007,1,624838,651349 +TUR,2007,2,622920,649337 +TUR,2007,3,632530,659089 +TUR,2007,4,639733,666258 +TUR,2007,5,644713,671036 +TUR,2007,6,647653,673614 +TUR,2007,7,649051,674509 +TUR,2007,8,649403,674237 +TUR,2007,9,647333,671370 +TUR,2007,10,642400,665452 +TUR,2007,11,635726,657647 +TUR,2007,12,628632,649333 +TUR,2007,13,620567,639942 +TUR,2007,14,615391,633462 +TUR,2007,15,615072,631927 +TUR,2007,16,617899,633576 +TUR,2007,17,619919,634332 +TUR,2007,18,621589,634671 +TUR,2008,0,616456,642535 +TUR,2008,1,622795,649252 +TUR,2008,2,628034,654713 +TUR,2008,3,624683,651133 +TUR,2008,4,631954,658418 +TUR,2008,5,637721,664066 +TUR,2008,6,642015,668108 +TUR,2008,7,644867,670577 +TUR,2008,8,646778,671991 +TUR,2008,9,648247,672866 +TUR,2008,10,646965,670807 +TUR,2008,11,642029,664873 +TUR,2008,12,634874,656555 +TUR,2008,13,627601,648041 +TUR,2008,14,619502,638604 +TUR,2008,15,614301,632066 +TUR,2008,16,613972,630459 +TUR,2008,17,616801,632028 +TUR,2008,18,618818,632702 +TUR,2009,0,622488,649099 +TUR,2009,1,623694,650444 +TUR,2009,2,625388,652204 +TUR,2009,3,627434,654238 +TUR,2009,4,626972,653524 +TUR,2009,5,631911,658350 +TUR,2009,6,636247,662483 +TUR,2009,7,639859,665795 +TUR,2009,8,642627,668157 +TUR,2009,9,645052,670089 +TUR,2009,10,647637,672112 +TUR,2009,11,647143,670858 +TUR,2009,12,642200,664904 +TUR,2009,13,634558,656066 +TUR,2009,14,627099,647344 +TUR,2009,15,618960,637853 +TUR,2009,16,613728,631250 +TUR,2009,17,613390,629570 +TUR,2009,18,616223,631060 +TUR,2010,0,631023,658784 +TUR,2010,1,628027,655569 +TUR,2010,2,626701,654048 +TUR,2010,3,626769,653933 +TUR,2010,4,627959,654934 +TUR,2010,5,629996,656763 +TUR,2010,6,632606,659133 +TUR,2010,7,635515,661753 +TUR,2010,8,638449,664337 +TUR,2010,9,641133,666595 +TUR,2010,10,644076,669050 +TUR,2010,11,647783,672224 +TUR,2010,12,648077,671776 +TUR,2010,13,643121,665794 +TUR,2010,14,634983,656422 +TUR,2010,15,627330,647481 +TUR,2010,16,619141,637923 +TUR,2010,17,613872,631248 +TUR,2010,18,613524,629491 +TUR,2011,0,640394,669589 +TUR,2011,1,634423,662034 +TUR,2011,2,631824,659145 +TUR,2011,3,630719,657812 +TUR,2011,4,630859,657762 +TUR,2011,5,631994,658725 +TUR,2011,6,633856,660417 +TUR,2011,7,636177,662557 +TUR,2011,8,638797,664925 +TUR,2011,9,641502,667272 +TUR,2011,10,643988,669293 +TUR,2011,11,646682,671471 +TUR,2011,12,650118,674351 +TUR,2011,13,650125,673572 +TUR,2011,14,644867,667217 +TUR,2011,15,636428,657457 +TUR,2011,16,628481,648134 +TUR,2011,17,619991,638185 +TUR,2011,18,614519,631233 +TUR,2012,0,652248,683450 +TUR,2012,1,643767,673605 +TUR,2012,2,638314,665826 +TUR,2012,3,636109,663260 +TUR,2012,4,635225,662112 +TUR,2012,5,635436,662129 +TUR,2012,6,636518,663054 +TUR,2012,7,638207,664610 +TUR,2012,8,640241,666522 +TUR,2012,9,642575,668640 +TUR,2012,10,645053,670752 +TUR,2012,11,647342,672539 +TUR,2012,12,649790,674442 +TUR,2012,13,652956,677030 +TUR,2012,14,652677,675922 +TUR,2012,15,647113,669190 +TUR,2012,16,638368,659033 +TUR,2012,17,630121,649321 +TUR,2012,18,621324,638974 +TUR,2013,0,663870,697240 +TUR,2013,1,654196,685586 +TUR,2013,2,647149,676954 +TUR,2013,3,642488,670016 +TUR,2013,4,640675,667770 +TUR,2013,5,640012,666808 +TUR,2013,6,640295,666890 +TUR,2013,7,641323,667778 +TUR,2013,8,642840,669200 +TUR,2013,9,644588,670885 +TUR,2013,10,646637,672755 +TUR,2013,11,648889,674634 +TUR,2013,12,650983,676187 +TUR,2013,13,653185,677815 +TUR,2013,14,656084,680114 +TUR,2013,15,655518,678676 +TUR,2013,16,649647,671562 +TUR,2013,17,640590,661002 +TUR,2013,18,632039,650897 +TUR,2014,0,671747,706885 +TUR,2014,1,662390,695154 +TUR,2014,2,655271,686131 +TUR,2014,3,650148,679518 +TUR,2014,4,646734,674488 +TUR,2014,5,645315,672562 +TUR,2014,6,644872,671785 +TUR,2014,7,645227,671933 +TUR,2014,8,646201,672785 +TUR,2014,9,647546,674073 +TUR,2014,10,649009,675531 +TUR,2014,11,650771,677153 +TUR,2014,12,652799,678799 +TUR,2014,13,654697,680119 +TUR,2014,14,656653,681474 +TUR,2014,15,659285,683484 +TUR,2014,16,658432,681714 +TUR,2014,17,652252,674216 +TUR,2014,18,642883,663249 +TUR,2015,0,673519,709634 +TUR,2015,1,666155,699857 +TUR,2015,2,660367,692129 +TUR,2015,3,656002,686241 +TUR,2015,4,652904,681988 +TUR,2015,5,650920,679162 +TUR,2015,6,649894,677556 +TUR,2015,7,649672,676964 +TUR,2015,8,650099,677179 +TUR,2015,9,651020,677994 +TUR,2015,10,652192,679148 +TUR,2015,11,653368,680381 +TUR,2015,12,654845,681754 +TUR,2015,13,656647,683168 +TUR,2015,14,658349,684255 +TUR,2015,15,660059,685336 +TUR,2015,16,662424,687057 +TUR,2015,17,661284,684955 +TUR,2015,18,654795,677069 +TUR,2016,0,668520,703771 +TUR,2016,1,673133,708028 +TUR,2016,2,667760,700745 +TUR,2016,3,663290,694721 +TUR,2016,4,659675,689872 +TUR,2016,5,656868,686114 +TUR,2016,6,654714,683239 +TUR,2016,7,653059,681038 +TUR,2016,8,652387,680048 +TUR,2016,9,652862,680433 +TUR,2016,10,654118,681737 +TUR,2016,11,655390,683098 +TUR,2016,12,656553,684399 +TUR,2016,13,657953,685715 +TUR,2016,14,659591,686900 +TUR,2016,15,661079,687651 +TUR,2016,16,662573,688392 +TUR,2016,17,664703,689738 +TUR,2016,18,663399,687367 +TUR,2017,0,657353,690971 +TUR,2017,1,659835,692227 +TUR,2017,2,672893,706889 +TUR,2017,3,669515,702100 +TUR,2017,4,666364,697781 +TUR,2017,5,663501,693970 +TUR,2017,6,660984,690707 +TUR,2017,7,658660,687780 +TUR,2017,8,656376,684980 +TUR,2017,9,655253,683590 +TUR,2017,10,655776,684147 +TUR,2017,11,657366,685942 +TUR,2017,12,658740,687511 +TUR,2017,13,659890,688883 +TUR,2017,14,661212,690142 +TUR,2017,15,662687,691099 +TUR,2017,16,663960,691513 +TUR,2017,17,665238,691913 +TUR,2017,18,667133,692885 +TUR,2018,0,642391,673897 +TUR,2018,1,651292,682520 +TUR,2018,2,658125,689097 +TUR,2018,3,672314,705494 +TUR,2018,4,670937,703207 +TUR,2018,5,669111,700599 +TUR,2018,6,667002,697831 +TUR,2018,7,664778,695064 +TUR,2018,8,662284,692087 +TUR,2018,9,659369,688688 +TUR,2018,10,657795,686897 +TUR,2018,11,658366,687626 +TUR,2018,12,660291,689913 +TUR,2018,13,661767,691690 +TUR,2018,14,662902,693131 +TUR,2018,15,664146,694334 +TUR,2018,16,665457,695061 +TUR,2018,17,666514,695137 +TUR,2018,18,667575,695196 +TUR,2019,0,627000,657000 +TUR,2019,1,641000,671000 +TUR,2019,2,653000,683000 +TUR,2019,3,661000,691000 +TUR,2019,4,671000,703000 +TUR,2019,5,671000,703000 +TUR,2019,6,671000,702000 +TUR,2019,7,670000,700000 +TUR,2019,8,668000,698000 +TUR,2019,9,665000,695000 +TUR,2019,10,661000,691000 +TUR,2019,11,659000,689000 +TUR,2019,12,660000,690000 +TUR,2019,13,662000,693000 +TUR,2019,14,664000,695000 +TUR,2019,15,665000,696000 +TUR,2019,16,666000,697000 +TUR,2019,17,667000,698000 +TUR,2019,18,668000,698000 +TUR,2020,0,614000,642000 +TUR,2020,1,632000,660000 +TUR,2020,2,645000,675000 +TUR,2020,3,656000,686000 +TUR,2020,4,663000,693000 +TUR,2020,5,668000,698000 +TUR,2020,6,670000,701000 +TUR,2020,7,671000,702000 +TUR,2020,8,671000,701000 +TUR,2020,9,669000,700000 +TUR,2020,10,666000,697000 +TUR,2020,11,662000,692000 +TUR,2020,12,660000,689000 +TUR,2020,13,660000,690000 +TUR,2020,14,663000,694000 +TUR,2020,15,665000,696000 +TUR,2020,16,666000,697000 +TUR,2020,17,667000,699000 +TUR,2020,18,668000,699000 +TUR,2021,0,610000,637000 +TUR,2021,1,619000,648000 +TUR,2021,2,634000,663000 +TUR,2021,3,646000,675000 +TUR,2021,4,654000,685000 +TUR,2021,5,661000,691000 +TUR,2021,6,665000,696000 +TUR,2021,7,668000,699000 +TUR,2021,8,668000,699000 +TUR,2021,9,668000,699000 +TUR,2021,10,666000,697000 +TUR,2021,11,663000,694000 +TUR,2021,12,660000,689000 +TUR,2021,13,657000,687000 +TUR,2021,14,658000,688000 +TUR,2021,15,661000,691000 +TUR,2021,16,662000,693000 +TUR,2021,17,663000,695000 +TUR,2021,18,665000,696000 +TUR,2022,0,607000,636000 +TUR,2022,1,623000,652000 +TUR,2022,2,623000,651000 +TUR,2022,3,635000,664000 +TUR,2022,4,644000,674000 +TUR,2022,5,652000,682000 +TUR,2022,6,657000,688000 +TUR,2022,7,661000,691000 +TUR,2022,8,663000,694000 +TUR,2022,9,664000,695000 +TUR,2022,10,663000,694000 +TUR,2022,11,662000,692000 +TUR,2022,12,659000,689000 +TUR,2022,13,656000,685000 +TUR,2022,14,654000,683000 +TUR,2022,15,654000,684000 +TUR,2022,16,657000,687000 +TUR,2022,17,658000,689000 +TUR,2022,18,660000,690000 +TUR,2023,0,606000,635000 +TUR,2023,1,619000,648000 +TUR,2023,2,629000,659000 +TUR,2023,3,625000,654000 +TUR,2023,4,635000,664000 +TUR,2023,5,642000,672000 +TUR,2023,6,648000,678000 +TUR,2023,7,652000,682000 +TUR,2023,8,656000,686000 +TUR,2023,9,658000,688000 +TUR,2023,10,659000,689000 +TUR,2023,11,658000,688000 +TUR,2023,12,656000,686000 +TUR,2023,13,654000,683000 +TUR,2023,14,651000,679000 +TUR,2023,15,649000,677000 +TUR,2023,16,650000,678000 +TUR,2023,17,652000,681000 +TUR,2023,18,654000,683000 +TUR,2024,0,606000,635000 +TUR,2024,1,615000,644000 +TUR,2024,2,622000,652000 +TUR,2024,3,629000,658000 +TUR,2024,4,628000,656000 +TUR,2024,5,634000,663000 +TUR,2024,6,640000,669000 +TUR,2024,7,644000,674000 +TUR,2024,8,648000,677000 +TUR,2024,9,650000,680000 +TUR,2024,10,652000,682000 +TUR,2024,11,653000,683000 +TUR,2024,12,652000,682000 +TUR,2024,13,650000,679000 +TUR,2024,14,648000,677000 +TUR,2024,15,646000,674000 +TUR,2024,16,644000,672000 +TUR,2024,17,645000,673000 +TUR,2024,18,647000,675000 +TUR,2025,0,604000,633000 +TUR,2025,1,610000,639000 +TUR,2025,2,616000,645000 +TUR,2025,3,621000,650000 +TUR,2025,4,626000,655000 +TUR,2025,5,630000,659000 +TUR,2025,6,634000,663000 +TUR,2025,7,638000,667000 +TUR,2025,8,641000,670000 +TUR,2025,9,643000,672000 +TUR,2025,10,645000,674000 +TUR,2025,11,647000,677000 +TUR,2025,12,648000,677000 +TUR,2025,13,647000,676000 +TUR,2025,14,645000,674000 +TUR,2025,15,643000,671000 +TUR,2025,16,641000,668000 +TUR,2025,17,640000,667000 +TUR,2025,18,641000,668000 +TUR,2026,0,600000,629000 +TUR,2026,1,603000,632000 +TUR,2026,2,609000,638000 +TUR,2026,3,615000,644000 +TUR,2026,4,620000,649000 +TUR,2026,5,625000,654000 +TUR,2026,6,630000,658000 +TUR,2026,7,634000,662000 +TUR,2026,8,637000,666000 +TUR,2026,9,640000,668000 +TUR,2026,10,641000,670000 +TUR,2026,11,643000,671000 +TUR,2026,12,644000,673000 +TUR,2026,13,644000,673000 +TUR,2026,14,643000,672000 +TUR,2026,15,641000,669000 +TUR,2026,16,640000,667000 +TUR,2026,17,638000,664000 +TUR,2026,18,637000,663000 +TUR,2027,0,595000,624000 +TUR,2027,1,599000,628000 +TUR,2027,2,602000,632000 +TUR,2027,3,608000,637000 +TUR,2027,4,614000,643000 +TUR,2027,5,619000,648000 +TUR,2027,6,624000,653000 +TUR,2027,7,629000,658000 +TUR,2027,8,633000,662000 +TUR,2027,9,637000,665000 +TUR,2027,10,639000,667000 +TUR,2027,11,639000,668000 +TUR,2027,12,640000,669000 +TUR,2027,13,641000,669000 +TUR,2027,14,641000,669000 +TUR,2027,15,640000,668000 +TUR,2027,16,638000,666000 +TUR,2027,17,636000,663000 +TUR,2027,18,635000,661000 +TUR,2028,0,590000,619000 +TUR,2028,1,593000,622000 +TUR,2028,2,597000,626000 +TUR,2028,3,602000,631000 +TUR,2028,4,608000,637000 +TUR,2028,5,614000,642000 +TUR,2028,6,619000,648000 +TUR,2028,7,624000,653000 +TUR,2028,8,629000,657000 +TUR,2028,9,633000,662000 +TUR,2028,10,636000,665000 +TUR,2028,11,638000,666000 +TUR,2028,12,638000,667000 +TUR,2028,13,638000,666000 +TUR,2028,14,638000,666000 +TUR,2028,15,637000,665000 +TUR,2028,16,636000,664000 +TUR,2028,17,635000,662000 +TUR,2028,18,634000,660000 +TUR,2029,0,585000,613000 +TUR,2029,1,588000,617000 +TUR,2029,2,592000,621000 +TUR,2029,3,597000,625000 +TUR,2029,4,602000,631000 +TUR,2029,5,608000,637000 +TUR,2029,6,613000,642000 +TUR,2029,7,619000,648000 +TUR,2029,8,624000,653000 +TUR,2029,9,628000,657000 +TUR,2029,10,633000,662000 +TUR,2029,11,636000,665000 +TUR,2029,12,637000,666000 +TUR,2029,13,637000,665000 +TUR,2029,14,636000,664000 +TUR,2029,15,635000,663000 +TUR,2029,16,634000,662000 +TUR,2029,17,633000,661000 +TUR,2029,18,632000,659000 +TUR,2030,0,581000,609000 +TUR,2030,1,584000,612000 +TUR,2030,2,588000,616000 +TUR,2030,3,592000,621000 +TUR,2030,4,597000,626000 +TUR,2030,5,602000,631000 +TUR,2030,6,608000,637000 +TUR,2030,7,613000,642000 +TUR,2030,8,618000,647000 +TUR,2030,9,623000,653000 +TUR,2030,10,628000,657000 +TUR,2030,11,633000,662000 +TUR,2030,12,636000,665000 +TUR,2030,13,637000,666000 +TUR,2030,14,635000,664000 +TUR,2030,15,634000,663000 +TUR,2030,16,632000,661000 +TUR,2030,17,631000,659000 +TUR,2030,18,630000,657000 +TUR,2031,0,577000,605000 +TUR,2031,1,580000,608000 +TUR,2031,2,583000,611000 +TUR,2031,3,587000,615000 +TUR,2031,4,592000,620000 +TUR,2031,5,597000,625000 +TUR,2031,6,602000,631000 +TUR,2031,7,607000,636000 +TUR,2031,8,613000,641000 +TUR,2031,9,618000,647000 +TUR,2031,10,623000,652000 +TUR,2031,11,628000,657000 +TUR,2031,12,633000,662000 +TUR,2031,13,636000,665000 +TUR,2031,14,636000,665000 +TUR,2031,15,635000,663000 +TUR,2031,16,633000,661000 +TUR,2031,17,631000,659000 +TUR,2031,18,630000,657000 +TUR,2032,0,574000,602000 +TUR,2032,1,576000,604000 +TUR,2032,2,579000,607000 +TUR,2032,3,583000,611000 +TUR,2032,4,587000,615000 +TUR,2032,5,592000,620000 +TUR,2032,6,597000,625000 +TUR,2032,7,602000,630000 +TUR,2032,8,607000,636000 +TUR,2032,9,612000,641000 +TUR,2032,10,618000,646000 +TUR,2032,11,623000,652000 +TUR,2032,12,628000,657000 +TUR,2032,13,633000,661000 +TUR,2032,14,636000,664000 +TUR,2032,15,636000,664000 +TUR,2032,16,634000,662000 +TUR,2032,17,632000,660000 +TUR,2032,18,630000,658000 +TUR,2033,0,571000,599000 +TUR,2033,1,573000,600000 +TUR,2033,2,575000,603000 +TUR,2033,3,579000,606000 +TUR,2033,4,582000,610000 +TUR,2033,5,587000,615000 +TUR,2033,6,591000,620000 +TUR,2033,7,596000,625000 +TUR,2033,8,602000,630000 +TUR,2033,9,607000,635000 +TUR,2033,10,612000,641000 +TUR,2033,11,618000,646000 +TUR,2033,12,623000,651000 +TUR,2033,13,628000,656000 +TUR,2033,14,633000,661000 +TUR,2033,15,635000,664000 +TUR,2033,16,635000,664000 +TUR,2033,17,633000,662000 +TUR,2033,18,632000,659000 +TUR,2034,0,568000,596000 +TUR,2034,1,569000,597000 +TUR,2034,2,571000,599000 +TUR,2034,3,574000,602000 +TUR,2034,4,578000,606000 +TUR,2034,5,582000,610000 +TUR,2034,6,586000,614000 +TUR,2034,7,591000,619000 +TUR,2034,8,596000,625000 +TUR,2034,9,602000,630000 +TUR,2034,10,607000,635000 +TUR,2034,11,612000,640000 +TUR,2034,12,617000,646000 +TUR,2034,13,622000,651000 +TUR,2034,14,627000,656000 +TUR,2034,15,632000,661000 +TUR,2034,16,635000,664000 +TUR,2034,17,635000,663000 +TUR,2034,18,633000,661000 +TUR,2035,0,565000,593000 +TUR,2035,1,566000,593000 +TUR,2035,2,567000,595000 +TUR,2035,3,570000,598000 +TUR,2035,4,573000,601000 +TUR,2035,5,577000,605000 +TUR,2035,6,581000,609000 +TUR,2035,7,586000,614000 +TUR,2035,8,591000,619000 +TUR,2035,9,596000,624000 +TUR,2035,10,601000,630000 +TUR,2035,11,606000,635000 +TUR,2035,12,611000,640000 +TUR,2035,13,617000,646000 +TUR,2035,14,622000,651000 +TUR,2035,15,627000,656000 +TUR,2035,16,632000,661000 +TUR,2035,17,635000,664000 +TUR,2035,18,635000,663000 +TUR,2036,0,561000,589000 +TUR,2036,1,564000,592000 +TUR,2036,2,565000,593000 +TUR,2036,3,567000,595000 +TUR,2036,4,570000,598000 +TUR,2036,5,573000,601000 +TUR,2036,6,577000,605000 +TUR,2036,7,581000,609000 +TUR,2036,8,586000,614000 +TUR,2036,9,591000,619000 +TUR,2036,10,596000,624000 +TUR,2036,11,600000,629000 +TUR,2036,12,605000,634000 +TUR,2036,13,610000,639000 +TUR,2036,14,616000,644000 +TUR,2036,15,621000,649000 +TUR,2036,16,626000,654000 +TUR,2036,17,631000,659000 +TUR,2036,18,634000,662000 +TUR,2037,0,557000,584000 +TUR,2037,1,558000,586000 +TUR,2037,2,563000,591000 +TUR,2037,3,565000,593000 +TUR,2037,4,567000,595000 +TUR,2037,5,570000,598000 +TUR,2037,6,574000,601000 +TUR,2037,7,577000,605000 +TUR,2037,8,581000,609000 +TUR,2037,9,586000,613000 +TUR,2037,10,590000,618000 +TUR,2037,11,595000,623000 +TUR,2037,12,600000,628000 +TUR,2037,13,604000,632000 +TUR,2037,14,609000,637000 +TUR,2037,15,614000,642000 +TUR,2037,16,619000,647000 +TUR,2037,17,624000,652000 +TUR,2037,18,629000,657000 +TUR,2038,0,552000,579000 +TUR,2038,1,554000,582000 +TUR,2038,2,557000,584000 +TUR,2038,3,562000,590000 +TUR,2038,4,564000,592000 +TUR,2038,5,567000,595000 +TUR,2038,6,570000,598000 +TUR,2038,7,574000,601000 +TUR,2038,8,577000,605000 +TUR,2038,9,581000,609000 +TUR,2038,10,585000,613000 +TUR,2038,11,590000,618000 +TUR,2038,12,594000,622000 +TUR,2038,13,599000,627000 +TUR,2038,14,603000,631000 +TUR,2038,15,608000,636000 +TUR,2038,16,613000,641000 +TUR,2038,17,618000,645000 +TUR,2038,18,623000,650000 +TUR,2039,0,548000,575000 +TUR,2039,1,551000,578000 +TUR,2039,2,554000,581000 +TUR,2039,3,557000,584000 +TUR,2039,4,561000,588000 +TUR,2039,5,564000,591000 +TUR,2039,6,567000,594000 +TUR,2039,7,570000,598000 +TUR,2039,8,574000,601000 +TUR,2039,9,577000,605000 +TUR,2039,10,581000,609000 +TUR,2039,11,585000,613000 +TUR,2039,12,589000,617000 +TUR,2039,13,593000,621000 +TUR,2039,14,598000,626000 +TUR,2039,15,602000,630000 +TUR,2039,16,606000,634000 +TUR,2039,17,611000,639000 +TUR,2039,18,616000,644000 +TUR,2040,0,543000,570000 +TUR,2040,1,547000,574000 +TUR,2040,2,550000,577000 +TUR,2040,3,553000,580000 +TUR,2040,4,556000,584000 +TUR,2040,5,560000,587000 +TUR,2040,6,563000,591000 +TUR,2040,7,566000,594000 +TUR,2040,8,570000,598000 +TUR,2040,9,573000,601000 +TUR,2040,10,577000,605000 +TUR,2040,11,581000,608000 +TUR,2040,12,584000,612000 +TUR,2040,13,588000,616000 +TUR,2040,14,592000,620000 +TUR,2040,15,597000,625000 +TUR,2040,16,600000,628000 +TUR,2040,17,604000,632000 +TUR,2040,18,609000,637000 +TUR,2041,0,540000,567000 +TUR,2041,1,543000,570000 +TUR,2041,2,547000,574000 +TUR,2041,3,550000,577000 +TUR,2041,4,553000,580000 +TUR,2041,5,556000,584000 +TUR,2041,6,560000,587000 +TUR,2041,7,563000,591000 +TUR,2041,8,566000,594000 +TUR,2041,9,570000,597000 +TUR,2041,10,573000,601000 +TUR,2041,11,576000,604000 +TUR,2041,12,580000,607000 +TUR,2041,13,583000,611000 +TUR,2041,14,587000,615000 +TUR,2041,15,591000,619000 +TUR,2041,16,595000,623000 +TUR,2041,17,599000,626000 +TUR,2041,18,603000,630000 +TUR,2042,0,537000,564000 +TUR,2042,1,540000,567000 +TUR,2042,2,543000,570000 +TUR,2042,3,546000,573000 +TUR,2042,4,550000,577000 +TUR,2042,5,553000,580000 +TUR,2042,6,556000,583000 +TUR,2042,7,560000,587000 +TUR,2042,8,563000,591000 +TUR,2042,9,566000,594000 +TUR,2042,10,570000,597000 +TUR,2042,11,572000,600000 +TUR,2042,12,575000,603000 +TUR,2042,13,579000,606000 +TUR,2042,14,582000,609000 +TUR,2042,15,586000,613000 +TUR,2042,16,590000,617000 +TUR,2042,17,594000,621000 +TUR,2042,18,598000,624000 +TUR,2043,0,535000,561000 +TUR,2043,1,537000,564000 +TUR,2043,2,540000,567000 +TUR,2043,3,543000,570000 +TUR,2043,4,546000,573000 +TUR,2043,5,549000,576000 +TUR,2043,6,553000,580000 +TUR,2043,7,556000,583000 +TUR,2043,8,559000,587000 +TUR,2043,9,563000,590000 +TUR,2043,10,566000,594000 +TUR,2043,11,569000,597000 +TUR,2043,12,572000,599000 +TUR,2043,13,575000,602000 +TUR,2043,14,577000,605000 +TUR,2043,15,581000,608000 +TUR,2043,16,584000,611000 +TUR,2043,17,588000,615000 +TUR,2043,18,592000,619000 +TUR,2044,0,532000,558000 +TUR,2044,1,534000,561000 +TUR,2044,2,537000,563000 +TUR,2044,3,539000,566000 +TUR,2044,4,542000,569000 +TUR,2044,5,546000,572000 +TUR,2044,6,549000,576000 +TUR,2044,7,552000,579000 +TUR,2044,8,556000,583000 +TUR,2044,9,559000,586000 +TUR,2044,10,563000,590000 +TUR,2044,11,566000,593000 +TUR,2044,12,569000,596000 +TUR,2044,13,571000,599000 +TUR,2044,14,574000,601000 +TUR,2044,15,576000,603000 +TUR,2044,16,579000,606000 +TUR,2044,17,583000,610000 +TUR,2044,18,587000,613000 +TUR,2045,0,529000,555000 +TUR,2045,1,531000,557000 +TUR,2045,2,533000,560000 +TUR,2045,3,536000,562000 +TUR,2045,4,539000,565000 +TUR,2045,5,542000,569000 +TUR,2045,6,545000,572000 +TUR,2045,7,548000,575000 +TUR,2045,8,552000,579000 +TUR,2045,9,555000,582000 +TUR,2045,10,559000,586000 +TUR,2045,11,562000,590000 +TUR,2045,12,566000,593000 +TUR,2045,13,568000,596000 +TUR,2045,14,570000,598000 +TUR,2045,15,572000,600000 +TUR,2045,16,575000,602000 +TUR,2045,17,577000,605000 +TUR,2045,18,581000,608000 +TUR,2046,0,527000,553000 +TUR,2046,1,529000,555000 +TUR,2046,2,531000,557000 +TUR,2046,3,533000,560000 +TUR,2046,4,536000,563000 +TUR,2046,5,539000,566000 +TUR,2046,6,542000,569000 +TUR,2046,7,545000,572000 +TUR,2046,8,548000,575000 +TUR,2046,9,551000,579000 +TUR,2046,10,555000,582000 +TUR,2046,11,558000,585000 +TUR,2046,12,561000,589000 +TUR,2046,13,564000,592000 +TUR,2046,14,567000,594000 +TUR,2046,15,569000,596000 +TUR,2046,16,571000,598000 +TUR,2046,17,573000,600000 +TUR,2046,18,576000,603000 +TUR,2047,0,524000,550000 +TUR,2047,1,526000,552000 +TUR,2047,2,528000,554000 +TUR,2047,3,531000,557000 +TUR,2047,4,533000,560000 +TUR,2047,5,536000,562000 +TUR,2047,6,539000,565000 +TUR,2047,7,542000,569000 +TUR,2047,8,545000,572000 +TUR,2047,9,548000,575000 +TUR,2047,10,551000,578000 +TUR,2047,11,554000,581000 +TUR,2047,12,557000,584000 +TUR,2047,13,560000,588000 +TUR,2047,14,563000,590000 +TUR,2047,15,566000,593000 +TUR,2047,16,568000,594000 +TUR,2047,17,570000,596000 +TUR,2047,18,572000,598000 +TUR,2048,0,521000,547000 +TUR,2048,1,523000,549000 +TUR,2048,2,525000,551000 +TUR,2048,3,528000,554000 +TUR,2048,4,530000,557000 +TUR,2048,5,533000,559000 +TUR,2048,6,536000,562000 +TUR,2048,7,539000,565000 +TUR,2048,8,542000,569000 +TUR,2048,9,545000,572000 +TUR,2048,10,548000,575000 +TUR,2048,11,551000,578000 +TUR,2048,12,553000,581000 +TUR,2048,13,556000,583000 +TUR,2048,14,559000,586000 +TUR,2048,15,562000,589000 +TUR,2048,16,564000,591000 +TUR,2048,17,566000,593000 +TUR,2048,18,568000,594000 +TUR,2049,0,518000,544000 +TUR,2049,1,520000,546000 +TUR,2049,2,522000,548000 +TUR,2049,3,524000,550000 +TUR,2049,4,527000,553000 +TUR,2049,5,530000,556000 +TUR,2049,6,533000,559000 +TUR,2049,7,535000,562000 +TUR,2049,8,538000,565000 +TUR,2049,9,542000,568000 +TUR,2049,10,545000,572000 +TUR,2049,11,548000,575000 +TUR,2049,12,550000,577000 +TUR,2049,13,553000,580000 +TUR,2049,14,555000,582000 +TUR,2049,15,558000,585000 +TUR,2049,16,560000,587000 +TUR,2049,17,563000,589000 +TUR,2049,18,565000,591000 +TUR,2050,0,515000,540000 +TUR,2050,1,517000,542000 +TUR,2050,2,519000,545000 +TUR,2050,3,521000,547000 +TUR,2050,4,524000,550000 +TUR,2050,5,526000,553000 +TUR,2050,6,529000,556000 +TUR,2050,7,532000,559000 +TUR,2050,8,535000,562000 +TUR,2050,9,538000,565000 +TUR,2050,10,541000,568000 +TUR,2050,11,544000,571000 +TUR,2050,12,547000,574000 +TUR,2050,13,550000,577000 +TUR,2050,14,552000,579000 +TUR,2050,15,554000,581000 +TUR,2050,16,557000,584000 +TUR,2050,17,559000,586000 +TUR,2050,18,561000,587000 +TUV,1990,0,, +TUV,1990,1,, +TUV,1990,2,, +TUV,1990,3,, +TUV,1990,4,, +TUV,1990,5,, +TUV,1990,6,, +TUV,1990,7,, +TUV,1990,8,, +TUV,1990,9,, +TUV,1990,10,, +TUV,1990,11,, +TUV,1990,12,, +TUV,1990,13,, +TUV,1990,14,, +TUV,1990,15,, +TUV,1990,16,, +TUV,1990,17,, +TUV,1990,18,, +TUV,1991,0,, +TUV,1991,1,, +TUV,1991,2,, +TUV,1991,3,, +TUV,1991,4,, +TUV,1991,5,, +TUV,1991,6,, +TUV,1991,7,, +TUV,1991,8,, +TUV,1991,9,, +TUV,1991,10,, +TUV,1991,11,, +TUV,1991,12,, +TUV,1991,13,, +TUV,1991,14,, +TUV,1991,15,, +TUV,1991,16,, +TUV,1991,17,, +TUV,1991,18,, +TUV,1992,0,, +TUV,1992,1,, +TUV,1992,2,, +TUV,1992,3,, +TUV,1992,4,, +TUV,1992,5,, +TUV,1992,6,, +TUV,1992,7,, +TUV,1992,8,, +TUV,1992,9,, +TUV,1992,10,, +TUV,1992,11,, +TUV,1992,12,, +TUV,1992,13,, +TUV,1992,14,, +TUV,1992,15,, +TUV,1992,16,, +TUV,1992,17,, +TUV,1992,18,, +TUV,1993,0,, +TUV,1993,1,, +TUV,1993,2,, +TUV,1993,3,, +TUV,1993,4,, +TUV,1993,5,, +TUV,1993,6,, +TUV,1993,7,, +TUV,1993,8,, +TUV,1993,9,, +TUV,1993,10,, +TUV,1993,11,, +TUV,1993,12,, +TUV,1993,13,, +TUV,1993,14,, +TUV,1993,15,, +TUV,1993,16,, +TUV,1993,17,, +TUV,1993,18,, +TUV,1994,0,, +TUV,1994,1,, +TUV,1994,2,, +TUV,1994,3,, +TUV,1994,4,, +TUV,1994,5,, +TUV,1994,6,, +TUV,1994,7,, +TUV,1994,8,, +TUV,1994,9,, +TUV,1994,10,, +TUV,1994,11,, +TUV,1994,12,, +TUV,1994,13,, +TUV,1994,14,, +TUV,1994,15,, +TUV,1994,16,, +TUV,1994,17,, +TUV,1994,18,, +TUV,1995,0,, +TUV,1995,1,, +TUV,1995,2,, +TUV,1995,3,, +TUV,1995,4,, +TUV,1995,5,, +TUV,1995,6,, +TUV,1995,7,, +TUV,1995,8,, +TUV,1995,9,, +TUV,1995,10,, +TUV,1995,11,, +TUV,1995,12,, +TUV,1995,13,, +TUV,1995,14,, +TUV,1995,15,, +TUV,1995,16,, +TUV,1995,17,, +TUV,1995,18,, +TUV,1996,0,, +TUV,1996,1,, +TUV,1996,2,, +TUV,1996,3,, +TUV,1996,4,, +TUV,1996,5,, +TUV,1996,6,, +TUV,1996,7,, +TUV,1996,8,, +TUV,1996,9,, +TUV,1996,10,, +TUV,1996,11,, +TUV,1996,12,, +TUV,1996,13,, +TUV,1996,14,, +TUV,1996,15,, +TUV,1996,16,, +TUV,1996,17,, +TUV,1996,18,, +TUV,1997,0,, +TUV,1997,1,, +TUV,1997,2,, +TUV,1997,3,, +TUV,1997,4,, +TUV,1997,5,, +TUV,1997,6,, +TUV,1997,7,, +TUV,1997,8,, +TUV,1997,9,, +TUV,1997,10,, +TUV,1997,11,, +TUV,1997,12,, +TUV,1997,13,, +TUV,1997,14,, +TUV,1997,15,, +TUV,1997,16,, +TUV,1997,17,, +TUV,1997,18,, +TUV,1998,0,, +TUV,1998,1,, +TUV,1998,2,, +TUV,1998,3,, +TUV,1998,4,, +TUV,1998,5,, +TUV,1998,6,, +TUV,1998,7,, +TUV,1998,8,, +TUV,1998,9,, +TUV,1998,10,, +TUV,1998,11,, +TUV,1998,12,, +TUV,1998,13,, +TUV,1998,14,, +TUV,1998,15,, +TUV,1998,16,, +TUV,1998,17,, +TUV,1998,18,, +TUV,1999,0,, +TUV,1999,1,, +TUV,1999,2,, +TUV,1999,3,, +TUV,1999,4,, +TUV,1999,5,, +TUV,1999,6,, +TUV,1999,7,, +TUV,1999,8,, +TUV,1999,9,, +TUV,1999,10,, +TUV,1999,11,, +TUV,1999,12,, +TUV,1999,13,, +TUV,1999,14,, +TUV,1999,15,, +TUV,1999,16,, +TUV,1999,17,, +TUV,1999,18,, +TUV,2000,0,, +TUV,2000,1,, +TUV,2000,2,, +TUV,2000,3,, +TUV,2000,4,, +TUV,2000,5,, +TUV,2000,6,, +TUV,2000,7,, +TUV,2000,8,, +TUV,2000,9,, +TUV,2000,10,, +TUV,2000,11,, +TUV,2000,12,, +TUV,2000,13,, +TUV,2000,14,, +TUV,2000,15,, +TUV,2000,16,, +TUV,2000,17,, +TUV,2000,18,, +TUV,2001,0,, +TUV,2001,1,, +TUV,2001,2,, +TUV,2001,3,, +TUV,2001,4,, +TUV,2001,5,, +TUV,2001,6,, +TUV,2001,7,, +TUV,2001,8,, +TUV,2001,9,, +TUV,2001,10,, +TUV,2001,11,, +TUV,2001,12,, +TUV,2001,13,, +TUV,2001,14,, +TUV,2001,15,, +TUV,2001,16,, +TUV,2001,17,, +TUV,2001,18,, +TUV,2002,0,, +TUV,2002,1,, +TUV,2002,2,, +TUV,2002,3,, +TUV,2002,4,, +TUV,2002,5,, +TUV,2002,6,, +TUV,2002,7,, +TUV,2002,8,, +TUV,2002,9,, +TUV,2002,10,, +TUV,2002,11,, +TUV,2002,12,, +TUV,2002,13,, +TUV,2002,14,, +TUV,2002,15,, +TUV,2002,16,, +TUV,2002,17,, +TUV,2002,18,, +TUV,2003,0,, +TUV,2003,1,, +TUV,2003,2,, +TUV,2003,3,, +TUV,2003,4,, +TUV,2003,5,, +TUV,2003,6,, +TUV,2003,7,, +TUV,2003,8,, +TUV,2003,9,, +TUV,2003,10,, +TUV,2003,11,, +TUV,2003,12,, +TUV,2003,13,, +TUV,2003,14,, +TUV,2003,15,, +TUV,2003,16,, +TUV,2003,17,, +TUV,2003,18,, +TUV,2004,0,, +TUV,2004,1,, +TUV,2004,2,, +TUV,2004,3,, +TUV,2004,4,, +TUV,2004,5,, +TUV,2004,6,, +TUV,2004,7,, +TUV,2004,8,, +TUV,2004,9,, +TUV,2004,10,, +TUV,2004,11,, +TUV,2004,12,, +TUV,2004,13,, +TUV,2004,14,, +TUV,2004,15,, +TUV,2004,16,, +TUV,2004,17,, +TUV,2004,18,, +TUV,2005,0,, +TUV,2005,1,, +TUV,2005,2,, +TUV,2005,3,, +TUV,2005,4,, +TUV,2005,5,, +TUV,2005,6,, +TUV,2005,7,, +TUV,2005,8,, +TUV,2005,9,, +TUV,2005,10,, +TUV,2005,11,, +TUV,2005,12,, +TUV,2005,13,, +TUV,2005,14,, +TUV,2005,15,, +TUV,2005,16,, +TUV,2005,17,, +TUV,2005,18,, +TUV,2006,0,, +TUV,2006,1,, +TUV,2006,2,, +TUV,2006,3,, +TUV,2006,4,, +TUV,2006,5,, +TUV,2006,6,, +TUV,2006,7,, +TUV,2006,8,, +TUV,2006,9,, +TUV,2006,10,, +TUV,2006,11,, +TUV,2006,12,, +TUV,2006,13,, +TUV,2006,14,, +TUV,2006,15,, +TUV,2006,16,, +TUV,2006,17,, +TUV,2006,18,, +TUV,2007,0,, +TUV,2007,1,, +TUV,2007,2,, +TUV,2007,3,, +TUV,2007,4,, +TUV,2007,5,, +TUV,2007,6,, +TUV,2007,7,, +TUV,2007,8,, +TUV,2007,9,, +TUV,2007,10,, +TUV,2007,11,, +TUV,2007,12,, +TUV,2007,13,, +TUV,2007,14,, +TUV,2007,15,, +TUV,2007,16,, +TUV,2007,17,, +TUV,2007,18,, +TUV,2008,0,, +TUV,2008,1,, +TUV,2008,2,, +TUV,2008,3,, +TUV,2008,4,, +TUV,2008,5,, +TUV,2008,6,, +TUV,2008,7,, +TUV,2008,8,, +TUV,2008,9,, +TUV,2008,10,, +TUV,2008,11,, +TUV,2008,12,, +TUV,2008,13,, +TUV,2008,14,, +TUV,2008,15,, +TUV,2008,16,, +TUV,2008,17,, +TUV,2008,18,, +TUV,2009,0,, +TUV,2009,1,, +TUV,2009,2,, +TUV,2009,3,, +TUV,2009,4,, +TUV,2009,5,, +TUV,2009,6,, +TUV,2009,7,, +TUV,2009,8,, +TUV,2009,9,, +TUV,2009,10,, +TUV,2009,11,, +TUV,2009,12,, +TUV,2009,13,, +TUV,2009,14,, +TUV,2009,15,, +TUV,2009,16,, +TUV,2009,17,, +TUV,2009,18,, +TUV,2010,0,, +TUV,2010,1,, +TUV,2010,2,, +TUV,2010,3,, +TUV,2010,4,, +TUV,2010,5,, +TUV,2010,6,, +TUV,2010,7,, +TUV,2010,8,, +TUV,2010,9,, +TUV,2010,10,, +TUV,2010,11,, +TUV,2010,12,, +TUV,2010,13,, +TUV,2010,14,, +TUV,2010,15,, +TUV,2010,16,, +TUV,2010,17,, +TUV,2010,18,, +TUV,2011,0,, +TUV,2011,1,, +TUV,2011,2,, +TUV,2011,3,, +TUV,2011,4,, +TUV,2011,5,, +TUV,2011,6,, +TUV,2011,7,, +TUV,2011,8,, +TUV,2011,9,, +TUV,2011,10,, +TUV,2011,11,, +TUV,2011,12,, +TUV,2011,13,, +TUV,2011,14,, +TUV,2011,15,, +TUV,2011,16,, +TUV,2011,17,, +TUV,2011,18,, +TUV,2012,0,, +TUV,2012,1,, +TUV,2012,2,, +TUV,2012,3,, +TUV,2012,4,, +TUV,2012,5,, +TUV,2012,6,, +TUV,2012,7,, +TUV,2012,8,, +TUV,2012,9,, +TUV,2012,10,, +TUV,2012,11,, +TUV,2012,12,, +TUV,2012,13,, +TUV,2012,14,, +TUV,2012,15,, +TUV,2012,16,, +TUV,2012,17,, +TUV,2012,18,, +TUV,2013,0,, +TUV,2013,1,, +TUV,2013,2,, +TUV,2013,3,, +TUV,2013,4,, +TUV,2013,5,, +TUV,2013,6,, +TUV,2013,7,, +TUV,2013,8,, +TUV,2013,9,, +TUV,2013,10,, +TUV,2013,11,, +TUV,2013,12,, +TUV,2013,13,, +TUV,2013,14,, +TUV,2013,15,, +TUV,2013,16,, +TUV,2013,17,, +TUV,2013,18,, +TUV,2014,0,, +TUV,2014,1,, +TUV,2014,2,, +TUV,2014,3,, +TUV,2014,4,, +TUV,2014,5,, +TUV,2014,6,, +TUV,2014,7,, +TUV,2014,8,, +TUV,2014,9,, +TUV,2014,10,, +TUV,2014,11,, +TUV,2014,12,, +TUV,2014,13,, +TUV,2014,14,, +TUV,2014,15,, +TUV,2014,16,, +TUV,2014,17,, +TUV,2014,18,, +TUV,2015,0,, +TUV,2015,1,, +TUV,2015,2,, +TUV,2015,3,, +TUV,2015,4,, +TUV,2015,5,, +TUV,2015,6,, +TUV,2015,7,, +TUV,2015,8,, +TUV,2015,9,, +TUV,2015,10,, +TUV,2015,11,, +TUV,2015,12,, +TUV,2015,13,, +TUV,2015,14,, +TUV,2015,15,, +TUV,2015,16,, +TUV,2015,17,, +TUV,2015,18,, +TUV,2016,0,, +TUV,2016,1,, +TUV,2016,2,, +TUV,2016,3,, +TUV,2016,4,, +TUV,2016,5,, +TUV,2016,6,, +TUV,2016,7,, +TUV,2016,8,, +TUV,2016,9,, +TUV,2016,10,, +TUV,2016,11,, +TUV,2016,12,, +TUV,2016,13,, +TUV,2016,14,, +TUV,2016,15,, +TUV,2016,16,, +TUV,2016,17,, +TUV,2016,18,, +TUV,2017,0,, +TUV,2017,1,, +TUV,2017,2,, +TUV,2017,3,, +TUV,2017,4,, +TUV,2017,5,, +TUV,2017,6,, +TUV,2017,7,, +TUV,2017,8,, +TUV,2017,9,, +TUV,2017,10,, +TUV,2017,11,, +TUV,2017,12,, +TUV,2017,13,, +TUV,2017,14,, +TUV,2017,15,, +TUV,2017,16,, +TUV,2017,17,, +TUV,2017,18,, +TUV,2018,0,, +TUV,2018,1,, +TUV,2018,2,, +TUV,2018,3,, +TUV,2018,4,, +TUV,2018,5,, +TUV,2018,6,, +TUV,2018,7,, +TUV,2018,8,, +TUV,2018,9,, +TUV,2018,10,, +TUV,2018,11,, +TUV,2018,12,, +TUV,2018,13,, +TUV,2018,14,, +TUV,2018,15,, +TUV,2018,16,, +TUV,2018,17,, +TUV,2018,18,, +TUV,2019,0,, +TUV,2019,1,, +TUV,2019,2,, +TUV,2019,3,, +TUV,2019,4,, +TUV,2019,5,, +TUV,2019,6,, +TUV,2019,7,, +TUV,2019,8,, +TUV,2019,9,, +TUV,2019,10,, +TUV,2019,11,, +TUV,2019,12,, +TUV,2019,13,, +TUV,2019,14,, +TUV,2019,15,, +TUV,2019,16,, +TUV,2019,17,, +TUV,2019,18,, +TUV,2020,0,, +TUV,2020,1,, +TUV,2020,2,, +TUV,2020,3,, +TUV,2020,4,, +TUV,2020,5,, +TUV,2020,6,, +TUV,2020,7,, +TUV,2020,8,, +TUV,2020,9,, +TUV,2020,10,, +TUV,2020,11,, +TUV,2020,12,, +TUV,2020,13,, +TUV,2020,14,, +TUV,2020,15,, +TUV,2020,16,, +TUV,2020,17,, +TUV,2020,18,, +TUV,2021,0,, +TUV,2021,1,, +TUV,2021,2,, +TUV,2021,3,, +TUV,2021,4,, +TUV,2021,5,, +TUV,2021,6,, +TUV,2021,7,, +TUV,2021,8,, +TUV,2021,9,, +TUV,2021,10,, +TUV,2021,11,, +TUV,2021,12,, +TUV,2021,13,, +TUV,2021,14,, +TUV,2021,15,, +TUV,2021,16,, +TUV,2021,17,, +TUV,2021,18,, +TUV,2022,0,, +TUV,2022,1,, +TUV,2022,2,, +TUV,2022,3,, +TUV,2022,4,, +TUV,2022,5,, +TUV,2022,6,, +TUV,2022,7,, +TUV,2022,8,, +TUV,2022,9,, +TUV,2022,10,, +TUV,2022,11,, +TUV,2022,12,, +TUV,2022,13,, +TUV,2022,14,, +TUV,2022,15,, +TUV,2022,16,, +TUV,2022,17,, +TUV,2022,18,, +TUV,2023,0,, +TUV,2023,1,, +TUV,2023,2,, +TUV,2023,3,, +TUV,2023,4,, +TUV,2023,5,, +TUV,2023,6,, +TUV,2023,7,, +TUV,2023,8,, +TUV,2023,9,, +TUV,2023,10,, +TUV,2023,11,, +TUV,2023,12,, +TUV,2023,13,, +TUV,2023,14,, +TUV,2023,15,, +TUV,2023,16,, +TUV,2023,17,, +TUV,2023,18,, +TUV,2024,0,, +TUV,2024,1,, +TUV,2024,2,, +TUV,2024,3,, +TUV,2024,4,, +TUV,2024,5,, +TUV,2024,6,, +TUV,2024,7,, +TUV,2024,8,, +TUV,2024,9,, +TUV,2024,10,, +TUV,2024,11,, +TUV,2024,12,, +TUV,2024,13,, +TUV,2024,14,, +TUV,2024,15,, +TUV,2024,16,, +TUV,2024,17,, +TUV,2024,18,, +TUV,2025,0,, +TUV,2025,1,, +TUV,2025,2,, +TUV,2025,3,, +TUV,2025,4,, +TUV,2025,5,, +TUV,2025,6,, +TUV,2025,7,, +TUV,2025,8,, +TUV,2025,9,, +TUV,2025,10,, +TUV,2025,11,, +TUV,2025,12,, +TUV,2025,13,, +TUV,2025,14,, +TUV,2025,15,, +TUV,2025,16,, +TUV,2025,17,, +TUV,2025,18,, +TUV,2026,0,, +TUV,2026,1,, +TUV,2026,2,, +TUV,2026,3,, +TUV,2026,4,, +TUV,2026,5,, +TUV,2026,6,, +TUV,2026,7,, +TUV,2026,8,, +TUV,2026,9,, +TUV,2026,10,, +TUV,2026,11,, +TUV,2026,12,, +TUV,2026,13,, +TUV,2026,14,, +TUV,2026,15,, +TUV,2026,16,, +TUV,2026,17,, +TUV,2026,18,, +TUV,2027,0,, +TUV,2027,1,, +TUV,2027,2,, +TUV,2027,3,, +TUV,2027,4,, +TUV,2027,5,, +TUV,2027,6,, +TUV,2027,7,, +TUV,2027,8,, +TUV,2027,9,, +TUV,2027,10,, +TUV,2027,11,, +TUV,2027,12,, +TUV,2027,13,, +TUV,2027,14,, +TUV,2027,15,, +TUV,2027,16,, +TUV,2027,17,, +TUV,2027,18,, +TUV,2028,0,, +TUV,2028,1,, +TUV,2028,2,, +TUV,2028,3,, +TUV,2028,4,, +TUV,2028,5,, +TUV,2028,6,, +TUV,2028,7,, +TUV,2028,8,, +TUV,2028,9,, +TUV,2028,10,, +TUV,2028,11,, +TUV,2028,12,, +TUV,2028,13,, +TUV,2028,14,, +TUV,2028,15,, +TUV,2028,16,, +TUV,2028,17,, +TUV,2028,18,, +TUV,2029,0,, +TUV,2029,1,, +TUV,2029,2,, +TUV,2029,3,, +TUV,2029,4,, +TUV,2029,5,, +TUV,2029,6,, +TUV,2029,7,, +TUV,2029,8,, +TUV,2029,9,, +TUV,2029,10,, +TUV,2029,11,, +TUV,2029,12,, +TUV,2029,13,, +TUV,2029,14,, +TUV,2029,15,, +TUV,2029,16,, +TUV,2029,17,, +TUV,2029,18,, +TUV,2030,0,, +TUV,2030,1,, +TUV,2030,2,, +TUV,2030,3,, +TUV,2030,4,, +TUV,2030,5,, +TUV,2030,6,, +TUV,2030,7,, +TUV,2030,8,, +TUV,2030,9,, +TUV,2030,10,, +TUV,2030,11,, +TUV,2030,12,, +TUV,2030,13,, +TUV,2030,14,, +TUV,2030,15,, +TUV,2030,16,, +TUV,2030,17,, +TUV,2030,18,, +TUV,2031,0,, +TUV,2031,1,, +TUV,2031,2,, +TUV,2031,3,, +TUV,2031,4,, +TUV,2031,5,, +TUV,2031,6,, +TUV,2031,7,, +TUV,2031,8,, +TUV,2031,9,, +TUV,2031,10,, +TUV,2031,11,, +TUV,2031,12,, +TUV,2031,13,, +TUV,2031,14,, +TUV,2031,15,, +TUV,2031,16,, +TUV,2031,17,, +TUV,2031,18,, +TUV,2032,0,, +TUV,2032,1,, +TUV,2032,2,, +TUV,2032,3,, +TUV,2032,4,, +TUV,2032,5,, +TUV,2032,6,, +TUV,2032,7,, +TUV,2032,8,, +TUV,2032,9,, +TUV,2032,10,, +TUV,2032,11,, +TUV,2032,12,, +TUV,2032,13,, +TUV,2032,14,, +TUV,2032,15,, +TUV,2032,16,, +TUV,2032,17,, +TUV,2032,18,, +TUV,2033,0,, +TUV,2033,1,, +TUV,2033,2,, +TUV,2033,3,, +TUV,2033,4,, +TUV,2033,5,, +TUV,2033,6,, +TUV,2033,7,, +TUV,2033,8,, +TUV,2033,9,, +TUV,2033,10,, +TUV,2033,11,, +TUV,2033,12,, +TUV,2033,13,, +TUV,2033,14,, +TUV,2033,15,, +TUV,2033,16,, +TUV,2033,17,, +TUV,2033,18,, +TUV,2034,0,, +TUV,2034,1,, +TUV,2034,2,, +TUV,2034,3,, +TUV,2034,4,, +TUV,2034,5,, +TUV,2034,6,, +TUV,2034,7,, +TUV,2034,8,, +TUV,2034,9,, +TUV,2034,10,, +TUV,2034,11,, +TUV,2034,12,, +TUV,2034,13,, +TUV,2034,14,, +TUV,2034,15,, +TUV,2034,16,, +TUV,2034,17,, +TUV,2034,18,, +TUV,2035,0,, +TUV,2035,1,, +TUV,2035,2,, +TUV,2035,3,, +TUV,2035,4,, +TUV,2035,5,, +TUV,2035,6,, +TUV,2035,7,, +TUV,2035,8,, +TUV,2035,9,, +TUV,2035,10,, +TUV,2035,11,, +TUV,2035,12,, +TUV,2035,13,, +TUV,2035,14,, +TUV,2035,15,, +TUV,2035,16,, +TUV,2035,17,, +TUV,2035,18,, +TUV,2036,0,, +TUV,2036,1,, +TUV,2036,2,, +TUV,2036,3,, +TUV,2036,4,, +TUV,2036,5,, +TUV,2036,6,, +TUV,2036,7,, +TUV,2036,8,, +TUV,2036,9,, +TUV,2036,10,, +TUV,2036,11,, +TUV,2036,12,, +TUV,2036,13,, +TUV,2036,14,, +TUV,2036,15,, +TUV,2036,16,, +TUV,2036,17,, +TUV,2036,18,, +TUV,2037,0,, +TUV,2037,1,, +TUV,2037,2,, +TUV,2037,3,, +TUV,2037,4,, +TUV,2037,5,, +TUV,2037,6,, +TUV,2037,7,, +TUV,2037,8,, +TUV,2037,9,, +TUV,2037,10,, +TUV,2037,11,, +TUV,2037,12,, +TUV,2037,13,, +TUV,2037,14,, +TUV,2037,15,, +TUV,2037,16,, +TUV,2037,17,, +TUV,2037,18,, +TUV,2038,0,, +TUV,2038,1,, +TUV,2038,2,, +TUV,2038,3,, +TUV,2038,4,, +TUV,2038,5,, +TUV,2038,6,, +TUV,2038,7,, +TUV,2038,8,, +TUV,2038,9,, +TUV,2038,10,, +TUV,2038,11,, +TUV,2038,12,, +TUV,2038,13,, +TUV,2038,14,, +TUV,2038,15,, +TUV,2038,16,, +TUV,2038,17,, +TUV,2038,18,, +TUV,2039,0,, +TUV,2039,1,, +TUV,2039,2,, +TUV,2039,3,, +TUV,2039,4,, +TUV,2039,5,, +TUV,2039,6,, +TUV,2039,7,, +TUV,2039,8,, +TUV,2039,9,, +TUV,2039,10,, +TUV,2039,11,, +TUV,2039,12,, +TUV,2039,13,, +TUV,2039,14,, +TUV,2039,15,, +TUV,2039,16,, +TUV,2039,17,, +TUV,2039,18,, +TUV,2040,0,, +TUV,2040,1,, +TUV,2040,2,, +TUV,2040,3,, +TUV,2040,4,, +TUV,2040,5,, +TUV,2040,6,, +TUV,2040,7,, +TUV,2040,8,, +TUV,2040,9,, +TUV,2040,10,, +TUV,2040,11,, +TUV,2040,12,, +TUV,2040,13,, +TUV,2040,14,, +TUV,2040,15,, +TUV,2040,16,, +TUV,2040,17,, +TUV,2040,18,, +TUV,2041,0,, +TUV,2041,1,, +TUV,2041,2,, +TUV,2041,3,, +TUV,2041,4,, +TUV,2041,5,, +TUV,2041,6,, +TUV,2041,7,, +TUV,2041,8,, +TUV,2041,9,, +TUV,2041,10,, +TUV,2041,11,, +TUV,2041,12,, +TUV,2041,13,, +TUV,2041,14,, +TUV,2041,15,, +TUV,2041,16,, +TUV,2041,17,, +TUV,2041,18,, +TUV,2042,0,, +TUV,2042,1,, +TUV,2042,2,, +TUV,2042,3,, +TUV,2042,4,, +TUV,2042,5,, +TUV,2042,6,, +TUV,2042,7,, +TUV,2042,8,, +TUV,2042,9,, +TUV,2042,10,, +TUV,2042,11,, +TUV,2042,12,, +TUV,2042,13,, +TUV,2042,14,, +TUV,2042,15,, +TUV,2042,16,, +TUV,2042,17,, +TUV,2042,18,, +TUV,2043,0,, +TUV,2043,1,, +TUV,2043,2,, +TUV,2043,3,, +TUV,2043,4,, +TUV,2043,5,, +TUV,2043,6,, +TUV,2043,7,, +TUV,2043,8,, +TUV,2043,9,, +TUV,2043,10,, +TUV,2043,11,, +TUV,2043,12,, +TUV,2043,13,, +TUV,2043,14,, +TUV,2043,15,, +TUV,2043,16,, +TUV,2043,17,, +TUV,2043,18,, +TUV,2044,0,, +TUV,2044,1,, +TUV,2044,2,, +TUV,2044,3,, +TUV,2044,4,, +TUV,2044,5,, +TUV,2044,6,, +TUV,2044,7,, +TUV,2044,8,, +TUV,2044,9,, +TUV,2044,10,, +TUV,2044,11,, +TUV,2044,12,, +TUV,2044,13,, +TUV,2044,14,, +TUV,2044,15,, +TUV,2044,16,, +TUV,2044,17,, +TUV,2044,18,, +TUV,2045,0,, +TUV,2045,1,, +TUV,2045,2,, +TUV,2045,3,, +TUV,2045,4,, +TUV,2045,5,, +TUV,2045,6,, +TUV,2045,7,, +TUV,2045,8,, +TUV,2045,9,, +TUV,2045,10,, +TUV,2045,11,, +TUV,2045,12,, +TUV,2045,13,, +TUV,2045,14,, +TUV,2045,15,, +TUV,2045,16,, +TUV,2045,17,, +TUV,2045,18,, +TUV,2046,0,, +TUV,2046,1,, +TUV,2046,2,, +TUV,2046,3,, +TUV,2046,4,, +TUV,2046,5,, +TUV,2046,6,, +TUV,2046,7,, +TUV,2046,8,, +TUV,2046,9,, +TUV,2046,10,, +TUV,2046,11,, +TUV,2046,12,, +TUV,2046,13,, +TUV,2046,14,, +TUV,2046,15,, +TUV,2046,16,, +TUV,2046,17,, +TUV,2046,18,, +TUV,2047,0,, +TUV,2047,1,, +TUV,2047,2,, +TUV,2047,3,, +TUV,2047,4,, +TUV,2047,5,, +TUV,2047,6,, +TUV,2047,7,, +TUV,2047,8,, +TUV,2047,9,, +TUV,2047,10,, +TUV,2047,11,, +TUV,2047,12,, +TUV,2047,13,, +TUV,2047,14,, +TUV,2047,15,, +TUV,2047,16,, +TUV,2047,17,, +TUV,2047,18,, +TUV,2048,0,, +TUV,2048,1,, +TUV,2048,2,, +TUV,2048,3,, +TUV,2048,4,, +TUV,2048,5,, +TUV,2048,6,, +TUV,2048,7,, +TUV,2048,8,, +TUV,2048,9,, +TUV,2048,10,, +TUV,2048,11,, +TUV,2048,12,, +TUV,2048,13,, +TUV,2048,14,, +TUV,2048,15,, +TUV,2048,16,, +TUV,2048,17,, +TUV,2048,18,, +TUV,2049,0,, +TUV,2049,1,, +TUV,2049,2,, +TUV,2049,3,, +TUV,2049,4,, +TUV,2049,5,, +TUV,2049,6,, +TUV,2049,7,, +TUV,2049,8,, +TUV,2049,9,, +TUV,2049,10,, +TUV,2049,11,, +TUV,2049,12,, +TUV,2049,13,, +TUV,2049,14,, +TUV,2049,15,, +TUV,2049,16,, +TUV,2049,17,, +TUV,2049,18,, +TUV,2050,0,, +TUV,2050,1,, +TUV,2050,2,, +TUV,2050,3,, +TUV,2050,4,, +TUV,2050,5,, +TUV,2050,6,, +TUV,2050,7,, +TUV,2050,8,, +TUV,2050,9,, +TUV,2050,10,, +TUV,2050,11,, +TUV,2050,12,, +TUV,2050,13,, +TUV,2050,14,, +TUV,2050,15,, +TUV,2050,16,, +TUV,2050,17,, +TUV,2050,18,, +TZA,1990,0,491873,500866 +TZA,1990,1,469692,478024 +TZA,1990,2,449462,457218 +TZA,1990,3,431021,438277 +TZA,1990,4,414205,421030 +TZA,1990,5,398851,405306 +TZA,1990,6,384795,390934 +TZA,1990,7,371875,377741 +TZA,1990,8,359927,365557 +TZA,1990,9,348788,354210 +TZA,1990,10,338471,343710 +TZA,1990,11,328988,334066 +TZA,1990,12,319296,324203 +TZA,1990,13,308881,313589 +TZA,1990,14,298107,302593 +TZA,1990,15,287854,292122 +TZA,1990,16,277949,281996 +TZA,1990,17,268284,272083 +TZA,1990,18,258895,262410 +TZA,1991,0,505984,516220 +TZA,1991,1,486628,495605 +TZA,1991,2,465808,474088 +TZA,1991,3,446714,454390 +TZA,1991,4,429201,436359 +TZA,1991,5,413124,419839 +TZA,1991,6,398339,404677 +TZA,1991,7,384703,390719 +TZA,1991,8,372065,377811 +TZA,1991,9,360278,365798 +TZA,1991,10,349202,354526 +TZA,1991,11,338856,344012 +TZA,1991,12,329256,334270 +TZA,1991,13,319456,324301 +TZA,1991,14,308993,313615 +TZA,1991,15,298202,302564 +TZA,1991,16,287887,291994 +TZA,1991,17,277891,281740 +TZA,1991,18,268138,271711 +TZA,1992,0,521192,532938 +TZA,1992,1,498772,509300 +TZA,1992,2,482083,490978 +TZA,1992,3,462595,470759 +TZA,1992,4,444609,452145 +TZA,1992,5,427999,435000 +TZA,1992,6,412639,419187 +TZA,1992,7,398402,404568 +TZA,1992,8,385165,391008 +TZA,1992,9,372791,378368 +TZA,1992,10,361149,366510 +TZA,1992,11,350119,355298 +TZA,1992,12,339730,344756 +TZA,1992,13,329999,334904 +TZA,1992,14,320078,324817 +TZA,1992,15,309551,314045 +TZA,1992,16,298728,302923 +TZA,1992,17,288336,292241 +TZA,1992,18,278234,281846 +TZA,1993,0,536068,549314 +TZA,1993,1,513952,525683 +TZA,1993,2,493471,503895 +TZA,1993,3,477585,486340 +TZA,1993,4,459430,467423 +TZA,1993,5,442553,449895 +TZA,1993,6,426847,433639 +TZA,1993,7,412202,418533 +TZA,1993,8,398514,404459 +TZA,1993,9,385675,391297 +TZA,1993,10,373564,378925 +TZA,1993,11,362066,367223 +TZA,1993,12,351081,356073 +TZA,1993,13,340647,345502 +TZA,1993,14,330785,335539 +TZA,1993,15,320740,325334 +TZA,1993,16,310148,314476 +TZA,1993,17,299291,303283 +TZA,1993,18,288821,292489 +TZA,1994,0,548853,563224 +TZA,1994,1,527351,540036 +TZA,1994,2,507263,518485 +TZA,1994,3,488496,498456 +TZA,1994,4,472514,481097 +TZA,1994,5,455715,463506 +TZA,1994,6,439968,447088 +TZA,1994,7,425185,431740 +TZA,1994,8,411274,417362 +TZA,1994,9,398150,403850 +TZA,1994,10,385726,391103 +TZA,1994,11,373893,379016 +TZA,1994,12,362552,367484 +TZA,1994,13,351626,356408 +TZA,1994,14,341160,345823 +TZA,1994,15,331177,335760 +TZA,1994,16,321020,325449 +TZA,1994,17,310376,314518 +TZA,1994,18,299499,303269 +TZA,1995,0,558600,573487 +TZA,1995,1,537975,551205 +TZA,1995,2,518536,530303 +TZA,1995,3,500210,510694 +TZA,1995,4,482925,492293 +TZA,1995,5,466611,475017 +TZA,1995,6,451194,458781 +TZA,1995,7,436604,443499 +TZA,1995,8,422769,429086 +TZA,1995,9,409616,415458 +TZA,1995,10,397079,402531 +TZA,1995,11,385091,390221 +TZA,1995,12,373556,378439 +TZA,1995,13,362393,367097 +TZA,1995,14,351544,356115 +TZA,1995,15,341064,345534 +TZA,1995,16,330979,335391 +TZA,1995,17,320729,324991 +TZA,1995,18,310051,314008 +TZA,1996,0,567118,581771 +TZA,1996,1,551542,565493 +TZA,1996,2,532049,544525 +TZA,1996,3,513608,524748 +TZA,1996,4,496152,506090 +TZA,1996,5,479612,488478 +TZA,1996,6,463934,471845 +TZA,1996,7,449063,456122 +TZA,1996,8,434865,441218 +TZA,1996,9,421244,427054 +TZA,1996,10,408172,413568 +TZA,1996,11,395653,400702 +TZA,1996,12,383612,388372 +TZA,1996,13,372023,376554 +TZA,1996,14,360850,365197 +TZA,1996,15,350013,354205 +TZA,1996,16,339499,343571 +TZA,1996,17,329351,333342 +TZA,1996,18,319031,322867 +TZA,1997,0,572831,586713 +TZA,1997,1,555052,568026 +TZA,1997,2,543847,556920 +TZA,1997,3,525509,537287 +TZA,1997,4,508088,518657 +TZA,1997,5,491522,500969 +TZA,1997,6,475747,484165 +TZA,1997,7,460724,468192 +TZA,1997,8,446416,452998 +TZA,1997,9,432626,438487 +TZA,1997,10,419235,424586 +TZA,1997,11,406259,411257 +TZA,1997,12,393774,398464 +TZA,1997,13,381692,386128 +TZA,1997,14,370062,374286 +TZA,1997,15,358894,362925 +TZA,1997,16,348081,351934 +TZA,1997,17,337545,341258 +TZA,1997,18,327345,330954 +TZA,1998,0,578627,591551 +TZA,1998,1,562122,574669 +TZA,1998,2,545996,558036 +TZA,1998,3,535904,548155 +TZA,1998,4,518727,529864 +TZA,1998,5,502335,512386 +TZA,1998,6,486667,495674 +TZA,1998,7,471662,479683 +TZA,1998,8,457301,464375 +TZA,1998,9,443563,449715 +TZA,1998,10,430187,435603 +TZA,1998,11,417032,421970 +TZA,1998,12,404158,408801 +TZA,1998,13,391712,396086 +TZA,1998,14,379595,383748 +TZA,1998,15,367931,371887 +TZA,1998,16,356771,360526 +TZA,1998,17,345987,349540 +TZA,1998,18,335434,338825 +TZA,1999,0,588316,600565 +TZA,1999,1,571845,584102 +TZA,1999,2,555779,567826 +TZA,1999,3,540106,551754 +TZA,1999,4,528055,539516 +TZA,1999,5,512038,522561 +TZA,1999,6,496670,506231 +TZA,1999,7,481895,490491 +TZA,1999,8,467658,475308 +TZA,1999,9,453956,460662 +TZA,1999,10,440785,446533 +TZA,1999,11,427821,432815 +TZA,1999,12,414899,419447 +TZA,1999,13,402125,406436 +TZA,1999,14,389715,393796 +TZA,1999,15,377563,381453 +TZA,1999,16,365861,369570 +TZA,1999,17,354708,358206 +TZA,1999,18,343952,347224 +TZA,2000,0,604391,616591 +TZA,2000,1,586154,598462 +TZA,2000,2,568696,580875 +TZA,2000,3,551964,563811 +TZA,2000,4,535906,547246 +TZA,2000,5,520470,531161 +TZA,2000,6,505602,515533 +TZA,2000,7,491251,500342 +TZA,2000,8,477363,485565 +TZA,2000,9,463886,471183 +TZA,2000,10,450835,457190 +TZA,2000,11,438225,443584 +TZA,2000,12,425666,430255 +TZA,2000,13,412972,417144 +TZA,2000,14,400291,404284 +TZA,2000,15,387912,391713 +TZA,2000,16,375717,379358 +TZA,2000,17,363972,367447 +TZA,2000,18,352821,356075 +TZA,2001,0,627534,640226 +TZA,2001,1,600580,612304 +TZA,2001,2,581818,593464 +TZA,2001,3,564234,575648 +TZA,2001,4,547695,558740 +TZA,2001,5,532071,542629 +TZA,2001,6,517319,527300 +TZA,2001,7,503397,512744 +TZA,2001,8,489727,498334 +TZA,2001,9,476000,483750 +TZA,2001,10,462353,469187 +TZA,2001,11,449247,455158 +TZA,2001,12,436612,441563 +TZA,2001,13,424019,428219 +TZA,2001,14,411308,415088 +TZA,2001,15,398614,402199 +TZA,2001,16,386188,389568 +TZA,2001,17,373925,377130 +TZA,2001,18,362098,365141 +TZA,2002,0,656676,670418 +TZA,2002,1,628711,641808 +TZA,2002,2,596775,608014 +TZA,2002,3,577488,588464 +TZA,2002,4,559777,570418 +TZA,2002,5,543431,553668 +TZA,2002,6,528240,538009 +TZA,2002,7,514172,523437 +TZA,2002,8,501195,509952 +TZA,2002,9,488207,496322 +TZA,2002,10,474642,481932 +TZA,2002,11,460823,467189 +TZA,2002,12,447663,453123 +TZA,2002,13,435003,439539 +TZA,2002,14,422377,426181 +TZA,2002,15,409648,413029 +TZA,2002,16,396940,400110 +TZA,2002,17,384467,387420 +TZA,2002,18,372136,374899 +TZA,2003,0,688924,704123 +TZA,2003,1,654719,668619 +TZA,2003,2,624502,637243 +TZA,2003,3,593008,603809 +TZA,2003,4,573196,583546 +TZA,2003,5,555357,565268 +TZA,2003,6,539203,548673 +TZA,2003,7,524443,533464 +TZA,2003,8,511058,519647 +TZA,2003,9,499026,507230 +TZA,2003,10,486719,494378 +TZA,2003,11,473313,480179 +TZA,2003,12,459322,465254 +TZA,2003,13,446107,451151 +TZA,2003,14,433422,437575 +TZA,2003,15,420761,424201 +TZA,2003,16,408014,411028 +TZA,2003,17,395291,398077 +TZA,2003,18,382771,385326 +TZA,2004,0,720202,737032 +TZA,2004,1,681086,696021 +TZA,2004,2,646799,660125 +TZA,2004,3,616897,628868 +TZA,2004,4,589382,599857 +TZA,2004,5,569040,578873 +TZA,2004,6,551069,560355 +TZA,2004,7,535102,543908 +TZA,2004,8,520772,529142 +TZA,2004,9,508066,516074 +TZA,2004,10,496975,504720 +TZA,2004,11,485346,492642 +TZA,2004,12,472097,478628 +TZA,2004,13,457931,463515 +TZA,2004,14,444658,449367 +TZA,2004,15,431944,435794 +TZA,2004,16,419245,422400 +TZA,2004,17,406477,409198 +TZA,2004,18,393736,396211 +TZA,2005,0,747478,765911 +TZA,2005,1,706042,722185 +TZA,2005,2,669611,683832 +TZA,2005,3,637739,650366 +TZA,2005,4,609979,621303 +TZA,2005,5,585883,596157 +TZA,2005,6,565005,574443 +TZA,2005,7,546899,555677 +TZA,2005,8,531116,539372 +TZA,2005,9,517211,525043 +TZA,2005,10,505183,512719 +TZA,2005,11,495031,502424 +TZA,2005,12,484078,491114 +TZA,2005,13,470983,477280 +TZA,2005,14,456639,461972 +TZA,2005,15,443304,447774 +TZA,2005,16,430560,434199 +TZA,2005,17,417820,420777 +TZA,2005,18,405027,407542 +TZA,2006,0,768387,787801 +TZA,2006,1,737837,755413 +TZA,2006,2,699492,714973 +TZA,2006,3,665187,678877 +TZA,2006,4,634626,646800 +TZA,2006,5,607510,618416 +TZA,2006,6,583402,593250 +TZA,2006,7,561865,570825 +TZA,2006,8,543302,551570 +TZA,2006,9,527696,535463 +TZA,2006,10,514330,521725 +TZA,2006,11,502505,509633 +TZA,2006,12,492363,499372 +TZA,2006,13,481406,488068 +TZA,2006,14,468317,474225 +TZA,2006,15,453977,458897 +TZA,2006,16,440618,444654 +TZA,2006,17,427829,431011 +TZA,2006,18,415037,417537 +TZA,2007,0,785861,806264 +TZA,2007,1,748548,766598 +TZA,2007,2,728882,745788 +TZA,2007,3,693588,708581 +TZA,2007,4,661374,674697 +TZA,2007,5,632093,643970 +TZA,2007,6,605596,616233 +TZA,2007,7,581455,591018 +TZA,2007,8,559239,567857 +TZA,2007,9,540204,548093 +TZA,2007,10,524761,532165 +TZA,2007,11,511921,519001 +TZA,2007,12,500287,507128 +TZA,2007,13,490146,496888 +TZA,2007,14,479176,485577 +TZA,2007,15,466079,471712 +TZA,2007,16,451731,456346 +TZA,2007,17,438336,442042 +TZA,2007,18,425492,428316 +TZA,2008,0,800732,822001 +TZA,2008,1,768338,787474 +TZA,2008,2,737435,754655 +TZA,2008,3,720431,736739 +TZA,2008,4,688162,702737 +TZA,2008,5,658017,671039 +TZA,2008,6,629996,641637 +TZA,2008,7,604099,614525 +TZA,2008,8,579907,589242 +TZA,2008,9,556999,565327 +TZA,2008,10,537478,545040 +TZA,2008,11,522187,529279 +TZA,2008,12,509864,516678 +TZA,2008,13,498414,505014 +TZA,2008,14,488266,494788 +TZA,2008,15,477275,483462 +TZA,2008,16,464163,469562 +TZA,2008,17,449797,454147 +TZA,2008,18,436356,439771 +TZA,2009,0,814486,836348 +TZA,2009,1,787266,807314 +TZA,2009,2,759968,778302 +TZA,2009,3,732764,749486 +TZA,2009,4,712307,727964 +TZA,2009,5,683051,697156 +TZA,2009,6,654962,667634 +TZA,2009,7,628189,639549 +TZA,2009,8,602882,613052 +TZA,2009,9,578627,587691 +TZA,2009,10,555015,563013 +TZA,2009,11,534999,542193 +TZA,2009,12,519853,526593 +TZA,2009,13,508042,514551 +TZA,2009,14,496770,503093 +TZA,2009,15,486611,492876 +TZA,2009,16,475594,481530 +TZA,2009,17,462461,467591 +TZA,2009,18,448070,452121 +TZA,2010,0,828430,850537 +TZA,2010,1,805612,826265 +TZA,2010,2,781511,800702 +TZA,2010,3,756424,774159 +TZA,2010,4,730651,746947 +TZA,2010,5,704489,719378 +TZA,2010,6,678238,691762 +TZA,2010,7,652196,664411 +TZA,2010,8,626661,637636 +TZA,2010,9,601932,611748 +TZA,2010,10,577605,586302 +TZA,2010,11,553276,560852 +TZA,2010,12,532756,539493 +TZA,2010,13,517749,524050 +TZA,2010,14,506445,512564 +TZA,2010,15,495347,501309 +TZA,2010,16,485172,491099 +TZA,2010,17,474124,479729 +TZA,2010,18,460963,465747 +TZA,2011,0,840286,862504 +TZA,2011,1,823733,845476 +TZA,2011,2,801128,821510 +TZA,2011,3,777317,796301 +TZA,2011,4,752576,770141 +TZA,2011,5,727183,743327 +TZA,2011,6,701442,716173 +TZA,2011,7,675658,688997 +TZA,2011,8,649969,661981 +TZA,2011,9,624596,635375 +TZA,2011,10,599901,609540 +TZA,2011,11,575621,584149 +TZA,2011,12,551329,558741 +TZA,2011,13,530822,537385 +TZA,2011,14,515814,521905 +TZA,2011,15,504497,510355 +TZA,2011,16,493365,499018 +TZA,2011,17,483140,488706 +TZA,2011,18,472048,477258 +TZA,2012,0,852483,874496 +TZA,2012,1,835975,857382 +TZA,2012,2,819789,841089 +TZA,2012,3,797376,817409 +TZA,2012,4,773833,792532 +TZA,2012,5,749415,766736 +TZA,2012,6,724379,740297 +TZA,2012,7,699034,713537 +TZA,2012,8,673693,686779 +TZA,2012,9,648333,660076 +TZA,2012,10,623100,633618 +TZA,2012,11,598415,607815 +TZA,2012,12,574160,582459 +TZA,2012,13,549883,557074 +TZA,2012,14,529372,535703 +TZA,2012,15,514349,520174 +TZA,2012,16,503008,508551 +TZA,2012,17,491834,497123 +TZA,2012,18,481549,486702 +TZA,2013,0,865736,887388 +TZA,2013,1,851059,872533 +TZA,2013,2,833838,854852 +TZA,2013,3,816302,837122 +TZA,2013,4,794068,813717 +TZA,2013,5,770779,789160 +TZA,2013,6,746671,763713 +TZA,2013,7,721978,737636 +TZA,2013,8,697016,711257 +TZA,2013,9,672103,684903 +TZA,2013,10,647059,658501 +TZA,2013,11,621951,632178 +TZA,2013,12,597263,606394 +TZA,2013,13,573019,581061 +TZA,2013,14,548743,555685 +TZA,2013,15,528216,534289 +TZA,2013,16,513171,518704 +TZA,2013,17,501800,507001 +TZA,2013,18,490576,495477 +TZA,2014,0,880989,902359 +TZA,2014,1,867010,888533 +TZA,2014,2,850706,872054 +TZA,2014,3,832353,853235 +TZA,2014,4,813000,833376 +TZA,2014,5,790940,810239 +TZA,2014,6,767902,785997 +TZA,2014,7,744098,760893 +TZA,2014,8,719742,735172 +TZA,2014,9,695157,709166 +TZA,2014,10,670667,683210 +TZA,2014,11,645933,657101 +TZA,2014,12,620945,630906 +TZA,2014,13,596248,605135 +TZA,2014,14,572009,579816 +TZA,2014,15,547730,554443 +TZA,2014,16,527181,533016 +TZA,2014,17,512110,517371 +TZA,2014,18,500707,505586 +TZA,2015,0,898883,920230 +TZA,2015,1,884392,906071 +TZA,2015,2,868038,889715 +TZA,2015,3,850013,871389 +TZA,2015,4,830509,851320 +TZA,2015,5,809718,829737 +TZA,2015,6,787832,806866 +TZA,2015,7,765043,782935 +TZA,2015,8,741543,758171 +TZA,2015,9,717524,732802 +TZA,2015,10,693316,707168 +TZA,2015,11,669250,681606 +TZA,2015,12,644824,655787 +TZA,2015,13,619955,629716 +TZA,2015,14,595249,603954 +TZA,2015,15,571015,578648 +TZA,2015,16,546731,553275 +TZA,2015,17,526161,531814 +TZA,2015,18,511063,516105 +TZA,2016,0,919545,940920 +TZA,2016,1,897492,918635 +TZA,2016,2,881847,903179 +TZA,2016,3,864894,886144 +TZA,2016,4,846724,867646 +TZA,2016,5,827430,847801 +TZA,2016,6,807209,826843 +TZA,2016,7,786260,805005 +TZA,2016,8,764147,781817 +TZA,2016,9,740750,757163 +TZA,2016,10,716480,731509 +TZA,2016,11,692197,705786 +TZA,2016,12,668129,680222 +TZA,2016,13,643692,654374 +TZA,2016,14,618815,628254 +TZA,2016,15,594100,602430 +TZA,2016,16,569841,577047 +TZA,2016,17,545519,551581 +TZA,2016,18,524913,530050 +TZA,2017,0,942842,964484 +TZA,2017,1,923140,944967 +TZA,2017,2,895889,916896 +TZA,2017,3,879096,900146 +TZA,2017,4,861547,882435 +TZA,2017,5,843236,863768 +TZA,2017,6,824156,844150 +TZA,2017,7,804510,823820 +TZA,2017,8,784503,803018 +TZA,2017,9,763071,780578 +TZA,2017,10,739783,756037 +TZA,2017,11,715267,730103 +TZA,2017,12,690915,704295 +TZA,2017,13,666851,678732 +TZA,2017,14,642409,652860 +TZA,2017,15,617529,626695 +TZA,2017,16,592812,600812 +TZA,2017,17,568533,575355 +TZA,2017,18,544179,549801 +TZA,2018,0,967785,989893 +TZA,2018,1,944223,966251 +TZA,2018,2,921636,943482 +TZA,2018,3,894247,915165 +TZA,2018,4,876305,897120 +TZA,2018,5,858162,878733 +TZA,2018,6,839712,859896 +TZA,2018,7,820846,840505 +TZA,2018,8,801776,820804 +TZA,2018,9,782712,801038 +TZA,2018,10,761961,779345 +TZA,2018,11,738783,754917 +TZA,2018,12,714023,728701 +TZA,2018,13,689602,702810 +TZA,2018,14,665543,677247 +TZA,2018,15,641097,651350 +TZA,2018,16,616216,625140 +TZA,2018,17,591497,599198 +TZA,2018,18,567200,573668 +TZA,2019,0,993000,1016000 +TZA,2019,1,966000,988000 +TZA,2019,2,941000,963000 +TZA,2019,3,917000,939000 +TZA,2019,4,893000,914000 +TZA,2019,5,874000,894000 +TZA,2019,6,855000,875000 +TZA,2019,7,836000,856000 +TZA,2019,8,818000,837000 +TZA,2019,9,799000,818000 +TZA,2019,10,781000,799000 +TZA,2019,11,761000,778000 +TZA,2019,12,738000,754000 +TZA,2019,13,713000,727000 +TZA,2019,14,688000,701000 +TZA,2019,15,664000,676000 +TZA,2019,16,640000,650000 +TZA,2019,17,615000,624000 +TZA,2019,18,590000,598000 +TZA,2020,0,1017000,1040000 +TZA,2020,1,988000,1010000 +TZA,2020,2,961000,983000 +TZA,2020,3,936000,957000 +TZA,2020,4,913000,934000 +TZA,2020,5,891000,912000 +TZA,2020,6,871000,892000 +TZA,2020,7,852000,872000 +TZA,2020,8,833000,853000 +TZA,2020,9,815000,834000 +TZA,2020,10,797000,815000 +TZA,2020,11,780000,797000 +TZA,2020,12,760000,777000 +TZA,2020,13,737000,753000 +TZA,2020,14,712000,726000 +TZA,2020,15,687000,700000 +TZA,2020,16,663000,675000 +TZA,2020,17,639000,649000 +TZA,2020,18,614000,622000 +TZA,2021,0,1039000,1063000 +TZA,2021,1,1012000,1035000 +TZA,2021,2,984000,1007000 +TZA,2021,3,958000,980000 +TZA,2021,4,934000,955000 +TZA,2021,5,911000,932000 +TZA,2021,6,890000,910000 +TZA,2021,7,870000,890000 +TZA,2021,8,850000,870000 +TZA,2021,9,831000,851000 +TZA,2021,10,813000,832000 +TZA,2021,11,795000,814000 +TZA,2021,12,778000,796000 +TZA,2021,13,759000,776000 +TZA,2021,14,736000,751000 +TZA,2021,15,711000,725000 +TZA,2021,16,686000,698000 +TZA,2021,17,662000,673000 +TZA,2021,18,637000,647000 +TZA,2022,0,1060000,1085000 +TZA,2022,1,1030000,1054000 +TZA,2022,2,1008000,1031000 +TZA,2022,3,981000,1003000 +TZA,2022,4,956000,977000 +TZA,2022,5,932000,953000 +TZA,2022,6,910000,931000 +TZA,2022,7,889000,909000 +TZA,2022,8,868000,888000 +TZA,2022,9,849000,868000 +TZA,2022,10,830000,849000 +TZA,2022,11,812000,831000 +TZA,2022,12,794000,812000 +TZA,2022,13,777000,794000 +TZA,2022,14,758000,774000 +TZA,2022,15,735000,750000 +TZA,2022,16,709000,723000 +TZA,2022,17,685000,697000 +TZA,2022,18,661000,671000 +TZA,2023,0,1081000,1106000 +TZA,2023,1,1052000,1076000 +TZA,2023,2,1024000,1047000 +TZA,2023,3,1004000,1026000 +TZA,2023,4,978000,1000000 +TZA,2023,5,954000,975000 +TZA,2023,6,931000,951000 +TZA,2023,7,909000,929000 +TZA,2023,8,888000,908000 +TZA,2023,9,867000,887000 +TZA,2023,10,847000,867000 +TZA,2023,11,829000,848000 +TZA,2023,12,811000,829000 +TZA,2023,13,793000,811000 +TZA,2023,14,776000,793000 +TZA,2023,15,756000,773000 +TZA,2023,16,733000,748000 +TZA,2023,17,708000,721000 +TZA,2023,18,683000,695000 +TZA,2024,0,1102000,1128000 +TZA,2024,1,1074000,1098000 +TZA,2024,2,1047000,1070000 +TZA,2024,3,1021000,1044000 +TZA,2024,4,1000000,1021000 +TZA,2024,5,975000,996000 +TZA,2024,6,952000,972000 +TZA,2024,7,929000,949000 +TZA,2024,8,908000,927000 +TZA,2024,9,886000,906000 +TZA,2024,10,866000,885000 +TZA,2024,11,846000,865000 +TZA,2024,12,827000,846000 +TZA,2024,13,810000,828000 +TZA,2024,14,792000,810000 +TZA,2024,15,775000,792000 +TZA,2024,16,755000,771000 +TZA,2024,17,732000,747000 +TZA,2024,18,707000,720000 +TZA,2025,0,1124000,1150000 +TZA,2025,1,1096000,1121000 +TZA,2025,2,1070000,1094000 +TZA,2025,3,1044000,1067000 +TZA,2025,4,1019000,1041000 +TZA,2025,5,995000,1017000 +TZA,2025,6,972000,993000 +TZA,2025,7,950000,970000 +TZA,2025,8,928000,948000 +TZA,2025,9,906000,926000 +TZA,2025,10,885000,905000 +TZA,2025,11,864000,883000 +TZA,2025,12,844000,863000 +TZA,2025,13,826000,844000 +TZA,2025,14,808000,826000 +TZA,2025,15,791000,808000 +TZA,2025,16,774000,790000 +TZA,2025,17,754000,770000 +TZA,2025,18,731000,745000 +TZA,2026,0,1147000,1174000 +TZA,2026,1,1121000,1147000 +TZA,2026,2,1094000,1118000 +TZA,2026,3,1067000,1091000 +TZA,2026,4,1042000,1065000 +TZA,2026,5,1018000,1039000 +TZA,2026,6,994000,1015000 +TZA,2026,7,971000,991000 +TZA,2026,8,948000,968000 +TZA,2026,9,926000,946000 +TZA,2026,10,905000,925000 +TZA,2026,11,884000,903000 +TZA,2026,12,863000,882000 +TZA,2026,13,843000,862000 +TZA,2026,14,825000,843000 +TZA,2026,15,807000,825000 +TZA,2026,16,790000,807000 +TZA,2026,17,772000,789000 +TZA,2026,18,753000,768000 +TZA,2027,0,1171000,1198000 +TZA,2027,1,1143000,1169000 +TZA,2027,2,1118000,1143000 +TZA,2027,3,1091000,1115000 +TZA,2027,4,1065000,1088000 +TZA,2027,5,1040000,1062000 +TZA,2027,6,1016000,1037000 +TZA,2027,7,992000,1013000 +TZA,2027,8,969000,990000 +TZA,2027,9,947000,967000 +TZA,2027,10,925000,945000 +TZA,2027,11,904000,923000 +TZA,2027,12,883000,902000 +TZA,2027,13,862000,881000 +TZA,2027,14,842000,860000 +TZA,2027,15,824000,841000 +TZA,2027,16,806000,823000 +TZA,2027,17,788000,805000 +TZA,2027,18,771000,787000 +TZA,2028,0,1195000,1223000 +TZA,2028,1,1167000,1194000 +TZA,2028,2,1140000,1165000 +TZA,2028,3,1115000,1139000 +TZA,2028,4,1088000,1112000 +TZA,2028,5,1063000,1086000 +TZA,2028,6,1038000,1060000 +TZA,2028,7,1014000,1035000 +TZA,2028,8,991000,1011000 +TZA,2028,9,968000,988000 +TZA,2028,10,946000,965000 +TZA,2028,11,924000,943000 +TZA,2028,12,903000,922000 +TZA,2028,13,882000,901000 +TZA,2028,14,861000,879000 +TZA,2028,15,841000,859000 +TZA,2028,16,823000,840000 +TZA,2028,17,805000,822000 +TZA,2028,18,787000,803000 +TZA,2029,0,1220000,1248000 +TZA,2029,1,1192000,1218000 +TZA,2029,2,1164000,1189000 +TZA,2029,3,1137000,1161000 +TZA,2029,4,1111000,1135000 +TZA,2029,5,1086000,1109000 +TZA,2029,6,1061000,1083000 +TZA,2029,7,1036000,1058000 +TZA,2029,8,1013000,1033000 +TZA,2029,9,989000,1010000 +TZA,2029,10,967000,986000 +TZA,2029,11,945000,964000 +TZA,2029,12,923000,942000 +TZA,2029,13,902000,920000 +TZA,2029,14,881000,899000 +TZA,2029,15,860000,878000 +TZA,2029,16,840000,858000 +TZA,2029,17,821000,838000 +TZA,2029,18,804000,820000 +TZA,2030,0,1245000,1273000 +TZA,2030,1,1216000,1243000 +TZA,2030,2,1188000,1214000 +TZA,2030,3,1161000,1186000 +TZA,2030,4,1134000,1158000 +TZA,2030,5,1108000,1132000 +TZA,2030,6,1083000,1106000 +TZA,2030,7,1059000,1080000 +TZA,2030,8,1034000,1055000 +TZA,2030,9,1011000,1031000 +TZA,2030,10,988000,1008000 +TZA,2030,11,965000,985000 +TZA,2030,12,943000,962000 +TZA,2030,13,922000,940000 +TZA,2030,14,901000,919000 +TZA,2030,15,880000,898000 +TZA,2030,16,859000,877000 +TZA,2030,17,839000,856000 +TZA,2030,18,820000,837000 +TZA,2031,0,1269000,1298000 +TZA,2031,1,1242000,1269000 +TZA,2031,2,1214000,1240000 +TZA,2031,3,1186000,1212000 +TZA,2031,4,1159000,1184000 +TZA,2031,5,1133000,1157000 +TZA,2031,6,1107000,1130000 +TZA,2031,7,1082000,1104000 +TZA,2031,8,1057000,1079000 +TZA,2031,9,1033000,1054000 +TZA,2031,10,1010000,1030000 +TZA,2031,11,987000,1007000 +TZA,2031,12,964000,983000 +TZA,2031,13,942000,961000 +TZA,2031,14,921000,939000 +TZA,2031,15,900000,918000 +TZA,2031,16,879000,896000 +TZA,2031,17,857000,875000 +TZA,2031,18,837000,854000 +TZA,2032,0,1293000,1322000 +TZA,2032,1,1265000,1293000 +TZA,2032,2,1239000,1266000 +TZA,2032,3,1211000,1237000 +TZA,2032,4,1184000,1209000 +TZA,2032,5,1158000,1182000 +TZA,2032,6,1131000,1155000 +TZA,2032,7,1106000,1128000 +TZA,2032,8,1081000,1103000 +TZA,2032,9,1056000,1077000 +TZA,2032,10,1032000,1053000 +TZA,2032,11,1009000,1029000 +TZA,2032,12,986000,1005000 +TZA,2032,13,963000,982000 +TZA,2032,14,941000,960000 +TZA,2032,15,920000,938000 +TZA,2032,16,898000,916000 +TZA,2032,17,877000,895000 +TZA,2032,18,856000,873000 +TZA,2033,0,1317000,1347000 +TZA,2033,1,1289000,1318000 +TZA,2033,2,1262000,1289000 +TZA,2033,3,1236000,1262000 +TZA,2033,4,1209000,1234000 +TZA,2033,5,1182000,1207000 +TZA,2033,6,1156000,1179000 +TZA,2033,7,1130000,1153000 +TZA,2033,8,1105000,1127000 +TZA,2033,9,1079000,1101000 +TZA,2033,10,1055000,1076000 +TZA,2033,11,1031000,1051000 +TZA,2033,12,1008000,1027000 +TZA,2033,13,985000,1004000 +TZA,2033,14,962000,981000 +TZA,2033,15,940000,958000 +TZA,2033,16,919000,936000 +TZA,2033,17,897000,914000 +TZA,2033,18,876000,893000 +TZA,2034,0,1340000,1371000 +TZA,2034,1,1313000,1342000 +TZA,2034,2,1286000,1313000 +TZA,2034,3,1259000,1285000 +TZA,2034,4,1233000,1259000 +TZA,2034,5,1207000,1231000 +TZA,2034,6,1180000,1204000 +TZA,2034,7,1154000,1177000 +TZA,2034,8,1129000,1151000 +TZA,2034,9,1103000,1125000 +TZA,2034,10,1078000,1099000 +TZA,2034,11,1054000,1074000 +TZA,2034,12,1030000,1050000 +TZA,2034,13,1007000,1026000 +TZA,2034,14,984000,1003000 +TZA,2034,15,961000,979000 +TZA,2034,16,939000,957000 +TZA,2034,17,917000,935000 +TZA,2034,18,896000,913000 +TZA,2035,0,1363000,1394000 +TZA,2035,1,1336000,1366000 +TZA,2035,2,1310000,1338000 +TZA,2035,3,1283000,1310000 +TZA,2035,4,1257000,1282000 +TZA,2035,5,1230000,1255000 +TZA,2035,6,1204000,1228000 +TZA,2035,7,1178000,1201000 +TZA,2035,8,1152000,1175000 +TZA,2035,9,1127000,1149000 +TZA,2035,10,1102000,1123000 +TZA,2035,11,1077000,1098000 +TZA,2035,12,1053000,1073000 +TZA,2035,13,1029000,1049000 +TZA,2035,14,1006000,1025000 +TZA,2035,15,983000,1001000 +TZA,2035,16,960000,978000 +TZA,2035,17,938000,955000 +TZA,2035,18,916000,933000 +TZA,2036,0,1385000,1417000 +TZA,2036,1,1361000,1391000 +TZA,2036,2,1334000,1363000 +TZA,2036,3,1308000,1335000 +TZA,2036,4,1282000,1308000 +TZA,2036,5,1255000,1281000 +TZA,2036,6,1229000,1254000 +TZA,2036,7,1203000,1227000 +TZA,2036,8,1177000,1200000 +TZA,2036,9,1151000,1174000 +TZA,2036,10,1126000,1148000 +TZA,2036,11,1101000,1122000 +TZA,2036,12,1076000,1097000 +TZA,2036,13,1052000,1072000 +TZA,2036,14,1028000,1047000 +TZA,2036,15,1005000,1023000 +TZA,2036,16,982000,1000000 +TZA,2036,17,959000,976000 +TZA,2036,18,937000,953000 +TZA,2037,0,1407000,1439000 +TZA,2037,1,1382000,1412000 +TZA,2037,2,1358000,1388000 +TZA,2037,3,1332000,1360000 +TZA,2037,4,1306000,1333000 +TZA,2037,5,1280000,1306000 +TZA,2037,6,1254000,1279000 +TZA,2037,7,1228000,1252000 +TZA,2037,8,1202000,1225000 +TZA,2037,9,1176000,1199000 +TZA,2037,10,1150000,1172000 +TZA,2037,11,1125000,1146000 +TZA,2037,12,1100000,1121000 +TZA,2037,13,1075000,1095000 +TZA,2037,14,1051000,1070000 +TZA,2037,15,1027000,1046000 +TZA,2037,16,1003000,1022000 +TZA,2037,17,981000,998000 +TZA,2037,18,958000,975000 +TZA,2038,0,1429000,1461000 +TZA,2038,1,1404000,1435000 +TZA,2038,2,1380000,1409000 +TZA,2038,3,1356000,1384000 +TZA,2038,4,1330000,1357000 +TZA,2038,5,1304000,1331000 +TZA,2038,6,1278000,1304000 +TZA,2038,7,1253000,1277000 +TZA,2038,8,1227000,1250000 +TZA,2038,9,1201000,1224000 +TZA,2038,10,1175000,1197000 +TZA,2038,11,1149000,1171000 +TZA,2038,12,1124000,1145000 +TZA,2038,13,1099000,1119000 +TZA,2038,14,1074000,1094000 +TZA,2038,15,1050000,1069000 +TZA,2038,16,1026000,1044000 +TZA,2038,17,1002000,1020000 +TZA,2038,18,979000,996000 +TZA,2039,0,1450000,1483000 +TZA,2039,1,1426000,1457000 +TZA,2039,2,1402000,1432000 +TZA,2039,3,1378000,1406000 +TZA,2039,4,1354000,1381000 +TZA,2039,5,1328000,1355000 +TZA,2039,6,1302000,1328000 +TZA,2039,7,1277000,1302000 +TZA,2039,8,1251000,1275000 +TZA,2039,9,1225000,1249000 +TZA,2039,10,1200000,1222000 +TZA,2039,11,1174000,1196000 +TZA,2039,12,1148000,1170000 +TZA,2039,13,1123000,1144000 +TZA,2039,14,1098000,1118000 +TZA,2039,15,1073000,1093000 +TZA,2039,16,1049000,1068000 +TZA,2039,17,1025000,1043000 +TZA,2039,18,1001000,1019000 +TZA,2040,0,1472000,1505000 +TZA,2040,1,1448000,1480000 +TZA,2040,2,1425000,1455000 +TZA,2040,3,1400000,1429000 +TZA,2040,4,1376000,1404000 +TZA,2040,5,1351000,1378000 +TZA,2040,6,1326000,1352000 +TZA,2040,7,1301000,1325000 +TZA,2040,8,1275000,1299000 +TZA,2040,9,1249000,1273000 +TZA,2040,10,1224000,1247000 +TZA,2040,11,1198000,1220000 +TZA,2040,12,1173000,1194000 +TZA,2040,13,1147000,1168000 +TZA,2040,14,1122000,1142000 +TZA,2040,15,1097000,1117000 +TZA,2040,16,1072000,1091000 +TZA,2040,17,1047000,1066000 +TZA,2040,18,1024000,1041000 +TZA,2041,0,1494000,1527000 +TZA,2041,1,1470000,1502000 +TZA,2041,2,1447000,1477000 +TZA,2041,3,1423000,1452000 +TZA,2041,4,1399000,1427000 +TZA,2041,5,1374000,1402000 +TZA,2041,6,1350000,1376000 +TZA,2041,7,1325000,1350000 +TZA,2041,8,1300000,1324000 +TZA,2041,9,1274000,1298000 +TZA,2041,10,1249000,1272000 +TZA,2041,11,1223000,1246000 +TZA,2041,12,1197000,1219000 +TZA,2041,13,1172000,1193000 +TZA,2041,14,1146000,1167000 +TZA,2041,15,1121000,1141000 +TZA,2041,16,1096000,1115000 +TZA,2041,17,1071000,1090000 +TZA,2041,18,1046000,1064000 +TZA,2042,0,1516000,1550000 +TZA,2042,1,1493000,1525000 +TZA,2042,2,1468000,1500000 +TZA,2042,3,1445000,1475000 +TZA,2042,4,1421000,1450000 +TZA,2042,5,1397000,1425000 +TZA,2042,6,1373000,1400000 +TZA,2042,7,1348000,1374000 +TZA,2042,8,1324000,1349000 +TZA,2042,9,1299000,1323000 +TZA,2042,10,1273000,1297000 +TZA,2042,11,1248000,1271000 +TZA,2042,12,1222000,1244000 +TZA,2042,13,1197000,1218000 +TZA,2042,14,1171000,1192000 +TZA,2042,15,1145000,1166000 +TZA,2042,16,1120000,1139000 +TZA,2042,17,1095000,1113000 +TZA,2042,18,1070000,1088000 +TZA,2043,0,1539000,1573000 +TZA,2043,1,1515000,1548000 +TZA,2043,2,1491000,1523000 +TZA,2043,3,1467000,1497000 +TZA,2043,4,1443000,1472000 +TZA,2043,5,1419000,1448000 +TZA,2043,6,1395000,1423000 +TZA,2043,7,1371000,1398000 +TZA,2043,8,1347000,1372000 +TZA,2043,9,1323000,1347000 +TZA,2043,10,1298000,1322000 +TZA,2043,11,1273000,1296000 +TZA,2043,12,1247000,1269000 +TZA,2043,13,1221000,1243000 +TZA,2043,14,1196000,1217000 +TZA,2043,15,1170000,1190000 +TZA,2043,16,1144000,1164000 +TZA,2043,17,1119000,1138000 +TZA,2043,18,1094000,1112000 +TZA,2044,0,1561000,1596000 +TZA,2044,1,1537000,1570000 +TZA,2044,2,1513000,1545000 +TZA,2044,3,1489000,1520000 +TZA,2044,4,1465000,1495000 +TZA,2044,5,1441000,1470000 +TZA,2044,6,1417000,1445000 +TZA,2044,7,1394000,1420000 +TZA,2044,8,1370000,1395000 +TZA,2044,9,1346000,1371000 +TZA,2044,10,1321000,1346000 +TZA,2044,11,1297000,1320000 +TZA,2044,12,1272000,1294000 +TZA,2044,13,1246000,1268000 +TZA,2044,14,1220000,1242000 +TZA,2044,15,1195000,1215000 +TZA,2044,16,1169000,1189000 +TZA,2044,17,1143000,1163000 +TZA,2044,18,1118000,1136000 +TZA,2045,0,1583000,1619000 +TZA,2045,1,1559000,1593000 +TZA,2045,2,1535000,1567000 +TZA,2045,3,1511000,1542000 +TZA,2045,4,1487000,1517000 +TZA,2045,5,1463000,1492000 +TZA,2045,6,1439000,1467000 +TZA,2045,7,1415000,1442000 +TZA,2045,8,1392000,1418000 +TZA,2045,9,1368000,1393000 +TZA,2045,10,1344000,1368000 +TZA,2045,11,1320000,1344000 +TZA,2045,12,1296000,1319000 +TZA,2045,13,1271000,1293000 +TZA,2045,14,1245000,1267000 +TZA,2045,15,1219000,1240000 +TZA,2045,16,1193000,1214000 +TZA,2045,17,1168000,1187000 +TZA,2045,18,1142000,1161000 +TZA,2046,0,1606000,1642000 +TZA,2046,1,1582000,1616000 +TZA,2046,2,1557000,1591000 +TZA,2046,3,1533000,1565000 +TZA,2046,4,1509000,1540000 +TZA,2046,5,1486000,1515000 +TZA,2046,6,1462000,1490000 +TZA,2046,7,1438000,1466000 +TZA,2046,8,1415000,1441000 +TZA,2046,9,1391000,1417000 +TZA,2046,10,1367000,1392000 +TZA,2046,11,1343000,1367000 +TZA,2046,12,1319000,1343000 +TZA,2046,13,1295000,1318000 +TZA,2046,14,1270000,1292000 +TZA,2046,15,1244000,1265000 +TZA,2046,16,1218000,1239000 +TZA,2046,17,1192000,1212000 +TZA,2046,18,1167000,1186000 +TZA,2047,0,1629000,1665000 +TZA,2047,1,1604000,1639000 +TZA,2047,2,1580000,1614000 +TZA,2047,3,1556000,1588000 +TZA,2047,4,1532000,1563000 +TZA,2047,5,1508000,1538000 +TZA,2047,6,1485000,1513000 +TZA,2047,7,1461000,1489000 +TZA,2047,8,1437000,1464000 +TZA,2047,9,1414000,1440000 +TZA,2047,10,1390000,1415000 +TZA,2047,11,1366000,1391000 +TZA,2047,12,1342000,1366000 +TZA,2047,13,1319000,1342000 +TZA,2047,14,1294000,1316000 +TZA,2047,15,1269000,1290000 +TZA,2047,16,1243000,1264000 +TZA,2047,17,1217000,1237000 +TZA,2047,18,1191000,1210000 +TZA,2048,0,1651000,1688000 +TZA,2048,1,1626000,1662000 +TZA,2048,2,1601000,1635000 +TZA,2048,3,1578000,1611000 +TZA,2048,4,1554000,1586000 +TZA,2048,5,1530000,1561000 +TZA,2048,6,1507000,1536000 +TZA,2048,7,1483000,1512000 +TZA,2048,8,1460000,1487000 +TZA,2048,9,1436000,1463000 +TZA,2048,10,1413000,1439000 +TZA,2048,11,1389000,1414000 +TZA,2048,12,1365000,1390000 +TZA,2048,13,1341000,1365000 +TZA,2048,14,1318000,1340000 +TZA,2048,15,1293000,1315000 +TZA,2048,16,1268000,1289000 +TZA,2048,17,1242000,1262000 +TZA,2048,18,1216000,1235000 +TZA,2049,0,1672000,1710000 +TZA,2049,1,1647000,1684000 +TZA,2049,2,1623000,1658000 +TZA,2049,3,1599000,1632000 +TZA,2049,4,1576000,1608000 +TZA,2049,5,1552000,1583000 +TZA,2049,6,1529000,1558000 +TZA,2049,7,1505000,1534000 +TZA,2049,8,1482000,1510000 +TZA,2049,9,1459000,1486000 +TZA,2049,10,1435000,1461000 +TZA,2049,11,1412000,1437000 +TZA,2049,12,1388000,1413000 +TZA,2049,13,1364000,1388000 +TZA,2049,14,1340000,1363000 +TZA,2049,15,1317000,1339000 +TZA,2049,16,1292000,1314000 +TZA,2049,17,1267000,1287000 +TZA,2049,18,1241000,1260000 +TZA,2050,0,1692000,1731000 +TZA,2050,1,1668000,1705000 +TZA,2050,2,1644000,1679000 +TZA,2050,3,1620000,1654000 +TZA,2050,4,1597000,1629000 +TZA,2050,5,1573000,1605000 +TZA,2050,6,1550000,1580000 +TZA,2050,7,1527000,1556000 +TZA,2050,8,1504000,1532000 +TZA,2050,9,1480000,1508000 +TZA,2050,10,1457000,1484000 +TZA,2050,11,1434000,1460000 +TZA,2050,12,1410000,1435000 +TZA,2050,13,1387000,1411000 +TZA,2050,14,1363000,1387000 +TZA,2050,15,1339000,1362000 +TZA,2050,16,1315000,1337000 +TZA,2050,17,1291000,1312000 +TZA,2050,18,1266000,1286000 +UGA,1990,0,378500,385850 +UGA,1990,1,358166,363925 +UGA,1990,2,339528,343960 +UGA,1990,3,322466,325813 +UGA,1990,4,306860,309340 +UGA,1990,5,292590,294399 +UGA,1990,6,279533,280847 +UGA,1990,7,267571,268540 +UGA,1990,8,256582,257336 +UGA,1990,9,246446,247091 +UGA,1990,10,237176,237810 +UGA,1990,11,228783,229494 +UGA,1990,12,220482,221271 +UGA,1990,13,211888,212706 +UGA,1990,14,203277,204093 +UGA,1990,15,195232,196082 +UGA,1990,16,187535,188443 +UGA,1990,17,180548,181459 +UGA,1990,18,174476,175305 +UGA,1991,0,392689,400914 +UGA,1991,1,373809,380229 +UGA,1991,2,354500,359421 +UGA,1991,3,336733,340402 +UGA,1991,4,320398,323044 +UGA,1991,5,305385,307216 +UGA,1991,6,291589,292788 +UGA,1991,7,278904,279632 +UGA,1991,8,267198,267614 +UGA,1991,9,256352,256605 +UGA,1991,10,246269,246474 +UGA,1991,11,236987,237232 +UGA,1991,12,228514,228885 +UGA,1991,13,220141,220622 +UGA,1991,14,211523,212041 +UGA,1991,15,202914,203421 +UGA,1991,16,194831,195364 +UGA,1991,17,187075,187652 +UGA,1991,18,180018,180592 +UGA,1992,0,406690,415661 +UGA,1992,1,385678,392720 +UGA,1992,2,369073,374449 +UGA,1992,3,350792,354768 +UGA,1992,4,333898,336704 +UGA,1992,5,318293,320143 +UGA,1992,6,303875,304967 +UGA,1992,7,290556,291059 +UGA,1992,8,278244,278305 +UGA,1992,9,266796,266582 +UGA,1992,10,256094,255771 +UGA,1992,11,246066,245759 +UGA,1992,12,236773,236560 +UGA,1992,13,228221,228185 +UGA,1992,14,219776,219886 +UGA,1992,15,211135,211292 +UGA,1992,16,202528,202668 +UGA,1992,17,194409,194567 +UGA,1992,18,186593,186787 +UGA,1993,0,420298,429897 +UGA,1993,1,399272,406828 +UGA,1993,2,379750,385537 +UGA,1993,3,364203,368472 +UGA,1993,4,346957,349928 +UGA,1993,5,330943,332830 +UGA,1993,6,316073,317075 +UGA,1993,7,302257,302558 +UGA,1993,8,289419,289179 +UGA,1993,9,277485,276834 +UGA,1993,10,266299,265411 +UGA,1993,11,255746,254805 +UGA,1993,12,245776,244916 +UGA,1993,13,236474,235766 +UGA,1993,14,227846,227367 +UGA,1993,15,219333,219035 +UGA,1993,16,210673,210433 +UGA,1993,17,202070,201809 +UGA,1993,18,193918,193670 +UGA,1994,0,433329,443460 +UGA,1994,1,412411,420427 +UGA,1994,2,392869,399024 +UGA,1994,3,374621,379159 +UGA,1994,4,359126,362280 +UGA,1994,5,342926,344883 +UGA,1994,6,327801,328760 +UGA,1994,7,313674,313820 +UGA,1994,8,300467,299972 +UGA,1994,9,288119,287128 +UGA,1994,10,276569,275199 +UGA,1994,11,265651,264084 +UGA,1994,12,255252,253688 +UGA,1994,13,245346,243928 +UGA,1994,14,236042,234831 +UGA,1994,15,227342,226415 +UGA,1994,16,218765,218055 +UGA,1994,17,210090,209450 +UGA,1994,18,201498,200831 +UGA,1995,0,445721,456309 +UGA,1995,1,424965,433409 +UGA,1995,2,405467,411996 +UGA,1995,3,387157,391992 +UGA,1995,4,369970,373319 +UGA,1995,5,353836,355901 +UGA,1995,6,338689,339660 +UGA,1995,7,324462,324520 +UGA,1995,8,311086,310401 +UGA,1995,9,298495,297228 +UGA,1995,10,286642,284925 +UGA,1995,11,275484,273418 +UGA,1995,12,264841,262616 +UGA,1995,13,254602,252436 +UGA,1995,14,244765,242810 +UGA,1995,15,235465,233772 +UGA,1995,16,226699,225341 +UGA,1995,17,218064,216958 +UGA,1995,18,209379,208355 +UGA,1996,0,458019,468710 +UGA,1996,1,439721,448608 +UGA,1996,2,419924,426810 +UGA,1996,3,401272,406360 +UGA,1996,4,383703,387189 +UGA,1996,5,367151,369226 +UGA,1996,6,351564,352406 +UGA,1996,7,336887,336664 +UGA,1996,8,322999,321910 +UGA,1996,9,309812,308068 +UGA,1996,10,297297,295080 +UGA,1996,11,285467,282894 +UGA,1996,12,274268,271440 +UGA,1996,13,263585,260663 +UGA,1996,14,253341,250504 +UGA,1996,15,243517,240888 +UGA,1996,16,234187,231821 +UGA,1996,17,225367,223331 +UGA,1996,18,216664,214889 +UGA,1997,0,469811,480546 +UGA,1997,1,449528,458238 +UGA,1997,2,433648,440906 +UGA,1997,3,414811,420209 +UGA,1997,4,397010,400721 +UGA,1997,5,380184,382381 +UGA,1997,6,364271,365128 +UGA,1997,7,349231,348906 +UGA,1997,8,335027,333662 +UGA,1997,9,321481,319296 +UGA,1997,10,308486,305730 +UGA,1997,11,296049,292926 +UGA,1997,12,284243,280859 +UGA,1997,13,273007,269457 +UGA,1997,14,262283,258705 +UGA,1997,15,252038,248567 +UGA,1997,16,242227,238961 +UGA,1997,17,232870,229867 +UGA,1997,18,223996,221317 +UGA,1998,0,481657,492489 +UGA,1998,1,461592,470510 +UGA,1998,2,442506,449602 +UGA,1998,3,427596,433361 +UGA,1998,4,409718,413756 +UGA,1998,5,392767,395223 +UGA,1998,6,376683,377709 +UGA,1998,7,361407,361158 +UGA,1998,8,346915,345528 +UGA,1998,9,333182,330777 +UGA,1998,10,319977,316792 +UGA,1998,11,307173,303498 +UGA,1998,12,294813,290875 +UGA,1998,13,283032,278921 +UGA,1998,14,271757,267568 +UGA,1998,15,260994,256837 +UGA,1998,16,250746,246716 +UGA,1998,17,240948,237118 +UGA,1998,18,231563,227992 +UGA,1999,0,494293,505427 +UGA,1999,1,474249,483575 +UGA,1999,2,455155,462720 +UGA,1999,3,436960,442828 +UGA,1999,4,421655,426135 +UGA,1999,5,404732,407608 +UGA,1999,6,388625,390017 +UGA,1999,7,373279,373314 +UGA,1999,8,358637,357453 +UGA,1999,9,344688,342404 +UGA,1999,10,331423,328134 +UGA,1999,11,318555,314522 +UGA,1999,12,305939,301490 +UGA,1999,13,293654,289037 +UGA,1999,14,281894,277188 +UGA,1999,15,270577,265875 +UGA,1999,16,259772,255158 +UGA,1999,17,249518,245047 +UGA,1999,18,239731,235449 +UGA,2000,0,508208,519942 +UGA,2000,1,487897,497902 +UGA,2000,2,468561,476856 +UGA,2000,3,450145,456763 +UGA,2000,4,432596,437586 +UGA,2000,5,415862,419284 +UGA,2000,6,399888,401821 +UGA,2000,7,384620,385156 +UGA,2000,8,370007,369251 +UGA,2000,9,355993,354068 +UGA,2000,10,342583,339586 +UGA,2000,11,329781,325786 +UGA,2000,12,317247,312534 +UGA,2000,13,304814,299752 +UGA,2000,14,292599,287459 +UGA,2000,15,280856,275704 +UGA,2000,16,269493,264422 +UGA,2000,17,258642,253708 +UGA,2000,18,248380,243599 +UGA,2001,0,522639,534382 +UGA,2001,1,502571,513018 +UGA,2001,2,482839,491639 +UGA,2001,3,464081,471245 +UGA,2001,4,446231,451788 +UGA,2001,5,429221,433215 +UGA,2001,6,413011,415498 +UGA,2001,7,397559,398607 +UGA,2001,8,382675,382382 +UGA,2001,9,368247,366728 +UGA,2001,10,354280,351659 +UGA,2001,11,340901,337272 +UGA,2001,12,328093,323531 +UGA,2001,13,315547,310310 +UGA,2001,14,303125,297550 +UGA,2001,15,290929,285269 +UGA,2001,16,279171,273493 +UGA,2001,17,267773,262164 +UGA,2001,18,256874,251409 +UGA,2002,0,538409,550520 +UGA,2002,1,516670,527140 +UGA,2002,2,497229,506711 +UGA,2002,3,478063,485965 +UGA,2002,4,459872,466200 +UGA,2002,5,442576,447354 +UGA,2002,6,426096,429362 +UGA,2002,7,410400,412207 +UGA,2002,8,395459,395869 +UGA,2002,9,380951,380064 +UGA,2002,10,366699,364641 +UGA,2002,11,352771,349669 +UGA,2002,12,339416,335360 +UGA,2002,13,326594,321661 +UGA,2002,14,314029,308455 +UGA,2002,15,301611,295704 +UGA,2002,16,289427,283418 +UGA,2002,17,277648,271608 +UGA,2002,18,266207,260220 +UGA,2003,0,555099,567653 +UGA,2003,1,532382,543342 +UGA,2003,2,511039,520432 +UGA,2003,3,492137,500744 +UGA,2003,4,473528,480617 +UGA,2003,5,455895,461468 +UGA,2003,6,439144,443220 +UGA,2003,7,423184,425799 +UGA,2003,8,407995,409194 +UGA,2003,9,393558,393397 +UGA,2003,10,379417,378002 +UGA,2003,11,365335,362800 +UGA,2003,12,351438,347914 +UGA,2003,13,338100,333673 +UGA,2003,14,325259,320007 +UGA,2003,15,312669,306809 +UGA,2003,16,300249,294056 +UGA,2003,17,288070,281759 +UGA,2003,18,276264,269906 +UGA,2004,0,572127,584798 +UGA,2004,1,548539,559793 +UGA,2004,2,526456,536288 +UGA,2004,3,505767,514180 +UGA,2004,4,487281,494827 +UGA,2004,5,469220,475319 +UGA,2004,6,452136,456783 +UGA,2004,7,435923,439132 +UGA,2004,8,420476,422279 +UGA,2004,9,405787,406224 +UGA,2004,10,391847,390968 +UGA,2004,11,378067,375980 +UGA,2004,12,364148,360998 +UGA,2004,13,350276,346197 +UGA,2004,14,336948,332023 +UGA,2004,15,324081,318388 +UGA,2004,16,311460,305195 +UGA,2004,17,299031,292440 +UGA,2004,18,286852,280130 +UGA,2005,0,589050,601232 +UGA,2005,1,564865,576002 +UGA,2005,2,542250,552241 +UGA,2005,3,521086,529850 +UGA,2005,4,501255,508727 +UGA,2005,5,482639,488773 +UGA,2005,6,465119,469888 +UGA,2005,7,448577,451972 +UGA,2005,8,432895,434924 +UGA,2005,9,417955,418644 +UGA,2005,10,403759,403143 +UGA,2005,11,390311,388431 +UGA,2005,12,376886,373857 +UGA,2005,13,363124,359098 +UGA,2005,14,349270,344387 +UGA,2005,15,335947,330282 +UGA,2005,16,323048,316683 +UGA,2005,17,310390,303499 +UGA,2005,18,297947,290744 +UGA,2006,0,604105,616260 +UGA,2006,1,582286,594632 +UGA,2006,2,559242,570374 +UGA,2006,3,537588,547344 +UGA,2006,4,517219,525474 +UGA,2006,5,498033,504695 +UGA,2006,6,479926,484917 +UGA,2006,7,462793,466051 +UGA,2006,8,446533,448131 +UGA,2006,9,431042,431133 +UGA,2006,10,416215,414924 +UGA,2006,11,402059,399414 +UGA,2006,12,388578,384641 +UGA,2006,13,375124,370008 +UGA,2006,14,361373,355214 +UGA,2006,15,347550,340486 +UGA,2006,16,334220,326351 +UGA,2006,17,321291,312703 +UGA,2006,18,308598,299533 +UGA,2007,0,619264,630852 +UGA,2007,1,594943,606813 +UGA,2007,2,576060,588208 +UGA,2007,3,554133,564914 +UGA,2007,4,533418,542609 +UGA,2007,5,513825,521253 +UGA,2007,6,495265,500812 +UGA,2007,7,477650,481204 +UGA,2007,8,460889,462350 +UGA,2007,9,444896,444423 +UGA,2007,10,429580,427469 +UGA,2007,11,414854,411326 +UGA,2007,12,400724,395803 +UGA,2007,13,387199,380964 +UGA,2007,14,373703,366268 +UGA,2007,15,359951,351435 +UGA,2007,16,346146,336687 +UGA,2007,17,332797,322518 +UGA,2007,18,319827,308816 +UGA,2008,0,634401,645220 +UGA,2008,1,610409,622281 +UGA,2008,2,587731,599915 +UGA,2008,3,570230,581981 +UGA,2008,4,549406,559643 +UGA,2008,5,529616,538053 +UGA,2008,6,510784,517206 +UGA,2008,7,492838,497094 +UGA,2008,8,475702,477649 +UGA,2008,9,459302,458802 +UGA,2008,10,443564,440862 +UGA,2008,11,428414,423947 +UGA,2008,12,413778,407864 +UGA,2008,13,399665,392323 +UGA,2008,14,386087,377414 +UGA,2008,15,372539,362651 +UGA,2008,16,358776,347774 +UGA,2008,17,344980,333001 +UGA,2008,18,331604,318792 +UGA,2009,0,649386,659762 +UGA,2009,1,625941,637915 +UGA,2009,2,603620,616296 +UGA,2009,3,582355,594940 +UGA,2009,4,564635,576029 +UGA,2009,5,544905,554636 +UGA,2009,6,526032,533752 +UGA,2009,7,507956,513402 +UGA,2009,8,490616,493612 +UGA,2009,9,473953,474321 +UGA,2009,10,457906,455472 +UGA,2009,11,442417,437509 +UGA,2009,12,427427,420626 +UGA,2009,13,412874,404595 +UGA,2009,14,398772,389029 +UGA,2009,15,385135,374042 +UGA,2009,16,371531,359205 +UGA,2009,17,357751,344277 +UGA,2009,18,343958,329472 +UGA,2010,0,664141,674820 +UGA,2010,1,641424,653855 +UGA,2010,2,619614,632878 +UGA,2010,3,598665,611946 +UGA,2010,4,578531,591114 +UGA,2010,5,559168,570440 +UGA,2010,6,540529,549980 +UGA,2010,7,522570,529789 +UGA,2010,8,505245,509925 +UGA,2010,9,488509,490443 +UGA,2010,10,472316,471294 +UGA,2010,11,456619,452431 +UGA,2010,12,441376,434434 +UGA,2010,13,426542,417571 +UGA,2010,14,412069,401583 +UGA,2010,15,397975,385981 +UGA,2010,16,384275,370907 +UGA,2010,17,370611,355986 +UGA,2010,18,356811,340997 +UGA,2011,0,676484,687504 +UGA,2011,1,658607,669108 +UGA,2011,2,636861,648672 +UGA,2011,3,615828,628209 +UGA,2011,4,595484,607763 +UGA,2011,5,575806,587374 +UGA,2011,6,556759,567126 +UGA,2011,7,538305,547100 +UGA,2011,8,520485,527139 +UGA,2011,9,503303,507205 +UGA,2011,10,486697,487460 +UGA,2011,11,470558,468053 +UGA,2011,12,454856,448893 +UGA,2011,13,439604,430687 +UGA,2011,14,424778,413786 +UGA,2011,15,410322,397871 +UGA,2011,16,396220,382307 +UGA,2011,17,382496,367258 +UGA,2011,18,368806,352397 +UGA,2012,0,688569,700581 +UGA,2012,1,667978,680774 +UGA,2012,2,653459,663975 +UGA,2012,3,632669,644049 +UGA,2012,4,612398,624082 +UGA,2012,5,592647,604102 +UGA,2012,6,573412,584137 +UGA,2012,7,554668,564296 +UGA,2012,8,536388,544687 +UGA,2012,9,518698,524938 +UGA,2012,10,501649,504918 +UGA,2012,11,485162,484894 +UGA,2012,12,469068,465213 +UGA,2012,13,453353,445742 +UGA,2012,14,438083,427314 +UGA,2012,15,423258,410360 +UGA,2012,16,408810,394505 +UGA,2012,17,394692,378967 +UGA,2012,18,380936,363929 +UGA,2013,0,701002,714511 +UGA,2013,1,681665,695073 +UGA,2013,2,662441,675586 +UGA,2013,3,648922,659701 +UGA,2013,4,629067,640258 +UGA,2013,5,609539,620759 +UGA,2013,6,590360,601220 +UGA,2013,7,571551,581653 +UGA,2013,8,553093,562193 +UGA,2013,9,534969,542974 +UGA,2013,10,517392,523411 +UGA,2013,11,500459,503280 +UGA,2013,12,484077,482953 +UGA,2013,13,468014,462974 +UGA,2013,14,452270,443166 +UGA,2013,15,436968,424493 +UGA,2013,16,422130,407465 +UGA,2013,17,407678,391650 +UGA,2013,18,393531,376117 +UGA,2014,0,714606,729833 +UGA,2014,1,696547,710836 +UGA,2014,2,678340,691839 +UGA,2014,3,660033,672839 +UGA,2014,4,645275,656576 +UGA,2014,5,626328,637583 +UGA,2014,6,607517,618519 +UGA,2014,7,588885,599386 +UGA,2014,8,570475,580183 +UGA,2014,9,552278,561071 +UGA,2014,10,534285,542209 +UGA,2014,11,516797,522799 +UGA,2014,12,499958,502521 +UGA,2014,13,483658,481855 +UGA,2014,14,467603,461542 +UGA,2014,15,451809,441364 +UGA,2014,16,436454,422411 +UGA,2014,17,421583,405280 +UGA,2014,18,407105,389477 +UGA,2015,0,729768,746678 +UGA,2015,1,712956,728321 +UGA,2015,2,695764,709948 +UGA,2015,3,678257,691544 +UGA,2015,4,660500,673098 +UGA,2015,5,642557,654594 +UGA,2015,6,624493,636019 +UGA,2015,7,606373,617359 +UGA,2015,8,588263,598600 +UGA,2015,9,570227,579729 +UGA,2015,10,552265,560932 +UGA,2015,11,534378,542396 +UGA,2015,12,516953,523104 +UGA,2015,13,500184,502643 +UGA,2015,14,483942,481600 +UGA,2015,15,467873,460916 +UGA,2015,16,452006,440330 +UGA,2015,17,436575,421065 +UGA,2015,18,421648,403799 +UGA,2016,0,743627,761032 +UGA,2016,1,729727,745664 +UGA,2016,2,713253,727844 +UGA,2016,3,696352,709902 +UGA,2016,4,679091,691834 +UGA,2016,5,661534,673637 +UGA,2016,6,643754,655303 +UGA,2016,7,625822,636825 +UGA,2016,8,607774,618213 +UGA,2016,9,589665,599470 +UGA,2016,10,571579,580581 +UGA,2016,11,553544,561725 +UGA,2016,12,535560,543095 +UGA,2016,13,518032,523697 +UGA,2016,14,501169,503127 +UGA,2016,15,484837,481972 +UGA,2016,16,468662,461163 +UGA,2016,17,452680,440440 +UGA,2016,18,437137,421059 +UGA,2017,0,759140,777015 +UGA,2017,1,744682,760658 +UGA,2017,2,730742,745981 +UGA,2017,3,714581,728667 +UGA,2017,4,697947,711125 +UGA,2017,5,680907,693360 +UGA,2017,6,663526,675380 +UGA,2017,7,645884,657183 +UGA,2017,8,628056,638769 +UGA,2017,9,610054,620173 +UGA,2017,10,591921,601410 +UGA,2017,11,573758,582470 +UGA,2017,12,555625,563521 +UGA,2017,13,537516,544765 +UGA,2017,14,519860,525225 +UGA,2017,15,502879,504509 +UGA,2017,16,486433,483205 +UGA,2017,17,470129,462233 +UGA,2017,18,454009,441336 +UGA,2018,0,774375,792625 +UGA,2018,1,760995,777459 +UGA,2018,2,746797,761876 +UGA,2018,3,731868,746553 +UGA,2018,4,716019,729739 +UGA,2018,5,699650,712592 +UGA,2018,6,682828,695126 +UGA,2018,7,665622,677356 +UGA,2018,8,648114,659290 +UGA,2018,9,630389,640935 +UGA,2018,10,612430,622347 +UGA,2018,11,594270,603559 +UGA,2018,12,576028,584562 +UGA,2018,13,557793,565513 +UGA,2018,14,539558,546624 +UGA,2018,15,521771,526936 +UGA,2018,16,504668,506066 +UGA,2018,17,488105,484605 +UGA,2018,18,471670,463464 +UGA,2019,0,787000,805000 +UGA,2019,1,775000,792000 +UGA,2019,2,762000,777000 +UGA,2019,3,748000,762000 +UGA,2019,4,732000,746000 +UGA,2019,5,717000,730000 +UGA,2019,6,701000,713000 +UGA,2019,7,684000,696000 +UGA,2019,8,667000,679000 +UGA,2019,9,650000,661000 +UGA,2019,10,632000,642000 +UGA,2019,11,614000,624000 +UGA,2019,12,596000,605000 +UGA,2019,13,578000,586000 +UGA,2019,14,559000,567000 +UGA,2019,15,541000,548000 +UGA,2019,16,523000,528000 +UGA,2019,17,506000,507000 +UGA,2019,18,489000,485000 +UGA,2020,0,796000,814000 +UGA,2020,1,784000,802000 +UGA,2020,2,772000,788000 +UGA,2020,3,759000,774000 +UGA,2020,4,746000,760000 +UGA,2020,5,731000,745000 +UGA,2020,6,716000,729000 +UGA,2020,7,700000,713000 +UGA,2020,8,684000,696000 +UGA,2020,9,667000,679000 +UGA,2020,10,650000,661000 +UGA,2020,11,633000,643000 +UGA,2020,12,615000,624000 +UGA,2020,13,597000,605000 +UGA,2020,14,578000,586000 +UGA,2020,15,560000,567000 +UGA,2020,16,542000,548000 +UGA,2020,17,524000,528000 +UGA,2020,18,506000,507000 +UGA,2021,0,803000,822000 +UGA,2021,1,793000,811000 +UGA,2021,2,782000,799000 +UGA,2021,3,770000,786000 +UGA,2021,4,757000,772000 +UGA,2021,5,744000,758000 +UGA,2021,6,730000,743000 +UGA,2021,7,715000,728000 +UGA,2021,8,699000,711000 +UGA,2021,9,683000,695000 +UGA,2021,10,666000,677000 +UGA,2021,11,649000,660000 +UGA,2021,12,632000,642000 +UGA,2021,13,614000,623000 +UGA,2021,14,596000,604000 +UGA,2021,15,577000,585000 +UGA,2021,16,559000,566000 +UGA,2021,17,540000,547000 +UGA,2021,18,522000,527000 +UGA,2022,0,807000,826000 +UGA,2022,1,799000,816000 +UGA,2022,2,789000,806000 +UGA,2022,3,778000,795000 +UGA,2022,4,767000,782000 +UGA,2022,5,754000,769000 +UGA,2022,6,741000,755000 +UGA,2022,7,727000,740000 +UGA,2022,8,713000,725000 +UGA,2022,9,697000,709000 +UGA,2022,10,681000,693000 +UGA,2022,11,664000,675000 +UGA,2022,12,647000,658000 +UGA,2022,13,630000,639000 +UGA,2022,14,612000,621000 +UGA,2022,15,594000,602000 +UGA,2022,16,575000,583000 +UGA,2022,17,557000,564000 +UGA,2022,18,539000,544000 +UGA,2023,0,809000,828000 +UGA,2023,1,802000,820000 +UGA,2023,2,794000,810000 +UGA,2023,3,785000,801000 +UGA,2023,4,774000,790000 +UGA,2023,5,763000,777000 +UGA,2023,6,751000,764000 +UGA,2023,7,738000,751000 +UGA,2023,8,724000,737000 +UGA,2023,9,710000,722000 +UGA,2023,10,695000,706000 +UGA,2023,11,679000,690000 +UGA,2023,12,662000,673000 +UGA,2023,13,645000,655000 +UGA,2023,14,627000,637000 +UGA,2023,15,610000,618000 +UGA,2023,16,592000,599000 +UGA,2023,17,573000,580000 +UGA,2023,18,555000,561000 +UGA,2024,0,813000,831000 +UGA,2024,1,806000,824000 +UGA,2024,2,798000,815000 +UGA,2024,3,790000,806000 +UGA,2024,4,781000,796000 +UGA,2024,5,770000,785000 +UGA,2024,6,759000,773000 +UGA,2024,7,747000,760000 +UGA,2024,8,734000,747000 +UGA,2024,9,721000,733000 +UGA,2024,10,707000,719000 +UGA,2024,11,692000,703000 +UGA,2024,12,676000,687000 +UGA,2024,13,660000,670000 +UGA,2024,14,643000,652000 +UGA,2024,15,625000,634000 +UGA,2024,16,607000,615000 +UGA,2024,17,589000,597000 +UGA,2024,18,571000,577000 +UGA,2025,0,820000,838000 +UGA,2025,1,812000,830000 +UGA,2025,2,804000,821000 +UGA,2025,3,796000,812000 +UGA,2025,4,787000,802000 +UGA,2025,5,777000,792000 +UGA,2025,6,766000,781000 +UGA,2025,7,755000,769000 +UGA,2025,8,744000,757000 +UGA,2025,9,731000,744000 +UGA,2025,10,718000,730000 +UGA,2025,11,705000,716000 +UGA,2025,12,690000,701000 +UGA,2025,13,674000,685000 +UGA,2025,14,658000,667000 +UGA,2025,15,641000,650000 +UGA,2025,16,623000,632000 +UGA,2025,17,605000,613000 +UGA,2025,18,587000,594000 +UGA,2026,0,830000,848000 +UGA,2026,1,818000,835000 +UGA,2026,2,810000,827000 +UGA,2026,3,802000,818000 +UGA,2026,4,793000,809000 +UGA,2026,5,784000,799000 +UGA,2026,6,775000,789000 +UGA,2026,7,765000,779000 +UGA,2026,8,754000,767000 +UGA,2026,9,742000,755000 +UGA,2026,10,730000,742000 +UGA,2026,11,717000,728000 +UGA,2026,12,703000,714000 +UGA,2026,13,689000,699000 +UGA,2026,14,673000,683000 +UGA,2026,15,656000,666000 +UGA,2026,16,639000,648000 +UGA,2026,17,622000,630000 +UGA,2026,18,604000,611000 +UGA,2027,0,844000,862000 +UGA,2027,1,831000,849000 +UGA,2027,2,816000,833000 +UGA,2027,3,807000,824000 +UGA,2027,4,799000,815000 +UGA,2027,5,790000,806000 +UGA,2027,6,782000,796000 +UGA,2027,7,773000,787000 +UGA,2027,8,763000,777000 +UGA,2027,9,753000,766000 +UGA,2027,10,741000,754000 +UGA,2027,11,729000,740000 +UGA,2027,12,716000,727000 +UGA,2027,13,702000,713000 +UGA,2027,14,687000,697000 +UGA,2027,15,672000,681000 +UGA,2027,16,655000,664000 +UGA,2027,17,638000,646000 +UGA,2027,18,620000,628000 +UGA,2028,0,858000,877000 +UGA,2028,1,843000,861000 +UGA,2028,2,830000,847000 +UGA,2028,3,814000,831000 +UGA,2028,4,805000,821000 +UGA,2028,5,797000,812000 +UGA,2028,6,788000,803000 +UGA,2028,7,779000,793000 +UGA,2028,8,771000,784000 +UGA,2028,9,762000,775000 +UGA,2028,10,752000,764000 +UGA,2028,11,740000,752000 +UGA,2028,12,727000,739000 +UGA,2028,13,714000,725000 +UGA,2028,14,701000,711000 +UGA,2028,15,686000,696000 +UGA,2028,16,670000,679000 +UGA,2028,17,654000,662000 +UGA,2028,18,636000,644000 +UGA,2029,0,872000,891000 +UGA,2029,1,855000,873000 +UGA,2029,2,839000,857000 +UGA,2029,3,826000,842000 +UGA,2029,4,813000,828000 +UGA,2029,5,803000,818000 +UGA,2029,6,794000,809000 +UGA,2029,7,786000,800000 +UGA,2029,8,777000,791000 +UGA,2029,9,769000,782000 +UGA,2029,10,760000,773000 +UGA,2029,11,751000,763000 +UGA,2029,12,739000,751000 +UGA,2029,13,726000,738000 +UGA,2029,14,713000,724000 +UGA,2029,15,700000,710000 +UGA,2029,16,685000,694000 +UGA,2029,17,669000,678000 +UGA,2029,18,653000,661000 +UGA,2030,0,883000,902000 +UGA,2030,1,865000,883000 +UGA,2030,2,849000,866000 +UGA,2030,3,835000,851000 +UGA,2030,4,822000,838000 +UGA,2030,5,811000,826000 +UGA,2030,6,801000,816000 +UGA,2030,7,792000,806000 +UGA,2030,8,783000,797000 +UGA,2030,9,775000,788000 +UGA,2030,10,767000,780000 +UGA,2030,11,759000,772000 +UGA,2030,12,750000,762000 +UGA,2030,13,739000,750000 +UGA,2030,14,726000,736000 +UGA,2030,15,712000,723000 +UGA,2030,16,699000,708000 +UGA,2030,17,684000,693000 +UGA,2030,18,668000,677000 +UGA,2031,0,889000,909000 +UGA,2031,1,879000,897000 +UGA,2031,2,862000,880000 +UGA,2031,3,847000,864000 +UGA,2031,4,834000,850000 +UGA,2031,5,821000,837000 +UGA,2031,6,810000,825000 +UGA,2031,7,800000,814000 +UGA,2031,8,790000,804000 +UGA,2031,9,782000,795000 +UGA,2031,10,774000,787000 +UGA,2031,11,766000,778000 +UGA,2031,12,758000,770000 +UGA,2031,13,749000,761000 +UGA,2031,14,737000,749000 +UGA,2031,15,724000,735000 +UGA,2031,16,711000,721000 +UGA,2031,17,698000,706000 +UGA,2031,18,683000,691000 +UGA,2032,0,893000,913000 +UGA,2032,1,879000,897000 +UGA,2032,2,874000,892000 +UGA,2032,3,860000,877000 +UGA,2032,4,846000,862000 +UGA,2032,5,833000,849000 +UGA,2032,6,821000,836000 +UGA,2032,7,810000,824000 +UGA,2032,8,799000,813000 +UGA,2032,9,789000,803000 +UGA,2032,10,781000,794000 +UGA,2032,11,773000,785000 +UGA,2032,12,765000,777000 +UGA,2032,13,757000,769000 +UGA,2032,14,748000,759000 +UGA,2032,15,736000,747000 +UGA,2032,16,723000,733000 +UGA,2032,17,710000,719000 +UGA,2032,18,696000,705000 +UGA,2033,0,896000,915000 +UGA,2033,1,885000,903000 +UGA,2033,2,874000,892000 +UGA,2033,3,871000,888000 +UGA,2033,4,857000,874000 +UGA,2033,5,845000,860000 +UGA,2033,6,832000,848000 +UGA,2033,7,821000,835000 +UGA,2033,8,809000,824000 +UGA,2033,9,798000,812000 +UGA,2033,10,788000,801000 +UGA,2033,11,779000,792000 +UGA,2033,12,772000,784000 +UGA,2033,13,764000,776000 +UGA,2033,14,756000,768000 +UGA,2033,15,747000,758000 +UGA,2033,16,736000,746000 +UGA,2033,17,723000,732000 +UGA,2033,18,709000,718000 +UGA,2034,0,898000,917000 +UGA,2034,1,890000,909000 +UGA,2034,2,882000,899000 +UGA,2034,3,873000,890000 +UGA,2034,4,867000,883000 +UGA,2034,5,855000,871000 +UGA,2034,6,843000,859000 +UGA,2034,7,832000,847000 +UGA,2034,8,820000,835000 +UGA,2034,9,809000,823000 +UGA,2034,10,797000,811000 +UGA,2034,11,787000,800000 +UGA,2034,12,778000,791000 +UGA,2034,13,771000,783000 +UGA,2034,14,763000,775000 +UGA,2034,15,756000,767000 +UGA,2034,16,746000,757000 +UGA,2034,17,735000,745000 +UGA,2034,18,722000,731000 +UGA,2035,0,900000,920000 +UGA,2035,1,895000,914000 +UGA,2035,2,888000,906000 +UGA,2035,3,881000,898000 +UGA,2035,4,872000,888000 +UGA,2035,5,863000,878000 +UGA,2035,6,853000,868000 +UGA,2035,7,842000,857000 +UGA,2035,8,831000,845000 +UGA,2035,9,820000,834000 +UGA,2035,10,809000,822000 +UGA,2035,11,796000,809000 +UGA,2035,12,785000,798000 +UGA,2035,13,777000,789000 +UGA,2035,14,770000,782000 +UGA,2035,15,763000,774000 +UGA,2035,16,755000,766000 +UGA,2035,17,745000,756000 +UGA,2035,18,734000,743000 +UGA,2036,0,904000,924000 +UGA,2036,1,899000,918000 +UGA,2036,2,894000,912000 +UGA,2036,3,887000,904000 +UGA,2036,4,879000,896000 +UGA,2036,5,871000,887000 +UGA,2036,6,862000,877000 +UGA,2036,7,852000,867000 +UGA,2036,8,842000,856000 +UGA,2036,9,831000,845000 +UGA,2036,10,820000,833000 +UGA,2036,11,808000,821000 +UGA,2036,12,796000,808000 +UGA,2036,13,785000,797000 +UGA,2036,14,776000,788000 +UGA,2036,15,769000,781000 +UGA,2036,16,762000,773000 +UGA,2036,17,754000,764000 +UGA,2036,18,745000,754000 +UGA,2037,0,908000,928000 +UGA,2037,1,904000,923000 +UGA,2037,2,898000,916000 +UGA,2037,3,892000,910000 +UGA,2037,4,885000,902000 +UGA,2037,5,878000,894000 +UGA,2037,6,869000,885000 +UGA,2037,7,860000,875000 +UGA,2037,8,851000,866000 +UGA,2037,9,841000,855000 +UGA,2037,10,830000,844000 +UGA,2037,11,819000,832000 +UGA,2037,12,807000,820000 +UGA,2037,13,795000,807000 +UGA,2037,14,784000,796000 +UGA,2037,15,776000,787000 +UGA,2037,16,769000,780000 +UGA,2037,17,761000,771000 +UGA,2037,18,753000,763000 +UGA,2038,0,913000,933000 +UGA,2038,1,909000,928000 +UGA,2038,2,904000,922000 +UGA,2038,3,897000,914000 +UGA,2038,4,891000,908000 +UGA,2038,5,884000,900000 +UGA,2038,6,876000,892000 +UGA,2038,7,868000,883000 +UGA,2038,8,859000,874000 +UGA,2038,9,850000,864000 +UGA,2038,10,840000,854000 +UGA,2038,11,830000,843000 +UGA,2038,12,818000,831000 +UGA,2038,13,807000,819000 +UGA,2038,14,794000,806000 +UGA,2038,15,783000,795000 +UGA,2038,16,775000,786000 +UGA,2038,17,768000,778000 +UGA,2038,18,760000,770000 +UGA,2039,0,918000,938000 +UGA,2039,1,913000,932000 +UGA,2039,2,908000,926000 +UGA,2039,3,903000,920000 +UGA,2039,4,896000,912000 +UGA,2039,5,889000,905000 +UGA,2039,6,882000,898000 +UGA,2039,7,875000,890000 +UGA,2039,8,866000,881000 +UGA,2039,9,858000,872000 +UGA,2039,10,849000,863000 +UGA,2039,11,840000,853000 +UGA,2039,12,829000,842000 +UGA,2039,13,817000,830000 +UGA,2039,14,806000,818000 +UGA,2039,15,793000,805000 +UGA,2039,16,783000,794000 +UGA,2039,17,774000,785000 +UGA,2039,18,767000,777000 +UGA,2040,0,922000,942000 +UGA,2040,1,918000,937000 +UGA,2040,2,912000,930000 +UGA,2040,3,907000,924000 +UGA,2040,4,901000,917000 +UGA,2040,5,894000,910000 +UGA,2040,6,888000,903000 +UGA,2040,7,880000,896000 +UGA,2040,8,873000,887000 +UGA,2040,9,865000,879000 +UGA,2040,10,857000,870000 +UGA,2040,11,848000,862000 +UGA,2040,12,839000,852000 +UGA,2040,13,828000,841000 +UGA,2040,14,817000,829000 +UGA,2040,15,805000,817000 +UGA,2040,16,793000,804000 +UGA,2040,17,782000,793000 +UGA,2040,18,773000,783000 +UGA,2041,0,927000,947000 +UGA,2041,1,921000,941000 +UGA,2041,2,916000,935000 +UGA,2041,3,911000,929000 +UGA,2041,4,906000,923000 +UGA,2041,5,900000,916000 +UGA,2041,6,894000,909000 +UGA,2041,7,887000,902000 +UGA,2041,8,880000,895000 +UGA,2041,9,872000,887000 +UGA,2041,10,864000,878000 +UGA,2041,11,856000,870000 +UGA,2041,12,848000,861000 +UGA,2041,13,838000,851000 +UGA,2041,14,828000,840000 +UGA,2041,15,816000,828000 +UGA,2041,16,804000,816000 +UGA,2041,17,792000,803000 +UGA,2041,18,781000,791000 +UGA,2042,0,932000,952000 +UGA,2042,1,926000,946000 +UGA,2042,2,920000,939000 +UGA,2042,3,915000,933000 +UGA,2042,4,910000,927000 +UGA,2042,5,904000,921000 +UGA,2042,6,899000,915000 +UGA,2042,7,893000,908000 +UGA,2042,8,886000,901000 +UGA,2042,9,879000,894000 +UGA,2042,10,872000,886000 +UGA,2042,11,864000,877000 +UGA,2042,12,855000,869000 +UGA,2042,13,847000,860000 +UGA,2042,14,838000,850000 +UGA,2042,15,827000,839000 +UGA,2042,16,815000,827000 +UGA,2042,17,803000,814000 +UGA,2042,18,791000,801000 +UGA,2043,0,937000,957000 +UGA,2043,1,931000,950000 +UGA,2043,2,925000,943000 +UGA,2043,3,919000,937000 +UGA,2043,4,914000,931000 +UGA,2043,5,909000,925000 +UGA,2043,6,903000,919000 +UGA,2043,7,898000,913000 +UGA,2043,8,892000,907000 +UGA,2043,9,885000,900000 +UGA,2043,10,879000,893000 +UGA,2043,11,871000,885000 +UGA,2043,12,863000,876000 +UGA,2043,13,855000,868000 +UGA,2043,14,846000,859000 +UGA,2043,15,837000,849000 +UGA,2043,16,826000,838000 +UGA,2043,17,814000,825000 +UGA,2043,18,803000,813000 +UGA,2044,0,941000,961000 +UGA,2044,1,934000,954000 +UGA,2044,2,929000,947000 +UGA,2044,3,923000,941000 +UGA,2044,4,917000,935000 +UGA,2044,5,912000,929000 +UGA,2044,6,907000,923000 +UGA,2044,7,902000,917000 +UGA,2044,8,896000,911000 +UGA,2044,9,891000,905000 +UGA,2044,10,885000,899000 +UGA,2044,11,878000,892000 +UGA,2044,12,870000,884000 +UGA,2044,13,862000,875000 +UGA,2044,14,854000,867000 +UGA,2044,15,846000,858000 +UGA,2044,16,836000,848000 +UGA,2044,17,825000,836000 +UGA,2044,18,814000,824000 +UGA,2045,0,944000,964000 +UGA,2045,1,938000,957000 +UGA,2045,2,932000,950000 +UGA,2045,3,926000,944000 +UGA,2045,4,921000,938000 +UGA,2045,5,916000,932000 +UGA,2045,6,911000,927000 +UGA,2045,7,906000,921000 +UGA,2045,8,901000,915000 +UGA,2045,9,895000,910000 +UGA,2045,10,889000,904000 +UGA,2045,11,884000,897000 +UGA,2045,12,877000,891000 +UGA,2045,13,870000,883000 +UGA,2045,14,862000,874000 +UGA,2045,15,853000,865000 +UGA,2045,16,845000,857000 +UGA,2045,17,835000,847000 +UGA,2045,18,824000,835000 +UGA,2046,0,946000,967000 +UGA,2046,1,942000,962000 +UGA,2046,2,936000,955000 +UGA,2046,3,931000,949000 +UGA,2046,4,926000,943000 +UGA,2046,5,921000,937000 +UGA,2046,6,915000,931000 +UGA,2046,7,910000,926000 +UGA,2046,8,905000,920000 +UGA,2046,9,900000,915000 +UGA,2046,10,895000,909000 +UGA,2046,11,889000,903000 +UGA,2046,12,883000,897000 +UGA,2046,13,877000,890000 +UGA,2046,14,869000,882000 +UGA,2046,15,861000,873000 +UGA,2046,16,852000,864000 +UGA,2046,17,844000,855000 +UGA,2046,18,834000,845000 +UGA,2047,0,948000,969000 +UGA,2047,1,943000,963000 +UGA,2047,2,941000,959000 +UGA,2047,3,935000,953000 +UGA,2047,4,930000,948000 +UGA,2047,5,925000,942000 +UGA,2047,6,920000,936000 +UGA,2047,7,915000,931000 +UGA,2047,8,910000,925000 +UGA,2047,9,904000,919000 +UGA,2047,10,899000,914000 +UGA,2047,11,894000,908000 +UGA,2047,12,888000,902000 +UGA,2047,13,882000,896000 +UGA,2047,14,876000,889000 +UGA,2047,15,868000,881000 +UGA,2047,16,860000,872000 +UGA,2047,17,852000,863000 +UGA,2047,18,843000,854000 +UGA,2048,0,949000,970000 +UGA,2048,1,945000,965000 +UGA,2048,2,941000,960000 +UGA,2048,3,939000,957000 +UGA,2048,4,934000,951000 +UGA,2048,5,929000,946000 +UGA,2048,6,924000,941000 +UGA,2048,7,919000,935000 +UGA,2048,8,914000,930000 +UGA,2048,9,909000,924000 +UGA,2048,10,904000,918000 +UGA,2048,11,899000,913000 +UGA,2048,12,893000,907000 +UGA,2048,13,888000,901000 +UGA,2048,14,882000,895000 +UGA,2048,15,875000,888000 +UGA,2048,16,868000,880000 +UGA,2048,17,859000,871000 +UGA,2048,18,851000,862000 +UGA,2049,0,950000,971000 +UGA,2049,1,947000,966000 +UGA,2049,2,943000,962000 +UGA,2049,3,940000,958000 +UGA,2049,4,937000,954000 +UGA,2049,5,933000,949000 +UGA,2049,6,928000,944000 +UGA,2049,7,923000,939000 +UGA,2049,8,919000,934000 +UGA,2049,9,914000,928000 +UGA,2049,10,908000,923000 +UGA,2049,11,903000,917000 +UGA,2049,12,898000,912000 +UGA,2049,13,893000,906000 +UGA,2049,14,887000,900000 +UGA,2049,15,881000,894000 +UGA,2049,16,875000,887000 +UGA,2049,17,867000,878000 +UGA,2049,18,859000,870000 +UGA,2050,0,951000,971000 +UGA,2050,1,948000,968000 +UGA,2050,2,945000,964000 +UGA,2050,3,942000,960000 +UGA,2050,4,939000,956000 +UGA,2050,5,935000,952000 +UGA,2050,6,931000,947000 +UGA,2050,7,927000,943000 +UGA,2050,8,922000,938000 +UGA,2050,9,918000,933000 +UGA,2050,10,913000,927000 +UGA,2050,11,907000,922000 +UGA,2050,12,902000,916000 +UGA,2050,13,897000,910000 +UGA,2050,14,892000,905000 +UGA,2050,15,886000,899000 +UGA,2050,16,880000,893000 +UGA,2050,17,874000,885000 +UGA,2050,18,866000,877000 +UKR,1990,0,311831,325856 +UKR,1990,1,327110,343624 +UKR,1990,2,339744,357724 +UKR,1990,3,349943,368504 +UKR,1990,4,357920,376312 +UKR,1990,5,363888,381496 +UKR,1990,6,368059,384404 +UKR,1990,7,370646,385384 +UKR,1990,8,371859,384783 +UKR,1990,9,371913,382950 +UKR,1990,10,370730,379694 +UKR,1990,11,368233,374822 +UKR,1990,12,366079,371381 +UKR,1990,13,365060,370797 +UKR,1990,14,364519,371800 +UKR,1990,15,363666,372337 +UKR,1990,16,363441,373594 +UKR,1990,17,360410,371734 +UKR,1990,18,353038,364889 +UKR,1991,0,296319,309550 +UKR,1991,1,313618,328375 +UKR,1991,2,328354,345222 +UKR,1991,3,340683,358817 +UKR,1991,4,350772,369423 +UKR,1991,5,358784,377305 +UKR,1991,6,364937,382830 +UKR,1991,7,369451,386367 +UKR,1991,8,372220,387663 +UKR,1991,9,373301,386779 +UKR,1991,10,373020,384286 +UKR,1991,11,371594,380528 +UKR,1991,12,368916,375229 +UKR,1991,13,366508,371355 +UKR,1991,14,365131,370354 +UKR,1991,15,364189,370973 +UKR,1991,16,362953,371127 +UKR,1991,17,362324,371973 +UKR,1991,18,359115,369929 +UKR,1992,0,280422,293446 +UKR,1992,1,299947,315655 +UKR,1992,2,315348,330686 +UKR,1992,3,329536,346599 +UKR,1992,4,341560,359677 +UKR,1992,5,351536,370102 +UKR,1992,6,359580,378053 +UKR,1992,7,365918,383917 +UKR,1992,8,370775,388082 +UKR,1992,9,373727,389696 +UKR,1992,10,374674,388527 +UKR,1992,11,374057,385374 +UKR,1992,12,372388,381116 +UKR,1992,13,369530,375392 +UKR,1992,14,366868,371086 +UKR,1992,15,365132,369668 +UKR,1992,16,363789,369902 +UKR,1992,17,362171,369671 +UKR,1992,18,361135,370104 +UKR,1993,0,264710,277909 +UKR,1993,1,285116,300289 +UKR,1993,2,303078,319706 +UKR,1993,3,316931,332717 +UKR,1993,4,330564,347681 +UKR,1993,5,342276,360232 +UKR,1993,6,352134,370466 +UKR,1993,7,360207,378479 +UKR,1993,8,366727,384678 +UKR,1993,9,371925,389468 +UKR,1993,10,375058,391398 +UKR,1993,11,375871,389945 +UKR,1993,12,374919,386134 +UKR,1993,13,373008,381379 +UKR,1993,14,369970,375234 +UKR,1993,15,367054,370500 +UKR,1993,16,364961,368666 +UKR,1993,17,363216,368514 +UKR,1993,18,361216,367898 +UKR,1994,0,249824,263218 +UKR,1994,1,270144,284705 +UKR,1994,2,288528,304082 +UKR,1994,3,305027,321393 +UKR,1994,4,318263,334408 +UKR,1994,5,331330,348409 +UKR,1994,6,342720,360420 +UKR,1994,7,352453,370453 +UKR,1994,8,360549,378520 +UKR,1994,9,367246,385047 +UKR,1994,10,372780,390456 +UKR,1994,11,376091,392700 +UKR,1994,12,376770,390965 +UKR,1994,13,375483,386501 +UKR,1994,14,373331,381254 +UKR,1994,15,370117,374694 +UKR,1994,16,366949,369537 +UKR,1994,17,364501,367289 +UKR,1994,18,362355,366752 +UKR,1995,0,236296,249634 +UKR,1995,1,255542,269410 +UKR,1995,2,273492,287979 +UKR,1995,3,290117,305270 +UKR,1995,4,305391,321211 +UKR,1995,5,319287,335729 +UKR,1995,6,331778,348754 +UKR,1995,7,342836,360213 +UKR,1995,8,352434,370035 +UKR,1995,9,360545,378147 +UKR,1995,10,367412,384993 +UKR,1995,11,373277,391016 +UKR,1995,12,376764,393570 +UKR,1995,13,377307,391556 +UKR,1995,14,375688,386445 +UKR,1995,15,373298,380712 +UKR,1995,16,369910,373747 +UKR,1995,17,366495,368174 +UKR,1995,18,363694,365514 +UKR,1996,0,225386,238640 +UKR,1996,1,237075,250328 +UKR,1996,2,255182,269011 +UKR,1996,3,272427,286926 +UKR,1996,4,288713,303927 +UKR,1996,5,303939,319869 +UKR,1996,6,318067,334666 +UKR,1996,7,331056,348232 +UKR,1996,8,342514,360130 +UKR,1996,9,352224,370098 +UKR,1996,10,360264,378167 +UKR,1996,11,367187,385085 +UKR,1996,12,373194,391249 +UKR,1996,13,376689,393803 +UKR,1996,14,377032,391577 +UKR,1996,15,375083,386110 +UKR,1996,16,372387,380040 +UKR,1996,17,368693,372751 +UKR,1996,18,365017,366804 +UKR,1997,0,216331,229294 +UKR,1997,1,230210,243062 +UKR,1997,2,237593,250689 +UKR,1997,3,254539,268254 +UKR,1997,4,271061,285489 +UKR,1997,5,286988,302176 +UKR,1997,6,302150,318099 +UKR,1997,7,316494,333155 +UKR,1997,8,329968,347245 +UKR,1997,9,341813,359566 +UKR,1997,10,351624,369668 +UKR,1997,11,359584,377683 +UKR,1997,12,366556,384664 +UKR,1997,13,372700,390961 +UKR,1997,14,376199,393512 +UKR,1997,15,376341,391076 +UKR,1997,16,374062,385260 +UKR,1997,17,371063,378860 +UKR,1997,18,367068,371256 +UKR,1998,0,209021,221600 +UKR,1998,1,219105,231424 +UKR,1998,2,230588,242998 +UKR,1998,3,237982,250878 +UKR,1998,4,253759,267313 +UKR,1998,5,269549,283857 +UKR,1998,6,285109,300220 +UKR,1998,7,300198,316112 +UKR,1998,8,314751,331417 +UKR,1998,9,328702,346021 +UKR,1998,10,340928,358757 +UKR,1998,11,350835,368985 +UKR,1998,12,358710,376941 +UKR,1998,13,365727,383979 +UKR,1998,14,372004,390406 +UKR,1998,15,375505,392951 +UKR,1998,16,375447,390307 +UKR,1998,17,372841,384147 +UKR,1998,18,369540,377422 +UKR,1999,0,203124,215381 +UKR,1999,1,209511,221383 +UKR,1999,2,218125,229964 +UKR,1999,3,228615,240716 +UKR,1999,4,238402,251082 +UKR,1999,5,253014,266389 +UKR,1999,6,268074,282244 +UKR,1999,7,283270,298284 +UKR,1999,8,298289,314146 +UKR,1999,9,313052,329701 +UKR,1999,10,327481,344818 +UKR,1999,11,340089,357969 +UKR,1999,12,350093,368325 +UKR,1999,13,357885,376221 +UKR,1999,14,364948,383318 +UKR,1999,15,371358,389874 +UKR,1999,16,374862,392414 +UKR,1999,17,374603,389562 +UKR,1999,18,371670,383057 +UKR,2000,0,198418,210518 +UKR,2000,1,201677,213238 +UKR,2000,2,207744,219122 +UKR,2000,3,216235,227736 +UKR,2000,4,226765,238644 +UKR,2000,5,238949,251409 +UKR,2000,6,252403,265597 +UKR,2000,7,266742,280771 +UKR,2000,8,281582,296496 +UKR,2000,9,296538,312337 +UKR,2000,10,311519,328148 +UKR,2000,11,326434,343786 +UKR,2000,12,339431,357359 +UKR,2000,13,349537,367846 +UKR,2000,14,357250,375688 +UKR,2000,15,364363,382846 +UKR,2000,16,370910,389535 +UKR,2000,17,374418,392071 +UKR,2000,18,373959,389010 +UKR,2001,0,194080,206248 +UKR,2001,1,197552,209293 +UKR,2001,2,201309,212636 +UKR,2001,3,207650,218886 +UKR,2001,4,216231,227651 +UKR,2001,5,226706,238541 +UKR,2001,6,238688,251116 +UKR,2001,7,251790,264938 +UKR,2001,8,265878,279854 +UKR,2001,9,280690,295569 +UKR,2001,10,295755,311550 +UKR,2001,11,310768,327405 +UKR,2001,12,325678,343034 +UKR,2001,13,338671,356599 +UKR,2001,14,348773,367085 +UKR,2001,15,356478,374918 +UKR,2001,16,363585,382061 +UKR,2001,17,370136,388741 +UKR,2001,18,373607,391188 +UKR,2002,0,190660,203037 +UKR,2002,1,190257,201728 +UKR,2002,2,196799,208195 +UKR,2002,3,201054,212163 +UKR,2002,4,207672,218781 +UKR,2002,5,216348,227702 +UKR,2002,6,226775,238581 +UKR,2002,7,238562,250973 +UKR,2002,8,251320,264437 +UKR,2002,9,265164,279105 +UKR,2002,10,279957,294820 +UKR,2002,11,295140,310950 +UKR,2002,12,310193,326859 +UKR,2002,13,325106,342487 +UKR,2002,14,338103,356055 +UKR,2002,15,348206,366544 +UKR,2002,16,355907,374374 +UKR,2002,17,363013,381506 +UKR,2002,18,369571,388181 +UKR,2003,0,189325,202014 +UKR,2003,1,187784,199409 +UKR,2003,2,189049,199981 +UKR,2003,3,196161,207208 +UKR,2003,4,200917,211802 +UKR,2003,5,207816,218791 +UKR,2003,6,216591,227874 +UKR,2003,7,226976,238747 +UKR,2003,8,238575,250963 +UKR,2003,9,250996,264077 +UKR,2003,10,264605,278504 +UKR,2003,11,279388,294227 +UKR,2003,12,294697,310514 +UKR,2003,13,309800,326485 +UKR,2003,14,324724,342122 +UKR,2003,15,337732,355698 +UKR,2003,16,347843,366197 +UKR,2003,17,355544,374028 +UKR,2003,18,362653,381153 +UKR,2004,0,191658,204706 +UKR,2004,1,188535,200412 +UKR,2004,2,188055,199112 +UKR,2004,3,189994,200549 +UKR,2004,4,195619,206279 +UKR,2004,5,200879,211501 +UKR,2004,6,208062,218865 +UKR,2004,7,216942,228111 +UKR,2004,8,227289,238981 +UKR,2004,9,238706,251025 +UKR,2004,10,250797,263793 +UKR,2004,11,264177,277982 +UKR,2004,12,278956,293719 +UKR,2004,13,294399,310168 +UKR,2004,14,309559,326206 +UKR,2004,15,324502,341855 +UKR,2004,16,337528,355444 +UKR,2004,17,347651,365955 +UKR,2004,18,355357,373789 +UKR,2005,0,198548,211947 +UKR,2005,1,192944,205141 +UKR,2005,2,189994,201296 +UKR,2005,3,189507,200198 +UKR,2005,4,191293,201631 +UKR,2005,5,195165,205380 +UKR,2005,6,200931,211232 +UKR,2005,7,208402,218971 +UKR,2005,8,217390,228383 +UKR,2005,9,227704,239252 +UKR,2005,10,238944,251125 +UKR,2005,11,250709,263547 +UKR,2005,12,263866,277502 +UKR,2005,13,278649,293253 +UKR,2005,14,294233,309868 +UKR,2005,15,309456,325975 +UKR,2005,16,324425,341639 +UKR,2005,17,337475,355242 +UKR,2005,18,347614,365768 +UKR,2006,0,210402,224234 +UKR,2006,1,197940,211137 +UKR,2006,2,192397,204508 +UKR,2006,3,189470,200751 +UKR,2006,4,188982,199671 +UKR,2006,5,190755,201078 +UKR,2006,6,194609,204762 +UKR,2006,7,200367,210516 +UKR,2006,8,207857,218224 +UKR,2006,9,216907,227726 +UKR,2006,10,227333,238781 +UKR,2006,11,238648,250780 +UKR,2006,12,250373,263206 +UKR,2006,13,263833,277487 +UKR,2006,14,279450,294063 +UKR,2006,15,296144,311753 +UKR,2006,16,312408,328861 +UKR,2006,17,328538,345632 +UKR,2006,18,341975,359585 +UKR,2007,0,226455,240685 +UKR,2007,1,212452,225646 +UKR,2007,2,197382,210318 +UKR,2007,3,191897,203867 +UKR,2007,4,188993,200196 +UKR,2007,5,188503,199136 +UKR,2007,6,190263,200517 +UKR,2007,7,194102,204135 +UKR,2007,8,199852,209791 +UKR,2007,9,207364,217468 +UKR,2007,10,216478,227059 +UKR,2007,11,227019,238299 +UKR,2007,12,238411,250423 +UKR,2007,13,250098,262853 +UKR,2007,14,263864,277460 +UKR,2007,15,280320,294859 +UKR,2007,16,298127,313622 +UKR,2007,17,315435,331729 +UKR,2007,18,332731,349605 +UKR,2008,0,243478,258067 +UKR,2008,1,225173,238903 +UKR,2008,2,210698,223641 +UKR,2008,3,196859,209540 +UKR,2008,4,191432,203264 +UKR,2008,5,188550,199680 +UKR,2008,6,188059,198639 +UKR,2008,7,189806,199993 +UKR,2008,8,193630,203547 +UKR,2008,9,199374,209106 +UKR,2008,10,206908,216754 +UKR,2008,11,216088,226435 +UKR,2008,12,226745,237862 +UKR,2008,13,238217,250114 +UKR,2008,14,249868,262550 +UKR,2008,15,263943,277485 +UKR,2008,16,281241,295709 +UKR,2008,17,300164,315548 +UKR,2008,18,318518,334656 +UKR,2009,0,257085,272047 +UKR,2009,1,236524,250832 +UKR,2009,2,219776,233414 +UKR,2009,3,206628,219600 +UKR,2009,4,196371,208899 +UKR,2009,5,191001,202795 +UKR,2009,6,188141,199295 +UKR,2009,7,187648,198273 +UKR,2009,8,189382,199602 +UKR,2009,9,193193,203093 +UKR,2009,10,198931,208559 +UKR,2009,11,206489,216182 +UKR,2009,12,215737,225961 +UKR,2009,13,226512,237582 +UKR,2009,14,238065,249969 +UKR,2009,15,249684,262420 +UKR,2009,16,264070,277692 +UKR,2009,17,282212,296753 +UKR,2009,18,302255,317682 +UKR,2010,0,264163,279570 +UKR,2010,1,244514,259469 +UKR,2010,2,227992,242410 +UKR,2010,3,214469,228288 +UKR,2010,4,203812,216999 +UKR,2010,5,195892,208438 +UKR,2010,6,190577,202500 +UKR,2010,7,187739,199081 +UKR,2010,8,187245,198077 +UKR,2010,9,188966,199382 +UKR,2010,10,192763,202814 +UKR,2010,11,198497,208190 +UKR,2010,12,206078,215796 +UKR,2010,13,215394,225680 +UKR,2010,14,226288,237505 +UKR,2010,15,237923,250040 +UKR,2010,16,249509,262515 +UKR,2010,17,264207,278139 +UKR,2010,18,283195,298055 +UKR,2011,0,263331,278427 +UKR,2011,1,260962,275994 +UKR,2011,2,244082,258713 +UKR,2011,3,229271,243406 +UKR,2011,4,216577,230149 +UKR,2011,5,206046,219015 +UKR,2011,6,197548,209897 +UKR,2011,7,190951,202690 +UKR,2011,8,187194,198366 +UKR,2011,9,186680,197360 +UKR,2011,10,188923,199205 +UKR,2011,11,192888,202817 +UKR,2011,12,198614,208191 +UKR,2011,13,206196,215793 +UKR,2011,14,215522,225672 +UKR,2011,15,226433,237488 +UKR,2011,16,238081,250006 +UKR,2011,17,249678,262462 +UKR,2011,18,264378,278042 +UKR,2012,0,256043,270947 +UKR,2012,1,248695,263634 +UKR,2012,2,257930,272864 +UKR,2012,3,243808,258370 +UKR,2012,4,230699,244789 +UKR,2012,5,218826,232374 +UKR,2012,6,208414,221377 +UKR,2012,7,199333,211688 +UKR,2012,8,191448,203202 +UKR,2012,9,186770,197968 +UKR,2012,10,186237,196958 +UKR,2012,11,189002,199345 +UKR,2012,12,193139,203143 +UKR,2012,13,198860,208524 +UKR,2012,14,206448,216134 +UKR,2012,15,215791,226024 +UKR,2012,16,226724,237848 +UKR,2012,17,238393,250370 +UKR,2012,18,250010,262826 +UKR,2013,0,244258,258982 +UKR,2013,1,246073,261062 +UKR,2013,2,245081,260114 +UKR,2013,3,254935,269943 +UKR,2013,4,243571,258227 +UKR,2013,5,232161,246364 +UKR,2013,6,221109,234782 +UKR,2013,7,210815,223913 +UKR,2013,8,201148,213646 +UKR,2013,9,191975,203872 +UKR,2013,10,186375,197723 +UKR,2013,11,185821,196709 +UKR,2013,12,189109,199641 +UKR,2013,13,193418,203627 +UKR,2013,14,199136,209019 +UKR,2013,15,206730,216644 +UKR,2013,16,216092,226552 +UKR,2013,17,227050,238394 +UKR,2013,18,238742,250930 +UKR,2014,0,231066,245482 +UKR,2014,1,241316,256230 +UKR,2014,2,246795,261961 +UKR,2014,3,248173,263378 +UKR,2014,4,251849,266965 +UKR,2014,5,243248,258035 +UKR,2014,6,233543,247892 +UKR,2014,7,223315,237147 +UKR,2014,8,213143,226409 +UKR,2014,9,202894,215565 +UKR,2014,10,192434,204504 +UKR,2014,11,185913,197439 +UKR,2014,12,185339,196422 +UKR,2014,13,189151,199898 +UKR,2014,14,193630,204073 +UKR,2014,15,199343,209474 +UKR,2014,16,206941,217112 +UKR,2014,17,216317,227036 +UKR,2014,18,227296,238894 +UKR,2015,0,218898,232817 +UKR,2015,1,235234,249873 +UKR,2015,2,245620,260715 +UKR,2015,3,250815,266130 +UKR,2015,4,251576,266907 +UKR,2015,5,248660,263833 +UKR,2015,6,242825,257695 +UKR,2015,7,234829,249281 +UKR,2015,8,225429,239380 +UKR,2015,9,215383,228778 +UKR,2015,10,204556,217362 +UKR,2015,11,192814,205020 +UKR,2015,12,185376,197043 +UKR,2015,13,184782,196022 +UKR,2015,14,189114,200042 +UKR,2015,15,193762,204402 +UKR,2015,16,199467,209810 +UKR,2015,17,207066,217457 +UKR,2015,18,216453,227392 +UKR,2016,0,208459,221681 +UKR,2016,1,221908,235963 +UKR,2016,2,235999,250698 +UKR,2016,3,244981,260084 +UKR,2016,4,249473,264767 +UKR,2016,5,250093,265392 +UKR,2016,6,247596,262742 +UKR,2016,7,242738,257599 +UKR,2016,8,235449,249920 +UKR,2016,9,226070,240074 +UKR,2016,10,215633,229120 +UKR,2016,11,204694,217633 +UKR,2016,12,192980,205364 +UKR,2016,13,185559,197434 +UKR,2016,14,184966,196416 +UKR,2016,15,189288,200407 +UKR,2016,16,193925,204736 +UKR,2016,17,199617,210106 +UKR,2016,18,207201,217705 +UKR,2017,0,198993,211341 +UKR,2017,1,219562,233032 +UKR,2017,2,224830,238978 +UKR,2017,3,236670,251381 +UKR,2017,4,244243,259305 +UKR,2017,5,248030,263253 +UKR,2017,6,248509,263726 +UKR,2017,7,246432,261501 +UKR,2017,8,242554,257357 +UKR,2017,9,235974,250417 +UKR,2017,10,226620,240633 +UKR,2017,11,215797,229332 +UKR,2017,12,204749,217782 +UKR,2017,13,193068,205593 +UKR,2017,14,185667,197714 +UKR,2017,15,185076,196699 +UKR,2017,16,189386,200658 +UKR,2017,17,194010,204955 +UKR,2017,18,199687,210283 +UKR,2018,0,190930,202373 +UKR,2018,1,210495,223192 +UKR,2018,2,225436,239107 +UKR,2018,3,227703,241911 +UKR,2018,4,237288,251979 +UKR,2018,5,243452,258439 +UKR,2018,6,246533,261650 +UKR,2018,7,246870,261971 +UKR,2018,8,245214,260173 +UKR,2018,9,242316,257028 +UKR,2018,10,236448,250830 +UKR,2018,11,227121,241110 +UKR,2018,12,215913,229467 +UKR,2018,13,204760,217856 +UKR,2018,14,193114,205752 +UKR,2018,15,185735,197926 +UKR,2018,16,185145,196915 +UKR,2018,17,189442,200842 +UKR,2018,18,194053,205104 +UKR,2019,0,185000,195000 +UKR,2019,1,202000,214000 +UKR,2019,2,216000,229000 +UKR,2019,3,227000,241000 +UKR,2019,4,231000,245000 +UKR,2019,5,238000,253000 +UKR,2019,6,243000,258000 +UKR,2019,7,245000,260000 +UKR,2019,8,245000,260000 +UKR,2019,9,244000,259000 +UKR,2019,10,242000,257000 +UKR,2019,11,237000,251000 +UKR,2019,12,228000,242000 +UKR,2019,13,216000,230000 +UKR,2019,14,205000,218000 +UKR,2019,15,193000,206000 +UKR,2019,16,186000,198000 +UKR,2019,17,185000,197000 +UKR,2019,18,189000,201000 +UKR,2020,0,180000,190000 +UKR,2020,1,195000,206000 +UKR,2020,2,207000,220000 +UKR,2020,3,218000,231000 +UKR,2020,4,227000,240000 +UKR,2020,5,233000,248000 +UKR,2020,6,239000,253000 +UKR,2020,7,242000,257000 +UKR,2020,8,244000,258000 +UKR,2020,9,244000,258000 +UKR,2020,10,243000,258000 +UKR,2020,11,242000,256000 +UKR,2020,12,237000,252000 +UKR,2020,13,228000,242000 +UKR,2020,14,216000,230000 +UKR,2020,15,205000,218000 +UKR,2020,16,193000,206000 +UKR,2020,17,186000,198000 +UKR,2020,18,185000,197000 +UKR,2021,0,178000,188000 +UKR,2021,1,182000,192000 +UKR,2021,2,195000,207000 +UKR,2021,3,207000,219000 +UKR,2021,4,217000,230000 +UKR,2021,5,226000,239000 +UKR,2021,6,233000,247000 +UKR,2021,7,238000,253000 +UKR,2021,8,242000,257000 +UKR,2021,9,244000,259000 +UKR,2021,10,244000,259000 +UKR,2021,11,243000,258000 +UKR,2021,12,242000,256000 +UKR,2021,13,237000,252000 +UKR,2021,14,228000,242000 +UKR,2021,15,216000,230000 +UKR,2021,16,205000,218000 +UKR,2021,17,193000,206000 +UKR,2021,18,186000,198000 +UKR,2022,0,178000,188000 +UKR,2022,1,185000,196000 +UKR,2022,2,184000,194000 +UKR,2022,3,196000,207000 +UKR,2022,4,206000,219000 +UKR,2022,5,216000,229000 +UKR,2022,6,225000,238000 +UKR,2022,7,232000,246000 +UKR,2022,8,238000,253000 +UKR,2022,9,243000,257000 +UKR,2022,10,244000,259000 +UKR,2022,11,244000,259000 +UKR,2022,12,243000,257000 +UKR,2022,13,242000,256000 +UKR,2022,14,237000,252000 +UKR,2022,15,228000,242000 +UKR,2022,16,216000,230000 +UKR,2022,17,205000,218000 +UKR,2022,18,193000,206000 +UKR,2023,0,179000,189000 +UKR,2023,1,182000,193000 +UKR,2023,2,187000,198000 +UKR,2023,3,186000,197000 +UKR,2023,4,196000,207000 +UKR,2023,5,206000,218000 +UKR,2023,6,215000,228000 +UKR,2023,7,223000,237000 +UKR,2023,8,231000,245000 +UKR,2023,9,238000,253000 +UKR,2023,10,243000,258000 +UKR,2023,11,245000,259000 +UKR,2023,12,244000,259000 +UKR,2023,13,243000,257000 +UKR,2023,14,242000,256000 +UKR,2023,15,237000,251000 +UKR,2023,16,228000,242000 +UKR,2023,17,216000,230000 +UKR,2023,18,205000,218000 +UKR,2024,0,180000,190000 +UKR,2024,1,179000,190000 +UKR,2024,2,181000,192000 +UKR,2024,3,185000,196000 +UKR,2024,4,188000,199000 +UKR,2024,5,196000,208000 +UKR,2024,6,205000,217000 +UKR,2024,7,214000,227000 +UKR,2024,8,222000,236000 +UKR,2024,9,230000,244000 +UKR,2024,10,238000,253000 +UKR,2024,11,243000,258000 +UKR,2024,12,245000,260000 +UKR,2024,13,244000,259000 +UKR,2024,14,243000,257000 +UKR,2024,15,242000,256000 +UKR,2024,16,237000,251000 +UKR,2024,17,228000,242000 +UKR,2024,18,216000,229000 +UKR,2025,0,179000,190000 +UKR,2025,1,177000,187000 +UKR,2025,2,177000,187000 +UKR,2025,3,179000,190000 +UKR,2025,4,184000,194000 +UKR,2025,5,190000,201000 +UKR,2025,6,197000,208000 +UKR,2025,7,205000,217000 +UKR,2025,8,213000,226000 +UKR,2025,9,221000,235000 +UKR,2025,10,230000,243000 +UKR,2025,11,238000,252000 +UKR,2025,12,244000,258000 +UKR,2025,13,245000,260000 +UKR,2025,14,244000,259000 +UKR,2025,15,243000,257000 +UKR,2025,16,242000,256000 +UKR,2025,17,237000,251000 +UKR,2025,18,228000,242000 +UKR,2026,0,177000,188000 +UKR,2026,1,178000,188000 +UKR,2026,2,176000,187000 +UKR,2026,3,177000,187000 +UKR,2026,4,180000,190000 +UKR,2026,5,184000,195000 +UKR,2026,6,190000,201000 +UKR,2026,7,197000,208000 +UKR,2026,8,204000,216000 +UKR,2026,9,213000,225000 +UKR,2026,10,221000,234000 +UKR,2026,11,230000,243000 +UKR,2026,12,238000,252000 +UKR,2026,13,244000,258000 +UKR,2026,14,245000,260000 +UKR,2026,15,244000,259000 +UKR,2026,16,243000,257000 +UKR,2026,17,242000,256000 +UKR,2026,18,237000,251000 +UKR,2027,0,174000,184000 +UKR,2027,1,171000,181000 +UKR,2027,2,176000,187000 +UKR,2027,3,176000,186000 +UKR,2027,4,177000,188000 +UKR,2027,5,181000,191000 +UKR,2027,6,185000,196000 +UKR,2027,7,191000,202000 +UKR,2027,8,197000,208000 +UKR,2027,9,204000,216000 +UKR,2027,10,212000,225000 +UKR,2027,11,221000,234000 +UKR,2027,12,230000,243000 +UKR,2027,13,238000,252000 +UKR,2027,14,244000,258000 +UKR,2027,15,245000,260000 +UKR,2027,16,244000,258000 +UKR,2027,17,243000,257000 +UKR,2027,18,242000,256000 +UKR,2028,0,170000,180000 +UKR,2028,1,168000,178000 +UKR,2028,2,168000,178000 +UKR,2028,3,174000,185000 +UKR,2028,4,175000,186000 +UKR,2028,5,178000,188000 +UKR,2028,6,181000,192000 +UKR,2028,7,186000,197000 +UKR,2028,8,191000,203000 +UKR,2028,9,197000,208000 +UKR,2028,10,204000,216000 +UKR,2028,11,212000,225000 +UKR,2028,12,221000,234000 +UKR,2028,13,230000,243000 +UKR,2028,14,238000,252000 +UKR,2028,15,244000,258000 +UKR,2028,16,245000,260000 +UKR,2028,17,244000,258000 +UKR,2028,18,243000,257000 +UKR,2029,0,166000,176000 +UKR,2029,1,166000,175000 +UKR,2029,2,166000,176000 +UKR,2029,3,168000,178000 +UKR,2029,4,173000,183000 +UKR,2029,5,175000,185000 +UKR,2029,6,178000,189000 +UKR,2029,7,182000,193000 +UKR,2029,8,187000,198000 +UKR,2029,9,192000,203000 +UKR,2029,10,197000,209000 +UKR,2029,11,204000,215000 +UKR,2029,12,212000,224000 +UKR,2029,13,221000,234000 +UKR,2029,14,230000,243000 +UKR,2029,15,238000,252000 +UKR,2029,16,244000,258000 +UKR,2029,17,245000,260000 +UKR,2029,18,244000,258000 +UKR,2030,0,164000,173000 +UKR,2030,1,164000,174000 +UKR,2030,2,165000,175000 +UKR,2030,3,166000,176000 +UKR,2030,4,168000,179000 +UKR,2030,5,171000,181000 +UKR,2030,6,175000,185000 +UKR,2030,7,178000,189000 +UKR,2030,8,183000,194000 +UKR,2030,9,188000,199000 +UKR,2030,10,193000,204000 +UKR,2030,11,197000,209000 +UKR,2030,12,203000,215000 +UKR,2030,13,211000,224000 +UKR,2030,14,221000,234000 +UKR,2030,15,230000,243000 +UKR,2030,16,238000,252000 +UKR,2030,17,244000,258000 +UKR,2030,18,245000,260000 +UKR,2031,0,162000,172000 +UKR,2031,1,163000,173000 +UKR,2031,2,164000,174000 +UKR,2031,3,165000,175000 +UKR,2031,4,166000,176000 +UKR,2031,5,169000,179000 +UKR,2031,6,171000,182000 +UKR,2031,7,175000,185000 +UKR,2031,8,178000,189000 +UKR,2031,9,183000,194000 +UKR,2031,10,188000,199000 +UKR,2031,11,193000,204000 +UKR,2031,12,197000,209000 +UKR,2031,13,203000,215000 +UKR,2031,14,211000,224000 +UKR,2031,15,221000,234000 +UKR,2031,16,230000,243000 +UKR,2031,17,238000,252000 +UKR,2031,18,244000,258000 +UKR,2032,0,162000,172000 +UKR,2032,1,163000,172000 +UKR,2032,2,163000,173000 +UKR,2032,3,164000,174000 +UKR,2032,4,165000,175000 +UKR,2032,5,166000,176000 +UKR,2032,6,169000,179000 +UKR,2032,7,171000,182000 +UKR,2032,8,175000,185000 +UKR,2032,9,178000,189000 +UKR,2032,10,183000,193000 +UKR,2032,11,188000,199000 +UKR,2032,12,192000,204000 +UKR,2032,13,197000,208000 +UKR,2032,14,203000,215000 +UKR,2032,15,211000,224000 +UKR,2032,16,221000,234000 +UKR,2032,17,229000,243000 +UKR,2032,18,238000,252000 +UKR,2033,0,163000,173000 +UKR,2033,1,163000,172000 +UKR,2033,2,163000,172000 +UKR,2033,3,163000,173000 +UKR,2033,4,164000,173000 +UKR,2033,5,165000,175000 +UKR,2033,6,167000,176000 +UKR,2033,7,169000,179000 +UKR,2033,8,171000,182000 +UKR,2033,9,175000,185000 +UKR,2033,10,178000,189000 +UKR,2033,11,183000,193000 +UKR,2033,12,188000,199000 +UKR,2033,13,192000,204000 +UKR,2033,14,197000,208000 +UKR,2033,15,203000,215000 +UKR,2033,16,211000,224000 +UKR,2033,17,221000,234000 +UKR,2033,18,229000,243000 +UKR,2034,0,164000,173000 +UKR,2034,1,163000,173000 +UKR,2034,2,162000,172000 +UKR,2034,3,162000,172000 +UKR,2034,4,163000,173000 +UKR,2034,5,164000,173000 +UKR,2034,6,165000,175000 +UKR,2034,7,167000,176000 +UKR,2034,8,169000,179000 +UKR,2034,9,171000,182000 +UKR,2034,10,175000,185000 +UKR,2034,11,178000,189000 +UKR,2034,12,183000,193000 +UKR,2034,13,188000,198000 +UKR,2034,14,192000,204000 +UKR,2034,15,197000,208000 +UKR,2034,16,203000,215000 +UKR,2034,17,211000,224000 +UKR,2034,18,221000,234000 +UKR,2035,0,164000,174000 +UKR,2035,1,163000,173000 +UKR,2035,2,162000,172000 +UKR,2035,3,162000,172000 +UKR,2035,4,162000,172000 +UKR,2035,5,163000,172000 +UKR,2035,6,164000,173000 +UKR,2035,7,165000,175000 +UKR,2035,8,167000,177000 +UKR,2035,9,169000,179000 +UKR,2035,10,171000,182000 +UKR,2035,11,175000,185000 +UKR,2035,12,178000,189000 +UKR,2035,13,183000,193000 +UKR,2035,14,187000,198000 +UKR,2035,15,192000,204000 +UKR,2035,16,197000,208000 +UKR,2035,17,203000,215000 +UKR,2035,18,211000,223000 +UKR,2036,0,165000,174000 +UKR,2036,1,164000,174000 +UKR,2036,2,163000,173000 +UKR,2036,3,162000,172000 +UKR,2036,4,162000,172000 +UKR,2036,5,162000,172000 +UKR,2036,6,163000,172000 +UKR,2036,7,164000,173000 +UKR,2036,8,165000,175000 +UKR,2036,9,167000,176000 +UKR,2036,10,169000,179000 +UKR,2036,11,172000,182000 +UKR,2036,12,175000,185000 +UKR,2036,13,178000,189000 +UKR,2036,14,183000,193000 +UKR,2036,15,187000,198000 +UKR,2036,16,192000,203000 +UKR,2036,17,197000,208000 +UKR,2036,18,203000,215000 +UKR,2037,0,165000,175000 +UKR,2037,1,164000,174000 +UKR,2037,2,164000,174000 +UKR,2037,3,163000,173000 +UKR,2037,4,163000,172000 +UKR,2037,5,162000,172000 +UKR,2037,6,162000,172000 +UKR,2037,7,163000,172000 +UKR,2037,8,164000,173000 +UKR,2037,9,165000,175000 +UKR,2037,10,167000,176000 +UKR,2037,11,169000,179000 +UKR,2037,12,172000,182000 +UKR,2037,13,175000,185000 +UKR,2037,14,178000,189000 +UKR,2037,15,183000,193000 +UKR,2037,16,187000,198000 +UKR,2037,17,192000,203000 +UKR,2037,18,197000,208000 +UKR,2038,0,165000,175000 +UKR,2038,1,164000,174000 +UKR,2038,2,164000,173000 +UKR,2038,3,164000,173000 +UKR,2038,4,163000,173000 +UKR,2038,5,163000,172000 +UKR,2038,6,162000,172000 +UKR,2038,7,162000,172000 +UKR,2038,8,163000,172000 +UKR,2038,9,164000,173000 +UKR,2038,10,165000,174000 +UKR,2038,11,167000,176000 +UKR,2038,12,169000,179000 +UKR,2038,13,171000,182000 +UKR,2038,14,175000,185000 +UKR,2038,15,178000,188000 +UKR,2038,16,182000,193000 +UKR,2038,17,187000,198000 +UKR,2038,18,192000,203000 +UKR,2039,0,165000,175000 +UKR,2039,1,164000,174000 +UKR,2039,2,164000,174000 +UKR,2039,3,164000,173000 +UKR,2039,4,163000,173000 +UKR,2039,5,163000,173000 +UKR,2039,6,163000,172000 +UKR,2039,7,162000,172000 +UKR,2039,8,163000,172000 +UKR,2039,9,163000,173000 +UKR,2039,10,164000,173000 +UKR,2039,11,165000,174000 +UKR,2039,12,166000,176000 +UKR,2039,13,169000,179000 +UKR,2039,14,171000,181000 +UKR,2039,15,174000,185000 +UKR,2039,16,178000,188000 +UKR,2039,17,182000,193000 +UKR,2039,18,187000,198000 +UKR,2040,0,164000,174000 +UKR,2040,1,164000,174000 +UKR,2040,2,164000,174000 +UKR,2040,3,164000,174000 +UKR,2040,4,164000,173000 +UKR,2040,5,163000,173000 +UKR,2040,6,163000,173000 +UKR,2040,7,163000,172000 +UKR,2040,8,162000,172000 +UKR,2040,9,163000,172000 +UKR,2040,10,163000,173000 +UKR,2040,11,164000,173000 +UKR,2040,12,165000,174000 +UKR,2040,13,166000,176000 +UKR,2040,14,169000,179000 +UKR,2040,15,171000,181000 +UKR,2040,16,174000,185000 +UKR,2040,17,178000,188000 +UKR,2040,18,182000,193000 +UKR,2041,0,164000,174000 +UKR,2041,1,165000,174000 +UKR,2041,2,164000,174000 +UKR,2041,3,164000,174000 +UKR,2041,4,164000,174000 +UKR,2041,5,164000,173000 +UKR,2041,6,163000,173000 +UKR,2041,7,163000,172000 +UKR,2041,8,163000,172000 +UKR,2041,9,162000,172000 +UKR,2041,10,163000,172000 +UKR,2041,11,163000,173000 +UKR,2041,12,164000,173000 +UKR,2041,13,165000,174000 +UKR,2041,14,166000,176000 +UKR,2041,15,169000,179000 +UKR,2041,16,171000,181000 +UKR,2041,17,174000,184000 +UKR,2041,18,178000,188000 +UKR,2042,0,164000,174000 +UKR,2042,1,164000,174000 +UKR,2042,2,165000,174000 +UKR,2042,3,164000,174000 +UKR,2042,4,164000,174000 +UKR,2042,5,164000,174000 +UKR,2042,6,163000,173000 +UKR,2042,7,163000,173000 +UKR,2042,8,163000,172000 +UKR,2042,9,163000,172000 +UKR,2042,10,162000,172000 +UKR,2042,11,163000,172000 +UKR,2042,12,163000,173000 +UKR,2042,13,164000,173000 +UKR,2042,14,165000,174000 +UKR,2042,15,166000,176000 +UKR,2042,16,169000,178000 +UKR,2042,17,171000,181000 +UKR,2042,18,174000,184000 +UKR,2043,0,163000,173000 +UKR,2043,1,164000,174000 +UKR,2043,2,164000,174000 +UKR,2043,3,165000,174000 +UKR,2043,4,164000,174000 +UKR,2043,5,164000,174000 +UKR,2043,6,164000,174000 +UKR,2043,7,163000,173000 +UKR,2043,8,163000,173000 +UKR,2043,9,163000,172000 +UKR,2043,10,163000,172000 +UKR,2043,11,162000,172000 +UKR,2043,12,163000,172000 +UKR,2043,13,163000,172000 +UKR,2043,14,163000,173000 +UKR,2043,15,165000,174000 +UKR,2043,16,166000,176000 +UKR,2043,17,169000,178000 +UKR,2043,18,171000,181000 +UKR,2044,0,163000,172000 +UKR,2044,1,164000,173000 +UKR,2044,2,164000,174000 +UKR,2044,3,165000,174000 +UKR,2044,4,165000,174000 +UKR,2044,5,164000,174000 +UKR,2044,6,164000,174000 +UKR,2044,7,164000,174000 +UKR,2044,8,163000,173000 +UKR,2044,9,163000,173000 +UKR,2044,10,163000,172000 +UKR,2044,11,163000,172000 +UKR,2044,12,162000,172000 +UKR,2044,13,163000,172000 +UKR,2044,14,163000,172000 +UKR,2044,15,163000,173000 +UKR,2044,16,165000,174000 +UKR,2044,17,166000,176000 +UKR,2044,18,169000,178000 +UKR,2045,0,161000,171000 +UKR,2045,1,163000,173000 +UKR,2045,2,164000,174000 +UKR,2045,3,164000,174000 +UKR,2045,4,164000,174000 +UKR,2045,5,165000,174000 +UKR,2045,6,164000,174000 +UKR,2045,7,164000,174000 +UKR,2045,8,164000,174000 +UKR,2045,9,163000,173000 +UKR,2045,10,163000,173000 +UKR,2045,11,163000,172000 +UKR,2045,12,162000,172000 +UKR,2045,13,162000,172000 +UKR,2045,14,162000,172000 +UKR,2045,15,163000,172000 +UKR,2045,16,163000,173000 +UKR,2045,17,165000,174000 +UKR,2045,18,166000,176000 +UKR,2046,0,160000,170000 +UKR,2046,1,162000,171000 +UKR,2046,2,163000,173000 +UKR,2046,3,164000,173000 +UKR,2046,4,164000,174000 +UKR,2046,5,164000,174000 +UKR,2046,6,164000,174000 +UKR,2046,7,164000,174000 +UKR,2046,8,164000,174000 +UKR,2046,9,164000,174000 +UKR,2046,10,163000,173000 +UKR,2046,11,163000,173000 +UKR,2046,12,163000,172000 +UKR,2046,13,162000,172000 +UKR,2046,14,162000,172000 +UKR,2046,15,162000,172000 +UKR,2046,16,163000,172000 +UKR,2046,17,163000,173000 +UKR,2046,18,164000,174000 +UKR,2047,0,159000,168000 +UKR,2047,1,161000,170000 +UKR,2047,2,162000,171000 +UKR,2047,3,163000,173000 +UKR,2047,4,164000,173000 +UKR,2047,5,164000,174000 +UKR,2047,6,164000,174000 +UKR,2047,7,164000,174000 +UKR,2047,8,164000,174000 +UKR,2047,9,164000,174000 +UKR,2047,10,164000,174000 +UKR,2047,11,163000,173000 +UKR,2047,12,163000,173000 +UKR,2047,13,163000,172000 +UKR,2047,14,162000,172000 +UKR,2047,15,162000,172000 +UKR,2047,16,162000,172000 +UKR,2047,17,163000,172000 +UKR,2047,18,163000,173000 +UKR,2048,0,157000,167000 +UKR,2048,1,159000,169000 +UKR,2048,2,161000,170000 +UKR,2048,3,162000,171000 +UKR,2048,4,163000,173000 +UKR,2048,5,164000,173000 +UKR,2048,6,164000,174000 +UKR,2048,7,164000,174000 +UKR,2048,8,164000,174000 +UKR,2048,9,164000,174000 +UKR,2048,10,164000,174000 +UKR,2048,11,164000,174000 +UKR,2048,12,163000,173000 +UKR,2048,13,163000,173000 +UKR,2048,14,163000,172000 +UKR,2048,15,162000,172000 +UKR,2048,16,162000,172000 +UKR,2048,17,162000,172000 +UKR,2048,18,163000,172000 +UKR,2049,0,155000,165000 +UKR,2049,1,157000,167000 +UKR,2049,2,159000,169000 +UKR,2049,3,161000,171000 +UKR,2049,4,162000,172000 +UKR,2049,5,163000,173000 +UKR,2049,6,163000,173000 +UKR,2049,7,164000,174000 +UKR,2049,8,164000,174000 +UKR,2049,9,164000,174000 +UKR,2049,10,164000,174000 +UKR,2049,11,164000,174000 +UKR,2049,12,164000,174000 +UKR,2049,13,163000,173000 +UKR,2049,14,163000,173000 +UKR,2049,15,163000,172000 +UKR,2049,16,162000,172000 +UKR,2049,17,162000,172000 +UKR,2049,18,162000,172000 +UKR,2050,0,153000,163000 +UKR,2050,1,156000,165000 +UKR,2050,2,158000,167000 +UKR,2050,3,159000,169000 +UKR,2050,4,161000,171000 +UKR,2050,5,162000,172000 +UKR,2050,6,163000,173000 +UKR,2050,7,163000,173000 +UKR,2050,8,164000,174000 +UKR,2050,9,164000,174000 +UKR,2050,10,164000,174000 +UKR,2050,11,164000,174000 +UKR,2050,12,164000,174000 +UKR,2050,13,164000,174000 +UKR,2050,14,163000,173000 +UKR,2050,15,163000,173000 +UKR,2050,16,163000,172000 +UKR,2050,17,162000,172000 +UKR,2050,18,162000,172000 +UMC,1990,0,, +UMC,1990,1,, +UMC,1990,2,, +UMC,1990,3,, +UMC,1990,4,, +UMC,1990,5,, +UMC,1990,6,, +UMC,1990,7,, +UMC,1990,8,, +UMC,1990,9,, +UMC,1990,10,, +UMC,1990,11,, +UMC,1990,12,, +UMC,1990,13,, +UMC,1990,14,, +UMC,1990,15,, +UMC,1990,16,, +UMC,1990,17,, +UMC,1990,18,, +UMC,1991,0,, +UMC,1991,1,, +UMC,1991,2,, +UMC,1991,3,, +UMC,1991,4,, +UMC,1991,5,, +UMC,1991,6,, +UMC,1991,7,, +UMC,1991,8,, +UMC,1991,9,, +UMC,1991,10,, +UMC,1991,11,, +UMC,1991,12,, +UMC,1991,13,, +UMC,1991,14,, +UMC,1991,15,, +UMC,1991,16,, +UMC,1991,17,, +UMC,1991,18,, +UMC,1992,0,, +UMC,1992,1,, +UMC,1992,2,, +UMC,1992,3,, +UMC,1992,4,, +UMC,1992,5,, +UMC,1992,6,, +UMC,1992,7,, +UMC,1992,8,, +UMC,1992,9,, +UMC,1992,10,, +UMC,1992,11,, +UMC,1992,12,, +UMC,1992,13,, +UMC,1992,14,, +UMC,1992,15,, +UMC,1992,16,, +UMC,1992,17,, +UMC,1992,18,, +UMC,1993,0,, +UMC,1993,1,, +UMC,1993,2,, +UMC,1993,3,, +UMC,1993,4,, +UMC,1993,5,, +UMC,1993,6,, +UMC,1993,7,, +UMC,1993,8,, +UMC,1993,9,, +UMC,1993,10,, +UMC,1993,11,, +UMC,1993,12,, +UMC,1993,13,, +UMC,1993,14,, +UMC,1993,15,, +UMC,1993,16,, +UMC,1993,17,, +UMC,1993,18,, +UMC,1994,0,, +UMC,1994,1,, +UMC,1994,2,, +UMC,1994,3,, +UMC,1994,4,, +UMC,1994,5,, +UMC,1994,6,, +UMC,1994,7,, +UMC,1994,8,, +UMC,1994,9,, +UMC,1994,10,, +UMC,1994,11,, +UMC,1994,12,, +UMC,1994,13,, +UMC,1994,14,, +UMC,1994,15,, +UMC,1994,16,, +UMC,1994,17,, +UMC,1994,18,, +UMC,1995,0,, +UMC,1995,1,, +UMC,1995,2,, +UMC,1995,3,, +UMC,1995,4,, +UMC,1995,5,, +UMC,1995,6,, +UMC,1995,7,, +UMC,1995,8,, +UMC,1995,9,, +UMC,1995,10,, +UMC,1995,11,, +UMC,1995,12,, +UMC,1995,13,, +UMC,1995,14,, +UMC,1995,15,, +UMC,1995,16,, +UMC,1995,17,, +UMC,1995,18,, +UMC,1996,0,, +UMC,1996,1,, +UMC,1996,2,, +UMC,1996,3,, +UMC,1996,4,, +UMC,1996,5,, +UMC,1996,6,, +UMC,1996,7,, +UMC,1996,8,, +UMC,1996,9,, +UMC,1996,10,, +UMC,1996,11,, +UMC,1996,12,, +UMC,1996,13,, +UMC,1996,14,, +UMC,1996,15,, +UMC,1996,16,, +UMC,1996,17,, +UMC,1996,18,, +UMC,1997,0,, +UMC,1997,1,, +UMC,1997,2,, +UMC,1997,3,, +UMC,1997,4,, +UMC,1997,5,, +UMC,1997,6,, +UMC,1997,7,, +UMC,1997,8,, +UMC,1997,9,, +UMC,1997,10,, +UMC,1997,11,, +UMC,1997,12,, +UMC,1997,13,, +UMC,1997,14,, +UMC,1997,15,, +UMC,1997,16,, +UMC,1997,17,, +UMC,1997,18,, +UMC,1998,0,, +UMC,1998,1,, +UMC,1998,2,, +UMC,1998,3,, +UMC,1998,4,, +UMC,1998,5,, +UMC,1998,6,, +UMC,1998,7,, +UMC,1998,8,, +UMC,1998,9,, +UMC,1998,10,, +UMC,1998,11,, +UMC,1998,12,, +UMC,1998,13,, +UMC,1998,14,, +UMC,1998,15,, +UMC,1998,16,, +UMC,1998,17,, +UMC,1998,18,, +UMC,1999,0,, +UMC,1999,1,, +UMC,1999,2,, +UMC,1999,3,, +UMC,1999,4,, +UMC,1999,5,, +UMC,1999,6,, +UMC,1999,7,, +UMC,1999,8,, +UMC,1999,9,, +UMC,1999,10,, +UMC,1999,11,, +UMC,1999,12,, +UMC,1999,13,, +UMC,1999,14,, +UMC,1999,15,, +UMC,1999,16,, +UMC,1999,17,, +UMC,1999,18,, +UMC,2000,0,, +UMC,2000,1,, +UMC,2000,2,, +UMC,2000,3,, +UMC,2000,4,, +UMC,2000,5,, +UMC,2000,6,, +UMC,2000,7,, +UMC,2000,8,, +UMC,2000,9,, +UMC,2000,10,, +UMC,2000,11,, +UMC,2000,12,, +UMC,2000,13,, +UMC,2000,14,, +UMC,2000,15,, +UMC,2000,16,, +UMC,2000,17,, +UMC,2000,18,, +UMC,2001,0,, +UMC,2001,1,, +UMC,2001,2,, +UMC,2001,3,, +UMC,2001,4,, +UMC,2001,5,, +UMC,2001,6,, +UMC,2001,7,, +UMC,2001,8,, +UMC,2001,9,, +UMC,2001,10,, +UMC,2001,11,, +UMC,2001,12,, +UMC,2001,13,, +UMC,2001,14,, +UMC,2001,15,, +UMC,2001,16,, +UMC,2001,17,, +UMC,2001,18,, +UMC,2002,0,, +UMC,2002,1,, +UMC,2002,2,, +UMC,2002,3,, +UMC,2002,4,, +UMC,2002,5,, +UMC,2002,6,, +UMC,2002,7,, +UMC,2002,8,, +UMC,2002,9,, +UMC,2002,10,, +UMC,2002,11,, +UMC,2002,12,, +UMC,2002,13,, +UMC,2002,14,, +UMC,2002,15,, +UMC,2002,16,, +UMC,2002,17,, +UMC,2002,18,, +UMC,2003,0,, +UMC,2003,1,, +UMC,2003,2,, +UMC,2003,3,, +UMC,2003,4,, +UMC,2003,5,, +UMC,2003,6,, +UMC,2003,7,, +UMC,2003,8,, +UMC,2003,9,, +UMC,2003,10,, +UMC,2003,11,, +UMC,2003,12,, +UMC,2003,13,, +UMC,2003,14,, +UMC,2003,15,, +UMC,2003,16,, +UMC,2003,17,, +UMC,2003,18,, +UMC,2004,0,, +UMC,2004,1,, +UMC,2004,2,, +UMC,2004,3,, +UMC,2004,4,, +UMC,2004,5,, +UMC,2004,6,, +UMC,2004,7,, +UMC,2004,8,, +UMC,2004,9,, +UMC,2004,10,, +UMC,2004,11,, +UMC,2004,12,, +UMC,2004,13,, +UMC,2004,14,, +UMC,2004,15,, +UMC,2004,16,, +UMC,2004,17,, +UMC,2004,18,, +UMC,2005,0,, +UMC,2005,1,, +UMC,2005,2,, +UMC,2005,3,, +UMC,2005,4,, +UMC,2005,5,, +UMC,2005,6,, +UMC,2005,7,, +UMC,2005,8,, +UMC,2005,9,, +UMC,2005,10,, +UMC,2005,11,, +UMC,2005,12,, +UMC,2005,13,, +UMC,2005,14,, +UMC,2005,15,, +UMC,2005,16,, +UMC,2005,17,, +UMC,2005,18,, +UMC,2006,0,, +UMC,2006,1,, +UMC,2006,2,, +UMC,2006,3,, +UMC,2006,4,, +UMC,2006,5,, +UMC,2006,6,, +UMC,2006,7,, +UMC,2006,8,, +UMC,2006,9,, +UMC,2006,10,, +UMC,2006,11,, +UMC,2006,12,, +UMC,2006,13,, +UMC,2006,14,, +UMC,2006,15,, +UMC,2006,16,, +UMC,2006,17,, +UMC,2006,18,, +UMC,2007,0,, +UMC,2007,1,, +UMC,2007,2,, +UMC,2007,3,, +UMC,2007,4,, +UMC,2007,5,, +UMC,2007,6,, +UMC,2007,7,, +UMC,2007,8,, +UMC,2007,9,, +UMC,2007,10,, +UMC,2007,11,, +UMC,2007,12,, +UMC,2007,13,, +UMC,2007,14,, +UMC,2007,15,, +UMC,2007,16,, +UMC,2007,17,, +UMC,2007,18,, +UMC,2008,0,, +UMC,2008,1,, +UMC,2008,2,, +UMC,2008,3,, +UMC,2008,4,, +UMC,2008,5,, +UMC,2008,6,, +UMC,2008,7,, +UMC,2008,8,, +UMC,2008,9,, +UMC,2008,10,, +UMC,2008,11,, +UMC,2008,12,, +UMC,2008,13,, +UMC,2008,14,, +UMC,2008,15,, +UMC,2008,16,, +UMC,2008,17,, +UMC,2008,18,, +UMC,2009,0,, +UMC,2009,1,, +UMC,2009,2,, +UMC,2009,3,, +UMC,2009,4,, +UMC,2009,5,, +UMC,2009,6,, +UMC,2009,7,, +UMC,2009,8,, +UMC,2009,9,, +UMC,2009,10,, +UMC,2009,11,, +UMC,2009,12,, +UMC,2009,13,, +UMC,2009,14,, +UMC,2009,15,, +UMC,2009,16,, +UMC,2009,17,, +UMC,2009,18,, +UMC,2010,0,, +UMC,2010,1,, +UMC,2010,2,, +UMC,2010,3,, +UMC,2010,4,, +UMC,2010,5,, +UMC,2010,6,, +UMC,2010,7,, +UMC,2010,8,, +UMC,2010,9,, +UMC,2010,10,, +UMC,2010,11,, +UMC,2010,12,, +UMC,2010,13,, +UMC,2010,14,, +UMC,2010,15,, +UMC,2010,16,, +UMC,2010,17,, +UMC,2010,18,, +UMC,2011,0,, +UMC,2011,1,, +UMC,2011,2,, +UMC,2011,3,, +UMC,2011,4,, +UMC,2011,5,, +UMC,2011,6,, +UMC,2011,7,, +UMC,2011,8,, +UMC,2011,9,, +UMC,2011,10,, +UMC,2011,11,, +UMC,2011,12,, +UMC,2011,13,, +UMC,2011,14,, +UMC,2011,15,, +UMC,2011,16,, +UMC,2011,17,, +UMC,2011,18,, +UMC,2012,0,, +UMC,2012,1,, +UMC,2012,2,, +UMC,2012,3,, +UMC,2012,4,, +UMC,2012,5,, +UMC,2012,6,, +UMC,2012,7,, +UMC,2012,8,, +UMC,2012,9,, +UMC,2012,10,, +UMC,2012,11,, +UMC,2012,12,, +UMC,2012,13,, +UMC,2012,14,, +UMC,2012,15,, +UMC,2012,16,, +UMC,2012,17,, +UMC,2012,18,, +UMC,2013,0,, +UMC,2013,1,, +UMC,2013,2,, +UMC,2013,3,, +UMC,2013,4,, +UMC,2013,5,, +UMC,2013,6,, +UMC,2013,7,, +UMC,2013,8,, +UMC,2013,9,, +UMC,2013,10,, +UMC,2013,11,, +UMC,2013,12,, +UMC,2013,13,, +UMC,2013,14,, +UMC,2013,15,, +UMC,2013,16,, +UMC,2013,17,, +UMC,2013,18,, +UMC,2014,0,, +UMC,2014,1,, +UMC,2014,2,, +UMC,2014,3,, +UMC,2014,4,, +UMC,2014,5,, +UMC,2014,6,, +UMC,2014,7,, +UMC,2014,8,, +UMC,2014,9,, +UMC,2014,10,, +UMC,2014,11,, +UMC,2014,12,, +UMC,2014,13,, +UMC,2014,14,, +UMC,2014,15,, +UMC,2014,16,, +UMC,2014,17,, +UMC,2014,18,, +UMC,2015,0,, +UMC,2015,1,, +UMC,2015,2,, +UMC,2015,3,, +UMC,2015,4,, +UMC,2015,5,, +UMC,2015,6,, +UMC,2015,7,, +UMC,2015,8,, +UMC,2015,9,, +UMC,2015,10,, +UMC,2015,11,, +UMC,2015,12,, +UMC,2015,13,, +UMC,2015,14,, +UMC,2015,15,, +UMC,2015,16,, +UMC,2015,17,, +UMC,2015,18,, +UMC,2016,0,, +UMC,2016,1,, +UMC,2016,2,, +UMC,2016,3,, +UMC,2016,4,, +UMC,2016,5,, +UMC,2016,6,, +UMC,2016,7,, +UMC,2016,8,, +UMC,2016,9,, +UMC,2016,10,, +UMC,2016,11,, +UMC,2016,12,, +UMC,2016,13,, +UMC,2016,14,, +UMC,2016,15,, +UMC,2016,16,, +UMC,2016,17,, +UMC,2016,18,, +UMC,2017,0,, +UMC,2017,1,, +UMC,2017,2,, +UMC,2017,3,, +UMC,2017,4,, +UMC,2017,5,, +UMC,2017,6,, +UMC,2017,7,, +UMC,2017,8,, +UMC,2017,9,, +UMC,2017,10,, +UMC,2017,11,, +UMC,2017,12,, +UMC,2017,13,, +UMC,2017,14,, +UMC,2017,15,, +UMC,2017,16,, +UMC,2017,17,, +UMC,2017,18,, +UMC,2018,0,, +UMC,2018,1,, +UMC,2018,2,, +UMC,2018,3,, +UMC,2018,4,, +UMC,2018,5,, +UMC,2018,6,, +UMC,2018,7,, +UMC,2018,8,, +UMC,2018,9,, +UMC,2018,10,, +UMC,2018,11,, +UMC,2018,12,, +UMC,2018,13,, +UMC,2018,14,, +UMC,2018,15,, +UMC,2018,16,, +UMC,2018,17,, +UMC,2018,18,, +UMC,2019,0,, +UMC,2019,1,, +UMC,2019,2,, +UMC,2019,3,, +UMC,2019,4,, +UMC,2019,5,, +UMC,2019,6,, +UMC,2019,7,, +UMC,2019,8,, +UMC,2019,9,, +UMC,2019,10,, +UMC,2019,11,, +UMC,2019,12,, +UMC,2019,13,, +UMC,2019,14,, +UMC,2019,15,, +UMC,2019,16,, +UMC,2019,17,, +UMC,2019,18,, +UMC,2020,0,, +UMC,2020,1,, +UMC,2020,2,, +UMC,2020,3,, +UMC,2020,4,, +UMC,2020,5,, +UMC,2020,6,, +UMC,2020,7,, +UMC,2020,8,, +UMC,2020,9,, +UMC,2020,10,, +UMC,2020,11,, +UMC,2020,12,, +UMC,2020,13,, +UMC,2020,14,, +UMC,2020,15,, +UMC,2020,16,, +UMC,2020,17,, +UMC,2020,18,, +UMC,2021,0,, +UMC,2021,1,, +UMC,2021,2,, +UMC,2021,3,, +UMC,2021,4,, +UMC,2021,5,, +UMC,2021,6,, +UMC,2021,7,, +UMC,2021,8,, +UMC,2021,9,, +UMC,2021,10,, +UMC,2021,11,, +UMC,2021,12,, +UMC,2021,13,, +UMC,2021,14,, +UMC,2021,15,, +UMC,2021,16,, +UMC,2021,17,, +UMC,2021,18,, +UMC,2022,0,, +UMC,2022,1,, +UMC,2022,2,, +UMC,2022,3,, +UMC,2022,4,, +UMC,2022,5,, +UMC,2022,6,, +UMC,2022,7,, +UMC,2022,8,, +UMC,2022,9,, +UMC,2022,10,, +UMC,2022,11,, +UMC,2022,12,, +UMC,2022,13,, +UMC,2022,14,, +UMC,2022,15,, +UMC,2022,16,, +UMC,2022,17,, +UMC,2022,18,, +UMC,2023,0,, +UMC,2023,1,, +UMC,2023,2,, +UMC,2023,3,, +UMC,2023,4,, +UMC,2023,5,, +UMC,2023,6,, +UMC,2023,7,, +UMC,2023,8,, +UMC,2023,9,, +UMC,2023,10,, +UMC,2023,11,, +UMC,2023,12,, +UMC,2023,13,, +UMC,2023,14,, +UMC,2023,15,, +UMC,2023,16,, +UMC,2023,17,, +UMC,2023,18,, +UMC,2024,0,, +UMC,2024,1,, +UMC,2024,2,, +UMC,2024,3,, +UMC,2024,4,, +UMC,2024,5,, +UMC,2024,6,, +UMC,2024,7,, +UMC,2024,8,, +UMC,2024,9,, +UMC,2024,10,, +UMC,2024,11,, +UMC,2024,12,, +UMC,2024,13,, +UMC,2024,14,, +UMC,2024,15,, +UMC,2024,16,, +UMC,2024,17,, +UMC,2024,18,, +UMC,2025,0,, +UMC,2025,1,, +UMC,2025,2,, +UMC,2025,3,, +UMC,2025,4,, +UMC,2025,5,, +UMC,2025,6,, +UMC,2025,7,, +UMC,2025,8,, +UMC,2025,9,, +UMC,2025,10,, +UMC,2025,11,, +UMC,2025,12,, +UMC,2025,13,, +UMC,2025,14,, +UMC,2025,15,, +UMC,2025,16,, +UMC,2025,17,, +UMC,2025,18,, +UMC,2026,0,, +UMC,2026,1,, +UMC,2026,2,, +UMC,2026,3,, +UMC,2026,4,, +UMC,2026,5,, +UMC,2026,6,, +UMC,2026,7,, +UMC,2026,8,, +UMC,2026,9,, +UMC,2026,10,, +UMC,2026,11,, +UMC,2026,12,, +UMC,2026,13,, +UMC,2026,14,, +UMC,2026,15,, +UMC,2026,16,, +UMC,2026,17,, +UMC,2026,18,, +UMC,2027,0,, +UMC,2027,1,, +UMC,2027,2,, +UMC,2027,3,, +UMC,2027,4,, +UMC,2027,5,, +UMC,2027,6,, +UMC,2027,7,, +UMC,2027,8,, +UMC,2027,9,, +UMC,2027,10,, +UMC,2027,11,, +UMC,2027,12,, +UMC,2027,13,, +UMC,2027,14,, +UMC,2027,15,, +UMC,2027,16,, +UMC,2027,17,, +UMC,2027,18,, +UMC,2028,0,, +UMC,2028,1,, +UMC,2028,2,, +UMC,2028,3,, +UMC,2028,4,, +UMC,2028,5,, +UMC,2028,6,, +UMC,2028,7,, +UMC,2028,8,, +UMC,2028,9,, +UMC,2028,10,, +UMC,2028,11,, +UMC,2028,12,, +UMC,2028,13,, +UMC,2028,14,, +UMC,2028,15,, +UMC,2028,16,, +UMC,2028,17,, +UMC,2028,18,, +UMC,2029,0,, +UMC,2029,1,, +UMC,2029,2,, +UMC,2029,3,, +UMC,2029,4,, +UMC,2029,5,, +UMC,2029,6,, +UMC,2029,7,, +UMC,2029,8,, +UMC,2029,9,, +UMC,2029,10,, +UMC,2029,11,, +UMC,2029,12,, +UMC,2029,13,, +UMC,2029,14,, +UMC,2029,15,, +UMC,2029,16,, +UMC,2029,17,, +UMC,2029,18,, +UMC,2030,0,, +UMC,2030,1,, +UMC,2030,2,, +UMC,2030,3,, +UMC,2030,4,, +UMC,2030,5,, +UMC,2030,6,, +UMC,2030,7,, +UMC,2030,8,, +UMC,2030,9,, +UMC,2030,10,, +UMC,2030,11,, +UMC,2030,12,, +UMC,2030,13,, +UMC,2030,14,, +UMC,2030,15,, +UMC,2030,16,, +UMC,2030,17,, +UMC,2030,18,, +UMC,2031,0,, +UMC,2031,1,, +UMC,2031,2,, +UMC,2031,3,, +UMC,2031,4,, +UMC,2031,5,, +UMC,2031,6,, +UMC,2031,7,, +UMC,2031,8,, +UMC,2031,9,, +UMC,2031,10,, +UMC,2031,11,, +UMC,2031,12,, +UMC,2031,13,, +UMC,2031,14,, +UMC,2031,15,, +UMC,2031,16,, +UMC,2031,17,, +UMC,2031,18,, +UMC,2032,0,, +UMC,2032,1,, +UMC,2032,2,, +UMC,2032,3,, +UMC,2032,4,, +UMC,2032,5,, +UMC,2032,6,, +UMC,2032,7,, +UMC,2032,8,, +UMC,2032,9,, +UMC,2032,10,, +UMC,2032,11,, +UMC,2032,12,, +UMC,2032,13,, +UMC,2032,14,, +UMC,2032,15,, +UMC,2032,16,, +UMC,2032,17,, +UMC,2032,18,, +UMC,2033,0,, +UMC,2033,1,, +UMC,2033,2,, +UMC,2033,3,, +UMC,2033,4,, +UMC,2033,5,, +UMC,2033,6,, +UMC,2033,7,, +UMC,2033,8,, +UMC,2033,9,, +UMC,2033,10,, +UMC,2033,11,, +UMC,2033,12,, +UMC,2033,13,, +UMC,2033,14,, +UMC,2033,15,, +UMC,2033,16,, +UMC,2033,17,, +UMC,2033,18,, +UMC,2034,0,, +UMC,2034,1,, +UMC,2034,2,, +UMC,2034,3,, +UMC,2034,4,, +UMC,2034,5,, +UMC,2034,6,, +UMC,2034,7,, +UMC,2034,8,, +UMC,2034,9,, +UMC,2034,10,, +UMC,2034,11,, +UMC,2034,12,, +UMC,2034,13,, +UMC,2034,14,, +UMC,2034,15,, +UMC,2034,16,, +UMC,2034,17,, +UMC,2034,18,, +UMC,2035,0,, +UMC,2035,1,, +UMC,2035,2,, +UMC,2035,3,, +UMC,2035,4,, +UMC,2035,5,, +UMC,2035,6,, +UMC,2035,7,, +UMC,2035,8,, +UMC,2035,9,, +UMC,2035,10,, +UMC,2035,11,, +UMC,2035,12,, +UMC,2035,13,, +UMC,2035,14,, +UMC,2035,15,, +UMC,2035,16,, +UMC,2035,17,, +UMC,2035,18,, +UMC,2036,0,, +UMC,2036,1,, +UMC,2036,2,, +UMC,2036,3,, +UMC,2036,4,, +UMC,2036,5,, +UMC,2036,6,, +UMC,2036,7,, +UMC,2036,8,, +UMC,2036,9,, +UMC,2036,10,, +UMC,2036,11,, +UMC,2036,12,, +UMC,2036,13,, +UMC,2036,14,, +UMC,2036,15,, +UMC,2036,16,, +UMC,2036,17,, +UMC,2036,18,, +UMC,2037,0,, +UMC,2037,1,, +UMC,2037,2,, +UMC,2037,3,, +UMC,2037,4,, +UMC,2037,5,, +UMC,2037,6,, +UMC,2037,7,, +UMC,2037,8,, +UMC,2037,9,, +UMC,2037,10,, +UMC,2037,11,, +UMC,2037,12,, +UMC,2037,13,, +UMC,2037,14,, +UMC,2037,15,, +UMC,2037,16,, +UMC,2037,17,, +UMC,2037,18,, +UMC,2038,0,, +UMC,2038,1,, +UMC,2038,2,, +UMC,2038,3,, +UMC,2038,4,, +UMC,2038,5,, +UMC,2038,6,, +UMC,2038,7,, +UMC,2038,8,, +UMC,2038,9,, +UMC,2038,10,, +UMC,2038,11,, +UMC,2038,12,, +UMC,2038,13,, +UMC,2038,14,, +UMC,2038,15,, +UMC,2038,16,, +UMC,2038,17,, +UMC,2038,18,, +UMC,2039,0,, +UMC,2039,1,, +UMC,2039,2,, +UMC,2039,3,, +UMC,2039,4,, +UMC,2039,5,, +UMC,2039,6,, +UMC,2039,7,, +UMC,2039,8,, +UMC,2039,9,, +UMC,2039,10,, +UMC,2039,11,, +UMC,2039,12,, +UMC,2039,13,, +UMC,2039,14,, +UMC,2039,15,, +UMC,2039,16,, +UMC,2039,17,, +UMC,2039,18,, +UMC,2040,0,, +UMC,2040,1,, +UMC,2040,2,, +UMC,2040,3,, +UMC,2040,4,, +UMC,2040,5,, +UMC,2040,6,, +UMC,2040,7,, +UMC,2040,8,, +UMC,2040,9,, +UMC,2040,10,, +UMC,2040,11,, +UMC,2040,12,, +UMC,2040,13,, +UMC,2040,14,, +UMC,2040,15,, +UMC,2040,16,, +UMC,2040,17,, +UMC,2040,18,, +UMC,2041,0,, +UMC,2041,1,, +UMC,2041,2,, +UMC,2041,3,, +UMC,2041,4,, +UMC,2041,5,, +UMC,2041,6,, +UMC,2041,7,, +UMC,2041,8,, +UMC,2041,9,, +UMC,2041,10,, +UMC,2041,11,, +UMC,2041,12,, +UMC,2041,13,, +UMC,2041,14,, +UMC,2041,15,, +UMC,2041,16,, +UMC,2041,17,, +UMC,2041,18,, +UMC,2042,0,, +UMC,2042,1,, +UMC,2042,2,, +UMC,2042,3,, +UMC,2042,4,, +UMC,2042,5,, +UMC,2042,6,, +UMC,2042,7,, +UMC,2042,8,, +UMC,2042,9,, +UMC,2042,10,, +UMC,2042,11,, +UMC,2042,12,, +UMC,2042,13,, +UMC,2042,14,, +UMC,2042,15,, +UMC,2042,16,, +UMC,2042,17,, +UMC,2042,18,, +UMC,2043,0,, +UMC,2043,1,, +UMC,2043,2,, +UMC,2043,3,, +UMC,2043,4,, +UMC,2043,5,, +UMC,2043,6,, +UMC,2043,7,, +UMC,2043,8,, +UMC,2043,9,, +UMC,2043,10,, +UMC,2043,11,, +UMC,2043,12,, +UMC,2043,13,, +UMC,2043,14,, +UMC,2043,15,, +UMC,2043,16,, +UMC,2043,17,, +UMC,2043,18,, +UMC,2044,0,, +UMC,2044,1,, +UMC,2044,2,, +UMC,2044,3,, +UMC,2044,4,, +UMC,2044,5,, +UMC,2044,6,, +UMC,2044,7,, +UMC,2044,8,, +UMC,2044,9,, +UMC,2044,10,, +UMC,2044,11,, +UMC,2044,12,, +UMC,2044,13,, +UMC,2044,14,, +UMC,2044,15,, +UMC,2044,16,, +UMC,2044,17,, +UMC,2044,18,, +UMC,2045,0,, +UMC,2045,1,, +UMC,2045,2,, +UMC,2045,3,, +UMC,2045,4,, +UMC,2045,5,, +UMC,2045,6,, +UMC,2045,7,, +UMC,2045,8,, +UMC,2045,9,, +UMC,2045,10,, +UMC,2045,11,, +UMC,2045,12,, +UMC,2045,13,, +UMC,2045,14,, +UMC,2045,15,, +UMC,2045,16,, +UMC,2045,17,, +UMC,2045,18,, +UMC,2046,0,, +UMC,2046,1,, +UMC,2046,2,, +UMC,2046,3,, +UMC,2046,4,, +UMC,2046,5,, +UMC,2046,6,, +UMC,2046,7,, +UMC,2046,8,, +UMC,2046,9,, +UMC,2046,10,, +UMC,2046,11,, +UMC,2046,12,, +UMC,2046,13,, +UMC,2046,14,, +UMC,2046,15,, +UMC,2046,16,, +UMC,2046,17,, +UMC,2046,18,, +UMC,2047,0,, +UMC,2047,1,, +UMC,2047,2,, +UMC,2047,3,, +UMC,2047,4,, +UMC,2047,5,, +UMC,2047,6,, +UMC,2047,7,, +UMC,2047,8,, +UMC,2047,9,, +UMC,2047,10,, +UMC,2047,11,, +UMC,2047,12,, +UMC,2047,13,, +UMC,2047,14,, +UMC,2047,15,, +UMC,2047,16,, +UMC,2047,17,, +UMC,2047,18,, +UMC,2048,0,, +UMC,2048,1,, +UMC,2048,2,, +UMC,2048,3,, +UMC,2048,4,, +UMC,2048,5,, +UMC,2048,6,, +UMC,2048,7,, +UMC,2048,8,, +UMC,2048,9,, +UMC,2048,10,, +UMC,2048,11,, +UMC,2048,12,, +UMC,2048,13,, +UMC,2048,14,, +UMC,2048,15,, +UMC,2048,16,, +UMC,2048,17,, +UMC,2048,18,, +UMC,2049,0,, +UMC,2049,1,, +UMC,2049,2,, +UMC,2049,3,, +UMC,2049,4,, +UMC,2049,5,, +UMC,2049,6,, +UMC,2049,7,, +UMC,2049,8,, +UMC,2049,9,, +UMC,2049,10,, +UMC,2049,11,, +UMC,2049,12,, +UMC,2049,13,, +UMC,2049,14,, +UMC,2049,15,, +UMC,2049,16,, +UMC,2049,17,, +UMC,2049,18,, +UMC,2050,0,, +UMC,2050,1,, +UMC,2050,2,, +UMC,2050,3,, +UMC,2050,4,, +UMC,2050,5,, +UMC,2050,6,, +UMC,2050,7,, +UMC,2050,8,, +UMC,2050,9,, +UMC,2050,10,, +UMC,2050,11,, +UMC,2050,12,, +UMC,2050,13,, +UMC,2050,14,, +UMC,2050,15,, +UMC,2050,16,, +UMC,2050,17,, +UMC,2050,18,, +URY,1990,0,28754,29989 +URY,1990,1,27257,28454 +URY,1990,2,26181,27345 +URY,1990,3,25476,26611 +URY,1990,4,25091,26201 +URY,1990,5,24974,26063 +URY,1990,6,25075,26145 +URY,1990,7,25342,26396 +URY,1990,8,25724,26765 +URY,1990,9,26171,27201 +URY,1990,10,26703,27715 +URY,1990,11,27341,28322 +URY,1990,12,27675,28646 +URY,1990,13,27509,28508 +URY,1990,14,27009,28049 +URY,1990,15,26561,27630 +URY,1990,16,26123,27225 +URY,1990,17,25605,26658 +URY,1990,18,25014,25894 +URY,1991,0,29033,30239 +URY,1991,1,28354,29559 +URY,1991,2,27093,28265 +URY,1991,3,26167,27309 +URY,1991,4,25538,26654 +URY,1991,5,25172,26263 +URY,1991,6,25015,26085 +URY,1991,7,25018,26068 +URY,1991,8,25215,26248 +URY,1991,9,25597,26616 +URY,1991,10,26086,27092 +URY,1991,11,26631,27618 +URY,1991,12,27267,28221 +URY,1991,13,27598,28541 +URY,1991,14,27431,28399 +URY,1991,15,26929,27936 +URY,1991,16,26480,27513 +URY,1991,17,26041,27104 +URY,1991,18,25521,26533 +URY,1992,0,28950,30152 +URY,1992,1,27710,28903 +URY,1992,2,27979,29170 +URY,1992,3,26954,28115 +URY,1992,4,26176,27310 +URY,1992,5,25624,26733 +URY,1992,6,25275,26361 +URY,1992,7,25079,26142 +URY,1992,8,24984,26027 +URY,1992,9,25111,26135 +URY,1992,10,25494,26503 +URY,1992,11,26025,27021 +URY,1992,12,26583,27559 +URY,1992,13,27218,28159 +URY,1992,14,27547,28476 +URY,1992,15,27378,28329 +URY,1992,16,26875,27861 +URY,1992,17,26424,27434 +URY,1992,18,25982,27020 +URY,1993,0,28588,29803 +URY,1993,1,27783,28990 +URY,1993,2,27122,28317 +URY,1993,3,27619,28805 +URY,1993,4,26828,27988 +URY,1993,5,26199,27334 +URY,1993,6,25723,26834 +URY,1993,7,25392,26480 +URY,1993,8,25156,26222 +URY,1993,9,24963,26007 +URY,1993,10,25020,26044 +URY,1993,11,25403,26411 +URY,1993,12,25977,26971 +URY,1993,13,26549,27522 +URY,1993,14,27182,28120 +URY,1993,15,27510,28433 +URY,1993,16,27339,28282 +URY,1993,17,26834,27810 +URY,1993,18,26381,27377 +URY,1994,0,28093,29324 +URY,1994,1,27754,28977 +URY,1994,2,27411,28624 +URY,1994,3,27074,28272 +URY,1994,4,27257,28442 +URY,1994,5,26701,27864 +URY,1994,6,26220,27361 +URY,1994,7,25820,26938 +URY,1994,8,25507,26603 +URY,1994,9,25231,26304 +URY,1994,10,24940,25990 +URY,1994,11,24927,25955 +URY,1994,12,25311,26322 +URY,1994,13,25928,26925 +URY,1994,14,26513,27488 +URY,1994,15,27145,28084 +URY,1994,16,27471,28394 +URY,1994,17,27299,28239 +URY,1994,18,26791,27761 +URY,1995,0,27582,28823 +URY,1995,1,27633,28869 +URY,1995,2,27568,28796 +URY,1995,3,27408,28624 +URY,1995,4,27174,28376 +URY,1995,5,26887,28073 +URY,1995,6,26567,27734 +URY,1995,7,26235,27381 +URY,1995,8,25911,27036 +URY,1995,9,25616,26719 +URY,1995,10,25300,26380 +URY,1995,11,24911,25966 +URY,1995,12,24828,25861 +URY,1995,13,25212,26228 +URY,1995,14,25871,26872 +URY,1995,15,26470,27448 +URY,1995,16,27100,28041 +URY,1995,17,27425,28348 +URY,1995,18,27251,28188 +URY,1996,0,27090,28327 +URY,1996,1,27572,28808 +URY,1996,2,27616,28847 +URY,1996,3,27547,28770 +URY,1996,4,27385,28597 +URY,1996,5,27151,28349 +URY,1996,6,26866,28047 +URY,1996,7,26549,27711 +URY,1996,8,26218,27361 +URY,1996,9,25894,27014 +URY,1996,10,25597,26693 +URY,1996,11,25279,26350 +URY,1996,12,24889,25934 +URY,1996,13,24803,25824 +URY,1996,14,25182,26184 +URY,1996,15,25836,26821 +URY,1996,16,26429,27389 +URY,1996,17,27054,27975 +URY,1996,18,27373,28273 +URY,1997,0,26576,27804 +URY,1997,1,27148,28382 +URY,1997,2,27567,28799 +URY,1997,3,27604,28831 +URY,1997,4,27531,28750 +URY,1997,5,27367,28575 +URY,1997,6,27133,28328 +URY,1997,7,26849,28027 +URY,1997,8,26535,27695 +URY,1997,9,26207,27346 +URY,1997,10,25881,26998 +URY,1997,11,25582,26673 +URY,1997,12,25262,26327 +URY,1997,13,24871,25907 +URY,1997,14,24782,25792 +URY,1997,15,25157,26146 +URY,1997,16,25804,26775 +URY,1997,17,26392,27336 +URY,1997,18,27011,27915 +URY,1998,0,26068,27283 +URY,1998,1,26789,28014 +URY,1998,2,27277,28508 +URY,1998,3,27550,28776 +URY,1998,4,27580,28802 +URY,1998,5,27503,28716 +URY,1998,6,27338,28540 +URY,1998,7,27103,28293 +URY,1998,8,26821,27994 +URY,1998,9,26510,27666 +URY,1998,10,26183,27318 +URY,1998,11,25858,26968 +URY,1998,12,25556,26640 +URY,1998,13,25235,26291 +URY,1998,14,24842,25868 +URY,1998,15,24751,25749 +URY,1998,16,25121,26096 +URY,1998,17,25762,26717 +URY,1998,18,26344,27270 +URY,1999,0,25600,26797 +URY,1999,1,26392,27601 +URY,1999,2,26966,28183 +URY,1999,3,27344,28564 +URY,1999,4,27505,28719 +URY,1999,5,27528,28737 +URY,1999,6,27446,28649 +URY,1999,7,27279,28471 +URY,1999,8,27045,28224 +URY,1999,9,26764,27927 +URY,1999,10,26457,27603 +URY,1999,11,26133,27258 +URY,1999,12,25807,26907 +URY,1999,13,25504,26575 +URY,1999,14,25181,26223 +URY,1999,15,24788,25798 +URY,1999,16,24694,25674 +URY,1999,17,25059,26014 +URY,1999,18,25693,26626 +URY,2000,0,25197,26370 +URY,2000,1,25988,27171 +URY,2000,2,26588,27779 +URY,2000,3,27015,28210 +URY,2000,4,27287,28483 +URY,2000,5,27421,28616 +URY,2000,6,27437,28628 +URY,2000,7,27352,28535 +URY,2000,8,27184,28357 +URY,2000,9,26950,28110 +URY,2000,10,26671,27816 +URY,2000,11,26368,27496 +URY,2000,12,26047,27154 +URY,2000,13,25721,26803 +URY,2000,14,25416,26468 +URY,2000,15,25093,26114 +URY,2000,16,24699,25687 +URY,2000,17,24602,25559 +URY,2000,18,24962,25892 +URY,2001,0,25017,26183 +URY,2001,1,25250,26407 +URY,2001,2,25935,27100 +URY,2001,3,26468,27639 +URY,2001,4,26860,28035 +URY,2001,5,27123,28300 +URY,2001,6,27274,28449 +URY,2001,7,27331,28502 +URY,2001,8,27275,28439 +URY,2001,9,27105,28259 +URY,2001,10,26852,27992 +URY,2001,11,26565,27690 +URY,2001,12,26260,27367 +URY,2001,13,25931,27014 +URY,2001,14,25588,26639 +URY,2001,15,25259,26272 +URY,2001,16,24913,25888 +URY,2001,17,24498,25431 +URY,2001,18,24379,25272 +URY,2002,0,24927,26078 +URY,2002,1,25451,26599 +URY,2002,2,25261,26393 +URY,2002,3,25839,26977 +URY,2002,4,26304,27447 +URY,2002,5,26660,27807 +URY,2002,6,26914,28061 +URY,2002,7,27081,28227 +URY,2002,8,27179,28321 +URY,2002,9,27152,28288 +URY,2002,10,26982,28107 +URY,2002,11,26709,27820 +URY,2002,12,26415,27510 +URY,2002,13,26109,27185 +URY,2002,14,25772,26822 +URY,2002,15,25412,26424 +URY,2002,16,25060,26026 +URY,2002,17,24692,25612 +URY,2002,18,24257,25126 +URY,2003,0,24872,26007 +URY,2003,1,25181,26304 +URY,2003,2,25475,26590 +URY,2003,3,25252,26357 +URY,2003,4,25723,26831 +URY,2003,5,26119,27231 +URY,2003,6,26441,27555 +URY,2003,7,26685,27800 +URY,2003,8,26868,27982 +URY,2003,9,27006,28117 +URY,2003,10,27009,28113 +URY,2003,11,26838,27932 +URY,2003,12,26546,27625 +URY,2003,13,26244,27306 +URY,2003,14,25937,26981 +URY,2003,15,25593,26608 +URY,2003,16,25217,26187 +URY,2003,17,24841,25758 +URY,2003,18,24452,25314 +URY,2004,0,24775,25898 +URY,2004,1,24897,26002 +URY,2004,2,25063,26156 +URY,2004,3,25261,26346 +URY,2004,4,25253,26334 +URY,2004,5,25616,26699 +URY,2004,6,25945,27030 +URY,2004,7,26231,27317 +URY,2004,8,26465,27553 +URY,2004,9,26664,27751 +URY,2004,10,26844,27927 +URY,2004,11,26876,27953 +URY,2004,12,26704,27771 +URY,2004,13,26393,27444 +URY,2004,14,26083,27117 +URY,2004,15,25776,26791 +URY,2004,16,25424,26407 +URY,2004,17,25031,25964 +URY,2004,18,24632,25504 +URY,2005,0,24578,25701 +URY,2005,1,24591,25694 +URY,2005,2,24683,25771 +URY,2005,3,24838,25916 +URY,2005,4,25042,26114 +URY,2005,5,25280,26348 +URY,2005,6,25536,26605 +URY,2005,7,25798,26866 +URY,2005,8,26048,27118 +URY,2005,9,26274,27344 +URY,2005,10,26489,27559 +URY,2005,11,26710,27776 +URY,2005,12,26771,27831 +URY,2005,13,26598,27649 +URY,2005,14,26267,27302 +URY,2005,15,25950,26966 +URY,2005,16,25641,26637 +URY,2005,17,25282,26244 +URY,2005,18,24871,25777 +URY,2006,0,24166,25268 +URY,2006,1,24410,25512 +URY,2006,2,24470,25553 +URY,2006,3,24592,25660 +URY,2006,4,24763,25818 +URY,2006,5,24970,26017 +URY,2006,6,25200,26240 +URY,2006,7,25438,26471 +URY,2006,8,25684,26715 +URY,2006,9,25931,26966 +URY,2006,10,26161,27203 +URY,2006,11,26374,27420 +URY,2006,12,26589,27638 +URY,2006,13,26644,27688 +URY,2006,14,26464,27493 +URY,2006,15,26124,27129 +URY,2006,16,25799,26778 +URY,2006,17,25483,26433 +URY,2006,18,25115,26024 +URY,2007,0,23657,24748 +URY,2007,1,23743,24824 +URY,2007,2,24272,25363 +URY,2007,3,24379,25452 +URY,2007,4,24531,25588 +URY,2007,5,24718,25761 +URY,2007,6,24930,25961 +URY,2007,7,25152,26173 +URY,2007,8,25370,26378 +URY,2007,9,25601,26604 +URY,2007,10,25846,26856 +URY,2007,11,26080,27103 +URY,2007,12,26291,27324 +URY,2007,13,26501,27542 +URY,2007,14,26549,27587 +URY,2007,15,26362,27380 +URY,2007,16,26014,26999 +URY,2007,17,25680,26631 +URY,2007,18,25356,26270 +URY,2008,0,23147,24234 +URY,2008,1,23348,24434 +URY,2008,2,23579,24661 +URY,2008,3,24155,25242 +URY,2008,4,24310,25380 +URY,2008,5,24492,25545 +URY,2008,6,24695,25732 +URY,2008,7,24911,25934 +URY,2008,8,25126,26134 +URY,2008,9,25325,26315 +URY,2008,10,25542,26524 +URY,2008,11,25784,26776 +URY,2008,12,26022,27034 +URY,2008,13,26232,27258 +URY,2008,14,26436,27477 +URY,2008,15,26479,27517 +URY,2008,16,26283,27297 +URY,2008,17,25926,26899 +URY,2008,18,25584,26514 +URY,2009,0,22773,23854 +URY,2009,1,23049,24140 +URY,2009,2,23329,24425 +URY,2009,3,23612,24705 +URY,2009,4,24043,25130 +URY,2009,5,24245,25317 +URY,2009,6,24458,25512 +URY,2009,7,24676,25713 +URY,2009,8,24897,25917 +URY,2009,9,25104,26105 +URY,2009,10,25285,26261 +URY,2009,11,25487,26453 +URY,2009,12,25727,26706 +URY,2009,13,25969,26975 +URY,2009,14,26177,27203 +URY,2009,15,26377,27422 +URY,2009,16,26413,27458 +URY,2009,17,26209,27225 +URY,2009,18,25843,26808 +URY,2010,0,22625,23697 +URY,2010,1,22887,23979 +URY,2010,2,23149,24253 +URY,2010,3,23410,24517 +URY,2010,4,23669,24771 +URY,2010,5,23924,25016 +URY,2010,6,24173,25251 +URY,2010,7,24416,25476 +URY,2010,8,24650,25692 +URY,2010,9,24875,25897 +URY,2010,10,25076,26074 +URY,2010,11,25237,26205 +URY,2010,12,25424,26380 +URY,2010,13,25662,26633 +URY,2010,14,25908,26913 +URY,2010,15,26115,27145 +URY,2010,16,26309,27364 +URY,2010,17,26339,27396 +URY,2010,18,26128,27150 +URY,2011,0,22755,23787 +URY,2011,1,22639,23704 +URY,2011,2,22859,23943 +URY,2011,3,23096,24189 +URY,2011,4,23344,24440 +URY,2011,5,23601,24692 +URY,2011,6,23864,24946 +URY,2011,7,24131,25200 +URY,2011,8,24388,25440 +URY,2011,9,24623,25656 +URY,2011,10,24842,25854 +URY,2011,11,25041,26029 +URY,2011,12,25204,26160 +URY,2011,13,25389,26331 +URY,2011,14,25618,26575 +URY,2011,15,25853,26841 +URY,2011,16,26049,27060 +URY,2011,17,26233,27267 +URY,2011,18,26254,27286 +URY,2012,0,23106,24093 +URY,2012,1,23027,24056 +URY,2012,2,22646,23707 +URY,2012,3,22824,23902 +URY,2012,4,23035,24121 +URY,2012,5,23270,24358 +URY,2012,6,23525,24609 +URY,2012,7,23796,24871 +URY,2012,8,24082,25145 +URY,2012,9,24351,25398 +URY,2012,10,24588,25616 +URY,2012,11,24800,25806 +URY,2012,12,24998,25978 +URY,2012,13,25162,26110 +URY,2012,14,25345,26277 +URY,2012,15,25567,26512 +URY,2012,16,25790,26764 +URY,2012,17,25975,26971 +URY,2012,18,26149,27165 +URY,2013,0,23556,24502 +URY,2013,1,23237,24232 +URY,2013,2,23033,24065 +URY,2013,3,22648,23710 +URY,2013,4,22785,23860 +URY,2013,5,22969,24052 +URY,2013,6,23192,24276 +URY,2013,7,23444,24525 +URY,2013,8,23724,24796 +URY,2013,9,24027,25089 +URY,2013,10,24310,25356 +URY,2013,11,24549,25574 +URY,2013,12,24754,25757 +URY,2013,13,24950,25927 +URY,2013,14,25116,26059 +URY,2013,15,25296,26223 +URY,2013,16,25510,26448 +URY,2013,17,25722,26687 +URY,2013,18,25896,26880 +URY,2014,0,23936,24862 +URY,2014,1,23433,24409 +URY,2014,2,23080,24095 +URY,2014,3,22861,23905 +URY,2014,4,22654,23719 +URY,2014,5,22748,23825 +URY,2014,6,22906,23990 +URY,2014,7,23117,24201 +URY,2014,8,23367,24448 +URY,2014,9,23654,24728 +URY,2014,10,23976,25040 +URY,2014,11,24272,25321 +URY,2014,12,24512,25541 +URY,2014,13,24711,25716 +URY,2014,14,24906,25884 +URY,2014,15,25073,26016 +URY,2014,16,25251,26176 +URY,2014,17,25456,26392 +URY,2014,18,25657,26617 +URY,2015,0,24122,25059 +URY,2015,1,23552,24529 +URY,2015,2,23136,24146 +URY,2015,3,22859,23896 +URY,2015,4,22707,23765 +URY,2015,5,22665,23738 +URY,2015,6,22717,23801 +URY,2015,7,22850,23938 +URY,2015,8,23047,24137 +URY,2015,9,23295,24381 +URY,2015,10,23591,24670 +URY,2015,11,23930,25002 +URY,2015,12,24240,25297 +URY,2015,13,24481,25518 +URY,2015,14,24674,25686 +URY,2015,15,24867,25851 +URY,2015,16,25036,25984 +URY,2015,17,25212,26140 +URY,2015,18,25410,26347 +URY,2016,0,24051,25017 +URY,2016,1,23956,24896 +URY,2016,2,23484,24457 +URY,2016,3,23131,24132 +URY,2016,4,22886,23912 +URY,2016,5,22740,23787 +URY,2016,6,22680,23744 +URY,2016,7,22689,23767 +URY,2016,8,22791,23876 +URY,2016,9,22989,24075 +URY,2016,10,23256,24336 +URY,2016,11,23558,24630 +URY,2016,12,23898,24961 +URY,2016,13,24206,25254 +URY,2016,14,24442,25468 +URY,2016,15,24630,25628 +URY,2016,16,24817,25784 +URY,2016,17,24980,25909 +URY,2016,18,25150,26057 +URY,2017,0,23794,24818 +URY,2017,1,23478,24490 +URY,2017,2,23802,24748 +URY,2017,3,23430,24400 +URY,2017,4,23138,24132 +URY,2017,5,22924,23941 +URY,2017,6,22785,23823 +URY,2017,7,22706,23763 +URY,2017,8,22673,23747 +URY,2017,9,22744,23828 +URY,2017,10,22943,24027 +URY,2017,11,23228,24305 +URY,2017,12,23537,24604 +URY,2017,13,23877,24934 +URY,2017,14,24184,25225 +URY,2017,15,24416,25432 +URY,2017,16,24597,25584 +URY,2017,17,24779,25732 +URY,2017,18,24936,25849 +URY,2018,0,23418,24512 +URY,2018,1,23346,24395 +URY,2018,2,23267,24286 +URY,2018,3,23653,24607 +URY,2018,4,23380,24350 +URY,2018,5,23150,24140 +URY,2018,6,22968,23977 +URY,2018,7,22835,23866 +URY,2018,8,22738,23789 +URY,2018,9,22662,23733 +URY,2018,10,22702,23787 +URY,2018,11,22901,23986 +URY,2018,12,23206,24281 +URY,2018,13,23521,24585 +URY,2018,14,23862,24915 +URY,2018,15,24168,25203 +URY,2018,16,24396,25405 +URY,2018,17,24571,25548 +URY,2018,18,24747,25688 +URY,2019,0,23000,24000 +URY,2019,1,23000,24000 +URY,2019,2,23000,24000 +URY,2019,3,23000,24000 +URY,2019,4,24000,24000 +URY,2019,5,23000,24000 +URY,2019,6,23000,24000 +URY,2019,7,23000,24000 +URY,2019,8,23000,24000 +URY,2019,9,23000,24000 +URY,2019,10,23000,24000 +URY,2019,11,23000,24000 +URY,2019,12,23000,24000 +URY,2019,13,23000,24000 +URY,2019,14,24000,25000 +URY,2019,15,24000,25000 +URY,2019,16,24000,25000 +URY,2019,17,24000,25000 +URY,2019,18,25000,26000 +URY,2020,0,23000,24000 +URY,2020,1,23000,24000 +URY,2020,2,23000,24000 +URY,2020,3,23000,24000 +URY,2020,4,23000,24000 +URY,2020,5,23000,24000 +URY,2020,6,23000,24000 +URY,2020,7,23000,24000 +URY,2020,8,23000,24000 +URY,2020,9,23000,24000 +URY,2020,10,23000,24000 +URY,2020,11,23000,24000 +URY,2020,12,23000,24000 +URY,2020,13,23000,24000 +URY,2020,14,23000,24000 +URY,2020,15,23000,25000 +URY,2020,16,24000,25000 +URY,2020,17,24000,25000 +URY,2020,18,24000,25000 +URY,2021,0,22000,24000 +URY,2021,1,23000,24000 +URY,2021,2,23000,24000 +URY,2021,3,23000,24000 +URY,2021,4,23000,24000 +URY,2021,5,23000,24000 +URY,2021,6,23000,24000 +URY,2021,7,23000,24000 +URY,2021,8,23000,24000 +URY,2021,9,23000,24000 +URY,2021,10,23000,24000 +URY,2021,11,23000,24000 +URY,2021,12,23000,24000 +URY,2021,13,23000,24000 +URY,2021,14,23000,24000 +URY,2021,15,23000,24000 +URY,2021,16,23000,24000 +URY,2021,17,24000,25000 +URY,2021,18,24000,25000 +URY,2022,0,22000,23000 +URY,2022,1,23000,24000 +URY,2022,2,23000,24000 +URY,2022,3,23000,24000 +URY,2022,4,23000,24000 +URY,2022,5,23000,24000 +URY,2022,6,23000,24000 +URY,2022,7,23000,24000 +URY,2022,8,23000,24000 +URY,2022,9,23000,24000 +URY,2022,10,23000,24000 +URY,2022,11,23000,24000 +URY,2022,12,23000,24000 +URY,2022,13,23000,24000 +URY,2022,14,23000,24000 +URY,2022,15,23000,24000 +URY,2022,16,23000,24000 +URY,2022,17,23000,24000 +URY,2022,18,24000,25000 +URY,2023,0,22000,23000 +URY,2023,1,23000,24000 +URY,2023,2,23000,24000 +URY,2023,3,23000,24000 +URY,2023,4,23000,24000 +URY,2023,5,23000,24000 +URY,2023,6,23000,24000 +URY,2023,7,23000,24000 +URY,2023,8,23000,24000 +URY,2023,9,23000,24000 +URY,2023,10,23000,24000 +URY,2023,11,23000,24000 +URY,2023,12,23000,24000 +URY,2023,13,23000,24000 +URY,2023,14,23000,24000 +URY,2023,15,23000,24000 +URY,2023,16,23000,24000 +URY,2023,17,23000,24000 +URY,2023,18,23000,24000 +URY,2024,0,22000,23000 +URY,2024,1,22000,23000 +URY,2024,2,23000,24000 +URY,2024,3,23000,24000 +URY,2024,4,23000,24000 +URY,2024,5,23000,24000 +URY,2024,6,23000,24000 +URY,2024,7,23000,24000 +URY,2024,8,23000,24000 +URY,2024,9,23000,24000 +URY,2024,10,23000,24000 +URY,2024,11,23000,24000 +URY,2024,12,23000,24000 +URY,2024,13,23000,24000 +URY,2024,14,23000,24000 +URY,2024,15,23000,24000 +URY,2024,16,23000,24000 +URY,2024,17,23000,24000 +URY,2024,18,23000,24000 +URY,2025,0,22000,23000 +URY,2025,1,22000,23000 +URY,2025,2,22000,24000 +URY,2025,3,23000,24000 +URY,2025,4,23000,24000 +URY,2025,5,23000,24000 +URY,2025,6,23000,24000 +URY,2025,7,23000,24000 +URY,2025,8,23000,24000 +URY,2025,9,23000,24000 +URY,2025,10,23000,24000 +URY,2025,11,23000,24000 +URY,2025,12,23000,24000 +URY,2025,13,23000,24000 +URY,2025,14,23000,24000 +URY,2025,15,23000,24000 +URY,2025,16,23000,24000 +URY,2025,17,22000,24000 +URY,2025,18,23000,24000 +URY,2026,0,22000,23000 +URY,2026,1,22000,23000 +URY,2026,2,22000,23000 +URY,2026,3,22000,24000 +URY,2026,4,23000,24000 +URY,2026,5,23000,24000 +URY,2026,6,23000,24000 +URY,2026,7,23000,24000 +URY,2026,8,23000,24000 +URY,2026,9,23000,24000 +URY,2026,10,23000,24000 +URY,2026,11,23000,24000 +URY,2026,12,23000,24000 +URY,2026,13,23000,24000 +URY,2026,14,23000,24000 +URY,2026,15,23000,24000 +URY,2026,16,23000,24000 +URY,2026,17,22000,24000 +URY,2026,18,22000,24000 +URY,2027,0,22000,23000 +URY,2027,1,22000,23000 +URY,2027,2,22000,23000 +URY,2027,3,22000,23000 +URY,2027,4,22000,23000 +URY,2027,5,23000,24000 +URY,2027,6,23000,24000 +URY,2027,7,23000,24000 +URY,2027,8,23000,24000 +URY,2027,9,23000,24000 +URY,2027,10,23000,24000 +URY,2027,11,23000,24000 +URY,2027,12,23000,24000 +URY,2027,13,23000,24000 +URY,2027,14,23000,24000 +URY,2027,15,23000,24000 +URY,2027,16,23000,24000 +URY,2027,17,23000,24000 +URY,2027,18,22000,23000 +URY,2028,0,22000,23000 +URY,2028,1,22000,23000 +URY,2028,2,22000,23000 +URY,2028,3,22000,23000 +URY,2028,4,22000,23000 +URY,2028,5,22000,23000 +URY,2028,6,23000,24000 +URY,2028,7,23000,24000 +URY,2028,8,23000,24000 +URY,2028,9,23000,24000 +URY,2028,10,23000,24000 +URY,2028,11,23000,24000 +URY,2028,12,23000,24000 +URY,2028,13,23000,24000 +URY,2028,14,23000,24000 +URY,2028,15,23000,24000 +URY,2028,16,23000,24000 +URY,2028,17,23000,24000 +URY,2028,18,23000,24000 +URY,2029,0,22000,23000 +URY,2029,1,22000,23000 +URY,2029,2,22000,23000 +URY,2029,3,22000,23000 +URY,2029,4,22000,23000 +URY,2029,5,22000,23000 +URY,2029,6,22000,23000 +URY,2029,7,23000,24000 +URY,2029,8,23000,24000 +URY,2029,9,23000,24000 +URY,2029,10,23000,24000 +URY,2029,11,23000,24000 +URY,2029,12,23000,24000 +URY,2029,13,23000,24000 +URY,2029,14,23000,24000 +URY,2029,15,23000,24000 +URY,2029,16,23000,24000 +URY,2029,17,23000,24000 +URY,2029,18,23000,24000 +URY,2030,0,22000,23000 +URY,2030,1,22000,23000 +URY,2030,2,22000,23000 +URY,2030,3,22000,23000 +URY,2030,4,22000,23000 +URY,2030,5,22000,23000 +URY,2030,6,22000,23000 +URY,2030,7,22000,23000 +URY,2030,8,22000,24000 +URY,2030,9,23000,24000 +URY,2030,10,23000,24000 +URY,2030,11,23000,24000 +URY,2030,12,23000,24000 +URY,2030,13,23000,24000 +URY,2030,14,23000,24000 +URY,2030,15,23000,24000 +URY,2030,16,23000,24000 +URY,2030,17,23000,24000 +URY,2030,18,23000,24000 +URY,2031,0,21000,22000 +URY,2031,1,22000,23000 +URY,2031,2,22000,23000 +URY,2031,3,22000,23000 +URY,2031,4,22000,23000 +URY,2031,5,22000,23000 +URY,2031,6,22000,23000 +URY,2031,7,22000,23000 +URY,2031,8,22000,23000 +URY,2031,9,22000,24000 +URY,2031,10,23000,24000 +URY,2031,11,23000,24000 +URY,2031,12,23000,24000 +URY,2031,13,23000,24000 +URY,2031,14,23000,24000 +URY,2031,15,23000,24000 +URY,2031,16,23000,24000 +URY,2031,17,23000,24000 +URY,2031,18,23000,24000 +URY,2032,0,21000,22000 +URY,2032,1,21000,22000 +URY,2032,2,22000,23000 +URY,2032,3,22000,23000 +URY,2032,4,22000,23000 +URY,2032,5,22000,23000 +URY,2032,6,22000,23000 +URY,2032,7,22000,23000 +URY,2032,8,22000,23000 +URY,2032,9,22000,23000 +URY,2032,10,22000,23000 +URY,2032,11,23000,24000 +URY,2032,12,23000,24000 +URY,2032,13,23000,24000 +URY,2032,14,23000,24000 +URY,2032,15,23000,24000 +URY,2032,16,23000,24000 +URY,2032,17,23000,24000 +URY,2032,18,23000,24000 +URY,2033,0,21000,22000 +URY,2033,1,21000,22000 +URY,2033,2,21000,22000 +URY,2033,3,22000,23000 +URY,2033,4,22000,23000 +URY,2033,5,22000,23000 +URY,2033,6,22000,23000 +URY,2033,7,22000,23000 +URY,2033,8,22000,23000 +URY,2033,9,22000,23000 +URY,2033,10,22000,23000 +URY,2033,11,22000,23000 +URY,2033,12,23000,24000 +URY,2033,13,23000,24000 +URY,2033,14,23000,24000 +URY,2033,15,23000,24000 +URY,2033,16,23000,24000 +URY,2033,17,23000,24000 +URY,2033,18,23000,24000 +URY,2034,0,21000,22000 +URY,2034,1,21000,22000 +URY,2034,2,21000,22000 +URY,2034,3,21000,22000 +URY,2034,4,21000,22000 +URY,2034,5,22000,23000 +URY,2034,6,22000,23000 +URY,2034,7,22000,23000 +URY,2034,8,22000,23000 +URY,2034,9,22000,23000 +URY,2034,10,22000,23000 +URY,2034,11,22000,23000 +URY,2034,12,22000,23000 +URY,2034,13,23000,24000 +URY,2034,14,23000,24000 +URY,2034,15,23000,24000 +URY,2034,16,23000,24000 +URY,2034,17,23000,24000 +URY,2034,18,23000,24000 +URY,2035,0,21000,22000 +URY,2035,1,21000,22000 +URY,2035,2,21000,22000 +URY,2035,3,21000,22000 +URY,2035,4,21000,22000 +URY,2035,5,21000,22000 +URY,2035,6,22000,23000 +URY,2035,7,22000,23000 +URY,2035,8,22000,23000 +URY,2035,9,22000,23000 +URY,2035,10,22000,23000 +URY,2035,11,22000,23000 +URY,2035,12,22000,23000 +URY,2035,13,22000,23000 +URY,2035,14,23000,24000 +URY,2035,15,23000,24000 +URY,2035,16,23000,24000 +URY,2035,17,23000,24000 +URY,2035,18,23000,24000 +URY,2036,0,20000,21000 +URY,2036,1,21000,22000 +URY,2036,2,21000,22000 +URY,2036,3,21000,22000 +URY,2036,4,21000,22000 +URY,2036,5,21000,22000 +URY,2036,6,21000,22000 +URY,2036,7,22000,23000 +URY,2036,8,22000,23000 +URY,2036,9,22000,23000 +URY,2036,10,22000,23000 +URY,2036,11,22000,23000 +URY,2036,12,22000,23000 +URY,2036,13,22000,23000 +URY,2036,14,22000,23000 +URY,2036,15,22000,24000 +URY,2036,16,23000,24000 +URY,2036,17,23000,24000 +URY,2036,18,23000,24000 +URY,2037,0,20000,21000 +URY,2037,1,20000,21000 +URY,2037,2,21000,22000 +URY,2037,3,21000,22000 +URY,2037,4,21000,22000 +URY,2037,5,21000,22000 +URY,2037,6,21000,22000 +URY,2037,7,21000,22000 +URY,2037,8,22000,23000 +URY,2037,9,22000,23000 +URY,2037,10,22000,23000 +URY,2037,11,22000,23000 +URY,2037,12,22000,23000 +URY,2037,13,22000,23000 +URY,2037,14,22000,23000 +URY,2037,15,22000,23000 +URY,2037,16,22000,24000 +URY,2037,17,23000,24000 +URY,2037,18,23000,24000 +URY,2038,0,20000,21000 +URY,2038,1,20000,21000 +URY,2038,2,20000,21000 +URY,2038,3,21000,22000 +URY,2038,4,21000,22000 +URY,2038,5,21000,22000 +URY,2038,6,21000,22000 +URY,2038,7,21000,22000 +URY,2038,8,21000,22000 +URY,2038,9,21000,23000 +URY,2038,10,22000,23000 +URY,2038,11,22000,23000 +URY,2038,12,22000,23000 +URY,2038,13,22000,23000 +URY,2038,14,22000,23000 +URY,2038,15,22000,23000 +URY,2038,16,22000,23000 +URY,2038,17,22000,23000 +URY,2038,18,23000,24000 +URY,2039,0,20000,21000 +URY,2039,1,20000,21000 +URY,2039,2,20000,21000 +URY,2039,3,20000,21000 +URY,2039,4,21000,22000 +URY,2039,5,21000,22000 +URY,2039,6,21000,22000 +URY,2039,7,21000,22000 +URY,2039,8,21000,22000 +URY,2039,9,21000,22000 +URY,2039,10,21000,23000 +URY,2039,11,22000,23000 +URY,2039,12,22000,23000 +URY,2039,13,22000,23000 +URY,2039,14,22000,23000 +URY,2039,15,22000,23000 +URY,2039,16,22000,23000 +URY,2039,17,22000,23000 +URY,2039,18,22000,23000 +URY,2040,0,20000,21000 +URY,2040,1,20000,21000 +URY,2040,2,20000,21000 +URY,2040,3,20000,21000 +URY,2040,4,20000,21000 +URY,2040,5,21000,22000 +URY,2040,6,21000,22000 +URY,2040,7,21000,22000 +URY,2040,8,21000,22000 +URY,2040,9,21000,22000 +URY,2040,10,21000,22000 +URY,2040,11,21000,22000 +URY,2040,12,22000,23000 +URY,2040,13,22000,23000 +URY,2040,14,22000,23000 +URY,2040,15,22000,23000 +URY,2040,16,22000,23000 +URY,2040,17,22000,23000 +URY,2040,18,22000,23000 +URY,2041,0,20000,21000 +URY,2041,1,20000,21000 +URY,2041,2,20000,21000 +URY,2041,3,20000,21000 +URY,2041,4,20000,21000 +URY,2041,5,20000,21000 +URY,2041,6,21000,22000 +URY,2041,7,21000,22000 +URY,2041,8,21000,22000 +URY,2041,9,21000,22000 +URY,2041,10,21000,22000 +URY,2041,11,21000,22000 +URY,2041,12,21000,22000 +URY,2041,13,22000,23000 +URY,2041,14,22000,23000 +URY,2041,15,22000,23000 +URY,2041,16,22000,23000 +URY,2041,17,22000,23000 +URY,2041,18,22000,23000 +URY,2042,0,20000,21000 +URY,2042,1,20000,21000 +URY,2042,2,20000,21000 +URY,2042,3,20000,21000 +URY,2042,4,20000,21000 +URY,2042,5,20000,21000 +URY,2042,6,20000,21000 +URY,2042,7,21000,22000 +URY,2042,8,21000,22000 +URY,2042,9,21000,22000 +URY,2042,10,21000,22000 +URY,2042,11,21000,22000 +URY,2042,12,21000,22000 +URY,2042,13,21000,22000 +URY,2042,14,22000,23000 +URY,2042,15,22000,23000 +URY,2042,16,22000,23000 +URY,2042,17,22000,23000 +URY,2042,18,22000,23000 +URY,2043,0,20000,21000 +URY,2043,1,20000,21000 +URY,2043,2,20000,21000 +URY,2043,3,20000,21000 +URY,2043,4,20000,21000 +URY,2043,5,20000,21000 +URY,2043,6,20000,21000 +URY,2043,7,20000,21000 +URY,2043,8,21000,22000 +URY,2043,9,21000,22000 +URY,2043,10,21000,22000 +URY,2043,11,21000,22000 +URY,2043,12,21000,22000 +URY,2043,13,21000,22000 +URY,2043,14,21000,22000 +URY,2043,15,22000,23000 +URY,2043,16,22000,23000 +URY,2043,17,22000,23000 +URY,2043,18,22000,23000 +URY,2044,0,20000,20000 +URY,2044,1,20000,21000 +URY,2044,2,20000,21000 +URY,2044,3,20000,21000 +URY,2044,4,20000,21000 +URY,2044,5,20000,21000 +URY,2044,6,20000,21000 +URY,2044,7,20000,21000 +URY,2044,8,20000,21000 +URY,2044,9,21000,22000 +URY,2044,10,21000,22000 +URY,2044,11,21000,22000 +URY,2044,12,21000,22000 +URY,2044,13,21000,22000 +URY,2044,14,21000,22000 +URY,2044,15,21000,22000 +URY,2044,16,22000,23000 +URY,2044,17,22000,23000 +URY,2044,18,22000,23000 +URY,2045,0,19000,20000 +URY,2045,1,19000,20000 +URY,2045,2,20000,21000 +URY,2045,3,20000,21000 +URY,2045,4,20000,21000 +URY,2045,5,20000,21000 +URY,2045,6,20000,21000 +URY,2045,7,20000,21000 +URY,2045,8,20000,21000 +URY,2045,9,20000,21000 +URY,2045,10,20000,21000 +URY,2045,11,21000,22000 +URY,2045,12,21000,22000 +URY,2045,13,21000,22000 +URY,2045,14,21000,22000 +URY,2045,15,21000,22000 +URY,2045,16,21000,22000 +URY,2045,17,22000,23000 +URY,2045,18,22000,23000 +URY,2046,0,19000,20000 +URY,2046,1,19000,20000 +URY,2046,2,19000,20000 +URY,2046,3,20000,20000 +URY,2046,4,20000,21000 +URY,2046,5,20000,21000 +URY,2046,6,20000,21000 +URY,2046,7,20000,21000 +URY,2046,8,20000,21000 +URY,2046,9,20000,21000 +URY,2046,10,20000,21000 +URY,2046,11,20000,21000 +URY,2046,12,21000,22000 +URY,2046,13,21000,22000 +URY,2046,14,21000,22000 +URY,2046,15,21000,22000 +URY,2046,16,21000,22000 +URY,2046,17,21000,22000 +URY,2046,18,21000,23000 +URY,2047,0,19000,20000 +URY,2047,1,19000,20000 +URY,2047,2,19000,20000 +URY,2047,3,19000,20000 +URY,2047,4,20000,20000 +URY,2047,5,20000,21000 +URY,2047,6,20000,21000 +URY,2047,7,20000,21000 +URY,2047,8,20000,21000 +URY,2047,9,20000,21000 +URY,2047,10,20000,21000 +URY,2047,11,20000,21000 +URY,2047,12,20000,21000 +URY,2047,13,21000,22000 +URY,2047,14,21000,22000 +URY,2047,15,21000,22000 +URY,2047,16,21000,22000 +URY,2047,17,21000,22000 +URY,2047,18,21000,22000 +URY,2048,0,19000,20000 +URY,2048,1,19000,20000 +URY,2048,2,19000,20000 +URY,2048,3,19000,20000 +URY,2048,4,19000,20000 +URY,2048,5,20000,20000 +URY,2048,6,20000,21000 +URY,2048,7,20000,21000 +URY,2048,8,20000,21000 +URY,2048,9,20000,21000 +URY,2048,10,20000,21000 +URY,2048,11,20000,21000 +URY,2048,12,20000,21000 +URY,2048,13,20000,21000 +URY,2048,14,21000,22000 +URY,2048,15,21000,22000 +URY,2048,16,21000,22000 +URY,2048,17,21000,22000 +URY,2048,18,21000,22000 +URY,2049,0,19000,20000 +URY,2049,1,19000,20000 +URY,2049,2,19000,20000 +URY,2049,3,19000,20000 +URY,2049,4,19000,20000 +URY,2049,5,19000,20000 +URY,2049,6,20000,20000 +URY,2049,7,20000,21000 +URY,2049,8,20000,21000 +URY,2049,9,20000,21000 +URY,2049,10,20000,21000 +URY,2049,11,20000,21000 +URY,2049,12,20000,21000 +URY,2049,13,20000,21000 +URY,2049,14,20000,21000 +URY,2049,15,21000,22000 +URY,2049,16,21000,22000 +URY,2049,17,21000,22000 +URY,2049,18,21000,22000 +URY,2050,0,19000,20000 +URY,2050,1,19000,20000 +URY,2050,2,19000,20000 +URY,2050,3,19000,20000 +URY,2050,4,19000,20000 +URY,2050,5,19000,20000 +URY,2050,6,19000,20000 +URY,2050,7,19000,20000 +URY,2050,8,20000,21000 +URY,2050,9,20000,21000 +URY,2050,10,20000,21000 +URY,2050,11,20000,21000 +URY,2050,12,20000,21000 +URY,2050,13,20000,21000 +URY,2050,14,20000,21000 +URY,2050,15,20000,21000 +URY,2050,16,21000,22000 +URY,2050,17,21000,22000 +URY,2050,18,21000,22000 +USA,1990,0,1933345,2024171 +USA,1990,1,1906344,1996469 +USA,1990,2,1879306,1968406 +USA,1990,3,1852626,1940472 +USA,1990,4,1826700,1913157 +USA,1990,5,1801924,1886949 +USA,1990,6,1778692,1862338 +USA,1990,7,1757401,1839814 +USA,1990,8,1738446,1819865 +USA,1990,9,1722221,1802981 +USA,1990,10,1708600,1788948 +USA,1990,11,1697454,1777550 +USA,1990,12,1691795,1772797 +USA,1990,13,1693065,1776587 +USA,1990,14,1700089,1787297 +USA,1990,15,1710101,1800775 +USA,1990,16,1723474,1817095 +USA,1990,17,1740717,1838828 +USA,1990,18,1761749,1866592 +USA,1991,0,1948653,2040139 +USA,1991,1,1931770,2022256 +USA,1991,2,1908157,1997971 +USA,1991,3,1884343,1973099 +USA,1991,4,1860667,1948097 +USA,1991,5,1837470,1923424 +USA,1991,6,1815198,1899522 +USA,1991,7,1794295,1876831 +USA,1991,8,1774574,1855896 +USA,1991,9,1756161,1837210 +USA,1991,10,1739715,1821180 +USA,1991,11,1725748,1807747 +USA,1991,12,1714136,1796959 +USA,1991,13,1707537,1791335 +USA,1991,14,1707322,1792139 +USA,1991,15,1712548,1798577 +USA,1991,16,1720738,1807957 +USA,1991,17,1732195,1820059 +USA,1991,18,1748080,1838625 +USA,1992,0,1962855,2052850 +USA,1992,1,1942010,2031803 +USA,1992,2,1929874,2020911 +USA,1992,3,1909651,2000030 +USA,1992,4,1889062,1978335 +USA,1992,5,1868391,1956253 +USA,1992,6,1847924,1934212 +USA,1992,7,1828157,1912604 +USA,1992,8,1809585,1891823 +USA,1992,9,1791435,1872469 +USA,1992,10,1773568,1855039 +USA,1992,11,1756903,1839857 +USA,1992,12,1742593,1827021 +USA,1992,13,1730518,1816838 +USA,1992,14,1722980,1810342 +USA,1992,15,1721283,1808166 +USA,1992,16,1724711,1810341 +USA,1992,17,1731080,1815632 +USA,1992,18,1740621,1823528 +USA,1993,0,1972582,2059704 +USA,1993,1,1954180,2043154 +USA,1993,2,1935458,2025360 +USA,1993,3,1928260,2020564 +USA,1993,4,1911420,2003074 +USA,1993,5,1894050,1984543 +USA,1993,6,1876380,1965367 +USA,1993,7,1858637,1945944 +USA,1993,8,1841370,1926618 +USA,1993,9,1825124,1907735 +USA,1993,10,1808541,1889952 +USA,1993,11,1791216,1873767 +USA,1993,12,1774331,1859424 +USA,1993,13,1759675,1847178 +USA,1993,14,1747136,1837595 +USA,1993,15,1738659,1830224 +USA,1993,16,1735480,1825070 +USA,1993,17,1737114,1822988 +USA,1993,18,1741662,1824196 +USA,1994,0,1973294,2057325 +USA,1994,1,1960014,2048120 +USA,1994,2,1946255,2037044 +USA,1994,3,1932124,2024392 +USA,1994,4,1927820,2021740 +USA,1994,5,1914354,2007628 +USA,1994,6,1900192,1992248 +USA,1994,7,1885510,1975965 +USA,1994,8,1870480,1959146 +USA,1994,9,1855702,1942089 +USA,1994,10,1841772,1925090 +USA,1994,11,1826746,1908864 +USA,1994,12,1809953,1893914 +USA,1994,13,1792837,1880399 +USA,1994,14,1777827,1868733 +USA,1994,15,1764815,1859744 +USA,1994,16,1755395,1851493 +USA,1994,17,1750732,1843355 +USA,1994,18,1750572,1837013 +USA,1995,0,1962421,2044008 +USA,1995,1,1958406,2045813 +USA,1995,2,1952936,2044437 +USA,1995,3,1946130,2040215 +USA,1995,4,1938107,2033484 +USA,1995,5,1928985,2024582 +USA,1995,6,1918884,2013844 +USA,1995,7,1907923,2001608 +USA,1995,8,1896221,1988210 +USA,1995,9,1883896,1973986 +USA,1995,10,1871597,1959188 +USA,1995,11,1859974,1944064 +USA,1995,12,1846495,1929384 +USA,1995,13,1830220,1915658 +USA,1995,14,1812858,1902963 +USA,1995,15,1797482,1891869 +USA,1995,16,1783986,1883466 +USA,1995,17,1773613,1874326 +USA,1995,18,1767461,1863193 +USA,1996,0,1931340,2010423 +USA,1996,1,1971226,2056117 +USA,1996,2,1971436,2061218 +USA,1996,3,1969309,2062469 +USA,1996,4,1965041,2060270 +USA,1996,5,1958831,2055023 +USA,1996,6,1950894,2047057 +USA,1996,7,1941448,2036702 +USA,1996,8,1930591,2024722 +USA,1996,9,1918484,2011664 +USA,1996,10,1905380,1997712 +USA,1996,11,1892070,1982928 +USA,1996,12,1879229,1967812 +USA,1996,13,1864668,1952277 +USA,1996,14,1847651,1936459 +USA,1996,15,1829826,1920977 +USA,1996,16,1813851,1907162 +USA,1996,17,1799529,1895758 +USA,1996,18,1789157,1885014 +USA,1997,0,1889054,1965956 +USA,1997,1,1919971,2004843 +USA,1997,2,1982326,2070568 +USA,1997,3,1986761,2078971 +USA,1997,4,1987973,2082850 +USA,1997,5,1986240,2082671 +USA,1997,6,1981835,2078902 +USA,1997,7,1975074,2071865 +USA,1997,8,1966270,2061879 +USA,1997,9,1955506,2050141 +USA,1997,10,1942979,2037409 +USA,1997,11,1929081,2023713 +USA,1997,12,1914745,2008927 +USA,1997,13,1900670,1993801 +USA,1997,14,1885010,1977394 +USA,1997,15,1867232,1959465 +USA,1997,16,1848922,1941180 +USA,1997,17,1832332,1924627 +USA,1997,18,1817167,1910209 +USA,1998,0,1846863,1922301 +USA,1998,1,1896293,1980095 +USA,1998,2,1935973,2026129 +USA,1998,3,1994135,2085681 +USA,1998,4,2002803,2097394 +USA,1998,5,2007361,2103906 +USA,1998,6,2008164,2105751 +USA,1998,7,2005566,2103461 +USA,1998,8,1999980,2097350 +USA,1998,9,1991817,2087732 +USA,1998,10,1981141,2076234 +USA,1998,11,1968190,2063823 +USA,1998,12,1953492,2050379 +USA,1998,13,1938123,2035587 +USA,1998,14,1922808,2020446 +USA,1998,15,1906042,2003161 +USA,1998,16,1887495,1983113 +USA,1998,17,1868694,1962013 +USA,1998,18,1851480,1942714 +USA,1999,0,1820520,1895723 +USA,1999,1,1879387,1962600 +USA,1999,2,1927618,2017026 +USA,1999,3,1965994,2059982 +USA,1999,4,2004533,2099263 +USA,1999,5,2017431,2114280 +USA,1999,6,2025336,2123424 +USA,1999,7,2028678,2127293 +USA,1999,8,2027891,2126485 +USA,1999,9,2023484,2121306 +USA,1999,10,2015969,2112064 +USA,1999,11,2005390,2100813 +USA,1999,12,1992023,2088735 +USA,1999,13,1976535,2075552 +USA,1999,14,1960142,2060765 +USA,1999,15,1943596,2045621 +USA,1999,16,1925735,2027468 +USA,1999,17,1906432,2005314 +USA,1999,18,1887152,1981413 +USA,2000,0,1820819,1897369 +USA,2000,1,1874946,1958294 +USA,2000,2,1920649,2009369 +USA,2000,3,1958438,2051256 +USA,2000,4,1988824,2084617 +USA,2000,5,2012316,2110117 +USA,2000,6,2029425,2128416 +USA,2000,7,2040662,2140177 +USA,2000,8,2046537,2146063 +USA,2000,9,2047560,2146737 +USA,2000,10,2044338,2142497 +USA,2000,11,2037480,2133641 +USA,2000,12,2027010,2122652 +USA,2000,13,2013246,2110921 +USA,2000,14,1996988,2098017 +USA,2000,15,1979594,2083253 +USA,2000,16,1961840,2068126 +USA,2000,17,1942908,2049131 +USA,2000,18,1922874,2024900 +USA,2001,0,1861128,1941566 +USA,2001,1,1837319,1916018 +USA,2001,2,1883026,1967438 +USA,2001,3,1924400,2013578 +USA,2001,4,1961207,2054291 +USA,2001,5,1993216,2089428 +USA,2001,6,2021004,2119622 +USA,2001,7,2045152,2145505 +USA,2001,8,2061362,2163029 +USA,2001,9,2067778,2170485 +USA,2001,10,2066603,2170067 +USA,2001,11,2062504,2166026 +USA,2001,12,2055274,2157933 +USA,2001,13,2044551,2147044 +USA,2001,14,2030863,2134555 +USA,2001,15,2014865,2120255 +USA,2001,16,1997555,2104027 +USA,2001,17,1979777,2087439 +USA,2001,18,1960790,2066441 +USA,2002,0,1926853,2012563 +USA,2002,1,1923696,2010848 +USA,2002,2,1850684,1931174 +USA,2002,3,1887875,1972975 +USA,2002,4,1924841,2014085 +USA,2002,5,1960602,2053546 +USA,2002,6,1994182,2090397 +USA,2002,7,2026226,2125240 +USA,2002,8,2057383,2158674 +USA,2002,9,2078548,2181940 +USA,2002,10,2085495,2190956 +USA,2002,11,2082120,2189444 +USA,2002,12,2077150,2185610 +USA,2002,13,2069560,2178295 +USA,2002,14,2058602,2167528 +USA,2002,15,2045012,2154303 +USA,2002,16,2029302,2138630 +USA,2002,17,2012107,2120963 +USA,2002,18,1994336,2102944 +USA,2003,0,2004392,2095882 +USA,2003,1,1960341,2049873 +USA,2003,2,1932761,2021208 +USA,2003,3,1862318,1944403 +USA,2003,4,1890967,1976552 +USA,2003,5,1923493,2012596 +USA,2003,6,1958176,2050767 +USA,2003,7,1993294,2089295 +USA,2003,8,2029561,2128747 +USA,2003,9,2067692,2169693 +USA,2003,10,2093789,2198672 +USA,2003,11,2101260,2209238 +USA,2003,12,2095690,2206635 +USA,2003,13,2089853,2203011 +USA,2003,14,2081911,2196482 +USA,2003,15,2070728,2185846 +USA,2003,16,2057250,2171899 +USA,2003,17,2041842,2154870 +USA,2003,18,2024777,2135784 +USA,2004,0,2074324,2170862 +USA,2004,1,1996227,2088015 +USA,2004,2,1942462,2031048 +USA,2004,3,1910141,1996921 +USA,2004,4,1874132,1957798 +USA,2004,5,1894256,1980315 +USA,2004,6,1922354,2011307 +USA,2004,7,1955964,2048194 +USA,2004,8,1992621,2088398 +USA,2004,9,2033109,2132456 +USA,2004,10,2078207,2180905 +USA,2004,11,2109230,2215591 +USA,2004,12,2117225,2227704 +USA,2004,13,2109462,2224012 +USA,2004,14,2102760,2220597 +USA,2004,15,2094466,2214851 +USA,2004,16,2083056,2204346 +USA,2004,17,2069688,2189677 +USA,2004,18,2054581,2171292 +USA,2005,0,2122249,2222182 +USA,2005,1,2025414,2119007 +USA,2005,2,1956681,2045824 +USA,2005,3,1912846,1999247 +USA,2005,4,1890701,1975886 +USA,2005,5,1887040,1972354 +USA,2005,6,1898658,1985262 +USA,2005,7,1922349,2011224 +USA,2005,8,1954906,2046851 +USA,2005,9,1993124,2088754 +USA,2005,10,2037851,2137440 +USA,2005,11,2089936,2193413 +USA,2005,12,2125898,2233819 +USA,2005,13,2134422,2247486 +USA,2005,14,2124465,2242704 +USA,2005,15,2116893,2239496 +USA,2005,16,2108242,2234529 +USA,2005,17,2096600,2224147 +USA,2005,18,2083335,2208748 +USA,2006,0,2142056,2243122 +USA,2006,1,2101298,2199675 +USA,2006,2,2022965,2116224 +USA,2006,3,1967366,2057049 +USA,2006,4,1932023,2019544 +USA,2006,5,1914462,2001104 +USA,2006,6,1911716,1998518 +USA,2006,7,1920819,2008575 +USA,2006,8,1941750,2031698 +USA,2006,9,1973012,2066490 +USA,2006,10,2010660,2108532 +USA,2006,11,2053108,2155411 +USA,2006,12,2101713,2208351 +USA,2006,13,2134832,2245613 +USA,2006,14,2141832,2256335 +USA,2006,15,2131247,2248784 +USA,2006,16,2122765,2242673 +USA,2006,17,2113070,2234752 +USA,2006,18,2100938,2221997 +USA,2007,0,2141341,2241866 +USA,2007,1,2058043,2153146 +USA,2007,2,2082145,2179036 +USA,2007,3,2022239,2115225 +USA,2007,4,1979717,2069996 +USA,2007,5,1952833,2041525 +USA,2007,6,1939838,2027986 +USA,2007,7,1938004,2026343 +USA,2007,8,1944602,2033561 +USA,2007,9,1962791,2053866 +USA,2007,10,1992787,2087854 +USA,2007,11,2029898,2130068 +USA,2007,12,2070103,2175183 +USA,2007,13,2115270,2225136 +USA,2007,14,2145576,2259288 +USA,2007,15,2151059,2267076 +USA,2007,16,2139838,2256752 +USA,2007,17,2130438,2247733 +USA,2007,18,2119691,2236854 +USA,2008,0,2122688,2221539 +USA,2008,1,2063985,2159248 +USA,2008,2,2019690,2112212 +USA,2008,3,2063768,2159338 +USA,2008,4,2022279,2115148 +USA,2008,5,1992829,2083853 +USA,2008,6,1974399,2064408 +USA,2008,7,1965969,2055767 +USA,2008,8,1965046,2055068 +USA,2008,9,1969139,2059447 +USA,2008,10,1984592,2076942 +USA,2008,11,2013331,2110140 +USA,2008,12,2049919,2152545 +USA,2008,13,2087895,2195914 +USA,2008,14,2129640,2242902 +USA,2008,15,2157141,2273956 +USA,2008,16,2161109,2278811 +USA,2008,17,2149247,2265710 +USA,2008,18,2138925,2253778 +USA,2009,0,2091332,2188177 +USA,2009,1,2060663,2155881 +USA,2009,2,2036238,2130080 +USA,2009,3,2017675,2110418 +USA,2009,4,2044836,2139329 +USA,2009,5,2021790,2114782 +USA,2009,6,2005430,2097438 +USA,2009,7,1995466,2087029 +USA,2009,8,1991607,2083292 +USA,2009,9,1991597,2083536 +USA,2009,10,1993182,2085073 +USA,2009,11,2005892,2099753 +USA,2009,12,2033366,2132156 +USA,2009,13,2069420,2174748 +USA,2009,14,2105156,2216363 +USA,2009,15,2143465,2260376 +USA,2009,16,2168152,2288326 +USA,2009,17,2170602,2290246 +USA,2009,18,2158102,2274366 +USA,2010,0,2052262,2147389 +USA,2010,1,2047594,2142710 +USA,2010,2,2042065,2136960 +USA,2010,3,2036114,2130653 +USA,2010,4,2030178,2124304 +USA,2010,5,2024696,2118429 +USA,2010,6,2020106,2113542 +USA,2010,7,2016846,2110158 +USA,2010,8,2015354,2108793 +USA,2010,9,2016067,2109961 +USA,2010,10,2016971,2111149 +USA,2010,11,2016046,2109844 +USA,2010,12,2026007,2121702 +USA,2010,13,2052199,2153297 +USA,2010,14,2087698,2196056 +USA,2010,15,2121173,2235901 +USA,2010,16,2156022,2276920 +USA,2010,17,2177882,2301753 +USA,2010,18,2178813,2300737 +USA,2011,0,2007437,2100032 +USA,2011,1,2052268,2146780 +USA,2011,2,2050268,2144853 +USA,2011,3,2046192,2140623 +USA,2011,4,2040743,2134867 +USA,2011,5,2034626,2128359 +USA,2011,6,2028195,2121541 +USA,2011,7,2021804,2114851 +USA,2011,8,2017906,2110744 +USA,2011,9,2017907,2110668 +USA,2011,10,2021460,2114390 +USA,2011,11,2024726,2117662 +USA,2011,12,2025969,2118246 +USA,2011,13,2038100,2131975 +USA,2011,14,2066358,2165310 +USA,2011,15,2103770,2209657 +USA,2011,16,2139123,2251066 +USA,2011,17,2175853,2293649 +USA,2011,18,2198902,2319477 +USA,2012,0,1955373,2045756 +USA,2012,1,1996133,2088517 +USA,2012,2,2052155,2146426 +USA,2012,3,2052826,2147252 +USA,2012,4,2050204,2144544 +USA,2012,5,2045259,2139338 +USA,2012,6,2038961,2132671 +USA,2012,7,2031580,2124908 +USA,2012,8,2023386,2116413 +USA,2012,9,2018850,2111582 +USA,2012,10,2020346,2112795 +USA,2012,11,2026740,2119074 +USA,2012,12,2032372,2124430 +USA,2012,13,2035783,2126906 +USA,2012,14,2050086,2142508 +USA,2012,15,2080408,2177588 +USA,2012,16,2119733,2223530 +USA,2012,17,2156964,2266508 +USA,2012,18,2195575,2310663 +USA,2013,0,1903697,1992185 +USA,2013,1,1962073,2053061 +USA,2013,2,2005413,2098202 +USA,2013,3,2051517,2145728 +USA,2013,4,2054860,2149308 +USA,2013,5,2053693,2148122 +USA,2013,6,2049253,2143468 +USA,2013,7,2042776,2136642 +USA,2013,8,2034447,2127935 +USA,2013,9,2024451,2117636 +USA,2013,10,2019279,2112081 +USA,2013,11,2022269,2114585 +USA,2013,12,2031504,2123420 +USA,2013,13,2039501,2130861 +USA,2013,14,2045081,2135230 +USA,2013,15,2061554,2152703 +USA,2013,16,2093933,2189524 +USA,2013,17,2135162,2237053 +USA,2013,18,2174262,2281596 +USA,2014,0,1862441,1949373 +USA,2014,1,1931126,2020749 +USA,2014,2,1983301,2074964 +USA,2014,3,2020894,2114020 +USA,2014,4,2050113,2144234 +USA,2014,5,2056126,2150567 +USA,2014,6,2056415,2150904 +USA,2014,7,2052481,2146803 +USA,2014,8,2045827,2139821 +USA,2014,9,2036553,2130173 +USA,2014,10,2024760,2118073 +USA,2014,11,2018953,2111797 +USA,2014,12,2023437,2115590 +USA,2014,13,2035509,2126979 +USA,2014,14,2045867,2136503 +USA,2014,15,2053614,2142761 +USA,2014,16,2072249,2162100 +USA,2014,17,2106674,2200648 +USA,2014,18,2149791,2249747 +USA,2015,0,1838637,1924415 +USA,2015,1,1908486,1996871 +USA,2015,2,1962568,2053017 +USA,2015,3,2002650,2094670 +USA,2015,4,2030498,2123650 +USA,2015,5,2047878,2141771 +USA,2015,6,2056556,2150853 +USA,2015,7,2058300,2152712 +USA,2015,8,2054874,2149165 +USA,2015,9,2048045,2142031 +USA,2015,10,2037831,2131447 +USA,2015,11,2024247,2117553 +USA,2015,12,2017809,2110559 +USA,2015,13,2023782,2115638 +USA,2015,14,2038684,2129573 +USA,2015,15,2051398,2141173 +USA,2015,16,2061305,2149318 +USA,2015,17,2082094,2170512 +USA,2015,18,2118549,2210768 +USA,2016,0,1839437,1924989 +USA,2016,1,1857392,1943812 +USA,2016,2,1916244,2004955 +USA,2016,3,1963251,2053843 +USA,2016,4,1999585,2091669 +USA,2016,5,2026419,2119629 +USA,2016,6,2045439,2139467 +USA,2016,7,2058332,2152929 +USA,2016,8,2063707,2158456 +USA,2016,9,2061715,2156139 +USA,2016,10,2055065,2148826 +USA,2016,11,2046268,2139353 +USA,2016,12,2034759,2127246 +USA,2016,13,2030400,2122032 +USA,2016,14,2038352,2128786 +USA,2016,15,2055089,2144256 +USA,2016,16,2069600,2157362 +USA,2016,17,2081305,2167015 +USA,2016,18,2103229,2189124 +USA,2017,0,1858277,1943947 +USA,2017,1,1899428,1986603 +USA,2017,2,1874923,1961713 +USA,2017,3,1922727,2011482 +USA,2017,4,1962618,2053064 +USA,2017,5,1995175,2087028 +USA,2017,6,2020977,2113945 +USA,2017,7,2041626,2135486 +USA,2017,8,2058729,2153325 +USA,2017,9,2067738,2162519 +USA,2017,10,2067182,2161436 +USA,2017,11,2060716,2153950 +USA,2017,12,2053343,2145595 +USA,2017,13,2043919,2135289 +USA,2017,14,2041645,2131860 +USA,2017,15,2051573,2140285 +USA,2017,16,2070134,2157281 +USA,2017,17,2086436,2171884 +USA,2017,18,2099933,2183040 +USA,2018,0,1889074,1975211 +USA,2018,1,1905931,1992661 +USA,2018,2,1922813,2010298 +USA,2018,3,1891610,1978604 +USA,2018,4,1928344,2016975 +USA,2018,5,1961102,2051229 +USA,2018,6,1989867,2081314 +USA,2018,7,2014624,2107174 +USA,2018,8,2036894,2130407 +USA,2018,9,2058199,2152613 +USA,2018,10,2070837,2165470 +USA,2018,11,2071718,2165620 +USA,2018,12,2065438,2157966 +USA,2018,13,2059494,2150734 +USA,2018,14,2052159,2142232 +USA,2018,15,2051971,2140591 +USA,2018,16,2063870,2150684 +USA,2018,17,2084248,2169196 +USA,2018,18,2102333,2185289 +USA,2019,0,1923000,2009000 +USA,2019,1,1916000,2003000 +USA,2019,2,1916000,2003000 +USA,2019,3,1922000,2009000 +USA,2019,4,1908000,1995000 +USA,2019,5,1934000,2022000 +USA,2019,6,1959000,2049000 +USA,2019,7,1984000,2075000 +USA,2019,8,2008000,2100000 +USA,2019,9,2032000,2125000 +USA,2019,10,2057000,2151000 +USA,2019,11,2074000,2168000 +USA,2019,12,2076000,2169000 +USA,2019,13,2070000,2162000 +USA,2019,14,2065000,2155000 +USA,2019,15,2060000,2149000 +USA,2019,16,2062000,2149000 +USA,2019,17,2076000,2161000 +USA,2019,18,2098000,2181000 +USA,2020,0,1951000,2039000 +USA,2020,1,1929000,2015000 +USA,2020,2,1916000,2002000 +USA,2020,3,1911000,1997000 +USA,2020,4,1914000,2001000 +USA,2020,5,1924000,2011000 +USA,2020,6,1939000,2027000 +USA,2020,7,1957000,2047000 +USA,2020,8,1978000,2069000 +USA,2020,9,2001000,2093000 +USA,2020,10,2026000,2119000 +USA,2020,11,2056000,2150000 +USA,2020,12,2076000,2170000 +USA,2020,13,2080000,2173000 +USA,2020,14,2074000,2165000 +USA,2020,15,2071000,2160000 +USA,2020,16,2068000,2155000 +USA,2020,17,2072000,2157000 +USA,2020,18,2087000,2170000 +USA,2021,0,1976000,2065000 +USA,2021,1,1951000,2038000 +USA,2021,2,1931000,2017000 +USA,2021,3,1919000,2005000 +USA,2021,4,1916000,2002000 +USA,2021,5,1919000,2005000 +USA,2021,6,1927000,2015000 +USA,2021,7,1940000,2028000 +USA,2021,8,1958000,2047000 +USA,2021,9,1980000,2071000 +USA,2021,10,2006000,2097000 +USA,2021,11,2033000,2125000 +USA,2021,12,2065000,2158000 +USA,2021,13,2087000,2180000 +USA,2021,14,2093000,2184000 +USA,2021,15,2089000,2178000 +USA,2021,16,2087000,2174000 +USA,2021,17,2086000,2171000 +USA,2021,18,2091000,2174000 +USA,2022,0,1996000,2087000 +USA,2022,1,1961000,2049000 +USA,2022,2,1949000,2036000 +USA,2022,3,1932000,2019000 +USA,2022,4,1923000,2009000 +USA,2022,5,1920000,2006000 +USA,2022,6,1923000,2009000 +USA,2022,7,1930000,2018000 +USA,2022,8,1941000,2029000 +USA,2022,9,1958000,2047000 +USA,2022,10,1982000,2072000 +USA,2022,11,2010000,2101000 +USA,2022,12,2040000,2131000 +USA,2022,13,2074000,2166000 +USA,2022,14,2098000,2189000 +USA,2022,15,2105000,2195000 +USA,2022,16,2103000,2190000 +USA,2022,17,2104000,2189000 +USA,2022,18,2104000,2187000 +USA,2023,0,2011000,2103000 +USA,2023,1,1978000,2067000 +USA,2023,2,1953000,2040000 +USA,2023,3,1948000,2034000 +USA,2023,4,1934000,2020000 +USA,2023,5,1926000,2012000 +USA,2023,6,1923000,2010000 +USA,2023,7,1926000,2013000 +USA,2023,8,1933000,2020000 +USA,2023,9,1942000,2030000 +USA,2023,10,1958000,2047000 +USA,2023,11,1984000,2073000 +USA,2023,12,2014000,2104000 +USA,2023,13,2047000,2137000 +USA,2023,14,2082000,2173000 +USA,2023,15,2108000,2198000 +USA,2023,16,2118000,2206000 +USA,2023,17,2117000,2203000 +USA,2023,18,2119000,2202000 +USA,2024,0,2022000,2115000 +USA,2024,1,1994000,2084000 +USA,2024,2,1971000,2059000 +USA,2024,3,1953000,2039000 +USA,2024,4,1946000,2032000 +USA,2024,5,1935000,2021000 +USA,2024,6,1929000,2015000 +USA,2024,7,1927000,2013000 +USA,2024,8,1930000,2016000 +USA,2024,9,1935000,2023000 +USA,2024,10,1942000,2031000 +USA,2024,11,1958000,2047000 +USA,2024,12,1985000,2074000 +USA,2024,13,2018000,2107000 +USA,2024,14,2053000,2142000 +USA,2024,15,2090000,2180000 +USA,2024,16,2118000,2207000 +USA,2024,17,2130000,2216000 +USA,2024,18,2131000,2215000 +USA,2025,0,2029000,2123000 +USA,2025,1,2006000,2098000 +USA,2025,2,1986000,2076000 +USA,2025,3,1969000,2057000 +USA,2025,4,1955000,2042000 +USA,2025,5,1944000,2030000 +USA,2025,6,1936000,2021000 +USA,2025,7,1931000,2017000 +USA,2025,8,1930000,2016000 +USA,2025,9,1932000,2019000 +USA,2025,10,1937000,2025000 +USA,2025,11,1942000,2031000 +USA,2025,12,1957000,2046000 +USA,2025,13,1985000,2074000 +USA,2025,14,2022000,2110000 +USA,2025,15,2058000,2147000 +USA,2025,16,2098000,2186000 +USA,2025,17,2128000,2215000 +USA,2025,18,2141000,2226000 +USA,2026,0,2032000,2126000 +USA,2026,1,2029000,2122000 +USA,2026,2,2009000,2100000 +USA,2026,3,1990000,2079000 +USA,2026,4,1973000,2060000 +USA,2026,5,1959000,2045000 +USA,2026,6,1946000,2032000 +USA,2026,7,1937000,2022000 +USA,2026,8,1932000,2017000 +USA,2026,9,1932000,2018000 +USA,2026,10,1937000,2023000 +USA,2026,11,1944000,2031000 +USA,2026,12,1952000,2039000 +USA,2026,13,1969000,2056000 +USA,2026,14,1999000,2086000 +USA,2026,15,2037000,2124000 +USA,2026,16,2076000,2162000 +USA,2026,17,2117000,2203000 +USA,2026,18,2149000,2233000 +USA,2027,0,2031000,2125000 +USA,2027,1,2025000,2116000 +USA,2027,2,2030000,2122000 +USA,2027,3,2011000,2101000 +USA,2027,4,1993000,2082000 +USA,2027,5,1977000,2064000 +USA,2027,6,1962000,2048000 +USA,2027,7,1949000,2035000 +USA,2027,8,1938000,2023000 +USA,2027,9,1933000,2018000 +USA,2027,10,1935000,2020000 +USA,2027,11,1942000,2028000 +USA,2027,12,1952000,2037000 +USA,2027,13,1961000,2047000 +USA,2027,14,1981000,2066000 +USA,2027,15,2013000,2098000 +USA,2027,16,2053000,2137000 +USA,2027,17,2093000,2177000 +USA,2027,18,2137000,2220000 +USA,2028,0,2026000,2120000 +USA,2028,1,2029000,2121000 +USA,2028,2,2027000,2117000 +USA,2028,3,2030000,2121000 +USA,2028,4,2013000,2103000 +USA,2028,5,1997000,2085000 +USA,2028,6,1980000,2068000 +USA,2028,7,1965000,2052000 +USA,2028,8,1952000,2037000 +USA,2028,9,1939000,2024000 +USA,2028,10,1933000,2018000 +USA,2028,11,1937000,2021000 +USA,2028,12,1947000,2032000 +USA,2028,13,1959000,2043000 +USA,2028,14,1971000,2055000 +USA,2028,15,1992000,2076000 +USA,2028,16,2026000,2109000 +USA,2028,17,2068000,2151000 +USA,2028,18,2110000,2192000 +USA,2029,0,2021000,2114000 +USA,2029,1,2032000,2124000 +USA,2029,2,2036000,2127000 +USA,2029,3,2033000,2124000 +USA,2029,4,2030000,2121000 +USA,2029,5,2015000,2105000 +USA,2029,6,1999000,2088000 +USA,2029,7,1983000,2071000 +USA,2029,8,1968000,2055000 +USA,2029,9,1953000,2040000 +USA,2029,10,1940000,2025000 +USA,2029,11,1933000,2018000 +USA,2029,12,1938000,2022000 +USA,2029,13,1951000,2035000 +USA,2029,14,1965000,2049000 +USA,2029,15,1979000,2062000 +USA,2029,16,2003000,2085000 +USA,2029,17,2039000,2121000 +USA,2029,18,2083000,2164000 +USA,2030,0,2017000,2110000 +USA,2030,1,2033000,2126000 +USA,2030,2,2042000,2134000 +USA,2030,3,2043000,2135000 +USA,2030,4,2038000,2130000 +USA,2030,5,2029000,2120000 +USA,2030,6,2016000,2106000 +USA,2030,7,2001000,2090000 +USA,2030,8,1985000,2074000 +USA,2030,9,1970000,2058000 +USA,2030,10,1955000,2042000 +USA,2030,11,1939000,2025000 +USA,2030,12,1933000,2018000 +USA,2030,13,1939000,2023000 +USA,2030,14,1955000,2039000 +USA,2030,15,1971000,2055000 +USA,2030,16,1987000,2070000 +USA,2030,17,2013000,2095000 +USA,2030,18,2051000,2132000 +USA,2031,0,2016000,2109000 +USA,2031,1,2026000,2118000 +USA,2031,2,2039000,2131000 +USA,2031,3,2044000,2136000 +USA,2031,4,2044000,2135000 +USA,2031,5,2038000,2129000 +USA,2031,6,2029000,2120000 +USA,2031,7,2018000,2107000 +USA,2031,8,2004000,2093000 +USA,2031,9,1990000,2078000 +USA,2031,10,1976000,2063000 +USA,2031,11,1963000,2049000 +USA,2031,12,1950000,2034000 +USA,2031,13,1946000,2029000 +USA,2031,14,1954000,2037000 +USA,2031,15,1972000,2054000 +USA,2031,16,1991000,2071000 +USA,2031,17,2009000,2089000 +USA,2031,18,2035000,2114000 +USA,2032,0,2017000,2110000 +USA,2032,1,2038000,2130000 +USA,2032,2,2034000,2127000 +USA,2032,3,2043000,2135000 +USA,2032,4,2046000,2138000 +USA,2032,5,2044000,2135000 +USA,2032,6,2038000,2129000 +USA,2032,7,2029000,2119000 +USA,2032,8,2019000,2108000 +USA,2032,9,2007000,2095000 +USA,2032,10,1994000,2081000 +USA,2032,11,1982000,2068000 +USA,2032,12,1971000,2055000 +USA,2032,13,1960000,2043000 +USA,2032,14,1958000,2040000 +USA,2032,15,1969000,2049000 +USA,2032,16,1989000,2069000 +USA,2032,17,2009000,2088000 +USA,2032,18,2029000,2107000 +USA,2033,0,2019000,2112000 +USA,2033,1,2038000,2131000 +USA,2033,2,2051000,2143000 +USA,2033,3,2042000,2135000 +USA,2033,4,2047000,2139000 +USA,2033,5,2047000,2139000 +USA,2033,6,2044000,2135000 +USA,2033,7,2037000,2128000 +USA,2033,8,2029000,2119000 +USA,2033,9,2019000,2109000 +USA,2033,10,2009000,2097000 +USA,2033,11,1998000,2085000 +USA,2033,12,1987000,2073000 +USA,2033,13,1978000,2062000 +USA,2033,14,1970000,2052000 +USA,2033,15,1970000,2050000 +USA,2033,16,1983000,2062000 +USA,2033,17,2005000,2083000 +USA,2033,18,2028000,2104000 +USA,2034,0,2020000,2114000 +USA,2034,1,2038000,2131000 +USA,2034,2,2050000,2143000 +USA,2034,3,2056000,2149000 +USA,2034,4,2050000,2142000 +USA,2034,5,2051000,2143000 +USA,2034,6,2048000,2140000 +USA,2034,7,2043000,2134000 +USA,2034,8,2036000,2127000 +USA,2034,9,2028000,2118000 +USA,2034,10,2019000,2109000 +USA,2034,11,2010000,2099000 +USA,2034,12,2001000,2088000 +USA,2034,13,1992000,2077000 +USA,2034,14,1985000,2068000 +USA,2034,15,1979000,2060000 +USA,2034,16,1982000,2061000 +USA,2034,17,1997000,2074000 +USA,2034,18,2021000,2097000 +USA,2035,0,2021000,2115000 +USA,2035,1,2037000,2130000 +USA,2035,2,2048000,2141000 +USA,2035,3,2054000,2147000 +USA,2035,4,2057000,2150000 +USA,2035,5,2057000,2149000 +USA,2035,6,2054000,2146000 +USA,2035,7,2048000,2141000 +USA,2035,8,2042000,2133000 +USA,2035,9,2034000,2125000 +USA,2035,10,2026000,2116000 +USA,2035,11,2018000,2108000 +USA,2035,12,2011000,2100000 +USA,2035,13,2003000,2090000 +USA,2035,14,1996000,2081000 +USA,2035,15,1991000,2074000 +USA,2035,16,1988000,2068000 +USA,2035,17,1993000,2070000 +USA,2035,18,2010000,2086000 +USA,2036,0,2024000,2118000 +USA,2036,1,2029000,2123000 +USA,2036,2,2042000,2135000 +USA,2036,3,2051000,2144000 +USA,2036,4,2056000,2149000 +USA,2036,5,2058000,2151000 +USA,2036,6,2058000,2150000 +USA,2036,7,2055000,2148000 +USA,2036,8,2051000,2143000 +USA,2036,9,2046000,2137000 +USA,2036,10,2040000,2131000 +USA,2036,11,2035000,2124000 +USA,2036,12,2030000,2118000 +USA,2036,13,2024000,2111000 +USA,2036,14,2019000,2104000 +USA,2036,15,2014000,2097000 +USA,2036,16,2011000,2091000 +USA,2036,17,2009000,2087000 +USA,2036,18,2016000,2091000 +USA,2037,0,2027000,2121000 +USA,2037,1,2039000,2132000 +USA,2037,2,2036000,2129000 +USA,2037,3,2046000,2139000 +USA,2037,4,2053000,2146000 +USA,2037,5,2057000,2150000 +USA,2037,6,2059000,2151000 +USA,2037,7,2059000,2151000 +USA,2037,8,2057000,2149000 +USA,2037,9,2054000,2145000 +USA,2037,10,2050000,2141000 +USA,2037,11,2046000,2136000 +USA,2037,12,2043000,2131000 +USA,2037,13,2040000,2127000 +USA,2037,14,2037000,2122000 +USA,2037,15,2034000,2117000 +USA,2037,16,2031000,2112000 +USA,2037,17,2030000,2108000 +USA,2037,18,2031000,2106000 +USA,2038,0,2029000,2123000 +USA,2038,1,2039000,2132000 +USA,2038,2,2047000,2140000 +USA,2038,3,2043000,2136000 +USA,2038,4,2050000,2143000 +USA,2038,5,2055000,2148000 +USA,2038,6,2058000,2150000 +USA,2038,7,2059000,2151000 +USA,2038,8,2059000,2151000 +USA,2038,9,2057000,2149000 +USA,2038,10,2055000,2147000 +USA,2038,11,2053000,2144000 +USA,2038,12,2052000,2140000 +USA,2038,13,2050000,2138000 +USA,2038,14,2050000,2136000 +USA,2038,15,2049000,2133000 +USA,2038,16,2048000,2130000 +USA,2038,17,2048000,2126000 +USA,2038,18,2049000,2125000 +USA,2039,0,2029000,2123000 +USA,2039,1,2038000,2132000 +USA,2039,2,2045000,2138000 +USA,2039,3,2050000,2143000 +USA,2039,4,2048000,2142000 +USA,2039,5,2053000,2146000 +USA,2039,6,2056000,2149000 +USA,2039,7,2058000,2150000 +USA,2039,8,2058000,2151000 +USA,2039,9,2058000,2150000 +USA,2039,10,2057000,2149000 +USA,2039,11,2056000,2148000 +USA,2039,12,2056000,2146000 +USA,2039,13,2056000,2145000 +USA,2039,14,2057000,2144000 +USA,2039,15,2059000,2144000 +USA,2039,16,2061000,2143000 +USA,2039,17,2062000,2142000 +USA,2039,18,2063000,2141000 +USA,2040,0,2027000,2122000 +USA,2040,1,2036000,2130000 +USA,2040,2,2042000,2136000 +USA,2040,3,2047000,2141000 +USA,2040,4,2051000,2144000 +USA,2040,5,2054000,2147000 +USA,2040,6,2055000,2149000 +USA,2040,7,2056000,2150000 +USA,2040,8,2057000,2150000 +USA,2040,9,2057000,2150000 +USA,2040,10,2057000,2150000 +USA,2040,11,2057000,2149000 +USA,2040,12,2057000,2148000 +USA,2040,13,2058000,2148000 +USA,2040,14,2060000,2148000 +USA,2040,15,2063000,2149000 +USA,2040,16,2067000,2151000 +USA,2040,17,2071000,2153000 +USA,2040,18,2075000,2154000 +USA,2041,0,2027000,2121000 +USA,2041,1,2033000,2127000 +USA,2041,2,2040000,2134000 +USA,2041,3,2046000,2139000 +USA,2041,4,2050000,2143000 +USA,2041,5,2053000,2146000 +USA,2041,6,2056000,2149000 +USA,2041,7,2057000,2150000 +USA,2041,8,2059000,2152000 +USA,2041,9,2061000,2153000 +USA,2041,10,2063000,2155000 +USA,2041,11,2065000,2157000 +USA,2041,12,2067000,2158000 +USA,2041,13,2070000,2160000 +USA,2041,14,2074000,2162000 +USA,2041,15,2078000,2164000 +USA,2041,16,2083000,2167000 +USA,2041,17,2089000,2171000 +USA,2041,18,2095000,2174000 +USA,2042,0,2024000,2118000 +USA,2042,1,2033000,2127000 +USA,2042,2,2038000,2131000 +USA,2042,3,2044000,2137000 +USA,2042,4,2049000,2142000 +USA,2042,5,2052000,2145000 +USA,2042,6,2055000,2148000 +USA,2042,7,2057000,2150000 +USA,2042,8,2058000,2151000 +USA,2042,9,2061000,2153000 +USA,2042,10,2064000,2156000 +USA,2042,11,2069000,2160000 +USA,2042,12,2073000,2164000 +USA,2042,13,2078000,2167000 +USA,2042,14,2083000,2171000 +USA,2042,15,2089000,2175000 +USA,2042,16,2095000,2179000 +USA,2042,17,2102000,2184000 +USA,2042,18,2111000,2190000 +USA,2043,0,2021000,2115000 +USA,2043,1,2031000,2125000 +USA,2043,2,2039000,2132000 +USA,2043,3,2043000,2136000 +USA,2043,4,2047000,2140000 +USA,2043,5,2051000,2144000 +USA,2043,6,2054000,2147000 +USA,2043,7,2056000,2149000 +USA,2043,8,2058000,2151000 +USA,2043,9,2059000,2152000 +USA,2043,10,2062000,2154000 +USA,2043,11,2067000,2159000 +USA,2043,12,2074000,2165000 +USA,2043,13,2081000,2171000 +USA,2043,14,2088000,2176000 +USA,2043,15,2095000,2182000 +USA,2043,16,2103000,2188000 +USA,2043,17,2112000,2194000 +USA,2043,18,2121000,2201000 +USA,2044,0,2018000,2112000 +USA,2044,1,2029000,2122000 +USA,2044,2,2037000,2131000 +USA,2044,3,2044000,2137000 +USA,2044,4,2047000,2140000 +USA,2044,5,2050000,2143000 +USA,2044,6,2053000,2146000 +USA,2044,7,2055000,2148000 +USA,2044,8,2057000,2150000 +USA,2044,9,2058000,2152000 +USA,2044,10,2059000,2152000 +USA,2044,11,2063000,2155000 +USA,2044,12,2070000,2161000 +USA,2044,13,2079000,2169000 +USA,2044,14,2088000,2177000 +USA,2044,15,2097000,2185000 +USA,2044,16,2107000,2193000 +USA,2044,17,2118000,2201000 +USA,2044,18,2128000,2209000 +USA,2045,0,2015000,2109000 +USA,2045,1,2026000,2120000 +USA,2045,2,2035000,2128000 +USA,2045,3,2042000,2135000 +USA,2045,4,2046000,2140000 +USA,2045,5,2050000,2143000 +USA,2045,6,2052000,2146000 +USA,2045,7,2054000,2148000 +USA,2045,8,2055000,2149000 +USA,2045,9,2057000,2150000 +USA,2045,10,2058000,2152000 +USA,2045,11,2059000,2152000 +USA,2045,12,2063000,2156000 +USA,2045,13,2071000,2163000 +USA,2045,14,2083000,2173000 +USA,2045,15,2095000,2183000 +USA,2045,16,2106000,2193000 +USA,2045,17,2118000,2203000 +USA,2045,18,2131000,2213000 +USA,2046,0,2016000,2110000 +USA,2046,1,2022000,2115000 +USA,2046,2,2031000,2124000 +USA,2046,3,2038000,2131000 +USA,2046,4,2044000,2137000 +USA,2046,5,2048000,2141000 +USA,2046,6,2051000,2145000 +USA,2046,7,2054000,2147000 +USA,2046,8,2056000,2150000 +USA,2046,9,2060000,2153000 +USA,2046,10,2063000,2156000 +USA,2046,11,2067000,2159000 +USA,2046,12,2070000,2162000 +USA,2046,13,2076000,2167000 +USA,2046,14,2087000,2177000 +USA,2046,15,2101000,2189000 +USA,2046,16,2114000,2201000 +USA,2046,17,2128000,2212000 +USA,2046,18,2142000,2224000 +USA,2047,0,2017000,2111000 +USA,2047,1,2027000,2121000 +USA,2047,2,2028000,2121000 +USA,2047,3,2035000,2128000 +USA,2047,4,2041000,2134000 +USA,2047,5,2046000,2139000 +USA,2047,6,2049000,2142000 +USA,2047,7,2053000,2146000 +USA,2047,8,2055000,2148000 +USA,2047,9,2059000,2152000 +USA,2047,10,2063000,2156000 +USA,2047,11,2069000,2161000 +USA,2047,12,2075000,2166000 +USA,2047,13,2081000,2171000 +USA,2047,14,2089000,2179000 +USA,2047,15,2102000,2190000 +USA,2047,16,2118000,2205000 +USA,2047,17,2134000,2218000 +USA,2047,18,2150000,2232000 +USA,2048,0,2019000,2113000 +USA,2048,1,2028000,2121000 +USA,2048,2,2035000,2128000 +USA,2048,3,2033000,2127000 +USA,2048,4,2039000,2132000 +USA,2048,5,2043000,2136000 +USA,2048,6,2047000,2140000 +USA,2048,7,2050000,2143000 +USA,2048,8,2053000,2146000 +USA,2048,9,2056000,2149000 +USA,2048,10,2060000,2153000 +USA,2048,11,2067000,2159000 +USA,2048,12,2075000,2166000 +USA,2048,13,2083000,2173000 +USA,2048,14,2091000,2180000 +USA,2048,15,2102000,2190000 +USA,2048,16,2117000,2204000 +USA,2048,17,2135000,2220000 +USA,2048,18,2153000,2235000 +USA,2049,0,2022000,2116000 +USA,2049,1,2029000,2123000 +USA,2049,2,2035000,2128000 +USA,2049,3,2039000,2132000 +USA,2049,4,2038000,2132000 +USA,2049,5,2042000,2135000 +USA,2049,6,2045000,2138000 +USA,2049,7,2048000,2141000 +USA,2049,8,2050000,2144000 +USA,2049,9,2053000,2146000 +USA,2049,10,2056000,2149000 +USA,2049,11,2061000,2154000 +USA,2049,12,2069000,2161000 +USA,2049,13,2080000,2170000 +USA,2049,14,2090000,2180000 +USA,2049,15,2100000,2189000 +USA,2049,16,2114000,2200000 +USA,2049,17,2131000,2216000 +USA,2049,18,2152000,2234000 +USA,2050,0,2025000,2119000 +USA,2050,1,2031000,2125000 +USA,2050,2,2035000,2129000 +USA,2050,3,2039000,2132000 +USA,2050,4,2041000,2134000 +USA,2050,5,2043000,2136000 +USA,2050,6,2044000,2138000 +USA,2050,7,2046000,2139000 +USA,2050,8,2047000,2141000 +USA,2050,9,2050000,2143000 +USA,2050,10,2052000,2146000 +USA,2050,11,2056000,2149000 +USA,2050,12,2061000,2155000 +USA,2050,13,2071000,2163000 +USA,2050,14,2084000,2174000 +USA,2050,15,2096000,2185000 +USA,2050,16,2109000,2196000 +USA,2050,17,2125000,2210000 +USA,2050,18,2145000,2228000 +UZB,1990,0,333576,348279 +UZB,1990,1,324519,336883 +UZB,1990,2,315385,325900 +UZB,1990,3,306225,315326 +UZB,1990,4,297092,305158 +UZB,1990,5,288039,295391 +UZB,1990,6,279118,286022 +UZB,1990,7,270381,277048 +UZB,1990,8,261880,268464 +UZB,1990,9,253668,260267 +UZB,1990,10,245669,252393 +UZB,1990,11,237808,244777 +UZB,1990,12,230776,237718 +UZB,1990,13,224881,231336 +UZB,1990,14,219791,225443 +UZB,1990,15,215043,219936 +UZB,1990,16,210937,215075 +UZB,1990,17,206280,209537 +UZB,1990,18,200497,202728 +UZB,1991,0,332990,349695 +UZB,1991,1,331016,345189 +UZB,1991,2,322963,334990 +UZB,1991,3,314526,324834 +UZB,1991,4,305799,314772 +UZB,1991,5,296880,304854 +UZB,1991,6,287830,295086 +UZB,1991,7,278713,285476 +UZB,1991,8,269789,276285 +UZB,1991,9,261216,267651 +UZB,1991,10,252995,259493 +UZB,1991,11,244888,251536 +UZB,1991,12,236855,243761 +UZB,1991,13,229673,236563 +UZB,1991,14,223678,230086 +UZB,1991,15,218524,224131 +UZB,1991,16,213700,218548 +UZB,1991,17,209512,213602 +UZB,1991,18,204806,208010 +UZB,1992,0,330218,349404 +UZB,1992,1,327533,343604 +UZB,1992,2,328696,342469 +UZB,1992,3,321642,333453 +UZB,1992,4,313895,324114 +UZB,1992,5,305595,314553 +UZB,1992,6,296882,304875 +UZB,1992,7,287829,295095 +UZB,1992,8,278511,285233 +UZB,1992,9,269392,275817 +UZB,1992,10,260742,267122 +UZB,1992,11,252506,258995 +UZB,1992,12,244285,250947 +UZB,1992,13,236074,243006 +UZB,1992,14,228737,235660 +UZB,1992,15,222638,229082 +UZB,1992,16,217416,223058 +UZB,1992,17,212513,217393 +UZB,1992,18,208240,212357 +UZB,1993,0,325180,346660 +UZB,1993,1,326225,344421 +UZB,1993,2,325252,340684 +UZB,1993,3,326477,339875 +UZB,1993,4,320418,332041 +UZB,1993,5,313359,323515 +UZB,1993,6,305484,314452 +UZB,1993,7,296975,305010 +UZB,1993,8,287916,295215 +UZB,1993,9,278393,285097 +UZB,1993,10,269077,275452 +UZB,1993,11,260348,266694 +UZB,1993,12,252094,258594 +UZB,1993,13,243756,250452 +UZB,1993,14,235364,242341 +UZB,1993,15,227870,234845 +UZB,1993,16,221665,228164 +UZB,1993,17,216374,222068 +UZB,1993,18,211391,216319 +UZB,1994,0,317933,340670 +UZB,1994,1,322654,342305 +UZB,1994,2,324800,341774 +UZB,1994,3,324625,339301 +UZB,1994,4,324272,337235 +UZB,1994,5,319209,330585 +UZB,1994,6,312838,322873 +UZB,1994,7,305387,314310 +UZB,1994,8,297081,305105 +UZB,1994,9,288016,295297 +UZB,1994,10,278288,284924 +UZB,1994,11,268775,275051 +UZB,1994,12,259965,266230 +UZB,1994,13,251693,258158 +UZB,1994,14,243239,249924 +UZB,1994,15,234666,241644 +UZB,1994,16,227013,233999 +UZB,1994,17,220703,227215 +UZB,1994,18,215342,221048 +UZB,1995,0,308747,331171 +UZB,1995,1,316803,336803 +UZB,1995,2,321895,339690 +UZB,1995,3,324292,340094 +UZB,1995,4,324265,338279 +UZB,1995,5,322084,334507 +UZB,1995,6,318017,329043 +UZB,1995,7,312335,322148 +UZB,1995,8,305308,314087 +UZB,1995,9,297205,305122 +UZB,1995,10,288133,295302 +UZB,1995,11,278199,284677 +UZB,1995,12,268488,274579 +UZB,1995,13,259598,265698 +UZB,1995,14,251307,257656 +UZB,1995,15,242735,249332 +UZB,1995,16,233980,240885 +UZB,1995,17,226169,233092 +UZB,1995,18,219753,226207 +UZB,1996,0,297387,317845 +UZB,1996,1,308419,330109 +UZB,1996,2,315983,335694 +UZB,1996,3,320822,338618 +UZB,1996,4,323161,339122 +UZB,1996,5,323224,337449 +UZB,1996,6,321287,333869 +UZB,1996,7,317626,328654 +UZB,1996,8,312210,321896 +UZB,1996,9,305162,313774 +UZB,1996,10,296860,304622 +UZB,1996,11,287669,294646 +UZB,1996,12,277652,283872 +UZB,1996,13,267855,273617 +UZB,1996,14,258884,264584 +UZB,1996,15,250521,256399 +UZB,1996,16,241872,247926 +UZB,1996,17,233032,239321 +UZB,1996,18,225181,231432 +UZB,1997,0,284667,301703 +UZB,1997,1,298195,315783 +UZB,1997,2,308233,329212 +UZB,1997,3,315309,334753 +UZB,1997,4,319898,337715 +UZB,1997,5,322179,338320 +UZB,1997,6,322331,336788 +UZB,1997,7,320638,333397 +UZB,1997,8,317381,328430 +UZB,1997,9,312229,321804 +UZB,1997,10,305157,313619 +UZB,1997,11,296651,304275 +UZB,1997,12,287338,294138 +UZB,1997,13,277232,283208 +UZB,1997,14,267344,272792 +UZB,1997,15,258289,263603 +UZB,1997,16,249850,255269 +UZB,1997,17,241120,246643 +UZB,1997,18,232192,237876 +UZB,1998,0,271793,284779 +UZB,1998,1,287087,302435 +UZB,1998,2,299328,316210 +UZB,1998,3,308118,328363 +UZB,1998,4,314707,333859 +UZB,1998,5,319046,336861 +UZB,1998,6,321270,337566 +UZB,1998,7,321512,336174 +UZB,1998,8,320063,332974 +UZB,1998,9,317209,328252 +UZB,1998,10,312319,321758 +UZB,1998,11,305221,313508 +UZB,1998,12,296510,303972 +UZB,1998,13,287073,293671 +UZB,1998,14,276876,282585 +UZB,1998,15,266895,272006 +UZB,1998,16,257754,262658 +UZB,1998,17,249237,254176 +UZB,1998,18,240424,245395 +UZB,1999,0,260320,269823 +UZB,1999,1,276239,289444 +UZB,1999,2,289506,305343 +UZB,1999,3,300253,317764 +UZB,1999,4,307964,327396 +UZB,1999,5,314065,332846 +UZB,1999,6,318154,335886 +UZB,1999,7,320320,336692 +UZB,1999,8,320652,335442 +UZB,1999,9,319447,332431 +UZB,1999,10,316997,327959 +UZB,1999,11,312370,321598 +UZB,1999,12,305247,313286 +UZB,1999,13,296331,303560 +UZB,1999,14,286771,293100 +UZB,1999,15,276485,281862 +UZB,1999,16,266412,271123 +UZB,1999,17,257186,261621 +UZB,1999,18,248591,252992 +UZB,2000,0,251461,258930 +UZB,2000,1,266618,278285 +UZB,2000,2,279775,294539 +UZB,2000,3,290979,307847 +UZB,2000,4,300274,318365 +UZB,2000,5,307705,326247 +UZB,2000,6,313316,331648 +UZB,2000,7,317153,334725 +UZB,2000,8,319261,335631 +UZB,2000,9,319683,334522 +UZB,2000,10,318722,331704 +UZB,2000,11,316677,327482 +UZB,2000,12,312315,321259 +UZB,2000,13,305169,312889 +UZB,2000,14,296052,302980 +UZB,2000,15,286371,292366 +UZB,2000,16,275999,280981 +UZB,2000,17,265838,270089 +UZB,2000,18,256530,260437 +UZB,2001,0,245735,253171 +UZB,2001,1,253125,261440 +UZB,2001,2,266754,278585 +UZB,2001,3,278994,293506 +UZB,2001,4,289784,306205 +UZB,2001,5,299063,316686 +UZB,2001,6,306879,325110 +UZB,2001,7,313284,331639 +UZB,2001,8,317662,335476 +UZB,2001,9,319731,336303 +UZB,2001,10,319763,334603 +UZB,2001,11,318614,331487 +UZB,2001,12,316477,327105 +UZB,2001,13,312022,320716 +UZB,2001,14,304790,312184 +UZB,2001,15,295593,302119 +UZB,2001,16,285831,291347 +UZB,2001,17,275377,279803 +UZB,2001,18,265155,268790 +UZB,2002,0,242577,251363 +UZB,2002,1,252098,263240 +UZB,2002,2,254563,263599 +UZB,2002,3,266652,278509 +UZB,2002,4,277964,292076 +UZB,2002,5,288330,304149 +UZB,2002,6,297583,314579 +UZB,2002,7,305779,323533 +UZB,2002,8,312972,331182 +UZB,2002,9,317888,335775 +UZB,2002,10,319917,336522 +UZB,2002,11,319556,334232 +UZB,2002,12,318220,330821 +UZB,2002,13,315994,326286 +UZB,2002,14,311450,319740 +UZB,2002,15,304138,311057 +UZB,2002,16,294870,300850 +UZB,2002,17,285034,289934 +UZB,2002,18,274507,278246 +UZB,2003,0,242623,253679 +UZB,2003,1,247716,259325 +UZB,2003,2,254055,266300 +UZB,2003,3,255924,265635 +UZB,2003,4,266471,278305 +UZB,2003,5,276850,290513 +UZB,2003,6,286789,301955 +UZB,2003,7,296015,312328 +UZB,2003,8,304587,321809 +UZB,2003,9,312566,330573 +UZB,2003,10,318017,335919 +UZB,2003,11,320006,336586 +UZB,2003,12,319254,333708 +UZB,2003,13,317732,330004 +UZB,2003,14,315416,325318 +UZB,2003,15,310784,318617 +UZB,2003,16,303395,309788 +UZB,2003,17,294058,299443 +UZB,2003,18,284152,288389 +UZB,2004,0,246455,259963 +UZB,2004,1,246562,258921 +UZB,2004,2,249103,260872 +UZB,2004,3,253675,265322 +UZB,2004,4,257334,267770 +UZB,2004,5,266341,278208 +UZB,2004,6,275791,289062 +UZB,2004,7,285305,299879 +UZB,2004,8,294506,310200 +UZB,2004,9,303456,320210 +UZB,2004,10,312221,330091 +UZB,2004,11,318209,336192 +UZB,2004,12,320157,336778 +UZB,2004,13,319014,333312 +UZB,2004,14,317306,329315 +UZB,2004,15,314900,324475 +UZB,2004,16,310180,317618 +UZB,2004,17,302712,308639 +UZB,2004,18,293305,298153 +UZB,2005,0,254214,269778 +UZB,2005,1,249156,262372 +UZB,2005,2,247573,259307 +UZB,2005,3,248979,259975 +UZB,2005,4,252892,263766 +UZB,2005,5,258825,270072 +UZB,2005,6,266296,278284 +UZB,2005,7,274820,287793 +UZB,2005,8,283913,297990 +UZB,2005,9,293091,308266 +UZB,2005,10,302422,318811 +UZB,2005,11,311976,329815 +UZB,2005,12,318502,336674 +UZB,2005,13,320410,337181 +UZB,2005,14,318876,333124 +UZB,2005,15,316980,328831 +UZB,2005,16,314485,323836 +UZB,2005,17,309674,316818 +UZB,2005,18,302125,307683 +UZB,2006,0,266394,283261 +UZB,2006,1,253467,268338 +UZB,2006,2,248747,261642 +UZB,2006,3,247396,259048 +UZB,2006,4,248944,259982 +UZB,2006,5,252922,263873 +UZB,2006,6,258850,270116 +UZB,2006,7,266244,278106 +UZB,2006,8,274701,287433 +UZB,2006,9,283777,297590 +UZB,2006,10,292965,307907 +UZB,2006,11,302270,318414 +UZB,2006,12,311778,329335 +UZB,2006,13,318259,336114 +UZB,2006,14,320128,336552 +UZB,2006,15,318559,332435 +UZB,2006,16,316626,328079 +UZB,2006,17,314091,323017 +UZB,2006,18,309252,315950 +UZB,2007,0,282266,300082 +UZB,2007,1,266231,281016 +UZB,2007,2,252623,266873 +UZB,2007,3,248244,260887 +UZB,2007,4,247125,258763 +UZB,2007,5,248813,259964 +UZB,2007,6,252857,263954 +UZB,2007,7,258775,270133 +UZB,2007,8,266091,277901 +UZB,2007,9,274478,287046 +UZB,2007,10,283533,297162 +UZB,2007,11,292727,307518 +UZB,2007,12,302004,317986 +UZB,2007,13,311461,328822 +UZB,2007,14,317893,335520 +UZB,2007,15,319723,335890 +UZB,2007,16,318120,331713 +UZB,2007,17,316151,327294 +UZB,2007,18,313578,322166 +UZB,2008,0,299413,317834 +UZB,2008,1,278580,294245 +UZB,2008,2,263318,276952 +UZB,2008,3,251760,265442 +UZB,2008,4,247720,260166 +UZB,2008,5,246834,258511 +UZB,2008,6,248663,259978 +UZB,2008,7,252771,264068 +UZB,2008,8,258680,270184 +UZB,2008,9,265916,277731 +UZB,2008,10,274232,286694 +UZB,2008,11,283266,296771 +UZB,2008,12,292465,307169 +UZB,2008,13,301712,317598 +UZB,2008,14,311119,328352 +UZB,2008,15,317503,334969 +UZB,2008,16,319292,335270 +UZB,2008,17,317656,331034 +UZB,2008,18,315650,326551 +UZB,2009,0,314596,333339 +UZB,2009,1,290813,307256 +UZB,2009,2,272586,287233 +UZB,2009,3,259404,272712 +UZB,2009,4,250976,264116 +UZB,2009,5,247274,259548 +UZB,2009,6,246620,258362 +UZB,2009,7,248591,260096 +UZB,2009,8,252764,264287 +UZB,2009,9,258666,270343 +UZB,2009,10,265825,277671 +UZB,2009,11,274072,286457 +UZB,2009,12,283088,296497 +UZB,2009,13,292296,306941 +UZB,2009,14,301516,317336 +UZB,2009,15,310875,328011 +UZB,2009,16,317212,334551 +UZB,2009,17,318962,334783 +UZB,2009,18,317291,330486 +UZB,2010,0,325494,344343 +UZB,2010,1,301315,318353 +UZB,2010,2,282113,297640 +UZB,2010,3,267481,281780 +UZB,2010,4,257012,270346 +UZB,2010,5,250298,262911 +UZB,2010,6,246934,259048 +UZB,2010,7,246512,258330 +UZB,2010,8,248624,260332 +UZB,2010,9,252865,264627 +UZB,2010,10,258763,270625 +UZB,2010,11,265847,277738 +UZB,2010,12,274030,286350 +UZB,2010,13,283030,296360 +UZB,2010,14,292250,306853 +UZB,2010,15,301448,317219 +UZB,2010,16,310763,327821 +UZB,2010,17,317057,334286 +UZB,2010,18,318767,334450 +UZB,2011,0,330212,348659 +UZB,2011,1,320838,339173 +UZB,2011,2,299689,316453 +UZB,2011,3,282404,297817 +UZB,2011,4,268758,283034 +UZB,2011,5,258528,271873 +UZB,2011,6,251310,263911 +UZB,2011,7,246699,258725 +UZB,2011,8,245374,257045 +UZB,2011,9,247475,259026 +UZB,2011,10,252235,263859 +UZB,2011,11,258281,269997 +UZB,2011,12,265324,277046 +UZB,2011,13,273462,285588 +UZB,2011,14,282417,295525 +UZB,2011,15,291594,305947 +UZB,2011,16,300746,316239 +UZB,2011,17,310013,326763 +UZB,2011,18,316271,333170 +UZB,2012,0,330520,348320 +UZB,2012,1,314350,331503 +UZB,2012,2,316652,334568 +UZB,2012,3,298499,315077 +UZB,2012,4,283103,298484 +UZB,2012,5,270423,284752 +UZB,2012,6,260418,273846 +UZB,2012,7,252685,265345 +UZB,2012,8,246821,258828 +UZB,2012,9,244594,256184 +UZB,2012,10,246687,258147 +UZB,2012,11,251972,263526 +UZB,2012,12,258174,269813 +UZB,2012,13,265186,276810 +UZB,2012,14,273291,285296 +UZB,2012,15,282215,295178 +UZB,2012,16,291361,305546 +UZB,2012,17,300480,315780 +UZB,2012,18,309713,326244 +UZB,2013,0,328002,345136 +UZB,2013,1,318511,335581 +UZB,2013,2,308881,325691 +UZB,2013,3,312662,330202 +UZB,2013,4,297496,313929 +UZB,2013,5,283982,299368 +UZB,2013,6,272260,286678 +UZB,2013,7,262474,276019 +UZB,2013,8,254221,266972 +UZB,2013,9,247100,259120 +UZB,2013,10,243968,255509 +UZB,2013,11,246053,257455 +UZB,2013,12,251868,263385 +UZB,2013,13,258230,269826 +UZB,2013,14,265216,276775 +UZB,2013,15,273293,285212 +UZB,2013,16,282191,295046 +UZB,2013,17,291312,305366 +UZB,2013,18,300404,315551 +UZB,2014,0,325190,341963 +UZB,2014,1,321945,339067 +UZB,2014,2,316778,333962 +UZB,2014,3,310087,327087 +UZB,2014,4,308591,325746 +UZB,2014,5,296419,312700 +UZB,2014,6,284792,300178 +UZB,2014,7,274033,288535 +UZB,2014,8,264468,278126 +UZB,2014,9,255696,268535 +UZB,2014,10,247318,259346 +UZB,2014,11,243281,254768 +UZB,2014,12,245358,256697 +UZB,2014,13,251701,263176 +UZB,2014,14,258222,269770 +UZB,2014,15,265180,276670 +UZB,2014,16,273227,285055 +UZB,2014,17,282097,294838 +UZB,2014,18,291191,305109 +UZB,2015,0,323974,340917 +UZB,2015,1,325240,342684 +UZB,2015,2,323403,341034 +UZB,2015,3,318972,336520 +UZB,2015,4,312454,329690 +UZB,2015,5,304356,321095 +UZB,2015,6,295187,311285 +UZB,2015,7,285453,300810 +UZB,2015,8,275663,290222 +UZB,2015,9,266324,280069 +UZB,2015,10,257038,269939 +UZB,2015,11,247407,259419 +UZB,2015,12,242466,253876 +UZB,2015,13,244534,255787 +UZB,2015,14,251403,262812 +UZB,2015,15,258080,269555 +UZB,2015,16,265005,276402 +UZB,2015,17,273019,284730 +UZB,2015,18,281855,294456 +UZB,2016,0,325551,343467 +UZB,2016,1,325331,342569 +UZB,2016,2,325519,343057 +UZB,2016,3,323022,340624 +UZB,2016,4,318278,335736 +UZB,2016,5,311722,328859 +UZB,2016,6,303864,320545 +UZB,2016,7,295213,311347 +UZB,2016,8,285844,301298 +UZB,2016,9,276046,290693 +UZB,2016,10,266474,280255 +UZB,2016,11,257095,270005 +UZB,2016,12,247437,259443 +UZB,2016,13,242472,253859 +UZB,2016,14,244521,255736 +UZB,2016,15,251374,262732 +UZB,2016,16,258032,269442 +UZB,2016,17,264938,276253 +UZB,2016,18,272936,284551 +UZB,2017,0,328717,348143 +UZB,2017,1,332527,351773 +UZB,2017,2,326527,343999 +UZB,2017,3,325636,343207 +UZB,2017,4,322481,339992 +UZB,2017,5,317425,334733 +UZB,2017,6,310835,327814 +UZB,2017,7,303221,319787 +UZB,2017,8,295094,311207 +UZB,2017,9,286093,301591 +UZB,2017,10,276292,290976 +UZB,2017,11,266493,280259 +UZB,2017,12,257025,269895 +UZB,2017,13,247346,259298 +UZB,2017,14,242358,253678 +UZB,2017,15,244386,255520 +UZB,2017,16,251220,262481 +UZB,2017,17,257857,269154 +UZB,2017,18,264739,275925 +UZB,2018,0,331888,352944 +UZB,2018,1,334968,355249 +UZB,2018,2,335346,354896 +UZB,2018,3,327594,345255 +UZB,2018,4,325625,343183 +UZB,2018,5,321811,339186 +UZB,2018,6,316447,333561 +UZB,2018,7,309825,326602 +UZB,2018,8,302458,318866 +UZB,2018,9,294857,310909 +UZB,2018,10,286228,301731 +UZB,2018,11,276428,291110 +UZB,2018,12,266405,280121 +UZB,2018,13,256853,269648 +UZB,2018,14,247156,259022 +UZB,2018,15,242148,253368 +UZB,2018,16,244155,255174 +UZB,2018,17,250966,262096 +UZB,2018,18,257578,268728 +UZB,2019,0,333000,355000 +UZB,2019,1,335000,356000 +UZB,2019,2,336000,356000 +UZB,2019,3,334000,354000 +UZB,2019,4,329000,346000 +UZB,2019,5,326000,343000 +UZB,2019,6,321000,338000 +UZB,2019,7,315000,332000 +UZB,2019,8,309000,325000 +UZB,2019,9,302000,318000 +UZB,2019,10,295000,311000 +UZB,2019,11,286000,302000 +UZB,2019,12,277000,291000 +UZB,2019,13,266000,280000 +UZB,2019,14,257000,269000 +UZB,2019,15,247000,259000 +UZB,2019,16,242000,253000 +UZB,2019,17,244000,255000 +UZB,2019,18,251000,262000 +UZB,2020,0,330000,353000 +UZB,2020,1,333000,354000 +UZB,2020,2,335000,355000 +UZB,2020,3,334000,354000 +UZB,2020,4,333000,351000 +UZB,2020,5,330000,348000 +UZB,2020,6,326000,343000 +UZB,2020,7,320000,338000 +UZB,2020,8,315000,331000 +UZB,2020,9,308000,324000 +UZB,2020,10,301000,317000 +UZB,2020,11,294000,310000 +UZB,2020,12,287000,302000 +UZB,2020,13,277000,291000 +UZB,2020,14,266000,280000 +UZB,2020,15,257000,269000 +UZB,2020,16,247000,258000 +UZB,2020,17,242000,253000 +UZB,2020,18,244000,254000 +UZB,2021,0,323000,345000 +UZB,2021,1,330000,352000 +UZB,2021,2,333000,354000 +UZB,2021,3,334000,355000 +UZB,2021,4,334000,354000 +UZB,2021,5,333000,351000 +UZB,2021,6,330000,348000 +UZB,2021,7,326000,343000 +UZB,2021,8,320000,337000 +UZB,2021,9,314000,331000 +UZB,2021,10,308000,324000 +UZB,2021,11,301000,317000 +UZB,2021,12,294000,310000 +UZB,2021,13,286000,302000 +UZB,2021,14,277000,291000 +UZB,2021,15,266000,280000 +UZB,2021,16,256000,269000 +UZB,2021,17,247000,258000 +UZB,2021,18,241000,252000 +UZB,2022,0,312000,332000 +UZB,2022,1,320000,341000 +UZB,2022,2,330000,351000 +UZB,2022,3,333000,354000 +UZB,2022,4,334000,354000 +UZB,2022,5,334000,354000 +UZB,2022,6,332000,351000 +UZB,2022,7,330000,348000 +UZB,2022,8,325000,343000 +UZB,2022,9,320000,337000 +UZB,2022,10,314000,331000 +UZB,2022,11,308000,324000 +UZB,2022,12,301000,317000 +UZB,2022,13,294000,310000 +UZB,2022,14,286000,302000 +UZB,2022,15,276000,291000 +UZB,2022,16,266000,279000 +UZB,2022,17,256000,269000 +UZB,2022,18,246000,258000 +UZB,2023,0,300000,318000 +UZB,2023,1,311000,331000 +UZB,2023,2,320000,340000 +UZB,2023,3,329000,351000 +UZB,2023,4,333000,353000 +UZB,2023,5,334000,354000 +UZB,2023,6,334000,354000 +UZB,2023,7,332000,351000 +UZB,2023,8,329000,348000 +UZB,2023,9,325000,343000 +UZB,2023,10,320000,337000 +UZB,2023,11,314000,331000 +UZB,2023,12,308000,324000 +UZB,2023,13,301000,317000 +UZB,2023,14,294000,310000 +UZB,2023,15,286000,301000 +UZB,2023,16,276000,291000 +UZB,2023,17,266000,279000 +UZB,2023,18,256000,268000 +UZB,2024,0,289000,306000 +UZB,2024,1,303000,321000 +UZB,2024,2,314000,333000 +UZB,2024,3,322000,342000 +UZB,2024,4,329000,350000 +UZB,2024,5,332000,353000 +UZB,2024,6,334000,354000 +UZB,2024,7,334000,354000 +UZB,2024,8,332000,351000 +UZB,2024,9,329000,348000 +UZB,2024,10,325000,343000 +UZB,2024,11,320000,337000 +UZB,2024,12,314000,331000 +UZB,2024,13,308000,324000 +UZB,2024,14,301000,317000 +UZB,2024,15,294000,310000 +UZB,2024,16,286000,301000 +UZB,2024,17,276000,290000 +UZB,2024,18,266000,279000 +UZB,2025,0,282000,297000 +UZB,2025,1,296000,313000 +UZB,2025,2,307000,326000 +UZB,2025,3,316000,336000 +UZB,2025,4,324000,344000 +UZB,2025,5,329000,349000 +UZB,2025,6,332000,353000 +UZB,2025,7,333000,354000 +UZB,2025,8,333000,353000 +UZB,2025,9,332000,351000 +UZB,2025,10,329000,348000 +UZB,2025,11,325000,343000 +UZB,2025,12,320000,337000 +UZB,2025,13,314000,330000 +UZB,2025,14,307000,323000 +UZB,2025,15,300000,316000 +UZB,2025,16,294000,309000 +UZB,2025,17,286000,301000 +UZB,2025,18,276000,290000 +UZB,2026,0,279000,294000 +UZB,2026,1,284000,300000 +UZB,2026,2,296000,314000 +UZB,2026,3,307000,326000 +UZB,2026,4,316000,335000 +UZB,2026,5,323000,343000 +UZB,2026,6,328000,349000 +UZB,2026,7,332000,353000 +UZB,2026,8,334000,355000 +UZB,2026,9,334000,354000 +UZB,2026,10,332000,352000 +UZB,2026,11,329000,348000 +UZB,2026,12,325000,343000 +UZB,2026,13,320000,337000 +UZB,2026,14,314000,331000 +UZB,2026,15,307000,323000 +UZB,2026,16,300000,316000 +UZB,2026,17,294000,309000 +UZB,2026,18,286000,301000 +UZB,2027,0,279000,294000 +UZB,2027,1,287000,304000 +UZB,2027,2,286000,302000 +UZB,2027,3,297000,314000 +UZB,2027,4,306000,325000 +UZB,2027,5,314000,334000 +UZB,2027,6,321000,341000 +UZB,2027,7,327000,348000 +UZB,2027,8,332000,353000 +UZB,2027,9,335000,355000 +UZB,2027,10,334000,354000 +UZB,2027,11,332000,352000 +UZB,2027,12,329000,348000 +UZB,2027,13,325000,343000 +UZB,2027,14,320000,337000 +UZB,2027,15,314000,330000 +UZB,2027,16,307000,323000 +UZB,2027,17,300000,316000 +UZB,2027,18,294000,309000 +UZB,2028,0,281000,298000 +UZB,2028,1,285000,302000 +UZB,2028,2,290000,307000 +UZB,2028,3,288000,304000 +UZB,2028,4,297000,314000 +UZB,2028,5,305000,324000 +UZB,2028,6,313000,332000 +UZB,2028,7,320000,340000 +UZB,2028,8,326000,346000 +UZB,2028,9,332000,352000 +UZB,2028,10,335000,355000 +UZB,2028,11,335000,355000 +UZB,2028,12,332000,351000 +UZB,2028,13,329000,347000 +UZB,2028,14,325000,342000 +UZB,2028,15,320000,336000 +UZB,2028,16,314000,330000 +UZB,2028,17,307000,323000 +UZB,2028,18,300000,315000 +UZB,2029,0,285000,302000 +UZB,2029,1,284000,301000 +UZB,2029,2,286000,303000 +UZB,2029,3,289000,306000 +UZB,2029,4,290000,306000 +UZB,2029,5,297000,315000 +UZB,2029,6,304000,323000 +UZB,2029,7,312000,331000 +UZB,2029,8,319000,338000 +UZB,2029,9,325000,345000 +UZB,2029,10,331000,352000 +UZB,2029,11,335000,356000 +UZB,2029,12,335000,355000 +UZB,2029,13,332000,351000 +UZB,2029,14,329000,347000 +UZB,2029,15,325000,342000 +UZB,2029,16,320000,336000 +UZB,2029,17,314000,329000 +UZB,2029,18,307000,322000 +UZB,2030,0,288000,305000 +UZB,2030,1,284000,301000 +UZB,2030,2,283000,299000 +UZB,2030,3,284000,300000 +UZB,2030,4,287000,304000 +UZB,2030,5,292000,309000 +UZB,2030,6,297000,315000 +UZB,2030,7,304000,322000 +UZB,2030,8,310000,329000 +UZB,2030,9,317000,336000 +UZB,2030,10,324000,344000 +UZB,2030,11,331000,351000 +UZB,2030,12,335000,356000 +UZB,2030,13,335000,355000 +UZB,2030,14,332000,351000 +UZB,2030,15,329000,347000 +UZB,2030,16,325000,342000 +UZB,2030,17,319000,336000 +UZB,2030,18,313000,329000 +UZB,2031,0,290000,308000 +UZB,2031,1,286000,304000 +UZB,2031,2,283000,300000 +UZB,2031,3,283000,299000 +UZB,2031,4,284000,301000 +UZB,2031,5,288000,304000 +UZB,2031,6,292000,309000 +UZB,2031,7,297000,315000 +UZB,2031,8,303000,321000 +UZB,2031,9,310000,329000 +UZB,2031,10,317000,336000 +UZB,2031,11,324000,344000 +UZB,2031,12,331000,351000 +UZB,2031,13,335000,356000 +UZB,2031,14,335000,355000 +UZB,2031,15,332000,351000 +UZB,2031,16,328000,346000 +UZB,2031,17,324000,341000 +UZB,2031,18,319000,335000 +UZB,2032,0,292000,310000 +UZB,2032,1,285000,302000 +UZB,2032,2,285000,302000 +UZB,2032,3,283000,300000 +UZB,2032,4,283000,300000 +UZB,2032,5,285000,301000 +UZB,2032,6,288000,305000 +UZB,2032,7,292000,309000 +UZB,2032,8,297000,315000 +UZB,2032,9,303000,321000 +UZB,2032,10,310000,328000 +UZB,2032,11,317000,336000 +UZB,2032,12,324000,343000 +UZB,2032,13,331000,351000 +UZB,2032,14,335000,355000 +UZB,2032,15,335000,355000 +UZB,2032,16,332000,350000 +UZB,2032,17,328000,346000 +UZB,2032,18,324000,341000 +UZB,2033,0,294000,311000 +UZB,2033,1,287000,304000 +UZB,2033,2,282000,299000 +UZB,2033,3,284000,300000 +UZB,2033,4,283000,299000 +UZB,2033,5,283000,300000 +UZB,2033,6,285000,302000 +UZB,2033,7,289000,305000 +UZB,2033,8,293000,310000 +UZB,2033,9,297000,315000 +UZB,2033,10,303000,321000 +UZB,2033,11,310000,328000 +UZB,2033,12,317000,336000 +UZB,2033,13,324000,343000 +UZB,2033,14,331000,351000 +UZB,2033,15,335000,355000 +UZB,2033,16,335000,354000 +UZB,2033,17,331000,350000 +UZB,2033,18,328000,346000 +UZB,2034,0,295000,313000 +UZB,2034,1,288000,305000 +UZB,2034,2,284000,300000 +UZB,2034,3,281000,298000 +UZB,2034,4,282000,299000 +UZB,2034,5,282000,299000 +UZB,2034,6,283000,300000 +UZB,2034,7,286000,302000 +UZB,2034,8,289000,306000 +UZB,2034,9,293000,310000 +UZB,2034,10,297000,315000 +UZB,2034,11,303000,320000 +UZB,2034,12,309000,328000 +UZB,2034,13,317000,336000 +UZB,2034,14,324000,343000 +UZB,2034,15,331000,351000 +UZB,2034,16,335000,355000 +UZB,2034,17,335000,354000 +UZB,2034,18,331000,350000 +UZB,2035,0,297000,314000 +UZB,2035,1,290000,307000 +UZB,2035,2,286000,303000 +UZB,2035,3,283000,299000 +UZB,2035,4,281000,298000 +UZB,2035,5,281000,297000 +UZB,2035,6,282000,298000 +UZB,2035,7,283000,300000 +UZB,2035,8,286000,303000 +UZB,2035,9,289000,306000 +UZB,2035,10,293000,311000 +UZB,2035,11,297000,315000 +UZB,2035,12,302000,320000 +UZB,2035,13,309000,327000 +UZB,2035,14,316000,335000 +UZB,2035,15,323000,343000 +UZB,2035,16,330000,350000 +UZB,2035,17,334000,355000 +UZB,2035,18,334000,354000 +UZB,2036,0,298000,316000 +UZB,2036,1,295000,313000 +UZB,2036,2,290000,307000 +UZB,2036,3,286000,303000 +UZB,2036,4,283000,300000 +UZB,2036,5,282000,298000 +UZB,2036,6,281000,297000 +UZB,2036,7,282000,298000 +UZB,2036,8,283000,300000 +UZB,2036,9,286000,302000 +UZB,2036,10,289000,306000 +UZB,2036,11,293000,310000 +UZB,2036,12,297000,314000 +UZB,2036,13,302000,320000 +UZB,2036,14,309000,327000 +UZB,2036,15,316000,335000 +UZB,2036,16,323000,343000 +UZB,2036,17,330000,350000 +UZB,2036,18,334000,354000 +UZB,2037,0,300000,317000 +UZB,2037,1,295000,312000 +UZB,2037,2,294000,311000 +UZB,2037,3,290000,307000 +UZB,2037,4,286000,303000 +UZB,2037,5,284000,300000 +UZB,2037,6,282000,298000 +UZB,2037,7,282000,298000 +UZB,2037,8,282000,298000 +UZB,2037,9,283000,299000 +UZB,2037,10,286000,302000 +UZB,2037,11,289000,306000 +UZB,2037,12,293000,310000 +UZB,2037,13,297000,314000 +UZB,2037,14,302000,320000 +UZB,2037,15,309000,327000 +UZB,2037,16,316000,335000 +UZB,2037,17,323000,342000 +UZB,2037,18,330000,350000 +UZB,2038,0,300000,318000 +UZB,2038,1,297000,314000 +UZB,2038,2,293000,310000 +UZB,2038,3,293000,310000 +UZB,2038,4,289000,306000 +UZB,2038,5,286000,303000 +UZB,2038,6,284000,300000 +UZB,2038,7,283000,299000 +UZB,2038,8,282000,298000 +UZB,2038,9,282000,298000 +UZB,2038,10,283000,299000 +UZB,2038,11,285000,302000 +UZB,2038,12,289000,306000 +UZB,2038,13,293000,310000 +UZB,2038,14,297000,314000 +UZB,2038,15,302000,320000 +UZB,2038,16,309000,327000 +UZB,2038,17,316000,335000 +UZB,2038,18,323000,342000 +UZB,2039,0,301000,318000 +UZB,2039,1,298000,316000 +UZB,2039,2,296000,313000 +UZB,2039,3,293000,310000 +UZB,2039,4,292000,309000 +UZB,2039,5,289000,306000 +UZB,2039,6,286000,303000 +UZB,2039,7,284000,301000 +UZB,2039,8,283000,299000 +UZB,2039,9,282000,298000 +UZB,2039,10,282000,298000 +UZB,2039,11,282000,299000 +UZB,2039,12,285000,302000 +UZB,2039,13,289000,306000 +UZB,2039,14,293000,310000 +UZB,2039,15,297000,314000 +UZB,2039,16,302000,319000 +UZB,2039,17,309000,326000 +UZB,2039,18,316000,334000 +UZB,2040,0,300000,318000 +UZB,2040,1,299000,316000 +UZB,2040,2,297000,314000 +UZB,2040,3,295000,312000 +UZB,2040,4,293000,310000 +UZB,2040,5,291000,307000 +UZB,2040,6,288000,305000 +UZB,2040,7,286000,303000 +UZB,2040,8,285000,301000 +UZB,2040,9,283000,300000 +UZB,2040,10,282000,299000 +UZB,2040,11,282000,298000 +UZB,2040,12,282000,298000 +UZB,2040,13,285000,301000 +UZB,2040,14,289000,306000 +UZB,2040,15,293000,310000 +UZB,2040,16,297000,314000 +UZB,2040,17,302000,319000 +UZB,2040,18,308000,326000 +UZB,2041,0,299000,317000 +UZB,2041,1,300000,318000 +UZB,2041,2,299000,316000 +UZB,2041,3,297000,314000 +UZB,2041,4,295000,312000 +UZB,2041,5,293000,310000 +UZB,2041,6,291000,307000 +UZB,2041,7,288000,305000 +UZB,2041,8,286000,303000 +UZB,2041,9,285000,301000 +UZB,2041,10,283000,300000 +UZB,2041,11,282000,299000 +UZB,2041,12,282000,298000 +UZB,2041,13,282000,298000 +UZB,2041,14,285000,301000 +UZB,2041,15,289000,305000 +UZB,2041,16,293000,310000 +UZB,2041,17,297000,313000 +UZB,2041,18,302000,319000 +UZB,2042,0,297000,315000 +UZB,2042,1,299000,316000 +UZB,2042,2,300000,317000 +UZB,2042,3,299000,316000 +UZB,2042,4,297000,314000 +UZB,2042,5,295000,312000 +UZB,2042,6,293000,310000 +UZB,2042,7,291000,307000 +UZB,2042,8,288000,305000 +UZB,2042,9,286000,303000 +UZB,2042,10,285000,301000 +UZB,2042,11,283000,300000 +UZB,2042,12,282000,298000 +UZB,2042,13,281000,298000 +UZB,2042,14,282000,298000 +UZB,2042,15,285000,301000 +UZB,2042,16,289000,305000 +UZB,2042,17,293000,309000 +UZB,2042,18,296000,313000 +UZB,2043,0,295000,312000 +UZB,2043,1,297000,315000 +UZB,2043,2,299000,316000 +UZB,2043,3,300000,317000 +UZB,2043,4,299000,316000 +UZB,2043,5,297000,314000 +UZB,2043,6,295000,312000 +UZB,2043,7,293000,310000 +UZB,2043,8,291000,307000 +UZB,2043,9,288000,305000 +UZB,2043,10,286000,303000 +UZB,2043,11,285000,301000 +UZB,2043,12,283000,299000 +UZB,2043,13,282000,298000 +UZB,2043,14,281000,297000 +UZB,2043,15,282000,298000 +UZB,2043,16,285000,301000 +UZB,2043,17,289000,305000 +UZB,2043,18,292000,309000 +UZB,2044,0,292000,309000 +UZB,2044,1,296000,313000 +UZB,2044,2,298000,315000 +UZB,2044,3,299000,316000 +UZB,2044,4,299000,316000 +UZB,2044,5,298000,315000 +UZB,2044,6,297000,314000 +UZB,2044,7,295000,312000 +UZB,2044,8,293000,310000 +UZB,2044,9,291000,307000 +UZB,2044,10,288000,305000 +UZB,2044,11,286000,303000 +UZB,2044,12,284000,301000 +UZB,2044,13,283000,299000 +UZB,2044,14,282000,298000 +UZB,2044,15,281000,297000 +UZB,2044,16,282000,298000 +UZB,2044,17,284000,300000 +UZB,2044,18,288000,304000 +UZB,2045,0,289000,306000 +UZB,2045,1,293000,310000 +UZB,2045,2,296000,313000 +UZB,2045,3,298000,315000 +UZB,2045,4,299000,316000 +UZB,2045,5,299000,316000 +UZB,2045,6,298000,315000 +UZB,2045,7,297000,314000 +UZB,2045,8,295000,312000 +UZB,2045,9,293000,309000 +UZB,2045,10,291000,307000 +UZB,2045,11,288000,305000 +UZB,2045,12,286000,302000 +UZB,2045,13,284000,300000 +UZB,2045,14,283000,299000 +UZB,2045,15,282000,298000 +UZB,2045,16,281000,297000 +UZB,2045,17,282000,297000 +UZB,2045,18,284000,300000 +UZB,2046,0,286000,302000 +UZB,2046,1,289000,306000 +UZB,2046,2,293000,310000 +UZB,2046,3,296000,313000 +UZB,2046,4,298000,315000 +UZB,2046,5,299000,316000 +UZB,2046,6,299000,316000 +UZB,2046,7,298000,315000 +UZB,2046,8,297000,314000 +UZB,2046,9,295000,312000 +UZB,2046,10,293000,310000 +UZB,2046,11,291000,307000 +UZB,2046,12,288000,305000 +UZB,2046,13,286000,302000 +UZB,2046,14,284000,300000 +UZB,2046,15,283000,299000 +UZB,2046,16,282000,298000 +UZB,2046,17,281000,297000 +UZB,2046,18,281000,297000 +UZB,2047,0,282000,299000 +UZB,2047,1,287000,304000 +UZB,2047,2,290000,307000 +UZB,2047,3,293000,310000 +UZB,2047,4,296000,313000 +UZB,2047,5,297000,315000 +UZB,2047,6,298000,315000 +UZB,2047,7,298000,315000 +UZB,2047,8,298000,315000 +UZB,2047,9,297000,314000 +UZB,2047,10,295000,312000 +UZB,2047,11,293000,309000 +UZB,2047,12,291000,307000 +UZB,2047,13,288000,304000 +UZB,2047,14,286000,302000 +UZB,2047,15,284000,300000 +UZB,2047,16,283000,299000 +UZB,2047,17,282000,297000 +UZB,2047,18,281000,296000 +UZB,2048,0,279000,295000 +UZB,2048,1,284000,300000 +UZB,2048,2,288000,305000 +UZB,2048,3,290000,307000 +UZB,2048,4,293000,310000 +UZB,2048,5,296000,313000 +UZB,2048,6,297000,314000 +UZB,2048,7,298000,315000 +UZB,2048,8,298000,315000 +UZB,2048,9,298000,315000 +UZB,2048,10,297000,314000 +UZB,2048,11,295000,312000 +UZB,2048,12,293000,309000 +UZB,2048,13,290000,307000 +UZB,2048,14,288000,304000 +UZB,2048,15,286000,302000 +UZB,2048,16,284000,300000 +UZB,2048,17,283000,298000 +UZB,2048,18,282000,297000 +UZB,2049,0,275000,291000 +UZB,2049,1,280000,297000 +UZB,2049,2,285000,301000 +UZB,2049,3,288000,305000 +UZB,2049,4,291000,307000 +UZB,2049,5,293000,310000 +UZB,2049,6,295000,312000 +UZB,2049,7,297000,314000 +UZB,2049,8,297000,314000 +UZB,2049,9,298000,315000 +UZB,2049,10,298000,315000 +UZB,2049,11,297000,314000 +UZB,2049,12,295000,312000 +UZB,2049,13,293000,309000 +UZB,2049,14,290000,307000 +UZB,2049,15,288000,304000 +UZB,2049,16,286000,302000 +UZB,2049,17,284000,300000 +UZB,2049,18,282000,298000 +UZB,2050,0,272000,288000 +UZB,2050,1,277000,293000 +UZB,2050,2,281000,298000 +UZB,2050,3,285000,301000 +UZB,2050,4,288000,305000 +UZB,2050,5,291000,308000 +UZB,2050,6,293000,310000 +UZB,2050,7,295000,312000 +UZB,2050,8,296000,313000 +UZB,2050,9,297000,314000 +UZB,2050,10,297000,314000 +UZB,2050,11,298000,315000 +UZB,2050,12,297000,314000 +UZB,2050,13,295000,312000 +UZB,2050,14,293000,309000 +UZB,2050,15,290000,306000 +UZB,2050,16,288000,304000 +UZB,2050,17,285000,301000 +UZB,2050,18,284000,299000 +VCT,1990,0,1274,1300 +VCT,1990,1,1307,1326 +VCT,1990,2,1334,1349 +VCT,1990,3,1355,1368 +VCT,1990,4,1371,1384 +VCT,1990,5,1382,1396 +VCT,1990,6,1388,1403 +VCT,1990,7,1389,1408 +VCT,1990,8,1386,1408 +VCT,1990,9,1379,1404 +VCT,1990,10,1368,1398 +VCT,1990,11,1353,1388 +VCT,1990,12,1335,1373 +VCT,1990,13,1313,1351 +VCT,1990,14,1287,1325 +VCT,1990,15,1260,1297 +VCT,1990,16,1233,1268 +VCT,1990,17,1201,1236 +VCT,1990,18,1164,1201 +VCT,1991,0,1259,1285 +VCT,1991,1,1262,1287 +VCT,1991,2,1290,1310 +VCT,1991,3,1314,1330 +VCT,1991,4,1332,1347 +VCT,1991,5,1347,1362 +VCT,1991,6,1357,1373 +VCT,1991,7,1364,1381 +VCT,1991,8,1365,1385 +VCT,1991,9,1361,1384 +VCT,1991,10,1352,1379 +VCT,1991,11,1339,1371 +VCT,1991,12,1324,1361 +VCT,1991,13,1305,1345 +VCT,1991,14,1282,1322 +VCT,1991,15,1256,1295 +VCT,1991,16,1228,1266 +VCT,1991,17,1200,1237 +VCT,1991,18,1168,1204 +VCT,1992,0,1248,1274 +VCT,1992,1,1269,1290 +VCT,1992,2,1250,1272 +VCT,1992,3,1273,1291 +VCT,1992,4,1292,1309 +VCT,1992,5,1309,1324 +VCT,1992,6,1322,1338 +VCT,1992,7,1332,1348 +VCT,1992,8,1338,1356 +VCT,1992,9,1340,1360 +VCT,1992,10,1334,1358 +VCT,1992,11,1324,1352 +VCT,1992,12,1310,1343 +VCT,1992,13,1294,1331 +VCT,1992,14,1274,1315 +VCT,1992,15,1250,1291 +VCT,1992,16,1223,1263 +VCT,1992,17,1195,1234 +VCT,1992,18,1166,1204 +VCT,1993,0,1240,1264 +VCT,1993,1,1249,1268 +VCT,1993,2,1258,1274 +VCT,1993,3,1237,1257 +VCT,1993,4,1255,1272 +VCT,1993,5,1271,1287 +VCT,1993,6,1285,1301 +VCT,1993,7,1297,1313 +VCT,1993,8,1306,1323 +VCT,1993,9,1313,1331 +VCT,1993,10,1314,1335 +VCT,1993,11,1308,1332 +VCT,1993,12,1296,1324 +VCT,1993,13,1281,1314 +VCT,1993,14,1264,1301 +VCT,1993,15,1243,1284 +VCT,1993,16,1218,1260 +VCT,1993,17,1191,1231 +VCT,1993,18,1162,1201 +VCT,1994,0,1230,1251 +VCT,1994,1,1227,1246 +VCT,1994,2,1228,1245 +VCT,1994,3,1232,1247 +VCT,1994,4,1225,1242 +VCT,1994,5,1238,1254 +VCT,1994,6,1251,1266 +VCT,1994,7,1263,1278 +VCT,1994,8,1273,1289 +VCT,1994,9,1281,1298 +VCT,1994,10,1289,1307 +VCT,1994,11,1290,1310 +VCT,1994,12,1282,1306 +VCT,1994,13,1268,1296 +VCT,1994,14,1252,1285 +VCT,1994,15,1234,1272 +VCT,1994,16,1213,1254 +VCT,1994,17,1187,1229 +VCT,1994,18,1159,1199 +VCT,1995,0,1213,1233 +VCT,1995,1,1205,1223 +VCT,1995,2,1202,1219 +VCT,1995,3,1202,1218 +VCT,1995,4,1207,1222 +VCT,1995,5,1214,1228 +VCT,1995,6,1222,1237 +VCT,1995,7,1232,1246 +VCT,1995,8,1241,1256 +VCT,1995,9,1250,1265 +VCT,1995,10,1258,1274 +VCT,1995,11,1266,1283 +VCT,1995,12,1267,1286 +VCT,1995,13,1258,1281 +VCT,1995,14,1242,1270 +VCT,1995,15,1225,1258 +VCT,1995,16,1206,1244 +VCT,1995,17,1184,1224 +VCT,1995,18,1157,1198 +VCT,1996,0,1186,1205 +VCT,1996,1,1193,1214 +VCT,1996,2,1188,1207 +VCT,1996,3,1186,1205 +VCT,1996,4,1188,1205 +VCT,1996,5,1192,1208 +VCT,1996,6,1197,1213 +VCT,1996,7,1204,1219 +VCT,1996,8,1211,1226 +VCT,1996,9,1219,1234 +VCT,1996,10,1226,1243 +VCT,1996,11,1233,1250 +VCT,1996,12,1239,1257 +VCT,1996,13,1238,1259 +VCT,1996,14,1228,1252 +VCT,1996,15,1210,1238 +VCT,1996,16,1191,1224 +VCT,1996,17,1170,1208 +VCT,1996,18,1146,1188 +VCT,1997,0,1154,1172 +VCT,1997,1,1151,1170 +VCT,1997,2,1174,1196 +VCT,1997,3,1172,1193 +VCT,1997,4,1172,1192 +VCT,1997,5,1174,1193 +VCT,1997,6,1178,1196 +VCT,1997,7,1182,1199 +VCT,1997,8,1186,1202 +VCT,1997,9,1191,1207 +VCT,1997,10,1198,1214 +VCT,1997,11,1204,1222 +VCT,1997,12,1209,1228 +VCT,1997,13,1213,1233 +VCT,1997,14,1211,1233 +VCT,1997,15,1198,1224 +VCT,1997,16,1178,1208 +VCT,1997,17,1158,1192 +VCT,1997,18,1135,1174 +VCT,1998,0,1119,1136 +VCT,1998,1,1123,1143 +VCT,1998,2,1129,1150 +VCT,1998,3,1156,1179 +VCT,1998,4,1157,1179 +VCT,1998,5,1159,1180 +VCT,1998,6,1162,1182 +VCT,1998,7,1165,1184 +VCT,1998,8,1168,1186 +VCT,1998,9,1170,1187 +VCT,1998,10,1173,1190 +VCT,1998,11,1178,1195 +VCT,1998,12,1183,1201 +VCT,1998,13,1187,1206 +VCT,1998,14,1189,1210 +VCT,1998,15,1185,1208 +VCT,1998,16,1170,1196 +VCT,1998,17,1148,1179 +VCT,1998,18,1126,1161 +VCT,1999,0,1083,1100 +VCT,1999,1,1096,1116 +VCT,1999,2,1108,1130 +VCT,1999,3,1119,1142 +VCT,1999,4,1139,1162 +VCT,1999,5,1144,1166 +VCT,1999,6,1148,1169 +VCT,1999,7,1151,1172 +VCT,1999,8,1154,1174 +VCT,1999,9,1156,1174 +VCT,1999,10,1155,1172 +VCT,1999,11,1156,1173 +VCT,1999,12,1159,1177 +VCT,1999,13,1164,1182 +VCT,1999,14,1166,1185 +VCT,1999,15,1167,1188 +VCT,1999,16,1160,1183 +VCT,1999,17,1144,1170 +VCT,1999,18,1120,1151 +VCT,2000,0,1049,1065 +VCT,2000,1,1069,1089 +VCT,2000,2,1087,1108 +VCT,2000,3,1102,1125 +VCT,2000,4,1114,1137 +VCT,2000,5,1124,1147 +VCT,2000,6,1132,1155 +VCT,2000,7,1138,1160 +VCT,2000,8,1142,1163 +VCT,2000,9,1144,1164 +VCT,2000,10,1145,1163 +VCT,2000,11,1142,1159 +VCT,2000,12,1141,1157 +VCT,2000,13,1143,1160 +VCT,2000,14,1146,1164 +VCT,2000,15,1146,1166 +VCT,2000,16,1145,1166 +VCT,2000,17,1137,1160 +VCT,2000,18,1119,1145 +VCT,2001,0,1009,1027 +VCT,2001,1,1039,1057 +VCT,2001,2,1059,1079 +VCT,2001,3,1076,1097 +VCT,2001,4,1090,1113 +VCT,2001,5,1102,1125 +VCT,2001,6,1112,1135 +VCT,2001,7,1120,1142 +VCT,2001,8,1125,1147 +VCT,2001,9,1128,1149 +VCT,2001,10,1129,1149 +VCT,2001,11,1129,1147 +VCT,2001,12,1125,1141 +VCT,2001,13,1122,1138 +VCT,2001,14,1123,1139 +VCT,2001,15,1125,1142 +VCT,2001,16,1124,1143 +VCT,2001,17,1122,1142 +VCT,2001,18,1113,1135 +VCT,2002,0,971,990 +VCT,2002,1,1003,1025 +VCT,2002,2,1032,1050 +VCT,2002,3,1050,1071 +VCT,2002,4,1067,1088 +VCT,2002,5,1080,1103 +VCT,2002,6,1092,1114 +VCT,2002,7,1102,1124 +VCT,2002,8,1109,1131 +VCT,2002,9,1115,1136 +VCT,2002,10,1117,1137 +VCT,2002,11,1117,1135 +VCT,2002,12,1115,1131 +VCT,2002,13,1110,1125 +VCT,2002,14,1106,1121 +VCT,2002,15,1105,1120 +VCT,2002,16,1106,1122 +VCT,2002,17,1104,1121 +VCT,2002,18,1101,1119 +VCT,2003,0,938,958 +VCT,2003,1,973,995 +VCT,2003,2,1003,1027 +VCT,2003,3,1025,1044 +VCT,2003,4,1043,1063 +VCT,2003,5,1058,1079 +VCT,2003,6,1072,1093 +VCT,2003,7,1083,1104 +VCT,2003,8,1092,1113 +VCT,2003,9,1100,1121 +VCT,2003,10,1105,1125 +VCT,2003,11,1106,1125 +VCT,2003,12,1105,1122 +VCT,2003,13,1101,1117 +VCT,2003,14,1095,1110 +VCT,2003,15,1091,1104 +VCT,2003,16,1089,1102 +VCT,2003,17,1088,1102 +VCT,2003,18,1085,1100 +VCT,2004,0,917,938 +VCT,2004,1,949,971 +VCT,2004,2,977,1000 +VCT,2004,3,1002,1026 +VCT,2004,4,1018,1038 +VCT,2004,5,1035,1055 +VCT,2004,6,1050,1071 +VCT,2004,7,1063,1084 +VCT,2004,8,1073,1094 +VCT,2004,9,1083,1103 +VCT,2004,10,1090,1111 +VCT,2004,11,1095,1114 +VCT,2004,12,1095,1113 +VCT,2004,13,1092,1109 +VCT,2004,14,1088,1103 +VCT,2004,15,1081,1094 +VCT,2004,16,1075,1087 +VCT,2004,17,1072,1084 +VCT,2004,18,1070,1083 +VCT,2005,0,910,931 +VCT,2005,1,933,954 +VCT,2005,2,954,975 +VCT,2005,3,974,995 +VCT,2005,4,993,1014 +VCT,2005,5,1010,1032 +VCT,2005,6,1026,1048 +VCT,2005,7,1040,1062 +VCT,2005,8,1052,1074 +VCT,2005,9,1063,1084 +VCT,2005,10,1072,1093 +VCT,2005,11,1079,1100 +VCT,2005,12,1083,1104 +VCT,2005,13,1083,1102 +VCT,2005,14,1079,1096 +VCT,2005,15,1073,1089 +VCT,2005,16,1065,1079 +VCT,2005,17,1058,1071 +VCT,2005,18,1054,1066 +VCT,2006,0,923,942 +VCT,2006,1,893,909 +VCT,2006,2,912,930 +VCT,2006,3,933,953 +VCT,2006,4,954,977 +VCT,2006,5,975,1000 +VCT,2006,6,996,1024 +VCT,2006,7,1017,1048 +VCT,2006,8,1035,1067 +VCT,2006,9,1048,1078 +VCT,2006,10,1056,1085 +VCT,2006,11,1064,1090 +VCT,2006,12,1071,1095 +VCT,2006,13,1072,1094 +VCT,2006,14,1066,1086 +VCT,2006,15,1056,1073 +VCT,2006,16,1044,1059 +VCT,2006,17,1029,1041 +VCT,2006,18,1017,1028 +VCT,2007,0,951,966 +VCT,2007,1,930,941 +VCT,2007,2,874,886 +VCT,2007,3,890,906 +VCT,2007,4,910,930 +VCT,2007,5,933,957 +VCT,2007,6,956,986 +VCT,2007,7,981,1016 +VCT,2007,8,1007,1047 +VCT,2007,9,1028,1070 +VCT,2007,10,1041,1082 +VCT,2007,11,1048,1085 +VCT,2007,12,1054,1087 +VCT,2007,13,1060,1089 +VCT,2007,14,1059,1084 +VCT,2007,15,1048,1070 +VCT,2007,16,1031,1050 +VCT,2007,17,1012,1028 +VCT,2007,18,991,1003 +VCT,2008,0,984,996 +VCT,2008,1,936,942 +VCT,2008,2,904,906 +VCT,2008,3,854,862 +VCT,2008,4,868,882 +VCT,2008,5,887,908 +VCT,2008,6,911,938 +VCT,2008,7,937,971 +VCT,2008,8,966,1007 +VCT,2008,9,996,1046 +VCT,2008,10,1021,1075 +VCT,2008,11,1034,1086 +VCT,2008,12,1039,1085 +VCT,2008,13,1044,1084 +VCT,2008,14,1050,1083 +VCT,2008,15,1046,1074 +VCT,2008,16,1030,1054 +VCT,2008,17,1006,1027 +VCT,2008,18,981,998 +VCT,2009,0,1010,1021 +VCT,2009,1,941,942 +VCT,2009,2,892,888 +VCT,2009,3,861,857 +VCT,2009,4,836,841 +VCT,2009,5,847,859 +VCT,2009,6,866,886 +VCT,2009,7,891,920 +VCT,2009,8,920,958 +VCT,2009,9,952,1000 +VCT,2009,10,987,1047 +VCT,2009,11,1015,1080 +VCT,2009,12,1029,1091 +VCT,2009,13,1032,1086 +VCT,2009,14,1036,1083 +VCT,2009,15,1040,1079 +VCT,2009,16,1034,1066 +VCT,2009,17,1013,1039 +VCT,2009,18,982,1005 +VCT,2010,0,1022,1030 +VCT,2010,1,941,937 +VCT,2010,2,883,873 +VCT,2010,3,845,835 +VCT,2010,4,825,818 +VCT,2010,5,820,820 +VCT,2010,6,829,838 +VCT,2010,7,847,867 +VCT,2010,8,873,904 +VCT,2010,9,904,947 +VCT,2010,10,940,995 +VCT,2010,11,981,1050 +VCT,2010,12,1012,1088 +VCT,2010,13,1026,1099 +VCT,2010,14,1027,1090 +VCT,2010,15,1030,1083 +VCT,2010,16,1034,1077 +VCT,2010,17,1025,1059 +VCT,2010,18,999,1027 +VCT,2011,0,1006,1013 +VCT,2011,1,976,983 +VCT,2011,2,912,912 +VCT,2011,3,867,864 +VCT,2011,4,839,838 +VCT,2011,5,826,829 +VCT,2011,6,825,836 +VCT,2011,7,833,854 +VCT,2011,8,851,882 +VCT,2011,9,875,914 +VCT,2011,10,902,950 +VCT,2011,11,934,990 +VCT,2011,12,969,1035 +VCT,2011,13,994,1064 +VCT,2011,14,1002,1068 +VCT,2011,15,997,1055 +VCT,2011,16,994,1043 +VCT,2011,17,991,1032 +VCT,2011,18,980,1013 +VCT,2012,0,977,983 +VCT,2012,1,905,899 +VCT,2012,2,933,939 +VCT,2012,3,886,889 +VCT,2012,4,855,858 +VCT,2012,5,836,843 +VCT,2012,6,829,842 +VCT,2012,7,831,853 +VCT,2012,8,841,874 +VCT,2012,9,858,899 +VCT,2012,10,879,927 +VCT,2012,11,904,955 +VCT,2012,12,931,987 +VCT,2012,13,961,1022 +VCT,2012,14,981,1043 +VCT,2012,15,982,1041 +VCT,2012,16,971,1023 +VCT,2012,17,962,1007 +VCT,2012,18,952,989 +VCT,2013,0,938,944 +VCT,2013,1,882,877 +VCT,2013,2,842,832 +VCT,2013,3,893,897 +VCT,2013,4,863,868 +VCT,2013,5,845,853 +VCT,2013,6,836,850 +VCT,2013,7,835,857 +VCT,2013,8,841,872 +VCT,2013,9,851,895 +VCT,2013,10,867,919 +VCT,2013,11,886,942 +VCT,2013,12,908,963 +VCT,2013,13,930,986 +VCT,2013,14,956,1012 +VCT,2013,15,969,1025 +VCT,2013,16,965,1016 +VCT,2013,17,948,994 +VCT,2013,18,932,972 +VCT,2014,0,896,903 +VCT,2014,1,859,855 +VCT,2014,2,833,824 +VCT,2014,3,816,807 +VCT,2014,4,854,856 +VCT,2014,5,842,848 +VCT,2014,6,836,849 +VCT,2014,7,837,858 +VCT,2014,8,842,873 +VCT,2014,9,852,893 +VCT,2014,10,863,916 +VCT,2014,11,878,939 +VCT,2014,12,895,957 +VCT,2014,13,913,971 +VCT,2014,14,931,986 +VCT,2014,15,952,1003 +VCT,2014,16,960,1007 +VCT,2014,17,949,992 +VCT,2014,18,926,965 +VCT,2015,0,856,866 +VCT,2015,1,837,836 +VCT,2015,2,824,817 +VCT,2015,3,817,808 +VCT,2015,4,814,808 +VCT,2015,5,815,815 +VCT,2015,6,820,827 +VCT,2015,7,828,845 +VCT,2015,8,838,866 +VCT,2015,9,850,888 +VCT,2015,10,863,913 +VCT,2015,11,875,938 +VCT,2015,12,889,959 +VCT,2015,13,904,972 +VCT,2015,14,919,979 +VCT,2015,15,933,986 +VCT,2015,16,948,994 +VCT,2015,17,951,989 +VCT,2015,18,934,968 +VCT,2016,0,814,832 +VCT,2016,1,847,855 +VCT,2016,2,833,832 +VCT,2016,3,824,818 +VCT,2016,4,818,811 +VCT,2016,5,815,811 +VCT,2016,6,816,817 +VCT,2016,7,819,827 +VCT,2016,8,825,842 +VCT,2016,9,835,862 +VCT,2016,10,847,886 +VCT,2016,11,860,910 +VCT,2016,12,871,935 +VCT,2016,13,885,956 +VCT,2016,14,899,968 +VCT,2016,15,914,975 +VCT,2016,16,927,981 +VCT,2016,17,942,988 +VCT,2016,18,944,983 +VCT,2017,0,774,801 +VCT,2017,1,788,801 +VCT,2017,2,839,845 +VCT,2017,3,831,829 +VCT,2017,4,825,819 +VCT,2017,5,820,815 +VCT,2017,6,818,815 +VCT,2017,7,818,820 +VCT,2017,8,819,827 +VCT,2017,9,823,840 +VCT,2017,10,833,860 +VCT,2017,11,846,884 +VCT,2017,12,858,909 +VCT,2017,13,869,933 +VCT,2017,14,882,953 +VCT,2017,15,896,965 +VCT,2017,16,910,971 +VCT,2017,17,923,977 +VCT,2017,18,937,983 +VCT,2018,0,740,776 +VCT,2018,1,767,788 +VCT,2018,2,789,797 +VCT,2018,3,832,836 +VCT,2018,4,829,827 +VCT,2018,5,826,821 +VCT,2018,6,823,819 +VCT,2018,7,822,820 +VCT,2018,8,821,823 +VCT,2018,9,819,827 +VCT,2018,10,822,838 +VCT,2018,11,831,858 +VCT,2018,12,844,883 +VCT,2018,13,857,907 +VCT,2018,14,868,932 +VCT,2018,15,880,951 +VCT,2018,16,893,963 +VCT,2018,17,907,968 +VCT,2018,18,919,973 +VCT,2019,0,700,800 +VCT,2019,1,800,800 +VCT,2019,2,800,800 +VCT,2019,3,800,800 +VCT,2019,4,800,800 +VCT,2019,5,800,800 +VCT,2019,6,800,800 +VCT,2019,7,800,800 +VCT,2019,8,800,800 +VCT,2019,9,800,800 +VCT,2019,10,800,800 +VCT,2019,11,800,800 +VCT,2019,12,800,900 +VCT,2019,13,800,900 +VCT,2019,14,900,900 +VCT,2019,15,900,900 +VCT,2019,16,900,900 +VCT,2019,17,900,1000 +VCT,2019,18,900,1000 +VCT,2020,0,700,700 +VCT,2020,1,700,800 +VCT,2020,2,800,800 +VCT,2020,3,800,800 +VCT,2020,4,800,800 +VCT,2020,5,800,800 +VCT,2020,6,800,800 +VCT,2020,7,800,800 +VCT,2020,8,800,800 +VCT,2020,9,800,800 +VCT,2020,10,800,800 +VCT,2020,11,800,800 +VCT,2020,12,800,800 +VCT,2020,13,800,900 +VCT,2020,14,800,900 +VCT,2020,15,900,900 +VCT,2020,16,900,900 +VCT,2020,17,900,900 +VCT,2020,18,900,1000 +VCT,2021,0,700,700 +VCT,2021,1,700,700 +VCT,2021,2,700,800 +VCT,2021,3,800,800 +VCT,2021,4,800,800 +VCT,2021,5,800,800 +VCT,2021,6,800,800 +VCT,2021,7,800,800 +VCT,2021,8,800,800 +VCT,2021,9,800,800 +VCT,2021,10,800,800 +VCT,2021,11,800,800 +VCT,2021,12,800,800 +VCT,2021,13,800,800 +VCT,2021,14,800,900 +VCT,2021,15,800,900 +VCT,2021,16,900,900 +VCT,2021,17,900,900 +VCT,2021,18,900,900 +VCT,2022,0,700,700 +VCT,2022,1,700,800 +VCT,2022,2,700,800 +VCT,2022,3,700,800 +VCT,2022,4,800,800 +VCT,2022,5,800,800 +VCT,2022,6,800,800 +VCT,2022,7,800,800 +VCT,2022,8,800,800 +VCT,2022,9,800,800 +VCT,2022,10,800,800 +VCT,2022,11,800,800 +VCT,2022,12,800,800 +VCT,2022,13,800,800 +VCT,2022,14,800,800 +VCT,2022,15,800,800 +VCT,2022,16,800,900 +VCT,2022,17,800,900 +VCT,2022,18,900,900 +VCT,2023,0,700,700 +VCT,2023,1,700,800 +VCT,2023,2,700,800 +VCT,2023,3,700,800 +VCT,2023,4,700,800 +VCT,2023,5,800,800 +VCT,2023,6,800,800 +VCT,2023,7,800,800 +VCT,2023,8,800,800 +VCT,2023,9,800,800 +VCT,2023,10,800,800 +VCT,2023,11,800,800 +VCT,2023,12,800,800 +VCT,2023,13,800,800 +VCT,2023,14,800,800 +VCT,2023,15,800,800 +VCT,2023,16,800,800 +VCT,2023,17,800,900 +VCT,2023,18,800,900 +VCT,2024,0,700,800 +VCT,2024,1,700,800 +VCT,2024,2,700,800 +VCT,2024,3,700,800 +VCT,2024,4,700,800 +VCT,2024,5,700,800 +VCT,2024,6,800,800 +VCT,2024,7,800,800 +VCT,2024,8,800,800 +VCT,2024,9,800,800 +VCT,2024,10,800,800 +VCT,2024,11,800,800 +VCT,2024,12,800,800 +VCT,2024,13,800,800 +VCT,2024,14,800,800 +VCT,2024,15,800,800 +VCT,2024,16,800,800 +VCT,2024,17,800,800 +VCT,2024,18,800,900 +VCT,2025,0,800,800 +VCT,2025,1,700,800 +VCT,2025,2,700,700 +VCT,2025,3,700,800 +VCT,2025,4,700,800 +VCT,2025,5,700,800 +VCT,2025,6,700,800 +VCT,2025,7,800,800 +VCT,2025,8,800,800 +VCT,2025,9,800,800 +VCT,2025,10,800,800 +VCT,2025,11,800,800 +VCT,2025,12,800,800 +VCT,2025,13,800,800 +VCT,2025,14,800,800 +VCT,2025,15,800,800 +VCT,2025,16,800,800 +VCT,2025,17,800,800 +VCT,2025,18,800,800 +VCT,2026,0,700,700 +VCT,2026,1,700,800 +VCT,2026,2,700,700 +VCT,2026,3,700,700 +VCT,2026,4,700,800 +VCT,2026,5,700,800 +VCT,2026,6,700,800 +VCT,2026,7,700,800 +VCT,2026,8,800,800 +VCT,2026,9,800,800 +VCT,2026,10,800,800 +VCT,2026,11,800,800 +VCT,2026,12,800,800 +VCT,2026,13,800,800 +VCT,2026,14,800,800 +VCT,2026,15,800,800 +VCT,2026,16,800,800 +VCT,2026,17,800,800 +VCT,2026,18,800,800 +VCT,2027,0,700,700 +VCT,2027,1,700,700 +VCT,2027,2,700,700 +VCT,2027,3,700,700 +VCT,2027,4,700,700 +VCT,2027,5,700,800 +VCT,2027,6,700,800 +VCT,2027,7,700,800 +VCT,2027,8,700,800 +VCT,2027,9,800,800 +VCT,2027,10,800,800 +VCT,2027,11,800,800 +VCT,2027,12,800,800 +VCT,2027,13,800,800 +VCT,2027,14,800,800 +VCT,2027,15,800,800 +VCT,2027,16,800,800 +VCT,2027,17,800,800 +VCT,2027,18,800,800 +VCT,2028,0,700,700 +VCT,2028,1,700,700 +VCT,2028,2,700,700 +VCT,2028,3,700,700 +VCT,2028,4,700,700 +VCT,2028,5,700,700 +VCT,2028,6,700,800 +VCT,2028,7,700,800 +VCT,2028,8,700,800 +VCT,2028,9,700,800 +VCT,2028,10,800,800 +VCT,2028,11,800,800 +VCT,2028,12,800,800 +VCT,2028,13,800,800 +VCT,2028,14,800,800 +VCT,2028,15,800,800 +VCT,2028,16,800,800 +VCT,2028,17,800,800 +VCT,2028,18,800,800 +VCT,2029,0,700,700 +VCT,2029,1,700,700 +VCT,2029,2,700,700 +VCT,2029,3,700,700 +VCT,2029,4,700,700 +VCT,2029,5,700,700 +VCT,2029,6,700,700 +VCT,2029,7,700,800 +VCT,2029,8,700,800 +VCT,2029,9,700,800 +VCT,2029,10,700,800 +VCT,2029,11,700,800 +VCT,2029,12,800,800 +VCT,2029,13,800,800 +VCT,2029,14,800,800 +VCT,2029,15,800,800 +VCT,2029,16,800,800 +VCT,2029,17,800,800 +VCT,2029,18,800,800 +VCT,2030,0,700,700 +VCT,2030,1,700,700 +VCT,2030,2,700,700 +VCT,2030,3,700,700 +VCT,2030,4,700,700 +VCT,2030,5,700,700 +VCT,2030,6,700,700 +VCT,2030,7,700,700 +VCT,2030,8,700,800 +VCT,2030,9,700,800 +VCT,2030,10,700,800 +VCT,2030,11,700,800 +VCT,2030,12,700,800 +VCT,2030,13,800,800 +VCT,2030,14,800,800 +VCT,2030,15,800,800 +VCT,2030,16,800,800 +VCT,2030,17,800,800 +VCT,2030,18,800,800 +VCT,2031,0,700,700 +VCT,2031,1,700,700 +VCT,2031,2,700,700 +VCT,2031,3,700,700 +VCT,2031,4,700,700 +VCT,2031,5,700,700 +VCT,2031,6,700,700 +VCT,2031,7,700,700 +VCT,2031,8,700,700 +VCT,2031,9,700,800 +VCT,2031,10,700,800 +VCT,2031,11,700,800 +VCT,2031,12,700,800 +VCT,2031,13,700,800 +VCT,2031,14,800,800 +VCT,2031,15,800,800 +VCT,2031,16,800,800 +VCT,2031,17,800,800 +VCT,2031,18,800,800 +VCT,2032,0,700,700 +VCT,2032,1,700,700 +VCT,2032,2,700,700 +VCT,2032,3,700,700 +VCT,2032,4,700,700 +VCT,2032,5,700,700 +VCT,2032,6,700,700 +VCT,2032,7,700,700 +VCT,2032,8,700,700 +VCT,2032,9,700,700 +VCT,2032,10,700,800 +VCT,2032,11,700,800 +VCT,2032,12,700,800 +VCT,2032,13,700,800 +VCT,2032,14,700,800 +VCT,2032,15,800,800 +VCT,2032,16,800,800 +VCT,2032,17,800,800 +VCT,2032,18,800,800 +VCT,2033,0,700,700 +VCT,2033,1,700,700 +VCT,2033,2,700,700 +VCT,2033,3,700,700 +VCT,2033,4,700,700 +VCT,2033,5,700,700 +VCT,2033,6,700,700 +VCT,2033,7,700,700 +VCT,2033,8,700,700 +VCT,2033,9,700,700 +VCT,2033,10,700,700 +VCT,2033,11,700,800 +VCT,2033,12,700,800 +VCT,2033,13,700,800 +VCT,2033,14,700,800 +VCT,2033,15,700,800 +VCT,2033,16,800,800 +VCT,2033,17,800,800 +VCT,2033,18,800,800 +VCT,2034,0,700,700 +VCT,2034,1,700,700 +VCT,2034,2,700,700 +VCT,2034,3,700,700 +VCT,2034,4,700,700 +VCT,2034,5,700,700 +VCT,2034,6,700,700 +VCT,2034,7,700,700 +VCT,2034,8,700,700 +VCT,2034,9,700,700 +VCT,2034,10,700,700 +VCT,2034,11,700,700 +VCT,2034,12,700,800 +VCT,2034,13,700,800 +VCT,2034,14,700,800 +VCT,2034,15,700,800 +VCT,2034,16,700,800 +VCT,2034,17,700,800 +VCT,2034,18,800,800 +VCT,2035,0,600,700 +VCT,2035,1,700,700 +VCT,2035,2,700,700 +VCT,2035,3,700,700 +VCT,2035,4,700,700 +VCT,2035,5,700,700 +VCT,2035,6,700,700 +VCT,2035,7,700,700 +VCT,2035,8,700,700 +VCT,2035,9,700,700 +VCT,2035,10,700,700 +VCT,2035,11,700,700 +VCT,2035,12,700,700 +VCT,2035,13,700,800 +VCT,2035,14,700,800 +VCT,2035,15,700,800 +VCT,2035,16,700,800 +VCT,2035,17,700,800 +VCT,2035,18,700,800 +VCT,2036,0,600,700 +VCT,2036,1,600,700 +VCT,2036,2,700,700 +VCT,2036,3,700,700 +VCT,2036,4,700,700 +VCT,2036,5,700,700 +VCT,2036,6,700,700 +VCT,2036,7,700,700 +VCT,2036,8,700,700 +VCT,2036,9,700,700 +VCT,2036,10,700,700 +VCT,2036,11,700,700 +VCT,2036,12,700,700 +VCT,2036,13,700,700 +VCT,2036,14,700,700 +VCT,2036,15,700,700 +VCT,2036,16,700,800 +VCT,2036,17,700,800 +VCT,2036,18,700,800 +VCT,2037,0,600,600 +VCT,2037,1,600,700 +VCT,2037,2,600,700 +VCT,2037,3,600,700 +VCT,2037,4,700,700 +VCT,2037,5,700,700 +VCT,2037,6,700,700 +VCT,2037,7,700,700 +VCT,2037,8,700,700 +VCT,2037,9,700,700 +VCT,2037,10,700,700 +VCT,2037,11,700,700 +VCT,2037,12,700,700 +VCT,2037,13,700,700 +VCT,2037,14,700,700 +VCT,2037,15,700,700 +VCT,2037,16,700,700 +VCT,2037,17,700,700 +VCT,2037,18,700,700 +VCT,2038,0,600,600 +VCT,2038,1,600,600 +VCT,2038,2,600,700 +VCT,2038,3,600,700 +VCT,2038,4,600,700 +VCT,2038,5,700,700 +VCT,2038,6,700,700 +VCT,2038,7,700,700 +VCT,2038,8,700,700 +VCT,2038,9,700,700 +VCT,2038,10,700,700 +VCT,2038,11,700,700 +VCT,2038,12,700,700 +VCT,2038,13,700,700 +VCT,2038,14,700,700 +VCT,2038,15,700,700 +VCT,2038,16,700,700 +VCT,2038,17,700,700 +VCT,2038,18,700,700 +VCT,2039,0,600,600 +VCT,2039,1,600,600 +VCT,2039,2,600,600 +VCT,2039,3,600,600 +VCT,2039,4,600,700 +VCT,2039,5,600,700 +VCT,2039,6,700,700 +VCT,2039,7,700,700 +VCT,2039,8,700,700 +VCT,2039,9,700,700 +VCT,2039,10,700,700 +VCT,2039,11,700,700 +VCT,2039,12,700,700 +VCT,2039,13,700,700 +VCT,2039,14,700,700 +VCT,2039,15,700,700 +VCT,2039,16,700,700 +VCT,2039,17,700,700 +VCT,2039,18,700,700 +VCT,2040,0,600,600 +VCT,2040,1,600,600 +VCT,2040,2,600,600 +VCT,2040,3,600,600 +VCT,2040,4,600,600 +VCT,2040,5,600,700 +VCT,2040,6,600,700 +VCT,2040,7,700,700 +VCT,2040,8,700,700 +VCT,2040,9,700,700 +VCT,2040,10,700,700 +VCT,2040,11,700,700 +VCT,2040,12,700,700 +VCT,2040,13,700,700 +VCT,2040,14,700,700 +VCT,2040,15,700,700 +VCT,2040,16,700,700 +VCT,2040,17,700,700 +VCT,2040,18,700,700 +VCT,2041,0,600,600 +VCT,2041,1,600,600 +VCT,2041,2,600,600 +VCT,2041,3,600,600 +VCT,2041,4,600,600 +VCT,2041,5,600,600 +VCT,2041,6,600,700 +VCT,2041,7,600,700 +VCT,2041,8,700,700 +VCT,2041,9,700,700 +VCT,2041,10,700,700 +VCT,2041,11,700,700 +VCT,2041,12,700,700 +VCT,2041,13,700,700 +VCT,2041,14,700,700 +VCT,2041,15,700,700 +VCT,2041,16,700,700 +VCT,2041,17,700,700 +VCT,2041,18,700,700 +VCT,2042,0,600,600 +VCT,2042,1,600,600 +VCT,2042,2,600,600 +VCT,2042,3,600,600 +VCT,2042,4,600,600 +VCT,2042,5,600,600 +VCT,2042,6,600,600 +VCT,2042,7,600,700 +VCT,2042,8,600,700 +VCT,2042,9,700,700 +VCT,2042,10,700,700 +VCT,2042,11,700,700 +VCT,2042,12,700,700 +VCT,2042,13,700,700 +VCT,2042,14,700,700 +VCT,2042,15,700,700 +VCT,2042,16,700,700 +VCT,2042,17,700,700 +VCT,2042,18,700,700 +VCT,2043,0,600,600 +VCT,2043,1,600,600 +VCT,2043,2,600,600 +VCT,2043,3,600,600 +VCT,2043,4,600,600 +VCT,2043,5,600,600 +VCT,2043,6,600,600 +VCT,2043,7,600,600 +VCT,2043,8,600,700 +VCT,2043,9,600,700 +VCT,2043,10,700,700 +VCT,2043,11,700,700 +VCT,2043,12,700,700 +VCT,2043,13,700,700 +VCT,2043,14,700,700 +VCT,2043,15,700,700 +VCT,2043,16,700,700 +VCT,2043,17,700,700 +VCT,2043,18,700,700 +VCT,2044,0,600,600 +VCT,2044,1,600,600 +VCT,2044,2,600,600 +VCT,2044,3,600,600 +VCT,2044,4,600,600 +VCT,2044,5,600,600 +VCT,2044,6,600,600 +VCT,2044,7,600,600 +VCT,2044,8,600,600 +VCT,2044,9,600,700 +VCT,2044,10,600,700 +VCT,2044,11,700,700 +VCT,2044,12,700,700 +VCT,2044,13,700,700 +VCT,2044,14,700,700 +VCT,2044,15,700,700 +VCT,2044,16,700,700 +VCT,2044,17,700,700 +VCT,2044,18,700,700 +VCT,2045,0,600,600 +VCT,2045,1,600,600 +VCT,2045,2,600,600 +VCT,2045,3,600,600 +VCT,2045,4,600,600 +VCT,2045,5,600,600 +VCT,2045,6,600,600 +VCT,2045,7,600,600 +VCT,2045,8,600,600 +VCT,2045,9,600,600 +VCT,2045,10,600,700 +VCT,2045,11,600,700 +VCT,2045,12,700,700 +VCT,2045,13,700,700 +VCT,2045,14,700,700 +VCT,2045,15,700,700 +VCT,2045,16,700,700 +VCT,2045,17,700,700 +VCT,2045,18,700,700 +VCT,2046,0,600,600 +VCT,2046,1,600,600 +VCT,2046,2,600,600 +VCT,2046,3,600,600 +VCT,2046,4,600,600 +VCT,2046,5,600,600 +VCT,2046,6,600,600 +VCT,2046,7,600,600 +VCT,2046,8,600,600 +VCT,2046,9,600,600 +VCT,2046,10,600,600 +VCT,2046,11,600,700 +VCT,2046,12,600,700 +VCT,2046,13,600,700 +VCT,2046,14,700,700 +VCT,2046,15,700,700 +VCT,2046,16,700,700 +VCT,2046,17,700,700 +VCT,2046,18,700,700 +VCT,2047,0,600,600 +VCT,2047,1,600,600 +VCT,2047,2,600,600 +VCT,2047,3,600,600 +VCT,2047,4,600,600 +VCT,2047,5,600,600 +VCT,2047,6,600,600 +VCT,2047,7,600,600 +VCT,2047,8,600,600 +VCT,2047,9,600,600 +VCT,2047,10,600,600 +VCT,2047,11,600,600 +VCT,2047,12,600,700 +VCT,2047,13,600,700 +VCT,2047,14,600,700 +VCT,2047,15,700,700 +VCT,2047,16,700,700 +VCT,2047,17,700,700 +VCT,2047,18,700,700 +VCT,2048,0,600,600 +VCT,2048,1,600,600 +VCT,2048,2,600,600 +VCT,2048,3,600,600 +VCT,2048,4,600,600 +VCT,2048,5,600,600 +VCT,2048,6,600,600 +VCT,2048,7,600,600 +VCT,2048,8,600,600 +VCT,2048,9,600,600 +VCT,2048,10,600,600 +VCT,2048,11,600,600 +VCT,2048,12,600,600 +VCT,2048,13,600,700 +VCT,2048,14,600,700 +VCT,2048,15,600,700 +VCT,2048,16,600,700 +VCT,2048,17,700,700 +VCT,2048,18,700,700 +VCT,2049,0,500,600 +VCT,2049,1,600,600 +VCT,2049,2,600,600 +VCT,2049,3,600,600 +VCT,2049,4,600,600 +VCT,2049,5,600,600 +VCT,2049,6,600,600 +VCT,2049,7,600,600 +VCT,2049,8,600,600 +VCT,2049,9,600,600 +VCT,2049,10,600,600 +VCT,2049,11,600,600 +VCT,2049,12,600,600 +VCT,2049,13,600,600 +VCT,2049,14,600,600 +VCT,2049,15,600,700 +VCT,2049,16,600,700 +VCT,2049,17,600,700 +VCT,2049,18,600,700 +VCT,2050,0,500,600 +VCT,2050,1,500,600 +VCT,2050,2,600,600 +VCT,2050,3,600,600 +VCT,2050,4,600,600 +VCT,2050,5,600,600 +VCT,2050,6,600,600 +VCT,2050,7,600,600 +VCT,2050,8,600,600 +VCT,2050,9,600,600 +VCT,2050,10,600,600 +VCT,2050,11,600,600 +VCT,2050,12,600,600 +VCT,2050,13,600,600 +VCT,2050,14,600,600 +VCT,2050,15,600,600 +VCT,2050,16,600,700 +VCT,2050,17,600,700 +VCT,2050,18,600,700 +VEN,1990,0,276112,288209 +VEN,1990,1,269685,281412 +VEN,1990,2,263868,275246 +VEN,1990,3,258588,269637 +VEN,1990,4,253771,264509 +VEN,1990,5,249345,259786 +VEN,1990,6,245237,255393 +VEN,1990,7,241373,251255 +VEN,1990,8,237680,247296 +VEN,1990,9,234084,243442 +VEN,1990,10,230718,239818 +VEN,1990,11,227712,236550 +VEN,1990,12,223970,232557 +VEN,1990,13,219012,227362 +VEN,1990,14,213377,221492 +VEN,1990,15,207932,215805 +VEN,1990,16,202319,209951 +VEN,1990,17,197893,205225 +VEN,1990,18,195357,202301 +VEN,1991,0,275989,288140 +VEN,1991,1,274722,286745 +VEN,1991,2,269094,280783 +VEN,1991,3,263787,275153 +VEN,1991,4,258775,269828 +VEN,1991,5,254033,264780 +VEN,1991,6,249489,259935 +VEN,1991,7,245069,255220 +VEN,1991,8,240980,250844 +VEN,1991,9,237291,246875 +VEN,1991,10,233834,243144 +VEN,1991,11,230510,239542 +VEN,1991,12,227496,236245 +VEN,1991,13,223749,232214 +VEN,1991,14,218787,226972 +VEN,1991,15,213152,221051 +VEN,1991,16,207704,215312 +VEN,1991,17,202088,209404 +VEN,1991,18,197659,204637 +VEN,1992,0,273316,285441 +VEN,1992,1,270753,282689 +VEN,1992,2,273530,285479 +VEN,1992,3,268696,280348 +VEN,1992,4,263895,275249 +VEN,1992,5,259149,270204 +VEN,1992,6,254477,265233 +VEN,1992,7,249810,260265 +VEN,1992,8,245076,255224 +VEN,1992,9,240761,250607 +VEN,1992,10,237072,246624 +VEN,1992,11,233752,243014 +VEN,1992,12,230468,239431 +VEN,1992,13,227444,236102 +VEN,1992,14,223687,232031 +VEN,1992,15,218720,226739 +VEN,1992,16,213079,220762 +VEN,1992,17,207625,214967 +VEN,1992,18,202001,209002 +VEN,1993,0,269308,281356 +VEN,1993,1,269742,281706 +VEN,1993,2,269264,281108 +VEN,1993,3,272423,284288 +VEN,1993,4,268383,279987 +VEN,1993,5,264087,275419 +VEN,1993,6,259603,270653 +VEN,1993,7,255001,265758 +VEN,1993,8,250211,260663 +VEN,1993,9,245160,255295 +VEN,1993,10,240617,250436 +VEN,1993,11,236927,246439 +VEN,1993,12,233743,242948 +VEN,1993,13,230498,239384 +VEN,1993,14,227463,236022 +VEN,1993,15,223696,231910 +VEN,1993,16,218720,226566 +VEN,1993,17,213073,220531 +VEN,1993,18,207611,214679 +VEN,1994,0,265739,277707 +VEN,1994,1,268652,280617 +VEN,1994,2,270118,282032 +VEN,1994,3,270284,282100 +VEN,1994,4,271239,282996 +VEN,1994,5,267994,279528 +VEN,1994,6,264204,275492 +VEN,1994,7,259986,271007 +VEN,1994,8,255455,266190 +VEN,1994,9,250542,260970 +VEN,1994,10,245177,255277 +VEN,1994,11,240405,250177 +VEN,1994,12,236717,246167 +VEN,1994,13,233669,242796 +VEN,1994,14,230464,239253 +VEN,1994,15,227419,235860 +VEN,1994,16,223642,231707 +VEN,1994,17,218660,226313 +VEN,1994,18,213008,220223 +VEN,1995,0,263936,275862 +VEN,1995,1,268109,280068 +VEN,1995,2,270631,282572 +VEN,1995,3,271665,283542 +VEN,1995,4,271375,283144 +VEN,1995,5,269924,281544 +VEN,1995,6,267476,278910 +VEN,1995,7,264194,275409 +VEN,1995,8,260243,271206 +VEN,1995,9,255785,266470 +VEN,1995,10,250751,261129 +VEN,1995,11,245074,255114 +VEN,1995,12,240078,249776 +VEN,1995,13,236392,245755 +VEN,1995,14,233482,242507 +VEN,1995,15,230318,238985 +VEN,1995,16,227265,235563 +VEN,1995,17,223480,231373 +VEN,1995,18,218494,225932 +VEN,1996,0,264756,276814 +VEN,1996,1,265188,277149 +VEN,1996,2,268446,280421 +VEN,1996,3,270403,282352 +VEN,1996,4,271163,283047 +VEN,1996,5,270830,282610 +VEN,1996,6,269570,281211 +VEN,1996,7,267545,279014 +VEN,1996,8,264563,275813 +VEN,1996,9,260609,271587 +VEN,1996,10,255965,266629 +VEN,1996,11,250863,261185 +VEN,1996,12,245172,255129 +VEN,1996,13,240164,249728 +VEN,1996,14,236469,245616 +VEN,1996,15,233551,242262 +VEN,1996,16,230377,238635 +VEN,1996,17,227313,235106 +VEN,1996,18,223519,230837 +VEN,1997,0,267223,279440 +VEN,1997,1,269809,281982 +VEN,1997,2,266239,278198 +VEN,1997,3,268579,280531 +VEN,1997,4,269969,281886 +VEN,1997,5,270455,282306 +VEN,1997,6,270080,281832 +VEN,1997,7,269011,280633 +VEN,1997,8,267412,278877 +VEN,1997,9,264732,275980 +VEN,1997,10,260778,271734 +VEN,1997,11,255952,266558 +VEN,1997,12,250784,261016 +VEN,1997,13,245085,254922 +VEN,1997,14,240069,249463 +VEN,1997,15,236366,245264 +VEN,1997,16,233442,241806 +VEN,1997,17,230261,238079 +VEN,1997,18,227188,234444 +VEN,1998,0,270744,283136 +VEN,1998,1,271262,283522 +VEN,1998,2,271498,283645 +VEN,1998,3,267180,279109 +VEN,1998,4,268603,280503 +VEN,1998,5,269426,281282 +VEN,1998,6,269636,281426 +VEN,1998,7,269220,280915 +VEN,1998,8,268342,279917 +VEN,1998,9,267170,278602 +VEN,1998,10,264793,276010 +VEN,1998,11,260839,271746 +VEN,1998,12,255833,266354 +VEN,1998,13,250602,260717 +VEN,1998,14,244898,254590 +VEN,1998,15,239875,249076 +VEN,1998,16,236167,244791 +VEN,1998,17,233238,241231 +VEN,1998,18,230051,237405 +VEN,1999,0,274372,286931 +VEN,1999,1,272881,285222 +VEN,1999,2,271733,283903 +VEN,1999,3,270844,282879 +VEN,1999,4,268136,280020 +VEN,1999,5,268641,280476 +VEN,1999,6,268897,280678 +VEN,1999,7,268832,280547 +VEN,1999,8,268374,279999 +VEN,1999,9,267689,279203 +VEN,1999,10,266942,278327 +VEN,1999,11,264868,276040 +VEN,1999,12,260916,271758 +VEN,1999,13,255729,266152 +VEN,1999,14,250434,260419 +VEN,1999,15,244724,254258 +VEN,1999,16,239695,248689 +VEN,1999,17,235981,244319 +VEN,1999,18,233047,240657 +VEN,2000,0,277362,290061 +VEN,2000,1,274460,286875 +VEN,2000,2,272319,284518 +VEN,2000,3,270808,282845 +VEN,2000,4,269794,281713 +VEN,2000,5,269147,280978 +VEN,2000,6,268734,280496 +VEN,2000,7,268424,280123 +VEN,2000,8,268085,279716 +VEN,2000,9,267585,279130 +VEN,2000,10,267091,278535 +VEN,2000,11,266770,278100 +VEN,2000,12,264997,276117 +VEN,2000,13,261046,271817 +VEN,2000,14,255678,265995 +VEN,2000,15,250318,260166 +VEN,2000,16,244600,253970 +VEN,2000,17,239564,248344 +VEN,2000,18,235844,243889 +VEN,2001,0,279577,292467 +VEN,2001,1,276819,289464 +VEN,2001,2,274259,286658 +VEN,2001,3,272334,284546 +VEN,2001,4,270934,283003 +VEN,2001,5,269948,281908 +VEN,2001,6,269245,281116 +VEN,2001,7,268692,280484 +VEN,2001,8,268280,279990 +VEN,2001,9,267937,279552 +VEN,2001,10,267492,278985 +VEN,2001,11,267011,278363 +VEN,2001,12,266681,277879 +VEN,2001,13,264899,275822 +VEN,2001,14,260938,271412 +VEN,2001,15,255560,265459 +VEN,2001,16,250189,259504 +VEN,2001,17,244460,253179 +VEN,2001,18,239415,247458 +VEN,2002,0,281198,294249 +VEN,2002,1,277501,290207 +VEN,2002,2,276294,288869 +VEN,2002,3,274074,286444 +VEN,2002,4,272366,284577 +VEN,2002,5,271078,283165 +VEN,2002,6,270120,282107 +VEN,2002,7,269360,281258 +VEN,2002,8,268667,280476 +VEN,2002,9,268153,279860 +VEN,2002,10,267806,279391 +VEN,2002,11,267416,278843 +VEN,2002,12,266948,278193 +VEN,2002,13,266609,277661 +VEN,2002,14,264818,275530 +VEN,2002,15,260846,271009 +VEN,2002,16,255457,264926 +VEN,2002,17,250076,258844 +VEN,2002,18,244335,252391 +VEN,2003,0,282290,295466 +VEN,2003,1,278912,291739 +VEN,2003,2,276259,288817 +VEN,2003,3,275754,288240 +VEN,2003,4,273876,286196 +VEN,2003,5,272384,284575 +VEN,2003,6,271208,283295 +VEN,2003,7,270277,282273 +VEN,2003,8,269460,281368 +VEN,2003,9,268628,280435 +VEN,2003,10,268012,279699 +VEN,2003,11,267661,279198 +VEN,2003,12,267326,278669 +VEN,2003,13,266870,277991 +VEN,2003,14,266523,277412 +VEN,2003,15,264723,275206 +VEN,2003,16,260741,270576 +VEN,2003,17,255342,264362 +VEN,2003,18,249949,258155 +VEN,2004,0,282996,296258 +VEN,2004,1,280140,293057 +VEN,2004,2,277781,290429 +VEN,2004,3,275857,288300 +VEN,2004,4,275139,287511 +VEN,2004,5,273603,285849 +VEN,2004,6,272328,284474 +VEN,2004,7,271264,283325 +VEN,2004,8,270361,282341 +VEN,2004,9,269488,281379 +VEN,2004,10,268516,280297 +VEN,2004,11,267798,279439 +VEN,2004,12,267444,278908 +VEN,2004,13,267163,278397 +VEN,2004,14,266721,277692 +VEN,2004,15,266365,277065 +VEN,2004,16,264556,274786 +VEN,2004,17,260565,270047 +VEN,2004,18,255157,263706 +VEN,2005,0,283432,296735 +VEN,2005,1,281123,294088 +VEN,2005,2,279096,291796 +VEN,2005,3,277322,289818 +VEN,2005,4,275771,288113 +VEN,2005,5,274413,286641 +VEN,2005,6,273220,285361 +VEN,2005,7,272162,284233 +VEN,2005,8,271210,283216 +VEN,2005,9,270335,282269 +VEN,2005,10,269407,281251 +VEN,2005,11,268296,280020 +VEN,2005,12,267476,279042 +VEN,2005,13,267118,278480 +VEN,2005,14,266893,277988 +VEN,2005,15,266463,277256 +VEN,2005,16,266100,276581 +VEN,2005,17,264282,274231 +VEN,2005,18,260284,269386 +VEN,2006,0,283793,297205 +VEN,2006,1,283199,296431 +VEN,2006,2,281075,294025 +VEN,2006,3,279136,291863 +VEN,2006,4,277370,289924 +VEN,2006,5,275767,288184 +VEN,2006,6,274295,286601 +VEN,2006,7,272923,285137 +VEN,2006,8,271736,283852 +VEN,2006,9,270764,282757 +VEN,2006,10,269934,281778 +VEN,2006,11,269020,280692 +VEN,2006,12,267912,279381 +VEN,2006,13,267089,278302 +VEN,2006,14,266718,277610 +VEN,2006,15,266472,276974 +VEN,2006,16,266026,276105 +VEN,2006,17,265648,275293 +VEN,2006,18,263819,272844 +VEN,2007,0,283506,296948 +VEN,2007,1,282549,295683 +VEN,2007,2,282801,295917 +VEN,2007,3,280861,293753 +VEN,2007,4,279011,291725 +VEN,2007,5,277256,289826 +VEN,2007,6,275602,288051 +VEN,2007,7,274016,286360 +VEN,2007,8,272465,284712 +VEN,2007,9,271151,283270 +VEN,2007,10,270158,282098 +VEN,2007,11,269374,281087 +VEN,2007,12,268475,279935 +VEN,2007,13,267370,278544 +VEN,2007,14,266546,277366 +VEN,2007,15,266161,276545 +VEN,2007,16,265894,275764 +VEN,2007,17,265433,274759 +VEN,2007,18,265040,273810 +VEN,2008,0,282998,296437 +VEN,2008,1,282763,295914 +VEN,2008,2,282206,295135 +VEN,2008,3,282320,295298 +VEN,2008,4,280566,293377 +VEN,2008,5,278805,291482 +VEN,2008,6,277061,289625 +VEN,2008,7,275356,287816 +VEN,2008,8,273657,286016 +VEN,2008,9,271928,284184 +VEN,2008,10,270486,282588 +VEN,2008,11,269473,281339 +VEN,2008,12,268736,280295 +VEN,2008,13,267852,279077 +VEN,2008,14,266751,277608 +VEN,2008,15,265925,276331 +VEN,2008,16,265526,275380 +VEN,2008,17,265239,274456 +VEN,2008,18,264761,273314 +VEN,2009,0,282865,296333 +VEN,2009,1,283149,296337 +VEN,2009,2,282984,295961 +VEN,2009,3,282427,295247 +VEN,2009,4,281876,294719 +VEN,2009,5,280308,293041 +VEN,2009,6,278636,291279 +VEN,2009,7,276902,289463 +VEN,2009,8,275148,287620 +VEN,2009,9,273335,285711 +VEN,2009,10,271428,283696 +VEN,2009,11,269858,281944 +VEN,2009,12,268825,280618 +VEN,2009,13,268133,279543 +VEN,2009,14,267264,278258 +VEN,2009,15,266167,276710 +VEN,2009,16,265340,275334 +VEN,2009,17,264928,274254 +VEN,2009,18,264619,273186 +VEN,2010,0,283385,296942 +VEN,2010,1,283882,297151 +VEN,2010,2,283885,296940 +VEN,2010,3,283453,296355 +VEN,2010,4,282645,295440 +VEN,2010,5,281520,294242 +VEN,2010,6,280136,292805 +VEN,2010,7,278553,291176 +VEN,2010,8,276829,289401 +VEN,2010,9,275024,287523 +VEN,2010,10,273097,285505 +VEN,2010,11,271011,283306 +VEN,2010,12,269313,281397 +VEN,2010,13,268259,279994 +VEN,2010,14,267614,278887 +VEN,2010,15,266759,277535 +VEN,2010,16,265666,275907 +VEN,2010,17,264837,274432 +VEN,2010,18,264410,273223 +VEN,2011,0,286212,300158 +VEN,2011,1,283936,297525 +VEN,2011,2,284243,297613 +VEN,2011,3,284114,297326 +VEN,2011,4,283597,296698 +VEN,2011,5,282744,295763 +VEN,2011,6,281612,294573 +VEN,2011,7,280261,293177 +VEN,2011,8,278694,291531 +VEN,2011,9,276944,289638 +VEN,2011,10,275087,287580 +VEN,2011,11,273130,285399 +VEN,2011,12,271024,283044 +VEN,2011,13,269306,280983 +VEN,2011,14,268231,279438 +VEN,2011,15,267565,278202 +VEN,2011,16,266690,276722 +VEN,2011,17,265577,274966 +VEN,2011,18,264732,273395 +VEN,2012,0,290152,304611 +VEN,2012,1,289441,303481 +VEN,2012,2,284593,298242 +VEN,2012,3,284708,298208 +VEN,2012,4,284445,297843 +VEN,2012,5,283843,297172 +VEN,2012,6,282944,296217 +VEN,2012,7,281805,295034 +VEN,2012,8,280486,293678 +VEN,2012,9,278935,292014 +VEN,2012,10,277158,290002 +VEN,2012,11,275249,287760 +VEN,2012,12,273260,285415 +VEN,2012,13,271133,282902 +VEN,2012,14,269395,280685 +VEN,2012,15,268298,278998 +VEN,2012,16,267610,277631 +VEN,2012,17,266715,276020 +VEN,2012,18,265582,274135 +VEN,2013,0,292537,307325 +VEN,2013,1,291108,305410 +VEN,2013,2,289716,303666 +VEN,2013,3,284749,298374 +VEN,2013,4,284671,298216 +VEN,2013,5,284273,297775 +VEN,2013,6,283587,297061 +VEN,2013,7,282643,296087 +VEN,2013,8,281499,294914 +VEN,2013,9,280214,293602 +VEN,2013,10,278683,291923 +VEN,2013,11,276882,289794 +VEN,2013,12,274924,287372 +VEN,2013,13,272905,284866 +VEN,2013,14,270762,282198 +VEN,2013,15,269006,279830 +VEN,2013,16,267889,278003 +VEN,2013,17,267181,276506 +VEN,2013,18,266267,274768 +VEN,2014,0,289801,304321 +VEN,2014,1,288675,302731 +VEN,2014,2,287598,301329 +VEN,2014,3,286557,300079 +VEN,2014,4,283682,297060 +VEN,2014,5,283411,296780 +VEN,2014,6,282881,296263 +VEN,2014,7,282113,295511 +VEN,2014,8,281128,294523 +VEN,2014,9,279984,293365 +VEN,2014,10,278739,292102 +VEN,2014,11,277233,290417 +VEN,2014,12,275416,288183 +VEN,2014,13,273417,285592 +VEN,2014,14,271379,282937 +VEN,2014,15,269227,280127 +VEN,2014,16,267461,277619 +VEN,2014,17,266330,275660 +VEN,2014,18,265604,274041 +VEN,2015,0,279925,293357 +VEN,2015,1,280633,293752 +VEN,2015,2,281084,294008 +VEN,2015,3,281289,294116 +VEN,2015,4,281261,294065 +VEN,2015,5,281011,293845 +VEN,2015,6,280551,293446 +VEN,2015,7,279892,292858 +VEN,2015,8,279047,292072 +VEN,2015,9,278028,291077 +VEN,2015,10,276891,289942 +VEN,2015,11,275692,288736 +VEN,2015,12,274220,287055 +VEN,2015,13,272398,284731 +VEN,2015,14,270370,281990 +VEN,2015,15,268323,279205 +VEN,2015,16,266176,276273 +VEN,2015,17,264410,273642 +VEN,2015,18,263270,271566 +VEN,2016,0,265606,277709 +VEN,2016,1,276740,289656 +VEN,2016,2,278141,290919 +VEN,2016,3,278936,291649 +VEN,2016,4,279192,291897 +VEN,2016,5,278975,291711 +VEN,2016,6,278272,291056 +VEN,2016,7,277069,289895 +VEN,2016,8,275837,288700 +VEN,2016,9,274805,287691 +VEN,2016,10,273797,286661 +VEN,2016,11,272540,285341 +VEN,2016,12,271244,283969 +VEN,2016,13,269260,281649 +VEN,2016,14,266288,277968 +VEN,2016,15,262744,273458 +VEN,2016,16,259282,269007 +VEN,2016,17,255692,264370 +VEN,2016,18,252929,260551 +VEN,2017,0,244492,254499 +VEN,2017,1,254609,265087 +VEN,2017,2,272214,284356 +VEN,2017,3,274300,286476 +VEN,2017,4,275434,287675 +VEN,2017,5,275738,288061 +VEN,2017,6,275334,287742 +VEN,2017,7,274183,286656 +VEN,2017,8,272246,284742 +VEN,2017,9,270449,282950 +VEN,2017,10,269235,281724 +VEN,2017,11,268243,280665 +VEN,2017,12,266872,279168 +VEN,2017,13,265485,277637 +VEN,2017,14,263000,274693 +VEN,2017,15,258897,269682 +VEN,2017,16,253860,263434 +VEN,2017,17,249002,257347 +VEN,2017,18,243993,251039 +VEN,2018,0,222308,230172 +VEN,2018,1,237872,246637 +VEN,2018,2,250256,259826 +VEN,2018,3,267469,278804 +VEN,2018,4,270231,281770 +VEN,2018,5,271701,283431 +VEN,2018,6,272053,283954 +VEN,2018,7,271464,283504 +VEN,2018,8,269870,281993 +VEN,2018,9,267207,279335 +VEN,2018,10,264851,276953 +VEN,2018,11,263457,275514 +VEN,2018,12,262483,274428 +VEN,2018,13,261001,272757 +VEN,2018,14,259524,271070 +VEN,2018,15,256545,267513 +VEN,2018,16,251325,261190 +VEN,2018,17,244812,253228 +VEN,2018,18,238575,245530 +VEN,2019,0,206000,213000 +VEN,2019,1,225000,233000 +VEN,2019,2,240000,249000 +VEN,2019,3,252000,262000 +VEN,2019,4,264000,275000 +VEN,2019,5,267000,279000 +VEN,2019,6,269000,281000 +VEN,2019,7,270000,281000 +VEN,2019,8,269000,281000 +VEN,2019,9,267000,279000 +VEN,2019,10,263000,275000 +VEN,2019,11,260000,272000 +VEN,2019,12,259000,271000 +VEN,2019,13,258000,270000 +VEN,2019,14,256000,268000 +VEN,2019,15,255000,266000 +VEN,2019,16,251000,262000 +VEN,2019,17,245000,254000 +VEN,2019,18,237000,244000 +VEN,2020,0,202000,208000 +VEN,2020,1,220000,228000 +VEN,2020,2,235000,244000 +VEN,2020,3,247000,257000 +VEN,2020,4,256000,266000 +VEN,2020,5,263000,273000 +VEN,2020,6,267000,278000 +VEN,2020,7,269000,281000 +VEN,2020,8,269000,282000 +VEN,2020,9,268000,281000 +VEN,2020,10,266000,278000 +VEN,2020,11,262000,274000 +VEN,2020,12,258000,271000 +VEN,2020,13,256000,269000 +VEN,2020,14,256000,268000 +VEN,2020,15,254000,266000 +VEN,2020,16,252000,264000 +VEN,2020,17,248000,259000 +VEN,2020,18,241000,250000 +VEN,2021,0,205000,212000 +VEN,2021,1,205000,211000 +VEN,2021,2,220000,228000 +VEN,2021,3,233000,241000 +VEN,2021,4,244000,253000 +VEN,2021,5,253000,262000 +VEN,2021,6,260000,270000 +VEN,2021,7,266000,276000 +VEN,2021,8,269000,280000 +VEN,2021,9,269000,281000 +VEN,2021,10,268000,280000 +VEN,2021,11,265000,277000 +VEN,2021,12,261000,273000 +VEN,2021,13,258000,270000 +VEN,2021,14,256000,268000 +VEN,2021,15,256000,267000 +VEN,2021,16,254000,265000 +VEN,2021,17,252000,263000 +VEN,2021,18,248000,258000 +VEN,2022,0,219000,228000 +VEN,2022,1,224000,232000 +VEN,2022,2,210000,216000 +VEN,2022,3,222000,229000 +VEN,2022,4,233000,241000 +VEN,2022,5,243000,252000 +VEN,2022,6,252000,261000 +VEN,2022,7,259000,269000 +VEN,2022,8,266000,277000 +VEN,2022,9,270000,282000 +VEN,2022,10,271000,283000 +VEN,2022,11,269000,281000 +VEN,2022,12,267000,278000 +VEN,2022,13,263000,275000 +VEN,2022,14,260000,271000 +VEN,2022,15,258000,269000 +VEN,2022,16,257000,268000 +VEN,2022,17,256000,266000 +VEN,2022,18,254000,264000 +VEN,2023,0,240000,251000 +VEN,2023,1,234000,244000 +VEN,2023,2,231000,240000 +VEN,2023,3,215000,222000 +VEN,2023,4,225000,232000 +VEN,2023,5,234000,242000 +VEN,2023,6,243000,251000 +VEN,2023,7,251000,261000 +VEN,2023,8,260000,270000 +VEN,2023,9,268000,279000 +VEN,2023,10,273000,285000 +VEN,2023,11,274000,286000 +VEN,2023,12,272000,284000 +VEN,2023,13,269000,281000 +VEN,2023,14,266000,277000 +VEN,2023,15,263000,274000 +VEN,2023,16,261000,272000 +VEN,2023,17,260000,271000 +VEN,2023,18,259000,269000 +VEN,2024,0,259000,273000 +VEN,2024,1,245000,256000 +VEN,2024,2,235000,245000 +VEN,2024,3,230000,238000 +VEN,2024,4,221000,229000 +VEN,2024,5,227000,235000 +VEN,2024,6,235000,243000 +VEN,2024,7,243000,252000 +VEN,2024,8,251000,261000 +VEN,2024,9,260000,271000 +VEN,2024,10,270000,281000 +VEN,2024,11,276000,288000 +VEN,2024,12,277000,290000 +VEN,2024,13,274000,287000 +VEN,2024,14,272000,284000 +VEN,2024,15,268000,280000 +VEN,2024,16,266000,277000 +VEN,2024,17,264000,275000 +VEN,2024,18,263000,274000 +VEN,2025,0,272000,287000 +VEN,2025,1,253000,265000 +VEN,2025,2,239000,249000 +VEN,2025,3,231000,240000 +VEN,2025,4,227000,235000 +VEN,2025,5,227000,234000 +VEN,2025,6,230000,238000 +VEN,2025,7,235000,243000 +VEN,2025,8,242000,251000 +VEN,2025,9,251000,260000 +VEN,2025,10,260000,271000 +VEN,2025,11,271000,283000 +VEN,2025,12,279000,291000 +VEN,2025,13,280000,292000 +VEN,2025,14,277000,289000 +VEN,2025,15,274000,286000 +VEN,2025,16,271000,283000 +VEN,2025,17,268000,279000 +VEN,2025,18,267000,278000 +VEN,2026,0,277000,293000 +VEN,2026,1,269000,283000 +VEN,2026,2,252000,265000 +VEN,2026,3,241000,252000 +VEN,2026,4,234000,243000 +VEN,2026,5,230000,238000 +VEN,2026,6,229000,237000 +VEN,2026,7,231000,239000 +VEN,2026,8,235000,244000 +VEN,2026,9,243000,251000 +VEN,2026,10,251000,261000 +VEN,2026,11,261000,272000 +VEN,2026,12,272000,284000 +VEN,2026,13,280000,292000 +VEN,2026,14,281000,294000 +VEN,2026,15,278000,290000 +VEN,2026,16,275000,287000 +VEN,2026,17,272000,284000 +VEN,2026,18,270000,280000 +VEN,2027,0,277000,291000 +VEN,2027,1,261000,273000 +VEN,2027,2,265000,279000 +VEN,2027,3,252000,264000 +VEN,2027,4,243000,253000 +VEN,2027,5,236000,246000 +VEN,2027,6,233000,242000 +VEN,2027,7,232000,240000 +VEN,2027,8,232000,240000 +VEN,2027,9,235000,243000 +VEN,2027,10,243000,251000 +VEN,2027,11,252000,262000 +VEN,2027,12,262000,273000 +VEN,2027,13,273000,285000 +VEN,2027,14,281000,293000 +VEN,2027,15,282000,294000 +VEN,2027,16,279000,291000 +VEN,2027,17,276000,288000 +VEN,2027,18,273000,284000 +VEN,2028,0,272000,284000 +VEN,2028,1,262000,274000 +VEN,2028,2,254000,265000 +VEN,2028,3,261000,274000 +VEN,2028,4,251000,263000 +VEN,2028,5,244000,254000 +VEN,2028,6,238000,248000 +VEN,2028,7,235000,244000 +VEN,2028,8,233000,242000 +VEN,2028,9,232000,240000 +VEN,2028,10,235000,243000 +VEN,2028,11,242000,251000 +VEN,2028,12,252000,262000 +VEN,2028,13,262000,273000 +VEN,2028,14,274000,285000 +VEN,2028,15,281000,293000 +VEN,2028,16,282000,295000 +VEN,2028,17,279000,291000 +VEN,2028,18,277000,288000 +VEN,2029,0,265000,275000 +VEN,2029,1,261000,272000 +VEN,2029,2,257000,269000 +VEN,2029,3,254000,265000 +VEN,2029,4,257000,269000 +VEN,2029,5,250000,262000 +VEN,2029,6,244000,255000 +VEN,2029,7,240000,250000 +VEN,2029,8,237000,246000 +VEN,2029,9,235000,243000 +VEN,2029,10,233000,240000 +VEN,2029,11,234000,242000 +VEN,2029,12,241000,250000 +VEN,2029,13,252000,261000 +VEN,2029,14,262000,273000 +VEN,2029,15,274000,285000 +VEN,2029,16,281000,293000 +VEN,2029,17,282000,294000 +VEN,2029,18,279000,290000 +VEN,2030,0,259000,269000 +VEN,2030,1,260000,271000 +VEN,2030,2,260000,271000 +VEN,2030,3,258000,270000 +VEN,2030,4,255000,267000 +VEN,2030,5,252000,264000 +VEN,2030,6,249000,260000 +VEN,2030,7,245000,256000 +VEN,2030,8,242000,252000 +VEN,2030,9,239000,248000 +VEN,2030,10,236000,245000 +VEN,2030,11,233000,240000 +VEN,2030,12,233000,240000 +VEN,2030,13,240000,248000 +VEN,2030,14,252000,261000 +VEN,2030,15,262000,272000 +VEN,2030,16,273000,285000 +VEN,2030,17,281000,293000 +VEN,2030,18,282000,294000 +VEN,2031,0,256000,265000 +VEN,2031,1,260000,270000 +VEN,2031,2,261000,271000 +VEN,2031,3,260000,271000 +VEN,2031,4,258000,270000 +VEN,2031,5,255000,267000 +VEN,2031,6,252000,264000 +VEN,2031,7,249000,260000 +VEN,2031,8,245000,256000 +VEN,2031,9,242000,252000 +VEN,2031,10,239000,249000 +VEN,2031,11,236000,245000 +VEN,2031,12,233000,240000 +VEN,2031,13,233000,241000 +VEN,2031,14,241000,248000 +VEN,2031,15,252000,261000 +VEN,2031,16,262000,272000 +VEN,2031,17,273000,284000 +VEN,2031,18,281000,292000 +VEN,2032,0,253000,263000 +VEN,2032,1,259000,269000 +VEN,2032,2,260000,270000 +VEN,2032,3,261000,271000 +VEN,2032,4,260000,271000 +VEN,2032,5,258000,269000 +VEN,2032,6,255000,267000 +VEN,2032,7,252000,264000 +VEN,2032,8,249000,260000 +VEN,2032,9,246000,257000 +VEN,2032,10,242000,253000 +VEN,2032,11,239000,249000 +VEN,2032,12,236000,245000 +VEN,2032,13,233000,240000 +VEN,2032,14,233000,240000 +VEN,2032,15,241000,248000 +VEN,2032,16,252000,260000 +VEN,2032,17,262000,271000 +VEN,2032,18,273000,284000 +VEN,2033,0,251000,261000 +VEN,2033,1,257000,268000 +VEN,2033,2,260000,272000 +VEN,2033,3,260000,271000 +VEN,2033,4,260000,271000 +VEN,2033,5,259000,270000 +VEN,2033,6,257000,269000 +VEN,2033,7,255000,266000 +VEN,2033,8,252000,263000 +VEN,2033,9,249000,260000 +VEN,2033,10,246000,257000 +VEN,2033,11,242000,253000 +VEN,2033,12,239000,249000 +VEN,2033,13,236000,245000 +VEN,2033,14,232000,240000 +VEN,2033,15,233000,240000 +VEN,2033,16,240000,248000 +VEN,2033,17,251000,259000 +VEN,2033,18,262000,271000 +VEN,2034,0,248000,260000 +VEN,2034,1,254000,266000 +VEN,2034,2,258000,270000 +VEN,2034,3,261000,272000 +VEN,2034,4,261000,271000 +VEN,2034,5,260000,271000 +VEN,2034,6,259000,270000 +VEN,2034,7,257000,268000 +VEN,2034,8,254000,265000 +VEN,2034,9,251000,263000 +VEN,2034,10,249000,260000 +VEN,2034,11,245000,256000 +VEN,2034,12,242000,252000 +VEN,2034,13,239000,248000 +VEN,2034,14,236000,244000 +VEN,2034,15,232000,240000 +VEN,2034,16,233000,240000 +VEN,2034,17,240000,247000 +VEN,2034,18,251000,259000 +VEN,2035,0,246000,257000 +VEN,2035,1,252000,263000 +VEN,2035,2,256000,267000 +VEN,2035,3,259000,270000 +VEN,2035,4,260000,271000 +VEN,2035,5,261000,271000 +VEN,2035,6,260000,271000 +VEN,2035,7,258000,269000 +VEN,2035,8,256000,267000 +VEN,2035,9,254000,265000 +VEN,2035,10,251000,262000 +VEN,2035,11,248000,259000 +VEN,2035,12,245000,256000 +VEN,2035,13,242000,252000 +VEN,2035,14,239000,248000 +VEN,2035,15,236000,244000 +VEN,2035,16,232000,239000 +VEN,2035,17,232000,239000 +VEN,2035,18,239000,246000 +VEN,2036,0,244000,255000 +VEN,2036,1,246000,258000 +VEN,2036,2,252000,263000 +VEN,2036,3,256000,267000 +VEN,2036,4,258000,269000 +VEN,2036,5,260000,270000 +VEN,2036,6,260000,271000 +VEN,2036,7,260000,271000 +VEN,2036,8,259000,269000 +VEN,2036,9,256000,267000 +VEN,2036,10,254000,264000 +VEN,2036,11,251000,262000 +VEN,2036,12,248000,259000 +VEN,2036,13,245000,256000 +VEN,2036,14,242000,252000 +VEN,2036,15,238000,247000 +VEN,2036,16,235000,243000 +VEN,2036,17,231000,238000 +VEN,2036,18,232000,238000 +VEN,2037,0,242000,253000 +VEN,2037,1,247000,258000 +VEN,2037,2,247000,259000 +VEN,2037,3,252000,263000 +VEN,2037,4,255000,266000 +VEN,2037,5,258000,269000 +VEN,2037,6,259000,270000 +VEN,2037,7,260000,270000 +VEN,2037,8,260000,270000 +VEN,2037,9,259000,269000 +VEN,2037,10,257000,267000 +VEN,2037,11,254000,264000 +VEN,2037,12,251000,261000 +VEN,2037,13,248000,259000 +VEN,2037,14,245000,255000 +VEN,2037,15,241000,251000 +VEN,2037,16,238000,247000 +VEN,2037,17,235000,242000 +VEN,2037,18,231000,237000 +VEN,2038,0,240000,251000 +VEN,2038,1,244000,255000 +VEN,2038,2,248000,259000 +VEN,2038,3,248000,259000 +VEN,2038,4,252000,263000 +VEN,2038,5,255000,266000 +VEN,2038,6,257000,268000 +VEN,2038,7,258000,269000 +VEN,2038,8,259000,270000 +VEN,2038,9,260000,270000 +VEN,2038,10,259000,270000 +VEN,2038,11,257000,267000 +VEN,2038,12,253000,264000 +VEN,2038,13,250000,261000 +VEN,2038,14,248000,258000 +VEN,2038,15,244000,255000 +VEN,2038,16,241000,251000 +VEN,2038,17,238000,246000 +VEN,2038,18,234000,242000 +VEN,2039,0,238000,249000 +VEN,2039,1,241000,252000 +VEN,2039,2,245000,255000 +VEN,2039,3,247000,258000 +VEN,2039,4,249000,260000 +VEN,2039,5,252000,263000 +VEN,2039,6,254000,265000 +VEN,2039,7,256000,267000 +VEN,2039,8,258000,269000 +VEN,2039,9,259000,270000 +VEN,2039,10,260000,270000 +VEN,2039,11,259000,270000 +VEN,2039,12,257000,267000 +VEN,2039,13,253000,264000 +VEN,2039,14,250000,261000 +VEN,2039,15,247000,258000 +VEN,2039,16,244000,255000 +VEN,2039,17,240000,250000 +VEN,2039,18,237000,245000 +VEN,2040,0,236000,247000 +VEN,2040,1,239000,249000 +VEN,2040,2,241000,252000 +VEN,2040,3,244000,255000 +VEN,2040,4,247000,258000 +VEN,2040,5,249000,260000 +VEN,2040,6,252000,263000 +VEN,2040,7,254000,265000 +VEN,2040,8,256000,267000 +VEN,2040,9,257000,268000 +VEN,2040,10,258000,269000 +VEN,2040,11,259000,270000 +VEN,2040,12,259000,270000 +VEN,2040,13,257000,267000 +VEN,2040,14,253000,264000 +VEN,2040,15,250000,261000 +VEN,2040,16,247000,258000 +VEN,2040,17,244000,254000 +VEN,2040,18,240000,249000 +VEN,2041,0,234000,244000 +VEN,2041,1,236000,246000 +VEN,2041,2,239000,249000 +VEN,2041,3,241000,252000 +VEN,2041,4,244000,255000 +VEN,2041,5,247000,258000 +VEN,2041,6,249000,260000 +VEN,2041,7,252000,263000 +VEN,2041,8,254000,265000 +VEN,2041,9,256000,267000 +VEN,2041,10,257000,268000 +VEN,2041,11,258000,269000 +VEN,2041,12,259000,270000 +VEN,2041,13,259000,269000 +VEN,2041,14,256000,267000 +VEN,2041,15,253000,263000 +VEN,2041,16,249000,260000 +VEN,2041,17,246000,257000 +VEN,2041,18,243000,253000 +VEN,2042,0,232000,243000 +VEN,2042,1,234000,244000 +VEN,2042,2,236000,246000 +VEN,2042,3,238000,249000 +VEN,2042,4,241000,252000 +VEN,2042,5,244000,255000 +VEN,2042,6,247000,258000 +VEN,2042,7,249000,260000 +VEN,2042,8,252000,263000 +VEN,2042,9,254000,265000 +VEN,2042,10,256000,267000 +VEN,2042,11,257000,268000 +VEN,2042,12,258000,269000 +VEN,2042,13,259000,269000 +VEN,2042,14,259000,269000 +VEN,2042,15,256000,266000 +VEN,2042,16,252000,263000 +VEN,2042,17,249000,259000 +VEN,2042,18,246000,256000 +VEN,2043,0,230000,241000 +VEN,2043,1,232000,242000 +VEN,2043,2,233000,244000 +VEN,2043,3,236000,246000 +VEN,2043,4,238000,249000 +VEN,2043,5,241000,252000 +VEN,2043,6,244000,255000 +VEN,2043,7,247000,257000 +VEN,2043,8,249000,260000 +VEN,2043,9,252000,263000 +VEN,2043,10,254000,265000 +VEN,2043,11,256000,266000 +VEN,2043,12,257000,268000 +VEN,2043,13,258000,268000 +VEN,2043,14,259000,269000 +VEN,2043,15,258000,268000 +VEN,2043,16,256000,266000 +VEN,2043,17,252000,262000 +VEN,2043,18,249000,258000 +VEN,2044,0,228000,239000 +VEN,2044,1,229000,240000 +VEN,2044,2,231000,241000 +VEN,2044,3,233000,243000 +VEN,2044,4,235000,246000 +VEN,2044,5,238000,249000 +VEN,2044,6,241000,251000 +VEN,2044,7,244000,254000 +VEN,2044,8,246000,257000 +VEN,2044,9,249000,260000 +VEN,2044,10,252000,263000 +VEN,2044,11,254000,265000 +VEN,2044,12,255000,266000 +VEN,2044,13,257000,267000 +VEN,2044,14,258000,268000 +VEN,2044,15,258000,269000 +VEN,2044,16,258000,268000 +VEN,2044,17,255000,265000 +VEN,2044,18,252000,261000 +VEN,2045,0,227000,237000 +VEN,2045,1,227000,238000 +VEN,2045,2,229000,239000 +VEN,2045,3,231000,241000 +VEN,2045,4,233000,243000 +VEN,2045,5,235000,246000 +VEN,2045,6,238000,248000 +VEN,2045,7,241000,251000 +VEN,2045,8,243000,254000 +VEN,2045,9,246000,257000 +VEN,2045,10,249000,260000 +VEN,2045,11,252000,262000 +VEN,2045,12,254000,265000 +VEN,2045,13,255000,266000 +VEN,2045,14,256000,267000 +VEN,2045,15,257000,268000 +VEN,2045,16,258000,268000 +VEN,2045,17,258000,268000 +VEN,2045,18,255000,265000 +VEN,2046,0,225000,236000 +VEN,2046,1,226000,237000 +VEN,2046,2,227000,238000 +VEN,2046,3,229000,239000 +VEN,2046,4,231000,241000 +VEN,2046,5,233000,243000 +VEN,2046,6,235000,246000 +VEN,2046,7,238000,248000 +VEN,2046,8,241000,251000 +VEN,2046,9,243000,254000 +VEN,2046,10,246000,257000 +VEN,2046,11,249000,260000 +VEN,2046,12,251000,262000 +VEN,2046,13,254000,264000 +VEN,2046,14,255000,266000 +VEN,2046,15,256000,267000 +VEN,2046,16,257000,267000 +VEN,2046,17,258000,268000 +VEN,2046,18,257000,267000 +VEN,2047,0,224000,235000 +VEN,2047,1,224000,235000 +VEN,2047,2,226000,236000 +VEN,2047,3,227000,237000 +VEN,2047,4,229000,239000 +VEN,2047,5,231000,241000 +VEN,2047,6,233000,243000 +VEN,2047,7,235000,246000 +VEN,2047,8,238000,248000 +VEN,2047,9,241000,251000 +VEN,2047,10,243000,254000 +VEN,2047,11,246000,257000 +VEN,2047,12,249000,259000 +VEN,2047,13,251000,262000 +VEN,2047,14,253000,264000 +VEN,2047,15,255000,265000 +VEN,2047,16,256000,266000 +VEN,2047,17,257000,266000 +VEN,2047,18,257000,267000 +VEN,2048,0,223000,233000 +VEN,2048,1,223000,233000 +VEN,2048,2,224000,234000 +VEN,2048,3,226000,236000 +VEN,2048,4,227000,237000 +VEN,2048,5,229000,239000 +VEN,2048,6,231000,241000 +VEN,2048,7,233000,243000 +VEN,2048,8,235000,246000 +VEN,2048,9,238000,248000 +VEN,2048,10,240000,251000 +VEN,2048,11,243000,254000 +VEN,2048,12,246000,257000 +VEN,2048,13,249000,259000 +VEN,2048,14,251000,262000 +VEN,2048,15,253000,264000 +VEN,2048,16,255000,265000 +VEN,2048,17,255000,265000 +VEN,2048,18,256000,266000 +VEN,2049,0,222000,232000 +VEN,2049,1,222000,232000 +VEN,2049,2,222000,233000 +VEN,2049,3,223000,233000 +VEN,2049,4,225000,235000 +VEN,2049,5,227000,237000 +VEN,2049,6,229000,239000 +VEN,2049,7,231000,241000 +VEN,2049,8,233000,243000 +VEN,2049,9,235000,246000 +VEN,2049,10,238000,248000 +VEN,2049,11,240000,251000 +VEN,2049,12,243000,254000 +VEN,2049,13,246000,256000 +VEN,2049,14,248000,259000 +VEN,2049,15,251000,261000 +VEN,2049,16,253000,263000 +VEN,2049,17,254000,264000 +VEN,2049,18,255000,265000 +VEN,2050,0,221000,231000 +VEN,2050,1,221000,231000 +VEN,2050,2,221000,231000 +VEN,2050,3,222000,232000 +VEN,2050,4,223000,233000 +VEN,2050,5,225000,235000 +VEN,2050,6,226000,237000 +VEN,2050,7,228000,239000 +VEN,2050,8,231000,241000 +VEN,2050,9,233000,243000 +VEN,2050,10,235000,246000 +VEN,2050,11,238000,248000 +VEN,2050,12,240000,251000 +VEN,2050,13,243000,253000 +VEN,2050,14,246000,256000 +VEN,2050,15,248000,259000 +VEN,2050,16,250000,261000 +VEN,2050,17,252000,263000 +VEN,2050,18,254000,264000 +VGB,1990,0,, +VGB,1990,1,, +VGB,1990,2,, +VGB,1990,3,, +VGB,1990,4,, +VGB,1990,5,, +VGB,1990,6,, +VGB,1990,7,, +VGB,1990,8,, +VGB,1990,9,, +VGB,1990,10,, +VGB,1990,11,, +VGB,1990,12,, +VGB,1990,13,, +VGB,1990,14,, +VGB,1990,15,, +VGB,1990,16,, +VGB,1990,17,, +VGB,1990,18,, +VGB,1991,0,, +VGB,1991,1,, +VGB,1991,2,, +VGB,1991,3,, +VGB,1991,4,, +VGB,1991,5,, +VGB,1991,6,, +VGB,1991,7,, +VGB,1991,8,, +VGB,1991,9,, +VGB,1991,10,, +VGB,1991,11,, +VGB,1991,12,, +VGB,1991,13,, +VGB,1991,14,, +VGB,1991,15,, +VGB,1991,16,, +VGB,1991,17,, +VGB,1991,18,, +VGB,1992,0,, +VGB,1992,1,, +VGB,1992,2,, +VGB,1992,3,, +VGB,1992,4,, +VGB,1992,5,, +VGB,1992,6,, +VGB,1992,7,, +VGB,1992,8,, +VGB,1992,9,, +VGB,1992,10,, +VGB,1992,11,, +VGB,1992,12,, +VGB,1992,13,, +VGB,1992,14,, +VGB,1992,15,, +VGB,1992,16,, +VGB,1992,17,, +VGB,1992,18,, +VGB,1993,0,, +VGB,1993,1,, +VGB,1993,2,, +VGB,1993,3,, +VGB,1993,4,, +VGB,1993,5,, +VGB,1993,6,, +VGB,1993,7,, +VGB,1993,8,, +VGB,1993,9,, +VGB,1993,10,, +VGB,1993,11,, +VGB,1993,12,, +VGB,1993,13,, +VGB,1993,14,, +VGB,1993,15,, +VGB,1993,16,, +VGB,1993,17,, +VGB,1993,18,, +VGB,1994,0,, +VGB,1994,1,, +VGB,1994,2,, +VGB,1994,3,, +VGB,1994,4,, +VGB,1994,5,, +VGB,1994,6,, +VGB,1994,7,, +VGB,1994,8,, +VGB,1994,9,, +VGB,1994,10,, +VGB,1994,11,, +VGB,1994,12,, +VGB,1994,13,, +VGB,1994,14,, +VGB,1994,15,, +VGB,1994,16,, +VGB,1994,17,, +VGB,1994,18,, +VGB,1995,0,, +VGB,1995,1,, +VGB,1995,2,, +VGB,1995,3,, +VGB,1995,4,, +VGB,1995,5,, +VGB,1995,6,, +VGB,1995,7,, +VGB,1995,8,, +VGB,1995,9,, +VGB,1995,10,, +VGB,1995,11,, +VGB,1995,12,, +VGB,1995,13,, +VGB,1995,14,, +VGB,1995,15,, +VGB,1995,16,, +VGB,1995,17,, +VGB,1995,18,, +VGB,1996,0,, +VGB,1996,1,, +VGB,1996,2,, +VGB,1996,3,, +VGB,1996,4,, +VGB,1996,5,, +VGB,1996,6,, +VGB,1996,7,, +VGB,1996,8,, +VGB,1996,9,, +VGB,1996,10,, +VGB,1996,11,, +VGB,1996,12,, +VGB,1996,13,, +VGB,1996,14,, +VGB,1996,15,, +VGB,1996,16,, +VGB,1996,17,, +VGB,1996,18,, +VGB,1997,0,, +VGB,1997,1,, +VGB,1997,2,, +VGB,1997,3,, +VGB,1997,4,, +VGB,1997,5,, +VGB,1997,6,, +VGB,1997,7,, +VGB,1997,8,, +VGB,1997,9,, +VGB,1997,10,, +VGB,1997,11,, +VGB,1997,12,, +VGB,1997,13,, +VGB,1997,14,, +VGB,1997,15,, +VGB,1997,16,, +VGB,1997,17,, +VGB,1997,18,, +VGB,1998,0,, +VGB,1998,1,, +VGB,1998,2,, +VGB,1998,3,, +VGB,1998,4,, +VGB,1998,5,, +VGB,1998,6,, +VGB,1998,7,, +VGB,1998,8,, +VGB,1998,9,, +VGB,1998,10,, +VGB,1998,11,, +VGB,1998,12,, +VGB,1998,13,, +VGB,1998,14,, +VGB,1998,15,, +VGB,1998,16,, +VGB,1998,17,, +VGB,1998,18,, +VGB,1999,0,, +VGB,1999,1,, +VGB,1999,2,, +VGB,1999,3,, +VGB,1999,4,, +VGB,1999,5,, +VGB,1999,6,, +VGB,1999,7,, +VGB,1999,8,, +VGB,1999,9,, +VGB,1999,10,, +VGB,1999,11,, +VGB,1999,12,, +VGB,1999,13,, +VGB,1999,14,, +VGB,1999,15,, +VGB,1999,16,, +VGB,1999,17,, +VGB,1999,18,, +VGB,2000,0,, +VGB,2000,1,, +VGB,2000,2,, +VGB,2000,3,, +VGB,2000,4,, +VGB,2000,5,, +VGB,2000,6,, +VGB,2000,7,, +VGB,2000,8,, +VGB,2000,9,, +VGB,2000,10,, +VGB,2000,11,, +VGB,2000,12,, +VGB,2000,13,, +VGB,2000,14,, +VGB,2000,15,, +VGB,2000,16,, +VGB,2000,17,, +VGB,2000,18,, +VGB,2001,0,, +VGB,2001,1,, +VGB,2001,2,, +VGB,2001,3,, +VGB,2001,4,, +VGB,2001,5,, +VGB,2001,6,, +VGB,2001,7,, +VGB,2001,8,, +VGB,2001,9,, +VGB,2001,10,, +VGB,2001,11,, +VGB,2001,12,, +VGB,2001,13,, +VGB,2001,14,, +VGB,2001,15,, +VGB,2001,16,, +VGB,2001,17,, +VGB,2001,18,, +VGB,2002,0,, +VGB,2002,1,, +VGB,2002,2,, +VGB,2002,3,, +VGB,2002,4,, +VGB,2002,5,, +VGB,2002,6,, +VGB,2002,7,, +VGB,2002,8,, +VGB,2002,9,, +VGB,2002,10,, +VGB,2002,11,, +VGB,2002,12,, +VGB,2002,13,, +VGB,2002,14,, +VGB,2002,15,, +VGB,2002,16,, +VGB,2002,17,, +VGB,2002,18,, +VGB,2003,0,, +VGB,2003,1,, +VGB,2003,2,, +VGB,2003,3,, +VGB,2003,4,, +VGB,2003,5,, +VGB,2003,6,, +VGB,2003,7,, +VGB,2003,8,, +VGB,2003,9,, +VGB,2003,10,, +VGB,2003,11,, +VGB,2003,12,, +VGB,2003,13,, +VGB,2003,14,, +VGB,2003,15,, +VGB,2003,16,, +VGB,2003,17,, +VGB,2003,18,, +VGB,2004,0,, +VGB,2004,1,, +VGB,2004,2,, +VGB,2004,3,, +VGB,2004,4,, +VGB,2004,5,, +VGB,2004,6,, +VGB,2004,7,, +VGB,2004,8,, +VGB,2004,9,, +VGB,2004,10,, +VGB,2004,11,, +VGB,2004,12,, +VGB,2004,13,, +VGB,2004,14,, +VGB,2004,15,, +VGB,2004,16,, +VGB,2004,17,, +VGB,2004,18,, +VGB,2005,0,, +VGB,2005,1,, +VGB,2005,2,, +VGB,2005,3,, +VGB,2005,4,, +VGB,2005,5,, +VGB,2005,6,, +VGB,2005,7,, +VGB,2005,8,, +VGB,2005,9,, +VGB,2005,10,, +VGB,2005,11,, +VGB,2005,12,, +VGB,2005,13,, +VGB,2005,14,, +VGB,2005,15,, +VGB,2005,16,, +VGB,2005,17,, +VGB,2005,18,, +VGB,2006,0,, +VGB,2006,1,, +VGB,2006,2,, +VGB,2006,3,, +VGB,2006,4,, +VGB,2006,5,, +VGB,2006,6,, +VGB,2006,7,, +VGB,2006,8,, +VGB,2006,9,, +VGB,2006,10,, +VGB,2006,11,, +VGB,2006,12,, +VGB,2006,13,, +VGB,2006,14,, +VGB,2006,15,, +VGB,2006,16,, +VGB,2006,17,, +VGB,2006,18,, +VGB,2007,0,, +VGB,2007,1,, +VGB,2007,2,, +VGB,2007,3,, +VGB,2007,4,, +VGB,2007,5,, +VGB,2007,6,, +VGB,2007,7,, +VGB,2007,8,, +VGB,2007,9,, +VGB,2007,10,, +VGB,2007,11,, +VGB,2007,12,, +VGB,2007,13,, +VGB,2007,14,, +VGB,2007,15,, +VGB,2007,16,, +VGB,2007,17,, +VGB,2007,18,, +VGB,2008,0,, +VGB,2008,1,, +VGB,2008,2,, +VGB,2008,3,, +VGB,2008,4,, +VGB,2008,5,, +VGB,2008,6,, +VGB,2008,7,, +VGB,2008,8,, +VGB,2008,9,, +VGB,2008,10,, +VGB,2008,11,, +VGB,2008,12,, +VGB,2008,13,, +VGB,2008,14,, +VGB,2008,15,, +VGB,2008,16,, +VGB,2008,17,, +VGB,2008,18,, +VGB,2009,0,, +VGB,2009,1,, +VGB,2009,2,, +VGB,2009,3,, +VGB,2009,4,, +VGB,2009,5,, +VGB,2009,6,, +VGB,2009,7,, +VGB,2009,8,, +VGB,2009,9,, +VGB,2009,10,, +VGB,2009,11,, +VGB,2009,12,, +VGB,2009,13,, +VGB,2009,14,, +VGB,2009,15,, +VGB,2009,16,, +VGB,2009,17,, +VGB,2009,18,, +VGB,2010,0,, +VGB,2010,1,, +VGB,2010,2,, +VGB,2010,3,, +VGB,2010,4,, +VGB,2010,5,, +VGB,2010,6,, +VGB,2010,7,, +VGB,2010,8,, +VGB,2010,9,, +VGB,2010,10,, +VGB,2010,11,, +VGB,2010,12,, +VGB,2010,13,, +VGB,2010,14,, +VGB,2010,15,, +VGB,2010,16,, +VGB,2010,17,, +VGB,2010,18,, +VGB,2011,0,, +VGB,2011,1,, +VGB,2011,2,, +VGB,2011,3,, +VGB,2011,4,, +VGB,2011,5,, +VGB,2011,6,, +VGB,2011,7,, +VGB,2011,8,, +VGB,2011,9,, +VGB,2011,10,, +VGB,2011,11,, +VGB,2011,12,, +VGB,2011,13,, +VGB,2011,14,, +VGB,2011,15,, +VGB,2011,16,, +VGB,2011,17,, +VGB,2011,18,, +VGB,2012,0,, +VGB,2012,1,, +VGB,2012,2,, +VGB,2012,3,, +VGB,2012,4,, +VGB,2012,5,, +VGB,2012,6,, +VGB,2012,7,, +VGB,2012,8,, +VGB,2012,9,, +VGB,2012,10,, +VGB,2012,11,, +VGB,2012,12,, +VGB,2012,13,, +VGB,2012,14,, +VGB,2012,15,, +VGB,2012,16,, +VGB,2012,17,, +VGB,2012,18,, +VGB,2013,0,, +VGB,2013,1,, +VGB,2013,2,, +VGB,2013,3,, +VGB,2013,4,, +VGB,2013,5,, +VGB,2013,6,, +VGB,2013,7,, +VGB,2013,8,, +VGB,2013,9,, +VGB,2013,10,, +VGB,2013,11,, +VGB,2013,12,, +VGB,2013,13,, +VGB,2013,14,, +VGB,2013,15,, +VGB,2013,16,, +VGB,2013,17,, +VGB,2013,18,, +VGB,2014,0,, +VGB,2014,1,, +VGB,2014,2,, +VGB,2014,3,, +VGB,2014,4,, +VGB,2014,5,, +VGB,2014,6,, +VGB,2014,7,, +VGB,2014,8,, +VGB,2014,9,, +VGB,2014,10,, +VGB,2014,11,, +VGB,2014,12,, +VGB,2014,13,, +VGB,2014,14,, +VGB,2014,15,, +VGB,2014,16,, +VGB,2014,17,, +VGB,2014,18,, +VGB,2015,0,, +VGB,2015,1,, +VGB,2015,2,, +VGB,2015,3,, +VGB,2015,4,, +VGB,2015,5,, +VGB,2015,6,, +VGB,2015,7,, +VGB,2015,8,, +VGB,2015,9,, +VGB,2015,10,, +VGB,2015,11,, +VGB,2015,12,, +VGB,2015,13,, +VGB,2015,14,, +VGB,2015,15,, +VGB,2015,16,, +VGB,2015,17,, +VGB,2015,18,, +VGB,2016,0,, +VGB,2016,1,, +VGB,2016,2,, +VGB,2016,3,, +VGB,2016,4,, +VGB,2016,5,, +VGB,2016,6,, +VGB,2016,7,, +VGB,2016,8,, +VGB,2016,9,, +VGB,2016,10,, +VGB,2016,11,, +VGB,2016,12,, +VGB,2016,13,, +VGB,2016,14,, +VGB,2016,15,, +VGB,2016,16,, +VGB,2016,17,, +VGB,2016,18,, +VGB,2017,0,, +VGB,2017,1,, +VGB,2017,2,, +VGB,2017,3,, +VGB,2017,4,, +VGB,2017,5,, +VGB,2017,6,, +VGB,2017,7,, +VGB,2017,8,, +VGB,2017,9,, +VGB,2017,10,, +VGB,2017,11,, +VGB,2017,12,, +VGB,2017,13,, +VGB,2017,14,, +VGB,2017,15,, +VGB,2017,16,, +VGB,2017,17,, +VGB,2017,18,, +VGB,2018,0,, +VGB,2018,1,, +VGB,2018,2,, +VGB,2018,3,, +VGB,2018,4,, +VGB,2018,5,, +VGB,2018,6,, +VGB,2018,7,, +VGB,2018,8,, +VGB,2018,9,, +VGB,2018,10,, +VGB,2018,11,, +VGB,2018,12,, +VGB,2018,13,, +VGB,2018,14,, +VGB,2018,15,, +VGB,2018,16,, +VGB,2018,17,, +VGB,2018,18,, +VGB,2019,0,, +VGB,2019,1,, +VGB,2019,2,, +VGB,2019,3,, +VGB,2019,4,, +VGB,2019,5,, +VGB,2019,6,, +VGB,2019,7,, +VGB,2019,8,, +VGB,2019,9,, +VGB,2019,10,, +VGB,2019,11,, +VGB,2019,12,, +VGB,2019,13,, +VGB,2019,14,, +VGB,2019,15,, +VGB,2019,16,, +VGB,2019,17,, +VGB,2019,18,, +VGB,2020,0,, +VGB,2020,1,, +VGB,2020,2,, +VGB,2020,3,, +VGB,2020,4,, +VGB,2020,5,, +VGB,2020,6,, +VGB,2020,7,, +VGB,2020,8,, +VGB,2020,9,, +VGB,2020,10,, +VGB,2020,11,, +VGB,2020,12,, +VGB,2020,13,, +VGB,2020,14,, +VGB,2020,15,, +VGB,2020,16,, +VGB,2020,17,, +VGB,2020,18,, +VGB,2021,0,, +VGB,2021,1,, +VGB,2021,2,, +VGB,2021,3,, +VGB,2021,4,, +VGB,2021,5,, +VGB,2021,6,, +VGB,2021,7,, +VGB,2021,8,, +VGB,2021,9,, +VGB,2021,10,, +VGB,2021,11,, +VGB,2021,12,, +VGB,2021,13,, +VGB,2021,14,, +VGB,2021,15,, +VGB,2021,16,, +VGB,2021,17,, +VGB,2021,18,, +VGB,2022,0,, +VGB,2022,1,, +VGB,2022,2,, +VGB,2022,3,, +VGB,2022,4,, +VGB,2022,5,, +VGB,2022,6,, +VGB,2022,7,, +VGB,2022,8,, +VGB,2022,9,, +VGB,2022,10,, +VGB,2022,11,, +VGB,2022,12,, +VGB,2022,13,, +VGB,2022,14,, +VGB,2022,15,, +VGB,2022,16,, +VGB,2022,17,, +VGB,2022,18,, +VGB,2023,0,, +VGB,2023,1,, +VGB,2023,2,, +VGB,2023,3,, +VGB,2023,4,, +VGB,2023,5,, +VGB,2023,6,, +VGB,2023,7,, +VGB,2023,8,, +VGB,2023,9,, +VGB,2023,10,, +VGB,2023,11,, +VGB,2023,12,, +VGB,2023,13,, +VGB,2023,14,, +VGB,2023,15,, +VGB,2023,16,, +VGB,2023,17,, +VGB,2023,18,, +VGB,2024,0,, +VGB,2024,1,, +VGB,2024,2,, +VGB,2024,3,, +VGB,2024,4,, +VGB,2024,5,, +VGB,2024,6,, +VGB,2024,7,, +VGB,2024,8,, +VGB,2024,9,, +VGB,2024,10,, +VGB,2024,11,, +VGB,2024,12,, +VGB,2024,13,, +VGB,2024,14,, +VGB,2024,15,, +VGB,2024,16,, +VGB,2024,17,, +VGB,2024,18,, +VGB,2025,0,, +VGB,2025,1,, +VGB,2025,2,, +VGB,2025,3,, +VGB,2025,4,, +VGB,2025,5,, +VGB,2025,6,, +VGB,2025,7,, +VGB,2025,8,, +VGB,2025,9,, +VGB,2025,10,, +VGB,2025,11,, +VGB,2025,12,, +VGB,2025,13,, +VGB,2025,14,, +VGB,2025,15,, +VGB,2025,16,, +VGB,2025,17,, +VGB,2025,18,, +VGB,2026,0,, +VGB,2026,1,, +VGB,2026,2,, +VGB,2026,3,, +VGB,2026,4,, +VGB,2026,5,, +VGB,2026,6,, +VGB,2026,7,, +VGB,2026,8,, +VGB,2026,9,, +VGB,2026,10,, +VGB,2026,11,, +VGB,2026,12,, +VGB,2026,13,, +VGB,2026,14,, +VGB,2026,15,, +VGB,2026,16,, +VGB,2026,17,, +VGB,2026,18,, +VGB,2027,0,, +VGB,2027,1,, +VGB,2027,2,, +VGB,2027,3,, +VGB,2027,4,, +VGB,2027,5,, +VGB,2027,6,, +VGB,2027,7,, +VGB,2027,8,, +VGB,2027,9,, +VGB,2027,10,, +VGB,2027,11,, +VGB,2027,12,, +VGB,2027,13,, +VGB,2027,14,, +VGB,2027,15,, +VGB,2027,16,, +VGB,2027,17,, +VGB,2027,18,, +VGB,2028,0,, +VGB,2028,1,, +VGB,2028,2,, +VGB,2028,3,, +VGB,2028,4,, +VGB,2028,5,, +VGB,2028,6,, +VGB,2028,7,, +VGB,2028,8,, +VGB,2028,9,, +VGB,2028,10,, +VGB,2028,11,, +VGB,2028,12,, +VGB,2028,13,, +VGB,2028,14,, +VGB,2028,15,, +VGB,2028,16,, +VGB,2028,17,, +VGB,2028,18,, +VGB,2029,0,, +VGB,2029,1,, +VGB,2029,2,, +VGB,2029,3,, +VGB,2029,4,, +VGB,2029,5,, +VGB,2029,6,, +VGB,2029,7,, +VGB,2029,8,, +VGB,2029,9,, +VGB,2029,10,, +VGB,2029,11,, +VGB,2029,12,, +VGB,2029,13,, +VGB,2029,14,, +VGB,2029,15,, +VGB,2029,16,, +VGB,2029,17,, +VGB,2029,18,, +VGB,2030,0,, +VGB,2030,1,, +VGB,2030,2,, +VGB,2030,3,, +VGB,2030,4,, +VGB,2030,5,, +VGB,2030,6,, +VGB,2030,7,, +VGB,2030,8,, +VGB,2030,9,, +VGB,2030,10,, +VGB,2030,11,, +VGB,2030,12,, +VGB,2030,13,, +VGB,2030,14,, +VGB,2030,15,, +VGB,2030,16,, +VGB,2030,17,, +VGB,2030,18,, +VGB,2031,0,, +VGB,2031,1,, +VGB,2031,2,, +VGB,2031,3,, +VGB,2031,4,, +VGB,2031,5,, +VGB,2031,6,, +VGB,2031,7,, +VGB,2031,8,, +VGB,2031,9,, +VGB,2031,10,, +VGB,2031,11,, +VGB,2031,12,, +VGB,2031,13,, +VGB,2031,14,, +VGB,2031,15,, +VGB,2031,16,, +VGB,2031,17,, +VGB,2031,18,, +VGB,2032,0,, +VGB,2032,1,, +VGB,2032,2,, +VGB,2032,3,, +VGB,2032,4,, +VGB,2032,5,, +VGB,2032,6,, +VGB,2032,7,, +VGB,2032,8,, +VGB,2032,9,, +VGB,2032,10,, +VGB,2032,11,, +VGB,2032,12,, +VGB,2032,13,, +VGB,2032,14,, +VGB,2032,15,, +VGB,2032,16,, +VGB,2032,17,, +VGB,2032,18,, +VGB,2033,0,, +VGB,2033,1,, +VGB,2033,2,, +VGB,2033,3,, +VGB,2033,4,, +VGB,2033,5,, +VGB,2033,6,, +VGB,2033,7,, +VGB,2033,8,, +VGB,2033,9,, +VGB,2033,10,, +VGB,2033,11,, +VGB,2033,12,, +VGB,2033,13,, +VGB,2033,14,, +VGB,2033,15,, +VGB,2033,16,, +VGB,2033,17,, +VGB,2033,18,, +VGB,2034,0,, +VGB,2034,1,, +VGB,2034,2,, +VGB,2034,3,, +VGB,2034,4,, +VGB,2034,5,, +VGB,2034,6,, +VGB,2034,7,, +VGB,2034,8,, +VGB,2034,9,, +VGB,2034,10,, +VGB,2034,11,, +VGB,2034,12,, +VGB,2034,13,, +VGB,2034,14,, +VGB,2034,15,, +VGB,2034,16,, +VGB,2034,17,, +VGB,2034,18,, +VGB,2035,0,, +VGB,2035,1,, +VGB,2035,2,, +VGB,2035,3,, +VGB,2035,4,, +VGB,2035,5,, +VGB,2035,6,, +VGB,2035,7,, +VGB,2035,8,, +VGB,2035,9,, +VGB,2035,10,, +VGB,2035,11,, +VGB,2035,12,, +VGB,2035,13,, +VGB,2035,14,, +VGB,2035,15,, +VGB,2035,16,, +VGB,2035,17,, +VGB,2035,18,, +VGB,2036,0,, +VGB,2036,1,, +VGB,2036,2,, +VGB,2036,3,, +VGB,2036,4,, +VGB,2036,5,, +VGB,2036,6,, +VGB,2036,7,, +VGB,2036,8,, +VGB,2036,9,, +VGB,2036,10,, +VGB,2036,11,, +VGB,2036,12,, +VGB,2036,13,, +VGB,2036,14,, +VGB,2036,15,, +VGB,2036,16,, +VGB,2036,17,, +VGB,2036,18,, +VGB,2037,0,, +VGB,2037,1,, +VGB,2037,2,, +VGB,2037,3,, +VGB,2037,4,, +VGB,2037,5,, +VGB,2037,6,, +VGB,2037,7,, +VGB,2037,8,, +VGB,2037,9,, +VGB,2037,10,, +VGB,2037,11,, +VGB,2037,12,, +VGB,2037,13,, +VGB,2037,14,, +VGB,2037,15,, +VGB,2037,16,, +VGB,2037,17,, +VGB,2037,18,, +VGB,2038,0,, +VGB,2038,1,, +VGB,2038,2,, +VGB,2038,3,, +VGB,2038,4,, +VGB,2038,5,, +VGB,2038,6,, +VGB,2038,7,, +VGB,2038,8,, +VGB,2038,9,, +VGB,2038,10,, +VGB,2038,11,, +VGB,2038,12,, +VGB,2038,13,, +VGB,2038,14,, +VGB,2038,15,, +VGB,2038,16,, +VGB,2038,17,, +VGB,2038,18,, +VGB,2039,0,, +VGB,2039,1,, +VGB,2039,2,, +VGB,2039,3,, +VGB,2039,4,, +VGB,2039,5,, +VGB,2039,6,, +VGB,2039,7,, +VGB,2039,8,, +VGB,2039,9,, +VGB,2039,10,, +VGB,2039,11,, +VGB,2039,12,, +VGB,2039,13,, +VGB,2039,14,, +VGB,2039,15,, +VGB,2039,16,, +VGB,2039,17,, +VGB,2039,18,, +VGB,2040,0,, +VGB,2040,1,, +VGB,2040,2,, +VGB,2040,3,, +VGB,2040,4,, +VGB,2040,5,, +VGB,2040,6,, +VGB,2040,7,, +VGB,2040,8,, +VGB,2040,9,, +VGB,2040,10,, +VGB,2040,11,, +VGB,2040,12,, +VGB,2040,13,, +VGB,2040,14,, +VGB,2040,15,, +VGB,2040,16,, +VGB,2040,17,, +VGB,2040,18,, +VGB,2041,0,, +VGB,2041,1,, +VGB,2041,2,, +VGB,2041,3,, +VGB,2041,4,, +VGB,2041,5,, +VGB,2041,6,, +VGB,2041,7,, +VGB,2041,8,, +VGB,2041,9,, +VGB,2041,10,, +VGB,2041,11,, +VGB,2041,12,, +VGB,2041,13,, +VGB,2041,14,, +VGB,2041,15,, +VGB,2041,16,, +VGB,2041,17,, +VGB,2041,18,, +VGB,2042,0,, +VGB,2042,1,, +VGB,2042,2,, +VGB,2042,3,, +VGB,2042,4,, +VGB,2042,5,, +VGB,2042,6,, +VGB,2042,7,, +VGB,2042,8,, +VGB,2042,9,, +VGB,2042,10,, +VGB,2042,11,, +VGB,2042,12,, +VGB,2042,13,, +VGB,2042,14,, +VGB,2042,15,, +VGB,2042,16,, +VGB,2042,17,, +VGB,2042,18,, +VGB,2043,0,, +VGB,2043,1,, +VGB,2043,2,, +VGB,2043,3,, +VGB,2043,4,, +VGB,2043,5,, +VGB,2043,6,, +VGB,2043,7,, +VGB,2043,8,, +VGB,2043,9,, +VGB,2043,10,, +VGB,2043,11,, +VGB,2043,12,, +VGB,2043,13,, +VGB,2043,14,, +VGB,2043,15,, +VGB,2043,16,, +VGB,2043,17,, +VGB,2043,18,, +VGB,2044,0,, +VGB,2044,1,, +VGB,2044,2,, +VGB,2044,3,, +VGB,2044,4,, +VGB,2044,5,, +VGB,2044,6,, +VGB,2044,7,, +VGB,2044,8,, +VGB,2044,9,, +VGB,2044,10,, +VGB,2044,11,, +VGB,2044,12,, +VGB,2044,13,, +VGB,2044,14,, +VGB,2044,15,, +VGB,2044,16,, +VGB,2044,17,, +VGB,2044,18,, +VGB,2045,0,, +VGB,2045,1,, +VGB,2045,2,, +VGB,2045,3,, +VGB,2045,4,, +VGB,2045,5,, +VGB,2045,6,, +VGB,2045,7,, +VGB,2045,8,, +VGB,2045,9,, +VGB,2045,10,, +VGB,2045,11,, +VGB,2045,12,, +VGB,2045,13,, +VGB,2045,14,, +VGB,2045,15,, +VGB,2045,16,, +VGB,2045,17,, +VGB,2045,18,, +VGB,2046,0,, +VGB,2046,1,, +VGB,2046,2,, +VGB,2046,3,, +VGB,2046,4,, +VGB,2046,5,, +VGB,2046,6,, +VGB,2046,7,, +VGB,2046,8,, +VGB,2046,9,, +VGB,2046,10,, +VGB,2046,11,, +VGB,2046,12,, +VGB,2046,13,, +VGB,2046,14,, +VGB,2046,15,, +VGB,2046,16,, +VGB,2046,17,, +VGB,2046,18,, +VGB,2047,0,, +VGB,2047,1,, +VGB,2047,2,, +VGB,2047,3,, +VGB,2047,4,, +VGB,2047,5,, +VGB,2047,6,, +VGB,2047,7,, +VGB,2047,8,, +VGB,2047,9,, +VGB,2047,10,, +VGB,2047,11,, +VGB,2047,12,, +VGB,2047,13,, +VGB,2047,14,, +VGB,2047,15,, +VGB,2047,16,, +VGB,2047,17,, +VGB,2047,18,, +VGB,2048,0,, +VGB,2048,1,, +VGB,2048,2,, +VGB,2048,3,, +VGB,2048,4,, +VGB,2048,5,, +VGB,2048,6,, +VGB,2048,7,, +VGB,2048,8,, +VGB,2048,9,, +VGB,2048,10,, +VGB,2048,11,, +VGB,2048,12,, +VGB,2048,13,, +VGB,2048,14,, +VGB,2048,15,, +VGB,2048,16,, +VGB,2048,17,, +VGB,2048,18,, +VGB,2049,0,, +VGB,2049,1,, +VGB,2049,2,, +VGB,2049,3,, +VGB,2049,4,, +VGB,2049,5,, +VGB,2049,6,, +VGB,2049,7,, +VGB,2049,8,, +VGB,2049,9,, +VGB,2049,10,, +VGB,2049,11,, +VGB,2049,12,, +VGB,2049,13,, +VGB,2049,14,, +VGB,2049,15,, +VGB,2049,16,, +VGB,2049,17,, +VGB,2049,18,, +VGB,2050,0,, +VGB,2050,1,, +VGB,2050,2,, +VGB,2050,3,, +VGB,2050,4,, +VGB,2050,5,, +VGB,2050,6,, +VGB,2050,7,, +VGB,2050,8,, +VGB,2050,9,, +VGB,2050,10,, +VGB,2050,11,, +VGB,2050,12,, +VGB,2050,13,, +VGB,2050,14,, +VGB,2050,15,, +VGB,2050,16,, +VGB,2050,17,, +VGB,2050,18,, +VIR,1990,0,871,922 +VIR,1990,1,909,946 +VIR,1990,2,941,966 +VIR,1990,3,966,984 +VIR,1990,4,985,998 +VIR,1990,5,1000,1010 +VIR,1990,6,1010,1019 +VIR,1990,7,1016,1026 +VIR,1990,8,1019,1031 +VIR,1990,9,1019,1034 +VIR,1990,10,1014,1033 +VIR,1990,11,1004,1026 +VIR,1990,12,999,1023 +VIR,1990,13,1005,1030 +VIR,1990,14,1015,1039 +VIR,1990,15,1023,1045 +VIR,1990,16,1033,1055 +VIR,1990,17,1021,1037 +VIR,1990,18,971,977 +VIR,1991,0,891,949 +VIR,1991,1,875,914 +VIR,1991,2,902,927 +VIR,1991,3,928,941 +VIR,1991,4,950,956 +VIR,1991,5,971,971 +VIR,1991,6,989,986 +VIR,1991,7,1006,1003 +VIR,1991,8,1015,1013 +VIR,1991,9,1013,1013 +VIR,1991,10,1002,1007 +VIR,1991,11,989,999 +VIR,1991,12,970,986 +VIR,1991,13,960,979 +VIR,1991,14,963,981 +VIR,1991,15,973,988 +VIR,1991,16,980,992 +VIR,1991,17,991,999 +VIR,1991,18,980,982 +VIR,1992,0,1016,1088 +VIR,1992,1,987,1038 +VIR,1992,2,879,905 +VIR,1992,3,895,907 +VIR,1992,4,914,915 +VIR,1992,5,935,927 +VIR,1992,6,956,942 +VIR,1992,7,978,961 +VIR,1992,8,1003,984 +VIR,1992,9,1015,997 +VIR,1992,10,1006,993 +VIR,1992,11,985,978 +VIR,1992,12,963,964 +VIR,1992,13,937,945 +VIR,1992,14,920,933 +VIR,1992,15,921,931 +VIR,1992,16,931,935 +VIR,1992,17,938,937 +VIR,1992,18,948,941 +VIR,1993,0,1187,1277 +VIR,1993,1,1092,1155 +VIR,1993,2,1020,1060 +VIR,1993,3,881,894 +VIR,1993,4,887,885 +VIR,1993,5,900,886 +VIR,1993,6,919,896 +VIR,1993,7,940,912 +VIR,1993,8,966,934 +VIR,1993,9,998,964 +VIR,1993,10,1013,980 +VIR,1993,11,999,972 +VIR,1993,12,966,948 +VIR,1993,13,936,926 +VIR,1993,14,902,903 +VIR,1993,15,880,885 +VIR,1993,16,878,880 +VIR,1993,17,888,881 +VIR,1993,18,894,880 +VIR,1994,0,1327,1432 +VIR,1994,1,1179,1253 +VIR,1994,2,1066,1112 +VIR,1994,3,983,1006 +VIR,1994,4,885,883 +VIR,1994,5,880,863 +VIR,1994,6,887,859 +VIR,1994,7,903,867 +VIR,1994,8,925,882 +VIR,1994,9,954,908 +VIR,1994,10,994,945 +VIR,1994,11,1012,964 +VIR,1994,12,992,951 +VIR,1994,13,949,919 +VIR,1994,14,910,891 +VIR,1994,15,868,861 +VIR,1994,16,840,839 +VIR,1994,17,835,829 +VIR,1994,18,845,828 +VIR,1995,0,1380,1495 +VIR,1995,1,1212,1294 +VIR,1995,2,1084,1136 +VIR,1995,3,990,1017 +VIR,1995,4,927,932 +VIR,1995,5,890,876 +VIR,1995,6,874,846 +VIR,1995,7,875,835 +VIR,1995,8,889,840 +VIR,1995,9,912,856 +VIR,1995,10,945,885 +VIR,1995,11,992,929 +VIR,1995,12,1013,951 +VIR,1995,13,987,934 +VIR,1995,14,933,893 +VIR,1995,15,886,858 +VIR,1995,16,836,823 +VIR,1995,17,802,795 +VIR,1995,18,795,782 +VIR,1996,0,1313,1421 +VIR,1996,1,1290,1382 +VIR,1996,2,1161,1226 +VIR,1996,3,1061,1102 +VIR,1996,4,988,1008 +VIR,1996,5,938,939 +VIR,1996,6,906,892 +VIR,1996,7,891,863 +VIR,1996,8,889,850 +VIR,1996,9,899,852 +VIR,1996,10,916,864 +VIR,1996,11,941,885 +VIR,1996,12,978,918 +VIR,1996,13,989,929 +VIR,1996,14,956,903 +VIR,1996,15,897,853 +VIR,1996,16,845,810 +VIR,1996,17,790,766 +VIR,1996,18,753,733 +VIR,1997,0,1168,1265 +VIR,1997,1,1079,1151 +VIR,1997,2,1207,1280 +VIR,1997,3,1116,1167 +VIR,1997,4,1044,1076 +VIR,1997,5,991,1005 +VIR,1997,6,953,952 +VIR,1997,7,928,913 +VIR,1997,8,912,885 +VIR,1997,9,907,871 +VIR,1997,10,912,870 +VIR,1997,11,924,877 +VIR,1997,12,941,890 +VIR,1997,13,968,913 +VIR,1997,14,970,914 +VIR,1997,15,930,878 +VIR,1997,16,866,820 +VIR,1997,17,808,768 +VIR,1997,18,747,715 +VIR,1998,0,981,1066 +VIR,1998,1,963,1028 +VIR,1998,2,952,1000 +VIR,1998,3,1128,1185 +VIR,1998,4,1074,1115 +VIR,1998,5,1031,1056 +VIR,1998,6,997,1008 +VIR,1998,7,972,970 +VIR,1998,8,952,939 +VIR,1998,9,936,913 +VIR,1998,10,928,897 +VIR,1998,11,930,893 +VIR,1998,12,936,895 +VIR,1998,13,945,900 +VIR,1998,14,962,913 +VIR,1998,15,954,904 +VIR,1998,16,908,858 +VIR,1998,17,838,792 +VIR,1998,18,774,730 +VIR,1999,0,807,879 +VIR,1999,1,852,911 +VIR,1999,2,891,937 +VIR,1999,3,923,958 +VIR,1999,4,1048,1090 +VIR,1999,5,1033,1063 +VIR,1999,6,1018,1037 +VIR,1999,7,1004,1012 +VIR,1999,8,991,990 +VIR,1999,9,977,967 +VIR,1999,10,960,942 +VIR,1999,11,949,924 +VIR,1999,12,947,916 +VIR,1999,13,948,914 +VIR,1999,14,949,912 +VIR,1999,15,956,914 +VIR,1999,16,939,894 +VIR,1999,17,885,839 +VIR,1999,18,810,763 +VIR,2000,0,689,748 +VIR,2000,1,770,823 +VIR,2000,2,837,884 +VIR,2000,3,891,932 +VIR,2000,4,934,968 +VIR,2000,5,966,993 +VIR,2000,6,989,1008 +VIR,2000,7,1002,1015 +VIR,2000,8,1008,1014 +VIR,2000,9,1008,1007 +VIR,2000,10,1000,992 +VIR,2000,11,983,969 +VIR,2000,12,969,949 +VIR,2000,13,962,938 +VIR,2000,14,958,931 +VIR,2000,15,951,921 +VIR,2000,16,947,913 +VIR,2000,17,921,883 +VIR,2000,18,860,818 +VIR,2001,0,641,690 +VIR,2001,1,697,756 +VIR,2001,2,766,820 +VIR,2001,3,825,873 +VIR,2001,4,874,915 +VIR,2001,5,914,948 +VIR,2001,6,946,972 +VIR,2001,7,971,989 +VIR,2001,8,986,996 +VIR,2001,9,988,991 +VIR,2001,10,982,977 +VIR,2001,11,970,957 +VIR,2001,12,950,929 +VIR,2001,13,934,907 +VIR,2001,14,929,897 +VIR,2001,15,927,892 +VIR,2001,16,922,883 +VIR,2001,17,921,877 +VIR,2001,18,898,851 +VIR,2002,0,645,687 +VIR,2002,1,708,756 +VIR,2002,2,703,763 +VIR,2002,3,760,815 +VIR,2002,4,810,860 +VIR,2002,5,854,897 +VIR,2002,6,891,926 +VIR,2002,7,923,949 +VIR,2002,8,951,968 +VIR,2002,9,967,975 +VIR,2002,10,966,965 +VIR,2002,11,954,945 +VIR,2002,12,938,920 +VIR,2002,13,915,888 +VIR,2002,14,898,864 +VIR,2002,15,893,853 +VIR,2002,16,894,850 +VIR,2002,17,891,844 +VIR,2002,18,892,840 +VIR,2003,0,684,719 +VIR,2003,1,711,756 +VIR,2003,2,739,790 +VIR,2003,3,708,768 +VIR,2003,4,752,809 +VIR,2003,5,794,845 +VIR,2003,6,833,877 +VIR,2003,7,867,902 +VIR,2003,8,899,925 +VIR,2003,9,929,945 +VIR,2003,10,946,951 +VIR,2003,11,942,938 +VIR,2003,12,924,911 +VIR,2003,13,904,881 +VIR,2003,14,878,846 +VIR,2003,15,860,819 +VIR,2003,16,855,808 +VIR,2003,17,859,807 +VIR,2003,18,859,802 +VIR,2004,0,734,759 +VIR,2004,1,722,763 +VIR,2004,2,721,771 +VIR,2004,3,729,785 +VIR,2004,4,713,773 +VIR,2004,5,745,802 +VIR,2004,6,778,830 +VIR,2004,7,811,856 +VIR,2004,8,843,878 +VIR,2004,9,874,900 +VIR,2004,10,908,922 +VIR,2004,11,925,927 +VIR,2004,12,918,909 +VIR,2004,13,894,876 +VIR,2004,14,871,842 +VIR,2004,15,842,802 +VIR,2004,16,821,773 +VIR,2004,17,818,763 +VIR,2004,18,824,763 +VIR,2005,0,772,785 +VIR,2005,1,734,765 +VIR,2005,2,712,756 +VIR,2005,3,703,756 +VIR,2005,4,706,764 +VIR,2005,5,718,777 +VIR,2005,6,738,795 +VIR,2005,7,763,815 +VIR,2005,8,791,835 +VIR,2005,9,819,854 +VIR,2005,10,851,875 +VIR,2005,11,887,898 +VIR,2005,12,905,904 +VIR,2005,13,895,882 +VIR,2005,14,866,842 +VIR,2005,15,838,803 +VIR,2005,16,806,759 +VIR,2005,17,784,728 +VIR,2005,18,781,717 +VIR,2006,0,797,793 +VIR,2006,1,755,773 +VIR,2006,2,724,758 +VIR,2006,3,706,752 +VIR,2006,4,699,753 +VIR,2006,5,703,761 +VIR,2006,6,714,773 +VIR,2006,7,731,787 +VIR,2006,8,753,804 +VIR,2006,9,778,822 +VIR,2006,10,804,839 +VIR,2006,11,832,856 +VIR,2006,12,864,877 +VIR,2006,13,879,879 +VIR,2006,14,865,853 +VIR,2006,15,834,808 +VIR,2006,16,805,765 +VIR,2006,17,771,718 +VIR,2006,18,749,684 +VIR,2007,0,814,790 +VIR,2007,1,756,758 +VIR,2007,2,739,761 +VIR,2007,3,714,751 +VIR,2007,4,700,747 +VIR,2007,5,696,750 +VIR,2007,6,700,757 +VIR,2007,7,710,768 +VIR,2007,8,725,780 +VIR,2007,9,744,794 +VIR,2007,10,766,809 +VIR,2007,11,789,824 +VIR,2007,12,813,838 +VIR,2007,13,842,856 +VIR,2007,14,853,855 +VIR,2007,15,837,824 +VIR,2007,16,804,775 +VIR,2007,17,772,727 +VIR,2007,18,737,676 +VIR,2008,0,822,779 +VIR,2008,1,766,753 +VIR,2008,2,725,736 +VIR,2008,3,723,750 +VIR,2008,4,705,743 +VIR,2008,5,695,743 +VIR,2008,6,694,747 +VIR,2008,7,698,754 +VIR,2008,8,707,763 +VIR,2008,9,720,772 +VIR,2008,10,735,784 +VIR,2008,11,755,796 +VIR,2008,12,774,809 +VIR,2008,13,795,820 +VIR,2008,14,820,835 +VIR,2008,15,828,830 +VIR,2008,16,809,795 +VIR,2008,17,774,741 +VIR,2008,18,740,690 +VIR,2009,0,820,767 +VIR,2009,1,771,747 +VIR,2009,2,735,734 +VIR,2009,3,709,728 +VIR,2009,4,708,738 +VIR,2009,5,696,737 +VIR,2009,6,691,739 +VIR,2009,7,691,744 +VIR,2009,8,696,751 +VIR,2009,9,705,758 +VIR,2009,10,714,765 +VIR,2009,11,727,774 +VIR,2009,12,744,784 +VIR,2009,13,761,794 +VIR,2009,14,778,803 +VIR,2009,15,799,815 +VIR,2009,16,803,806 +VIR,2009,17,782,767 +VIR,2009,18,744,708 +VIR,2010,0,805,759 +VIR,2010,1,769,744 +VIR,2010,2,740,734 +VIR,2010,3,718,729 +VIR,2010,4,703,726 +VIR,2010,5,693,727 +VIR,2010,6,688,730 +VIR,2010,7,687,735 +VIR,2010,8,689,741 +VIR,2010,9,695,748 +VIR,2010,10,702,754 +VIR,2010,11,709,759 +VIR,2010,12,719,764 +VIR,2010,13,733,772 +VIR,2010,14,747,779 +VIR,2010,15,761,786 +VIR,2010,16,778,795 +VIR,2010,17,779,783 +VIR,2010,18,754,739 +VIR,2011,0,775,752 +VIR,2011,1,791,750 +VIR,2011,2,762,739 +VIR,2011,3,738,731 +VIR,2011,4,719,727 +VIR,2011,5,705,725 +VIR,2011,6,694,726 +VIR,2011,7,686,728 +VIR,2011,8,682,732 +VIR,2011,9,684,737 +VIR,2011,10,689,743 +VIR,2011,11,694,747 +VIR,2011,12,699,750 +VIR,2011,13,707,753 +VIR,2011,14,719,759 +VIR,2011,15,731,765 +VIR,2011,16,743,769 +VIR,2011,17,759,776 +VIR,2011,18,758,763 +VIR,2012,0,731,748 +VIR,2012,1,732,739 +VIR,2012,2,777,742 +VIR,2012,3,756,734 +VIR,2012,4,738,729 +VIR,2012,5,721,726 +VIR,2012,6,707,725 +VIR,2012,7,696,725 +VIR,2012,8,685,727 +VIR,2012,9,679,730 +VIR,2012,10,679,733 +VIR,2012,11,683,738 +VIR,2012,12,687,741 +VIR,2012,13,690,741 +VIR,2012,14,696,743 +VIR,2012,15,706,747 +VIR,2012,16,716,751 +VIR,2012,17,727,753 +VIR,2012,18,740,759 +VIR,2013,0,682,743 +VIR,2013,1,704,735 +VIR,2013,2,719,730 +VIR,2013,3,764,735 +VIR,2013,4,751,730 +VIR,2013,5,738,727 +VIR,2013,6,724,725 +VIR,2013,7,711,725 +VIR,2013,8,698,725 +VIR,2013,9,685,726 +VIR,2013,10,677,728 +VIR,2013,11,675,730 +VIR,2013,12,678,733 +VIR,2013,13,681,735 +VIR,2013,14,682,734 +VIR,2013,15,686,734 +VIR,2013,16,694,736 +VIR,2013,17,702,738 +VIR,2013,18,711,738 +VIR,2014,0,636,732 +VIR,2014,1,675,728 +VIR,2014,2,704,725 +VIR,2014,3,723,724 +VIR,2014,4,752,729 +VIR,2014,5,746,727 +VIR,2014,6,738,726 +VIR,2014,7,727,726 +VIR,2014,8,715,726 +VIR,2014,9,701,726 +VIR,2014,10,685,726 +VIR,2014,11,674,727 +VIR,2014,12,671,728 +VIR,2014,13,674,730 +VIR,2014,14,675,729 +VIR,2014,15,674,727 +VIR,2014,16,676,725 +VIR,2014,17,682,725 +VIR,2014,18,688,725 +VIR,2015,0,600,713 +VIR,2015,1,649,715 +VIR,2015,2,687,717 +VIR,2015,3,713,719 +VIR,2015,4,731,721 +VIR,2015,5,740,723 +VIR,2015,6,742,724 +VIR,2015,7,738,725 +VIR,2015,8,730,726 +VIR,2015,9,719,727 +VIR,2015,10,704,727 +VIR,2015,11,685,727 +VIR,2015,12,672,726 +VIR,2015,13,668,726 +VIR,2015,14,670,727 +VIR,2015,15,669,725 +VIR,2015,16,666,720 +VIR,2015,17,666,716 +VIR,2015,18,670,715 +VIR,2016,0,575,680 +VIR,2016,1,606,707 +VIR,2016,2,650,712 +VIR,2016,3,683,715 +VIR,2016,4,708,718 +VIR,2016,5,726,721 +VIR,2016,6,736,722 +VIR,2016,7,741,723 +VIR,2016,8,739,723 +VIR,2016,9,730,724 +VIR,2016,10,717,724 +VIR,2016,11,701,723 +VIR,2016,12,681,722 +VIR,2016,13,667,720 +VIR,2016,14,661,720 +VIR,2016,15,662,719 +VIR,2016,16,661,716 +VIR,2016,17,657,710 +VIR,2016,18,656,706 +VIR,2017,0,561,640 +VIR,2017,1,606,663 +VIR,2017,2,612,703 +VIR,2017,3,650,709 +VIR,2017,4,680,715 +VIR,2017,5,704,719 +VIR,2017,6,721,721 +VIR,2017,7,732,722 +VIR,2017,8,740,722 +VIR,2017,9,740,722 +VIR,2017,10,731,722 +VIR,2017,11,715,722 +VIR,2017,12,697,720 +VIR,2017,13,677,718 +VIR,2017,14,661,715 +VIR,2017,15,655,714 +VIR,2017,16,655,712 +VIR,2017,17,653,708 +VIR,2017,18,648,702 +VIR,2018,0,555,598 +VIR,2018,1,588,632 +VIR,2018,2,618,660 +VIR,2018,3,618,699 +VIR,2018,4,650,708 +VIR,2018,5,677,715 +VIR,2018,6,699,719 +VIR,2018,7,715,722 +VIR,2018,8,729,723 +VIR,2018,9,739,723 +VIR,2018,10,741,722 +VIR,2018,11,731,721 +VIR,2018,12,713,720 +VIR,2018,13,694,718 +VIR,2018,14,673,714 +VIR,2018,15,656,711 +VIR,2018,16,649,708 +VIR,2018,17,648,706 +VIR,2018,18,645,701 +VIR,2019,0,600,600 +VIR,2019,1,600,600 +VIR,2019,2,600,600 +VIR,2019,3,600,700 +VIR,2019,4,600,700 +VIR,2019,5,700,700 +VIR,2019,6,700,700 +VIR,2019,7,700,700 +VIR,2019,8,700,700 +VIR,2019,9,700,700 +VIR,2019,10,700,700 +VIR,2019,11,700,700 +VIR,2019,12,700,700 +VIR,2019,13,700,700 +VIR,2019,14,700,700 +VIR,2019,15,700,700 +VIR,2019,16,700,700 +VIR,2019,17,600,700 +VIR,2019,18,600,700 +VIR,2020,0,600,500 +VIR,2020,1,600,600 +VIR,2020,2,600,600 +VIR,2020,3,600,600 +VIR,2020,4,600,700 +VIR,2020,5,600,700 +VIR,2020,6,700,700 +VIR,2020,7,700,700 +VIR,2020,8,700,700 +VIR,2020,9,700,700 +VIR,2020,10,700,700 +VIR,2020,11,700,700 +VIR,2020,12,700,700 +VIR,2020,13,700,700 +VIR,2020,14,700,700 +VIR,2020,15,700,700 +VIR,2020,16,700,700 +VIR,2020,17,600,700 +VIR,2020,18,600,700 +VIR,2021,0,600,500 +VIR,2021,1,600,600 +VIR,2021,2,600,600 +VIR,2021,3,600,600 +VIR,2021,4,600,600 +VIR,2021,5,600,700 +VIR,2021,6,600,700 +VIR,2021,7,700,700 +VIR,2021,8,700,700 +VIR,2021,9,700,700 +VIR,2021,10,700,700 +VIR,2021,11,700,700 +VIR,2021,12,700,700 +VIR,2021,13,700,700 +VIR,2021,14,700,700 +VIR,2021,15,700,700 +VIR,2021,16,700,700 +VIR,2021,17,700,700 +VIR,2021,18,600,700 +VIR,2022,0,600,600 +VIR,2022,1,600,600 +VIR,2022,2,600,600 +VIR,2022,3,600,600 +VIR,2022,4,600,600 +VIR,2022,5,600,600 +VIR,2022,6,600,700 +VIR,2022,7,600,700 +VIR,2022,8,700,700 +VIR,2022,9,700,700 +VIR,2022,10,700,700 +VIR,2022,11,700,700 +VIR,2022,12,700,700 +VIR,2022,13,700,700 +VIR,2022,14,700,700 +VIR,2022,15,700,700 +VIR,2022,16,700,700 +VIR,2022,17,700,700 +VIR,2022,18,600,700 +VIR,2023,0,600,600 +VIR,2023,1,600,600 +VIR,2023,2,500,600 +VIR,2023,3,500,600 +VIR,2023,4,600,600 +VIR,2023,5,600,600 +VIR,2023,6,600,600 +VIR,2023,7,600,700 +VIR,2023,8,600,700 +VIR,2023,9,700,700 +VIR,2023,10,700,700 +VIR,2023,11,700,700 +VIR,2023,12,700,700 +VIR,2023,13,700,700 +VIR,2023,14,700,700 +VIR,2023,15,700,700 +VIR,2023,16,700,700 +VIR,2023,17,700,700 +VIR,2023,18,700,700 +VIR,2024,0,600,600 +VIR,2024,1,600,600 +VIR,2024,2,500,600 +VIR,2024,3,500,600 +VIR,2024,4,500,600 +VIR,2024,5,600,600 +VIR,2024,6,600,600 +VIR,2024,7,600,600 +VIR,2024,8,600,700 +VIR,2024,9,600,700 +VIR,2024,10,600,700 +VIR,2024,11,700,700 +VIR,2024,12,700,700 +VIR,2024,13,700,700 +VIR,2024,14,700,700 +VIR,2024,15,700,700 +VIR,2024,16,700,700 +VIR,2024,17,700,700 +VIR,2024,18,700,700 +VIR,2025,0,600,600 +VIR,2025,1,500,600 +VIR,2025,2,500,600 +VIR,2025,3,500,600 +VIR,2025,4,500,600 +VIR,2025,5,500,600 +VIR,2025,6,600,600 +VIR,2025,7,600,600 +VIR,2025,8,600,600 +VIR,2025,9,600,600 +VIR,2025,10,600,700 +VIR,2025,11,600,700 +VIR,2025,12,700,700 +VIR,2025,13,700,700 +VIR,2025,14,700,700 +VIR,2025,15,700,700 +VIR,2025,16,700,700 +VIR,2025,17,700,700 +VIR,2025,18,700,700 +VIR,2026,0,600,600 +VIR,2026,1,600,600 +VIR,2026,2,500,600 +VIR,2026,3,500,600 +VIR,2026,4,500,600 +VIR,2026,5,500,600 +VIR,2026,6,500,600 +VIR,2026,7,600,600 +VIR,2026,8,600,600 +VIR,2026,9,600,600 +VIR,2026,10,600,600 +VIR,2026,11,600,700 +VIR,2026,12,600,700 +VIR,2026,13,700,700 +VIR,2026,14,700,700 +VIR,2026,15,700,700 +VIR,2026,16,700,700 +VIR,2026,17,700,700 +VIR,2026,18,700,700 +VIR,2027,0,500,600 +VIR,2027,1,500,600 +VIR,2027,2,600,600 +VIR,2027,3,500,600 +VIR,2027,4,500,600 +VIR,2027,5,500,600 +VIR,2027,6,500,600 +VIR,2027,7,500,600 +VIR,2027,8,600,600 +VIR,2027,9,600,600 +VIR,2027,10,600,600 +VIR,2027,11,600,600 +VIR,2027,12,600,700 +VIR,2027,13,600,700 +VIR,2027,14,700,700 +VIR,2027,15,700,700 +VIR,2027,16,700,700 +VIR,2027,17,700,700 +VIR,2027,18,700,700 +VIR,2028,0,500,600 +VIR,2028,1,500,600 +VIR,2028,2,500,600 +VIR,2028,3,500,600 +VIR,2028,4,500,600 +VIR,2028,5,500,600 +VIR,2028,6,500,600 +VIR,2028,7,500,600 +VIR,2028,8,500,600 +VIR,2028,9,600,600 +VIR,2028,10,600,600 +VIR,2028,11,600,600 +VIR,2028,12,600,600 +VIR,2028,13,600,700 +VIR,2028,14,600,700 +VIR,2028,15,700,700 +VIR,2028,16,700,700 +VIR,2028,17,700,700 +VIR,2028,18,700,700 +VIR,2029,0,500,600 +VIR,2029,1,500,600 +VIR,2029,2,500,600 +VIR,2029,3,500,600 +VIR,2029,4,500,600 +VIR,2029,5,500,600 +VIR,2029,6,500,600 +VIR,2029,7,500,600 +VIR,2029,8,500,600 +VIR,2029,9,500,600 +VIR,2029,10,600,600 +VIR,2029,11,600,600 +VIR,2029,12,600,600 +VIR,2029,13,600,600 +VIR,2029,14,600,700 +VIR,2029,15,600,700 +VIR,2029,16,600,700 +VIR,2029,17,700,700 +VIR,2029,18,700,700 +VIR,2030,0,500,500 +VIR,2030,1,500,500 +VIR,2030,2,500,600 +VIR,2030,3,500,600 +VIR,2030,4,500,600 +VIR,2030,5,500,600 +VIR,2030,6,500,600 +VIR,2030,7,500,600 +VIR,2030,8,500,600 +VIR,2030,9,500,600 +VIR,2030,10,600,600 +VIR,2030,11,600,600 +VIR,2030,12,600,600 +VIR,2030,13,600,600 +VIR,2030,14,600,600 +VIR,2030,15,600,700 +VIR,2030,16,600,700 +VIR,2030,17,600,700 +VIR,2030,18,700,700 +VIR,2031,0,500,500 +VIR,2031,1,500,500 +VIR,2031,2,500,500 +VIR,2031,3,500,600 +VIR,2031,4,500,600 +VIR,2031,5,500,600 +VIR,2031,6,500,600 +VIR,2031,7,500,600 +VIR,2031,8,500,600 +VIR,2031,9,500,600 +VIR,2031,10,500,600 +VIR,2031,11,500,600 +VIR,2031,12,600,600 +VIR,2031,13,600,600 +VIR,2031,14,600,600 +VIR,2031,15,600,600 +VIR,2031,16,600,700 +VIR,2031,17,600,700 +VIR,2031,18,600,700 +VIR,2032,0,500,500 +VIR,2032,1,500,500 +VIR,2032,2,500,500 +VIR,2032,3,500,500 +VIR,2032,4,500,500 +VIR,2032,5,500,600 +VIR,2032,6,500,600 +VIR,2032,7,500,600 +VIR,2032,8,500,600 +VIR,2032,9,500,600 +VIR,2032,10,500,600 +VIR,2032,11,500,600 +VIR,2032,12,500,600 +VIR,2032,13,500,600 +VIR,2032,14,600,600 +VIR,2032,15,600,600 +VIR,2032,16,600,600 +VIR,2032,17,600,600 +VIR,2032,18,600,700 +VIR,2033,0,500,500 +VIR,2033,1,500,500 +VIR,2033,2,500,500 +VIR,2033,3,500,500 +VIR,2033,4,500,500 +VIR,2033,5,500,500 +VIR,2033,6,500,600 +VIR,2033,7,500,600 +VIR,2033,8,500,600 +VIR,2033,9,500,600 +VIR,2033,10,500,600 +VIR,2033,11,500,600 +VIR,2033,12,500,600 +VIR,2033,13,500,600 +VIR,2033,14,500,600 +VIR,2033,15,500,600 +VIR,2033,16,600,600 +VIR,2033,17,600,600 +VIR,2033,18,600,600 +VIR,2034,0,500,500 +VIR,2034,1,500,500 +VIR,2034,2,500,500 +VIR,2034,3,500,500 +VIR,2034,4,500,500 +VIR,2034,5,500,500 +VIR,2034,6,500,500 +VIR,2034,7,500,500 +VIR,2034,8,500,600 +VIR,2034,9,500,600 +VIR,2034,10,500,600 +VIR,2034,11,500,600 +VIR,2034,12,500,600 +VIR,2034,13,500,600 +VIR,2034,14,500,600 +VIR,2034,15,500,600 +VIR,2034,16,500,600 +VIR,2034,17,600,600 +VIR,2034,18,600,600 +VIR,2035,0,500,500 +VIR,2035,1,500,500 +VIR,2035,2,500,500 +VIR,2035,3,500,500 +VIR,2035,4,500,500 +VIR,2035,5,500,500 +VIR,2035,6,500,500 +VIR,2035,7,500,500 +VIR,2035,8,500,500 +VIR,2035,9,500,600 +VIR,2035,10,500,600 +VIR,2035,11,500,600 +VIR,2035,12,500,600 +VIR,2035,13,500,600 +VIR,2035,14,500,600 +VIR,2035,15,500,600 +VIR,2035,16,500,600 +VIR,2035,17,500,600 +VIR,2035,18,500,600 +VIR,2036,0,500,500 +VIR,2036,1,500,500 +VIR,2036,2,500,500 +VIR,2036,3,500,500 +VIR,2036,4,500,500 +VIR,2036,5,500,500 +VIR,2036,6,500,500 +VIR,2036,7,500,500 +VIR,2036,8,500,500 +VIR,2036,9,500,500 +VIR,2036,10,500,500 +VIR,2036,11,500,600 +VIR,2036,12,500,600 +VIR,2036,13,500,600 +VIR,2036,14,500,600 +VIR,2036,15,500,600 +VIR,2036,16,500,600 +VIR,2036,17,500,600 +VIR,2036,18,500,600 +VIR,2037,0,500,500 +VIR,2037,1,500,500 +VIR,2037,2,500,500 +VIR,2037,3,500,500 +VIR,2037,4,500,500 +VIR,2037,5,500,500 +VIR,2037,6,500,500 +VIR,2037,7,500,500 +VIR,2037,8,500,500 +VIR,2037,9,500,500 +VIR,2037,10,500,500 +VIR,2037,11,500,500 +VIR,2037,12,500,600 +VIR,2037,13,500,600 +VIR,2037,14,500,600 +VIR,2037,15,500,600 +VIR,2037,16,500,600 +VIR,2037,17,500,600 +VIR,2037,18,500,600 +VIR,2038,0,500,500 +VIR,2038,1,500,500 +VIR,2038,2,500,500 +VIR,2038,3,500,500 +VIR,2038,4,500,500 +VIR,2038,5,500,500 +VIR,2038,6,500,500 +VIR,2038,7,500,500 +VIR,2038,8,500,500 +VIR,2038,9,500,500 +VIR,2038,10,500,500 +VIR,2038,11,500,500 +VIR,2038,12,500,500 +VIR,2038,13,500,500 +VIR,2038,14,500,600 +VIR,2038,15,500,600 +VIR,2038,16,500,600 +VIR,2038,17,500,500 +VIR,2038,18,500,500 +VIR,2039,0,500,500 +VIR,2039,1,500,500 +VIR,2039,2,500,500 +VIR,2039,3,500,500 +VIR,2039,4,500,500 +VIR,2039,5,500,500 +VIR,2039,6,500,500 +VIR,2039,7,500,500 +VIR,2039,8,500,500 +VIR,2039,9,500,500 +VIR,2039,10,500,500 +VIR,2039,11,500,500 +VIR,2039,12,500,500 +VIR,2039,13,500,500 +VIR,2039,14,500,500 +VIR,2039,15,500,500 +VIR,2039,16,500,500 +VIR,2039,17,500,500 +VIR,2039,18,500,500 +VIR,2040,0,500,500 +VIR,2040,1,500,500 +VIR,2040,2,500,500 +VIR,2040,3,500,500 +VIR,2040,4,500,500 +VIR,2040,5,500,500 +VIR,2040,6,500,500 +VIR,2040,7,500,500 +VIR,2040,8,500,500 +VIR,2040,9,500,500 +VIR,2040,10,500,500 +VIR,2040,11,500,500 +VIR,2040,12,500,500 +VIR,2040,13,500,500 +VIR,2040,14,500,500 +VIR,2040,15,500,500 +VIR,2040,16,500,500 +VIR,2040,17,500,500 +VIR,2040,18,500,500 +VIR,2041,0,500,500 +VIR,2041,1,500,500 +VIR,2041,2,500,500 +VIR,2041,3,500,500 +VIR,2041,4,500,500 +VIR,2041,5,500,500 +VIR,2041,6,500,500 +VIR,2041,7,500,500 +VIR,2041,8,500,500 +VIR,2041,9,500,500 +VIR,2041,10,500,500 +VIR,2041,11,500,500 +VIR,2041,12,500,500 +VIR,2041,13,500,500 +VIR,2041,14,500,500 +VIR,2041,15,500,500 +VIR,2041,16,500,500 +VIR,2041,17,500,500 +VIR,2041,18,500,500 +VIR,2042,0,400,500 +VIR,2042,1,500,500 +VIR,2042,2,500,500 +VIR,2042,3,500,500 +VIR,2042,4,500,500 +VIR,2042,5,500,500 +VIR,2042,6,500,500 +VIR,2042,7,500,500 +VIR,2042,8,500,500 +VIR,2042,9,500,500 +VIR,2042,10,500,500 +VIR,2042,11,500,500 +VIR,2042,12,500,500 +VIR,2042,13,500,500 +VIR,2042,14,500,500 +VIR,2042,15,500,500 +VIR,2042,16,500,500 +VIR,2042,17,500,500 +VIR,2042,18,500,500 +VIR,2043,0,400,500 +VIR,2043,1,400,500 +VIR,2043,2,500,500 +VIR,2043,3,500,500 +VIR,2043,4,500,500 +VIR,2043,5,500,500 +VIR,2043,6,500,500 +VIR,2043,7,500,500 +VIR,2043,8,500,500 +VIR,2043,9,500,500 +VIR,2043,10,500,500 +VIR,2043,11,500,500 +VIR,2043,12,500,500 +VIR,2043,13,500,500 +VIR,2043,14,500,500 +VIR,2043,15,500,500 +VIR,2043,16,500,500 +VIR,2043,17,500,500 +VIR,2043,18,500,500 +VIR,2044,0,400,500 +VIR,2044,1,400,500 +VIR,2044,2,400,500 +VIR,2044,3,500,500 +VIR,2044,4,500,500 +VIR,2044,5,500,500 +VIR,2044,6,500,500 +VIR,2044,7,500,500 +VIR,2044,8,500,500 +VIR,2044,9,500,500 +VIR,2044,10,500,500 +VIR,2044,11,500,500 +VIR,2044,12,500,500 +VIR,2044,13,500,500 +VIR,2044,14,500,500 +VIR,2044,15,500,500 +VIR,2044,16,500,500 +VIR,2044,17,500,500 +VIR,2044,18,500,500 +VIR,2045,0,400,500 +VIR,2045,1,400,500 +VIR,2045,2,400,500 +VIR,2045,3,400,500 +VIR,2045,4,400,500 +VIR,2045,5,500,500 +VIR,2045,6,500,500 +VIR,2045,7,500,500 +VIR,2045,8,500,500 +VIR,2045,9,500,500 +VIR,2045,10,500,500 +VIR,2045,11,500,500 +VIR,2045,12,500,500 +VIR,2045,13,500,500 +VIR,2045,14,500,500 +VIR,2045,15,500,500 +VIR,2045,16,500,500 +VIR,2045,17,500,500 +VIR,2045,18,500,500 +VIR,2046,0,400,400 +VIR,2046,1,400,500 +VIR,2046,2,400,500 +VIR,2046,3,400,500 +VIR,2046,4,400,500 +VIR,2046,5,400,500 +VIR,2046,6,500,500 +VIR,2046,7,500,500 +VIR,2046,8,500,500 +VIR,2046,9,500,500 +VIR,2046,10,500,500 +VIR,2046,11,500,500 +VIR,2046,12,500,500 +VIR,2046,13,500,500 +VIR,2046,14,500,500 +VIR,2046,15,500,500 +VIR,2046,16,500,500 +VIR,2046,17,500,500 +VIR,2046,18,500,500 +VIR,2047,0,400,400 +VIR,2047,1,400,400 +VIR,2047,2,400,400 +VIR,2047,3,400,500 +VIR,2047,4,400,500 +VIR,2047,5,400,500 +VIR,2047,6,400,500 +VIR,2047,7,500,500 +VIR,2047,8,500,500 +VIR,2047,9,500,500 +VIR,2047,10,500,500 +VIR,2047,11,500,500 +VIR,2047,12,500,500 +VIR,2047,13,500,500 +VIR,2047,14,500,500 +VIR,2047,15,500,500 +VIR,2047,16,500,500 +VIR,2047,17,500,500 +VIR,2047,18,500,500 +VIR,2048,0,400,400 +VIR,2048,1,400,400 +VIR,2048,2,400,400 +VIR,2048,3,400,400 +VIR,2048,4,400,500 +VIR,2048,5,400,500 +VIR,2048,6,400,500 +VIR,2048,7,400,500 +VIR,2048,8,500,500 +VIR,2048,9,500,500 +VIR,2048,10,500,500 +VIR,2048,11,500,500 +VIR,2048,12,500,500 +VIR,2048,13,500,500 +VIR,2048,14,500,500 +VIR,2048,15,500,500 +VIR,2048,16,500,500 +VIR,2048,17,500,500 +VIR,2048,18,500,500 +VIR,2049,0,400,400 +VIR,2049,1,400,400 +VIR,2049,2,400,400 +VIR,2049,3,400,400 +VIR,2049,4,400,400 +VIR,2049,5,400,500 +VIR,2049,6,400,500 +VIR,2049,7,400,500 +VIR,2049,8,400,500 +VIR,2049,9,500,500 +VIR,2049,10,500,500 +VIR,2049,11,500,500 +VIR,2049,12,500,500 +VIR,2049,13,500,500 +VIR,2049,14,500,500 +VIR,2049,15,500,500 +VIR,2049,16,500,500 +VIR,2049,17,500,500 +VIR,2049,18,500,500 +VIR,2050,0,400,400 +VIR,2050,1,400,400 +VIR,2050,2,400,400 +VIR,2050,3,400,400 +VIR,2050,4,400,400 +VIR,2050,5,400,400 +VIR,2050,6,400,400 +VIR,2050,7,400,500 +VIR,2050,8,400,500 +VIR,2050,9,400,500 +VIR,2050,10,500,500 +VIR,2050,11,500,500 +VIR,2050,12,500,500 +VIR,2050,13,500,500 +VIR,2050,14,500,500 +VIR,2050,15,500,500 +VIR,2050,16,500,500 +VIR,2050,17,500,500 +VIR,2050,18,500,500 +VNM,1990,0,910711,962147 +VNM,1990,1,901056,952241 +VNM,1990,2,890160,940690 +VNM,1990,3,878223,927738 +VNM,1990,4,865443,913628 +VNM,1990,5,852019,898604 +VNM,1990,6,838152,882910 +VNM,1990,7,824041,866791 +VNM,1990,8,809884,850490 +VNM,1990,9,795882,834252 +VNM,1990,10,781649,817693 +VNM,1990,11,766802,800428 +VNM,1990,12,754458,785841 +VNM,1990,13,745984,775431 +VNM,1990,14,739828,767559 +VNM,1990,15,733325,759311 +VNM,1990,16,727309,751541 +VNM,1990,17,718798,741448 +VNM,1990,18,706135,727430 +VNM,1991,0,915811,966937 +VNM,1991,1,907818,958494 +VNM,1991,2,899001,949376 +VNM,1991,3,888696,938411 +VNM,1991,4,877138,925871 +VNM,1991,5,864565,912023 +VNM,1991,6,851170,897111 +VNM,1991,7,837146,881378 +VNM,1991,8,822941,865230 +VNM,1991,9,808875,848992 +VNM,1991,10,795056,832852 +VNM,1991,11,780907,816305 +VNM,1991,12,766101,799011 +VNM,1991,13,753688,784291 +VNM,1991,14,744988,773610 +VNM,1991,15,738506,765378 +VNM,1991,16,731692,756777 +VNM,1991,17,725373,748651 +VNM,1991,18,716579,738236 +VNM,1992,0,921340,972123 +VNM,1992,1,915722,966594 +VNM,1992,2,904789,954649 +VNM,1992,3,896810,946320 +VNM,1992,4,887097,935945 +VNM,1992,5,875922,923818 +VNM,1992,6,863557,910236 +VNM,1992,7,850192,895439 +VNM,1992,8,836015,879670 +VNM,1992,9,821719,863496 +VNM,1992,10,807744,847324 +VNM,1992,11,794111,831285 +VNM,1992,12,780048,814754 +VNM,1992,13,765284,797434 +VNM,1992,14,752804,782584 +VNM,1992,15,743879,771634 +VNM,1992,16,737073,763044 +VNM,1992,17,729950,754091 +VNM,1992,18,723329,745610 +VNM,1993,0,920943,971180 +VNM,1993,1,917528,967824 +VNM,1993,2,911965,962050 +VNM,1993,3,901593,950617 +VNM,1993,4,894455,943079 +VNM,1993,5,885335,933293 +VNM,1993,6,874544,921583 +VNM,1993,7,862390,908269 +VNM,1993,8,849058,893590 +VNM,1993,9,834729,877788 +VNM,1993,10,820344,861592 +VNM,1993,11,806464,845489 +VNM,1993,12,793020,829554 +VNM,1993,13,779045,813042 +VNM,1993,14,764327,795699 +VNM,1993,15,751781,780723 +VNM,1993,16,742633,769506 +VNM,1993,17,735504,760560 +VNM,1993,18,728073,751257 +VNM,1994,0,906299,955571 +VNM,1994,1,908473,957819 +VNM,1994,2,907811,957048 +VNM,1994,3,904583,953532 +VNM,1994,4,898505,946742 +VNM,1994,5,892206,939992 +VNM,1994,6,883679,930796 +VNM,1994,7,873271,919500 +VNM,1994,8,861326,906451 +VNM,1994,9,848024,891889 +VNM,1994,10,833543,876050 +VNM,1994,11,819068,859830 +VNM,1994,12,805280,843793 +VNM,1994,13,792023,827960 +VNM,1994,14,778135,811464 +VNM,1994,15,763460,794096 +VNM,1994,16,750848,778991 +VNM,1994,17,741476,767505 +VNM,1994,18,734022,758201 +VNM,1995,0,872496,920267 +VNM,1995,1,885151,933149 +VNM,1995,2,893418,941515 +VNM,1995,3,897678,945739 +VNM,1995,4,898314,946194 +VNM,1995,5,895710,943253 +VNM,1995,6,890248,937290 +VNM,1995,7,882311,928679 +VNM,1995,8,872282,917793 +VNM,1995,9,860543,905004 +VNM,1995,10,847268,890552 +VNM,1995,11,832629,874671 +VNM,1995,12,818058,858419 +VNM,1995,13,804359,842442 +VNM,1995,14,791285,826704 +VNM,1995,15,777478,810218 +VNM,1995,16,762843,792817 +VNM,1995,17,750160,777577 +VNM,1995,18,740561,765817 +VNM,1996,0,814007,859300 +VNM,1996,1,867290,913861 +VNM,1996,2,882354,929269 +VNM,1996,3,892154,939286 +VNM,1996,4,897219,944426 +VNM,1996,5,898077,945202 +VNM,1996,6,895104,941987 +VNM,1996,7,888681,935149 +VNM,1996,8,880078,925924 +VNM,1996,9,870121,915116 +VNM,1996,10,858891,902805 +VNM,1996,11,845822,888521 +VNM,1996,12,831243,872658 +VNM,1996,13,816674,856335 +VNM,1996,14,802890,840164 +VNM,1996,15,789675,824152 +VNM,1996,16,775734,807399 +VNM,1996,17,760966,789726 +VNM,1996,18,748151,774239 +VNM,1997,0,737682,780228 +VNM,1997,1,789583,833148 +VNM,1997,2,863332,908898 +VNM,1997,3,880823,926856 +VNM,1997,4,892171,938538 +VNM,1997,5,898049,944601 +VNM,1997,6,899128,945701 +VNM,1997,7,895783,942205 +VNM,1997,8,888389,934482 +VNM,1997,9,879109,924630 +VNM,1997,10,869210,913882 +VNM,1997,11,858472,902029 +VNM,1997,12,845590,887892 +VNM,1997,13,831051,872022 +VNM,1997,14,816463,855602 +VNM,1997,15,802575,839211 +VNM,1997,16,789199,822901 +VNM,1997,17,775104,805853 +VNM,1997,18,760182,787881 +VNM,1998,0,657306,697244 +VNM,1998,1,730728,772089 +VNM,1998,2,789696,832310 +VNM,1998,3,859877,904549 +VNM,1998,4,879810,925073 +VNM,1998,5,892715,938432 +VNM,1998,6,899409,945424 +VNM,1998,7,900711,946848 +VNM,1998,8,896992,943069 +VNM,1998,9,888621,934454 +VNM,1998,10,878656,923967 +VNM,1998,11,868810,913272 +VNM,1998,12,858559,901870 +VNM,1998,13,845857,887870 +VNM,1998,14,831349,871982 +VNM,1998,15,816732,855454 +VNM,1998,16,802732,838831 +VNM,1998,17,789188,822210 +VNM,1998,18,774931,804856 +VNM,1999,0,592220,630256 +VNM,1999,1,678533,718101 +VNM,1999,2,748906,789867 +VNM,1999,3,804670,846871 +VNM,1999,4,855779,899540 +VNM,1999,5,878144,922619 +VNM,1999,6,892598,937647 +VNM,1999,7,900106,945564 +VNM,1999,8,901630,947312 +VNM,1999,9,897538,943253 +VNM,1999,10,888196,933751 +VNM,1999,11,877553,922636 +VNM,1999,12,867767,912002 +VNM,1999,13,858010,901058 +VNM,1999,14,845498,887206 +VNM,1999,15,831031,871311 +VNM,1999,16,816397,854687 +VNM,1999,17,802294,837845 +VNM,1999,18,788593,820925 +VNM,2000,0,556231,593556 +VNM,2000,1,641515,680013 +VNM,2000,2,712480,752136 +VNM,2000,3,770233,811006 +VNM,2000,4,815882,857704 +VNM,2000,5,850535,893314 +VNM,2000,6,875299,918916 +VNM,2000,7,891283,935591 +VNM,2000,8,899593,944423 +VNM,2000,9,901337,946491 +VNM,2000,10,896878,942158 +VNM,2000,11,886577,931782 +VNM,2000,12,875271,920053 +VNM,2000,13,865558,909495 +VNM,2000,14,856309,899025 +VNM,2000,15,844004,885339 +VNM,2000,16,829598,869460 +VNM,2000,17,814966,852762 +VNM,2000,18,800780,835723 +VNM,2001,0,558520,596431 +VNM,2001,1,572226,609509 +VNM,2001,2,645563,683746 +VNM,2001,3,709042,748248 +VNM,2001,4,763030,803331 +VNM,2001,5,807896,849310 +VNM,2001,6,844734,887252 +VNM,2001,7,874641,918224 +VNM,2001,8,894350,938782 +VNM,2001,9,902774,947739 +VNM,2001,10,902464,947665 +VNM,2001,11,897422,942695 +VNM,2001,12,887291,932453 +VNM,2001,13,876072,920706 +VNM,2001,14,866317,909899 +VNM,2001,15,856939,899029 +VNM,2001,16,844519,884967 +VNM,2001,17,830000,868718 +VNM,2001,18,815239,851645 +VNM,2002,0,589549,629002 +VNM,2002,1,626151,664700 +VNM,2002,2,586578,623645 +VNM,2002,3,647716,685401 +VNM,2002,4,703498,742065 +VNM,2002,5,753550,793183 +VNM,2002,6,797497,838300 +VNM,2002,7,836419,878465 +VNM,2002,8,871396,914726 +VNM,2002,9,894782,939115 +VNM,2002,10,903297,948171 +VNM,2002,11,900926,945948 +VNM,2002,12,895315,940354 +VNM,2002,13,885383,930279 +VNM,2002,14,874287,918549 +VNM,2002,15,864518,907526 +VNM,2002,16,855038,896289 +VNM,2002,17,842539,881891 +VNM,2002,18,827950,865323 +VNM,2003,0,637430,679746 +VNM,2003,1,636438,676328 +VNM,2003,2,644467,682767 +VNM,2003,3,600000,636826 +VNM,2003,4,648861,686032 +VNM,2003,5,696870,734787 +VNM,2003,6,742914,781871 +VNM,2003,7,785875,826060 +VNM,2003,8,826817,868384 +VNM,2003,9,866803,909872 +VNM,2003,10,893826,938049 +VNM,2003,11,902417,947189 +VNM,2003,12,897993,942825 +VNM,2003,13,891823,936617 +VNM,2003,14,882105,926722 +VNM,2003,15,871147,915027 +VNM,2003,16,861381,903804 +VNM,2003,17,851814,892217 +VNM,2003,18,839255,877507 +VNM,2004,0,684588,731538 +VNM,2004,1,650527,693334 +VNM,2004,2,633331,673166 +VNM,2004,3,630763,668661 +VNM,2004,4,613540,650283 +VNM,2004,5,650170,686997 +VNM,2004,6,690442,727890 +VNM,2004,7,732500,770973 +VNM,2004,8,774490,814259 +VNM,2004,9,817457,858757 +VNM,2004,10,862447,905478 +VNM,2004,11,893105,937444 +VNM,2004,12,901774,946674 +VNM,2004,13,895301,940172 +VNM,2004,14,888571,933349 +VNM,2004,15,879065,923630 +VNM,2004,16,868243,911964 +VNM,2004,17,858475,900536 +VNM,2004,18,848819,888594 +VNM,2005,0,718129,771649 +VNM,2005,1,663013,710566 +VNM,2005,2,628999,672068 +VNM,2005,3,613494,653397 +VNM,2005,4,613902,651800 +VNM,2005,5,627630,664519 +VNM,2005,6,652082,688801 +VNM,2005,7,684665,721890 +VNM,2005,8,722783,761030 +VNM,2005,9,763841,803466 +VNM,2005,10,808871,850190 +VNM,2005,11,858900,902194 +VNM,2005,12,893214,937987 +VNM,2005,13,901970,947317 +VNM,2005,14,893446,938672 +VNM,2005,15,886150,931226 +VNM,2005,16,876846,921669 +VNM,2005,17,866149,910018 +VNM,2005,18,856371,898372 +VNM,2006,0,732768,794386 +VNM,2006,1,702831,755851 +VNM,2006,2,657254,704659 +VNM,2006,3,629121,672314 +VNM,2006,4,616456,656685 +VNM,2006,5,617280,655640 +VNM,2006,6,628982,666409 +VNM,2006,7,648951,686222 +VNM,2006,8,678375,716141 +VNM,2006,9,716542,755312 +VNM,2006,10,759574,799687 +VNM,2006,11,805348,847085 +VNM,2006,12,855535,899157 +VNM,2006,13,889906,934858 +VNM,2006,14,898550,943852 +VNM,2006,15,889807,934718 +VNM,2006,16,882320,926817 +VNM,2006,17,872827,916819 +VNM,2006,18,861965,904765 +VNM,2007,0,734463,806031 +VNM,2007,1,678572,740116 +VNM,2007,2,688424,741157 +VNM,2007,3,652315,699765 +VNM,2007,4,630020,673516 +VNM,2007,5,620174,660901 +VNM,2007,6,621413,660407 +VNM,2007,7,631107,669244 +VNM,2007,8,646626,684624 +VNM,2007,9,672933,711422 +VNM,2007,10,711196,750679 +VNM,2007,11,756252,797053 +VNM,2007,12,802825,845190 +VNM,2007,13,853231,897404 +VNM,2007,14,887702,933064 +VNM,2007,15,896245,941736 +VNM,2007,16,887273,932100 +VNM,2007,17,879585,923736 +VNM,2007,18,869891,913281 +VNM,2008,0,727354,809105 +VNM,2008,1,684946,754939 +VNM,2008,2,653877,714299 +VNM,2008,3,674553,727094 +VNM,2008,4,647887,695471 +VNM,2008,5,631414,675300 +VNM,2008,6,624381,665689 +VNM,2008,7,626037,665745 +VNM,2008,8,633730,672658 +VNM,2008,9,644808,683616 +VNM,2008,10,668018,707313 +VNM,2008,11,706406,746691 +VNM,2008,12,753522,795104 +VNM,2008,13,800932,844023 +VNM,2008,14,851597,896424 +VNM,2008,15,886194,932074 +VNM,2008,16,894643,940431 +VNM,2008,17,885435,930285 +VNM,2008,18,877540,921448 +VNM,2009,0,718346,808318 +VNM,2009,1,691034,768520 +VNM,2009,2,668985,736106 +VNM,2009,3,652058,710760 +VNM,2009,4,660676,712999 +VNM,2009,5,643464,691159 +VNM,2009,6,632820,677075 +VNM,2009,7,628603,670473 +VNM,2009,8,630676,671080 +VNM,2009,9,636365,676064 +VNM,2009,10,642998,682594 +VNM,2009,11,663107,703187 +VNM,2009,12,701622,742684 +VNM,2009,13,750801,793139 +VNM,2009,14,799049,842840 +VNM,2009,15,849974,895427 +VNM,2009,16,884698,931067 +VNM,2009,17,893053,939108 +VNM,2009,18,883609,928451 +VNM,2010,0,712763,807505 +VNM,2010,1,697468,780405 +VNM,2010,2,682733,755624 +VNM,2010,3,669033,733507 +VNM,2010,4,656843,714403 +VNM,2010,5,646639,698658 +VNM,2010,6,638896,686619 +VNM,2010,7,634088,678631 +VNM,2010,8,632692,675044 +VNM,2010,9,635182,676202 +VNM,2010,10,638864,679255 +VNM,2010,11,641046,681350 +VNM,2010,12,658046,698827 +VNM,2010,13,696679,738432 +VNM,2010,14,747913,790914 +VNM,2010,15,796989,841382 +VNM,2010,16,848163,894138 +VNM,2010,17,883007,929757 +VNM,2010,18,891266,937479 +VNM,2011,0,710695,806002 +VNM,2011,1,710604,803071 +VNM,2011,2,696044,778220 +VNM,2011,3,681756,754865 +VNM,2011,4,668263,733488 +VNM,2011,5,656092,714572 +VNM,2011,6,645708,698450 +VNM,2011,7,637575,685457 +VNM,2011,8,632521,676819 +VNM,2011,9,631189,673314 +VNM,2011,10,633925,674981 +VNM,2011,11,637745,678244 +VNM,2011,12,640025,680421 +VNM,2011,13,657037,697818 +VNM,2011,14,695545,737100 +VNM,2011,15,746566,789105 +VNM,2011,16,795445,839121 +VNM,2011,17,846422,891423 +VNM,2011,18,881086,926636 +VNM,2012,0,710819,803202 +VNM,2012,1,709063,795877 +VNM,2012,2,708743,799042 +VNM,2012,3,694912,776428 +VNM,2012,4,681063,754487 +VNM,2012,5,667773,733838 +VNM,2012,6,655615,715101 +VNM,2012,7,645046,698595 +VNM,2012,8,636522,684641 +VNM,2012,9,631218,675347 +VNM,2012,10,629950,671924 +VNM,2012,11,632933,674099 +VNM,2012,12,636893,677574 +VNM,2012,13,639273,679834 +VNM,2012,14,656303,697161 +VNM,2012,15,694702,736140 +VNM,2012,16,745532,787695 +VNM,2012,17,794233,837283 +VNM,2012,18,845035,889158 +VNM,2013,0,713036,800563 +VNM,2013,1,714423,800788 +VNM,2013,2,711114,795216 +VNM,2013,3,706914,795053 +VNM,2013,4,693812,774675 +VNM,2013,5,680404,754148 +VNM,2013,6,667314,734227 +VNM,2013,7,655169,715667 +VNM,2013,8,644415,698775 +VNM,2013,9,635498,683861 +VNM,2013,10,629945,673909 +VNM,2013,11,628741,670568 +VNM,2013,12,631972,673253 +VNM,2013,13,636071,676940 +VNM,2013,14,638550,679283 +VNM,2013,15,655601,696539 +VNM,2013,16,693892,735217 +VNM,2013,17,744532,786324 +VNM,2013,18,793060,835487 +VNM,2014,0,717025,800093 +VNM,2014,1,720008,805651 +VNM,2014,2,718273,804517 +VNM,2014,3,712659,797797 +VNM,2014,4,704981,790869 +VNM,2014,5,692610,772733 +VNM,2014,6,679643,753626 +VNM,2014,7,666757,734438 +VNM,2014,8,654627,716059 +VNM,2014,9,643689,698786 +VNM,2014,10,634381,682914 +VNM,2014,11,628578,672308 +VNM,2014,12,627438,669049 +VNM,2014,13,630917,672242 +VNM,2014,14,635154,676141 +VNM,2014,15,637734,678567 +VNM,2014,16,654801,695748 +VNM,2014,17,692979,734116 +VNM,2014,18,743423,784762 +VNM,2015,0,722357,803025 +VNM,2015,1,726039,811493 +VNM,2015,2,725204,813038 +VNM,2015,3,720578,808685 +VNM,2015,4,712890,799462 +VNM,2015,5,702864,786393 +VNM,2015,6,691227,770505 +VNM,2015,7,678705,752824 +VNM,2015,8,666025,734376 +VNM,2015,9,653913,716186 +VNM,2015,10,642795,698538 +VNM,2015,11,633098,681714 +VNM,2015,12,627048,670458 +VNM,2015,13,625972,667282 +VNM,2015,14,629697,670983 +VNM,2015,15,634072,675091 +VNM,2015,16,636750,677599 +VNM,2015,17,653830,694700 +VNM,2015,18,691885,732743 +VNM,2016,0,730773,812316 +VNM,2016,1,724577,806623 +VNM,2016,2,726163,811929 +VNM,2016,3,724000,811510 +VNM,2016,4,718690,806192 +VNM,2016,5,710833,796801 +VNM,2016,6,701146,784350 +VNM,2016,7,690346,769855 +VNM,2016,8,678452,753196 +VNM,2016,9,665833,734818 +VNM,2016,10,653438,716115 +VNM,2016,11,642282,698331 +VNM,2016,12,632682,681574 +VNM,2016,13,626656,670255 +VNM,2016,14,625484,666822 +VNM,2016,15,629036,670140 +VNM,2016,16,633253,673882 +VNM,2016,17,635774,676028 +VNM,2016,18,652702,692778 +VNM,2017,0,741056,825473 +VNM,2017,1,741789,829938 +VNM,2017,2,726434,809647 +VNM,2017,3,725921,811784 +VNM,2017,4,722431,809400 +VNM,2017,5,716438,803120 +VNM,2017,6,708416,793567 +VNM,2017,7,699073,781744 +VNM,2017,8,689116,768654 +VNM,2017,9,677857,753029 +VNM,2017,10,665305,734734 +VNM,2017,11,652633,715531 +VNM,2017,12,641445,697623 +VNM,2017,13,631948,680947 +VNM,2017,14,625947,669573 +VNM,2017,15,624681,665885 +VNM,2017,16,628059,668816 +VNM,2017,17,632114,672190 +VNM,2017,18,634476,673972 +VNM,2018,0,750347,838154 +VNM,2018,1,748445,837867 +VNM,2018,2,744472,834593 +VNM,2018,3,728045,812290 +VNM,2018,4,725435,811256 +VNM,2018,5,720618,806909 +VNM,2018,6,713944,799669 +VNM,2018,7,705760,789959 +VNM,2018,8,696765,778770 +VNM,2018,9,687654,767091 +VNM,2018,10,677033,752507 +VNM,2018,11,664553,734304 +VNM,2018,12,651608,714609 +VNM,2018,13,640391,696587 +VNM,2018,14,631001,679998 +VNM,2018,15,625028,668576 +VNM,2018,16,623667,664634 +VNM,2018,17,626869,667177 +VNM,2018,18,630762,670181 +VNM,2019,0,755000,844000 +VNM,2019,1,752000,841000 +VNM,2019,2,747000,836000 +VNM,2019,3,741000,830000 +VNM,2019,4,730000,815000 +VNM,2019,5,725000,811000 +VNM,2019,6,719000,804000 +VNM,2019,7,711000,796000 +VNM,2019,8,703000,786000 +VNM,2019,9,694000,776000 +VNM,2019,10,686000,765000 +VNM,2019,11,676000,752000 +VNM,2019,12,664000,734000 +VNM,2019,13,651000,714000 +VNM,2019,14,639000,695000 +VNM,2019,15,630000,679000 +VNM,2019,16,624000,668000 +VNM,2019,17,623000,663000 +VNM,2019,18,626000,665000 +VNM,2020,0,752000,840000 +VNM,2020,1,750000,838000 +VNM,2020,2,747000,834000 +VNM,2020,3,742000,829000 +VNM,2020,4,737000,824000 +VNM,2020,5,731000,817000 +VNM,2020,6,724000,810000 +VNM,2020,7,717000,802000 +VNM,2020,8,709000,793000 +VNM,2020,9,700000,783000 +VNM,2020,10,692000,773000 +VNM,2020,11,685000,764000 +VNM,2020,12,675000,751000 +VNM,2020,13,663000,733000 +VNM,2020,14,649000,713000 +VNM,2020,15,638000,694000 +VNM,2020,16,629000,678000 +VNM,2020,17,623000,667000 +VNM,2020,18,622000,662000 +VNM,2021,0,740000,823000 +VNM,2021,1,749000,837000 +VNM,2021,2,748000,836000 +VNM,2021,3,746000,833000 +VNM,2021,4,742000,829000 +VNM,2021,5,737000,824000 +VNM,2021,6,730000,817000 +VNM,2021,7,723000,809000 +VNM,2021,8,715000,800000 +VNM,2021,9,707000,791000 +VNM,2021,10,699000,781000 +VNM,2021,11,691000,772000 +VNM,2021,12,684000,763000 +VNM,2021,13,674000,750000 +VNM,2021,14,662000,732000 +VNM,2021,15,648000,711000 +VNM,2021,16,637000,692000 +VNM,2021,17,627000,676000 +VNM,2021,18,621000,664000 +VNM,2022,0,721000,796000 +VNM,2022,1,730000,808000 +VNM,2022,2,747000,833000 +VNM,2022,3,747000,834000 +VNM,2022,4,745000,832000 +VNM,2022,5,741000,829000 +VNM,2022,6,736000,824000 +VNM,2022,7,730000,817000 +VNM,2022,8,722000,808000 +VNM,2022,9,714000,799000 +VNM,2022,10,706000,790000 +VNM,2022,11,698000,780000 +VNM,2022,12,690000,771000 +VNM,2022,13,683000,762000 +VNM,2022,14,674000,750000 +VNM,2022,15,661000,731000 +VNM,2022,16,647000,710000 +VNM,2022,17,636000,691000 +VNM,2022,18,626000,673000 +VNM,2023,0,698000,763000 +VNM,2023,1,715000,787000 +VNM,2023,2,728000,804000 +VNM,2023,3,745000,830000 +VNM,2023,4,746000,832000 +VNM,2023,5,745000,832000 +VNM,2023,6,741000,829000 +VNM,2023,7,736000,824000 +VNM,2023,8,729000,817000 +VNM,2023,9,721000,807000 +VNM,2023,10,712000,797000 +VNM,2023,11,705000,788000 +VNM,2023,12,697000,780000 +VNM,2023,13,689000,770000 +VNM,2023,14,682000,762000 +VNM,2023,15,673000,749000 +VNM,2023,16,660000,730000 +VNM,2023,17,646000,708000 +VNM,2023,18,634000,689000 +VNM,2024,0,678000,735000 +VNM,2024,1,701000,766000 +VNM,2024,2,718000,790000 +VNM,2024,3,731000,809000 +VNM,2024,4,743000,827000 +VNM,2024,5,745000,831000 +VNM,2024,6,744000,831000 +VNM,2024,7,741000,829000 +VNM,2024,8,735000,824000 +VNM,2024,9,728000,816000 +VNM,2024,10,720000,806000 +VNM,2024,11,711000,796000 +VNM,2024,12,703000,787000 +VNM,2024,13,696000,779000 +VNM,2024,14,688000,769000 +VNM,2024,15,681000,761000 +VNM,2024,16,672000,748000 +VNM,2024,17,659000,729000 +VNM,2024,18,645000,707000 +VNM,2025,0,666000,716000 +VNM,2025,1,690000,750000 +VNM,2025,2,709000,777000 +VNM,2025,3,724000,797000 +VNM,2025,4,734000,813000 +VNM,2025,5,740000,823000 +VNM,2025,6,743000,828000 +VNM,2025,7,743000,830000 +VNM,2025,8,740000,828000 +VNM,2025,9,735000,823000 +VNM,2025,10,727000,815000 +VNM,2025,11,718000,804000 +VNM,2025,12,709000,794000 +VNM,2025,13,701000,785000 +VNM,2025,14,694000,777000 +VNM,2025,15,687000,768000 +VNM,2025,16,680000,760000 +VNM,2025,17,671000,747000 +VNM,2025,18,658000,728000 +VNM,2026,0,663000,710000 +VNM,2026,1,669000,721000 +VNM,2026,2,691000,750000 +VNM,2026,3,708000,775000 +VNM,2026,4,721000,794000 +VNM,2026,5,731000,809000 +VNM,2026,6,738000,820000 +VNM,2026,7,742000,828000 +VNM,2026,8,743000,831000 +VNM,2026,9,740000,829000 +VNM,2026,10,734000,823000 +VNM,2026,11,727000,815000 +VNM,2026,12,718000,804000 +VNM,2026,13,709000,794000 +VNM,2026,14,701000,785000 +VNM,2026,15,694000,776000 +VNM,2026,16,686000,767000 +VNM,2026,17,679000,758000 +VNM,2026,18,670000,745000 +VNM,2027,0,668000,714000 +VNM,2027,1,682000,735000 +VNM,2027,2,673000,726000 +VNM,2027,3,691000,751000 +VNM,2027,4,706000,772000 +VNM,2027,5,718000,791000 +VNM,2027,6,728000,805000 +VNM,2027,7,735000,817000 +VNM,2027,8,741000,826000 +VNM,2027,9,742000,831000 +VNM,2027,10,740000,829000 +VNM,2027,11,733000,823000 +VNM,2027,12,726000,814000 +VNM,2027,13,717000,804000 +VNM,2027,14,708000,793000 +VNM,2027,15,700000,784000 +VNM,2027,16,693000,775000 +VNM,2027,17,685000,765000 +VNM,2027,18,678000,756000 +VNM,2028,0,676000,723000 +VNM,2028,1,681000,731000 +VNM,2028,2,687000,741000 +VNM,2028,3,676000,730000 +VNM,2028,4,691000,751000 +VNM,2028,5,704000,770000 +VNM,2028,6,715000,786000 +VNM,2028,7,724000,801000 +VNM,2028,8,732000,814000 +VNM,2028,9,739000,825000 +VNM,2028,10,742000,830000 +VNM,2028,11,739000,829000 +VNM,2028,12,732000,822000 +VNM,2028,13,725000,813000 +VNM,2028,14,716000,803000 +VNM,2028,15,707000,792000 +VNM,2028,16,699000,782000 +VNM,2028,17,691000,773000 +VNM,2028,18,683000,763000 +VNM,2029,0,681000,727000 +VNM,2029,1,678000,726000 +VNM,2029,2,679000,729000 +VNM,2029,3,682000,735000 +VNM,2029,4,679000,734000 +VNM,2029,5,690000,750000 +VNM,2029,6,701000,767000 +VNM,2029,7,711000,782000 +VNM,2029,8,721000,797000 +VNM,2029,9,729000,810000 +VNM,2029,10,737000,823000 +VNM,2029,11,741000,830000 +VNM,2029,12,738000,828000 +VNM,2029,13,731000,821000 +VNM,2029,14,724000,812000 +VNM,2029,15,715000,801000 +VNM,2029,16,706000,791000 +VNM,2029,17,698000,781000 +VNM,2029,18,690000,771000 +VNM,2030,0,678000,723000 +VNM,2030,1,672000,717000 +VNM,2030,2,671000,716000 +VNM,2030,3,672000,720000 +VNM,2030,4,676000,728000 +VNM,2030,5,683000,738000 +VNM,2030,6,690000,750000 +VNM,2030,7,699000,764000 +VNM,2030,8,708000,778000 +VNM,2030,9,717000,792000 +VNM,2030,10,726000,807000 +VNM,2030,11,736000,821000 +VNM,2030,12,740000,830000 +VNM,2030,13,738000,828000 +VNM,2030,14,730000,820000 +VNM,2030,15,722000,811000 +VNM,2030,16,714000,800000 +VNM,2030,17,705000,790000 +VNM,2030,18,696000,779000 +VNM,2031,0,667000,708000 +VNM,2031,1,674000,718000 +VNM,2031,2,671000,715000 +VNM,2031,3,670000,716000 +VNM,2031,4,673000,721000 +VNM,2031,5,677000,729000 +VNM,2031,6,683000,738000 +VNM,2031,7,689000,749000 +VNM,2031,8,697000,762000 +VNM,2031,9,706000,776000 +VNM,2031,10,716000,791000 +VNM,2031,11,725000,805000 +VNM,2031,12,735000,820000 +VNM,2031,13,739000,829000 +VNM,2031,14,737000,827000 +VNM,2031,15,729000,818000 +VNM,2031,16,721000,809000 +VNM,2031,17,712000,798000 +VNM,2031,18,703000,787000 +VNM,2032,0,648000,684000 +VNM,2032,1,649000,685000 +VNM,2032,2,670000,712000 +VNM,2032,3,669000,713000 +VNM,2032,4,671000,716000 +VNM,2032,5,674000,722000 +VNM,2032,6,678000,730000 +VNM,2032,7,683000,739000 +VNM,2032,8,688000,749000 +VNM,2032,9,696000,760000 +VNM,2032,10,705000,775000 +VNM,2032,11,715000,790000 +VNM,2032,12,724000,805000 +VNM,2032,13,734000,820000 +VNM,2032,14,739000,828000 +VNM,2032,15,736000,826000 +VNM,2032,16,728000,817000 +VNM,2032,17,720000,807000 +VNM,2032,18,711000,796000 +VNM,2033,0,627000,657000 +VNM,2033,1,635000,667000 +VNM,2033,2,643000,678000 +VNM,2033,3,666000,707000 +VNM,2033,4,668000,711000 +VNM,2033,5,671000,717000 +VNM,2033,6,674000,724000 +VNM,2033,7,679000,732000 +VNM,2033,8,684000,740000 +VNM,2033,9,688000,748000 +VNM,2033,10,694000,759000 +VNM,2033,11,703000,773000 +VNM,2033,12,714000,789000 +VNM,2033,13,724000,804000 +VNM,2033,14,733000,819000 +VNM,2033,15,738000,827000 +VNM,2033,16,735000,825000 +VNM,2033,17,727000,816000 +VNM,2033,18,719000,806000 +VNM,2034,0,609000,633000 +VNM,2034,1,622000,650000 +VNM,2034,2,635000,666000 +VNM,2034,3,646000,680000 +VNM,2034,4,661000,702000 +VNM,2034,5,666000,709000 +VNM,2034,6,670000,717000 +VNM,2034,7,675000,725000 +VNM,2034,8,680000,733000 +VNM,2034,9,684000,741000 +VNM,2034,10,687000,747000 +VNM,2034,11,692000,757000 +VNM,2034,12,701000,771000 +VNM,2034,13,713000,788000 +VNM,2034,14,723000,804000 +VNM,2034,15,733000,819000 +VNM,2034,16,737000,827000 +VNM,2034,17,734000,824000 +VNM,2034,18,726000,814000 +VNM,2035,0,597000,619000 +VNM,2035,1,613000,638000 +VNM,2035,2,627000,656000 +VNM,2035,3,638000,671000 +VNM,2035,4,648000,684000 +VNM,2035,5,657000,696000 +VNM,2035,6,664000,707000 +VNM,2035,7,670000,717000 +VNM,2035,8,675000,726000 +VNM,2035,9,680000,734000 +VNM,2035,10,684000,741000 +VNM,2035,11,685000,746000 +VNM,2035,12,690000,755000 +VNM,2035,13,699000,769000 +VNM,2035,14,711000,787000 +VNM,2035,15,721000,802000 +VNM,2035,16,731000,818000 +VNM,2035,17,736000,826000 +VNM,2035,18,733000,823000 +VNM,2036,0,594000,617000 +VNM,2036,1,599000,622000 +VNM,2036,2,613000,639000 +VNM,2036,3,626000,654000 +VNM,2036,4,637000,669000 +VNM,2036,5,646000,682000 +VNM,2036,6,655000,695000 +VNM,2036,7,663000,706000 +VNM,2036,8,670000,717000 +VNM,2036,9,675000,726000 +VNM,2036,10,680000,734000 +VNM,2036,11,683000,741000 +VNM,2036,12,685000,746000 +VNM,2036,13,690000,755000 +VNM,2036,14,699000,769000 +VNM,2036,15,711000,786000 +VNM,2036,16,721000,801000 +VNM,2036,17,731000,816000 +VNM,2036,18,735000,824000 +VNM,2037,0,597000,623000 +VNM,2037,1,606000,632000 +VNM,2037,2,601000,624000 +VNM,2037,3,613000,639000 +VNM,2037,4,624000,653000 +VNM,2037,5,635000,666000 +VNM,2037,6,644000,680000 +VNM,2037,7,653000,692000 +VNM,2037,8,662000,705000 +VNM,2037,9,670000,717000 +VNM,2037,10,675000,726000 +VNM,2037,11,679000,733000 +VNM,2037,12,683000,740000 +VNM,2037,13,684000,746000 +VNM,2037,14,689000,754000 +VNM,2037,15,698000,768000 +VNM,2037,16,710000,785000 +VNM,2037,17,720000,800000 +VNM,2037,18,729000,814000 +VNM,2038,0,605000,635000 +VNM,2038,1,607000,634000 +VNM,2038,2,610000,636000 +VNM,2038,3,603000,627000 +VNM,2038,4,613000,638000 +VNM,2038,5,622000,651000 +VNM,2038,6,632000,664000 +VNM,2038,7,642000,677000 +VNM,2038,8,651000,690000 +VNM,2038,9,661000,704000 +VNM,2038,10,669000,716000 +VNM,2038,11,674000,725000 +VNM,2038,12,678000,733000 +VNM,2038,13,682000,739000 +VNM,2038,14,684000,745000 +VNM,2038,15,688000,753000 +VNM,2038,16,697000,767000 +VNM,2038,17,708000,783000 +VNM,2038,18,718000,798000 +VNM,2039,0,613000,647000 +VNM,2039,1,608000,638000 +VNM,2039,2,607000,633000 +VNM,2039,3,607000,632000 +VNM,2039,4,605000,629000 +VNM,2039,5,612000,638000 +VNM,2039,6,621000,649000 +VNM,2039,7,630000,661000 +VNM,2039,8,639000,674000 +VNM,2039,9,649000,687000 +VNM,2039,10,659000,702000 +VNM,2039,11,668000,715000 +VNM,2039,12,673000,725000 +VNM,2039,13,677000,732000 +VNM,2039,14,680000,738000 +VNM,2039,15,682000,744000 +VNM,2039,16,687000,752000 +VNM,2039,17,696000,766000 +VNM,2039,18,707000,781000 +VNM,2040,0,619000,655000 +VNM,2040,1,610000,641000 +VNM,2040,2,605000,632000 +VNM,2040,3,603000,628000 +VNM,2040,4,603000,628000 +VNM,2040,5,607000,631000 +VNM,2040,6,612000,638000 +VNM,2040,7,619000,647000 +VNM,2040,8,627000,658000 +VNM,2040,9,636000,671000 +VNM,2040,10,646000,685000 +VNM,2040,11,658000,701000 +VNM,2040,12,667000,715000 +VNM,2040,13,673000,724000 +VNM,2040,14,676000,731000 +VNM,2040,15,679000,737000 +VNM,2040,16,681000,743000 +VNM,2040,17,686000,751000 +VNM,2040,18,695000,764000 +VNM,2041,0,624000,660000 +VNM,2041,1,617000,651000 +VNM,2041,2,609000,640000 +VNM,2041,3,605000,632000 +VNM,2041,4,603000,628000 +VNM,2041,5,604000,628000 +VNM,2041,6,607000,631000 +VNM,2041,7,611000,637000 +VNM,2041,8,618000,645000 +VNM,2041,9,626000,657000 +VNM,2041,10,635000,670000 +VNM,2041,11,646000,684000 +VNM,2041,12,657000,700000 +VNM,2041,13,666000,714000 +VNM,2041,14,672000,723000 +VNM,2041,15,675000,729000 +VNM,2041,16,678000,736000 +VNM,2041,17,680000,741000 +VNM,2041,18,685000,749000 +VNM,2042,0,627000,661000 +VNM,2042,1,616000,646000 +VNM,2042,2,614000,648000 +VNM,2042,3,608000,638000 +VNM,2042,4,604000,632000 +VNM,2042,5,603000,629000 +VNM,2042,6,604000,629000 +VNM,2042,7,606000,632000 +VNM,2042,8,610000,636000 +VNM,2042,9,616000,644000 +VNM,2042,10,625000,655000 +VNM,2042,11,634000,669000 +VNM,2042,12,645000,684000 +VNM,2042,13,657000,700000 +VNM,2042,14,666000,714000 +VNM,2042,15,671000,722000 +VNM,2042,16,674000,728000 +VNM,2042,17,677000,734000 +VNM,2042,18,679000,739000 +VNM,2043,0,629000,660000 +VNM,2043,1,619000,649000 +VNM,2043,2,611000,640000 +VNM,2043,3,612000,644000 +VNM,2043,4,607000,637000 +VNM,2043,5,604000,632000 +VNM,2043,6,603000,630000 +VNM,2043,7,604000,630000 +VNM,2043,8,606000,632000 +VNM,2043,9,609000,636000 +VNM,2043,10,615000,643000 +VNM,2043,11,623000,654000 +VNM,2043,12,633000,668000 +VNM,2043,13,644000,683000 +VNM,2043,14,656000,699000 +VNM,2043,15,665000,713000 +VNM,2043,16,670000,722000 +VNM,2043,17,673000,727000 +VNM,2043,18,676000,733000 +VNM,2044,0,629000,658000 +VNM,2044,1,621000,651000 +VNM,2044,2,615000,644000 +VNM,2044,3,610000,639000 +VNM,2044,4,609000,640000 +VNM,2044,5,606000,635000 +VNM,2044,6,604000,632000 +VNM,2044,7,603000,630000 +VNM,2044,8,604000,631000 +VNM,2044,9,606000,632000 +VNM,2044,10,608000,635000 +VNM,2044,11,613000,641000 +VNM,2044,12,622000,652000 +VNM,2044,13,632000,667000 +VNM,2044,14,643000,682000 +VNM,2044,15,655000,699000 +VNM,2044,16,664000,712000 +VNM,2044,17,669000,721000 +VNM,2044,18,672000,726000 +VNM,2045,0,629000,657000 +VNM,2045,1,623000,652000 +VNM,2045,2,618000,648000 +VNM,2045,3,613000,643000 +VNM,2045,4,609000,639000 +VNM,2045,5,606000,636000 +VNM,2045,6,604000,633000 +VNM,2045,7,603000,631000 +VNM,2045,8,603000,631000 +VNM,2045,9,604000,631000 +VNM,2045,10,605000,632000 +VNM,2045,11,607000,634000 +VNM,2045,12,612000,639000 +VNM,2045,13,620000,651000 +VNM,2045,14,631000,666000 +VNM,2045,15,642000,681000 +VNM,2045,16,654000,698000 +VNM,2045,17,663000,711000 +VNM,2045,18,668000,719000 +VNM,2046,0,630000,657000 +VNM,2046,1,628000,656000 +VNM,2046,2,623000,652000 +VNM,2046,3,617000,647000 +VNM,2046,4,613000,643000 +VNM,2046,5,609000,639000 +VNM,2046,6,606000,635000 +VNM,2046,7,603000,632000 +VNM,2046,8,602000,630000 +VNM,2046,9,602000,630000 +VNM,2046,10,603000,631000 +VNM,2046,11,605000,632000 +VNM,2046,12,606000,633000 +VNM,2046,13,611000,639000 +VNM,2046,14,619000,650000 +VNM,2046,15,630000,665000 +VNM,2046,16,641000,680000 +VNM,2046,17,653000,696000 +VNM,2046,18,662000,709000 +VNM,2047,0,630000,657000 +VNM,2047,1,627000,656000 +VNM,2047,2,627000,655000 +VNM,2047,3,622000,651000 +VNM,2047,4,617000,647000 +VNM,2047,5,613000,642000 +VNM,2047,6,609000,638000 +VNM,2047,7,605000,635000 +VNM,2047,8,602000,632000 +VNM,2047,9,601000,630000 +VNM,2047,10,601000,629000 +VNM,2047,11,602000,630000 +VNM,2047,12,604000,631000 +VNM,2047,13,606000,633000 +VNM,2047,14,610000,638000 +VNM,2047,15,619000,649000 +VNM,2047,16,629000,664000 +VNM,2047,17,640000,678000 +VNM,2047,18,652000,694000 +VNM,2048,0,629000,657000 +VNM,2048,1,628000,657000 +VNM,2048,2,626000,656000 +VNM,2048,3,625000,654000 +VNM,2048,4,621000,650000 +VNM,2048,5,616000,646000 +VNM,2048,6,612000,642000 +VNM,2048,7,608000,638000 +VNM,2048,8,604000,634000 +VNM,2048,9,601000,631000 +VNM,2048,10,600000,629000 +VNM,2048,11,600000,628000 +VNM,2048,12,601000,629000 +VNM,2048,13,603000,631000 +VNM,2048,14,605000,632000 +VNM,2048,15,610000,638000 +VNM,2048,16,618000,648000 +VNM,2048,17,628000,663000 +VNM,2048,18,639000,677000 +VNM,2049,0,627000,656000 +VNM,2049,1,628000,658000 +VNM,2049,2,627000,657000 +VNM,2049,3,625000,655000 +VNM,2049,4,624000,653000 +VNM,2049,5,620000,649000 +VNM,2049,6,616000,645000 +VNM,2049,7,611000,641000 +VNM,2049,8,607000,637000 +VNM,2049,9,604000,633000 +VNM,2049,10,600000,630000 +VNM,2049,11,598000,627000 +VNM,2049,12,598000,627000 +VNM,2049,13,600000,628000 +VNM,2049,14,602000,630000 +VNM,2049,15,604000,632000 +VNM,2049,16,609000,637000 +VNM,2049,17,617000,647000 +VNM,2049,18,627000,661000 +VNM,2050,0,624000,654000 +VNM,2050,1,627000,657000 +VNM,2050,2,627000,657000 +VNM,2050,3,627000,657000 +VNM,2050,4,625000,655000 +VNM,2050,5,622000,652000 +VNM,2050,6,618000,648000 +VNM,2050,7,615000,644000 +VNM,2050,8,610000,640000 +VNM,2050,9,607000,636000 +VNM,2050,10,603000,632000 +VNM,2050,11,599000,628000 +VNM,2050,12,597000,626000 +VNM,2050,13,597000,626000 +VNM,2050,14,599000,627000 +VNM,2050,15,601000,629000 +VNM,2050,16,603000,631000 +VNM,2050,17,608000,636000 +VNM,2050,18,616000,646000 +VUT,1990,0,2350,2496 +VUT,1990,1,2327,2485 +VUT,1990,2,2299,2467 +VUT,1990,3,2266,2443 +VUT,1990,4,2228,2413 +VUT,1990,5,2185,2376 +VUT,1990,6,2138,2334 +VUT,1990,7,2087,2285 +VUT,1990,8,2033,2231 +VUT,1990,9,1975,2172 +VUT,1990,10,1915,2109 +VUT,1990,11,1856,2045 +VUT,1990,12,1790,1970 +VUT,1990,13,1714,1880 +VUT,1990,14,1634,1781 +VUT,1990,15,1555,1684 +VUT,1990,16,1478,1587 +VUT,1990,17,1411,1500 +VUT,1990,18,1362,1428 +VUT,1991,0,2411,2562 +VUT,1991,1,2353,2505 +VUT,1991,2,2327,2489 +VUT,1991,3,2298,2469 +VUT,1991,4,2265,2444 +VUT,1991,5,2229,2413 +VUT,1991,6,2189,2378 +VUT,1991,7,2147,2339 +VUT,1991,8,2098,2290 +VUT,1991,9,2039,2230 +VUT,1991,10,1972,2161 +VUT,1991,11,1906,2089 +VUT,1991,12,1840,2017 +VUT,1991,13,1769,1937 +VUT,1991,14,1695,1846 +VUT,1991,15,1619,1750 +VUT,1991,16,1545,1655 +VUT,1991,17,1471,1559 +VUT,1991,18,1409,1476 +VUT,1992,0,2484,2643 +VUT,1992,1,2434,2601 +VUT,1992,2,2357,2518 +VUT,1992,3,2328,2497 +VUT,1992,4,2298,2473 +VUT,1992,5,2266,2447 +VUT,1992,6,2231,2416 +VUT,1992,7,2194,2382 +VUT,1992,8,2157,2346 +VUT,1992,9,2109,2297 +VUT,1992,10,2045,2231 +VUT,1992,11,1971,2151 +VUT,1992,12,1897,2071 +VUT,1992,13,1824,1991 +VUT,1992,14,1750,1905 +VUT,1992,15,1676,1813 +VUT,1992,16,1605,1719 +VUT,1992,17,1535,1627 +VUT,1992,18,1465,1533 +VUT,1993,0,2561,2730 +VUT,1993,1,2492,2666 +VUT,1993,2,2433,2611 +VUT,1993,3,2360,2530 +VUT,1993,4,2328,2504 +VUT,1993,5,2297,2477 +VUT,1993,6,2266,2449 +VUT,1993,7,2232,2418 +VUT,1993,8,2198,2386 +VUT,1993,9,2167,2354 +VUT,1993,10,2120,2305 +VUT,1993,11,2051,2232 +VUT,1993,12,1968,2142 +VUT,1993,13,1887,2054 +VUT,1993,14,1807,1965 +VUT,1993,15,1729,1873 +VUT,1993,16,1657,1781 +VUT,1993,17,1590,1689 +VUT,1993,18,1525,1598 +VUT,1994,0,2631,2807 +VUT,1994,1,2547,2725 +VUT,1994,2,2476,2657 +VUT,1994,3,2417,2600 +VUT,1994,4,2359,2538 +VUT,1994,5,2325,2507 +VUT,1994,6,2293,2478 +VUT,1994,7,2262,2449 +VUT,1994,8,2230,2417 +VUT,1994,9,2199,2386 +VUT,1994,10,2173,2357 +VUT,1994,11,2127,2308 +VUT,1994,12,2054,2229 +VUT,1994,13,1963,2130 +VUT,1994,14,1875,2033 +VUT,1994,15,1787,1935 +VUT,1994,16,1706,1839 +VUT,1994,17,1635,1745 +VUT,1994,18,1573,1657 +VUT,1995,0,2687,2866 +VUT,1995,1,2593,2773 +VUT,1995,2,2515,2697 +VUT,1995,3,2451,2634 +VUT,1995,4,2398,2583 +VUT,1995,5,2353,2540 +VUT,1995,6,2316,2504 +VUT,1995,7,2283,2472 +VUT,1995,8,2253,2442 +VUT,1995,9,2223,2411 +VUT,1995,10,2195,2381 +VUT,1995,11,2174,2356 +VUT,1995,12,2130,2306 +VUT,1995,13,2052,2221 +VUT,1995,14,1953,2112 +VUT,1995,15,1858,2007 +VUT,1995,16,1764,1902 +VUT,1995,17,1678,1800 +VUT,1995,18,1609,1706 +VUT,1996,0,2744,2924 +VUT,1996,1,2667,2847 +VUT,1996,2,2581,2762 +VUT,1996,3,2508,2689 +VUT,1996,4,2445,2628 +VUT,1996,5,2392,2576 +VUT,1996,6,2346,2531 +VUT,1996,7,2305,2490 +VUT,1996,8,2270,2454 +VUT,1996,9,2237,2420 +VUT,1996,10,2206,2386 +VUT,1996,11,2177,2354 +VUT,1996,12,2154,2325 +VUT,1996,13,2109,2274 +VUT,1996,14,2032,2188 +VUT,1996,15,1934,2079 +VUT,1996,16,1841,1975 +VUT,1996,17,1748,1870 +VUT,1996,18,1664,1770 +VUT,1997,0,2789,2967 +VUT,1997,1,2695,2874 +VUT,1997,2,2642,2822 +VUT,1997,3,2564,2744 +VUT,1997,4,2495,2676 +VUT,1997,5,2435,2616 +VUT,1997,6,2382,2563 +VUT,1997,7,2335,2516 +VUT,1997,8,2290,2470 +VUT,1997,9,2251,2430 +VUT,1997,10,2217,2393 +VUT,1997,11,2185,2357 +VUT,1997,12,2155,2321 +VUT,1997,13,2129,2289 +VUT,1997,14,2084,2236 +VUT,1997,15,2007,2149 +VUT,1997,16,1911,2042 +VUT,1997,17,1820,1938 +VUT,1997,18,1728,1835 +VUT,1998,0,2823,2996 +VUT,1998,1,2737,2912 +VUT,1998,2,2660,2837 +VUT,1998,3,2616,2794 +VUT,1998,4,2545,2724 +VUT,1998,5,2481,2660 +VUT,1998,6,2423,2602 +VUT,1998,7,2371,2549 +VUT,1998,8,2321,2498 +VUT,1998,9,2273,2449 +VUT,1998,10,2231,2403 +VUT,1998,11,2196,2364 +VUT,1998,12,2163,2326 +VUT,1998,13,2131,2287 +VUT,1998,14,2104,2251 +VUT,1998,15,2057,2196 +VUT,1998,16,1981,2109 +VUT,1998,17,1887,2003 +VUT,1998,18,1798,1900 +VUT,1999,0,2847,3016 +VUT,1999,1,2773,2944 +VUT,1999,2,2704,2878 +VUT,1999,3,2639,2816 +VUT,1999,4,2592,2770 +VUT,1999,5,2529,2707 +VUT,1999,6,2470,2648 +VUT,1999,7,2414,2591 +VUT,1999,8,2362,2537 +VUT,1999,9,2311,2484 +VUT,1999,10,2259,2430 +VUT,1999,11,2214,2380 +VUT,1999,12,2177,2337 +VUT,1999,13,2143,2297 +VUT,1999,14,2110,2255 +VUT,1999,15,2080,2217 +VUT,1999,16,2033,2159 +VUT,1999,17,1958,2072 +VUT,1999,18,1865,1966 +VUT,2000,0,2864,3031 +VUT,2000,1,2805,2975 +VUT,2000,2,2747,2919 +VUT,2000,3,2689,2863 +VUT,2000,4,2631,2808 +VUT,2000,5,2575,2752 +VUT,2000,6,2519,2697 +VUT,2000,7,2465,2642 +VUT,2000,8,2411,2587 +VUT,2000,9,2358,2532 +VUT,2000,10,2305,2476 +VUT,2000,11,2250,2417 +VUT,2000,12,2202,2363 +VUT,2000,13,2163,2317 +VUT,2000,14,2129,2274 +VUT,2000,15,2094,2229 +VUT,2000,16,2062,2187 +VUT,2000,17,2013,2127 +VUT,2000,18,1938,2039 +VUT,2001,0,2848,3013 +VUT,2001,1,2844,3011 +VUT,2001,2,2789,2959 +VUT,2001,3,2733,2906 +VUT,2001,4,2676,2852 +VUT,2001,5,2620,2798 +VUT,2001,6,2563,2743 +VUT,2001,7,2507,2688 +VUT,2001,8,2451,2632 +VUT,2001,9,2397,2576 +VUT,2001,10,2345,2520 +VUT,2001,11,2292,2462 +VUT,2001,12,2237,2400 +VUT,2001,13,2188,2345 +VUT,2001,14,2150,2298 +VUT,2001,15,2116,2255 +VUT,2001,16,2082,2210 +VUT,2001,17,2050,2168 +VUT,2001,18,2002,2108 +VUT,2002,0,2825,2990 +VUT,2002,1,2813,2981 +VUT,2002,2,2832,3001 +VUT,2002,3,2781,2953 +VUT,2002,4,2727,2902 +VUT,2002,5,2672,2850 +VUT,2002,6,2616,2797 +VUT,2002,7,2559,2743 +VUT,2002,8,2502,2688 +VUT,2002,9,2445,2631 +VUT,2002,10,2392,2574 +VUT,2002,11,2339,2515 +VUT,2002,12,2286,2455 +VUT,2002,13,2231,2392 +VUT,2002,14,2182,2334 +VUT,2002,15,2143,2286 +VUT,2002,16,2110,2243 +VUT,2002,17,2076,2198 +VUT,2002,18,2045,2155 +VUT,2003,0,2812,2980 +VUT,2003,1,2821,2991 +VUT,2003,2,2816,2989 +VUT,2003,3,2826,2996 +VUT,2003,4,2778,2950 +VUT,2003,5,2726,2902 +VUT,2003,6,2673,2852 +VUT,2003,7,2617,2800 +VUT,2003,8,2560,2746 +VUT,2003,9,2501,2691 +VUT,2003,10,2444,2634 +VUT,2003,11,2389,2575 +VUT,2003,12,2337,2514 +VUT,2003,13,2284,2452 +VUT,2003,14,2228,2386 +VUT,2003,15,2179,2327 +VUT,2003,16,2140,2278 +VUT,2003,17,2107,2234 +VUT,2003,18,2074,2189 +VUT,2004,0,2828,3008 +VUT,2004,1,2845,3021 +VUT,2004,2,2847,3021 +VUT,2004,3,2836,3009 +VUT,2004,4,2818,2988 +VUT,2004,5,2774,2946 +VUT,2004,6,2725,2901 +VUT,2004,7,2672,2852 +VUT,2004,8,2617,2801 +VUT,2004,9,2560,2748 +VUT,2004,10,2500,2693 +VUT,2004,11,2441,2635 +VUT,2004,12,2387,2575 +VUT,2004,13,2335,2512 +VUT,2004,14,2281,2448 +VUT,2004,15,2224,2380 +VUT,2004,16,2175,2318 +VUT,2004,17,2137,2268 +VUT,2004,18,2104,2224 +VUT,2005,0,2891,3092 +VUT,2005,1,2894,3080 +VUT,2005,2,2886,3062 +VUT,2005,3,2868,3038 +VUT,2005,4,2842,3009 +VUT,2005,5,2808,2976 +VUT,2005,6,2767,2937 +VUT,2005,7,2720,2894 +VUT,2005,8,2669,2848 +VUT,2005,9,2614,2798 +VUT,2005,10,2557,2745 +VUT,2005,11,2496,2690 +VUT,2005,12,2436,2632 +VUT,2005,13,2382,2570 +VUT,2005,14,2330,2506 +VUT,2005,15,2276,2439 +VUT,2005,16,2219,2369 +VUT,2005,17,2169,2306 +VUT,2005,18,2131,2255 +VUT,2006,0,3017,3257 +VUT,2006,1,2891,3087 +VUT,2006,2,2879,3066 +VUT,2006,3,2861,3047 +VUT,2006,4,2839,3026 +VUT,2006,5,2811,3004 +VUT,2006,6,2780,2981 +VUT,2006,7,2748,2962 +VUT,2006,8,2705,2923 +VUT,2006,9,2648,2857 +VUT,2006,10,2583,2772 +VUT,2006,11,2518,2689 +VUT,2006,12,2448,2602 +VUT,2006,13,2389,2528 +VUT,2006,14,2351,2476 +VUT,2006,15,2324,2439 +VUT,2006,16,2294,2396 +VUT,2006,17,2263,2352 +VUT,2006,18,2227,2308 +VUT,2007,0,3188,3477 +VUT,2007,1,3083,3313 +VUT,2007,2,2886,3073 +VUT,2007,3,2858,3044 +VUT,2007,4,2831,3023 +VUT,2007,5,2804,3006 +VUT,2007,6,2775,2989 +VUT,2007,7,2747,2979 +VUT,2007,8,2723,2978 +VUT,2007,9,2684,2944 +VUT,2007,10,2622,2857 +VUT,2007,11,2547,2738 +VUT,2007,12,2473,2625 +VUT,2007,13,2394,2506 +VUT,2007,14,2337,2416 +VUT,2007,15,2315,2375 +VUT,2007,16,2314,2365 +VUT,2007,17,2307,2347 +VUT,2007,18,2302,2329 +VUT,2008,0,3375,3714 +VUT,2008,1,3201,3457 +VUT,2008,2,3058,3257 +VUT,2008,3,2879,3058 +VUT,2008,4,2836,3021 +VUT,2008,5,2800,2998 +VUT,2008,6,2767,2984 +VUT,2008,7,2737,2974 +VUT,2008,8,2713,2975 +VUT,2008,9,2697,2993 +VUT,2008,10,2662,2963 +VUT,2008,11,2595,2857 +VUT,2008,12,2510,2704 +VUT,2008,13,2428,2560 +VUT,2008,14,2341,2410 +VUT,2008,15,2284,2304 +VUT,2008,16,2279,2274 +VUT,2008,17,2303,2291 +VUT,2008,18,2320,2297 +VUT,2009,0,3536,3917 +VUT,2009,1,3319,3598 +VUT,2009,2,3140,3351 +VUT,2009,3,2996,3166 +VUT,2009,4,2876,3049 +VUT,2009,5,2819,3003 +VUT,2009,6,2773,2979 +VUT,2009,7,2735,2968 +VUT,2009,8,2704,2964 +VUT,2009,9,2682,2976 +VUT,2009,10,2675,3014 +VUT,2009,11,2643,2988 +VUT,2009,12,2571,2862 +VUT,2009,13,2476,2674 +VUT,2009,14,2387,2501 +VUT,2009,15,2290,2318 +VUT,2009,16,2235,2197 +VUT,2009,17,2245,2177 +VUT,2009,18,2295,2221 +VUT,2010,0,3641,4048 +VUT,2010,1,3422,3721 +VUT,2010,2,3241,3466 +VUT,2010,3,3092,3275 +VUT,2010,4,2973,3138 +VUT,2010,5,2878,3047 +VUT,2010,6,2805,2993 +VUT,2010,7,2750,2966 +VUT,2010,8,2708,2959 +VUT,2010,9,2675,2961 +VUT,2010,10,2656,2985 +VUT,2010,11,2657,3041 +VUT,2010,12,2629,3020 +VUT,2010,13,2552,2873 +VUT,2010,14,2446,2651 +VUT,2010,15,2349,2447 +VUT,2010,16,2243,2231 +VUT,2010,17,2189,2094 +VUT,2010,18,2216,2084 +VUT,2011,0,3656,4057 +VUT,2011,1,3668,4043 +VUT,2011,2,3476,3765 +VUT,2011,3,3308,3539 +VUT,2011,4,3162,3359 +VUT,2011,5,3036,3219 +VUT,2011,6,2927,3113 +VUT,2011,7,2833,3032 +VUT,2011,8,2759,2979 +VUT,2011,9,2706,2951 +VUT,2011,10,2668,2937 +VUT,2011,11,2641,2939 +VUT,2011,12,2629,2967 +VUT,2011,13,2600,2935 +VUT,2011,14,2541,2804 +VUT,2011,15,2465,2613 +VUT,2011,16,2395,2438 +VUT,2011,17,2319,2254 +VUT,2011,18,2280,2135 +VUT,2012,0,3617,3998 +VUT,2012,1,3549,3849 +VUT,2012,2,3706,4055 +VUT,2012,3,3540,3825 +VUT,2012,4,3384,3626 +VUT,2012,5,3240,3457 +VUT,2012,6,3107,3314 +VUT,2012,7,2984,3191 +VUT,2012,8,2868,3084 +VUT,2012,9,2775,3004 +VUT,2012,10,2712,2955 +VUT,2012,11,2669,2925 +VUT,2012,12,2633,2905 +VUT,2012,13,2608,2906 +VUT,2012,14,2579,2863 +VUT,2012,15,2537,2746 +VUT,2012,16,2490,2587 +VUT,2012,17,2447,2439 +VUT,2012,18,2401,2286 +VUT,2013,0,3553,3906 +VUT,2013,1,3599,3896 +VUT,2013,2,3609,3870 +VUT,2013,3,3745,4071 +VUT,2013,4,3605,3889 +VUT,2013,5,3462,3718 +VUT,2013,6,3319,3559 +VUT,2013,7,3180,3412 +VUT,2013,8,3042,3274 +VUT,2013,9,2905,3140 +VUT,2013,10,2793,3033 +VUT,2013,11,2718,2962 +VUT,2013,12,2671,2916 +VUT,2013,13,2626,2874 +VUT,2013,14,2588,2847 +VUT,2013,15,2558,2793 +VUT,2013,16,2534,2691 +VUT,2013,17,2516,2563 +VUT,2013,18,2501,2444 +VUT,2014,0,3514,3835 +VUT,2014,1,3648,3940 +VUT,2014,2,3724,3997 +VUT,2014,3,3749,4011 +VUT,2014,4,3776,4080 +VUT,2014,5,3663,3946 +VUT,2014,6,3533,3803 +VUT,2014,7,3393,3655 +VUT,2014,8,3247,3505 +VUT,2014,9,3095,3350 +VUT,2014,10,2936,3190 +VUT,2014,11,2805,3056 +VUT,2014,12,2720,2964 +VUT,2014,13,2667,2901 +VUT,2014,14,2614,2838 +VUT,2014,15,2562,2783 +VUT,2014,16,2532,2718 +VUT,2014,17,2526,2631 +VUT,2014,18,2538,2534 +VUT,2015,0,3537,3829 +VUT,2015,1,3708,3991 +VUT,2015,2,3812,4091 +VUT,2015,3,3857,4134 +VUT,2015,4,3850,4127 +VUT,2015,5,3800,4078 +VUT,2015,6,3712,3993 +VUT,2015,7,3596,3878 +VUT,2015,8,3458,3741 +VUT,2015,9,3306,3588 +VUT,2015,10,3140,3419 +VUT,2015,11,2960,3232 +VUT,2015,12,2811,3071 +VUT,2015,13,2716,2959 +VUT,2015,14,2658,2880 +VUT,2015,15,2596,2795 +VUT,2015,16,2532,2712 +VUT,2015,17,2500,2636 +VUT,2015,18,2513,2565 +VUT,2016,0,3666,3936 +VUT,2016,1,3601,3889 +VUT,2016,2,3730,4012 +VUT,2016,3,3808,4087 +VUT,2016,4,3840,4118 +VUT,2016,5,3831,4110 +VUT,2016,6,3789,4068 +VUT,2016,7,3720,4000 +VUT,2016,8,3617,3898 +VUT,2016,9,3479,3761 +VUT,2016,10,3319,3600 +VUT,2016,11,3150,3428 +VUT,2016,12,2970,3240 +VUT,2016,13,2820,3079 +VUT,2016,14,2724,2967 +VUT,2016,15,2667,2887 +VUT,2016,16,2605,2802 +VUT,2016,17,2540,2720 +VUT,2016,18,2509,2643 +VUT,2017,0,3852,4105 +VUT,2017,1,3915,4179 +VUT,2017,2,3653,3936 +VUT,2017,3,3740,4020 +VUT,2017,4,3792,4071 +VUT,2017,5,3811,4090 +VUT,2017,6,3800,4079 +VUT,2017,7,3765,4045 +VUT,2017,8,3715,3995 +VUT,2017,9,3626,3906 +VUT,2017,10,3488,3769 +VUT,2017,11,3320,3601 +VUT,2017,12,3149,3426 +VUT,2017,13,2969,3239 +VUT,2017,14,2820,3078 +VUT,2017,15,2724,2966 +VUT,2017,16,2667,2886 +VUT,2017,17,2606,2801 +VUT,2017,18,2541,2718 +VUT,2018,0,4063,4304 +VUT,2018,1,4021,4274 +VUT,2018,2,3977,4241 +VUT,2018,3,3699,3978 +VUT,2018,4,3744,4023 +VUT,2018,5,3770,4049 +VUT,2018,6,3776,4056 +VUT,2018,7,3763,4043 +VUT,2018,8,3737,4017 +VUT,2018,9,3705,3985 +VUT,2018,10,3629,3908 +VUT,2018,11,3492,3771 +VUT,2018,12,3317,3596 +VUT,2018,13,3144,3420 +VUT,2018,14,2964,3233 +VUT,2018,15,2816,3072 +VUT,2018,16,2721,2960 +VUT,2018,17,2664,2880 +VUT,2018,18,2602,2796 +VUT,2019,0,4300,4500 +VUT,2019,1,4100,4400 +VUT,2019,2,4000,4300 +VUT,2019,3,3900,4200 +VUT,2019,4,3700,4000 +VUT,2019,5,3800,4000 +VUT,2019,6,3800,4000 +VUT,2019,7,3700,4000 +VUT,2019,8,3700,4000 +VUT,2019,9,3700,4000 +VUT,2019,10,3700,4000 +VUT,2019,11,3600,3900 +VUT,2019,12,3500,3800 +VUT,2019,13,3300,3600 +VUT,2019,14,3100,3400 +VUT,2019,15,3000,3200 +VUT,2019,16,2800,3100 +VUT,2019,17,2700,3000 +VUT,2019,18,2700,2900 +VUT,2020,0,4400,4600 +VUT,2020,1,4200,4400 +VUT,2020,2,4000,4300 +VUT,2020,3,3900,4200 +VUT,2020,4,3900,4100 +VUT,2020,5,3800,4100 +VUT,2020,6,3800,4000 +VUT,2020,7,3700,4000 +VUT,2020,8,3700,4000 +VUT,2020,9,3700,4000 +VUT,2020,10,3700,4000 +VUT,2020,11,3700,4000 +VUT,2020,12,3600,3900 +VUT,2020,13,3500,3800 +VUT,2020,14,3300,3600 +VUT,2020,15,3100,3400 +VUT,2020,16,3000,3200 +VUT,2020,17,2800,3100 +VUT,2020,18,2700,3000 +VUT,2021,0,4400,4700 +VUT,2021,1,4300,4600 +VUT,2021,2,4200,4400 +VUT,2021,3,4100,4300 +VUT,2021,4,3900,4200 +VUT,2021,5,3900,4100 +VUT,2021,6,3800,4100 +VUT,2021,7,3800,4000 +VUT,2021,8,3700,4000 +VUT,2021,9,3700,4000 +VUT,2021,10,3700,4000 +VUT,2021,11,3700,4000 +VUT,2021,12,3700,4000 +VUT,2021,13,3600,3900 +VUT,2021,14,3500,3800 +VUT,2021,15,3300,3600 +VUT,2021,16,3100,3400 +VUT,2021,17,3000,3200 +VUT,2021,18,2800,3100 +VUT,2022,0,4400,4700 +VUT,2022,1,4300,4500 +VUT,2022,2,4300,4500 +VUT,2022,3,4200,4400 +VUT,2022,4,4100,4300 +VUT,2022,5,4000,4200 +VUT,2022,6,3900,4100 +VUT,2022,7,3800,4100 +VUT,2022,8,3800,4000 +VUT,2022,9,3700,4000 +VUT,2022,10,3700,4000 +VUT,2022,11,3700,4000 +VUT,2022,12,3700,4000 +VUT,2022,13,3700,4000 +VUT,2022,14,3600,3900 +VUT,2022,15,3500,3800 +VUT,2022,16,3300,3600 +VUT,2022,17,3100,3400 +VUT,2022,18,3000,3200 +VUT,2023,0,4400,4600 +VUT,2023,1,4300,4500 +VUT,2023,2,4200,4500 +VUT,2023,3,4300,4500 +VUT,2023,4,4200,4400 +VUT,2023,5,4100,4300 +VUT,2023,6,4000,4200 +VUT,2023,7,3900,4200 +VUT,2023,8,3800,4100 +VUT,2023,9,3800,4000 +VUT,2023,10,3700,4000 +VUT,2023,11,3700,4000 +VUT,2023,12,3700,4000 +VUT,2023,13,3700,4000 +VUT,2023,14,3700,4000 +VUT,2023,15,3600,3900 +VUT,2023,16,3500,3800 +VUT,2023,17,3300,3600 +VUT,2023,18,3100,3400 +VUT,2024,0,4300,4600 +VUT,2024,1,4300,4600 +VUT,2024,2,4300,4500 +VUT,2024,3,4200,4500 +VUT,2024,4,4200,4500 +VUT,2024,5,4200,4400 +VUT,2024,6,4100,4300 +VUT,2024,7,4000,4200 +VUT,2024,8,3900,4200 +VUT,2024,9,3800,4100 +VUT,2024,10,3800,4000 +VUT,2024,11,3700,4000 +VUT,2024,12,3700,4000 +VUT,2024,13,3700,4000 +VUT,2024,14,3700,4000 +VUT,2024,15,3700,4000 +VUT,2024,16,3600,3900 +VUT,2024,17,3500,3800 +VUT,2024,18,3300,3600 +VUT,2025,0,4300,4600 +VUT,2025,1,4300,4600 +VUT,2025,2,4300,4600 +VUT,2025,3,4300,4500 +VUT,2025,4,4300,4500 +VUT,2025,5,4200,4400 +VUT,2025,6,4100,4400 +VUT,2025,7,4100,4300 +VUT,2025,8,4000,4300 +VUT,2025,9,3900,4200 +VUT,2025,10,3900,4100 +VUT,2025,11,3800,4000 +VUT,2025,12,3700,4000 +VUT,2025,13,3700,4000 +VUT,2025,14,3700,4000 +VUT,2025,15,3700,4000 +VUT,2025,16,3700,4000 +VUT,2025,17,3600,3900 +VUT,2025,18,3500,3800 +VUT,2026,0,4400,4600 +VUT,2026,1,4400,4600 +VUT,2026,2,4300,4600 +VUT,2026,3,4300,4600 +VUT,2026,4,4300,4500 +VUT,2026,5,4300,4500 +VUT,2026,6,4200,4400 +VUT,2026,7,4100,4400 +VUT,2026,8,4100,4300 +VUT,2026,9,4000,4300 +VUT,2026,10,3900,4200 +VUT,2026,11,3900,4100 +VUT,2026,12,3800,4000 +VUT,2026,13,3700,4000 +VUT,2026,14,3700,4000 +VUT,2026,15,3700,4000 +VUT,2026,16,3700,4000 +VUT,2026,17,3700,4000 +VUT,2026,18,3600,3900 +VUT,2027,0,4500,4700 +VUT,2027,1,4500,4700 +VUT,2027,2,4400,4600 +VUT,2027,3,4400,4600 +VUT,2027,4,4300,4600 +VUT,2027,5,4300,4500 +VUT,2027,6,4200,4500 +VUT,2027,7,4200,4400 +VUT,2027,8,4100,4400 +VUT,2027,9,4100,4300 +VUT,2027,10,4000,4300 +VUT,2027,11,3900,4200 +VUT,2027,12,3900,4100 +VUT,2027,13,3800,4000 +VUT,2027,14,3700,4000 +VUT,2027,15,3700,4000 +VUT,2027,16,3700,4000 +VUT,2027,17,3700,4000 +VUT,2027,18,3700,4000 +VUT,2028,0,4600,4800 +VUT,2028,1,4500,4700 +VUT,2028,2,4500,4700 +VUT,2028,3,4400,4600 +VUT,2028,4,4400,4600 +VUT,2028,5,4300,4500 +VUT,2028,6,4300,4500 +VUT,2028,7,4200,4500 +VUT,2028,8,4200,4400 +VUT,2028,9,4100,4400 +VUT,2028,10,4100,4300 +VUT,2028,11,4000,4300 +VUT,2028,12,3900,4200 +VUT,2028,13,3900,4100 +VUT,2028,14,3800,4000 +VUT,2028,15,3700,4000 +VUT,2028,16,3700,4000 +VUT,2028,17,3700,4000 +VUT,2028,18,3700,4000 +VUT,2029,0,4700,4900 +VUT,2029,1,4600,4800 +VUT,2029,2,4500,4800 +VUT,2029,3,4500,4700 +VUT,2029,4,4400,4600 +VUT,2029,5,4400,4600 +VUT,2029,6,4300,4500 +VUT,2029,7,4300,4500 +VUT,2029,8,4200,4500 +VUT,2029,9,4200,4400 +VUT,2029,10,4100,4400 +VUT,2029,11,4100,4300 +VUT,2029,12,4000,4300 +VUT,2029,13,3900,4200 +VUT,2029,14,3900,4100 +VUT,2029,15,3800,4000 +VUT,2029,16,3700,4000 +VUT,2029,17,3700,3900 +VUT,2029,18,3700,4000 +VUT,2030,0,4700,5000 +VUT,2030,1,4700,4900 +VUT,2030,2,4600,4800 +VUT,2030,3,4500,4700 +VUT,2030,4,4500,4700 +VUT,2030,5,4400,4600 +VUT,2030,6,4400,4600 +VUT,2030,7,4300,4500 +VUT,2030,8,4300,4500 +VUT,2030,9,4200,4400 +VUT,2030,10,4200,4400 +VUT,2030,11,4100,4400 +VUT,2030,12,4100,4300 +VUT,2030,13,4000,4300 +VUT,2030,14,3900,4200 +VUT,2030,15,3900,4100 +VUT,2030,16,3800,4000 +VUT,2030,17,3700,4000 +VUT,2030,18,3700,3900 +VUT,2031,0,4800,5000 +VUT,2031,1,4700,5000 +VUT,2031,2,4700,4900 +VUT,2031,3,4600,4800 +VUT,2031,4,4500,4700 +VUT,2031,5,4500,4700 +VUT,2031,6,4400,4600 +VUT,2031,7,4400,4600 +VUT,2031,8,4300,4500 +VUT,2031,9,4300,4500 +VUT,2031,10,4200,4400 +VUT,2031,11,4200,4400 +VUT,2031,12,4100,4400 +VUT,2031,13,4100,4300 +VUT,2031,14,4000,4300 +VUT,2031,15,3900,4200 +VUT,2031,16,3900,4100 +VUT,2031,17,3800,4000 +VUT,2031,18,3700,4000 +VUT,2032,0,4900,5100 +VUT,2032,1,4800,5000 +VUT,2032,2,4700,4900 +VUT,2032,3,4700,4900 +VUT,2032,4,4600,4800 +VUT,2032,5,4500,4700 +VUT,2032,6,4500,4700 +VUT,2032,7,4400,4600 +VUT,2032,8,4400,4600 +VUT,2032,9,4300,4500 +VUT,2032,10,4300,4500 +VUT,2032,11,4200,4400 +VUT,2032,12,4200,4400 +VUT,2032,13,4100,4400 +VUT,2032,14,4100,4300 +VUT,2032,15,4000,4300 +VUT,2032,16,3900,4200 +VUT,2032,17,3900,4100 +VUT,2032,18,3800,4000 +VUT,2033,0,4900,5200 +VUT,2033,1,4900,5100 +VUT,2033,2,4800,5000 +VUT,2033,3,4700,4900 +VUT,2033,4,4600,4900 +VUT,2033,5,4600,4800 +VUT,2033,6,4500,4700 +VUT,2033,7,4500,4700 +VUT,2033,8,4400,4600 +VUT,2033,9,4300,4600 +VUT,2033,10,4300,4500 +VUT,2033,11,4300,4500 +VUT,2033,12,4200,4400 +VUT,2033,13,4200,4400 +VUT,2033,14,4100,4400 +VUT,2033,15,4100,4300 +VUT,2033,16,4000,4300 +VUT,2033,17,3900,4200 +VUT,2033,18,3800,4100 +VUT,2034,0,5000,5200 +VUT,2034,1,4900,5100 +VUT,2034,2,4800,5100 +VUT,2034,3,4800,5000 +VUT,2034,4,4700,4900 +VUT,2034,5,4600,4900 +VUT,2034,6,4600,4800 +VUT,2034,7,4500,4700 +VUT,2034,8,4500,4700 +VUT,2034,9,4400,4600 +VUT,2034,10,4300,4600 +VUT,2034,11,4300,4500 +VUT,2034,12,4300,4500 +VUT,2034,13,4200,4400 +VUT,2034,14,4200,4400 +VUT,2034,15,4100,4400 +VUT,2034,16,4100,4300 +VUT,2034,17,4000,4200 +VUT,2034,18,3900,4200 +VUT,2035,0,5100,5300 +VUT,2035,1,5000,5200 +VUT,2035,2,4900,5100 +VUT,2035,3,4800,5100 +VUT,2035,4,4800,5000 +VUT,2035,5,4700,4900 +VUT,2035,6,4600,4900 +VUT,2035,7,4600,4800 +VUT,2035,8,4500,4700 +VUT,2035,9,4500,4700 +VUT,2035,10,4400,4600 +VUT,2035,11,4300,4600 +VUT,2035,12,4300,4500 +VUT,2035,13,4300,4500 +VUT,2035,14,4200,4400 +VUT,2035,15,4200,4400 +VUT,2035,16,4100,4400 +VUT,2035,17,4100,4300 +VUT,2035,18,4000,4200 +VUT,2036,0,5100,5300 +VUT,2036,1,5100,5300 +VUT,2036,2,5000,5200 +VUT,2036,3,4900,5100 +VUT,2036,4,4800,5100 +VUT,2036,5,4800,5000 +VUT,2036,6,4700,4900 +VUT,2036,7,4600,4900 +VUT,2036,8,4600,4800 +VUT,2036,9,4500,4700 +VUT,2036,10,4500,4700 +VUT,2036,11,4400,4600 +VUT,2036,12,4300,4600 +VUT,2036,13,4300,4500 +VUT,2036,14,4300,4500 +VUT,2036,15,4200,4400 +VUT,2036,16,4200,4400 +VUT,2036,17,4100,4400 +VUT,2036,18,4100,4300 +VUT,2037,0,5200,5400 +VUT,2037,1,5100,5300 +VUT,2037,2,5100,5300 +VUT,2037,3,5000,5200 +VUT,2037,4,4900,5100 +VUT,2037,5,4800,5100 +VUT,2037,6,4800,5000 +VUT,2037,7,4700,4900 +VUT,2037,8,4600,4900 +VUT,2037,9,4600,4800 +VUT,2037,10,4500,4700 +VUT,2037,11,4500,4700 +VUT,2037,12,4400,4600 +VUT,2037,13,4300,4600 +VUT,2037,14,4300,4500 +VUT,2037,15,4200,4500 +VUT,2037,16,4200,4400 +VUT,2037,17,4200,4400 +VUT,2037,18,4100,4400 +VUT,2038,0,5200,5500 +VUT,2038,1,5200,5400 +VUT,2038,2,5100,5300 +VUT,2038,3,5100,5300 +VUT,2038,4,5000,5200 +VUT,2038,5,4900,5100 +VUT,2038,6,4800,5100 +VUT,2038,7,4800,5000 +VUT,2038,8,4700,4900 +VUT,2038,9,4600,4900 +VUT,2038,10,4600,4800 +VUT,2038,11,4500,4700 +VUT,2038,12,4500,4700 +VUT,2038,13,4400,4600 +VUT,2038,14,4300,4600 +VUT,2038,15,4300,4500 +VUT,2038,16,4200,4500 +VUT,2038,17,4200,4400 +VUT,2038,18,4200,4400 +VUT,2039,0,5300,5500 +VUT,2039,1,5200,5500 +VUT,2039,2,5200,5400 +VUT,2039,3,5100,5300 +VUT,2039,4,5100,5300 +VUT,2039,5,5000,5200 +VUT,2039,6,4900,5100 +VUT,2039,7,4800,5000 +VUT,2039,8,4800,5000 +VUT,2039,9,4700,4900 +VUT,2039,10,4600,4900 +VUT,2039,11,4600,4800 +VUT,2039,12,4500,4700 +VUT,2039,13,4500,4700 +VUT,2039,14,4400,4600 +VUT,2039,15,4300,4600 +VUT,2039,16,4300,4500 +VUT,2039,17,4200,4500 +VUT,2039,18,4200,4400 +VUT,2040,0,5300,5600 +VUT,2040,1,5300,5500 +VUT,2040,2,5200,5500 +VUT,2040,3,5200,5400 +VUT,2040,4,5100,5300 +VUT,2040,5,5000,5300 +VUT,2040,6,5000,5200 +VUT,2040,7,4900,5100 +VUT,2040,8,4800,5000 +VUT,2040,9,4800,5000 +VUT,2040,10,4700,4900 +VUT,2040,11,4600,4800 +VUT,2040,12,4600,4800 +VUT,2040,13,4500,4700 +VUT,2040,14,4500,4700 +VUT,2040,15,4400,4600 +VUT,2040,16,4300,4600 +VUT,2040,17,4300,4500 +VUT,2040,18,4200,4500 +VUT,2041,0,5400,5700 +VUT,2041,1,5400,5600 +VUT,2041,2,5300,5500 +VUT,2041,3,5200,5500 +VUT,2041,4,5200,5400 +VUT,2041,5,5100,5300 +VUT,2041,6,5000,5300 +VUT,2041,7,5000,5200 +VUT,2041,8,4900,5100 +VUT,2041,9,4800,5000 +VUT,2041,10,4800,5000 +VUT,2041,11,4700,4900 +VUT,2041,12,4600,4800 +VUT,2041,13,4600,4800 +VUT,2041,14,4500,4700 +VUT,2041,15,4500,4700 +VUT,2041,16,4400,4600 +VUT,2041,17,4300,4600 +VUT,2041,18,4300,4500 +VUT,2042,0,5500,5700 +VUT,2042,1,5400,5600 +VUT,2042,2,5400,5600 +VUT,2042,3,5300,5500 +VUT,2042,4,5200,5500 +VUT,2042,5,5200,5400 +VUT,2042,6,5100,5300 +VUT,2042,7,5000,5300 +VUT,2042,8,5000,5200 +VUT,2042,9,4900,5100 +VUT,2042,10,4800,5000 +VUT,2042,11,4800,5000 +VUT,2042,12,4700,4900 +VUT,2042,13,4600,4800 +VUT,2042,14,4600,4800 +VUT,2042,15,4500,4700 +VUT,2042,16,4500,4700 +VUT,2042,17,4400,4600 +VUT,2042,18,4300,4600 +VUT,2043,0,5500,5800 +VUT,2043,1,5500,5700 +VUT,2043,2,5400,5600 +VUT,2043,3,5300,5600 +VUT,2043,4,5300,5500 +VUT,2043,5,5200,5500 +VUT,2043,6,5200,5400 +VUT,2043,7,5100,5300 +VUT,2043,8,5000,5200 +VUT,2043,9,5000,5200 +VUT,2043,10,4900,5100 +VUT,2043,11,4800,5000 +VUT,2043,12,4800,5000 +VUT,2043,13,4700,4900 +VUT,2043,14,4600,4800 +VUT,2043,15,4600,4800 +VUT,2043,16,4500,4700 +VUT,2043,17,4500,4700 +VUT,2043,18,4400,4600 +VUT,2044,0,5600,5800 +VUT,2044,1,5500,5800 +VUT,2044,2,5500,5700 +VUT,2044,3,5400,5600 +VUT,2044,4,5300,5600 +VUT,2044,5,5300,5500 +VUT,2044,6,5200,5400 +VUT,2044,7,5200,5400 +VUT,2044,8,5100,5300 +VUT,2044,9,5000,5200 +VUT,2044,10,5000,5200 +VUT,2044,11,4900,5100 +VUT,2044,12,4800,5000 +VUT,2044,13,4800,5000 +VUT,2044,14,4700,4900 +VUT,2044,15,4600,4800 +VUT,2044,16,4600,4800 +VUT,2044,17,4500,4700 +VUT,2044,18,4500,4700 +VUT,2045,0,5600,5900 +VUT,2045,1,5600,5800 +VUT,2045,2,5500,5700 +VUT,2045,3,5500,5700 +VUT,2045,4,5400,5600 +VUT,2045,5,5300,5600 +VUT,2045,6,5300,5500 +VUT,2045,7,5200,5400 +VUT,2045,8,5200,5400 +VUT,2045,9,5100,5300 +VUT,2045,10,5000,5200 +VUT,2045,11,5000,5200 +VUT,2045,12,4900,5100 +VUT,2045,13,4800,5000 +VUT,2045,14,4800,5000 +VUT,2045,15,4700,4900 +VUT,2045,16,4600,4800 +VUT,2045,17,4600,4800 +VUT,2045,18,4500,4700 +VUT,2046,0,5700,5900 +VUT,2046,1,5600,5900 +VUT,2046,2,5600,5800 +VUT,2046,3,5500,5700 +VUT,2046,4,5500,5700 +VUT,2046,5,5400,5600 +VUT,2046,6,5300,5600 +VUT,2046,7,5300,5500 +VUT,2046,8,5200,5400 +VUT,2046,9,5200,5400 +VUT,2046,10,5100,5300 +VUT,2046,11,5000,5200 +VUT,2046,12,5000,5200 +VUT,2046,13,4900,5100 +VUT,2046,14,4800,5000 +VUT,2046,15,4800,5000 +VUT,2046,16,4700,4900 +VUT,2046,17,4600,4800 +VUT,2046,18,4600,4800 +VUT,2047,0,5700,6000 +VUT,2047,1,5700,5900 +VUT,2047,2,5600,5900 +VUT,2047,3,5600,5800 +VUT,2047,4,5500,5700 +VUT,2047,5,5500,5700 +VUT,2047,6,5400,5600 +VUT,2047,7,5300,5600 +VUT,2047,8,5300,5500 +VUT,2047,9,5200,5400 +VUT,2047,10,5200,5400 +VUT,2047,11,5100,5300 +VUT,2047,12,5000,5200 +VUT,2047,13,5000,5200 +VUT,2047,14,4900,5100 +VUT,2047,15,4800,5000 +VUT,2047,16,4800,5000 +VUT,2047,17,4700,4900 +VUT,2047,18,4600,4800 +VUT,2048,0,5800,6000 +VUT,2048,1,5700,6000 +VUT,2048,2,5700,5900 +VUT,2048,3,5600,5900 +VUT,2048,4,5600,5800 +VUT,2048,5,5500,5700 +VUT,2048,6,5500,5700 +VUT,2048,7,5400,5600 +VUT,2048,8,5300,5600 +VUT,2048,9,5300,5500 +VUT,2048,10,5200,5400 +VUT,2048,11,5200,5400 +VUT,2048,12,5100,5300 +VUT,2048,13,5000,5200 +VUT,2048,14,5000,5200 +VUT,2048,15,4900,5100 +VUT,2048,16,4800,5000 +VUT,2048,17,4800,5000 +VUT,2048,18,4700,4900 +VUT,2049,0,5800,6100 +VUT,2049,1,5800,6000 +VUT,2049,2,5700,6000 +VUT,2049,3,5700,5900 +VUT,2049,4,5600,5800 +VUT,2049,5,5600,5800 +VUT,2049,6,5500,5700 +VUT,2049,7,5500,5700 +VUT,2049,8,5400,5600 +VUT,2049,9,5300,5600 +VUT,2049,10,5300,5500 +VUT,2049,11,5200,5400 +VUT,2049,12,5200,5400 +VUT,2049,13,5100,5300 +VUT,2049,14,5000,5200 +VUT,2049,15,5000,5200 +VUT,2049,16,4900,5100 +VUT,2049,17,4800,5000 +VUT,2049,18,4800,5000 +VUT,2050,0,5900,6100 +VUT,2050,1,5800,6100 +VUT,2050,2,5800,6000 +VUT,2050,3,5700,6000 +VUT,2050,4,5700,5900 +VUT,2050,5,5600,5800 +VUT,2050,6,5600,5800 +VUT,2050,7,5500,5700 +VUT,2050,8,5400,5700 +VUT,2050,9,5400,5600 +VUT,2050,10,5300,5600 +VUT,2050,11,5300,5500 +VUT,2050,12,5200,5400 +VUT,2050,13,5200,5400 +VUT,2050,14,5100,5300 +VUT,2050,15,5000,5200 +VUT,2050,16,5000,5200 +VUT,2050,17,4900,5100 +VUT,2050,18,4800,5000 +WLD,1990,0,, +WLD,1990,1,, +WLD,1990,2,, +WLD,1990,3,, +WLD,1990,4,, +WLD,1990,5,, +WLD,1990,6,, +WLD,1990,7,, +WLD,1990,8,, +WLD,1990,9,, +WLD,1990,10,, +WLD,1990,11,, +WLD,1990,12,, +WLD,1990,13,, +WLD,1990,14,, +WLD,1990,15,, +WLD,1990,16,, +WLD,1990,17,, +WLD,1990,18,, +WLD,1991,0,, +WLD,1991,1,, +WLD,1991,2,, +WLD,1991,3,, +WLD,1991,4,, +WLD,1991,5,, +WLD,1991,6,, +WLD,1991,7,, +WLD,1991,8,, +WLD,1991,9,, +WLD,1991,10,, +WLD,1991,11,, +WLD,1991,12,, +WLD,1991,13,, +WLD,1991,14,, +WLD,1991,15,, +WLD,1991,16,, +WLD,1991,17,, +WLD,1991,18,, +WLD,1992,0,, +WLD,1992,1,, +WLD,1992,2,, +WLD,1992,3,, +WLD,1992,4,, +WLD,1992,5,, +WLD,1992,6,, +WLD,1992,7,, +WLD,1992,8,, +WLD,1992,9,, +WLD,1992,10,, +WLD,1992,11,, +WLD,1992,12,, +WLD,1992,13,, +WLD,1992,14,, +WLD,1992,15,, +WLD,1992,16,, +WLD,1992,17,, +WLD,1992,18,, +WLD,1993,0,, +WLD,1993,1,, +WLD,1993,2,, +WLD,1993,3,, +WLD,1993,4,, +WLD,1993,5,, +WLD,1993,6,, +WLD,1993,7,, +WLD,1993,8,, +WLD,1993,9,, +WLD,1993,10,, +WLD,1993,11,, +WLD,1993,12,, +WLD,1993,13,, +WLD,1993,14,, +WLD,1993,15,, +WLD,1993,16,, +WLD,1993,17,, +WLD,1993,18,, +WLD,1994,0,, +WLD,1994,1,, +WLD,1994,2,, +WLD,1994,3,, +WLD,1994,4,, +WLD,1994,5,, +WLD,1994,6,, +WLD,1994,7,, +WLD,1994,8,, +WLD,1994,9,, +WLD,1994,10,, +WLD,1994,11,, +WLD,1994,12,, +WLD,1994,13,, +WLD,1994,14,, +WLD,1994,15,, +WLD,1994,16,, +WLD,1994,17,, +WLD,1994,18,, +WLD,1995,0,, +WLD,1995,1,, +WLD,1995,2,, +WLD,1995,3,, +WLD,1995,4,, +WLD,1995,5,, +WLD,1995,6,, +WLD,1995,7,, +WLD,1995,8,, +WLD,1995,9,, +WLD,1995,10,, +WLD,1995,11,, +WLD,1995,12,, +WLD,1995,13,, +WLD,1995,14,, +WLD,1995,15,, +WLD,1995,16,, +WLD,1995,17,, +WLD,1995,18,, +WLD,1996,0,, +WLD,1996,1,, +WLD,1996,2,, +WLD,1996,3,, +WLD,1996,4,, +WLD,1996,5,, +WLD,1996,6,, +WLD,1996,7,, +WLD,1996,8,, +WLD,1996,9,, +WLD,1996,10,, +WLD,1996,11,, +WLD,1996,12,, +WLD,1996,13,, +WLD,1996,14,, +WLD,1996,15,, +WLD,1996,16,, +WLD,1996,17,, +WLD,1996,18,, +WLD,1997,0,, +WLD,1997,1,, +WLD,1997,2,, +WLD,1997,3,, +WLD,1997,4,, +WLD,1997,5,, +WLD,1997,6,, +WLD,1997,7,, +WLD,1997,8,, +WLD,1997,9,, +WLD,1997,10,, +WLD,1997,11,, +WLD,1997,12,, +WLD,1997,13,, +WLD,1997,14,, +WLD,1997,15,, +WLD,1997,16,, +WLD,1997,17,, +WLD,1997,18,, +WLD,1998,0,, +WLD,1998,1,, +WLD,1998,2,, +WLD,1998,3,, +WLD,1998,4,, +WLD,1998,5,, +WLD,1998,6,, +WLD,1998,7,, +WLD,1998,8,, +WLD,1998,9,, +WLD,1998,10,, +WLD,1998,11,, +WLD,1998,12,, +WLD,1998,13,, +WLD,1998,14,, +WLD,1998,15,, +WLD,1998,16,, +WLD,1998,17,, +WLD,1998,18,, +WLD,1999,0,, +WLD,1999,1,, +WLD,1999,2,, +WLD,1999,3,, +WLD,1999,4,, +WLD,1999,5,, +WLD,1999,6,, +WLD,1999,7,, +WLD,1999,8,, +WLD,1999,9,, +WLD,1999,10,, +WLD,1999,11,, +WLD,1999,12,, +WLD,1999,13,, +WLD,1999,14,, +WLD,1999,15,, +WLD,1999,16,, +WLD,1999,17,, +WLD,1999,18,, +WLD,2000,0,, +WLD,2000,1,, +WLD,2000,2,, +WLD,2000,3,, +WLD,2000,4,, +WLD,2000,5,, +WLD,2000,6,, +WLD,2000,7,, +WLD,2000,8,, +WLD,2000,9,, +WLD,2000,10,, +WLD,2000,11,, +WLD,2000,12,, +WLD,2000,13,, +WLD,2000,14,, +WLD,2000,15,, +WLD,2000,16,, +WLD,2000,17,, +WLD,2000,18,, +WLD,2001,0,, +WLD,2001,1,, +WLD,2001,2,, +WLD,2001,3,, +WLD,2001,4,, +WLD,2001,5,, +WLD,2001,6,, +WLD,2001,7,, +WLD,2001,8,, +WLD,2001,9,, +WLD,2001,10,, +WLD,2001,11,, +WLD,2001,12,, +WLD,2001,13,, +WLD,2001,14,, +WLD,2001,15,, +WLD,2001,16,, +WLD,2001,17,, +WLD,2001,18,, +WLD,2002,0,, +WLD,2002,1,, +WLD,2002,2,, +WLD,2002,3,, +WLD,2002,4,, +WLD,2002,5,, +WLD,2002,6,, +WLD,2002,7,, +WLD,2002,8,, +WLD,2002,9,, +WLD,2002,10,, +WLD,2002,11,, +WLD,2002,12,, +WLD,2002,13,, +WLD,2002,14,, +WLD,2002,15,, +WLD,2002,16,, +WLD,2002,17,, +WLD,2002,18,, +WLD,2003,0,, +WLD,2003,1,, +WLD,2003,2,, +WLD,2003,3,, +WLD,2003,4,, +WLD,2003,5,, +WLD,2003,6,, +WLD,2003,7,, +WLD,2003,8,, +WLD,2003,9,, +WLD,2003,10,, +WLD,2003,11,, +WLD,2003,12,, +WLD,2003,13,, +WLD,2003,14,, +WLD,2003,15,, +WLD,2003,16,, +WLD,2003,17,, +WLD,2003,18,, +WLD,2004,0,, +WLD,2004,1,, +WLD,2004,2,, +WLD,2004,3,, +WLD,2004,4,, +WLD,2004,5,, +WLD,2004,6,, +WLD,2004,7,, +WLD,2004,8,, +WLD,2004,9,, +WLD,2004,10,, +WLD,2004,11,, +WLD,2004,12,, +WLD,2004,13,, +WLD,2004,14,, +WLD,2004,15,, +WLD,2004,16,, +WLD,2004,17,, +WLD,2004,18,, +WLD,2005,0,, +WLD,2005,1,, +WLD,2005,2,, +WLD,2005,3,, +WLD,2005,4,, +WLD,2005,5,, +WLD,2005,6,, +WLD,2005,7,, +WLD,2005,8,, +WLD,2005,9,, +WLD,2005,10,, +WLD,2005,11,, +WLD,2005,12,, +WLD,2005,13,, +WLD,2005,14,, +WLD,2005,15,, +WLD,2005,16,, +WLD,2005,17,, +WLD,2005,18,, +WLD,2006,0,, +WLD,2006,1,, +WLD,2006,2,, +WLD,2006,3,, +WLD,2006,4,, +WLD,2006,5,, +WLD,2006,6,, +WLD,2006,7,, +WLD,2006,8,, +WLD,2006,9,, +WLD,2006,10,, +WLD,2006,11,, +WLD,2006,12,, +WLD,2006,13,, +WLD,2006,14,, +WLD,2006,15,, +WLD,2006,16,, +WLD,2006,17,, +WLD,2006,18,, +WLD,2007,0,, +WLD,2007,1,, +WLD,2007,2,, +WLD,2007,3,, +WLD,2007,4,, +WLD,2007,5,, +WLD,2007,6,, +WLD,2007,7,, +WLD,2007,8,, +WLD,2007,9,, +WLD,2007,10,, +WLD,2007,11,, +WLD,2007,12,, +WLD,2007,13,, +WLD,2007,14,, +WLD,2007,15,, +WLD,2007,16,, +WLD,2007,17,, +WLD,2007,18,, +WLD,2008,0,, +WLD,2008,1,, +WLD,2008,2,, +WLD,2008,3,, +WLD,2008,4,, +WLD,2008,5,, +WLD,2008,6,, +WLD,2008,7,, +WLD,2008,8,, +WLD,2008,9,, +WLD,2008,10,, +WLD,2008,11,, +WLD,2008,12,, +WLD,2008,13,, +WLD,2008,14,, +WLD,2008,15,, +WLD,2008,16,, +WLD,2008,17,, +WLD,2008,18,, +WLD,2009,0,, +WLD,2009,1,, +WLD,2009,2,, +WLD,2009,3,, +WLD,2009,4,, +WLD,2009,5,, +WLD,2009,6,, +WLD,2009,7,, +WLD,2009,8,, +WLD,2009,9,, +WLD,2009,10,, +WLD,2009,11,, +WLD,2009,12,, +WLD,2009,13,, +WLD,2009,14,, +WLD,2009,15,, +WLD,2009,16,, +WLD,2009,17,, +WLD,2009,18,, +WLD,2010,0,, +WLD,2010,1,, +WLD,2010,2,, +WLD,2010,3,, +WLD,2010,4,, +WLD,2010,5,, +WLD,2010,6,, +WLD,2010,7,, +WLD,2010,8,, +WLD,2010,9,, +WLD,2010,10,, +WLD,2010,11,, +WLD,2010,12,, +WLD,2010,13,, +WLD,2010,14,, +WLD,2010,15,, +WLD,2010,16,, +WLD,2010,17,, +WLD,2010,18,, +WLD,2011,0,, +WLD,2011,1,, +WLD,2011,2,, +WLD,2011,3,, +WLD,2011,4,, +WLD,2011,5,, +WLD,2011,6,, +WLD,2011,7,, +WLD,2011,8,, +WLD,2011,9,, +WLD,2011,10,, +WLD,2011,11,, +WLD,2011,12,, +WLD,2011,13,, +WLD,2011,14,, +WLD,2011,15,, +WLD,2011,16,, +WLD,2011,17,, +WLD,2011,18,, +WLD,2012,0,, +WLD,2012,1,, +WLD,2012,2,, +WLD,2012,3,, +WLD,2012,4,, +WLD,2012,5,, +WLD,2012,6,, +WLD,2012,7,, +WLD,2012,8,, +WLD,2012,9,, +WLD,2012,10,, +WLD,2012,11,, +WLD,2012,12,, +WLD,2012,13,, +WLD,2012,14,, +WLD,2012,15,, +WLD,2012,16,, +WLD,2012,17,, +WLD,2012,18,, +WLD,2013,0,, +WLD,2013,1,, +WLD,2013,2,, +WLD,2013,3,, +WLD,2013,4,, +WLD,2013,5,, +WLD,2013,6,, +WLD,2013,7,, +WLD,2013,8,, +WLD,2013,9,, +WLD,2013,10,, +WLD,2013,11,, +WLD,2013,12,, +WLD,2013,13,, +WLD,2013,14,, +WLD,2013,15,, +WLD,2013,16,, +WLD,2013,17,, +WLD,2013,18,, +WLD,2014,0,, +WLD,2014,1,, +WLD,2014,2,, +WLD,2014,3,, +WLD,2014,4,, +WLD,2014,5,, +WLD,2014,6,, +WLD,2014,7,, +WLD,2014,8,, +WLD,2014,9,, +WLD,2014,10,, +WLD,2014,11,, +WLD,2014,12,, +WLD,2014,13,, +WLD,2014,14,, +WLD,2014,15,, +WLD,2014,16,, +WLD,2014,17,, +WLD,2014,18,, +WLD,2015,0,, +WLD,2015,1,, +WLD,2015,2,, +WLD,2015,3,, +WLD,2015,4,, +WLD,2015,5,, +WLD,2015,6,, +WLD,2015,7,, +WLD,2015,8,, +WLD,2015,9,, +WLD,2015,10,, +WLD,2015,11,, +WLD,2015,12,, +WLD,2015,13,, +WLD,2015,14,, +WLD,2015,15,, +WLD,2015,16,, +WLD,2015,17,, +WLD,2015,18,, +WLD,2016,0,, +WLD,2016,1,, +WLD,2016,2,, +WLD,2016,3,, +WLD,2016,4,, +WLD,2016,5,, +WLD,2016,6,, +WLD,2016,7,, +WLD,2016,8,, +WLD,2016,9,, +WLD,2016,10,, +WLD,2016,11,, +WLD,2016,12,, +WLD,2016,13,, +WLD,2016,14,, +WLD,2016,15,, +WLD,2016,16,, +WLD,2016,17,, +WLD,2016,18,, +WLD,2017,0,, +WLD,2017,1,, +WLD,2017,2,, +WLD,2017,3,, +WLD,2017,4,, +WLD,2017,5,, +WLD,2017,6,, +WLD,2017,7,, +WLD,2017,8,, +WLD,2017,9,, +WLD,2017,10,, +WLD,2017,11,, +WLD,2017,12,, +WLD,2017,13,, +WLD,2017,14,, +WLD,2017,15,, +WLD,2017,16,, +WLD,2017,17,, +WLD,2017,18,, +WLD,2018,0,, +WLD,2018,1,, +WLD,2018,2,, +WLD,2018,3,, +WLD,2018,4,, +WLD,2018,5,, +WLD,2018,6,, +WLD,2018,7,, +WLD,2018,8,, +WLD,2018,9,, +WLD,2018,10,, +WLD,2018,11,, +WLD,2018,12,, +WLD,2018,13,, +WLD,2018,14,, +WLD,2018,15,, +WLD,2018,16,, +WLD,2018,17,, +WLD,2018,18,, +WLD,2019,0,, +WLD,2019,1,, +WLD,2019,2,, +WLD,2019,3,, +WLD,2019,4,, +WLD,2019,5,, +WLD,2019,6,, +WLD,2019,7,, +WLD,2019,8,, +WLD,2019,9,, +WLD,2019,10,, +WLD,2019,11,, +WLD,2019,12,, +WLD,2019,13,, +WLD,2019,14,, +WLD,2019,15,, +WLD,2019,16,, +WLD,2019,17,, +WLD,2019,18,, +WLD,2020,0,, +WLD,2020,1,, +WLD,2020,2,, +WLD,2020,3,, +WLD,2020,4,, +WLD,2020,5,, +WLD,2020,6,, +WLD,2020,7,, +WLD,2020,8,, +WLD,2020,9,, +WLD,2020,10,, +WLD,2020,11,, +WLD,2020,12,, +WLD,2020,13,, +WLD,2020,14,, +WLD,2020,15,, +WLD,2020,16,, +WLD,2020,17,, +WLD,2020,18,, +WLD,2021,0,, +WLD,2021,1,, +WLD,2021,2,, +WLD,2021,3,, +WLD,2021,4,, +WLD,2021,5,, +WLD,2021,6,, +WLD,2021,7,, +WLD,2021,8,, +WLD,2021,9,, +WLD,2021,10,, +WLD,2021,11,, +WLD,2021,12,, +WLD,2021,13,, +WLD,2021,14,, +WLD,2021,15,, +WLD,2021,16,, +WLD,2021,17,, +WLD,2021,18,, +WLD,2022,0,, +WLD,2022,1,, +WLD,2022,2,, +WLD,2022,3,, +WLD,2022,4,, +WLD,2022,5,, +WLD,2022,6,, +WLD,2022,7,, +WLD,2022,8,, +WLD,2022,9,, +WLD,2022,10,, +WLD,2022,11,, +WLD,2022,12,, +WLD,2022,13,, +WLD,2022,14,, +WLD,2022,15,, +WLD,2022,16,, +WLD,2022,17,, +WLD,2022,18,, +WLD,2023,0,, +WLD,2023,1,, +WLD,2023,2,, +WLD,2023,3,, +WLD,2023,4,, +WLD,2023,5,, +WLD,2023,6,, +WLD,2023,7,, +WLD,2023,8,, +WLD,2023,9,, +WLD,2023,10,, +WLD,2023,11,, +WLD,2023,12,, +WLD,2023,13,, +WLD,2023,14,, +WLD,2023,15,, +WLD,2023,16,, +WLD,2023,17,, +WLD,2023,18,, +WLD,2024,0,, +WLD,2024,1,, +WLD,2024,2,, +WLD,2024,3,, +WLD,2024,4,, +WLD,2024,5,, +WLD,2024,6,, +WLD,2024,7,, +WLD,2024,8,, +WLD,2024,9,, +WLD,2024,10,, +WLD,2024,11,, +WLD,2024,12,, +WLD,2024,13,, +WLD,2024,14,, +WLD,2024,15,, +WLD,2024,16,, +WLD,2024,17,, +WLD,2024,18,, +WLD,2025,0,, +WLD,2025,1,, +WLD,2025,2,, +WLD,2025,3,, +WLD,2025,4,, +WLD,2025,5,, +WLD,2025,6,, +WLD,2025,7,, +WLD,2025,8,, +WLD,2025,9,, +WLD,2025,10,, +WLD,2025,11,, +WLD,2025,12,, +WLD,2025,13,, +WLD,2025,14,, +WLD,2025,15,, +WLD,2025,16,, +WLD,2025,17,, +WLD,2025,18,, +WLD,2026,0,, +WLD,2026,1,, +WLD,2026,2,, +WLD,2026,3,, +WLD,2026,4,, +WLD,2026,5,, +WLD,2026,6,, +WLD,2026,7,, +WLD,2026,8,, +WLD,2026,9,, +WLD,2026,10,, +WLD,2026,11,, +WLD,2026,12,, +WLD,2026,13,, +WLD,2026,14,, +WLD,2026,15,, +WLD,2026,16,, +WLD,2026,17,, +WLD,2026,18,, +WLD,2027,0,, +WLD,2027,1,, +WLD,2027,2,, +WLD,2027,3,, +WLD,2027,4,, +WLD,2027,5,, +WLD,2027,6,, +WLD,2027,7,, +WLD,2027,8,, +WLD,2027,9,, +WLD,2027,10,, +WLD,2027,11,, +WLD,2027,12,, +WLD,2027,13,, +WLD,2027,14,, +WLD,2027,15,, +WLD,2027,16,, +WLD,2027,17,, +WLD,2027,18,, +WLD,2028,0,, +WLD,2028,1,, +WLD,2028,2,, +WLD,2028,3,, +WLD,2028,4,, +WLD,2028,5,, +WLD,2028,6,, +WLD,2028,7,, +WLD,2028,8,, +WLD,2028,9,, +WLD,2028,10,, +WLD,2028,11,, +WLD,2028,12,, +WLD,2028,13,, +WLD,2028,14,, +WLD,2028,15,, +WLD,2028,16,, +WLD,2028,17,, +WLD,2028,18,, +WLD,2029,0,, +WLD,2029,1,, +WLD,2029,2,, +WLD,2029,3,, +WLD,2029,4,, +WLD,2029,5,, +WLD,2029,6,, +WLD,2029,7,, +WLD,2029,8,, +WLD,2029,9,, +WLD,2029,10,, +WLD,2029,11,, +WLD,2029,12,, +WLD,2029,13,, +WLD,2029,14,, +WLD,2029,15,, +WLD,2029,16,, +WLD,2029,17,, +WLD,2029,18,, +WLD,2030,0,, +WLD,2030,1,, +WLD,2030,2,, +WLD,2030,3,, +WLD,2030,4,, +WLD,2030,5,, +WLD,2030,6,, +WLD,2030,7,, +WLD,2030,8,, +WLD,2030,9,, +WLD,2030,10,, +WLD,2030,11,, +WLD,2030,12,, +WLD,2030,13,, +WLD,2030,14,, +WLD,2030,15,, +WLD,2030,16,, +WLD,2030,17,, +WLD,2030,18,, +WLD,2031,0,, +WLD,2031,1,, +WLD,2031,2,, +WLD,2031,3,, +WLD,2031,4,, +WLD,2031,5,, +WLD,2031,6,, +WLD,2031,7,, +WLD,2031,8,, +WLD,2031,9,, +WLD,2031,10,, +WLD,2031,11,, +WLD,2031,12,, +WLD,2031,13,, +WLD,2031,14,, +WLD,2031,15,, +WLD,2031,16,, +WLD,2031,17,, +WLD,2031,18,, +WLD,2032,0,, +WLD,2032,1,, +WLD,2032,2,, +WLD,2032,3,, +WLD,2032,4,, +WLD,2032,5,, +WLD,2032,6,, +WLD,2032,7,, +WLD,2032,8,, +WLD,2032,9,, +WLD,2032,10,, +WLD,2032,11,, +WLD,2032,12,, +WLD,2032,13,, +WLD,2032,14,, +WLD,2032,15,, +WLD,2032,16,, +WLD,2032,17,, +WLD,2032,18,, +WLD,2033,0,, +WLD,2033,1,, +WLD,2033,2,, +WLD,2033,3,, +WLD,2033,4,, +WLD,2033,5,, +WLD,2033,6,, +WLD,2033,7,, +WLD,2033,8,, +WLD,2033,9,, +WLD,2033,10,, +WLD,2033,11,, +WLD,2033,12,, +WLD,2033,13,, +WLD,2033,14,, +WLD,2033,15,, +WLD,2033,16,, +WLD,2033,17,, +WLD,2033,18,, +WLD,2034,0,, +WLD,2034,1,, +WLD,2034,2,, +WLD,2034,3,, +WLD,2034,4,, +WLD,2034,5,, +WLD,2034,6,, +WLD,2034,7,, +WLD,2034,8,, +WLD,2034,9,, +WLD,2034,10,, +WLD,2034,11,, +WLD,2034,12,, +WLD,2034,13,, +WLD,2034,14,, +WLD,2034,15,, +WLD,2034,16,, +WLD,2034,17,, +WLD,2034,18,, +WLD,2035,0,, +WLD,2035,1,, +WLD,2035,2,, +WLD,2035,3,, +WLD,2035,4,, +WLD,2035,5,, +WLD,2035,6,, +WLD,2035,7,, +WLD,2035,8,, +WLD,2035,9,, +WLD,2035,10,, +WLD,2035,11,, +WLD,2035,12,, +WLD,2035,13,, +WLD,2035,14,, +WLD,2035,15,, +WLD,2035,16,, +WLD,2035,17,, +WLD,2035,18,, +WLD,2036,0,, +WLD,2036,1,, +WLD,2036,2,, +WLD,2036,3,, +WLD,2036,4,, +WLD,2036,5,, +WLD,2036,6,, +WLD,2036,7,, +WLD,2036,8,, +WLD,2036,9,, +WLD,2036,10,, +WLD,2036,11,, +WLD,2036,12,, +WLD,2036,13,, +WLD,2036,14,, +WLD,2036,15,, +WLD,2036,16,, +WLD,2036,17,, +WLD,2036,18,, +WLD,2037,0,, +WLD,2037,1,, +WLD,2037,2,, +WLD,2037,3,, +WLD,2037,4,, +WLD,2037,5,, +WLD,2037,6,, +WLD,2037,7,, +WLD,2037,8,, +WLD,2037,9,, +WLD,2037,10,, +WLD,2037,11,, +WLD,2037,12,, +WLD,2037,13,, +WLD,2037,14,, +WLD,2037,15,, +WLD,2037,16,, +WLD,2037,17,, +WLD,2037,18,, +WLD,2038,0,, +WLD,2038,1,, +WLD,2038,2,, +WLD,2038,3,, +WLD,2038,4,, +WLD,2038,5,, +WLD,2038,6,, +WLD,2038,7,, +WLD,2038,8,, +WLD,2038,9,, +WLD,2038,10,, +WLD,2038,11,, +WLD,2038,12,, +WLD,2038,13,, +WLD,2038,14,, +WLD,2038,15,, +WLD,2038,16,, +WLD,2038,17,, +WLD,2038,18,, +WLD,2039,0,, +WLD,2039,1,, +WLD,2039,2,, +WLD,2039,3,, +WLD,2039,4,, +WLD,2039,5,, +WLD,2039,6,, +WLD,2039,7,, +WLD,2039,8,, +WLD,2039,9,, +WLD,2039,10,, +WLD,2039,11,, +WLD,2039,12,, +WLD,2039,13,, +WLD,2039,14,, +WLD,2039,15,, +WLD,2039,16,, +WLD,2039,17,, +WLD,2039,18,, +WLD,2040,0,, +WLD,2040,1,, +WLD,2040,2,, +WLD,2040,3,, +WLD,2040,4,, +WLD,2040,5,, +WLD,2040,6,, +WLD,2040,7,, +WLD,2040,8,, +WLD,2040,9,, +WLD,2040,10,, +WLD,2040,11,, +WLD,2040,12,, +WLD,2040,13,, +WLD,2040,14,, +WLD,2040,15,, +WLD,2040,16,, +WLD,2040,17,, +WLD,2040,18,, +WLD,2041,0,, +WLD,2041,1,, +WLD,2041,2,, +WLD,2041,3,, +WLD,2041,4,, +WLD,2041,5,, +WLD,2041,6,, +WLD,2041,7,, +WLD,2041,8,, +WLD,2041,9,, +WLD,2041,10,, +WLD,2041,11,, +WLD,2041,12,, +WLD,2041,13,, +WLD,2041,14,, +WLD,2041,15,, +WLD,2041,16,, +WLD,2041,17,, +WLD,2041,18,, +WLD,2042,0,, +WLD,2042,1,, +WLD,2042,2,, +WLD,2042,3,, +WLD,2042,4,, +WLD,2042,5,, +WLD,2042,6,, +WLD,2042,7,, +WLD,2042,8,, +WLD,2042,9,, +WLD,2042,10,, +WLD,2042,11,, +WLD,2042,12,, +WLD,2042,13,, +WLD,2042,14,, +WLD,2042,15,, +WLD,2042,16,, +WLD,2042,17,, +WLD,2042,18,, +WLD,2043,0,, +WLD,2043,1,, +WLD,2043,2,, +WLD,2043,3,, +WLD,2043,4,, +WLD,2043,5,, +WLD,2043,6,, +WLD,2043,7,, +WLD,2043,8,, +WLD,2043,9,, +WLD,2043,10,, +WLD,2043,11,, +WLD,2043,12,, +WLD,2043,13,, +WLD,2043,14,, +WLD,2043,15,, +WLD,2043,16,, +WLD,2043,17,, +WLD,2043,18,, +WLD,2044,0,, +WLD,2044,1,, +WLD,2044,2,, +WLD,2044,3,, +WLD,2044,4,, +WLD,2044,5,, +WLD,2044,6,, +WLD,2044,7,, +WLD,2044,8,, +WLD,2044,9,, +WLD,2044,10,, +WLD,2044,11,, +WLD,2044,12,, +WLD,2044,13,, +WLD,2044,14,, +WLD,2044,15,, +WLD,2044,16,, +WLD,2044,17,, +WLD,2044,18,, +WLD,2045,0,, +WLD,2045,1,, +WLD,2045,2,, +WLD,2045,3,, +WLD,2045,4,, +WLD,2045,5,, +WLD,2045,6,, +WLD,2045,7,, +WLD,2045,8,, +WLD,2045,9,, +WLD,2045,10,, +WLD,2045,11,, +WLD,2045,12,, +WLD,2045,13,, +WLD,2045,14,, +WLD,2045,15,, +WLD,2045,16,, +WLD,2045,17,, +WLD,2045,18,, +WLD,2046,0,, +WLD,2046,1,, +WLD,2046,2,, +WLD,2046,3,, +WLD,2046,4,, +WLD,2046,5,, +WLD,2046,6,, +WLD,2046,7,, +WLD,2046,8,, +WLD,2046,9,, +WLD,2046,10,, +WLD,2046,11,, +WLD,2046,12,, +WLD,2046,13,, +WLD,2046,14,, +WLD,2046,15,, +WLD,2046,16,, +WLD,2046,17,, +WLD,2046,18,, +WLD,2047,0,, +WLD,2047,1,, +WLD,2047,2,, +WLD,2047,3,, +WLD,2047,4,, +WLD,2047,5,, +WLD,2047,6,, +WLD,2047,7,, +WLD,2047,8,, +WLD,2047,9,, +WLD,2047,10,, +WLD,2047,11,, +WLD,2047,12,, +WLD,2047,13,, +WLD,2047,14,, +WLD,2047,15,, +WLD,2047,16,, +WLD,2047,17,, +WLD,2047,18,, +WLD,2048,0,, +WLD,2048,1,, +WLD,2048,2,, +WLD,2048,3,, +WLD,2048,4,, +WLD,2048,5,, +WLD,2048,6,, +WLD,2048,7,, +WLD,2048,8,, +WLD,2048,9,, +WLD,2048,10,, +WLD,2048,11,, +WLD,2048,12,, +WLD,2048,13,, +WLD,2048,14,, +WLD,2048,15,, +WLD,2048,16,, +WLD,2048,17,, +WLD,2048,18,, +WLD,2049,0,, +WLD,2049,1,, +WLD,2049,2,, +WLD,2049,3,, +WLD,2049,4,, +WLD,2049,5,, +WLD,2049,6,, +WLD,2049,7,, +WLD,2049,8,, +WLD,2049,9,, +WLD,2049,10,, +WLD,2049,11,, +WLD,2049,12,, +WLD,2049,13,, +WLD,2049,14,, +WLD,2049,15,, +WLD,2049,16,, +WLD,2049,17,, +WLD,2049,18,, +WLD,2050,0,, +WLD,2050,1,, +WLD,2050,2,, +WLD,2050,3,, +WLD,2050,4,, +WLD,2050,5,, +WLD,2050,6,, +WLD,2050,7,, +WLD,2050,8,, +WLD,2050,9,, +WLD,2050,10,, +WLD,2050,11,, +WLD,2050,12,, +WLD,2050,13,, +WLD,2050,14,, +WLD,2050,15,, +WLD,2050,16,, +WLD,2050,17,, +WLD,2050,18,, +WSM,1990,0,2293,2571 +WSM,1990,1,2226,2499 +WSM,1990,2,2168,2440 +WSM,1990,3,2119,2391 +WSM,1990,4,2078,2353 +WSM,1990,5,2044,2323 +WSM,1990,6,2017,2301 +WSM,1990,7,1996,2285 +WSM,1990,8,1980,2276 +WSM,1990,9,1969,2270 +WSM,1990,10,1958,2266 +WSM,1990,11,1943,2259 +WSM,1990,12,1941,2260 +WSM,1990,13,1959,2272 +WSM,1990,14,1984,2288 +WSM,1990,15,2005,2300 +WSM,1990,16,2032,2314 +WSM,1990,17,2013,2293 +WSM,1990,18,1926,2218 +WSM,1991,0,2347,2597 +WSM,1991,1,2271,2553 +WSM,1991,2,2210,2488 +WSM,1991,3,2157,2434 +WSM,1991,4,2113,2388 +WSM,1991,5,2076,2351 +WSM,1991,6,2046,2320 +WSM,1991,7,2022,2295 +WSM,1991,8,2000,2276 +WSM,1991,9,1978,2264 +WSM,1991,10,1955,2256 +WSM,1991,11,1934,2249 +WSM,1991,12,1909,2240 +WSM,1991,13,1895,2232 +WSM,1991,14,1897,2226 +WSM,1991,15,1906,2218 +WSM,1991,16,1912,2207 +WSM,1991,17,1923,2197 +WSM,1991,18,1898,2162 +WSM,1992,0,2426,2634 +WSM,1992,1,2326,2558 +WSM,1992,2,2253,2539 +WSM,1992,3,2197,2481 +WSM,1992,4,2150,2431 +WSM,1992,5,2111,2388 +WSM,1992,6,2078,2352 +WSM,1992,7,2051,2320 +WSM,1992,8,2031,2292 +WSM,1992,9,2008,2270 +WSM,1992,10,1978,2256 +WSM,1992,11,1944,2245 +WSM,1992,12,1912,2235 +WSM,1992,13,1878,2224 +WSM,1992,14,1851,2208 +WSM,1992,15,1839,2183 +WSM,1992,16,1832,2150 +WSM,1992,17,1823,2117 +WSM,1992,18,1816,2083 +WSM,1993,0,2510,2672 +WSM,1993,1,2393,2600 +WSM,1993,2,2297,2538 +WSM,1993,3,2236,2525 +WSM,1993,4,2185,2475 +WSM,1993,5,2144,2429 +WSM,1993,6,2109,2389 +WSM,1993,7,2080,2354 +WSM,1993,8,2057,2321 +WSM,1993,9,2040,2290 +WSM,1993,10,2017,2265 +WSM,1993,11,1980,2248 +WSM,1993,12,1935,2236 +WSM,1993,13,1892,2222 +WSM,1993,14,1847,2209 +WSM,1993,15,1809,2185 +WSM,1993,16,1781,2141 +WSM,1993,17,1759,2084 +WSM,1993,18,1734,2027 +WSM,1994,0,2575,2700 +WSM,1994,1,2450,2637 +WSM,1994,2,2348,2581 +WSM,1994,3,2266,2531 +WSM,1994,4,2217,2511 +WSM,1994,5,2173,2467 +WSM,1994,6,2137,2427 +WSM,1994,7,2107,2389 +WSM,1994,8,2082,2355 +WSM,1994,9,2062,2322 +WSM,1994,10,2049,2287 +WSM,1994,11,2024,2259 +WSM,1994,12,1980,2240 +WSM,1994,13,1924,2225 +WSM,1994,14,1870,2208 +WSM,1994,15,1816,2194 +WSM,1994,16,1765,2160 +WSM,1994,17,1723,2098 +WSM,1994,18,1684,2016 +WSM,1995,0,2602,2709 +WSM,1995,1,2485,2662 +WSM,1995,2,2388,2616 +WSM,1995,3,2309,2574 +WSM,1995,4,2246,2533 +WSM,1995,5,2196,2494 +WSM,1995,6,2157,2457 +WSM,1995,7,2127,2422 +WSM,1995,8,2102,2387 +WSM,1995,9,2081,2354 +WSM,1995,10,2065,2319 +WSM,1995,11,2055,2282 +WSM,1995,12,2030,2250 +WSM,1995,13,1979,2229 +WSM,1995,14,1911,2212 +WSM,1995,15,1847,2192 +WSM,1995,16,1782,2176 +WSM,1995,17,1720,2134 +WSM,1995,18,1662,2052 +WSM,1996,0,2589,2703 +WSM,1996,1,2567,2705 +WSM,1996,2,2466,2658 +WSM,1996,3,2379,2610 +WSM,1996,4,2305,2562 +WSM,1996,5,2242,2515 +WSM,1996,6,2188,2467 +WSM,1996,7,2141,2418 +WSM,1996,8,2102,2373 +WSM,1996,9,2067,2335 +WSM,1996,10,2036,2301 +WSM,1996,11,2009,2266 +WSM,1996,12,1987,2228 +WSM,1996,13,1952,2192 +WSM,1996,14,1897,2158 +WSM,1996,15,1830,2125 +WSM,1996,16,1766,2090 +WSM,1996,17,1702,2058 +WSM,1996,18,1642,2009 +WSM,1997,0,2541,2679 +WSM,1997,1,2488,2685 +WSM,1997,2,2533,2701 +WSM,1997,3,2448,2654 +WSM,1997,4,2371,2604 +WSM,1997,5,2301,2551 +WSM,1997,6,2238,2496 +WSM,1997,7,2180,2438 +WSM,1997,8,2126,2377 +WSM,1997,9,2077,2324 +WSM,1997,10,2033,2282 +WSM,1997,11,1992,2248 +WSM,1997,12,1953,2211 +WSM,1997,13,1918,2174 +WSM,1997,14,1875,2133 +WSM,1997,15,1817,2087 +WSM,1997,16,1750,2037 +WSM,1997,17,1685,1987 +WSM,1997,18,1621,1940 +WSM,1998,0,2476,2647 +WSM,1998,1,2467,2683 +WSM,1998,2,2452,2698 +WSM,1998,3,2498,2694 +WSM,1998,4,2429,2648 +WSM,1998,5,2362,2595 +WSM,1998,6,2297,2537 +WSM,1998,7,2234,2475 +WSM,1998,8,2172,2408 +WSM,1998,9,2110,2336 +WSM,1998,10,2052,2273 +WSM,1998,11,1998,2228 +WSM,1998,12,1947,2193 +WSM,1998,13,1897,2155 +WSM,1998,14,1850,2118 +WSM,1998,15,1798,2073 +WSM,1998,16,1736,2014 +WSM,1998,17,1669,1947 +WSM,1998,18,1605,1883 +WSM,1999,0,2420,2617 +WSM,1999,1,2446,2675 +WSM,1999,2,2457,2706 +WSM,1999,3,2453,2713 +WSM,1999,4,2464,2686 +WSM,1999,5,2411,2641 +WSM,1999,6,2354,2585 +WSM,1999,7,2293,2522 +WSM,1999,8,2230,2453 +WSM,1999,9,2163,2377 +WSM,1999,10,2094,2293 +WSM,1999,11,2027,2221 +WSM,1999,12,1963,2172 +WSM,1999,13,1902,2137 +WSM,1999,14,1841,2098 +WSM,1999,15,1782,2061 +WSM,1999,16,1721,2011 +WSM,1999,17,1655,1940 +WSM,1999,18,1588,1857 +WSM,2000,0,2393,2601 +WSM,2000,1,2435,2667 +WSM,2000,2,2458,2704 +WSM,2000,3,2464,2716 +WSM,2000,4,2454,2707 +WSM,2000,5,2430,2678 +WSM,2000,6,2394,2633 +WSM,2000,7,2347,2575 +WSM,2000,8,2291,2507 +WSM,2000,9,2227,2431 +WSM,2000,10,2156,2346 +WSM,2000,11,2080,2249 +WSM,2000,12,2003,2169 +WSM,2000,13,1930,2116 +WSM,2000,14,1858,2081 +WSM,2000,15,1786,2041 +WSM,2000,16,1715,2004 +WSM,2000,17,1644,1950 +WSM,2000,18,1575,1866 +WSM,2001,0,2396,2603 +WSM,2001,1,2370,2584 +WSM,2001,2,2400,2632 +WSM,2001,3,2415,2659 +WSM,2001,4,2417,2665 +WSM,2001,5,2407,2653 +WSM,2001,6,2385,2626 +WSM,2001,7,2355,2586 +WSM,2001,8,2310,2532 +WSM,2001,9,2249,2461 +WSM,2001,10,2176,2381 +WSM,2001,11,2098,2293 +WSM,2001,12,2016,2196 +WSM,2001,13,1935,2112 +WSM,2001,14,1859,2052 +WSM,2001,15,1787,2007 +WSM,2001,16,1715,1958 +WSM,2001,17,1643,1912 +WSM,2001,18,1575,1855 +WSM,2002,0,2428,2617 +WSM,2002,1,2436,2651 +WSM,2002,2,2347,2565 +WSM,2002,3,2365,2596 +WSM,2002,4,2373,2612 +WSM,2002,5,2371,2612 +WSM,2002,6,2359,2598 +WSM,2002,7,2340,2572 +WSM,2002,8,2316,2538 +WSM,2002,9,2273,2486 +WSM,2002,10,2207,2414 +WSM,2002,11,2125,2329 +WSM,2002,12,2041,2239 +WSM,2002,13,1952,2141 +WSM,2002,14,1866,2054 +WSM,2002,15,1788,1987 +WSM,2002,16,1716,1932 +WSM,2002,17,1643,1875 +WSM,2002,18,1571,1820 +WSM,2003,0,2476,2641 +WSM,2003,1,2448,2645 +WSM,2003,2,2422,2642 +WSM,2003,3,2326,2546 +WSM,2003,4,2331,2561 +WSM,2003,5,2331,2565 +WSM,2003,6,2326,2559 +WSM,2003,7,2313,2542 +WSM,2003,8,2297,2518 +WSM,2003,9,2278,2489 +WSM,2003,10,2238,2441 +WSM,2003,11,2167,2367 +WSM,2003,12,2076,2277 +WSM,2003,13,1984,2185 +WSM,2003,14,1889,2087 +WSM,2003,15,1799,1997 +WSM,2003,16,1719,1922 +WSM,2003,17,1646,1858 +WSM,2003,18,1573,1792 +WSM,2004,0,2527,2674 +WSM,2004,1,2463,2644 +WSM,2004,2,2412,2618 +WSM,2004,3,2372,2595 +WSM,2004,4,2307,2529 +WSM,2004,5,2300,2527 +WSM,2004,6,2292,2520 +WSM,2004,7,2283,2508 +WSM,2004,8,2270,2489 +WSM,2004,9,2255,2467 +WSM,2004,10,2243,2443 +WSM,2004,11,2205,2397 +WSM,2004,12,2129,2322 +WSM,2004,13,2028,2227 +WSM,2004,14,1929,2132 +WSM,2004,15,1829,2034 +WSM,2004,16,1733,1940 +WSM,2004,17,1651,1858 +WSM,2004,18,1578,1785 +WSM,2005,0,2566,2711 +WSM,2005,1,2478,2651 +WSM,2005,2,2409,2604 +WSM,2005,3,2356,2567 +WSM,2005,4,2318,2538 +WSM,2005,5,2290,2515 +WSM,2005,6,2271,2496 +WSM,2005,7,2256,2478 +WSM,2005,8,2243,2460 +WSM,2005,9,2228,2439 +WSM,2005,10,2216,2417 +WSM,2005,11,2210,2399 +WSM,2005,12,2174,2357 +WSM,2005,13,2093,2280 +WSM,2005,14,1982,2180 +WSM,2005,15,1876,2082 +WSM,2005,16,1769,1983 +WSM,2005,17,1670,1886 +WSM,2005,18,1584,1797 +WSM,2006,0,2581,2743 +WSM,2006,1,2517,2658 +WSM,2006,2,2439,2603 +WSM,2006,3,2377,2559 +WSM,2006,4,2329,2525 +WSM,2006,5,2292,2498 +WSM,2006,6,2264,2477 +WSM,2006,7,2242,2459 +WSM,2006,8,2224,2441 +WSM,2006,9,2205,2419 +WSM,2006,10,2184,2393 +WSM,2006,11,2165,2367 +WSM,2006,12,2152,2343 +WSM,2006,13,2110,2296 +WSM,2006,14,2027,2214 +WSM,2006,15,1918,2109 +WSM,2006,16,1812,2007 +WSM,2006,17,1705,1903 +WSM,2006,18,1608,1805 +WSM,2007,0,2587,2779 +WSM,2007,1,2483,2669 +WSM,2007,2,2470,2607 +WSM,2007,3,2402,2555 +WSM,2007,4,2348,2515 +WSM,2007,5,2304,2484 +WSM,2007,6,2269,2460 +WSM,2007,7,2240,2440 +WSM,2007,8,2216,2424 +WSM,2007,9,2194,2405 +WSM,2007,10,2170,2380 +WSM,2007,11,2143,2349 +WSM,2007,12,2117,2317 +WSM,2007,13,2096,2289 +WSM,2007,14,2049,2237 +WSM,2007,15,1964,2149 +WSM,2007,16,1855,2040 +WSM,2007,17,1749,1933 +WSM,2007,18,1643,1823 +WSM,2008,0,2589,2818 +WSM,2008,1,2491,2690 +WSM,2008,2,2413,2590 +WSM,2008,3,2426,2558 +WSM,2008,4,2368,2511 +WSM,2008,5,2321,2474 +WSM,2008,6,2281,2446 +WSM,2008,7,2247,2424 +WSM,2008,8,2219,2406 +WSM,2008,9,2192,2392 +WSM,2008,10,2166,2372 +WSM,2008,11,2136,2344 +WSM,2008,12,2103,2307 +WSM,2008,13,2070,2270 +WSM,2008,14,2042,2237 +WSM,2008,15,1990,2180 +WSM,2008,16,1903,2087 +WSM,2008,17,1794,1973 +WSM,2008,18,1689,1861 +WSM,2009,0,2597,2858 +WSM,2009,1,2510,2724 +WSM,2009,2,2438,2617 +WSM,2009,3,2380,2535 +WSM,2009,4,2382,2512 +WSM,2009,5,2334,2469 +WSM,2009,6,2294,2436 +WSM,2009,7,2258,2411 +WSM,2009,8,2226,2390 +WSM,2009,9,2197,2374 +WSM,2009,10,2169,2361 +WSM,2009,11,2138,2341 +WSM,2009,12,2103,2309 +WSM,2009,13,2063,2267 +WSM,2009,14,2024,2225 +WSM,2009,15,1988,2187 +WSM,2009,16,1931,2125 +WSM,2009,17,1841,2027 +WSM,2009,18,1733,1907 +WSM,2010,0,2615,2895 +WSM,2010,1,2543,2769 +WSM,2010,2,2480,2666 +WSM,2010,3,2425,2583 +WSM,2010,4,2378,2517 +WSM,2010,5,2336,2466 +WSM,2010,6,2299,2427 +WSM,2010,7,2265,2397 +WSM,2010,8,2234,2375 +WSM,2010,9,2204,2357 +WSM,2010,10,2174,2343 +WSM,2010,11,2143,2331 +WSM,2010,12,2109,2311 +WSM,2010,13,2069,2275 +WSM,2010,14,2022,2228 +WSM,2010,15,1976,2181 +WSM,2010,16,1933,2138 +WSM,2010,17,1870,2070 +WSM,2010,18,1779,1967 +WSM,2011,0,2652,2922 +WSM,2011,1,2626,2891 +WSM,2011,2,2551,2771 +WSM,2011,3,2483,2667 +WSM,2011,4,2419,2577 +WSM,2011,5,2361,2501 +WSM,2011,6,2307,2435 +WSM,2011,7,2254,2376 +WSM,2011,8,2210,2333 +WSM,2011,9,2174,2307 +WSM,2011,10,2144,2293 +WSM,2011,11,2114,2280 +WSM,2011,12,2084,2271 +WSM,2011,13,2049,2250 +WSM,2011,14,2005,2210 +WSM,2011,15,1953,2155 +WSM,2011,16,1902,2102 +WSM,2011,17,1855,2054 +WSM,2011,18,1792,1985 +WSM,2012,0,2695,2944 +WSM,2012,1,2668,2890 +WSM,2012,2,2636,2890 +WSM,2012,3,2559,2776 +WSM,2012,4,2484,2671 +WSM,2012,5,2413,2575 +WSM,2012,6,2344,2488 +WSM,2012,7,2277,2407 +WSM,2012,8,2209,2328 +WSM,2012,9,2153,2271 +WSM,2012,10,2114,2242 +WSM,2012,11,2084,2231 +WSM,2012,12,2054,2220 +WSM,2012,13,2024,2212 +WSM,2012,14,1988,2191 +WSM,2012,15,1940,2146 +WSM,2012,16,1882,2084 +WSM,2012,17,1828,2026 +WSM,2012,18,1777,1971 +WSM,2013,0,2740,2961 +WSM,2013,1,2737,2954 +WSM,2013,2,2716,2927 +WSM,2013,3,2641,2887 +WSM,2013,4,2563,2779 +WSM,2013,5,2483,2673 +WSM,2013,6,2402,2570 +WSM,2013,7,2323,2473 +WSM,2013,8,2244,2377 +WSM,2013,9,2161,2278 +WSM,2013,10,2094,2206 +WSM,2013,11,2050,2174 +WSM,2013,12,2021,2167 +WSM,2013,13,1990,2158 +WSM,2013,14,1961,2152 +WSM,2013,15,1924,2130 +WSM,2013,16,1871,2080 +WSM,2013,17,1809,2011 +WSM,2013,18,1750,1947 +WSM,2014,0,2780,2976 +WSM,2014,1,2790,3003 +WSM,2014,2,2777,2998 +WSM,2014,3,2743,2966 +WSM,2014,4,2643,2878 +WSM,2014,5,2562,2777 +WSM,2014,6,2477,2670 +WSM,2014,7,2388,2561 +WSM,2014,8,2299,2454 +WSM,2014,9,2207,2343 +WSM,2014,10,2109,2224 +WSM,2014,11,2031,2139 +WSM,2014,12,1983,2103 +WSM,2014,13,1955,2099 +WSM,2014,14,1924,2092 +WSM,2014,15,1895,2088 +WSM,2014,16,1857,2066 +WSM,2014,17,1800,2011 +WSM,2014,18,1733,1935 +WSM,2015,0,2813,2996 +WSM,2015,1,2821,3032 +WSM,2015,2,2805,3032 +WSM,2015,3,2768,3002 +WSM,2015,4,2713,2945 +WSM,2015,5,2643,2867 +WSM,2015,6,2561,2772 +WSM,2015,7,2470,2665 +WSM,2015,8,2373,2550 +WSM,2015,9,2273,2432 +WSM,2015,10,2169,2306 +WSM,2015,11,2056,2168 +WSM,2015,12,1967,2069 +WSM,2015,13,1915,2030 +WSM,2015,14,1887,2030 +WSM,2015,15,1856,2024 +WSM,2015,16,1828,2022 +WSM,2015,17,1789,2000 +WSM,2015,18,1729,1941 +WSM,2016,0,2846,3032 +WSM,2016,1,2721,2906 +WSM,2016,2,2719,2926 +WSM,2016,3,2700,2920 +WSM,2016,4,2665,2890 +WSM,2016,5,2617,2840 +WSM,2016,6,2557,2774 +WSM,2016,7,2489,2696 +WSM,2016,8,2411,2604 +WSM,2016,9,2322,2498 +WSM,2016,10,2227,2387 +WSM,2016,11,2129,2270 +WSM,2016,12,2025,2143 +WSM,2016,13,1939,2049 +WSM,2016,14,1885,2007 +WSM,2016,15,1851,1998 +WSM,2016,16,1813,1983 +WSM,2016,17,1778,1972 +WSM,2016,18,1736,1945 +WSM,2017,0,2876,3075 +WSM,2017,1,2815,3033 +WSM,2017,2,2625,2812 +WSM,2017,3,2615,2816 +WSM,2017,4,2593,2803 +WSM,2017,5,2560,2774 +WSM,2017,6,2518,2730 +WSM,2017,7,2469,2676 +WSM,2017,8,2415,2615 +WSM,2017,9,2349,2538 +WSM,2017,10,2268,2443 +WSM,2017,11,2179,2338 +WSM,2017,12,2087,2230 +WSM,2017,13,1991,2114 +WSM,2017,14,1910,2025 +WSM,2017,15,1853,1980 +WSM,2017,16,1812,1962 +WSM,2017,17,1769,1939 +WSM,2017,18,1726,1918 +WSM,2018,0,2888,3106 +WSM,2018,1,2783,3004 +WSM,2018,2,2689,2910 +WSM,2018,3,2535,2721 +WSM,2018,4,2515,2710 +WSM,2018,5,2490,2690 +WSM,2018,6,2460,2661 +WSM,2018,7,2425,2624 +WSM,2018,8,2386,2582 +WSM,2018,9,2346,2537 +WSM,2018,10,2292,2476 +WSM,2018,11,2219,2391 +WSM,2018,12,2134,2292 +WSM,2018,13,2049,2192 +WSM,2018,14,1961,2088 +WSM,2018,15,1884,2004 +WSM,2018,16,1824,1955 +WSM,2018,17,1777,1929 +WSM,2018,18,1727,1898 +WSM,2019,0,2900,3100 +WSM,2019,1,2700,3000 +WSM,2019,2,2600,2800 +WSM,2019,3,2500,2700 +WSM,2019,4,2500,2600 +WSM,2019,5,2400,2600 +WSM,2019,6,2400,2600 +WSM,2019,7,2400,2600 +WSM,2019,8,2300,2500 +WSM,2019,9,2300,2500 +WSM,2019,10,2300,2500 +WSM,2019,11,2200,2400 +WSM,2019,12,2200,2300 +WSM,2019,13,2100,2300 +WSM,2019,14,2000,2200 +WSM,2019,15,1900,2100 +WSM,2019,16,1900,2000 +WSM,2019,17,1800,1900 +WSM,2019,18,1700,1900 +WSM,2020,0,2800,3000 +WSM,2020,1,2700,2900 +WSM,2020,2,2600,2800 +WSM,2020,3,2500,2700 +WSM,2020,4,2400,2600 +WSM,2020,5,2400,2600 +WSM,2020,6,2300,2500 +WSM,2020,7,2300,2500 +WSM,2020,8,2300,2500 +WSM,2020,9,2300,2400 +WSM,2020,10,2200,2400 +WSM,2020,11,2200,2400 +WSM,2020,12,2200,2400 +WSM,2020,13,2100,2300 +WSM,2020,14,2100,2200 +WSM,2020,15,2000,2100 +WSM,2020,16,1900,2100 +WSM,2020,17,1900,2000 +WSM,2020,18,1800,1900 +WSM,2021,0,2600,2800 +WSM,2021,1,2700,3000 +WSM,2021,2,2600,2900 +WSM,2021,3,2600,2800 +WSM,2021,4,2500,2700 +WSM,2021,5,2400,2600 +WSM,2021,6,2400,2600 +WSM,2021,7,2300,2500 +WSM,2021,8,2300,2500 +WSM,2021,9,2300,2400 +WSM,2021,10,2200,2400 +WSM,2021,11,2200,2400 +WSM,2021,12,2200,2400 +WSM,2021,13,2200,2400 +WSM,2021,14,2100,2300 +WSM,2021,15,2000,2200 +WSM,2021,16,2000,2100 +WSM,2021,17,1900,2000 +WSM,2021,18,1800,1900 +WSM,2022,0,2300,2500 +WSM,2022,1,2400,2600 +WSM,2022,2,2700,2900 +WSM,2022,3,2600,2800 +WSM,2022,4,2600,2800 +WSM,2022,5,2500,2700 +WSM,2022,6,2500,2600 +WSM,2022,7,2400,2600 +WSM,2022,8,2300,2500 +WSM,2022,9,2300,2500 +WSM,2022,10,2300,2400 +WSM,2022,11,2200,2400 +WSM,2022,12,2200,2400 +WSM,2022,13,2200,2400 +WSM,2022,14,2200,2300 +WSM,2022,15,2100,2300 +WSM,2022,16,2000,2200 +WSM,2022,17,1900,2100 +WSM,2022,18,1900,2000 +WSM,2023,0,2100,2300 +WSM,2023,1,2300,2400 +WSM,2023,2,2400,2600 +WSM,2023,3,2700,2900 +WSM,2023,4,2600,2800 +WSM,2023,5,2600,2800 +WSM,2023,6,2500,2700 +WSM,2023,7,2500,2700 +WSM,2023,8,2400,2600 +WSM,2023,9,2300,2500 +WSM,2023,10,2300,2500 +WSM,2023,11,2300,2400 +WSM,2023,12,2200,2400 +WSM,2023,13,2200,2400 +WSM,2023,14,2200,2400 +WSM,2023,15,2100,2300 +WSM,2023,16,2100,2300 +WSM,2023,17,2000,2200 +WSM,2023,18,1900,2100 +WSM,2024,0,1900,2000 +WSM,2024,1,2100,2300 +WSM,2024,2,2300,2500 +WSM,2024,3,2400,2600 +WSM,2024,4,2600,2800 +WSM,2024,5,2600,2800 +WSM,2024,6,2600,2800 +WSM,2024,7,2500,2800 +WSM,2024,8,2500,2700 +WSM,2024,9,2400,2600 +WSM,2024,10,2300,2500 +WSM,2024,11,2300,2500 +WSM,2024,12,2200,2400 +WSM,2024,13,2200,2400 +WSM,2024,14,2200,2400 +WSM,2024,15,2200,2400 +WSM,2024,16,2100,2300 +WSM,2024,17,2100,2200 +WSM,2024,18,2000,2100 +WSM,2025,0,1800,2000 +WSM,2025,1,2100,2200 +WSM,2025,2,2300,2500 +WSM,2025,3,2400,2600 +WSM,2025,4,2500,2700 +WSM,2025,5,2600,2800 +WSM,2025,6,2600,2800 +WSM,2025,7,2600,2800 +WSM,2025,8,2600,2800 +WSM,2025,9,2500,2700 +WSM,2025,10,2400,2600 +WSM,2025,11,2300,2500 +WSM,2025,12,2300,2400 +WSM,2025,13,2200,2400 +WSM,2025,14,2200,2400 +WSM,2025,15,2200,2400 +WSM,2025,16,2200,2300 +WSM,2025,17,2100,2300 +WSM,2025,18,2000,2200 +WSM,2026,0,1900,2000 +WSM,2026,1,1900,2000 +WSM,2026,2,2100,2300 +WSM,2026,3,2300,2400 +WSM,2026,4,2400,2600 +WSM,2026,5,2500,2700 +WSM,2026,6,2600,2800 +WSM,2026,7,2600,2800 +WSM,2026,8,2600,2800 +WSM,2026,9,2600,2800 +WSM,2026,10,2500,2700 +WSM,2026,11,2400,2600 +WSM,2026,12,2300,2500 +WSM,2026,13,2300,2400 +WSM,2026,14,2200,2400 +WSM,2026,15,2200,2400 +WSM,2026,16,2200,2400 +WSM,2026,17,2100,2300 +WSM,2026,18,2100,2300 +WSM,2027,0,2100,2200 +WSM,2027,1,2100,2300 +WSM,2027,2,1900,2100 +WSM,2027,3,2100,2300 +WSM,2027,4,2200,2400 +WSM,2027,5,2400,2600 +WSM,2027,6,2500,2700 +WSM,2027,7,2500,2700 +WSM,2027,8,2600,2800 +WSM,2027,9,2600,2800 +WSM,2027,10,2600,2800 +WSM,2027,11,2500,2700 +WSM,2027,12,2400,2600 +WSM,2027,13,2300,2500 +WSM,2027,14,2200,2400 +WSM,2027,15,2200,2400 +WSM,2027,16,2200,2400 +WSM,2027,17,2100,2300 +WSM,2027,18,2100,2300 +WSM,2028,0,2300,2400 +WSM,2028,1,2200,2400 +WSM,2028,2,2200,2400 +WSM,2028,3,2000,2100 +WSM,2028,4,2100,2300 +WSM,2028,5,2200,2400 +WSM,2028,6,2300,2500 +WSM,2028,7,2400,2600 +WSM,2028,8,2500,2700 +WSM,2028,9,2600,2800 +WSM,2028,10,2600,2800 +WSM,2028,11,2600,2800 +WSM,2028,12,2500,2700 +WSM,2028,13,2400,2600 +WSM,2028,14,2300,2500 +WSM,2028,15,2200,2400 +WSM,2028,16,2200,2400 +WSM,2028,17,2100,2300 +WSM,2028,18,2100,2300 +WSM,2029,0,2500,2700 +WSM,2029,1,2300,2500 +WSM,2029,2,2200,2400 +WSM,2029,3,2100,2300 +WSM,2029,4,2000,2200 +WSM,2029,5,2100,2300 +WSM,2029,6,2200,2400 +WSM,2029,7,2300,2500 +WSM,2029,8,2400,2600 +WSM,2029,9,2500,2700 +WSM,2029,10,2600,2800 +WSM,2029,11,2600,2800 +WSM,2029,12,2600,2800 +WSM,2029,13,2500,2700 +WSM,2029,14,2400,2600 +WSM,2029,15,2300,2500 +WSM,2029,16,2200,2400 +WSM,2029,17,2100,2300 +WSM,2029,18,2100,2300 +WSM,2030,0,2600,2800 +WSM,2030,1,2400,2600 +WSM,2030,2,2200,2400 +WSM,2030,3,2100,2300 +WSM,2030,4,2100,2200 +WSM,2030,5,2100,2200 +WSM,2030,6,2100,2300 +WSM,2030,7,2200,2400 +WSM,2030,8,2300,2400 +WSM,2030,9,2300,2500 +WSM,2030,10,2500,2700 +WSM,2030,11,2600,2800 +WSM,2030,12,2600,2900 +WSM,2030,13,2600,2800 +WSM,2030,14,2500,2700 +WSM,2030,15,2400,2600 +WSM,2030,16,2300,2500 +WSM,2030,17,2200,2400 +WSM,2030,18,2100,2300 +WSM,2031,0,2600,2900 +WSM,2031,1,2500,2700 +WSM,2031,2,2400,2500 +WSM,2031,3,2200,2400 +WSM,2031,4,2100,2300 +WSM,2031,5,2100,2300 +WSM,2031,6,2100,2300 +WSM,2031,7,2100,2300 +WSM,2031,8,2200,2300 +WSM,2031,9,2200,2400 +WSM,2031,10,2300,2500 +WSM,2031,11,2400,2600 +WSM,2031,12,2600,2800 +WSM,2031,13,2600,2800 +WSM,2031,14,2600,2800 +WSM,2031,15,2500,2700 +WSM,2031,16,2400,2500 +WSM,2031,17,2200,2400 +WSM,2031,18,2100,2300 +WSM,2032,0,2600,2800 +WSM,2032,1,2400,2600 +WSM,2032,2,2500,2700 +WSM,2032,3,2300,2500 +WSM,2032,4,2200,2400 +WSM,2032,5,2200,2300 +WSM,2032,6,2100,2300 +WSM,2032,7,2100,2300 +WSM,2032,8,2100,2300 +WSM,2032,9,2200,2300 +WSM,2032,10,2200,2400 +WSM,2032,11,2300,2500 +WSM,2032,12,2400,2600 +WSM,2032,13,2500,2800 +WSM,2032,14,2600,2800 +WSM,2032,15,2500,2800 +WSM,2032,16,2400,2600 +WSM,2032,17,2300,2500 +WSM,2032,18,2200,2400 +WSM,2033,0,2500,2700 +WSM,2033,1,2400,2600 +WSM,2033,2,2300,2500 +WSM,2033,3,2400,2600 +WSM,2033,4,2300,2500 +WSM,2033,5,2200,2400 +WSM,2033,6,2200,2400 +WSM,2033,7,2100,2300 +WSM,2033,8,2100,2300 +WSM,2033,9,2100,2300 +WSM,2033,10,2100,2300 +WSM,2033,11,2200,2400 +WSM,2033,12,2300,2500 +WSM,2033,13,2400,2600 +WSM,2033,14,2500,2700 +WSM,2033,15,2600,2800 +WSM,2033,16,2500,2700 +WSM,2033,17,2400,2600 +WSM,2033,18,2300,2500 +WSM,2034,0,2400,2600 +WSM,2034,1,2400,2600 +WSM,2034,2,2400,2500 +WSM,2034,3,2300,2500 +WSM,2034,4,2400,2600 +WSM,2034,5,2300,2500 +WSM,2034,6,2200,2400 +WSM,2034,7,2200,2400 +WSM,2034,8,2200,2300 +WSM,2034,9,2100,2300 +WSM,2034,10,2100,2300 +WSM,2034,11,2100,2300 +WSM,2034,12,2200,2400 +WSM,2034,13,2300,2500 +WSM,2034,14,2400,2600 +WSM,2034,15,2500,2700 +WSM,2034,16,2600,2800 +WSM,2034,17,2500,2700 +WSM,2034,18,2400,2600 +WSM,2035,0,2400,2600 +WSM,2035,1,2400,2600 +WSM,2035,2,2400,2600 +WSM,2035,3,2400,2600 +WSM,2035,4,2400,2500 +WSM,2035,5,2300,2500 +WSM,2035,6,2300,2500 +WSM,2035,7,2300,2400 +WSM,2035,8,2200,2400 +WSM,2035,9,2200,2400 +WSM,2035,10,2200,2300 +WSM,2035,11,2100,2300 +WSM,2035,12,2100,2300 +WSM,2035,13,2200,2400 +WSM,2035,14,2300,2500 +WSM,2035,15,2400,2600 +WSM,2035,16,2500,2700 +WSM,2035,17,2500,2800 +WSM,2035,18,2500,2700 +WSM,2036,0,2400,2600 +WSM,2036,1,2400,2600 +WSM,2036,2,2400,2600 +WSM,2036,3,2400,2600 +WSM,2036,4,2400,2600 +WSM,2036,5,2300,2500 +WSM,2036,6,2300,2500 +WSM,2036,7,2300,2500 +WSM,2036,8,2300,2400 +WSM,2036,9,2200,2400 +WSM,2036,10,2200,2400 +WSM,2036,11,2200,2300 +WSM,2036,12,2100,2300 +WSM,2036,13,2100,2300 +WSM,2036,14,2200,2300 +WSM,2036,15,2300,2500 +WSM,2036,16,2400,2600 +WSM,2036,17,2500,2700 +WSM,2036,18,2500,2700 +WSM,2037,0,2400,2600 +WSM,2037,1,2400,2600 +WSM,2037,2,2400,2600 +WSM,2037,3,2400,2600 +WSM,2037,4,2400,2600 +WSM,2037,5,2400,2500 +WSM,2037,6,2300,2500 +WSM,2037,7,2300,2500 +WSM,2037,8,2300,2500 +WSM,2037,9,2300,2400 +WSM,2037,10,2200,2400 +WSM,2037,11,2200,2400 +WSM,2037,12,2100,2300 +WSM,2037,13,2100,2300 +WSM,2037,14,2100,2300 +WSM,2037,15,2100,2300 +WSM,2037,16,2300,2400 +WSM,2037,17,2300,2500 +WSM,2037,18,2400,2700 +WSM,2038,0,2500,2700 +WSM,2038,1,2500,2700 +WSM,2038,2,2500,2700 +WSM,2038,3,2400,2600 +WSM,2038,4,2400,2600 +WSM,2038,5,2400,2600 +WSM,2038,6,2400,2500 +WSM,2038,7,2300,2500 +WSM,2038,8,2300,2500 +WSM,2038,9,2300,2500 +WSM,2038,10,2300,2400 +WSM,2038,11,2200,2400 +WSM,2038,12,2200,2300 +WSM,2038,13,2100,2300 +WSM,2038,14,2100,2200 +WSM,2038,15,2100,2200 +WSM,2038,16,2100,2300 +WSM,2038,17,2200,2400 +WSM,2038,18,2300,2500 +WSM,2039,0,2500,2700 +WSM,2039,1,2500,2700 +WSM,2039,2,2500,2700 +WSM,2039,3,2500,2600 +WSM,2039,4,2400,2600 +WSM,2039,5,2400,2600 +WSM,2039,6,2400,2600 +WSM,2039,7,2300,2500 +WSM,2039,8,2300,2500 +WSM,2039,9,2300,2500 +WSM,2039,10,2300,2500 +WSM,2039,11,2300,2400 +WSM,2039,12,2200,2400 +WSM,2039,13,2200,2300 +WSM,2039,14,2100,2300 +WSM,2039,15,2100,2200 +WSM,2039,16,2000,2200 +WSM,2039,17,2100,2300 +WSM,2039,18,2200,2400 +WSM,2040,0,2600,2800 +WSM,2040,1,2500,2700 +WSM,2040,2,2500,2700 +WSM,2040,3,2500,2700 +WSM,2040,4,2400,2600 +WSM,2040,5,2400,2600 +WSM,2040,6,2400,2600 +WSM,2040,7,2400,2500 +WSM,2040,8,2300,2500 +WSM,2040,9,2300,2500 +WSM,2040,10,2300,2500 +WSM,2040,11,2300,2500 +WSM,2040,12,2300,2400 +WSM,2040,13,2200,2400 +WSM,2040,14,2200,2300 +WSM,2040,15,2100,2300 +WSM,2040,16,2000,2200 +WSM,2040,17,2000,2200 +WSM,2040,18,2100,2300 +WSM,2041,0,2600,2800 +WSM,2041,1,2600,2800 +WSM,2041,2,2500,2700 +WSM,2041,3,2500,2700 +WSM,2041,4,2500,2700 +WSM,2041,5,2400,2600 +WSM,2041,6,2400,2600 +WSM,2041,7,2400,2600 +WSM,2041,8,2400,2500 +WSM,2041,9,2300,2500 +WSM,2041,10,2300,2500 +WSM,2041,11,2300,2500 +WSM,2041,12,2300,2400 +WSM,2041,13,2200,2400 +WSM,2041,14,2200,2400 +WSM,2041,15,2100,2300 +WSM,2041,16,2100,2300 +WSM,2041,17,2000,2200 +WSM,2041,18,2000,2200 +WSM,2042,0,2600,2800 +WSM,2042,1,2600,2800 +WSM,2042,2,2600,2800 +WSM,2042,3,2500,2700 +WSM,2042,4,2500,2700 +WSM,2042,5,2500,2700 +WSM,2042,6,2400,2600 +WSM,2042,7,2400,2600 +WSM,2042,8,2400,2600 +WSM,2042,9,2400,2500 +WSM,2042,10,2300,2500 +WSM,2042,11,2300,2500 +WSM,2042,12,2300,2500 +WSM,2042,13,2300,2400 +WSM,2042,14,2200,2400 +WSM,2042,15,2200,2300 +WSM,2042,16,2100,2300 +WSM,2042,17,2100,2200 +WSM,2042,18,2000,2200 +WSM,2043,0,2600,2800 +WSM,2043,1,2600,2800 +WSM,2043,2,2600,2800 +WSM,2043,3,2500,2700 +WSM,2043,4,2500,2700 +WSM,2043,5,2500,2700 +WSM,2043,6,2500,2700 +WSM,2043,7,2400,2600 +WSM,2043,8,2400,2600 +WSM,2043,9,2400,2600 +WSM,2043,10,2400,2500 +WSM,2043,11,2300,2500 +WSM,2043,12,2300,2500 +WSM,2043,13,2300,2400 +WSM,2043,14,2200,2400 +WSM,2043,15,2200,2400 +WSM,2043,16,2100,2300 +WSM,2043,17,2100,2300 +WSM,2043,18,2000,2200 +WSM,2044,0,2600,2800 +WSM,2044,1,2600,2800 +WSM,2044,2,2600,2800 +WSM,2044,3,2500,2700 +WSM,2044,4,2500,2700 +WSM,2044,5,2500,2700 +WSM,2044,6,2500,2700 +WSM,2044,7,2500,2700 +WSM,2044,8,2400,2600 +WSM,2044,9,2400,2600 +WSM,2044,10,2400,2600 +WSM,2044,11,2300,2500 +WSM,2044,12,2300,2500 +WSM,2044,13,2300,2500 +WSM,2044,14,2200,2400 +WSM,2044,15,2200,2400 +WSM,2044,16,2200,2400 +WSM,2044,17,2100,2300 +WSM,2044,18,2100,2200 +WSM,2045,0,2600,2800 +WSM,2045,1,2600,2800 +WSM,2045,2,2600,2800 +WSM,2045,3,2600,2800 +WSM,2045,4,2500,2700 +WSM,2045,5,2500,2700 +WSM,2045,6,2500,2700 +WSM,2045,7,2500,2700 +WSM,2045,8,2500,2600 +WSM,2045,9,2400,2600 +WSM,2045,10,2400,2600 +WSM,2045,11,2400,2600 +WSM,2045,12,2300,2500 +WSM,2045,13,2300,2500 +WSM,2045,14,2300,2500 +WSM,2045,15,2200,2400 +WSM,2045,16,2200,2400 +WSM,2045,17,2200,2300 +WSM,2045,18,2100,2300 +WSM,2046,0,2600,2800 +WSM,2046,1,2600,2800 +WSM,2046,2,2600,2800 +WSM,2046,3,2600,2800 +WSM,2046,4,2600,2800 +WSM,2046,5,2500,2700 +WSM,2046,6,2500,2700 +WSM,2046,7,2500,2700 +WSM,2046,8,2500,2700 +WSM,2046,9,2500,2600 +WSM,2046,10,2400,2600 +WSM,2046,11,2400,2600 +WSM,2046,12,2400,2500 +WSM,2046,13,2300,2500 +WSM,2046,14,2300,2500 +WSM,2046,15,2200,2400 +WSM,2046,16,2200,2400 +WSM,2046,17,2200,2400 +WSM,2046,18,2100,2300 +WSM,2047,0,2600,2800 +WSM,2047,1,2600,2800 +WSM,2047,2,2600,2800 +WSM,2047,3,2600,2800 +WSM,2047,4,2600,2800 +WSM,2047,5,2600,2800 +WSM,2047,6,2500,2700 +WSM,2047,7,2500,2700 +WSM,2047,8,2500,2700 +WSM,2047,9,2500,2700 +WSM,2047,10,2400,2600 +WSM,2047,11,2400,2600 +WSM,2047,12,2400,2600 +WSM,2047,13,2300,2500 +WSM,2047,14,2300,2500 +WSM,2047,15,2300,2500 +WSM,2047,16,2200,2400 +WSM,2047,17,2200,2400 +WSM,2047,18,2100,2300 +WSM,2048,0,2600,2800 +WSM,2048,1,2600,2800 +WSM,2048,2,2600,2800 +WSM,2048,3,2600,2800 +WSM,2048,4,2600,2800 +WSM,2048,5,2600,2800 +WSM,2048,6,2600,2800 +WSM,2048,7,2500,2700 +WSM,2048,8,2500,2700 +WSM,2048,9,2500,2700 +WSM,2048,10,2500,2700 +WSM,2048,11,2400,2600 +WSM,2048,12,2400,2600 +WSM,2048,13,2400,2600 +WSM,2048,14,2300,2500 +WSM,2048,15,2300,2500 +WSM,2048,16,2200,2400 +WSM,2048,17,2200,2400 +WSM,2048,18,2200,2300 +WSM,2049,0,2500,2700 +WSM,2049,1,2600,2800 +WSM,2049,2,2600,2800 +WSM,2049,3,2600,2800 +WSM,2049,4,2600,2800 +WSM,2049,5,2600,2800 +WSM,2049,6,2600,2800 +WSM,2049,7,2600,2800 +WSM,2049,8,2500,2700 +WSM,2049,9,2500,2700 +WSM,2049,10,2500,2700 +WSM,2049,11,2500,2700 +WSM,2049,12,2400,2600 +WSM,2049,13,2400,2600 +WSM,2049,14,2400,2600 +WSM,2049,15,2300,2500 +WSM,2049,16,2300,2500 +WSM,2049,17,2200,2400 +WSM,2049,18,2200,2400 +WSM,2050,0,2500,2700 +WSM,2050,1,2500,2700 +WSM,2050,2,2600,2800 +WSM,2050,3,2600,2800 +WSM,2050,4,2600,2800 +WSM,2050,5,2600,2800 +WSM,2050,6,2600,2800 +WSM,2050,7,2600,2800 +WSM,2050,8,2600,2800 +WSM,2050,9,2500,2700 +WSM,2050,10,2500,2700 +WSM,2050,11,2500,2700 +WSM,2050,12,2500,2700 +WSM,2050,13,2400,2600 +WSM,2050,14,2400,2600 +WSM,2050,15,2300,2500 +WSM,2050,16,2300,2500 +WSM,2050,17,2300,2400 +WSM,2050,18,2200,2400 +XKX,1990,0,, +XKX,1990,1,, +XKX,1990,2,, +XKX,1990,3,, +XKX,1990,4,, +XKX,1990,5,, +XKX,1990,6,, +XKX,1990,7,, +XKX,1990,8,, +XKX,1990,9,, +XKX,1990,10,, +XKX,1990,11,, +XKX,1990,12,, +XKX,1990,13,, +XKX,1990,14,, +XKX,1990,15,, +XKX,1990,16,, +XKX,1990,17,, +XKX,1990,18,, +XKX,1991,0,, +XKX,1991,1,, +XKX,1991,2,, +XKX,1991,3,, +XKX,1991,4,, +XKX,1991,5,, +XKX,1991,6,, +XKX,1991,7,, +XKX,1991,8,, +XKX,1991,9,, +XKX,1991,10,, +XKX,1991,11,, +XKX,1991,12,, +XKX,1991,13,, +XKX,1991,14,, +XKX,1991,15,, +XKX,1991,16,, +XKX,1991,17,, +XKX,1991,18,, +XKX,1992,0,, +XKX,1992,1,, +XKX,1992,2,, +XKX,1992,3,, +XKX,1992,4,, +XKX,1992,5,, +XKX,1992,6,, +XKX,1992,7,, +XKX,1992,8,, +XKX,1992,9,, +XKX,1992,10,, +XKX,1992,11,, +XKX,1992,12,, +XKX,1992,13,, +XKX,1992,14,, +XKX,1992,15,, +XKX,1992,16,, +XKX,1992,17,, +XKX,1992,18,, +XKX,1993,0,, +XKX,1993,1,, +XKX,1993,2,, +XKX,1993,3,, +XKX,1993,4,, +XKX,1993,5,, +XKX,1993,6,, +XKX,1993,7,, +XKX,1993,8,, +XKX,1993,9,, +XKX,1993,10,, +XKX,1993,11,, +XKX,1993,12,, +XKX,1993,13,, +XKX,1993,14,, +XKX,1993,15,, +XKX,1993,16,, +XKX,1993,17,, +XKX,1993,18,, +XKX,1994,0,, +XKX,1994,1,, +XKX,1994,2,, +XKX,1994,3,, +XKX,1994,4,, +XKX,1994,5,, +XKX,1994,6,, +XKX,1994,7,, +XKX,1994,8,, +XKX,1994,9,, +XKX,1994,10,, +XKX,1994,11,, +XKX,1994,12,, +XKX,1994,13,, +XKX,1994,14,, +XKX,1994,15,, +XKX,1994,16,, +XKX,1994,17,, +XKX,1994,18,, +XKX,1995,0,, +XKX,1995,1,, +XKX,1995,2,, +XKX,1995,3,, +XKX,1995,4,, +XKX,1995,5,, +XKX,1995,6,, +XKX,1995,7,, +XKX,1995,8,, +XKX,1995,9,, +XKX,1995,10,, +XKX,1995,11,, +XKX,1995,12,, +XKX,1995,13,, +XKX,1995,14,, +XKX,1995,15,, +XKX,1995,16,, +XKX,1995,17,, +XKX,1995,18,, +XKX,1996,0,, +XKX,1996,1,, +XKX,1996,2,, +XKX,1996,3,, +XKX,1996,4,, +XKX,1996,5,, +XKX,1996,6,, +XKX,1996,7,, +XKX,1996,8,, +XKX,1996,9,, +XKX,1996,10,, +XKX,1996,11,, +XKX,1996,12,, +XKX,1996,13,, +XKX,1996,14,, +XKX,1996,15,, +XKX,1996,16,, +XKX,1996,17,, +XKX,1996,18,, +XKX,1997,0,, +XKX,1997,1,, +XKX,1997,2,, +XKX,1997,3,, +XKX,1997,4,, +XKX,1997,5,, +XKX,1997,6,, +XKX,1997,7,, +XKX,1997,8,, +XKX,1997,9,, +XKX,1997,10,, +XKX,1997,11,, +XKX,1997,12,, +XKX,1997,13,, +XKX,1997,14,, +XKX,1997,15,, +XKX,1997,16,, +XKX,1997,17,, +XKX,1997,18,, +XKX,1998,0,, +XKX,1998,1,, +XKX,1998,2,, +XKX,1998,3,, +XKX,1998,4,, +XKX,1998,5,, +XKX,1998,6,, +XKX,1998,7,, +XKX,1998,8,, +XKX,1998,9,, +XKX,1998,10,, +XKX,1998,11,, +XKX,1998,12,, +XKX,1998,13,, +XKX,1998,14,, +XKX,1998,15,, +XKX,1998,16,, +XKX,1998,17,, +XKX,1998,18,, +XKX,1999,0,, +XKX,1999,1,, +XKX,1999,2,, +XKX,1999,3,, +XKX,1999,4,, +XKX,1999,5,, +XKX,1999,6,, +XKX,1999,7,, +XKX,1999,8,, +XKX,1999,9,, +XKX,1999,10,, +XKX,1999,11,, +XKX,1999,12,, +XKX,1999,13,, +XKX,1999,14,, +XKX,1999,15,, +XKX,1999,16,, +XKX,1999,17,, +XKX,1999,18,, +XKX,2000,0,, +XKX,2000,1,, +XKX,2000,2,, +XKX,2000,3,, +XKX,2000,4,, +XKX,2000,5,, +XKX,2000,6,, +XKX,2000,7,, +XKX,2000,8,, +XKX,2000,9,, +XKX,2000,10,, +XKX,2000,11,, +XKX,2000,12,, +XKX,2000,13,, +XKX,2000,14,, +XKX,2000,15,, +XKX,2000,16,, +XKX,2000,17,, +XKX,2000,18,, +XKX,2001,0,, +XKX,2001,1,, +XKX,2001,2,, +XKX,2001,3,, +XKX,2001,4,, +XKX,2001,5,, +XKX,2001,6,, +XKX,2001,7,, +XKX,2001,8,, +XKX,2001,9,, +XKX,2001,10,, +XKX,2001,11,, +XKX,2001,12,, +XKX,2001,13,, +XKX,2001,14,, +XKX,2001,15,, +XKX,2001,16,, +XKX,2001,17,, +XKX,2001,18,, +XKX,2002,0,, +XKX,2002,1,, +XKX,2002,2,, +XKX,2002,3,, +XKX,2002,4,, +XKX,2002,5,, +XKX,2002,6,, +XKX,2002,7,, +XKX,2002,8,, +XKX,2002,9,, +XKX,2002,10,, +XKX,2002,11,, +XKX,2002,12,, +XKX,2002,13,, +XKX,2002,14,, +XKX,2002,15,, +XKX,2002,16,, +XKX,2002,17,, +XKX,2002,18,, +XKX,2003,0,, +XKX,2003,1,, +XKX,2003,2,, +XKX,2003,3,, +XKX,2003,4,, +XKX,2003,5,, +XKX,2003,6,, +XKX,2003,7,, +XKX,2003,8,, +XKX,2003,9,, +XKX,2003,10,, +XKX,2003,11,, +XKX,2003,12,, +XKX,2003,13,, +XKX,2003,14,, +XKX,2003,15,, +XKX,2003,16,, +XKX,2003,17,, +XKX,2003,18,, +XKX,2004,0,, +XKX,2004,1,, +XKX,2004,2,, +XKX,2004,3,, +XKX,2004,4,, +XKX,2004,5,, +XKX,2004,6,, +XKX,2004,7,, +XKX,2004,8,, +XKX,2004,9,, +XKX,2004,10,, +XKX,2004,11,, +XKX,2004,12,, +XKX,2004,13,, +XKX,2004,14,, +XKX,2004,15,, +XKX,2004,16,, +XKX,2004,17,, +XKX,2004,18,, +XKX,2005,0,, +XKX,2005,1,, +XKX,2005,2,, +XKX,2005,3,, +XKX,2005,4,, +XKX,2005,5,, +XKX,2005,6,, +XKX,2005,7,, +XKX,2005,8,, +XKX,2005,9,, +XKX,2005,10,, +XKX,2005,11,, +XKX,2005,12,, +XKX,2005,13,, +XKX,2005,14,, +XKX,2005,15,, +XKX,2005,16,, +XKX,2005,17,, +XKX,2005,18,, +XKX,2006,0,, +XKX,2006,1,, +XKX,2006,2,, +XKX,2006,3,, +XKX,2006,4,, +XKX,2006,5,, +XKX,2006,6,, +XKX,2006,7,, +XKX,2006,8,, +XKX,2006,9,, +XKX,2006,10,, +XKX,2006,11,, +XKX,2006,12,, +XKX,2006,13,, +XKX,2006,14,, +XKX,2006,15,, +XKX,2006,16,, +XKX,2006,17,, +XKX,2006,18,, +XKX,2007,0,, +XKX,2007,1,, +XKX,2007,2,, +XKX,2007,3,, +XKX,2007,4,, +XKX,2007,5,, +XKX,2007,6,, +XKX,2007,7,, +XKX,2007,8,, +XKX,2007,9,, +XKX,2007,10,, +XKX,2007,11,, +XKX,2007,12,, +XKX,2007,13,, +XKX,2007,14,, +XKX,2007,15,, +XKX,2007,16,, +XKX,2007,17,, +XKX,2007,18,, +XKX,2008,0,, +XKX,2008,1,, +XKX,2008,2,, +XKX,2008,3,, +XKX,2008,4,, +XKX,2008,5,, +XKX,2008,6,, +XKX,2008,7,, +XKX,2008,8,, +XKX,2008,9,, +XKX,2008,10,, +XKX,2008,11,, +XKX,2008,12,, +XKX,2008,13,, +XKX,2008,14,, +XKX,2008,15,, +XKX,2008,16,, +XKX,2008,17,, +XKX,2008,18,, +XKX,2009,0,, +XKX,2009,1,, +XKX,2009,2,, +XKX,2009,3,, +XKX,2009,4,, +XKX,2009,5,, +XKX,2009,6,, +XKX,2009,7,, +XKX,2009,8,, +XKX,2009,9,, +XKX,2009,10,, +XKX,2009,11,, +XKX,2009,12,, +XKX,2009,13,, +XKX,2009,14,, +XKX,2009,15,, +XKX,2009,16,, +XKX,2009,17,, +XKX,2009,18,, +XKX,2010,0,, +XKX,2010,1,, +XKX,2010,2,, +XKX,2010,3,, +XKX,2010,4,, +XKX,2010,5,, +XKX,2010,6,, +XKX,2010,7,, +XKX,2010,8,, +XKX,2010,9,, +XKX,2010,10,, +XKX,2010,11,, +XKX,2010,12,, +XKX,2010,13,, +XKX,2010,14,, +XKX,2010,15,, +XKX,2010,16,, +XKX,2010,17,, +XKX,2010,18,, +XKX,2011,0,, +XKX,2011,1,, +XKX,2011,2,, +XKX,2011,3,, +XKX,2011,4,, +XKX,2011,5,, +XKX,2011,6,, +XKX,2011,7,, +XKX,2011,8,, +XKX,2011,9,, +XKX,2011,10,, +XKX,2011,11,, +XKX,2011,12,, +XKX,2011,13,, +XKX,2011,14,, +XKX,2011,15,, +XKX,2011,16,, +XKX,2011,17,, +XKX,2011,18,, +XKX,2012,0,, +XKX,2012,1,, +XKX,2012,2,, +XKX,2012,3,, +XKX,2012,4,, +XKX,2012,5,, +XKX,2012,6,, +XKX,2012,7,, +XKX,2012,8,, +XKX,2012,9,, +XKX,2012,10,, +XKX,2012,11,, +XKX,2012,12,, +XKX,2012,13,, +XKX,2012,14,, +XKX,2012,15,, +XKX,2012,16,, +XKX,2012,17,, +XKX,2012,18,, +XKX,2013,0,, +XKX,2013,1,, +XKX,2013,2,, +XKX,2013,3,, +XKX,2013,4,, +XKX,2013,5,, +XKX,2013,6,, +XKX,2013,7,, +XKX,2013,8,, +XKX,2013,9,, +XKX,2013,10,, +XKX,2013,11,, +XKX,2013,12,, +XKX,2013,13,, +XKX,2013,14,, +XKX,2013,15,, +XKX,2013,16,, +XKX,2013,17,, +XKX,2013,18,, +XKX,2014,0,, +XKX,2014,1,, +XKX,2014,2,, +XKX,2014,3,, +XKX,2014,4,, +XKX,2014,5,, +XKX,2014,6,, +XKX,2014,7,, +XKX,2014,8,, +XKX,2014,9,, +XKX,2014,10,, +XKX,2014,11,, +XKX,2014,12,, +XKX,2014,13,, +XKX,2014,14,, +XKX,2014,15,, +XKX,2014,16,, +XKX,2014,17,, +XKX,2014,18,, +XKX,2015,0,, +XKX,2015,1,, +XKX,2015,2,, +XKX,2015,3,, +XKX,2015,4,, +XKX,2015,5,, +XKX,2015,6,, +XKX,2015,7,, +XKX,2015,8,, +XKX,2015,9,, +XKX,2015,10,, +XKX,2015,11,, +XKX,2015,12,, +XKX,2015,13,, +XKX,2015,14,, +XKX,2015,15,, +XKX,2015,16,, +XKX,2015,17,, +XKX,2015,18,, +XKX,2016,0,, +XKX,2016,1,, +XKX,2016,2,, +XKX,2016,3,, +XKX,2016,4,, +XKX,2016,5,, +XKX,2016,6,, +XKX,2016,7,, +XKX,2016,8,, +XKX,2016,9,, +XKX,2016,10,, +XKX,2016,11,, +XKX,2016,12,, +XKX,2016,13,, +XKX,2016,14,, +XKX,2016,15,, +XKX,2016,16,, +XKX,2016,17,, +XKX,2016,18,, +XKX,2017,0,, +XKX,2017,1,, +XKX,2017,2,, +XKX,2017,3,, +XKX,2017,4,, +XKX,2017,5,, +XKX,2017,6,, +XKX,2017,7,, +XKX,2017,8,, +XKX,2017,9,, +XKX,2017,10,, +XKX,2017,11,, +XKX,2017,12,, +XKX,2017,13,, +XKX,2017,14,, +XKX,2017,15,, +XKX,2017,16,, +XKX,2017,17,, +XKX,2017,18,, +XKX,2018,0,, +XKX,2018,1,, +XKX,2018,2,, +XKX,2018,3,, +XKX,2018,4,, +XKX,2018,5,, +XKX,2018,6,, +XKX,2018,7,, +XKX,2018,8,, +XKX,2018,9,, +XKX,2018,10,, +XKX,2018,11,, +XKX,2018,12,, +XKX,2018,13,, +XKX,2018,14,, +XKX,2018,15,, +XKX,2018,16,, +XKX,2018,17,, +XKX,2018,18,, +XKX,2019,0,, +XKX,2019,1,, +XKX,2019,2,, +XKX,2019,3,, +XKX,2019,4,, +XKX,2019,5,, +XKX,2019,6,, +XKX,2019,7,, +XKX,2019,8,, +XKX,2019,9,, +XKX,2019,10,, +XKX,2019,11,, +XKX,2019,12,, +XKX,2019,13,, +XKX,2019,14,, +XKX,2019,15,, +XKX,2019,16,, +XKX,2019,17,, +XKX,2019,18,, +XKX,2020,0,, +XKX,2020,1,, +XKX,2020,2,, +XKX,2020,3,, +XKX,2020,4,, +XKX,2020,5,, +XKX,2020,6,, +XKX,2020,7,, +XKX,2020,8,, +XKX,2020,9,, +XKX,2020,10,, +XKX,2020,11,, +XKX,2020,12,, +XKX,2020,13,, +XKX,2020,14,, +XKX,2020,15,, +XKX,2020,16,, +XKX,2020,17,, +XKX,2020,18,, +XKX,2021,0,, +XKX,2021,1,, +XKX,2021,2,, +XKX,2021,3,, +XKX,2021,4,, +XKX,2021,5,, +XKX,2021,6,, +XKX,2021,7,, +XKX,2021,8,, +XKX,2021,9,, +XKX,2021,10,, +XKX,2021,11,, +XKX,2021,12,, +XKX,2021,13,, +XKX,2021,14,, +XKX,2021,15,, +XKX,2021,16,, +XKX,2021,17,, +XKX,2021,18,, +XKX,2022,0,, +XKX,2022,1,, +XKX,2022,2,, +XKX,2022,3,, +XKX,2022,4,, +XKX,2022,5,, +XKX,2022,6,, +XKX,2022,7,, +XKX,2022,8,, +XKX,2022,9,, +XKX,2022,10,, +XKX,2022,11,, +XKX,2022,12,, +XKX,2022,13,, +XKX,2022,14,, +XKX,2022,15,, +XKX,2022,16,, +XKX,2022,17,, +XKX,2022,18,, +XKX,2023,0,, +XKX,2023,1,, +XKX,2023,2,, +XKX,2023,3,, +XKX,2023,4,, +XKX,2023,5,, +XKX,2023,6,, +XKX,2023,7,, +XKX,2023,8,, +XKX,2023,9,, +XKX,2023,10,, +XKX,2023,11,, +XKX,2023,12,, +XKX,2023,13,, +XKX,2023,14,, +XKX,2023,15,, +XKX,2023,16,, +XKX,2023,17,, +XKX,2023,18,, +XKX,2024,0,, +XKX,2024,1,, +XKX,2024,2,, +XKX,2024,3,, +XKX,2024,4,, +XKX,2024,5,, +XKX,2024,6,, +XKX,2024,7,, +XKX,2024,8,, +XKX,2024,9,, +XKX,2024,10,, +XKX,2024,11,, +XKX,2024,12,, +XKX,2024,13,, +XKX,2024,14,, +XKX,2024,15,, +XKX,2024,16,, +XKX,2024,17,, +XKX,2024,18,, +XKX,2025,0,, +XKX,2025,1,, +XKX,2025,2,, +XKX,2025,3,, +XKX,2025,4,, +XKX,2025,5,, +XKX,2025,6,, +XKX,2025,7,, +XKX,2025,8,, +XKX,2025,9,, +XKX,2025,10,, +XKX,2025,11,, +XKX,2025,12,, +XKX,2025,13,, +XKX,2025,14,, +XKX,2025,15,, +XKX,2025,16,, +XKX,2025,17,, +XKX,2025,18,, +XKX,2026,0,, +XKX,2026,1,, +XKX,2026,2,, +XKX,2026,3,, +XKX,2026,4,, +XKX,2026,5,, +XKX,2026,6,, +XKX,2026,7,, +XKX,2026,8,, +XKX,2026,9,, +XKX,2026,10,, +XKX,2026,11,, +XKX,2026,12,, +XKX,2026,13,, +XKX,2026,14,, +XKX,2026,15,, +XKX,2026,16,, +XKX,2026,17,, +XKX,2026,18,, +XKX,2027,0,, +XKX,2027,1,, +XKX,2027,2,, +XKX,2027,3,, +XKX,2027,4,, +XKX,2027,5,, +XKX,2027,6,, +XKX,2027,7,, +XKX,2027,8,, +XKX,2027,9,, +XKX,2027,10,, +XKX,2027,11,, +XKX,2027,12,, +XKX,2027,13,, +XKX,2027,14,, +XKX,2027,15,, +XKX,2027,16,, +XKX,2027,17,, +XKX,2027,18,, +XKX,2028,0,, +XKX,2028,1,, +XKX,2028,2,, +XKX,2028,3,, +XKX,2028,4,, +XKX,2028,5,, +XKX,2028,6,, +XKX,2028,7,, +XKX,2028,8,, +XKX,2028,9,, +XKX,2028,10,, +XKX,2028,11,, +XKX,2028,12,, +XKX,2028,13,, +XKX,2028,14,, +XKX,2028,15,, +XKX,2028,16,, +XKX,2028,17,, +XKX,2028,18,, +XKX,2029,0,, +XKX,2029,1,, +XKX,2029,2,, +XKX,2029,3,, +XKX,2029,4,, +XKX,2029,5,, +XKX,2029,6,, +XKX,2029,7,, +XKX,2029,8,, +XKX,2029,9,, +XKX,2029,10,, +XKX,2029,11,, +XKX,2029,12,, +XKX,2029,13,, +XKX,2029,14,, +XKX,2029,15,, +XKX,2029,16,, +XKX,2029,17,, +XKX,2029,18,, +XKX,2030,0,, +XKX,2030,1,, +XKX,2030,2,, +XKX,2030,3,, +XKX,2030,4,, +XKX,2030,5,, +XKX,2030,6,, +XKX,2030,7,, +XKX,2030,8,, +XKX,2030,9,, +XKX,2030,10,, +XKX,2030,11,, +XKX,2030,12,, +XKX,2030,13,, +XKX,2030,14,, +XKX,2030,15,, +XKX,2030,16,, +XKX,2030,17,, +XKX,2030,18,, +XKX,2031,0,, +XKX,2031,1,, +XKX,2031,2,, +XKX,2031,3,, +XKX,2031,4,, +XKX,2031,5,, +XKX,2031,6,, +XKX,2031,7,, +XKX,2031,8,, +XKX,2031,9,, +XKX,2031,10,, +XKX,2031,11,, +XKX,2031,12,, +XKX,2031,13,, +XKX,2031,14,, +XKX,2031,15,, +XKX,2031,16,, +XKX,2031,17,, +XKX,2031,18,, +XKX,2032,0,, +XKX,2032,1,, +XKX,2032,2,, +XKX,2032,3,, +XKX,2032,4,, +XKX,2032,5,, +XKX,2032,6,, +XKX,2032,7,, +XKX,2032,8,, +XKX,2032,9,, +XKX,2032,10,, +XKX,2032,11,, +XKX,2032,12,, +XKX,2032,13,, +XKX,2032,14,, +XKX,2032,15,, +XKX,2032,16,, +XKX,2032,17,, +XKX,2032,18,, +XKX,2033,0,, +XKX,2033,1,, +XKX,2033,2,, +XKX,2033,3,, +XKX,2033,4,, +XKX,2033,5,, +XKX,2033,6,, +XKX,2033,7,, +XKX,2033,8,, +XKX,2033,9,, +XKX,2033,10,, +XKX,2033,11,, +XKX,2033,12,, +XKX,2033,13,, +XKX,2033,14,, +XKX,2033,15,, +XKX,2033,16,, +XKX,2033,17,, +XKX,2033,18,, +XKX,2034,0,, +XKX,2034,1,, +XKX,2034,2,, +XKX,2034,3,, +XKX,2034,4,, +XKX,2034,5,, +XKX,2034,6,, +XKX,2034,7,, +XKX,2034,8,, +XKX,2034,9,, +XKX,2034,10,, +XKX,2034,11,, +XKX,2034,12,, +XKX,2034,13,, +XKX,2034,14,, +XKX,2034,15,, +XKX,2034,16,, +XKX,2034,17,, +XKX,2034,18,, +XKX,2035,0,, +XKX,2035,1,, +XKX,2035,2,, +XKX,2035,3,, +XKX,2035,4,, +XKX,2035,5,, +XKX,2035,6,, +XKX,2035,7,, +XKX,2035,8,, +XKX,2035,9,, +XKX,2035,10,, +XKX,2035,11,, +XKX,2035,12,, +XKX,2035,13,, +XKX,2035,14,, +XKX,2035,15,, +XKX,2035,16,, +XKX,2035,17,, +XKX,2035,18,, +XKX,2036,0,, +XKX,2036,1,, +XKX,2036,2,, +XKX,2036,3,, +XKX,2036,4,, +XKX,2036,5,, +XKX,2036,6,, +XKX,2036,7,, +XKX,2036,8,, +XKX,2036,9,, +XKX,2036,10,, +XKX,2036,11,, +XKX,2036,12,, +XKX,2036,13,, +XKX,2036,14,, +XKX,2036,15,, +XKX,2036,16,, +XKX,2036,17,, +XKX,2036,18,, +XKX,2037,0,, +XKX,2037,1,, +XKX,2037,2,, +XKX,2037,3,, +XKX,2037,4,, +XKX,2037,5,, +XKX,2037,6,, +XKX,2037,7,, +XKX,2037,8,, +XKX,2037,9,, +XKX,2037,10,, +XKX,2037,11,, +XKX,2037,12,, +XKX,2037,13,, +XKX,2037,14,, +XKX,2037,15,, +XKX,2037,16,, +XKX,2037,17,, +XKX,2037,18,, +XKX,2038,0,, +XKX,2038,1,, +XKX,2038,2,, +XKX,2038,3,, +XKX,2038,4,, +XKX,2038,5,, +XKX,2038,6,, +XKX,2038,7,, +XKX,2038,8,, +XKX,2038,9,, +XKX,2038,10,, +XKX,2038,11,, +XKX,2038,12,, +XKX,2038,13,, +XKX,2038,14,, +XKX,2038,15,, +XKX,2038,16,, +XKX,2038,17,, +XKX,2038,18,, +XKX,2039,0,, +XKX,2039,1,, +XKX,2039,2,, +XKX,2039,3,, +XKX,2039,4,, +XKX,2039,5,, +XKX,2039,6,, +XKX,2039,7,, +XKX,2039,8,, +XKX,2039,9,, +XKX,2039,10,, +XKX,2039,11,, +XKX,2039,12,, +XKX,2039,13,, +XKX,2039,14,, +XKX,2039,15,, +XKX,2039,16,, +XKX,2039,17,, +XKX,2039,18,, +XKX,2040,0,, +XKX,2040,1,, +XKX,2040,2,, +XKX,2040,3,, +XKX,2040,4,, +XKX,2040,5,, +XKX,2040,6,, +XKX,2040,7,, +XKX,2040,8,, +XKX,2040,9,, +XKX,2040,10,, +XKX,2040,11,, +XKX,2040,12,, +XKX,2040,13,, +XKX,2040,14,, +XKX,2040,15,, +XKX,2040,16,, +XKX,2040,17,, +XKX,2040,18,, +XKX,2041,0,, +XKX,2041,1,, +XKX,2041,2,, +XKX,2041,3,, +XKX,2041,4,, +XKX,2041,5,, +XKX,2041,6,, +XKX,2041,7,, +XKX,2041,8,, +XKX,2041,9,, +XKX,2041,10,, +XKX,2041,11,, +XKX,2041,12,, +XKX,2041,13,, +XKX,2041,14,, +XKX,2041,15,, +XKX,2041,16,, +XKX,2041,17,, +XKX,2041,18,, +XKX,2042,0,, +XKX,2042,1,, +XKX,2042,2,, +XKX,2042,3,, +XKX,2042,4,, +XKX,2042,5,, +XKX,2042,6,, +XKX,2042,7,, +XKX,2042,8,, +XKX,2042,9,, +XKX,2042,10,, +XKX,2042,11,, +XKX,2042,12,, +XKX,2042,13,, +XKX,2042,14,, +XKX,2042,15,, +XKX,2042,16,, +XKX,2042,17,, +XKX,2042,18,, +XKX,2043,0,, +XKX,2043,1,, +XKX,2043,2,, +XKX,2043,3,, +XKX,2043,4,, +XKX,2043,5,, +XKX,2043,6,, +XKX,2043,7,, +XKX,2043,8,, +XKX,2043,9,, +XKX,2043,10,, +XKX,2043,11,, +XKX,2043,12,, +XKX,2043,13,, +XKX,2043,14,, +XKX,2043,15,, +XKX,2043,16,, +XKX,2043,17,, +XKX,2043,18,, +XKX,2044,0,, +XKX,2044,1,, +XKX,2044,2,, +XKX,2044,3,, +XKX,2044,4,, +XKX,2044,5,, +XKX,2044,6,, +XKX,2044,7,, +XKX,2044,8,, +XKX,2044,9,, +XKX,2044,10,, +XKX,2044,11,, +XKX,2044,12,, +XKX,2044,13,, +XKX,2044,14,, +XKX,2044,15,, +XKX,2044,16,, +XKX,2044,17,, +XKX,2044,18,, +XKX,2045,0,, +XKX,2045,1,, +XKX,2045,2,, +XKX,2045,3,, +XKX,2045,4,, +XKX,2045,5,, +XKX,2045,6,, +XKX,2045,7,, +XKX,2045,8,, +XKX,2045,9,, +XKX,2045,10,, +XKX,2045,11,, +XKX,2045,12,, +XKX,2045,13,, +XKX,2045,14,, +XKX,2045,15,, +XKX,2045,16,, +XKX,2045,17,, +XKX,2045,18,, +XKX,2046,0,, +XKX,2046,1,, +XKX,2046,2,, +XKX,2046,3,, +XKX,2046,4,, +XKX,2046,5,, +XKX,2046,6,, +XKX,2046,7,, +XKX,2046,8,, +XKX,2046,9,, +XKX,2046,10,, +XKX,2046,11,, +XKX,2046,12,, +XKX,2046,13,, +XKX,2046,14,, +XKX,2046,15,, +XKX,2046,16,, +XKX,2046,17,, +XKX,2046,18,, +XKX,2047,0,, +XKX,2047,1,, +XKX,2047,2,, +XKX,2047,3,, +XKX,2047,4,, +XKX,2047,5,, +XKX,2047,6,, +XKX,2047,7,, +XKX,2047,8,, +XKX,2047,9,, +XKX,2047,10,, +XKX,2047,11,, +XKX,2047,12,, +XKX,2047,13,, +XKX,2047,14,, +XKX,2047,15,, +XKX,2047,16,, +XKX,2047,17,, +XKX,2047,18,, +XKX,2048,0,, +XKX,2048,1,, +XKX,2048,2,, +XKX,2048,3,, +XKX,2048,4,, +XKX,2048,5,, +XKX,2048,6,, +XKX,2048,7,, +XKX,2048,8,, +XKX,2048,9,, +XKX,2048,10,, +XKX,2048,11,, +XKX,2048,12,, +XKX,2048,13,, +XKX,2048,14,, +XKX,2048,15,, +XKX,2048,16,, +XKX,2048,17,, +XKX,2048,18,, +XKX,2049,0,, +XKX,2049,1,, +XKX,2049,2,, +XKX,2049,3,, +XKX,2049,4,, +XKX,2049,5,, +XKX,2049,6,, +XKX,2049,7,, +XKX,2049,8,, +XKX,2049,9,, +XKX,2049,10,, +XKX,2049,11,, +XKX,2049,12,, +XKX,2049,13,, +XKX,2049,14,, +XKX,2049,15,, +XKX,2049,16,, +XKX,2049,17,, +XKX,2049,18,, +XKX,2050,0,, +XKX,2050,1,, +XKX,2050,2,, +XKX,2050,3,, +XKX,2050,4,, +XKX,2050,5,, +XKX,2050,6,, +XKX,2050,7,, +XKX,2050,8,, +XKX,2050,9,, +XKX,2050,10,, +XKX,2050,11,, +XKX,2050,12,, +XKX,2050,13,, +XKX,2050,14,, +XKX,2050,15,, +XKX,2050,16,, +XKX,2050,17,, +XKX,2050,18,, +YEM,1990,0,275441,285586 +YEM,1990,1,262250,271709 +YEM,1990,2,249520,258331 +YEM,1990,3,237264,245461 +YEM,1990,4,225494,233109 +YEM,1990,5,214221,221285 +YEM,1990,6,203456,209997 +YEM,1990,7,193213,199255 +YEM,1990,8,183501,189069 +YEM,1990,9,174334,179448 +YEM,1990,10,165626,170304 +YEM,1990,11,157293,161549 +YEM,1990,12,149828,153680 +YEM,1990,13,143436,146904 +YEM,1990,14,137838,140935 +YEM,1990,15,132538,135276 +YEM,1990,16,127612,130012 +YEM,1990,17,122738,124765 +YEM,1990,18,117695,119291 +YEM,1991,0,285899,295878 +YEM,1991,1,273319,282929 +YEM,1991,2,260679,269621 +YEM,1991,3,248414,256710 +YEM,1991,4,236537,244217 +YEM,1991,5,225061,232164 +YEM,1991,6,214008,220547 +YEM,1991,7,203399,209365 +YEM,1991,8,193209,198764 +YEM,1991,9,183436,188817 +YEM,1991,10,174116,179471 +YEM,1991,11,165234,170535 +YEM,1991,12,156730,161971 +YEM,1991,13,148992,154106 +YEM,1991,14,142194,147059 +YEM,1991,15,136130,140645 +YEM,1991,16,130387,134566 +YEM,1991,17,125004,128893 +YEM,1991,18,119913,123253 +YEM,1992,0,297475,308088 +YEM,1992,1,284280,294545 +YEM,1992,2,271712,281634 +YEM,1992,3,259601,268832 +YEM,1992,4,247777,256325 +YEM,1992,5,236256,244148 +YEM,1992,6,225053,232335 +YEM,1992,7,214199,220871 +YEM,1992,8,203725,209741 +YEM,1992,9,193569,199230 +YEM,1992,10,183716,189474 +YEM,1992,11,174226,180357 +YEM,1992,12,165154,171587 +YEM,1992,13,156461,163171 +YEM,1992,14,148437,155271 +YEM,1992,15,141220,147922 +YEM,1992,16,134679,141032 +YEM,1992,17,128484,134504 +YEM,1992,18,122631,128395 +YEM,1993,0,308257,319711 +YEM,1993,1,295105,306407 +YEM,1993,2,282337,293305 +YEM,1993,3,270217,280670 +YEM,1993,4,258630,268360 +YEM,1993,5,247243,256244 +YEM,1993,6,236073,244370 +YEM,1993,7,225139,232785 +YEM,1993,8,214480,221461 +YEM,1993,9,204138,210369 +YEM,1993,10,194012,199936 +YEM,1993,11,184074,190361 +YEM,1993,12,174410,181464 +YEM,1993,13,165144,172848 +YEM,1993,14,156259,164573 +YEM,1993,15,147943,156629 +YEM,1993,16,140305,148966 +YEM,1993,17,133283,141588 +YEM,1993,18,126630,134603 +YEM,1994,0,315804,327582 +YEM,1994,1,303491,315319 +YEM,1994,2,291434,303061 +YEM,1994,3,279634,290855 +YEM,1994,4,268508,279069 +YEM,1994,5,257454,267281 +YEM,1994,6,246514,255586 +YEM,1994,7,235706,244043 +YEM,1994,8,225049,232712 +YEM,1994,9,214594,221554 +YEM,1994,10,204391,210526 +YEM,1994,11,194303,200194 +YEM,1994,12,184288,190822 +YEM,1994,13,174457,182166 +YEM,1994,14,165004,173726 +YEM,1994,15,155933,165609 +YEM,1994,16,147332,157639 +YEM,1994,17,139278,149678 +YEM,1994,18,131779,141829 +YEM,1995,0,318599,329768 +YEM,1995,1,308280,319684 +YEM,1995,2,297881,309228 +YEM,1995,3,287425,298473 +YEM,1995,4,276931,287490 +YEM,1995,5,266422,276352 +YEM,1995,6,255917,265132 +YEM,1995,7,245438,253903 +YEM,1995,8,235006,242737 +YEM,1995,9,224642,231706 +YEM,1995,10,214405,220758 +YEM,1995,11,204356,209837 +YEM,1995,12,194320,199649 +YEM,1995,13,184242,190517 +YEM,1995,14,174258,182135 +YEM,1995,15,164631,173904 +YEM,1995,16,155388,165979 +YEM,1995,17,146514,158014 +YEM,1995,18,138055,149788 +YEM,1996,0,316650,328887 +YEM,1996,1,315565,327839 +YEM,1996,2,306313,318686 +YEM,1996,3,296685,308904 +YEM,1996,4,286744,298602 +YEM,1996,5,276553,287886 +YEM,1996,6,266140,276837 +YEM,1996,7,255534,265535 +YEM,1996,8,244974,254224 +YEM,1996,9,234593,243066 +YEM,1996,10,224350,232086 +YEM,1996,11,214131,221098 +YEM,1996,12,204033,210080 +YEM,1996,13,193950,199790 +YEM,1996,14,183843,190567 +YEM,1996,15,173842,182102 +YEM,1996,16,164182,173774 +YEM,1996,17,154896,165743 +YEM,1996,18,145990,157692 +YEM,1997,0,310402,322749 +YEM,1997,1,308157,320905 +YEM,1997,2,312522,325011 +YEM,1997,3,304339,316817 +YEM,1997,4,295483,307739 +YEM,1997,5,286057,297920 +YEM,1997,6,276169,287502 +YEM,1997,7,265853,276572 +YEM,1997,8,255146,265218 +YEM,1997,9,244504,253856 +YEM,1997,10,234176,242735 +YEM,1997,11,224055,231836 +YEM,1997,12,213853,220839 +YEM,1997,13,203707,209754 +YEM,1997,14,193577,199389 +YEM,1997,15,183441,190100 +YEM,1997,16,173422,181573 +YEM,1997,17,163730,173171 +YEM,1997,18,154402,165056 +YEM,1998,0,302547,314487 +YEM,1998,1,304977,317339 +YEM,1998,2,305023,317553 +YEM,1998,3,309424,321591 +YEM,1998,4,302313,314371 +YEM,1998,5,294229,306014 +YEM,1998,6,285321,296696 +YEM,1998,7,275737,286594 +YEM,1998,8,265521,275803 +YEM,1998,9,254714,264418 +YEM,1998,10,243993,253025 +YEM,1998,11,233718,241963 +YEM,1998,12,223721,231165 +YEM,1998,13,213539,220179 +YEM,1998,14,203345,209045 +YEM,1998,15,193170,198625 +YEM,1998,16,183007,189286 +YEM,1998,17,172972,180714 +YEM,1998,18,163249,172253 +YEM,1999,0,296824,308366 +YEM,1999,1,302465,314374 +YEM,1999,2,305257,317334 +YEM,1999,3,305458,317528 +YEM,1999,4,306171,317903 +YEM,1999,5,300134,311661 +YEM,1999,6,292828,304029 +YEM,1999,7,284442,295219 +YEM,1999,8,275168,285441 +YEM,1999,9,265056,274798 +YEM,1999,10,254155,263392 +YEM,1999,11,243360,251978 +YEM,1999,12,233144,240984 +YEM,1999,13,223275,230295 +YEM,1999,14,213118,219329 +YEM,1999,15,202882,208158 +YEM,1999,16,192666,197691 +YEM,1999,17,182482,188311 +YEM,1999,18,172436,179701 +YEM,2000,0,295927,307395 +YEM,2000,1,302297,314007 +YEM,2000,2,305935,317752 +YEM,2000,3,307074,318876 +YEM,2000,4,305947,317624 +YEM,2000,5,302787,314242 +YEM,2000,6,297827,308973 +YEM,2000,7,291300,302064 +YEM,2000,8,283440,293760 +YEM,2000,9,274479,284305 +YEM,2000,10,264475,273809 +YEM,2000,11,253484,262381 +YEM,2000,12,242621,250946 +YEM,2000,13,232467,240019 +YEM,2000,14,222731,229439 +YEM,2000,15,212603,218493 +YEM,2000,16,202330,207283 +YEM,2000,17,192078,196769 +YEM,2000,18,181877,187348 +YEM,2001,0,301688,313486 +YEM,2001,1,297374,308757 +YEM,2001,2,301869,313399 +YEM,2001,3,304399,315982 +YEM,2001,4,305065,316611 +YEM,2001,5,303967,315391 +YEM,2001,6,301344,312573 +YEM,2001,7,297431,308406 +YEM,2001,8,291647,302274 +YEM,2001,9,283820,293995 +YEM,2001,10,274458,284106 +YEM,2001,11,264306,273441 +YEM,2001,12,253285,261969 +YEM,2001,13,242388,250479 +YEM,2001,14,232207,239497 +YEM,2001,15,222446,228860 +YEM,2001,16,212285,217850 +YEM,2001,17,201974,206569 +YEM,2001,18,191688,196000 +YEM,2002,0,312034,324400 +YEM,2002,1,311382,323534 +YEM,2002,2,298349,309720 +YEM,2002,3,300959,312386 +YEM,2002,4,302376,313803 +YEM,2002,5,302567,313936 +YEM,2002,6,301501,312750 +YEM,2002,7,299419,310500 +YEM,2002,8,296561,307440 +YEM,2002,9,291530,302093 +YEM,2002,10,283747,293850 +YEM,2002,11,274000,283539 +YEM,2002,12,263716,272719 +YEM,2002,13,252682,261217 +YEM,2002,14,241768,249689 +YEM,2002,15,231577,238665 +YEM,2002,16,221807,227985 +YEM,2002,17,211629,216925 +YEM,2002,18,201295,205588 +YEM,2003,0,325066,338157 +YEM,2003,1,318480,331081 +YEM,2003,2,313026,325225 +YEM,2003,3,299151,310582 +YEM,2003,4,299878,311274 +YEM,2003,5,300182,311525 +YEM,2003,6,299900,311162 +YEM,2003,7,298865,310011 +YEM,2003,8,297324,308329 +YEM,2003,9,295522,306375 +YEM,2003,10,291245,301815 +YEM,2003,11,283512,293609 +YEM,2003,12,273385,282882 +YEM,2003,13,262975,271910 +YEM,2003,14,251934,260382 +YEM,2003,15,241011,248819 +YEM,2003,16,230814,237758 +YEM,2003,17,221041,227038 +YEM,2003,18,210852,215931 +YEM,2004,0,337921,351748 +YEM,2004,1,326093,339196 +YEM,2004,2,316768,329293 +YEM,2004,3,309589,321660 +YEM,2004,4,300147,311678 +YEM,2004,5,298994,310399 +YEM,2004,6,298188,309487 +YEM,2004,7,297432,308629 +YEM,2004,8,296429,307511 +YEM,2004,9,295428,306395 +YEM,2004,10,294677,305545 +YEM,2004,11,291151,301766 +YEM,2004,12,283462,293593 +YEM,2004,13,272950,282440 +YEM,2004,14,262407,271309 +YEM,2004,15,251353,259746 +YEM,2004,16,240412,248139 +YEM,2004,17,230203,237031 +YEM,2004,18,220420,226264 +YEM,2005,0,348413,362868 +YEM,2005,1,333346,346930 +YEM,2005,2,321546,334436 +YEM,2005,3,312581,324932 +YEM,2005,4,306022,317966 +YEM,2005,5,301441,313083 +YEM,2005,6,298406,309830 +YEM,2005,7,296488,307752 +YEM,2005,8,295258,306398 +YEM,2005,9,294285,305312 +YEM,2005,10,293823,304762 +YEM,2005,11,294124,305015 +YEM,2005,12,291346,302015 +YEM,2005,13,283694,293866 +YEM,2005,14,272785,282276 +YEM,2005,15,262099,270975 +YEM,2005,16,251020,259366 +YEM,2005,17,240051,247704 +YEM,2005,18,229820,236539 +YEM,2006,0,354681,369449 +YEM,2006,1,344732,358898 +YEM,2006,2,331359,344754 +YEM,2006,3,320661,333432 +YEM,2006,4,312304,324579 +YEM,2006,5,305954,317840 +YEM,2006,6,301185,312767 +YEM,2006,7,297570,308909 +YEM,2006,8,295235,306392 +YEM,2006,9,294030,305054 +YEM,2006,10,293345,304254 +YEM,2006,11,292973,303782 +YEM,2006,12,293258,304001 +YEM,2006,13,290469,300969 +YEM,2006,14,282820,292799 +YEM,2006,15,271924,281197 +YEM,2006,16,261244,269877 +YEM,2006,17,250168,258246 +YEM,2006,18,239205,246573 +YEM,2007,0,358721,373734 +YEM,2007,1,344291,358461 +YEM,2007,2,341510,355449 +YEM,2007,3,329810,343076 +YEM,2007,4,320199,332909 +YEM,2007,5,312439,324691 +YEM,2007,6,306289,318170 +YEM,2007,7,301326,312899 +YEM,2007,8,297126,308432 +YEM,2007,9,294372,305473 +YEM,2007,10,293191,304150 +YEM,2007,11,292792,303634 +YEM,2007,12,292509,303238 +YEM,2007,13,292779,303425 +YEM,2007,14,289976,300356 +YEM,2007,15,282320,292154 +YEM,2007,16,271421,280522 +YEM,2007,17,260734,269167 +YEM,2007,18,249646,257498 +YEM,2008,0,361543,376757 +YEM,2008,1,349666,364154 +YEM,2008,2,339489,353358 +YEM,2008,3,338552,352299 +YEM,2008,4,328517,341688 +YEM,2008,5,319987,332667 +YEM,2008,6,312816,325079 +YEM,2008,7,306861,318770 +YEM,2008,8,301701,313297 +YEM,2008,9,296914,308217 +YEM,2008,10,293737,304812 +YEM,2008,11,292580,303502 +YEM,2008,12,292467,303270 +YEM,2008,13,292273,302951 +YEM,2008,14,292528,303105 +YEM,2008,15,289708,299998 +YEM,2008,16,282040,291757 +YEM,2008,17,271130,280085 +YEM,2008,18,260426,268686 +YEM,2009,0,364711,380125 +YEM,2009,1,355379,370188 +YEM,2009,2,346802,361070 +YEM,2009,3,338937,352718 +YEM,2009,4,335583,349138 +YEM,2009,5,327215,340292 +YEM,2009,6,319766,332418 +YEM,2009,7,313187,325461 +YEM,2009,8,307428,319364 +YEM,2009,9,302069,313689 +YEM,2009,10,296694,307995 +YEM,2009,11,293095,304144 +YEM,2009,12,291961,302848 +YEM,2009,13,292135,302900 +YEM,2009,14,292029,302657 +YEM,2009,15,292270,302778 +YEM,2009,16,289433,299633 +YEM,2009,17,281752,291353 +YEM,2009,18,270831,279642 +YEM,2010,0,369386,385035 +YEM,2010,1,361704,376833 +YEM,2010,2,354128,368769 +YEM,2010,3,346705,360887 +YEM,2010,4,339478,353230 +YEM,2010,5,332494,345841 +YEM,2010,6,325798,338765 +YEM,2010,7,319435,332043 +YEM,2010,8,313450,325719 +YEM,2010,9,307888,319838 +YEM,2010,10,302334,313962 +YEM,2010,11,296372,307656 +YEM,2010,12,292351,303360 +YEM,2010,13,291240,302079 +YEM,2010,14,291701,302415 +YEM,2010,15,291685,302249 +YEM,2010,16,291910,302337 +YEM,2010,17,289058,299155 +YEM,2010,18,281367,290838 +YEM,2011,0,376150,392123 +YEM,2011,1,368578,384120 +YEM,2011,2,360955,376004 +YEM,2011,3,353459,368043 +YEM,2011,4,346130,360274 +YEM,2011,5,339006,352732 +YEM,2011,6,332135,345466 +YEM,2011,7,325565,338521 +YEM,2011,8,319285,331881 +YEM,2011,9,313313,325560 +YEM,2011,10,307717,319628 +YEM,2011,11,302134,313704 +YEM,2011,12,296139,307346 +YEM,2011,13,292080,302986 +YEM,2011,14,290929,301629 +YEM,2011,15,291348,301884 +YEM,2011,16,291285,301633 +YEM,2011,17,291459,301631 +YEM,2011,18,288566,298381 +YEM,2012,0,384269,400600 +YEM,2012,1,376663,392511 +YEM,2012,2,367701,383123 +YEM,2012,3,360138,375094 +YEM,2012,4,352724,367238 +YEM,2012,5,345491,359584 +YEM,2012,6,338471,352160 +YEM,2012,7,331714,345017 +YEM,2012,8,325271,338205 +YEM,2012,9,319075,331648 +YEM,2012,10,313117,325332 +YEM,2012,11,307489,319350 +YEM,2012,12,301877,313379 +YEM,2012,13,295852,306971 +YEM,2012,14,291755,302547 +YEM,2012,15,290563,301115 +YEM,2012,16,290940,301289 +YEM,2012,17,290831,300953 +YEM,2012,18,290953,300861 +YEM,2013,0,392624,409300 +YEM,2013,1,384265,400441 +YEM,2013,2,375976,391673 +YEM,2013,3,366732,382015 +YEM,2013,4,359231,374077 +YEM,2013,5,351902,366327 +YEM,2013,6,344767,358790 +YEM,2013,7,337852,351485 +YEM,2013,8,331210,344468 +YEM,2013,9,324896,337792 +YEM,2013,10,318786,331320 +YEM,2013,11,312844,325010 +YEM,2013,12,307184,318979 +YEM,2013,13,301546,312964 +YEM,2013,14,295491,306507 +YEM,2013,15,291357,302021 +YEM,2013,16,290125,300514 +YEM,2013,17,290461,300607 +YEM,2013,18,290304,300186 +YEM,2014,0,399703,416648 +YEM,2014,1,390951,407393 +YEM,2014,2,382412,398377 +YEM,2014,3,374101,389614 +YEM,2014,4,365736,380860 +YEM,2014,5,358298,373012 +YEM,2014,6,351052,365371 +YEM,2014,7,344016,357951 +YEM,2014,8,337206,350767 +YEM,2014,9,330681,343876 +YEM,2014,10,324496,337337 +YEM,2014,11,318472,330950 +YEM,2014,12,312547,324647 +YEM,2014,13,306856,318569 +YEM,2014,14,301191,312509 +YEM,2014,15,295107,306005 +YEM,2014,16,290937,301457 +YEM,2014,17,289665,299875 +YEM,2014,18,289959,299888 +YEM,2015,0,404446,421544 +YEM,2015,1,396160,412785 +YEM,2015,2,388035,404211 +YEM,2015,3,380082,395830 +YEM,2015,4,372311,387650 +YEM,2015,5,364733,379678 +YEM,2015,6,357358,371921 +YEM,2015,7,350196,364388 +YEM,2015,8,343259,357086 +YEM,2015,9,336555,350023 +YEM,2015,10,330146,343260 +YEM,2015,11,324091,336857 +YEM,2015,12,318153,330557 +YEM,2015,13,312244,324261 +YEM,2015,14,306522,318136 +YEM,2015,15,300832,312032 +YEM,2015,16,294718,305481 +YEM,2015,17,290512,300871 +YEM,2015,18,289200,299216 +YEM,2016,0,406454,423661 +YEM,2016,1,402649,419615 +YEM,2016,2,394997,411529 +YEM,2016,3,387310,403419 +YEM,2016,4,379626,395322 +YEM,2016,5,371984,387275 +YEM,2016,6,364401,379293 +YEM,2016,7,356891,371390 +YEM,2016,8,349614,363717 +YEM,2016,9,342656,356358 +YEM,2016,10,335987,349282 +YEM,2016,11,329545,342439 +YEM,2016,12,323417,335913 +YEM,2016,13,317415,329499 +YEM,2016,14,311462,323110 +YEM,2016,15,305711,316911 +YEM,2016,16,299985,310729 +YEM,2016,17,293834,304097 +YEM,2016,18,289600,299435 +YEM,2017,0,406303,423513 +YEM,2017,1,401808,418717 +YEM,2017,2,400954,417774 +YEM,2017,3,393936,410360 +YEM,2017,4,386684,402712 +YEM,2017,5,379267,394897 +YEM,2017,6,371753,386981 +YEM,2017,7,364162,378987 +YEM,2017,8,356516,370936 +YEM,2017,9,349121,363122 +YEM,2017,10,342142,355705 +YEM,2017,11,335504,348615 +YEM,2017,12,329029,341689 +YEM,2017,13,322827,335040 +YEM,2017,14,316759,328509 +YEM,2017,15,310761,322028 +YEM,2017,16,304979,315752 +YEM,2017,17,299216,309490 +YEM,2017,18,293026,302776 +YEM,2018,0,404911,422066 +YEM,2018,1,402972,419932 +YEM,2018,2,399927,416665 +YEM,2018,3,399288,415947 +YEM,2018,4,392902,409205 +YEM,2018,5,386085,402018 +YEM,2018,6,378935,394485 +YEM,2018,7,371547,386701 +YEM,2018,8,363949,378695 +YEM,2018,9,356166,370495 +YEM,2018,10,348653,362540 +YEM,2018,11,341652,355064 +YEM,2018,12,335045,347959 +YEM,2018,13,328536,340951 +YEM,2018,14,322259,334178 +YEM,2018,15,316124,327531 +YEM,2018,16,310081,320956 +YEM,2018,17,304268,314605 +YEM,2018,18,298468,308262 +YEM,2019,0,404000,421000 +YEM,2019,1,404000,421000 +YEM,2019,2,402000,419000 +YEM,2019,3,400000,416000 +YEM,2019,4,398000,414000 +YEM,2019,5,392000,408000 +YEM,2019,6,385000,401000 +YEM,2019,7,379000,394000 +YEM,2019,8,371000,386000 +YEM,2019,9,364000,378000 +YEM,2019,10,356000,370000 +YEM,2019,11,348000,362000 +YEM,2019,12,341000,354000 +YEM,2019,13,335000,347000 +YEM,2019,14,328000,340000 +YEM,2019,15,322000,333000 +YEM,2019,16,315000,326000 +YEM,2019,17,309000,320000 +YEM,2019,18,303000,313000 +YEM,2020,0,403000,421000 +YEM,2020,1,405000,422000 +YEM,2020,2,405000,421000 +YEM,2020,3,403000,420000 +YEM,2020,4,400000,416000 +YEM,2020,5,396000,412000 +YEM,2020,6,391000,407000 +YEM,2020,7,385000,400000 +YEM,2020,8,378000,393000 +YEM,2020,9,371000,386000 +YEM,2020,10,363000,378000 +YEM,2020,11,355000,369000 +YEM,2020,12,347000,361000 +YEM,2020,13,340000,354000 +YEM,2020,14,334000,346000 +YEM,2020,15,327000,339000 +YEM,2020,16,321000,332000 +YEM,2020,17,315000,325000 +YEM,2020,18,309000,319000 +YEM,2021,0,405000,422000 +YEM,2021,1,404000,421000 +YEM,2021,2,404000,421000 +YEM,2021,3,404000,420000 +YEM,2021,4,402000,418000 +YEM,2021,5,399000,415000 +YEM,2021,6,395000,411000 +YEM,2021,7,390000,406000 +YEM,2021,8,385000,400000 +YEM,2021,9,378000,393000 +YEM,2021,10,371000,385000 +YEM,2021,11,363000,377000 +YEM,2021,12,355000,369000 +YEM,2021,13,347000,360000 +YEM,2021,14,340000,353000 +YEM,2021,15,333000,345000 +YEM,2021,16,327000,338000 +YEM,2021,17,320000,331000 +YEM,2021,18,314000,324000 +YEM,2022,0,408000,425000 +YEM,2022,1,408000,426000 +YEM,2022,2,404000,421000 +YEM,2022,3,404000,420000 +YEM,2022,4,403000,419000 +YEM,2022,5,401000,417000 +YEM,2022,6,398000,414000 +YEM,2022,7,394000,410000 +YEM,2022,8,390000,406000 +YEM,2022,9,384000,400000 +YEM,2022,10,378000,393000 +YEM,2022,11,370000,385000 +YEM,2022,12,362000,376000 +YEM,2022,13,354000,368000 +YEM,2022,14,346000,359000 +YEM,2022,15,339000,351000 +YEM,2022,16,333000,344000 +YEM,2022,17,326000,337000 +YEM,2022,18,319000,330000 +YEM,2023,0,411000,429000 +YEM,2023,1,410000,428000 +YEM,2023,2,409000,426000 +YEM,2023,3,404000,420000 +YEM,2023,4,403000,420000 +YEM,2023,5,401000,418000 +YEM,2023,6,399000,416000 +YEM,2023,7,396000,413000 +YEM,2023,8,393000,409000 +YEM,2023,9,389000,405000 +YEM,2023,10,384000,399000 +YEM,2023,11,377000,392000 +YEM,2023,12,370000,384000 +YEM,2023,13,362000,376000 +YEM,2023,14,353000,367000 +YEM,2023,15,345000,358000 +YEM,2023,16,338000,350000 +YEM,2023,17,332000,343000 +YEM,2023,18,325000,335000 +YEM,2024,0,414000,432000 +YEM,2024,1,412000,429000 +YEM,2024,2,410000,427000 +YEM,2024,3,407000,424000 +YEM,2024,4,404000,420000 +YEM,2024,5,402000,419000 +YEM,2024,6,400000,417000 +YEM,2024,7,398000,414000 +YEM,2024,8,395000,411000 +YEM,2024,9,392000,408000 +YEM,2024,10,389000,404000 +YEM,2024,11,384000,399000 +YEM,2024,12,377000,392000 +YEM,2024,13,369000,383000 +YEM,2024,14,361000,375000 +YEM,2024,15,353000,366000 +YEM,2024,16,345000,357000 +YEM,2024,17,337000,349000 +YEM,2024,18,331000,342000 +YEM,2025,0,416000,434000 +YEM,2025,1,413000,431000 +YEM,2025,2,410000,427000 +YEM,2025,3,408000,425000 +YEM,2025,4,406000,422000 +YEM,2025,5,404000,420000 +YEM,2025,6,402000,418000 +YEM,2025,7,399000,415000 +YEM,2025,8,397000,413000 +YEM,2025,9,394000,410000 +YEM,2025,10,391000,407000 +YEM,2025,11,388000,404000 +YEM,2025,12,383000,399000 +YEM,2025,13,377000,391000 +YEM,2025,14,369000,383000 +YEM,2025,15,360000,374000 +YEM,2025,16,352000,365000 +YEM,2025,17,344000,356000 +YEM,2025,18,337000,348000 +YEM,2026,0,417000,435000 +YEM,2026,1,415000,433000 +YEM,2026,2,412000,429000 +YEM,2026,3,410000,427000 +YEM,2026,4,407000,424000 +YEM,2026,5,405000,422000 +YEM,2026,6,403000,420000 +YEM,2026,7,401000,417000 +YEM,2026,8,399000,415000 +YEM,2026,9,396000,412000 +YEM,2026,10,393000,409000 +YEM,2026,11,390000,406000 +YEM,2026,12,387000,403000 +YEM,2026,13,383000,398000 +YEM,2026,14,376000,390000 +YEM,2026,15,368000,381000 +YEM,2026,16,360000,373000 +YEM,2026,17,351000,363000 +YEM,2026,18,343000,355000 +YEM,2027,0,417000,435000 +YEM,2027,1,414000,432000 +YEM,2027,2,414000,431000 +YEM,2027,3,411000,428000 +YEM,2027,4,409000,426000 +YEM,2027,5,407000,424000 +YEM,2027,6,405000,421000 +YEM,2027,7,403000,419000 +YEM,2027,8,401000,417000 +YEM,2027,9,398000,414000 +YEM,2027,10,396000,412000 +YEM,2027,11,393000,408000 +YEM,2027,12,390000,405000 +YEM,2027,13,387000,402000 +YEM,2027,14,382000,397000 +YEM,2027,15,375000,389000 +YEM,2027,16,367000,380000 +YEM,2027,17,359000,371000 +YEM,2027,18,350000,362000 +YEM,2028,0,417000,435000 +YEM,2028,1,415000,432000 +YEM,2028,2,413000,430000 +YEM,2028,3,413000,430000 +YEM,2028,4,410000,427000 +YEM,2028,5,409000,425000 +YEM,2028,6,407000,423000 +YEM,2028,7,405000,421000 +YEM,2028,8,403000,419000 +YEM,2028,9,400000,416000 +YEM,2028,10,398000,414000 +YEM,2028,11,395000,411000 +YEM,2028,12,392000,408000 +YEM,2028,13,389000,404000 +YEM,2028,14,386000,401000 +YEM,2028,15,382000,396000 +YEM,2028,16,375000,388000 +YEM,2028,17,366000,379000 +YEM,2028,18,358000,370000 +YEM,2029,0,417000,434000 +YEM,2029,1,415000,432000 +YEM,2029,2,413000,430000 +YEM,2029,3,412000,429000 +YEM,2029,4,411000,428000 +YEM,2029,5,410000,426000 +YEM,2029,6,408000,424000 +YEM,2029,7,406000,423000 +YEM,2029,8,404000,421000 +YEM,2029,9,402000,418000 +YEM,2029,10,400000,416000 +YEM,2029,11,397000,413000 +YEM,2029,12,395000,410000 +YEM,2029,13,392000,407000 +YEM,2029,14,389000,404000 +YEM,2029,15,386000,400000 +YEM,2029,16,381000,395000 +YEM,2029,17,374000,387000 +YEM,2029,18,366000,378000 +YEM,2030,0,417000,434000 +YEM,2030,1,415000,432000 +YEM,2030,2,414000,431000 +YEM,2030,3,413000,429000 +YEM,2030,4,411000,428000 +YEM,2030,5,410000,427000 +YEM,2030,6,409000,425000 +YEM,2030,7,407000,424000 +YEM,2030,8,406000,422000 +YEM,2030,9,404000,420000 +YEM,2030,10,402000,418000 +YEM,2030,11,399000,415000 +YEM,2030,12,397000,413000 +YEM,2030,13,394000,410000 +YEM,2030,14,391000,406000 +YEM,2030,15,388000,403000 +YEM,2030,16,385000,399000 +YEM,2030,17,380000,394000 +YEM,2030,18,373000,386000 +YEM,2031,0,417000,434000 +YEM,2031,1,416000,433000 +YEM,2031,2,414000,431000 +YEM,2031,3,413000,430000 +YEM,2031,4,412000,429000 +YEM,2031,5,411000,427000 +YEM,2031,6,410000,426000 +YEM,2031,7,408000,425000 +YEM,2031,8,407000,423000 +YEM,2031,9,405000,421000 +YEM,2031,10,403000,419000 +YEM,2031,11,401000,417000 +YEM,2031,12,399000,415000 +YEM,2031,13,396000,412000 +YEM,2031,14,394000,409000 +YEM,2031,15,391000,405000 +YEM,2031,16,388000,402000 +YEM,2031,17,384000,398000 +YEM,2031,18,379000,392000 +YEM,2032,0,418000,435000 +YEM,2032,1,416000,434000 +YEM,2032,2,415000,432000 +YEM,2032,3,414000,431000 +YEM,2032,4,413000,429000 +YEM,2032,5,412000,428000 +YEM,2032,6,410000,427000 +YEM,2032,7,409000,426000 +YEM,2032,8,408000,424000 +YEM,2032,9,407000,423000 +YEM,2032,10,405000,421000 +YEM,2032,11,403000,419000 +YEM,2032,12,401000,416000 +YEM,2032,13,398000,414000 +YEM,2032,14,396000,411000 +YEM,2032,15,393000,408000 +YEM,2032,16,390000,404000 +YEM,2032,17,387000,400000 +YEM,2032,18,383000,397000 +YEM,2033,0,419000,436000 +YEM,2033,1,417000,434000 +YEM,2033,2,416000,432000 +YEM,2033,3,414000,431000 +YEM,2033,4,413000,430000 +YEM,2033,5,412000,429000 +YEM,2033,6,411000,427000 +YEM,2033,7,410000,426000 +YEM,2033,8,409000,425000 +YEM,2033,9,408000,424000 +YEM,2033,10,406000,422000 +YEM,2033,11,405000,420000 +YEM,2033,12,403000,418000 +YEM,2033,13,400000,416000 +YEM,2033,14,398000,413000 +YEM,2033,15,395000,410000 +YEM,2033,16,392000,407000 +YEM,2033,17,389000,403000 +YEM,2033,18,386000,399000 +YEM,2034,0,419000,437000 +YEM,2034,1,417000,434000 +YEM,2034,2,416000,433000 +YEM,2034,3,415000,431000 +YEM,2034,4,413000,430000 +YEM,2034,5,412000,429000 +YEM,2034,6,411000,428000 +YEM,2034,7,411000,427000 +YEM,2034,8,409000,426000 +YEM,2034,9,408000,425000 +YEM,2034,10,407000,423000 +YEM,2034,11,406000,422000 +YEM,2034,12,404000,420000 +YEM,2034,13,402000,418000 +YEM,2034,14,400000,415000 +YEM,2034,15,397000,412000 +YEM,2034,16,395000,409000 +YEM,2034,17,392000,406000 +YEM,2034,18,389000,402000 +YEM,2035,0,419000,436000 +YEM,2035,1,417000,434000 +YEM,2035,2,416000,433000 +YEM,2035,3,415000,431000 +YEM,2035,4,414000,430000 +YEM,2035,5,413000,429000 +YEM,2035,6,412000,428000 +YEM,2035,7,411000,427000 +YEM,2035,8,410000,426000 +YEM,2035,9,409000,425000 +YEM,2035,10,408000,424000 +YEM,2035,11,407000,423000 +YEM,2035,12,405000,421000 +YEM,2035,13,404000,419000 +YEM,2035,14,402000,417000 +YEM,2035,15,399000,414000 +YEM,2035,16,397000,411000 +YEM,2035,17,394000,408000 +YEM,2035,18,391000,404000 +YEM,2036,0,418000,436000 +YEM,2036,1,418000,435000 +YEM,2036,2,417000,434000 +YEM,2036,3,416000,432000 +YEM,2036,4,414000,431000 +YEM,2036,5,413000,430000 +YEM,2036,6,412000,429000 +YEM,2036,7,411000,428000 +YEM,2036,8,411000,427000 +YEM,2036,9,410000,426000 +YEM,2036,10,409000,425000 +YEM,2036,11,408000,423000 +YEM,2036,12,406000,422000 +YEM,2036,13,405000,420000 +YEM,2036,14,403000,418000 +YEM,2036,15,401000,416000 +YEM,2036,16,399000,413000 +YEM,2036,17,396000,410000 +YEM,2036,18,393000,407000 +YEM,2037,0,417000,434000 +YEM,2037,1,416000,433000 +YEM,2037,2,417000,434000 +YEM,2037,3,416000,433000 +YEM,2037,4,415000,432000 +YEM,2037,5,414000,431000 +YEM,2037,6,413000,429000 +YEM,2037,7,412000,428000 +YEM,2037,8,411000,427000 +YEM,2037,9,410000,426000 +YEM,2037,10,409000,425000 +YEM,2037,11,408000,424000 +YEM,2037,12,407000,423000 +YEM,2037,13,406000,421000 +YEM,2037,14,404000,420000 +YEM,2037,15,403000,418000 +YEM,2037,16,401000,415000 +YEM,2037,17,398000,412000 +YEM,2037,18,395000,409000 +YEM,2038,0,415000,432000 +YEM,2038,1,415000,432000 +YEM,2038,2,415000,432000 +YEM,2038,3,416000,433000 +YEM,2038,4,416000,432000 +YEM,2038,5,415000,431000 +YEM,2038,6,414000,430000 +YEM,2038,7,413000,429000 +YEM,2038,8,412000,428000 +YEM,2038,9,411000,427000 +YEM,2038,10,410000,426000 +YEM,2038,11,409000,425000 +YEM,2038,12,408000,424000 +YEM,2038,13,407000,422000 +YEM,2038,14,406000,421000 +YEM,2038,15,404000,419000 +YEM,2038,16,402000,417000 +YEM,2038,17,400000,414000 +YEM,2038,18,398000,411000 +YEM,2039,0,413000,430000 +YEM,2039,1,414000,431000 +YEM,2039,2,415000,431000 +YEM,2039,3,415000,431000 +YEM,2039,4,415000,432000 +YEM,2039,5,415000,431000 +YEM,2039,6,414000,430000 +YEM,2039,7,414000,430000 +YEM,2039,8,413000,429000 +YEM,2039,9,412000,428000 +YEM,2039,10,411000,426000 +YEM,2039,11,409000,425000 +YEM,2039,12,409000,424000 +YEM,2039,13,408000,423000 +YEM,2039,14,406000,422000 +YEM,2039,15,405000,420000 +YEM,2039,16,403000,418000 +YEM,2039,17,402000,416000 +YEM,2039,18,399000,413000 +YEM,2040,0,412000,429000 +YEM,2040,1,413000,430000 +YEM,2040,2,414000,430000 +YEM,2040,3,414000,431000 +YEM,2040,4,414000,431000 +YEM,2040,5,414000,431000 +YEM,2040,6,414000,430000 +YEM,2040,7,414000,430000 +YEM,2040,8,413000,429000 +YEM,2040,9,412000,428000 +YEM,2040,10,411000,427000 +YEM,2040,11,410000,426000 +YEM,2040,12,409000,425000 +YEM,2040,13,408000,424000 +YEM,2040,14,407000,422000 +YEM,2040,15,406000,421000 +YEM,2040,16,404000,419000 +YEM,2040,17,403000,417000 +YEM,2040,18,401000,415000 +YEM,2041,0,411000,428000 +YEM,2041,1,412000,428000 +YEM,2041,2,413000,429000 +YEM,2041,3,413000,430000 +YEM,2041,4,414000,430000 +YEM,2041,5,414000,430000 +YEM,2041,6,414000,430000 +YEM,2041,7,414000,430000 +YEM,2041,8,414000,430000 +YEM,2041,9,413000,429000 +YEM,2041,10,412000,428000 +YEM,2041,11,411000,427000 +YEM,2041,12,410000,425000 +YEM,2041,13,409000,424000 +YEM,2041,14,408000,423000 +YEM,2041,15,407000,422000 +YEM,2041,16,405000,420000 +YEM,2041,17,404000,418000 +YEM,2041,18,402000,416000 +YEM,2042,0,410000,427000 +YEM,2042,1,411000,428000 +YEM,2042,2,411000,428000 +YEM,2042,3,412000,429000 +YEM,2042,4,413000,429000 +YEM,2042,5,413000,429000 +YEM,2042,6,414000,430000 +YEM,2042,7,414000,430000 +YEM,2042,8,414000,430000 +YEM,2042,9,413000,429000 +YEM,2042,10,413000,428000 +YEM,2042,11,412000,427000 +YEM,2042,12,411000,426000 +YEM,2042,13,410000,425000 +YEM,2042,14,408000,423000 +YEM,2042,15,407000,422000 +YEM,2042,16,406000,421000 +YEM,2042,17,405000,419000 +YEM,2042,18,403000,417000 +YEM,2043,0,410000,427000 +YEM,2043,1,410000,427000 +YEM,2043,2,411000,427000 +YEM,2043,3,411000,427000 +YEM,2043,4,412000,428000 +YEM,2043,5,412000,428000 +YEM,2043,6,413000,429000 +YEM,2043,7,413000,429000 +YEM,2043,8,413000,429000 +YEM,2043,9,413000,429000 +YEM,2043,10,413000,429000 +YEM,2043,11,413000,428000 +YEM,2043,12,412000,427000 +YEM,2043,13,410000,426000 +YEM,2043,14,409000,424000 +YEM,2043,15,408000,423000 +YEM,2043,16,407000,421000 +YEM,2043,17,406000,420000 +YEM,2043,18,404000,418000 +YEM,2044,0,409000,426000 +YEM,2044,1,409000,426000 +YEM,2044,2,410000,426000 +YEM,2044,3,410000,426000 +YEM,2044,4,410000,427000 +YEM,2044,5,411000,427000 +YEM,2044,6,412000,428000 +YEM,2044,7,412000,428000 +YEM,2044,8,413000,428000 +YEM,2044,9,413000,429000 +YEM,2044,10,413000,429000 +YEM,2044,11,413000,428000 +YEM,2044,12,412000,428000 +YEM,2044,13,411000,426000 +YEM,2044,14,410000,425000 +YEM,2044,15,409000,423000 +YEM,2044,16,407000,422000 +YEM,2044,17,406000,420000 +YEM,2044,18,405000,419000 +YEM,2045,0,407000,424000 +YEM,2045,1,408000,424000 +YEM,2045,2,408000,424000 +YEM,2045,3,409000,425000 +YEM,2045,4,409000,425000 +YEM,2045,5,410000,426000 +YEM,2045,6,411000,426000 +YEM,2045,7,411000,427000 +YEM,2045,8,412000,427000 +YEM,2045,9,412000,428000 +YEM,2045,10,412000,428000 +YEM,2045,11,413000,428000 +YEM,2045,12,413000,428000 +YEM,2045,13,412000,427000 +YEM,2045,14,411000,426000 +YEM,2045,15,409000,424000 +YEM,2045,16,408000,423000 +YEM,2045,17,407000,421000 +YEM,2045,18,405000,419000 +YEM,2046,0,405000,422000 +YEM,2046,1,407000,423000 +YEM,2046,2,407000,424000 +YEM,2046,3,408000,424000 +YEM,2046,4,409000,424000 +YEM,2046,5,409000,425000 +YEM,2046,6,410000,426000 +YEM,2046,7,410000,426000 +YEM,2046,8,411000,427000 +YEM,2046,9,412000,427000 +YEM,2046,10,412000,427000 +YEM,2046,11,412000,427000 +YEM,2046,12,412000,428000 +YEM,2046,13,412000,427000 +YEM,2046,14,411000,426000 +YEM,2046,15,410000,425000 +YEM,2046,16,409000,423000 +YEM,2046,17,408000,422000 +YEM,2046,18,406000,420000 +YEM,2047,0,403000,419000 +YEM,2047,1,404000,420000 +YEM,2047,2,406000,422000 +YEM,2047,3,407000,423000 +YEM,2047,4,408000,424000 +YEM,2047,5,408000,424000 +YEM,2047,6,409000,425000 +YEM,2047,7,410000,425000 +YEM,2047,8,410000,426000 +YEM,2047,9,411000,426000 +YEM,2047,10,411000,427000 +YEM,2047,11,412000,427000 +YEM,2047,12,412000,427000 +YEM,2047,13,412000,427000 +YEM,2047,14,412000,427000 +YEM,2047,15,411000,426000 +YEM,2047,16,410000,424000 +YEM,2047,17,408000,422000 +YEM,2047,18,407000,421000 +YEM,2048,0,400000,416000 +YEM,2048,1,401000,418000 +YEM,2048,2,403000,419000 +YEM,2048,3,405000,421000 +YEM,2048,4,406000,422000 +YEM,2048,5,407000,423000 +YEM,2048,6,408000,424000 +YEM,2048,7,409000,424000 +YEM,2048,8,410000,425000 +YEM,2048,9,410000,425000 +YEM,2048,10,411000,426000 +YEM,2048,11,411000,426000 +YEM,2048,12,411000,426000 +YEM,2048,13,412000,426000 +YEM,2048,14,412000,426000 +YEM,2048,15,411000,426000 +YEM,2048,16,411000,425000 +YEM,2048,17,409000,423000 +YEM,2048,18,408000,422000 +YEM,2049,0,397000,413000 +YEM,2049,1,399000,415000 +YEM,2049,2,401000,417000 +YEM,2049,3,403000,418000 +YEM,2049,4,405000,420000 +YEM,2049,5,406000,421000 +YEM,2049,6,407000,422000 +YEM,2049,7,408000,423000 +YEM,2049,8,409000,424000 +YEM,2049,9,409000,425000 +YEM,2049,10,410000,425000 +YEM,2049,11,410000,425000 +YEM,2049,12,411000,426000 +YEM,2049,13,411000,426000 +YEM,2049,14,411000,426000 +YEM,2049,15,411000,426000 +YEM,2049,16,411000,425000 +YEM,2049,17,410000,424000 +YEM,2049,18,409000,422000 +YEM,2050,0,394000,410000 +YEM,2050,1,396000,412000 +YEM,2050,2,399000,414000 +YEM,2050,3,401000,416000 +YEM,2050,4,402000,418000 +YEM,2050,5,404000,419000 +YEM,2050,6,405000,421000 +YEM,2050,7,406000,422000 +YEM,2050,8,407000,423000 +YEM,2050,9,408000,424000 +YEM,2050,10,409000,424000 +YEM,2050,11,409000,425000 +YEM,2050,12,410000,425000 +YEM,2050,13,410000,425000 +YEM,2050,14,410000,425000 +YEM,2050,15,411000,425000 +YEM,2050,16,411000,425000 +YEM,2050,17,410000,424000 +YEM,2050,18,409000,423000 +ZAF,1990,0,532434,544777 +ZAF,1990,1,538991,551148 +ZAF,1990,2,541024,552935 +ZAF,1990,3,539041,550647 +ZAF,1990,4,533554,544796 +ZAF,1990,5,525072,535893 +ZAF,1990,6,514105,524450 +ZAF,1990,7,501163,510977 +ZAF,1990,8,486757,495986 +ZAF,1990,9,471395,479988 +ZAF,1990,10,454835,462747 +ZAF,1990,11,436832,444031 +ZAF,1990,12,421666,428078 +ZAF,1990,13,411355,416891 +ZAF,1990,14,404147,408745 +ZAF,1990,15,396374,400028 +ZAF,1990,16,388890,391606 +ZAF,1990,17,380479,382224 +ZAF,1990,18,370205,370941 +ZAF,1991,0,520600,532931 +ZAF,1991,1,531559,543579 +ZAF,1991,2,537176,548998 +ZAF,1991,3,538683,550259 +ZAF,1991,4,536519,547800 +ZAF,1991,5,531126,542060 +ZAF,1991,6,523017,533551 +ZAF,1991,7,512707,522787 +ZAF,1991,8,500265,509834 +ZAF,1991,9,485979,494981 +ZAF,1991,10,470516,478890 +ZAF,1991,11,453997,461698 +ZAF,1991,12,436099,443096 +ZAF,1991,13,421084,427262 +ZAF,1991,14,410997,416207 +ZAF,1991,15,404058,408199 +ZAF,1991,16,396540,399610 +ZAF,1991,17,389306,391305 +ZAF,1991,18,381139,382043 +ZAF,1992,0,508450,520612 +ZAF,1992,1,523529,535421 +ZAF,1992,2,531586,543063 +ZAF,1992,3,536274,547537 +ZAF,1992,4,537258,548275 +ZAF,1992,5,534910,545642 +ZAF,1992,6,529601,540005 +ZAF,1992,7,521851,531879 +ZAF,1992,8,512181,521780 +ZAF,1992,9,500216,509330 +ZAF,1992,10,486027,494596 +ZAF,1992,11,470435,478394 +ZAF,1992,12,453930,461229 +ZAF,1992,13,436107,442716 +ZAF,1992,14,421218,426982 +ZAF,1992,15,411337,416045 +ZAF,1992,16,404654,408165 +ZAF,1992,17,397380,399694 +ZAF,1992,18,390382,391494 +ZAF,1993,0,496782,508772 +ZAF,1993,1,514028,525652 +ZAF,1993,2,526323,537616 +ZAF,1993,3,531945,542829 +ZAF,1993,4,535704,546359 +ZAF,1993,5,536165,546573 +ZAF,1993,6,533630,543764 +ZAF,1993,7,528402,538227 +ZAF,1993,8,521007,530481 +ZAF,1993,9,511972,521043 +ZAF,1993,10,500478,509089 +ZAF,1993,11,486378,494469 +ZAF,1993,12,470648,478145 +ZAF,1993,13,454146,460998 +ZAF,1993,14,436387,442566 +ZAF,1993,15,421615,426923 +ZAF,1993,16,411933,416099 +ZAF,1993,17,405504,408343 +ZAF,1993,18,398469,399984 +ZAF,1994,0,486632,498591 +ZAF,1994,1,504438,515949 +ZAF,1994,2,517985,529107 +ZAF,1994,3,527571,538355 +ZAF,1994,4,531948,542393 +ZAF,1994,5,534774,544977 +ZAF,1994,6,534711,544666 +ZAF,1994,7,531991,541682 +ZAF,1994,8,526848,536248 +ZAF,1994,9,519814,528885 +ZAF,1994,10,511420,520111 +ZAF,1994,11,500405,508660 +ZAF,1994,12,486403,494157 +ZAF,1994,13,470545,477718 +ZAF,1994,14,454058,460596 +ZAF,1994,15,436375,442251 +ZAF,1994,16,421729,426706 +ZAF,1994,17,412255,415998 +ZAF,1994,18,406083,408370 +ZAF,1995,0,478813,490959 +ZAF,1995,1,495542,507192 +ZAF,1995,2,508976,520205 +ZAF,1995,3,519279,530149 +ZAF,1995,4,526614,537174 +ZAF,1995,5,531145,541429 +ZAF,1995,6,533035,543064 +ZAF,1995,7,532449,542229 +ZAF,1995,8,529548,539074 +ZAF,1995,9,524498,533748 +ZAF,1995,10,517834,526774 +ZAF,1995,11,510095,518674 +ZAF,1995,12,499575,507736 +ZAF,1995,13,485692,493364 +ZAF,1995,14,469730,476827 +ZAF,1995,15,453283,459745 +ZAF,1995,16,435702,441507 +ZAF,1995,17,421206,426073 +ZAF,1995,18,411953,415492 +ZAF,1996,0,476779,488490 +ZAF,1996,1,481728,492998 +ZAF,1996,2,496444,507230 +ZAF,1996,3,508688,519059 +ZAF,1996,4,518484,528497 +ZAF,1996,5,525856,535556 +ZAF,1996,6,530969,540389 +ZAF,1996,7,533988,543147 +ZAF,1996,8,534229,543143 +ZAF,1996,9,531429,540107 +ZAF,1996,10,526040,534472 +ZAF,1996,11,519303,527455 +ZAF,1996,12,511612,519433 +ZAF,1996,13,501146,508593 +ZAF,1996,14,487334,494358 +ZAF,1996,15,471448,477974 +ZAF,1996,16,455057,461026 +ZAF,1996,17,437522,442908 +ZAF,1996,18,423036,427555 +ZAF,1997,0,477399,488905 +ZAF,1997,1,486623,497625 +ZAF,1997,2,483602,494252 +ZAF,1997,3,496265,506454 +ZAF,1997,4,507289,517076 +ZAF,1997,5,516555,525991 +ZAF,1997,6,523948,533075 +ZAF,1997,7,529634,538479 +ZAF,1997,8,533780,542359 +ZAF,1997,9,534849,543187 +ZAF,1997,10,532158,540276 +ZAF,1997,11,526440,534341 +ZAF,1997,12,519645,527292 +ZAF,1997,13,512018,519360 +ZAF,1997,14,501629,508636 +ZAF,1997,15,487918,494561 +ZAF,1997,16,472142,478357 +ZAF,1997,17,455845,461569 +ZAF,1997,18,438394,443601 +ZAF,1998,0,479914,491423 +ZAF,1998,1,483586,494616 +ZAF,1998,2,488388,498983 +ZAF,1998,3,484757,494974 +ZAF,1998,4,495348,505133 +ZAF,1998,5,505134,514536 +ZAF,1998,6,513857,522920 +ZAF,1998,7,521260,530020 +ZAF,1998,8,527510,535990 +ZAF,1998,9,532777,540988 +ZAF,1998,10,534674,542647 +ZAF,1998,11,532095,539864 +ZAF,1998,12,526057,533635 +ZAF,1998,13,519213,526562 +ZAF,1998,14,511662,518729 +ZAF,1998,15,501365,508132 +ZAF,1998,16,487777,494232 +ZAF,1998,17,472134,478226 +ZAF,1998,18,455954,461617 +ZAF,1999,0,483012,494697 +ZAF,1999,1,481371,492561 +ZAF,1999,2,482270,493000 +ZAF,1999,3,485252,495554 +ZAF,1999,4,485585,495457 +ZAF,1999,5,494102,503571 +ZAF,1999,6,502647,511753 +ZAF,1999,7,510821,519602 +ZAF,1999,8,518229,526714 +ZAF,1999,9,525038,533247 +ZAF,1999,10,531419,539358 +ZAF,1999,11,534142,541847 +ZAF,1999,12,531676,539193 +ZAF,1999,13,525323,532672 +ZAF,1999,14,518435,525579 +ZAF,1999,15,510965,517849 +ZAF,1999,16,500766,507384 +ZAF,1999,17,487309,493665 +ZAF,1999,18,471811,477864 +ZAF,2000,0,485716,497722 +ZAF,2000,1,479823,491247 +ZAF,2000,2,477471,488361 +ZAF,2000,3,478124,488524 +ZAF,2000,4,481244,491196 +ZAF,2000,5,486297,495839 +ZAF,2000,6,492743,501911 +ZAF,2000,7,500048,508873 +ZAF,2000,8,507674,516185 +ZAF,2000,9,515085,523309 +ZAF,2000,10,522450,530401 +ZAF,2000,11,529941,537622 +ZAF,2000,12,533486,540939 +ZAF,2000,13,531133,538414 +ZAF,2000,14,524467,531605 +ZAF,2000,15,517537,524491 +ZAF,2000,16,510150,516866 +ZAF,2000,17,500052,506536 +ZAF,2000,18,486728,492999 +ZAF,2001,0,488479,500705 +ZAF,2001,1,483090,494383 +ZAF,2001,2,478415,489151 +ZAF,2001,3,476946,487194 +ZAF,2001,4,478194,488017 +ZAF,2001,5,481672,491125 +ZAF,2001,6,486844,495978 +ZAF,2001,7,493179,502034 +ZAF,2001,8,500411,509026 +ZAF,2001,9,508141,516547 +ZAF,2001,10,515747,523967 +ZAF,2001,11,523183,531228 +ZAF,2001,12,530673,538543 +ZAF,2001,13,534165,541879 +ZAF,2001,14,531699,539280 +ZAF,2001,15,524881,532329 +ZAF,2001,16,517781,525052 +ZAF,2001,17,510193,517228 +ZAF,2001,18,499946,506715 +ZAF,2002,0,490623,503207 +ZAF,2002,1,480475,492087 +ZAF,2002,2,480324,490924 +ZAF,2002,3,476869,486936 +ZAF,2002,4,476284,485909 +ZAF,2002,5,478128,487393 +ZAF,2002,6,481962,490936 +ZAF,2002,7,487253,495997 +ZAF,2002,8,493474,502038 +ZAF,2002,9,500631,509057 +ZAF,2002,10,508464,516785 +ZAF,2002,11,516262,524500 +ZAF,2002,12,523766,531928 +ZAF,2002,13,531254,539336 +ZAF,2002,14,534692,542690 +ZAF,2002,15,532115,540017 +ZAF,2002,16,525146,532927 +ZAF,2002,17,517878,525487 +ZAF,2002,18,510091,517466 +ZAF,2003,0,493538,506586 +ZAF,2003,1,482631,494465 +ZAF,2003,2,475516,486328 +ZAF,2003,3,477469,487405 +ZAF,2003,4,475235,484663 +ZAF,2003,5,475534,484567 +ZAF,2003,6,477974,486710 +ZAF,2003,7,482162,490688 +ZAF,2003,8,487572,495958 +ZAF,2003,9,493677,501982 +ZAF,2003,10,500758,509028 +ZAF,2003,11,508692,516961 +ZAF,2003,12,516682,524971 +ZAF,2003,13,524253,532565 +ZAF,2003,14,531736,540064 +ZAF,2003,15,535120,543436 +ZAF,2003,16,532431,540690 +ZAF,2003,17,525314,533461 +ZAF,2003,18,517878,525859 +ZAF,2004,0,499128,512696 +ZAF,2004,1,487294,499441 +ZAF,2004,2,478949,489914 +ZAF,2004,3,473739,483742 +ZAF,2004,4,474492,483809 +ZAF,2004,5,473480,482313 +ZAF,2004,6,474663,483147 +ZAF,2004,7,477697,485950 +ZAF,2004,8,482240,490361 +ZAF,2004,9,487767,495839 +ZAF,2004,10,493755,501844 +ZAF,2004,11,500758,508916 +ZAF,2004,12,508790,517054 +ZAF,2004,13,516970,525356 +ZAF,2004,14,524606,533116 +ZAF,2004,15,532082,540705 +ZAF,2004,16,535411,544095 +ZAF,2004,17,532612,541276 +ZAF,2004,18,525347,533909 +ZAF,2005,0,508559,522652 +ZAF,2005,1,495046,507592 +ZAF,2005,2,484869,496127 +ZAF,2005,3,477731,487938 +ZAF,2005,4,473337,482712 +ZAF,2005,5,471392,480131 +ZAF,2005,6,471600,479881 +ZAF,2005,7,473666,481644 +ZAF,2005,8,477294,485106 +ZAF,2005,9,482189,489950 +ZAF,2005,10,487831,495636 +ZAF,2005,11,493701,501621 +ZAF,2005,12,500624,508718 +ZAF,2005,13,508753,517058 +ZAF,2005,14,517120,525652 +ZAF,2005,15,524819,533575 +ZAF,2005,16,532287,541253 +ZAF,2005,17,535560,544660 +ZAF,2005,18,532651,541768 +ZAF,2006,0,522809,537247 +ZAF,2006,1,506413,519747 +ZAF,2006,2,493690,505623 +ZAF,2006,3,484094,494846 +ZAF,2006,4,477360,487136 +ZAF,2006,5,473222,482213 +ZAF,2006,6,471389,479766 +ZAF,2006,7,471568,479482 +ZAF,2006,8,473627,481243 +ZAF,2006,9,477354,484834 +ZAF,2006,10,482404,489878 +ZAF,2006,11,488118,495668 +ZAF,2006,12,493999,501693 +ZAF,2006,13,500945,508839 +ZAF,2006,14,509131,517261 +ZAF,2006,15,517566,525946 +ZAF,2006,16,525296,533924 +ZAF,2006,17,532764,541624 +ZAF,2006,18,536001,545030 +ZAF,2007,0,540565,555335 +ZAF,2007,1,520782,534011 +ZAF,2007,2,504152,516757 +ZAF,2007,3,492221,503570 +ZAF,2007,4,483209,493482 +ZAF,2007,5,476879,486251 +ZAF,2007,6,472999,481633 +ZAF,2007,7,471277,479319 +ZAF,2007,8,471427,479003 +ZAF,2007,9,473479,480761 +ZAF,2007,10,477303,484480 +ZAF,2007,11,482506,489722 +ZAF,2007,12,488291,495617 +ZAF,2007,13,494181,501680 +ZAF,2007,14,501150,508875 +ZAF,2007,15,509391,517375 +ZAF,2007,16,517893,526150 +ZAF,2007,17,525652,534182 +ZAF,2007,18,533118,541903 +ZAF,2008,0,559190,574246 +ZAF,2008,1,536229,549856 +ZAF,2008,2,517155,529515 +ZAF,2008,3,501925,513827 +ZAF,2008,4,490785,501574 +ZAF,2008,5,482355,492175 +ZAF,2008,6,476430,485421 +ZAF,2008,7,472805,481107 +ZAF,2008,8,471196,478926 +ZAF,2008,9,471316,478577 +ZAF,2008,10,473361,480333 +ZAF,2008,11,477284,484181 +ZAF,2008,12,482640,489622 +ZAF,2008,13,488496,495622 +ZAF,2008,14,494396,501723 +ZAF,2008,15,501387,508967 +ZAF,2008,16,509684,517547 +ZAF,2008,17,518252,526412 +ZAF,2008,18,526041,534499 +ZAF,2009,0,575157,590423 +ZAF,2009,1,550729,564744 +ZAF,2009,2,530036,542895 +ZAF,2009,3,512846,524644 +ZAF,2009,4,499990,511218 +ZAF,2009,5,489633,499891 +ZAF,2009,6,481781,491173 +ZAF,2009,7,476257,484893 +ZAF,2009,8,472886,480879 +ZAF,2009,9,471388,478831 +ZAF,2009,10,471479,478449 +ZAF,2009,11,473518,480204 +ZAF,2009,12,477541,484182 +ZAF,2009,13,483054,489825 +ZAF,2009,14,488984,495934 +ZAF,2009,15,494897,502078 +ZAF,2009,16,501914,509375 +ZAF,2009,17,510272,518041 +ZAF,2009,18,518911,527002 +ZAF,2010,0,585956,601332 +ZAF,2010,1,562697,577057 +ZAF,2010,2,542465,555827 +ZAF,2010,3,525114,537505 +ZAF,2010,4,510498,521957 +ZAF,2010,5,498472,509046 +ZAF,2010,6,488892,498637 +ZAF,2010,7,481610,490595 +ZAF,2010,8,476483,484784 +ZAF,2010,9,473364,481067 +ZAF,2010,10,471975,479150 +ZAF,2010,11,472038,478734 +ZAF,2010,12,474072,480489 +ZAF,2010,13,478199,484602 +ZAF,2010,14,483873,490452 +ZAF,2010,15,489883,496675 +ZAF,2010,16,495814,502867 +ZAF,2010,17,502863,510224 +ZAF,2010,18,511289,518983 +ZAF,2011,0,588575,603904 +ZAF,2011,1,581343,596449 +ZAF,2011,2,560746,574882 +ZAF,2011,3,542213,555373 +ZAF,2011,4,525762,537957 +ZAF,2011,5,511411,522666 +ZAF,2011,6,499005,509351 +ZAF,2011,7,488393,497865 +ZAF,2011,8,480440,489155 +ZAF,2011,9,475504,483621 +ZAF,2011,10,473092,480750 +ZAF,2011,11,472066,479320 +ZAF,2011,12,472310,479211 +ZAF,2011,13,474511,481232 +ZAF,2011,14,478783,485545 +ZAF,2011,15,484572,491533 +ZAF,2011,16,490666,497865 +ZAF,2011,17,496658,504134 +ZAF,2011,18,503666,511468 +ZAF,2012,0,586324,601520 +ZAF,2012,1,574198,589042 +ZAF,2012,2,577586,592470 +ZAF,2012,3,559615,573576 +ZAF,2012,4,542753,555758 +ZAF,2012,5,527178,539219 +ZAF,2012,6,513069,524162 +ZAF,2012,7,500266,510425 +ZAF,2012,8,488608,497844 +ZAF,2012,9,479973,488454 +ZAF,2012,10,475221,483190 +ZAF,2012,11,473511,481157 +ZAF,2012,12,472847,480213 +ZAF,2012,13,473272,480410 +ZAF,2012,14,475642,482701 +ZAF,2012,15,480066,487219 +ZAF,2012,16,485977,493355 +ZAF,2012,17,492164,499805 +ZAF,2012,18,498226,506161 +ZAF,2013,0,580648,595617 +ZAF,2013,1,576549,591530 +ZAF,2013,2,570158,584897 +ZAF,2013,3,574260,588891 +ZAF,2013,4,558904,572659 +ZAF,2013,5,543700,556521 +ZAF,2013,6,528989,540849 +ZAF,2013,7,515113,526016 +ZAF,2013,8,501903,511846 +ZAF,2013,9,489190,498161 +ZAF,2013,10,479866,488084 +ZAF,2013,11,475295,483086 +ZAF,2013,12,474286,481892 +ZAF,2013,13,473982,481433 +ZAF,2013,14,474589,481937 +ZAF,2013,15,477131,484498 +ZAF,2013,16,481709,489226 +ZAF,2013,17,487748,495513 +ZAF,2013,18,494032,502086 +ZAF,2014,0,573908,588575 +ZAF,2014,1,577205,592177 +ZAF,2014,2,576474,591434 +ZAF,2014,3,572300,586973 +ZAF,2014,4,570889,585149 +ZAF,2014,5,558153,571588 +ZAF,2014,6,544611,557136 +ZAF,2014,7,530767,542337 +ZAF,2014,8,517124,527732 +ZAF,2014,9,503507,513132 +ZAF,2014,10,489738,498346 +ZAF,2014,11,479726,487583 +ZAF,2014,12,475335,482853 +ZAF,2014,13,475028,482499 +ZAF,2014,14,475086,482526 +ZAF,2014,15,475876,483337 +ZAF,2014,16,478588,486168 +ZAF,2014,17,483322,491105 +ZAF,2014,18,489487,497541 +ZAF,2015,0,568018,582350 +ZAF,2015,1,576727,591526 +ZAF,2015,2,580340,595267 +ZAF,2015,3,579523,594284 +ZAF,2015,4,574942,589290 +ZAF,2015,5,567264,580996 +ZAF,2015,6,557156,570116 +ZAF,2015,7,545283,557362 +ZAF,2015,8,532312,543446 +ZAF,2015,9,518909,529080 +ZAF,2015,10,504891,514060 +ZAF,2015,11,490072,498182 +ZAF,2015,12,479374,486742 +ZAF,2015,13,475166,482283 +ZAF,2015,14,475562,482769 +ZAF,2015,15,475982,483282 +ZAF,2015,16,476953,484400 +ZAF,2015,17,479836,487499 +ZAF,2015,18,484722,492641 +ZAF,2016,0,563960,578521 +ZAF,2016,1,570778,585239 +ZAF,2016,2,577621,592398 +ZAF,2016,3,580064,594875 +ZAF,2016,4,578660,593259 +ZAF,2016,5,573964,588141 +ZAF,2016,6,566640,580232 +ZAF,2016,7,557354,570243 +ZAF,2016,8,546102,558155 +ZAF,2016,9,533212,544312 +ZAF,2016,10,519574,529671 +ZAF,2016,11,505551,514627 +ZAF,2016,12,490832,498842 +ZAF,2016,13,480283,487537 +ZAF,2016,14,476290,483274 +ZAF,2016,15,476935,483989 +ZAF,2016,16,477585,484710 +ZAF,2016,17,478777,486025 +ZAF,2016,18,481812,489270 +ZAF,2017,0,560696,575440 +ZAF,2017,1,573430,588542 +ZAF,2017,2,573289,587708 +ZAF,2017,3,578261,592841 +ZAF,2017,4,579532,594050 +ZAF,2017,5,577542,591803 +ZAF,2017,6,572732,586565 +ZAF,2017,7,565766,579046 +ZAF,2017,8,557308,569957 +ZAF,2017,9,546681,558544 +ZAF,2017,10,533878,544786 +ZAF,2017,11,520011,529880 +ZAF,2017,12,505988,514821 +ZAF,2017,13,491378,499141 +ZAF,2017,14,480981,487980 +ZAF,2017,15,477206,483917 +ZAF,2017,16,478099,484859 +ZAF,2017,17,478979,485789 +ZAF,2017,18,480392,487300 +ZAF,2018,0,558296,573181 +ZAF,2018,1,570426,585480 +ZAF,2018,2,578414,593471 +ZAF,2018,3,575591,589856 +ZAF,2018,4,578689,592959 +ZAF,2018,5,578788,592901 +ZAF,2018,6,576212,590022 +ZAF,2018,7,571291,584667 +ZAF,2018,8,564685,577543 +ZAF,2018,9,557058,569359 +ZAF,2018,10,547060,558628 +ZAF,2018,11,534350,544961 +ZAF,2018,12,520258,529798 +ZAF,2018,13,506241,514734 +ZAF,2018,14,491744,499167 +ZAF,2018,15,481504,488155 +ZAF,2018,16,477947,484295 +ZAF,2018,17,479089,485463 +ZAF,2018,18,480198,486602 +ZAF,2019,0,557000,572000 +ZAF,2019,1,567000,582000 +ZAF,2019,2,575000,590000 +ZAF,2019,3,580000,594000 +ZAF,2019,4,578000,592000 +ZAF,2019,5,579000,593000 +ZAF,2019,6,578000,592000 +ZAF,2019,7,575000,588000 +ZAF,2019,8,570000,583000 +ZAF,2019,9,563000,576000 +ZAF,2019,10,557000,569000 +ZAF,2019,11,547000,559000 +ZAF,2019,12,535000,545000 +ZAF,2019,13,520000,530000 +ZAF,2019,14,506000,515000 +ZAF,2019,15,492000,499000 +ZAF,2019,16,482000,488000 +ZAF,2019,17,479000,485000 +ZAF,2019,18,480000,486000 +ZAF,2020,0,556000,571000 +ZAF,2020,1,564000,579000 +ZAF,2020,2,571000,586000 +ZAF,2020,3,576000,590000 +ZAF,2020,4,579000,593000 +ZAF,2020,5,580000,594000 +ZAF,2020,6,579000,593000 +ZAF,2020,7,577000,590000 +ZAF,2020,8,573000,586000 +ZAF,2020,9,568000,580000 +ZAF,2020,10,562000,574000 +ZAF,2020,11,556000,568000 +ZAF,2020,12,547000,558000 +ZAF,2020,13,535000,545000 +ZAF,2020,14,520000,529000 +ZAF,2020,15,506000,514000 +ZAF,2020,16,492000,499000 +ZAF,2020,17,482000,488000 +ZAF,2020,18,479000,485000 +ZAF,2021,0,556000,571000 +ZAF,2021,1,557000,572000 +ZAF,2021,2,565000,580000 +ZAF,2021,3,571000,585000 +ZAF,2021,4,575000,590000 +ZAF,2021,5,578000,592000 +ZAF,2021,6,580000,593000 +ZAF,2021,7,579000,593000 +ZAF,2021,8,578000,591000 +ZAF,2021,9,574000,587000 +ZAF,2021,10,569000,581000 +ZAF,2021,11,563000,574000 +ZAF,2021,12,557000,568000 +ZAF,2021,13,548000,559000 +ZAF,2021,14,536000,546000 +ZAF,2021,15,522000,530000 +ZAF,2021,16,508000,515000 +ZAF,2021,17,494000,500000 +ZAF,2021,18,484000,489000 +ZAF,2022,0,557000,572000 +ZAF,2022,1,562000,576000 +ZAF,2022,2,559000,573000 +ZAF,2022,3,565000,580000 +ZAF,2022,4,571000,585000 +ZAF,2022,5,575000,589000 +ZAF,2022,6,577000,591000 +ZAF,2022,7,579000,592000 +ZAF,2022,8,579000,592000 +ZAF,2022,9,578000,591000 +ZAF,2022,10,574000,587000 +ZAF,2022,11,569000,581000 +ZAF,2022,12,563000,574000 +ZAF,2022,13,557000,568000 +ZAF,2022,14,549000,559000 +ZAF,2022,15,537000,546000 +ZAF,2022,16,522000,531000 +ZAF,2022,17,509000,516000 +ZAF,2022,18,495000,501000 +ZAF,2023,0,559000,574000 +ZAF,2023,1,561000,575000 +ZAF,2023,2,563000,577000 +ZAF,2023,3,560000,575000 +ZAF,2023,4,566000,580000 +ZAF,2023,5,570000,584000 +ZAF,2023,6,574000,587000 +ZAF,2023,7,576000,590000 +ZAF,2023,8,578000,591000 +ZAF,2023,9,579000,592000 +ZAF,2023,10,578000,591000 +ZAF,2023,11,575000,587000 +ZAF,2023,12,569000,581000 +ZAF,2023,13,563000,574000 +ZAF,2023,14,557000,568000 +ZAF,2023,15,549000,559000 +ZAF,2023,16,537000,546000 +ZAF,2023,17,523000,531000 +ZAF,2023,18,510000,516000 +ZAF,2024,0,560000,574000 +ZAF,2024,1,559000,574000 +ZAF,2024,2,560000,574000 +ZAF,2024,3,562000,576000 +ZAF,2024,4,562000,576000 +ZAF,2024,5,566000,579000 +ZAF,2024,6,569000,583000 +ZAF,2024,7,573000,586000 +ZAF,2024,8,575000,588000 +ZAF,2024,9,577000,590000 +ZAF,2024,10,579000,591000 +ZAF,2024,11,578000,590000 +ZAF,2024,12,575000,586000 +ZAF,2024,13,569000,580000 +ZAF,2024,14,563000,574000 +ZAF,2024,15,557000,568000 +ZAF,2024,16,549000,559000 +ZAF,2024,17,537000,546000 +ZAF,2024,18,524000,531000 +ZAF,2025,0,560000,575000 +ZAF,2025,1,558000,573000 +ZAF,2025,2,558000,572000 +ZAF,2025,3,559000,573000 +ZAF,2025,4,560000,574000 +ZAF,2025,5,563000,577000 +ZAF,2025,6,566000,579000 +ZAF,2025,7,569000,582000 +ZAF,2025,8,572000,585000 +ZAF,2025,9,574000,587000 +ZAF,2025,10,576000,589000 +ZAF,2025,11,578000,591000 +ZAF,2025,12,578000,590000 +ZAF,2025,13,575000,586000 +ZAF,2025,14,569000,580000 +ZAF,2025,15,563000,574000 +ZAF,2025,16,558000,568000 +ZAF,2025,17,549000,559000 +ZAF,2025,18,538000,546000 +ZAF,2026,0,559000,574000 +ZAF,2026,1,559000,573000 +ZAF,2026,2,558000,572000 +ZAF,2026,3,558000,572000 +ZAF,2026,4,559000,573000 +ZAF,2026,5,561000,575000 +ZAF,2026,6,563000,577000 +ZAF,2026,7,566000,579000 +ZAF,2026,8,569000,582000 +ZAF,2026,9,572000,584000 +ZAF,2026,10,574000,587000 +ZAF,2026,11,577000,589000 +ZAF,2026,12,579000,591000 +ZAF,2026,13,579000,590000 +ZAF,2026,14,575000,587000 +ZAF,2026,15,570000,580000 +ZAF,2026,16,564000,574000 +ZAF,2026,17,558000,568000 +ZAF,2026,18,550000,559000 +ZAF,2027,0,558000,572000 +ZAF,2027,1,556000,570000 +ZAF,2027,2,558000,572000 +ZAF,2027,3,558000,572000 +ZAF,2027,4,558000,572000 +ZAF,2027,5,559000,573000 +ZAF,2027,6,561000,575000 +ZAF,2027,7,564000,577000 +ZAF,2027,8,566000,579000 +ZAF,2027,9,568000,581000 +ZAF,2027,10,571000,584000 +ZAF,2027,11,574000,587000 +ZAF,2027,12,577000,589000 +ZAF,2027,13,579000,591000 +ZAF,2027,14,579000,590000 +ZAF,2027,15,576000,587000 +ZAF,2027,16,570000,581000 +ZAF,2027,17,565000,575000 +ZAF,2027,18,559000,569000 +ZAF,2028,0,556000,570000 +ZAF,2028,1,554000,568000 +ZAF,2028,2,554000,568000 +ZAF,2028,3,557000,571000 +ZAF,2028,4,557000,571000 +ZAF,2028,5,558000,572000 +ZAF,2028,6,560000,573000 +ZAF,2028,7,562000,575000 +ZAF,2028,8,564000,577000 +ZAF,2028,9,566000,579000 +ZAF,2028,10,568000,581000 +ZAF,2028,11,571000,584000 +ZAF,2028,12,574000,587000 +ZAF,2028,13,577000,589000 +ZAF,2028,14,579000,591000 +ZAF,2028,15,579000,590000 +ZAF,2028,16,576000,587000 +ZAF,2028,17,571000,581000 +ZAF,2028,18,565000,575000 +ZAF,2029,0,553000,568000 +ZAF,2029,1,553000,567000 +ZAF,2029,2,553000,567000 +ZAF,2029,3,554000,567000 +ZAF,2029,4,556000,570000 +ZAF,2029,5,557000,570000 +ZAF,2029,6,558000,572000 +ZAF,2029,7,560000,573000 +ZAF,2029,8,562000,575000 +ZAF,2029,9,564000,577000 +ZAF,2029,10,566000,578000 +ZAF,2029,11,568000,580000 +ZAF,2029,12,571000,583000 +ZAF,2029,13,574000,586000 +ZAF,2029,14,577000,589000 +ZAF,2029,15,579000,591000 +ZAF,2029,16,580000,590000 +ZAF,2029,17,577000,587000 +ZAF,2029,18,571000,581000 +ZAF,2030,0,552000,566000 +ZAF,2030,1,552000,566000 +ZAF,2030,2,552000,566000 +ZAF,2030,3,553000,566000 +ZAF,2030,4,554000,567000 +ZAF,2030,5,555000,568000 +ZAF,2030,6,557000,570000 +ZAF,2030,7,558000,571000 +ZAF,2030,8,560000,573000 +ZAF,2030,9,562000,575000 +ZAF,2030,10,564000,577000 +ZAF,2030,11,566000,578000 +ZAF,2030,12,568000,580000 +ZAF,2030,13,571000,583000 +ZAF,2030,14,574000,586000 +ZAF,2030,15,577000,588000 +ZAF,2030,16,579000,590000 +ZAF,2030,17,580000,590000 +ZAF,2030,18,577000,587000 +ZAF,2031,0,552000,566000 +ZAF,2031,1,552000,566000 +ZAF,2031,2,552000,565000 +ZAF,2031,3,552000,566000 +ZAF,2031,4,553000,566000 +ZAF,2031,5,554000,567000 +ZAF,2031,6,555000,568000 +ZAF,2031,7,557000,569000 +ZAF,2031,8,558000,571000 +ZAF,2031,9,560000,573000 +ZAF,2031,10,562000,575000 +ZAF,2031,11,564000,577000 +ZAF,2031,12,566000,578000 +ZAF,2031,13,568000,580000 +ZAF,2031,14,571000,583000 +ZAF,2031,15,575000,586000 +ZAF,2031,16,578000,589000 +ZAF,2031,17,580000,591000 +ZAF,2031,18,581000,591000 +ZAF,2032,0,552000,566000 +ZAF,2032,1,551000,565000 +ZAF,2032,2,552000,565000 +ZAF,2032,3,552000,565000 +ZAF,2032,4,552000,565000 +ZAF,2032,5,553000,566000 +ZAF,2032,6,554000,567000 +ZAF,2032,7,555000,568000 +ZAF,2032,8,557000,569000 +ZAF,2032,9,558000,571000 +ZAF,2032,10,560000,573000 +ZAF,2032,11,563000,575000 +ZAF,2032,12,565000,577000 +ZAF,2032,13,566000,578000 +ZAF,2032,14,568000,580000 +ZAF,2032,15,572000,583000 +ZAF,2032,16,575000,586000 +ZAF,2032,17,578000,589000 +ZAF,2032,18,581000,591000 +ZAF,2033,0,552000,566000 +ZAF,2033,1,552000,565000 +ZAF,2033,2,551000,565000 +ZAF,2033,3,551000,565000 +ZAF,2033,4,552000,565000 +ZAF,2033,5,552000,565000 +ZAF,2033,6,553000,566000 +ZAF,2033,7,554000,567000 +ZAF,2033,8,555000,568000 +ZAF,2033,9,557000,569000 +ZAF,2033,10,558000,571000 +ZAF,2033,11,560000,573000 +ZAF,2033,12,563000,575000 +ZAF,2033,13,565000,577000 +ZAF,2033,14,566000,578000 +ZAF,2033,15,569000,580000 +ZAF,2033,16,572000,583000 +ZAF,2033,17,576000,587000 +ZAF,2033,18,579000,589000 +ZAF,2034,0,552000,566000 +ZAF,2034,1,552000,565000 +ZAF,2034,2,551000,564000 +ZAF,2034,3,551000,564000 +ZAF,2034,4,551000,564000 +ZAF,2034,5,551000,564000 +ZAF,2034,6,552000,565000 +ZAF,2034,7,553000,565000 +ZAF,2034,8,554000,566000 +ZAF,2034,9,555000,567000 +ZAF,2034,10,556000,569000 +ZAF,2034,11,558000,570000 +ZAF,2034,12,560000,572000 +ZAF,2034,13,563000,574000 +ZAF,2034,14,565000,576000 +ZAF,2034,15,566000,578000 +ZAF,2034,16,569000,580000 +ZAF,2034,17,572000,583000 +ZAF,2034,18,576000,587000 +ZAF,2035,0,552000,566000 +ZAF,2035,1,552000,565000 +ZAF,2035,2,551000,564000 +ZAF,2035,3,551000,564000 +ZAF,2035,4,551000,563000 +ZAF,2035,5,551000,563000 +ZAF,2035,6,551000,564000 +ZAF,2035,7,552000,564000 +ZAF,2035,8,553000,565000 +ZAF,2035,9,554000,566000 +ZAF,2035,10,555000,567000 +ZAF,2035,11,556000,568000 +ZAF,2035,12,558000,570000 +ZAF,2035,13,560000,572000 +ZAF,2035,14,562000,574000 +ZAF,2035,15,565000,576000 +ZAF,2035,16,566000,577000 +ZAF,2035,17,569000,580000 +ZAF,2035,18,572000,583000 +ZAF,2036,0,553000,567000 +ZAF,2036,1,552000,566000 +ZAF,2036,2,552000,565000 +ZAF,2036,3,551000,564000 +ZAF,2036,4,551000,563000 +ZAF,2036,5,551000,563000 +ZAF,2036,6,551000,563000 +ZAF,2036,7,551000,563000 +ZAF,2036,8,552000,564000 +ZAF,2036,9,553000,565000 +ZAF,2036,10,554000,566000 +ZAF,2036,11,555000,567000 +ZAF,2036,12,557000,568000 +ZAF,2036,13,558000,570000 +ZAF,2036,14,560000,572000 +ZAF,2036,15,563000,574000 +ZAF,2036,16,565000,576000 +ZAF,2036,17,567000,578000 +ZAF,2036,18,569000,580000 +ZAF,2037,0,553000,567000 +ZAF,2037,1,552000,566000 +ZAF,2037,2,552000,565000 +ZAF,2037,3,552000,564000 +ZAF,2037,4,551000,564000 +ZAF,2037,5,551000,563000 +ZAF,2037,6,551000,563000 +ZAF,2037,7,551000,563000 +ZAF,2037,8,551000,563000 +ZAF,2037,9,552000,564000 +ZAF,2037,10,553000,564000 +ZAF,2037,11,554000,566000 +ZAF,2037,12,555000,567000 +ZAF,2037,13,557000,568000 +ZAF,2037,14,559000,570000 +ZAF,2037,15,561000,572000 +ZAF,2037,16,563000,574000 +ZAF,2037,17,566000,576000 +ZAF,2037,18,568000,578000 +ZAF,2038,0,553000,566000 +ZAF,2038,1,552000,566000 +ZAF,2038,2,552000,565000 +ZAF,2038,3,552000,565000 +ZAF,2038,4,551000,564000 +ZAF,2038,5,551000,563000 +ZAF,2038,6,551000,563000 +ZAF,2038,7,551000,563000 +ZAF,2038,8,551000,563000 +ZAF,2038,9,551000,563000 +ZAF,2038,10,552000,563000 +ZAF,2038,11,553000,564000 +ZAF,2038,12,554000,565000 +ZAF,2038,13,555000,567000 +ZAF,2038,14,557000,568000 +ZAF,2038,15,559000,570000 +ZAF,2038,16,561000,572000 +ZAF,2038,17,564000,574000 +ZAF,2038,18,566000,576000 +ZAF,2039,0,552000,566000 +ZAF,2039,1,552000,565000 +ZAF,2039,2,552000,565000 +ZAF,2039,3,551000,564000 +ZAF,2039,4,551000,564000 +ZAF,2039,5,551000,563000 +ZAF,2039,6,551000,563000 +ZAF,2039,7,551000,563000 +ZAF,2039,8,551000,563000 +ZAF,2039,9,551000,562000 +ZAF,2039,10,551000,563000 +ZAF,2039,11,552000,563000 +ZAF,2039,12,553000,564000 +ZAF,2039,13,554000,565000 +ZAF,2039,14,555000,566000 +ZAF,2039,15,557000,568000 +ZAF,2039,16,559000,570000 +ZAF,2039,17,561000,572000 +ZAF,2039,18,564000,574000 +ZAF,2040,0,551000,564000 +ZAF,2040,1,551000,564000 +ZAF,2040,2,551000,564000 +ZAF,2040,3,551000,564000 +ZAF,2040,4,551000,564000 +ZAF,2040,5,551000,563000 +ZAF,2040,6,551000,563000 +ZAF,2040,7,551000,563000 +ZAF,2040,8,551000,562000 +ZAF,2040,9,551000,562000 +ZAF,2040,10,551000,562000 +ZAF,2040,11,551000,562000 +ZAF,2040,12,551000,563000 +ZAF,2040,13,552000,563000 +ZAF,2040,14,554000,565000 +ZAF,2040,15,555000,566000 +ZAF,2040,16,557000,568000 +ZAF,2040,17,559000,569000 +ZAF,2040,18,561000,572000 +ZAF,2041,0,549000,562000 +ZAF,2041,1,551000,564000 +ZAF,2041,2,551000,564000 +ZAF,2041,3,551000,564000 +ZAF,2041,4,551000,564000 +ZAF,2041,5,551000,563000 +ZAF,2041,6,551000,563000 +ZAF,2041,7,551000,563000 +ZAF,2041,8,551000,562000 +ZAF,2041,9,551000,562000 +ZAF,2041,10,551000,562000 +ZAF,2041,11,551000,562000 +ZAF,2041,12,551000,562000 +ZAF,2041,13,552000,563000 +ZAF,2041,14,553000,564000 +ZAF,2041,15,554000,565000 +ZAF,2041,16,556000,566000 +ZAF,2041,17,557000,568000 +ZAF,2041,18,559000,570000 +ZAF,2042,0,547000,560000 +ZAF,2042,1,549000,562000 +ZAF,2042,2,551000,563000 +ZAF,2042,3,551000,564000 +ZAF,2042,4,551000,564000 +ZAF,2042,5,551000,564000 +ZAF,2042,6,551000,563000 +ZAF,2042,7,551000,563000 +ZAF,2042,8,551000,563000 +ZAF,2042,9,551000,562000 +ZAF,2042,10,551000,562000 +ZAF,2042,11,551000,562000 +ZAF,2042,12,551000,562000 +ZAF,2042,13,551000,562000 +ZAF,2042,14,552000,563000 +ZAF,2042,15,553000,564000 +ZAF,2042,16,555000,565000 +ZAF,2042,17,556000,567000 +ZAF,2042,18,558000,568000 +ZAF,2043,0,544000,557000 +ZAF,2043,1,547000,560000 +ZAF,2043,2,549000,561000 +ZAF,2043,3,550000,563000 +ZAF,2043,4,551000,563000 +ZAF,2043,5,551000,563000 +ZAF,2043,6,551000,563000 +ZAF,2043,7,551000,563000 +ZAF,2043,8,551000,563000 +ZAF,2043,9,551000,562000 +ZAF,2043,10,551000,562000 +ZAF,2043,11,551000,562000 +ZAF,2043,12,551000,562000 +ZAF,2043,13,551000,562000 +ZAF,2043,14,551000,562000 +ZAF,2043,15,552000,563000 +ZAF,2043,16,553000,564000 +ZAF,2043,17,555000,565000 +ZAF,2043,18,557000,567000 +ZAF,2044,0,542000,555000 +ZAF,2044,1,545000,557000 +ZAF,2044,2,547000,559000 +ZAF,2044,3,549000,561000 +ZAF,2044,4,550000,562000 +ZAF,2044,5,551000,563000 +ZAF,2044,6,551000,563000 +ZAF,2044,7,551000,563000 +ZAF,2044,8,551000,563000 +ZAF,2044,9,551000,562000 +ZAF,2044,10,551000,562000 +ZAF,2044,11,551000,562000 +ZAF,2044,12,551000,562000 +ZAF,2044,13,551000,562000 +ZAF,2044,14,551000,562000 +ZAF,2044,15,551000,562000 +ZAF,2044,16,552000,562000 +ZAF,2044,17,553000,564000 +ZAF,2044,18,555000,565000 +ZAF,2045,0,539000,552000 +ZAF,2045,1,543000,555000 +ZAF,2045,2,545000,558000 +ZAF,2045,3,547000,559000 +ZAF,2045,4,549000,561000 +ZAF,2045,5,550000,562000 +ZAF,2045,6,551000,562000 +ZAF,2045,7,551000,563000 +ZAF,2045,8,551000,563000 +ZAF,2045,9,551000,562000 +ZAF,2045,10,551000,562000 +ZAF,2045,11,551000,562000 +ZAF,2045,12,550000,561000 +ZAF,2045,13,550000,561000 +ZAF,2045,14,551000,561000 +ZAF,2045,15,551000,561000 +ZAF,2045,16,551000,562000 +ZAF,2045,17,552000,562000 +ZAF,2045,18,554000,563000 +ZAF,2046,0,537000,550000 +ZAF,2046,1,540000,552000 +ZAF,2046,2,543000,555000 +ZAF,2046,3,545000,557000 +ZAF,2046,4,547000,559000 +ZAF,2046,5,549000,561000 +ZAF,2046,6,550000,562000 +ZAF,2046,7,551000,562000 +ZAF,2046,8,551000,563000 +ZAF,2046,9,551000,563000 +ZAF,2046,10,551000,562000 +ZAF,2046,11,551000,562000 +ZAF,2046,12,551000,562000 +ZAF,2046,13,551000,561000 +ZAF,2046,14,551000,561000 +ZAF,2046,15,551000,562000 +ZAF,2046,16,552000,562000 +ZAF,2046,17,552000,562000 +ZAF,2046,18,553000,563000 +ZAF,2047,0,536000,549000 +ZAF,2047,1,539000,552000 +ZAF,2047,2,540000,552000 +ZAF,2047,3,543000,555000 +ZAF,2047,4,545000,557000 +ZAF,2047,5,547000,559000 +ZAF,2047,6,549000,560000 +ZAF,2047,7,550000,561000 +ZAF,2047,8,551000,562000 +ZAF,2047,9,551000,563000 +ZAF,2047,10,552000,563000 +ZAF,2047,11,551000,562000 +ZAF,2047,12,551000,562000 +ZAF,2047,13,551000,562000 +ZAF,2047,14,551000,561000 +ZAF,2047,15,551000,562000 +ZAF,2047,16,552000,562000 +ZAF,2047,17,552000,562000 +ZAF,2047,18,553000,562000 +ZAF,2048,0,535000,547000 +ZAF,2048,1,537000,550000 +ZAF,2048,2,540000,552000 +ZAF,2048,3,541000,553000 +ZAF,2048,4,543000,555000 +ZAF,2048,5,545000,557000 +ZAF,2048,6,547000,558000 +ZAF,2048,7,548000,560000 +ZAF,2048,8,550000,561000 +ZAF,2048,9,551000,562000 +ZAF,2048,10,551000,562000 +ZAF,2048,11,552000,563000 +ZAF,2048,12,552000,562000 +ZAF,2048,13,551000,562000 +ZAF,2048,14,551000,562000 +ZAF,2048,15,551000,561000 +ZAF,2048,16,552000,562000 +ZAF,2048,17,552000,562000 +ZAF,2048,18,553000,562000 +ZAF,2049,0,533000,545000 +ZAF,2049,1,535000,547000 +ZAF,2049,2,537000,549000 +ZAF,2049,3,540000,551000 +ZAF,2049,4,541000,553000 +ZAF,2049,5,543000,555000 +ZAF,2049,6,545000,556000 +ZAF,2049,7,547000,558000 +ZAF,2049,8,548000,559000 +ZAF,2049,9,549000,560000 +ZAF,2049,10,551000,562000 +ZAF,2049,11,551000,562000 +ZAF,2049,12,552000,562000 +ZAF,2049,13,552000,562000 +ZAF,2049,14,551000,562000 +ZAF,2049,15,551000,561000 +ZAF,2049,16,551000,561000 +ZAF,2049,17,552000,561000 +ZAF,2049,18,552000,562000 +ZAF,2050,0,531000,543000 +ZAF,2050,1,533000,545000 +ZAF,2050,2,535000,547000 +ZAF,2050,3,537000,549000 +ZAF,2050,4,539000,551000 +ZAF,2050,5,541000,552000 +ZAF,2050,6,543000,554000 +ZAF,2050,7,545000,556000 +ZAF,2050,8,546000,557000 +ZAF,2050,9,548000,559000 +ZAF,2050,10,549000,560000 +ZAF,2050,11,550000,561000 +ZAF,2050,12,551000,562000 +ZAF,2050,13,552000,562000 +ZAF,2050,14,551000,562000 +ZAF,2050,15,551000,562000 +ZAF,2050,16,551000,561000 +ZAF,2050,17,551000,561000 +ZAF,2050,18,552000,561000 +ZMB,1990,0,160491,162291 +ZMB,1990,1,153200,154992 +ZMB,1990,2,146662,148466 +ZMB,1990,3,140804,142636 +ZMB,1990,4,135555,137423 +ZMB,1990,5,130839,132750 +ZMB,1990,6,126585,128539 +ZMB,1990,7,122719,124713 +ZMB,1990,8,119169,121193 +ZMB,1990,9,115860,117902 +ZMB,1990,10,112806,114856 +ZMB,1990,11,110017,112073 +ZMB,1990,12,106996,109002 +ZMB,1990,13,103500,105375 +ZMB,1990,14,99711,101400 +ZMB,1990,15,96094,97594 +ZMB,1990,16,92608,93911 +ZMB,1990,17,89029,90124 +ZMB,1990,18,85311,86189 +ZMB,1991,0,163889,165977 +ZMB,1991,1,157809,159481 +ZMB,1991,2,151043,152688 +ZMB,1991,3,144954,146608 +ZMB,1991,4,139473,141163 +ZMB,1991,5,134530,136274 +ZMB,1991,6,130061,131875 +ZMB,1991,7,126003,127896 +ZMB,1991,8,122259,124213 +ZMB,1991,9,118749,120730 +ZMB,1991,10,115419,117398 +ZMB,1991,11,112314,114285 +ZMB,1991,12,109443,111407 +ZMB,1991,13,106337,108229 +ZMB,1991,14,102773,104499 +ZMB,1991,15,98927,100424 +ZMB,1991,16,95238,96504 +ZMB,1991,17,91666,92694 +ZMB,1991,18,88027,88818 +ZMB,1992,0,166987,169403 +ZMB,1992,1,159689,161752 +ZMB,1992,2,155101,156565 +ZMB,1992,3,148863,150284 +ZMB,1992,4,143224,144654 +ZMB,1992,5,138119,139597 +ZMB,1992,6,133484,135036 +ZMB,1992,7,129262,130913 +ZMB,1992,8,125400,127168 +ZMB,1992,9,121778,123632 +ZMB,1992,10,118308,120188 +ZMB,1992,11,114959,116816 +ZMB,1992,12,111803,113639 +ZMB,1992,13,108850,110668 +ZMB,1992,14,105660,107385 +ZMB,1992,15,102029,103554 +ZMB,1992,16,98127,99381 +ZMB,1992,17,94366,95351 +ZMB,1992,18,90709,91416 +ZMB,1993,0,170116,172893 +ZMB,1993,1,162942,165148 +ZMB,1993,2,156435,158221 +ZMB,1993,3,152420,153644 +ZMB,1993,4,146706,147873 +ZMB,1993,5,141516,142693 +ZMB,1993,6,136787,138024 +ZMB,1993,7,132458,133791 +ZMB,1993,8,128483,129944 +ZMB,1993,9,124816,126434 +ZMB,1993,10,121316,123043 +ZMB,1993,11,117887,119639 +ZMB,1993,12,114517,116228 +ZMB,1993,13,111310,112987 +ZMB,1993,14,108275,109923 +ZMB,1993,15,105000,106535 +ZMB,1993,16,101302,102603 +ZMB,1993,17,97343,98334 +ZMB,1993,18,93509,94193 +ZMB,1994,0,173722,176874 +ZMB,1994,1,166569,168953 +ZMB,1994,2,160049,161854 +ZMB,1994,3,154107,155501 +ZMB,1994,4,149812,150815 +ZMB,1994,5,144622,145552 +ZMB,1994,6,139878,140817 +ZMB,1994,7,135522,136534 +ZMB,1994,8,131497,132626 +ZMB,1994,9,127767,129052 +ZMB,1994,10,124294,125774 +ZMB,1994,11,120913,122528 +ZMB,1994,12,117523,119161 +ZMB,1994,13,114130,115709 +ZMB,1994,14,110871,112402 +ZMB,1994,15,107752,109244 +ZMB,1994,16,104392,105749 +ZMB,1994,17,100624,101714 +ZMB,1994,18,96606,97346 +ZMB,1995,0,178111,181639 +ZMB,1995,1,170774,173386 +ZMB,1995,2,164079,165985 +ZMB,1995,3,157971,159360 +ZMB,1995,4,152397,153433 +ZMB,1995,5,147301,148127 +ZMB,1995,6,142630,143367 +ZMB,1995,7,138330,139074 +ZMB,1995,8,134345,135173 +ZMB,1995,9,130622,131586 +ZMB,1995,10,127134,128283 +ZMB,1995,11,123852,125235 +ZMB,1995,12,120589,122129 +ZMB,1995,13,117235,118797 +ZMB,1995,14,113819,115301 +ZMB,1995,15,110505,111924 +ZMB,1995,16,107300,108668 +ZMB,1995,17,103851,105063 +ZMB,1995,18,100011,100922 +ZMB,1996,0,182929,186679 +ZMB,1996,1,175678,178601 +ZMB,1996,2,168669,170769 +ZMB,1996,3,162296,163758 +ZMB,1996,4,156498,157490 +ZMB,1996,5,151214,151884 +ZMB,1996,6,146398,146872 +ZMB,1996,7,142002,142383 +ZMB,1996,8,137896,138290 +ZMB,1996,9,133992,134495 +ZMB,1996,10,130270,130947 +ZMB,1996,11,126773,127665 +ZMB,1996,12,123459,124610 +ZMB,1996,13,120167,121497 +ZMB,1996,14,116809,118175 +ZMB,1996,15,113399,114695 +ZMB,1996,16,110071,111315 +ZMB,1996,17,106841,108043 +ZMB,1996,18,103353,104416 +ZMB,1997,0,188520,192499 +ZMB,1997,1,180195,183151 +ZMB,1997,2,173402,175785 +ZMB,1997,3,166715,168364 +ZMB,1997,4,160658,161734 +ZMB,1997,5,155164,155815 +ZMB,1997,6,150167,150524 +ZMB,1997,7,145625,145798 +ZMB,1997,8,141499,141575 +ZMB,1997,9,137584,137676 +ZMB,1997,10,133758,133983 +ZMB,1997,11,130034,130470 +ZMB,1997,12,126525,127204 +ZMB,1997,13,123176,124139 +ZMB,1997,14,119852,121016 +ZMB,1997,15,116487,117698 +ZMB,1997,16,113080,114231 +ZMB,1997,17,109736,110844 +ZMB,1997,18,106477,107551 +ZMB,1998,0,194685,198884 +ZMB,1998,1,185685,188872 +ZMB,1998,2,177597,179934 +ZMB,1998,3,171200,173072 +ZMB,1998,4,164831,166057 +ZMB,1998,5,159088,159805 +ZMB,1998,6,153897,154232 +ZMB,1998,7,149184,149253 +ZMB,1998,8,144915,144811 +ZMB,1998,9,141058,140850 +ZMB,1998,10,137332,137144 +ZMB,1998,11,133581,133550 +ZMB,1998,12,129854,130070 +ZMB,1998,13,126332,126819 +ZMB,1998,14,122946,123742 +ZMB,1998,15,119589,120605 +ZMB,1998,16,116215,117292 +ZMB,1998,17,112811,113835 +ZMB,1998,18,109448,110438 +ZMB,1999,0,201131,205520 +ZMB,1999,1,191498,194905 +ZMB,1999,2,182871,185426 +ZMB,1999,3,175165,176991 +ZMB,1999,4,168979,170325 +ZMB,1999,5,162929,163718 +ZMB,1999,6,157501,157846 +ZMB,1999,7,152613,152620 +ZMB,1999,8,148184,147953 +ZMB,1999,9,144189,143796 +ZMB,1999,10,140601,140100 +ZMB,1999,11,137065,136587 +ZMB,1999,12,133391,133093 +ZMB,1999,13,129661,129646 +ZMB,1999,14,126125,126410 +ZMB,1999,15,122703,123323 +ZMB,1999,16,119313,120173 +ZMB,1999,17,115931,116864 +ZMB,1999,18,112529,113418 +ZMB,2000,0,207599,212133 +ZMB,2000,1,197482,201068 +ZMB,2000,2,188418,191157 +ZMB,2000,3,180320,182311 +ZMB,2000,4,173099,174440 +ZMB,2000,5,166670,167452 +ZMB,2000,6,160943,161259 +ZMB,2000,7,155833,155770 +ZMB,2000,8,151250,150896 +ZMB,2000,9,147108,146545 +ZMB,2000,10,143389,142677 +ZMB,2000,11,140072,139247 +ZMB,2000,12,136728,135930 +ZMB,2000,13,133132,132539 +ZMB,2000,14,129401,129128 +ZMB,2000,15,125854,125909 +ZMB,2000,16,122397,122813 +ZMB,2000,17,118976,119653 +ZMB,2000,18,115587,116351 +ZMB,2001,0,214235,218945 +ZMB,2001,1,205089,209081 +ZMB,2001,2,195566,198673 +ZMB,2001,3,186977,189289 +ZMB,2001,4,179247,180852 +ZMB,2001,5,172301,173284 +ZMB,2001,6,166057,166503 +ZMB,2001,7,160436,160426 +ZMB,2001,8,155383,155004 +ZMB,2001,9,150830,150169 +ZMB,2001,10,146688,145828 +ZMB,2001,11,142922,141920 +ZMB,2001,12,139522,138412 +ZMB,2001,13,136087,134995 +ZMB,2001,14,132409,131495 +ZMB,2001,15,128603,127968 +ZMB,2001,16,124965,124621 +ZMB,2001,17,121405,121384 +ZMB,2001,18,117894,118117 +ZMB,2002,0,220978,225834 +ZMB,2002,1,210293,214271 +ZMB,2002,2,202554,205982 +ZMB,2002,3,193626,196234 +ZMB,2002,4,185513,187379 +ZMB,2002,5,178153,179352 +ZMB,2002,6,171481,172089 +ZMB,2002,7,165424,165516 +ZMB,2002,8,159910,159557 +ZMB,2002,9,154915,154202 +ZMB,2002,10,150391,149408 +ZMB,2002,11,146249,145079 +ZMB,2002,12,142438,141131 +ZMB,2002,13,138953,137545 +ZMB,2002,14,135429,134031 +ZMB,2002,15,131671,130422 +ZMB,2002,16,127789,126779 +ZMB,2002,17,124060,123305 +ZMB,2002,18,120398,119928 +ZMB,2003,0,227536,232526 +ZMB,2003,1,216823,220975 +ZMB,2003,2,207043,210399 +ZMB,2003,3,200019,202874 +ZMB,2003,4,191685,193786 +ZMB,2003,5,184050,185459 +ZMB,2003,6,177059,177843 +ZMB,2003,7,170660,170887 +ZMB,2003,8,164790,164521 +ZMB,2003,9,159382,158680 +ZMB,2003,10,154446,153393 +ZMB,2003,11,149951,148640 +ZMB,2003,12,145810,144322 +ZMB,2003,13,141953,140335 +ZMB,2003,14,138385,136672 +ZMB,2003,15,134770,133060 +ZMB,2003,16,130932,129342 +ZMB,2003,17,126975,125585 +ZMB,2003,18,123155,121983 +ZMB,2004,0,233568,238712 +ZMB,2004,1,223103,227446 +ZMB,2004,2,213434,217008 +ZMB,2004,3,204513,207352 +ZMB,2004,4,197538,199831 +ZMB,2004,5,189797,191400 +ZMB,2004,6,182635,183599 +ZMB,2004,7,176012,176392 +ZMB,2004,8,169886,169738 +ZMB,2004,9,164200,163579 +ZMB,2004,10,158898,157854 +ZMB,2004,11,154018,152633 +ZMB,2004,12,149552,147919 +ZMB,2004,13,145410,143611 +ZMB,2004,14,141507,139584 +ZMB,2004,15,137853,135842 +ZMB,2004,16,134148,132131 +ZMB,2004,17,130229,128304 +ZMB,2004,18,126195,124431 +ZMB,2005,0,238863,244204 +ZMB,2005,1,228961,233538 +ZMB,2005,2,219667,223500 +ZMB,2005,3,210953,214065 +ZMB,2005,4,202789,205207 +ZMB,2005,5,195146,196901 +ZMB,2005,6,187994,189122 +ZMB,2005,7,181303,181843 +ZMB,2005,8,175044,175040 +ZMB,2005,9,169188,168686 +ZMB,2005,10,163685,162730 +ZMB,2005,11,158485,157118 +ZMB,2005,12,153660,151959 +ZMB,2005,13,149220,147283 +ZMB,2005,14,145076,142982 +ZMB,2005,15,141124,138912 +ZMB,2005,16,137384,135090 +ZMB,2005,17,133586,131278 +ZMB,2005,18,129584,127339 +ZMB,2006,0,242491,247901 +ZMB,2006,1,236285,241090 +ZMB,2006,2,227032,231112 +ZMB,2006,3,218225,221596 +ZMB,2006,4,209854,212537 +ZMB,2006,5,201912,203929 +ZMB,2006,6,194373,195752 +ZMB,2006,7,187216,187988 +ZMB,2006,8,180506,180703 +ZMB,2006,9,174265,173924 +ZMB,2006,10,168440,167600 +ZMB,2006,11,162909,161613 +ZMB,2006,12,157641,155933 +ZMB,2006,13,152737,150679 +ZMB,2006,14,148214,145884 +ZMB,2006,15,143985,141452 +ZMB,2006,16,139940,137243 +ZMB,2006,17,136096,133272 +ZMB,2006,18,132217,129354 +ZMB,2007,0,245480,251023 +ZMB,2007,1,237865,242707 +ZMB,2007,2,234004,238323 +ZMB,2007,3,225388,229018 +ZMB,2007,4,217055,220010 +ZMB,2007,5,209016,211312 +ZMB,2007,6,201285,202940 +ZMB,2007,7,193842,194881 +ZMB,2007,8,186670,187120 +ZMB,2007,9,179932,179820 +ZMB,2007,10,173702,173055 +ZMB,2007,11,167901,166752 +ZMB,2007,12,162335,160727 +ZMB,2007,13,156993,154970 +ZMB,2007,14,152003,149614 +ZMB,2007,15,147393,144694 +ZMB,2007,16,143075,140124 +ZMB,2007,17,138931,135772 +ZMB,2007,18,134979,131647 +ZMB,2008,0,248337,254070 +ZMB,2008,1,242093,247150 +ZMB,2008,2,235581,239967 +ZMB,2008,3,231953,235847 +ZMB,2008,4,223965,227203 +ZMB,2008,5,216097,218690 +ZMB,2008,6,208382,210343 +ZMB,2008,7,200854,202198 +ZMB,2008,8,193500,194246 +ZMB,2008,9,186306,186479 +ZMB,2008,10,179535,179154 +ZMB,2008,11,173309,172396 +ZMB,2008,12,167526,166107 +ZMB,2008,13,161920,160035 +ZMB,2008,14,156499,154195 +ZMB,2008,15,151419,148732 +ZMB,2008,16,146716,143680 +ZMB,2008,17,142305,138967 +ZMB,2008,18,138058,134466 +ZMB,2009,0,251791,257757 +ZMB,2009,1,246631,251959 +ZMB,2009,2,240979,245669 +ZMB,2009,3,234906,238962 +ZMB,2009,4,230065,233610 +ZMB,2009,5,222699,225620 +ZMB,2009,6,215292,217594 +ZMB,2009,7,207896,209590 +ZMB,2009,8,200566,201663 +ZMB,2009,9,193295,193810 +ZMB,2009,10,186075,186030 +ZMB,2009,11,179265,178672 +ZMB,2009,12,173039,171913 +ZMB,2009,13,167270,165631 +ZMB,2009,14,161619,159508 +ZMB,2009,15,156115,153578 +ZMB,2009,16,150942,148000 +ZMB,2009,17,146143,142813 +ZMB,2009,18,141635,137952 +ZMB,2010,0,256356,262592 +ZMB,2010,1,251754,257409 +ZMB,2010,2,246574,251640 +ZMB,2010,3,240890,245362 +ZMB,2010,4,234778,238653 +ZMB,2010,5,228311,231588 +ZMB,2010,6,221566,224245 +ZMB,2010,7,214615,216702 +ZMB,2010,8,207535,209033 +ZMB,2010,9,200399,201318 +ZMB,2010,10,193207,193558 +ZMB,2010,11,185956,185756 +ZMB,2010,12,179103,178359 +ZMB,2010,13,172873,171593 +ZMB,2010,14,167114,165312 +ZMB,2010,15,161416,159130 +ZMB,2010,16,155825,153105 +ZMB,2010,17,150555,147408 +ZMB,2010,18,145657,142079 +ZMB,2011,0,261575,267731 +ZMB,2011,1,255548,261409 +ZMB,2011,2,250718,256035 +ZMB,2011,3,245447,250207 +ZMB,2011,4,239782,243974 +ZMB,2011,5,233773,237388 +ZMB,2011,6,227496,230529 +ZMB,2011,7,221030,223478 +ZMB,2011,8,214275,216138 +ZMB,2011,9,207221,208501 +ZMB,2011,10,200004,200708 +ZMB,2011,11,192772,192909 +ZMB,2011,12,185496,185083 +ZMB,2011,13,178613,177652 +ZMB,2011,14,172355,170845 +ZMB,2011,15,166568,164520 +ZMB,2011,16,160834,158287 +ZMB,2011,17,155202,152204 +ZMB,2011,18,149896,146465 +ZMB,2012,0,268002,274124 +ZMB,2012,1,262579,268322 +ZMB,2012,2,254883,260476 +ZMB,2012,3,249823,254908 +ZMB,2012,4,244458,249014 +ZMB,2012,5,238810,242820 +ZMB,2012,6,232899,236351 +ZMB,2012,7,226808,229691 +ZMB,2012,8,220618,222924 +ZMB,2012,9,214055,215781 +ZMB,2012,10,207022,208169 +ZMB,2012,11,199720,200290 +ZMB,2012,12,192445,192446 +ZMB,2012,13,185140,184588 +ZMB,2012,14,178223,177115 +ZMB,2012,15,171933,170262 +ZMB,2012,16,166115,163886 +ZMB,2012,17,160342,157596 +ZMB,2012,18,154667,151450 +ZMB,2013,0,274861,280987 +ZMB,2013,1,268498,274354 +ZMB,2013,2,262196,267727 +ZMB,2013,3,254336,259717 +ZMB,2013,4,249045,253949 +ZMB,2013,5,243583,247986 +ZMB,2013,6,237948,241828 +ZMB,2013,7,232134,235472 +ZMB,2013,8,226226,229006 +ZMB,2013,9,220308,222519 +ZMB,2013,10,213933,215567 +ZMB,2013,11,206920,207975 +ZMB,2013,12,199529,200005 +ZMB,2013,13,192207,192110 +ZMB,2013,14,184869,184216 +ZMB,2013,15,177915,176696 +ZMB,2013,16,171591,169791 +ZMB,2013,17,165739,163361 +ZMB,2013,18,159925,157010 +ZMB,2014,0,281082,287246 +ZMB,2014,1,274040,280014 +ZMB,2014,2,267296,273018 +ZMB,2014,3,260808,266220 +ZMB,2014,4,253915,259078 +ZMB,2014,5,248389,253109 +ZMB,2014,6,242829,247074 +ZMB,2014,7,237204,240947 +ZMB,2014,8,231484,234701 +ZMB,2014,9,225756,228428 +ZMB,2014,10,220108,222217 +ZMB,2014,11,213918,215454 +ZMB,2014,12,206920,207877 +ZMB,2014,13,199436,199813 +ZMB,2014,14,192064,191864 +ZMB,2014,15,184690,183929 +ZMB,2014,16,177696,176360 +ZMB,2014,17,171334,169399 +ZMB,2014,18,165445,162912 +ZMB,2015,0,285939,292171 +ZMB,2015,1,278810,284887 +ZMB,2015,2,272069,277931 +ZMB,2015,3,265657,271249 +ZMB,2015,4,259519,264790 +ZMB,2015,5,253596,258500 +ZMB,2015,6,247832,252328 +ZMB,2015,7,242171,246220 +ZMB,2015,8,236554,240123 +ZMB,2015,9,230926,233986 +ZMB,2015,10,225376,227903 +ZMB,2015,11,219996,221968 +ZMB,2015,12,213989,215392 +ZMB,2015,13,207003,207830 +ZMB,2015,14,199424,199669 +ZMB,2015,15,191999,191664 +ZMB,2015,16,184586,183686 +ZMB,2015,17,177548,176064 +ZMB,2015,18,171146,169048 +ZMB,2016,0,288381,294821 +ZMB,2016,1,284406,290541 +ZMB,2016,2,277745,283700 +ZMB,2016,3,271338,277068 +ZMB,2016,4,265148,270609 +ZMB,2016,5,259136,264285 +ZMB,2016,6,253248,258049 +ZMB,2016,7,247431,251850 +ZMB,2016,8,241726,245715 +ZMB,2016,9,236126,239633 +ZMB,2016,10,230547,233531 +ZMB,2016,11,225000,227440 +ZMB,2016,12,219594,221471 +ZMB,2016,13,213559,214855 +ZMB,2016,14,206549,207249 +ZMB,2016,15,198948,199044 +ZMB,2016,16,191495,190989 +ZMB,2016,17,184050,182956 +ZMB,2016,18,176986,175295 +ZMB,2017,0,289559,296236 +ZMB,2017,1,284518,290950 +ZMB,2017,2,283100,289091 +ZMB,2017,3,276900,282688 +ZMB,2017,4,270823,276376 +ZMB,2017,5,264849,270135 +ZMB,2017,6,258959,263944 +ZMB,2017,7,253101,257757 +ZMB,2017,8,247226,251527 +ZMB,2017,9,241472,245362 +ZMB,2017,10,235886,239292 +ZMB,2017,11,230351,233219 +ZMB,2017,12,224803,227118 +ZMB,2017,13,219366,221111 +ZMB,2017,14,213298,214451 +ZMB,2017,15,206258,206797 +ZMB,2017,16,198630,198542 +ZMB,2017,17,191143,190433 +ZMB,2017,18,183660,182340 +ZMB,2018,0,290596,297523 +ZMB,2018,1,287033,293622 +ZMB,2018,2,283140,289406 +ZMB,2018,3,281916,287734 +ZMB,2018,4,276176,281768 +ZMB,2018,5,270426,275775 +ZMB,2018,6,264665,269750 +ZMB,2018,7,258894,263689 +ZMB,2018,8,253065,257549 +ZMB,2018,9,247128,251287 +ZMB,2018,10,241324,245089 +ZMB,2018,11,235748,239028 +ZMB,2018,12,230256,232985 +ZMB,2018,13,224703,226869 +ZMB,2018,14,219233,220824 +ZMB,2018,15,213130,214116 +ZMB,2018,16,206057,206412 +ZMB,2018,17,198398,198106 +ZMB,2018,18,190875,189940 +ZMB,2019,0,293000,300000 +ZMB,2019,1,290000,297000 +ZMB,2019,2,287000,294000 +ZMB,2019,3,283000,290000 +ZMB,2019,4,281000,286000 +ZMB,2019,5,275000,281000 +ZMB,2019,6,270000,275000 +ZMB,2019,7,264000,269000 +ZMB,2019,8,259000,263000 +ZMB,2019,9,253000,257000 +ZMB,2019,10,247000,251000 +ZMB,2019,11,241000,245000 +ZMB,2019,12,236000,239000 +ZMB,2019,13,230000,233000 +ZMB,2019,14,225000,227000 +ZMB,2019,15,219000,221000 +ZMB,2019,16,213000,214000 +ZMB,2019,17,206000,206000 +ZMB,2019,18,198000,198000 +ZMB,2020,0,298000,305000 +ZMB,2020,1,295000,302000 +ZMB,2020,2,292000,298000 +ZMB,2020,3,288000,294000 +ZMB,2020,4,284000,290000 +ZMB,2020,5,279000,285000 +ZMB,2020,6,275000,280000 +ZMB,2020,7,269000,274000 +ZMB,2020,8,264000,269000 +ZMB,2020,9,259000,263000 +ZMB,2020,10,253000,257000 +ZMB,2020,11,247000,251000 +ZMB,2020,12,241000,244000 +ZMB,2020,13,235000,238000 +ZMB,2020,14,230000,232000 +ZMB,2020,15,224000,226000 +ZMB,2020,16,219000,220000 +ZMB,2020,17,213000,213000 +ZMB,2020,18,206000,206000 +ZMB,2021,0,306000,314000 +ZMB,2021,1,298000,306000 +ZMB,2021,2,295000,302000 +ZMB,2021,3,291000,298000 +ZMB,2021,4,287000,293000 +ZMB,2021,5,283000,289000 +ZMB,2021,6,279000,284000 +ZMB,2021,7,275000,280000 +ZMB,2021,8,270000,275000 +ZMB,2021,9,264000,269000 +ZMB,2021,10,259000,263000 +ZMB,2021,11,253000,257000 +ZMB,2021,12,247000,250000 +ZMB,2021,13,241000,244000 +ZMB,2021,14,235000,238000 +ZMB,2021,15,230000,232000 +ZMB,2021,16,224000,226000 +ZMB,2021,17,219000,220000 +ZMB,2021,18,212000,213000 +ZMB,2022,0,317000,325000 +ZMB,2022,1,310000,317000 +ZMB,2022,2,299000,305000 +ZMB,2022,3,294000,301000 +ZMB,2022,4,290000,297000 +ZMB,2022,5,286000,292000 +ZMB,2022,6,282000,288000 +ZMB,2022,7,278000,283000 +ZMB,2022,8,274000,279000 +ZMB,2022,9,270000,274000 +ZMB,2022,10,264000,269000 +ZMB,2022,11,259000,263000 +ZMB,2022,12,253000,256000 +ZMB,2022,13,247000,250000 +ZMB,2022,14,241000,244000 +ZMB,2022,15,235000,238000 +ZMB,2022,16,229000,231000 +ZMB,2022,17,224000,225000 +ZMB,2022,18,218000,219000 +ZMB,2023,0,329000,337000 +ZMB,2023,1,319000,326000 +ZMB,2023,2,310000,317000 +ZMB,2023,3,299000,305000 +ZMB,2023,4,294000,300000 +ZMB,2023,5,289000,295000 +ZMB,2023,6,285000,291000 +ZMB,2023,7,281000,287000 +ZMB,2023,8,277000,283000 +ZMB,2023,9,274000,279000 +ZMB,2023,10,270000,274000 +ZMB,2023,11,264000,269000 +ZMB,2023,12,258000,262000 +ZMB,2023,13,252000,256000 +ZMB,2023,14,246000,250000 +ZMB,2023,15,240000,243000 +ZMB,2023,16,235000,237000 +ZMB,2023,17,229000,231000 +ZMB,2023,18,223000,225000 +ZMB,2024,0,340000,348000 +ZMB,2024,1,328000,335000 +ZMB,2024,2,317000,324000 +ZMB,2024,3,308000,315000 +ZMB,2024,4,299000,305000 +ZMB,2024,5,293000,299000 +ZMB,2024,6,289000,294000 +ZMB,2024,7,284000,290000 +ZMB,2024,8,280000,286000 +ZMB,2024,9,277000,282000 +ZMB,2024,10,273000,278000 +ZMB,2024,11,270000,274000 +ZMB,2024,12,264000,268000 +ZMB,2024,13,258000,262000 +ZMB,2024,14,252000,256000 +ZMB,2024,15,246000,249000 +ZMB,2024,16,240000,243000 +ZMB,2024,17,234000,236000 +ZMB,2024,18,229000,230000 +ZMB,2025,0,350000,358000 +ZMB,2025,1,336000,344000 +ZMB,2025,2,325000,332000 +ZMB,2025,3,315000,321000 +ZMB,2025,4,306000,313000 +ZMB,2025,5,299000,305000 +ZMB,2025,6,293000,299000 +ZMB,2025,7,288000,293000 +ZMB,2025,8,283000,289000 +ZMB,2025,9,279000,285000 +ZMB,2025,10,276000,281000 +ZMB,2025,11,273000,278000 +ZMB,2025,12,270000,274000 +ZMB,2025,13,264000,268000 +ZMB,2025,14,258000,262000 +ZMB,2025,15,252000,255000 +ZMB,2025,16,246000,249000 +ZMB,2025,17,240000,242000 +ZMB,2025,18,234000,236000 +ZMB,2026,0,357000,365000 +ZMB,2026,1,348000,355000 +ZMB,2026,2,335000,342000 +ZMB,2026,3,324000,331000 +ZMB,2026,4,315000,321000 +ZMB,2026,5,306000,313000 +ZMB,2026,6,299000,305000 +ZMB,2026,7,293000,298000 +ZMB,2026,8,287000,293000 +ZMB,2026,9,283000,288000 +ZMB,2026,10,279000,284000 +ZMB,2026,11,276000,280000 +ZMB,2026,12,273000,277000 +ZMB,2026,13,269000,273000 +ZMB,2026,14,264000,268000 +ZMB,2026,15,258000,261000 +ZMB,2026,16,251000,255000 +ZMB,2026,17,245000,248000 +ZMB,2026,18,239000,242000 +ZMB,2027,0,362000,370000 +ZMB,2027,1,350000,358000 +ZMB,2027,2,346000,353000 +ZMB,2027,3,334000,341000 +ZMB,2027,4,324000,331000 +ZMB,2027,5,315000,321000 +ZMB,2027,6,307000,313000 +ZMB,2027,7,299000,305000 +ZMB,2027,8,293000,298000 +ZMB,2027,9,287000,292000 +ZMB,2027,10,282000,288000 +ZMB,2027,11,279000,284000 +ZMB,2027,12,276000,280000 +ZMB,2027,13,273000,277000 +ZMB,2027,14,269000,273000 +ZMB,2027,15,264000,267000 +ZMB,2027,16,257000,261000 +ZMB,2027,17,251000,254000 +ZMB,2027,18,245000,248000 +ZMB,2028,0,366000,374000 +ZMB,2028,1,356000,364000 +ZMB,2028,2,347000,355000 +ZMB,2028,3,344000,351000 +ZMB,2028,4,333000,340000 +ZMB,2028,5,324000,330000 +ZMB,2028,6,315000,321000 +ZMB,2028,7,307000,313000 +ZMB,2028,8,300000,305000 +ZMB,2028,9,293000,298000 +ZMB,2028,10,287000,292000 +ZMB,2028,11,282000,287000 +ZMB,2028,12,279000,283000 +ZMB,2028,13,276000,280000 +ZMB,2028,14,273000,277000 +ZMB,2028,15,269000,273000 +ZMB,2028,16,264000,267000 +ZMB,2028,17,257000,260000 +ZMB,2028,18,251000,254000 +ZMB,2029,0,370000,379000 +ZMB,2029,1,363000,371000 +ZMB,2029,2,355000,362000 +ZMB,2029,3,347000,354000 +ZMB,2029,4,342000,349000 +ZMB,2029,5,333000,339000 +ZMB,2029,6,324000,330000 +ZMB,2029,7,316000,322000 +ZMB,2029,8,308000,313000 +ZMB,2029,9,300000,306000 +ZMB,2029,10,292000,298000 +ZMB,2029,11,286000,291000 +ZMB,2029,12,282000,287000 +ZMB,2029,13,279000,283000 +ZMB,2029,14,275000,280000 +ZMB,2029,15,273000,277000 +ZMB,2029,16,269000,272000 +ZMB,2029,17,263000,267000 +ZMB,2029,18,257000,260000 +ZMB,2030,0,375000,384000 +ZMB,2030,1,369000,377000 +ZMB,2030,2,362000,370000 +ZMB,2030,3,355000,362000 +ZMB,2030,4,347000,354000 +ZMB,2030,5,340000,346000 +ZMB,2030,6,332000,338000 +ZMB,2030,7,324000,330000 +ZMB,2030,8,316000,322000 +ZMB,2030,9,308000,314000 +ZMB,2030,10,300000,306000 +ZMB,2030,11,292000,298000 +ZMB,2030,12,286000,291000 +ZMB,2030,13,281000,286000 +ZMB,2030,14,278000,283000 +ZMB,2030,15,275000,279000 +ZMB,2030,16,272000,276000 +ZMB,2030,17,268000,272000 +ZMB,2030,18,263000,266000 +ZMB,2031,0,381000,390000 +ZMB,2031,1,375000,383000 +ZMB,2031,2,368000,376000 +ZMB,2031,3,362000,369000 +ZMB,2031,4,354000,361000 +ZMB,2031,5,347000,354000 +ZMB,2031,6,339000,346000 +ZMB,2031,7,331000,338000 +ZMB,2031,8,324000,330000 +ZMB,2031,9,316000,321000 +ZMB,2031,10,308000,313000 +ZMB,2031,11,300000,305000 +ZMB,2031,12,292000,297000 +ZMB,2031,13,286000,291000 +ZMB,2031,14,281000,286000 +ZMB,2031,15,278000,283000 +ZMB,2031,16,275000,279000 +ZMB,2031,17,272000,276000 +ZMB,2031,18,268000,272000 +ZMB,2032,0,388000,397000 +ZMB,2032,1,382000,391000 +ZMB,2032,2,375000,383000 +ZMB,2032,3,368000,376000 +ZMB,2032,4,361000,368000 +ZMB,2032,5,354000,361000 +ZMB,2032,6,346000,353000 +ZMB,2032,7,339000,345000 +ZMB,2032,8,331000,337000 +ZMB,2032,9,324000,329000 +ZMB,2032,10,316000,321000 +ZMB,2032,11,308000,313000 +ZMB,2032,12,300000,305000 +ZMB,2032,13,292000,297000 +ZMB,2032,14,286000,290000 +ZMB,2032,15,281000,286000 +ZMB,2032,16,278000,282000 +ZMB,2032,17,275000,279000 +ZMB,2032,18,272000,275000 +ZMB,2033,0,395000,404000 +ZMB,2033,1,389000,397000 +ZMB,2033,2,382000,390000 +ZMB,2033,3,374000,382000 +ZMB,2033,4,367000,375000 +ZMB,2033,5,360000,367000 +ZMB,2033,6,353000,360000 +ZMB,2033,7,346000,352000 +ZMB,2033,8,338000,345000 +ZMB,2033,9,331000,337000 +ZMB,2033,10,323000,329000 +ZMB,2033,11,316000,321000 +ZMB,2033,12,308000,313000 +ZMB,2033,13,300000,305000 +ZMB,2033,14,292000,297000 +ZMB,2033,15,285000,290000 +ZMB,2033,16,281000,285000 +ZMB,2033,17,278000,282000 +ZMB,2033,18,274000,278000 +ZMB,2034,0,402000,411000 +ZMB,2034,1,395000,404000 +ZMB,2034,2,389000,397000 +ZMB,2034,3,382000,389000 +ZMB,2034,4,374000,381000 +ZMB,2034,5,367000,374000 +ZMB,2034,6,360000,367000 +ZMB,2034,7,353000,359000 +ZMB,2034,8,345000,351000 +ZMB,2034,9,338000,344000 +ZMB,2034,10,331000,337000 +ZMB,2034,11,323000,329000 +ZMB,2034,12,316000,321000 +ZMB,2034,13,308000,313000 +ZMB,2034,14,300000,305000 +ZMB,2034,15,292000,296000 +ZMB,2034,16,285000,289000 +ZMB,2034,17,281000,285000 +ZMB,2034,18,277000,281000 +ZMB,2035,0,409000,418000 +ZMB,2035,1,402000,410000 +ZMB,2035,2,395000,403000 +ZMB,2035,3,388000,396000 +ZMB,2035,4,381000,388000 +ZMB,2035,5,374000,381000 +ZMB,2035,6,366000,373000 +ZMB,2035,7,359000,366000 +ZMB,2035,8,352000,358000 +ZMB,2035,9,345000,351000 +ZMB,2035,10,338000,343000 +ZMB,2035,11,331000,336000 +ZMB,2035,12,323000,329000 +ZMB,2035,13,315000,321000 +ZMB,2035,14,307000,312000 +ZMB,2035,15,299000,304000 +ZMB,2035,16,291000,296000 +ZMB,2035,17,285000,289000 +ZMB,2035,18,280000,284000 +ZMB,2036,0,415000,424000 +ZMB,2036,1,408000,417000 +ZMB,2036,2,401000,410000 +ZMB,2036,3,394000,402000 +ZMB,2036,4,387000,395000 +ZMB,2036,5,380000,388000 +ZMB,2036,6,373000,380000 +ZMB,2036,7,366000,373000 +ZMB,2036,8,359000,365000 +ZMB,2036,9,352000,358000 +ZMB,2036,10,345000,350000 +ZMB,2036,11,337000,343000 +ZMB,2036,12,330000,336000 +ZMB,2036,13,323000,328000 +ZMB,2036,14,315000,320000 +ZMB,2036,15,307000,312000 +ZMB,2036,16,299000,304000 +ZMB,2036,17,291000,295000 +ZMB,2036,18,285000,288000 +ZMB,2037,0,420000,430000 +ZMB,2037,1,414000,423000 +ZMB,2037,2,408000,416000 +ZMB,2037,3,401000,409000 +ZMB,2037,4,394000,402000 +ZMB,2037,5,387000,394000 +ZMB,2037,6,380000,387000 +ZMB,2037,7,373000,380000 +ZMB,2037,8,366000,373000 +ZMB,2037,9,359000,365000 +ZMB,2037,10,352000,358000 +ZMB,2037,11,344000,350000 +ZMB,2037,12,337000,343000 +ZMB,2037,13,330000,336000 +ZMB,2037,14,323000,328000 +ZMB,2037,15,315000,320000 +ZMB,2037,16,307000,311000 +ZMB,2037,17,299000,303000 +ZMB,2037,18,291000,295000 +ZMB,2038,0,426000,436000 +ZMB,2038,1,419000,428000 +ZMB,2038,2,413000,422000 +ZMB,2038,3,407000,415000 +ZMB,2038,4,400000,408000 +ZMB,2038,5,394000,401000 +ZMB,2038,6,387000,394000 +ZMB,2038,7,380000,387000 +ZMB,2038,8,373000,379000 +ZMB,2038,9,366000,372000 +ZMB,2038,10,359000,365000 +ZMB,2038,11,352000,357000 +ZMB,2038,12,344000,350000 +ZMB,2038,13,337000,343000 +ZMB,2038,14,330000,335000 +ZMB,2038,15,323000,328000 +ZMB,2038,16,315000,319000 +ZMB,2038,17,307000,311000 +ZMB,2038,18,299000,303000 +ZMB,2039,0,431000,441000 +ZMB,2039,1,425000,434000 +ZMB,2039,2,419000,427000 +ZMB,2039,3,412000,421000 +ZMB,2039,4,406000,414000 +ZMB,2039,5,400000,407000 +ZMB,2039,6,393000,400000 +ZMB,2039,7,386000,393000 +ZMB,2039,8,380000,386000 +ZMB,2039,9,373000,379000 +ZMB,2039,10,366000,372000 +ZMB,2039,11,359000,365000 +ZMB,2039,12,351000,357000 +ZMB,2039,13,344000,350000 +ZMB,2039,14,337000,342000 +ZMB,2039,15,330000,335000 +ZMB,2039,16,322000,327000 +ZMB,2039,17,315000,319000 +ZMB,2039,18,306000,311000 +ZMB,2040,0,437000,447000 +ZMB,2040,1,431000,440000 +ZMB,2040,2,425000,433000 +ZMB,2040,3,418000,427000 +ZMB,2040,4,412000,420000 +ZMB,2040,5,406000,413000 +ZMB,2040,6,399000,406000 +ZMB,2040,7,393000,399000 +ZMB,2040,8,386000,393000 +ZMB,2040,9,379000,386000 +ZMB,2040,10,372000,379000 +ZMB,2040,11,365000,372000 +ZMB,2040,12,358000,364000 +ZMB,2040,13,351000,357000 +ZMB,2040,14,344000,349000 +ZMB,2040,15,337000,342000 +ZMB,2040,16,330000,335000 +ZMB,2040,17,322000,327000 +ZMB,2040,18,314000,319000 +ZMB,2041,0,443000,453000 +ZMB,2041,1,437000,446000 +ZMB,2041,2,430000,439000 +ZMB,2041,3,424000,433000 +ZMB,2041,4,418000,426000 +ZMB,2041,5,412000,419000 +ZMB,2041,6,405000,413000 +ZMB,2041,7,399000,406000 +ZMB,2041,8,393000,399000 +ZMB,2041,9,386000,392000 +ZMB,2041,10,379000,385000 +ZMB,2041,11,372000,378000 +ZMB,2041,12,365000,371000 +ZMB,2041,13,358000,364000 +ZMB,2041,14,351000,357000 +ZMB,2041,15,344000,349000 +ZMB,2041,16,336000,341000 +ZMB,2041,17,329000,334000 +ZMB,2041,18,322000,326000 +ZMB,2042,0,449000,459000 +ZMB,2042,1,443000,452000 +ZMB,2042,2,436000,445000 +ZMB,2042,3,430000,439000 +ZMB,2042,4,424000,432000 +ZMB,2042,5,418000,426000 +ZMB,2042,6,411000,419000 +ZMB,2042,7,405000,412000 +ZMB,2042,8,399000,406000 +ZMB,2042,9,392000,399000 +ZMB,2042,10,386000,392000 +ZMB,2042,11,379000,385000 +ZMB,2042,12,372000,378000 +ZMB,2042,13,365000,371000 +ZMB,2042,14,358000,364000 +ZMB,2042,15,351000,356000 +ZMB,2042,16,344000,348000 +ZMB,2042,17,336000,341000 +ZMB,2042,18,329000,333000 +ZMB,2043,0,455000,465000 +ZMB,2043,1,448000,458000 +ZMB,2043,2,442000,451000 +ZMB,2043,3,436000,444000 +ZMB,2043,4,430000,438000 +ZMB,2043,5,423000,431000 +ZMB,2043,6,417000,425000 +ZMB,2043,7,411000,418000 +ZMB,2043,8,405000,412000 +ZMB,2043,9,399000,405000 +ZMB,2043,10,392000,399000 +ZMB,2043,11,386000,392000 +ZMB,2043,12,379000,385000 +ZMB,2043,13,372000,378000 +ZMB,2043,14,365000,371000 +ZMB,2043,15,358000,363000 +ZMB,2043,16,351000,356000 +ZMB,2043,17,343000,348000 +ZMB,2043,18,336000,340000 +ZMB,2044,0,461000,471000 +ZMB,2044,1,454000,464000 +ZMB,2044,2,448000,457000 +ZMB,2044,3,441000,450000 +ZMB,2044,4,435000,443000 +ZMB,2044,5,429000,437000 +ZMB,2044,6,423000,431000 +ZMB,2044,7,417000,424000 +ZMB,2044,8,411000,418000 +ZMB,2044,9,405000,411000 +ZMB,2044,10,398000,405000 +ZMB,2044,11,392000,398000 +ZMB,2044,12,386000,392000 +ZMB,2044,13,379000,385000 +ZMB,2044,14,372000,377000 +ZMB,2044,15,365000,370000 +ZMB,2044,16,358000,363000 +ZMB,2044,17,350000,355000 +ZMB,2044,18,343000,347000 +ZMB,2045,0,466000,477000 +ZMB,2045,1,460000,469000 +ZMB,2045,2,453000,462000 +ZMB,2045,3,447000,456000 +ZMB,2045,4,441000,449000 +ZMB,2045,5,435000,442000 +ZMB,2045,6,429000,436000 +ZMB,2045,7,422000,430000 +ZMB,2045,8,416000,424000 +ZMB,2045,9,410000,417000 +ZMB,2045,10,404000,411000 +ZMB,2045,11,398000,405000 +ZMB,2045,12,392000,398000 +ZMB,2045,13,385000,391000 +ZMB,2045,14,378000,384000 +ZMB,2045,15,372000,377000 +ZMB,2045,16,365000,370000 +ZMB,2045,17,357000,362000 +ZMB,2045,18,350000,355000 +ZMB,2046,0,472000,482000 +ZMB,2046,1,466000,476000 +ZMB,2046,2,459000,469000 +ZMB,2046,3,453000,462000 +ZMB,2046,4,447000,455000 +ZMB,2046,5,441000,449000 +ZMB,2046,6,434000,442000 +ZMB,2046,7,428000,436000 +ZMB,2046,8,422000,430000 +ZMB,2046,9,416000,423000 +ZMB,2046,10,410000,417000 +ZMB,2046,11,404000,411000 +ZMB,2046,12,398000,404000 +ZMB,2046,13,392000,398000 +ZMB,2046,14,385000,391000 +ZMB,2046,15,378000,384000 +ZMB,2046,16,371000,377000 +ZMB,2046,17,364000,369000 +ZMB,2046,18,357000,362000 +ZMB,2047,0,477000,487000 +ZMB,2047,1,471000,480000 +ZMB,2047,2,465000,475000 +ZMB,2047,3,459000,468000 +ZMB,2047,4,453000,461000 +ZMB,2047,5,446000,455000 +ZMB,2047,6,440000,448000 +ZMB,2047,7,434000,442000 +ZMB,2047,8,428000,436000 +ZMB,2047,9,422000,429000 +ZMB,2047,10,416000,423000 +ZMB,2047,11,410000,417000 +ZMB,2047,12,404000,410000 +ZMB,2047,13,398000,404000 +ZMB,2047,14,392000,397000 +ZMB,2047,15,385000,391000 +ZMB,2047,16,378000,383000 +ZMB,2047,17,371000,376000 +ZMB,2047,18,364000,369000 +ZMB,2048,0,482000,493000 +ZMB,2048,1,476000,486000 +ZMB,2048,2,470000,479000 +ZMB,2048,3,465000,474000 +ZMB,2048,4,458000,467000 +ZMB,2048,5,452000,461000 +ZMB,2048,6,446000,454000 +ZMB,2048,7,440000,448000 +ZMB,2048,8,434000,442000 +ZMB,2048,9,428000,435000 +ZMB,2048,10,422000,429000 +ZMB,2048,11,416000,423000 +ZMB,2048,12,410000,416000 +ZMB,2048,13,404000,410000 +ZMB,2048,14,398000,404000 +ZMB,2048,15,391000,397000 +ZMB,2048,16,385000,390000 +ZMB,2048,17,378000,383000 +ZMB,2048,18,371000,376000 +ZMB,2049,0,487000,498000 +ZMB,2049,1,481000,491000 +ZMB,2049,2,475000,485000 +ZMB,2049,3,469000,478000 +ZMB,2049,4,464000,473000 +ZMB,2049,5,458000,466000 +ZMB,2049,6,452000,460000 +ZMB,2049,7,446000,454000 +ZMB,2049,8,440000,447000 +ZMB,2049,9,434000,441000 +ZMB,2049,10,428000,435000 +ZMB,2049,11,422000,429000 +ZMB,2049,12,416000,422000 +ZMB,2049,13,410000,416000 +ZMB,2049,14,404000,410000 +ZMB,2049,15,398000,403000 +ZMB,2049,16,391000,397000 +ZMB,2049,17,385000,390000 +ZMB,2049,18,378000,382000 +ZMB,2050,0,492000,503000 +ZMB,2050,1,486000,497000 +ZMB,2050,2,481000,490000 +ZMB,2050,3,475000,484000 +ZMB,2050,4,469000,478000 +ZMB,2050,5,463000,472000 +ZMB,2050,6,457000,465000 +ZMB,2050,7,452000,459000 +ZMB,2050,8,446000,453000 +ZMB,2050,9,440000,447000 +ZMB,2050,10,434000,441000 +ZMB,2050,11,428000,434000 +ZMB,2050,12,422000,428000 +ZMB,2050,13,416000,422000 +ZMB,2050,14,410000,416000 +ZMB,2050,15,404000,409000 +ZMB,2050,16,397000,403000 +ZMB,2050,17,391000,396000 +ZMB,2050,18,384000,389000 +ZWE,1990,0,183959,187785 +ZWE,1990,1,178012,181440 +ZWE,1990,2,172940,176015 +ZWE,1990,3,168622,171387 +ZWE,1990,4,164938,167430 +ZWE,1990,5,161768,164022 +ZWE,1990,6,158992,161040 +ZWE,1990,7,156489,158358 +ZWE,1990,8,154139,155854 +ZWE,1990,9,151822,153405 +ZWE,1990,10,149663,151132 +ZWE,1990,11,147789,149161 +ZWE,1990,12,144848,146132 +ZWE,1990,13,140227,141426 +ZWE,1990,14,134545,135662 +ZWE,1990,15,129024,130065 +ZWE,1990,16,123410,124381 +ZWE,1990,17,118255,119148 +ZWE,1990,18,113953,114755 +ZWE,1991,0,182961,186978 +ZWE,1991,1,182070,185803 +ZWE,1991,2,177082,180452 +ZWE,1991,3,172664,175710 +ZWE,1991,4,168741,171499 +ZWE,1991,5,165239,167741 +ZWE,1991,6,162040,164315 +ZWE,1991,7,159026,161101 +ZWE,1991,8,156336,158232 +ZWE,1991,9,153979,155714 +ZWE,1991,10,151754,153344 +ZWE,1991,11,149578,151039 +ZWE,1991,12,147627,148973 +ZWE,1991,13,144583,145814 +ZWE,1991,14,139832,140944 +ZWE,1991,15,134003,134991 +ZWE,1991,16,128330,129201 +ZWE,1991,17,122558,123315 +ZWE,1991,18,117259,117903 +ZWE,1992,0,179016,183039 +ZWE,1992,1,176589,180277 +ZWE,1992,2,180095,183618 +ZWE,1992,3,176072,179272 +ZWE,1992,4,172313,175221 +ZWE,1992,5,168788,171434 +ZWE,1992,6,165469,167878 +ZWE,1992,7,162242,164437 +ZWE,1992,8,158992,160994 +ZWE,1992,9,156115,157940 +ZWE,1992,10,153752,155411 +ZWE,1992,11,151620,153123 +ZWE,1992,12,149428,150788 +ZWE,1992,13,147400,148628 +ZWE,1992,14,144254,145344 +ZWE,1992,15,139375,140312 +ZWE,1992,16,133401,134177 +ZWE,1992,17,127577,128198 +ZWE,1992,18,121648,122116 +ZWE,1993,0,173431,177347 +ZWE,1993,1,173868,177497 +ZWE,1993,2,173780,177141 +ZWE,1993,3,177941,181168 +ZWE,1993,4,174889,177835 +ZWE,1993,5,171794,174483 +ZWE,1993,6,168672,171126 +ZWE,1993,7,165540,167779 +ZWE,1993,8,162287,164328 +ZWE,1993,9,158803,160660 +ZWE,1993,10,155742,157424 +ZWE,1993,11,153376,154888 +ZWE,1993,12,151338,152685 +ZWE,1993,13,149134,150323 +ZWE,1993,14,147030,148072 +ZWE,1993,15,143785,144667 +ZWE,1993,16,138783,139481 +ZWE,1993,17,132669,133171 +ZWE,1993,18,126700,127011 +ZWE,1994,0,168112,171914 +ZWE,1994,1,170868,174403 +ZWE,1994,2,172597,175881 +ZWE,1994,3,173389,176438 +ZWE,1994,4,175461,178339 +ZWE,1994,5,173385,176024 +ZWE,1994,6,170959,173378 +ZWE,1994,7,168245,170458 +ZWE,1994,8,165306,167326 +ZWE,1994,9,162034,163872 +ZWE,1994,10,158323,159988 +ZWE,1994,11,155083,156578 +ZWE,1994,12,152717,154039 +ZWE,1994,13,150779,151926 +ZWE,1994,14,148565,149542 +ZWE,1994,15,146390,147205 +ZWE,1994,16,143051,143685 +ZWE,1994,17,137935,138357 +ZWE,1994,18,131693,131886 +ZWE,1995,0,164516,168258 +ZWE,1995,1,168315,171765 +ZWE,1995,2,170917,174101 +ZWE,1995,3,172433,175370 +ZWE,1995,4,172968,175678 +ZWE,1995,5,172632,175132 +ZWE,1995,6,171533,173836 +ZWE,1995,7,169779,171896 +ZWE,1995,8,167477,169417 +ZWE,1995,9,164735,166506 +ZWE,1995,10,161451,163057 +ZWE,1995,11,157520,158966 +ZWE,1995,12,154109,155390 +ZWE,1995,13,151749,152855 +ZWE,1995,14,149914,150835 +ZWE,1995,15,147694,148434 +ZWE,1995,16,145453,146018 +ZWE,1995,17,142028,142392 +ZWE,1995,18,136808,136934 +ZWE,1996,0,164530,168639 +ZWE,1996,1,164592,168186 +ZWE,1996,2,167688,171004 +ZWE,1996,3,169916,172983 +ZWE,1996,4,171323,174163 +ZWE,1996,5,171957,174586 +ZWE,1996,6,171928,174363 +ZWE,1996,7,171346,173602 +ZWE,1996,8,169944,172009 +ZWE,1996,9,167642,169491 +ZWE,1996,10,164677,166294 +ZWE,1996,11,161264,162659 +ZWE,1996,12,157242,158427 +ZWE,1996,13,153705,154649 +ZWE,1996,14,151181,151838 +ZWE,1996,15,149153,149498 +ZWE,1996,16,146730,146774 +ZWE,1996,17,144278,144020 +ZWE,1996,18,140629,140113 +ZWE,1997,0,166235,170784 +ZWE,1997,1,167855,171901 +ZWE,1997,2,164269,167684 +ZWE,1997,3,166652,169803 +ZWE,1997,4,168498,171417 +ZWE,1997,5,169794,172504 +ZWE,1997,6,170525,173043 +ZWE,1997,7,170804,173145 +ZWE,1997,8,170743,172924 +ZWE,1997,9,169697,171684 +ZWE,1997,10,167401,169134 +ZWE,1997,11,164218,165656 +ZWE,1997,12,160685,161843 +ZWE,1997,13,156582,157480 +ZWE,1997,14,152926,153509 +ZWE,1997,15,150244,150429 +ZWE,1997,16,148028,147773 +ZWE,1997,17,145406,144729 +ZWE,1997,18,142748,141642 +ZWE,1998,0,169090,173985 +ZWE,1998,1,168268,172519 +ZWE,1998,2,167757,171474 +ZWE,1998,3,163676,166820 +ZWE,1998,4,165342,168234 +ZWE,1998,5,166804,169480 +ZWE,1998,6,167986,170472 +ZWE,1998,7,168813,171125 +ZWE,1998,8,169400,171553 +ZWE,1998,9,169859,171873 +ZWE,1998,10,169172,170989 +ZWE,1998,11,166885,168412 +ZWE,1998,12,163491,164662 +ZWE,1998,13,159843,160679 +ZWE,1998,14,155664,156194 +ZWE,1998,15,151897,152038 +ZWE,1998,16,149060,148694 +ZWE,1998,17,146659,145727 +ZWE,1998,18,143844,142370 +ZWE,1999,0,172189,177103 +ZWE,1999,1,168975,173162 +ZWE,1999,2,166744,170336 +ZWE,1999,3,165347,168459 +ZWE,1999,4,162988,165691 +ZWE,1999,5,163939,166399 +ZWE,1999,6,165016,167276 +ZWE,1999,7,166083,168171 +ZWE,1999,8,167006,168936 +ZWE,1999,9,167899,169689 +ZWE,1999,10,168878,170548 +ZWE,1999,11,168549,170021 +ZWE,1999,12,166273,167421 +ZWE,1999,13,162668,163404 +ZWE,1999,14,158908,159258 +ZWE,1999,15,154657,154659 +ZWE,1999,16,150780,150325 +ZWE,1999,17,147792,146723 +ZWE,1999,18,145208,143451 +ZWE,2000,0,174844,179298 +ZWE,2000,1,169843,173593 +ZWE,2000,2,166283,169456 +ZWE,2000,3,163967,166674 +ZWE,2000,4,162699,165034 +ZWE,2000,5,162281,164324 +ZWE,2000,6,162517,164329 +ZWE,2000,7,163211,164838 +ZWE,2000,8,164164,165636 +ZWE,2000,9,165182,166512 +ZWE,2000,10,166380,167586 +ZWE,2000,11,167877,168980 +ZWE,2000,12,167905,168808 +ZWE,2000,13,165640,166190 +ZWE,2000,14,161826,161914 +ZWE,2000,15,157955,157611 +ZWE,2000,16,153633,152905 +ZWE,2000,17,149646,148401 +ZWE,2000,18,146507,144549 +ZWE,2001,0,177105,181214 +ZWE,2001,1,172667,176664 +ZWE,2001,2,168285,171675 +ZWE,2001,3,165187,168059 +ZWE,2001,4,163196,165620 +ZWE,2001,5,162130,164165 +ZWE,2001,6,161797,163492 +ZWE,2001,7,162005,163400 +ZWE,2001,8,162637,163732 +ZWE,2001,9,163539,164308 +ZWE,2001,10,164494,164912 +ZWE,2001,11,165562,165644 +ZWE,2001,12,166883,166647 +ZWE,2001,13,166685,166036 +ZWE,2001,14,164141,162931 +ZWE,2001,15,160011,158146 +ZWE,2001,16,155819,153340 +ZWE,2001,17,151177,148141 +ZWE,2001,18,146863,143201 +ZWE,2002,0,179066,182387 +ZWE,2002,1,172620,175618 +ZWE,2002,2,170506,173851 +ZWE,2002,3,166741,169582 +ZWE,2002,4,164106,166489 +ZWE,2002,5,162438,164396 +ZWE,2002,6,161575,163127 +ZWE,2002,7,161327,162494 +ZWE,2002,8,161507,162304 +ZWE,2002,9,162078,162459 +ZWE,2002,10,162929,162812 +ZWE,2002,11,163820,163145 +ZWE,2002,12,164758,163533 +ZWE,2002,13,165903,164146 +ZWE,2002,14,165480,163095 +ZWE,2002,15,162656,159507 +ZWE,2002,16,158210,154218 +ZWE,2002,17,153697,148914 +ZWE,2002,18,148736,143228 +ZWE,2003,0,181129,183544 +ZWE,2003,1,174616,176972 +ZWE,2003,2,169580,171856 +ZWE,2003,3,168377,171025 +ZWE,2003,4,165229,167477 +ZWE,2003,5,163055,164907 +ZWE,2003,6,161711,163158 +ZWE,2003,7,161049,162076 +ZWE,2003,8,160887,161481 +ZWE,2003,9,161038,161194 +ZWE,2003,10,161549,161172 +ZWE,2003,11,162348,161303 +ZWE,2003,12,163176,161364 +ZWE,2003,13,163985,161411 +ZWE,2003,14,164954,161632 +ZWE,2003,15,164305,160143 +ZWE,2003,16,161202,156074 +ZWE,2003,17,156439,150282 +ZWE,2003,18,151603,144482 +ZWE,2004,0,183860,185699 +ZWE,2004,1,177272,179217 +ZWE,2004,2,172001,173994 +ZWE,2004,3,167913,169894 +ZWE,2004,4,166262,168364 +ZWE,2004,5,163730,165531 +ZWE,2004,6,162019,163481 +ZWE,2004,7,160998,162075 +ZWE,2004,8,160538,161178 +ZWE,2004,9,160460,160621 +ZWE,2004,10,160583,160237 +ZWE,2004,11,161033,160039 +ZWE,2004,12,161781,159948 +ZWE,2004,13,162547,159737 +ZWE,2004,14,163225,159442 +ZWE,2004,15,164019,159274 +ZWE,2004,16,163145,157346 +ZWE,2004,17,159761,152791 +ZWE,2004,18,154681,146492 +ZWE,2005,0,187654,189582 +ZWE,2005,1,180727,182742 +ZWE,2005,2,175028,177083 +ZWE,2005,3,170443,172487 +ZWE,2005,4,166860,168835 +ZWE,2005,5,164167,166007 +ZWE,2005,6,162252,163886 +ZWE,2005,7,161002,162353 +ZWE,2005,8,160304,161289 +ZWE,2005,9,160047,160575 +ZWE,2005,10,160053,160055 +ZWE,2005,11,160149,159573 +ZWE,2005,12,160537,159198 +ZWE,2005,13,161235,158884 +ZWE,2005,14,161937,158402 +ZWE,2005,15,162486,157763 +ZWE,2005,16,163104,157204 +ZWE,2005,17,162004,154832 +ZWE,2005,18,158340,149783 +ZWE,2006,0,192085,193768 +ZWE,2006,1,185376,186489 +ZWE,2006,2,178920,180088 +ZWE,2006,3,173606,174812 +ZWE,2006,4,169325,170534 +ZWE,2006,5,165967,167129 +ZWE,2006,6,163431,164496 +ZWE,2006,7,161616,162534 +ZWE,2006,8,160366,160993 +ZWE,2006,9,159553,159697 +ZWE,2006,10,159095,158594 +ZWE,2006,11,158868,157677 +ZWE,2006,12,158695,156786 +ZWE,2006,13,158806,155960 +ZWE,2006,14,159237,155161 +ZWE,2006,15,159682,154193 +ZWE,2006,16,159962,153075 +ZWE,2006,17,160306,152026 +ZWE,2006,18,158965,149353 +ZWE,2007,0,197293,199399 +ZWE,2007,1,188985,190589 +ZWE,2007,2,183198,183834 +ZWE,2007,3,177207,177856 +ZWE,2007,4,172275,172948 +ZWE,2007,5,168295,168977 +ZWE,2007,6,165159,165810 +ZWE,2007,7,162778,163365 +ZWE,2007,8,161063,161556 +ZWE,2007,9,159813,160003 +ZWE,2007,10,158885,158474 +ZWE,2007,11,158225,156983 +ZWE,2007,12,157765,155668 +ZWE,2007,13,157325,154369 +ZWE,2007,14,157159,153091 +ZWE,2007,15,157324,151809 +ZWE,2007,16,157513,150355 +ZWE,2007,17,157525,148759 +ZWE,2007,18,157595,147220 +ZWE,2008,0,203207,206151 +ZWE,2008,1,194093,196077 +ZWE,2008,2,186311,187580 +ZWE,2008,3,181166,181565 +ZWE,2008,4,175635,175996 +ZWE,2008,5,171081,171446 +ZWE,2008,6,167398,167774 +ZWE,2008,7,164482,164839 +ZWE,2008,8,162254,162575 +ZWE,2008,9,160637,160916 +ZWE,2008,10,159386,159348 +ZWE,2008,11,158342,157582 +ZWE,2008,12,157481,155701 +ZWE,2008,13,156788,153987 +ZWE,2008,14,156080,152276 +ZWE,2008,15,155637,150546 +ZWE,2008,16,155537,148778 +ZWE,2008,17,155470,146836 +ZWE,2008,18,155215,144758 +ZWE,2009,0,209715,213509 +ZWE,2009,1,199918,202382 +ZWE,2009,2,191484,192959 +ZWE,2009,3,184304,185080 +ZWE,2009,4,179333,179595 +ZWE,2009,5,174257,174427 +ZWE,2009,6,170076,170228 +ZWE,2009,7,166686,166848 +ZWE,2009,8,163986,164140 +ZWE,2009,9,161909,162055 +ZWE,2009,10,160388,160543 +ZWE,2009,11,159135,158958 +ZWE,2009,12,157973,156953 +ZWE,2009,13,156910,154676 +ZWE,2009,14,155983,152559 +ZWE,2009,15,155007,150432 +ZWE,2009,16,154287,148246 +ZWE,2009,17,153921,145989 +ZWE,2009,18,153599,143554 +ZWE,2010,0,216596,220942 +ZWE,2010,1,206378,209224 +ZWE,2010,2,197481,199210 +ZWE,2010,3,189804,190741 +ZWE,2010,4,183244,183661 +ZWE,2010,5,177702,177814 +ZWE,2010,6,173075,173043 +ZWE,2010,7,169263,169192 +ZWE,2010,8,166165,166103 +ZWE,2010,9,163679,163621 +ZWE,2010,10,161750,161713 +ZWE,2010,11,160324,160347 +ZWE,2010,12,159067,158743 +ZWE,2010,13,157786,156494 +ZWE,2010,14,156519,153817 +ZWE,2010,15,155356,151292 +ZWE,2010,16,154109,148747 +ZWE,2010,17,153111,146099 +ZWE,2010,18,152479,143346 +ZWE,2011,0,223140,227236 +ZWE,2011,1,214074,217762 +ZWE,2011,2,204678,207131 +ZWE,2011,3,196368,197882 +ZWE,2011,4,189071,189898 +ZWE,2011,5,182718,183065 +ZWE,2011,6,177209,177230 +ZWE,2011,7,172450,172241 +ZWE,2011,8,168498,168165 +ZWE,2011,9,165335,164957 +ZWE,2011,10,162812,162393 +ZWE,2011,11,160756,160282 +ZWE,2011,12,159152,158649 +ZWE,2011,13,157652,156675 +ZWE,2011,14,156048,153925 +ZWE,2011,15,154409,150671 +ZWE,2011,16,152881,147586 +ZWE,2011,17,151276,144499 +ZWE,2011,18,149946,141357 +ZWE,2012,0,230218,233805 +ZWE,2012,1,219658,222155 +ZWE,2012,2,211854,214938 +ZWE,2012,3,203266,205374 +ZWE,2012,4,195529,196873 +ZWE,2012,5,188603,189361 +ZWE,2012,6,182445,182762 +ZWE,2012,7,176963,176929 +ZWE,2012,8,172064,171716 +ZWE,2012,9,167967,167408 +ZWE,2012,10,164736,164075 +ZWE,2012,11,162172,161427 +ZWE,2012,12,159987,159111 +ZWE,2012,13,158204,157209 +ZWE,2012,14,156459,154862 +ZWE,2012,15,154530,151609 +ZWE,2012,16,152518,147774 +ZWE,2012,17,150622,144126 +ZWE,2012,18,148658,140495 +ZWE,2013,0,236197,239171 +ZWE,2013,1,226019,228312 +ZWE,2013,2,216717,218477 +ZWE,2013,3,209791,212336 +ZWE,2013,4,202004,203828 +ZWE,2013,5,194836,196067 +ZWE,2013,6,188274,189017 +ZWE,2013,7,182309,182646 +ZWE,2013,8,176849,176810 +ZWE,2013,9,171807,171366 +ZWE,2013,10,167562,166823 +ZWE,2013,11,164259,163363 +ZWE,2013,12,161653,160627 +ZWE,2013,13,159337,158103 +ZWE,2013,14,157373,155931 +ZWE,2013,15,155382,153210 +ZWE,2013,16,153127,149450 +ZWE,2013,17,150740,145030 +ZWE,2013,18,148476,140816 +ZWE,2014,0,238995,241506 +ZWE,2014,1,230180,232389 +ZWE,2014,2,221856,223803 +ZWE,2014,3,214018,215732 +ZWE,2014,4,207797,209906 +ZWE,2014,5,200810,202449 +ZWE,2014,6,194207,195422 +ZWE,2014,7,188009,188830 +ZWE,2014,8,182233,182681 +ZWE,2014,9,176794,176837 +ZWE,2014,10,171607,171158 +ZWE,2014,11,167212,166376 +ZWE,2014,12,163838,162785 +ZWE,2014,13,161189,159959 +ZWE,2014,14,158740,157225 +ZWE,2014,15,156595,154780 +ZWE,2014,16,154356,151681 +ZWE,2014,17,151774,147412 +ZWE,2014,18,149010,142402 +ZWE,2015,0,237328,239714 +ZWE,2015,1,231116,233453 +ZWE,2015,2,224811,227067 +ZWE,2015,3,218463,220605 +ZWE,2015,4,212119,214112 +ZWE,2015,5,205829,207638 +ZWE,2015,6,199642,201229 +ZWE,2015,7,193606,194932 +ZWE,2015,8,187770,188794 +ZWE,2015,9,182184,182863 +ZWE,2015,10,176765,177006 +ZWE,2015,11,171432,171087 +ZWE,2015,12,166886,166061 +ZWE,2015,13,163439,162336 +ZWE,2015,14,160746,159418 +ZWE,2015,15,158165,156471 +ZWE,2015,16,155838,153750 +ZWE,2015,17,153351,150271 +ZWE,2015,18,150440,145486 +ZWE,2016,0,229513,231537 +ZWE,2016,1,234349,236419 +ZWE,2016,2,229269,231283 +ZWE,2016,3,223728,225662 +ZWE,2016,4,217831,219657 +ZWE,2016,5,211682,213372 +ZWE,2016,6,205326,206844 +ZWE,2016,7,198806,200111 +ZWE,2016,8,192537,193597 +ZWE,2016,9,186750,187534 +ZWE,2016,10,181363,181831 +ZWE,2016,11,175997,176051 +ZWE,2016,12,170649,170143 +ZWE,2016,13,165975,164973 +ZWE,2016,14,162242,160886 +ZWE,2016,15,159160,157460 +ZWE,2016,16,156201,154028 +ZWE,2016,17,153501,150838 +ZWE,2016,18,150637,146874 +ZWE,2017,0,217632,219663 +ZWE,2017,1,221071,223153 +ZWE,2017,2,231810,233769 +ZWE,2017,3,227850,229741 +ZWE,2017,4,223060,224866 +ZWE,2017,5,217602,219302 +ZWE,2017,6,211637,213206 +ZWE,2017,7,205203,206606 +ZWE,2017,8,198338,199532 +ZWE,2017,9,191826,192785 +ZWE,2017,10,186076,186781 +ZWE,2017,11,180878,181289 +ZWE,2017,12,175556,175570 +ZWE,2017,13,170182,169657 +ZWE,2017,14,165372,164331 +ZWE,2017,15,161347,159871 +ZWE,2017,16,157871,155931 +ZWE,2017,17,154529,152005 +ZWE,2017,18,151453,148339 +ZWE,2018,0,204313,206573 +ZWE,2018,1,213262,215482 +ZWE,2018,2,219162,221322 +ZWE,2018,3,229531,231485 +ZWE,2018,4,226687,228560 +ZWE,2018,5,222643,224425 +ZWE,2018,6,217618,219292 +ZWE,2018,7,211830,213376 +ZWE,2018,8,205311,206695 +ZWE,2018,9,198094,199269 +ZWE,2018,10,191330,192278 +ZWE,2018,11,185611,186322 +ZWE,2018,12,180597,181033 +ZWE,2018,13,175313,175367 +ZWE,2018,14,169907,169439 +ZWE,2018,15,164956,163948 +ZWE,2018,16,160634,159108 +ZWE,2018,17,156760,154647 +ZWE,2018,18,153031,150222 +ZWE,2019,0,193000,196000 +ZWE,2019,1,206000,209000 +ZWE,2019,2,215000,218000 +ZWE,2019,3,221000,223000 +ZWE,2019,4,227000,229000 +ZWE,2019,5,226000,227000 +ZWE,2019,6,222000,224000 +ZWE,2019,7,218000,219000 +ZWE,2019,8,212000,214000 +ZWE,2019,9,205000,207000 +ZWE,2019,10,198000,199000 +ZWE,2019,11,191000,192000 +ZWE,2019,12,185000,186000 +ZWE,2019,13,180000,181000 +ZWE,2019,14,175000,175000 +ZWE,2019,15,170000,169000 +ZWE,2019,16,165000,164000 +ZWE,2019,17,160000,158000 +ZWE,2019,18,156000,153000 +ZWE,2020,0,187000,190000 +ZWE,2020,1,201000,204000 +ZWE,2020,2,212000,214000 +ZWE,2020,3,219000,221000 +ZWE,2020,4,223000,225000 +ZWE,2020,5,225000,227000 +ZWE,2020,6,224000,226000 +ZWE,2020,7,222000,224000 +ZWE,2020,8,218000,219000 +ZWE,2020,9,212000,214000 +ZWE,2020,10,206000,207000 +ZWE,2020,11,198000,199000 +ZWE,2020,12,190000,191000 +ZWE,2020,13,185000,185000 +ZWE,2020,14,180000,181000 +ZWE,2020,15,175000,175000 +ZWE,2020,16,169000,169000 +ZWE,2020,17,164000,163000 +ZWE,2020,18,159000,158000 +ZWE,2021,0,187000,190000 +ZWE,2021,1,190000,192000 +ZWE,2021,2,202000,204000 +ZWE,2021,3,211000,213000 +ZWE,2021,4,217000,219000 +ZWE,2021,5,221000,223000 +ZWE,2021,6,224000,226000 +ZWE,2021,7,224000,226000 +ZWE,2021,8,222000,224000 +ZWE,2021,9,218000,220000 +ZWE,2021,10,212000,214000 +ZWE,2021,11,205000,206000 +ZWE,2021,12,197000,198000 +ZWE,2021,13,190000,190000 +ZWE,2021,14,184000,184000 +ZWE,2021,15,179000,179000 +ZWE,2021,16,174000,173000 +ZWE,2021,17,168000,167000 +ZWE,2021,18,163000,161000 +ZWE,2022,0,193000,196000 +ZWE,2022,1,200000,203000 +ZWE,2022,2,192000,195000 +ZWE,2022,3,202000,204000 +ZWE,2022,4,209000,211000 +ZWE,2022,5,215000,217000 +ZWE,2022,6,219000,221000 +ZWE,2022,7,222000,224000 +ZWE,2022,8,224000,225000 +ZWE,2022,9,223000,224000 +ZWE,2022,10,218000,220000 +ZWE,2022,11,212000,213000 +ZWE,2022,12,205000,206000 +ZWE,2022,13,197000,197000 +ZWE,2022,14,189000,189000 +ZWE,2022,15,183000,183000 +ZWE,2022,16,178000,177000 +ZWE,2022,17,173000,171000 +ZWE,2022,18,167000,165000 +ZWE,2023,0,201000,204000 +ZWE,2023,1,202000,205000 +ZWE,2023,2,203000,206000 +ZWE,2023,3,194000,197000 +ZWE,2023,4,202000,204000 +ZWE,2023,5,208000,210000 +ZWE,2023,6,213000,215000 +ZWE,2023,7,217000,219000 +ZWE,2023,8,220000,222000 +ZWE,2023,9,223000,224000 +ZWE,2023,10,223000,224000 +ZWE,2023,11,218000,220000 +ZWE,2023,12,212000,212000 +ZWE,2023,13,204000,205000 +ZWE,2023,14,196000,196000 +ZWE,2023,15,188000,188000 +ZWE,2023,16,182000,181000 +ZWE,2023,17,177000,176000 +ZWE,2023,18,171000,169000 +ZWE,2024,0,209000,212000 +ZWE,2024,1,204000,207000 +ZWE,2024,2,202000,204000 +ZWE,2024,3,201000,203000 +ZWE,2024,4,197000,199000 +ZWE,2024,5,202000,204000 +ZWE,2024,6,206000,208000 +ZWE,2024,7,211000,213000 +ZWE,2024,8,215000,217000 +ZWE,2024,9,219000,220000 +ZWE,2024,10,223000,224000 +ZWE,2024,11,223000,224000 +ZWE,2024,12,219000,220000 +ZWE,2024,13,211000,212000 +ZWE,2024,14,204000,204000 +ZWE,2024,15,195000,195000 +ZWE,2024,16,188000,187000 +ZWE,2024,17,182000,180000 +ZWE,2024,18,176000,174000 +ZWE,2025,0,215000,219000 +ZWE,2025,1,207000,210000 +ZWE,2025,2,201000,204000 +ZWE,2025,3,199000,201000 +ZWE,2025,4,198000,200000 +ZWE,2025,5,199000,201000 +ZWE,2025,6,202000,204000 +ZWE,2025,7,205000,207000 +ZWE,2025,8,209000,211000 +ZWE,2025,9,213000,215000 +ZWE,2025,10,217000,219000 +ZWE,2025,11,222000,224000 +ZWE,2025,12,224000,225000 +ZWE,2025,13,219000,220000 +ZWE,2025,14,211000,212000 +ZWE,2025,15,204000,204000 +ZWE,2025,16,195000,195000 +ZWE,2025,17,187000,186000 +ZWE,2025,18,181000,179000 +ZWE,2026,0,218000,221000 +ZWE,2026,1,212000,216000 +ZWE,2026,2,205000,208000 +ZWE,2026,3,201000,204000 +ZWE,2026,4,199000,201000 +ZWE,2026,5,199000,201000 +ZWE,2026,6,200000,201000 +ZWE,2026,7,202000,203000 +ZWE,2026,8,205000,206000 +ZWE,2026,9,208000,210000 +ZWE,2026,10,213000,214000 +ZWE,2026,11,217000,218000 +ZWE,2026,12,222000,223000 +ZWE,2026,13,223000,224000 +ZWE,2026,14,219000,219000 +ZWE,2026,15,211000,211000 +ZWE,2026,16,203000,202000 +ZWE,2026,17,194000,193000 +ZWE,2026,18,186000,185000 +ZWE,2027,0,218000,221000 +ZWE,2027,1,209000,212000 +ZWE,2027,2,210000,213000 +ZWE,2027,3,205000,207000 +ZWE,2027,4,201000,203000 +ZWE,2027,5,199000,202000 +ZWE,2027,6,199000,201000 +ZWE,2027,7,200000,202000 +ZWE,2027,8,201000,203000 +ZWE,2027,9,204000,206000 +ZWE,2027,10,208000,209000 +ZWE,2027,11,212000,213000 +ZWE,2027,12,217000,218000 +ZWE,2027,13,221000,222000 +ZWE,2027,14,223000,223000 +ZWE,2027,15,218000,218000 +ZWE,2027,16,210000,210000 +ZWE,2027,17,202000,201000 +ZWE,2027,18,194000,192000 +ZWE,2028,0,218000,220000 +ZWE,2028,1,210000,213000 +ZWE,2028,2,205000,208000 +ZWE,2028,3,208000,211000 +ZWE,2028,4,204000,206000 +ZWE,2028,5,201000,204000 +ZWE,2028,6,200000,202000 +ZWE,2028,7,200000,202000 +ZWE,2028,8,201000,202000 +ZWE,2028,9,201000,203000 +ZWE,2028,10,204000,205000 +ZWE,2028,11,208000,209000 +ZWE,2028,12,212000,213000 +ZWE,2028,13,217000,218000 +ZWE,2028,14,221000,222000 +ZWE,2028,15,223000,223000 +ZWE,2028,16,218000,218000 +ZWE,2028,17,210000,209000 +ZWE,2028,18,202000,201000 +ZWE,2029,0,217000,220000 +ZWE,2029,1,212000,214000 +ZWE,2029,2,208000,210000 +ZWE,2029,3,205000,207000 +ZWE,2029,4,206000,208000 +ZWE,2029,5,203000,206000 +ZWE,2029,6,202000,204000 +ZWE,2029,7,201000,203000 +ZWE,2029,8,201000,203000 +ZWE,2029,9,201000,203000 +ZWE,2029,10,202000,203000 +ZWE,2029,11,203000,205000 +ZWE,2029,12,207000,208000 +ZWE,2029,13,212000,213000 +ZWE,2029,14,216000,217000 +ZWE,2029,15,221000,222000 +ZWE,2029,16,222000,223000 +ZWE,2029,17,218000,218000 +ZWE,2029,18,210000,209000 +ZWE,2030,0,218000,220000 +ZWE,2030,1,214000,216000 +ZWE,2030,2,210000,213000 +ZWE,2030,3,208000,210000 +ZWE,2030,4,205000,208000 +ZWE,2030,5,204000,206000 +ZWE,2030,6,202000,205000 +ZWE,2030,7,202000,204000 +ZWE,2030,8,201000,204000 +ZWE,2030,9,202000,204000 +ZWE,2030,10,202000,204000 +ZWE,2030,11,202000,203000 +ZWE,2030,12,203000,204000 +ZWE,2030,13,207000,208000 +ZWE,2030,14,212000,213000 +ZWE,2030,15,216000,217000 +ZWE,2030,16,221000,222000 +ZWE,2030,17,222000,222000 +ZWE,2030,18,218000,217000 +ZWE,2031,0,219000,222000 +ZWE,2031,1,217000,219000 +ZWE,2031,2,213000,216000 +ZWE,2031,3,210000,213000 +ZWE,2031,4,207000,210000 +ZWE,2031,5,205000,208000 +ZWE,2031,6,204000,206000 +ZWE,2031,7,202000,205000 +ZWE,2031,8,202000,204000 +ZWE,2031,9,201000,203000 +ZWE,2031,10,201000,203000 +ZWE,2031,11,202000,203000 +ZWE,2031,12,201000,203000 +ZWE,2031,13,203000,204000 +ZWE,2031,14,207000,208000 +ZWE,2031,15,212000,212000 +ZWE,2031,16,216000,217000 +ZWE,2031,17,221000,221000 +ZWE,2031,18,222000,222000 +ZWE,2032,0,222000,224000 +ZWE,2032,1,219000,221000 +ZWE,2032,2,216000,219000 +ZWE,2032,3,213000,215000 +ZWE,2032,4,210000,212000 +ZWE,2032,5,207000,210000 +ZWE,2032,6,205000,208000 +ZWE,2032,7,204000,206000 +ZWE,2032,8,202000,204000 +ZWE,2032,9,201000,204000 +ZWE,2032,10,201000,203000 +ZWE,2032,11,201000,203000 +ZWE,2032,12,201000,203000 +ZWE,2032,13,201000,203000 +ZWE,2032,14,203000,204000 +ZWE,2032,15,206000,207000 +ZWE,2032,16,211000,212000 +ZWE,2032,17,216000,216000 +ZWE,2032,18,220000,220000 +ZWE,2033,0,224000,227000 +ZWE,2033,1,221000,224000 +ZWE,2033,2,218000,221000 +ZWE,2033,3,216000,218000 +ZWE,2033,4,213000,215000 +ZWE,2033,5,210000,212000 +ZWE,2033,6,207000,210000 +ZWE,2033,7,205000,207000 +ZWE,2033,8,203000,206000 +ZWE,2033,9,202000,204000 +ZWE,2033,10,201000,203000 +ZWE,2033,11,201000,203000 +ZWE,2033,12,201000,203000 +ZWE,2033,13,201000,203000 +ZWE,2033,14,201000,202000 +ZWE,2033,15,202000,203000 +ZWE,2033,16,206000,207000 +ZWE,2033,17,211000,212000 +ZWE,2033,18,215000,216000 +ZWE,2034,0,227000,230000 +ZWE,2034,1,224000,227000 +ZWE,2034,2,221000,223000 +ZWE,2034,3,218000,220000 +ZWE,2034,4,215000,217000 +ZWE,2034,5,212000,214000 +ZWE,2034,6,209000,212000 +ZWE,2034,7,207000,209000 +ZWE,2034,8,205000,207000 +ZWE,2034,9,203000,205000 +ZWE,2034,10,202000,204000 +ZWE,2034,11,201000,203000 +ZWE,2034,12,201000,203000 +ZWE,2034,13,201000,203000 +ZWE,2034,14,201000,203000 +ZWE,2034,15,201000,202000 +ZWE,2034,16,202000,203000 +ZWE,2034,17,206000,206000 +ZWE,2034,18,211000,211000 +ZWE,2035,0,229000,233000 +ZWE,2035,1,226000,229000 +ZWE,2035,2,223000,226000 +ZWE,2035,3,220000,223000 +ZWE,2035,4,217000,219000 +ZWE,2035,5,214000,217000 +ZWE,2035,6,212000,214000 +ZWE,2035,7,209000,211000 +ZWE,2035,8,207000,209000 +ZWE,2035,9,205000,207000 +ZWE,2035,10,203000,205000 +ZWE,2035,11,202000,204000 +ZWE,2035,12,201000,203000 +ZWE,2035,13,201000,202000 +ZWE,2035,14,201000,202000 +ZWE,2035,15,201000,202000 +ZWE,2035,16,201000,202000 +ZWE,2035,17,202000,203000 +ZWE,2035,18,206000,206000 +ZWE,2036,0,231000,235000 +ZWE,2036,1,229000,232000 +ZWE,2036,2,226000,229000 +ZWE,2036,3,223000,226000 +ZWE,2036,4,220000,222000 +ZWE,2036,5,217000,219000 +ZWE,2036,6,214000,216000 +ZWE,2036,7,212000,214000 +ZWE,2036,8,209000,211000 +ZWE,2036,9,207000,209000 +ZWE,2036,10,205000,207000 +ZWE,2036,11,203000,205000 +ZWE,2036,12,202000,204000 +ZWE,2036,13,201000,203000 +ZWE,2036,14,200000,202000 +ZWE,2036,15,201000,202000 +ZWE,2036,16,201000,202000 +ZWE,2036,17,200000,201000 +ZWE,2036,18,202000,202000 +ZWE,2037,0,233000,236000 +ZWE,2037,1,230000,233000 +ZWE,2037,2,228000,232000 +ZWE,2037,3,226000,228000 +ZWE,2037,4,223000,225000 +ZWE,2037,5,220000,222000 +ZWE,2037,6,217000,219000 +ZWE,2037,7,214000,216000 +ZWE,2037,8,211000,213000 +ZWE,2037,9,209000,211000 +ZWE,2037,10,207000,209000 +ZWE,2037,11,205000,207000 +ZWE,2037,12,203000,205000 +ZWE,2037,13,201000,203000 +ZWE,2037,14,200000,202000 +ZWE,2037,15,200000,202000 +ZWE,2037,16,200000,202000 +ZWE,2037,17,200000,201000 +ZWE,2037,18,200000,201000 +ZWE,2038,0,234000,237000 +ZWE,2038,1,232000,235000 +ZWE,2038,2,230000,233000 +ZWE,2038,3,228000,231000 +ZWE,2038,4,225000,228000 +ZWE,2038,5,222000,225000 +ZWE,2038,6,220000,222000 +ZWE,2038,7,217000,219000 +ZWE,2038,8,214000,216000 +ZWE,2038,9,211000,213000 +ZWE,2038,10,209000,211000 +ZWE,2038,11,207000,208000 +ZWE,2038,12,205000,206000 +ZWE,2038,13,203000,205000 +ZWE,2038,14,201000,203000 +ZWE,2038,15,200000,202000 +ZWE,2038,16,200000,201000 +ZWE,2038,17,200000,201000 +ZWE,2038,18,200000,201000 +ZWE,2039,0,234000,238000 +ZWE,2039,1,233000,236000 +ZWE,2039,2,231000,234000 +ZWE,2039,3,229000,232000 +ZWE,2039,4,227000,230000 +ZWE,2039,5,225000,227000 +ZWE,2039,6,222000,225000 +ZWE,2039,7,219000,222000 +ZWE,2039,8,217000,219000 +ZWE,2039,9,214000,216000 +ZWE,2039,10,211000,213000 +ZWE,2039,11,209000,210000 +ZWE,2039,12,206000,208000 +ZWE,2039,13,204000,206000 +ZWE,2039,14,203000,204000 +ZWE,2039,15,201000,203000 +ZWE,2039,16,200000,202000 +ZWE,2039,17,200000,201000 +ZWE,2039,18,200000,201000 +ZWE,2040,0,235000,238000 +ZWE,2040,1,234000,237000 +ZWE,2040,2,233000,236000 +ZWE,2040,3,231000,234000 +ZWE,2040,4,229000,232000 +ZWE,2040,5,227000,229000 +ZWE,2040,6,224000,227000 +ZWE,2040,7,222000,224000 +ZWE,2040,8,219000,221000 +ZWE,2040,9,216000,218000 +ZWE,2040,10,214000,216000 +ZWE,2040,11,211000,213000 +ZWE,2040,12,208000,210000 +ZWE,2040,13,206000,208000 +ZWE,2040,14,204000,206000 +ZWE,2040,15,203000,204000 +ZWE,2040,16,201000,203000 +ZWE,2040,17,200000,201000 +ZWE,2040,18,199000,201000 +ZWE,2041,0,235000,238000 +ZWE,2041,1,234000,237000 +ZWE,2041,2,234000,237000 +ZWE,2041,3,232000,235000 +ZWE,2041,4,231000,233000 +ZWE,2041,5,229000,231000 +ZWE,2041,6,227000,229000 +ZWE,2041,7,224000,227000 +ZWE,2041,8,222000,224000 +ZWE,2041,9,219000,221000 +ZWE,2041,10,216000,218000 +ZWE,2041,11,214000,215000 +ZWE,2041,12,211000,213000 +ZWE,2041,13,208000,210000 +ZWE,2041,14,206000,208000 +ZWE,2041,15,204000,206000 +ZWE,2041,16,202000,204000 +ZWE,2041,17,201000,202000 +ZWE,2041,18,200000,201000 +ZWE,2042,0,235000,238000 +ZWE,2042,1,235000,238000 +ZWE,2042,2,234000,237000 +ZWE,2042,3,233000,236000 +ZWE,2042,4,232000,235000 +ZWE,2042,5,231000,233000 +ZWE,2042,6,229000,231000 +ZWE,2042,7,227000,229000 +ZWE,2042,8,224000,226000 +ZWE,2042,9,222000,224000 +ZWE,2042,10,219000,221000 +ZWE,2042,11,216000,218000 +ZWE,2042,12,213000,215000 +ZWE,2042,13,211000,212000 +ZWE,2042,14,208000,210000 +ZWE,2042,15,206000,207000 +ZWE,2042,16,204000,205000 +ZWE,2042,17,202000,203000 +ZWE,2042,18,200000,201000 +ZWE,2043,0,234000,237000 +ZWE,2043,1,234000,238000 +ZWE,2043,2,234000,237000 +ZWE,2043,3,234000,237000 +ZWE,2043,4,233000,236000 +ZWE,2043,5,232000,234000 +ZWE,2043,6,230000,233000 +ZWE,2043,7,228000,231000 +ZWE,2043,8,226000,229000 +ZWE,2043,9,224000,226000 +ZWE,2043,10,222000,224000 +ZWE,2043,11,219000,221000 +ZWE,2043,12,216000,218000 +ZWE,2043,13,213000,215000 +ZWE,2043,14,211000,212000 +ZWE,2043,15,208000,209000 +ZWE,2043,16,206000,207000 +ZWE,2043,17,204000,205000 +ZWE,2043,18,202000,203000 +ZWE,2044,0,233000,237000 +ZWE,2044,1,234000,237000 +ZWE,2044,2,234000,237000 +ZWE,2044,3,234000,237000 +ZWE,2044,4,234000,236000 +ZWE,2044,5,233000,235000 +ZWE,2044,6,231000,234000 +ZWE,2044,7,230000,232000 +ZWE,2044,8,228000,230000 +ZWE,2044,9,226000,228000 +ZWE,2044,10,224000,226000 +ZWE,2044,11,222000,224000 +ZWE,2044,12,219000,221000 +ZWE,2044,13,216000,218000 +ZWE,2044,14,213000,215000 +ZWE,2044,15,210000,212000 +ZWE,2044,16,208000,209000 +ZWE,2044,17,205000,207000 +ZWE,2044,18,203000,204000 +ZWE,2045,0,232000,236000 +ZWE,2045,1,233000,237000 +ZWE,2045,2,234000,237000 +ZWE,2045,3,234000,237000 +ZWE,2045,4,234000,237000 +ZWE,2045,5,233000,236000 +ZWE,2045,6,232000,235000 +ZWE,2045,7,231000,233000 +ZWE,2045,8,230000,232000 +ZWE,2045,9,228000,230000 +ZWE,2045,10,226000,228000 +ZWE,2045,11,224000,226000 +ZWE,2045,12,221000,223000 +ZWE,2045,13,219000,221000 +ZWE,2045,14,216000,217000 +ZWE,2045,15,213000,214000 +ZWE,2045,16,210000,211000 +ZWE,2045,17,208000,209000 +ZWE,2045,18,205000,206000 +ZWE,2046,0,232000,235000 +ZWE,2046,1,232000,235000 +ZWE,2046,2,233000,236000 +ZWE,2046,3,234000,237000 +ZWE,2046,4,234000,237000 +ZWE,2046,5,234000,236000 +ZWE,2046,6,233000,236000 +ZWE,2046,7,232000,235000 +ZWE,2046,8,231000,233000 +ZWE,2046,9,230000,232000 +ZWE,2046,10,228000,230000 +ZWE,2046,11,226000,228000 +ZWE,2046,12,224000,226000 +ZWE,2046,13,221000,223000 +ZWE,2046,14,219000,220000 +ZWE,2046,15,216000,217000 +ZWE,2046,16,213000,214000 +ZWE,2046,17,210000,211000 +ZWE,2046,18,207000,208000 +ZWE,2047,0,231000,234000 +ZWE,2047,1,232000,235000 +ZWE,2047,2,232000,235000 +ZWE,2047,3,233000,236000 +ZWE,2047,4,234000,236000 +ZWE,2047,5,234000,236000 +ZWE,2047,6,233000,236000 +ZWE,2047,7,233000,235000 +ZWE,2047,8,232000,235000 +ZWE,2047,9,231000,233000 +ZWE,2047,10,230000,232000 +ZWE,2047,11,228000,230000 +ZWE,2047,12,226000,228000 +ZWE,2047,13,224000,225000 +ZWE,2047,14,221000,223000 +ZWE,2047,15,218000,220000 +ZWE,2047,16,215000,217000 +ZWE,2047,17,213000,214000 +ZWE,2047,18,210000,210000 +ZWE,2048,0,230000,233000 +ZWE,2048,1,231000,234000 +ZWE,2048,2,232000,235000 +ZWE,2048,3,232000,235000 +ZWE,2048,4,233000,236000 +ZWE,2048,5,233000,236000 +ZWE,2048,6,233000,236000 +ZWE,2048,7,233000,236000 +ZWE,2048,8,233000,235000 +ZWE,2048,9,232000,234000 +ZWE,2048,10,231000,233000 +ZWE,2048,11,229000,232000 +ZWE,2048,12,228000,230000 +ZWE,2048,13,226000,227000 +ZWE,2048,14,223000,225000 +ZWE,2048,15,221000,223000 +ZWE,2048,16,218000,220000 +ZWE,2048,17,215000,216000 +ZWE,2048,18,212000,213000 +ZWE,2049,0,228000,232000 +ZWE,2049,1,230000,233000 +ZWE,2049,2,231000,233000 +ZWE,2049,3,231000,234000 +ZWE,2049,4,232000,235000 +ZWE,2049,5,233000,235000 +ZWE,2049,6,233000,235000 +ZWE,2049,7,233000,235000 +ZWE,2049,8,233000,235000 +ZWE,2049,9,232000,235000 +ZWE,2049,10,232000,234000 +ZWE,2049,11,231000,233000 +ZWE,2049,12,229000,231000 +ZWE,2049,13,227000,229000 +ZWE,2049,14,225000,227000 +ZWE,2049,15,223000,225000 +ZWE,2049,16,221000,222000 +ZWE,2049,17,218000,219000 +ZWE,2049,18,215000,216000 +ZWE,2050,0,227000,230000 +ZWE,2050,1,228000,231000 +ZWE,2050,2,229000,232000 +ZWE,2050,3,230000,233000 +ZWE,2050,4,231000,234000 +ZWE,2050,5,232000,234000 +ZWE,2050,6,232000,235000 +ZWE,2050,7,233000,235000 +ZWE,2050,8,233000,235000 +ZWE,2050,9,233000,235000 +ZWE,2050,10,232000,234000 +ZWE,2050,11,232000,234000 +ZWE,2050,12,231000,233000 +ZWE,2050,13,229000,231000 +ZWE,2050,14,227000,229000 +ZWE,2050,15,225000,227000 +ZWE,2050,16,223000,224000 +ZWE,2050,17,221000,222000 +ZWE,2050,18,218000,219000 diff --git a/01_data/011_rawdata/hosted_in_repo/poverty_gdp_indicators_wbopendata.csv b/01_data/011_rawdata/hosted_in_repo/poverty_gdp_indicators_wbopendata.csv new file mode 100644 index 0000000..e18616a --- /dev/null +++ b/01_data/011_rawdata/hosted_in_repo/poverty_gdp_indicators_wbopendata.csv @@ -0,0 +1,12804 @@ +countrycode,countryname,year,ny_gdp_pcap_cd,si_pov_dday,si_pov_lmic,si_pov_umic +ABW,Aruba,1960,,,, +ABW,Aruba,1961,,,, +ABW,Aruba,1962,,,, +ABW,Aruba,1963,,,, +ABW,Aruba,1964,,,, +ABW,Aruba,1965,,,, +ABW,Aruba,1966,,,, +ABW,Aruba,1967,,,, +ABW,Aruba,1968,,,, +ABW,Aruba,1969,,,, +ABW,Aruba,1970,,,, +ABW,Aruba,1971,,,, +ABW,Aruba,1972,,,, +ABW,Aruba,1973,,,, +ABW,Aruba,1974,,,, +ABW,Aruba,1975,,,, +ABW,Aruba,1976,,,, +ABW,Aruba,1977,,,, +ABW,Aruba,1978,,,, +ABW,Aruba,1979,,,, +ABW,Aruba,1980,,,, +ABW,Aruba,1981,,,, +ABW,Aruba,1982,,,, +ABW,Aruba,1983,,,, +ABW,Aruba,1984,,,, +ABW,Aruba,1985,,,, +ABW,Aruba,1986,6472.502,,, +ABW,Aruba,1987,7885.7964,,, +ABW,Aruba,1988,9764.79,,, +ABW,Aruba,1989,11392.456,,, +ABW,Aruba,1990,12307.312,,, +ABW,Aruba,1991,13496.003,,, +ABW,Aruba,1992,14046.504,,, +ABW,Aruba,1993,14936.827,,, +ABW,Aruba,1994,16241.046,,, +ABW,Aruba,1995,16439.355,,, +ABW,Aruba,1996,16586.068,,, +ABW,Aruba,1997,17927.75,,, +ABW,Aruba,1998,19078.344,,, +ABW,Aruba,1999,19356.203,,, +ABW,Aruba,2000,20620.701,,, +ABW,Aruba,2001,20669.031,,, +ABW,Aruba,2002,20436.887,,, +ABW,Aruba,2003,20833.762,,, +ABW,Aruba,2004,22569.975,,, +ABW,Aruba,2005,23300.039,,, +ABW,Aruba,2006,24045.273,,, +ABW,Aruba,2007,25835.133,,, +ABW,Aruba,2008,27084.703,,, +ABW,Aruba,2009,24630.453,,, +ABW,Aruba,2010,23512.604,,, +ABW,Aruba,2011,24985.994,,, +ABW,Aruba,2012,24713.697,,, +ABW,Aruba,2013,25025.1,,, +ABW,Aruba,2014,25533.57,,, +ABW,Aruba,2015,25796.381,,, +ABW,Aruba,2016,25239.6,,, +ABW,Aruba,2017,25630.266,,, +ABW,Aruba,2018,,,, +AFG,Afghanistan,1960,59.773193,,, +AFG,Afghanistan,1961,59.860874,,, +AFG,Afghanistan,1962,58.458015,,, +AFG,Afghanistan,1963,78.70639,,, +AFG,Afghanistan,1964,82.09523,,, +AFG,Afghanistan,1965,101.10831,,, +AFG,Afghanistan,1966,137.59435,,, +AFG,Afghanistan,1967,160.89859,,, +AFG,Afghanistan,1968,129.10832,,, +AFG,Afghanistan,1969,129.32971,,, +AFG,Afghanistan,1970,156.51894,,, +AFG,Afghanistan,1971,159.56758,,, +AFG,Afghanistan,1972,135.31731,,, +AFG,Afghanistan,1973,143.14465,,, +AFG,Afghanistan,1974,173.65376,,, +AFG,Afghanistan,1975,186.51089,,, +AFG,Afghanistan,1976,197.44551,,, +AFG,Afghanistan,1977,224.22479,,, +AFG,Afghanistan,1978,247.35411,,, +AFG,Afghanistan,1979,275.73819,,, +AFG,Afghanistan,1980,272.65527,,, +AFG,Afghanistan,1981,264.11133,,, +AFG,Afghanistan,1982,,,, +AFG,Afghanistan,1983,,,, +AFG,Afghanistan,1984,,,, +AFG,Afghanistan,1985,,,, +AFG,Afghanistan,1986,,,, +AFG,Afghanistan,1987,,,, +AFG,Afghanistan,1988,,,, +AFG,Afghanistan,1989,,,, +AFG,Afghanistan,1990,,,, +AFG,Afghanistan,1991,,,, +AFG,Afghanistan,1992,,,, +AFG,Afghanistan,1993,,,, +AFG,Afghanistan,1994,,,, +AFG,Afghanistan,1995,,,, +AFG,Afghanistan,1996,,,, +AFG,Afghanistan,1997,,,, +AFG,Afghanistan,1998,,,, +AFG,Afghanistan,1999,,,, +AFG,Afghanistan,2000,,,, +AFG,Afghanistan,2001,,,, +AFG,Afghanistan,2002,179.4265,,, +AFG,Afghanistan,2003,190.68401,,, +AFG,Afghanistan,2004,211.38197,,, +AFG,Afghanistan,2005,242.03137,,, +AFG,Afghanistan,2006,263.73373,,, +AFG,Afghanistan,2007,359.69348,,, +AFG,Afghanistan,2008,364.66046,,, +AFG,Afghanistan,2009,438.07602,,, +AFG,Afghanistan,2010,543.30304,,, +AFG,Afghanistan,2011,591.16235,,, +AFG,Afghanistan,2012,641.87201,,, +AFG,Afghanistan,2013,637.16504,,, +AFG,Afghanistan,2014,613.85632,,, +AFG,Afghanistan,2015,578.46637,,, +AFG,Afghanistan,2016,547.22809,,, +AFG,Afghanistan,2017,556.30212,,, +AFG,Afghanistan,2018,520.89661,,, +AGO,Angola,1960,,,, +AGO,Angola,1961,,,, +AGO,Angola,1962,,,, +AGO,Angola,1963,,,, +AGO,Angola,1964,,,, +AGO,Angola,1965,,,, +AGO,Angola,1966,,,, +AGO,Angola,1967,,,, +AGO,Angola,1968,,,, +AGO,Angola,1969,,,, +AGO,Angola,1970,,,, +AGO,Angola,1971,,,, +AGO,Angola,1972,,,, +AGO,Angola,1973,,,, +AGO,Angola,1974,,,, +AGO,Angola,1975,,,, +AGO,Angola,1976,,,, +AGO,Angola,1977,,,, +AGO,Angola,1978,,,, +AGO,Angola,1979,,,, +AGO,Angola,1980,710.98163,,, +AGO,Angola,1981,642.38385,,, +AGO,Angola,1982,619.96136,,, +AGO,Angola,1983,623.44061,,, +AGO,Angola,1984,637.71521,,, +AGO,Angola,1985,758.23755,,, +AGO,Angola,1986,685.27008,,, +AGO,Angola,1987,756.26184,,, +AGO,Angola,1988,792.3031,,, +AGO,Angola,1989,890.55414,,, +AGO,Angola,1990,947.70416,,, +AGO,Angola,1991,865.69275,,, +AGO,Angola,1992,656.36176,,, +AGO,Angola,1993,441.20068,,, +AGO,Angola,1994,328.67331,,, +AGO,Angola,1995,397.17944,,, +AGO,Angola,1996,522.6438,,, +AGO,Angola,1997,514.29523,,, +AGO,Angola,1998,423.59366,,, +AGO,Angola,1999,387.7843,,, +AGO,Angola,2000,556.8363,32.299999,55.599998,78.099998 +AGO,Angola,2001,527.33356,,, +AGO,Angola,2002,872.49451,,, +AGO,Angola,2003,982.96088,,, +AGO,Angola,2004,1255.5641,,, +AGO,Angola,2005,1902.4224,,, +AGO,Angola,2006,2599.5664,,, +AGO,Angola,2007,3121.9956,,, +AGO,Angola,2008,4080.9414,30.1,55.700001,79.400002 +AGO,Angola,2009,3122.7808,,, +AGO,Angola,2010,3587.8838,,, +AGO,Angola,2011,4615.4683,,, +AGO,Angola,2012,5100.0957,,, +AGO,Angola,2013,5254.8823,,, +AGO,Angola,2014,5408.4106,,, +AGO,Angola,2015,4166.9795,,, +AGO,Angola,2016,3506.073,,, +AGO,Angola,2017,4095.813,,, +AGO,Angola,2018,3432.3857,,, +ALB,Albania,1960,,,, +ALB,Albania,1961,,,, +ALB,Albania,1962,,,, +ALB,Albania,1963,,,, +ALB,Albania,1964,,,, +ALB,Albania,1965,,,, +ALB,Albania,1966,,,, +ALB,Albania,1967,,,, +ALB,Albania,1968,,,, +ALB,Albania,1969,,,, +ALB,Albania,1970,,,, +ALB,Albania,1971,,,, +ALB,Albania,1972,,,, +ALB,Albania,1973,,,, +ALB,Albania,1974,,,, +ALB,Albania,1975,,,, +ALB,Albania,1976,,,, +ALB,Albania,1977,,,, +ALB,Albania,1978,,,, +ALB,Albania,1979,,,, +ALB,Albania,1980,,,, +ALB,Albania,1981,,,, +ALB,Albania,1982,,,, +ALB,Albania,1983,,,, +ALB,Albania,1984,639.48474,,, +ALB,Albania,1985,639.86591,,, +ALB,Albania,1986,693.87347,,, +ALB,Albania,1987,674.7934,,, +ALB,Albania,1988,652.77429,,, +ALB,Albania,1989,697.99561,,, +ALB,Albania,1990,617.23041,,, +ALB,Albania,1991,336.58701,,, +ALB,Albania,1992,200.85222,,, +ALB,Albania,1993,367.27924,,, +ALB,Albania,1994,586.41632,,, +ALB,Albania,1995,750.60443,,, +ALB,Albania,1996,1009.9777,1.1,13.9,51.5 +ALB,Albania,1997,717.38055,,, +ALB,Albania,1998,813.79028,,, +ALB,Albania,1999,1033.2417,,, +ALB,Albania,2000,1126.6833,,, +ALB,Albania,2001,1281.6594,,, +ALB,Albania,2002,1425.1249,2,17,54.099998 +ALB,Albania,2003,1846.1188,,, +ALB,Albania,2004,2373.5798,,, +ALB,Albania,2005,2673.7874,1.1,10.9,42.599998 +ALB,Albania,2006,2972.7432,,, +ALB,Albania,2007,3595.0371,,, +ALB,Albania,2008,4370.54,.40000001,6.5,35.799999 +ALB,Albania,2009,4114.1348,,, +ALB,Albania,2010,4094.3589,,, +ALB,Albania,2011,4437.1777,,, +ALB,Albania,2012,4247.6143,1.1,7.6999998,39.099998 +ALB,Albania,2013,4413.083,,, +ALB,Albania,2014,4578.668,,, +ALB,Albania,2015,3952.8308,,, +ALB,Albania,2016,4124.1084,,, +ALB,Albania,2017,4532.8892,,, +ALB,Albania,2018,5253.6299,,, +AND,Andorra,1960,,,, +AND,Andorra,1961,,,, +AND,Andorra,1962,,,, +AND,Andorra,1963,,,, +AND,Andorra,1964,,,, +AND,Andorra,1965,,,, +AND,Andorra,1966,,,, +AND,Andorra,1967,,,, +AND,Andorra,1968,,,, +AND,Andorra,1969,,,, +AND,Andorra,1970,3238.5569,,, +AND,Andorra,1971,3498.1736,,, +AND,Andorra,1972,4217.1733,,, +AND,Andorra,1973,5342.1685,,, +AND,Andorra,1974,6319.7393,,, +AND,Andorra,1975,7169.1011,,, +AND,Andorra,1976,7152.375,,, +AND,Andorra,1977,7751.3701,,, +AND,Andorra,1978,9129.7061,,, +AND,Andorra,1979,11820.85,,, +AND,Andorra,1980,12377.412,,, +AND,Andorra,1981,10372.232,,, +AND,Andorra,1982,9610.2666,,, +AND,Andorra,1983,8022.6548,,, +AND,Andorra,1984,7728.9067,,, +AND,Andorra,1985,7774.394,,, +AND,Andorra,1986,10361.816,,, +AND,Andorra,1987,12616.168,,, +AND,Andorra,1988,14304.357,,, +AND,Andorra,1989,15166.438,,, +AND,Andorra,1990,18878.506,,, +AND,Andorra,1991,19532.541,,, +AND,Andorra,1992,20547.711,,, +AND,Andorra,1993,16516.471,,, +AND,Andorra,1994,16234.809,,, +AND,Andorra,1995,18461.064,,, +AND,Andorra,1996,19017.174,,, +AND,Andorra,1997,18353.061,,, +AND,Andorra,1998,18894.521,,, +AND,Andorra,1999,19261.711,,, +AND,Andorra,2000,21936.529,,, +AND,Andorra,2001,22228.846,,, +AND,Andorra,2002,24741.494,,, +AND,Andorra,2003,32776.441,,, +AND,Andorra,2004,38503.48,,, +AND,Andorra,2005,41282.02,,, +AND,Andorra,2006,43747.691,,, +AND,Andorra,2007,48582.223,,, +AND,Andorra,2008,47785.09,,, +AND,Andorra,2009,43338.867,,, +AND,Andorra,2010,39736.355,,, +AND,Andorra,2011,41100.73,,, +AND,Andorra,2012,38392.945,,, +AND,Andorra,2013,40626.75,,, +AND,Andorra,2014,42300.336,,, +AND,Andorra,2015,36039.652,,, +AND,Andorra,2016,37224.109,,, +AND,Andorra,2017,39134.395,,, +AND,Andorra,2018,42029.762,,, +ARE,United Arab Emirates,1960,,,, +ARE,United Arab Emirates,1961,,,, +ARE,United Arab Emirates,1962,,,, +ARE,United Arab Emirates,1963,,,, +ARE,United Arab Emirates,1964,,,, +ARE,United Arab Emirates,1965,,,, +ARE,United Arab Emirates,1966,,,, +ARE,United Arab Emirates,1967,,,, +ARE,United Arab Emirates,1968,,,, +ARE,United Arab Emirates,1969,,,, +ARE,United Arab Emirates,1970,,,, +ARE,United Arab Emirates,1971,,,, +ARE,United Arab Emirates,1972,,,, +ARE,United Arab Emirates,1973,,,, +ARE,United Arab Emirates,1974,,,, +ARE,United Arab Emirates,1975,26847.795,,, +ARE,United Arab Emirates,1976,30118.139,,, +ARE,United Arab Emirates,1977,33823.32,,, +ARE,United Arab Emirates,1978,28456.738,,, +ARE,United Arab Emirates,1979,33512.742,,, +ARE,United Arab Emirates,1980,42764.457,,, +ARE,United Arab Emirates,1981,44987.211,,, +ARE,United Arab Emirates,1982,40026.168,,, +ARE,United Arab Emirates,1983,34843.102,,, +ARE,United Arab Emirates,1984,32309.809,,, +ARE,United Arab Emirates,1985,29720.92,,, +ARE,United Arab Emirates,1986,23467.977,,, +ARE,United Arab Emirates,1987,23726.152,,, +ARE,United Arab Emirates,1988,22295.146,,, +ARE,United Arab Emirates,1989,24028.193,,, +ARE,United Arab Emirates,1990,27729.467,,, +ARE,United Arab Emirates,1991,26612.336,,, +ARE,United Arab Emirates,1992,26420.873,,, +ARE,United Arab Emirates,1993,25596.691,,, +ARE,United Arab Emirates,1994,25847.926,,, +ARE,United Arab Emirates,1995,27222.035,,, +ARE,United Arab Emirates,1996,28975.023,,, +ARE,United Arab Emirates,1997,29512.664,,, +ARE,United Arab Emirates,1998,26899.602,,, +ARE,United Arab Emirates,1999,28470.838,,, +ARE,United Arab Emirates,2000,33291.418,,, +ARE,United Arab Emirates,2001,31280.785,,, +ARE,United Arab Emirates,2002,31567.475,,, +ARE,United Arab Emirates,2003,33499.094,,, +ARE,United Arab Emirates,2004,36333.25,,, +ARE,United Arab Emirates,2005,39365.336,,, +ARE,United Arab Emirates,2006,41907.406,,, +ARE,United Arab Emirates,2007,41809.516,,, +ARE,United Arab Emirates,2008,44498.934,,, +ARE,United Arab Emirates,2009,32024.182,,, +ARE,United Arab Emirates,2010,33893.305,,, +ARE,United Arab Emirates,2011,39194.676,,, +ARE,United Arab Emirates,2012,40976.5,,, +ARE,United Arab Emirates,2013,42412.629,,, +ARE,United Arab Emirates,2014,43751.84,,, +ARE,United Arab Emirates,2015,38663.383,,, +ARE,United Arab Emirates,2016,38141.848,,, +ARE,United Arab Emirates,2017,40325.383,,, +ARE,United Arab Emirates,2018,43004.949,,, +ARG,Argentina,1960,,,, +ARG,Argentina,1961,,,, +ARG,Argentina,1962,1155.8901,,, +ARG,Argentina,1963,850.30475,,, +ARG,Argentina,1964,1173.2382,,, +ARG,Argentina,1965,1279.1134,,, +ARG,Argentina,1966,1272.803,,, +ARG,Argentina,1967,1062.5436,,, +ARG,Argentina,1968,1141.0804,,, +ARG,Argentina,1969,1329.0587,,, +ARG,Argentina,1970,1322.5908,,, +ARG,Argentina,1971,1372.3744,,, +ARG,Argentina,1972,1408.8652,,, +ARG,Argentina,1973,2097.0225,,, +ARG,Argentina,1974,2844.8638,,, +ARG,Argentina,1975,2027.3372,,, +ARG,Argentina,1976,1948.2247,,, +ARG,Argentina,1977,2129.7083,,, +ARG,Argentina,1978,2146.3645,,, +ARG,Argentina,1979,2520.9216,,, +ARG,Argentina,1980,2758.8352,.40000001,1.2,5.5 +ARG,Argentina,1981,2776.322,,, +ARG,Argentina,1982,2927.8975,,, +ARG,Argentina,1983,3553.3777,,, +ARG,Argentina,1984,2659.7085,,, +ARG,Argentina,1985,2926.127,,, +ARG,Argentina,1986,3613.6218,0,0,4.9000001 +ARG,Argentina,1987,3562.8755,0,.89999998,8.3000002 +ARG,Argentina,1988,3985.1912,,, +ARG,Argentina,1989,2383.8677,,, +ARG,Argentina,1990,4333.4829,,, +ARG,Argentina,1991,5735.3604,1.1,4.4000001,14.2 +ARG,Argentina,1992,6823.5376,2.0999999,4.9000001,14.9 +ARG,Argentina,1993,6969.1182,2.4000001,5.8000002,15 +ARG,Argentina,1994,7483.1396,2.3,5.5,15.7 +ARG,Argentina,1995,7408.708,4.0999999,8.6000004,20.5 +ARG,Argentina,1996,7721.3545,4.5999999,9.5,22.299999 +ARG,Argentina,1997,8213.127,4.0999999,8.8000002,21.299999 +ARG,Argentina,1998,8289.5059,4.5999999,10.1,23.200001 +ARG,Argentina,1999,7774.7363,4.8000002,10.7,24.200001 +ARG,Argentina,2000,7708.1011,5.6999998,12.6,26.299999 +ARG,Argentina,2001,7208.3716,9.3999996,17.299999,31 +ARG,Argentina,2002,2593.4041,14,26.200001,44.200001 +ARG,Argentina,2003,3349.8062,6.8000002,15.1,30 +ARG,Argentina,2004,4277.7212,5.1999998,11.7,25 +ARG,Argentina,2005,5109.8516,3.7,9.5,21.1 +ARG,Argentina,2006,5919.0122,3.2,7.9000001,17.299999 +ARG,Argentina,2007,7245.4482,2.5999999,6.6999998,16.200001 +ARG,Argentina,2008,9020.873,2.5999999,6.3000002,14.7 +ARG,Argentina,2009,8225.1367,2.5,5.6999998,13.3 +ARG,Argentina,2010,10385.965,2.2,5.3000002,12.7 +ARG,Argentina,2011,12848.864,.89999998,2.4000001,8.8000002 +ARG,Argentina,2012,13082.664,.80000001,2.7,8.3999996 +ARG,Argentina,2013,13080.255,.69999999,2.3,8.1999998 +ARG,Argentina,2014,12334.798,.69999999,2.5999999,8.8999996 +ARG,Argentina,2015,13789.061,,, +ARG,Argentina,2016,12790.242,.69999999,2.4000001,8.5 +ARG,Argentina,2017,14591.863,.5,2.4000001,7.6999998 +ARG,Argentina,2018,11652.566,,, +ARM,Armenia,1960,,,, +ARM,Armenia,1961,,,, +ARM,Armenia,1962,,,, +ARM,Armenia,1963,,,, +ARM,Armenia,1964,,,, +ARM,Armenia,1965,,,, +ARM,Armenia,1966,,,, +ARM,Armenia,1967,,,, +ARM,Armenia,1968,,,, +ARM,Armenia,1969,,,, +ARM,Armenia,1970,,,, +ARM,Armenia,1971,,,, +ARM,Armenia,1972,,,, +ARM,Armenia,1973,,,, +ARM,Armenia,1974,,,, +ARM,Armenia,1975,,,, +ARM,Armenia,1976,,,, +ARM,Armenia,1977,,,, +ARM,Armenia,1978,,,, +ARM,Armenia,1979,,,, +ARM,Armenia,1980,,,, +ARM,Armenia,1981,,,, +ARM,Armenia,1982,,,, +ARM,Armenia,1983,,,, +ARM,Armenia,1984,,,, +ARM,Armenia,1985,,,, +ARM,Armenia,1986,,,, +ARM,Armenia,1987,,,, +ARM,Armenia,1988,,,, +ARM,Armenia,1989,,,, +ARM,Armenia,1990,637.85468,,, +ARM,Armenia,1991,590.12103,,, +ARM,Armenia,1992,369.63263,,, +ARM,Armenia,1993,357.20328,,, +ARM,Armenia,1994,400.51523,,, +ARM,Armenia,1995,456.37506,,, +ARM,Armenia,1996,504.05856,,, +ARM,Armenia,1997,523.28308,,, +ARM,Armenia,1998,609.17242,,, +ARM,Armenia,1999,597.4325,16.9,52.5,83.199997 +ARM,Armenia,2000,622.74213,,, +ARM,Armenia,2001,694.42322,19.299999,55.599998,84.400002 +ARM,Armenia,2002,783.24072,15.1,52.299999,83.5 +ARM,Armenia,2003,930.12732,11.4,48,83 +ARM,Armenia,2004,1191.9191,7.9000001,36.299999,74.400002 +ARM,Armenia,2005,1643.7531,4.5,26.9,68.699997 +ARM,Armenia,2006,2158.1438,3.2,22.5,64 +ARM,Armenia,2007,3139.2776,2.8,18.700001,57.099998 +ARM,Armenia,2008,4010.8572,1.4,13.6,53.599998 +ARM,Armenia,2009,2994.3425,1.9,19.200001,62.099998 +ARM,Armenia,2010,3218.3728,1.9,20.5,63.400002 +ARM,Armenia,2011,3525.8047,2.2,18.799999,60.799999 +ARM,Armenia,2012,3681.8574,1.6,17.1,56.5 +ARM,Armenia,2013,3838.1858,2.2,16.200001,54.599998 +ARM,Armenia,2014,3986.2317,2.3,16.4,52.299999 +ARM,Armenia,2015,3607.2966,1.9,13.5,48.299999 +ARM,Armenia,2016,3591.8293,1.8,14.1,43.5 +ARM,Armenia,2017,3914.5012,1.4,12.3,50 +ARM,Armenia,2018,4212.0708,,, +ASM,American Samoa,1960,,,, +ASM,American Samoa,1961,,,, +ASM,American Samoa,1962,,,, +ASM,American Samoa,1963,,,, +ASM,American Samoa,1964,,,, +ASM,American Samoa,1965,,,, +ASM,American Samoa,1966,,,, +ASM,American Samoa,1967,,,, +ASM,American Samoa,1968,,,, +ASM,American Samoa,1969,,,, +ASM,American Samoa,1970,,,, +ASM,American Samoa,1971,,,, +ASM,American Samoa,1972,,,, +ASM,American Samoa,1973,,,, +ASM,American Samoa,1974,,,, +ASM,American Samoa,1975,,,, +ASM,American Samoa,1976,,,, +ASM,American Samoa,1977,,,, +ASM,American Samoa,1978,,,, +ASM,American Samoa,1979,,,, +ASM,American Samoa,1980,,,, +ASM,American Samoa,1981,,,, +ASM,American Samoa,1982,,,, +ASM,American Samoa,1983,,,, +ASM,American Samoa,1984,,,, +ASM,American Samoa,1985,,,, +ASM,American Samoa,1986,,,, +ASM,American Samoa,1987,,,, +ASM,American Samoa,1988,,,, +ASM,American Samoa,1989,,,, +ASM,American Samoa,1990,,,, +ASM,American Samoa,1991,,,, +ASM,American Samoa,1992,,,, +ASM,American Samoa,1993,,,, +ASM,American Samoa,1994,,,, +ASM,American Samoa,1995,,,, +ASM,American Samoa,1996,,,, +ASM,American Samoa,1997,,,, +ASM,American Samoa,1998,,,, +ASM,American Samoa,1999,,,, +ASM,American Samoa,2000,,,, +ASM,American Samoa,2001,,,, +ASM,American Samoa,2002,8700.0674,,, +ASM,American Samoa,2003,8856.5479,,, +ASM,American Samoa,2004,8578.9443,,, +ASM,American Samoa,2005,8444.9814,,, +ASM,American Samoa,2006,8391.5615,,, +ASM,American Samoa,2007,8909.4492,,, +ASM,American Samoa,2008,9792.667,,, +ASM,American Samoa,2009,11961.258,,, +ASM,American Samoa,2010,10271.225,,, +ASM,American Samoa,2011,10294.303,,, +ASM,American Samoa,2012,11568.793,,, +ASM,American Samoa,2013,11505.394,,, +ASM,American Samoa,2014,11525.156,,, +ASM,American Samoa,2015,11843.331,,, +ASM,American Samoa,2016,11714.896,,, +ASM,American Samoa,2017,11398.777,,, +ASM,American Samoa,2018,,,, +ATG,Antigua and Barbuda,1960,,,, +ATG,Antigua and Barbuda,1961,,,, +ATG,Antigua and Barbuda,1962,,,, +ATG,Antigua and Barbuda,1963,,,, +ATG,Antigua and Barbuda,1964,,,, +ATG,Antigua and Barbuda,1965,,,, +ATG,Antigua and Barbuda,1966,,,, +ATG,Antigua and Barbuda,1967,,,, +ATG,Antigua and Barbuda,1968,,,, +ATG,Antigua and Barbuda,1969,,,, +ATG,Antigua and Barbuda,1970,,,, +ATG,Antigua and Barbuda,1971,,,, +ATG,Antigua and Barbuda,1972,,,, +ATG,Antigua and Barbuda,1973,,,, +ATG,Antigua and Barbuda,1974,,,, +ATG,Antigua and Barbuda,1975,,,, +ATG,Antigua and Barbuda,1976,,,, +ATG,Antigua and Barbuda,1977,1246.7504,,, +ATG,Antigua and Barbuda,1978,1416.5862,,, +ATG,Antigua and Barbuda,1979,1760.7177,,, +ATG,Antigua and Barbuda,1980,2124.4812,,, +ATG,Antigua and Barbuda,1981,2392.261,,, +ATG,Antigua and Barbuda,1982,2660.6011,,, +ATG,Antigua and Barbuda,1983,2947.9355,,, +ATG,Antigua and Barbuda,1984,3372.4929,,, +ATG,Antigua and Barbuda,1985,3899.3286,,, +ATG,Antigua and Barbuda,1986,4703.1792,,, +ATG,Antigua and Barbuda,1987,5463.2412,,, +ATG,Antigua and Barbuda,1988,6453.4771,,, +ATG,Antigua and Barbuda,1989,7076.4224,,, +ATG,Antigua and Barbuda,1990,7348.2129,,, +ATG,Antigua and Barbuda,1991,7601.8486,,, +ATG,Antigua and Barbuda,1992,7744.2749,,, +ATG,Antigua and Barbuda,1993,8136.1689,,, +ATG,Antigua and Barbuda,1994,8770.752,,, +ATG,Antigua and Barbuda,1995,8406.5928,,, +ATG,Antigua and Barbuda,1996,9030.9756,,, +ATG,Antigua and Barbuda,1997,9492.0381,,, +ATG,Antigua and Barbuda,1998,9940.1914,,, +ATG,Antigua and Barbuda,1999,10260.585,,, +ATG,Antigua and Barbuda,2000,10920.843,,, +ATG,Antigua and Barbuda,2001,10370.671,,, +ATG,Antigua and Barbuda,2002,10404.437,,, +ATG,Antigua and Barbuda,2003,10789.951,,, +ATG,Antigua and Barbuda,2004,11446.639,,, +ATG,Antigua and Barbuda,2005,12547.613,,, +ATG,Antigua and Barbuda,2006,13989.716,,, +ATG,Antigua and Barbuda,2007,15607.09,,, +ATG,Antigua and Barbuda,2008,16024.346,,, +ATG,Antigua and Barbuda,2009,14113.077,,, +ATG,Antigua and Barbuda,2010,13092.074,,, +ATG,Antigua and Barbuda,2011,12795.569,,, +ATG,Antigua and Barbuda,2012,13399.238,,, +ATG,Antigua and Barbuda,2013,13035.094,,, +ATG,Antigua and Barbuda,2014,13780.782,,, +ATG,Antigua and Barbuda,2015,14526.588,,, +ATG,Antigua and Barbuda,2016,15494.306,,, +ATG,Antigua and Barbuda,2017,15824.668,,, +ATG,Antigua and Barbuda,2018,16864.383,,, +AUS,Australia,1960,1807.7858,,, +AUS,Australia,1961,1874.839,,, +AUS,Australia,1962,1851.8418,,, +AUS,Australia,1963,1964.1505,,, +AUS,Australia,1964,2128.0684,,, +AUS,Australia,1965,2277.6567,,, +AUS,Australia,1966,2340.4387,,, +AUS,Australia,1967,2576.2844,,, +AUS,Australia,1968,2720.0825,,, +AUS,Australia,1969,2986.9495,,, +AUS,Australia,1970,3299.8433,,, +AUS,Australia,1971,3489.9524,,, +AUS,Australia,1972,3943.7876,,, +AUS,Australia,1973,4763.7241,,, +AUS,Australia,1974,6473.165,,, +AUS,Australia,1975,6994.3081,,, +AUS,Australia,1976,7476.7485,,, +AUS,Australia,1977,7765.0703,,, +AUS,Australia,1978,8242.0762,,, +AUS,Australia,1979,9281.5234,,, +AUS,Australia,1980,10194.395,,, +AUS,Australia,1981,11833.821,1,1.2,1.7 +AUS,Australia,1982,12766.595,,, +AUS,Australia,1983,11518.669,,, +AUS,Australia,1984,12431.946,,, +AUS,Australia,1985,11437.713,1,1.2,1.7 +AUS,Australia,1986,11364.327,,, +AUS,Australia,1987,11624.458,,, +AUS,Australia,1988,14254.646,,, +AUS,Australia,1989,17798.072,.69999999,1,1.5 +AUS,Australia,1990,18211.139,,, +AUS,Australia,1991,18821.25,,, +AUS,Australia,1992,18569.506,,, +AUS,Australia,1993,17633.979,,, +AUS,Australia,1994,18045.865,,, +AUS,Australia,1995,20319.631,.69999999,1.2,1.7 +AUS,Australia,1996,21861.326,,, +AUS,Australia,1997,23468.598,,, +AUS,Australia,1998,21318.965,,, +AUS,Australia,1999,20533.035,,, +AUS,Australia,2000,21679.248,,, +AUS,Australia,2001,19490.861,.69999999,1,1.5 +AUS,Australia,2002,20082.482,,, +AUS,Australia,2003,23447.031,1,1.2,1.5 +AUS,Australia,2004,30430.676,.69999999,.69999999,1 +AUS,Australia,2005,33999.242,,, +AUS,Australia,2006,36044.922,,, +AUS,Australia,2007,40960.055,,, +AUS,Australia,2008,49601.656,.5,.5,.69999999 +AUS,Australia,2009,42772.359,,, +AUS,Australia,2010,52022.125,.5,.5,.69999999 +AUS,Australia,2011,62517.832,,, +AUS,Australia,2012,68012.148,,, +AUS,Australia,2013,68150.109,,, +AUS,Australia,2014,62510.793,.69999999,1,1.2 +AUS,Australia,2015,56748.422,,, +AUS,Australia,2016,50019.969,,, +AUS,Australia,2017,54093.602,,, +AUS,Australia,2018,57305.301,,, +AUT,Austria,1960,935.46045,,, +AUT,Austria,1961,1031.8151,,, +AUT,Austria,1962,1087.8342,,, +AUT,Austria,1963,1167.0005,,, +AUT,Austria,1964,1269.4126,,, +AUT,Austria,1965,1374.5321,,, +AUT,Austria,1966,1486.9686,,, +AUT,Austria,1967,1569.6672,,, +AUT,Austria,1968,1677.6736,,, +AUT,Austria,1969,1825.3861,,, +AUT,Austria,1970,2058.769,,, +AUT,Austria,1971,2380.9785,,, +AUT,Austria,1972,2924.0488,,, +AUT,Austria,1973,3890.7224,,, +AUT,Austria,1974,4630.7573,,, +AUT,Austria,1975,5285.6206,,, +AUT,Austria,1976,5678.3867,,, +AUT,Austria,1977,6810.6279,,, +AUT,Austria,1978,8205.4688,,, +AUT,Austria,1979,9793.7656,,, +AUT,Austria,1980,10869.547,,, +AUT,Austria,1981,9385.249,,, +AUT,Austria,1982,9410.3477,,, +AUT,Austria,1983,9537.4072,,, +AUT,Austria,1984,8991.0654,,, +AUT,Austria,1985,9172.0967,,, +AUT,Austria,1986,13083.072,,, +AUT,Austria,1987,16392.77,,, +AUT,Austria,1988,17578.619,,, +AUT,Austria,1989,17468.945,,, +AUT,Austria,1990,21680.99,,, +AUT,Austria,1991,22410.912,,, +AUT,Austria,1992,24880.164,,, +AUT,Austria,1993,24081.527,,, +AUT,Austria,1994,25646.701,,, +AUT,Austria,1995,30325.85,,, +AUT,Austria,1996,29809.076,,, +AUT,Austria,1997,26705.479,,, +AUT,Austria,1998,27361.875,,, +AUT,Austria,1999,27174.297,,, +AUT,Austria,2000,24564.459,,, +AUT,Austria,2001,24537.514,,, +AUT,Austria,2002,26401.746,,, +AUT,Austria,2003,32222.896,.2,.5,.5 +AUT,Austria,2004,36821.52,0,.2,.2 +AUT,Austria,2005,38403.133,.2,.2,.5 +AUT,Austria,2006,40635.281,0,.2,.5 +AUT,Austria,2007,46855.773,.5,.5,.69999999 +AUT,Austria,2008,51708.766,.5,.5,1 +AUT,Austria,2009,47963.18,.5,.69999999,1 +AUT,Austria,2010,46858.043,.5,.5,.69999999 +AUT,Austria,2011,51374.957,.5,.5,1 +AUT,Austria,2012,48567.695,.5,.69999999,1 +AUT,Austria,2013,50716.707,.2,.5,.5 +AUT,Austria,2014,51717.496,.2,.2,.69999999 +AUT,Austria,2015,44176.672,.69999999,.69999999,.89999998 +AUT,Austria,2016,45103.328,,, +AUT,Austria,2017,47380.828,,, +AUT,Austria,2018,51512.906,,, +AZE,Azerbaijan,1960,,,, +AZE,Azerbaijan,1961,,,, +AZE,Azerbaijan,1962,,,, +AZE,Azerbaijan,1963,,,, +AZE,Azerbaijan,1964,,,, +AZE,Azerbaijan,1965,,,, +AZE,Azerbaijan,1966,,,, +AZE,Azerbaijan,1967,,,, +AZE,Azerbaijan,1968,,,, +AZE,Azerbaijan,1969,,,, +AZE,Azerbaijan,1970,,,, +AZE,Azerbaijan,1971,,,, +AZE,Azerbaijan,1972,,,, +AZE,Azerbaijan,1973,,,, +AZE,Azerbaijan,1974,,,, +AZE,Azerbaijan,1975,,,, +AZE,Azerbaijan,1976,,,, +AZE,Azerbaijan,1977,,,, +AZE,Azerbaijan,1978,,,, +AZE,Azerbaijan,1979,,,, +AZE,Azerbaijan,1980,,,, +AZE,Azerbaijan,1981,,,, +AZE,Azerbaijan,1982,,,, +AZE,Azerbaijan,1983,,,, +AZE,Azerbaijan,1984,,,, +AZE,Azerbaijan,1985,,,, +AZE,Azerbaijan,1986,,,, +AZE,Azerbaijan,1987,,,, +AZE,Azerbaijan,1988,,,, +AZE,Azerbaijan,1989,,,, +AZE,Azerbaijan,1990,1237.3245,,, +AZE,Azerbaijan,1991,1209.2375,,, +AZE,Azerbaijan,1992,676.15149,,, +AZE,Azerbaijan,1993,529.81366,,, +AZE,Azerbaijan,1994,436.21686,,, +AZE,Azerbaijan,1995,397.19812,7.3000002,26.299999,62.5 +AZE,Azerbaijan,1996,409.21075,,, +AZE,Azerbaijan,1997,505.56378,,, +AZE,Azerbaijan,1998,561.90704,,, +AZE,Azerbaijan,1999,573.89331,,, +AZE,Azerbaijan,2000,655.09741,,, +AZE,Azerbaijan,2001,703.68384,2.7,17.6,53 +AZE,Azerbaijan,2002,763.08063,0,.60000002,17.9 +AZE,Azerbaijan,2003,883.64398,0,1,18.799999 +AZE,Azerbaijan,2004,1045.0094,0,.2,15.3 +AZE,Azerbaijan,2005,1578.4023,0,0,8.1999998 +AZE,Azerbaijan,2006,2473.0818,,, +AZE,Azerbaijan,2007,3851.438,,, +AZE,Azerbaijan,2008,5574.604,,, +AZE,Azerbaijan,2009,4950.2949,,, +AZE,Azerbaijan,2010,5842.8057,,, +AZE,Azerbaijan,2011,7189.6914,,, +AZE,Azerbaijan,2012,7496.2944,,, +AZE,Azerbaijan,2013,7875.7568,,, +AZE,Azerbaijan,2014,7891.313,,, +AZE,Azerbaijan,2015,5500.3203,,, +AZE,Azerbaijan,2016,3880.7388,,, +AZE,Azerbaijan,2017,4147.0898,,, +AZE,Azerbaijan,2018,4721.1782,,, +BDI,Burundi,1960,70.051735,,, +BDI,Burundi,1961,71.167191,,, +BDI,Burundi,1962,73.435303,,, +BDI,Burundi,1963,78.514328,,, +BDI,Burundi,1964,86.161606,,, +BDI,Burundi,1965,51.381866,,, +BDI,Burundi,1966,52.182652,,, +BDI,Burundi,1967,54.806393,,, +BDI,Burundi,1968,54.90081,,, +BDI,Burundi,1969,55.715015,,, +BDI,Burundi,1970,69.769302,,, +BDI,Burundi,1971,71.62677,,, +BDI,Burundi,1972,69.139404,,, +BDI,Burundi,1973,84.41864,,, +BDI,Burundi,1974,94.685318,,, +BDI,Burundi,1975,113.75313,,, +BDI,Burundi,1976,118.9149,,, +BDI,Burundi,1977,142.05302,,, +BDI,Burundi,1978,154.51619,,, +BDI,Burundi,1979,193.15021,,, +BDI,Burundi,1980,221.23184,,, +BDI,Burundi,1981,227.12811,,, +BDI,Burundi,1982,231.34386,,, +BDI,Burundi,1983,240.78229,,, +BDI,Burundi,1984,213.61652,,, +BDI,Burundi,1985,242.05824,,, +BDI,Burundi,1986,245.91542,,, +BDI,Burundi,1987,225.0717,,, +BDI,Burundi,1988,209.41507,,, +BDI,Burundi,1989,209.89441,,, +BDI,Burundi,1990,208.14676,,, +BDI,Burundi,1991,209.77789,,, +BDI,Burundi,1992,190.48901,81.099998,94.800003,98.900002 +BDI,Burundi,1993,161.88756,,, +BDI,Burundi,1994,156.8123,,, +BDI,Burundi,1995,167.09892,,, +BDI,Burundi,1996,143.4023,,, +BDI,Burundi,1997,158.91467,,, +BDI,Burundi,1998,144.49306,84.099998,95.300003,98 +BDI,Burundi,1999,128.93909,,, +BDI,Burundi,2000,136.46397,,, +BDI,Burundi,2001,134.36345,,, +BDI,Burundi,2002,123.11763,,, +BDI,Burundi,2003,113.56737,,, +BDI,Burundi,2004,128.33661,,, +BDI,Burundi,2005,151.68146,,, +BDI,Burundi,2006,167.37648,77.699997,92.900002,98.300003 +BDI,Burundi,2007,172.49586,,, +BDI,Burundi,2008,198.35291,,, +BDI,Burundi,2009,212.13689,,, +BDI,Burundi,2010,234.23564,,, +BDI,Burundi,2011,249.57797,,, +BDI,Burundi,2012,252.35898,,, +BDI,Burundi,2013,256.97601,71.800003,89.300003,96.800003 +BDI,Burundi,2014,274.85794,,, +BDI,Burundi,2015,305.54977,,, +BDI,Burundi,2016,282.14969,,, +BDI,Burundi,2017,293.00906,,, +BDI,Burundi,2018,275.4296,,, +BEL,Belgium,1960,1273.6917,,, +BEL,Belgium,1961,1350.1976,,, +BEL,Belgium,1962,1438.5232,,, +BEL,Belgium,1963,1535.0237,,, +BEL,Belgium,1964,1701.8463,,, +BEL,Belgium,1965,1835.5947,,, +BEL,Belgium,1966,1957.6261,,, +BEL,Belgium,1967,2086.636,,, +BEL,Belgium,1968,2222.3616,,, +BEL,Belgium,1969,2458.0818,,, +BEL,Belgium,1970,2780.6963,,, +BEL,Belgium,1971,3099.4302,,, +BEL,Belgium,1972,3852.1418,,, +BEL,Belgium,1973,4927.1958,,, +BEL,Belgium,1974,5764.4897,,, +BEL,Belgium,1975,6737.248,,, +BEL,Belgium,1976,7281.8179,,, +BEL,Belgium,1977,8472.0547,,, +BEL,Belgium,1978,10344.847,,, +BEL,Belgium,1979,11873.835,,, +BEL,Belgium,1980,12932.86,,, +BEL,Belgium,1981,10679.664,,, +BEL,Belgium,1982,9393.877,,, +BEL,Belgium,1983,8893.5859,,, +BEL,Belgium,1984,8502.5391,,, +BEL,Belgium,1985,8797.6602,,, +BEL,Belgium,1986,12235.185,,, +BEL,Belgium,1987,15216.871,,, +BEL,Belgium,1988,16478.832,,, +BEL,Belgium,1989,16613.518,,, +BEL,Belgium,1990,20710.645,,, +BEL,Belgium,1991,21154.291,,, +BEL,Belgium,1992,23497.727,,, +BEL,Belgium,1993,22403.217,,, +BEL,Belgium,1994,24338.139,,, +BEL,Belgium,1995,28565.92,,, +BEL,Belgium,1996,27701.902,,, +BEL,Belgium,1997,25027.744,,, +BEL,Belgium,1998,25541.674,,, +BEL,Belgium,1999,25444.139,,, +BEL,Belgium,2000,23207.406,,, +BEL,Belgium,2001,23121.602,,, +BEL,Belgium,2002,25052.34,,, +BEL,Belgium,2003,30743.902,.2,.5,.69999999 +BEL,Belgium,2004,35589.688,0,.2,.2 +BEL,Belgium,2005,36967.258,.2,.2,.5 +BEL,Belgium,2006,38852.371,.2,.2,.5 +BEL,Belgium,2007,44403.766,.2,.2,.2 +BEL,Belgium,2008,48424.574,0,.2,.2 +BEL,Belgium,2009,44880.574,0,.2,.2 +BEL,Belgium,2010,44380.176,.2,.2,.5 +BEL,Belgium,2011,47743.781,.2,.2,.5 +BEL,Belgium,2012,44826.441,.2,.2,.5 +BEL,Belgium,2013,46680.391,.2,.2,.5 +BEL,Belgium,2014,47355.313,0,.2,.2 +BEL,Belgium,2015,40441.051,0,.2,.2 +BEL,Belgium,2016,41449.098,,, +BEL,Belgium,2017,43507.238,,, +BEL,Belgium,2018,46556.098,,, +BEN,Benin,1960,93.022507,,, +BEN,Benin,1961,95.572151,,, +BEN,Benin,1962,94.464539,,, +BEN,Benin,1963,99.859116,,, +BEN,Benin,1964,104.33977,,, +BEN,Benin,1965,110.1328,,, +BEN,Benin,1966,112.94083,,, +BEN,Benin,1967,111.9516,,, +BEN,Benin,1968,116.89507,,, +BEN,Benin,1969,116.02509,,, +BEN,Benin,1970,114.55659,,, +BEN,Benin,1971,112.57009,,, +BEN,Benin,1972,134.81941,,, +BEN,Benin,1973,161.98738,,, +BEN,Benin,1974,174.01414,,, +BEN,Benin,1975,207.30045,,, +BEN,Benin,1976,208.65616,,, +BEN,Benin,1977,218.45436,,, +BEN,Benin,1978,263.58105,,, +BEN,Benin,1979,327.82169,,, +BEN,Benin,1980,378.04388,,, +BEN,Benin,1981,337.97818,,, +BEN,Benin,1982,322.77771,,, +BEN,Benin,1983,271.12924,,, +BEN,Benin,1984,252.86978,,, +BEN,Benin,1985,244.411,,, +BEN,Benin,1986,303.34891,,, +BEN,Benin,1987,344.50308,,, +BEN,Benin,1988,346.73602,,, +BEN,Benin,1989,311.67831,,, +BEN,Benin,1990,393.68622,,, +BEN,Benin,1991,385.7536,,, +BEN,Benin,1992,317.96286,,, +BEN,Benin,1993,411.92603,,, +BEN,Benin,1994,279.6665,,, +BEN,Benin,1995,367.38733,,, +BEN,Benin,1996,387.43292,,, +BEN,Benin,1997,361.10028,,, +BEN,Benin,1998,379.44235,,, +BEN,Benin,1999,403.62372,,, +BEN,Benin,2000,374.19238,,, +BEN,Benin,2001,378.73605,,, +BEN,Benin,2002,418.69858,,, +BEN,Benin,2003,519.2923,48.799999,78.300003,93 +BEN,Benin,2004,583.40936,,, +BEN,Benin,2005,601.79999,,, +BEN,Benin,2006,625.83002,,, +BEN,Benin,2007,706.05334,,, +BEN,Benin,2008,820.15088,,, +BEN,Benin,2009,793.45227,,, +BEN,Benin,2010,757.69592,,, +BEN,Benin,2011,825.94037,53.099998,76.699997,90 +BEN,Benin,2012,837.94293,,, +BEN,Benin,2013,915.31561,,, +BEN,Benin,2014,943.67462,,, +BEN,Benin,2015,783.96307,49.5,76.199997,90.599998 +BEN,Benin,2016,788.54919,,, +BEN,Benin,2017,827.42981,,, +BEN,Benin,2018,901.95404,,, +BFA,Burkina Faso,1960,68.424751,,, +BFA,Burkina Faso,1961,71.558182,,, +BFA,Burkina Faso,1962,76.520615,,, +BFA,Burkina Faso,1963,78.37207,,, +BFA,Burkina Faso,1964,80.472763,,, +BFA,Burkina Faso,1965,81.725113,,, +BFA,Burkina Faso,1966,82.545639,,, +BFA,Burkina Faso,1967,84.363167,,, +BFA,Burkina Faso,1968,84.733047,,, +BFA,Burkina Faso,1969,86.52021,,, +BFA,Burkina Faso,1970,81.499901,,, +BFA,Burkina Faso,1971,84.287811,,, +BFA,Burkina Faso,1972,99.326767,,, +BFA,Burkina Faso,1973,113.78059,,, +BFA,Burkina Faso,1974,124.35903,,, +BFA,Burkina Faso,1975,152.72823,,, +BFA,Burkina Faso,1976,155.649,,, +BFA,Burkina Faso,1977,176.78337,,, +BFA,Burkina Faso,1978,225.94165,,, +BFA,Burkina Faso,1979,262.07602,,, +BFA,Burkina Faso,1980,282.68573,,, +BFA,Burkina Faso,1981,254.23077,,, +BFA,Burkina Faso,1982,245.0947,,, +BFA,Burkina Faso,1983,217.99475,,, +BFA,Burkina Faso,1984,193.84325,,, +BFA,Burkina Faso,1985,200.89442,,, +BFA,Burkina Faso,1986,256.76233,,, +BFA,Burkina Faso,1987,291.13196,,, +BFA,Burkina Faso,1988,313.06189,,, +BFA,Burkina Faso,1989,304.85342,,, +BFA,Burkina Faso,1990,351.97931,,, +BFA,Burkina Faso,1991,346.41068,,, +BFA,Burkina Faso,1992,240.96349,,, +BFA,Burkina Faso,1993,244.12708,,, +BFA,Burkina Faso,1994,193.07024,83.099998,92.800003,97.199997 +BFA,Burkina Faso,1995,235.8322,,, +BFA,Burkina Faso,1996,249.36029,,, +BFA,Burkina Faso,1997,229.49312,,, +BFA,Burkina Faso,1998,255.71823,81.599998,91.300003,96.300003 +BFA,Burkina Faso,1999,265.34012,,, +BFA,Burkina Faso,2000,226.47598,,, +BFA,Burkina Faso,2001,235.49123,,, +BFA,Burkina Faso,2002,260.76355,,, +BFA,Burkina Faso,2003,332.3443,57.299999,80.300003,93.099998 +BFA,Burkina Faso,2004,371.32309,,, +BFA,Burkina Faso,2005,406.99881,,, +BFA,Burkina Faso,2006,420.58255,,, +BFA,Burkina Faso,2007,475.11002,,, +BFA,Burkina Faso,2008,569.76129,,, +BFA,Burkina Faso,2009,552.74561,55.299999,81.5,94.199997 +BFA,Burkina Faso,2010,575.44647,,, +BFA,Burkina Faso,2011,666.84015,,, +BFA,Burkina Faso,2012,673.82159,,, +BFA,Burkina Faso,2013,699.77942,,, +BFA,Burkina Faso,2014,703.82007,43.700001,76.400002,92.300003 +BFA,Burkina Faso,2015,575.31445,,, +BFA,Burkina Faso,2016,583.83264,,, +BFA,Burkina Faso,2017,642.04041,,, +BFA,Burkina Faso,2018,731.17169,,, +BGD,Bangladesh,1960,89.03524,,, +BGD,Bangladesh,1961,97.595276,,, +BGD,Bangladesh,1962,100.12212,,, +BGD,Bangladesh,1963,101.90141,,, +BGD,Bangladesh,1964,100.22112,,, +BGD,Bangladesh,1965,106.64664,,, +BGD,Bangladesh,1966,112.66536,,, +BGD,Bangladesh,1967,122.87063,,, +BGD,Bangladesh,1968,122.8476,,, +BGD,Bangladesh,1969,135.14738,,, +BGD,Bangladesh,1970,140.00272,,, +BGD,Bangladesh,1971,133.55142,,, +BGD,Bangladesh,1972,94.381676,,, +BGD,Bangladesh,1973,119.55975,,, +BGD,Bangladesh,1974,182.01999,,, +BGD,Bangladesh,1975,277.57065,,, +BGD,Bangladesh,1976,141.19717,,, +BGD,Bangladesh,1977,131.37325,,, +BGD,Bangladesh,1978,176.03395,,, +BGD,Bangladesh,1979,200.76967,,, +BGD,Bangladesh,1980,227.75195,,, +BGD,Bangladesh,1981,247.64961,,, +BGD,Bangladesh,1982,220.71881,,, +BGD,Bangladesh,1983,204.41768,29.9,76.699997,95.900002 +BGD,Bangladesh,1984,213.99666,,, +BGD,Bangladesh,1985,245.4539,25.4,71.300003,94.099998 +BGD,Bangladesh,1986,233.65805,,, +BGD,Bangladesh,1987,253.97446,,, +BGD,Bangladesh,1988,270.69962,37.799999,79.5,95.5 +BGD,Bangladesh,1989,285.82922,,, +BGD,Bangladesh,1990,306.26871,,, +BGD,Bangladesh,1991,293.1604,44.200001,83.900002,96.900002 +BGD,Bangladesh,1992,293.64499,,, +BGD,Bangladesh,1993,300.55576,,, +BGD,Bangladesh,1994,299.53305,,, +BGD,Bangladesh,1995,329.42407,35.700001,75.300003,92.699997 +BGD,Bangladesh,1996,394.71747,,, +BGD,Bangladesh,1997,401.49869,,, +BGD,Bangladesh,1998,407.4292,,, +BGD,Bangladesh,1999,409.54318,,, +BGD,Bangladesh,2000,418.06897,34.799999,72.699997,91.599998 +BGD,Bangladesh,2001,415.03442,,, +BGD,Bangladesh,2002,413.08026,,, +BGD,Bangladesh,2003,446.31067,,, +BGD,Bangladesh,2004,475.29193,,, +BGD,Bangladesh,2005,499.46194,25.700001,66.300003,89.300003 +BGD,Bangladesh,2006,509.64014,,, +BGD,Bangladesh,2007,558.05188,,, +BGD,Bangladesh,2008,634.98706,,, +BGD,Bangladesh,2009,702.2644,,, +BGD,Bangladesh,2010,781.15356,19.6,60.400002,87.699997 +BGD,Bangladesh,2011,861.75842,,, +BGD,Bangladesh,2012,883.10498,,, +BGD,Bangladesh,2013,981.8399,,, +BGD,Bangladesh,2014,1118.8536,,, +BGD,Bangladesh,2015,1248.4534,,, +BGD,Bangladesh,2016,1401.6206,14.8,52.900002,84.5 +BGD,Bangladesh,2017,1563.9941,,, +BGD,Bangladesh,2018,1698.2628,,, +BGR,Bulgaria,1960,,,, +BGR,Bulgaria,1961,,,, +BGR,Bulgaria,1962,,,, +BGR,Bulgaria,1963,,,, +BGR,Bulgaria,1964,,,, +BGR,Bulgaria,1965,,,, +BGR,Bulgaria,1966,,,, +BGR,Bulgaria,1967,,,, +BGR,Bulgaria,1968,,,, +BGR,Bulgaria,1969,,,, +BGR,Bulgaria,1970,,,, +BGR,Bulgaria,1971,,,, +BGR,Bulgaria,1972,,,, +BGR,Bulgaria,1973,,,, +BGR,Bulgaria,1974,,,, +BGR,Bulgaria,1975,,,, +BGR,Bulgaria,1976,,,, +BGR,Bulgaria,1977,,,, +BGR,Bulgaria,1978,,,, +BGR,Bulgaria,1979,,,, +BGR,Bulgaria,1980,2238.803,,, +BGR,Bulgaria,1981,2234.8147,,, +BGR,Bulgaria,1982,2169.0039,,, +BGR,Bulgaria,1983,1852.8135,,, +BGR,Bulgaria,1984,1963.5726,,, +BGR,Bulgaria,1985,1914.5507,,, +BGR,Bulgaria,1986,2260.4272,,, +BGR,Bulgaria,1987,3132.3013,,, +BGR,Bulgaria,1988,2511.3931,,, +BGR,Bulgaria,1989,2477.0208,,, +BGR,Bulgaria,1990,2366.5298,,, +BGR,Bulgaria,1991,1267.7344,,, +BGR,Bulgaria,1992,1211.9808,0,0,.69999999 +BGR,Bulgaria,1993,1278.2472,,, +BGR,Bulgaria,1994,1148.4944,,, +BGR,Bulgaria,1995,2244.5168,,, +BGR,Bulgaria,1996,1457.0356,,, +BGR,Bulgaria,1997,1348.8275,,, +BGR,Bulgaria,1998,1809.6838,,, +BGR,Bulgaria,1999,1648.1049,,, +BGR,Bulgaria,2000,1609.8824,,, +BGR,Bulgaria,2001,1757.4437,,, +BGR,Bulgaria,2002,2076.8306,,, +BGR,Bulgaria,2003,2698.6243,,, +BGR,Bulgaria,2004,3363.7996,,, +BGR,Bulgaria,2005,3869.5295,,, +BGR,Bulgaria,2006,4490.2017,5.5,10.7,22.5 +BGR,Bulgaria,2007,5885.9492,1.7,4.5,11.5 +BGR,Bulgaria,2008,7261.7544,1.2,3.2,8.5 +BGR,Bulgaria,2009,6969.5586,1.2,2.7,8.3999996 +BGR,Bulgaria,2010,6843.2671,2,4.1999998,11 +BGR,Bulgaria,2011,7813.8066,2.2,5,11.2 +BGR,Bulgaria,2012,7378.0249,2,5,11 +BGR,Bulgaria,2013,7646.8398,1.7,4.6999998,11.2 +BGR,Bulgaria,2014,7864.7607,1.5,3.7,8.6999998 +BGR,Bulgaria,2015,6993.7837,,, +BGR,Bulgaria,2016,7469.4556,,, +BGR,Bulgaria,2017,8228.0117,,, +BGR,Bulgaria,2018,9272.6289,,, +BHR,Bahrain,1960,,,, +BHR,Bahrain,1961,,,, +BHR,Bahrain,1962,,,, +BHR,Bahrain,1963,,,, +BHR,Bahrain,1964,,,, +BHR,Bahrain,1965,,,, +BHR,Bahrain,1966,,,, +BHR,Bahrain,1967,,,, +BHR,Bahrain,1968,,,, +BHR,Bahrain,1969,,,, +BHR,Bahrain,1970,,,, +BHR,Bahrain,1971,,,, +BHR,Bahrain,1972,,,, +BHR,Bahrain,1973,,,, +BHR,Bahrain,1974,,,, +BHR,Bahrain,1975,,,, +BHR,Bahrain,1976,,,, +BHR,Bahrain,1977,,,, +BHR,Bahrain,1978,,,, +BHR,Bahrain,1979,,,, +BHR,Bahrain,1980,8537.9297,,, +BHR,Bahrain,1981,9269.2695,,, +BHR,Bahrain,1982,9446.1582,,, +BHR,Bahrain,1983,9421.2861,,, +BHR,Bahrain,1984,9590.7305,,, +BHR,Bahrain,1985,8706.7666,,, +BHR,Bahrain,1986,7041.6021,,, +BHR,Bahrain,1987,7555.1006,,, +BHR,Bahrain,1988,7958.748,,, +BHR,Bahrain,1989,8030.9048,,, +BHR,Bahrain,1990,8528.9834,,, +BHR,Bahrain,1991,9055.6797,,, +BHR,Bahrain,1992,9082.7588,,, +BHR,Bahrain,1993,9698.1895,,, +BHR,Bahrain,1994,10130.505,,, +BHR,Bahrain,1995,10376.972,,, +BHR,Bahrain,1996,10544.703,,, +BHR,Bahrain,1997,10672.166,,, +BHR,Bahrain,1998,10076.221,,, +BHR,Bahrain,1999,10401.546,,, +BHR,Bahrain,2000,13636.408,,, +BHR,Bahrain,2001,12868.285,,, +BHR,Bahrain,2002,13102.37,,, +BHR,Bahrain,2003,14222.048,,, +BHR,Bahrain,2004,15846.553,,, +BHR,Bahrain,2005,17959.26,,, +BHR,Bahrain,2006,19307.914,,, +BHR,Bahrain,2007,20976.543,,, +BHR,Bahrain,2008,23066.51,,, +BHR,Bahrain,2009,19355.904,,, +BHR,Bahrain,2010,20722.137,,, +BHR,Bahrain,2011,22514.238,,, +BHR,Bahrain,2012,23654.352,,, +BHR,Bahrain,2013,24744.357,,, +BHR,Bahrain,2014,24989.4,,, +BHR,Bahrain,2015,22688.945,,, +BHR,Bahrain,2016,22619.117,,, +BHR,Bahrain,2017,23715.482,,, +BHR,Bahrain,2018,24050.758,,, +BHS,"Bahamas, The",1960,1550.2394,,, +BHS,"Bahamas, The",1961,1651.2889,,, +BHS,"Bahamas, The",1962,1752.8545,,, +BHS,"Bahamas, The",1963,1867.025,,, +BHS,"Bahamas, The",1964,1994.3809,,, +BHS,"Bahamas, The",1965,2144.7544,,, +BHS,"Bahamas, The",1966,2322.6899,,, +BHS,"Bahamas, The",1967,2556.6511,,, +BHS,"Bahamas, The",1968,2804.334,,, +BHS,"Bahamas, The",1969,3215.0952,,, +BHS,"Bahamas, The",1970,3178.8445,,, +BHS,"Bahamas, The",1971,3297.5059,,, +BHS,"Bahamas, The",1972,3322.1638,,, +BHS,"Bahamas, The",1973,3696.0725,,, +BHS,"Bahamas, The",1974,3416.1626,,, +BHS,"Bahamas, The",1975,3156.2341,,, +BHS,"Bahamas, The",1976,3328.5125,,, +BHS,"Bahamas, The",1977,3617.4348,,, +BHS,"Bahamas, The",1978,4131.4683,,, +BHS,"Bahamas, The",1979,5533.4399,,, +BHS,"Bahamas, The",1980,6340.7271,,, +BHS,"Bahamas, The",1981,6624.8384,,, +BHS,"Bahamas, The",1982,7168.0957,,, +BHS,"Bahamas, The",1983,7698.4595,,, +BHS,"Bahamas, The",1984,8877.3193,,, +BHS,"Bahamas, The",1985,9893.084,,, +BHS,"Bahamas, The",1986,10344.452,,, +BHS,"Bahamas, The",1987,11156.282,,, +BHS,"Bahamas, The",1988,11387.709,,, +BHS,"Bahamas, The",1989,12163.682,,, +BHS,"Bahamas, The",1990,12356.424,,, +BHS,"Bahamas, The",1991,11919.788,,, +BHS,"Bahamas, The",1992,11686.696,,, +BHS,"Bahamas, The",1993,11406.689,,, +BHS,"Bahamas, The",1994,11814.563,,, +BHS,"Bahamas, The",1995,12238.386,,, +BHS,"Bahamas, The",1996,12708.731,,, +BHS,"Bahamas, The",1997,22036.484,,, +BHS,"Bahamas, The",1998,23514.42,,, +BHS,"Bahamas, The",1999,26130.102,,, +BHS,"Bahamas, The",2000,27097.611,,, +BHS,"Bahamas, The",2001,27486.236,,, +BHS,"Bahamas, The",2002,28866.801,,, +BHS,"Bahamas, The",2003,28327.271,,, +BHS,"Bahamas, The",2004,28395.924,,, +BHS,"Bahamas, The",2005,30278.367,,, +BHS,"Bahamas, The",2006,30713.705,,, +BHS,"Bahamas, The",2007,31472.1,,, +BHS,"Bahamas, The",2008,30627.238,,, +BHS,"Bahamas, The",2009,28552.191,,, +BHS,"Bahamas, The",2010,28443.408,,, +BHS,"Bahamas, The",2011,28006.379,,, +BHS,"Bahamas, The",2012,29485.621,,, +BHS,"Bahamas, The",2013,28944.789,,, +BHS,"Bahamas, The",2014,29563.746,,, +BHS,"Bahamas, The",2015,31512.857,,, +BHS,"Bahamas, The",2016,31325.295,,, +BHS,"Bahamas, The",2017,31857.891,,, +BHS,"Bahamas, The",2018,,,, +BIH,Bosnia and Herzegovina,1960,,,, +BIH,Bosnia and Herzegovina,1961,,,, +BIH,Bosnia and Herzegovina,1962,,,, +BIH,Bosnia and Herzegovina,1963,,,, +BIH,Bosnia and Herzegovina,1964,,,, +BIH,Bosnia and Herzegovina,1965,,,, +BIH,Bosnia and Herzegovina,1966,,,, +BIH,Bosnia and Herzegovina,1967,,,, +BIH,Bosnia and Herzegovina,1968,,,, +BIH,Bosnia and Herzegovina,1969,,,, +BIH,Bosnia and Herzegovina,1970,,,, +BIH,Bosnia and Herzegovina,1971,,,, +BIH,Bosnia and Herzegovina,1972,,,, +BIH,Bosnia and Herzegovina,1973,,,, +BIH,Bosnia and Herzegovina,1974,,,, +BIH,Bosnia and Herzegovina,1975,,,, +BIH,Bosnia and Herzegovina,1976,,,, +BIH,Bosnia and Herzegovina,1977,,,, +BIH,Bosnia and Herzegovina,1978,,,, +BIH,Bosnia and Herzegovina,1979,,,, +BIH,Bosnia and Herzegovina,1980,,,, +BIH,Bosnia and Herzegovina,1981,,,, +BIH,Bosnia and Herzegovina,1982,,,, +BIH,Bosnia and Herzegovina,1983,,,, +BIH,Bosnia and Herzegovina,1984,,,, +BIH,Bosnia and Herzegovina,1985,,,, +BIH,Bosnia and Herzegovina,1986,,,, +BIH,Bosnia and Herzegovina,1987,,,, +BIH,Bosnia and Herzegovina,1988,,,, +BIH,Bosnia and Herzegovina,1989,,,, +BIH,Bosnia and Herzegovina,1990,,,, +BIH,Bosnia and Herzegovina,1991,,,, +BIH,Bosnia and Herzegovina,1992,,,, +BIH,Bosnia and Herzegovina,1993,,,, +BIH,Bosnia and Herzegovina,1994,319.01303,,, +BIH,Bosnia and Herzegovina,1995,487.47678,,, +BIH,Bosnia and Herzegovina,1996,740.09851,,, +BIH,Bosnia and Herzegovina,1997,982.80182,,, +BIH,Bosnia and Herzegovina,1998,1102.391,,, +BIH,Bosnia and Herzegovina,1999,1251.7473,,, +BIH,Bosnia and Herzegovina,2000,1467.7765,,, +BIH,Bosnia and Herzegovina,2001,1530.8148,.30000001,1,8.8000002 +BIH,Bosnia and Herzegovina,2002,1769.1998,,, +BIH,Bosnia and Herzegovina,2003,2224.7458,,, +BIH,Bosnia and Herzegovina,2004,2815,.2,.60000002,4.0999999 +BIH,Bosnia and Herzegovina,2005,2980.6021,,, +BIH,Bosnia and Herzegovina,2006,3416.5105,,, +BIH,Bosnia and Herzegovina,2007,4193.3735,.1,.40000001,2.9000001 +BIH,Bosnia and Herzegovina,2008,5090.9321,,, +BIH,Bosnia and Herzegovina,2009,4714.7026,,, +BIH,Bosnia and Herzegovina,2010,4635.5176,,, +BIH,Bosnia and Herzegovina,2011,5092.5518,.1,.80000001,3.9000001 +BIH,Bosnia and Herzegovina,2012,4778.6362,,, +BIH,Bosnia and Herzegovina,2013,5131.3945,,, +BIH,Bosnia and Herzegovina,2014,5329.6353,,, +BIH,Bosnia and Herzegovina,2015,4727.2773,,, +BIH,Bosnia and Herzegovina,2016,4994.6831,,, +BIH,Bosnia and Herzegovina,2017,5394.5913,,, +BIH,Bosnia and Herzegovina,2018,5951.3232,,, +BLR,Belarus,1960,,,, +BLR,Belarus,1961,,,, +BLR,Belarus,1962,,,, +BLR,Belarus,1963,,,, +BLR,Belarus,1964,,,, +BLR,Belarus,1965,,,, +BLR,Belarus,1966,,,, +BLR,Belarus,1967,,,, +BLR,Belarus,1968,,,, +BLR,Belarus,1969,,,, +BLR,Belarus,1970,,,, +BLR,Belarus,1971,,,, +BLR,Belarus,1972,,,, +BLR,Belarus,1973,,,, +BLR,Belarus,1974,,,, +BLR,Belarus,1975,,,, +BLR,Belarus,1976,,,, +BLR,Belarus,1977,,,, +BLR,Belarus,1978,,,, +BLR,Belarus,1979,,,, +BLR,Belarus,1980,,,, +BLR,Belarus,1981,,,, +BLR,Belarus,1982,,,, +BLR,Belarus,1983,,,, +BLR,Belarus,1984,,,, +BLR,Belarus,1985,,,, +BLR,Belarus,1986,,,, +BLR,Belarus,1987,,,, +BLR,Belarus,1988,,,, +BLR,Belarus,1989,,,, +BLR,Belarus,1990,2124.8406,,, +BLR,Belarus,1991,1765.7445,,, +BLR,Belarus,1992,1667.6818,,, +BLR,Belarus,1993,1590.0958,,, +BLR,Belarus,1994,1460.0591,,, +BLR,Belarus,1995,1370.6765,,, +BLR,Belarus,1996,1452.4454,,, +BLR,Belarus,1997,1396.5018,,, +BLR,Belarus,1998,1511.77,11.6,39.099998,75.800003 +BLR,Belarus,1999,1210.6117,10.5,34.5,71.400002 +BLR,Belarus,2000,1276.2881,7.0999999,27.200001,65.199997 +BLR,Belarus,2001,1244.3732,3.2,15.3,49 +BLR,Belarus,2002,1479.3146,2.0999999,11,42 +BLR,Belarus,2003,1819.7661,1.4,9.1000004,38.299999 +BLR,Belarus,2004,2378.6233,.30000001,4.5,26.799999 +BLR,Belarus,2005,3125.8105,.40000001,2.5999999,16.6 +BLR,Belarus,2006,3847.4341,.1,1.1,11.3 +BLR,Belarus,2007,4735.6577,.1,1.1,7.1999998 +BLR,Belarus,2008,6377.3696,0,.5,5.3000002 +BLR,Belarus,2009,5351.3555,0,.5,5 +BLR,Belarus,2010,6181.3999,0,.2,3.4000001 +BLR,Belarus,2011,6519.23,0,.1,2.5 +BLR,Belarus,2012,6940.1592,0,.1,1.1 +BLR,Belarus,2013,7978.8726,0,0,.69999999 +BLR,Belarus,2014,8318.5127,0,0,.40000001 +BLR,Belarus,2015,5949.1064,0,0,.89999998 +BLR,Belarus,2016,5022.6265,0,0,.69999999 +BLR,Belarus,2017,5761.7471,0,0,.80000001 +BLR,Belarus,2018,6289.9385,,, +BLZ,Belize,1960,304.91711,,, +BLZ,Belize,1961,316.40359,,, +BLZ,Belize,1962,327.12686,,, +BLZ,Belize,1963,336.94147,,, +BLZ,Belize,1964,351.16113,,, +BLZ,Belize,1965,377.5943,,, +BLZ,Belize,1966,406.09796,,, +BLZ,Belize,1967,420.43188,,, +BLZ,Belize,1968,386.95325,,, +BLZ,Belize,1969,396.6543,,, +BLZ,Belize,1970,435.69046,,, +BLZ,Belize,1971,474.44421,,, +BLZ,Belize,1972,519.56354,,, +BLZ,Belize,1973,605.93341,,, +BLZ,Belize,1974,786.06909,,, +BLZ,Belize,1975,885.98456,,, +BLZ,Belize,1976,717.04016,,, +BLZ,Belize,1977,858.82806,,, +BLZ,Belize,1978,980.82251,,, +BLZ,Belize,1979,1074.272,,, +BLZ,Belize,1980,1373.093,,, +BLZ,Belize,1981,1328.8281,,, +BLZ,Belize,1982,1202.682,,, +BLZ,Belize,1983,1232.8374,,, +BLZ,Belize,1984,1336.9875,,, +BLZ,Belize,1985,1289.3673,,, +BLZ,Belize,1986,1366.0497,,, +BLZ,Belize,1987,1612.4515,,, +BLZ,Belize,1988,1787.9514,,, +BLZ,Belize,1989,2011.9688,,, +BLZ,Belize,1990,2197.1851,,, +BLZ,Belize,1991,2326.8215,,, +BLZ,Belize,1992,2666.8816,,, +BLZ,Belize,1993,2832.9753,10.1,24.799999,49.400002 +BLZ,Belize,1994,2880.1255,9.8999996,26.299999,52.5 +BLZ,Belize,1995,2996.3828,,, +BLZ,Belize,1996,3001.8337,13.3,31.6,57.799999 +BLZ,Belize,1997,2952.9485,16,35.099998,57.900002 +BLZ,Belize,1998,2992.4448,14.4,33.099998,56.400002 +BLZ,Belize,1999,3065.9797,13.9,28.1,53 +BLZ,Belize,2000,3364.4238,,, +BLZ,Belize,2001,3418.2168,,, +BLZ,Belize,2002,3554.2305,,, +BLZ,Belize,2003,3675.8804,,, +BLZ,Belize,2004,3825.7874,,, +BLZ,Belize,2005,3926.0137,,, +BLZ,Belize,2006,4178.9253,,, +BLZ,Belize,2007,4315.835,,, +BLZ,Belize,2008,4460.6343,,, +BLZ,Belize,2009,4243.4331,,, +BLZ,Belize,2010,4331.4346,,, +BLZ,Belize,2011,4501.6025,,, +BLZ,Belize,2012,4626.7095,,, +BLZ,Belize,2013,4652.5088,,, +BLZ,Belize,2014,4790.9414,,, +BLZ,Belize,2015,4883.1792,,, +BLZ,Belize,2016,4904.0342,,, +BLZ,Belize,2017,4956.8081,,, +BLZ,Belize,2018,5025.1782,,, +BMU,Bermuda,1960,1902.4021,,, +BMU,Bermuda,1961,1961.5382,,, +BMU,Bermuda,1962,2020.386,,, +BMU,Bermuda,1963,2020.2653,,, +BMU,Bermuda,1964,2199.7271,,, +BMU,Bermuda,1965,2282.2166,,, +BMU,Bermuda,1966,2630.8506,,, +BMU,Bermuda,1967,2982.7498,,, +BMU,Bermuda,1968,2830.1887,,, +BMU,Bermuda,1969,3053.7036,,, +BMU,Bermuda,1970,3387.2727,,, +BMU,Bermuda,1971,3866.3003,,, +BMU,Bermuda,1972,4343.1733,,, +BMU,Bermuda,1973,5009.2935,,, +BMU,Bermuda,1974,5853.9326,,, +BMU,Bermuda,1975,6509.4341,,, +BMU,Bermuda,1976,7261.2783,,, +BMU,Bermuda,1977,8370.7861,,, +BMU,Bermuda,1978,8876.8652,,, +BMU,Bermuda,1979,9613.3828,,, +BMU,Bermuda,1980,11218.218,,, +BMU,Bermuda,1981,13425.977,,, +BMU,Bermuda,1982,14166.171,,, +BMU,Bermuda,1983,15902.021,,, +BMU,Bermuda,1984,17469.826,,, +BMU,Bermuda,1985,18269.535,,, +BMU,Bermuda,1986,20450.664,,, +BMU,Bermuda,1987,22411.795,,, +BMU,Bermuda,1988,24253.176,,, +BMU,Bermuda,1989,25517.922,,, +BMU,Bermuda,1990,26841.52,,, +BMU,Bermuda,1991,27700.309,,, +BMU,Bermuda,1992,28669.682,,, +BMU,Bermuda,1993,30900.695,,, +BMU,Bermuda,1994,31476.063,,, +BMU,Bermuda,1995,33989.723,,, +BMU,Bermuda,1996,44826.789,,, +BMU,Bermuda,1997,48478.883,,, +BMU,Bermuda,1998,51371.742,,, +BMU,Bermuda,1999,54245.461,,, +BMU,Bermuda,2000,56284.168,,, +BMU,Bermuda,2001,58883.961,,, +BMU,Bermuda,2002,62583.102,,, +BMU,Bermuda,2003,66111.727,,, +BMU,Bermuda,2004,70359.32,,, +BMU,Bermuda,2005,75882.031,,, +BMU,Bermuda,2006,83912.695,,, +BMU,Bermuda,2007,90849.586,,, +BMU,Bermuda,2008,93605.75,,, +BMU,Bermuda,2009,88463.313,,, +BMU,Bermuda,2010,88207.328,,, +BMU,Bermuda,2011,85973.156,,, +BMU,Bermuda,2012,85458.453,,, +BMU,Bermuda,2013,85748.063,,, +BMU,Bermuda,2014,,,, +BMU,Bermuda,2015,,,, +BMU,Bermuda,2016,,,, +BMU,Bermuda,2017,,,, +BMU,Bermuda,2018,,,, +BOL,Bolivia,1960,102.23789,,, +BOL,Bolivia,1961,109.06101,,, +BOL,Bolivia,1962,116.92516,,, +BOL,Bolivia,1963,123.42931,,, +BOL,Bolivia,1964,136.31242,,, +BOL,Bolivia,1965,149.64008,,, +BOL,Bolivia,1966,162.32605,,, +BOL,Bolivia,1967,179.58334,,, +BOL,Bolivia,1968,199.62981,,, +BOL,Bolivia,1969,211.79712,,, +BOL,Bolivia,1970,226.80698,,, +BOL,Bolivia,1971,239.12813,,, +BOL,Bolivia,1972,268.58414,,, +BOL,Bolivia,1973,263.89236,,, +BOL,Bolivia,1974,429.29764,,, +BOL,Bolivia,1975,480.80307,,, +BOL,Bolivia,1976,534.2735,,, +BOL,Bolivia,1977,617.30695,,, +BOL,Bolivia,1978,703.13635,,, +BOL,Bolivia,1979,809.41132,,, +BOL,Bolivia,1980,811.28485,,, +BOL,Bolivia,1981,1030.8334,,, +BOL,Bolivia,1982,960.98364,,, +BOL,Bolivia,1983,913.97516,,, +BOL,Bolivia,1984,1019.0577,,, +BOL,Bolivia,1985,870.18567,,, +BOL,Bolivia,1986,627.39856,,, +BOL,Bolivia,1987,671.07513,,, +BOL,Bolivia,1988,698.69263,,, +BOL,Bolivia,1989,701.66614,,, +BOL,Bolivia,1990,709.05969,7.0999999,23.9,49.700001 +BOL,Bolivia,1991,762.078,,, +BOL,Bolivia,1992,788.15198,,, +BOL,Bolivia,1993,784.19171,,, +BOL,Bolivia,1994,801.04602,,, +BOL,Bolivia,1995,880.99225,,, +BOL,Bolivia,1996,950.85651,,, +BOL,Bolivia,1997,998.51532,19.299999,32.099998,52.599998 +BOL,Bolivia,1998,1049.4994,,, +BOL,Bolivia,1999,1003.3922,25.299999,38.200001,54.799999 +BOL,Bolivia,2000,997.58246,28.6,41.400002,62.099998 +BOL,Bolivia,2001,948.87122,22.799999,36.200001,57.400002 +BOL,Bolivia,2002,904.22662,24.700001,38.599998,59.599998 +BOL,Bolivia,2003,907.53711,,, +BOL,Bolivia,2004,967.40698,13.7,29.200001,53.099998 +BOL,Bolivia,2005,1034.3113,19.299999,32.099998,52.099998 +BOL,Bolivia,2006,1218.8745,16.4,28.6,48.099998 +BOL,Bolivia,2007,1372.6282,12.4,26.4,46.400002 +BOL,Bolivia,2008,1715.2089,11.1,20.299999,39.200001 +BOL,Bolivia,2009,1754.2111,10.5,18.4,35.099998 +BOL,Bolivia,2010,1955.4615,,, +BOL,Bolivia,2011,2346.3372,7.3000002,14.1,28.299999 +BOL,Bolivia,2012,2609.8809,8.1999998,14.7,28.299999 +BOL,Bolivia,2013,2908.2002,6.9000001,12.2,26 +BOL,Bolivia,2014,3081.8789,5.8000002,12.3,24.9 +BOL,Bolivia,2015,3035.9722,6.4000001,11.7,25.6 +BOL,Bolivia,2016,3076.6589,7.0999999,12.6,25 +BOL,Bolivia,2017,3351.124,5.8000002,11.8,24.700001 +BOL,Bolivia,2018,3548.5901,,, +BRA,Brazil,1960,210.10989,,, +BRA,Brazil,1961,205.04077,,, +BRA,Brazil,1962,260.42566,,, +BRA,Brazil,1963,292.25214,,, +BRA,Brazil,1964,261.66663,,, +BRA,Brazil,1965,261.35434,,, +BRA,Brazil,1966,315.79721,,, +BRA,Brazil,1967,347.49304,,, +BRA,Brazil,1968,374.78677,,, +BRA,Brazil,1969,403.88428,,, +BRA,Brazil,1970,445.0231,,, +BRA,Brazil,1971,504.74951,,, +BRA,Brazil,1972,586.21442,,, +BRA,Brazil,1973,775.27332,,, +BRA,Brazil,1974,1004.1049,,, +BRA,Brazil,1975,1153.8309,,, +BRA,Brazil,1976,1390.625,,, +BRA,Brazil,1977,1567.0062,,, +BRA,Brazil,1978,1744.2571,,, +BRA,Brazil,1979,1908.4877,,, +BRA,Brazil,1980,1947.2765,,, +BRA,Brazil,1981,2132.8833,21.4,39.200001,60.299999 +BRA,Brazil,1982,2226.7673,21.700001,39.099998,60 +BRA,Brazil,1983,1570.5398,27.700001,47.299999,66.599998 +BRA,Brazil,1984,1578.9264,26.9,46.599998,66.599998 +BRA,Brazil,1985,1648.0822,23.1,41.5,61.5 +BRA,Brazil,1986,1941.4911,10.5,23.299999,42.400002 +BRA,Brazil,1987,2087.3076,17.799999,33.099998,52.900002 +BRA,Brazil,1988,2300.377,20.1,35.799999,55 +BRA,Brazil,1989,2908.4961,18.299999,33.299999,52.200001 +BRA,Brazil,1990,3100.2805,21.6,38.5,57.799999 +BRA,Brazil,1991,3975.3901,,, +BRA,Brazil,1992,2596.9199,20.9,37.200001,58.200001 +BRA,Brazil,1993,2791.2092,19.9,36.400002,56.799999 +BRA,Brazil,1994,3500.6116,,, +BRA,Brazil,1995,4748.2153,13,26.9,45 +BRA,Brazil,1996,5166.1636,14.2,27.299999,45.700001 +BRA,Brazil,1997,5282.0088,14,27.799999,45.700001 +BRA,Brazil,1998,5087.1523,12.7,25.4,44.599998 +BRA,Brazil,1999,3478.3728,13.4,27.299999,45.900002 +BRA,Brazil,2000,3749.7532,,, +BRA,Brazil,2001,3156.7988,11.6,23.5,41.299999 +BRA,Brazil,2002,2829.2832,10.3,22.4,40.400002 +BRA,Brazil,2003,3070.9104,11.1,23.5,41.700001 +BRA,Brazil,2004,3637.4624,9.6999998,21.5,40.299999 +BRA,Brazil,2005,4790.437,8.6000004,19.700001,38.099998 +BRA,Brazil,2006,5886.4634,7.1999998,17.1,34.200001 +BRA,Brazil,2007,7348.0308,6.8000002,15.7,32.099998 +BRA,Brazil,2008,8831.0234,5.5999999,13.5,28.9 +BRA,Brazil,2009,8597.915,5.4000001,12.5,27.4 +BRA,Brazil,2010,11286.243,,, +BRA,Brazil,2011,13245.615,4.6999998,10.3,24 +BRA,Brazil,2012,12370.024,3.8,8.6999998,20.799999 +BRA,Brazil,2013,12300.322,3.8,8.1999998,19.5 +BRA,Brazil,2014,12112.59,2.8,6.9000001,17.9 +BRA,Brazil,2015,8814.001,3.4000001,8,19.4 +BRA,Brazil,2016,8712.8867,4.3000002,9.3000002,20.700001 +BRA,Brazil,2017,9880.9463,4.8000002,9.6000004,21 +BRA,Brazil,2018,8920.7617,,, +BRB,Barbados,1960,,,, +BRB,Barbados,1961,,,, +BRB,Barbados,1962,,,, +BRB,Barbados,1963,,,, +BRB,Barbados,1964,,,, +BRB,Barbados,1965,,,, +BRB,Barbados,1966,,,, +BRB,Barbados,1967,,,, +BRB,Barbados,1968,,,, +BRB,Barbados,1969,,,, +BRB,Barbados,1970,,,, +BRB,Barbados,1971,,,, +BRB,Barbados,1972,,,, +BRB,Barbados,1973,,,, +BRB,Barbados,1974,1274.5432,,, +BRB,Barbados,1975,1633.8496,,, +BRB,Barbados,1976,1760.6672,,, +BRB,Barbados,1977,1988.8473,,, +BRB,Barbados,1978,2209.7405,,, +BRB,Barbados,1979,2667.0371,,, +BRB,Barbados,1980,3408.9114,,, +BRB,Barbados,1981,3738.481,,, +BRB,Barbados,1982,3894.0571,,, +BRB,Barbados,1983,4123.0928,,, +BRB,Barbados,1984,4481.1919,,, +BRB,Barbados,1985,4676.1704,,, +BRB,Barbados,1986,5117.001,,, +BRB,Barbados,1987,5614.7598,,, +BRB,Barbados,1988,5949.9258,,, +BRB,Barbados,1989,6554.8247,,, +BRB,Barbados,1990,7754.0786,,, +BRB,Barbados,1991,7663.5034,,, +BRB,Barbados,1992,7421.0874,,, +BRB,Barbados,1993,7754.417,,, +BRB,Barbados,1994,8121.374,,, +BRB,Barbados,1995,8505.085,,, +BRB,Barbados,1996,9031.5742,,, +BRB,Barbados,1997,9505.668,,, +BRB,Barbados,1998,10672.392,,, +BRB,Barbados,1999,11137.255,,, +BRB,Barbados,2000,11496.603,,, +BRB,Barbados,2001,11437.248,,, +BRB,Barbados,2002,11592.21,,, +BRB,Barbados,2003,11937.674,,, +BRB,Barbados,2004,12766.271,,, +BRB,Barbados,2005,14104.146,,, +BRB,Barbados,2006,15051.698,,, +BRB,Barbados,2007,16764.441,,, +BRB,Barbados,2008,17081.865,,, +BRB,Barbados,2009,15936.984,,, +BRB,Barbados,2010,16056.017,,, +BRB,Barbados,2011,16470.367,,, +BRB,Barbados,2012,16412.936,,, +BRB,Barbados,2013,16224.287,,, +BRB,Barbados,2014,16179.584,,, +BRB,Barbados,2015,16066.472,,, +BRB,Barbados,2016,15847.143,,, +BRB,Barbados,2017,16327.607,,, +BRB,Barbados,2018,,,, +BRN,Brunei Darussalam,1960,,,, +BRN,Brunei Darussalam,1961,,,, +BRN,Brunei Darussalam,1962,,,, +BRN,Brunei Darussalam,1963,,,, +BRN,Brunei Darussalam,1964,,,, +BRN,Brunei Darussalam,1965,1113.8265,,, +BRN,Brunei Darussalam,1966,1237.5636,,, +BRN,Brunei Darussalam,1967,1236.3977,,, +BRN,Brunei Darussalam,1968,1364.0544,,, +BRN,Brunei Darussalam,1969,1304.2985,,, +BRN,Brunei Darussalam,1970,1382.5483,,, +BRN,Brunei Darussalam,1971,1455.8983,,, +BRN,Brunei Darussalam,1972,1906.8774,,, +BRN,Brunei Darussalam,1973,2916.2087,,, +BRN,Brunei Darussalam,1974,6923.0879,,, +BRN,Brunei Darussalam,1975,7228.4429,,, +BRN,Brunei Darussalam,1976,8461.4873,,, +BRN,Brunei Darussalam,1977,9917.4717,,, +BRN,Brunei Darussalam,1978,10714.94,,, +BRN,Brunei Darussalam,1979,14945.204,,, +BRN,Brunei Darussalam,1980,25422.17,,, +BRN,Brunei Darussalam,1981,21828.777,,, +BRN,Brunei Darussalam,1982,20693.725,,, +BRN,Brunei Darussalam,1983,18128.988,,, +BRN,Brunei Darussalam,1984,17337.105,,, +BRN,Brunei Darussalam,1985,15698.945,,, +BRN,Brunei Darussalam,1986,10214.117,,, +BRN,Brunei Darussalam,1987,11594.665,,, +BRN,Brunei Darussalam,1988,11009.303,,, +BRN,Brunei Darussalam,1989,11872.631,,, +BRN,Brunei Darussalam,1990,13607.522,,, +BRN,Brunei Darussalam,1991,13905.063,,, +BRN,Brunei Darussalam,1992,15274.444,,, +BRN,Brunei Darussalam,1993,14575.729,,, +BRN,Brunei Darussalam,1994,14120.855,,, +BRN,Brunei Darussalam,1995,15933.346,,, +BRN,Brunei Darussalam,1996,16793.281,,, +BRN,Brunei Darussalam,1997,16660.361,,, +BRN,Brunei Darussalam,1998,12693.791,,, +BRN,Brunei Darussalam,1999,14101.346,,, +BRN,Brunei Darussalam,2000,18012.557,,, +BRN,Brunei Darussalam,2001,16472.148,,, +BRN,Brunei Darussalam,2002,16850.15,,, +BRN,Brunei Darussalam,2003,18560.609,,, +BRN,Brunei Darussalam,2004,21902.088,,, +BRN,Brunei Darussalam,2005,26105.279,,, +BRN,Brunei Darussalam,2006,30979.879,,, +BRN,Brunei Darussalam,2007,32663.566,,, +BRN,Brunei Darussalam,2008,37934.375,,, +BRN,Brunei Darussalam,2009,27955.713,,, +BRN,Brunei Darussalam,2010,35269.555,,, +BRN,Brunei Darussalam,2011,47055.84,,, +BRN,Brunei Darussalam,2012,47741.906,,, +BRN,Brunei Darussalam,2013,44740.086,,, +BRN,Brunei Darussalam,2014,41726.785,,, +BRN,Brunei Darussalam,2015,31164.563,,, +BRN,Brunei Darussalam,2016,27157.346,,, +BRN,Brunei Darussalam,2017,28572.109,,, +BRN,Brunei Darussalam,2018,31627.742,,, +BTN,Bhutan,1960,,,, +BTN,Bhutan,1961,,,, +BTN,Bhutan,1962,,,, +BTN,Bhutan,1963,,,, +BTN,Bhutan,1964,,,, +BTN,Bhutan,1965,,,, +BTN,Bhutan,1966,,,, +BTN,Bhutan,1967,,,, +BTN,Bhutan,1968,,,, +BTN,Bhutan,1969,,,, +BTN,Bhutan,1970,,,, +BTN,Bhutan,1971,,,, +BTN,Bhutan,1972,,,, +BTN,Bhutan,1973,,,, +BTN,Bhutan,1974,,,, +BTN,Bhutan,1975,,,, +BTN,Bhutan,1976,,,, +BTN,Bhutan,1977,,,, +BTN,Bhutan,1978,,,, +BTN,Bhutan,1979,,,, +BTN,Bhutan,1980,333.40286,,, +BTN,Bhutan,1981,350.12625,,, +BTN,Bhutan,1982,347.2197,,, +BTN,Bhutan,1983,376.48398,,, +BTN,Bhutan,1984,374.9147,,, +BTN,Bhutan,1985,370.94577,,, +BTN,Bhutan,1986,420.67911,,, +BTN,Bhutan,1987,512.19159,,, +BTN,Bhutan,1988,557.08252,,, +BTN,Bhutan,1989,528.45844,,, +BTN,Bhutan,1990,564.7796,,, +BTN,Bhutan,1991,467.69711,,, +BTN,Bhutan,1992,469.19897,,, +BTN,Bhutan,1993,441.68481,,, +BTN,Bhutan,1994,509.12408,,, +BTN,Bhutan,1995,566.85773,,, +BTN,Bhutan,1996,584.37915,,, +BTN,Bhutan,1997,663.32886,,, +BTN,Bhutan,1998,667.91364,,, +BTN,Bhutan,1999,725.12476,,, +BTN,Bhutan,2000,743.05011,,, +BTN,Bhutan,2001,789.14703,,, +BTN,Bhutan,2002,871.80914,,, +BTN,Bhutan,2003,990.74146,17.6,45.200001,72.800003 +BTN,Bhutan,2004,1099.9773,,, +BTN,Bhutan,2005,1262.2474,,, +BTN,Bhutan,2006,1365.5581,,, +BTN,Bhutan,2007,1798.9697,8,30.5,61.299999 +BTN,Bhutan,2008,1873.5973,,, +BTN,Bhutan,2009,1864.5367,,, +BTN,Bhutan,2010,2312.8601,,, +BTN,Bhutan,2011,2625.4333,,, +BTN,Bhutan,2012,2599.396,2.2,14.5,43.900002 +BTN,Bhutan,2013,2532.0156,,, +BTN,Bhutan,2014,2749.3528,,, +BTN,Bhutan,2015,2829.8914,,, +BTN,Bhutan,2016,3012.9614,,, +BTN,Bhutan,2017,3390.7141,1.5,12,38.599998 +BTN,Bhutan,2018,3360.2668,,, +BWA,Botswana,1960,60.492516,,, +BWA,Botswana,1961,64.176514,,, +BWA,Botswana,1962,68.050217,,, +BWA,Botswana,1963,71.107368,,, +BWA,Botswana,1964,75.955505,,, +BWA,Botswana,1965,81.770287,,, +BWA,Botswana,1966,89.978455,,, +BWA,Botswana,1967,100.40617,,, +BWA,Botswana,1968,110.97845,,, +BWA,Botswana,1969,126.54493,,, +BWA,Botswana,1970,153.32614,,, +BWA,Botswana,1971,196.42313,,, +BWA,Botswana,1972,247.7291,,, +BWA,Botswana,1973,353.85541,,, +BWA,Botswana,1974,428.19183,,, +BWA,Botswana,1975,479.08548,,, +BWA,Botswana,1976,483.14319,,, +BWA,Botswana,1977,564.1311,,, +BWA,Botswana,1978,709.18933,,, +BWA,Botswana,1979,947.75287,,, +BWA,Botswana,1980,1181.6034,,, +BWA,Botswana,1981,1154.1836,,, +BWA,Botswana,1982,1054.0385,,, +BWA,Botswana,1983,1176.8125,,, +BWA,Botswana,1984,1202.976,,, +BWA,Botswana,1985,1042.2427,42.599998,63.799999,81.599998 +BWA,Botswana,1986,1253.5609,,, +BWA,Botswana,1987,1701.6752,,, +BWA,Botswana,1988,2203.6577,,, +BWA,Botswana,1989,2477.9753,,, +BWA,Botswana,1990,2945.832,,, +BWA,Botswana,1991,2972.7268,,, +BWA,Botswana,1992,3040.9604,,, +BWA,Botswana,1993,2973.3804,34.799999,56,76 +BWA,Botswana,1994,2970.1226,,, +BWA,Botswana,1995,3219.9121,,, +BWA,Botswana,1996,3221.6763,,, +BWA,Botswana,1997,3258.9802,,, +BWA,Botswana,1998,3039.9707,,, +BWA,Botswana,1999,3405.8125,,, +BWA,Botswana,2000,3522.3086,,, +BWA,Botswana,2001,3278.0083,,, +BWA,Botswana,2002,3190.6155,29.799999,50.200001,66.699997 +BWA,Botswana,2003,4330.9448,,, +BWA,Botswana,2004,5073.5376,,, +BWA,Botswana,2005,5520.1245,,, +BWA,Botswana,2006,5516.0391,,, +BWA,Botswana,2007,5832.7339,,, +BWA,Botswana,2008,5713.5352,,, +BWA,Botswana,2009,5255.7686,18.200001,37.099998,57.5 +BWA,Botswana,2010,6434.8154,,, +BWA,Botswana,2011,7617.3252,,, +BWA,Botswana,2012,7877.7905,,, +BWA,Botswana,2013,7224.9653,,, +BWA,Botswana,2014,7780.6382,,, +BWA,Botswana,2015,6799.875,16.1,38.5,60.400002 +BWA,Botswana,2016,7243.856,,, +BWA,Botswana,2017,7893.6758,,, +BWA,Botswana,2018,8258.6416,,, +CAF,Central African Republic,1960,74.687347,,, +CAF,Central African Republic,1961,80.687592,,, +CAF,Central African Republic,1962,80.212608,,, +CAF,Central African Republic,1963,81.918167,,, +CAF,Central African Republic,1964,88.290222,,, +CAF,Central African Republic,1965,91.830376,,, +CAF,Central African Republic,1966,94.398239,,, +CAF,Central African Republic,1967,95.896706,,, +CAF,Central African Republic,1968,109.94616,,, +CAF,Central African Republic,1969,105.70763,,, +CAF,Central African Republic,1970,104.41277,,, +CAF,Central African Republic,1971,109.4533,,, +CAF,Central African Republic,1972,123.31091,,, +CAF,Central African Republic,1973,143.11562,,, +CAF,Central African Republic,1974,146.22762,,, +CAF,Central African Republic,1975,193.35498,,, +CAF,Central African Republic,1976,225.91351,,, +CAF,Central African Republic,1977,248.68542,,, +CAF,Central African Republic,1978,292.46988,,, +CAF,Central African Republic,1979,327.34137,,, +CAF,Central African Republic,1980,362.40063,,, +CAF,Central African Republic,1981,306.83209,,, +CAF,Central African Republic,1982,320.43066,,, +CAF,Central African Republic,1983,273.50195,,, +CAF,Central African Republic,1984,257.35364,,, +CAF,Central African Republic,1985,340.20151,,, +CAF,Central African Republic,1986,432.01242,,, +CAF,Central African Republic,1987,453.74554,,, +CAF,Central African Republic,1988,469.52933,,, +CAF,Central African Republic,1989,449.39905,,, +CAF,Central African Republic,1990,513.3053,,, +CAF,Central African Republic,1991,478.50293,,, +CAF,Central African Republic,1992,477.12231,84.300003,92.300003,96.800003 +CAF,Central African Republic,1993,419.80255,,, +CAF,Central African Republic,1994,271.50568,,, +CAF,Central African Republic,1995,346.10883,,, +CAF,Central African Republic,1996,304.63126,,, +CAF,Central African Republic,1997,276.42126,,, +CAF,Central African Republic,1998,278.33133,,, +CAF,Central African Republic,1999,280.90881,,, +CAF,Central African Republic,2000,251.20688,,, +CAF,Central African Republic,2001,250.35701,,, +CAF,Central African Republic,2002,260.74551,,, +CAF,Central African Republic,2003,293.66187,64.800003,85.099998,95.300003 +CAF,Central African Republic,2004,320.73746,,, +CAF,Central African Republic,2005,331.16293,,, +CAF,Central African Republic,2006,354.67139,,, +CAF,Central African Republic,2007,404.37396,,, +CAF,Central African Republic,2008,464.56143,66.300003,83.099998,92.800003 +CAF,Central African Republic,2009,474.70541,,, +CAF,Central African Republic,2010,487.94537,,, +CAF,Central African Republic,2011,551.02808,,, +CAF,Central African Republic,2012,565.83307,,, +CAF,Central African Republic,2013,382.3403,,, +CAF,Central African Republic,2014,426.68457,,, +CAF,Central African Republic,2015,380.4043,,, +CAF,Central African Republic,2016,406.53195,,, +CAF,Central African Republic,2017,471.60324,,, +CAF,Central African Republic,2018,509.97098,,, +CAN,Canada,1960,,,, +CAN,Canada,1961,2274.4233,,, +CAN,Canada,1962,2303.0027,,, +CAN,Canada,1963,2410.5227,,, +CAN,Canada,1964,2593.8755,,, +CAN,Canada,1965,2812.3918,,, +CAN,Canada,1966,3093.3347,,, +CAN,Canada,1967,3265.9678,,, +CAN,Canada,1968,3515.2122,,, +CAN,Canada,1969,3821.0574,,, +CAN,Canada,1970,4121.9326,,, +CAN,Canada,1971,4520.1631,,, +CAN,Canada,1972,5089.5879,,, +CAN,Canada,1973,5838.6611,,, +CAN,Canada,1974,7033.0112,,, +CAN,Canada,1975,7511.2114,,, +CAN,Canada,1976,8809.2646,,, +CAN,Canada,1977,8919.0576,,, +CAN,Canada,1978,9123.6914,,, +CAN,Canada,1979,10043.661,,, +CAN,Canada,1980,11170.564,,, +CAN,Canada,1981,12337.466,.5,.69999999,1.2 +CAN,Canada,1982,12481.875,,, +CAN,Canada,1983,13425.122,,, +CAN,Canada,1984,13877.917,,, +CAN,Canada,1985,14114.808,,, +CAN,Canada,1986,14461.069,,, +CAN,Canada,1987,16308.967,.2,.2,.69999999 +CAN,Canada,1988,18936.965,,, +CAN,Canada,1989,20715.631,,, +CAN,Canada,1990,21448.361,,, +CAN,Canada,1991,21768.344,.2,.2,.5 +CAN,Canada,1992,20879.848,,, +CAN,Canada,1993,20121.162,,, +CAN,Canada,1994,19935.381,.2,.2,.5 +CAN,Canada,1995,20613.787,,, +CAN,Canada,1996,21227.348,,, +CAN,Canada,1997,21829.234,.5,.5,1 +CAN,Canada,1998,20952.07,.5,.5,1 +CAN,Canada,1999,22238.664,,, +CAN,Canada,2000,24190.25,.2,.5,.69999999 +CAN,Canada,2001,23738.182,,, +CAN,Canada,2002,24169.285,,, +CAN,Canada,2003,28200.658,,, +CAN,Canada,2004,32034.309,.2,.2,.69999999 +CAN,Canada,2005,36266.188,,, +CAN,Canada,2006,40385.871,,, +CAN,Canada,2007,44543.043,.2,.2,.5 +CAN,Canada,2008,46594.449,,, +CAN,Canada,2009,40773.063,,, +CAN,Canada,2010,47450.32,.2,.2,.5 +CAN,Canada,2011,52101.797,,, +CAN,Canada,2012,52542.348,,, +CAN,Canada,2013,52504.656,.5,.5,1 +CAN,Canada,2014,50835.512,,, +CAN,Canada,2015,43495.055,,, +CAN,Canada,2016,42279.902,,, +CAN,Canada,2017,45069.926,,, +CAN,Canada,2018,46210.547,,, +CHE,Switzerland,1960,1787.3604,,, +CHE,Switzerland,1961,1971.3163,,, +CHE,Switzerland,1962,2131.3916,,, +CHE,Switzerland,1963,2294.1829,,, +CHE,Switzerland,1964,2501.2932,,, +CHE,Switzerland,1965,2620.4756,,, +CHE,Switzerland,1966,2784.7336,,, +CHE,Switzerland,1967,2960.7227,,, +CHE,Switzerland,1968,3121.8889,,, +CHE,Switzerland,1969,3344.7837,,, +CHE,Switzerland,1970,,,, +CHE,Switzerland,1971,,,, +CHE,Switzerland,1972,,,, +CHE,Switzerland,1973,,,, +CHE,Switzerland,1974,,,, +CHE,Switzerland,1975,,,, +CHE,Switzerland,1976,,,, +CHE,Switzerland,1977,,,, +CHE,Switzerland,1978,,,, +CHE,Switzerland,1979,,,, +CHE,Switzerland,1980,18832.197,,, +CHE,Switzerland,1981,17153.4,,, +CHE,Switzerland,1982,17478.656,,, +CHE,Switzerland,1983,17341.994,,, +CHE,Switzerland,1984,16499.146,,, +CHE,Switzerland,1985,16655.338,,, +CHE,Switzerland,1986,23751.449,,, +CHE,Switzerland,1987,29558.895,,, +CHE,Switzerland,1988,31743.652,,, +CHE,Switzerland,1989,30401.893,,, +CHE,Switzerland,1990,38428.387,,, +CHE,Switzerland,1991,38399.211,,, +CHE,Switzerland,1992,39534.543,,, +CHE,Switzerland,1993,38100.738,,, +CHE,Switzerland,1994,41843.758,,, +CHE,Switzerland,1995,48662.441,,, +CHE,Switzerland,1996,46676.852,,, +CHE,Switzerland,1997,40417.961,,, +CHE,Switzerland,1998,41497.203,,, +CHE,Switzerland,1999,40581.309,,, +CHE,Switzerland,2000,37868.324,,, +CHE,Switzerland,2001,38538.988,,, +CHE,Switzerland,2002,41376.395,,, +CHE,Switzerland,2003,48087.582,,, +CHE,Switzerland,2004,53340.148,,, +CHE,Switzerland,2005,54952.672,,, +CHE,Switzerland,2006,57579.504,0,.2,.5 +CHE,Switzerland,2007,63555.238,0,0,.2 +CHE,Switzerland,2008,72487.844,0,.2,.2 +CHE,Switzerland,2009,69927.469,0,0,.2 +CHE,Switzerland,2010,74605.719,0,.2,.2 +CHE,Switzerland,2011,88415.625,0,0,0 +CHE,Switzerland,2012,83538.227,0,0,0 +CHE,Switzerland,2013,85112.461,0,0,0 +CHE,Switzerland,2014,86605.563,0,0,0 +CHE,Switzerland,2015,82081.594,0,0,0 +CHE,Switzerland,2016,80037.5,,, +CHE,Switzerland,2017,80333.445,,, +CHE,Switzerland,2018,82838.93,,, +CHI,Channel Islands,1960,,,, +CHI,Channel Islands,1961,,,, +CHI,Channel Islands,1962,,,, +CHI,Channel Islands,1963,,,, +CHI,Channel Islands,1964,,,, +CHI,Channel Islands,1965,,,, +CHI,Channel Islands,1966,,,, +CHI,Channel Islands,1967,,,, +CHI,Channel Islands,1968,,,, +CHI,Channel Islands,1969,,,, +CHI,Channel Islands,1970,,,, +CHI,Channel Islands,1971,,,, +CHI,Channel Islands,1972,,,, +CHI,Channel Islands,1973,,,, +CHI,Channel Islands,1974,,,, +CHI,Channel Islands,1975,,,, +CHI,Channel Islands,1976,,,, +CHI,Channel Islands,1977,,,, +CHI,Channel Islands,1978,,,, +CHI,Channel Islands,1979,,,, +CHI,Channel Islands,1980,,,, +CHI,Channel Islands,1981,,,, +CHI,Channel Islands,1982,,,, +CHI,Channel Islands,1983,,,, +CHI,Channel Islands,1984,,,, +CHI,Channel Islands,1985,,,, +CHI,Channel Islands,1986,,,, +CHI,Channel Islands,1987,,,, +CHI,Channel Islands,1988,,,, +CHI,Channel Islands,1989,,,, +CHI,Channel Islands,1990,,,, +CHI,Channel Islands,1991,,,, +CHI,Channel Islands,1992,,,, +CHI,Channel Islands,1993,,,, +CHI,Channel Islands,1994,,,, +CHI,Channel Islands,1995,,,, +CHI,Channel Islands,1996,,,, +CHI,Channel Islands,1997,,,, +CHI,Channel Islands,1998,40585.383,,, +CHI,Channel Islands,1999,42443.434,,, +CHI,Channel Islands,2000,43381.656,,, +CHI,Channel Islands,2001,41804.371,,, +CHI,Channel Islands,2002,44544.434,,, +CHI,Channel Islands,2003,48859.484,,, +CHI,Channel Islands,2004,56753.387,,, +CHI,Channel Islands,2005,58197.449,,, +CHI,Channel Islands,2006,63239.652,,, +CHI,Channel Islands,2007,74462.648,,, +CHI,Channel Islands,2008,,,, +CHI,Channel Islands,2009,,,, +CHI,Channel Islands,2010,,,, +CHI,Channel Islands,2011,,,, +CHI,Channel Islands,2012,,,, +CHI,Channel Islands,2013,,,, +CHI,Channel Islands,2014,,,, +CHI,Channel Islands,2015,,,, +CHI,Channel Islands,2016,,,, +CHI,Channel Islands,2017,,,, +CHI,Channel Islands,2018,,,, +CHL,Chile,1960,505.34921,,, +CHL,Chile,1961,555.13391,,, +CHL,Chile,1962,638.94519,,, +CHL,Chile,1963,655.2525,,, +CHL,Chile,1964,678.12787,,, +CHL,Chile,1965,670.39465,,, +CHL,Chile,1966,772.72607,,, +CHL,Chile,1967,753.12762,,, +CHL,Chile,1968,756.91248,,, +CHL,Chile,1969,870.31909,,, +CHL,Chile,1970,932.86157,,, +CHL,Chile,1971,1094.681,,, +CHL,Chile,1972,1173.2185,,, +CHL,Chile,1973,1640.0294,,, +CHL,Chile,1974,1554.3885,,, +CHL,Chile,1975,719.59937,,, +CHL,Chile,1976,961.42444,,, +CHL,Chile,1977,1278.3279,,, +CHL,Chile,1978,1441.9421,,, +CHL,Chile,1979,1937.2666,,, +CHL,Chile,1980,2542.7642,,, +CHL,Chile,1981,2979.6094,,, +CHL,Chile,1982,2156.5127,,, +CHL,Chile,1983,1709.4414,,, +CHL,Chile,1984,1624.6322,,, +CHL,Chile,1985,1444.2804,,, +CHL,Chile,1986,1517.8625,,, +CHL,Chile,1987,1760.3054,11.7,28.799999,52.799999 +CHL,Chile,1988,2026.8385,,, +CHL,Chile,1989,2288.5549,,, +CHL,Chile,1990,2494.5256,8.1000004,22.700001,46.099998 +CHL,Chile,1991,2803.562,,, +CHL,Chile,1992,3350.2139,4.6999998,16.700001,39.799999 +CHL,Chile,1993,3535.1736,,, +CHL,Chile,1994,4024.217,5,15.7,36.900002 +CHL,Chile,1995,5107.2769,,, +CHL,Chile,1996,5349.8042,3.4000001,12.4,31.200001 +CHL,Chile,1997,5745.374,,, +CHL,Chile,1998,5446.5806,3.5,11.4,29.1 +CHL,Chile,1999,4957.7778,,, +CHL,Chile,2000,5074.9019,4.4000001,12.4,31 +CHL,Chile,2001,4574.5942,,, +CHL,Chile,2002,4446.2505,,, +CHL,Chile,2003,4772.563,4.1999998,11.5,30.299999 +CHL,Chile,2004,6194.853,,, +CHL,Chile,2005,7598.5249,,, +CHL,Chile,2006,9464.5498,2.4000001,7.4000001,23.299999 +CHL,Chile,2007,10502.354,,, +CHL,Chile,2008,10751.479,,, +CHL,Chile,2009,10208.907,2.5999999,6.6999998,20.5 +CHL,Chile,2010,12808.034,,, +CHL,Chile,2011,14637.24,1.6,4.6999998,16.4 +CHL,Chile,2012,15351.552,,, +CHL,Chile,2013,15842.94,.89999998,2.5999999,10.1 +CHL,Chile,2014,14670.997,,, +CHL,Chile,2015,13574.172,1.3,3.0999999,10.1 +CHL,Chile,2016,13748.089,,, +CHL,Chile,2017,15037.351,.69999999,1.8,6.4000001 +CHL,Chile,2018,15923.359,,, +CHN,China,1960,89.520538,,, +CHN,China,1961,75.80584,,, +CHN,China,1962,70.909409,,, +CHN,China,1963,74.313644,,, +CHN,China,1964,85.498558,,, +CHN,China,1965,98.486778,,, +CHN,China,1966,104.32457,,, +CHN,China,1967,96.589531,,, +CHN,China,1968,91.472717,,, +CHN,China,1969,100.12991,,, +CHN,China,1970,113.16299,,, +CHN,China,1971,118.65458,,, +CHN,China,1972,131.88356,,, +CHN,China,1973,157.09038,,, +CHN,China,1974,160.14009,,, +CHN,China,1975,178.34181,,, +CHN,China,1976,165.40553,,, +CHN,China,1977,185.42284,,, +CHN,China,1978,156.39639,,, +CHN,China,1979,183.98315,,, +CHN,China,1980,194.80472,,, +CHN,China,1981,197.07147,,, +CHN,China,1982,203.33492,,, +CHN,China,1983,225.43193,,, +CHN,China,1984,250.71397,,, +CHN,China,1985,294.45886,,, +CHN,China,1986,281.92813,,, +CHN,China,1987,251.81195,,, +CHN,China,1988,283.53769,,, +CHN,China,1989,310.88193,,, +CHN,China,1990,317.88467,66.199997,90,98.300003 +CHN,China,1991,333.14215,,, +CHN,China,1992,366.46069,,, +CHN,China,1993,377.38983,56.599998,83.400002,96.300003 +CHN,China,1994,473.49228,,, +CHN,China,1995,609.65668,,, +CHN,China,1996,709.41376,41.700001,72.900002,92.300003 +CHN,China,1997,781.74414,,, +CHN,China,1998,828.58051,,, +CHN,China,1999,873.28705,40.200001,68.300003,88.900002 +CHN,China,2000,959.3725,,, +CHN,China,2001,1053.1083,,, +CHN,China,2002,1148.5083,31.700001,57.700001,80.599998 +CHN,China,2003,1288.6433,,, +CHN,China,2004,1508.6681,,, +CHN,China,2005,1753.4178,18.5,43.200001,70.5 +CHN,China,2006,2099.2295,,, +CHN,China,2007,2693.9697,,, +CHN,China,2008,3468.3044,14.8,34.599998,60.599998 +CHN,China,2009,3832.2358,,, +CHN,China,2010,4550.4536,11.2,28.5,53.400002 +CHN,China,2011,5618.1323,7.9000001,23.5,49.200001 +CHN,China,2012,6316.9189,6.5,20.200001,44.299999 +CHN,China,2013,7050.646,1.9,12.1,36.299999 +CHN,China,2014,7651.3662,1.4,9.5,31.5 +CHN,China,2015,8033.3882,.69999999,7,27.200001 +CHN,China,2016,8078.7905,,, +CHN,China,2017,8759.042,,, +CHN,China,2018,9770.8467,,, +CIV,Cote d'Ivoire,1960,155.8999,,, +CIV,Cote d'Ivoire,1961,170.24277,,, +CIV,Cote d'Ivoire,1962,171.12819,,, +CIV,Cote d'Ivoire,1963,194.21263,,, +CIV,Cote d'Ivoire,1964,226.22704,,, +CIV,Cote d'Ivoire,1965,217.60239,,, +CIV,Cote d'Ivoire,1966,233.61464,,, +CIV,Cote d'Ivoire,1967,238.3107,,, +CIV,Cote d'Ivoire,1968,271.8533,,, +CIV,Cote d'Ivoire,1969,277.97202,,, +CIV,Cote d'Ivoire,1970,285.27338,,, +CIV,Cote d'Ivoire,1971,297.27985,,, +CIV,Cote d'Ivoire,1972,331.66931,,, +CIV,Cote d'Ivoire,1973,429.41345,,, +CIV,Cote d'Ivoire,1974,501.5535,,, +CIV,Cote d'Ivoire,1975,607.2356,,, +CIV,Cote d'Ivoire,1976,694.38312,,, +CIV,Cote d'Ivoire,1977,891.6347,,, +CIV,Cote d'Ivoire,1978,1074.8618,,, +CIV,Cote d'Ivoire,1979,1189.5698,,, +CIV,Cote d'Ivoire,1980,1266.6241,,, +CIV,Cote d'Ivoire,1981,1004.6342,,, +CIV,Cote d'Ivoire,1982,863.33362,,, +CIV,Cote d'Ivoire,1983,747.7569,,, +CIV,Cote d'Ivoire,1984,717.89734,,, +CIV,Cote d'Ivoire,1985,703.52008,6.8000002,19.200001,45.900002 +CIV,Cote d'Ivoire,1986,888.52747,3.0999999,18.6,50.099998 +CIV,Cote d'Ivoire,1987,942.93048,6.8000002,26.200001,56.5 +CIV,Cote d'Ivoire,1988,924.3266,10.7,34.5,67.300003 +CIV,Cote d'Ivoire,1989,848.28986,,, +CIV,Cote d'Ivoire,1990,905.32172,,, +CIV,Cote d'Ivoire,1991,848.75293,,, +CIV,Cote d'Ivoire,1992,870.4812,22.4,49.599998,77.599998 +CIV,Cote d'Ivoire,1993,832.28271,,, +CIV,Cote d'Ivoire,1994,605.26361,,, +CIV,Cote d'Ivoire,1995,774.6712,19.6,49.599998,78.400002 +CIV,Cote d'Ivoire,1996,827.76202,,, +CIV,Cote d'Ivoire,1997,774.72766,,, +CIV,Cote d'Ivoire,1998,809.0127,25.799999,55.900002,82.099998 +CIV,Cote d'Ivoire,1999,771.96838,,, +CIV,Cote d'Ivoire,2000,651.30591,,, +CIV,Cote d'Ivoire,2001,664.12769,,, +CIV,Cote d'Ivoire,2002,716.53027,23.200001,56.5,81 +CIV,Cote d'Ivoire,2003,869.71259,,, +CIV,Cote d'Ivoire,2004,921.20123,,, +CIV,Cote d'Ivoire,2005,930.82977,,, +CIV,Cote d'Ivoire,2006,949.13184,,, +CIV,Cote d'Ivoire,2007,1061.1541,,, +CIV,Cote d'Ivoire,2008,1235.6135,29.1,57.099998,80.800003 +CIV,Cote d'Ivoire,2009,1210.2954,,, +CIV,Cote d'Ivoire,2010,1211.9303,,, +CIV,Cote d'Ivoire,2011,1207.0013,,, +CIV,Cote d'Ivoire,2012,1243.3445,,, +CIV,Cote d'Ivoire,2013,1415.4692,,, +CIV,Cote d'Ivoire,2014,1559.3866,,, +CIV,Cote d'Ivoire,2015,1426.4579,28.200001,57.400002,82.300003 +CIV,Cote d'Ivoire,2016,1481.6523,,, +CIV,Cote d'Ivoire,2017,1557.183,,, +CIV,Cote d'Ivoire,2018,1715.5313,,, +CMR,Cameroon,1960,119.51918,,, +CMR,Cameroon,1961,124.42673,,, +CMR,Cameroon,1962,129.54414,,, +CMR,Cameroon,1963,131.13641,,, +CMR,Cameroon,1964,138.64603,,, +CMR,Cameroon,1965,141.01218,,, +CMR,Cameroon,1966,144.38,,, +CMR,Cameroon,1967,154.3315,,, +CMR,Cameroon,1968,169.81245,,, +CMR,Cameroon,1969,181.28076,,, +CMR,Cameroon,1970,177.92096,,, +CMR,Cameroon,1971,184.4624,,, +CMR,Cameroon,1972,208.37546,,, +CMR,Cameroon,1973,249.36411,,, +CMR,Cameroon,1974,311.21948,,, +CMR,Cameroon,1975,369.4472,,, +CMR,Cameroon,1976,401.41302,,, +CMR,Cameroon,1977,426.79468,,, +CMR,Cameroon,1978,543.02118,,, +CMR,Cameroon,1979,694.68628,,, +CMR,Cameroon,1980,781.86279,,, +CMR,Cameroon,1981,859.12311,,, +CMR,Cameroon,1982,798.8504,,, +CMR,Cameroon,1983,780.61224,,, +CMR,Cameroon,1984,799.54767,,, +CMR,Cameroon,1985,809.09351,,, +CMR,Cameroon,1986,1021.7093,,, +CMR,Cameroon,1987,1146.4354,,, +CMR,Cameroon,1988,1128.019,,, +CMR,Cameroon,1989,974.99127,,, +CMR,Cameroon,1990,946.64642,,, +CMR,Cameroon,1991,1024.4242,,, +CMR,Cameroon,1992,911.74139,,, +CMR,Cameroon,1993,1204.7629,,, +CMR,Cameroon,1994,801.16168,,, +CMR,Cameroon,1995,709.11481,,, +CMR,Cameroon,1996,752.52509,48.099998,73.300003,88.699997 +CMR,Cameroon,1997,755.23969,,, +CMR,Cameroon,1998,720.797,,, +CMR,Cameroon,1999,740.99658,,, +CMR,Cameroon,2000,649.99182,,, +CMR,Cameroon,2001,651.10089,23.1,52.700001,79.5 +CMR,Cameroon,2002,707.88757,,, +CMR,Cameroon,2003,865.95813,,, +CMR,Cameroon,2004,1009.9431,,, +CMR,Cameroon,2005,1011.8801,,, +CMR,Cameroon,2006,1062.1375,,, +CMR,Cameroon,2007,1194.0698,29.299999,55.700001,79.599998 +CMR,Cameroon,2008,1371.7467,,, +CMR,Cameroon,2009,1314.7061,,, +CMR,Cameroon,2010,1285.2617,,, +CMR,Cameroon,2011,1403.2556,,, +CMR,Cameroon,2012,1354.623,,, +CMR,Cameroon,2013,1465.2223,,, +CMR,Cameroon,2014,1540.5682,23.799999,44.700001,68.900002 +CMR,Cameroon,2015,1326.9692,,, +CMR,Cameroon,2016,1363.4038,,, +CMR,Cameroon,2017,1421.5875,,, +CMR,Cameroon,2018,1526.8757,,, +COD,"Congo, Dem. Rep.",1960,220.31406,,, +COD,"Congo, Dem. Rep.",1961,197.39137,,, +COD,"Congo, Dem. Rep.",1962,235.63348,,, +COD,"Congo, Dem. Rep.",1963,377.42984,,, +COD,"Congo, Dem. Rep.",1964,170.467,,, +COD,"Congo, Dem. Rep.",1965,232.81111,,, +COD,"Congo, Dem. Rep.",1966,253.75925,,, +COD,"Congo, Dem. Rep.",1967,184.13039,,, +COD,"Congo, Dem. Rep.",1968,206.7149,,, +COD,"Congo, Dem. Rep.",1969,258.60651,,, +COD,"Congo, Dem. Rep.",1970,243.74974,,, +COD,"Congo, Dem. Rep.",1971,272.06537,,, +COD,"Congo, Dem. Rep.",1972,292.29709,,, +COD,"Congo, Dem. Rep.",1973,362.84366,,, +COD,"Congo, Dem. Rep.",1974,430.702,,, +COD,"Congo, Dem. Rep.",1975,446.97565,,, +COD,"Congo, Dem. Rep.",1976,409.52432,,, +COD,"Congo, Dem. Rep.",1977,509.06671,,, +COD,"Congo, Dem. Rep.",1978,615.97894,,, +COD,"Congo, Dem. Rep.",1979,587.15173,,, +COD,"Congo, Dem. Rep.",1980,546.11243,,, +COD,"Congo, Dem. Rep.",1981,463.6713,,, +COD,"Congo, Dem. Rep.",1982,492.53253,,, +COD,"Congo, Dem. Rep.",1983,387.50775,,, +COD,"Congo, Dem. Rep.",1984,269.84262,,, +COD,"Congo, Dem. Rep.",1985,240.78804,,, +COD,"Congo, Dem. Rep.",1986,263.83136,,, +COD,"Congo, Dem. Rep.",1987,243.00475,,, +COD,"Congo, Dem. Rep.",1988,273.12784,,, +COD,"Congo, Dem. Rep.",1989,269.5929,,, +COD,"Congo, Dem. Rep.",1990,270.13055,,, +COD,"Congo, Dem. Rep.",1991,268.05646,,, +COD,"Congo, Dem. Rep.",1992,220.37186,,, +COD,"Congo, Dem. Rep.",1993,275.82196,,, +COD,"Congo, Dem. Rep.",1994,144.59508,,, +COD,"Congo, Dem. Rep.",1995,135.73715,,, +COD,"Congo, Dem. Rep.",1996,134.98192,,, +COD,"Congo, Dem. Rep.",1997,138.97404,,, +COD,"Congo, Dem. Rep.",1998,138.5863,,, +COD,"Congo, Dem. Rep.",1999,102.59798,,, +COD,"Congo, Dem. Rep.",2000,405.21625,,, +COD,"Congo, Dem. Rep.",2001,153.591,,, +COD,"Congo, Dem. Rep.",2002,175.00996,,, +COD,"Congo, Dem. Rep.",2003,173.79614,,, +COD,"Congo, Dem. Rep.",2004,194.03996,94.099998,98.5,99.699997 +COD,"Congo, Dem. Rep.",2005,218.38618,,, +COD,"Congo, Dem. Rep.",2006,255.43309,,, +COD,"Congo, Dem. Rep.",2007,286.33051,,, +COD,"Congo, Dem. Rep.",2008,327.56372,,, +COD,"Congo, Dem. Rep.",2009,298.61969,,, +COD,"Congo, Dem. Rep.",2010,334.02158,,, +COD,"Congo, Dem. Rep.",2011,387.08246,,, +COD,"Congo, Dem. Rep.",2012,424.60037,76.599998,91,97.699997 +COD,"Congo, Dem. Rep.",2013,457.96371,,, +COD,"Congo, Dem. Rep.",2014,486.78708,,, +COD,"Congo, Dem. Rep.",2015,497.31696,,, +COD,"Congo, Dem. Rep.",2016,471.31885,,, +COD,"Congo, Dem. Rep.",2017,467.07425,,, +COD,"Congo, Dem. Rep.",2018,561.77716,,, +COG,"Congo, Rep.",1960,129.37047,,, +COG,"Congo, Rep.",1961,145.4064,,, +COG,"Congo, Rep.",1962,155.73824,,, +COG,"Congo, Rep.",1963,157.05586,,, +COG,"Congo, Rep.",1964,165.00946,,, +COG,"Congo, Rep.",1965,171.64569,,, +COG,"Congo, Rep.",1966,185.89178,,, +COG,"Congo, Rep.",1967,194.6613,,, +COG,"Congo, Rep.",1968,200.39517,,, +COG,"Congo, Rep.",1969,205.53355,,, +COG,"Congo, Rep.",1970,207.2227,,, +COG,"Congo, Rep.",1971,235.83591,,, +COG,"Congo, Rep.",1972,291.97501,,, +COG,"Congo, Rep.",1973,374.1264,,, +COG,"Congo, Rep.",1974,392.32108,,, +COG,"Congo, Rep.",1975,499.20325,,, +COG,"Congo, Rep.",1976,476.85138,,, +COG,"Congo, Rep.",1977,469.69052,,, +COG,"Congo, Rep.",1978,523.91046,,, +COG,"Congo, Rep.",1979,694.17645,,, +COG,"Congo, Rep.",1980,959.42639,,, +COG,"Congo, Rep.",1981,1088.975,,, +COG,"Congo, Rep.",1982,1146.3044,,, +COG,"Congo, Rep.",1983,1080.8224,,, +COG,"Congo, Rep.",1984,1098.441,,, +COG,"Congo, Rep.",1985,1051.8717,,, +COG,"Congo, Rep.",1986,875.45087,,, +COG,"Congo, Rep.",1987,1058.2284,,, +COG,"Congo, Rep.",1988,991.5174,,, +COG,"Congo, Rep.",1989,1042.0497,,, +COG,"Congo, Rep.",1990,1187.5513,,, +COG,"Congo, Rep.",1991,1124.9011,,, +COG,"Congo, Rep.",1992,1178.0238,,, +COG,"Congo, Rep.",1993,749.63489,,, +COG,"Congo, Rep.",1994,672.16321,,, +COG,"Congo, Rep.",1995,781.52356,,, +COG,"Congo, Rep.",1996,912.01398,,, +COG,"Congo, Rep.",1997,810.07751,,, +COG,"Congo, Rep.",1998,660.47235,,, +COG,"Congo, Rep.",1999,774.71167,,, +COG,"Congo, Rep.",2000,1029.577,,, +COG,"Congo, Rep.",2001,868.33997,,, +COG,"Congo, Rep.",2002,912.27814,,, +COG,"Congo, Rep.",2003,1026.1077,,, +COG,"Congo, Rep.",2004,1324.2191,,, +COG,"Congo, Rep.",2005,1680.2046,53.400002,75.199997,89.400002 +COG,"Congo, Rep.",2006,2064.3445,,, +COG,"Congo, Rep.",2007,2165.7458,,, +COG,"Congo, Rep.",2008,2956.2644,,, +COG,"Congo, Rep.",2009,2314.2661,,, +COG,"Congo, Rep.",2010,2809.6951,,, +COG,"Congo, Rep.",2011,3282.3936,37,61.299999,82.400002 +COG,"Congo, Rep.",2012,3032.6672,,, +COG,"Congo, Rep.",2013,3047.0647,,, +COG,"Congo, Rep.",2014,2992.9314,,, +COG,"Congo, Rep.",2015,1761.3236,,, +COG,"Congo, Rep.",2016,1814.0635,,, +COG,"Congo, Rep.",2017,1702.5713,,, +COG,"Congo, Rep.",2018,2147.7695,,, +COL,Colombia,1960,251.04137,,, +COL,Colombia,1961,274.05237,,, +COL,Colombia,1962,289.91797,,, +COL,Colombia,1963,274.31494,,, +COL,Colombia,1964,328.65506,,, +COL,Colombia,1965,307.64682,,, +COL,Colombia,1966,281.56595,,, +COL,Colombia,1967,293.64423,,, +COL,Colombia,1968,292.25757,,, +COL,Colombia,1969,307.99518,,, +COL,Colombia,1970,335.11819,,, +COL,Colombia,1971,355.40756,,, +COL,Colombia,1972,385.11258,,, +COL,Colombia,1973,448.03372,,, +COL,Colombia,1974,525.52582,,, +COL,Colombia,1975,544.29077,,, +COL,Colombia,1976,623.42871,,, +COL,Colombia,1977,773.74579,,, +COL,Colombia,1978,904.01056,,, +COL,Colombia,1979,1061.8484,,, +COL,Colombia,1980,1241.6396,,, +COL,Colombia,1981,1323.3761,,, +COL,Colombia,1982,1386.6732,,, +COL,Colombia,1983,1348.8043,,, +COL,Colombia,1984,1304.1769,,, +COL,Colombia,1985,1165.0421,,, +COL,Colombia,1986,1142.9395,,, +COL,Colombia,1987,1165.9825,,, +COL,Colombia,1988,1232.2262,,, +COL,Colombia,1989,1218.2109,,, +COL,Colombia,1990,1445.3284,,, +COL,Colombia,1991,1456.694,,, +COL,Colombia,1992,1697.1129,8.8999996,22.6,47 +COL,Colombia,1993,1893.542,,, +COL,Colombia,1994,2284.8389,,, +COL,Colombia,1995,2539.9128,,, +COL,Colombia,1996,2620.5388,16.5,32.099998,55.200001 +COL,Colombia,1997,2827.3796,,, +COL,Colombia,1998,2566.0242,,, +COL,Colombia,1999,2209.9314,20.1,36,58.299999 +COL,Colombia,2000,2520.481,16.4,30.700001,53.700001 +COL,Colombia,2001,2439.6819,19.700001,36.599998,60.5 +COL,Colombia,2002,2396.6272,14.3,30.299999,53.200001 +COL,Colombia,2003,2281.4019,12,27.200001,50.900002 +COL,Colombia,2004,2782.623,10.9,26.5,50.799999 +COL,Colombia,2005,3404.1902,9.6999998,23.4,46.700001 +COL,Colombia,2006,3731.1685,,, +COL,Colombia,2007,4703.2134,,, +COL,Colombia,2008,5461.7808,10.4,22.4,42.299999 +COL,Colombia,2009,5195.3936,8.8999996,20.5,41.099998 +COL,Colombia,2010,6326.5493,7.6999998,18.299999,38.299999 +COL,Colombia,2011,7324.3833,6.3000002,16.299999,35.200001 +COL,Colombia,2012,8042.5298,6.1999998,15.4,34 +COL,Colombia,2013,8212.668,5.6999998,14.2,32 +COL,Colombia,2014,8114.0845,5,13.1,29.799999 +COL,Colombia,2015,6175.876,4.5,11.9,28.700001 +COL,Colombia,2016,5871.2236,4.5,11.8,28.5 +COL,Colombia,2017,6375.9321,3.9000001,10.8,27.6 +COL,Colombia,2018,6651.2915,,, +COM,Comoros,1960,,,, +COM,Comoros,1961,,,, +COM,Comoros,1962,,,, +COM,Comoros,1963,,,, +COM,Comoros,1964,,,, +COM,Comoros,1965,,,, +COM,Comoros,1966,,,, +COM,Comoros,1967,,,, +COM,Comoros,1968,,,, +COM,Comoros,1969,,,, +COM,Comoros,1970,,,, +COM,Comoros,1971,,,, +COM,Comoros,1972,,,, +COM,Comoros,1973,,,, +COM,Comoros,1974,,,, +COM,Comoros,1975,,,, +COM,Comoros,1976,,,, +COM,Comoros,1977,,,, +COM,Comoros,1978,,,, +COM,Comoros,1979,,,, +COM,Comoros,1980,689.40295,,, +COM,Comoros,1981,618.21869,,, +COM,Comoros,1982,562.81158,,, +COM,Comoros,1983,570.14056,,, +COM,Comoros,1984,534.63208,,, +COM,Comoros,1985,553.63239,,, +COM,Comoros,1986,763.33582,,, +COM,Comoros,1987,896.11652,,, +COM,Comoros,1988,918.9021,,, +COM,Comoros,1989,854.47803,,, +COM,Comoros,1990,1043.8008,,, +COM,Comoros,1991,1000.5587,,, +COM,Comoros,1992,1047.9795,,, +COM,Comoros,1993,1008.0295,,, +COM,Comoros,1994,690.47174,,, +COM,Comoros,1995,838.17169,,, +COM,Comoros,1996,810.54425,,, +COM,Comoros,1997,726.05524,,, +COM,Comoros,1998,718.11707,,, +COM,Comoros,1999,723.18512,,, +COM,Comoros,2000,645.81866,,, +COM,Comoros,2001,680.31854,,, +COM,Comoros,2002,744.47516,,, +COM,Comoros,2003,935.61151,,, +COM,Comoros,2004,1059.1769,13.5,33.799999,61.599998 +COM,Comoros,2005,1068.6003,,, +COM,Comoros,2006,1113.9578,,, +COM,Comoros,2007,1238.4615,,, +COM,Comoros,2008,1387.5946,,, +COM,Comoros,2009,1339.3372,,, +COM,Comoros,2010,1315.2148,,, +COM,Comoros,2011,1446.068,,, +COM,Comoros,2012,1403.4285,,, +COM,Comoros,2013,1504.9209,17.9,37.5,62.700001 +COM,Comoros,2014,1511.816,,, +COM,Comoros,2015,1271.057,,, +COM,Comoros,2016,1287.421,,, +COM,Comoros,2017,1312.3662,,, +COM,Comoros,2018,1445.4508,,, +CPV,Cabo Verde,1960,,,, +CPV,Cabo Verde,1961,,,, +CPV,Cabo Verde,1962,,,, +CPV,Cabo Verde,1963,,,, +CPV,Cabo Verde,1964,,,, +CPV,Cabo Verde,1965,,,, +CPV,Cabo Verde,1966,,,, +CPV,Cabo Verde,1967,,,, +CPV,Cabo Verde,1968,,,, +CPV,Cabo Verde,1969,,,, +CPV,Cabo Verde,1970,,,, +CPV,Cabo Verde,1971,,,, +CPV,Cabo Verde,1972,,,, +CPV,Cabo Verde,1973,,,, +CPV,Cabo Verde,1974,,,, +CPV,Cabo Verde,1975,,,, +CPV,Cabo Verde,1976,,,, +CPV,Cabo Verde,1977,,,, +CPV,Cabo Verde,1978,,,, +CPV,Cabo Verde,1979,,,, +CPV,Cabo Verde,1980,501.13925,,, +CPV,Cabo Verde,1981,483.1286,,, +CPV,Cabo Verde,1982,477.923,,, +CPV,Cabo Verde,1983,461.23386,,, +CPV,Cabo Verde,1984,431.24319,,, +CPV,Cabo Verde,1985,441.89246,,, +CPV,Cabo Verde,1986,602.15277,,, +CPV,Cabo Verde,1987,732.56781,,, +CPV,Cabo Verde,1988,811.39337,,, +CPV,Cabo Verde,1989,807.56482,,, +CPV,Cabo Verde,1990,908.09619,,, +CPV,Cabo Verde,1991,923.74164,,, +CPV,Cabo Verde,1992,1003.9465,,, +CPV,Cabo Verde,1993,1339.7443,,, +CPV,Cabo Verde,1994,1080.1624,,, +CPV,Cabo Verde,1995,1261.1162,,, +CPV,Cabo Verde,1996,1269.1206,,, +CPV,Cabo Verde,1997,1213.5999,,, +CPV,Cabo Verde,1998,1265.1948,,, +CPV,Cabo Verde,1999,1408.9996,,, +CPV,Cabo Verde,2000,1259.3236,,, +CPV,Cabo Verde,2001,1292.2028,16.200001,37.5,63 +CPV,Cabo Verde,2002,1401.9037,,, +CPV,Cabo Verde,2003,1809.09,,, +CPV,Cabo Verde,2004,2024.2753,,, +CPV,Cabo Verde,2005,2099.1575,,, +CPV,Cabo Verde,2006,2361.3853,,, +CPV,Cabo Verde,2007,3186.8269,8.1000004,26.5,53.099998 +CPV,Cabo Verde,2008,3721.251,,, +CPV,Cabo Verde,2009,3517.4014,,, +CPV,Cabo Verde,2010,3378.2549,,, +CPV,Cabo Verde,2011,3738.2012,,, +CPV,Cabo Verde,2012,3467.4727,,, +CPV,Cabo Verde,2013,3615.979,,, +CPV,Cabo Verde,2014,3588.6741,,, +CPV,Cabo Verde,2015,3043.0139,,, +CPV,Cabo Verde,2016,3130.9634,,, +CPV,Cabo Verde,2017,3295.3411,,, +CPV,Cabo Verde,2018,3654.0073,,, +CRI,Costa Rica,1960,381.36511,,, +CRI,Costa Rica,1961,355.00378,,, +CRI,Costa Rica,1962,334.31183,,, +CRI,Costa Rica,1963,344.35513,,, +CRI,Costa Rica,1964,352.33713,,, +CRI,Costa Rica,1965,372.27893,,, +CRI,Costa Rica,1966,393.479,,, +CRI,Costa Rica,1967,412.23755,,, +CRI,Costa Rica,1968,442.77859,,, +CRI,Costa Rica,1969,474.79477,,, +CRI,Costa Rica,1970,533.09155,,, +CRI,Costa Rica,1971,568.09552,,, +CRI,Costa Rica,1972,636.9054,,, +CRI,Costa Rica,1973,767.3302,,, +CRI,Costa Rica,1974,816.03729,,, +CRI,Costa Rica,1975,936.33594,,, +CRI,Costa Rica,1976,1122.8097,,, +CRI,Costa Rica,1977,1393.0024,,, +CRI,Costa Rica,1978,1555.5377,,, +CRI,Costa Rica,1979,1734.615,,, +CRI,Costa Rica,1980,2021.5454,,, +CRI,Costa Rica,1981,1068.5046,24.700001,42.400002,65.5 +CRI,Costa Rica,1982,1032.9987,,, +CRI,Costa Rica,1983,1213.5541,,, +CRI,Costa Rica,1984,1373.9377,,, +CRI,Costa Rica,1985,1432.085,,, +CRI,Costa Rica,1986,1572.4567,13.2,26.700001,54.700001 +CRI,Costa Rica,1987,1571.295,,, +CRI,Costa Rica,1988,1558.5074,,, +CRI,Costa Rica,1989,1727.8721,12,21.799999,42.400002 +CRI,Costa Rica,1990,1831.002,9.8999996,19.299999,39.900002 +CRI,Costa Rica,1991,2238.8538,11.7,23.299999,44.5 +CRI,Costa Rica,1992,2595.0225,9.6000004,19.700001,41 +CRI,Costa Rica,1993,2828.1301,8,16.1,35 +CRI,Costa Rica,1994,3016.2244,6.5999999,13.6,30.200001 +CRI,Costa Rica,1995,3247.3169,6.9000001,14.1,31.799999 +CRI,Costa Rica,1996,3198.5486,8,16.700001,34.900002 +CRI,Costa Rica,1997,3375.1663,6.5,13.8,32.200001 +CRI,Costa Rica,1998,3579.866,5.0999999,10.8,27.200001 +CRI,Costa Rica,1999,3653.5527,6.4000001,13.1,30 +CRI,Costa Rica,2000,3772.8701,6.5,13.7,30 +CRI,Costa Rica,2001,3944.7375,4.6999998,10.6,23.200001 +CRI,Costa Rica,2002,4024.6519,4.5,9.8000002,22.299999 +CRI,Costa Rica,2003,4129.6328,4.4000001,9.6000004,21.799999 +CRI,Costa Rica,2004,4385.3906,4.3000002,9.1000004,22.6 +CRI,Costa Rica,2005,4654.8247,3.0999999,7.6999998,20.299999 +CRI,Costa Rica,2006,5201.5142,3.2,7.5999999,20 +CRI,Costa Rica,2007,6071.7891,1.7,5.1999998,15.9 +CRI,Costa Rica,2008,6859.0791,2.2,5.1999998,15.5 +CRI,Costa Rica,2009,6760.478,2.4000001,5.5,15.2 +CRI,Costa Rica,2010,8141.9136,1.5,4,12.9 +CRI,Costa Rica,2011,9121.9316,1.6,4.3000002,13.2 +CRI,Costa Rica,2012,9913.2109,1.6,4.1999998,12.3 +CRI,Costa Rica,2013,10490.081,1.6,4,12.3 +CRI,Costa Rica,2014,10547.151,1.4,3.8,11.9 +CRI,Costa Rica,2015,11299.136,1.5,4,11.5 +CRI,Costa Rica,2016,11666.457,1.3,3.8,10.7 +CRI,Costa Rica,2017,11752.544,1,2.7,9.6999998 +CRI,Costa Rica,2018,12026.548,,, +CUB,Cuba,1960,,,, +CUB,Cuba,1961,,,, +CUB,Cuba,1962,,,, +CUB,Cuba,1963,,,, +CUB,Cuba,1964,,,, +CUB,Cuba,1965,,,, +CUB,Cuba,1966,,,, +CUB,Cuba,1967,,,, +CUB,Cuba,1968,,,, +CUB,Cuba,1969,,,, +CUB,Cuba,1970,653.42651,,, +CUB,Cuba,1971,779.72412,,, +CUB,Cuba,1972,901.36731,,, +CUB,Cuba,1973,1088.1276,,, +CUB,Cuba,1974,1223.691,,, +CUB,Cuba,1975,1379.0817,,, +CUB,Cuba,1976,1443.3021,,, +CUB,Cuba,1977,1472.7296,,, +CUB,Cuba,1978,1835.1116,,, +CUB,Cuba,1979,2000.28,,, +CUB,Cuba,1980,2021.7242,,, +CUB,Cuba,1981,2035.6077,,, +CUB,Cuba,1982,2107.9319,,, +CUB,Cuba,1983,2224.6533,,, +CUB,Cuba,1984,2396.3542,,, +CUB,Cuba,1985,2269.825,,, +CUB,Cuba,1986,2378.9097,,, +CUB,Cuba,1987,2451.1335,,, +CUB,Cuba,1988,2640.9204,,, +CUB,Cuba,1989,2572.6904,,, +CUB,Cuba,1990,2703.168,,, +CUB,Cuba,1991,2278.2087,,, +CUB,Cuba,1992,2057.1035,,, +CUB,Cuba,1993,2073.095,,, +CUB,Cuba,1994,2624.7568,,, +CUB,Cuba,1995,2794.7373,,, +CUB,Cuba,1996,2286.9275,,, +CUB,Cuba,1997,2308.1462,,, +CUB,Cuba,1998,2331.4656,,, +CUB,Cuba,1999,2558.9048,,, +CUB,Cuba,2000,2747.0986,,, +CUB,Cuba,2001,2837.738,,, +CUB,Cuba,2002,2999.2454,,, +CUB,Cuba,2003,3197.1338,,, +CUB,Cuba,2004,3395.7122,,, +CUB,Cuba,2005,3786.6648,,, +CUB,Cuba,2006,4683.5659,,, +CUB,Cuba,2007,5208.7163,,, +CUB,Cuba,2008,5411.2715,,, +CUB,Cuba,2009,5529.6704,,, +CUB,Cuba,2010,5730.355,,, +CUB,Cuba,2011,6139.7192,,, +CUB,Cuba,2012,6497.3213,,, +CUB,Cuba,2013,6837.7129,,, +CUB,Cuba,2014,7133.3423,,, +CUB,Cuba,2015,7694.0117,,, +CUB,Cuba,2016,8060.7959,,, +CUB,Cuba,2017,8541.2109,,, +CUB,Cuba,2018,,,, +CUW,Curacao,1960,,,, +CUW,Curacao,1961,,,, +CUW,Curacao,1962,,,, +CUW,Curacao,1963,,,, +CUW,Curacao,1964,,,, +CUW,Curacao,1965,,,, +CUW,Curacao,1966,,,, +CUW,Curacao,1967,,,, +CUW,Curacao,1968,,,, +CUW,Curacao,1969,,,, +CUW,Curacao,1970,,,, +CUW,Curacao,1971,,,, +CUW,Curacao,1972,,,, +CUW,Curacao,1973,,,, +CUW,Curacao,1974,,,, +CUW,Curacao,1975,,,, +CUW,Curacao,1976,,,, +CUW,Curacao,1977,,,, +CUW,Curacao,1978,,,, +CUW,Curacao,1979,,,, +CUW,Curacao,1980,,,, +CUW,Curacao,1981,,,, +CUW,Curacao,1982,,,, +CUW,Curacao,1983,,,, +CUW,Curacao,1984,,,, +CUW,Curacao,1985,,,, +CUW,Curacao,1986,,,, +CUW,Curacao,1987,,,, +CUW,Curacao,1988,,,, +CUW,Curacao,1989,,,, +CUW,Curacao,1990,,,, +CUW,Curacao,1991,,,, +CUW,Curacao,1992,,,, +CUW,Curacao,1993,,,, +CUW,Curacao,1994,,,, +CUW,Curacao,1995,,,, +CUW,Curacao,1996,,,, +CUW,Curacao,1997,,,, +CUW,Curacao,1998,,,, +CUW,Curacao,1999,,,, +CUW,Curacao,2000,,,, +CUW,Curacao,2001,,,, +CUW,Curacao,2002,,,, +CUW,Curacao,2003,,,, +CUW,Curacao,2004,,,, +CUW,Curacao,2005,,,, +CUW,Curacao,2006,,,, +CUW,Curacao,2007,,,, +CUW,Curacao,2008,,,, +CUW,Curacao,2009,,,, +CUW,Curacao,2010,,,, +CUW,Curacao,2011,20146.387,,, +CUW,Curacao,2012,20587.396,,, +CUW,Curacao,2013,20462.719,,, +CUW,Curacao,2014,20258.01,,, +CUW,Curacao,2015,19951.328,,, +CUW,Curacao,2016,19555.365,,, +CUW,Curacao,2017,19457.531,,, +CUW,Curacao,2018,,,, +CYM,Cayman Islands,1960,,,, +CYM,Cayman Islands,1961,,,, +CYM,Cayman Islands,1962,,,, +CYM,Cayman Islands,1963,,,, +CYM,Cayman Islands,1964,,,, +CYM,Cayman Islands,1965,,,, +CYM,Cayman Islands,1966,,,, +CYM,Cayman Islands,1967,,,, +CYM,Cayman Islands,1968,,,, +CYM,Cayman Islands,1969,,,, +CYM,Cayman Islands,1970,,,, +CYM,Cayman Islands,1971,,,, +CYM,Cayman Islands,1972,,,, +CYM,Cayman Islands,1973,,,, +CYM,Cayman Islands,1974,,,, +CYM,Cayman Islands,1975,,,, +CYM,Cayman Islands,1976,,,, +CYM,Cayman Islands,1977,,,, +CYM,Cayman Islands,1978,,,, +CYM,Cayman Islands,1979,,,, +CYM,Cayman Islands,1980,,,, +CYM,Cayman Islands,1981,,,, +CYM,Cayman Islands,1982,,,, +CYM,Cayman Islands,1983,,,, +CYM,Cayman Islands,1984,,,, +CYM,Cayman Islands,1985,,,, +CYM,Cayman Islands,1986,,,, +CYM,Cayman Islands,1987,,,, +CYM,Cayman Islands,1988,,,, +CYM,Cayman Islands,1989,,,, +CYM,Cayman Islands,1990,,,, +CYM,Cayman Islands,1991,,,, +CYM,Cayman Islands,1992,,,, +CYM,Cayman Islands,1993,,,, +CYM,Cayman Islands,1994,,,, +CYM,Cayman Islands,1995,,,, +CYM,Cayman Islands,1996,,,, +CYM,Cayman Islands,1997,,,, +CYM,Cayman Islands,1998,,,, +CYM,Cayman Islands,1999,,,, +CYM,Cayman Islands,2000,,,, +CYM,Cayman Islands,2001,,,, +CYM,Cayman Islands,2002,,,, +CYM,Cayman Islands,2003,,,, +CYM,Cayman Islands,2004,,,, +CYM,Cayman Islands,2005,47014.324,,, +CYM,Cayman Islands,2006,83322.781,,, +CYM,Cayman Islands,2007,,,, +CYM,Cayman Islands,2008,,,, +CYM,Cayman Islands,2009,,,, +CYM,Cayman Islands,2010,,,, +CYM,Cayman Islands,2011,,,, +CYM,Cayman Islands,2012,,,, +CYM,Cayman Islands,2013,,,, +CYM,Cayman Islands,2014,,,, +CYM,Cayman Islands,2015,,,, +CYM,Cayman Islands,2016,,,, +CYM,Cayman Islands,2017,56334.215,,, +CYM,Cayman Islands,2018,,,, +CYP,Cyprus,1960,,,, +CYP,Cyprus,1961,,,, +CYP,Cyprus,1962,,,, +CYP,Cyprus,1963,,,, +CYP,Cyprus,1964,,,, +CYP,Cyprus,1965,,,, +CYP,Cyprus,1966,,,, +CYP,Cyprus,1967,,,, +CYP,Cyprus,1968,,,, +CYP,Cyprus,1969,,,, +CYP,Cyprus,1970,,,, +CYP,Cyprus,1971,,,, +CYP,Cyprus,1972,,,, +CYP,Cyprus,1973,,,, +CYP,Cyprus,1974,,,, +CYP,Cyprus,1975,976.33423,,, +CYP,Cyprus,1976,1157.4116,,, +CYP,Cyprus,1977,1476.2715,,, +CYP,Cyprus,1978,1929.4036,,, +CYP,Cyprus,1979,2559.2598,,, +CYP,Cyprus,1980,4232.0229,,, +CYP,Cyprus,1981,4033.2405,,, +CYP,Cyprus,1982,4122.7847,,, +CYP,Cyprus,1983,4091.0486,,, +CYP,Cyprus,1984,4258.7437,,, +CYP,Cyprus,1985,4488.2871,,, +CYP,Cyprus,1986,5642.6313,,, +CYP,Cyprus,1987,6690.5781,,, +CYP,Cyprus,1988,7645.6299,,, +CYP,Cyprus,1989,8038.9141,,, +CYP,Cyprus,1990,9641.5752,,, +CYP,Cyprus,1991,9696.0996,,, +CYP,Cyprus,1992,11310.072,,, +CYP,Cyprus,1993,10526.142,,, +CYP,Cyprus,1994,11617.692,,, +CYP,Cyprus,1995,15261.427,,, +CYP,Cyprus,1996,15139.229,,, +CYP,Cyprus,1997,14234.249,,, +CYP,Cyprus,1998,15092.829,,, +CYP,Cyprus,1999,15287.918,,, +CYP,Cyprus,2000,14388.347,,, +CYP,Cyprus,2001,14821.445,,, +CYP,Cyprus,2002,16093.219,,, +CYP,Cyprus,2003,20252.242,,, +CYP,Cyprus,2004,23792.617,0,0,.2 +CYP,Cyprus,2005,24959.266,0,0,0 +CYP,Cyprus,2006,26729.326,0,0,0 +CYP,Cyprus,2007,31244.928,0,0,0 +CYP,Cyprus,2008,35391.039,0,0,0 +CYP,Cyprus,2009,32105.867,0,.2,.2 +CYP,Cyprus,2010,30818.48,0,0,.2 +CYP,Cyprus,2011,32233.643,0,0,.2 +CYP,Cyprus,2012,28984.945,0,0,0 +CYP,Cyprus,2013,27942.301,0,.2,.2 +CYP,Cyprus,2014,27407.152,0,.2,.2 +CYP,Cyprus,2015,23217.484,0,0,.2 +CYP,Cyprus,2016,24019.139,,, +CYP,Cyprus,2017,25760.764,,, +CYP,Cyprus,2018,28159.301,,, +CZE,Czech Republic,1960,,,, +CZE,Czech Republic,1961,,,, +CZE,Czech Republic,1962,,,, +CZE,Czech Republic,1963,,,, +CZE,Czech Republic,1964,,,, +CZE,Czech Republic,1965,,,, +CZE,Czech Republic,1966,,,, +CZE,Czech Republic,1967,,,, +CZE,Czech Republic,1968,,,, +CZE,Czech Republic,1969,,,, +CZE,Czech Republic,1970,,,, +CZE,Czech Republic,1971,,,, +CZE,Czech Republic,1972,,,, +CZE,Czech Republic,1973,,,, +CZE,Czech Republic,1974,,,, +CZE,Czech Republic,1975,,,, +CZE,Czech Republic,1976,,,, +CZE,Czech Republic,1977,,,, +CZE,Czech Republic,1978,,,, +CZE,Czech Republic,1979,,,, +CZE,Czech Republic,1980,,,, +CZE,Czech Republic,1981,,,, +CZE,Czech Republic,1982,,,, +CZE,Czech Republic,1983,,,, +CZE,Czech Republic,1984,,,, +CZE,Czech Republic,1985,,,, +CZE,Czech Republic,1986,,,, +CZE,Czech Republic,1987,,,, +CZE,Czech Republic,1988,,,, +CZE,Czech Republic,1989,,,, +CZE,Czech Republic,1990,3917.1599,,, +CZE,Czech Republic,1991,2878.7192,,, +CZE,Czech Republic,1992,3352.0342,,, +CZE,Czech Republic,1993,3931.7444,0,0,.40000001 +CZE,Czech Republic,1994,4601.9521,,, +CZE,Czech Republic,1995,5788.1509,,, +CZE,Czech Republic,1996,6493.8633,.2,.30000001,.80000001 +CZE,Czech Republic,1997,5996.834,,, +CZE,Czech Republic,1998,6458.9043,,, +CZE,Czech Republic,1999,6307.6982,,, +CZE,Czech Republic,2000,6011.6152,,, +CZE,Czech Republic,2001,6609.2056,,, +CZE,Czech Republic,2002,8032.8965,,, +CZE,Czech Republic,2003,9773.1172,,, +CZE,Czech Republic,2004,11685.888,0,0,1.2 +CZE,Czech Republic,2005,13346.177,0,0,.69999999 +CZE,Czech Republic,2006,15183.636,0,.2,.69999999 +CZE,Czech Republic,2007,18373.648,0,.2,.5 +CZE,Czech Republic,2008,22698.854,0,.2,.5 +CZE,Czech Republic,2009,19741.598,0,0,.69999999 +CZE,Czech Republic,2010,19808.07,0,.2,.69999999 +CZE,Czech Republic,2011,21717.457,0,.2,.69999999 +CZE,Czech Republic,2012,19729.871,0,.2,.69999999 +CZE,Czech Republic,2013,19916.02,0,0,.40000001 +CZE,Czech Republic,2014,19744.559,0,0,.69999999 +CZE,Czech Republic,2015,17715.617,0,0,.40000001 +CZE,Czech Republic,2016,18463.387,,, +CZE,Czech Republic,2017,20379.896,,, +CZE,Czech Republic,2018,23078.574,,, +DEU,Germany,1960,,,, +DEU,Germany,1961,,,, +DEU,Germany,1962,,,, +DEU,Germany,1963,,,, +DEU,Germany,1964,,,, +DEU,Germany,1965,,,, +DEU,Germany,1966,,,, +DEU,Germany,1967,,,, +DEU,Germany,1968,,,, +DEU,Germany,1969,,,, +DEU,Germany,1970,2750.7197,,, +DEU,Germany,1971,3180.0559,,, +DEU,Germany,1972,3795.5662,,, +DEU,Germany,1973,5027.6602,,, +DEU,Germany,1974,5617.7417,,, +DEU,Germany,1975,6212.7632,,, +DEU,Germany,1976,6609.7534,,, +DEU,Germany,1977,7653.8848,,, +DEU,Germany,1978,9446.167,,, +DEU,Germany,1979,11238.341,,, +DEU,Germany,1980,12092.382,,, +DEU,Germany,1981,10170.446,,, +DEU,Germany,1982,9876.2285,,, +DEU,Germany,1983,9827.0225,,, +DEU,Germany,1984,9277.9326,,, +DEU,Germany,1985,9393.8916,,, +DEU,Germany,1986,13410.897,,, +DEU,Germany,1987,16614.41,,, +DEU,Germany,1988,17863.438,,, +DEU,Germany,1989,17697.164,,, +DEU,Germany,1990,22219.572,,, +DEU,Germany,1991,23269.381,0,0,.2 +DEU,Germany,1992,26333.537,,, +DEU,Germany,1993,25488.52,,, +DEU,Germany,1994,27087.559,.2,.2,.5 +DEU,Germany,1995,31729.699,.2,.2,.5 +DEU,Germany,1996,30564.248,,, +DEU,Germany,1997,27045.719,,, +DEU,Germany,1998,27340.674,0,.2,.2 +DEU,Germany,1999,26795.99,,, +DEU,Germany,2000,23718.746,0,.2,.2 +DEU,Germany,2001,23687.316,0,0,.2 +DEU,Germany,2002,25205.164,.2,.2,1.2 +DEU,Germany,2003,30359.953,.2,.2,.2 +DEU,Germany,2004,34165.934,0,.2,.2 +DEU,Germany,2005,34696.621,0,.2,.2 +DEU,Germany,2006,36447.871,0,0,0 +DEU,Germany,2007,41814.82,0,0,.2 +DEU,Germany,2008,45699.199,0,.2,.2 +DEU,Germany,2009,41732.707,0,0,.2 +DEU,Germany,2010,41785.559,0,.2,.2 +DEU,Germany,2011,46810.328,0,0,.2 +DEU,Germany,2012,44065.25,,, +DEU,Germany,2013,46530.91,0,0,.2 +DEU,Germany,2014,48142.828,,, +DEU,Germany,2015,41394.656,0,0,.2 +DEU,Germany,2016,42443.465,,, +DEU,Germany,2017,44681.082,,, +DEU,Germany,2018,48195.578,,, +DJI,Djibouti,1960,,,, +DJI,Djibouti,1961,,,, +DJI,Djibouti,1962,,,, +DJI,Djibouti,1963,,,, +DJI,Djibouti,1964,,,, +DJI,Djibouti,1965,,,, +DJI,Djibouti,1966,,,, +DJI,Djibouti,1967,,,, +DJI,Djibouti,1968,,,, +DJI,Djibouti,1969,,,, +DJI,Djibouti,1970,,,, +DJI,Djibouti,1971,,,, +DJI,Djibouti,1972,,,, +DJI,Djibouti,1973,,,, +DJI,Djibouti,1974,,,, +DJI,Djibouti,1975,,,, +DJI,Djibouti,1976,,,, +DJI,Djibouti,1977,,,, +DJI,Djibouti,1978,,,, +DJI,Djibouti,1979,,,, +DJI,Djibouti,1980,,,, +DJI,Djibouti,1981,,,, +DJI,Djibouti,1982,,,, +DJI,Djibouti,1983,,,, +DJI,Djibouti,1984,,,, +DJI,Djibouti,1985,801.17273,,, +DJI,Djibouti,1986,,,, +DJI,Djibouti,1987,761.47034,,, +DJI,Djibouti,1988,748.19525,,, +DJI,Djibouti,1989,725.74255,,, +DJI,Djibouti,1990,766.14093,,, +DJI,Djibouti,1991,762.01129,,, +DJI,Djibouti,1992,777.26233,,, +DJI,Djibouti,1993,753.5202,,, +DJI,Djibouti,1994,790.03229,,, +DJI,Djibouti,1995,789.55176,,, +DJI,Djibouti,1996,767.50031,,, +DJI,Djibouti,1997,760.63501,,, +DJI,Djibouti,1998,755.76172,,, +DJI,Djibouti,1999,765.85614,,, +DJI,Djibouti,2000,768.17609,,, +DJI,Djibouti,2001,780.9082,,, +DJI,Djibouti,2002,791.38947,20.6,47.799999,77.099998 +DJI,Djibouti,2003,818.86664,,, +DJI,Djibouti,2004,863.23163,,, +DJI,Djibouti,2005,904.72974,,, +DJI,Djibouti,2006,967.66864,,, +DJI,Djibouti,2007,1052.7257,,, +DJI,Djibouti,2008,1223.8568,,, +DJI,Djibouti,2009,1267.3127,,, +DJI,Djibouti,2010,1343.2687,,, +DJI,Djibouti,2011,1451.543,,, +DJI,Djibouti,2012,1559.2406,18.299999,38.700001,68.599998 +DJI,Djibouti,2013,1499.767,22.700001,44.599998,75 +DJI,Djibouti,2014,1619.0515,,, +DJI,Djibouti,2015,1787.4775,,, +DJI,Djibouti,2016,1898.876,,, +DJI,Djibouti,2017,1953.9034,17.1,40.200001,70.599998 +DJI,Djibouti,2018,2050.2048,,, +DMA,Dominica,1960,,,, +DMA,Dominica,1961,,,, +DMA,Dominica,1962,,,, +DMA,Dominica,1963,,,, +DMA,Dominica,1964,,,, +DMA,Dominica,1965,,,, +DMA,Dominica,1966,,,, +DMA,Dominica,1967,,,, +DMA,Dominica,1968,,,, +DMA,Dominica,1969,,,, +DMA,Dominica,1970,,,, +DMA,Dominica,1971,,,, +DMA,Dominica,1972,,,, +DMA,Dominica,1973,,,, +DMA,Dominica,1974,,,, +DMA,Dominica,1975,,,, +DMA,Dominica,1976,,,, +DMA,Dominica,1977,624.63165,,, +DMA,Dominica,1978,769.07837,,, +DMA,Dominica,1979,734.0105,,, +DMA,Dominica,1980,966.68152,,, +DMA,Dominica,1981,1090.2733,,, +DMA,Dominica,1982,1193.6533,,, +DMA,Dominica,1983,1324.6672,,, +DMA,Dominica,1984,1478.0717,,, +DMA,Dominica,1985,1632.3811,,, +DMA,Dominica,1986,1863.4547,,, +DMA,Dominica,1987,2113.9272,,, +DMA,Dominica,1988,2402.9067,,, +DMA,Dominica,1989,2617.7798,,, +DMA,Dominica,1990,2860.4316,,, +DMA,Dominica,1991,3122.79,,, +DMA,Dominica,1992,3317.9045,,, +DMA,Dominica,1993,3466.386,,, +DMA,Dominica,1994,3721.3472,,, +DMA,Dominica,1995,3861.1797,,, +DMA,Dominica,1996,4120.4185,,, +DMA,Dominica,1997,4291.6924,,, +DMA,Dominica,1998,4593.7144,,, +DMA,Dominica,1999,4750.6123,,, +DMA,Dominica,2000,4787.7803,,, +DMA,Dominica,2001,4883.7236,,, +DMA,Dominica,2002,4771.041,,, +DMA,Dominica,2003,4897.4419,,, +DMA,Dominica,2004,5217.2305,,, +DMA,Dominica,2005,5160.2241,,, +DMA,Dominica,2006,5518.3989,,, +DMA,Dominica,2007,5952.0566,,, +DMA,Dominica,2008,6469.1455,,, +DMA,Dominica,2009,6902.8569,,, +DMA,Dominica,2010,6967.2451,,, +DMA,Dominica,2011,7065.0532,,, +DMA,Dominica,2012,6848.418,,, +DMA,Dominica,2013,7068.5356,,, +DMA,Dominica,2014,7364.9966,,, +DMA,Dominica,2015,7597.7505,,, +DMA,Dominica,2016,8070.291,,, +DMA,Dominica,2017,6951.3037,,, +DMA,Dominica,2018,7031.71,,, +DNK,Denmark,1960,1364.5172,,, +DNK,Denmark,1961,1503.537,,, +DNK,Denmark,1962,1681.0299,,, +DNK,Denmark,1963,1775.3704,,, +DNK,Denmark,1964,2013.243,,, +DNK,Denmark,1965,2243.9316,,, +DNK,Denmark,1966,2443.2598,,, +DNK,Denmark,1967,2644.7866,,, +DNK,Denmark,1968,2712.6123,,, +DNK,Denmark,1969,3068.2368,,, +DNK,Denmark,1970,3464.4551,,, +DNK,Denmark,1971,3845.5061,,, +DNK,Denmark,1972,4654.2988,,, +DNK,Denmark,1973,6119.3701,,, +DNK,Denmark,1974,6770.75,,, +DNK,Denmark,1975,7999.1128,,, +DNK,Denmark,1976,8787.5898,,, +DNK,Denmark,1977,9783.8516,,, +DNK,Denmark,1978,11826.019,,, +DNK,Denmark,1979,13751.999,,, +DNK,Denmark,1980,13883.887,,, +DNK,Denmark,1981,12081.801,,, +DNK,Denmark,1982,11804.433,,, +DNK,Denmark,1983,11857.893,,, +DNK,Denmark,1984,11562.919,,, +DNK,Denmark,1985,12253.101,,, +DNK,Denmark,1986,17201.088,,, +DNK,Denmark,1987,21340.729,,, +DNK,Denmark,1988,22527.047,,, +DNK,Denmark,1989,21901.055,,, +DNK,Denmark,1990,26891.447,,, +DNK,Denmark,1991,27011.377,,, +DNK,Denmark,1992,29569.66,,, +DNK,Denmark,1993,27597.975,,, +DNK,Denmark,1994,29995.58,,, +DNK,Denmark,1995,35351.367,,, +DNK,Denmark,1996,35650.715,,, +DNK,Denmark,1997,32835.941,,, +DNK,Denmark,1998,33368.141,,, +DNK,Denmark,1999,33440.793,,, +DNK,Denmark,2000,30743.547,,, +DNK,Denmark,2001,30751.654,,, +DNK,Denmark,2002,33228.695,,, +DNK,Denmark,2003,40458.777,.2,.5,.5 +DNK,Denmark,2004,46511.598,.2,.2,.5 +DNK,Denmark,2005,48799.824,.2,.2,.5 +DNK,Denmark,2006,52027,.2,.2,.2 +DNK,Denmark,2007,58487.055,0,.2,.5 +DNK,Denmark,2008,64322.063,.2,.2,.69999999 +DNK,Denmark,2009,58163.277,.5,.69999999,1 +DNK,Denmark,2010,58041.398,0,0,.2 +DNK,Denmark,2011,61753.648,0,0,.69999999 +DNK,Denmark,2012,58507.508,0,0,.2 +DNK,Denmark,2013,61191.195,.2,.40000001,.69999999 +DNK,Denmark,2014,62548.984,.2,.2,.69999999 +DNK,Denmark,2015,53254.855,.2,.2,.5 +DNK,Denmark,2016,54467.105,,, +DNK,Denmark,2017,57218.855,,, +DNK,Denmark,2018,60726.465,,, +DOM,Dominican Republic,1960,204.11475,,, +DOM,Dominican Republic,1961,192.02773,,, +DOM,Dominican Republic,1962,234.05164,,, +DOM,Dominican Republic,1963,258.59586,,, +DOM,Dominican Republic,1964,272.97415,,, +DOM,Dominican Republic,1965,229.02368,,, +DOM,Dominican Republic,1966,245.98755,,, +DOM,Dominican Republic,1967,250.9767,,, +DOM,Dominican Republic,1968,254.05186,,, +DOM,Dominican Republic,1969,281.37781,,, +DOM,Dominican Republic,1970,330.13165,,, +DOM,Dominican Republic,1971,360.15222,,, +DOM,Dominican Republic,1972,417.91971,,, +DOM,Dominican Republic,1973,480.05298,,, +DOM,Dominican Republic,1974,583.48419,,, +DOM,Dominican Republic,1975,699.60229,,, +DOM,Dominican Republic,1976,748.99017,,, +DOM,Dominican Republic,1977,848.28479,,, +DOM,Dominican Republic,1978,854.64807,,, +DOM,Dominican Republic,1979,969.49872,,, +DOM,Dominican Republic,1980,1164.9526,,, +DOM,Dominican Republic,1981,1273.8235,,, +DOM,Dominican Republic,1982,1362.5105,,, +DOM,Dominican Republic,1983,1487.2749,,, +DOM,Dominican Republic,1984,1831.0853,,, +DOM,Dominican Republic,1985,780.38586,,, +DOM,Dominican Republic,1986,928.03296,5.1999998,13.5,28.4 +DOM,Dominican Republic,1987,865.83136,,, +DOM,Dominican Republic,1988,783.03503,,, +DOM,Dominican Republic,1989,955.51587,13.4,30.799999,54.700001 +DOM,Dominican Republic,1990,991.61444,,, +DOM,Dominican Republic,1991,1338.896,,, +DOM,Dominican Republic,1992,1532.9032,5.3000002,17.700001,40.700001 +DOM,Dominican Republic,1993,1733.4005,,, +DOM,Dominican Republic,1994,1908.4847,,, +DOM,Dominican Republic,1995,2122.7976,,, +DOM,Dominican Republic,1996,2293.7551,4.9000001,13.4,32 +DOM,Dominican Republic,1997,2476.1135,5.1999998,12.6,29.6 +DOM,Dominican Republic,1998,2638.3494,,, +DOM,Dominican Republic,1999,2653.344,,, +DOM,Dominican Republic,2000,2869.106,5.5,12.9,30.200001 +DOM,Dominican Republic,2001,2977.1484,3.9000001,12.3,30.1 +DOM,Dominican Republic,2002,3136.1553,5.5999999,14,30.6 +DOM,Dominican Republic,2003,2445.4358,6.5999999,17.1,38.5 +DOM,Dominican Republic,2004,2528.5771,8.5,22.4,45.700001 +DOM,Dominican Republic,2005,3970.3228,5.5999999,16.4,36.799999 +DOM,Dominican Republic,2006,4134.6836,4.3000002,13.7,33.599998 +DOM,Dominican Republic,2007,4729.6646,4.3000002,13.3,33.299999 +DOM,Dominican Republic,2008,5105.5811,3.7,13.7,34.400002 +DOM,Dominican Republic,2009,5051.4653,3.0999999,12.2,31.700001 +DOM,Dominican Republic,2010,5568.0469,2.5,12,31.700001 +DOM,Dominican Republic,2011,5891.1592,2.9000001,10.4,31 +DOM,Dominican Republic,2012,6107.9775,2.5999999,11.1,30.700001 +DOM,Dominican Republic,2013,6236.1045,2.2,10,29.799999 +DOM,Dominican Republic,2014,6499.1499,2.0999999,7.8000002,25.1 +DOM,Dominican Republic,2015,6691.7168,1.8,6.4000001,21.700001 +DOM,Dominican Republic,2016,6957.5645,1.6,5.9000001,19.9 +DOM,Dominican Republic,2017,7222.5542,,, +DOM,Dominican Republic,2018,7650.0728,,, +DZA,Algeria,1960,246.30876,,, +DZA,Algeria,1961,214.77628,,, +DZA,Algeria,1962,172.246,,, +DZA,Algeria,1963,226.89999,,, +DZA,Algeria,1964,238.04854,,, +DZA,Algeria,1965,249.88348,,, +DZA,Algeria,1966,235.59811,,, +DZA,Algeria,1967,253.92365,,, +DZA,Algeria,1968,281.92575,,, +DZA,Algeria,1969,302.75232,,, +DZA,Algeria,1970,336.22485,,, +DZA,Algeria,1971,341.38898,,, +DZA,Algeria,1972,442.35187,,, +DZA,Algeria,1973,554.75513,,, +DZA,Algeria,1974,817.98828,,, +DZA,Algeria,1975,936.79004,,, +DZA,Algeria,1976,1037.6071,,, +DZA,Algeria,1977,1192.7439,,, +DZA,Algeria,1978,1456.4194,,, +DZA,Algeria,1979,1782.698,,, +DZA,Algeria,1980,2202.9973,,, +DZA,Algeria,1981,2237.0864,,, +DZA,Algeria,1982,2210.302,,, +DZA,Algeria,1983,2312.6555,,, +DZA,Algeria,1984,2467.3464,,, +DZA,Algeria,1985,2582.8796,,, +DZA,Algeria,1986,2757.1306,,, +DZA,Algeria,1987,2807.3303,,, +DZA,Algeria,1988,2417.3767,6.4000001,24.9,57.599998 +DZA,Algeria,1989,2215.8477,,, +DZA,Algeria,1990,2408.6887,,, +DZA,Algeria,1991,1731.6113,,, +DZA,Algeria,1992,1776.0366,,, +DZA,Algeria,1993,1807.3285,,, +DZA,Algeria,1994,1507.8654,,, +DZA,Algeria,1995,1452.2694,5.8000002,23.9,55.099998 +DZA,Algeria,1996,1603.9379,,, +DZA,Algeria,1997,1619.8063,,, +DZA,Algeria,1998,1596.0037,,, +DZA,Algeria,1999,1588.3463,,, +DZA,Algeria,2000,1765.0226,,, +DZA,Algeria,2001,1740.6067,,, +DZA,Algeria,2002,1781.8269,,, +DZA,Algeria,2003,2103.3813,,, +DZA,Algeria,2004,2609.9526,,, +DZA,Algeria,2005,3113.0947,,, +DZA,Algeria,2006,3478.7104,,, +DZA,Algeria,2007,3950.5137,,, +DZA,Algeria,2008,4923.6309,,, +DZA,Algeria,2009,3883.2712,,, +DZA,Algeria,2010,4480.7856,,, +DZA,Algeria,2011,5455.8423,.5,3.9000001,29.200001 +DZA,Algeria,2012,5592.2217,,, +DZA,Algeria,2013,5499.5879,,, +DZA,Algeria,2014,5493.0566,,, +DZA,Algeria,2015,4177.8892,,, +DZA,Algeria,2016,3948.812,,, +DZA,Algeria,2017,4048.2852,,, +DZA,Algeria,2018,4278.8501,,, +ECU,Ecuador,1960,455.46158,,, +ECU,Ecuador,1961,375.22162,,, +ECU,Ecuador,1962,315.68823,,, +ECU,Ecuador,1963,368.62994,,, +ECU,Ecuador,1964,440.55972,,, +ECU,Ecuador,1965,455.19809,,, +ECU,Ecuador,1966,449.92029,,, +ECU,Ecuador,1967,459.27887,,, +ECU,Ecuador,1968,450.99979,,, +ECU,Ecuador,1969,527.90045,,, +ECU,Ecuador,1970,471.63071,,, +ECU,Ecuador,1971,440.85736,,, +ECU,Ecuador,1972,495.53577,,, +ECU,Ecuador,1973,588.33679,,, +ECU,Ecuador,1974,970.01141,,, +ECU,Ecuador,1975,1105.42,,, +ECU,Ecuador,1976,1264.9128,,, +ECU,Ecuador,1977,1493.3313,,, +ECU,Ecuador,1978,1572.4014,,, +ECU,Ecuador,1979,1821.0476,,, +ECU,Ecuador,1980,2238.2148,,, +ECU,Ecuador,1981,2660.6116,,, +ECU,Ecuador,1982,2369.9504,,, +ECU,Ecuador,1983,1988.7874,,, +ECU,Ecuador,1984,1912.4315,,, +ECU,Ecuador,1985,1891.5605,,, +ECU,Ecuador,1986,1648.0157,,, +ECU,Ecuador,1987,1464.4933,17.6,32.400002,55.200001 +ECU,Ecuador,1988,1337.8895,,, +ECU,Ecuador,1989,1390.2131,,, +ECU,Ecuador,1990,1489.5295,,, +ECU,Ecuador,1991,1622.2083,,, +ECU,Ecuador,1992,1688.5051,,, +ECU,Ecuador,1993,1727.754,,, +ECU,Ecuador,1994,2026.1127,17.1,34.700001,60.700001 +ECU,Ecuador,1995,2132.907,,, +ECU,Ecuador,1996,2155.5173,,, +ECU,Ecuador,1997,2356.3708,,, +ECU,Ecuador,1998,2293.8896,15.7,35.700001,60.799999 +ECU,Ecuador,1999,1578.9336,21.799999,40.200001,63.400002 +ECU,Ecuador,2000,1445.2793,28.200001,49.900002,72.699997 +ECU,Ecuador,2001,1894.6151,,, +ECU,Ecuador,2002,2172.1018,,, +ECU,Ecuador,2003,2425.8518,14.5,30.1,53.299999 +ECU,Ecuador,2004,2691.2781,15,31.9,54.599998 +ECU,Ecuador,2005,3002.137,12.1,25.700001,46.900002 +ECU,Ecuador,2006,3328.8831,8.1000004,19.799999,41.200001 +ECU,Ecuador,2007,3567.8364,8.5,19.200001,40.400002 +ECU,Ecuador,2008,4249.019,7.5,18.1,38.200001 +ECU,Ecuador,2009,4231.6157,7.1999998,17.200001,38.200001 +ECU,Ecuador,2010,4633.5903,5.5999999,14.7,34.299999 +ECU,Ecuador,2011,5200.5557,4.6999998,12.2,30.200001 +ECU,Ecuador,2012,5682.0449,4.5,11.4,27.5 +ECU,Ecuador,2013,6056.3311,3.2,10.1,26.9 +ECU,Ecuador,2014,6377.0913,2.5999999,8.6000004,23.799999 +ECU,Ecuador,2015,6124.4917,3.4000001,9.3999996,24.700001 +ECU,Ecuador,2016,6060.0933,3.5999999,9.3999996,23.9 +ECU,Ecuador,2017,6213.5015,3.2,8.6999998,23.200001 +ECU,Ecuador,2018,6344.8721,,, +EGY,"Egypt, Arab Rep.",1960,,,, +EGY,"Egypt, Arab Rep.",1961,,,, +EGY,"Egypt, Arab Rep.",1962,,,, +EGY,"Egypt, Arab Rep.",1963,,,, +EGY,"Egypt, Arab Rep.",1964,,,, +EGY,"Egypt, Arab Rep.",1965,162.60849,,, +EGY,"Egypt, Arab Rep.",1966,168.96323,,, +EGY,"Egypt, Arab Rep.",1967,174.86259,,, +EGY,"Egypt, Arab Rep.",1968,180.41087,,, +EGY,"Egypt, Arab Rep.",1969,193.58598,,, +EGY,"Egypt, Arab Rep.",1970,233.01372,,, +EGY,"Egypt, Arab Rep.",1971,243.80679,,, +EGY,"Egypt, Arab Rep.",1972,257.58871,,, +EGY,"Egypt, Arab Rep.",1973,273.69858,,, +EGY,"Egypt, Arab Rep.",1974,244.74721,,, +EGY,"Egypt, Arab Rep.",1975,301.74936,,, +EGY,"Egypt, Arab Rep.",1976,337.77438,,, +EGY,"Egypt, Arab Rep.",1977,357.07794,,, +EGY,"Egypt, Arab Rep.",1978,358.84772,,, +EGY,"Egypt, Arab Rep.",1979,426.34647,,, +EGY,"Egypt, Arab Rep.",1980,500.35504,,, +EGY,"Egypt, Arab Rep.",1981,498.55911,,, +EGY,"Egypt, Arab Rep.",1982,607.28149,,, +EGY,"Egypt, Arab Rep.",1983,662.68726,,, +EGY,"Egypt, Arab Rep.",1984,708.19574,,, +EGY,"Egypt, Arab Rep.",1985,792.82397,,, +EGY,"Egypt, Arab Rep.",1986,815.24878,,, +EGY,"Egypt, Arab Rep.",1987,778.11682,,, +EGY,"Egypt, Arab Rep.",1988,655.06775,,, +EGY,"Egypt, Arab Rep.",1989,725.62976,,, +EGY,"Egypt, Arab Rep.",1990,765.64203,7.4000001,37.900002,77.099998 +EGY,"Egypt, Arab Rep.",1991,651.07758,,, +EGY,"Egypt, Arab Rep.",1992,713.45251,,, +EGY,"Egypt, Arab Rep.",1993,777.85773,,, +EGY,"Egypt, Arab Rep.",1994,849.45251,,, +EGY,"Egypt, Arab Rep.",1995,965.11072,4.5999999,38.599998,80 +EGY,"Egypt, Arab Rep.",1996,1063.3331,,, +EGY,"Egypt, Arab Rep.",1997,1208.7198,,, +EGY,"Egypt, Arab Rep.",1998,1281.3967,,, +EGY,"Egypt, Arab Rep.",1999,1343.552,2,24.1,68.099998 +EGY,"Egypt, Arab Rep.",2000,1450.4762,,, +EGY,"Egypt, Arab Rep.",2001,1391.7079,,, +EGY,"Egypt, Arab Rep.",2002,1228.938,,, +EGY,"Egypt, Arab Rep.",2003,1138.6647,,, +EGY,"Egypt, Arab Rep.",2004,1063.0037,4.4000001,32.599998,75.800003 +EGY,"Egypt, Arab Rep.",2005,1187.5197,,, +EGY,"Egypt, Arab Rep.",2006,1398.1907,,, +EGY,"Egypt, Arab Rep.",2007,1667.8438,,, +EGY,"Egypt, Arab Rep.",2008,2044.5278,3.9000001,30.700001,75.300003 +EGY,"Egypt, Arab Rep.",2009,2329.2395,,, +EGY,"Egypt, Arab Rep.",2010,2644.8171,1.7,21.4,68 +EGY,"Egypt, Arab Rep.",2011,2791.9551,,, +EGY,"Egypt, Arab Rep.",2012,3232.6489,1.3,16.799999,65.099998 +EGY,"Egypt, Arab Rep.",2013,3264.3789,,, +EGY,"Egypt, Arab Rep.",2014,3378.8313,,, +EGY,"Egypt, Arab Rep.",2015,3598.9709,1.3,16.1,61.900002 +EGY,"Egypt, Arab Rep.",2016,3525.0203,,, +EGY,"Egypt, Arab Rep.",2017,2440.5103,,, +EGY,"Egypt, Arab Rep.",2018,2549.1394,,, +ERI,Eritrea,1960,,,, +ERI,Eritrea,1961,,,, +ERI,Eritrea,1962,,,, +ERI,Eritrea,1963,,,, +ERI,Eritrea,1964,,,, +ERI,Eritrea,1965,,,, +ERI,Eritrea,1966,,,, +ERI,Eritrea,1967,,,, +ERI,Eritrea,1968,,,, +ERI,Eritrea,1969,,,, +ERI,Eritrea,1970,,,, +ERI,Eritrea,1971,,,, +ERI,Eritrea,1972,,,, +ERI,Eritrea,1973,,,, +ERI,Eritrea,1974,,,, +ERI,Eritrea,1975,,,, +ERI,Eritrea,1976,,,, +ERI,Eritrea,1977,,,, +ERI,Eritrea,1978,,,, +ERI,Eritrea,1979,,,, +ERI,Eritrea,1980,,,, +ERI,Eritrea,1981,,,, +ERI,Eritrea,1982,,,, +ERI,Eritrea,1983,,,, +ERI,Eritrea,1984,,,, +ERI,Eritrea,1985,,,, +ERI,Eritrea,1986,,,, +ERI,Eritrea,1987,,,, +ERI,Eritrea,1988,,,, +ERI,Eritrea,1989,,,, +ERI,Eritrea,1990,,,, +ERI,Eritrea,1991,,,, +ERI,Eritrea,1992,211.33173,,, +ERI,Eritrea,1993,208.99995,,, +ERI,Eritrea,1994,239.66873,,, +ERI,Eritrea,1995,262.23114,,, +ERI,Eritrea,1996,315.7511,,, +ERI,Eritrea,1997,312.72626,,, +ERI,Eritrea,1998,337.88766,,, +ERI,Eritrea,1999,307.91086,,, +ERI,Eritrea,2000,308.13379,,, +ERI,Eritrea,2001,316.82382,,, +ERI,Eritrea,2002,293.95578,,, +ERI,Eritrea,2003,334.58545,,, +ERI,Eritrea,2004,407.76999,,, +ERI,Eritrea,2005,388.59512,,, +ERI,Eritrea,2006,415.03659,,, +ERI,Eritrea,2007,439.8327,,, +ERI,Eritrea,2008,450.63284,,, +ERI,Eritrea,2009,595.10999,,, +ERI,Eritrea,2010,667.7442,,, +ERI,Eritrea,2011,811.37604,,, +ERI,Eritrea,2012,,,, +ERI,Eritrea,2013,,,, +ERI,Eritrea,2014,,,, +ERI,Eritrea,2015,,,, +ERI,Eritrea,2016,,,, +ERI,Eritrea,2017,,,, +ERI,Eritrea,2018,,,, +ESP,Spain,1960,396.39224,,, +ESP,Spain,1961,450.05328,,, +ESP,Spain,1962,520.20612,,, +ESP,Spain,1963,609.48737,,, +ESP,Spain,1964,675.24164,,, +ESP,Spain,1965,774.7616,,, +ESP,Spain,1966,889.65985,,, +ESP,Spain,1967,968.30676,,, +ESP,Spain,1968,950.54572,,, +ESP,Spain,1969,1077.6787,,, +ESP,Spain,1970,1208.9967,,, +ESP,Spain,1971,1358.4657,,, +ESP,Spain,1972,1704.1674,,, +ESP,Spain,1973,2241.4487,,, +ESP,Spain,1974,2742.4556,,, +ESP,Spain,1975,3201.1191,,, +ESP,Spain,1976,3270.4058,,, +ESP,Spain,1977,3617.7378,,, +ESP,Spain,1978,4344.6069,,, +ESP,Spain,1979,5754.542,,, +ESP,Spain,1980,6191.7148,,, +ESP,Spain,1981,5356.5776,,, +ESP,Spain,1982,5145.6943,,, +ESP,Spain,1983,4466.3364,,, +ESP,Spain,1984,4477.7939,,, +ESP,Spain,1985,4686.8911,,, +ESP,Spain,1986,6495.812,,, +ESP,Spain,1987,8217.2344,,, +ESP,Spain,1988,9676.7695,,, +ESP,Spain,1989,10652.958,,, +ESP,Spain,1990,13767.382,,, +ESP,Spain,1991,14771.672,,, +ESP,Spain,1992,16068.427,,, +ESP,Spain,1993,13303.676,,, +ESP,Spain,1994,13378.85,,, +ESP,Spain,1995,15429.939,,, +ESP,Spain,1996,16069.207,,, +ESP,Spain,1997,14696.216,,, +ESP,Spain,1998,15340.332,,, +ESP,Spain,1999,15678.215,,, +ESP,Spain,2000,14676.706,,, +ESP,Spain,2001,15323.611,,, +ESP,Spain,2002,17019.535,,, +ESP,Spain,2003,21495.707,.69999999,1.2,2 +ESP,Spain,2004,24918.646,.69999999,1.2,2 +ESP,Spain,2005,26510.717,.69999999,1,2.0999999 +ESP,Spain,2006,28482.609,.69999999,1.2,2.2 +ESP,Spain,2007,32709.4,.40000001,.69999999,1.5 +ESP,Spain,2008,35579.309,.5,1,1.7 +ESP,Spain,2009,32334.006,.69999999,1,2.2 +ESP,Spain,2010,30736.627,.69999999,1,2.2 +ESP,Spain,2011,31835.289,1.2,1.7,2.7 +ESP,Spain,2012,28563.859,1,1.5,2.9000001 +ESP,Spain,2013,29211.773,1.2,1.7,3.2 +ESP,Spain,2014,29623.164,.69999999,1.5,2.9000001 +ESP,Spain,2015,25817.387,1,1.5,3.2 +ESP,Spain,2016,26622.299,,, +ESP,Spain,2017,28208.262,,, +ESP,Spain,2018,30523.859,,, +EST,Estonia,1960,,,, +EST,Estonia,1961,,,, +EST,Estonia,1962,,,, +EST,Estonia,1963,,,, +EST,Estonia,1964,,,, +EST,Estonia,1965,,,, +EST,Estonia,1966,,,, +EST,Estonia,1967,,,, +EST,Estonia,1968,,,, +EST,Estonia,1969,,,, +EST,Estonia,1970,,,, +EST,Estonia,1971,,,, +EST,Estonia,1972,,,, +EST,Estonia,1973,,,, +EST,Estonia,1974,,,, +EST,Estonia,1975,,,, +EST,Estonia,1976,,,, +EST,Estonia,1977,,,, +EST,Estonia,1978,,,, +EST,Estonia,1979,,,, +EST,Estonia,1980,,,, +EST,Estonia,1981,,,, +EST,Estonia,1982,,,, +EST,Estonia,1983,,,, +EST,Estonia,1984,,,, +EST,Estonia,1985,,,, +EST,Estonia,1986,,,, +EST,Estonia,1987,,,, +EST,Estonia,1988,,,, +EST,Estonia,1989,,,, +EST,Estonia,1990,,,, +EST,Estonia,1991,,,, +EST,Estonia,1992,,,, +EST,Estonia,1993,,1.3,6.4000001,25.5 +EST,Estonia,1994,,,, +EST,Estonia,1995,3044.3838,,, +EST,Estonia,1996,3352.7336,,, +EST,Estonia,1997,3619.9456,,, +EST,Estonia,1998,4052.2922,,, +EST,Estonia,1999,4119.3472,,, +EST,Estonia,2000,4070.0327,,, +EST,Estonia,2001,4498.957,,, +EST,Estonia,2002,5308.3477,,, +EST,Estonia,2003,7174.2373,2.5,5.1999998,13.5 +EST,Estonia,2004,8850.4648,1,3,9.1999998 +EST,Estonia,2005,10338.313,.69999999,2,6 +EST,Estonia,2006,12595.411,.69999999,1.5,3.7 +EST,Estonia,2007,16586.404,.5,.69999999,2.5 +EST,Estonia,2008,18094.549,.5,1,2.2 +EST,Estonia,2009,14726.318,.5,1.2,3.2 +EST,Estonia,2010,14638.604,.69999999,1.7,4.1999998 +EST,Estonia,2011,17454.844,1,1.7,3.7 +EST,Estonia,2012,17421.891,.69999999,1.5,3.7 +EST,Estonia,2013,19072.238,1,1.5,3.7 +EST,Estonia,2014,20247.199,.69999999,1.2,3.2 +EST,Estonia,2015,17412.449,.5,1,2 +EST,Estonia,2016,18228.059,,, +EST,Estonia,2017,20200.375,,, +EST,Estonia,2018,22927.744,,, +ETH,Ethiopia,1960,,,, +ETH,Ethiopia,1961,,,, +ETH,Ethiopia,1962,,,, +ETH,Ethiopia,1963,,,, +ETH,Ethiopia,1964,,,, +ETH,Ethiopia,1965,,,, +ETH,Ethiopia,1966,,,, +ETH,Ethiopia,1967,,,, +ETH,Ethiopia,1968,,,, +ETH,Ethiopia,1969,,,, +ETH,Ethiopia,1970,,,, +ETH,Ethiopia,1971,,,, +ETH,Ethiopia,1972,,,, +ETH,Ethiopia,1973,,,, +ETH,Ethiopia,1974,,,, +ETH,Ethiopia,1975,,,, +ETH,Ethiopia,1976,,,, +ETH,Ethiopia,1977,,,, +ETH,Ethiopia,1978,,,, +ETH,Ethiopia,1979,,,, +ETH,Ethiopia,1980,,,, +ETH,Ethiopia,1981,203.55702,,, +ETH,Ethiopia,1982,208.34238,,, +ETH,Ethiopia,1983,224.62743,,, +ETH,Ethiopia,1984,205.62378,,, +ETH,Ethiopia,1985,233.21872,,, +ETH,Ethiopia,1986,234.68219,,, +ETH,Ethiopia,1987,242.96158,,, +ETH,Ethiopia,1988,243.73587,,, +ETH,Ethiopia,1989,248.0228,,, +ETH,Ethiopia,1990,254.24326,,, +ETH,Ethiopia,1991,271.39441,,, +ETH,Ethiopia,1992,204.0502,,, +ETH,Ethiopia,1993,165.69319,,, +ETH,Ethiopia,1994,125.54957,,, +ETH,Ethiopia,1995,134.34296,71.099998,89.599998,96.400002 +ETH,Ethiopia,1996,145.1669,,, +ETH,Ethiopia,1997,141.50862,,, +ETH,Ethiopia,1998,125.07614,,, +ETH,Ethiopia,1999,119.68407,61.200001,90.400002,97.599998 +ETH,Ethiopia,2000,124.4608,,, +ETH,Ethiopia,2001,120.76579,,, +ETH,Ethiopia,2002,111.92722,,, +ETH,Ethiopia,2003,119.49039,,, +ETH,Ethiopia,2004,136.46626,37.200001,78.699997,95.599998 +ETH,Ethiopia,2005,162.43272,,, +ETH,Ethiopia,2006,194.68742,,, +ETH,Ethiopia,2007,244.28604,,, +ETH,Ethiopia,2008,326.43683,,, +ETH,Ethiopia,2009,380.56906,,, +ETH,Ethiopia,2010,341.55411,33.5,73.099998,93.099998 +ETH,Ethiopia,2011,354.47958,,, +ETH,Ethiopia,2012,467.07794,,, +ETH,Ethiopia,2013,499.53159,,, +ETH,Ethiopia,2014,566.92645,,, +ETH,Ethiopia,2015,639.30438,30.799999,68.900002,90.199997 +ETH,Ethiopia,2016,716.88007,,, +ETH,Ethiopia,2017,768.01044,,, +ETH,Ethiopia,2018,772.31226,,, +FIN,Finland,1960,1179.353,,, +FIN,Finland,1961,1327.4272,,, +FIN,Finland,1962,1411.7024,,, +FIN,Finland,1963,1522.3192,,, +FIN,Finland,1964,1707.5039,,, +FIN,Finland,1965,1882.0869,,, +FIN,Finland,1966,2010.2135,,, +FIN,Finland,1967,2034.1891,,, +FIN,Finland,1968,1907.0773,,, +FIN,Finland,1969,2178.0352,,, +FIN,Finland,1970,2467.4763,,, +FIN,Finland,1971,2718.2075,,, +FIN,Finland,1972,3180.0059,,, +FIN,Finland,1973,4176.2729,,, +FIN,Finland,1974,5301.543,,, +FIN,Finland,1975,6260.1914,,, +FIN,Finland,1976,6744.6968,,, +FIN,Finland,1977,7074.3564,,, +FIN,Finland,1978,7634.4824,,, +FIN,Finland,1979,9339.1768,,, +FIN,Finland,1980,11232.274,,, +FIN,Finland,1981,10934.568,,, +FIN,Finland,1982,10945.277,,, +FIN,Finland,1983,10505.834,,, +FIN,Finland,1984,10841.567,,, +FIN,Finland,1985,11405.934,,, +FIN,Finland,1986,14962.255,,, +FIN,Finland,1987,18580.658,,, +FIN,Finland,1988,22056.701,,, +FIN,Finland,1989,23983.846,,, +FIN,Finland,1990,28380.549,,, +FIN,Finland,1991,25503.215,,, +FIN,Finland,1992,22337.486,,, +FIN,Finland,1993,17617.031,,, +FIN,Finland,1994,20305.584,,, +FIN,Finland,1995,26273.467,,, +FIN,Finland,1996,25777.641,,, +FIN,Finland,1997,24676.498,,, +FIN,Finland,1998,25989.408,,, +FIN,Finland,1999,26178.791,,, +FIN,Finland,2000,24253.25,,, +FIN,Finland,2001,24913.244,,, +FIN,Finland,2002,26834.025,,, +FIN,Finland,2003,32816.16,0,0,.2 +FIN,Finland,2004,37636.113,0,0,.2 +FIN,Finland,2005,38969.172,0,0,.2 +FIN,Finland,2006,41120.676,0,0,.2 +FIN,Finland,2007,48288.551,0,0,.2 +FIN,Finland,2008,53401.316,0,0,.2 +FIN,Finland,2009,47107.156,0,0,.2 +FIN,Finland,2010,46202.414,0,0,.2 +FIN,Finland,2011,50790.723,0,0,0 +FIN,Finland,2012,47415.559,0,0,.2 +FIN,Finland,2013,49638.078,0,0,.2 +FIN,Finland,2014,49914.617,0,0,.2 +FIN,Finland,2015,42494.656,0,0,.2 +FIN,Finland,2016,43493.418,,, +FIN,Finland,2017,45809.973,,, +FIN,Finland,2018,49648.148,,, +FJI,Fiji,1960,285.47357,,, +FJI,Fiji,1961,287.26352,,, +FJI,Fiji,1962,291.47885,,, +FJI,Fiji,1963,296.71512,,, +FJI,Fiji,1964,310.80951,,, +FJI,Fiji,1965,317.01486,,, +FJI,Fiji,1966,316.1265,,, +FJI,Fiji,1967,333.26276,,, +FJI,Fiji,1968,334.61526,,, +FJI,Fiji,1969,357.42719,,, +FJI,Fiji,1970,422.38672,,, +FJI,Fiji,1971,466.01395,,, +FJI,Fiji,1972,583.31769,,, +FJI,Fiji,1973,768.69543,,, +FJI,Fiji,1974,987.92902,,, +FJI,Fiji,1975,1186.676,,, +FJI,Fiji,1976,1182.1022,,, +FJI,Fiji,1977,1202.6373,,, +FJI,Fiji,1978,1360.7854,,, +FJI,Fiji,1979,1640.5543,,, +FJI,Fiji,1980,1892.8917,,, +FJI,Fiji,1981,1898.4025,,, +FJI,Fiji,1982,1786.6993,,, +FJI,Fiji,1983,1638.3839,,, +FJI,Fiji,1984,1681.6931,,, +FJI,Fiji,1985,1603.3298,,, +FJI,Fiji,1986,1795.3779,,, +FJI,Fiji,1987,1631.9423,,, +FJI,Fiji,1988,1535.3865,,, +FJI,Fiji,1989,1632.2058,,, +FJI,Fiji,1990,1835.1281,,, +FJI,Fiji,1991,1881.7542,,, +FJI,Fiji,1992,2057.5781,,, +FJI,Fiji,1993,2166.2334,,, +FJI,Fiji,1994,2384.0957,,, +FJI,Fiji,1995,2540.9907,,, +FJI,Fiji,1996,2714.5649,,, +FJI,Fiji,1997,2641.4778,,, +FJI,Fiji,1998,2070.5747,,, +FJI,Fiji,1999,2408.7358,,, +FJI,Fiji,2000,2076.5688,,, +FJI,Fiji,2001,2039.6257,,, +FJI,Fiji,2002,2260.2583,4.9000001,21.799999,53.799999 +FJI,Fiji,2003,2837.8923,,, +FJI,Fiji,2004,3334.9316,,, +FJI,Fiji,2005,3659.5793,,, +FJI,Fiji,2006,3747.8606,,, +FJI,Fiji,2007,4072.1016,,, +FJI,Fiji,2008,4167.6704,3.5,17,50.900002 +FJI,Fiji,2009,3362.8167,,, +FJI,Fiji,2010,3652.5273,,, +FJI,Fiji,2011,4371.4575,,, +FJI,Fiji,2012,4591.5557,,, +FJI,Fiji,2013,4840.6938,1.4,14.1,48.599998 +FJI,Fiji,2014,5605.5703,,, +FJI,Fiji,2015,5390.7451,,, +FJI,Fiji,2016,5647.3472,,, +FJI,Fiji,2017,6006.3608,,, +FJI,Fiji,2018,6202.1621,,, +FRA,France,1960,1343.8274,,, +FRA,France,1961,1446.7815,,, +FRA,France,1962,1593.0275,,, +FRA,France,1963,1760.941,,, +FRA,France,1964,1927.797,,, +FRA,France,1965,2050.6748,,, +FRA,France,1966,2197.4348,,, +FRA,France,1967,2352.8167,,, +FRA,France,1968,2537.29,,, +FRA,France,1969,2729.2568,,, +FRA,France,1970,2857.2522,,, +FRA,France,1971,3169.0349,,, +FRA,France,1972,3854.5569,,, +FRA,France,1973,4969.7637,,, +FRA,France,1974,5328.2417,,, +FRA,France,1975,6690.5781,,, +FRA,France,1976,6866.8184,,, +FRA,France,1977,7532.5278,,, +FRA,France,1978,9264.7783,,, +FRA,France,1979,11179.631,,, +FRA,France,1980,12713.361,,, +FRA,France,1981,11104.978,,, +FRA,France,1982,10496.93,,, +FRA,France,1983,9993.4219,,, +FRA,France,1984,9419.6973,,, +FRA,France,1985,9763.3281,,, +FRA,France,1986,13540.247,,, +FRA,France,1987,16302.441,,, +FRA,France,1988,17679.996,,, +FRA,France,1989,17694.305,,, +FRA,France,1990,21793.842,,, +FRA,France,1991,21675.064,,, +FRA,France,1992,23813.711,,, +FRA,France,1993,22380.104,,, +FRA,France,1994,23496.523,,, +FRA,France,1995,26890.221,,, +FRA,France,1996,26871.828,,, +FRA,France,1997,24228.941,,, +FRA,France,1998,24974.271,,, +FRA,France,1999,24673.199,,, +FRA,France,2000,22364.029,,, +FRA,France,2001,22433.557,,, +FRA,France,2002,24177.336,,, +FRA,France,2003,29568.387,0,.2,.2 +FRA,France,2004,33741.266,0,0,.2 +FRA,France,2005,34760.188,0,0,.2 +FRA,France,2006,36443.625,0,0,.2 +FRA,France,2007,41508.434,0,0,0 +FRA,France,2008,45334.113,0,0,0 +FRA,France,2009,41575.418,0,.2,.2 +FRA,France,2010,40638.336,0,.2,.2 +FRA,France,2011,43790.73,0,0,.2 +FRA,France,2012,40874.703,0,0,.2 +FRA,France,2013,42592.934,0,0,.2 +FRA,France,2014,43008.648,0,0,.2 +FRA,France,2015,36613.375,0,.2,.2 +FRA,France,2016,36962.223,,, +FRA,France,2017,38679.129,,, +FRA,France,2018,41463.645,,, +FRO,Faroe Islands,1960,,,, +FRO,Faroe Islands,1961,,,, +FRO,Faroe Islands,1962,,,, +FRO,Faroe Islands,1963,,,, +FRO,Faroe Islands,1964,,,, +FRO,Faroe Islands,1965,,,, +FRO,Faroe Islands,1966,,,, +FRO,Faroe Islands,1967,,,, +FRO,Faroe Islands,1968,,,, +FRO,Faroe Islands,1969,,,, +FRO,Faroe Islands,1970,,,, +FRO,Faroe Islands,1971,,,, +FRO,Faroe Islands,1972,,,, +FRO,Faroe Islands,1973,,,, +FRO,Faroe Islands,1974,,,, +FRO,Faroe Islands,1975,,,, +FRO,Faroe Islands,1976,,,, +FRO,Faroe Islands,1977,,,, +FRO,Faroe Islands,1978,,,, +FRO,Faroe Islands,1979,,,, +FRO,Faroe Islands,1980,,,, +FRO,Faroe Islands,1981,,,, +FRO,Faroe Islands,1982,,,, +FRO,Faroe Islands,1983,,,, +FRO,Faroe Islands,1984,,,, +FRO,Faroe Islands,1985,,,, +FRO,Faroe Islands,1986,,,, +FRO,Faroe Islands,1987,,,, +FRO,Faroe Islands,1988,,,, +FRO,Faroe Islands,1989,,,, +FRO,Faroe Islands,1990,,,, +FRO,Faroe Islands,1991,,,, +FRO,Faroe Islands,1992,,,, +FRO,Faroe Islands,1993,,,, +FRO,Faroe Islands,1994,,,, +FRO,Faroe Islands,1995,,,, +FRO,Faroe Islands,1996,,,, +FRO,Faroe Islands,1997,,,, +FRO,Faroe Islands,1998,24034.246,,, +FRO,Faroe Islands,1999,24125.256,,, +FRO,Faroe Islands,2000,22653.316,,, +FRO,Faroe Islands,2001,24419.742,,, +FRO,Faroe Islands,2002,26732.791,,, +FRO,Faroe Islands,2003,31497.967,,, +FRO,Faroe Islands,2004,35467.176,,, +FRO,Faroe Islands,2005,36205.371,,, +FRO,Faroe Islands,2006,41522.543,,, +FRO,Faroe Islands,2007,47885.699,,, +FRO,Faroe Islands,2008,50866.082,,, +FRO,Faroe Islands,2009,47447.871,,, +FRO,Faroe Islands,2010,48530.234,,, +FRO,Faroe Islands,2011,52083.891,,, +FRO,Faroe Islands,2012,49459.719,,, +FRO,Faroe Islands,2013,54853.625,,, +FRO,Faroe Islands,2014,59440.031,,, +FRO,Faroe Islands,2015,52404.66,,, +FRO,Faroe Islands,2016,55822.914,,, +FRO,Faroe Islands,2017,,,, +FRO,Faroe Islands,2018,,,, +FSM,"Micronesia, Fed. Sts.",1960,,,, +FSM,"Micronesia, Fed. Sts.",1961,,,, +FSM,"Micronesia, Fed. Sts.",1962,,,, +FSM,"Micronesia, Fed. Sts.",1963,,,, +FSM,"Micronesia, Fed. Sts.",1964,,,, +FSM,"Micronesia, Fed. Sts.",1965,,,, +FSM,"Micronesia, Fed. Sts.",1966,,,, +FSM,"Micronesia, Fed. Sts.",1967,,,, +FSM,"Micronesia, Fed. Sts.",1968,,,, +FSM,"Micronesia, Fed. Sts.",1969,,,, +FSM,"Micronesia, Fed. Sts.",1970,,,, +FSM,"Micronesia, Fed. Sts.",1971,,,, +FSM,"Micronesia, Fed. Sts.",1972,,,, +FSM,"Micronesia, Fed. Sts.",1973,,,, +FSM,"Micronesia, Fed. Sts.",1974,,,, +FSM,"Micronesia, Fed. Sts.",1975,,,, +FSM,"Micronesia, Fed. Sts.",1976,,,, +FSM,"Micronesia, Fed. Sts.",1977,,,, +FSM,"Micronesia, Fed. Sts.",1978,,,, +FSM,"Micronesia, Fed. Sts.",1979,,,, +FSM,"Micronesia, Fed. Sts.",1980,,,, +FSM,"Micronesia, Fed. Sts.",1981,,,, +FSM,"Micronesia, Fed. Sts.",1982,,,, +FSM,"Micronesia, Fed. Sts.",1983,1320.8647,,, +FSM,"Micronesia, Fed. Sts.",1984,,,, +FSM,"Micronesia, Fed. Sts.",1985,,,, +FSM,"Micronesia, Fed. Sts.",1986,1276.4917,,, +FSM,"Micronesia, Fed. Sts.",1987,1296.9692,,, +FSM,"Micronesia, Fed. Sts.",1988,1355.6558,,, +FSM,"Micronesia, Fed. Sts.",1989,1437.4263,,, +FSM,"Micronesia, Fed. Sts.",1990,1528.5408,,, +FSM,"Micronesia, Fed. Sts.",1991,1682.6971,,, +FSM,"Micronesia, Fed. Sts.",1992,1756.6008,,, +FSM,"Micronesia, Fed. Sts.",1993,1909.2528,,, +FSM,"Micronesia, Fed. Sts.",1994,1909.8368,,, +FSM,"Micronesia, Fed. Sts.",1995,2065.5227,,, +FSM,"Micronesia, Fed. Sts.",1996,2020.3441,,, +FSM,"Micronesia, Fed. Sts.",1997,1907.2667,,, +FSM,"Micronesia, Fed. Sts.",1998,2029.8518,,, +FSM,"Micronesia, Fed. Sts.",1999,2047.3042,,, +FSM,"Micronesia, Fed. Sts.",2000,2171.5266,,, +FSM,"Micronesia, Fed. Sts.",2001,2239.8542,,, +FSM,"Micronesia, Fed. Sts.",2002,2256.7822,,, +FSM,"Micronesia, Fed. Sts.",2003,2294.4351,,, +FSM,"Micronesia, Fed. Sts.",2004,2251.7891,,, +FSM,"Micronesia, Fed. Sts.",2005,2357.0315,8.1000004,24.6,51.599998 +FSM,"Micronesia, Fed. Sts.",2006,2404.5735,,, +FSM,"Micronesia, Fed. Sts.",2007,2456.322,,, +FSM,"Micronesia, Fed. Sts.",2008,2538.7385,,, +FSM,"Micronesia, Fed. Sts.",2009,2718.7832,,, +FSM,"Micronesia, Fed. Sts.",2010,2881.3762,,, +FSM,"Micronesia, Fed. Sts.",2011,3001.4702,,, +FSM,"Micronesia, Fed. Sts.",2012,3120.6697,,, +FSM,"Micronesia, Fed. Sts.",2013,2983.5979,15.4,38.700001,69.099998 +FSM,"Micronesia, Fed. Sts.",2014,2959.6206,,, +FSM,"Micronesia, Fed. Sts.",2015,2894.345,,, +FSM,"Micronesia, Fed. Sts.",2016,2993.2007,,, +FSM,"Micronesia, Fed. Sts.",2017,3018.397,,, +FSM,"Micronesia, Fed. Sts.",2018,3058.4319,,, +GAB,Gabon,1960,282.41379,,, +GAB,Gabon,1961,331.43185,,, +GAB,Gabon,1962,357.52237,,, +GAB,Gabon,1963,298.4664,,, +GAB,Gabon,1964,410.90094,,, +GAB,Gabon,1965,424.61725,,, +GAB,Gabon,1966,452.66867,,, +GAB,Gabon,1967,490.09885,,, +GAB,Gabon,1968,520.47766,,, +GAB,Gabon,1969,550.72607,,, +GAB,Gabon,1970,549.4566,,, +GAB,Gabon,1971,635.49585,,, +GAB,Gabon,1972,703.7854,,, +GAB,Gabon,1973,1160.3107,,, +GAB,Gabon,1974,2432.8247,,, +GAB,Gabon,1975,3332.0046,,, +GAB,Gabon,1976,4550.0469,,, +GAB,Gabon,1977,4154.2749,,, +GAB,Gabon,1978,3452.6206,,, +GAB,Gabon,1979,4275.2573,,, +GAB,Gabon,1980,5892.1563,,, +GAB,Gabon,1981,5186.3701,,, +GAB,Gabon,1982,4736.0464,,, +GAB,Gabon,1983,4325.2705,,, +GAB,Gabon,1984,4423.5317,,, +GAB,Gabon,1985,4038.0637,,, +GAB,Gabon,1986,4004.0542,,, +GAB,Gabon,1987,3755.488,,, +GAB,Gabon,1988,4267.8193,,, +GAB,Gabon,1989,4532.166,,, +GAB,Gabon,1990,6268.9512,,, +GAB,Gabon,1991,5537.0098,,, +GAB,Gabon,1992,5578.0054,,, +GAB,Gabon,1993,4252.0283,,, +GAB,Gabon,1994,3963.8682,,, +GAB,Gabon,1995,4570.5923,,, +GAB,Gabon,1996,5116.146,,, +GAB,Gabon,1997,4667.1685,,, +GAB,Gabon,1998,3831.7808,,, +GAB,Gabon,1999,3888.8989,,, +GAB,Gabon,2000,4125.7168,,, +GAB,Gabon,2001,3989.5566,,, +GAB,Gabon,2002,4121.9585,,, +GAB,Gabon,2003,4922.3765,,, +GAB,Gabon,2004,5729.2969,,, +GAB,Gabon,2005,6888.627,8,25.799999,56.099998 +GAB,Gabon,2006,7214.9146,,, +GAB,Gabon,2007,8447.0781,,, +GAB,Gabon,2008,10212.819,,, +GAB,Gabon,2009,7690.0522,,, +GAB,Gabon,2010,8840.7305,,, +GAB,Gabon,2011,10795.501,,, +GAB,Gabon,2012,9814.0391,,, +GAB,Gabon,2013,9680.8242,,, +GAB,Gabon,2014,9650.5742,,, +GAB,Gabon,2015,7381.7466,,, +GAB,Gabon,2016,6979.709,,, +GAB,Gabon,2017,7212.5356,3.4000001,11.2,32.200001 +GAB,Gabon,2018,8029.8223,,, +GBR,United Kingdom,1960,1380.3063,,, +GBR,United Kingdom,1961,1452.5447,,, +GBR,United Kingdom,1962,1513.6515,,, +GBR,United Kingdom,1963,1592.6145,,, +GBR,United Kingdom,1964,1729.4,,, +GBR,United Kingdom,1965,1850.9547,,, +GBR,United Kingdom,1966,1959.6278,,, +GBR,United Kingdom,1967,2023.6276,,, +GBR,United Kingdom,1968,1896.3867,,, +GBR,United Kingdom,1969,2032.347,,, +GBR,United Kingdom,1970,2347.5444,,, +GBR,United Kingdom,1971,2649.8015,,, +GBR,United Kingdom,1972,3030.4326,,, +GBR,United Kingdom,1973,3426.2761,,, +GBR,United Kingdom,1974,3665.8628,,, +GBR,United Kingdom,1975,4299.7456,,, +GBR,United Kingdom,1976,4138.168,,, +GBR,United Kingdom,1977,4681.4399,,, +GBR,United Kingdom,1978,5976.938,,, +GBR,United Kingdom,1979,7804.7622,,, +GBR,United Kingdom,1980,10032.063,,, +GBR,United Kingdom,1981,9599.3066,,, +GBR,United Kingdom,1982,9146.0771,,, +GBR,United Kingdom,1983,8691.5186,,, +GBR,United Kingdom,1984,8179.1943,,, +GBR,United Kingdom,1985,8652.2168,,, +GBR,United Kingdom,1986,10611.112,,, +GBR,United Kingdom,1987,13118.587,,, +GBR,United Kingdom,1988,15987.168,,, +GBR,United Kingdom,1989,16239.282,,, +GBR,United Kingdom,1990,19095.467,,, +GBR,United Kingdom,1991,19900.727,,, +GBR,United Kingdom,1992,20487.17,,, +GBR,United Kingdom,1993,18389.02,,, +GBR,United Kingdom,1994,19709.238,,, +GBR,United Kingdom,1995,23024.557,,, +GBR,United Kingdom,1996,24230.432,,, +GBR,United Kingdom,1997,26641.02,,, +GBR,United Kingdom,1998,28068.838,,, +GBR,United Kingdom,1999,28428.773,,, +GBR,United Kingdom,2000,27987.752,,, +GBR,United Kingdom,2001,27500.146,,, +GBR,United Kingdom,2002,29863.59,,, +GBR,United Kingdom,2003,34265.129,,, +GBR,United Kingdom,2004,40068.313,.5,.5,1.2 +GBR,United Kingdom,2005,41803.891,.5,.69999999,1 +GBR,United Kingdom,2006,44326.914,.2,.2,.69999999 +GBR,United Kingdom,2007,50293.441,.2,.5,.69999999 +GBR,United Kingdom,2008,46985.566,.2,.5,1 +GBR,United Kingdom,2009,38454.227,.2,.2,.5 +GBR,United Kingdom,2010,39079.844,.2,.2,.69999999 +GBR,United Kingdom,2011,41652.559,.2,.5,.69999999 +GBR,United Kingdom,2012,42018.727,.2,.2,.40000001 +GBR,United Kingdom,2013,42938.426,.2,.2,.5 +GBR,United Kingdom,2014,46967.668,.2,.2,.5 +GBR,United Kingdom,2015,44472.152,.2,.2,.69999999 +GBR,United Kingdom,2016,40539.918,,, +GBR,United Kingdom,2017,39932.059,,, +GBR,United Kingdom,2018,42491.363,,, +GEO,Georgia,1960,,,, +GEO,Georgia,1961,,,, +GEO,Georgia,1962,,,, +GEO,Georgia,1963,,,, +GEO,Georgia,1964,,,, +GEO,Georgia,1965,,,, +GEO,Georgia,1966,,,, +GEO,Georgia,1967,,,, +GEO,Georgia,1968,,,, +GEO,Georgia,1969,,,, +GEO,Georgia,1970,,,, +GEO,Georgia,1971,,,, +GEO,Georgia,1972,,,, +GEO,Georgia,1973,,,, +GEO,Georgia,1974,,,, +GEO,Georgia,1975,,,, +GEO,Georgia,1976,,,, +GEO,Georgia,1977,,,, +GEO,Georgia,1978,,,, +GEO,Georgia,1979,,,, +GEO,Georgia,1980,,,, +GEO,Georgia,1981,,,, +GEO,Georgia,1982,,,, +GEO,Georgia,1983,,,, +GEO,Georgia,1984,,,, +GEO,Georgia,1985,,,, +GEO,Georgia,1986,,,, +GEO,Georgia,1987,,,, +GEO,Georgia,1988,,,, +GEO,Georgia,1989,,,, +GEO,Georgia,1990,1614.6401,,, +GEO,Georgia,1991,1314.6707,,, +GEO,Georgia,1992,757.22357,,, +GEO,Georgia,1993,550.01556,,, +GEO,Georgia,1994,519.81616,,, +GEO,Georgia,1995,578.33679,,, +GEO,Georgia,1996,689.0166,5.5,16.9,41.099998 +GEO,Georgia,1997,807.01459,16.299999,36.099998,64.900002 +GEO,Georgia,1998,851.51575,14.6,34.900002,64.699997 +GEO,Georgia,1999,673.526,18.700001,41.799999,72.199997 +GEO,Georgia,2000,749.89612,19.4,44.799999,74.099998 +GEO,Georgia,2001,801.99042,19.4,46.900002,76.5 +GEO,Georgia,2002,853.52789,10.5,30.4,63.200001 +GEO,Georgia,2003,1010.008,10.7,30.700001,62.799999 +GEO,Georgia,2004,1305.0475,10.1,28.200001,59.299999 +GEO,Georgia,2005,1642.775,10.9,30.5,61.700001 +GEO,Georgia,2006,1996.0571,10.5,30.5,62.599998 +GEO,Georgia,2007,2635.354,11.8,32.900002,64.900002 +GEO,Georgia,2008,3324.7358,10.4,29.299999,60.5 +GEO,Georgia,2009,2822.6519,10.3,29.299999,60.299999 +GEO,Georgia,2010,3073.5247,12.2,31.1,61.200001 +GEO,Georgia,2011,3842.6182,11.3,28.9,59.5 +GEO,Georgia,2012,4249.6699,8.6000004,25.799999,55.400002 +GEO,Georgia,2013,4341.4351,6.5999999,21.1,49.900002 +GEO,Georgia,2014,4438.6875,5,18,46.200001 +GEO,Georgia,2015,3756.3838,3.8,16.1,45.299999 +GEO,Georgia,2016,3857.2817,3.9000001,16.4,44 +GEO,Georgia,2017,4045.417,5,16.299999,43.599998 +GEO,Georgia,2018,4344.6309,,, +GHA,Ghana,1960,183.44957,,, +GHA,Ghana,1961,190.21877,,, +GHA,Ghana,1962,195.49226,,, +GHA,Ghana,1963,211.0648,,, +GHA,Ghana,1964,230.08871,,, +GHA,Ghana,1965,265.32333,,, +GHA,Ghana,1966,267.74841,,, +GHA,Ghana,1967,214.83215,,, +GHA,Ghana,1968,200.30716,,, +GHA,Ghana,1969,230.28731,,, +GHA,Ghana,1970,253.56656,,, +GHA,Ghana,1971,269.36832,,, +GHA,Ghana,1972,228.85995,,, +GHA,Ghana,1973,259.70172,,, +GHA,Ghana,1974,296.88983,,, +GHA,Ghana,1975,281.40613,,, +GHA,Ghana,1976,271.12555,,, +GHA,Ghana,1977,306.81,,, +GHA,Ghana,1978,345.83456,,, +GHA,Ghana,1979,372.06027,,, +GHA,Ghana,1980,402.06058,,, +GHA,Ghana,1981,372.07739,,, +GHA,Ghana,1982,345.64148,,, +GHA,Ghana,1983,337.1629,,, +GHA,Ghana,1984,355.66669,,, +GHA,Ghana,1985,352.35281,,, +GHA,Ghana,1986,435.06827,,, +GHA,Ghana,1987,374.47034,42.599998,75.599998,94 +GHA,Ghana,1988,372.68411,42.299999,74.800003,92.800003 +GHA,Ghana,1989,365.88965,,, +GHA,Ghana,1990,398.63699,,, +GHA,Ghana,1991,433.77307,49.799999,78.599998,93.099998 +GHA,Ghana,1992,409.74661,,, +GHA,Ghana,1993,370.41925,,, +GHA,Ghana,1994,328.7446,,, +GHA,Ghana,1995,379.98801,,, +GHA,Ghana,1996,397.13593,,, +GHA,Ghana,1997,384.79614,,, +GHA,Ghana,1998,407.52332,35.700001,63.299999,85.400002 +GHA,Ghana,1999,410.33423,,, +GHA,Ghana,2000,258.47095,,, +GHA,Ghana,2001,269.01498,,, +GHA,Ghana,2002,304.56458,,, +GHA,Ghana,2003,367.82153,,, +GHA,Ghana,2004,417.50818,,, +GHA,Ghana,2005,491.94638,24.5,50.099998,77.099998 +GHA,Ghana,2006,911.99866,,, +GHA,Ghana,2007,1078.1605,,, +GHA,Ghana,2008,1210.6223,,, +GHA,Ghana,2009,1074.7554,,, +GHA,Ghana,2010,1298.437,,, +GHA,Ghana,2011,1558.4822,,, +GHA,Ghana,2012,1613.2869,12,32.5,60.5 +GHA,Ghana,2013,2378.1594,,, +GHA,Ghana,2014,1968.8583,,, +GHA,Ghana,2015,1766.0057,,, +GHA,Ghana,2016,1931.3895,13.3,30.5,56.900002 +GHA,Ghana,2017,2025.8859,,, +GHA,Ghana,2018,2202.3123,,, +GIB,Gibraltar,1960,,,, +GIB,Gibraltar,1961,,,, +GIB,Gibraltar,1962,,,, +GIB,Gibraltar,1963,,,, +GIB,Gibraltar,1964,,,, +GIB,Gibraltar,1965,,,, +GIB,Gibraltar,1966,,,, +GIB,Gibraltar,1967,,,, +GIB,Gibraltar,1968,,,, +GIB,Gibraltar,1969,,,, +GIB,Gibraltar,1970,,,, +GIB,Gibraltar,1971,,,, +GIB,Gibraltar,1972,,,, +GIB,Gibraltar,1973,,,, +GIB,Gibraltar,1974,,,, +GIB,Gibraltar,1975,,,, +GIB,Gibraltar,1976,,,, +GIB,Gibraltar,1977,,,, +GIB,Gibraltar,1978,,,, +GIB,Gibraltar,1979,,,, +GIB,Gibraltar,1980,,,, +GIB,Gibraltar,1981,,,, +GIB,Gibraltar,1982,,,, +GIB,Gibraltar,1983,,,, +GIB,Gibraltar,1984,,,, +GIB,Gibraltar,1985,,,, +GIB,Gibraltar,1986,,,, +GIB,Gibraltar,1987,,,, +GIB,Gibraltar,1988,,,, +GIB,Gibraltar,1989,,,, +GIB,Gibraltar,1990,,,, +GIB,Gibraltar,1991,,,, +GIB,Gibraltar,1992,,,, +GIB,Gibraltar,1993,,,, +GIB,Gibraltar,1994,,,, +GIB,Gibraltar,1995,,,, +GIB,Gibraltar,1996,,,, +GIB,Gibraltar,1997,,,, +GIB,Gibraltar,1998,,,, +GIB,Gibraltar,1999,,,, +GIB,Gibraltar,2000,,,, +GIB,Gibraltar,2001,,,, +GIB,Gibraltar,2002,,,, +GIB,Gibraltar,2003,,,, +GIB,Gibraltar,2004,,,, +GIB,Gibraltar,2005,,,, +GIB,Gibraltar,2006,,,, +GIB,Gibraltar,2007,,,, +GIB,Gibraltar,2008,,,, +GIB,Gibraltar,2009,,,, +GIB,Gibraltar,2010,,,, +GIB,Gibraltar,2011,,,, +GIB,Gibraltar,2012,,,, +GIB,Gibraltar,2013,,,, +GIB,Gibraltar,2014,,,, +GIB,Gibraltar,2015,,,, +GIB,Gibraltar,2016,,,, +GIB,Gibraltar,2017,,,, +GIB,Gibraltar,2018,,,, +GIN,Guinea,1960,,,, +GIN,Guinea,1961,,,, +GIN,Guinea,1962,,,, +GIN,Guinea,1963,,,, +GIN,Guinea,1964,,,, +GIN,Guinea,1965,,,, +GIN,Guinea,1966,,,, +GIN,Guinea,1967,,,, +GIN,Guinea,1968,,,, +GIN,Guinea,1969,,,, +GIN,Guinea,1970,,,, +GIN,Guinea,1971,,,, +GIN,Guinea,1972,,,, +GIN,Guinea,1973,,,, +GIN,Guinea,1974,,,, +GIN,Guinea,1975,,,, +GIN,Guinea,1976,,,, +GIN,Guinea,1977,,,, +GIN,Guinea,1978,,,, +GIN,Guinea,1979,,,, +GIN,Guinea,1980,,,, +GIN,Guinea,1981,,,, +GIN,Guinea,1982,,,, +GIN,Guinea,1983,,,, +GIN,Guinea,1984,,,, +GIN,Guinea,1985,,,, +GIN,Guinea,1986,341.52747,,, +GIN,Guinea,1987,351.90887,,, +GIN,Guinea,1988,398.54599,,, +GIN,Guinea,1989,394.33145,,, +GIN,Guinea,1990,419.78864,,, +GIN,Guinea,1991,461.34946,91.599998,98.5,100 +GIN,Guinea,1992,489.07187,,, +GIN,Guinea,1993,475.42184,,, +GIN,Guinea,1994,477.78046,49.299999,73.400002,89.199997 +GIN,Guinea,1995,508.10782,,, +GIN,Guinea,1996,518.37421,,, +GIN,Guinea,1997,493.8334,,, +GIN,Guinea,1998,456.49103,,, +GIN,Guinea,1999,429.71976,,, +GIN,Guinea,2000,363.48248,,, +GIN,Guinea,2001,336.6301,,, +GIN,Guinea,2002,343.53735,62.200001,84.199997,94.900002 +GIN,Guinea,2003,393.73993,,, +GIN,Guinea,2004,410.76123,,, +GIN,Guinea,2005,322.41568,,, +GIN,Guinea,2006,453.4035,,, +GIN,Guinea,2007,659.99274,59.700001,82.300003,94.699997 +GIN,Guinea,2008,715.0968,,, +GIN,Guinea,2009,674.08557,,, +GIN,Guinea,2010,672.42438,,, +GIN,Guinea,2011,651.13538,,, +GIN,Guinea,2012,717.05072,35.299999,70.300003,92.300003 +GIN,Guinea,2013,769.00397,,, +GIN,Guinea,2014,787.2381,,, +GIN,Guinea,2015,769.25604,,, +GIN,Guinea,2016,733.02075,,, +GIN,Guinea,2017,821.65149,,, +GIN,Guinea,2018,885.25122,,, +GMB,"Gambia, The",1960,,,, +GMB,"Gambia, The",1961,,,, +GMB,"Gambia, The",1962,,,, +GMB,"Gambia, The",1963,,,, +GMB,"Gambia, The",1964,,,, +GMB,"Gambia, The",1965,,,, +GMB,"Gambia, The",1966,106.41322,,, +GMB,"Gambia, The",1967,109.45192,,, +GMB,"Gambia, The",1968,93.84491,,, +GMB,"Gambia, The",1969,100.10178,,, +GMB,"Gambia, The",1970,112.6092,,, +GMB,"Gambia, The",1971,116.55876,,, +GMB,"Gambia, The",1972,120.14301,,, +GMB,"Gambia, The",1973,148.17349,,, +GMB,"Gambia, The",1974,183.08142,,, +GMB,"Gambia, The",1975,213.30927,,, +GMB,"Gambia, The",1976,201.12668,,, +GMB,"Gambia, The",1977,239.43228,,, +GMB,"Gambia, The",1978,288.05771,,, +GMB,"Gambia, The",1979,335.80597,,, +GMB,"Gambia, The",1980,378.31656,,, +GMB,"Gambia, The",1981,332.68161,,, +GMB,"Gambia, The",1982,318.60693,,, +GMB,"Gambia, The",1983,304.83701,,, +GMB,"Gambia, The",1984,244.37132,,, +GMB,"Gambia, The",1985,298.66199,,, +GMB,"Gambia, The",1986,234.65451,,, +GMB,"Gambia, The",1987,265.48782,,, +GMB,"Gambia, The",1988,305.31223,,, +GMB,"Gambia, The",1989,310.29797,,, +GMB,"Gambia, The",1990,331.81842,,, +GMB,"Gambia, The",1991,695.40961,,, +GMB,"Gambia, The",1992,695.15607,,, +GMB,"Gambia, The",1993,711.72552,,, +GMB,"Gambia, The",1994,682.21851,,, +GMB,"Gambia, The",1995,696.45081,,, +GMB,"Gambia, The",1996,728.66907,,, +GMB,"Gambia, The",1997,669.39886,,, +GMB,"Gambia, The",1998,678.67566,70.5,86.800003,95.199997 +GMB,"Gambia, The",1999,637.93158,,, +GMB,"Gambia, The",2000,594.15167,,, +GMB,"Gambia, The",2001,505.42014,,, +GMB,"Gambia, The",2002,411.77249,,, +GMB,"Gambia, The",2003,335.90622,45.299999,69.599998,86.800003 +GMB,"Gambia, The",2004,386.75278,,, +GMB,"Gambia, The",2005,404.3251,,, +GMB,"Gambia, The",2006,411.61966,,, +GMB,"Gambia, The",2007,487.1705,,, +GMB,"Gambia, The",2008,571.70996,,, +GMB,"Gambia, The",2009,517.52594,,, +GMB,"Gambia, The",2010,530.78772,25.1,53,80.400002 +GMB,"Gambia, The",2011,486.04953,,, +GMB,"Gambia, The",2012,477.70126,,, +GMB,"Gambia, The",2013,696.1521,,, +GMB,"Gambia, The",2014,622.05408,,, +GMB,"Gambia, The",2015,668.38123,10.1,37.799999,72.5 +GMB,"Gambia, The",2016,671.10529,,, +GMB,"Gambia, The",2017,672.78052,,, +GMB,"Gambia, The",2018,712.45239,,, +GNB,Guinea-Bissau,1960,,,, +GNB,Guinea-Bissau,1961,,,, +GNB,Guinea-Bissau,1962,,,, +GNB,Guinea-Bissau,1963,,,, +GNB,Guinea-Bissau,1964,,,, +GNB,Guinea-Bissau,1965,,,, +GNB,Guinea-Bissau,1966,,,, +GNB,Guinea-Bissau,1967,,,, +GNB,Guinea-Bissau,1968,,,, +GNB,Guinea-Bissau,1969,,,, +GNB,Guinea-Bissau,1970,111.68852,,, +GNB,Guinea-Bissau,1971,109.33184,,, +GNB,Guinea-Bissau,1972,119.72707,,, +GNB,Guinea-Bissau,1973,119.77683,,, +GNB,Guinea-Bissau,1974,130.36653,,, +GNB,Guinea-Bissau,1975,142.28108,,, +GNB,Guinea-Bissau,1976,145.87672,,, +GNB,Guinea-Bissau,1977,148.97719,,, +GNB,Guinea-Bissau,1978,158.86568,,, +GNB,Guinea-Bissau,1979,153.0062,,, +GNB,Guinea-Bissau,1980,141.55954,,, +GNB,Guinea-Bissau,1981,194.92416,,, +GNB,Guinea-Bissau,1982,204.24805,,, +GNB,Guinea-Bissau,1983,197.03223,,, +GNB,Guinea-Bissau,1984,162.67215,,, +GNB,Guinea-Bissau,1985,164.94194,,, +GNB,Guinea-Bissau,1986,145.90678,,, +GNB,Guinea-Bissau,1987,190.45259,,, +GNB,Guinea-Bissau,1988,176.25958,,, +GNB,Guinea-Bissau,1989,223.46954,,, +GNB,Guinea-Bissau,1990,250.15047,,, +GNB,Guinea-Bissau,1991,257.78918,43,62.299999,81.199997 +GNB,Guinea-Bissau,1992,221.79982,,, +GNB,Guinea-Bissau,1993,227.02281,64,86.099998,95.300003 +GNB,Guinea-Bissau,1994,220.96022,,, +GNB,Guinea-Bissau,1995,233.2424,,, +GNB,Guinea-Bissau,1996,243.43874,,, +GNB,Guinea-Bissau,1997,237.12903,,, +GNB,Guinea-Bissau,1998,178.84853,,, +GNB,Guinea-Bissau,1999,190.67262,,, +GNB,Guinea-Bissau,2000,308.14413,,, +GNB,Guinea-Bissau,2001,319.67749,,, +GNB,Guinea-Bissau,2002,331.49387,53.900002,82.599998,95.800003 +GNB,Guinea-Bissau,2003,371.21982,,, +GNB,Guinea-Bissau,2004,404.34915,,, +GNB,Guinea-Bissau,2005,436.30203,,, +GNB,Guinea-Bissau,2006,429.62225,,, +GNB,Guinea-Bissau,2007,493.0705,,, +GNB,Guinea-Bissau,2008,597.57642,,, +GNB,Guinea-Bissau,2009,557.17163,,, +GNB,Guinea-Bissau,2010,557.63214,67.099998,84.5,93.400002 +GNB,Guinea-Bissau,2011,702.74286,,, +GNB,Guinea-Bissau,2012,616.41168,,, +GNB,Guinea-Bissau,2013,634.48242,,, +GNB,Guinea-Bissau,2014,622.48169,,, +GNB,Guinea-Bissau,2015,603.15851,,, +GNB,Guinea-Bissau,2016,661.00763,,, +GNB,Guinea-Bissau,2017,736.72559,,, +GNB,Guinea-Bissau,2018,777.96991,,, +GNQ,Equatorial Guinea,1960,,,, +GNQ,Equatorial Guinea,1961,,,, +GNQ,Equatorial Guinea,1962,34.790581,,, +GNQ,Equatorial Guinea,1963,40.752239,,, +GNQ,Equatorial Guinea,1964,46.975704,,, +GNQ,Equatorial Guinea,1965,234.3407,,, +GNQ,Equatorial Guinea,1966,243.76909,,, +GNQ,Equatorial Guinea,1967,247.84073,,, +GNQ,Equatorial Guinea,1968,225.48883,,, +GNQ,Equatorial Guinea,1969,221.13722,,, +GNQ,Equatorial Guinea,1970,218.2084,,, +GNQ,Equatorial Guinea,1971,217.32584,,, +GNQ,Equatorial Guinea,1972,226.00681,,, +GNQ,Equatorial Guinea,1973,292.47037,,, +GNQ,Equatorial Guinea,1974,354.28946,,, +GNQ,Equatorial Guinea,1975,407.72339,,, +GNQ,Equatorial Guinea,1976,418.0199,,, +GNQ,Equatorial Guinea,1977,429.42368,,, +GNQ,Equatorial Guinea,1978,,,, +GNQ,Equatorial Guinea,1979,,,, +GNQ,Equatorial Guinea,1980,202.62907,,, +GNQ,Equatorial Guinea,1981,138.93735,,, +GNQ,Equatorial Guinea,1982,155.62186,,, +GNQ,Equatorial Guinea,1983,144.19725,,, +GNQ,Equatorial Guinea,1984,151.77382,,, +GNQ,Equatorial Guinea,1985,176.41406,,, +GNQ,Equatorial Guinea,1986,207.05321,,, +GNQ,Equatorial Guinea,1987,243.73492,,, +GNQ,Equatorial Guinea,1988,254.54327,,, +GNQ,Equatorial Guinea,1989,217.07239,,, +GNQ,Equatorial Guinea,1990,267.46808,,, +GNQ,Equatorial Guinea,1991,256.22101,,, +GNQ,Equatorial Guinea,1992,301.17914,,, +GNQ,Equatorial Guinea,1993,294.0705,,, +GNQ,Equatorial Guinea,1994,210.40999,,, +GNQ,Equatorial Guinea,1995,285.55255,,, +GNQ,Equatorial Guinea,1996,450.63815,,, +GNQ,Equatorial Guinea,1997,824.54956,,, +GNQ,Equatorial Guinea,1998,663.72949,,, +GNQ,Equatorial Guinea,1999,1067.6348,,, +GNQ,Equatorial Guinea,2000,1725.5547,,, +GNQ,Equatorial Guinea,2001,2313.1514,,, +GNQ,Equatorial Guinea,2002,2744.2083,,, +GNQ,Equatorial Guinea,2003,3618.5762,,, +GNQ,Equatorial Guinea,2004,6152.1313,,, +GNQ,Equatorial Guinea,2005,10963.289,,, +GNQ,Equatorial Guinea,2006,12857.336,,, +GNQ,Equatorial Guinea,2007,15908.392,,, +GNQ,Equatorial Guinea,2008,22942.584,,, +GNQ,Equatorial Guinea,2009,16667.938,,, +GNQ,Equatorial Guinea,2010,17272.01,,, +GNQ,Equatorial Guinea,2011,21613.549,,, +GNQ,Equatorial Guinea,2012,21712.395,,, +GNQ,Equatorial Guinea,2013,20384.924,,, +GNQ,Equatorial Guinea,2014,19368.23,,, +GNQ,Equatorial Guinea,2015,11278.929,,, +GNQ,Equatorial Guinea,2016,9244.0518,,, +GNQ,Equatorial Guinea,2017,9738.4346,,, +GNQ,Equatorial Guinea,2018,10173.963,,, +GRC,Greece,1960,533.6864,,, +GRC,Greece,1961,597.28729,,, +GRC,Greece,1962,630.61395,,, +GRC,Greece,1963,701.62042,,, +GRC,Greece,1964,784.95435,,, +GRC,Greece,1965,888.922,,, +GRC,Greece,1966,981.6524,,, +GRC,Greece,1967,1052.121,,, +GRC,Greece,1968,1134.3562,,, +GRC,Greece,1969,1284.2123,,, +GRC,Greece,1970,1494.3878,,, +GRC,Greece,1971,1652.3267,,, +GRC,Greece,1972,1899.6753,,, +GRC,Greece,1973,2502.8145,,, +GRC,Greece,1974,2828.7485,,, +GRC,Greece,1975,3153.2354,,, +GRC,Greece,1976,3390.5454,,, +GRC,Greece,1977,3886.3743,,, +GRC,Greece,1978,4694.6338,,, +GRC,Greece,1979,5705.9492,,, +GRC,Greece,1980,5893.6616,,, +GRC,Greece,1981,5380.2676,,, +GRC,Greece,1982,5579.2349,,, +GRC,Greece,1983,5019.8784,,, +GRC,Greece,1984,4852.5659,,, +GRC,Greece,1985,4813.7109,,, +GRC,Greece,1986,5656.5054,,, +GRC,Greece,1987,6564.8843,,, +GRC,Greece,1988,7598.0278,,, +GRC,Greece,1989,7846.6782,,, +GRC,Greece,1990,9600.1855,,, +GRC,Greece,1991,10188.37,,, +GRC,Greece,1992,11176.458,,, +GRC,Greece,1993,10401.983,,, +GRC,Greece,1994,11091.284,,, +GRC,Greece,1995,12959.324,,, +GRC,Greece,1996,13749.115,,, +GRC,Greece,1997,13427.832,,, +GRC,Greece,1998,13472.138,,, +GRC,Greece,1999,13245.189,,, +GRC,Greece,2000,12042.954,,, +GRC,Greece,2001,12538.179,,, +GRC,Greece,2002,14110.313,,, +GRC,Greece,2003,18477.578,.5,.69999999,1.5 +GRC,Greece,2004,21955.104,.69999999,1,1.7 +GRC,Greece,2005,22551.736,.2,.5,1.5 +GRC,Greece,2006,24801.158,.5,1,2 +GRC,Greece,2007,28827.326,.5,.69999999,1.7 +GRC,Greece,2008,31997.281,.5,.5,1.2 +GRC,Greece,2009,29710.971,.5,.69999999,1.5 +GRC,Greece,2010,26917.76,1,1.2,2.2 +GRC,Greece,2011,25916.293,1.2,2,4.6999998 +GRC,Greece,2012,22242.682,1.5,3,6.1999998 +GRC,Greece,2013,21874.82,1,2.7,7 +GRC,Greece,2014,21760.98,1.5,3,7 +GRC,Greece,2015,18167.773,1.5,2.7,6.6999998 +GRC,Greece,2016,18116.459,,, +GRC,Greece,2017,18883.461,,, +GRC,Greece,2018,20324.254,,, +GRD,Grenada,1960,,,, +GRD,Grenada,1961,,,, +GRD,Grenada,1962,,,, +GRD,Grenada,1963,,,, +GRD,Grenada,1964,,,, +GRD,Grenada,1965,,,, +GRD,Grenada,1966,,,, +GRD,Grenada,1967,,,, +GRD,Grenada,1968,,,, +GRD,Grenada,1969,,,, +GRD,Grenada,1970,,,, +GRD,Grenada,1971,,,, +GRD,Grenada,1972,,,, +GRD,Grenada,1973,,,, +GRD,Grenada,1974,,,, +GRD,Grenada,1975,,,, +GRD,Grenada,1976,,,, +GRD,Grenada,1977,792.3847,,, +GRD,Grenada,1978,991.26147,,, +GRD,Grenada,1979,1153.9996,,, +GRD,Grenada,1980,1245.6246,,, +GRD,Grenada,1981,1276.4126,,, +GRD,Grenada,1982,1347.0028,,, +GRD,Grenada,1983,1372.682,,, +GRD,Grenada,1984,1477.8406,,, +GRD,Grenada,1985,1678.1908,,, +GRD,Grenada,1986,1872.3191,,, +GRD,Grenada,1987,2162.291,,, +GRD,Grenada,1988,2408.8618,,, +GRD,Grenada,1989,2758.116,,, +GRD,Grenada,1990,2886.9082,,, +GRD,Grenada,1991,3117.9546,,, +GRD,Grenada,1992,3192.1006,,, +GRD,Grenada,1993,3153.9468,,, +GRD,Grenada,1994,3272.3228,,, +GRD,Grenada,1995,3411.8989,,, +GRD,Grenada,1996,3632.7507,,, +GRD,Grenada,1997,3861.3977,,, +GRD,Grenada,1998,4370.7041,,, +GRD,Grenada,1999,4705.6523,,, +GRD,Grenada,2000,5057.1738,,, +GRD,Grenada,2001,5040.6704,,, +GRD,Grenada,2002,5213.8965,,, +GRD,Grenada,2003,5682.5962,,, +GRD,Grenada,2004,5741.5986,,, +GRD,Grenada,2005,6644.0249,,, +GRD,Grenada,2006,6658.541,,, +GRD,Grenada,2007,7212.5068,,, +GRD,Grenada,2008,7832.4233,,, +GRD,Grenada,2009,7290.6973,,, +GRD,Grenada,2010,7257.7568,,, +GRD,Grenada,2011,7291.0591,,, +GRD,Grenada,2012,7444.5049,,, +GRD,Grenada,2013,7789.7764,,, +GRD,Grenada,2014,8369.8867,,, +GRD,Grenada,2015,9096.8711,,, +GRD,Grenada,2016,9628.3477,,, +GRD,Grenada,2017,10163.63,,, +GRD,Grenada,2018,10833.658,,, +GRL,Greenland,1960,,,, +GRL,Greenland,1961,,,, +GRL,Greenland,1962,,,, +GRL,Greenland,1963,,,, +GRL,Greenland,1964,,,, +GRL,Greenland,1965,,,, +GRL,Greenland,1966,,,, +GRL,Greenland,1967,,,, +GRL,Greenland,1968,,,, +GRL,Greenland,1969,,,, +GRL,Greenland,1970,1498.2765,,, +GRL,Greenland,1971,1876.5033,,, +GRL,Greenland,1972,2196.7117,,, +GRL,Greenland,1973,2860.2805,,, +GRL,Greenland,1974,3432.7061,,, +GRL,Greenland,1975,4257.9497,,, +GRL,Greenland,1976,4844.6763,,, +GRL,Greenland,1977,5713.9551,,, +GRL,Greenland,1978,7235.5498,,, +GRL,Greenland,1979,8480.6953,,, +GRL,Greenland,1980,9483.1729,,, +GRL,Greenland,1981,8544.0586,,, +GRL,Greenland,1982,7813.6904,,, +GRL,Greenland,1983,7988.1709,,, +GRL,Greenland,1984,7198.7021,,, +GRL,Greenland,1985,7760.8286,,, +GRL,Greenland,1986,11271.321,,, +GRL,Greenland,1987,14554.388,,, +GRL,Greenland,1988,16398.012,,, +GRL,Greenland,1989,16813.684,,, +GRL,Greenland,1990,18326.805,,, +GRL,Greenland,1991,18315.197,,, +GRL,Greenland,1992,18768.93,,, +GRL,Greenland,1993,16797.459,,, +GRL,Greenland,1994,18123.963,,, +GRL,Greenland,1995,21665.701,,, +GRL,Greenland,1996,21422.357,,, +GRL,Greenland,1997,19145.496,,, +GRL,Greenland,1998,20496.662,,, +GRL,Greenland,1999,20170.438,,, +GRL,Greenland,2000,19004.107,,, +GRL,Greenland,2001,19275.473,,, +GRL,Greenland,2002,20652.879,,, +GRL,Greenland,2003,27459.764,,, +GRL,Greenland,2004,32023.453,,, +GRL,Greenland,2005,32489.781,,, +GRL,Greenland,2006,35458.125,,, +GRL,Greenland,2007,39780.953,,, +GRL,Greenland,2008,44367.055,,, +GRL,Greenland,2009,44918.566,,, +GRL,Greenland,2010,43988.332,,, +GRL,Greenland,2011,47186.98,,, +GRL,Greenland,2012,45936.766,,, +GRL,Greenland,2013,47535.59,,, +GRL,Greenland,2014,50484.926,,, +GRL,Greenland,2015,44536.402,,, +GRL,Greenland,2016,48295.563,,, +GRL,Greenland,2017,,,, +GRL,Greenland,2018,,,, +GTM,Guatemala,1960,247.84198,,, +GTM,Guatemala,1961,248.30821,,, +GTM,Guatemala,1962,256.16852,,, +GTM,Guatemala,1963,274.78995,,, +GTM,Guatemala,1964,274.61978,,, +GTM,Guatemala,1965,273.40402,,, +GTM,Guatemala,1966,277.41025,,, +GTM,Guatemala,1967,281.6528,,, +GTM,Guatemala,1968,303.20346,,, +GTM,Guatemala,1969,313.85895,,, +GTM,Guatemala,1970,338.68204,,, +GTM,Guatemala,1971,343.36249,,, +GTM,Guatemala,1972,353.66092,,, +GTM,Guatemala,1973,420.8678,,, +GTM,Guatemala,1974,504.33047,,, +GTM,Guatemala,1975,566.68542,,, +GTM,Guatemala,1976,661.48792,,, +GTM,Guatemala,1977,810.0639,,, +GTM,Guatemala,1978,875.495,,, +GTM,Guatemala,1979,971.35651,,, +GTM,Guatemala,1980,1081.7251,,, +GTM,Guatemala,1981,1152.8177,,, +GTM,Guatemala,1982,1138.7598,,, +GTM,Guatemala,1983,1153.2377,,, +GTM,Guatemala,1984,1177.4364,,, +GTM,Guatemala,1985,1179.8036,,, +GTM,Guatemala,1986,857.00946,48.599998,68.699997,84.800003 +GTM,Guatemala,1987,820.03833,,, +GTM,Guatemala,1988,886.80084,,, +GTM,Guatemala,1989,929.31409,36.099998,54,72.800003 +GTM,Guatemala,1990,825.80737,,, +GTM,Guatemala,1991,991.86224,,, +GTM,Guatemala,1992,1075.4282,,, +GTM,Guatemala,1993,1147.0265,,, +GTM,Guatemala,1994,1276.3328,,, +GTM,Guatemala,1995,1408.0242,,, +GTM,Guatemala,1996,1472.2754,,, +GTM,Guatemala,1997,1633.9662,,, +GTM,Guatemala,1998,1742.0839,13.4,28.1,49.900002 +GTM,Guatemala,1999,1608.6841,,, +GTM,Guatemala,2000,1655.5878,9.1999998,22.1,44.799999 +GTM,Guatemala,2001,1568.3763,,, +GTM,Guatemala,2002,1701.7715,,, +GTM,Guatemala,2003,1753.3495,,, +GTM,Guatemala,2004,1872.7371,,, +GTM,Guatemala,2005,2077.8345,,, +GTM,Guatemala,2006,2256.5649,11.1,24.200001,43.400002 +GTM,Guatemala,2007,2489.9485,,, +GTM,Guatemala,2008,2794.2139,,, +GTM,Guatemala,2009,2635.7488,,, +GTM,Guatemala,2010,2825.519,,, +GTM,Guatemala,2011,3187.8662,,, +GTM,Guatemala,2012,3299.6655,,, +GTM,Guatemala,2013,3452.9216,,, +GTM,Guatemala,2014,3687.8369,8.6999998,24.200001,48.799999 +GTM,Guatemala,2015,3923.5732,,, +GTM,Guatemala,2016,4140.5898,,, +GTM,Guatemala,2017,4470.6108,,, +GTM,Guatemala,2018,4549.0103,,, +GUM,Guam,1960,,,, +GUM,Guam,1961,,,, +GUM,Guam,1962,,,, +GUM,Guam,1963,,,, +GUM,Guam,1964,,,, +GUM,Guam,1965,,,, +GUM,Guam,1966,,,, +GUM,Guam,1967,,,, +GUM,Guam,1968,,,, +GUM,Guam,1969,,,, +GUM,Guam,1970,,,, +GUM,Guam,1971,,,, +GUM,Guam,1972,,,, +GUM,Guam,1973,,,, +GUM,Guam,1974,,,, +GUM,Guam,1975,,,, +GUM,Guam,1976,,,, +GUM,Guam,1977,,,, +GUM,Guam,1978,,,, +GUM,Guam,1979,,,, +GUM,Guam,1980,,,, +GUM,Guam,1981,,,, +GUM,Guam,1982,,,, +GUM,Guam,1983,,,, +GUM,Guam,1984,,,, +GUM,Guam,1985,,,, +GUM,Guam,1986,,,, +GUM,Guam,1987,,,, +GUM,Guam,1988,,,, +GUM,Guam,1989,,,, +GUM,Guam,1990,,,, +GUM,Guam,1991,,,, +GUM,Guam,1992,,,, +GUM,Guam,1993,,,, +GUM,Guam,1994,,,, +GUM,Guam,1995,,,, +GUM,Guam,1996,,,, +GUM,Guam,1997,,,, +GUM,Guam,1998,,,, +GUM,Guam,1999,,,, +GUM,Guam,2000,,,, +GUM,Guam,2001,,,, +GUM,Guam,2002,21536.367,,, +GUM,Guam,2003,22572.076,,, +GUM,Guam,2004,24395.797,,, +GUM,Guam,2005,26495.877,,, +GUM,Guam,2006,26555.645,,, +GUM,Guam,2007,27542.227,,, +GUM,Guam,2008,29056.314,,, +GUM,Guam,2009,30026.504,,, +GUM,Guam,2010,30700.434,,, +GUM,Guam,2011,30859.404,,, +GUM,Guam,2012,32494.563,,, +GUM,Guam,2013,33265.383,,, +GUM,Guam,2014,34394.098,,, +GUM,Guam,2015,35278.926,,, +GUM,Guam,2016,35550.563,,, +GUM,Guam,2017,35664.5,,, +GUM,Guam,2018,,,, +GUY,Guyana,1960,297.67331,,, +GUY,Guyana,1961,315.38547,,, +GUY,Guyana,1962,321.54578,,, +GUY,Guyana,1963,282.30634,,, +GUY,Guyana,1964,305.3616,,, +GUY,Guyana,1965,327.11423,,, +GUY,Guyana,1966,344.16653,,, +GUY,Guyana,1967,370.15417,,, +GUY,Guyana,1968,334.84128,,, +GUY,Guyana,1969,358.32092,,, +GUY,Guyana,1970,379.89371,,, +GUY,Guyana,1971,395.20291,,, +GUY,Guyana,1972,395.29294,,, +GUY,Guyana,1973,420.66159,,, +GUY,Guyana,1974,588.13623,,, +GUY,Guyana,1975,663.401,,, +GUY,Guyana,1976,602.62482,,, +GUY,Guyana,1977,590.06537,,, +GUY,Guyana,1978,658.43854,,, +GUY,Guyana,1979,683.33301,,, +GUY,Guyana,1980,773.18164,,, +GUY,Guyana,1981,729.60693,,, +GUY,Guyana,1982,616.96313,,, +GUY,Guyana,1983,628.19769,,, +GUY,Guyana,1984,564.52643,,, +GUY,Guyana,1985,588.6134,,, +GUY,Guyana,1986,660.15277,,, +GUY,Guyana,1987,468.1402,,, +GUY,Guyana,1988,551.26367,,, +GUY,Guyana,1989,509.371,,, +GUY,Guyana,1990,533.53619,,, +GUY,Guyana,1991,468.16019,,, +GUY,Guyana,1992,499.02771,33.900002,61.200001,85.400002 +GUY,Guyana,1993,602.14148,,, +GUY,Guyana,1994,712.71283,,, +GUY,Guyana,1995,816.54291,,, +GUY,Guyana,1996,927.19592,,, +GUY,Guyana,1997,988.34784,,, +GUY,Guyana,1998,951.91248,14,29.5,56.400002 +GUY,Guyana,1999,926.7428,,, +GUY,Guyana,2000,954.40417,,, +GUY,Guyana,2001,955.66541,,, +GUY,Guyana,2002,974.94922,,, +GUY,Guyana,2003,997.21002,,, +GUY,Guyana,2004,1056.4238,,, +GUY,Guyana,2005,1105.4965,,, +GUY,Guyana,2006,1954.1333,,, +GUY,Guyana,2007,2331.2004,,, +GUY,Guyana,2008,2566.887,,, +GUY,Guyana,2009,2756.8198,,, +GUY,Guyana,2010,3033.2478,,, +GUY,Guyana,2011,3425.4365,,, +GUY,Guyana,2012,3788.1467,,, +GUY,Guyana,2013,3934.8652,,, +GUY,Guyana,2014,4031.6006,,, +GUY,Guyana,2015,4166.1348,,, +GUY,Guyana,2016,4542.6221,,, +GUY,Guyana,2017,4586.0547,,, +GUY,Guyana,2018,4634.6812,,, +HKG,"Hong Kong SAR, China",1960,429.44287,,, +HKG,"Hong Kong SAR, China",1961,436.75443,,, +HKG,"Hong Kong SAR, China",1962,487.82114,,, +HKG,"Hong Kong SAR, China",1963,565.72778,,, +HKG,"Hong Kong SAR, China",1964,629.59155,,, +HKG,"Hong Kong SAR, China",1965,676.80548,,, +HKG,"Hong Kong SAR, China",1966,685.92664,,, +HKG,"Hong Kong SAR, China",1967,723.2392,,, +HKG,"Hong Kong SAR, China",1968,714.48297,,, +HKG,"Hong Kong SAR, China",1969,825.52344,,, +HKG,"Hong Kong SAR, China",1970,960.03198,,, +HKG,"Hong Kong SAR, China",1971,1106.4697,,, +HKG,"Hong Kong SAR, China",1972,1384.7384,,, +HKG,"Hong Kong SAR, China",1973,1893.1813,,, +HKG,"Hong Kong SAR, China",1974,2144.6077,,, +HKG,"Hong Kong SAR, China",1975,2252.1118,,, +HKG,"Hong Kong SAR, China",1976,2850.0146,,, +HKG,"Hong Kong SAR, China",1977,3429.4202,,, +HKG,"Hong Kong SAR, China",1978,3923.9438,,, +HKG,"Hong Kong SAR, China",1979,4569.4536,,, +HKG,"Hong Kong SAR, China",1980,5700.4126,,, +HKG,"Hong Kong SAR, China",1981,5991.3203,,, +HKG,"Hong Kong SAR, China",1982,6133.7842,,, +HKG,"Hong Kong SAR, China",1983,5595.2354,,, +HKG,"Hong Kong SAR, China",1984,6208.2261,,, +HKG,"Hong Kong SAR, China",1985,6542.9316,,, +HKG,"Hong Kong SAR, China",1986,7435.0308,,, +HKG,"Hong Kong SAR, China",1987,9071.333,,, +HKG,"Hong Kong SAR, China",1988,10609.746,,, +HKG,"Hong Kong SAR, China",1989,12097.775,,, +HKG,"Hong Kong SAR, China",1990,13485.545,,, +HKG,"Hong Kong SAR, China",1991,15465.858,,, +HKG,"Hong Kong SAR, China",1992,17976.43,,, +HKG,"Hong Kong SAR, China",1993,20395.518,,, +HKG,"Hong Kong SAR, China",1994,22502.58,,, +HKG,"Hong Kong SAR, China",1995,23497.492,,, +HKG,"Hong Kong SAR, China",1996,24818.154,,, +HKG,"Hong Kong SAR, China",1997,27330.033,,, +HKG,"Hong Kong SAR, China",1998,25808.971,,, +HKG,"Hong Kong SAR, China",1999,25091.666,,, +HKG,"Hong Kong SAR, China",2000,25756.664,,, +HKG,"Hong Kong SAR, China",2001,25230.217,,, +HKG,"Hong Kong SAR, China",2002,24665.891,,, +HKG,"Hong Kong SAR, China",2003,23977.02,,, +HKG,"Hong Kong SAR, China",2004,24928.1,,, +HKG,"Hong Kong SAR, China",2005,26649.75,,, +HKG,"Hong Kong SAR, China",2006,28224.215,,, +HKG,"Hong Kong SAR, China",2007,30594.018,,, +HKG,"Hong Kong SAR, China",2008,31515.662,,, +HKG,"Hong Kong SAR, China",2009,30697.34,,, +HKG,"Hong Kong SAR, China",2010,32549.998,,, +HKG,"Hong Kong SAR, China",2011,35142.488,,, +HKG,"Hong Kong SAR, China",2012,36730.875,,, +HKG,"Hong Kong SAR, China",2013,38403.777,,, +HKG,"Hong Kong SAR, China",2014,40315.285,,, +HKG,"Hong Kong SAR, China",2015,42431.887,,, +HKG,"Hong Kong SAR, China",2016,43734.25,,, +HKG,"Hong Kong SAR, China",2017,46220.504,,, +HKG,"Hong Kong SAR, China",2018,48717.293,,, +HND,Honduras,1960,164.64473,,, +HND,Honduras,1961,169.90959,,, +HND,Honduras,1962,179.87639,,, +HND,Honduras,1963,185.04951,,, +HND,Honduras,1964,200.43437,,, +HND,Honduras,1965,216.81447,,, +HND,Honduras,1966,227.74115,,, +HND,Honduras,1967,240.54713,,, +HND,Honduras,1968,252.58452,,, +HND,Honduras,1969,253.26891,,, +HND,Honduras,1970,266.1362,,, +HND,Honduras,1971,261.24655,,, +HND,Honduras,1972,278.61502,,, +HND,Honduras,1973,307.34366,,, +HND,Honduras,1974,338.15601,,, +HND,Honduras,1975,356.45728,,, +HND,Honduras,1976,414.62314,,, +HND,Honduras,1977,497.93829,,, +HND,Honduras,1978,895.64978,,, +HND,Honduras,1979,993.72748,,, +HND,Honduras,1980,1078.8088,,, +HND,Honduras,1981,1066.1696,,, +HND,Honduras,1982,1090.9988,,, +HND,Honduras,1983,1110.4779,,, +HND,Honduras,1984,1183.0271,,, +HND,Honduras,1985,1232.8713,,, +HND,Honduras,1986,1287.411,,, +HND,Honduras,1987,1362.8864,,, +HND,Honduras,1988,1262.0669,,, +HND,Honduras,1989,1128.2827,42.200001,62,79.599998 +HND,Honduras,1990,993.48303,44.299999,64.300003,81.699997 +HND,Honduras,1991,911.75549,33.400002,56.299999,78.300003 +HND,Honduras,1992,942.61279,28.700001,52.299999,75.400002 +HND,Honduras,1993,913.30231,23.6,45.900002,68.400002 +HND,Honduras,1994,836.60376,26.700001,46.200001,68.400002 +HND,Honduras,1995,936.66699,27.700001,48.5,69.699997 +HND,Honduras,1996,887.69336,30.4,50.700001,71.699997 +HND,Honduras,1997,948.95557,21.200001,40.200001,63.799999 +HND,Honduras,1998,1023.4606,25.9,42,63.599998 +HND,Honduras,1999,1002.7152,26.5,43.200001,65.199997 +HND,Honduras,2000,1080.4622,,, +HND,Honduras,2001,1120.5533,21.299999,35.5,55 +HND,Honduras,2002,1122.0636,23.4,40,60.299999 +HND,Honduras,2003,1145.4991,28.1,45,63.900002 +HND,Honduras,2004,1204.4799,27.200001,44.200001,63.200001 +HND,Honduras,2005,1296.6948,26.5,41.400002,60.799999 +HND,Honduras,2006,1420.1337,22.5,36.599998,55.200001 +HND,Honduras,2007,1572.0645,17.200001,31.9,52.900002 +HND,Honduras,2008,1727.8292,16.5,30.299999,49.900002 +HND,Honduras,2009,1777.2711,13.8,27.299999,46.799999 +HND,Honduras,2010,1891.1573,15,29.4,49.900002 +HND,Honduras,2011,2073.9041,17.1,31.700001,52.299999 +HND,Honduras,2012,2129.5217,19.6,36.099998,57.099998 +HND,Honduras,2013,2088.0979,17.299999,32.900002,55.299999 +HND,Honduras,2014,2190.6506,15.9,31.799999,53.900002 +HND,Honduras,2015,2286.2,16.200001,32.200001,53.799999 +HND,Honduras,2016,2326.2971,16,30,50.400002 +HND,Honduras,2017,2432.9353,17.200001,31.6,52.599998 +HND,Honduras,2018,2482.7302,,, +HRV,Croatia,1960,,,, +HRV,Croatia,1961,,,, +HRV,Croatia,1962,,,, +HRV,Croatia,1963,,,, +HRV,Croatia,1964,,,, +HRV,Croatia,1965,,,, +HRV,Croatia,1966,,,, +HRV,Croatia,1967,,,, +HRV,Croatia,1968,,,, +HRV,Croatia,1969,,,, +HRV,Croatia,1970,,,, +HRV,Croatia,1971,,,, +HRV,Croatia,1972,,,, +HRV,Croatia,1973,,,, +HRV,Croatia,1974,,,, +HRV,Croatia,1975,,,, +HRV,Croatia,1976,,,, +HRV,Croatia,1977,,,, +HRV,Croatia,1978,,,, +HRV,Croatia,1979,,,, +HRV,Croatia,1980,,,, +HRV,Croatia,1981,,,, +HRV,Croatia,1982,,,, +HRV,Croatia,1983,,,, +HRV,Croatia,1984,,,, +HRV,Croatia,1985,,,, +HRV,Croatia,1986,,,, +HRV,Croatia,1987,,,, +HRV,Croatia,1988,,0,.1,0 +HRV,Croatia,1989,,,, +HRV,Croatia,1990,,,, +HRV,Croatia,1991,,,, +HRV,Croatia,1992,,,, +HRV,Croatia,1993,,,, +HRV,Croatia,1994,,,, +HRV,Croatia,1995,4845.7612,,, +HRV,Croatia,1996,5195.8545,,, +HRV,Croatia,1997,5253.0337,,, +HRV,Croatia,1998,5611.5151,,, +HRV,Croatia,1999,5182.5913,,, +HRV,Croatia,2000,4873.0532,,, +HRV,Croatia,2001,5416.6533,,, +HRV,Croatia,2002,6245.3193,,, +HRV,Croatia,2003,8055.7881,,, +HRV,Croatia,2004,9646.29,,, +HRV,Croatia,2005,10521.034,,, +HRV,Croatia,2006,11691.623,,, +HRV,Croatia,2007,13948.696,,, +HRV,Croatia,2008,16357.176,,, +HRV,Croatia,2009,14582.228,1,1.7,4.6999998 +HRV,Croatia,2010,13937.143,1.2,2.2,6.1999998 +HRV,Croatia,2011,14577.199,.69999999,2,7 +HRV,Croatia,2012,13250.757,.69999999,2.5,7.1999998 +HRV,Croatia,2013,13665.914,.69999999,2.2,7.1999998 +HRV,Croatia,2014,13609.497,1,1.9,6.1999998 +HRV,Croatia,2015,11780.131,.69999999,1.2,5.5 +HRV,Croatia,2016,12366.821,,, +HRV,Croatia,2017,13383.684,,, +HRV,Croatia,2018,14869.091,,, +HTI,Haiti,1960,70.66114,,, +HTI,Haiti,1961,68.764549,,, +HTI,Haiti,1962,70.138008,,, +HTI,Haiti,1963,71.962181,,, +HTI,Haiti,1964,77.862488,,, +HTI,Haiti,1965,82.947647,,, +HTI,Haiti,1966,84.98539,,, +HTI,Haiti,1967,83.412186,,, +HTI,Haiti,1968,81.592918,,, +HTI,Haiti,1969,85.295738,,, +HTI,Haiti,1970,70.826286,,, +HTI,Haiti,1971,76.263634,,, +HTI,Haiti,1972,76.901894,,, +HTI,Haiti,1973,94.904572,,, +HTI,Haiti,1974,112.99615,,, +HTI,Haiti,1975,133.75006,,, +HTI,Haiti,1976,169.31093,,, +HTI,Haiti,1977,178.86084,,, +HTI,Haiti,1978,180.27324,,, +HTI,Haiti,1979,195.75424,,, +HTI,Haiti,1980,245.21666,,, +HTI,Haiti,1981,256.24567,,, +HTI,Haiti,1982,249.43204,,, +HTI,Haiti,1983,268.29172,,, +HTI,Haiti,1984,293.18674,,, +HTI,Haiti,1985,317.07645,,, +HTI,Haiti,1986,357.7966,,, +HTI,Haiti,1987,309.30341,,, +HTI,Haiti,1988,386.77722,,, +HTI,Haiti,1989,396.68613,,, +HTI,Haiti,1990,439.94406,,, +HTI,Haiti,1991,483.8739,,, +HTI,Haiti,1992,308.37131,,, +HTI,Haiti,1993,251.75272,,, +HTI,Haiti,1994,285.11877,,, +HTI,Haiti,1995,363.26584,,, +HTI,Haiti,1996,368.63223,,, +HTI,Haiti,1997,415.77048,,, +HTI,Haiti,1998,455.5419,,, +HTI,Haiti,1999,499.30374,,, +HTI,Haiti,2000,467.14755,,, +HTI,Haiti,2001,417.76263,,, +HTI,Haiti,2002,396.63382,,, +HTI,Haiti,2003,332.61478,,, +HTI,Haiti,2004,391.03461,,, +HTI,Haiti,2005,468.75726,,, +HTI,Haiti,2006,508.96881,,, +HTI,Haiti,2007,619.81274,,, +HTI,Haiti,2008,678.84479,,, +HTI,Haiti,2009,672.03699,,, +HTI,Haiti,2010,665.62744,,, +HTI,Haiti,2011,744.21741,,, +HTI,Haiti,2012,769.7074,25,50.799999,78.900002 +HTI,Haiti,2013,812.68866,,, +HTI,Haiti,2014,831.95984,,, +HTI,Haiti,2015,815.72827,,, +HTI,Haiti,2016,735.75513,,, +HTI,Haiti,2017,765.61401,,, +HTI,Haiti,2018,868.28479,,, +HUN,Hungary,1960,,,, +HUN,Hungary,1961,,,, +HUN,Hungary,1962,,,, +HUN,Hungary,1963,,,, +HUN,Hungary,1964,,,, +HUN,Hungary,1965,,,, +HUN,Hungary,1966,,,, +HUN,Hungary,1967,,,, +HUN,Hungary,1968,,,, +HUN,Hungary,1969,,,, +HUN,Hungary,1970,,,, +HUN,Hungary,1971,,,, +HUN,Hungary,1972,,,, +HUN,Hungary,1973,,,, +HUN,Hungary,1974,,,, +HUN,Hungary,1975,,,, +HUN,Hungary,1976,,,, +HUN,Hungary,1977,,,, +HUN,Hungary,1978,,,, +HUN,Hungary,1979,,,, +HUN,Hungary,1980,,,, +HUN,Hungary,1981,,,, +HUN,Hungary,1982,,,, +HUN,Hungary,1983,,,, +HUN,Hungary,1984,,,, +HUN,Hungary,1985,,,, +HUN,Hungary,1986,,,, +HUN,Hungary,1987,,.1,.1,.30000001 +HUN,Hungary,1988,,,, +HUN,Hungary,1989,,.1,.5,12.2 +HUN,Hungary,1990,,,, +HUN,Hungary,1991,3349.7705,,, +HUN,Hungary,1992,3734.5618,,, +HUN,Hungary,1993,3873.4236,.2,.40000001,2.0999999 +HUN,Hungary,1994,4172.7651,,, +HUN,Hungary,1995,4494.0532,,, +HUN,Hungary,1996,4525.1401,,, +HUN,Hungary,1997,4595.5244,,, +HUN,Hungary,1998,4750.415,,, +HUN,Hungary,1999,4802.959,,, +HUN,Hungary,2000,4633.313,,, +HUN,Hungary,2001,5283.0347,,, +HUN,Hungary,2002,6665.9614,,, +HUN,Hungary,2003,8423.3506,,, +HUN,Hungary,2004,10296.34,.2,.2,3 +HUN,Hungary,2005,11205.972,.69999999,1.2,4.6999998 +HUN,Hungary,2006,11447.816,.2,.2,2 +HUN,Hungary,2007,13907.503,0,.2,1.7 +HUN,Hungary,2008,15739.735,0,.2,1.5 +HUN,Hungary,2009,13029.884,0,.2,1.5 +HUN,Hungary,2010,13092.233,0,.2,2.5 +HUN,Hungary,2011,14118.123,0,.2,2.7 +HUN,Hungary,2012,12888.305,.2,.69999999,4.5 +HUN,Hungary,2013,13668.226,.2,.69999999,4.5 +HUN,Hungary,2014,14197.837,.69999999,1,3.2 +HUN,Hungary,2015,12503.682,.5,1,2.7 +HUN,Hungary,2016,12839.585,,, +HUN,Hungary,2017,14278.874,,, +HUN,Hungary,2018,15938.837,,, +IDN,Indonesia,1960,,,, +IDN,Indonesia,1961,,,, +IDN,Indonesia,1962,,,, +IDN,Indonesia,1963,,,, +IDN,Indonesia,1964,,,, +IDN,Indonesia,1965,,,, +IDN,Indonesia,1966,,,, +IDN,Indonesia,1967,53.5373,,, +IDN,Indonesia,1968,65.053047,,, +IDN,Indonesia,1969,74.602097,,, +IDN,Indonesia,1970,79.714539,,, +IDN,Indonesia,1971,79.178192,,, +IDN,Indonesia,1972,90.876175,,, +IDN,Indonesia,1973,131.02492,,, +IDN,Indonesia,1974,202.49539,,, +IDN,Indonesia,1975,233.11667,,, +IDN,Indonesia,1976,278.19666,,, +IDN,Indonesia,1977,333.69437,,, +IDN,Indonesia,1978,365.91583,,, +IDN,Indonesia,1979,356.92133,,, +IDN,Indonesia,1980,491.57953,,, +IDN,Indonesia,1981,566.5777,,, +IDN,Indonesia,1982,583.66986,,, +IDN,Indonesia,1983,512.95911,,, +IDN,Indonesia,1984,525.33398,71.400002,91.699997,98.199997 +IDN,Indonesia,1985,516.961,,, +IDN,Indonesia,1986,474.85916,,, +IDN,Indonesia,1987,442.21545,71.400002,92.699997,98.300003 +IDN,Indonesia,1988,481.78149,,, +IDN,Indonesia,1989,530.00323,,, +IDN,Indonesia,1990,585.07654,58.799999,87,96.800003 +IDN,Indonesia,1991,631.78284,,, +IDN,Indonesia,1992,681.93842,,, +IDN,Indonesia,1993,827.90533,58.5,86.599998,96.599998 +IDN,Indonesia,1994,912.20325,,, +IDN,Indonesia,1995,1026.3934,,, +IDN,Indonesia,1996,1137.4102,47.400002,79.699997,94.099998 +IDN,Indonesia,1997,1063.7124,,, +IDN,Indonesia,1998,463.94818,66.699997,90.199997,97.900002 +IDN,Indonesia,1999,671.09863,41.700001,80.099998,95.5 +IDN,Indonesia,2000,780.19019,39.299999,79.900002,95.699997 +IDN,Indonesia,2001,748.25763,35.5,77.599998,94.800003 +IDN,Indonesia,2002,900.17755,22.799999,65,89.699997 +IDN,Indonesia,2003,1065.6486,22.6,62.700001,88.599998 +IDN,Indonesia,2004,1150.2614,23.9,62.900002,88.599998 +IDN,Indonesia,2005,1263.2874,21.1,61.299999,87.5 +IDN,Indonesia,2006,1589.8015,27.4,65.699997,89.300003 +IDN,Indonesia,2007,1860.0028,22.4,58.400002,84.699997 +IDN,Indonesia,2008,2166.8542,21.799999,57.299999,84.800003 +IDN,Indonesia,2009,2261.2473,18.200001,54.700001,83.699997 +IDN,Indonesia,2010,3122.3628,15.7,48.099998,77.800003 +IDN,Indonesia,2011,3643.0439,13.3,45.099998,74.400002 +IDN,Indonesia,2012,3694.3489,11.6,43.299999,73.5 +IDN,Indonesia,2013,3623.9116,9.3999996,40.799999,71 +IDN,Indonesia,2014,3491.6248,7.9000001,37.900002,69 +IDN,Indonesia,2015,3331.6951,7.1999998,33.099998,67 +IDN,Indonesia,2016,3562.8457,6.5,31,62.400002 +IDN,Indonesia,2017,3836.9138,5.6999998,27.299999,58.700001 +IDN,Indonesia,2018,3893.5962,,, +IMN,Isle of Man,1960,,,, +IMN,Isle of Man,1961,,,, +IMN,Isle of Man,1962,,,, +IMN,Isle of Man,1963,,,, +IMN,Isle of Man,1964,,,, +IMN,Isle of Man,1965,,,, +IMN,Isle of Man,1966,,,, +IMN,Isle of Man,1967,,,, +IMN,Isle of Man,1968,,,, +IMN,Isle of Man,1969,,,, +IMN,Isle of Man,1970,,,, +IMN,Isle of Man,1971,,,, +IMN,Isle of Man,1972,,,, +IMN,Isle of Man,1973,,,, +IMN,Isle of Man,1974,,,, +IMN,Isle of Man,1975,,,, +IMN,Isle of Man,1976,,,, +IMN,Isle of Man,1977,,,, +IMN,Isle of Man,1978,,,, +IMN,Isle of Man,1979,,,, +IMN,Isle of Man,1980,,,, +IMN,Isle of Man,1981,,,, +IMN,Isle of Man,1982,,,, +IMN,Isle of Man,1983,,,, +IMN,Isle of Man,1984,,,, +IMN,Isle of Man,1985,,,, +IMN,Isle of Man,1986,,,, +IMN,Isle of Man,1987,,,, +IMN,Isle of Man,1988,,,, +IMN,Isle of Man,1989,,,, +IMN,Isle of Man,1990,,,, +IMN,Isle of Man,1991,,,, +IMN,Isle of Man,1992,,,, +IMN,Isle of Man,1993,,,, +IMN,Isle of Man,1994,,,, +IMN,Isle of Man,1995,12681.47,,, +IMN,Isle of Man,1996,14038.351,,, +IMN,Isle of Man,1997,15990.788,,, +IMN,Isle of Man,1998,18447.998,,, +IMN,Isle of Man,1999,20624.277,,, +IMN,Isle of Man,2000,20322.945,,, +IMN,Isle of Man,2001,21353.744,,, +IMN,Isle of Man,2002,24865.396,,, +IMN,Isle of Man,2003,29522.523,,, +IMN,Isle of Man,2004,35490.801,,, +IMN,Isle of Man,2005,37761.152,,, +IMN,Isle of Man,2006,42106.801,,, +IMN,Isle of Man,2007,54194.988,,, +IMN,Isle of Man,2008,70994.406,,, +IMN,Isle of Man,2009,65031.332,,, +IMN,Isle of Man,2010,69766.523,,, +IMN,Isle of Man,2011,77351.961,,, +IMN,Isle of Man,2012,76104.68,,, +IMN,Isle of Man,2013,80431.672,,, +IMN,Isle of Man,2014,88974.227,,, +IMN,Isle of Man,2015,81606.281,,, +IMN,Isle of Man,2016,79155.539,,, +IMN,Isle of Man,2017,,,, +IMN,Isle of Man,2018,,,, +IND,India,1960,82.188606,,, +IND,India,1961,85.354301,,, +IND,India,1962,89.88176,,, +IND,India,1963,101.12643,,, +IND,India,1964,115.5375,,, +IND,India,1965,119.31892,,, +IND,India,1966,89.997307,,, +IND,India,1967,96.339142,,, +IND,India,1968,99.875969,,, +IND,India,1969,107.62232,,, +IND,India,1970,112.43449,,, +IND,India,1971,118.60325,,, +IND,India,1972,122.98186,,, +IND,India,1973,143.77869,,, +IND,India,1974,163.47812,,, +IND,India,1975,158.03618,,, +IND,India,1976,161.0921,,, +IND,India,1977,186.2135,61.599998,88.099998,97 +IND,India,1978,205.69339,,, +IND,India,1979,224.00102,,, +IND,India,1980,266.57785,,, +IND,India,1981,270.47061,,, +IND,India,1982,274.11133,,, +IND,India,1983,291.23813,54.799999,85.5,96.400002 +IND,India,1984,276.66797,,, +IND,India,1985,296.43515,,, +IND,India,1986,310.46594,,, +IND,India,1987,340.41684,48.900002,82.800003,95.5 +IND,India,1988,354.14926,,, +IND,India,1989,346.11288,,, +IND,India,1990,367.55661,,, +IND,India,1991,303.0556,,, +IND,India,1992,316.95395,,, +IND,India,1993,301.159,45.900002,81.099998,95.300003 +IND,India,1994,346.10297,,, +IND,India,1995,373.76648,,, +IND,India,1996,399.95007,,, +IND,India,1997,415.4938,,, +IND,India,1998,413.29895,,, +IND,India,1999,441.99878,,, +IND,India,2000,443.31421,,, +IND,India,2001,451.573,,, +IND,India,2002,470.98679,,, +IND,India,2003,546.72662,,, +IND,India,2004,627.77429,38.200001,75.199997,92.5 +IND,India,2005,714.86108,,, +IND,India,2006,806.7533,,, +IND,India,2007,1028.3347,,, +IND,India,2008,998.52228,,, +IND,India,2009,1101.9609,31.1,69.900002,90.599998 +IND,India,2010,1357.5637,,, +IND,India,2011,1458.1031,21.200001,60.400002,86.800003 +IND,India,2012,1443.8795,,, +IND,India,2013,1449.606,,, +IND,India,2014,1573.8815,,, +IND,India,2015,1605.6055,,, +IND,India,2016,1729.2681,,, +IND,India,2017,1981.499,,, +IND,India,2018,2015.5905,,, +IRL,Ireland,1960,685.61469,,, +IRL,Ireland,1961,739.27643,,, +IRL,Ireland,1962,797.00629,,, +IRL,Ireland,1963,852.13531,,, +IRL,Ireland,1964,965.13544,,, +IRL,Ireland,1965,1023.7737,,, +IRL,Ireland,1966,1074.5065,,, +IRL,Ireland,1967,1152.005,,, +IRL,Ireland,1968,1124.5166,,, +IRL,Ireland,1969,1291.35,,, +IRL,Ireland,1970,1488.2947,,, +IRL,Ireland,1971,1705.9727,,, +IRL,Ireland,1972,2082.9568,,, +IRL,Ireland,1973,2427.1724,,, +IRL,Ireland,1974,2519.9417,,, +IRL,Ireland,1975,2976.9609,,, +IRL,Ireland,1976,2923.0796,,, +IRL,Ireland,1977,3431.1775,,, +IRL,Ireland,1978,4405.2559,,, +IRL,Ireland,1979,5436.4648,,, +IRL,Ireland,1980,6380.0693,,, +IRL,Ireland,1981,5993.3228,,, +IRL,Ireland,1982,6168.0161,,, +IRL,Ireland,1983,5922.3257,,, +IRL,Ireland,1984,5698.8442,,, +IRL,Ireland,1985,6018.9351,,, +IRL,Ireland,1986,8121.8862,,, +IRL,Ireland,1987,9593.3887,,, +IRL,Ireland,1988,10728.704,,, +IRL,Ireland,1989,11189.2,,, +IRL,Ireland,1990,14048.106,,, +IRL,Ireland,1991,14104.078,,, +IRL,Ireland,1992,15733.204,,, +IRL,Ireland,1993,14674.614,,, +IRL,Ireland,1994,15921.975,,, +IRL,Ireland,1995,19181.4,,, +IRL,Ireland,1996,20860.598,,, +IRL,Ireland,1997,22542.811,,, +IRL,Ireland,1998,24263.244,,, +IRL,Ireland,1999,26284.342,,, +IRL,Ireland,2000,26241.365,,, +IRL,Ireland,2001,28227.727,,, +IRL,Ireland,2002,32541.098,,, +IRL,Ireland,2003,41106.926,.2,.2,.2 +IRL,Ireland,2004,47631.012,0,0,.2 +IRL,Ireland,2005,50878.223,0,0,.2 +IRL,Ireland,2006,54306.43,.1,.5,.5 +IRL,Ireland,2007,61359.742,0,.2,.5 +IRL,Ireland,2008,61262.102,.2,.2,.69999999 +IRL,Ireland,2009,52105.152,.5,.69999999,1.2 +IRL,Ireland,2010,48715.176,.5,.69999999,1.5 +IRL,Ireland,2011,51848.91,.5,.69999999,1.2 +IRL,Ireland,2012,48917.898,.2,.5,1 +IRL,Ireland,2013,51590.188,.69999999,.69999999,1.5 +IRL,Ireland,2014,55492.984,.5,.5,1 +IRL,Ireland,2015,61995.422,.2,.5,.69999999 +IRL,Ireland,2016,63197.082,,, +IRL,Ireland,2017,69649.883,,, +IRL,Ireland,2018,78806.43,,, +IRN,"Iran, Islamic Rep.",1960,191.68079,,, +IRN,"Iran, Islamic Rep.",1961,196.92508,,, +IRN,"Iran, Islamic Rep.",1962,203.43732,,, +IRN,"Iran, Islamic Rep.",1963,208.13235,,, +IRN,"Iran, Islamic Rep.",1964,221.32124,,, +IRN,"Iran, Islamic Rep.",1965,248.34108,,, +IRN,"Iran, Islamic Rep.",1966,264.97971,,, +IRN,"Iran, Islamic Rep.",1967,287.08282,,, +IRN,"Iran, Islamic Rep.",1968,318.99197,,, +IRN,"Iran, Islamic Rep.",1969,350.9136,,, +IRN,"Iran, Islamic Rep.",1970,384.94412,,, +IRN,"Iran, Islamic Rep.",1971,468.95682,,, +IRN,"Iran, Islamic Rep.",1972,570.35059,,, +IRN,"Iran, Islamic Rep.",1973,876.26849,,, +IRN,"Iran, Islamic Rep.",1974,1453.7346,,, +IRN,"Iran, Islamic Rep.",1975,1581.9304,,, +IRN,"Iran, Islamic Rep.",1976,2017.4119,,, +IRN,"Iran, Islamic Rep.",1977,2315.8928,,, +IRN,"Iran, Islamic Rep.",1978,2168.8701,,, +IRN,"Iran, Islamic Rep.",1979,2427.4658,,, +IRN,"Iran, Islamic Rep.",1980,2441.4404,,, +IRN,"Iran, Islamic Rep.",1981,2499.9888,,, +IRN,"Iran, Islamic Rep.",1982,3008.1455,,, +IRN,"Iran, Islamic Rep.",1983,3583.3293,,, +IRN,"Iran, Islamic Rep.",1984,3568.6555,,, +IRN,"Iran, Islamic Rep.",1985,3805.5828,,, +IRN,"Iran, Islamic Rep.",1986,4244.6909,6.8000002,20.4,42.700001 +IRN,"Iran, Islamic Rep.",1987,2617.7007,,, +IRN,"Iran, Islamic Rep.",1988,2318.4644,,, +IRN,"Iran, Islamic Rep.",1989,2197.9563,,, +IRN,"Iran, Islamic Rep.",1990,2214.3274,5.5999999,18.700001,42.200001 +IRN,"Iran, Islamic Rep.",1991,,,, +IRN,"Iran, Islamic Rep.",1992,,,, +IRN,"Iran, Islamic Rep.",1993,1067.3075,,, +IRN,"Iran, Islamic Rep.",1994,1185.6863,3.2,15,37.900002 +IRN,"Iran, Islamic Rep.",1995,1569.2552,,, +IRN,"Iran, Islamic Rep.",1996,1932.8049,,, +IRN,"Iran, Islamic Rep.",1997,1804.3367,,, +IRN,"Iran, Islamic Rep.",1998,1723.8353,2.5999999,13.3,33.5 +IRN,"Iran, Islamic Rep.",1999,1756.8966,,, +IRN,"Iran, Islamic Rep.",2000,1670.0095,,, +IRN,"Iran, Islamic Rep.",2001,1909.4122,,, +IRN,"Iran, Islamic Rep.",2002,1911.6788,,, +IRN,"Iran, Islamic Rep.",2003,2253.936,,, +IRN,"Iran, Islamic Rep.",2004,2756.1987,,, +IRN,"Iran, Islamic Rep.",2005,3246.051,.40000001,3.2,13.6 +IRN,"Iran, Islamic Rep.",2006,3774.3579,.40000001,3.2,14.6 +IRN,"Iran, Islamic Rep.",2007,4904.666,,, +IRN,"Iran, Islamic Rep.",2008,5630.4429,,, +IRN,"Iran, Islamic Rep.",2009,5677.8887,1,3.8,13.1 +IRN,"Iran, Islamic Rep.",2010,6603.2124,,, +IRN,"Iran, Islamic Rep.",2011,7818.0571,,, +IRN,"Iran, Islamic Rep.",2012,7927.6475,,, +IRN,"Iran, Islamic Rep.",2013,6111.4404,.1,1.2,8.1000004 +IRN,"Iran, Islamic Rep.",2014,5608.6025,.2,2.5,10.5 +IRN,"Iran, Islamic Rep.",2015,4916.0859,.30000001,2.4000001,11 +IRN,"Iran, Islamic Rep.",2016,5265.9067,.30000001,2.5,11.6 +IRN,"Iran, Islamic Rep.",2017,5627.7495,,, +IRN,"Iran, Islamic Rep.",2018,,,, +IRQ,Iraq,1960,231.02565,,, +IRQ,Iraq,1961,245.03206,,, +IRQ,Iraq,1962,254.70143,,, +IRQ,Iraq,1963,250.78711,,, +IRQ,Iraq,1964,288.16354,,, +IRQ,Iraq,1965,,,, +IRQ,Iraq,1966,,,, +IRQ,Iraq,1967,,,, +IRQ,Iraq,1968,312.82227,,, +IRQ,Iraq,1969,313.81744,,, +IRQ,Iraq,1970,330.88519,,, +IRQ,Iraq,1971,376.89188,,, +IRQ,Iraq,1972,388.11102,,, +IRQ,Iraq,1973,468.854,,, +IRQ,Iraq,1974,1018.0958,,, +IRQ,Iraq,1975,1151.8176,,, +IRQ,Iraq,1976,1471.1494,,, +IRQ,Iraq,1977,1591.8809,,, +IRQ,Iraq,1978,1847.6687,,, +IRQ,Iraq,1979,2852.1106,,, +IRQ,Iraq,1980,3911.5435,,, +IRQ,Iraq,1981,2736.0205,,, +IRQ,Iraq,1982,2951.353,,, +IRQ,Iraq,1983,2740.01,,, +IRQ,Iraq,1984,3081.0598,,, +IRQ,Iraq,1985,3103.9856,,, +IRQ,Iraq,1986,2962.1873,,, +IRQ,Iraq,1987,3482.1675,,, +IRQ,Iraq,1988,3762.4514,,, +IRQ,Iraq,1989,3862.4045,,, +IRQ,Iraq,1990,10326.922,,, +IRQ,Iraq,1991,,,, +IRQ,Iraq,1992,,,, +IRQ,Iraq,1993,,,, +IRQ,Iraq,1994,,,, +IRQ,Iraq,1995,,,, +IRQ,Iraq,1996,,,, +IRQ,Iraq,1997,,,, +IRQ,Iraq,1998,,,, +IRQ,Iraq,1999,,,, +IRQ,Iraq,2000,,,, +IRQ,Iraq,2001,,,, +IRQ,Iraq,2002,,,, +IRQ,Iraq,2003,,,, +IRQ,Iraq,2004,1391.9635,,, +IRQ,Iraq,2005,1855.522,,, +IRQ,Iraq,2006,2373.2148,2.0999999,19.6,62.200001 +IRQ,Iraq,2007,3182.948,,, +IRQ,Iraq,2008,4636.6108,,, +IRQ,Iraq,2009,3853.9409,,, +IRQ,Iraq,2010,4657.2803,,, +IRQ,Iraq,2011,6045.4956,,, +IRQ,Iraq,2012,6836.0273,2.5,17.9,57.299999 +IRQ,Iraq,2013,7076.877,,, +IRQ,Iraq,2014,6818.8047,,, +IRQ,Iraq,2015,4989.8032,,, +IRQ,Iraq,2016,4649.4683,,, +IRQ,Iraq,2017,5143.6611,,, +IRQ,Iraq,2018,5878.0386,,, +ISL,Iceland,1960,1414.9823,,, +ISL,Iceland,1961,1418.1259,,, +ISL,Iceland,1962,1562.2307,,, +ISL,Iceland,1963,1831.7057,,, +ISL,Iceland,1964,2297.9207,,, +ISL,Iceland,1965,2723.521,,, +ISL,Iceland,1966,3215.6941,,, +ISL,Iceland,1967,3125.6494,,, +ISL,Iceland,1968,2354.48,,, +ISL,Iceland,1969,2039.1963,,, +ISL,Iceland,1970,2580.2278,,, +ISL,Iceland,1971,3256.9883,,, +ISL,Iceland,1972,4020.8784,,, +ISL,Iceland,1973,5445.5156,,, +ISL,Iceland,1974,7051.1353,,, +ISL,Iceland,1975,6463.8789,,, +ISL,Iceland,1976,7594.6738,,, +ISL,Iceland,1977,9972.2227,,, +ISL,Iceland,1978,11253.626,,, +ISL,Iceland,1979,12659.642,,, +ISL,Iceland,1980,14844.094,,, +ISL,Iceland,1981,15160.007,,, +ISL,Iceland,1982,13732.347,,, +ISL,Iceland,1983,11689.354,,, +ISL,Iceland,1984,11977.517,,, +ISL,Iceland,1985,12379.768,,, +ISL,Iceland,1986,16430.709,,, +ISL,Iceland,1987,22486.938,,, +ISL,Iceland,1988,24488.729,,, +ISL,Iceland,1989,22468.068,,, +ISL,Iceland,1990,25423.072,,, +ISL,Iceland,1991,26843.277,,, +ISL,Iceland,1992,27165.047,,, +ISL,Iceland,1993,23615.238,,, +ISL,Iceland,1994,24054.734,,, +ISL,Iceland,1995,26673.625,,, +ISL,Iceland,1996,27659.877,,, +ISL,Iceland,1997,27960.922,,, +ISL,Iceland,1998,30995.029,,, +ISL,Iceland,1999,32343.992,,, +ISL,Iceland,2000,32018.063,,, +ISL,Iceland,2001,28793.959,,, +ISL,Iceland,2002,32326.639,,, +ISL,Iceland,2003,39423.926,0,0,.2 +ISL,Iceland,2004,47367.281,.2,.2,.2 +ISL,Iceland,2005,56658.59,0,0,.2 +ISL,Iceland,2006,56673.594,.2,.2,.5 +ISL,Iceland,2007,69054.273,0,.2,.2 +ISL,Iceland,2008,56409.773,0,0,.2 +ISL,Iceland,2009,41333.418,0,.2,.2 +ISL,Iceland,2010,43024.926,.2,.2,.2 +ISL,Iceland,2011,47516.875,.2,.2,.40000001 +ISL,Iceland,2012,45910.02,0,0,.2 +ISL,Iceland,2013,49522.238,0,0,.2 +ISL,Iceland,2014,54242.055,0,0,.2 +ISL,Iceland,2015,52428.598,,, +ISL,Iceland,2016,61757.949,,, +ISL,Iceland,2017,71314.773,,, +ISL,Iceland,2018,73201.703,,, +ISR,Israel,1960,1229.1748,,, +ISR,Israel,1961,1436.3844,,, +ISR,Israel,1962,1094.6359,,, +ISR,Israel,1963,1257.8114,,, +ISR,Israel,1964,1375.8922,,, +ISR,Israel,1965,1429.3146,,, +ISR,Israel,1966,1513.8835,,, +ISR,Israel,1967,1468.1239,,, +ISR,Israel,1968,1647.8773,,, +ISR,Israel,1969,1852.3926,,, +ISR,Israel,1970,2366.6218,,, +ISR,Israel,1971,2183.7732,,, +ISR,Israel,1972,2783.5134,,, +ISR,Israel,1973,3450.1982,,, +ISR,Israel,1974,4831.8774,,, +ISR,Israel,1975,4439.3149,,, +ISR,Israel,1976,4291.2539,,, +ISR,Israel,1977,4801.4116,,, +ISR,Israel,1978,4557.8989,,, +ISR,Israel,1979,5674.2632,0,.80000001,5.1999998 +ISR,Israel,1980,6222.1074,,, +ISR,Israel,1981,6456.5171,,, +ISR,Israel,1982,6895.8022,,, +ISR,Israel,1983,7563.2061,,, +ISR,Israel,1984,7001.2026,,, +ISR,Israel,1985,6488.2729,,, +ISR,Israel,1986,7919.9614,.2,.69999999,6.1999998 +ISR,Israel,1987,9362.2422,,, +ISR,Israel,1988,11262.142,,, +ISR,Israel,1989,11029.063,,, +ISR,Israel,1990,12644.926,,, +ISR,Israel,1991,13630.966,,, +ISR,Israel,1992,14736.858,.2,.2,2.2 +ISR,Israel,1993,14422.214,,, +ISR,Israel,1994,15969.058,,, +ISR,Israel,1995,18077.309,,, +ISR,Israel,1996,19299.967,,, +ISR,Israel,1997,19640.563,.2,.69999999,3.2 +ISR,Israel,1998,19404.053,,, +ISR,Israel,1999,19103.914,,, +ISR,Israel,2000,21027.781,,, +ISR,Israel,2001,20293.73,.2,.5,2.5 +ISR,Israel,2002,18423.502,,, +ISR,Israel,2003,18955.834,,, +ISR,Israel,2004,19876.916,,, +ISR,Israel,2005,20549.672,.5,1.2,6 +ISR,Israel,2006,21830.041,,, +ISR,Israel,2007,24894.277,.5,1,4.6999998 +ISR,Israel,2008,29548.064,,, +ISR,Israel,2009,27713.447,,, +ISR,Israel,2010,30659.127,.2,1,4.1999998 +ISR,Israel,2011,33701.215,,, +ISR,Israel,2012,32543.455,.5,.89999998,4.5 +ISR,Israel,2013,36344.316,,, +ISR,Israel,2014,37733.594,.5,1,3.5 +ISR,Israel,2015,35855.273,,, +ISR,Israel,2016,37371.625,.2,.69999999,2.7 +ISR,Israel,2017,40543.586,,, +ISR,Israel,2018,41614,,, +ITA,Italy,1960,804.49261,,, +ITA,Italy,1961,887.33673,,, +ITA,Italy,1962,990.26013,,, +ITA,Italy,1963,1126.0193,,, +ITA,Italy,1964,1222.5446,,, +ITA,Italy,1965,1304.4539,,, +ITA,Italy,1966,1402.4424,,, +ITA,Italy,1967,1533.6929,,, +ITA,Italy,1968,1651.9393,,, +ITA,Italy,1969,1813.3882,,, +ITA,Italy,1970,2099.9143,,, +ITA,Italy,1971,2298.0046,,, +ITA,Italy,1972,2662.3264,,, +ITA,Italy,1973,3194.6792,,, +ITA,Italy,1974,3609.2012,,, +ITA,Italy,1975,4093.4465,,, +ITA,Italy,1976,4019.7959,,, +ITA,Italy,1977,4588.4146,,, +ITA,Italy,1978,5591.9912,,, +ITA,Italy,1979,6967.2275,,, +ITA,Italy,1980,8429.0234,,, +ITA,Italy,1981,7597.689,,, +ITA,Italy,1982,7531.5977,,, +ITA,Italy,1983,7806.7388,,, +ITA,Italy,1984,7714.1851,,, +ITA,Italy,1985,7964.3286,,, +ITA,Italy,1986,11277.691,,, +ITA,Italy,1987,14187.774,,, +ITA,Italy,1988,15692.727,,, +ITA,Italy,1989,16332.609,,, +ITA,Italy,1990,20757.088,,, +ITA,Italy,1991,21884.104,,, +ITA,Italy,1992,23166.805,,, +ITA,Italy,1993,18676.953,,, +ITA,Italy,1994,19273.844,,, +ITA,Italy,1995,20596.389,,, +ITA,Italy,1996,23020.1,,, +ITA,Italy,1997,21779.625,,, +ITA,Italy,1998,22252.357,,, +ITA,Italy,1999,21936.822,,, +ITA,Italy,2000,20051.242,,, +ITA,Italy,2001,20400.811,,, +ITA,Italy,2002,22196.506,,, +ITA,Italy,2003,27387.227,.69999999,1,1.7 +ITA,Italy,2004,31174.561,.69999999,1,1.5 +ITA,Italy,2005,31959.264,.69999999,1,1.7 +ITA,Italy,2006,33410.746,.69999999,1,1.5 +ITA,Italy,2007,37698.785,.69999999,1,1.5 +ITA,Italy,2008,40640.184,.69999999,1,1.7 +ITA,Italy,2009,36976.844,1,1.2,1.7 +ITA,Italy,2010,35849.375,1.2,1.7,2.5 +ITA,Italy,2011,38334.684,1.2,1.5,2.5 +ITA,Italy,2012,34814.125,1.2,1.7,3 +ITA,Italy,2013,35370.273,1.4,2,3 +ITA,Italy,2014,35396.664,1.2,1.7,2.7 +ITA,Italy,2015,30170.518,2,2.5,3.5 +ITA,Italy,2016,30830.922,,, +ITA,Italy,2017,32155.205,,, +ITA,Italy,2018,34318.352,,, +JAM,Jamaica,1960,429.25519,,, +JAM,Jamaica,1961,453.05618,,, +JAM,Jamaica,1962,463.89023,,, +JAM,Jamaica,1963,485.24637,,, +JAM,Jamaica,1964,518.81415,,, +JAM,Jamaica,1965,553.44977,,, +JAM,Jamaica,1966,615.9657,,, +JAM,Jamaica,1967,636.61804,,, +JAM,Jamaica,1968,593.6228,,, +JAM,Jamaica,1969,644.05695,,, +JAM,Jamaica,1970,748.95746,,, +JAM,Jamaica,1971,808.63568,,, +JAM,Jamaica,1972,968.96741,,, +JAM,Jamaica,1973,968.95923,,, +JAM,Jamaica,1974,1188.5531,,, +JAM,Jamaica,1975,1410.4481,,, +JAM,Jamaica,1976,1443.0576,,, +JAM,Jamaica,1977,1561.7306,,, +JAM,Jamaica,1978,1255.7294,,, +JAM,Jamaica,1979,1137.027,,, +JAM,Jamaica,1980,1238.8351,,, +JAM,Jamaica,1981,1356.0166,,, +JAM,Jamaica,1982,1474.2386,,, +JAM,Jamaica,1983,1593.1843,,, +JAM,Jamaica,1984,1029.1372,,, +JAM,Jamaica,1985,899.25677,,, +JAM,Jamaica,1986,1168.0992,,, +JAM,Jamaica,1987,1383.7657,,, +JAM,Jamaica,1988,1602.1985,6.1999998,20.5,46.200001 +JAM,Jamaica,1989,1832.7589,,, +JAM,Jamaica,1990,1897.687,4.5999999,20.700001,50.200001 +JAM,Jamaica,1991,1668.988,,, +JAM,Jamaica,1992,1434.7104,,, +JAM,Jamaica,1993,2175.4563,9.8999996,31.200001,64.900002 +JAM,Jamaica,1994,2159.8413,,, +JAM,Jamaica,1995,2580.7363,,, +JAM,Jamaica,1996,2879.6582,3.4000001,14.3,43.299999 +JAM,Jamaica,1997,3241.2344,,, +JAM,Jamaica,1998,3359.0059,,, +JAM,Jamaica,1999,3362.2007,2.5999999,10.3,30.799999 +JAM,Jamaica,2000,3384.6948,,, +JAM,Jamaica,2001,3431.4165,,, +JAM,Jamaica,2002,3599.9731,2.8,11.5,34 +JAM,Jamaica,2003,3469.1516,,, +JAM,Jamaica,2004,3725.1091,1.7,9.1000004,29.700001 +JAM,Jamaica,2005,4089.1985,,, +JAM,Jamaica,2006,4321.0435,,, +JAM,Jamaica,2007,4633.9443,,, +JAM,Jamaica,2008,4917.7183,,, +JAM,Jamaica,2009,4316.231,,, +JAM,Jamaica,2010,4696.8418,,, +JAM,Jamaica,2011,5100.397,,, +JAM,Jamaica,2012,5206.9067,,, +JAM,Jamaica,2013,4964.833,,, +JAM,Jamaica,2014,4817.9258,,, +JAM,Jamaica,2015,4892.8975,,, +JAM,Jamaica,2016,4842.0449,,, +JAM,Jamaica,2017,5060.5449,,, +JAM,Jamaica,2018,5355.5825,,, +JOR,Jordan,1960,,,, +JOR,Jordan,1961,,,, +JOR,Jordan,1962,,,, +JOR,Jordan,1963,,,, +JOR,Jordan,1964,,,, +JOR,Jordan,1965,511.10165,,, +JOR,Jordan,1966,519.3739,,, +JOR,Jordan,1967,458.12671,,, +JOR,Jordan,1968,374.08426,,, +JOR,Jordan,1969,432.14529,,, +JOR,Jordan,1970,371.57275,,, +JOR,Jordan,1971,374.88843,,, +JOR,Jordan,1972,418.57846,,, +JOR,Jordan,1973,484.33597,,, +JOR,Jordan,1974,596.42047,,, +JOR,Jordan,1975,659.77582,,, +JOR,Jordan,1976,804.79987,,, +JOR,Jordan,1977,962.00977,,, +JOR,Jordan,1978,1163.0094,,, +JOR,Jordan,1979,1420.5623,,, +JOR,Jordan,1980,1644.2578,,, +JOR,Jordan,1981,1778.8729,,, +JOR,Jordan,1982,1825.8262,,, +JOR,Jordan,1983,1841.8745,,, +JOR,Jordan,1984,1783.7228,,, +JOR,Jordan,1985,1721.981,,, +JOR,Jordan,1986,2122.9668,0,2.9000001,23.799999 +JOR,Jordan,1987,2157.1006,,, +JOR,Jordan,1988,1927.5559,,, +JOR,Jordan,1989,1241.6991,,, +JOR,Jordan,1990,1166.6102,,, +JOR,Jordan,1991,1155.2333,,, +JOR,Jordan,1992,1335.2859,2.9000001,17.200001,44.700001 +JOR,Jordan,1993,1334.2302,,, +JOR,Jordan,1994,1414.3383,,, +JOR,Jordan,1995,1466.0442,,, +JOR,Jordan,1996,1463.8861,,, +JOR,Jordan,1997,1494.509,1.6,13.9,46.099998 +JOR,Jordan,1998,1600.3979,,, +JOR,Jordan,1999,1619.5333,,, +JOR,Jordan,2000,1651.6224,,, +JOR,Jordan,2001,1720.3588,,, +JOR,Jordan,2002,1802.0577,1.1,8.8999996,36.299999 +JOR,Jordan,2003,1876.2614,,, +JOR,Jordan,2004,2044.9626,,, +JOR,Jordan,2005,2183.3962,,, +JOR,Jordan,2006,2513.0317,.30000001,4.0999999,25.1 +JOR,Jordan,2007,2735.3831,,, +JOR,Jordan,2008,3388.8037,.1,3,23.9 +JOR,Jordan,2009,3477.9788,,, +JOR,Jordan,2010,3656.4536,.1,2.0999999,18.1 +JOR,Jordan,2011,3775.5193,,, +JOR,Jordan,2012,3827.2944,,, +JOR,Jordan,2013,3952.3403,,, +JOR,Jordan,2014,4047.5532,,, +JOR,Jordan,2015,4097.4116,,, +JOR,Jordan,2016,4109.5747,,, +JOR,Jordan,2017,4168.6416,,, +JOR,Jordan,2018,4247.7686,,, +JPN,Japan,1960,478.99533,,, +JPN,Japan,1961,563.58673,,, +JPN,Japan,1962,633.64032,,, +JPN,Japan,1963,717.86694,,, +JPN,Japan,1964,835.65723,,, +JPN,Japan,1965,919.77667,,, +JPN,Japan,1966,1058.5035,,, +JPN,Japan,1967,1228.9092,,, +JPN,Japan,1968,1450.6196,,, +JPN,Japan,1969,1669.0981,,, +JPN,Japan,1970,2037.5599,,, +JPN,Japan,1971,2272.0779,,, +JPN,Japan,1972,2967.042,,, +JPN,Japan,1973,3997.8411,,, +JPN,Japan,1974,4353.8242,,, +JPN,Japan,1975,4659.1201,,, +JPN,Japan,1976,5197.8066,,, +JPN,Japan,1977,6335.7876,,, +JPN,Japan,1978,8821.8438,,, +JPN,Japan,1979,9105.1357,,, +JPN,Japan,1980,9465.3799,,, +JPN,Japan,1981,10361.323,,, +JPN,Japan,1982,9578.1143,,, +JPN,Japan,1983,10425.407,,, +JPN,Japan,1984,10984.866,,, +JPN,Japan,1985,11584.649,,, +JPN,Japan,1986,17111.854,,, +JPN,Japan,1987,20745.252,,, +JPN,Japan,1988,25051.854,,, +JPN,Japan,1989,24813.299,,, +JPN,Japan,1990,25359.348,,, +JPN,Japan,1991,28925.041,,, +JPN,Japan,1992,31464.549,,, +JPN,Japan,1993,35765.914,,, +JPN,Japan,1994,39268.566,,, +JPN,Japan,1995,43440.367,,, +JPN,Japan,1996,38436.926,,, +JPN,Japan,1997,35021.719,,, +JPN,Japan,1998,31902.768,,, +JPN,Japan,1999,36026.555,,, +JPN,Japan,2000,38532.039,,, +JPN,Japan,2001,33846.465,,, +JPN,Japan,2002,32289.35,,, +JPN,Japan,2003,34808.391,,, +JPN,Japan,2004,37688.723,,, +JPN,Japan,2005,37217.648,,, +JPN,Japan,2006,35433.988,,, +JPN,Japan,2007,35275.227,,, +JPN,Japan,2008,39339.297,.2,.5,1 +JPN,Japan,2009,40855.176,,, +JPN,Japan,2010,44507.676,,, +JPN,Japan,2011,48167.996,,, +JPN,Japan,2012,48603.477,,, +JPN,Japan,2013,40454.449,,, +JPN,Japan,2014,38109.414,,, +JPN,Japan,2015,34524.469,,, +JPN,Japan,2016,38794.332,,, +JPN,Japan,2017,38331.98,,, +JPN,Japan,2018,39286.738,,, +KAZ,Kazakhstan,1960,,,, +KAZ,Kazakhstan,1961,,,, +KAZ,Kazakhstan,1962,,,, +KAZ,Kazakhstan,1963,,,, +KAZ,Kazakhstan,1964,,,, +KAZ,Kazakhstan,1965,,,, +KAZ,Kazakhstan,1966,,,, +KAZ,Kazakhstan,1967,,,, +KAZ,Kazakhstan,1968,,,, +KAZ,Kazakhstan,1969,,,, +KAZ,Kazakhstan,1970,,,, +KAZ,Kazakhstan,1971,,,, +KAZ,Kazakhstan,1972,,,, +KAZ,Kazakhstan,1973,,,, +KAZ,Kazakhstan,1974,,,, +KAZ,Kazakhstan,1975,,,, +KAZ,Kazakhstan,1976,,,, +KAZ,Kazakhstan,1977,,,, +KAZ,Kazakhstan,1978,,,, +KAZ,Kazakhstan,1979,,,, +KAZ,Kazakhstan,1980,,,, +KAZ,Kazakhstan,1981,,,, +KAZ,Kazakhstan,1982,,,, +KAZ,Kazakhstan,1983,,,, +KAZ,Kazakhstan,1984,,,, +KAZ,Kazakhstan,1985,,,, +KAZ,Kazakhstan,1986,,,, +KAZ,Kazakhstan,1987,,,, +KAZ,Kazakhstan,1988,,,, +KAZ,Kazakhstan,1989,,,, +KAZ,Kazakhstan,1990,1647.4633,,, +KAZ,Kazakhstan,1991,1512.4851,,, +KAZ,Kazakhstan,1992,1515.104,,, +KAZ,Kazakhstan,1993,1433.4615,,, +KAZ,Kazakhstan,1994,1320.3217,,, +KAZ,Kazakhstan,1995,1288.239,,, +KAZ,Kazakhstan,1996,1350.3339,6.3000002,24.6,56.599998 +KAZ,Kazakhstan,1997,1445.5695,,, +KAZ,Kazakhstan,1998,1468.7018,,, +KAZ,Kazakhstan,1999,1130.1136,,, +KAZ,Kazakhstan,2000,1229.001,,, +KAZ,Kazakhstan,2001,1490.9271,10.3,32.299999,64.900002 +KAZ,Kazakhstan,2002,1658.0308,6.8000002,27.9,62 +KAZ,Kazakhstan,2003,2068.124,4.5999999,22.799999,56.299999 +KAZ,Kazakhstan,2004,2874.2883,2.3,16.5,51.900002 +KAZ,Kazakhstan,2005,3771.2791,6.9000001,24.200001,51.700001 +KAZ,Kazakhstan,2006,5291.5757,.60000002,6,35.200001 +KAZ,Kazakhstan,2007,6771.415,.30000001,2.9000001,24 +KAZ,Kazakhstan,2008,8513.5645,.1,2.2,22 +KAZ,Kazakhstan,2009,7165.2231,.2,2.5999999,22.700001 +KAZ,Kazakhstan,2010,9070.4883,.1,1.9,18.200001 +KAZ,Kazakhstan,2011,11634.002,0,.69999999,9.1000004 +KAZ,Kazakhstan,2012,12386.7,0,.5,9.1999998 +KAZ,Kazakhstan,2013,13890.632,0,.30000001,5.8000002 +KAZ,Kazakhstan,2014,12807.261,0,.30000001,6.6999998 +KAZ,Kazakhstan,2015,10510.771,0,.40000001,8.1000004 +KAZ,Kazakhstan,2016,7714.8418,0,.69999999,12.2 +KAZ,Kazakhstan,2017,9030.3184,0,.40000001,8.6000004 +KAZ,Kazakhstan,2018,9331.0469,,, +KEN,Kenya,1960,97.445526,,, +KEN,Kenya,1961,94.65126,,, +KEN,Kenya,1962,100.39439,,, +KEN,Kenya,1963,103.77871,,, +KEN,Kenya,1964,108.29369,,, +KEN,Kenya,1965,104.71156,,, +KEN,Kenya,1966,118.20802,,, +KEN,Kenya,1967,120.98769,,, +KEN,Kenya,1968,128.39745,,, +KEN,Kenya,1969,133.66537,,, +KEN,Kenya,1970,141.88049,,, +KEN,Kenya,1971,151.82993,,, +KEN,Kenya,1972,173.49477,,, +KEN,Kenya,1973,198.57018,,, +KEN,Kenya,1974,227.36345,,, +KEN,Kenya,1975,240.08304,,, +KEN,Kenya,1976,246.48677,,, +KEN,Kenya,1977,307.01636,,, +KEN,Kenya,1978,348.80661,,, +KEN,Kenya,1979,394.63727,,, +KEN,Kenya,1980,442.54297,,, +KEN,Kenya,1981,401.69604,,, +KEN,Kenya,1982,362.62186,,, +KEN,Kenya,1983,324.39648,,, +KEN,Kenya,1984,323.37344,,, +KEN,Kenya,1985,308.64862,,, +KEN,Kenya,1986,351.02948,,, +KEN,Kenya,1987,372.77985,,, +KEN,Kenya,1988,377.15552,,, +KEN,Kenya,1989,361.15463,,, +KEN,Kenya,1990,361.32819,,, +KEN,Kenya,1991,332.41895,,, +KEN,Kenya,1992,324.13739,31.4,54.200001,76 +KEN,Kenya,1993,220.06973,,, +KEN,Kenya,1994,265.23227,31.5,60.599998,84.199997 +KEN,Kenya,1995,325.77893,,, +KEN,Kenya,1996,421.33926,,, +KEN,Kenya,1997,445.87726,31.9,59.5,83.099998 +KEN,Kenya,1998,465.90979,,, +KEN,Kenya,1999,414.67938,,, +KEN,Kenya,2000,397.48267,,, +KEN,Kenya,2001,395.32953,,, +KEN,Kenya,2002,389.54272,,, +KEN,Kenya,2003,429.78784,,, +KEN,Kenya,2004,451.6687,,, +KEN,Kenya,2005,511.61642,43.700001,69.199997,88.199997 +KEN,Kenya,2006,685.95453,,, +KEN,Kenya,2007,825.66663,,, +KEN,Kenya,2008,902.07001,,, +KEN,Kenya,2009,905.13177,,, +KEN,Kenya,2010,951.68799,,, +KEN,Kenya,2011,971.6333,,, +KEN,Kenya,2012,1136.8715,,, +KEN,Kenya,2013,1210.3881,,, +KEN,Kenya,2014,1315.8046,,, +KEN,Kenya,2015,1336.8833,36.799999,66.199997,86.5 +KEN,Kenya,2016,1410.5276,,, +KEN,Kenya,2017,1568.2015,,, +KEN,Kenya,2018,1710.5101,,, +KGZ,Kyrgyz Republic,1960,,,, +KGZ,Kyrgyz Republic,1961,,,, +KGZ,Kyrgyz Republic,1962,,,, +KGZ,Kyrgyz Republic,1963,,,, +KGZ,Kyrgyz Republic,1964,,,, +KGZ,Kyrgyz Republic,1965,,,, +KGZ,Kyrgyz Republic,1966,,,, +KGZ,Kyrgyz Republic,1967,,,, +KGZ,Kyrgyz Republic,1968,,,, +KGZ,Kyrgyz Republic,1969,,,, +KGZ,Kyrgyz Republic,1970,,,, +KGZ,Kyrgyz Republic,1971,,,, +KGZ,Kyrgyz Republic,1972,,,, +KGZ,Kyrgyz Republic,1973,,,, +KGZ,Kyrgyz Republic,1974,,,, +KGZ,Kyrgyz Republic,1975,,,, +KGZ,Kyrgyz Republic,1976,,,, +KGZ,Kyrgyz Republic,1977,,,, +KGZ,Kyrgyz Republic,1978,,,, +KGZ,Kyrgyz Republic,1979,,,, +KGZ,Kyrgyz Republic,1980,,,, +KGZ,Kyrgyz Republic,1981,,,, +KGZ,Kyrgyz Republic,1982,,,, +KGZ,Kyrgyz Republic,1983,,,, +KGZ,Kyrgyz Republic,1984,,,, +KGZ,Kyrgyz Republic,1985,,,, +KGZ,Kyrgyz Republic,1986,,,, +KGZ,Kyrgyz Republic,1987,,,, +KGZ,Kyrgyz Republic,1988,,,, +KGZ,Kyrgyz Republic,1989,,,, +KGZ,Kyrgyz Republic,1990,609.17291,,, +KGZ,Kyrgyz Republic,1991,575.64398,,, +KGZ,Kyrgyz Republic,1992,513.03595,,, +KGZ,Kyrgyz Republic,1993,449.0658,,, +KGZ,Kyrgyz Republic,1994,372.3078,,, +KGZ,Kyrgyz Republic,1995,364.2265,,, +KGZ,Kyrgyz Republic,1996,394.86011,,, +KGZ,Kyrgyz Republic,1997,376.42963,,, +KGZ,Kyrgyz Republic,1998,345.13812,30.6,53.099998,78.099998 +KGZ,Kyrgyz Republic,1999,258.04922,,, +KGZ,Kyrgyz Republic,2000,279.62042,42.099998,77.599998,94.199997 +KGZ,Kyrgyz Republic,2001,308.40878,36.400002,72.800003,94.300003 +KGZ,Kyrgyz Republic,2002,321.72659,34.099998,71.699997,93.300003 +KGZ,Kyrgyz Republic,2003,380.50735,28.1,69.099998,93 +KGZ,Kyrgyz Republic,2004,433.23499,13.6,46.700001,77.599998 +KGZ,Kyrgyz Republic,2005,476.55212,15.3,51.700001,82.900002 +KGZ,Kyrgyz Republic,2006,543.11072,9.8999996,39,70.199997 +KGZ,Kyrgyz Republic,2007,721.76868,9.8999996,36,71.099998 +KGZ,Kyrgyz Republic,2008,966.39362,4,25,63.799999 +KGZ,Kyrgyz Republic,2009,871.22437,2.0999999,21,63.099998 +KGZ,Kyrgyz Republic,2010,880.03778,4.0999999,23.200001,66.099998 +KGZ,Kyrgyz Republic,2011,1123.8832,1.8,21.4,66.300003 +KGZ,Kyrgyz Republic,2012,1177.9747,2.9000001,21.6,69.300003 +KGZ,Kyrgyz Republic,2013,1282.4371,3.3,26.299999,69.5 +KGZ,Kyrgyz Republic,2014,1279.7698,1.3,19.700001,66.699997 +KGZ,Kyrgyz Republic,2015,1121.0829,2.5,23.4,70 +KGZ,Kyrgyz Republic,2016,1120.6665,1.4,19.1,67.199997 +KGZ,Kyrgyz Republic,2017,1242.7697,1.5,19.6,66.400002 +KGZ,Kyrgyz Republic,2018,1281.3636,,, +KHM,Cambodia,1960,111.34248,,, +KHM,Cambodia,1961,109.46039,,, +KHM,Cambodia,1962,109.48122,,, +KHM,Cambodia,1963,117.82349,,, +KHM,Cambodia,1964,123.64581,,, +KHM,Cambodia,1965,134.30415,,, +KHM,Cambodia,1966,138.84296,,, +KHM,Cambodia,1967,144.0118,,, +KHM,Cambodia,1968,157.18993,,, +KHM,Cambodia,1969,142.2652,,, +KHM,Cambodia,1970,102.67896,,, +KHM,Cambodia,1971,135.84865,,, +KHM,Cambodia,1972,69.23333,,, +KHM,Cambodia,1973,94.358528,,, +KHM,Cambodia,1974,78.111992,,, +KHM,Cambodia,1975,,,, +KHM,Cambodia,1976,,,, +KHM,Cambodia,1977,,,, +KHM,Cambodia,1978,,,, +KHM,Cambodia,1979,,,, +KHM,Cambodia,1980,,,, +KHM,Cambodia,1981,,,, +KHM,Cambodia,1982,,,, +KHM,Cambodia,1983,,,, +KHM,Cambodia,1984,,,, +KHM,Cambodia,1985,,,, +KHM,Cambodia,1986,,,, +KHM,Cambodia,1987,,,, +KHM,Cambodia,1988,,,, +KHM,Cambodia,1989,,,, +KHM,Cambodia,1990,,,, +KHM,Cambodia,1991,,,, +KHM,Cambodia,1992,,,, +KHM,Cambodia,1993,254.11649,,, +KHM,Cambodia,1994,270.543,,, +KHM,Cambodia,1995,322.93179,,, +KHM,Cambodia,1996,319.28638,,, +KHM,Cambodia,1997,304.76462,,, +KHM,Cambodia,1998,268.99042,,, +KHM,Cambodia,1999,295.90332,,, +KHM,Cambodia,2000,302.57715,,, +KHM,Cambodia,2001,321.1503,,, +KHM,Cambodia,2002,338.98727,,, +KHM,Cambodia,2003,362.33569,,, +KHM,Cambodia,2004,408.51382,,, +KHM,Cambodia,2005,474.11124,,, +KHM,Cambodia,2006,539.75018,,, +KHM,Cambodia,2007,631.52484,,, +KHM,Cambodia,2008,745.60919,,, +KHM,Cambodia,2009,738.05481,,, +KHM,Cambodia,2010,785.50226,,, +KHM,Cambodia,2011,882.27551,,, +KHM,Cambodia,2012,950.88037,,, +KHM,Cambodia,2013,1013.4204,,, +KHM,Cambodia,2014,1093.4962,,, +KHM,Cambodia,2015,1162.9049,,, +KHM,Cambodia,2016,1269.5913,,, +KHM,Cambodia,2017,1385.26,,, +KHM,Cambodia,2018,1512.1267,,, +KIR,Kiribati,1960,,,, +KIR,Kiribati,1961,,,, +KIR,Kiribati,1962,,,, +KIR,Kiribati,1963,,,, +KIR,Kiribati,1964,,,, +KIR,Kiribati,1965,,,, +KIR,Kiribati,1966,,,, +KIR,Kiribati,1967,,,, +KIR,Kiribati,1968,,,, +KIR,Kiribati,1969,,,, +KIR,Kiribati,1970,279.47214,,, +KIR,Kiribati,1971,293.93289,,, +KIR,Kiribati,1972,358.78226,,, +KIR,Kiribati,1973,592.13599,,, +KIR,Kiribati,1974,1576.1539,,, +KIR,Kiribati,1975,999.41608,,, +KIR,Kiribati,1976,735.09796,,, +KIR,Kiribati,1977,682.61676,,, +KIR,Kiribati,1978,784.65106,,, +KIR,Kiribati,1979,729.03589,,, +KIR,Kiribati,1980,652.86511,,, +KIR,Kiribati,1981,688.30359,,, +KIR,Kiribati,1982,666.35022,,, +KIR,Kiribati,1983,612.92725,,, +KIR,Kiribati,1984,657.37219,,, +KIR,Kiribati,1985,502.06528,,, +KIR,Kiribati,1986,489.81851,,, +KIR,Kiribati,1987,499.77304,,, +KIR,Kiribati,1988,621.98187,,, +KIR,Kiribati,1989,580.3526,,, +KIR,Kiribati,1990,549.85553,,, +KIR,Kiribati,1991,644.78082,,, +KIR,Kiribati,1992,638.49817,,, +KIR,Kiribati,1993,619.67914,,, +KIR,Kiribati,1994,715.17645,,, +KIR,Kiribati,1995,724.85657,,, +KIR,Kiribati,1996,843.00189,,, +KIR,Kiribati,1997,842.24976,,, +KIR,Kiribati,1998,801.10406,,, +KIR,Kiribati,1999,831.99463,,, +KIR,Kiribati,2000,796.88818,,, +KIR,Kiribati,2001,735.02631,,, +KIR,Kiribati,2002,826.94525,,, +KIR,Kiribati,2003,1015.7242,,, +KIR,Kiribati,2004,1131.14,,, +KIR,Kiribati,2005,1214.5566,,, +KIR,Kiribati,2006,1168.4485,12.9,34.599998,69.400002 +KIR,Kiribati,2007,1374.4521,,, +KIR,Kiribati,2008,1428.1205,,, +KIR,Kiribati,2009,1311.999,,, +KIR,Kiribati,2010,1516.8119,,, +KIR,Kiribati,2011,1735.0183,,, +KIR,Kiribati,2012,1788.5054,,, +KIR,Kiribati,2013,1715.7654,,, +KIR,Kiribati,2014,1642.7626,,, +KIR,Kiribati,2015,1542.5752,,, +KIR,Kiribati,2016,1584.8075,,, +KIR,Kiribati,2017,1625.5759,,, +KIR,Kiribati,2018,1625.2861,,, +KNA,St. Kitts and Nevis,1960,241.55803,,, +KNA,St. Kitts and Nevis,1961,243.85118,,, +KNA,St. Kitts and Nevis,1962,246.09152,,, +KNA,St. Kitts and Nevis,1963,253.99756,,, +KNA,St. Kitts and Nevis,1964,268.7019,,, +KNA,St. Kitts and Nevis,1965,276.22083,,, +KNA,St. Kitts and Nevis,1966,299.20755,,, +KNA,St. Kitts and Nevis,1967,353.35553,,, +KNA,St. Kitts and Nevis,1968,314.67551,,, +KNA,St. Kitts and Nevis,1969,348.09152,,, +KNA,St. Kitts and Nevis,1970,363.16644,,, +KNA,St. Kitts and Nevis,1971,441.10468,,, +KNA,St. Kitts and Nevis,1972,517.70868,,, +KNA,St. Kitts and Nevis,1973,546.04993,,, +KNA,St. Kitts and Nevis,1974,710.94696,,, +KNA,St. Kitts and Nevis,1975,753.6153,,, +KNA,St. Kitts and Nevis,1976,681.77521,,, +KNA,St. Kitts and Nevis,1977,1012.6243,,, +KNA,St. Kitts and Nevis,1978,1131.0044,,, +KNA,St. Kitts and Nevis,1979,1354.0597,,, +KNA,St. Kitts and Nevis,1980,1584.5206,,, +KNA,St. Kitts and Nevis,1981,1882.9191,,, +KNA,St. Kitts and Nevis,1982,2013.2418,,, +KNA,St. Kitts and Nevis,1983,2044.9972,,, +KNA,St. Kitts and Nevis,1984,2336.6414,,, +KNA,St. Kitts and Nevis,1985,2651.5303,,, +KNA,St. Kitts and Nevis,1986,3150.6204,,, +KNA,St. Kitts and Nevis,1987,3600.0286,,, +KNA,St. Kitts and Nevis,1988,4249.2109,,, +KNA,St. Kitts and Nevis,1989,4770.7124,,, +KNA,St. Kitts and Nevis,1990,5396.5303,,, +KNA,St. Kitts and Nevis,1991,5461.7378,,, +KNA,St. Kitts and Nevis,1992,5949.7119,,, +KNA,St. Kitts and Nevis,1993,6411.9282,,, +KNA,St. Kitts and Nevis,1994,7092.2378,,, +KNA,St. Kitts and Nevis,1995,7450.7627,,, +KNA,St. Kitts and Nevis,1996,7862.1802,,, +KNA,St. Kitts and Nevis,1997,8742.248,,, +KNA,St. Kitts and Nevis,1998,8867.3828,,, +KNA,St. Kitts and Nevis,1999,9322.627,,, +KNA,St. Kitts and Nevis,2000,9836.1963,,, +KNA,St. Kitts and Nevis,2001,10660.412,,, +KNA,St. Kitts and Nevis,2002,11011.379,,, +KNA,St. Kitts and Nevis,2003,10631.407,,, +KNA,St. Kitts and Nevis,2004,11424.974,,, +KNA,St. Kitts and Nevis,2005,12329.661,,, +KNA,St. Kitts and Nevis,2006,13883.424,,, +KNA,St. Kitts and Nevis,2007,15152.135,,, +KNA,St. Kitts and Nevis,2008,16465.051,,, +KNA,St. Kitts and Nevis,2009,15783.584,,, +KNA,St. Kitts and Nevis,2010,15643.566,,, +KNA,St. Kitts and Nevis,2011,16557.691,,, +KNA,St. Kitts and Nevis,2012,16044.116,,, +KNA,St. Kitts and Nevis,2013,16878.191,,, +KNA,St. Kitts and Nevis,2014,18057.615,,, +KNA,St. Kitts and Nevis,2015,18286.32,,, +KNA,St. Kitts and Nevis,2016,18575.752,,, +KNA,St. Kitts and Nevis,2017,19060.57,,, +KNA,St. Kitts and Nevis,2018,19829.428,,, +KOR,"Korea, Rep.",1960,158.2113,,, +KOR,"Korea, Rep.",1961,93.831757,,, +KOR,"Korea, Rep.",1962,106.1311,,, +KOR,"Korea, Rep.",1963,146.30305,,, +KOR,"Korea, Rep.",1964,123.59013,,, +KOR,"Korea, Rep.",1965,108.71037,,, +KOR,"Korea, Rep.",1966,133.45357,,, +KOR,"Korea, Rep.",1967,161.12067,,, +KOR,"Korea, Rep.",1968,198.36098,,, +KOR,"Korea, Rep.",1969,243.33881,,, +KOR,"Korea, Rep.",1970,279.12518,,, +KOR,"Korea, Rep.",1971,300.76483,,, +KOR,"Korea, Rep.",1972,323.59616,,, +KOR,"Korea, Rep.",1973,405.88293,,, +KOR,"Korea, Rep.",1974,561.5672,,, +KOR,"Korea, Rep.",1975,615.20142,,, +KOR,"Korea, Rep.",1976,830.69916,,, +KOR,"Korea, Rep.",1977,1050.8979,,, +KOR,"Korea, Rep.",1978,1398.4788,,, +KOR,"Korea, Rep.",1979,1773.5269,,, +KOR,"Korea, Rep.",1980,1704.4697,,, +KOR,"Korea, Rep.",1981,1870.3387,,, +KOR,"Korea, Rep.",1982,1977.6416,,, +KOR,"Korea, Rep.",1983,2180.4949,,, +KOR,"Korea, Rep.",1984,2390.6731,,, +KOR,"Korea, Rep.",1985,2457.3279,,, +KOR,"Korea, Rep.",1986,2803.3687,,, +KOR,"Korea, Rep.",1987,3510.99,,, +KOR,"Korea, Rep.",1988,4686.1372,,, +KOR,"Korea, Rep.",1989,5736.9038,,, +KOR,"Korea, Rep.",1990,6516.3057,,, +KOR,"Korea, Rep.",1991,7523.4771,,, +KOR,"Korea, Rep.",1992,8001.541,,, +KOR,"Korea, Rep.",1993,8740.9453,,, +KOR,"Korea, Rep.",1994,10205.808,,, +KOR,"Korea, Rep.",1995,12332.979,,, +KOR,"Korea, Rep.",1996,13137.908,,, +KOR,"Korea, Rep.",1997,12131.875,,, +KOR,"Korea, Rep.",1998,8085.3237,,, +KOR,"Korea, Rep.",1999,10409.327,,, +KOR,"Korea, Rep.",2000,11947.579,,, +KOR,"Korea, Rep.",2001,11252.907,,, +KOR,"Korea, Rep.",2002,12782.525,,, +KOR,"Korea, Rep.",2003,14209.389,,, +KOR,"Korea, Rep.",2004,15907.666,,, +KOR,"Korea, Rep.",2005,18639.521,,, +KOR,"Korea, Rep.",2006,20888.381,.2,.5,1.2 +KOR,"Korea, Rep.",2007,23060.707,,, +KOR,"Korea, Rep.",2008,20430.639,.2,.5,1.2 +KOR,"Korea, Rep.",2009,18291.92,,, +KOR,"Korea, Rep.",2010,22086.953,.5,.69999999,1.5 +KOR,"Korea, Rep.",2011,24079.789,,, +KOR,"Korea, Rep.",2012,24358.781,.2,.5,1.2 +KOR,"Korea, Rep.",2013,25890.02,,, +KOR,"Korea, Rep.",2014,27811.367,,, +KOR,"Korea, Rep.",2015,27105.076,,, +KOR,"Korea, Rep.",2016,27608.248,,, +KOR,"Korea, Rep.",2017,29742.838,,, +KOR,"Korea, Rep.",2018,31362.752,,, +KWT,Kuwait,1960,,,, +KWT,Kuwait,1961,,,, +KWT,Kuwait,1962,,,, +KWT,Kuwait,1963,,,, +KWT,Kuwait,1964,,,, +KWT,Kuwait,1965,4443.4053,,, +KWT,Kuwait,1966,4571.1821,,, +KWT,Kuwait,1967,4230.8477,,, +KWT,Kuwait,1968,4207.8115,,, +KWT,Kuwait,1969,4019.7632,,, +KWT,Kuwait,1970,3860.5479,,, +KWT,Kuwait,1971,4858.7104,,, +KWT,Kuwait,1972,5224.9292,,, +KWT,Kuwait,1973,5971.8252,,, +KWT,Kuwait,1974,13521.71,,, +KWT,Kuwait,1975,11768.526,,, +KWT,Kuwait,1976,12093.324,,, +KWT,Kuwait,1977,12253.761,,, +KWT,Kuwait,1978,12663.448,,, +KWT,Kuwait,1979,19092.957,,, +KWT,Kuwait,1980,20924.258,,, +KWT,Kuwait,1981,17408.555,,, +KWT,Kuwait,1982,14312.373,,, +KWT,Kuwait,1983,13233.898,,, +KWT,Kuwait,1984,13132.765,,, +KWT,Kuwait,1985,12356.907,,, +KWT,Kuwait,1986,9771.0986,,, +KWT,Kuwait,1987,11535.216,,, +KWT,Kuwait,1988,10169.006,,, +KWT,Kuwait,1989,11617.156,,, +KWT,Kuwait,1990,8794.6309,,, +KWT,Kuwait,1991,5419.5908,,, +KWT,Kuwait,1992,,,, +KWT,Kuwait,1993,,,, +KWT,Kuwait,1994,,,, +KWT,Kuwait,1995,16932.357,,, +KWT,Kuwait,1996,19358.793,,, +KWT,Kuwait,1997,17748.475,,, +KWT,Kuwait,1998,14167.255,,, +KWT,Kuwait,1999,15434.169,,, +KWT,Kuwait,2000,18439.9,,, +KWT,Kuwait,2001,16588.729,,, +KWT,Kuwait,2002,17846.326,,, +KWT,Kuwait,2003,22148.068,,, +KWT,Kuwait,2004,27012.189,,, +KWT,Kuwait,2005,35590.703,,, +KWT,Kuwait,2006,42782.094,,, +KWT,Kuwait,2007,45782.84,,, +KWT,Kuwait,2008,55495.23,,, +KWT,Kuwait,2009,37539.258,,, +KWT,Kuwait,2010,38577.383,,, +KWT,Kuwait,2011,48618.883,,, +KWT,Kuwait,2012,51979,,, +KWT,Kuwait,2013,49388.109,,, +KWT,Kuwait,2014,44062.305,,, +KWT,Kuwait,2015,29869.529,,, +KWT,Kuwait,2016,27653.164,,, +KWT,Kuwait,2017,29474.541,,, +KWT,Kuwait,2018,34243.953,,, +LAO,Lao PDR,1960,,,, +LAO,Lao PDR,1961,,,, +LAO,Lao PDR,1962,,,, +LAO,Lao PDR,1963,,,, +LAO,Lao PDR,1964,,,, +LAO,Lao PDR,1965,,,, +LAO,Lao PDR,1966,,,, +LAO,Lao PDR,1967,,,, +LAO,Lao PDR,1968,,,, +LAO,Lao PDR,1969,,,, +LAO,Lao PDR,1970,,,, +LAO,Lao PDR,1971,,,, +LAO,Lao PDR,1972,,,, +LAO,Lao PDR,1973,,,, +LAO,Lao PDR,1974,,,, +LAO,Lao PDR,1975,,,, +LAO,Lao PDR,1976,,,, +LAO,Lao PDR,1977,,,, +LAO,Lao PDR,1978,,,, +LAO,Lao PDR,1979,,,, +LAO,Lao PDR,1980,,,, +LAO,Lao PDR,1981,,,, +LAO,Lao PDR,1982,,,, +LAO,Lao PDR,1983,,,, +LAO,Lao PDR,1984,489.95761,,, +LAO,Lao PDR,1985,641.73865,,, +LAO,Lao PDR,1986,468.30505,,, +LAO,Lao PDR,1987,278.39322,,, +LAO,Lao PDR,1988,148.96529,,, +LAO,Lao PDR,1989,172.52321,,, +LAO,Lao PDR,1990,203.25597,,, +LAO,Lao PDR,1991,234.76424,,, +LAO,Lao PDR,1992,250.60422,32.200001,68.400002,90.199997 +LAO,Lao PDR,1993,287.39496,,, +LAO,Lao PDR,1994,325.94107,,, +LAO,Lao PDR,1995,363.87961,,, +LAO,Lao PDR,1996,378.42816,,, +LAO,Lao PDR,1997,345.92136,52.400002,82.5,94.900002 +LAO,Lao PDR,1998,248.83905,,, +LAO,Lao PDR,1999,277.80984,,, +LAO,Lao PDR,2000,325.18701,,, +LAO,Lao PDR,2001,326.94189,,, +LAO,Lao PDR,2002,320.06152,33.799999,72.099998,92.300003 +LAO,Lao PDR,2003,362.82141,,, +LAO,Lao PDR,2004,417.9285,,, +LAO,Lao PDR,2005,475.61072,,, +LAO,Lao PDR,2006,590.63269,,, +LAO,Lao PDR,2007,710.34479,27,65.400002,88.699997 +LAO,Lao PDR,2008,900.32367,,, +LAO,Lao PDR,2009,948.65393,,, +LAO,Lao PDR,2010,1140.5992,,, +LAO,Lao PDR,2011,1378.3613,,, +LAO,Lao PDR,2012,1581.3954,22.700001,58.700001,85 +LAO,Lao PDR,2013,1825.6652,,, +LAO,Lao PDR,2014,1998.3352,,, +LAO,Lao PDR,2015,2134.7043,,, +LAO,Lao PDR,2016,2308.8027,,, +LAO,Lao PDR,2017,2423.8462,,, +LAO,Lao PDR,2018,2567.5432,,, +LBN,Lebanon,1960,,,, +LBN,Lebanon,1961,,,, +LBN,Lebanon,1962,,,, +LBN,Lebanon,1963,,,, +LBN,Lebanon,1964,,,, +LBN,Lebanon,1965,,,, +LBN,Lebanon,1966,,,, +LBN,Lebanon,1967,,,, +LBN,Lebanon,1968,,,, +LBN,Lebanon,1969,,,, +LBN,Lebanon,1970,,,, +LBN,Lebanon,1971,,,, +LBN,Lebanon,1972,,,, +LBN,Lebanon,1973,,,, +LBN,Lebanon,1974,,,, +LBN,Lebanon,1975,,,, +LBN,Lebanon,1976,,,, +LBN,Lebanon,1977,,,, +LBN,Lebanon,1978,,,, +LBN,Lebanon,1979,,,, +LBN,Lebanon,1980,,,, +LBN,Lebanon,1981,,,, +LBN,Lebanon,1982,,,, +LBN,Lebanon,1983,,,, +LBN,Lebanon,1984,,,, +LBN,Lebanon,1985,,,, +LBN,Lebanon,1986,,,, +LBN,Lebanon,1987,,,, +LBN,Lebanon,1988,1234.2426,,, +LBN,Lebanon,1989,996.90393,,, +LBN,Lebanon,1990,1012.6439,,, +LBN,Lebanon,1991,1605.3687,,, +LBN,Lebanon,1992,1899.6516,,, +LBN,Lebanon,1993,2446.53,,, +LBN,Lebanon,1994,2820.4878,,, +LBN,Lebanon,1995,3321.2964,,, +LBN,Lebanon,1996,3791.6055,,, +LBN,Lebanon,1997,4305.6431,,, +LBN,Lebanon,1998,4669.5776,,, +LBN,Lebanon,1999,4640.3794,,, +LBN,Lebanon,2000,4491.6372,,, +LBN,Lebanon,2001,4422.3872,,, +LBN,Lebanon,2002,4579.4595,,, +LBN,Lebanon,2003,4576.3906,,, +LBN,Lebanon,2004,4627.6582,,, +LBN,Lebanon,2005,4573.5361,,, +LBN,Lebanon,2006,4632.3125,,, +LBN,Lebanon,2007,5217.4717,,, +LBN,Lebanon,2008,6134.1304,,, +LBN,Lebanon,2009,7371.1006,,, +LBN,Lebanon,2010,7756.7441,,, +LBN,Lebanon,2011,7703.3896,0,.1,1.9 +LBN,Lebanon,2012,7985.855,,, +LBN,Lebanon,2013,7923.8516,,, +LBN,Lebanon,2014,7712.063,,, +LBN,Lebanon,2015,7649.8325,,, +LBN,Lebanon,2016,7634.9468,,, +LBN,Lebanon,2017,7838.3433,,, +LBN,Lebanon,2018,8269.7881,,, +LBR,Liberia,1960,,,, +LBR,Liberia,1961,,,, +LBR,Liberia,1962,,,, +LBR,Liberia,1963,,,, +LBR,Liberia,1964,,,, +LBR,Liberia,1965,,,, +LBR,Liberia,1966,,,, +LBR,Liberia,1967,,,, +LBR,Liberia,1968,,,, +LBR,Liberia,1969,,,, +LBR,Liberia,1970,,,, +LBR,Liberia,1971,,,, +LBR,Liberia,1972,,,, +LBR,Liberia,1973,,,, +LBR,Liberia,1974,,,, +LBR,Liberia,1975,,,, +LBR,Liberia,1976,,,, +LBR,Liberia,1977,,,, +LBR,Liberia,1978,,,, +LBR,Liberia,1979,,,, +LBR,Liberia,1980,,,, +LBR,Liberia,1981,,,, +LBR,Liberia,1982,,,, +LBR,Liberia,1983,,,, +LBR,Liberia,1984,,,, +LBR,Liberia,1985,,,, +LBR,Liberia,1986,,,, +LBR,Liberia,1987,,,, +LBR,Liberia,1988,,,, +LBR,Liberia,1989,,,, +LBR,Liberia,1990,,,, +LBR,Liberia,1991,,,, +LBR,Liberia,1992,,,, +LBR,Liberia,1993,,,, +LBR,Liberia,1994,,,, +LBR,Liberia,1995,,,, +LBR,Liberia,1996,,,, +LBR,Liberia,1997,,,, +LBR,Liberia,1998,,,, +LBR,Liberia,1999,,,, +LBR,Liberia,2000,306.83289,,, +LBR,Liberia,2001,306.71036,,, +LBR,Liberia,2002,306.47372,,, +LBR,Liberia,2003,243.08934,,, +LBR,Liberia,2004,286.065,,, +LBR,Liberia,2005,294.89304,,, +LBR,Liberia,2006,336.11566,,, +LBR,Liberia,2007,396.60178,68.599998,90.400002,97.300003 +LBR,Liberia,2008,478.39993,,, +LBR,Liberia,2009,470.94763,,, +LBR,Liberia,2010,513.44568,,, +LBR,Liberia,2011,596.89709,,, +LBR,Liberia,2012,657.93628,,, +LBR,Liberia,2013,721.93005,,, +LBR,Liberia,2014,721.1828,38.599998,73.800003,93 +LBR,Liberia,2015,710.38385,,, +LBR,Liberia,2016,714.62341,40.900002,72.599998,92.199997 +LBR,Liberia,2017,698.70178,,, +LBR,Liberia,2018,674.20947,,, +LBY,Libya,1960,,,, +LBY,Libya,1961,,,, +LBY,Libya,1962,,,, +LBY,Libya,1963,,,, +LBY,Libya,1964,,,, +LBY,Libya,1965,,,, +LBY,Libya,1966,,,, +LBY,Libya,1967,,,, +LBY,Libya,1968,,,, +LBY,Libya,1969,,,, +LBY,Libya,1970,,,, +LBY,Libya,1971,,,, +LBY,Libya,1972,,,, +LBY,Libya,1973,,,, +LBY,Libya,1974,,,, +LBY,Libya,1975,,,, +LBY,Libya,1976,,,, +LBY,Libya,1977,,,, +LBY,Libya,1978,,,, +LBY,Libya,1979,,,, +LBY,Libya,1980,,,, +LBY,Libya,1981,,,, +LBY,Libya,1982,,,, +LBY,Libya,1983,,,, +LBY,Libya,1984,,,, +LBY,Libya,1985,,,, +LBY,Libya,1986,,,, +LBY,Libya,1987,,,, +LBY,Libya,1988,,,, +LBY,Libya,1989,,,, +LBY,Libya,1990,6514.3213,,, +LBY,Libya,1991,7040.7808,,, +LBY,Libya,1992,7284.9346,,, +LBY,Libya,1993,6447.1445,,, +LBY,Libya,1994,5892.6177,,, +LBY,Libya,1995,5161.6831,,, +LBY,Libya,1996,5536.8682,,, +LBY,Libya,1997,5998.1616,,, +LBY,Libya,1998,5243.5903,,, +LBY,Libya,1999,6819.0332,,, +LBY,Libya,2000,7142.7744,,, +LBY,Libya,2001,6266.4912,,, +LBY,Libya,2002,3703.0483,,, +LBY,Libya,2003,4673.144,,, +LBY,Libya,2004,5800.5981,,, +LBY,Libya,2005,8163.0107,,, +LBY,Libya,2006,9336.3564,,, +LBY,Libya,2007,11300.191,,, +LBY,Libya,2008,14382.576,,, +LBY,Libya,2009,10275.267,,, +LBY,Libya,2010,12064.78,,, +LBY,Libya,2011,5554.1792,,, +LBY,Libya,2012,13025.281,,, +LBY,Libya,2013,10363.789,,, +LBY,Libya,2014,6466.9102,,, +LBY,Libya,2015,4337.9189,,, +LBY,Libya,2016,4038.9707,,, +LBY,Libya,2017,5792.0649,,, +LBY,Libya,2018,7235.0283,,, +LCA,St. Lucia,1960,,,, +LCA,St. Lucia,1961,,,, +LCA,St. Lucia,1962,,,, +LCA,St. Lucia,1963,,,, +LCA,St. Lucia,1964,,,, +LCA,St. Lucia,1965,,,, +LCA,St. Lucia,1966,,,, +LCA,St. Lucia,1967,,,, +LCA,St. Lucia,1968,,,, +LCA,St. Lucia,1969,,,, +LCA,St. Lucia,1970,,,, +LCA,St. Lucia,1971,,,, +LCA,St. Lucia,1972,,,, +LCA,St. Lucia,1973,,,, +LCA,St. Lucia,1974,,,, +LCA,St. Lucia,1975,,,, +LCA,St. Lucia,1976,,,, +LCA,St. Lucia,1977,821.28796,,, +LCA,St. Lucia,1978,942.55017,,, +LCA,St. Lucia,1979,1123.4736,,, +LCA,St. Lucia,1980,1310.972,,, +LCA,St. Lucia,1981,1486.5699,,, +LCA,St. Lucia,1982,1596.4287,,, +LCA,St. Lucia,1983,1698.5293,,, +LCA,St. Lucia,1984,1845.4264,,, +LCA,St. Lucia,1985,2015.6161,,, +LCA,St. Lucia,1986,2368.0203,,, +LCA,St. Lucia,1987,2566.8467,,, +LCA,St. Lucia,1988,2882.0984,,, +LCA,St. Lucia,1989,3207.1541,,, +LCA,St. Lucia,1990,3756.2188,,, +LCA,St. Lucia,1991,3920.2764,,, +LCA,St. Lucia,1992,4253.041,,, +LCA,St. Lucia,1993,4271.272,,, +LCA,St. Lucia,1994,4400.395,,, +LCA,St. Lucia,1995,4646.0815,35.799999,63.5,86 +LCA,St. Lucia,1996,4741.3413,,, +LCA,St. Lucia,1997,4778.0396,,, +LCA,St. Lucia,1998,5128.3975,,, +LCA,St. Lucia,1999,5321.0288,,, +LCA,St. Lucia,2000,5323.3755,,, +LCA,St. Lucia,2001,5047.0278,,, +LCA,St. Lucia,2002,5050.8755,,, +LCA,St. Lucia,2003,5502.4878,,, +LCA,St. Lucia,2004,5897.5469,,, +LCA,St. Lucia,2005,6216.8237,,, +LCA,St. Lucia,2006,6860.3237,,, +LCA,St. Lucia,2007,7632.0439,,, +LCA,St. Lucia,2008,7568.4536,,, +LCA,St. Lucia,2009,7425.0269,,, +LCA,St. Lucia,2010,8037.4731,,, +LCA,St. Lucia,2011,8227.3945,,, +LCA,St. Lucia,2012,8139.8921,,, +LCA,St. Lucia,2013,8343.7949,,, +LCA,St. Lucia,2014,8650.8184,,, +LCA,St. Lucia,2015,9160.7344,,, +LCA,St. Lucia,2016,9377.8867,4.6999998,10.6,20.299999 +LCA,St. Lucia,2017,10003.26,,, +LCA,St. Lucia,2018,10315.026,,, +LIE,Liechtenstein,1960,,,, +LIE,Liechtenstein,1961,,,, +LIE,Liechtenstein,1962,,,, +LIE,Liechtenstein,1963,,,, +LIE,Liechtenstein,1964,,,, +LIE,Liechtenstein,1965,,,, +LIE,Liechtenstein,1966,,,, +LIE,Liechtenstein,1967,,,, +LIE,Liechtenstein,1968,,,, +LIE,Liechtenstein,1969,,,, +LIE,Liechtenstein,1970,4236.7314,,, +LIE,Liechtenstein,1971,4827.3486,,, +LIE,Liechtenstein,1972,5640.4644,,, +LIE,Liechtenstein,1973,7354.1025,,, +LIE,Liechtenstein,1974,8440.3135,,, +LIE,Liechtenstein,1975,10512.309,,, +LIE,Liechtenstein,1976,11386.648,,, +LIE,Liechtenstein,1977,12413.951,,, +LIE,Liechtenstein,1978,17494.221,,, +LIE,Liechtenstein,1979,19764.354,,, +LIE,Liechtenstein,1980,20661.615,,, +LIE,Liechtenstein,1981,19500.674,,, +LIE,Liechtenstein,1982,19674.793,,, +LIE,Liechtenstein,1983,19561.541,,, +LIE,Liechtenstein,1984,18590.67,,, +LIE,Liechtenstein,1985,19388.705,,, +LIE,Liechtenstein,1986,28279.879,,, +LIE,Liechtenstein,1987,37821.723,,, +LIE,Liechtenstein,1988,41301.066,,, +LIE,Liechtenstein,1989,39368.727,,, +LIE,Liechtenstein,1990,49375.324,,, +LIE,Liechtenstein,1991,50898.59,,, +LIE,Liechtenstein,1992,55195.68,,, +LIE,Liechtenstein,1993,55816.664,,, +LIE,Liechtenstein,1994,64028.074,,, +LIE,Liechtenstein,1995,78641.883,,, +LIE,Liechtenstein,1996,79878.563,,, +LIE,Liechtenstein,1997,72208.938,,, +LIE,Liechtenstein,1998,76745.422,,, +LIE,Liechtenstein,1999,81297.141,,, +LIE,Liechtenstein,2000,74853.938,,, +LIE,Liechtenstein,2001,74267.484,,, +LIE,Liechtenstein,2002,79359.805,,, +LIE,Liechtenstein,2003,89851.977,,, +LIE,Liechtenstein,2004,100265.95,,, +LIE,Liechtenstein,2005,105414.45,,, +LIE,Liechtenstein,2006,114390.6,,, +LIE,Liechtenstein,2007,130655.64,,, +LIE,Liechtenstein,2008,143255.98,,, +LIE,Liechtenstein,2009,126082.49,,, +LIE,Liechtenstein,2010,141200.38,,, +LIE,Liechtenstein,2011,158156.59,,, +LIE,Liechtenstein,2012,149010.22,,, +LIE,Liechtenstein,2013,173058.31,,, +LIE,Liechtenstein,2014,178845.63,,, +LIE,Liechtenstein,2015,167290.94,,, +LIE,Liechtenstein,2016,165028.25,,, +LIE,Liechtenstein,2017,,,, +LIE,Liechtenstein,2018,,,, +LKA,Sri Lanka,1960,142.77962,,, +LKA,Sri Lanka,1961,142.83817,,, +LKA,Sri Lanka,1962,138.53667,,, +LKA,Sri Lanka,1963,117.07204,,, +LKA,Sri Lanka,1964,120.71437,,, +LKA,Sri Lanka,1965,152.85274,,, +LKA,Sri Lanka,1966,153.89873,,, +LKA,Sri Lanka,1967,159.506,,, +LKA,Sri Lanka,1968,150.89671,,, +LKA,Sri Lanka,1969,160.91309,,, +LKA,Sri Lanka,1970,183.92747,,, +LKA,Sri Lanka,1971,185.85989,,, +LKA,Sri Lanka,1972,196.42293,,, +LKA,Sri Lanka,1973,216.99496,,, +LKA,Sri Lanka,1974,264.74625,,, +LKA,Sri Lanka,1975,275.62762,,, +LKA,Sri Lanka,1976,256.28671,,, +LKA,Sri Lanka,1977,287.56165,,, +LKA,Sri Lanka,1978,188.05849,,, +LKA,Sri Lanka,1979,227.50983,,, +LKA,Sri Lanka,1980,267.66867,,, +LKA,Sri Lanka,1981,289.13068,,, +LKA,Sri Lanka,1982,307.63831,,, +LKA,Sri Lanka,1983,328.65042,,, +LKA,Sri Lanka,1984,378.93719,,, +LKA,Sri Lanka,1985,369.58194,13.3,45.400002,81 +LKA,Sri Lanka,1986,390.35077,,, +LKA,Sri Lanka,1987,401.4772,,, +LKA,Sri Lanka,1988,413.45499,,, +LKA,Sri Lanka,1989,408.45084,,, +LKA,Sri Lanka,1990,463.61862,8.6999998,43.099998,80.599998 +LKA,Sri Lanka,1991,513.25854,,, +LKA,Sri Lanka,1992,547.05475,,, +LKA,Sri Lanka,1993,576.78003,,, +LKA,Sri Lanka,1994,647.57904,,, +LKA,Sri Lanka,1995,714.2334,8.8000002,41.5,75.199997 +LKA,Sri Lanka,1996,756.65704,,, +LKA,Sri Lanka,1997,817.06433,,, +LKA,Sri Lanka,1998,850.8114,,, +LKA,Sri Lanka,1999,838.88385,,, +LKA,Sri Lanka,2000,869.69653,,, +LKA,Sri Lanka,2001,832.80347,,, +LKA,Sri Lanka,2002,867.49121,8.3000002,36,68 +LKA,Sri Lanka,2003,982.19562,,, +LKA,Sri Lanka,2004,1065.7844,,, +LKA,Sri Lanka,2005,1248.6982,,, +LKA,Sri Lanka,2006,1435.8171,3.8,23.6,58.299999 +LKA,Sri Lanka,2007,1630.3889,,, +LKA,Sri Lanka,2008,2037.3221,,, +LKA,Sri Lanka,2009,2090.4019,2.4000001,18.299999,55.700001 +LKA,Sri Lanka,2010,2799.6489,,, +LKA,Sri Lanka,2011,3200.8337,,, +LKA,Sri Lanka,2012,3350.522,1.9,16.1,51 +LKA,Sri Lanka,2013,3610.2893,,, +LKA,Sri Lanka,2014,3819.2534,,, +LKA,Sri Lanka,2015,3843.7808,,, +LKA,Sri Lanka,2016,3886.2915,.80000001,10.1,40.400002 +LKA,Sri Lanka,2017,4104.6309,,, +LKA,Sri Lanka,2018,4102.4814,,, +LSO,Lesotho,1960,41.300068,,, +LSO,Lesotho,1961,41.856846,,, +LSO,Lesotho,1962,48.161808,,, +LSO,Lesotho,1963,53.088074,,, +LSO,Lesotho,1964,57.469669,,, +LSO,Lesotho,1965,59.501839,,, +LSO,Lesotho,1966,60.203045,,, +LSO,Lesotho,1967,61.584202,,, +LSO,Lesotho,1968,62.463871,,, +LSO,Lesotho,1969,65.57917,,, +LSO,Lesotho,1970,66.80619,,, +LSO,Lesotho,1971,72.65921,,, +LSO,Lesotho,1972,75.124138,,, +LSO,Lesotho,1973,109.87757,,, +LSO,Lesotho,1974,133.41725,,, +LSO,Lesotho,1975,128.84351,,, +LSO,Lesotho,1976,123.71303,,, +LSO,Lesotho,1977,157.34766,,, +LSO,Lesotho,1978,210.6852,,, +LSO,Lesotho,1979,222.72961,,, +LSO,Lesotho,1980,321.99945,,, +LSO,Lesotho,1981,315.13162,,, +LSO,Lesotho,1982,246.40028,,, +LSO,Lesotho,1983,266.18839,,, +LSO,Lesotho,1984,223.64267,,, +LSO,Lesotho,1985,176.01825,,, +LSO,Lesotho,1986,204.17783,49.400002,68.900002,84.599998 +LSO,Lesotho,1987,252.30292,,, +LSO,Lesotho,1988,288.4061,,, +LSO,Lesotho,1989,297.26141,,, +LSO,Lesotho,1990,350.06085,,, +LSO,Lesotho,1991,404.19708,,, +LSO,Lesotho,1992,466.27444,,, +LSO,Lesotho,1993,458.55356,,, +LSO,Lesotho,1994,471.8418,50.200001,64.300003,77.800003 +LSO,Lesotho,1995,527.69983,,, +LSO,Lesotho,1996,489.13181,,, +LSO,Lesotho,1997,507.10046,,, +LSO,Lesotho,1998,464.8064,,, +LSO,Lesotho,1999,451.92715,,, +LSO,Lesotho,2000,436.48834,,, +LSO,Lesotho,2001,405.60532,,, +LSO,Lesotho,2002,382.19019,61.299999,79.900002,92 +LSO,Lesotho,2003,573.65375,,, +LSO,Lesotho,2004,753.3808,,, +LSO,Lesotho,2005,842.81305,,, +LSO,Lesotho,2006,904.60339,,, +LSO,Lesotho,2007,863.7796,,, +LSO,Lesotho,2008,884.96265,,, +LSO,Lesotho,2009,890.9964,,, +LSO,Lesotho,2010,1183.4215,59.700001,78.099998,89.900002 +LSO,Lesotho,2011,1391.3414,,, +LSO,Lesotho,2012,1329.275,,, +LSO,Lesotho,2013,1245.2479,,, +LSO,Lesotho,2014,1279.4945,,, +LSO,Lesotho,2015,1219.1779,,, +LSO,Lesotho,2016,1119.7197,,, +LSO,Lesotho,2017,1232.7869,,, +LSO,Lesotho,2018,1324.2827,,, +LTU,Lithuania,1960,,,, +LTU,Lithuania,1961,,,, +LTU,Lithuania,1962,,,, +LTU,Lithuania,1963,,,, +LTU,Lithuania,1964,,,, +LTU,Lithuania,1965,,,, +LTU,Lithuania,1966,,,, +LTU,Lithuania,1967,,,, +LTU,Lithuania,1968,,,, +LTU,Lithuania,1969,,,, +LTU,Lithuania,1970,,,, +LTU,Lithuania,1971,,,, +LTU,Lithuania,1972,,,, +LTU,Lithuania,1973,,,, +LTU,Lithuania,1974,,,, +LTU,Lithuania,1975,,,, +LTU,Lithuania,1976,,,, +LTU,Lithuania,1977,,,, +LTU,Lithuania,1978,,,, +LTU,Lithuania,1979,,,, +LTU,Lithuania,1980,,,, +LTU,Lithuania,1981,,,, +LTU,Lithuania,1982,,,, +LTU,Lithuania,1983,,,, +LTU,Lithuania,1984,,,, +LTU,Lithuania,1985,,,, +LTU,Lithuania,1986,,,, +LTU,Lithuania,1987,,,, +LTU,Lithuania,1988,,,, +LTU,Lithuania,1989,,,, +LTU,Lithuania,1990,,,, +LTU,Lithuania,1991,,,, +LTU,Lithuania,1992,,,, +LTU,Lithuania,1993,,7,30.700001,71.300003 +LTU,Lithuania,1994,,,, +LTU,Lithuania,1995,2168.7961,,, +LTU,Lithuania,1996,2328.1538,,, +LTU,Lithuania,1997,2830.7375,,, +LTU,Lithuania,1998,3166.8958,,, +LTU,Lithuania,1999,3113.5464,,, +LTU,Lithuania,2000,3297.3547,,, +LTU,Lithuania,2001,3530.1472,,, +LTU,Lithuania,2002,4146.9878,,, +LTU,Lithuania,2003,5505.5356,,, +LTU,Lithuania,2004,6706.9668,2.7,7.5,19.200001 +LTU,Lithuania,2005,7863.1621,1.7,4.5,12.2 +LTU,Lithuania,2006,9240.6426,1.5,2.7,7.1999998 +LTU,Lithuania,2007,12297.915,1.2,2,4.5999999 +LTU,Lithuania,2008,14961.568,1.5,2.2,4.6999998 +LTU,Lithuania,2009,11837.391,2.2,4.1999998,9 +LTU,Lithuania,2010,11984.868,1.5,3.2,8.3999996 +LTU,Lithuania,2011,14357.735,.69999999,1.7,5.5 +LTU,Lithuania,2012,14341.182,1,2,5.5999999 +LTU,Lithuania,2013,15693.787,.69999999,2,5 +LTU,Lithuania,2014,16545.123,1.2,2.7,5 +LTU,Lithuania,2015,14291.906,.69999999,1.5,4.1999998 +LTU,Lithuania,2016,14982.533,,, +LTU,Lithuania,2017,16809.648,,, +LTU,Lithuania,2018,19089.707,,, +LUX,Luxembourg,1960,2242.0159,,, +LUX,Luxembourg,1961,2222.3665,,, +LUX,Luxembourg,1962,2311.7988,,, +LUX,Luxembourg,1963,2441.0386,,, +LUX,Luxembourg,1964,2755.6331,,, +LUX,Luxembourg,1965,2780.0928,,, +LUX,Luxembourg,1966,2900.4331,,, +LUX,Luxembourg,1967,2909.6606,,, +LUX,Luxembourg,1968,3175.3674,,, +LUX,Luxembourg,1969,3658.9006,,, +LUX,Luxembourg,1970,4449.5405,,, +LUX,Luxembourg,1971,4591.7476,,, +LUX,Luxembourg,1972,5680.1299,,, +LUX,Luxembourg,1973,7709.7295,,, +LUX,Luxembourg,1974,9282.8086,,, +LUX,Luxembourg,1975,9008.0283,,, +LUX,Luxembourg,1976,9825.2383,,, +LUX,Luxembourg,1977,10855.981,,, +LUX,Luxembourg,1978,13493.853,,, +LUX,Luxembourg,1979,15740.287,,, +LUX,Luxembourg,1980,17113.842,,, +LUX,Luxembourg,1981,14324.892,,, +LUX,Luxembourg,1982,13034.812,,, +LUX,Luxembourg,1983,12810.219,,, +LUX,Luxembourg,1984,12554.417,,, +LUX,Luxembourg,1985,12921.958,,, +LUX,Luxembourg,1986,18789.656,,, +LUX,Luxembourg,1987,23234.566,,, +LUX,Luxembourg,1988,26108.344,,, +LUX,Luxembourg,1989,27556.363,,, +LUX,Luxembourg,1990,34645.145,,, +LUX,Luxembourg,1991,37007.438,,, +LUX,Luxembourg,1992,40965.746,,, +LUX,Luxembourg,1993,41479.086,,, +LUX,Luxembourg,1994,45481.891,,, +LUX,Luxembourg,1995,52831.254,,, +LUX,Luxembourg,1996,52571.934,,, +LUX,Luxembourg,1997,47042.348,,, +LUX,Luxembourg,1998,47584.465,,, +LUX,Luxembourg,1999,51654.402,,, +LUX,Luxembourg,2000,48735.996,,, +LUX,Luxembourg,2001,48179.422,,, +LUX,Luxembourg,2002,52930.641,,, +LUX,Luxembourg,2003,65445.887,0,.2,.5 +LUX,Luxembourg,2004,75716.352,0,0,0 +LUX,Luxembourg,2005,80289.695,0,0,.2 +LUX,Luxembourg,2006,89739.711,0,0,0 +LUX,Luxembourg,2007,106018.49,0,0,0 +LUX,Luxembourg,2008,114293.84,0,0,0 +LUX,Luxembourg,2009,103198.67,0,0,.2 +LUX,Luxembourg,2010,104965.3,0,0,.2 +LUX,Luxembourg,2011,115761.51,0,0,.2 +LUX,Luxembourg,2012,106749.02,0,.2,.2 +LUX,Luxembourg,2013,113625.13,.1,.1,.1 +LUX,Luxembourg,2014,118823.65,.2,.2,.2 +LUX,Luxembourg,2015,100428.37,.2,.5,.5 +LUX,Luxembourg,2016,101305.53,,, +LUX,Luxembourg,2017,104498.74,,, +LUX,Luxembourg,2018,114340.5,,, +LVA,Latvia,1960,,,, +LVA,Latvia,1961,,,, +LVA,Latvia,1962,,,, +LVA,Latvia,1963,,,, +LVA,Latvia,1964,,,, +LVA,Latvia,1965,,,, +LVA,Latvia,1966,,,, +LVA,Latvia,1967,,,, +LVA,Latvia,1968,,,, +LVA,Latvia,1969,,,, +LVA,Latvia,1970,,,, +LVA,Latvia,1971,,,, +LVA,Latvia,1972,,,, +LVA,Latvia,1973,,,, +LVA,Latvia,1974,,,, +LVA,Latvia,1975,,,, +LVA,Latvia,1976,,,, +LVA,Latvia,1977,,,, +LVA,Latvia,1978,,,, +LVA,Latvia,1979,,,, +LVA,Latvia,1980,,,, +LVA,Latvia,1981,,,, +LVA,Latvia,1982,,,, +LVA,Latvia,1983,,,, +LVA,Latvia,1984,,,, +LVA,Latvia,1985,,,, +LVA,Latvia,1986,,,, +LVA,Latvia,1987,,,, +LVA,Latvia,1988,,,, +LVA,Latvia,1989,,,, +LVA,Latvia,1990,,,, +LVA,Latvia,1991,,,, +LVA,Latvia,1992,,,, +LVA,Latvia,1993,,0,2.8,30.4 +LVA,Latvia,1994,,,, +LVA,Latvia,1995,2329.2708,0,5.6999998,22.1 +LVA,Latvia,1996,2429.5911,1.6,7.0999999,23.6 +LVA,Latvia,1997,2682.3164,,, +LVA,Latvia,1998,2977.1487,,, +LVA,Latvia,1999,3151.3257,,, +LVA,Latvia,2000,3352.7312,,, +LVA,Latvia,2001,3572.8052,,, +LVA,Latvia,2002,4132.3491,,, +LVA,Latvia,2003,5134.9058,,, +LVA,Latvia,2004,6351.0801,2.5,5.5,15.2 +LVA,Latvia,2005,7558.7422,2.2,5,14 +LVA,Latvia,2006,9667.9756,1.5,2.7,7.6999998 +LVA,Latvia,2007,14044.016,.5,1.5,5 +LVA,Latvia,2008,16348.531,1.2,2.5,6.1999998 +LVA,Latvia,2009,12219.374,1.7,3.7,9.5 +LVA,Latvia,2010,11326.22,1.7,3.7,9.5 +LVA,Latvia,2011,13702.689,1,3,8.6999998 +LVA,Latvia,2012,13822.806,1,2.7,7.5 +LVA,Latvia,2013,15032.282,1.2,2.5,6 +LVA,Latvia,2014,15716.369,.69999999,1.7,5.5 +LVA,Latvia,2015,13639.694,.69999999,1.5,4 +LVA,Latvia,2016,14133.683,,, +LVA,Latvia,2017,15684.559,,, +LVA,Latvia,2018,18088.928,,, +MAC,"Macao SAR, China",1960,,,, +MAC,"Macao SAR, China",1961,,,, +MAC,"Macao SAR, China",1962,,,, +MAC,"Macao SAR, China",1963,,,, +MAC,"Macao SAR, China",1964,,,, +MAC,"Macao SAR, China",1965,,,, +MAC,"Macao SAR, China",1966,,,, +MAC,"Macao SAR, China",1967,,,, +MAC,"Macao SAR, China",1968,,,, +MAC,"Macao SAR, China",1969,,,, +MAC,"Macao SAR, China",1970,,,, +MAC,"Macao SAR, China",1971,,,, +MAC,"Macao SAR, China",1972,,,, +MAC,"Macao SAR, China",1973,,,, +MAC,"Macao SAR, China",1974,,,, +MAC,"Macao SAR, China",1975,,,, +MAC,"Macao SAR, China",1976,,,, +MAC,"Macao SAR, China",1977,,,, +MAC,"Macao SAR, China",1978,,,, +MAC,"Macao SAR, China",1979,,,, +MAC,"Macao SAR, China",1980,,,, +MAC,"Macao SAR, China",1981,,,, +MAC,"Macao SAR, China",1982,4500.98,,, +MAC,"Macao SAR, China",1983,4298.0195,,, +MAC,"Macao SAR, China",1984,4752.4683,,, +MAC,"Macao SAR, China",1985,4757.7178,,, +MAC,"Macao SAR, China",1986,5133.7695,,, +MAC,"Macao SAR, China",1987,6299.0688,,, +MAC,"Macao SAR, China",1988,7074.2661,,, +MAC,"Macao SAR, China",1989,8063.0762,,, +MAC,"Macao SAR, China",1990,9368.3682,,, +MAC,"Macao SAR, China",1991,10562.338,,, +MAC,"Macao SAR, China",1992,13466.383,,, +MAC,"Macao SAR, China",1993,15195.972,,, +MAC,"Macao SAR, China",1994,16585.17,,, +MAC,"Macao SAR, China",1995,18147.336,,, +MAC,"Macao SAR, China",1996,18106.326,,, +MAC,"Macao SAR, China",1997,17967.432,,, +MAC,"Macao SAR, China",1998,16460.215,,, +MAC,"Macao SAR, China",1999,15513.469,,, +MAC,"Macao SAR, China",2000,15710.087,,, +MAC,"Macao SAR, China",2001,15552.95,,, +MAC,"Macao SAR, China",2002,16315.363,,, +MAC,"Macao SAR, China",2003,17808.902,,, +MAC,"Macao SAR, China",2004,22446.336,,, +MAC,"Macao SAR, China",2005,25043.02,,, +MAC,"Macao SAR, China",2006,29950.773,,, +MAC,"Macao SAR, China",2007,36352.918,,, +MAC,"Macao SAR, China",2008,40597.559,,, +MAC,"Macao SAR, China",2009,40796.961,,, +MAC,"Macao SAR, China",2010,52253.156,,, +MAC,"Macao SAR, China",2011,66644.383,,, +MAC,"Macao SAR, China",2012,76291.844,,, +MAC,"Macao SAR, China",2013,89287.453,,, +MAC,"Macao SAR, China",2014,93777.109,,, +MAC,"Macao SAR, China",2015,75340.984,,, +MAC,"Macao SAR, China",2016,73954.953,,, +MAC,"Macao SAR, China",2017,81208.883,,, +MAC,"Macao SAR, China",2018,86355.406,,, +MAF,St. Martin (French part),1960,,,, +MAF,St. Martin (French part),1961,,,, +MAF,St. Martin (French part),1962,,,, +MAF,St. Martin (French part),1963,,,, +MAF,St. Martin (French part),1964,,,, +MAF,St. Martin (French part),1965,,,, +MAF,St. Martin (French part),1966,,,, +MAF,St. Martin (French part),1967,,,, +MAF,St. Martin (French part),1968,,,, +MAF,St. Martin (French part),1969,,,, +MAF,St. Martin (French part),1970,,,, +MAF,St. Martin (French part),1971,,,, +MAF,St. Martin (French part),1972,,,, +MAF,St. Martin (French part),1973,,,, +MAF,St. Martin (French part),1974,,,, +MAF,St. Martin (French part),1975,,,, +MAF,St. Martin (French part),1976,,,, +MAF,St. Martin (French part),1977,,,, +MAF,St. Martin (French part),1978,,,, +MAF,St. Martin (French part),1979,,,, +MAF,St. Martin (French part),1980,,,, +MAF,St. Martin (French part),1981,,,, +MAF,St. Martin (French part),1982,,,, +MAF,St. Martin (French part),1983,,,, +MAF,St. Martin (French part),1984,,,, +MAF,St. Martin (French part),1985,,,, +MAF,St. Martin (French part),1986,,,, +MAF,St. Martin (French part),1987,,,, +MAF,St. Martin (French part),1988,,,, +MAF,St. Martin (French part),1989,,,, +MAF,St. Martin (French part),1990,,,, +MAF,St. Martin (French part),1991,,,, +MAF,St. Martin (French part),1992,,,, +MAF,St. Martin (French part),1993,,,, +MAF,St. Martin (French part),1994,,,, +MAF,St. Martin (French part),1995,,,, +MAF,St. Martin (French part),1996,,,, +MAF,St. Martin (French part),1997,,,, +MAF,St. Martin (French part),1998,,,, +MAF,St. Martin (French part),1999,,,, +MAF,St. Martin (French part),2000,,,, +MAF,St. Martin (French part),2001,,,, +MAF,St. Martin (French part),2002,,,, +MAF,St. Martin (French part),2003,,,, +MAF,St. Martin (French part),2004,,,, +MAF,St. Martin (French part),2005,,,, +MAF,St. Martin (French part),2006,,,, +MAF,St. Martin (French part),2007,,,, +MAF,St. Martin (French part),2008,,,, +MAF,St. Martin (French part),2009,,,, +MAF,St. Martin (French part),2010,,,, +MAF,St. Martin (French part),2011,,,, +MAF,St. Martin (French part),2012,,,, +MAF,St. Martin (French part),2013,,,, +MAF,St. Martin (French part),2014,,,, +MAF,St. Martin (French part),2015,,,, +MAF,St. Martin (French part),2016,,,, +MAF,St. Martin (French part),2017,,,, +MAF,St. Martin (French part),2018,,,, +MAR,Morocco,1960,164.80078,,, +MAR,Morocco,1961,158.92366,,, +MAR,Morocco,1962,181.18274,,, +MAR,Morocco,1963,196.53134,,, +MAR,Morocco,1964,201.26202,,, +MAR,Morocco,1965,206.44897,,, +MAR,Morocco,1966,196.31451,,, +MAR,Morocco,1967,202.85727,,, +MAR,Morocco,1968,212.75081,,, +MAR,Morocco,1969,232.12598,,, +MAR,Morocco,1970,246.01576,,, +MAR,Morocco,1971,265.20767,,, +MAR,Morocco,1972,302.56433,,, +MAR,Morocco,1973,364.63614,,, +MAR,Morocco,1974,439.0123,,, +MAR,Morocco,1975,502.75668,,, +MAR,Morocco,1976,524.17853,,, +MAR,Morocco,1977,590.23193,,, +MAR,Morocco,1978,690.17078,,, +MAR,Morocco,1979,809.62775,,, +MAR,Morocco,1980,1078.8386,,, +MAR,Morocco,1981,861.79761,,, +MAR,Morocco,1982,836.43555,,, +MAR,Morocco,1983,750.02167,,, +MAR,Morocco,1984,668.38525,11.1,32.900002,68.099998 +MAR,Morocco,1985,660.94672,,, +MAR,Morocco,1986,840.01135,,, +MAR,Morocco,1987,920.59155,,, +MAR,Morocco,1988,1066.3302,,, +MAR,Morocco,1989,1071.1774,,, +MAR,Morocco,1990,1206.0118,2.9000001,19.299999,48.700001 +MAR,Morocco,1991,1266.8495,,, +MAR,Morocco,1992,1299.4216,,, +MAR,Morocco,1993,1199.3193,,, +MAR,Morocco,1994,1326.9413,,, +MAR,Morocco,1995,1432.3102,,, +MAR,Morocco,1996,1561.1294,,, +MAR,Morocco,1997,1396.7699,,, +MAR,Morocco,1998,1472.3856,7.5,28.200001,59.299999 +MAR,Morocco,1999,1447.9688,,, +MAR,Morocco,2000,1334.943,6.3000002,27.799999,59.700001 +MAR,Morocco,2001,1339.2936,,, +MAR,Morocco,2002,1416.4882,,, +MAR,Morocco,2003,1725.458,,, +MAR,Morocco,2004,1952.9019,,, +MAR,Morocco,2005,2018.0258,,, +MAR,Morocco,2006,2196.0122,3.0999999,17,48.099998 +MAR,Morocco,2007,2499.26,,, +MAR,Morocco,2008,2890.3601,,, +MAR,Morocco,2009,2866.9243,,, +MAR,Morocco,2010,2839.925,,, +MAR,Morocco,2011,3046.9492,,, +MAR,Morocco,2012,2912.6582,,, +MAR,Morocco,2013,3121.6812,1,7.6999998,31.299999 +MAR,Morocco,2014,3171.6992,,, +MAR,Morocco,2015,2875.2581,,, +MAR,Morocco,2016,2897.6633,,, +MAR,Morocco,2017,3036.1711,,, +MAR,Morocco,2018,3237.8833,,, +MCO,Monaco,1960,,,, +MCO,Monaco,1961,,,, +MCO,Monaco,1962,,,, +MCO,Monaco,1963,,,, +MCO,Monaco,1964,,,, +MCO,Monaco,1965,,,, +MCO,Monaco,1966,,,, +MCO,Monaco,1967,,,, +MCO,Monaco,1968,,,, +MCO,Monaco,1969,,,, +MCO,Monaco,1970,12479.726,,, +MCO,Monaco,1971,13812.718,,, +MCO,Monaco,1972,16733.621,,, +MCO,Monaco,1973,21422.842,,, +MCO,Monaco,1974,22706.541,,, +MCO,Monaco,1975,28253.154,,, +MCO,Monaco,1976,28809.744,,, +MCO,Monaco,1977,31432.869,,, +MCO,Monaco,1978,38353.805,,, +MCO,Monaco,1979,45839.898,,, +MCO,Monaco,1980,51528.547,,, +MCO,Monaco,1981,44369.563,,, +MCO,Monaco,1982,41380.863,,, +MCO,Monaco,1983,38884.996,,, +MCO,Monaco,1984,36384.25,,, +MCO,Monaco,1985,37557.266,,, +MCO,Monaco,1986,52174.844,,, +MCO,Monaco,1987,63051.824,,, +MCO,Monaco,1988,68448.273,,, +MCO,Monaco,1989,68592.969,,, +MCO,Monaco,1990,84289.563,,, +MCO,Monaco,1991,83738.352,,, +MCO,Monaco,1992,91647.984,,, +MCO,Monaco,1993,85399.063,,, +MCO,Monaco,1994,89380.578,,, +MCO,Monaco,1995,101910.11,,, +MCO,Monaco,1996,101237.26,,, +MCO,Monaco,1997,90798.664,,, +MCO,Monaco,1998,92995.906,,, +MCO,Monaco,1999,91257.672,,, +MCO,Monaco,2000,82367.992,,, +MCO,Monaco,2001,82273.633,,, +MCO,Monaco,2002,88576.508,,, +MCO,Monaco,2003,108259.49,,, +MCO,Monaco,2004,122691.64,,, +MCO,Monaco,2005,124193.61,,, +MCO,Monaco,2006,134044.7,,, +MCO,Monaco,2007,169961.39,,, +MCO,Monaco,2008,185721.8,,, +MCO,Monaco,2009,154762.2,,, +MCO,Monaco,2010,150585.45,,, +MCO,Monaco,2011,168785.94,,, +MCO,Monaco,2012,157515.91,,, +MCO,Monaco,2013,177593.36,,, +MCO,Monaco,2014,189170.89,,, +MCO,Monaco,2015,165920.22,,, +MCO,Monaco,2016,169904.19,,, +MCO,Monaco,2017,166726.05,,, +MCO,Monaco,2018,,,, +MDA,Moldova,1960,,,, +MDA,Moldova,1961,,,, +MDA,Moldova,1962,,,, +MDA,Moldova,1963,,,, +MDA,Moldova,1964,,,, +MDA,Moldova,1965,,,, +MDA,Moldova,1966,,,, +MDA,Moldova,1967,,,, +MDA,Moldova,1968,,,, +MDA,Moldova,1969,,,, +MDA,Moldova,1970,,,, +MDA,Moldova,1971,,,, +MDA,Moldova,1972,,,, +MDA,Moldova,1973,,,, +MDA,Moldova,1974,,,, +MDA,Moldova,1975,,,, +MDA,Moldova,1976,,,, +MDA,Moldova,1977,,,, +MDA,Moldova,1978,,,, +MDA,Moldova,1979,,,, +MDA,Moldova,1980,,,, +MDA,Moldova,1981,,,, +MDA,Moldova,1982,,,, +MDA,Moldova,1983,,,, +MDA,Moldova,1984,,,, +MDA,Moldova,1985,,,, +MDA,Moldova,1986,,,, +MDA,Moldova,1987,,,, +MDA,Moldova,1988,,,, +MDA,Moldova,1989,,,, +MDA,Moldova,1990,,,, +MDA,Moldova,1991,,,, +MDA,Moldova,1992,,,, +MDA,Moldova,1993,,,, +MDA,Moldova,1994,,,, +MDA,Moldova,1995,476.98849,,, +MDA,Moldova,1996,462.16974,,, +MDA,Moldova,1997,528.18042,15.7,43.299999,74.599998 +MDA,Moldova,1998,465.05396,27.200001,57.099998,83.099998 +MDA,Moldova,1999,321.02621,38.5,69.5,88.099998 +MDA,Moldova,2000,354.00378,35.700001,68.400002,90.300003 +MDA,Moldova,2001,407.73483,27.200001,59.599998,85.199997 +MDA,Moldova,2002,458.67783,16.299999,44,75.900002 +MDA,Moldova,2003,548.28967,7.5,32,68.300003 +MDA,Moldova,2004,720.94092,8.6000004,32.5,68.900002 +MDA,Moldova,2005,831.20526,13.9,40.299999,74.300003 +MDA,Moldova,2006,950.64819,2.4000001,12.6,40.400002 +MDA,Moldova,2007,1230.4347,1.1,7.8000002,31.5 +MDA,Moldova,2008,1695.9728,1.3,9.1000004,32.799999 +MDA,Moldova,2009,1525.5261,1,8.1000004,31.5 +MDA,Moldova,2010,1958.1337,.5,6,28.9 +MDA,Moldova,2011,2363.5938,.30000001,4.3000002,25.6 +MDA,Moldova,2012,2446.7253,.30000001,3.4000001,24.6 +MDA,Moldova,2013,2668.6831,.1,2.2,19.6 +MDA,Moldova,2014,2674.1162,0,1.1,18.299999 +MDA,Moldova,2015,2179.2336,0,1.4,16.1 +MDA,Moldova,2016,2272.4058,.2,1.3,16.4 +MDA,Moldova,2017,2724.4932,.1,1.1,16.299999 +MDA,Moldova,2018,3189.3557,,, +MDG,Madagascar,1960,131.99304,,, +MDG,Madagascar,1961,133.84758,,, +MDG,Madagascar,1962,138.11984,,, +MDG,Madagascar,1963,138.40717,,, +MDG,Madagascar,1964,142.65933,,, +MDG,Madagascar,1965,144.48465,,, +MDG,Madagascar,1966,152.10782,,, +MDG,Madagascar,1967,157.47639,,, +MDG,Madagascar,1968,165.47845,,, +MDG,Madagascar,1969,165.01157,,, +MDG,Madagascar,1970,169.07056,,, +MDG,Madagascar,1971,177.49841,,, +MDG,Madagascar,1972,193.12856,,, +MDG,Madagascar,1973,231.43619,,, +MDG,Madagascar,1974,261.03534,,, +MDG,Madagascar,1975,302.14948,,, +MDG,Madagascar,1976,280.67905,,, +MDG,Madagascar,1977,294.93399,,, +MDG,Madagascar,1978,324.38449,,, +MDG,Madagascar,1979,408.93744,,, +MDG,Madagascar,1980,463.73148,46.099998,71.400002,88.699997 +MDG,Madagascar,1981,400.7056,,, +MDG,Madagascar,1982,381.86581,,, +MDG,Madagascar,1983,369.47287,,, +MDG,Madagascar,1984,300.53409,,, +MDG,Madagascar,1985,283.98581,,, +MDG,Madagascar,1986,314.74606,,, +MDG,Madagascar,1987,240.95546,,, +MDG,Madagascar,1988,223.01128,,, +MDG,Madagascar,1989,221.68204,,, +MDG,Madagascar,1990,265.67612,,, +MDG,Madagascar,1991,222.15375,,, +MDG,Madagascar,1992,245.86432,,, +MDG,Madagascar,1993,265.93451,70.300003,88.699997,96.599998 +MDG,Madagascar,1994,227.8369,,, +MDG,Madagascar,1995,234.49406,,, +MDG,Madagascar,1996,287.35657,,, +MDG,Madagascar,1997,247.12941,66.800003,87.300003,96.900002 +MDG,Madagascar,1998,252.46521,,, +MDG,Madagascar,1999,243.25275,64.199997,86.400002,96.699997 +MDG,Madagascar,2000,245.93907,,, +MDG,Madagascar,2001,278.55569,68.699997,84.900002,94.400002 +MDG,Madagascar,2002,262.28595,,, +MDG,Madagascar,2003,316.7999,,, +MDG,Madagascar,2004,245.12358,,, +MDG,Madagascar,2005,274.8197,72,89.199997,97.099998 +MDG,Madagascar,2006,292.15073,,, +MDG,Madagascar,2007,377.84814,,, +MDG,Madagascar,2008,470.73315,,, +MDG,Madagascar,2009,415.68939,,, +MDG,Madagascar,2010,412.73093,78.5,91.300003,97.599998 +MDG,Madagascar,2011,454.96307,,, +MDG,Madagascar,2012,443.90475,77.599998,91,97.300003 +MDG,Madagascar,2013,461.72092,,, +MDG,Madagascar,2014,452.46155,,, +MDG,Madagascar,2015,402.08832,,, +MDG,Madagascar,2016,400.03629,,, +MDG,Madagascar,2017,448.40079,,, +MDG,Madagascar,2018,460.75278,,, +MDV,Maldives,1960,,,, +MDV,Maldives,1961,,,, +MDV,Maldives,1962,,,, +MDV,Maldives,1963,,,, +MDV,Maldives,1964,,,, +MDV,Maldives,1965,,,, +MDV,Maldives,1966,,,, +MDV,Maldives,1967,,,, +MDV,Maldives,1968,,,, +MDV,Maldives,1969,,,, +MDV,Maldives,1970,,,, +MDV,Maldives,1971,,,, +MDV,Maldives,1972,,,, +MDV,Maldives,1973,,,, +MDV,Maldives,1974,,,, +MDV,Maldives,1975,,,, +MDV,Maldives,1976,,,, +MDV,Maldives,1977,,,, +MDV,Maldives,1978,,,, +MDV,Maldives,1979,,,, +MDV,Maldives,1980,268.29492,,, +MDV,Maldives,1981,273.35101,,, +MDV,Maldives,1982,282.2229,,, +MDV,Maldives,1983,328.12344,,, +MDV,Maldives,1984,598.87091,,, +MDV,Maldives,1985,670.87128,,, +MDV,Maldives,1986,723.01642,,, +MDV,Maldives,1987,695.81036,,, +MDV,Maldives,1988,803.72992,,, +MDV,Maldives,1989,875.41174,,, +MDV,Maldives,1990,963.8418,,, +MDV,Maldives,1991,1064.0576,,, +MDV,Maldives,1992,1205.652,,, +MDV,Maldives,1993,1328.6068,,, +MDV,Maldives,1994,1431.6233,,, +MDV,Maldives,1995,1569.9635,,, +MDV,Maldives,1996,1737.7001,,, +MDV,Maldives,1997,1926.2422,,, +MDV,Maldives,1998,2011.8694,,, +MDV,Maldives,1999,2154.2288,,, +MDV,Maldives,2000,2234.5798,,, +MDV,Maldives,2001,3039.3347,,, +MDV,Maldives,2002,3049.1975,10,39.200001,75.199997 +MDV,Maldives,2003,3475.9834,,, +MDV,Maldives,2004,3941.4312,,, +MDV,Maldives,2005,3639.9666,,, +MDV,Maldives,2006,4809.9629,,, +MDV,Maldives,2007,5574.4517,,, +MDV,Maldives,2008,6614.1592,,, +MDV,Maldives,2009,6636.4126,7.3000002,24.4,54.299999 +MDV,Maldives,2010,7076.6626,,, +MDV,Maldives,2011,7291.4277,,, +MDV,Maldives,2012,7265.6138,,, +MDV,Maldives,2013,7928.4575,,, +MDV,Maldives,2014,8499.3662,,, +MDV,Maldives,2015,9033.3906,,, +MDV,Maldives,2016,9282.7236,,, +MDV,Maldives,2017,9801.625,,, +MDV,Maldives,2018,10223.637,,, +MEX,Mexico,1960,345.23056,,, +MEX,Mexico,1961,363.39322,,, +MEX,Mexico,1962,378.15347,,, +MEX,Mexico,1963,409.04562,,, +MEX,Mexico,1964,469.4761,,, +MEX,Mexico,1965,494.97037,,, +MEX,Mexico,1966,534.27374,,, +MEX,Mexico,1967,565.63342,,, +MEX,Mexico,1968,606.21112,,, +MEX,Mexico,1969,650.31171,,, +MEX,Mexico,1970,689.79492,,, +MEX,Mexico,1971,738.55835,,, +MEX,Mexico,1972,826.47736,,, +MEX,Mexico,1973,981.45911,,, +MEX,Mexico,1974,1242.0902,,, +MEX,Mexico,1975,1476.3131,,, +MEX,Mexico,1976,1453.6707,,, +MEX,Mexico,1977,1301.3247,,, +MEX,Mexico,1978,1589.2737,,, +MEX,Mexico,1979,2034.989,,, +MEX,Mexico,1980,3027.375,,, +MEX,Mexico,1981,3803.0308,,, +MEX,Mexico,1982,2597.9827,,, +MEX,Mexico,1983,2147.7197,,, +MEX,Mexico,1984,2478.2109,,, +MEX,Mexico,1985,2569.2397,,, +MEX,Mexico,1986,1733.9132,,, +MEX,Mexico,1987,1862.8862,,, +MEX,Mexico,1988,2247.9814,,, +MEX,Mexico,1989,2687.9148,7.0999999,19.200001,40.099998 +MEX,Mexico,1990,3112.2688,,, +MEX,Mexico,1991,3661.948,,, +MEX,Mexico,1992,4170.623,9.5,23.299999,46.099998 +MEX,Mexico,1993,5650.0264,,, +MEX,Mexico,1994,5854.418,9.8999996,23.700001,45.5 +MEX,Mexico,1995,3928.2239,,, +MEX,Mexico,1996,4412.1162,20.700001,39.099998,61.599998 +MEX,Mexico,1997,5289.168,,, +MEX,Mexico,1998,5481.1816,15.9,31,53.599998 +MEX,Mexico,1999,6157.1924,,, +MEX,Mexico,2000,7157.8145,9.1000004,21.4,44 +MEX,Mexico,2001,7544.5688,,, +MEX,Mexico,2002,7593.1377,6.6999998,19,41 +MEX,Mexico,2003,7075.3696,,, +MEX,Mexico,2004,7484.4863,6,16,37.599998 +MEX,Mexico,2005,8277.6709,6.6999998,16.1,36.799999 +MEX,Mexico,2006,9068.2939,4.1999998,13.1,33.299999 +MEX,Mexico,2007,9642.6807,,, +MEX,Mexico,2008,10016.571,5.5,14.5,33.599998 +MEX,Mexico,2009,8002.9722,,, +MEX,Mexico,2010,9271.3984,4.5999999,12.8,33.700001 +MEX,Mexico,2011,10203.421,,, +MEX,Mexico,2012,10241.728,3.9000001,12.2,31.799999 +MEX,Mexico,2013,10725.184,,, +MEX,Mexico,2014,10922.376,3.8,12,33.599998 +MEX,Mexico,2015,9605.9521,,, +MEX,Mexico,2016,8739.1426,2.2,7.9000001,25.700001 +MEX,Mexico,2017,9281.1016,,, +MEX,Mexico,2018,9698.084,,, +MHL,Marshall Islands,1960,,,, +MHL,Marshall Islands,1961,,,, +MHL,Marshall Islands,1962,,,, +MHL,Marshall Islands,1963,,,, +MHL,Marshall Islands,1964,,,, +MHL,Marshall Islands,1965,,,, +MHL,Marshall Islands,1966,,,, +MHL,Marshall Islands,1967,,,, +MHL,Marshall Islands,1968,,,, +MHL,Marshall Islands,1969,,,, +MHL,Marshall Islands,1970,,,, +MHL,Marshall Islands,1971,,,, +MHL,Marshall Islands,1972,,,, +MHL,Marshall Islands,1973,,,, +MHL,Marshall Islands,1974,,,, +MHL,Marshall Islands,1975,,,, +MHL,Marshall Islands,1976,,,, +MHL,Marshall Islands,1977,,,, +MHL,Marshall Islands,1978,,,, +MHL,Marshall Islands,1979,,,, +MHL,Marshall Islands,1980,,,, +MHL,Marshall Islands,1981,972.6272,,, +MHL,Marshall Islands,1982,1047.7076,,, +MHL,Marshall Islands,1983,1196.6235,,, +MHL,Marshall Islands,1984,1234.8934,,, +MHL,Marshall Islands,1985,1144.6796,,, +MHL,Marshall Islands,1986,1392.3802,,, +MHL,Marshall Islands,1987,1493.4437,,, +MHL,Marshall Islands,1988,1603.5206,,, +MHL,Marshall Islands,1989,1588.7822,,, +MHL,Marshall Islands,1990,1660.1299,,, +MHL,Marshall Islands,1991,1704.5492,,, +MHL,Marshall Islands,1992,1849.1826,,, +MHL,Marshall Islands,1993,1995.9663,,, +MHL,Marshall Islands,1994,2152.1658,,, +MHL,Marshall Islands,1995,2382.821,,, +MHL,Marshall Islands,1996,2193.7744,,, +MHL,Marshall Islands,1997,2106.8206,,, +MHL,Marshall Islands,1998,2158.6724,,, +MHL,Marshall Islands,1999,2141.4612,,, +MHL,Marshall Islands,2000,2185.8352,,, +MHL,Marshall Islands,2001,2239.3547,,, +MHL,Marshall Islands,2002,2381.8044,,, +MHL,Marshall Islands,2003,2373.6831,,, +MHL,Marshall Islands,2004,2410.8708,,, +MHL,Marshall Islands,2005,2496.0837,,, +MHL,Marshall Islands,2006,2580.917,,, +MHL,Marshall Islands,2007,2689.9878,,, +MHL,Marshall Islands,2008,2719.9185,,, +MHL,Marshall Islands,2009,2713.2,,, +MHL,Marshall Islands,2010,2926.7483,,, +MHL,Marshall Islands,2011,3064.8723,,, +MHL,Marshall Islands,2012,3265.52,,, +MHL,Marshall Islands,2013,3351.0273,,, +MHL,Marshall Islands,2014,3202.5972,,, +MHL,Marshall Islands,2015,3128.4998,,, +MHL,Marshall Islands,2016,3368.804,,, +MHL,Marshall Islands,2017,3516.7144,,, +MHL,Marshall Islands,2018,3621.1741,,, +MKD,North Macedonia,1960,,,, +MKD,North Macedonia,1961,,,, +MKD,North Macedonia,1962,,,, +MKD,North Macedonia,1963,,,, +MKD,North Macedonia,1964,,,, +MKD,North Macedonia,1965,,,, +MKD,North Macedonia,1966,,,, +MKD,North Macedonia,1967,,,, +MKD,North Macedonia,1968,,,, +MKD,North Macedonia,1969,,,, +MKD,North Macedonia,1970,,,, +MKD,North Macedonia,1971,,,, +MKD,North Macedonia,1972,,,, +MKD,North Macedonia,1973,,,, +MKD,North Macedonia,1974,,,, +MKD,North Macedonia,1975,,,, +MKD,North Macedonia,1976,,,, +MKD,North Macedonia,1977,,,, +MKD,North Macedonia,1978,,,, +MKD,North Macedonia,1979,,,, +MKD,North Macedonia,1980,,,, +MKD,North Macedonia,1981,,,, +MKD,North Macedonia,1982,,,, +MKD,North Macedonia,1983,,,, +MKD,North Macedonia,1984,,,, +MKD,North Macedonia,1985,,,, +MKD,North Macedonia,1986,,,, +MKD,North Macedonia,1987,,,, +MKD,North Macedonia,1988,,,, +MKD,North Macedonia,1989,,,, +MKD,North Macedonia,1990,2354.2634,,, +MKD,North Macedonia,1991,2477.6855,,, +MKD,North Macedonia,1992,1225.3732,,, +MKD,North Macedonia,1993,1352.0258,,, +MKD,North Macedonia,1994,1794.7098,,, +MKD,North Macedonia,1995,2359.8003,,, +MKD,North Macedonia,1996,2338.0684,,, +MKD,North Macedonia,1997,1964.8829,,, +MKD,North Macedonia,1998,1866.8501,,, +MKD,North Macedonia,1999,1908.5927,,, +MKD,North Macedonia,2000,1854.146,,, +MKD,North Macedonia,2001,1815.92,,, +MKD,North Macedonia,2002,1961.2037,,, +MKD,North Macedonia,2003,2408.8,,, +MKD,North Macedonia,2004,2762.5603,,, +MKD,North Macedonia,2005,3037.7532,,, +MKD,North Macedonia,2006,3325.6357,,, +MKD,North Macedonia,2007,4036.2029,,, +MKD,North Macedonia,2008,4793.4438,,, +MKD,North Macedonia,2009,4544.0088,9.6000004,17.9,35.099998 +MKD,North Macedonia,2010,4542.8999,10.4,17.799999,32.400002 +MKD,North Macedonia,2011,5063.7871,8.8000002,15.3,31.299999 +MKD,North Macedonia,2012,4698.1411,6.8000002,13.6,29.200001 +MKD,North Macedonia,2013,5210.6758,5.1999998,11.4,28.200001 +MKD,North Macedonia,2014,5468.481,4.4000001,9.5,24.299999 +MKD,North Macedonia,2015,4840.2729,5.1999998,9.6999998,23.1 +MKD,North Macedonia,2016,5129.1592,,, +MKD,North Macedonia,2017,5417.6421,,, +MKD,North Macedonia,2018,6083.7188,,, +MLI,Mali,1960,,,, +MLI,Mali,1961,,,, +MLI,Mali,1962,,,, +MLI,Mali,1963,,,, +MLI,Mali,1964,,,, +MLI,Mali,1965,,,, +MLI,Mali,1966,,,, +MLI,Mali,1967,48.279865,,, +MLI,Mali,1968,59.467529,,, +MLI,Mali,1969,57.991798,,, +MLI,Mali,1970,60.475651,,, +MLI,Mali,1971,71.154701,,, +MLI,Mali,1972,79.157486,,, +MLI,Mali,1973,90.100197,,, +MLI,Mali,1974,84.597649,,, +MLI,Mali,1975,128.15103,,, +MLI,Mali,1976,142.37785,,, +MLI,Mali,1977,156.40594,,, +MLI,Mali,1978,178.99095,,, +MLI,Mali,1979,229.34604,,, +MLI,Mali,1980,248.18893,,, +MLI,Mali,1981,212.72011,,, +MLI,Mali,1982,180.51346,,, +MLI,Mali,1983,171.99959,,, +MLI,Mali,1984,160.2281,,, +MLI,Mali,1985,177.75992,,, +MLI,Mali,1986,232.89261,,, +MLI,Mali,1987,259.31195,,, +MLI,Mali,1988,265.43903,,, +MLI,Mali,1989,262.96786,,, +MLI,Mali,1990,317.38931,,, +MLI,Mali,1991,315.45633,,, +MLI,Mali,1992,319.83804,,, +MLI,Mali,1993,310.13824,,, +MLI,Mali,1994,223.01802,85.099998,93.400002,97.699997 +MLI,Mali,1995,282.34125,,, +MLI,Mali,1996,282.633,,, +MLI,Mali,1997,267.18915,,, +MLI,Mali,1998,281.87262,,, +MLI,Mali,1999,323.16864,,, +MLI,Mali,2000,269.87112,,, +MLI,Mali,2001,307.43692,58.5,80.5,95 +MLI,Mali,2002,334.83652,,, +MLI,Mali,2003,392.52475,,, +MLI,Mali,2004,440.16846,,, +MLI,Mali,2005,488.82813,,, +MLI,Mali,2006,522.57837,51.200001,77.599998,92.199997 +MLI,Mali,2007,596.69019,,, +MLI,Mali,2008,690.88245,,, +MLI,Mali,2009,698.21838,49.700001,79.300003,94.900002 +MLI,Mali,2010,709.58197,,, +MLI,Mali,2011,836.50983,,, +MLI,Mali,2012,778.66943,,, +MLI,Mali,2013,805.25964,,, +MLI,Mali,2014,847.15027,,, +MLI,Mali,2015,751.17047,,, +MLI,Mali,2016,779.87494,,, +MLI,Mali,2017,828.61322,,, +MLI,Mali,2018,901.40308,,, +MLT,Malta,1960,,,, +MLT,Malta,1961,,,, +MLT,Malta,1962,,,, +MLT,Malta,1963,,,, +MLT,Malta,1964,,,, +MLT,Malta,1965,,,, +MLT,Malta,1966,,,, +MLT,Malta,1967,,,, +MLT,Malta,1968,,,, +MLT,Malta,1969,,,, +MLT,Malta,1970,828.42169,,, +MLT,Malta,1971,874.06635,,, +MLT,Malta,1972,975.75879,,, +MLT,Malta,1973,1143.6202,,, +MLT,Malta,1974,1245.3612,,, +MLT,Malta,1975,1560.1122,,, +MLT,Malta,1976,1726.5594,,, +MLT,Malta,1977,2037.8973,,, +MLT,Malta,1978,2558.7402,,, +MLT,Malta,1979,3195.5525,,, +MLT,Malta,1980,3948.4031,,, +MLT,Malta,1981,3898.2429,,, +MLT,Malta,1982,3788.0505,,, +MLT,Malta,1983,3527.04,,, +MLT,Malta,1984,3332.8853,,, +MLT,Malta,1985,3322.4214,,, +MLT,Malta,1986,4194.6538,,, +MLT,Malta,1987,5083.6689,,, +MLT,Malta,1988,5814.3647,,, +MLT,Malta,1989,6040.6099,,, +MLT,Malta,1990,7191.9238,,, +MLT,Malta,1991,7558.2773,,, +MLT,Malta,1992,8220.2451,,, +MLT,Malta,1993,7296.3101,,, +MLT,Malta,1994,8000.5181,,, +MLT,Malta,1995,9114.3584,,, +MLT,Malta,1996,9397.8008,,, +MLT,Malta,1997,9679.8828,,, +MLT,Malta,1998,10183.676,,, +MLT,Malta,1999,10648.989,,, +MLT,Malta,2000,11039.057,,, +MLT,Malta,2001,11021.786,,, +MLT,Malta,2002,11843.939,,, +MLT,Malta,2003,13689.99,,, +MLT,Malta,2004,15109.055,,, +MLT,Malta,2005,15835.347,,, +MLT,Malta,2006,16671.566,.5,.5,.69999999 +MLT,Malta,2007,19375.57,.5,.5,1 +MLT,Malta,2008,21928.701,.2,.2,.5 +MLT,Malta,2009,20675.582,.5,.5,.69999999 +MLT,Malta,2010,21087.795,.2,.2,.5 +MLT,Malta,2011,22823.443,.2,.2,.5 +MLT,Malta,2012,21931.748,.2,.2,.5 +MLT,Malta,2013,23830.938,0,0,.2 +MLT,Malta,2014,25961.328,0,0,0 +MLT,Malta,2015,24046.275,0,.2,.2 +MLT,Malta,2016,25128.938,,, +MLT,Malta,2017,27241.09,,, +MLT,Malta,2018,30074.74,,, +MMR,Myanmar,1960,,,, +MMR,Myanmar,1961,,,, +MMR,Myanmar,1962,,,, +MMR,Myanmar,1963,,,, +MMR,Myanmar,1964,,,, +MMR,Myanmar,1965,,,, +MMR,Myanmar,1966,,,, +MMR,Myanmar,1967,,,, +MMR,Myanmar,1968,,,, +MMR,Myanmar,1969,,,, +MMR,Myanmar,1970,,,, +MMR,Myanmar,1971,,,, +MMR,Myanmar,1972,,,, +MMR,Myanmar,1973,,,, +MMR,Myanmar,1974,,,, +MMR,Myanmar,1975,,,, +MMR,Myanmar,1976,,,, +MMR,Myanmar,1977,,,, +MMR,Myanmar,1978,,,, +MMR,Myanmar,1979,,,, +MMR,Myanmar,1980,,,, +MMR,Myanmar,1981,,,, +MMR,Myanmar,1982,,,, +MMR,Myanmar,1983,,,, +MMR,Myanmar,1984,,,, +MMR,Myanmar,1985,,,, +MMR,Myanmar,1986,,,, +MMR,Myanmar,1987,,,, +MMR,Myanmar,1988,,,, +MMR,Myanmar,1989,,,, +MMR,Myanmar,1990,,,, +MMR,Myanmar,1991,,,, +MMR,Myanmar,1992,,,, +MMR,Myanmar,1993,,,, +MMR,Myanmar,1994,,,, +MMR,Myanmar,1995,,,, +MMR,Myanmar,1996,,,, +MMR,Myanmar,1997,,,, +MMR,Myanmar,1998,,,, +MMR,Myanmar,1999,,,, +MMR,Myanmar,2000,190.60623,,, +MMR,Myanmar,2001,137.16832,,, +MMR,Myanmar,2002,142.08226,,, +MMR,Myanmar,2003,217.39041,,, +MMR,Myanmar,2004,217.59428,,, +MMR,Myanmar,2005,244.88235,,, +MMR,Myanmar,2006,294.16318,,, +MMR,Myanmar,2007,406.7287,,, +MMR,Myanmar,2008,638.14905,,, +MMR,Myanmar,2009,734.44598,,, +MMR,Myanmar,2010,979.05164,,, +MMR,Myanmar,2011,1176.2424,,, +MMR,Myanmar,2012,1165.7943,,, +MMR,Myanmar,2013,1162.3314,,, +MMR,Myanmar,2014,1251.8208,,, +MMR,Myanmar,2015,1133.0028,6.1999998,29.5,67.199997 +MMR,Myanmar,2016,1192.4954,,, +MMR,Myanmar,2017,1249.8287,,, +MMR,Myanmar,2018,1325.9529,,, +MNE,Montenegro,1960,,,, +MNE,Montenegro,1961,,,, +MNE,Montenegro,1962,,,, +MNE,Montenegro,1963,,,, +MNE,Montenegro,1964,,,, +MNE,Montenegro,1965,,,, +MNE,Montenegro,1966,,,, +MNE,Montenegro,1967,,,, +MNE,Montenegro,1968,,,, +MNE,Montenegro,1969,,,, +MNE,Montenegro,1970,,,, +MNE,Montenegro,1971,,,, +MNE,Montenegro,1972,,,, +MNE,Montenegro,1973,,,, +MNE,Montenegro,1974,,,, +MNE,Montenegro,1975,,,, +MNE,Montenegro,1976,,,, +MNE,Montenegro,1977,,,, +MNE,Montenegro,1978,,,, +MNE,Montenegro,1979,,,, +MNE,Montenegro,1980,,,, +MNE,Montenegro,1981,,,, +MNE,Montenegro,1982,,,, +MNE,Montenegro,1983,,,, +MNE,Montenegro,1984,,,, +MNE,Montenegro,1985,,,, +MNE,Montenegro,1986,,,, +MNE,Montenegro,1987,,,, +MNE,Montenegro,1988,,,, +MNE,Montenegro,1989,,,, +MNE,Montenegro,1990,,,, +MNE,Montenegro,1991,,,, +MNE,Montenegro,1992,,,, +MNE,Montenegro,1993,,,, +MNE,Montenegro,1994,,,, +MNE,Montenegro,1995,,,, +MNE,Montenegro,1996,,,, +MNE,Montenegro,1997,,,, +MNE,Montenegro,1998,,,, +MNE,Montenegro,1999,,,, +MNE,Montenegro,2000,1627.0726,,, +MNE,Montenegro,2001,1909.5988,,, +MNE,Montenegro,2002,2106.635,,, +MNE,Montenegro,2003,2789.1592,,, +MNE,Montenegro,2004,3380.165,,, +MNE,Montenegro,2005,3674.6179,.2,1.6,10 +MNE,Montenegro,2006,4425.6787,.1,1.2,9.1000004 +MNE,Montenegro,2007,5976.3921,.40000001,.60000002,5.8000002 +MNE,Montenegro,2008,7367.752,.2,.5,3.3 +MNE,Montenegro,2009,6727.1055,0,.60000002,5.1999998 +MNE,Montenegro,2010,6682.2813,0,.80000001,4.5 +MNE,Montenegro,2011,7318.7446,.2,1,6.5999999 +MNE,Montenegro,2012,6586.7212,1.3,2.0999999,8.6999998 +MNE,Montenegro,2013,7186.4321,1,2.5,10 +MNE,Montenegro,2014,7378.3452,0,.80000001,4.8000002 +MNE,Montenegro,2015,6514.2725,,, +MNE,Montenegro,2016,7028.9365,,, +MNE,Montenegro,2017,7784.0654,,, +MNE,Montenegro,2018,8760.6924,,, +MNG,Mongolia,1960,,,, +MNG,Mongolia,1961,,,, +MNG,Mongolia,1962,,,, +MNG,Mongolia,1963,,,, +MNG,Mongolia,1964,,,, +MNG,Mongolia,1965,,,, +MNG,Mongolia,1966,,,, +MNG,Mongolia,1967,,,, +MNG,Mongolia,1968,,,, +MNG,Mongolia,1969,,,, +MNG,Mongolia,1970,,,, +MNG,Mongolia,1971,,,, +MNG,Mongolia,1972,,,, +MNG,Mongolia,1973,,,, +MNG,Mongolia,1974,,,, +MNG,Mongolia,1975,,,, +MNG,Mongolia,1976,,,, +MNG,Mongolia,1977,,,, +MNG,Mongolia,1978,,,, +MNG,Mongolia,1979,,,, +MNG,Mongolia,1980,,,, +MNG,Mongolia,1981,1332.6405,,, +MNG,Mongolia,1982,1435.7671,,, +MNG,Mongolia,1983,1495.0157,,, +MNG,Mongolia,1984,1121.6642,,, +MNG,Mongolia,1985,1137.6903,,, +MNG,Mongolia,1986,1465.4476,,, +MNG,Mongolia,1987,1485.5389,,, +MNG,Mongolia,1988,1533.4443,,, +MNG,Mongolia,1989,1670.6906,,, +MNG,Mongolia,1990,1172.4431,,, +MNG,Mongolia,1991,1072.6364,,, +MNG,Mongolia,1992,587.30322,,, +MNG,Mongolia,1993,339.52209,,, +MNG,Mongolia,1994,405.97482,,, +MNG,Mongolia,1995,631.9201,12.7,36.900002,71.199997 +MNG,Mongolia,1996,580.91083,,, +MNG,Mongolia,1997,505.59448,,, +MNG,Mongolia,1998,477.33475,25.200001,60.5,90.099998 +MNG,Mongolia,1999,444.99515,,, +MNG,Mongolia,2000,474.21689,,, +MNG,Mongolia,2001,524.0553,,, +MNG,Mongolia,2002,571.59265,9.6999998,33.599998,67.900002 +MNG,Mongolia,2003,646.19324,,, +MNG,Mongolia,2004,797.9787,,, +MNG,Mongolia,2005,998.83136,,, +MNG,Mongolia,2006,1334.2117,,, +MNG,Mongolia,2007,1632.7269,1.3,12.2,41.099998 +MNG,Mongolia,2008,2136.5632,,, +MNG,Mongolia,2009,1714.3606,,, +MNG,Mongolia,2010,2643.293,.80000001,10.1,38.400002 +MNG,Mongolia,2011,3757.5586,.60000002,7,32.900002 +MNG,Mongolia,2012,4351.8867,.40000001,4.5,24.5 +MNG,Mongolia,2013,4366.0757,,, +MNG,Mongolia,2014,4158.5259,.2,3.2,18.9 +MNG,Mongolia,2015,3918.5791,,, +MNG,Mongolia,2016,3660.1506,.60000002,6.9000001,32 +MNG,Mongolia,2017,3671.9485,,, +MNG,Mongolia,2018,4103.6973,,, +MNP,Northern Mariana Islands,1960,,,, +MNP,Northern Mariana Islands,1961,,,, +MNP,Northern Mariana Islands,1962,,,, +MNP,Northern Mariana Islands,1963,,,, +MNP,Northern Mariana Islands,1964,,,, +MNP,Northern Mariana Islands,1965,,,, +MNP,Northern Mariana Islands,1966,,,, +MNP,Northern Mariana Islands,1967,,,, +MNP,Northern Mariana Islands,1968,,,, +MNP,Northern Mariana Islands,1969,,,, +MNP,Northern Mariana Islands,1970,,,, +MNP,Northern Mariana Islands,1971,,,, +MNP,Northern Mariana Islands,1972,,,, +MNP,Northern Mariana Islands,1973,,,, +MNP,Northern Mariana Islands,1974,,,, +MNP,Northern Mariana Islands,1975,,,, +MNP,Northern Mariana Islands,1976,,,, +MNP,Northern Mariana Islands,1977,,,, +MNP,Northern Mariana Islands,1978,,,, +MNP,Northern Mariana Islands,1979,,,, +MNP,Northern Mariana Islands,1980,,,, +MNP,Northern Mariana Islands,1981,,,, +MNP,Northern Mariana Islands,1982,,,, +MNP,Northern Mariana Islands,1983,,,, +MNP,Northern Mariana Islands,1984,,,, +MNP,Northern Mariana Islands,1985,,,, +MNP,Northern Mariana Islands,1986,,,, +MNP,Northern Mariana Islands,1987,,,, +MNP,Northern Mariana Islands,1988,,,, +MNP,Northern Mariana Islands,1989,,,, +MNP,Northern Mariana Islands,1990,,,, +MNP,Northern Mariana Islands,1991,,,, +MNP,Northern Mariana Islands,1992,,,, +MNP,Northern Mariana Islands,1993,,,, +MNP,Northern Mariana Islands,1994,,,, +MNP,Northern Mariana Islands,1995,,,, +MNP,Northern Mariana Islands,1996,,,, +MNP,Northern Mariana Islands,1997,,,, +MNP,Northern Mariana Islands,1998,,,, +MNP,Northern Mariana Islands,1999,,,, +MNP,Northern Mariana Islands,2000,,,, +MNP,Northern Mariana Islands,2001,,,, +MNP,Northern Mariana Islands,2002,21978.773,,, +MNP,Northern Mariana Islands,2003,21381.607,,, +MNP,Northern Mariana Islands,2004,21136.848,,, +MNP,Northern Mariana Islands,2005,18764.813,,, +MNP,Northern Mariana Islands,2006,17715.9,,, +MNP,Northern Mariana Islands,2007,16986.906,,, +MNP,Northern Mariana Islands,2008,17189.932,,, +MNP,Northern Mariana Islands,2009,14669.791,,, +MNP,Northern Mariana Islands,2010,14804.247,,, +MNP,Northern Mariana Islands,2011,13571.059,,, +MNP,Northern Mariana Islands,2012,13827.77,,, +MNP,Northern Mariana Islands,2013,14274.24,,, +MNP,Northern Mariana Islands,2014,15278.908,,, +MNP,Northern Mariana Islands,2015,16690.57,,, +MNP,Northern Mariana Islands,2016,22246.742,,, +MNP,Northern Mariana Islands,2017,28163.785,,, +MNP,Northern Mariana Islands,2018,,,, +MOZ,Mozambique,1960,,,, +MOZ,Mozambique,1961,,,, +MOZ,Mozambique,1962,,,, +MOZ,Mozambique,1963,,,, +MOZ,Mozambique,1964,,,, +MOZ,Mozambique,1965,,,, +MOZ,Mozambique,1966,,,, +MOZ,Mozambique,1967,,,, +MOZ,Mozambique,1968,,,, +MOZ,Mozambique,1969,,,, +MOZ,Mozambique,1970,,,, +MOZ,Mozambique,1971,,,, +MOZ,Mozambique,1972,,,, +MOZ,Mozambique,1973,,,, +MOZ,Mozambique,1974,,,, +MOZ,Mozambique,1975,,,, +MOZ,Mozambique,1976,,,, +MOZ,Mozambique,1977,,,, +MOZ,Mozambique,1978,,,, +MOZ,Mozambique,1979,,,, +MOZ,Mozambique,1980,303.20105,,, +MOZ,Mozambique,1981,296.90866,,, +MOZ,Mozambique,1982,296.32684,,, +MOZ,Mozambique,1983,260.16818,,, +MOZ,Mozambique,1984,267.18433,,, +MOZ,Mozambique,1985,349.11514,,, +MOZ,Mozambique,1986,409.66306,,, +MOZ,Mozambique,1987,184.11177,,, +MOZ,Mozambique,1988,164.09863,,, +MOZ,Mozambique,1989,180.70979,,, +MOZ,Mozambique,1990,193.42595,,, +MOZ,Mozambique,1991,244.87952,,, +MOZ,Mozambique,1992,165.95506,,, +MOZ,Mozambique,1993,166.64339,,, +MOZ,Mozambique,1994,164.61482,,, +MOZ,Mozambique,1995,162.86845,,, +MOZ,Mozambique,1996,220.78601,82.900002,91.800003,96.800003 +MOZ,Mozambique,1997,257.80484,,, +MOZ,Mozambique,1998,289.83331,,, +MOZ,Mozambique,1999,307.49677,,, +MOZ,Mozambique,2000,283.22549,,, +MOZ,Mozambique,2001,261.60455,,, +MOZ,Mozambique,2002,268.14481,81,92.5,97 +MOZ,Mozambique,2003,289.55249,,, +MOZ,Mozambique,2004,343.12503,,, +MOZ,Mozambique,2005,376.88467,,, +MOZ,Mozambique,2006,394.30908,,, +MOZ,Mozambique,2007,432.17856,,, +MOZ,Mozambique,2008,516.00507,69.099998,88.699997,96.199997 +MOZ,Mozambique,2009,476.60345,,, +MOZ,Mozambique,2010,431.51547,,, +MOZ,Mozambique,2011,542.89093,,, +MOZ,Mozambique,2012,613.98407,,, +MOZ,Mozambique,2013,626.69775,,, +MOZ,Mozambique,2014,645.2489,62.400002,81.5,91.800003 +MOZ,Mozambique,2015,547.2381,,, +MOZ,Mozambique,2016,391.55289,,, +MOZ,Mozambique,2017,441.61783,,, +MOZ,Mozambique,2018,490.16757,,, +MRT,Mauritania,1960,108.90285,,, +MRT,Mauritania,1961,123.03397,,, +MRT,Mauritania,1962,123.26753,,, +MRT,Mauritania,1963,122.52957,,, +MRT,Mauritania,1964,158.7556,,, +MRT,Mauritania,1965,175.2363,,, +MRT,Mauritania,1966,177.48317,,, +MRT,Mauritania,1967,182.57782,,, +MRT,Mauritania,1968,195.16403,,, +MRT,Mauritania,1969,179.41527,,, +MRT,Mauritania,1970,182.55312,,, +MRT,Mauritania,1971,192.14357,,, +MRT,Mauritania,1972,217.67651,,, +MRT,Mauritania,1973,266.10056,,, +MRT,Mauritania,1974,321.06729,,, +MRT,Mauritania,1975,357.67114,,, +MRT,Mauritania,1976,382.67981,,, +MRT,Mauritania,1977,383.1196,,, +MRT,Mauritania,1978,374.68176,,, +MRT,Mauritania,1979,430.4751,,, +MRT,Mauritania,1980,460.22528,,, +MRT,Mauritania,1981,471.47681,,, +MRT,Mauritania,1982,459.22534,,, +MRT,Mauritania,1983,468.74915,,, +MRT,Mauritania,1984,420.01581,,, +MRT,Mauritania,1985,383.8103,,, +MRT,Mauritania,1986,438.81604,,, +MRT,Mauritania,1987,484.00815,40,65.699997,86.699997 +MRT,Mauritania,1988,495.93927,,, +MRT,Mauritania,1989,495.24695,,, +MRT,Mauritania,1990,501.19339,,, +MRT,Mauritania,1991,691.45099,,, +MRT,Mauritania,1992,683.45081,,, +MRT,Mauritania,1993,568.53619,41.099998,69.599998,88.5 +MRT,Mauritania,1994,583.42865,,, +MRT,Mauritania,1995,611.72125,20.6,49.700001,78.800003 +MRT,Mauritania,1996,607.94714,,, +MRT,Mauritania,1997,576.0882,,, +MRT,Mauritania,1998,550.88,,, +MRT,Mauritania,1999,548.74731,,, +MRT,Mauritania,2000,491.84277,19.6,45.5,74.599998 +MRT,Mauritania,2001,479.40329,,, +MRT,Mauritania,2002,476.73843,,, +MRT,Mauritania,2003,547.0752,,, +MRT,Mauritania,2004,623.7804,14.4,42.5,74.900002 +MRT,Mauritania,2005,722.32306,,, +MRT,Mauritania,2006,977.12354,,, +MRT,Mauritania,2007,1048.1621,,, +MRT,Mauritania,2008,1222.924,10.8,34.299999,64.699997 +MRT,Mauritania,2009,1079.2339,,, +MRT,Mauritania,2010,1241.4287,,, +MRT,Mauritania,2011,1435.6354,,, +MRT,Mauritania,2012,1411.3528,,, +MRT,Mauritania,2013,1477.3616,,, +MRT,Mauritania,2014,1366.809,6,24.1,58.799999 +MRT,Mauritania,2015,1194.3125,,, +MRT,Mauritania,2016,1135.5586,,, +MRT,Mauritania,2017,1161.7854,,, +MRT,Mauritania,2018,1218.5964,,, +MUS,Mauritius,1960,,,, +MUS,Mauritius,1961,,,, +MUS,Mauritius,1962,,,, +MUS,Mauritius,1963,,,, +MUS,Mauritius,1964,,,, +MUS,Mauritius,1965,,,, +MUS,Mauritius,1966,,,, +MUS,Mauritius,1967,,,, +MUS,Mauritius,1968,,,, +MUS,Mauritius,1969,,,, +MUS,Mauritius,1970,,,, +MUS,Mauritius,1971,,,, +MUS,Mauritius,1972,,,, +MUS,Mauritius,1973,,,, +MUS,Mauritius,1974,,,, +MUS,Mauritius,1975,,,, +MUS,Mauritius,1976,776.64435,,, +MUS,Mauritius,1977,893.91498,,, +MUS,Mauritius,1978,1087.6981,,, +MUS,Mauritius,1979,1275.0358,,, +MUS,Mauritius,1980,1171.576,,, +MUS,Mauritius,1981,1165.1584,,, +MUS,Mauritius,1982,1086.535,,, +MUS,Mauritius,1983,1088.4364,,, +MUS,Mauritius,1984,1027.994,,, +MUS,Mauritius,1985,1054.4749,,, +MUS,Mauritius,1986,1422.5565,,, +MUS,Mauritius,1987,1815.3514,,, +MUS,Mauritius,1988,2046.048,,, +MUS,Mauritius,1989,2075.5381,,, +MUS,Mauritius,1990,2506.1792,,, +MUS,Mauritius,1991,2669.3276,,, +MUS,Mauritius,1992,2973.207,,, +MUS,Mauritius,1993,2973.7979,,, +MUS,Mauritius,1994,3197.3311,,, +MUS,Mauritius,1995,3599.5552,,, +MUS,Mauritius,1996,3899.4353,,, +MUS,Mauritius,1997,3646.6306,,, +MUS,Mauritius,1998,3593.2341,,, +MUS,Mauritius,1999,3695.9348,,, +MUS,Mauritius,2000,3929.0754,,, +MUS,Mauritius,2001,3856.6252,,, +MUS,Mauritius,2002,4018.949,,, +MUS,Mauritius,2003,4793.7183,,, +MUS,Mauritius,2004,5388.0659,,, +MUS,Mauritius,2005,5282.9063,,, +MUS,Mauritius,2006,5695.9692,.40000001,3.5,20.299999 +MUS,Mauritius,2007,6574.6543,,, +MUS,Mauritius,2008,8030.063,,, +MUS,Mauritius,2009,7318.1265,,, +MUS,Mauritius,2010,8000.3765,,, +MUS,Mauritius,2011,9197.0273,,, +MUS,Mauritius,2012,9291.2275,.5,3,17.200001 +MUS,Mauritius,2013,9637.0029,,, +MUS,Mauritius,2014,10153.938,,, +MUS,Mauritius,2015,9260.4473,,, +MUS,Mauritius,2016,9681.6182,,, +MUS,Mauritius,2017,10484.908,,, +MUS,Mauritius,2018,11238.69,,, +MWI,Malawi,1960,44.523895,,, +MWI,Malawi,1961,46.581646,,, +MWI,Malawi,1962,47.698433,,, +MWI,Malawi,1963,48.505501,,, +MWI,Malawi,1964,48.293201,,, +MWI,Malawi,1965,55.49828,,, +MWI,Malawi,1966,61.407654,,, +MWI,Malawi,1967,62.019985,,, +MWI,Malawi,1968,54.916348,,, +MWI,Malawi,1969,58.009415,,, +MWI,Malawi,1970,61.765537,,, +MWI,Malawi,1971,75.663727,,, +MWI,Malawi,1972,81.891472,,, +MWI,Malawi,1973,87.227577,,, +MWI,Malawi,1974,104.7972,,, +MWI,Malawi,1975,113.88004,,, +MWI,Malawi,1976,120.87267,,, +MWI,Malawi,1977,141.01041,,, +MWI,Malawi,1978,160.93874,,, +MWI,Malawi,1979,174.18648,,, +MWI,Malawi,1980,198.01094,,, +MWI,Malawi,1981,193.01491,,, +MWI,Malawi,1982,179.72997,,, +MWI,Malawi,1983,181.53764,,, +MWI,Malawi,1984,173.44969,,, +MWI,Malawi,1985,155.65578,,, +MWI,Malawi,1986,154.39531,,, +MWI,Malawi,1987,145.3228,,, +MWI,Malawi,1988,159.77466,,, +MWI,Malawi,1989,175.21933,,, +MWI,Malawi,1990,199.98634,,, +MWI,Malawi,1991,229.52754,,, +MWI,Malawi,1992,185.78589,,, +MWI,Malawi,1993,213.24062,,, +MWI,Malawi,1994,121.26413,,, +MWI,Malawi,1995,141.95439,,, +MWI,Malawi,1996,227.58478,,, +MWI,Malawi,1997,259.4505,63.299999,84.800003,93.599998 +MWI,Malawi,1998,165.8954,,, +MWI,Malawi,1999,163.61424,,, +MWI,Malawi,2000,156.38571,,, +MWI,Malawi,2001,150.14896,,, +MWI,Malawi,2002,298.43338,,, +MWI,Malawi,2003,267.39905,,, +MWI,Malawi,2004,282.56708,73.400002,90.599998,97.099998 +MWI,Malawi,2005,289.55518,,, +MWI,Malawi,2006,308.16348,,, +MWI,Malawi,2007,332.25916,,, +MWI,Malawi,2008,387.60599,,, +MWI,Malawi,2009,438.21204,,, +MWI,Malawi,2010,478.66858,71.699997,89.099998,96.199997 +MWI,Malawi,2011,534.95129,,, +MWI,Malawi,2012,391.56183,,, +MWI,Malawi,2013,348.43027,,, +MWI,Malawi,2014,371.26974,,, +MWI,Malawi,2015,380.59705,,, +MWI,Malawi,2016,315.77731,70.300003,89.400002,96.699997 +MWI,Malawi,2017,356.71756,,, +MWI,Malawi,2018,389.39804,,, +MYS,Malaysia,1960,234.93875,,, +MYS,Malaysia,1961,225.93352,,, +MYS,Malaysia,1962,230.26047,,, +MYS,Malaysia,1963,279.71762,,, +MYS,Malaysia,1964,289.00876,,, +MYS,Malaysia,1965,310.32791,,, +MYS,Malaysia,1966,321.09412,,, +MYS,Malaysia,1967,317.42407,,, +MYS,Malaysia,1968,323.4025,,, +MYS,Malaysia,1969,347.37296,,, +MYS,Malaysia,1970,357.6568,,, +MYS,Malaysia,1971,383.67151,,, +MYS,Malaysia,1972,445.35016,,, +MYS,Malaysia,1973,661.02271,,, +MYS,Malaysia,1974,799.93182,,, +MYS,Malaysia,1975,764.56653,,, +MYS,Malaysia,1976,886.22998,,, +MYS,Malaysia,1977,1027.293,,, +MYS,Malaysia,1978,1246.5577,,, +MYS,Malaysia,1979,1576.0493,,, +MYS,Malaysia,1980,1774.7415,,, +MYS,Malaysia,1981,1769.0996,,, +MYS,Malaysia,1982,1852.257,,, +MYS,Malaysia,1983,2047.7711,,, +MYS,Malaysia,1984,2234.2576,2.9000001,12.9,32.200001 +MYS,Malaysia,1985,2000.1479,,, +MYS,Malaysia,1986,1728.6853,,, +MYS,Malaysia,1987,1947.8087,2.0999999,12.7,32.799999 +MYS,Malaysia,1988,2072.0784,,, +MYS,Malaysia,1989,2216.2505,1.6,11.7,32.400002 +MYS,Malaysia,1990,2441.7419,,, +MYS,Malaysia,1991,2653.5071,,, +MYS,Malaysia,1992,3113.6257,1.3,11.8,30.299999 +MYS,Malaysia,1993,3433.1433,,, +MYS,Malaysia,1994,3728.093,,, +MYS,Malaysia,1995,4329.688,1.8,11.5,29.4 +MYS,Malaysia,1996,4798.5942,,, +MYS,Malaysia,1997,4637.8652,.40000001,7.3000002,21.799999 +MYS,Malaysia,1998,3263.3455,,, +MYS,Malaysia,1999,3492.6926,,, +MYS,Malaysia,2000,4043.6621,,, +MYS,Malaysia,2001,3913.4287,,, +MYS,Malaysia,2002,4165.7153,,, +MYS,Malaysia,2003,4461.8477,,, +MYS,Malaysia,2004,4952.2236,.40000001,2.5999999,12.1 +MYS,Malaysia,2005,5587.0259,,, +MYS,Malaysia,2006,6209.1143,,, +MYS,Malaysia,2007,7243.4561,.5,3.4000001,14.3 +MYS,Malaysia,2008,8474.5762,.5,4.1999998,16.700001 +MYS,Malaysia,2009,7292.4932,,, +MYS,Malaysia,2010,9040.5664,,, +MYS,Malaysia,2011,10399.373,.1,1.2,8.6000004 +MYS,Malaysia,2012,10817.443,,, +MYS,Malaysia,2013,10970.123,0,.40000001,4 +MYS,Malaysia,2014,11319.08,,, +MYS,Malaysia,2015,9799.3672,0,.2,2.7 +MYS,Malaysia,2016,9671.0244,,, +MYS,Malaysia,2017,10117.569,,, +MYS,Malaysia,2018,11238.957,,, +NAM,Namibia,1960,,,, +NAM,Namibia,1961,,,, +NAM,Namibia,1962,,,, +NAM,Namibia,1963,,,, +NAM,Namibia,1964,,,, +NAM,Namibia,1965,,,, +NAM,Namibia,1966,,,, +NAM,Namibia,1967,,,, +NAM,Namibia,1968,,,, +NAM,Namibia,1969,,,, +NAM,Namibia,1970,,,, +NAM,Namibia,1971,,,, +NAM,Namibia,1972,,,, +NAM,Namibia,1973,,,, +NAM,Namibia,1974,,,, +NAM,Namibia,1975,,,, +NAM,Namibia,1976,,,, +NAM,Namibia,1977,,,, +NAM,Namibia,1978,,,, +NAM,Namibia,1979,,,, +NAM,Namibia,1980,2289.9067,,, +NAM,Namibia,1981,2078.52,,, +NAM,Namibia,1982,1914.8147,,, +NAM,Namibia,1983,2027.1528,,, +NAM,Namibia,1984,1675.9899,,, +NAM,Namibia,1985,1340.3284,,, +NAM,Namibia,1986,1456.7161,,, +NAM,Namibia,1987,1784.5696,,, +NAM,Namibia,1988,1864.0818,,, +NAM,Namibia,1989,1826.4803,,, +NAM,Namibia,1990,1944.1376,,, +NAM,Namibia,1991,2027.0081,,, +NAM,Namibia,1992,2257.6323,,, +NAM,Namibia,1993,2069.625,,, +NAM,Namibia,1994,2284.5808,,, +NAM,Namibia,1995,2421.8706,,, +NAM,Namibia,1996,2371.8848,,, +NAM,Namibia,1997,2416.1199,,, +NAM,Namibia,1998,2209.7722,,, +NAM,Namibia,1999,2165.1133,,, +NAM,Namibia,2000,2136.4402,,, +NAM,Namibia,2001,1906.2926,,, +NAM,Namibia,2002,1769.1759,,, +NAM,Namibia,2003,2560.7739,31.5,56.099998,73.199997 +NAM,Namibia,2004,3396.9119,,, +NAM,Namibia,2005,3674.0022,,, +NAM,Namibia,2006,3974.5225,,, +NAM,Namibia,2007,4356.2446,,, +NAM,Namibia,2008,4153.248,,, +NAM,Namibia,2009,4265.2588,22.6,47,67.300003 +NAM,Namibia,2010,5324.6172,,, +NAM,Namibia,2011,5753.9873,,, +NAM,Namibia,2012,5930.5483,,, +NAM,Namibia,2013,5694.0825,,, +NAM,Namibia,2014,5624.1353,,, +NAM,Namibia,2015,5032.8896,13.4,29.6,50.099998 +NAM,Namibia,2016,4786.2354,,, +NAM,Namibia,2017,5646.4561,,, +NAM,Namibia,2018,5931.4541,,, +NCL,New Caledonia,1960,,,, +NCL,New Caledonia,1961,,,, +NCL,New Caledonia,1962,,,, +NCL,New Caledonia,1963,,,, +NCL,New Caledonia,1964,,,, +NCL,New Caledonia,1965,1763.4751,,, +NCL,New Caledonia,1966,1756.2196,,, +NCL,New Caledonia,1967,1865.666,,, +NCL,New Caledonia,1968,2165.9011,,, +NCL,New Caledonia,1969,2529.8926,,, +NCL,New Caledonia,1970,3203.7114,,, +NCL,New Caledonia,1971,3446.9529,,, +NCL,New Caledonia,1972,4031.0161,,, +NCL,New Caledonia,1973,4220.1934,,, +NCL,New Caledonia,1974,4865.6504,,, +NCL,New Caledonia,1975,6163.3799,,, +NCL,New Caledonia,1976,5957.541,,, +NCL,New Caledonia,1977,6158.9468,,, +NCL,New Caledonia,1978,6152.7827,,, +NCL,New Caledonia,1979,7561.1924,,, +NCL,New Caledonia,1980,8443.1074,,, +NCL,New Caledonia,1981,6817.8325,,, +NCL,New Caledonia,1982,6208.7827,,, +NCL,New Caledonia,1983,5540.2349,,, +NCL,New Caledonia,1984,5249.0537,,, +NCL,New Caledonia,1985,5534.6313,,, +NCL,New Caledonia,1986,7634.3345,,, +NCL,New Caledonia,1987,9271.7354,,, +NCL,New Caledonia,1988,12665.663,,, +NCL,New Caledonia,1989,13092.265,,, +NCL,New Caledonia,1990,14800.028,,, +NCL,New Caledonia,1991,15133.162,,, +NCL,New Caledonia,1992,16261.297,,, +NCL,New Caledonia,1993,16640.803,,, +NCL,New Caledonia,1994,16037.025,,, +NCL,New Caledonia,1995,18721.057,,, +NCL,New Caledonia,1996,18257.215,,, +NCL,New Caledonia,1997,16341.587,,, +NCL,New Caledonia,1998,15387.869,,, +NCL,New Caledonia,1999,14611.833,,, +NCL,New Caledonia,2000,12579.595,,, +NCL,New Caledonia,2001,,,, +NCL,New Caledonia,2002,,,, +NCL,New Caledonia,2003,,,, +NCL,New Caledonia,2004,,,, +NCL,New Caledonia,2005,,,, +NCL,New Caledonia,2006,,,, +NCL,New Caledonia,2007,,,, +NCL,New Caledonia,2008,,,, +NCL,New Caledonia,2009,,,, +NCL,New Caledonia,2010,,,, +NCL,New Caledonia,2011,,,, +NCL,New Caledonia,2012,,,, +NCL,New Caledonia,2013,,,, +NCL,New Caledonia,2014,,,, +NCL,New Caledonia,2015,,,, +NCL,New Caledonia,2016,,,, +NCL,New Caledonia,2017,,,, +NCL,New Caledonia,2018,,,, +NER,Niger,1960,132.65216,,, +NER,Niger,1961,139.34016,,, +NER,Niger,1962,148.18916,,, +NER,Niger,1963,158.71628,,, +NER,Niger,1964,153.25967,,, +NER,Niger,1965,172.03972,,, +NER,Niger,1966,174.35518,,, +NER,Niger,1967,160.59167,,, +NER,Niger,1968,150.38115,,, +NER,Niger,1969,142.69913,,, +NER,Niger,1970,144.08513,,, +NER,Niger,1971,149.54192,,, +NER,Niger,1972,155.77693,,, +NER,Niger,1973,193.05505,,, +NER,Niger,1974,203.56638,,, +NER,Niger,1975,202.25706,,, +NER,Niger,1976,199.53151,,, +NER,Niger,1977,235.18886,,, +NER,Niger,1978,313.89963,,, +NER,Niger,1979,362.49597,,, +NER,Niger,1980,418.85498,,, +NER,Niger,1981,352.20587,,, +NER,Niger,1982,318.05859,,, +NER,Niger,1983,276.18301,,, +NER,Niger,1984,217.46927,,, +NER,Niger,1985,208.29701,,, +NER,Niger,1986,267.47131,,, +NER,Niger,1987,304.6832,,, +NER,Niger,1988,302.09665,,, +NER,Niger,1989,280.1412,,, +NER,Niger,1990,309.05688,,, +NER,Niger,1991,280.86145,,, +NER,Niger,1992,273.73065,78.199997,93.900002,98.300003 +NER,Niger,1993,181.3239,,, +NER,Niger,1994,170.5011,81.400002,93.800003,98.300003 +NER,Niger,1995,198.1819,,, +NER,Niger,1996,202.28474,,, +NER,Niger,1997,181.32866,,, +NER,Niger,1998,196.92711,,, +NER,Niger,1999,184.64857,,, +NER,Niger,2000,158.70497,,, +NER,Niger,2001,165.54056,,, +NER,Niger,2002,178.05452,,, +NER,Niger,2003,215.95665,,, +NER,Niger,2004,232.58557,,, +NER,Niger,2005,249.92793,74.900002,90.699997,97.099998 +NER,Niger,2006,257.82916,,, +NER,Niger,2007,292.21973,72,90.5,96.699997 +NER,Niger,2008,352.71997,,, +NER,Niger,2009,339.14362,,, +NER,Niger,2010,347.34305,,, +NER,Niger,2011,374.48288,50.299999,83.300003,95.800003 +NER,Niger,2012,390.1199,,, +NER,Niger,2013,414.38861,,, +NER,Niger,2014,427.73721,44.5,76.900002,93.400002 +NER,Niger,2015,360.85339,,, +NER,Niger,2016,362.13113,,, +NER,Niger,2017,375.86948,,, +NER,Niger,2018,411.68893,,, +NGA,Nigeria,1960,92.960472,,, +NGA,Nigeria,1961,96.979042,,, +NGA,Nigeria,1962,104.38702,,, +NGA,Nigeria,1963,107.54057,,, +NGA,Nigeria,1964,113.16872,,, +NGA,Nigeria,1965,117.18863,,, +NGA,Nigeria,1966,124.30779,,, +NGA,Nigeria,1967,99.406075,,, +NGA,Nigeria,1968,97.201752,,, +NGA,Nigeria,1969,121.24536,,, +NGA,Nigeria,1970,224.10448,,, +NGA,Nigeria,1971,160.24875,,, +NGA,Nigeria,1972,209.22606,,, +NGA,Nigeria,1973,252.23265,,, +NGA,Nigeria,1974,402.84985,,, +NGA,Nigeria,1975,438.33124,,, +NGA,Nigeria,1976,556.70221,,, +NGA,Nigeria,1977,536.21625,,, +NGA,Nigeria,1978,527.31128,,, +NGA,Nigeria,1979,662.26404,,, +NGA,Nigeria,1980,874.40222,,, +NGA,Nigeria,1981,2180.1978,,, +NGA,Nigeria,1982,1843.9092,,, +NGA,Nigeria,1983,1222.6293,,, +NGA,Nigeria,1984,902.21588,,, +NGA,Nigeria,1985,882.5199,53.299999,78.5,93.5 +NGA,Nigeria,1986,639.01312,,, +NGA,Nigeria,1987,598.26483,,, +NGA,Nigeria,1988,549.23749,,, +NGA,Nigeria,1989,474.23212,,, +NGA,Nigeria,1990,567.52869,,, +NGA,Nigeria,1991,502.91415,,, +NGA,Nigeria,1992,477.17761,57.099998,77.099998,92.5 +NGA,Nigeria,1993,270.22397,,, +NGA,Nigeria,1994,321.32068,,, +NGA,Nigeria,1995,408.18106,,, +NGA,Nigeria,1996,461.51959,63.5,82,92.800003 +NGA,Nigeria,1997,479.98376,,, +NGA,Nigeria,1998,469.43057,,, +NGA,Nigeria,1999,497.84155,,, +NGA,Nigeria,2000,567.93073,,, +NGA,Nigeria,2001,590.38184,,, +NGA,Nigeria,2002,741.7475,,, +NGA,Nigeria,2003,795.38623,53.5,79.900002,94.099998 +NGA,Nigeria,2004,1007.8743,,, +NGA,Nigeria,2005,1268.3834,,, +NGA,Nigeria,2006,1656.4248,,, +NGA,Nigeria,2007,1883.4613,,, +NGA,Nigeria,2008,2242.8718,,, +NGA,Nigeria,2009,1891.3353,53.5,77.599998,92.099998 +NGA,Nigeria,2010,2292.4451,,, +NGA,Nigeria,2011,2520.4041,,, +NGA,Nigeria,2012,2746.9917,,, +NGA,Nigeria,2013,2998.0728,,, +NGA,Nigeria,2014,3222.6936,,, +NGA,Nigeria,2015,2730.4304,,, +NGA,Nigeria,2016,2175.9998,,, +NGA,Nigeria,2017,1968.5596,,, +NGA,Nigeria,2018,2028.182,,, +NIC,Nicaragua,1960,126.24838,,, +NIC,Nicaragua,1961,131.45023,,, +NIC,Nicaragua,1962,140.55742,,, +NIC,Nicaragua,1963,150.50412,,, +NIC,Nicaragua,1964,170.43459,,, +NIC,Nicaragua,1965,273.90643,,, +NIC,Nicaragua,1966,284.55829,,, +NIC,Nicaragua,1967,299.0816,,, +NIC,Nicaragua,1968,307.29175,,, +NIC,Nicaragua,1969,320.42932,,, +NIC,Nicaragua,1970,322.70163,,, +NIC,Nicaragua,1971,333.11481,,, +NIC,Nicaragua,1972,344.25421,,, +NIC,Nicaragua,1973,414.43585,,, +NIC,Nicaragua,1974,558.86371,,, +NIC,Nicaragua,1975,566.62256,,, +NIC,Nicaragua,1976,638.30371,,, +NIC,Nicaragua,1977,750.24799,,, +NIC,Nicaragua,1978,695.97852,,, +NIC,Nicaragua,1979,481.75845,,, +NIC,Nicaragua,1980,670.44391,,, +NIC,Nicaragua,1981,728.62744,,, +NIC,Nicaragua,1982,713.48114,,, +NIC,Nicaragua,1983,772.83521,,, +NIC,Nicaragua,1984,852.4671,,, +NIC,Nicaragua,1985,718.68536,,, +NIC,Nicaragua,1986,754.80316,,, +NIC,Nicaragua,1987,985.04803,,, +NIC,Nicaragua,1988,658.46143,,, +NIC,Nicaragua,1989,248.14969,,, +NIC,Nicaragua,1990,241.87646,,, +NIC,Nicaragua,1991,348.86478,,, +NIC,Nicaragua,1992,410.76758,,, +NIC,Nicaragua,1993,393.60345,36.299999,56.599998,74.400002 +NIC,Nicaragua,1994,847.37445,,, +NIC,Nicaragua,1995,890.00543,,, +NIC,Nicaragua,1996,908.63251,,, +NIC,Nicaragua,1997,909.33594,,, +NIC,Nicaragua,1998,943.92188,24.200001,45.900002,69.5 +NIC,Nicaragua,1999,972.88696,,, +NIC,Nicaragua,2000,1007.5014,,, +NIC,Nicaragua,2001,1034.5516,16.5,37.700001,62.599998 +NIC,Nicaragua,2002,1000.936,,, +NIC,Nicaragua,2003,1005.7325,,, +NIC,Nicaragua,2004,1080.2681,,, +NIC,Nicaragua,2005,1162.2902,8.3000002,27.1,53.700001 +NIC,Nicaragua,2006,1226.6888,,, +NIC,Nicaragua,2007,1327.9614,,, +NIC,Nicaragua,2008,1499.2621,,, +NIC,Nicaragua,2009,1444.3751,7.3000002,22.4,49.799999 +NIC,Nicaragua,2010,1503.8676,,, +NIC,Nicaragua,2011,1655.8109,,, +NIC,Nicaragua,2012,1760.4606,,, +NIC,Nicaragua,2013,1811.6381,,, +NIC,Nicaragua,2014,1934.064,3.2,12.8,34.799999 +NIC,Nicaragua,2015,2049.8513,,, +NIC,Nicaragua,2016,2107.5742,,, +NIC,Nicaragua,2017,2168.1912,,, +NIC,Nicaragua,2018,2028.8969,,, +NLD,Netherlands,1960,1068.7845,,, +NLD,Netherlands,1961,1159.3923,,, +NLD,Netherlands,1962,1240.6779,,, +NLD,Netherlands,1963,1328.0366,,, +NLD,Netherlands,1964,1541.9474,,, +NLD,Netherlands,1965,1708.0963,,, +NLD,Netherlands,1966,1835.8014,,, +NLD,Netherlands,1967,1991.3607,,, +NLD,Netherlands,1968,2185.2488,,, +NLD,Netherlands,1969,2446.3354,,, +NLD,Netherlands,1970,2927.073,,, +NLD,Netherlands,1971,3378.6147,,, +NLD,Netherlands,1972,4104.4512,,, +NLD,Netherlands,1973,5345.5757,,, +NLD,Netherlands,1974,6440.9785,,, +NLD,Netherlands,1975,7335.5088,,, +NLD,Netherlands,1976,7925.688,,, +NLD,Netherlands,1977,9166.8086,,, +NLD,Netherlands,1978,11179.39,,, +NLD,Netherlands,1979,12798.543,,, +NLD,Netherlands,1980,13791.862,,, +NLD,Netherlands,1981,11520.448,,, +NLD,Netherlands,1982,11072.658,,, +NLD,Netherlands,1983,10680.359,,, +NLD,Netherlands,1984,9977.1602,,, +NLD,Netherlands,1985,9926.1299,,, +NLD,Netherlands,1986,13783.851,,, +NLD,Netherlands,1987,16709.561,,, +NLD,Netherlands,1988,17744.502,,, +NLD,Netherlands,1989,17397.691,,, +NLD,Netherlands,1990,21290.861,,, +NLD,Netherlands,1991,21732.23,,, +NLD,Netherlands,1992,23904.037,,, +NLD,Netherlands,1993,23122.41,,, +NLD,Netherlands,1994,24646.314,,, +NLD,Netherlands,1995,29258.135,,, +NLD,Netherlands,1996,29006.809,,, +NLD,Netherlands,1997,26700.537,,, +NLD,Netherlands,1998,27885.809,,, +NLD,Netherlands,1999,28263.098,,, +NLD,Netherlands,2000,26149.41,,, +NLD,Netherlands,2001,26873.275,,, +NLD,Netherlands,2002,29204.039,,, +NLD,Netherlands,2003,35672.207,,, +NLD,Netherlands,2004,40362.395,.2,.5,.69999999 +NLD,Netherlands,2005,41979.055,0,.2,.5 +NLD,Netherlands,2006,44863.352,0,0,.2 +NLD,Netherlands,2007,51733.441,0,0,.2 +NLD,Netherlands,2008,57644.48,0,.2,.5 +NLD,Netherlands,2009,52514.027,.2,.2,.2 +NLD,Netherlands,2010,50950.035,0,0,.2 +NLD,Netherlands,2011,54159.348,0,.2,.2 +NLD,Netherlands,2012,50073.004,0,0,.2 +NLD,Netherlands,2013,52184.063,0,.2,.2 +NLD,Netherlands,2014,52830.176,0,.2,.5 +NLD,Netherlands,2015,45175.23,0,.2,.5 +NLD,Netherlands,2016,46007.852,,, +NLD,Netherlands,2017,48554.992,,, +NLD,Netherlands,2018,53024.059,,, +NOR,Norway,1960,1441.7556,,, +NOR,Norway,1961,1560.325,,, +NOR,Norway,1962,1667.2474,,, +NOR,Norway,1963,1775.5826,,, +NOR,Norway,1964,1937.8846,,, +NOR,Norway,1965,2164.4688,,, +NOR,Norway,1966,2317.1948,,, +NOR,Norway,1967,2514.0437,,, +NOR,Norway,1968,2662.1174,,, +NOR,Norway,1969,2875.2358,,, +NOR,Norway,1970,3306.2195,,, +NOR,Norway,1971,3736.3486,,, +NOR,Norway,1972,4413.5757,,, +NOR,Norway,1973,5689.5889,,, +NOR,Norway,1974,6811.5273,,, +NOR,Norway,1975,8204.4512,,, +NOR,Norway,1976,8927.2012,,, +NOR,Norway,1977,10266.121,,, +NOR,Norway,1978,11462.642,,, +NOR,Norway,1979,13046.537,,, +NOR,Norway,1980,15772.241,,, +NOR,Norway,1981,15512.507,,, +NOR,Norway,1982,15224.894,,, +NOR,Norway,1983,14927.518,,, +NOR,Norway,1984,14989.485,,, +NOR,Norway,1985,15753.553,,, +NOR,Norway,1986,18883.266,,, +NOR,Norway,1987,22505.898,,, +NOR,Norway,1988,24207.281,,, +NOR,Norway,1989,24281.096,,, +NOR,Norway,1990,28242.943,,, +NOR,Norway,1991,28596.934,,, +NOR,Norway,1992,30523.984,,, +NOR,Norway,1993,27963.666,,, +NOR,Norway,1994,29315.842,,, +NOR,Norway,1995,34875.199,,, +NOR,Norway,1996,37321.445,,, +NOR,Norway,1997,36628.516,,, +NOR,Norway,1998,34788.777,,, +NOR,Norway,1999,36371.395,,, +NOR,Norway,2000,38146.715,,, +NOR,Norway,2001,38549.59,,, +NOR,Norway,2002,43061.148,,, +NOR,Norway,2003,50111.656,.2,.2,.2 +NOR,Norway,2004,57570.27,.2,.2,.5 +NOR,Norway,2005,66775.391,.2,.2,.5 +NOR,Norway,2006,74114.695,.2,.2,.5 +NOR,Norway,2007,85170.859,.2,.2,.5 +NOR,Norway,2008,97007.945,.2,.2,.5 +NOR,Norway,2009,80067.18,0,.2,.2 +NOR,Norway,2010,87770.266,0,.2,.2 +NOR,Norway,2011,100711.23,0,.2,.2 +NOR,Norway,2012,101668.17,0,.2,.2 +NOR,Norway,2013,103059.25,0,.2,.2 +NOR,Norway,2014,97199.922,0,.2,.2 +NOR,Norway,2015,74521.57,.2,.2,.2 +NOR,Norway,2016,70941.523,,, +NOR,Norway,2017,75704.25,,, +NOR,Norway,2018,81807.195,,, +NPL,Nepal,1960,50.304989,,, +NPL,Nepal,1961,51.81123,,, +NPL,Nepal,1962,55.0257,,, +NPL,Nepal,1963,46.86145,,, +NPL,Nepal,1964,46.003365,,, +NPL,Nepal,1965,67.007469,,, +NPL,Nepal,1966,81.164429,,, +NPL,Nepal,1967,73.967888,,, +NPL,Nepal,1968,66.548897,,, +NPL,Nepal,1969,66.638359,,, +NPL,Nepal,1970,71.718605,,, +NPL,Nepal,1971,71.62989,,, +NPL,Nepal,1972,81.386589,,, +NPL,Nepal,1973,75.636955,,, +NPL,Nepal,1974,92.75222,,, +NPL,Nepal,1975,117.41773,,, +NPL,Nepal,1976,105.89278,,, +NPL,Nepal,1977,98.542,,, +NPL,Nepal,1978,111.80671,,, +NPL,Nepal,1979,126.13334,,, +NPL,Nepal,1980,129.58607,,, +NPL,Nepal,1981,148.08026,,, +NPL,Nepal,1982,152.28967,,, +NPL,Nepal,1983,151.99261,,, +NPL,Nepal,1984,156.65068,,, +NPL,Nepal,1985,155.40787,,, +NPL,Nepal,1986,165.36186,,, +NPL,Nepal,1987,167.79999,,, +NPL,Nepal,1988,193.49966,,, +NPL,Nepal,1989,191.12077,,, +NPL,Nepal,1990,191.87891,,, +NPL,Nepal,1991,202.08061,,, +NPL,Nepal,1992,170.58667,,, +NPL,Nepal,1993,178.62598,,, +NPL,Nepal,1994,193.27951,,, +NPL,Nepal,1995,203.9808,61.900002,86.599998,96.599998 +NPL,Nepal,1996,204.68576,,, +NPL,Nepal,1997,217.78795,,, +NPL,Nepal,1998,210.61148,,, +NPL,Nepal,1999,214.10677,,, +NPL,Nepal,2000,229.49028,,, +NPL,Nepal,2001,246.72563,,, +NPL,Nepal,2002,244.72083,,, +NPL,Nepal,2003,252.40244,46.099998,75.5,89.699997 +NPL,Nepal,2004,286.15759,,, +NPL,Nepal,2005,315.80563,,, +NPL,Nepal,2006,346.94525,,, +NPL,Nepal,2007,391.38013,,, +NPL,Nepal,2008,470.45554,,, +NPL,Nepal,2009,478.17319,,, +NPL,Nepal,2010,592.40112,15,50.799999,83 +NPL,Nepal,2011,699.42932,,, +NPL,Nepal,2012,698.46649,,, +NPL,Nepal,2013,715.92377,,, +NPL,Nepal,2014,743.41339,,, +NPL,Nepal,2015,792.55292,,, +NPL,Nepal,2016,777.14758,,, +NPL,Nepal,2017,900.57391,,, +NPL,Nepal,2018,1025.7983,,, +NRU,Nauru,1960,,,, +NRU,Nauru,1961,,,, +NRU,Nauru,1962,,,, +NRU,Nauru,1963,,,, +NRU,Nauru,1964,,,, +NRU,Nauru,1965,,,, +NRU,Nauru,1966,,,, +NRU,Nauru,1967,,,, +NRU,Nauru,1968,,,, +NRU,Nauru,1969,,,, +NRU,Nauru,1970,,,, +NRU,Nauru,1971,,,, +NRU,Nauru,1972,,,, +NRU,Nauru,1973,,,, +NRU,Nauru,1974,,,, +NRU,Nauru,1975,,,, +NRU,Nauru,1976,,,, +NRU,Nauru,1977,,,, +NRU,Nauru,1978,,,, +NRU,Nauru,1979,,,, +NRU,Nauru,1980,,,, +NRU,Nauru,1981,,,, +NRU,Nauru,1982,,,, +NRU,Nauru,1983,,,, +NRU,Nauru,1984,,,, +NRU,Nauru,1985,,,, +NRU,Nauru,1986,,,, +NRU,Nauru,1987,,,, +NRU,Nauru,1988,,,, +NRU,Nauru,1989,,,, +NRU,Nauru,1990,,,, +NRU,Nauru,1991,,,, +NRU,Nauru,1992,,,, +NRU,Nauru,1993,,,, +NRU,Nauru,1994,,,, +NRU,Nauru,1995,,,, +NRU,Nauru,1996,,,, +NRU,Nauru,1997,,,, +NRU,Nauru,1998,,,, +NRU,Nauru,1999,,,, +NRU,Nauru,2000,,,, +NRU,Nauru,2001,,,, +NRU,Nauru,2002,,,, +NRU,Nauru,2003,,,, +NRU,Nauru,2004,,,, +NRU,Nauru,2005,,,, +NRU,Nauru,2006,,,, +NRU,Nauru,2007,2076.7688,,, +NRU,Nauru,2008,3972.594,,, +NRU,Nauru,2009,4456.6206,,, +NRU,Nauru,2010,4920.9453,,, +NRU,Nauru,2011,7227.0747,,, +NRU,Nauru,2012,10101.9,,, +NRU,Nauru,2013,10038.949,,, +NRU,Nauru,2014,9872.0322,,, +NRU,Nauru,2015,8013.1479,,, +NRU,Nauru,2016,7820.9097,,, +NRU,Nauru,2017,8844.417,,, +NRU,Nauru,2018,9030.0713,,, +NZL,New Zealand,1960,2312.95,,, +NZL,New Zealand,1961,2343.2922,,, +NZL,New Zealand,1962,2448.6287,,, +NZL,New Zealand,1963,2622.2202,,, +NZL,New Zealand,1964,2813.5469,,, +NZL,New Zealand,1965,2151.2949,,, +NZL,New Zealand,1966,2191.3125,,, +NZL,New Zealand,1967,2188.3992,,, +NZL,New Zealand,1968,1885.1561,,, +NZL,New Zealand,1969,2077.8955,,, +NZL,New Zealand,1970,2356.5403,,, +NZL,New Zealand,1971,2772.9187,,, +NZL,New Zealand,1972,3294.6489,,, +NZL,New Zealand,1973,4323.1968,,, +NZL,New Zealand,1974,4610.5703,,, +NZL,New Zealand,1975,4171.7695,,, +NZL,New Zealand,1976,4373.8408,,, +NZL,New Zealand,1977,4950.5884,,, +NZL,New Zealand,1978,5936.9854,,, +NZL,New Zealand,1979,6668.1387,,, +NZL,New Zealand,1980,7467.168,,, +NZL,New Zealand,1981,7813.8877,,, +NZL,New Zealand,1982,7656.4756,,, +NZL,New Zealand,1983,7598.312,,, +NZL,New Zealand,1984,6713.7603,,, +NZL,New Zealand,1985,7600.5654,,, +NZL,New Zealand,1986,9427.5537,,, +NZL,New Zealand,1987,12330.917,,, +NZL,New Zealand,1988,13759.155,,, +NZL,New Zealand,1989,13312.386,,, +NZL,New Zealand,1990,13663.021,,, +NZL,New Zealand,1991,12230.073,,, +NZL,New Zealand,1992,11793.14,,, +NZL,New Zealand,1993,13094.346,,, +NZL,New Zealand,1994,15280.313,,, +NZL,New Zealand,1995,17400.42,,, +NZL,New Zealand,1996,18794.436,,, +NZL,New Zealand,1997,17474.188,,, +NZL,New Zealand,1998,14738.445,,, +NZL,New Zealand,1999,15322.224,,, +NZL,New Zealand,2000,13641.103,,, +NZL,New Zealand,2001,13882.856,,, +NZL,New Zealand,2002,16874.188,,, +NZL,New Zealand,2003,21913.709,,, +NZL,New Zealand,2004,25420.234,,, +NZL,New Zealand,2005,27751.066,,, +NZL,New Zealand,2006,26671.33,,, +NZL,New Zealand,2007,32510.082,,, +NZL,New Zealand,2008,31287.943,,, +NZL,New Zealand,2009,28201.232,,, +NZL,New Zealand,2010,33692.012,,, +NZL,New Zealand,2011,38426.551,,, +NZL,New Zealand,2012,39970.441,,, +NZL,New Zealand,2013,42949.141,,, +NZL,New Zealand,2014,44533.781,,, +NZL,New Zealand,2015,38559.547,,, +NZL,New Zealand,2016,40026.852,,, +NZL,New Zealand,2017,42260.125,,, +NZL,New Zealand,2018,41966.008,,, +OMN,Oman,1960,,,, +OMN,Oman,1961,,,, +OMN,Oman,1962,,,, +OMN,Oman,1963,,,, +OMN,Oman,1964,,,, +OMN,Oman,1965,101.25869,,, +OMN,Oman,1966,105.55767,,, +OMN,Oman,1967,162.32457,,, +OMN,Oman,1968,277.90802,,, +OMN,Oman,1969,342.47305,,, +OMN,Oman,1970,354.0777,,, +OMN,Oman,1971,401.90045,,, +OMN,Oman,1972,472.52344,,, +OMN,Oman,1973,598.56543,,, +OMN,Oman,1974,1954.8878,,, +OMN,Oman,1975,2377.0833,,, +OMN,Oman,1976,2760.5356,,, +OMN,Oman,1977,2803.394,,, +OMN,Oman,1978,2653.2766,,, +OMN,Oman,1979,3419.2844,,, +OMN,Oman,1980,5181.8081,,, +OMN,Oman,1981,5947.2466,,, +OMN,Oman,1982,5855.8677,,, +OMN,Oman,1983,5828.0933,,, +OMN,Oman,1984,6164.1753,,, +OMN,Oman,1985,6677.376,,, +OMN,Oman,1986,4691.1943,,, +OMN,Oman,1987,4822.126,,, +OMN,Oman,1988,4997.4175,,, +OMN,Oman,1989,5382.7295,,, +OMN,Oman,1990,6448.1274,,, +OMN,Oman,1991,5988.8447,,, +OMN,Oman,1992,6278.6431,,, +OMN,Oman,1993,6029.1895,,, +OMN,Oman,1994,6013.1919,,, +OMN,Oman,1995,6261.7358,,, +OMN,Oman,1996,6830.6333,,, +OMN,Oman,1997,7039.6118,,, +OMN,Oman,1998,6254.9839,,, +OMN,Oman,1999,6967.103,,, +OMN,Oman,2000,8601.2539,,, +OMN,Oman,2001,8475.9639,,, +OMN,Oman,2002,8626.9844,,, +OMN,Oman,2003,9066.3477,,, +OMN,Oman,2004,10126.116,,, +OMN,Oman,2005,12377.068,,, +OMN,Oman,2006,14420.517,,, +OMN,Oman,2007,15838.466,,, +OMN,Oman,2008,22139.641,,, +OMN,Oman,2009,16823.771,,, +OMN,Oman,2010,19281.166,,, +OMN,Oman,2011,20896.746,,, +OMN,Oman,2012,21923.549,,, +OMN,Oman,2013,20926.555,,, +OMN,Oman,2014,20131.98,,, +OMN,Oman,2015,16150.888,,, +OMN,Oman,2016,14721.647,,, +OMN,Oman,2017,15170.352,,, +OMN,Oman,2018,16418.928,,, +PAK,Pakistan,1960,82.399727,,, +PAK,Pakistan,1961,88.018646,,, +PAK,Pakistan,1962,89.686363,,, +PAK,Pakistan,1963,93.837204,,, +PAK,Pakistan,1964,103.37807,,, +PAK,Pakistan,1965,115.57239,,, +PAK,Pakistan,1966,123.73875,,, +PAK,Pakistan,1967,137.98738,,, +PAK,Pakistan,1968,146.81841,,, +PAK,Pakistan,1969,152.53021,,, +PAK,Pakistan,1970,172.45844,,, +PAK,Pakistan,1971,177.4864,,, +PAK,Pakistan,1972,151.65866,,, +PAK,Pakistan,1973,100.23682,,, +PAK,Pakistan,1974,135.16518,,, +PAK,Pakistan,1975,169.71761,,, +PAK,Pakistan,1976,193.77664,,, +PAK,Pakistan,1977,213.16869,,, +PAK,Pakistan,1978,243.45311,,, +PAK,Pakistan,1979,260.82166,,, +PAK,Pakistan,1980,303.50262,,, +PAK,Pakistan,1981,348.29507,,, +PAK,Pakistan,1982,368.27737,,, +PAK,Pakistan,1983,332.52106,,, +PAK,Pakistan,1984,349.18204,,, +PAK,Pakistan,1985,337.82852,,, +PAK,Pakistan,1986,335.02017,,, +PAK,Pakistan,1987,339.33228,62.200001,87.900002,96.699997 +PAK,Pakistan,1988,379.4545,,, +PAK,Pakistan,1989,384.36429,,, +PAK,Pakistan,1990,371.67856,58.900002,87.199997,96.900002 +PAK,Pakistan,1991,410.29532,,, +PAK,Pakistan,1992,426.95721,,, +PAK,Pakistan,1993,439.65976,,, +PAK,Pakistan,1994,431.15314,,, +PAK,Pakistan,1995,489.88181,,, +PAK,Pakistan,1996,497.21616,15.9,63.400002,91 +PAK,Pakistan,1997,476.38123,,, +PAK,Pakistan,1998,461.21674,23.4,66,90.099998 +PAK,Pakistan,1999,454.27612,,, +PAK,Pakistan,2000,519.5343,,, +PAK,Pakistan,2001,495.34546,28.6,72.400002,93.099998 +PAK,Pakistan,2002,483.49692,,, +PAK,Pakistan,2003,543.75183,,, +PAK,Pakistan,2004,625.39789,18,60.400002,87.400002 +PAK,Pakistan,2005,683.09021,16.5,59.400002,87.800003 +PAK,Pakistan,2006,836.86053,,, +PAK,Pakistan,2007,908.09509,13.2,55.400002,86.099998 +PAK,Pakistan,2008,990.84662,,, +PAK,Pakistan,2009,957.99567,,, +PAK,Pakistan,2010,988.75415,8.3000002,47.799999,85 +PAK,Pakistan,2011,1164.9761,7.9000001,46.400002,83.400002 +PAK,Pakistan,2012,1198.109,,, +PAK,Pakistan,2013,1208.9043,6.0999999,39.700001,79.5 +PAK,Pakistan,2014,1251.1641,,, +PAK,Pakistan,2015,1356.6677,3.9000001,34.700001,75.400002 +PAK,Pakistan,2016,1368.4543,,, +PAK,Pakistan,2017,1466.8431,,, +PAK,Pakistan,2018,1472.8932,,, +PAN,Panama,1960,474.09402,,, +PAN,Panama,1961,513.25476,,, +PAN,Panama,1962,542.32727,,, +PAN,Panama,1963,583.41345,,, +PAN,Panama,1964,608.10046,,, +PAN,Panama,1965,648.43707,,, +PAN,Panama,1966,686.07196,,, +PAN,Panama,1967,742.11353,,, +PAN,Panama,1968,775.64307,,, +PAN,Panama,1969,827.17334,,, +PAN,Panama,1970,889.23828,,, +PAN,Panama,1971,974.93701,,, +PAN,Panama,1972,1040.8109,,, +PAN,Panama,1973,1157.6213,,, +PAN,Panama,1974,1287.9564,,, +PAN,Panama,1975,1395.4794,,, +PAN,Panama,1976,1444.7555,,, +PAN,Panama,1977,1489.9673,,, +PAN,Panama,1978,1721.7773,,, +PAN,Panama,1979,1918.1608,8.1000004,21,40 +PAN,Panama,1980,2332.1287,,, +PAN,Panama,1981,2577.7375,,, +PAN,Panama,1982,2782.2778,,, +PAN,Panama,1983,2791.7751,,, +PAN,Panama,1984,2849.0605,,, +PAN,Panama,1985,2947.6902,,, +PAN,Panama,1986,2996.6208,,, +PAN,Panama,1987,2945.1631,,, +PAN,Panama,1988,2492.1497,,, +PAN,Panama,1989,2446.229,23.9,34.400002,50.299999 +PAN,Panama,1990,2603.8467,,, +PAN,Panama,1991,2803.9417,21.9,31.4,48.299999 +PAN,Panama,1992,3122.0813,,, +PAN,Panama,1993,3339.9194,,, +PAN,Panama,1994,3489.1523,,, +PAN,Panama,1995,3494.5161,16.299999,24.700001,39.400002 +PAN,Panama,1996,3529.8523,,, +PAN,Panama,1997,3741.2795,15,23.299999,39.200001 +PAN,Panama,1998,3974.667,15.2,23.9,38.900002 +PAN,Panama,1999,4082.616,13.4,21.200001,37 +PAN,Panama,2000,4060.3245,12.4,20.200001,35.5 +PAN,Panama,2001,4046.4199,15.5,24.9,40.5 +PAN,Panama,2002,4126.2417,11.2,21.6,37.599998 +PAN,Panama,2003,4267.3032,11.2,20.700001,36.099998 +PAN,Panama,2004,4592.1528,10.1,19.700001,35 +PAN,Panama,2005,4916.915,10,18.700001,34.799999 +PAN,Panama,2006,5348.8955,10.5,19,34 +PAN,Panama,2007,6166.1807,7.8000002,16.5,30.6 +PAN,Panama,2008,7154.2744,5.1999998,11.8,23.299999 +PAN,Panama,2009,7576.1406,3.2,9.5,23 +PAN,Panama,2010,8082.0283,4.5,10.7,21.799999 +PAN,Panama,2011,9358.252,3,8.6000004,18.5 +PAN,Panama,2012,10722.283,4.0999999,10,18.9 +PAN,Panama,2013,11889.128,2.8,8.1000004,18.200001 +PAN,Panama,2014,12796.07,3.5,8.3000002,16.9 +PAN,Panama,2015,13630.308,2,6.6999998,15.4 +PAN,Panama,2016,14356.324,2.2,7,14.6 +PAN,Panama,2017,15166.124,2.5,6.3000002,14.1 +PAN,Panama,2018,15575.072,,, +PER,Peru,1960,253.26482,,, +PER,Peru,1961,277.5687,,, +PER,Peru,1962,305.76154,,, +PER,Peru,1963,325.5162,,, +PER,Peru,1964,382.74365,,, +PER,Peru,1965,441.1825,,, +PER,Peru,1966,507.53079,,, +PER,Peru,1967,500.87305,,, +PER,Peru,1968,450.40164,,, +PER,Peru,1969,490.41339,,, +PER,Peru,1970,552.17957,,, +PER,Peru,1971,599.11554,,, +PER,Peru,1972,646.14252,,, +PER,Peru,1973,752.22351,,, +PER,Peru,1974,922.8468,,, +PER,Peru,1975,1094.1616,,, +PER,Peru,1976,1006.8906,,, +PER,Peru,1977,899.25562,,, +PER,Peru,1978,748.99225,,, +PER,Peru,1979,932.74689,,, +PER,Peru,1980,1033.4187,,, +PER,Peru,1981,1203.7067,,, +PER,Peru,1982,1182.7312,,, +PER,Peru,1983,919.16864,,, +PER,Peru,1984,910.96747,,, +PER,Peru,1985,836.94604,,, +PER,Peru,1986,753.53156,,, +PER,Peru,1987,1000.5323,,, +PER,Peru,1988,729.87628,,, +PER,Peru,1989,1040.9623,,, +PER,Peru,1990,1196.5869,,, +PER,Peru,1991,1539.4521,,, +PER,Peru,1992,1573.5408,,, +PER,Peru,1993,1501.9614,,, +PER,Peru,1994,1881.7371,,, +PER,Peru,1995,2194.0181,,, +PER,Peru,1996,2232.0759,,, +PER,Peru,1997,2306.4387,17.9,32.799999,53.599998 +PER,Peru,1998,2163.1201,16.700001,31.6,53.200001 +PER,Peru,1999,1924.4866,17.6,32.799999,53.5 +PER,Peru,2000,1955.588,16.299999,30.5,52.5 +PER,Peru,2001,1941.4756,17.200001,32.799999,55 +PER,Peru,2002,2021.2397,15,29.4,50.400002 +PER,Peru,2003,2145.6431,11.7,27.6,49.799999 +PER,Peru,2004,2417.0354,13.5,28.4,49.700001 +PER,Peru,2005,2729.4988,15.3,30.700001,52.099998 +PER,Peru,2006,3154.3313,13.3,26.799999,46.400002 +PER,Peru,2007,3606.0706,11,23,41.099998 +PER,Peru,2008,4220.6172,9,19.4,37.400002 +PER,Peru,2009,4196.313,7,17.1,35.299999 +PER,Peru,2010,5082.355,5.5,14.8,31.200001 +PER,Peru,2011,5869.3232,5.1999998,13.3,29.299999 +PER,Peru,2012,6528.9722,4.6999998,12.2,26.700001 +PER,Peru,2013,6756.7529,4.3000002,11.4,26 +PER,Peru,2014,6679.3418,3.7,10.6,25.1 +PER,Peru,2015,6227.5869,3.5999999,10.3,24.200001 +PER,Peru,2016,6205.3711,3.5,10,24.299999 +PER,Peru,2017,6700.8115,3.4000001,9.8000002,23.9 +PER,Peru,2018,6947.2568,,, +PHL,Philippines,1960,254.45894,,, +PHL,Philippines,1961,267.18289,,, +PHL,Philippines,1962,156.70387,,, +PHL,Philippines,1963,168.04099,,, +PHL,Philippines,1964,175.9558,,, +PHL,Philippines,1965,187.13689,,, +PHL,Philippines,1966,199.95679,,, +PHL,Philippines,1967,207.44397,,, +PHL,Philippines,1968,224.63557,,, +PHL,Philippines,1969,241.71092,,, +PHL,Philippines,1970,186.77467,,, +PHL,Philippines,1971,201.04128,,, +PHL,Philippines,1972,211.4122,,, +PHL,Philippines,1973,258.3847,,, +PHL,Philippines,1974,343.29053,,, +PHL,Philippines,1975,360.75333,,, +PHL,Philippines,1976,402.80121,,, +PHL,Philippines,1977,450.34085,,, +PHL,Philippines,1978,506.39883,,, +PHL,Philippines,1979,596.83722,,, +PHL,Philippines,1980,685.22144,,, +PHL,Philippines,1981,732.36774,,, +PHL,Philippines,1982,742.45337,,, +PHL,Philippines,1983,646.03937,,, +PHL,Philippines,1984,594.55334,,, +PHL,Philippines,1985,566.26202,,, +PHL,Philippines,1986,535.70349,,, +PHL,Philippines,1987,579.70154,,, +PHL,Philippines,1988,644.36499,,, +PHL,Philippines,1989,705.5791,,, +PHL,Philippines,1990,715.9137,,, +PHL,Philippines,1991,715.74683,,, +PHL,Philippines,1992,814.76855,,, +PHL,Philippines,1993,816.41235,,, +PHL,Philippines,1994,939.91864,,, +PHL,Philippines,1995,1062.1331,,, +PHL,Philippines,1996,1160.3097,,, +PHL,Philippines,1997,1127.5265,,, +PHL,Philippines,1998,966.9892,,, +PHL,Philippines,1999,1087.3782,,, +PHL,Philippines,2000,1038.9086,13.9,38.099998,64.300003 +PHL,Philippines,2001,957.18994,,, +PHL,Philippines,2002,999.90594,,, +PHL,Philippines,2003,1010.3096,13.2,36.299999,63.099998 +PHL,Philippines,2004,1078.6289,,, +PHL,Philippines,2005,1193.9773,,, +PHL,Philippines,2006,1390.5172,14.5,38.400002,63.700001 +PHL,Philippines,2007,1670.5902,,, +PHL,Philippines,2008,1916.2968,,, +PHL,Philippines,2009,1821.5239,10.9,34.200001,61.400002 +PHL,Philippines,2010,2124.0569,,, +PHL,Philippines,2011,2345.3276,,, +PHL,Philippines,2012,2572.6294,10.5,33.5,60.099998 +PHL,Philippines,2013,2749.3867,,, +PHL,Philippines,2014,2831.3167,,, +PHL,Philippines,2015,2867.1521,6.0999999,26,55.099998 +PHL,Philippines,2016,2941.2122,,, +PHL,Philippines,2017,2981.9341,,, +PHL,Philippines,2018,3102.7134,,, +PLW,Palau,1960,,,, +PLW,Palau,1961,,,, +PLW,Palau,1962,,,, +PLW,Palau,1963,,,, +PLW,Palau,1964,,,, +PLW,Palau,1965,,,, +PLW,Palau,1966,,,, +PLW,Palau,1967,,,, +PLW,Palau,1968,,,, +PLW,Palau,1969,,,, +PLW,Palau,1970,,,, +PLW,Palau,1971,,,, +PLW,Palau,1972,,,, +PLW,Palau,1973,,,, +PLW,Palau,1974,,,, +PLW,Palau,1975,,,, +PLW,Palau,1976,,,, +PLW,Palau,1977,,,, +PLW,Palau,1978,,,, +PLW,Palau,1979,,,, +PLW,Palau,1980,,,, +PLW,Palau,1981,,,, +PLW,Palau,1982,,,, +PLW,Palau,1983,,,, +PLW,Palau,1984,,,, +PLW,Palau,1985,,,, +PLW,Palau,1986,,,, +PLW,Palau,1987,,,, +PLW,Palau,1988,,,, +PLW,Palau,1989,,,, +PLW,Palau,1990,,,, +PLW,Palau,1991,,,, +PLW,Palau,1992,,,, +PLW,Palau,1993,,,, +PLW,Palau,1994,,,, +PLW,Palau,1995,,,, +PLW,Palau,1996,,,, +PLW,Palau,1997,,,, +PLW,Palau,1998,,,, +PLW,Palau,1999,,,, +PLW,Palau,2000,7577.0479,,, +PLW,Palau,2001,8017.6416,,, +PLW,Palau,2002,8247.2217,,, +PLW,Palau,2003,7711.939,,, +PLW,Palau,2004,8263.1094,,, +PLW,Palau,2005,9336.0957,,, +PLW,Palau,2006,9623.2188,,, +PLW,Palau,2007,10080.056,,, +PLW,Palau,2008,10524.984,,, +PLW,Palau,2009,9992.0313,,, +PLW,Palau,2010,10184.517,,, +PLW,Palau,2011,10889.58,,, +PLW,Palau,2012,12168.282,,, +PLW,Palau,2013,12799.369,,, +PLW,Palau,2014,13938.222,,, +PLW,Palau,2015,16593.49,,, +PLW,Palau,2016,17150.043,,, +PLW,Palau,2017,16274.904,,, +PLW,Palau,2018,17317.873,,, +PNG,Papua New Guinea,1960,102.17661,,, +PNG,Papua New Guinea,1961,106.585,,, +PNG,Papua New Guinea,1962,111.60032,,, +PNG,Papua New Guinea,1963,115.66399,,, +PNG,Papua New Guinea,1964,125.42484,,, +PNG,Papua New Guinea,1965,138.47041,,, +PNG,Papua New Guinea,1966,153.94623,,, +PNG,Papua New Guinea,1967,170.09531,,, +PNG,Papua New Guinea,1968,182.62245,,, +PNG,Papua New Guinea,1969,202.7494,,, +PNG,Papua New Guinea,1970,231.9472,,, +PNG,Papua New Guinea,1971,251.87158,,, +PNG,Papua New Guinea,1972,294.29785,,, +PNG,Papua New Guinea,1973,434.59933,,, +PNG,Papua New Guinea,1974,479.04752,,, +PNG,Papua New Guinea,1975,432.04297,,, +PNG,Papua New Guinea,1976,469.54562,,, +PNG,Papua New Guinea,1977,496.8046,,, +PNG,Papua New Guinea,1978,574.85016,,, +PNG,Papua New Guinea,1979,659.44684,,, +PNG,Papua New Guinea,1980,712.91986,,, +PNG,Papua New Guinea,1981,681.02441,,, +PNG,Papua New Guinea,1982,628.52478,,, +PNG,Papua New Guinea,1983,661.88757,,, +PNG,Papua New Guinea,1984,641.9906,,, +PNG,Papua New Guinea,1985,593.81409,,, +PNG,Papua New Guinea,1986,632.51746,,, +PNG,Papua New Guinea,1987,732.39423,,, +PNG,Papua New Guinea,1988,831.03217,,, +PNG,Papua New Guinea,1989,786.87982,,, +PNG,Papua New Guinea,1990,697.53955,,, +PNG,Papua New Guinea,1991,801.47229,,, +PNG,Papua New Guinea,1992,905.24896,,, +PNG,Papua New Guinea,1993,1005.1523,,, +PNG,Papua New Guinea,1994,1086.2919,,, +PNG,Papua New Guinea,1995,893.77362,,, +PNG,Papua New Guinea,1996,970.09229,53.200001,70.800003,85.300003 +PNG,Papua New Guinea,1997,906.35962,,, +PNG,Papua New Guinea,1998,678.89728,,, +PNG,Papua New Guinea,1999,608.28204,,, +PNG,Papua New Guinea,2000,602.18689,,, +PNG,Papua New Guinea,2001,515.68463,,, +PNG,Papua New Guinea,2002,491.83432,,, +PNG,Papua New Guinea,2003,568.24646,,, +PNG,Papua New Guinea,2004,618.03693,,, +PNG,Papua New Guinea,2005,749.1864,,, +PNG,Papua New Guinea,2006,1249.6577,,, +PNG,Papua New Guinea,2007,1401.9316,,, +PNG,Papua New Guinea,2008,1672.9276,,, +PNG,Papua New Guinea,2009,1626.299,38,65.599998,86.900002 +PNG,Papua New Guinea,2010,1949.3485,,, +PNG,Papua New Guinea,2011,2406.8972,,, +PNG,Papua New Guinea,2012,2790.6997,,, +PNG,Papua New Guinea,2013,2729.8755,,, +PNG,Papua New Guinea,2014,2920.7749,,, +PNG,Papua New Guinea,2015,2679.3267,,, +PNG,Papua New Guinea,2016,2509.6289,,, +PNG,Papua New Guinea,2017,2640.1536,,, +PNG,Papua New Guinea,2018,2722.6047,,, +POL,Poland,1960,,,, +POL,Poland,1961,,,, +POL,Poland,1962,,,, +POL,Poland,1963,,,, +POL,Poland,1964,,,, +POL,Poland,1965,,,, +POL,Poland,1966,,,, +POL,Poland,1967,,,, +POL,Poland,1968,,,, +POL,Poland,1969,,,, +POL,Poland,1970,,,, +POL,Poland,1971,,,, +POL,Poland,1972,,,, +POL,Poland,1973,,,, +POL,Poland,1974,,,, +POL,Poland,1975,,,, +POL,Poland,1976,,,, +POL,Poland,1977,,,, +POL,Poland,1978,,,, +POL,Poland,1979,,,, +POL,Poland,1980,,,, +POL,Poland,1981,,,, +POL,Poland,1982,,,, +POL,Poland,1983,,,, +POL,Poland,1984,,,, +POL,Poland,1985,,.2,.60000002,4.3000002 +POL,Poland,1986,,,, +POL,Poland,1987,,.1,.5,4.1999998 +POL,Poland,1988,,,, +POL,Poland,1989,,.1,.2,1.1 +POL,Poland,1990,1731.2095,,, +POL,Poland,1991,2235.541,,, +POL,Poland,1992,2459.0208,,, +POL,Poland,1993,2497.1953,,, +POL,Poland,1994,2874.8252,,, +POL,Poland,1995,3682.7913,,, +POL,Poland,1996,4140.9932,,, +POL,Poland,1997,4116.9185,,, +POL,Poland,1998,4510.4204,,, +POL,Poland,1999,4389.9766,,, +POL,Poland,2000,4492.7397,,, +POL,Poland,2001,4981.1924,,, +POL,Poland,2002,5196.9395,,, +POL,Poland,2003,5693.3779,,, +POL,Poland,2004,6681.1787,2.2,4.6999998,13.2 +POL,Poland,2005,8021.0034,1,2.5,9.5 +POL,Poland,2006,9038.7305,.69999999,1.7,6.6999998 +POL,Poland,2007,11255.437,.5,1.2,4.1999998 +POL,Poland,2008,14001.447,.2,.69999999,3.2 +POL,Poland,2009,11527.593,.2,1,3.2 +POL,Poland,2010,12599.533,.2,1,3 +POL,Poland,2011,13893.509,.2,.69999999,3 +POL,Poland,2012,13145.539,.2,.69999999,3 +POL,Poland,2013,13781.063,.5,1,3 +POL,Poland,2014,14347.915,.5,1,2.7 +POL,Poland,2015,12572.322,.5,.69999999,2.7 +POL,Poland,2016,12431.575,,, +POL,Poland,2017,13861.052,,, +POL,Poland,2018,15424.046,,, +PRI,Puerto Rico,1960,717.51483,,, +PRI,Puerto Rico,1961,777.21503,,, +PRI,Puerto Rico,1962,854.74481,,, +PRI,Puerto Rico,1963,931.75165,,, +PRI,Puerto Rico,1964,1006.4344,,, +PRI,Puerto Rico,1965,1110.8326,,, +PRI,Puerto Rico,1966,1207.8118,,, +PRI,Puerto Rico,1967,1335.2742,,, +PRI,Puerto Rico,1968,1480.6932,,, +PRI,Puerto Rico,1969,1661.8669,,, +PRI,Puerto Rico,1970,1852.3546,,, +PRI,Puerto Rico,1971,2044.3199,,, +PRI,Puerto Rico,1972,2246.4768,,, +PRI,Puerto Rico,1973,2432.4143,,, +PRI,Puerto Rico,1974,2614.501,,, +PRI,Puerto Rico,1975,2738.2432,,, +PRI,Puerto Rico,1976,2946.4619,,, +PRI,Puerto Rico,1977,3208.7712,,, +PRI,Puerto Rico,1978,3567.7527,,, +PRI,Puerto Rico,1979,4024.5095,,, +PRI,Puerto Rico,1980,4502.8384,,, +PRI,Puerto Rico,1981,4920.7231,,, +PRI,Puerto Rico,1982,5115.0083,,, +PRI,Puerto Rico,1983,5217.7227,,, +PRI,Puerto Rico,1984,5730.1172,,, +PRI,Puerto Rico,1985,6008.0547,,, +PRI,Puerto Rico,1986,6455.1846,,, +PRI,Puerto Rico,1987,6980.4902,,, +PRI,Puerto Rico,1988,7595.4448,,, +PRI,Puerto Rico,1989,8033.0894,,, +PRI,Puerto Rico,1990,8652.5078,,, +PRI,Puerto Rico,1991,9064.0186,,, +PRI,Puerto Rico,1992,9659.3389,,, +PRI,Puerto Rico,1993,10212.276,,, +PRI,Puerto Rico,1994,10876.419,,, +PRI,Puerto Rico,1995,11579.185,,, +PRI,Puerto Rico,1996,12173.164,,, +PRI,Puerto Rico,1997,12817.645,,, +PRI,Puerto Rico,1998,14304.405,,, +PRI,Puerto Rico,1999,15220.991,,, +PRI,Puerto Rico,2000,16192.127,,, +PRI,Puerto Rico,2001,18123.199,,, +PRI,Puerto Rico,2002,18731.459,,, +PRI,Puerto Rico,2003,19557.121,,, +PRI,Puerto Rico,2004,20988.992,,, +PRI,Puerto Rico,2005,21959.322,,, +PRI,Puerto Rico,2006,22935.941,,, +PRI,Puerto Rico,2007,23664.883,,, +PRI,Puerto Rico,2008,24898.334,,, +PRI,Puerto Rico,2009,25768.727,,, +PRI,Puerto Rico,2010,26435.748,,, +PRI,Puerto Rico,2011,27278.883,,, +PRI,Puerto Rico,2012,27944.734,,, +PRI,Puerto Rico,2013,28513.166,,, +PRI,Puerto Rico,2014,28981.457,,, +PRI,Puerto Rico,2015,29764.055,,, +PRI,Puerto Rico,2016,30628.754,,, +PRI,Puerto Rico,2017,31353.434,,, +PRI,Puerto Rico,2018,31651.348,,, +PRK,"Korea, Dem. People’s Rep.",1960,,,, +PRK,"Korea, Dem. People’s Rep.",1961,,,, +PRK,"Korea, Dem. People’s Rep.",1962,,,, +PRK,"Korea, Dem. People’s Rep.",1963,,,, +PRK,"Korea, Dem. People’s Rep.",1964,,,, +PRK,"Korea, Dem. People’s Rep.",1965,,,, +PRK,"Korea, Dem. People’s Rep.",1966,,,, +PRK,"Korea, Dem. People’s Rep.",1967,,,, +PRK,"Korea, Dem. People’s Rep.",1968,,,, +PRK,"Korea, Dem. People’s Rep.",1969,,,, +PRK,"Korea, Dem. People’s Rep.",1970,,,, +PRK,"Korea, Dem. People’s Rep.",1971,,,, +PRK,"Korea, Dem. People’s Rep.",1972,,,, +PRK,"Korea, Dem. People’s Rep.",1973,,,, +PRK,"Korea, Dem. People’s Rep.",1974,,,, +PRK,"Korea, Dem. People’s Rep.",1975,,,, +PRK,"Korea, Dem. People’s Rep.",1976,,,, +PRK,"Korea, Dem. People’s Rep.",1977,,,, +PRK,"Korea, Dem. People’s Rep.",1978,,,, +PRK,"Korea, Dem. People’s Rep.",1979,,,, +PRK,"Korea, Dem. People’s Rep.",1980,,,, +PRK,"Korea, Dem. People’s Rep.",1981,,,, +PRK,"Korea, Dem. People’s Rep.",1982,,,, +PRK,"Korea, Dem. People’s Rep.",1983,,,, +PRK,"Korea, Dem. People’s Rep.",1984,,,, +PRK,"Korea, Dem. People’s Rep.",1985,,,, +PRK,"Korea, Dem. People’s Rep.",1986,,,, +PRK,"Korea, Dem. People’s Rep.",1987,,,, +PRK,"Korea, Dem. People’s Rep.",1988,,,, +PRK,"Korea, Dem. People’s Rep.",1989,,,, +PRK,"Korea, Dem. People’s Rep.",1990,,,, +PRK,"Korea, Dem. People’s Rep.",1991,,,, +PRK,"Korea, Dem. People’s Rep.",1992,,,, +PRK,"Korea, Dem. People’s Rep.",1993,,,, +PRK,"Korea, Dem. People’s Rep.",1994,,,, +PRK,"Korea, Dem. People’s Rep.",1995,,,, +PRK,"Korea, Dem. People’s Rep.",1996,,,, +PRK,"Korea, Dem. People’s Rep.",1997,,,, +PRK,"Korea, Dem. People’s Rep.",1998,,,, +PRK,"Korea, Dem. People’s Rep.",1999,,,, +PRK,"Korea, Dem. People’s Rep.",2000,,,, +PRK,"Korea, Dem. People’s Rep.",2001,,,, +PRK,"Korea, Dem. People’s Rep.",2002,,,, +PRK,"Korea, Dem. People’s Rep.",2003,,,, +PRK,"Korea, Dem. People’s Rep.",2004,,,, +PRK,"Korea, Dem. People’s Rep.",2005,,,, +PRK,"Korea, Dem. People’s Rep.",2006,,,, +PRK,"Korea, Dem. People’s Rep.",2007,,,, +PRK,"Korea, Dem. People’s Rep.",2008,,,, +PRK,"Korea, Dem. People’s Rep.",2009,,,, +PRK,"Korea, Dem. People’s Rep.",2010,,,, +PRK,"Korea, Dem. People’s Rep.",2011,,,, +PRK,"Korea, Dem. People’s Rep.",2012,,,, +PRK,"Korea, Dem. People’s Rep.",2013,,,, +PRK,"Korea, Dem. People’s Rep.",2014,,,, +PRK,"Korea, Dem. People’s Rep.",2015,,,, +PRK,"Korea, Dem. People’s Rep.",2016,,,, +PRK,"Korea, Dem. People’s Rep.",2017,,,, +PRK,"Korea, Dem. People’s Rep.",2018,,,, +PRT,Portugal,1960,360.4993,,, +PRT,Portugal,1961,382.72995,,, +PRT,Portugal,1962,407.85284,,, +PRT,Portugal,1963,432.51172,,, +PRT,Portugal,1964,468.78107,,, +PRT,Portugal,1965,520.91064,,, +PRT,Portugal,1966,575.00769,,, +PRT,Portugal,1967,646.82269,,, +PRT,Portugal,1968,719.08051,,, +PRT,Portugal,1969,795.7594,,, +PRT,Portugal,1970,934.17395,,, +PRT,Portugal,1971,1064.6428,,, +PRT,Portugal,1972,1302.3943,,, +PRT,Portugal,1973,1748.1614,,, +PRT,Portugal,1974,2000.6147,,, +PRT,Portugal,1975,2127.8469,,, +PRT,Portugal,1976,2173.498,,, +PRT,Portugal,1977,2267.5945,,, +PRT,Portugal,1978,2457.5549,,, +PRT,Portugal,1979,2755.8958,,, +PRT,Portugal,1980,3368.6985,,, +PRT,Portugal,1981,3246.2947,,, +PRT,Portugal,1982,3080.2527,,, +PRT,Portugal,1983,2735.7603,,, +PRT,Portugal,1984,2522.9958,,, +PRT,Portugal,1985,2705.4592,,, +PRT,Portugal,1986,3862.3286,,, +PRT,Portugal,1987,4804.3389,,, +PRT,Portugal,1988,5624.2505,,, +PRT,Portugal,1989,6056.9771,,, +PRT,Portugal,1990,7885.394,,, +PRT,Portugal,1991,8959.8672,,, +PRT,Portugal,1992,10811.631,,, +PRT,Portugal,1993,9535.5947,,, +PRT,Portugal,1994,9978.3018,,, +PRT,Portugal,1995,11782.521,,, +PRT,Portugal,1996,12185.063,,, +PRT,Portugal,1997,11578.441,,, +PRT,Portugal,1998,12202.691,,, +PRT,Portugal,1999,12474.818,,, +PRT,Portugal,2000,11502.396,,, +PRT,Portugal,2001,11729.146,,, +PRT,Portugal,2002,12882.289,,, +PRT,Portugal,2003,15772.733,1,1.5,3.2 +PRT,Portugal,2004,18045.588,.5,1,2.7 +PRT,Portugal,2005,18784.949,.5,1,2.7 +PRT,Portugal,2006,19821.445,0,.5,2.2 +PRT,Portugal,2007,22780.059,.2,.69999999,1.7 +PRT,Portugal,2008,24815.609,.2,1,2.2 +PRT,Portugal,2009,23063.971,.2,.5,1.5 +PRT,Portugal,2010,22538.654,.2,.5,2 +PRT,Portugal,2011,23196.184,.5,.89999998,2.7 +PRT,Portugal,2012,20577.402,.69999999,1.5,4.5 +PRT,Portugal,2013,21618.734,.69999999,1.7,4.5 +PRT,Portugal,2014,22077.535,.5,1.5,3.7 +PRT,Portugal,2015,19252.635,.5,1.2,3 +PRT,Portugal,2016,19977.398,,, +PRT,Portugal,2017,21291.432,,, +PRT,Portugal,2018,23145.734,,, +PRY,Paraguay,1960,,,, +PRY,Paraguay,1961,,,, +PRY,Paraguay,1962,,,, +PRY,Paraguay,1963,,,, +PRY,Paraguay,1964,,,, +PRY,Paraguay,1965,204.20111,,, +PRY,Paraguay,1966,208.84938,,, +PRY,Paraguay,1967,215.0668,,, +PRY,Paraguay,1968,220.09663,,, +PRY,Paraguay,1969,230.50243,,, +PRY,Paraguay,1970,240.26993,,, +PRY,Paraguay,1971,262.06812,,, +PRY,Paraguay,1972,296.10861,,, +PRY,Paraguay,1973,374.34155,,, +PRY,Paraguay,1974,489.56219,,, +PRY,Paraguay,1975,541.487,,, +PRY,Paraguay,1976,593.65454,,, +PRY,Paraguay,1977,712.65802,,, +PRY,Paraguay,1978,849.5246,,, +PRY,Paraguay,1979,1103.9153,,, +PRY,Paraguay,1980,1398.0552,,, +PRY,Paraguay,1981,1718.5051,,, +PRY,Paraguay,1982,1608.7197,,, +PRY,Paraguay,1983,1635.6326,,, +PRY,Paraguay,1984,1260.7449,,, +PRY,Paraguay,1985,892.88947,,, +PRY,Paraguay,1986,984.38306,,, +PRY,Paraguay,1987,1020.3793,,, +PRY,Paraguay,1988,1063.474,,, +PRY,Paraguay,1989,1156.9275,,, +PRY,Paraguay,1990,1376.1647,1.2,4.6999998,18.299999 +PRY,Paraguay,1991,1611.401,,, +PRY,Paraguay,1992,1610.2134,,, +PRY,Paraguay,1993,1591.3732,,, +PRY,Paraguay,1994,1686.8459,,, +PRY,Paraguay,1995,1897.0963,12.4,23.1,40.299999 +PRY,Paraguay,1996,2002.6859,,, +PRY,Paraguay,1997,1993.8027,10.6,20.1,35.299999 +PRY,Paraguay,1998,1812.994,,, +PRY,Paraguay,1999,1694.1102,10.2,20.1,37.200001 +PRY,Paraguay,2000,1663.6052,,, +PRY,Paraguay,2001,1565.0537,8.8999996,18.299999,36.200001 +PRY,Paraguay,2002,1300.8514,13.2,27,47.400002 +PRY,Paraguay,2003,1365.4164,8.3000002,19.6,40.5 +PRY,Paraguay,2004,1679.4972,5.6999998,17,38.5 +PRY,Paraguay,2005,1843.6338,6.0999999,14.7,35 +PRY,Paraguay,2006,2271.0901,7.9000001,19.4,39.5 +PRY,Paraguay,2007,2976.8254,7.8000002,16.5,36.099998 +PRY,Paraguay,2008,4041.584,4.3000002,14,33 +PRY,Paraguay,2009,3624.571,5.8000002,14.4,31.9 +PRY,Paraguay,2010,4355.9351,5.5,13.3,30 +PRY,Paraguay,2011,5322.9639,5,12.7,28.299999 +PRY,Paraguay,2012,5183.083,3.3,9.8999996,23.5 +PRY,Paraguay,2013,5926.833,1.8,6.6999998,20.4 +PRY,Paraguay,2014,6102.9434,2.4000001,7.5,19.299999 +PRY,Paraguay,2015,5406.7036,1.9,6.9000001,20 +PRY,Paraguay,2016,5319.4102,1.7,7,20.1 +PRY,Paraguay,2017,5680.5806,1.2,5.5999999,18.6 +PRY,Paraguay,2018,5871.4673,,, +PSE,West Bank and Gaza,1960,,,, +PSE,West Bank and Gaza,1961,,,, +PSE,West Bank and Gaza,1962,,,, +PSE,West Bank and Gaza,1963,,,, +PSE,West Bank and Gaza,1964,,,, +PSE,West Bank and Gaza,1965,,,, +PSE,West Bank and Gaza,1966,,,, +PSE,West Bank and Gaza,1967,,,, +PSE,West Bank and Gaza,1968,,,, +PSE,West Bank and Gaza,1969,,,, +PSE,West Bank and Gaza,1970,,,, +PSE,West Bank and Gaza,1971,,,, +PSE,West Bank and Gaza,1972,,,, +PSE,West Bank and Gaza,1973,,,, +PSE,West Bank and Gaza,1974,,,, +PSE,West Bank and Gaza,1975,,,, +PSE,West Bank and Gaza,1976,,,, +PSE,West Bank and Gaza,1977,,,, +PSE,West Bank and Gaza,1978,,,, +PSE,West Bank and Gaza,1979,,,, +PSE,West Bank and Gaza,1980,,,, +PSE,West Bank and Gaza,1981,,,, +PSE,West Bank and Gaza,1982,,,, +PSE,West Bank and Gaza,1983,,,, +PSE,West Bank and Gaza,1984,,,, +PSE,West Bank and Gaza,1985,,,, +PSE,West Bank and Gaza,1986,,,, +PSE,West Bank and Gaza,1987,,,, +PSE,West Bank and Gaza,1988,,,, +PSE,West Bank and Gaza,1989,,,, +PSE,West Bank and Gaza,1990,,,, +PSE,West Bank and Gaza,1991,,,, +PSE,West Bank and Gaza,1992,,,, +PSE,West Bank and Gaza,1993,,,, +PSE,West Bank and Gaza,1994,1201.5815,,, +PSE,West Bank and Gaza,1995,1326.5629,,, +PSE,West Bank and Gaza,1996,1317.4668,,, +PSE,West Bank and Gaza,1997,1389.1649,,, +PSE,West Bank and Gaza,1998,1465.046,,, +PSE,West Bank and Gaza,1999,1499.4922,,, +PSE,West Bank and Gaza,2000,1476.1719,,, +PSE,West Bank and Gaza,2001,1335.5532,,, +PSE,West Bank and Gaza,2002,1156.2175,,, +PSE,West Bank and Gaza,2003,1257.6986,,, +PSE,West Bank and Gaza,2004,1337.5657,1.1,5.5,26.4 +PSE,West Bank and Gaza,2005,1455.1879,.89999998,5.6999998,24.700001 +PSE,West Bank and Gaza,2006,1441.4617,.30000001,4.3000002,23.299999 +PSE,West Bank and Gaza,2007,1575.5634,1.5,7.8000002,30.9 +PSE,West Bank and Gaza,2008,1857.8905,,, +PSE,West Bank and Gaza,2009,1970.183,.30000001,3.0999999,20.9 +PSE,West Bank and Gaza,2010,2354.126,.2,3.7,21.9 +PSE,West Bank and Gaza,2011,2695.1938,.2,3.4000001,20.700001 +PSE,West Bank and Gaza,2012,2834.0215,,, +PSE,West Bank and Gaza,2013,3060.3125,,, +PSE,West Bank and Gaza,2014,3046.8218,,, +PSE,West Bank and Gaza,2015,2967.8518,,, +PSE,West Bank and Gaza,2016,3074.2913,1,5,23.6 +PSE,West Bank and Gaza,2017,3254.4858,,, +PSE,West Bank and Gaza,2018,3198.8667,,, +PYF,French Polynesia,1960,,,, +PYF,French Polynesia,1961,,,, +PYF,French Polynesia,1962,,,, +PYF,French Polynesia,1963,,,, +PYF,French Polynesia,1964,,,, +PYF,French Polynesia,1965,1889.3232,,, +PYF,French Polynesia,1966,2229.822,,, +PYF,French Polynesia,1967,2209.9541,,, +PYF,French Polynesia,1968,2511.9514,,, +PYF,French Polynesia,1969,2274.3286,,, +PYF,French Polynesia,1970,2299.0723,,, +PYF,French Polynesia,1971,2593.1833,,, +PYF,French Polynesia,1972,2751.125,,, +PYF,French Polynesia,1973,3516.3369,,, +PYF,French Polynesia,1974,4375.3584,,, +PYF,French Polynesia,1975,5260.2603,,, +PYF,French Polynesia,1976,5402.3721,,, +PYF,French Polynesia,1977,5670.0801,,, +PYF,French Polynesia,1978,6969.7407,,, +PYF,French Polynesia,1979,8168.7749,,, +PYF,French Polynesia,1980,8885.4707,,, +PYF,French Polynesia,1981,8103.5044,,, +PYF,French Polynesia,1982,7907.6904,,, +PYF,French Polynesia,1983,7977.8281,,, +PYF,French Polynesia,1984,8005.8022,,, +PYF,French Polynesia,1985,8514.1289,,, +PYF,French Polynesia,1986,12658.413,,, +PYF,French Polynesia,1987,13630.317,,, +PYF,French Polynesia,1988,14050.97,,, +PYF,French Polynesia,1989,13470.165,,, +PYF,French Polynesia,1990,15913.591,,, +PYF,French Polynesia,1991,16038.049,,, +PYF,French Polynesia,1992,17169.125,,, +PYF,French Polynesia,1993,17539.713,,, +PYF,French Polynesia,1994,16444.078,,, +PYF,French Polynesia,1995,18261.826,,, +PYF,French Polynesia,1996,17788.148,,, +PYF,French Polynesia,1997,15723.213,,, +PYF,French Polynesia,1998,16302.461,,, +PYF,French Polynesia,1999,16073.999,,, +PYF,French Polynesia,2000,14323.821,,, +PYF,French Polynesia,2001,,,, +PYF,French Polynesia,2002,,,, +PYF,French Polynesia,2003,,,, +PYF,French Polynesia,2004,,,, +PYF,French Polynesia,2005,,,, +PYF,French Polynesia,2006,,,, +PYF,French Polynesia,2007,,,, +PYF,French Polynesia,2008,,,, +PYF,French Polynesia,2009,,,, +PYF,French Polynesia,2010,,,, +PYF,French Polynesia,2011,,,, +PYF,French Polynesia,2012,,,, +PYF,French Polynesia,2013,,,, +PYF,French Polynesia,2014,,,, +PYF,French Polynesia,2015,,,, +PYF,French Polynesia,2016,,,, +PYF,French Polynesia,2017,,,, +PYF,French Polynesia,2018,,,, +QAT,Qatar,1960,,,, +QAT,Qatar,1961,,,, +QAT,Qatar,1962,,,, +QAT,Qatar,1963,,,, +QAT,Qatar,1964,,,, +QAT,Qatar,1965,,,, +QAT,Qatar,1966,,,, +QAT,Qatar,1967,,,, +QAT,Qatar,1968,,,, +QAT,Qatar,1969,,,, +QAT,Qatar,1970,2755.7327,,, +QAT,Qatar,1971,3246.6887,,, +QAT,Qatar,1972,3910.0378,,, +QAT,Qatar,1973,5583.4214,,, +QAT,Qatar,1974,15631.998,,, +QAT,Qatar,1975,15292.016,,, +QAT,Qatar,1976,18905.609,,, +QAT,Qatar,1977,19842.145,,, +QAT,Qatar,1978,21109.557,,, +QAT,Qatar,1979,27455.148,,, +QAT,Qatar,1980,35008.828,,, +QAT,Qatar,1981,34926.141,,, +QAT,Qatar,1982,27402.564,,, +QAT,Qatar,1983,20909.98,,, +QAT,Qatar,1984,19645.314,,, +QAT,Qatar,1985,16590.623,,, +QAT,Qatar,1986,12704.334,,, +QAT,Qatar,1987,12901.704,,, +QAT,Qatar,1988,13611.63,,, +QAT,Qatar,1989,14052.529,,, +QAT,Qatar,1990,15454.082,,, +QAT,Qatar,1991,14124.293,,, +QAT,Qatar,1992,15434.459,,, +QAT,Qatar,1993,14270.974,,, +QAT,Qatar,1994,14544.092,,, +QAT,Qatar,1995,15849.72,,, +QAT,Qatar,1996,17337.422,,, +QAT,Qatar,1997,21104.725,,, +QAT,Qatar,1998,18593.549,,, +QAT,Qatar,1999,21723.699,,, +QAT,Qatar,2000,29976.117,,, +QAT,Qatar,2001,28517.268,,, +QAT,Qatar,2002,30214.859,,, +QAT,Qatar,2003,34517.754,,, +QAT,Qatar,2004,42124.828,,, +QAT,Qatar,2005,51455.594,,, +QAT,Qatar,2006,59530.152,,, +QAT,Qatar,2007,65421.754,,, +QAT,Qatar,2008,80234.469,,, +QAT,Qatar,2009,59094.445,,, +QAT,Qatar,2010,67403.164,,, +QAT,Qatar,2011,82409.578,,, +QAT,Qatar,2012,85076.148,,, +QAT,Qatar,2013,85050.914,,, +QAT,Qatar,2014,83858.531,,, +QAT,Qatar,2015,63039.016,,, +QAT,Qatar,2016,57163.063,,, +QAT,Qatar,2017,61264.395,,, +QAT,Qatar,2018,69026.469,,, +ROU,Romania,1960,,,, +ROU,Romania,1961,,,, +ROU,Romania,1962,,,, +ROU,Romania,1963,,,, +ROU,Romania,1964,,,, +ROU,Romania,1965,,,, +ROU,Romania,1966,,,, +ROU,Romania,1967,,,, +ROU,Romania,1968,,,, +ROU,Romania,1969,,,, +ROU,Romania,1970,,,, +ROU,Romania,1971,,,, +ROU,Romania,1972,,,, +ROU,Romania,1973,,,, +ROU,Romania,1974,,,, +ROU,Romania,1975,,,, +ROU,Romania,1976,,,, +ROU,Romania,1977,,,, +ROU,Romania,1978,,,, +ROU,Romania,1979,,,, +ROU,Romania,1980,,,, +ROU,Romania,1981,,,, +ROU,Romania,1982,,,, +ROU,Romania,1983,,,, +ROU,Romania,1984,,,, +ROU,Romania,1985,,,, +ROU,Romania,1986,,,, +ROU,Romania,1987,1673.8384,,, +ROU,Romania,1988,1769.8899,,, +ROU,Romania,1989,1817.9021,.30000001,.69999999,3.2 +ROU,Romania,1990,1680.7056,,, +ROU,Romania,1991,1260.749,,, +ROU,Romania,1992,1102.1038,.60000002,2.8,18.1 +ROU,Romania,1993,1158.1326,,, +ROU,Romania,1994,1323.1044,10.7,42.200001,82.599998 +ROU,Romania,1995,1650.2765,,, +ROU,Romania,1996,1633.0106,,, +ROU,Romania,1997,1577.3234,,, +ROU,Romania,1998,1852.4673,,, +ROU,Romania,1999,1599.8895,,, +ROU,Romania,2000,1659.9076,,, +ROU,Romania,2001,1825.1798,,, +ROU,Romania,2002,2119.8826,,, +ROU,Romania,2003,2679.4119,,, +ROU,Romania,2004,3494.9446,,, +ROU,Romania,2005,4617.9292,,, +ROU,Romania,2006,5757.4966,8,19,40.200001 +ROU,Romania,2007,8360.166,5.6999998,14.7,33.700001 +ROU,Romania,2008,10435.044,4.5,11.2,27 +ROU,Romania,2009,8548.1191,3.5,10.5,25.700001 +ROU,Romania,2010,8209.9199,4.5,11.9,28 +ROU,Romania,2011,9104.9961,5.6999998,13.7,31.5 +ROU,Romania,2012,8535.0469,6.6999998,14.2,31.5 +ROU,Romania,2013,9555.2441,7.1999998,16,31.200001 +ROU,Romania,2014,10026.974,7.5,14.9,28.5 +ROU,Romania,2015,8977.499,5.6999998,13.2,25.700001 +ROU,Romania,2016,9567.0977,,, +ROU,Romania,2017,10792.956,,, +ROU,Romania,2018,12301.187,,, +RUS,Russian Federation,1960,,,, +RUS,Russian Federation,1961,,,, +RUS,Russian Federation,1962,,,, +RUS,Russian Federation,1963,,,, +RUS,Russian Federation,1964,,,, +RUS,Russian Federation,1965,,,, +RUS,Russian Federation,1966,,,, +RUS,Russian Federation,1967,,,, +RUS,Russian Federation,1968,,,, +RUS,Russian Federation,1969,,,, +RUS,Russian Federation,1970,,,, +RUS,Russian Federation,1971,,,, +RUS,Russian Federation,1972,,,, +RUS,Russian Federation,1973,,,, +RUS,Russian Federation,1974,,,, +RUS,Russian Federation,1975,,,, +RUS,Russian Federation,1976,,,, +RUS,Russian Federation,1977,,,, +RUS,Russian Federation,1978,,,, +RUS,Russian Federation,1979,,,, +RUS,Russian Federation,1980,,,, +RUS,Russian Federation,1981,,,, +RUS,Russian Federation,1982,,,, +RUS,Russian Federation,1983,,,, +RUS,Russian Federation,1984,,,, +RUS,Russian Federation,1985,,,, +RUS,Russian Federation,1986,,,, +RUS,Russian Federation,1987,,,, +RUS,Russian Federation,1988,3777.2354,,, +RUS,Russian Federation,1989,3428.7622,,, +RUS,Russian Federation,1990,3485.1123,,, +RUS,Russian Federation,1991,3485.0559,,, +RUS,Russian Federation,1992,3095.6597,,, +RUS,Russian Federation,1993,2929.4622,2.4000001,10.8,26.299999 +RUS,Russian Federation,1994,2663.3945,,, +RUS,Russian Federation,1995,2665.781,,, +RUS,Russian Federation,1996,2643.9307,3.5999999,11.3,26.1 +RUS,Russian Federation,1997,2737.573,1.1,5.5999999,21.1 +RUS,Russian Federation,1998,1834.863,1.7,7.9000001,26.200001 +RUS,Russian Federation,1999,1330.7607,3.4000001,13.3,37.299999 +RUS,Russian Federation,2000,1771.5978,2.2,10,32.099998 +RUS,Russian Federation,2001,2100.3582,1.3,6.5999999,25.4 +RUS,Russian Federation,2002,2377.5369,.69999999,4.6999998,20.799999 +RUS,Russian Federation,2003,2975.1328,.80000001,4.8000002,19.799999 +RUS,Russian Federation,2004,4102.3721,.69999999,4.0999999,17.4 +RUS,Russian Federation,2005,5323.4736,.5,3.2,14.7 +RUS,Russian Federation,2006,6920.1943,.30000001,2.2,11.6 +RUS,Russian Federation,2007,9101.2568,.1,1.3,8.3000002 +RUS,Russian Federation,2008,11635.274,.1,.5,5.1999998 +RUS,Russian Federation,2009,8562.8135,0,.5,4.9000001 +RUS,Russian Federation,2010,10674.997,.1,.5,4 +RUS,Russian Federation,2011,14351.212,0,.30000001,3.2 +RUS,Russian Federation,2012,15434.575,0,.30000001,2.9000001 +RUS,Russian Federation,2013,16007.09,0,.30000001,2.5 +RUS,Russian Federation,2014,14100.729,0,.2,2.4000001 +RUS,Russian Federation,2015,9313.7871,0,.30000001,2.7 +RUS,Russian Federation,2016,8745.375,,, +RUS,Russian Federation,2017,10750.587,,, +RUS,Russian Federation,2018,11288.872,,, +RWA,Rwanda,1960,40.537113,,, +RWA,Rwanda,1961,40.689392,,, +RWA,Rwanda,1962,40.944195,,, +RWA,Rwanda,1963,41.218269,,, +RWA,Rwanda,1964,41.083813,,, +RWA,Rwanda,1965,45.989353,,, +RWA,Rwanda,1966,37.488785,,, +RWA,Rwanda,1967,46.642769,,, +RWA,Rwanda,1968,48.784046,,, +RWA,Rwanda,1969,51.794609,,, +RWA,Rwanda,1970,58.525166,,, +RWA,Rwanda,1971,57.589073,,, +RWA,Rwanda,1972,61.811886,,, +RWA,Rwanda,1973,70.803055,,, +RWA,Rwanda,1974,72.894417,,, +RWA,Rwanda,1975,131.01988,,, +RWA,Rwanda,1976,141.53101,,, +RWA,Rwanda,1977,160.38435,,, +RWA,Rwanda,1978,188.18475,,, +RWA,Rwanda,1979,222.81322,,, +RWA,Rwanda,1980,243.48717,,, +RWA,Rwanda,1981,264.02628,,, +RWA,Rwanda,1982,255.63724,,, +RWA,Rwanda,1983,260.00586,,, +RWA,Rwanda,1984,268.92346,63,89.699997,97.699997 +RWA,Rwanda,1985,279.10464,,, +RWA,Rwanda,1986,301.79797,,, +RWA,Rwanda,1987,318.20642,,, +RWA,Rwanda,1988,337.9556,,, +RWA,Rwanda,1989,330.49704,,, +RWA,Rwanda,1990,349.87335,,, +RWA,Rwanda,1991,269.85016,,, +RWA,Rwanda,1992,302.7384,,, +RWA,Rwanda,1993,314.75134,,, +RWA,Rwanda,1994,126.95472,,, +RWA,Rwanda,1995,221.62874,,, +RWA,Rwanda,1996,229.88696,,, +RWA,Rwanda,1997,288.40918,,, +RWA,Rwanda,1998,285.71021,,, +RWA,Rwanda,1999,253.10619,,, +RWA,Rwanda,2000,228.63771,77.199997,90.199997,95.800003 +RWA,Rwanda,2001,212.5172,,, +RWA,Rwanda,2002,207.58295,,, +RWA,Rwanda,2003,224.73242,,, +RWA,Rwanda,2004,250.5175,,, +RWA,Rwanda,2005,303.74072,68.300003,85.099998,93.599998 +RWA,Rwanda,2006,344.57724,,, +RWA,Rwanda,2007,410.99573,,, +RWA,Rwanda,2008,511.05496,,, +RWA,Rwanda,2009,549.24005,,, +RWA,Rwanda,2010,576.04919,62.299999,83.599998,93 +RWA,Rwanda,2011,637.62842,,, +RWA,Rwanda,2012,695.27411,,, +RWA,Rwanda,2013,704.98016,56.799999,81.400002,92.400002 +RWA,Rwanda,2014,723.28186,,, +RWA,Rwanda,2015,728.08179,,, +RWA,Rwanda,2016,726.35303,55.5,79.699997,91.599998 +RWA,Rwanda,2017,762.49915,,, +RWA,Rwanda,2018,772.96783,,, +SAU,Saudi Arabia,1960,,,, +SAU,Saudi Arabia,1961,,,, +SAU,Saudi Arabia,1962,,,, +SAU,Saudi Arabia,1963,,,, +SAU,Saudi Arabia,1964,,,, +SAU,Saudi Arabia,1965,,,, +SAU,Saudi Arabia,1966,,,, +SAU,Saudi Arabia,1967,,,, +SAU,Saudi Arabia,1968,777.26642,,, +SAU,Saudi Arabia,1969,801.04547,,, +SAU,Saudi Arabia,1970,921.34595,,, +SAU,Saudi Arabia,1971,1177.724,,, +SAU,Saudi Arabia,1972,1511.6851,,, +SAU,Saudi Arabia,1973,2226.991,,, +SAU,Saudi Arabia,1974,6437.416,,, +SAU,Saudi Arabia,1975,6304.1191,,, +SAU,Saudi Arabia,1976,8202.7773,,, +SAU,Saudi Arabia,1977,9038.8633,,, +SAU,Saudi Arabia,1978,9282.6484,,, +SAU,Saudi Arabia,1979,12241.253,,, +SAU,Saudi Arabia,1980,16977.986,,, +SAU,Saudi Arabia,1981,17871.977,,, +SAU,Saudi Arabia,1982,13944.951,,, +SAU,Saudi Arabia,1983,11039.246,,, +SAU,Saudi Arabia,1984,9632.5352,,, +SAU,Saudi Arabia,1985,7919.6509,,, +SAU,Saudi Arabia,1986,6304.2544,,, +SAU,Saudi Arabia,1987,5932.2866,,, +SAU,Saudi Arabia,1988,5856.3765,,, +SAU,Saudi Arabia,1989,6085.96,,, +SAU,Saudi Arabia,1990,7246.0166,,, +SAU,Saudi Arabia,1991,7883.2456,,, +SAU,Saudi Arabia,1992,7932.0908,,, +SAU,Saudi Arabia,1993,7485.5415,,, +SAU,Saudi Arabia,1994,7421.291,,, +SAU,Saudi Arabia,1995,7690.5776,,, +SAU,Saudi Arabia,1996,8335.8037,,, +SAU,Saudi Arabia,1997,8551.6738,,, +SAU,Saudi Arabia,1998,7419.1602,,, +SAU,Saudi Arabia,1999,8007.96,,, +SAU,Saudi Arabia,2000,9171.3301,,, +SAU,Saudi Arabia,2001,8684.6475,,, +SAU,Saudi Arabia,2002,8695.4004,,, +SAU,Saudi Arabia,2003,9609.9668,,, +SAU,Saudi Arabia,2004,11185.134,,, +SAU,Saudi Arabia,2005,13791.446,,, +SAU,Saudi Arabia,2006,15384.74,,, +SAU,Saudi Arabia,2007,16516.623,,, +SAU,Saudi Arabia,2008,20078.258,,, +SAU,Saudi Arabia,2009,16113.143,,, +SAU,Saudi Arabia,2010,19262.547,,, +SAU,Saudi Arabia,2011,23745.801,,, +SAU,Saudi Arabia,2012,25243.359,,, +SAU,Saudi Arabia,2013,24844.744,,, +SAU,Saudi Arabia,2014,24463.902,,, +SAU,Saudi Arabia,2015,20627.934,,, +SAU,Saudi Arabia,2016,19879.297,,, +SAU,Saudi Arabia,2017,20803.742,,, +SAU,Saudi Arabia,2018,23219.131,,, +SDN,Sudan,1960,125.85985,,, +SDN,Sudan,1961,133.08221,,, +SDN,Sudan,1962,140.72511,,, +SDN,Sudan,1963,139.30991,,, +SDN,Sudan,1964,139.2233,,, +SDN,Sudan,1965,141.08195,,, +SDN,Sudan,1966,140.6859,,, +SDN,Sudan,1967,147.99757,,, +SDN,Sudan,1968,150.02266,,, +SDN,Sudan,1969,160.38411,,, +SDN,Sudan,1970,176.95406,,, +SDN,Sudan,1971,187.07687,,, +SDN,Sudan,1972,196.91089,,, +SDN,Sudan,1973,236.61714,,, +SDN,Sudan,1974,294.98502,,, +SDN,Sudan,1975,348.00983,,, +SDN,Sudan,1976,419.93082,,, +SDN,Sudan,1977,506.65982,,, +SDN,Sudan,1978,431.81232,,, +SDN,Sudan,1979,491.57733,,, +SDN,Sudan,1980,392.41479,,, +SDN,Sudan,1981,509.13052,,, +SDN,Sudan,1982,453.7963,,, +SDN,Sudan,1983,390.78122,,, +SDN,Sudan,1984,445.94836,,, +SDN,Sudan,1985,552.97443,,, +SDN,Sudan,1986,683.06757,,, +SDN,Sudan,1987,849.61212,,, +SDN,Sudan,1988,632.33551,,, +SDN,Sudan,1989,611.94855,,, +SDN,Sudan,1990,483.95261,,, +SDN,Sudan,1991,432.4791,,, +SDN,Sudan,1992,260.51025,,, +SDN,Sudan,1993,320.4855,,, +SDN,Sudan,1994,449.71069,,, +SDN,Sudan,1995,473.41339,,, +SDN,Sudan,1996,300.56494,,, +SDN,Sudan,1997,378.95468,,, +SDN,Sudan,1998,355.15244,,, +SDN,Sudan,1999,328.0686,,, +SDN,Sudan,2000,366.17282,,, +SDN,Sudan,2001,383.01599,,, +SDN,Sudan,2002,418.25183,,, +SDN,Sudan,2003,484.84473,,, +SDN,Sudan,2004,573.30695,,, +SDN,Sudan,2005,689.20953,,, +SDN,Sudan,2006,905.30975,,, +SDN,Sudan,2007,1128.4104,,, +SDN,Sudan,2008,1304.5331,,, +SDN,Sudan,2009,1238.1808,14.9,40.5,73.199997 +SDN,Sudan,2010,1489.877,,, +SDN,Sudan,2011,1672.1033,,, +SDN,Sudan,2012,1882.2468,,, +SDN,Sudan,2013,1943.9165,,, +SDN,Sudan,2014,2163.156,,, +SDN,Sudan,2015,2486.7456,,, +SDN,Sudan,2016,2398.1018,,, +SDN,Sudan,2017,3015.0244,,, +SDN,Sudan,2018,977.27362,,, +SEN,Senegal,1960,312.99374,,, +SEN,Senegal,1961,321.36142,,, +SEN,Senegal,1962,320.50125,,, +SEN,Senegal,1963,322.30072,,, +SEN,Senegal,1964,332.08133,,, +SEN,Senegal,1965,328.56345,,, +SEN,Senegal,1966,329.05313,,, +SEN,Senegal,1967,319.63968,,, +SEN,Senegal,1968,326.19614,,, +SEN,Senegal,1969,301.2673,,, +SEN,Senegal,1970,304.73431,,, +SEN,Senegal,1971,305.3075,,, +SEN,Senegal,1972,358.36737,,, +SEN,Senegal,1973,399.80872,,, +SEN,Senegal,1974,437.61581,,, +SEN,Senegal,1975,574.13324,,, +SEN,Senegal,1976,567.44379,,, +SEN,Senegal,1977,567.02466,,, +SEN,Senegal,1978,618.15558,,, +SEN,Senegal,1979,751.02576,,, +SEN,Senegal,1980,794.36133,,, +SEN,Senegal,1981,700.5899,,, +SEN,Senegal,1982,666.14764,,, +SEN,Senegal,1983,576.73236,,, +SEN,Senegal,1984,545.62628,,, +SEN,Senegal,1985,579.48804,,, +SEN,Senegal,1986,795.15906,,, +SEN,Senegal,1987,928.09979,,, +SEN,Senegal,1988,890.55835,,, +SEN,Senegal,1989,851.61621,,, +SEN,Senegal,1990,961.57397,,, +SEN,Senegal,1991,916.93079,67.900002,84.199997,93.599998 +SEN,Senegal,1992,951.42853,,, +SEN,Senegal,1993,873.88312,,, +SEN,Senegal,1994,580.11774,56.599998,82.900002,94.699997 +SEN,Senegal,1995,710.72449,,, +SEN,Senegal,1996,719.54333,,, +SEN,Senegal,1997,647.82935,,, +SEN,Senegal,1998,681.26007,,, +SEN,Senegal,1999,680.57233,,, +SEN,Senegal,2000,604.65405,,, +SEN,Senegal,2001,615.26849,48.299999,76.099998,91.699997 +SEN,Senegal,2002,656.62268,,, +SEN,Senegal,2003,823.72113,,, +SEN,Senegal,2004,940.5517,,, +SEN,Senegal,2005,993.93207,37.400002,67.300003,88.599998 +SEN,Senegal,2006,1040.9041,,, +SEN,Senegal,2007,1222.3729,,, +SEN,Senegal,2008,1411.9293,,, +SEN,Senegal,2009,1317.2357,,, +SEN,Senegal,2010,1278.9778,,, +SEN,Senegal,2011,1371.7234,38,67.5,88.099998 +SEN,Senegal,2012,1330.0575,,, +SEN,Senegal,2013,1375.6787,,, +SEN,Senegal,2014,1394.7948,,, +SEN,Senegal,2015,1218.7643,,, +SEN,Senegal,2016,1269.0404,,, +SEN,Senegal,2017,1367.219,,, +SEN,Senegal,2018,1521.9536,,, +SGP,Singapore,1960,428.05899,,, +SGP,Singapore,1961,449.15106,,, +SGP,Singapore,1962,472.08582,,, +SGP,Singapore,1963,511.20557,,, +SGP,Singapore,1964,485.53384,,, +SGP,Singapore,1965,516.53528,,, +SGP,Singapore,1966,566.80768,,, +SGP,Singapore,1967,626.03351,,, +SGP,Singapore,1968,708.60608,,, +SGP,Singapore,1969,812.6828,,, +SGP,Singapore,1970,925.80389,,, +SGP,Singapore,1971,1071.4115,,, +SGP,Singapore,1972,1264.3751,,, +SGP,Singapore,1973,1685.4598,,, +SGP,Singapore,1974,2341.7056,,, +SGP,Singapore,1975,2489.9116,,, +SGP,Singapore,1976,2758.9404,,, +SGP,Singapore,1977,2846.3359,,, +SGP,Singapore,1978,3193.9058,,, +SGP,Singapore,1979,3900.5334,,, +SGP,Singapore,1980,4928.1392,,, +SGP,Singapore,1981,5596.5859,,, +SGP,Singapore,1982,6077.6343,,, +SGP,Singapore,1983,6633.2368,,, +SGP,Singapore,1984,7228.3174,,, +SGP,Singapore,1985,7001.7666,,, +SGP,Singapore,1986,6799.9302,,, +SGP,Singapore,1987,7539.0293,,, +SGP,Singapore,1988,8914.4414,,, +SGP,Singapore,1989,10394.539,,, +SGP,Singapore,1990,11861.756,,, +SGP,Singapore,1991,14502.38,,, +SGP,Singapore,1992,16135.914,,, +SGP,Singapore,1993,18290.027,,, +SGP,Singapore,1994,21553.031,,, +SGP,Singapore,1995,24914.412,,, +SGP,Singapore,1996,26233.629,,, +SGP,Singapore,1997,26375.973,,, +SGP,Singapore,1998,21829.301,,, +SGP,Singapore,1999,21796.084,,, +SGP,Singapore,2000,23852.326,,, +SGP,Singapore,2001,21700.02,,, +SGP,Singapore,2002,22159.689,,, +SGP,Singapore,2003,23730.152,,, +SGP,Singapore,2004,27608.537,,, +SGP,Singapore,2005,29961.264,,, +SGP,Singapore,2006,33769.152,,, +SGP,Singapore,2007,39432.938,,, +SGP,Singapore,2008,40007.469,,, +SGP,Singapore,2009,38927.207,,, +SGP,Singapore,2010,47236.961,,, +SGP,Singapore,2011,53890.43,,, +SGP,Singapore,2012,55546.488,,, +SGP,Singapore,2013,56967.426,,, +SGP,Singapore,2014,57562.531,,, +SGP,Singapore,2015,55646.617,,, +SGP,Singapore,2016,56724.172,,, +SGP,Singapore,2017,60297.793,,, +SGP,Singapore,2018,64581.945,,, +SLB,Solomon Islands,1960,,,, +SLB,Solomon Islands,1961,,,, +SLB,Solomon Islands,1962,,,, +SLB,Solomon Islands,1963,,,, +SLB,Solomon Islands,1964,,,, +SLB,Solomon Islands,1965,,,, +SLB,Solomon Islands,1966,,,, +SLB,Solomon Islands,1967,173.43823,,, +SLB,Solomon Islands,1968,187.377,,, +SLB,Solomon Islands,1969,184.76013,,, +SLB,Solomon Islands,1970,,,, +SLB,Solomon Islands,1971,301.25348,,, +SLB,Solomon Islands,1972,235.33029,,, +SLB,Solomon Islands,1973,308.25748,,, +SLB,Solomon Islands,1974,453.79282,,, +SLB,Solomon Islands,1975,385.81348,,, +SLB,Solomon Islands,1976,414.25485,,, +SLB,Solomon Islands,1977,448.05927,,, +SLB,Solomon Islands,1978,515.67426,,, +SLB,Solomon Islands,1979,678.8288,,, +SLB,Solomon Islands,1980,731.80774,,, +SLB,Solomon Islands,1981,785.61444,,, +SLB,Solomon Islands,1982,764.65161,,, +SLB,Solomon Islands,1983,707.9671,,, +SLB,Solomon Islands,1984,962.38788,,, +SLB,Solomon Islands,1985,857.89203,,, +SLB,Solomon Islands,1986,755.77441,,, +SLB,Solomon Islands,1987,831.75757,,, +SLB,Solomon Islands,1988,1053.267,,, +SLB,Solomon Islands,1989,1095.6724,,, +SLB,Solomon Islands,1990,970.01605,,, +SLB,Solomon Islands,1991,998.67542,,, +SLB,Solomon Islands,1992,1147.8297,,, +SLB,Solomon Islands,1993,1210.3634,,, +SLB,Solomon Islands,1994,1330.6096,,, +SLB,Solomon Islands,1995,1445.4817,,, +SLB,Solomon Islands,1996,1529.4413,,, +SLB,Solomon Islands,1997,1494.5289,,, +SLB,Solomon Islands,1998,1206.0032,,, +SLB,Solomon Islands,1999,1200.7742,,, +SLB,Solomon Islands,2000,1054.3883,,, +SLB,Solomon Islands,2001,944.61401,,, +SLB,Solomon Islands,2002,784.64984,,, +SLB,Solomon Islands,2003,744.35254,,, +SLB,Solomon Islands,2004,818.05884,,, +SLB,Solomon Islands,2005,880.81299,45.599998,70.599998,87.300003 +SLB,Solomon Islands,2006,949.33759,,, +SLB,Solomon Islands,2007,1048.65,,, +SLB,Solomon Islands,2008,1208.3386,,, +SLB,Solomon Islands,2009,1160.3016,,, +SLB,Solomon Islands,2010,1290.3988,,, +SLB,Solomon Islands,2011,1722.4181,,, +SLB,Solomon Islands,2012,1913.2321,,, +SLB,Solomon Islands,2013,1977.4514,25.1,58.799999,84.699997 +SLB,Solomon Islands,2014,1996.7811,,, +SLB,Solomon Islands,2015,1914.4679,,, +SLB,Solomon Islands,2016,1990.0315,,, +SLB,Solomon Islands,2017,2077.126,,, +SLB,Solomon Islands,2018,2162.6519,,, +SLE,Sierra Leone,1960,138.93877,,, +SLE,Sierra Leone,1961,139.36398,,, +SLE,Sierra Leone,1962,143.47205,,, +SLE,Sierra Leone,1963,143.62073,,, +SLE,Sierra Leone,1964,150.74922,,, +SLE,Sierra Leone,1965,143.2809,,, +SLE,Sierra Leone,1966,147.15593,,, +SLE,Sierra Leone,1967,134.31709,,, +SLE,Sierra Leone,1968,124.75703,,, +SLE,Sierra Leone,1969,151.74057,,, +SLE,Sierra Leone,1970,158.26143,,, +SLE,Sierra Leone,1971,149.90739,,, +SLE,Sierra Leone,1972,163.01294,,, +SLE,Sierra Leone,1973,197.44673,,, +SLE,Sierra Leone,1974,218.07935,,, +SLE,Sierra Leone,1975,223.67516,,, +SLE,Sierra Leone,1976,191.74152,,, +SLE,Sierra Leone,1977,218.19145,,, +SLE,Sierra Leone,1978,296.44434,,, +SLE,Sierra Leone,1979,334.80411,,, +SLE,Sierra Leone,1980,324.83029,,, +SLE,Sierra Leone,1981,321.82343,,, +SLE,Sierra Leone,1982,365.90387,,, +SLE,Sierra Leone,1983,274.90231,,, +SLE,Sierra Leone,1984,293.31595,,, +SLE,Sierra Leone,1985,225.18277,,, +SLE,Sierra Leone,1986,125.15213,,, +SLE,Sierra Leone,1987,173.67078,,, +SLE,Sierra Leone,1988,253.83133,,, +SLE,Sierra Leone,1989,219.29408,66.699997,80.400002,92.199997 +SLE,Sierra Leone,1990,150.38904,,, +SLE,Sierra Leone,1991,179.36133,,, +SLE,Sierra Leone,1992,156.40321,,, +SLE,Sierra Leone,1993,177.5976,,, +SLE,Sierra Leone,1994,211.59248,,, +SLE,Sierra Leone,1995,202.31586,,, +SLE,Sierra Leone,1996,218.36659,,, +SLE,Sierra Leone,1997,196.11511,,, +SLE,Sierra Leone,1998,153.45853,,, +SLE,Sierra Leone,1999,150.00629,,, +SLE,Sierra Leone,2000,138.69868,,, +SLE,Sierra Leone,2001,229.37552,,, +SLE,Sierra Leone,2002,252.39621,,, +SLE,Sierra Leone,2003,266.44711,60.599998,83,93.699997 +SLE,Sierra Leone,2004,266.56958,,, +SLE,Sierra Leone,2005,292.34933,,, +SLE,Sierra Leone,2006,323.38919,,, +SLE,Sierra Leone,2007,360.37213,,, +SLE,Sierra Leone,2008,408.48074,,, +SLE,Sierra Leone,2009,391.20102,,, +SLE,Sierra Leone,2010,401.83499,,, +SLE,Sierra Leone,2011,448.33752,52.200001,81.300003,94.699997 +SLE,Sierra Leone,2012,566.37866,,, +SLE,Sierra Leone,2013,716.83533,,, +SLE,Sierra Leone,2014,714.70068,,, +SLE,Sierra Leone,2015,588.22845,,, +SLE,Sierra Leone,2016,501.41571,,, +SLE,Sierra Leone,2017,499.38071,,, +SLE,Sierra Leone,2018,522.85815,,, +SLV,El Salvador,1960,,,, +SLV,El Salvador,1961,,,, +SLV,El Salvador,1962,,,, +SLV,El Salvador,1963,,,, +SLV,El Salvador,1964,,,, +SLV,El Salvador,1965,274.17499,,, +SLV,El Salvador,1966,282.18991,,, +SLV,El Salvador,1967,288.18707,,, +SLV,El Salvador,1968,290.0256,,, +SLV,El Salvador,1969,293.38763,,, +SLV,El Salvador,1970,308.4397,,, +SLV,El Salvador,1971,314.61575,,, +SLV,El Salvador,1972,326.76987,,, +SLV,El Salvador,1973,363.82993,,, +SLV,El Salvador,1974,410.289,,, +SLV,El Salvador,1975,453.49213,,, +SLV,El Salvador,1976,548.15277,,, +SLV,El Salvador,1977,678.03815,,, +SLV,El Salvador,1978,706.61615,,, +SLV,El Salvador,1979,767.79889,,, +SLV,El Salvador,1980,778.44818,,, +SLV,El Salvador,1981,736.5907,,, +SLV,El Salvador,1982,717.54376,,, +SLV,El Salvador,1983,729.73889,,, +SLV,El Salvador,1984,751.72595,,, +SLV,El Salvador,1985,769.80298,,, +SLV,El Salvador,1986,753.98041,,, +SLV,El Salvador,1987,781.05908,,, +SLV,El Salvador,1988,816.21985,,, +SLV,El Salvador,1989,840.71332,18,30.9,51.700001 +SLV,El Salvador,1990,914.13092,,, +SLV,El Salvador,1991,983.18005,20.700001,36.5,60.099998 +SLV,El Salvador,1992,1073.311,,, +SLV,El Salvador,1993,1216.701,,, +SLV,El Salvador,1994,1380.7076,,, +SLV,El Salvador,1995,1585.1095,12.5,27.299999,50.900002 +SLV,El Salvador,1996,1684.786,14.1,28.9,52.599998 +SLV,El Salvador,1997,1778.8375,,, +SLV,El Salvador,1998,1886.3596,20,32.599998,52.200001 +SLV,El Salvador,1999,1930.6235,16.299999,28.700001,49.900002 +SLV,El Salvador,2000,2001.538,12.2,24,44.599998 +SLV,El Salvador,2001,2072.2998,13.5,25.700001,46.200001 +SLV,El Salvador,2002,2124.1028,14,25.9,46.5 +SLV,El Salvador,2003,2209.4966,14.8,26.799999,47.200001 +SLV,El Salvador,2004,2278.4319,10.9,22.5,45 +SLV,El Salvador,2005,2428.5696,10.4,22.799999,45.099998 +SLV,El Salvador,2006,2631.8203,6.9000001,18.799999,42.400002 +SLV,El Salvador,2007,2786.158,4.5,14.9,39.200001 +SLV,El Salvador,2008,2933.395,6.6999998,19.6,43.400002 +SLV,El Salvador,2009,2858.479,6.4000001,18.5,42.200001 +SLV,El Salvador,2010,2983.2297,5.5,17.9,41.299999 +SLV,El Salvador,2011,3266.0105,4.5,16.200001,41.299999 +SLV,El Salvador,2012,3428.4104,4.0999999,14.4,38.900002 +SLV,El Salvador,2013,3509.5315,3.2,12.4,35 +SLV,El Salvador,2014,3589.0405,3,12.2,34.900002 +SLV,El Salvador,2015,3705.5779,1.9,9.8999996,31.799999 +SLV,El Salvador,2016,3800.1221,2.2,10.3,30.700001 +SLV,El Salvador,2017,3902.2375,1.9,8.5,29 +SLV,El Salvador,2018,4058.2446,,, +SMR,San Marino,1960,,,, +SMR,San Marino,1961,,,, +SMR,San Marino,1962,,,, +SMR,San Marino,1963,,,, +SMR,San Marino,1964,,,, +SMR,San Marino,1965,,,, +SMR,San Marino,1966,,,, +SMR,San Marino,1967,,,, +SMR,San Marino,1968,,,, +SMR,San Marino,1969,,,, +SMR,San Marino,1970,,,, +SMR,San Marino,1971,,,, +SMR,San Marino,1972,,,, +SMR,San Marino,1973,,,, +SMR,San Marino,1974,,,, +SMR,San Marino,1975,,,, +SMR,San Marino,1976,,,, +SMR,San Marino,1977,,,, +SMR,San Marino,1978,,,, +SMR,San Marino,1979,,,, +SMR,San Marino,1980,,,, +SMR,San Marino,1981,,,, +SMR,San Marino,1982,,,, +SMR,San Marino,1983,,,, +SMR,San Marino,1984,,,, +SMR,San Marino,1985,,,, +SMR,San Marino,1986,,,, +SMR,San Marino,1987,,,, +SMR,San Marino,1988,,,, +SMR,San Marino,1989,,,, +SMR,San Marino,1990,,,, +SMR,San Marino,1991,,,, +SMR,San Marino,1992,,,, +SMR,San Marino,1993,,,, +SMR,San Marino,1994,,,, +SMR,San Marino,1995,,,, +SMR,San Marino,1996,,,, +SMR,San Marino,1997,,,, +SMR,San Marino,1998,,,, +SMR,San Marino,1999,44783.215,,, +SMR,San Marino,2000,40124.461,,, +SMR,San Marino,2001,41731.137,,, +SMR,San Marino,2002,44490.828,,, +SMR,San Marino,2003,56034.293,,, +SMR,San Marino,2004,64869.664,,, +SMR,San Marino,2005,66795.516,,, +SMR,San Marino,2006,70457.43,,, +SMR,San Marino,2007,82771.703,,, +SMR,San Marino,2008,90435.273,,, +SMR,San Marino,2009,76686.023,,, +SMR,San Marino,2010,68496.359,,, +SMR,San Marino,2011,64890.238,,, +SMR,San Marino,2012,56068.434,,, +SMR,San Marino,2013,57302.688,,, +SMR,San Marino,2014,54282.809,,, +SMR,San Marino,2015,45774.586,,, +SMR,San Marino,2016,46692.352,,, +SMR,San Marino,2017,48494.551,,, +SMR,San Marino,2018,,,, +SOM,Somalia,1960,65.479599,,, +SOM,Somalia,1961,68.106567,,, +SOM,Somalia,1962,70.812973,,, +SOM,Somalia,1963,73.607231,,, +SOM,Somalia,1964,76.480446,,, +SOM,Somalia,1965,79.42897,,, +SOM,Somalia,1966,81.871269,,, +SOM,Somalia,1967,84.198807,,, +SOM,Somalia,1968,86.55014,,, +SOM,Somalia,1969,90.457924,,, +SOM,Somalia,1970,93.654709,,, +SOM,Somalia,1971,95.353615,,, +SOM,Somalia,1972,119.81828,,, +SOM,Somalia,1973,144.34468,,, +SOM,Somalia,1974,128.7032,,, +SOM,Somalia,1975,183.19504,,, +SOM,Somalia,1976,188.66112,,, +SOM,Somalia,1977,103.81846,,, +SOM,Somalia,1978,105.11335,,, +SOM,Somalia,1979,100.1942,,, +SOM,Somalia,1980,96.09613,,, +SOM,Somalia,1981,107.37216,,, +SOM,Somalia,1982,117.19347,,, +SOM,Somalia,1983,110.88489,,, +SOM,Somalia,1984,119.17478,,, +SOM,Somalia,1985,131.81738,,, +SOM,Somalia,1986,138.09612,,, +SOM,Somalia,1987,147.15135,,, +SOM,Somalia,1988,148.21651,,, +SOM,Somalia,1989,153.14082,,, +SOM,Somalia,1990,126.92492,,, +SOM,Somalia,1991,,,, +SOM,Somalia,1992,,,, +SOM,Somalia,1993,,,, +SOM,Somalia,1994,,,, +SOM,Somalia,1995,,,, +SOM,Somalia,1996,,,, +SOM,Somalia,1997,,,, +SOM,Somalia,1998,,,, +SOM,Somalia,1999,,,, +SOM,Somalia,2000,,,, +SOM,Somalia,2001,,,, +SOM,Somalia,2002,,,, +SOM,Somalia,2003,,,, +SOM,Somalia,2004,,,, +SOM,Somalia,2005,,,, +SOM,Somalia,2006,,,, +SOM,Somalia,2007,,,, +SOM,Somalia,2008,,,, +SOM,Somalia,2009,,,, +SOM,Somalia,2010,,,, +SOM,Somalia,2011,,,, +SOM,Somalia,2012,,,, +SOM,Somalia,2013,257.82877,,, +SOM,Somalia,2014,248.84496,,, +SOM,Somalia,2015,293.46542,,, +SOM,Somalia,2016,295.93365,,, +SOM,Somalia,2017,309.06607,,, +SOM,Somalia,2018,314.56238,,, +SRB,Serbia,1960,,,, +SRB,Serbia,1961,,,, +SRB,Serbia,1962,,,, +SRB,Serbia,1963,,,, +SRB,Serbia,1964,,,, +SRB,Serbia,1965,,,, +SRB,Serbia,1966,,,, +SRB,Serbia,1967,,,, +SRB,Serbia,1968,,,, +SRB,Serbia,1969,,,, +SRB,Serbia,1970,,,, +SRB,Serbia,1971,,,, +SRB,Serbia,1972,,,, +SRB,Serbia,1973,,,, +SRB,Serbia,1974,,,, +SRB,Serbia,1975,,,, +SRB,Serbia,1976,,,, +SRB,Serbia,1977,,,, +SRB,Serbia,1978,,,, +SRB,Serbia,1979,,,, +SRB,Serbia,1980,,,, +SRB,Serbia,1981,,,, +SRB,Serbia,1982,,,, +SRB,Serbia,1983,,,, +SRB,Serbia,1984,,,, +SRB,Serbia,1985,,,, +SRB,Serbia,1986,,,, +SRB,Serbia,1987,,,, +SRB,Serbia,1988,,,, +SRB,Serbia,1989,,,, +SRB,Serbia,1990,,,, +SRB,Serbia,1991,,,, +SRB,Serbia,1992,,,, +SRB,Serbia,1993,,,, +SRB,Serbia,1994,,,, +SRB,Serbia,1995,2196.6184,,, +SRB,Serbia,1996,2749.9666,,, +SRB,Serbia,1997,3178.8315,,, +SRB,Serbia,1998,2416.0691,,, +SRB,Serbia,1999,2441.4304,,, +SRB,Serbia,2000,870.13629,,, +SRB,Serbia,2001,1634.875,,, +SRB,Serbia,2002,2149.9094,,, +SRB,Serbia,2003,2832.4907,,, +SRB,Serbia,2004,3331.229,,, +SRB,Serbia,2005,3720.4792,,, +SRB,Serbia,2006,4382.6172,,, +SRB,Serbia,2007,5848.4766,,, +SRB,Serbia,2008,7101.04,,, +SRB,Serbia,2009,6169.1143,,, +SRB,Serbia,2010,5735.4229,,, +SRB,Serbia,2011,6809.1597,,, +SRB,Serbia,2012,6015.9453,5.5,10.5,23 +SRB,Serbia,2013,6755.0737,6.6999998,13,27.200001 +SRB,Serbia,2014,6600.0566,5.6999998,10.7,23.700001 +SRB,Serbia,2015,5585.1177,5.5,11,23.700001 +SRB,Serbia,2016,5756.3813,,, +SRB,Serbia,2017,6284.1929,,, +SRB,Serbia,2018,7233.9961,,, +SSD,South Sudan,1960,,,, +SSD,South Sudan,1961,,,, +SSD,South Sudan,1962,,,, +SSD,South Sudan,1963,,,, +SSD,South Sudan,1964,,,, +SSD,South Sudan,1965,,,, +SSD,South Sudan,1966,,,, +SSD,South Sudan,1967,,,, +SSD,South Sudan,1968,,,, +SSD,South Sudan,1969,,,, +SSD,South Sudan,1970,,,, +SSD,South Sudan,1971,,,, +SSD,South Sudan,1972,,,, +SSD,South Sudan,1973,,,, +SSD,South Sudan,1974,,,, +SSD,South Sudan,1975,,,, +SSD,South Sudan,1976,,,, +SSD,South Sudan,1977,,,, +SSD,South Sudan,1978,,,, +SSD,South Sudan,1979,,,, +SSD,South Sudan,1980,,,, +SSD,South Sudan,1981,,,, +SSD,South Sudan,1982,,,, +SSD,South Sudan,1983,,,, +SSD,South Sudan,1984,,,, +SSD,South Sudan,1985,,,, +SSD,South Sudan,1986,,,, +SSD,South Sudan,1987,,,, +SSD,South Sudan,1988,,,, +SSD,South Sudan,1989,,,, +SSD,South Sudan,1990,,,, +SSD,South Sudan,1991,,,, +SSD,South Sudan,1992,,,, +SSD,South Sudan,1993,,,, +SSD,South Sudan,1994,,,, +SSD,South Sudan,1995,,,, +SSD,South Sudan,1996,,,, +SSD,South Sudan,1997,,,, +SSD,South Sudan,1998,,,, +SSD,South Sudan,1999,,,, +SSD,South Sudan,2000,,,, +SSD,South Sudan,2001,,,, +SSD,South Sudan,2002,,,, +SSD,South Sudan,2003,,,, +SSD,South Sudan,2004,,,, +SSD,South Sudan,2005,,,, +SSD,South Sudan,2006,,,, +SSD,South Sudan,2007,,,, +SSD,South Sudan,2008,1779.8152,,, +SSD,South Sudan,2009,1337.8927,42.700001,64.800003,84.800003 +SSD,South Sudan,2010,1654.0557,,, +SSD,South Sudan,2011,1813.3705,,, +SSD,South Sudan,2012,1025.23,,, +SSD,South Sudan,2013,1280.3073,,, +SSD,South Sudan,2014,1258.3782,,, +SSD,South Sudan,2015,1154.8009,,, +SSD,South Sudan,2016,283.48779,,, +SSD,South Sudan,2017,,,, +SSD,South Sudan,2018,,,, +STP,Sao Tome and Principe,1960,,,, +STP,Sao Tome and Principe,1961,,,, +STP,Sao Tome and Principe,1962,,,, +STP,Sao Tome and Principe,1963,,,, +STP,Sao Tome and Principe,1964,,,, +STP,Sao Tome and Principe,1965,,,, +STP,Sao Tome and Principe,1966,,,, +STP,Sao Tome and Principe,1967,,,, +STP,Sao Tome and Principe,1968,,,, +STP,Sao Tome and Principe,1969,,,, +STP,Sao Tome and Principe,1970,,,, +STP,Sao Tome and Principe,1971,,,, +STP,Sao Tome and Principe,1972,,,, +STP,Sao Tome and Principe,1973,,,, +STP,Sao Tome and Principe,1974,,,, +STP,Sao Tome and Principe,1975,,,, +STP,Sao Tome and Principe,1976,,,, +STP,Sao Tome and Principe,1977,,,, +STP,Sao Tome and Principe,1978,,,, +STP,Sao Tome and Principe,1979,,,, +STP,Sao Tome and Principe,1980,,,, +STP,Sao Tome and Principe,1981,,,, +STP,Sao Tome and Principe,1982,,,, +STP,Sao Tome and Principe,1983,,,, +STP,Sao Tome and Principe,1984,,,, +STP,Sao Tome and Principe,1985,,,, +STP,Sao Tome and Principe,1986,,,, +STP,Sao Tome and Principe,1987,,,, +STP,Sao Tome and Principe,1988,,,, +STP,Sao Tome and Principe,1989,,,, +STP,Sao Tome and Principe,1990,,,, +STP,Sao Tome and Principe,1991,,,, +STP,Sao Tome and Principe,1992,,,, +STP,Sao Tome and Principe,1993,,,, +STP,Sao Tome and Principe,1994,,,, +STP,Sao Tome and Principe,1995,,,, +STP,Sao Tome and Principe,1996,,,, +STP,Sao Tome and Principe,1997,,,, +STP,Sao Tome and Principe,1998,,,, +STP,Sao Tome and Principe,1999,,,, +STP,Sao Tome and Principe,2000,,29.799999,64.199997,89.800003 +STP,Sao Tome and Principe,2001,524.68744,,, +STP,Sao Tome and Principe,2002,577.63855,,, +STP,Sao Tome and Principe,2003,678.69403,,, +STP,Sao Tome and Principe,2004,745.31366,,, +STP,Sao Tome and Principe,2005,866.50745,,, +STP,Sao Tome and Principe,2006,883.06671,,, +STP,Sao Tome and Principe,2007,896.85461,,, +STP,Sao Tome and Principe,2008,1098.7679,,, +STP,Sao Tome and Principe,2009,1067.9174,,, +STP,Sao Tome and Principe,2010,1094.7107,32.299999,70.099998,92.300003 +STP,Sao Tome and Principe,2011,1263.8655,,, +STP,Sao Tome and Principe,2012,1340.5265,,, +STP,Sao Tome and Principe,2013,1577.0223,,, +STP,Sao Tome and Principe,2014,1782.7977,,, +STP,Sao Tome and Principe,2015,1595.8615,,, +STP,Sao Tome and Principe,2016,1710.1339,,, +STP,Sao Tome and Principe,2017,1811.0096,,, +STP,Sao Tome and Principe,2018,2001.1409,,, +SUR,Suriname,1960,346.16199,,, +SUR,Suriname,1961,363.95465,,, +SUR,Suriname,1962,382.20438,,, +SUR,Suriname,1963,403.75449,,, +SUR,Suriname,1964,419.64594,,, +SUR,Suriname,1965,468.6322,,, +SUR,Suriname,1966,562.90253,,, +SUR,Suriname,1967,634.81561,,, +SUR,Suriname,1968,676.90369,,, +SUR,Suriname,1969,714.15802,,, +SUR,Suriname,1970,747.15094,,, +SUR,Suriname,1971,815.19678,,, +SUR,Suriname,1972,847.90448,,, +SUR,Suriname,1973,930.21661,,, +SUR,Suriname,1974,1133.2247,,, +SUR,Suriname,1975,1295.8417,,, +SUR,Suriname,1976,1412.1965,,, +SUR,Suriname,1977,1793.6079,,, +SUR,Suriname,1978,2053.9014,,, +SUR,Suriname,1979,2180.7712,,, +SUR,Suriname,1980,2211.2878,,, +SUR,Suriname,1981,2468.4639,,, +SUR,Suriname,1982,2535.1877,,, +SUR,Suriname,1983,2438.7483,,, +SUR,Suriname,1984,2368.8562,,, +SUR,Suriname,1985,2368.177,,, +SUR,Suriname,1986,2381.4614,,, +SUR,Suriname,1987,2571.9287,,, +SUR,Suriname,1988,2985.489,,, +SUR,Suriname,1989,1366.458,,, +SUR,Suriname,1990,958.61469,,, +SUR,Suriname,1991,1084.9747,,, +SUR,Suriname,1992,961.83331,,, +SUR,Suriname,1993,1001.7165,,, +SUR,Suriname,1994,1391.601,,, +SUR,Suriname,1995,1565.212,,, +SUR,Suriname,1996,1921.8798,,, +SUR,Suriname,1997,2039.8549,,, +SUR,Suriname,1998,2415.7788,,, +SUR,Suriname,1999,1904.4247,23.4,42.799999,55.700001 +SUR,Suriname,2000,2012.2603,,, +SUR,Suriname,2001,1750.5583,,, +SUR,Suriname,2002,2267.7209,,, +SUR,Suriname,2003,2611.3562,,, +SUR,Suriname,2004,3006.1892,,, +SUR,Suriname,2005,3590.6267,,, +SUR,Suriname,2006,5197.9399,,, +SUR,Suriname,2007,5744.4248,,, +SUR,Suriname,2008,6831.9565,,, +SUR,Suriname,2009,7408.6675,,, +SUR,Suriname,2010,8255.7969,,, +SUR,Suriname,2011,8263.1729,,, +SUR,Suriname,2012,9201.0088,,, +SUR,Suriname,2013,9402.2334,,, +SUR,Suriname,2014,9472.0078,,, +SUR,Suriname,2015,8561.9746,,, +SUR,Suriname,2016,5606.7119,,, +SUR,Suriname,2017,5379.1196,,, +SUR,Suriname,2018,5950.2139,,, +SVK,Slovak Republic,1960,,,, +SVK,Slovak Republic,1961,,,, +SVK,Slovak Republic,1962,,,, +SVK,Slovak Republic,1963,,,, +SVK,Slovak Republic,1964,,,, +SVK,Slovak Republic,1965,,,, +SVK,Slovak Republic,1966,,,, +SVK,Slovak Republic,1967,,,, +SVK,Slovak Republic,1968,,,, +SVK,Slovak Republic,1969,,,, +SVK,Slovak Republic,1970,,,, +SVK,Slovak Republic,1971,,,, +SVK,Slovak Republic,1972,,,, +SVK,Slovak Republic,1973,,,, +SVK,Slovak Republic,1974,,,, +SVK,Slovak Republic,1975,,,, +SVK,Slovak Republic,1976,,,, +SVK,Slovak Republic,1977,,,, +SVK,Slovak Republic,1978,,,, +SVK,Slovak Republic,1979,,,, +SVK,Slovak Republic,1980,,,, +SVK,Slovak Republic,1981,,,, +SVK,Slovak Republic,1982,,,, +SVK,Slovak Republic,1983,,,, +SVK,Slovak Republic,1984,,,, +SVK,Slovak Republic,1985,,,, +SVK,Slovak Republic,1986,,,, +SVK,Slovak Republic,1987,,,, +SVK,Slovak Republic,1988,,,, +SVK,Slovak Republic,1989,,,, +SVK,Slovak Republic,1990,2395.5647,,, +SVK,Slovak Republic,1991,2680.041,,, +SVK,Slovak Republic,1992,2908.8108,,, +SVK,Slovak Republic,1993,3089.4382,,, +SVK,Slovak Republic,1994,3755.7278,,, +SVK,Slovak Republic,1995,4799.1509,,, +SVK,Slovak Republic,1996,5177.749,.5,2.0999999,6.0999999 +SVK,Slovak Republic,1997,5138.1484,,, +SVK,Slovak Republic,1998,5533.5889,,, +SVK,Slovak Republic,1999,5636.5796,,, +SVK,Slovak Republic,2000,5402.9297,,, +SVK,Slovak Republic,2001,5708.0825,,, +SVK,Slovak Republic,2002,6524.8618,,, +SVK,Slovak Republic,2003,8696.9131,,, +SVK,Slovak Republic,2004,10654.794,0,.69999999,5.1999998 +SVK,Slovak Republic,2005,11669.42,.2,.5,3.2 +SVK,Slovak Republic,2006,13139.032,.2,.69999999,2.2 +SVK,Slovak Republic,2007,16057.733,.2,.89999998,2 +SVK,Slovak Republic,2008,18650.359,.5,.69999999,2.2 +SVK,Slovak Republic,2009,16512.982,.40000001,1,2.5 +SVK,Slovak Republic,2010,16600.613,.5,1,2.2 +SVK,Slovak Republic,2011,18187.158,.5,.69999999,2.2 +SVK,Slovak Republic,2012,17274.643,.2,.69999999,3 +SVK,Slovak Republic,2013,18191.613,.2,.69999999,3 +SVK,Slovak Republic,2014,18629.779,.69999999,1.2,3.5 +SVK,Slovak Republic,2015,16182.304,.69999999,1,3 +SVK,Slovak Republic,2016,16544.229,,, +SVK,Slovak Republic,2017,17579.26,,, +SVK,Slovak Republic,2018,19546.902,,, +SVN,Slovenia,1960,,,, +SVN,Slovenia,1961,,,, +SVN,Slovenia,1962,,,, +SVN,Slovenia,1963,,,, +SVN,Slovenia,1964,,,, +SVN,Slovenia,1965,,,, +SVN,Slovenia,1966,,,, +SVN,Slovenia,1967,,,, +SVN,Slovenia,1968,,,, +SVN,Slovenia,1969,,,, +SVN,Slovenia,1970,,,, +SVN,Slovenia,1971,,,, +SVN,Slovenia,1972,,,, +SVN,Slovenia,1973,,,, +SVN,Slovenia,1974,,,, +SVN,Slovenia,1975,,,, +SVN,Slovenia,1976,,,, +SVN,Slovenia,1977,,,, +SVN,Slovenia,1978,,,, +SVN,Slovenia,1979,,,, +SVN,Slovenia,1980,,,, +SVN,Slovenia,1981,,,, +SVN,Slovenia,1982,,,, +SVN,Slovenia,1983,,,, +SVN,Slovenia,1984,,,, +SVN,Slovenia,1985,,,, +SVN,Slovenia,1986,,,, +SVN,Slovenia,1987,,,, +SVN,Slovenia,1988,,,, +SVN,Slovenia,1989,,,, +SVN,Slovenia,1990,9073.709,,, +SVN,Slovenia,1991,6609.1421,,, +SVN,Slovenia,1992,6537.688,,, +SVN,Slovenia,1993,6632.251,0,.1,.60000002 +SVN,Slovenia,1994,7536.6929,,, +SVN,Slovenia,1995,10690.665,,, +SVN,Slovenia,1996,10801.429,,, +SVN,Slovenia,1997,10447.936,,, +SVN,Slovenia,1998,11165.276,,, +SVN,Slovenia,1999,11441.997,,, +SVN,Slovenia,2000,10227.736,,, +SVN,Slovenia,2001,10479.296,,, +SVN,Slovenia,2002,11814.1,,, +SVN,Slovenia,2003,14880.472,,, +SVN,Slovenia,2004,17260.902,0,.2,.5 +SVN,Slovenia,2005,18169.182,0,.2,.5 +SVN,Slovenia,2006,19726.127,0,0,.2 +SVN,Slovenia,2007,23841.318,0,0,.2 +SVN,Slovenia,2008,27501.811,0,0,0 +SVN,Slovenia,2009,24633.799,0,0,.2 +SVN,Slovenia,2010,23437.473,0,0,0 +SVN,Slovenia,2011,24985.248,0,0,.2 +SVN,Slovenia,2012,22532.436,0,0,.2 +SVN,Slovenia,2013,23357.939,0,0,.2 +SVN,Slovenia,2014,24194.975,0,0,.2 +SVN,Slovenia,2015,20887.52,0,0,.2 +SVN,Slovenia,2016,21617.58,,, +SVN,Slovenia,2017,23449.574,,, +SVN,Slovenia,2018,26234.023,,, +SWE,Sweden,1960,1983.1066,,, +SWE,Sweden,1961,2147.2292,,, +SWE,Sweden,1962,2315.8464,,, +SWE,Sweden,1963,2492.5454,,, +SWE,Sweden,1964,2758.9434,,, +SWE,Sweden,1965,3007.5979,,, +SWE,Sweden,1966,3240.6111,,, +SWE,Sweden,1967,3490.5503,,, +SWE,Sweden,1968,3683.3137,,, +SWE,Sweden,1969,3972.0027,,, +SWE,Sweden,1970,4674.6621,,, +SWE,Sweden,1971,5066.0034,,, +SWE,Sweden,1972,5948.7959,,, +SWE,Sweden,1973,7206.3237,,, +SWE,Sweden,1974,7984.7725,,, +SWE,Sweden,1975,9985.8154,,, +SWE,Sweden,1976,10727.024,,, +SWE,Sweden,1977,11299.825,,, +SWE,Sweden,1978,12456.494,,, +SWE,Sweden,1979,14683.811,,, +SWE,Sweden,1980,16875.617,,, +SWE,Sweden,1981,15383.858,,, +SWE,Sweden,1982,13560.411,,, +SWE,Sweden,1983,12444.364,,, +SWE,Sweden,1984,12928.777,,, +SWE,Sweden,1985,13489.234,,, +SWE,Sweden,1986,17747.326,,, +SWE,Sweden,1987,21509.328,,, +SWE,Sweden,1988,24215.824,,, +SWE,Sweden,1989,25328.697,,, +SWE,Sweden,1990,30196.057,,, +SWE,Sweden,1991,31409.213,,, +SWE,Sweden,1992,32374.68,,, +SWE,Sweden,1993,24107.838,,, +SWE,Sweden,1994,25776.156,,, +SWE,Sweden,1995,29947.461,,, +SWE,Sweden,1996,32626.951,,, +SWE,Sweden,1997,29938.021,,, +SWE,Sweden,1998,30191.506,,, +SWE,Sweden,1999,30614.232,,, +SWE,Sweden,2000,29323.207,,, +SWE,Sweden,2001,27010.447,,, +SWE,Sweden,2002,29618.688,,, +SWE,Sweden,2003,37008.598,.2,.5,.69999999 +SWE,Sweden,2004,42491.969,.5,.5,.69999999 +SWE,Sweden,2005,43134.715,.89999998,1.2,1.7 +SWE,Sweden,2006,46312.488,.2,.5,.69999999 +SWE,Sweden,2007,53387.941,.5,.5,.69999999 +SWE,Sweden,2008,55814.016,.5,.69999999,1 +SWE,Sweden,2009,46256.238,.5,.69999999,1 +SWE,Sweden,2010,52132.918,.5,.69999999,1.2 +SWE,Sweden,2011,59666.07,.5,.69999999,1 +SWE,Sweden,2012,57197.199,.5,.5,1 +SWE,Sweden,2013,60347.688,.69999999,.69999999,1.2 +SWE,Sweden,2014,59241.605,.5,.69999999,.89999998 +SWE,Sweden,2015,50832.551,.5,.69999999,1 +SWE,Sweden,2016,51617.539,,, +SWE,Sweden,2017,53253.477,,, +SWE,Sweden,2018,54111.973,,, +SWZ,Eswatini,1960,104.21251,,, +SWZ,Eswatini,1961,125.31186,,, +SWZ,Eswatini,1962,131.16171,,, +SWZ,Eswatini,1963,151.49619,,, +SWZ,Eswatini,1964,177.96594,,, +SWZ,Eswatini,1965,187.95139,,, +SWZ,Eswatini,1966,200.24298,,, +SWZ,Eswatini,1967,189.37854,,, +SWZ,Eswatini,1968,196.30315,,, +SWZ,Eswatini,1969,251.74602,,, +SWZ,Eswatini,1970,260.02777,,, +SWZ,Eswatini,1971,307.37027,,, +SWZ,Eswatini,1972,321.06943,,, +SWZ,Eswatini,1973,471.57108,,, +SWZ,Eswatini,1974,545.25537,,, +SWZ,Eswatini,1975,576.87927,,, +SWZ,Eswatini,1976,528.58734,,, +SWZ,Eswatini,1977,571.23932,,, +SWZ,Eswatini,1978,619.53229,,, +SWZ,Eswatini,1979,725.11395,,, +SWZ,Eswatini,1980,921.99225,,, +SWZ,Eswatini,1981,939.45013,,, +SWZ,Eswatini,1982,853.55127,,, +SWZ,Eswatini,1983,851.59235,,, +SWZ,Eswatini,1984,732.2973,,, +SWZ,Eswatini,1985,516.41425,,, +SWZ,Eswatini,1986,620.71545,,, +SWZ,Eswatini,1987,780.27063,,, +SWZ,Eswatini,1988,894.3465,,, +SWZ,Eswatini,1989,872.77307,,, +SWZ,Eswatini,1990,1355.3939,,, +SWZ,Eswatini,1991,1367.7848,,, +SWZ,Eswatini,1992,1481.8646,,, +SWZ,Eswatini,1993,1528.8925,,, +SWZ,Eswatini,1994,1563.7529,81.699997,91.900002,97 +SWZ,Eswatini,1995,1833.0895,,, +SWZ,Eswatini,1996,1695.1312,,, +SWZ,Eswatini,1997,1781.87,,, +SWZ,Eswatini,1998,1609.2207,,, +SWZ,Eswatini,1999,1557.0586,,, +SWZ,Eswatini,2000,1728.7053,48.400002,71.400002,85.099998 +SWZ,Eswatini,2001,1521.7676,,, +SWZ,Eswatini,2002,1405.4418,,, +SWZ,Eswatini,2003,2148.6199,,, +SWZ,Eswatini,2004,2699.1333,,, +SWZ,Eswatini,2005,3083.8262,,, +SWZ,Eswatini,2006,3176.7004,,, +SWZ,Eswatini,2007,3327.4419,,, +SWZ,Eswatini,2008,3137.3962,,, +SWZ,Eswatini,2009,3385.8428,42,64.400002,82 +SWZ,Eswatini,2010,4168.5049,,, +SWZ,Eswatini,2011,4496.6006,,, +SWZ,Eswatini,2012,4469.4575,,, +SWZ,Eswatini,2013,4196.3096,,, +SWZ,Eswatini,2014,3997.4519,,, +SWZ,Eswatini,2015,3641.4087,,, +SWZ,Eswatini,2016,3426.8267,,, +SWZ,Eswatini,2017,3941.9004,,, +SWZ,Eswatini,2018,4139.9619,,, +SXM,Sint Maarten (Dutch part),1960,,,, +SXM,Sint Maarten (Dutch part),1961,,,, +SXM,Sint Maarten (Dutch part),1962,,,, +SXM,Sint Maarten (Dutch part),1963,,,, +SXM,Sint Maarten (Dutch part),1964,,,, +SXM,Sint Maarten (Dutch part),1965,,,, +SXM,Sint Maarten (Dutch part),1966,,,, +SXM,Sint Maarten (Dutch part),1967,,,, +SXM,Sint Maarten (Dutch part),1968,,,, +SXM,Sint Maarten (Dutch part),1969,,,, +SXM,Sint Maarten (Dutch part),1970,,,, +SXM,Sint Maarten (Dutch part),1971,,,, +SXM,Sint Maarten (Dutch part),1972,,,, +SXM,Sint Maarten (Dutch part),1973,,,, +SXM,Sint Maarten (Dutch part),1974,,,, +SXM,Sint Maarten (Dutch part),1975,,,, +SXM,Sint Maarten (Dutch part),1976,,,, +SXM,Sint Maarten (Dutch part),1977,,,, +SXM,Sint Maarten (Dutch part),1978,,,, +SXM,Sint Maarten (Dutch part),1979,,,, +SXM,Sint Maarten (Dutch part),1980,,,, +SXM,Sint Maarten (Dutch part),1981,,,, +SXM,Sint Maarten (Dutch part),1982,,,, +SXM,Sint Maarten (Dutch part),1983,,,, +SXM,Sint Maarten (Dutch part),1984,,,, +SXM,Sint Maarten (Dutch part),1985,,,, +SXM,Sint Maarten (Dutch part),1986,,,, +SXM,Sint Maarten (Dutch part),1987,,,, +SXM,Sint Maarten (Dutch part),1988,,,, +SXM,Sint Maarten (Dutch part),1989,,,, +SXM,Sint Maarten (Dutch part),1990,,,, +SXM,Sint Maarten (Dutch part),1991,,,, +SXM,Sint Maarten (Dutch part),1992,,,, +SXM,Sint Maarten (Dutch part),1993,,,, +SXM,Sint Maarten (Dutch part),1994,,,, +SXM,Sint Maarten (Dutch part),1995,,,, +SXM,Sint Maarten (Dutch part),1996,,,, +SXM,Sint Maarten (Dutch part),1997,,,, +SXM,Sint Maarten (Dutch part),1998,,,, +SXM,Sint Maarten (Dutch part),1999,,,, +SXM,Sint Maarten (Dutch part),2000,,,, +SXM,Sint Maarten (Dutch part),2001,,,, +SXM,Sint Maarten (Dutch part),2002,,,, +SXM,Sint Maarten (Dutch part),2003,,,, +SXM,Sint Maarten (Dutch part),2004,,,, +SXM,Sint Maarten (Dutch part),2005,,,, +SXM,Sint Maarten (Dutch part),2006,,,, +SXM,Sint Maarten (Dutch part),2007,,,, +SXM,Sint Maarten (Dutch part),2008,,,, +SXM,Sint Maarten (Dutch part),2009,,,, +SXM,Sint Maarten (Dutch part),2010,,,, +SXM,Sint Maarten (Dutch part),2011,,,, +SXM,Sint Maarten (Dutch part),2012,,,, +SXM,Sint Maarten (Dutch part),2013,,,, +SXM,Sint Maarten (Dutch part),2014,,,, +SXM,Sint Maarten (Dutch part),2015,,,, +SXM,Sint Maarten (Dutch part),2016,,,, +SXM,Sint Maarten (Dutch part),2017,,,, +SXM,Sint Maarten (Dutch part),2018,,,, +SYC,Seychelles,1960,288.05817,,, +SYC,Seychelles,1961,270.27966,,, +SYC,Seychelles,1962,287.0448,,, +SYC,Seychelles,1963,308.19525,,, +SYC,Seychelles,1964,332.30499,,, +SYC,Seychelles,1965,328.48489,,, +SYC,Seychelles,1966,337.64624,,, +SYC,Seychelles,1967,333.23383,,, +SYC,Seychelles,1968,314.35107,,, +SYC,Seychelles,1969,314.17984,,, +SYC,Seychelles,1970,343.8812,,, +SYC,Seychelles,1971,401.60803,,, +SYC,Seychelles,1972,546.95105,,, +SYC,Seychelles,1973,648.53192,,, +SYC,Seychelles,1974,744.50696,,, +SYC,Seychelles,1975,806.23267,,, +SYC,Seychelles,1976,814.47473,,, +SYC,Seychelles,1977,1044.353,,, +SYC,Seychelles,1978,1376.5466,,, +SYC,Seychelles,1979,2030.1359,,, +SYC,Seychelles,1980,2329.3533,,, +SYC,Seychelles,1981,2419.0344,,, +SYC,Seychelles,1982,2296.3076,,, +SYC,Seychelles,1983,2280.4517,,, +SYC,Seychelles,1984,2338.0757,,, +SYC,Seychelles,1985,2588.5527,,, +SYC,Seychelles,1986,3165.9451,,, +SYC,Seychelles,1987,3638.988,,, +SYC,Seychelles,1988,4128.1182,,, +SYC,Seychelles,1989,4407.2012,,, +SYC,Seychelles,1990,5302.8438,,, +SYC,Seychelles,1991,5314.6631,,, +SYC,Seychelles,1992,6128.4458,,, +SYC,Seychelles,1993,6559.1299,,, +SYC,Seychelles,1994,6555.5044,,, +SYC,Seychelles,1995,6748.9312,,, +SYC,Seychelles,1996,6583.2012,,, +SYC,Seychelles,1997,7280.9897,,, +SYC,Seychelles,1998,7715.918,,, +SYC,Seychelles,1999,7747.6123,,, +SYC,Seychelles,2000,7578.8511,,, +SYC,Seychelles,2001,7663.1372,,, +SYC,Seychelles,2002,8331.2617,,, +SYC,Seychelles,2003,8524.9609,,, +SYC,Seychelles,2004,10176.659,,, +SYC,Seychelles,2005,11092.511,,, +SYC,Seychelles,2006,12014.399,,, +SYC,Seychelles,2007,12154.83,,, +SYC,Seychelles,2008,11122.862,,, +SYC,Seychelles,2009,9706.9561,,, +SYC,Seychelles,2010,10804.685,,, +SYC,Seychelles,2011,12189.095,,, +SYC,Seychelles,2012,12006.683,,, +SYC,Seychelles,2013,14765.674,1.1,2.5,6.5999999 +SYC,Seychelles,2014,14700.334,,, +SYC,Seychelles,2015,14745.342,,, +SYC,Seychelles,2016,15077.839,,, +SYC,Seychelles,2017,15683.656,,, +SYC,Seychelles,2018,16433.936,,, +SYR,Syrian Arab Republic,1960,187.53737,,, +SYR,Syrian Arab Republic,1961,200.18335,,, +SYR,Syrian Arab Republic,1962,227.78867,,, +SYR,Syrian Arab Republic,1963,238.4373,,, +SYR,Syrian Arab Republic,1964,257.5784,,, +SYR,Syrian Arab Republic,1965,273.96222,,, +SYR,Syrian Arab Republic,1966,241.71225,,, +SYR,Syrian Arab Republic,1967,275.2673,,, +SYR,Syrian Arab Republic,1968,295.4494,,, +SYR,Syrian Arab Republic,1969,365.69376,,, +SYR,Syrian Arab Republic,1970,337.03958,,, +SYR,Syrian Arab Republic,1971,394.14215,,, +SYR,Syrian Arab Republic,1972,449.94394,,, +SYR,Syrian Arab Republic,1973,460.29507,,, +SYR,Syrian Arab Republic,1974,708.4212,,, +SYR,Syrian Arab Republic,1975,905.95007,,, +SYR,Syrian Arab Republic,1976,979.32776,,, +SYR,Syrian Arab Republic,1977,954.76324,,, +SYR,Syrian Arab Republic,1978,1112.6125,,, +SYR,Syrian Arab Republic,1979,1151.1754,,, +SYR,Syrian Arab Republic,1980,1462.6304,,, +SYR,Syrian Arab Republic,1981,1677.1262,,, +SYR,Syrian Arab Republic,1982,1699.5328,,, +SYR,Syrian Arab Republic,1983,1769.741,,, +SYR,Syrian Arab Republic,1984,1700.4761,,, +SYR,Syrian Arab Republic,1985,1540.4368,,, +SYR,Syrian Arab Republic,1986,1208.0044,,, +SYR,Syrian Arab Republic,1987,999.59192,,, +SYR,Syrian Arab Republic,1988,902.54956,,, +SYR,Syrian Arab Republic,1989,815.6485,,, +SYR,Syrian Arab Republic,1990,988.94867,,, +SYR,Syrian Arab Republic,1991,1012.9869,,, +SYR,Syrian Arab Republic,1992,1004.9973,,, +SYR,Syrian Arab Republic,1993,1009.649,,, +SYR,Syrian Arab Republic,1994,725.56805,,, +SYR,Syrian Arab Republic,1995,794.44513,,, +SYR,Syrian Arab Republic,1996,934.62305,,, +SYR,Syrian Arab Republic,1997,955.84393,,, +SYR,Syrian Arab Republic,1998,974.43878,,, +SYR,Syrian Arab Republic,1999,991.25085,,, +SYR,Syrian Arab Republic,2000,1177.6293,,, +SYR,Syrian Arab Republic,2001,1258.4473,,, +SYR,Syrian Arab Republic,2002,1263.2551,,, +SYR,Syrian Arab Republic,2003,1253.3951,,, +SYR,Syrian Arab Republic,2004,1407.1785,1.7,15.3,50.400002 +SYR,Syrian Arab Republic,2005,1571.7384,,, +SYR,Syrian Arab Republic,2006,1748.9056,,, +SYR,Syrian Arab Republic,2007,2032.6235,,, +SYR,Syrian Arab Republic,2008,,,, +SYR,Syrian Arab Republic,2009,,,, +SYR,Syrian Arab Republic,2010,,,, +SYR,Syrian Arab Republic,2011,,,, +SYR,Syrian Arab Republic,2012,,,, +SYR,Syrian Arab Republic,2013,,,, +SYR,Syrian Arab Republic,2014,,,, +SYR,Syrian Arab Republic,2015,,,, +SYR,Syrian Arab Republic,2016,,,, +SYR,Syrian Arab Republic,2017,,,, +SYR,Syrian Arab Republic,2018,,,, +TCA,Turks and Caicos Islands,1960,,,, +TCA,Turks and Caicos Islands,1961,,,, +TCA,Turks and Caicos Islands,1962,,,, +TCA,Turks and Caicos Islands,1963,,,, +TCA,Turks and Caicos Islands,1964,,,, +TCA,Turks and Caicos Islands,1965,,,, +TCA,Turks and Caicos Islands,1966,,,, +TCA,Turks and Caicos Islands,1967,,,, +TCA,Turks and Caicos Islands,1968,,,, +TCA,Turks and Caicos Islands,1969,,,, +TCA,Turks and Caicos Islands,1970,,,, +TCA,Turks and Caicos Islands,1971,,,, +TCA,Turks and Caicos Islands,1972,,,, +TCA,Turks and Caicos Islands,1973,,,, +TCA,Turks and Caicos Islands,1974,,,, +TCA,Turks and Caicos Islands,1975,,,, +TCA,Turks and Caicos Islands,1976,,,, +TCA,Turks and Caicos Islands,1977,,,, +TCA,Turks and Caicos Islands,1978,,,, +TCA,Turks and Caicos Islands,1979,,,, +TCA,Turks and Caicos Islands,1980,,,, +TCA,Turks and Caicos Islands,1981,,,, +TCA,Turks and Caicos Islands,1982,,,, +TCA,Turks and Caicos Islands,1983,,,, +TCA,Turks and Caicos Islands,1984,,,, +TCA,Turks and Caicos Islands,1985,,,, +TCA,Turks and Caicos Islands,1986,,,, +TCA,Turks and Caicos Islands,1987,,,, +TCA,Turks and Caicos Islands,1988,,,, +TCA,Turks and Caicos Islands,1989,,,, +TCA,Turks and Caicos Islands,1990,,,, +TCA,Turks and Caicos Islands,1991,,,, +TCA,Turks and Caicos Islands,1992,,,, +TCA,Turks and Caicos Islands,1993,,,, +TCA,Turks and Caicos Islands,1994,,,, +TCA,Turks and Caicos Islands,1995,,,, +TCA,Turks and Caicos Islands,1996,,,, +TCA,Turks and Caicos Islands,1997,,,, +TCA,Turks and Caicos Islands,1998,,,, +TCA,Turks and Caicos Islands,1999,,,, +TCA,Turks and Caicos Islands,2000,,,, +TCA,Turks and Caicos Islands,2001,16629.342,,, +TCA,Turks and Caicos Islands,2002,15784.604,,, +TCA,Turks and Caicos Islands,2003,16382.938,,, +TCA,Turks and Caicos Islands,2004,18187.221,,, +TCA,Turks and Caicos Islands,2005,20533.916,,, +TCA,Turks and Caicos Islands,2006,24561.65,,, +TCA,Turks and Caicos Islands,2007,25456.303,,, +TCA,Turks and Caicos Islands,2008,27648.344,,, +TCA,Turks and Caicos Islands,2009,22019.658,,, +TCA,Turks and Caicos Islands,2010,21028.408,,, +TCA,Turks and Caicos Islands,2011,21835.084,,, +TCA,Turks and Caicos Islands,2012,21009.887,,, +TCA,Turks and Caicos Islands,2013,21328.979,,, +TCA,Turks and Caicos Islands,2014,23296.336,,, +TCA,Turks and Caicos Islands,2015,24832.596,,, +TCA,Turks and Caicos Islands,2016,25995.172,,, +TCA,Turks and Caicos Islands,2017,25933.607,,, +TCA,Turks and Caicos Islands,2018,27142.229,,, +TCD,Chad,1960,104.47154,,, +TCD,Chad,1961,109.12914,,, +TCD,Chad,1962,114.58144,,, +TCD,Chad,1963,116.77669,,, +TCD,Chad,1964,120.8208,,, +TCD,Chad,1965,125.97536,,, +TCD,Chad,1966,128.34242,,, +TCD,Chad,1967,130.96048,,, +TCD,Chad,1968,129.73225,,, +TCD,Chad,1969,132.17014,,, +TCD,Chad,1970,128.79192,,, +TCD,Chad,1971,134.68633,,, +TCD,Chad,1972,153.44368,,, +TCD,Chad,1973,165.61357,,, +TCD,Chad,1974,163.13641,,, +TCD,Chad,1975,211.4684,,, +TCD,Chad,1976,207.52863,,, +TCD,Chad,1977,219.81339,,, +TCD,Chad,1978,256.82394,,, +TCD,Chad,1979,227.0799,,, +TCD,Chad,1980,228.82233,,, +TCD,Chad,1981,190.10757,,, +TCD,Chad,1982,176.84213,,, +TCD,Chad,1983,172.26004,,, +TCD,Chad,1984,185.39445,,, +TCD,Chad,1985,202.74551,,, +TCD,Chad,1986,203.50117,,, +TCD,Chad,1987,214.93806,,, +TCD,Chad,1988,265.24088,,, +TCD,Chad,1989,248.3038,,, +TCD,Chad,1990,291.55325,,, +TCD,Chad,1991,304.87476,,, +TCD,Chad,1992,296.03937,,, +TCD,Chad,1993,222.92328,,, +TCD,Chad,1994,173.99037,,, +TCD,Chad,1995,206.26106,,, +TCD,Chad,1996,221.673,,, +TCD,Chad,1997,205.86272,,, +TCD,Chad,1998,224.55388,,, +TCD,Chad,1999,190.55898,,, +TCD,Chad,2000,165.76299,,, +TCD,Chad,2001,196.97369,,, +TCD,Chad,2002,220.37598,,, +TCD,Chad,2003,291.94485,62.900002,85.599998,96 +TCD,Chad,2004,453.52182,,, +TCD,Chad,2005,658.30493,,, +TCD,Chad,2006,709.7652,,, +TCD,Chad,2007,798.54797,,, +TCD,Chad,2008,925.63611,,, +TCD,Chad,2009,800.46423,,, +TCD,Chad,2010,891.69879,,, +TCD,Chad,2011,983.4472,38.400002,66.5,86.199997 +TCD,Chad,2012,967.40814,,, +TCD,Chad,2013,979.53394,,, +TCD,Chad,2014,1018.931,,, +TCD,Chad,2015,775.70752,,, +TCD,Chad,2016,692.97858,,, +TCD,Chad,2017,664.30334,,, +TCD,Chad,2018,730.24463,,, +TGO,Togo,1960,76.638451,,, +TGO,Togo,1961,79.120132,,, +TGO,Togo,1962,81.994751,,, +TGO,Togo,1963,87.791977,,, +TGO,Togo,1964,99.937889,,, +TGO,Togo,1965,109.62019,,, +TGO,Togo,1966,121.83356,,, +TGO,Togo,1967,124.87939,,, +TGO,Togo,1968,124.34957,,, +TGO,Togo,1969,131.56987,,, +TGO,Togo,1970,120.05388,,, +TGO,Togo,1971,131.09874,,, +TGO,Togo,1972,149.35056,,, +TGO,Togo,1973,176.47374,,, +TGO,Togo,1974,237.81401,,, +TGO,Togo,1975,256.10266,,, +TGO,Togo,1976,251.32663,,, +TGO,Togo,1977,308.69498,,, +TGO,Togo,1978,319.94193,,, +TGO,Togo,1979,337.44931,,, +TGO,Togo,1980,417.66852,,, +TGO,Togo,1981,342.19131,,, +TGO,Togo,1982,281.81036,,, +TGO,Togo,1983,252.97437,,, +TGO,Togo,1984,228.64825,,, +TGO,Togo,1985,234.35632,,, +TGO,Togo,1986,315.46194,,, +TGO,Togo,1987,359.79062,,, +TGO,Togo,1988,385.42554,,, +TGO,Togo,1989,367.79257,,, +TGO,Togo,1990,431.45016,,, +TGO,Togo,1991,414.78207,,, +TGO,Togo,1992,429.04202,,, +TGO,Togo,1993,306.15057,,, +TGO,Togo,1994,238.46539,,, +TGO,Togo,1995,309.81845,,, +TGO,Togo,1996,336.97723,,, +TGO,Togo,1997,334.1434,,, +TGO,Togo,1998,342.65826,,, +TGO,Togo,1999,329.69598,,, +TGO,Togo,2000,302.20639,,, +TGO,Togo,2001,292.56735,,, +TGO,Togo,2002,326.85559,,, +TGO,Togo,2003,396.03003,,, +TGO,Togo,2004,412.58939,,, +TGO,Togo,2005,406.40094,,, +TGO,Togo,2006,407.6947,55.599998,77.699997,91.5 +TGO,Togo,2007,449.14423,,, +TGO,Togo,2008,544.14752,,, +TGO,Togo,2009,538.44196,,, +TGO,Togo,2010,533.50879,,, +TGO,Togo,2011,586.32886,54.200001,75.400002,90.099998 +TGO,Togo,2012,571.83942,,, +TGO,Togo,2013,621.22229,,, +TGO,Togo,2014,640.0816,,, +TGO,Togo,2015,570.68073,49.200001,73.199997,90.099998 +TGO,Togo,2016,587.87439,,, +TGO,Togo,2017,619.06635,,, +TGO,Togo,2018,671.8407,,, +THA,Thailand,1960,100.76748,,, +THA,Thailand,1961,107.49799,,, +THA,Thailand,1962,113.78288,,, +THA,Thailand,1963,118.14394,,, +THA,Thailand,1964,125.93868,,, +THA,Thailand,1965,137.91862,,, +THA,Thailand,1966,161.00552,,, +THA,Thailand,1967,166.9231,,, +THA,Thailand,1968,174.78481,,, +THA,Thailand,1969,186.87915,,, +THA,Thailand,1970,192.12762,,, +THA,Thailand,1971,194.26668,,, +THA,Thailand,1972,209.37473,,, +THA,Thailand,1973,269.88794,,, +THA,Thailand,1974,332.17523,,, +THA,Thailand,1975,351.61929,,, +THA,Thailand,1976,391.56937,,, +THA,Thailand,1977,445.42084,,, +THA,Thailand,1978,528.62677,,, +THA,Thailand,1979,589.88501,,, +THA,Thailand,1980,682.92987,,, +THA,Thailand,1981,721.05927,19.6,43.099998,69.599998 +THA,Thailand,1982,742.85107,,, +THA,Thailand,1983,798.08044,,, +THA,Thailand,1984,818.03894,,, +THA,Thailand,1985,747.70343,,, +THA,Thailand,1986,813.45166,,, +THA,Thailand,1987,936.78027,,, +THA,Thailand,1988,1123.4376,14.3,40,68.5 +THA,Thailand,1989,1295.4647,,, +THA,Thailand,1990,1508.9427,9.3999996,36.200001,64.699997 +THA,Thailand,1991,1716.4156,,, +THA,Thailand,1992,1927.8827,6.5999999,29.1,58 +THA,Thailand,1993,2209.3718,,, +THA,Thailand,1994,2491.428,3.2,19.5,50.900002 +THA,Thailand,1995,2846.5833,,, +THA,Thailand,1996,3043.9812,2.2,15.2,45.400002 +THA,Thailand,1997,2468.1792,,, +THA,Thailand,1998,1845.8312,1.5,14.6,44.299999 +THA,Thailand,1999,2033.2559,2.5,18.4,48.299999 +THA,Thailand,2000,2007.7363,2.5,18.6,48.900002 +THA,Thailand,2001,1893.2683,,, +THA,Thailand,2002,2096.188,1.1,12.1,40.099998 +THA,Thailand,2003,2359.1165,,, +THA,Thailand,2004,2660.1228,.80000001,9,33.900002 +THA,Thailand,2005,2894.062,,, +THA,Thailand,2006,3369.5479,.69999999,6.1999998,27.1 +THA,Thailand,2007,3973.0195,.30000001,4.4000001,24.799999 +THA,Thailand,2008,4379.6597,.1,3.4000001,23 +THA,Thailand,2009,4213.0015,.2,3,20.299999 +THA,Thailand,2010,5076.3428,.1,2.5,17.799999 +THA,Thailand,2011,5492.1152,0,1.4,13.7 +THA,Thailand,2012,5860.5806,.1,1.5,13.7 +THA,Thailand,2013,6168.2651,0,1.1,11.6 +THA,Thailand,2014,5951.8838,0,.89999998,10.6 +THA,Thailand,2015,5840.0469,0,.5,7.0999999 +THA,Thailand,2016,5978.6113,0,.60000002,8.3999996 +THA,Thailand,2017,6578.189,0,.5,7.8000002 +THA,Thailand,2018,7273.563,,, +TJK,Tajikistan,1960,,,, +TJK,Tajikistan,1961,,,, +TJK,Tajikistan,1962,,,, +TJK,Tajikistan,1963,,,, +TJK,Tajikistan,1964,,,, +TJK,Tajikistan,1965,,,, +TJK,Tajikistan,1966,,,, +TJK,Tajikistan,1967,,,, +TJK,Tajikistan,1968,,,, +TJK,Tajikistan,1969,,,, +TJK,Tajikistan,1970,,,, +TJK,Tajikistan,1971,,,, +TJK,Tajikistan,1972,,,, +TJK,Tajikistan,1973,,,, +TJK,Tajikistan,1974,,,, +TJK,Tajikistan,1975,,,, +TJK,Tajikistan,1976,,,, +TJK,Tajikistan,1977,,,, +TJK,Tajikistan,1978,,,, +TJK,Tajikistan,1979,,,, +TJK,Tajikistan,1980,,,, +TJK,Tajikistan,1981,,,, +TJK,Tajikistan,1982,,,, +TJK,Tajikistan,1983,,,, +TJK,Tajikistan,1984,,,, +TJK,Tajikistan,1985,,,, +TJK,Tajikistan,1986,,,, +TJK,Tajikistan,1987,,,, +TJK,Tajikistan,1988,,,, +TJK,Tajikistan,1989,,,, +TJK,Tajikistan,1990,497.63202,,, +TJK,Tajikistan,1991,469.33792,,, +TJK,Tajikistan,1992,346.97842,,, +TJK,Tajikistan,1993,294.40387,,, +TJK,Tajikistan,1994,268.00031,,, +TJK,Tajikistan,1995,213.63535,,, +TJK,Tajikistan,1996,178.36122,,, +TJK,Tajikistan,1997,155.18849,,, +TJK,Tajikistan,1998,219.0405,,, +TJK,Tajikistan,1999,177.55972,54.400002,87.099998,98.099998 +TJK,Tajikistan,2000,138.42888,,, +TJK,Tajikistan,2001,171.04799,,, +TJK,Tajikistan,2002,190.0025,,, +TJK,Tajikistan,2003,237.75745,30.799999,66.800003,90.699997 +TJK,Tajikistan,2004,311.62732,15.4,47.900002,80.599998 +TJK,Tajikistan,2005,340.58304,,, +TJK,Tajikistan,2006,408.83859,,, +TJK,Tajikistan,2007,526.64294,10.4,34.700001,74 +TJK,Tajikistan,2008,715.86511,,, +TJK,Tajikistan,2009,676.12341,4.6999998,25.700001,63.599998 +TJK,Tajikistan,2010,749.55273,,, +TJK,Tajikistan,2011,847.38208,,, +TJK,Tajikistan,2012,969.29645,,, +TJK,Tajikistan,2013,1048.2273,,, +TJK,Tajikistan,2014,1104.1716,,, +TJK,Tajikistan,2015,929.09589,4.8000002,20.299999,54.200001 +TJK,Tajikistan,2016,802.51801,,, +TJK,Tajikistan,2017,806.04156,,, +TJK,Tajikistan,2018,826.62152,,, +TKM,Turkmenistan,1960,,,, +TKM,Turkmenistan,1961,,,, +TKM,Turkmenistan,1962,,,, +TKM,Turkmenistan,1963,,,, +TKM,Turkmenistan,1964,,,, +TKM,Turkmenistan,1965,,,, +TKM,Turkmenistan,1966,,,, +TKM,Turkmenistan,1967,,,, +TKM,Turkmenistan,1968,,,, +TKM,Turkmenistan,1969,,,, +TKM,Turkmenistan,1970,,,, +TKM,Turkmenistan,1971,,,, +TKM,Turkmenistan,1972,,,, +TKM,Turkmenistan,1973,,,, +TKM,Turkmenistan,1974,,,, +TKM,Turkmenistan,1975,,,, +TKM,Turkmenistan,1976,,,, +TKM,Turkmenistan,1977,,,, +TKM,Turkmenistan,1978,,,, +TKM,Turkmenistan,1979,,,, +TKM,Turkmenistan,1980,,,, +TKM,Turkmenistan,1981,,,, +TKM,Turkmenistan,1982,,,, +TKM,Turkmenistan,1983,,,, +TKM,Turkmenistan,1984,,,, +TKM,Turkmenistan,1985,,,, +TKM,Turkmenistan,1986,,,, +TKM,Turkmenistan,1987,684.22046,,, +TKM,Turkmenistan,1988,861.78387,,, +TKM,Turkmenistan,1989,838.56635,,, +TKM,Turkmenistan,1990,865.78943,,, +TKM,Turkmenistan,1991,846.64618,,, +TKM,Turkmenistan,1992,820.68427,,, +TKM,Turkmenistan,1993,792.66846,,, +TKM,Turkmenistan,1994,622.37061,,, +TKM,Turkmenistan,1995,589.90546,,, +TKM,Turkmenistan,1996,554.83276,,, +TKM,Turkmenistan,1997,562.63702,,, +TKM,Turkmenistan,1998,590.39319,51.400002,77.800003,92.5 +TKM,Turkmenistan,1999,548.69916,,, +TKM,Turkmenistan,2000,643.17474,,, +TKM,Turkmenistan,2001,774.48285,,, +TKM,Turkmenistan,2002,967.89014,,, +TKM,Turkmenistan,2003,1283.9113,,, +TKM,Turkmenistan,2004,1453.9163,,, +TKM,Turkmenistan,2005,1704.4175,,, +TKM,Turkmenistan,2006,2136.4744,,, +TKM,Turkmenistan,2007,2600.3694,,, +TKM,Turkmenistan,2008,3904.4636,,, +TKM,Turkmenistan,2009,4036.4561,,, +TKM,Turkmenistan,2010,4439.2002,,, +TKM,Turkmenistan,2011,5649.9521,,, +TKM,Turkmenistan,2012,6675.1855,,, +TKM,Turkmenistan,2013,7304.2871,,, +TKM,Turkmenistan,2014,7962.2393,,, +TKM,Turkmenistan,2015,6432.6807,,, +TKM,Turkmenistan,2016,6389.5483,,, +TKM,Turkmenistan,2017,6587.0903,,, +TKM,Turkmenistan,2018,6966.6353,,, +TLS,Timor-Leste,1960,,,, +TLS,Timor-Leste,1961,,,, +TLS,Timor-Leste,1962,,,, +TLS,Timor-Leste,1963,,,, +TLS,Timor-Leste,1964,,,, +TLS,Timor-Leste,1965,,,, +TLS,Timor-Leste,1966,,,, +TLS,Timor-Leste,1967,,,, +TLS,Timor-Leste,1968,,,, +TLS,Timor-Leste,1969,,,, +TLS,Timor-Leste,1970,,,, +TLS,Timor-Leste,1971,,,, +TLS,Timor-Leste,1972,,,, +TLS,Timor-Leste,1973,,,, +TLS,Timor-Leste,1974,,,, +TLS,Timor-Leste,1975,,,, +TLS,Timor-Leste,1976,,,, +TLS,Timor-Leste,1977,,,, +TLS,Timor-Leste,1978,,,, +TLS,Timor-Leste,1979,,,, +TLS,Timor-Leste,1980,,,, +TLS,Timor-Leste,1981,,,, +TLS,Timor-Leste,1982,,,, +TLS,Timor-Leste,1983,,,, +TLS,Timor-Leste,1984,,,, +TLS,Timor-Leste,1985,,,, +TLS,Timor-Leste,1986,,,, +TLS,Timor-Leste,1987,,,, +TLS,Timor-Leste,1988,,,, +TLS,Timor-Leste,1989,,,, +TLS,Timor-Leste,1990,,,, +TLS,Timor-Leste,1991,,,, +TLS,Timor-Leste,1992,,,, +TLS,Timor-Leste,1993,,,, +TLS,Timor-Leste,1994,,,, +TLS,Timor-Leste,1995,,,, +TLS,Timor-Leste,1996,,,, +TLS,Timor-Leste,1997,,,, +TLS,Timor-Leste,1998,,,, +TLS,Timor-Leste,1999,,,, +TLS,Timor-Leste,2000,497.13141,,, +TLS,Timor-Leste,2001,574.45673,46,75.699997,93.199997 +TLS,Timor-Leste,2002,553.46307,,, +TLS,Timor-Leste,2003,573.65753,,, +TLS,Timor-Leste,2004,1109.5602,,, +TLS,Timor-Leste,2005,1822.575,,, +TLS,Timor-Leste,2006,2614.875,,, +TLS,Timor-Leste,2007,2779.875,47,83.099998,97.599998 +TLS,Timor-Leste,2008,4160.7344,,, +TLS,Timor-Leste,2009,2978.4373,,, +TLS,Timor-Leste,2010,3656.9521,,, +TLS,Timor-Leste,2011,5095.4893,,, +TLS,Timor-Leste,2012,5879.6997,,, +TLS,Timor-Leste,2013,4888.3169,,, +TLS,Timor-Leste,2014,3441.6506,30.700001,73.300003,94 +TLS,Timor-Leste,2015,2585.1538,,, +TLS,Timor-Leste,2016,2053.2737,,, +TLS,Timor-Leste,2017,2000.6012,,, +TLS,Timor-Leste,2018,2035.5339,,, +TON,Tonga,1960,,,, +TON,Tonga,1961,,,, +TON,Tonga,1962,,,, +TON,Tonga,1963,,,, +TON,Tonga,1964,,,, +TON,Tonga,1965,,,, +TON,Tonga,1966,,,, +TON,Tonga,1967,,,, +TON,Tonga,1968,,,, +TON,Tonga,1969,,,, +TON,Tonga,1970,,,, +TON,Tonga,1971,,,, +TON,Tonga,1972,,,, +TON,Tonga,1973,,,, +TON,Tonga,1974,,,, +TON,Tonga,1975,368.06473,,, +TON,Tonga,1976,336.60284,,, +TON,Tonga,1977,378.17938,,, +TON,Tonga,1978,455.10999,,, +TON,Tonga,1979,484.10068,,, +TON,Tonga,1980,572.86761,,, +TON,Tonga,1981,666.3385,,, +TON,Tonga,1982,662.83105,,, +TON,Tonga,1983,649.36108,,, +TON,Tonga,1984,685.03809,,, +TON,Tonga,1985,639.62964,,, +TON,Tonga,1986,724.80927,,, +TON,Tonga,1987,865.84253,,, +TON,Tonga,1988,1127.5625,,, +TON,Tonga,1989,1121.178,,, +TON,Tonga,1990,1194.541,,, +TON,Tonga,1991,1387.9968,,, +TON,Tonga,1992,1436.7687,,, +TON,Tonga,1993,1449.2909,,, +TON,Tonga,1994,2024.0022,,, +TON,Tonga,1995,2110.3923,,, +TON,Tonga,1996,2280.8428,,, +TON,Tonga,1997,2195.791,,, +TON,Tonga,1998,1944.5852,,, +TON,Tonga,1999,2017.6718,,, +TON,Tonga,2000,2065.5027,,, +TON,Tonga,2001,1840.2915,2.8,8.3999996,29.200001 +TON,Tonga,2002,1845.4186,,, +TON,Tonga,2003,2033.7909,,, +TON,Tonga,2004,2288.593,,, +TON,Tonga,2005,2598.2473,,, +TON,Tonga,2006,2892.0391,,, +TON,Tonga,2007,2925.9128,,, +TON,Tonga,2008,3380.6133,,, +TON,Tonga,2009,3062.5332,1.1,8.8999996,31.9 +TON,Tonga,2010,3553.2207,,, +TON,Tonga,2011,4084.624,,, +TON,Tonga,2012,4597.7422,,, +TON,Tonga,2013,4428.5664,,, +TON,Tonga,2014,4393.9409,,, +TON,Tonga,2015,4320.6382,1,7.5,27.5 +TON,Tonga,2016,3966.1565,,, +TON,Tonga,2017,4217.4766,,, +TON,Tonga,2018,4364.0156,,, +TTO,Trinidad and Tobago,1960,631.70209,,, +TTO,Trinidad and Tobago,1961,676.39807,,, +TTO,Trinidad and Tobago,1962,704.21918,,, +TTO,Trinidad and Tobago,1963,760.40131,,, +TTO,Trinidad and Tobago,1964,788.70276,,, +TTO,Trinidad and Tobago,1965,807.87427,,, +TTO,Trinidad and Tobago,1966,787.33923,,, +TTO,Trinidad and Tobago,1967,823.5545,,, +TTO,Trinidad and Tobago,1968,815.32446,,, +TTO,Trinidad and Tobago,1969,831.42511,,, +TTO,Trinidad and Tobago,1970,869.35138,,, +TTO,Trinidad and Tobago,1971,938.28174,,, +TTO,Trinidad and Tobago,1972,1119.0381,,, +TTO,Trinidad and Tobago,1973,1332.7761,,, +TTO,Trinidad and Tobago,1974,2049.2185,,, +TTO,Trinidad and Tobago,1975,2416.2437,,, +TTO,Trinidad and Tobago,1976,2439.1704,,, +TTO,Trinidad and Tobago,1977,3020.2371,,, +TTO,Trinidad and Tobago,1978,3381.241,,, +TTO,Trinidad and Tobago,1979,4306.7979,,, +TTO,Trinidad and Tobago,1980,5748.668,,, +TTO,Trinidad and Tobago,1981,6345.001,,, +TTO,Trinidad and Tobago,1982,7268.0996,,, +TTO,Trinidad and Tobago,1983,6821.8501,,, +TTO,Trinidad and Tobago,1984,6715.6592,,, +TTO,Trinidad and Tobago,1985,6302.6685,,, +TTO,Trinidad and Tobago,1986,4051.48,,, +TTO,Trinidad and Tobago,1987,4016.4194,,, +TTO,Trinidad and Tobago,1988,3734.4524,.69999999,8.3000002,22.299999 +TTO,Trinidad and Tobago,1989,3564.3599,,, +TTO,Trinidad and Tobago,1990,4150.3018,,, +TTO,Trinidad and Tobago,1991,4318.52,,, +TTO,Trinidad and Tobago,1992,4398.5024,3.4000001,13.1,32.900002 +TTO,Trinidad and Tobago,1993,3754.7671,,, +TTO,Trinidad and Tobago,1994,3959.2852,,, +TTO,Trinidad and Tobago,1995,4249.0942,,, +TTO,Trinidad and Tobago,1996,4579.9707,,, +TTO,Trinidad and Tobago,1997,4554.3203,,, +TTO,Trinidad and Tobago,1998,4790.1392,,, +TTO,Trinidad and Tobago,1999,5387.1387,,, +TTO,Trinidad and Tobago,2000,6435.1646,,, +TTO,Trinidad and Tobago,2001,6939.8013,,, +TTO,Trinidad and Tobago,2002,7053.0708,,, +TTO,Trinidad and Tobago,2003,8807.9004,,, +TTO,Trinidad and Tobago,2004,10293.806,,, +TTO,Trinidad and Tobago,2005,12327.233,,, +TTO,Trinidad and Tobago,2006,14102.496,,, +TTO,Trinidad and Tobago,2007,16539.879,,, +TTO,Trinidad and Tobago,2008,21204.105,,, +TTO,Trinidad and Tobago,2009,14514.142,,, +TTO,Trinidad and Tobago,2010,16683.355,,, +TTO,Trinidad and Tobago,2011,19034.148,,, +TTO,Trinidad and Tobago,2012,19161.959,,, +TTO,Trinidad and Tobago,2013,20026.787,,, +TTO,Trinidad and Tobago,2014,20169.652,,, +TTO,Trinidad and Tobago,2015,18332.49,,, +TTO,Trinidad and Tobago,2016,15786.12,,, +TTO,Trinidad and Tobago,2017,16076.082,,, +TTO,Trinidad and Tobago,2018,16843.701,,, +TUN,Tunisia,1960,,,, +TUN,Tunisia,1961,,,, +TUN,Tunisia,1962,,,, +TUN,Tunisia,1963,,,, +TUN,Tunisia,1964,,,, +TUN,Tunisia,1965,217.91127,,, +TUN,Tunisia,1966,224.29485,,, +TUN,Tunisia,1967,229.02896,,, +TUN,Tunisia,1968,250.69386,,, +TUN,Tunisia,1969,260.40848,,, +TUN,Tunisia,1970,284.22046,,, +TUN,Tunisia,1971,325.56433,,, +TUN,Tunisia,1972,422.85645,,, +TUN,Tunisia,1973,504.82794,,, +TUN,Tunisia,1974,641.10461,,, +TUN,Tunisia,1975,765.18939,,, +TUN,Tunisia,1976,779.04541,,, +TUN,Tunisia,1977,863.06659,,, +TUN,Tunisia,1978,984.80121,,, +TUN,Tunisia,1979,1157.3779,,, +TUN,Tunisia,1980,1371.8357,,, +TUN,Tunisia,1981,1286.5542,,, +TUN,Tunisia,1982,1206.6414,,, +TUN,Tunisia,1983,1203.6584,,, +TUN,Tunisia,1984,1156.9137,,, +TUN,Tunisia,1985,1147.4286,15,37.799999,66.699997 +TUN,Tunisia,1986,1199.5619,,, +TUN,Tunisia,1987,1259.1356,,, +TUN,Tunisia,1988,1281.2014,,, +TUN,Tunisia,1989,1253.3265,,, +TUN,Tunisia,1990,1491.1221,10.6,30.4,59.400002 +TUN,Tunisia,1991,1551.377,,, +TUN,Tunisia,1992,1799.1104,,, +TUN,Tunisia,1993,1660.8754,,, +TUN,Tunisia,1994,1743.1545,,, +TUN,Tunisia,1995,1975.9003,11.7,31.5,60 +TUN,Tunisia,1996,2113.5862,,, +TUN,Tunisia,1997,2208.2053,,, +TUN,Tunisia,1998,2292.7129,,, +TUN,Tunisia,1999,2386.5894,,, +TUN,Tunisia,2000,2211.8269,5.9000001,22.799999,50.400002 +TUN,Tunisia,2001,2253.0447,,, +TUN,Tunisia,2002,2344.4136,,, +TUN,Tunisia,2003,2760.4143,,, +TUN,Tunisia,2004,3111.3828,,, +TUN,Tunisia,2005,3193.2065,3.3,15.1,41.200001 +TUN,Tunisia,2006,3370.0339,,, +TUN,Tunisia,2007,3775.75,,, +TUN,Tunisia,2008,4307.1558,,, +TUN,Tunisia,2009,4128.4629,,, +TUN,Tunisia,2010,4141.9766,2,9.1000004,30.299999 +TUN,Tunisia,2011,4264.6748,,, +TUN,Tunisia,2012,4152.6787,,, +TUN,Tunisia,2013,4222.7031,,, +TUN,Tunisia,2014,4305.4741,,, +TUN,Tunisia,2015,3859.8145,.30000001,3.2,18.299999 +TUN,Tunisia,2016,3698.5652,,, +TUN,Tunisia,2017,3494.3188,,, +TUN,Tunisia,2018,3446.6072,,, +TUR,Turkey,1960,509.42386,,, +TUR,Turkey,1961,283.82828,,, +TUR,Turkey,1962,309.44666,,, +TUR,Turkey,1963,350.66296,,, +TUR,Turkey,1964,369.58344,,, +TUR,Turkey,1965,386.35809,,, +TUR,Turkey,1966,444.54944,,, +TUR,Turkey,1967,481.6937,,, +TUR,Turkey,1968,526.2135,,, +TUR,Turkey,1969,571.6178,,, +TUR,Turkey,1970,489.93027,,, +TUR,Turkey,1971,455.10492,,, +TUR,Turkey,1972,558.42102,,, +TUR,Turkey,1973,686.48993,,, +TUR,Turkey,1974,927.79907,,, +TUR,Turkey,1975,1136.3754,,, +TUR,Turkey,1976,1275.9564,,, +TUR,Turkey,1977,1427.3716,,, +TUR,Turkey,1978,1549.644,,, +TUR,Turkey,1979,2079.2205,,, +TUR,Turkey,1980,1564.2472,,, +TUR,Turkey,1981,1579.0737,,, +TUR,Turkey,1982,1402.4065,,, +TUR,Turkey,1983,1310.2556,,, +TUR,Turkey,1984,1246.8246,,, +TUR,Turkey,1985,1368.4014,,, +TUR,Turkey,1986,1510.6765,,, +TUR,Turkey,1987,1705.8945,2.4000001,14.1,40.599998 +TUR,Turkey,1988,1745.3649,,, +TUR,Turkey,1989,2021.8593,,, +TUR,Turkey,1990,2794.3503,,, +TUR,Turkey,1991,2735.7078,,, +TUR,Turkey,1992,2842.3699,,, +TUR,Turkey,1993,3180.1877,,, +TUR,Turkey,1994,2270.3374,3.2,15.1,39.099998 +TUR,Turkey,1995,2897.8665,,, +TUR,Turkey,1996,3053.947,,, +TUR,Turkey,1997,3144.3857,,, +TUR,Turkey,1998,4496.4966,,, +TUR,Turkey,1999,4108.123,,, +TUR,Turkey,2000,4316.5488,,, +TUR,Turkey,2001,3119.5657,,, +TUR,Turkey,2002,3659.9399,2.5,13,35 +TUR,Turkey,2003,4718.1997,4.1999998,15.1,38.5 +TUR,Turkey,2004,6040.6079,2.2,10.2,28.1 +TUR,Turkey,2005,7384.2515,2.5999999,10,25.700001 +TUR,Turkey,2006,8035.3774,1.9,8.3000002,23.200001 +TUR,Turkey,2007,9711.874,1.4,6.6999998,19.799999 +TUR,Turkey,2008,10854.172,.60000002,6,16.9 +TUR,Turkey,2009,9038.5205,.89999998,5,16.700001 +TUR,Turkey,2010,10672.39,.80000001,4.5,15.9 +TUR,Turkey,2011,11335.511,.30000001,4.0999999,13.6 +TUR,Turkey,2012,11707.26,.30000001,3.4000001,13 +TUR,Turkey,2013,12519.392,.30000001,2.9000001,11.4 +TUR,Turkey,2014,12095.854,.30000001,2.4000001,10.5 +TUR,Turkey,2015,10948.725,.30000001,2.7,11.5 +TUR,Turkey,2016,10820.634,.2,1.8,9.8999996 +TUR,Turkey,2017,10499.745,,, +TUR,Turkey,2018,9311.3662,,, +TUV,Tuvalu,1960,,,, +TUV,Tuvalu,1961,,,, +TUV,Tuvalu,1962,,,, +TUV,Tuvalu,1963,,,, +TUV,Tuvalu,1964,,,, +TUV,Tuvalu,1965,,,, +TUV,Tuvalu,1966,,,, +TUV,Tuvalu,1967,,,, +TUV,Tuvalu,1968,,,, +TUV,Tuvalu,1969,,,, +TUV,Tuvalu,1970,,,, +TUV,Tuvalu,1971,,,, +TUV,Tuvalu,1972,,,, +TUV,Tuvalu,1973,,,, +TUV,Tuvalu,1974,,,, +TUV,Tuvalu,1975,,,, +TUV,Tuvalu,1976,,,, +TUV,Tuvalu,1977,,,, +TUV,Tuvalu,1978,,,, +TUV,Tuvalu,1979,,,, +TUV,Tuvalu,1980,,,, +TUV,Tuvalu,1981,,,, +TUV,Tuvalu,1982,,,, +TUV,Tuvalu,1983,,,, +TUV,Tuvalu,1984,,,, +TUV,Tuvalu,1985,,,, +TUV,Tuvalu,1986,,,, +TUV,Tuvalu,1987,,,, +TUV,Tuvalu,1988,,,, +TUV,Tuvalu,1989,,,, +TUV,Tuvalu,1990,990.06482,,, +TUV,Tuvalu,1991,1037.5765,,, +TUV,Tuvalu,1992,1069.2438,,, +TUV,Tuvalu,1993,1047.5052,,, +TUV,Tuvalu,1994,1176.6997,,, +TUV,Tuvalu,1995,1185.8406,,, +TUV,Tuvalu,1996,1323.0554,,, +TUV,Tuvalu,1997,1362.3196,,, +TUV,Tuvalu,1998,1367.0846,,, +TUV,Tuvalu,1999,1464.4918,,, +TUV,Tuvalu,2000,1462.8547,,, +TUV,Tuvalu,2001,1391.4535,,, +TUV,Tuvalu,2002,1610.1494,,, +TUV,Tuvalu,2003,1874.4683,,, +TUV,Tuvalu,2004,2182.0784,,, +TUV,Tuvalu,2005,2183.9099,,, +TUV,Tuvalu,2006,2263.1287,,, +TUV,Tuvalu,2007,2644.6528,,, +TUV,Tuvalu,2008,2936.8596,,, +TUV,Tuvalu,2009,2599.8958,,, +TUV,Tuvalu,2010,3022.2888,3.3,17.6,46.700001 +TUV,Tuvalu,2011,3640.8613,,, +TUV,Tuvalu,2012,3507.937,,, +TUV,Tuvalu,2013,3454.6851,,, +TUV,Tuvalu,2014,3398.8188,,, +TUV,Tuvalu,2015,3197.7957,,, +TUV,Tuvalu,2016,3255.8948,,, +TUV,Tuvalu,2017,3572.6084,,, +TUV,Tuvalu,2018,3700.7107,,, +TZA,Tanzania,1960,,,, +TZA,Tanzania,1961,,,, +TZA,Tanzania,1962,,,, +TZA,Tanzania,1963,,,, +TZA,Tanzania,1964,,,, +TZA,Tanzania,1965,,,, +TZA,Tanzania,1966,,,, +TZA,Tanzania,1967,,,, +TZA,Tanzania,1968,,,, +TZA,Tanzania,1969,,,, +TZA,Tanzania,1970,,,, +TZA,Tanzania,1971,,,, +TZA,Tanzania,1972,,,, +TZA,Tanzania,1973,,,, +TZA,Tanzania,1974,,,, +TZA,Tanzania,1975,,,, +TZA,Tanzania,1976,,,, +TZA,Tanzania,1977,,,, +TZA,Tanzania,1978,,,, +TZA,Tanzania,1979,,,, +TZA,Tanzania,1980,,,, +TZA,Tanzania,1981,,,, +TZA,Tanzania,1982,,,, +TZA,Tanzania,1983,,,, +TZA,Tanzania,1984,,,, +TZA,Tanzania,1985,,,, +TZA,Tanzania,1986,,,, +TZA,Tanzania,1987,,,, +TZA,Tanzania,1988,221.58813,,, +TZA,Tanzania,1989,186.21872,,, +TZA,Tanzania,1990,173.79063,,, +TZA,Tanzania,1991,195.66154,72.099998,91.400002,98.199997 +TZA,Tanzania,1992,175.55812,,, +TZA,Tanzania,1993,157.06082,,, +TZA,Tanzania,1994,161.17694,,, +TZA,Tanzania,1995,182.36188,,, +TZA,Tanzania,1996,219.55019,,, +TZA,Tanzania,1997,253.47595,,, +TZA,Tanzania,1998,395.53268,,, +TZA,Tanzania,1999,400.26367,,, +TZA,Tanzania,2000,410.95233,86,96.199997,99.400002 +TZA,Tanzania,2001,406.53867,,, +TZA,Tanzania,2002,411.97235,,, +TZA,Tanzania,2003,431.27969,,, +TZA,Tanzania,2004,459.25928,,, +TZA,Tanzania,2005,492.63138,,, +TZA,Tanzania,2006,485.4975,,, +TZA,Tanzania,2007,552.83954,59.900002,83.599998,94.800003 +TZA,Tanzania,2008,687.39044,,, +TZA,Tanzania,2009,695.2168,,, +TZA,Tanzania,2010,743.40381,,, +TZA,Tanzania,2011,781.43701,49.099998,79,93.099998 +TZA,Tanzania,2012,867.86768,,, +TZA,Tanzania,2013,970.41693,,, +TZA,Tanzania,2014,1030.0929,,, +TZA,Tanzania,2015,947.93347,,, +TZA,Tanzania,2016,966.47461,,, +TZA,Tanzania,2017,1004.8411,,, +TZA,Tanzania,2018,1050.6753,,, +UGA,Uganda,1960,62.509598,,, +UGA,Uganda,1961,63.221024,,, +UGA,Uganda,1962,62.226341,,, +UGA,Uganda,1963,69.173561,,, +UGA,Uganda,1964,76.311523,,, +UGA,Uganda,1965,110.80223,,, +UGA,Uganda,1966,112.03209,,, +UGA,Uganda,1967,113.16923,,, +UGA,Uganda,1968,117.38459,,, +UGA,Uganda,1969,128.07471,,, +UGA,Uganda,1970,133.97168,,, +UGA,Uganda,1971,146.58888,,, +UGA,Uganda,1972,150.21664,,, +UGA,Uganda,1973,167.13577,,, +UGA,Uganda,1974,200.9122,,, +UGA,Uganda,1975,219.75105,,, +UGA,Uganda,1976,221.61603,,, +UGA,Uganda,1977,258.29623,,, +UGA,Uganda,1978,206.63861,,, +UGA,Uganda,1979,177.20151,,, +UGA,Uganda,1980,100.03027,,, +UGA,Uganda,1981,104.27224,,, +UGA,Uganda,1982,164.68776,,, +UGA,Uganda,1983,164.26262,,, +UGA,Uganda,1984,256.74072,,, +UGA,Uganda,1985,241.74603,,, +UGA,Uganda,1986,260.3287,,, +UGA,Uganda,1987,401.56348,,, +UGA,Uganda,1988,402.27948,,, +UGA,Uganda,1989,314.76871,57.700001,80.599998,93.199997 +UGA,Uganda,1990,248.02937,,, +UGA,Uganda,1991,185.01814,,, +UGA,Uganda,1992,153.94397,63.799999,86.800003,95.800003 +UGA,Uganda,1993,167.94124,,, +UGA,Uganda,1994,201.60266,,, +UGA,Uganda,1995,281.96622,,, +UGA,Uganda,1996,287.38824,62.599998,85.699997,95.300003 +UGA,Uganda,1997,289.50443,,, +UGA,Uganda,1998,295.40536,,, +UGA,Uganda,1999,261.34787,66.900002,87,95.199997 +UGA,Uganda,2000,261.86899,,, +UGA,Uganda,2001,239.47319,,, +UGA,Uganda,2002,245.50008,65.099998,84.800003,94.199997 +UGA,Uganda,2003,243.90152,,, +UGA,Uganda,2004,296.04694,,, +UGA,Uganda,2005,325.59036,56.400002,80,92.5 +UGA,Uganda,2006,347.99036,,, +UGA,Uganda,2007,416.89862,,, +UGA,Uganda,2008,467.90057,,, +UGA,Uganda,2009,578.42303,44.599998,73,89.199997 +UGA,Uganda,2010,622.49884,,, +UGA,Uganda,2011,602.68463,,, +UGA,Uganda,2012,668.83246,35.900002,67.400002,87.099998 +UGA,Uganda,2013,689.15479,,, +UGA,Uganda,2014,739.3739,,, +UGA,Uganda,2015,709.02106,,, +UGA,Uganda,2016,608.70575,41.700001,69.900002,87.800003 +UGA,Uganda,2017,631.52271,,, +UGA,Uganda,2018,643.13965,,, +UKR,Ukraine,1960,,,, +UKR,Ukraine,1961,,,, +UKR,Ukraine,1962,,,, +UKR,Ukraine,1963,,,, +UKR,Ukraine,1964,,,, +UKR,Ukraine,1965,,,, +UKR,Ukraine,1966,,,, +UKR,Ukraine,1967,,,, +UKR,Ukraine,1968,,,, +UKR,Ukraine,1969,,,, +UKR,Ukraine,1970,,,, +UKR,Ukraine,1971,,,, +UKR,Ukraine,1972,,,, +UKR,Ukraine,1973,,,, +UKR,Ukraine,1974,,,, +UKR,Ukraine,1975,,,, +UKR,Ukraine,1976,,,, +UKR,Ukraine,1977,,,, +UKR,Ukraine,1978,,,, +UKR,Ukraine,1979,,,, +UKR,Ukraine,1980,,,, +UKR,Ukraine,1981,,,, +UKR,Ukraine,1982,,,, +UKR,Ukraine,1983,,,, +UKR,Ukraine,1984,,,, +UKR,Ukraine,1985,,,, +UKR,Ukraine,1986,,,, +UKR,Ukraine,1987,1249.4432,,, +UKR,Ukraine,1988,1449.9625,,, +UKR,Ukraine,1989,1597.5347,,, +UKR,Ukraine,1990,1569.7394,,, +UKR,Ukraine,1991,1489.6896,,, +UKR,Ukraine,1992,1417.8688,3,12.7,41.299999 +UKR,Ukraine,1993,1258.1364,1.3,9.6000004,42.599998 +UKR,Ukraine,1994,1012.1052,,, +UKR,Ukraine,1995,935.96808,5.4000001,20.299999,48.700001 +UKR,Ukraine,1996,872.70917,5.4000001,22.799999,57.5 +UKR,Ukraine,1997,991.2301,,, +UKR,Ukraine,1998,835.26031,,, +UKR,Ukraine,1999,635.76624,,, +UKR,Ukraine,2000,635.70898,,, +UKR,Ukraine,2001,779.97711,,, +UKR,Ukraine,2002,878.61823,1.7,11.9,47.299999 +UKR,Ukraine,2003,1047.5028,.60000002,7,37.799999 +UKR,Ukraine,2004,1366.0172,.60000002,5.6999998,29.5 +UKR,Ukraine,2005,1826.9323,.30000001,2.5999999,19 +UKR,Ukraine,2006,2300.7715,.1,1.6,15.2 +UKR,Ukraine,2007,3065.6116,.1,1.3,14.6 +UKR,Ukraine,2008,3887.2415,0,.40000001,8.3000002 +UKR,Ukraine,2009,2542.9971,.1,.69999999,9.8000002 +UKR,Ukraine,2010,2965.1423,0,.30000001,6.0999999 +UKR,Ukraine,2011,3569.7571,0,.2,5.6999998 +UKR,Ukraine,2012,3855.4214,0,.2,4.0999999 +UKR,Ukraine,2013,4029.7156,0,.1,3.3 +UKR,Ukraine,2014,3104.6582,0,.1,3.5999999 +UKR,Ukraine,2015,2124.6626,.1,.5,7.8000002 +UKR,Ukraine,2016,2187.7319,.1,.5,6.4000001 +UKR,Ukraine,2017,2640.6758,,, +UKR,Ukraine,2018,3095.1736,,, +URY,Uruguay,1960,489.35168,,, +URY,Uruguay,1961,601.70325,,, +URY,Uruguay,1962,656.7135,,, +URY,Uruguay,1963,584.29138,,, +URY,Uruguay,1964,741.24359,,, +URY,Uruguay,1965,701.70496,,, +URY,Uruguay,1966,664.43884,,, +URY,Uruguay,1967,580.97131,,, +URY,Uruguay,1968,574.34729,,, +URY,Uruguay,1969,717.13965,,, +URY,Uruguay,1970,760.58868,,, +URY,Uruguay,1971,996.08875,,, +URY,Uruguay,1972,775.9873,,, +URY,Uruguay,1973,1404.7241,,, +URY,Uruguay,1974,1448.3258,,, +URY,Uruguay,1975,1250.1991,,, +URY,Uruguay,1976,1290.6305,,, +URY,Uruguay,1977,1440.2267,,, +URY,Uruguay,1978,1707.4832,,, +URY,Uruguay,1979,2479.9583,,, +URY,Uruguay,1980,3485.9912,,, +URY,Uruguay,1981,3764.8357,0,3.3,13.2 +URY,Uruguay,1982,3107.4009,,, +URY,Uruguay,1983,1716.1855,,, +URY,Uruguay,1984,1620.9368,,, +URY,Uruguay,1985,1571.306,,, +URY,Uruguay,1986,1940.2157,,, +URY,Uruguay,1987,2415.9038,,, +URY,Uruguay,1988,2676.5413,,, +URY,Uruguay,1989,2732.2947,.60000002,2.7,9.8000002 +URY,Uruguay,1990,2990.3643,,, +URY,Uruguay,1991,3578.2847,,, +URY,Uruguay,1992,4082.532,,, +URY,Uruguay,1993,4720.9912,,, +URY,Uruguay,1994,5458.8638,,, +URY,Uruguay,1995,5985.106,,, +URY,Uruguay,1996,6317.5659,,, +URY,Uruguay,1997,7329.8535,,, +URY,Uruguay,1998,7713.6187,,, +URY,Uruguay,1999,7250.2593,,, +URY,Uruguay,2000,6875.0215,,, +URY,Uruguay,2001,6284.4561,,, +URY,Uruguay,2002,4090.8992,,, +URY,Uruguay,2003,3624.198,,, +URY,Uruguay,2004,4120.5566,,, +URY,Uruguay,2005,5226.938,,, +URY,Uruguay,2006,5887.8486,.5,3.7,17.1 +URY,Uruguay,2007,7026.5117,.30000001,2.9000001,15 +URY,Uruguay,2008,9091.0791,.2,1.8,10.6 +URY,Uruguay,2009,9451.9326,.2,1.8,9.8999996 +URY,Uruguay,2010,11992.017,.1,1.3,8.6999998 +URY,Uruguay,2011,14236.682,.1,1,6 +URY,Uruguay,2012,15171.585,.1,1.1,5.5 +URY,Uruguay,2013,16973.674,.2,.80000001,5 +URY,Uruguay,2014,16831.973,.1,.69999999,4.3000002 +URY,Uruguay,2015,15613.765,.1,.60000002,4 +URY,Uruguay,2016,15387.144,.1,.5,3.7 +URY,Uruguay,2017,16437.244,.1,.40000001,2.9000001 +URY,Uruguay,2018,17277.971,,, +USA,United States,1960,3007.1235,,, +USA,United States,1961,3066.563,,, +USA,United States,1962,3243.843,,, +USA,United States,1963,3374.5151,,, +USA,United States,1964,3573.9412,,, +USA,United States,1965,3827.5271,,, +USA,United States,1966,4146.3164,,, +USA,United States,1967,4336.4268,,, +USA,United States,1968,4695.9233,,, +USA,United States,1969,5032.1445,,, +USA,United States,1970,5234.2969,,, +USA,United States,1971,5609.3828,,, +USA,United States,1972,6094.0181,,, +USA,United States,1973,6726.3589,,, +USA,United States,1974,7225.6914,,, +USA,United States,1975,7801.4565,,, +USA,United States,1976,8592.2539,,, +USA,United States,1977,9452.5762,,, +USA,United States,1978,10564.948,,, +USA,United States,1979,11674.187,.5,.69999999,1.2 +USA,United States,1980,12574.792,,, +USA,United States,1981,13976.109,,, +USA,United States,1982,14433.788,,, +USA,United States,1983,15543.894,,, +USA,United States,1984,17121.225,,, +USA,United States,1985,18236.828,,, +USA,United States,1986,19071.227,.5,.69999999,1.2 +USA,United States,1987,20038.941,,, +USA,United States,1988,21417.012,,, +USA,United States,1989,22857.154,,, +USA,United States,1990,23888.6,,, +USA,United States,1991,24342.26,.5,.69999999,1.5 +USA,United States,1992,25418.99,,, +USA,United States,1993,26387.293,,, +USA,United States,1994,27694.854,.69999999,1,1.5 +USA,United States,1995,28690.875,,, +USA,United States,1996,29967.713,,, +USA,United States,1997,31459.139,.69999999,1,1.5 +USA,United States,1998,32853.676,,, +USA,United States,1999,34513.563,,, +USA,United States,2000,36334.91,.69999999,1,1.5 +USA,United States,2001,37133.242,,, +USA,United States,2002,38023.16,,, +USA,United States,2003,39496.484,,, +USA,United States,2004,41712.801,1,1.2,2 +USA,United States,2005,44114.746,,, +USA,United States,2006,46298.73,,, +USA,United States,2007,47975.969,1,1.2,1.7 +USA,United States,2008,48382.559,,, +USA,United States,2009,47099.98,,, +USA,United States,2010,48466.824,1,1.2,2 +USA,United States,2011,49883.113,,, +USA,United States,2012,51603.496,,, +USA,United States,2013,53106.91,1,1.2,2 +USA,United States,2014,55032.957,,, +USA,United States,2015,56803.473,,, +USA,United States,2016,57904.203,1.2,1.5,2 +USA,United States,2017,59927.93,,, +USA,United States,2018,62641.016,,, +UZB,Uzbekistan,1960,,,, +UZB,Uzbekistan,1961,,,, +UZB,Uzbekistan,1962,,,, +UZB,Uzbekistan,1963,,,, +UZB,Uzbekistan,1964,,,, +UZB,Uzbekistan,1965,,,, +UZB,Uzbekistan,1966,,,, +UZB,Uzbekistan,1967,,,, +UZB,Uzbekistan,1968,,,, +UZB,Uzbekistan,1969,,,, +UZB,Uzbekistan,1970,,,, +UZB,Uzbekistan,1971,,,, +UZB,Uzbekistan,1972,,,, +UZB,Uzbekistan,1973,,,, +UZB,Uzbekistan,1974,,,, +UZB,Uzbekistan,1975,,,, +UZB,Uzbekistan,1976,,,, +UZB,Uzbekistan,1977,,,, +UZB,Uzbekistan,1978,,,, +UZB,Uzbekistan,1979,,,, +UZB,Uzbekistan,1980,,,, +UZB,Uzbekistan,1981,,,, +UZB,Uzbekistan,1982,,,, +UZB,Uzbekistan,1983,,,, +UZB,Uzbekistan,1984,,,, +UZB,Uzbekistan,1985,,,, +UZB,Uzbekistan,1986,,,, +UZB,Uzbekistan,1987,,,, +UZB,Uzbekistan,1988,,,, +UZB,Uzbekistan,1989,,,, +UZB,Uzbekistan,1990,651.41919,,, +UZB,Uzbekistan,1991,652.8075,,, +UZB,Uzbekistan,1992,603.35199,,, +UZB,Uzbekistan,1993,596.98358,,, +UZB,Uzbekistan,1994,576.44708,,, +UZB,Uzbekistan,1995,585.93237,,, +UZB,Uzbekistan,1996,600.59814,,, +UZB,Uzbekistan,1997,623.00262,,, +UZB,Uzbekistan,1998,623.21613,40.200001,65.5,87.300003 +UZB,Uzbekistan,1999,702.48077,,, +UZB,Uzbekistan,2000,558.22681,62,86.699997,96.5 +UZB,Uzbekistan,2001,456.7063,,, +UZB,Uzbekistan,2002,383.34308,58.200001,85.900002,96.099998 +UZB,Uzbekistan,2003,396.37799,62.099998,86.400002,96.400002 +UZB,Uzbekistan,2004,465.11987,,, +UZB,Uzbekistan,2005,546.77686,,, +UZB,Uzbekistan,2006,654.28381,,, +UZB,Uzbekistan,2007,830.40771,,, +UZB,Uzbekistan,2008,1082.286,,, +UZB,Uzbekistan,2009,1213.2654,,, +UZB,Uzbekistan,2010,1377.0822,,, +UZB,Uzbekistan,2011,1564.9669,,, +UZB,Uzbekistan,2012,1740.4683,,, +UZB,Uzbekistan,2013,1907.5616,,, +UZB,Uzbekistan,2014,2492.3367,,, +UZB,Uzbekistan,2015,2615.0251,,, +UZB,Uzbekistan,2016,2567.7993,,, +UZB,Uzbekistan,2017,1826.567,,, +UZB,Uzbekistan,2018,1532.3716,,, +VCT,St. Vincent and the Grenadines,1960,161.36134,,, +VCT,St. Vincent and the Grenadines,1961,170.37914,,, +VCT,St. Vincent and the Grenadines,1962,174.50027,,, +VCT,St. Vincent and the Grenadines,1963,162.80933,,, +VCT,St. Vincent and the Grenadines,1964,173.39957,,, +VCT,St. Vincent and the Grenadines,1965,175.65436,,, +VCT,St. Vincent and the Grenadines,1966,185.26248,,, +VCT,St. Vincent and the Grenadines,1967,180.40236,,, +VCT,St. Vincent and the Grenadines,1968,173.12941,,, +VCT,St. Vincent and the Grenadines,1969,185.89229,,, +VCT,St. Vincent and the Grenadines,1970,203.84714,,, +VCT,St. Vincent and the Grenadines,1971,219.16525,,, +VCT,St. Vincent and the Grenadines,1972,298.1796,,, +VCT,St. Vincent and the Grenadines,1973,322.37952,,, +VCT,St. Vincent and the Grenadines,1974,347.98462,,, +VCT,St. Vincent and the Grenadines,1975,347.44376,,, +VCT,St. Vincent and the Grenadines,1976,339.14368,,, +VCT,St. Vincent and the Grenadines,1977,505.1449,,, +VCT,St. Vincent and the Grenadines,1978,616.48047,,, +VCT,St. Vincent and the Grenadines,1979,713.4679,,, +VCT,St. Vincent and the Grenadines,1980,818.76917,,, +VCT,St. Vincent and the Grenadines,1981,1006.4034,,, +VCT,St. Vincent and the Grenadines,1982,1112.4941,,, +VCT,St. Vincent and the Grenadines,1983,1186.5765,,, +VCT,St. Vincent and the Grenadines,1984,1301.082,,, +VCT,St. Vincent and the Grenadines,1985,1393.6205,,, +VCT,St. Vincent and the Grenadines,1986,1528.7136,,, +VCT,St. Vincent and the Grenadines,1987,1657.8914,,, +VCT,St. Vincent and the Grenadines,1988,1884.1918,,, +VCT,St. Vincent and the Grenadines,1989,2005.6318,,, +VCT,St. Vincent and the Grenadines,1990,2236.2888,,, +VCT,St. Vincent and the Grenadines,1991,2364.4377,,, +VCT,St. Vincent and the Grenadines,1992,2574.8413,,, +VCT,St. Vincent and the Grenadines,1993,2650.1885,,, +VCT,St. Vincent and the Grenadines,1994,2678.6714,,, +VCT,St. Vincent and the Grenadines,1995,2925.0566,,, +VCT,St. Vincent and the Grenadines,1996,3070.0313,,, +VCT,St. Vincent and the Grenadines,1997,3223.2263,,, +VCT,St. Vincent and the Grenadines,1998,3465.8291,,, +VCT,St. Vincent and the Grenadines,1999,3625.8945,,, +VCT,St. Vincent and the Grenadines,2000,3676.4397,,, +VCT,St. Vincent and the Grenadines,2001,3985.6833,,, +VCT,St. Vincent and the Grenadines,2002,4272.8608,,, +VCT,St. Vincent and the Grenadines,2003,4447.7437,,, +VCT,St. Vincent and the Grenadines,2004,4810.2983,,, +VCT,St. Vincent and the Grenadines,2005,5070.5127,,, +VCT,St. Vincent and the Grenadines,2006,5625.3516,,, +VCT,St. Vincent and the Grenadines,2007,6307.2139,,, +VCT,St. Vincent and the Grenadines,2008,6415.8096,,, +VCT,St. Vincent and the Grenadines,2009,6232.7192,,, +VCT,St. Vincent and the Grenadines,2010,6292.79,,, +VCT,St. Vincent and the Grenadines,2011,6242.1934,,, +VCT,St. Vincent and the Grenadines,2012,6390.3145,,, +VCT,St. Vincent and the Grenadines,2013,6639.6216,,, +VCT,St. Vincent and the Grenadines,2014,6684.8037,,, +VCT,St. Vincent and the Grenadines,2015,6921.4097,,, +VCT,St. Vincent and the Grenadines,2016,7041.561,,, +VCT,St. Vincent and the Grenadines,2017,7149.6309,,, +VCT,St. Vincent and the Grenadines,2018,7377.6787,,, +VEN,"Venezuela, RB",1960,955.44617,,, +VEN,"Venezuela, RB",1961,970.35638,,, +VEN,"Venezuela, RB",1962,1023.3556,,, +VEN,"Venezuela, RB",1963,1077.4027,,, +VEN,"Venezuela, RB",1964,864.47168,,, +VEN,"Venezuela, RB",1965,869.53528,,, +VEN,"Venezuela, RB",1966,876.15393,,, +VEN,"Venezuela, RB",1967,892.87915,,, +VEN,"Venezuela, RB",1968,937.59778,,, +VEN,"Venezuela, RB",1969,930.92572,,, +VEN,"Venezuela, RB",1970,1014.4536,,, +VEN,"Venezuela, RB",1971,1105.6233,,, +VEN,"Venezuela, RB",1972,1155.4043,,, +VEN,"Venezuela, RB",1973,1367.9113,,, +VEN,"Venezuela, RB",1974,2036.4377,,, +VEN,"Venezuela, RB",1975,2082.3103,,, +VEN,"Venezuela, RB",1976,2314.9907,,, +VEN,"Venezuela, RB",1977,2593.0762,,, +VEN,"Venezuela, RB",1978,2737.0015,,, +VEN,"Venezuela, RB",1979,3270.6008,,, +VEN,"Venezuela, RB",1980,3893.6987,,, +VEN,"Venezuela, RB",1981,4252.3354,5.8000002,17.1,33.700001 +VEN,"Venezuela, RB",1982,4228.9019,,, +VEN,"Venezuela, RB",1983,4108.4795,,, +VEN,"Venezuela, RB",1984,3555.8062,,, +VEN,"Venezuela, RB",1985,3577.782,,, +VEN,"Venezuela, RB",1986,3398.1321,,, +VEN,"Venezuela, RB",1987,2634.2207,6.0999999,18.700001,36.5 +VEN,"Venezuela, RB",1988,3220.8625,,, +VEN,"Venezuela, RB",1989,2270.9583,7.4000001,13.4,28.9 +VEN,"Venezuela, RB",1990,2475.3804,,, +VEN,"Venezuela, RB",1991,2661.0334,,, +VEN,"Venezuela, RB",1992,2938.1619,4.8000002,11.3,28.5 +VEN,"Venezuela, RB",1993,2857.9385,,, +VEN,"Venezuela, RB",1994,2720.3677,,, +VEN,"Venezuela, RB",1995,3529.5896,10.4,22.9,45.099998 +VEN,"Venezuela, RB",1996,3151.2693,,, +VEN,"Venezuela, RB",1997,3758.845,,, +VEN,"Venezuela, RB",1998,3921.719,12.8,24.700001,44.700001 +VEN,"Venezuela, RB",1999,4127.1079,12,25.299999,47.599998 +VEN,"Venezuela, RB",2000,4842.0371,,, +VEN,"Venezuela, RB",2001,4986.6758,11,23.5,45.799999 +VEN,"Venezuela, RB",2002,3700.8796,18.200001,32.900002,55.900002 +VEN,"Venezuela, RB",2003,3272.615,22.700001,39.599998,62.5 +VEN,"Venezuela, RB",2004,4325.6968,19.799999,34.200001,57.200001 +VEN,"Venezuela, RB",2005,5504.9771,18.9,29,48.799999 +VEN,"Venezuela, RB",2006,6833.3779,10.2,17.799999,35.599998 +VEN,"Venezuela, RB",2007,8454.4668,,, +VEN,"Venezuela, RB",2008,11432.744,,, +VEN,"Venezuela, RB",2009,11765.101,,, +VEN,"Venezuela, RB",2010,13825.358,,, +VEN,"Venezuela, RB",2011,10955.35,,, +VEN,"Venezuela, RB",2012,12985.505,,, +VEN,"Venezuela, RB",2013,12456.713,,, +VEN,"Venezuela, RB",2014,16054.49,,, +VEN,"Venezuela, RB",2015,,,, +VEN,"Venezuela, RB",2016,,,, +VEN,"Venezuela, RB",2017,,,, +VEN,"Venezuela, RB",2018,,,, +VGB,British Virgin Islands,1960,,,, +VGB,British Virgin Islands,1961,,,, +VGB,British Virgin Islands,1962,,,, +VGB,British Virgin Islands,1963,,,, +VGB,British Virgin Islands,1964,,,, +VGB,British Virgin Islands,1965,,,, +VGB,British Virgin Islands,1966,,,, +VGB,British Virgin Islands,1967,,,, +VGB,British Virgin Islands,1968,,,, +VGB,British Virgin Islands,1969,,,, +VGB,British Virgin Islands,1970,,,, +VGB,British Virgin Islands,1971,,,, +VGB,British Virgin Islands,1972,,,, +VGB,British Virgin Islands,1973,,,, +VGB,British Virgin Islands,1974,,,, +VGB,British Virgin Islands,1975,,,, +VGB,British Virgin Islands,1976,,,, +VGB,British Virgin Islands,1977,,,, +VGB,British Virgin Islands,1978,,,, +VGB,British Virgin Islands,1979,,,, +VGB,British Virgin Islands,1980,,,, +VGB,British Virgin Islands,1981,,,, +VGB,British Virgin Islands,1982,,,, +VGB,British Virgin Islands,1983,,,, +VGB,British Virgin Islands,1984,,,, +VGB,British Virgin Islands,1985,,,, +VGB,British Virgin Islands,1986,,,, +VGB,British Virgin Islands,1987,,,, +VGB,British Virgin Islands,1988,,,, +VGB,British Virgin Islands,1989,,,, +VGB,British Virgin Islands,1990,,,, +VGB,British Virgin Islands,1991,,,, +VGB,British Virgin Islands,1992,,,, +VGB,British Virgin Islands,1993,,,, +VGB,British Virgin Islands,1994,,,, +VGB,British Virgin Islands,1995,,,, +VGB,British Virgin Islands,1996,,,, +VGB,British Virgin Islands,1997,,,, +VGB,British Virgin Islands,1998,,,, +VGB,British Virgin Islands,1999,,,, +VGB,British Virgin Islands,2000,,,, +VGB,British Virgin Islands,2001,,,, +VGB,British Virgin Islands,2002,,,, +VGB,British Virgin Islands,2003,,,, +VGB,British Virgin Islands,2004,,,, +VGB,British Virgin Islands,2005,,,, +VGB,British Virgin Islands,2006,,,, +VGB,British Virgin Islands,2007,,,, +VGB,British Virgin Islands,2008,,,, +VGB,British Virgin Islands,2009,,,, +VGB,British Virgin Islands,2010,,,, +VGB,British Virgin Islands,2011,,,, +VGB,British Virgin Islands,2012,,,, +VGB,British Virgin Islands,2013,,,, +VGB,British Virgin Islands,2014,,,, +VGB,British Virgin Islands,2015,,,, +VGB,British Virgin Islands,2016,,,, +VGB,British Virgin Islands,2017,,,, +VGB,British Virgin Islands,2018,,,, +VIR,Virgin Islands (U.S.),1960,,,, +VIR,Virgin Islands (U.S.),1961,,,, +VIR,Virgin Islands (U.S.),1962,,,, +VIR,Virgin Islands (U.S.),1963,,,, +VIR,Virgin Islands (U.S.),1964,,,, +VIR,Virgin Islands (U.S.),1965,,,, +VIR,Virgin Islands (U.S.),1966,,,, +VIR,Virgin Islands (U.S.),1967,,,, +VIR,Virgin Islands (U.S.),1968,,,, +VIR,Virgin Islands (U.S.),1969,,,, +VIR,Virgin Islands (U.S.),1970,,,, +VIR,Virgin Islands (U.S.),1971,,,, +VIR,Virgin Islands (U.S.),1972,,,, +VIR,Virgin Islands (U.S.),1973,,,, +VIR,Virgin Islands (U.S.),1974,,,, +VIR,Virgin Islands (U.S.),1975,,,, +VIR,Virgin Islands (U.S.),1976,,,, +VIR,Virgin Islands (U.S.),1977,,,, +VIR,Virgin Islands (U.S.),1978,,,, +VIR,Virgin Islands (U.S.),1979,,,, +VIR,Virgin Islands (U.S.),1980,,,, +VIR,Virgin Islands (U.S.),1981,,,, +VIR,Virgin Islands (U.S.),1982,,,, +VIR,Virgin Islands (U.S.),1983,,,, +VIR,Virgin Islands (U.S.),1984,,,, +VIR,Virgin Islands (U.S.),1985,,,, +VIR,Virgin Islands (U.S.),1986,,,, +VIR,Virgin Islands (U.S.),1987,,,, +VIR,Virgin Islands (U.S.),1988,,,, +VIR,Virgin Islands (U.S.),1989,,,, +VIR,Virgin Islands (U.S.),1990,,,, +VIR,Virgin Islands (U.S.),1991,,,, +VIR,Virgin Islands (U.S.),1992,,,, +VIR,Virgin Islands (U.S.),1993,,,, +VIR,Virgin Islands (U.S.),1994,,,, +VIR,Virgin Islands (U.S.),1995,,,, +VIR,Virgin Islands (U.S.),1996,,,, +VIR,Virgin Islands (U.S.),1997,,,, +VIR,Virgin Islands (U.S.),1998,,,, +VIR,Virgin Islands (U.S.),1999,,,, +VIR,Virgin Islands (U.S.),2000,,,, +VIR,Virgin Islands (U.S.),2001,,,, +VIR,Virgin Islands (U.S.),2002,30126.256,,, +VIR,Virgin Islands (U.S.),2003,31823.125,,, +VIR,Virgin Islands (U.S.),2004,35024.477,,, +VIR,Virgin Islands (U.S.),2005,40929.797,,, +VIR,Virgin Islands (U.S.),2006,41560.934,,, +VIR,Virgin Islands (U.S.),2007,44333.066,,, +VIR,Virgin Islands (U.S.),2008,39207.004,,, +VIR,Virgin Islands (U.S.),2009,38771.273,,, +VIR,Virgin Islands (U.S.),2010,40043.191,,, +VIR,Virgin Islands (U.S.),2011,39144.164,,, +VIR,Virgin Islands (U.S.),2012,37849.73,,, +VIR,Virgin Islands (U.S.),2013,34819.148,,, +VIR,Virgin Islands (U.S.),2014,33573.098,,, +VIR,Virgin Islands (U.S.),2015,34797.141,,, +VIR,Virgin Islands (U.S.),2016,35931.543,,, +VIR,Virgin Islands (U.S.),2017,35938.023,,, +VIR,Virgin Islands (U.S.),2018,,,, +VNM,Vietnam,1960,,,, +VNM,Vietnam,1961,,,, +VNM,Vietnam,1962,,,, +VNM,Vietnam,1963,,,, +VNM,Vietnam,1964,,,, +VNM,Vietnam,1965,,,, +VNM,Vietnam,1966,,,, +VNM,Vietnam,1967,,,, +VNM,Vietnam,1968,,,, +VNM,Vietnam,1969,,,, +VNM,Vietnam,1970,,,, +VNM,Vietnam,1971,,,, +VNM,Vietnam,1972,,,, +VNM,Vietnam,1973,,,, +VNM,Vietnam,1974,,,, +VNM,Vietnam,1975,,,, +VNM,Vietnam,1976,,,, +VNM,Vietnam,1977,,,, +VNM,Vietnam,1978,,,, +VNM,Vietnam,1979,,,, +VNM,Vietnam,1980,,,, +VNM,Vietnam,1981,,,, +VNM,Vietnam,1982,,,, +VNM,Vietnam,1983,,,, +VNM,Vietnam,1984,,,, +VNM,Vietnam,1985,231.45233,,, +VNM,Vietnam,1986,422.7803,,, +VNM,Vietnam,1987,575.46271,,, +VNM,Vietnam,1988,390.41217,,, +VNM,Vietnam,1989,94.564728,,, +VNM,Vietnam,1990,95.188248,,, +VNM,Vietnam,1991,138.44745,,, +VNM,Vietnam,1992,139.20013,52.900002,80,94.400002 +VNM,Vietnam,1993,182.3084,,, +VNM,Vietnam,1994,221.12918,,, +VNM,Vietnam,1995,276.81265,,, +VNM,Vietnam,1996,324.14722,,, +VNM,Vietnam,1997,348.0174,,, +VNM,Vietnam,1998,348.32434,35.5,71.199997,90 +VNM,Vietnam,1999,362.91949,,, +VNM,Vietnam,2000,390.09332,,, +VNM,Vietnam,2001,404.80786,,, +VNM,Vietnam,2002,430.05286,38,70.800003,89.199997 +VNM,Vietnam,2003,480.5798,,, +VNM,Vietnam,2004,546.90961,26.5,60,84.699997 +VNM,Vietnam,2005,687.47974,,, +VNM,Vietnam,2006,784.37244,19.5,51.299999,80.599998 +VNM,Vietnam,2007,906.28418,,, +VNM,Vietnam,2008,1149.4247,14.8,46.700001,78.400002 +VNM,Vietnam,2009,1217.2686,,, +VNM,Vietnam,2010,1317.8907,4.1999998,17.299999,47.700001 +VNM,Vietnam,2011,1525.116,,, +VNM,Vietnam,2012,1735.1412,2.8,13.4,41.5 +VNM,Vietnam,2013,1886.6719,,, +VNM,Vietnam,2014,2030.262,2.7,11.4,35.900002 +VNM,Vietnam,2015,2085.1016,,, +VNM,Vietnam,2016,2192.2146,2,8.3999996,29 +VNM,Vietnam,2017,2365.6216,,, +VNM,Vietnam,2018,2563.8208,,, +VUT,Vanuatu,1960,,,, +VUT,Vanuatu,1961,,,, +VUT,Vanuatu,1962,,,, +VUT,Vanuatu,1963,,,, +VUT,Vanuatu,1964,,,, +VUT,Vanuatu,1965,,,, +VUT,Vanuatu,1966,,,, +VUT,Vanuatu,1967,,,, +VUT,Vanuatu,1968,,,, +VUT,Vanuatu,1969,,,, +VUT,Vanuatu,1970,,,, +VUT,Vanuatu,1971,,,, +VUT,Vanuatu,1972,,,, +VUT,Vanuatu,1973,,,, +VUT,Vanuatu,1974,,,, +VUT,Vanuatu,1975,,,, +VUT,Vanuatu,1976,,,, +VUT,Vanuatu,1977,,,, +VUT,Vanuatu,1978,,,, +VUT,Vanuatu,1979,1059.6171,,, +VUT,Vanuatu,1980,981.19482,,, +VUT,Vanuatu,1981,833.01477,,, +VUT,Vanuatu,1982,808.47351,,, +VUT,Vanuatu,1983,886.60065,,, +VUT,Vanuatu,1984,1066.9408,,, +VUT,Vanuatu,1985,951.6441,,, +VUT,Vanuatu,1986,892.45007,,, +VUT,Vanuatu,1987,961.45728,,, +VUT,Vanuatu,1988,1066.2555,,, +VUT,Vanuatu,1989,1011.8224,,, +VUT,Vanuatu,1990,1080.6725,,, +VUT,Vanuatu,1991,1253.1515,,, +VUT,Vanuatu,1992,1264.0497,,, +VUT,Vanuatu,1993,1177.3861,,, +VUT,Vanuatu,1994,1335.9025,,, +VUT,Vanuatu,1995,1390.9663,,, +VUT,Vanuatu,1996,1427.759,,, +VUT,Vanuatu,1997,1462.8903,,, +VUT,Vanuatu,1998,1473.7102,,, +VUT,Vanuatu,1999,1478.494,,, +VUT,Vanuatu,2000,1470.5723,,, +VUT,Vanuatu,2001,1363.113,,, +VUT,Vanuatu,2002,1354.1862,,, +VUT,Vanuatu,2003,1580.5425,,, +VUT,Vanuatu,2004,1788.0872,,, +VUT,Vanuatu,2005,1887.2266,,, +VUT,Vanuatu,2006,2049.6189,,, +VUT,Vanuatu,2007,2398.6125,,, +VUT,Vanuatu,2008,2705.5977,,, +VUT,Vanuatu,2009,2649.6182,,, +VUT,Vanuatu,2010,2966.8572,13.1,39.200001,72.300003 +VUT,Vanuatu,2011,3264.5371,,, +VUT,Vanuatu,2012,3133.0901,,, +VUT,Vanuatu,2013,3124.2332,,, +VUT,Vanuatu,2014,3088.2583,,, +VUT,Vanuatu,2015,2721.636,,, +VUT,Vanuatu,2016,2830.9653,,, +VUT,Vanuatu,2017,2976.1072,,, +VUT,Vanuatu,2018,3033.4082,,, +WSM,Samoa,1960,,,, +WSM,Samoa,1961,,,, +WSM,Samoa,1962,,,, +WSM,Samoa,1963,,,, +WSM,Samoa,1964,,,, +WSM,Samoa,1965,,,, +WSM,Samoa,1966,,,, +WSM,Samoa,1967,,,, +WSM,Samoa,1968,,,, +WSM,Samoa,1969,,,, +WSM,Samoa,1970,,,, +WSM,Samoa,1971,,,, +WSM,Samoa,1972,,,, +WSM,Samoa,1973,,,, +WSM,Samoa,1974,,,, +WSM,Samoa,1975,,,, +WSM,Samoa,1976,,,, +WSM,Samoa,1977,,,, +WSM,Samoa,1978,,,, +WSM,Samoa,1979,,,, +WSM,Samoa,1980,,,, +WSM,Samoa,1981,,,, +WSM,Samoa,1982,770.28729,,, +WSM,Samoa,1983,706.41876,,, +WSM,Samoa,1984,685.72876,,, +WSM,Samoa,1985,597.3634,,, +WSM,Samoa,1986,628.78619,,, +WSM,Samoa,1987,694.02618,,, +WSM,Samoa,1988,824.26178,,, +WSM,Samoa,1989,758.85272,,, +WSM,Samoa,1990,772.50586,,, +WSM,Samoa,1991,765.85065,,, +WSM,Samoa,1992,799.46246,,, +WSM,Samoa,1993,796.5755,,, +WSM,Samoa,1994,1310.646,,, +WSM,Samoa,1995,1322.3196,,, +WSM,Samoa,1996,1460.0471,,, +WSM,Samoa,1997,1659.0859,,, +WSM,Samoa,1998,1559.1477,,, +WSM,Samoa,1999,1490.9006,,, +WSM,Samoa,2000,1542.0668,,, +WSM,Samoa,2001,1557.0172,,, +WSM,Samoa,2002,1633.0354,2,11.9,36.599998 +WSM,Samoa,2003,1909.1222,,, +WSM,Samoa,2004,2353.5483,,, +WSM,Samoa,2005,2574.1765,,, +WSM,Samoa,2006,2811.3386,,, +WSM,Samoa,2007,3026.5464,,, +WSM,Samoa,2008,3514.7983,.60000002,9.6999998,35.900002 +WSM,Samoa,2009,3039.5085,,, +WSM,Samoa,2010,3458.1887,,, +WSM,Samoa,2011,3946.1731,,, +WSM,Samoa,2012,4237.0146,,, +WSM,Samoa,2013,4219.9097,1.1,9.6000004,33.900002 +WSM,Samoa,2014,4188.7339,,, +WSM,Samoa,2015,4155.2793,,, +WSM,Samoa,2016,4043.6941,,, +WSM,Samoa,2017,4307.8057,,, +WSM,Samoa,2018,4392.4678,,, +XKX,Kosovo,1960,,,, +XKX,Kosovo,1961,,,, +XKX,Kosovo,1962,,,, +XKX,Kosovo,1963,,,, +XKX,Kosovo,1964,,,, +XKX,Kosovo,1965,,,, +XKX,Kosovo,1966,,,, +XKX,Kosovo,1967,,,, +XKX,Kosovo,1968,,,, +XKX,Kosovo,1969,,,, +XKX,Kosovo,1970,,,, +XKX,Kosovo,1971,,,, +XKX,Kosovo,1972,,,, +XKX,Kosovo,1973,,,, +XKX,Kosovo,1974,,,, +XKX,Kosovo,1975,,,, +XKX,Kosovo,1976,,,, +XKX,Kosovo,1977,,,, +XKX,Kosovo,1978,,,, +XKX,Kosovo,1979,,,, +XKX,Kosovo,1980,,,, +XKX,Kosovo,1981,,,, +XKX,Kosovo,1982,,,, +XKX,Kosovo,1983,,,, +XKX,Kosovo,1984,,,, +XKX,Kosovo,1985,,,, +XKX,Kosovo,1986,,,, +XKX,Kosovo,1987,,,, +XKX,Kosovo,1988,,,, +XKX,Kosovo,1989,,,, +XKX,Kosovo,1990,,,, +XKX,Kosovo,1991,,,, +XKX,Kosovo,1992,,,, +XKX,Kosovo,1993,,,, +XKX,Kosovo,1994,,,, +XKX,Kosovo,1995,,,, +XKX,Kosovo,1996,,,, +XKX,Kosovo,1997,,,, +XKX,Kosovo,1998,,,, +XKX,Kosovo,1999,,,, +XKX,Kosovo,2000,1087.7625,,, +XKX,Kosovo,2001,1490.3611,,, +XKX,Kosovo,2002,1413.5326,,, +XKX,Kosovo,2003,1638.1047,1.7,15.3,54.700001 +XKX,Kosovo,2004,2086.5374,,, +XKX,Kosovo,2005,2147.4644,3,17.299999,53.900002 +XKX,Kosovo,2006,2237.1267,3.2,16.5,55 +XKX,Kosovo,2007,2685.9863,,, +XKX,Kosovo,2008,3254.8203,,, +XKX,Kosovo,2009,3209.6941,2.7,13.3,44.700001 +XKX,Kosovo,2010,3283.5103,2.2,13.5,45.299999 +XKX,Kosovo,2011,3736.3633,1.4,9.6000004,41.099998 +XKX,Kosovo,2012,3600.6736,.5,5.4000001,27.6 +XKX,Kosovo,2013,3876.9583,.30000001,3.0999999,23.1 +XKX,Kosovo,2014,4054.7214,.69999999,4.3000002,25.299999 +XKX,Kosovo,2015,3574.5432,.40000001,2.9000001,21.4 +XKX,Kosovo,2016,3697.1216,.60000002,3.0999999,20.700001 +XKX,Kosovo,2017,3948.0881,.2,2.5999999,21.6 +XKX,Kosovo,2018,4281.2925,,, +YEM,"Yemen, Rep.",1960,,,, +YEM,"Yemen, Rep.",1961,,,, +YEM,"Yemen, Rep.",1962,,,, +YEM,"Yemen, Rep.",1963,,,, +YEM,"Yemen, Rep.",1964,,,, +YEM,"Yemen, Rep.",1965,,,, +YEM,"Yemen, Rep.",1966,,,, +YEM,"Yemen, Rep.",1967,,,, +YEM,"Yemen, Rep.",1968,,,, +YEM,"Yemen, Rep.",1969,,,, +YEM,"Yemen, Rep.",1970,,,, +YEM,"Yemen, Rep.",1971,,,, +YEM,"Yemen, Rep.",1972,,,, +YEM,"Yemen, Rep.",1973,,,, +YEM,"Yemen, Rep.",1974,,,, +YEM,"Yemen, Rep.",1975,,,, +YEM,"Yemen, Rep.",1976,,,, +YEM,"Yemen, Rep.",1977,,,, +YEM,"Yemen, Rep.",1978,,,, +YEM,"Yemen, Rep.",1979,,,, +YEM,"Yemen, Rep.",1980,,,, +YEM,"Yemen, Rep.",1981,,,, +YEM,"Yemen, Rep.",1982,,,, +YEM,"Yemen, Rep.",1983,,,, +YEM,"Yemen, Rep.",1984,,,, +YEM,"Yemen, Rep.",1985,,,, +YEM,"Yemen, Rep.",1986,,,, +YEM,"Yemen, Rep.",1987,,,, +YEM,"Yemen, Rep.",1988,,,, +YEM,"Yemen, Rep.",1989,,,, +YEM,"Yemen, Rep.",1990,482.24786,,, +YEM,"Yemen, Rep.",1991,482.0607,,, +YEM,"Yemen, Rep.",1992,498.96347,,, +YEM,"Yemen, Rep.",1993,393.73923,,, +YEM,"Yemen, Rep.",1994,291.47214,,, +YEM,"Yemen, Rep.",1995,285.56955,,, +YEM,"Yemen, Rep.",1996,374.01144,,, +YEM,"Yemen, Rep.",1997,428.06082,,, +YEM,"Yemen, Rep.",1998,384.49985,7.4000001,27.9,61.700001 +YEM,"Yemen, Rep.",1999,451.57114,,, +YEM,"Yemen, Rep.",2000,554.44861,,, +YEM,"Yemen, Rep.",2001,550.36023,,, +YEM,"Yemen, Rep.",2002,579.85291,,, +YEM,"Yemen, Rep.",2003,620.38275,,, +YEM,"Yemen, Rep.",2004,709.96533,,, +YEM,"Yemen, Rep.",2005,832.84448,9.8000002,38.799999,76.599998 +YEM,"Yemen, Rep.",2006,921.41846,,, +YEM,"Yemen, Rep.",2007,1017.292,,, +YEM,"Yemen, Rep.",2008,1229.2468,,, +YEM,"Yemen, Rep.",2009,1116.0846,,, +YEM,"Yemen, Rep.",2010,1334.7848,,, +YEM,"Yemen, Rep.",2011,1374.6213,,, +YEM,"Yemen, Rep.",2012,1446.5363,,, +YEM,"Yemen, Rep.",2013,1607.1522,,, +YEM,"Yemen, Rep.",2014,1674.0028,18.799999,52.200001,81.599998 +YEM,"Yemen, Rep.",2015,1608.7443,,, +YEM,"Yemen, Rep.",2016,1139.8706,,, +YEM,"Yemen, Rep.",2017,963.49475,,, +YEM,"Yemen, Rep.",2018,944.40851,,, +ZAF,South Africa,1960,443.00983,,, +ZAF,South Africa,1961,454.96201,,, +ZAF,South Africa,1962,473.01163,,, +ZAF,South Africa,1963,511.49725,,, +ZAF,South Africa,1964,548.99597,,, +ZAF,South Africa,1965,584.7041,,, +ZAF,South Africa,1966,621.22083,,, +ZAF,South Africa,1967,675.13531,,, +ZAF,South Africa,1968,711.22583,,, +ZAF,South Africa,1969,780.62592,,, +ZAF,South Africa,1970,834.5528,,, +ZAF,South Africa,1971,897.12988,,, +ZAF,South Africa,1972,917.3562,,, +ZAF,South Africa,1973,1225.089,,, +ZAF,South Africa,1974,1499.1411,,, +ZAF,South Africa,1975,1512.7708,,, +ZAF,South Africa,1976,1416.709,,, +ZAF,South Africa,1977,1535.1189,,, +ZAF,South Africa,1978,1722.2267,,, +ZAF,South Africa,1979,2071.5513,,, +ZAF,South Africa,1980,2905.8079,,, +ZAF,South Africa,1981,2913.2417,,, +ZAF,South Africa,1982,2601.0579,,, +ZAF,South Africa,1983,2820.4341,,, +ZAF,South Africa,1984,2429.0271,,, +ZAF,South Africa,1985,1807.9766,,, +ZAF,South Africa,1986,2015.8137,,, +ZAF,South Africa,1987,2582.4946,,, +ZAF,South Africa,1988,2711.5149,,, +ZAF,South Africa,1989,2756.2126,,, +ZAF,South Africa,1990,3139.9661,,, +ZAF,South Africa,1991,3285.9546,,, +ZAF,South Africa,1992,3479.0662,,, +ZAF,South Africa,1993,3388.7292,31.700001,50.099998,67.099998 +ZAF,South Africa,1994,3445.23,,, +ZAF,South Africa,1995,3751.8542,,, +ZAF,South Africa,1996,3494.3835,36.599998,56,71.199997 +ZAF,South Africa,1997,3549.5798,,, +ZAF,South Africa,1998,3154.0208,,, +ZAF,South Africa,1999,3081.5698,,, +ZAF,South Africa,2000,3032.4272,35,53.400002,70.400002 +ZAF,South Africa,2001,2666.481,,, +ZAF,South Africa,2002,2502.2659,,, +ZAF,South Africa,2003,3751.2585,,, +ZAF,South Africa,2004,4833.6333,,, +ZAF,South Africa,2005,5383.6323,26.1,48.599998,67.900002 +ZAF,South Africa,2006,5601.9702,,, +ZAF,South Africa,2007,6095.6528,,, +ZAF,South Africa,2008,5760.7891,16.9,37,57.900002 +ZAF,South Africa,2009,5862.8154,,, +ZAF,South Africa,2010,7328.5938,16.5,35.799999,56.200001 +ZAF,South Africa,2011,8007.3774,,, +ZAF,South Africa,2012,7501.4072,,, +ZAF,South Africa,2013,6829.0205,,, +ZAF,South Africa,2014,6428.2935,18.9,37.599998,57.099998 +ZAF,South Africa,2015,5730.9341,,, +ZAF,South Africa,2016,5272.6279,,, +ZAF,South Africa,2017,6127.4624,,, +ZAF,South Africa,2018,6374.0156,,, +ZMB,Zambia,1960,232.18887,,, +ZMB,Zambia,1961,220.04213,,, +ZMB,Zambia,1962,212.57813,,, +ZMB,Zambia,1963,213.89644,,, +ZMB,Zambia,1964,242.38434,,, +ZMB,Zambia,1965,303.28192,,, +ZMB,Zambia,1966,343.37347,,, +ZMB,Zambia,1967,360.20163,,, +ZMB,Zambia,1968,409.77536,,, +ZMB,Zambia,1969,485.87262,,, +ZMB,Zambia,1970,436.76871,,, +ZMB,Zambia,1971,390.57941,,, +ZMB,Zambia,1972,427.81903,,, +ZMB,Zambia,1973,491.11197,,, +ZMB,Zambia,1974,653.27759,,, +ZMB,Zambia,1975,529.74243,,, +ZMB,Zambia,1976,537.2207,,, +ZMB,Zambia,1977,469.59384,,, +ZMB,Zambia,1978,514.49164,,, +ZMB,Zambia,1979,587.94525,,, +ZMB,Zambia,1980,654.41125,,, +ZMB,Zambia,1981,639.54297,,, +ZMB,Zambia,1982,637.5462,,, +ZMB,Zambia,1983,496.19705,,, +ZMB,Zambia,1984,408.77835,,, +ZMB,Zambia,1985,329.51163,,, +ZMB,Zambia,1986,232.53896,,, +ZMB,Zambia,1987,307.87262,,, +ZMB,Zambia,1988,488.74442,,, +ZMB,Zambia,1989,511.32135,,, +ZMB,Zambia,1990,408.76953,,, +ZMB,Zambia,1991,409.72757,54.099998,69.199997,84.199997 +ZMB,Zambia,1992,376.49878,,, +ZMB,Zambia,1993,378.12546,54.5,73.900002,88.199997 +ZMB,Zambia,1994,412.26099,,, +ZMB,Zambia,1995,418.51508,,, +ZMB,Zambia,1996,385.15244,41.700001,64.699997,83.900002 +ZMB,Zambia,1997,448.37021,,, +ZMB,Zambia,1998,358.55588,42.099998,65.599998,84.5 +ZMB,Zambia,1999,335.7124,,, +ZMB,Zambia,2000,345.68954,,, +ZMB,Zambia,2001,382.94119,,, +ZMB,Zambia,2002,382.24219,49.400002,76.300003,92.400002 +ZMB,Zambia,2003,435.45807,,, +ZMB,Zambia,2004,538.59149,56.700001,75.099998,88.5 +ZMB,Zambia,2005,702.74097,,, +ZMB,Zambia,2006,1047.9192,60.5,77.699997,89.800003 +ZMB,Zambia,2007,1124.2905,,, +ZMB,Zambia,2008,1394.0006,,, +ZMB,Zambia,2009,1159.9077,,, +ZMB,Zambia,2010,1489.4591,64.400002,79.699997,90.5 +ZMB,Zambia,2011,1672.9498,,, +ZMB,Zambia,2012,1763.0942,,, +ZMB,Zambia,2013,1878.9034,,, +ZMB,Zambia,2014,1763.0563,,, +ZMB,Zambia,2015,1332.1943,57.5,74.300003,87.199997 +ZMB,Zambia,2016,1280.5785,,, +ZMB,Zambia,2017,1534.8654,,, +ZMB,Zambia,2018,1539.9001,,, +ZWE,Zimbabwe,1960,278.81369,,, +ZWE,Zimbabwe,1961,280.82895,,, +ZWE,Zimbabwe,1962,276.68878,,, +ZWE,Zimbabwe,1963,277.47971,,, +ZWE,Zimbabwe,1964,281.55844,,, +ZWE,Zimbabwe,1965,293.30887,,, +ZWE,Zimbabwe,1966,277.23389,,, +ZWE,Zimbabwe,1967,292.27042,,, +ZWE,Zimbabwe,1968,299.39862,,, +ZWE,Zimbabwe,1969,341.98465,,, +ZWE,Zimbabwe,1970,356.22961,,, +ZWE,Zimbabwe,1971,397.79504,,, +ZWE,Zimbabwe,1972,471.93716,,, +ZWE,Zimbabwe,1973,563.03296,,, +ZWE,Zimbabwe,1974,654.41461,,, +ZWE,Zimbabwe,1975,694.53247,,, +ZWE,Zimbabwe,1976,664.10248,,, +ZWE,Zimbabwe,1977,650.15558,,, +ZWE,Zimbabwe,1978,627.96704,,, +ZWE,Zimbabwe,1979,723.10651,,, +ZWE,Zimbabwe,1980,901.49915,,, +ZWE,Zimbabwe,1981,1043.7468,,, +ZWE,Zimbabwe,1982,1073.0638,,, +ZWE,Zimbabwe,1983,940.55786,,, +ZWE,Zimbabwe,1984,741.87585,,, +ZWE,Zimbabwe,1985,635.00604,,, +ZWE,Zimbabwe,1986,675.80682,,, +ZWE,Zimbabwe,1987,707.57544,,, +ZWE,Zimbabwe,1988,793.44958,,, +ZWE,Zimbabwe,1989,816.07678,,, +ZWE,Zimbabwe,1990,841.97296,,, +ZWE,Zimbabwe,1991,809.05212,,, +ZWE,Zimbabwe,1992,619.37262,,, +ZWE,Zimbabwe,1993,591.72015,,, +ZWE,Zimbabwe,1994,611.86572,,, +ZWE,Zimbabwe,1995,623.20996,,, +ZWE,Zimbabwe,1996,741.0957,,, +ZWE,Zimbabwe,1997,731.94836,,, +ZWE,Zimbabwe,1998,544.98419,,, +ZWE,Zimbabwe,1999,580.07074,,, +ZWE,Zimbabwe,2000,563.05774,,, +ZWE,Zimbabwe,2001,568.38593,,, +ZWE,Zimbabwe,2002,530.53058,,, +ZWE,Zimbabwe,2003,478.00742,,, +ZWE,Zimbabwe,2004,482.99841,,, +ZWE,Zimbabwe,2005,476.55533,,, +ZWE,Zimbabwe,2006,447.85492,,, +ZWE,Zimbabwe,2007,431.7872,,, +ZWE,Zimbabwe,2008,356.69336,,, +ZWE,Zimbabwe,2009,771.59882,,, +ZWE,Zimbabwe,2010,948.33185,,, +ZWE,Zimbabwe,2011,1093.6541,21.4,47.200001,74 +ZWE,Zimbabwe,2012,1304.9698,,, +ZWE,Zimbabwe,2013,1430.0009,,, +ZWE,Zimbabwe,2014,1434.8993,,, +ZWE,Zimbabwe,2015,1445.071,,, +ZWE,Zimbabwe,2016,1464.5835,,, +ZWE,Zimbabwe,2017,1602.4036,,, +ZWE,Zimbabwe,2018,2146.9963,,, diff --git a/01_data/011_rawdata/hosted_in_repo/primary_expenditure_wbopendata.csv b/01_data/011_rawdata/hosted_in_repo/primary_expenditure_wbopendata.csv new file mode 100644 index 0000000..e1f7ccd --- /dev/null +++ b/01_data/011_rawdata/hosted_in_repo/primary_expenditure_wbopendata.csv @@ -0,0 +1,12804 @@ +countrycode,region,incomelevel,year,uis_xunit_pppconst_1,uis_x_pppconst_1_fsg,se_prm_enrr,sp_prm_totl_in +ABW,LCN,HIC,1960,,,, +ABW,LCN,HIC,1961,,,, +ABW,LCN,HIC,1962,,,, +ABW,LCN,HIC,1963,,,, +ABW,LCN,HIC,1964,,,, +ABW,LCN,HIC,1965,,,, +ABW,LCN,HIC,1966,,,, +ABW,LCN,HIC,1967,,,, +ABW,LCN,HIC,1968,,,, +ABW,LCN,HIC,1969,,,, +ABW,LCN,HIC,1970,,,,9212 +ABW,LCN,HIC,1971,,,,9192 +ABW,LCN,HIC,1972,,,,9106 +ABW,LCN,HIC,1973,,,,8913 +ABW,LCN,HIC,1974,,,,8601 +ABW,LCN,HIC,1975,,,,8161 +ABW,LCN,HIC,1976,,,,7624 +ABW,LCN,HIC,1977,,,,7281 +ABW,LCN,HIC,1978,,,,6972 +ABW,LCN,HIC,1979,,,,6682 +ABW,LCN,HIC,1980,,,,6384 +ABW,LCN,HIC,1981,,,,6044 +ABW,LCN,HIC,1982,,,,5732 +ABW,LCN,HIC,1983,,,,5512 +ABW,LCN,HIC,1984,,,,5374 +ABW,LCN,HIC,1985,,,,5313 +ABW,LCN,HIC,1986,,,,5310 +ABW,LCN,HIC,1987,,,,5453 +ABW,LCN,HIC,1988,,,,5584 +ABW,LCN,HIC,1989,,,,5724 +ABW,LCN,HIC,1990,,,,5890 +ABW,LCN,HIC,1991,,,,6075 +ABW,LCN,HIC,1992,,,,6284 +ABW,LCN,HIC,1993,,,,6574 +ABW,LCN,HIC,1994,,,,6886 +ABW,LCN,HIC,1995,,,,7156 +ABW,LCN,HIC,1996,,,,7357 +ABW,LCN,HIC,1997,,,,7616 +ABW,LCN,HIC,1998,,,,7863 +ABW,LCN,HIC,1999,,,112.21318,8106 +ABW,LCN,HIC,2000,,,110.78818,8361 +ABW,LCN,HIC,2001,,,109.44096,8622 +ABW,LCN,HIC,2002,,,111.01083,8864 +ABW,LCN,HIC,2003,,,109.2143,9062 +ABW,LCN,HIC,2004,,,110.83905,9189 +ABW,LCN,HIC,2005,,,111.37672,9203 +ABW,LCN,HIC,2006,,,114.25115,9094 +ABW,LCN,HIC,2007,,,115.21158,8980 +ABW,LCN,HIC,2008,,,113.09161,8853 +ABW,LCN,HIC,2009,,,113.80179,8738 +ABW,LCN,HIC,2010,,,113.7943,8663 +ABW,LCN,HIC,2011,,,105.2559,8657 +ABW,LCN,HIC,2012,,,104.0871,8539 +ABW,LCN,HIC,2013,,,116.0393,8448 +ABW,LCN,HIC,2014,,,117.1081,8382 +ABW,LCN,HIC,2015,,,,8328 +ABW,LCN,HIC,2016,,,,8256 +ABW,LCN,HIC,2017,,,,8163 +ABW,LCN,HIC,2018,,,,8004 +AFG,SAS,LIC,1960,,,, +AFG,SAS,LIC,1961,,,, +AFG,SAS,LIC,1962,,,, +AFG,SAS,LIC,1963,,,, +AFG,SAS,LIC,1964,,,, +AFG,SAS,LIC,1965,,,, +AFG,SAS,LIC,1966,,,, +AFG,SAS,LIC,1967,,,, +AFG,SAS,LIC,1968,,,, +AFG,SAS,LIC,1969,,,, +AFG,SAS,LIC,1970,,,31.17659,1723956 +AFG,SAS,LIC,1971,,,32.00761,1777202 +AFG,SAS,LIC,1972,,,32.26189,1836771 +AFG,SAS,LIC,1973,,,32.584221,1898542 +AFG,SAS,LIC,1974,,,33.108299,1956188 +AFG,SAS,LIC,1975,,,34.1852,2003541 +AFG,SAS,LIC,1976,,,35.232052,2048320 +AFG,SAS,LIC,1977,,,36.111488,2092927 +AFG,SAS,LIC,1978,,,37.63702,2130116 +AFG,SAS,LIC,1979,,,,2150505 +AFG,SAS,LIC,1980,,,44.133369,2147410 +AFG,SAS,LIC,1981,,,47.7117,2117898 +AFG,SAS,LIC,1982,,,17.308821,2077896 +AFG,SAS,LIC,1983,,,,2034308 +AFG,SAS,LIC,1984,,,21.991699,1994524 +AFG,SAS,LIC,1985,,,23.912849,1962434 +AFG,SAS,LIC,1986,,,25.851669,1944264 +AFG,SAS,LIC,1987,,,,1945360 +AFG,SAS,LIC,1988,,,32.54501,1969444 +AFG,SAS,LIC,1989,,,30.252001,2020383 +AFG,SAS,LIC,1990,,,29.04142,2096076 +AFG,SAS,LIC,1991,,,27.414221,2220079 +AFG,SAS,LIC,1992,,,,2384788 +AFG,SAS,LIC,1993,,,29.103149,2567760 +AFG,SAS,LIC,1994,,,40.000141,2741956 +AFG,SAS,LIC,1995,,,42.751431,2891243 +AFG,SAS,LIC,1996,,,,3013592 +AFG,SAS,LIC,1997,,,,3111883 +AFG,SAS,LIC,1998,,,31.05335,3201798 +AFG,SAS,LIC,1999,,,25.30797,3303024 +AFG,SAS,LIC,2000,,,20.957581,3426123 +AFG,SAS,LIC,2001,,,20.88291,3561276 +AFG,SAS,LIC,2002,,,68.986847,3723154 +AFG,SAS,LIC,2003,,,93.362183,3902350 +AFG,SAS,LIC,2004,,,104.66382,4083084 +AFG,SAS,LIC,2005,,,98.099892,4255965 +AFG,SAS,LIC,2006,,,101.69785,4450400 +AFG,SAS,LIC,2007,,,98.93351,4635460 +AFG,SAS,LIC,2008,,,100.77973,4811227 +AFG,SAS,LIC,2009,,,96.8964,4987342 +AFG,SAS,LIC,2010,169.38095,1078.6509,100.0717,5167509 +AFG,SAS,LIC,2011,180.68387,1133.6686,97.64164,5325091 +AFG,SAS,LIC,2012,141.22346,908.62579,103.4924,5487934 +AFG,SAS,LIC,2013,183.52283,1303.8163,104.4984,5648282 +AFG,SAS,LIC,2014,190.41779,1410.7568,105.9197,5791074 +AFG,SAS,LIC,2015,161.81503,1209.7795,105.7785,5906900 +AFG,SAS,LIC,2016,,1226.8789,,6030459 +AFG,SAS,LIC,2017,188.63361,1199.4792,102.3105,6118700 +AFG,SAS,LIC,2018,,,,6170913 +AGO,SSF,LMC,1960,,,, +AGO,SSF,LMC,1961,,,, +AGO,SSF,LMC,1962,,,, +AGO,SSF,LMC,1963,,,, +AGO,SSF,LMC,1964,,,, +AGO,SSF,LMC,1965,,,, +AGO,SSF,LMC,1966,,,, +AGO,SSF,LMC,1967,,,, +AGO,SSF,LMC,1968,,,, +AGO,SSF,LMC,1969,,,, +AGO,SSF,LMC,1970,,,,781270 +AGO,SSF,LMC,1971,,,58.570271,802862 +AGO,SSF,LMC,1972,,,64.298218,824582 +AGO,SSF,LMC,1973,,,67.907333,844355 +AGO,SSF,LMC,1974,,,75.888771,861850 +AGO,SSF,LMC,1975,,,,877623 +AGO,SSF,LMC,1976,,,,906903 +AGO,SSF,LMC,1977,,,,939807 +AGO,SSF,LMC,1978,,,,974965 +AGO,SSF,LMC,1979,,,,1010945 +AGO,SSF,LMC,1980,,,142.74409,1045776 +AGO,SSF,LMC,1981,,,123.53842,1094749 +AGO,SSF,LMC,1982,,,114.47567,1147631 +AGO,SSF,LMC,1983,,,103.94402,1200242 +AGO,SSF,LMC,1984,,,91.824142,1248180 +AGO,SSF,LMC,1985,,,73.379128,1288102 +AGO,SSF,LMC,1986,,,79.391937,1335763 +AGO,SSF,LMC,1987,,,79.464684,1376112 +AGO,SSF,LMC,1988,,,77.865463,1408616 +AGO,SSF,LMC,1989,,,77.596359,1436360 +AGO,SSF,LMC,1990,,,73.039589,1462933 +AGO,SSF,LMC,1991,,,66.804367,1510850 +AGO,SSF,LMC,1992,,,64.247147,1566474 +AGO,SSF,LMC,1993,,,,1625326 +AGO,SSF,LMC,1994,,,,1681256 +AGO,SSF,LMC,1995,,,,1728456 +AGO,SSF,LMC,1996,,,,1785666 +AGO,SSF,LMC,1997,,,,1839587 +AGO,SSF,LMC,1998,,,71.531952,1888665 +AGO,SSF,LMC,1999,,,,1933686 +AGO,SSF,LMC,2000,,,,1975594 +AGO,SSF,LMC,2001,,,,2039985 +AGO,SSF,LMC,2002,,,,2109588 +AGO,SSF,LMC,2003,,,,2181391 +AGO,SSF,LMC,2004,,,,2253178 +AGO,SSF,LMC,2005,,852.05365,,2323582 +AGO,SSF,LMC,2006,,899.40979,,2411011 +AGO,SSF,LMC,2007,,,98.973579,3616982 +AGO,SSF,LMC,2008,,,105.18021,3760444 +AGO,SSF,LMC,2009,,,104.13057,3912160 +AGO,SSF,LMC,2010,,,105.781,4067415 +AGO,SSF,LMC,2011,,,119.5301,4236601 +AGO,SSF,LMC,2012,,,,4415443 +AGO,SSF,LMC,2013,,,,4599452 +AGO,SSF,LMC,2014,,,,4783061 +AGO,SSF,LMC,2015,,,113.478,4960282 +AGO,SSF,LMC,2016,,,,5144458 +AGO,SSF,LMC,2017,,,,5319490 +AGO,SSF,LMC,2018,,,,5482624 +ALB,ECS,UMC,1960,,,, +ALB,ECS,UMC,1961,,,, +ALB,ECS,UMC,1962,,,, +ALB,ECS,UMC,1963,,,, +ALB,ECS,UMC,1964,,,, +ALB,ECS,UMC,1965,,,, +ALB,ECS,UMC,1966,,,, +ALB,ECS,UMC,1967,,,, +ALB,ECS,UMC,1968,,,, +ALB,ECS,UMC,1969,,,, +ALB,ECS,UMC,1970,,,,236281 +ALB,ECS,UMC,1971,,,,240855 +ALB,ECS,UMC,1972,,,,245273 +ALB,ECS,UMC,1973,,,,247606 +ALB,ECS,UMC,1974,,,,247901 +ALB,ECS,UMC,1975,,,,246994 +ALB,ECS,UMC,1976,,,119.32974,246106 +ALB,ECS,UMC,1977,,,,246225 +ALB,ECS,UMC,1978,,,114.95519,247516 +ALB,ECS,UMC,1979,,,112.15107,250046 +ALB,ECS,UMC,1980,,,107.44397,253207 +ALB,ECS,UMC,1981,,,104.95196,256049 +ALB,ECS,UMC,1982,,,103.52771,258378 +ALB,ECS,UMC,1983,,,102.56646,260088 +ALB,ECS,UMC,1984,,,103.48936,261339 +ALB,ECS,UMC,1985,,,103.67783,262643 +ALB,ECS,UMC,1986,,,103.56321,264506 +ALB,ECS,UMC,1987,,,101.45642,267875 +ALB,ECS,UMC,1988,,,99.58477,271975 +ALB,ECS,UMC,1989,,,99.437508,276017 +ALB,ECS,UMC,1990,,,99.451752,278943 +ALB,ECS,UMC,1991,,,101.23315,280049 +ALB,ECS,UMC,1992,,,99.55587,281857 +ALB,ECS,UMC,1993,,,98.520264,282466 +ALB,ECS,UMC,1994,,219.25758,101.52879,282464 +ALB,ECS,UMC,1995,,,104.04384,282327 +ALB,ECS,UMC,1996,,,106.30182,281823 +ALB,ECS,UMC,1997,,,108.01988,279689 +ALB,ECS,UMC,1998,,,107.17116,277743 +ALB,ECS,UMC,1999,,,105.73665,274837 +ALB,ECS,UMC,2000,,,104.19619,270491 +ALB,ECS,UMC,2001,,,102.96737,265027 +ALB,ECS,UMC,2002,,,101.41151,258693 +ALB,ECS,UMC,2003,,,100.00514,251663 +ALB,ECS,UMC,2004,,,98.178001,243892 +ALB,ECS,UMC,2005,,,100.67604,235401 +ALB,ECS,UMC,2006,,,97.87571,226316 +ALB,ECS,UMC,2007,,,96.345627,217210 +ALB,ECS,UMC,2008,,,95.682503,207583 +ALB,ECS,UMC,2009,,,93.104561,252498 +ALB,ECS,UMC,2010,,,93.490471,239548 +ALB,ECS,UMC,2011,,,95.006081,226485 +ALB,ECS,UMC,2012,,,97.585129,209546 +ALB,ECS,UMC,2013,,,99.98391,194486 +ALB,ECS,UMC,2014,,,104.108,181773 +ALB,ECS,UMC,2015,3332.7227,627.78833,105.543,171617 +ALB,ECS,UMC,2016,,,105.5539,163571 +ALB,ECS,UMC,2017,,,107.0466,158758 +ALB,ECS,UMC,2018,,,106.9934,156833 +AND,ECS,HIC,1960,,,, +AND,ECS,HIC,1961,,,, +AND,ECS,HIC,1962,,,, +AND,ECS,HIC,1963,,,, +AND,ECS,HIC,1964,,,, +AND,ECS,HIC,1965,,,, +AND,ECS,HIC,1966,,,, +AND,ECS,HIC,1967,,,, +AND,ECS,HIC,1968,,,, +AND,ECS,HIC,1969,,,, +AND,ECS,HIC,1970,,,,2848 +AND,ECS,HIC,1971,,,,2800 +AND,ECS,HIC,1972,,,,2758 +AND,ECS,HIC,1973,,,,2686 +AND,ECS,HIC,1974,,,,2585 +AND,ECS,HIC,1975,,,88.569107,2466 +AND,ECS,HIC,1976,,,,2354 +AND,ECS,HIC,1977,,,,2535 +AND,ECS,HIC,1978,,,,2857 +AND,ECS,HIC,1979,,,,3215 +AND,ECS,HIC,1980,,,,3498 +AND,ECS,HIC,1981,,,,3609 +AND,ECS,HIC,1982,,,,3360 +AND,ECS,HIC,1983,,,106.44266,3019 +AND,ECS,HIC,1984,,,,2924 +AND,ECS,HIC,1985,,,,3034 +AND,ECS,HIC,1986,,,,3274 +AND,ECS,HIC,1987,,,,3249 +AND,ECS,HIC,1988,,,,3227 +AND,ECS,HIC,1989,,,,3215 +AND,ECS,HIC,1990,,,,3223 +AND,ECS,HIC,1991,,,,3255 +AND,ECS,HIC,1992,,,,3223 +AND,ECS,HIC,1993,,,,3214 +AND,ECS,HIC,1994,,,,3221 +AND,ECS,HIC,1995,,,,3236 +AND,ECS,HIC,1996,,,,3260 +AND,ECS,HIC,1997,,,,3919 +AND,ECS,HIC,1998,,,,3898 +AND,ECS,HIC,1999,,,, +AND,ECS,HIC,2000,,,, +AND,ECS,HIC,2001,,,, +AND,ECS,HIC,2002,,,, +AND,ECS,HIC,2003,,,, +AND,ECS,HIC,2004,,,, +AND,ECS,HIC,2005,,,, +AND,ECS,HIC,2006,,,, +AND,ECS,HIC,2007,,,, +AND,ECS,HIC,2008,,,, +AND,ECS,HIC,2009,,,, +AND,ECS,HIC,2010,,,, +AND,ECS,HIC,2011,,,, +AND,ECS,HIC,2012,,,, +AND,ECS,HIC,2013,,,, +AND,ECS,HIC,2014,,,, +AND,ECS,HIC,2015,,,, +AND,ECS,HIC,2016,,,, +AND,ECS,HIC,2017,,,, +AND,ECS,HIC,2018,,,, +ARE,MEA,HIC,1960,,,, +ARE,MEA,HIC,1961,,,, +ARE,MEA,HIC,1962,,,, +ARE,MEA,HIC,1963,,,, +ARE,MEA,HIC,1964,,,, +ARE,MEA,HIC,1965,,,, +ARE,MEA,HIC,1966,,,, +ARE,MEA,HIC,1967,,,, +ARE,MEA,HIC,1968,,,, +ARE,MEA,HIC,1969,,,, +ARE,MEA,HIC,1970,,,,24640 +ARE,MEA,HIC,1971,,,80.064751,27845 +ARE,MEA,HIC,1972,,,86.038849,30723 +ARE,MEA,HIC,1973,,,87.629311,35181 +ARE,MEA,HIC,1974,,,85.571732,41038 +ARE,MEA,HIC,1975,,,84.665894,48095 +ARE,MEA,HIC,1976,,,94.425652,56056 +ARE,MEA,HIC,1977,,,99.139862,62137 +ARE,MEA,HIC,1978,,,97.794952,69602 +ARE,MEA,HIC,1979,,,93.836967,78644 +ARE,MEA,HIC,1980,,,91.534721,89401 +ARE,MEA,HIC,1981,,,88.502831,101878 +ARE,MEA,HIC,1982,,,92.639603,114242 +ARE,MEA,HIC,1983,,,93.192429,125890 +ARE,MEA,HIC,1984,,,93.854431,137440 +ARE,MEA,HIC,1985,,,93.489037,149832 +ARE,MEA,HIC,1986,,,94.305412,163987 +ARE,MEA,HIC,1987,,,95.782867,175516 +ARE,MEA,HIC,1988,,,98.87886,185140 +ARE,MEA,HIC,1989,,,103.49555,194034 +ARE,MEA,HIC,1990,,,107.33933,203621 +ARE,MEA,HIC,1991,,,107.83801,215119 +ARE,MEA,HIC,1992,,,102.85788,228113 +ARE,MEA,HIC,1993,,,100.09402,241211 +ARE,MEA,HIC,1994,,,100.34235,253354 +ARE,MEA,HIC,1995,,,101.06363,262913 +ARE,MEA,HIC,1996,,,98.07547,269046 +ARE,MEA,HIC,1997,,,93.895378,279292 +ARE,MEA,HIC,1998,6576.2173,1727.2633,90.361229,293200 +ARE,MEA,HIC,1999,,,, +ARE,MEA,HIC,2000,,,, +ARE,MEA,HIC,2001,,,, +ARE,MEA,HIC,2002,,,, +ARE,MEA,HIC,2003,,,, +ARE,MEA,HIC,2004,,,, +ARE,MEA,HIC,2005,,,, +ARE,MEA,HIC,2006,,,, +ARE,MEA,HIC,2007,,,101.58983,279733 +ARE,MEA,HIC,2008,,,, +ARE,MEA,HIC,2009,,,, +ARE,MEA,HIC,2010,,,, +ARE,MEA,HIC,2011,,,, +ARE,MEA,HIC,2012,,,99.943443,358801 +ARE,MEA,HIC,2013,,,98.666893,375286 +ARE,MEA,HIC,2014,,,103.0735,390657 +ARE,MEA,HIC,2015,,,111.5428,405979 +ARE,MEA,HIC,2016,,,108.6727,421860 +ARE,MEA,HIC,2017,,,122.265,438243 +ARE,MEA,HIC,2018,,,,453654 +ARG,LCN,UMC,1960,,,, +ARG,LCN,UMC,1961,,,, +ARG,LCN,UMC,1962,,,, +ARG,LCN,UMC,1963,,,, +ARG,LCN,UMC,1964,,,, +ARG,LCN,UMC,1965,,,, +ARG,LCN,UMC,1966,,,, +ARG,LCN,UMC,1967,,,, +ARG,LCN,UMC,1968,,,, +ARG,LCN,UMC,1969,,,, +ARG,LCN,UMC,1970,,,105.82131,3204736 +ARG,LCN,UMC,1971,,,106.50629,3237173 +ARG,LCN,UMC,1972,,,106.03831,3270136 +ARG,LCN,UMC,1973,,,105.59223,3302855 +ARG,LCN,UMC,1974,,,106.32186,3334170 +ARG,LCN,UMC,1975,,,106.09989,3363838 +ARG,LCN,UMC,1976,,,105.75306,3401332 +ARG,LCN,UMC,1977,,,106.66186,3446502 +ARG,LCN,UMC,1978,,,106.2771,3503184 +ARG,LCN,UMC,1979,,,106.76658,3575349 +ARG,LCN,UMC,1980,,,106.89577,3665104 +ARG,LCN,UMC,1981,,,107.60801,3767166 +ARG,LCN,UMC,1982,,,107.837,3894531 +ARG,LCN,UMC,1983,,,,4041275 +ARG,LCN,UMC,1984,,,106.02872,4197055 +ARG,LCN,UMC,1985,,,106.17438,4351270 +ARG,LCN,UMC,1986,,,107.02452,4504454 +ARG,LCN,UMC,1987,,,107.39181,4613433 +ARG,LCN,UMC,1988,,,107.96635,4670829 +ARG,LCN,UMC,1989,,,,4683764 +ARG,LCN,UMC,1990,,132.994,106.91243,4659649 +ARG,LCN,UMC,1991,,,108.99739,4623648 +ARG,LCN,UMC,1992,,,,4600774 +ARG,LCN,UMC,1993,,,,4603785 +ARG,LCN,UMC,1994,,,110.97087,4627948 +ARG,LCN,UMC,1995,,,,4669420 +ARG,LCN,UMC,1996,,7999.915,110.22022,4714337 +ARG,LCN,UMC,1997,,,107.0863,4759679 +ARG,LCN,UMC,1998,1886.4352,8801.6553,111.54166,4130865 +ARG,LCN,UMC,1999,2044.8097,9863.7695,114.49687,4156536 +ARG,LCN,UMC,2000,1986.2543,9734.5449,115.69413,4175878 +ARG,LCN,UMC,2001,2096.7161,10433.119,116.25017,4193083 +ARG,LCN,UMC,2002,1441.1121,7220.0166,116.79843,4198952 +ARG,LCN,UMC,2003,1512.9213,7418.3203,114.49467,4193582 +ARG,LCN,UMC,2004,1535.6913,7700.2651,115.80605,4178681 +ARG,LCN,UMC,2005,1744.2136,8647.6162,115.29915,4160123 +ARG,LCN,UMC,2006,2075.0698,10240.119,117.2033,4147064 +ARG,LCN,UMC,2007,2454.0176,12215.804,118.05111,4148633 +ARG,LCN,UMC,2008,2730.9937,13658.086,118.59346,4165561 +ARG,LCN,UMC,2009,2740.6594,13705.65,117.90598,4197352 +ARG,LCN,UMC,2010,2762.2666,13803.395,116.9758,4238456 +ARG,LCN,UMC,2011,3013.8469,14915.036,115.6147,4279553 +ARG,LCN,UMC,2012,3031.7009,14836.74,114.2272,4311538 +ARG,LCN,UMC,2013,3033.4351,14593.234,112.0119,4333902 +ARG,LCN,UMC,2014,2932.4849,14042.98,111.4597,4346610 +ARG,LCN,UMC,2015,3238.4126,15532.453,111.3034,4352414 +ARG,LCN,UMC,2016,3083.6772,14726.97,110.7392,4362062 +ARG,LCN,UMC,2017,,,109.7415,4375776 +ARG,LCN,UMC,2018,,,,4392825 +ARM,ECS,UMC,1960,,,, +ARM,ECS,UMC,1961,,,, +ARM,ECS,UMC,1962,,,, +ARM,ECS,UMC,1963,,,, +ARM,ECS,UMC,1964,,,, +ARM,ECS,UMC,1965,,,, +ARM,ECS,UMC,1966,,,, +ARM,ECS,UMC,1967,,,, +ARM,ECS,UMC,1968,,,, +ARM,ECS,UMC,1969,,,, +ARM,ECS,UMC,1970,,,,217413 +ARM,ECS,UMC,1971,,,,218168 +ARM,ECS,UMC,1972,,,,218135 +ARM,ECS,UMC,1973,,,,214534 +ARM,ECS,UMC,1974,,,,207370 +ARM,ECS,UMC,1975,,,,198319 +ARM,ECS,UMC,1976,,,,189714 +ARM,ECS,UMC,1977,,,,182401 +ARM,ECS,UMC,1978,,,,177829 +ARM,ECS,UMC,1979,,,,176779 +ARM,ECS,UMC,1980,,,,178325 +ARM,ECS,UMC,1981,,,,180694 +ARM,ECS,UMC,1982,,,,182827 +ARM,ECS,UMC,1983,,,,184728 +ARM,ECS,UMC,1984,,,,186071 +ARM,ECS,UMC,1985,,,,187276 +ARM,ECS,UMC,1986,,,,188945 +ARM,ECS,UMC,1987,,,,191928 +ARM,ECS,UMC,1988,,,,196896 +ARM,ECS,UMC,1989,,,,202945 +ARM,ECS,UMC,1990,,,,208655 +ARM,ECS,UMC,1991,,,104.3455,212634 +ARM,ECS,UMC,1992,,,101.14099,212798 +ARM,ECS,UMC,1993,,,104.568,211493 +ARM,ECS,UMC,1994,,,96.505753,275710 +ARM,ECS,UMC,1995,,,92.424751,272981 +ARM,ECS,UMC,1996,,,93.275299,270659 +ARM,ECS,UMC,1997,,,126.90023,202225 +ARM,ECS,UMC,1998,,,129.16405,198179 +ARM,ECS,UMC,1999,,,133.57149,191615 +ARM,ECS,UMC,2000,,,98.663727,182748 +ARM,ECS,UMC,2001,,,102.13005,172625 +ARM,ECS,UMC,2002,,,95.374939,162958 +ARM,ECS,UMC,2003,,,94.198936,152677 +ARM,ECS,UMC,2004,,,94.921371,141867 +ARM,ECS,UMC,2005,,,95.441063,131127 +ARM,ECS,UMC,2006,,,100.1558,121313 +ARM,ECS,UMC,2007,,,113.28762,112589 +ARM,ECS,UMC,2008,,,114.51868,106397 +ARM,ECS,UMC,2009,,,110.84678,103322 +ARM,ECS,UMC,2010,,,99.064987,102779 +ARM,ECS,UMC,2011,,,98.475861,138832 +ARM,ECS,UMC,2012,873.03009,120.88847,98.91774,139963 +ARM,ECS,UMC,2013,913.88062,128.52634,98.449463,142914 +ARM,ECS,UMC,2014,,,96.86599,147356 +ARM,ECS,UMC,2015,968.8916,140.05231,95.003647,152517 +ARM,ECS,UMC,2016,991.71844,147.25134,94.517899,157382 +ARM,ECS,UMC,2017,,,94.083519,161555 +ARM,ECS,UMC,2018,,,92.715248,164439 +ASM,EAS,UMC,1960,,,, +ASM,EAS,UMC,1961,,,, +ASM,EAS,UMC,1962,,,, +ASM,EAS,UMC,1963,,,, +ASM,EAS,UMC,1964,,,, +ASM,EAS,UMC,1965,,,, +ASM,EAS,UMC,1966,,,, +ASM,EAS,UMC,1967,,,, +ASM,EAS,UMC,1968,,,, +ASM,EAS,UMC,1969,,,, +ASM,EAS,UMC,1970,,,, +ASM,EAS,UMC,1971,,,, +ASM,EAS,UMC,1972,,,, +ASM,EAS,UMC,1973,,,, +ASM,EAS,UMC,1974,,,, +ASM,EAS,UMC,1975,,,, +ASM,EAS,UMC,1976,,,, +ASM,EAS,UMC,1977,,,, +ASM,EAS,UMC,1978,,,, +ASM,EAS,UMC,1979,,,, +ASM,EAS,UMC,1980,,,, +ASM,EAS,UMC,1981,,,, +ASM,EAS,UMC,1982,,,, +ASM,EAS,UMC,1983,,,, +ASM,EAS,UMC,1984,,,, +ASM,EAS,UMC,1985,,,, +ASM,EAS,UMC,1986,,,, +ASM,EAS,UMC,1987,,,, +ASM,EAS,UMC,1988,,,, +ASM,EAS,UMC,1989,,,, +ASM,EAS,UMC,1990,,,, +ASM,EAS,UMC,1991,,,, +ASM,EAS,UMC,1992,,,, +ASM,EAS,UMC,1993,,,, +ASM,EAS,UMC,1994,,,, +ASM,EAS,UMC,1995,,,, +ASM,EAS,UMC,1996,,,, +ASM,EAS,UMC,1997,,,, +ASM,EAS,UMC,1998,,,, +ASM,EAS,UMC,1999,,,, +ASM,EAS,UMC,2000,,,, +ASM,EAS,UMC,2001,,,, +ASM,EAS,UMC,2002,,,, +ASM,EAS,UMC,2003,,,, +ASM,EAS,UMC,2004,,,, +ASM,EAS,UMC,2005,,,, +ASM,EAS,UMC,2006,,,, +ASM,EAS,UMC,2007,,,, +ASM,EAS,UMC,2008,,,, +ASM,EAS,UMC,2009,,,, +ASM,EAS,UMC,2010,,,, +ASM,EAS,UMC,2011,,,, +ASM,EAS,UMC,2012,,,, +ASM,EAS,UMC,2013,,,, +ASM,EAS,UMC,2014,,,, +ASM,EAS,UMC,2015,,,, +ASM,EAS,UMC,2016,,,, +ASM,EAS,UMC,2017,,,, +ASM,EAS,UMC,2018,,,, +ATG,LCN,HIC,1960,,,, +ATG,LCN,HIC,1961,,,, +ATG,LCN,HIC,1962,,,, +ATG,LCN,HIC,1963,,,, +ATG,LCN,HIC,1964,,,, +ATG,LCN,HIC,1965,,,, +ATG,LCN,HIC,1966,,,, +ATG,LCN,HIC,1967,,,, +ATG,LCN,HIC,1968,,,, +ATG,LCN,HIC,1969,,,, +ATG,LCN,HIC,1970,,,,12536 +ATG,LCN,HIC,1971,,,71.009918,12607 +ATG,LCN,HIC,1972,,,89.29406,12671 +ATG,LCN,HIC,1973,,,,12792 +ATG,LCN,HIC,1974,,,88.189972,12954 +ATG,LCN,HIC,1975,,,87.561028,13146 +ATG,LCN,HIC,1976,,,92.255127,13316 +ATG,LCN,HIC,1977,,,91.743736,13377 +ATG,LCN,HIC,1978,,,87.472023,13376 +ATG,LCN,HIC,1979,,,83.752518,13291 +ATG,LCN,HIC,1980,,,,13095 +ATG,LCN,HIC,1981,,,,12781 +ATG,LCN,HIC,1982,,,,12344 +ATG,LCN,HIC,1983,,,,11753 +ATG,LCN,HIC,1984,,,110.24673,11068 +ATG,LCN,HIC,1985,,,,10373 +ATG,LCN,HIC,1986,,,,9764 +ATG,LCN,HIC,1987,,,,9207 +ATG,LCN,HIC,1988,,,,8987 +ATG,LCN,HIC,1989,,,,9094 +ATG,LCN,HIC,1990,,,,9511 +ATG,LCN,HIC,1991,,,,10154 +ATG,LCN,HIC,1992,,,102.40088,10526 +ATG,LCN,HIC,1993,,,,10798 +ATG,LCN,HIC,1994,,,,10961 +ATG,LCN,HIC,1995,,,112.85639,11009 +ATG,LCN,HIC,1996,,,,10978 +ATG,LCN,HIC,1997,,,,10987 +ATG,LCN,HIC,1998,,,,11088 +ATG,LCN,HIC,1999,,14.56647,,11221 +ATG,LCN,HIC,2000,,,127.596,11340 +ATG,LCN,HIC,2001,,,,11438 +ATG,LCN,HIC,2002,,15.86053,,11379 +ATG,LCN,HIC,2003,,,,11451 +ATG,LCN,HIC,2004,,,,11619 +ATG,LCN,HIC,2005,,,,11835 +ATG,LCN,HIC,2006,,,,12035 +ATG,LCN,HIC,2007,,,114.57859,12071 +ATG,LCN,HIC,2008,,,114.20387,12073 +ATG,LCN,HIC,2009,1963.4196,22.139521,111.48903,12036 +ATG,LCN,HIC,2010,,,112.293,11967 +ATG,LCN,HIC,2011,,,110.5735,11874 +ATG,LCN,HIC,2012,,,108.0302,11781 +ATG,LCN,HIC,2013,,,,11685 +ATG,LCN,HIC,2014,,,106.0467,11592 +ATG,LCN,HIC,2015,,,104.9906,11502 +ATG,LCN,HIC,2016,,,,11417 +ATG,LCN,HIC,2017,,,103.669,11348 +ATG,LCN,HIC,2018,,,105.0213,11295 +AUS,EAS,HIC,1960,,,, +AUS,EAS,HIC,1961,,,, +AUS,EAS,HIC,1962,,,, +AUS,EAS,HIC,1963,,,, +AUS,EAS,HIC,1964,,,, +AUS,EAS,HIC,1965,,,, +AUS,EAS,HIC,1966,,,, +AUS,EAS,HIC,1967,,,, +AUS,EAS,HIC,1968,,,, +AUS,EAS,HIC,1969,,,, +AUS,EAS,HIC,1970,,,,1513657 +AUS,EAS,HIC,1971,,,111.19781,1521151 +AUS,EAS,HIC,1972,,,110.64366,1525674 +AUS,EAS,HIC,1973,,,110.00005,1526060 +AUS,EAS,HIC,1974,,,105.23748,1522044 +AUS,EAS,HIC,1975,,,108.18442,1514339 +AUS,EAS,HIC,1976,,,109.15713,1506500 +AUS,EAS,HIC,1977,,,111.21833,1507948 +AUS,EAS,HIC,1978,,,112.32667,1517969 +AUS,EAS,HIC,1979,,,111.89935,1534635 +AUS,EAS,HIC,1980,,,111.07188,1552738 +AUS,EAS,HIC,1981,,,109.6986,1565711 +AUS,EAS,HIC,1982,,,108.57697,1563311 +AUS,EAS,HIC,1983,,,107.21483,1545628 +AUS,EAS,HIC,1984,,,106.43613,1514273 +AUS,EAS,HIC,1985,,,104.89013,1476204 +AUS,EAS,HIC,1986,,,105.43827,1447864 +AUS,EAS,HIC,1987,,,105.86022,1436984 +AUS,EAS,HIC,1988,,,106.48903,1443088 +AUS,EAS,HIC,1989,,,106.6846,1464620 +AUS,EAS,HIC,1990,,,106.37172,1495339 +AUS,EAS,HIC,1991,,,106.09681,1520735 +AUS,EAS,HIC,1992,,,105.974,1538868 +AUS,EAS,HIC,1993,,8331.1348,105.87717,1550430 +AUS,EAS,HIC,1994,,8778.0381,105.82989,1556495 +AUS,EAS,HIC,1995,4947.5068,9072.1494,101.29127,1818565 +AUS,EAS,HIC,1996,,8877.5381,101.58029,1827332 +AUS,EAS,HIC,1997,,,101.18403,1841515 +AUS,EAS,HIC,1998,,,100.92862,1859550 +AUS,EAS,HIC,1999,,,100.65884,1879352 +AUS,EAS,HIC,2000,6146.9146,11715.718,100.72193,1898121 +AUS,EAS,HIC,2001,,,100.63978,1907799 +AUS,EAS,HIC,2002,,,101.54878,1909662 +AUS,EAS,HIC,2003,,,101.67431,1905131 +AUS,EAS,HIC,2004,,,102.26413,1896320 +AUS,EAS,HIC,2005,7242.8145,14014.419,102.73932,1887076 +AUS,EAS,HIC,2006,7259.1929,14074.566,103.30405,1879534 +AUS,EAS,HIC,2007,7302.6191,14411.397,105.18305,1877419 +AUS,EAS,HIC,2008,7575.8481,14983.793,105.14112,1880514 +AUS,EAS,HIC,2009,8537.7695,17004.805,105.30213,1888790 +AUS,EAS,HIC,2010,9620.6094,19385.691,105.6194,1903040 +AUS,EAS,HIC,2011,8691.127,17747.986,105.6897,1925098 +AUS,EAS,HIC,2012,8061.2822,16792.609,105.9845,1956452 +AUS,EAS,HIC,2013,8362.2588,17792.629,105.9939,1996740 +AUS,EAS,HIC,2014,8262.5605,17917.619,105.4571,2044433 +AUS,EAS,HIC,2015,8585.292,18377.428,101.5999,2094017 +AUS,EAS,HIC,2016,,,100.7444,2150861 +AUS,EAS,HIC,2017,,,100.339,2196286 +AUS,EAS,HIC,2018,,,,2230566 +AUT,ECS,HIC,1960,,,, +AUT,ECS,HIC,1961,,,, +AUT,ECS,HIC,1962,,,, +AUT,ECS,HIC,1963,,,, +AUT,ECS,HIC,1964,,,, +AUT,ECS,HIC,1965,,,, +AUT,ECS,HIC,1966,,,, +AUT,ECS,HIC,1967,,,, +AUT,ECS,HIC,1968,,,, +AUT,ECS,HIC,1969,,,, +AUT,ECS,HIC,1970,,,,507776 +AUT,ECS,HIC,1971,,,103.29578,514962 +AUT,ECS,HIC,1972,,,102.76067,520525 +AUT,ECS,HIC,1973,,,101.15191,522522 +AUT,ECS,HIC,1974,,,100.04668,520518 +AUT,ECS,HIC,1975,,,99.685799,514644 +AUT,ECS,HIC,1976,,,99.247498,505648 +AUT,ECS,HIC,1977,,,99.49437,495227 +AUT,ECS,HIC,1978,,,97.310349,479839 +AUT,ECS,HIC,1979,,,96.783401,459896 +AUT,ECS,HIC,1980,,,96.23175,437418 +AUT,ECS,HIC,1981,,,96.394333,415374 +AUT,ECS,HIC,1982,,,97.274452,395773 +AUT,ECS,HIC,1983,,,97.076797,378763 +AUT,ECS,HIC,1984,,,97.077637,365150 +AUT,ECS,HIC,1985,,,96.60672,354819 +AUT,ECS,HIC,1986,,,99.103859,346932 +AUT,ECS,HIC,1987,,,100.93278,339843 +AUT,ECS,HIC,1988,,,103.76162,338019 +AUT,ECS,HIC,1989,,,105.55528,341567 +AUT,ECS,HIC,1990,,2456.7019,105.30173,348528 +AUT,ECS,HIC,1991,,2626.875,104.12055,355559 +AUT,ECS,HIC,1992,,2838.2522,103.90969,364428 +AUT,ECS,HIC,1993,,2804.8926,103.31158,370397 +AUT,ECS,HIC,1994,,,102.41308,372636 +AUT,ECS,HIC,1995,,3570.8232,102.36504,372552 +AUT,ECS,HIC,1996,,3434.7996,102.39691,373063 +AUT,ECS,HIC,1997,,,102.8261,371430 +AUT,ECS,HIC,1998,10151.484,3911.4583,103.63034,371811 +AUT,ECS,HIC,1999,10423.083,4052.2549,103.78485,374599 +AUT,ECS,HIC,2000,9919.9658,3892.6641,103.67232,378507 +AUT,ECS,HIC,2001,9993.8594,3920.9807,102.94747,381106 +AUT,ECS,HIC,2002,10297.04,3979.6414,101.25148,381707 +AUT,ECS,HIC,2003,10227.237,3885.532,100.46382,378166 +AUT,ECS,HIC,2004,10169.899,3792.9963,100.72132,370292 +AUT,ECS,HIC,2005,10606.683,3848.3379,100.83262,359826 +AUT,ECS,HIC,2006,10906.14,3874.875,101.55929,349838 +AUT,ECS,HIC,2007,11067.832,3843.2935,101.67125,341517 +AUT,ECS,HIC,2008,11693.663,3946.0032,100.72594,334941 +AUT,ECS,HIC,2009,12179.521,4038.303,100.20248,330779 +AUT,ECS,HIC,2010,12261.515,4021.9607,99.78978,328611 +AUT,ECS,HIC,2011,12416,4051.9741,99.738701,327206 +AUT,ECS,HIC,2012,10805.241,3622.6841,100.5991,325248 +AUT,ECS,HIC,2013,11506.778,3859.9717,101.2101,323832 +AUT,ECS,HIC,2014,11381.51,3821.7744,101.6282,322765 +AUT,ECS,HIC,2015,11673.26,3930.7251,101.9975,322017 +AUT,ECS,HIC,2016,,,102.2644,321746 +AUT,ECS,HIC,2017,,,103.1132,322081 +AUT,ECS,HIC,2018,,,,322679 +AZE,ECS,UMC,1960,,,, +AZE,ECS,UMC,1961,,,, +AZE,ECS,UMC,1962,,,, +AZE,ECS,UMC,1963,,,, +AZE,ECS,UMC,1964,,,, +AZE,ECS,UMC,1965,,,, +AZE,ECS,UMC,1966,,,, +AZE,ECS,UMC,1967,,,, +AZE,ECS,UMC,1968,,,, +AZE,ECS,UMC,1969,,,, +AZE,ECS,UMC,1970,,,,465567 +AZE,ECS,UMC,1971,,,,481298 +AZE,ECS,UMC,1972,,,,494503 +AZE,ECS,UMC,1973,,,,499248 +AZE,ECS,UMC,1974,,,,494267 +AZE,ECS,UMC,1975,,,,482373 +AZE,ECS,UMC,1976,,,,468067 +AZE,ECS,UMC,1977,,,,456603 +AZE,ECS,UMC,1978,,,,445692 +AZE,ECS,UMC,1979,,,,436143 +AZE,ECS,UMC,1980,,,,427617 +AZE,ECS,UMC,1981,,,112.86656,419343 +AZE,ECS,UMC,1982,,,,411905 +AZE,ECS,UMC,1983,,,,406540 +AZE,ECS,UMC,1984,,,,403410 +AZE,ECS,UMC,1985,,,,402454 +AZE,ECS,UMC,1986,,,120.91886,403368 +AZE,ECS,UMC,1987,,,,407258 +AZE,ECS,UMC,1988,,,,414383 +AZE,ECS,UMC,1989,,,114.49995,425374 +AZE,ECS,UMC,1990,,,114.62942,439327 +AZE,ECS,UMC,1991,,,113.95951,454450 +AZE,ECS,UMC,1992,,,112.5404,470288 +AZE,ECS,UMC,1993,,,111.24918,489058 +AZE,ECS,UMC,1994,,,113.01393,509846 +AZE,ECS,UMC,1995,,,113.20013,530313 +AZE,ECS,UMC,1996,,,93.508362,737641 +AZE,ECS,UMC,1997,,,94.54734,751358 +AZE,ECS,UMC,1998,,,92.877441,755908 +AZE,ECS,UMC,1999,,,95.480141,723982 +AZE,ECS,UMC,2000,,,97.207489,720249 +AZE,ECS,UMC,2001,,,98.861,701753 +AZE,ECS,UMC,2002,,,98.349426,680128 +AZE,ECS,UMC,2003,,,96.213242,660670 +AZE,ECS,UMC,2004,,,97.26133,624099 +AZE,ECS,UMC,2005,,,95.52697,594698 +AZE,ECS,UMC,2006,,,94.21666,570656 +AZE,ECS,UMC,2007,,,94.771202,540583 +AZE,ECS,UMC,2008,,,94.072472,527994 +AZE,ECS,UMC,2009,,,95.068573,515672 +AZE,ECS,UMC,2010,,,93.762299,513587 +AZE,ECS,UMC,2011,,,95.573631,505132 +AZE,ECS,UMC,2012,,,97.955307,501738 +AZE,ECS,UMC,2013,,,100.5005,495756 +AZE,ECS,UMC,2014,,,106.0599,488128 +AZE,ECS,UMC,2015,,,106.6015,516989 +AZE,ECS,UMC,2016,,,106.4317,545871 +AZE,ECS,UMC,2017,,,103.2941,588021 +AZE,ECS,UMC,2018,,,99.722099, +BDI,SSF,LIC,1960,,,, +BDI,SSF,LIC,1961,,,, +BDI,SSF,LIC,1962,,,, +BDI,SSF,LIC,1963,,,, +BDI,SSF,LIC,1964,,,, +BDI,SSF,LIC,1965,,,, +BDI,SSF,LIC,1966,,,, +BDI,SSF,LIC,1967,,,, +BDI,SSF,LIC,1968,,,, +BDI,SSF,LIC,1969,,,, +BDI,SSF,LIC,1970,,,,628568 +BDI,SSF,LIC,1971,,,28.02779,641058 +BDI,SSF,LIC,1972,,,27.11586,654058 +BDI,SSF,LIC,1973,,,23.42507,578992 +BDI,SSF,LIC,1974,,,21.378531,587195 +BDI,SSF,LIC,1975,,,21.62042,593447 +BDI,SSF,LIC,1976,,,21.49478,597020 +BDI,SSF,LIC,1977,,,21.62426,600046 +BDI,SSF,LIC,1978,,,23.158239,604612 +BDI,SSF,LIC,1979,,,23.42643,609959 +BDI,SSF,LIC,1980,,,25.35236,614850 +BDI,SSF,LIC,1981,,,27.66345,617996 +BDI,SSF,LIC,1982,,,31.979521,625658 +BDI,SSF,LIC,1983,,,39.240341,638515 +BDI,SSF,LIC,1984,,,44.355228,657146 +BDI,SSF,LIC,1985,,,48.79425,681046 +BDI,SSF,LIC,1986,,,52.829659,709707 +BDI,SSF,LIC,1987,,,59.268379,745352 +BDI,SSF,LIC,1988,,,66.72789,782805 +BDI,SSF,LIC,1989,,,68.085571,819351 +BDI,SSF,LIC,1990,,97.555702,68.615547,853433 +BDI,SSF,LIC,1991,,,70.360893,883177 +BDI,SSF,LIC,1992,,113.25069,66.955452,923067 +BDI,SSF,LIC,1993,,,65.945778,965009 +BDI,SSF,LIC,1994,,116.83766,,1007351 +BDI,SSF,LIC,1995,,112.11539,49.318562,1047205 +BDI,SSF,LIC,1996,,87.260193,38.418369,1082078 +BDI,SSF,LIC,1997,,,39.77454,1113615 +BDI,SSF,LIC,1998,,,47.49435,1142223 +BDI,SSF,LIC,1999,100.20836,67.227982,56.227558,1167540 +BDI,SSF,LIC,2000,73.819832,52.027111,58.00494,1190338 +BDI,SSF,LIC,2001,82.367699,61.833351,60.863312,1210350 +BDI,SSF,LIC,2002,87.468071,71.476372,65.641968,1219197 +BDI,SSF,LIC,2003,,,71.173302,1231041 +BDI,SSF,LIC,2004,112.54784,109.00123,76.26712,1244773 +BDI,SSF,LIC,2005,104.69121,108.55002,80.973106,1257633 +BDI,SSF,LIC,2006,,,102.9003,1267454 +BDI,SSF,LIC,2007,,,115.30829,1278592 +BDI,SSF,LIC,2008,112.82886,180.87775,122.94315,1291333 +BDI,SSF,LIC,2009,134.66618,234.24509,131.52274,1307411 +BDI,SSF,LIC,2010,,222.80402,137.1701,1327515 +BDI,SSF,LIC,2011,109.10106,224.3004,140.8289,1352457 +BDI,SSF,LIC,2012,101.19085,200.4435,139.17039,1388083 +BDI,SSF,LIC,2013,99.333603,201.38184,136.63229,1432046 +BDI,SSF,LIC,2014,,,134.2995,1484272 +BDI,SSF,LIC,2015,,,130.9034,1544521 +BDI,SSF,LIC,2016,,,128.0421,1612057 +BDI,SSF,LIC,2017,,,123.8596,1685407 +BDI,SSF,LIC,2018,,,121.4216,1760442 +BEL,ECS,HIC,1960,,,, +BEL,ECS,HIC,1961,,,, +BEL,ECS,HIC,1962,,,, +BEL,ECS,HIC,1963,,,, +BEL,ECS,HIC,1964,,,, +BEL,ECS,HIC,1965,,,, +BEL,ECS,HIC,1966,,,, +BEL,ECS,HIC,1967,,,, +BEL,ECS,HIC,1968,,,, +BEL,ECS,HIC,1969,,,, +BEL,ECS,HIC,1970,,,,935918 +BEL,ECS,HIC,1971,,,108.42098,942171 +BEL,ECS,HIC,1972,,,107.24074,946284 +BEL,ECS,HIC,1973,,,101.25906,944034 +BEL,ECS,HIC,1974,,,103.58981,935120 +BEL,ECS,HIC,1975,,,103.86289,919727 +BEL,ECS,HIC,1976,,,104.68372,899797 +BEL,ECS,HIC,1977,,,104.96783,879962 +BEL,ECS,HIC,1978,,,104.80211,861268 +BEL,ECS,HIC,1979,,,104.07689,843977 +BEL,ECS,HIC,1980,,,104.03979,828285 +BEL,ECS,HIC,1981,,,103.48176,813783 +BEL,ECS,HIC,1982,,,102.84063,798380 +BEL,ECS,HIC,1983,,,99.709717,782680 +BEL,ECS,HIC,1984,,,98.886482,767206 +BEL,ECS,HIC,1985,,,98.275223,752501 +BEL,ECS,HIC,1986,,,98.803192,739134 +BEL,ECS,HIC,1987,,,99.952332,727994 +BEL,ECS,HIC,1988,,,101.18807,720162 +BEL,ECS,HIC,1989,,,101.55944,715896 +BEL,ECS,HIC,1990,,,101.05853,715240 +BEL,ECS,HIC,1991,,,100.28592,717321 +BEL,ECS,HIC,1992,,,98.929672,719219 +BEL,ECS,HIC,1993,,3620.3652,102.45771,721364 +BEL,ECS,HIC,1994,,4021.6389,101.82412,723583 +BEL,ECS,HIC,1995,,2190.7561,101.79541,725738 +BEL,ECS,HIC,1996,,2335.8503,102.01518,728123 +BEL,ECS,HIC,1997,,,,729697 +BEL,ECS,HIC,1998,,,,731855 +BEL,ECS,HIC,1999,,,103.82362,734644 +BEL,ECS,HIC,2000,,,104.83442,738061 +BEL,ECS,HIC,2001,,,104.07656,741655 +BEL,ECS,HIC,2002,,,103.16723,744216 +BEL,ECS,HIC,2003,,,102.36091,744161 +BEL,ECS,HIC,2004,,,100.80021,741180 +BEL,ECS,HIC,2005,,,100.46234,735181 +BEL,ECS,HIC,2006,,,100.73419,727467 +BEL,ECS,HIC,2007,,,101.53422,721348 +BEL,ECS,HIC,2008,,,102.15756,717576 +BEL,ECS,HIC,2009,,,102.12756,716366 +BEL,ECS,HIC,2010,,,101.9242,717948 +BEL,ECS,HIC,2011,,,101.9468,722006 +BEL,ECS,HIC,2012,,,102.2561,727880 +BEL,ECS,HIC,2013,10213.052,7827.3032,103.822,735979 +BEL,ECS,HIC,2014,10135.848,7846.0254,103.6481,746343 +BEL,ECS,HIC,2015,10153.286,7998.2368,103.1558,758685 +BEL,ECS,HIC,2016,,,103.3178,771784 +BEL,ECS,HIC,2017,,,103.9056,784477 +BEL,ECS,HIC,2018,,,,794502 +BEN,SSF,LIC,1960,,,, +BEN,SSF,LIC,1961,,,, +BEN,SSF,LIC,1962,,,, +BEN,SSF,LIC,1963,,,, +BEN,SSF,LIC,1964,,,, +BEN,SSF,LIC,1965,,,, +BEN,SSF,LIC,1966,,,, +BEN,SSF,LIC,1967,,,, +BEN,SSF,LIC,1968,,,, +BEN,SSF,LIC,1969,,,, +BEN,SSF,LIC,1970,,,,435095 +BEN,SSF,LIC,1971,,,34.763302,446606 +BEN,SSF,LIC,1972,,,37.695202,461324 +BEN,SSF,LIC,1973,,,41.48698,476899 +BEN,SSF,LIC,1974,,,39.68721,513503 +BEN,SSF,LIC,1975,,,46.1922,528297 +BEN,SSF,LIC,1976,,,47.990749,541521 +BEN,SSF,LIC,1977,,,49.986511,559497 +BEN,SSF,LIC,1978,,,50.807049,577967 +BEN,SSF,LIC,1979,,,56.85902,596120 +BEN,SSF,LIC,1980,,,58.256931,613400 +BEN,SSF,LIC,1981,,,60.347569,629563 +BEN,SSF,LIC,1982,,,64.677902,625093 +BEN,SSF,LIC,1983,,,66.25,646317 +BEN,SSF,LIC,1984,,,64.198486,668536 +BEN,SSF,LIC,1985,,,64.306801,690801 +BEN,SSF,LIC,1986,,,62.366329,712184 +BEN,SSF,LIC,1987,,,62.69434,737100 +BEN,SSF,LIC,1988,,,61.625561,763120 +BEN,SSF,LIC,1989,,,61.09798,789635 +BEN,SSF,LIC,1990,,,51.254929,816062 +BEN,SSF,LIC,1991,,,58.219841,841859 +BEN,SSF,LIC,1992,,,61.4146,870819 +BEN,SSF,LIC,1993,,,66.499336,902009 +BEN,SSF,LIC,1994,,,66.89444,933976 +BEN,SSF,LIC,1995,,,70.24485,965053 +BEN,SSF,LIC,1996,,,72.653908,993974 +BEN,SSF,LIC,1997,,,76.382233,1027578 +BEN,SSF,LIC,1998,,,79.429688,1061744 +BEN,SSF,LIC,1999,,,79.584312,1095966 +BEN,SSF,LIC,2000,196.39424,183.12271,82.529266,1129810 +BEN,SSF,LIC,2001,220.522,232.63661,90.736412,1162638 +BEN,SSF,LIC,2002,187.96707,216.68806,96.163223,1198793 +BEN,SSF,LIC,2003,187.20396,230.86255,99.797043,1235722 +BEN,SSF,LIC,2004,199.95505,263.87027,103.72226,1272290 +BEN,SSF,LIC,2005,189.22623,249.42665,100.83883,1307175 +BEN,SSF,LIC,2006,213.34361,289.46848,101.2934,1339493 +BEN,SSF,LIC,2007,,304.30493,,1376963 +BEN,SSF,LIC,2008,229.00574,370.24692,113.18831,1414586 +BEN,SSF,LIC,2009,244.51938,428.74191,118.43397,1451771 +BEN,SSF,LIC,2010,268.12228,479.38657,120.152,1488065 +BEN,SSF,LIC,2011,,,122.726,1523213 +BEN,SSF,LIC,2012,215.55048,484.69861,127.2151,1562061 +BEN,SSF,LIC,2013,219.66843,475.81335,128.7361,1603291 +BEN,SSF,LIC,2014,207.35719,469.47577,129.5957,1646123 +BEN,SSF,LIC,2015,196.21075,491.79572,132.4668,1689601 +BEN,SSF,LIC,2016,,,130.9023,1732464 +BEN,SSF,LIC,2017,,,126.6461,1777857 +BEN,SSF,LIC,2018,,,121.9583,1823596 +BFA,SSF,LIC,1960,,,, +BFA,SSF,LIC,1961,,,, +BFA,SSF,LIC,1962,,,, +BFA,SSF,LIC,1963,,,, +BFA,SSF,LIC,1964,,,, +BFA,SSF,LIC,1965,,,, +BFA,SSF,LIC,1966,,,, +BFA,SSF,LIC,1967,,,, +BFA,SSF,LIC,1968,,,, +BFA,SSF,LIC,1969,,,, +BFA,SSF,LIC,1970,,,,849383 +BFA,SSF,LIC,1971,,,12.20559,863137 +BFA,SSF,LIC,1972,,,12.72924,880233 +BFA,SSF,LIC,1973,,,13.05107,900930 +BFA,SSF,LIC,1974,,,13.52604,923892 +BFA,SSF,LIC,1975,,,14.11697,946478 +BFA,SSF,LIC,1976,,,14.61451,966006 +BFA,SSF,LIC,1977,,,15.07216,990369 +BFA,SSF,LIC,1978,,,15.73085,1016779 +BFA,SSF,LIC,1979,,,16.36039,1043502 +BFA,SSF,LIC,1980,,,17.29208,1068865 +BFA,SSF,LIC,1981,,,18.48386,1090654 +BFA,SSF,LIC,1982,,,20.06353,1115671 +BFA,SSF,LIC,1983,,,21.83787,1147676 +BFA,SSF,LIC,1984,,,23.34259,1185524 +BFA,SSF,LIC,1985,,,25.56905,1226170 +BFA,SSF,LIC,1986,,,27.776621,1266558 +BFA,SSF,LIC,1987,,,29.786249,1310719 +BFA,SSF,LIC,1988,,,30.31633,1358697 +BFA,SSF,LIC,1989,,,31.49873,1407447 +BFA,SSF,LIC,1990,,,32.525501,1454179 +BFA,SSF,LIC,1991,,,33.722969,1495758 +BFA,SSF,LIC,1992,,,34.414909,1540068 +BFA,SSF,LIC,1993,,,35.476582,1585959 +BFA,SSF,LIC,1994,,170.83405,36.77636,1631570 +BFA,SSF,LIC,1995,,,38.835461,1674230 +BFA,SSF,LIC,1996,,153.3401,40.96957,1711014 +BFA,SSF,LIC,1997,,176.44829,,1750798 +BFA,SSF,LIC,1998,,,43.31879,1795274 +BFA,SSF,LIC,1999,,,44.284351,1843525 +BFA,SSF,LIC,2000,,,45.017368,1892958 +BFA,SSF,LIC,2001,,,46.437832,1940855 +BFA,SSF,LIC,2002,,,47.057571,1993809 +BFA,SSF,LIC,2003,,,49.311039,2052583 +BFA,SSF,LIC,2004,,,53.874401,2115127 +BFA,SSF,LIC,2005,455.09811,578.35553,58.32719,2178807 +BFA,SSF,LIC,2006,419.10693,582.79791,62.065208,2240500 +BFA,SSF,LIC,2007,282.46188,632.96027,67.669098,2307195 +BFA,SSF,LIC,2008,,,73.223839,2379606 +BFA,SSF,LIC,2009,,,77.614822,2456076 +BFA,SSF,LIC,2010,278.05685,569.35754,78.014168,2624690 +BFA,SSF,LIC,2011,268.97067,717.32019,81.59491,2702736 +BFA,SSF,LIC,2012,268.52411,668.20416,84.092613,2787438 +BFA,SSF,LIC,2013,306.29025,790.05426,85.718399,2877298 +BFA,SSF,LIC,2014,344.67651,895.08502,87.337914,2970094 +BFA,SSF,LIC,2015,274.89862,751.66248,88.366158,3063161 +BFA,SSF,LIC,2016,,,91.11084,3153356 +BFA,SSF,LIC,2017,,,93.65313,3246883 +BFA,SSF,LIC,2018,,,96.09037,3336519 +BGD,SAS,LMC,1960,,,, +BGD,SAS,LMC,1961,,,, +BGD,SAS,LMC,1962,,,, +BGD,SAS,LMC,1963,,,, +BGD,SAS,LMC,1964,,,, +BGD,SAS,LMC,1965,,,, +BGD,SAS,LMC,1966,,,, +BGD,SAS,LMC,1967,,,, +BGD,SAS,LMC,1968,,,, +BGD,SAS,LMC,1969,,,, +BGD,SAS,LMC,1970,,,56.266899,9534428 +BGD,SAS,LMC,1971,,,52.05381,9853094 +BGD,SAS,LMC,1972,,,64.52816,10148517 +BGD,SAS,LMC,1973,,,76.71962,10399245 +BGD,SAS,LMC,1974,,,75.043427,10596115 +BGD,SAS,LMC,1975,,,79.983276,10731103 +BGD,SAS,LMC,1976,,,81.350311,10961861 +BGD,SAS,LMC,1977,,,75.571503,11168595 +BGD,SAS,LMC,1978,,,74.023323,11345320 +BGD,SAS,LMC,1979,,,72.823708,11507370 +BGD,SAS,LMC,1980,,,71.611412,11682244 +BGD,SAS,LMC,1981,,,70.340652,11956633 +BGD,SAS,LMC,1982,,,71.591042,11917415 +BGD,SAS,LMC,1983,,,73.02713,12288527 +BGD,SAS,LMC,1984,,,71.799377,12711531 +BGD,SAS,LMC,1985,,,69.888367,13129320 +BGD,SAS,LMC,1986,,,69.504913,13539394 +BGD,SAS,LMC,1987,,,68.423347,13924580 +BGD,SAS,LMC,1988,,,80.451088,14263267 +BGD,SAS,LMC,1989,,,80.419922,14541391 +BGD,SAS,LMC,1990,,,83.797012,14760625 +BGD,SAS,LMC,1991,,1021.9531,,15017168 +BGD,SAS,LMC,1992,,1212.5785,,15255252 +BGD,SAS,LMC,1993,,1445.3995,,15461879 +BGD,SAS,LMC,1994,,,,15628400 +BGD,SAS,LMC,1995,,,,15751088 +BGD,SAS,LMC,1996,,,,15883038 +BGD,SAS,LMC,1997,,1902.6333,,15991457 +BGD,SAS,LMC,1998,,,,16068964 +BGD,SAS,LMC,1999,,1979.6003,,16114174 +BGD,SAS,LMC,2000,,2158.6763,,16132457 +BGD,SAS,LMC,2001,,,,16200944 +BGD,SAS,LMC,2002,,2199.502,,16281034 +BGD,SAS,LMC,2003,,2359.7285,,16363375 +BGD,SAS,LMC,2004,,2039.6752,,16433290 +BGD,SAS,LMC,2005,,,101.64781,16471356 +BGD,SAS,LMC,2006,160.7558,2635.8921,102.41615,16532115 +BGD,SAS,LMC,2007,193.07727,3202.7163,101.62025,16585252 +BGD,SAS,LMC,2008,192.70267,3132.7178,99.542931,16620848 +BGD,SAS,LMC,2009,184.34689,3095.7598,102.92757,16629840 +BGD,SAS,LMC,2010,,,105.9745,16604505 +BGD,SAS,LMC,2011,,3978.6077,,16537282 +BGD,SAS,LMC,2012,,4088.5183,,16436926 +BGD,SAS,LMC,2013,,,,16290492 +BGD,SAS,LMC,2014,,,,16099843 +BGD,SAS,LMC,2015,,,,15888671 +BGD,SAS,LMC,2016,,,,15690520 +BGD,SAS,LMC,2017,,,,15528512 +BGD,SAS,LMC,2018,,,116.4663, +BGR,ECS,UMC,1960,,,, +BGR,ECS,UMC,1961,,,, +BGR,ECS,UMC,1962,,,, +BGR,ECS,UMC,1963,,,, +BGR,ECS,UMC,1964,,,, +BGR,ECS,UMC,1965,,,, +BGR,ECS,UMC,1966,,,, +BGR,ECS,UMC,1967,,,, +BGR,ECS,UMC,1968,,,, +BGR,ECS,UMC,1969,,,, +BGR,ECS,UMC,1970,,,,517826 +BGR,ECS,UMC,1971,,,105.83178,512479 +BGR,ECS,UMC,1972,,,104.00017,507900 +BGR,ECS,UMC,1973,,,101.80757,504882 +BGR,ECS,UMC,1974,,,99.554947,503571 +BGR,ECS,UMC,1975,,,96.191177,503815 +BGR,ECS,UMC,1976,,,98.151016,505021 +BGR,ECS,UMC,1977,,,100.28105,505999 +BGR,ECS,UMC,1978,,,102.96703,507634 +BGR,ECS,UMC,1979,,,103.49345,510586 +BGR,ECS,UMC,1980,,,101.23397,514989 +BGR,ECS,UMC,1981,,,100.5986,520110 +BGR,ECS,UMC,1982,,,103.34317,526121 +BGR,ECS,UMC,1983,,,104.48956,532209 +BGR,ECS,UMC,1984,,,106.34603,537564 +BGR,ECS,UMC,1985,,,107.07598,541135 +BGR,ECS,UMC,1986,,,104.715,542125 +BGR,ECS,UMC,1987,,,105.6414,540393 +BGR,ECS,UMC,1988,,,103.47107,534041 +BGR,ECS,UMC,1989,,,101.31786,522250 +BGR,ECS,UMC,1990,,,94.682678,505796 +BGR,ECS,UMC,1991,,,93.583443,487139 +BGR,ECS,UMC,1992,,,93.582802,469755 +BGR,ECS,UMC,1993,,,94.463181,454727 +BGR,ECS,UMC,1994,,,95.559097,443461 +BGR,ECS,UMC,1995,,,97.583389,435768 +BGR,ECS,UMC,1996,,,101.09829,429172 +BGR,ECS,UMC,1997,,,102.30318,422035 +BGR,ECS,UMC,1998,1200.3923,510.78015,103.17219,412400 +BGR,ECS,UMC,1999,,,103.3301,398436 +BGR,ECS,UMC,2000,,,103.45403,379754 +BGR,ECS,UMC,2001,1533.5371,574.0965,104.4846,358305 +BGR,ECS,UMC,2002,1683.0233,588.41187,103.39814,338146 +BGR,ECS,UMC,2003,2068.4539,694.53815,104.63383,318307 +BGR,ECS,UMC,2004,1391.2585,437.58539,105.12685,298981 +BGR,ECS,UMC,2005,2981.4924,864.71655,103.3586,280743 +BGR,ECS,UMC,2006,3118.3862,852.23444,103.41791,264217 +BGR,ECS,UMC,2007,3214.9187,863.54089,106.84427,250535 +BGR,ECS,UMC,2008,3775.6067,1000.4059,108.87175,241252 +BGR,ECS,UMC,2009,3653.0984,961.96967,109.68893,237751 +BGR,ECS,UMC,2010,3465.1523,924.95752,108.331,239871 +BGR,ECS,UMC,2011,3114.7771,821.12189,103.5849,245357 +BGR,ECS,UMC,2012,3115.6411,812.90912,100.3292,250044 +BGR,ECS,UMC,2013,3868.1255,1005.5214,98.054939,255899 +BGR,ECS,UMC,2014,,,96.662163,262670 +BGR,ECS,UMC,2015,,,94.198273,269695 +BGR,ECS,UMC,2016,,,91.083221,276199 +BGR,ECS,UMC,2017,,,,282357 +BGR,ECS,UMC,2018,,,,285855 +BHR,MEA,HIC,1960,,,, +BHR,MEA,HIC,1961,,,, +BHR,MEA,HIC,1962,,,, +BHR,MEA,HIC,1963,,,, +BHR,MEA,HIC,1964,,,, +BHR,MEA,HIC,1965,,,, +BHR,MEA,HIC,1966,,,, +BHR,MEA,HIC,1967,,,, +BHR,MEA,HIC,1968,,,, +BHR,MEA,HIC,1969,,,, +BHR,MEA,HIC,1970,,,,36160 +BHR,MEA,HIC,1971,,,106.48933,36352 +BHR,MEA,HIC,1972,,,109.82366,36066 +BHR,MEA,HIC,1973,,,111.97061,36197 +BHR,MEA,HIC,1974,,,113.00489,36840 +BHR,MEA,HIC,1975,,,115.41491,38093 +BHR,MEA,HIC,1976,,,112.42638,39899 +BHR,MEA,HIC,1977,,,110.34,41412 +BHR,MEA,HIC,1978,,,108.44355,42719 +BHR,MEA,HIC,1979,,,109.20446,43794 +BHR,MEA,HIC,1980,,,109.09335,44615 +BHR,MEA,HIC,1981,,,106.97947,45290 +BHR,MEA,HIC,1982,,,106.05141,46485 +BHR,MEA,HIC,1983,,,105.28556,47696 +BHR,MEA,HIC,1984,,,109.63431,48867 +BHR,MEA,HIC,1985,,,111.10088,49951 +BHR,MEA,HIC,1986,,,112.50883,50956 +BHR,MEA,HIC,1987,,,111.8895,52273 +BHR,MEA,HIC,1988,,,112.13803,54045 +BHR,MEA,HIC,1989,,,112.7371,56041 +BHR,MEA,HIC,1990,,,110.33341,58006 +BHR,MEA,HIC,1991,,,111.44636,59756 +BHR,MEA,HIC,1992,,,107.90687,61808 +BHR,MEA,HIC,1993,,,107.68678,63980 +BHR,MEA,HIC,1994,,,106.9724,65918 +BHR,MEA,HIC,1995,,,107.70296,67159 +BHR,MEA,HIC,1996,,,107.67883,67354 +BHR,MEA,HIC,1997,,,107.73461,67646 +BHR,MEA,HIC,1998,,,107.79913,68701 +BHR,MEA,HIC,1999,,,107.89463,70720 +BHR,MEA,HIC,2000,,,104.96603,74046 +BHR,MEA,HIC,2001,,,100.67704,78874 +BHR,MEA,HIC,2002,,,100.74198,80461 +BHR,MEA,HIC,2003,,,99.80986,82043 +BHR,MEA,HIC,2004,,,98.382263,84068 +BHR,MEA,HIC,2005,,,95.745979,87000 +BHR,MEA,HIC,2006,,,98.417137,91164 +BHR,MEA,HIC,2007,,,,93387 +BHR,MEA,HIC,2008,,,,95850 +BHR,MEA,HIC,2009,,,,97856 +BHR,MEA,HIC,2010,,,,98616 +BHR,MEA,HIC,2011,,,94.868973,98070 +BHR,MEA,HIC,2012,,,95.34285,100204 +BHR,MEA,HIC,2013,4824.0566,480.96811,97.674278,102113 +BHR,MEA,HIC,2014,4880.4326,506.61816,99.72908,104136 +BHR,MEA,HIC,2015,5288.5015,571.9726,101.2005,106906 +BHR,MEA,HIC,2016,,,101.0931,110966 +BHR,MEA,HIC,2017,,,101.2131,112391 +BHR,MEA,HIC,2018,,,99.363052,115525 +BHS,LCN,HIC,1960,,,, +BHS,LCN,HIC,1961,,,, +BHS,LCN,HIC,1962,,,, +BHS,LCN,HIC,1963,,,, +BHS,LCN,HIC,1964,,,, +BHS,LCN,HIC,1965,,,, +BHS,LCN,HIC,1966,,,, +BHS,LCN,HIC,1967,,,, +BHS,LCN,HIC,1968,,,, +BHS,LCN,HIC,1969,,,, +BHS,LCN,HIC,1970,,,,30215 +BHS,LCN,HIC,1971,,,101.78283,31576 +BHS,LCN,HIC,1972,,,99.90995,32200 +BHS,LCN,HIC,1973,,,96.350861,32165 +BHS,LCN,HIC,1974,,,99.349068,31634 +BHS,LCN,HIC,1975,,,102.42115,30957 +BHS,LCN,HIC,1976,,,103.44186,30626 +BHS,LCN,HIC,1977,,,105.07816,30352 +BHS,LCN,HIC,1978,,,106.16315,30405 +BHS,LCN,HIC,1979,,,104.07581,30830 +BHS,LCN,HIC,1980,,,100.89673,31525 +BHS,LCN,HIC,1981,,,101.79711,32244 +BHS,LCN,HIC,1982,,,100.42706,32522 +BHS,LCN,HIC,1983,,,100.86151,32374 +BHS,LCN,HIC,1984,,,95.938988,31869 +BHS,LCN,HIC,1985,,,105.44627,31236 +BHS,LCN,HIC,1986,,,106.62166,30847 +BHS,LCN,HIC,1987,,,,30773 +BHS,LCN,HIC,1988,,,,31242 +BHS,LCN,HIC,1989,,,,32218 +BHS,LCN,HIC,1990,,,98.341011,33476 +BHS,LCN,HIC,1991,,,95.121391,34563 +BHS,LCN,HIC,1992,,,94.460953,35328 +BHS,LCN,HIC,1993,,,95.379639,35556 +BHS,LCN,HIC,1994,,,94.608856,35241 +BHS,LCN,HIC,1995,,,95.967491,34566 +BHS,LCN,HIC,1996,,,101.24875,33944 +BHS,LCN,HIC,1997,,,98.902138,33857 +BHS,LCN,HIC,1998,,,99.301949,34185 +BHS,LCN,HIC,1999,,,96.655128,34866 +BHS,LCN,HIC,2000,,,,35725 +BHS,LCN,HIC,2001,,,,36418 +BHS,LCN,HIC,2002,,,93.199623,36160 +BHS,LCN,HIC,2003,,,,35569 +BHS,LCN,HIC,2004,,,98.256607,34770 +BHS,LCN,HIC,2005,,,100.39834,33939 +BHS,LCN,HIC,2006,,,96.058296,33308 +BHS,LCN,HIC,2007,,,98.393768,33379 +BHS,LCN,HIC,2008,,,97.120628,33111 +BHS,LCN,HIC,2009,,,91.607773,32476 +BHS,LCN,HIC,2010,,,88.928726,31486 +BHS,LCN,HIC,2011,,,94.535477,30233 +BHS,LCN,HIC,2012,,,89.392708,29699 +BHS,LCN,HIC,2013,,,82.441872,29687 +BHS,LCN,HIC,2014,,,83.1912,30229 +BHS,LCN,HIC,2015,,,86.229713,31182 +BHS,LCN,HIC,2016,,,81.464256,32152 +BHS,LCN,HIC,2017,,,,32912 +BHS,LCN,HIC,2018,,,,33398 +BIH,ECS,UMC,1960,,,, +BIH,ECS,UMC,1961,,,, +BIH,ECS,UMC,1962,,,, +BIH,ECS,UMC,1963,,,, +BIH,ECS,UMC,1964,,,, +BIH,ECS,UMC,1965,,,, +BIH,ECS,UMC,1966,,,, +BIH,ECS,UMC,1967,,,, +BIH,ECS,UMC,1968,,,, +BIH,ECS,UMC,1969,,,, +BIH,ECS,UMC,1970,,,,360702 +BIH,ECS,UMC,1971,,,,365128 +BIH,ECS,UMC,1972,,,,367063 +BIH,ECS,UMC,1973,,,,364877 +BIH,ECS,UMC,1974,,,,358485 +BIH,ECS,UMC,1975,,,,349621 +BIH,ECS,UMC,1976,,,,340964 +BIH,ECS,UMC,1977,,,,332983 +BIH,ECS,UMC,1978,,,,327804 +BIH,ECS,UMC,1979,,,,325832 +BIH,ECS,UMC,1980,,,,325824 +BIH,ECS,UMC,1981,,,,325568 +BIH,ECS,UMC,1982,,,,324027 +BIH,ECS,UMC,1983,,,,320780 +BIH,ECS,UMC,1984,,,,315700 +BIH,ECS,UMC,1985,,,,309672 +BIH,ECS,UMC,1986,,,,304045 +BIH,ECS,UMC,1987,,,,299872 +BIH,ECS,UMC,1988,,,,297783 +BIH,ECS,UMC,1989,,,,297015 +BIH,ECS,UMC,1990,,,,295774 +BIH,ECS,UMC,1991,,,,292203 +BIH,ECS,UMC,1992,,,,281625 +BIH,ECS,UMC,1993,,,,269068 +BIH,ECS,UMC,1994,,,,256201 +BIH,ECS,UMC,1995,,,,244856 +BIH,ECS,UMC,1996,,,,236133 +BIH,ECS,UMC,1997,,,,230840 +BIH,ECS,UMC,1998,,,,225718 +BIH,ECS,UMC,1999,,,, +BIH,ECS,UMC,2000,,,, +BIH,ECS,UMC,2001,,,, +BIH,ECS,UMC,2002,,,, +BIH,ECS,UMC,2003,,,, +BIH,ECS,UMC,2004,,,, +BIH,ECS,UMC,2005,,,, +BIH,ECS,UMC,2006,,,, +BIH,ECS,UMC,2007,,,, +BIH,ECS,UMC,2008,,,, +BIH,ECS,UMC,2009,,,, +BIH,ECS,UMC,2010,,,, +BIH,ECS,UMC,2011,,,, +BIH,ECS,UMC,2012,,,, +BIH,ECS,UMC,2013,,,, +BIH,ECS,UMC,2014,,,, +BIH,ECS,UMC,2015,,,, +BIH,ECS,UMC,2016,,,, +BIH,ECS,UMC,2017,,,, +BIH,ECS,UMC,2018,,,, +BLR,ECS,UMC,1960,,,, +BLR,ECS,UMC,1961,,,, +BLR,ECS,UMC,1962,,,, +BLR,ECS,UMC,1963,,,, +BLR,ECS,UMC,1964,,,, +BLR,ECS,UMC,1965,,,, +BLR,ECS,UMC,1966,,,, +BLR,ECS,UMC,1967,,,, +BLR,ECS,UMC,1968,,,, +BLR,ECS,UMC,1969,,,, +BLR,ECS,UMC,1970,,,,954199 +BLR,ECS,UMC,1971,,,102.07229,934093 +BLR,ECS,UMC,1972,,,101.12632,908718 +BLR,ECS,UMC,1973,,,100.18654,881147 +BLR,ECS,UMC,1974,,,99.017776,850923 +BLR,ECS,UMC,1975,,,98.607193,818494 +BLR,ECS,UMC,1976,,,98.490952,785873 +BLR,ECS,UMC,1977,,,99.348106,751846 +BLR,ECS,UMC,1978,,,100.80039,726611 +BLR,ECS,UMC,1979,,,102.03332,712112 +BLR,ECS,UMC,1980,,,104.01532,709258 +BLR,ECS,UMC,1981,,,105.11163,715591 +BLR,ECS,UMC,1982,,,105.94547,724063 +BLR,ECS,UMC,1983,,,106.36481,730003 +BLR,ECS,UMC,1984,,,107.02503,733356 +BLR,ECS,UMC,1985,,,107.78066,734215 +BLR,ECS,UMC,1986,,,108.844,733505 +BLR,ECS,UMC,1987,,,94.797089,887847 +BLR,ECS,UMC,1988,,,94.830063,897272 +BLR,ECS,UMC,1989,,,94.087914,910794 +BLR,ECS,UMC,1990,,,94.082451,927810 +BLR,ECS,UMC,1991,,,96.219009,642851 +BLR,ECS,UMC,1992,,,95.890961,650739 +BLR,ECS,UMC,1993,,,97.536034,655348 +BLR,ECS,UMC,1994,,,97.38446,655931 +BLR,ECS,UMC,1995,,,98.246597,651968 +BLR,ECS,UMC,1996,,,98.931801,643215 +BLR,ECS,UMC,1997,,,99.976013,629389 +BLR,ECS,UMC,1998,,,102.22544,605407 +BLR,ECS,UMC,1999,,,111.39616,571261 +BLR,ECS,UMC,2000,,,113.71677,530929 +BLR,ECS,UMC,2001,,,114.99931,490999 +BLR,ECS,UMC,2002,,,112.47116,458073 +BLR,ECS,UMC,2003,,,102.3793,429581 +BLR,ECS,UMC,2004,,,99.979446,406461 +BLR,ECS,UMC,2005,,,98.431381,388009 +BLR,ECS,UMC,2006,,,99.367157,372333 +BLR,ECS,UMC,2007,,,101.78973,357252 +BLR,ECS,UMC,2008,,,104.84638,347636 +BLR,ECS,UMC,2009,,,105.94052,343957 +BLR,ECS,UMC,2010,,,104.3697,345077 +BLR,ECS,UMC,2011,,,102.1262,348712 +BLR,ECS,UMC,2012,,,99.81443,354408 +BLR,ECS,UMC,2013,,,98.207253,363389 +BLR,ECS,UMC,2014,,,98.304123,375191 +BLR,ECS,UMC,2015,,,99.14978,388800 +BLR,ECS,UMC,2016,,,101.077,402871 +BLR,ECS,UMC,2017,,,101.9658,416304 +BLR,ECS,UMC,2018,,,100.5002,429051 +BLZ,LCN,UMC,1960,,,, +BLZ,LCN,UMC,1961,,,, +BLZ,LCN,UMC,1962,,,, +BLZ,LCN,UMC,1963,,,, +BLZ,LCN,UMC,1964,,,, +BLZ,LCN,UMC,1965,,,, +BLZ,LCN,UMC,1966,,,, +BLZ,LCN,UMC,1967,,,, +BLZ,LCN,UMC,1968,,,, +BLZ,LCN,UMC,1969,,,, +BLZ,LCN,UMC,1970,,,,21858 +BLZ,LCN,UMC,1971,,,113.39387,22137 +BLZ,LCN,UMC,1972,,,111.36384,22598 +BLZ,LCN,UMC,1973,,,111.06527,23027 +BLZ,LCN,UMC,1974,,,110.56518,23426 +BLZ,LCN,UMC,1975,,,,23805 +BLZ,LCN,UMC,1976,,,107.26137,24169 +BLZ,LCN,UMC,1977,,,108.47028,24462 +BLZ,LCN,UMC,1978,,,108.95895,24802 +BLZ,LCN,UMC,1979,,,,25201 +BLZ,LCN,UMC,1980,,,109.262,25664 +BLZ,LCN,UMC,1981,,,106.81453,26150 +BLZ,LCN,UMC,1982,,,107.59489,26531 +BLZ,LCN,UMC,1983,,,108.53522,26830 +BLZ,LCN,UMC,1984,,,113.29095,27056 +BLZ,LCN,UMC,1985,,,113.81045,27233 +BLZ,LCN,UMC,1986,,,112.52462,27921 +BLZ,LCN,UMC,1987,,,113.92671,28571 +BLZ,LCN,UMC,1988,,,113.10331,29504 +BLZ,LCN,UMC,1989,,,111.55567,30617 +BLZ,LCN,UMC,1990,,,112.7353,31715 +BLZ,LCN,UMC,1991,,,114.74137,32575 +BLZ,LCN,UMC,1992,,,113.81608,33460 +BLZ,LCN,UMC,1993,,,115.06528,34085 +BLZ,LCN,UMC,1994,,,117.84656,34437 +BLZ,LCN,UMC,1995,,,119.6816,34611 +BLZ,LCN,UMC,1996,,,123.12451,34751 +BLZ,LCN,UMC,1997,,,122.29799,35051 +BLZ,LCN,UMC,1998,,,,35865 +BLZ,LCN,UMC,1999,1092.5164,48.267368,119.06751,37113 +BLZ,LCN,UMC,2000,1063.6337,49.371159,115.91097,38646 +BLZ,LCN,UMC,2001,,,112.40404,40253 +BLZ,LCN,UMC,2002,,,107.26702,41417 +BLZ,LCN,UMC,2003,,,111.15116,42447 +BLZ,LCN,UMC,2004,1020.4454,49.997742,112.8524,43400 +BLZ,LCN,UMC,2005,1148.4053,57.703918,113.27096,44340 +BLZ,LCN,UMC,2006,1181.9453,60.866638,113.68493,45280 +BLZ,LCN,UMC,2007,,,113.11683,45861 +BLZ,LCN,UMC,2008,1300.0997,67.597389,112.33202,46277 +BLZ,LCN,UMC,2009,1359.9437,71.572479,113.02994,46566 +BLZ,LCN,UMC,2010,1511.996,79.60659,112.5697,46780 +BLZ,LCN,UMC,2011,,,111.4016,46999 +BLZ,LCN,UMC,2012,1253.7338,67.206398,113.7845,47107 +BLZ,LCN,UMC,2013,1354.0497,71.186447,111.9575,46927 +BLZ,LCN,UMC,2014,1357.9567,70.58387,111.5527,46521 +BLZ,LCN,UMC,2015,1272.592,66.266411,112.8883,46025 +BLZ,LCN,UMC,2016,1385.7581,72.520882,114.4842,45629 +BLZ,LCN,UMC,2017,1352.4065,69.665161,113.2306,45472 +BLZ,LCN,UMC,2018,,,111.6969,45554 +BMU,NAC,HIC,1960,,,, +BMU,NAC,HIC,1961,,,, +BMU,NAC,HIC,1962,,,, +BMU,NAC,HIC,1963,,,, +BMU,NAC,HIC,1964,,,, +BMU,NAC,HIC,1965,,,, +BMU,NAC,HIC,1966,,,, +BMU,NAC,HIC,1967,,,, +BMU,NAC,HIC,1968,,,, +BMU,NAC,HIC,1969,,,, +BMU,NAC,HIC,1970,,,,7991 +BMU,NAC,HIC,1971,,,97.307182,7957 +BMU,NAC,HIC,1972,,,95.197151,7887 +BMU,NAC,HIC,1973,,,92.788162,7715 +BMU,NAC,HIC,1974,,,93.226936,7450 +BMU,NAC,HIC,1975,,,93.791512,7122 +BMU,NAC,HIC,1976,,,96.787033,6780 +BMU,NAC,HIC,1977,,,98.203407,6478 +BMU,NAC,HIC,1978,,,98.95929,6273 +BMU,NAC,HIC,1979,,,92.792648,6152 +BMU,NAC,HIC,1980,,,93.721619,6102 +BMU,NAC,HIC,1981,,,93.126183,6073 +BMU,NAC,HIC,1982,,,92.848122,6022 +BMU,NAC,HIC,1983,,,92.206543,5915 +BMU,NAC,HIC,1984,,,90.819511,5760 +BMU,NAC,HIC,1985,,,91.383102,5577 +BMU,NAC,HIC,1986,,,,5397 +BMU,NAC,HIC,1987,,,,5268 +BMU,NAC,HIC,1988,,,,5201 +BMU,NAC,HIC,1989,,,,5191 +BMU,NAC,HIC,1990,,,,5237 +BMU,NAC,HIC,1991,,,,5316 +BMU,NAC,HIC,1992,,,,5404 +BMU,NAC,HIC,1993,,,,5513 +BMU,NAC,HIC,1994,,,,5631 +BMU,NAC,HIC,1995,,,100.81163,5752 +BMU,NAC,HIC,1996,,,,5858 +BMU,NAC,HIC,1997,,,113.2435,5135 +BMU,NAC,HIC,1998,,,,5138 +BMU,NAC,HIC,1999,,,,5084 +BMU,NAC,HIC,2000,,,,4990 +BMU,NAC,HIC,2001,,,97.159088,4896 +BMU,NAC,HIC,2002,,,97.035568,4837 +BMU,NAC,HIC,2003,,,97.404671,4801 +BMU,NAC,HIC,2004,,,97.171722,4791 +BMU,NAC,HIC,2005,,,97.540977,4803 +BMU,NAC,HIC,2006,,,97.41774,4817 +BMU,NAC,HIC,2007,,,,4822 +BMU,NAC,HIC,2008,,,,4830 +BMU,NAC,HIC,2009,,,,4839 +BMU,NAC,HIC,2010,,,99.311722,4847 +BMU,NAC,HIC,2011,,,98.370667,4839 +BMU,NAC,HIC,2012,,,97.210052,4818 +BMU,NAC,HIC,2013,,,96.806007,4768 +BMU,NAC,HIC,2014,,,98.06266,4687 +BMU,NAC,HIC,2015,,,101.1463,4590 +BMU,NAC,HIC,2016,,,,4498 +BMU,NAC,HIC,2017,,,,4434 +BMU,NAC,HIC,2018,,,,4399 +BOL,LCN,LMC,1960,,,, +BOL,LCN,LMC,1961,,,, +BOL,LCN,LMC,1962,,,, +BOL,LCN,LMC,1963,,,, +BOL,LCN,LMC,1964,,,, +BOL,LCN,LMC,1965,,,, +BOL,LCN,LMC,1966,,,, +BOL,LCN,LMC,1967,,,, +BOL,LCN,LMC,1968,,,, +BOL,LCN,LMC,1969,,,, +BOL,LCN,LMC,1970,,,88.930901,716497 +BOL,LCN,LMC,1971,,,88.573914,731412 +BOL,LCN,LMC,1972,,,90.002838,747846 +BOL,LCN,LMC,1973,,,92.412354,764721 +BOL,LCN,LMC,1974,,,94.617043,780837 +BOL,LCN,LMC,1975,,,99.43927,795095 +BOL,LCN,LMC,1976,,,101.54596,812591 +BOL,LCN,LMC,1977,,,98.382828,831688 +BOL,LCN,LMC,1978,,,99.207443,851248 +BOL,LCN,LMC,1979,,,100.75862,870105 +BOL,LCN,LMC,1980,,,99.967102,887321 +BOL,LCN,LMC,1981,,,101.53985,907140 +BOL,LCN,LMC,1982,,,,929479 +BOL,LCN,LMC,1983,,,103.72649,953009 +BOL,LCN,LMC,1984,,,109.38389,976148 +BOL,LCN,LMC,1985,,,,997220 +BOL,LCN,LMC,1986,,,107.4295,1019453 +BOL,LCN,LMC,1987,,,114.04511,1041684 +BOL,LCN,LMC,1988,,,,1062670 +BOL,LCN,LMC,1989,,,103.20282,1081119 +BOL,LCN,LMC,1990,,,105.71265,1096211 +BOL,LCN,LMC,1991,,,107.44686,1112504 +BOL,LCN,LMC,1992,,,107.59494,1128892 +BOL,LCN,LMC,1993,,,108.48703,1144328 +BOL,LCN,LMC,1994,,591.117,110.49408,1157783 +BOL,LCN,LMC,1995,,691.63361,112.96301,1168723 +BOL,LCN,LMC,1996,,800.09692,114.11485,1181141 +BOL,LCN,LMC,1997,,,115.3264,1195294 +BOL,LCN,LMC,1998,646.00623,904.5412,116.32431,1210342 +BOL,LCN,LMC,1999,674.66168,974.8045,118.30218,1225350 +BOL,LCN,LMC,2000,601.48022,879.25336,118.22122,1239232 +BOL,LCN,LMC,2001,,,117.24152,1253837 +BOL,LCN,LMC,2002,753.58936,1128.277,117.82004,1269805 +BOL,LCN,LMC,2003,800.1156,1195.6295,116.04538,1286254 +BOL,LCN,LMC,2004,,,115.41665,1302096 +BOL,LCN,LMC,2005,,,114.81316,1316029 +BOL,LCN,LMC,2006,710.83978,1072.0844,113.27957,1329796 +BOL,LCN,LMC,2007,,,112.38876,1342230 +BOL,LCN,LMC,2008,1030.6754,1554.6595,111.0085,1352571 +BOL,LCN,LMC,2009,1237.225,1818.0959,107.1726,1360155 +BOL,LCN,LMC,2010,1212.4924,1732.7537,103.4391,1364833 +BOL,LCN,LMC,2011,1035.3503,1517.7297,99.904099,1369754 +BOL,LCN,LMC,2012,1459.7388,2006.1102,98.312241,1374829 +BOL,LCN,LMC,2013,1069.1896,1506.8721,97.056374,1379394 +BOL,LCN,LMC,2014,1601.7233,2183.9856,95.930122,1382682 +BOL,LCN,LMC,2015,,,95.857964,1384085 +BOL,LCN,LMC,2016,,,96.592499,1386341 +BOL,LCN,LMC,2017,,,97.55629,1387892 +BOL,LCN,LMC,2018,,,,1388590 +BRA,LCN,UMC,1960,,,, +BRA,LCN,UMC,1961,,,, +BRA,LCN,UMC,1962,,,, +BRA,LCN,UMC,1963,,,, +BRA,LCN,UMC,1964,,,, +BRA,LCN,UMC,1965,,,, +BRA,LCN,UMC,1966,,,, +BRA,LCN,UMC,1967,,,, +BRA,LCN,UMC,1968,,,, +BRA,LCN,UMC,1969,,,, +BRA,LCN,UMC,1970,,,, +BRA,LCN,UMC,1971,,,, +BRA,LCN,UMC,1972,,,, +BRA,LCN,UMC,1973,,,, +BRA,LCN,UMC,1974,,,, +BRA,LCN,UMC,1975,,,, +BRA,LCN,UMC,1976,,,, +BRA,LCN,UMC,1977,,,, +BRA,LCN,UMC,1978,,,, +BRA,LCN,UMC,1979,,,, +BRA,LCN,UMC,1980,,,, +BRA,LCN,UMC,1981,,,, +BRA,LCN,UMC,1982,,,, +BRA,LCN,UMC,1983,,,, +BRA,LCN,UMC,1984,,,, +BRA,LCN,UMC,1985,,,, +BRA,LCN,UMC,1986,,,, +BRA,LCN,UMC,1987,,,, +BRA,LCN,UMC,1988,,,, +BRA,LCN,UMC,1989,,,, +BRA,LCN,UMC,1990,,,, +BRA,LCN,UMC,1991,,,, +BRA,LCN,UMC,1992,,,, +BRA,LCN,UMC,1993,,,, +BRA,LCN,UMC,1994,,,, +BRA,LCN,UMC,1995,,43322.938,, +BRA,LCN,UMC,1996,,,, +BRA,LCN,UMC,1997,,,, +BRA,LCN,UMC,1998,,32157.096,, +BRA,LCN,UMC,1999,1273.1438,26658.455,165.64539,12640905 +BRA,LCN,UMC,2000,1296.9744,26213.805,, +BRA,LCN,UMC,2001,1274.2606,25138.211,150.78555,13083272 +BRA,LCN,UMC,2002,1225.7587,23755.676,146.82779,13199400 +BRA,LCN,UMC,2003,,,140.54449,13461305 +BRA,LCN,UMC,2004,1656.7726,31444.234,133.6963,14195761 +BRA,LCN,UMC,2005,2024.115,37772.223,133.26216,14003304 +BRA,LCN,UMC,2006,,40200.09,, +BRA,LCN,UMC,2007,2432.7656,43780.254,128.17979,14039719 +BRA,LCN,UMC,2008,2712.2188,48311.223,132.05521,13488628 +BRA,LCN,UMC,2009,2908.2019,50753.609,131.16516,13305276 +BRA,LCN,UMC,2010,3231.8403,54597.059,, +BRA,LCN,UMC,2011,3269.7249,53907.563,132.4966,12443247 +BRA,LCN,UMC,2012,3207.4778,54706.73,134.5204,11994381 +BRA,LCN,UMC,2013,3294.9995,55226.477,113.9198,14712710 +BRA,LCN,UMC,2014,3248.0654,54016.035,114.2547,14555389 +BRA,LCN,UMC,2015,3203.094,52207.762,112.7733,14453037 +BRA,LCN,UMC,2016,,,113.9454,14145864 +BRA,LCN,UMC,2017,,,115.4478, +BRA,LCN,UMC,2018,,,, +BRB,LCN,HIC,1960,,,, +BRB,LCN,HIC,1961,,,, +BRB,LCN,HIC,1962,,,, +BRB,LCN,HIC,1963,,,, +BRB,LCN,HIC,1964,,,, +BRB,LCN,HIC,1965,,,, +BRB,LCN,HIC,1966,,,, +BRB,LCN,HIC,1967,,,, +BRB,LCN,HIC,1968,,,, +BRB,LCN,HIC,1969,,,, +BRB,LCN,HIC,1970,,,,38240 +BRB,LCN,HIC,1971,,,102.3887,38098 +BRB,LCN,HIC,1972,,,100.29967,37377 +BRB,LCN,HIC,1973,,,101.34997,36227 +BRB,LCN,HIC,1974,,,98.595619,34609 +BRB,LCN,HIC,1975,,,104.63755,32629 +BRB,LCN,HIC,1976,,,107.5484,30577 +BRB,LCN,HIC,1977,,,114.57996,29666 +BRB,LCN,HIC,1978,,,116.31311,29511 +BRB,LCN,HIC,1979,,,115.15071,29993 +BRB,LCN,HIC,1980,,,101.40284,30867 +BRB,LCN,HIC,1981,,,98.140968,31735 +BRB,LCN,HIC,1982,,,98.250999,31273 +BRB,LCN,HIC,1983,,,99.786201,30401 +BRB,LCN,HIC,1984,,,105.95838,29165 +BRB,LCN,HIC,1985,,,108.68046,27748 +BRB,LCN,HIC,1986,,,,26467 +BRB,LCN,HIC,1987,,,,25495 +BRB,LCN,HIC,1988,,,,24925 +BRB,LCN,HIC,1989,,,119.45409,24764 +BRB,LCN,HIC,1990,,,114.46692,24908 +BRB,LCN,HIC,1991,,93.143494,,25097 +BRB,LCN,HIC,1992,,,106.28663,25082 +BRB,LCN,HIC,1993,,,,25012 +BRB,LCN,HIC,1994,,,,24866 +BRB,LCN,HIC,1995,,,,24665 +BRB,LCN,HIC,1996,,,,24473 +BRB,LCN,HIC,1997,,,,24331 +BRB,LCN,HIC,1998,,,,24254 +BRB,LCN,HIC,1999,1695.3706,42.031631,102.21819,24254 +BRB,LCN,HIC,2000,2268.2517,55.515461,100.65389,24315 +BRB,LCN,HIC,2001,3186.3364,77.189003,99.274651,24402 +BRB,LCN,HIC,2002,2838.6475,66.407318,96.765388,24175 +BRB,LCN,HIC,2003,3111.4827,71.79435,96.649071,23870 +BRB,LCN,HIC,2004,3231.4243,72.14801,94.955978,23510 +BRB,LCN,HIC,2005,3156.9985,70.240059,96.128754,23142 +BRB,LCN,HIC,2006,,,98.246002,22861 +BRB,LCN,HIC,2007,,,99.647018,22654 +BRB,LCN,HIC,2008,4160.3394,95.059593,101.16892,22571 +BRB,LCN,HIC,2009,,,100.45971,22604 +BRB,LCN,HIC,2010,,,99.595619,22726 +BRB,LCN,HIC,2011,,,98.283989,22871 +BRB,LCN,HIC,2012,,,,22819 +BRB,LCN,HIC,2013,,,,22732 +BRB,LCN,HIC,2014,,,95.193352,22611 +BRB,LCN,HIC,2015,,,95.917236,22480 +BRB,LCN,HIC,2016,3622.7563,75.103363,97.282967,22392 +BRB,LCN,HIC,2017,,,97.769676,22208 +BRB,LCN,HIC,2018,,,99.351349,22072 +BRN,EAS,HIC,1960,,,, +BRN,EAS,HIC,1961,,,, +BRN,EAS,HIC,1962,,,, +BRN,EAS,HIC,1963,,,, +BRN,EAS,HIC,1964,,,, +BRN,EAS,HIC,1965,,,, +BRN,EAS,HIC,1966,,,, +BRN,EAS,HIC,1967,,,, +BRN,EAS,HIC,1968,,,, +BRN,EAS,HIC,1969,,,, +BRN,EAS,HIC,1970,,,129.56644,21559 +BRN,EAS,HIC,1971,,,133.05252,22310 +BRN,EAS,HIC,1972,,,133.82816,22897 +BRN,EAS,HIC,1973,,,131.74072,23352 +BRN,EAS,HIC,1974,,,129.5647,23727 +BRN,EAS,HIC,1975,,,124.89215,24105 +BRN,EAS,HIC,1976,,,124.42579,24770 +BRN,EAS,HIC,1977,,,125.5823,25631 +BRN,EAS,HIC,1978,,,123.98905,26656 +BRN,EAS,HIC,1979,,,107.70338,27792 +BRN,EAS,HIC,1980,,,105.49736,28922 +BRN,EAS,HIC,1981,,,105.26368,30090 +BRN,EAS,HIC,1982,,,101.82227,31111 +BRN,EAS,HIC,1983,,,102.47663,31974 +BRN,EAS,HIC,1984,,,105.10657,32695 +BRN,EAS,HIC,1985,,,104.42412,33333 +BRN,EAS,HIC,1986,,,111.18025,33258 +BRN,EAS,HIC,1987,,,110.75023,33277 +BRN,EAS,HIC,1988,,,114.0832,33432 +BRN,EAS,HIC,1989,,,118.09213,33752 +BRN,EAS,HIC,1990,,233.06895,,34251 +BRN,EAS,HIC,1991,,213.38135,111.09431,35040 +BRN,EAS,HIC,1992,,207.4061,111.47164,35685 +BRN,EAS,HIC,1993,,224.55859,113.4731,36247 +BRN,EAS,HIC,1994,,,114.80486,36815 +BRN,EAS,HIC,1995,,,113.86791,37468 +BRN,EAS,HIC,1996,,,112.54647,38457 +BRN,EAS,HIC,1997,,,110.34797,39450 +BRN,EAS,HIC,1998,,,112.46375,40335 +BRN,EAS,HIC,1999,,,111.8441,40967 +BRN,EAS,HIC,2000,,,110.18191,41223 +BRN,EAS,HIC,2001,,,107.31913,41448 +BRN,EAS,HIC,2002,,,107.71335,41664 +BRN,EAS,HIC,2003,,,110.65327,41792 +BRN,EAS,HIC,2004,,,111.04673,41768 +BRN,EAS,HIC,2005,,,110.6297,41587 +BRN,EAS,HIC,2006,,,110.30373,41768 +BRN,EAS,HIC,2007,,,109.68696,41885 +BRN,EAS,HIC,2008,,,107.62241,41890 +BRN,EAS,HIC,2009,,,106.92304,41755 +BRN,EAS,HIC,2010,4248.021,189.80583,106.5422,41498 +BRN,EAS,HIC,2011,,,106.8165,40956 +BRN,EAS,HIC,2012,,,105.9344,40361 +BRN,EAS,HIC,2013,,,106.111,39716 +BRN,EAS,HIC,2014,,,105.4932,39047 +BRN,EAS,HIC,2015,,,105.5275,38427 +BRN,EAS,HIC,2016,7093.8232,286.56918,107.1228,37951 +BRN,EAS,HIC,2017,,,104.8577,37803 +BRN,EAS,HIC,2018,,,103.1516,37996 +BTN,SAS,LMC,1960,,,, +BTN,SAS,LMC,1961,,,, +BTN,SAS,LMC,1962,,,, +BTN,SAS,LMC,1963,,,, +BTN,SAS,LMC,1964,,,, +BTN,SAS,LMC,1965,,,, +BTN,SAS,LMC,1966,,,, +BTN,SAS,LMC,1967,,,, +BTN,SAS,LMC,1968,,,, +BTN,SAS,LMC,1969,,,, +BTN,SAS,LMC,1970,,,19.77726,46047 +BTN,SAS,LMC,1971,,,19.680019,47835 +BTN,SAS,LMC,1972,,,21.049101,49762 +BTN,SAS,LMC,1973,,,,51759 +BTN,SAS,LMC,1974,,,24.10251,53752 +BTN,SAS,LMC,1975,,,,55661 +BTN,SAS,LMC,1976,,,29.081551,57931 +BTN,SAS,LMC,1977,,,31.567739,60243 +BTN,SAS,LMC,1978,,,31.679951,62491 +BTN,SAS,LMC,1979,,,35.435669,64572 +BTN,SAS,LMC,1980,,,45.493141,66406 +BTN,SAS,LMC,1981,,,50.714809,68679 +BTN,SAS,LMC,1982,,,53.266121,70914 +BTN,SAS,LMC,1983,,,57.134972,73125 +BTN,SAS,LMC,1984,,,59.378521,75329 +BTN,SAS,LMC,1985,,,59.226059,77494 +BTN,SAS,LMC,1986,,,54.443138,92086 +BTN,SAS,LMC,1987,,,55.288528,95352 +BTN,SAS,LMC,1988,,,57.147579,98292 +BTN,SAS,LMC,1989,,,,100416 +BTN,SAS,LMC,1990,,,,101431 +BTN,SAS,LMC,1991,,,51.39156,101671 +BTN,SAS,LMC,1992,,,50.63327,101653 +BTN,SAS,LMC,1993,,,55.740139,101844 +BTN,SAS,LMC,1994,,,58.601688,102739 +BTN,SAS,LMC,1995,,,62.5536,104610 +BTN,SAS,LMC,1996,,,66.387077,106531 +BTN,SAS,LMC,1997,,,69.558327,108708 +BTN,SAS,LMC,1998,,,71.385948,110707 +BTN,SAS,LMC,1999,,,73.233589,112174 +BTN,SAS,LMC,2000,,,76.17701,112857 +BTN,SAS,LMC,2001,,,78.630013,112224 +BTN,SAS,LMC,2002,,,81.084167,111578 +BTN,SAS,LMC,2003,,,84.15406,110959 +BTN,SAS,LMC,2004,368.6145,34.640179,87.927902,110187 +BTN,SAS,LMC,2005,479.07278,46.624802,91.059578,109151 +BTN,SAS,LMC,2006,,,94.555603,108402 +BTN,SAS,LMC,2007,,,97.915482,107366 +BTN,SAS,LMC,2008,427.59164,44.66922,100.94379,106137 +BTN,SAS,LMC,2009,542.49872,57.559109,105.15424,104847 +BTN,SAS,LMC,2010,492.73856,53.63065,108.2144,103596 +BTN,SAS,LMC,2011,660.76929,72.928436,110.877,102596 +BTN,SAS,LMC,2012,,,111.901,101915 +BTN,SAS,LMC,2013,621.99371,68.776947,106.9431,101560 +BTN,SAS,LMC,2014,1042.0105,108.70566,105.4768,101442 +BTN,SAS,LMC,2015,,,104.2338,101466 +BTN,SAS,LMC,2016,,,102.6607,101767 +BTN,SAS,LMC,2017,,,101.3341,101737 +BTN,SAS,LMC,2018,,,100.1397,101310 +BWA,SSF,UMC,1960,,,, +BWA,SSF,UMC,1961,,,, +BWA,SSF,UMC,1962,,,, +BWA,SSF,UMC,1963,,,, +BWA,SSF,UMC,1964,,,, +BWA,SSF,UMC,1965,,,, +BWA,SSF,UMC,1966,,,, +BWA,SSF,UMC,1967,,,, +BWA,SSF,UMC,1968,,,, +BWA,SSF,UMC,1969,,,, +BWA,SSF,UMC,1970,,,67.179268,139639 +BWA,SSF,UMC,1971,,,61.415241,143200 +BWA,SSF,UMC,1972,,,61.695492,147129 +BWA,SSF,UMC,1973,,,66.982964,156328 +BWA,SSF,UMC,1974,,,70.129021,161232 +BWA,SSF,UMC,1975,,,75.898872,166420 +BWA,SSF,UMC,1976,,,78.946938,171939 +BWA,SSF,UMC,1977,,,82.907593,177932 +BWA,SSF,UMC,1978,,,84.292297,184287 +BWA,SSF,UMC,1979,,,87.157089,190877 +BWA,SSF,UMC,1980,,,91.943932,197580 +BWA,SSF,UMC,1981,,,95.419922,197354 +BWA,SSF,UMC,1982,,,96.980652,204776 +BWA,SSF,UMC,1983,,,99.512291,212680 +BWA,SSF,UMC,1984,,,101.69383,221066 +BWA,SSF,UMC,1985,,,104.49216,229862 +BWA,SSF,UMC,1986,,,106.19315,238705 +BWA,SSF,UMC,1987,,,107.73377,248033 +BWA,SSF,UMC,1988,,,108.98204,257487 +BWA,SSF,UMC,1989,,,111.01988,266598 +BWA,SSF,UMC,1990,,,111.03426,275043 +BWA,SSF,UMC,1991,,,113.45065,283701 +BWA,SSF,UMC,1992,,247.87411,111.66165,290708 +BWA,SSF,UMC,1993,,,111.08206,295683 +BWA,SSF,UMC,1994,,,111.28702,298596 +BWA,SSF,UMC,1995,,,110.42301,299978 +BWA,SSF,UMC,1996,,,111.30639,299699 +BWA,SSF,UMC,1997,,,111.73179,299395 +BWA,SSF,UMC,1998,,,110.54448,299487 +BWA,SSF,UMC,1999,,,110.26671,299776 +BWA,SSF,UMC,2000,,,110.42842,300140 +BWA,SSF,UMC,2001,,,111.41732,301334 +BWA,SSF,UMC,2002,,,111.52218,302208 +BWA,SSF,UMC,2003,,,111.34643,302639 +BWA,SSF,UMC,2004,,,110.88688,302836 +BWA,SSF,UMC,2005,2136.031,702.09625,111.14859,302916 +BWA,SSF,UMC,2006,,,111.46769,302837 +BWA,SSF,UMC,2007,1830.5011,604.82867,109.83465,302681 +BWA,SSF,UMC,2008,,,108.49721,302500 +BWA,SSF,UMC,2009,1497.1395,489.91345,108.20036,302364 +BWA,SSF,UMC,2010,,,,302375 +BWA,SSF,UMC,2011,,,,302715 +BWA,SSF,UMC,2012,,,105.0808,303857 +BWA,SSF,UMC,2013,,,105.0014,305973 +BWA,SSF,UMC,2014,,,103.7176,323361 +BWA,SSF,UMC,2015,,,103.2384,313286 +BWA,SSF,UMC,2016,,,,317788 +BWA,SSF,UMC,2017,,,,323361 +BWA,SSF,UMC,2018,,,,329689 +CAF,SSF,LIC,1960,,,, +CAF,SSF,LIC,1961,,,, +CAF,SSF,LIC,1962,,,, +CAF,SSF,LIC,1963,,,, +CAF,SSF,LIC,1964,,,, +CAF,SSF,LIC,1965,,,, +CAF,SSF,LIC,1966,,,, +CAF,SSF,LIC,1967,,,, +CAF,SSF,LIC,1968,,,, +CAF,SSF,LIC,1969,,,, +CAF,SSF,LIC,1970,,,,266465 +CAF,SSF,LIC,1971,,,65.38929,271753 +CAF,SSF,LIC,1972,,,64.163078,279525 +CAF,SSF,LIC,1973,,,68.105843,287662 +CAF,SSF,LIC,1974,,,68.615936,295747 +CAF,SSF,LIC,1975,,,72.128227,303380 +CAF,SSF,LIC,1976,,,72.37191,310196 +CAF,SSF,LIC,1977,,,74.808983,318583 +CAF,SSF,LIC,1978,,,74.191017,327657 +CAF,SSF,LIC,1979,,,72.918282,337047 +CAF,SSF,LIC,1980,,,71.893661,346358 +CAF,SSF,LIC,1981,,,71.014328,355222 +CAF,SSF,LIC,1982,,,72.851578,365939 +CAF,SSF,LIC,1983,,,73.977448,377579 +CAF,SSF,LIC,1984,,,77.374237,389386 +CAF,SSF,LIC,1985,,,79.800926,400494 +CAF,SSF,LIC,1986,,,78.579529,410308 +CAF,SSF,LIC,1987,,,67.596207,423294 +CAF,SSF,LIC,1988,,,68.55809,436385 +CAF,SSF,LIC,1989,,,69.058647,449492 +CAF,SSF,LIC,1990,,35.021141,72.771729,462650 +CAF,SSF,LIC,1991,,36.486759,67.100723,475631 +CAF,SSF,LIC,1992,,,58.583229,489517 +CAF,SSF,LIC,1993,,,,503997 +CAF,SSF,LIC,1994,,,,518113 +CAF,SSF,LIC,1995,,,,530702 +CAF,SSF,LIC,1996,,,,540982 +CAF,SSF,LIC,1997,,,,554486 +CAF,SSF,LIC,1998,,,,566925 +CAF,SSF,LIC,1999,,,,577830 +CAF,SSF,LIC,2000,,,,586869 +CAF,SSF,LIC,2001,,,77.838539,594057 +CAF,SSF,LIC,2002,,,68.239571,605497 +CAF,SSF,LIC,2003,,,67.350067,617920 +CAF,SSF,LIC,2004,,,57.620159,630777 +CAF,SSF,LIC,2005,,,63.896011,643419 +CAF,SSF,LIC,2006,66.960564,28.04476,63.46093,654960 +CAF,SSF,LIC,2007,50.296322,24.89592,72.96402,670704 +CAF,SSF,LIC,2008,,,83.782501,686991 +CAF,SSF,LIC,2009,42.608299,25.90904,85.082703,702186 +CAF,SSF,LIC,2010,42.586231,27.121941,87.331612,714312 +CAF,SSF,LIC,2011,,,87.672897,721922 +CAF,SSF,LIC,2012,,,87.809357,734497 +CAF,SSF,LIC,2013,,,,745335 +CAF,SSF,LIC,2014,,,,754509 +CAF,SSF,LIC,2015,,,,762617 +CAF,SSF,LIC,2016,,,102.0189,770120 +CAF,SSF,LIC,2017,,,,774246 +CAF,SSF,LIC,2018,,,,781936 +CAN,NAC,HIC,1960,,,, +CAN,NAC,HIC,1961,,,, +CAN,NAC,HIC,1962,,,, +CAN,NAC,HIC,1963,,,, +CAN,NAC,HIC,1964,,,, +CAN,NAC,HIC,1965,,,, +CAN,NAC,HIC,1966,,,, +CAN,NAC,HIC,1967,,,, +CAN,NAC,HIC,1968,,,, +CAN,NAC,HIC,1969,,,, +CAN,NAC,HIC,1970,,,,2779453 +CAN,NAC,HIC,1971,,,102.73197,2781213 +CAN,NAC,HIC,1972,,,100.70971,2776569 +CAN,NAC,HIC,1973,,,98.594841,2743188 +CAN,NAC,HIC,1974,,,97.232208,2681154 +CAN,NAC,HIC,1975,,,98.094498,2593059 +CAN,NAC,HIC,1976,,,98.390923,2489801 +CAN,NAC,HIC,1977,,,99.00692,2395145 +CAN,NAC,HIC,1978,,,99.551964,2316676 +CAN,NAC,HIC,1979,,,99.635162,2258301 +CAN,NAC,HIC,1980,,,99.713631,2223363 +CAN,NAC,HIC,1981,,,99.474113,2208124 +CAN,NAC,HIC,1982,,,105.22474,2194936 +CAN,NAC,HIC,1983,,,104.64002,2183187 +CAN,NAC,HIC,1984,,,104.07045,2175625 +CAN,NAC,HIC,1985,,,103.78706,2174382 +CAN,NAC,HIC,1986,,,104.02469,2179710 +CAN,NAC,HIC,1987,,,103.95685,2195440 +CAN,NAC,HIC,1988,,,104.00555,2214690 +CAN,NAC,HIC,1989,,,104.26819,2236974 +CAN,NAC,HIC,1990,,,104.28178,2261631 +CAN,NAC,HIC,1991,,,104.44184,2287942 +CAN,NAC,HIC,1992,,,103.67415,2322977 +CAN,NAC,HIC,1993,,,102.6971,2350280 +CAN,NAC,HIC,1994,,,101.90004,2370392 +CAN,NAC,HIC,1995,,,101.81008,2384734 +CAN,NAC,HIC,1996,,,102.81308,2395733 +CAN,NAC,HIC,1997,,,,2408621 +CAN,NAC,HIC,1998,,,99.82164,2421839 +CAN,NAC,HIC,1999,,,100.25747,2435802 +CAN,NAC,HIC,2000,,,100.78877,2450220 +CAN,NAC,HIC,2001,,,,2462020 +CAN,NAC,HIC,2002,,,,2472358 +CAN,NAC,HIC,2003,,,,2463765 +CAN,NAC,HIC,2004,,,98.476799,2436695 +CAN,NAC,HIC,2005,,,97.364571,2392825 +CAN,NAC,HIC,2006,,,98.88063,2338950 +CAN,NAC,HIC,2007,,,98.966476,2290207 +CAN,NAC,HIC,2008,,,98.013313,2248936 +CAN,NAC,HIC,2009,,,99.008797,2217518 +CAN,NAC,HIC,2010,,,98.641602,2198613 +CAN,NAC,HIC,2011,,,98.189369,2192628 +CAN,NAC,HIC,2012,,,99.51828,2190981 +CAN,NAC,HIC,2013,,,100.3407,2194919 +CAN,NAC,HIC,2014,,,101.5367,2210014 +CAN,NAC,HIC,2015,7852.2183,29097.791,102.4851,2241144 +CAN,NAC,HIC,2016,,,101.0239,2286131 +CAN,NAC,HIC,2017,,,100.9437,2350076 +CAN,NAC,HIC,2018,,,,2398552 +CHE,ECS,HIC,1960,,,, +CHE,ECS,HIC,1961,,,, +CHE,ECS,HIC,1962,,,, +CHE,ECS,HIC,1963,,,, +CHE,ECS,HIC,1964,,,, +CHE,ECS,HIC,1965,,,, +CHE,ECS,HIC,1966,,,, +CHE,ECS,HIC,1967,,,, +CHE,ECS,HIC,1968,,,, +CHE,ECS,HIC,1969,,,, +CHE,ECS,HIC,1970,,,,562483 +CHE,ECS,HIC,1971,,,,573665 +CHE,ECS,HIC,1972,,,,586617 +CHE,ECS,HIC,1973,,,93.83506,597901 +CHE,ECS,HIC,1974,,,93.206451,606007 +CHE,ECS,HIC,1975,,,92.535019,610029 +CHE,ECS,HIC,1976,,,91.802963,609371 +CHE,ECS,HIC,1977,,,83.261017,606725 +CHE,ECS,HIC,1978,,,84.200668,598677 +CHE,ECS,HIC,1979,,,83.203957,585785 +CHE,ECS,HIC,1980,,,82.612061,568709 +CHE,ECS,HIC,1981,,,82.508812,547925 +CHE,ECS,HIC,1982,,,82.469719,527847 +CHE,ECS,HIC,1983,,,81.898407,508447 +CHE,ECS,HIC,1984,,,81.443077,490886 +CHE,ECS,HIC,1985,,,81.266022,475355 +CHE,ECS,HIC,1986,,,81.623489,462296 +CHE,ECS,HIC,1987,,,82.786217,451905 +CHE,ECS,HIC,1988,,,84.664391,444392 +CHE,ECS,HIC,1989,,,87.195313,440483 +CHE,ECS,HIC,1990,,7565.7217,89.663651,440780 +CHE,ECS,HIC,1991,,8015.7305,90.985313,445605 +CHE,ECS,HIC,1992,,,91.26207,455313 +CHE,ECS,HIC,1993,,5089.2871,95.606941,465546 +CHE,ECS,HIC,1994,,5085.5718,94.554909,474759 +CHE,ECS,HIC,1995,,5135.9688,96.06028,482601 +CHE,ECS,HIC,1996,,5069.8325,98.105843,488791 +CHE,ECS,HIC,1997,,,,493669 +CHE,ECS,HIC,1998,11678.871,6105.0249,105.41258,497926 +CHE,ECS,HIC,1999,11483.32,6081.6812,105.88007,502246 +CHE,ECS,HIC,2000,11324.376,6096.7271,106.68965,506663 +CHE,ECS,HIC,2001,11950.007,6426.0449,105.61872,511165 +CHE,ECS,HIC,2002,12653.53,6787.6445,104.62748,514686 +CHE,ECS,HIC,2003,12736.183,6821.2065,104.01816,516826 +CHE,ECS,HIC,2004,13009.482,6922.2417,103.3387,516773 +CHE,ECS,HIC,2005,12866.797,6745.0576,102.30718,514191 +CHE,ECS,HIC,2006,12737.221,6585.8564,101.98685,508683 +CHE,ECS,HIC,2007,12746.921,6511.1777,102.10811,501861 +CHE,ECS,HIC,2008,11768.229,5947.4507,102.54068,494365 +CHE,ECS,HIC,2009,13309.743,6647.3516,102.83444,487077 +CHE,ECS,HIC,2010,13605.271,6700.7051,102.8495,480185 +CHE,ECS,HIC,2011,14578.498,7106.085,103.1139,473963 +CHE,ECS,HIC,2012,16838.672,7375.271,103.1537,469871 +CHE,ECS,HIC,2013,16903.223,7615.7803,103.6015,468038 +CHE,ECS,HIC,2014,16815.035,7787.0928,103.4874,468707 +CHE,ECS,HIC,2015,15663.928,7682.6709,104.1842,471847 +CHE,ECS,HIC,2016,15796.33,7934.7017,104.6291,477305 +CHE,ECS,HIC,2017,,,105.1907,483583 +CHE,ECS,HIC,2018,,,,488834 +CHI,ECS,HIC,1960,,,, +CHI,ECS,HIC,1961,,,, +CHI,ECS,HIC,1962,,,, +CHI,ECS,HIC,1963,,,, +CHI,ECS,HIC,1964,,,, +CHI,ECS,HIC,1965,,,, +CHI,ECS,HIC,1966,,,, +CHI,ECS,HIC,1967,,,, +CHI,ECS,HIC,1968,,,, +CHI,ECS,HIC,1969,,,, +CHI,ECS,HIC,1970,,,, +CHI,ECS,HIC,1971,,,, +CHI,ECS,HIC,1972,,,, +CHI,ECS,HIC,1973,,,, +CHI,ECS,HIC,1974,,,, +CHI,ECS,HIC,1975,,,, +CHI,ECS,HIC,1976,,,, +CHI,ECS,HIC,1977,,,, +CHI,ECS,HIC,1978,,,, +CHI,ECS,HIC,1979,,,, +CHI,ECS,HIC,1980,,,, +CHI,ECS,HIC,1981,,,, +CHI,ECS,HIC,1982,,,, +CHI,ECS,HIC,1983,,,, +CHI,ECS,HIC,1984,,,, +CHI,ECS,HIC,1985,,,, +CHI,ECS,HIC,1986,,,, +CHI,ECS,HIC,1987,,,, +CHI,ECS,HIC,1988,,,, +CHI,ECS,HIC,1989,,,, +CHI,ECS,HIC,1990,,,, +CHI,ECS,HIC,1991,,,, +CHI,ECS,HIC,1992,,,, +CHI,ECS,HIC,1993,,,, +CHI,ECS,HIC,1994,,,, +CHI,ECS,HIC,1995,,,, +CHI,ECS,HIC,1996,,,, +CHI,ECS,HIC,1997,,,, +CHI,ECS,HIC,1998,,,, +CHI,ECS,HIC,1999,,,, +CHI,ECS,HIC,2000,,,, +CHI,ECS,HIC,2001,,,, +CHI,ECS,HIC,2002,,,, +CHI,ECS,HIC,2003,,,, +CHI,ECS,HIC,2004,,,, +CHI,ECS,HIC,2005,,,, +CHI,ECS,HIC,2006,,,, +CHI,ECS,HIC,2007,,,, +CHI,ECS,HIC,2008,,,, +CHI,ECS,HIC,2009,,,, +CHI,ECS,HIC,2010,,,, +CHI,ECS,HIC,2011,,,, +CHI,ECS,HIC,2012,,,, +CHI,ECS,HIC,2013,,,, +CHI,ECS,HIC,2014,,,, +CHI,ECS,HIC,2015,,,, +CHI,ECS,HIC,2016,,,, +CHI,ECS,HIC,2017,,,, +CHI,ECS,HIC,2018,,,, +CHL,LCN,HIC,1960,,,, +CHL,LCN,HIC,1961,,,, +CHL,LCN,HIC,1962,,,, +CHL,LCN,HIC,1963,,,, +CHL,LCN,HIC,1964,,,, +CHL,LCN,HIC,1965,,,, +CHL,LCN,HIC,1966,,,, +CHL,LCN,HIC,1967,,,, +CHL,LCN,HIC,1968,,,, +CHL,LCN,HIC,1969,,,, +CHL,LCN,HIC,1970,,,117.4811,1448935 +CHL,LCN,HIC,1971,,,124.43072,1470441 +CHL,LCN,HIC,1972,,,125.35666,1491643 +CHL,LCN,HIC,1973,,,126.24942,1511863 +CHL,LCN,HIC,1974,,,126.32023,1529989 +CHL,LCN,HIC,1975,,,123.91762,1544387 +CHL,LCN,HIC,1976,,,120.53454,1556059 +CHL,LCN,HIC,1977,,,119.40738,1560228 +CHL,LCN,HIC,1978,,,118.63598,1556734 +CHL,LCN,HIC,1979,,,118.573,1545925 +CHL,LCN,HIC,1980,,,115.54357,1530106 +CHL,LCN,HIC,1981,,,113.24364,1515223 +CHL,LCN,HIC,1982,,,110.80849,1502302 +CHL,LCN,HIC,1983,,,108.80641,1491967 +CHL,LCN,HIC,1984,,,104.96363,1484913 +CHL,LCN,HIC,1985,,,104.73944,1481534 +CHL,LCN,HIC,1986,,,102.8754,1480505 +CHL,LCN,HIC,1987,,,,1485247 +CHL,LCN,HIC,1988,,,100.135,1496335 +CHL,LCN,HIC,1989,,,101.13763,1514070 +CHL,LCN,HIC,1990,,1497.6317,102.62989,1537030 +CHL,LCN,HIC,1991,,,103.04319,1560494 +CHL,LCN,HIC,1992,,,100.4116,1587021 +CHL,LCN,HIC,1993,,1845.2684,100.60247,1615850 +CHL,LCN,HIC,1994,,2195.1313,,1645562 +CHL,LCN,HIC,1995,,2598.2358,,1673534 +CHL,LCN,HIC,1996,,2943.6533,100.30411,1697929 +CHL,LCN,HIC,1997,1877.1521,3292.2751,78.36396,2251741 +CHL,LCN,HIC,1998,1688.0032,3000.0154,103.00903,1717233 +CHL,LCN,HIC,1999,,,103.76987,1711126 +CHL,LCN,HIC,2000,2048.4976,3684.2537,103.01351,1696898 +CHL,LCN,HIC,2001,,,,1682425 +CHL,LCN,HIC,2002,2363.4268,4145.3374,100.84305,1666522 +CHL,LCN,HIC,2003,2314.5867,3966.1323,99.721184,1649234 +CHL,LCN,HIC,2004,2052.2737,3603.7864,104.155,1630759 +CHL,LCN,HIC,2005,2021.9454,3479.6689,104.56108,1611448 +CHL,LCN,HIC,2006,1939.5374,3287.0601,105.41235,1593032 +CHL,LCN,HIC,2007,2157.7148,3622.8401,106.78148,1574546 +CHL,LCN,HIC,2008,2743.0933,4544.7842,107.54435,1556723 +CHL,LCN,HIC,2009,3095.0847,4988.2925,106.50496,1540329 +CHL,LCN,HIC,2010,2929.2791,4530.2559,103.7505,1525686 +CHL,LCN,HIC,2011,3171.2966,4821.6553,103.4072,1513722 +CHL,LCN,HIC,2012,3694.6301,5583.5688,103.2481,1505003 +CHL,LCN,HIC,2013,3583.1389,5275.6274,101.4587,1499706 +CHL,LCN,HIC,2014,3240.6716,4760.8677,100.9415,1497559 +CHL,LCN,HIC,2015,3508.0742,5183.313,100.6848,1496953 +CHL,LCN,HIC,2016,4229.5918,6317.8765,100.9783,1496746 +CHL,LCN,HIC,2017,,,101.4302,1492799 +CHL,LCN,HIC,2018,,,,1484940 +CHN,EAS,UMC,1960,,,, +CHN,EAS,UMC,1961,,,, +CHN,EAS,UMC,1962,,,, +CHN,EAS,UMC,1963,,,, +CHN,EAS,UMC,1964,,,, +CHN,EAS,UMC,1965,,,, +CHN,EAS,UMC,1966,,,, +CHN,EAS,UMC,1967,,,, +CHN,EAS,UMC,1968,,,, +CHN,EAS,UMC,1969,,,, +CHN,EAS,UMC,1970,,,107.04217,93563534 +CHN,EAS,UMC,1971,,,106.33583,99114355 +CHN,EAS,UMC,1972,,,108.04151,104421824 +CHN,EAS,UMC,1973,,,115.40075,109687352 +CHN,EAS,UMC,1974,,,119.11424,114851984 +CHN,EAS,UMC,1975,,,121.49876,119768384 +CHN,EAS,UMC,1976,,,121.5534,124149413 +CHN,EAS,UMC,1977,,,116.50097,128195344 +CHN,EAS,UMC,1978,,,110.61233,131022784 +CHN,EAS,UMC,1979,,,109.2433,132288392 +CHN,EAS,UMC,1980,,,109.71937,131707104 +CHN,EAS,UMC,1981,,,111.16999,129391663 +CHN,EAS,UMC,1982,,,110.75416,127006718 +CHN,EAS,UMC,1983,,,110.77841,123623308 +CHN,EAS,UMC,1984,,,111.5862,119235214 +CHN,EAS,UMC,1985,,,116.69518,113961260 +CHN,EAS,UMC,1986,,,121.48349,108231926 +CHN,EAS,UMC,1987,,,126.15071,103061579 +CHN,EAS,UMC,1988,,,128.0994,99221510 +CHN,EAS,UMC,1989,,,128.47421,97111106 +CHN,EAS,UMC,1990,,,127.54878,97098729 +CHN,EAS,UMC,1991,,,124.37638,99059917 +CHN,EAS,UMC,1992,,13235.673,121.72449,101106852 +CHN,EAS,UMC,1993,,15314.801,118.37723,104554313 +CHN,EAS,UMC,1994,,23252.689,114.94449,109574454 +CHN,EAS,UMC,1995,,18473.164,111.76382,115986149 +CHN,EAS,UMC,1996,,27422.551,108.07416,122912203 +CHN,EAS,UMC,1997,,,105.50709,129350792 +CHN,EAS,UMC,1998,205.03139,28694.9,105.76937,132508577 +CHN,EAS,UMC,1999,,28586.262,,131682201 +CHN,EAS,UMC,2000,,,,126571901 +CHN,EAS,UMC,2001,,,112.34159,118006149 +CHN,EAS,UMC,2002,,,,109675874 +CHN,EAS,UMC,2003,,,,102281701 +CHN,EAS,UMC,2004,,,,112428095 +CHN,EAS,UMC,2005,,,,107188089 +CHN,EAS,UMC,2006,,,100.99328,103271941 +CHN,EAS,UMC,2007,,,100.70705,99537662 +CHN,EAS,UMC,2008,,,100.74244,96622684 +CHN,EAS,UMC,2009,,,100.0061,94746784 +CHN,EAS,UMC,2010,,,98.964218,94008540 +CHN,EAS,UMC,2011,,,99.04702,94146864 +CHN,EAS,UMC,2012,,,99.7911,94589916 +CHN,EAS,UMC,2013,,,99.564598,95181373 +CHN,EAS,UMC,2014,,,95.796432,95871418 +CHN,EAS,UMC,2015,,,96.318604,96602152 +CHN,EAS,UMC,2016,,,97.961922,97358080 +CHN,EAS,UMC,2017,,,99.404808,98302992 +CHN,EAS,UMC,2018,,,100.2227,99340028 +CIV,SSF,LMC,1960,,,, +CIV,SSF,LMC,1961,,,, +CIV,SSF,LMC,1962,,,, +CIV,SSF,LMC,1963,,,, +CIV,SSF,LMC,1964,,,, +CIV,SSF,LMC,1965,,,, +CIV,SSF,LMC,1966,,,, +CIV,SSF,LMC,1967,,,, +CIV,SSF,LMC,1968,,,, +CIV,SSF,LMC,1969,,,, +CIV,SSF,LMC,1970,,,59.332531,802563 +CIV,SSF,LMC,1971,,,61.646839,839261 +CIV,SSF,LMC,1972,,,61.804489,880853 +CIV,SSF,LMC,1973,,,63.448212,923790 +CIV,SSF,LMC,1974,,,64.935143,967793 +CIV,SSF,LMC,1975,,,65.811539,1012457 +CIV,SSF,LMC,1976,,,66.242477,1057582 +CIV,SSF,LMC,1977,,,68.933838,1112573 +CIV,SSF,LMC,1978,,,72.323776,1168762 +CIV,SSF,LMC,1979,,,75.58979,1226561 +CIV,SSF,LMC,1980,,,77.341759,1286644 +CIV,SSF,LMC,1981,,,79.173248,1349024 +CIV,SSF,LMC,1982,,,79.524048,1421243 +CIV,SSF,LMC,1983,,,78.914383,1495972 +CIV,SSF,LMC,1984,,,76.610909,1572412 +CIV,SSF,LMC,1985,,,74.176498,1649207 +CIV,SSF,LMC,1986,,,72.982094,1724156 +CIV,SSF,LMC,1987,,,71.598663,1808295 +CIV,SSF,LMC,1988,,,71.593292,1885140 +CIV,SSF,LMC,1989,,,71.982323,1954630 +CIV,SSF,LMC,1990,,,71.744202,2017419 +CIV,SSF,LMC,1991,,,70.15789,2075311 +CIV,SSF,LMC,1992,,1414.6462,69.438202,2141824 +CIV,SSF,LMC,1993,,1365.6272,68.000313,2207224 +CIV,SSF,LMC,1994,,1000.7686,70.01078,2270776 +CIV,SSF,LMC,1995,,926.84949,70.551567,2331600 +CIV,SSF,LMC,1996,,887.0824,71.015182,2389132 +CIV,SSF,LMC,1997,517.75336,898.72351,71.843452,2459609 +CIV,SSF,LMC,1998,482.25351,871.67468,72.571419,2527900 +CIV,SSF,LMC,1999,483.73294,924.32654,74.572891,2593522 +CIV,SSF,LMC,2000,420.17627,816.44495,73.911652,2656018 +CIV,SSF,LMC,2001,401.83514,822.50067,76.12587,2714765 +CIV,SSF,LMC,2002,,,76.470131,2788631 +CIV,SSF,LMC,2003,,,71.86367,2862788 +CIV,SSF,LMC,2004,,,,2937789 +CIV,SSF,LMC,2005,,,,3014143 +CIV,SSF,LMC,2006,466.88559,986.44873,68.510963,3090584 +CIV,SSF,LMC,2007,470.43848,1025.7908,68.982201,3166315 +CIV,SSF,LMC,2008,442.5051,1051.21,72.73877,3237583 +CIV,SSF,LMC,2009,430.48114,1069.283,71.831001,3303644 +CIV,SSF,LMC,2010,,1149.8932,,3363874 +CIV,SSF,LMC,2011,335.56107,926.33026,79.692886,3419610 +CIV,SSF,LMC,2012,388.15704,1144.0134,82.734642,3479011 +CIV,SSF,LMC,2013,409.88974,1267.3015,83.991379,3540930 +CIV,SSF,LMC,2014,414.30966,1328.2411,86.80014,3605138 +CIV,SSF,LMC,2015,468.96078,1615.6118,90.659042,3671539 +CIV,SSF,LMC,2016,,,95.886688,3740192 +CIV,SSF,LMC,2017,,,98.368019,3817478 +CIV,SSF,LMC,2018,,,99.799751,3900719 +CMR,SSF,LMC,1960,,,, +CMR,SSF,LMC,1961,,,, +CMR,SSF,LMC,1962,,,, +CMR,SSF,LMC,1963,,,, +CMR,SSF,LMC,1964,,,, +CMR,SSF,LMC,1965,,,, +CMR,SSF,LMC,1966,,,, +CMR,SSF,LMC,1967,,,, +CMR,SSF,LMC,1968,,,, +CMR,SSF,LMC,1969,,,, +CMR,SSF,LMC,1970,,,,966576 +CMR,SSF,LMC,1971,,,92.347687,996281 +CMR,SSF,LMC,1972,,,89.765472,1032881 +CMR,SSF,LMC,1973,,,90.057777,1071352 +CMR,SSF,LMC,1974,,,91.109642,1110166 +CMR,SSF,LMC,1975,,,93.310768,1147709 +CMR,SSF,LMC,1976,,,94.587799,1182743 +CMR,SSF,LMC,1977,,,93.203079,1225426 +CMR,SSF,LMC,1978,,,94.317543,1270634 +CMR,SSF,LMC,1979,,,94.887749,1316745 +CMR,SSF,LMC,1980,,,95.277557,1361998 +CMR,SSF,LMC,1981,,,97.672501,1405113 +CMR,SSF,LMC,1982,,,98.607422,1456238 +CMR,SSF,LMC,1983,,,101.11214,1509846 +CMR,SSF,LMC,1984,,,99.305237,1564642 +CMR,SSF,LMC,1985,,,100.17787,1619424 +CMR,SSF,LMC,1986,,,101.01607,1673241 +CMR,SSF,LMC,1987,,,102.45328,1735688 +CMR,SSF,LMC,1988,,,102.93865,1803704 +CMR,SSF,LMC,1989,,,99.33313,1875122 +CMR,SSF,LMC,1990,,,98.877762,1947299 +CMR,SSF,LMC,1991,,,96.261612,2017041 +CMR,SSF,LMC,1992,,,90.410858,2092962 +CMR,SSF,LMC,1993,,,,2166917 +CMR,SSF,LMC,1994,,,83.486931,2236367 +CMR,SSF,LMC,1995,,,81.285027,2298738 +CMR,SSF,LMC,1996,,,74.679138,2352574 +CMR,SSF,LMC,1997,,,78.20269,2413756 +CMR,SSF,LMC,1998,,,80.354012,2472362 +CMR,SSF,LMC,1999,,,82.840759,2526160 +CMR,SSF,LMC,2000,,,85.204521,2572805 +CMR,SSF,LMC,2001,,,100.81173,2611294 +CMR,SSF,LMC,2002,,,100.80282,2660559 +CMR,SSF,LMC,2003,,,100.92099,2711075 +CMR,SSF,LMC,2004,,,105.41287,2761634 +CMR,SSF,LMC,2005,180.70747,538.1073,103.44945,2811420 +CMR,SSF,LMC,2006,194.3242,582.61017,102.30476,2860362 +CMR,SSF,LMC,2007,210.29494,656.19531,104.24175,2920966 +CMR,SSF,LMC,2008,158.51405,507.47906,104.35048,2993109 +CMR,SSF,LMC,2009,193.62074,648.75769,106.26686,3075091 +CMR,SSF,LMC,2010,183.8308,645.31885,108.1327,3164435 +CMR,SSF,LMC,2011,165.8145,594.47363,107.2281,3256616 +CMR,SSF,LMC,2012,174.23178,670.55035,111.6662,3357250 +CMR,SSF,LMC,2013,,678.98663,,3460451 +CMR,SSF,LMC,2014,,,113.279,3563886 +CMR,SSF,LMC,2015,,,116.2104,3664918 +CMR,SSF,LMC,2016,,,116.1173,3760843 +CMR,SSF,LMC,2017,,,,3862611 +CMR,SSF,LMC,2018,,,103.4021,3962167 +COD,SSF,LIC,1960,,,, +COD,SSF,LIC,1961,,,, +COD,SSF,LIC,1962,,,, +COD,SSF,LIC,1963,,,, +COD,SSF,LIC,1964,,,, +COD,SSF,LIC,1965,,,, +COD,SSF,LIC,1966,,,, +COD,SSF,LIC,1967,,,, +COD,SSF,LIC,1968,,,, +COD,SSF,LIC,1969,,,, +COD,SSF,LIC,1970,,,,3117870 +COD,SSF,LIC,1971,,,96.484596,3200346 +COD,SSF,LIC,1972,,,96.286873,3303728 +COD,SSF,LIC,1973,,,96.493683,3411446 +COD,SSF,LIC,1974,,,95.578537,3518777 +COD,SSF,LIC,1975,,,94.695641,3620959 +COD,SSF,LIC,1976,,,95.431824,3713964 +COD,SSF,LIC,1977,,,95.037178,3834673 +COD,SSF,LIC,1978,,,95.629997,3962447 +COD,SSF,LIC,1979,,,95.847221,4088937 +COD,SSF,LIC,1980,,,96.421631,4204965 +COD,SSF,LIC,1981,,,97.467072,4304500 +COD,SSF,LIC,1982,,,98.143097,4424495 +COD,SSF,LIC,1983,,,98.840408,4548093 +COD,SSF,LIC,1984,,,99.646637,4671282 +COD,SSF,LIC,1985,,,94.413361,4790247 +COD,SSF,LIC,1986,,,94.888161,4901665 +COD,SSF,LIC,1987,,,82.355476,5046772 +COD,SSF,LIC,1988,,,83.689362,5205777 +COD,SSF,LIC,1989,,,,5375384 +COD,SSF,LIC,1990,,,61.775108,5551960 +COD,SSF,LIC,1991,,,79.629242,5730011 +COD,SSF,LIC,1992,,,77.516472,5964676 +COD,SSF,LIC,1993,,,78.322151,6221102 +COD,SSF,LIC,1994,,,76.258728,6479884 +COD,SSF,LIC,1995,,,80.660858,6719733 +COD,SSF,LIC,1996,,,,6928656 +COD,SSF,LIC,1997,,,,7140175 +COD,SSF,LIC,1998,,,65.762199,7341557 +COD,SSF,LIC,1999,,,53.374031,7534693 +COD,SSF,LIC,2000,,,,7722395 +COD,SSF,LIC,2001,,,,7903422 +COD,SSF,LIC,2002,,,66.962891,8141184 +COD,SSF,LIC,2003,,,,8399214 +COD,SSF,LIC,2004,,,,8666310 +COD,SSF,LIC,2005,,,,8930373 +COD,SSF,LIC,2006,,,,9184308 +COD,SSF,LIC,2007,,,93.109512,9488183 +COD,SSF,LIC,2008,,,101.44362,9825335 +COD,SSF,LIC,2009,,,100.49092,10187674 +COD,SSF,LIC,2010,22.090441,233.54945,99.999161,10565866 +COD,SSF,LIC,2011,,,101.1622,10948279 +COD,SSF,LIC,2012,,,105.4911,11372828 +COD,SSF,LIC,2013,57.495571,724.49451,106.5536,11818603 +COD,SSF,LIC,2014,,,110.1767,12277007 +COD,SSF,LIC,2015,,,107.9771,12738585 +COD,SSF,LIC,2016,,,,13192596 +COD,SSF,LIC,2017,,,,13680353 +COD,SSF,LIC,2018,,,,14178081 +COG,SSF,LMC,1960,,,, +COG,SSF,LMC,1961,,,, +COG,SSF,LMC,1962,,,, +COG,SSF,LMC,1963,,,, +COG,SSF,LMC,1964,,,, +COG,SSF,LMC,1965,,,, +COG,SSF,LMC,1966,,,, +COG,SSF,LMC,1967,,,, +COG,SSF,LMC,1968,,,, +COG,SSF,LMC,1969,,,, +COG,SSF,LMC,1970,,,,211094 +COG,SSF,LMC,1971,,,111.22896,218163 +COG,SSF,LMC,1972,,,116.61661,226221 +COG,SSF,LMC,1973,,,118.97438,234608 +COG,SSF,LMC,1974,,,121.26018,243073 +COG,SSF,LMC,1975,,,122.70091,251344 +COG,SSF,LMC,1976,,,123.28927,259235 +COG,SSF,LMC,1977,,,123.19967,268447 +COG,SSF,LMC,1978,,,124.41738,278059 +COG,SSF,LMC,1979,,,124.70662,287905 +COG,SSF,LMC,1980,,,128.72478,297831 +COG,SSF,LMC,1981,,,127.10615,307629 +COG,SSF,LMC,1982,,,128.08981,318200 +COG,SSF,LMC,1983,,,128.77972,329239 +COG,SSF,LMC,1984,,,130.58583,340385 +COG,SSF,LMC,1985,,,130.85867,351197 +COG,SSF,LMC,1986,,,132.00562,361246 +COG,SSF,LMC,1987,,,134.36676,372033 +COG,SSF,LMC,1988,,,128.9812,382205 +COG,SSF,LMC,1989,,,127.16038,391533 +COG,SSF,LMC,1990,,,124.01422,399845 +COG,SSF,LMC,1991,,,122.35263,407203 +COG,SSF,LMC,1992,,,119.75343,415465 +COG,SSF,LMC,1993,,,122.2354,423910 +COG,SSF,LMC,1994,,399.89236,118.45559,432324 +COG,SSF,LMC,1995,,339.54477,119.01947,440474 +COG,SSF,LMC,1996,,,111.95344,448266 +COG,SSF,LMC,1997,,,110.09754,457560 +COG,SSF,LMC,1998,,,92.270973,467282 +COG,SSF,LMC,1999,,,58.351059,477230 +COG,SSF,LMC,2000,,,86.476662,487219 +COG,SSF,LMC,2001,,,101.24361,497223 +COG,SSF,LMC,2002,365.54156,191.94331,103.5903,509350 +COG,SSF,LMC,2003,,,97.959511,523088 +COG,SSF,LMC,2004,,,109.31365,538518 +COG,SSF,LMC,2005,159.3102,95.156616,108.52121,555673 +COG,SSF,LMC,2006,,,108.73477,574159 +COG,SSF,LMC,2007,,,106.16315,594208 +COG,SSF,LMC,2008,,,103.7749,615698 +COG,SSF,LMC,2009,,,107.36278,637796 +COG,SSF,LMC,2010,671.02094,473.13217,109.1602,659506 +COG,SSF,LMC,2011,,,109.2319,680182 +COG,SSF,LMC,2012,,,106.6401,705135 +COG,SSF,LMC,2013,,,,730875 +COG,SSF,LMC,2014,,,,757363 +COG,SSF,LMC,2015,,,,784665 +COG,SSF,LMC,2016,,,,812273 +COG,SSF,LMC,2017,,,,839237 +COG,SSF,LMC,2018,,,,865454 +COL,LCN,UMC,1960,,,, +COL,LCN,UMC,1961,,,, +COL,LCN,UMC,1962,,,, +COL,LCN,UMC,1963,,,, +COL,LCN,UMC,1964,,,, +COL,LCN,UMC,1965,,,, +COL,LCN,UMC,1966,,,, +COL,LCN,UMC,1967,,,, +COL,LCN,UMC,1968,,,, +COL,LCN,UMC,1969,,,, +COL,LCN,UMC,1970,,,102.30274,3205283 +COL,LCN,UMC,1971,,,104.74749,3297348 +COL,LCN,UMC,1972,,,105.26306,3389190 +COL,LCN,UMC,1973,,,108.03654,3477466 +COL,LCN,UMC,1974,,,108.4922,3556457 +COL,LCN,UMC,1975,,,111.46473,3620470 +COL,LCN,UMC,1976,,,115.13831,3729182 +COL,LCN,UMC,1977,,,118.50662,3738417 +COL,LCN,UMC,1978,,,122.28153,3709907 +COL,LCN,UMC,1979,,,125.21382,3655490 +COL,LCN,UMC,1980,,,120.87808,3600032 +COL,LCN,UMC,1981,,,122.28495,3571951 +COL,LCN,UMC,1982,,,112.99224,3584223 +COL,LCN,UMC,1983,,,112.60272,3640374 +COL,LCN,UMC,1984,,,110.80214,3732140 +COL,LCN,UMC,1985,,,109.07648,3834394 +COL,LCN,UMC,1986,,,105.98751,3920357 +COL,LCN,UMC,1987,,,107.21155,4000176 +COL,LCN,UMC,1988,,,107.06243,4070250 +COL,LCN,UMC,1989,,,107.253,4128351 +COL,LCN,UMC,1990,,,107.5103,4176247 +COL,LCN,UMC,1991,,,108.01575,4226731 +COL,LCN,UMC,1992,,,112.3544,4263746 +COL,LCN,UMC,1993,,,113.26475,4284751 +COL,LCN,UMC,1994,,,113.68068,4291576 +COL,LCN,UMC,1995,,,113.99457,4290832 +COL,LCN,UMC,1996,,,118.56033,4291401 +COL,LCN,UMC,1997,,,,4296460 +COL,LCN,UMC,1998,1243.2729,6385.7905,120.84898,4305559 +COL,LCN,UMC,1999,1346.9193,6953.1479,119.63711,4315110 +COL,LCN,UMC,2000,1084.7985,5663.752,119.38394,4318070 +COL,LCN,UMC,2001,1185.765,6084.7095,116.24857,4312765 +COL,LCN,UMC,2002,,,117.15305,4292197 +COL,LCN,UMC,2003,,,,4255421 +COL,LCN,UMC,2004,1548.1328,8141.6812,119.58101,4206490 +COL,LCN,UMC,2005,1546.7889,8195.2852,121.52662,4155350 +COL,LCN,UMC,2006,,,122.43024,4114575 +COL,LCN,UMC,2007,1385.4928,7332.6875,123.15247,4089483 +COL,LCN,UMC,2008,1409.3075,7448.9272,123.64575,4081488 +COL,LCN,UMC,2009,1786.3705,9466.4385,124.57891,4086240 +COL,LCN,UMC,2010,1840.3444,9358.0996,120.3232,4091393 +COL,LCN,UMC,2011,1853.8699,9129.0967,117.6695,4085917 +COL,LCN,UMC,2012,1935.427,9178.6777,114.9601,4068600 +COL,LCN,UMC,2013,2250.3162,10595.537,116.2692,4037392 +COL,LCN,UMC,2014,2396.1409,10884.815,114.5444,3993669 +COL,LCN,UMC,2015,2492.0852,11162.593,115.2319,3944268 +COL,LCN,UMC,2016,2520.2869,11210.836,116.2337,3902368 +COL,LCN,UMC,2017,2581.3264,11233.171,114.9833,3862007 +COL,LCN,UMC,2018,,,114.5267,3823457 +COM,SSF,LMC,1960,,,, +COM,SSF,LMC,1961,,,, +COM,SSF,LMC,1962,,,, +COM,SSF,LMC,1963,,,, +COM,SSF,LMC,1964,,,, +COM,SSF,LMC,1965,,,, +COM,SSF,LMC,1966,,,, +COM,SSF,LMC,1967,,,, +COM,SSF,LMC,1968,,,, +COM,SSF,LMC,1969,,,, +COM,SSF,LMC,1970,,,,37614 +COM,SSF,LMC,1971,,,39.269779,38317 +COM,SSF,LMC,1972,,,39.828209,39118 +COM,SSF,LMC,1973,,,50.284142,39945 +COM,SSF,LMC,1974,,,56.83968,40806 +COM,SSF,LMC,1975,,,68.585808,41720 +COM,SSF,LMC,1976,,,83.92025,42681 +COM,SSF,LMC,1977,,,96.039383,44084 +COM,SSF,LMC,1978,,,,45732 +COM,SSF,LMC,1979,,,105.16562,47487 +COM,SSF,LMC,1980,,,,49194 +COM,SSF,LMC,1981,,,117.65088,50751 +COM,SSF,LMC,1982,,,,52363 +COM,SSF,LMC,1983,,,113.87366,53980 +COM,SSF,LMC,1984,,,111.29789,55621 +COM,SSF,LMC,1985,,,108.6289,57319 +COM,SSF,LMC,1986,,,111.85133,59082 +COM,SSF,LMC,1987,,,102.14089,61096 +COM,SSF,LMC,1988,,,102.14267,63379 +COM,SSF,LMC,1989,,,100.69533,65868 +COM,SSF,LMC,1990,,,99.053642,68473 +COM,SSF,LMC,1991,,,102.46511,71072 +COM,SSF,LMC,1992,,,106.71251,70823 +COM,SSF,LMC,1993,,,100.38617,73543 +COM,SSF,LMC,1994,,,102.18182,76175 +COM,SSF,LMC,1995,,,,78642 +COM,SSF,LMC,1996,,,97.114769,80860 +COM,SSF,LMC,1997,,,,83053 +COM,SSF,LMC,1998,136.28526,12.06368,101.04473,85094 +COM,SSF,LMC,1999,,,92.945107,89073 +COM,SSF,LMC,2000,,,103.19,90533 +COM,SSF,LMC,2001,,,,91767 +COM,SSF,LMC,2002,150.05331,15.91438,111.99132,93109 +COM,SSF,LMC,2003,,,110.33235,94509 +COM,SSF,LMC,2004,,,108.18509,95955 +COM,SSF,LMC,2005,,,,97422 +COM,SSF,LMC,2006,,,,98881 +COM,SSF,LMC,2007,,,103.97318,100524 +COM,SSF,LMC,2008,431.86624,47.98682,108.64124,102277 +COM,SSF,LMC,2009,,,,104113 +COM,SSF,LMC,2010,,,,106004 +COM,SSF,LMC,2011,256.05911,29.847269,108.0247,107905 +COM,SSF,LMC,2012,,30.733829,,110020 +COM,SSF,LMC,2013,226.58557,27.23241,107.0318,112290 +COM,SSF,LMC,2014,267.0957,32.153252,104.9749,114676 +COM,SSF,LMC,2015,,28.10878,,117138 +COM,SSF,LMC,2016,,,,119608 +COM,SSF,LMC,2017,,,99.447594,122192 +COM,SSF,LMC,2018,,,,124857 +CPV,SSF,LMC,1960,,,, +CPV,SSF,LMC,1961,,,, +CPV,SSF,LMC,1962,,,, +CPV,SSF,LMC,1963,,,, +CPV,SSF,LMC,1964,,,, +CPV,SSF,LMC,1965,,,, +CPV,SSF,LMC,1966,,,, +CPV,SSF,LMC,1967,,,, +CPV,SSF,LMC,1968,,,, +CPV,SSF,LMC,1969,,,, +CPV,SSF,LMC,1970,,,,46717 +CPV,SSF,LMC,1971,,,57.296539,48962 +CPV,SSF,LMC,1972,,,68.179298,50738 +CPV,SSF,LMC,1973,,,82.713142,51967 +CPV,SSF,LMC,1974,,,94.67836,52486 +CPV,SSF,LMC,1975,,,100.77274,52457 +CPV,SSF,LMC,1976,,,125.66231,51881 +CPV,SSF,LMC,1977,,,117.98058,51505 +CPV,SSF,LMC,1978,,,116.88965,51235 +CPV,SSF,LMC,1979,,,115.72435,51182 +CPV,SSF,LMC,1980,,,114.33996,51190 +CPV,SSF,LMC,1981,,,113.41382,51157 +CPV,SSF,LMC,1982,,,112.85133,50312 +CPV,SSF,LMC,1983,,,107.07289,49832 +CPV,SSF,LMC,1984,,,113.2069,49690 +CPV,SSF,LMC,1985,,,114.79367,49854 +CPV,SSF,LMC,1986,,,116.24578,50303 +CPV,SSF,LMC,1987,,,119.29957,50999 +CPV,SSF,LMC,1988,,,122.27724,51839 +CPV,SSF,LMC,1989,,,124.93455,52888 +CPV,SSF,LMC,1990,,,126.17496,54277 +CPV,SSF,LMC,1991,,,125.80936,56090 +CPV,SSF,LMC,1992,,,,58231 +CPV,SSF,LMC,1993,,,,60779 +CPV,SSF,LMC,1994,,,124.35653,63492 +CPV,SSF,LMC,1995,,,,66139 +CPV,SSF,LMC,1996,,,,68498 +CPV,SSF,LMC,1997,,,,72712 +CPV,SSF,LMC,1998,,,124.44339,74309 +CPV,SSF,LMC,1999,,,122.97703,75380 +CPV,SSF,LMC,2000,,,120.12322,75910 +CPV,SSF,LMC,2001,,,117.95633,76015 +CPV,SSF,LMC,2002,744.03583,66.821114,116.85512,75692 +CPV,SSF,LMC,2003,,,115.39917,75227 +CPV,SSF,LMC,2004,,,113.99306,74606 +CPV,SSF,LMC,2005,978.65643,81.213799,114.22731,73803 +CPV,SSF,LMC,2006,1001.6335,81.567017,115.92193,72808 +CPV,SSF,LMC,2007,831.98871,65.561539,116.02544,71886 +CPV,SSF,LMC,2008,816.06207,63.17931,115.3738,71006 +CPV,SSF,LMC,2009,990.26678,72.832138,113.38976,70157 +CPV,SSF,LMC,2010,,,111.1122,69325 +CPV,SSF,LMC,2011,1033.4863,71.429413,109.0176,68460 +CPV,SSF,LMC,2012,,,107.9076,67779 +CPV,SSF,LMC,2013,948.32556,64.244324,108.1929,67272 +CPV,SSF,LMC,2014,1069.7618,71.698639,107.4293,66921 +CPV,SSF,LMC,2015,1077.0238,70.631218,105.4968,66695 +CPV,SSF,LMC,2016,1150.8007,74.026398,103.9075,66528 +CPV,SSF,LMC,2017,1147.79,72.97879,103.2829,66316 +CPV,SSF,LMC,2018,,,104.028,66091 +CRI,LCN,UMC,1960,,,, +CRI,LCN,UMC,1961,,,, +CRI,LCN,UMC,1962,,,, +CRI,LCN,UMC,1963,,,, +CRI,LCN,UMC,1964,,,, +CRI,LCN,UMC,1965,,,, +CRI,LCN,UMC,1966,,,, +CRI,LCN,UMC,1967,,,, +CRI,LCN,UMC,1968,,,, +CRI,LCN,UMC,1969,,,, +CRI,LCN,UMC,1970,,,105.34762,323341 +CRI,LCN,UMC,1971,,,104.79343,331966 +CRI,LCN,UMC,1972,,,105.86854,338663 +CRI,LCN,UMC,1973,,,107.53366,343122 +CRI,LCN,UMC,1974,,,106.00685,345047 +CRI,LCN,UMC,1975,,,105.02567,344717 +CRI,LCN,UMC,1976,,,107.14407,344700 +CRI,LCN,UMC,1977,,,108.43359,343018 +CRI,LCN,UMC,1978,,,107.32391,340020 +CRI,LCN,UMC,1979,,,106.57211,336315 +CRI,LCN,UMC,1980,,,105.65527,332941 +CRI,LCN,UMC,1981,,,105.77359,331284 +CRI,LCN,UMC,1982,,,102.82676,333549 +CRI,LCN,UMC,1983,,,101.03236,339892 +CRI,LCN,UMC,1984,,,99.784866,350181 +CRI,LCN,UMC,1985,,,99.389488,363167 +CRI,LCN,UMC,1986,,,100.32573,376318 +CRI,LCN,UMC,1987,,,100.19871,389047 +CRI,LCN,UMC,1988,,,101.07261,401377 +CRI,LCN,UMC,1989,,,101.09307,413350 +CRI,LCN,UMC,1990,,,101.31107,424998 +CRI,LCN,UMC,1991,,,102.59674,436712 +CRI,LCN,UMC,1992,,,103.69681,447650 +CRI,LCN,UMC,1993,,,103.96338,457481 +CRI,LCN,UMC,1994,,,103.75014,465882 +CRI,LCN,UMC,1995,,443.58923,103.87186,472791 +CRI,LCN,UMC,1996,,545.15198,104.19657,479661 +CRI,LCN,UMC,1997,,,104.13839,484968 +CRI,LCN,UMC,1998,,,104.27978,488480 +CRI,LCN,UMC,1999,1811.8977,1031.8993,112.08812,490029 +CRI,LCN,UMC,2000,1653.6686,911.94037,109.10442,489713 +CRI,LCN,UMC,2001,1625.3157,897.6651,109.81272,489459 +CRI,LCN,UMC,2002,1798.0156,980.83368,109.20161,488323 +CRI,LCN,UMC,2003,,,,486362 +CRI,LCN,UMC,2004,1945.6202,1085.8195,113.81433,483577 +CRI,LCN,UMC,2005,,,111.86185,479846 +CRI,LCN,UMC,2006,1812.3978,990.55151,114.12326,476146 +CRI,LCN,UMC,2007,1983.2003,1063.8601,113.68903,470503 +CRI,LCN,UMC,2008,2228.5938,1191.8877,115.35181,463095 +CRI,LCN,UMC,2009,2848.1187,1514.245,116.95175,454293 +CRI,LCN,UMC,2010,3402.9355,1771.5989,116.8994,444988 +CRI,LCN,UMC,2011,3329.0801,1687.7137,115.8882,437121 +CRI,LCN,UMC,2012,3683.1875,1822.1465,114.6695,431854 +CRI,LCN,UMC,2013,3719.2141,1785.6876,112.3202,429314 +CRI,LCN,UMC,2014,3866.241,1839.2906,111.7729,429410 +CRI,LCN,UMC,2015,4211.3833,1993.8668,111.298,431122 +CRI,LCN,UMC,2016,4052.3513,1927.9304,111.7611,432627 +CRI,LCN,UMC,2017,,1765.4653,110.8335,432746 +CRI,LCN,UMC,2018,,,113.2943,431424 +CUB,LCN,UMC,1960,,,, +CUB,LCN,UMC,1961,,,, +CUB,LCN,UMC,1962,,,, +CUB,LCN,UMC,1963,,,, +CUB,LCN,UMC,1964,,,, +CUB,LCN,UMC,1965,,,, +CUB,LCN,UMC,1966,,,, +CUB,LCN,UMC,1967,,,, +CUB,LCN,UMC,1968,,,, +CUB,LCN,UMC,1969,,,, +CUB,LCN,UMC,1970,,,,1209245 +CUB,LCN,UMC,1971,,,118.42504,1312169 +CUB,LCN,UMC,1972,,,117.36138,1403402 +CUB,LCN,UMC,1973,,,119.17333,1464132 +CUB,LCN,UMC,1974,,,119.83499,1493065 +CUB,LCN,UMC,1975,,,121.43301,1492267 +CUB,LCN,UMC,1976,,,123.14601,1470736 +CUB,LCN,UMC,1977,,,121.97421,1446871 +CUB,LCN,UMC,1978,,,119.49719,1430184 +CUB,LCN,UMC,1979,,,115.42085,1417681 +CUB,LCN,UMC,1980,,,110.53311,1404894 +CUB,LCN,UMC,1981,,,105.56584,1386115 +CUB,LCN,UMC,1982,,,102.89542,1358833 +CUB,LCN,UMC,1983,,,103.04109,1307845 +CUB,LCN,UMC,1984,,,102.43515,1236244 +CUB,LCN,UMC,1985,,,100.87341,1149085 +CUB,LCN,UMC,1986,,,100.76603,1056434 +CUB,LCN,UMC,1987,,,101.53288,975586 +CUB,LCN,UMC,1988,,,100.91782,920082 +CUB,LCN,UMC,1989,,,100.26729,890864 +CUB,LCN,UMC,1990,,,99.101837,888183 +CUB,LCN,UMC,1991,,,97.566704,905339 +CUB,LCN,UMC,1992,,,99.285881,921146 +CUB,LCN,UMC,1993,,,99.785797,941578 +CUB,LCN,UMC,1994,,,101.40436,966718 +CUB,LCN,UMC,1995,,,100.87182,995238 +CUB,LCN,UMC,1996,,,104.53088,1023331 +CUB,LCN,UMC,1997,,,104.05868,1048216 +CUB,LCN,UMC,1998,,,102.0289,1059105 +CUB,LCN,UMC,1999,,,102.46123,1054276 +CUB,LCN,UMC,2000,,,102.63977,1033522 +CUB,LCN,UMC,2001,,,102.98116,1002135 +CUB,LCN,UMC,2002,,,103.61125,969428 +CUB,LCN,UMC,2003,,,101.83209,943015 +CUB,LCN,UMC,2004,,,101.69447,923329 +CUB,LCN,UMC,2005,,,101.11218,910674 +CUB,LCN,UMC,2006,,,100.33998,903004 +CUB,LCN,UMC,2007,,,99.71524,889280 +CUB,LCN,UMC,2008,,,99.38472,871412 +CUB,LCN,UMC,2009,,,100.82344,850352 +CUB,LCN,UMC,2010,,,101.4598,827064 +CUB,LCN,UMC,2011,,,101.4262,803255 +CUB,LCN,UMC,2012,,,100.827,783777 +CUB,LCN,UMC,2013,,,99.131981,766388 +CUB,LCN,UMC,2014,,,100.04,751265 +CUB,LCN,UMC,2015,,,99.487579,738758 +CUB,LCN,UMC,2016,,,99.562027,729225 +CUB,LCN,UMC,2017,,,100.4602,720240 +CUB,LCN,UMC,2018,,,101.9045,715707 +CUW,LCN,HIC,1960,,,, +CUW,LCN,HIC,1961,,,, +CUW,LCN,HIC,1962,,,, +CUW,LCN,HIC,1963,,,, +CUW,LCN,HIC,1964,,,, +CUW,LCN,HIC,1965,,,, +CUW,LCN,HIC,1966,,,, +CUW,LCN,HIC,1967,,,, +CUW,LCN,HIC,1968,,,, +CUW,LCN,HIC,1969,,,, +CUW,LCN,HIC,1970,,,, +CUW,LCN,HIC,1971,,,, +CUW,LCN,HIC,1972,,,, +CUW,LCN,HIC,1973,,,, +CUW,LCN,HIC,1974,,,, +CUW,LCN,HIC,1975,,,, +CUW,LCN,HIC,1976,,,, +CUW,LCN,HIC,1977,,,, +CUW,LCN,HIC,1978,,,, +CUW,LCN,HIC,1979,,,, +CUW,LCN,HIC,1980,,,, +CUW,LCN,HIC,1981,,,, +CUW,LCN,HIC,1982,,,, +CUW,LCN,HIC,1983,,,, +CUW,LCN,HIC,1984,,,, +CUW,LCN,HIC,1985,,,, +CUW,LCN,HIC,1986,,,, +CUW,LCN,HIC,1987,,,, +CUW,LCN,HIC,1988,,,, +CUW,LCN,HIC,1989,,,, +CUW,LCN,HIC,1990,,,, +CUW,LCN,HIC,1991,,,, +CUW,LCN,HIC,1992,,,, +CUW,LCN,HIC,1993,,,, +CUW,LCN,HIC,1994,,,, +CUW,LCN,HIC,1995,,,, +CUW,LCN,HIC,1996,,,, +CUW,LCN,HIC,1997,,,, +CUW,LCN,HIC,1998,,,, +CUW,LCN,HIC,1999,,,, +CUW,LCN,HIC,2000,,,, +CUW,LCN,HIC,2001,,,, +CUW,LCN,HIC,2002,,,, +CUW,LCN,HIC,2003,,,, +CUW,LCN,HIC,2004,,,, +CUW,LCN,HIC,2005,,,, +CUW,LCN,HIC,2006,,,, +CUW,LCN,HIC,2007,,,, +CUW,LCN,HIC,2008,,,, +CUW,LCN,HIC,2009,,,, +CUW,LCN,HIC,2010,,,, +CUW,LCN,HIC,2011,,,,12041 +CUW,LCN,HIC,2012,,,,12082 +CUW,LCN,HIC,2013,,,160.9964,12040 +CUW,LCN,HIC,2014,,,,11938 +CUW,LCN,HIC,2015,,,,11811 +CUW,LCN,HIC,2016,,,,11696 +CUW,LCN,HIC,2017,,,,11584 +CUW,LCN,HIC,2018,,,,11527 +CYM,LCN,HIC,1960,,,, +CYM,LCN,HIC,1961,,,, +CYM,LCN,HIC,1962,,,, +CYM,LCN,HIC,1963,,,, +CYM,LCN,HIC,1964,,,, +CYM,LCN,HIC,1965,,,, +CYM,LCN,HIC,1966,,,, +CYM,LCN,HIC,1967,,,, +CYM,LCN,HIC,1968,,,, +CYM,LCN,HIC,1969,,,, +CYM,LCN,HIC,1970,,,,1336 +CYM,LCN,HIC,1971,,,, +CYM,LCN,HIC,1972,,,, +CYM,LCN,HIC,1973,,,, +CYM,LCN,HIC,1974,,,, +CYM,LCN,HIC,1975,,,, +CYM,LCN,HIC,1976,,,, +CYM,LCN,HIC,1977,,,, +CYM,LCN,HIC,1978,,,, +CYM,LCN,HIC,1979,,,, +CYM,LCN,HIC,1980,,,, +CYM,LCN,HIC,1981,,,, +CYM,LCN,HIC,1982,,,, +CYM,LCN,HIC,1983,,,, +CYM,LCN,HIC,1984,,,, +CYM,LCN,HIC,1985,,,, +CYM,LCN,HIC,1986,,,, +CYM,LCN,HIC,1987,,,, +CYM,LCN,HIC,1988,,,, +CYM,LCN,HIC,1989,,,, +CYM,LCN,HIC,1990,,,, +CYM,LCN,HIC,1991,,,, +CYM,LCN,HIC,1992,,,, +CYM,LCN,HIC,1993,,,, +CYM,LCN,HIC,1994,,,, +CYM,LCN,HIC,1995,,,, +CYM,LCN,HIC,1996,,,, +CYM,LCN,HIC,1997,,,, +CYM,LCN,HIC,1998,,,, +CYM,LCN,HIC,1999,,,, +CYM,LCN,HIC,2000,,,, +CYM,LCN,HIC,2001,,,, +CYM,LCN,HIC,2002,,,, +CYM,LCN,HIC,2003,,,, +CYM,LCN,HIC,2004,,,, +CYM,LCN,HIC,2005,,,, +CYM,LCN,HIC,2006,,,, +CYM,LCN,HIC,2007,,,, +CYM,LCN,HIC,2008,,,, +CYM,LCN,HIC,2009,,,, +CYM,LCN,HIC,2010,,,, +CYM,LCN,HIC,2011,,,, +CYM,LCN,HIC,2012,,,, +CYM,LCN,HIC,2013,,,, +CYM,LCN,HIC,2014,,,, +CYM,LCN,HIC,2015,,,, +CYM,LCN,HIC,2016,,,, +CYM,LCN,HIC,2017,,,, +CYM,LCN,HIC,2018,,,, +CYP,ECS,HIC,1960,,,, +CYP,ECS,HIC,1961,,,, +CYP,ECS,HIC,1962,,,, +CYP,ECS,HIC,1963,,,, +CYP,ECS,HIC,1964,,,, +CYP,ECS,HIC,1965,,,, +CYP,ECS,HIC,1966,,,, +CYP,ECS,HIC,1967,,,, +CYP,ECS,HIC,1968,,,, +CYP,ECS,HIC,1969,,,, +CYP,ECS,HIC,1970,,,,79704 +CYP,ECS,HIC,1971,,,87.847878,78728 +CYP,ECS,HIC,1972,,,86.248917,76554 +CYP,ECS,HIC,1973,,,85.689873,74906 +CYP,ECS,HIC,1974,,,86.137093,73659 +CYP,ECS,HIC,1975,,,77.86911,72749 +CYP,ECS,HIC,1976,,,78.450447,72150 +CYP,ECS,HIC,1977,,,77.751411,71208 +CYP,ECS,HIC,1978,,,78.571732,70211 +CYP,ECS,HIC,1979,,,78.675629,69028 +CYP,ECS,HIC,1980,,,74.89856,67528 +CYP,ECS,HIC,1981,,,74.124077,65700 +CYP,ECS,HIC,1982,,,70.477341,65403 +CYP,ECS,HIC,1983,,,70.615387,65422 +CYP,ECS,HIC,1984,,,71.089203,65626 +CYP,ECS,HIC,1985,,,71.877609,65919 +CYP,ECS,HIC,1986,,,77.052101,66176 +CYP,ECS,HIC,1987,,,81.028122,66957 +CYP,ECS,HIC,1988,,,82.348831,68647 +CYP,ECS,HIC,1989,,,82.668129,71031 +CYP,ECS,HIC,1990,,168.92073,82.372292,73861 +CYP,ECS,HIC,1991,,185.64404,81.9711,76810 +CYP,ECS,HIC,1992,,206.13513,80.468201,78856 +CYP,ECS,HIC,1993,,219.10513,101.09881,63614 +CYP,ECS,HIC,1994,,233.00481,100.77162,64410 +CYP,ECS,HIC,1995,,229.28278,99.884537,64959 +CYP,ECS,HIC,1996,,,99.783951,64800 +CYP,ECS,HIC,1997,,,99.79351,64895 +CYP,ECS,HIC,1998,,,,65104 +CYP,ECS,HIC,1999,4739.3472,304.49356,97.438461,65937 +CYP,ECS,HIC,2000,4605.8877,294.55573,96.731354,66113 +CYP,ECS,HIC,2001,5576.2285,354.85446,96.649612,65843 +CYP,ECS,HIC,2002,5969.9429,380.38684,97.773453,65168 +CYP,ECS,HIC,2003,7093.3667,445.94577,97.610512,64407 +CYP,ECS,HIC,2004,6793.0151,419.33963,97.745232,63155 +CYP,ECS,HIC,2005,7181.9419,439.87241,100.85795,60726 +CYP,ECS,HIC,2006,7875.7817,470.26291,102.38691,58318 +CYP,ECS,HIC,2007,8675.2783,501.30096,102.47384,56390 +CYP,ECS,HIC,2008,9729.166,552.60693,103.35171,54957 +CYP,ECS,HIC,2009,10388.317,580.05249,105.36476,52994 +CYP,ECS,HIC,2010,10961.035,600.73053,101.6243,53930 +CYP,ECS,HIC,2011,11165.977,607.10535,101.2005,53726 +CYP,ECS,HIC,2012,,,100.1753,54177 +CYP,ECS,HIC,2013,9855.2783,530.07599,99.761978,54198 +CYP,ECS,HIC,2014,10000.116,533.80615,99.152718,53583 +CYP,ECS,HIC,2015,10285.771,556.19281,99.300117,54152 +CYP,ECS,HIC,2016,,,,55346 +CYP,ECS,HIC,2017,,,,56252 +CYP,ECS,HIC,2018,,,, +CZE,ECS,HIC,1960,,,, +CZE,ECS,HIC,1961,,,, +CZE,ECS,HIC,1962,,,, +CZE,ECS,HIC,1963,,,, +CZE,ECS,HIC,1964,,,, +CZE,ECS,HIC,1965,,,, +CZE,ECS,HIC,1966,,,, +CZE,ECS,HIC,1967,,,, +CZE,ECS,HIC,1968,,,, +CZE,ECS,HIC,1969,,,, +CZE,ECS,HIC,1970,,,,546120 +CZE,ECS,HIC,1971,,,123.33871,545227 +CZE,ECS,HIC,1972,,,126.73052,543803 +CZE,ECS,HIC,1973,,,128.79532,541610 +CZE,ECS,HIC,1974,,,130.02861,538654 +CZE,ECS,HIC,1975,,,128.8022,537066 +CZE,ECS,HIC,1976,,,125.272,540114 +CZE,ECS,HIC,1977,,,122.38067,549474 +CZE,ECS,HIC,1978,,,119.99511,568839 +CZE,ECS,HIC,1979,,,117.02291,598098 +CZE,ECS,HIC,1980,,,,632469 +CZE,ECS,HIC,1981,,,97.414047,664253 +CZE,ECS,HIC,1982,,,99.128853,689130 +CZE,ECS,HIC,1983,,,100.59233,708083 +CZE,ECS,HIC,1984,,,100.2438,719468 +CZE,ECS,HIC,1985,,,97.97718,723152 +CZE,ECS,HIC,1986,,,96.452148,720208 +CZE,ECS,HIC,1987,,,93.855186,712669 +CZE,ECS,HIC,1988,,,91.816093,689959 +CZE,ECS,HIC,1989,,,91.868538,652774 +CZE,ECS,HIC,1990,,,93.199654,608116 +CZE,ECS,HIC,1991,,,96.334167,566597 +CZE,ECS,HIC,1992,,,100.70852,534229 +CZE,ECS,HIC,1993,,3626.7925,102.6717,515008 +CZE,ECS,HIC,1994,,1569.4045,105.53384,510386 +CZE,ECS,HIC,1995,,1759.4401,104.58572,515138 +CZE,ECS,HIC,1996,,2017.1586,104.23766,519668 +CZE,ECS,HIC,1997,,,101.78807,647704 +CZE,ECS,HIC,1998,2137.7764,1416.5911,103.09031,642802 +CZE,ECS,HIC,1999,2331.8401,1526.215,103.03382,635254 +CZE,ECS,HIC,2000,2481.3347,1600.3518,103.33581,624150 +CZE,ECS,HIC,2001,2471.9949,1559.0377,103.41559,609865 +CZE,ECS,HIC,2002,2667.7195,1610.8838,101.5521,594625 +CZE,ECS,HIC,2003,2995.9949,1697.4738,99.027351,572155 +CZE,ECS,HIC,2004,3125.5806,1670.204,98.596062,541984 +CZE,ECS,HIC,2005,3279.6299,1649.0996,99.214699,506822 +CZE,ECS,HIC,2006,3770.0493,1784.2476,99.996201,473299 +CZE,ECS,HIC,2007,3821.7026,1768.7605,103.18527,448536 +CZE,ECS,HIC,2008,4050.0063,1862.5939,105.73485,434940 +CZE,ECS,HIC,2009,4640.8042,2137.0251,105.97286,434505 +CZE,ECS,HIC,2010,4672.644,2165.1025,103.8044,446354 +CZE,ECS,HIC,2011,4919.4771,2303.6582,100.7609,464746 +CZE,ECS,HIC,2012,4966.8652,2371.1616,99.367683,480546 +CZE,ECS,HIC,2013,4825.9209,2403.7429,98.741814,498269 +CZE,ECS,HIC,2014,4878.0767,2530.3511,98.668228,517693 +CZE,ECS,HIC,2015,5072.4668,2751.5037,99.516678,537631 +CZE,ECS,HIC,2016,,,100.2089,556199 +CZE,ECS,HIC,2017,,,100.671,571989 +CZE,ECS,HIC,2018,,,,580600 +DEU,ECS,HIC,1960,,,, +DEU,ECS,HIC,1961,,,, +DEU,ECS,HIC,1962,,,, +DEU,ECS,HIC,1963,,,, +DEU,ECS,HIC,1964,,,, +DEU,ECS,HIC,1965,,,, +DEU,ECS,HIC,1966,,,, +DEU,ECS,HIC,1967,,,, +DEU,ECS,HIC,1968,,,, +DEU,ECS,HIC,1969,,,, +DEU,ECS,HIC,1970,,,,5026072 +DEU,ECS,HIC,1971,,,,5123114 +DEU,ECS,HIC,1972,,,,5182704 +DEU,ECS,HIC,1973,,,,5205766 +DEU,ECS,HIC,1974,,,,5186014 +DEU,ECS,HIC,1975,,,,5121967 +DEU,ECS,HIC,1976,,,,5017768 +DEU,ECS,HIC,1977,,,,4879800 +DEU,ECS,HIC,1978,,,,4648258 +DEU,ECS,HIC,1979,,,,4330837 +DEU,ECS,HIC,1980,,,,3971512 +DEU,ECS,HIC,1981,,,,3635738 +DEU,ECS,HIC,1982,,,,3367255 +DEU,ECS,HIC,1983,,,,3188017 +DEU,ECS,HIC,1984,,,,3111757 +DEU,ECS,HIC,1985,,,,3111544 +DEU,ECS,HIC,1986,,,,3132740 +DEU,ECS,HIC,1987,,,,3145511 +DEU,ECS,HIC,1988,,,,3181327 +DEU,ECS,HIC,1989,,,,3235954 +DEU,ECS,HIC,1990,,,,3305063 +DEU,ECS,HIC,1991,,,101.67763,3383433 +DEU,ECS,HIC,1992,,,99.156349,3476716 +DEU,ECS,HIC,1993,,1612.8715,100.83631,3562876 +DEU,ECS,HIC,1994,,,100.42782,3634596 +DEU,ECS,HIC,1995,,,101.37612,3687087 +DEU,ECS,HIC,1996,,,102.57969,3719670 +DEU,ECS,HIC,1997,,,104.05521,3719002 +DEU,ECS,HIC,1998,6372.3042,24633.57,105.47468,3674112 +DEU,ECS,HIC,1999,,,105.26504,3586906 +DEU,ECS,HIC,2000,,,105.31711,3477873 +DEU,ECS,HIC,2001,,,104.36076,3377304 +DEU,ECS,HIC,2002,,,102.5475,3293723 +DEU,ECS,HIC,2003,,,102.09838,3239421 +DEU,ECS,HIC,2004,,,102.883,3215852 +DEU,ECS,HIC,2005,,,103.10638,3209343 +DEU,ECS,HIC,2006,6728.3608,22401.063,104.21326,3197359 +DEU,ECS,HIC,2007,6746.0107,22337.965,104.78634,3162411 +DEU,ECS,HIC,2008,6818.2002,22064.773,104.02398,3113115 +DEU,ECS,HIC,2009,7343.4141,23137.789,103.39642,3049267 +DEU,ECS,HIC,2010,7865.438,24127.396,102.9959,2980035 +DEU,ECS,HIC,2011,8020.2646,23978.01,102.4666,2919106 +DEU,ECS,HIC,2012,8171.3765,23975.375,101.6142,2875135 +DEU,ECS,HIC,2013,8298.0557,24051.633,100.8382,2842103 +DEU,ECS,HIC,2014,8496.6084,24514.051,100.5386,2821570 +DEU,ECS,HIC,2015,8488.4326,24611.701,101.6674,2812209 +DEU,ECS,HIC,2016,,,102.6776,2811295 +DEU,ECS,HIC,2017,,,104.0224,2806645 +DEU,ECS,HIC,2018,,,,2809970 +DJI,MEA,LMC,1960,,,, +DJI,MEA,LMC,1961,,,, +DJI,MEA,LMC,1962,,,, +DJI,MEA,LMC,1963,,,, +DJI,MEA,LMC,1964,,,, +DJI,MEA,LMC,1965,,,, +DJI,MEA,LMC,1966,,,, +DJI,MEA,LMC,1967,,,, +DJI,MEA,LMC,1968,,,, +DJI,MEA,LMC,1969,,,, +DJI,MEA,LMC,1970,,,,24203 +DJI,MEA,LMC,1971,,,24.621401,26083 +DJI,MEA,LMC,1972,,,24.761021,28141 +DJI,MEA,LMC,1973,,,25.751261,30216 +DJI,MEA,LMC,1974,,,26.2495,32473 +DJI,MEA,LMC,1975,,,26.49395,35125 +DJI,MEA,LMC,1976,,,25.4988,38292 +DJI,MEA,LMC,1977,,,23.683781,43059 +DJI,MEA,LMC,1978,,,26.55669,48131 +DJI,MEA,LMC,1979,,,26.630831,53025 +DJI,MEA,LMC,1980,,,26.61412,57214 +DJI,MEA,LMC,1981,,,27.85063,60469 +DJI,MEA,LMC,1982,,,30.09684,62784 +DJI,MEA,LMC,1983,,,31.516359,64833 +DJI,MEA,LMC,1984,,,32.549171,67120 +DJI,MEA,LMC,1985,,,32.102859,70190 +DJI,MEA,LMC,1986,,,34.000889,74151 +DJI,MEA,LMC,1987,,,33.98798,79840 +DJI,MEA,LMC,1988,,,33.7132,85557 +DJI,MEA,LMC,1989,,,32.936249,90578 +DJI,MEA,LMC,1990,,,33.297958,94234 +DJI,MEA,LMC,1991,,,32.83316,96567 +DJI,MEA,LMC,1992,,,34.092049,97533 +DJI,MEA,LMC,1993,,,30.952379,98826 +DJI,MEA,LMC,1994,,,32.716122,100883 +DJI,MEA,LMC,1995,,,33.660091,104052 +DJI,MEA,LMC,1996,,,33.529572,108033 +DJI,MEA,LMC,1997,,,32.837601,112363 +DJI,MEA,LMC,1998,,,32.200489,115591 +DJI,MEA,LMC,1999,,,32.535992,117404 +DJI,MEA,LMC,2000,,,32.497719,117529 +DJI,MEA,LMC,2001,,,36.46624,116250 +DJI,MEA,LMC,2002,,,38.32571,115604 +DJI,MEA,LMC,2003,,,40.16494,115362 +DJI,MEA,LMC,2004,,,42.138908,115524 +DJI,MEA,LMC,2005,,,43.613152,116096 +DJI,MEA,LMC,2006,,,45.975189,116900 +DJI,MEA,LMC,2007,,,48.950871,117531 +DJI,MEA,LMC,2008,,,58.856991,98820 +DJI,MEA,LMC,2009,,,58.683201,99194 +DJI,MEA,LMC,2010,,,,99417 +DJI,MEA,LMC,2011,,,66.508911,99428 +DJI,MEA,LMC,2012,,,69.419647,99486 +DJI,MEA,LMC,2013,,,69.420036,99284 +DJI,MEA,LMC,2014,,,70.986794,98777 +DJI,MEA,LMC,2015,,,70.132042,98020 +DJI,MEA,LMC,2016,,,69.382957,97196 +DJI,MEA,LMC,2017,,,69.596237,96784 +DJI,MEA,LMC,2018,,,70.297691,96703 +DMA,LCN,UMC,1960,,,, +DMA,LCN,UMC,1961,,,, +DMA,LCN,UMC,1962,,,, +DMA,LCN,UMC,1963,,,, +DMA,LCN,UMC,1964,,,, +DMA,LCN,UMC,1965,,,, +DMA,LCN,UMC,1966,,,, +DMA,LCN,UMC,1967,,,, +DMA,LCN,UMC,1968,,,, +DMA,LCN,UMC,1969,,,, +DMA,LCN,UMC,1970,,,,14148 +DMA,LCN,UMC,1971,,,129.17451,13787 +DMA,LCN,UMC,1972,,,130.68884,13588 +DMA,LCN,UMC,1973,,,127.50345,13752 +DMA,LCN,UMC,1974,,,119.89591,14221 +DMA,LCN,UMC,1975,,,118.75966,14884 +DMA,LCN,UMC,1976,,,110.32134,15558 +DMA,LCN,UMC,1977,,,110.57269,15887 +DMA,LCN,UMC,1978,,,109.65343,15868 +DMA,LCN,UMC,1979,,,106.25723,15565 +DMA,LCN,UMC,1980,,,103.3795,15091 +DMA,LCN,UMC,1981,,,101.34765,14618 +DMA,LCN,UMC,1982,,,106.48108,13908 +DMA,LCN,UMC,1983,,,,13395 +DMA,LCN,UMC,1984,,,101.44341,13083 +DMA,LCN,UMC,1985,,,,12946 +DMA,LCN,UMC,1986,,,95.488663,12917 +DMA,LCN,UMC,1987,,,99.726707,12824 +DMA,LCN,UMC,1988,,,99.928619,12702 +DMA,LCN,UMC,1989,,,,12525 +DMA,LCN,UMC,1990,,,106.54017,12263 +DMA,LCN,UMC,1991,,,112.22242,11925 +DMA,LCN,UMC,1992,,,113.01753,11295 +DMA,LCN,UMC,1993,,,126.80872,10666 +DMA,LCN,UMC,1994,,,134.33211,10048 +DMA,LCN,UMC,1995,,,138.59071,9475 +DMA,LCN,UMC,1996,,,,9020 +DMA,LCN,UMC,1997,,,,8932 +DMA,LCN,UMC,1998,,20.56661,,9070 +DMA,LCN,UMC,1999,,,123.59159,9383 +DMA,LCN,UMC,2000,,,114.04494,9780 +DMA,LCN,UMC,2001,,,105.66701,10114 +DMA,LCN,UMC,2002,,,100.06377,10149 +DMA,LCN,UMC,2003,,,95.577492,10058 +DMA,LCN,UMC,2004,,,92.098137,9839 +DMA,LCN,UMC,2005,,,91.473686,9498 +DMA,LCN,UMC,2006,,,90.79055,9086 +DMA,LCN,UMC,2007,1326.4788,11.46476,92.795792,8671 +DMA,LCN,UMC,2008,1792.976,15.00542,94.822121,8261 +DMA,LCN,UMC,2009,1497.8069,12.32845,98.468719,7859 +DMA,LCN,UMC,2010,1637.743,13.32795,102.7395,7479 +DMA,LCN,UMC,2011,1626.9032,13.23974,108.3189,7136 +DMA,LCN,UMC,2012,1474.24,12.00621,114.0297,6843 +DMA,LCN,UMC,2013,,,114.6969,6638 +DMA,LCN,UMC,2014,,,116.0984,6524 +DMA,LCN,UMC,2015,1636.7747,12.3331,116.1912,6495 +DMA,LCN,UMC,2016,,,114.7266,6519 +DMA,LCN,UMC,2017,,,,6566 +DMA,LCN,UMC,2018,,,,6635 +DNK,ECS,HIC,1960,,,, +DNK,ECS,HIC,1961,,,, +DNK,ECS,HIC,1962,,,, +DNK,ECS,HIC,1963,,,, +DNK,ECS,HIC,1964,,,, +DNK,ECS,HIC,1965,,,, +DNK,ECS,HIC,1966,,,, +DNK,ECS,HIC,1967,,,, +DNK,ECS,HIC,1968,,,, +DNK,ECS,HIC,1969,,,, +DNK,ECS,HIC,1970,,,,455534 +DNK,ECS,HIC,1971,,,95.87278,462103 +DNK,ECS,HIC,1972,,,96.422089,468402 +DNK,ECS,HIC,1973,,,98.891144,472646 +DNK,ECS,HIC,1974,,,101.67111,474535 +DNK,ECS,HIC,1975,,,102.83372,473900 +DNK,ECS,HIC,1976,,,104.18355,471179 +DNK,ECS,HIC,1977,,,100.78191,468471 +DNK,ECS,HIC,1978,,,99.331322,464947 +DNK,ECS,HIC,1979,,,97.370773,460477 +DNK,ECS,HIC,1980,,,97.351112,454983 +DNK,ECS,HIC,1981,,,95.47403,455239 +DNK,ECS,HIC,1982,,,96.296349,448747 +DNK,ECS,HIC,1983,,,98.000938,440757 +DNK,ECS,HIC,1984,,,98.965279,431228 +DNK,ECS,HIC,1985,,,98.77726,420287 +DNK,ECS,HIC,1986,,,98.682617,408083 +DNK,ECS,HIC,1987,,,98.860031,396414 +DNK,ECS,HIC,1988,,,98.975479,383983 +DNK,ECS,HIC,1989,,,97.798767,371202 +DNK,ECS,HIC,1990,,,97.685081,358500 +DNK,ECS,HIC,1991,,2615.3914,98.254181,346313 +DNK,ECS,HIC,1992,,,97.431511,335645 +DNK,ECS,HIC,1993,,2856.9258,98.5662,328359 +DNK,ECS,HIC,1994,,2871.3572,100.32467,325562 +DNK,ECS,HIC,1995,,3285.385,100.40299,327555 +DNK,ECS,HIC,1996,,3657.0977,100.64478,334533 +DNK,ECS,HIC,1997,,,,343875 +DNK,ECS,HIC,1998,11203.948,4041.0737,101.58511,355055 +DNK,ECS,HIC,1999,10498.108,3902.084,101.33479,366798 +DNK,ECS,HIC,2000,10659.745,4095.4421,101.42744,378790 +DNK,ECS,HIC,2001,11248.144,4452.8027,101.36166,390552 +DNK,ECS,HIC,2002,10888.58,4520.9932,103.32261,401853 +DNK,ECS,HIC,2003,,4684.0562,,410831 +DNK,ECS,HIC,2004,11270.085,4731.2495,100.73233,416754 +DNK,ECS,HIC,2005,11694.146,4842.5811,98.73159,419423 +DNK,ECS,HIC,2006,11783.979,4899.6963,99.301437,418718 +DNK,ECS,HIC,2007,11777.439,4896.9771,100.01467,415733 +DNK,ECS,HIC,2008,11785.459,4836.7524,99.614792,411990 +DNK,ECS,HIC,2009,12927.16,5256.4678,99.565369,408403 +DNK,ECS,HIC,2010,13078.186,5275.0073,99.582008,405042 +DNK,ECS,HIC,2011,10264.886,4832.7798,100.7807,467160 +DNK,ECS,HIC,2012,12108.136,5685.5928,101.3566,464403 +DNK,ECS,HIC,2013,12056.172,5636.0679,101.5456,462400 +DNK,ECS,HIC,2014,12033.49,5630.7349,101.2942,461483 +DNK,ECS,HIC,2015,,,101.4564,461786 +DNK,ECS,HIC,2016,,,101.8048,463423 +DNK,ECS,HIC,2017,,,101.2681,466579 +DNK,ECS,HIC,2018,,,,465893 +DOM,LCN,UMC,1960,,,, +DOM,LCN,UMC,1961,,,, +DOM,LCN,UMC,1962,,,, +DOM,LCN,UMC,1963,,,, +DOM,LCN,UMC,1964,,,, +DOM,LCN,UMC,1965,,,, +DOM,LCN,UMC,1966,,,, +DOM,LCN,UMC,1967,,,, +DOM,LCN,UMC,1968,,,, +DOM,LCN,UMC,1969,,,, +DOM,LCN,UMC,1970,,,,788392 +DOM,LCN,UMC,1971,,,94.309242,810191 +DOM,LCN,UMC,1972,,,101.64924,810191 +DOM,LCN,UMC,1973,,,98.196167,848749 +DOM,LCN,UMC,1974,,,96.626503,866162 +DOM,LCN,UMC,1975,,,98.317947,882435 +DOM,LCN,UMC,1976,,,101.47839,897868 +DOM,LCN,UMC,1977,,,102.46312,912298 +DOM,LCN,UMC,1978,,,102.30781,925510 +DOM,LCN,UMC,1979,,,110.08604,937910 +DOM,LCN,UMC,1980,,,112.52916,950080 +DOM,LCN,UMC,1981,,,114.93967,962009 +DOM,LCN,UMC,1982,,,118.18387,972895 +DOM,LCN,UMC,1983,,,111.28209,982043 +DOM,LCN,UMC,1984,,,113.25445,990558 +DOM,LCN,UMC,1985,,,120.6348,999365 +DOM,LCN,UMC,1986,,,120.79063,1009748 +DOM,LCN,UMC,1987,,,,1021091 +DOM,LCN,UMC,1988,,,,1033007 +DOM,LCN,UMC,1989,,,,1045403 +DOM,LCN,UMC,1990,,,,1058080 +DOM,LCN,UMC,1991,,,100.20869,1070954 +DOM,LCN,UMC,1992,,,100.62768,1083834 +DOM,LCN,UMC,1993,,196.32822,102.48081,1095126 +DOM,LCN,UMC,1994,,262.97913,101.49306,1105316 +DOM,LCN,UMC,1995,,332.02347,99.21048,1129921 +DOM,LCN,UMC,1996,,378.75549,102.86824,1138853 +DOM,LCN,UMC,1997,,,101.92247,1148368 +DOM,LCN,UMC,1998,,,109.42933,1158057 +DOM,LCN,UMC,1999,,,112.57981,1168364 +DOM,LCN,UMC,2000,,,115.84567,1177091 +DOM,LCN,UMC,2001,,847.36243,,1182573 +DOM,LCN,UMC,2002,695.82654,974.04858,118.13887,1184914 +DOM,LCN,UMC,2003,,,115.84297,1186627 +DOM,LCN,UMC,2004,397.04971,508.97205,107.87681,1188286 +DOM,LCN,UMC,2005,634.89594,818.85388,108.37692,1190055 +DOM,LCN,UMC,2006,,,103.63236,1191182 +DOM,LCN,UMC,2007,933.11237,1264.4467,113.72905,1191503 +DOM,LCN,UMC,2008,771.80963,1007.7217,109.53054,1192052 +DOM,LCN,UMC,2009,770.84973,1027.9034,111.8577,1192111 +DOM,LCN,UMC,2010,864.70667,1139.5122,110.5022,1192557 +DOM,LCN,UMC,2011,857.92749,1124.0558,109.8605,1192603 +DOM,LCN,UMC,2012,1096.927,1407.9222,107.9563,1188921 +DOM,LCN,UMC,2013,1755.2465,2446.2825,109.1146,1183301 +DOM,LCN,UMC,2014,1940.4781,2617.8337,107.5582,1178832 +DOM,LCN,UMC,2015,2045.6381,2885.6912,111.4054,1173308 +DOM,LCN,UMC,2016,2440.3872,3173.106,110.2988,1166938 +DOM,LCN,UMC,2017,2348.4026,2953.4321,107.7998,1162657 +DOM,LCN,UMC,2018,,,,1160293 +DZA,MEA,UMC,1960,,,, +DZA,MEA,UMC,1961,,,, +DZA,MEA,UMC,1962,,,, +DZA,MEA,UMC,1963,,,, +DZA,MEA,UMC,1964,,,, +DZA,MEA,UMC,1965,,,, +DZA,MEA,UMC,1966,,,, +DZA,MEA,UMC,1967,,,, +DZA,MEA,UMC,1968,,,, +DZA,MEA,UMC,1969,,,, +DZA,MEA,UMC,1970,,,,2474112 +DZA,MEA,UMC,1971,,,74.465683,2549666 +DZA,MEA,UMC,1972,,,78.602417,2632142 +DZA,MEA,UMC,1973,,,83.281326,2710372 +DZA,MEA,UMC,1974,,,87.053101,2782384 +DZA,MEA,UMC,1975,,,89.160469,2846886 +DZA,MEA,UMC,1976,,,92.154419,2904298 +DZA,MEA,UMC,1977,,,94.104607,2974043 +DZA,MEA,UMC,1978,,,95.151299,3055940 +DZA,MEA,UMC,1979,,,94.874878,3147417 +DZA,MEA,UMC,1980,,,94.76815,3245285 +DZA,MEA,UMC,1981,,,93.683762,3344703 +DZA,MEA,UMC,1982,,,92.564789,3450557 +DZA,MEA,UMC,1983,,,91.363029,3565530 +DZA,MEA,UMC,1984,,,90.952621,3686523 +DZA,MEA,UMC,1985,,,90.083588,3809741 +DZA,MEA,UMC,1986,,,89.046356,3929764 +DZA,MEA,UMC,1987,,,90.245399,4049704 +DZA,MEA,UMC,1988,,,91.75679,4165733 +DZA,MEA,UMC,1989,,,92.002853,4274927 +DZA,MEA,UMC,1990,,,92.593437,4374215 +DZA,MEA,UMC,1991,,,94.448097,4460642 +DZA,MEA,UMC,1992,,,96.479652,4542371 +DZA,MEA,UMC,1993,,,96.787323,4610426 +DZA,MEA,UMC,1994,,,97.421669,4662070 +DZA,MEA,UMC,1995,,,97.442467,4695281 +DZA,MEA,UMC,1996,,,98.593102,4709349 +DZA,MEA,UMC,1997,,,99.748123,4710947 +DZA,MEA,UMC,1998,,,100.90608,4697970 +DZA,MEA,UMC,1999,1315.9585,6288.7949,102.75233,4667680 +DZA,MEA,UMC,2000,1095.0438,5303.6401,105.16491,4616717 +DZA,MEA,UMC,2001,,,104.0217,4543670 +DZA,MEA,UMC,2002,1288.5596,6045.7539,105.14247,4462394 +DZA,MEA,UMC,2003,1424.3496,6569.9185,105.92675,4351363 +DZA,MEA,UMC,2004,,,106.8939,4212802 +DZA,MEA,UMC,2005,,,107.5861,4050833 +DZA,MEA,UMC,2006,,,108.15657,3878747 +DZA,MEA,UMC,2007,,,109.53171,3731733 +DZA,MEA,UMC,2008,,,109.23097,3610866 +DZA,MEA,UMC,2009,,,112.35897,2897576 +DZA,MEA,UMC,2010,,,115.3376,2874723 +DZA,MEA,UMC,2011,,,116.5679,2887841 +DZA,MEA,UMC,2012,,,118.0796,2926949 +DZA,MEA,UMC,2013,,,119.5393,3023340 +DZA,MEA,UMC,2014,,,118.5028,3181790 +DZA,MEA,UMC,2015,,,115.8778,3392222 +DZA,MEA,UMC,2016,,,113.8302,3623835 +DZA,MEA,UMC,2017,,,111.7645,3834655 +DZA,MEA,UMC,2018,,,109.8828,4040275 +ECU,LCN,UMC,1960,,,, +ECU,LCN,UMC,1961,,,, +ECU,LCN,UMC,1962,,,, +ECU,LCN,UMC,1963,,,, +ECU,LCN,UMC,1964,,,, +ECU,LCN,UMC,1965,,,, +ECU,LCN,UMC,1966,,,, +ECU,LCN,UMC,1967,,,, +ECU,LCN,UMC,1968,,,, +ECU,LCN,UMC,1969,,,, +ECU,LCN,UMC,1970,,,,982551 +ECU,LCN,UMC,1971,,,97.293579,1008593 +ECU,LCN,UMC,1972,,,97.848824,1036938 +ECU,LCN,UMC,1973,,,99.32135,1066935 +ECU,LCN,UMC,1974,,,102.32329,1097871 +ECU,LCN,UMC,1975,,,102.53885,1128828 +ECU,LCN,UMC,1976,,,104.35889,1158447 +ECU,LCN,UMC,1977,,,104.97136,1189638 +ECU,LCN,UMC,1978,,,106.48442,1220131 +ECU,LCN,UMC,1979,,,111.75184,1249019 +ECU,LCN,UMC,1980,,,113.02839,1275341 +ECU,LCN,UMC,1981,,,117.45075,1298511 +ECU,LCN,UMC,1982,,,119.44214,1323249 +ECU,LCN,UMC,1983,,,120.59207,1346793 +ECU,LCN,UMC,1984,,,121.89366,1368645 +ECU,LCN,UMC,1985,,,121.87485,1388414 +ECU,LCN,UMC,1986,,,123.03486,1406148 +ECU,LCN,UMC,1987,,,124.95093,1425966 +ECU,LCN,UMC,1988,,,125.35838,1447006 +ECU,LCN,UMC,1989,,,123.83619,1469080 +ECU,LCN,UMC,1990,,,122.89901,1492026 +ECU,LCN,UMC,1991,,,121.20598,1515329 +ECU,LCN,UMC,1992,,,130.47789,1539727 +ECU,LCN,UMC,1993,,,126.30046,1565646 +ECU,LCN,UMC,1994,,,109.59142,1592558 +ECU,LCN,UMC,1995,,652.03247,109.5812,1619624 +ECU,LCN,UMC,1996,,,110.20513,1645499 +ECU,LCN,UMC,1997,,,113.15485,1672009 +ECU,LCN,UMC,1998,,,111.36342,1695102 +ECU,LCN,UMC,1999,305.84406,588.87823,111.03748,1714341 +ECU,LCN,UMC,2000,226.78331,443.37497,111.4111,1729534 +ECU,LCN,UMC,2001,,,112.10682,1741229 +ECU,LCN,UMC,2002,,,112.59968,1753732 +ECU,LCN,UMC,2003,,,111.72212,1765765 +ECU,LCN,UMC,2004,,,110.64753,1777234 +ECU,LCN,UMC,2005,,,109.87432,1787922 +ECU,LCN,UMC,2006,,,109.21076,1797334 +ECU,LCN,UMC,2007,,,110.01211,1805593 +ECU,LCN,UMC,2008,,,107.68655,1812670 +ECU,LCN,UMC,2009,1094.334,2296.8691,112.23349,1812001 +ECU,LCN,UMC,2010,1040.1024,2198.9814,113.0803,1810102 +ECU,LCN,UMC,2011,1179.9235,2510.9231,114.1177,1810387 +ECU,LCN,UMC,2012,1188.484,2482.8477,112.2776,1815422 +ECU,LCN,UMC,2013,1349.4338,2790.8774,111.3695,1825280 +ECU,LCN,UMC,2014,1207.7953,2528.9241,112.8785,1839649 +ECU,LCN,UMC,2015,1088.7935,2175.5564,107.6838,1856609 +ECU,LCN,UMC,2016,1076.6134,2100.6753,104.935,1872971 +ECU,LCN,UMC,2017,,,103.5349, +ECU,LCN,UMC,2018,,,,1887087 +EGY,MEA,LMC,1960,,,, +EGY,MEA,LMC,1961,,,, +EGY,MEA,LMC,1962,,,, +EGY,MEA,LMC,1963,,,, +EGY,MEA,LMC,1964,,,, +EGY,MEA,LMC,1965,,,, +EGY,MEA,LMC,1966,,,, +EGY,MEA,LMC,1967,,,, +EGY,MEA,LMC,1968,,,, +EGY,MEA,LMC,1969,,,, +EGY,MEA,LMC,1970,,,,5453783 +EGY,MEA,LMC,1971,,,69.89312,5538440 +EGY,MEA,LMC,1972,,,70.863419,5656613 +EGY,MEA,LMC,1973,,,71.287758,5793246 +EGY,MEA,LMC,1974,,,68.590073,5937020 +EGY,MEA,LMC,1975,,,69.664459,6073896 +EGY,MEA,LMC,1976,,,68.95533,6189650 +EGY,MEA,LMC,1977,,,68.058861,6326297 +EGY,MEA,LMC,1978,,,67.822861,6457169 +EGY,MEA,LMC,1979,,,67.909103,6575904 +EGY,MEA,LMC,1980,,,69.33757,6677874 +EGY,MEA,LMC,1981,,,70.329086,6764968 +EGY,MEA,LMC,1982,,,72.3508,6876951 +EGY,MEA,LMC,1983,,,75.228912,7028117 +EGY,MEA,LMC,1984,,,77.95797,7212912 +EGY,MEA,LMC,1985,,,80.536278,7423217 +EGY,MEA,LMC,1986,,,82.987427,7645524 +EGY,MEA,LMC,1987,,,85.695107,7883767 +EGY,MEA,LMC,1988,,,88.214653,8146707 +EGY,MEA,LMC,1989,,,89.02877,8424915 +EGY,MEA,LMC,1990,,,91.015327,7379403 +EGY,MEA,LMC,1991,,,93.46299,7610269 +EGY,MEA,LMC,1992,,,85.285233,7838895 +EGY,MEA,LMC,1993,,,86.095879,8081486 +EGY,MEA,LMC,1994,,,95.508583,8329766 +EGY,MEA,LMC,1995,,,88.312347,8563105 +EGY,MEA,LMC,1996,,,97.140099,8750653 +EGY,MEA,LMC,1997,,,96.429131,8896340 +EGY,MEA,LMC,1998,,,,8942598 +EGY,MEA,LMC,1999,,,94.422409,8881575 +EGY,MEA,LMC,2000,,,93.82132,8732887 +EGY,MEA,LMC,2001,,,93.968987,8551154 +EGY,MEA,LMC,2002,,,94.788528,8417145 +EGY,MEA,LMC,2003,,,95.334373,8308065 +EGY,MEA,LMC,2004,,,95.711143,8233190 +EGY,MEA,LMC,2005,,,95.706673,9869750 +EGY,MEA,LMC,2006,,,97.261322,9843200 +EGY,MEA,LMC,2007,,,98.386497,9839864 +EGY,MEA,LMC,2008,,,,9892391 +EGY,MEA,LMC,2009,,,101.38257,10005948 +EGY,MEA,LMC,2010,,,102.2853,10177585 +EGY,MEA,LMC,2011,,,99.184486,10387767 +EGY,MEA,LMC,2012,,,104.7797,10625979 +EGY,MEA,LMC,2013,,,105.0944,10829399 +EGY,MEA,LMC,2014,,,103.8715,11003933 +EGY,MEA,LMC,2015,,,,11167224 +EGY,MEA,LMC,2016,,,105.3936,11352681 +EGY,MEA,LMC,2017,1096.585,13335.981,106.1335,11586464 +EGY,MEA,LMC,2018,,,106.2849,11980624 +ERI,SSF,LIC,1960,,,, +ERI,SSF,LIC,1961,,,, +ERI,SSF,LIC,1962,,,, +ERI,SSF,LIC,1963,,,, +ERI,SSF,LIC,1964,,,, +ERI,SSF,LIC,1965,,,, +ERI,SSF,LIC,1966,,,, +ERI,SSF,LIC,1967,,,, +ERI,SSF,LIC,1968,,,, +ERI,SSF,LIC,1969,,,, +ERI,SSF,LIC,1970,,,,273670 +ERI,SSF,LIC,1971,,,,281431 +ERI,SSF,LIC,1972,,,,289956 +ERI,SSF,LIC,1973,,,,299083 +ERI,SSF,LIC,1974,,,,308737 +ERI,SSF,LIC,1975,,,,318396 +ERI,SSF,LIC,1976,,,,327610 +ERI,SSF,LIC,1977,,,,338108 +ERI,SSF,LIC,1978,,,,348631 +ERI,SSF,LIC,1979,,,,358905 +ERI,SSF,LIC,1980,,,,368755 +ERI,SSF,LIC,1981,,,,377920 +ERI,SSF,LIC,1982,,,,388420 +ERI,SSF,LIC,1983,,,,399206 +ERI,SSF,LIC,1984,,,,410389 +ERI,SSF,LIC,1985,,,,421916 +ERI,SSF,LIC,1986,,,,433579 +ERI,SSF,LIC,1987,,,,448214 +ERI,SSF,LIC,1988,,,,464415 +ERI,SSF,LIC,1989,,,36.732849,480745 +ERI,SSF,LIC,1990,,,32.15279,495300 +ERI,SSF,LIC,1991,,,29.606359,506652 +ERI,SSF,LIC,1992,,,46.681091,443568 +ERI,SSF,LIC,1993,,,55.202579,456174 +ERI,SSF,LIC,1994,,,59.990791,468169 +ERI,SSF,LIC,1995,,,63.073009,479947 +ERI,SSF,LIC,1996,,,66.252533,491680 +ERI,SSF,LIC,1997,,,65.670891,496251 +ERI,SSF,LIC,1998,,,,500621 +ERI,SSF,LIC,1999,,,71.010391,503628 +ERI,SSF,LIC,2000,,,80.255836,504057 +ERI,SSF,LIC,2001,,,81.248611,501804 +ERI,SSF,LIC,2002,,,91.518402,498248 +ERI,SSF,LIC,2003,,,101.58068,496119 +ERI,SSF,LIC,2004,,,108.56859,495125 +ERI,SSF,LIC,2005,,,112.46723,495068 +ERI,SSF,LIC,2006,,,111.95072,495949 +ERI,SSF,LIC,2007,,,103.10507,501220 +ERI,SSF,LIC,2008,,,97.449821,509793 +ERI,SSF,LIC,2009,,,91.383217,522516 +ERI,SSF,LIC,2010,,,83.675667,539972 +ERI,SSF,LIC,2011,,,86.234543,561338 +ERI,SSF,LIC,2012,,,87.27343,582333 +ERI,SSF,LIC,2013,,,92.247368,627889 +ERI,SSF,LIC,2014,,,79.850548,649094 +ERI,SSF,LIC,2015,,,76.161003,668852 +ERI,SSF,LIC,2016,,,,686786 +ERI,SSF,LIC,2017,,,68.474518,702133 +ERI,SSF,LIC,2018,,,,714638 +ESP,ECS,HIC,1960,,,, +ESP,ECS,HIC,1961,,,, +ESP,ECS,HIC,1962,,,, +ESP,ECS,HIC,1963,,,, +ESP,ECS,HIC,1964,,,, +ESP,ECS,HIC,1965,,,, +ESP,ECS,HIC,1966,,,, +ESP,ECS,HIC,1967,,,, +ESP,ECS,HIC,1968,,,, +ESP,ECS,HIC,1969,,,, +ESP,ECS,HIC,1970,,,,3203181 +ESP,ECS,HIC,1971,,,110.57336,3229932 +ESP,ECS,HIC,1972,,,114.57886,3255509 +ESP,ECS,HIC,1973,,,109.97155,3271998 +ESP,ECS,HIC,1974,,,112.13022,3277925 +ESP,ECS,HIC,1975,,,112.95498,3275164 +ESP,ECS,HIC,1976,,,111.91744,3269397 +ESP,ECS,HIC,1977,,,111.06713,3267205 +ESP,ECS,HIC,1978,,,110.18592,3272474 +ESP,ECS,HIC,1979,,,109.79861,3286668 +ESP,ECS,HIC,1980,,,109.22708,3306957 +ESP,ECS,HIC,1981,,,108.70551,3323619 +ESP,ECS,HIC,1982,,,109.31616,3327234 +ESP,ECS,HIC,1983,,,109.41163,3324879 +ESP,ECS,HIC,1984,,,108.99387,3314231 +ESP,ECS,HIC,1985,,,108.62862,3291180 +ESP,ECS,HIC,1986,,,107.34144,3251529 +ESP,ECS,HIC,1987,,,106.93545,3198166 +ESP,ECS,HIC,1988,,,104.56569,3112011 +ESP,ECS,HIC,1989,,,104.46518,2991109 +ESP,ECS,HIC,1990,,9016.1113,104.47305,2842716 +ESP,ECS,HIC,1991,,8977.3223,105.30054,2686148 +ESP,ECS,HIC,1992,,9265.2227,104.69158,2550867 +ESP,ECS,HIC,1993,,9285.5576,106.48521,2432745 +ESP,ECS,HIC,1994,,10104.397,106.15853,2335268 +ESP,ECS,HIC,1995,,11054.286,105.08152,2257831 +ESP,ECS,HIC,1996,,12238.259,104.77669,2680778 +ESP,ECS,HIC,1997,,,104.28286,2599465 +ESP,ECS,HIC,1998,5079.8911,13378.797,104.42103,2529471 +ESP,ECS,HIC,1999,5523.791,14250.872,104.54669,2474385 +ESP,ECS,HIC,2000,5624.8721,14287.147,104.50306,2436598 +ESP,ECS,HIC,2001,5910.6309,14807.33,104.02462,2413788 +ESP,ECS,HIC,2002,6076.2617,15134.412,103.5991,2409140 +ESP,ECS,HIC,2003,6298.4863,15672.644,103.42386,2410234 +ESP,ECS,HIC,2004,6511.3105,16262.083,103.64733,2413450 +ESP,ECS,HIC,2005,6703.9136,16658.576,103.05699,2414920 +ESP,ECS,HIC,2006,6983.0703,17466.09,103.72332,2415382 +ESP,ECS,HIC,2007,7122.0869,18202.324,104.15159,2427003 +ESP,ECS,HIC,2008,7445.3535,19547.135,104.6608,2459738 +ESP,ECS,HIC,2009,7569.4536,20317.004,104.58888,2511937 +ESP,ECS,HIC,2010,7463.6162,20308.418,103.9756,2580343 +ESP,ECS,HIC,2011,7321.7466,20302.537,104.5556,2656255 +ESP,ECS,HIC,2012,6198.1484,18232.652,105.2402,2729801 +ESP,ECS,HIC,2013,5891.9136,17618.625,108.1938,2791060 +ESP,ECS,HIC,2014,5891.7646,17802.113,107.152,2841327 +ESP,ECS,HIC,2015,6084.8818,18620.469,106.364,2882671 +ESP,ECS,HIC,2016,,,104.2142,2914910 +ESP,ECS,HIC,2017,,,102.7103,2934808 +ESP,ECS,HIC,2018,,,,2928976 +EST,ECS,HIC,1960,,,, +EST,ECS,HIC,1961,,,, +EST,ECS,HIC,1962,,,, +EST,ECS,HIC,1963,,,, +EST,ECS,HIC,1964,,,, +EST,ECS,HIC,1965,,,, +EST,ECS,HIC,1966,,,, +EST,ECS,HIC,1967,,,, +EST,ECS,HIC,1968,,,, +EST,ECS,HIC,1969,,,, +EST,ECS,HIC,1970,,,,120923 +EST,ECS,HIC,1971,,,,121474 +EST,ECS,HIC,1972,,,,121722 +EST,ECS,HIC,1973,,,,121253 +EST,ECS,HIC,1974,,,,120334 +EST,ECS,HIC,1975,,,,119354 +EST,ECS,HIC,1976,,,,118720 +EST,ECS,HIC,1977,,,,119119 +EST,ECS,HIC,1978,,,,120311 +EST,ECS,HIC,1979,,,,122311 +EST,ECS,HIC,1980,,,,125006 +EST,ECS,HIC,1981,,,102.88971,128006 +EST,ECS,HIC,1982,,,102.39644,130527 +EST,ECS,HIC,1983,,,102.12266,132052 +EST,ECS,HIC,1984,,,102.23617,132682 +EST,ECS,HIC,1985,,,103.26171,132630 +EST,ECS,HIC,1986,,,104.7043,132347 +EST,ECS,HIC,1987,,,111.90336,132744 +EST,ECS,HIC,1988,,,114.42207,133892 +EST,ECS,HIC,1989,,,113.24258,135457 +EST,ECS,HIC,1990,,,93.521553,137008 +EST,ECS,HIC,1991,,,92.24202,138103 +EST,ECS,HIC,1992,,,91.727432,137418 +EST,ECS,HIC,1993,,,89.638542,136226 +EST,ECS,HIC,1994,,,90.458412,133395 +EST,ECS,HIC,1995,,,91.739212,132336 +EST,ECS,HIC,1996,,,95.498466,131644 +EST,ECS,HIC,1997,2634.2617,334.02438,97.214661,130433 +EST,ECS,HIC,1998,2628.9221,336.03671,99.566132,128380 +EST,ECS,HIC,1999,3173.8633,402.03644,101.38303,124943 +EST,ECS,HIC,2000,,,102.96704,119850 +EST,ECS,HIC,2001,3241.8848,380.23743,103.77445,113023 +EST,ECS,HIC,2002,3692.406,401.1319,102.38053,106111 +EST,ECS,HIC,2003,3909.6575,391.63428,101.18794,98995 +EST,ECS,HIC,2004,4106.2666,378.17896,99.681793,92392 +EST,ECS,HIC,2005,4619.1265,400.68048,98.90731,86484 +EST,ECS,HIC,2006,,,97.700768,81462 +EST,ECS,HIC,2007,5518.5815,422.76422,98.908478,76860 +EST,ECS,HIC,2008,6885.1016,517.23956,101.61071,73434 +EST,ECS,HIC,2009,6062.2271,468.45862,103.06117,71357 +EST,ECS,HIC,2010,5764.374,435.28592,103.0321,70791 +EST,ECS,HIC,2011,5786.4912,422.81299,101.7139,71823 +EST,ECS,HIC,2012,5952.2524,457.77444,100.9545,73589 +EST,ECS,HIC,2013,6458.6802,544.38251,99.56826,76081 +EST,ECS,HIC,2014,5595.4116,508.48203,98.007233,78945 +EST,ECS,HIC,2015,5221.1387,477.24454,97.146408,82068 +EST,ECS,HIC,2016,,,97.117798,85282 +EST,ECS,HIC,2017,,,97.230171,88585 +EST,ECS,HIC,2018,,,,91009 +ETH,SSF,LIC,1960,,,, +ETH,SSF,LIC,1961,,,, +ETH,SSF,LIC,1962,,,, +ETH,SSF,LIC,1963,,,, +ETH,SSF,LIC,1964,,,, +ETH,SSF,LIC,1965,,,, +ETH,SSF,LIC,1966,,,, +ETH,SSF,LIC,1967,,,, +ETH,SSF,LIC,1968,,,, +ETH,SSF,LIC,1969,,,, +ETH,SSF,LIC,1970,,,,4231478 +ETH,SSF,LIC,1971,,,15.02952,4360931 +ETH,SSF,LIC,1972,,,15.8598,4518645 +ETH,SSF,LIC,1973,,,16.27112,4686132 +ETH,SSF,LIC,1974,,,17.72669,4848756 +ETH,SSF,LIC,1975,,,19.224239,4991300 +ETH,SSF,LIC,1976,,,21.251129,5102191 +ETH,SSF,LIC,1977,,,22.85655,5153623 +ETH,SSF,LIC,1978,,,22.008619,5206780 +ETH,SSF,LIC,1979,,,26.218321,5273779 +ETH,SSF,LIC,1980,,,33.918152,5364540 +ETH,SSF,LIC,1981,,,39.055481,5483564 +ETH,SSF,LIC,1982,,,41.8414,5702343 +ETH,SSF,LIC,1983,,,42.424419,5944897 +ETH,SSF,LIC,1984,,,40.467628,6194156 +ETH,SSF,LIC,1985,,,37.552052,6431685 +ETH,SSF,LIC,1986,,,36.98642,6639482 +ETH,SSF,LIC,1987,,,40.058472,6848138 +ETH,SSF,LIC,1988,,,40.873192,7072374 +ETH,SSF,LIC,1989,,,39.138809,7314053 +ETH,SSF,LIC,1990,,,35.256168,7570757 +ETH,SSF,LIC,1991,,,31.556459,7839351 +ETH,SSF,LIC,1992,,,25.281019,8191106 +ETH,SSF,LIC,1993,,306.84756,21.70808,8583045 +ETH,SSF,LIC,1994,,,25.53083,8983464 +ETH,SSF,LIC,1995,,,29.22492,9357851 +ETH,SSF,LIC,1996,,498.28772,35.121071,9670419 +ETH,SSF,LIC,1997,125.96944,504.84698,40.537811,9934832 +ETH,SSF,LIC,1998,,,50.210121,10192863 +ETH,SSF,LIC,1999,,,49.649479,10459579 +ETH,SSF,LIC,2000,,,54.718418,10740041 +ETH,SSF,LIC,2001,,,60.58218,11036499 +ETH,SSF,LIC,2002,,,63.793339,11366521 +ETH,SSF,LIC,2003,,,65.084518,11760935 +ETH,SSF,LIC,2004,,,67.914993,12205700 +ETH,SSF,LIC,2005,,,79.052612,12681050 +ETH,SSF,LIC,2006,,,83.228897,13166795 +ETH,SSF,LIC,2007,,,89.07444,13654074 +ETH,SSF,LIC,2008,,,94.750412,14109530 +ETH,SSF,LIC,2009,89.249908,1229.6074,93.426819,14513600 +ETH,SSF,LIC,2010,82.668579,1137.6864,91.656532,14857146 +ETH,SSF,LIC,2011,101.71235,1458.6842,94.279716,15130034 +ETH,SSF,LIC,2012,71.689682,1518.1058,94.26506,15370029 +ETH,SSF,LIC,2013,,1310.3801,,15572624 +ETH,SSF,LIC,2014,119.40829,1878.6835,99.252762,15745368 +ETH,SSF,LIC,2015,118.60022,1921.0919,100.9715,15889126 +ETH,SSF,LIC,2016,,,,16004812 +ETH,SSF,LIC,2017,,,,16111462 +ETH,SSF,LIC,2018,,,,16246524 +FIN,ECS,HIC,1960,,,, +FIN,ECS,HIC,1961,,,, +FIN,ECS,HIC,1962,,,, +FIN,ECS,HIC,1963,,,, +FIN,ECS,HIC,1964,,,, +FIN,ECS,HIC,1965,,,, +FIN,ECS,HIC,1966,,,, +FIN,ECS,HIC,1967,,,, +FIN,ECS,HIC,1968,,,, +FIN,ECS,HIC,1969,,,, +FIN,ECS,HIC,1970,,,,476658 +FIN,ECS,HIC,1971,,,81.718803,472633 +FIN,ECS,HIC,1972,,,81.14138,467839 +FIN,ECS,HIC,1973,,,82.193161,463378 +FIN,ECS,HIC,1974,,,85.796448,458343 +FIN,ECS,HIC,1975,,,89.82531,452053 +FIN,ECS,HIC,1976,,,102.1845,444037 +FIN,ECS,HIC,1977,,,100.61727,436112 +FIN,ECS,HIC,1978,,,99.173553,426160 +FIN,ECS,HIC,1979,,,98.150932,414587 +FIN,ECS,HIC,1980,,,97.153748,401932 +FIN,ECS,HIC,1981,,,96.08107,388575 +FIN,ECS,HIC,1982,,,97.359123,375330 +FIN,ECS,HIC,1983,,,99.937462,366194 +FIN,ECS,HIC,1984,,,101.81618,362464 +FIN,ECS,HIC,1985,,,102.6372,363984 +FIN,ECS,HIC,1986,,,102.35172,370623 +FIN,ECS,HIC,1987,,,102.14365,378794 +FIN,ECS,HIC,1988,,,100.76449,386530 +FIN,ECS,HIC,1989,,,99.184593,391952 +FIN,ECS,HIC,1990,,2592.6738,98.471802,395105 +FIN,ECS,HIC,1991,,2587.8401,98.680931,395808 +FIN,ECS,HIC,1992,,2537.6118,99.144867,396082 +FIN,ECS,HIC,1993,,2724.6821,99.312592,395254 +FIN,ECS,HIC,1994,,2599.8086,99.277687,393736 +FIN,ECS,HIC,1995,,2594.4448,98.968933,391341 +FIN,ECS,HIC,1996,,2733.8083,99.048088,388063 +FIN,ECS,HIC,1997,,,99.200272,384003 +FIN,ECS,HIC,1998,,,99.895927,381475 +FIN,ECS,HIC,1999,6087.0483,2329.7935,100.39503,381240 +FIN,ECS,HIC,2000,6227.5728,2416.6904,101.2672,383207 +FIN,ECS,HIC,2001,6533.8496,2562.2493,101.26402,387255 +FIN,ECS,HIC,2002,6817.0747,2680.9304,100.39057,391737 +FIN,ECS,HIC,2003,7136.417,2802.7637,99.674393,394024 +FIN,ECS,HIC,2004,7426.9702,2881.1743,98.783333,392714 +FIN,ECS,HIC,2005,7366.7139,2812.5007,98.417976,387924 +FIN,ECS,HIC,2006,7684.7046,2859.6938,98.008629,379689 +FIN,ECS,HIC,2007,7799.5596,2846.0747,98.556099,370251 +FIN,ECS,HIC,2008,8244.0137,2946.4353,98.977547,361097 +FIN,ECS,HIC,2009,8297.8818,2913.3447,99.21357,353876 +FIN,ECS,HIC,2010,8769.8848,3043.6763,99.482323,348861 +FIN,ECS,HIC,2011,8998.8027,3110.1211,99.755241,346463 +FIN,ECS,HIC,2012,8993.9561,3127.5581,100.341,346029 +FIN,ECS,HIC,2013,8935.3018,3125.7561,100.3441,347213 +FIN,ECS,HIC,2014,9020.5098,3186.1345,100.6207,349614 +FIN,ECS,HIC,2015,9384.1367,3350.7561,100.5608,353284 +FIN,ECS,HIC,2016,,,100.4188,358124 +FIN,ECS,HIC,2017,,,100.1546,363708 +FIN,ECS,HIC,2018,,,,368236 +FJI,EAS,UMC,1960,,,, +FJI,EAS,UMC,1961,,,, +FJI,EAS,UMC,1962,,,, +FJI,EAS,UMC,1963,,,, +FJI,EAS,UMC,1964,,,, +FJI,EAS,UMC,1965,,,, +FJI,EAS,UMC,1966,,,, +FJI,EAS,UMC,1967,,,, +FJI,EAS,UMC,1968,,,, +FJI,EAS,UMC,1969,,,, +FJI,EAS,UMC,1970,,,106.73944,90971 +FJI,EAS,UMC,1971,,,109.99267,91380 +FJI,EAS,UMC,1972,,,112.33852,91580 +FJI,EAS,UMC,1973,,,115.62849,91390 +FJI,EAS,UMC,1974,,,116.85003,90635 +FJI,EAS,UMC,1975,,,117.52256,89311 +FJI,EAS,UMC,1976,,,115.35741,89633 +FJI,EAS,UMC,1977,,,112.70292,90492 +FJI,EAS,UMC,1978,,,110.36443,91650 +FJI,EAS,UMC,1979,,,106.7598,92840 +FJI,EAS,UMC,1980,,,105.43206,93786 +FJI,EAS,UMC,1981,,,105.26773,94429 +FJI,EAS,UMC,1982,,,,96569 +FJI,EAS,UMC,1983,,,102.57133,99741 +FJI,EAS,UMC,1984,,,101.74417,103361 +FJI,EAS,UMC,1985,,,102.08511,106793 +FJI,EAS,UMC,1986,,,103.67016,108429 +FJI,EAS,UMC,1987,,,104.84667,109423 +FJI,EAS,UMC,1988,,,,110008 +FJI,EAS,UMC,1989,,,,110508 +FJI,EAS,UMC,1990,,,,111138 +FJI,EAS,UMC,1991,,,108.71053,112228 +FJI,EAS,UMC,1992,,,107.52708,112894 +FJI,EAS,UMC,1993,,,,112982 +FJI,EAS,UMC,1994,,,107.99765,112310 +FJI,EAS,UMC,1995,,,106.94414,110933 +FJI,EAS,UMC,1996,,,104.844,110323 +FJI,EAS,UMC,1997,,,105.14362,110299 +FJI,EAS,UMC,1998,,,105.07456,110801 +FJI,EAS,UMC,1999,,,103.76041,111757 +FJI,EAS,UMC,2000,,,101.58609,112935 +FJI,EAS,UMC,2001,,,104.00556,110897 +FJI,EAS,UMC,2002,,,105.88808,107958 +FJI,EAS,UMC,2003,,,108.66279,104453 +FJI,EAS,UMC,2004,1388.3011,157.50137,112.67828,100739 +FJI,EAS,UMC,2005,,,,97167 +FJI,EAS,UMC,2006,,,113.37653,96684 +FJI,EAS,UMC,2007,,,107.30326,96390 +FJI,EAS,UMC,2008,,,106.25667,96216 +FJI,EAS,UMC,2009,,,104.83107,96066 +FJI,EAS,UMC,2010,,,,95807 +FJI,EAS,UMC,2011,1280.1727,129.78903,105.6898,96675 +FJI,EAS,UMC,2012,,,106.6173,97900 +FJI,EAS,UMC,2013,1061.4374,111.49019,107.8187,99439 +FJI,EAS,UMC,2014,,,,101213 +FJI,EAS,UMC,2015,,,106.7165,103014 +FJI,EAS,UMC,2016,,,106.4389,104581 +FJI,EAS,UMC,2017,,,,105654 +FJI,EAS,UMC,2018,,,,106132 +FRA,ECS,HIC,1960,,,, +FRA,ECS,HIC,1961,,,, +FRA,ECS,HIC,1962,,,, +FRA,ECS,HIC,1963,,,, +FRA,ECS,HIC,1964,,,, +FRA,ECS,HIC,1965,,,, +FRA,ECS,HIC,1966,,,, +FRA,ECS,HIC,1967,,,, +FRA,ECS,HIC,1968,,,, +FRA,ECS,HIC,1969,,,, +FRA,ECS,HIC,1970,,,,4214604 +FRA,ECS,HIC,1971,,,116.27664,4257116 +FRA,ECS,HIC,1972,,,113.29803,4284617 +FRA,ECS,HIC,1973,,,110.62387,4295271 +FRA,ECS,HIC,1974,,,109.82357,4285954 +FRA,ECS,HIC,1975,,,109.06555,4258539 +FRA,ECS,HIC,1976,,,108.16937,4222999 +FRA,ECS,HIC,1977,,,107.83408,4194610 +FRA,ECS,HIC,1978,,,109.32511,4173956 +FRA,ECS,HIC,1979,,,110.17864,4162704 +FRA,ECS,HIC,1980,,,110.41897,4156769 +FRA,ECS,HIC,1981,,,109.8852,4144467 +FRA,ECS,HIC,1982,,,108.85131,4125649 +FRA,ECS,HIC,1983,,,106.85368,4071855 +FRA,ECS,HIC,1984,,,106.24291,3980757 +FRA,ECS,HIC,1985,,,106.12524,3862930 +FRA,ECS,HIC,1986,,,109.18348,3745586 +FRA,ECS,HIC,1987,,,111.75469,3665116 +FRA,ECS,HIC,1988,,,113.74472,3631756 +FRA,ECS,HIC,1989,,,113.79908,3651780 +FRA,ECS,HIC,1990,,17079.287,111.44689,3716330 +FRA,ECS,HIC,1991,,17576.814,108.80766,3793397 +FRA,ECS,HIC,1992,,17329.455,106.42709,3846251 +FRA,ECS,HIC,1993,,20795.883,104.38177,3879670 +FRA,ECS,HIC,1994,,22301.773,104.78763,3888397 +FRA,ECS,HIC,1995,,22780.971,105.26588,3872977 +FRA,ECS,HIC,1996,,22954.85,106.13069,3845206 +FRA,ECS,HIC,1997,,,105.12505,3823169 +FRA,ECS,HIC,1998,,,105.20645,3794706 +FRA,ECS,HIC,1999,6425.314,25342.896,100.80926,3759803 +FRA,ECS,HIC,2000,6642.8584,25804.582,100.42826,3867995 +FRA,ECS,HIC,2001,6717.2378,25780.102,100.38221,3823289 +FRA,ECS,HIC,2002,6841.9966,26052.537,100.2493,3798270 +FRA,ECS,HIC,2003,6840.2979,25936.984,99.975449,3792486 +FRA,ECS,HIC,2004,7061.3823,26716.193,99.81118,3790354 +FRA,ECS,HIC,2005,6959.6348,27947.904,104.63649,3837562 +FRA,ECS,HIC,2006,6943.0908,28133.965,104.27885,3885602 +FRA,ECS,HIC,2007,7316.2021,30037.605,103.85978,3953049 +FRA,ECS,HIC,2008,7164.623,29656.41,103.62215,3994594 +FRA,ECS,HIC,2009,7100.7949,29486.918,103.04114,4030062 +FRA,ECS,HIC,2010,7270.4292,30238.34,102.7615,4047319 +FRA,ECS,HIC,2011,7286.5732,30398.314,102.6911,4062500 +FRA,ECS,HIC,2012,7096.9136,30006.17,102.5232,4053324 +FRA,ECS,HIC,2013,7188.9805,30482.047,102.2764,4078166 +FRA,ECS,HIC,2014,7212.2085,30765.703,101.2803,4102346 +FRA,ECS,HIC,2015,7197.5562,30932.578,101.9896,4173581 +FRA,ECS,HIC,2016,,,102.2604,4200696 +FRA,ECS,HIC,2017,,,102.5108,4230822 +FRA,ECS,HIC,2018,,,, +FRO,ECS,HIC,1960,,,, +FRO,ECS,HIC,1961,,,, +FRO,ECS,HIC,1962,,,, +FRO,ECS,HIC,1963,,,, +FRO,ECS,HIC,1964,,,, +FRO,ECS,HIC,1965,,,, +FRO,ECS,HIC,1966,,,, +FRO,ECS,HIC,1967,,,, +FRO,ECS,HIC,1968,,,, +FRO,ECS,HIC,1969,,,, +FRO,ECS,HIC,1970,,,, +FRO,ECS,HIC,1971,,,, +FRO,ECS,HIC,1972,,,, +FRO,ECS,HIC,1973,,,, +FRO,ECS,HIC,1974,,,, +FRO,ECS,HIC,1975,,,, +FRO,ECS,HIC,1976,,,, +FRO,ECS,HIC,1977,,,, +FRO,ECS,HIC,1978,,,, +FRO,ECS,HIC,1979,,,, +FRO,ECS,HIC,1980,,,, +FRO,ECS,HIC,1981,,,, +FRO,ECS,HIC,1982,,,, +FRO,ECS,HIC,1983,,,, +FRO,ECS,HIC,1984,,,, +FRO,ECS,HIC,1985,,,, +FRO,ECS,HIC,1986,,,, +FRO,ECS,HIC,1987,,,, +FRO,ECS,HIC,1988,,,, +FRO,ECS,HIC,1989,,,, +FRO,ECS,HIC,1990,,,, +FRO,ECS,HIC,1991,,,, +FRO,ECS,HIC,1992,,,, +FRO,ECS,HIC,1993,,,, +FRO,ECS,HIC,1994,,,, +FRO,ECS,HIC,1995,,,, +FRO,ECS,HIC,1996,,,, +FRO,ECS,HIC,1997,,,, +FRO,ECS,HIC,1998,,,, +FRO,ECS,HIC,1999,,,, +FRO,ECS,HIC,2000,,,, +FRO,ECS,HIC,2001,,,, +FRO,ECS,HIC,2002,,,, +FRO,ECS,HIC,2003,,,, +FRO,ECS,HIC,2004,,,, +FRO,ECS,HIC,2005,,,, +FRO,ECS,HIC,2006,,,, +FRO,ECS,HIC,2007,,,, +FRO,ECS,HIC,2008,,,, +FRO,ECS,HIC,2009,,,, +FRO,ECS,HIC,2010,,,, +FRO,ECS,HIC,2011,,,, +FRO,ECS,HIC,2012,,,, +FRO,ECS,HIC,2013,,,, +FRO,ECS,HIC,2014,,,, +FRO,ECS,HIC,2015,,,, +FRO,ECS,HIC,2016,,,, +FRO,ECS,HIC,2017,,,, +FRO,ECS,HIC,2018,,,, +FSM,EAS,LMC,1960,,,, +FSM,EAS,LMC,1961,,,, +FSM,EAS,LMC,1962,,,, +FSM,EAS,LMC,1963,,,, +FSM,EAS,LMC,1964,,,, +FSM,EAS,LMC,1965,,,, +FSM,EAS,LMC,1966,,,, +FSM,EAS,LMC,1967,,,, +FSM,EAS,LMC,1968,,,, +FSM,EAS,LMC,1969,,,, +FSM,EAS,LMC,1970,,,,10377 +FSM,EAS,LMC,1971,,,213.85895,10571 +FSM,EAS,LMC,1972,,,215.24696,10721 +FSM,EAS,LMC,1973,,,221.84821,10834 +FSM,EAS,LMC,1974,,,215.09933,10966 +FSM,EAS,LMC,1975,,,211.32159,11183 +FSM,EAS,LMC,1976,,,202.36897,11515 +FSM,EAS,LMC,1977,,,204.37241,11834 +FSM,EAS,LMC,1978,,,198.71774,12232 +FSM,EAS,LMC,1979,,,191.75664,12678 +FSM,EAS,LMC,1980,,,,13130 +FSM,EAS,LMC,1981,,,,13568 +FSM,EAS,LMC,1982,,,,13952 +FSM,EAS,LMC,1983,,,,14257 +FSM,EAS,LMC,1984,,,,14479 +FSM,EAS,LMC,1985,,,,14636 +FSM,EAS,LMC,1986,,,,14754 +FSM,EAS,LMC,1987,,,,14929 +FSM,EAS,LMC,1988,,,,15246 +FSM,EAS,LMC,1989,,,,15692 +FSM,EAS,LMC,1990,,,,16246 +FSM,EAS,LMC,1991,,,,16838 +FSM,EAS,LMC,1992,,,,17525 +FSM,EAS,LMC,1993,,,,18079 +FSM,EAS,LMC,1994,,,,18452 +FSM,EAS,LMC,1995,,,,18610 +FSM,EAS,LMC,1996,,,,18577 +FSM,EAS,LMC,1997,,,,18361 +FSM,EAS,LMC,1998,,,,18061 +FSM,EAS,LMC,1999,,,,17711 +FSM,EAS,LMC,2000,,,,17341 +FSM,EAS,LMC,2001,,,,16957 +FSM,EAS,LMC,2002,,,,16851 +FSM,EAS,LMC,2003,,,,16847 +FSM,EAS,LMC,2004,,,112.88702,16885 +FSM,EAS,LMC,2005,,,111.096,16884 +FSM,EAS,LMC,2006,,,,16766 +FSM,EAS,LMC,2007,,,113.11255,16582 +FSM,EAS,LMC,2008,,,,16381 +FSM,EAS,LMC,2009,,,,16152 +FSM,EAS,LMC,2010,,,,15892 +FSM,EAS,LMC,2011,,,,15601 +FSM,EAS,LMC,2012,,,,15240 +FSM,EAS,LMC,2013,,,,14929 +FSM,EAS,LMC,2014,,,101.4321,14655 +FSM,EAS,LMC,2015,,,97.174744,14402 +FSM,EAS,LMC,2016,,,,14160 +FSM,EAS,LMC,2017,,,,13899 +FSM,EAS,LMC,2018,,,,13703 +GAB,SSF,UMC,1960,,,, +GAB,SSF,UMC,1961,,,, +GAB,SSF,UMC,1962,,,, +GAB,SSF,UMC,1963,,,, +GAB,SSF,UMC,1964,,,, +GAB,SSF,UMC,1965,,,, +GAB,SSF,UMC,1966,,,, +GAB,SSF,UMC,1967,,,, +GAB,SSF,UMC,1968,,,, +GAB,SSF,UMC,1969,,,, +GAB,SSF,UMC,1970,,,,70244 +GAB,SSF,UMC,1971,,,138.68216,72413 +GAB,SSF,UMC,1972,,,139.80592,75375 +GAB,SSF,UMC,1973,,,140.32774,78587 +GAB,SSF,UMC,1974,,,139.1459,81956 +GAB,SSF,UMC,1975,,,142.06462,85390 +GAB,SSF,UMC,1976,,,144.7299,88741 +GAB,SSF,UMC,1977,,,140.88704,92524 +GAB,SSF,UMC,1978,,,146.11572,96266 +GAB,SSF,UMC,1979,,,141.84702,99858 +GAB,SSF,UMC,1980,,,143.99007,103191 +GAB,SSF,UMC,1981,,,145.927,106246 +GAB,SSF,UMC,1982,,,146.02005,109788 +GAB,SSF,UMC,1983,,,145.7578,113549 +GAB,SSF,UMC,1984,,,146.51414,117456 +GAB,SSF,UMC,1985,,,147.04897,121443 +GAB,SSF,UMC,1986,,,146.04555,125431 +GAB,SSF,UMC,1987,,,146.93388,129835 +GAB,SSF,UMC,1988,,,144.62643,134510 +GAB,SSF,UMC,1989,,,148.18475,139374 +GAB,SSF,UMC,1990,,,,144332 +GAB,SSF,UMC,1991,,,,149250 +GAB,SSF,UMC,1992,,291.55103,135.72993,154458 +GAB,SSF,UMC,1993,,,,159630 +GAB,SSF,UMC,1994,,,139.26389,164671 +GAB,SSF,UMC,1995,,,145.43388,169477 +GAB,SSF,UMC,1996,,,143.63974,173972 +GAB,SSF,UMC,1997,,,142.9406,178513 +GAB,SSF,UMC,1998,,345.77417,,182870 +GAB,SSF,UMC,1999,,,140.8647,186981 +GAB,SSF,UMC,2000,,,,190800 +GAB,SSF,UMC,2001,,,135.33086,194342 +GAB,SSF,UMC,2002,,,140.88196,197832 +GAB,SSF,UMC,2003,,,137.52538,201316 +GAB,SSF,UMC,2004,,,,204801 +GAB,SSF,UMC,2005,,,,208292 +GAB,SSF,UMC,2006,,,,211806 +GAB,SSF,UMC,2007,,,,214919 +GAB,SSF,UMC,2008,,,,218151 +GAB,SSF,UMC,2009,,,,221553 +GAB,SSF,UMC,2010,,247.63708,,225191 +GAB,SSF,UMC,2011,814.19397,258.86972,139.93359,229194 +GAB,SSF,UMC,2012,,250.72601,,196744 +GAB,SSF,UMC,2013,,247.35268,,201746 +GAB,SSF,UMC,2014,,263.03159,,207534 +GAB,SSF,UMC,2015,,,,213813 +GAB,SSF,UMC,2016,,,,220087 +GAB,SSF,UMC,2017,,,,227643 +GAB,SSF,UMC,2018,,,,235195 +GBR,ECS,HIC,1960,,,, +GBR,ECS,HIC,1961,,,, +GBR,ECS,HIC,1962,,,, +GBR,ECS,HIC,1963,,,, +GBR,ECS,HIC,1964,,,, +GBR,ECS,HIC,1965,,,, +GBR,ECS,HIC,1966,,,, +GBR,ECS,HIC,1967,,,, +GBR,ECS,HIC,1968,,,, +GBR,ECS,HIC,1969,,,, +GBR,ECS,HIC,1970,,,,5448538 +GBR,ECS,HIC,1971,,,104.02588,5585878 +GBR,ECS,HIC,1972,,,103.36421,5692464 +GBR,ECS,HIC,1973,,,102.61198,5741512 +GBR,ECS,HIC,1974,,,102.68649,5726415 +GBR,ECS,HIC,1975,,,102.87874,5652633 +GBR,ECS,HIC,1976,,,103.33944,5544203 +GBR,ECS,HIC,1977,,,103.76874,5435873 +GBR,ECS,HIC,1978,,,103.90188,5293490 +GBR,ECS,HIC,1979,,,104.1208,5120054 +GBR,ECS,HIC,1980,,,104.30444,4925741 +GBR,ECS,HIC,1981,,,103.9337,4728639 +GBR,ECS,HIC,1982,,,103.03385,4554149 +GBR,ECS,HIC,1983,,,101.82484,4397295 +GBR,ECS,HIC,1984,,,102.49936,4265486 +GBR,ECS,HIC,1985,,,102.74941,4163775 +GBR,ECS,HIC,1986,,,105.08421,4091212 +GBR,ECS,HIC,1987,,,106.74422,4051855 +GBR,ECS,HIC,1988,,,107.73593,4059031 +GBR,ECS,HIC,1989,,,107.40546,4113325 +GBR,ECS,HIC,1990,,,106.8315,4202852 +GBR,ECS,HIC,1991,,18517.816,105.48049,4299853 +GBR,ECS,HIC,1992,,19276.158,104.17159,4379789 +GBR,ECS,HIC,1993,,,,4449855 +GBR,ECS,HIC,1994,,24636.828,,4505860 +GBR,ECS,HIC,1995,,25603.365,,4547750 +GBR,ECS,HIC,1996,,23287.201,,4582792 +GBR,ECS,HIC,1997,,,,4611916 +GBR,ECS,HIC,1998,4073.3896,19000.037,100.79734,4630408 +GBR,ECS,HIC,1999,4137.4365,19285.559,100.66856,4633022 +GBR,ECS,HIC,2000,4395.374,20357.715,100.35872,4617863 +GBR,ECS,HIC,2001,4725.5068,21718.949,100.22992,4588639 +GBR,ECS,HIC,2002,5257.084,23846.885,99.822632,4547588 +GBR,ECS,HIC,2003,6064.6841,27219.285,99.993317,4492325 +GBR,ECS,HIC,2004,6076.0825,28470.9,105.93517,4427486 +GBR,ECS,HIC,2005,6623.353,30699.182,106.38617,4361029 +GBR,ECS,HIC,2006,7863.5845,35524.672,105.06858,4303196 +GBR,ECS,HIC,2007,8475.2773,37371.406,103.2406,4272447 +GBR,ECS,HIC,2008,8552.7871,39270.301,105.06189,4248873 +GBR,ECS,HIC,2009,9066.749,40044.043,104.25979,4231660 +GBR,ECS,HIC,2010,9435.2236,41726.926,104.5549,4221484 +GBR,ECS,HIC,2011,9652.3945,42662.039,104.4257,4222164 +GBR,ECS,HIC,2012,,,106.2461,4246451 +GBR,ECS,HIC,2013,9192.084,42109.715,107.112,4306021 +GBR,ECS,HIC,2014,9487.4092,42269.047,102.2555,4404203 +GBR,ECS,HIC,2015,10269.638,47930.617,101.9253,4530817 +GBR,ECS,HIC,2016,10699.349,50070.715,101.3352,4655826 +GBR,ECS,HIC,2017,,,101.1546,4756535 +GBR,ECS,HIC,2018,,,,4824444 +GEO,ECS,UMC,1960,,,, +GEO,ECS,UMC,1961,,,, +GEO,ECS,UMC,1962,,,, +GEO,ECS,UMC,1963,,,, +GEO,ECS,UMC,1964,,,, +GEO,ECS,UMC,1965,,,, +GEO,ECS,UMC,1966,,,, +GEO,ECS,UMC,1967,,,, +GEO,ECS,UMC,1968,,,, +GEO,ECS,UMC,1969,,,, +GEO,ECS,UMC,1970,,,,403615 +GEO,ECS,UMC,1971,,,,403880 +GEO,ECS,UMC,1972,,,,400721 +GEO,ECS,UMC,1973,,,,394115 +GEO,ECS,UMC,1974,,,,384357 +GEO,ECS,UMC,1975,,,,372976 +GEO,ECS,UMC,1976,,,,362016 +GEO,ECS,UMC,1977,,,,352714 +GEO,ECS,UMC,1978,,,,345234 +GEO,ECS,UMC,1979,,,,339864 +GEO,ECS,UMC,1980,,,,336039 +GEO,ECS,UMC,1981,,,96.885048,332654 +GEO,ECS,UMC,1982,,,,330547 +GEO,ECS,UMC,1983,,,,330090 +GEO,ECS,UMC,1984,,,,331158 +GEO,ECS,UMC,1985,,,,333589 +GEO,ECS,UMC,1986,,,92.418297,337007 +GEO,ECS,UMC,1987,,,,341584 +GEO,ECS,UMC,1988,,,,347515 +GEO,ECS,UMC,1989,,,,353968 +GEO,ECS,UMC,1990,,,,359388 +GEO,ECS,UMC,1991,,,97.291039,362205 +GEO,ECS,UMC,1992,,,95.297737,360772 +GEO,ECS,UMC,1993,,,87.404694,358067 +GEO,ECS,UMC,1994,,,89.070602,354967 +GEO,ECS,UMC,1995,,,91.590683,352138 +GEO,ECS,UMC,1996,,,98.404427,349655 +GEO,ECS,UMC,1997,,,103.60338,345517 +GEO,ECS,UMC,1998,,,109.92583,338296 +GEO,ECS,UMC,1999,,,114.66653,327340 +GEO,ECS,UMC,2000,,,118.17465,313457 +GEO,ECS,UMC,2001,,,115.69475,298679 +GEO,ECS,UMC,2002,,,110.8205,285045 +GEO,ECS,UMC,2003,,,106.90965,269872 +GEO,ECS,UMC,2004,,,106.23391,401225 +GEO,ECS,UMC,2005,,,100.78009,376816 +GEO,ECS,UMC,2006,,,99.938187,351111 +GEO,ECS,UMC,2007,,,103.22737,327623 +GEO,ECS,UMC,2008,940.41339,292.71777,104.02477,308585 +GEO,ECS,UMC,2009,,,103.6957,294100 +GEO,ECS,UMC,2010,,,103.3403,284109 +GEO,ECS,UMC,2011,901.90149,257.52805,104.2707,277640 +GEO,ECS,UMC,2012,770.83362,221.41811,106.3055,272271 +GEO,ECS,UMC,2013,,,106.3922,270133 +GEO,ECS,UMC,2014,,,104.2728,271544 +GEO,ECS,UMC,2015,,,102.7535,276594 +GEO,ECS,UMC,2016,,,100.3439,284068 +GEO,ECS,UMC,2017,,,100.3583,292966 +GEO,ECS,UMC,2018,,,98.630836,302037 +GHA,SSF,LMC,1960,,,, +GHA,SSF,LMC,1961,,,, +GHA,SSF,LMC,1962,,,, +GHA,SSF,LMC,1963,,,, +GHA,SSF,LMC,1964,,,, +GHA,SSF,LMC,1965,,,, +GHA,SSF,LMC,1966,,,, +GHA,SSF,LMC,1967,,,, +GHA,SSF,LMC,1968,,,, +GHA,SSF,LMC,1969,,,, +GHA,SSF,LMC,1970,,,,1400828 +GHA,SSF,LMC,1971,,,64.089706,1439050 +GHA,SSF,LMC,1972,,,62.317101,1488744 +GHA,SSF,LMC,1973,,,63.20842,1543644 +GHA,SSF,LMC,1974,,,61.642132,1598897 +GHA,SSF,LMC,1975,,,62.02475,1648801 +GHA,SSF,LMC,1976,,,66.799858,1689763 +GHA,SSF,LMC,1977,,,68.202766,1728207 +GHA,SSF,LMC,1978,,,68.390282,1761622 +GHA,SSF,LMC,1979,,,69.576027,1792351 +GHA,SSF,LMC,1980,,,70.841888,1823590 +GHA,SSF,LMC,1981,,,73.133873,1856909 +GHA,SSF,LMC,1982,,,74.918198,1907801 +GHA,SSF,LMC,1983,,,73.445679,1967933 +GHA,SSF,LMC,1984,,,70.810089,2032098 +GHA,SSF,LMC,1985,,,72.665588,2094217 +GHA,SSF,LMC,1986,,,69.312569,2150285 +GHA,SSF,LMC,1987,,,70.53965,2208411 +GHA,SSF,LMC,1988,,,69.67347,2265853 +GHA,SSF,LMC,1989,,,73.330704,2322518 +GHA,SSF,LMC,1990,,,71.380478,2378607 +GHA,SSF,LMC,1991,,,79.478912,2433366 +GHA,SSF,LMC,1992,,,79.93364,2496278 +GHA,SSF,LMC,1993,,,78.995392,2561790 +GHA,SSF,LMC,1994,,,80.097069,2627154 +GHA,SSF,LMC,1995,,,78.411873,2689031 +GHA,SSF,LMC,1996,,,77.893646,2744884 +GHA,SSF,LMC,1997,,,80.46463,2806836 +GHA,SSF,LMC,1998,,,,2865130 +GHA,SSF,LMC,1999,,,78.342239,2919901 +GHA,SSF,LMC,2000,,,82.872093,2972093 +GHA,SSF,LMC,2001,436.22879,1067.1975,77.911987,3023054 +GHA,SSF,LMC,2002,,,81.0047,3083990 +GHA,SSF,LMC,2003,,,77.612617,3153091 +GHA,SSF,LMC,2004,527.61169,1666.6406,80.763321,3227623 +GHA,SSF,LMC,2005,489.6232,1727.5022,86.546761,3303841 +GHA,SSF,LMC,2006,330.2449,1218.167,90.666008,3377615 +GHA,SSF,LMC,2007,315.18808,1237.4508,95.581543,3457534 +GHA,SSF,LMC,2008,347.52982,1423.2103,101.023,3531005 +GHA,SSF,LMC,2009,333.83801,1320.6301,100.29113,3596496 +GHA,SSF,LMC,2010,,1383.12,,3652953 +GHA,SSF,LMC,2011,866.54004,3415.6433,102.9708,3701803 +GHA,SSF,LMC,2012,551.19757,2578.9314,106.6879,3759883 +GHA,SSF,LMC,2013,351.15958,1608.2644,106.1008,3828429 +GHA,SSF,LMC,2014,330.52219,1503.4497,104.5874,3907499 +GHA,SSF,LMC,2015,,,108.3379,3996964 +GHA,SSF,LMC,2016,,,106.728,4093323 +GHA,SSF,LMC,2017,,,105.5099,4192846 +GHA,SSF,LMC,2018,,,103.5685,4295041 +GIB,ECS,HIC,1960,,,, +GIB,ECS,HIC,1961,,,, +GIB,ECS,HIC,1962,,,, +GIB,ECS,HIC,1963,,,, +GIB,ECS,HIC,1964,,,, +GIB,ECS,HIC,1965,,,, +GIB,ECS,HIC,1966,,,, +GIB,ECS,HIC,1967,,,, +GIB,ECS,HIC,1968,,,, +GIB,ECS,HIC,1969,,,, +GIB,ECS,HIC,1970,,,, +GIB,ECS,HIC,1971,,,91.257423, +GIB,ECS,HIC,1972,,,100.4469, +GIB,ECS,HIC,1973,,,73.019989, +GIB,ECS,HIC,1974,,,73.267578, +GIB,ECS,HIC,1975,,,72.055367, +GIB,ECS,HIC,1976,,,73.855873, +GIB,ECS,HIC,1977,,,70.410309, +GIB,ECS,HIC,1978,,,72.741562, +GIB,ECS,HIC,1979,,,71.146347, +GIB,ECS,HIC,1980,,,69.819122, +GIB,ECS,HIC,1981,,,71.022728, +GIB,ECS,HIC,1982,,,73.526367, +GIB,ECS,HIC,1983,,,74.19355, +GIB,ECS,HIC,1984,,,77.048317, +GIB,ECS,HIC,1985,,,75.36618, +GIB,ECS,HIC,1986,,,, +GIB,ECS,HIC,1987,,,, +GIB,ECS,HIC,1988,,,, +GIB,ECS,HIC,1989,,,, +GIB,ECS,HIC,1990,,,, +GIB,ECS,HIC,1991,,,, +GIB,ECS,HIC,1992,,,, +GIB,ECS,HIC,1993,,,, +GIB,ECS,HIC,1994,,,, +GIB,ECS,HIC,1995,,,, +GIB,ECS,HIC,1996,,,, +GIB,ECS,HIC,1997,,,116.57411, +GIB,ECS,HIC,1998,,,, +GIB,ECS,HIC,1999,,,103.90594, +GIB,ECS,HIC,2000,,,88.780487, +GIB,ECS,HIC,2001,,,84.470497, +GIB,ECS,HIC,2002,,,,2140 +GIB,ECS,HIC,2003,,,, +GIB,ECS,HIC,2004,,,, +GIB,ECS,HIC,2005,,,, +GIB,ECS,HIC,2006,,,, +GIB,ECS,HIC,2007,,,, +GIB,ECS,HIC,2008,,,109.74026, +GIB,ECS,HIC,2009,,,111.81724, +GIB,ECS,HIC,2010,,,, +GIB,ECS,HIC,2011,,,, +GIB,ECS,HIC,2012,,,, +GIB,ECS,HIC,2013,,,,2271 +GIB,ECS,HIC,2014,,,, +GIB,ECS,HIC,2015,,,, +GIB,ECS,HIC,2016,,,101.1212, +GIB,ECS,HIC,2017,,,103.544, +GIB,ECS,HIC,2018,,,, +GIN,SSF,LIC,1960,,,, +GIN,SSF,LIC,1961,,,, +GIN,SSF,LIC,1962,,,, +GIN,SSF,LIC,1963,,,, +GIN,SSF,LIC,1964,,,, +GIN,SSF,LIC,1965,,,, +GIN,SSF,LIC,1966,,,, +GIN,SSF,LIC,1967,,,, +GIN,SSF,LIC,1968,,,, +GIN,SSF,LIC,1969,,,, +GIN,SSF,LIC,1970,,,,622511 +GIN,SSF,LIC,1971,,,31.028811,626830 +GIN,SSF,LIC,1972,,,26.16724,631261 +GIN,SSF,LIC,1973,,,29.86471,635198 +GIN,SSF,LIC,1974,,,30.233311,637837 +GIN,SSF,LIC,1975,,,30.78195,638508 +GIN,SSF,LIC,1976,,,29.789671,636227 +GIN,SSF,LIC,1977,,,33.2411,635775 +GIN,SSF,LIC,1978,,,34.33086,637754 +GIN,SSF,LIC,1979,,,35.54314,642203 +GIN,SSF,LIC,1980,,,36.210171,648563 +GIN,SSF,LIC,1981,,,34.735771,655783 +GIN,SSF,LIC,1982,,,32.962818,670054 +GIN,SSF,LIC,1983,,,31.805799,689842 +GIN,SSF,LIC,1984,,,30.674641,713217 +GIN,SSF,LIC,1985,,,34.785992,737811 +GIN,SSF,LIC,1986,,,32.4524,761488 +GIN,SSF,LIC,1987,,,30.74069,789016 +GIN,SSF,LIC,1988,,,31.764879,819327 +GIN,SSF,LIC,1989,,,32.134449,853201 +GIN,SSF,LIC,1990,,,31.81171,891636 +GIN,SSF,LIC,1991,,61.849419,34.534889,933968 +GIN,SSF,LIC,1992,,70.608063,34.582481,990612 +GIN,SSF,LIC,1993,,74.871132,39.167881,1056099 +GIN,SSF,LIC,1994,,,42.261978,1124415 +GIN,SSF,LIC,1995,,,47.150761,1187995 +GIN,SSF,LIC,1996,,,49.01712,1241561 +GIN,SSF,LIC,1997,,,52.76181,1285738 +GIN,SSF,LIC,1998,,,52.952839,1322575 +GIN,SSF,LIC,1999,,,55.158329,1354078 +GIN,SSF,LIC,2000,,,58.219639,1382455 +GIN,SSF,LIC,2001,,,61.27467,1408481 +GIN,SSF,LIC,2002,,,69.694328,1437352 +GIN,SSF,LIC,2003,,,73.026939,1467602 +GIN,SSF,LIC,2004,,,76.080231,1498403 +GIN,SSF,LIC,2005,,,78.100182,1528429 +GIN,SSF,LIC,2006,,,79.646103,1556105 +GIN,SSF,LIC,2007,,,81.74791,1586616 +GIN,SSF,LIC,2008,72.733559,114.00195,82.777847,1620224 +GIN,SSF,LIC,2009,115.7343,160.83421,82.381432,1655862 +GIN,SSF,LIC,2010,125.09502,181.80746,84.24968,1691841 +GIN,SSF,LIC,2011,101.19218,155.50426,87.28553,1726676 +GIN,SSF,LIC,2012,102.31191,163.68259,89.208527,1763433 +GIN,SSF,LIC,2013,135.14462,225.17204,91.144691,1801823 +GIN,SSF,LIC,2014,120.36467,208.18634,92.763741,1841460 +GIN,SSF,LIC,2015,,224.69244,,1881932 +GIN,SSF,LIC,2016,145.45303,258.40604,91.509171,1922466 +GIN,SSF,LIC,2017,,245.73006,,1967286 +GIN,SSF,LIC,2018,,,,2013710 +GMB,SSF,LIC,1960,,,, +GMB,SSF,LIC,1961,,,, +GMB,SSF,LIC,1962,,,, +GMB,SSF,LIC,1963,,,, +GMB,SSF,LIC,1964,,,, +GMB,SSF,LIC,1965,,,, +GMB,SSF,LIC,1966,,,, +GMB,SSF,LIC,1967,,,, +GMB,SSF,LIC,1968,,,, +GMB,SSF,LIC,1969,,,, +GMB,SSF,LIC,1970,,,,58674 +GMB,SSF,LIC,1971,,,24.694201,60351 +GMB,SSF,LIC,1972,,,24.325451,64143 +GMB,SSF,LIC,1973,,,26.055519,67758 +GMB,SSF,LIC,1974,,,26.745819,71329 +GMB,SSF,LIC,1975,,,27.878059,74940 +GMB,SSF,LIC,1976,,,29.58987,78507 +GMB,SSF,LIC,1977,,,30.796061,77926 +GMB,SSF,LIC,1978,,,33.374512,77207 +GMB,SSF,LIC,1979,,,37.562519,81644 +GMB,SSF,LIC,1980,,,42.194641,85375 +GMB,SSF,LIC,1981,,,51.466381,88323 +GMB,SSF,LIC,1982,,,56.116718,92159 +GMB,SSF,LIC,1983,,,59.802631,95698 +GMB,SSF,LIC,1984,,,63.785351,99549 +GMB,SSF,LIC,1985,,,65.992607,104077 +GMB,SSF,LIC,1986,,,66.274323,109254 +GMB,SSF,LIC,1987,,,64.381264,115564 +GMB,SSF,LIC,1988,,,61.784088,122573 +GMB,SSF,LIC,1989,,,57.853981,129608 +GMB,SSF,LIC,1990,,,58.648258,135996 +GMB,SSF,LIC,1991,,24.91946,60.52597,147770 +GMB,SSF,LIC,1992,,8.3225803,60.821281,154946 +GMB,SSF,LIC,1993,,,62.415451,161332 +GMB,SSF,LIC,1994,,,64.642288,166976 +GMB,SSF,LIC,1995,,16.339161,66.206932,171852 +GMB,SSF,LIC,1996,,18.0182,69.387451,175898 +GMB,SSF,LIC,1997,,,70.615173,180233 +GMB,SSF,LIC,1998,,,71.260948,184554 +GMB,SSF,LIC,1999,,,81.794701,188997 +GMB,SSF,LIC,2000,,,80.242073,193562 +GMB,SSF,LIC,2001,80.21981,14.58677,80.29879,198224 +GMB,SSF,LIC,2002,94.141418,17.186649,77.596474,204876 +GMB,SSF,LIC,2003,85.119987,16.71978,80.644577,212190 +GMB,SSF,LIC,2004,74.508049,15.25411,81.519043,219946 +GMB,SSF,LIC,2005,81.403572,16.715981,79.648048,227967 +GMB,SSF,LIC,2006,89.298683,18.527149,78.751213,236095 +GMB,SSF,LIC,2007,93.820557,20.512739,81.155579,245443 +GMB,SSF,LIC,2008,258.28058,57.06218,80.290947,254927 +GMB,SSF,LIC,2009,233.25156,52.261879,79.727707,264347 +GMB,SSF,LIC,2010,355.73962,81.469002,79.784912,273586 +GMB,SSF,LIC,2011,182.37817,71.928711,77.926399,282508 +GMB,SSF,LIC,2012,158.97787,74.561684,81.200607,292303 +GMB,SSF,LIC,2013,172.87349,45.811291,82.983833,301995 +GMB,SSF,LIC,2014,201.26671,58.243809,86.74099,311510 +GMB,SSF,LIC,2015,,,90.045128,320801 +GMB,SSF,LIC,2016,,,92.022209,329814 +GMB,SSF,LIC,2017,,,95.237106,339625 +GMB,SSF,LIC,2018,,,98.014381,349511 +GNB,SSF,LIC,1960,,,, +GNB,SSF,LIC,1961,,,, +GNB,SSF,LIC,1962,,,, +GNB,SSF,LIC,1963,,,, +GNB,SSF,LIC,1964,,,, +GNB,SSF,LIC,1965,,,, +GNB,SSF,LIC,1966,,,, +GNB,SSF,LIC,1967,,,, +GNB,SSF,LIC,1968,,,, +GNB,SSF,LIC,1969,,,, +GNB,SSF,LIC,1970,,,,100847 +GNB,SSF,LIC,1971,,,27.729151,102054 +GNB,SSF,LIC,1972,,,32.044579,103880 +GNB,SSF,LIC,1973,,,39.559132,106079 +GNB,SSF,LIC,1974,,,46.222851,108280 +GNB,SSF,LIC,1975,,,69.757622,110111 +GNB,SSF,LIC,1976,,,74.883179,111245 +GNB,SSF,LIC,1977,,,,112425 +GNB,SSF,LIC,1978,,,74.785461,113440 +GNB,SSF,LIC,1979,,,71.873222,114626 +GNB,SSF,LIC,1980,,,67.509483,116347 +GNB,SSF,LIC,1981,,,64.292122,118861 +GNB,SSF,LIC,1982,,,62.67585,122446 +GNB,SSF,LIC,1983,,,60.185841,126860 +GNB,SSF,LIC,1984,,,58.516998,131684 +GNB,SSF,LIC,1985,,,57.472271,136489 +GNB,SSF,LIC,1986,,,,140853 +GNB,SSF,LIC,1987,,,54.511478,145432 +GNB,SSF,LIC,1988,,,51.908649,150596 +GNB,SSF,LIC,1989,,,52.136662,156235 +GNB,SSF,LIC,1990,,,,162023 +GNB,SSF,LIC,1991,,,,167623 +GNB,SSF,LIC,1992,,,47.453621,173777 +GNB,SSF,LIC,1993,,,45.797932,179638 +GNB,SSF,LIC,1994,,,51.024368,184722 +GNB,SSF,LIC,1995,,,55.062489,188701 +GNB,SSF,LIC,1996,,,57.550301,191228 +GNB,SSF,LIC,1997,,,62.348099,194173 +GNB,SSF,LIC,1998,,,65.607307,197398 +GNB,SSF,LIC,1999,,,,200988 +GNB,SSF,LIC,2000,,,75.616737,204728 +GNB,SSF,LIC,2001,,,89.849487,208385 +GNB,SSF,LIC,2002,,,,211824 +GNB,SSF,LIC,2003,,,,215430 +GNB,SSF,LIC,2004,,,108.72243,218893 +GNB,SSF,LIC,2005,,,116.30622,221913 +GNB,SSF,LIC,2006,,,122.44381,224148 +GNB,SSF,LIC,2007,,,,226547 +GNB,SSF,LIC,2008,,,,229352 +GNB,SSF,LIC,2009,,,,232605 +GNB,SSF,LIC,2010,42.09655,20.427931,118.6852,236187 +GNB,SSF,LIC,2011,,23.89662,,245795 +GNB,SSF,LIC,2012,,28.09515,,251031 +GNB,SSF,LIC,2013,,35.4067,,257240 +GNB,SSF,LIC,2014,,,,264186 +GNB,SSF,LIC,2015,,,,271565 +GNB,SSF,LIC,2016,,,,278926 +GNB,SSF,LIC,2017,,,,286932 +GNB,SSF,LIC,2018,,,,294965 +GNQ,SSF,UMC,1960,,,, +GNQ,SSF,UMC,1961,,,, +GNQ,SSF,UMC,1962,,,, +GNQ,SSF,UMC,1963,,,, +GNQ,SSF,UMC,1964,,,, +GNQ,SSF,UMC,1965,,,, +GNQ,SSF,UMC,1966,,,, +GNQ,SSF,UMC,1967,,,, +GNQ,SSF,UMC,1968,,,, +GNQ,SSF,UMC,1969,,,, +GNQ,SSF,UMC,1970,,,,36687 +GNQ,SSF,UMC,1971,,,87.222939,36628 +GNQ,SSF,UMC,1972,,,,36262 +GNQ,SSF,UMC,1973,,,,35699 +GNQ,SSF,UMC,1974,,,104.48711,35034 +GNQ,SSF,UMC,1975,,,,34327 +GNQ,SSF,UMC,1976,,,,33495 +GNQ,SSF,UMC,1977,,,,32908 +GNQ,SSF,UMC,1978,,,,32074 +GNQ,SSF,UMC,1979,,,,31043 +GNQ,SSF,UMC,1980,,,,30026 +GNQ,SSF,UMC,1981,,,155.3736,29355 +GNQ,SSF,UMC,1982,,,153.18832,30355 +GNQ,SSF,UMC,1983,,,163.93344,32450 +GNQ,SSF,UMC,1984,,,177.58153,35399 +GNQ,SSF,UMC,1985,,,,38827 +GNQ,SSF,UMC,1986,,,,42290 +GNQ,SSF,UMC,1987,,,,45543 +GNQ,SSF,UMC,1988,,,,48955 +GNQ,SSF,UMC,1989,,,,52546 +GNQ,SSF,UMC,1990,,,,56213 +GNQ,SSF,UMC,1991,,,,59660 +GNQ,SSF,UMC,1992,,,,62792 +GNQ,SSF,UMC,1993,,,112.69777,65147 +GNQ,SSF,UMC,1994,,,114.82121,66622 +GNQ,SSF,UMC,1995,,,,67361 +GNQ,SSF,UMC,1996,,,,67844 +GNQ,SSF,UMC,1997,,,,68878 +GNQ,SSF,UMC,1998,,36.788952,,68528 +GNQ,SSF,UMC,1999,,,108.04498,70057 +GNQ,SSF,UMC,2000,,,103.11262,71854 +GNQ,SSF,UMC,2001,,,107.20169,73844 +GNQ,SSF,UMC,2002,,,104.05798,75968 +GNQ,SSF,UMC,2003,,,94.714211,78538 +GNQ,SSF,UMC,2004,,,,81525 +GNQ,SSF,UMC,2005,,,90.010918,84904 +GNQ,SSF,UMC,2006,,,,88588 +GNQ,SSF,UMC,2007,,,,108455 +GNQ,SSF,UMC,2008,,,72.161774,113216 +GNQ,SSF,UMC,2009,,,70.195297,118250 +GNQ,SSF,UMC,2010,,,69.38205,123407 +GNQ,SSF,UMC,2011,,,67.940903,128514 +GNQ,SSF,UMC,2012,,,69.14431,133777 +GNQ,SSF,UMC,2013,,,,139506 +GNQ,SSF,UMC,2014,,,,145547 +GNQ,SSF,UMC,2015,,,61.77515,151672 +GNQ,SSF,UMC,2016,,,,157644 +GNQ,SSF,UMC,2017,,,,164014 +GNQ,SSF,UMC,2018,,,,170626 +GRC,ECS,HIC,1960,,,, +GRC,ECS,HIC,1961,,,, +GRC,ECS,HIC,1962,,,, +GRC,ECS,HIC,1963,,,, +GRC,ECS,HIC,1964,,,, +GRC,ECS,HIC,1965,,,, +GRC,ECS,HIC,1966,,,, +GRC,ECS,HIC,1967,,,, +GRC,ECS,HIC,1968,,,, +GRC,ECS,HIC,1969,,,, +GRC,ECS,HIC,1970,,,,907915 +GRC,ECS,HIC,1971,,,101.23418,896058 +GRC,ECS,HIC,1972,,,102.0152,887270 +GRC,ECS,HIC,1973,,,102.79213,884271 +GRC,ECS,HIC,1974,,,103.89959,887140 +GRC,ECS,HIC,1975,,,103.53609,895588 +GRC,ECS,HIC,1976,,,103.05828,907442 +GRC,ECS,HIC,1977,,,102.1578,917536 +GRC,ECS,HIC,1978,,,101.01527,923317 +GRC,ECS,HIC,1979,,,99.853859,923615 +GRC,ECS,HIC,1980,,,98.052673,917336 +GRC,ECS,HIC,1981,,,99.445267,905513 +GRC,ECS,HIC,1982,,,99.44072,896289 +GRC,ECS,HIC,1983,,,99.832558,891377 +GRC,ECS,HIC,1984,,,99.63765,891325 +GRC,ECS,HIC,1985,,,99.191994,896515 +GRC,ECS,HIC,1986,,,98.06279,904878 +GRC,ECS,HIC,1987,,,95.162399,909382 +GRC,ECS,HIC,1988,,,95.794823,906051 +GRC,ECS,HIC,1989,,,95.1828,896048 +GRC,ECS,HIC,1990,,1287.5463,94.674042,880687 +GRC,ECS,HIC,1991,,1255.84,94.289009,861652 +GRC,ECS,HIC,1992,,,92.485382,848038 +GRC,ECS,HIC,1993,,,90.464058,829772 +GRC,ECS,HIC,1994,,,90.269218,806426 +GRC,ECS,HIC,1995,,,92.446136,777985 +GRC,ECS,HIC,1996,,,92.202232,746469 +GRC,ECS,HIC,1997,,,92.646027,722261 +GRC,ECS,HIC,1998,,,95.130592,703310 +GRC,ECS,HIC,1999,,,96.724571,690377 +GRC,ECS,HIC,2000,,,97.605217,683878 +GRC,ECS,HIC,2001,,,96.328247,681882 +GRC,ECS,HIC,2002,,,97.386131,683119 +GRC,ECS,HIC,2003,,,97.953949,683421 +GRC,ECS,HIC,2004,,,98.688744,682988 +GRC,ECS,HIC,2005,,,97.835777,681940 +GRC,ECS,HIC,2006,,,97.677063,680487 +GRC,ECS,HIC,2007,,,96.7938,679509 +GRC,ECS,HIC,2008,,,,678438 +GRC,ECS,HIC,2009,,,,676368 +GRC,ECS,HIC,2010,,,98.514252,672502 +GRC,ECS,HIC,2011,,,98.290237,667015 +GRC,ECS,HIC,2012,,,99.164124,663965 +GRC,ECS,HIC,2013,,,98.924301,664677 +GRC,ECS,HIC,2014,,,97.874863,669209 +GRC,ECS,HIC,2015,5251.6045,3503.613,99.526299,677291 +GRC,ECS,HIC,2016,,,99.277733,686584 +GRC,ECS,HIC,2017,,,99.553482,691744 +GRC,ECS,HIC,2018,,,,689916 +GRD,LCN,UMC,1960,,,, +GRD,LCN,UMC,1961,,,, +GRD,LCN,UMC,1962,,,, +GRD,LCN,UMC,1963,,,, +GRD,LCN,UMC,1964,,,, +GRD,LCN,UMC,1965,,,, +GRD,LCN,UMC,1966,,,, +GRD,LCN,UMC,1967,,,, +GRD,LCN,UMC,1968,,,, +GRD,LCN,UMC,1969,,,, +GRD,LCN,UMC,1970,,,,24729 +GRD,LCN,UMC,1971,,,124.15641,24451 +GRD,LCN,UMC,1972,,,127.00882,23462 +GRD,LCN,UMC,1973,,,129.7157,22163 +GRD,LCN,UMC,1974,,,136.23111,20654 +GRD,LCN,UMC,1975,,,115.64498,19092 +GRD,LCN,UMC,1976,,,119.65112,17718 +GRD,LCN,UMC,1977,,,120.93481,16755 +GRD,LCN,UMC,1978,,,120.35583,16302 +GRD,LCN,UMC,1979,,,117.5812,16261 +GRD,LCN,UMC,1980,,,113.57845,16486 +GRD,LCN,UMC,1981,,,107.84559,16763 +GRD,LCN,UMC,1982,,,106.03742,16730 +GRD,LCN,UMC,1983,,,105.8915,16724 +GRD,LCN,UMC,1984,,,103.59414,16670 +GRD,LCN,UMC,1985,,,103.97215,16518 +GRD,LCN,UMC,1986,,,101.46635,16301 +GRD,LCN,UMC,1987,,,112.06563,16028 +GRD,LCN,UMC,1988,,,114.65317,15897 +GRD,LCN,UMC,1989,,,,15981 +GRD,LCN,UMC,1990,,,117.17986,16362 +GRD,LCN,UMC,1991,,,116.5833,16994 +GRD,LCN,UMC,1992,,,121.88374,17651 +GRD,LCN,UMC,1993,,,123.61011,18232 +GRD,LCN,UMC,1994,,,121.52662,18724 +GRD,LCN,UMC,1995,,,119.75393,19069 +GRD,LCN,UMC,1996,,,110.47285,19215 +GRD,LCN,UMC,1997,,,122.35868,19333 +GRD,LCN,UMC,1998,,,119.12551,19077 +GRD,LCN,UMC,1999,,,110.65229,18510 +GRD,LCN,UMC,2000,,,93.763763,17739 +GRD,LCN,UMC,2001,,,97.885902,16935 +GRD,LCN,UMC,2002,,,112.30451,16206 +GRD,LCN,UMC,2003,911.06293,15.12182,111.86898,15635 +GRD,LCN,UMC,2004,,,110.1525,15206 +GRD,LCN,UMC,2005,,,103.21219,14879 +GRD,LCN,UMC,2006,,,,14577 +GRD,LCN,UMC,2007,,,103.92765,14265 +GRD,LCN,UMC,2008,,,108.65445,13922 +GRD,LCN,UMC,2009,,,115.57764,13563 +GRD,LCN,UMC,2010,,,116.5288,13216 +GRD,LCN,UMC,2011,,,,12911 +GRD,LCN,UMC,2012,,,,12687 +GRD,LCN,UMC,2013,,,119.3914,12611 +GRD,LCN,UMC,2014,,,118.5854,12667 +GRD,LCN,UMC,2015,,,118.5522,12823 +GRD,LCN,UMC,2016,6746.5933,89.028053,112.4979,13015 +GRD,LCN,UMC,2017,,,111.4477,13191 +GRD,LCN,UMC,2018,,,,13341 +GRL,ECS,HIC,1960,,,, +GRL,ECS,HIC,1961,,,, +GRL,ECS,HIC,1962,,,, +GRL,ECS,HIC,1963,,,, +GRL,ECS,HIC,1964,,,, +GRL,ECS,HIC,1965,,,, +GRL,ECS,HIC,1966,,,, +GRL,ECS,HIC,1967,,,, +GRL,ECS,HIC,1968,,,, +GRL,ECS,HIC,1969,,,, +GRL,ECS,HIC,1970,,,, +GRL,ECS,HIC,1971,,,, +GRL,ECS,HIC,1972,,,, +GRL,ECS,HIC,1973,,,, +GRL,ECS,HIC,1974,,,, +GRL,ECS,HIC,1975,,,, +GRL,ECS,HIC,1976,,,, +GRL,ECS,HIC,1977,,,, +GRL,ECS,HIC,1978,,,, +GRL,ECS,HIC,1979,,,, +GRL,ECS,HIC,1980,,,, +GRL,ECS,HIC,1981,,,, +GRL,ECS,HIC,1982,,,, +GRL,ECS,HIC,1983,,,, +GRL,ECS,HIC,1984,,,, +GRL,ECS,HIC,1985,,,, +GRL,ECS,HIC,1986,,,, +GRL,ECS,HIC,1987,,,, +GRL,ECS,HIC,1988,,,, +GRL,ECS,HIC,1989,,,, +GRL,ECS,HIC,1990,,,, +GRL,ECS,HIC,1991,,,, +GRL,ECS,HIC,1992,,,, +GRL,ECS,HIC,1993,,,, +GRL,ECS,HIC,1994,,,, +GRL,ECS,HIC,1995,,,, +GRL,ECS,HIC,1996,,,, +GRL,ECS,HIC,1997,,,, +GRL,ECS,HIC,1998,,,, +GRL,ECS,HIC,1999,,,, +GRL,ECS,HIC,2000,,,, +GRL,ECS,HIC,2001,,,, +GRL,ECS,HIC,2002,,,, +GRL,ECS,HIC,2003,,,, +GRL,ECS,HIC,2004,,,, +GRL,ECS,HIC,2005,,,, +GRL,ECS,HIC,2006,,,, +GRL,ECS,HIC,2007,,,, +GRL,ECS,HIC,2008,,,, +GRL,ECS,HIC,2009,,,, +GRL,ECS,HIC,2010,,,, +GRL,ECS,HIC,2011,,,, +GRL,ECS,HIC,2012,,,, +GRL,ECS,HIC,2013,,,, +GRL,ECS,HIC,2014,,,, +GRL,ECS,HIC,2015,,,, +GRL,ECS,HIC,2016,,,, +GRL,ECS,HIC,2017,,,, +GRL,ECS,HIC,2018,,,, +GTM,LCN,UMC,1960,,,, +GTM,LCN,UMC,1961,,,, +GTM,LCN,UMC,1962,,,, +GTM,LCN,UMC,1963,,,, +GTM,LCN,UMC,1964,,,, +GTM,LCN,UMC,1965,,,, +GTM,LCN,UMC,1966,,,, +GTM,LCN,UMC,1967,,,, +GTM,LCN,UMC,1968,,,, +GTM,LCN,UMC,1969,,,, +GTM,LCN,UMC,1970,,,54.626598,925723 +GTM,LCN,UMC,1971,,,56.075451,947156 +GTM,LCN,UMC,1972,,,57.26936,970807 +GTM,LCN,UMC,1973,,,57.35717,996029 +GTM,LCN,UMC,1974,,,58.828838,1021929 +GTM,LCN,UMC,1975,,,59.868938,1047498 +GTM,LCN,UMC,1976,,,59.439171,1076366 +GTM,LCN,UMC,1977,,,61.434109,1107323 +GTM,LCN,UMC,1978,,,63.06934,1139771 +GTM,LCN,UMC,1979,,,64.488609,1173139 +GTM,LCN,UMC,1980,,,66.586113,1206564 +GTM,LCN,UMC,1981,,,70.423088,1242060 +GTM,LCN,UMC,1982,,,66.23526,1280460 +GTM,LCN,UMC,1983,,,70.417931,1320871 +GTM,LCN,UMC,1984,,,71.939659,1362097 +GTM,LCN,UMC,1985,,,72.458557,1402835 +GTM,LCN,UMC,1986,,,72.093872,1443647 +GTM,LCN,UMC,1987,,,73.886017,1485871 +GTM,LCN,UMC,1988,,,75.203087,1528041 +GTM,LCN,UMC,1989,,,,1568321 +GTM,LCN,UMC,1990,,,72.579262,1605055 +GTM,LCN,UMC,1991,,,76.06971,1642458 +GTM,LCN,UMC,1992,,,80.013947,1675529 +GTM,LCN,UMC,1993,,507.93674,81.803307,1703991 +GTM,LCN,UMC,1994,,455.77859,81.731171,1728496 +GTM,LCN,UMC,1995,,576.56439,84.078537,1749262 +GTM,LCN,UMC,1996,,609.89447,85.537582,1766254 +GTM,LCN,UMC,1997,,,86.288933,1790159 +GTM,LCN,UMC,1998,,,92.440437,1823240 +GTM,LCN,UMC,1999,,,97.827141,1864502 +GTM,LCN,UMC,2000,452.05826,863.15503,99.794907,1913313 +GTM,LCN,UMC,2001,568.56091,1120.9401,100.39684,1963746 +GTM,LCN,UMC,2002,507.45654,1053.3245,103.11707,2012949 +GTM,LCN,UMC,2003,,,,2057725 +GTM,LCN,UMC,2004,373.27942,851.34058,108.68226,2098508 +GTM,LCN,UMC,2005,402.04758,942.92261,109.85279,2134949 +GTM,LCN,UMC,2006,777.39209,1869.6598,111.03078,2166102 +GTM,LCN,UMC,2007,763.00818,1868.5887,111.38103,2198734 +GTM,LCN,UMC,2008,780.03003,1950.5236,111.98241,2233004 +GTM,LCN,UMC,2009,,,115.76101,2297644 +GTM,LCN,UMC,2010,610.27161,1649.6355,115.4871,2297644 +GTM,LCN,UMC,2011,676.72552,1818.0509,113.6299,2327465 +GTM,LCN,UMC,2012,719.58826,1866.9092,108.8771,2347910 +GTM,LCN,UMC,2013,706.34888,1765.2195,106.0162,2357284 +GTM,LCN,UMC,2014,733.78308,1773.8685,102.5807,2356631 +GTM,LCN,UMC,2015,791.59589,1885.5149,101.5127,2346422 +GTM,LCN,UMC,2016,880.74109,2070.4893,100.8123,2331800 +GTM,LCN,UMC,2017,910.11334,2137.7317,101.1949,2320891 +GTM,LCN,UMC,2018,,,101.9026,2317723 +GUM,EAS,HIC,1960,,,, +GUM,EAS,HIC,1961,,,, +GUM,EAS,HIC,1962,,,, +GUM,EAS,HIC,1963,,,, +GUM,EAS,HIC,1964,,,, +GUM,EAS,HIC,1965,,,, +GUM,EAS,HIC,1966,,,, +GUM,EAS,HIC,1967,,,, +GUM,EAS,HIC,1968,,,, +GUM,EAS,HIC,1969,,,, +GUM,EAS,HIC,1970,,,, +GUM,EAS,HIC,1971,,,, +GUM,EAS,HIC,1972,,,, +GUM,EAS,HIC,1973,,,, +GUM,EAS,HIC,1974,,,, +GUM,EAS,HIC,1975,,,, +GUM,EAS,HIC,1976,,,, +GUM,EAS,HIC,1977,,,, +GUM,EAS,HIC,1978,,,, +GUM,EAS,HIC,1979,,,, +GUM,EAS,HIC,1980,,,, +GUM,EAS,HIC,1981,,,,18478 +GUM,EAS,HIC,1982,,,,18684 +GUM,EAS,HIC,1983,,,,18783 +GUM,EAS,HIC,1984,,,,18815 +GUM,EAS,HIC,1985,,,,18834 +GUM,EAS,HIC,1986,,,,18934 +GUM,EAS,HIC,1987,,,,19149 +GUM,EAS,HIC,1988,,,,19222 +GUM,EAS,HIC,1989,,,,19206 +GUM,EAS,HIC,1990,,,,19142 +GUM,EAS,HIC,1991,,,,19106 +GUM,EAS,HIC,1992,,,,19614 +GUM,EAS,HIC,1993,,,,20164 +GUM,EAS,HIC,1994,,,,20737 +GUM,EAS,HIC,1995,,,,21319 +GUM,EAS,HIC,1996,,,,21920 +GUM,EAS,HIC,1997,,,,22526 +GUM,EAS,HIC,1998,,,, +GUM,EAS,HIC,1999,,,, +GUM,EAS,HIC,2000,,,, +GUM,EAS,HIC,2001,,,, +GUM,EAS,HIC,2002,,,, +GUM,EAS,HIC,2003,,,, +GUM,EAS,HIC,2004,,,, +GUM,EAS,HIC,2005,,,, +GUM,EAS,HIC,2006,,,, +GUM,EAS,HIC,2007,,,, +GUM,EAS,HIC,2008,,,, +GUM,EAS,HIC,2009,,,, +GUM,EAS,HIC,2010,,,, +GUM,EAS,HIC,2011,,,, +GUM,EAS,HIC,2012,,,, +GUM,EAS,HIC,2013,,,, +GUM,EAS,HIC,2014,,,, +GUM,EAS,HIC,2015,,,, +GUM,EAS,HIC,2016,,,, +GUM,EAS,HIC,2017,,,, +GUM,EAS,HIC,2018,,,, +GUY,LCN,UMC,1960,,,, +GUY,LCN,UMC,1961,,,, +GUY,LCN,UMC,1962,,,, +GUY,LCN,UMC,1963,,,, +GUY,LCN,UMC,1964,,,, +GUY,LCN,UMC,1965,,,, +GUY,LCN,UMC,1966,,,, +GUY,LCN,UMC,1967,,,, +GUY,LCN,UMC,1968,,,, +GUY,LCN,UMC,1969,,,, +GUY,LCN,UMC,1970,,,,130879 +GUY,LCN,UMC,1971,,,98.74379,132144 +GUY,LCN,UMC,1972,,,99.81514,130913 +GUY,LCN,UMC,1973,,,101.39868,129765 +GUY,LCN,UMC,1974,,,102.14783,129247 +GUY,LCN,UMC,1975,,,,129979 +GUY,LCN,UMC,1976,,,98.466003,132269 +GUY,LCN,UMC,1977,,,103.59117,135527 +GUY,LCN,UMC,1978,,,100.31807,137706 +GUY,LCN,UMC,1979,,,99.044983,138636 +GUY,LCN,UMC,1980,,,95.687798,138027 +GUY,LCN,UMC,1981,,,96.233963,135952 +GUY,LCN,UMC,1982,,,97.502487,133333 +GUY,LCN,UMC,1983,,,97.103157,130142 +GUY,LCN,UMC,1984,,,96.429077,126382 +GUY,LCN,UMC,1985,,,95.922836,122193 +GUY,LCN,UMC,1986,,,96.561813,117911 +GUY,LCN,UMC,1987,,,98.978401,113744 +GUY,LCN,UMC,1988,,,103.2041,111147 +GUY,LCN,UMC,1989,,,107.59055,109703 +GUY,LCN,UMC,1990,,,,108821 +GUY,LCN,UMC,1991,,,96.73172,107763 +GUY,LCN,UMC,1992,,,93.38134,107184 +GUY,LCN,UMC,1993,,,91.798103,106832 +GUY,LCN,UMC,1994,,,92.153107,106392 +GUY,LCN,UMC,1995,,,94.277008,105635 +GUY,LCN,UMC,1996,,,95.849632,104593 +GUY,LCN,UMC,1997,,,100.53619,102312 +GUY,LCN,UMC,1998,,,,102054 +GUY,LCN,UMC,1999,,,106.37409,103638 +GUY,LCN,UMC,2000,,,105.53402,106736 +GUY,LCN,UMC,2001,,,102.24526,110671 +GUY,LCN,UMC,2002,,137.48889,,113900 +GUY,LCN,UMC,2003,914.29138,101.32908,97.429497,116193 +GUY,LCN,UMC,2004,,68.945343,,117226 +GUY,LCN,UMC,2005,,,100.88132,116704 +GUY,LCN,UMC,2006,,58.645119,,114774 +GUY,LCN,UMC,2007,499.14691,54.528309,97.940651,111166 +GUY,LCN,UMC,2008,,,98.860107,107941 +GUY,LCN,UMC,2009,363.89468,48.86853,95.188606,105097 +GUY,LCN,UMC,2010,501.63986,49.783241,96.494759,102642 +GUY,LCN,UMC,2011,514.18011,50.730042,98.996613,100598 +GUY,LCN,UMC,2012,536.60986,50.70319,97.811638,98339 +GUY,LCN,UMC,2013,,,,96218 +GUY,LCN,UMC,2014,,,,94214 +GUY,LCN,UMC,2015,,,,92285 +GUY,LCN,UMC,2016,,,,90425 +GUY,LCN,UMC,2017,,,,88582 +GUY,LCN,UMC,2018,,,,87465 +HKG,EAS,HIC,1960,,,, +HKG,EAS,HIC,1961,,,, +HKG,EAS,HIC,1962,,,, +HKG,EAS,HIC,1963,,,, +HKG,EAS,HIC,1964,,,, +HKG,EAS,HIC,1965,,,, +HKG,EAS,HIC,1966,,,, +HKG,EAS,HIC,1967,,,, +HKG,EAS,HIC,1968,,,, +HKG,EAS,HIC,1969,,,, +HKG,EAS,HIC,1970,,,,625262 +HKG,EAS,HIC,1971,,,118.91918,625932 +HKG,EAS,HIC,1972,,,119.21217,624636 +HKG,EAS,HIC,1973,,,119.05709,612895 +HKG,EAS,HIC,1974,,,119.82761,591587 +HKG,EAS,HIC,1975,,,121.11857,562818 +HKG,EAS,HIC,1976,,,121.95331,530443 +HKG,EAS,HIC,1977,,,121.59939,502832 +HKG,EAS,HIC,1978,,,118.70038,488484 +HKG,EAS,HIC,1979,,,115.29929,484814 +HKG,EAS,HIC,1980,,,112.2059,488474 +HKG,EAS,HIC,1981,,,110.57216,493926 +HKG,EAS,HIC,1982,,,108.7789,499091 +HKG,EAS,HIC,1983,,,108.10326,503354 +HKG,EAS,HIC,1984,,,107.65298,506668 +HKG,EAS,HIC,1985,,,106.40067,509131 +HKG,EAS,HIC,1986,,,105.78125,510886 +HKG,EAS,HIC,1987,,,106.4284,505142 +HKG,EAS,HIC,1988,,,107.80096,501024 +HKG,EAS,HIC,1989,,,108.59837,498173 +HKG,EAS,HIC,1990,,,108.94936,496165 +HKG,EAS,HIC,1991,,,107.35264,494677 +HKG,EAS,HIC,1992,,1168.478,105.30121,495735 +HKG,EAS,HIC,1993,,,102.31607,496013 +HKG,EAS,HIC,1994,,,99.280968,494196 +HKG,EAS,HIC,1995,,,98.613586,488965 +HKG,EAS,HIC,1996,,1231.0116,98.47628,480109 +HKG,EAS,HIC,1997,,,,474966 +HKG,EAS,HIC,1998,,,97.947578,476303 +HKG,EAS,HIC,1999,,,, +HKG,EAS,HIC,2000,,,, +HKG,EAS,HIC,2001,4413.2363,2198.564,, +HKG,EAS,HIC,2002,4564.0781,2270.063,, +HKG,EAS,HIC,2003,5072.5884,2472.7095,, +HKG,EAS,HIC,2004,5633.2363,2663.749,, +HKG,EAS,HIC,2005,5854.5635,2641.4092,, +HKG,EAS,HIC,2006,5893.4043,2533.5273,, +HKG,EAS,HIC,2007,5687.1553,2357.3315,, +HKG,EAS,HIC,2008,6053.3604,2360.4292,, +HKG,EAS,HIC,2009,6695.6265,2471.0007,, +HKG,EAS,HIC,2010,7103.8765,2476.0491,, +HKG,EAS,HIC,2011,7542.2378,2522.2373,, +HKG,EAS,HIC,2012,7568.0273,2468.751,103.9207,316721 +HKG,EAS,HIC,2013,7891.8164,2530.5425,106.4942,303882 +HKG,EAS,HIC,2014,8217.21,2663.781,109.313,299322 +HKG,EAS,HIC,2015,8348.3184,2776.0747,110.2268,304460 +HKG,EAS,HIC,2016,8573.9043,2923.1184,108.1417,318074 +HKG,EAS,HIC,2017,8659.165,3052.0872,107.7623,330009 +HKG,EAS,HIC,2018,,,108.6177,339777 +HND,LCN,LMC,1960,,,, +HND,LCN,LMC,1961,,,, +HND,LCN,LMC,1962,,,, +HND,LCN,LMC,1963,,,, +HND,LCN,LMC,1964,,,, +HND,LCN,LMC,1965,,,, +HND,LCN,LMC,1966,,,, +HND,LCN,LMC,1967,,,, +HND,LCN,LMC,1968,,,, +HND,LCN,LMC,1969,,,, +HND,LCN,LMC,1970,,,82.995567,459884 +HND,LCN,LMC,1971,,,83.022278,472967 +HND,LCN,LMC,1972,,,84.4524,487913 +HND,LCN,LMC,1973,,,83.410133,504399 +HND,LCN,LMC,1974,,,84.842438,521759 +HND,LCN,LMC,1975,,,85.431183,539321 +HND,LCN,LMC,1976,,,86.566368,558198 +HND,LCN,LMC,1977,,,85.44268,577255 +HND,LCN,LMC,1978,,,88.063759,595839 +HND,LCN,LMC,1979,,,93.713562,613733 +HND,LCN,LMC,1980,,,95.369476,630533 +HND,LCN,LMC,1981,,,94.782898,647412 +HND,LCN,LMC,1982,,,100.82986,666263 +HND,LCN,LMC,1983,,,102.38379,687232 +HND,LCN,LMC,1984,,,103.83333,709702 +HND,LCN,LMC,1985,,,104.45903,733128 +HND,LCN,LMC,1986,,,107.0303,757174 +HND,LCN,LMC,1987,,,,781592 +HND,LCN,LMC,1988,,,107.16677,805566 +HND,LCN,LMC,1989,,,,828761 +HND,LCN,LMC,1990,,,104.53535,850772 +HND,LCN,LMC,1991,,,104.13027,872553 +HND,LCN,LMC,1992,,,107.37531,893695 +HND,LCN,LMC,1993,,,108.32671,914241 +HND,LCN,LMC,1994,,319.14099,107.91583,934167 +HND,LCN,LMC,1995,,377.30869,105.74096,953367 +HND,LCN,LMC,1996,,,106.20029,971602 +HND,LCN,LMC,1997,,,106.37892,991238 +HND,LCN,LMC,1998,,,105.50345,1012431 +HND,LCN,LMC,1999,,,104.63236,1034683 +HND,LCN,LMC,2000,,,103.7631,1057587 +HND,LCN,LMC,2001,,,,1080528 +HND,LCN,LMC,2002,,,,1102132 +HND,LCN,LMC,2003,,,108.74321,1141086 +HND,LCN,LMC,2004,,,106.26722,1155582 +HND,LCN,LMC,2005,,,101.74923,1167660 +HND,LCN,LMC,2006,,,104.69009,1178978 +HND,LCN,LMC,2007,,,99.843819,1189733 +HND,LCN,LMC,2008,,,100.92705,1199426 +HND,LCN,LMC,2009,,,99.794807,1207452 +HND,LCN,LMC,2010,834.55804,1072.1665,100.659,1213147 +HND,LCN,LMC,2011,,,99.645699,1217287 +HND,LCN,LMC,2012,,,96.526749,1218074 +HND,LCN,LMC,2013,950.44061,1120.5903,93.852051,1215326 +HND,LCN,LMC,2014,,,91.943489,1208927 +HND,LCN,LMC,2015,,,92.777641,1199451 +HND,LCN,LMC,2016,,,92.584686,1190517 +HND,LCN,LMC,2017,,,91.534958,1180349 +HND,LCN,LMC,2018,,,,1169265 +HRV,ECS,HIC,1960,,,, +HRV,ECS,HIC,1961,,,, +HRV,ECS,HIC,1962,,,, +HRV,ECS,HIC,1963,,,, +HRV,ECS,HIC,1964,,,, +HRV,ECS,HIC,1965,,,, +HRV,ECS,HIC,1966,,,, +HRV,ECS,HIC,1967,,,, +HRV,ECS,HIC,1968,,,, +HRV,ECS,HIC,1969,,,, +HRV,ECS,HIC,1970,,,,285665 +HRV,ECS,HIC,1971,,,,281716 +HRV,ECS,HIC,1972,,,,277722 +HRV,ECS,HIC,1973,,,,273115 +HRV,ECS,HIC,1974,,,,267807 +HRV,ECS,HIC,1975,,,,262120 +HRV,ECS,HIC,1976,,,,256811 +HRV,ECS,HIC,1977,,,,252306 +HRV,ECS,HIC,1978,,,,250001 +HRV,ECS,HIC,1979,,,,250626 +HRV,ECS,HIC,1980,,,,253994 +HRV,ECS,HIC,1981,,,,258735 +HRV,ECS,HIC,1982,,,,262621 +HRV,ECS,HIC,1983,,,,265282 +HRV,ECS,HIC,1984,,,,266125 +HRV,ECS,HIC,1985,,,,265157 +HRV,ECS,HIC,1986,,,,263232 +HRV,ECS,HIC,1987,,,,262209 +HRV,ECS,HIC,1988,,,,261672 +HRV,ECS,HIC,1989,,,,261660 +HRV,ECS,HIC,1990,,,,261849 +HRV,ECS,HIC,1991,,,,261476 +HRV,ECS,HIC,1992,,,,260385 +HRV,ECS,HIC,1993,,,80.240669,257943 +HRV,ECS,HIC,1994,,,83.927757,253772 +HRV,ECS,HIC,1995,,,84.812492,247855 +HRV,ECS,HIC,1996,,,86.37072,240695 +HRV,ECS,HIC,1997,,,87.283272,233645 +HRV,ECS,HIC,1998,,,91.130997,226181 +HRV,ECS,HIC,1999,,,93.120941,217995 +HRV,ECS,HIC,2000,,,95.04631,209460 +HRV,ECS,HIC,2001,,,97.086479,201509 +HRV,ECS,HIC,2002,,,99.780998,193603 +HRV,ECS,HIC,2003,,,101.75686,188691 +HRV,ECS,HIC,2004,,,,187618 +HRV,ECS,HIC,2005,,,103.34599,189900 +HRV,ECS,HIC,2006,,,100.70325,193388 +HRV,ECS,HIC,2007,,,97.721123,195136 +HRV,ECS,HIC,2008,,,93.843658,194247 +HRV,ECS,HIC,2009,,,91.78289,189780 +HRV,ECS,HIC,2010,,,91.943947,182120 +HRV,ECS,HIC,2011,,,93.537727,173391 +HRV,ECS,HIC,2012,,,96.37912,166869 +HRV,ECS,HIC,2013,,,99.689011,162868 +HRV,ECS,HIC,2014,,,100.996,162477 +HRV,ECS,HIC,2015,,,100.5792,165601 +HRV,ECS,HIC,2016,,,98.200569,170363 +HRV,ECS,HIC,2017,,,,173384 +HRV,ECS,HIC,2018,,,,174937 +HTI,LCN,LIC,1960,,,, +HTI,LCN,LIC,1961,,,, +HTI,LCN,LIC,1962,,,, +HTI,LCN,LIC,1963,,,, +HTI,LCN,LIC,1964,,,, +HTI,LCN,LIC,1965,,,, +HTI,LCN,LIC,1966,,,, +HTI,LCN,LIC,1967,,,, +HTI,LCN,LIC,1968,,,, +HTI,LCN,LIC,1969,,,, +HTI,LCN,LIC,1970,,,,715036 +HTI,LCN,LIC,1971,,,50.727348,732348 +HTI,LCN,LIC,1972,,,53.013931,750113 +HTI,LCN,LIC,1973,,,54.613258,767409 +HTI,LCN,LIC,1974,,,56.349682,782911 +HTI,LCN,LIC,1975,,,58.05109,795746 +HTI,LCN,LIC,1976,,,62.045769,804867 +HTI,LCN,LIC,1977,,,63.21228,828833 +HTI,LCN,LIC,1978,,,63.309898,838504 +HTI,LCN,LIC,1979,,,63.89407,847388 +HTI,LCN,LIC,1980,,,69.37011,855088 +HTI,LCN,LIC,1981,,,76.014961,862123 +HTI,LCN,LIC,1982,,,76.618187,874079 +HTI,LCN,LIC,1983,,,82.231033,892158 +HTI,LCN,LIC,1984,,,86.45533,916077 +HTI,LCN,LIC,1985,,,87.38578,945473 +HTI,LCN,LIC,1986,,,89.590828,978816 +HTI,LCN,LIC,1987,,,75.475121,1014145 +HTI,LCN,LIC,1988,,,,1055482 +HTI,LCN,LIC,1989,,,,1101293 +HTI,LCN,LIC,1990,,,,1149017 +HTI,LCN,LIC,1991,,,,1194635 +HTI,LCN,LIC,1992,,,74.894661,1238489 +HTI,LCN,LIC,1993,,,78.544434,1273073 +HTI,LCN,LIC,1994,,,84.495537,1297222 +HTI,LCN,LIC,1995,,,91.751923,1310575 +HTI,LCN,LIC,1996,,,100.33375,1315412 +HTI,LCN,LIC,1997,,,109.66236,1320961 +HTI,LCN,LIC,1998,,,113.57151,1327980 +HTI,LCN,LIC,1999,,,,1335830 +HTI,LCN,LIC,2000,,,,1343854 +HTI,LCN,LIC,2001,,,,1351238 +HTI,LCN,LIC,2002,,,,1357852 +HTI,LCN,LIC,2003,,,,1365629 +HTI,LCN,LIC,2004,,,,1374309 +HTI,LCN,LIC,2005,,,,1383318 +HTI,LCN,LIC,2006,,,,1391492 +HTI,LCN,LIC,2007,,,,1399440 +HTI,LCN,LIC,2008,,,,1405932 +HTI,LCN,LIC,2009,,,,1410547 +HTI,LCN,LIC,2010,,,,1413035 +HTI,LCN,LIC,2011,,,,1413710 +HTI,LCN,LIC,2012,,,,1415122 +HTI,LCN,LIC,2013,,,,1419159 +HTI,LCN,LIC,2014,,,,1425107 +HTI,LCN,LIC,2015,,,,1431930 +HTI,LCN,LIC,2016,,,,1438057 +HTI,LCN,LIC,2017,,,,1443780 +HTI,LCN,LIC,2018,,,,1447302 +HUN,ECS,HIC,1960,,,, +HUN,ECS,HIC,1961,,,, +HUN,ECS,HIC,1962,,,, +HUN,ECS,HIC,1963,,,, +HUN,ECS,HIC,1964,,,, +HUN,ECS,HIC,1965,,,, +HUN,ECS,HIC,1966,,,, +HUN,ECS,HIC,1967,,,, +HUN,ECS,HIC,1968,,,, +HUN,ECS,HIC,1969,,,, +HUN,ECS,HIC,1970,,,,569636 +HUN,ECS,HIC,1971,,,98.186523,537805 +HUN,ECS,HIC,1972,,,101.28115,510970 +HUN,ECS,HIC,1973,,,104.46938,495882 +HUN,ECS,HIC,1974,,,106.2645,496999 +HUN,ECS,HIC,1975,,,106.83584,513726 +HUN,ECS,HIC,1976,,,105.29939,538854 +HUN,ECS,HIC,1977,,,104.41743,560296 +HUN,ECS,HIC,1978,,,101.97412,578938 +HUN,ECS,HIC,1979,,,98.637199,592427 +HUN,ECS,HIC,1980,,,97.63356,600585 +HUN,ECS,HIC,1981,,,99.342567,606479 +HUN,ECS,HIC,1982,,,105.19984,615306 +HUN,ECS,HIC,1983,,,108.48403,628888 +HUN,ECS,HIC,1984,,,109.19132,648315 +HUN,ECS,HIC,1985,,,105.55603,671237 +HUN,ECS,HIC,1986,,,97.973808,691446 +HUN,ECS,HIC,1987,,,91.61322,703845 +HUN,ECS,HIC,1988,,,85.446854,698606 +HUN,ECS,HIC,1989,,,83.691292,670708 +HUN,ECS,HIC,1990,,,85.230392,622992 +HUN,ECS,HIC,1991,,,89.353401,567203 +HUN,ECS,HIC,1992,,4078.1597,95.052147,523719 +HUN,ECS,HIC,1993,,3939.5715,100.13558,493488 +HUN,ECS,HIC,1994,,3964.5811,105.62151,480652 +HUN,ECS,HIC,1995,,1644.76,104.85791,484517 +HUN,ECS,HIC,1996,,1483.0203,102.11482,496774 +HUN,ECS,HIC,1997,,,100.57114,499738 +HUN,ECS,HIC,1998,3053.3638,1539.0358,100.64414,500855 +HUN,ECS,HIC,1999,3137.4036,1579.0614,100.74745,499607 +HUN,ECS,HIC,2000,3529.7976,1768.2379,101.11991,495444 +HUN,ECS,HIC,2001,3797.7324,1860.0078,100.20521,488825 +HUN,ECS,HIC,2002,4055.7654,1938.1083,99.015572,482684 +HUN,ECS,HIC,2003,4535.3179,2104.4465,98.119293,472976 +HUN,ECS,HIC,2004,5112.5171,2283.3013,97.500328,458131 +HUN,ECS,HIC,2005,5858.0815,2522.2615,98.164436,438679 +HUN,ECS,HIC,2006,6090.3926,2532.7385,99.583092,417661 +HUN,ECS,HIC,2007,6038.9087,2411.0344,99.007317,403302 +HUN,ECS,HIC,2008,5288.7495,2085.0684,100.64125,391764 +HUN,ECS,HIC,2009,4981.1118,1940.1929,101.07377,385386 +HUN,ECS,HIC,2010,5111.9907,1983.2939,100.8563,384693 +HUN,ECS,HIC,2011,4546.457,1760.6702,100.0155,387247 +HUN,ECS,HIC,2012,4401.3384,1695.5056,99.697929,386069 +HUN,ECS,HIC,2013,5293.2637,2053.7014,99.984962,385621 +HUN,ECS,HIC,2014,3655.541,1439.7823,101.8569,385963 +HUN,ECS,HIC,2015,4870.9814,1924.8998,102.3251,386651 +HUN,ECS,HIC,2016,,,101.8788,387189 +HUN,ECS,HIC,2017,,,100.8055,387804 +HUN,ECS,HIC,2018,,,,386404 +IDN,EAS,LMC,1960,,,, +IDN,EAS,LMC,1961,,,, +IDN,EAS,LMC,1962,,,, +IDN,EAS,LMC,1963,,,, +IDN,EAS,LMC,1964,,,, +IDN,EAS,LMC,1965,,,, +IDN,EAS,LMC,1966,,,, +IDN,EAS,LMC,1967,,,, +IDN,EAS,LMC,1968,,,, +IDN,EAS,LMC,1969,,,, +IDN,EAS,LMC,1970,,,83.680397,17765685 +IDN,EAS,LMC,1971,,,84.848534,18287047 +IDN,EAS,LMC,1972,,,85.824852,18800520 +IDN,EAS,LMC,1973,,,86.10675,19324964 +IDN,EAS,LMC,1974,,,85.02404,19865638 +IDN,EAS,LMC,1975,,,87.140167,20400512 +IDN,EAS,LMC,1976,,,89.808151,20910978 +IDN,EAS,LMC,1977,,,92.301964,21430716 +IDN,EAS,LMC,1978,,,100.40414,21933536 +IDN,EAS,LMC,1979,,,,22404584 +IDN,EAS,LMC,1980,,,,22836882 +IDN,EAS,LMC,1981,,,109.96543,23219909 +IDN,EAS,LMC,1982,,,114.47218,23603564 +IDN,EAS,LMC,1983,,,116.70421,23976829 +IDN,EAS,LMC,1984,,,119.56922,24337656 +IDN,EAS,LMC,1985,,,121.16447,24677879 +IDN,EAS,LMC,1986,,,119.59776,24989193 +IDN,EAS,LMC,1987,,,118.10142,25290424 +IDN,EAS,LMC,1988,,,117.1539,25594162 +IDN,EAS,LMC,1989,,,116.31395,25891437 +IDN,EAS,LMC,1990,,,114.34131,26166335 +IDN,EAS,LMC,1991,,,112.62084,26404892 +IDN,EAS,LMC,1992,,,110.88726,26656770 +IDN,EAS,LMC,1993,,,110.24249,26831714 +IDN,EAS,LMC,1994,,,110.96362,26908712 +IDN,EAS,LMC,1995,,,110.48301,26888247 +IDN,EAS,LMC,1996,,,109.9649,26767596 +IDN,EAS,LMC,1997,,,109.90055,26590488 +IDN,EAS,LMC,1998,,,110.73419,26425497 +IDN,EAS,LMC,1999,,,111.35107,26301513 +IDN,EAS,LMC,2000,,,108.75949,26208468 +IDN,EAS,LMC,2001,,,109.75092,26137631 +IDN,EAS,LMC,2002,,,109.92095,26324177 +IDN,EAS,LMC,2003,,,109.52653,26541685 +IDN,EAS,LMC,2004,,,108.9343,26776089 +IDN,EAS,LMC,2005,,,107.95544,27031131 +IDN,EAS,LMC,2006,,,106.26838,27307757 +IDN,EAS,LMC,2007,925.396,27573.752,109.30577,27275712 +IDN,EAS,LMC,2008,957.53278,28245.557,107.82254,27292277 +IDN,EAS,LMC,2009,1173.76,35096.656,108.54924,27384911 +IDN,EAS,LMC,2010,908.67474,27570.846,109.1503,27571952 +IDN,EAS,LMC,2011,,,109.1798,27875886 +IDN,EAS,LMC,2012,1147.8024,35334.379,109.2734,28157891 +IDN,EAS,LMC,2013,1241.5806,37383.191,106.8416,28370393 +IDN,EAS,LMC,2014,1324.6613,39525.824,106.0734,28488677 +IDN,EAS,LMC,2015,1483.7145,44065.98,105.9602,28520904 +IDN,EAS,LMC,2016,,,105.6099,28466816 +IDN,EAS,LMC,2017,,,105.9114,28372270 +IDN,EAS,LMC,2018,,,106.4108,28343507 +IMN,ECS,HIC,1960,,,, +IMN,ECS,HIC,1961,,,, +IMN,ECS,HIC,1962,,,, +IMN,ECS,HIC,1963,,,, +IMN,ECS,HIC,1964,,,, +IMN,ECS,HIC,1965,,,, +IMN,ECS,HIC,1966,,,, +IMN,ECS,HIC,1967,,,, +IMN,ECS,HIC,1968,,,, +IMN,ECS,HIC,1969,,,, +IMN,ECS,HIC,1970,,,, +IMN,ECS,HIC,1971,,,, +IMN,ECS,HIC,1972,,,, +IMN,ECS,HIC,1973,,,, +IMN,ECS,HIC,1974,,,, +IMN,ECS,HIC,1975,,,, +IMN,ECS,HIC,1976,,,, +IMN,ECS,HIC,1977,,,, +IMN,ECS,HIC,1978,,,, +IMN,ECS,HIC,1979,,,, +IMN,ECS,HIC,1980,,,, +IMN,ECS,HIC,1981,,,, +IMN,ECS,HIC,1982,,,, +IMN,ECS,HIC,1983,,,, +IMN,ECS,HIC,1984,,,, +IMN,ECS,HIC,1985,,,, +IMN,ECS,HIC,1986,,,, +IMN,ECS,HIC,1987,,,, +IMN,ECS,HIC,1988,,,, +IMN,ECS,HIC,1989,,,, +IMN,ECS,HIC,1990,,,, +IMN,ECS,HIC,1991,,,, +IMN,ECS,HIC,1992,,,, +IMN,ECS,HIC,1993,,,, +IMN,ECS,HIC,1994,,,, +IMN,ECS,HIC,1995,,,, +IMN,ECS,HIC,1996,,,, +IMN,ECS,HIC,1997,,,, +IMN,ECS,HIC,1998,,,, +IMN,ECS,HIC,1999,,,, +IMN,ECS,HIC,2000,,,, +IMN,ECS,HIC,2001,,,, +IMN,ECS,HIC,2002,,,, +IMN,ECS,HIC,2003,,,, +IMN,ECS,HIC,2004,,,, +IMN,ECS,HIC,2005,,,, +IMN,ECS,HIC,2006,,,, +IMN,ECS,HIC,2007,,,, +IMN,ECS,HIC,2008,,,, +IMN,ECS,HIC,2009,,,, +IMN,ECS,HIC,2010,,,, +IMN,ECS,HIC,2011,,,, +IMN,ECS,HIC,2012,,,, +IMN,ECS,HIC,2013,,,, +IMN,ECS,HIC,2014,,,, +IMN,ECS,HIC,2015,,,, +IMN,ECS,HIC,2016,,,, +IMN,ECS,HIC,2017,,,, +IMN,ECS,HIC,2018,,,, +IND,SAS,LMC,1960,,,, +IND,SAS,LMC,1961,,,, +IND,SAS,LMC,1962,,,, +IND,SAS,LMC,1963,,,, +IND,SAS,LMC,1964,,,, +IND,SAS,LMC,1965,,,, +IND,SAS,LMC,1966,,,, +IND,SAS,LMC,1967,,,, +IND,SAS,LMC,1968,,,, +IND,SAS,LMC,1969,,,, +IND,SAS,LMC,1970,,,,70973181 +IND,SAS,LMC,1971,,,78.514038,72282139 +IND,SAS,LMC,1972,,,79.253189,73863928 +IND,SAS,LMC,1973,,,82.366951,75436496 +IND,SAS,LMC,1974,,,81.769897,76911712 +IND,SAS,LMC,1975,,,82.641518,78231016 +IND,SAS,LMC,1976,,,82.494331,79382649 +IND,SAS,LMC,1977,,,85.09848,80968120 +IND,SAS,LMC,1978,,,81.305382,82675664 +IND,SAS,LMC,1979,,,81.08094,84433776 +IND,SAS,LMC,1980,,,82.443863,86150600 +IND,SAS,LMC,1981,,,84.011597,87718446 +IND,SAS,LMC,1982,,,84.658829,89659197 +IND,SAS,LMC,1983,,,86.569992,91571353 +IND,SAS,LMC,1984,,,88.147537,93386885 +IND,SAS,LMC,1985,,,87.947723,95083364 +IND,SAS,LMC,1986,,,90.074638,96681241 +IND,SAS,LMC,1987,,,87.897919,98690348 +IND,SAS,LMC,1988,,,89.1912,100951060 +IND,SAS,LMC,1989,,,92.141724,103404539 +IND,SAS,LMC,1990,,,91.440308,105905883 +IND,SAS,LMC,1991,,,91.1465,108209741 +IND,SAS,LMC,1992,,,91.428467,110549639 +IND,SAS,LMC,1993,,,93.118927,112600660 +IND,SAS,LMC,1994,,,94.240891,114260755 +IND,SAS,LMC,1995,,,93.970627,115500788 +IND,SAS,LMC,1996,,,93.849327,116404942 +IND,SAS,LMC,1997,,,93.489769,117573344 +IND,SAS,LMC,1998,,,91.877388,118599876 +IND,SAS,LMC,1999,299.89359,33283.953,92.562683,119436706 +IND,SAS,LMC,2000,390.40909,44355.371,94.271118,120070016 +IND,SAS,LMC,2001,368.51767,41947.254,94.114929,120520077 +IND,SAS,LMC,2002,,,94.745529,121185293 +IND,SAS,LMC,2003,320.32852,40223.199,102.68291,121917481 +IND,SAS,LMC,2004,,40585.438,,122706972 +IND,SAS,LMC,2005,,40761,,123503842 +IND,SAS,LMC,2006,,43680.059,,124198709 +IND,SAS,LMC,2007,,,110.02012,124951133 +IND,SAS,LMC,2008,,,110.69738,125647794 +IND,SAS,LMC,2009,308.21719,42647.434,109.45107,126258992 +IND,SAS,LMC,2010,326.47165,45188.195,109.1014,126753411 +IND,SAS,LMC,2011,427.26965,58855.035,108.3234,127093066 +IND,SAS,LMC,2012,463.29248,64800.676,109.7613,127417754 +IND,SAS,LMC,2013,502.28217,70899.516,110.5833,127655620 +IND,SAS,LMC,2014,,,107.8644,127763661 +IND,SAS,LMC,2015,,,108.4852,127672000 +IND,SAS,LMC,2016,,,114.5383,127310352 +IND,SAS,LMC,2017,,,112.9579,126926449 +IND,SAS,LMC,2018,,,,126077476 +IRL,ECS,HIC,1960,,,, +IRL,ECS,HIC,1961,,,, +IRL,ECS,HIC,1962,,,, +IRL,ECS,HIC,1963,,,, +IRL,ECS,HIC,1964,,,, +IRL,ECS,HIC,1965,,,, +IRL,ECS,HIC,1966,,,, +IRL,ECS,HIC,1967,,,, +IRL,ECS,HIC,1968,,,, +IRL,ECS,HIC,1969,,,, +IRL,ECS,HIC,1970,,,,357373 +IRL,ECS,HIC,1971,,,112.50376,366672 +IRL,ECS,HIC,1972,,,110.65968,374686 +IRL,ECS,HIC,1973,,,110.27976,379910 +IRL,ECS,HIC,1974,,,108.10926,381990 +IRL,ECS,HIC,1975,,,108.03452,380870 +IRL,ECS,HIC,1976,,,108.29628,377805 +IRL,ECS,HIC,1977,,,108.03615,376532 +IRL,ECS,HIC,1978,,,107.49868,380722 +IRL,ECS,HIC,1979,,,106.29177,389924 +IRL,ECS,HIC,1980,,,104.47112,403200 +IRL,ECS,HIC,1981,,,102.21118,417960 +IRL,ECS,HIC,1982,,,100.24199,430254 +IRL,ECS,HIC,1983,,,98.920769,438521 +IRL,ECS,HIC,1984,,,97.873734,442661 +IRL,ECS,HIC,1985,,,97.789497,442881 +IRL,ECS,HIC,1986,,,98.098427,440145 +IRL,ECS,HIC,1987,,,99.112061,436520 +IRL,ECS,HIC,1988,,,100.02882,432672 +IRL,ECS,HIC,1989,,,100.76586,428717 +IRL,ECS,HIC,1990,,1115.5936,101.2013,424751 +IRL,ECS,HIC,1991,,1182.1718,100.73019,420551 +IRL,ECS,HIC,1992,,1254.9041,100.02718,414592 +IRL,ECS,HIC,1993,,1266.7919,100.36455,406282 +IRL,ECS,HIC,1994,,1314.4635,100.38258,395602 +IRL,ECS,HIC,1995,,1310.3706,100.88363,382645 +IRL,ECS,HIC,1996,,1329.8284,101.26021,368402 +IRL,ECS,HIC,1997,,,79.857483,455301 +IRL,ECS,HIC,1998,4155.6934,1933.1704,102.85718,457758 +IRL,ECS,HIC,1999,4367.9658,1994.2559,101.97056,444843 +IRL,ECS,HIC,2000,4735.9004,2129.4409,102.28228,439605 +IRL,ECS,HIC,2001,5203.0542,2308.1633,102.02243,434823 +IRL,ECS,HIC,2002,5622.0566,2507.1394,102.82123,433711 +IRL,ECS,HIC,2003,6216.8369,2782.7681,102.71863,435771 +IRL,ECS,HIC,2004,6894.3926,3105.324,102.96355,437449 +IRL,ECS,HIC,2005,7336.4526,3331.1897,103.07785,440502 +IRL,ECS,HIC,2006,7705.8198,3556.9141,102.99924,448147 +IRL,ECS,HIC,2007,8439.8877,4016.0022,103.30853,460597 +IRL,ECS,HIC,2008,9387.96,4571.1948,102.4756,475158 +IRL,ECS,HIC,2009,9792.8066,4885.0239,102.79597,485270 +IRL,ECS,HIC,2010,9562.6367,4842.519,103.2355,490529 +IRL,ECS,HIC,2011,9489.793,4853.7065,103.3787,494750 +IRL,ECS,HIC,2012,9390.627,4956.0728,102.1183,507473 +IRL,ECS,HIC,2013,8526.5205,4574.231,101.9583,517631 +IRL,ECS,HIC,2014,8483.167,4579.4258,101.5422,528323 +IRL,ECS,HIC,2015,8148.7646,4487.561,101.1846,538477 +IRL,ECS,HIC,2016,,,101.3415,546257 +IRL,ECS,HIC,2017,,,100.8528,554423 +IRL,ECS,HIC,2018,,,, +IRN,MEA,UMC,1960,,,, +IRN,MEA,UMC,1961,,,, +IRN,MEA,UMC,1962,,,, +IRN,MEA,UMC,1963,,,, +IRN,MEA,UMC,1964,,,, +IRN,MEA,UMC,1965,,,, +IRN,MEA,UMC,1966,,,, +IRN,MEA,UMC,1967,,,, +IRN,MEA,UMC,1968,,,, +IRN,MEA,UMC,1969,,,, +IRN,MEA,UMC,1970,,,,4657382 +IRN,MEA,UMC,1971,,,71.683609,4766447 +IRN,MEA,UMC,1972,,,78.316292,4126828 +IRN,MEA,UMC,1973,,,81.531372,4227025 +IRN,MEA,UMC,1974,,,84.311172,4325184 +IRN,MEA,UMC,1975,,,93.182358,4419771 +IRN,MEA,UMC,1976,,,99.003868,4511616 +IRN,MEA,UMC,1977,,,103.01006,4626682 +IRN,MEA,UMC,1978,,,105.71085,4746734 +IRN,MEA,UMC,1979,,,90.132622,4873495 +IRN,MEA,UMC,1980,,,98.304626,5011426 +IRN,MEA,UMC,1981,,,92.834381,5166947 +IRN,MEA,UMC,1982,,,98.03038,5386536 +IRN,MEA,UMC,1983,,,99.10463,5643336 +IRN,MEA,UMC,1984,,,100.97114,5939594 +IRN,MEA,UMC,1985,,,101.12587,6274795 +IRN,MEA,UMC,1986,,,102.18998,6639010 +IRN,MEA,UMC,1987,,,102.48467,7037257 +IRN,MEA,UMC,1988,,,103.3268,7463655 +IRN,MEA,UMC,1989,,,103.70334,7896212 +IRN,MEA,UMC,1990,,,105.05033,8296176 +IRN,MEA,UMC,1991,,8603.9512,107.24733,8617032 +IRN,MEA,UMC,1992,,9419.2939,108.68923,8893072 +IRN,MEA,UMC,1993,,10854.243,107.96967,9091046 +IRN,MEA,UMC,1994,,,105.81681,9196225 +IRN,MEA,UMC,1995,,8463.8477,104.21548,9210647 +IRN,MEA,UMC,1996,,8260.2207,103.1377,9152134 +IRN,MEA,UMC,1997,,,100.37981,9043916 +IRN,MEA,UMC,1998,,,100.90507,8874716 +IRN,MEA,UMC,1999,,,100.33034,8630462 +IRN,MEA,UMC,2000,,,101.16062,8317318 +IRN,MEA,UMC,2001,1218.9673,9713.2637,103.37522,7970894 +IRN,MEA,UMC,2002,1443.9017,10848.056,103.40334,7555711 +IRN,MEA,UMC,2003,1502.1089,10558.209,102.29066,7111599 +IRN,MEA,UMC,2004,1632.2949,10851.361,101.72636,6666352 +IRN,MEA,UMC,2005,1664.3523,10330.165,99.1959,6237851 +IRN,MEA,UMC,2006,2374.7646,14264.15,99.763222,5825330 +IRN,MEA,UMC,2007,2781.0981,16207.825,100.37326,5585814 +IRN,MEA,UMC,2008,2532.9353,14502.625,101.14648,5421339 +IRN,MEA,UMC,2009,2285.4324,13016.886,101.85258,5343237 +IRN,MEA,UMC,2010,2189.8662,12328.038,100.6534,5348296 +IRN,MEA,UMC,2011,2379.5505,13512.121,100.7328,5411578 +IRN,MEA,UMC,2012,2048.5693,11772.84,101.4611,5479930 +IRN,MEA,UMC,2013,1385.4257,10886.037,115.0665,6659568 +IRN,MEA,UMC,2014,1367.4894,10175.595,107.553,6835881 +IRN,MEA,UMC,2015,1377.8361,10568.243,108.9007,7062400 +IRN,MEA,UMC,2016,1691.3851,13541.699,111.2356,7318842 +IRN,MEA,UMC,2017,2209.5203,18055.465,110.7075,7569268 +IRN,MEA,UMC,2018,,,,7791195 +IRQ,MEA,UMC,1960,,,, +IRQ,MEA,UMC,1961,,,, +IRQ,MEA,UMC,1962,,,, +IRQ,MEA,UMC,1963,,,, +IRQ,MEA,UMC,1964,,,, +IRQ,MEA,UMC,1965,,,, +IRQ,MEA,UMC,1966,,,, +IRQ,MEA,UMC,1967,,,, +IRQ,MEA,UMC,1968,,,, +IRQ,MEA,UMC,1969,,,, +IRQ,MEA,UMC,1970,,,,1403320 +IRQ,MEA,UMC,1971,,,70.935837,1549097 +IRQ,MEA,UMC,1972,,,73.124718,1634925 +IRQ,MEA,UMC,1973,,,74.953789,1731420 +IRQ,MEA,UMC,1974,,,76.679161,1837446 +IRQ,MEA,UMC,1975,,,78.159233,1949814 +IRQ,MEA,UMC,1976,,,86.148621,2061664 +IRQ,MEA,UMC,1977,,,89.607811,2175781 +IRQ,MEA,UMC,1978,,,90.128273,2272898 +IRQ,MEA,UMC,1979,,,104.64465,2350818 +IRQ,MEA,UMC,1980,,,108.30414,2409165 +IRQ,MEA,UMC,1981,,,106.64504,2452913 +IRQ,MEA,UMC,1982,,,105.15494,2507916 +IRQ,MEA,UMC,1983,,,102.00771,2569279 +IRQ,MEA,UMC,1984,,,102.41173,2634624 +IRQ,MEA,UMC,1985,,,101.98216,2700844 +IRQ,MEA,UMC,1986,,,101.87507,2764529 +IRQ,MEA,UMC,1987,,,103.17669,2831542 +IRQ,MEA,UMC,1988,,,103.6593,2893889 +IRQ,MEA,UMC,1989,,,102.59194,2953178 +IRQ,MEA,UMC,1990,,,,3011974 +IRQ,MEA,UMC,1991,,,108.87846,3072598 +IRQ,MEA,UMC,1992,,,90.936089,3126401 +IRQ,MEA,UMC,1993,,,90.174683,3191639 +IRQ,MEA,UMC,1994,,,,3266345 +IRQ,MEA,UMC,1995,,,,3347429 +IRQ,MEA,UMC,1996,,,85.115181,3431362 +IRQ,MEA,UMC,1997,,,,3515418 +IRQ,MEA,UMC,1998,,,,3599534 +IRQ,MEA,UMC,1999,,,98.275002,3682951 +IRQ,MEA,UMC,2000,,,97.025101,3765521 +IRQ,MEA,UMC,2001,,,,3848036 +IRQ,MEA,UMC,2002,,,,3940151 +IRQ,MEA,UMC,2003,,,105.96378,4042505 +IRQ,MEA,UMC,2004,,,104.38057,4152946 +IRQ,MEA,UMC,2005,,,,4267693 +IRQ,MEA,UMC,2006,,,,4381434 +IRQ,MEA,UMC,2007,,,108.68902,4498448 +IRQ,MEA,UMC,2008,,,,4601460 +IRQ,MEA,UMC,2009,,,,4694413 +IRQ,MEA,UMC,2010,,,,4783848 +IRQ,MEA,UMC,2011,,,,4878351 +IRQ,MEA,UMC,2012,,,,4977172 +IRQ,MEA,UMC,2013,,,,5102208 +IRQ,MEA,UMC,2014,,,,5249586 +IRQ,MEA,UMC,2015,,,,5413493 +IRQ,MEA,UMC,2016,,,,5585706 +IRQ,MEA,UMC,2017,,,,5759578 +IRQ,MEA,UMC,2018,,,,5932230 +ISL,ECS,HIC,1960,,,, +ISL,ECS,HIC,1961,,,, +ISL,ECS,HIC,1962,,,, +ISL,ECS,HIC,1963,,,, +ISL,ECS,HIC,1964,,,, +ISL,ECS,HIC,1965,,,, +ISL,ECS,HIC,1966,,,, +ISL,ECS,HIC,1967,,,, +ISL,ECS,HIC,1968,,,, +ISL,ECS,HIC,1969,,,, +ISL,ECS,HIC,1970,,,,27516 +ISL,ECS,HIC,1971,,,98.125664,27583 +ISL,ECS,HIC,1972,,,98.935944,27630 +ISL,ECS,HIC,1973,,,98.812813,27544 +ISL,ECS,HIC,1974,,,98.982582,27324 +ISL,ECS,HIC,1975,,,99.80722,26974 +ISL,ECS,HIC,1976,,,99.679283,26503 +ISL,ECS,HIC,1977,,,99.807503,25974 +ISL,ECS,HIC,1978,,,98.545609,25509 +ISL,ECS,HIC,1979,,,98.0382,25181 +ISL,ECS,HIC,1980,,,98.411751,24996 +ISL,ECS,HIC,1981,,,99.09462,24962 +ISL,ECS,HIC,1982,,,99.018158,25055 +ISL,ECS,HIC,1983,,,99.43956,25159 +ISL,ECS,HIC,1984,,,100.24188,25219 +ISL,ECS,HIC,1985,,,99.310402,25232 +ISL,ECS,HIC,1986,,,97.642578,25197 +ISL,ECS,HIC,1987,,,97.654083,25150 +ISL,ECS,HIC,1988,,,99.936317,25124 +ISL,ECS,HIC,1989,,,101.13388,25135 +ISL,ECS,HIC,1990,,,101.41444,25169 +ISL,ECS,HIC,1991,,,101.17064,29471 +ISL,ECS,HIC,1992,,,100.13509,29609 +ISL,ECS,HIC,1993,,,98.84156,29695 +ISL,ECS,HIC,1994,,,97.387093,29737 +ISL,ECS,HIC,1995,,,97.903374,29762 +ISL,ECS,HIC,1996,,141.04765,98.063629,29798 +ISL,ECS,HIC,1997,,,98.552383,29773 +ISL,ECS,HIC,1998,,,99.584297,29829 +ISL,ECS,HIC,1999,7901.2876,239.84358,101.09908,30025 +ISL,ECS,HIC,2000,8190.7456,256.2229,102.99279,30373 +ISL,ECS,HIC,2001,8151.4175,259.10095,102.88729,30894 +ISL,ECS,HIC,2002,9458.5898,297.61453,99.547577,31608 +ISL,ECS,HIC,2003,9233.0244,290.56329,98.285393,32019 +ISL,ECS,HIC,2004,9958.9609,308.56842,96.664902,32053 +ISL,ECS,HIC,2005,11038.297,339.81396,96.862999,31782 +ISL,ECS,HIC,2006,11542.229,351.12616,97.30983,31262 +ISL,ECS,HIC,2007,12094.338,363.84607,98.134132,30656 +ISL,ECS,HIC,2008,12292.236,368.091,99.241074,30174 +ISL,ECS,HIC,2009,11411.683,340.75284,99.882919,29897 +ISL,ECS,HIC,2010,10829.402,320.20377,99.308121,29775 +ISL,ECS,HIC,2011,11280.995,332.02225,98.811523,29786 +ISL,ECS,HIC,2012,10684.593,316.0289,98.215302,29918 +ISL,ECS,HIC,2013,11025.54,328.19727,98.115837,30141 +ISL,ECS,HIC,2014,11471.241,347.56714,98.183609,30445 +ISL,ECS,HIC,2015,11173.955,349.61072,98.625427,30846 +ISL,ECS,HIC,2016,,,99.534142,31340 +ISL,ECS,HIC,2017,,,100.3514,31878 +ISL,ECS,HIC,2018,,,,32276 +ISR,MEA,HIC,1960,,,, +ISR,MEA,HIC,1961,,,, +ISR,MEA,HIC,1962,,,, +ISR,MEA,HIC,1963,,,, +ISR,MEA,HIC,1964,,,, +ISR,MEA,HIC,1965,,,, +ISR,MEA,HIC,1966,,,, +ISR,MEA,HIC,1967,,,, +ISR,MEA,HIC,1968,,,, +ISR,MEA,HIC,1969,,,, +ISR,MEA,HIC,1970,,,,353054 +ISR,MEA,HIC,1971,,,,359333 +ISR,MEA,HIC,1972,,,,367583 +ISR,MEA,HIC,1973,,,104.63565,376077 +ISR,MEA,HIC,1974,,,104.40336,384771 +ISR,MEA,HIC,1975,,,104.50703,393615 +ISR,MEA,HIC,1976,,,104.73753,402796 +ISR,MEA,HIC,1977,,,104.79909,413815 +ISR,MEA,HIC,1978,,,104.5106,427757 +ISR,MEA,HIC,1979,,,103.19563,444556 +ISR,MEA,HIC,1980,,,103.58125,463814 +ISR,MEA,HIC,1981,,,101.94031,483976 +ISR,MEA,HIC,1982,,,100.77383,502891 +ISR,MEA,HIC,1983,,,100.96302,518339 +ISR,MEA,HIC,1984,,,100.78149,530025 +ISR,MEA,HIC,1985,,,100.45466,537780 +ISR,MEA,HIC,1986,,,100.25103,542370 +ISR,MEA,HIC,1987,,,98.996536,546093 +ISR,MEA,HIC,1988,,,99.167717,548147 +ISR,MEA,HIC,1989,,,98.231003,549386 +ISR,MEA,HIC,1990,,2128.0051,96.451912,551114 +ISR,MEA,HIC,1991,,2325.2773,99.327904,554689 +ISR,MEA,HIC,1992,,2565.9167,102.03221,562593 +ISR,MEA,HIC,1993,,2787.7666,102.55912,574576 +ISR,MEA,HIC,1994,,3256.9822,102.3851,588491 +ISR,MEA,HIC,1995,,,104.04672,601502 +ISR,MEA,HIC,1996,,,104.60436,611294 +ISR,MEA,HIC,1997,,,,619569 +ISR,MEA,HIC,1998,,4131.2231,,626293 +ISR,MEA,HIC,1999,6133.1543,4062.1658,106.01063,632220 +ISR,MEA,HIC,2000,6159.4224,4167.9331,107.23255,638532 +ISR,MEA,HIC,2001,6525.2881,4469.731,107.26152,646177 +ISR,MEA,HIC,2002,6582.7114,4565.5513,107.13743,655014 +ISR,MEA,HIC,2003,6306.1851,4427.749,106.67072,665996 +ISR,MEA,HIC,2004,6232.6831,4452.6909,106.31781,679885 +ISR,MEA,HIC,2005,6327.4023,4568.3779,104.7628,697279 +ISR,MEA,HIC,2006,6490.9673,4779.0068,103.80447,717559 +ISR,MEA,HIC,2007,6482.4668,4912.4717,104.33427,734785 +ISR,MEA,HIC,2008,6606.981,5082.9351,103.69462,750510 +ISR,MEA,HIC,2009,6552.1855,5150.6338,104.07375,764028 +ISR,MEA,HIC,2010,7307.1973,5900.0063,105.4466,774502 +ISR,MEA,HIC,2011,7807.0083,6413.3091,106.2045,782329 +ISR,MEA,HIC,2012,7231.3706,6105.3882,106.8141,797317 +ISR,MEA,HIC,2013,7445.2144,6351.1182,105.636,812464 +ISR,MEA,HIC,2014,7518.3516,6538.1392,105.1809,828311 +ISR,MEA,HIC,2015,7826.2197,6958.7456,105.624,845766 +ISR,MEA,HIC,2016,,,104.748,865130 +ISR,MEA,HIC,2017,,,104.9011,883376 +ISR,MEA,HIC,2018,,,,903812 +ITA,ECS,HIC,1960,,,, +ITA,ECS,HIC,1961,,,, +ITA,ECS,HIC,1962,,,, +ITA,ECS,HIC,1963,,,, +ITA,ECS,HIC,1964,,,, +ITA,ECS,HIC,1965,,,, +ITA,ECS,HIC,1966,,,, +ITA,ECS,HIC,1967,,,, +ITA,ECS,HIC,1968,,,, +ITA,ECS,HIC,1969,,,, +ITA,ECS,HIC,1970,,,,4392602 +ITA,ECS,HIC,1971,,,108.58127,4480355 +ITA,ECS,HIC,1972,,,108.35838,4553367 +ITA,ECS,HIC,1973,,,108.31158,4598929 +ITA,ECS,HIC,1974,,,107.9371,4610584 +ITA,ECS,HIC,1975,,,107.48012,4590452 +ITA,ECS,HIC,1976,,,106.29373,4552681 +ITA,ECS,HIC,1977,,,104.75859,4525183 +ITA,ECS,HIC,1978,,,103.5332,4494371 +ITA,ECS,HIC,1979,,,102.43345,4458099 +ITA,ECS,HIC,1980,,,102.23788,4411550 +ITA,ECS,HIC,1981,,,101.84076,4346204 +ITA,ECS,HIC,1982,,,101.57883,4268222 +ITA,ECS,HIC,1983,,,101.00615,4165167 +ITA,ECS,HIC,1984,,,100.7662,4034514 +ITA,ECS,HIC,1985,,,100.68289,3880253 +ITA,ECS,HIC,1986,,,99.724693,3715885 +ITA,ECS,HIC,1987,,,98.810501,3563293 +ITA,ECS,HIC,1988,,,98.555519,3422741 +ITA,ECS,HIC,1989,,,98.20369,3299858 +ITA,ECS,HIC,1990,,,98.328041,3196593 +ITA,ECS,HIC,1991,,,98.435982,3107327 +ITA,ECS,HIC,1992,,19767.377,99.336319,3026582 +ITA,ECS,HIC,1993,,20020.66,100.01102,2960551 +ITA,ECS,HIC,1994,,20524.248,98.411377,2910239 +ITA,ECS,HIC,1995,,21286.857,98.043129,2873150 +ITA,ECS,HIC,1996,,21936.277,99.167847,2843262 +ITA,ECS,HIC,1997,,,100.06805,2816782 +ITA,ECS,HIC,1998,8535.5645,24053.672,101.44369,2793847 +ITA,ECS,HIC,1999,9021.7578,25945.24,104.53933,2775254 +ITA,ECS,HIC,2000,9016.002,25572.385,103.90278,2761747 +ITA,ECS,HIC,2001,9380.0186,26361.014,103.48534,2753351 +ITA,ECS,HIC,2002,9674.2617,26990.029,102.83338,2751863 +ITA,ECS,HIC,2003,9899.3525,27509.082,102.4251,2749943 +ITA,ECS,HIC,2004,9799.9883,27130.15,102.06314,2744740 +ITA,ECS,HIC,2005,9099.1904,25216.105,102.29095,2735660 +ITA,ECS,HIC,2006,10034.822,27999.705,103.10948,2726641 +ITA,ECS,HIC,2007,9154.4648,25816.965,104.11291,2728755 +ITA,ECS,HIC,2008,9706.2949,27469.357,104.2742,2736763 +ITA,ECS,HIC,2009,9468.9873,26694.904,103.4859,2750754 +ITA,ECS,HIC,2010,9154.9199,25836.52,102.9937,2768853 +ITA,ECS,HIC,2011,8662.1123,24492.676,102.5043,2785727 +ITA,ECS,HIC,2012,7963.46,22747.727,101.2919,2798134 +ITA,ECS,HIC,2013,8105.6787,23194.617,101.8973,2808939 +ITA,ECS,HIC,2014,7973.0278,22807.055,101.1514,2817712 +ITA,ECS,HIC,2015,8253.999,23508.256,100.3867,2822953 +ITA,ECS,HIC,2016,,,99.425461,2821788 +ITA,ECS,HIC,2017,,,101.8794,2812935 +ITA,ECS,HIC,2018,,,,2787635 +JAM,LCN,UMC,1960,,,, +JAM,LCN,UMC,1961,,,, +JAM,LCN,UMC,1962,,,, +JAM,LCN,UMC,1963,,,, +JAM,LCN,UMC,1964,,,, +JAM,LCN,UMC,1965,,,, +JAM,LCN,UMC,1966,,,, +JAM,LCN,UMC,1967,,,, +JAM,LCN,UMC,1968,,,, +JAM,LCN,UMC,1969,,,, +JAM,LCN,UMC,1970,,,,285897 +JAM,LCN,UMC,1971,,,108.48057,346641 +JAM,LCN,UMC,1972,,,109.37288,354485 +JAM,LCN,UMC,1973,,,105.03684,361287 +JAM,LCN,UMC,1974,,,107.81403,366413 +JAM,LCN,UMC,1975,,,100.83073,369210 +JAM,LCN,UMC,1976,,,100.62451,369575 +JAM,LCN,UMC,1977,,,101.09394,363528 +JAM,LCN,UMC,1978,,,102.69313,358358 +JAM,LCN,UMC,1979,,,104.64632,354024 +JAM,LCN,UMC,1980,,,103.68439,350473 +JAM,LCN,UMC,1981,,,103.35075,347823 +JAM,LCN,UMC,1982,,,104.79513,346911 +JAM,LCN,UMC,1983,,,104.65438,345308 +JAM,LCN,UMC,1984,,,103.68148,342603 +JAM,LCN,UMC,1985,,,102.7236,338468 +JAM,LCN,UMC,1986,,,102.07078,333134 +JAM,LCN,UMC,1987,,,104.53005,327722 +JAM,LCN,UMC,1988,,,102.58145,325606 +JAM,LCN,UMC,1989,,,103.86091,326575 +JAM,LCN,UMC,1990,,,102.69876,330125 +JAM,LCN,UMC,1991,,306.71661,101.38172,334854 +JAM,LCN,UMC,1992,,217.98726,,337888 +JAM,LCN,UMC,1993,,214.47137,98.06752,339681 +JAM,LCN,UMC,1994,,317.82458,,340158 +JAM,LCN,UMC,1995,,199.02567,,339342 +JAM,LCN,UMC,1996,,246.27534,,337677 +JAM,LCN,UMC,1997,,301.87659,,336701 +JAM,LCN,UMC,1998,,,,337168 +JAM,LCN,UMC,1999,,,94.404373,338636 +JAM,LCN,UMC,2000,,,95.960716,340605 +JAM,LCN,UMC,2001,,,95.898643,342562 +JAM,LCN,UMC,2002,,,96.157059,342916 +JAM,LCN,UMC,2003,1034.7859,359.70773,94.698601,343480 +JAM,LCN,UMC,2004,881.48462,307.02466,96.282242,344065 +JAM,LCN,UMC,2005,1179.4075,384.97156,, +JAM,LCN,UMC,2006,,,, +JAM,LCN,UMC,2007,1628.066,512.32111,, +JAM,LCN,UMC,2008,1470.88,480.14056,, +JAM,LCN,UMC,2009,1677.4452,523.80237,, +JAM,LCN,UMC,2010,1913.9099,563.23499,, +JAM,LCN,UMC,2011,1840.8701,533.13806,, +JAM,LCN,UMC,2012,1918.4824,555.78717,, +JAM,LCN,UMC,2013,1948.0183,550.33923,, +JAM,LCN,UMC,2014,1962.3003,534.33685,, +JAM,LCN,UMC,2015,1855.3333,491.09348,91.885559, +JAM,LCN,UMC,2016,1826.8271,472.36951,90.881218, +JAM,LCN,UMC,2017,2002.7986,500.76544,89.767853, +JAM,LCN,UMC,2018,,,90.995392, +JOR,MEA,UMC,1960,,,, +JOR,MEA,UMC,1961,,,, +JOR,MEA,UMC,1962,,,, +JOR,MEA,UMC,1963,,,, +JOR,MEA,UMC,1964,,,, +JOR,MEA,UMC,1965,,,, +JOR,MEA,UMC,1966,,,, +JOR,MEA,UMC,1967,,,, +JOR,MEA,UMC,1968,,,, +JOR,MEA,UMC,1969,,,, +JOR,MEA,UMC,1970,,,,263765 +JOR,MEA,UMC,1971,,,98.34079,281914 +JOR,MEA,UMC,1972,,,99.91674,298644 +JOR,MEA,UMC,1973,,,103.85833,313594 +JOR,MEA,UMC,1974,,,107.72435,327021 +JOR,MEA,UMC,1975,,,109.29809,339652 +JOR,MEA,UMC,1976,,,109.58591,351894 +JOR,MEA,UMC,1977,,,108.48026,370595 +JOR,MEA,UMC,1978,,,106.08391,390332 +JOR,MEA,UMC,1979,,,104.77622,411000 +JOR,MEA,UMC,1980,,,103.62134,432186 +JOR,MEA,UMC,1981,,,100.20597,452794 +JOR,MEA,UMC,1982,,,99.120903,471080 +JOR,MEA,UMC,1983,,,96.872612,487469 +JOR,MEA,UMC,1984,,,97.075729,501731 +JOR,MEA,UMC,1985,,,97.978157,513783 +JOR,MEA,UMC,1986,,,101.08818,524376 +JOR,MEA,UMC,1987,,,100.71454,537902 +JOR,MEA,UMC,1988,,,102.74764,554793 +JOR,MEA,UMC,1989,,,99.730858,576291 +JOR,MEA,UMC,1990,,,97.613869,603994 +JOR,MEA,UMC,1991,,,96.786789,638117 +JOR,MEA,UMC,1992,,,98.008347,664210 +JOR,MEA,UMC,1993,,,97.362396,687099 +JOR,MEA,UMC,1994,,,95.745499,704628 +JOR,MEA,UMC,1995,,,94.839897,714179 +JOR,MEA,UMC,1996,,,95.371002,715718 +JOR,MEA,UMC,1997,,842.84521,,727869 +JOR,MEA,UMC,1998,1077.0001,745.87646,93.523262,738263 +JOR,MEA,UMC,1999,1114.2695,786.8949,93.884338,747850 +JOR,MEA,UMC,2000,,,94.564102,758080 +JOR,MEA,UMC,2001,,914.42731,,769532 +JOR,MEA,UMC,2002,1210.4248,968.7074,96.810928,779035 +JOR,MEA,UMC,2003,1410.5015,1108.8715,97.906258,790065 +JOR,MEA,UMC,2004,1378.4957,1102.6422,98.074051,803887 +JOR,MEA,UMC,2005,1546.9884,1245.1771,96.90155, +JOR,MEA,UMC,2006,1359.7809,1095.245,94.891037, +JOR,MEA,UMC,2007,1407.7208,1137.0189,92.077606, +JOR,MEA,UMC,2008,1448.8699,1183.9585,89.578087, +JOR,MEA,UMC,2009,,1220.8289,, +JOR,MEA,UMC,2010,,,81.915047, +JOR,MEA,UMC,2011,1490.655,1244.6344,79.33522, +JOR,MEA,UMC,2012,,,76.486412, +JOR,MEA,UMC,2013,,,75.397957, +JOR,MEA,UMC,2014,,,79.498627, +JOR,MEA,UMC,2015,,,, +JOR,MEA,UMC,2016,1330.1188,1417.9694,78.560417, +JOR,MEA,UMC,2017,1193.8248,1357.8984,80.770866, +JOR,MEA,UMC,2018,,,81.4589, +JPN,EAS,HIC,1960,,,, +JPN,EAS,HIC,1961,,,, +JPN,EAS,HIC,1962,,,, +JPN,EAS,HIC,1963,,,, +JPN,EAS,HIC,1964,,,, +JPN,EAS,HIC,1965,,,, +JPN,EAS,HIC,1966,,,, +JPN,EAS,HIC,1967,,,, +JPN,EAS,HIC,1968,,,, +JPN,EAS,HIC,1969,,,, +JPN,EAS,HIC,1970,,,,9551892 +JPN,EAS,HIC,1971,,,,9697100 +JPN,EAS,HIC,1972,,,,9841580 +JPN,EAS,HIC,1973,,,,9993454 +JPN,EAS,HIC,1974,,,,10151699 +JPN,EAS,HIC,1975,,,,10318302 +JPN,EAS,HIC,1976,,,,10498440 +JPN,EAS,HIC,1977,,,,10699038 +JPN,EAS,HIC,1978,,,,10958275 +JPN,EAS,HIC,1979,,,,11262932 +JPN,EAS,HIC,1980,,,,11587604 +JPN,EAS,HIC,1981,,,,11880874 +JPN,EAS,HIC,1982,,,,12096990 +JPN,EAS,HIC,1983,,,,12114058 +JPN,EAS,HIC,1984,,,,11924442 +JPN,EAS,HIC,1985,,,,11537734 +JPN,EAS,HIC,1986,,,,11022888 +JPN,EAS,HIC,1987,,,,10545427 +JPN,EAS,HIC,1988,,,,10146502 +JPN,EAS,HIC,1989,,,,9831792 +JPN,EAS,HIC,1990,,,,9604744 +JPN,EAS,HIC,1991,,,,9439568 +JPN,EAS,HIC,1992,,,,9254504 +JPN,EAS,HIC,1993,,55323.492,,9052057 +JPN,EAS,HIC,1994,,55133.395,,8840952 +JPN,EAS,HIC,1995,,54544.234,,8626936 +JPN,EAS,HIC,1996,,,,8414291 +JPN,EAS,HIC,1997,,,,8224807 +JPN,EAS,HIC,1998,,,,8041370 +JPN,EAS,HIC,1999,,,,7865644 +JPN,EAS,HIC,2000,,,,7700558 +JPN,EAS,HIC,2001,,,,7550654 +JPN,EAS,HIC,2002,,,,7421244 +JPN,EAS,HIC,2003,,,,7321111 +JPN,EAS,HIC,2004,,,,7250704 +JPN,EAS,HIC,2005,,,,7207851 +JPN,EAS,HIC,2006,,,,7181686 +JPN,EAS,HIC,2007,,,,7157794 +JPN,EAS,HIC,2008,,,,7118773 +JPN,EAS,HIC,2009,,,,7062465 +JPN,EAS,HIC,2010,,,,6987992 +JPN,EAS,HIC,2011,,,,6902340 +JPN,EAS,HIC,2012,,60763.848,,6837691 +JPN,EAS,HIC,2013,8979.1641,61073.723,,6785371 +JPN,EAS,HIC,2014,9002.0156,60444.383,,6745668 +JPN,EAS,HIC,2015,,,,6718804 +JPN,EAS,HIC,2016,8998.0479,59224.691,,6700197 +JPN,EAS,HIC,2017,,,,6686593 +JPN,EAS,HIC,2018,,,,6664252 +KAZ,ECS,UMC,1960,,,, +KAZ,ECS,UMC,1961,,,, +KAZ,ECS,UMC,1962,,,, +KAZ,ECS,UMC,1963,,,, +KAZ,ECS,UMC,1964,,,, +KAZ,ECS,UMC,1965,,,, +KAZ,ECS,UMC,1966,,,, +KAZ,ECS,UMC,1967,,,, +KAZ,ECS,UMC,1968,,,, +KAZ,ECS,UMC,1969,,,, +KAZ,ECS,UMC,1970,,,,1043412 +KAZ,ECS,UMC,1971,,,,1054448 +KAZ,ECS,UMC,1972,,,,1060512 +KAZ,ECS,UMC,1973,,,,1049231 +KAZ,ECS,UMC,1974,,,,1019493 +KAZ,ECS,UMC,1975,,,,979508 +KAZ,ECS,UMC,1976,,,,941239 +KAZ,ECS,UMC,1977,,,,914310 +KAZ,ECS,UMC,1978,,,,903335 +KAZ,ECS,UMC,1979,,,,910053 +KAZ,ECS,UMC,1980,,,,928780 +KAZ,ECS,UMC,1981,,,112.60213,950077 +KAZ,ECS,UMC,1982,,,,963719 +KAZ,ECS,UMC,1983,,,,974360 +KAZ,ECS,UMC,1984,,,,978721 +KAZ,ECS,UMC,1985,,,,978968 +KAZ,ECS,UMC,1986,,,117.83561,979467 +KAZ,ECS,UMC,1987,,,,983976 +KAZ,ECS,UMC,1988,,,,992751 +KAZ,ECS,UMC,1989,,,114.66518,1003332 +KAZ,ECS,UMC,1990,,,115.67147,1013248 +KAZ,ECS,UMC,1991,,,119.2396,1020144 +KAZ,ECS,UMC,1992,,,123.06352,1017809 +KAZ,ECS,UMC,1993,,,124.87327,1019459 +KAZ,ECS,UMC,1994,,,123.43449,1026289 +KAZ,ECS,UMC,1995,,,101.77854,1360737 +KAZ,ECS,UMC,1996,,,101.78181,1366504 +KAZ,ECS,UMC,1997,,,99.501251,1366572 +KAZ,ECS,UMC,1998,,,96.875443,1349641 +KAZ,ECS,UMC,1999,,,96.290108,1313376 +KAZ,ECS,UMC,2000,,,96.953201,1261927 +KAZ,ECS,UMC,2001,,,99.947678,1205930 +KAZ,ECS,UMC,2002,,,101.63237,1154408 +KAZ,ECS,UMC,2003,,,102.66582,1104895 +KAZ,ECS,UMC,2004,,,103.44742,1056354 +KAZ,ECS,UMC,2005,,,102.54168,1009516 +KAZ,ECS,UMC,2006,,,101.47636,967621 +KAZ,ECS,UMC,2007,,,102.77171,929302 +KAZ,ECS,UMC,2008,,,107.08398,898613 +KAZ,ECS,UMC,2009,,,108.3263,883349 +KAZ,ECS,UMC,2010,,,108.7614,886710 +KAZ,ECS,UMC,2011,,,109.7717,904806 +KAZ,ECS,UMC,2012,,,110.3985,921446 +KAZ,ECS,UMC,2013,,,111.8934,953296 +KAZ,ECS,UMC,2014,,,112.5344,1006313 +KAZ,ECS,UMC,2015,,,111.6401,1080396 +KAZ,ECS,UMC,2016,,,109.8852,1168432 +KAZ,ECS,UMC,2017,70.13002,95.131371,108.7478,1257038 +KAZ,ECS,UMC,2018,,,105.8367,1341757 +KEN,SSF,LMC,1960,,,, +KEN,SSF,LMC,1961,,,, +KEN,SSF,LMC,1962,,,, +KEN,SSF,LMC,1963,,,, +KEN,SSF,LMC,1964,,,, +KEN,SSF,LMC,1965,,,, +KEN,SSF,LMC,1966,,,, +KEN,SSF,LMC,1967,,,, +KEN,SSF,LMC,1968,,,, +KEN,SSF,LMC,1969,,,, +KEN,SSF,LMC,1970,,,62.304359,2011605 +KEN,SSF,LMC,1971,,,64.154991,2090696 +KEN,SSF,LMC,1972,,,68.119362,2173309 +KEN,SSF,LMC,1973,,,71.188927,2257918 +KEN,SSF,LMC,1974,,,105.35568,2343174 +KEN,SSF,LMC,1975,,,108.14711,2428228 +KEN,SSF,LMC,1976,,,103.85542,2524718 +KEN,SSF,LMC,1977,,,102.85168,2630847 +KEN,SSF,LMC,1978,,,98.48114,2744554 +KEN,SSF,LMC,1979,,,117.77434,2863061 +KEN,SSF,LMC,1980,,,118.17127,2982717 +KEN,SSF,LMC,1981,,,114.34425,3112982 +KEN,SSF,LMC,1982,,,115.69377,3246410 +KEN,SSF,LMC,1983,,,114.73436,3380778 +KEN,SSF,LMC,1984,,,110.05149,3514019 +KEN,SSF,LMC,1985,,,104.92638,3644622 +KEN,SSF,LMC,1986,,,104.37171,3784482 +KEN,SSF,LMC,1987,,,103.65767,3929244 +KEN,SSF,LMC,1988,,,101.67704,4076328 +KEN,SSF,LMC,1989,,,102.20835,4223259 +KEN,SSF,LMC,1990,,,98.776154,4366265 +KEN,SSF,LMC,1991,,,96.637512,4511274 +KEN,SSF,LMC,1992,,1882.9307,95.290314,4654177 +KEN,SSF,LMC,1993,,1790.3722,94.571007,4788717 +KEN,SSF,LMC,1994,,1983.767,91.258812,4906131 +KEN,SSF,LMC,1995,,,89.187073,5000470 +KEN,SSF,LMC,1996,,,,5114709 +KEN,SSF,LMC,1997,,,,5196929 +KEN,SSF,LMC,1998,,,90.389229,5249953 +KEN,SSF,LMC,1999,,,88.976753,5281550 +KEN,SSF,LMC,2000,497.87042,2506.707,93.187462,5306404 +KEN,SSF,LMC,2001,477.19241,2456.7637,94.38105,5355967 +KEN,SSF,LMC,2002,,,88.241791,5454263 +KEN,SSF,LMC,2003,524.19019,3046.2688,101.82242,5599005 +KEN,SSF,LMC,2004,546.4314,3238.1951,100.44389,5783407 +KEN,SSF,LMC,2005,,,99.346291,5988959 +KEN,SSF,LMC,2006,533.75018,3256.6182,96.347542,6195965 +KEN,SSF,LMC,2007,,,102.36549,6387765 +KEN,SSF,LMC,2008,,,102.2848,6563284 +KEN,SSF,LMC,2009,,,103.9145,6723666 +KEN,SSF,LMC,2010,,,,6873426 +KEN,SSF,LMC,2011,,2245.3989,,7025165 +KEN,SSF,LMC,2012,270.55969,2178.8508,109.4177,7192717 +KEN,SSF,LMC,2013,,2369.8682,,7369499 +KEN,SSF,LMC,2014,299.15503,2440.5066,105.7534,7546221 +KEN,SSF,LMC,2015,316.41962,2584.74,103.6616,7712122 +KEN,SSF,LMC,2016,,,103.2053,7872649 +KEN,SSF,LMC,2017,,,,7999897 +KEN,SSF,LMC,2018,,,,8093610 +KGZ,ECS,LMC,1960,,,, +KGZ,ECS,LMC,1961,,,, +KGZ,ECS,LMC,1962,,,, +KGZ,ECS,LMC,1963,,,, +KGZ,ECS,LMC,1964,,,, +KGZ,ECS,LMC,1965,,,, +KGZ,ECS,LMC,1966,,,, +KGZ,ECS,LMC,1967,,,, +KGZ,ECS,LMC,1968,,,, +KGZ,ECS,LMC,1969,,,, +KGZ,ECS,LMC,1970,,,,251113 +KGZ,ECS,LMC,1971,,,,257265 +KGZ,ECS,LMC,1972,,,,262266 +KGZ,ECS,LMC,1973,,,,263968 +KGZ,ECS,LMC,1974,,,,262244 +KGZ,ECS,LMC,1975,,,,258665 +KGZ,ECS,LMC,1976,,,,255374 +KGZ,ECS,LMC,1977,,,,253124 +KGZ,ECS,LMC,1978,,,,252704 +KGZ,ECS,LMC,1979,,,,254121 +KGZ,ECS,LMC,1980,,,,256566 +KGZ,ECS,LMC,1981,,,118.20103,258877 +KGZ,ECS,LMC,1982,,,,261757 +KGZ,ECS,LMC,1983,,,,264837 +KGZ,ECS,LMC,1984,,,,267555 +KGZ,ECS,LMC,1985,,,,270271 +KGZ,ECS,LMC,1986,,,125.19688,273653 +KGZ,ECS,LMC,1987,,,,279322 +KGZ,ECS,LMC,1988,,,,287094 +KGZ,ECS,LMC,1989,,,112.20277,296707 +KGZ,ECS,LMC,1990,,,111.01194,307008 +KGZ,ECS,LMC,1991,,,111.28546,316502 +KGZ,ECS,LMC,1992,,,111.41985,324163 +KGZ,ECS,LMC,1993,,,111.30836,331680 +KGZ,ECS,LMC,1994,,,112.16073,339337 +KGZ,ECS,LMC,1995,,,111.67296,347065 +KGZ,ECS,LMC,1996,,,101.53679,466288 +KGZ,ECS,LMC,1997,,,100.47429,475639 +KGZ,ECS,LMC,1998,,,98.074089,482761 +KGZ,ECS,LMC,1999,,,96.725243,485657 +KGZ,ECS,LMC,2000,,,96.335258,483285 +KGZ,ECS,LMC,2001,,,96.228157,476621 +KGZ,ECS,LMC,2002,,,96.063026,471903 +KGZ,ECS,LMC,2003,,,96.814011,464119 +KGZ,ECS,LMC,2004,,,98.07888,453030 +KGZ,ECS,LMC,2005,,,98.851997,439128 +KGZ,ECS,LMC,2006,,,100.13204,423379 +KGZ,ECS,LMC,2007,,,98.804657,412775 +KGZ,ECS,LMC,2008,,,99.09832,403805 +KGZ,ECS,LMC,2009,,,98.944221,397091 +KGZ,ECS,LMC,2010,,,99.46109,393165 +KGZ,ECS,LMC,2011,,,99.68409,392217 +KGZ,ECS,LMC,2012,,,103.1013,389091 +KGZ,ECS,LMC,2013,,,105.0209,391062 +KGZ,ECS,LMC,2014,,,105.8175,400624 +KGZ,ECS,LMC,2015,,,105.4101,418266 +KGZ,ECS,LMC,2016,,,104.6015,441603 +KGZ,ECS,LMC,2017,,,107.0424,464513 +KGZ,ECS,LMC,2018,,,107.5654,489849 +KHM,EAS,LMC,1960,,,, +KHM,EAS,LMC,1961,,,, +KHM,EAS,LMC,1962,,,, +KHM,EAS,LMC,1963,,,, +KHM,EAS,LMC,1964,,,, +KHM,EAS,LMC,1965,,,, +KHM,EAS,LMC,1966,,,, +KHM,EAS,LMC,1967,,,, +KHM,EAS,LMC,1968,,,, +KHM,EAS,LMC,1969,,,, +KHM,EAS,LMC,1970,,,,1202083 +KHM,EAS,LMC,1971,,,27.702801,1218852 +KHM,EAS,LMC,1972,,,39.065659,1238875 +KHM,EAS,LMC,1973,,,38.106129,1258315 +KHM,EAS,LMC,1974,,,,1272072 +KHM,EAS,LMC,1975,,,,1275394 +KHM,EAS,LMC,1976,,,,1266784 +KHM,EAS,LMC,1977,,,,1240259 +KHM,EAS,LMC,1978,,,,1212921 +KHM,EAS,LMC,1979,,,,1188095 +KHM,EAS,LMC,1980,,,,1167802 +KHM,EAS,LMC,1981,,,115.42636,1150241 +KHM,EAS,LMC,1982,,,133.97289,1148337 +KHM,EAS,LMC,1983,,,140.93102,1132982 +KHM,EAS,LMC,1984,,,136.43221,1102757 +KHM,EAS,LMC,1985,,,128.93843,1060040 +KHM,EAS,LMC,1986,,,129.22662,1017780 +KHM,EAS,LMC,1987,,,130.13165,994329 +KHM,EAS,LMC,1988,,,124.06872,1030690 +KHM,EAS,LMC,1989,,,116.4556,1127802 +KHM,EAS,LMC,1990,,,99.555069,1282371 +KHM,EAS,LMC,1991,,,90.34819,1471271 +KHM,EAS,LMC,1992,,,,1653048 +KHM,EAS,LMC,1993,,,,1799314 +KHM,EAS,LMC,1994,,,85.025917,1906836 +KHM,EAS,LMC,1995,,,86.180748,1975976 +KHM,EAS,LMC,1996,,,,2015710 +KHM,EAS,LMC,1997,,,93.20565,2058372 +KHM,EAS,LMC,1998,63.182709,127.10921,96.429733,2085744 +KHM,EAS,LMC,1999,,,101.28642,2099887 +KHM,EAS,LMC,2000,83.759583,188.30067,106.8595,2103277 +KHM,EAS,LMC,2001,102.73682,249.76781,115.85937,2097837 +KHM,EAS,LMC,2002,84.164009,229.65816,129.44991,2107405 +KHM,EAS,LMC,2003,,,131.48352,2107826 +KHM,EAS,LMC,2004,,,131.937,2093593 +KHM,EAS,LMC,2005,,,130.89871,2058638 +KHM,EAS,LMC,2006,,,128.83319,2003857 +KHM,EAS,LMC,2007,,,127.8486,1939043 +KHM,EAS,LMC,2008,,,123.75679,1890832 +KHM,EAS,LMC,2009,130.3904,312.2901,123.28123,1856890 +KHM,EAS,LMC,2010,131.28343,298.34515,123.8349,1834675 +KHM,EAS,LMC,2011,139.57996,311.32678,122.1415,1820617 +KHM,EAS,LMC,2012,156.67397,343.85486,121.7879,1801646 +KHM,EAS,LMC,2013,175.22018,489.45166,123.4481,1801928 +KHM,EAS,LMC,2014,179.3343,476.03757,116.8082,1821982 +KHM,EAS,LMC,2015,,,117.0785,1860664 +KHM,EAS,LMC,2016,,,110.1877,1910731 +KHM,EAS,LMC,2017,,,107.8131,1958207 +KHM,EAS,LMC,2018,,,107.4148,1998583 +KIR,EAS,LMC,1960,,,, +KIR,EAS,LMC,1961,,,, +KIR,EAS,LMC,1962,,,, +KIR,EAS,LMC,1963,,,, +KIR,EAS,LMC,1964,,,, +KIR,EAS,LMC,1965,,,, +KIR,EAS,LMC,1966,,,, +KIR,EAS,LMC,1967,,,, +KIR,EAS,LMC,1968,,,, +KIR,EAS,LMC,1969,,,, +KIR,EAS,LMC,1970,,,,10616 +KIR,EAS,LMC,1971,,,103.14296,10775 +KIR,EAS,LMC,1972,,,128.15053,10886 +KIR,EAS,LMC,1973,,,105.50375,10932 +KIR,EAS,LMC,1974,,,,10900 +KIR,EAS,LMC,1975,,,137.85362,10776 +KIR,EAS,LMC,1976,,,119.91001,10665 +KIR,EAS,LMC,1977,,,129.9297,10527 +KIR,EAS,LMC,1978,,,129.91231,10375 +KIR,EAS,LMC,1979,,,129.06761,10222 +KIR,EAS,LMC,1980,,,131.50835,10064 +KIR,EAS,LMC,1981,,,134.74628,9931 +KIR,EAS,LMC,1982,,,140.02631,9879 +KIR,EAS,LMC,1983,,,136.70784,9957 +KIR,EAS,LMC,1984,,,129.67076,10173 +KIR,EAS,LMC,1985,,,127.49004,10539 +KIR,EAS,LMC,1986,,,121.46697,10969 +KIR,EAS,LMC,1987,,,115.80236,11428 +KIR,EAS,LMC,1988,,,114.31584,11849 +KIR,EAS,LMC,1989,,,117.11645,12224 +KIR,EAS,LMC,1990,,,117.14718,12551 +KIR,EAS,LMC,1991,,,120.41763,12924 +KIR,EAS,LMC,1992,,,120.40586,13295 +KIR,EAS,LMC,1993,,,119.23414,13674 +KIR,EAS,LMC,1994,,,119.54743,14044 +KIR,EAS,LMC,1995,,,118.21466,14386 +KIR,EAS,LMC,1996,,,117.55221,14689 +KIR,EAS,LMC,1997,,,117.74863,14931 +KIR,EAS,LMC,1998,,,116.02564,15121 +KIR,EAS,LMC,1999,561.59015,8.0464602,108.41404,13208 +KIR,EAS,LMC,2000,547.27283,7.97158,109.55174,13287 +KIR,EAS,LMC,2001,472.16202,7.4096398,117.98361,13295 +KIR,EAS,LMC,2002,,,110.5892,13387 +KIR,EAS,LMC,2003,,,116.16176,13603 +KIR,EAS,LMC,2004,,,111.88275,13953 +KIR,EAS,LMC,2005,,,111.93367,14408 +KIR,EAS,LMC,2006,,,108.2425,14840 +KIR,EAS,LMC,2007,,,105.66392,14870 +KIR,EAS,LMC,2008,,,110.11474,14569 +KIR,EAS,LMC,2009,,,110.12381,14048 +KIR,EAS,LMC,2010,,,,13492 +KIR,EAS,LMC,2011,,,,13141 +KIR,EAS,LMC,2012,,,,13173 +KIR,EAS,LMC,2013,,,,13576 +KIR,EAS,LMC,2014,,,113.9159,14314 +KIR,EAS,LMC,2015,,,105.5511,15235 +KIR,EAS,LMC,2016,,,106.2838,16074 +KIR,EAS,LMC,2017,,,101.3046,16698 +KIR,EAS,LMC,2018,,,,17098 +KNA,LCN,HIC,1960,,,, +KNA,LCN,HIC,1961,,,, +KNA,LCN,HIC,1962,,,, +KNA,LCN,HIC,1963,,,, +KNA,LCN,HIC,1964,,,, +KNA,LCN,HIC,1965,,,, +KNA,LCN,HIC,1966,,,, +KNA,LCN,HIC,1967,,,, +KNA,LCN,HIC,1968,,,, +KNA,LCN,HIC,1969,,,, +KNA,LCN,HIC,1970,,,, +KNA,LCN,HIC,1971,,,, +KNA,LCN,HIC,1972,,,, +KNA,LCN,HIC,1973,,,, +KNA,LCN,HIC,1974,,,, +KNA,LCN,HIC,1975,,,, +KNA,LCN,HIC,1976,,,94.554832, +KNA,LCN,HIC,1977,,,97.4422, +KNA,LCN,HIC,1978,,,96.164192, +KNA,LCN,HIC,1979,,,95.867569, +KNA,LCN,HIC,1980,,,106.66667, +KNA,LCN,HIC,1981,,,94.978081, +KNA,LCN,HIC,1982,,,95.465591, +KNA,LCN,HIC,1983,,,, +KNA,LCN,HIC,1984,,,111.20298, +KNA,LCN,HIC,1985,,,106.28992, +KNA,LCN,HIC,1986,,,109.29191, +KNA,LCN,HIC,1987,,,111.80267, +KNA,LCN,HIC,1988,,,111.02166, +KNA,LCN,HIC,1989,,,111.1392, +KNA,LCN,HIC,1990,,,115.29783, +KNA,LCN,HIC,1991,,5.0831099,109.73358, +KNA,LCN,HIC,1992,,4.6742101,111.92575, +KNA,LCN,HIC,1993,,,111.32462, +KNA,LCN,HIC,1994,,,113.4357, +KNA,LCN,HIC,1995,,6.93326,112.35628, +KNA,LCN,HIC,1996,,,, +KNA,LCN,HIC,1997,,,, +KNA,LCN,HIC,1998,2809.8635,17.949409,106.51993, +KNA,LCN,HIC,1999,,,, +KNA,LCN,HIC,2000,,,114.96429, +KNA,LCN,HIC,2001,,,110.42249, +KNA,LCN,HIC,2002,,,106.72854, +KNA,LCN,HIC,2003,,,107.47146, +KNA,LCN,HIC,2004,,,108.96387, +KNA,LCN,HIC,2005,,,109.63398, +KNA,LCN,HIC,2006,,,, +KNA,LCN,HIC,2007,,,107.15278, +KNA,LCN,HIC,2008,,,113.16203, +KNA,LCN,HIC,2009,,,112.42457, +KNA,LCN,HIC,2010,,,113.4797, +KNA,LCN,HIC,2011,,,111.4769, +KNA,LCN,HIC,2012,,,110.5994, +KNA,LCN,HIC,2013,,,108.3139, +KNA,LCN,HIC,2014,,,108.618, +KNA,LCN,HIC,2015,1538.0409,8.40693,108.302, +KNA,LCN,HIC,2016,,,108.7355, +KNA,LCN,HIC,2017,,,, +KNA,LCN,HIC,2018,,,, +KOR,EAS,HIC,1960,,,, +KOR,EAS,HIC,1961,,,, +KOR,EAS,HIC,1962,,,, +KOR,EAS,HIC,1963,,,, +KOR,EAS,HIC,1964,,,, +KOR,EAS,HIC,1965,,,, +KOR,EAS,HIC,1966,,,, +KOR,EAS,HIC,1967,,,, +KOR,EAS,HIC,1968,,,, +KOR,EAS,HIC,1969,,,, +KOR,EAS,HIC,1970,,,,5499747 +KOR,EAS,HIC,1971,,,105.01277,5475232 +KOR,EAS,HIC,1972,,,106.50851,5453645 +KOR,EAS,HIC,1973,,,106.37415,5431554 +KOR,EAS,HIC,1974,,,105.31478,5407341 +KOR,EAS,HIC,1975,,,104.47011,5380918 +KOR,EAS,HIC,1976,,,104.93963,5338247 +KOR,EAS,HIC,1977,,,103.45699,5322728 +KOR,EAS,HIC,1978,,,103.5138,5330135 +KOR,EAS,HIC,1979,,,104.77932,5351319 +KOR,EAS,HIC,1980,,,105.09493,5369119 +KOR,EAS,HIC,1981,,,105.47504,5365495 +KOR,EAS,HIC,1982,,,105.10333,5315881 +KOR,EAS,HIC,1983,,,104.65229,5222417 +KOR,EAS,HIC,1984,,,103.21741,5092845 +KOR,EAS,HIC,1985,,,101.90222,4945730 +KOR,EAS,HIC,1986,,,100.93727,4809909 +KOR,EAS,HIC,1987,,,101.64722,4718539 +KOR,EAS,HIC,1988,,,102.15716,4668941 +KOR,EAS,HIC,1989,,,103.55683,4652525 +KOR,EAS,HIC,1990,,7017.2271,105.30177,4646391 +KOR,EAS,HIC,1991,,8795.1826,105.21388,4626140 +KOR,EAS,HIC,1992,,9374.8213,104.81044,4539367 +KOR,EAS,HIC,1993,,9998.0322,103.84531,4390900 +KOR,EAS,HIC,1994,,9750.3555,103.6754,4193137 +KOR,EAS,HIC,1995,,10395.982,103.30252,3979047 +KOR,EAS,HIC,1996,,,102.90024,3805848 +KOR,EAS,HIC,1997,,,101.8404,3726505 +KOR,EAS,HIC,1998,2990.0073,11496.426,102.76645,3742335 +KOR,EAS,HIC,1999,3397.843,13407.811,102.56433,3848430 +KOR,EAS,HIC,2000,,,100.62405,4006672 +KOR,EAS,HIC,2001,3354.0442,13750.403,99.243309,4132227 +KOR,EAS,HIC,2002,3558.1584,14760.778,98.926987,4194722 +KOR,EAS,HIC,2003,4104.3638,17178.117,99.917183,4190046 +KOR,EAS,HIC,2004,4392.7231,18122.307,100.25999,4116103 +KOR,EAS,HIC,2005,4405.0527,17759.367,101.10885,3988760 +KOR,EAS,HIC,2006,4526.1226,17802.082,101.73847,3867833 +KOR,EAS,HIC,2007,4681.0693,17964.826,102.92038,3731331 +KOR,EAS,HIC,2008,5450.4429,20055.607,102.88288,3579221 +KOR,EAS,HIC,2009,6465.9487,22512.906,102.00398,3415475 +KOR,EAS,HIC,2010,,,101.7199,3250948 +KOR,EAS,HIC,2011,6844.7056,22630.041,101.712,3095026 +KOR,EAS,HIC,2012,8987.9072,28219.549,100.3303,2968913 +KOR,EAS,HIC,2013,9470.1367,28022.986,98.063492,2876575 +KOR,EAS,HIC,2014,9491.8906,28087.357,98.305771,2819565 +KOR,EAS,HIC,2015,10459.445,29191.162,98.784538,2789036 +KOR,EAS,HIC,2016,,,97.718422,2763236 +KOR,EAS,HIC,2017,,,98.0886,2763236 +KOR,EAS,HIC,2018,,,,2739561 +KWT,MEA,HIC,1960,,,, +KWT,MEA,HIC,1961,,,, +KWT,MEA,HIC,1962,,,, +KWT,MEA,HIC,1963,,,, +KWT,MEA,HIC,1964,,,, +KWT,MEA,HIC,1965,,,, +KWT,MEA,HIC,1966,,,, +KWT,MEA,HIC,1967,,,, +KWT,MEA,HIC,1968,,,, +KWT,MEA,HIC,1969,,,, +KWT,MEA,HIC,1970,,,,76451 +KWT,MEA,HIC,1971,,,89.374023,85186 +KWT,MEA,HIC,1972,,,89.749336,91724 +KWT,MEA,HIC,1973,,,91.365219,97366 +KWT,MEA,HIC,1974,,,92.095779,102810 +KWT,MEA,HIC,1975,,,94.044884,108990 +KWT,MEA,HIC,1976,,,96.300247,116752 +KWT,MEA,HIC,1977,,,102.15962,123087 +KWT,MEA,HIC,1978,,,104.57661,130157 +KWT,MEA,HIC,1979,,,101.8174,137574 +KWT,MEA,HIC,1980,,,101.25785,144457 +KWT,MEA,HIC,1981,,,99.807732,149909 +KWT,MEA,HIC,1982,,,100.90229,154018 +KWT,MEA,HIC,1983,,,102.95322,156177 +KWT,MEA,HIC,1984,,,105.64517,157344 +KWT,MEA,HIC,1985,,,107.2807,159431 +KWT,MEA,HIC,1986,,,105.50087,164237 +KWT,MEA,HIC,1987,,,101.44596,174073 +KWT,MEA,HIC,1988,,,97.344048,186706 +KWT,MEA,HIC,1989,,,92.992378,199530 +KWT,MEA,HIC,1990,,,91.033524,208284 +KWT,MEA,HIC,1991,,,59.715271,209362 +KWT,MEA,HIC,1992,,,57.758308,198523 +KWT,MEA,HIC,1993,,,67.887497,181180 +KWT,MEA,HIC,1994,,,80.626869,161392 +KWT,MEA,HIC,1995,,,90.900528,144730 +KWT,MEA,HIC,1996,,2866.5144,105.21549,135232 +KWT,MEA,HIC,1997,37293.473,5343.6328,109.04981,131895 +KWT,MEA,HIC,1998,,,107.24928,133225 +KWT,MEA,HIC,1999,,,101.98359,137498 +KWT,MEA,HIC,2000,,,98.632202,142603 +KWT,MEA,HIC,2001,13353.094,1888.3811,96.083794,147617 +KWT,MEA,HIC,2002,12721.845,1891.891,99.134064,150451 +KWT,MEA,HIC,2003,12509.979,1927.2373,101.22011,152694 +KWT,MEA,HIC,2004,12230.843,1935.7877,102.49252,154984 +KWT,MEA,HIC,2005,9536.9521,1934.3418,104.88034,194104 +KWT,MEA,HIC,2006,8550.6279,1739.3943,102.33987,199426 +KWT,MEA,HIC,2007,,,104.62613,202662 +KWT,MEA,HIC,2008,10553.653,2201.5764,101.60982,205414 +KWT,MEA,HIC,2009,,,101.53509,207349 +KWT,MEA,HIC,2010,,,102.2396,208995 +KWT,MEA,HIC,2011,13985.76,3128.4465,105.6248,212215 +KWT,MEA,HIC,2012,,,104.9829,219668 +KWT,MEA,HIC,2013,,,103.962,230759 +KWT,MEA,HIC,2014,11574.168,2923.4614,103.7813,244311 +KWT,MEA,HIC,2015,,,102.5897,258186 +KWT,MEA,HIC,2016,,,100.5322,269592 +KWT,MEA,HIC,2017,,,95.688797,283009 +KWT,MEA,HIC,2018,,,92.360268,293151 +LAO,EAS,LMC,1960,,,, +LAO,EAS,LMC,1961,,,, +LAO,EAS,LMC,1962,,,, +LAO,EAS,LMC,1963,,,, +LAO,EAS,LMC,1964,,,, +LAO,EAS,LMC,1965,,,, +LAO,EAS,LMC,1966,,,, +LAO,EAS,LMC,1967,,,, +LAO,EAS,LMC,1968,,,, +LAO,EAS,LMC,1969,,,, +LAO,EAS,LMC,1970,,,,412077 +LAO,EAS,LMC,1971,,,58.130859,421124 +LAO,EAS,LMC,1972,,,61.628551,432900 +LAO,EAS,LMC,1973,,,61.459229,445933 +LAO,EAS,LMC,1974,,,,459034 +LAO,EAS,LMC,1975,,,,470776 +LAO,EAS,LMC,1976,,,66.050171,480129 +LAO,EAS,LMC,1977,,,99.229721,417640 +LAO,EAS,LMC,1978,,,98.944862,428855 +LAO,EAS,LMC,1979,,,102.6969,439949 +LAO,EAS,LMC,1980,,,102.61104,451314 +LAO,EAS,LMC,1981,,,103.54049,462902 +LAO,EAS,LMC,1982,,,101.27208,474502 +LAO,EAS,LMC,1983,,,98.784683,486792 +LAO,EAS,LMC,1984,,,97.386803,498781 +LAO,EAS,LMC,1985,,,97.189331,509706 +LAO,EAS,LMC,1986,,,100.71997,519606 +LAO,EAS,LMC,1987,,,,532107 +LAO,EAS,LMC,1988,,,102.40617,545684 +LAO,EAS,LMC,1989,,,,559913 +LAO,EAS,LMC,1990,,,98.127899,574457 +LAO,EAS,LMC,1991,,,97.877487,588973 +LAO,EAS,LMC,1992,,69.668633,95.683159,607045 +LAO,EAS,LMC,1993,,,101.61018,627386 +LAO,EAS,LMC,1994,,,104.89138,649525 +LAO,EAS,LMC,1995,,,105.74585,672497 +LAO,EAS,LMC,1996,,130.30151,109.18238,694506 +LAO,EAS,LMC,1997,137.85954,108.40379,109.85048,716691 +LAO,EAS,LMC,1998,,,111.33689,739087 +LAO,EAS,LMC,1999,,,109.05239,760612 +LAO,EAS,LMC,2000,,,106.9684,779520 +LAO,EAS,LMC,2001,,,104.66928,793771 +LAO,EAS,LMC,2002,238.65744,203.54066,106.2496,805499 +LAO,EAS,LMC,2003,,,108.46707,809605 +LAO,EAS,LMC,2004,,,110.12834,805366 +LAO,EAS,LMC,2005,327.5657,291.8024,112.36957,794088 +LAO,EAS,LMC,2006,,,114.49256,779519 +LAO,EAS,LMC,2007,,,116.24633,767131 +LAO,EAS,LMC,2008,,,118.97644,756645 +LAO,EAS,LMC,2009,185.7532,168.82738,121.36459,747896 +LAO,EAS,LMC,2010,246.40103,225.78735,123.4321,740625 +LAO,EAS,LMC,2011,209.34737,188.43839,122.0938,734268 +LAO,EAS,LMC,2012,297.72708,263.17227,120.7501,728774 +LAO,EAS,LMC,2013,545.36578,478.9855,119.9385,728259 +LAO,EAS,LMC,2014,528.62616,460.3768,118.0752,732652 +LAO,EAS,LMC,2015,,,113.9656,740680 +LAO,EAS,LMC,2016,,,109.6518,749395 +LAO,EAS,LMC,2017,,,106.0174,755820 +LAO,EAS,LMC,2018,,,102.361,760609 +LBN,MEA,UMC,1960,,,, +LBN,MEA,UMC,1961,,,, +LBN,MEA,UMC,1962,,,, +LBN,MEA,UMC,1963,,,, +LBN,MEA,UMC,1964,,,, +LBN,MEA,UMC,1965,,,, +LBN,MEA,UMC,1966,,,, +LBN,MEA,UMC,1967,,,, +LBN,MEA,UMC,1968,,,, +LBN,MEA,UMC,1969,,,, +LBN,MEA,UMC,1970,,,,315213 +LBN,MEA,UMC,1971,,,135.93434,320044 +LBN,MEA,UMC,1972,,,,325446 +LBN,MEA,UMC,1973,,,,330544 +LBN,MEA,UMC,1974,,,134.06473,334366 +LBN,MEA,UMC,1975,,,,336045 +LBN,MEA,UMC,1976,,,,335563 +LBN,MEA,UMC,1977,,,,335233 +LBN,MEA,UMC,1978,,,114.0748,334088 +LBN,MEA,UMC,1979,,,,332851 +LBN,MEA,UMC,1980,,,117.20682,332343 +LBN,MEA,UMC,1981,,,122.25191,332839 +LBN,MEA,UMC,1982,,,119.43166,330047 +LBN,MEA,UMC,1983,,,113.18142,328399 +LBN,MEA,UMC,1984,,,,327315 +LBN,MEA,UMC,1985,,,95.052834,326045 +LBN,MEA,UMC,1986,,,,324134 +LBN,MEA,UMC,1987,,,,321869 +LBN,MEA,UMC,1988,,,,318894 +LBN,MEA,UMC,1989,,,,315583 +LBN,MEA,UMC,1990,,,,312492 +LBN,MEA,UMC,1991,,,,309845 +LBN,MEA,UMC,1992,,,,309613 +LBN,MEA,UMC,1993,,344.98517,,310819 +LBN,MEA,UMC,1994,,415.60229,,312323 +LBN,MEA,UMC,1995,,723.8208,,313028 +LBN,MEA,UMC,1996,,722.42194,,312705 +LBN,MEA,UMC,1997,,,,311966 +LBN,MEA,UMC,1998,,,,310071 +LBN,MEA,UMC,1999,,,,308433 +LBN,MEA,UMC,2000,,,,308558 +LBN,MEA,UMC,2001,,,,372755 +LBN,MEA,UMC,2002,,,,394823 +LBN,MEA,UMC,2003,,,,419718 +LBN,MEA,UMC,2004,,,,443255 +LBN,MEA,UMC,2005,,,,460308 +LBN,MEA,UMC,2006,,,,467968 +LBN,MEA,UMC,2007,,,,463982 +LBN,MEA,UMC,2008,,,,455639 +LBN,MEA,UMC,2009,,,,446584 +LBN,MEA,UMC,2010,,,,441007 +LBN,MEA,UMC,2011,,,,440466 +LBN,MEA,UMC,2012,,,,460068 +LBN,MEA,UMC,2013,,,,484694 +LBN,MEA,UMC,2014,,,,509919 +LBN,MEA,UMC,2015,,,,530960 +LBN,MEA,UMC,2016,,,,546214 +LBN,MEA,UMC,2017,,,,538202 +LBN,MEA,UMC,2018,,,,529021 +LBR,SSF,LIC,1960,,,, +LBR,SSF,LIC,1961,,,, +LBR,SSF,LIC,1962,,,, +LBR,SSF,LIC,1963,,,, +LBR,SSF,LIC,1964,,,, +LBR,SSF,LIC,1965,,,, +LBR,SSF,LIC,1966,,,, +LBR,SSF,LIC,1967,,,, +LBR,SSF,LIC,1968,,,, +LBR,SSF,LIC,1969,,,, +LBR,SSF,LIC,1970,,,37.021118,219956 +LBR,SSF,LIC,1971,,,38.306568,225338 +LBR,SSF,LIC,1972,,,39.418201,232329 +LBR,SSF,LIC,1973,,,,239786 +LBR,SSF,LIC,1974,,,,247392 +LBR,SSF,LIC,1975,,,41.5191,254839 +LBR,SSF,LIC,1976,,,38.994331,261878 +LBR,SSF,LIC,1977,,,,270587 +LBR,SSF,LIC,1978,,,47.311531,279968 +LBR,SSF,LIC,1979,,,47.446869,289865 +LBR,SSF,LIC,1980,,,50.143909,300115 +LBR,SSF,LIC,1981,,,,310350 +LBR,SSF,LIC,1982,,,,310834 +LBR,SSF,LIC,1983,,,,324068 +LBR,SSF,LIC,1984,,,40.53793,336653 +LBR,SSF,LIC,1985,,,,346720 +LBR,SSF,LIC,1986,,,,353043 +LBR,SSF,LIC,1987,,,,355060 +LBR,SSF,LIC,1988,,,,354624 +LBR,SSF,LIC,1989,,,,352321 +LBR,SSF,LIC,1990,,,,348669 +LBR,SSF,LIC,1991,,,,343915 +LBR,SSF,LIC,1992,,,,339099 +LBR,SSF,LIC,1993,,,,334517 +LBR,SSF,LIC,1994,,,,331815 +LBR,SSF,LIC,1995,,,,333002 +LBR,SSF,LIC,1996,,,,338490 +LBR,SSF,LIC,1997,,,,363130 +LBR,SSF,LIC,1998,,,78.588852,387467 +LBR,SSF,LIC,1999,,,98.16748,414555 +LBR,SSF,LIC,2000,,,116.3043,439213 +LBR,SSF,LIC,2001,,,,458769 +LBR,SSF,LIC,2002,,,,472705 +LBR,SSF,LIC,2003,,,,483691 +LBR,SSF,LIC,2004,,,,494467 +LBR,SSF,LIC,2005,,,,508334 +LBR,SSF,LIC,2006,,,95.138832,526520 +LBR,SSF,LIC,2007,,23.15613,,550299 +LBR,SSF,LIC,2008,,,95.809242,577416 +LBR,SSF,LIC,2009,,,102.36359,605867 +LBR,SSF,LIC,2010,,,,633039 +LBR,SSF,LIC,2011,,,105.1211,657177 +LBR,SSF,LIC,2012,,26.96307,,679024 +LBR,SSF,LIC,2013,,,,697651 +LBR,SSF,LIC,2014,,,97.422493,713514 +LBR,SSF,LIC,2015,,,95.33271,727397 +LBR,SSF,LIC,2016,,,89.470207,740109 +LBR,SSF,LIC,2017,,,85.109192,753782 +LBR,SSF,LIC,2018,,,,767261 +LBY,MEA,UMC,1960,,,, +LBY,MEA,UMC,1961,,,, +LBY,MEA,UMC,1962,,,, +LBY,MEA,UMC,1963,,,, +LBY,MEA,UMC,1964,,,, +LBY,MEA,UMC,1965,,,, +LBY,MEA,UMC,1966,,,, +LBY,MEA,UMC,1967,,,, +LBY,MEA,UMC,1968,,,, +LBY,MEA,UMC,1969,,,, +LBY,MEA,UMC,1970,,,,327479 +LBY,MEA,UMC,1971,,,101.21028,346037 +LBY,MEA,UMC,1972,,,111.37801,366145 +LBY,MEA,UMC,1973,,,117.16363,388729 +LBY,MEA,UMC,1974,,,118.23338,413489 +LBY,MEA,UMC,1975,,,118.77329,439891 +LBY,MEA,UMC,1976,,,119.11441,466920 +LBY,MEA,UMC,1977,,,115.69593,494160 +LBY,MEA,UMC,1978,,,110.39894,520630 +LBY,MEA,UMC,1979,,,115.42192,546190 +LBY,MEA,UMC,1980,,,113.02891,570815 +LBY,MEA,UMC,1981,,,111.50001,594478 +LBY,MEA,UMC,1982,,,,616852 +LBY,MEA,UMC,1983,,,113.0615,638334 +LBY,MEA,UMC,1984,,,,658023 +LBY,MEA,UMC,1985,,,,674779 +LBY,MEA,UMC,1986,,,108.81782,688061 +LBY,MEA,UMC,1987,,,,703225 +LBY,MEA,UMC,1988,,,,714781 +LBY,MEA,UMC,1989,,,,723157 +LBY,MEA,UMC,1990,,,,729258 +LBY,MEA,UMC,1991,,,,734128 +LBY,MEA,UMC,1992,,,,738698 +LBY,MEA,UMC,1993,,,,744931 +LBY,MEA,UMC,1994,,,,752220 +LBY,MEA,UMC,1995,,,,759480 +LBY,MEA,UMC,1996,,,,765092 +LBY,MEA,UMC,1997,,,,769910 +LBY,MEA,UMC,1998,,,,769052 +LBY,MEA,UMC,1999,,,107.70978,762934 +LBY,MEA,UMC,2000,,,,752404 +LBY,MEA,UMC,2001,,,103.61096,739281 +LBY,MEA,UMC,2002,,,103.25083,726372 +LBY,MEA,UMC,2003,,,103.25196,715221 +LBY,MEA,UMC,2004,,,105.47325,705753 +LBY,MEA,UMC,2005,,,102.09305,697796 +LBY,MEA,UMC,2006,,,109.01269,691011 +LBY,MEA,UMC,2007,,,,686786 +LBY,MEA,UMC,2008,,,,683844 +LBY,MEA,UMC,2009,,,,681820 +LBY,MEA,UMC,2010,,,,680174 +LBY,MEA,UMC,2011,,,,678451 +LBY,MEA,UMC,2012,,,,679649 +LBY,MEA,UMC,2013,,,,681646 +LBY,MEA,UMC,2014,,,,685247 +LBY,MEA,UMC,2015,,,,691575 +LBY,MEA,UMC,2016,,,,700840 +LBY,MEA,UMC,2017,,,,706678 +LBY,MEA,UMC,2018,,,,715725 +LCA,LCN,UMC,1960,,,, +LCA,LCN,UMC,1961,,,, +LCA,LCN,UMC,1962,,,, +LCA,LCN,UMC,1963,,,, +LCA,LCN,UMC,1964,,,, +LCA,LCN,UMC,1965,,,, +LCA,LCN,UMC,1966,,,, +LCA,LCN,UMC,1967,,,, +LCA,LCN,UMC,1968,,,, +LCA,LCN,UMC,1969,,,, +LCA,LCN,UMC,1970,,,,23744 +LCA,LCN,UMC,1971,,,94.617241,24819 +LCA,LCN,UMC,1972,,,101.73628,24997 +LCA,LCN,UMC,1973,,,109.07199,24995 +LCA,LCN,UMC,1974,,,114.18585,24898 +LCA,LCN,UMC,1975,,,117.35517,24793 +LCA,LCN,UMC,1976,,,120.63755,24758 +LCA,LCN,UMC,1977,,,124.19212,24885 +LCA,LCN,UMC,1978,,,124.65819,24948 +LCA,LCN,UMC,1979,,,126.06656,24946 +LCA,LCN,UMC,1980,,,122.991,24894 +LCA,LCN,UMC,1981,,,119.24037,24831 +LCA,LCN,UMC,1982,,,127.05763,24557 +LCA,LCN,UMC,1983,,,130.18999,24424 +LCA,LCN,UMC,1984,,,131.41373,24433 +LCA,LCN,UMC,1985,,,134.39661,24577 +LCA,LCN,UMC,1986,,,132.10822,24840 +LCA,LCN,UMC,1987,,,134.67744,24353 +LCA,LCN,UMC,1988,,,137.28189,23898 +LCA,LCN,UMC,1989,,,140.60709,23554 +LCA,LCN,UMC,1990,,,141.59155,23410 +LCA,LCN,UMC,1991,,,140.18263,23545 +LCA,LCN,UMC,1992,,,137.59912,23706 +LCA,LCN,UMC,1993,,,136.46274,23850 +LCA,LCN,UMC,1994,,41.276508,133.13873,23983 +LCA,LCN,UMC,1995,,,126.44021,24116 +LCA,LCN,UMC,1996,,,128.60854,24262 +LCA,LCN,UMC,1997,,,129.7345,24376 +LCA,LCN,UMC,1998,,,128.92522,24476 +LCA,LCN,UMC,1999,2857.2605,73.091583,104.31006,24528 +LCA,LCN,UMC,2000,,,103.49094,24496 +LCA,LCN,UMC,2001,,,104.66196,24353 +LCA,LCN,UMC,2002,,,103.57795,24104 +LCA,LCN,UMC,2003,1523.5333,37.437778,103.43913,23778 +LCA,LCN,UMC,2004,1633.0479,38.900829,101.99529,23382 +LCA,LCN,UMC,2005,,,102.91639,22928 +LCA,LCN,UMC,2006,,,107.30031,22412 +LCA,LCN,UMC,2007,,,100.56152,21870 +LCA,LCN,UMC,2008,,,, +LCA,LCN,UMC,2009,1631.7557,32.94025,, +LCA,LCN,UMC,2010,1899.4963,37.007889,, +LCA,LCN,UMC,2011,1925.8038,36.386139,, +LCA,LCN,UMC,2012,1783.803,32.415272,, +LCA,LCN,UMC,2013,1887.9333,35.911789,, +LCA,LCN,UMC,2014,1762.2776,35.794621,, +LCA,LCN,UMC,2015,1802.3396,34.645779,101.1424, +LCA,LCN,UMC,2016,2162.1611,35.593121,101.9087, +LCA,LCN,UMC,2017,1455.8284,34.516331,102.0014, +LCA,LCN,UMC,2018,,,102.5982, +LIE,ECS,HIC,1960,,,, +LIE,ECS,HIC,1961,,,, +LIE,ECS,HIC,1962,,,, +LIE,ECS,HIC,1963,,,, +LIE,ECS,HIC,1964,,,, +LIE,ECS,HIC,1965,,,, +LIE,ECS,HIC,1966,,,, +LIE,ECS,HIC,1967,,,, +LIE,ECS,HIC,1968,,,, +LIE,ECS,HIC,1969,,,, +LIE,ECS,HIC,1970,,,, +LIE,ECS,HIC,1971,,,, +LIE,ECS,HIC,1972,,,, +LIE,ECS,HIC,1973,,,, +LIE,ECS,HIC,1974,,,, +LIE,ECS,HIC,1975,,,, +LIE,ECS,HIC,1976,,,, +LIE,ECS,HIC,1977,,,, +LIE,ECS,HIC,1978,,,, +LIE,ECS,HIC,1979,,,, +LIE,ECS,HIC,1980,,,, +LIE,ECS,HIC,1981,,,, +LIE,ECS,HIC,1982,,,, +LIE,ECS,HIC,1983,,,, +LIE,ECS,HIC,1984,,,, +LIE,ECS,HIC,1985,,,, +LIE,ECS,HIC,1986,,,, +LIE,ECS,HIC,1987,,,, +LIE,ECS,HIC,1988,,,, +LIE,ECS,HIC,1989,,,, +LIE,ECS,HIC,1990,,,, +LIE,ECS,HIC,1991,,,, +LIE,ECS,HIC,1992,,,, +LIE,ECS,HIC,1993,,,, +LIE,ECS,HIC,1994,,,, +LIE,ECS,HIC,1995,,,, +LIE,ECS,HIC,1996,,,, +LIE,ECS,HIC,1997,,,, +LIE,ECS,HIC,1998,,,, +LIE,ECS,HIC,1999,,,, +LIE,ECS,HIC,2000,,,, +LIE,ECS,HIC,2001,,,, +LIE,ECS,HIC,2002,,,, +LIE,ECS,HIC,2003,,,106.1244,2090 +LIE,ECS,HIC,2004,,,109.15222,2076 +LIE,ECS,HIC,2005,,,106.81277, +LIE,ECS,HIC,2006,,,107.51196,2090 +LIE,ECS,HIC,2007,,,107.11217,2095 +LIE,ECS,HIC,2008,,,105.52567,2045 +LIE,ECS,HIC,2009,,,105.69871,2018 +LIE,ECS,HIC,2010,,,105.4592,1960 +LIE,ECS,HIC,2011,,,104.9505,1919 +LIE,ECS,HIC,2012,,,103.828,1907 +LIE,ECS,HIC,2013,,,,1897 +LIE,ECS,HIC,2014,,,102.661,1879 +LIE,ECS,HIC,2015,,,105.6654,1871 +LIE,ECS,HIC,2016,,,105.491,1894 +LIE,ECS,HIC,2017,,,,1915 +LIE,ECS,HIC,2018,,,, +LKA,SAS,UMC,1960,,,, +LKA,SAS,UMC,1961,,,, +LKA,SAS,UMC,1962,,,, +LKA,SAS,UMC,1963,,,, +LKA,SAS,UMC,1964,,,, +LKA,SAS,UMC,1965,,,, +LKA,SAS,UMC,1966,,,, +LKA,SAS,UMC,1967,,,, +LKA,SAS,UMC,1968,,,, +LKA,SAS,UMC,1969,,,, +LKA,SAS,UMC,1970,,,101.31475,1649734 +LKA,SAS,UMC,1971,,,103.13616,1659823 +LKA,SAS,UMC,1972,,,93.40667,1675003 +LKA,SAS,UMC,1973,,,90.800148,1695446 +LKA,SAS,UMC,1974,,,85.548508,1718671 +LKA,SAS,UMC,1975,,,82.5877,1739120 +LKA,SAS,UMC,1976,,,81.90345,1757302 +LKA,SAS,UMC,1977,,,86.773956,1765885 +LKA,SAS,UMC,1978,,,110.09864,1764439 +LKA,SAS,UMC,1979,,,114.03394,1755762 +LKA,SAS,UMC,1980,,,119.18016,1746418 +LKA,SAS,UMC,1981,,,122.20837,1745071 +LKA,SAS,UMC,1982,,,122.13261,1754207 +LKA,SAS,UMC,1983,,,121.29192,1775662 +LKA,SAS,UMC,1984,,,120.97483,1807727 +LKA,SAS,UMC,1985,,,121.70139,1842908 +LKA,SAS,UMC,1986,,,123.22002,1870426 +LKA,SAS,UMC,1987,,,107.5614,1894316 +LKA,SAS,UMC,1988,,,108.99371,1912289 +LKA,SAS,UMC,1989,,,110.04782,1922002 +LKA,SAS,UMC,1990,,,109.85135,1922962 +LKA,SAS,UMC,1991,,,109.90068,1922771 +LKA,SAS,UMC,1992,,,107.90998,1908663 +LKA,SAS,UMC,1993,,,107.11035,1879517 +LKA,SAS,UMC,1994,,,106.66702,1838413 +LKA,SAS,UMC,1995,,,109.4535,1793489 +LKA,SAS,UMC,1996,,,105.06209,1755566 +LKA,SAS,UMC,1997,,,,1723096 +LKA,SAS,UMC,1998,,,106.99393,1684746 +LKA,SAS,UMC,1999,,,,1669764 +LKA,SAS,UMC,2000,,,,1651987 +LKA,SAS,UMC,2001,,,107.79471,1640208 +LKA,SAS,UMC,2002,,,106.04553,1630702 +LKA,SAS,UMC,2003,,,102.78082,1622881 +LKA,SAS,UMC,2004,,,97.652672,1617665 +LKA,SAS,UMC,2005,,,99.565086,1616795 +LKA,SAS,UMC,2006,,,98.903374,1628399 +LKA,SAS,UMC,2007,,,98.288521,1648116 +LKA,SAS,UMC,2008,,,97.277252,1674630 +LKA,SAS,UMC,2009,618.0968,1000.8496,94.907204,1702986 +LKA,SAS,UMC,2010,450.98468,799.37622,99.503288,1725873 +LKA,SAS,UMC,2011,472.5657,882.02893,99.52459,1740120 +LKA,SAS,UMC,2012,434.16589,785.96564,99.953911,1750849 +LKA,SAS,UMC,2013,479.34738,847.16113,100.6436,1756496 +LKA,SAS,UMC,2014,726.81061,1322.0718,101.3597,1755989 +LKA,SAS,UMC,2015,879.99469,1580.402,101.6615,1748856 +LKA,SAS,UMC,2016,1405.1946,3173.7991,101.474,1737551 +LKA,SAS,UMC,2017,1273.0812,2528.769,100.6327,1715019 +LKA,SAS,UMC,2018,,,,1682221 +LSO,SSF,LMC,1960,,,, +LSO,SSF,LMC,1961,,,, +LSO,SSF,LMC,1962,,,, +LSO,SSF,LMC,1963,,,, +LSO,SSF,LMC,1964,,,, +LSO,SSF,LMC,1965,,,, +LSO,SSF,LMC,1966,,,, +LSO,SSF,LMC,1967,,,, +LSO,SSF,LMC,1968,,,, +LSO,SSF,LMC,1969,,,, +LSO,SSF,LMC,1970,,,87.44809,197398 +LSO,SSF,LMC,1971,,,83.74353,201692 +LSO,SSF,LMC,1972,,,84.211227,206364 +LSO,SSF,LMC,1973,,,87.25679,211344 +LSO,SSF,LMC,1974,,,98.803238,216484 +LSO,SSF,LMC,1975,,,97.845749,221572 +LSO,SSF,LMC,1976,,,95.112503,226911 +LSO,SSF,LMC,1977,,,93.81691,233003 +LSO,SSF,LMC,1978,,,91.78257,239585 +LSO,SSF,LMC,1979,,,91.603783,246254 +LSO,SSF,LMC,1980,,,92.34082,252596 +LSO,SSF,LMC,1981,,,94.584801,260197 +LSO,SSF,LMC,1982,,,98.248497,268363 +LSO,SSF,LMC,1983,,,99.198097,276645 +LSO,SSF,LMC,1984,,,98.92852,284517 +LSO,SSF,LMC,1985,,,101.64146,291451 +LSO,SSF,LMC,1986,,,100.4868,296761 +LSO,SSF,LMC,1987,,,101.6644,302423 +LSO,SSF,LMC,1988,,,103.0612,308418 +LSO,SSF,LMC,1989,,,101.44098,314708 +LSO,SSF,LMC,1990,,,99.914467,321163 +LSO,SSF,LMC,1991,,,100.75494,326117 +LSO,SSF,LMC,1992,,,99.451813,330873 +LSO,SSF,LMC,1993,,125.27456,95.726723,335024 +LSO,SSF,LMC,1994,,97.88662,98.07032,338172 +LSO,SSF,LMC,1995,,132.63503,100.45843,340054 +LSO,SSF,LMC,1996,,,98.820358,342722 +LSO,SSF,LMC,1997,363.41599,136.1458,96.848511,345077 +LSO,SSF,LMC,1998,,,96.912979,347334 +LSO,SSF,LMC,1999,570.2265,210.71866,96.109039,349525 +LSO,SSF,LMC,2000,458.90948,167.47948,109.26045,351620 +LSO,SSF,LMC,2001,430.14145,176.67845,112.41045,352825 +LSO,SSF,LMC,2002,,,116.07323,354638 +LSO,SSF,LMC,2003,,,122.33116,356830 +LSO,SSF,LMC,2004,,,124.96166,358968 +LSO,SSF,LMC,2005,478.60568,204.36893,127.05478,360635 +LSO,SSF,LMC,2006,435.62347,183.95419,130.61411,361414 +LSO,SSF,LMC,2007,,,125.22777,360877 +LSO,SSF,LMC,2008,454.44046,182.20473,125.0694,358919 +LSO,SSF,LMC,2009,,,124.01169,355858 +LSO,SSF,LMC,2010,,,124.7468,351980 +LSO,SSF,LMC,2011,,,123.0952,348407 +LSO,SSF,LMC,2012,,,121.2893,345733 +LSO,SSF,LMC,2013,,,117.2039,344400 +LSO,SSF,LMC,2014,,,116.5858,344276 +LSO,SSF,LMC,2015,,,116.6345,345240 +LSO,SSF,LMC,2016,,,117.6953,347214 +LSO,SSF,LMC,2017,,,120.8975,351023 +LSO,SSF,LMC,2018,655.96613,241.35027,,356299 +LTU,ECS,HIC,1960,,,, +LTU,ECS,HIC,1961,,,, +LTU,ECS,HIC,1962,,,, +LTU,ECS,HIC,1963,,,, +LTU,ECS,HIC,1964,,,, +LTU,ECS,HIC,1965,,,, +LTU,ECS,HIC,1966,,,, +LTU,ECS,HIC,1967,,,, +LTU,ECS,HIC,1968,,,, +LTU,ECS,HIC,1969,,,, +LTU,ECS,HIC,1970,,,,236331 +LTU,ECS,HIC,1971,,,,236345 +LTU,ECS,HIC,1972,,,,235354 +LTU,ECS,HIC,1973,,,,233232 +LTU,ECS,HIC,1974,,,,229876 +LTU,ECS,HIC,1975,,,,225622 +LTU,ECS,HIC,1976,,,,221143 +LTU,ECS,HIC,1977,,,,217515 +LTU,ECS,HIC,1978,,,,215029 +LTU,ECS,HIC,1979,,,,214234 +LTU,ECS,HIC,1980,,,,215031 +LTU,ECS,HIC,1981,,,79.461708,216537 +LTU,ECS,HIC,1982,,,,217454 +LTU,ECS,HIC,1983,,,,217410 +LTU,ECS,HIC,1984,,,,216114 +LTU,ECS,HIC,1985,,,,213817 +LTU,ECS,HIC,1986,,,81.520111,211419 +LTU,ECS,HIC,1987,,,,210091 +LTU,ECS,HIC,1988,,,,210210 +LTU,ECS,HIC,1989,,,90.336403,212157 +LTU,ECS,HIC,1990,,,89.676178,215705 +LTU,ECS,HIC,1991,,,91.981812,219850 +LTU,ECS,HIC,1992,,,91.440697,221969 +LTU,ECS,HIC,1993,,,94.403,223334 +LTU,ECS,HIC,1994,,,96.050407,224023 +LTU,ECS,HIC,1995,,,98.894859,224045 +LTU,ECS,HIC,1996,,,100.15539,223315 +LTU,ECS,HIC,1997,,,101.02773,223405 +LTU,ECS,HIC,1998,,,100.09006,222078 +LTU,ECS,HIC,1999,,,102.84044,218631 +LTU,ECS,HIC,2000,,,103.14423,211530 +LTU,ECS,HIC,2001,,,103.1488,205189 +LTU,ECS,HIC,2002,,,103.10415,191518 +LTU,ECS,HIC,2003,2352.1294,431.71454,102.96309,178260 +LTU,ECS,HIC,2004,2645.8289,450.3624,103.97029,163716 +LTU,ECS,HIC,2005,2969.0439,476.65979,102.84456,153732 +LTU,ECS,HIC,2006,3318.7385,510.76208,102.02875,147431 +LTU,ECS,HIC,2007,3451.9104,518.71332,101.10445,142243 +LTU,ECS,HIC,2008,4079.3616,578.9574,99.499268,136402 +LTU,ECS,HIC,2009,3819.4041,494.76157,99.949829,129561 +LTU,ECS,HIC,2010,4947.0845,615.70471,100.4215,121944 +LTU,ECS,HIC,2011,4867.0557,575.22375,101.2518,114152 +LTU,ECS,HIC,2012,4873.1001,556.95831,101.8544,109361 +LTU,ECS,HIC,2013,4978.8369,557.14679,101.7546,107148 +LTU,ECS,HIC,2014,5056.4087,558.41571,101.5756,106438 +LTU,ECS,HIC,2015,5278.5776,584.16522,102.0893,105827 +LTU,ECS,HIC,2016,,,102.8918,107096 +LTU,ECS,HIC,2017,,,103.8747,109633 +LTU,ECS,HIC,2018,,,, +LUX,ECS,HIC,1960,,,, +LUX,ECS,HIC,1961,,,, +LUX,ECS,HIC,1962,,,, +LUX,ECS,HIC,1963,,,, +LUX,ECS,HIC,1964,,,, +LUX,ECS,HIC,1965,,,, +LUX,ECS,HIC,1966,,,, +LUX,ECS,HIC,1967,,,, +LUX,ECS,HIC,1968,,,, +LUX,ECS,HIC,1969,,,, +LUX,ECS,HIC,1970,,,116.25788,30945 +LUX,ECS,HIC,1971,,,110.81515,31160 +LUX,ECS,HIC,1972,,,110.15857,31343 +LUX,ECS,HIC,1973,,,107.77265,31405 +LUX,ECS,HIC,1974,,,110.0335,31345 +LUX,ECS,HIC,1975,,,95.50547,31149 +LUX,ECS,HIC,1976,,,95.462059,30829 +LUX,ECS,HIC,1977,,,95.03421,30549 +LUX,ECS,HIC,1978,,,94.656158,30072 +LUX,ECS,HIC,1979,,,93.574608,29399 +LUX,ECS,HIC,1980,,,89.681259,28550 +LUX,ECS,HIC,1981,,,89.1931,27612 +LUX,ECS,HIC,1982,,,89.765022,26556 +LUX,ECS,HIC,1983,,,88.714073,25678 +LUX,ECS,HIC,1984,,,87.768547,25042 +LUX,ECS,HIC,1985,,,,24694 +LUX,ECS,HIC,1986,,,89.377693,24618 +LUX,ECS,HIC,1987,,,88.92804,24693 +LUX,ECS,HIC,1988,,,94.045464,24855 +LUX,ECS,HIC,1989,,,,25107 +LUX,ECS,HIC,1990,,,,25442 +LUX,ECS,HIC,1991,,,90.76667,25852 +LUX,ECS,HIC,1992,,,,26361 +LUX,ECS,HIC,1993,,,,26956 +LUX,ECS,HIC,1994,,,102.09585,27626 +LUX,ECS,HIC,1995,,533.06787,95.503761,28357 +LUX,ECS,HIC,1996,,527.88361,95.506622,29154 +LUX,ECS,HIC,1997,,,95.113388,29898 +LUX,ECS,HIC,1998,,,94.750214,30706 +LUX,ECS,HIC,1999,,,99.790863,31558 +LUX,ECS,HIC,2000,,,100.14192,32412 +LUX,ECS,HIC,2001,,,100.12943,33223 +LUX,ECS,HIC,2002,,,100.31602,33859 +LUX,ECS,HIC,2003,,,99.410789,34283 +LUX,ECS,HIC,2004,,,100.1534,34550 +LUX,ECS,HIC,2005,,,100.80898,34735 +LUX,ECS,HIC,2006,,,101.46625,34919 +LUX,ECS,HIC,2007,,,101.52278,35130 +LUX,ECS,HIC,2008,15664.323,558.11981,100.57301,35412 +LUX,ECS,HIC,2009,,659.69177,,35732 +LUX,ECS,HIC,2010,24007.973,844.76855,97.565514,36047 +LUX,ECS,HIC,2011,24369.955,855.36102,96.553146,36352 +LUX,ECS,HIC,2012,20229.719,715.08008,97.175087,36474 +LUX,ECS,HIC,2013,19138.494,677.31128,96.835342,36514 +LUX,ECS,HIC,2014,19585.908,692.32269,97.523048,36488 +LUX,ECS,HIC,2015,19782.572,715.24548,98.972252,36420 +LUX,ECS,HIC,2016,,,100.7898,36339 +LUX,ECS,HIC,2017,,,102.2859,36799 +LUX,ECS,HIC,2018,,,,37204 +LVA,ECS,HIC,1960,,,, +LVA,ECS,HIC,1961,,,, +LVA,ECS,HIC,1962,,,, +LVA,ECS,HIC,1963,,,, +LVA,ECS,HIC,1964,,,, +LVA,ECS,HIC,1965,,,, +LVA,ECS,HIC,1966,,,, +LVA,ECS,HIC,1967,,,, +LVA,ECS,HIC,1968,,,, +LVA,ECS,HIC,1969,,,, +LVA,ECS,HIC,1970,,,,141932 +LVA,ECS,HIC,1971,,,,142510 +LVA,ECS,HIC,1972,,,,142759 +LVA,ECS,HIC,1973,,,,141374 +LVA,ECS,HIC,1974,,,,138584 +LVA,ECS,HIC,1975,,,,135005 +LVA,ECS,HIC,1976,,,,131547 +LVA,ECS,HIC,1977,,,,129460 +LVA,ECS,HIC,1978,,,,128619 +LVA,ECS,HIC,1979,,,,130015 +LVA,ECS,HIC,1980,,,,133646 +LVA,ECS,HIC,1981,,,102.25594,138257 +LVA,ECS,HIC,1982,,,99.385033,142608 +LVA,ECS,HIC,1983,,,97.430603,145092 +LVA,ECS,HIC,1984,,,97.025223,145120 +LVA,ECS,HIC,1985,,,98.469269,143004 +LVA,ECS,HIC,1986,,,100.39303,140193 +LVA,ECS,HIC,1987,,,118.62294,138571 +LVA,ECS,HIC,1988,,,119.23466,138500 +LVA,ECS,HIC,1989,,,118.15614,140553 +LVA,ECS,HIC,1990,,,93.896019,144545 +LVA,ECS,HIC,1991,,,96.038223,149251 +LVA,ECS,HIC,1992,,,95.978416,152378 +LVA,ECS,HIC,1993,,,88.704773,154553 +LVA,ECS,HIC,1994,,,84.69664,155920 +LVA,ECS,HIC,1995,,,84.626488,156529 +LVA,ECS,HIC,1996,,,89.538818,156273 +LVA,ECS,HIC,1997,,,94.511787,155169 +LVA,ECS,HIC,1998,1957.8032,287.11185,96.51265,151949 +LVA,ECS,HIC,1999,2134.9707,301.90195,100.42683,145901 +LVA,ECS,HIC,2000,2335.1494,315.05603,101.69978,132664 +LVA,ECS,HIC,2001,2437.696,318.41519,103.41183,121489 +LVA,ECS,HIC,2002,2998.0022,341.54141,104.02027,109520 +LVA,ECS,HIC,2003,2966.6841,306.63348,105.01615,98422 +LVA,ECS,HIC,2004,3266.1533,301.96567,105.49058,87641 +LVA,ECS,HIC,2005,,,104.84398,80471 +LVA,ECS,HIC,2006,7172.4482,565.16022,104.26199,75575 +LVA,ECS,HIC,2007,4955.249,601.29468,104.21336,116439 +LVA,ECS,HIC,2008,6092.7173,723.38696,103.5486,113115 +LVA,ECS,HIC,2009,5840.5122,674.77545,102.9181,110997 +LVA,ECS,HIC,2010,4961.6016,597.19208,102.9586,110424 +LVA,ECS,HIC,2011,5126.0303,598.63782,102.2857,111128 +LVA,ECS,HIC,2012,7266.4399,847.56464,101.0487,112233 +LVA,ECS,HIC,2013,8373.2871,980.81219,100.388,113650 +LVA,ECS,HIC,2014,6231.3345,756.23187,99.820602,114829 +LVA,ECS,HIC,2015,6550.3667,787.7276,99.393318,118019 +LVA,ECS,HIC,2016,,,99.198547,121280 +LVA,ECS,HIC,2017,,,99.367844,122279 +LVA,ECS,HIC,2018,,,, +MAC,EAS,HIC,1960,,,, +MAC,EAS,HIC,1961,,,, +MAC,EAS,HIC,1962,,,, +MAC,EAS,HIC,1963,,,, +MAC,EAS,HIC,1964,,,, +MAC,EAS,HIC,1965,,,, +MAC,EAS,HIC,1966,,,, +MAC,EAS,HIC,1967,,,, +MAC,EAS,HIC,1968,,,, +MAC,EAS,HIC,1969,,,, +MAC,EAS,HIC,1970,,,,43853 +MAC,EAS,HIC,1971,,,57.551109,43530 +MAC,EAS,HIC,1972,,,57.613541,41065 +MAC,EAS,HIC,1973,,,60.973679,37877 +MAC,EAS,HIC,1974,,,58.862091,34326 +MAC,EAS,HIC,1975,,,64.142319,30833 +MAC,EAS,HIC,1976,,,74.889961,27718 +MAC,EAS,HIC,1977,,,98.128799,25171 +MAC,EAS,HIC,1978,,,96.004089,23498 +MAC,EAS,HIC,1979,,,106.30944,22711 +MAC,EAS,HIC,1980,,,,22780 +MAC,EAS,HIC,1981,,,,23531 +MAC,EAS,HIC,1982,,,,23915 +MAC,EAS,HIC,1983,,,,23892 +MAC,EAS,HIC,1984,,,,23422 +MAC,EAS,HIC,1985,,,,22481 +MAC,EAS,HIC,1986,,,,21301 +MAC,EAS,HIC,1987,,,,21265 +MAC,EAS,HIC,1988,,,,22610 +MAC,EAS,HIC,1989,,,126.66984,25251 +MAC,EAS,HIC,1990,,,113.78083,29001 +MAC,EAS,HIC,1991,,,105.31514,33254 +MAC,EAS,HIC,1992,,,103.85849,36509 +MAC,EAS,HIC,1993,,,104.26656,39043 +MAC,EAS,HIC,1994,,,,40892 +MAC,EAS,HIC,1995,,,,42132 +MAC,EAS,HIC,1996,,,,42910 +MAC,EAS,HIC,1997,,,,44276 +MAC,EAS,HIC,1998,,184.55649,,45284 +MAC,EAS,HIC,1999,,,102.66217,45737 +MAC,EAS,HIC,2000,3417.4158,161.51392,104.06694,45474 +MAC,EAS,HIC,2001,,,102.62501,44554 +MAC,EAS,HIC,2002,3105.3721,137.77914,102.93722,43154 +MAC,EAS,HIC,2003,4036.7825,169.20981,101.18525,41478 +MAC,EAS,HIC,2004,,,100.94177,39559 +MAC,EAS,HIC,2005,,,99.978607,37471 +MAC,EAS,HIC,2006,,,98.541969,35315 +MAC,EAS,HIC,2007,,,99.993927,32975 +MAC,EAS,HIC,2008,,,99.41629,30650 +MAC,EAS,HIC,2009,,,96.262703,28445 +MAC,EAS,HIC,2010,,,94.925041,26449 +MAC,EAS,HIC,2011,,,94.651604,24748 +MAC,EAS,HIC,2012,,,94.54348,23428 +MAC,EAS,HIC,2013,,,95.171028,22687 +MAC,EAS,HIC,2014,,,97.372124,22660 +MAC,EAS,HIC,2015,,,99.344582,23458 +MAC,EAS,HIC,2016,,,101.5285,24977 +MAC,EAS,HIC,2017,,,101.4303,26925 +MAC,EAS,HIC,2018,,,100.4094,28957 +MAF,LCN,HIC,1960,,,, +MAF,LCN,HIC,1961,,,, +MAF,LCN,HIC,1962,,,, +MAF,LCN,HIC,1963,,,, +MAF,LCN,HIC,1964,,,, +MAF,LCN,HIC,1965,,,, +MAF,LCN,HIC,1966,,,, +MAF,LCN,HIC,1967,,,, +MAF,LCN,HIC,1968,,,, +MAF,LCN,HIC,1969,,,, +MAF,LCN,HIC,1970,,,, +MAF,LCN,HIC,1971,,,, +MAF,LCN,HIC,1972,,,, +MAF,LCN,HIC,1973,,,, +MAF,LCN,HIC,1974,,,, +MAF,LCN,HIC,1975,,,, +MAF,LCN,HIC,1976,,,, +MAF,LCN,HIC,1977,,,, +MAF,LCN,HIC,1978,,,, +MAF,LCN,HIC,1979,,,, +MAF,LCN,HIC,1980,,,, +MAF,LCN,HIC,1981,,,, +MAF,LCN,HIC,1982,,,, +MAF,LCN,HIC,1983,,,, +MAF,LCN,HIC,1984,,,, +MAF,LCN,HIC,1985,,,, +MAF,LCN,HIC,1986,,,, +MAF,LCN,HIC,1987,,,, +MAF,LCN,HIC,1988,,,, +MAF,LCN,HIC,1989,,,, +MAF,LCN,HIC,1990,,,, +MAF,LCN,HIC,1991,,,, +MAF,LCN,HIC,1992,,,, +MAF,LCN,HIC,1993,,,, +MAF,LCN,HIC,1994,,,, +MAF,LCN,HIC,1995,,,, +MAF,LCN,HIC,1996,,,, +MAF,LCN,HIC,1997,,,, +MAF,LCN,HIC,1998,,,, +MAF,LCN,HIC,1999,,,, +MAF,LCN,HIC,2000,,,, +MAF,LCN,HIC,2001,,,, +MAF,LCN,HIC,2002,,,, +MAF,LCN,HIC,2003,,,, +MAF,LCN,HIC,2004,,,, +MAF,LCN,HIC,2005,,,, +MAF,LCN,HIC,2006,,,, +MAF,LCN,HIC,2007,,,, +MAF,LCN,HIC,2008,,,, +MAF,LCN,HIC,2009,,,, +MAF,LCN,HIC,2010,,,, +MAF,LCN,HIC,2011,,,, +MAF,LCN,HIC,2012,,,, +MAF,LCN,HIC,2013,,,, +MAF,LCN,HIC,2014,,,, +MAF,LCN,HIC,2015,,,, +MAF,LCN,HIC,2016,,,, +MAF,LCN,HIC,2017,,,, +MAF,LCN,HIC,2018,,,, +MAR,MEA,LMC,1960,,,, +MAR,MEA,LMC,1961,,,, +MAR,MEA,LMC,1962,,,, +MAR,MEA,LMC,1963,,,, +MAR,MEA,LMC,1964,,,, +MAR,MEA,LMC,1965,,,, +MAR,MEA,LMC,1966,,,, +MAR,MEA,LMC,1967,,,, +MAR,MEA,LMC,1968,,,, +MAR,MEA,LMC,1969,,,, +MAR,MEA,LMC,1970,,,,2356388 +MAR,MEA,LMC,1971,,,48.583031,2418961 +MAR,MEA,LMC,1972,,,49.772518,2474916 +MAR,MEA,LMC,1973,,,50.458149,2528280 +MAR,MEA,LMC,1974,,,51.962742,2574520 +MAR,MEA,LMC,1975,,,54.181709,2609527 +MAR,MEA,LMC,1976,,,58.816929,2631264 +MAR,MEA,LMC,1977,,,62.917431,2651008 +MAR,MEA,LMC,1978,,,67.067482,2675134 +MAR,MEA,LMC,1979,,,71.316803,2700330 +MAR,MEA,LMC,1980,,,75.381012,2723168 +MAR,MEA,LMC,1981,,,79.286636,2741387 +MAR,MEA,LMC,1982,,,83.649208,2763398 +MAR,MEA,LMC,1983,,,87.438606,2796498 +MAR,MEA,LMC,1984,,,87.248444,2839615 +MAR,MEA,LMC,1985,,,78.926727,2891466 +MAR,MEA,LMC,1986,,,77.460548,2948493 +MAR,MEA,LMC,1987,,,74.351433,3002800 +MAR,MEA,LMC,1988,,,71.128418,3067517 +MAR,MEA,LMC,1989,,,67.380371,3140113 +MAR,MEA,LMC,1990,,1592.3162,67.43396,3215699 +MAR,MEA,LMC,1991,,1605.6931,63.934502,3894372 +MAR,MEA,LMC,1992,,,65.011124,3976235 +MAR,MEA,LMC,1993,,,67.701401,4040322 +MAR,MEA,LMC,1994,,,70.695763,4078470 +MAR,MEA,LMC,1995,,1901.4296,73.815071,4089362 +MAR,MEA,LMC,1996,,,76.565201,4070280 +MAR,MEA,LMC,1997,,,78.839333,4032350 +MAR,MEA,LMC,1998,871.37274,2835.7554,82.204857,3985188 +MAR,MEA,LMC,1999,799.89948,2769.2039,87.680702,3973242 +MAR,MEA,LMC,2000,836.10931,3068.1909,92.981827,3968082 +MAR,MEA,LMC,2001,827.87396,3180.6917,97.408661,3961163 +MAR,MEA,LMC,2002,855.05383,3445.1077,102.42845,3946087 +MAR,MEA,LMC,2003,870.74896,3571.0784,105.00376,3914685 +MAR,MEA,LMC,2004,906.17651,3688.3032,105.44494,3866309 +MAR,MEA,LMC,2005,1127.791,4536.6523,105.92903,3801931 +MAR,MEA,LMC,2006,1026.7119,4049.1785,105.87267,3728452 +MAR,MEA,LMC,2007,875.45929,3448.5891,107.74911,3658090 +MAR,MEA,LMC,2008,1033.5333,4008.7039,107.3729,3614232 +MAR,MEA,LMC,2009,1134.5007,4368.9556,107.17199,3596010 +MAR,MEA,LMC,2010,1245.126,4912.272,109.7062,3600889 +MAR,MEA,LMC,2011,1303.74,5216.6719,110.7425,3620764 +MAR,MEA,LMC,2012,1389.115,5579.9829,110.7162,3637161 +MAR,MEA,LMC,2013,1475.8474,5934.459,110.3045,3655155 +MAR,MEA,LMC,2014,,,109.9576,3674600 +MAR,MEA,LMC,2015,,,109.524,3695800 +MAR,MEA,LMC,2016,,,110.3958,3720120 +MAR,MEA,LMC,2017,,,112.4022,3749702 +MAR,MEA,LMC,2018,,,113.8766,3798330 +MCO,ECS,HIC,1960,,,, +MCO,ECS,HIC,1961,,,, +MCO,ECS,HIC,1962,,,, +MCO,ECS,HIC,1963,,,, +MCO,ECS,HIC,1964,,,, +MCO,ECS,HIC,1965,,,, +MCO,ECS,HIC,1966,,,, +MCO,ECS,HIC,1967,,,, +MCO,ECS,HIC,1968,,,, +MCO,ECS,HIC,1969,,,, +MCO,ECS,HIC,1970,,,, +MCO,ECS,HIC,1971,,,, +MCO,ECS,HIC,1972,,,, +MCO,ECS,HIC,1973,,,, +MCO,ECS,HIC,1974,,,, +MCO,ECS,HIC,1975,,,, +MCO,ECS,HIC,1976,,,, +MCO,ECS,HIC,1977,,,, +MCO,ECS,HIC,1978,,,, +MCO,ECS,HIC,1979,,,, +MCO,ECS,HIC,1980,,,, +MCO,ECS,HIC,1981,,,, +MCO,ECS,HIC,1982,,,, +MCO,ECS,HIC,1983,,,, +MCO,ECS,HIC,1984,,,, +MCO,ECS,HIC,1985,,,, +MCO,ECS,HIC,1986,,,, +MCO,ECS,HIC,1987,,,, +MCO,ECS,HIC,1988,,,, +MCO,ECS,HIC,1989,,,, +MCO,ECS,HIC,1990,,,, +MCO,ECS,HIC,1991,,,, +MCO,ECS,HIC,1992,,,, +MCO,ECS,HIC,1993,,,, +MCO,ECS,HIC,1994,,,, +MCO,ECS,HIC,1995,,,, +MCO,ECS,HIC,1996,,,, +MCO,ECS,HIC,1997,,,, +MCO,ECS,HIC,1998,,,, +MCO,ECS,HIC,1999,,,, +MCO,ECS,HIC,2000,,,, +MCO,ECS,HIC,2001,,,, +MCO,ECS,HIC,2002,,,, +MCO,ECS,HIC,2003,,,, +MCO,ECS,HIC,2004,,,, +MCO,ECS,HIC,2005,,,, +MCO,ECS,HIC,2006,,,, +MCO,ECS,HIC,2007,,,, +MCO,ECS,HIC,2008,,,, +MCO,ECS,HIC,2009,,,, +MCO,ECS,HIC,2010,,,, +MCO,ECS,HIC,2011,,,, +MCO,ECS,HIC,2012,,,, +MCO,ECS,HIC,2013,,,, +MCO,ECS,HIC,2014,,,, +MCO,ECS,HIC,2015,,,, +MCO,ECS,HIC,2016,,,, +MCO,ECS,HIC,2017,,,, +MCO,ECS,HIC,2018,,,, +MDA,ECS,LMC,1960,,,, +MDA,ECS,LMC,1961,,,, +MDA,ECS,LMC,1962,,,, +MDA,ECS,LMC,1963,,,, +MDA,ECS,LMC,1964,,,, +MDA,ECS,LMC,1965,,,, +MDA,ECS,LMC,1966,,,, +MDA,ECS,LMC,1967,,,, +MDA,ECS,LMC,1968,,,, +MDA,ECS,LMC,1969,,,, +MDA,ECS,LMC,1970,,,,333013 +MDA,ECS,LMC,1971,,,,328956 +MDA,ECS,LMC,1972,,,,324265 +MDA,ECS,LMC,1973,,,,317510 +MDA,ECS,LMC,1974,,,,307816 +MDA,ECS,LMC,1975,,,,295710 +MDA,ECS,LMC,1976,,,,283174 +MDA,ECS,LMC,1977,,,,271944 +MDA,ECS,LMC,1978,,,,265558 +MDA,ECS,LMC,1979,,,,265351 +MDA,ECS,LMC,1980,,,,270825 +MDA,ECS,LMC,1981,,,82.637527,278979 +MDA,ECS,LMC,1982,,,,284683 +MDA,ECS,LMC,1983,,,,288658 +MDA,ECS,LMC,1984,,,,291048 +MDA,ECS,LMC,1985,,,,292392 +MDA,ECS,LMC,1986,,,84.38443,293795 +MDA,ECS,LMC,1987,,,,298460 +MDA,ECS,LMC,1988,,,,304058 +MDA,ECS,LMC,1989,,,88.01313,310555 +MDA,ECS,LMC,1990,,,89.982277,317532 +MDA,ECS,LMC,1991,,,93.03817,324107 +MDA,ECS,LMC,1992,,,93.32589,328759 +MDA,ECS,LMC,1993,,,92.35527,332939 +MDA,ECS,LMC,1994,,,91.329208,336507 +MDA,ECS,LMC,1995,,,95.178421,338824 +MDA,ECS,LMC,1996,,,94.395081,338927 +MDA,ECS,LMC,1997,,,94.745247,338380 +MDA,ECS,LMC,1998,,,,275916 +MDA,ECS,LMC,1999,,,99.72229,262867 +MDA,ECS,LMC,2000,,,101.37638,248769 +MDA,ECS,LMC,2001,,,99.361107,236975 +MDA,ECS,LMC,2002,,,99.478889,225671 +MDA,ECS,LMC,2003,,,99.486542,213649 +MDA,ECS,LMC,2004,,,99.822853,199264 +MDA,ECS,LMC,2005,,,97.891312,188126 +MDA,ECS,LMC,2006,,,96.652672,176947 +MDA,ECS,LMC,2007,1223.7377,196.44415,94.417679,170019 +MDA,ECS,LMC,2008,1406.1119,213.3578,94.029869,161370 +MDA,ECS,LMC,2009,1641.2858,238.59207,93.57756,155346 +MDA,ECS,LMC,2010,1746.9374,246.66232,93.540779,150947 +MDA,ECS,LMC,2011,1859.7866,259.09607,93.602982,147897 +MDA,ECS,LMC,2012,1740.1711,242.99678,93.797974,147226 +MDA,ECS,LMC,2013,,,93.768311,147472 +MDA,ECS,LMC,2014,2234.2798,309.48187,93.064217,148736 +MDA,ECS,LMC,2015,2120.0737,293.70654,92.412781,149910 +MDA,ECS,LMC,2016,2062.6509,285.21561,91.752922,150235 +MDA,ECS,LMC,2017,2150.9209,301.8999,91.250526,152695 +MDA,ECS,LMC,2018,,,90.618759, +MDG,SSF,LIC,1960,,,, +MDG,SSF,LIC,1961,,,, +MDG,SSF,LIC,1962,,,, +MDG,SSF,LIC,1963,,,, +MDG,SSF,LIC,1964,,,, +MDG,SSF,LIC,1965,,,, +MDG,SSF,LIC,1966,,,, +MDG,SSF,LIC,1967,,,, +MDG,SSF,LIC,1968,,,, +MDG,SSF,LIC,1969,,,, +MDG,SSF,LIC,1970,,,,1062366 +MDG,SSF,LIC,1971,,,86.115677,1089250 +MDG,SSF,LIC,1972,,,89.400017,1123540 +MDG,SSF,LIC,1973,,,88.877747,1159280 +MDG,SSF,LIC,1974,,,86.495918,1195424 +MDG,SSF,LIC,1975,,,92.054031,1230813 +MDG,SSF,LIC,1976,,,95.772331,1264291 +MDG,SSF,LIC,1977,,,118.27223,1108611 +MDG,SSF,LIC,1978,,,122.07749,1145941 +MDG,SSF,LIC,1979,,,122.8908,1183615 +MDG,SSF,LIC,1980,,,130.8931,1220535 +MDG,SSF,LIC,1981,,,137.29318,1255546 +MDG,SSF,LIC,1982,,,133.42368,1297658 +MDG,SSF,LIC,1983,,,126.83276,1341610 +MDG,SSF,LIC,1984,,,119.14376,1385731 +MDG,SSF,LIC,1985,,,113.8022,1428106 +MDG,SSF,LIC,1986,,,,1466992 +MDG,SSF,LIC,1987,,,,1512221 +MDG,SSF,LIC,1988,,,95.673462,1555006 +MDG,SSF,LIC,1989,,,96.246536,1593971 +MDG,SSF,LIC,1990,,,92.841087,1628936 +MDG,SSF,LIC,1991,,,94.553108,1661205 +MDG,SSF,LIC,1992,,,87.817398,1704497 +MDG,SSF,LIC,1993,,116.55639,85.097168,1751312 +MDG,SSF,LIC,1994,,,83.555763,1800795 +MDG,SSF,LIC,1995,,,81.614388,1851889 +MDG,SSF,LIC,1996,,,86.079292,1903114 +MDG,SSF,LIC,1997,,119.65547,,1964290 +MDG,SSF,LIC,1998,89.263992,168.69868,93.057671,2030875 +MDG,SSF,LIC,1999,,,95.740517,2101948 +MDG,SSF,LIC,2000,,,101.4852,2176003 +MDG,SSF,LIC,2001,,,102.53482,2250455 +MDG,SSF,LIC,2002,,,103.30053,2330718 +MDG,SSF,LIC,2003,,,118.25474,2415531 +MDG,SSF,LIC,2004,,,134.49236,2503094 +MDG,SSF,LIC,2005,168.42603,605.95154,138.89948,2590169 +MDG,SSF,LIC,2006,150.20992,555.61237,138.40581,2672508 +MDG,SSF,LIC,2007,147.27216,565.13379,139.23677,2755984 +MDG,SSF,LIC,2008,127.37657,512.09485,142.0049,2831115 +MDG,SSF,LIC,2009,121.12223,523.73022,149.3075,2896028 +MDG,SSF,LIC,2010,,,143.718,2951559 +MDG,SSF,LIC,2011,97.504158,419.76215,143.4119,3001891 +MDG,SSF,LIC,2012,97.085838,427.44199,143.9781,3057905 +MDG,SSF,LIC,2013,,,143.8945,3115481 +MDG,SSF,LIC,2014,,,145.24789,3174354 +MDG,SSF,LIC,2015,,,147.31419,3233554 +MDG,SSF,LIC,2016,,,143.8242,3291328 +MDG,SSF,LIC,2017,,,,3351579 +MDG,SSF,LIC,2018,,,142.5343,3410270 +MDV,SAS,UMC,1960,,,, +MDV,SAS,UMC,1961,,,, +MDV,SAS,UMC,1962,,,, +MDV,SAS,UMC,1963,,,, +MDV,SAS,UMC,1964,,,, +MDV,SAS,UMC,1965,,,, +MDV,SAS,UMC,1966,,,, +MDV,SAS,UMC,1967,,,, +MDV,SAS,UMC,1968,,,, +MDV,SAS,UMC,1969,,,, +MDV,SAS,UMC,1970,,,,16878 +MDV,SAS,UMC,1971,,,,17487 +MDV,SAS,UMC,1972,,,,18139 +MDV,SAS,UMC,1973,,,,18786 +MDV,SAS,UMC,1974,,,,19368 +MDV,SAS,UMC,1975,,,,19847 +MDV,SAS,UMC,1976,,,,20456 +MDV,SAS,UMC,1977,,,,21051 +MDV,SAS,UMC,1978,,,,21624 +MDV,SAS,UMC,1979,,,,22170 +MDV,SAS,UMC,1980,,,134.98347,22686 +MDV,SAS,UMC,1981,,,,23372 +MDV,SAS,UMC,1982,,,141.88205,24029 +MDV,SAS,UMC,1983,,,,24654 +MDV,SAS,UMC,1984,,,,25297 +MDV,SAS,UMC,1985,,,,26037 +MDV,SAS,UMC,1986,,,146.89589,27073 +MDV,SAS,UMC,1987,,,,28509 +MDV,SAS,UMC,1988,,,,30349 +MDV,SAS,UMC,1989,,,,32470 +MDV,SAS,UMC,1990,,,,34586 +MDV,SAS,UMC,1991,,,,36487 +MDV,SAS,UMC,1992,,,118.74738,38174 +MDV,SAS,UMC,1993,,,122.17081,39552 +MDV,SAS,UMC,1994,,,125.53008,40564 +MDV,SAS,UMC,1995,,,123.0398,41241 +MDV,SAS,UMC,1996,,,122.86804,41722 +MDV,SAS,UMC,1997,,,120.09564,41870 +MDV,SAS,UMC,1998,,,126.89692,57993 +MDV,SAS,UMC,1999,,,128.05658,57845 +MDV,SAS,UMC,2000,,,128.08934,57363 +MDV,SAS,UMC,2001,,,126.18139,55943 +MDV,SAS,UMC,2002,,,124.13956,54266 +MDV,SAS,UMC,2003,1507.7593,99.766922,123.93519,52438 +MDV,SAS,UMC,2004,1463.2655,92.62471,122.8363,50519 +MDV,SAS,UMC,2005,1496.3251,86.596817,117.04283,48592 +MDV,SAS,UMC,2006,1717.0587,94.043297,116.56168,46663 +MDV,SAS,UMC,2007,,,113.1672,44731 +MDV,SAS,UMC,2008,2267.3765,106.75261,111.83107,42987 +MDV,SAS,UMC,2009,2468.3484,110.27346,110.71048,41603 +MDV,SAS,UMC,2010,1960.2323,82.615952,, +MDV,SAS,UMC,2011,1962.3733,78.889374,, +MDV,SAS,UMC,2012,2050.7412,79.66925,, +MDV,SAS,UMC,2013,2197.3188,83.90023,, +MDV,SAS,UMC,2014,2110.2478,83.502502,, +MDV,SAS,UMC,2015,2607.0544,109.85346,101.5349,41699 +MDV,SAS,UMC,2016,2320.6511,101.60042,99.427696,43130 +MDV,SAS,UMC,2017,,,97.109802,44648 +MDV,SAS,UMC,2018,,,,46202 +MEX,LCN,UMC,1960,,,, +MEX,LCN,UMC,1961,,,, +MEX,LCN,UMC,1962,,,, +MEX,LCN,UMC,1963,,,, +MEX,LCN,UMC,1964,,,, +MEX,LCN,UMC,1965,,,, +MEX,LCN,UMC,1966,,,, +MEX,LCN,UMC,1967,,,, +MEX,LCN,UMC,1968,,,, +MEX,LCN,UMC,1969,,,, +MEX,LCN,UMC,1970,,,,8837782 +MEX,LCN,UMC,1971,,,103.56334,9075795 +MEX,LCN,UMC,1972,,,105.64297,9334645 +MEX,LCN,UMC,1973,,,107.51552,9603917 +MEX,LCN,UMC,1974,,,109.8848,9884558 +MEX,LCN,UMC,1975,,,108.67339,10181634 +MEX,LCN,UMC,1976,,,109.668,10496851 +MEX,LCN,UMC,1977,,,112.79926,10810448 +MEX,LCN,UMC,1978,,,113.26425,11199515 +MEX,LCN,UMC,1979,,,118.71385,11649620 +MEX,LCN,UMC,1980,,,120.72046,12133155 +MEX,LCN,UMC,1981,,,122.4401,12601959 +MEX,LCN,UMC,1982,,,122.65785,13018051 +MEX,LCN,UMC,1983,,,122.5868,13296704 +MEX,LCN,UMC,1984,,,122.20369,13433840 +MEX,LCN,UMC,1985,,,119.85884,13436854 +MEX,LCN,UMC,1986,,,118.46067,13346726 +MEX,LCN,UMC,1987,,,116.93751,13244998 +MEX,LCN,UMC,1988,,,114.80705,13167120 +MEX,LCN,UMC,1989,,,113.69417,13116462 +MEX,LCN,UMC,1990,,6920.9194,112.25263,13096976 +MEX,LCN,UMC,1991,,10026.801,111.34619,13106827 +MEX,LCN,UMC,1992,,10601.507,111.04736,13116949 +MEX,LCN,UMC,1993,,,110.55015,13159552 +MEX,LCN,UMC,1994,,19249.172,109.83829,13233438 +MEX,LCN,UMC,1995,,18786.857,109.43838,13332399 +MEX,LCN,UMC,1996,,,108.69319,13440471 +MEX,LCN,UMC,1997,,,108.58006,13539655 +MEX,LCN,UMC,1998,1242.4877,18199.707,108.35163,13629271 +MEX,LCN,UMC,1999,1523.6775,22394.881,108.59282,13708491 +MEX,LCN,UMC,2000,1797.4347,26540.207,108.99793,13777323 +MEX,LCN,UMC,2001,1846.6503,27536.227,109.07219,13837658 +MEX,LCN,UMC,2002,1910.4604,28616.707,109.425,13880914 +MEX,LCN,UMC,2003,2216.4353,33155.289,109.50614,13928358 +MEX,LCN,UMC,2004,2197.8325,32694.002,108.99918,13982686 +MEX,LCN,UMC,2005,2250.9785,33498.598,108.60084,14047288 +MEX,LCN,UMC,2006,2242.0796,33727.137,108.17477,14121367 +MEX,LCN,UMC,2007,2287.0083,33923.297,108.79971,14169646 +MEX,LCN,UMC,2008,2313.8044,34300.148,109.42442,14201899 +MEX,LCN,UMC,2009,2280.8269,34034.262,110.54528,14209234 +MEX,LCN,UMC,2010,2370.9475,35349.59,110.6335,14181522 +MEX,LCN,UMC,2011,2384.2354,35778.785,110.5408,14119948 +MEX,LCN,UMC,2012,2413.2231,36184.98,110.4135,14057726 +MEX,LCN,UMC,2013,2468.396,36762.043,109.4415,13985673 +MEX,LCN,UMC,2014,2518.0024,36752.465,108.0058,13907208 +MEX,LCN,UMC,2015,2607.0095,37464.555,106.6061,13828532 +MEX,LCN,UMC,2016,,,106.2777,13756034 +MEX,LCN,UMC,2017,,,105.77,13693858 +MEX,LCN,UMC,2018,,,,13663147 +MHL,EAS,UMC,1960,,,, +MHL,EAS,UMC,1961,,,, +MHL,EAS,UMC,1962,,,, +MHL,EAS,UMC,1963,,,, +MHL,EAS,UMC,1964,,,, +MHL,EAS,UMC,1965,,,, +MHL,EAS,UMC,1966,,,, +MHL,EAS,UMC,1967,,,, +MHL,EAS,UMC,1968,,,, +MHL,EAS,UMC,1969,,,, +MHL,EAS,UMC,1970,,,,3723 +MHL,EAS,UMC,1971,,,,3781 +MHL,EAS,UMC,1972,,,,3810 +MHL,EAS,UMC,1973,,,,3879 +MHL,EAS,UMC,1974,,,,3984 +MHL,EAS,UMC,1975,,,,4126 +MHL,EAS,UMC,1976,,,,4302 +MHL,EAS,UMC,1977,,,,4502 +MHL,EAS,UMC,1978,,,,4740 +MHL,EAS,UMC,1979,,,,5012 +MHL,EAS,UMC,1980,,,,5314 +MHL,EAS,UMC,1981,,,,5637 +MHL,EAS,UMC,1982,,,,5980 +MHL,EAS,UMC,1983,,,,6333 +MHL,EAS,UMC,1984,,,,6673 +MHL,EAS,UMC,1985,,,,6983 +MHL,EAS,UMC,1986,,,,7263 +MHL,EAS,UMC,1987,,,,7555 +MHL,EAS,UMC,1988,,,,7930 +MHL,EAS,UMC,1989,,,,8347 +MHL,EAS,UMC,1990,,,,8753 +MHL,EAS,UMC,1991,,,,9104 +MHL,EAS,UMC,1992,,,,9388 +MHL,EAS,UMC,1993,,,,9624 +MHL,EAS,UMC,1994,,,,9774 +MHL,EAS,UMC,1995,,,,9801 +MHL,EAS,UMC,1996,,,,9702 +MHL,EAS,UMC,1997,,,,9626 +MHL,EAS,UMC,1998,,,,9455 +MHL,EAS,UMC,1999,,,89.403183,9142 +MHL,EAS,UMC,2000,,,,8635 +MHL,EAS,UMC,2001,,,,7911 +MHL,EAS,UMC,2002,792.30853,6.9382501,123.02613,7270 +MHL,EAS,UMC,2003,,,110.94571,6926 +MHL,EAS,UMC,2004,,,120.19231,6834 +MHL,EAS,UMC,2005,,,113.40279,6941 +MHL,EAS,UMC,2006,,,110.90251,7142 +MHL,EAS,UMC,2007,,,104.59638,7317 +MHL,EAS,UMC,2008,,,101.38551,7553 +MHL,EAS,UMC,2009,,,98.118942,7801 +MHL,EAS,UMC,2010,,,,8004 +MHL,EAS,UMC,2011,,,94.734512,8108 +MHL,EAS,UMC,2012,,,,8331 +MHL,EAS,UMC,2013,,,,8536 +MHL,EAS,UMC,2014,,,,8700 +MHL,EAS,UMC,2015,,,87.51461,8818 +MHL,EAS,UMC,2016,,,84.740158,8893 +MHL,EAS,UMC,2017,,,,8874 +MHL,EAS,UMC,2018,,,,8839 +MKD,ECS,UMC,1960,,,, +MKD,ECS,UMC,1961,,,, +MKD,ECS,UMC,1962,,,, +MKD,ECS,UMC,1963,,,, +MKD,ECS,UMC,1964,,,, +MKD,ECS,UMC,1965,,,, +MKD,ECS,UMC,1966,,,, +MKD,ECS,UMC,1967,,,, +MKD,ECS,UMC,1968,,,, +MKD,ECS,UMC,1969,,,, +MKD,ECS,UMC,1970,,,,151492 +MKD,ECS,UMC,1971,,,,151393 +MKD,ECS,UMC,1972,,,,150083 +MKD,ECS,UMC,1973,,,,149699 +MKD,ECS,UMC,1974,,,,150619 +MKD,ECS,UMC,1975,,,,152771 +MKD,ECS,UMC,1976,,,,155547 +MKD,ECS,UMC,1977,,,,158060 +MKD,ECS,UMC,1978,,,,159420 +MKD,ECS,UMC,1979,,,,158991 +MKD,ECS,UMC,1980,,,,156718 +MKD,ECS,UMC,1981,,,,153407 +MKD,ECS,UMC,1982,,,,150205 +MKD,ECS,UMC,1983,,,,147258 +MKD,ECS,UMC,1984,,,,144940 +MKD,ECS,UMC,1985,,,,143427 +MKD,ECS,UMC,1986,,,,142473 +MKD,ECS,UMC,1987,,,,141576 +MKD,ECS,UMC,1988,,,,141131 +MKD,ECS,UMC,1989,,,,141135 +MKD,ECS,UMC,1990,,,,141366 +MKD,ECS,UMC,1991,,,,141463 +MKD,ECS,UMC,1992,,540.79926,,141537 +MKD,ECS,UMC,1993,,496.16092,95.259041,140942 +MKD,ECS,UMC,1994,,448.91235,95.770172,139651 +MKD,ECS,UMC,1995,,420.45923,96.972054,137882 +MKD,ECS,UMC,1996,,424.78226,98.952377,136022 +MKD,ECS,UMC,1997,,,99.062569,134303 +MKD,ECS,UMC,1998,,,98.92128,132935 +MKD,ECS,UMC,1999,,,98.328239,131837 +MKD,ECS,UMC,2000,,,96.820229,130764 +MKD,ECS,UMC,2001,,,95.571564,129391 +MKD,ECS,UMC,2002,,,94.878059,127647 +MKD,ECS,UMC,2003,,,93.176811,125176 +MKD,ECS,UMC,2004,,,93.053909,121824 +MKD,ECS,UMC,2005,,,93.555923,117736 +MKD,ECS,UMC,2006,,,92.658417,113368 +MKD,ECS,UMC,2007,,,92.18058,109472 +MKD,ECS,UMC,2008,,,87.662148,131280 +MKD,ECS,UMC,2009,,,87.473557,128587 +MKD,ECS,UMC,2010,,,87.385208,126749 +MKD,ECS,UMC,2011,,,,125208 +MKD,ECS,UMC,2012,,,87.132881,123117 +MKD,ECS,UMC,2013,,,90.95459,120877 +MKD,ECS,UMC,2014,,,91.406036,118433 +MKD,ECS,UMC,2015,,,93.892464,115912 +MKD,ECS,UMC,2016,,,,113727 +MKD,ECS,UMC,2017,,,,112366 +MKD,ECS,UMC,2018,,,,111844 +MLI,SSF,LIC,1960,,,, +MLI,SSF,LIC,1961,,,, +MLI,SSF,LIC,1962,,,, +MLI,SSF,LIC,1963,,,, +MLI,SSF,LIC,1964,,,, +MLI,SSF,LIC,1965,,,, +MLI,SSF,LIC,1966,,,, +MLI,SSF,LIC,1967,,,, +MLI,SSF,LIC,1968,,,, +MLI,SSF,LIC,1969,,,, +MLI,SSF,LIC,1970,,,,862465 +MLI,SSF,LIC,1971,,,23.407141,870260 +MLI,SSF,LIC,1972,,,24.55101,884159 +MLI,SSF,LIC,1973,,,24.87714,903235 +MLI,SSF,LIC,1974,,,25.587259,924765 +MLI,SSF,LIC,1975,,,25.44348,945315 +MLI,SSF,LIC,1976,,,26.26063,961108 +MLI,SSF,LIC,1977,,,26.98703,983797 +MLI,SSF,LIC,1978,,,27.738581,1011097 +MLI,SSF,LIC,1979,,,28.178699,1040626 +MLI,SSF,LIC,1980,,,27.937071,1069202 +MLI,SSF,LIC,1981,,,26.636499,1093083 +MLI,SSF,LIC,1982,,,25.94927,1123459 +MLI,SSF,LIC,1983,,,25.57163,1158565 +MLI,SSF,LIC,1984,,,24.524139,1194746 +MLI,SSF,LIC,1985,,,23.96595,1227216 +MLI,SSF,LIC,1986,,,23.366461,1251345 +MLI,SSF,LIC,1987,,,23.324829,1281562 +MLI,SSF,LIC,1988,,,23.398439,1314711 +MLI,SSF,LIC,1989,,,27.06041,1349690 +MLI,SSF,LIC,1990,,,27.26087,1384633 +MLI,SSF,LIC,1991,,,27.90992,1416754 +MLI,SSF,LIC,1992,,,29.753139,1447883 +MLI,SSF,LIC,1993,,,33.31963,1485054 +MLI,SSF,LIC,1994,,,36.55534,1524832 +MLI,SSF,LIC,1995,,,39.222469,1562670 +MLI,SSF,LIC,1996,,,42.894951,1594160 +MLI,SSF,LIC,1997,,,47.870029,1628141 +MLI,SSF,LIC,1998,224.88683,194.049,51.801891,1668181 +MLI,SSF,LIC,1999,180.17404,172.77519,56.068138,1713261 +MLI,SSF,LIC,2000,,,57.854351,1760545 +MLI,SSF,LIC,2001,,,62.528252,1806763 +MLI,SSF,LIC,2002,,,66.1689,1858924 +MLI,SSF,LIC,2003,,,67.690842,1917049 +MLI,SSF,LIC,2004,,,70.754692,1978664 +MLI,SSF,LIC,2005,,,73.935547,2041279 +MLI,SSF,LIC,2006,,,76.76001,2101746 +MLI,SSF,LIC,2007,,,79.287514,2169579 +MLI,SSF,LIC,2008,201.93796,368.14038,81.272667,2246984 +MLI,SSF,LIC,2009,255.39276,491.94827,82.710411,2332592 +MLI,SSF,LIC,2010,124.10572,257.27667,83.42733,2423089 +MLI,SSF,LIC,2011,198.0275,453.77243,84.195549,2515290 +MLI,SSF,LIC,2012,196.50497,415.38342,80.908051,2616085 +MLI,SSF,LIC,2013,199.58859,412.89172,76.062927,2723158 +MLI,SSF,LIC,2014,245.69232,536.00653,77.076111,2833918 +MLI,SSF,LIC,2015,275.11313,620.28448,75.683182,2946138 +MLI,SSF,LIC,2016,197.45247,467.9198,77.170258,3057114 +MLI,SSF,LIC,2017,,,80.170776,3170022 +MLI,SSF,LIC,2018,,,75.600601,3280310 +MLT,MEA,HIC,1960,,,, +MLT,MEA,HIC,1961,,,, +MLT,MEA,HIC,1962,,,, +MLT,MEA,HIC,1963,,,, +MLT,MEA,HIC,1964,,,, +MLT,MEA,HIC,1965,,,, +MLT,MEA,HIC,1966,,,, +MLT,MEA,HIC,1967,,,, +MLT,MEA,HIC,1968,,,, +MLT,MEA,HIC,1969,,,, +MLT,MEA,HIC,1970,,,,39019 +MLT,MEA,HIC,1971,,,105.22427,38132 +MLT,MEA,HIC,1972,,,100.37796,37405 +MLT,MEA,HIC,1973,,,96.08387,36153 +MLT,MEA,HIC,1974,,,95.066994,34347 +MLT,MEA,HIC,1975,,,94.349373,32216 +MLT,MEA,HIC,1976,,,98.650879,30313 +MLT,MEA,HIC,1977,,,106.82935,28960 +MLT,MEA,HIC,1978,,,110.51092,28452 +MLT,MEA,HIC,1979,,,112.26175,28775 +MLT,MEA,HIC,1980,,,109.45153,29731 +MLT,MEA,HIC,1981,,,107.662,30809 +MLT,MEA,HIC,1982,,,104.90596,31765 +MLT,MEA,HIC,1983,,,102.19733,32691 +MLT,MEA,HIC,1984,,,102.32425,33505 +MLT,MEA,HIC,1985,,,104.9277,34134 +MLT,MEA,HIC,1986,,,106.21959,34571 +MLT,MEA,HIC,1987,,,105.55039,34886 +MLT,MEA,HIC,1988,,,105.59085,35028 +MLT,MEA,HIC,1989,,,105.74719,34980 +MLT,MEA,HIC,1990,,56.93935,106.64976,34773 +MLT,MEA,HIC,1991,,57.939499,106.70927,34488 +MLT,MEA,HIC,1992,,65.45092,103.37463,34274 +MLT,MEA,HIC,1993,,,103.43642,34081 +MLT,MEA,HIC,1994,,,103.56076,33908 +MLT,MEA,HIC,1995,,,103.07905,33746 +MLT,MEA,HIC,1996,,,104.15461,33551 +MLT,MEA,HIC,1997,,,105.54992,33236 +MLT,MEA,HIC,1998,2618.6504,92.336227,106.53192,32900 +MLT,MEA,HIC,1999,,,107.05875,32537 +MLT,MEA,HIC,2000,,,106.83193,32153 +MLT,MEA,HIC,2001,,,106.41066,31764 +MLT,MEA,HIC,2002,3176.7144,104.81918,104.97658,31501 +MLT,MEA,HIC,2003,,,103.07502,31232 +MLT,MEA,HIC,2004,3309.8979,102.81867,102.73506,30933 +MLT,MEA,HIC,2005,,,100.24047,30552 +MLT,MEA,HIC,2006,,,101.10113,30010 +MLT,MEA,HIC,2007,5624.9438,156.40157,100.89629,28927 +MLT,MEA,HIC,2008,5967.3794,159.75868,101.00736,27699 +MLT,MEA,HIC,2009,5574.6201,137.54817,96.806343,26423 +MLT,MEA,HIC,2010,7007.8833,175.09196,101.7305,25236 +MLT,MEA,HIC,2011,6076.1616,146.28358,101.215,24313 +MLT,MEA,HIC,2012,8187.3647,193.22182,100.7826,23868 +MLT,MEA,HIC,2013,9137.2578,217.56725,101.7069,23629 +MLT,MEA,HIC,2014,9242.4102,224.39648,102.8235,23624 +MLT,MEA,HIC,2015,8385.3594,206.73422,103.5492,23811 +MLT,MEA,HIC,2016,,,103.9727,24083 +MLT,MEA,HIC,2017,,,,24366 +MLT,MEA,HIC,2018,,,,24657 +MMR,EAS,LMC,1960,,,, +MMR,EAS,LMC,1961,,,, +MMR,EAS,LMC,1962,,,, +MMR,EAS,LMC,1963,,,, +MMR,EAS,LMC,1964,,,, +MMR,EAS,LMC,1965,,,, +MMR,EAS,LMC,1966,,,, +MMR,EAS,LMC,1967,,,, +MMR,EAS,LMC,1968,,,, +MMR,EAS,LMC,1969,,,, +MMR,EAS,LMC,1970,,,,3537811 +MMR,EAS,LMC,1971,,,84.064301,3605362 +MMR,EAS,LMC,1972,,,82.527519,3693224 +MMR,EAS,LMC,1973,,,82.8806,3792631 +MMR,EAS,LMC,1974,,,82.059921,3898600 +MMR,EAS,LMC,1975,,,,4002495 +MMR,EAS,LMC,1976,,,80.955872,4093287 +MMR,EAS,LMC,1977,,,81.102409,4196465 +MMR,EAS,LMC,1978,,,82.747292,4292019 +MMR,EAS,LMC,1979,,,84.126534,4376814 +MMR,EAS,LMC,1980,,,85.757042,4451460 +MMR,EAS,LMC,1981,,,88.518318,4518523 +MMR,EAS,LMC,1982,,,92.480911,4605751 +MMR,EAS,LMC,1983,,,93.734222,4690625 +MMR,EAS,LMC,1984,,,94.381683,4770487 +MMR,EAS,LMC,1985,,,92.643982,4843528 +MMR,EAS,LMC,1986,,,93.470497,4907488 +MMR,EAS,LMC,1987,,,98.0709,4986055 +MMR,EAS,LMC,1988,,,97.426773,5071166 +MMR,EAS,LMC,1989,,,99.16613,5153898 +MMR,EAS,LMC,1990,,,91.55011,5218403 +MMR,EAS,LMC,1991,,,101.31415,5246912 +MMR,EAS,LMC,1992,,,110.06526,5270400 +MMR,EAS,LMC,1993,,,111.36072,5250862 +MMR,EAS,LMC,1994,,,111.9886,5189904 +MMR,EAS,LMC,1995,,197.87032,106.4711,5104681 +MMR,EAS,LMC,1996,,,105.66295,5020032 +MMR,EAS,LMC,1997,,,101.23451,4959932 +MMR,EAS,LMC,1998,,,,4907262 +MMR,EAS,LMC,1999,,,94.859047,4861869 +MMR,EAS,LMC,2000,,,98.053658,4821790 +MMR,EAS,LMC,2001,,,97.126099,4784847 +MMR,EAS,LMC,2002,,,97.102127,4780369 +MMR,EAS,LMC,2003,,,98.861458,4801403 +MMR,EAS,LMC,2004,,,98.846519,4843123 +MMR,EAS,LMC,2005,,,98.13961,4894459 +MMR,EAS,LMC,2006,,,97.784363,4939142 +MMR,EAS,LMC,2007,,,97.874977,4992590 +MMR,EAS,LMC,2008,,,98.962471,5058495 +MMR,EAS,LMC,2009,,,97.983109,5129674 +MMR,EAS,LMC,2010,,,98.111954,5191426 +MMR,EAS,LMC,2011,,790.14618,,5224538 +MMR,EAS,LMC,2012,,,,5220866 +MMR,EAS,LMC,2013,,,,5173029 +MMR,EAS,LMC,2014,,,101.8312,5082108 +MMR,EAS,LMC,2015,,,,4967047 +MMR,EAS,LMC,2016,,,108.9044,4858490 +MMR,EAS,LMC,2017,,2327.8538,112.2236,4766806 +MMR,EAS,LMC,2018,,,,4685910 +MNE,ECS,UMC,1960,,,, +MNE,ECS,UMC,1961,,,, +MNE,ECS,UMC,1962,,,, +MNE,ECS,UMC,1963,,,, +MNE,ECS,UMC,1964,,,, +MNE,ECS,UMC,1965,,,, +MNE,ECS,UMC,1966,,,, +MNE,ECS,UMC,1967,,,, +MNE,ECS,UMC,1968,,,, +MNE,ECS,UMC,1969,,,, +MNE,ECS,UMC,1970,,,,47789 +MNE,ECS,UMC,1971,,,,47452 +MNE,ECS,UMC,1972,,,,47321 +MNE,ECS,UMC,1973,,,,47106 +MNE,ECS,UMC,1974,,,,46595 +MNE,ECS,UMC,1975,,,,45692 +MNE,ECS,UMC,1976,,,,44529 +MNE,ECS,UMC,1977,,,,43539 +MNE,ECS,UMC,1978,,,,42760 +MNE,ECS,UMC,1979,,,,42351 +MNE,ECS,UMC,1980,,,,42345 +MNE,ECS,UMC,1981,,,,42566 +MNE,ECS,UMC,1982,,,,42644 +MNE,ECS,UMC,1983,,,,42616 +MNE,ECS,UMC,1984,,,,42377 +MNE,ECS,UMC,1985,,,,41891 +MNE,ECS,UMC,1986,,,,41263 +MNE,ECS,UMC,1987,,,,41056 +MNE,ECS,UMC,1988,,,,41007 +MNE,ECS,UMC,1989,,,,41244 +MNE,ECS,UMC,1990,,,,41785 +MNE,ECS,UMC,1991,,,,42474 +MNE,ECS,UMC,1992,,,,42401 +MNE,ECS,UMC,1993,,,,42128 +MNE,ECS,UMC,1994,,,,41545 +MNE,ECS,UMC,1995,,,,40622 +MNE,ECS,UMC,1996,,,,39485 +MNE,ECS,UMC,1997,,,,38672 +MNE,ECS,UMC,1998,,,,37809 +MNE,ECS,UMC,1999,,,,36971 +MNE,ECS,UMC,2000,,,,36203 +MNE,ECS,UMC,2001,,,,35487 +MNE,ECS,UMC,2002,,,,34962 +MNE,ECS,UMC,2003,,,107.35648,34475 +MNE,ECS,UMC,2004,,,108.18607,34011 +MNE,ECS,UMC,2005,,,112.69671,33554 +MNE,ECS,UMC,2006,,,116.99686,33112 +MNE,ECS,UMC,2007,,,119.29562,32796 +MNE,ECS,UMC,2008,,,121.90464,32465 +MNE,ECS,UMC,2009,,,115.83937,32170 +MNE,ECS,UMC,2010,,,110.4347,31929 +MNE,ECS,UMC,2011,,,98.314171,39565 +MNE,ECS,UMC,2012,,,97.330902,39409 +MNE,ECS,UMC,2013,,,,39303 +MNE,ECS,UMC,2014,,,,39295 +MNE,ECS,UMC,2015,,,95.403091,39369 +MNE,ECS,UMC,2016,,,95.943748,39436 +MNE,ECS,UMC,2017,,,98.113213,39435 +MNE,ECS,UMC,2018,,,,39252 +MNG,EAS,LMC,1960,,,, +MNG,EAS,LMC,1961,,,, +MNG,EAS,LMC,1962,,,, +MNG,EAS,LMC,1963,,,, +MNG,EAS,LMC,1964,,,, +MNG,EAS,LMC,1965,,,, +MNG,EAS,LMC,1966,,,, +MNG,EAS,LMC,1967,,,, +MNG,EAS,LMC,1968,,,, +MNG,EAS,LMC,1969,,,, +MNG,EAS,LMC,1970,,,,124938 +MNG,EAS,LMC,1971,,,108.90228,134078 +MNG,EAS,LMC,1972,,,106.85565,143750 +MNG,EAS,LMC,1973,,,106.50968,117548 +MNG,EAS,LMC,1974,,,104.23586,121935 +MNG,EAS,LMC,1975,,,102.96292,124303 +MNG,EAS,LMC,1976,,,103.48478,125431 +MNG,EAS,LMC,1977,,,,127335 +MNG,EAS,LMC,1978,,,105.68989,129739 +MNG,EAS,LMC,1979,,,104.32025,132932 +MNG,EAS,LMC,1980,,,103.27801,136821 +MNG,EAS,LMC,1981,,,103.11255,140817 +MNG,EAS,LMC,1982,,,101.21108,144747 +MNG,EAS,LMC,1983,,,101.29299,148184 +MNG,EAS,LMC,1984,,,101.36077,150650 +MNG,EAS,LMC,1985,,,101.0639,152082 +MNG,EAS,LMC,1986,,,100.12295,152912 +MNG,EAS,LMC,1987,,,100.70742,154646 +MNG,EAS,LMC,1988,,,100.58259,156886 +MNG,EAS,LMC,1989,,,101.98907,159723 +MNG,EAS,LMC,1990,,,101.46306,163015 +MNG,EAS,LMC,1991,,,100.05112,166264 +MNG,EAS,LMC,1992,,,91.571892,168816 +MNG,EAS,LMC,1993,,,80.556541,171847 +MNG,EAS,LMC,1994,,,80.661034,176209 +MNG,EAS,LMC,1995,,,87.418137,181873 +MNG,EAS,LMC,1996,,,93.724411,187822 +MNG,EAS,LMC,1997,,,92.455681,253301 +MNG,EAS,LMC,1998,,,94.653999,258636 +MNG,EAS,LMC,1999,,,96.739029,259947 +MNG,EAS,LMC,2000,,,99.022827,255942 +MNG,EAS,LMC,2001,,,101.42435,246928 +MNG,EAS,LMC,2002,,,102.07097,236388 +MNG,EAS,LMC,2003,,,105.41341,226454 +MNG,EAS,LMC,2004,706.65729,166.58034,108.53481,217229 +MNG,EAS,LMC,2005,,,97.978844,256418 +MNG,EAS,LMC,2006,,,100.79995,247650 +MNG,EAS,LMC,2007,1032.608,247.06384,100.01965,239195 +MNG,EAS,LMC,2008,,,103.52077,231504 +MNG,EAS,LMC,2009,1182.2927,298.65186,114.51913,220665 +MNG,EAS,LMC,2010,1028.384,281.74225,125.748,217991 +MNG,EAS,LMC,2011,1502.3608,399.0856,122.0874,217621 +MNG,EAS,LMC,2012,1106.4585,283.89954,116.7931,219603 +MNG,EAS,LMC,2013,1507.5696,369.93799,108.6923,225263 +MNG,EAS,LMC,2014,1717.197,410.90637,101.3348,234899 +MNG,EAS,LMC,2015,1610.7555,404.62823,100.3624,248097 +MNG,EAS,LMC,2016,1987.1351,552.61462,102.9698,263323 +MNG,EAS,LMC,2017,1643.2125,514.52307,102.9341,278091 +MNG,EAS,LMC,2018,,,104.0404,294553 +MNP,EAS,HIC,1960,,,, +MNP,EAS,HIC,1961,,,, +MNP,EAS,HIC,1962,,,, +MNP,EAS,HIC,1963,,,, +MNP,EAS,HIC,1964,,,, +MNP,EAS,HIC,1965,,,, +MNP,EAS,HIC,1966,,,, +MNP,EAS,HIC,1967,,,, +MNP,EAS,HIC,1968,,,, +MNP,EAS,HIC,1969,,,, +MNP,EAS,HIC,1970,,,, +MNP,EAS,HIC,1971,,,, +MNP,EAS,HIC,1972,,,, +MNP,EAS,HIC,1973,,,, +MNP,EAS,HIC,1974,,,, +MNP,EAS,HIC,1975,,,, +MNP,EAS,HIC,1976,,,, +MNP,EAS,HIC,1977,,,, +MNP,EAS,HIC,1978,,,, +MNP,EAS,HIC,1979,,,, +MNP,EAS,HIC,1980,,,, +MNP,EAS,HIC,1981,,,, +MNP,EAS,HIC,1982,,,, +MNP,EAS,HIC,1983,,,, +MNP,EAS,HIC,1984,,,, +MNP,EAS,HIC,1985,,,, +MNP,EAS,HIC,1986,,,, +MNP,EAS,HIC,1987,,,, +MNP,EAS,HIC,1988,,,, +MNP,EAS,HIC,1989,,,, +MNP,EAS,HIC,1990,,,, +MNP,EAS,HIC,1991,,,, +MNP,EAS,HIC,1992,,,, +MNP,EAS,HIC,1993,,,, +MNP,EAS,HIC,1994,,,, +MNP,EAS,HIC,1995,,,, +MNP,EAS,HIC,1996,,,, +MNP,EAS,HIC,1997,,,, +MNP,EAS,HIC,1998,,,, +MNP,EAS,HIC,1999,,,, +MNP,EAS,HIC,2000,,,, +MNP,EAS,HIC,2001,,,, +MNP,EAS,HIC,2002,,,, +MNP,EAS,HIC,2003,,,, +MNP,EAS,HIC,2004,,,, +MNP,EAS,HIC,2005,,,, +MNP,EAS,HIC,2006,,,, +MNP,EAS,HIC,2007,,,, +MNP,EAS,HIC,2008,,,, +MNP,EAS,HIC,2009,,,, +MNP,EAS,HIC,2010,,,, +MNP,EAS,HIC,2011,,,, +MNP,EAS,HIC,2012,,,, +MNP,EAS,HIC,2013,,,, +MNP,EAS,HIC,2014,,,, +MNP,EAS,HIC,2015,,,, +MNP,EAS,HIC,2016,,,, +MNP,EAS,HIC,2017,,,, +MNP,EAS,HIC,2018,,,, +MOZ,SSF,LIC,1960,,,, +MOZ,SSF,LIC,1961,,,, +MOZ,SSF,LIC,1962,,,, +MOZ,SSF,LIC,1963,,,, +MOZ,SSF,LIC,1964,,,, +MOZ,SSF,LIC,1965,,,, +MOZ,SSF,LIC,1966,,,, +MOZ,SSF,LIC,1967,,,, +MOZ,SSF,LIC,1968,,,, +MOZ,SSF,LIC,1969,,,, +MOZ,SSF,LIC,1970,,,,1241258 +MOZ,SSF,LIC,1971,,,39.93124,1273235 +MOZ,SSF,LIC,1972,,,35.086578,1306542 +MOZ,SSF,LIC,1973,,,43.9049,1339126 +MOZ,SSF,LIC,1974,,,,1369886 +MOZ,SSF,LIC,1975,,,60.076439,1137265 +MOZ,SSF,LIC,1976,,,,1172936 +MOZ,SSF,LIC,1977,,,107.66065,1213442 +MOZ,SSF,LIC,1978,,,111.87564,1255725 +MOZ,SSF,LIC,1979,,,114.34754,1295498 +MOZ,SSF,LIC,1980,,,,1328260 +MOZ,SSF,LIC,1981,,,105.56575,1378765 +MOZ,SSF,LIC,1982,,,94.82692,1424551 +MOZ,SSF,LIC,1983,,,86.456001,1409404 +MOZ,SSF,LIC,1984,,,90.113503,1435173 +MOZ,SSF,LIC,1985,,,89.73391,1446632 +MOZ,SSF,LIC,1986,,,88.618492,1474697 +MOZ,SSF,LIC,1987,,,72.210228,1846248 +MOZ,SSF,LIC,1988,,,66.000008,1877565 +MOZ,SSF,LIC,1989,,,65.202858,1913284 +MOZ,SSF,LIC,1990,,,66.246552,1954560 +MOZ,SSF,LIC,1991,,,63.47509,1966623 +MOZ,SSF,LIC,1992,,,61.377102,1999723 +MOZ,SSF,LIC,1993,,,61.327888,2043593 +MOZ,SSF,LIC,1994,,,63.579941,2087092 +MOZ,SSF,LIC,1995,,,67.807663,2124526 +MOZ,SSF,LIC,1996,,,,2181350 +MOZ,SSF,LIC,1997,,,,2240820 +MOZ,SSF,LIC,1998,,,65.448257,3238724 +MOZ,SSF,LIC,1999,,,70.713676,3330882 +MOZ,SSF,LIC,2000,,,76.157562,3425416 +MOZ,SSF,LIC,2001,,,82.171982,3540074 +MOZ,SSF,LIC,2002,,,84.974007,3664600 +MOZ,SSF,LIC,2003,,,,3794364 +MOZ,SSF,LIC,2004,,,93.83342,3925278 +MOZ,SSF,LIC,2005,,,100.37162,4052991 +MOZ,SSF,LIC,2006,108.87086,453.51028,102.43073,4193387 +MOZ,SSF,LIC,2007,,,108.18222,4340996 +MOZ,SSF,LIC,2008,,,112.05193,4492872 +MOZ,SSF,LIC,2009,,,111.90497,4644924 +MOZ,SSF,LIC,2010,,,112.5326,4792889 +MOZ,SSF,LIC,2011,,,108.2197,4949362 +MOZ,SSF,LIC,2012,137.97102,868.50317,106.9018,5106104 +MOZ,SSF,LIC,2013,143.06146,941.22748,107.8554,5260292 +MOZ,SSF,LIC,2014,,,107.598,5409559 +MOZ,SSF,LIC,2015,,,108.6291,5551346 +MOZ,SSF,LIC,2016,,,108.6466,5697538 +MOZ,SSF,LIC,2017,,,107.8132,5845623 +MOZ,SSF,LIC,2018,,,112.605,5993906 +MRT,SSF,LMC,1960,,,, +MRT,SSF,LMC,1961,,,, +MRT,SSF,LMC,1962,,,, +MRT,SSF,LMC,1963,,,, +MRT,SSF,LMC,1964,,,, +MRT,SSF,LMC,1965,,,, +MRT,SSF,LMC,1966,,,, +MRT,SSF,LMC,1967,,,, +MRT,SSF,LMC,1968,,,, +MRT,SSF,LMC,1969,,,, +MRT,SSF,LMC,1970,,,,219501 +MRT,SSF,LMC,1971,,,14.25308,225515 +MRT,SSF,LMC,1972,,,15.09551,232355 +MRT,SSF,LMC,1973,,,16.85029,239445 +MRT,SSF,LMC,1974,,,17.08065,246665 +MRT,SSF,LMC,1975,,,17.605391,253695 +MRT,SSF,LMC,1976,,,19.305811,260207 +MRT,SSF,LMC,1977,,,23.995859,267605 +MRT,SSF,LMC,1978,,,26.290199,275480 +MRT,SSF,LMC,1979,,,28.828501,283614 +MRT,SSF,LMC,1980,,,33.286549,253870 +MRT,SSF,LMC,1981,,,34.531952,260377 +MRT,SSF,LMC,1982,,,37.79948,268024 +MRT,SSF,LMC,1983,,,38.667049,275975 +MRT,SSF,LMC,1984,,,41.750462,283937 +MRT,SSF,LMC,1985,,,43.206661,291603 +MRT,SSF,LMC,1986,,,46.83741,298744 +MRT,SSF,LMC,1987,,,48.683079,307171 +MRT,SSF,LMC,1988,,,49.432289,316010 +MRT,SSF,LMC,1989,,,48.515808,324991 +MRT,SSF,LMC,1990,,,46.141441,333842 +MRT,SSF,LMC,1991,,,48.524071,342320 +MRT,SSF,LMC,1992,,,53.267879,351621 +MRT,SSF,LMC,1993,,,60.235378,361330 +MRT,SSF,LMC,1994,,,66.292152,371298 +MRT,SSF,LMC,1995,,,70.086731,381368 +MRT,SSF,LMC,1996,,,73.736641,391352 +MRT,SSF,LMC,1997,301.44644,94.253563,77.59317,401524 +MRT,SSF,LMC,1998,,,80.096008,412161 +MRT,SSF,LMC,1999,309.11203,107.02138,82.259499,422914 +MRT,SSF,LMC,2000,,,82.989388,433396 +MRT,SSF,LMC,2001,,,82.727501,443378 +MRT,SSF,LMC,2002,,,84.648399,454534 +MRT,SSF,LMC,2003,,,87.076927,466055 +MRT,SSF,LMC,2004,,,93.781273,477746 +MRT,SSF,LMC,2005,278.97672,123.75825,93.681572,489399 +MRT,SSF,LMC,2006,,,96.243973,500798 +MRT,SSF,LMC,2007,,,97.599243,513308 +MRT,SSF,LMC,2008,398.18732,188.61656,93.277618,526130 +MRT,SSF,LMC,2009,,,98.580658,539154 +MRT,SSF,LMC,2010,416.40894,221.27263,99.677917,552277 +MRT,SSF,LMC,2011,347.00513,185.98642,98.211594,565388 +MRT,SSF,LMC,2012,338.97574,187.65155,98.894547,579481 +MRT,SSF,LMC,2013,338.50293,192.59225,99.022232,594318 +MRT,SSF,LMC,2014,,,100.4021,609646 +MRT,SSF,LMC,2015,385.38126,243.85423,104.511,625187 +MRT,SSF,LMC,2016,405.27594,243.71835,96.834419,640671 +MRT,SSF,LMC,2017,,,96.659042,657467 +MRT,SSF,LMC,2018,,,99.891762,674793 +MUS,SSF,UMC,1960,,,, +MUS,SSF,UMC,1961,,,, +MUS,SSF,UMC,1962,,,, +MUS,SSF,UMC,1963,,,, +MUS,SSF,UMC,1964,,,, +MUS,SSF,UMC,1965,,,, +MUS,SSF,UMC,1966,,,, +MUS,SSF,UMC,1967,,,, +MUS,SSF,UMC,1968,,,, +MUS,SSF,UMC,1969,,,, +MUS,SSF,UMC,1970,,,95.881119,156863 +MUS,SSF,UMC,1971,,,95.987373,158699 +MUS,SSF,UMC,1972,,,98.337486,158255 +MUS,SSF,UMC,1973,,,99.789253,155157 +MUS,SSF,UMC,1974,,,101.68251,149895 +MUS,SSF,UMC,1975,,,104.53845,144036 +MUS,SSF,UMC,1976,,,103.45952,139499 +MUS,SSF,UMC,1977,,,102.41678,137580 +MUS,SSF,UMC,1978,,,100.6542,137419 +MUS,SSF,UMC,1979,,,94.243401,138137 +MUS,SSF,UMC,1980,,,92.650322,138972 +MUS,SSF,UMC,1981,,,98.903358,136964 +MUS,SSF,UMC,1982,,,101.5672,134890 +MUS,SSF,UMC,1983,,,104.47357,132847 +MUS,SSF,UMC,1984,,,103.42612,130906 +MUS,SSF,UMC,1985,,,109.10176,128975 +MUS,SSF,UMC,1986,,,113.8065,127143 +MUS,SSF,UMC,1987,,,114.66007,125702 +MUS,SSF,UMC,1988,,,112.42188,124651 +MUS,SSF,UMC,1989,,,111.37318,123844 +MUS,SSF,UMC,1990,,,111.77857,123003 +MUS,SSF,UMC,1991,,105.66622,110.80403,122047 +MUS,SSF,UMC,1992,,,107.38745,120813 +MUS,SSF,UMC,1993,,,105.19423,119344 +MUS,SSF,UMC,1994,,,104.42218,117951 +MUS,SSF,UMC,1995,,,104.84759,117213 +MUS,SSF,UMC,1996,,,105.92681,117618 +MUS,SSF,UMC,1997,,,106.28909,119588 +MUS,SSF,UMC,1998,,,106.20351,122882 +MUS,SSF,UMC,1999,,,105.40658,126642 +MUS,SSF,UMC,2000,,,104.56011,129339 +MUS,SSF,UMC,2001,1097.9236,147.21509,102.36981,130981 +MUS,SSF,UMC,2002,1030.469,136.46706,101.50146,130473 +MUS,SSF,UMC,2003,1593.1703,206.50037,101.41462,127808 +MUS,SSF,UMC,2004,1612.2211,203.50423,102.04204,123700 +MUS,SSF,UMC,2005,1484.7192,183.45486,103.22554,119701 +MUS,SSF,UMC,2006,1343.3362,163.06355,103.93523,116791 +MUS,SSF,UMC,2007,,,103.58749,115179 +MUS,SSF,UMC,2008,1364.5829,162.41539,103.788,114678 +MUS,SSF,UMC,2009,1345.4746,158.66106,102.78846,114725 +MUS,SSF,UMC,2010,1752.52,205.80194,102.786,114249 +MUS,SSF,UMC,2011,1740.5178,202.01843,102.9894,112695 +MUS,SSF,UMC,2012,1839.4915,209.02876,102.9984,110324 +MUS,SSF,UMC,2013,2178.687,237.68822,101.955,107005 +MUS,SSF,UMC,2014,2625.7034,276.87253,102.4473,102929 +MUS,SSF,UMC,2015,2546.6519,258.82385,102.9205,98749 +MUS,SSF,UMC,2016,2828.7153,275.23401,102.4534,94970 +MUS,SSF,UMC,2017,3278.4275,304.8577,101.5252,91567 +MUS,SSF,UMC,2018,,,101.1076,88592 +MWI,SSF,LIC,1960,,,, +MWI,SSF,LIC,1961,,,, +MWI,SSF,LIC,1962,,,, +MWI,SSF,LIC,1963,,,, +MWI,SSF,LIC,1964,,,, +MWI,SSF,LIC,1965,,,, +MWI,SSF,LIC,1966,,,, +MWI,SSF,LIC,1967,,,, +MWI,SSF,LIC,1968,,,, +MWI,SSF,LIC,1969,,,, +MWI,SSF,LIC,1970,,,,752452 +MWI,SSF,LIC,1971,,,40.71249,778077 +MWI,SSF,LIC,1972,,,47.315361,806880 +MWI,SSF,LIC,1973,,,51.269112,836648 +MWI,SSF,LIC,1974,,,56.352089,864988 +MWI,SSF,LIC,1975,,,62.062592,889995 +MWI,SSF,LIC,1976,,,62.686878,922302 +MWI,SSF,LIC,1977,,,61.674992,957591 +MWI,SSF,LIC,1978,,,59.937889,993036 +MWI,SSF,LIC,1979,,,60.618961,1025522 +MWI,SSF,LIC,1980,,,64.435509,1053051 +MWI,SSF,LIC,1981,,,64.794838,1085057 +MWI,SSF,LIC,1982,,,68.64827,1118737 +MWI,SSF,LIC,1983,,,64.930473,1156101 +MWI,SSF,LIC,1984,,,60.148258,1200146 +MWI,SSF,LIC,1985,,,61.79892,1251562 +MWI,SSF,LIC,1986,,,61.50069,1320329 +MWI,SSF,LIC,1987,,,63.096321,1398667 +MWI,SSF,LIC,1988,,,62.61459,1473931 +MWI,SSF,LIC,1989,,,69.189697,1531429 +MWI,SSF,LIC,1990,,,74.979111,1563561 +MWI,SSF,LIC,1991,,,78.096283,1590321 +MWI,SSF,LIC,1992,,,93.924751,1611064 +MWI,SSF,LIC,1993,,,99.869469,1632105 +MWI,SSF,LIC,1994,,,106.61019,1661365 +MWI,SSF,LIC,1995,,131.16513,156.40424,1700647 +MWI,SSF,LIC,1996,,269.69644,151.78616,1763163 +MWI,SSF,LIC,1997,,,,2340550 +MWI,SSF,LIC,1998,,,137.33725,1899761 +MWI,SSF,LIC,1999,126.53814,326.68326,136.61578,1960504 +MWI,SSF,LIC,2000,106.22056,286.22672,139.63976,2010490 +MWI,SSF,LIC,2001,75.168854,213.91821,143.95921,2066257 +MWI,SSF,LIC,2002,,,140.36774,2124778 +MWI,SSF,LIC,2003,,179.0528,,2185196 +MWI,SSF,LIC,2004,,,132.80894,2246641 +MWI,SSF,LIC,2005,,,130.48244,2307686 +MWI,SSF,LIC,2006,,,129.77274,2372222 +MWI,SSF,LIC,2007,,,126.55218,2437334 +MWI,SSF,LIC,2008,,,133.6265,2502751 +MWI,SSF,LIC,2009,,,131.95912,2569068 +MWI,SSF,LIC,2010,54.12883,192.07587,138.7515,2569068 +MWI,SSF,LIC,2011,63.997089,239.98949,140.62019,2637059 +MWI,SSF,LIC,2012,,,141.4355,2705800 +MWI,SSF,LIC,2013,89.740891,354.62109,146.9149,2787789 +MWI,SSF,LIC,2014,109.60167,448.99576,147.3958,2880203 +MWI,SSF,LIC,2015,116.19559,488.54462,146.3968,2978013 +MWI,SSF,LIC,2016,99.264351,424.90375,144.5329,3073667 +MWI,SSF,LIC,2017,,,145.48891,3168362 +MWI,SSF,LIC,2018,,,142.45779,3297346 +MYS,EAS,UMC,1960,,,, +MYS,EAS,UMC,1961,,,, +MYS,EAS,UMC,1962,,,, +MYS,EAS,UMC,1963,,,, +MYS,EAS,UMC,1964,,,, +MYS,EAS,UMC,1965,,,, +MYS,EAS,UMC,1966,,,, +MYS,EAS,UMC,1967,,,, +MYS,EAS,UMC,1968,,,, +MYS,EAS,UMC,1969,,,, +MYS,EAS,UMC,1970,,,87.616852,1922146 +MYS,EAS,UMC,1971,,,,1972919 +MYS,EAS,UMC,1972,,,,2003022 +MYS,EAS,UMC,1973,,,,2014994 +MYS,EAS,UMC,1974,,,,2013630 +MYS,EAS,UMC,1975,,,94.30661,2007722 +MYS,EAS,UMC,1976,,,,2010929 +MYS,EAS,UMC,1977,,,95.406921,2022889 +MYS,EAS,UMC,1978,,,96.335129,2043271 +MYS,EAS,UMC,1979,,,95.911263,2070884 +MYS,EAS,UMC,1980,,,95.510696,2103392 +MYS,EAS,UMC,1981,,,95.266273,2135217 +MYS,EAS,UMC,1982,,,95.640862,2166655 +MYS,EAS,UMC,1983,,,96.331757,2200546 +MYS,EAS,UMC,1984,,,95.902061,2240324 +MYS,EAS,UMC,1985,,,96.106102,2287972 +MYS,EAS,UMC,1986,,,,2341839 +MYS,EAS,UMC,1987,,,94.689262,2401988 +MYS,EAS,UMC,1988,,,94.788544,2467071 +MYS,EAS,UMC,1989,,,94.607773,2534639 +MYS,EAS,UMC,1990,,,94.39872,2601390 +MYS,EAS,UMC,1991,,,95.369522,2664258 +MYS,EAS,UMC,1992,,4333.5552,96.533173,2721081 +MYS,EAS,UMC,1993,,4192.3999,97.147598,2773406 +MYS,EAS,UMC,1994,,4836.3887,97.253822,2823395 +MYS,EAS,UMC,1995,,4005.313,97.479782,2873139 +MYS,EAS,UMC,1996,,5487.6045,97.817688,2921598 +MYS,EAS,UMC,1997,,4952.7241,,2965713 +MYS,EAS,UMC,1998,,,96.144211,3004966 +MYS,EAS,UMC,1999,,,95.859451,3038898 +MYS,EAS,UMC,2000,2186.5405,6616.4214,98.6782,3067772 +MYS,EAS,UMC,2001,2812.0291,8528.9375,98.07515,3093936 +MYS,EAS,UMC,2002,3429.1038,10318.204,96.595421,3116955 +MYS,EAS,UMC,2003,3284.8813,10039.471,97.371208,3140909 +MYS,EAS,UMC,2004,2706.1182,8549.6445,99.723122,3169517 +MYS,EAS,UMC,2005,,,99.992043,3201586 +MYS,EAS,UMC,2006,2096.8083,6746.1226,98.694427,3254221 +MYS,EAS,UMC,2007,2335.7297,7524.3384,97.950058,3277650 +MYS,EAS,UMC,2008,2899.8179,9353.3252,97.980301,3276316 +MYS,EAS,UMC,2009,3049.7634,9849.4121,98.65876,3256060 +MYS,EAS,UMC,2010,2809.1975,9083.9473,99.75795,3225743 +MYS,EAS,UMC,2011,3510.5862,11366.31,101.0803,3181017 +MYS,EAS,UMC,2012,4225.8828,13699.48,102.7418,3131319 +MYS,EAS,UMC,2013,4039.2229,13110.841,104.6602,3081910 +MYS,EAS,UMC,2014,4171.3584,13258.095,104.3614,3039086 +MYS,EAS,UMC,2015,4403.1289,13684.353,103.8187,3008842 +MYS,EAS,UMC,2016,4541.0679,14081.883,104.9992,2996586 +MYS,EAS,UMC,2017,4746.4824,14641.142,105.2916,2991992 +MYS,EAS,UMC,2018,,,,2997418 +NAM,SSF,UMC,1960,,,, +NAM,SSF,UMC,1961,,,, +NAM,SSF,UMC,1962,,,, +NAM,SSF,UMC,1963,,,, +NAM,SSF,UMC,1964,,,, +NAM,SSF,UMC,1965,,,, +NAM,SSF,UMC,1966,,,, +NAM,SSF,UMC,1967,,,, +NAM,SSF,UMC,1968,,,, +NAM,SSF,UMC,1969,,,, +NAM,SSF,UMC,1970,,,,138771 +NAM,SSF,UMC,1971,,,,143186 +NAM,SSF,UMC,1972,,,,147864 +NAM,SSF,UMC,1973,,,,152646 +NAM,SSF,UMC,1974,,,,157350 +NAM,SSF,UMC,1975,,,,161812 +NAM,SSF,UMC,1976,,,,167102 +NAM,SSF,UMC,1977,,,,172989 +NAM,SSF,UMC,1978,,,,179510 +NAM,SSF,UMC,1979,,,,186605 +NAM,SSF,UMC,1980,,,,194120 +NAM,SSF,UMC,1981,,,,201254 +NAM,SSF,UMC,1982,,,,208789 +NAM,SSF,UMC,1983,,,,216661 +NAM,SSF,UMC,1984,,,,224974 +NAM,SSF,UMC,1985,,,,233790 +NAM,SSF,UMC,1986,,,,240814 +NAM,SSF,UMC,1987,,,,247959 +NAM,SSF,UMC,1988,,,,254820 +NAM,SSF,UMC,1989,,,,260900 +NAM,SSF,UMC,1990,,,,265869 +NAM,SSF,UMC,1991,,,,271561 +NAM,SSF,UMC,1992,,,,276883 +NAM,SSF,UMC,1993,,,,282516 +NAM,SSF,UMC,1994,,,,289016 +NAM,SSF,UMC,1995,,,,296548 +NAM,SSF,UMC,1996,,,,305492 +NAM,SSF,UMC,1997,,,,315253 +NAM,SSF,UMC,1998,,,,325001 +NAM,SSF,UMC,1999,1260.5168,487.12167,,333799 +NAM,SSF,UMC,2000,1279.6299,490.43991,,341164 +NAM,SSF,UMC,2001,1288.6971,501.86246,,350688 +NAM,SSF,UMC,2002,1276.4985,507.3558,,358520 +NAM,SSF,UMC,2003,1248.7682,505.4801,,364478 +NAM,SSF,UMC,2004,,,,368736 +NAM,SSF,UMC,2005,1040.1124,419.59381,,371484 +NAM,SSF,UMC,2006,1428.5245,577.40674,,373214 +NAM,SSF,UMC,2007,,,,374254 +NAM,SSF,UMC,2008,1351.7207,553.54047,,375213 +NAM,SSF,UMC,2009,,,,376541 +NAM,SSF,UMC,2010,1515.9888,616.88617,,378264 +NAM,SSF,UMC,2011,,,,378610 +NAM,SSF,UMC,2012,,,,379841 +NAM,SSF,UMC,2013,,,,382018 +NAM,SSF,UMC,2014,,128.71004,,385173 +NAM,SSF,UMC,2015,,,,389287 +NAM,SSF,UMC,2016,,152.56407,,393571 +NAM,SSF,UMC,2017,,154.24648,,399840 +NAM,SSF,UMC,2018,,,,408052 +NCL,EAS,HIC,1960,,,, +NCL,EAS,HIC,1961,,,, +NCL,EAS,HIC,1962,,,, +NCL,EAS,HIC,1963,,,, +NCL,EAS,HIC,1964,,,, +NCL,EAS,HIC,1965,,,, +NCL,EAS,HIC,1966,,,, +NCL,EAS,HIC,1967,,,, +NCL,EAS,HIC,1968,,,, +NCL,EAS,HIC,1969,,,, +NCL,EAS,HIC,1970,,,, +NCL,EAS,HIC,1971,,,, +NCL,EAS,HIC,1972,,,, +NCL,EAS,HIC,1973,,,, +NCL,EAS,HIC,1974,,,, +NCL,EAS,HIC,1975,,,, +NCL,EAS,HIC,1976,,,, +NCL,EAS,HIC,1977,,,, +NCL,EAS,HIC,1978,,,, +NCL,EAS,HIC,1979,,,, +NCL,EAS,HIC,1980,,,, +NCL,EAS,HIC,1981,,,, +NCL,EAS,HIC,1982,,,, +NCL,EAS,HIC,1983,,,, +NCL,EAS,HIC,1984,,,, +NCL,EAS,HIC,1985,,,, +NCL,EAS,HIC,1986,,,, +NCL,EAS,HIC,1987,,,, +NCL,EAS,HIC,1988,,,, +NCL,EAS,HIC,1989,,,, +NCL,EAS,HIC,1990,,,, +NCL,EAS,HIC,1991,,,, +NCL,EAS,HIC,1992,,,, +NCL,EAS,HIC,1993,,,, +NCL,EAS,HIC,1994,,,, +NCL,EAS,HIC,1995,,,, +NCL,EAS,HIC,1996,,,, +NCL,EAS,HIC,1997,,,, +NCL,EAS,HIC,1998,,,, +NCL,EAS,HIC,1999,,,, +NCL,EAS,HIC,2000,,,, +NCL,EAS,HIC,2001,,,, +NCL,EAS,HIC,2002,,,, +NCL,EAS,HIC,2003,,,, +NCL,EAS,HIC,2004,,,, +NCL,EAS,HIC,2005,,,, +NCL,EAS,HIC,2006,,,, +NCL,EAS,HIC,2007,,,, +NCL,EAS,HIC,2008,,,, +NCL,EAS,HIC,2009,,,, +NCL,EAS,HIC,2010,,,, +NCL,EAS,HIC,2011,,,, +NCL,EAS,HIC,2012,,,, +NCL,EAS,HIC,2013,,,, +NCL,EAS,HIC,2014,,,, +NCL,EAS,HIC,2015,,,, +NCL,EAS,HIC,2016,,,, +NCL,EAS,HIC,2017,,,, +NCL,EAS,HIC,2018,,,, +NER,SSF,LIC,1960,,,, +NER,SSF,LIC,1961,,,, +NER,SSF,LIC,1962,,,, +NER,SSF,LIC,1963,,,, +NER,SSF,LIC,1964,,,, +NER,SSF,LIC,1965,,,, +NER,SSF,LIC,1966,,,, +NER,SSF,LIC,1967,,,, +NER,SSF,LIC,1968,,,, +NER,SSF,LIC,1969,,,, +NER,SSF,LIC,1970,,,,737731 +NER,SSF,LIC,1971,,,11.71429,756290 +NER,SSF,LIC,1972,,,12.14388,778244 +NER,SSF,LIC,1973,,,12.55196,803796 +NER,SSF,LIC,1974,,,13.29953,830383 +NER,SSF,LIC,1975,,,14.15344,854803 +NER,SSF,LIC,1976,,,16.27729,873499 +NER,SSF,LIC,1977,,,17.879379,892167 +NER,SSF,LIC,1978,,,19.209749,918248 +NER,SSF,LIC,1979,,,19.75576,947799 +NER,SSF,LIC,1980,,,21.514879,975413 +NER,SSF,LIC,1981,,,23.003651,994864 +NER,SSF,LIC,1982,,,23.23785,1016439 +NER,SSF,LIC,1983,,,23.182619,1043744 +NER,SSF,LIC,1984,,,23.23464,1075894 +NER,SSF,LIC,1985,,,22.673901,1109040 +NER,SSF,LIC,1986,,,24.21814,1139237 +NER,SSF,LIC,1987,,,25.06424,1169855 +NER,SSF,LIC,1988,,,24.765829,1214274 +NER,SSF,LIC,1989,,,25.654369,1265999 +NER,SSF,LIC,1990,,108.07785,26.18664,1317431 +NER,SSF,LIC,1991,,156.51006,27.1665,1359455 +NER,SSF,LIC,1992,,113.16949,26.482901,1398478 +NER,SSF,LIC,1993,,132.42827,26.745569,1443126 +NER,SSF,LIC,1994,,132.96289,27.54578,1490854 +NER,SSF,LIC,1995,,141.89304,27.775721,1536093 +NER,SSF,LIC,1996,,128.55649,28.008261,1572904 +NER,SSF,LIC,1997,,,28.82353,1609188 +NER,SSF,LIC,1998,,,29.006599,1660991 +NER,SSF,LIC,1999,,,30.73197,1724501 +NER,SSF,LIC,2000,,,32.35606,1792877 +NER,SSF,LIC,2001,,,35.371761,1858359 +NER,SSF,LIC,2002,,,39.539211,1925820 +NER,SSF,LIC,2003,217.99786,186.95323,42.72102,2007894 +NER,SSF,LIC,2004,,,46.6409,2101501 +NER,SSF,LIC,2005,,,48.356491,2200891 +NER,SSF,LIC,2006,70.524513,274.73996,48.987259,2299532 +NER,SSF,LIC,2007,127.91299,344.77017,51.379971,2400768 +NER,SSF,LIC,2008,119.84846,340.48621,55.21143,2513258 +NER,SSF,LIC,2009,245.79378,381.98859,59.011902,2632884 +NER,SSF,LIC,2010,190.19312,328.35928,62.708359,2754669 +NER,SSF,LIC,2011,183.1333,349.815,66.518944,2872776 +NER,SSF,LIC,2012,163.87479,370.90448,68.394371,2992628 +NER,SSF,LIC,2013,187.4543,455.00122,69.149223,3123561 +NER,SSF,LIC,2014,281.02917,655.74988,69.575974,3262608 +NER,SSF,LIC,2015,216.41035,534.30261,71.595909,3404491 +NER,SSF,LIC,2016,159.03548,418.71924,73.432327,3543631 +NER,SSF,LIC,2017,130.73463,365.61624,74.736198,3685927 +NER,SSF,LIC,2018,,,,3833193 +NGA,SSF,LMC,1960,,,, +NGA,SSF,LMC,1961,,,, +NGA,SSF,LMC,1962,,,, +NGA,SSF,LMC,1963,,,, +NGA,SSF,LMC,1964,,,, +NGA,SSF,LMC,1965,,,, +NGA,SSF,LMC,1966,,,, +NGA,SSF,LMC,1967,,,, +NGA,SSF,LMC,1968,,,, +NGA,SSF,LMC,1969,,,, +NGA,SSF,LMC,1970,,,40.94025,8587761 +NGA,SSF,LMC,1971,,,44.416309,8768263 +NGA,SSF,LMC,1972,,,48.731319,9010881 +NGA,SSF,LMC,1973,,,50.35062,9259505 +NGA,SSF,LMC,1974,,,,9504629 +NGA,SSF,LMC,1975,,,,9739059 +NGA,SSF,LMC,1976,,,49.091721,9960656 +NGA,SSF,LMC,1977,,,60.101501,10258907 +NGA,SSF,LMC,1978,,,76.343292,10611286 +NGA,SSF,LMC,1979,,,89.749359,10996532 +NGA,SSF,LMC,1980,,,94.839363,11388179 +NGA,SSF,LMC,1981,,,103.06889,11759056 +NGA,SSF,LMC,1982,,,112.76102,12205875 +NGA,SSF,LMC,1983,,,113.07883,12659933 +NGA,SSF,LMC,1984,,,111.8358,13108011 +NGA,SSF,LMC,1985,,,106.28301,13537981 +NGA,SSF,LMC,1986,,,93.490891,13937687 +NGA,SSF,LMC,1987,,,89.736603,14398428 +NGA,SSF,LMC,1988,,,85.38942,14869667 +NGA,SSF,LMC,1989,,,83.04525,15326634 +NGA,SSF,LMC,1990,,,86.491562,15741751 +NGA,SSF,LMC,1991,,,85.646461,16095812 +NGA,SSF,LMC,1992,,,89.704453,16516081 +NGA,SSF,LMC,1993,,,93.818466,16927277 +NGA,SSF,LMC,1994,,,93.606667,17308330 +NGA,SSF,LMC,1995,,,89.300613,17638527 +NGA,SSF,LMC,1996,,,78.663483,17908235 +NGA,SSF,LMC,1997,,,,18265440 +NGA,SSF,LMC,1998,,,,18647752 +NGA,SSF,LMC,1999,,,94.1129,19037572 +NGA,SSF,LMC,2000,,,98.689499,19415958 +NGA,SSF,LMC,2001,,,96.375572,19767309 +NGA,SSF,LMC,2002,,,98.00531,20219049 +NGA,SSF,LMC,2003,,,99.467056,20720913 +NGA,SSF,LMC,2004,,,100.67699,21261336 +NGA,SSF,LMC,2005,,,101.36508,21827382 +NGA,SSF,LMC,2006,,,102.10813,22399844 +NGA,SSF,LMC,2007,,,93.310043,23066609 +NGA,SSF,LMC,2008,,,84.138641,23790722 +NGA,SSF,LMC,2009,,,85.38784,24555819 +NGA,SSF,LMC,2010,,,85.117851,25340887 +NGA,SSF,LMC,2011,,,90.671242,26118693 +NGA,SSF,LMC,2012,,,92.091141,26969723 +NGA,SSF,LMC,2013,,,94.11853,27818485 +NGA,SSF,LMC,2014,,,90.103554,28649719 +NGA,SSF,LMC,2015,,,,29450040 +NGA,SSF,LMC,2016,,,84.725639,30212300 +NGA,SSF,LMC,2017,,,,31037469 +NGA,SSF,LMC,2018,,,,31886242 +NIC,LCN,LMC,1960,,,, +NIC,LCN,LMC,1961,,,, +NIC,LCN,LMC,1962,,,, +NIC,LCN,LMC,1963,,,, +NIC,LCN,LMC,1964,,,, +NIC,LCN,LMC,1965,,,, +NIC,LCN,LMC,1966,,,, +NIC,LCN,LMC,1967,,,, +NIC,LCN,LMC,1968,,,, +NIC,LCN,LMC,1969,,,, +NIC,LCN,LMC,1970,,,66.698853,424845 +NIC,LCN,LMC,1971,,,69.205276,430230 +NIC,LCN,LMC,1972,,,68.796112,436855 +NIC,LCN,LMC,1973,,,70.298729,445275 +NIC,LCN,LMC,1974,,,70.020126,455348 +NIC,LCN,LMC,1975,,,72.054588,466887 +NIC,LCN,LMC,1976,,,74.625183,479556 +NIC,LCN,LMC,1977,,,73.827339,494556 +NIC,LCN,LMC,1978,,,71.832779,511288 +NIC,LCN,LMC,1979,,,77.373817,529195 +NIC,LCN,LMC,1980,,,85.84137,547657 +NIC,LCN,LMC,1981,,,,566584 +NIC,LCN,LMC,1982,,,86.563927,585868 +NIC,LCN,LMC,1983,,,88.323753,604829 +NIC,LCN,LMC,1984,,,85.277588,623137 +NIC,LCN,LMC,1985,,,87.096741,640340 +NIC,LCN,LMC,1986,,,84.229027,655505 +NIC,LCN,LMC,1987,,,86.084343,671511 +NIC,LCN,LMC,1988,,,86.172371,688465 +NIC,LCN,LMC,1989,,,83.319389,706013 +NIC,LCN,LMC,1990,,,86.286949,723761 +NIC,LCN,LMC,1991,,,89.75634,740069 +NIC,LCN,LMC,1992,,233.48495,91.830841,755337 +NIC,LCN,LMC,1993,,,94.669449,768652 +NIC,LCN,LMC,1994,,,97.163391,779504 +NIC,LCN,LMC,1995,,,96.274857,787425 +NIC,LCN,LMC,1996,,,95.725128,792643 +NIC,LCN,LMC,1997,,,97.34269,796387 +NIC,LCN,LMC,1998,,,97.647621,798936 +NIC,LCN,LMC,1999,,,103.1704,800111 +NIC,LCN,LMC,2000,,,103.88035,799803 +NIC,LCN,LMC,2001,,,107.49241,796614 +NIC,LCN,LMC,2002,,,114.54247,792853 +NIC,LCN,LMC,2003,,,115.51947,788848 +NIC,LCN,LMC,2004,266.8736,251.38347,118.11106,784738 +NIC,LCN,LMC,2005,308.01624,291.10278,119.47575,780633 +NIC,LCN,LMC,2006,316.65289,305.9519,123.80701,774409 +NIC,LCN,LMC,2007,,,123.14758,767962 +NIC,LCN,LMC,2008,,,122.77132,761465 +NIC,LCN,LMC,2009,,,,755161 +NIC,LCN,LMC,2010,481.7858,445.04724,120.6404,749435 +NIC,LCN,LMC,2011,,,,742816 +NIC,LCN,LMC,2012,,,,738334 +NIC,LCN,LMC,2013,,,,735977 +NIC,LCN,LMC,2014,,,,735527 +NIC,LCN,LMC,2015,,,,736182 +NIC,LCN,LMC,2016,,,,735481 +NIC,LCN,LMC,2017,,,,733408 +NIC,LCN,LMC,2018,,,,729883 +NLD,ECS,HIC,1960,,,, +NLD,ECS,HIC,1961,,,, +NLD,ECS,HIC,1962,,,, +NLD,ECS,HIC,1963,,,, +NLD,ECS,HIC,1964,,,, +NLD,ECS,HIC,1965,,,, +NLD,ECS,HIC,1966,,,, +NLD,ECS,HIC,1967,,,, +NLD,ECS,HIC,1968,,,, +NLD,ECS,HIC,1969,,,, +NLD,ECS,HIC,1970,,,,1423958 +NLD,ECS,HIC,1971,,,101.33342,1443133 +NLD,ECS,HIC,1972,,,100.18875,1461725 +NLD,ECS,HIC,1973,,,99.094719,1474896 +NLD,ECS,HIC,1974,,,98.224167,1481276 +NLD,ECS,HIC,1975,,,97.884918,1479469 +NLD,ECS,HIC,1976,,,98.919724,1469340 +NLD,ECS,HIC,1977,,,99.337738,1457738 +NLD,ECS,HIC,1978,,,99.753029,1438257 +NLD,ECS,HIC,1979,,,100.19802,1410484 +NLD,ECS,HIC,1980,,,100.38784,1374535 +NLD,ECS,HIC,1981,,,100.05591,1332597 +NLD,ECS,HIC,1982,,,98.50322,1289164 +NLD,ECS,HIC,1983,,,96.548553,1244464 +NLD,ECS,HIC,1984,,,95.003532,1199908 +NLD,ECS,HIC,1985,,,94.61734,1157272 +NLD,ECS,HIC,1986,,,99.19976,1118541 +NLD,ECS,HIC,1987,,,100.9223,1086844 +NLD,ECS,HIC,1988,,,102.64921,1064506 +NLD,ECS,HIC,1989,,,103.19864,1052541 +NLD,ECS,HIC,1990,,5157.9414,102.92741,1051305 +NLD,ECS,HIC,1991,,5338.4497,102.23717,1058345 +NLD,ECS,HIC,1992,,,97.367363,1068282 +NLD,ECS,HIC,1993,,5892.918,96.85743,1080136 +NLD,ECS,HIC,1994,,5960.3091,107.19801,1093802 +NLD,ECS,HIC,1995,,6147.4746,107.2268,1108969 +NLD,ECS,HIC,1996,,6341.6616,107.35431,1125149 +NLD,ECS,HIC,1997,,,107.68104,1143179 +NLD,ECS,HIC,1998,5912.6509,7415.9248,108.17529,1159458 +NLD,ECS,HIC,1999,,,108.08065,1173284 +NLD,ECS,HIC,2000,,,107.98899,1183992 +NLD,ECS,HIC,2001,,,107.59439,1191550 +NLD,ECS,HIC,2002,,,107.4584,1197737 +NLD,ECS,HIC,2003,,,107.49457,1200642 +NLD,ECS,HIC,2004,,,106.8912,1200299 +NLD,ECS,HIC,2005,,,106.73933,1197300 +NLD,ECS,HIC,2006,,,107.04435,1193410 +NLD,ECS,HIC,2007,,,107.72906,1188702 +NLD,ECS,HIC,2008,,,108.27075,1187351 +NLD,ECS,HIC,2009,,,108.4438,1189591 +NLD,ECS,HIC,2010,,,108.2761,1195110 +NLD,ECS,HIC,2011,,,107.4966,1201587 +NLD,ECS,HIC,2012,,,105.8301,1206790 +NLD,ECS,HIC,2013,,,,1204240 +NLD,ECS,HIC,2014,,,,1193917 +NLD,ECS,HIC,2015,8443.3652,10160.187,102.6976,1176336 +NLD,ECS,HIC,2016,,,103.2868,1154328 +NLD,ECS,HIC,2017,,,104.2296,1134132 +NLD,ECS,HIC,2018,,,,1116538 +NOR,ECS,HIC,1960,,,, +NOR,ECS,HIC,1961,,,, +NOR,ECS,HIC,1962,,,, +NOR,ECS,HIC,1963,,,, +NOR,ECS,HIC,1964,,,, +NOR,ECS,HIC,1965,,,, +NOR,ECS,HIC,1966,,,, +NOR,ECS,HIC,1967,,,, +NOR,ECS,HIC,1968,,,, +NOR,ECS,HIC,1969,,,, +NOR,ECS,HIC,1970,,,,371225 +NOR,ECS,HIC,1971,,,103.7633,371642 +NOR,ECS,HIC,1972,,,103.89482,372007 +NOR,ECS,HIC,1973,,,100.3707,373619 +NOR,ECS,HIC,1974,,,101.02825,376853 +NOR,ECS,HIC,1975,,,101.34733,381420 +NOR,ECS,HIC,1976,,,100.78665,387084 +NOR,ECS,HIC,1977,,,100.89462,392681 +NOR,ECS,HIC,1978,,,100.00277,396661 +NOR,ECS,HIC,1979,,,99.521896,398035 +NOR,ECS,HIC,1980,,,99.460732,396649 +NOR,ECS,HIC,1981,,,99.449471,392346 +NOR,ECS,HIC,1982,,,99.149109,386891 +NOR,ECS,HIC,1983,,,98.282516,379218 +NOR,ECS,HIC,1984,,,97.781937,369783 +NOR,ECS,HIC,1985,,,96.810661,358758 +NOR,ECS,HIC,1986,,,96.811378,346419 +NOR,ECS,HIC,1987,,,97.473473,334016 +NOR,ECS,HIC,1988,,,98.150711,323205 +NOR,ECS,HIC,1989,,,99.136787,315104 +NOR,ECS,HIC,1990,,4048.323,100.18482,310027 +NOR,ECS,HIC,1991,,4157.4785,100.37564,308274 +NOR,ECS,HIC,1992,,4274.9507,100.02529,308438 +NOR,ECS,HIC,1993,,,99.037521,310449 +NOR,ECS,HIC,1994,,4715.7471,98.727867,313882 +NOR,ECS,HIC,1995,,4768.7734,98.486923,318887 +NOR,ECS,HIC,1996,,4862.6377,98.559486,325440 +NOR,ECS,HIC,1997,19048.488,6297.792,84.334053,392035 +NOR,ECS,HIC,1998,10954.015,4399.7017,100.2591,400614 +NOR,ECS,HIC,1999,,,100.75639,408786 +NOR,ECS,HIC,2000,,,100.85066,416264 +NOR,ECS,HIC,2001,,,100.86467,422819 +NOR,ECS,HIC,2002,10919.433,4689.2959,100.19949,428590 +NOR,ECS,HIC,2003,11405.02,4934.0166,99.984978,432683 +NOR,ECS,HIC,2004,11070.939,4786.4653,99.352203,435164 +NOR,ECS,HIC,2005,10657.367,4578.959,98.511497,436144 +NOR,ECS,HIC,2006,10394.218,4466.1875,98.595009,435803 +NOR,ECS,HIC,2007,10651.203,4587.9736,99.076729,434765 +NOR,ECS,HIC,2008,10404.986,4469.8262,99.264732,432776 +NOR,ECS,HIC,2009,12021.392,5130.3569,99.155678,430412 +NOR,ECS,HIC,2010,11843.908,5022.4331,99.080116,427992 +NOR,ECS,HIC,2011,11153.111,4721.4805,99.402412,425878 +NOR,ECS,HIC,2012,11120.144,4702.2305,99.883453,423806 +NOR,ECS,HIC,2013,11494.719,4889.6001,100.2236,424003 +NOR,ECS,HIC,2014,11585.768,4958.4536,99.827492,426636 +NOR,ECS,HIC,2015,12618.591,5454.9917,99.90493,431278 +NOR,ECS,HIC,2016,,,100.2259,437399 +NOR,ECS,HIC,2017,,,100.2602,443618 +NOR,ECS,HIC,2018,,,,446930 +NPL,SAS,LIC,1960,,,, +NPL,SAS,LIC,1961,,,, +NPL,SAS,LIC,1962,,,, +NPL,SAS,LIC,1963,,,, +NPL,SAS,LIC,1964,,,, +NPL,SAS,LIC,1965,,,, +NPL,SAS,LIC,1966,,,, +NPL,SAS,LIC,1967,,,, +NPL,SAS,LIC,1968,,,, +NPL,SAS,LIC,1969,,,, +NPL,SAS,LIC,1970,,,25.553881,1513504 +NPL,SAS,LIC,1971,,,,1534173 +NPL,SAS,LIC,1972,,,, +NPL,SAS,LIC,1973,,,, +NPL,SAS,LIC,1974,,,, +NPL,SAS,LIC,1975,,,, +NPL,SAS,LIC,1976,,,, +NPL,SAS,LIC,1977,,,, +NPL,SAS,LIC,1978,,,, +NPL,SAS,LIC,1979,,,, +NPL,SAS,LIC,1980,,,, +NPL,SAS,LIC,1981,,,71.173012,1934849 +NPL,SAS,LIC,1982,,,73.519188,1990119 +NPL,SAS,LIC,1983,,,78.694252,2050503 +NPL,SAS,LIC,1984,,,82.067177,2112851 +NPL,SAS,LIC,1985,,,82.695717,2173577 +NPL,SAS,LIC,1986,,,82.648682,2229140 +NPL,SAS,LIC,1987,,,84.37722,2294773 +NPL,SAS,LIC,1988,,,88.5672,2361052 +NPL,SAS,LIC,1989,,,103.24145,2426369 +NPL,SAS,LIC,1990,,,111.04977,2490194 +NPL,SAS,LIC,1991,,,112.06721,2552242 +NPL,SAS,LIC,1992,,,114.98951,2617173 +NPL,SAS,LIC,1993,,,114.17284,2685475 +NPL,SAS,LIC,1994,,,114.93724,2753915 +NPL,SAS,LIC,1995,,,114.82707,2818318 +NPL,SAS,LIC,1996,,,118.93545,2874925 +NPL,SAS,LIC,1997,,,116.68733,2941433 +NPL,SAS,LIC,1998,,504.75186,,3008798 +NPL,SAS,LIC,1999,136.71506,490.48785,115.71459,3075767 +NPL,SAS,LIC,2000,158.73911,600.08368,119.40479,3141131 +NPL,SAS,LIC,2001,220.56717,799.14795,112.24543,3202514 +NPL,SAS,LIC,2002,197.62717,761.57965,117.25163,3262727 +NPL,SAS,LIC,2003,182.83589,718.30444,114.84274,3395930 +NPL,SAS,LIC,2004,,,115.77968,3450146 +NPL,SAS,LIC,2005,,,114.50927,3491317 +NPL,SAS,LIC,2006,,,127.21974,3514145 +NPL,SAS,LIC,2007,,,127.29527,3520969 +NPL,SAS,LIC,2008,264.06189,1166.8137,125.27331,3511820 +NPL,SAS,LIC,2009,320.32001,1531.8706,137.67992,3485193 +NPL,SAS,LIC,2010,225.06,1102.9436,144.4519,3448365 +NPL,SAS,LIC,2011,241.71922,1196.983,149.9568,3412128 +NPL,SAS,LIC,2012,252.1068,1205.7977,148.1898,3361936 +NPL,SAS,LIC,2013,257.58627,1178.8932,145.36259,3314696 +NPL,SAS,LIC,2014,312.81033,1376.9222,143.24789,3266519 +NPL,SAS,LIC,2015,313.95792,1361.119,144.1777,3212777 +NPL,SAS,LIC,2016,,,144.4888,3150237 +NPL,SAS,LIC,2017,,,143.91949,3083235 +NPL,SAS,LIC,2018,,,,3008087 +NRU,EAS,UMC,1960,,,, +NRU,EAS,UMC,1961,,,, +NRU,EAS,UMC,1962,,,, +NRU,EAS,UMC,1963,,,, +NRU,EAS,UMC,1964,,,, +NRU,EAS,UMC,1965,,,, +NRU,EAS,UMC,1966,,,, +NRU,EAS,UMC,1967,,,, +NRU,EAS,UMC,1968,,,, +NRU,EAS,UMC,1969,,,, +NRU,EAS,UMC,1970,,,, +NRU,EAS,UMC,1971,,,87.755096, +NRU,EAS,UMC,1972,,,101.23172, +NRU,EAS,UMC,1973,,,100.91047, +NRU,EAS,UMC,1974,,,104.66165, +NRU,EAS,UMC,1975,,,, +NRU,EAS,UMC,1976,,,, +NRU,EAS,UMC,1977,,,, +NRU,EAS,UMC,1978,,,, +NRU,EAS,UMC,1979,,,, +NRU,EAS,UMC,1980,,,, +NRU,EAS,UMC,1981,,,, +NRU,EAS,UMC,1982,,,, +NRU,EAS,UMC,1983,,,, +NRU,EAS,UMC,1984,,,, +NRU,EAS,UMC,1985,,,110.51028, +NRU,EAS,UMC,1986,,,, +NRU,EAS,UMC,1987,,,, +NRU,EAS,UMC,1988,,,, +NRU,EAS,UMC,1989,,,, +NRU,EAS,UMC,1990,,,, +NRU,EAS,UMC,1991,,,, +NRU,EAS,UMC,1992,,,, +NRU,EAS,UMC,1993,,,, +NRU,EAS,UMC,1994,,,, +NRU,EAS,UMC,1995,,,, +NRU,EAS,UMC,1996,,,, +NRU,EAS,UMC,1997,,,, +NRU,EAS,UMC,1998,,,113.5929,1972 +NRU,EAS,UMC,1999,,,,2027 +NRU,EAS,UMC,2000,,,109.9654,1602 +NRU,EAS,UMC,2001,,,112.43919,1570 +NRU,EAS,UMC,2002,,,109.58712,1611 +NRU,EAS,UMC,2003,,,97.104523,1565 +NRU,EAS,UMC,2004,,,109.44882,1512 +NRU,EAS,UMC,2005,,,131.59041,1447 +NRU,EAS,UMC,2006,,,102.20103,1335 +NRU,EAS,UMC,2007,,,91.346153,1341 +NRU,EAS,UMC,2008,,,93.582092,1349 +NRU,EAS,UMC,2009,,,,1359 +NRU,EAS,UMC,2010,,,,1370 +NRU,EAS,UMC,2011,,,,1332 +NRU,EAS,UMC,2012,,,99.77047,1366 +NRU,EAS,UMC,2013,,,,1421 +NRU,EAS,UMC,2014,,,116.4576,1492 +NRU,EAS,UMC,2015,,,,1584 +NRU,EAS,UMC,2016,,,126.4336,1689 +NRU,EAS,UMC,2017,,,,1799 +NRU,EAS,UMC,2018,,,,1859 +NZL,EAS,HIC,1960,,,, +NZL,EAS,HIC,1961,,,, +NZL,EAS,HIC,1962,,,, +NZL,EAS,HIC,1963,,,, +NZL,EAS,HIC,1964,,,, +NZL,EAS,HIC,1965,,,, +NZL,EAS,HIC,1966,,,, +NZL,EAS,HIC,1967,,,, +NZL,EAS,HIC,1968,,,, +NZL,EAS,HIC,1969,,,, +NZL,EAS,HIC,1970,,,110.55664,362208 +NZL,EAS,HIC,1971,,,108.65749,365256 +NZL,EAS,HIC,1972,,,107.06721,368179 +NZL,EAS,HIC,1973,,,105.85282,369822 +NZL,EAS,HIC,1974,,,105.32563,369327 +NZL,EAS,HIC,1975,,,106.73169,366713 +NZL,EAS,HIC,1976,,,108.1348,364078 +NZL,EAS,HIC,1977,,,109.01904,361879 +NZL,EAS,HIC,1978,,,109.22726,360291 +NZL,EAS,HIC,1979,,,108.74027,358856 +NZL,EAS,HIC,1980,,,107.11984,355921 +NZL,EAS,HIC,1981,,,104.74889,351303 +NZL,EAS,HIC,1982,,,104.28908,344246 +NZL,EAS,HIC,1983,,,103.62047,334680 +NZL,EAS,HIC,1984,,,104.49931,323405 +NZL,EAS,HIC,1985,,,105.35615,312594 +NZL,EAS,HIC,1986,,,105.00762,305095 +NZL,EAS,HIC,1987,,,105.69157,300374 +NZL,EAS,HIC,1988,,,104.71137,298915 +NZL,EAS,HIC,1989,,,104.04299,300619 +NZL,EAS,HIC,1990,,,104.7387,304155 +NZL,EAS,HIC,1991,,,102.56854,308191 +NZL,EAS,HIC,1992,,,100.93142,314358 +NZL,EAS,HIC,1993,,,100.16312,322458 +NZL,EAS,HIC,1994,,1385.1014,100.03378,331554 +NZL,EAS,HIC,1995,,1450.4443,101.5194,340069 +NZL,EAS,HIC,1996,,1794.3818,100.21506,347351 +NZL,EAS,HIC,1997,4985.5352,1782.6729,101.45097,352455 +NZL,EAS,HIC,1998,,,101.8014,356000 +NZL,EAS,HIC,1999,,,100.5263,358733 +NZL,EAS,HIC,2000,,,99.540718,361214 +NZL,EAS,HIC,2001,,,97.795868,363545 +NZL,EAS,HIC,2002,,,97.384987,363938 +NZL,EAS,HIC,2003,,,98.432564,362118 +NZL,EAS,HIC,2004,,,98.533417,358317 +NZL,EAS,HIC,2005,,,99.717949,353843 +NZL,EAS,HIC,2006,,,100.18019,350181 +NZL,EAS,HIC,2007,,,100.60348,346990 +NZL,EAS,HIC,2008,,,100.97975,344785 +NZL,EAS,HIC,2009,,,101.06332,344017 +NZL,EAS,HIC,2010,,,101.1109,344663 +NZL,EAS,HIC,2011,,,99.777657,348109 +NZL,EAS,HIC,2012,,,98.347923,353418 +NZL,EAS,HIC,2013,6947.0474,2434.5232,97.944,360697 +NZL,EAS,HIC,2014,6584.1934,2348.8848,97.6213,368988 +NZL,EAS,HIC,2015,6772.8423,2453.3333,97.94278,376042 +NZL,EAS,HIC,2016,7235.103,2695.1047,98.821449,381582 +NZL,EAS,HIC,2017,,,99.974762,384209 +NZL,EAS,HIC,2018,,,,383773 +OMN,MEA,HIC,1960,,,, +OMN,MEA,HIC,1961,,,, +OMN,MEA,HIC,1962,,,, +OMN,MEA,HIC,1963,,,, +OMN,MEA,HIC,1964,,,, +OMN,MEA,HIC,1965,,,, +OMN,MEA,HIC,1966,,,, +OMN,MEA,HIC,1967,,,, +OMN,MEA,HIC,1968,,,, +OMN,MEA,HIC,1969,,,, +OMN,MEA,HIC,1970,,,,118812 +OMN,MEA,HIC,1971,,,2.8306601,122870 +OMN,MEA,HIC,1972,,,12.09158,126799 +OMN,MEA,HIC,1973,,,18.605801,131202 +OMN,MEA,HIC,1974,,,25.940519,136042 +OMN,MEA,HIC,1975,,,34.439091,141261 +OMN,MEA,HIC,1976,,,37.194618,146825 +OMN,MEA,HIC,1977,,,41.114422,152332 +OMN,MEA,HIC,1978,,,44.69651,158292 +OMN,MEA,HIC,1979,,,47.428452,164745 +OMN,MEA,HIC,1980,,,48.730259,171768 +OMN,MEA,HIC,1981,,,51.1833,179541 +OMN,MEA,HIC,1982,,,53.988071,188950 +OMN,MEA,HIC,1983,,,58.51059,200466 +OMN,MEA,HIC,1984,,,63.503529,213869 +OMN,MEA,HIC,1985,,,68.607712,228758 +OMN,MEA,HIC,1986,,,72.648369,244383 +OMN,MEA,HIC,1987,,,76.17791,259567 +OMN,MEA,HIC,1988,,,78.594017,274087 +OMN,MEA,HIC,1989,,,80.634079,287946 +OMN,MEA,HIC,1990,,1057.3823,82.009689,301342 +OMN,MEA,HIC,1991,,1153.7859,83.653221,314384 +OMN,MEA,HIC,1992,,1260.1647,85.424522,324702 +OMN,MEA,HIC,1993,,1421.2943,86.374809,335648 +OMN,MEA,HIC,1994,,1414.208,86.180008,344875 +OMN,MEA,HIC,1995,,1460.6331,86.42099,349455 +OMN,MEA,HIC,1996,,1274.5514,88.280701,347815 +OMN,MEA,HIC,1997,4383.8516,1367.5645,89.472038,348665 +OMN,MEA,HIC,1998,5236.0967,1641.6001,90.330391,347080 +OMN,MEA,HIC,1999,4846.3892,1529.312,91.683182,344183 +OMN,MEA,HIC,2000,,,92.48259,341665 +OMN,MEA,HIC,2001,5407.856,1713.6901,93.017982,340679 +OMN,MEA,HIC,2002,7104.4683,2249.509,92.717758,341479 +OMN,MEA,HIC,2003,,,91.917313,341600 +OMN,MEA,HIC,2004,,2117.3015,,340374 +OMN,MEA,HIC,2005,6394.0947,1995.7313,92.6362,336829 +OMN,MEA,HIC,2006,,,91.688499,330848 +OMN,MEA,HIC,2007,,,93.707939,315015 +OMN,MEA,HIC,2008,,,95.977913,302539 +OMN,MEA,HIC,2009,6482.8755,1958.0684,103.15225,293743 +OMN,MEA,HIC,2010,,1704.9115,,288921 +OMN,MEA,HIC,2011,7066.9141,2088.8455,102.5504,288234 +OMN,MEA,HIC,2012,,,104.6121,286163 +OMN,MEA,HIC,2013,,,109.1066,292580 +OMN,MEA,HIC,2014,,,109.6954,305239 +OMN,MEA,HIC,2015,,,108.3046,321459 +OMN,MEA,HIC,2016,13322.697,4904.6309,108.2739,338963 +OMN,MEA,HIC,2017,12518.573,4807.1445,106.3647,358163 +OMN,MEA,HIC,2018,,,103.3921,380855 +PAK,SAS,LMC,1960,,,, +PAK,SAS,LMC,1961,,,, +PAK,SAS,LMC,1962,,,, +PAK,SAS,LMC,1963,,,, +PAK,SAS,LMC,1964,,,, +PAK,SAS,LMC,1965,,,, +PAK,SAS,LMC,1966,,,, +PAK,SAS,LMC,1967,,,, +PAK,SAS,LMC,1968,,,, +PAK,SAS,LMC,1969,,,, +PAK,SAS,LMC,1970,,,,7870042 +PAK,SAS,LMC,1971,,,49.25872,8114854 +PAK,SAS,LMC,1972,,,49.091839,8403557 +PAK,SAS,LMC,1973,,,51.425179,8688363 +PAK,SAS,LMC,1974,,,53.79641,8964055 +PAK,SAS,LMC,1975,,,54.175449,9228352 +PAK,SAS,LMC,1976,,,55.355831,9481354 +PAK,SAS,LMC,1977,,,56.738091,9765595 +PAK,SAS,LMC,1978,,,50.028549,10048101 +PAK,SAS,LMC,1979,,,49.7938,10327691 +PAK,SAS,LMC,1980,,,49.238232,10609377 +PAK,SAS,LMC,1981,,,50.313938,10900325 +PAK,SAS,LMC,1982,,,51.140289,11247000 +PAK,SAS,LMC,1983,,,53.252522,11622023 +PAK,SAS,LMC,1984,,,53.424629,12017945 +PAK,SAS,LMC,1985,,,55.035648,12420488 +PAK,SAS,LMC,1986,,,55.4156,12813665 +PAK,SAS,LMC,1987,,,57.53265,13288785 +PAK,SAS,LMC,1988,,,57.856659,13763598 +PAK,SAS,LMC,1989,,,58.14043,14231711 +PAK,SAS,LMC,1990,,,58.629311,14694287 +PAK,SAS,LMC,1991,,3815.3923,,15152518 +PAK,SAS,LMC,1992,,4169.4995,,15689097 +PAK,SAS,LMC,1993,,4256.499,,16267313 +PAK,SAS,LMC,1994,,4924.4385,,16861374 +PAK,SAS,LMC,1995,,5682.4961,,17420257 +PAK,SAS,LMC,1996,,5835.3555,,17881600 +PAK,SAS,LMC,1997,,7236.8613,,18320078 +PAK,SAS,LMC,1998,,,,18638836 +PAK,SAS,LMC,1999,,,,18833634 +PAK,SAS,LMC,2000,,,70.885391,18945269 +PAK,SAS,LMC,2001,,,70.791367,19037447 +PAK,SAS,LMC,2002,,,70.894897,19186072 +PAK,SAS,LMC,2003,,,72.722443,19347968 +PAK,SAS,LMC,2004,,,77.111214,19510420 +PAK,SAS,LMC,2005,,,81.277573,19639368 +PAK,SAS,LMC,2006,,,77.927849,19697306 +PAK,SAS,LMC,2007,,,83.103943,19782321 +PAK,SAS,LMC,2008,,,83.243073,19782008 +PAK,SAS,LMC,2009,,,83.898598,19717289 +PAK,SAS,LMC,2010,,,84.593613,19658111 +PAK,SAS,LMC,2011,,,80.859177,19693115 +PAK,SAS,LMC,2012,,,80.37719,19889142 +PAK,SAS,LMC,2013,371.49829,6742.7808,79.658577,20278239 +PAK,SAS,LMC,2014,385.14719,7484.0127,84.307472,20838948 +PAK,SAS,LMC,2015,374.879,7440.1567,85.08992,21477116 +PAK,SAS,LMC,2016,478.23065,10306.149,91.317459,22055744 +PAK,SAS,LMC,2017,,,90.589172,22608282 +PAK,SAS,LMC,2018,,,94.141647,23126168 +PAN,LCN,HIC,1960,,,, +PAN,LCN,HIC,1961,,,, +PAN,LCN,HIC,1962,,,, +PAN,LCN,HIC,1963,,,, +PAN,LCN,HIC,1964,,,, +PAN,LCN,HIC,1965,,,, +PAN,LCN,HIC,1966,,,, +PAN,LCN,HIC,1967,,,, +PAN,LCN,HIC,1968,,,, +PAN,LCN,HIC,1969,,,, +PAN,LCN,HIC,1970,,,99.48288,256467 +PAN,LCN,HIC,1971,,,108.98558,263721 +PAN,LCN,HIC,1972,,,112.82007,270809 +PAN,LCN,HIC,1973,,,114.9222,277599 +PAN,LCN,HIC,1974,,,115.63009,283981 +PAN,LCN,HIC,1975,,,115.38172,289910 +PAN,LCN,HIC,1976,,,114.57567,295810 +PAN,LCN,HIC,1977,,,112.77646,301856 +PAN,LCN,HIC,1978,,,111.51716,307914 +PAN,LCN,HIC,1979,,,108.39687,313803 +PAN,LCN,HIC,1980,,,105.69097,319275 +PAN,LCN,HIC,1981,,,103.28139,324510 +PAN,LCN,HIC,1982,,,102.32832,329009 +PAN,LCN,HIC,1983,,,100.86728,332704 +PAN,LCN,HIC,1984,,,101.03628,335570 +PAN,LCN,HIC,1985,,,100.68766,337748 +PAN,LCN,HIC,1986,,,101.0454,339997 +PAN,LCN,HIC,1987,,,101.14074,342173 +PAN,LCN,HIC,1988,,,100.24655,344302 +PAN,LCN,HIC,1989,,,101.09471,346438 +PAN,LCN,HIC,1990,,,100.67081,348628 +PAN,LCN,HIC,1991,,,99.733932,350986 +PAN,LCN,HIC,1992,,,99.816002,353761 +PAN,LCN,HIC,1993,,,100.1241,356922 +PAN,LCN,HIC,1994,,292.74255,99.432869,360375 +PAN,LCN,HIC,1995,,328.04404,99.430687,363905 +PAN,LCN,HIC,1996,,346.13852,100.96162,367665 +PAN,LCN,HIC,1997,,368.33432,,370988 +PAN,LCN,HIC,1998,,,,373888 +PAN,LCN,HIC,1999,1509.2019,593.16162,104.39654,376450 +PAN,LCN,HIC,2000,1552.7628,621.73865,105.66807,378900 +PAN,LCN,HIC,2001,1173.3018,478.99927,106.88965,381911 +PAN,LCN,HIC,2002,1143.5929,480.19925,108.83784,385788 +PAN,LCN,HIC,2003,,,107.53756,390455 +PAN,LCN,HIC,2004,1149.5636,494.12494,108.6108,395732 +PAN,LCN,HIC,2005,,,107.2102,401182 +PAN,LCN,HIC,2006,,,107.44276,406625 +PAN,LCN,HIC,2007,1800.2927,803.24738,108.53408,411054 +PAN,LCN,HIC,2008,,,107.40144,414437 +PAN,LCN,HIC,2009,,,105.73111,416825 +PAN,LCN,HIC,2010,,,105.1106,418548 +PAN,LCN,HIC,2011,1152.6079,506.79935,104.5327,420961 +PAN,LCN,HIC,2012,,,103.2912,423839 +PAN,LCN,HIC,2013,,,102.2058,427175 +PAN,LCN,HIC,2014,,,99.135368,430955 +PAN,LCN,HIC,2015,,,96.077133,435002 +PAN,LCN,HIC,2016,,,93.121979,439360 +PAN,LCN,HIC,2017,,,94.385986,443776 +PAN,LCN,HIC,2018,,,,448196 +PER,LCN,UMC,1960,,,, +PER,LCN,UMC,1961,,,, +PER,LCN,UMC,1962,,,, +PER,LCN,UMC,1963,,,, +PER,LCN,UMC,1964,,,, +PER,LCN,UMC,1965,,,, +PER,LCN,UMC,1966,,,, +PER,LCN,UMC,1967,,,, +PER,LCN,UMC,1968,,,, +PER,LCN,UMC,1969,,,, +PER,LCN,UMC,1970,,,103.30281,2232487 +PER,LCN,UMC,1971,,,103.96686,2304305 +PER,LCN,UMC,1972,,,104.4425,2374397 +PER,LCN,UMC,1973,,,107.07237,2440324 +PER,LCN,UMC,1974,,,108.52305,2499311 +PER,LCN,UMC,1975,,,110.16853,2549674 +PER,LCN,UMC,1976,,,112.31022,2609952 +PER,LCN,UMC,1977,,,111.90067,2666761 +PER,LCN,UMC,1978,,,112.01892,2718330 +PER,LCN,UMC,1979,,,110.47984,2763822 +PER,LCN,UMC,1980,,,109.93208,2803943 +PER,LCN,UMC,1981,,,110.83361,2848170 +PER,LCN,UMC,1982,,,114.16681,2903015 +PER,LCN,UMC,1983,,,112.76138,2966023 +PER,LCN,UMC,1984,,,112.99557,3033033 +PER,LCN,UMC,1985,,,118.89581,3097106 +PER,LCN,UMC,1986,,,113.79203,3161422 +PER,LCN,UMC,1987,,,114.11244,3210695 +PER,LCN,UMC,1988,,,114.3987,3244443 +PER,LCN,UMC,1989,,,114.71785,3263806 +PER,LCN,UMC,1990,,,114.96592,3273551 +PER,LCN,UMC,1991,,,113.54001,3290649 +PER,LCN,UMC,1992,,,111.0181,3318926 +PER,LCN,UMC,1993,,,111.97506,3356694 +PER,LCN,UMC,1994,,,113.69475,3401137 +PER,LCN,UMC,1995,,,114.94902,3446230 +PER,LCN,UMC,1996,,1586.6801,114.39902,3490337 +PER,LCN,UMC,1997,,,113.37355,3526161 +PER,LCN,UMC,1998,540.60645,2324.2871,116.28668,3552747 +PER,LCN,UMC,1999,584.26813,2541.3291,117.31676,3569308 +PER,LCN,UMC,2000,571.35773,2478.5955,117.18726,3576327 +PER,LCN,UMC,2001,505.95422,2184.3906,116.73724,3571184 +PER,LCN,UMC,2002,475.05518,2034.6832,116.167,3555593 +PER,LCN,UMC,2003,509.79025,2141.3684,114.60995,3531549 +PER,LCN,UMC,2004,566.76501,2342.6584,113.8539,3501977 +PER,LCN,UMC,2005,559.46368,2285.3538,113.72672,3470835 +PER,LCN,UMC,2006,647.68896,2609.0989,113.91453,3447143 +PER,LCN,UMC,2007,710.35736,2837.1423,114.34937,3427753 +PER,LCN,UMC,2008,867.22076,3342.9314,111.39893,3414543 +PER,LCN,UMC,2009,974.6286,3691.3171,110.16584,3408848 +PER,LCN,UMC,2010,958.0423,3604.8076,109.8699,3409306 +PER,LCN,UMC,2011,944.7757,3468.467,108.0123,3419620 +PER,LCN,UMC,2012,1094.9484,3808.9849,102.4093,3429276 +PER,LCN,UMC,2013,1390.64,4929.9624,103.743,3438268 +PER,LCN,UMC,2014,1566.7283,5476.6772,101.1357,3446650 +PER,LCN,UMC,2015,1640.8329,5764.9663,100.2368,3454875 +PER,LCN,UMC,2016,1538.8389,5507.6821,103.0603,3468200 +PER,LCN,UMC,2017,1561.9792,5577.5503,103.5196,3486038 +PER,LCN,UMC,2018,,,106.9451,3507387 +PHL,EAS,LMC,1960,,,, +PHL,EAS,LMC,1961,,,, +PHL,EAS,LMC,1962,,,, +PHL,EAS,LMC,1963,,,, +PHL,EAS,LMC,1964,,,, +PHL,EAS,LMC,1965,,,, +PHL,EAS,LMC,1966,,,, +PHL,EAS,LMC,1967,,,, +PHL,EAS,LMC,1968,,,, +PHL,EAS,LMC,1969,,,, +PHL,EAS,LMC,1970,,,,6001138 +PHL,EAS,LMC,1971,,,113.26966,6150851 +PHL,EAS,LMC,1972,,,111.01848,6305094 +PHL,EAS,LMC,1973,,,108.6619,6461118 +PHL,EAS,LMC,1974,,,108.99312,6612771 +PHL,EAS,LMC,1975,,,107.35858,6759109 +PHL,EAS,LMC,1976,,,110.11151,6898152 +PHL,EAS,LMC,1977,,,110.85167,7041947 +PHL,EAS,LMC,1978,,,109.34572,7188013 +PHL,EAS,LMC,1979,,,111.45397,7336801 +PHL,EAS,LMC,1980,,,105.95027,7487438 +PHL,EAS,LMC,1981,,,111.34045,7638216 +PHL,EAS,LMC,1982,,,109.29736,7791851 +PHL,EAS,LMC,1983,,,107.92189,7959399 +PHL,EAS,LMC,1984,,,107.09532,8140089 +PHL,EAS,LMC,1985,,,105.59703,8329684 +PHL,EAS,LMC,1986,,,104.76088,8524234 +PHL,EAS,LMC,1987,,,105.48216,8731717 +PHL,EAS,LMC,1988,,,107.49319,8939994 +PHL,EAS,LMC,1989,,,109.16727,9144720 +PHL,EAS,LMC,1990,,,107.68287,9345632 +PHL,EAS,LMC,1991,,,109.40233,9541218 +PHL,EAS,LMC,1992,,,108.10682,9738747 +PHL,EAS,LMC,1993,,,107.38409,9949325 +PHL,EAS,LMC,1994,,,105.59366,10172230 +PHL,EAS,LMC,1995,,5385.146,104.99595,10400827 +PHL,EAS,LMC,1996,,5568.6011,108.66677,10629442 +PHL,EAS,LMC,1997,567.80536,6941.4419,106.84518,11095882 +PHL,EAS,LMC,1998,,,108.27501,11297595 +PHL,EAS,LMC,1999,,,109.04415,11472158 +PHL,EAS,LMC,2000,550.08826,7019.0811,109.43647,11618281 +PHL,EAS,LMC,2001,514.48071,6688.1416,108.72484,11741625 +PHL,EAS,LMC,2002,491.53967,6531.73,108.01923,11879213 +PHL,EAS,LMC,2003,543.11603,7152.9131,107.869,12029609 +PHL,EAS,LMC,2004,440.09512,5919.9854,106.85699,12187336 +PHL,EAS,LMC,2005,431.26758,5609.3457,105.97534,12349073 +PHL,EAS,LMC,2006,,,103.94519,12513007 +PHL,EAS,LMC,2007,487.29453,6535.2466,104.2242,12604880 +PHL,EAS,LMC,2008,517.72717,7085.9468,105.80785,12654805 +PHL,EAS,LMC,2009,,7665.8208,107.76158,12662911 +PHL,EAS,LMC,2010,,,,12624370 +PHL,EAS,LMC,2011,,,,12533008 +PHL,EAS,LMC,2012,,,,12564648 +PHL,EAS,LMC,2013,,,,12620724 +PHL,EAS,LMC,2014,,,113.0535,12696724 +PHL,EAS,LMC,2015,,,112.2509,12789522 +PHL,EAS,LMC,2016,,,110.1739,12892307 +PHL,EAS,LMC,2017,,,107.5098,13001443 +PHL,EAS,LMC,2018,,,,13114259 +PLW,EAS,HIC,1960,,,, +PLW,EAS,HIC,1961,,,, +PLW,EAS,HIC,1962,,,, +PLW,EAS,HIC,1963,,,, +PLW,EAS,HIC,1964,,,, +PLW,EAS,HIC,1965,,,, +PLW,EAS,HIC,1966,,,, +PLW,EAS,HIC,1967,,,, +PLW,EAS,HIC,1968,,,, +PLW,EAS,HIC,1969,,,, +PLW,EAS,HIC,1970,,,, +PLW,EAS,HIC,1971,,,, +PLW,EAS,HIC,1972,,,, +PLW,EAS,HIC,1973,,,, +PLW,EAS,HIC,1974,,,, +PLW,EAS,HIC,1975,,,, +PLW,EAS,HIC,1976,,,, +PLW,EAS,HIC,1977,,,, +PLW,EAS,HIC,1978,,,, +PLW,EAS,HIC,1979,,,, +PLW,EAS,HIC,1980,,,, +PLW,EAS,HIC,1981,,,, +PLW,EAS,HIC,1982,,,, +PLW,EAS,HIC,1983,,,, +PLW,EAS,HIC,1984,,,, +PLW,EAS,HIC,1985,,,, +PLW,EAS,HIC,1986,,,, +PLW,EAS,HIC,1987,,,, +PLW,EAS,HIC,1988,,,, +PLW,EAS,HIC,1989,,,, +PLW,EAS,HIC,1990,,,, +PLW,EAS,HIC,1991,,,, +PLW,EAS,HIC,1992,,,, +PLW,EAS,HIC,1993,,,, +PLW,EAS,HIC,1994,,,, +PLW,EAS,HIC,1995,,,, +PLW,EAS,HIC,1996,,,, +PLW,EAS,HIC,1997,,,, +PLW,EAS,HIC,1998,,,, +PLW,EAS,HIC,1999,,,108.31909, +PLW,EAS,HIC,2000,,,109.34685, +PLW,EAS,HIC,2001,,9.4430304,,1699 +PLW,EAS,HIC,2002,,,,1764 +PLW,EAS,HIC,2003,,,113.23446,1803 +PLW,EAS,HIC,2004,,,109.95851,1803 +PLW,EAS,HIC,2005,,,115.1148,1766 +PLW,EAS,HIC,2006,,,116.52602,1609 +PLW,EAS,HIC,2007,,,120.90838,1522 +PLW,EAS,HIC,2008,,,,1464 +PLW,EAS,HIC,2009,,,,1433 +PLW,EAS,HIC,2010,,,,1416 +PLW,EAS,HIC,2011,,,,1432 +PLW,EAS,HIC,2012,,,,1445 +PLW,EAS,HIC,2013,,,113.1327,1441 +PLW,EAS,HIC,2014,,,112.5687,1427 +PLW,EAS,HIC,2015,,,,1402 +PLW,EAS,HIC,2016,,,,1457 +PLW,EAS,HIC,2017,,,,1443 +PLW,EAS,HIC,2018,,,,1434 +PNG,EAS,LMC,1960,,,, +PNG,EAS,LMC,1961,,,, +PNG,EAS,LMC,1962,,,, +PNG,EAS,LMC,1963,,,, +PNG,EAS,LMC,1964,,,, +PNG,EAS,LMC,1965,,,, +PNG,EAS,LMC,1966,,,, +PNG,EAS,LMC,1967,,,, +PNG,EAS,LMC,1968,,,, +PNG,EAS,LMC,1969,,,, +PNG,EAS,LMC,1970,,,43.14613,401502 +PNG,EAS,LMC,1971,,,43.217468,411653 +PNG,EAS,LMC,1972,,,43.996101,422483 +PNG,EAS,LMC,1973,,,45.876869,433740 +PNG,EAS,LMC,1974,,,47.115898,445238 +PNG,EAS,LMC,1975,,,47.775902,456695 +PNG,EAS,LMC,1976,,,49.070129,468831 +PNG,EAS,LMC,1977,,,48.451569,482044 +PNG,EAS,LMC,1978,,,48.876301,496166 +PNG,EAS,LMC,1979,,,50.209068,510890 +PNG,EAS,LMC,1980,,,52.715672,525860 +PNG,EAS,LMC,1981,,,51.357868,541659 +PNG,EAS,LMC,1982,,,52.076061,558309 +PNG,EAS,LMC,1983,,,,575381 +PNG,EAS,LMC,1984,,,54.816528,592437 +PNG,EAS,LMC,1985,,,,609017 +PNG,EAS,LMC,1986,,,55.506481,625883 +PNG,EAS,LMC,1987,,,55.6175,642878 +PNG,EAS,LMC,1988,,,56.10976,659564 +PNG,EAS,LMC,1989,,,57.660931,675430 +PNG,EAS,LMC,1990,,,56.159111,689993 +PNG,EAS,LMC,1991,,,56.005112,704986 +PNG,EAS,LMC,1992,,,57.803692,718787 +PNG,EAS,LMC,1993,,,61.375938,731172 +PNG,EAS,LMC,1994,,,64.040863,742046 +PNG,EAS,LMC,1995,,,64.837418,751231 +PNG,EAS,LMC,1996,,,65.256638,760885 +PNG,EAS,LMC,1997,,,65.998268,771770 +PNG,EAS,LMC,1998,,,70.090027,784562 +PNG,EAS,LMC,1999,,,,799267 +PNG,EAS,LMC,2000,,,65.318527,815861 +PNG,EAS,LMC,2001,,,59.705051,833789 +PNG,EAS,LMC,2002,,,57.848331,854482 +PNG,EAS,LMC,2003,,,54.601871,877540 +PNG,EAS,LMC,2004,,,54.557968,902482 +PNG,EAS,LMC,2005,,,55.604832,928789 +PNG,EAS,LMC,2006,,,54.096989,956606 +PNG,EAS,LMC,2007,,,,983079 +PNG,EAS,LMC,2008,,,57.954559,1006952 +PNG,EAS,LMC,2009,,,,1027970 +PNG,EAS,LMC,2010,,,,1045738 +PNG,EAS,LMC,2011,,,,1062729 +PNG,EAS,LMC,2012,,,101.8753,1079269 +PNG,EAS,LMC,2013,,,,1095794 +PNG,EAS,LMC,2014,,,,1111745 +PNG,EAS,LMC,2015,,,,1126734 +PNG,EAS,LMC,2016,,,108.5459,1142045 +PNG,EAS,LMC,2017,,,,1156091 +PNG,EAS,LMC,2018,,,,1168569 +POL,ECS,HIC,1960,,,, +POL,ECS,HIC,1961,,,, +POL,ECS,HIC,1962,,,, +POL,ECS,HIC,1963,,,, +POL,ECS,HIC,1964,,,, +POL,ECS,HIC,1965,,,, +POL,ECS,HIC,1966,,,, +POL,ECS,HIC,1967,,,, +POL,ECS,HIC,1968,,,, +POL,ECS,HIC,1969,,,, +POL,ECS,HIC,1970,,,,4036334 +POL,ECS,HIC,1971,,,100.51709,3840238 +POL,ECS,HIC,1972,,,101.23035,3630558 +POL,ECS,HIC,1973,,,102.28294,3437629 +POL,ECS,HIC,1974,,,102.75745,3283442 +POL,ECS,HIC,1975,,,102.33239,3170766 +POL,ECS,HIC,1976,,,101.87251,3103702 +POL,ECS,HIC,1977,,,101.23871,3063814 +POL,ECS,HIC,1978,,,100.77059,3051584 +POL,ECS,HIC,1979,,,100.53219,3061252 +POL,ECS,HIC,1980,,,100.60144,3096453 +POL,ECS,HIC,1981,,,101.00024,3157965 +POL,ECS,HIC,1982,,,101.90059,3246888 +POL,ECS,HIC,1983,,,102.68176,3349106 +POL,ECS,HIC,1984,,,103.18731,3455981 +POL,ECS,HIC,1985,,,103.2184,3563224 +POL,ECS,HIC,1986,,,102.86345,3666090 +POL,ECS,HIC,1987,,,102.7406,3751272 +POL,ECS,HIC,1988,,,102.20658,3830146 +POL,ECS,HIC,1989,,,100.49169,3901083 +POL,ECS,HIC,1990,,,99.195091,3959744 +POL,ECS,HIC,1991,,,98.850258,4002589 +POL,ECS,HIC,1992,,,98.493431,4036968 +POL,ECS,HIC,1993,,,99.673447,4039474 +POL,ECS,HIC,1994,,,99.1912,4005062 +POL,ECS,HIC,1995,,,97.616524,3934493 +POL,ECS,HIC,1996,,,97.683983,3828422 +POL,ECS,HIC,1997,,,99.269913,3701078 +POL,ECS,HIC,1998,,,100.08759,3576086 +POL,ECS,HIC,1999,,,99.083,3464911 +POL,ECS,HIC,2000,,,98.557182,3366685 +POL,ECS,HIC,2001,,,98.127533,3282113 +POL,ECS,HIC,2002,3589.0769,11145.024,97.065491,3198598 +POL,ECS,HIC,2003,3784.2969,11288.822,96.006851,3106728 +POL,ECS,HIC,2004,3941.8918,11256.829,95.180252,2999988 +POL,ECS,HIC,2005,4256.6387,11593.641,94.529877,2880937 +POL,ECS,HIC,2006,4769.3364,12409.908,94.562691,2751132 +POL,ECS,HIC,2007,4961.6343,12328.768,94.680367,2623486 +POL,ECS,HIC,2008,5387.4507,12796.3,94.797371,2504064 +POL,ECS,HIC,2009,5675.3579,13021.365,95.525909,2400032 +POL,ECS,HIC,2010,6130.502,13701.286,96.528961,2313822 +POL,ECS,HIC,2011,6178.6099,13541.405,97.481537,2247896 +POL,ECS,HIC,2012,6198.4175,13629.152,99.982132,2193379 +POL,ECS,HIC,2013,6455.2251,14107.152,100.3344,2165695 +POL,ECS,HIC,2014,6562.7329,15016.814,100.1411,2167032 +POL,ECS,HIC,2015,6292.1523,15011.726,,2196810 +POL,ECS,HIC,2016,,,,2253122 +POL,ECS,HIC,2017,,,100.0159,2319472 +POL,ECS,HIC,2018,,,,2374454 +PRI,LCN,HIC,1960,,,, +PRI,LCN,HIC,1961,,,, +PRI,LCN,HIC,1962,,,, +PRI,LCN,HIC,1963,,,, +PRI,LCN,HIC,1964,,,, +PRI,LCN,HIC,1965,,,, +PRI,LCN,HIC,1966,,,, +PRI,LCN,HIC,1967,,,, +PRI,LCN,HIC,1968,,,, +PRI,LCN,HIC,1969,,,, +PRI,LCN,HIC,1970,,,,399436 +PRI,LCN,HIC,1971,,,119.97249,406103 +PRI,LCN,HIC,1972,,,122.18016,401213 +PRI,LCN,HIC,1973,,,122.45029,397069 +PRI,LCN,HIC,1974,,,120.70232,394114 +PRI,LCN,HIC,1975,,,114.88746,392988 +PRI,LCN,HIC,1976,,,112.05781,394124 +PRI,LCN,HIC,1977,,,114.18925,396210 +PRI,LCN,HIC,1978,,,,397242 +PRI,LCN,HIC,1979,,,,397412 +PRI,LCN,HIC,1980,,,,531542 +PRI,LCN,HIC,1981,,,,530253 +PRI,LCN,HIC,1982,,,96.241058,532882 +PRI,LCN,HIC,1983,,,,535216 +PRI,LCN,HIC,1984,,,,536593 +PRI,LCN,HIC,1985,,,,536230 +PRI,LCN,HIC,1986,,,,533145 +PRI,LCN,HIC,1987,,,,530302 +PRI,LCN,HIC,1988,,,,528714 +PRI,LCN,HIC,1989,,,,527156 +PRI,LCN,HIC,1990,,,,524176 +PRI,LCN,HIC,1991,,,,518107 +PRI,LCN,HIC,1992,,,,510922 +PRI,LCN,HIC,1993,,,,503964 +PRI,LCN,HIC,1994,,,,497708 +PRI,LCN,HIC,1995,,,,492220 +PRI,LCN,HIC,1996,,,,487575 +PRI,LCN,HIC,1997,,,,362703 +PRI,LCN,HIC,1998,,,,362833 +PRI,LCN,HIC,1999,,,,364226 +PRI,LCN,HIC,2000,,,,365794 +PRI,LCN,HIC,2001,,,,365907 +PRI,LCN,HIC,2002,,,,364921 +PRI,LCN,HIC,2003,,,,361548 +PRI,LCN,HIC,2004,,,,356257 +PRI,LCN,HIC,2005,,,,349791 +PRI,LCN,HIC,2006,,,,343008 +PRI,LCN,HIC,2007,,,,337393 +PRI,LCN,HIC,2008,,,,331385 +PRI,LCN,HIC,2009,,,96.703888,325105 +PRI,LCN,HIC,2010,,,97.411217,318657 +PRI,LCN,HIC,2011,,,89.72271,312095 +PRI,LCN,HIC,2012,,,91.098808,305792 +PRI,LCN,HIC,2013,7125.8599,1879.3314,90.869438,299808 +PRI,LCN,HIC,2014,6892.96,1784.9871,90.453346,294226 +PRI,LCN,HIC,2015,,,89.061508,289042 +PRI,LCN,HIC,2016,,,83.036713,283964 +PRI,LCN,HIC,2017,,,,278884 +PRI,LCN,HIC,2018,,,,272863 +PRK,EAS,LIC,1960,,,, +PRK,EAS,LIC,1961,,,, +PRK,EAS,LIC,1962,,,, +PRK,EAS,LIC,1963,,,, +PRK,EAS,LIC,1964,,,, +PRK,EAS,LIC,1965,,,, +PRK,EAS,LIC,1966,,,, +PRK,EAS,LIC,1967,,,, +PRK,EAS,LIC,1968,,,, +PRK,EAS,LIC,1969,,,, +PRK,EAS,LIC,1970,,,,1458668 +PRK,EAS,LIC,1971,,,,1376262 +PRK,EAS,LIC,1972,,,,1354328 +PRK,EAS,LIC,1973,,,,1408503 +PRK,EAS,LIC,1974,,,,1541170 +PRK,EAS,LIC,1975,,,,1713862 +PRK,EAS,LIC,1976,,,,1864460 +PRK,EAS,LIC,1977,,,,1962088 +PRK,EAS,LIC,1978,,,,2014345 +PRK,EAS,LIC,1979,,,,2013787 +PRK,EAS,LIC,1980,,,,1972131 +PRK,EAS,LIC,1981,,,,1912080 +PRK,EAS,LIC,1982,,,,1861062 +PRK,EAS,LIC,1983,,,,1765961 +PRK,EAS,LIC,1984,,,,1634584 +PRK,EAS,LIC,1985,,,,1491700 +PRK,EAS,LIC,1986,,,,1369742 +PRK,EAS,LIC,1987,,,,1283444 +PRK,EAS,LIC,1988,,,,1262693 +PRK,EAS,LIC,1989,,,,1310860 +PRK,EAS,LIC,1990,,,,1401141 +PRK,EAS,LIC,1991,,,,1487364 +PRK,EAS,LIC,1992,,,,1544144 +PRK,EAS,LIC,1993,,,,1574947 +PRK,EAS,LIC,1994,,,,1574689 +PRK,EAS,LIC,1995,,,,1555604 +PRK,EAS,LIC,1996,,,,1539389 +PRK,EAS,LIC,1997,,,, +PRK,EAS,LIC,1998,,,,1543158 +PRK,EAS,LIC,1999,,,,1559408 +PRK,EAS,LIC,2000,,,,1583727 +PRK,EAS,LIC,2001,,,,1609097 +PRK,EAS,LIC,2002,,,,1627973 +PRK,EAS,LIC,2003,,,,1637877 +PRK,EAS,LIC,2004,,,,1635659 +PRK,EAS,LIC,2005,,,,1621557 +PRK,EAS,LIC,2006,,,,1600482 +PRK,EAS,LIC,2007,,,,1583422 +PRK,EAS,LIC,2008,,,,1567947 +PRK,EAS,LIC,2009,,,99.38559,1555474 +PRK,EAS,LIC,2010,,,,1545741 +PRK,EAS,LIC,2011,,,,1536013 +PRK,EAS,LIC,2012,,,,1523062 +PRK,EAS,LIC,2013,,,,1505176 +PRK,EAS,LIC,2014,,,,1480930 +PRK,EAS,LIC,2015,,,94.57888,1451169 +PRK,EAS,LIC,2016,,,,1419733 +PRK,EAS,LIC,2017,,,,1732003 +PRK,EAS,LIC,2018,,,112.7793,1711447 +PRT,ECS,HIC,1960,,,, +PRT,ECS,HIC,1961,,,, +PRT,ECS,HIC,1962,,,, +PRT,ECS,HIC,1963,,,, +PRT,ECS,HIC,1964,,,, +PRT,ECS,HIC,1965,,,, +PRT,ECS,HIC,1966,,,, +PRT,ECS,HIC,1967,,,, +PRT,ECS,HIC,1968,,,, +PRT,ECS,HIC,1969,,,, +PRT,ECS,HIC,1970,,,,998689 +PRT,ECS,HIC,1971,,,113.23761,1019372 +PRT,ECS,HIC,1972,,,114.51144,1020820 +PRT,ECS,HIC,1973,,,115.42524,1021752 +PRT,ECS,HIC,1974,,,117.07701,1020286 +PRT,ECS,HIC,1975,,,116.7756,1014844 +PRT,ECS,HIC,1976,,,120.22827,1006350 +PRT,ECS,HIC,1977,,,120.83974,1003479 +PRT,ECS,HIC,1978,,,121.61753,1006686 +PRT,ECS,HIC,1979,,,120.77081,1014291 +PRT,ECS,HIC,1980,,,120.81341,1023984 +PRT,ECS,HIC,1981,,,120.51457,1032151 +PRT,ECS,HIC,1982,,,118.79587,1032601 +PRT,ECS,HIC,1983,,,119.06384,1029059 +PRT,ECS,HIC,1984,,,118.2509,1020737 +PRT,ECS,HIC,1985,,,127.05202,1007030 +PRT,ECS,HIC,1986,,,125.48577,988353 +PRT,ECS,HIC,1987,,,127.95666,968873 +PRT,ECS,HIC,1988,,,126.54926,946497 +PRT,ECS,HIC,1989,,,,920729 +PRT,ECS,HIC,1990,,3375.2795,121.70243,891165 +PRT,ECS,HIC,1991,,3829.2732,119.56881,857990 +PRT,ECS,HIC,1992,,3780.0918,122.20979,827421 +PRT,ECS,HIC,1993,,4088.6716,120.0607,798914 +PRT,ECS,HIC,1994,,3697.3843,121.20715,771967 +PRT,ECS,HIC,1995,,3809.5198,120.98411,746116 +PRT,ECS,HIC,1996,,3920.4851,121.03276,721284 +PRT,ECS,HIC,1997,,,,700736 +PRT,ECS,HIC,1998,,,122.48754,684133 +PRT,ECS,HIC,1999,5325.3286,4341.373,122.14681,671543 +PRT,ECS,HIC,2000,5762.7681,4673.582,123.12032,662665 +PRT,ECS,HIC,2001,6218.7349,4984.5957,122.93484,655834 +PRT,ECS,HIC,2002,6568.2036,5056.9258,119.0269,650517 +PRT,ECS,HIC,2003,6426.2339,4934.5254,119.46276,646307 +PRT,ECS,HIC,2004,6510.4224,4937.999,118.56912,643096 +PRT,ECS,HIC,2005,6516.5068,4905.229,118.08152,640769 +PRT,ECS,HIC,2006,6326.2744,4747.8247,118.0026,639197 +PRT,ECS,HIC,2007,5987.6543,4512.5718,117.00543,647227 +PRT,ECS,HIC,2008,5916.9595,4462.2275,115.68991,654912 +PRT,ECS,HIC,2009,6454.855,4800.2305,113.17334,660090 +PRT,ECS,HIC,2010,6466.9683,4743.6182,111.5892,660280 +PRT,ECS,HIC,2011,6285.5029,4530.2134,110.7699,653565 +PRT,ECS,HIC,2012,6095.2017,4334.1763,109.6175,644701 +PRT,ECS,HIC,2013,6917.8086,4750.5698,109.5183,635705 +PRT,ECS,HIC,2014,7010.3975,4684.8667,108.1026,626395 +PRT,ECS,HIC,2015,6769.7588,4405.6172,106.9626,616836 +PRT,ECS,HIC,2016,,,105.7375,607037 +PRT,ECS,HIC,2017,,,106.1831,595881 +PRT,ECS,HIC,2018,,,,584685 +PRY,LCN,UMC,1960,,,, +PRY,LCN,UMC,1961,,,, +PRY,LCN,UMC,1962,,,, +PRY,LCN,UMC,1963,,,, +PRY,LCN,UMC,1964,,,, +PRY,LCN,UMC,1965,,,, +PRY,LCN,UMC,1966,,,, +PRY,LCN,UMC,1967,,,, +PRY,LCN,UMC,1968,,,, +PRY,LCN,UMC,1969,,,, +PRY,LCN,UMC,1970,,,98.611191,429234 +PRY,LCN,UMC,1971,,,99.688507,437300 +PRY,LCN,UMC,1972,,,95.78933,446509 +PRY,LCN,UMC,1973,,,98.769562,456480 +PRY,LCN,UMC,1974,,,97.387161,466750 +PRY,LCN,UMC,1975,,,94.7966,476901 +PRY,LCN,UMC,1976,,,96.203323,486144 +PRY,LCN,UMC,1977,,,97.000107,493758 +PRY,LCN,UMC,1978,,,98.830818,499551 +PRY,LCN,UMC,1979,,,100.18771,503911 +PRY,LCN,UMC,1980,,,102.44097,506954 +PRY,LCN,UMC,1981,,,104.20899,508841 +PRY,LCN,UMC,1982,,,103.12416,513689 +PRY,LCN,UMC,1983,,,105.11724,522677 +PRY,LCN,UMC,1984,,,104.32115,535508 +PRY,LCN,UMC,1985,,,103.26938,552021 +PRY,LCN,UMC,1986,,,101.51354,570039 +PRY,LCN,UMC,1987,,,101.54973,589684 +PRY,LCN,UMC,1988,,,102.53933,609959 +PRY,LCN,UMC,1989,,,103.79713,630655 +PRY,LCN,UMC,1990,,127.85693,105.05504,651401 +PRY,LCN,UMC,1991,,,106.60225,672819 +PRY,LCN,UMC,1992,,,104.32279,693351 +PRY,LCN,UMC,1993,,,111.373,712297 +PRY,LCN,UMC,1994,,,111.02043,745136 +PRY,LCN,UMC,1995,,,112.70847,757385 +PRY,LCN,UMC,1996,,,115.02725,769549 +PRY,LCN,UMC,1997,,,114.65508,780238 +PRY,LCN,UMC,1998,,,119.92465,789378 +PRY,LCN,UMC,1999,,,117.87382,797125 +PRY,LCN,UMC,2000,763.6355,738.0354,118.77401,803765 +PRY,LCN,UMC,2001,680.82849,693.25006,117.94737,809743 +PRY,LCN,UMC,2002,630.14178,627.01709,116.56947,816518 +PRY,LCN,UMC,2003,676.97681,660.12115,112.4251,823562 +PRY,LCN,UMC,2004,619.52655,600.29535,111.07866,829940 +PRY,LCN,UMC,2005,,,110.92735,834378 +PRY,LCN,UMC,2006,,,108.18252,837815 +PRY,LCN,UMC,2007,647.29858,587.6604,106.07358,836017 +PRY,LCN,UMC,2008,,,104.26692,829489 +PRY,LCN,UMC,2009,,,102.91809,819305 +PRY,LCN,UMC,2010,826.23639,708.25293,102.6455,807586 +PRY,LCN,UMC,2011,909.27509,765.07117,101.5127,796938 +PRY,LCN,UMC,2012,1137.381,955.11249,104.3732,790847 +PRY,LCN,UMC,2013,,,,789236 +PRY,LCN,UMC,2014,,,,791650 +PRY,LCN,UMC,2015,,,,796438 +PRY,LCN,UMC,2016,1444.1636,1059.7771,, +PRY,LCN,UMC,2017,,,,802891 +PRY,LCN,UMC,2018,,,,803536 +PSE,MEA,LMC,1960,,,, +PSE,MEA,LMC,1961,,,, +PSE,MEA,LMC,1962,,,, +PSE,MEA,LMC,1963,,,, +PSE,MEA,LMC,1964,,,, +PSE,MEA,LMC,1965,,,, +PSE,MEA,LMC,1966,,,, +PSE,MEA,LMC,1967,,,, +PSE,MEA,LMC,1968,,,, +PSE,MEA,LMC,1969,,,, +PSE,MEA,LMC,1970,,,,141602 +PSE,MEA,LMC,1971,,,,144452 +PSE,MEA,LMC,1972,,,,149763 +PSE,MEA,LMC,1973,,,,156246 +PSE,MEA,LMC,1974,,,,162842 +PSE,MEA,LMC,1975,,,,168675 +PSE,MEA,LMC,1976,,,,173567 +PSE,MEA,LMC,1977,,,,178306 +PSE,MEA,LMC,1978,,,,182183 +PSE,MEA,LMC,1979,,,,185503 +PSE,MEA,LMC,1980,,,,188793 +PSE,MEA,LMC,1981,,,,192476 +PSE,MEA,LMC,1982,,,,197052 +PSE,MEA,LMC,1983,,,,202810 +PSE,MEA,LMC,1984,,,,209575 +PSE,MEA,LMC,1985,,,,216802 +PSE,MEA,LMC,1986,,,,223845 +PSE,MEA,LMC,1987,,,,231093 +PSE,MEA,LMC,1988,,,,237800 +PSE,MEA,LMC,1989,,,,244118 +PSE,MEA,LMC,1990,,,,250716 +PSE,MEA,LMC,1991,,,,258419 +PSE,MEA,LMC,1992,,,,268191 +PSE,MEA,LMC,1993,,,,279721 +PSE,MEA,LMC,1994,,,,293159 +PSE,MEA,LMC,1995,,,92.09108,308333 +PSE,MEA,LMC,1996,,,93.486183,324685 +PSE,MEA,LMC,1997,,,95.324898,341954 +PSE,MEA,LMC,1998,,,,361567 +PSE,MEA,LMC,1999,,,96.323792,382361 +PSE,MEA,LMC,2000,,,96.503952,402117 +PSE,MEA,LMC,2001,,,95.262177,418628 +PSE,MEA,LMC,2002,,,93.352112,430795 +PSE,MEA,LMC,2003,,,91.709679,437476 +PSE,MEA,LMC,2004,,,88.500252,439422 +PSE,MEA,LMC,2005,,,88.225319,438850 +PSE,MEA,LMC,2006,,,87.164833,438246 +PSE,MEA,LMC,2007,,,87.256187,439799 +PSE,MEA,LMC,2008,,,88.536484,440913 +PSE,MEA,LMC,2009,,,89.61544,441720 +PSE,MEA,LMC,2010,,,91.321571,442697 +PSE,MEA,LMC,2011,,,93.12973,444644 +PSE,MEA,LMC,2012,,,95.783096,448264 +PSE,MEA,LMC,2013,,,96.443932,455007 +PSE,MEA,LMC,2014,,,97.725792,464934 +PSE,MEA,LMC,2015,,,97.511429,476929 +PSE,MEA,LMC,2016,,,97.451012,489202 +PSE,MEA,LMC,2017,,,98.916527,501010 +PSE,MEA,LMC,2018,,,98.604111,512906 +PYF,EAS,HIC,1960,,,, +PYF,EAS,HIC,1961,,,, +PYF,EAS,HIC,1962,,,, +PYF,EAS,HIC,1963,,,, +PYF,EAS,HIC,1964,,,, +PYF,EAS,HIC,1965,,,, +PYF,EAS,HIC,1966,,,, +PYF,EAS,HIC,1967,,,, +PYF,EAS,HIC,1968,,,, +PYF,EAS,HIC,1969,,,, +PYF,EAS,HIC,1970,,,, +PYF,EAS,HIC,1971,,,, +PYF,EAS,HIC,1972,,,, +PYF,EAS,HIC,1973,,,, +PYF,EAS,HIC,1974,,,, +PYF,EAS,HIC,1975,,,, +PYF,EAS,HIC,1976,,,, +PYF,EAS,HIC,1977,,,, +PYF,EAS,HIC,1978,,,, +PYF,EAS,HIC,1979,,,, +PYF,EAS,HIC,1980,,,, +PYF,EAS,HIC,1981,,,,23862 +PYF,EAS,HIC,1982,,,,23847 +PYF,EAS,HIC,1983,,,,23979 +PYF,EAS,HIC,1984,,,,24188 +PYF,EAS,HIC,1985,,,,24381 +PYF,EAS,HIC,1986,,,,20324 +PYF,EAS,HIC,1987,,,,20418 +PYF,EAS,HIC,1988,,,,20636 +PYF,EAS,HIC,1989,,,,20992 +PYF,EAS,HIC,1990,,,,21496 +PYF,EAS,HIC,1991,,,,22120 +PYF,EAS,HIC,1992,,,,22761 +PYF,EAS,HIC,1993,,,,23580 +PYF,EAS,HIC,1994,,,,24528 +PYF,EAS,HIC,1995,,,,25481 +PYF,EAS,HIC,1996,,,,26258 +PYF,EAS,HIC,1997,,,,26973 +PYF,EAS,HIC,1998,,,, +PYF,EAS,HIC,1999,,,, +PYF,EAS,HIC,2000,,,, +PYF,EAS,HIC,2001,,,, +PYF,EAS,HIC,2002,,,, +PYF,EAS,HIC,2003,,,, +PYF,EAS,HIC,2004,,,, +PYF,EAS,HIC,2005,,,, +PYF,EAS,HIC,2006,,,, +PYF,EAS,HIC,2007,,,, +PYF,EAS,HIC,2008,,,, +PYF,EAS,HIC,2009,,,, +PYF,EAS,HIC,2010,,,, +PYF,EAS,HIC,2011,,,, +PYF,EAS,HIC,2012,,,, +PYF,EAS,HIC,2013,,,, +PYF,EAS,HIC,2014,,,, +PYF,EAS,HIC,2015,,,, +PYF,EAS,HIC,2016,,,, +PYF,EAS,HIC,2017,,,, +PYF,EAS,HIC,2018,,,, +QAT,MEA,HIC,1960,,,, +QAT,MEA,HIC,1961,,,, +QAT,MEA,HIC,1962,,,, +QAT,MEA,HIC,1963,,,, +QAT,MEA,HIC,1964,,,, +QAT,MEA,HIC,1965,,,, +QAT,MEA,HIC,1966,,,, +QAT,MEA,HIC,1967,,,, +QAT,MEA,HIC,1968,,,, +QAT,MEA,HIC,1969,,,, +QAT,MEA,HIC,1970,,,,12863 +QAT,MEA,HIC,1971,,,107.98476,13914 +QAT,MEA,HIC,1972,,,115.19637,15202 +QAT,MEA,HIC,1973,,,117.14914,16372 +QAT,MEA,HIC,1974,,,115.99129,17437 +QAT,MEA,HIC,1975,,,120.98035,18405 +QAT,MEA,HIC,1976,,,122.2435,19287 +QAT,MEA,HIC,1977,,,123.49577,20427 +QAT,MEA,HIC,1978,,,122.31921,21282 +QAT,MEA,HIC,1979,,,121.75578,22193 +QAT,MEA,HIC,1980,,,120.91562,23565 +QAT,MEA,HIC,1981,,,117.29059,25692 +QAT,MEA,HIC,1982,,,120.21081,27212 +QAT,MEA,HIC,1983,,,119.1748,29299 +QAT,MEA,HIC,1984,,,113.43755,31766 +QAT,MEA,HIC,1985,,,110.74262,34373 +QAT,MEA,HIC,1986,,,110.14257,36963 +QAT,MEA,HIC,1987,,,105.33333,40407 +QAT,MEA,HIC,1988,,,103.64862,43821 +QAT,MEA,HIC,1989,,,102.03878,47186 +QAT,MEA,HIC,1990,,,98.545349,50450 +QAT,MEA,HIC,1991,,,91.215897,53401 +QAT,MEA,HIC,1992,,,87.763329,55660 +QAT,MEA,HIC,1993,,,86.344116,56897 +QAT,MEA,HIC,1994,,,91.007072,57233 +QAT,MEA,HIC,1995,,,91.763634,56879 +QAT,MEA,HIC,1996,,,95.422028,56261 +QAT,MEA,HIC,1997,,,99.300346,56054 +QAT,MEA,HIC,1998,,,106.36084,56298 +QAT,MEA,HIC,1999,,,106.88199,56980 +QAT,MEA,HIC,2000,,,105.00009,58076 +QAT,MEA,HIC,2001,,,104.5982,59700 +QAT,MEA,HIC,2002,,,108.28278,59509 +QAT,MEA,HIC,2003,,,111.29659,60145 +QAT,MEA,HIC,2004,,,106.06346,62194 +QAT,MEA,HIC,2005,,,106.16923,66379 +QAT,MEA,HIC,2006,,,97.012756,73068 +QAT,MEA,HIC,2007,,,105.5746,71329 +QAT,MEA,HIC,2008,,,104.48442,73864 +QAT,MEA,HIC,2009,12597.826,1066.343,105.09685,78751 +QAT,MEA,HIC,2010,,,102.5699,84271 +QAT,MEA,HIC,2011,,,103.9405,89403 +QAT,MEA,HIC,2012,,,101.2873,99116 +QAT,MEA,HIC,2013,,,97.625214,108900 +QAT,MEA,HIC,2014,,,99.05127,118226 +QAT,MEA,HIC,2015,,,102.5765,126667 +QAT,MEA,HIC,2016,,,103.0326,134267 +QAT,MEA,HIC,2017,,,103.2807,140486 +QAT,MEA,HIC,2018,,,103.8424,146587 +ROU,ECS,UMC,1960,,,, +ROU,ECS,UMC,1961,,,, +ROU,ECS,UMC,1962,,,, +ROU,ECS,UMC,1963,,,, +ROU,ECS,UMC,1964,,,, +ROU,ECS,UMC,1965,,,, +ROU,ECS,UMC,1966,,,, +ROU,ECS,UMC,1967,,,, +ROU,ECS,UMC,1968,,,, +ROU,ECS,UMC,1969,,,, +ROU,ECS,UMC,1970,,,,1307409 +ROU,ECS,UMC,1971,,,114.53191,1222241 +ROU,ECS,UMC,1972,,,115.42608,1158844 +ROU,ECS,UMC,1973,,,108.76593,1146232 +ROU,ECS,UMC,1974,,,106.65459,1202258 +ROU,ECS,UMC,1975,,,,1321432 +ROU,ECS,UMC,1976,,,,1466803 +ROU,ECS,UMC,1977,,,,1583473 +ROU,ECS,UMC,1978,,,,1664131 +ROU,ECS,UMC,1979,,,,1693037 +ROU,ECS,UMC,1980,,,,1672174 +ROU,ECS,UMC,1981,,,93.816017,1626175 +ROU,ECS,UMC,1982,,,,1602360 +ROU,ECS,UMC,1983,,,,1589565 +ROU,ECS,UMC,1984,,,,1592241 +ROU,ECS,UMC,1985,,,,1608513 +ROU,ECS,UMC,1986,,,94.294724,1626831 +ROU,ECS,UMC,1987,,,93.075256,1633463 +ROU,ECS,UMC,1988,,,91.961761,1622658 +ROU,ECS,UMC,1989,,,91.215714,1589666 +ROU,ECS,UMC,1990,,,90.479538,1537235 +ROU,ECS,UMC,1991,,,86.21981,1476947 +ROU,ECS,UMC,1992,,,86.727699,1426876 +ROU,ECS,UMC,1993,,,88.070648,1395119 +ROU,ECS,UMC,1994,,,90.686913,1388363 +ROU,ECS,UMC,1995,,,95.817848,1402576 +ROU,ECS,UMC,1996,,3083.2791,97.323708,1420277 +ROU,ECS,UMC,1997,,,97.221191,1421980 +ROU,ECS,UMC,1998,,,96.290611,1394593 +ROU,ECS,UMC,1999,,,94.43898,1328847 +ROU,ECS,UMC,2000,,,94.944252,1228800 +ROU,ECS,UMC,2001,,,96.759598,1114748 +ROU,ECS,UMC,2002,,,100.37038,1021157 +ROU,ECS,UMC,2003,1609.6168,1594.8196,104.71555,949310 +ROU,ECS,UMC,2004,1436.5673,1444.5157,111.81211,907260 +ROU,ECS,UMC,2005,1622.1853,1573.9983,109.73966,894695 +ROU,ECS,UMC,2006,6032.0425,5658.6289,105.84921,898022 +ROU,ECS,UMC,2007,3408.2227,3128.1655,104.44129,892580 +ROU,ECS,UMC,2008,3710.9343,3210.6077,99.516212,885392 +ROU,ECS,UMC,2009,3380.1245,2892.3962,99.840149,875525 +ROU,ECS,UMC,2010,2567.4409,2162.3962,99.96772,863174 +ROU,ECS,UMC,2011,2246.2766,1855.3391,99.601936,850983 +ROU,ECS,UMC,2012,2152.0266,1830.8021,98.585442,840016 +ROU,ECS,UMC,2013,2143.157,2026.8737,,1043157 +ROU,ECS,UMC,2014,1888.0715,1788.41,,1043634 +ROU,ECS,UMC,2015,1891.7607,1791.8853,89.172043,1047308 +ROU,ECS,UMC,2016,,,86.907677,1049932 +ROU,ECS,UMC,2017,,,,1048034 +ROU,ECS,UMC,2018,,,,1040167 +RUS,ECS,UMC,1960,,,, +RUS,ECS,UMC,1961,,,, +RUS,ECS,UMC,1962,,,, +RUS,ECS,UMC,1963,,,, +RUS,ECS,UMC,1964,,,, +RUS,ECS,UMC,1965,,,, +RUS,ECS,UMC,1966,,,, +RUS,ECS,UMC,1967,,,, +RUS,ECS,UMC,1968,,,, +RUS,ECS,UMC,1969,,,, +RUS,ECS,UMC,1970,,,,7506086 +RUS,ECS,UMC,1971,,,104.59285,7243820 +RUS,ECS,UMC,1972,,,101.43466,6989960 +RUS,ECS,UMC,1973,,,99.955276,6692984 +RUS,ECS,UMC,1974,,,98.996498,6360617 +RUS,ECS,UMC,1975,,,98.960617,6027146 +RUS,ECS,UMC,1976,,,99.991547,5736477 +RUS,ECS,UMC,1977,,,101.93163,5501785 +RUS,ECS,UMC,1978,,,104.30718,5397995 +RUS,ECS,UMC,1979,,,105.7189,5457149 +RUS,ECS,UMC,1980,,,105.79528,5631307 +RUS,ECS,UMC,1981,,,102.97784,5830785 +RUS,ECS,UMC,1982,,,102.43818,5999602 +RUS,ECS,UMC,1983,,,101.73691,6129953 +RUS,ECS,UMC,1984,,,102.17938,6200114 +RUS,ECS,UMC,1985,,,103.71282,6232495 +RUS,ECS,UMC,1986,,,104.9669,6270167 +RUS,ECS,UMC,1987,,,107.643,6352312 +RUS,ECS,UMC,1988,,,108.61105,6457861 +RUS,ECS,UMC,1989,,,108.00441,6594774 +RUS,ECS,UMC,1990,,,107.99112,6747297 +RUS,ECS,UMC,1991,,,110.33984,6887179 +RUS,ECS,UMC,1992,,,110.44136,7009034 +RUS,ECS,UMC,1993,,,109.48143,7124430 +RUS,ECS,UMC,1994,,,107.17647,7223122 +RUS,ECS,UMC,1995,,,107.87065,7280314 +RUS,ECS,UMC,1996,,,108.48346,7268278 +RUS,ECS,UMC,1997,,,106.3218,7219561 +RUS,ECS,UMC,1998,,,103.74802,6990703 +RUS,ECS,UMC,1999,,,102.9471,6550958 +RUS,ECS,UMC,2000,,,102.79093,5971883 +RUS,ECS,UMC,2001,,,106.08295,5374863 +RUS,ECS,UMC,2002,,,113.94554,4873899 +RUS,ECS,UMC,2003,,,121.05115,4473624 +RUS,ECS,UMC,2004,,,,5828864 +RUS,ECS,UMC,2005,,,95.226288,5572108 +RUS,ECS,UMC,2006,,,94.999458,5433774 +RUS,ECS,UMC,2007,,,95.681328,5235029 +RUS,ECS,UMC,2008,,,97.584518,5094153 +RUS,ECS,UMC,2009,,,99.361526,5054283 +RUS,ECS,UMC,2010,,,,5122969 +RUS,ECS,UMC,2011,,,101.0762,5269435 +RUS,ECS,UMC,2012,,,101.0206,5449737 +RUS,ECS,UMC,2013,,,99.769577,5636712 +RUS,ECS,UMC,2014,,,97.694321,5803708 +RUS,ECS,UMC,2015,,,99.072906,5942060 +RUS,ECS,UMC,2016,,,99.814392,6072694 +RUS,ECS,UMC,2017,,,102.5825,6241544 +RUS,ECS,UMC,2018,,,,6443358 +RWA,SSF,LIC,1960,,,, +RWA,SSF,LIC,1961,,,, +RWA,SSF,LIC,1962,,,, +RWA,SSF,LIC,1963,,,, +RWA,SSF,LIC,1964,,,, +RWA,SSF,LIC,1965,,,, +RWA,SSF,LIC,1966,,,, +RWA,SSF,LIC,1967,,,, +RWA,SSF,LIC,1968,,,, +RWA,SSF,LIC,1969,,,, +RWA,SSF,LIC,1970,,,,640302 +RWA,SSF,LIC,1971,,,64.311218,648092 +RWA,SSF,LIC,1972,,,61.159,657769 +RWA,SSF,LIC,1973,,,59.460899,668735 +RWA,SSF,LIC,1974,,,58.138378,681469 +RWA,SSF,LIC,1975,,,55.41824,695336 +RWA,SSF,LIC,1976,,,56.369572,709627 +RWA,SSF,LIC,1977,,,59.40799,728178 +RWA,SSF,LIC,1978,,,61.51218,750675 +RWA,SSF,LIC,1979,,,66.153313,776339 +RWA,SSF,LIC,1980,,,69.189552,804089 +RWA,SSF,LIC,1981,,,73.371803,832561 +RWA,SSF,LIC,1982,,,74.123016,865217 +RWA,SSF,LIC,1983,,,70.860611,901651 +RWA,SSF,LIC,1984,,,69.200394,942440 +RWA,SSF,LIC,1985,,,68.239304,988187 +RWA,SSF,LIC,1986,,,68.734871,1037945 +RWA,SSF,LIC,1987,,,70.456459,1097721 +RWA,SSF,LIC,1988,,,71.541924,1163905 +RWA,SSF,LIC,1989,,,72.3657,1225425 +RWA,SSF,LIC,1990,,,72.050392,1270275 +RWA,SSF,LIC,1991,,,74.18782,1292102 +RWA,SSF,LIC,1992,,,80.41597,1276100 +RWA,SSF,LIC,1993,,,,1236702 +RWA,SSF,LIC,1994,,,,1187699 +RWA,SSF,LIC,1995,,,,1145103 +RWA,SSF,LIC,1996,,,,1112934 +RWA,SSF,LIC,1997,,,110.3703,1143295 +RWA,SSF,LIC,1998,,,114.29418,1201362 +RWA,SSF,LIC,1999,,,107.75032,1266205 +RWA,SSF,LIC,2000,94.577629,135.40273,112.1345,1318620 +RWA,SSF,LIC,2001,,,109.92126,1349842 +RWA,SSF,LIC,2002,,,113.04974,1328322 +RWA,SSF,LIC,2003,,,120.32339,1306350 +RWA,SSF,LIC,2004,,,128.66866,1299456 +RWA,SSF,LIC,2005,96.475143,179.23546,133.61311,1349638 +RWA,SSF,LIC,2006,,,142.59753,1398630 +RWA,SSF,LIC,2007,108.58786,233.5106,148.4635,1451775 +RWA,SSF,LIC,2008,102.7893,225.13631,147.74614,1500887 +RWA,SSF,LIC,2009,,,149.27136,1545598 +RWA,SSF,LIC,2010,108.33507,249.09764,148.2303,1584533 +RWA,SSF,LIC,2011,94.232803,220.61273,147.7076,1621691 +RWA,SSF,LIC,2012,112.95689,270.49493,147.56599,1662934 +RWA,SSF,LIC,2013,108.44288,260.49759,144.30569,1709390 +RWA,SSF,LIC,2014,,,140.3875,1758566 +RWA,SSF,LIC,2015,98.459229,241.29453,139.6244,1808620 +RWA,SSF,LIC,2016,103.14664,262.63846,141.2787,1858299 +RWA,SSF,LIC,2017,,,137.68179,1903971 +RWA,SSF,LIC,2018,,,133.0415,1943135 +SAU,MEA,HIC,1960,,,, +SAU,MEA,HIC,1961,,,, +SAU,MEA,HIC,1962,,,, +SAU,MEA,HIC,1963,,,, +SAU,MEA,HIC,1964,,,, +SAU,MEA,HIC,1965,,,, +SAU,MEA,HIC,1966,,,, +SAU,MEA,HIC,1967,,,, +SAU,MEA,HIC,1968,,,, +SAU,MEA,HIC,1969,,,, +SAU,MEA,HIC,1970,,,,903307 +SAU,MEA,HIC,1971,,,,942511 +SAU,MEA,HIC,1972,,,,986550 +SAU,MEA,HIC,1973,,,,1033718 +SAU,MEA,HIC,1974,,,,1083400 +SAU,MEA,HIC,1975,,,,1135015 +SAU,MEA,HIC,1976,,,,1188657 +SAU,MEA,HIC,1977,,,,1245458 +SAU,MEA,HIC,1978,,,,1309048 +SAU,MEA,HIC,1979,,,57.913368,1379974 +SAU,MEA,HIC,1980,,,,1458750 +SAU,MEA,HIC,1981,,,,1544950 +SAU,MEA,HIC,1982,,,,1632571 +SAU,MEA,HIC,1983,,,,1725342 +SAU,MEA,HIC,1984,,,,1820541 +SAU,MEA,HIC,1985,,,,1914994 +SAU,MEA,HIC,1986,,,,2007050 +SAU,MEA,HIC,1987,,,,2108770 +SAU,MEA,HIC,1988,,,,2224843 +SAU,MEA,HIC,1989,,,,2352362 +SAU,MEA,HIC,1990,,,,2487173 +SAU,MEA,HIC,1991,,,,2622167 +SAU,MEA,HIC,1992,,,,2780111 +SAU,MEA,HIC,1993,,,,2917151 +SAU,MEA,HIC,1994,,,,3025175 +SAU,MEA,HIC,1995,,,,3096459 +SAU,MEA,HIC,1996,,,,3130788 +SAU,MEA,HIC,1997,,,,3108789 +SAU,MEA,HIC,1998,,,,3114371 +SAU,MEA,HIC,1999,,,,3141404 +SAU,MEA,HIC,2000,,,,3183066 +SAU,MEA,HIC,2001,,,,3233831 +SAU,MEA,HIC,2002,,,,3248224 +SAU,MEA,HIC,2003,,,,3259090 +SAU,MEA,HIC,2004,,,,3260198 +SAU,MEA,HIC,2005,,,95.701714,3245142 +SAU,MEA,HIC,2006,,,,3215983 +SAU,MEA,HIC,2007,8619.0762,27355.283,100.43782,3170989 +SAU,MEA,HIC,2008,,,102.71981,3139564 +SAU,MEA,HIC,2009,,,104.66942,3124959 +SAU,MEA,HIC,2010,,,106.6224,3130865 +SAU,MEA,HIC,2011,,,106.6214,3156155 +SAU,MEA,HIC,2012,,,110.061,3141826 +SAU,MEA,HIC,2013,,,116.4161,3144752 +SAU,MEA,HIC,2014,,,119.0327,3161720 +SAU,MEA,HIC,2015,,,121.4505,3186671 +SAU,MEA,HIC,2016,,,116.9421,3212822 +SAU,MEA,HIC,2017,,,,3241283 +SAU,MEA,HIC,2018,,,99.769897,3263553 +SDN,SSF,LMC,1960,,,, +SDN,SSF,LMC,1961,,,, +SDN,SSF,LMC,1962,,,, +SDN,SSF,LMC,1963,,,, +SDN,SSF,LMC,1964,,,, +SDN,SSF,LMC,1965,,,, +SDN,SSF,LMC,1966,,,, +SDN,SSF,LMC,1967,,,, +SDN,SSF,LMC,1968,,,, +SDN,SSF,LMC,1969,,,, +SDN,SSF,LMC,1970,,,, +SDN,SSF,LMC,1971,,,, +SDN,SSF,LMC,1972,,,, +SDN,SSF,LMC,1973,,,, +SDN,SSF,LMC,1974,,,, +SDN,SSF,LMC,1975,,,, +SDN,SSF,LMC,1976,,,, +SDN,SSF,LMC,1977,,,, +SDN,SSF,LMC,1978,,,, +SDN,SSF,LMC,1979,,,, +SDN,SSF,LMC,1980,,,, +SDN,SSF,LMC,1981,,,, +SDN,SSF,LMC,1982,,,, +SDN,SSF,LMC,1983,,,, +SDN,SSF,LMC,1984,,,, +SDN,SSF,LMC,1985,,,, +SDN,SSF,LMC,1986,,,, +SDN,SSF,LMC,1987,,,, +SDN,SSF,LMC,1988,,,, +SDN,SSF,LMC,1989,,,, +SDN,SSF,LMC,1990,,,, +SDN,SSF,LMC,1991,,,, +SDN,SSF,LMC,1992,,,, +SDN,SSF,LMC,1993,,,, +SDN,SSF,LMC,1994,,,, +SDN,SSF,LMC,1995,,,, +SDN,SSF,LMC,1996,,,, +SDN,SSF,LMC,1997,,,, +SDN,SSF,LMC,1998,,,, +SDN,SSF,LMC,1999,,,,4257345 +SDN,SSF,LMC,2000,,,,4373100 +SDN,SSF,LMC,2001,,,59.736462,4496515 +SDN,SSF,LMC,2002,,,59.815769,4630305 +SDN,SSF,LMC,2003,,,61.095402,4764372 +SDN,SSF,LMC,2004,,,62.221722,4893376 +SDN,SSF,LMC,2005,,,63.338718,5011073 +SDN,SSF,LMC,2006,,,67.792747,5114537 +SDN,SSF,LMC,2007,,,67.293251,5232509 +SDN,SSF,LMC,2008,,,72.819801,5352440 +SDN,SSF,LMC,2009,,,72.349518,5472510 +SDN,SSF,LMC,2010,,,71.725983,5591472 +SDN,SSF,LMC,2011,,,69.477051,5707515 +SDN,SSF,LMC,2012,,,70.883163,5818028 +SDN,SSF,LMC,2013,,,72.014938,5929272 +SDN,SSF,LMC,2014,,,72.267563,6037829 +SDN,SSF,LMC,2015,,,73.145973,6139646 +SDN,SSF,LMC,2016,,,75.907372,6232218 +SDN,SSF,LMC,2017,,,76.816063,6333297 +SDN,SSF,LMC,2018,,,,6434078 +SEN,SSF,LMC,1960,,,, +SEN,SSF,LMC,1961,,,, +SEN,SSF,LMC,1962,,,, +SEN,SSF,LMC,1963,,,, +SEN,SSF,LMC,1964,,,, +SEN,SSF,LMC,1965,,,, +SEN,SSF,LMC,1966,,,, +SEN,SSF,LMC,1967,,,, +SEN,SSF,LMC,1968,,,, +SEN,SSF,LMC,1969,,,, +SEN,SSF,LMC,1970,,,,663489 +SEN,SSF,LMC,1971,,,38.834068,677055 +SEN,SSF,LMC,1972,,,38.630379,699001 +SEN,SSF,LMC,1973,,,39.167912,723260 +SEN,SSF,LMC,1974,,,39.796822,747580 +SEN,SSF,LMC,1975,,,40.083561,769433 +SEN,SSF,LMC,1976,,,39.629292,786770 +SEN,SSF,LMC,1977,,,42.410782,815266 +SEN,SSF,LMC,1978,,,40.949249,846795 +SEN,SSF,LMC,1979,,,42.176579,879848 +SEN,SSF,LMC,1980,,,43.151878,912860 +SEN,SSF,LMC,1981,,,44.697029,943951 +SEN,SSF,LMC,1982,,,46.46946,980462 +SEN,SSF,LMC,1983,,,49.012081,1019189 +SEN,SSF,LMC,1984,,,50.74337,1058244 +SEN,SSF,LMC,1985,,,52.060059,1095667 +SEN,SSF,LMC,1986,,,53.95483,1088319 +SEN,SSF,LMC,1987,,,54.573311,1124804 +SEN,SSF,LMC,1988,,,55.30954,1165298 +SEN,SSF,LMC,1989,,,54.61414,1208812 +SEN,SSF,LMC,1990,,,54.650791,1253092 +SEN,SSF,LMC,1991,,,54.815239,1295960 +SEN,SSF,LMC,1992,,,54.202129,1342094 +SEN,SSF,LMC,1993,,,53.412498,1387073 +SEN,SSF,LMC,1994,,,54.369041,1428280 +SEN,SSF,LMC,1995,,,55.320599,1463932 +SEN,SSF,LMC,1996,,,59.11264,1492224 +SEN,SSF,LMC,1997,,,63.257198,1523051 +SEN,SSF,LMC,1998,230.72575,236.85612,66.736099,1554635 +SEN,SSF,LMC,1999,,,65.918549,1587314 +SEN,SSF,LMC,2000,,,69.263428,1619711 +SEN,SSF,LMC,2001,,,71.21804,1650239 +SEN,SSF,LMC,2002,,,72.170273,1681797 +SEN,SSF,LMC,2003,,,76.04982,1715914 +SEN,SSF,LMC,2004,,,78.120491,1791996 +SEN,SSF,LMC,2005,380.33704,549.26868,79.934502,1826961 +SEN,SSF,LMC,2006,384.46246,566.49164,80.022034,1859815 +SEN,SSF,LMC,2007,,,83.558746,1898471 +SEN,SSF,LMC,2008,399.56766,646.62158,84.087257,1941360 +SEN,SSF,LMC,2009,520.10791,859.52246,83.89463,1988292 +SEN,SSF,LMC,2010,504.23007,854.67352,84.034882,2039180 +SEN,SSF,LMC,2011,432.20737,776.74017,86.988129,2093429 +SEN,SSF,LMC,2012,438.39233,806.63397,86.804459,2151648 +SEN,SSF,LMC,2013,467.07813,862.06226,84.594727,2217313 +SEN,SSF,LMC,2014,465.99454,897.84851,85.573502,2289641 +SEN,SSF,LMC,2015,454.91971,899.55273,84.933983,2367518 +SEN,SSF,LMC,2016,403.37936,820.61273,84.455437,2448502 +SEN,SSF,LMC,2017,,,85.579277,2529974 +SEN,SSF,LMC,2018,,,80.950043,2612259 +SGP,EAS,HIC,1960,,,, +SGP,EAS,HIC,1961,,,, +SGP,EAS,HIC,1962,,,, +SGP,EAS,HIC,1963,,,, +SGP,EAS,HIC,1964,,,, +SGP,EAS,HIC,1965,,,, +SGP,EAS,HIC,1966,,,, +SGP,EAS,HIC,1967,,,, +SGP,EAS,HIC,1968,,,, +SGP,EAS,HIC,1969,,,, +SGP,EAS,HIC,1970,,,, +SGP,EAS,HIC,1971,,,, +SGP,EAS,HIC,1972,,,, +SGP,EAS,HIC,1973,,,, +SGP,EAS,HIC,1974,,,, +SGP,EAS,HIC,1975,,,, +SGP,EAS,HIC,1976,,,, +SGP,EAS,HIC,1977,,,, +SGP,EAS,HIC,1978,,,, +SGP,EAS,HIC,1979,,,, +SGP,EAS,HIC,1980,,,, +SGP,EAS,HIC,1981,,,, +SGP,EAS,HIC,1982,,,, +SGP,EAS,HIC,1983,,,, +SGP,EAS,HIC,1984,,,, +SGP,EAS,HIC,1985,,,, +SGP,EAS,HIC,1986,,,, +SGP,EAS,HIC,1987,,,, +SGP,EAS,HIC,1988,,,, +SGP,EAS,HIC,1989,,,, +SGP,EAS,HIC,1990,,,, +SGP,EAS,HIC,1991,,,, +SGP,EAS,HIC,1992,,,, +SGP,EAS,HIC,1993,,,, +SGP,EAS,HIC,1994,,,, +SGP,EAS,HIC,1995,,,, +SGP,EAS,HIC,1996,,,, +SGP,EAS,HIC,1997,,,, +SGP,EAS,HIC,1998,,,, +SGP,EAS,HIC,1999,,,, +SGP,EAS,HIC,2000,,,, +SGP,EAS,HIC,2001,,,, +SGP,EAS,HIC,2002,,,, +SGP,EAS,HIC,2003,,,, +SGP,EAS,HIC,2004,,,, +SGP,EAS,HIC,2005,,,, +SGP,EAS,HIC,2006,,,, +SGP,EAS,HIC,2007,,,, +SGP,EAS,HIC,2008,6935.3726,2088.2476,, +SGP,EAS,HIC,2009,7444.8193,2231.2422,, +SGP,EAS,HIC,2010,7435.1431,2190.408,, +SGP,EAS,HIC,2011,,2426.0376,, +SGP,EAS,HIC,2012,,2650.563,, +SGP,EAS,HIC,2013,,2749.0483,, +SGP,EAS,HIC,2014,,,, +SGP,EAS,HIC,2015,,,, +SGP,EAS,HIC,2016,,3225.1619,100.7732,235125 +SGP,EAS,HIC,2017,,,100.627, +SGP,EAS,HIC,2018,,,, +SLB,EAS,LMC,1960,,,, +SLB,EAS,LMC,1961,,,, +SLB,EAS,LMC,1962,,,, +SLB,EAS,LMC,1963,,,, +SLB,EAS,LMC,1964,,,, +SLB,EAS,LMC,1965,,,, +SLB,EAS,LMC,1966,,,, +SLB,EAS,LMC,1967,,,, +SLB,EAS,LMC,1968,,,, +SLB,EAS,LMC,1969,,,, +SLB,EAS,LMC,1970,,,73.974892,28741 +SLB,EAS,LMC,1971,,,84.17247,29859 +SLB,EAS,LMC,1972,,,81.881638,31217 +SLB,EAS,LMC,1973,,,77.600197,32779 +SLB,EAS,LMC,1974,,,75.595482,34508 +SLB,EAS,LMC,1975,,,77.663406,36338 +SLB,EAS,LMC,1976,,,83.488342,32372 +SLB,EAS,LMC,1977,,,79.168419,33345 +SLB,EAS,LMC,1978,,,77.166512,34680 +SLB,EAS,LMC,1979,,,74.19133,36376 +SLB,EAS,LMC,1980,,,75.14315,38438 +SLB,EAS,LMC,1981,,,71.441132,40961 +SLB,EAS,LMC,1982,,,70.602341,43377 +SLB,EAS,LMC,1983,,,76.855247,45493 +SLB,EAS,LMC,1984,,,79.399879,47270 +SLB,EAS,LMC,1985,,,77.311394,50086 +SLB,EAS,LMC,1986,,,77.235283,51230 +SLB,EAS,LMC,1987,,,81.217659,52186 +SLB,EAS,LMC,1988,,,,52949 +SLB,EAS,LMC,1989,,,,53527 +SLB,EAS,LMC,1990,,,88.186897,53979 +SLB,EAS,LMC,1991,,10.40714,89.705803,54625 +SLB,EAS,LMC,1992,,,96.099777,55486 +SLB,EAS,LMC,1993,,,101.27693,56546 +SLB,EAS,LMC,1994,,,104.71352,57773 +SLB,EAS,LMC,1995,,,107.97536,59083 +SLB,EAS,LMC,1996,,,92.427673,60523 +SLB,EAS,LMC,1997,,,107.77864,62019 +SLB,EAS,LMC,1998,,,,63540 +SLB,EAS,LMC,1999,,,89.204613,65046 +SLB,EAS,LMC,2000,,,86.288902,66489 +SLB,EAS,LMC,2001,,,,68298 +SLB,EAS,LMC,2002,,,94.822418,70113 +SLB,EAS,LMC,2003,,,,71830 +SLB,EAS,LMC,2004,,,,73345 +SLB,EAS,LMC,2005,,,100.62318,74634 +SLB,EAS,LMC,2006,,,106.19116,76007 +SLB,EAS,LMC,2007,,,107.25635,77685 +SLB,EAS,LMC,2008,,,,79536 +SLB,EAS,LMC,2009,,,,81418 +SLB,EAS,LMC,2010,,,114.6561,83205 +SLB,EAS,LMC,2011,,,115.6261,84756 +SLB,EAS,LMC,2012,,,112.8037,86454 +SLB,EAS,LMC,2013,,,114.0075,88245 +SLB,EAS,LMC,2014,,,113.4294,90066 +SLB,EAS,LMC,2015,,,113.5939,91812 +SLB,EAS,LMC,2016,,,114.3743,93422 +SLB,EAS,LMC,2017,,,112.6239,94792 +SLB,EAS,LMC,2018,,,106.2065,95888 +SLE,SSF,LIC,1960,,,, +SLE,SSF,LIC,1961,,,, +SLE,SSF,LIC,1962,,,, +SLE,SSF,LIC,1963,,,, +SLE,SSF,LIC,1964,,,, +SLE,SSF,LIC,1965,,,, +SLE,SSF,LIC,1966,,,, +SLE,SSF,LIC,1967,,,, +SLE,SSF,LIC,1968,,,, +SLE,SSF,LIC,1969,,,, +SLE,SSF,LIC,1970,,,,454159 +SLE,SSF,LIC,1971,,,34.992882,462253 +SLE,SSF,LIC,1972,,,36.05162,476683 +SLE,SSF,LIC,1973,,,33.4645,492230 +SLE,SSF,LIC,1974,,,34.886478,507774 +SLE,SSF,LIC,1975,,,35.81575,522234 +SLE,SSF,LIC,1976,,,37.682091,534770 +SLE,SSF,LIC,1977,,,38.778622,553303 +SLE,SSF,LIC,1978,,,39.216648,574038 +SLE,SSF,LIC,1979,,,,595640 +SLE,SSF,LIC,1980,,,49.616852,616508 +SLE,SSF,LIC,1981,,,50.177929,634945 +SLE,SSF,LIC,1982,,,53.629261,657826 +SLE,SSF,LIC,1983,,,52.65176,679945 +SLE,SSF,LIC,1984,,,55.8568,700950 +SLE,SSF,LIC,1985,,,59.348148,720760 +SLE,SSF,LIC,1986,,,58.761089,739241 +SLE,SSF,LIC,1987,,,,765645 +SLE,SSF,LIC,1988,,,54.7654,794409 +SLE,SSF,LIC,1989,,,49.515968,821768 +SLE,SSF,LIC,1990,,,47.644989,843292 +SLE,SSF,LIC,1991,,,43.99342,856069 +SLE,SSF,LIC,1992,,,,864487 +SLE,SSF,LIC,1993,,,,865756 +SLE,SSF,LIC,1994,,,,861509 +SLE,SSF,LIC,1995,,,,853971 +SLE,SSF,LIC,1996,,,,844703 +SLE,SSF,LIC,1997,,,,712190 +SLE,SSF,LIC,1998,,,,715385 +SLE,SSF,LIC,1999,,,,722722 +SLE,SSF,LIC,2000,,,59.55328,734530 +SLE,SSF,LIC,2001,,,72.872749,750262 +SLE,SSF,LIC,2002,,,,779786 +SLE,SSF,LIC,2003,,,,817683 +SLE,SSF,LIC,2004,,,,859790 +SLE,SSF,LIC,2005,,,,901108 +SLE,SSF,LIC,2006,,,,937894 +SLE,SSF,LIC,2007,,97.136368,,972306 +SLE,SSF,LIC,2008,,93.087288,,1002820 +SLE,SSF,LIC,2009,,107.76542,,1030087 +SLE,SSF,LIC,2010,,109.7491,,1055265 +SLE,SSF,LIC,2011,104.34996,124.64634,113.7811,1078753 +SLE,SSF,LIC,2012,116.26601,145.60492,116.5876,1104683 +SLE,SSF,LIC,2013,110.52616,143.66322,118.2061,1131504 +SLE,SSF,LIC,2014,,148.25098,,1158264 +SLE,SSF,LIC,2015,,,116.0991,1206427 +SLE,SSF,LIC,2016,84.034042,118.7001,118.2468,1230035 +SLE,SSF,LIC,2017,72.035103,107.11179,124.4763,1230035 +SLE,SSF,LIC,2018,,,112.7546,1249931 +SLV,LCN,LMC,1960,,,, +SLV,LCN,LMC,1961,,,, +SLV,LCN,LMC,1962,,,, +SLV,LCN,LMC,1963,,,, +SLV,LCN,LMC,1964,,,, +SLV,LCN,LMC,1965,,,, +SLV,LCN,LMC,1966,,,, +SLV,LCN,LMC,1967,,,, +SLV,LCN,LMC,1968,,,, +SLV,LCN,LMC,1969,,,, +SLV,LCN,LMC,1970,,,83.050522,614161 +SLV,LCN,LMC,1971,,,84.94828,629735 +SLV,LCN,LMC,1972,,,83.889862,645575 +SLV,LCN,LMC,1973,,,88.917061,660962 +SLV,LCN,LMC,1974,,,90.800301,675304 +SLV,LCN,LMC,1975,,,93.011932,687862 +SLV,LCN,LMC,1976,,,95.496292,697998 +SLV,LCN,LMC,1977,,,97.090408,709453 +SLV,LCN,LMC,1978,,,99.208603,722154 +SLV,LCN,LMC,1979,,,101.56226,735534 +SLV,LCN,LMC,1980,,,92.615547,748990 +SLV,LCN,LMC,1981,,,76.86895,759371 +SLV,LCN,LMC,1982,,,86.164391,770913 +SLV,LCN,LMC,1983,,,89.097061,783047 +SLV,LCN,LMC,1984,,,91.410477,795148 +SLV,LCN,LMC,1985,,,,806512 +SLV,LCN,LMC,1986,,,,812245 +SLV,LCN,LMC,1987,,,102.14032,816147 +SLV,LCN,LMC,1988,,,103.78819,818117 +SLV,LCN,LMC,1989,,,101.37202,818264 +SLV,LCN,LMC,1990,,,,816547 +SLV,LCN,LMC,1991,,,99.396004,810779 +SLV,LCN,LMC,1992,,,102.39858,806232 +SLV,LCN,LMC,1993,,,103.31573,803859 +SLV,LCN,LMC,1994,,,,803790 +SLV,LCN,LMC,1995,,,103.57154,806253 +SLV,LCN,LMC,1996,,,111.10976,808996 +SLV,LCN,LMC,1997,,,78.622223,1182748 +SLV,LCN,LMC,1998,554.86621,513.53479,112.2226,821514 +SLV,LCN,LMC,1999,565.73242,531.71887,112.64011,831262 +SLV,LCN,LMC,2000,572.04425,542.91406,112.13527,843242 +SLV,LCN,LMC,2001,,,112.63912,855984 +SLV,LCN,LMC,2002,705.50653,696.81189,113.40176,867733 +SLV,LCN,LMC,2003,657.11353,667.69177,115.48497,876590 +SLV,LCN,LMC,2004,,,118.17102,881424 +SLV,LCN,LMC,2005,598.36975,625.586,118.20685,881120 +SLV,LCN,LMC,2006,622.0542,681.12689,117.68264,876015 +SLV,LCN,LMC,2007,639.15106,687.11365,123.49582,866827 +SLV,LCN,LMC,2008,714.0553,709.62457,115.92366,853564 +SLV,LCN,LMC,2009,,,114.74882,835986 +SLV,LCN,LMC,2010,769.94305,723.53546,114.973,813698 +SLV,LCN,LMC,2011,,,114.1626,785266 +SLV,LCN,LMC,2012,826.20032,709.59375,112.3888,760561 +SLV,LCN,LMC,2013,898.9071,744.48438,109.6913,741557 +SLV,LCN,LMC,2014,972.1701,758.69025,106.2758,727804 +SLV,LCN,LMC,2015,1026.7294,768.33374,102.6576,719014 +SLV,LCN,LMC,2016,1236.9885,895.03717,99.800453,709583 +SLV,LCN,LMC,2017,1232.7201,858.13428,96.150642,702391 +SLV,LCN,LMC,2018,,,,696082 +SMR,ECS,HIC,1960,,,, +SMR,ECS,HIC,1961,,,, +SMR,ECS,HIC,1962,,,, +SMR,ECS,HIC,1963,,,, +SMR,ECS,HIC,1964,,,, +SMR,ECS,HIC,1965,,,, +SMR,ECS,HIC,1966,,,, +SMR,ECS,HIC,1967,,,, +SMR,ECS,HIC,1968,,,, +SMR,ECS,HIC,1969,,,, +SMR,ECS,HIC,1970,,,, +SMR,ECS,HIC,1971,,,91.820732, +SMR,ECS,HIC,1972,,,94.08419, +SMR,ECS,HIC,1973,,,97.621811, +SMR,ECS,HIC,1974,,,100.17762, +SMR,ECS,HIC,1975,,,102.47435, +SMR,ECS,HIC,1976,,,104.12308, +SMR,ECS,HIC,1977,,,104.85498, +SMR,ECS,HIC,1978,,,105.11658, +SMR,ECS,HIC,1979,,,106.07882, +SMR,ECS,HIC,1980,,,105.86207, +SMR,ECS,HIC,1981,,,107.02128, +SMR,ECS,HIC,1982,,,107.59219, +SMR,ECS,HIC,1983,,,108.11007, +SMR,ECS,HIC,1984,,,103.26241, +SMR,ECS,HIC,1985,,,98.495209, +SMR,ECS,HIC,1986,,,93.073883, +SMR,ECS,HIC,1987,,,88.163002, +SMR,ECS,HIC,1988,,,83.527893, +SMR,ECS,HIC,1989,,,84.456299, +SMR,ECS,HIC,1990,,,85.984581, +SMR,ECS,HIC,1991,,,89.84433, +SMR,ECS,HIC,1992,,,92.59259, +SMR,ECS,HIC,1993,,,94.220108, +SMR,ECS,HIC,1994,,,93.279999, +SMR,ECS,HIC,1995,,,, +SMR,ECS,HIC,1996,,,88.04348, +SMR,ECS,HIC,1997,,,89.312981, +SMR,ECS,HIC,1998,,,, +SMR,ECS,HIC,1999,,,, +SMR,ECS,HIC,2000,,,85.606583, +SMR,ECS,HIC,2001,,,, +SMR,ECS,HIC,2002,,,, +SMR,ECS,HIC,2003,,,, +SMR,ECS,HIC,2004,,,93.892143, +SMR,ECS,HIC,2005,,,, +SMR,ECS,HIC,2006,,,, +SMR,ECS,HIC,2007,,,, +SMR,ECS,HIC,2008,,,116.08856, +SMR,ECS,HIC,2009,,,115.2094,1687 +SMR,ECS,HIC,2010,11504.353,18.142361,112.9656,1671 +SMR,ECS,HIC,2011,11400.748,17.81937,108.3911,1700 +SMR,ECS,HIC,2012,,,106.7843,1687 +SMR,ECS,HIC,2013,,,,1649 +SMR,ECS,HIC,2014,,,,1665 +SMR,ECS,HIC,2015,,,, +SMR,ECS,HIC,2016,,,, +SMR,ECS,HIC,2017,,,,1760 +SMR,ECS,HIC,2018,,,108.084, +SOM,SSF,LIC,1960,,,, +SOM,SSF,LIC,1961,,,, +SOM,SSF,LIC,1962,,,, +SOM,SSF,LIC,1963,,,, +SOM,SSF,LIC,1964,,,, +SOM,SSF,LIC,1965,,,, +SOM,SSF,LIC,1966,,,, +SOM,SSF,LIC,1967,,,, +SOM,SSF,LIC,1968,,,, +SOM,SSF,LIC,1969,,,, +SOM,SSF,LIC,1970,,,,535222 +SOM,SSF,LIC,1971,,,7.87011,542701 +SOM,SSF,LIC,1972,,,9.30968,549014 +SOM,SSF,LIC,1973,,,12.25383,553796 +SOM,SSF,LIC,1974,,,14.98237,563054 +SOM,SSF,LIC,1975,,,,584311 +SOM,SSF,LIC,1976,,,31.86355,620457 +SOM,SSF,LIC,1977,,,33.195011,691747 +SOM,SSF,LIC,1978,,,29.32958,783532 +SOM,SSF,LIC,1979,,,30.15576,881880 +SOM,SSF,LIC,1980,,,28.250999,970041 +SOM,SSF,LIC,1981,,,20.721649,1038180 +SOM,SSF,LIC,1982,,,18.24246,1080242 +SOM,SSF,LIC,1983,,,16.87468,1098262 +SOM,SSF,LIC,1984,,,17.02795,1099720 +SOM,SSF,LIC,1985,,,15.50545,1094507 +SOM,SSF,LIC,1986,,,14.41497,1089465 +SOM,SSF,LIC,1987,,,,1098993 +SOM,SSF,LIC,1988,,,,1115640 +SOM,SSF,LIC,1989,,,,1134997 +SOM,SSF,LIC,1990,,,,1151762 +SOM,SSF,LIC,1991,,,,1162996 +SOM,SSF,LIC,1992,,,,1173813 +SOM,SSF,LIC,1993,,,,1186146 +SOM,SSF,LIC,1994,,,,1201712 +SOM,SSF,LIC,1995,,,,1222315 +SOM,SSF,LIC,1996,,,,1247275 +SOM,SSF,LIC,1997,,,,1292180 +SOM,SSF,LIC,1998,,,,1406858 +SOM,SSF,LIC,1999,,,,1406858 +SOM,SSF,LIC,2000,,,,1467178 +SOM,SSF,LIC,2001,,,,1524657 +SOM,SSF,LIC,2002,,,,1587052 +SOM,SSF,LIC,2003,,,,1655049 +SOM,SSF,LIC,2004,,,,1726720 +SOM,SSF,LIC,2005,,,,1799325 +SOM,SSF,LIC,2006,,,,1868713 +SOM,SSF,LIC,2007,,,23.363541,1941289 +SOM,SSF,LIC,2008,,,,2004889 +SOM,SSF,LIC,2009,,,,2058421 +SOM,SSF,LIC,2010,,,,2101978 +SOM,SSF,LIC,2011,,,,2138378 +SOM,SSF,LIC,2012,,,,2184129 +SOM,SSF,LIC,2013,,,,2239321 +SOM,SSF,LIC,2014,,,,2301799 +SOM,SSF,LIC,2015,,,,2368424 +SOM,SSF,LIC,2016,,,,2434913 +SOM,SSF,LIC,2017,,,,2507430 +SOM,SSF,LIC,2018,,,,2578378 +SRB,ECS,UMC,1960,,,, +SRB,ECS,UMC,1961,,,, +SRB,ECS,UMC,1962,,,, +SRB,ECS,UMC,1963,,,, +SRB,ECS,UMC,1964,,,, +SRB,ECS,UMC,1965,,,, +SRB,ECS,UMC,1966,,,, +SRB,ECS,UMC,1967,,,, +SRB,ECS,UMC,1968,,,, +SRB,ECS,UMC,1969,,,, +SRB,ECS,UMC,1970,,,,528269 +SRB,ECS,UMC,1971,,,,531657 +SRB,ECS,UMC,1972,,,,532780 +SRB,ECS,UMC,1973,,,,534353 +SRB,ECS,UMC,1974,,,,536107 +SRB,ECS,UMC,1975,,,,537893 +SRB,ECS,UMC,1976,,,,540178 +SRB,ECS,UMC,1977,,,,544782 +SRB,ECS,UMC,1978,,,,550796 +SRB,ECS,UMC,1979,,,,558191 +SRB,ECS,UMC,1980,,,,566687 +SRB,ECS,UMC,1981,,,,575603 +SRB,ECS,UMC,1982,,,,584437 +SRB,ECS,UMC,1983,,,,593084 +SRB,ECS,UMC,1984,,,,601206 +SRB,ECS,UMC,1985,,,,608321 +SRB,ECS,UMC,1986,,,,613988 +SRB,ECS,UMC,1987,,,,618865 +SRB,ECS,UMC,1988,,,,620964 +SRB,ECS,UMC,1989,,,,620070 +SRB,ECS,UMC,1990,,,,616958 +SRB,ECS,UMC,1991,,,,613051 +SRB,ECS,UMC,1992,,,,610853 +SRB,ECS,UMC,1993,,,,609967 +SRB,ECS,UMC,1994,,,,609739 +SRB,ECS,UMC,1995,,,,608516 +SRB,ECS,UMC,1996,,,,604323 +SRB,ECS,UMC,1997,,,,593648 +SRB,ECS,UMC,1998,,,,347099 +SRB,ECS,UMC,1999,,,109.6715,346358 +SRB,ECS,UMC,2000,,,103.58666,338672 +SRB,ECS,UMC,2001,,,102.52085,335879 +SRB,ECS,UMC,2002,,,102.11952,331915 +SRB,ECS,UMC,2003,,,101.06524,329223 +SRB,ECS,UMC,2004,,,101.55494,324193 +SRB,ECS,UMC,2005,,,102.74709,316226 +SRB,ECS,UMC,2006,,,101.83955,306869 +SRB,ECS,UMC,2007,6945.9141,2068.6045,101.06215,294686 +SRB,ECS,UMC,2008,7705.3545,2232.8962,100.62958,287972 +SRB,ECS,UMC,2009,7717.5903,2179.4089,97.685799,289085 +SRB,ECS,UMC,2010,7269.2129,2058.3574,95.89576,295280 +SRB,ECS,UMC,2011,6989.895,2017.9127,101.4934,284442 +SRB,ECS,UMC,2012,,,100.5713,287759 +SRB,ECS,UMC,2013,,,100.8955,285638 +SRB,ECS,UMC,2014,,,101.1312,281569 +SRB,ECS,UMC,2015,6539.1465,1825.8605,101.3429,275520 +SRB,ECS,UMC,2016,,,100.5713,270975 +SRB,ECS,UMC,2017,,,100.3129,268113 +SRB,ECS,UMC,2018,,,100.3019, +SSD,SSF,LIC,1960,,,, +SSD,SSF,LIC,1961,,,, +SSD,SSF,LIC,1962,,,, +SSD,SSF,LIC,1963,,,, +SSD,SSF,LIC,1964,,,, +SSD,SSF,LIC,1965,,,, +SSD,SSF,LIC,1966,,,, +SSD,SSF,LIC,1967,,,, +SSD,SSF,LIC,1968,,,, +SSD,SSF,LIC,1969,,,, +SSD,SSF,LIC,1970,,,, +SSD,SSF,LIC,1971,,,, +SSD,SSF,LIC,1972,,,, +SSD,SSF,LIC,1973,,,, +SSD,SSF,LIC,1974,,,, +SSD,SSF,LIC,1975,,,, +SSD,SSF,LIC,1976,,,, +SSD,SSF,LIC,1977,,,, +SSD,SSF,LIC,1978,,,, +SSD,SSF,LIC,1979,,,, +SSD,SSF,LIC,1980,,,, +SSD,SSF,LIC,1981,,,, +SSD,SSF,LIC,1982,,,, +SSD,SSF,LIC,1983,,,, +SSD,SSF,LIC,1984,,,, +SSD,SSF,LIC,1985,,,, +SSD,SSF,LIC,1986,,,, +SSD,SSF,LIC,1987,,,, +SSD,SSF,LIC,1988,,,, +SSD,SSF,LIC,1989,,,, +SSD,SSF,LIC,1990,,,, +SSD,SSF,LIC,1991,,,, +SSD,SSF,LIC,1992,,,, +SSD,SSF,LIC,1993,,,, +SSD,SSF,LIC,1994,,,, +SSD,SSF,LIC,1995,,,, +SSD,SSF,LIC,1996,,,, +SSD,SSF,LIC,1997,,,, +SSD,SSF,LIC,1998,,,, +SSD,SSF,LIC,1999,,,, +SSD,SSF,LIC,2000,,,, +SSD,SSF,LIC,2001,,,, +SSD,SSF,LIC,2002,,,, +SSD,SSF,LIC,2003,,,, +SSD,SSF,LIC,2004,,,, +SSD,SSF,LIC,2005,,,,1316797 +SSD,SSF,LIC,2006,,,,1367863 +SSD,SSF,LIC,2007,,,,1429415 +SSD,SSF,LIC,2008,,,,1492068 +SSD,SSF,LIC,2009,,,,1552983 +SSD,SSF,LIC,2010,,,,1609258 +SSD,SSF,LIC,2011,,197.64592,90.050682,1711547 +SSD,SSF,LIC,2012,,,,1763034 +SSD,SSF,LIC,2013,,120.95986,,1814113 +SSD,SSF,LIC,2014,,201.98869,,1864464 +SSD,SSF,LIC,2015,,173.21085,72.989906,1912997 +SSD,SSF,LIC,2016,,129.14571,,1963335 +SSD,SSF,LIC,2017,,97.447731,,2011243 +SSD,SSF,LIC,2018,,,,2056501 +STP,SSF,LMC,1960,,,, +STP,SSF,LMC,1961,,,, +STP,SSF,LMC,1962,,,, +STP,SSF,LMC,1963,,,, +STP,SSF,LMC,1964,,,, +STP,SSF,LMC,1965,,,, +STP,SSF,LMC,1966,,,, +STP,SSF,LMC,1967,,,, +STP,SSF,LMC,1968,,,, +STP,SSF,LMC,1969,,,, +STP,SSF,LMC,1970,,,,7879 +STP,SSF,LMC,1971,,,110.02928,8116 +STP,SSF,LMC,1972,,,122.11002,8328 +STP,SSF,LMC,1973,,,144.31635,8574 +STP,SSF,LMC,1974,,,114.29367,8860 +STP,SSF,LMC,1975,,,116.03652,9171 +STP,SSF,LMC,1976,,,148.39046,9463 +STP,SSF,LMC,1977,,,126.64266,9811 +STP,SSF,LMC,1978,,,137.5085,10093 +STP,SSF,LMC,1979,,,,10276 +STP,SSF,LMC,1980,,,155.77467,10360 +STP,SSF,LMC,1981,,,154.14157,10374 +STP,SSF,LMC,1982,,,151.6852,10552 +STP,SSF,LMC,1983,,,143.83208,10956 +STP,SSF,LMC,1984,,,133.89001,11618 +STP,SSF,LMC,1985,,,125.74996,12466 +STP,SSF,LMC,1986,,,,13326 +STP,SSF,LMC,1987,,,118.55311,14088 +STP,SSF,LMC,1988,,,121.50003,14542 +STP,SSF,LMC,1989,,,,14595 +STP,SSF,LMC,1990,,,128.10703,14303 +STP,SSF,LMC,1991,,,130.86845,13862 +STP,SSF,LMC,1992,,,135.04306,13574 +STP,SSF,LMC,1993,,,,13505 +STP,SSF,LMC,1994,,,,13698 +STP,SSF,LMC,1995,,,,14128 +STP,SSF,LMC,1996,,,134.14183,14671 +STP,SSF,LMC,1997,,,,15224 +STP,SSF,LMC,1998,,,127.15009,15708 +STP,SSF,LMC,1999,,,100.2996,23307 +STP,SSF,LMC,2000,,,,23743 +STP,SSF,LMC,2001,,,,23848 +STP,SSF,LMC,2002,,,120.64557,23611 +STP,SSF,LMC,2003,,,123.36893,23523 +STP,SSF,LMC,2004,,,124.59318,23690 +STP,SSF,LMC,2005,,,125.63088,24086 +STP,SSF,LMC,2006,,,,25572 +STP,SSF,LMC,2007,,,119.40293,26323 +STP,SSF,LMC,2008,,,120.09878,27150 +STP,SSF,LMC,2009,,,120.06609,28045 +STP,SSF,LMC,2010,,,116.592,28987 +STP,SSF,LMC,2011,,,116.0074,29931 +STP,SSF,LMC,2012,516.6756,17.51169,107.5798,30824 +STP,SSF,LMC,2013,512.15704,17.78875,107.075,31604 +STP,SSF,LMC,2014,363.22238,12.52863,103.9321,32258 +STP,SSF,LMC,2015,,,105.2666,32789 +STP,SSF,LMC,2016,,,106.1885,33234 +STP,SSF,LMC,2017,,,106.7915,33721 +STP,SSF,LMC,2018,,,,34236 +SUR,LCN,UMC,1960,,,, +SUR,LCN,UMC,1961,,,, +SUR,LCN,UMC,1962,,,, +SUR,LCN,UMC,1963,,,, +SUR,LCN,UMC,1964,,,, +SUR,LCN,UMC,1965,,,, +SUR,LCN,UMC,1966,,,, +SUR,LCN,UMC,1967,,,, +SUR,LCN,UMC,1968,,,, +SUR,LCN,UMC,1969,,,, +SUR,LCN,UMC,1970,,,,71160 +SUR,LCN,UMC,1971,,,128.66229,72336 +SUR,LCN,UMC,1972,,,127.6499,72563 +SUR,LCN,UMC,1973,,,130.18507,72460 +SUR,LCN,UMC,1974,,,133.3436,72205 +SUR,LCN,UMC,1975,,,128.54782,72075 +SUR,LCN,UMC,1976,,,111.8457,72299 +SUR,LCN,UMC,1977,,,124.90556,70179 +SUR,LCN,UMC,1978,,,127.03971,67595 +SUR,LCN,UMC,1979,,,132.16899,64760 +SUR,LCN,UMC,1980,,,131.32767,61859 +SUR,LCN,UMC,1981,,,126.42559,59142 +SUR,LCN,UMC,1982,,,132.43327,57196 +SUR,LCN,UMC,1983,,,135.92506,55055 +SUR,LCN,UMC,1984,,,139.13174,52819 +SUR,LCN,UMC,1985,,,141.04062,50611 +SUR,LCN,UMC,1986,,,143.64053,48626 +SUR,LCN,UMC,1987,,,131.63171,47483 +SUR,LCN,UMC,1988,,,130.85167,47451 +SUR,LCN,UMC,1989,,,135.24213,48450 +SUR,LCN,UMC,1990,,,121.36268,50334 +SUR,LCN,UMC,1991,,,113.17148,52706 +SUR,LCN,UMC,1992,,,132.53951,54920 +SUR,LCN,UMC,1993,,,138.26216,56730 +SUR,LCN,UMC,1994,,,149.74187,58123 +SUR,LCN,UMC,1995,,,,59120 +SUR,LCN,UMC,1996,,,,59830 +SUR,LCN,UMC,1997,,,,60188 +SUR,LCN,UMC,1998,,,,60427 +SUR,LCN,UMC,1999,,,104.72164,60557 +SUR,LCN,UMC,2000,,,,60604 +SUR,LCN,UMC,2001,,,106.07478,60607 +SUR,LCN,UMC,2002,,,104.12106,60983 +SUR,LCN,UMC,2003,,,,61387 +SUR,LCN,UMC,2004,,,,61756 +SUR,LCN,UMC,2005,,,105.0331,62014 +SUR,LCN,UMC,2006,,,105.81222,62114 +SUR,LCN,UMC,2007,,,104.21041,61987 +SUR,LCN,UMC,2008,,,111.69702,61759 +SUR,LCN,UMC,2009,,,114.15126,61434 +SUR,LCN,UMC,2010,,,114.0404,61026 +SUR,LCN,UMC,2011,,,112.2363,60569 +SUR,LCN,UMC,2012,,,112.7073,60195 +SUR,LCN,UMC,2013,,,112.8361,59865 +SUR,LCN,UMC,2014,,,113.3312,59591 +SUR,LCN,UMC,2015,,,115.8036,59381 +SUR,LCN,UMC,2016,,,115.547,59235 +SUR,LCN,UMC,2017,,,110.5575,59227 +SUR,LCN,UMC,2018,,,108.8421,59284 +SVK,ECS,HIC,1960,,,, +SVK,ECS,HIC,1961,,,, +SVK,ECS,HIC,1962,,,, +SVK,ECS,HIC,1963,,,, +SVK,ECS,HIC,1964,,,, +SVK,ECS,HIC,1965,,,, +SVK,ECS,HIC,1966,,,, +SVK,ECS,HIC,1967,,,, +SVK,ECS,HIC,1968,,,, +SVK,ECS,HIC,1969,,,, +SVK,ECS,HIC,1970,,,,339326 +SVK,ECS,HIC,1971,,,,332489 +SVK,ECS,HIC,1972,,,,325947 +SVK,ECS,HIC,1973,,,,319578 +SVK,ECS,HIC,1974,,,,313756 +SVK,ECS,HIC,1975,,,,309215 +SVK,ECS,HIC,1976,,,,306765 +SVK,ECS,HIC,1977,,,,306538 +SVK,ECS,HIC,1978,,,,311195 +SVK,ECS,HIC,1979,,,,320933 +SVK,ECS,HIC,1980,,,,333908 +SVK,ECS,HIC,1981,,,,346995 +SVK,ECS,HIC,1982,,,,357694 +SVK,ECS,HIC,1983,,,,367225 +SVK,ECS,HIC,1984,,,,374944 +SVK,ECS,HIC,1985,,,,380694 +SVK,ECS,HIC,1986,,,,384674 +SVK,ECS,HIC,1987,,,,387497 +SVK,ECS,HIC,1988,,,,385907 +SVK,ECS,HIC,1989,,,,379910 +SVK,ECS,HIC,1990,,,,371088 +SVK,ECS,HIC,1991,,,99.982872,361947 +SVK,ECS,HIC,1992,,980.69714,101.97804,354341 +SVK,ECS,HIC,1993,,808.53851,100.77839,347896 +SVK,ECS,HIC,1994,,736.4577,100.79212,342878 +SVK,ECS,HIC,1995,,963.99176,99.93383,338515 +SVK,ECS,HIC,1996,,1012.2655,98.843781,333414 +SVK,ECS,HIC,1997,3782.4639,1212.5066,97.961082,327232 +SVK,ECS,HIC,1998,,,101.18277,320520 +SVK,ECS,HIC,1999,1607.8958,509.0614,101.11333,313115 +SVK,ECS,HIC,2000,1716.3595,531.03992,101.49387,304845 +SVK,ECS,HIC,2001,1771.8644,531.89423,101.56137,295574 +SVK,ECS,HIC,2002,1943.8502,552.65991,99.500237,285740 +SVK,ECS,HIC,2003,2330.9243,629.35889,98.504219,274105 +SVK,ECS,HIC,2004,2268.6814,578.30054,97.744904,260788 +SVK,ECS,HIC,2005,2985.5195,723.86609,98.217613,246862 +SVK,ECS,HIC,2006,3377.7351,795.04456,100.58846,234001 +SVK,ECS,HIC,2007,3808.0789,877.89923,103.00017,223817 +SVK,ECS,HIC,2008,4018.2725,903.18311,103.95,216219 +SVK,ECS,HIC,2009,4562.6245,993.76245,102.94312,211567 +SVK,ECS,HIC,2010,5126.8828,1202.3414,101.448,209381 +SVK,ECS,HIC,2011,4963.1748,1097.4473,100.304,208579 +SVK,ECS,HIC,2012,4883.7969,1084.8207,100.5292,208236 +SVK,ECS,HIC,2013,5251.7119,1205.3354,100.5876,210177 +SVK,ECS,HIC,2014,5367.9849,1242.5797,99.768044,214238 +SVK,ECS,HIC,2015,6129.4346,1423.7119,98.492996,219509 +SVK,ECS,HIC,2016,,,97.852173,224618 +SVK,ECS,HIC,2017,,,98.732048,228379 +SVK,ECS,HIC,2018,,,,230520 +SVN,ECS,HIC,1960,,,, +SVN,ECS,HIC,1961,,,, +SVN,ECS,HIC,1962,,,, +SVN,ECS,HIC,1963,,,, +SVN,ECS,HIC,1964,,,, +SVN,ECS,HIC,1965,,,, +SVN,ECS,HIC,1966,,,, +SVN,ECS,HIC,1967,,,, +SVN,ECS,HIC,1968,,,, +SVN,ECS,HIC,1969,,,, +SVN,ECS,HIC,1970,,,,106252 +SVN,ECS,HIC,1971,,,,107619 +SVN,ECS,HIC,1972,,,,108970 +SVN,ECS,HIC,1973,,,,109830 +SVN,ECS,HIC,1974,,,,109931 +SVN,ECS,HIC,1975,,,,109283 +SVN,ECS,HIC,1976,,,,108356 +SVN,ECS,HIC,1977,,,,108100 +SVN,ECS,HIC,1978,,,,108319 +SVN,ECS,HIC,1979,,,,109145 +SVN,ECS,HIC,1980,,,,110590 +SVN,ECS,HIC,1981,,,97.3974,112429 +SVN,ECS,HIC,1982,,,99.48867,113626 +SVN,ECS,HIC,1983,,,100.3563,114793 +SVN,ECS,HIC,1984,,,99.393494,116240 +SVN,ECS,HIC,1985,,,98.225533,118009 +SVN,ECS,HIC,1986,,,96.81958,119828 +SVN,ECS,HIC,1987,,,96.14315,121578 +SVN,ECS,HIC,1988,,,95.676804,122342 +SVN,ECS,HIC,1989,,,95.983932,121737 +SVN,ECS,HIC,1990,,,96.142921,119702 +SVN,ECS,HIC,1991,,,77.745583,116666 +SVN,ECS,HIC,1992,,,97.793869,114182 +SVN,ECS,HIC,1993,,,93.71949,111443 +SVN,ECS,HIC,1994,,,94.012367,108633 +SVN,ECS,HIC,1995,,389.82086,96.517464,105887 +SVN,ECS,HIC,1996,,,97.705811,103159 +SVN,ECS,HIC,1997,,,98.794868,100114 +SVN,ECS,HIC,1998,,,99.014122,96830 +SVN,ECS,HIC,1999,,,98.283142,93224 +SVN,ECS,HIC,2000,,,97.319649,89365 +SVN,ECS,HIC,2001,6550.8389,565.91388,101.1889,85533 +SVN,ECS,HIC,2002,7263.6099,624.823,105.2309,81939 +SVN,ECS,HIC,2003,,672.85187,110.76275,78851 +SVN,ECS,HIC,2004,,,98.992798,76523 +SVN,ECS,HIC,2005,,,100.53746,93036 +SVN,ECS,HIC,2006,,,101.84752,91989 +SVN,ECS,HIC,2007,,,98.275032,110242 +SVN,ECS,HIC,2008,,,98.613098,109335 +SVN,ECS,HIC,2009,,,99.13549,108591 +SVN,ECS,HIC,2010,9532.0762,1019.2574,99.496391,107996 +SVN,ECS,HIC,2011,9445.4844,1010.6928,99.853409,107698 +SVN,ECS,HIC,2012,9030.1367,987.15533,100.2945,108255 +SVN,ECS,HIC,2013,8577.6357,944.95013,99.944183,109905 +SVN,ECS,HIC,2014,8465.3213,957.82043,99.715088,112616 +SVN,ECS,HIC,2015,7786.5854,911.77429,99.949829,116276 +SVN,ECS,HIC,2016,,,99.838013,120402 +SVN,ECS,HIC,2017,,,100.3967,124147 +SVN,ECS,HIC,2018,,,,127104 +SWE,ECS,HIC,1960,,,, +SWE,ECS,HIC,1961,,,, +SWE,ECS,HIC,1962,,,, +SWE,ECS,HIC,1963,,,, +SWE,ECS,HIC,1964,,,, +SWE,ECS,HIC,1965,,,, +SWE,ECS,HIC,1966,,,, +SWE,ECS,HIC,1967,,,, +SWE,ECS,HIC,1968,,,, +SWE,ECS,HIC,1969,,,, +SWE,ECS,HIC,1970,,,,646234 +SWE,ECS,HIC,1971,,,94.023331,654445 +SWE,ECS,HIC,1972,,,95.810921,664036 +SWE,ECS,HIC,1973,,,97.060204,672835 +SWE,ECS,HIC,1974,,,98.732422,680274 +SWE,ECS,HIC,1975,,,100.35418,686375 +SWE,ECS,HIC,1976,,,101.10251,691058 +SWE,ECS,HIC,1977,,,100.38485,695341 +SWE,ECS,HIC,1978,,,98.828682,698015 +SWE,ECS,HIC,1979,,,98.317688,698563 +SWE,ECS,HIC,1980,,,97.276932,696310 +SWE,ECS,HIC,1981,,,96.496239,690886 +SWE,ECS,HIC,1982,,,96.919151,683643 +SWE,ECS,HIC,1983,,,97.768982,673145 +SWE,ECS,HIC,1984,,,98.132843,659878 +SWE,ECS,HIC,1985,,,97.845551,644388 +SWE,ECS,HIC,1986,,,97.686752,627213 +SWE,ECS,HIC,1987,,,98.16774,611323 +SWE,ECS,HIC,1988,,,98.501892,597552 +SWE,ECS,HIC,1989,,,98.776283,587388 +SWE,ECS,HIC,1990,,,99.515961,581354 +SWE,ECS,HIC,1991,,8356.5615,99.723953,579960 +SWE,ECS,HIC,1992,,7690.8823,100.33146,582273 +SWE,ECS,HIC,1993,,7398.5967,104.26828,589394 +SWE,ECS,HIC,1994,,,104.16699,601202 +SWE,ECS,HIC,1995,,4699.3096,104.24093,617577 +SWE,ECS,HIC,1996,,5434.3076,104.38481,638157 +SWE,ECS,HIC,1997,,,104.95322,658036 +SWE,ECS,HIC,1998,7933.8281,5919.937,110.15198,677395 +SWE,ECS,HIC,1999,7896.4707,6025.228,109.90063,694289 +SWE,ECS,HIC,2000,8419.9678,6531.4194,109.59968,707763 +SWE,ECS,HIC,2001,8106.8916,6372.2354,109.66054,716782 +SWE,ECS,HIC,2002,8877.5078,6975.7148,108.50175,724204 +SWE,ECS,HIC,2003,8886.5664,6886.0938,107.28479,722271 +SWE,ECS,HIC,2004,9956.7031,6877.6719,97.31768,709796 +SWE,ECS,HIC,2005,10218.438,6728.4424,95.804993,687293 +SWE,ECS,HIC,2006,10422.776,6533.4858,95.648087,655368 +SWE,ECS,HIC,2007,10959.339,6587.8779,96.697807,621654 +SWE,ECS,HIC,2008,11319.532,6618.8252,98.71492,592350 +SWE,ECS,HIC,2009,11488.903,6587.9214,99.902962,573987 +SWE,ECS,HIC,2010,11806.298,6801.7266,101.4376,567957 +SWE,ECS,HIC,2011,11819.282,6837.2891,100.4285,576018 +SWE,ECS,HIC,2012,10039.319,7287.1602,101.9239,590913 +SWE,ECS,HIC,2013,10158.297,7570.8564,120.4248,609000 +SWE,ECS,HIC,2014,10160.479,7869.5752,120.8581,626476 +SWE,ECS,HIC,2015,10239.083,8286.3779,122.9374,644136 +SWE,ECS,HIC,2016,,,124.8511,662140 +SWE,ECS,HIC,2017,,,126.5754,680394 +SWE,ECS,HIC,2018,,,,694581 +SWZ,SSF,LMC,1960,,,, +SWZ,SSF,LMC,1961,,,, +SWZ,SSF,LMC,1962,,,, +SWZ,SSF,LMC,1963,,,, +SWZ,SSF,LMC,1964,,,, +SWZ,SSF,LMC,1965,,,, +SWZ,SSF,LMC,1966,,,, +SWZ,SSF,LMC,1967,,,, +SWZ,SSF,LMC,1968,,,, +SWZ,SSF,LMC,1969,,,, +SWZ,SSF,LMC,1970,,,80.896652,88718 +SWZ,SSF,LMC,1971,,,81.165657,91327 +SWZ,SSF,LMC,1972,,,83.948761,94321 +SWZ,SSF,LMC,1973,,,86.856773,97609 +SWZ,SSF,LMC,1974,,,88.437683,101029 +SWZ,SSF,LMC,1975,,,88.799843,104421 +SWZ,SSF,LMC,1976,,,88.642563,108119 +SWZ,SSF,LMC,1977,,,88.83374,112210 +SWZ,SSF,LMC,1978,,,88.399246,116546 +SWZ,SSF,LMC,1979,,,88.656723,120919 +SWZ,SSF,LMC,1980,,,90.050323,125146 +SWZ,SSF,LMC,1981,,,92.309647,129068 +SWZ,SSF,LMC,1982,,,92.536003,132966 +SWZ,SSF,LMC,1983,,,92.142471,137002 +SWZ,SSF,LMC,1984,,,91.983704,141394 +SWZ,SSF,LMC,1985,,,91.878052,146203 +SWZ,SSF,LMC,1986,,,90.769592,151596 +SWZ,SSF,LMC,1987,,,90.893044,157763 +SWZ,SSF,LMC,1988,,,90.446869,164339 +SWZ,SSF,LMC,1989,,,89.616966,170837 +SWZ,SSF,LMC,1990,,,91.636482,176922 +SWZ,SSF,LMC,1991,,,92.092346,183630 +SWZ,SSF,LMC,1992,,,93.657463,190191 +SWZ,SSF,LMC,1993,,,95.23349,196490 +SWZ,SSF,LMC,1994,,74.302078,97.649498,202489 +SWZ,SSF,LMC,1995,,90.274658,101.94876,207997 +SWZ,SSF,LMC,1996,,102.0413,102.43696,213495 +SWZ,SSF,LMC,1997,,,103.80096,218229 +SWZ,SSF,LMC,1998,,,104.64851,221655 +SWZ,SSF,LMC,1999,509.32205,106.33575,106.19448,223231 +SWZ,SSF,LMC,2000,592.99554,126.33236,106.3866,222626 +SWZ,SSF,LMC,2001,479.24139,102.55095,104.9926,221514 +SWZ,SSF,LMC,2002,526.01422,111.54815,103.31846,219838 +SWZ,SSF,LMC,2003,615.08087,128.57466,103.27497,218116 +SWZ,SSF,LMC,2004,705.70929,147.10088,108.88582,216692 +SWZ,SSF,LMC,2005,887.11957,193.70433,111.77379,215761 +SWZ,SSF,LMC,2006,916.20776,203.02797,117.63808,214095 +SWZ,SSF,LMC,2007,,,120.26621,213098 +SWZ,SSF,LMC,2008,841.487,195.70631,,212758 +SWZ,SSF,LMC,2009,,239.45493,120.01546,212897 +SWZ,SSF,LMC,2010,1123.1324,259.83557,124.9072,213370 +SWZ,SSF,LMC,2011,1294.2694,312.22568,124.4922,213872 +SWZ,SSF,LMC,2012,,,123.6505,215301 +SWZ,SSF,LMC,2013,,,121.9404,217538 +SWZ,SSF,LMC,2014,1612.8427,385.50003,120.7231,220433 +SWZ,SSF,LMC,2015,,,119.2154,223800 +SWZ,SSF,LMC,2016,,,116.795,227634 +SWZ,SSF,LMC,2017,,,115.1601,231388 +SWZ,SSF,LMC,2018,,,,234807 +SXM,LCN,HIC,1960,,,, +SXM,LCN,HIC,1961,,,, +SXM,LCN,HIC,1962,,,, +SXM,LCN,HIC,1963,,,, +SXM,LCN,HIC,1964,,,, +SXM,LCN,HIC,1965,,,, +SXM,LCN,HIC,1966,,,, +SXM,LCN,HIC,1967,,,, +SXM,LCN,HIC,1968,,,, +SXM,LCN,HIC,1969,,,, +SXM,LCN,HIC,1970,,,, +SXM,LCN,HIC,1971,,,, +SXM,LCN,HIC,1972,,,, +SXM,LCN,HIC,1973,,,, +SXM,LCN,HIC,1974,,,, +SXM,LCN,HIC,1975,,,, +SXM,LCN,HIC,1976,,,, +SXM,LCN,HIC,1977,,,, +SXM,LCN,HIC,1978,,,, +SXM,LCN,HIC,1979,,,, +SXM,LCN,HIC,1980,,,, +SXM,LCN,HIC,1981,,,, +SXM,LCN,HIC,1982,,,, +SXM,LCN,HIC,1983,,,, +SXM,LCN,HIC,1984,,,, +SXM,LCN,HIC,1985,,,, +SXM,LCN,HIC,1986,,,, +SXM,LCN,HIC,1987,,,, +SXM,LCN,HIC,1988,,,, +SXM,LCN,HIC,1989,,,, +SXM,LCN,HIC,1990,,,, +SXM,LCN,HIC,1991,,,, +SXM,LCN,HIC,1992,,,, +SXM,LCN,HIC,1993,,,, +SXM,LCN,HIC,1994,,,, +SXM,LCN,HIC,1995,,,, +SXM,LCN,HIC,1996,,,, +SXM,LCN,HIC,1997,,,, +SXM,LCN,HIC,1998,,,, +SXM,LCN,HIC,1999,,,, +SXM,LCN,HIC,2000,,,, +SXM,LCN,HIC,2001,,,, +SXM,LCN,HIC,2002,,,, +SXM,LCN,HIC,2003,,,, +SXM,LCN,HIC,2004,,,, +SXM,LCN,HIC,2005,,,, +SXM,LCN,HIC,2006,,,, +SXM,LCN,HIC,2007,,,, +SXM,LCN,HIC,2008,,,, +SXM,LCN,HIC,2009,,,, +SXM,LCN,HIC,2010,,,, +SXM,LCN,HIC,2011,,,, +SXM,LCN,HIC,2012,,,120.3424, +SXM,LCN,HIC,2013,,,, +SXM,LCN,HIC,2014,,,128.1631, +SXM,LCN,HIC,2015,,,, +SXM,LCN,HIC,2016,,,, +SXM,LCN,HIC,2017,,,, +SXM,LCN,HIC,2018,,,, +SYC,SSF,HIC,1960,,,, +SYC,SSF,HIC,1961,,,, +SYC,SSF,HIC,1962,,,, +SYC,SSF,HIC,1963,,,, +SYC,SSF,HIC,1964,,,, +SYC,SSF,HIC,1965,,,, +SYC,SSF,HIC,1966,,,, +SYC,SSF,HIC,1967,,,, +SYC,SSF,HIC,1968,,,, +SYC,SSF,HIC,1969,,,, +SYC,SSF,HIC,1970,,,103.36172,8924 +SYC,SSF,HIC,1971,,,106.68856,9134 +SYC,SSF,HIC,1972,,,107.74332,9349 +SYC,SSF,HIC,1973,,,107.72699,9536 +SYC,SSF,HIC,1974,,,107.13916,9664 +SYC,SSF,HIC,1975,,,105.38675,9712 +SYC,SSF,HIC,1976,,,101.91539,9766 +SYC,SSF,HIC,1977,,,101.52269,9855 +SYC,SSF,HIC,1978,,,101.73869,9953 +SYC,SSF,HIC,1979,,,99.501404,10031 +SYC,SSF,HIC,1980,,,95.668159,10068 +SYC,SSF,HIC,1981,,,97.753372,10017 +SYC,SSF,HIC,1982,,,99.337547,9964 +SYC,SSF,HIC,1983,,,99.191917,9904 +SYC,SSF,HIC,1984,,,97.89077,9816 +SYC,SSF,HIC,1985,,,99.886467,9690 +SYC,SSF,HIC,1986,,,101.72237,9755 +SYC,SSF,HIC,1987,,,98.511391,9875 +SYC,SSF,HIC,1988,,,96.041077,10031 +SYC,SSF,HIC,1989,,,96.255272,10202 +SYC,SSF,HIC,1990,,,,10372 +SYC,SSF,HIC,1991,,,99.77356,10160 +SYC,SSF,HIC,1992,,,99.449226,9987 +SYC,SSF,HIC,1993,,,100.2946,9845 +SYC,SSF,HIC,1994,,21.80546,101.95453,9721 +SYC,SSF,HIC,1995,,35.392872,102.77604,9619 +SYC,SSF,HIC,1996,,22.81407,102.65836,9632 +SYC,SSF,HIC,1997,,,101.4256,9615 +SYC,SSF,HIC,1998,1704.9773,16.603069,101.70235,9578 +SYC,SSF,HIC,1999,,,104.16404,9540 +SYC,SSF,HIC,2000,,,105.58189,9501 +SYC,SSF,HIC,2001,,,105.04725,9317 +SYC,SSF,HIC,2002,2759.0806,26.550631,105.45753,9129 +SYC,SSF,HIC,2003,2797.8015,26.514771,106.26822,8921 +SYC,SSF,HIC,2004,,,102.58005,8685 +SYC,SSF,HIC,2005,,,109.12971,8438 +SYC,SSF,HIC,2006,,,107.25681,8340 +SYC,SSF,HIC,2007,,,107.70352,8240 +SYC,SSF,HIC,2008,,,107.71126,8129 +SYC,SSF,HIC,2009,,,107.84044,8008 +SYC,SSF,HIC,2010,,,110.4318,7851 +SYC,SSF,HIC,2011,2113.8904,18.38028,110.4688,7695 +SYC,SSF,HIC,2012,2505.2449,21.79814,109.2679,7606 +SYC,SSF,HIC,2013,3262.7014,28.326771,106.8422,7587 +SYC,SSF,HIC,2014,4140.1284,36.482811,105.5582,7634 +SYC,SSF,HIC,2015,,,104.3731,7730 +SYC,SSF,HIC,2016,3924.5444,35.34837,101.9007,7983 +SYC,SSF,HIC,2017,,,99.845322,8252 +SYC,SSF,HIC,2018,,,100.3795,8525 +SYR,MEA,LIC,1960,,,, +SYR,MEA,LIC,1961,,,, +SYR,MEA,LIC,1962,,,, +SYR,MEA,LIC,1963,,,, +SYR,MEA,LIC,1964,,,, +SYR,MEA,LIC,1965,,,, +SYR,MEA,LIC,1966,,,, +SYR,MEA,LIC,1967,,,, +SYR,MEA,LIC,1968,,,, +SYR,MEA,LIC,1969,,,, +SYR,MEA,LIC,1970,,,,1102635 +SYR,MEA,LIC,1971,,,81.284439,1137941 +SYR,MEA,LIC,1972,,,85.429909,1177268 +SYR,MEA,LIC,1973,,,90.593391,1217144 +SYR,MEA,LIC,1974,,,92.25631,1257462 +SYR,MEA,LIC,1975,,,93.321312,1298278 +SYR,MEA,LIC,1976,,,95.083221,1339820 +SYR,MEA,LIC,1977,,,94.894867,1386958 +SYR,MEA,LIC,1978,,,94.215622,1439706 +SYR,MEA,LIC,1979,,,93.942436,1497963 +SYR,MEA,LIC,1980,,,94.881569,1561416 +SYR,MEA,LIC,1981,,,95.540497,1628546 +SYR,MEA,LIC,1982,,,96.852859,1696272 +SYR,MEA,LIC,1983,,,97.193336,1766371 +SYR,MEA,LIC,1984,,,99.245682,1837545 +SYR,MEA,LIC,1985,,,100.83952,1908222 +SYR,MEA,LIC,1986,,,102.67462,1976878 +SYR,MEA,LIC,1987,,,105.50849,2045896 +SYR,MEA,LIC,1988,,,104.95857,2113208 +SYR,MEA,LIC,1989,,,105.80646,2178075 +SYR,MEA,LIC,1990,,,105.26602,2240021 +SYR,MEA,LIC,1991,,,106.6821,2298498 +SYR,MEA,LIC,1992,,,107.95243,2352016 +SYR,MEA,LIC,1993,,,107.13298,2401820 +SYR,MEA,LIC,1994,,,107.27204,2446640 +SYR,MEA,LIC,1995,,,106.70574,2484626 +SYR,MEA,LIC,1996,,,106.27679,2515093 +SYR,MEA,LIC,1997,,,105.61408,2547309 +SYR,MEA,LIC,1998,,,104.90699,2569409 +SYR,MEA,LIC,1999,,,106.05318,2581711 +SYR,MEA,LIC,2000,,,107.30192,2585970 +SYR,MEA,LIC,2001,,,109.59287,2586868 +SYR,MEA,LIC,2002,,,111.76212,2599223 +SYR,MEA,LIC,2003,,,121.45799,1771443 +SYR,MEA,LIC,2004,,,120.967,1816195 +SYR,MEA,LIC,2005,,,120.43331,1874158 +SYR,MEA,LIC,2006,,,117.93235,1935163 +SYR,MEA,LIC,2007,,,116.16339,1983502 +SYR,MEA,LIC,2008,,,115.48499,2025798 +SYR,MEA,LIC,2009,,,114.93305,2049463 +SYR,MEA,LIC,2010,,,116.8238,2046707 +SYR,MEA,LIC,2011,,,121.5973,2020048 +SYR,MEA,LIC,2012,,,128.4603,2037350 +SYR,MEA,LIC,2013,,,81.663551,2036148 +SYR,MEA,LIC,2014,,,,3008330 +SYR,MEA,LIC,2015,,,,2987246 +SYR,MEA,LIC,2016,,,,2975130 +SYR,MEA,LIC,2017,,,,2903007 +SYR,MEA,LIC,2018,,,,2843192 +TCA,LCN,HIC,1960,,,, +TCA,LCN,HIC,1961,,,, +TCA,LCN,HIC,1962,,,, +TCA,LCN,HIC,1963,,,, +TCA,LCN,HIC,1964,,,, +TCA,LCN,HIC,1965,,,, +TCA,LCN,HIC,1966,,,, +TCA,LCN,HIC,1967,,,, +TCA,LCN,HIC,1968,,,, +TCA,LCN,HIC,1969,,,, +TCA,LCN,HIC,1970,,,, +TCA,LCN,HIC,1971,,,, +TCA,LCN,HIC,1972,,,, +TCA,LCN,HIC,1973,,,, +TCA,LCN,HIC,1974,,,, +TCA,LCN,HIC,1975,,,, +TCA,LCN,HIC,1976,,,, +TCA,LCN,HIC,1977,,,, +TCA,LCN,HIC,1978,,,, +TCA,LCN,HIC,1979,,,, +TCA,LCN,HIC,1980,,,, +TCA,LCN,HIC,1981,,,, +TCA,LCN,HIC,1982,,,, +TCA,LCN,HIC,1983,,,, +TCA,LCN,HIC,1984,,,, +TCA,LCN,HIC,1985,,,, +TCA,LCN,HIC,1986,,,, +TCA,LCN,HIC,1987,,,, +TCA,LCN,HIC,1988,,,, +TCA,LCN,HIC,1989,,,, +TCA,LCN,HIC,1990,,,, +TCA,LCN,HIC,1991,,,, +TCA,LCN,HIC,1992,,,, +TCA,LCN,HIC,1993,,,, +TCA,LCN,HIC,1994,,,, +TCA,LCN,HIC,1995,,,, +TCA,LCN,HIC,1996,,,, +TCA,LCN,HIC,1997,,,, +TCA,LCN,HIC,1998,,,, +TCA,LCN,HIC,1999,,,, +TCA,LCN,HIC,2000,,,, +TCA,LCN,HIC,2001,,,, +TCA,LCN,HIC,2002,,,, +TCA,LCN,HIC,2003,,,, +TCA,LCN,HIC,2004,,,, +TCA,LCN,HIC,2005,,,, +TCA,LCN,HIC,2006,,,, +TCA,LCN,HIC,2007,,,, +TCA,LCN,HIC,2008,,,, +TCA,LCN,HIC,2009,,,, +TCA,LCN,HIC,2010,,,, +TCA,LCN,HIC,2011,,,, +TCA,LCN,HIC,2012,,,, +TCA,LCN,HIC,2013,,,, +TCA,LCN,HIC,2014,,,, +TCA,LCN,HIC,2015,,,, +TCA,LCN,HIC,2016,,,, +TCA,LCN,HIC,2017,,,, +TCA,LCN,HIC,2018,,,, +TCD,SSF,LIC,1960,,,, +TCD,SSF,LIC,1961,,,, +TCD,SSF,LIC,1962,,,, +TCD,SSF,LIC,1963,,,, +TCD,SSF,LIC,1964,,,, +TCD,SSF,LIC,1965,,,, +TCD,SSF,LIC,1966,,,, +TCD,SSF,LIC,1967,,,, +TCD,SSF,LIC,1968,,,, +TCD,SSF,LIC,1969,,,, +TCD,SSF,LIC,1970,,,,558495 +TCD,SSF,LIC,1971,,,32.28529,567584 +TCD,SSF,LIC,1972,,,31.659849,581234 +TCD,SSF,LIC,1973,,,31.62845,595918 +TCD,SSF,LIC,1974,,,32.427521,610638 +TCD,SSF,LIC,1975,,,32.294151,624387 +TCD,SSF,LIC,1976,,,33.443138,636648 +TCD,SSF,LIC,1977,,,33.842312,652406 +TCD,SSF,LIC,1978,,,,670494 +TCD,SSF,LIC,1979,,,,690344 +TCD,SSF,LIC,1980,,,,711212 +TCD,SSF,LIC,1981,,,,731867 +TCD,SSF,LIC,1982,,,,757292 +TCD,SSF,LIC,1983,,,,783631 +TCD,SSF,LIC,1984,,,,810016 +TCD,SSF,LIC,1985,,,34.457722,835561 +TCD,SSF,LIC,1986,,,39.191502,859670 +TCD,SSF,LIC,1987,,,38.186852,890897 +TCD,SSF,LIC,1988,,,45.262508,924692 +TCD,SSF,LIC,1989,,,44.202309,959417 +TCD,SSF,LIC,1990,,,49.456242,993312 +TCD,SSF,LIC,1991,,,51.118359,1025288 +TCD,SSF,LIC,1992,,,53.38863,1062967 +TCD,SSF,LIC,1993,,,50.082878,1102422 +TCD,SSF,LIC,1994,,,47.369221,1142840 +TCD,SSF,LIC,1995,,,46.190338,1183427 +TCD,SSF,LIC,1996,,,48.249142,1223463 +TCD,SSF,LIC,1997,183.97253,125.26855,53.448429,1271397 +TCD,SSF,LIC,1998,109.42484,86.066689,59.339611,1322839 +TCD,SSF,LIC,1999,,,60.887272,1376752 +TCD,SSF,LIC,2000,,,63.670601,1431972 +TCD,SSF,LIC,2001,,,66.05162,1487147 +TCD,SSF,LIC,2002,,,69.773529,1552323 +TCD,SSF,LIC,2003,,,71.669388,1620962 +TCD,SSF,LIC,2004,94.676323,120.42685,75.076103,1690552 +TCD,SSF,LIC,2005,119.6789,151.08182,71.614571,1758360 +TCD,SSF,LIC,2006,,,70.929138,1822426 +TCD,SSF,LIC,2007,,,69.785332,1891124 +TCD,SSF,LIC,2008,,,77.72065,1960151 +TCD,SSF,LIC,2009,178.11526,297.66711,81.97506,2028550 +TCD,SSF,LIC,2010,146.20334,252.49756,81.91848,2095330 +TCD,SSF,LIC,2011,117.60204,226.80765,88.645477,2159213 +TCD,SSF,LIC,2012,132.53258,277.09354,92.895332,2231054 +TCD,SSF,LIC,2013,,,100.1328,2304527 +TCD,SSF,LIC,2014,,,101.5848,2377358 +TCD,SSF,LIC,2015,,,91.58313,2447147 +TCD,SSF,LIC,2016,,,86.84687,2512262 +TCD,SSF,LIC,2017,,,,2582859 +TCD,SSF,LIC,2018,,,,2653922 +TGO,SSF,LIC,1960,,,, +TGO,SSF,LIC,1961,,,, +TGO,SSF,LIC,1962,,,, +TGO,SSF,LIC,1963,,,, +TGO,SSF,LIC,1964,,,, +TGO,SSF,LIC,1965,,,, +TGO,SSF,LIC,1966,,,, +TGO,SSF,LIC,1967,,,, +TGO,SSF,LIC,1968,,,, +TGO,SSF,LIC,1969,,,, +TGO,SSF,LIC,1970,,,,329230 +TGO,SSF,LIC,1971,,,66.643433,342877 +TGO,SSF,LIC,1972,,,72.357529,356390 +TGO,SSF,LIC,1973,,,78.704102,368916 +TGO,SSF,LIC,1974,,,81.943108,380359 +TGO,SSF,LIC,1975,,,84.306549,390768 +TGO,SSF,LIC,1976,,,90.68634,400165 +TGO,SSF,LIC,1977,,,96.136841,411272 +TGO,SSF,LIC,1978,,,99.598938,423140 +TGO,SSF,LIC,1979,,,105.13314,435742 +TGO,SSF,LIC,1980,,,107.84199,449058 +TGO,SSF,LIC,1981,,,109.50925,462781 +TGO,SSF,LIC,1982,,,103.67685,480932 +TGO,SSF,LIC,1983,,,98.178139,501467 +TGO,SSF,LIC,1984,,,87.451889,523050 +TGO,SSF,LIC,1985,,,83.48632,544111 +TGO,SSF,LIC,1986,,,82.145668,563460 +TGO,SSF,LIC,1987,,,87.400368,584711 +TGO,SSF,LIC,1988,,,87.112648,605717 +TGO,SSF,LIC,1989,,,90.909637,625707 +TGO,SSF,LIC,1990,,,92.665863,643948 +TGO,SSF,LIC,1991,,,97.947968,659910 +TGO,SSF,LIC,1992,,98.364273,96.158234,678381 +TGO,SSF,LIC,1993,,,,696791 +TGO,SSF,LIC,1994,,,93.256569,714963 +TGO,SSF,LIC,1995,,,105.03976,732742 +TGO,SSF,LIC,1996,,129.7361,111.57542,749714 +TGO,SSF,LIC,1997,,,114.35356,765598 +TGO,SSF,LIC,1998,134.85727,119.75487,116.09351,781145 +TGO,SSF,LIC,1999,114.75678,109.46488,122.65854,795333 +TGO,SSF,LIC,2000,163.89281,149.94865,115.98607,807068 +TGO,SSF,LIC,2001,147.36244,139.27269,118.40903,816310 +TGO,SSF,LIC,2002,137.85304,134.75603,120.33631,830056 +TGO,SSF,LIC,2003,147.86908,144.18167,117.64927,845001 +TGO,SSF,LIC,2004,112.52714,110.82191,116.16873,861373 +TGO,SSF,LIC,2005,103.31849,102.97826,114.62911,879515 +TGO,SSF,LIC,2006,88.16935,92.742867,117.74638,899296 +TGO,SSF,LIC,2007,113.55509,116.00981,111.08686,922400 +TGO,SSF,LIC,2008,112.8368,119.0848,111.29329,949083 +TGO,SSF,LIC,2009,137.44858,168.36296,125.15068,979023 +TGO,SSF,LIC,2010,150.5368,193.68861,127.3374,1011617 +TGO,SSF,LIC,2011,148.07018,192.4619,124.7091,1045441 +TGO,SSF,LIC,2012,175.80418,280.2449,127.2142,1080573 +TGO,SSF,LIC,2013,188.15398,265.74039,127.4332,1115305 +TGO,SSF,LIC,2014,208.57599,294.76126,123.9458,1148849 +TGO,SSF,LIC,2015,257.43094,363.89075,120.8001,1180321 +TGO,SSF,LIC,2016,246.58002,369.45438,125.1071,1209136 +TGO,SSF,LIC,2017,,,124.351,1238677 +TGO,SSF,LIC,2018,,,123.7646,1265751 +THA,EAS,UMC,1960,,,, +THA,EAS,UMC,1961,,,, +THA,EAS,UMC,1962,,,, +THA,EAS,UMC,1963,,,, +THA,EAS,UMC,1964,,,, +THA,EAS,UMC,1965,,,, +THA,EAS,UMC,1966,,,, +THA,EAS,UMC,1967,,,, +THA,EAS,UMC,1968,,,, +THA,EAS,UMC,1969,,,, +THA,EAS,UMC,1970,,,,6578651 +THA,EAS,UMC,1971,,,82.773788,6807551 +THA,EAS,UMC,1972,,,84.120354,7039198 +THA,EAS,UMC,1973,,,84.524384,7278069 +THA,EAS,UMC,1974,,,84.90242,7521540 +THA,EAS,UMC,1975,,,84.310097,7761500 +THA,EAS,UMC,1976,,,83.681282,7991118 +THA,EAS,UMC,1977,,,82.754509,8230915 +THA,EAS,UMC,1978,,,82.390266,8443298 +THA,EAS,UMC,1979,,,91.652641,7472912 +THA,EAS,UMC,1980,,,95.842552,7559259 +THA,EAS,UMC,1981,,,97.295502,7599561 +THA,EAS,UMC,1982,,,97.991432,7603606 +THA,EAS,UMC,1983,,,97.520889,7588146 +THA,EAS,UMC,1984,,,96.20192,7561348 +THA,EAS,UMC,1985,,,96.137497,7521802 +THA,EAS,UMC,1986,,,95.775818,7468373 +THA,EAS,UMC,1987,,,96.872681,7394118 +THA,EAS,UMC,1988,,,97.793732,7248654 +THA,EAS,UMC,1989,,,97.806648,7168538 +THA,EAS,UMC,1990,,,98.838402,7077209 +THA,EAS,UMC,1991,,7010.3242,99.859268,6969180 +THA,EAS,UMC,1992,,7184.3945,100.46634,6877482 +THA,EAS,UMC,1993,,,99.74633,6777798 +THA,EAS,UMC,1994,,8979.1328,98.429352,6677061 +THA,EAS,UMC,1995,,8603.7197,95.591759,6584224 +THA,EAS,UMC,1996,,9898.7061,91.68782,6504100 +THA,EAS,UMC,1997,1457.4637,8613.0547,92.229538,6409239 +THA,EAS,UMC,1998,1180.9177,7003.8208,93.556351,6340667 +THA,EAS,UMC,1999,,,97.298302,6291193 +THA,EAS,UMC,2000,1731.5469,10563.557,97.614937,6250167 +THA,EAS,UMC,2001,1655.4751,9972.1084,97.082878,6205080 +THA,EAS,UMC,2002,,,98.669701,6138349 +THA,EAS,UMC,2003,,,,6061163 +THA,EAS,UMC,2004,1609.0836,9742.2246,101.42069,5970377 +THA,EAS,UMC,2005,,,101.92334,5862952 +THA,EAS,UMC,2006,,,101.81307,5741027 +THA,EAS,UMC,2007,,,101.37949,5628291 +THA,EAS,UMC,2008,2605.6589,14499.507,100.82844,5521704 +THA,EAS,UMC,2009,3016.5676,16200.615,99.173332,5418792 +THA,EAS,UMC,2010,2671.2104,13747.479,96.858139,5317523 +THA,EAS,UMC,2011,4737.4263,23896.725,96.755882,5217753 +THA,EAS,UMC,2012,4290.6611,21476.611,97.029449,5163421 +THA,EAS,UMC,2013,3714.1658,18402.279,96.917847,5116763 +THA,EAS,UMC,2014,,,102.1109,5079192 +THA,EAS,UMC,2015,,,100.6509,5051457 +THA,EAS,UMC,2016,,,100.7575,5027951 +THA,EAS,UMC,2017,,,99.625031,4972574 +THA,EAS,UMC,2018,,,,4913411 +TJK,ECS,LIC,1960,,,, +TJK,ECS,LIC,1961,,,, +TJK,ECS,LIC,1962,,,, +TJK,ECS,LIC,1963,,,, +TJK,ECS,LIC,1964,,,, +TJK,ECS,LIC,1965,,,, +TJK,ECS,LIC,1966,,,, +TJK,ECS,LIC,1967,,,, +TJK,ECS,LIC,1968,,,, +TJK,ECS,LIC,1969,,,, +TJK,ECS,LIC,1970,,,,336585 +TJK,ECS,LIC,1971,,,,349177 +TJK,ECS,LIC,1972,,,,359592 +TJK,ECS,LIC,1973,,,,368393 +TJK,ECS,LIC,1974,,,,374996 +TJK,ECS,LIC,1975,,,,379685 +TJK,ECS,LIC,1976,,,,383605 +TJK,ECS,LIC,1977,,,,389953 +TJK,ECS,LIC,1978,,,,397261 +TJK,ECS,LIC,1979,,,,405450 +TJK,ECS,LIC,1980,,,,414114 +TJK,ECS,LIC,1981,,,,422585 +TJK,ECS,LIC,1982,,,,432996 +TJK,ECS,LIC,1983,,,,443316 +TJK,ECS,LIC,1984,,,,452945 +TJK,ECS,LIC,1985,,,,462137 +TJK,ECS,LIC,1986,,,,471926 +TJK,ECS,LIC,1987,,,,485151 +TJK,ECS,LIC,1988,,,,502334 +TJK,ECS,LIC,1989,,,,523152 +TJK,ECS,LIC,1990,,,,546416 +TJK,ECS,LIC,1991,,,89.007133,570009 +TJK,ECS,LIC,1992,,,90.635483,592471 +TJK,ECS,LIC,1993,,,84.41761,615725 +TJK,ECS,LIC,1994,,,89.274673,639638 +TJK,ECS,LIC,1995,,,89.526527,663054 +TJK,ECS,LIC,1996,,,89.460289,683965 +TJK,ECS,LIC,1997,,,88.57309,720783 +TJK,ECS,LIC,1998,,,95.574654,715119 +TJK,ECS,LIC,1999,,,95.838562,719422 +TJK,ECS,LIC,2000,,,96.462402,716618 +TJK,ECS,LIC,2001,,,95.754753,710234 +TJK,ECS,LIC,2002,,,97.009537,703729 +TJK,ECS,LIC,2003,,,99.018692,700641 +TJK,ECS,LIC,2004,,,98.930962,700917 +TJK,ECS,LIC,2005,,,100.12453,703265 +TJK,ECS,LIC,2006,,,100.52183,705453 +TJK,ECS,LIC,2007,,,99.602501,707723 +TJK,ECS,LIC,2008,,,101.48717,705713 +TJK,ECS,LIC,2009,,,101.1125,698458 +TJK,ECS,LIC,2010,,,101.4985,687419 +TJK,ECS,LIC,2011,,,100.8,676443 +TJK,ECS,LIC,2012,,,100.856,670936 +TJK,ECS,LIC,2013,,,100.7993,674919 +TJK,ECS,LIC,2014,,,98.278999,690787 +TJK,ECS,LIC,2015,,,97.608788,717751 +TJK,ECS,LIC,2016,,,97.985733,750706 +TJK,ECS,LIC,2017,,,100.8574,780339 +TJK,ECS,LIC,2018,,,,810431 +TKM,ECS,UMC,1960,,,, +TKM,ECS,UMC,1961,,,, +TKM,ECS,UMC,1962,,,, +TKM,ECS,UMC,1963,,,, +TKM,ECS,UMC,1964,,,, +TKM,ECS,UMC,1965,,,, +TKM,ECS,UMC,1966,,,, +TKM,ECS,UMC,1967,,,, +TKM,ECS,UMC,1968,,,, +TKM,ECS,UMC,1969,,,, +TKM,ECS,UMC,1970,,,,252262 +TKM,ECS,UMC,1971,,,,261063 +TKM,ECS,UMC,1972,,,,268467 +TKM,ECS,UMC,1973,,,,274066 +TKM,ECS,UMC,1974,,,,277741 +TKM,ECS,UMC,1975,,,,280004 +TKM,ECS,UMC,1976,,,,281966 +TKM,ECS,UMC,1977,,,,285446 +TKM,ECS,UMC,1978,,,,289473 +TKM,ECS,UMC,1979,,,,293848 +TKM,ECS,UMC,1980,,,,298400 +TKM,ECS,UMC,1981,,,,303029 +TKM,ECS,UMC,1982,,,,307855 +TKM,ECS,UMC,1983,,,,313823 +TKM,ECS,UMC,1984,,,,320649 +TKM,ECS,UMC,1985,,,,327903 +TKM,ECS,UMC,1986,,,,335139 +TKM,ECS,UMC,1987,,,,343218 +TKM,ECS,UMC,1988,,,,351076 +TKM,ECS,UMC,1989,,,,358212 +TKM,ECS,UMC,1990,,,,364898 +TKM,ECS,UMC,1991,,,,371938 +TKM,ECS,UMC,1992,,,,380255 +TKM,ECS,UMC,1993,,,,391847 +TKM,ECS,UMC,1994,,,,406935 +TKM,ECS,UMC,1995,,,,424375 +TKM,ECS,UMC,1996,,,,441532 +TKM,ECS,UMC,1997,,,,346609 +TKM,ECS,UMC,1998,,,,353519 +TKM,ECS,UMC,1999,,,,356869 +TKM,ECS,UMC,2000,,,,356586 +TKM,ECS,UMC,2001,,,,353169 +TKM,ECS,UMC,2002,,,,350846 +TKM,ECS,UMC,2003,,,,342755 +TKM,ECS,UMC,2004,,,,328677 +TKM,ECS,UMC,2005,,,,311574 +TKM,ECS,UMC,2006,,,,295550 +TKM,ECS,UMC,2007,,,,282425 +TKM,ECS,UMC,2008,,,,275610 +TKM,ECS,UMC,2009,,,,276510 +TKM,ECS,UMC,2010,,,,282757 +TKM,ECS,UMC,2011,,,,290196 +TKM,ECS,UMC,2012,,,,296210 +TKM,ECS,UMC,2013,,,,300520 +TKM,ECS,UMC,2014,,,88.400429,406173 +TKM,ECS,UMC,2015,,,,408707 +TKM,ECS,UMC,2016,,,,414769 +TKM,ECS,UMC,2017,,,,425586 +TKM,ECS,UMC,2018,,,,445005 +TLS,EAS,LMC,1960,,,, +TLS,EAS,LMC,1961,,,, +TLS,EAS,LMC,1962,,,, +TLS,EAS,LMC,1963,,,, +TLS,EAS,LMC,1964,,,, +TLS,EAS,LMC,1965,,,, +TLS,EAS,LMC,1966,,,, +TLS,EAS,LMC,1967,,,, +TLS,EAS,LMC,1968,,,, +TLS,EAS,LMC,1969,,,, +TLS,EAS,LMC,1970,,,,92582 +TLS,EAS,LMC,1971,,,,94805 +TLS,EAS,LMC,1972,,,,97792 +TLS,EAS,LMC,1973,,,,101119 +TLS,EAS,LMC,1974,,,,104123 +TLS,EAS,LMC,1975,,,,106038 +TLS,EAS,LMC,1976,,,,106352 +TLS,EAS,LMC,1977,,,,105275 +TLS,EAS,LMC,1978,,,,103371 +TLS,EAS,LMC,1979,,,,101258 +TLS,EAS,LMC,1980,,,,99645 +TLS,EAS,LMC,1981,,,,98820 +TLS,EAS,LMC,1982,,,,99213 +TLS,EAS,LMC,1983,,,,98733 +TLS,EAS,LMC,1984,,,,96986 +TLS,EAS,LMC,1985,,,,93763 +TLS,EAS,LMC,1986,,,,89861 +TLS,EAS,LMC,1987,,,,86185 +TLS,EAS,LMC,1988,,,,85827 +TLS,EAS,LMC,1989,,,,89038 +TLS,EAS,LMC,1990,,,,95875 +TLS,EAS,LMC,1991,,,,105102 +TLS,EAS,LMC,1992,,,,115485 +TLS,EAS,LMC,1993,,,,123969 +TLS,EAS,LMC,1994,,,,129905 +TLS,EAS,LMC,1995,,,,132705 +TLS,EAS,LMC,1996,,,,132796 +TLS,EAS,LMC,1997,,,,135987 +TLS,EAS,LMC,1998,,,,139666 +TLS,EAS,LMC,1999,,,,144535 +TLS,EAS,LMC,2000,,,,151753 +TLS,EAS,LMC,2001,,,120.61015,161871 +TLS,EAS,LMC,2002,,,116.05355,169314 +TLS,EAS,LMC,2003,,,112.72339,178915 +TLS,EAS,LMC,2004,,,110.09156,189542 +TLS,EAS,LMC,2005,,,105.2,199335 +TLS,EAS,LMC,2006,,,,206737 +TLS,EAS,LMC,2007,,,,209795 +TLS,EAS,LMC,2008,,,117.9006,209116 +TLS,EAS,LMC,2009,,,122.01262,205357 +TLS,EAS,LMC,2010,,,122.6828,193641 +TLS,EAS,LMC,2011,667.14362,161.36269,126.6274,191468 +TLS,EAS,LMC,2012,414.89066,101.66398,126.9726,192449 +TLS,EAS,LMC,2013,407.18921,100.38476,127.4477,196198 +TLS,EAS,LMC,2014,581.36761,142.92747,127.8436,202150 +TLS,EAS,LMC,2015,,,128.2139,209226 +TLS,EAS,LMC,2016,,,125.7213,215736 +TLS,EAS,LMC,2017,,,119.7651,221543 +TLS,EAS,LMC,2018,,,115.3078,221543 +TON,EAS,UMC,1960,,,, +TON,EAS,UMC,1961,,,, +TON,EAS,UMC,1962,,,, +TON,EAS,UMC,1963,,,, +TON,EAS,UMC,1964,,,, +TON,EAS,UMC,1965,,,, +TON,EAS,UMC,1966,,,, +TON,EAS,UMC,1967,,,, +TON,EAS,UMC,1968,,,, +TON,EAS,UMC,1969,,,, +TON,EAS,UMC,1970,,,110.82506,16117 +TON,EAS,UMC,1971,,,98.963112,16584 +TON,EAS,UMC,1972,,,97.959908,16907 +TON,EAS,UMC,1973,,,97.790802,17064 +TON,EAS,UMC,1974,,,99.407028,17033 +TON,EAS,UMC,1975,,,114.45891,16828 +TON,EAS,UMC,1976,,,116.84166,16668 +TON,EAS,UMC,1977,,,117.85844,16474 +TON,EAS,UMC,1978,,,122.07648,16163 +TON,EAS,UMC,1979,,,126.15168,15654 +TON,EAS,UMC,1980,,,127.14505,14954 +TON,EAS,UMC,1981,,,120.12452,14456 +TON,EAS,UMC,1982,,,117.82011,14175 +TON,EAS,UMC,1983,,,116.01421,14076 +TON,EAS,UMC,1984,,,118.511,14280 +TON,EAS,UMC,1985,,,118.29429,14386 +TON,EAS,UMC,1986,,,117.96875,14336 +TON,EAS,UMC,1987,,,115.41117,14483 +TON,EAS,UMC,1988,,,,14783 +TON,EAS,UMC,1989,,,,15141 +TON,EAS,UMC,1990,,,107.20914,15412 +TON,EAS,UMC,1991,,,106.75857,15667 +TON,EAS,UMC,1992,,,106.36613,15659 +TON,EAS,UMC,1993,,,109.07437,15393 +TON,EAS,UMC,1994,,,110.59107,14955 +TON,EAS,UMC,1995,,,114.73851,14509 +TON,EAS,UMC,1996,,,118.18692,14261 +TON,EAS,UMC,1997,,,116.46845,14291 +TON,EAS,UMC,1998,416.63989,6.9362202,112.80154,14588 +TON,EAS,UMC,1999,,,111.4557,15055 +TON,EAS,UMC,2000,,,107.74343,15493 +TON,EAS,UMC,2001,,,108.85097,15644 +TON,EAS,UMC,2002,545.04865,9.2838097,109.30411,15654 +TON,EAS,UMC,2003,472.94839,8.0897799,115.26221,15533 +TON,EAS,UMC,2004,510.40521,9.1316605,111.55802,15349 +TON,EAS,UMC,2005,,,111.83191,15233 +TON,EAS,UMC,2006,,,111.32943,15197 +TON,EAS,UMC,2007,,,110.51358,15232 +TON,EAS,UMC,2008,,,108.21322,15327 +TON,EAS,UMC,2009,,,107.77412,15452 +TON,EAS,UMC,2010,,,108.3612,15548 +TON,EAS,UMC,2011,,,110.1177,15677 +TON,EAS,UMC,2012,,,113.7667,15601 +TON,EAS,UMC,2013,,,115.3219,15723 +TON,EAS,UMC,2014,,,115.7122,15821 +TON,EAS,UMC,2015,,,116.339,15883 +TON,EAS,UMC,2016,,,,15872 +TON,EAS,UMC,2017,,,,15839 +TON,EAS,UMC,2018,,,,15765 +TTO,LCN,HIC,1960,,,, +TTO,LCN,HIC,1961,,,, +TTO,LCN,HIC,1962,,,, +TTO,LCN,HIC,1963,,,, +TTO,LCN,HIC,1964,,,, +TTO,LCN,HIC,1965,,,, +TTO,LCN,HIC,1966,,,, +TTO,LCN,HIC,1967,,,, +TTO,LCN,HIC,1968,,,, +TTO,LCN,HIC,1969,,,, +TTO,LCN,HIC,1970,,,,194531 +TTO,LCN,HIC,1971,,,114.56527,196982 +TTO,LCN,HIC,1972,,,113.93248,197590 +TTO,LCN,HIC,1973,,,113.02985,194956 +TTO,LCN,HIC,1974,,,111.90183,189434 +TTO,LCN,HIC,1975,,,111.66237,181753 +TTO,LCN,HIC,1976,,,114.68866,173542 +TTO,LCN,HIC,1977,,,114.17361,166547 +TTO,LCN,HIC,1978,,,111.83173,162620 +TTO,LCN,HIC,1979,,,106.27949,161495 +TTO,LCN,HIC,1980,,,102.52685,162654 +TTO,LCN,HIC,1981,,,101.28425,164917 +TTO,LCN,HIC,1982,,,100.17237,167655 +TTO,LCN,HIC,1983,,,99.830139,170136 +TTO,LCN,HIC,1984,,,96.685509,172449 +TTO,LCN,HIC,1985,,,96.560677,174795 +TTO,LCN,HIC,1986,,,94.865768,177407 +TTO,LCN,HIC,1987,,,97.639542,180799 +TTO,LCN,HIC,1988,,,98.375519,185771 +TTO,LCN,HIC,1989,,,97.047737,191845 +TTO,LCN,HIC,1990,,251.99529,95.649391,198241 +TTO,LCN,HIC,1991,,,95.272049,203610 +TTO,LCN,HIC,1992,,,94.73793,207233 +TTO,LCN,HIC,1993,,,94.887909,207644 +TTO,LCN,HIC,1994,,,95.222588,204798 +TTO,LCN,HIC,1995,,,96.32515,198950 +TTO,LCN,HIC,1996,,,97.262016,191234 +TTO,LCN,HIC,1997,,,98.817657,183197 +TTO,LCN,HIC,1998,,,100.44521,175428 +TTO,LCN,HIC,1999,,,102.56099,167912 +TTO,LCN,HIC,2000,2058.5027,346.92355,104.91024,160652 +TTO,LCN,HIC,2001,2330.8533,362.13535,101.12275,153640 +TTO,LCN,HIC,2002,3407.1816,481.86749,96.516121,146532 +TTO,LCN,HIC,2003,2809.5879,396.25302,100.52961,140290 +TTO,LCN,HIC,2004,,,101.71258,134992 +TTO,LCN,HIC,2005,,,99.255409,130669 +TTO,LCN,HIC,2006,,,,127180 +TTO,LCN,HIC,2007,2872.7153,374.14819,104.63894,124489 +TTO,LCN,HIC,2008,3573.1047,467.64795,106.38056,123082 +TTO,LCN,HIC,2009,4953.4834,648.48035,106.59447,122888 +TTO,LCN,HIC,2010,,,106.2101,123728 +TTO,LCN,HIC,2011,,,,125146 +TTO,LCN,HIC,2012,,,,126739 +TTO,LCN,HIC,2013,,,,128474 +TTO,LCN,HIC,2014,,,,130233 +TTO,LCN,HIC,2015,,,,131881 +TTO,LCN,HIC,2016,,,,133292 +TTO,LCN,HIC,2017,,,,134513 +TTO,LCN,HIC,2018,,,,135283 +TUN,MEA,LMC,1960,,,, +TUN,MEA,LMC,1961,,,, +TUN,MEA,LMC,1962,,,, +TUN,MEA,LMC,1963,,,, +TUN,MEA,LMC,1964,,,, +TUN,MEA,LMC,1965,,,, +TUN,MEA,LMC,1966,,,, +TUN,MEA,LMC,1967,,,, +TUN,MEA,LMC,1968,,,, +TUN,MEA,LMC,1969,,,, +TUN,MEA,LMC,1970,,,,876427 +TUN,MEA,LMC,1971,,,103.43098,904028 +TUN,MEA,LMC,1972,,,102.37059,924024 +TUN,MEA,LMC,1973,,,95.279823,939545 +TUN,MEA,LMC,1974,,,92.306343,950618 +TUN,MEA,LMC,1975,,,94.969551,957808 +TUN,MEA,LMC,1976,,,96.787537,962759 +TUN,MEA,LMC,1977,,,99.660606,970705 +TUN,MEA,LMC,1978,,,101.0352,980675 +TUN,MEA,LMC,1979,,,101.07615,992340 +TUN,MEA,LMC,1980,,,102.69576,1005345 +TUN,MEA,LMC,1981,,,103.27705,1019373 +TUN,MEA,LMC,1982,,,105.50734,1030721 +TUN,MEA,LMC,1983,,,109.72713,1047246 +TUN,MEA,LMC,1984,,,112.06063,1068038 +TUN,MEA,LMC,1985,,,113.90689,1091704 +TUN,MEA,LMC,1986,,,115.5644,1115920 +TUN,MEA,LMC,1987,,,116.11045,1140744 +TUN,MEA,LMC,1988,,,115.46746,1163787 +TUN,MEA,LMC,1989,,,112.34612,1185001 +TUN,MEA,LMC,1990,,,114.07641,1204612 +TUN,MEA,LMC,1991,,,114.77149,1222595 +TUN,MEA,LMC,1992,,,114.74436,1240666 +TUN,MEA,LMC,1993,,1545.8341,114.29541,1258319 +TUN,MEA,LMC,1994,,1649.1838,115.6887,1273588 +TUN,MEA,LMC,1995,,,115.16653,1284003 +TUN,MEA,LMC,1996,,1624.4127,113.8594,1287534 +TUN,MEA,LMC,1997,1080.2791,1567.3942,112.38464,1288293 +TUN,MEA,LMC,1998,,,113.11193,1279302 +TUN,MEA,LMC,1999,1134.24,1636.5994,114.2611,1260088 +TUN,MEA,LMC,2000,1157.7987,1636.89,114.62425,1230788 +TUN,MEA,LMC,2001,1230.3629,1690.4006,114.84784,1193811 +TUN,MEA,LMC,2002,1195.7957,1585.2748,114.30154,1157571 +TUN,MEA,LMC,2003,1628.791,2080.168,113.57029,1122530 +TUN,MEA,LMC,2004,1787.2809,2195.4011,112.55845,1089596 +TUN,MEA,LMC,2005,1790.8673,2120.926,111.59859,1059802 +TUN,MEA,LMC,2006,,,109.65342,1033401 +TUN,MEA,LMC,2007,,,105.84492,1008694 +TUN,MEA,LMC,2008,1879.3331,1947.8254,104.79886,988008 +TUN,MEA,LMC,2009,,,105.38673,971962 +TUN,MEA,LMC,2010,,,107.1921,960840 +TUN,MEA,LMC,2011,,,107.7988,954264 +TUN,MEA,LMC,2012,,,109.8975,952987 +TUN,MEA,LMC,2013,,,111.3901,955489 +TUN,MEA,LMC,2014,,,113.3336,962515 +TUN,MEA,LMC,2015,,,114.5549,975020 +TUN,MEA,LMC,2016,,,114.9202,993225 +TUN,MEA,LMC,2017,,,115.6496,1014817 +TUN,MEA,LMC,2018,,,115.446,1044758 +TUR,ECS,UMC,1960,,,, +TUR,ECS,UMC,1961,,,, +TUR,ECS,UMC,1962,,,, +TUR,ECS,UMC,1963,,,, +TUR,ECS,UMC,1964,,,, +TUR,ECS,UMC,1965,,,, +TUR,ECS,UMC,1966,,,, +TUR,ECS,UMC,1967,,,, +TUR,ECS,UMC,1968,,,, +TUR,ECS,UMC,1969,,,, +TUR,ECS,UMC,1970,,,,4554097 +TUR,ECS,UMC,1971,,,108.13396,4634912 +TUR,ECS,UMC,1972,,,107.7978,4730787 +TUR,ECS,UMC,1973,,,108.59491,4828649 +TUR,ECS,UMC,1974,,,108.12644,4924506 +TUR,ECS,UMC,1975,,,107.22697,5015245 +TUR,ECS,UMC,1976,,,107.15161,5099009 +TUR,ECS,UMC,1977,,,105.75928,5199961 +TUR,ECS,UMC,1978,,,102.72737,5309533 +TUR,ECS,UMC,1979,,,102.65945,5426604 +TUR,ECS,UMC,1980,,,,5547693 +TUR,ECS,UMC,1981,,,99.844193,5665310 +TUR,ECS,UMC,1982,,,101.36481,5780804 +TUR,ECS,UMC,1983,,,102.47209,5892492 +TUR,ECS,UMC,1984,,,108.35393,5996365 +TUR,ECS,UMC,1985,,,107.12292,6088734 +TUR,ECS,UMC,1986,,,107.5973,6167301 +TUR,ECS,UMC,1987,,,107.17123,6254961 +TUR,ECS,UMC,1988,,,108.61845,6334373 +TUR,ECS,UMC,1989,,,105.67609,6403359 +TUR,ECS,UMC,1990,,8018.6064,106.02826,6458728 +TUR,ECS,UMC,1991,,9062.4092,105.6219,6496479 +TUR,ECS,UMC,1992,,11099.829,105.33803,6530325 +TUR,ECS,UMC,1993,,12538.637,102.54742,6541087 +TUR,ECS,UMC,1994,,10231.28,99.98243,6527496 +TUR,ECS,UMC,1995,,7412.5171,99.59507,6492931 +TUR,ECS,UMC,1996,,,,6447295 +TUR,ECS,UMC,1997,,,99.537323,6418748 +TUR,ECS,UMC,1998,,,,6390696 +TUR,ECS,UMC,1999,,,103.4232,6365322 +TUR,ECS,UMC,2000,,,103.40946,6345724 +TUR,ECS,UMC,2001,,,105.70014,6333711 +TUR,ECS,UMC,2002,,,106.66116,6333178 +TUR,ECS,UMC,2003,,,103.42783,6357521 +TUR,ECS,UMC,2004,,,103.2874,6406962 +TUR,ECS,UMC,2005,,,103.17626,6472410 +TUR,ECS,UMC,2006,,,102.62585,6534400 +TUR,ECS,UMC,2007,,,102.90472,6578978 +TUR,ECS,UMC,2008,,,102.50367,6596432 +TUR,ECS,UMC,2009,,,100.12716,6585140 +TUR,ECS,UMC,2010,,,101.299,6551601 +TUR,ECS,UMC,2011,,,101.0496,6512634 +TUR,ECS,UMC,2012,2858.6008,15990.755,98.630501,6515954 +TUR,ECS,UMC,2013,3032.5352,16929.17,107.1543,5214698 +TUR,ECS,UMC,2014,3469.1956,19047.465,106.313,5234352 +TUR,ECS,UMC,2015,3564.4077,19107.73,103.0273,5261297 +TUR,ECS,UMC,2016,,,100.9476,5293829 +TUR,ECS,UMC,2017,,,93.154984,5319988 +TUR,ECS,UMC,2018,,,,5360775 +TUV,EAS,UMC,1960,,,, +TUV,EAS,UMC,1961,,,, +TUV,EAS,UMC,1962,,,, +TUV,EAS,UMC,1963,,,, +TUV,EAS,UMC,1964,,,, +TUV,EAS,UMC,1965,,,, +TUV,EAS,UMC,1966,,,, +TUV,EAS,UMC,1967,,,, +TUV,EAS,UMC,1968,,,, +TUV,EAS,UMC,1969,,,, +TUV,EAS,UMC,1970,,,, +TUV,EAS,UMC,1971,,,, +TUV,EAS,UMC,1972,,,, +TUV,EAS,UMC,1973,,,, +TUV,EAS,UMC,1974,,,, +TUV,EAS,UMC,1975,,,, +TUV,EAS,UMC,1976,,,, +TUV,EAS,UMC,1977,,,, +TUV,EAS,UMC,1978,,,, +TUV,EAS,UMC,1979,,,, +TUV,EAS,UMC,1980,,,, +TUV,EAS,UMC,1981,,,, +TUV,EAS,UMC,1982,,,, +TUV,EAS,UMC,1983,,,, +TUV,EAS,UMC,1984,,,100.0993, +TUV,EAS,UMC,1985,,,, +TUV,EAS,UMC,1986,,,91.202873, +TUV,EAS,UMC,1987,,,87.663399, +TUV,EAS,UMC,1988,,,, +TUV,EAS,UMC,1989,,,, +TUV,EAS,UMC,1990,,.62059999,73.007561, +TUV,EAS,UMC,1991,,,, +TUV,EAS,UMC,1992,,,, +TUV,EAS,UMC,1993,,,84.957367, +TUV,EAS,UMC,1994,,,87.051666, +TUV,EAS,UMC,1995,,,, +TUV,EAS,UMC,1996,,,, +TUV,EAS,UMC,1997,,.57599002,, +TUV,EAS,UMC,1998,,,98.885017, +TUV,EAS,UMC,1999,,,99.56076, +TUV,EAS,UMC,2000,,,116.06733,1446 +TUV,EAS,UMC,2001,,,111.74628,1419 +TUV,EAS,UMC,2002,,,101.50316,1409 +TUV,EAS,UMC,2003,,,106.24506,1428 +TUV,EAS,UMC,2004,,,109.77326,1446 +TUV,EAS,UMC,2005,,,111.53846,1457 +TUV,EAS,UMC,2006,,,110.52233,1459 +TUV,EAS,UMC,2007,,,,1467 +TUV,EAS,UMC,2008,,,,1435 +TUV,EAS,UMC,2009,,,,1412 +TUV,EAS,UMC,2010,,,,1389 +TUV,EAS,UMC,2011,,,,1258 +TUV,EAS,UMC,2012,,,,1245 +TUV,EAS,UMC,2013,,,,1241 +TUV,EAS,UMC,2014,,,96.14344,1251 +TUV,EAS,UMC,2015,,,99.79879,1248 +TUV,EAS,UMC,2016,,,88.090492,1242 +TUV,EAS,UMC,2017,,,,1240 +TUV,EAS,UMC,2018,,,86.029892,1237 +TZA,SSF,LIC,1960,,,, +TZA,SSF,LIC,1961,,,, +TZA,SSF,LIC,1962,,,, +TZA,SSF,LIC,1963,,,, +TZA,SSF,LIC,1964,,,, +TZA,SSF,LIC,1965,,,, +TZA,SSF,LIC,1966,,,, +TZA,SSF,LIC,1967,,,, +TZA,SSF,LIC,1968,,,, +TZA,SSF,LIC,1969,,,, +TZA,SSF,LIC,1970,,,34.015308,2531459 +TZA,SSF,LIC,1971,,,35.424969,2617477 +TZA,SSF,LIC,1972,,,37.781059,2709358 +TZA,SSF,LIC,1973,,,40.363022,2805542 +TZA,SSF,LIC,1974,,,43.643139,2902732 +TZA,SSF,LIC,1975,,,53.407398,2996120 +TZA,SSF,LIC,1976,,,63.372898,3096221 +TZA,SSF,LIC,1977,,,71.35788,3201550 +TZA,SSF,LIC,1978,,,90.869331,3310633 +TZA,SSF,LIC,1979,,,94.40313,3421284 +TZA,SSF,LIC,1980,,,96.008362,3530099 +TZA,SSF,LIC,1981,,,97.679657,3649483 +TZA,SSF,LIC,1982,,,93.832047,3776252 +TZA,SSF,LIC,1983,,,92.034798,3907232 +TZA,SSF,LIC,1984,,,87.424561,4037838 +TZA,SSF,LIC,1985,,,76.971512,4162916 +TZA,SSF,LIC,1986,,,74.334373,4297202 +TZA,SSF,LIC,1987,,,72.091881,4434701 +TZA,SSF,LIC,1988,,,70.057892,4574734 +TZA,SSF,LIC,1989,,,70.015007,4716385 +TZA,SSF,LIC,1990,,,70.553078,4856281 +TZA,SSF,LIC,1991,,,71.024719,5017853 +TZA,SSF,LIC,1992,,,70.480324,5189875 +TZA,SSF,LIC,1993,,,70.694443,5366065 +TZA,SSF,LIC,1994,,,69.598068,5537882 +TZA,SSF,LIC,1995,,,69.077858,5697286 +TZA,SSF,LIC,1996,,,68.35527,5858690 +TZA,SSF,LIC,1997,,,68.53688,6020081 +TZA,SSF,LIC,1998,,,66.578789,6181384 +TZA,SSF,LIC,1999,,,67.351341,6340768 +TZA,SSF,LIC,2000,,,68.846718,6494374 +TZA,SSF,LIC,2001,,,74.752678,6657130 +TZA,SSF,LIC,2002,,,89.364273,6825953 +TZA,SSF,LIC,2003,,,95.788567,7000562 +TZA,SSF,LIC,2004,257.9693,1827.2128,101.11537,7182981 +TZA,SSF,LIC,2005,234.9381,1771.7172,105.41054,7373899 +TZA,SSF,LIC,2006,160.60791,1278.4204,109.03759,7570808 +TZA,SSF,LIC,2007,185.55101,1543.2139,111.33522,7798392 +TZA,SSF,LIC,2008,188.62093,1627.1997,112.41551,8058377 +TZA,SSF,LIC,2009,178.48242,1506.6688,106.66278,8343859 +TZA,SSF,LIC,2010,,,102.8417,8644184 +TZA,SSF,LIC,2011,,,97.20787,8962401 +TZA,SSF,LIC,2012,,,94.175537,9291891 +TZA,SSF,LIC,2013,,,90.04184,9623101 +TZA,SSF,LIC,2014,252.37244,2075.1746,86.788498,9951844 +TZA,SSF,LIC,2015,,,84.679466,10277385 +TZA,SSF,LIC,2016,,,85.297859,10597762 +TZA,SSF,LIC,2017,,,89.217682,10926655 +TZA,SSF,LIC,2018,,,94.168694,11263873 +UGA,SSF,LIC,1960,,,, +UGA,SSF,LIC,1961,,,, +UGA,SSF,LIC,1962,,,, +UGA,SSF,LIC,1963,,,, +UGA,SSF,LIC,1964,,,, +UGA,SSF,LIC,1965,,,, +UGA,SSF,LIC,1966,,,, +UGA,SSF,LIC,1967,,,, +UGA,SSF,LIC,1968,,,, +UGA,SSF,LIC,1969,,,, +UGA,SSF,LIC,1970,,,39.577171,1841568 +UGA,SSF,LIC,1971,,,41.679031,1899946 +UGA,SSF,LIC,1972,,,39.859871,1960337 +UGA,SSF,LIC,1973,,,40.216629,2021766 +UGA,SSF,LIC,1974,,,42.115761,2083001 +UGA,SSF,LIC,1975,,,45.469589,2142048 +UGA,SSF,LIC,1976,,,46.975552,2212308 +UGA,SSF,LIC,1977,,,50.104988,2285266 +UGA,SSF,LIC,1978,,,51.67271,2358249 +UGA,SSF,LIC,1979,,,50.94735,2428397 +UGA,SSF,LIC,1980,,,52.934021,2493026 +UGA,SSF,LIC,1981,,,55.65123,2568137 +UGA,SSF,LIC,1982,,,62.064129,2648600 +UGA,SSF,LIC,1983,,,64.324379,2734029 +UGA,SSF,LIC,1984,,,69.415848,2822315 +UGA,SSF,LIC,1985,,,73.650558,2910560 +UGA,SSF,LIC,1986,,,73.723213,3021352 +UGA,SSF,LIC,1987,,,74.208412,3141288 +UGA,SSF,LIC,1988,,,74.679207,3265817 +UGA,SSF,LIC,1989,,,70.430328,3389229 +UGA,SSF,LIC,1990,,,70.998207,3506321 +UGA,SSF,LIC,1991,,,71.272728,3643948 +UGA,SSF,LIC,1992,,,63.97625,3785307 +UGA,SSF,LIC,1993,,,68.521568,3928113 +UGA,SSF,LIC,1994,,,68.875252,4069516 +UGA,SSF,LIC,1995,,,69.469238,4206398 +UGA,SSF,LIC,1996,,,70.595558,4358902 +UGA,SSF,LIC,1997,,,117.71784,4521606 +UGA,SSF,LIC,1998,,,124.4265,4692933 +UGA,SSF,LIC,1999,,,130.23157,4869117 +UGA,SSF,LIC,2000,,,131.4873,5045491 +UGA,SSF,LIC,2001,,,133.72694,5237689 +UGA,SSF,LIC,2002,,,137.745,5436373 +UGA,SSF,LIC,2003,,,138.27522,5637422 +UGA,SSF,LIC,2004,129.95306,991.97247,129.40984,5837974 +UGA,SSF,LIC,2005,,,122.93119,6034952 +UGA,SSF,LIC,2006,,,121.58718,6239535 +UGA,SSF,LIC,2007,,,120.66138,6458583 +UGA,SSF,LIC,2008,,,123.51475,6690416 +UGA,SSF,LIC,2009,,,124.6847,6929675 +UGA,SSF,LIC,2010,69.880531,585.22485,121.9823,7170897 +UGA,SSF,LIC,2011,116.75616,945.51208,114.3166,7423477 +UGA,SSF,LIC,2012,103.52101,862.18951,113.9004,7679986 +UGA,SSF,LIC,2013,92.928627,786.11456,112.0489,7935102 +UGA,SSF,LIC,2014,101.38189,857.62347,,8185155 +UGA,SSF,LIC,2015,,,102.6484,8426179 +UGA,SSF,LIC,2016,,,104.0007,8677533 +UGA,SSF,LIC,2017,,,102.7047,8929369 +UGA,SSF,LIC,2018,,,,9180010 +UKR,ECS,LMC,1960,,,, +UKR,ECS,LMC,1961,,,, +UKR,ECS,LMC,1962,,,, +UKR,ECS,LMC,1963,,,, +UKR,ECS,LMC,1964,,,, +UKR,ECS,LMC,1965,,,, +UKR,ECS,LMC,1966,,,, +UKR,ECS,LMC,1967,,,, +UKR,ECS,LMC,1968,,,, +UKR,ECS,LMC,1969,,,, +UKR,ECS,LMC,1970,,,,2396659 +UKR,ECS,LMC,1971,,,101.37892,2391464 +UKR,ECS,LMC,1972,,,98.910988,2364505 +UKR,ECS,LMC,1973,,,96.689743,2317395 +UKR,ECS,LMC,1974,,,96.531563,2246212 +UKR,ECS,LMC,1975,,,,2163716 +UKR,ECS,LMC,1976,,,99.673309,2089553 +UKR,ECS,LMC,1977,,,100.72548,2033919 +UKR,ECS,LMC,1978,,,102.44297,2013891 +UKR,ECS,LMC,1979,,,103.50888,2037158 +UKR,ECS,LMC,1980,,,104.30734,2088749 +UKR,ECS,LMC,1981,,,103.66884,2141996 +UKR,ECS,LMC,1982,,,102.01131,2187382 +UKR,ECS,LMC,1983,,,100.56307,2219078 +UKR,ECS,LMC,1984,,,101.10078,2230416 +UKR,ECS,LMC,1985,,,101.90526,2227399 +UKR,ECS,LMC,1986,,,103.60416,2221894 +UKR,ECS,LMC,1987,,,,2223838 +UKR,ECS,LMC,1988,,,112.8775,2230549 +UKR,ECS,LMC,1989,,,,2243692 +UKR,ECS,LMC,1990,,,112.39809,2258338 +UKR,ECS,LMC,1991,,,119.23935,2266507 +UKR,ECS,LMC,1992,,,116.73553,2274655 +UKR,ECS,LMC,1993,,,117.70687,2271008 +UKR,ECS,LMC,1994,,,118.17968,2250513 +UKR,ECS,LMC,1995,,,,2213511 +UKR,ECS,LMC,1996,,,,2163705 +UKR,ECS,LMC,1997,3157.5364,7362.1558,110.80636,2103910 +UKR,ECS,LMC,1998,,,115.32947,2028075 +UKR,ECS,LMC,1999,,,113.57273,1937199 +UKR,ECS,LMC,2000,,,113.17415,1836886 +UKR,ECS,LMC,2001,,,119.07674,1734739 +UKR,ECS,LMC,2002,,,124.92075,1639066 +UKR,ECS,LMC,2003,,,97.30143,2015391 +UKR,ECS,LMC,2004,,,96.656342,1915204 +UKR,ECS,LMC,2005,,,106.44252,1828347 +UKR,ECS,LMC,2006,,,100.08115,1752670 +UKR,ECS,LMC,2007,,,98.028954,1681564 +UKR,ECS,LMC,2008,,,96.915382,1624333 +UKR,ECS,LMC,2009,,,96.82164,1583095 +UKR,ECS,LMC,2010,,,98.818443,1559333 +UKR,ECS,LMC,2011,2512.5693,3928.1409,100.6326,1553622 +UKR,ECS,LMC,2012,2906.9412,4605.7051,100.8659,1566614 +UKR,ECS,LMC,2013,2909.1753,4766.6753,101.1218,1611432 +UKR,ECS,LMC,2014,2403.6133,4050.1604,99.040939,1687097 +UKR,ECS,LMC,2015,,,, +UKR,ECS,LMC,2016,2173.0227,3475.2065,, +UKR,ECS,LMC,2017,,,, +UKR,ECS,LMC,2018,,,, +URY,LCN,HIC,1960,,,, +URY,LCN,HIC,1961,,,, +URY,LCN,HIC,1962,,,, +URY,LCN,HIC,1963,,,, +URY,LCN,HIC,1964,,,, +URY,LCN,HIC,1965,,,, +URY,LCN,HIC,1966,,,, +URY,LCN,HIC,1967,,,, +URY,LCN,HIC,1968,,,, +URY,LCN,HIC,1969,,,, +URY,LCN,HIC,1970,,,112.09507,315890 +URY,LCN,HIC,1971,,,113.46285,317223 +URY,LCN,HIC,1972,,,111.34368,316326 +URY,LCN,HIC,1973,,,112.88972,313274 +URY,LCN,HIC,1974,,,107.3326,308430 +URY,LCN,HIC,1975,,,106.56286,302733 +URY,LCN,HIC,1976,,,108.61656,297326 +URY,LCN,HIC,1977,,,109.72451,295611 +URY,LCN,HIC,1978,,,109.5385,297499 +URY,LCN,HIC,1979,,,107.78962,302641 +URY,LCN,HIC,1980,,,106.956,309685 +URY,LCN,HIC,1981,,,122.40852,316265 +URY,LCN,HIC,1982,,,112.80988,321975 +URY,LCN,HIC,1983,,,107.20544,326761 +URY,LCN,HIC,1984,,,106.08524,330519 +URY,LCN,HIC,1985,,,106.91361,333329 +URY,LCN,HIC,1986,,,106.01624,335186 +URY,LCN,HIC,1987,,,106.03975,334469 +URY,LCN,HIC,1988,,,106.40902,331209 +URY,LCN,HIC,1989,,,107.69408,325697 +URY,LCN,HIC,1990,,,108.62807,319071 +URY,LCN,HIC,1991,,295.58984,108.77645,313338 +URY,LCN,HIC,1992,,298.47009,108.98141,310125 +URY,LCN,HIC,1993,,,109.21785,309582 +URY,LCN,HIC,1994,,328.0863,108.36722,311723 +URY,LCN,HIC,1995,,269.69156,108.05717,315710 +URY,LCN,HIC,1996,,368.92719,108.13416,319566 +URY,LCN,HIC,1997,,,112.69567,323265 +URY,LCN,HIC,1998,,,111.85255,326622 +URY,LCN,HIC,1999,1016.2682,372.42264,111.30073,329302 +URY,LCN,HIC,2000,1007.8673,363.67279,109.04492,330976 +URY,LCN,HIC,2001,1283.4738,461.48196,108.38845,331860 +URY,LCN,HIC,2002,858.50751,313.23334,110.28098,331077 +URY,LCN,HIC,2003,725.86572,265.24802,111.29171,328732 +URY,LCN,HIC,2004,959.6424,351.42584,112.83157,325136 +URY,LCN,HIC,2005,1167.6862,426.83133,114.18575,320930 +URY,LCN,HIC,2006,1245.6721,465.10541,115.70015,316899 +URY,LCN,HIC,2007,,,115.18192,313378 +URY,LCN,HIC,2008,,,114.49371,310306 +URY,LCN,HIC,2009,,,113.99937,307581 +URY,LCN,HIC,2010,,,112.8251,305060 +URY,LCN,HIC,2011,,793.70233,,302522 +URY,LCN,HIC,2012,,,,300185 +URY,LCN,HIC,2013,,,111.7016,298134 +URY,LCN,HIC,2014,,,111.3334,296421 +URY,LCN,HIC,2015,,,111.0405,294968 +URY,LCN,HIC,2016,,,109.7078,293705 +URY,LCN,HIC,2017,,,108.4594,292448 +URY,LCN,HIC,2018,,,,291184 +USA,NAC,HIC,1960,,,, +USA,NAC,HIC,1961,,,, +USA,NAC,HIC,1962,,,, +USA,NAC,HIC,1963,,,, +USA,NAC,HIC,1964,,,, +USA,NAC,HIC,1965,,,, +USA,NAC,HIC,1966,,,, +USA,NAC,HIC,1967,,,, +USA,NAC,HIC,1968,,,, +USA,NAC,HIC,1969,,,, +USA,NAC,HIC,1970,,,,25014396 +USA,NAC,HIC,1971,,,88.860878,24808417 +USA,NAC,HIC,1972,,,88.421799,24522892 +USA,NAC,HIC,1973,,,90.707047,24122834 +USA,NAC,HIC,1974,,,89.816078,23615052 +USA,NAC,HIC,1975,,,89.616211,23013648 +USA,NAC,HIC,1976,,,90.441849,22364182 +USA,NAC,HIC,1977,,,90.657883,21891812 +USA,NAC,HIC,1978,,,91.073486,21502238 +USA,NAC,HIC,1979,,,90.616249,21191402 +USA,NAC,HIC,1980,,,98.911049,20948648 +USA,NAC,HIC,1981,,,98.631798,20742597 +USA,NAC,HIC,1982,,,100.48162,20545109 +USA,NAC,HIC,1983,,,99.034508,20394574 +USA,NAC,HIC,1984,,,97.893661,20297942 +USA,NAC,HIC,1985,,,98.232933,20258955 +USA,NAC,HIC,1986,,,99.901131,20269892 +USA,NAC,HIC,1987,,,101.17369,20396298 +USA,NAC,HIC,1988,,,,20573321 +USA,NAC,HIC,1989,,,,20795971 +USA,NAC,HIC,1990,,,106.03323,21056529 +USA,NAC,HIC,1991,,,105.3286,21338911 +USA,NAC,HIC,1992,,,,21749905 +USA,NAC,HIC,1993,,,103.89928,22161257 +USA,NAC,HIC,1994,,,103.11548,22560191 +USA,NAC,HIC,1995,,,104.10641,22934506 +USA,NAC,HIC,1996,,,103.55983,23269945 +USA,NAC,HIC,1997,,,,23683184 +USA,NAC,HIC,1998,,,102.56204,24110155 +USA,NAC,HIC,1999,,,101.93083,24516938 +USA,NAC,HIC,2000,,,100.72996,24792203 +USA,NAC,HIC,2001,,,101.32613,24966511 +USA,NAC,HIC,2002,,,99.879402,24885491 +USA,NAC,HIC,2003,,,101.11396,24574766 +USA,NAC,HIC,2004,,,101.24966,24256372 +USA,NAC,HIC,2005,,,101.87402,23984302 +USA,NAC,HIC,2006,,,102.20104,23795289 +USA,NAC,HIC,2007,,,103.09321,23757181 +USA,NAC,HIC,2008,,,103.23487,23903332 +USA,NAC,HIC,2009,,,102.21191,24054373 +USA,NAC,HIC,2010,11427.155,278742.63,100.3335,24311929 +USA,NAC,HIC,2011,10984.44,268368.13,99.389877,24581640 +USA,NAC,HIC,2012,10901.353,265795.94,99.165321,24587147 +USA,NAC,HIC,2013,10639.568,259793.28,99.455437,24551350 +USA,NAC,HIC,2014,10813.838,265353.97,99.673378,24618781 +USA,NAC,HIC,2015,10992.795,272464.06,100.2999,24711584 +USA,NAC,HIC,2016,,,101.3629,24682662 +USA,NAC,HIC,2017,,,101.8214, +USA,NAC,HIC,2018,,,, +UZB,ECS,LMC,1960,,,, +UZB,ECS,LMC,1961,,,, +UZB,ECS,LMC,1962,,,, +UZB,ECS,LMC,1963,,,, +UZB,ECS,LMC,1964,,,, +UZB,ECS,LMC,1965,,,, +UZB,ECS,LMC,1966,,,, +UZB,ECS,LMC,1967,,,, +UZB,ECS,LMC,1968,,,, +UZB,ECS,LMC,1969,,,, +UZB,ECS,LMC,1970,,,,1078554 +UZB,ECS,LMC,1971,,,,1117134 +UZB,ECS,LMC,1972,,,,1148925 +UZB,ECS,LMC,1973,,,,1166049 +UZB,ECS,LMC,1974,,,,1167408 +UZB,ECS,LMC,1975,,,,1159721 +UZB,ECS,LMC,1976,,,,1151907 +UZB,ECS,LMC,1977,,,,1151222 +UZB,ECS,LMC,1978,,,,1160876 +UZB,ECS,LMC,1979,,,,1183125 +UZB,ECS,LMC,1980,,,,1213421 +UZB,ECS,LMC,1981,,,112.09814,1244461 +UZB,ECS,LMC,1982,,,,1275909 +UZB,ECS,LMC,1983,,,,1306167 +UZB,ECS,LMC,1984,,,,1332913 +UZB,ECS,LMC,1985,,,,1357685 +UZB,ECS,LMC,1986,,,116.85791,1383392 +UZB,ECS,LMC,1987,,,,1418371 +UZB,ECS,LMC,1988,,,,1458058 +UZB,ECS,LMC,1989,,,110.22005,1502314 +UZB,ECS,LMC,1990,,,110.76684,1549347 +UZB,ECS,LMC,1991,,,111.69769,1596245 +UZB,ECS,LMC,1992,,,104.63458,1643886 +UZB,ECS,LMC,1993,,,104.5761,1696758 +UZB,ECS,LMC,1994,,,105.96128,1753529 +UZB,ECS,LMC,1995,,,105.36159,1810136 +UZB,ECS,LMC,1996,,,100.48019,2446228 +UZB,ECS,LMC,1997,,,99.865517,2507467 +UZB,ECS,LMC,1998,,,99.07061,2559480 +UZB,ECS,LMC,1999,,,99.212593,2597355 +UZB,ECS,LMC,2000,,,99.694443,2617369 +UZB,ECS,LMC,2001,,,99.482422,2619169 +UZB,ECS,LMC,2002,,,98.437271,2616468 +UZB,ECS,LMC,2003,,,97.28212,2591714 +UZB,ECS,LMC,2004,,,96.812881,2539942 +UZB,ECS,LMC,2005,,,97.04586,2463773 +UZB,ECS,LMC,2006,,,96.201523,2374625 +UZB,ECS,LMC,2007,,,94.589111,2295977 +UZB,ECS,LMC,2008,,,93.50753,2221911 +UZB,ECS,LMC,2009,,,92.813011,2156621 +UZB,ECS,LMC,2010,,,93.931747,2104427 +UZB,ECS,LMC,2011,,,94.538162,2067112 +UZB,ECS,LMC,2012,,,96.31839,2035952 +UZB,ECS,LMC,2013,,,97.636276,2035294 +UZB,ECS,LMC,2014,,,98.474472,2073567 +UZB,ECS,LMC,2015,,,99.931931,2147334 +UZB,ECS,LMC,2016,,,101.5725,2238861 +UZB,ECS,LMC,2017,,,103.6549,2319372 +UZB,ECS,LMC,2018,,,104.233,2390863 +VCT,LCN,UMC,1960,,,, +VCT,LCN,UMC,1961,,,, +VCT,LCN,UMC,1962,,,, +VCT,LCN,UMC,1963,,,, +VCT,LCN,UMC,1964,,,, +VCT,LCN,UMC,1965,,,, +VCT,LCN,UMC,1966,,,, +VCT,LCN,UMC,1967,,,, +VCT,LCN,UMC,1968,,,, +VCT,LCN,UMC,1969,,,, +VCT,LCN,UMC,1970,,,,20656 +VCT,LCN,UMC,1971,,,135.11896,20887 +VCT,LCN,UMC,1972,,,163.92516,21059 +VCT,LCN,UMC,1973,,,,21156 +VCT,LCN,UMC,1974,,,102.26586,21185 +VCT,LCN,UMC,1975,,,97.995079,21150 +VCT,LCN,UMC,1976,,,103.69632,21074 +VCT,LCN,UMC,1977,,,,20965 +VCT,LCN,UMC,1978,,,,20902 +VCT,LCN,UMC,1979,,,,20866 +VCT,LCN,UMC,1980,,,,20833 +VCT,LCN,UMC,1981,,,,20768 +VCT,LCN,UMC,1982,,,104.21272,20622 +VCT,LCN,UMC,1983,,,,20394 +VCT,LCN,UMC,1984,,,111.66145,20106 +VCT,LCN,UMC,1985,,,,19776 +VCT,LCN,UMC,1986,,,126.3231,19440 +VCT,LCN,UMC,1987,,,115.87854,19264 +VCT,LCN,UMC,1988,,,,19236 +VCT,LCN,UMC,1989,,,,19298 +VCT,LCN,UMC,1990,,,,19389 +VCT,LCN,UMC,1991,,17.13706,113.27643,19447 +VCT,LCN,UMC,1992,,,,19117 +VCT,LCN,UMC,1993,,,,18735 +VCT,LCN,UMC,1994,,,116.75493,18317 +VCT,LCN,UMC,1995,,,,17887 +VCT,LCN,UMC,1996,,,,17472 +VCT,LCN,UMC,1997,,,,17075 +VCT,LCN,UMC,1998,1071.4233,21.573111,120.24485,16749 +VCT,LCN,UMC,1999,,,120.39082,16483 +VCT,LCN,UMC,2000,1764.041,33.8396,117.94761,16268 +VCT,LCN,UMC,2001,,,118.49733,16080 +VCT,LCN,UMC,2002,,,114.47152,15838 +VCT,LCN,UMC,2003,1862.204,34.691002,119.34017,15601 +VCT,LCN,UMC,2004,,,114.03303,15365 +VCT,LCN,UMC,2005,1592.0935,28.43161,118.10847,15113 +VCT,LCN,UMC,2006,,,,14834 +VCT,LCN,UMC,2007,2248.5959,35.815639,109.21558,14619 +VCT,LCN,UMC,2008,,,109.10368,14364 +VCT,LCN,UMC,2009,1934.0469,28.8347,108.16164,14068 +VCT,LCN,UMC,2010,1704.1604,24.59956,109.1081,13743 +VCT,LCN,UMC,2011,1883.2653,25.166071,105.9211,13412 +VCT,LCN,UMC,2012,,,112.2754,13112 +VCT,LCN,UMC,2013,1923.7653,26.180519,111.8058,12921 +VCT,LCN,UMC,2014,2040.9895,27.404369,110.5285,12822 +VCT,LCN,UMC,2015,1890.6925,25.26343,110.2202,12782 +VCT,LCN,UMC,2016,2065.9165,27.226709,109.9716,12753 +VCT,LCN,UMC,2017,2054.0911,26.75659,110.6618,12660 +VCT,LCN,UMC,2018,,,113.4044,12542 +VEN,LCN,UMC,1960,,,, +VEN,LCN,UMC,1961,,,, +VEN,LCN,UMC,1962,,,, +VEN,LCN,UMC,1963,,,, +VEN,LCN,UMC,1964,,,, +VEN,LCN,UMC,1965,,,, +VEN,LCN,UMC,1966,,,, +VEN,LCN,UMC,1967,,,, +VEN,LCN,UMC,1968,,,, +VEN,LCN,UMC,1969,,,, +VEN,LCN,UMC,1970,,,,1922376 +VEN,LCN,UMC,1971,,,90.990189,2013101 +VEN,LCN,UMC,1972,,,92.027557,2105593 +VEN,LCN,UMC,1973,,,92.40345,2187226 +VEN,LCN,UMC,1974,,,91.524628,2252756 +VEN,LCN,UMC,1975,,,92.454117,2301134 +VEN,LCN,UMC,1976,,,95.852547,2330896 +VEN,LCN,UMC,1977,,,98.043251,2356116 +VEN,LCN,UMC,1978,,,100.83056,2372496 +VEN,LCN,UMC,1979,,,102.28787,2384231 +VEN,LCN,UMC,1980,,,104.31839,2392350 +VEN,LCN,UMC,1981,,,106.31397,2397955 +VEN,LCN,UMC,1982,,,107.8172,2402477 +VEN,LCN,UMC,1983,,,107.65285,2418918 +VEN,LCN,UMC,1984,,,106.77005,2450329 +VEN,LCN,UMC,1985,,,107.4334,2495974 +VEN,LCN,UMC,1986,,,107.40019,2555468 +VEN,LCN,UMC,1987,,,106.54964,2693269 +VEN,LCN,UMC,1988,,,106.04239,2758004 +VEN,LCN,UMC,1989,,,105.6732,2816171 +VEN,LCN,UMC,1990,,,106.50246,2868350 +VEN,LCN,UMC,1991,,,110.14233,2916741 +VEN,LCN,UMC,1992,,,111.92532,2968208 +VEN,LCN,UMC,1993,,,110.24091,3026639 +VEN,LCN,UMC,1994,,,,3090034 +VEN,LCN,UMC,1995,,,,3155308 +VEN,LCN,UMC,1996,,,100.75526,3217585 +VEN,LCN,UMC,1997,,,101.64725,3274534 +VEN,LCN,UMC,1998,,,,3316156 +VEN,LCN,UMC,1999,,,99.777733,3341707 +VEN,LCN,UMC,2000,,,101.4451,3351488 +VEN,LCN,UMC,2001,,,104.28565,3349619 +VEN,LCN,UMC,2002,,,106.68163,3349179 +VEN,LCN,UMC,2003,,,104.75289,3350725 +VEN,LCN,UMC,2004,,,104.60011,3354180 +VEN,LCN,UMC,2005,,,104.17656,3359462 +VEN,LCN,UMC,2006,,,103.94703,3365893 +VEN,LCN,UMC,2007,,,105.75627,3373187 +VEN,LCN,UMC,2008,,,103.02123,3382841 +VEN,LCN,UMC,2009,,,103.3525,3395184 +VEN,LCN,UMC,2010,,,102.7558,3410139 +VEN,LCN,UMC,2011,,,102.4189,3426356 +VEN,LCN,UMC,2012,,,102.3112,3443299 +VEN,LCN,UMC,2013,,,102.5727,3459962 +VEN,LCN,UMC,2014,,,101.3407,3476067 +VEN,LCN,UMC,2015,,,100.9367,3491228 +VEN,LCN,UMC,2016,,,98.977341,3504951 +VEN,LCN,UMC,2017,,,97.150337,3518437 +VEN,LCN,UMC,2018,,,,3530439 +VGB,LCN,HIC,1960,,,, +VGB,LCN,HIC,1961,,,, +VGB,LCN,HIC,1962,,,, +VGB,LCN,HIC,1963,,,, +VGB,LCN,HIC,1964,,,, +VGB,LCN,HIC,1965,,,, +VGB,LCN,HIC,1966,,,, +VGB,LCN,HIC,1967,,,, +VGB,LCN,HIC,1968,,,, +VGB,LCN,HIC,1969,,,, +VGB,LCN,HIC,1970,,,, +VGB,LCN,HIC,1971,,,125.34884, +VGB,LCN,HIC,1972,,,113.00723, +VGB,LCN,HIC,1973,,,114.57663, +VGB,LCN,HIC,1974,,,97.494781, +VGB,LCN,HIC,1975,,,107.17949, +VGB,LCN,HIC,1976,,,106.93878, +VGB,LCN,HIC,1977,,,, +VGB,LCN,HIC,1978,,,, +VGB,LCN,HIC,1979,,,107.69231, +VGB,LCN,HIC,1980,,,, +VGB,LCN,HIC,1981,,,107.04989, +VGB,LCN,HIC,1982,,,, +VGB,LCN,HIC,1983,,,112.7385, +VGB,LCN,HIC,1984,,,117.3044, +VGB,LCN,HIC,1985,,,119.38834, +VGB,LCN,HIC,1986,,,, +VGB,LCN,HIC,1987,,,, +VGB,LCN,HIC,1988,,,, +VGB,LCN,HIC,1989,,,, +VGB,LCN,HIC,1990,,,118.91892, +VGB,LCN,HIC,1991,,,123.41772, +VGB,LCN,HIC,1992,,,125.53957, +VGB,LCN,HIC,1993,,,126.44422, +VGB,LCN,HIC,1994,,,120.46221, +VGB,LCN,HIC,1995,,,121.97955, +VGB,LCN,HIC,1996,,,, +VGB,LCN,HIC,1997,,,, +VGB,LCN,HIC,1998,,,, +VGB,LCN,HIC,1999,,,111.34895, +VGB,LCN,HIC,2000,,,109.09447, +VGB,LCN,HIC,2001,,,105.67403, +VGB,LCN,HIC,2002,,,108.86909,2728 +VGB,LCN,HIC,2003,,,108.67866,2779 +VGB,LCN,HIC,2004,,,110.57165,2831 +VGB,LCN,HIC,2005,,,112.32558,2914 +VGB,LCN,HIC,2006,,,110.88771,2994 +VGB,LCN,HIC,2007,,,112.49076,3075 +VGB,LCN,HIC,2008,,,,3180 +VGB,LCN,HIC,2009,,,109.14166,3307 +VGB,LCN,HIC,2010,,,, +VGB,LCN,HIC,2011,,,103.4619,3303 +VGB,LCN,HIC,2012,,,103.5679,3312 +VGB,LCN,HIC,2013,,,105.7909,3323 +VGB,LCN,HIC,2014,,,111.349,3358 +VGB,LCN,HIC,2015,,,118.5316,3393 +VGB,LCN,HIC,2016,,,122.2386,3434 +VGB,LCN,HIC,2017,,,128.8253, +VGB,LCN,HIC,2018,,,, +VIR,LCN,HIC,1960,,,, +VIR,LCN,HIC,1961,,,, +VIR,LCN,HIC,1962,,,, +VIR,LCN,HIC,1963,,,, +VIR,LCN,HIC,1964,,,, +VIR,LCN,HIC,1965,,,, +VIR,LCN,HIC,1966,,,, +VIR,LCN,HIC,1967,,,, +VIR,LCN,HIC,1968,,,, +VIR,LCN,HIC,1969,,,, +VIR,LCN,HIC,1970,,,, +VIR,LCN,HIC,1971,,,, +VIR,LCN,HIC,1972,,,, +VIR,LCN,HIC,1973,,,, +VIR,LCN,HIC,1974,,,, +VIR,LCN,HIC,1975,,,, +VIR,LCN,HIC,1976,,,, +VIR,LCN,HIC,1977,,,, +VIR,LCN,HIC,1978,,,, +VIR,LCN,HIC,1979,,,, +VIR,LCN,HIC,1980,,,, +VIR,LCN,HIC,1981,,,, +VIR,LCN,HIC,1982,,,,13909 +VIR,LCN,HIC,1983,,,,13450 +VIR,LCN,HIC,1984,,,,13021 +VIR,LCN,HIC,1985,,,,12610 +VIR,LCN,HIC,1986,,,,12245 +VIR,LCN,HIC,1987,,,,12025 +VIR,LCN,HIC,1988,,,,12072 +VIR,LCN,HIC,1989,,,,12266 +VIR,LCN,HIC,1990,,,,12411 +VIR,LCN,HIC,1991,,,,12251 +VIR,LCN,HIC,1992,,,,12033 +VIR,LCN,HIC,1993,,,,11798 +VIR,LCN,HIC,1994,,,,11492 +VIR,LCN,HIC,1995,,,,11100 +VIR,LCN,HIC,1996,,,,10678 +VIR,LCN,HIC,1997,,,,10645 +VIR,LCN,HIC,1998,,,, +VIR,LCN,HIC,1999,,,, +VIR,LCN,HIC,2000,,,, +VIR,LCN,HIC,2001,,,, +VIR,LCN,HIC,2002,,,, +VIR,LCN,HIC,2003,,,, +VIR,LCN,HIC,2004,,,, +VIR,LCN,HIC,2005,,,, +VIR,LCN,HIC,2006,,,, +VIR,LCN,HIC,2007,,,, +VIR,LCN,HIC,2008,,,, +VIR,LCN,HIC,2009,,,, +VIR,LCN,HIC,2010,,,, +VIR,LCN,HIC,2011,,,, +VIR,LCN,HIC,2012,,,, +VIR,LCN,HIC,2013,,,, +VIR,LCN,HIC,2014,,,, +VIR,LCN,HIC,2015,,,, +VIR,LCN,HIC,2016,,,, +VIR,LCN,HIC,2017,,,, +VIR,LCN,HIC,2018,,,, +VNM,EAS,LMC,1960,,,, +VNM,EAS,LMC,1961,,,, +VNM,EAS,LMC,1962,,,, +VNM,EAS,LMC,1963,,,, +VNM,EAS,LMC,1964,,,, +VNM,EAS,LMC,1965,,,, +VNM,EAS,LMC,1966,,,, +VNM,EAS,LMC,1967,,,, +VNM,EAS,LMC,1968,,,, +VNM,EAS,LMC,1969,,,, +VNM,EAS,LMC,1970,,,,6132738 +VNM,EAS,LMC,1971,,,,6244836 +VNM,EAS,LMC,1972,,,,6366716 +VNM,EAS,LMC,1973,,,,6471791 +VNM,EAS,LMC,1974,,,,6563661 +VNM,EAS,LMC,1975,,,,6649000 +VNM,EAS,LMC,1976,,,109.96099,6734204 +VNM,EAS,LMC,1977,,,113.0968,6830030 +VNM,EAS,LMC,1978,,,112.18426,6941892 +VNM,EAS,LMC,1979,,,103.85265,7069303 +VNM,EAS,LMC,1980,,,110.05545,7205110 +VNM,EAS,LMC,1981,,,107.63042,7335601 +VNM,EAS,LMC,1982,,,,7453174 +VNM,EAS,LMC,1983,,,104.58009,7552673 +VNM,EAS,LMC,1984,,,104.98899,7631313 +VNM,EAS,LMC,1985,,,104.37469,7693717 +VNM,EAS,LMC,1986,,,105.1889,7753900 +VNM,EAS,LMC,1987,,,108.77062,7834869 +VNM,EAS,LMC,1988,,,109.72967,7937673 +VNM,EAS,LMC,1989,,,108.04156,8063956 +VNM,EAS,LMC,1990,,,105.20824,8208629 +VNM,EAS,LMC,1991,,,106.75215,8356956 +VNM,EAS,LMC,1992,,,107.70129,8500557 +VNM,EAS,LMC,1993,,,111.09923,8638606 +VNM,EAS,LMC,1994,,,112.39673,8769103 +VNM,EAS,LMC,1995,,,113.85931,8890454 +VNM,EAS,LMC,1996,,,114.51897,8997841 +VNM,EAS,LMC,1997,,,115.72478,9080004 +VNM,EAS,LMC,1998,,,114.7698,9158902 +VNM,EAS,LMC,1999,,,111.92417,9224466 +VNM,EAS,LMC,2000,,,109.52826,9253253 +VNM,EAS,LMC,2001,,,106.55013,9216141 +VNM,EAS,LMC,2002,,,103.07186,9121716 +VNM,EAS,LMC,2003,,,100.21296,8883641 +VNM,EAS,LMC,2004,,,98.929588,8499399 +VNM,EAS,LMC,2005,,,97.721352,8010022 +VNM,EAS,LMC,2006,,,98.125313,7508715 +VNM,EAS,LMC,2007,,,99.788742,7103639 +VNM,EAS,LMC,2008,783.49609,5384.0244,101.65875,6804633 +VNM,EAS,LMC,2009,873.07391,5888.8975,102.32125,6636629 +VNM,EAS,LMC,2010,936.84875,6485.4517,105.7092,6595506 +VNM,EAS,LMC,2011,884.29858,6232.9722,107.1937,6626116 +VNM,EAS,LMC,2012,1092.2771,7756.2056,107.7544,6646922 +VNM,EAS,LMC,2013,1155.0483,8319.5439,108.4109,6707492 +VNM,EAS,LMC,2014,,,110.3296,6808009 +VNM,EAS,LMC,2015,,,109.887,6938877 +VNM,EAS,LMC,2016,,,111.2049,7083755 +VNM,EAS,LMC,2017,,,109.1508,7229174 +VNM,EAS,LMC,2018,,,110.5948,7363689 +VUT,EAS,LMC,1960,,,, +VUT,EAS,LMC,1961,,,, +VUT,EAS,LMC,1962,,,, +VUT,EAS,LMC,1963,,,, +VUT,EAS,LMC,1964,,,, +VUT,EAS,LMC,1965,,,, +VUT,EAS,LMC,1966,,,, +VUT,EAS,LMC,1967,,,, +VUT,EAS,LMC,1968,,,, +VUT,EAS,LMC,1969,,,, +VUT,EAS,LMC,1970,,,123.04477,14822 +VUT,EAS,LMC,1971,,,123.31308,15301 +VUT,EAS,LMC,1972,,,117.67457,15819 +VUT,EAS,LMC,1973,,,117.85015,16332 +VUT,EAS,LMC,1974,,,118.06655,16796 +VUT,EAS,LMC,1975,,,116.8246,17196 +VUT,EAS,LMC,1976,,,117.30037,17591 +VUT,EAS,LMC,1977,,,117.11218,18063 +VUT,EAS,LMC,1978,,,117.33448,18590 +VUT,EAS,LMC,1979,,,118.88686,19131 +VUT,EAS,LMC,1980,,,118.32562,19657 +VUT,EAS,LMC,1981,,,114.52433,20053 +VUT,EAS,LMC,1982,,,,20520 +VUT,EAS,LMC,1983,,,105.67221,21047 +VUT,EAS,LMC,1984,,,,21620 +VUT,EAS,LMC,1985,,,103.00045,22226 +VUT,EAS,LMC,1986,,,105.162,22678 +VUT,EAS,LMC,1987,,,103.59972,23217 +VUT,EAS,LMC,1988,,,103.36089,23825 +VUT,EAS,LMC,1989,,,102.09499,24481 +VUT,EAS,LMC,1990,,,97.180412,25175 +VUT,EAS,LMC,1991,,,96.570938,25833 +VUT,EAS,LMC,1992,,,99.001213,26527 +VUT,EAS,LMC,1993,,,111.04611,27175 +VUT,EAS,LMC,1994,,11.89812,110.08273,27679 +VUT,EAS,LMC,1995,,,,28009 +VUT,EAS,LMC,1996,,,,28178 +VUT,EAS,LMC,1997,,,111.82459,28390 +VUT,EAS,LMC,1998,335.33313,12.01035,119.81731,28681 +VUT,EAS,LMC,1999,329.53317,11.34462,117.97876,29100 +VUT,EAS,LMC,2000,404.02582,14.41322,120.28458,29657 +VUT,EAS,LMC,2001,371.57654,13.55586,120.88939,30172 +VUT,EAS,LMC,2002,,,121.65584,30791 +VUT,EAS,LMC,2003,,,125.11276,31471 +VUT,EAS,LMC,2004,,,121.20081,32138 +VUT,EAS,LMC,2005,,,117.69917,32735 +VUT,EAS,LMC,2006,,,111.74768,33188 +VUT,EAS,LMC,2007,,,112.61092,33628 +VUT,EAS,LMC,2008,532.27271,20.576599,113.98496,33964 +VUT,EAS,LMC,2009,518.78192,20.10902,113.66822,34131 +VUT,EAS,LMC,2010,,,122.4828,34152 +VUT,EAS,LMC,2011,,,,34156 +VUT,EAS,LMC,2012,,,,34708 +VUT,EAS,LMC,2013,,,118.3272,35704 +VUT,EAS,LMC,2014,,18.676979,,37001 +VUT,EAS,LMC,2015,399.65009,18.356331,109.2919,38369 +VUT,EAS,LMC,2016,,,, +VUT,EAS,LMC,2017,,18.243931,,40394 +VUT,EAS,LMC,2018,,,,40940 +WSM,EAS,UMC,1960,,,, +WSM,EAS,UMC,1961,,,, +WSM,EAS,UMC,1962,,,, +WSM,EAS,UMC,1963,,,, +WSM,EAS,UMC,1964,,,, +WSM,EAS,UMC,1965,,,, +WSM,EAS,UMC,1966,,,, +WSM,EAS,UMC,1967,,,, +WSM,EAS,UMC,1968,,,, +WSM,EAS,UMC,1969,,,, +WSM,EAS,UMC,1970,,,82.787331,29535 +WSM,EAS,UMC,1971,,,82.568024,30236 +WSM,EAS,UMC,1972,,,83.909317,30691 +WSM,EAS,UMC,1973,,,88.730621,30882 +WSM,EAS,UMC,1974,,,,30838 +WSM,EAS,UMC,1975,,,92.907692,30658 +WSM,EAS,UMC,1976,,,94.581131,30314 +WSM,EAS,UMC,1977,,,96.878342,29948 +WSM,EAS,UMC,1978,,,97.906952,29573 +WSM,EAS,UMC,1979,,,100.1781,29196 +WSM,EAS,UMC,1980,,,98.528389,28810 +WSM,EAS,UMC,1981,,,97.330658,28431 +WSM,EAS,UMC,1982,,,96.061111,28076 +WSM,EAS,UMC,1983,,,97.066978,27752 +WSM,EAS,UMC,1984,,,,27454 +WSM,EAS,UMC,1985,,,,27152 +WSM,EAS,UMC,1986,,,100.32795,26833 +WSM,EAS,UMC,1987,,,,26491 +WSM,EAS,UMC,1988,,,,26170 +WSM,EAS,UMC,1989,,,,25904 +WSM,EAS,UMC,1990,,,,25686 +WSM,EAS,UMC,1991,,,,25840 +WSM,EAS,UMC,1992,,,,26133 +WSM,EAS,UMC,1993,,,,26496 +WSM,EAS,UMC,1994,,,99.344681,26858 +WSM,EAS,UMC,1995,,,100.12886,27166 +WSM,EAS,UMC,1996,,,99.367249,27187 +WSM,EAS,UMC,1997,,,99.620728,27424 +WSM,EAS,UMC,1998,,,98.517159,27854 +WSM,EAS,UMC,1999,345.40723,9.4776297,96.058701,28420 +WSM,EAS,UMC,2000,312.09027,8.5191298,96.591423,29019 +WSM,EAS,UMC,2001,397.94467,11.1528,100.28158,29124 +WSM,EAS,UMC,2002,518.0459,15.12849,104.95737,29093 +WSM,EAS,UMC,2003,,,107.47803,28907 +WSM,EAS,UMC,2004,,,109.01112,28607 +WSM,EAS,UMC,2005,,,109.37864,28311 +WSM,EAS,UMC,2006,,,108.60946,28097 +WSM,EAS,UMC,2007,,,107.87838,27967 +WSM,EAS,UMC,2008,,,,27899 +WSM,EAS,UMC,2009,,,106.24664,27875 +WSM,EAS,UMC,2010,,,110.744,27879 +WSM,EAS,UMC,2011,,,107.8095,28038 +WSM,EAS,UMC,2012,,,107.3652,28419 +WSM,EAS,UMC,2013,,,,28971 +WSM,EAS,UMC,2014,,,107.85,29570 +WSM,EAS,UMC,2015,,,106.3728,30026 +WSM,EAS,UMC,2016,530.79883,17.34141,107.2581,30311 +WSM,EAS,UMC,2017,,,108.5488,30318 +WSM,EAS,UMC,2018,,,110.5242,30009 +XKX,ECS,UMC,1960,,,, +XKX,ECS,UMC,1961,,,, +XKX,ECS,UMC,1962,,,, +XKX,ECS,UMC,1963,,,, +XKX,ECS,UMC,1964,,,, +XKX,ECS,UMC,1965,,,, +XKX,ECS,UMC,1966,,,, +XKX,ECS,UMC,1967,,,, +XKX,ECS,UMC,1968,,,, +XKX,ECS,UMC,1969,,,, +XKX,ECS,UMC,1970,,,, +XKX,ECS,UMC,1971,,,, +XKX,ECS,UMC,1972,,,, +XKX,ECS,UMC,1973,,,, +XKX,ECS,UMC,1974,,,, +XKX,ECS,UMC,1975,,,, +XKX,ECS,UMC,1976,,,, +XKX,ECS,UMC,1977,,,, +XKX,ECS,UMC,1978,,,, +XKX,ECS,UMC,1979,,,, +XKX,ECS,UMC,1980,,,, +XKX,ECS,UMC,1981,,,, +XKX,ECS,UMC,1982,,,, +XKX,ECS,UMC,1983,,,, +XKX,ECS,UMC,1984,,,, +XKX,ECS,UMC,1985,,,, +XKX,ECS,UMC,1986,,,, +XKX,ECS,UMC,1987,,,, +XKX,ECS,UMC,1988,,,, +XKX,ECS,UMC,1989,,,, +XKX,ECS,UMC,1990,,,, +XKX,ECS,UMC,1991,,,, +XKX,ECS,UMC,1992,,,, +XKX,ECS,UMC,1993,,,, +XKX,ECS,UMC,1994,,,, +XKX,ECS,UMC,1995,,,, +XKX,ECS,UMC,1996,,,, +XKX,ECS,UMC,1997,,,, +XKX,ECS,UMC,1998,,,, +XKX,ECS,UMC,1999,,,, +XKX,ECS,UMC,2000,,,, +XKX,ECS,UMC,2001,,,, +XKX,ECS,UMC,2002,,,, +XKX,ECS,UMC,2003,,,, +XKX,ECS,UMC,2004,,,, +XKX,ECS,UMC,2005,,,, +XKX,ECS,UMC,2006,,,, +XKX,ECS,UMC,2007,,,, +XKX,ECS,UMC,2008,,,, +XKX,ECS,UMC,2009,,,, +XKX,ECS,UMC,2010,,,, +XKX,ECS,UMC,2011,,,, +XKX,ECS,UMC,2012,,,, +XKX,ECS,UMC,2013,,,, +XKX,ECS,UMC,2014,,,, +XKX,ECS,UMC,2015,,,, +XKX,ECS,UMC,2016,,,, +XKX,ECS,UMC,2017,,,, +XKX,ECS,UMC,2018,,,, +YEM,MEA,LIC,1960,,,, +YEM,MEA,LIC,1961,,,, +YEM,MEA,LIC,1962,,,, +YEM,MEA,LIC,1963,,,, +YEM,MEA,LIC,1964,,,, +YEM,MEA,LIC,1965,,,, +YEM,MEA,LIC,1966,,,, +YEM,MEA,LIC,1967,,,, +YEM,MEA,LIC,1968,,,, +YEM,MEA,LIC,1969,,,, +YEM,MEA,LIC,1970,,,,962096 +YEM,MEA,LIC,1971,,,,985603 +YEM,MEA,LIC,1972,,,,1016611 +YEM,MEA,LIC,1973,,,,1054838 +YEM,MEA,LIC,1974,,,,1098644 +YEM,MEA,LIC,1975,,,,1145879 +YEM,MEA,LIC,1976,,,,1193649 +YEM,MEA,LIC,1977,,,,1244512 +YEM,MEA,LIC,1978,,,,1294961 +YEM,MEA,LIC,1979,,,,1342918 +YEM,MEA,LIC,1980,,,,1386879 +YEM,MEA,LIC,1981,,,,1427968 +YEM,MEA,LIC,1982,,,,1478499 +YEM,MEA,LIC,1983,,,,1544059 +YEM,MEA,LIC,1984,,,,1622343 +YEM,MEA,LIC,1985,,,,1709818 +YEM,MEA,LIC,1986,,,,1801037 +YEM,MEA,LIC,1987,,,,1896799 +YEM,MEA,LIC,1988,,,,1991089 +YEM,MEA,LIC,1989,,,,2085569 +YEM,MEA,LIC,1990,,,,2183220 +YEM,MEA,LIC,1991,,,,2286436 +YEM,MEA,LIC,1992,,,,2391675 +YEM,MEA,LIC,1993,,,,2511156 +YEM,MEA,LIC,1994,,,,2637901 +YEM,MEA,LIC,1995,,,,2763538 +YEM,MEA,LIC,1996,,,,2880663 +YEM,MEA,LIC,1997,,,,3007355 +YEM,MEA,LIC,1998,,,,3129624 +YEM,MEA,LIC,1999,,,72.472282,3246241 +YEM,MEA,LIC,2000,,,,3355245 +YEM,MEA,LIC,2001,,,77.974831,3452540 +YEM,MEA,LIC,2002,,,79.802902,3547480 +YEM,MEA,LIC,2003,,,82.947739,3615200 +YEM,MEA,LIC,2004,,,86.383522,3655419 +YEM,MEA,LIC,2005,,,89.1194,3670215 +YEM,MEA,LIC,2006,,,,3668509 +YEM,MEA,LIC,2007,,,,3672970 +YEM,MEA,LIC,2008,,,90.23056,3694267 +YEM,MEA,LIC,2009,,,,3732309 +YEM,MEA,LIC,2010,,,91.745827,3785987 +YEM,MEA,LIC,2011,754.96216,2748.5078,95.722908,3850287 +YEM,MEA,LIC,2012,,,95.097687,3919344 +YEM,MEA,LIC,2013,,,98.173103,3990996 +YEM,MEA,LIC,2014,,,,4065245 +YEM,MEA,LIC,2015,,,,4141815 +YEM,MEA,LIC,2016,,,93.637482,4219124 +YEM,MEA,LIC,2017,,,,4299688 +YEM,MEA,LIC,2018,,,,4383983 +ZAF,SSF,UMC,1960,,,, +ZAF,SSF,UMC,1961,,,, +ZAF,SSF,UMC,1962,,,, +ZAF,SSF,UMC,1963,,,, +ZAF,SSF,UMC,1964,,,, +ZAF,SSF,UMC,1965,,,, +ZAF,SSF,UMC,1966,,,, +ZAF,SSF,UMC,1967,,,, +ZAF,SSF,UMC,1968,,,, +ZAF,SSF,UMC,1969,,,, +ZAF,SSF,UMC,1970,,,99.989723,4158922 +ZAF,SSF,UMC,1971,,,,4271535 +ZAF,SSF,UMC,1972,,,,4385347 +ZAF,SSF,UMC,1973,,,,4497308 +ZAF,SSF,UMC,1974,,,,4606581 +ZAF,SSF,UMC,1975,,,102.69874,4711898 +ZAF,SSF,UMC,1976,,,,4828599 +ZAF,SSF,UMC,1977,,,91.188812,4954726 +ZAF,SSF,UMC,1978,,,85.06427,5090346 +ZAF,SSF,UMC,1979,,,85.363853,5232636 +ZAF,SSF,UMC,1980,,,,5378062 +ZAF,SSF,UMC,1981,,,84.931557,5531874 +ZAF,SSF,UMC,1982,,,81.758904,5684946 +ZAF,SSF,UMC,1983,,,,5831860 +ZAF,SSF,UMC,1984,,,,5969754 +ZAF,SSF,UMC,1985,,,,6096066 +ZAF,SSF,UMC,1986,,,80.166557,6221864 +ZAF,SSF,UMC,1987,,,81.263031,6346717 +ZAF,SSF,UMC,1988,,,81.197052,6473214 +ZAF,SSF,UMC,1989,,,105.25611,6602174 +ZAF,SSF,UMC,1990,,,104.80574,6732682 +ZAF,SSF,UMC,1991,,,105.60415,6844019 +ZAF,SSF,UMC,1992,,,,6948241 +ZAF,SSF,UMC,1993,,,,7036172 +ZAF,SSF,UMC,1994,,,109.41157,7099400 +ZAF,SSF,UMC,1995,,,110.88697,7132123 +ZAF,SSF,UMC,1996,,,,7180030 +ZAF,SSF,UMC,1997,,,108.84322,7181561 +ZAF,SSF,UMC,1998,,,107.46424,7193075 +ZAF,SSF,UMC,1999,1439.8765,11517.492,107.09793,7186168 +ZAF,SSF,UMC,2000,1405.236,11150.858,101.48921,7163340 +ZAF,SSF,UMC,2001,1424.6547,10606.271,101.99046,7160501 +ZAF,SSF,UMC,2002,1439.7188,10673.232,103.96845,7152795 +ZAF,SSF,UMC,2003,1344.108,10034.745,105.42637,7144289 +ZAF,SSF,UMC,2004,1397.691,10441.417,106.44663,7135932 +ZAF,SSF,UMC,2005,1555.4702,11579.141,105.94827,7126276 +ZAF,SSF,UMC,2006,1753.5826,12826.491,106.25009,7127908 +ZAF,SSF,UMC,2007,1716.1943,12453.595,108.02475,7132884 +ZAF,SSF,UMC,2008,1690.7357,12363.096,107.5264,7141378 +ZAF,SSF,UMC,2009,1919.735,13882.871,106.3417,7154933 +ZAF,SSF,UMC,2010,2159.9875,15397.472,104.7294,7175979 +ZAF,SSF,UMC,2011,2244.6511,15767.255,103.4184,7197811 +ZAF,SSF,UMC,2012,2465.4714,17153.35,103.2292,7228001 +ZAF,SSF,UMC,2013,,,102.6704,7264755 +ZAF,SSF,UMC,2014,2346.2327,16573.434,102.705,7305800 +ZAF,SSF,UMC,2015,,,105.5704,7350049 +ZAF,SSF,UMC,2016,,,103.185,7402452 +ZAF,SSF,UMC,2017,2306.0703,17456.777,100.8647,7463177 +ZAF,SSF,UMC,2018,,,,7530119 +ZMB,SSF,LMC,1960,,,, +ZMB,SSF,LMC,1961,,,, +ZMB,SSF,LMC,1962,,,, +ZMB,SSF,LMC,1963,,,, +ZMB,SSF,LMC,1964,,,, +ZMB,SSF,LMC,1965,,,, +ZMB,SSF,LMC,1966,,,, +ZMB,SSF,LMC,1967,,,, +ZMB,SSF,LMC,1968,,,, +ZMB,SSF,LMC,1969,,,, +ZMB,SSF,LMC,1970,,,85.60067,788239 +ZMB,SSF,LMC,1971,,,86.464912,820633 +ZMB,SSF,LMC,1972,,,88.735786,853814 +ZMB,SSF,LMC,1973,,,89.176537,886883 +ZMB,SSF,LMC,1974,,,91.335587,919125 +ZMB,SSF,LMC,1975,,,90.01165,949693 +ZMB,SSF,LMC,1976,,,90.848839,981845 +ZMB,SSF,LMC,1977,,,90.759079,1016330 +ZMB,SSF,LMC,1978,,,90.251892,1053653 +ZMB,SSF,LMC,1979,,,89.907028,1093445 +ZMB,SSF,LMC,1980,,,90.562202,1134414 +ZMB,SSF,LMC,1981,,,89.75528,1179403 +ZMB,SSF,LMC,1982,,,90.208893,1226580 +ZMB,SSF,LMC,1983,,,92.548279,1273835 +ZMB,SSF,LMC,1984,,,94.689987,1319048 +ZMB,SSF,LMC,1985,,,97.618332,1360627 +ZMB,SSF,LMC,1986,,,96.446877,1407409 +ZMB,SSF,LMC,1987,,,94.339256,1452933 +ZMB,SSF,LMC,1988,,,93.872902,1496478 +ZMB,SSF,LMC,1989,,,92.72776,1537162 +ZMB,SSF,LMC,1990,,,91.543877,1573645 +ZMB,SSF,LMC,1991,,215.13196,92.393661,1614271 +ZMB,SSF,LMC,1992,,140.21782,,1655175 +ZMB,SSF,LMC,1993,,158.72037,,1696712 +ZMB,SSF,LMC,1994,,132.84337,86.003036,1738626 +ZMB,SSF,LMC,1995,,150.27484,84.041649,1779596 +ZMB,SSF,LMC,1996,,,82.69072,1825037 +ZMB,SSF,LMC,1997,,,,1873268 +ZMB,SSF,LMC,1998,,,80.907089,1923034 +ZMB,SSF,LMC,1999,,,78.98999,1972624 +ZMB,SSF,LMC,2000,147.24831,234.05765,79.037872,2020241 +ZMB,SSF,LMC,2001,,,78.967796,2074753 +ZMB,SSF,LMC,2002,,,82.037437,2134134 +ZMB,SSF,LMC,2003,,,,2198667 +ZMB,SSF,LMC,2004,210.26282,473.37665,100.97116,2267953 +ZMB,SSF,LMC,2005,130.07341,334.65887,112.09461,2340725 +ZMB,SSF,LMC,2006,,,113.39673,2415800 +ZMB,SSF,LMC,2007,,,114.41754,2497186 +ZMB,SSF,LMC,2008,,,115.29007,2582549 +ZMB,SSF,LMC,2009,,,108.63624,2669482 +ZMB,SSF,LMC,2010,,,106.9788,2756142 +ZMB,SSF,LMC,2011,,,108.0685,2840403 +ZMB,SSF,LMC,2012,,,108.1296,2924071 +ZMB,SSF,LMC,2013,,,102.7137,3005021 +ZMB,SSF,LMC,2014,,,104.332,3081719 +ZMB,SSF,LMC,2015,,,101.4605,3152853 +ZMB,SSF,LMC,2016,,,98.606979,3222603 +ZMB,SSF,LMC,2017,,,98.715523,3292072 +ZMB,SSF,LMC,2018,,,,3363211 +ZWE,SSF,LMC,1960,,,, +ZWE,SSF,LMC,1961,,,, +ZWE,SSF,LMC,1962,,,, +ZWE,SSF,LMC,1963,,,, +ZWE,SSF,LMC,1964,,,, +ZWE,SSF,LMC,1965,,,, +ZWE,SSF,LMC,1966,,,, +ZWE,SSF,LMC,1967,,,, +ZWE,SSF,LMC,1968,,,, +ZWE,SSF,LMC,1969,,,, +ZWE,SSF,LMC,1970,,,70.114807,1013579 +ZWE,SSF,LMC,1971,,,63.762772,1052187 +ZWE,SSF,LMC,1972,,,66.535553,1092721 +ZWE,SSF,LMC,1973,,,66.969582,1133096 +ZWE,SSF,LMC,1974,,,68.25721,1171672 +ZWE,SSF,LMC,1975,,,68.251137,1207610 +ZWE,SSF,LMC,1976,,,67.49955,1245896 +ZWE,SSF,LMC,1977,,,65.904694,1285757 +ZWE,SSF,LMC,1978,,,59.165089,1328909 +ZWE,SSF,LMC,1979,,,57.432598,1376815 +ZWE,SSF,LMC,1980,,,82.101799,1429378 +ZWE,SSF,LMC,1981,,,110.18408,1480237 +ZWE,SSF,LMC,1982,,,117.95742,1537586 +ZWE,SSF,LMC,1983,,,121.57656,1599896 +ZWE,SSF,LMC,1984,,,121.73495,1664989 +ZWE,SSF,LMC,1985,,,121.77647,1730906 +ZWE,SSF,LMC,1986,,,119.39205,1800780 +ZWE,SSF,LMC,1987,,,110.99209,1943329 +ZWE,SSF,LMC,1988,,,106.39487,2011297 +ZWE,SSF,LMC,1989,,,105.56561,2072861 +ZWE,SSF,LMC,1990,,,98.952232,2125360 +ZWE,SSF,LMC,1991,,,105.35028,2188040 +ZWE,SSF,LMC,1992,,3610.147,104.23291,2239013 +ZWE,SSF,LMC,1993,,,108.2671,2277701 +ZWE,SSF,LMC,1994,,6231.9028,,2304903 +ZWE,SSF,LMC,1995,,,107.66965,2321236 +ZWE,SSF,LMC,1996,,,106.53298,2342871 +ZWE,SSF,LMC,1997,,,106.31607,2361162 +ZWE,SSF,LMC,1998,,,104.98205,2376372 +ZWE,SSF,LMC,1999,,,104.61842,2386410 +ZWE,SSF,LMC,2000,,,105.88432,2390024 +ZWE,SSF,LMC,2001,,,110.25454,2398989 +ZWE,SSF,LMC,2002,,,105.3282,2406335 +ZWE,SSF,LMC,2003,,,104.33065,2412822 +ZWE,SSF,LMC,2004,,,,2419652 +ZWE,SSF,LMC,2005,,,,2427410 +ZWE,SSF,LMC,2006,,,,2434237 +ZWE,SSF,LMC,2007,,,,2449299 +ZWE,SSF,LMC,2008,,,,2473000 +ZWE,SSF,LMC,2009,,,,2504828 +ZWE,SSF,LMC,2010,,211.86879,,2543851 +ZWE,SSF,LMC,2011,,,,2581707 +ZWE,SSF,LMC,2012,381.16428,1016.3559,112.5168,2633702 +ZWE,SSF,LMC,2013,405.93808,1081.089,109.8928,2698423 +ZWE,SSF,LMC,2014,,1151.0322,,2773928 +ZWE,SSF,LMC,2015,,,,2857640 +ZWE,SSF,LMC,2016,,,,2939382 +ZWE,SSF,LMC,2017,,,,3028319 +ZWE,SSF,LMC,2018,,,,3119270 diff --git a/01_data/011_rawdata/hosted_in_repo/primary_school_age.csv b/01_data/011_rawdata/hosted_in_repo/primary_school_age.csv new file mode 100644 index 0000000..f3c36cf --- /dev/null +++ b/01_data/011_rawdata/hosted_in_repo/primary_school_age.csv @@ -0,0 +1,9983 @@ +countrycode,year,uis_ceage_1,se_prm_durs +ABW,1990,,6 +ABW,1991,,6 +ABW,1992,,6 +ABW,1993,,6 +ABW,1994,,6 +ABW,1995,,6 +ABW,1996,,6 +ABW,1997,,6 +ABW,1998,,6 +ABW,1999,,6 +ABW,2000,,6 +ABW,2001,,6 +ABW,2002,,6 +ABW,2003,,6 +ABW,2004,,6 +ABW,2005,,6 +ABW,2006,,6 +ABW,2007,,6 +ABW,2008,,6 +ABW,2009,,6 +ABW,2010,,6 +ABW,2011,4,6 +ABW,2012,4,6 +ABW,2013,4,6 +ABW,2014,4,6 +ABW,2015,4,6 +ABW,2016,4,6 +ABW,2017,4,6 +ABW,2018,,6 +ABW,2020,, +ABW,2025,, +ABW,2030,, +ABW,2035,, +ABW,2040,, +ABW,2045,, +ABW,2050,, +ABW,2055,, +ABW,2060,, +ABW,2065,, +ABW,2070,, +ABW,2075,, +ABW,2080,, +ABW,2085,, +ABW,2090,, +ABW,2095,, +ABW,2100,, +AFG,1990,,6 +AFG,1991,,6 +AFG,1992,,6 +AFG,1993,,6 +AFG,1994,,6 +AFG,1995,,6 +AFG,1996,,6 +AFG,1997,,6 +AFG,1998,7,6 +AFG,1999,7,6 +AFG,2000,7,6 +AFG,2001,7,6 +AFG,2002,7,6 +AFG,2003,7,6 +AFG,2004,7,6 +AFG,2005,7,6 +AFG,2006,7,6 +AFG,2007,7,6 +AFG,2008,7,6 +AFG,2009,7,6 +AFG,2010,7,6 +AFG,2011,7,6 +AFG,2012,7,6 +AFG,2013,7,6 +AFG,2014,7,6 +AFG,2015,7,6 +AFG,2016,7,6 +AFG,2017,7,6 +AFG,2018,,6 +AFG,2020,, +AFG,2025,, +AFG,2030,, +AFG,2035,, +AFG,2040,, +AFG,2045,, +AFG,2050,, +AFG,2055,, +AFG,2060,, +AFG,2065,, +AFG,2070,, +AFG,2075,, +AFG,2080,, +AFG,2085,, +AFG,2090,, +AFG,2095,, +AFG,2100,, +AGO,1990,,4 +AGO,1991,,4 +AGO,1992,,4 +AGO,1993,,4 +AGO,1994,,4 +AGO,1995,,4 +AGO,1996,,4 +AGO,1997,,4 +AGO,1998,6,4 +AGO,1999,6,4 +AGO,2000,6,4 +AGO,2001,6,4 +AGO,2002,6,4 +AGO,2003,6,4 +AGO,2004,6,4 +AGO,2005,6,4 +AGO,2006,6,4 +AGO,2007,6,6 +AGO,2008,6,6 +AGO,2009,6,6 +AGO,2010,6,6 +AGO,2011,6,6 +AGO,2012,6,6 +AGO,2013,6,6 +AGO,2014,6,6 +AGO,2015,6,6 +AGO,2016,6,6 +AGO,2017,6,6 +AGO,2018,,6 +AGO,2020,, +AGO,2025,, +AGO,2030,, +AGO,2035,, +AGO,2040,, +AGO,2045,, +AGO,2050,, +AGO,2055,, +AGO,2060,, +AGO,2065,, +AGO,2070,, +AGO,2075,, +AGO,2080,, +AGO,2085,, +AGO,2090,, +AGO,2095,, +AGO,2100,, +ALB,1990,,4 +ALB,1991,,4 +ALB,1992,,4 +ALB,1993,,4 +ALB,1994,,4 +ALB,1995,,4 +ALB,1996,,4 +ALB,1997,,4 +ALB,1998,6,4 +ALB,1999,6,4 +ALB,2000,6,4 +ALB,2001,6,4 +ALB,2002,6,4 +ALB,2003,6,4 +ALB,2004,6,4 +ALB,2005,6,4 +ALB,2006,6,4 +ALB,2007,6,4 +ALB,2008,6,4 +ALB,2009,6,5 +ALB,2010,6,5 +ALB,2011,6,5 +ALB,2012,6,5 +ALB,2013,6,5 +ALB,2014,6,5 +ALB,2015,6,5 +ALB,2016,6,5 +ALB,2017,6,5 +ALB,2018,,5 +ALB,2020,, +ALB,2025,, +ALB,2030,, +ALB,2035,, +ALB,2040,, +ALB,2045,, +ALB,2050,, +ALB,2055,, +ALB,2060,, +ALB,2065,, +ALB,2070,, +ALB,2075,, +ALB,2080,, +ALB,2085,, +ALB,2090,, +ALB,2095,, +ALB,2100,, +AND,1990,,5 +AND,1991,,5 +AND,1992,,5 +AND,1993,,5 +AND,1994,,5 +AND,1995,,5 +AND,1996,,5 +AND,1997,,6 +AND,1998,6,6 +AND,1999,6,6 +AND,2000,6,6 +AND,2001,6,6 +AND,2002,6,6 +AND,2003,6,6 +AND,2004,6,6 +AND,2005,6,6 +AND,2006,6,6 +AND,2007,6,6 +AND,2008,6,6 +AND,2009,6,6 +AND,2010,6,6 +AND,2011,6,6 +AND,2012,6,6 +AND,2013,6,6 +AND,2014,6,6 +AND,2015,6,6 +AND,2016,6,6 +AND,2017,6,6 +AND,2018,,6 +AND,2020,, +AND,2025,, +AND,2030,, +AND,2035,, +AND,2040,, +AND,2045,, +AND,2050,, +AND,2055,, +AND,2060,, +AND,2065,, +AND,2070,, +AND,2075,, +AND,2080,, +AND,2085,, +AND,2090,, +AND,2095,, +AND,2100,, +ARE,1990,,6 +ARE,1991,,6 +ARE,1992,,6 +ARE,1993,,6 +ARE,1994,,6 +ARE,1995,,6 +ARE,1996,,6 +ARE,1997,,6 +ARE,1998,,6 +ARE,1999,6,6 +ARE,2000,6,6 +ARE,2001,6,6 +ARE,2002,6,6 +ARE,2003,6,5 +ARE,2004,6,5 +ARE,2005,6,5 +ARE,2006,6,5 +ARE,2007,6,5 +ARE,2008,6,5 +ARE,2009,6,5 +ARE,2010,6,5 +ARE,2011,6,5 +ARE,2012,6,5 +ARE,2013,6,5 +ARE,2014,6,5 +ARE,2015,6,5 +ARE,2016,6,5 +ARE,2017,6,5 +ARE,2018,,5 +ARE,2020,, +ARE,2025,, +ARE,2030,, +ARE,2035,, +ARE,2040,, +ARE,2045,, +ARE,2050,, +ARE,2055,, +ARE,2060,, +ARE,2065,, +ARE,2070,, +ARE,2075,, +ARE,2080,, +ARE,2085,, +ARE,2090,, +ARE,2095,, +ARE,2100,, +ARG,1990,,7 +ARG,1991,,7 +ARG,1992,,7 +ARG,1993,,7 +ARG,1994,,7 +ARG,1995,,7 +ARG,1996,,7 +ARG,1997,,7 +ARG,1998,5,6 +ARG,1999,5,6 +ARG,2000,5,6 +ARG,2001,5,6 +ARG,2002,5,6 +ARG,2003,5,6 +ARG,2004,5,6 +ARG,2005,5,6 +ARG,2006,5,6 +ARG,2007,5,6 +ARG,2008,5,6 +ARG,2009,5,6 +ARG,2010,5,6 +ARG,2011,5,6 +ARG,2012,5,6 +ARG,2013,5,6 +ARG,2014,5,6 +ARG,2015,4,6 +ARG,2016,4,6 +ARG,2017,4,6 +ARG,2018,4,6 +ARG,2020,, +ARG,2025,, +ARG,2030,, +ARG,2035,, +ARG,2040,, +ARG,2045,, +ARG,2050,, +ARG,2055,, +ARG,2060,, +ARG,2065,, +ARG,2070,, +ARG,2075,, +ARG,2080,, +ARG,2085,, +ARG,2090,, +ARG,2095,, +ARG,2100,, +ARM,1990,,3 +ARM,1991,,3 +ARM,1992,,3 +ARM,1993,,3 +ARM,1994,,4 +ARM,1995,,4 +ARM,1996,,4 +ARM,1997,,3 +ARM,1998,,3 +ARM,1999,7,3 +ARM,2000,7,3 +ARM,2001,6,3 +ARM,2002,6,3 +ARM,2003,6,3 +ARM,2004,6,3 +ARM,2005,6,3 +ARM,2006,6,3 +ARM,2007,6,3 +ARM,2008,6,3 +ARM,2009,6,3 +ARM,2010,6,3 +ARM,2011,6,4 +ARM,2012,6,4 +ARM,2013,6,4 +ARM,2014,6,4 +ARM,2015,6,4 +ARM,2016,6,4 +ARM,2017,6,4 +ARM,2018,,4 +ARM,2020,, +ARM,2025,, +ARM,2030,, +ARM,2035,, +ARM,2040,, +ARM,2045,, +ARM,2050,, +ARM,2055,, +ARM,2060,, +ARM,2065,, +ARM,2070,, +ARM,2075,, +ARM,2080,, +ARM,2085,, +ARM,2090,, +ARM,2095,, +ARM,2100,, +ASM,1990,,8 +ASM,1991,,8 +ASM,1992,,8 +ASM,1993,,8 +ASM,1994,,8 +ASM,1995,,8 +ASM,1996,,8 +ASM,1997,,8 +ASM,1998,,6 +ASM,1999,,6 +ASM,2000,,6 +ASM,2001,,6 +ASM,2002,,6 +ASM,2003,,6 +ASM,2004,,6 +ASM,2005,,6 +ASM,2006,,6 +ASM,2007,,6 +ASM,2008,,6 +ASM,2009,,6 +ASM,2010,,6 +ASM,2011,,6 +ASM,2012,,6 +ASM,2013,,6 +ASM,2014,,6 +ASM,2015,,6 +ASM,2016,,6 +ASM,2017,,6 +ASM,2018,,6 +ASM,2020,, +ASM,2025,, +ASM,2030,, +ASM,2035,, +ASM,2040,, +ASM,2045,, +ASM,2050,, +ASM,2055,, +ASM,2060,, +ASM,2065,, +ASM,2070,, +ASM,2075,, +ASM,2080,, +ASM,2085,, +ASM,2090,, +ASM,2095,, +ASM,2100,, +ATG,1990,,7 +ATG,1991,,7 +ATG,1992,,7 +ATG,1993,,7 +ATG,1994,,7 +ATG,1995,,7 +ATG,1996,,7 +ATG,1997,,7 +ATG,1998,5,7 +ATG,1999,5,7 +ATG,2000,5,7 +ATG,2001,5,7 +ATG,2002,5,7 +ATG,2003,5,7 +ATG,2004,5,7 +ATG,2005,5,7 +ATG,2006,5,7 +ATG,2007,5,7 +ATG,2008,5,7 +ATG,2009,5,7 +ATG,2010,5,7 +ATG,2011,5,7 +ATG,2012,5,7 +ATG,2013,5,7 +ATG,2014,5,7 +ATG,2015,5,7 +ATG,2016,5,7 +ATG,2017,5,7 +ATG,2018,,7 +ATG,2020,, +ATG,2025,, +ATG,2030,, +ATG,2035,, +ATG,2040,, +ATG,2045,, +ATG,2050,, +ATG,2055,, +ATG,2060,, +ATG,2065,, +ATG,2070,, +ATG,2075,, +ATG,2080,, +ATG,2085,, +ATG,2090,, +ATG,2095,, +ATG,2100,, +AUS,1990,,6 +AUS,1991,,6 +AUS,1992,,6 +AUS,1993,,6 +AUS,1994,,6 +AUS,1995,,7 +AUS,1996,,7 +AUS,1997,,7 +AUS,1998,6,7 +AUS,1999,6,7 +AUS,2000,6,7 +AUS,2001,6,7 +AUS,2002,6,7 +AUS,2003,6,7 +AUS,2004,6,7 +AUS,2005,6,7 +AUS,2006,6,7 +AUS,2007,6,7 +AUS,2008,6,7 +AUS,2009,6,7 +AUS,2010,6,7 +AUS,2011,6,7 +AUS,2012,6,7 +AUS,2013,6,7 +AUS,2014,6,7 +AUS,2015,6,7 +AUS,2016,6,7 +AUS,2017,6,7 +AUS,2018,6,7 +AUS,2020,, +AUS,2025,, +AUS,2030,, +AUS,2035,, +AUS,2040,, +AUS,2045,, +AUS,2050,, +AUS,2055,, +AUS,2060,, +AUS,2065,, +AUS,2070,, +AUS,2075,, +AUS,2080,, +AUS,2085,, +AUS,2090,, +AUS,2095,, +AUS,2100,, +AUT,1990,,4 +AUT,1991,,4 +AUT,1992,,4 +AUT,1993,,4 +AUT,1994,,4 +AUT,1995,,4 +AUT,1996,,4 +AUT,1997,,4 +AUT,1998,6,4 +AUT,1999,6,4 +AUT,2000,6,4 +AUT,2001,6,4 +AUT,2002,6,4 +AUT,2003,6,4 +AUT,2004,6,4 +AUT,2005,6,4 +AUT,2006,6,4 +AUT,2007,6,4 +AUT,2008,6,4 +AUT,2009,6,4 +AUT,2010,6,4 +AUT,2011,5,4 +AUT,2012,5,4 +AUT,2013,5,4 +AUT,2014,5,4 +AUT,2015,5,4 +AUT,2016,5,4 +AUT,2017,5,4 +AUT,2018,5,4 +AUT,2020,, +AUT,2025,, +AUT,2030,, +AUT,2035,, +AUT,2040,, +AUT,2045,, +AUT,2050,, +AUT,2055,, +AUT,2060,, +AUT,2065,, +AUT,2070,, +AUT,2075,, +AUT,2080,, +AUT,2085,, +AUT,2090,, +AUT,2095,, +AUT,2100,, +AZE,1990,,3 +AZE,1991,,3 +AZE,1992,,3 +AZE,1993,,3 +AZE,1994,,3 +AZE,1995,,3 +AZE,1996,,4 +AZE,1997,,4 +AZE,1998,6,4 +AZE,1999,6,4 +AZE,2000,6,4 +AZE,2001,6,4 +AZE,2002,6,4 +AZE,2003,6,4 +AZE,2004,6,4 +AZE,2005,6,4 +AZE,2006,6,4 +AZE,2007,6,4 +AZE,2008,6,4 +AZE,2009,6,4 +AZE,2010,6,4 +AZE,2011,6,4 +AZE,2012,6,4 +AZE,2013,5,4 +AZE,2014,5,4 +AZE,2015,5,4 +AZE,2016,5,4 +AZE,2017,5,4 +AZE,2018,,4 +AZE,2020,, +AZE,2025,, +AZE,2030,, +AZE,2035,, +AZE,2040,, +AZE,2045,, +AZE,2050,, +AZE,2055,, +AZE,2060,, +AZE,2065,, +AZE,2070,, +AZE,2075,, +AZE,2080,, +AZE,2085,, +AZE,2090,, +AZE,2095,, +AZE,2100,, +BDI,1990,,6 +BDI,1991,,6 +BDI,1992,,6 +BDI,1993,,6 +BDI,1994,,6 +BDI,1995,,6 +BDI,1996,,6 +BDI,1997,,6 +BDI,1998,,6 +BDI,1999,,6 +BDI,2000,,6 +BDI,2001,,6 +BDI,2002,,6 +BDI,2003,,6 +BDI,2004,,6 +BDI,2005,,6 +BDI,2006,,6 +BDI,2007,,6 +BDI,2008,,6 +BDI,2009,,6 +BDI,2010,,6 +BDI,2011,,6 +BDI,2012,,6 +BDI,2013,,6 +BDI,2014,,6 +BDI,2015,,6 +BDI,2016,,6 +BDI,2017,,6 +BDI,2018,,6 +BDI,2020,, +BDI,2025,, +BDI,2030,, +BDI,2035,, +BDI,2040,, +BDI,2045,, +BDI,2050,, +BDI,2055,, +BDI,2060,, +BDI,2065,, +BDI,2070,, +BDI,2075,, +BDI,2080,, +BDI,2085,, +BDI,2090,, +BDI,2095,, +BDI,2100,, +BEL,1990,,6 +BEL,1991,,6 +BEL,1992,,6 +BEL,1993,,6 +BEL,1994,,6 +BEL,1995,,6 +BEL,1996,,6 +BEL,1997,,6 +BEL,1998,6,6 +BEL,1999,6,6 +BEL,2000,6,6 +BEL,2001,6,6 +BEL,2002,6,6 +BEL,2003,6,6 +BEL,2004,6,6 +BEL,2005,6,6 +BEL,2006,6,6 +BEL,2007,6,6 +BEL,2008,6,6 +BEL,2009,6,6 +BEL,2010,6,6 +BEL,2011,6,6 +BEL,2012,6,6 +BEL,2013,6,6 +BEL,2014,6,6 +BEL,2015,6,6 +BEL,2016,6,6 +BEL,2017,6,6 +BEL,2018,,6 +BEL,2020,, +BEL,2025,, +BEL,2030,, +BEL,2035,, +BEL,2040,, +BEL,2045,, +BEL,2050,, +BEL,2055,, +BEL,2060,, +BEL,2065,, +BEL,2070,, +BEL,2075,, +BEL,2080,, +BEL,2085,, +BEL,2090,, +BEL,2095,, +BEL,2100,, +BEN,1990,,6 +BEN,1991,,6 +BEN,1992,,6 +BEN,1993,,6 +BEN,1994,,6 +BEN,1995,,6 +BEN,1996,,6 +BEN,1997,,6 +BEN,1998,6,6 +BEN,1999,6,6 +BEN,2000,6,6 +BEN,2001,6,6 +BEN,2002,6,6 +BEN,2003,6,6 +BEN,2004,6,6 +BEN,2005,6,6 +BEN,2006,6,6 +BEN,2007,6,6 +BEN,2008,6,6 +BEN,2009,6,6 +BEN,2010,6,6 +BEN,2011,6,6 +BEN,2012,6,6 +BEN,2013,6,6 +BEN,2014,6,6 +BEN,2015,6,6 +BEN,2016,6,6 +BEN,2017,6,6 +BEN,2018,,6 +BEN,2020,, +BEN,2025,, +BEN,2030,, +BEN,2035,, +BEN,2040,, +BEN,2045,, +BEN,2050,, +BEN,2055,, +BEN,2060,, +BEN,2065,, +BEN,2070,, +BEN,2075,, +BEN,2080,, +BEN,2085,, +BEN,2090,, +BEN,2095,, +BEN,2100,, +BFA,1990,,6 +BFA,1991,,6 +BFA,1992,,6 +BFA,1993,,6 +BFA,1994,,6 +BFA,1995,,6 +BFA,1996,,6 +BFA,1997,,6 +BFA,1998,6,6 +BFA,1999,6,6 +BFA,2000,6,6 +BFA,2001,6,6 +BFA,2002,6,6 +BFA,2003,6,6 +BFA,2004,6,6 +BFA,2005,6,6 +BFA,2006,6,6 +BFA,2007,6,6 +BFA,2008,6,6 +BFA,2009,6,6 +BFA,2010,6,6 +BFA,2011,6,6 +BFA,2012,6,6 +BFA,2013,6,6 +BFA,2014,6,6 +BFA,2015,6,6 +BFA,2016,6,6 +BFA,2017,6,6 +BFA,2018,,6 +BFA,2020,, +BFA,2025,, +BFA,2030,, +BFA,2035,, +BFA,2040,, +BFA,2045,, +BFA,2050,, +BFA,2055,, +BFA,2060,, +BFA,2065,, +BFA,2070,, +BFA,2075,, +BFA,2080,, +BFA,2085,, +BFA,2090,, +BFA,2095,, +BFA,2100,, +BGD,1990,,5 +BGD,1991,,5 +BGD,1992,,5 +BGD,1993,,5 +BGD,1994,,5 +BGD,1995,,5 +BGD,1996,,5 +BGD,1997,,5 +BGD,1998,6,5 +BGD,1999,6,5 +BGD,2000,6,5 +BGD,2001,6,5 +BGD,2002,6,5 +BGD,2003,6,5 +BGD,2004,6,5 +BGD,2005,6,5 +BGD,2006,6,5 +BGD,2007,6,5 +BGD,2008,6,5 +BGD,2009,6,5 +BGD,2010,6,5 +BGD,2011,6,5 +BGD,2012,6,5 +BGD,2013,6,5 +BGD,2014,6,5 +BGD,2015,6,5 +BGD,2016,6,5 +BGD,2017,6,5 +BGD,2018,6,5 +BGD,2020,, +BGD,2025,, +BGD,2030,, +BGD,2035,, +BGD,2040,, +BGD,2045,, +BGD,2050,, +BGD,2055,, +BGD,2060,, +BGD,2065,, +BGD,2070,, +BGD,2075,, +BGD,2080,, +BGD,2085,, +BGD,2090,, +BGD,2095,, +BGD,2100,, +BGR,1990,,4 +BGR,1991,,4 +BGR,1992,,4 +BGR,1993,,4 +BGR,1994,,4 +BGR,1995,,4 +BGR,1996,,4 +BGR,1997,,4 +BGR,1998,7,4 +BGR,1999,7,4 +BGR,2000,7,4 +BGR,2001,7,4 +BGR,2002,7,4 +BGR,2003,7,4 +BGR,2004,7,4 +BGR,2005,7,4 +BGR,2006,7,4 +BGR,2007,7,4 +BGR,2008,7,4 +BGR,2009,7,4 +BGR,2010,7,4 +BGR,2011,5,4 +BGR,2012,5,4 +BGR,2013,5,4 +BGR,2014,5,4 +BGR,2015,5,4 +BGR,2016,5,4 +BGR,2017,5,4 +BGR,2018,,4 +BGR,2020,, +BGR,2025,, +BGR,2030,, +BGR,2035,, +BGR,2040,, +BGR,2045,, +BGR,2050,, +BGR,2055,, +BGR,2060,, +BGR,2065,, +BGR,2070,, +BGR,2075,, +BGR,2080,, +BGR,2085,, +BGR,2090,, +BGR,2095,, +BGR,2100,, +BHR,1990,,6 +BHR,1991,,6 +BHR,1992,,6 +BHR,1993,,6 +BHR,1994,,6 +BHR,1995,,6 +BHR,1996,,6 +BHR,1997,,6 +BHR,1998,,6 +BHR,1999,,6 +BHR,2000,,6 +BHR,2001,,6 +BHR,2002,,6 +BHR,2003,,6 +BHR,2004,6,6 +BHR,2005,6,6 +BHR,2006,6,6 +BHR,2007,6,6 +BHR,2008,6,6 +BHR,2009,6,6 +BHR,2010,6,6 +BHR,2011,6,6 +BHR,2012,6,6 +BHR,2013,6,6 +BHR,2014,6,6 +BHR,2015,6,6 +BHR,2016,6,6 +BHR,2017,6,6 +BHR,2018,,6 +BHR,2020,, +BHR,2025,, +BHR,2030,, +BHR,2035,, +BHR,2040,, +BHR,2045,, +BHR,2050,, +BHR,2055,, +BHR,2060,, +BHR,2065,, +BHR,2070,, +BHR,2075,, +BHR,2080,, +BHR,2085,, +BHR,2090,, +BHR,2095,, +BHR,2100,, +BHS,1990,,6 +BHS,1991,,6 +BHS,1992,,6 +BHS,1993,,6 +BHS,1994,,6 +BHS,1995,,6 +BHS,1996,,6 +BHS,1997,,6 +BHS,1998,5,6 +BHS,1999,5,6 +BHS,2000,5,6 +BHS,2001,5,6 +BHS,2002,5,6 +BHS,2003,5,6 +BHS,2004,5,6 +BHS,2005,5,6 +BHS,2006,5,6 +BHS,2007,5,6 +BHS,2008,5,6 +BHS,2009,5,6 +BHS,2010,5,6 +BHS,2011,5,6 +BHS,2012,5,6 +BHS,2013,5,6 +BHS,2014,5,6 +BHS,2015,5,6 +BHS,2016,5,6 +BHS,2017,5,6 +BHS,2018,,6 +BHS,2020,, +BHS,2025,, +BHS,2030,, +BHS,2035,, +BHS,2040,, +BHS,2045,, +BHS,2050,, +BHS,2055,, +BHS,2060,, +BHS,2065,, +BHS,2070,, +BHS,2075,, +BHS,2080,, +BHS,2085,, +BHS,2090,, +BHS,2095,, +BHS,2100,, +BIH,1990,,4 +BIH,1991,,4 +BIH,1992,,4 +BIH,1993,,4 +BIH,1994,,4 +BIH,1995,,4 +BIH,1996,,4 +BIH,1997,,4 +BIH,1998,6,4 +BIH,1999,6,4 +BIH,2000,6,4 +BIH,2001,6,4 +BIH,2002,6,4 +BIH,2003,6,4 +BIH,2004,6,4 +BIH,2005,6,4 +BIH,2006,6,4 +BIH,2007,6,4 +BIH,2008,6,4 +BIH,2009,6,4 +BIH,2010,6,5 +BIH,2011,6,5 +BIH,2012,6,5 +BIH,2013,6,5 +BIH,2014,6,5 +BIH,2015,6,5 +BIH,2016,6,5 +BIH,2017,6,5 +BIH,2018,,5 +BIH,2020,, +BIH,2025,, +BIH,2030,, +BIH,2035,, +BIH,2040,, +BIH,2045,, +BIH,2050,, +BIH,2055,, +BIH,2060,, +BIH,2065,, +BIH,2070,, +BIH,2075,, +BIH,2080,, +BIH,2085,, +BIH,2090,, +BIH,2095,, +BIH,2100,, +BLR,1990,,6 +BLR,1991,,4 +BLR,1992,,4 +BLR,1993,,4 +BLR,1994,,4 +BLR,1995,,4 +BLR,1996,,4 +BLR,1997,,4 +BLR,1998,6,4 +BLR,1999,6,4 +BLR,2000,6,4 +BLR,2001,6,4 +BLR,2002,6,4 +BLR,2003,6,4 +BLR,2004,6,4 +BLR,2005,6,4 +BLR,2006,6,4 +BLR,2007,6,4 +BLR,2008,6,4 +BLR,2009,6,4 +BLR,2010,6,4 +BLR,2011,6,4 +BLR,2012,6,4 +BLR,2013,6,4 +BLR,2014,6,4 +BLR,2015,6,4 +BLR,2016,6,4 +BLR,2017,6,4 +BLR,2018,,4 +BLR,2020,, +BLR,2025,, +BLR,2030,, +BLR,2035,, +BLR,2040,, +BLR,2045,, +BLR,2050,, +BLR,2055,, +BLR,2060,, +BLR,2065,, +BLR,2070,, +BLR,2075,, +BLR,2080,, +BLR,2085,, +BLR,2090,, +BLR,2095,, +BLR,2100,, +BLZ,1990,,6 +BLZ,1991,,6 +BLZ,1992,,6 +BLZ,1993,,6 +BLZ,1994,,6 +BLZ,1995,,6 +BLZ,1996,,6 +BLZ,1997,,6 +BLZ,1998,5,6 +BLZ,1999,5,6 +BLZ,2000,5,6 +BLZ,2001,5,6 +BLZ,2002,5,6 +BLZ,2003,5,6 +BLZ,2004,5,6 +BLZ,2005,5,6 +BLZ,2006,5,6 +BLZ,2007,5,6 +BLZ,2008,5,6 +BLZ,2009,5,6 +BLZ,2010,5,6 +BLZ,2011,5,6 +BLZ,2012,5,6 +BLZ,2013,5,6 +BLZ,2014,5,6 +BLZ,2015,5,6 +BLZ,2016,5,6 +BLZ,2017,5,6 +BLZ,2018,,6 +BLZ,2020,, +BLZ,2025,, +BLZ,2030,, +BLZ,2035,, +BLZ,2040,, +BLZ,2045,, +BLZ,2050,, +BLZ,2055,, +BLZ,2060,, +BLZ,2065,, +BLZ,2070,, +BLZ,2075,, +BLZ,2080,, +BLZ,2085,, +BLZ,2090,, +BLZ,2095,, +BLZ,2100,, +BMU,1990,,7 +BMU,1991,,7 +BMU,1992,,7 +BMU,1993,,7 +BMU,1994,,7 +BMU,1995,,7 +BMU,1996,,7 +BMU,1997,,6 +BMU,1998,5,6 +BMU,1999,5,6 +BMU,2000,5,6 +BMU,2001,5,6 +BMU,2002,5,6 +BMU,2003,5,6 +BMU,2004,5,6 +BMU,2005,5,6 +BMU,2006,5,6 +BMU,2007,5,6 +BMU,2008,5,6 +BMU,2009,5,6 +BMU,2010,5,6 +BMU,2011,5,6 +BMU,2012,5,6 +BMU,2013,5,6 +BMU,2014,5,6 +BMU,2015,5,6 +BMU,2016,5,6 +BMU,2017,5,6 +BMU,2018,,6 +BMU,2020,, +BMU,2025,, +BMU,2030,, +BMU,2035,, +BMU,2040,, +BMU,2045,, +BMU,2050,, +BMU,2055,, +BMU,2060,, +BMU,2065,, +BMU,2070,, +BMU,2075,, +BMU,2080,, +BMU,2085,, +BMU,2090,, +BMU,2095,, +BMU,2100,, +BOL,1990,,6 +BOL,1991,,6 +BOL,1992,,6 +BOL,1993,,6 +BOL,1994,,6 +BOL,1995,,6 +BOL,1996,,6 +BOL,1997,,6 +BOL,1998,6,6 +BOL,1999,6,6 +BOL,2000,6,6 +BOL,2001,6,6 +BOL,2002,6,6 +BOL,2003,6,6 +BOL,2004,6,6 +BOL,2005,6,6 +BOL,2006,6,6 +BOL,2007,6,6 +BOL,2008,6,6 +BOL,2009,4,6 +BOL,2010,4,6 +BOL,2011,4,6 +BOL,2012,4,6 +BOL,2013,4,6 +BOL,2014,4,6 +BOL,2015,4,6 +BOL,2016,4,6 +BOL,2017,4,6 +BOL,2018,4,6 +BOL,2020,, +BOL,2025,, +BOL,2030,, +BOL,2035,, +BOL,2040,, +BOL,2045,, +BOL,2050,, +BOL,2055,, +BOL,2060,, +BOL,2065,, +BOL,2070,, +BOL,2075,, +BOL,2080,, +BOL,2085,, +BOL,2090,, +BOL,2095,, +BOL,2100,, +BRA,1990,,4 +BRA,1991,,4 +BRA,1992,,4 +BRA,1993,,4 +BRA,1994,,4 +BRA,1995,,4 +BRA,1996,,4 +BRA,1997,,4 +BRA,1998,7,4 +BRA,1999,7,4 +BRA,2000,7,4 +BRA,2001,7,4 +BRA,2002,7,4 +BRA,2003,7,4 +BRA,2004,7,4 +BRA,2005,7,4 +BRA,2006,6,4 +BRA,2007,6,4 +BRA,2008,6,4 +BRA,2009,6,4 +BRA,2010,6,4 +BRA,2011,6,4 +BRA,2012,6,4 +BRA,2013,4,5 +BRA,2014,4,5 +BRA,2015,4,5 +BRA,2016,4,5 +BRA,2017,4,5 +BRA,2018,4,5 +BRA,2020,, +BRA,2025,, +BRA,2030,, +BRA,2035,, +BRA,2040,, +BRA,2045,, +BRA,2050,, +BRA,2055,, +BRA,2060,, +BRA,2065,, +BRA,2070,, +BRA,2075,, +BRA,2080,, +BRA,2085,, +BRA,2090,, +BRA,2095,, +BRA,2100,, +BRB,1990,,6 +BRB,1991,,6 +BRB,1992,,6 +BRB,1993,,6 +BRB,1994,,6 +BRB,1995,,6 +BRB,1996,,6 +BRB,1997,,6 +BRB,1998,5,6 +BRB,1999,5,6 +BRB,2000,5,6 +BRB,2001,5,6 +BRB,2002,5,6 +BRB,2003,5,6 +BRB,2004,5,6 +BRB,2005,5,6 +BRB,2006,5,6 +BRB,2007,5,6 +BRB,2008,5,6 +BRB,2009,5,6 +BRB,2010,5,6 +BRB,2011,5,6 +BRB,2012,5,6 +BRB,2013,5,6 +BRB,2014,5,6 +BRB,2015,5,6 +BRB,2016,5,6 +BRB,2017,5,6 +BRB,2018,,6 +BRB,2020,, +BRB,2025,, +BRB,2030,, +BRB,2035,, +BRB,2040,, +BRB,2045,, +BRB,2050,, +BRB,2055,, +BRB,2060,, +BRB,2065,, +BRB,2070,, +BRB,2075,, +BRB,2080,, +BRB,2085,, +BRB,2090,, +BRB,2095,, +BRB,2100,, +BRN,1990,,6 +BRN,1991,,6 +BRN,1992,,6 +BRN,1993,,6 +BRN,1994,,6 +BRN,1995,,6 +BRN,1996,,6 +BRN,1997,,6 +BRN,1998,,6 +BRN,1999,,6 +BRN,2000,,6 +BRN,2001,,6 +BRN,2002,,6 +BRN,2003,,6 +BRN,2004,,6 +BRN,2005,,6 +BRN,2006,,6 +BRN,2007,6,6 +BRN,2008,6,6 +BRN,2009,6,6 +BRN,2010,6,6 +BRN,2011,6,6 +BRN,2012,6,6 +BRN,2013,6,6 +BRN,2014,6,6 +BRN,2015,6,6 +BRN,2016,6,6 +BRN,2017,6,6 +BRN,2018,,6 +BRN,2020,, +BRN,2025,, +BRN,2030,, +BRN,2035,, +BRN,2040,, +BRN,2045,, +BRN,2050,, +BRN,2055,, +BRN,2060,, +BRN,2065,, +BRN,2070,, +BRN,2075,, +BRN,2080,, +BRN,2085,, +BRN,2090,, +BRN,2095,, +BRN,2100,, +BTN,1990,,7 +BTN,1991,,7 +BTN,1992,,7 +BTN,1993,,7 +BTN,1994,,7 +BTN,1995,,7 +BTN,1996,,7 +BTN,1997,,7 +BTN,1998,,7 +BTN,1999,,7 +BTN,2000,,7 +BTN,2001,,7 +BTN,2002,,7 +BTN,2003,,7 +BTN,2004,,7 +BTN,2005,,7 +BTN,2006,,7 +BTN,2007,,7 +BTN,2008,,7 +BTN,2009,,7 +BTN,2010,,7 +BTN,2011,,7 +BTN,2012,,7 +BTN,2013,,7 +BTN,2014,,7 +BTN,2015,,7 +BTN,2016,,7 +BTN,2017,,7 +BTN,2018,,7 +BTN,2020,, +BTN,2025,, +BTN,2030,, +BTN,2035,, +BTN,2040,, +BTN,2045,, +BTN,2050,, +BTN,2055,, +BTN,2060,, +BTN,2065,, +BTN,2070,, +BTN,2075,, +BTN,2080,, +BTN,2085,, +BTN,2090,, +BTN,2095,, +BTN,2100,, +BWA,1990,,7 +BWA,1991,,7 +BWA,1992,,7 +BWA,1993,,7 +BWA,1994,,7 +BWA,1995,,7 +BWA,1996,,7 +BWA,1997,,7 +BWA,1998,,7 +BWA,1999,,7 +BWA,2000,,7 +BWA,2001,,7 +BWA,2002,,7 +BWA,2003,,7 +BWA,2004,,7 +BWA,2005,,7 +BWA,2006,,7 +BWA,2007,,7 +BWA,2008,,7 +BWA,2009,,7 +BWA,2010,,7 +BWA,2011,,7 +BWA,2012,,7 +BWA,2013,,7 +BWA,2014,,7 +BWA,2015,,7 +BWA,2016,,7 +BWA,2017,,7 +BWA,2018,,7 +BWA,2020,, +BWA,2025,, +BWA,2030,, +BWA,2035,, +BWA,2040,, +BWA,2045,, +BWA,2050,, +BWA,2055,, +BWA,2060,, +BWA,2065,, +BWA,2070,, +BWA,2075,, +BWA,2080,, +BWA,2085,, +BWA,2090,, +BWA,2095,, +BWA,2100,, +CAF,1990,,6 +CAF,1991,,6 +CAF,1992,,6 +CAF,1993,,6 +CAF,1994,,6 +CAF,1995,,6 +CAF,1996,,6 +CAF,1997,,6 +CAF,1998,6,6 +CAF,1999,6,6 +CAF,2000,6,6 +CAF,2001,6,6 +CAF,2002,6,6 +CAF,2003,6,6 +CAF,2004,6,6 +CAF,2005,6,6 +CAF,2006,6,6 +CAF,2007,6,6 +CAF,2008,6,6 +CAF,2009,6,6 +CAF,2010,6,6 +CAF,2011,6,6 +CAF,2012,6,6 +CAF,2013,6,6 +CAF,2014,6,6 +CAF,2015,6,6 +CAF,2016,6,6 +CAF,2017,6,6 +CAF,2018,,6 +CAF,2020,, +CAF,2025,, +CAF,2030,, +CAF,2035,, +CAF,2040,, +CAF,2045,, +CAF,2050,, +CAF,2055,, +CAF,2060,, +CAF,2065,, +CAF,2070,, +CAF,2075,, +CAF,2080,, +CAF,2085,, +CAF,2090,, +CAF,2095,, +CAF,2100,, +CAN,1990,,6 +CAN,1991,,6 +CAN,1992,,6 +CAN,1993,,6 +CAN,1994,,6 +CAN,1995,,6 +CAN,1996,,6 +CAN,1997,,6 +CAN,1998,6,6 +CAN,1999,6,6 +CAN,2000,6,6 +CAN,2001,6,6 +CAN,2002,6,6 +CAN,2003,6,6 +CAN,2004,6,6 +CAN,2005,6,6 +CAN,2006,6,6 +CAN,2007,6,6 +CAN,2008,6,6 +CAN,2009,6,6 +CAN,2010,6,6 +CAN,2011,6,6 +CAN,2012,6,6 +CAN,2013,6,6 +CAN,2014,6,6 +CAN,2015,6,6 +CAN,2016,6,6 +CAN,2017,6,6 +CAN,2018,6,6 +CAN,2020,, +CAN,2025,, +CAN,2030,, +CAN,2035,, +CAN,2040,, +CAN,2045,, +CAN,2050,, +CAN,2055,, +CAN,2060,, +CAN,2065,, +CAN,2070,, +CAN,2075,, +CAN,2080,, +CAN,2085,, +CAN,2090,, +CAN,2095,, +CAN,2100,, +CHE,1990,,6 +CHE,1991,,6 +CHE,1992,,6 +CHE,1993,,6 +CHE,1994,,6 +CHE,1995,,6 +CHE,1996,,6 +CHE,1997,,6 +CHE,1998,5,6 +CHE,1999,5,6 +CHE,2000,5,6 +CHE,2001,5,6 +CHE,2002,5,6 +CHE,2003,5,6 +CHE,2004,5,6 +CHE,2005,5,6 +CHE,2006,5,6 +CHE,2007,5,6 +CHE,2008,5,6 +CHE,2009,5,6 +CHE,2010,5,6 +CHE,2011,5,6 +CHE,2012,5,6 +CHE,2013,5,6 +CHE,2014,5,6 +CHE,2015,5,6 +CHE,2016,5,6 +CHE,2017,5,6 +CHE,2018,5,6 +CHE,2020,, +CHE,2025,, +CHE,2030,, +CHE,2035,, +CHE,2040,, +CHE,2045,, +CHE,2050,, +CHE,2055,, +CHE,2060,, +CHE,2065,, +CHE,2070,, +CHE,2075,, +CHE,2080,, +CHE,2085,, +CHE,2090,, +CHE,2095,, +CHE,2100,, +CHI,1990,, +CHI,1991,, +CHI,1992,, +CHI,1993,, +CHI,1994,, +CHI,1995,, +CHI,1996,, +CHI,1997,, +CHI,1998,, +CHI,1999,, +CHI,2000,, +CHI,2001,, +CHI,2002,, +CHI,2003,, +CHI,2004,, +CHI,2005,, +CHI,2006,, +CHI,2007,, +CHI,2008,, +CHI,2009,, +CHI,2010,, +CHI,2011,, +CHI,2012,, +CHI,2013,, +CHI,2014,, +CHI,2015,, +CHI,2016,, +CHI,2017,, +CHI,2018,, +CHI,2020,, +CHI,2025,, +CHI,2030,, +CHI,2035,, +CHI,2040,, +CHI,2045,, +CHI,2050,, +CHI,2055,, +CHI,2060,, +CHI,2065,, +CHI,2070,, +CHI,2075,, +CHI,2080,, +CHI,2085,, +CHI,2090,, +CHI,2095,, +CHI,2100,, +CHL,1990,,6 +CHL,1991,,6 +CHL,1992,,6 +CHL,1993,,6 +CHL,1994,,6 +CHL,1995,,6 +CHL,1996,,6 +CHL,1997,,8 +CHL,1998,6,6 +CHL,1999,6,6 +CHL,2000,6,6 +CHL,2001,6,6 +CHL,2002,6,6 +CHL,2003,6,6 +CHL,2004,6,6 +CHL,2005,6,6 +CHL,2006,6,6 +CHL,2007,6,6 +CHL,2008,6,6 +CHL,2009,6,6 +CHL,2010,6,6 +CHL,2011,6,6 +CHL,2012,6,6 +CHL,2013,5,6 +CHL,2014,5,6 +CHL,2015,5,6 +CHL,2016,5,6 +CHL,2017,5,6 +CHL,2018,5,6 +CHL,2020,, +CHL,2025,, +CHL,2030,, +CHL,2035,, +CHL,2040,, +CHL,2045,, +CHL,2050,, +CHL,2055,, +CHL,2060,, +CHL,2065,, +CHL,2070,, +CHL,2075,, +CHL,2080,, +CHL,2085,, +CHL,2090,, +CHL,2095,, +CHL,2100,, +CHN,1990,,5 +CHN,1991,,5 +CHN,1992,,5 +CHN,1993,,5 +CHN,1994,,5 +CHN,1995,,5 +CHN,1996,,5 +CHN,1997,,5 +CHN,1998,7,5 +CHN,1999,7,5 +CHN,2000,7,5 +CHN,2001,7,5 +CHN,2002,7,5 +CHN,2003,7,5 +CHN,2004,6,6 +CHN,2005,6,6 +CHN,2006,6,6 +CHN,2007,6,6 +CHN,2008,6,6 +CHN,2009,6,6 +CHN,2010,6,6 +CHN,2011,6,6 +CHN,2012,6,6 +CHN,2013,6,6 +CHN,2014,6,6 +CHN,2015,6,6 +CHN,2016,6,6 +CHN,2017,6,6 +CHN,2018,,6 +CHN,2020,, +CHN,2025,, +CHN,2030,, +CHN,2035,, +CHN,2040,, +CHN,2045,, +CHN,2050,, +CHN,2055,, +CHN,2060,, +CHN,2065,, +CHN,2070,, +CHN,2075,, +CHN,2080,, +CHN,2085,, +CHN,2090,, +CHN,2095,, +CHN,2100,, +CIV,1990,,6 +CIV,1991,,6 +CIV,1992,,6 +CIV,1993,,6 +CIV,1994,,6 +CIV,1995,,6 +CIV,1996,,6 +CIV,1997,,6 +CIV,1998,6,6 +CIV,1999,6,6 +CIV,2000,6,6 +CIV,2001,6,6 +CIV,2002,6,6 +CIV,2003,6,6 +CIV,2004,6,6 +CIV,2005,6,6 +CIV,2006,6,6 +CIV,2007,6,6 +CIV,2008,6,6 +CIV,2009,6,6 +CIV,2010,6,6 +CIV,2011,6,6 +CIV,2012,6,6 +CIV,2013,6,6 +CIV,2014,6,6 +CIV,2015,6,6 +CIV,2016,6,6 +CIV,2017,6,6 +CIV,2018,,6 +CIV,2020,, +CIV,2025,, +CIV,2030,, +CIV,2035,, +CIV,2040,, +CIV,2045,, +CIV,2050,, +CIV,2055,, +CIV,2060,, +CIV,2065,, +CIV,2070,, +CIV,2075,, +CIV,2080,, +CIV,2085,, +CIV,2090,, +CIV,2095,, +CIV,2100,, +CMR,1990,,6 +CMR,1991,,6 +CMR,1992,,6 +CMR,1993,,6 +CMR,1994,,6 +CMR,1995,,6 +CMR,1996,,6 +CMR,1997,,6 +CMR,1998,6,6 +CMR,1999,6,6 +CMR,2000,6,6 +CMR,2001,6,6 +CMR,2002,6,6 +CMR,2003,6,6 +CMR,2004,6,6 +CMR,2005,6,6 +CMR,2006,6,6 +CMR,2007,6,6 +CMR,2008,6,6 +CMR,2009,6,6 +CMR,2010,6,6 +CMR,2011,6,6 +CMR,2012,6,6 +CMR,2013,6,6 +CMR,2014,6,6 +CMR,2015,6,6 +CMR,2016,6,6 +CMR,2017,6,6 +CMR,2018,,6 +CMR,2020,, +CMR,2025,, +CMR,2030,, +CMR,2035,, +CMR,2040,, +CMR,2045,, +CMR,2050,, +CMR,2055,, +CMR,2060,, +CMR,2065,, +CMR,2070,, +CMR,2075,, +CMR,2080,, +CMR,2085,, +CMR,2090,, +CMR,2095,, +CMR,2100,, +COD,1990,,6 +COD,1991,,6 +COD,1992,,6 +COD,1993,,6 +COD,1994,,6 +COD,1995,,6 +COD,1996,,6 +COD,1997,,6 +COD,1998,6,6 +COD,1999,6,6 +COD,2000,6,6 +COD,2001,6,6 +COD,2002,6,6 +COD,2003,6,6 +COD,2004,6,6 +COD,2005,6,6 +COD,2006,6,6 +COD,2007,6,6 +COD,2008,6,6 +COD,2009,6,6 +COD,2010,6,6 +COD,2011,6,6 +COD,2012,6,6 +COD,2013,6,6 +COD,2014,6,6 +COD,2015,6,6 +COD,2016,6,6 +COD,2017,6,6 +COD,2018,,6 +COD,2020,, +COD,2025,, +COD,2030,, +COD,2035,, +COD,2040,, +COD,2045,, +COD,2050,, +COD,2055,, +COD,2060,, +COD,2065,, +COD,2070,, +COD,2075,, +COD,2080,, +COD,2085,, +COD,2090,, +COD,2095,, +COD,2100,, +COG,1990,,6 +COG,1991,,6 +COG,1992,,6 +COG,1993,,6 +COG,1994,,6 +COG,1995,,6 +COG,1996,,6 +COG,1997,,6 +COG,1998,6,6 +COG,1999,6,6 +COG,2000,6,6 +COG,2001,6,6 +COG,2002,6,6 +COG,2003,6,6 +COG,2004,6,6 +COG,2005,6,6 +COG,2006,6,6 +COG,2007,6,6 +COG,2008,6,6 +COG,2009,6,6 +COG,2010,6,6 +COG,2011,6,6 +COG,2012,6,6 +COG,2013,6,6 +COG,2014,6,6 +COG,2015,6,6 +COG,2016,6,6 +COG,2017,6,6 +COG,2018,,6 +COG,2020,, +COG,2025,, +COG,2030,, +COG,2035,, +COG,2040,, +COG,2045,, +COG,2050,, +COG,2055,, +COG,2060,, +COG,2065,, +COG,2070,, +COG,2075,, +COG,2080,, +COG,2085,, +COG,2090,, +COG,2095,, +COG,2100,, +COL,1990,,5 +COL,1991,,5 +COL,1992,,5 +COL,1993,,5 +COL,1994,,5 +COL,1995,,5 +COL,1996,,5 +COL,1997,,5 +COL,1998,5,5 +COL,1999,5,5 +COL,2000,5,5 +COL,2001,5,5 +COL,2002,5,5 +COL,2003,5,5 +COL,2004,5,5 +COL,2005,5,5 +COL,2006,5,5 +COL,2007,5,5 +COL,2008,5,5 +COL,2009,5,5 +COL,2010,5,5 +COL,2011,5,5 +COL,2012,5,5 +COL,2013,5,5 +COL,2014,5,5 +COL,2015,5,5 +COL,2016,5,5 +COL,2017,5,5 +COL,2018,5,5 +COL,2020,, +COL,2025,, +COL,2030,, +COL,2035,, +COL,2040,, +COL,2045,, +COL,2050,, +COL,2055,, +COL,2060,, +COL,2065,, +COL,2070,, +COL,2075,, +COL,2080,, +COL,2085,, +COL,2090,, +COL,2095,, +COL,2100,, +COM,1990,,6 +COM,1991,,6 +COM,1992,,6 +COM,1993,,6 +COM,1994,,6 +COM,1995,6,6 +COM,1996,6,6 +COM,1997,6,6 +COM,1998,6,6 +COM,1999,6,6 +COM,2000,6,6 +COM,2001,6,6 +COM,2002,6,6 +COM,2003,6,6 +COM,2004,6,6 +COM,2005,6,6 +COM,2006,6,6 +COM,2007,6,6 +COM,2008,6,6 +COM,2009,6,6 +COM,2010,6,6 +COM,2011,6,6 +COM,2012,6,6 +COM,2013,6,6 +COM,2014,6,6 +COM,2015,6,6 +COM,2016,6,6 +COM,2017,6,6 +COM,2018,,6 +COM,2020,, +COM,2025,, +COM,2030,, +COM,2035,, +COM,2040,, +COM,2045,, +COM,2050,, +COM,2055,, +COM,2060,, +COM,2065,, +COM,2070,, +COM,2075,, +COM,2080,, +COM,2085,, +COM,2090,, +COM,2095,, +COM,2100,, +CPV,1990,,6 +CPV,1991,,6 +CPV,1992,,6 +CPV,1993,,6 +CPV,1994,,6 +CPV,1995,,6 +CPV,1996,,6 +CPV,1997,,6 +CPV,1998,6,6 +CPV,1999,6,6 +CPV,2000,6,6 +CPV,2001,6,6 +CPV,2002,6,6 +CPV,2003,6,6 +CPV,2004,6,6 +CPV,2005,6,6 +CPV,2006,6,6 +CPV,2007,6,6 +CPV,2008,6,6 +CPV,2009,6,6 +CPV,2010,6,6 +CPV,2011,6,6 +CPV,2012,6,6 +CPV,2013,6,6 +CPV,2014,6,6 +CPV,2015,6,6 +CPV,2016,6,6 +CPV,2017,6,6 +CPV,2018,,6 +CPV,2020,, +CPV,2025,, +CPV,2030,, +CPV,2035,, +CPV,2040,, +CPV,2045,, +CPV,2050,, +CPV,2055,, +CPV,2060,, +CPV,2065,, +CPV,2070,, +CPV,2075,, +CPV,2080,, +CPV,2085,, +CPV,2090,, +CPV,2095,, +CPV,2100,, +CRI,1990,,6 +CRI,1991,,6 +CRI,1992,,6 +CRI,1993,,6 +CRI,1994,,6 +CRI,1995,,6 +CRI,1996,,6 +CRI,1997,,6 +CRI,1998,4,6 +CRI,1999,4,6 +CRI,2000,4,6 +CRI,2001,4,6 +CRI,2002,4,6 +CRI,2003,4,6 +CRI,2004,4,6 +CRI,2005,4,6 +CRI,2006,4,6 +CRI,2007,4,6 +CRI,2008,4,6 +CRI,2009,4,6 +CRI,2010,4,6 +CRI,2011,4,6 +CRI,2012,4,6 +CRI,2013,4,6 +CRI,2014,4,6 +CRI,2015,4,6 +CRI,2016,4,6 +CRI,2017,4,6 +CRI,2018,4,6 +CRI,2020,, +CRI,2025,, +CRI,2030,, +CRI,2035,, +CRI,2040,, +CRI,2045,, +CRI,2050,, +CRI,2055,, +CRI,2060,, +CRI,2065,, +CRI,2070,, +CRI,2075,, +CRI,2080,, +CRI,2085,, +CRI,2090,, +CRI,2095,, +CRI,2100,, +CUB,1990,,6 +CUB,1991,,6 +CUB,1992,,6 +CUB,1993,,6 +CUB,1994,,6 +CUB,1995,,6 +CUB,1996,,6 +CUB,1997,,6 +CUB,1998,6,6 +CUB,1999,6,6 +CUB,2000,6,6 +CUB,2001,6,6 +CUB,2002,6,6 +CUB,2003,6,6 +CUB,2004,6,6 +CUB,2005,6,6 +CUB,2006,6,6 +CUB,2007,6,6 +CUB,2008,6,6 +CUB,2009,6,6 +CUB,2010,6,6 +CUB,2011,6,6 +CUB,2012,6,6 +CUB,2013,6,6 +CUB,2014,6,6 +CUB,2015,6,6 +CUB,2016,6,6 +CUB,2017,6,6 +CUB,2018,,6 +CUB,2020,, +CUB,2025,, +CUB,2030,, +CUB,2035,, +CUB,2040,, +CUB,2045,, +CUB,2050,, +CUB,2055,, +CUB,2060,, +CUB,2065,, +CUB,2070,, +CUB,2075,, +CUB,2080,, +CUB,2085,, +CUB,2090,, +CUB,2095,, +CUB,2100,, +CUW,1990,, +CUW,1991,, +CUW,1992,, +CUW,1993,, +CUW,1994,, +CUW,1995,, +CUW,1996,, +CUW,1997,, +CUW,1998,6, +CUW,1999,6,6 +CUW,2000,6,6 +CUW,2001,6,6 +CUW,2002,6,6 +CUW,2003,6,6 +CUW,2004,6,6 +CUW,2005,6,6 +CUW,2006,6,6 +CUW,2007,4,6 +CUW,2008,4,6 +CUW,2009,4,6 +CUW,2010,4,6 +CUW,2011,4,6 +CUW,2012,4,6 +CUW,2013,4,6 +CUW,2014,4,6 +CUW,2015,4,6 +CUW,2016,4,6 +CUW,2017,4,6 +CUW,2018,,6 +CUW,2020,, +CUW,2025,, +CUW,2030,, +CUW,2035,, +CUW,2040,, +CUW,2045,, +CUW,2050,, +CUW,2055,, +CUW,2060,, +CUW,2065,, +CUW,2070,, +CUW,2075,, +CUW,2080,, +CUW,2085,, +CUW,2090,, +CUW,2095,, +CUW,2100,, +CYM,1990,,6 +CYM,1991,,6 +CYM,1992,,6 +CYM,1993,,6 +CYM,1994,,6 +CYM,1995,,6 +CYM,1996,,6 +CYM,1997,,6 +CYM,1998,4,6 +CYM,1999,4,6 +CYM,2000,4,6 +CYM,2001,4,6 +CYM,2002,4,6 +CYM,2003,4,6 +CYM,2004,4,6 +CYM,2005,4,6 +CYM,2006,4,6 +CYM,2007,4,6 +CYM,2008,4,6 +CYM,2009,4,6 +CYM,2010,4,6 +CYM,2011,4,6 +CYM,2012,4,6 +CYM,2013,4,6 +CYM,2014,4,6 +CYM,2015,4,6 +CYM,2016,4,6 +CYM,2017,4,6 +CYM,2018,4,6 +CYM,2020,, +CYM,2025,, +CYM,2030,, +CYM,2035,, +CYM,2040,, +CYM,2045,, +CYM,2050,, +CYM,2055,, +CYM,2060,, +CYM,2065,, +CYM,2070,, +CYM,2075,, +CYM,2080,, +CYM,2085,, +CYM,2090,, +CYM,2095,, +CYM,2100,, +CYP,1990,,6 +CYP,1991,,6 +CYP,1992,,6 +CYP,1993,,6 +CYP,1994,,6 +CYP,1995,,6 +CYP,1996,,6 +CYP,1997,,6 +CYP,1998,6,6 +CYP,1999,6,6 +CYP,2000,6,6 +CYP,2001,6,6 +CYP,2002,6,6 +CYP,2003,6,6 +CYP,2004,6,6 +CYP,2005,5,6 +CYP,2006,5,6 +CYP,2007,5,6 +CYP,2008,5,6 +CYP,2009,5,6 +CYP,2010,5,6 +CYP,2011,5,6 +CYP,2012,5,6 +CYP,2013,5,6 +CYP,2014,5,6 +CYP,2015,5,6 +CYP,2016,5,6 +CYP,2017,5,6 +CYP,2018,,6 +CYP,2020,, +CYP,2025,, +CYP,2030,, +CYP,2035,, +CYP,2040,, +CYP,2045,, +CYP,2050,, +CYP,2055,, +CYP,2060,, +CYP,2065,, +CYP,2070,, +CYP,2075,, +CYP,2080,, +CYP,2085,, +CYP,2090,, +CYP,2095,, +CYP,2100,, +CZE,1990,,4 +CZE,1991,,4 +CZE,1992,,4 +CZE,1993,,4 +CZE,1994,,4 +CZE,1995,,4 +CZE,1996,,4 +CZE,1997,,5 +CZE,1998,,5 +CZE,1999,,5 +CZE,2000,,5 +CZE,2001,,5 +CZE,2002,,5 +CZE,2003,,5 +CZE,2004,6,5 +CZE,2005,6,5 +CZE,2006,6,5 +CZE,2007,6,5 +CZE,2008,6,5 +CZE,2009,6,5 +CZE,2010,6,5 +CZE,2011,6,5 +CZE,2012,6,5 +CZE,2013,6,5 +CZE,2014,6,5 +CZE,2015,6,5 +CZE,2016,6,5 +CZE,2017,6,5 +CZE,2018,,5 +CZE,2020,, +CZE,2025,, +CZE,2030,, +CZE,2035,, +CZE,2040,, +CZE,2045,, +CZE,2050,, +CZE,2055,, +CZE,2060,, +CZE,2065,, +CZE,2070,, +CZE,2075,, +CZE,2080,, +CZE,2085,, +CZE,2090,, +CZE,2095,, +CZE,2100,, +DEU,1990,,4 +DEU,1991,,4 +DEU,1992,,4 +DEU,1993,,4 +DEU,1994,,4 +DEU,1995,,4 +DEU,1996,,4 +DEU,1997,,4 +DEU,1998,6,4 +DEU,1999,6,4 +DEU,2000,6,4 +DEU,2001,6,4 +DEU,2002,6,4 +DEU,2003,6,4 +DEU,2004,6,4 +DEU,2005,6,4 +DEU,2006,6,4 +DEU,2007,6,4 +DEU,2008,6,4 +DEU,2009,6,4 +DEU,2010,6,4 +DEU,2011,6,4 +DEU,2012,6,4 +DEU,2013,6,4 +DEU,2014,6,4 +DEU,2015,6,4 +DEU,2016,6,4 +DEU,2017,6,4 +DEU,2018,,4 +DEU,2020,, +DEU,2025,, +DEU,2030,, +DEU,2035,, +DEU,2040,, +DEU,2045,, +DEU,2050,, +DEU,2055,, +DEU,2060,, +DEU,2065,, +DEU,2070,, +DEU,2075,, +DEU,2080,, +DEU,2085,, +DEU,2090,, +DEU,2095,, +DEU,2100,, +DJI,1990,,6 +DJI,1991,,6 +DJI,1992,,6 +DJI,1993,,6 +DJI,1994,,6 +DJI,1995,,6 +DJI,1996,,6 +DJI,1997,,6 +DJI,1998,,6 +DJI,1999,,6 +DJI,2000,6,6 +DJI,2001,6,6 +DJI,2002,6,6 +DJI,2003,6,6 +DJI,2004,6,6 +DJI,2005,6,6 +DJI,2006,6,6 +DJI,2007,6,6 +DJI,2008,6,5 +DJI,2009,6,5 +DJI,2010,6,5 +DJI,2011,6,5 +DJI,2012,6,5 +DJI,2013,6,5 +DJI,2014,6,5 +DJI,2015,6,5 +DJI,2016,6,5 +DJI,2017,6,5 +DJI,2018,6,5 +DJI,2020,, +DJI,2025,, +DJI,2030,, +DJI,2035,, +DJI,2040,, +DJI,2045,, +DJI,2050,, +DJI,2055,, +DJI,2060,, +DJI,2065,, +DJI,2070,, +DJI,2075,, +DJI,2080,, +DJI,2085,, +DJI,2090,, +DJI,2095,, +DJI,2100,, +DMA,1990,,7 +DMA,1991,,7 +DMA,1992,,7 +DMA,1993,,7 +DMA,1994,,7 +DMA,1995,,7 +DMA,1996,,7 +DMA,1997,,7 +DMA,1998,5,7 +DMA,1999,5,7 +DMA,2000,5,7 +DMA,2001,5,7 +DMA,2002,5,7 +DMA,2003,5,7 +DMA,2004,5,7 +DMA,2005,5,7 +DMA,2006,5,7 +DMA,2007,5,7 +DMA,2008,5,7 +DMA,2009,5,7 +DMA,2010,5,7 +DMA,2011,5,7 +DMA,2012,5,7 +DMA,2013,5,7 +DMA,2014,5,7 +DMA,2015,5,7 +DMA,2016,5,7 +DMA,2017,5,7 +DMA,2018,,7 +DMA,2020,, +DMA,2025,, +DMA,2030,, +DMA,2035,, +DMA,2040,, +DMA,2045,, +DMA,2050,, +DMA,2055,, +DMA,2060,, +DMA,2065,, +DMA,2070,, +DMA,2075,, +DMA,2080,, +DMA,2085,, +DMA,2090,, +DMA,2095,, +DMA,2100,, +DNK,1990,,6 +DNK,1991,,6 +DNK,1992,,6 +DNK,1993,,6 +DNK,1994,,6 +DNK,1995,,6 +DNK,1996,,6 +DNK,1997,,6 +DNK,1998,7,6 +DNK,1999,7,6 +DNK,2000,7,6 +DNK,2001,7,6 +DNK,2002,7,6 +DNK,2003,7,6 +DNK,2004,7,6 +DNK,2005,7,6 +DNK,2006,7,6 +DNK,2007,7,6 +DNK,2008,7,6 +DNK,2009,7,6 +DNK,2010,7,6 +DNK,2011,6,7 +DNK,2012,6,7 +DNK,2013,6,7 +DNK,2014,6,7 +DNK,2015,6,7 +DNK,2016,6,7 +DNK,2017,6,7 +DNK,2018,,7 +DNK,2020,, +DNK,2025,, +DNK,2030,, +DNK,2035,, +DNK,2040,, +DNK,2045,, +DNK,2050,, +DNK,2055,, +DNK,2060,, +DNK,2065,, +DNK,2070,, +DNK,2075,, +DNK,2080,, +DNK,2085,, +DNK,2090,, +DNK,2095,, +DNK,2100,, +DOM,1990,,6 +DOM,1991,,6 +DOM,1992,,6 +DOM,1993,,6 +DOM,1994,,6 +DOM,1995,,6 +DOM,1996,,6 +DOM,1997,,6 +DOM,1998,5,6 +DOM,1999,5,6 +DOM,2000,5,6 +DOM,2001,5,6 +DOM,2002,5,6 +DOM,2003,5,6 +DOM,2004,5,6 +DOM,2005,5,6 +DOM,2006,5,6 +DOM,2007,5,6 +DOM,2008,5,6 +DOM,2009,5,6 +DOM,2010,3,6 +DOM,2011,3,6 +DOM,2012,3,6 +DOM,2013,3,6 +DOM,2014,3,6 +DOM,2015,3,6 +DOM,2016,3,6 +DOM,2017,3,6 +DOM,2018,3,6 +DOM,2020,, +DOM,2025,, +DOM,2030,, +DOM,2035,, +DOM,2040,, +DOM,2045,, +DOM,2050,, +DOM,2055,, +DOM,2060,, +DOM,2065,, +DOM,2070,, +DOM,2075,, +DOM,2080,, +DOM,2085,, +DOM,2090,, +DOM,2095,, +DOM,2100,, +DZA,1990,,6 +DZA,1991,,6 +DZA,1992,,6 +DZA,1993,,6 +DZA,1994,,6 +DZA,1995,,6 +DZA,1996,,6 +DZA,1997,,6 +DZA,1998,6,6 +DZA,1999,6,6 +DZA,2000,6,6 +DZA,2001,6,6 +DZA,2002,6,6 +DZA,2003,6,6 +DZA,2004,6,6 +DZA,2005,6,6 +DZA,2006,6,6 +DZA,2007,6,6 +DZA,2008,6,6 +DZA,2009,6,5 +DZA,2010,6,5 +DZA,2011,6,5 +DZA,2012,6,5 +DZA,2013,6,5 +DZA,2014,6,5 +DZA,2015,6,5 +DZA,2016,6,5 +DZA,2017,6,5 +DZA,2018,,5 +DZA,2020,, +DZA,2025,, +DZA,2030,, +DZA,2035,, +DZA,2040,, +DZA,2045,, +DZA,2050,, +DZA,2055,, +DZA,2060,, +DZA,2065,, +DZA,2070,, +DZA,2075,, +DZA,2080,, +DZA,2085,, +DZA,2090,, +DZA,2095,, +DZA,2100,, +ECU,1990,,6 +ECU,1991,,6 +ECU,1992,,6 +ECU,1993,,6 +ECU,1994,,6 +ECU,1995,,6 +ECU,1996,,6 +ECU,1997,,6 +ECU,1998,5,6 +ECU,1999,5,6 +ECU,2000,5,6 +ECU,2001,5,6 +ECU,2002,5,6 +ECU,2003,5,6 +ECU,2004,5,6 +ECU,2005,5,6 +ECU,2006,5,6 +ECU,2007,5,6 +ECU,2008,5,6 +ECU,2009,5,6 +ECU,2010,3,6 +ECU,2011,3,6 +ECU,2012,3,6 +ECU,2013,3,6 +ECU,2014,3,6 +ECU,2015,3,6 +ECU,2016,3,6 +ECU,2017,3,6 +ECU,2018,3,6 +ECU,2020,, +ECU,2025,, +ECU,2030,, +ECU,2035,, +ECU,2040,, +ECU,2045,, +ECU,2050,, +ECU,2055,, +ECU,2060,, +ECU,2065,, +ECU,2070,, +ECU,2075,, +ECU,2080,, +ECU,2085,, +ECU,2090,, +ECU,2095,, +ECU,2100,, +EGY,1990,,5 +EGY,1991,,5 +EGY,1992,,5 +EGY,1993,,5 +EGY,1994,,5 +EGY,1995,,5 +EGY,1996,,5 +EGY,1997,,5 +EGY,1998,6,5 +EGY,1999,6,5 +EGY,2000,6,5 +EGY,2001,6,5 +EGY,2002,6,5 +EGY,2003,6,5 +EGY,2004,6,5 +EGY,2005,6,6 +EGY,2006,6,6 +EGY,2007,6,6 +EGY,2008,6,6 +EGY,2009,6,6 +EGY,2010,6,6 +EGY,2011,6,6 +EGY,2012,6,6 +EGY,2013,6,6 +EGY,2014,6,6 +EGY,2015,6,6 +EGY,2016,6,6 +EGY,2017,6,6 +EGY,2018,,6 +EGY,2020,, +EGY,2025,, +EGY,2030,, +EGY,2035,, +EGY,2040,, +EGY,2045,, +EGY,2050,, +EGY,2055,, +EGY,2060,, +EGY,2065,, +EGY,2070,, +EGY,2075,, +EGY,2080,, +EGY,2085,, +EGY,2090,, +EGY,2095,, +EGY,2100,, +ERI,1990,,6 +ERI,1991,,6 +ERI,1992,,5 +ERI,1993,,5 +ERI,1994,,5 +ERI,1995,,5 +ERI,1996,,5 +ERI,1997,,5 +ERI,1998,,5 +ERI,1999,,5 +ERI,2000,,5 +ERI,2001,,5 +ERI,2002,,5 +ERI,2003,,5 +ERI,2004,,5 +ERI,2005,,5 +ERI,2006,,5 +ERI,2007,,5 +ERI,2008,,5 +ERI,2009,,5 +ERI,2010,7,5 +ERI,2011,7,5 +ERI,2012,7,5 +ERI,2013,6,5 +ERI,2014,6,5 +ERI,2015,6,5 +ERI,2016,6,5 +ERI,2017,6,5 +ERI,2018,,5 +ERI,2020,, +ERI,2025,, +ERI,2030,, +ERI,2035,, +ERI,2040,, +ERI,2045,, +ERI,2050,, +ERI,2055,, +ERI,2060,, +ERI,2065,, +ERI,2070,, +ERI,2075,, +ERI,2080,, +ERI,2085,, +ERI,2090,, +ERI,2095,, +ERI,2100,, +ESP,1990,,5 +ESP,1991,,5 +ESP,1992,,5 +ESP,1993,,5 +ESP,1994,,5 +ESP,1995,,5 +ESP,1996,,6 +ESP,1997,,6 +ESP,1998,6,6 +ESP,1999,6,6 +ESP,2000,6,6 +ESP,2001,6,6 +ESP,2002,6,6 +ESP,2003,6,6 +ESP,2004,6,6 +ESP,2005,6,6 +ESP,2006,6,6 +ESP,2007,6,6 +ESP,2008,6,6 +ESP,2009,6,6 +ESP,2010,6,6 +ESP,2011,6,6 +ESP,2012,6,6 +ESP,2013,6,6 +ESP,2014,6,6 +ESP,2015,6,6 +ESP,2016,6,6 +ESP,2017,6,6 +ESP,2018,6,6 +ESP,2020,, +ESP,2025,, +ESP,2030,, +ESP,2035,, +ESP,2040,, +ESP,2045,, +ESP,2050,, +ESP,2055,, +ESP,2060,, +ESP,2065,, +ESP,2070,, +ESP,2075,, +ESP,2080,, +ESP,2085,, +ESP,2090,, +ESP,2095,, +ESP,2100,, +EST,1990,,6 +EST,1991,,6 +EST,1992,,6 +EST,1993,,6 +EST,1994,,6 +EST,1995,,6 +EST,1996,,6 +EST,1997,,6 +EST,1998,7,6 +EST,1999,7,6 +EST,2000,7,6 +EST,2001,7,6 +EST,2002,7,6 +EST,2003,7,6 +EST,2004,7,6 +EST,2005,7,6 +EST,2006,7,6 +EST,2007,7,6 +EST,2008,7,6 +EST,2009,7,6 +EST,2010,7,6 +EST,2011,7,6 +EST,2012,7,6 +EST,2013,7,6 +EST,2014,7,6 +EST,2015,7,6 +EST,2016,7,6 +EST,2017,7,6 +EST,2018,7,6 +EST,2020,, +EST,2025,, +EST,2030,, +EST,2035,, +EST,2040,, +EST,2045,, +EST,2050,, +EST,2055,, +EST,2060,, +EST,2065,, +EST,2070,, +EST,2075,, +EST,2080,, +EST,2085,, +EST,2090,, +EST,2095,, +EST,2100,, +ETH,1990,,6 +ETH,1991,,6 +ETH,1992,,6 +ETH,1993,,6 +ETH,1994,,6 +ETH,1995,,6 +ETH,1996,,6 +ETH,1997,,6 +ETH,1998,7,6 +ETH,1999,7,6 +ETH,2000,7,6 +ETH,2001,7,6 +ETH,2002,7,6 +ETH,2003,7,6 +ETH,2004,7,6 +ETH,2005,7,6 +ETH,2006,7,6 +ETH,2007,7,6 +ETH,2008,7,6 +ETH,2009,7,6 +ETH,2010,7,6 +ETH,2011,7,6 +ETH,2012,7,6 +ETH,2013,7,6 +ETH,2014,7,6 +ETH,2015,7,6 +ETH,2016,7,6 +ETH,2017,7,6 +ETH,2018,,6 +ETH,2020,, +ETH,2025,, +ETH,2030,, +ETH,2035,, +ETH,2040,, +ETH,2045,, +ETH,2050,, +ETH,2055,, +ETH,2060,, +ETH,2065,, +ETH,2070,, +ETH,2075,, +ETH,2080,, +ETH,2085,, +ETH,2090,, +ETH,2095,, +ETH,2100,, +FIN,1990,,6 +FIN,1991,,6 +FIN,1992,,6 +FIN,1993,,6 +FIN,1994,,6 +FIN,1995,,6 +FIN,1996,,6 +FIN,1997,,6 +FIN,1998,7,6 +FIN,1999,7,6 +FIN,2000,7,6 +FIN,2001,7,6 +FIN,2002,7,6 +FIN,2003,7,6 +FIN,2004,7,6 +FIN,2005,7,6 +FIN,2006,7,6 +FIN,2007,7,6 +FIN,2008,7,6 +FIN,2009,7,6 +FIN,2010,7,6 +FIN,2011,7,6 +FIN,2012,7,6 +FIN,2013,7,6 +FIN,2014,7,6 +FIN,2015,7,6 +FIN,2016,6,6 +FIN,2017,6,6 +FIN,2018,,6 +FIN,2020,, +FIN,2025,, +FIN,2030,, +FIN,2035,, +FIN,2040,, +FIN,2045,, +FIN,2050,, +FIN,2055,, +FIN,2060,, +FIN,2065,, +FIN,2070,, +FIN,2075,, +FIN,2080,, +FIN,2085,, +FIN,2090,, +FIN,2095,, +FIN,2100,, +FJI,1990,,6 +FJI,1991,,6 +FJI,1992,,6 +FJI,1993,,6 +FJI,1994,,6 +FJI,1995,,6 +FJI,1996,,6 +FJI,1997,,6 +FJI,1998,,6 +FJI,1999,,6 +FJI,2000,,6 +FJI,2001,,6 +FJI,2002,,6 +FJI,2003,,6 +FJI,2004,,6 +FJI,2005,,6 +FJI,2006,,6 +FJI,2007,,6 +FJI,2008,,6 +FJI,2009,,6 +FJI,2010,,6 +FJI,2011,,6 +FJI,2012,,6 +FJI,2013,,6 +FJI,2014,,6 +FJI,2015,,6 +FJI,2016,,6 +FJI,2017,,6 +FJI,2018,,6 +FJI,2020,, +FJI,2025,, +FJI,2030,, +FJI,2035,, +FJI,2040,, +FJI,2045,, +FJI,2050,, +FJI,2055,, +FJI,2060,, +FJI,2065,, +FJI,2070,, +FJI,2075,, +FJI,2080,, +FJI,2085,, +FJI,2090,, +FJI,2095,, +FJI,2100,, +FRA,1990,,5 +FRA,1991,,5 +FRA,1992,,5 +FRA,1993,,5 +FRA,1994,,5 +FRA,1995,,5 +FRA,1996,,5 +FRA,1997,,5 +FRA,1998,6,5 +FRA,1999,6,5 +FRA,2000,6,5 +FRA,2001,6,5 +FRA,2002,6,5 +FRA,2003,6,5 +FRA,2004,6,5 +FRA,2005,6,5 +FRA,2006,6,5 +FRA,2007,6,5 +FRA,2008,6,5 +FRA,2009,6,5 +FRA,2010,6,5 +FRA,2011,6,5 +FRA,2012,6,5 +FRA,2013,6,5 +FRA,2014,6,5 +FRA,2015,6,5 +FRA,2016,6,5 +FRA,2017,6,5 +FRA,2018,6,5 +FRA,2020,, +FRA,2025,, +FRA,2030,, +FRA,2035,, +FRA,2040,, +FRA,2045,, +FRA,2050,, +FRA,2055,, +FRA,2060,, +FRA,2065,, +FRA,2070,, +FRA,2075,, +FRA,2080,, +FRA,2085,, +FRA,2090,, +FRA,2095,, +FRA,2100,, +FRO,1990,, +FRO,1991,, +FRO,1992,, +FRO,1993,, +FRO,1994,, +FRO,1995,, +FRO,1996,, +FRO,1997,, +FRO,1998,, +FRO,1999,, +FRO,2000,, +FRO,2001,, +FRO,2002,, +FRO,2003,, +FRO,2004,, +FRO,2005,, +FRO,2006,, +FRO,2007,, +FRO,2008,, +FRO,2009,, +FRO,2010,7, +FRO,2011,7, +FRO,2012,7, +FRO,2013,7, +FRO,2014,7, +FRO,2015,7, +FRO,2016,7, +FRO,2017,7, +FRO,2018,, +FRO,2020,, +FRO,2025,, +FRO,2030,, +FRO,2035,, +FRO,2040,, +FRO,2045,, +FRO,2050,, +FRO,2055,, +FRO,2060,, +FRO,2065,, +FRO,2070,, +FRO,2075,, +FRO,2080,, +FRO,2085,, +FRO,2090,, +FRO,2095,, +FRO,2100,, +FSM,1990,,6 +FSM,1991,,6 +FSM,1992,,6 +FSM,1993,,6 +FSM,1994,,6 +FSM,1995,,6 +FSM,1996,,6 +FSM,1997,,6 +FSM,1998,,6 +FSM,1999,,6 +FSM,2000,,6 +FSM,2001,,6 +FSM,2002,,6 +FSM,2003,,6 +FSM,2004,,6 +FSM,2005,,6 +FSM,2006,,6 +FSM,2007,,6 +FSM,2008,,6 +FSM,2009,,6 +FSM,2010,,6 +FSM,2011,,6 +FSM,2012,,6 +FSM,2013,,6 +FSM,2014,,6 +FSM,2015,,6 +FSM,2016,,6 +FSM,2017,,6 +FSM,2018,,6 +FSM,2020,, +FSM,2025,, +FSM,2030,, +FSM,2035,, +FSM,2040,, +FSM,2045,, +FSM,2050,, +FSM,2055,, +FSM,2060,, +FSM,2065,, +FSM,2070,, +FSM,2075,, +FSM,2080,, +FSM,2085,, +FSM,2090,, +FSM,2095,, +FSM,2100,, +GAB,1990,,6 +GAB,1991,,6 +GAB,1992,,6 +GAB,1993,,6 +GAB,1994,,6 +GAB,1995,,6 +GAB,1996,,6 +GAB,1997,,6 +GAB,1998,6,6 +GAB,1999,6,6 +GAB,2000,6,6 +GAB,2001,6,6 +GAB,2002,6,6 +GAB,2003,6,6 +GAB,2004,6,6 +GAB,2005,6,6 +GAB,2006,6,6 +GAB,2007,6,6 +GAB,2008,6,6 +GAB,2009,6,6 +GAB,2010,6,6 +GAB,2011,6,6 +GAB,2012,6,5 +GAB,2013,6,5 +GAB,2014,6,5 +GAB,2015,6,5 +GAB,2016,6,5 +GAB,2017,6,5 +GAB,2018,,5 +GAB,2020,, +GAB,2025,, +GAB,2030,, +GAB,2035,, +GAB,2040,, +GAB,2045,, +GAB,2050,, +GAB,2055,, +GAB,2060,, +GAB,2065,, +GAB,2070,, +GAB,2075,, +GAB,2080,, +GAB,2085,, +GAB,2090,, +GAB,2095,, +GAB,2100,, +GBR,1990,,6 +GBR,1991,,6 +GBR,1992,,6 +GBR,1993,,6 +GBR,1994,,6 +GBR,1995,,6 +GBR,1996,,6 +GBR,1997,,6 +GBR,1998,5,6 +GBR,1999,5,6 +GBR,2000,5,6 +GBR,2001,5,6 +GBR,2002,5,6 +GBR,2003,5,6 +GBR,2004,5,6 +GBR,2005,5,6 +GBR,2006,5,6 +GBR,2007,5,6 +GBR,2008,5,6 +GBR,2009,5,6 +GBR,2010,5,6 +GBR,2011,5,6 +GBR,2012,5,6 +GBR,2013,5,6 +GBR,2014,5,6 +GBR,2015,5,6 +GBR,2016,5,6 +GBR,2017,5,6 +GBR,2018,,6 +GBR,2020,, +GBR,2025,, +GBR,2030,, +GBR,2035,, +GBR,2040,, +GBR,2045,, +GBR,2050,, +GBR,2055,, +GBR,2060,, +GBR,2065,, +GBR,2070,, +GBR,2075,, +GBR,2080,, +GBR,2085,, +GBR,2090,, +GBR,2095,, +GBR,2100,, +GEO,1990,,4 +GEO,1991,,4 +GEO,1992,,4 +GEO,1993,,4 +GEO,1994,,4 +GEO,1995,,4 +GEO,1996,,4 +GEO,1997,,4 +GEO,1998,6,4 +GEO,1999,6,4 +GEO,2000,6,4 +GEO,2001,6,4 +GEO,2002,6,4 +GEO,2003,6,4 +GEO,2004,6,6 +GEO,2005,6,6 +GEO,2006,6,6 +GEO,2007,6,6 +GEO,2008,6,6 +GEO,2009,6,6 +GEO,2010,6,6 +GEO,2011,6,6 +GEO,2012,6,6 +GEO,2013,6,6 +GEO,2014,6,6 +GEO,2015,6,6 +GEO,2016,6,6 +GEO,2017,6,6 +GEO,2018,,6 +GEO,2020,, +GEO,2025,, +GEO,2030,, +GEO,2035,, +GEO,2040,, +GEO,2045,, +GEO,2050,, +GEO,2055,, +GEO,2060,, +GEO,2065,, +GEO,2070,, +GEO,2075,, +GEO,2080,, +GEO,2085,, +GEO,2090,, +GEO,2095,, +GEO,2100,, +GHA,1990,,6 +GHA,1991,,6 +GHA,1992,,6 +GHA,1993,,6 +GHA,1994,,6 +GHA,1995,,6 +GHA,1996,,6 +GHA,1997,,6 +GHA,1998,6,6 +GHA,1999,6,6 +GHA,2000,6,6 +GHA,2001,6,6 +GHA,2002,6,6 +GHA,2003,6,6 +GHA,2004,6,6 +GHA,2005,6,6 +GHA,2006,6,6 +GHA,2007,4,6 +GHA,2008,4,6 +GHA,2009,4,6 +GHA,2010,4,6 +GHA,2011,4,6 +GHA,2012,4,6 +GHA,2013,4,6 +GHA,2014,4,6 +GHA,2015,4,6 +GHA,2016,4,6 +GHA,2017,4,6 +GHA,2018,4,6 +GHA,2020,, +GHA,2025,, +GHA,2030,, +GHA,2035,, +GHA,2040,, +GHA,2045,, +GHA,2050,, +GHA,2055,, +GHA,2060,, +GHA,2065,, +GHA,2070,, +GHA,2075,, +GHA,2080,, +GHA,2085,, +GHA,2090,, +GHA,2095,, +GHA,2100,, +GIB,1990,, +GIB,1991,, +GIB,1992,, +GIB,1993,, +GIB,1994,, +GIB,1995,, +GIB,1996,, +GIB,1997,, +GIB,1998,5, +GIB,1999,5, +GIB,2000,5, +GIB,2001,5, +GIB,2002,5, +GIB,2003,5, +GIB,2004,5, +GIB,2005,5, +GIB,2006,5, +GIB,2007,5, +GIB,2008,5, +GIB,2009,5, +GIB,2010,5, +GIB,2011,5, +GIB,2012,5, +GIB,2013,5, +GIB,2014,5, +GIB,2015,5, +GIB,2016,5, +GIB,2017,5, +GIB,2018,, +GIB,2020,, +GIB,2025,, +GIB,2030,, +GIB,2035,, +GIB,2040,, +GIB,2045,, +GIB,2050,, +GIB,2055,, +GIB,2060,, +GIB,2065,, +GIB,2070,, +GIB,2075,, +GIB,2080,, +GIB,2085,, +GIB,2090,, +GIB,2095,, +GIB,2100,, +GIN,1990,,6 +GIN,1991,,6 +GIN,1992,,6 +GIN,1993,,6 +GIN,1994,,6 +GIN,1995,,6 +GIN,1996,,6 +GIN,1997,,6 +GIN,1998,7,6 +GIN,1999,7,6 +GIN,2000,7,6 +GIN,2001,7,6 +GIN,2002,7,6 +GIN,2003,7,6 +GIN,2004,7,6 +GIN,2005,7,6 +GIN,2006,7,6 +GIN,2007,7,6 +GIN,2008,7,6 +GIN,2009,7,6 +GIN,2010,7,6 +GIN,2011,7,6 +GIN,2012,7,6 +GIN,2013,7,6 +GIN,2014,7,6 +GIN,2015,7,6 +GIN,2016,7,6 +GIN,2017,7,6 +GIN,2018,,6 +GIN,2020,, +GIN,2025,, +GIN,2030,, +GIN,2035,, +GIN,2040,, +GIN,2045,, +GIN,2050,, +GIN,2055,, +GIN,2060,, +GIN,2065,, +GIN,2070,, +GIN,2075,, +GIN,2080,, +GIN,2085,, +GIN,2090,, +GIN,2095,, +GIN,2100,, +GMB,1990,,6 +GMB,1991,,6 +GMB,1992,,6 +GMB,1993,,6 +GMB,1994,,6 +GMB,1995,,6 +GMB,1996,,6 +GMB,1997,,6 +GMB,1998,7,6 +GMB,1999,7,6 +GMB,2000,7,6 +GMB,2001,7,6 +GMB,2002,7,6 +GMB,2003,7,6 +GMB,2004,7,6 +GMB,2005,7,6 +GMB,2006,7,6 +GMB,2007,7,6 +GMB,2008,7,6 +GMB,2009,7,6 +GMB,2010,7,6 +GMB,2011,7,6 +GMB,2012,7,6 +GMB,2013,7,6 +GMB,2014,7,6 +GMB,2015,7,6 +GMB,2016,7,6 +GMB,2017,7,6 +GMB,2018,7,6 +GMB,2020,, +GMB,2025,, +GMB,2030,, +GMB,2035,, +GMB,2040,, +GMB,2045,, +GMB,2050,, +GMB,2055,, +GMB,2060,, +GMB,2065,, +GMB,2070,, +GMB,2075,, +GMB,2080,, +GMB,2085,, +GMB,2090,, +GMB,2095,, +GMB,2100,, +GNB,1990,,6 +GNB,1991,,6 +GNB,1992,,6 +GNB,1993,,6 +GNB,1994,,6 +GNB,1995,,6 +GNB,1996,,6 +GNB,1997,,6 +GNB,1998,7,6 +GNB,1999,7,6 +GNB,2000,7,6 +GNB,2001,7,6 +GNB,2002,7,6 +GNB,2003,7,6 +GNB,2004,7,6 +GNB,2005,7,6 +GNB,2006,7,6 +GNB,2007,7,6 +GNB,2008,7,6 +GNB,2009,7,6 +GNB,2010,7,6 +GNB,2011,6,6 +GNB,2012,6,6 +GNB,2013,6,6 +GNB,2014,6,6 +GNB,2015,6,6 +GNB,2016,6,6 +GNB,2017,6,6 +GNB,2018,,6 +GNB,2020,, +GNB,2025,, +GNB,2030,, +GNB,2035,, +GNB,2040,, +GNB,2045,, +GNB,2050,, +GNB,2055,, +GNB,2060,, +GNB,2065,, +GNB,2070,, +GNB,2075,, +GNB,2080,, +GNB,2085,, +GNB,2090,, +GNB,2095,, +GNB,2100,, +GNQ,1990,,5 +GNQ,1991,,5 +GNQ,1992,,5 +GNQ,1993,,5 +GNQ,1994,,5 +GNQ,1995,,5 +GNQ,1996,,5 +GNQ,1997,7,5 +GNQ,1998,7,5 +GNQ,1999,7,5 +GNQ,2000,7,5 +GNQ,2001,7,5 +GNQ,2002,7,5 +GNQ,2003,7,5 +GNQ,2004,7,5 +GNQ,2005,7,5 +GNQ,2006,7,5 +GNQ,2007,7,6 +GNQ,2008,7,6 +GNQ,2009,7,6 +GNQ,2010,7,6 +GNQ,2011,7,6 +GNQ,2012,7,6 +GNQ,2013,7,6 +GNQ,2014,7,6 +GNQ,2015,7,6 +GNQ,2016,7,6 +GNQ,2017,7,6 +GNQ,2018,,6 +GNQ,2020,, +GNQ,2025,, +GNQ,2030,, +GNQ,2035,, +GNQ,2040,, +GNQ,2045,, +GNQ,2050,, +GNQ,2055,, +GNQ,2060,, +GNQ,2065,, +GNQ,2070,, +GNQ,2075,, +GNQ,2080,, +GNQ,2085,, +GNQ,2090,, +GNQ,2095,, +GNQ,2100,, +GRC,1990,,6 +GRC,1991,,6 +GRC,1992,,6 +GRC,1993,,6 +GRC,1994,,6 +GRC,1995,,6 +GRC,1996,,6 +GRC,1997,,6 +GRC,1998,6,6 +GRC,1999,6,6 +GRC,2000,6,6 +GRC,2001,6,6 +GRC,2002,6,6 +GRC,2003,6,6 +GRC,2004,6,6 +GRC,2005,6,6 +GRC,2006,6,6 +GRC,2007,6,6 +GRC,2008,5,6 +GRC,2009,5,6 +GRC,2010,5,6 +GRC,2011,5,6 +GRC,2012,5,6 +GRC,2013,5,6 +GRC,2014,5,6 +GRC,2015,5,6 +GRC,2016,5,6 +GRC,2017,5,6 +GRC,2018,,6 +GRC,2020,, +GRC,2025,, +GRC,2030,, +GRC,2035,, +GRC,2040,, +GRC,2045,, +GRC,2050,, +GRC,2055,, +GRC,2060,, +GRC,2065,, +GRC,2070,, +GRC,2075,, +GRC,2080,, +GRC,2085,, +GRC,2090,, +GRC,2095,, +GRC,2100,, +GRD,1990,,7 +GRD,1991,,7 +GRD,1992,,7 +GRD,1993,,7 +GRD,1994,,7 +GRD,1995,,7 +GRD,1996,,7 +GRD,1997,,7 +GRD,1998,6,7 +GRD,1999,6,7 +GRD,2000,6,7 +GRD,2001,6,7 +GRD,2002,5,7 +GRD,2003,5,7 +GRD,2004,5,7 +GRD,2005,5,7 +GRD,2006,5,7 +GRD,2007,5,7 +GRD,2008,5,7 +GRD,2009,5,7 +GRD,2010,5,7 +GRD,2011,5,7 +GRD,2012,5,7 +GRD,2013,5,7 +GRD,2014,5,7 +GRD,2015,5,7 +GRD,2016,5,7 +GRD,2017,5,7 +GRD,2018,,7 +GRD,2020,, +GRD,2025,, +GRD,2030,, +GRD,2035,, +GRD,2040,, +GRD,2045,, +GRD,2050,, +GRD,2055,, +GRD,2060,, +GRD,2065,, +GRD,2070,, +GRD,2075,, +GRD,2080,, +GRD,2085,, +GRD,2090,, +GRD,2095,, +GRD,2100,, +GRL,1990,, +GRL,1991,, +GRL,1992,, +GRL,1993,, +GRL,1994,, +GRL,1995,, +GRL,1996,, +GRL,1997,, +GRL,1998,, +GRL,1999,, +GRL,2000,, +GRL,2001,, +GRL,2002,, +GRL,2003,, +GRL,2004,, +GRL,2005,, +GRL,2006,, +GRL,2007,, +GRL,2008,, +GRL,2009,, +GRL,2010,, +GRL,2011,, +GRL,2012,, +GRL,2013,6, +GRL,2014,6, +GRL,2015,6, +GRL,2016,6, +GRL,2017,, +GRL,2018,, +GRL,2020,, +GRL,2025,, +GRL,2030,, +GRL,2035,, +GRL,2040,, +GRL,2045,, +GRL,2050,, +GRL,2055,, +GRL,2060,, +GRL,2065,, +GRL,2070,, +GRL,2075,, +GRL,2080,, +GRL,2085,, +GRL,2090,, +GRL,2095,, +GRL,2100,, +GTM,1990,,6 +GTM,1991,,6 +GTM,1992,,6 +GTM,1993,,6 +GTM,1994,,6 +GTM,1995,,6 +GTM,1996,,6 +GTM,1997,,6 +GTM,1998,,6 +GTM,1999,,6 +GTM,2000,,6 +GTM,2001,,6 +GTM,2002,,6 +GTM,2003,,6 +GTM,2004,,6 +GTM,2005,,6 +GTM,2006,,6 +GTM,2007,,6 +GTM,2008,,6 +GTM,2009,,6 +GTM,2010,,6 +GTM,2011,,6 +GTM,2012,,6 +GTM,2013,,6 +GTM,2014,,6 +GTM,2015,,6 +GTM,2016,,6 +GTM,2017,,6 +GTM,2018,,6 +GTM,2020,, +GTM,2025,, +GTM,2030,, +GTM,2035,, +GTM,2040,, +GTM,2045,, +GTM,2050,, +GTM,2055,, +GTM,2060,, +GTM,2065,, +GTM,2070,, +GTM,2075,, +GTM,2080,, +GTM,2085,, +GTM,2090,, +GTM,2095,, +GTM,2100,, +GUM,1990,,8 +GUM,1991,,8 +GUM,1992,,8 +GUM,1993,,8 +GUM,1994,,8 +GUM,1995,,8 +GUM,1996,,8 +GUM,1997,,8 +GUM,1998,, +GUM,1999,, +GUM,2000,, +GUM,2001,, +GUM,2002,, +GUM,2003,, +GUM,2004,, +GUM,2005,, +GUM,2006,, +GUM,2007,, +GUM,2008,, +GUM,2009,, +GUM,2010,, +GUM,2011,, +GUM,2012,, +GUM,2013,, +GUM,2014,, +GUM,2015,, +GUM,2016,, +GUM,2017,,8 +GUM,2018,,8 +GUM,2020,, +GUM,2025,, +GUM,2030,, +GUM,2035,, +GUM,2040,, +GUM,2045,, +GUM,2050,, +GUM,2055,, +GUM,2060,, +GUM,2065,, +GUM,2070,, +GUM,2075,, +GUM,2080,, +GUM,2085,, +GUM,2090,, +GUM,2095,, +GUM,2100,, +GUY,1990,,6 +GUY,1991,,6 +GUY,1992,,6 +GUY,1993,,6 +GUY,1994,,6 +GUY,1995,,6 +GUY,1996,,6 +GUY,1997,,6 +GUY,1998,6,6 +GUY,1999,6,6 +GUY,2000,6,6 +GUY,2001,6,6 +GUY,2002,6,6 +GUY,2003,6,6 +GUY,2004,6,6 +GUY,2005,6,6 +GUY,2006,6,6 +GUY,2007,6,6 +GUY,2008,6,6 +GUY,2009,6,6 +GUY,2010,6,6 +GUY,2011,6,6 +GUY,2012,6,6 +GUY,2013,6,6 +GUY,2014,6,6 +GUY,2015,6,6 +GUY,2016,6,6 +GUY,2017,6,6 +GUY,2018,6,6 +GUY,2020,, +GUY,2025,, +GUY,2030,, +GUY,2035,, +GUY,2040,, +GUY,2045,, +GUY,2050,, +GUY,2055,, +GUY,2060,, +GUY,2065,, +GUY,2070,, +GUY,2075,, +GUY,2080,, +GUY,2085,, +GUY,2090,, +GUY,2095,, +GUY,2100,, +HKG,1990,,6 +HKG,1991,,6 +HKG,1992,,6 +HKG,1993,,6 +HKG,1994,,6 +HKG,1995,,6 +HKG,1996,,6 +HKG,1997,,6 +HKG,1998,6,6 +HKG,1999,6,6 +HKG,2000,6,6 +HKG,2001,6,6 +HKG,2002,6,6 +HKG,2003,6,6 +HKG,2004,6,6 +HKG,2005,6,6 +HKG,2006,6,6 +HKG,2007,6,6 +HKG,2008,6,6 +HKG,2009,6,6 +HKG,2010,6,6 +HKG,2011,6,6 +HKG,2012,6,6 +HKG,2013,6,6 +HKG,2014,6,6 +HKG,2015,6,6 +HKG,2016,6,6 +HKG,2017,6,6 +HKG,2018,,6 +HKG,2020,, +HKG,2025,, +HKG,2030,, +HKG,2035,, +HKG,2040,, +HKG,2045,, +HKG,2050,, +HKG,2055,, +HKG,2060,, +HKG,2065,, +HKG,2070,, +HKG,2075,, +HKG,2080,, +HKG,2085,, +HKG,2090,, +HKG,2095,, +HKG,2100,, +HND,1990,,6 +HND,1991,,6 +HND,1992,,6 +HND,1993,,6 +HND,1994,,6 +HND,1995,,6 +HND,1996,,6 +HND,1997,,6 +HND,1998,6,6 +HND,1999,6,6 +HND,2000,6,6 +HND,2001,6,6 +HND,2002,6,6 +HND,2003,6,6 +HND,2004,6,6 +HND,2005,6,6 +HND,2006,6,6 +HND,2007,6,6 +HND,2008,6,6 +HND,2009,6,6 +HND,2010,6,6 +HND,2011,5,6 +HND,2012,5,6 +HND,2013,5,6 +HND,2014,5,6 +HND,2015,5,6 +HND,2016,5,6 +HND,2017,5,6 +HND,2018,5,6 +HND,2020,, +HND,2025,, +HND,2030,, +HND,2035,, +HND,2040,, +HND,2045,, +HND,2050,, +HND,2055,, +HND,2060,, +HND,2065,, +HND,2070,, +HND,2075,, +HND,2080,, +HND,2085,, +HND,2090,, +HND,2095,, +HND,2100,, +HRV,1990,,4 +HRV,1991,,4 +HRV,1992,,4 +HRV,1993,,4 +HRV,1994,,4 +HRV,1995,,4 +HRV,1996,,4 +HRV,1997,,4 +HRV,1998,7,4 +HRV,1999,7,4 +HRV,2000,7,4 +HRV,2001,7,4 +HRV,2002,7,4 +HRV,2003,7,4 +HRV,2004,7,4 +HRV,2005,7,4 +HRV,2006,7,4 +HRV,2007,7,4 +HRV,2008,7,4 +HRV,2009,7,4 +HRV,2010,7,4 +HRV,2011,7,4 +HRV,2012,7,4 +HRV,2013,7,4 +HRV,2014,7,4 +HRV,2015,7,4 +HRV,2016,7,4 +HRV,2017,7,4 +HRV,2018,,4 +HRV,2020,, +HRV,2025,, +HRV,2030,, +HRV,2035,, +HRV,2040,, +HRV,2045,, +HRV,2050,, +HRV,2055,, +HRV,2060,, +HRV,2065,, +HRV,2070,, +HRV,2075,, +HRV,2080,, +HRV,2085,, +HRV,2090,, +HRV,2095,, +HRV,2100,, +HTI,1990,,6 +HTI,1991,,6 +HTI,1992,,6 +HTI,1993,,6 +HTI,1994,,6 +HTI,1995,,6 +HTI,1996,,6 +HTI,1997,6,6 +HTI,1998,6,6 +HTI,1999,6,6 +HTI,2000,6,6 +HTI,2001,6,6 +HTI,2002,6,6 +HTI,2003,6,6 +HTI,2004,6,6 +HTI,2005,6,6 +HTI,2006,6,6 +HTI,2007,6,6 +HTI,2008,6,6 +HTI,2009,6,6 +HTI,2010,6,6 +HTI,2011,6,6 +HTI,2012,6,6 +HTI,2013,6,6 +HTI,2014,6,6 +HTI,2015,6,6 +HTI,2016,6,6 +HTI,2017,6,6 +HTI,2018,,6 +HTI,2020,, +HTI,2025,, +HTI,2030,, +HTI,2035,, +HTI,2040,, +HTI,2045,, +HTI,2050,, +HTI,2055,, +HTI,2060,, +HTI,2065,, +HTI,2070,, +HTI,2075,, +HTI,2080,, +HTI,2085,, +HTI,2090,, +HTI,2095,, +HTI,2100,, +HUN,1990,,4 +HUN,1991,,4 +HUN,1992,,4 +HUN,1993,,4 +HUN,1994,,4 +HUN,1995,,4 +HUN,1996,,4 +HUN,1997,,4 +HUN,1998,,4 +HUN,1999,6,4 +HUN,2000,6,4 +HUN,2001,6,4 +HUN,2002,6,4 +HUN,2003,6,4 +HUN,2004,6,4 +HUN,2005,6,4 +HUN,2006,6,4 +HUN,2007,6,4 +HUN,2008,6,4 +HUN,2009,6,4 +HUN,2010,6,4 +HUN,2011,6,4 +HUN,2012,6,4 +HUN,2013,6,4 +HUN,2014,6,4 +HUN,2015,4,4 +HUN,2016,4,4 +HUN,2017,4,4 +HUN,2018,,4 +HUN,2020,, +HUN,2025,, +HUN,2030,, +HUN,2035,, +HUN,2040,, +HUN,2045,, +HUN,2050,, +HUN,2055,, +HUN,2060,, +HUN,2065,, +HUN,2070,, +HUN,2075,, +HUN,2080,, +HUN,2085,, +HUN,2090,, +HUN,2095,, +HUN,2100,, +IDN,1990,,6 +IDN,1991,,6 +IDN,1992,,6 +IDN,1993,,6 +IDN,1994,,6 +IDN,1995,,6 +IDN,1996,,6 +IDN,1997,,6 +IDN,1998,,6 +IDN,1999,,6 +IDN,2000,,6 +IDN,2001,,6 +IDN,2002,7,6 +IDN,2003,7,6 +IDN,2004,7,6 +IDN,2005,7,6 +IDN,2006,7,6 +IDN,2007,7,6 +IDN,2008,7,6 +IDN,2009,7,6 +IDN,2010,7,6 +IDN,2011,7,6 +IDN,2012,7,6 +IDN,2013,7,6 +IDN,2014,7,6 +IDN,2015,7,6 +IDN,2016,7,6 +IDN,2017,7,6 +IDN,2018,,6 +IDN,2020,, +IDN,2025,, +IDN,2030,, +IDN,2035,, +IDN,2040,, +IDN,2045,, +IDN,2050,, +IDN,2055,, +IDN,2060,, +IDN,2065,, +IDN,2070,, +IDN,2075,, +IDN,2080,, +IDN,2085,, +IDN,2090,, +IDN,2095,, +IDN,2100,, +IMN,1990,, +IMN,1991,, +IMN,1992,, +IMN,1993,, +IMN,1994,, +IMN,1995,, +IMN,1996,, +IMN,1997,, +IMN,1998,, +IMN,1999,, +IMN,2000,, +IMN,2001,, +IMN,2002,, +IMN,2003,, +IMN,2004,, +IMN,2005,, +IMN,2006,, +IMN,2007,, +IMN,2008,, +IMN,2009,, +IMN,2010,, +IMN,2011,, +IMN,2012,, +IMN,2013,, +IMN,2014,, +IMN,2015,, +IMN,2016,, +IMN,2017,, +IMN,2018,, +IMN,2020,, +IMN,2025,, +IMN,2030,, +IMN,2035,, +IMN,2040,, +IMN,2045,, +IMN,2050,, +IMN,2055,, +IMN,2060,, +IMN,2065,, +IMN,2070,, +IMN,2075,, +IMN,2080,, +IMN,2085,, +IMN,2090,, +IMN,2095,, +IMN,2100,, +IND,1990,,5 +IND,1991,,5 +IND,1992,,5 +IND,1993,,5 +IND,1994,,5 +IND,1995,,5 +IND,1996,,5 +IND,1997,,5 +IND,1998,,5 +IND,1999,,5 +IND,2000,,5 +IND,2001,,5 +IND,2002,,5 +IND,2003,,5 +IND,2004,,5 +IND,2005,,5 +IND,2006,,5 +IND,2007,,5 +IND,2008,,5 +IND,2009,6,5 +IND,2010,6,5 +IND,2011,6,5 +IND,2012,6,5 +IND,2013,6,5 +IND,2014,6,5 +IND,2015,6,5 +IND,2016,6,5 +IND,2017,6,5 +IND,2018,,5 +IND,2020,, +IND,2025,, +IND,2030,, +IND,2035,, +IND,2040,, +IND,2045,, +IND,2050,, +IND,2055,, +IND,2060,, +IND,2065,, +IND,2070,, +IND,2075,, +IND,2080,, +IND,2085,, +IND,2090,, +IND,2095,, +IND,2100,, +IRL,1990,,6 +IRL,1991,,6 +IRL,1992,,6 +IRL,1993,,6 +IRL,1994,,6 +IRL,1995,,6 +IRL,1996,,6 +IRL,1997,,8 +IRL,1998,6,8 +IRL,1999,6,8 +IRL,2000,6,8 +IRL,2001,6,8 +IRL,2002,6,8 +IRL,2003,6,8 +IRL,2004,6,8 +IRL,2005,6,8 +IRL,2006,6,8 +IRL,2007,6,8 +IRL,2008,6,8 +IRL,2009,6,8 +IRL,2010,6,8 +IRL,2011,6,8 +IRL,2012,6,8 +IRL,2013,6,8 +IRL,2014,6,8 +IRL,2015,6,8 +IRL,2016,6,8 +IRL,2017,6,8 +IRL,2018,,8 +IRL,2020,, +IRL,2025,, +IRL,2030,, +IRL,2035,, +IRL,2040,, +IRL,2045,, +IRL,2050,, +IRL,2055,, +IRL,2060,, +IRL,2065,, +IRL,2070,, +IRL,2075,, +IRL,2080,, +IRL,2085,, +IRL,2090,, +IRL,2095,, +IRL,2100,, +IRN,1990,,5 +IRN,1991,,5 +IRN,1992,,5 +IRN,1993,,5 +IRN,1994,,5 +IRN,1995,,5 +IRN,1996,,5 +IRN,1997,,5 +IRN,1998,6,5 +IRN,1999,6,5 +IRN,2000,6,5 +IRN,2001,6,5 +IRN,2002,6,5 +IRN,2003,6,5 +IRN,2004,6,5 +IRN,2005,6,5 +IRN,2006,6,5 +IRN,2007,6,5 +IRN,2008,6,5 +IRN,2009,6,5 +IRN,2010,6,5 +IRN,2011,6,5 +IRN,2012,6,5 +IRN,2013,6,6 +IRN,2014,6,6 +IRN,2015,6,6 +IRN,2016,6,6 +IRN,2017,6,6 +IRN,2018,,6 +IRN,2020,, +IRN,2025,, +IRN,2030,, +IRN,2035,, +IRN,2040,, +IRN,2045,, +IRN,2050,, +IRN,2055,, +IRN,2060,, +IRN,2065,, +IRN,2070,, +IRN,2075,, +IRN,2080,, +IRN,2085,, +IRN,2090,, +IRN,2095,, +IRN,2100,, +IRQ,1990,,6 +IRQ,1991,,6 +IRQ,1992,,6 +IRQ,1993,,6 +IRQ,1994,,6 +IRQ,1995,,6 +IRQ,1996,,6 +IRQ,1997,,6 +IRQ,1998,6,6 +IRQ,1999,6,6 +IRQ,2000,6,6 +IRQ,2001,6,6 +IRQ,2002,6,6 +IRQ,2003,6,6 +IRQ,2004,6,6 +IRQ,2005,6,6 +IRQ,2006,6,6 +IRQ,2007,6,6 +IRQ,2008,6,6 +IRQ,2009,6,6 +IRQ,2010,6,6 +IRQ,2011,6,6 +IRQ,2012,6,6 +IRQ,2013,6,6 +IRQ,2014,6,6 +IRQ,2015,6,6 +IRQ,2016,6,6 +IRQ,2017,6,6 +IRQ,2018,,6 +IRQ,2020,, +IRQ,2025,, +IRQ,2030,, +IRQ,2035,, +IRQ,2040,, +IRQ,2045,, +IRQ,2050,, +IRQ,2055,, +IRQ,2060,, +IRQ,2065,, +IRQ,2070,, +IRQ,2075,, +IRQ,2080,, +IRQ,2085,, +IRQ,2090,, +IRQ,2095,, +IRQ,2100,, +ISL,1990,,6 +ISL,1991,,7 +ISL,1992,,7 +ISL,1993,,7 +ISL,1994,,7 +ISL,1995,,7 +ISL,1996,,7 +ISL,1997,,7 +ISL,1998,6,7 +ISL,1999,6,7 +ISL,2000,6,7 +ISL,2001,6,7 +ISL,2002,6,7 +ISL,2003,6,7 +ISL,2004,6,7 +ISL,2005,6,7 +ISL,2006,6,7 +ISL,2007,6,7 +ISL,2008,6,7 +ISL,2009,6,7 +ISL,2010,6,7 +ISL,2011,6,7 +ISL,2012,6,7 +ISL,2013,6,7 +ISL,2014,6,7 +ISL,2015,6,7 +ISL,2016,6,7 +ISL,2017,6,7 +ISL,2018,,7 +ISL,2020,, +ISL,2025,, +ISL,2030,, +ISL,2035,, +ISL,2040,, +ISL,2045,, +ISL,2050,, +ISL,2055,, +ISL,2060,, +ISL,2065,, +ISL,2070,, +ISL,2075,, +ISL,2080,, +ISL,2085,, +ISL,2090,, +ISL,2095,, +ISL,2100,, +ISR,1990,,6 +ISR,1991,,6 +ISR,1992,,6 +ISR,1993,,6 +ISR,1994,,6 +ISR,1995,,6 +ISR,1996,,6 +ISR,1997,,6 +ISR,1998,5,6 +ISR,1999,5,6 +ISR,2000,5,6 +ISR,2001,5,6 +ISR,2002,5,6 +ISR,2003,5,6 +ISR,2004,5,6 +ISR,2005,5,6 +ISR,2006,5,6 +ISR,2007,5,6 +ISR,2008,5,6 +ISR,2009,5,6 +ISR,2010,5,6 +ISR,2011,5,6 +ISR,2012,5,6 +ISR,2013,5,6 +ISR,2014,5,6 +ISR,2015,5,6 +ISR,2016,5,6 +ISR,2017,5,6 +ISR,2018,5,6 +ISR,2020,, +ISR,2025,, +ISR,2030,, +ISR,2035,, +ISR,2040,, +ISR,2045,, +ISR,2050,, +ISR,2055,, +ISR,2060,, +ISR,2065,, +ISR,2070,, +ISR,2075,, +ISR,2080,, +ISR,2085,, +ISR,2090,, +ISR,2095,, +ISR,2100,, +ITA,1990,,5 +ITA,1991,,5 +ITA,1992,,5 +ITA,1993,,5 +ITA,1994,,5 +ITA,1995,,5 +ITA,1996,,5 +ITA,1997,,5 +ITA,1998,6,5 +ITA,1999,6,5 +ITA,2000,6,5 +ITA,2001,6,5 +ITA,2002,6,5 +ITA,2003,6,5 +ITA,2004,6,5 +ITA,2005,6,5 +ITA,2006,6,5 +ITA,2007,6,5 +ITA,2008,6,5 +ITA,2009,6,5 +ITA,2010,6,5 +ITA,2011,6,5 +ITA,2012,6,5 +ITA,2013,6,5 +ITA,2014,6,5 +ITA,2015,6,5 +ITA,2016,6,5 +ITA,2017,,5 +ITA,2018,,5 +ITA,2020,, +ITA,2025,, +ITA,2030,, +ITA,2035,, +ITA,2040,, +ITA,2045,, +ITA,2050,, +ITA,2055,, +ITA,2060,, +ITA,2065,, +ITA,2070,, +ITA,2075,, +ITA,2080,, +ITA,2085,, +ITA,2090,, +ITA,2095,, +ITA,2100,, +JAM,1990,,6 +JAM,1991,,6 +JAM,1992,,6 +JAM,1993,,6 +JAM,1994,,6 +JAM,1995,,6 +JAM,1996,,6 +JAM,1997,,6 +JAM,1998,6,6 +JAM,1999,6,6 +JAM,2000,6,6 +JAM,2001,6,6 +JAM,2002,6,6 +JAM,2003,6,6 +JAM,2004,6,6 +JAM,2005,6,6 +JAM,2006,6,6 +JAM,2007,6,6 +JAM,2008,6,6 +JAM,2009,6,6 +JAM,2010,6,6 +JAM,2011,6,6 +JAM,2012,6,6 +JAM,2013,6,6 +JAM,2014,6,6 +JAM,2015,6,6 +JAM,2016,6,6 +JAM,2017,6,6 +JAM,2018,,6 +JAM,2020,, +JAM,2025,, +JAM,2030,, +JAM,2035,, +JAM,2040,, +JAM,2045,, +JAM,2050,, +JAM,2055,, +JAM,2060,, +JAM,2065,, +JAM,2070,, +JAM,2075,, +JAM,2080,, +JAM,2085,, +JAM,2090,, +JAM,2095,, +JAM,2100,, +JOR,1990,,6 +JOR,1991,,6 +JOR,1992,,6 +JOR,1993,,6 +JOR,1994,,6 +JOR,1995,,6 +JOR,1996,,6 +JOR,1997,,6 +JOR,1998,6,6 +JOR,1999,6,6 +JOR,2000,6,6 +JOR,2001,6,6 +JOR,2002,6,6 +JOR,2003,6,6 +JOR,2004,6,6 +JOR,2005,6,6 +JOR,2006,6,6 +JOR,2007,6,6 +JOR,2008,6,6 +JOR,2009,6,6 +JOR,2010,6,6 +JOR,2011,6,6 +JOR,2012,6,6 +JOR,2013,6,6 +JOR,2014,6,6 +JOR,2015,6,6 +JOR,2016,6,6 +JOR,2017,6,6 +JOR,2018,,6 +JOR,2020,, +JOR,2025,, +JOR,2030,, +JOR,2035,, +JOR,2040,, +JOR,2045,, +JOR,2050,, +JOR,2055,, +JOR,2060,, +JOR,2065,, +JOR,2070,, +JOR,2075,, +JOR,2080,, +JOR,2085,, +JOR,2090,, +JOR,2095,, +JOR,2100,, +JPN,1990,,6 +JPN,1991,,6 +JPN,1992,,6 +JPN,1993,,6 +JPN,1994,,6 +JPN,1995,,6 +JPN,1996,,6 +JPN,1997,,6 +JPN,1998,6,6 +JPN,1999,6,6 +JPN,2000,6,6 +JPN,2001,6,6 +JPN,2002,6,6 +JPN,2003,6,6 +JPN,2004,6,6 +JPN,2005,6,6 +JPN,2006,6,6 +JPN,2007,6,6 +JPN,2008,6,6 +JPN,2009,6,6 +JPN,2010,6,6 +JPN,2011,6,6 +JPN,2012,6,6 +JPN,2013,6,6 +JPN,2014,6,6 +JPN,2015,6,6 +JPN,2016,6,6 +JPN,2017,6,6 +JPN,2018,6,6 +JPN,2020,, +JPN,2025,, +JPN,2030,, +JPN,2035,, +JPN,2040,, +JPN,2045,, +JPN,2050,, +JPN,2055,, +JPN,2060,, +JPN,2065,, +JPN,2070,, +JPN,2075,, +JPN,2080,, +JPN,2085,, +JPN,2090,, +JPN,2095,, +JPN,2100,, +KAZ,1990,,3 +KAZ,1991,,3 +KAZ,1992,,3 +KAZ,1993,,3 +KAZ,1994,,3 +KAZ,1995,,4 +KAZ,1996,,4 +KAZ,1997,,4 +KAZ,1998,7,4 +KAZ,1999,7,4 +KAZ,2000,7,4 +KAZ,2001,7,4 +KAZ,2002,7,4 +KAZ,2003,7,4 +KAZ,2004,7,4 +KAZ,2005,7,4 +KAZ,2006,7,4 +KAZ,2007,7,4 +KAZ,2008,7,4 +KAZ,2009,7,4 +KAZ,2010,7,4 +KAZ,2011,7,4 +KAZ,2012,7,4 +KAZ,2013,7,4 +KAZ,2014,7,4 +KAZ,2015,7,4 +KAZ,2016,7,4 +KAZ,2017,7,4 +KAZ,2018,7,4 +KAZ,2020,, +KAZ,2025,, +KAZ,2030,, +KAZ,2035,, +KAZ,2040,, +KAZ,2045,, +KAZ,2050,, +KAZ,2055,, +KAZ,2060,, +KAZ,2065,, +KAZ,2070,, +KAZ,2075,, +KAZ,2080,, +KAZ,2085,, +KAZ,2090,, +KAZ,2095,, +KAZ,2100,, +KEN,1990,,6 +KEN,1991,,6 +KEN,1992,,6 +KEN,1993,,6 +KEN,1994,,6 +KEN,1995,,6 +KEN,1996,,6 +KEN,1997,,6 +KEN,1998,6,6 +KEN,1999,6,6 +KEN,2000,6,6 +KEN,2001,6,6 +KEN,2002,6,6 +KEN,2003,6,6 +KEN,2004,6,6 +KEN,2005,6,6 +KEN,2006,6,6 +KEN,2007,6,6 +KEN,2008,6,6 +KEN,2009,6,6 +KEN,2010,6,6 +KEN,2011,6,6 +KEN,2012,6,6 +KEN,2013,6,6 +KEN,2014,6,6 +KEN,2015,6,6 +KEN,2016,6,6 +KEN,2017,6,6 +KEN,2018,,6 +KEN,2020,, +KEN,2025,, +KEN,2030,, +KEN,2035,, +KEN,2040,, +KEN,2045,, +KEN,2050,, +KEN,2055,, +KEN,2060,, +KEN,2065,, +KEN,2070,, +KEN,2075,, +KEN,2080,, +KEN,2085,, +KEN,2090,, +KEN,2095,, +KEN,2100,, +KGZ,1990,,3 +KGZ,1991,,3 +KGZ,1992,,3 +KGZ,1993,,3 +KGZ,1994,,3 +KGZ,1995,,3 +KGZ,1996,,4 +KGZ,1997,,4 +KGZ,1998,7,4 +KGZ,1999,7,4 +KGZ,2000,7,4 +KGZ,2001,7,4 +KGZ,2002,7,4 +KGZ,2003,7,4 +KGZ,2004,7,4 +KGZ,2005,7,4 +KGZ,2006,7,4 +KGZ,2007,7,4 +KGZ,2008,7,4 +KGZ,2009,7,4 +KGZ,2010,7,4 +KGZ,2011,7,4 +KGZ,2012,7,4 +KGZ,2013,7,4 +KGZ,2014,6,4 +KGZ,2015,6,4 +KGZ,2016,6,4 +KGZ,2017,6,4 +KGZ,2018,,4 +KGZ,2020,, +KGZ,2025,, +KGZ,2030,, +KGZ,2035,, +KGZ,2040,, +KGZ,2045,, +KGZ,2050,, +KGZ,2055,, +KGZ,2060,, +KGZ,2065,, +KGZ,2070,, +KGZ,2075,, +KGZ,2080,, +KGZ,2085,, +KGZ,2090,, +KGZ,2095,, +KGZ,2100,, +KHM,1990,,6 +KHM,1991,,6 +KHM,1992,,6 +KHM,1993,,6 +KHM,1994,,6 +KHM,1995,,6 +KHM,1996,,6 +KHM,1997,,6 +KHM,1998,,6 +KHM,1999,,6 +KHM,2000,,6 +KHM,2001,,6 +KHM,2002,,6 +KHM,2003,,6 +KHM,2004,,6 +KHM,2005,,6 +KHM,2006,,6 +KHM,2007,,6 +KHM,2008,,6 +KHM,2009,,6 +KHM,2010,,6 +KHM,2011,,6 +KHM,2012,,6 +KHM,2013,,6 +KHM,2014,,6 +KHM,2015,,6 +KHM,2016,,6 +KHM,2017,,6 +KHM,2018,,6 +KHM,2020,, +KHM,2025,, +KHM,2030,, +KHM,2035,, +KHM,2040,, +KHM,2045,, +KHM,2050,, +KHM,2055,, +KHM,2060,, +KHM,2065,, +KHM,2070,, +KHM,2075,, +KHM,2080,, +KHM,2085,, +KHM,2090,, +KHM,2095,, +KHM,2100,, +KIR,1990,,7 +KIR,1991,,7 +KIR,1992,,7 +KIR,1993,,7 +KIR,1994,,7 +KIR,1995,,7 +KIR,1996,,7 +KIR,1997,,7 +KIR,1998,,7 +KIR,1999,,6 +KIR,2000,,6 +KIR,2001,,6 +KIR,2002,,6 +KIR,2003,,6 +KIR,2004,,6 +KIR,2005,,6 +KIR,2006,,6 +KIR,2007,,6 +KIR,2008,,6 +KIR,2009,,6 +KIR,2010,,6 +KIR,2011,,6 +KIR,2012,,6 +KIR,2013,6,6 +KIR,2014,6,6 +KIR,2015,6,6 +KIR,2016,6,6 +KIR,2017,6,6 +KIR,2018,,6 +KIR,2020,, +KIR,2025,, +KIR,2030,, +KIR,2035,, +KIR,2040,, +KIR,2045,, +KIR,2050,, +KIR,2055,, +KIR,2060,, +KIR,2065,, +KIR,2070,, +KIR,2075,, +KIR,2080,, +KIR,2085,, +KIR,2090,, +KIR,2095,, +KIR,2100,, +KNA,1990,,7 +KNA,1991,,7 +KNA,1992,,7 +KNA,1993,,7 +KNA,1994,,7 +KNA,1995,,7 +KNA,1996,,7 +KNA,1997,,7 +KNA,1998,5,7 +KNA,1999,5,7 +KNA,2000,5,7 +KNA,2001,5,7 +KNA,2002,5,7 +KNA,2003,5,7 +KNA,2004,5,7 +KNA,2005,5,7 +KNA,2006,5,7 +KNA,2007,5,7 +KNA,2008,5,7 +KNA,2009,5,7 +KNA,2010,5,7 +KNA,2011,5,7 +KNA,2012,5,7 +KNA,2013,5,7 +KNA,2014,5,7 +KNA,2015,5,7 +KNA,2016,5,7 +KNA,2017,5,7 +KNA,2018,,7 +KNA,2020,, +KNA,2025,, +KNA,2030,, +KNA,2035,, +KNA,2040,, +KNA,2045,, +KNA,2050,, +KNA,2055,, +KNA,2060,, +KNA,2065,, +KNA,2070,, +KNA,2075,, +KNA,2080,, +KNA,2085,, +KNA,2090,, +KNA,2095,, +KNA,2100,, +KOR,1990,,6 +KOR,1991,,6 +KOR,1992,,6 +KOR,1993,,6 +KOR,1994,,6 +KOR,1995,,6 +KOR,1996,,6 +KOR,1997,6,6 +KOR,1998,6,6 +KOR,1999,6,6 +KOR,2000,6,6 +KOR,2001,6,6 +KOR,2002,6,6 +KOR,2003,6,6 +KOR,2004,6,6 +KOR,2005,6,6 +KOR,2006,6,6 +KOR,2007,6,6 +KOR,2008,6,6 +KOR,2009,6,6 +KOR,2010,6,6 +KOR,2011,6,6 +KOR,2012,6,6 +KOR,2013,6,6 +KOR,2014,6,6 +KOR,2015,6,6 +KOR,2016,6,6 +KOR,2017,6,6 +KOR,2018,,6 +KOR,2020,, +KOR,2025,, +KOR,2030,, +KOR,2035,, +KOR,2040,, +KOR,2045,, +KOR,2050,, +KOR,2055,, +KOR,2060,, +KOR,2065,, +KOR,2070,, +KOR,2075,, +KOR,2080,, +KOR,2085,, +KOR,2090,, +KOR,2095,, +KOR,2100,, +KWT,1990,,4 +KWT,1991,,4 +KWT,1992,,4 +KWT,1993,,4 +KWT,1994,,4 +KWT,1995,,4 +KWT,1996,,4 +KWT,1997,,4 +KWT,1998,6,4 +KWT,1999,6,4 +KWT,2000,6,4 +KWT,2001,6,4 +KWT,2002,6,4 +KWT,2003,6,4 +KWT,2004,6,4 +KWT,2005,6,5 +KWT,2006,6,5 +KWT,2007,6,5 +KWT,2008,6,5 +KWT,2009,6,5 +KWT,2010,6,5 +KWT,2011,6,5 +KWT,2012,6,5 +KWT,2013,6,5 +KWT,2014,6,5 +KWT,2015,6,5 +KWT,2016,6,5 +KWT,2017,6,5 +KWT,2018,,5 +KWT,2020,, +KWT,2025,, +KWT,2030,, +KWT,2035,, +KWT,2040,, +KWT,2045,, +KWT,2050,, +KWT,2055,, +KWT,2060,, +KWT,2065,, +KWT,2070,, +KWT,2075,, +KWT,2080,, +KWT,2085,, +KWT,2090,, +KWT,2095,, +KWT,2100,, +LAO,1990,,5 +LAO,1991,,5 +LAO,1992,,5 +LAO,1993,,5 +LAO,1994,,5 +LAO,1995,,5 +LAO,1996,,5 +LAO,1997,,5 +LAO,1998,6,5 +LAO,1999,6,5 +LAO,2000,6,5 +LAO,2001,6,5 +LAO,2002,6,5 +LAO,2003,6,5 +LAO,2004,6,5 +LAO,2005,6,5 +LAO,2006,6,5 +LAO,2007,6,5 +LAO,2008,6,5 +LAO,2009,6,5 +LAO,2010,6,5 +LAO,2011,6,5 +LAO,2012,6,5 +LAO,2013,6,5 +LAO,2014,6,5 +LAO,2015,6,5 +LAO,2016,6,5 +LAO,2017,6,5 +LAO,2018,,5 +LAO,2020,, +LAO,2025,, +LAO,2030,, +LAO,2035,, +LAO,2040,, +LAO,2045,, +LAO,2050,, +LAO,2055,, +LAO,2060,, +LAO,2065,, +LAO,2070,, +LAO,2075,, +LAO,2080,, +LAO,2085,, +LAO,2090,, +LAO,2095,, +LAO,2100,, +LBN,1990,,5 +LBN,1991,,5 +LBN,1992,,5 +LBN,1993,,5 +LBN,1994,,5 +LBN,1995,,5 +LBN,1996,,5 +LBN,1997,,5 +LBN,1998,6,5 +LBN,1999,6,5 +LBN,2000,6,5 +LBN,2001,6,6 +LBN,2002,6,6 +LBN,2003,6,6 +LBN,2004,6,6 +LBN,2005,6,6 +LBN,2006,6,6 +LBN,2007,6,6 +LBN,2008,6,6 +LBN,2009,6,6 +LBN,2010,6,6 +LBN,2011,6,6 +LBN,2012,6,6 +LBN,2013,6,6 +LBN,2014,6,6 +LBN,2015,6,6 +LBN,2016,6,6 +LBN,2017,6,6 +LBN,2018,,6 +LBN,2020,, +LBN,2025,, +LBN,2030,, +LBN,2035,, +LBN,2040,, +LBN,2045,, +LBN,2050,, +LBN,2055,, +LBN,2060,, +LBN,2065,, +LBN,2070,, +LBN,2075,, +LBN,2080,, +LBN,2085,, +LBN,2090,, +LBN,2095,, +LBN,2100,, +LBR,1990,,6 +LBR,1991,,6 +LBR,1992,,6 +LBR,1993,,6 +LBR,1994,,6 +LBR,1995,,6 +LBR,1996,,6 +LBR,1997,,6 +LBR,1998,,6 +LBR,1999,,6 +LBR,2000,,6 +LBR,2001,,6 +LBR,2002,,6 +LBR,2003,6,6 +LBR,2004,6,6 +LBR,2005,6,6 +LBR,2006,6,6 +LBR,2007,6,6 +LBR,2008,6,6 +LBR,2009,6,6 +LBR,2010,6,6 +LBR,2011,6,6 +LBR,2012,6,6 +LBR,2013,6,6 +LBR,2014,6,6 +LBR,2015,6,6 +LBR,2016,6,6 +LBR,2017,6,6 +LBR,2018,,6 +LBR,2020,, +LBR,2025,, +LBR,2030,, +LBR,2035,, +LBR,2040,, +LBR,2045,, +LBR,2050,, +LBR,2055,, +LBR,2060,, +LBR,2065,, +LBR,2070,, +LBR,2075,, +LBR,2080,, +LBR,2085,, +LBR,2090,, +LBR,2095,, +LBR,2100,, +LBY,1990,,6 +LBY,1991,,6 +LBY,1992,,6 +LBY,1993,,6 +LBY,1994,,6 +LBY,1995,,6 +LBY,1996,,6 +LBY,1997,,6 +LBY,1998,6,6 +LBY,1999,6,6 +LBY,2000,6,6 +LBY,2001,6,6 +LBY,2002,6,6 +LBY,2003,6,6 +LBY,2004,6,6 +LBY,2005,6,6 +LBY,2006,6,6 +LBY,2007,6,6 +LBY,2008,6,6 +LBY,2009,6,6 +LBY,2010,6,6 +LBY,2011,6,6 +LBY,2012,6,6 +LBY,2013,6,6 +LBY,2014,6,6 +LBY,2015,6,6 +LBY,2016,6,6 +LBY,2017,6,6 +LBY,2018,,6 +LBY,2020,, +LBY,2025,, +LBY,2030,, +LBY,2035,, +LBY,2040,, +LBY,2045,, +LBY,2050,, +LBY,2055,, +LBY,2060,, +LBY,2065,, +LBY,2070,, +LBY,2075,, +LBY,2080,, +LBY,2085,, +LBY,2090,, +LBY,2095,, +LBY,2100,, +LCA,1990,,7 +LCA,1991,,7 +LCA,1992,,7 +LCA,1993,,7 +LCA,1994,,7 +LCA,1995,,7 +LCA,1996,,7 +LCA,1997,,7 +LCA,1998,5,7 +LCA,1999,5,7 +LCA,2000,5,7 +LCA,2001,5,7 +LCA,2002,5,7 +LCA,2003,5,7 +LCA,2004,5,7 +LCA,2005,5,7 +LCA,2006,5,7 +LCA,2007,5,7 +LCA,2008,5,7 +LCA,2009,5,7 +LCA,2010,5,7 +LCA,2011,5,7 +LCA,2012,5,7 +LCA,2013,5,7 +LCA,2014,5,7 +LCA,2015,5,7 +LCA,2016,5,7 +LCA,2017,5,7 +LCA,2018,,7 +LCA,2020,, +LCA,2025,, +LCA,2030,, +LCA,2035,, +LCA,2040,, +LCA,2045,, +LCA,2050,, +LCA,2055,, +LCA,2060,, +LCA,2065,, +LCA,2070,, +LCA,2075,, +LCA,2080,, +LCA,2085,, +LCA,2090,, +LCA,2095,, +LCA,2100,, +LIE,1990,,5 +LIE,1991,,5 +LIE,1992,,5 +LIE,1993,,5 +LIE,1994,,5 +LIE,1995,,5 +LIE,1996,,5 +LIE,1997,,5 +LIE,1998,6,5 +LIE,1999,6,5 +LIE,2000,6,5 +LIE,2001,6,5 +LIE,2002,6,5 +LIE,2003,6,5 +LIE,2004,6,5 +LIE,2005,6,5 +LIE,2006,6,5 +LIE,2007,6,5 +LIE,2008,6,5 +LIE,2009,6,5 +LIE,2010,6,5 +LIE,2011,6,5 +LIE,2012,6,5 +LIE,2013,6,5 +LIE,2014,6,5 +LIE,2015,6,5 +LIE,2016,6,5 +LIE,2017,6,5 +LIE,2018,,5 +LIE,2020,, +LIE,2025,, +LIE,2030,, +LIE,2035,, +LIE,2040,, +LIE,2045,, +LIE,2050,, +LIE,2055,, +LIE,2060,, +LIE,2065,, +LIE,2070,, +LIE,2075,, +LIE,2080,, +LIE,2085,, +LIE,2090,, +LIE,2095,, +LIE,2100,, +LKA,1990,,5 +LKA,1991,,5 +LKA,1992,,5 +LKA,1993,,5 +LKA,1994,,5 +LKA,1995,,5 +LKA,1996,,5 +LKA,1997,,5 +LKA,1998,5,5 +LKA,1999,5,5 +LKA,2000,5,5 +LKA,2001,5,5 +LKA,2002,5,5 +LKA,2003,5,5 +LKA,2004,5,5 +LKA,2005,5,5 +LKA,2006,5,5 +LKA,2007,5,5 +LKA,2008,5,5 +LKA,2009,5,5 +LKA,2010,5,5 +LKA,2011,5,5 +LKA,2012,5,5 +LKA,2013,5,5 +LKA,2014,5,5 +LKA,2015,5,5 +LKA,2016,5,5 +LKA,2017,5,5 +LKA,2018,,5 +LKA,2020,, +LKA,2025,, +LKA,2030,, +LKA,2035,, +LKA,2040,, +LKA,2045,, +LKA,2050,, +LKA,2055,, +LKA,2060,, +LKA,2065,, +LKA,2070,, +LKA,2075,, +LKA,2080,, +LKA,2085,, +LKA,2090,, +LKA,2095,, +LKA,2100,, +LSO,1990,,7 +LSO,1991,,7 +LSO,1992,,7 +LSO,1993,,7 +LSO,1994,,7 +LSO,1995,,7 +LSO,1996,,7 +LSO,1997,,7 +LSO,1998,,7 +LSO,1999,,7 +LSO,2000,,7 +LSO,2001,,7 +LSO,2002,,7 +LSO,2003,,7 +LSO,2004,,7 +LSO,2005,,7 +LSO,2006,,7 +LSO,2007,,7 +LSO,2008,,7 +LSO,2009,,7 +LSO,2010,6,7 +LSO,2011,6,7 +LSO,2012,6,7 +LSO,2013,6,7 +LSO,2014,6,7 +LSO,2015,6,7 +LSO,2016,6,7 +LSO,2017,6,7 +LSO,2018,,7 +LSO,2020,, +LSO,2025,, +LSO,2030,, +LSO,2035,, +LSO,2040,, +LSO,2045,, +LSO,2050,, +LSO,2055,, +LSO,2060,, +LSO,2065,, +LSO,2070,, +LSO,2075,, +LSO,2080,, +LSO,2085,, +LSO,2090,, +LSO,2095,, +LSO,2100,, +LTU,1990,,4 +LTU,1991,,4 +LTU,1992,,4 +LTU,1993,,4 +LTU,1994,,4 +LTU,1995,,4 +LTU,1996,,4 +LTU,1997,,4 +LTU,1998,7,4 +LTU,1999,7,4 +LTU,2000,7,4 +LTU,2001,7,4 +LTU,2002,7,4 +LTU,2003,7,4 +LTU,2004,7,4 +LTU,2005,7,4 +LTU,2006,7,4 +LTU,2007,7,4 +LTU,2008,7,4 +LTU,2009,7,4 +LTU,2010,7,4 +LTU,2011,7,4 +LTU,2012,7,4 +LTU,2013,7,4 +LTU,2014,7,4 +LTU,2015,7,4 +LTU,2016,7,4 +LTU,2017,7,4 +LTU,2018,7,4 +LTU,2020,, +LTU,2025,, +LTU,2030,, +LTU,2035,, +LTU,2040,, +LTU,2045,, +LTU,2050,, +LTU,2055,, +LTU,2060,, +LTU,2065,, +LTU,2070,, +LTU,2075,, +LTU,2080,, +LTU,2085,, +LTU,2090,, +LTU,2095,, +LTU,2100,, +LUX,1990,,6 +LUX,1991,,6 +LUX,1992,,6 +LUX,1993,,6 +LUX,1994,,6 +LUX,1995,,6 +LUX,1996,,6 +LUX,1997,,6 +LUX,1998,6,6 +LUX,1999,6,6 +LUX,2000,6,6 +LUX,2001,6,6 +LUX,2002,6,6 +LUX,2003,6,6 +LUX,2004,6,6 +LUX,2005,6,6 +LUX,2006,6,6 +LUX,2007,6,6 +LUX,2008,6,6 +LUX,2009,4,6 +LUX,2010,4,6 +LUX,2011,4,6 +LUX,2012,4,6 +LUX,2013,4,6 +LUX,2014,4,6 +LUX,2015,4,6 +LUX,2016,4,6 +LUX,2017,4,6 +LUX,2018,,6 +LUX,2020,, +LUX,2025,, +LUX,2030,, +LUX,2035,, +LUX,2040,, +LUX,2045,, +LUX,2050,, +LUX,2055,, +LUX,2060,, +LUX,2065,, +LUX,2070,, +LUX,2075,, +LUX,2080,, +LUX,2085,, +LUX,2090,, +LUX,2095,, +LUX,2100,, +LVA,1990,,4 +LVA,1991,,4 +LVA,1992,,4 +LVA,1993,,4 +LVA,1994,,4 +LVA,1995,,4 +LVA,1996,,4 +LVA,1997,,4 +LVA,1998,5,4 +LVA,1999,5,4 +LVA,2000,5,4 +LVA,2001,5,4 +LVA,2002,5,4 +LVA,2003,5,4 +LVA,2004,5,4 +LVA,2005,5,4 +LVA,2006,5,4 +LVA,2007,5,6 +LVA,2008,5,6 +LVA,2009,5,6 +LVA,2010,5,6 +LVA,2011,5,6 +LVA,2012,5,6 +LVA,2013,5,6 +LVA,2014,5,6 +LVA,2015,5,6 +LVA,2016,5,6 +LVA,2017,5,6 +LVA,2018,5,6 +LVA,2020,, +LVA,2025,, +LVA,2030,, +LVA,2035,, +LVA,2040,, +LVA,2045,, +LVA,2050,, +LVA,2055,, +LVA,2060,, +LVA,2065,, +LVA,2070,, +LVA,2075,, +LVA,2080,, +LVA,2085,, +LVA,2090,, +LVA,2095,, +LVA,2100,, +MAC,1990,,6 +MAC,1991,,6 +MAC,1992,,6 +MAC,1993,,6 +MAC,1994,,6 +MAC,1995,,6 +MAC,1996,,6 +MAC,1997,,6 +MAC,1998,5,6 +MAC,1999,5,6 +MAC,2000,5,6 +MAC,2001,5,6 +MAC,2002,5,6 +MAC,2003,5,6 +MAC,2004,5,6 +MAC,2005,5,6 +MAC,2006,5,6 +MAC,2007,5,6 +MAC,2008,5,6 +MAC,2009,5,6 +MAC,2010,5,6 +MAC,2011,5,6 +MAC,2012,5,6 +MAC,2013,5,6 +MAC,2014,5,6 +MAC,2015,5,6 +MAC,2016,5,6 +MAC,2017,5,6 +MAC,2018,,6 +MAC,2020,, +MAC,2025,, +MAC,2030,, +MAC,2035,, +MAC,2040,, +MAC,2045,, +MAC,2050,, +MAC,2055,, +MAC,2060,, +MAC,2065,, +MAC,2070,, +MAC,2075,, +MAC,2080,, +MAC,2085,, +MAC,2090,, +MAC,2095,, +MAC,2100,, +MAF,1990,, +MAF,1991,, +MAF,1992,, +MAF,1993,, +MAF,1994,, +MAF,1995,, +MAF,1996,, +MAF,1997,, +MAF,1998,, +MAF,1999,, +MAF,2000,, +MAF,2001,, +MAF,2002,, +MAF,2003,, +MAF,2004,, +MAF,2005,, +MAF,2006,, +MAF,2007,, +MAF,2008,, +MAF,2009,, +MAF,2010,, +MAF,2011,, +MAF,2012,, +MAF,2013,, +MAF,2014,, +MAF,2015,, +MAF,2016,, +MAF,2017,, +MAF,2018,, +MAF,2020,, +MAF,2025,, +MAF,2030,, +MAF,2035,, +MAF,2040,, +MAF,2045,, +MAF,2050,, +MAF,2055,, +MAF,2060,, +MAF,2065,, +MAF,2070,, +MAF,2075,, +MAF,2080,, +MAF,2085,, +MAF,2090,, +MAF,2095,, +MAF,2100,, +MAR,1990,,5 +MAR,1991,,6 +MAR,1992,,6 +MAR,1993,,6 +MAR,1994,,6 +MAR,1995,,6 +MAR,1996,,6 +MAR,1997,,6 +MAR,1998,7,6 +MAR,1999,7,6 +MAR,2000,6,6 +MAR,2001,6,6 +MAR,2002,6,6 +MAR,2003,6,6 +MAR,2004,6,6 +MAR,2005,6,6 +MAR,2006,6,6 +MAR,2007,6,6 +MAR,2008,6,6 +MAR,2009,6,6 +MAR,2010,6,6 +MAR,2011,6,6 +MAR,2012,6,6 +MAR,2013,6,6 +MAR,2014,6,6 +MAR,2015,6,6 +MAR,2016,6,6 +MAR,2017,6,6 +MAR,2018,,6 +MAR,2020,, +MAR,2025,, +MAR,2030,, +MAR,2035,, +MAR,2040,, +MAR,2045,, +MAR,2050,, +MAR,2055,, +MAR,2060,, +MAR,2065,, +MAR,2070,, +MAR,2075,, +MAR,2080,, +MAR,2085,, +MAR,2090,, +MAR,2095,, +MAR,2100,, +MCO,1990,,5 +MCO,1991,,5 +MCO,1992,,5 +MCO,1993,,5 +MCO,1994,,5 +MCO,1995,,5 +MCO,1996,,5 +MCO,1997,,5 +MCO,1998,,5 +MCO,1999,,5 +MCO,2000,,5 +MCO,2001,,5 +MCO,2002,,5 +MCO,2003,,5 +MCO,2004,,5 +MCO,2005,,5 +MCO,2006,,5 +MCO,2007,6,5 +MCO,2008,6,5 +MCO,2009,6,5 +MCO,2010,6,5 +MCO,2011,6,5 +MCO,2012,6,5 +MCO,2013,6,5 +MCO,2014,6,5 +MCO,2015,6,5 +MCO,2016,6,5 +MCO,2017,6,5 +MCO,2018,,5 +MCO,2020,, +MCO,2025,, +MCO,2030,, +MCO,2035,, +MCO,2040,, +MCO,2045,, +MCO,2050,, +MCO,2055,, +MCO,2060,, +MCO,2065,, +MCO,2070,, +MCO,2075,, +MCO,2080,, +MCO,2085,, +MCO,2090,, +MCO,2095,, +MCO,2100,, +MDA,1990,,4 +MDA,1991,,4 +MDA,1992,,4 +MDA,1993,,4 +MDA,1994,,4 +MDA,1995,,4 +MDA,1996,,4 +MDA,1997,,4 +MDA,1998,7,4 +MDA,1999,7,4 +MDA,2000,7,4 +MDA,2001,7,4 +MDA,2002,7,4 +MDA,2003,7,4 +MDA,2004,7,4 +MDA,2005,7,4 +MDA,2006,7,4 +MDA,2007,7,4 +MDA,2008,7,4 +MDA,2009,7,4 +MDA,2010,7,4 +MDA,2011,7,4 +MDA,2012,7,4 +MDA,2013,7,4 +MDA,2014,7,4 +MDA,2015,7,4 +MDA,2016,7,4 +MDA,2017,7,4 +MDA,2018,,4 +MDA,2020,, +MDA,2025,, +MDA,2030,, +MDA,2035,, +MDA,2040,, +MDA,2045,, +MDA,2050,, +MDA,2055,, +MDA,2060,, +MDA,2065,, +MDA,2070,, +MDA,2075,, +MDA,2080,, +MDA,2085,, +MDA,2090,, +MDA,2095,, +MDA,2100,, +MDG,1990,,5 +MDG,1991,,5 +MDG,1992,,5 +MDG,1993,,5 +MDG,1994,,5 +MDG,1995,,5 +MDG,1996,,5 +MDG,1997,,5 +MDG,1998,6,5 +MDG,1999,6,5 +MDG,2000,6,5 +MDG,2001,6,5 +MDG,2002,6,5 +MDG,2003,6,5 +MDG,2004,6,5 +MDG,2005,6,5 +MDG,2006,6,5 +MDG,2007,6,5 +MDG,2008,6,5 +MDG,2009,6,5 +MDG,2010,6,5 +MDG,2011,6,5 +MDG,2012,6,5 +MDG,2013,6,5 +MDG,2014,6,5 +MDG,2015,6,5 +MDG,2016,6,5 +MDG,2017,6,5 +MDG,2018,,5 +MDG,2020,, +MDG,2025,, +MDG,2030,, +MDG,2035,, +MDG,2040,, +MDG,2045,, +MDG,2050,, +MDG,2055,, +MDG,2060,, +MDG,2065,, +MDG,2070,, +MDG,2075,, +MDG,2080,, +MDG,2085,, +MDG,2090,, +MDG,2095,, +MDG,2100,, +MDV,1990,,5 +MDV,1991,,5 +MDV,1992,,5 +MDV,1993,,5 +MDV,1994,,5 +MDV,1995,,5 +MDV,1996,,5 +MDV,1997,,5 +MDV,1998,,7 +MDV,1999,,7 +MDV,2000,,7 +MDV,2001,,7 +MDV,2002,,7 +MDV,2003,,7 +MDV,2004,,7 +MDV,2005,,7 +MDV,2006,,7 +MDV,2007,,7 +MDV,2008,,7 +MDV,2009,,7 +MDV,2010,,7 +MDV,2011,,7 +MDV,2012,,7 +MDV,2013,,7 +MDV,2014,,7 +MDV,2015,,7 +MDV,2016,,7 +MDV,2017,,7 +MDV,2018,,7 +MDV,2020,, +MDV,2025,, +MDV,2030,, +MDV,2035,, +MDV,2040,, +MDV,2045,, +MDV,2050,, +MDV,2055,, +MDV,2060,, +MDV,2065,, +MDV,2070,, +MDV,2075,, +MDV,2080,, +MDV,2085,, +MDV,2090,, +MDV,2095,, +MDV,2100,, +MEX,1990,,6 +MEX,1991,,6 +MEX,1992,,6 +MEX,1993,,6 +MEX,1994,,6 +MEX,1995,,6 +MEX,1996,,6 +MEX,1997,,6 +MEX,1998,6,6 +MEX,1999,6,6 +MEX,2000,6,6 +MEX,2001,4,6 +MEX,2002,4,6 +MEX,2003,4,6 +MEX,2004,4,6 +MEX,2005,4,6 +MEX,2006,4,6 +MEX,2007,4,6 +MEX,2008,4,6 +MEX,2009,4,6 +MEX,2010,4,6 +MEX,2011,4,6 +MEX,2012,4,6 +MEX,2013,4,6 +MEX,2014,4,6 +MEX,2015,4,6 +MEX,2016,4,6 +MEX,2017,4,6 +MEX,2018,4,6 +MEX,2020,, +MEX,2025,, +MEX,2030,, +MEX,2035,, +MEX,2040,, +MEX,2045,, +MEX,2050,, +MEX,2055,, +MEX,2060,, +MEX,2065,, +MEX,2070,, +MEX,2075,, +MEX,2080,, +MEX,2085,, +MEX,2090,, +MEX,2095,, +MEX,2100,, +MHL,1990,,6 +MHL,1991,,6 +MHL,1992,,6 +MHL,1993,,6 +MHL,1994,,6 +MHL,1995,,6 +MHL,1996,,6 +MHL,1997,,6 +MHL,1998,5,6 +MHL,1999,5,6 +MHL,2000,5,6 +MHL,2001,5,6 +MHL,2002,5,6 +MHL,2003,5,6 +MHL,2004,5,6 +MHL,2005,5,6 +MHL,2006,5,6 +MHL,2007,5,6 +MHL,2008,5,6 +MHL,2009,5,6 +MHL,2010,5,6 +MHL,2011,5,6 +MHL,2012,5,6 +MHL,2013,5,6 +MHL,2014,5,6 +MHL,2015,5,6 +MHL,2016,5,6 +MHL,2017,5,6 +MHL,2018,,6 +MHL,2020,, +MHL,2025,, +MHL,2030,, +MHL,2035,, +MHL,2040,, +MHL,2045,, +MHL,2050,, +MHL,2055,, +MHL,2060,, +MHL,2065,, +MHL,2070,, +MHL,2075,, +MHL,2080,, +MHL,2085,, +MHL,2090,, +MHL,2095,, +MHL,2100,, +MKD,1990,,4 +MKD,1991,,4 +MKD,1992,,4 +MKD,1993,,4 +MKD,1994,,4 +MKD,1995,,4 +MKD,1996,,4 +MKD,1997,,4 +MKD,1998,,4 +MKD,1999,,4 +MKD,2000,,4 +MKD,2001,,4 +MKD,2002,,4 +MKD,2003,,4 +MKD,2004,6,4 +MKD,2005,6,4 +MKD,2006,6,4 +MKD,2007,6,4 +MKD,2008,6,5 +MKD,2009,6,5 +MKD,2010,6,5 +MKD,2011,6,5 +MKD,2012,6,5 +MKD,2013,6,5 +MKD,2014,6,5 +MKD,2015,6,5 +MKD,2016,6,5 +MKD,2017,6,5 +MKD,2018,,5 +MKD,2020,, +MKD,2025,, +MKD,2030,, +MKD,2035,, +MKD,2040,, +MKD,2045,, +MKD,2050,, +MKD,2055,, +MKD,2060,, +MKD,2065,, +MKD,2070,, +MKD,2075,, +MKD,2080,, +MKD,2085,, +MKD,2090,, +MKD,2095,, +MKD,2100,, +MLI,1990,,6 +MLI,1991,,6 +MLI,1992,,6 +MLI,1993,,6 +MLI,1994,,6 +MLI,1995,,6 +MLI,1996,,6 +MLI,1997,,6 +MLI,1998,7,6 +MLI,1999,7,6 +MLI,2000,7,6 +MLI,2001,7,6 +MLI,2002,7,6 +MLI,2003,7,6 +MLI,2004,7,6 +MLI,2005,7,6 +MLI,2006,7,6 +MLI,2007,7,6 +MLI,2008,7,6 +MLI,2009,7,6 +MLI,2010,7,6 +MLI,2011,7,6 +MLI,2012,7,6 +MLI,2013,7,6 +MLI,2014,7,6 +MLI,2015,7,6 +MLI,2016,7,6 +MLI,2017,7,6 +MLI,2018,,6 +MLI,2020,, +MLI,2025,, +MLI,2030,, +MLI,2035,, +MLI,2040,, +MLI,2045,, +MLI,2050,, +MLI,2055,, +MLI,2060,, +MLI,2065,, +MLI,2070,, +MLI,2075,, +MLI,2080,, +MLI,2085,, +MLI,2090,, +MLI,2095,, +MLI,2100,, +MLT,1990,,6 +MLT,1991,,6 +MLT,1992,,6 +MLT,1993,,6 +MLT,1994,,6 +MLT,1995,,6 +MLT,1996,,6 +MLT,1997,,6 +MLT,1998,5,6 +MLT,1999,5,6 +MLT,2000,5,6 +MLT,2001,5,6 +MLT,2002,5,6 +MLT,2003,5,6 +MLT,2004,5,6 +MLT,2005,5,6 +MLT,2006,5,6 +MLT,2007,5,6 +MLT,2008,5,6 +MLT,2009,5,6 +MLT,2010,5,6 +MLT,2011,5,6 +MLT,2012,5,6 +MLT,2013,5,6 +MLT,2014,5,6 +MLT,2015,5,6 +MLT,2016,5,6 +MLT,2017,5,6 +MLT,2018,,6 +MLT,2020,, +MLT,2025,, +MLT,2030,, +MLT,2035,, +MLT,2040,, +MLT,2045,, +MLT,2050,, +MLT,2055,, +MLT,2060,, +MLT,2065,, +MLT,2070,, +MLT,2075,, +MLT,2080,, +MLT,2085,, +MLT,2090,, +MLT,2095,, +MLT,2100,, +MMR,1990,,5 +MMR,1991,,5 +MMR,1992,,5 +MMR,1993,,5 +MMR,1994,,5 +MMR,1995,,5 +MMR,1996,,5 +MMR,1997,,5 +MMR,1998,5,5 +MMR,1999,5,5 +MMR,2000,5,5 +MMR,2001,5,5 +MMR,2002,5,5 +MMR,2003,5,5 +MMR,2004,5,5 +MMR,2005,5,5 +MMR,2006,5,5 +MMR,2007,5,5 +MMR,2008,5,5 +MMR,2009,5,5 +MMR,2010,5,5 +MMR,2011,5,5 +MMR,2012,5,5 +MMR,2013,5,5 +MMR,2014,5,5 +MMR,2015,5,5 +MMR,2016,5,5 +MMR,2017,5,5 +MMR,2018,,5 +MMR,2020,, +MMR,2025,, +MMR,2030,, +MMR,2035,, +MMR,2040,, +MMR,2045,, +MMR,2050,, +MMR,2055,, +MMR,2060,, +MMR,2065,, +MMR,2070,, +MMR,2075,, +MMR,2080,, +MMR,2085,, +MMR,2090,, +MMR,2095,, +MMR,2100,, +MNE,1990,,4 +MNE,1991,,4 +MNE,1992,,4 +MNE,1993,,4 +MNE,1994,,4 +MNE,1995,,4 +MNE,1996,,4 +MNE,1997,,4 +MNE,1998,,4 +MNE,1999,,4 +MNE,2000,,4 +MNE,2001,6,4 +MNE,2002,6,4 +MNE,2003,6,4 +MNE,2004,6,4 +MNE,2005,6,4 +MNE,2006,6,4 +MNE,2007,6,4 +MNE,2008,6,4 +MNE,2009,6,4 +MNE,2010,6,4 +MNE,2011,6,5 +MNE,2012,6,5 +MNE,2013,6,5 +MNE,2014,6,5 +MNE,2015,6,5 +MNE,2016,6,5 +MNE,2017,6,5 +MNE,2018,,5 +MNE,2020,, +MNE,2025,, +MNE,2030,, +MNE,2035,, +MNE,2040,, +MNE,2045,, +MNE,2050,, +MNE,2055,, +MNE,2060,, +MNE,2065,, +MNE,2070,, +MNE,2075,, +MNE,2080,, +MNE,2085,, +MNE,2090,, +MNE,2095,, +MNE,2100,, +MNG,1990,,3 +MNG,1991,,3 +MNG,1992,,3 +MNG,1993,,3 +MNG,1994,,3 +MNG,1995,,3 +MNG,1996,,3 +MNG,1997,,4 +MNG,1998,8,4 +MNG,1999,8,4 +MNG,2000,8,4 +MNG,2001,8,4 +MNG,2002,8,4 +MNG,2003,6,4 +MNG,2004,6,4 +MNG,2005,6,5 +MNG,2006,6,5 +MNG,2007,6,5 +MNG,2008,6,5 +MNG,2009,6,5 +MNG,2010,6,5 +MNG,2011,6,5 +MNG,2012,6,5 +MNG,2013,6,5 +MNG,2014,6,5 +MNG,2015,6,5 +MNG,2016,6,5 +MNG,2017,6,5 +MNG,2018,,5 +MNG,2020,, +MNG,2025,, +MNG,2030,, +MNG,2035,, +MNG,2040,, +MNG,2045,, +MNG,2050,, +MNG,2055,, +MNG,2060,, +MNG,2065,, +MNG,2070,, +MNG,2075,, +MNG,2080,, +MNG,2085,, +MNG,2090,, +MNG,2095,, +MNG,2100,, +MNP,1990,, +MNP,1991,, +MNP,1992,, +MNP,1993,, +MNP,1994,, +MNP,1995,, +MNP,1996,, +MNP,1997,, +MNP,1998,, +MNP,1999,, +MNP,2000,, +MNP,2001,, +MNP,2002,, +MNP,2003,, +MNP,2004,, +MNP,2005,, +MNP,2006,, +MNP,2007,, +MNP,2008,, +MNP,2009,, +MNP,2010,, +MNP,2011,, +MNP,2012,, +MNP,2013,, +MNP,2014,, +MNP,2015,, +MNP,2016,, +MNP,2017,, +MNP,2018,, +MNP,2020,, +MNP,2025,, +MNP,2030,, +MNP,2035,, +MNP,2040,, +MNP,2045,, +MNP,2050,, +MNP,2055,, +MNP,2060,, +MNP,2065,, +MNP,2070,, +MNP,2075,, +MNP,2080,, +MNP,2085,, +MNP,2090,, +MNP,2095,, +MNP,2100,, +MOZ,1990,,5 +MOZ,1991,,5 +MOZ,1992,,5 +MOZ,1993,,5 +MOZ,1994,,5 +MOZ,1995,,5 +MOZ,1996,,5 +MOZ,1997,,5 +MOZ,1998,,7 +MOZ,1999,,7 +MOZ,2000,,7 +MOZ,2001,,7 +MOZ,2002,,7 +MOZ,2003,,7 +MOZ,2004,,7 +MOZ,2005,,7 +MOZ,2006,,7 +MOZ,2007,,7 +MOZ,2008,,7 +MOZ,2009,,7 +MOZ,2010,,7 +MOZ,2011,,7 +MOZ,2012,,7 +MOZ,2013,,7 +MOZ,2014,,7 +MOZ,2015,,7 +MOZ,2016,,7 +MOZ,2017,,7 +MOZ,2018,,7 +MOZ,2020,, +MOZ,2025,, +MOZ,2030,, +MOZ,2035,, +MOZ,2040,, +MOZ,2045,, +MOZ,2050,, +MOZ,2055,, +MOZ,2060,, +MOZ,2065,, +MOZ,2070,, +MOZ,2075,, +MOZ,2080,, +MOZ,2085,, +MOZ,2090,, +MOZ,2095,, +MOZ,2100,, +MRT,1990,,6 +MRT,1991,,6 +MRT,1992,,6 +MRT,1993,,6 +MRT,1994,,6 +MRT,1995,,6 +MRT,1996,,6 +MRT,1997,,6 +MRT,1998,,6 +MRT,1999,,6 +MRT,2000,,6 +MRT,2001,6,6 +MRT,2002,6,6 +MRT,2003,6,6 +MRT,2004,6,6 +MRT,2005,6,6 +MRT,2006,6,6 +MRT,2007,6,6 +MRT,2008,6,6 +MRT,2009,6,6 +MRT,2010,6,6 +MRT,2011,6,6 +MRT,2012,6,6 +MRT,2013,6,6 +MRT,2014,6,6 +MRT,2015,6,6 +MRT,2016,6,6 +MRT,2017,6,6 +MRT,2018,,6 +MRT,2020,, +MRT,2025,, +MRT,2030,, +MRT,2035,, +MRT,2040,, +MRT,2045,, +MRT,2050,, +MRT,2055,, +MRT,2060,, +MRT,2065,, +MRT,2070,, +MRT,2075,, +MRT,2080,, +MRT,2085,, +MRT,2090,, +MRT,2095,, +MRT,2100,, +MUS,1990,,6 +MUS,1991,,6 +MUS,1992,,6 +MUS,1993,,6 +MUS,1994,,6 +MUS,1995,,6 +MUS,1996,,6 +MUS,1997,,6 +MUS,1998,5,6 +MUS,1999,5,6 +MUS,2000,5,6 +MUS,2001,5,6 +MUS,2002,5,6 +MUS,2003,5,6 +MUS,2004,5,6 +MUS,2005,5,6 +MUS,2006,5,6 +MUS,2007,5,6 +MUS,2008,5,6 +MUS,2009,5,6 +MUS,2010,5,6 +MUS,2011,5,6 +MUS,2012,5,6 +MUS,2013,5,6 +MUS,2014,5,6 +MUS,2015,5,6 +MUS,2016,5,6 +MUS,2017,5,6 +MUS,2018,,6 +MUS,2020,, +MUS,2025,, +MUS,2030,, +MUS,2035,, +MUS,2040,, +MUS,2045,, +MUS,2050,, +MUS,2055,, +MUS,2060,, +MUS,2065,, +MUS,2070,, +MUS,2075,, +MUS,2080,, +MUS,2085,, +MUS,2090,, +MUS,2095,, +MUS,2100,, +MWI,1990,,6 +MWI,1991,,6 +MWI,1992,,6 +MWI,1993,,6 +MWI,1994,,6 +MWI,1995,,6 +MWI,1996,,6 +MWI,1997,,8 +MWI,1998,6,6 +MWI,1999,6,6 +MWI,2000,6,6 +MWI,2001,6,6 +MWI,2002,6,6 +MWI,2003,6,6 +MWI,2004,6,6 +MWI,2005,6,6 +MWI,2006,6,6 +MWI,2007,6,6 +MWI,2008,6,6 +MWI,2009,6,6 +MWI,2010,6,6 +MWI,2011,6,6 +MWI,2012,6,6 +MWI,2013,6,6 +MWI,2014,6,6 +MWI,2015,6,6 +MWI,2016,6,6 +MWI,2017,6,6 +MWI,2018,,6 +MWI,2020,, +MWI,2025,, +MWI,2030,, +MWI,2035,, +MWI,2040,, +MWI,2045,, +MWI,2050,, +MWI,2055,, +MWI,2060,, +MWI,2065,, +MWI,2070,, +MWI,2075,, +MWI,2080,, +MWI,2085,, +MWI,2090,, +MWI,2095,, +MWI,2100,, +MYS,1990,,6 +MYS,1991,,6 +MYS,1992,,6 +MYS,1993,,6 +MYS,1994,,6 +MYS,1995,,6 +MYS,1996,,6 +MYS,1997,,6 +MYS,1998,,6 +MYS,1999,,6 +MYS,2000,,6 +MYS,2001,,6 +MYS,2002,,6 +MYS,2003,6,6 +MYS,2004,6,6 +MYS,2005,6,6 +MYS,2006,6,6 +MYS,2007,6,6 +MYS,2008,6,6 +MYS,2009,6,6 +MYS,2010,6,6 +MYS,2011,6,6 +MYS,2012,6,6 +MYS,2013,6,6 +MYS,2014,6,6 +MYS,2015,6,6 +MYS,2016,6,6 +MYS,2017,6,6 +MYS,2018,,6 +MYS,2020,, +MYS,2025,, +MYS,2030,, +MYS,2035,, +MYS,2040,, +MYS,2045,, +MYS,2050,, +MYS,2055,, +MYS,2060,, +MYS,2065,, +MYS,2070,, +MYS,2075,, +MYS,2080,, +MYS,2085,, +MYS,2090,, +MYS,2095,, +MYS,2100,, +NAM,1990,,7 +NAM,1991,,7 +NAM,1992,,7 +NAM,1993,,7 +NAM,1994,,7 +NAM,1995,,7 +NAM,1996,,7 +NAM,1997,,7 +NAM,1998,7,7 +NAM,1999,7,7 +NAM,2000,7,7 +NAM,2001,7,7 +NAM,2002,7,7 +NAM,2003,7,7 +NAM,2004,7,7 +NAM,2005,7,7 +NAM,2006,7,7 +NAM,2007,7,7 +NAM,2008,7,7 +NAM,2009,7,7 +NAM,2010,7,7 +NAM,2011,7,7 +NAM,2012,7,7 +NAM,2013,7,7 +NAM,2014,7,7 +NAM,2015,7,7 +NAM,2016,7,7 +NAM,2017,7,7 +NAM,2018,,7 +NAM,2020,, +NAM,2025,, +NAM,2030,, +NAM,2035,, +NAM,2040,, +NAM,2045,, +NAM,2050,, +NAM,2055,, +NAM,2060,, +NAM,2065,, +NAM,2070,, +NAM,2075,, +NAM,2080,, +NAM,2085,, +NAM,2090,, +NAM,2095,, +NAM,2100,, +NCL,1990,,5 +NCL,1991,,5 +NCL,1992,,5 +NCL,1993,,5 +NCL,1994,,5 +NCL,1995,,5 +NCL,1996,,5 +NCL,1997,,5 +NCL,1998,,5 +NCL,1999,,5 +NCL,2000,,5 +NCL,2001,,5 +NCL,2002,,5 +NCL,2003,,5 +NCL,2004,,5 +NCL,2005,,5 +NCL,2006,,5 +NCL,2007,,5 +NCL,2008,,5 +NCL,2009,,5 +NCL,2010,,5 +NCL,2011,,5 +NCL,2012,,5 +NCL,2013,,5 +NCL,2014,,5 +NCL,2015,,5 +NCL,2016,,5 +NCL,2017,,5 +NCL,2018,,5 +NCL,2020,, +NCL,2025,, +NCL,2030,, +NCL,2035,, +NCL,2040,, +NCL,2045,, +NCL,2050,, +NCL,2055,, +NCL,2060,, +NCL,2065,, +NCL,2070,, +NCL,2075,, +NCL,2080,, +NCL,2085,, +NCL,2090,, +NCL,2095,, +NCL,2100,, +NER,1990,,6 +NER,1991,,6 +NER,1992,,6 +NER,1993,,6 +NER,1994,,6 +NER,1995,,6 +NER,1996,,6 +NER,1997,,6 +NER,1998,,6 +NER,1999,,6 +NER,2000,,6 +NER,2001,,6 +NER,2002,,6 +NER,2003,,6 +NER,2004,,6 +NER,2005,,6 +NER,2006,,6 +NER,2007,,6 +NER,2008,,6 +NER,2009,,6 +NER,2010,,6 +NER,2011,,6 +NER,2012,,6 +NER,2013,,6 +NER,2014,,6 +NER,2015,,6 +NER,2016,,6 +NER,2017,,6 +NER,2018,,6 +NER,2020,, +NER,2025,, +NER,2030,, +NER,2035,, +NER,2040,, +NER,2045,, +NER,2050,, +NER,2055,, +NER,2060,, +NER,2065,, +NER,2070,, +NER,2075,, +NER,2080,, +NER,2085,, +NER,2090,, +NER,2095,, +NER,2100,, +NGA,1990,,6 +NGA,1991,,6 +NGA,1992,,6 +NGA,1993,,6 +NGA,1994,,6 +NGA,1995,,6 +NGA,1996,,6 +NGA,1997,,6 +NGA,1998,,6 +NGA,1999,,6 +NGA,2000,,6 +NGA,2001,,6 +NGA,2002,,6 +NGA,2003,,6 +NGA,2004,6,6 +NGA,2005,6,6 +NGA,2006,6,6 +NGA,2007,6,6 +NGA,2008,6,6 +NGA,2009,6,6 +NGA,2010,6,6 +NGA,2011,6,6 +NGA,2012,6,6 +NGA,2013,6,6 +NGA,2014,6,6 +NGA,2015,6,6 +NGA,2016,6,6 +NGA,2017,6,6 +NGA,2018,,6 +NGA,2020,, +NGA,2025,, +NGA,2030,, +NGA,2035,, +NGA,2040,, +NGA,2045,, +NGA,2050,, +NGA,2055,, +NGA,2060,, +NGA,2065,, +NGA,2070,, +NGA,2075,, +NGA,2080,, +NGA,2085,, +NGA,2090,, +NGA,2095,, +NGA,2100,, +NIC,1990,,6 +NIC,1991,,6 +NIC,1992,,6 +NIC,1993,,6 +NIC,1994,,6 +NIC,1995,,6 +NIC,1996,,6 +NIC,1997,,6 +NIC,1998,7,6 +NIC,1999,7,6 +NIC,2000,7,6 +NIC,2001,7,6 +NIC,2002,7,6 +NIC,2003,7,6 +NIC,2004,7,6 +NIC,2005,7,6 +NIC,2006,5,6 +NIC,2007,5,6 +NIC,2008,5,6 +NIC,2009,5,6 +NIC,2010,5,6 +NIC,2011,5,6 +NIC,2012,5,6 +NIC,2013,5,6 +NIC,2014,5,6 +NIC,2015,5,6 +NIC,2016,5,6 +NIC,2017,5,6 +NIC,2018,5,6 +NIC,2020,, +NIC,2025,, +NIC,2030,, +NIC,2035,, +NIC,2040,, +NIC,2045,, +NIC,2050,, +NIC,2055,, +NIC,2060,, +NIC,2065,, +NIC,2070,, +NIC,2075,, +NIC,2080,, +NIC,2085,, +NIC,2090,, +NIC,2095,, +NIC,2100,, +NLD,1990,,6 +NLD,1991,,6 +NLD,1992,,6 +NLD,1993,,6 +NLD,1994,,6 +NLD,1995,,6 +NLD,1996,,6 +NLD,1997,5,6 +NLD,1998,5,6 +NLD,1999,5,6 +NLD,2000,5,6 +NLD,2001,5,6 +NLD,2002,5,6 +NLD,2003,5,6 +NLD,2004,5,6 +NLD,2005,5,6 +NLD,2006,5,6 +NLD,2007,5,6 +NLD,2008,5,6 +NLD,2009,5,6 +NLD,2010,5,6 +NLD,2011,5,6 +NLD,2012,5,6 +NLD,2013,5,6 +NLD,2014,5,6 +NLD,2015,5,6 +NLD,2016,5,6 +NLD,2017,5,6 +NLD,2018,,6 +NLD,2020,, +NLD,2025,, +NLD,2030,, +NLD,2035,, +NLD,2040,, +NLD,2045,, +NLD,2050,, +NLD,2055,, +NLD,2060,, +NLD,2065,, +NLD,2070,, +NLD,2075,, +NLD,2080,, +NLD,2085,, +NLD,2090,, +NLD,2095,, +NLD,2100,, +NOR,1990,,6 +NOR,1991,,6 +NOR,1992,,6 +NOR,1993,,6 +NOR,1994,,6 +NOR,1995,,6 +NOR,1996,,6 +NOR,1997,,7 +NOR,1998,6,7 +NOR,1999,6,7 +NOR,2000,6,7 +NOR,2001,6,7 +NOR,2002,6,7 +NOR,2003,6,7 +NOR,2004,6,7 +NOR,2005,6,7 +NOR,2006,6,7 +NOR,2007,6,7 +NOR,2008,6,7 +NOR,2009,6,7 +NOR,2010,6,7 +NOR,2011,6,7 +NOR,2012,6,7 +NOR,2013,6,7 +NOR,2014,6,7 +NOR,2015,6,7 +NOR,2016,6,7 +NOR,2017,6,7 +NOR,2018,6,7 +NOR,2020,, +NOR,2025,, +NOR,2030,, +NOR,2035,, +NOR,2040,, +NOR,2045,, +NOR,2050,, +NOR,2055,, +NOR,2060,, +NOR,2065,, +NOR,2070,, +NOR,2075,, +NOR,2080,, +NOR,2085,, +NOR,2090,, +NOR,2095,, +NOR,2100,, +NPL,1990,,5 +NPL,1991,,5 +NPL,1992,,5 +NPL,1993,,5 +NPL,1994,,5 +NPL,1995,,5 +NPL,1996,,5 +NPL,1997,,5 +NPL,1998,,5 +NPL,1999,,5 +NPL,2000,,5 +NPL,2001,,5 +NPL,2002,,5 +NPL,2003,,5 +NPL,2004,,5 +NPL,2005,,5 +NPL,2006,,5 +NPL,2007,,5 +NPL,2008,,5 +NPL,2009,,5 +NPL,2010,,5 +NPL,2011,,5 +NPL,2012,,5 +NPL,2013,,5 +NPL,2014,,5 +NPL,2015,,5 +NPL,2016,,5 +NPL,2017,,5 +NPL,2018,,5 +NPL,2020,, +NPL,2025,, +NPL,2030,, +NPL,2035,, +NPL,2040,, +NPL,2045,, +NPL,2050,, +NPL,2055,, +NPL,2060,, +NPL,2065,, +NPL,2070,, +NPL,2075,, +NPL,2080,, +NPL,2085,, +NPL,2090,, +NPL,2095,, +NPL,2100,, +NRU,1990,,6 +NRU,1991,,6 +NRU,1992,,6 +NRU,1993,,6 +NRU,1994,,6 +NRU,1995,,6 +NRU,1996,,6 +NRU,1997,,7 +NRU,1998,6,6 +NRU,1999,6,6 +NRU,2000,6,6 +NRU,2001,6,6 +NRU,2002,6,6 +NRU,2003,6,6 +NRU,2004,6,6 +NRU,2005,6,6 +NRU,2006,6,6 +NRU,2007,6,6 +NRU,2008,6,6 +NRU,2009,6,6 +NRU,2010,6,6 +NRU,2011,4,6 +NRU,2012,4,6 +NRU,2013,4,6 +NRU,2014,4,6 +NRU,2015,4,6 +NRU,2016,4,6 +NRU,2017,4,6 +NRU,2018,,6 +NRU,2020,, +NRU,2025,, +NRU,2030,, +NRU,2035,, +NRU,2040,, +NRU,2045,, +NRU,2050,, +NRU,2055,, +NRU,2060,, +NRU,2065,, +NRU,2070,, +NRU,2075,, +NRU,2080,, +NRU,2085,, +NRU,2090,, +NRU,2095,, +NRU,2100,, +NZL,1990,,6 +NZL,1991,,6 +NZL,1992,,6 +NZL,1993,,6 +NZL,1994,,6 +NZL,1995,,6 +NZL,1996,,6 +NZL,1997,,6 +NZL,1998,6,6 +NZL,1999,6,6 +NZL,2000,6,6 +NZL,2001,6,6 +NZL,2002,6,6 +NZL,2003,6,6 +NZL,2004,6,6 +NZL,2005,6,6 +NZL,2006,6,6 +NZL,2007,6,6 +NZL,2008,6,6 +NZL,2009,6,6 +NZL,2010,6,6 +NZL,2011,6,6 +NZL,2012,6,6 +NZL,2013,6,6 +NZL,2014,6,6 +NZL,2015,6,6 +NZL,2016,6,6 +NZL,2017,6,6 +NZL,2018,6,6 +NZL,2020,, +NZL,2025,, +NZL,2030,, +NZL,2035,, +NZL,2040,, +NZL,2045,, +NZL,2050,, +NZL,2055,, +NZL,2060,, +NZL,2065,, +NZL,2070,, +NZL,2075,, +NZL,2080,, +NZL,2085,, +NZL,2090,, +NZL,2095,, +NZL,2100,, +OMN,1990,,6 +OMN,1991,,6 +OMN,1992,,6 +OMN,1993,,6 +OMN,1994,,6 +OMN,1995,,6 +OMN,1996,,6 +OMN,1997,,6 +OMN,1998,,6 +OMN,1999,,6 +OMN,2000,,6 +OMN,2001,,6 +OMN,2002,,6 +OMN,2003,,6 +OMN,2004,,6 +OMN,2005,,6 +OMN,2006,,6 +OMN,2007,,6 +OMN,2008,,6 +OMN,2009,,6 +OMN,2010,,6 +OMN,2011,,6 +OMN,2012,,6 +OMN,2013,,6 +OMN,2014,,6 +OMN,2015,,6 +OMN,2016,,6 +OMN,2017,,6 +OMN,2018,,6 +OMN,2020,, +OMN,2025,, +OMN,2030,, +OMN,2035,, +OMN,2040,, +OMN,2045,, +OMN,2050,, +OMN,2055,, +OMN,2060,, +OMN,2065,, +OMN,2070,, +OMN,2075,, +OMN,2080,, +OMN,2085,, +OMN,2090,, +OMN,2095,, +OMN,2100,, +PAK,1990,,5 +PAK,1991,,5 +PAK,1992,,5 +PAK,1993,,5 +PAK,1994,,5 +PAK,1995,,5 +PAK,1996,,5 +PAK,1997,,5 +PAK,1998,5,5 +PAK,1999,5,5 +PAK,2000,5,5 +PAK,2001,5,5 +PAK,2002,5,5 +PAK,2003,5,5 +PAK,2004,5,5 +PAK,2005,5,5 +PAK,2006,5,5 +PAK,2007,5,5 +PAK,2008,5,5 +PAK,2009,5,5 +PAK,2010,5,5 +PAK,2011,5,5 +PAK,2012,5,5 +PAK,2013,5,5 +PAK,2014,5,5 +PAK,2015,5,5 +PAK,2016,5,5 +PAK,2017,5,5 +PAK,2018,,5 +PAK,2020,, +PAK,2025,, +PAK,2030,, +PAK,2035,, +PAK,2040,, +PAK,2045,, +PAK,2050,, +PAK,2055,, +PAK,2060,, +PAK,2065,, +PAK,2070,, +PAK,2075,, +PAK,2080,, +PAK,2085,, +PAK,2090,, +PAK,2095,, +PAK,2100,, +PAN,1990,,6 +PAN,1991,,6 +PAN,1992,,6 +PAN,1993,,6 +PAN,1994,,6 +PAN,1995,,6 +PAN,1996,,6 +PAN,1997,,6 +PAN,1998,4,6 +PAN,1999,4,6 +PAN,2000,4,6 +PAN,2001,4,6 +PAN,2002,4,6 +PAN,2003,4,6 +PAN,2004,4,6 +PAN,2005,4,6 +PAN,2006,4,6 +PAN,2007,4,6 +PAN,2008,4,6 +PAN,2009,4,6 +PAN,2010,4,6 +PAN,2011,4,6 +PAN,2012,4,6 +PAN,2013,4,6 +PAN,2014,4,6 +PAN,2015,4,6 +PAN,2016,4,6 +PAN,2017,4,6 +PAN,2018,4,6 +PAN,2020,, +PAN,2025,, +PAN,2030,, +PAN,2035,, +PAN,2040,, +PAN,2045,, +PAN,2050,, +PAN,2055,, +PAN,2060,, +PAN,2065,, +PAN,2070,, +PAN,2075,, +PAN,2080,, +PAN,2085,, +PAN,2090,, +PAN,2095,, +PAN,2100,, +PER,1990,,6 +PER,1991,,6 +PER,1992,,6 +PER,1993,,6 +PER,1994,,6 +PER,1995,,6 +PER,1996,,6 +PER,1997,,6 +PER,1998,5,6 +PER,1999,5,6 +PER,2000,5,6 +PER,2001,5,6 +PER,2002,5,6 +PER,2003,5,6 +PER,2004,5,6 +PER,2005,5,6 +PER,2006,5,6 +PER,2007,5,6 +PER,2008,5,6 +PER,2009,5,6 +PER,2010,5,6 +PER,2011,5,6 +PER,2012,3,6 +PER,2013,3,6 +PER,2014,3,6 +PER,2015,3,6 +PER,2016,3,6 +PER,2017,3,6 +PER,2018,3,6 +PER,2020,, +PER,2025,, +PER,2030,, +PER,2035,, +PER,2040,, +PER,2045,, +PER,2050,, +PER,2055,, +PER,2060,, +PER,2065,, +PER,2070,, +PER,2075,, +PER,2080,, +PER,2085,, +PER,2090,, +PER,2095,, +PER,2100,, +PHL,1990,,6 +PHL,1991,,6 +PHL,1992,,6 +PHL,1993,,6 +PHL,1994,,6 +PHL,1995,,6 +PHL,1996,,6 +PHL,1997,,6 +PHL,1998,5,6 +PHL,1999,5,6 +PHL,2000,5,6 +PHL,2001,5,6 +PHL,2002,5,6 +PHL,2003,5,6 +PHL,2004,5,6 +PHL,2005,5,6 +PHL,2006,5,6 +PHL,2007,5,6 +PHL,2008,5,6 +PHL,2009,5,6 +PHL,2010,5,6 +PHL,2011,5,6 +PHL,2012,5,6 +PHL,2013,5,6 +PHL,2014,5,6 +PHL,2015,5,6 +PHL,2016,5,6 +PHL,2017,5,6 +PHL,2018,,6 +PHL,2020,, +PHL,2025,, +PHL,2030,, +PHL,2035,, +PHL,2040,, +PHL,2045,, +PHL,2050,, +PHL,2055,, +PHL,2060,, +PHL,2065,, +PHL,2070,, +PHL,2075,, +PHL,2080,, +PHL,2085,, +PHL,2090,, +PHL,2095,, +PHL,2100,, +PLW,1990,,5 +PLW,1991,,5 +PLW,1992,,5 +PLW,1993,,5 +PLW,1994,,5 +PLW,1995,,5 +PLW,1996,,5 +PLW,1997,,5 +PLW,1998,,5 +PLW,1999,,5 +PLW,2000,,5 +PLW,2001,6,5 +PLW,2002,6,5 +PLW,2003,6,5 +PLW,2004,6,5 +PLW,2005,6,5 +PLW,2006,6,5 +PLW,2007,6,5 +PLW,2008,6,5 +PLW,2009,6,5 +PLW,2010,6,5 +PLW,2011,6,6 +PLW,2012,6,6 +PLW,2013,6,6 +PLW,2014,6,6 +PLW,2015,6,6 +PLW,2016,6,6 +PLW,2017,6,6 +PLW,2018,,6 +PLW,2020,, +PLW,2025,, +PLW,2030,, +PLW,2035,, +PLW,2040,, +PLW,2045,, +PLW,2050,, +PLW,2055,, +PLW,2060,, +PLW,2065,, +PLW,2070,, +PLW,2075,, +PLW,2080,, +PLW,2085,, +PLW,2090,, +PLW,2095,, +PLW,2100,, +PNG,1990,,6 +PNG,1991,,6 +PNG,1992,,6 +PNG,1993,,6 +PNG,1994,,6 +PNG,1995,,6 +PNG,1996,,6 +PNG,1997,,6 +PNG,1998,,6 +PNG,1999,,6 +PNG,2000,,6 +PNG,2001,,6 +PNG,2002,,6 +PNG,2003,,6 +PNG,2004,,6 +PNG,2005,,6 +PNG,2006,,6 +PNG,2007,,6 +PNG,2008,,6 +PNG,2009,,6 +PNG,2010,,6 +PNG,2011,,6 +PNG,2012,,6 +PNG,2013,,6 +PNG,2014,,6 +PNG,2015,,6 +PNG,2016,,6 +PNG,2017,,6 +PNG,2018,,6 +PNG,2020,, +PNG,2025,, +PNG,2030,, +PNG,2035,, +PNG,2040,, +PNG,2045,, +PNG,2050,, +PNG,2055,, +PNG,2060,, +PNG,2065,, +PNG,2070,, +PNG,2075,, +PNG,2080,, +PNG,2085,, +PNG,2090,, +PNG,2095,, +PNG,2100,, +POL,1990,,6 +POL,1991,,6 +POL,1992,,6 +POL,1993,,6 +POL,1994,,6 +POL,1995,,6 +POL,1996,,6 +POL,1997,,6 +POL,1998,,6 +POL,1999,,6 +POL,2000,7,6 +POL,2001,7,6 +POL,2002,7,6 +POL,2003,7,6 +POL,2004,7,6 +POL,2005,6,6 +POL,2006,6,6 +POL,2007,6,6 +POL,2008,6,6 +POL,2009,6,6 +POL,2010,6,6 +POL,2011,6,6 +POL,2012,6,6 +POL,2013,6,6 +POL,2014,6,6 +POL,2015,6,6 +POL,2016,6,6 +POL,2017,6,6 +POL,2018,,6 +POL,2020,, +POL,2025,, +POL,2030,, +POL,2035,, +POL,2040,, +POL,2045,, +POL,2050,, +POL,2055,, +POL,2060,, +POL,2065,, +POL,2070,, +POL,2075,, +POL,2080,, +POL,2085,, +POL,2090,, +POL,2095,, +POL,2100,, +PRI,1990,,8 +PRI,1991,,8 +PRI,1992,,8 +PRI,1993,,8 +PRI,1994,,8 +PRI,1995,,8 +PRI,1996,,8 +PRI,1997,5,6 +PRI,1998,5,6 +PRI,1999,5,6 +PRI,2000,5,6 +PRI,2001,5,6 +PRI,2002,5,6 +PRI,2003,5,6 +PRI,2004,5,6 +PRI,2005,5,6 +PRI,2006,5,6 +PRI,2007,5,6 +PRI,2008,5,6 +PRI,2009,5,6 +PRI,2010,5,6 +PRI,2011,5,6 +PRI,2012,5,6 +PRI,2013,5,6 +PRI,2014,5,6 +PRI,2015,5,6 +PRI,2016,5,6 +PRI,2017,5,6 +PRI,2018,,6 +PRI,2020,, +PRI,2025,, +PRI,2030,, +PRI,2035,, +PRI,2040,, +PRI,2045,, +PRI,2050,, +PRI,2055,, +PRI,2060,, +PRI,2065,, +PRI,2070,, +PRI,2075,, +PRI,2080,, +PRI,2085,, +PRI,2090,, +PRI,2095,, +PRI,2100,, +PRK,1990,,4 +PRK,1991,,4 +PRK,1992,,4 +PRK,1993,,4 +PRK,1994,,4 +PRK,1995,,4 +PRK,1996,,4 +PRK,1997,, +PRK,1998,6,4 +PRK,1999,6,4 +PRK,2000,6,4 +PRK,2001,6,4 +PRK,2002,6,4 +PRK,2003,6,4 +PRK,2004,6,4 +PRK,2005,6,4 +PRK,2006,6,4 +PRK,2007,6,4 +PRK,2008,6,4 +PRK,2009,6,4 +PRK,2010,6,4 +PRK,2011,6,4 +PRK,2012,6,4 +PRK,2013,6,4 +PRK,2014,6,4 +PRK,2015,6,4 +PRK,2016,6,4 +PRK,2017,5,5 +PRK,2018,5,5 +PRK,2020,, +PRK,2025,, +PRK,2030,, +PRK,2035,, +PRK,2040,, +PRK,2045,, +PRK,2050,, +PRK,2055,, +PRK,2060,, +PRK,2065,, +PRK,2070,, +PRK,2075,, +PRK,2080,, +PRK,2085,, +PRK,2090,, +PRK,2095,, +PRK,2100,, +PRT,1990,,6 +PRT,1991,,6 +PRT,1992,,6 +PRT,1993,,6 +PRT,1994,,6 +PRT,1995,,6 +PRT,1996,,6 +PRT,1997,,6 +PRT,1998,6,6 +PRT,1999,6,6 +PRT,2000,6,6 +PRT,2001,6,6 +PRT,2002,6,6 +PRT,2003,6,6 +PRT,2004,6,6 +PRT,2005,6,6 +PRT,2006,6,6 +PRT,2007,6,6 +PRT,2008,6,6 +PRT,2009,6,6 +PRT,2010,6,6 +PRT,2011,6,6 +PRT,2012,6,6 +PRT,2013,6,6 +PRT,2014,6,6 +PRT,2015,6,6 +PRT,2016,6,6 +PRT,2017,6,6 +PRT,2018,,6 +PRT,2020,, +PRT,2025,, +PRT,2030,, +PRT,2035,, +PRT,2040,, +PRT,2045,, +PRT,2050,, +PRT,2055,, +PRT,2060,, +PRT,2065,, +PRT,2070,, +PRT,2075,, +PRT,2080,, +PRT,2085,, +PRT,2090,, +PRT,2095,, +PRT,2100,, +PRY,1990,,6 +PRY,1991,,6 +PRY,1992,,6 +PRY,1993,,6 +PRY,1994,,6 +PRY,1995,,6 +PRY,1996,,6 +PRY,1997,,6 +PRY,1998,6,6 +PRY,1999,6,6 +PRY,2000,6,6 +PRY,2001,6,6 +PRY,2002,6,6 +PRY,2003,6,6 +PRY,2004,6,6 +PRY,2005,6,6 +PRY,2006,6,6 +PRY,2007,6,6 +PRY,2008,6,6 +PRY,2009,6,6 +PRY,2010,6,6 +PRY,2011,5,6 +PRY,2012,5,6 +PRY,2013,5,6 +PRY,2014,5,6 +PRY,2015,5,6 +PRY,2016,5,6 +PRY,2017,5,6 +PRY,2018,5,6 +PRY,2020,, +PRY,2025,, +PRY,2030,, +PRY,2035,, +PRY,2040,, +PRY,2045,, +PRY,2050,, +PRY,2055,, +PRY,2060,, +PRY,2065,, +PRY,2070,, +PRY,2075,, +PRY,2080,, +PRY,2085,, +PRY,2090,, +PRY,2095,, +PRY,2100,, +PSE,1990,,4 +PSE,1991,,4 +PSE,1992,,4 +PSE,1993,,4 +PSE,1994,,4 +PSE,1995,,4 +PSE,1996,,4 +PSE,1997,,4 +PSE,1998,6,4 +PSE,1999,6,4 +PSE,2000,6,4 +PSE,2001,6,4 +PSE,2002,6,4 +PSE,2003,6,4 +PSE,2004,6,4 +PSE,2005,6,4 +PSE,2006,6,4 +PSE,2007,6,4 +PSE,2008,6,4 +PSE,2009,6,4 +PSE,2010,6,4 +PSE,2011,6,4 +PSE,2012,6,4 +PSE,2013,6,4 +PSE,2014,6,4 +PSE,2015,6,4 +PSE,2016,6,4 +PSE,2017,6,4 +PSE,2018,,4 +PSE,2020,, +PSE,2025,, +PSE,2030,, +PSE,2035,, +PSE,2040,, +PSE,2045,, +PSE,2050,, +PSE,2055,, +PSE,2060,, +PSE,2065,, +PSE,2070,, +PSE,2075,, +PSE,2080,, +PSE,2085,, +PSE,2090,, +PSE,2095,, +PSE,2100,, +PYF,1990,,5 +PYF,1991,,5 +PYF,1992,,5 +PYF,1993,,5 +PYF,1994,,5 +PYF,1995,,5 +PYF,1996,,5 +PYF,1997,,5 +PYF,1998,, +PYF,1999,, +PYF,2000,, +PYF,2001,, +PYF,2002,, +PYF,2003,, +PYF,2004,, +PYF,2005,, +PYF,2006,, +PYF,2007,, +PYF,2008,, +PYF,2009,, +PYF,2010,, +PYF,2011,, +PYF,2012,, +PYF,2013,, +PYF,2014,, +PYF,2015,, +PYF,2016,, +PYF,2017,,5 +PYF,2018,,5 +PYF,2020,, +PYF,2025,, +PYF,2030,, +PYF,2035,, +PYF,2040,, +PYF,2045,, +PYF,2050,, +PYF,2055,, +PYF,2060,, +PYF,2065,, +PYF,2070,, +PYF,2075,, +PYF,2080,, +PYF,2085,, +PYF,2090,, +PYF,2095,, +PYF,2100,, +QAT,1990,,6 +QAT,1991,,6 +QAT,1992,,6 +QAT,1993,,6 +QAT,1994,,6 +QAT,1995,,6 +QAT,1996,,6 +QAT,1997,,6 +QAT,1998,,6 +QAT,1999,,6 +QAT,2000,,6 +QAT,2001,6,6 +QAT,2002,6,6 +QAT,2003,6,6 +QAT,2004,6,6 +QAT,2005,6,6 +QAT,2006,6,6 +QAT,2007,6,6 +QAT,2008,6,6 +QAT,2009,6,6 +QAT,2010,6,6 +QAT,2011,6,6 +QAT,2012,6,6 +QAT,2013,6,6 +QAT,2014,6,6 +QAT,2015,6,6 +QAT,2016,6,6 +QAT,2017,6,6 +QAT,2018,,6 +QAT,2020,, +QAT,2025,, +QAT,2030,, +QAT,2035,, +QAT,2040,, +QAT,2045,, +QAT,2050,, +QAT,2055,, +QAT,2060,, +QAT,2065,, +QAT,2070,, +QAT,2075,, +QAT,2080,, +QAT,2085,, +QAT,2090,, +QAT,2095,, +QAT,2100,, +ROU,1990,,4 +ROU,1991,,4 +ROU,1992,,4 +ROU,1993,,4 +ROU,1994,,4 +ROU,1995,,4 +ROU,1996,,4 +ROU,1997,,4 +ROU,1998,,4 +ROU,1999,7,4 +ROU,2000,7,4 +ROU,2001,7,4 +ROU,2002,7,4 +ROU,2003,7,4 +ROU,2004,7,4 +ROU,2005,7,4 +ROU,2006,7,4 +ROU,2007,7,4 +ROU,2008,7,4 +ROU,2009,7,4 +ROU,2010,7,4 +ROU,2011,7,4 +ROU,2012,7,4 +ROU,2013,7,5 +ROU,2014,7,5 +ROU,2015,7,5 +ROU,2016,7,5 +ROU,2017,7,5 +ROU,2018,,5 +ROU,2020,, +ROU,2025,, +ROU,2030,, +ROU,2035,, +ROU,2040,, +ROU,2045,, +ROU,2050,, +ROU,2055,, +ROU,2060,, +ROU,2065,, +ROU,2070,, +ROU,2075,, +ROU,2080,, +ROU,2085,, +ROU,2090,, +ROU,2095,, +ROU,2100,, +RUS,1990,,3 +RUS,1991,,3 +RUS,1992,,3 +RUS,1993,,3 +RUS,1994,,3 +RUS,1995,,3 +RUS,1996,,3 +RUS,1997,,3 +RUS,1998,7,3 +RUS,1999,7,3 +RUS,2000,7,3 +RUS,2001,7,3 +RUS,2002,7,3 +RUS,2003,7,3 +RUS,2004,7,4 +RUS,2005,7,4 +RUS,2006,7,4 +RUS,2007,7,4 +RUS,2008,7,4 +RUS,2009,7,4 +RUS,2010,7,4 +RUS,2011,7,4 +RUS,2012,7,4 +RUS,2013,7,4 +RUS,2014,7,4 +RUS,2015,7,4 +RUS,2016,7,4 +RUS,2017,7,4 +RUS,2018,,4 +RUS,2020,, +RUS,2025,, +RUS,2030,, +RUS,2035,, +RUS,2040,, +RUS,2045,, +RUS,2050,, +RUS,2055,, +RUS,2060,, +RUS,2065,, +RUS,2070,, +RUS,2075,, +RUS,2080,, +RUS,2085,, +RUS,2090,, +RUS,2095,, +RUS,2100,, +RWA,1990,,6 +RWA,1991,,6 +RWA,1992,,6 +RWA,1993,,6 +RWA,1994,,6 +RWA,1995,,6 +RWA,1996,,6 +RWA,1997,,6 +RWA,1998,7,6 +RWA,1999,7,6 +RWA,2000,7,6 +RWA,2001,7,6 +RWA,2002,7,6 +RWA,2003,7,6 +RWA,2004,7,6 +RWA,2005,7,6 +RWA,2006,7,6 +RWA,2007,7,6 +RWA,2008,7,6 +RWA,2009,7,6 +RWA,2010,7,6 +RWA,2011,7,6 +RWA,2012,7,6 +RWA,2013,7,6 +RWA,2014,7,6 +RWA,2015,7,6 +RWA,2016,7,6 +RWA,2017,7,6 +RWA,2018,,6 +RWA,2020,, +RWA,2025,, +RWA,2030,, +RWA,2035,, +RWA,2040,, +RWA,2045,, +RWA,2050,, +RWA,2055,, +RWA,2060,, +RWA,2065,, +RWA,2070,, +RWA,2075,, +RWA,2080,, +RWA,2085,, +RWA,2090,, +RWA,2095,, +RWA,2100,, +SAU,1990,,6 +SAU,1991,,6 +SAU,1992,,6 +SAU,1993,,6 +SAU,1994,,6 +SAU,1995,,6 +SAU,1996,,6 +SAU,1997,,6 +SAU,1998,,6 +SAU,1999,,6 +SAU,2000,,6 +SAU,2001,,6 +SAU,2002,,6 +SAU,2003,,6 +SAU,2004,6,6 +SAU,2005,6,6 +SAU,2006,6,6 +SAU,2007,6,6 +SAU,2008,6,6 +SAU,2009,6,6 +SAU,2010,6,6 +SAU,2011,6,6 +SAU,2012,6,6 +SAU,2013,6,6 +SAU,2014,6,6 +SAU,2015,6,6 +SAU,2016,6,6 +SAU,2017,6,6 +SAU,2018,,6 +SAU,2020,, +SAU,2025,, +SAU,2030,, +SAU,2035,, +SAU,2040,, +SAU,2045,, +SAU,2050,, +SAU,2055,, +SAU,2060,, +SAU,2065,, +SAU,2070,, +SAU,2075,, +SAU,2080,, +SAU,2085,, +SAU,2090,, +SAU,2095,, +SAU,2100,, +SDN,1990,, +SDN,1991,, +SDN,1992,, +SDN,1993,, +SDN,1994,, +SDN,1995,, +SDN,1996,, +SDN,1997,, +SDN,1998,,6 +SDN,1999,,6 +SDN,2000,,6 +SDN,2001,,6 +SDN,2002,,6 +SDN,2003,,6 +SDN,2004,,6 +SDN,2005,6,6 +SDN,2006,6,6 +SDN,2007,6,6 +SDN,2008,6,6 +SDN,2009,6,6 +SDN,2010,6,6 +SDN,2011,6,6 +SDN,2012,6,6 +SDN,2013,6,6 +SDN,2014,6,6 +SDN,2015,6,6 +SDN,2016,6,6 +SDN,2017,6,6 +SDN,2018,,6 +SDN,2020,, +SDN,2025,, +SDN,2030,, +SDN,2035,, +SDN,2040,, +SDN,2045,, +SDN,2050,, +SDN,2055,, +SDN,2060,, +SDN,2065,, +SDN,2070,, +SDN,2075,, +SDN,2080,, +SDN,2085,, +SDN,2090,, +SDN,2095,, +SDN,2100,, +SEN,1990,,6 +SEN,1991,,6 +SEN,1992,,6 +SEN,1993,,6 +SEN,1994,,6 +SEN,1995,,6 +SEN,1996,,6 +SEN,1997,,6 +SEN,1998,7,6 +SEN,1999,7,6 +SEN,2000,7,6 +SEN,2001,7,6 +SEN,2002,7,6 +SEN,2003,7,6 +SEN,2004,6,6 +SEN,2005,6,6 +SEN,2006,6,6 +SEN,2007,6,6 +SEN,2008,6,6 +SEN,2009,6,6 +SEN,2010,6,6 +SEN,2011,6,6 +SEN,2012,6,6 +SEN,2013,6,6 +SEN,2014,6,6 +SEN,2015,6,6 +SEN,2016,6,6 +SEN,2017,6,6 +SEN,2018,,6 +SEN,2020,, +SEN,2025,, +SEN,2030,, +SEN,2035,, +SEN,2040,, +SEN,2045,, +SEN,2050,, +SEN,2055,, +SEN,2060,, +SEN,2065,, +SEN,2070,, +SEN,2075,, +SEN,2080,, +SEN,2085,, +SEN,2090,, +SEN,2095,, +SEN,2100,, +SGP,1990,,6 +SGP,1991,,6 +SGP,1992,,6 +SGP,1993,,6 +SGP,1994,,6 +SGP,1995,,6 +SGP,1996,,6 +SGP,1997,,6 +SGP,1998,,6 +SGP,1999,,6 +SGP,2000,6,6 +SGP,2001,6,6 +SGP,2002,6,6 +SGP,2003,6,6 +SGP,2004,6,6 +SGP,2005,6,6 +SGP,2006,6,6 +SGP,2007,6,6 +SGP,2008,6,6 +SGP,2009,6,6 +SGP,2010,6,6 +SGP,2011,6,6 +SGP,2012,6,6 +SGP,2013,6,6 +SGP,2014,6,6 +SGP,2015,6,6 +SGP,2016,6,6 +SGP,2017,6,6 +SGP,2018,,6 +SGP,2020,, +SGP,2025,, +SGP,2030,, +SGP,2035,, +SGP,2040,, +SGP,2045,, +SGP,2050,, +SGP,2055,, +SGP,2060,, +SGP,2065,, +SGP,2070,, +SGP,2075,, +SGP,2080,, +SGP,2085,, +SGP,2090,, +SGP,2095,, +SGP,2100,, +SLB,1990,,6 +SLB,1991,,6 +SLB,1992,,6 +SLB,1993,,6 +SLB,1994,,6 +SLB,1995,,6 +SLB,1996,,6 +SLB,1997,,6 +SLB,1998,,6 +SLB,1999,,6 +SLB,2000,,6 +SLB,2001,,6 +SLB,2002,,6 +SLB,2003,,6 +SLB,2004,,6 +SLB,2005,,6 +SLB,2006,,6 +SLB,2007,,6 +SLB,2008,,6 +SLB,2009,,6 +SLB,2010,,6 +SLB,2011,,6 +SLB,2012,,6 +SLB,2013,,6 +SLB,2014,,6 +SLB,2015,,6 +SLB,2016,,6 +SLB,2017,,6 +SLB,2018,,6 +SLB,2020,, +SLB,2025,, +SLB,2030,, +SLB,2035,, +SLB,2040,, +SLB,2045,, +SLB,2050,, +SLB,2055,, +SLB,2060,, +SLB,2065,, +SLB,2070,, +SLB,2075,, +SLB,2080,, +SLB,2085,, +SLB,2090,, +SLB,2095,, +SLB,2100,, +SLE,1990,,7 +SLE,1991,,7 +SLE,1992,,7 +SLE,1993,,7 +SLE,1994,,7 +SLE,1995,,7 +SLE,1996,,7 +SLE,1997,,6 +SLE,1998,,6 +SLE,1999,,6 +SLE,2000,,6 +SLE,2001,,6 +SLE,2002,,6 +SLE,2003,,6 +SLE,2004,6,6 +SLE,2005,6,6 +SLE,2006,6,6 +SLE,2007,6,6 +SLE,2008,6,6 +SLE,2009,6,6 +SLE,2010,6,6 +SLE,2011,6,6 +SLE,2012,6,6 +SLE,2013,6,6 +SLE,2014,6,6 +SLE,2015,6,6 +SLE,2016,6,6 +SLE,2017,6,6 +SLE,2018,,6 +SLE,2020,, +SLE,2025,, +SLE,2030,, +SLE,2035,, +SLE,2040,, +SLE,2045,, +SLE,2050,, +SLE,2055,, +SLE,2060,, +SLE,2065,, +SLE,2070,, +SLE,2075,, +SLE,2080,, +SLE,2085,, +SLE,2090,, +SLE,2095,, +SLE,2100,, +SLV,1990,,6 +SLV,1991,,6 +SLV,1992,,6 +SLV,1993,,6 +SLV,1994,,6 +SLV,1995,,6 +SLV,1996,,6 +SLV,1997,,9 +SLV,1998,7,6 +SLV,1999,7,6 +SLV,2000,7,6 +SLV,2001,7,6 +SLV,2002,7,6 +SLV,2003,7,6 +SLV,2004,7,6 +SLV,2005,7,6 +SLV,2006,7,6 +SLV,2007,7,6 +SLV,2008,7,6 +SLV,2009,7,6 +SLV,2010,7,6 +SLV,2011,7,6 +SLV,2012,7,6 +SLV,2013,4,6 +SLV,2014,1,6 +SLV,2015,1,6 +SLV,2016,1,6 +SLV,2017,1,6 +SLV,2018,1,6 +SLV,2020,, +SLV,2025,, +SLV,2030,, +SLV,2035,, +SLV,2040,, +SLV,2045,, +SLV,2050,, +SLV,2055,, +SLV,2060,, +SLV,2065,, +SLV,2070,, +SLV,2075,, +SLV,2080,, +SLV,2085,, +SLV,2090,, +SLV,2095,, +SLV,2100,, +SMR,1990,,5 +SMR,1991,,5 +SMR,1992,,5 +SMR,1993,,5 +SMR,1994,,5 +SMR,1995,,5 +SMR,1996,,5 +SMR,1997,,5 +SMR,1998,6,5 +SMR,1999,6,5 +SMR,2000,6,5 +SMR,2001,6,5 +SMR,2002,6,5 +SMR,2003,6,5 +SMR,2004,6,5 +SMR,2005,6,5 +SMR,2006,6,5 +SMR,2007,6,5 +SMR,2008,6,5 +SMR,2009,6,5 +SMR,2010,6,5 +SMR,2011,6,5 +SMR,2012,6,5 +SMR,2013,6,5 +SMR,2014,6,5 +SMR,2015,6,5 +SMR,2016,6,5 +SMR,2017,6,5 +SMR,2018,,5 +SMR,2020,, +SMR,2025,, +SMR,2030,, +SMR,2035,, +SMR,2040,, +SMR,2045,, +SMR,2050,, +SMR,2055,, +SMR,2060,, +SMR,2065,, +SMR,2070,, +SMR,2075,, +SMR,2080,, +SMR,2085,, +SMR,2090,, +SMR,2095,, +SMR,2100,, +SOM,1990,, +SOM,1991,, +SOM,1992,, +SOM,1993,, +SOM,1994,, +SOM,1995,, +SOM,1996,, +SOM,1997,, +SOM,1998,, +SOM,1999,, +SOM,2000,, +SOM,2001,, +SOM,2002,, +SOM,2003,, +SOM,2004,, +SOM,2005,, +SOM,2006,, +SOM,2007,, +SOM,2008,, +SOM,2009,, +SOM,2010,, +SOM,2011,, +SOM,2012,, +SOM,2013,, +SOM,2014,, +SOM,2015,, +SOM,2016,, +SOM,2017,, +SOM,2018,, +SOM,2020,, +SOM,2025,, +SOM,2030,, +SOM,2035,, +SOM,2040,, +SOM,2045,, +SOM,2050,, +SOM,2055,, +SOM,2060,, +SOM,2065,, +SOM,2070,, +SOM,2075,, +SOM,2080,, +SOM,2085,, +SOM,2090,, +SOM,2095,, +SOM,2100,, +SRB,1990,,4 +SRB,1991,,4 +SRB,1992,,4 +SRB,1993,,4 +SRB,1994,,4 +SRB,1995,,4 +SRB,1996,,4 +SRB,1997,,4 +SRB,1998,7,4 +SRB,1999,7,4 +SRB,2000,7,4 +SRB,2001,7,4 +SRB,2002,7,4 +SRB,2003,7,4 +SRB,2004,7,4 +SRB,2005,7,4 +SRB,2006,7,4 +SRB,2007,7,4 +SRB,2008,7,4 +SRB,2009,7,4 +SRB,2010,7,4 +SRB,2011,7,4 +SRB,2012,7,4 +SRB,2013,7,4 +SRB,2014,7,4 +SRB,2015,7,4 +SRB,2016,7,4 +SRB,2017,7,4 +SRB,2018,,4 +SRB,2020,, +SRB,2025,, +SRB,2030,, +SRB,2035,, +SRB,2040,, +SRB,2045,, +SRB,2050,, +SRB,2055,, +SRB,2060,, +SRB,2065,, +SRB,2070,, +SRB,2075,, +SRB,2080,, +SRB,2085,, +SRB,2090,, +SRB,2095,, +SRB,2100,, +SSD,1990,, +SSD,1991,, +SSD,1992,, +SSD,1993,, +SSD,1994,, +SSD,1995,, +SSD,1996,, +SSD,1997,, +SSD,1998,, +SSD,1999,,6 +SSD,2000,,6 +SSD,2001,,6 +SSD,2002,,6 +SSD,2003,,6 +SSD,2004,,6 +SSD,2005,,6 +SSD,2006,,6 +SSD,2007,,6 +SSD,2008,6,6 +SSD,2009,6,6 +SSD,2010,6,6 +SSD,2011,6,6 +SSD,2012,6,6 +SSD,2013,6,6 +SSD,2014,6,6 +SSD,2015,6,6 +SSD,2016,6,6 +SSD,2017,6,6 +SSD,2018,,6 +SSD,2020,, +SSD,2025,, +SSD,2030,, +SSD,2035,, +SSD,2040,, +SSD,2045,, +SSD,2050,, +SSD,2055,, +SSD,2060,, +SSD,2065,, +SSD,2070,, +SSD,2075,, +SSD,2080,, +SSD,2085,, +SSD,2090,, +SSD,2095,, +SSD,2100,, +STP,1990,,4 +STP,1991,,4 +STP,1992,,4 +STP,1993,,4 +STP,1994,,4 +STP,1995,,4 +STP,1996,,4 +STP,1997,,4 +STP,1998,7,4 +STP,1999,7,6 +STP,2000,7,6 +STP,2001,7,6 +STP,2002,7,6 +STP,2003,7,6 +STP,2004,7,6 +STP,2005,7,6 +STP,2006,6,6 +STP,2007,6,6 +STP,2008,6,6 +STP,2009,6,6 +STP,2010,6,6 +STP,2011,6,6 +STP,2012,6,6 +STP,2013,6,6 +STP,2014,6,6 +STP,2015,6,6 +STP,2016,6,6 +STP,2017,6,6 +STP,2018,,6 +STP,2020,, +STP,2025,, +STP,2030,, +STP,2035,, +STP,2040,, +STP,2045,, +STP,2050,, +STP,2055,, +STP,2060,, +STP,2065,, +STP,2070,, +STP,2075,, +STP,2080,, +STP,2085,, +STP,2090,, +STP,2095,, +STP,2100,, +SUR,1990,,6 +SUR,1991,,6 +SUR,1992,,6 +SUR,1993,,6 +SUR,1994,,6 +SUR,1995,,6 +SUR,1996,,6 +SUR,1997,,6 +SUR,1998,7,6 +SUR,1999,7,6 +SUR,2000,7,6 +SUR,2001,7,6 +SUR,2002,7,6 +SUR,2003,7,6 +SUR,2004,7,6 +SUR,2005,7,6 +SUR,2006,7,6 +SUR,2007,7,6 +SUR,2008,7,6 +SUR,2009,7,6 +SUR,2010,7,6 +SUR,2011,7,6 +SUR,2012,7,6 +SUR,2013,7,6 +SUR,2014,7,6 +SUR,2015,7,6 +SUR,2016,7,6 +SUR,2017,7,6 +SUR,2018,7,6 +SUR,2020,, +SUR,2025,, +SUR,2030,, +SUR,2035,, +SUR,2040,, +SUR,2045,, +SUR,2050,, +SUR,2055,, +SUR,2060,, +SUR,2065,, +SUR,2070,, +SUR,2075,, +SUR,2080,, +SUR,2085,, +SUR,2090,, +SUR,2095,, +SUR,2100,, +SVK,1990,,4 +SVK,1991,,4 +SVK,1992,,4 +SVK,1993,,4 +SVK,1994,,4 +SVK,1995,,4 +SVK,1996,,4 +SVK,1997,,4 +SVK,1998,6,4 +SVK,1999,6,4 +SVK,2000,6,4 +SVK,2001,6,4 +SVK,2002,6,4 +SVK,2003,6,4 +SVK,2004,6,4 +SVK,2005,6,4 +SVK,2006,6,4 +SVK,2007,6,4 +SVK,2008,6,4 +SVK,2009,6,4 +SVK,2010,6,4 +SVK,2011,6,4 +SVK,2012,6,4 +SVK,2013,6,4 +SVK,2014,6,4 +SVK,2015,6,4 +SVK,2016,6,4 +SVK,2017,6,4 +SVK,2018,,4 +SVK,2020,, +SVK,2025,, +SVK,2030,, +SVK,2035,, +SVK,2040,, +SVK,2045,, +SVK,2050,, +SVK,2055,, +SVK,2060,, +SVK,2065,, +SVK,2070,, +SVK,2075,, +SVK,2080,, +SVK,2085,, +SVK,2090,, +SVK,2095,, +SVK,2100,, +SVN,1990,,4 +SVN,1991,,4 +SVN,1992,,4 +SVN,1993,,4 +SVN,1994,,4 +SVN,1995,,4 +SVN,1996,,4 +SVN,1997,,4 +SVN,1998,6,4 +SVN,1999,6,4 +SVN,2000,6,4 +SVN,2001,6,4 +SVN,2002,6,4 +SVN,2003,6,4 +SVN,2004,6,4 +SVN,2005,6,5 +SVN,2006,6,5 +SVN,2007,6,6 +SVN,2008,6,6 +SVN,2009,6,6 +SVN,2010,6,6 +SVN,2011,6,6 +SVN,2012,6,6 +SVN,2013,6,6 +SVN,2014,6,6 +SVN,2015,6,6 +SVN,2016,6,6 +SVN,2017,6,6 +SVN,2018,,6 +SVN,2020,, +SVN,2025,, +SVN,2030,, +SVN,2035,, +SVN,2040,, +SVN,2045,, +SVN,2050,, +SVN,2055,, +SVN,2060,, +SVN,2065,, +SVN,2070,, +SVN,2075,, +SVN,2080,, +SVN,2085,, +SVN,2090,, +SVN,2095,, +SVN,2100,, +SWE,1990,,6 +SWE,1991,,6 +SWE,1992,,6 +SWE,1993,,6 +SWE,1994,,6 +SWE,1995,,6 +SWE,1996,,6 +SWE,1997,,6 +SWE,1998,7,6 +SWE,1999,7,6 +SWE,2000,7,6 +SWE,2001,7,6 +SWE,2002,7,6 +SWE,2003,7,6 +SWE,2004,7,6 +SWE,2005,7,6 +SWE,2006,7,6 +SWE,2007,7,6 +SWE,2008,7,6 +SWE,2009,7,6 +SWE,2010,7,6 +SWE,2011,7,6 +SWE,2012,7,6 +SWE,2013,7,6 +SWE,2014,7,6 +SWE,2015,7,6 +SWE,2016,7,6 +SWE,2017,7,6 +SWE,2018,7,6 +SWE,2020,, +SWE,2025,, +SWE,2030,, +SWE,2035,, +SWE,2040,, +SWE,2045,, +SWE,2050,, +SWE,2055,, +SWE,2060,, +SWE,2065,, +SWE,2070,, +SWE,2075,, +SWE,2080,, +SWE,2085,, +SWE,2090,, +SWE,2095,, +SWE,2100,, +SWZ,1990,,7 +SWZ,1991,,7 +SWZ,1992,,7 +SWZ,1993,,7 +SWZ,1994,,7 +SWZ,1995,,7 +SWZ,1996,,7 +SWZ,1997,,7 +SWZ,1998,,7 +SWZ,1999,,7 +SWZ,2000,,7 +SWZ,2001,,7 +SWZ,2002,,7 +SWZ,2003,,7 +SWZ,2004,,7 +SWZ,2005,,7 +SWZ,2006,,7 +SWZ,2007,,7 +SWZ,2008,,7 +SWZ,2009,,7 +SWZ,2010,6,7 +SWZ,2011,6,7 +SWZ,2012,6,7 +SWZ,2013,6,7 +SWZ,2014,6,7 +SWZ,2015,6,7 +SWZ,2016,6,7 +SWZ,2017,6,7 +SWZ,2018,,7 +SWZ,2020,, +SWZ,2025,, +SWZ,2030,, +SWZ,2035,, +SWZ,2040,, +SWZ,2045,, +SWZ,2050,, +SWZ,2055,, +SWZ,2060,, +SWZ,2065,, +SWZ,2070,, +SWZ,2075,, +SWZ,2080,, +SWZ,2085,, +SWZ,2090,, +SWZ,2095,, +SWZ,2100,, +SXM,1990,, +SXM,1991,, +SXM,1992,, +SXM,1993,, +SXM,1994,, +SXM,1995,, +SXM,1996,, +SXM,1997,, +SXM,1998,, +SXM,1999,5,6 +SXM,2000,5,6 +SXM,2001,5,6 +SXM,2002,5,6 +SXM,2003,5,6 +SXM,2004,5,6 +SXM,2005,5,6 +SXM,2006,5,6 +SXM,2007,4,6 +SXM,2008,4,6 +SXM,2009,4,6 +SXM,2010,4,6 +SXM,2011,4,6 +SXM,2012,4,6 +SXM,2013,4,6 +SXM,2014,4,6 +SXM,2015,4,6 +SXM,2016,4,6 +SXM,2017,4,6 +SXM,2018,,6 +SXM,2020,, +SXM,2025,, +SXM,2030,, +SXM,2035,, +SXM,2040,, +SXM,2045,, +SXM,2050,, +SXM,2055,, +SXM,2060,, +SXM,2065,, +SXM,2070,, +SXM,2075,, +SXM,2080,, +SXM,2085,, +SXM,2090,, +SXM,2095,, +SXM,2100,, +SYC,1990,,6 +SYC,1991,,6 +SYC,1992,,6 +SYC,1993,,6 +SYC,1994,,6 +SYC,1995,,6 +SYC,1996,,6 +SYC,1997,,6 +SYC,1998,6,6 +SYC,1999,6,6 +SYC,2000,6,6 +SYC,2001,6,6 +SYC,2002,6,6 +SYC,2003,6,6 +SYC,2004,6,6 +SYC,2005,6,6 +SYC,2006,6,6 +SYC,2007,6,6 +SYC,2008,6,6 +SYC,2009,6,6 +SYC,2010,6,6 +SYC,2011,6,6 +SYC,2012,6,6 +SYC,2013,6,6 +SYC,2014,6,6 +SYC,2015,6,6 +SYC,2016,6,6 +SYC,2017,6,6 +SYC,2018,,6 +SYC,2020,, +SYC,2025,, +SYC,2030,, +SYC,2035,, +SYC,2040,, +SYC,2045,, +SYC,2050,, +SYC,2055,, +SYC,2060,, +SYC,2065,, +SYC,2070,, +SYC,2075,, +SYC,2080,, +SYC,2085,, +SYC,2090,, +SYC,2095,, +SYC,2100,, +SYR,1990,,6 +SYR,1991,,6 +SYR,1992,,6 +SYR,1993,,6 +SYR,1994,,6 +SYR,1995,,6 +SYR,1996,,6 +SYR,1997,,6 +SYR,1998,6,6 +SYR,1999,6,6 +SYR,2000,6,6 +SYR,2001,6,6 +SYR,2002,6,6 +SYR,2003,6,4 +SYR,2004,6,4 +SYR,2005,6,4 +SYR,2006,6,4 +SYR,2007,6,4 +SYR,2008,6,4 +SYR,2009,6,4 +SYR,2010,6,4 +SYR,2011,6,4 +SYR,2012,6,4 +SYR,2013,6,4 +SYR,2014,6,6 +SYR,2015,6,6 +SYR,2016,6,6 +SYR,2017,6,6 +SYR,2018,,6 +SYR,2020,, +SYR,2025,, +SYR,2030,, +SYR,2035,, +SYR,2040,, +SYR,2045,, +SYR,2050,, +SYR,2055,, +SYR,2060,, +SYR,2065,, +SYR,2070,, +SYR,2075,, +SYR,2080,, +SYR,2085,, +SYR,2090,, +SYR,2095,, +SYR,2100,, +TCA,1990,,6 +TCA,1991,,6 +TCA,1992,,6 +TCA,1993,,6 +TCA,1994,,6 +TCA,1995,,6 +TCA,1996,,6 +TCA,1997,,6 +TCA,1998,4,6 +TCA,1999,4,6 +TCA,2000,4,6 +TCA,2001,4,6 +TCA,2002,4,6 +TCA,2003,4,6 +TCA,2004,4,6 +TCA,2005,4,6 +TCA,2006,4,6 +TCA,2007,4,6 +TCA,2008,4,6 +TCA,2009,4,6 +TCA,2010,4,6 +TCA,2011,4,6 +TCA,2012,4,6 +TCA,2013,4,6 +TCA,2014,4,6 +TCA,2015,4,6 +TCA,2016,4,6 +TCA,2017,4,6 +TCA,2018,,6 +TCA,2020,, +TCA,2025,, +TCA,2030,, +TCA,2035,, +TCA,2040,, +TCA,2045,, +TCA,2050,, +TCA,2055,, +TCA,2060,, +TCA,2065,, +TCA,2070,, +TCA,2075,, +TCA,2080,, +TCA,2085,, +TCA,2090,, +TCA,2095,, +TCA,2100,, +TCD,1990,,6 +TCD,1991,,6 +TCD,1992,,6 +TCD,1993,,6 +TCD,1994,,6 +TCD,1995,,6 +TCD,1996,,6 +TCD,1997,,6 +TCD,1998,6,6 +TCD,1999,6,6 +TCD,2000,6,6 +TCD,2001,6,6 +TCD,2002,6,6 +TCD,2003,6,6 +TCD,2004,6,6 +TCD,2005,6,6 +TCD,2006,6,6 +TCD,2007,6,6 +TCD,2008,6,6 +TCD,2009,6,6 +TCD,2010,6,6 +TCD,2011,6,6 +TCD,2012,6,6 +TCD,2013,6,6 +TCD,2014,6,6 +TCD,2015,6,6 +TCD,2016,6,6 +TCD,2017,6,6 +TCD,2018,,6 +TCD,2020,, +TCD,2025,, +TCD,2030,, +TCD,2035,, +TCD,2040,, +TCD,2045,, +TCD,2050,, +TCD,2055,, +TCD,2060,, +TCD,2065,, +TCD,2070,, +TCD,2075,, +TCD,2080,, +TCD,2085,, +TCD,2090,, +TCD,2095,, +TCD,2100,, +TGO,1990,,6 +TGO,1991,,6 +TGO,1992,,6 +TGO,1993,,6 +TGO,1994,,6 +TGO,1995,,6 +TGO,1996,,6 +TGO,1997,,6 +TGO,1998,6,6 +TGO,1999,6,6 +TGO,2000,6,6 +TGO,2001,6,6 +TGO,2002,6,6 +TGO,2003,6,6 +TGO,2004,6,6 +TGO,2005,6,6 +TGO,2006,6,6 +TGO,2007,6,6 +TGO,2008,6,6 +TGO,2009,6,6 +TGO,2010,6,6 +TGO,2011,6,6 +TGO,2012,6,6 +TGO,2013,6,6 +TGO,2014,6,6 +TGO,2015,6,6 +TGO,2016,6,6 +TGO,2017,6,6 +TGO,2018,,6 +TGO,2020,, +TGO,2025,, +TGO,2030,, +TGO,2035,, +TGO,2040,, +TGO,2045,, +TGO,2050,, +TGO,2055,, +TGO,2060,, +TGO,2065,, +TGO,2070,, +TGO,2075,, +TGO,2080,, +TGO,2085,, +TGO,2090,, +TGO,2095,, +TGO,2100,, +THA,1990,,6 +THA,1991,,6 +THA,1992,,6 +THA,1993,,6 +THA,1994,,6 +THA,1995,,6 +THA,1996,,6 +THA,1997,,6 +THA,1998,,6 +THA,1999,6,6 +THA,2000,6,6 +THA,2001,6,6 +THA,2002,6,6 +THA,2003,6,6 +THA,2004,6,6 +THA,2005,6,6 +THA,2006,6,6 +THA,2007,6,6 +THA,2008,6,6 +THA,2009,6,6 +THA,2010,6,6 +THA,2011,6,6 +THA,2012,6,6 +THA,2013,6,6 +THA,2014,6,6 +THA,2015,6,6 +THA,2016,6,6 +THA,2017,6,6 +THA,2018,,6 +THA,2020,, +THA,2025,, +THA,2030,, +THA,2035,, +THA,2040,, +THA,2045,, +THA,2050,, +THA,2055,, +THA,2060,, +THA,2065,, +THA,2070,, +THA,2075,, +THA,2080,, +THA,2085,, +THA,2090,, +THA,2095,, +THA,2100,, +TJK,1990,,4 +TJK,1991,,4 +TJK,1992,,4 +TJK,1993,,4 +TJK,1994,,4 +TJK,1995,,4 +TJK,1996,,4 +TJK,1997,,4 +TJK,1998,6,4 +TJK,1999,7,4 +TJK,2000,7,4 +TJK,2001,7,4 +TJK,2002,7,4 +TJK,2003,7,4 +TJK,2004,7,4 +TJK,2005,7,4 +TJK,2006,7,4 +TJK,2007,7,4 +TJK,2008,7,4 +TJK,2009,7,4 +TJK,2010,7,4 +TJK,2011,7,4 +TJK,2012,7,4 +TJK,2013,7,4 +TJK,2014,7,4 +TJK,2015,7,4 +TJK,2016,7,4 +TJK,2017,7,4 +TJK,2018,,4 +TJK,2020,, +TJK,2025,, +TJK,2030,, +TJK,2035,, +TJK,2040,, +TJK,2045,, +TJK,2050,, +TJK,2055,, +TJK,2060,, +TJK,2065,, +TJK,2070,, +TJK,2075,, +TJK,2080,, +TJK,2085,, +TJK,2090,, +TJK,2095,, +TJK,2100,, +TKM,1990,,4 +TKM,1991,,4 +TKM,1992,,4 +TKM,1993,,4 +TKM,1994,,4 +TKM,1995,,4 +TKM,1996,,4 +TKM,1997,,3 +TKM,1998,7,3 +TKM,1999,7,3 +TKM,2000,7,3 +TKM,2001,7,3 +TKM,2002,7,3 +TKM,2003,7,3 +TKM,2004,7,3 +TKM,2005,7,3 +TKM,2006,7,3 +TKM,2007,7,3 +TKM,2008,7,3 +TKM,2009,7,3 +TKM,2010,7,3 +TKM,2011,7,3 +TKM,2012,7,3 +TKM,2013,7,3 +TKM,2014,6,4 +TKM,2015,6,4 +TKM,2016,6,4 +TKM,2017,,4 +TKM,2018,,4 +TKM,2020,, +TKM,2025,, +TKM,2030,, +TKM,2035,, +TKM,2040,, +TKM,2045,, +TKM,2050,, +TKM,2055,, +TKM,2060,, +TKM,2065,, +TKM,2070,, +TKM,2075,, +TKM,2080,, +TKM,2085,, +TKM,2090,, +TKM,2095,, +TKM,2100,, +TLS,1990,,6 +TLS,1991,,6 +TLS,1992,,6 +TLS,1993,,6 +TLS,1994,,6 +TLS,1995,,6 +TLS,1996,,6 +TLS,1997,,6 +TLS,1998,,6 +TLS,1999,,6 +TLS,2000,6,6 +TLS,2001,6,6 +TLS,2002,6,6 +TLS,2003,6,6 +TLS,2004,6,6 +TLS,2005,6,6 +TLS,2006,6,6 +TLS,2007,6,6 +TLS,2008,6,6 +TLS,2009,6,6 +TLS,2010,6,6 +TLS,2011,6,6 +TLS,2012,6,6 +TLS,2013,6,6 +TLS,2014,6,6 +TLS,2015,6,6 +TLS,2016,6,6 +TLS,2017,6,6 +TLS,2018,,6 +TLS,2020,, +TLS,2025,, +TLS,2030,, +TLS,2035,, +TLS,2040,, +TLS,2045,, +TLS,2050,, +TLS,2055,, +TLS,2060,, +TLS,2065,, +TLS,2070,, +TLS,2075,, +TLS,2080,, +TLS,2085,, +TLS,2090,, +TLS,2095,, +TLS,2100,, +TON,1990,,6 +TON,1991,,6 +TON,1992,,6 +TON,1993,,6 +TON,1994,,6 +TON,1995,,6 +TON,1996,,6 +TON,1997,,6 +TON,1998,6,6 +TON,1999,6,6 +TON,2000,6,6 +TON,2001,6,6 +TON,2002,6,6 +TON,2003,6,6 +TON,2004,6,6 +TON,2005,6,6 +TON,2006,6,6 +TON,2007,6,6 +TON,2008,6,6 +TON,2009,6,6 +TON,2010,6,6 +TON,2011,6,6 +TON,2012,6,6 +TON,2013,6,6 +TON,2014,4,6 +TON,2015,4,6 +TON,2016,4,6 +TON,2017,4,6 +TON,2018,,6 +TON,2020,, +TON,2025,, +TON,2030,, +TON,2035,, +TON,2040,, +TON,2045,, +TON,2050,, +TON,2055,, +TON,2060,, +TON,2065,, +TON,2070,, +TON,2075,, +TON,2080,, +TON,2085,, +TON,2090,, +TON,2095,, +TON,2100,, +TTO,1990,,7 +TTO,1991,,7 +TTO,1992,,7 +TTO,1993,,7 +TTO,1994,,7 +TTO,1995,,7 +TTO,1996,,7 +TTO,1997,,7 +TTO,1998,6,7 +TTO,1999,6,7 +TTO,2000,6,7 +TTO,2001,6,7 +TTO,2002,6,7 +TTO,2003,6,7 +TTO,2004,6,7 +TTO,2005,6,7 +TTO,2006,6,7 +TTO,2007,6,7 +TTO,2008,6,7 +TTO,2009,6,7 +TTO,2010,6,7 +TTO,2011,6,7 +TTO,2012,6,7 +TTO,2013,6,7 +TTO,2014,6,7 +TTO,2015,6,7 +TTO,2016,6,7 +TTO,2017,6,7 +TTO,2018,,7 +TTO,2020,, +TTO,2025,, +TTO,2030,, +TTO,2035,, +TTO,2040,, +TTO,2045,, +TTO,2050,, +TTO,2055,, +TTO,2060,, +TTO,2065,, +TTO,2070,, +TTO,2075,, +TTO,2080,, +TTO,2085,, +TTO,2090,, +TTO,2095,, +TTO,2100,, +TUN,1990,,6 +TUN,1991,,6 +TUN,1992,,6 +TUN,1993,,6 +TUN,1994,,6 +TUN,1995,,6 +TUN,1996,,6 +TUN,1997,,6 +TUN,1998,,6 +TUN,1999,,6 +TUN,2000,,6 +TUN,2001,,6 +TUN,2002,6,6 +TUN,2003,6,6 +TUN,2004,6,6 +TUN,2005,6,6 +TUN,2006,6,6 +TUN,2007,6,6 +TUN,2008,6,6 +TUN,2009,6,6 +TUN,2010,6,6 +TUN,2011,6,6 +TUN,2012,6,6 +TUN,2013,6,6 +TUN,2014,6,6 +TUN,2015,6,6 +TUN,2016,6,6 +TUN,2017,6,6 +TUN,2018,,6 +TUN,2020,, +TUN,2025,, +TUN,2030,, +TUN,2035,, +TUN,2040,, +TUN,2045,, +TUN,2050,, +TUN,2055,, +TUN,2060,, +TUN,2065,, +TUN,2070,, +TUN,2075,, +TUN,2080,, +TUN,2085,, +TUN,2090,, +TUN,2095,, +TUN,2100,, +TUR,1990,,5 +TUR,1991,,5 +TUR,1992,,5 +TUR,1993,,5 +TUR,1994,,5 +TUR,1995,,5 +TUR,1996,,5 +TUR,1997,,5 +TUR,1998,6,5 +TUR,1999,6,5 +TUR,2000,6,5 +TUR,2001,6,5 +TUR,2002,6,5 +TUR,2003,6,5 +TUR,2004,6,5 +TUR,2005,6,5 +TUR,2006,6,5 +TUR,2007,6,5 +TUR,2008,6,5 +TUR,2009,6,5 +TUR,2010,6,5 +TUR,2011,6,5 +TUR,2012,6,5 +TUR,2013,6,4 +TUR,2014,6,4 +TUR,2015,6,4 +TUR,2016,6,4 +TUR,2017,6,4 +TUR,2018,,4 +TUR,2020,, +TUR,2025,, +TUR,2030,, +TUR,2035,, +TUR,2040,, +TUR,2045,, +TUR,2050,, +TUR,2055,, +TUR,2060,, +TUR,2065,, +TUR,2070,, +TUR,2075,, +TUR,2080,, +TUR,2085,, +TUR,2090,, +TUR,2095,, +TUR,2100,, +TUV,1990,,7 +TUV,1991,,7 +TUV,1992,,7 +TUV,1993,,6 +TUV,1994,,6 +TUV,1995,,6 +TUV,1996,,6 +TUV,1997,,8 +TUV,1998,,6 +TUV,1999,,6 +TUV,2000,,6 +TUV,2001,,6 +TUV,2002,,6 +TUV,2003,,6 +TUV,2004,,6 +TUV,2005,,6 +TUV,2006,,6 +TUV,2007,,6 +TUV,2008,7,6 +TUV,2009,7,6 +TUV,2010,7,6 +TUV,2011,7,6 +TUV,2012,7,6 +TUV,2013,7,6 +TUV,2014,7,6 +TUV,2015,7,6 +TUV,2016,7,6 +TUV,2017,7,6 +TUV,2018,7,6 +TUV,2020,, +TUV,2025,, +TUV,2030,, +TUV,2035,, +TUV,2040,, +TUV,2045,, +TUV,2050,, +TUV,2055,, +TUV,2060,, +TUV,2065,, +TUV,2070,, +TUV,2075,, +TUV,2080,, +TUV,2085,, +TUV,2090,, +TUV,2095,, +TUV,2100,, +TZA,1990,,7 +TZA,1991,,7 +TZA,1992,,7 +TZA,1993,,7 +TZA,1994,,7 +TZA,1995,,7 +TZA,1996,,7 +TZA,1997,,7 +TZA,1998,7,7 +TZA,1999,7,7 +TZA,2000,7,7 +TZA,2001,7,7 +TZA,2002,7,7 +TZA,2003,7,7 +TZA,2004,7,7 +TZA,2005,7,7 +TZA,2006,7,7 +TZA,2007,7,7 +TZA,2008,7,7 +TZA,2009,7,7 +TZA,2010,7,7 +TZA,2011,7,7 +TZA,2012,7,7 +TZA,2013,7,7 +TZA,2014,7,7 +TZA,2015,7,7 +TZA,2016,7,7 +TZA,2017,7,7 +TZA,2018,,7 +TZA,2020,, +TZA,2025,, +TZA,2030,, +TZA,2035,, +TZA,2040,, +TZA,2045,, +TZA,2050,, +TZA,2055,, +TZA,2060,, +TZA,2065,, +TZA,2070,, +TZA,2075,, +TZA,2080,, +TZA,2085,, +TZA,2090,, +TZA,2095,, +TZA,2100,, +UGA,1990,,7 +UGA,1991,,7 +UGA,1992,,7 +UGA,1993,,7 +UGA,1994,,7 +UGA,1995,,7 +UGA,1996,,7 +UGA,1997,,7 +UGA,1998,,7 +UGA,1999,,7 +UGA,2000,,7 +UGA,2001,,7 +UGA,2002,,7 +UGA,2003,,7 +UGA,2004,,7 +UGA,2005,,7 +UGA,2006,,7 +UGA,2007,,7 +UGA,2008,6,7 +UGA,2009,6,7 +UGA,2010,6,7 +UGA,2011,6,7 +UGA,2012,6,7 +UGA,2013,6,7 +UGA,2014,6,7 +UGA,2015,6,7 +UGA,2016,6,7 +UGA,2017,6,7 +UGA,2018,,7 +UGA,2020,, +UGA,2025,, +UGA,2030,, +UGA,2035,, +UGA,2040,, +UGA,2045,, +UGA,2050,, +UGA,2055,, +UGA,2060,, +UGA,2065,, +UGA,2070,, +UGA,2075,, +UGA,2080,, +UGA,2085,, +UGA,2090,, +UGA,2095,, +UGA,2100,, +UKR,1990,,3 +UKR,1991,,3 +UKR,1992,,3 +UKR,1993,,3 +UKR,1994,,3 +UKR,1995,,3 +UKR,1996,,3 +UKR,1997,,3 +UKR,1998,7,3 +UKR,1999,7,3 +UKR,2000,7,3 +UKR,2001,7,3 +UKR,2002,7,3 +UKR,2003,6,4 +UKR,2004,6,4 +UKR,2005,6,4 +UKR,2006,6,4 +UKR,2007,6,4 +UKR,2008,6,4 +UKR,2009,6,4 +UKR,2010,6,4 +UKR,2011,6,4 +UKR,2012,6,4 +UKR,2013,6,4 +UKR,2014,6,4 +UKR,2015,6,4 +UKR,2016,6,4 +UKR,2017,6,4 +UKR,2018,,4 +UKR,2020,, +UKR,2025,, +UKR,2030,, +UKR,2035,, +UKR,2040,, +UKR,2045,, +UKR,2050,, +UKR,2055,, +UKR,2060,, +UKR,2065,, +UKR,2070,, +UKR,2075,, +UKR,2080,, +UKR,2085,, +UKR,2090,, +UKR,2095,, +UKR,2100,, +URY,1990,,6 +URY,1991,,6 +URY,1992,,6 +URY,1993,,6 +URY,1994,,6 +URY,1995,,6 +URY,1996,,6 +URY,1997,,6 +URY,1998,6,6 +URY,1999,6,6 +URY,2000,6,6 +URY,2001,6,6 +URY,2002,6,6 +URY,2003,6,6 +URY,2004,6,6 +URY,2005,6,6 +URY,2006,6,6 +URY,2007,6,6 +URY,2008,4,6 +URY,2009,4,6 +URY,2010,4,6 +URY,2011,4,6 +URY,2012,4,6 +URY,2013,4,6 +URY,2014,4,6 +URY,2015,4,6 +URY,2016,4,6 +URY,2017,4,6 +URY,2018,4,6 +URY,2020,, +URY,2025,, +URY,2030,, +URY,2035,, +URY,2040,, +URY,2045,, +URY,2050,, +URY,2055,, +URY,2060,, +URY,2065,, +URY,2070,, +URY,2075,, +URY,2080,, +URY,2085,, +URY,2090,, +URY,2095,, +URY,2100,, +USA,1990,,6 +USA,1991,,6 +USA,1992,,6 +USA,1993,,6 +USA,1994,,6 +USA,1995,,6 +USA,1996,,6 +USA,1997,,6 +USA,1998,6,6 +USA,1999,6,6 +USA,2000,6,6 +USA,2001,6,6 +USA,2002,6,6 +USA,2003,6,6 +USA,2004,6,6 +USA,2005,6,6 +USA,2006,6,6 +USA,2007,6,6 +USA,2008,6,6 +USA,2009,6,6 +USA,2010,6,6 +USA,2011,6,6 +USA,2012,6,6 +USA,2013,6,6 +USA,2014,6,6 +USA,2015,6,6 +USA,2016,6,6 +USA,2017,6,6 +USA,2018,6,6 +USA,2020,, +USA,2025,, +USA,2030,, +USA,2035,, +USA,2040,, +USA,2045,, +USA,2050,, +USA,2055,, +USA,2060,, +USA,2065,, +USA,2070,, +USA,2075,, +USA,2080,, +USA,2085,, +USA,2090,, +USA,2095,, +USA,2100,, +UZB,1990,,3 +UZB,1991,,3 +UZB,1992,,3 +UZB,1993,,3 +UZB,1994,,3 +UZB,1995,,3 +UZB,1996,,4 +UZB,1997,7,4 +UZB,1998,7,4 +UZB,1999,7,4 +UZB,2000,7,4 +UZB,2001,7,4 +UZB,2002,7,4 +UZB,2003,7,4 +UZB,2004,7,4 +UZB,2005,7,4 +UZB,2006,7,4 +UZB,2007,7,4 +UZB,2008,7,4 +UZB,2009,7,4 +UZB,2010,7,4 +UZB,2011,7,4 +UZB,2012,7,4 +UZB,2013,7,4 +UZB,2014,7,4 +UZB,2015,7,4 +UZB,2016,7,4 +UZB,2017,7,4 +UZB,2018,,4 +UZB,2020,, +UZB,2025,, +UZB,2030,, +UZB,2035,, +UZB,2040,, +UZB,2045,, +UZB,2050,, +UZB,2055,, +UZB,2060,, +UZB,2065,, +UZB,2070,, +UZB,2075,, +UZB,2080,, +UZB,2085,, +UZB,2090,, +UZB,2095,, +UZB,2100,, +VCT,1990,,7 +VCT,1991,,7 +VCT,1992,,7 +VCT,1993,,7 +VCT,1994,,7 +VCT,1995,,7 +VCT,1996,,7 +VCT,1997,,7 +VCT,1998,,7 +VCT,1999,,7 +VCT,2000,,7 +VCT,2001,,7 +VCT,2002,,7 +VCT,2003,,7 +VCT,2004,,7 +VCT,2005,5,7 +VCT,2006,5,7 +VCT,2007,5,7 +VCT,2008,5,7 +VCT,2009,5,7 +VCT,2010,5,7 +VCT,2011,5,7 +VCT,2012,5,7 +VCT,2013,5,7 +VCT,2014,5,7 +VCT,2015,5,7 +VCT,2016,5,7 +VCT,2017,5,7 +VCT,2018,,7 +VCT,2020,, +VCT,2025,, +VCT,2030,, +VCT,2035,, +VCT,2040,, +VCT,2045,, +VCT,2050,, +VCT,2055,, +VCT,2060,, +VCT,2065,, +VCT,2070,, +VCT,2075,, +VCT,2080,, +VCT,2085,, +VCT,2090,, +VCT,2095,, +VCT,2100,, +VEN,1990,,6 +VEN,1991,,6 +VEN,1992,,6 +VEN,1993,,6 +VEN,1994,,6 +VEN,1995,,6 +VEN,1996,,6 +VEN,1997,,6 +VEN,1998,6,6 +VEN,1999,3,6 +VEN,2000,3,6 +VEN,2001,3,6 +VEN,2002,3,6 +VEN,2003,3,6 +VEN,2004,3,6 +VEN,2005,3,6 +VEN,2006,3,6 +VEN,2007,3,6 +VEN,2008,3,6 +VEN,2009,3,6 +VEN,2010,3,6 +VEN,2011,3,6 +VEN,2012,3,6 +VEN,2013,3,6 +VEN,2014,3,6 +VEN,2015,3,6 +VEN,2016,3,6 +VEN,2017,,6 +VEN,2018,,6 +VEN,2020,, +VEN,2025,, +VEN,2030,, +VEN,2035,, +VEN,2040,, +VEN,2045,, +VEN,2050,, +VEN,2055,, +VEN,2060,, +VEN,2065,, +VEN,2070,, +VEN,2075,, +VEN,2080,, +VEN,2085,, +VEN,2090,, +VEN,2095,, +VEN,2100,, +VGB,1990,,7 +VGB,1991,,7 +VGB,1992,,7 +VGB,1993,,7 +VGB,1994,,7 +VGB,1995,,7 +VGB,1996,,7 +VGB,1997,,7 +VGB,1998,5,7 +VGB,1999,5,7 +VGB,2000,5,7 +VGB,2001,5,7 +VGB,2002,5,7 +VGB,2003,5,7 +VGB,2004,5,7 +VGB,2005,5,7 +VGB,2006,5,7 +VGB,2007,5,7 +VGB,2008,5,7 +VGB,2009,5,7 +VGB,2010,5,7 +VGB,2011,5,7 +VGB,2012,5,7 +VGB,2013,5,7 +VGB,2014,5,7 +VGB,2015,5,7 +VGB,2016,5,7 +VGB,2017,5,7 +VGB,2018,,7 +VGB,2020,, +VGB,2025,, +VGB,2030,, +VGB,2035,, +VGB,2040,, +VGB,2045,, +VGB,2050,, +VGB,2055,, +VGB,2060,, +VGB,2065,, +VGB,2070,, +VGB,2075,, +VGB,2080,, +VGB,2085,, +VGB,2090,, +VGB,2095,, +VGB,2100,, +VIR,1990,,6 +VIR,1991,,6 +VIR,1992,,6 +VIR,1993,,6 +VIR,1994,,6 +VIR,1995,,6 +VIR,1996,,6 +VIR,1997,,6 +VIR,1998,,6 +VIR,1999,,6 +VIR,2000,,6 +VIR,2001,,6 +VIR,2002,,6 +VIR,2003,,6 +VIR,2004,,6 +VIR,2005,,6 +VIR,2006,,6 +VIR,2007,,6 +VIR,2008,,6 +VIR,2009,,6 +VIR,2010,,6 +VIR,2011,,6 +VIR,2012,,6 +VIR,2013,,6 +VIR,2014,,6 +VIR,2015,,6 +VIR,2016,,6 +VIR,2017,,6 +VIR,2018,,6 +VIR,2020,, +VIR,2025,, +VIR,2030,, +VIR,2035,, +VIR,2040,, +VIR,2045,, +VIR,2050,, +VIR,2055,, +VIR,2060,, +VIR,2065,, +VIR,2070,, +VIR,2075,, +VIR,2080,, +VIR,2085,, +VIR,2090,, +VIR,2095,, +VIR,2100,, +VNM,1990,,5 +VNM,1991,,5 +VNM,1992,,5 +VNM,1993,,5 +VNM,1994,,5 +VNM,1995,,5 +VNM,1996,,5 +VNM,1997,,5 +VNM,1998,6,5 +VNM,1999,6,5 +VNM,2000,6,5 +VNM,2001,6,5 +VNM,2002,6,5 +VNM,2003,6,5 +VNM,2004,6,5 +VNM,2005,6,5 +VNM,2006,6,5 +VNM,2007,6,5 +VNM,2008,6,5 +VNM,2009,6,5 +VNM,2010,6,5 +VNM,2011,6,5 +VNM,2012,6,5 +VNM,2013,6,5 +VNM,2014,6,5 +VNM,2015,5,5 +VNM,2016,5,5 +VNM,2017,5,5 +VNM,2018,,5 +VNM,2020,, +VNM,2025,, +VNM,2030,, +VNM,2035,, +VNM,2040,, +VNM,2045,, +VNM,2050,, +VNM,2055,, +VNM,2060,, +VNM,2065,, +VNM,2070,, +VNM,2075,, +VNM,2080,, +VNM,2085,, +VNM,2090,, +VNM,2095,, +VNM,2100,, +VUT,1990,,6 +VUT,1991,,6 +VUT,1992,,6 +VUT,1993,,6 +VUT,1994,,6 +VUT,1995,,6 +VUT,1996,,6 +VUT,1997,,6 +VUT,1998,,6 +VUT,1999,,6 +VUT,2000,,6 +VUT,2001,,6 +VUT,2002,,6 +VUT,2003,,6 +VUT,2004,,6 +VUT,2005,,6 +VUT,2006,,6 +VUT,2007,,6 +VUT,2008,,6 +VUT,2009,,6 +VUT,2010,,6 +VUT,2011,,6 +VUT,2012,,6 +VUT,2013,,6 +VUT,2014,,6 +VUT,2015,,6 +VUT,2016,,6 +VUT,2017,,6 +VUT,2018,,6 +VUT,2020,, +VUT,2025,, +VUT,2030,, +VUT,2035,, +VUT,2040,, +VUT,2045,, +VUT,2050,, +VUT,2055,, +VUT,2060,, +VUT,2065,, +VUT,2070,, +VUT,2075,, +VUT,2080,, +VUT,2085,, +VUT,2090,, +VUT,2095,, +VUT,2100,, +WSM,1990,,6 +WSM,1991,,6 +WSM,1992,,6 +WSM,1993,,6 +WSM,1994,,6 +WSM,1995,,6 +WSM,1996,,6 +WSM,1997,,6 +WSM,1998,5,6 +WSM,1999,5,6 +WSM,2000,5,6 +WSM,2001,5,6 +WSM,2002,5,6 +WSM,2003,5,6 +WSM,2004,5,6 +WSM,2005,5,6 +WSM,2006,5,6 +WSM,2007,5,6 +WSM,2008,5,6 +WSM,2009,5,6 +WSM,2010,5,6 +WSM,2011,5,6 +WSM,2012,5,6 +WSM,2013,5,6 +WSM,2014,5,6 +WSM,2015,5,6 +WSM,2016,5,6 +WSM,2017,5,6 +WSM,2018,,6 +WSM,2020,, +WSM,2025,, +WSM,2030,, +WSM,2035,, +WSM,2040,, +WSM,2045,, +WSM,2050,, +WSM,2055,, +WSM,2060,, +WSM,2065,, +WSM,2070,, +WSM,2075,, +WSM,2080,, +WSM,2085,, +WSM,2090,, +WSM,2095,, +WSM,2100,, +XKX,1990,, +XKX,1991,, +XKX,1992,, +XKX,1993,, +XKX,1994,, +XKX,1995,, +XKX,1996,, +XKX,1997,, +XKX,1998,, +XKX,1999,, +XKX,2000,, +XKX,2001,, +XKX,2002,, +XKX,2003,, +XKX,2004,, +XKX,2005,, +XKX,2006,, +XKX,2007,, +XKX,2008,, +XKX,2009,, +XKX,2010,, +XKX,2011,, +XKX,2012,, +XKX,2013,, +XKX,2014,, +XKX,2015,, +XKX,2016,, +XKX,2017,, +XKX,2018,, +XKX,2020,, +XKX,2025,, +XKX,2030,, +XKX,2035,, +XKX,2040,, +XKX,2045,, +XKX,2050,, +XKX,2055,, +XKX,2060,, +XKX,2065,, +XKX,2070,, +XKX,2075,, +XKX,2080,, +XKX,2085,, +XKX,2090,, +XKX,2095,, +XKX,2100,, +YEM,1990,,6 +YEM,1991,,6 +YEM,1992,,6 +YEM,1993,,6 +YEM,1994,,6 +YEM,1995,,6 +YEM,1996,,6 +YEM,1997,,6 +YEM,1998,6,6 +YEM,1999,6,6 +YEM,2000,6,6 +YEM,2001,6,6 +YEM,2002,6,6 +YEM,2003,6,6 +YEM,2004,6,6 +YEM,2005,6,6 +YEM,2006,6,6 +YEM,2007,6,6 +YEM,2008,6,6 +YEM,2009,6,6 +YEM,2010,6,6 +YEM,2011,6,6 +YEM,2012,6,6 +YEM,2013,6,6 +YEM,2014,6,6 +YEM,2015,6,6 +YEM,2016,6,6 +YEM,2017,6,6 +YEM,2018,,6 +YEM,2020,, +YEM,2025,, +YEM,2030,, +YEM,2035,, +YEM,2040,, +YEM,2045,, +YEM,2050,, +YEM,2055,, +YEM,2060,, +YEM,2065,, +YEM,2070,, +YEM,2075,, +YEM,2080,, +YEM,2085,, +YEM,2090,, +YEM,2095,, +YEM,2100,, +ZAF,1990,,7 +ZAF,1991,,7 +ZAF,1992,,7 +ZAF,1993,,7 +ZAF,1994,,7 +ZAF,1995,,7 +ZAF,1996,,7 +ZAF,1997,,7 +ZAF,1998,7,7 +ZAF,1999,7,7 +ZAF,2000,7,7 +ZAF,2001,7,7 +ZAF,2002,7,7 +ZAF,2003,7,7 +ZAF,2004,7,7 +ZAF,2005,7,7 +ZAF,2006,7,7 +ZAF,2007,7,7 +ZAF,2008,7,7 +ZAF,2009,7,7 +ZAF,2010,7,7 +ZAF,2011,7,7 +ZAF,2012,7,7 +ZAF,2013,7,7 +ZAF,2014,7,7 +ZAF,2015,7,7 +ZAF,2016,7,7 +ZAF,2017,7,7 +ZAF,2018,,7 +ZAF,2020,, +ZAF,2025,, +ZAF,2030,, +ZAF,2035,, +ZAF,2040,, +ZAF,2045,, +ZAF,2050,, +ZAF,2055,, +ZAF,2060,, +ZAF,2065,, +ZAF,2070,, +ZAF,2075,, +ZAF,2080,, +ZAF,2085,, +ZAF,2090,, +ZAF,2095,, +ZAF,2100,, +ZMB,1990,,7 +ZMB,1991,,7 +ZMB,1992,,7 +ZMB,1993,,7 +ZMB,1994,,7 +ZMB,1995,,7 +ZMB,1996,,7 +ZMB,1997,,7 +ZMB,1998,7,7 +ZMB,1999,7,7 +ZMB,2000,7,7 +ZMB,2001,7,7 +ZMB,2002,7,7 +ZMB,2003,7,7 +ZMB,2004,7,7 +ZMB,2005,7,7 +ZMB,2006,7,7 +ZMB,2007,7,7 +ZMB,2008,7,7 +ZMB,2009,7,7 +ZMB,2010,7,7 +ZMB,2011,7,7 +ZMB,2012,7,7 +ZMB,2013,7,7 +ZMB,2014,7,7 +ZMB,2015,7,7 +ZMB,2016,7,7 +ZMB,2017,7,7 +ZMB,2018,,7 +ZMB,2020,, +ZMB,2025,, +ZMB,2030,, +ZMB,2035,, +ZMB,2040,, +ZMB,2045,, +ZMB,2050,, +ZMB,2055,, +ZMB,2060,, +ZMB,2065,, +ZMB,2070,, +ZMB,2075,, +ZMB,2080,, +ZMB,2085,, +ZMB,2090,, +ZMB,2095,, +ZMB,2100,, +ZWE,1990,,7 +ZWE,1991,,7 +ZWE,1992,,7 +ZWE,1993,,7 +ZWE,1994,,7 +ZWE,1995,,7 +ZWE,1996,,7 +ZWE,1997,,7 +ZWE,1998,6,7 +ZWE,1999,6,7 +ZWE,2000,6,7 +ZWE,2001,6,7 +ZWE,2002,6,7 +ZWE,2003,6,7 +ZWE,2004,6,7 +ZWE,2005,6,7 +ZWE,2006,6,7 +ZWE,2007,6,7 +ZWE,2008,6,7 +ZWE,2009,6,7 +ZWE,2010,6,7 +ZWE,2011,6,7 +ZWE,2012,6,7 +ZWE,2013,6,7 +ZWE,2014,6,7 +ZWE,2015,6,7 +ZWE,2016,6,7 +ZWE,2017,6,7 +ZWE,2018,,7 +ZWE,2020,, +ZWE,2025,, +ZWE,2030,, +ZWE,2035,, +ZWE,2040,, +ZWE,2045,, +ZWE,2050,, +ZWE,2055,, +ZWE,2060,, +ZWE,2065,, +ZWE,2070,, +ZWE,2075,, +ZWE,2080,, +ZWE,2085,, +ZWE,2090,, +ZWE,2095,, +ZWE,2100,, diff --git a/01_data/011_rawdata/hosted_in_repo/proficiency_from_GLAD.csv b/01_data/011_rawdata/hosted_in_repo/proficiency_from_GLAD.csv new file mode 100644 index 0000000..9cc86ce --- /dev/null +++ b/01_data/011_rawdata/hosted_in_repo/proficiency_from_GLAD.csv @@ -0,0 +1,560 @@ +countrycode,year,test,idgrade,subject,nonprof_all,se_nonprof_all,nonprof_ma,se_nonprof_ma,nonprof_fe,se_nonprof_fe +ARE,2011,PIRLS,4,read,36.017685,.8808257,42.150146,1.4214823,29.855675,1.1456658 +ARE,2011,TIMSS,4,math,36.141468,.97319388,38.809471,1.5059434,33.462761,1.2600484 +ARE,2011,TIMSS,4,science,39.358074,1.0403529,43.469112,1.5790539,35.230553,1.4192994 +ARE,2015,TIMSS,4,math,31.665915,.85144204,32.954182,1.3370425,30.250454,1.6114295 +ARE,2015,TIMSS,4,science,33.224003,.93746746,35.835308,1.4489555,30.354858,1.6378882 +ARE,2016,PIRLS,4,read,32.428772,1.3028113,38.499516,1.7644614,26.029068,1.6799361 +ARG,2001,PIRLS,4,read,40.235104,2.7008476,44.358452,3.0494652,36.24559,2.9624629 +ARG,2006,LLECE,6,read,55.296715,.63825852,57.913132,.90317416,52.624977,.90514821 +ARG,2013,LLECE,6,read,53.578964,.94843376,59.282379,1.3507472,49.011475,1.3413248 +ARM,2003,TIMSS,4,math,25.028837,1.4846536,27.53191,1.7162535,22.400993,1.5977393 +ARM,2003,TIMSS,4,science,34.457951,1.7659854,36.311317,2.0276687,32.512207,1.9867963 +ARM,2007,TIMSS,4,math,13.261837,1.1947109,14.053506,1.2131757,12.413817,1.6255416 +ARM,2007,TIMSS,4,science,23.421991,1.5546815,26.122242,1.6673526,20.529539,1.9306825 +ARM,2011,TIMSS,4,math,28.494602,1.4271125,29.590267,1.5639182,27.277542,1.8726581 +ARM,2011,TIMSS,4,science,42.30035,1.8219091,43.347752,2.1434176,41.136909,2.3086748 +ARM,2015,TIMSS,4,math,16.116714,1.2635183,17.039865,1.4937094,15.142399,1.4093491 +ARM,2015,TIMSS,4,science,29.995728,1.6847034,33.155674,1.7214665,26.660656,2.0458755 +AUS,2003,TIMSS,4,math,11.772555,1.3395137,12.09656,1.5736049,11.454969,1.4261994 +AUS,2003,TIMSS,4,science,8.2483826,1.126408,9.7264709,1.719678,6.7995906,.81890726 +AUS,2007,TIMSS,4,math,8.5019054,.97796416,9.4296093,1.3721092,7.6029539,1.0363823 +AUS,2007,TIMSS,4,science,6.7127523,.77513599,7.3173881,.86517781,6.1268568,.90491402 +AUS,2011,PIRLS,4,read,7.0671978,.6665988,8.914793,1.0408237,5.1644745,.5472275 +AUS,2011,TIMSS,4,math,9.6564884,.99564481,9.6899691,1.0347707,9.6221743,1.1815001 +AUS,2011,TIMSS,4,science,8.8150616,.96020073,9.9969025,1.2189156,7.6036215,1.1423976 +AUS,2015,TIMSS,4,math,8.6326542,.82733464,8.3586988,1.0716155,8.9223747,1.0473249 +AUS,2015,TIMSS,4,science,6.2963724,.75868183,6.9386005,.96729428,5.6172075,.97439325 +AUS,2016,PIRLS,4,read,5.513793,.5545066,7.2660627,.80952084,3.7707806,.49180329 +AUT,2006,PIRLS,4,read,2.3767412,.4234789,3.1361341,.6013034,1.6007125,.41669005 +AUT,2007,TIMSS,4,math,7.0772591,.76076084,6.4416828,.87871188,7.7604713,.87801218 +AUT,2007,TIMSS,4,science,6.5139651,.61466408,5.8681192,.72661781,7.2082224,.81918186 +AUT,2011,PIRLS,4,read,2.8958917,.34855339,3.4892976,.58483535,2.2705734,.34008375 +AUT,2011,TIMSS,4,math,4.6978116,.75814056,4.3205681,.88424748,5.0938845,.90484035 +AUT,2011,TIMSS,4,science,4.0010395,.58908492,3.6144674,.70928776,4.4069052,.73330677 +AUT,2016,PIRLS,4,read,2.4142623,.37913904,2.8882682,.55914587,1.9100189,.40631858 +AZE,2011,PIRLS,4,read,18.140429,1.5970168,20.126265,1.8544042,15.914053,1.6624036 +AZE,2011,TIMSS,4,math,27.715492,1.927603,28.75815,2.0801756,26.550365,2.0992165 +AZE,2011,TIMSS,4,science,34.854095,2.0781758,36.072128,2.2712588,33.492996,2.2963567 +AZE,2016,PIRLS,4,read,19.213671,1.6500555,21.653826,1.9130487,16.456329,1.7156087 +BDI,2014,PASEC,6,read,92.673416,.78368288,93.777,1.0040926,91.334206,1.0198774 +BEL,2003,TIMSS,4,math,.73761344,.25692737,.99488497,.46899259,.48084259,.15899464 +BEL,2003,TIMSS,4,science,2.166909,.3739368,2.6023865,.61991531,1.7322719,.33339065 +BEL,2006,PIRLS,4,read,3.7632585,.29862028,4.2494655,.42297101,3.2743275,.38977373 +BEL,2011,PIRLS,4,read,6.2062502,1.0814266,6.8657875,1.0630602,5.5168924,1.339191 +BEL,2011,TIMSS,4,math,.67988634,.19328727,.61045289,.19436146,.74855089,.34084812 +BEL,2011,TIMSS,4,science,3.5302162,.5027169,2.9395044,.55515134,4.1143475,.74577326 +BEL,2015,TIMSS,4,math,.97278953,.29178628,.74178576,.278476,1.2027562,.52138716 +BEL,2015,TIMSS,4,science,4.1052103,.62943709,4.1296124,.7651512,4.0809212,.76118332 +BEL,2016,PIRLS,4,read,5.0987124,.44009835,6.4357996,.56938481,3.7760079,.46384996 +BEN,2014,PASEC,6,read,77.341751,1.9206686,75.128662,2.3338456,79.327499,2.0473688 +BFA,2014,PASEC,6,read,78.576775,1.6237392,77.478043,1.9605685,79.63546,1.7523117 +BGR,2001,PIRLS,4,read,4.9507022,.89022088,6.6674113,1.1529316,3.3338368,.82866049 +BGR,2006,PIRLS,4,read,5.2352786,.95801038,6.751287,1.4136159,3.6847651,.98383307 +BGR,2011,PIRLS,4,read,6.9515586,1.0346819,8.1134501,1.3211757,5.758214,1.1347538 +BGR,2015,TIMSS,4,math,8.0693245,1.4036875,8.5782232,1.5029848,7.540947,1.4377358 +BGR,2015,TIMSS,4,science,9.6602497,1.5462788,10.610825,1.656563,8.6733046,1.5613601 +BGR,2016,PIRLS,4,read,5.2132845,.89644676,5.9946833,1.0836039,4.4155893,.91922617 +BHR,2011,TIMSS,4,math,33.136017,1.358938,36.102718,1.7374743,30.220634,2.1419344 +BHR,2011,TIMSS,4,science,29.960955,1.4031,34.743671,2.1079516,25.260956,2.2524827 +BHR,2015,TIMSS,4,math,27.580971,.75459969,31.393593,1.1295618,23.781799,.80938208 +BHR,2015,TIMSS,4,science,27.540611,.90811568,34.597439,1.1267681,20.4247,1.3096881 +BHR,2016,PIRLS,4,read,30.631668,.98524719,40.202724,1.5092248,21.005774,1.3251656 +BLZ,2001,PIRLS,4,read,74.782043,1.7576765,78.244598,2.0710907,71.481773,2.1557472 +BRA,2006,LLECE,6,read,50.068455,.70710611,53.803219,1.0232215,46.076412,1.0170498 +BRA,2013,LLECE,6,read,46.947468,1.0556511,48.479885,1.5640706,46.273785,1.4878898 +BWA,2000,SACMEQ,6,read,49.164425,.86751086,56.657349,1.2277935,41.977085,1.2001461 +BWA,2007,SACMEQ,6,read,43.381287,.796974,51.312801,1.1424818,35.522545,1.0832185 +BWA,2011,PIRLS,6,read,44.298088,1.8335704,51.519245,2.2553372,37.47427,1.9268957 +BWA,2011,TIMSS,6,math,40.451683,1.5643973,44.93045,1.9583348,36.23864,1.7187052 +BWA,2011,TIMSS,6,science,56.856773,1.7763624,59.099503,2.1224904,54.747108,2.0927551 +CAN,2001,PIRLS,4,read,3.0926406,.37246317,4.0687504,.59999943,2.0981908,.30955848 +CAN,2011,PIRLS,4,read,2.249223,.24820776,2.6927412,.32694203,1.7935097,.31558815 +CAN,2015,TIMSS,4,math,7.6147079,.8156932,7.0920048,.88968605,8.1537428,.89808011 +CAN,2015,TIMSS,4,science,5.2902937,.73528934,5.8126631,.89109612,4.751605,.72419763 +CAN,2016,PIRLS,4,read,4.2596102,.44186455,4.766655,.42275438,3.7394226,.69026643 +CHL,2006,LLECE,6,read,38.378082,.59792173,39.026855,.86233515,36.865036,.8670454 +CHL,2011,TIMSS,4,math,22.530819,1.1781337,21.851391,1.5425469,23.185932,1.4111376 +CHL,2011,TIMSS,4,science,15.499735,1.0757316,14.471835,1.2033263,16.490847,1.4112489 +CHL,2013,LLECE,6,read,30.258625,.78980315,33.001137,1.139773,26.937771,1.1056416 +CHL,2015,TIMSS,4,math,21.834099,1.5301539,22.742128,1.6907545,20.883167,1.7912123 +CHL,2015,TIMSS,4,science,14.934683,1.169933,15.774846,1.6789583,14.054829,1.3638445 +CHL,2016,PIRLS,4,read,12.797934,1.1272485,14.895308,1.313558,10.502249,1.4023873 +CIV,2014,PASEC,6,read,77.626785,1.5555022,79.196213,1.7940787,75.768341,2.0104423 +CMR,2014,PASEC,6,read,75.911171,1.850337,78.431297,2.0220363,72.914833,2.1565452 +COG,2014,PASEC,6,read,82.860397,1.6526347,83.598534,1.9381231,82.115288,1.9923455 +COL,2001,PIRLS,4,read,38.857155,2.2092042,41.438911,2.428839,36.324429,2.5581574 +COL,2006,LLECE,6,read,51.808834,.65329254,50.889313,.93528974,52.607445,.91606724 +COL,2007,TIMSS,4,math,69.067848,1.9607726,65.716522,2.1335354,72.475189,2.1219513 +COL,2007,TIMSS,4,science,48.652565,2.4360614,46.902466,2.6799462,50.431911,2.5950515 +COL,2011,PIRLS,4,read,27.671469,1.9101365,27.32144,2.3198891,28.03303,2.2799928 +COL,2013,LLECE,6,read,44.726212,.86737502,45.863224,1.2193272,43.220036,1.2372953 +CRI,2006,LLECE,6,read,28.672039,.67131591,28.781986,.99390817,28.723234,.99068022 +CRI,2013,LLECE,6,read,31.704283,.9234733,32.839745,1.3035231,30.255014,1.3066099 +CUB,2006,LLECE,6,read,25.118423,.56548512,27.900679,.81265837,22.114069,.77958578 +CYP,2001,PIRLS,4,read,13.243156,1.090377,16.42359,1.7285188,9.8692417,1.0867338 +CYP,2003,TIMSS,4,math,10.586166,.67498398,10.381079,.9444046,10.798759,1.0454682 +CYP,2003,TIMSS,4,science,14.203816,.84376985,13.778448,.99025518,14.644754,1.1847069 +CYP,2015,TIMSS,4,math,7.3704062,.56788665,7.6465845,.83370304,7.0849538,.60470319 +CYP,2015,TIMSS,4,science,14.299422,.97925293,14.928842,1.2124311,13.648886,1.1900815 +CZE,2001,PIRLS,4,read,2.7299762,.41122153,3.4188688,.58553869,2.0016611,.47992378 +CZE,2007,TIMSS,4,math,11.803579,1.0981083,11.774164,1.3874139,11.836231,1.3501325 +CZE,2007,TIMSS,4,science,6.9840431,.8040784,7.0513129,.81939697,6.9093647,1.1016068 +CZE,2011,PIRLS,4,read,1.7492115,.52261341,2.0508945,.65494835,1.433599,.513933 +CZE,2011,TIMSS,4,math,6.8130198,.77075428,6.6422224,1.1736082,6.99473,1.0172029 +CZE,2011,TIMSS,4,science,3.4956813,.69423389,3.1730354,.70201933,3.8389504,.96562833 +CZE,2015,TIMSS,4,math,3.9297938,.50348359,3.669703,.58743566,4.1967154,.63682699 +CZE,2015,TIMSS,4,science,3.5195827,.55463016,3.3158779,.56616122,3.7286401,.70636302 +CZE,2016,PIRLS,4,read,2.9605269,.50483227,3.8604975,.65036011,2.0282984,.48253885 +DEU,2001,PIRLS,4,read,2.9658079,.37882036,3.3596516,.56419307,2.5685549,.44243276 +DEU,2006,PIRLS,4,read,2.5919139,.2625764,2.9349208,.51142031,2.234751,.34206986 +DEU,2007,TIMSS,4,math,4.0521383,.51094162,3.4668982,.59163702,4.6600876,.67551112 +DEU,2007,TIMSS,4,science,5.810338,.6103791,5.2439156,.63834727,6.3987436,.85763633 +DEU,2011,PIRLS,4,read,2.3894072,.34824276,2.7957559,.56306565,1.971364,.45972824 +DEU,2011,TIMSS,4,math,2.7480364,.57721359,2.4097562,.56267267,3.0964017,.82968211 +DEU,2011,TIMSS,4,science,4.2903662,.65727168,3.8845062,.69966996,4.7083259,.98896784 +DEU,2015,TIMSS,4,math,3.6922097,.56661826,3.8428843,.60793751,3.5295963,.87308884 +DEU,2015,TIMSS,4,science,3.9718211,.5690437,3.9458156,.66082782,3.9998889,.65276027 +DEU,2016,PIRLS,4,read,5.4925561,.91630173,6.5240917,1.3055249,4.4245539,.8908788 +DNK,2006,PIRLS,4,read,3.4869134,.44103959,4.2330446,.71050769,2.7873099,.50595999 +DNK,2007,TIMSS,4,math,4.6738505,.76938581,5.1084995,.97083664,4.2581854,.84029752 +DNK,2007,TIMSS,4,science,7.0845785,.82864833,7.5095534,1.1729001,6.6781578,1.0942608 +DNK,2011,PIRLS,4,read,1.4267802,.21996096,1.6681314,.37661621,1.1899829,.30372426 +DNK,2011,TIMSS,4,math,3.4074843,.55431122,3.3784986,.71208882,3.4351468,.61691672 +DNK,2011,TIMSS,4,science,4.8393846,.70966876,5.1012635,.91903192,4.5895281,.75614339 +DNK,2015,TIMSS,4,math,4.0880919,.64475524,4.0540338,.91920102,4.123044,.80376834 +DNK,2015,TIMSS,4,science,4.2105379,.53701687,4.5400023,.70972496,3.8723886,.72194237 +DNK,2016,PIRLS,3,read,11.819988,.87313324,13.790607,1.0748776,9.8819494,1.0576172 +DNK,2016,PIRLS,4,read,2.6210546,.40861928,2.8600514,.62710011,2.3911417,.49161655 +DOM,2006,LLECE,6,read,89.417336,.46539035,90.959106,.64609402,87.78138,.71095091 +DOM,2013,LLECE,6,read,79.381966,.78514934,80.609627,1.0973601,78.122993,1.1235025 +DZA,2007,TIMSS,4,math,59.065132,2.234638,60.053146,2.0998881,58.064732,2.8048759 +DZA,2007,TIMSS,4,science,66.52803,2.0792232,68.446373,2.1249931,64.585632,2.593668 +ECU,2006,LLECE,6,read,77.639915,.58372343,79.053574,.81320226,76.42791,.87278944 +ECU,2013,LLECE,6,read,62.068684,.79087967,62.174427,1.0806098,62.053181,1.162975 +EGY,2016,PIRLS,4,read,69.155106,1.7668108,73.60952,1.9039412,64.601532,1.8867943 +ESP,2006,PIRLS,4,read,6.4623952,.83914471,6.6658916,1.0711429,6.254065,.9830122 +ESP,2011,PIRLS,4,read,6.1280847,.69463515,7.0787907,1.1746172,5.1544247,.61746079 +ESP,2011,TIMSS,4,math,12.708902,1.3040901,11.832404,1.5689495,13.61937,1.4735527 +ESP,2011,TIMSS,4,science,8.45294,1.1596133,7.8647556,1.177838,9.0639172,1.3346075 +ESP,2015,TIMSS,4,math,7.0198593,.87480474,6.8492889,.99785477,7.1951985,1.1516693 +ESP,2015,TIMSS,4,science,5.201417,.68644059,5.4427266,.81427062,4.9533663,.8378588 +ESP,2016,PIRLS,4,read,3.431344,.49629551,4.3945255,.87470311,2.4438381,.3892706 +FIN,2011,PIRLS,4,read,.79878569,.2001375,1.084429,.33230689,.50019622,.19822688 +FIN,2011,TIMSS,4,math,2.0760715,.42004585,2.3910284,.60590887,1.744169,.42810422 +FIN,2011,TIMSS,4,science,1.2376726,.31424659,1.3541937,.41498467,1.114881,.379269 +FIN,2015,TIMSS,4,math,2.6628017,.41589466,3.3640206,.61687541,1.9076407,.42197314 +FIN,2015,TIMSS,4,science,1.4970958,.38992715,1.8927515,.59570509,1.0710001,.28855264 +FIN,2016,PIRLS,4,read,1.7100692,.29318789,2.3466051,.52474904,1.0716259,.29770705 +FRA,2001,PIRLS,4,read,4.6359596,.64543539,5.8537779,.88398111,3.3413708,.6830135 +FRA,2006,PIRLS,4,read,4.0925798,.42905742,5.0575137,.60058939,3.0663729,.44685853 +FRA,2011,PIRLS,4,read,4.7308865,.77723807,4.6420932,.72597766,4.8217831,.97699666 +FRA,2015,TIMSS,4,math,12.501186,.98431802,11.904454,1.0300738,13.12533,1.3949523 +FRA,2015,TIMSS,4,science,12.192451,1.0387965,12.78767,1.2280244,11.569881,1.3543863 +FRA,2016,PIRLS,4,read,6.2845764,.49711183,7.2820187,.69898474,5.2986622,.69623154 +GBR,2001,PIRLS,5,read,5.711132,.62711519,7.2862682,.87271053,4.236865,.74345946 +GBR,2003,TIMSS,4,math,7.920331,.73761398,8.3449068,.99877614,7.4912548,.90119112 +GBR,2003,TIMSS,4,science,5.9597015,.62254953,6.6847086,.89684373,5.2270231,.66374636 +GBR,2006,PIRLS,4,read,6.7622004,.59902871,7.717103,.71941817,5.7959261,.68913835 +GBR,2007,TIMSS,4,math,6.36726,.59301388,7.1777878,.83383173,5.5227399,.61160582 +GBR,2007,TIMSS,4,science,5.208272,.55644,6.0914574,.7861076,4.2880535,.51338065 +GBR,2011,PIRLS,4,read,3.2437325,.59564435,3.796953,.97221518,2.6816189,.6044113 +GBR,2011,PIRLS,5,read,4.6339455,.53728783,6.1062393,.68860549,3.1097651,.64917547 +GBR,2011,TIMSS,4,math,4.0750685,.50082046,4.8452616,.86213166,3.284806,.53814906 +GBR,2011,TIMSS,4,science,6.1889529,.96495479,6.7634583,.99691617,5.5994692,1.2170453 +GBR,2011,TIMSS,5,math,6.6532793,.69909561,7.3664007,.73905832,5.8952212,1.0323105 +GBR,2011,TIMSS,5,science,6.8092766,.70172834,7.8809142,.98796439,5.6701126,.89935762 +GBR,2015,TIMSS,4,math,4.2443218,.6204645,4.537982,.68192238,3.9607108,.78743219 +GBR,2015,TIMSS,4,science,3.1321883,.42720816,3.4817696,.55999255,2.7945817,.51297444 +GBR,2016,PIRLS,4,read,3.1756341,.33946967,3.8290858,.48129898,2.5315464,.38482594 +GEO,2006,PIRLS,4,read,17.977888,1.3104683,21.12376,1.6429163,14.568299,1.4011302 +GEO,2007,TIMSS,4,math,33.171272,1.9856182,34.779751,2.1807234,31.350458,2.2420442 +GEO,2007,TIMSS,4,science,41.13419,2.1309404,43.994606,2.3279946,37.896175,2.6196201 +GEO,2011,PIRLS,4,read,13.514507,1.3965394,16.62833,1.8377519,10.119456,1.2017524 +GEO,2011,TIMSS,4,math,27.561497,1.6763797,29.468065,2.1748691,25.482105,1.5623674 +GEO,2011,TIMSS,4,science,24.815351,1.629626,27.436054,2.0011513,21.957088,1.6807076 +GEO,2015,TIMSS,4,math,22.444117,1.6044514,23.787224,1.9790554,21.022106,1.6370276 +GEO,2015,TIMSS,4,science,25.956266,1.705677,27.183891,2.1140785,24.656523,1.820312 +GEO,2016,PIRLS,4,read,13.523626,1.1186023,16.703939,1.5544558,10.262484,1.1079484 +GRC,2001,PIRLS,4,read,5.4929552,.79732865,7.9868793,1.170063,2.9588342,.78165799 +GTM,2006,LLECE,6,read,79.278381,.5644595,78.503471,.81478089,79.42202,.81310683 +GTM,2013,LLECE,6,read,63.624409,.86168498,62.725727,1.2062005,64.502678,1.2322136 +HKG,2001,PIRLS,4,read,3.3758163,.57945341,4.9082699,.75971305,1.9502997,.52472961 +HKG,2003,TIMSS,4,math,.66483617,.16452169,.89374781,.25530091,.40778518,.19416614 +HKG,2003,TIMSS,4,science,1.7436624,.34731057,2.3034096,.54554147,1.1150837,.26708075 +HKG,2006,PIRLS,4,read,.85384846,.20422356,1.239711,.32898948,.44769645,.18673775 +HKG,2007,TIMSS,4,math,.35209656,.12221086,.56432486,.21239167,.12845993,.11419583 +HKG,2007,TIMSS,4,science,2.0100832,.44967598,2.5168836,.73908144,1.4760435,.38289437 +HKG,2011,PIRLS,4,read,.81492066,.23085384,1.1474907,.40415788,.42148232,.24261542 +HKG,2011,TIMSS,4,math,.78421235,.51869822,.99044442,.65486211,.54018497,.39097211 +HKG,2011,TIMSS,4,science,4.4680176,1.1965348,4.9677191,1.2873528,3.8767278,1.2207974 +HKG,2015,TIMSS,4,math,.22522211,.16069579,.15869737,.12874813,.30409694,.28263846 +HKG,2015,TIMSS,4,science,1.9124806,.37958372,1.7026484,.41940165,2.1612942,.59044009 +HKG,2016,PIRLS,4,read,1.403904,.33834988,1.9835949,.51649725,.79624653,.42281413 +HND,2011,PIRLS,6,read,26.488459,2.3071525,29.584616,2.6048069,23.556482,2.6182482 +HND,2011,TIMSS,6,math,50.886734,2.4892027,48.291428,2.5380442,53.337173,2.9660141 +HND,2011,TIMSS,6,science,34.583271,2.6925623,33.395542,2.9110322,35.704697,3.0184546 +HND,2013,LLECE,6,read,69.443695,.84256583,71.075272,1.1718796,67.247421,1.2186809 +HRV,2011,PIRLS,4,read,1.0005653,.24353915,1.4255345,.41676116,.56732893,.2267604 +HRV,2011,TIMSS,4,math,9.5108624,.92968297,9.3320131,1.083341,9.692502,1.3101022 +HRV,2011,TIMSS,4,science,3.6419868,.53544438,3.8995802,.74877387,3.3803761,.60413247 +HRV,2015,TIMSS,4,math,6.7512631,.64047021,6.229496,.96726137,7.2977304,.7379697 +HRV,2015,TIMSS,4,science,2.2266388,.3421379,2.2818923,.50391352,2.1687686,.46433714 +HUN,2001,PIRLS,4,read,2.4528563,.34572628,3.4926951,.5525912,1.4580429,.28870639 +HUN,2003,TIMSS,4,math,5.8348122,.76115674,5.6999922,.79836994,5.9717298,1.0282025 +HUN,2003,TIMSS,4,science,5.9711637,.72467506,5.7987452,.72826076,6.1462641,1.0263268 +HUN,2006,PIRLS,4,read,2.5682688,.48950776,2.839011,.70301217,2.3008049,.52671492 +HUN,2007,TIMSS,4,math,11.770916,1.1656874,11.847502,1.1642185,11.696142,1.4743253 +HUN,2007,TIMSS,4,science,6.5848351,.81671226,7.5263557,1.0113838,5.6656418,1.0846078 +HUN,2011,PIRLS,4,read,5.3590002,.7047056,6.4678726,.91680002,4.2152643,.79948324 +HUN,2011,TIMSS,4,math,10.477614,.97722381,11.205411,1.2296228,9.7240334,1.0364339 +HUN,2011,TIMSS,4,science,7.3789778,.93625402,7.8772306,1.0714536,6.8630753,1.1794778 +HUN,2015,TIMSS,4,math,8.2474594,.89966041,8.1900835,1.1093507,8.3063011,.9262085 +HUN,2015,TIMSS,4,science,5.5841265,.83072686,5.4653525,.94522208,5.7059169,.97065085 +HUN,2016,PIRLS,4,read,2.8618932,.43915296,3.4542024,.71214193,2.2550642,.48109725 +IDN,2006,PIRLS,4,read,46.022923,2.1321025,51.083282,2.4346118,40.77092,2.3604429 +IDN,2011,PIRLS,4,read,33.772896,2.2101586,38.566917,2.5368099,29.110914,2.1958902 +IDN,2015,TIMSS,4,math,49.620022,1.8307766,52.609993,1.8134422,46.367352,2.2199283 +IDN,2015,TIMSS,4,science,49.367245,2.0742445,51.778194,2.132005,46.75626,2.5142155 +IRL,2011,PIRLS,4,read,3.3127308,.53689253,4.100287,1.040133,2.4999201,.86676896 +IRL,2011,TIMSS,4,math,6.0542402,.63500047,6.9722056,.89994979,5.1165223,.77225912 +IRL,2011,TIMSS,4,science,7.8306437,.88250268,8.5828485,1.3400961,7.0622563,1.3954335 +IRL,2015,TIMSS,4,math,3.0366063,.31685716,3.0486047,.43075654,3.0232251,.52877808 +IRL,2015,TIMSS,4,science,4.4078708,.57977545,4.6144667,.78535557,4.1774511,.62586206 +IRL,2016,PIRLS,4,read,2.3149967,.35742602,2.6104808,.53766209,2.0194054,.42859316 +IRN,2001,PIRLS,4,read,43.80278,1.9520648,50.817348,2.8275821,37.972225,2.4991329 +IRN,2003,TIMSS,4,math,54.517441,2.1715856,55.951244,2.6464632,52.280041,3.5668156 +IRN,2003,TIMSS,4,science,42.400223,1.7299132,45.491566,2.1237593,37.576294,2.9850252 +IRN,2006,PIRLS,4,read,40.164684,1.5628639,42.381084,2.1872509,37.604343,2.5156198 +IRN,2007,TIMSS,4,math,47.309261,1.9797276,51.189526,2.5728524,43.254642,2.7352695 +IRN,2007,TIMSS,4,science,34.69677,1.8738942,38.188244,2.4822614,31.04841,2.5043271 +IRN,2011,PIRLS,4,read,24.25639,1.1422924,28.119267,1.640697,20.271374,1.6256174 +IRN,2011,TIMSS,4,math,35.593422,1.4921812,36.181305,2.1710157,34.987293,2.4615281 +IRN,2011,TIMSS,4,science,27.892839,1.5283537,28.29442,2.0479503,27.478796,2.4004996 +IRN,2015,TIMSS,4,math,34.828621,1.3230824,37.86961,1.9480857,31.734341,1.9979397 +IRN,2015,TIMSS,4,science,38.567787,1.6644629,41.417778,2.2929494,35.626305,2.3114772 +IRN,2016,PIRLS,4,read,35.096584,1.5627755,43.569618,1.9007657,25.36459,1.9920684 +ISL,2001,PIRLS,4,read,7.864666,.57692158,10.289234,1.0133485,5.3928137,.43234351 +ISL,2006,PIRLS,4,read,6.8288565,.75242341,9.1796761,.85112238,4.4687986,.97434556 +ISL,2006,PIRLS,5,read,1.6981602,.69528258,2.2958636,1.0670443,1.0948181,.7475518 +ISR,2001,PIRLS,4,read,13.385272,.96256781,16.060781,1.3175206,10.7575,1.0368346 +ISR,2006,PIRLS,4,read,14.513456,1.2177409,16.321606,1.3910264,12.577194,1.4022117 +ISR,2011,PIRLS,4,read,6.8354964,.82222807,8.1568899,1.0329859,5.5418968,.90817064 +ISR,2016,PIRLS,4,read,8.977294,.7596336,11.382568,1.1100333,6.633955,.88173038 +ITA,2001,PIRLS,4,read,3.4432828,.56760406,3.5933435,.74322468,3.2799184,.65512413 +ITA,2003,TIMSS,4,math,11.126375,1.0626999,11.180669,1.0956215,11.068159,1.2608644 +ITA,2003,TIMSS,4,science,9.1937962,.93936706,9.1388521,1.1520715,9.2527208,1.0514134 +ITA,2006,PIRLS,4,read,1.8067241,.40960088,2.163589,.56273073,1.4268279,.44618478 +ITA,2007,TIMSS,4,math,8.8620005,1.0320777,7.8126907,1.0436761,9.9589291,1.2073097 +ITA,2007,TIMSS,4,science,5.531806,.71229261,5.0229549,.83731043,6.0637474,.79795307 +ITA,2011,PIRLS,4,read,2.3352265,.43588075,2.7013302,.55579215,1.9692481,.50480568 +ITA,2011,TIMSS,4,math,7.2458029,.8027159,6.6832485,.87888485,7.8074694,.9478991 +ITA,2011,TIMSS,4,science,5.2920222,.95672381,5.0898132,1.0265107,5.4939151,1.0981904 +ITA,2015,TIMSS,4,math,7.4798465,.81553507,6.2222185,.91786098,8.797163,1.0478491 +ITA,2015,TIMSS,4,science,5.2100539,.67612416,4.6351376,.83934933,5.8122578,.77523762 +ITA,2016,PIRLS,4,read,2.1392047,.40959898,2.968961,.57052594,1.267004,.38389125 +JOR,2015,TIMSS,4,math,50.021748,1.2261858,52.848938,1.837743,46.732872,1.5437256 +JPN,2003,TIMSS,4,math,2.0015299,.33277673,2.7155995,.42676386,1.2539804,.35094741 +JPN,2003,TIMSS,4,science,3.6520302,.37296286,4.2222261,.50286227,3.0551016,.39225641 +JPN,2007,TIMSS,4,math,2.1694183,.42780495,2.7352095,.54349399,1.5783429,.47116908 +JPN,2007,TIMSS,4,science,2.7079105,.41244435,3.1091213,.57115209,2.2887766,.53760028 +JPN,2011,TIMSS,4,math,.97445846,.19037314,1.2488782,.36674988,.6919682,.235552 +JPN,2011,TIMSS,4,science,1.2808323,.23454966,1.5536129,.48395148,1.0000288,.33242762 +JPN,2015,TIMSS,4,math,.54149032,.13046156,.74061751,.20768353,.34202933,.18872456 +JPN,2015,TIMSS,4,science,1.0091722,.23044138,1.1956751,.35900077,.82235932,.31006247 +KAZ,2007,TIMSS,4,math,5.0108314,1.450737,5.6760788,1.5439062,4.3764472,1.6862319 +KAZ,2007,TIMSS,4,science,4.8462811,1.0228112,4.734725,1.3057556,4.9526572,1.0905786 +KAZ,2011,TIMSS,4,math,11.96841,1.2172103,12.776434,1.4446126,11.103785,1.3364689 +KAZ,2011,TIMSS,4,science,15.613026,1.6141447,16.222418,1.6854156,14.960945,1.7507768 +KAZ,2015,TIMSS,4,math,3.529799,.46194893,3.5930514,.67032981,3.4632862,.55743146 +KAZ,2015,TIMSS,4,science,3.7321687,.64532554,4.4139328,.76094735,3.0152023,.7191444 +KAZ,2016,PIRLS,4,read,1.9077122,.33820415,2.2635639,.45567513,1.5315652,.38837466 +KEN,2000,SACMEQ,6,read,36.80278,.83977699,37.697338,1.1774757,35.920612,1.1982965 +KEN,2007,SACMEQ,6,read,39.432217,.73383701,39.497627,1.0199789,39.36488,1.0568523 +KOR,2011,TIMSS,4,math,.34208298,.12781979,.4001081,.17942826,.27939081,.13852224 +KOR,2011,TIMSS,4,science,.60363412,.13210571,.69198608,.22086655,.50817728,.15679504 +KOR,2015,TIMSS,4,math,.32701492,.12189718,.27669668,.16848886,.38098097,.17678432 +KOR,2015,TIMSS,4,science,.30218959,.13440004,.2807498,.1502485,.32518506,.18861687 +KWT,2001,PIRLS,4,read,49.409664,1.8946465,59.481926,2.717536,38.540226,2.6113386 +KWT,2006,PIRLS,4,read,71.838379,1.2145623,81.098137,1.4260503,62.532413,1.8121457 +KWT,2007,TIMSS,4,math,79.123337,1.212414,82.91111,1.6669786,75.567535,1.7659602 +KWT,2007,TIMSS,4,science,63.452374,1.342007,73.039978,1.9304478,54.451954,1.7985241 +KWT,2011,PIRLS,6,read,41.628845,2.2404096,52.910847,3.354517,32.256271,2.5432324 +KWT,2011,TIMSS,4,math,69.689072,1.2882802,75.27774,1.9219124,64.915482,1.5059996 +KWT,2011,TIMSS,4,science,63.337124,1.5098298,71.569855,2.1743891,56.305088,1.9114321 +KWT,2015,TIMSS,4,math,66.526413,1.7374903,67.354073,1.973525,65.728218,2.3312905 +KWT,2015,TIMSS,4,science,67.28878,1.9830379,70.652283,2.4885263,64.051292,2.543144 +KWT,2016,PIRLS,4,read,49.383884,1.8037683,56.024696,2.64869,43.254692,2.3075869 +LSO,2000,SACMEQ,6,read,87.320709,.59248215,89.823952,.81473923,85.317741,.83983636 +LSO,2007,SACMEQ,6,read,77.952652,.63673973,79.780228,.9360711,76.432899,.86688048 +LTU,2001,PIRLS,4,read,1.9896924,.43777817,2.8313935,.66626078,1.203227,.40151292 +LTU,2003,TIMSS,4,math,4.329771,.65506822,4.345715,.74768341,4.3150959,.95138413 +LTU,2003,TIMSS,4,science,5.4478288,.70378494,5.7027578,.90913659,5.2132549,1.0389436 +LTU,2006,PIRLS,4,read,1.2951553,.27915913,1.6958475,.50430888,.87378025,.34092695 +LTU,2007,TIMSS,4,math,5.6006789,.72981232,6.2002478,.98168522,4.9709501,.84472692 +LTU,2007,TIMSS,4,science,4.8798981,.63060451,5.9080243,.88274366,3.8000405,.64570028 +LTU,2011,PIRLS,4,read,3.4667075,.35522002,4.3190122,.61853409,2.5444388,.5695231 +LTU,2011,TIMSS,4,math,4.3463888,.5844726,4.5387268,.82053149,4.1350422,.65177029 +LTU,2011,TIMSS,4,science,5.3010883,.61199975,5.4351511,.80394584,5.1537752,.75913692 +LTU,2015,TIMSS,4,math,3.6950946,.50812227,4.3680248,.80136669,3.022337,.6729731 +LTU,2015,TIMSS,4,science,4.3412981,.49429744,5.0089717,.6898151,3.6737919,.72876865 +LTU,2016,PIRLS,4,read,2.7349234,.43285629,3.3728957,.69427544,2.1026909,.68637401 +LUX,2006,PIRLS,5,read,1.2278497,.2276836,1.5881062,.35033286,.8546412,.25392842 +LVA,2001,PIRLS,4,read,1.4521301,.44109812,1.9383311,.50496131,.92138648,.52160144 +LVA,2003,TIMSS,4,math,4.2190256,.69774377,5.2532139,.96693802,3.146112,.77077097 +LVA,2003,TIMSS,4,science,3.698194,.57043123,4.715353,1.0412904,2.6429415,.56879526 +LVA,2006,PIRLS,4,read,1.7862201,.36903706,2.7883768,.57830572,.70770383,.31192404 +LVA,2007,TIMSS,4,math,3.3377767,.51290393,3.894031,.68663722,2.7295589,.6875602 +LVA,2007,TIMSS,4,science,2.3415864,.44580746,2.8598785,.68385857,1.7748713,.53234893 +LVA,2016,PIRLS,4,read,.80328584,.20798792,.99520087,.35802695,.61944723,.30029923 +MAC,2016,PIRLS,4,read,2.4024129,.33533153,2.5540054,.44279009,2.2451222,.35870278 +MAR,2001,PIRLS,4,read,66.631676,3.4199033,69.223274,3.8481944,63.518848,3.3476956 +MAR,2003,TIMSS,4,math,70.717995,2.1880283,69.919731,2.5317774,71.561348,2.3939137 +MAR,2003,TIMSS,4,science,75.879372,1.6376538,76.900856,1.7492685,74.800186,1.8174443 +MAR,2006,PIRLS,4,read,74.257187,1.9973269,76.586273,2.0080023,71.663643,2.4023001 +MAR,2007,TIMSS,4,math,73.933884,2.0133142,73.43692,2.3438244,74.445023,2.4743006 +MAR,2007,TIMSS,4,science,78.865746,1.8912432,79.782677,2.0640683,77.922668,2.2710311 +MAR,2011,PIRLS,4,read,78.987747,1.3474536,82.278435,1.4201779,75.39167,1.6643424 +MAR,2011,PIRLS,6,read,38.839661,1.8606156,46.934544,2.084214,29.985565,2.0564125 +MAR,2011,TIMSS,4,math,73.98999,1.5087048,74.677399,1.8180171,73.240509,1.6235147 +MAR,2011,TIMSS,4,science,84.211029,.955724,84.455681,1.0341569,83.944283,1.1823272 +MAR,2015,TIMSS,4,math,59.002239,1.6552732,58.759663,1.8195797,59.265865,1.81563 +MAR,2015,TIMSS,4,science,64.774956,1.8293116,65.342316,1.8944912,64.16098,2.2527499 +MAR,2016,PIRLS,4,read,63.796082,1.4068362,68.406174,1.6618954,59.01366,1.6290264 +MDA,2001,PIRLS,4,read,11.503416,1.2075778,15.65308,1.6404225,7.3763728,1.2655293 +MDA,2003,TIMSS,4,math,12.40651,1.5355269,13.474017,1.9311085,11.321604,1.580156 +MDA,2003,TIMSS,4,science,13.62918,1.3234515,15.266686,1.6686026,11.964989,1.3545092 +MDA,2006,PIRLS,4,read,8.7376595,.85100961,10.456461,1.2136452,6.9926796,1.0335273 +MEX,2006,LLECE,6,read,45.855312,.72511977,48.932289,1.0394011,42.603855,1.0308785 +MEX,2013,LLECE,6,read,42.489983,.97604841,45.231964,1.3704523,39.606552,1.3872122 +MKD,2001,PIRLS,4,read,33.327972,2.0846486,36.390232,2.1643751,30.13283,2.357841 +MKD,2006,PIRLS,4,read,34.237637,1.58099,38.052715,1.9849923,30.202681,1.6461902 +MLT,2011,PIRLS,5,read,21.798801,.64708579,24.922562,1.023108,18.501478,.90120918 +MLT,2011,TIMSS,5,math,11.87377,.63021129,11.528855,.81723464,12.23641,.92538524 +MLT,2011,TIMSS,5,science,29.896618,1.0855101,29.62895,1.2328022,30.17804,1.4137895 +MLT,2016,PIRLS,5,read,26.834185,.70075083,31.038612,.93583947,22.299755,1.1382605 +MNG,2007,TIMSS,4,math,33.263504,1.9001944,32.939327,2.2399764,33.602947,2.0132408 +MNG,2007,TIMSS,4,science,38.06517,2.0360615,39.088326,2.3573925,36.99382,2.1391289 +MOZ,2000,SACMEQ,6,read,46.184437,.88462967,45.360138,1.1239383,47.404583,1.4336849 +MOZ,2007,SACMEQ,6,read,68.519226,.80135304,67.198608,1.1131105,70.090462,1.1522408 +MUS,2000,SACMEQ,6,read,46.95686,.91980386,51.936333,1.2785702,41.589092,1.3098003 +MUS,2007,SACMEQ,6,read,33.228378,.79358637,39.382217,1.1519524,26.80822,1.0671427 +MWI,2000,SACMEQ,6,read,94.283569,.48074648,92.870094,.73701769,95.82962,.59949458 +MWI,2007,SACMEQ,6,read,93.120987,.48002577,91.359161,.74665922,94.938576,.59375834 +NAM,2000,SACMEQ,6,read,84.344666,.51149726,85.111252,.71757424,83.635605,.72763789 +NAM,2007,SACMEQ,6,read,64.229744,.59929544,68.350319,.83820468,60.432659,.84904665 +NER,2014,PASEC,6,read,97.90538,.66377848,97.961372,.65768242,97.832222,.87601048 +NIC,2006,LLECE,6,read,73.680458,.56258917,74.009636,.8372559,73.47908,.79478306 +NIC,2013,LLECE,6,read,69.312584,.88724494,73.497017,1.2365097,65.298782,1.2636701 +NLD,2001,PIRLS,4,read,.77260137,.2539019,1.1039436,.41038162,.44502616,.22858144 +NLD,2003,TIMSS,4,math,.91296434,.35936192,.68739057,.33263728,1.1470616,.47940463 +NLD,2003,TIMSS,4,science,1.4218986,.42362729,1.1927783,.5595175,1.6596794,.44923282 +NLD,2006,PIRLS,4,read,.55949092,.24510199,.71922541,.44589573,.40531754,.32065347 +NLD,2007,TIMSS,4,math,1.9730568,.41451082,1.737529,.56154341,2.2282004,.45135549 +NLD,2007,TIMSS,4,science,2.5048256,.51987058,2.1615922,.58036268,2.8766572,.77010852 +NLD,2011,PIRLS,4,read,.44983029,.21959592,.56886077,.2966378,.33485293,.18537189 +NLD,2011,TIMSS,4,math,.62716603,.18695343,.58743358,.22690119,.66323876,.30319092 +NLD,2011,TIMSS,4,science,1.2469292,.38618064,1.1049986,.37138236,1.3757706,.48375818 +NLD,2015,TIMSS,4,math,1.1891425,.25600645,1.213038,.47596973,1.1654317,.2897889 +NLD,2015,TIMSS,4,science,3.3179164,.59861588,3.8814425,.85505909,2.7587116,.63434148 +NLD,2016,PIRLS,4,read,1.3098419,.33152875,2.035737,.62327218,.60346723,.30959061 +NOR,2001,PIRLS,4,read,11.791497,.93091059,14.431649,1.4107732,9.0002718,1.0486727 +NOR,2003,TIMSS,4,math,25.293785,1.2003245,25.238239,1.3593246,25.349676,1.5631815 +NOR,2003,TIMSS,4,science,21.265507,1.5270388,21.840698,1.7848488,20.686817,1.5312616 +NOR,2006,PIRLS,4,read,8.1726665,.84048629,10.503263,1.2014825,5.7853403,.77670705 +NOR,2006,PIRLS,5,read,2.4483383,.8339898,3.0590713,1.0337847,1.8121362,.99449784 +NOR,2007,TIMSS,4,math,17.066586,1.0733256,16.172636,1.6381111,17.970116,1.4605985 +NOR,2007,TIMSS,4,science,15.965587,1.3942171,15.686089,1.3902663,16.248083,1.668299 +NOR,2011,PIRLS,4,read,5.1773252,.66342723,6.8483648,1.1072987,3.6239862,.63885361 +NOR,2011,TIMSS,4,math,8.899087,.95558351,9.0888205,1.2823175,8.7195158,1.0130035 +NOR,2011,TIMSS,4,science,7.5980959,.8328073,7.9314651,.92591244,7.2825789,1.0613266 +NOR,2015,TIMSS,4,math,9.9875746,.99971157,10.698467,1.0872444,9.2538776,1.4366719 +NOR,2015,TIMSS,4,science,9.6425238,.93069065,10.520065,1.1485184,8.7368374,1.4169713 +NOR,2015,TIMSS,5,math,2.1107376,.44955808,2.522999,.62749648,1.6873479,.4006505 +NOR,2015,TIMSS,5,science,2.3057401,.57990938,2.6202738,.78500277,1.9827247,.64353716 +NOR,2016,PIRLS,4,read,5.7878437,.50243133,7.8897476,.75648957,3.6367297,.64109278 +NOR,2016,PIRLS,5,read,1.3905168,.29009971,1.9960165,.42224178,.79067349,.34947047 +NZL,2001,PIRLS,4,read,10.016024,1.0238962,12.887627,1.5279438,7.0155501,1.0849674 +NZL,2003,TIMSS,4,math,14.497185,.97526151,15.211844,1.1283696,13.78848,1.2552935 +NZL,2003,TIMSS,4,science,9.0736389,.77110642,10.027885,1.0549769,8.1273441,.9238798 +NZL,2006,PIRLS,5,read,7.9271135,.57785755,10.753769,.92009616,5.0071359,.51471531 +NZL,2007,TIMSS,4,math,14.679414,1.010299,16.134512,1.34772,13.197655,1.0664612 +NZL,2007,TIMSS,4,science,13.361799,.98004192,15.525145,1.286711,11.1588,.8925612 +NZL,2011,PIRLS,5,read,8.3061399,.51592958,10.107899,.8597483,6.4428511,.56753063 +NZL,2011,TIMSS,5,math,15.27608,.84510761,15.916973,1.206282,14.610958,1.150872 +NZL,2011,TIMSS,5,science,13.750326,.89803451,14.515752,1.2407675,12.95597,1.0835748 +NZL,2015,TIMSS,5,math,16.022951,.94242442,17.03112,.92498177,14.985055,1.3122182 +NZL,2015,TIMSS,5,science,11.86834,.86834532,13.243616,.900307,10.45252,1.2450433 +NZL,2016,PIRLS,5,read,10.02655,.63988322,12.447667,1.0275905,7.6273203,.86362678 +OMN,2011,PIRLS,4,read,52.578403,1.2134286,60.941345,1.3275611,43.927486,1.4346215 +OMN,2011,TIMSS,4,math,53.924606,1.2109827,58.783661,1.5527251,48.905373,1.4444113 +OMN,2011,TIMSS,4,science,54.723309,1.4631759,59.780846,1.389746,49.499046,1.9515386 +OMN,2015,TIMSS,4,math,39.516113,1.1192942,44.208652,1.2490994,34.735317,1.3171723 +OMN,2015,TIMSS,4,science,38.788361,1.0290585,44.507496,1.2636025,32.961662,1.2164037 +OMN,2016,PIRLS,4,read,40.937382,1.2956077,49.983376,1.5235916,31.887466,1.2965378 +PAN,2006,LLECE,6,read,69.679802,.64990163,72.990891,.90840894,66.111504,.95490927 +PAN,2013,LLECE,6,read,64.085754,.94413918,67.576653,1.3390342,61.065834,1.371485 +PER,2006,LLECE,6,read,67.964722,.69535255,66.845177,1.0034561,69.119858,.96797514 +PER,2013,LLECE,6,read,53.695007,.85602987,55.109657,1.1759399,52.112099,1.2484941 +PHL,2003,TIMSS,4,math,65.963188,2.5725596,68.653992,2.3611615,63.410599,3.0079956 +PHL,2003,TIMSS,4,science,66.276909,2.4740973,68.583115,2.3900459,64.089157,2.9367063 +POL,2006,PIRLS,4,read,6.9638491,.67758399,8.6466608,.92817128,5.3712845,.81401885 +POL,2011,PIRLS,4,read,5.4160891,.49920908,6.709403,.75117868,4.0303946,.60612381 +POL,2011,TIMSS,4,math,13.49892,.87912315,13.208735,1.0949026,13.810497,1.1228372 +POL,2011,TIMSS,4,science,9.4913301,.80582696,9.8556633,1.0672308,9.1001453,1.0393924 +POL,2015,TIMSS,4,math,3.80041,.39587602,4.5436563,.71909887,3.0627608,.54212773 +POL,2015,TIMSS,4,science,2.5559425,.37829223,3.3854604,.6327579,1.7326653,.41071609 +POL,2016,PIRLS,4,read,1.9925416,.34025422,2.390939,.513807,1.5880048,.47519729 +PRT,2011,PIRLS,4,read,2.4062991,.4585357,3.4347951,.76276308,1.3215244,.36648372 +PRT,2011,TIMSS,4,math,3.2492161,.59541935,3.3889592,.77696747,3.1039417,.63711566 +PRT,2011,TIMSS,4,science,5.491024,.98745412,5.9087696,1.0687243,5.0567331,1.3516192 +PRT,2015,TIMSS,4,math,2.8351128,.38569832,2.6349425,.52892715,3.0433416,.52387059 +PRT,2015,TIMSS,4,science,3.9954782,.6137622,3.8257062,.68198067,4.172081,.69827551 +PRT,2016,PIRLS,4,read,2.9927075,.37871283,3.2360017,.51391268,2.7435064,.54905683 +PRY,2006,LLECE,6,read,74.168457,.66703367,75.755051,.96827614,72.656425,.95638943 +PRY,2013,LLECE,6,read,71.276367,.94326597,73.640213,1.2913738,68.853256,1.3764021 +QAT,2006,PIRLS,4,read,67.208633,.65414584,73.917305,.78559887,60.38018,1.161512 +QAT,2007,TIMSS,4,math,87.138191,.42752069,88.673836,.66191095,85.677856,.51108581 +QAT,2007,TIMSS,4,science,77.161446,.70705396,80.097275,.95902485,74.369598,.78639889 +QAT,2011,PIRLS,4,read,40.330402,1.4611497,46.001999,1.783547,34.057201,2.0920837 +QAT,2011,TIMSS,4,math,44.582081,1.6045024,47.582401,1.9074341,41.258301,2.2509291 +QAT,2011,TIMSS,4,science,49.784809,1.5123104,54.097633,1.8559065,45.007027,2.1538014 +QAT,2015,TIMSS,4,math,34.801823,1.4321722,36.398609,2.2933154,33.251064,1.9518505 +QAT,2015,TIMSS,4,science,36.058773,1.5061892,41.211044,2.5570436,31.054985,1.7033967 +QAT,2016,PIRLS,4,read,33.819866,.83910197,40.443211,1.3968329,27.286226,1.259691 +ROU,2001,PIRLS,4,read,11.602343,1.3205622,13.873172,1.976043,9.3864622,1.101881 +ROU,2006,PIRLS,4,read,16.052502,1.7940004,17.833609,2.0490324,14.129967,1.8352907 +ROU,2011,PIRLS,4,read,14.070582,1.4666529,16.065443,1.6778316,11.942905,1.6825544 +ROU,2011,TIMSS,4,math,21.345335,1.9412128,21.366245,2.0173409,21.32299,2.3699534 +ROU,2011,TIMSS,4,science,15.874517,1.7622094,16.066563,1.956284,15.669269,1.9522173 +RUS,2001,PIRLS,4,read,3.8007379,1.224384,4.6186447,1.4239014,2.9559195,1.1244055 +RUS,2003,TIMSS,4,math,4.8810062,.84828252,4.9471674,.99900198,4.8142314,1.0881983 +RUS,2003,TIMSS,4,science,6.7574444,1.0997068,6.6488743,1.0604272,6.8670216,1.4024179 +RUS,2006,PIRLS,4,read,1.5606999,.46249819,1.838851,.54332709,1.2908459,.43301791 +RUS,2007,TIMSS,4,math,4.9533844,.71973342,5.9854746,1.1674566,3.9201081,.74920559 +RUS,2007,TIMSS,4,science,4.2529225,.92920017,5.1230073,1.401666,3.3818364,1.0887903 +RUS,2011,PIRLS,4,read,.9506464,.24234441,1.3475835,.36347297,.53569674,.23533942 +RUS,2011,TIMSS,4,math,3.1479478,.55092424,3.4600258,.69791365,2.8206527,.5675953 +RUS,2011,TIMSS,4,science,2.1162927,.42655122,2.4313688,.57686603,1.7858565,.46956 +RUS,2015,TIMSS,4,math,1.7481565,.37834409,1.7584026,.42929167,1.7375529,.44791618 +RUS,2015,TIMSS,4,science,1.464808,.34099081,1.3446033,.33822724,1.5892744,.41926092 +RUS,2016,PIRLS,4,read,.89484453,.24682043,1.1900663,.36912292,.58956742,.23356089 +SAU,2011,PIRLS,4,read,35.01355,1.8668952,48.939651,3.3552554,22.007769,1.5577672 +SAU,2011,TIMSS,4,math,44.903851,1.8222815,50.364201,3.0593109,39.804352,2.1388292 +SAU,2011,TIMSS,4,science,37.349552,1.9727539,48.396992,3.3861811,27.032196,2.2213891 +SAU,2015,TIMSS,4,math,56.732384,1.711715,66.595322,2.4863367,46.424854,2.3685417 +SAU,2015,TIMSS,4,science,51.634037,1.7804796,66.093147,2.5206349,36.523151,2.1860445 +SAU,2016,PIRLS,4,read,36.669308,1.7067549,49.392273,2.4858947,22.989124,1.9337021 +SEN,2014,PASEC,6,read,65.175743,2.8195693,64.42923,3.4705508,65.84362,2.7794743 +SGP,2001,PIRLS,4,read,9.7910404,1.4060644,12.447715,1.7824819,6.9667759,1.167261 +SGP,2003,TIMSS,4,math,2.5414348,.62798446,3.1430721,.81248069,1.9142687,.54630697 +SGP,2003,TIMSS,4,science,4.5995593,.85635495,5.6197348,1.1004165,3.5360754,.69601631 +SGP,2006,PIRLS,4,read,3.3450961,.39725387,4.5206966,.60925758,2.0800114,.33439094 +SGP,2007,TIMSS,4,math,1.8288195,.3331781,2.4896562,.49405536,1.1301458,.25194407 +SGP,2007,TIMSS,4,science,3.8215101,.46889353,4.6800671,.59208876,2.9137909,.46959451 +SGP,2011,PIRLS,4,read,3.208828,.39473051,4.2601109,.52129698,2.102387,.39901486 +SGP,2011,TIMSS,4,math,1.1112809,.21325895,1.3103545,.3155289,.90337992,.21011934 +SGP,2011,TIMSS,4,science,3.1592488,.38731092,3.4333289,.46213442,2.8730154,.46997386 +SGP,2015,TIMSS,4,math,1.3664126,.23358434,1.5448689,.36490685,1.1760533,.26200435 +SGP,2015,TIMSS,4,science,2.5259674,.43913558,2.6868939,.52911526,2.354306,.45784283 +SGP,2016,PIRLS,4,read,2.7472675,.47231406,3.6153674,.71592605,1.8563092,.35074294 +SLV,2006,LLECE,6,read,66.46936,.59783125,65.940483,.86236644,66.904106,.83067006 +SLV,2007,TIMSS,4,math,77.51487,1.6055249,75.316597,1.9555473,79.810448,1.9931117 +SLV,2007,TIMSS,4,science,53.002922,1.4656738,49.617481,1.9021392,56.538212,1.9902887 +SRB,2011,TIMSS,4,math,9.7276983,.97597557,9.5745983,1.2229147,9.893549,1.2702538 +SRB,2011,TIMSS,4,science,8.9212532,1.0406356,9.2887821,1.1109601,8.5231304,1.3505558 +SRB,2015,TIMSS,4,math,9.4029846,1.2767698,10.997915,2.1369147,7.7062187,1.1049588 +SRB,2015,TIMSS,4,science,7.3700666,1.2607466,8.9653492,2.0981426,5.6729317,.92072535 +SVK,2001,PIRLS,4,read,6.0690107,.76832783,7.358593,1.083153,4.7653913,.74022377 +SVK,2006,PIRLS,4,read,5.6388798,.85611099,6.2992692,1.0435562,4.9475374,.96847278 +SVK,2007,TIMSS,4,math,11.899781,1.4827688,11.641407,1.6070108,12.17044,1.5877396 +SVK,2007,TIMSS,4,science,7.5263557,1.323114,7.4848232,1.4364169,7.5698671,1.4208633 +SVK,2011,PIRLS,4,read,4.2471886,.80139089,4.6637535,.85829413,3.8164854,.94367993 +SVK,2011,TIMSS,4,math,9.6158743,1.1942142,9.1616631,1.162851,10.082155,1.4867522 +SVK,2011,TIMSS,4,science,5.9357939,.99821103,5.3368988,.86419249,6.5506039,1.257697 +SVK,2015,TIMSS,4,math,11.677593,.99534494,10.702795,.98616451,12.713348,1.2283305 +SVK,2015,TIMSS,4,science,9.0423765,.80710912,8.5592031,.73890769,9.555769,1.1840111 +SVK,2016,PIRLS,4,read,6.5542221,1.0742921,7.2182894,1.1380714,5.8626356,1.2799991 +SVN,2001,PIRLS,3,read,8.8555279,.61530179,11.411506,.90478742,6.3082337,.90318674 +SVN,2003,TIMSS,4,math,16.460079,.97598433,16.776091,1.454222,16.132498,1.4265405 +SVN,2003,TIMSS,4,science,12.870592,.86833853,13.137472,1.2810327,12.593931,1.0871928 +SVN,2006,PIRLS,4,read,5.5670381,.53235024,7.3024869,.78440607,3.6989808,.57431269 +SVN,2007,TIMSS,4,math,8.428133,.57421583,8.7422256,.81552982,8.1062679,.78952861 +SVN,2007,TIMSS,4,science,7.0285201,.56847084,7.3080835,.77871102,6.7420301,.90849417 +SVN,2011,PIRLS,4,read,4.5255718,.62078571,5.8041992,.98360926,3.1190336,.52371973 +SVN,2011,TIMSS,4,math,5.6838989,.55291599,5.2328944,.83819991,6.1787963,.65330642 +SVN,2011,TIMSS,4,science,6.5564275,.6022687,6.5575719,.96564925,6.5551758,.67585069 +SVN,2015,TIMSS,4,math,4.7971368,.58459079,5.6917372,.80746311,3.8572252,.63652343 +SVN,2015,TIMSS,4,science,3.0774117,.52829391,3.7233591,.68453139,2.3987472,.49673873 +SVN,2016,PIRLS,4,read,3.6808968,.53306419,4.7779441,.77452189,2.5654495,.60392869 +SWE,2001,PIRLS,3,read,7.487792,.77906501,9.5337982,1.0204641,5.4729342,.97882289 +SWE,2001,PIRLS,4,read,1.5469253,.27038312,2.2101462,.43191448,.8495152,.33271316 +SWE,2006,PIRLS,4,read,1.8131733,.36606768,2.3116469,.52721274,1.2689471,.3910636 +SWE,2007,TIMSS,4,math,6.8438711,.72878468,6.7495108,.97455692,6.9378433,.74645782 +SWE,2007,TIMSS,4,science,5.0173879,.62992537,5.9747639,.8924166,4.0639043,.66370469 +SWE,2011,PIRLS,4,read,2.4079859,.30732781,2.823627,.60378397,1.9723296,.43781507 +SWE,2011,TIMSS,4,math,6.8255186,.66225201,6.2955084,.71912974,7.3842468,1.0678657 +SWE,2011,TIMSS,4,science,4.7457991,.50576478,4.7118545,.47183457,4.7815857,.79580218 +SWE,2015,TIMSS,4,math,5.319047,.83516973,5.5016994,1.0051476,5.1332116,.87829334 +SWE,2015,TIMSS,4,science,3.9856672,.73150969,4.4366417,.85863799,3.5268188,.78823185 +SWE,2016,PIRLS,4,read,1.9255519,.34363535,2.5527179,.51370615,1.2651026,.36623338 +SWZ,2000,SACMEQ,6,read,44.581944,.88731676,46.661007,1.2783492,42.634846,1.2309904 +SWZ,2007,SACMEQ,6,read,27.789646,.70573658,30.348831,1.0239763,25.235849,.9683708 +SYC,2000,SACMEQ,6,read,31.918848,1.2105047,43.145592,1.8194546,20.716965,1.4888264 +SYC,2007,SACMEQ,6,read,32.227211,1.2152201,44.13839,1.8083367,19.809389,1.4812489 +TCD,2014,PASEC,6,read,97.023239,1.0696503,96.729866,1.1032287,97.576775,1.3827171 +TGO,2014,PASEC,6,read,84.205185,1.3431034,85.461624,1.3619097,82.736534,1.8541555 +THA,2011,TIMSS,4,math,22.664696,2.1281633,26.596827,2.6159921,18.647755,2.2966459 +THA,2011,TIMSS,4,science,21.918606,2.2077727,24.980206,2.7574646,18.790966,2.1822958 +TTO,2006,PIRLS,4,read,35.615604,2.049592,41.375118,2.4944012,29.706251,2.2129352 +TTO,2011,PIRLS,4,read,22.001648,1.53605,27.55006,1.7828412,16.21542,1.8782613 +TTO,2016,PIRLS,4,read,19.664347,1.2081865,24.237139,1.8311368,15.414506,1.4421468 +TUN,2003,TIMSS,4,math,72.038239,1.7093325,72.884499,1.804808,71.131607,1.9640465 +TUN,2003,TIMSS,4,science,73.376175,1.6566995,73.886284,1.6395941,72.829681,2.0459373 +TUN,2007,TIMSS,4,math,71.941406,1.6240053,74.343254,1.6507013,69.246353,1.8670211 +TUN,2007,TIMSS,4,science,68.051147,1.6753207,71.467773,1.6589708,64.21743,2.0605681 +TUN,2011,TIMSS,4,math,64.865402,1.7977821,66.140984,2.0697432,63.450321,2.1087053 +TUN,2011,TIMSS,4,science,65.12294,1.864795,69.198982,1.9464414,60.601131,2.2392099 +TUR,2001,PIRLS,4,read,27.686899,1.3932437,31.711977,1.6420183,23.349072,1.6155143 +TUR,2011,TIMSS,4,math,22.71096,1.4758977,23.546577,1.5817109,21.811914,1.7592218 +TUR,2011,TIMSS,4,science,24.111366,1.4881957,25.099897,1.6560892,23.047806,1.7765423 +TUR,2015,TIMSS,4,math,18.620211,1.1351776,19.177055,1.2473887,18.050539,1.317305 +TUR,2015,TIMSS,4,science,17.563826,1.2610571,18.368923,1.6016983,16.740173,1.1888881 +TZA,2000,SACMEQ,6,read,36.531818,.90149391,33.922176,1.2758592,38.920277,1.2695228 +TZA,2007,SACMEQ,6,read,22.081942,.64058274,18.635691,.85648435,25.410276,.94441903 +UGA,2000,SACMEQ,6,read,68.818695,.90139711,70.533096,1.1842397,66.681381,1.3851331 +UGA,2007,SACMEQ,6,read,69.471252,.6322276,67.414604,.91444683,71.470085,.87258369 +UKR,2007,TIMSS,4,math,20.71203,1.1966209,21.345514,1.6098185,20.032537,1.5500822 +UKR,2007,TIMSS,4,science,18.296982,1.2976991,20.114595,1.5659266,16.347361,1.5201877 +URY,2006,LLECE,6,read,40.873878,.63528961,45.140965,.91824281,36.714371,.88064259 +URY,2013,LLECE,6,read,41.42992,1.1075971,46.094734,1.5739495,37.012177,1.5494978 +USA,2001,PIRLS,4,read,6.0137033,.71261132,8.3021402,1.2062554,3.7863612,.70188975 +USA,2003,TIMSS,4,math,6.8601012,.48761564,6.8768263,.58089137,6.8432212,.5741331 +USA,2003,TIMSS,4,science,5.8293819,.51551276,6.0597181,.67035532,5.5967569,.51057482 +USA,2006,PIRLS,4,read,4.0375891,.59420907,5.2212534,.77244908,2.8815627,.58310485 +USA,2007,TIMSS,4,math,4.8383594,.45081627,4.8516154,.6599474,4.8255978,.5561074 +USA,2007,TIMSS,4,science,5.9635105,.58469462,5.9615192,.58476532,5.9654236,.75839466 +USA,2011,PIRLS,4,read,2.4826407,.2566421,3.1000614,.37281439,1.8832505,.25480449 +USA,2011,TIMSS,4,math,3.880775,.34534007,3.7232935,.40006772,4.0339947,.47215903 +USA,2011,TIMSS,4,science,4.4143257,.41684797,4.3479204,.45966002,4.4789314,.52310562 +USA,2015,TIMSS,4,math,5.2475333,.47742707,5.2726803,.5454368,5.2230954,.53895152 +USA,2015,TIMSS,4,science,4.6434879,.46396503,4.711926,.54822576,4.5769811,.52436364 +USA,2016,PIRLS,4,read,3.9059222,.49997839,4.5872688,.64423883,3.2123566,.58164537 +YEM,2003,TIMSS,4,math,85.263924,1.8807232,84.101448,2.4853797,87.032249,2.1040213 +YEM,2003,TIMSS,4,science,80.34536,2.0805411,80.312088,2.5576053,80.395973,2.5660424 +YEM,2007,TIMSS,4,math,93.671143,.80121595,94.13443,.93271583,93.079765,1.0484591 +YEM,2007,TIMSS,4,science,92.199623,1.0533235,93.091461,1.2526989,91.061211,1.245864 +YEM,2011,TIMSS,4,math,90.734612,1.0438788,91.072075,1.2305245,90.237213,1.4303855 +YEM,2011,TIMSS,4,science,93.501053,.93797034,94.173454,1.1151803,92.509972,1.1665729 +YEM,2011,TIMSS,6,math,68.510002,2.1150005,69.323021,2.5376635,67.396538,2.5769465 +YEM,2011,TIMSS,6,science,65.403458,2.1752787,67.63443,2.732419,62.348053,2.8266585 +ZAF,2000,SACMEQ,6,read,66.099205,.84182566,71.352867,1.1505955,61.351257,1.210945 +ZAF,2006,PIRLS,5,read,77.796249,1.5598943,80.99263,1.5722252,74.821968,1.793015 +ZAF,2007,SACMEQ,6,read,63.024189,.50688428,67.607071,.69924706,58.582058,.72705996 +ZAF,2011,PIRLS,5,read,43.303757,2.8226709,48.305756,3.4934118,38.056286,2.8443153 +ZAF,2015,TIMSS,5,math,61.353401,1.393459,64.100838,1.6735952,58.367905,1.5606135 +ZAF,2016,PIRLS,4,read,77.949295,1.5059417,83.785751,1.4696281,71.626122,1.7211434 +ZAF,2016,PIRLS,5,read,48.924404,2.5146596,54.991867,2.6292465,42.983532,2.7196932 +ZMB,2000,SACMEQ,6,read,82.757141,.73941302,83.873177,1.0005949,81.572563,1.0931109 +ZMB,2007,SACMEQ,6,read,87.565964,.6133728,86.795685,.88058209,88.376846,.85202634 +ZWE,2007,SACMEQ,6,read,57.897732,.89842135,60.068321,1.3500617,56.220715,1.2021958 diff --git a/01_data/011_rawdata/hosted_in_repo/proficiency_from_NLA_md.csv b/01_data/011_rawdata/hosted_in_repo/proficiency_from_NLA_md.csv new file mode 100644 index 0000000..7e1eeec --- /dev/null +++ b/01_data/011_rawdata/hosted_in_repo/proficiency_from_NLA_md.csv @@ -0,0 +1,23 @@ +year,idgrade,nla_code,countrycode,nonprof_all +2013,5,AFG_2,AFG,87 +2016,4,CHN,CHN,18.200001 +2015,5,BGD_3,BGD,55 +2017,5,BGD_3,BGD,56 +2017,5,IND_4,IND,53.700001 +2014,6,UGA_1,UGA,61.700001 +2014,6,UGA_2,UGA,81.099998 +2014,4,PAK_3,PAK,65 +2015,4,LKA_3,LKA,14 +2011,5,VNM_1,VNM,1.08 +2015,4,ETH_1,ETH,42.68 +2015,4,ETH_2,ETH,55.099998 +2015,4,ETH_3,ETH,88.720001 +2011,5,COD,COD,62.019001 +2013,6,KHM_1,KHM,49.799999 +2017,6,MYS_1,MYS,11.7 +2016,5,ALB_1,ALB,4.9000001 +2014,4,KGZ_1,KGZ,63.799999 +2016,6,GHA_1,GHA,28 +2015,5,MDG_1,MDG,95.800003 +2012,5,MLI_1,MLI,86.599998 +2013,6,HND_1,HND,69.400002 diff --git a/01_data/011_rawdata/hosted_in_repo/proficiency_no_microdata.csv b/01_data/011_rawdata/hosted_in_repo/proficiency_no_microdata.csv new file mode 100644 index 0000000..502a61a --- /dev/null +++ b/01_data/011_rawdata/hosted_in_repo/proficiency_no_microdata.csv @@ -0,0 +1,117 @@ +countrycode,idgrade,test,nla_code,subject,nonprof_all,min_proficiency_threshold,year,source_assessment +AFG,3,EGRA,N.A.,read,80.920105,51.4,2016,HAD (Harmonized Assessment Database) +AFG,4,EGRA,N.A.,read,62.166962,51.4,2016,HAD (Harmonized Assessment Database) +AFG,5,EGRA,N.A.,read,54.557289,51.4,2016,HAD (Harmonized Assessment Database) +AGO,3,EGRA,N.A.,read,90.715149,51.4,2011,HAD (Harmonized Assessment Database) +BDI,5,PASEC,N.A.,read,70.881233,"Grade 5/6, Level **4 and above**",2008,HAD (Harmonized Assessment Database) +BEN,5,PASEC,N.A.,read,85.261574,"Grade 5/6, Level **4 and above**",2005,HAD (Harmonized Assessment Database) +BFA,5,PASEC,N.A.,read,61.149723,"Grade 5/6, Level **4 and above**",1996,HAD (Harmonized Assessment Database) +BFA,5,PASEC,N.A.,read,77.427979,"Grade 5/6, Level **4 and above**",2007,HAD (Harmonized Assessment Database) +BGD,3,EGRA,N.A.,read,95.368561,51.4,2014,HAD (Harmonized Assessment Database) +BGD,3,EGRA,N.A.,read,80.889236,51.4,2015,HAD (Harmonized Assessment Database) +BGD,3,EGRA,N.A.,read,72.298943,51.4,2016,HAD (Harmonized Assessment Database) +BWA,6,SACMEQ,N.A.,read,15.100002,Drop,2013,HAD (Harmonized Assessment Database) +CIV,5,PASEC,N.A.,read,44.616127,"Grade 5/6, Level **4 and above**",1996,HAD (Harmonized Assessment Database) +CIV,5,PASEC,N.A.,read,75.537323,"Grade 5/6, Level **4 and above**",2008,HAD (Harmonized Assessment Database) +CMR,5,PASEC,N.A.,read,35.217392,"Grade 5/6, Level **4 and above**",1996,HAD (Harmonized Assessment Database) +CMR,5,PASEC,N.A.,read,44.678188,"Grade 5/6, Level **4 and above**",2005,HAD (Harmonized Assessment Database) +COD,4,EGRA,N.A.,read,96.89373,51.4,2010,HAD (Harmonized Assessment Database) +COD,4,EGRA,N.A.,read,96.464188,51.4,2012,HAD (Harmonized Assessment Database) +COD,5,PASEC,N.A.,read,62.018829,"Grade 5/6, Level **4 and above**",2010,HAD (Harmonized Assessment Database) +COD,6,EGRA,N.A.,read,92.217247,51.4,2010,HAD (Harmonized Assessment Database) +COG,5,PASEC,N.A.,read,73.013962,"Grade 5/6, Level **4 and above**",2007,HAD (Harmonized Assessment Database) +COM,5,PASEC,N.A.,read,82.346947,"Grade 5/6, Level **4 and above**",2008,HAD (Harmonized Assessment Database) +EGY,3,EGRA,N.A.,read,78.740555,51.4,2013,HAD (Harmonized Assessment Database) +ETH,3,EGRA,N.A.,read,68.480499,51.4,2010,HAD (Harmonized Assessment Database) +GAB,5,PASEC,N.A.,read,30.754948,"Grade 5/6, Level **4 and above**",2006,HAD (Harmonized Assessment Database) +GMB,3,EGRA,N.A.,read,62.098427,51.4,2007,HAD (Harmonized Assessment Database) +GMB,3,EGRA,N.A.,read,37.36911,51.4,2009,HAD (Harmonized Assessment Database) +GMB,3,EGRA,N.A.,read,67.826782,51.4,2011,HAD (Harmonized Assessment Database) +GUY,3,EGRA,N.A.,read,79.454018,51.4,2008,HAD (Harmonized Assessment Database) +GUY,4,EGRA,N.A.,read,61.080994,51.4,2008,HAD (Harmonized Assessment Database) +HND,3,EGRA,N.A.,read,28.646749,51.4,2008,HAD (Harmonized Assessment Database) +HND,4,EGRA,N.A.,read,10.546875,51.4,2008,HAD (Harmonized Assessment Database) +IRQ,3,EGRA,N.A.,read,66.750633,51.4,2012,HAD (Harmonized Assessment Database) +JOR,3,EGRA,N.A.,read,58.092682,51.4,2012,HAD (Harmonized Assessment Database) +JOR,3,EGRA,N.A.,read,47.318913,51.4,2014,HAD (Harmonized Assessment Database) +KEN,6,SACMEQ,N.A.,read,7.8000011,Drop,2013,HAD (Harmonized Assessment Database) +KGZ,4,EGRA,N.A.,read,38.282688,51.4,2017,HAD (Harmonized Assessment Database) +KHM,3,EGRA,N.A.,read,47.000004,51.4,2010,HAD (Harmonized Assessment Database) +KHM,3,EGRA,N.A.,read,15.13158,51.4,2012,HAD (Harmonized Assessment Database) +KHM,4,EGRA,N.A.,read,32.5,51.4,2010,HAD (Harmonized Assessment Database) +KHM,4,EGRA,N.A.,read,8.7609529,51.4,2012,HAD (Harmonized Assessment Database) +KHM,5,EGRA,N.A.,read,23.000002,51.4,2010,HAD (Harmonized Assessment Database) +KHM,5,EGRA,N.A.,read,4.6307859,51.4,2012,HAD (Harmonized Assessment Database) +KHM,6,EGRA,N.A.,read,15.538847,51.4,2010,HAD (Harmonized Assessment Database) +KHM,6,EGRA,N.A.,read,5.250001,51.4,2012,HAD (Harmonized Assessment Database) +KIR,3,EGRA,N.A.,read,46.91943,51.4,2016,HAD (Harmonized Assessment Database) +LAO,3,EGRA,N.A.,read,82.935455,51.4,2012,HAD (Harmonized Assessment Database) +LAO,4,EGRA,N.A.,read,57.756355,51.4,2012,HAD (Harmonized Assessment Database) +LAO,5,EGRA,N.A.,read,35.708004,51.4,2012,HAD (Harmonized Assessment Database) +LBR,3,EGRA,N.A.,read,84.436272,51.4,2011,HAD (Harmonized Assessment Database) +LBR,3,EGRA,N.A.,read,92.737976,51.4,2013,HAD (Harmonized Assessment Database) +LSO,6,SACMEQ,N.A.,read,22.700001,Drop,2013,HAD (Harmonized Assessment Database) +MAR,3,EGRA,N.A.,read,91.361259,51.4,2011,HAD (Harmonized Assessment Database) +MDG,5,PASEC,N.A.,read,65.051743,"Grade 5/6, Level **4 and above**",1997,HAD (Harmonized Assessment Database) +MDG,5,PASEC,N.A.,read,84.381668,"Grade 5/6, Level **4 and above**",2005,HAD (Harmonized Assessment Database) +MKD,3,EGRA,N.A.,read,23.922413,51.4,2015,HAD (Harmonized Assessment Database) +MKD,3,EGRA,N.A.,read,45.049763,51.4,2016,HAD (Harmonized Assessment Database) +MLI,4,EGRA,N.A.,read,96.33252,51.4,2009,HAD (Harmonized Assessment Database) +MLI,5,PASEC,N.A.,read,82.339577,"Grade 5/6, Level **4 and above**",2002,HAD (Harmonized Assessment Database) +MLI,6,EGRA,N.A.,read,94.652405,51.4,2009,HAD (Harmonized Assessment Database) +MMR,3,EGRA,N.A.,read,38.218922,51.4,2014,HAD (Harmonized Assessment Database) +MMR,3,EGRA,N.A.,read,51.322754,51.4,2015,HAD (Harmonized Assessment Database) +MMR,3,EGRA,N.A.,read,26.744186,51.4,2016,HAD (Harmonized Assessment Database) +MRT,5,PASEC,N.A.,read,92.948288,"Grade 5/6, Level **4 and above**",2004,HAD (Harmonized Assessment Database) +MUS,5,PASEC,N.A.,read,38.001217,"Grade 5/6, Level **4 and above**",2006,HAD (Harmonized Assessment Database) +MUS,6,SACMEQ,N.A.,read,11.799997,Drop,2013,HAD (Harmonized Assessment Database) +MWI,4,EGRA,N.A.,read,96.344086,51.4,2010,HAD (Harmonized Assessment Database) +MWI,4,EGRA,N.A.,read,91.890038,51.4,2011,HAD (Harmonized Assessment Database) +MWI,4,EGRA,N.A.,read,72.539429,51.4,2012,HAD (Harmonized Assessment Database) +MWI,6,SACMEQ,N.A.,read,54.799999,Drop,2013,HAD (Harmonized Assessment Database) +NAM,6,SACMEQ,N.A.,read,16.399998,Drop,2013,HAD (Harmonized Assessment Database) +NER,5,PASEC,N.A.,read,89.138817,"Grade 5/6, Level **4 and above**",2002,HAD (Harmonized Assessment Database) +NGA,3,EGRA,N.A.,read,92.863091,51.4,2011,HAD (Harmonized Assessment Database) +NGA,4,EGRA,N.A.,read,93.524773,51.4,2010,HAD (Harmonized Assessment Database) +NIC,3,EGRA,N.A.,read,9.0714273,51.4,2008,HAD (Harmonized Assessment Database) +NIC,4,EGRA,N.A.,read,3.7881076,51.4,2008,HAD (Harmonized Assessment Database) +PAK,3,EGRA,N.A.,read,88.138313,51.4,2013,HAD (Harmonized Assessment Database) +PAK,3,EGRA,N.A.,read,83.209831,51.4,2017,HAD (Harmonized Assessment Database) +PAK,5,EGRA,N.A.,read,65.710762,51.4,2013,HAD (Harmonized Assessment Database) +PAK,5,EGRA,N.A.,read,57.732647,51.4,2017,HAD (Harmonized Assessment Database) +PHL,3,EGRA,N.A.,read,45.584095,51.4,2013,HAD (Harmonized Assessment Database) +PNG,3,EGRA,N.A.,read,78.923767,51.4,2011,HAD (Harmonized Assessment Database) +PNG,3,EGRA,N.A.,read,64.319252,51.4,2012,HAD (Harmonized Assessment Database) +PNG,3,EGRA,N.A.,read,90.022171,51.4,2013,HAD (Harmonized Assessment Database) +PNG,4,EGRA,N.A.,read,59.815243,51.4,2011,HAD (Harmonized Assessment Database) +PNG,4,EGRA,N.A.,read,40.186916,51.4,2012,HAD (Harmonized Assessment Database) +PNG,4,EGRA,N.A.,read,57.305935,51.4,2013,HAD (Harmonized Assessment Database) +RWA,3,EGRA,N.A.,read,67,51.4,2014,HAD (Harmonized Assessment Database) +RWA,3,EGRA,N.A.,read,82.013199,51.4,2015,HAD (Harmonized Assessment Database) +RWA,3,EGRA,N.A.,read,61.824326,51.4,2016,HAD (Harmonized Assessment Database) +RWA,4,EGRA,N.A.,read,60.648918,51.4,2015,HAD (Harmonized Assessment Database) +RWA,4,EGRA,N.A.,read,57.692307,51.4,2016,HAD (Harmonized Assessment Database) +RWA,6,EGRA,N.A.,read,99.282295,51.4,2011,HAD (Harmonized Assessment Database) +SDN,3,EGRA,N.A.,read,64.42025,51.4,2015,HAD (Harmonized Assessment Database) +SEN,3,EGRA,N.A.,read,97.496315,51.4,2009,HAD (Harmonized Assessment Database) +SEN,5,PASEC,N.A.,read,77.771362,"Grade 5/6, Level **4 and above**",1996,HAD (Harmonized Assessment Database) +SEN,5,PASEC,N.A.,read,73.640282,"Grade 5/6, Level **4 and above**",2007,HAD (Harmonized Assessment Database) +SLB,3,EGRA,N.A.,read,64.248703,51.4,2017,HAD (Harmonized Assessment Database) +SLE,4,EGRA,N.A.,read,93.955559,51.4,2014,HAD (Harmonized Assessment Database) +SWZ,6,SACMEQ,N.A.,read,4.1999998,Drop,2013,HAD (Harmonized Assessment Database) +SYC,6,SACMEQ,N.A.,read,10.500002,Drop,2013,HAD (Harmonized Assessment Database) +TCD,5,PASEC,N.A.,read,83.595123,"Grade 5/6, Level **4 and above**",2004,HAD (Harmonized Assessment Database) +TCD,5,PASEC,N.A.,read,67.982491,"Grade 5/6, Level **4 and above**",2010,HAD (Harmonized Assessment Database) +TGO,5,PASEC,N.A.,read,65.346535,"Grade 5/6, Level **4 and above**",2001,HAD (Harmonized Assessment Database) +TGO,5,PASEC,N.A.,read,82.400024,"Grade 5/6, Level **4 and above**",2010,HAD (Harmonized Assessment Database) +TJK,3,EGRA,N.A.,read,43.88998,51.4,2016,HAD (Harmonized Assessment Database) +TLS,3,EGRA,N.A.,read,58.370045,51.4,2009,HAD (Harmonized Assessment Database) +TON,3,EGRA,N.A.,read,56.359104,51.4,2009,HAD (Harmonized Assessment Database) +UGA,3,EGRA,N.A.,read,99.896591,51.4,2009,HAD (Harmonized Assessment Database) +UGA,6,SACMEQ,N.A.,read,29.900002,Drop,2013,HAD (Harmonized Assessment Database) +VUT,3,EGRA,N.A.,read,67.015099,51.4,2010,HAD (Harmonized Assessment Database) +YEM,3,EGRA,N.A.,read,97.765747,51.4,2011,HAD (Harmonized Assessment Database) +ZAF,6,SACMEQ,N.A.,read,24.699997,Drop,2013,HAD (Harmonized Assessment Database) +ZMB,3,EGRA,N.A.,read,99.026001,51.4,2011,HAD (Harmonized Assessment Database) +ZMB,6,SACMEQ,N.A.,read,58.199997,Drop,2013,HAD (Harmonized Assessment Database) +ZWE,6,SACMEQ,N.A.,read,31.099998,Drop,2013,HAD (Harmonized Assessment Database) diff --git a/01_data/012_programs/0120_import_rawdata.do b/01_data/012_programs/0120_import_rawdata.do new file mode 100644 index 0000000..4d72e61 --- /dev/null +++ b/01_data/012_programs/0120_import_rawdata.do @@ -0,0 +1,429 @@ +*==============================================================================* +* 0120 SUBTASK: IMPORT ALL RAWDATA CSV/MD FILES HOSTED IN REPO +*==============================================================================* +qui { + + /* This do file manipulates all the CSV and MD files hosted in the repo, + importing each one into an equivalent dta: + - country_metadata.csv + - proficiency_from_GLAD.csv + - proficiency_no_microdata.csv + - population_1014.csv + - population_by_age.csv + - primary_school_age.csv + - enrollment_tenr_wbopendata.csv + - enrollment_edulit_uis.csv + - enrollment_validated.md + - primary_expenditure_wbopendata.csv (spending in education) + - hci_indicators_wbopendata.csv (HCI, LAYS, EYRS, HLO) + - poverty_gdp_indicators (Poverty @ ILP; LMCL; UMCL; GDP per capita PPP$) + */ + + * Directory where to find the CSVs or MDs (from the repo) + local input_dir "${clone}/01_data/011_rawdata/hosted_in_repo" + * Directory where to save the newly created DTAs + local output_dir "${clone}/01_data/011_rawdata" + + noi di "" + noi di "{phang}Importing rawdata from CSV and MD files hosted in the repo...{p_end}" + + + + /************************** + Country Metadata + **************************/ + * Prepare local to create file + local clonefile "country_metadata" + + * Open the raw csv with both data and labels (in the last observation) + import delimited using "`input_dir'/`clonefile'.csv", varnames(1) case(preserve) clear + + * Loop through all variables, labelling them per last observation + foreach thisvar of varlist _all { + label var `thisvar' "`= `thisvar'[_N]'" + } + + * Drop last observation, which only had the var labels + drop if _n == _N + + * Compress and save in rawdata + compress + noi save "`output_dir'/`clonefile'.dta", replace + + + + /************************** + Proficiency from GLAD_CLO + **************************/ + * Prepare local to create file + local clonefile "proficiency_from_GLAD" + + * Open the raw csv with data + import delimited using "`input_dir'/`clonefile'.csv", varnames(1) case(lower) clear + + * Beautify: format, order and label + format %4.1fc nonprof* se_nonprof* + foreach subgroup in all fe ma { + label var nonprof_`subgroup' "% pupils below minimum proficiency (`subgroup')" + label var se_nonprof_`subgroup' "SE of pupils below minimum proficiency (`subgroup')" + } + label var countrycode "WB country code (3 letters)" + label var idgrade "Grade ID" + label var test "Assessment" + label var subject "Subject" + label var year "Year of assessment" + + *Only relevant variables kept + order countrycode idgrade test year subject *nonprof* + keep countrycode idgrade test year subject *nonprof* + + * Add source for CLO file + gen source_assessment = "CLO (Country Level Outcomes from GLAD)" + label var source_assessment "Source of assessment data" + + * Compress and save in rawdata + compress + noi save "`output_dir'/`clonefile'.dta", replace + + + + /************************** + Proficiency from NLA_md + **************************/ + * Prepare local to create file + local clonefile "proficiency_from_NLA_md" + + * Open the raw csv with data + import delimited using "`input_dir'/`clonefile'.csv", varnames(1) case(lower) clear + + * Small needed adjustments (fix variables in this dataset) + gen test = "NLA" + gen subject = "read" + gen source_assessment = "National Learning Assessment (from UIS)" + label var nla_code "Reference code for NLA in markdown documentation" + + * Compress and save in rawdata + compress + noi save "`output_dir'/`clonefile'.dta", replace + + + /************************** + Proficiency no microdata + **************************/ + * Prepare local to create file + local clonefile "proficiency_no_microdata" + + * Open the raw csv with data + import delimited using "`input_dir'/`clonefile'.csv", varnames(1) case(lower) clear + + * Compress and save in rawdata + compress + noi save "`output_dir'/`clonefile'.dta", replace + + + /************************************* + Population from WB Opendata 10-14 + *************************************/ + * Prepare local to create file + local clonefile "population_1014" + + * Open the raw csv with data + import delimited using "`input_dir'/`clonefile'.csv", varnames(1) case(lower) clear + + * Calculate aggregate variable + gen pop1014_all = pop1014_fe + pop1014_ma + + * Rename and label variables + rename pop1014_fe population_fe_1014 + label var population_fe_1014 "Female population between ages 10 to 14 (WB API)" + rename pop1014_ma population_ma_1014 + label var population_ma_1014 "Male population between ages 10 to 14 (WB API)" + rename pop1014_all population_all_1014 + label var population_all_1014 "Total population between ages 10 to 14 (WB API)" + + * Compress and save in rawdata + compress + noi save "`output_dir'/`clonefile'.dta", replace + + + /************************************* + Population from WB Opendata by age + *************************************/ + * Prepare local to create file + local clonefile "population_by_age" + + * Open the raw csv with data + import delimited using "`input_dir'/`clonefile'.csv", varnames(1) case(preserve) clear + + * Calculate aggregate variable (rowtotal handles missing values better) + egen pop_ALL = rowtotal(pop_FE pop_MA), missing + + * Rename and label variables + label var age "Age cohort (exact year) for population data" + label var pop_FE "Female population in this age" + label var pop_MA "Male population in this age" + label var pop_ALL "Total population in this age" + rename pop_* population_* + rename population_*, lower + + * Compress and save in rawdata + compress + noi save "`output_dir'/`clonefile'.dta", replace + + + /***************************************** + Primary entrance age and duration data + *****************************************/ + + * Prepare local to create file + local clonefile "primary_school_age" + + * Open the raw csv with data + import delimited using "`input_dir'/`clonefile'.csv", varnames(1) case(lower) clear + + * Create the end age and start age for our definition of 5 last years of primary. + gen primary_start_age = uis_ceage_1 + gen primary_end_age = uis_ceage_1 + se_prm_durs + + * Rename and label variables + label var uis_ceage_1 "Official entrance age to each ISCED level of education" + label var se_prm_durs "Primary education, duration (years)" + label var primary_start_age "Age primary school start (Compulsory starting age)" + label var primary_end_age "Age primary school end (Compulsory starting age + duration of primary)" + + * Compress and save in rawdata + compress + noi save "`output_dir'/`clonefile'.dta", replace + + + + /*********************************** + Enrollment (TENR) from WB opendata + ***********************************/ + + * Prepare local to create file + local clonefile "enrollment_tenr_wbopendata" + + * Open the raw csv with data + import delimited using "`input_dir'/`clonefile'.csv", varnames(1) case(preserve) clear + + * Rename and label variables + rename se_prm_tenr enrollment_ANER_ALL + label var enrollment_ANER_ALL "Adjusted Net Enrollment Rate (ANER), Primary, Both Sexes" + rename se_prm_tenr_fe enrollment_ANER_FE + label var enrollment_ANER_FE "Adjusted Net Enrollment Rate (ANER), Primary, Female" + rename se_prm_tenr_ma enrollment_ANER_MA + label var enrollment_ANER_MA "Adjusted Net Enrollment Rate (ANER), Primary, Male" + + * Compress and save in rawdata + compress + noi save "`output_dir'/`clonefile'.dta", replace + + + + /******************************* + Enrollment from UIS csv + *******************************/ + * Prepare local to create file + local clonefile "enrollment_edulit_uis" + + * Open the raw csv with data + import delimited using "`input_dir'/`clonefile'.csv", varnames(1) case(lower) clear + + * Standardize varnames to those used in wbopendata + rename (ïedulit_ind location time) (series countrycode year) + keep series countrycode year value + + * Bring from long to wide + reshape wide value, i(countrycode year) j(series) string + + * Only keep year after 1990 + keep if year >= 1990 + + * Rename and label variables we will use from UIS. + * Adjusted Net Enrollment is intentially omitted as it will come from wbopendata + + * Gross Enrollment + rename valueGER_1 enrollment_GER_ALL + label var enrollment_GER_ALL "Gross Enrollment Rate (GER), Primary, Both Sexes" + rename valueGER_1_F enrollment_GER_FE + label var enrollment_GER_FE "Gross Enrollment Rate (GER), Primary, Female" + rename valueGER_1_M enrollment_GER_MA + label var enrollment_GER_MA "Gross Enrollment Rate (GER), Primary, Male" + + * Total Net Enrollment + rename valueNERT_1_CP enrollment_TNER_ALL + label var enrollment_TNER_ALL "Total Net Enrollment Rate (TNER), Primary, Both Sexes" + rename valueNERT_1_F_CP enrollment_TNER_FE + label var enrollment_TNER_FE "Total Net Enrollment Rate (TNER), Primary, Female" + rename valueNERT_1_M_CP enrollment_TNER_MA + label var enrollment_TNER_MA "Total Net Enrollment Rate (TNER), Primary, Male" + + * Net Enrollment + rename valueNER_1_CP enrollment_NER_ALL + label var enrollment_NER_ALL "Net Enrollment Rate (NER), Primary, Both Sexes" + rename valueNER_1_F_CP enrollment_NER_FE + label var enrollment_NER_FE "Net Enrollment Rate (NER), Primary, Female" + rename valueNER_1_M_CP enrollment_NER_MA + label var enrollment_NER_MA "Net Enrollment Rate (NER), Primary, Male" + + * Keep only relevant variables + keep countrycode year enrollment_* + + * Compress and save in rawdata + compress + noi save "`output_dir'/`clonefile'.dta", replace + + + /******************************* + Enrollment validated md + *******************************/ + * Prepare local to create file + local clonefile "enrollment_validated" + + * Import the md rawdata in the repo + import delimited using "`input_dir'/`clonefile'.md", delimiter("|") varnames(1) clear + + * Corrections/problems that come with the md importing + keep countrycode year suggested_enrollment decision + drop if countrycode=="---" + destring year, replace + + * Destring suggested enrollment after fixing string missing values + replace suggested_enrollment = "" if suggested_enrollment == "NA" + destring suggested_enrollment, replace + + * This line of code make sure that within a country there is only one type of decision + by countrycode (decision), sort : gen same = (decision[1] == decision[_N]) + assert same == 1 + drop same + + * Keep countries that has a to-use value and then drop variable + keep if decision == "use" + drop decision + + * Standardize variable name + rename suggested_enrollment enrollment_VALID_ALL + label var enrollment_VALID_ALL "Enrollment value validated by country team" + + * Compress and save in rawdata + compress + noi save "`output_dir'/`clonefile'.dta", replace + + + /************************************* + Primary Expenditure from WB Opendata + *************************************/ + + * Prepare local to create file + local clonefile "primary_expenditure" + + * Open the raw csv with data + import delimited using "`input_dir'/`clonefile'_wbopendata.csv", varnames(1) case(preserve) clear + + * Rename and label variables used in the enrollment-method + rename uis_xunit_pppconst_1 exp_pri_perstu_raw + rename se_prm_enrr gross_enrol_pri_raw + label var gross_enrol_pri_raw "School enrollment, primary (% gross)" + label var exp_pri_perstu_raw "Initial government funding per primary student, constant PPP$" + + * Rename and label variables used in the total-method + rename uis_x_pppconst_1_fsg exp_pri_total_raw + rename sp_prm_totl_in children_pri_age + label var exp_pri_total_raw "Government expenditure on primary education, constant PPP$ (millions)" + label var children_pri_age "School age population, primary education, both sexes (number)" + + + * Calculating Spending per child using the enrollment-method + * using per student primary expenditure multiplied with gross enrollment (setting Spending + * per child equal to per student expenditure if gross enrollement is higher than 100%) + gen exp_pri_perchild_enrol = exp_pri_perstu_raw * gross_enrol_pri_raw / 100 + replace exp_pri_perchild_enrol = exp_pri_perstu_raw if exp_pri_perchild_enrol > exp_pri_perstu_raw + lab var exp_pri_perchild_enrol "Spending per child, enrollment-method (per student spending * gross enrollment)" + + * Spending per child - using total expenditure and primary school age population + * Calculating Spending per child using the total-method + * using total primary expediture divided by number of children in primary age (multiplied + * by 1,000,000 to go from millions of dollars to dollars) + gen exp_pri_perchild_total = 1000000 * exp_pri_total_raw / children_pri_age + lab var exp_pri_perchild_total "Spending per child, total-method (total spending / children primary age)" + + * Restore the sort order + sort countrycode year + + * TODO DOUBLE CHECK IF THIS IS NEEDED HERE OR THIS ADJUSTMENT COULD SIT AT TWO PAGER TASK ONLY + * Replace regional codes for prefered codes from a communication purpose + replace region = "EAP" if region == "EAS" + replace region = "ECA" if region == "ECS" + replace region = "LAC" if region == "LCN" + replace region = "MNA" if region == "MEA" + replace region = "SAR" if region == "SAS" + replace region = "SSA" if region == "SSF" + + * Compress and save in rawdata + compress + noi save "`output_dir'/`clonefile'.dta", replace + + + /************************************* + HCI Indicators from WB Opendata + *************************************/ + + * Prepare local to create file + local clonefile "hci_indicators" + + * Open the raw csv with data + import delimited using "`input_dir'/`clonefile'_wbopendata.csv", varnames(1) case(preserve) clear + + * Rename file names to convention used when creating the 2pagers + rename hd_hci_lays_ma LAYS_m + rename hd_hci_lays_fe LAYS_f + rename hd_hci_lays LAYS_mf + rename hd_hci_eyrs_ma ExpYS_m + rename hd_hci_eyrs_fe ExpYS_f + rename hd_hci_eyrs ExpYS_mf + rename hd_hci_hlos_ma HarmTS_m + rename hd_hci_hlos_fe HarmTS_f + rename hd_hci_hlos HarmTS_mf + rename hd_hci_ovrl HCI_mf + rename hd_hci_ovrl_fe HCI_f + rename hd_hci_ovrl_ma HCI_m + + + * Make sure that there are only one obs per country + isid countrycode + + * WB API is not up to date with most recent country names + replace countryname = "North Macedonia" if countrycode == "MKD" + + * Restore the sort order + sort countrycode year + + * Compress and save in rawdata + compress + noi save "`output_dir'/`clonefile'.dta", replace + + + /************************************* + Poverty and GDP from WB Opendata + *************************************/ + + * Prepare local to create file + local clonefile "poverty_gdp_indicators" + + * Open the raw csv with data + import delimited using "`input_dir'/`clonefile'_wbopendata.csv", varnames(1) case(preserve) clear + + *Restore the sort order + sort countrycode year + + * Compress and save in rawdata + compress + noi save "`output_dir'/`clonefile'.dta", replace + + + + * Display message to end this do file + noi di as res "{phang}Concluded importing rawdata.{p_end}" + +} diff --git a/01_data/012_programs/0121_combine_population_data.do b/01_data/012_programs/0121_combine_population_data.do new file mode 100644 index 0000000..f9c1d27 --- /dev/null +++ b/01_data/012_programs/0121_combine_population_data.do @@ -0,0 +1,108 @@ +*==============================================================================* +* 0121 SUBTASK: COMBINE POPULATION DATA AND SAVE IN RAWDATA FOLDER +*==============================================================================* +qui { + + /********************************* + Brings in all population sources + *********************************/ + noi di _newline "{phang}Combining population data...{p_end}" + + * Start from UIS school age info + use "${clone}/01_data/011_rawdata/primary_school_age.dta", clear + keep countrycode year primary_end_age primary_start_age + + * Merge with population_age_by_single_year.dta. Keeping only using (1990-2050) and match + merge 1:m countrycode year using "${clone}/01_data/011_rawdata/population_by_age.dta" , nogen keep(using match) + + * Merge with data set of countries to use. Keep only those countries + merge m:1 countrycode using "${clone}/01_data/011_rawdata/country_metadata.dta", keepusing(countrycode) keep(match) nogen + + + /******************************************* + Combines the age-disaggregated projections + according to primary schooling age + *******************************************/ + + * Fills up primary schooling age data + + * Carry backward primary schooling age data if missing for all years with popdata if + gsort countrycode age -year + foreach var in primary_end_age primary_start_age { + by countrycode age : replace `var' = `var'[_n-1] if `var' == . & `var'[_n-1] != . + } + + * Carry forward primary schooling age data if missing for all years with popdata if + sort countrycode age year + foreach var in primary_end_age primary_start_age { + by countrycode age : replace `var' = `var'[_n-1] if `var' == . & `var'[_n-1] != . + } + + * Loop over all pop vars and create the categories + * by copying the values into the new variable if it + * a given age belongs to that category + foreach popvar in population_fe population_ma population_all { + * Age: 10 only + gen `popvar'_10 = `popvar' if age == 10 + **** NOTE: THIS OPTION IS COMMENTED OUT FOR IT IS LESS ADEQUATE THAN THE SP.POP.1014 SERIES + //* Age: 10-14 only + //gen `popvar'_api1014 = `popvar' if age >= 10 & age <= 14 + * Age: the last 5 years of primary. If primary duration is <5 years, than all of primary is used, i.e. less than 5 years. + gen `popvar'_primary = `popvar' if age >= primary_start_age & age <= primary_end_age + * Age: 9 to the end of primary only + gen `popvar'_9plus = `popvar' if age >= 9 & age <= primary_end_age + } + + * Aggregate the categories, that is, get one values per variable per country and year + collapse (sum) population_fe_* population_ma_* population_all_* , by(countrycode year) + + * Restore missing values + recode population_fe_* population_ma_* population_all_* ( 0 = .) + + + /******************************************* + Beautify and organize this dataset + *******************************************/ + + foreach aggregation in fe ma all { + + local agg_label "" + if "`aggregation'" == "fe" local agg_label "Female population" + if "`aggregation'" == "ma" local agg_label "Male population" + if "`aggregation'" == "all" local agg_label "Total population" + + label var population_`aggregation'_10 "`agg_label' aged 10 (WB API)" + label var population_`aggregation'_primary "`agg_label' primary age, country specific (WB API)" + label var population_`aggregation'_9plus "`agg_label' aged 9 to end of primary, country specific (WB API)" + } + + + /******************************************* + Merge with population 10-14 series + *******************************************/ + merge 1:1 countrycode year using "${clone}/01_data/011_rawdata/population_1014.dta", keep(match) nogen + + * Rename to be able to merge with rawlatest + rename year year_population + label var year_population "Year of population" + label var countrycode "WB country code (3 letters)" + + * Source metadata + gen str population_source="WBopendata" + label var population_source "The source used for population variables" + + * Compress and save + compress + noi disp "{phang}Saving file: ${clone}/01_data/013_outputs/population.dta{p_end}" + * If global is one, saves with metadata through edukitsave. Otherwise use regular save + if $use_edukit_save { + local description "Dataset of late primary aged population. Long in countrycode and year, wide in population definitions (ie: 10-14y, primary-aged, etc) and subgroups (all, male, female). In units, not thousands nor millions." + local sources "World Bank staff estimates using the World Bank's total population and age distributions of the United Nations Population Division's World Population Prospects." + edukit_save, filename(population) path("${clone}/01_data/013_outputs/") /// + idvars(countrycode year_population) /// + varc("value population_*; trait population_source") /// + metadata("description `description'; sources `sources'; filename Population") + } + else save "${clone}/01_data/013_outputs/population.dta", replace + +} diff --git a/01_data/012_programs/0122_combine_proficiency_data.do b/01_data/012_programs/0122_combine_proficiency_data.do new file mode 100644 index 0000000..34fd770 --- /dev/null +++ b/01_data/012_programs/0122_combine_proficiency_data.do @@ -0,0 +1,72 @@ +*==============================================================================* +* 0122 SUBTASK: BRING PROFICIENCY DATA AND SAVE IN RAWDATA FOLDER +*==============================================================================* +qui { + + noi di _newline "{phang}Combining proficiency data...{p_end}" + + /******************************* + Combining proficiency data into + proficiency.dta + *******************************/ + + * Start with the proficiency from CLO/GLAD + use "${clone}/01_data/011_rawdata/proficiency_from_GLAD.dta", clear + + * Append proficiency from NLAs/UIS + append using "${clone}/01_data/011_rawdata/proficiency_from_NLA_md.dta" + + * Append proficiency from L4A rawlatest + append using "${clone}/01_data/011_rawdata/proficiency_no_microdata.dta" + + order countrycode year idgrade test nla_code subject nonprof_all + + replace nla_code = "N.A." if missing(nla_code) + + * Variable to make it easier to add exceptions in rawlatest + tostring year, gen(year_str) + gen str surveyid = countrycode + "_" + year_str + "_" + test + label var surveyid "SurveyID (countrycode_year_assessment)" + + * Add metadata on used MPL (minimum proficiency threshold) + * COULD BE IN GLAD REPO SO CSV COMES WITH NAMES AND METADATA already (TODO!) + replace min_proficiency_threshold = "III (SERCE scale)" if test=="LLECE" + replace min_proficiency_threshold = "4" if test=="PASEC" + replace min_proficiency_threshold = "Low (400 points)" if test=="PIRLS" + replace min_proficiency_threshold = "Low (400 points)" if test=="TIMSS" + replace min_proficiency_threshold = "Not in use" if test=="SACMEQ" + replace min_proficiency_threshold = "10" if test=="NLA" & nla_code=="AFG_2" + replace min_proficiency_threshold = "Moderate" if test=="NLA" & nla_code=="CHN" + replace min_proficiency_threshold = "Proficient" if test=="NLA" & nla_code=="BGD_3" + replace min_proficiency_threshold = "Intermediate" if test=="NLA" & nla_code=="IND_4" + replace min_proficiency_threshold = "Score" if test=="NLA" & nla_code=="UGA_1" + replace min_proficiency_threshold = "Advanced" if test=="NLA" & nla_code=="UGA_2" + replace min_proficiency_threshold = "Proficient" if test=="NLA" & nla_code=="PAK_3" + replace min_proficiency_threshold = "Score above 40 mark" if test=="NLA" & nla_code=="LKA_3" + replace min_proficiency_threshold = "Acceptable" if test=="NLA" & nla_code=="VNM_1" + replace min_proficiency_threshold = "Basic" if test=="NLA" & nla_code=="ETH_1" + replace min_proficiency_threshold = "Score" if test=="NLA" & nla_code=="ETH_2" + replace min_proficiency_threshold = "Proficient" if test=="NLA" & nla_code=="ETH_3" + replace min_proficiency_threshold = "4" if test=="NLA" & nla_code=="COD" + replace min_proficiency_threshold = "Proficient (level 3)" if test=="NLA" & nla_code=="KHM_1" + replace min_proficiency_threshold = "D" if test=="NLA" & nla_code=="MYS_1" + replace min_proficiency_threshold = "1 (6-11 points)" if test=="NLA" & nla_code=="ALB_1" + replace min_proficiency_threshold = "Basic" if test=="NLA" & nla_code=="KGZ_1" + replace min_proficiency_threshold = "Minimum Competency" if test=="NLA" & nla_code=="GHA_1" + label var min_proficiency_threshold "Minimum Proficiency Threshold (assessment-specific)" + + * Compress and save + compress + noi disp "{phang}Saving file: ${clone}/01_data/013_outputs/proficiency.dta{p_end}" + * If global is one, saves with metadata through edukitsave. Otherwise use regular save + if $use_edukit_save { + local description "Dataset of proficiency. One country may have multiple or no observations at all. Long on specific measures in time (that is, assessment year grade subject country) and wide in subgroups (all, male, female)." + local sources "Compilation of proficiency measures from 3 sources: CLO (Country Level Outcomes from GLAD), National Learning Assessment (from UIS), HAD (Harmonized Assessment Database)" + edukit_save, filename(proficiency) path("${clone}/01_data/013_outputs/") /// + idvars(countrycode year idgrade test nla_code subject) /// + varc("value *nonprof*; trait *threshold source_assessment surveyid") /// + metadata("description `description'; sources `sources'; filename Proficiency") + } + else save "${clone}/01_data/013_outputs/proficiency.dta", replace + +} diff --git a/01_data/012_programs/0123_combine_enrollment_data.do b/01_data/012_programs/0123_combine_enrollment_data.do new file mode 100644 index 0000000..3e69cf9 --- /dev/null +++ b/01_data/012_programs/0123_combine_enrollment_data.do @@ -0,0 +1,67 @@ +*==============================================================================* +* 0123 SUBTASK: BRING ENROLLMENT DATA AND SAVE IN RAWDATA FOLDER +*==============================================================================* +qui { + + /******************************* + Combining enrollment sources + enrollment_uis_wb.dta + *******************************/ + noi di _newline "{phang}Combining enrollment data...{p_end}" + + * Start with WB enrollment data + use "${clone}/01_data/011_rawdata/enrollment_tenr_wbopendata.dta", clear + + * Bring in UIS enrollment data (keep only the 217 countries in wbopendata) + merge 1:1 countrycode year using "${clone}/01_data/011_rawdata/enrollment_edulit_uis.dta", keep(master match) nogen + + * Bring in enrollment validation by country teams (which is unfortunately not split by gender) + merge 1:1 countrycode year using "${clone}/01_data/011_rawdata/enrollment_validated.dta", keep(master match) nogen + + * Generate source variables + gen enrollment_ANER_source = "WBOPENDATA" + gen enrollment_TNER_source = "UIS" + gen enrollment_NER_source = "UIS" + gen enrollment_GER_source = "UIS" + gen enrollment_VALID_source = "Country Team Validation" + + replace enrollment_VALID_source = "National household survey" if countrycode == "AFG" & enrollment_VALID_source == "Country Team Validation" + + * Label source variables + label var enrollment_ANER_source "Source used for the ANER indicator" + label var enrollment_TNER_source "Source used for the TNER indicator" + label var enrollment_NER_source "Source used for the NER indicator" + label var enrollment_GER_source "Source used for the GER indicator" + label var enrollment_VALID_source "Source used for indicator validated by country team" + + * Order the data, according to our preference of enrollment to use + order countrycode year enrollment_ANER* enrollment_TNER* enrollment_NER* enrollment_GER* + + * Save data to use + compress + noi save "${clone}/01_data/011_rawdata/enrollment_uis_wb.dta", replace + + + /********************************* + Reshaping to LONG on definition + (auxiliary file for interpolation) + *********************************/ + * Metadata not needed + drop enrollment_*_source + + * Because enrollment definition is in the middle of gender, will reshape sequentially to get desired format + reshape long enrollment_ANER enrollment_TNER enrollment_NER enrollment_GER enrollment_VALID, i(countrycode year) j(subgroup) string + reshape long enrollment, i(countrycode year subgroup) j(enrollment_definition ) string + drop if missing(enrollment) + replace enrollment_definition = subinstr(enrollment_definition,"_","",.) + reshape wide enrollment, i(countrycode year enrollment_definition) j(subgroup) string + + * Organize + rename year year_enrollment + sort countrycode year_enrollment + + * Save data to use + compress + noi save "${clone}/01_data/011_rawdata/enrollment_uis_wb_reshapedlong.dta", replace + +} diff --git a/01_data/012_programs/0124_enrollment_extrapolation.do b/01_data/012_programs/0124_enrollment_extrapolation.do new file mode 100644 index 0000000..6c2739a --- /dev/null +++ b/01_data/012_programs/0124_enrollment_extrapolation.do @@ -0,0 +1,243 @@ +*==============================================================================* +* 0124 SUBTASK: SELECT PREFERRED ENROLLMENT SOURCE AND EXTRAPOLATE MISSING YEARS +*==============================================================================* +qui { + + noi di _newline "{phang}Extrapolating enrollment data...{p_end}" + + *Use data where UIS and WBOPENDATA is combined + use "${clone}/01_data/011_rawdata/enrollment_uis_wb.dta", clear + + *********************************** + * Generate the main variables this do-file creates + + *Generate the variables used to consolidate from different definitions. + gen enrollment_validated = . + gen enrollment_interpolated = . + gen year_enrollment = . + gen enrollment_source = "" + gen enrollment_definition = "" + + *Label extrapolation vars + label var enrollment_interpolated "Validated % of children enrolled in school (using interpolation, both genders)" + label var enrollment_validated "Validated % of children enrolled in school (using closest year, both genders)" + label var year_enrollment "The year that the enrollment value is from" + label var enrollment_source "The source used for this enrollment value" + label var enrollment_definition "The definition used for this enrollment value" + + *List of 4 definitions to loop over in each loop + local enrollment_definitions VALID ANER TNER NER GER + + ************ PLACEHOLDER ********* + **** QUICK FIX - GENDER SPLIT **** + foreach def of local enrollment_definitions { + rename enrollment_`def'_ALL enrollment_`def' + } + + *********************************** + * For each definition find the closest year with data for observations + * with no data in that definition that year according to this rules: + * - If that year has data, use that value. + * - Otherwise check one year before and one year after. + * - If only one of those years has a data, use that year. + * - If both those years have values, use one year before. + * - If neither has data, look two years before and two year after. Then + * repeat the same procedure until a year with data is found. + + *Find year with data for all definitions and years + foreach def of local enrollment_definitions { + + *Year observations with data will use those years. + gen fillyear_back_`def' = year if !missing(enrollment_`def') + gen fillyear_forw_`def' = year if !missing(enrollment_`def') + + *Label extrapolation vars + lab var fillyear_back_`def' "The closest year in the past with data in the `def' definition" + lab var fillyear_forw_`def' "The closest year in the future with data in the `def' definition" + + *Sort year ascending + sort countrycode year + + *For all observations with missing values [missing(fillyear_back_`def')] replace with + *year on row above (year ascending hence succeding year) if country code is same [countrycode == countrycode[_n-1]]. + *Stata does this operation row by row, so years will be carried forward multiple + *rows when the year to use is more than one year away + replace fillyear_back_`def' = fillyear_back_`def'[_n-1] if missing(fillyear_back_`def') & countrycode == countrycode[_n-1] + + *Sort year descending + gsort countrycode -year + + *For all observations with missing values [missing(fillyear_forw_`def')] replace with + *year on row above (year descending hence succeding year) if country code is same [countrycode == countrycode[_n-1]]. + *Stata does this operation row by row, so years will be carried forward multiple + *rows when the year to use is more than one year away + replace fillyear_forw_`def' = fillyear_forw_`def'[_n-1] if missing(fillyear_forw_`def') & countrycode == countrycode[_n-1] + + *Return to ascending years + sort countrycode year + + *When comparing year to see which is closes, backward year cannot be missing, as missing is infinite + replace fillyear_back_`def' = 0 if missing(fillyear_back_`def') + + gen year_enrollment_`def' = . + + *Set the year enrollemnt to the same year as this observation if we have data in preferred definition in that actual year + replace year_enrollment_`def' = year if !missing(enrollment_`def') + + *Set the year enrollemnt to the closest year backwards if that is closer than or same difference as closest year forward + replace year_enrollment_`def' = fillyear_back_`def' if (year - fillyear_back_`def' <= fillyear_forw_`def' - year) & missing(enrollment_`def') + + *Set the year enrollemnt to the closest year forward if that is closer than closest year backward + replace year_enrollment_`def' = fillyear_forw_`def' if !(year - fillyear_back_`def' <= fillyear_forw_`def' - year) & missing(enrollment_`def') + + *Creates a dummy that is 1 if there is at least one observation by + *country for which enrollment for that definitions is not missing + egen has_`def' = max(!missing(enrollment_`def')), by(countrycode) + lab var has_`def' "Dummy for whether there is any data for this definition for this year." + + * Cap enrollment to 100% + * Gross enrollment can be more than + * 100% but that does not make sense + * when comparing to other definitions + gen enrollment_`def'_tmp=enrollment_`def' + replace enrollment_`def'_tmp = 100 if enrollment_`def' > 100 & !missing(enrollment_`def') + replace enrollment_`def'_tmp = 0 if enrollment_`def' < 0 & !missing(enrollment_`def') + + *Interpolate enrollment: interpolations only + ipolate enrollment_`def'_tmp year, gen(enrollment_`def'_int) by(countrycode) + drop enrollment_`def'_tmp + + *Order fill variables next to original enrollment variable + order has_`def' year_enrollment_`def' fillyear_back_`def' fillyear_forw_`def' , after(enrollment_`def') + } + + *Drop values used for calculation that is just confusing in final data set + drop fillyear_back_* fillyear_forw_* + + *********************************** + * Copy values from the most preferred definitons + * Validated values rank first (but they only exist for + * values where we have set decsion to use in + * {clone}}/01_data/011_rawdata/national_enrollment.md + * and then comes ANER from WB, TNER from UIS, NER from UIS + * and GER from UIS) + + *Generate enrollment_interpolated which is enrollment interpolated as enrollment to begin. + + *Loop over all definitions to copy the first with values in preferred order + foreach def of local enrollment_definitions { + + *Copy to actualy value for years with data in the preferred definition. + replace enrollment_validated = enrollment_`def' if has_`def' == 1 & missing(enrollment_source) + replace enrollment_interpolated = enrollment_`def'_int if has_`def' == 1 & missing(enrollment_source) + + drop enrollment_`def'_int + + *Copy the closest year backward in the preferred defintion + replace year_enrollment = year_enrollment_`def' if has_`def' == 1 & missing(enrollment_source) + + *Write which source we are using, i.e. the first one in preferred order + replace enrollment_definition = "`def'" if has_`def' == 1 & missing(enrollment_source) + + *Write which source we are using, i.e. the first one in preferred order + replace enrollment_source = enrollment_`def'_source if has_`def' == 1 & missing(enrollment_source) + + } + + *Validation has multiple defintion see table in url above. + replace enrollment_definition = "Country Team Validation" if enrollment_definition == "VALID" + + *Replace source and defintions for countries with no data + replace enrollment_definition = "No data" if missing(enrollment_definition) + replace enrollment_source = "No data" if missing(enrollment_source) + + *********************************** + * Copy values from the closest year within country + + *Loop over all possible year to copy the value from the year that is the closest year + forvalues yeardiff = 1/30 { + replace enrollment_validated = enrollment_validated[_n+`yeardiff'] if year[_n+`yeardiff'] == year_enrollment & countrycode == countrycode[_n+`yeardiff'] + replace enrollment_validated = enrollment_validated[_n-`yeardiff'] if year[_n-`yeardiff'] == year_enrollment & countrycode == countrycode[_n-`yeardiff'] + } + + + ******************************* + * Cap enrollment to 100% + * Gross enrollment can be more than + * 100% but that does not make sense + * when comparing to other definitions + replace enrollment_definition = enrollment_definition + " (capped at 100%)" if enrollment_validated > 100 & !missing(enrollment_validated) + replace enrollment_validated = 100 if enrollment_validated > 100 & !missing(enrollment_validated) + + *********************************** + + *In some cases, we could not interpolate enrollment, because there was only one value for the country. In this case, use the carry forward value + replace enrollment_interpolated=enrollment_validated if missing(enrollment_interpolated) & !missing(enrollment_validated) + + + order countrycode year enrollment_interpolated enrollment_validated enrollment_source enrollment_definition year_enrollment + keep countrycode-year_enrollment + + label var countrycode "WB country code (3 letters)" + label var year "Year" + + + + ********* PLACEHOLDER ************* + **** QUICK FIX - GENDER SPLIT ***** + + merge m:1 countrycode year_enrollment enrollment_definition using "${clone}/01_data/011_rawdata/enrollment_uis_wb_reshapedlong.dta", keep(master match) nogen + + * Generate empty variables + gen enrollment_validated_fe = . + gen enrollment_validated_ma = . + gen enrollment_interpolated_fe = . + gen enrollment_interpolated_ma = . + label var enrollment_interpolated_fe "Validated % of children enrolled in school (using interpolation, female only)" + label var enrollment_interpolated_ma "Validated % of children enrolled in school (using interpolation, male only)" + label var enrollment_validated_fe "Validated % of children enrolled in school (using closest year, female only)" + label var enrollment_validated_ma "Validated % of children enrolled in school (using closest year, male only)" + + * Check for each method and attempt to fill enrollement variables + foreach method in interpolated validated { + + gen byte enrollment_`method'_flag = 0 + + * If the both genders is the same (with 0.1% wiggleroom), apply the gender split + replace enrollment_`method'_fe = enrollment_FE if (enrollment_`method' >= 0.999*enrollment_ALL & enrollment_`method' <= 1.001*enrollment_ALL) + replace enrollment_`method'_ma = enrollment_MA if (enrollment_`method' >= 0.999*enrollment_ALL & enrollment_`method' <= 1.001*enrollment_ALL) + + * If the total enrollment is high, attributes same value for female and male when missing + replace enrollment_`method'_flag = 1 if enrollment_`method' >= 98.5 & missing(enrollment_`method'_fe) + replace enrollment_`method'_fe = enrollment_`method' if enrollment_`method' >= 98.5 & missing(enrollment_`method'_fe) + replace enrollment_`method'_ma = enrollment_`method' if enrollment_`method' >= 98.5 & missing(enrollment_`method'_ma) + + * Renames the aggregate to _all to avoid confusions + rename enrollment_`method' enrollment_`method'_all + } + + * Drop the enrollment variables from before extrapolation + drop enrollment_ALL enrollment_FE enrollment_MA + + * Beautify + format enrollment_interpolated* enrollment_validated* %4.2fc + order countrycode year enrollment_interpolated* enrollment_validated* + label var enrollment_interpolated_flag "Flag for enrollment by gender filled up from aggregate (>=98.5%)" + label var enrollment_validated_flag "Flag for enrollment by gender filled up from aggregate (>=98.5%)" + + + * Compress and save + compress + noi disp "{phang}Saving file: ${clone}/01_data/013_outputs/enrollment.dta{p_end}" + * If global is one, saves with metadata through edukitsave. Otherwise use regular save + if $use_edukit_save { + local description "Dataset of enrollment. Long in countrycode and year, wide in enrollment definitions (ie: interpolated, validated) and subgroups (all, male, female)." + local sources "Multiple enrollment definitions were combined according to a ranking. Original data from World Bank (country team validation, ANER) and UIS (TNER, NET, GER)" + edukit_save, filename(enrollment) path("${clone}/01_data/013_outputs/") /// + idvars(countrycode year) /// + varc("value enrollment_validated* enrollment_interpolated*; trait enrollment_source enrollment_definition year_enrollment") /// + metadata("description `description'; sources `sources'; filename Enrollment") + } + else save "${clone}/01_data/013_outputs/enrollment.dta", replace + +} diff --git a/01_data/012_programs/0125_create_rawfull.do b/01_data/012_programs/0125_create_rawfull.do new file mode 100644 index 0000000..0258678 --- /dev/null +++ b/01_data/012_programs/0125_create_rawfull.do @@ -0,0 +1,94 @@ +*==============================================================================* +* 0125 SUBTASK: MERGE PROFICIENCY, ENROLLMENT AND POPULATION INTO RAWFULL +*==============================================================================* +qui { + + noi di _newline "{phang}Creating rawfull with $anchor_year as anchor year...{p_end}" + + /* The anchor year is set as a global in the 012_run.do, for it affects + several files. When Learning Poverty numbers were first released + in Sep 2019, the chosen anchor year was 2015. */ + + *-----------------------------* + * Dataset WITHOUT proficiency * + *-----------------------------* + + * Open population for anchor year only + * Note that population.dta is LONG on year, WIDE on population definitions and gender + use "${clone}/01_data/013_outputs/population.dta" if year_population == $anchor_year, clear + + * To be able to merge with enrollment + clonevar year = year_population + + * Brings in Enrollment + * Note that enrollment.dta is LONG on year, WIDE on enrollment definiions and gender + merge m:1 countrycode year using "${clone}/01_data/013_outputs/enrollment.dta", keep(master match) nogen + + * This dataset purposefully will be saved without proficiency data + gen str test = "None" + gen str nla_code = "N.A." + gen str subject = "N.A." + gen int idgrade = -999 + + * Save the dataset with only population and enrollment, which still has 1 obs = 1 cty, all for 2015 + save "${clone}/01_data/013_outputs/population_enrollment.dta", replace + + + *-------------------------------* + * Dataset WITH proficiency data * + *-------------------------------* + * Open population for anchor year only + * Note that population.dta is LONG on year, WIDE on population definitions and gender + use "${clone}/01_data/013_outputs/population.dta" if year_population==$anchor_year, clear + + + *** Brings in Proficiency (LONG) + merge 1:m countrycode using "${clone}/01_data/013_outputs/proficiency.dta", keep(match) nogen + //* TODO Investigate two cases (CHI and BIH) + + * Brings in Enrollment (WIDE) + merge m:1 countrycode year using "${clone}/01_data/013_outputs/enrollment.dta", keep(master match) nogen + + + + *---------------------------------* + * Appends both, bring in metadata * + *---------------------------------* + + * This would be rawfull, except that it doesn't have all the countries. + * So appends the 1st dataset, population_enrollment.dta (without proficiency), + * so every country has 1 obs with test="None" plus as many others as there are assessments + append using "${clone}/01_data/013_outputs/population_enrollment.dta" + rename year year_assessment + + * Brings in country metadata. Assert all match (metadata has chosen 217 countries) + merge m:1 countrycode using "${clone}/01_data/011_rawdata/country_metadata.dta", assert(match) nogen + + + *-------------------------------* + * Unit of Observation Explainer * + *-------------------------------* + * Observations are uniquely identified by: + isid countrycode test nla_code subject idgrade year_assessment + + * Organizing the dataset + local assessment_vars "test nla_code subject idgrade year_assessment *nonprof* min_proficiency_threshold source_assessment" + unab enrollment_vars : *enrollment* + unab population_vars : *population* + order countrycode `assessment_vars' `enrollment_vars' `population_vars' + + * Compress and save + compress + noi di "{phang}Saving file: ${clone}/01_data/013_outputs/rawfull.dta{p_end}" + * If global is one, saves with metadata through edukitsave. Otherwise use regular save + if $use_edukit_save { + local description "Dataset of proficiency merged with enrollment and population. Not a timeseries, rather a collection of observations, from which subsets of time series may be extracted. Long in proficiency, wide on population and enrollment." + local sources "All population, enrollment and proficiency sources combined." + edukit_save, filename(rawfull) path("${clone}/01_data/013_outputs/") /// + idvars(countrycode year_assessment idgrade test nla_code subject) /// + varc("value *nonprof* enrollment_val* enrollment_inte* population_*; trait year_enrollment year_population *source* *definition* *threshold* surveyid countryname region* adminregion* incomelevel* lendingtype* cmu") /// + metadata("description `description'; sources `sources'; filename Rawfull") + } + else save "${clone}/01_data/013_outputs/rawfull.dta", replace + +} diff --git a/01_data/012_programs/01261_preferred_list.do b/01_data/012_programs/01261_preferred_list.do new file mode 100644 index 0000000..fadd1fb --- /dev/null +++ b/01_data/012_programs/01261_preferred_list.do @@ -0,0 +1,281 @@ +*==============================================================================* +* PROGRAM: SELECTS DATABASE FROM RAWFULL ACCORDING TO PREFERENCE +*==============================================================================* + +/* In rawfull, isidvars = countrycode idgrade year_assessment test nla_code subject + that is, proficiency is in the long format. Meanwhile, enrollment and population + are in the wide format. + + To get to a "photo" of learning poverty in the world, we need to pick a single + proficiency from each country (drop non-chosen proficiency observations), and + pair it with a single enrollment method (drop other enrollment variables) and + a single population metric (drop other population variables). + + This is what this program does - select a 'runname' out of rawfull, based on + specified preferences. +*/ + +cap program drop preferred_list +program define preferred_list, rclass + syntax , /// + RUNNAME(string) /// + TIMSS_subject(string) /// + [ /// + NLA_keep(string) /// + DROP_assessment(string) /// + ENROLLment(string) /// + POPulation(string) /// + EXCEPTION(string) /// + TIMEwindow(string) /// + COUNTRYfilter(string) /// + WORLDalso /// + ] + +/* The user must specify a number of options +(1) RUNNAME() - dictates the name of the run, and the resulting rawlatest file (i.e. preference1000) +(2) TIMSS_subject() - dictates either math or science for TIMSS. Either enter string "math" or "science" +(3) NLA_keep() - dictates that the countries in the list are to use the National Learning Assessment. This option takes nla_codes or countrycodes +(4) DROP_assessment() - dictates which assessments to disregard when calculating proficiency levels. This option takes assessment names (ie: SACMEQ) +(5) ENROLLment() - dictates which enrollment to use (options: "validated" or "interpolated" +(6) POPulation() - dictates which population to use (options: "10" "1014" "primary" "9plus") +(7) EXCEPTION() - takes assessments (ie: HND_2013_LLECE) that will trump preferred order to ease adding exceptions to the rule +(8) TIMEwindow() - option to be passed to population_weight program, to display a global number +(9) COUNTRYfilter() - option to be passed to population_weight program, to display a global number +(10) WORLDalso - option that displays table for WORLD also, when countryfilter is used +*/ + +qui { + + * Load rawfull.dta + use "${clone}/01_data/013_outputs/rawfull.dta", clear + + * Check TIMSS_SUBJECT() option + * Display error and exit if option not allowed + if inlist("`timss_subject'","math","science")==0 { + noi dis as error "TIMSS_SUBJECT must be either math or science. Try again." + break + } + else if "`timss_subject'" == "math" { + * Math is kept and science is dropped for TIMSS + drop if subject=="science" & test=="TIMSS" + } + else if "`timss_subject'" == "science" { + * Jordan is one exeption: always keep math, even if science is specified + * because it has no science data + drop if subject=="math" & test=="TIMSS" & countrycode!="JOR" + } + + * Keep only NLAs passed in NLA_KEEP option, dropping all others + levelsof nla_code if test == "NLA", local(all_nlas) + foreach this_nla_code of local all_nlas { + * If cannot find this nla_code in the list to keep + if strmatch("`nla_keep'", "*`this_nla_code'*")==0 { + drop if nla_code == "`this_nla_code'" + } + } + + * Drop assessments listed in DROP_ASSESSMENT option + * First, check if the option was used + if "`drop_assessment'" != "" { + * For each test found in rawfull + levelsof test, local(all_assessments) + foreach this_test of local all_assessments { + * Drop observations with this_test if it belongs to drop list + if strmatch("`drop_assessment'", "*`this_test'*") == 1 { + drop if test == "`this_test'" + } + } + } + + * Check ENROLLMENT() option + * Must be one of enrollment methods supported + * Assume "validated" as default if not specified + if "`enrollment'" == "validated" | "`enrollment'" == "" { + drop enrollment_interpolated* + rename enrollment_validated_* enrollment_* + } + else if "`enrollment'" == "interpolated" { + drop enrollment_validated* + rename enrollment_interpolated_* enrollment_* + } + else { + noi dis as error `"ENROLLMENT must be either "interpolated" or "validated". Try again."' + break + } + + * Check POPULATION() option + * Assume "1014" as default if not specified + if "`population'"=="" local population == "1014" + * Give error if option specified does not exist + if inlist("`population'","10","1014","primary","9plus") == 0 { + noi dis as error `"POPULATION method not supported. Try again (use: "10", "1014", "primary" or "9plus")."' + break + } + else { + foreach method in 10 1014 primary 9plus { + * Drop population variables that were not specified + if "`population'" != "`method'" drop population_*_`method' + } + } + * Rename the population variable + rename population_*_`population' population_${anchor_year}_* + * Given that this is simply always = $anchor_year and now appears in var name + drop year_population + + * Check EXCEPTION() option + * For as long as it's not empty, will read each surveyid in it and only + * keep that observation for that country + while "`exception'" != "" { + * Parsing out multiple surveyid passed as exceptions + gettoken this_surveyid exception : exception, parse(" ") + * Splitting countrycode from surveyid (first 3 letters) + local this_countrycode = substr("`this_surveyid'",1,3) + * Drop observations from this country that are not the given exception + drop if countrycode == "`this_countrycode'" & surveyid != "`this_surveyid'" + * Remove trailing characters after the parsing + local exception = trim("`exception'") + } + + *----------------- + * Grade Window + *----------------- + * Only assessments of grade 3-6 are considered, so drop all other grades that made it so far + keep if (idgrade>=3 & idgrade<=6) | missing(idgrade) | idgrade==-999 + * But after considering the assessment hierarchy, we will re-consider grade hierarchy + + *----------------- + * Time Window + *----------------- + * For multiple instances of the same test, the one closest to the anchor_year + * is preferred, any other is dropped. + * When tied, chose the least recent (ie: anchor_year=2015, 2015 > 2014 > 2016) + * which is why we subtract the .01 in the aux variable below + gen years_from_anchor = abs($anchor_year - year_assessment - .01) + bysort countrycode test: egen min_years_from_anchor = min(years_from_anchor) + * Will only keep the preferred year for each test (including test = "None") + keep if (years_from_anchor == min_years_from_anchor) + * Drop aux variables + drop *years_from_anchor + + *---------------------- + * Assessment Hierarchy + *---------------------- + * General rule: ILAs > RLAs > EGRA + * Exception: NLAs are treated as special case, since they trump all other selections + + * Dummies for each assessment (just to make the code more readable) + foreach assessment in NLA PIRLS TIMSS EGRA { + gen byte is_`assessment' = (test == "`assessment'") + } + * Regional Learning Assessments are bundled together + gen byte is_RLA = inlist(test,"LLECE","LLECE-T","PASEC","SACMEQ") + + * Preferred ranking of assessments: + gen int assessment_ranking = . + * 0. Countries without assessment data should be kept, as well as NLA observations + replace assessment_ranking = 0 if is_NLA + * 1. PIRLS from 2010 or more recent + replace assessment_ranking = 1 if (is_PIRLS & year_assessment >= 2010) + * 2. TIMSS from 2010 or more recent + replace assessment_ranking = 2 if (is_TIMSS & year_assessment >= 2010) + * 3. Regional Learning Assessment from 2010 or more recent + replace assessment_ranking = 3 if (is_RLA & year_assessment >= 2010) + * 4. PIRLS older than 2010 + replace assessment_ranking = 4 if (is_PIRLS & year_assessment < 2010) + * 5. TIMSS older than 2010 + replace assessment_ranking = 5 if (is_TIMSS & year_assessment < 2010) + * 6. Regional Learning Assessment older than 2010 + replace assessment_ranking = 6 if (is_RLA & year_assessment < 2010) + * 7. EGRAs + replace assessment_ranking = 7 if (is_EGRA) + * 8. No assessment data + replace assessment_ranking = 8 if test == "None" + + * Keep only the preferred assessment + bysort countrycode: egen min_assessment_ranking = min(assessment_ranking) + keep if (assessment_ranking == min_assessment_ranking) + * Drop aux variables + drop is_* *assessment_ranking + + * NOTE: there may be more than one grade assessed, which is taken care of in next step + + *----------------- + * Grade Hierarchy + *----------------- + * Grade 4 > Grade 5 > Grade 6 > Grade 3 + gen idgrade_ranking = . + replace idgrade_ranking = 1 if idgrade == 4 + replace idgrade_ranking = 2 if idgrade == 5 + replace idgrade_ranking = 3 if idgrade == 6 + replace idgrade_ranking = 4 if idgrade == 3 + + * Keep only the preferred grade + bysort countrycode: egen min_idgrade_ranking = min(idgrade_ranking) + keep if (idgrade_ranking == min_idgrade_ranking) + * Drop aux variables + drop *idgrade_ranking + + *------------------------------* + * Learning poverty calculation + *------------------------------* + * Adjusts non-proficiency by out-of school + foreach subgroup in all fe ma { + gen adj_nonprof_`subgroup' = 100 * ( 1 - (enrollment_`subgroup'/100) * (1 - nonprof_`subgroup'/100)) + label var adj_nonprof_`subgroup' "Learning Poverty (adjusted non-proficiency, `subgroup')" + } + gen byte lp_by_gender_is_available = !missing(adj_nonprof_fe) & !missing(adj_nonprof_ma) + label var lp_by_gender_is_available "Dummy for availibility of Learning Poverty gender disaggregated" + + *----------------- + * Final touches + *----------------- + * Double check that each country appears only once by now + duplicates tag countrycode, gen(duplicates_countrycode) + * Will break here if not one observation per countrycode + assert duplicates_countrycode == 0 + * Now can drop this auxiliary variable + drop duplicates_countrycode + + * Order + order countrycode-year_assessment adj_nonprof* + + * Label the preference and creates a description + gen str preference = "`runname'" + gen preference_description = "`runname': TIMSS(`timss_subject')+NLA(`nla_keep')+Drop(`drop_assessment')+Population(`population')+Enrollment(`enrollment')" + label var preference "Preference" + label var preference_description "Preference description" + + * Auxiliary variables for generating weights + clonevar anchor_population = population_${anchor_year}_all + gen anchor_population_w_assessment = anchor_population * !missing(nonprof_all) + label var anchor_population_w_assessment "Anchor population * has data dummy" + + * Save + compress + + * If global is one, saves with metadata through edukitsave. Otherwise use regular save + if $use_edukit_save { + local description "Preference `runname' dataset. Contains one observation for each of the 217 countries, with corresponding proficiency, enrollment and population. Should be interpreted as a picture of learning poverty in the world, for a chosen angle - that is, rules for selecting the preferred assessment, enrollment and population definitions." + local sources "All population, enrollment and proficiency sources combined." + edukit_save, filename("preference`runname'") path("${clone}/01_data/013_outputs/") /// + idvars(countrycode preference) /// + varc("value *nonprof* enrollment_all enrollment_ma enrollment_fe population_* anchor_*; trait idgrade test nla_code subject *year* enrollment_flag enrollment_*source* *definition* *threshold* surveyid countryname region* adminregion* incomelevel* lendingtype* cmu preference_description lp_by_gender_is_available") /// + metadata("description `description'; sources `sources'; filename Rawlatest") + } + else save "${clone}/01_data/013_outputs/preference`runname'.dta", replace + + + *-------------------------------- + * Display number by region + *-------------------------------- + * NOTE: this section is only for display (makes QA easier), but will not be saved in the preference dataset + + * Displays global number based on population weights for given options + noi population_weights, preference(`runname') timewindow(`timewindow') countryfilter(`countryfilter') + + * Because most often we want to see both PART2 countries and WORLD, does worldalso when option is specified + if "`worldalso'" == "worldalso" noi population_weights, preference(`runname') timewindow(`timewindow') + +} + +end diff --git a/01_data/012_programs/01262_population_weights.do b/01_data/012_programs/01262_population_weights.do new file mode 100644 index 0000000..41abd6f --- /dev/null +++ b/01_data/012_programs/01262_population_weights.do @@ -0,0 +1,136 @@ +*==============================================================================* +* PROGRAM: SELECTS DATABASE FROM RAWFULL ACCORDING TO PREFERENCE +*==============================================================================* + +cap program drop population_weights +program define population_weights, rclass + syntax , [ /// + PREFERENCE(string) /// + TIMEwindow(string) /// + COUNTRYfilter(string) /// + ] + + qui { + + *----------------- + * Check options + *----------------- + * If no preference is specified, uses the file in memory + if "`preference'" == "" { + * Check that the file contains a unique preference, or the code should break + tab preference + assert `r(r)'==1 + noi disp as txt "Applying weights to the already loaded file" + } + * If preference is specified, open that file from outputs + else { + use "${clone}/01_data/013_outputs/preference`preference'.dta", clear + } + + * Generate dummy on whether assessment data in LP is inside TIMEWINDOW() + * note that missing data on LP is considered outside the TIMEWINDOW() + cap drop include_assessment + if "`timewindow'" == "" { + * If not specified, this becomes a simple test for whether LP data is available + gen byte include_assessment = !missing(adj_nonprof_all) + } + else { + * If specified, apply the condition to create the dummy + cap gen byte include_assessment = (`timewindow') & !missing(adj_nonprof_all) + if _rc != 0 { + noi di as err `"The option TIMEWINDOW() is incorrectly specified. Good example: timewindow(year_assessment>=2011)"' + break + } + } + + * Generate dummy on whether country is inside COUNTRYFILTER() + cap drop include_country + if "`countryfilter'" == "" { + * If not specified, all observations are included + gen byte include_country = 1 + } + else { + * If specified, apply the condition to create a dummy + cap gen byte include_country = (`countryfilter') + if _rc != 0 { + noi di as err `"The option COUNTRYFILTER() is incorrectly specified. Good example: countryfilter(incomelevel!="HIC" & lendingtype!="LNX")"' + break + } + } + + * A country learning poverty number is included only if it satisfies both the TIMEWINDOWN() and COUNTRYFILTER() + cap drop included_in_weights + gen byte included_in_weights = include_country * include_assessment + label var included_in_weights "Observation is considered for aggregation weights" + + * Before we can create weights for each aggregation, we need this aux var + * so that global is as much as a group as 'region' or 'incomelevel' + * and we can do a single loop + gen str global = "TOTAL" + + + *-------------------- + * Aggregation weights + *-------------------- + * For each possible aggregation level, the same calculation is performed + local possible_aggregations "global region adminregion incomelevel lendingtype" + foreach aggregation of local possible_aggregations { + + * Preemptly drop variable that will be created if they existed + foreach ending in n_countries total_population population_w_data coverage weight { + cap drop `aggregation'_`ending' + } + + * The number of countries that will be used in the aggregation + egen int `aggregation'_n_countries = total(included_in_weights), by(`aggregation') + label var `aggregation'_n_countries "Number of countries included in aggregation by `aggregation'" + + * Total population in the aggregation (ie: not excluded in the country filter) + egen `aggregation'_total_population = total(anchor_population * include_country), by(`aggregation') + label var `aggregation'_total_population "Total population represented in aggregation by `aggregation'" + + * Population in the aggregation for which we have and will use learning poverty data (ie: also in the time windown) + egen `aggregation'_population_w_data = total(anchor_population * included_in_weights), by(`aggregation') + label var `aggregation'_population_w_data "Population with learning poverty data in aggregation by `aggregation'" + + * The coverage is the ratio of population with data over total population + gen `aggregation'_coverage = `aggregation'_population_w_data / `aggregation'_total_population + label var `aggregation'_coverage "Population coverage in aggregation by `aggregation'" + + * The weight we want is the population included, scaled by coverage + * It is rounded to an integer number so it can be used as frequency weights + * and interpreted as number of late primary age children + gen long `aggregation'_weight = round(included_in_weights * anchor_population / `aggregation'_coverage) + label var `aggregation'_weight "Population scaled as weights for aggregation by `aggregation'" + + } + + * For global_weight, it was decided that we should use region_weights, + * ie: a country with missing data in SSA is proxied by SSA average, + * to avoid regional bias according to region _coverage + replace global_weight = region_weight + + * Drop excessive amount of auxiliary variables created + drop include_country include_assessment global + + + + *-------------------------------- + * Display number by region + *-------------------------------- + local aggregation "region" + if `"`countryfilter'"' == "" local countryfilter "none (WORLD)" + sum included_in_weights + local n_included_countries = r(sum) + + noi di "" + noi di as res "Learning Poverty Global Number" + noi di as res " preference: `preference'" + noi di as res `" time window: `timewindow'"' + noi di as res `" cty filters: `countryfilter'"' + noi di as res " # countries: `n_included_countries'" + noi tabstat adj_nonprof_all `aggregation'_population_w_data `aggregation'_total_population [fw = `aggregation'_weight], by(`aggregation') format(%20.1fc) + +} + +end diff --git a/01_data/012_programs/0126_create_rawlatest.do b/01_data/012_programs/0126_create_rawlatest.do new file mode 100644 index 0000000..1cc5f49 --- /dev/null +++ b/01_data/012_programs/0126_create_rawlatest.do @@ -0,0 +1,121 @@ +*==============================================================================* +* 0126 SUBTASK: SELECT RAWLATEST FROM RAWFULL AND SUMMARIZE NUMBERS +*==============================================================================* +qui { + + *----------------------------------------------------------------------------- + * Creates a "picture" of Learning Poverty in all 217 countries + * with different options on how that "picture" is captured (preferences) + *----------------------------------------------------------------------------- + * Preference = 1001 + preferred_list, runname("1001") timss_subject(science) drop_assessment(SACMEQ EGRA) /// + nla_keep(AFG_2 CHN BGD_3 IND_4 PAK_3 LKA_3 VNM_1 UGA_2 ETH_3 COD KHM_1 MYS_1 KGZ_1) /// + enrollment(validated) population(1014) /// + timewindow(year_assessment>=2011) countryfilter(lendingtype!="LNX") + + * Preference = 1002 + preferred_list, runname("1002") timss_subject(science) drop_assessment(SACMEQ EGRA) /// + nla_keep(AFG_2 CHN BGD_3 IND_4 PAK_3 LKA_3 VNM_1 UGA_2 ETH_3 COD KHM_1 MYS_1 KGZ_1 MDG_1) /// + enrollment(validated) population(1014) /// + timewindow(year_assessment>=2011) countryfilter(lendingtype!="LNX") + + * Preference = 1003 + preferred_list, runname("1003") timss_subject(science) drop_assessment(SACMEQ EGRA) /// + nla_keep(AFG_2 CHN BGD_3 IND_4 PAK_3 LKA_3 VNM_1 UGA_2 ETH_3 COD KHM_1 MYS_1 KGZ_1 MDG_1) /// + enrollment(validated) population(1014) exception("HND_2013_LLECE") /// + timewindow(year_assessment>=2011) countryfilter(lendingtype!="LNX") + + * Preference = 1004 + preferred_list, runname("1004") timss_subject(science) drop_assessment(SACMEQ EGRA) /// + nla_keep(AFG_2 CHN BGD_3 IND_4 PAK_3 LKA_3 VNM_1 UGA_2 ETH_3 COD KHM_1 MYS_1 KGZ_1 MDG_1) /// + enrollment(validated) population(1014) exception("HND_2013_LLECE CHL_2013_LLECE COL_2013_LLECE") /// + timewindow(year_assessment>=2011) countryfilter(lendingtype!="LNX") + + * Preference = 1005 + noi disp as err _newline "Chosen preference (representation of Learning Poverty in 2015)" + noi preferred_list, runname("1005") timss_subject(science) drop_assessment(SACMEQ EGRA) /// + nla_keep(AFG_2 CHN BGD_3 IND_4 PAK_3 LKA_3 VNM_1 UGA_2 ETH_3 COD KHM_1 MYS_1 KGZ_1 MDG_1 MLI_1) /// + enrollment(validated) population(1014) exception("HND_2013_LLECE CHL_2013_LLECE COL_2013_LLECE") /// + timewindow(year_assessment>=2011) countryfilter(lendingtype!="LNX") worldalso + + * Chosen preference will be copied as rawlatest (must be generated above) + global chosen_preference 1005 + copy "${clone}/01_data/013_outputs/preference${chosen_preference}.dta" /// + "${clone}/01_data/013_outputs/rawlatest.dta", replace + + *----------------------------------------------------------------------------- + * Sensitivity Analysis: for the chosen preference ("picture"), + * varies options to gauge how that influences the global numbers + *----------------------------------------------------------------------------- + + noi disp as err _newline "Sensitivity analysis: Exclude all NLAs" + + * Preference = 1005b + noi preferred_list, runname("1005b") timss_subject(science) drop_assessment(SACMEQ EGRA) /// + nla_keep(COD MDG_1 MLI_1) /// + enrollment(validated) population(1014) exception("HND_2013_LLECE CHL_2013_LLECE COL_2013_LLECE") /// + timewindow(year_assessment>=2011) countryfilter(lendingtype!="LNX") worldalso + + + noi disp as err _newline "Sensitivity analysis: change population definitions (1014, 10, primary, 9plus)" + + * Preference = 1005_1014 + noi preferred_list, runname("1005_1014") timss_subject(science) drop_assessment(SACMEQ EGRA) /// + nla_keep(AFG_2 CHN BGD_3 IND_4 PAK_3 LKA_3 VNM_1 UGA_2 ETH_3 COD KHM_1 MYS_1 KGZ_1 MDG_1 MLI_1) /// + enrollment(validated) population(1014) exception("HND_2013_LLECE CHL_2013_LLECE COL_2013_LLECE") /// + timewindow(year_assessment>=2011) countryfilter(lendingtype!="LNX") + + * Preference = 1005_10 + noi preferred_list, runname("1005_10") timss_subject(science) drop_assessment(SACMEQ EGRA) /// + nla_keep(AFG_2 CHN BGD_3 IND_4 PAK_3 LKA_3 VNM_1 UGA_2 ETH_3 COD KHM_1 MYS_1 KGZ_1 MDG_1 MLI_1) /// + enrollment(validated) population(10) exception("HND_2013_LLECE CHL_2013_LLECE COL_2013_LLECE") /// + timewindow(year_assessment>=2011) countryfilter(lendingtype!="LNX") + + * Preference = 1005_primary + noi preferred_list, runname("1005_primary") timss_subject(science) drop_assessment(SACMEQ EGRA) /// + nla_keep(AFG_2 CHN BGD_3 IND_4 PAK_3 LKA_3 VNM_1 UGA_2 ETH_3 COD KHM_1 MYS_1 KGZ_1 MDG_1 MLI_1) /// + enrollment(validated) population(primary) exception("HND_2013_LLECE CHL_2013_LLECE COL_2013_LLECE") /// + timewindow(year_assessment>=2011) countryfilter(lendingtype!="LNX") + + * Preference = 1005_9plus + noi preferred_list, runname("1005_9plus") timss_subject(science) drop_assessment(SACMEQ EGRA) /// + nla_keep(AFG_2 CHN BGD_3 IND_4 PAK_3 LKA_3 VNM_1 UGA_2 ETH_3 COD KHM_1 MYS_1 KGZ_1 MDG_1 MLI_1) /// + enrollment(validated) population(9plus) exception("HND_2013_LLECE CHL_2013_LLECE COL_2013_LLECE") /// + timewindow(year_assessment>=2011) countryfilter(lendingtype!="LNX") + + + noi disp as err _newline "Sensitivity analysis: change reporting window (8, 6 and 4 years)" + + foreach year in 2011 2013 2015 { + + * Displays output for chosen preferences for PART2 countries (`year') + noi population_weights, preference(1005) timewindow(year_assessment>=`year') countryfilter(lendingtype!="LNX") + noi sum year_assessment if year_assessment >= `year' & adj_nonprof_all != . & lendingtype!="LNX" + + * Displays output for chosen preferences for WORLD (`year') + noi population_weights, preference(1005) timewindow(year_assessment>=`year') + noi sum year_assessment if year_assessment >= `year' & adj_nonprof_all != . + } +} + +exit + + /*------------------------------------------------------------------------------------------ + * This part is totally unnecessary, but is nice to have for error checking + *------------------------------------------------------------------------------------------ + * Shortcuts of checks for gender disaggregation + bys region: tab countrycode if lp_by_gender_is_available + noi disp _newline "Part 2 countries in EAS with gender split, before forced drops" + noi tab countrycode if lp_by_gender_is_available & region == "EAS" & lendingtype!="LNX" + + * Reassurance that we have the number of countries we expect + use "${clone}/01_data/013_outputs/preference1005.dta", replace + gen byte checkme = year_assessment>=2011 & !missing(adj_nonprof_all) & lendingtype!="LNX" + noi disp _newline as err "Quick check that should say we have 62 countries" + noi tab checkme + + * Compare two preferences + local path "${clone}/01_data/013_outputs/" + edukit_comparefiles, localfile("`path'/preference1005.dta") sharedfile("`path'/preference1005_LATERYEAR.dta") compareboth idvars(countrycode) + // wigglevars(enrollment_fe enrollment_ma) wiggleroom(.01) + *------------------------------------------------------------------------------------------*/ diff --git a/01_data/012_programs/0127_generate_documentation.do b/01_data/012_programs/0127_generate_documentation.do new file mode 100644 index 0000000..5bd7ab4 --- /dev/null +++ b/01_data/012_programs/0127_generate_documentation.do @@ -0,0 +1,44 @@ +*==============================================================================* +* 0127 SUBTASK: AUTO GENERATE DOCUMENTATION FROM EDUKIT_SAVE WITH METADATA +*==============================================================================* +qui { + + *----------------------------------------------------------------------------- + * Autogenerated documentation (markdown files) from edukit_save + *----------------------------------------------------------------------------- + + * Whether we generate documentation for each .dta or no depends on Stata version + * for dyntext was only implemented in version 15. + * It also requires that edukit_save was being used to save files + local generate_documentation = ( c(version)>=15 & $use_edukit_save ) + + * List of files for which edukit_save_metadata is implemented + local files_saved_with_metadata "population proficiency enrollment rawfull rawlatest" + + * Location of those files in the clone + local file_path "${clone}/01_data/013_outputs/" + + * Location to save the autogenerated tables and to find the dyntext script + local doc_path "${clone}/00_documentation/002_repo_structure/0022_dataset_tables" + + + * If it was verified that documentation can be generated + if `generate_documentation'==1 { + + * Must be in the folder where dyntext scrip is found + cd "`doc_path'" + + * Loop through the files with metadata + foreach filename of local files_saved_with_metadata { + + * Open the file and document it + use "`file_path'/`filename'.dta", clear + noi dyntext "dyntext_LP.txt", saving("`doc_path'/`filename'.md") replace + } + + noi disp as res "{phang}Create documentation for datasets: `files_saved_with_metadata'.{p_end}" + } + + else noi disp as err "{phang}Was not able to create documentation for datasets: `files_saved_with_metadata'.{p_end}" + +} diff --git a/01_data/012_programs/012_run.do b/01_data/012_programs/012_run.do new file mode 100644 index 0000000..7047089 --- /dev/null +++ b/01_data/012_programs/012_run.do @@ -0,0 +1,51 @@ +*==============================================================================* +* LEARNING POVERTY (LP) +* Project information at: https://github.com/worldbank/LearningPoverty +* +* TASK 01_DATA: calculates learning poverty by combining multiple data sources +*==============================================================================* + + +*------------------------------------------------------------------------------- +* Setup for this task +*------------------------------------------------------------------------------- +* Check that project profile was loaded, otherwise stops code +cap assert ${LP_profile_is_loaded} == 1 +if _rc != 0 { + noi disp as error "Please execute the profile_LearningPoverty initialization do in the root of this project and try again." + exit +} + +* Execution parameters +global master_seed 17893 // Ensures reproducibility +global anchor_year = 2015 // Anchor year for learning poverty numbers produced +*------------------------------------------------------------------------------- + + +*------------------------------------------------------------------------------- +* Subroutines for this task +*------------------------------------------------------------------------------- +* Import rawdata from CSVs and MDs hosted in repo into DTAs +do "${clone}/01_data/012_programs/0120_import_rawdata.do" + +* Combine POPULATION rawdata from multiple sources +do "${clone}/01_data/012_programs/0121_combine_population_data.do" + +* Combine PROFICIENCY rawdata from multiple sources +do "${clone}/01_data/012_programs/0122_combine_proficiency_data.do" + +* Combine ENROLLMENT rawdata from multiple sources +do "${clone}/01_data/012_programs/0123_combine_enrollment_data.do" + +* Prepare ENROLLMENT extrapolation +do "${clone}/01_data/012_programs/0124_enrollment_extrapolation.do" + +* Merge all sources to create RAWFULL +do "${clone}/01_data/012_programs/0125_create_rawfull.do" + +* Select info in rawfull to create RAWLATEST +do "${clone}/01_data/012_programs/0126_create_rawlatest.do" + +* Auto-generate documentation from metadata in edukit_save +do "${clone}/01_data/012_programs/0127_generate_documentation.do" +*----------------------------------------------------------------------------- diff --git a/01_data/013_outputs/placeholderfile.md b/01_data/013_outputs/placeholderfile.md new file mode 100644 index 0000000..0e96e42 --- /dev/null +++ b/01_data/013_outputs/placeholderfile.md @@ -0,0 +1,3 @@ +This file is only meant to be able to share folders on GitHub.com as empty folders cannot be shared. Once this folder is no longer empty, this file can be removed. + +A folder is still considered empty for this purpose if all files in the folder is ignored in the _.gitignore_ file. diff --git a/02_simulation/021_rawdata/PIRLS_comparability.csv b/02_simulation/021_rawdata/PIRLS_comparability.csv new file mode 100644 index 0000000..d82655c --- /dev/null +++ b/02_simulation/021_rawdata/PIRLS_comparability.csv @@ -0,0 +1,92 @@ +Countrycode,n_res,Country,D,E,F,G +ARG,1,Argentina,,,,Y +AUS,1,Australia,Y,Y,, +AUT,1,Austria,Y,Y,Y, +AZE,1,Azerbaijan,Y,Y,, +BHR,1,Bahrain,Y,,, +BEL,0,Belgium (Flemish),Y,,Y, +BEL,0,Belgium (French),Y,Y,Y, +BLZ,1,Belize,,,,Y +BGR,1,Bulgaria,Y,Y,Y,Y +CAN,1,Canada,Y,Y,, +CHL,1,Chile,Y,,, +TWN,1,Chinese Taipei,Y,Y,Y, +COL,1,Colombia,,Y,,Y +HRV,1,Croatia,,Y,, +CYP,1,Cyprus,,,,Y +CZE,1,Czech Republic,Y,Y,,Y +DNK,1,Denmark,Y,Y,Y, +EGY,1,Egypt,Y,,, +GBR,0,"England, Britain",Y,Y,Y,Y +FIN,1,Finland,Y,Y,, +FRA,1,France,Y,Y,Y,Y +GEO,1,Georgia,Y,Y,Y, +DEU,1,Germany,Y,Y,Y,Y +GRC,1,Greece,,,,Y +HKG,1,Hong Kong SAR,Y,Y,Y,Y +HUN,1,Hungary,Y,Y,Y,Y +ISL,1,Iceland,,,Y,Y +IDN,1,Indonesia,,Y,Y, +IRN,1,"Iran, Islamic Rep. of",Y,Y,Y,Y +IRL,1,Ireland,Y,Y,, +ISR,1,Israel,Y,Y,Y*,Y* +ITA,1,Italy,Y,Y,Y,Y +KAZ,1,Kazakhstan,Y,,, +KWT,1,Kuwait,Y,,Y*,Y* +LVA,1,Latvia,Y,,Y,Y +LTU,1,Lithuania,Y,Y,Y,Y +LUX,1,Luxembourg,,,Y, +MKD,1,"Macedonia, Rep. of",,,Y,Y +MAC,1,Macao SAR,Y,,, +MLT,1,Malta,Y,Y,, +MDA,1,"Moldova, Rep. of",,,Y,Y +MAR,1,Morocco,Y,Y,Y*,Y* +NLD,1,Netherlands,Y,Y,Y,Y +NZL,1,New Zealand,Y,Y,Y,Y +GBR,0,"Northern Ireland, Britain",Y,Y,, +NOR,1,Norway (5),Y,,, +OMN,1,Oman,Y,Y,, +POL,1,Poland,Y,Y*,Y*, +PRT,1,Portugal,Y,Y,, +QAT,1,Qatar,Y,Y,Y*, +ROU,1,Romania,,Y,Y,Y +RUS,1,Russian Federation,Y,Y,Y,Y +SAU,1,Saudi Arabia,Y,Y,, +GBR,0,"Scotland, Britain",,,Y,Y +SGP,1,Singapore,Y,Y,Y,Y +SVK,1,Slovak Republic,Y,Y,Y,Y +SVN,1,Slovenia,Y,Y,Y,Y +ZAF,1,South Africa,Y,Y,Y*, +ESP,1,Spain,Y,Y,Y, +SWE,1,Sweden,Y,Y,Y,Y +TTO,1,Trinidad and Tobago,Y,Y,Y, +TUR,1,Turkey,,,,Y +ARE,1,United Arab Emirates,Y,Y,, +USA,1,United States,Y,Y,Y,Y +BWA,1,Botswana (6),,Y,, +HND,1,Honduras (6),,Y,, +KWT,1,Kuwait (6),,Y,, +MAR,1,Morocco (6),,Y,, +ARG,0,"Buenos Aires, Argentina",Y,,, +CAN,0,"Alberta, Canada",,Y,, +CAN,0,"British Columbia, Canada",,,Y, +CAN,0,"Nova Scotia, Canada",,,Y, +CAN,0,"Ontario, Canada",Y,Y,Y,Y +CAN,0,"Quebec, Canada",Y,Y,Y,Y +MLT,0,Maltese - Malta,,Y,, +DEN,1,Denmark (3),Y,,, +NOR,1,Norway (4),Y,Y,Y,Y +RUS,0,"Moscow City, Russian Fed.",Y,,, +ZAF,1,Eng/Afr/Zulu - Republic of South Africa (5),Y,,Y, +ZAF,0,Eng/Afr/Zulu - Republic of South Africa (5),,Y,, +ESP,0,"Andalusia, Spain",Y,Y,, +ESP,0,"Madrid, Spain",Y,,, +UAE,0,"Abu Dhabi, UAE",Y,Y,, +UAE,0,"Dubai, UAE",Y,Y,, +USA,0,"Florida, US",,Y,, +,,,,,, +,,,Y,Indicates participation in that testing cycle.,, +,,,Y*,"Indicates participation but data not comparable for measuring trends to later years, primarily due to countries improving translations or increasing population coverage.",, +,,,,,, +,,,,Sixth Grade Participants,, +,,,,Benchmarking Participants,, diff --git a/02_simulation/021_rawdata/TIMSS_comparability.csv b/02_simulation/021_rawdata/TIMSS_comparability.csv new file mode 100644 index 0000000..40cee2e --- /dev/null +++ b/02_simulation/021_rawdata/TIMSS_comparability.csv @@ -0,0 +1,93 @@ +countrycode,n_res,country,grade4_2015,grade4_2011,grade4_2007,grade4_2003,grade4_1995,grade8_2015,grade8_2011,grade8_2007,grade8_2003,grade8_1999,grade8_1995 +ARM,1,Armenia,Y*,Y,Y*,Y,0,Y*,Y,Y*,Y,0,0 +AUS,1,Australia,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y*,Y +AUT,1,Austria,,Y,Y,,Y,,,,,,Y +AZE,1,Azerbaijan,,Y,,,,,,,,, +BHR,1,Bahrain,Y,Y,0,0,0,Y,Y,Y,Y,0,0 +BEL,0,Belgium (Flemish),Y,Y,0,Y,0,0,0,0,Y,Y,Y +BWA,1,Botswana,,,,,,,,Y,Y,, +BWA,1,"Botswana (6, 9)",0,Y,0,0,0,Y,Y,Y*,Y*,0,0 +BGR,1,Bulgaria,Y,0,0,0,0,0,0,Y,Y,Y,Y +CAN,1,Canada,Y,0,0,0,Y*,Y,0,0,0,Y*,Y* +CHL,1,Chile,Y,Y,0,0,0,Y,Y,0,Y,Y,0 +TWN,1,Chinese Taipei,Y,Y,Y,Y,0,Y,Y,Y,Y,Y,0 +HRV,1,Croatia,Y,Y,0,0,0,0,0,0,0,0,0 +CYP,1,Cyprus,Y,0,0,Y,Y,0,0,Y,Y,Y,Y +CZE,1,Czech Republic,Y,Y,Y,0,Y,0,0,Y,0,Y,Y +DNK,1,Denmark,Y,Y,Y,0,0,0,0,0,0,0,Y +EGY,1,Egypt,0,0,0,0,0,Y,0,Y,Y,0,0 +GBR,0,"England, Britain",Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y +FIN,1,Finland,Y,Y,0,0,0,0,Y,0,0,Y*,0 +FRA,1,France,Y,0,0,0,0,0,0,0,0,0,Y +GEO,1,Georgia,Y,Y,Y,0,0,Y,Y,Y,0,0,0 +DEU,1,Germany,Y,Y,Y,0,0,0,0,0,0,0,Y +GHA,1,Ghana,,,,,,,Y,Y,,, +HKG,1,Hong Kong SAR,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y +HUN,1,Hungary,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y +IDN,1,Indonesia,Y,0,0,0,Y*,0,Y,Y,Y*,Y*,Y* +IRN,1,"Iran, Islamic Rep. of",Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y +IRL,1,Ireland,Y,Y,0,0,Y,Y,0,0,0,0,Y +ISR,1,Israel,0,0,0,0,Y*,Y,Y,Y*,Y*,Y*,Y* +ITA,1,Italy,Y,Y,Y,Y,Y*,Y,Y,Y,Y,Y,Y* +JPN,1,Japan,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y +JOR,1,Jordan,Y,0,0,0,0,Y,Y,Y,Y,Y,0 +KAZ,1,Kazakhstan,Y,Y,Y*,0,0,Y,Y,0,0,0,0 +KOR,1,"Korea, Rep. of",Y,Y,0,0,Y,Y,Y,Y,Y,Y,Y +KWT,1,Kuwait,Y,Y,Y*,0,Y*,Y,0,Y*,0,0,Y* +LBN,1,Lebanon,0,0,0,0,0,Y,Y,Y,Y,0,0 +LTU,1,Lithuania,Y,Y,Y,Y,0,Y,Y,Y,Y,Y,Y +MKD,1,"Macedonia, Rep. of",,,,,,,Y,,Y,Y, +MYS,1,Malaysia,0,0,0,0,0,Y,Y,Y,Y,Y,0 +MLT,1,Malta,0,Y,0,0,0,Y,0,Y,0,0,0 +MAR,1,Morocco,Y,Y,Y*,Y*,0,Y,Y,Y*,Y*,Y*,0 +NLD,1,Netherlands,Y,Y,Y,Y,Y,0,0,0,Y,Y,Y +NZL,1,New Zealand,Y,Y,Y,Y,Y,Y,Y,0,Y,Y,Y +GBR,0,"Northern Ireland, Britain",Y,Y,0,0,0,0,0,0,0,0,0 +NOR,1,"Norway (5,9)",Y,0,0,0,0,Y,0,0,0,0,0 +OMN,1,Oman,Y,Y,0,0,0,Y,Y,Y,0,0,0 +PSE,1,Palestinian Nat'l Auth.,,,,,,,Y,Y,Y,, +POL,1,Poland,Y,Y*,0,0,0,0,0,0,0,0,0 +PRT,1,Portugal,Y,Y,0,0,Y,0,0,0,0,0,Y +QAT,1,Qatar,Y,Y,Y*,0,0,Y,Y,Y*,0,0,0 +ROU,1,Romania,,Y,,,,,Y,Y,Y,Y,Y +RUS,1,Russian Federation,Y,Y,Y,Y,0,Y,Y,Y,Y,Y,Y +SAU,1,Saudi Arabia,Y,Y,0,0,0,Y,Y,Y*,Y*,0,0 +SRB,1,Serbia,Y,Y,0,0,0,0,0,Y,Y,0,0 +SGP,1,Singapore,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y +SVK,1,Slovak Republic,Y,Y,Y,0,0,0,0,0,Y,Y,Y +SVN,1,Slovenia,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y*,Y +ZAF,1,"South Africa (5, 9)",Y,0,0,0,0,Y,Y,0,Y*,Y*,Y* +ESP,1,Spain,Y,Y,0,0,0,0,0,0,0,0,Y +SWE,1,Sweden,Y,Y,Y,0,0,Y,Y,Y,Y,0,Y +SYR,1,Syrian Arab Republic,,,,,,,Y,Y,Y*,, +THA,1,Thailand,0,Y,0,0,Y*,Y,Y,Y,0,Y,Y* +TUN,1,Tunisia,,Y,Y,Y,,,Y,Y,Y,Y, +TUR,1,Turkey,Y,Y,0,0,0,Y,Y,Y*,0,Y*,0 +UKR,1,Ukraine,,,Y,,,,Y,Y,,, +ARE,1,United Arab Emirates,Y,Y,0,0,0,Y,Y,0,0,0,0 +USA,1,United States,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y +YEM,1,Yemen,,Y,Y,Y*,,,,,,, +HND,1,"Honduras (6,9)",,Y,,,,,Y,,,, +ZAF,1,South Africa (9),,,,,,,Y,,,, +YEM,1,Yemen (6),,Y,,,,,,,,, +ARG,0,"Buenos Aires, Argentina",Y,0,0,0,0,Y,0,0,0,0,0 +CAN,0,"Alberta, Canada",,Y,Y,,Y,,Y,,,Y,Y +CAN,0,"Ontario, Canada",Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y +CAN,0,"Quebec, Canada",Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y +NOR,1,"Norway (4,8)",Y,Y,Y,Y,Y,Y,Y,Y,Y,0,Y +UAE,0,"Abu Dhabi, UAE",Y,Y,0,0,0,Y,Y,0,0,0,0 +UAE,0,"Dubai, UAE",Y,Y,Y,0,0,Y,Y,Y,0,0,0 +USA,0,"Alabama, US",,,,,,,Y,,,, +USA,0,"California, US",,,,,,,Y,,,, +USA,0,"Colorado, US",,,,,Y,,Y,,,, +USA,0,"Connecticut, US",,,,,,,Y,,,, +USA,0,"Florida, US",Y,Y,0,0,0,Y,Y,0,0,0,0 +USA,0,"Indiana, US",,,,Y,,,Y,,Y,Y, +USA,0,"Massachusetts, US",,,Y,,,,Y,Y,,Y, +USA,0,"Minnesota, US",,,Y,,Y,,Y,Y,,,Y +USA,0,"North Carolina, US",,Y,,,,,Y,,,Y, +,,,,,,,,,,,,, +,,,Y,Indicates participation in that testing cycle.,,,,,,,,, +,,,Y*,"Indicates participation but data not comparable for measuring trends to later years, primarily due to countries improving translations or increasing population coverage.",,,,,,,,, +,,,,Out of grade participants,,,,,,,,, +,,,,Benchmarking Participants,,,,,,,,, diff --git a/02_simulation/021_rawdata/comparability_TIMSS_PIRLS.csv b/02_simulation/021_rawdata/comparability_TIMSS_PIRLS.csv new file mode 100644 index 0000000..9eb91c8 --- /dev/null +++ b/02_simulation/021_rawdata/comparability_TIMSS_PIRLS.csv @@ -0,0 +1,298 @@ +countrycode,country,test,idgrade,n_res,comparable,spell,note +ARE,United Arab Emirates,PIRLS,4,1,1,2011-2016, +ARE,United Arab Emirates,TIMSS,4,1,1,2011-2015, +ARM,Armenia,TIMSS,4,1,1,2003-2011,2007 results not comparable to 2003 or 2011 +ARM,Armenia,TIMSS,4,1,0,2003-2007, +ARM,Armenia,TIMSS,4,1,0,2011-2015, +ARM,Armenia,TIMSS,4,1,0,2007-2011, +AUS,Australia,PIRLS,4,1,1,2011-2016, +AUS,Australia,TIMSS,4,1,1,2003-2015, +AUS,Australia,TIMSS,4,1,1,2011-2015, +AUS,Australia,TIMSS,4,1,1,2003-2007, +AUS,Australia,TIMSS,4,1,1,2003-2011, +AUS,Australia,TIMSS,4,1,1,2007-2015, +AUS,Australia,TIMSS,4,1,1,2007-2011, +AUT,Austria,PIRLS,4,1,1,2006-2011, +AUT,Austria,PIRLS,4,1,1,2006-2016, +AUT,Austria,PIRLS,4,1,1,2011-2016, +AUT,Austria,TIMSS,4,1,1,2007-2011, +AZE,Azerbaijan,PIRLS,4,1,1,2011-2016, +BGR,Bulgaria,PIRLS,4,1,1,2001-2011, +BGR,Bulgaria,PIRLS,4,1,1,2006-2011, +BGR,Bulgaria,PIRLS,4,1,1,2001-2006, +BGR,Bulgaria,PIRLS,4,1,1,2011-2016, +BGR,Bulgaria,PIRLS,4,1,1,2001-2016, +BGR,Bulgaria,PIRLS,4,1,1,2006-2016, +BHR,Bahrain,TIMSS,4,1,1,2011-2015, +CAN,Canada,PIRLS,4,1,1,2011-2016, +CHL,Chile,TIMSS,4,1,1,2011-2015, +CZE,Czech Republic,PIRLS,4,1,1,2011-2016, +CZE,Czech Republic,TIMSS,4,1,1,2007-2011, +CZE,Czech Republic,TIMSS,4,1,1,2007-2015, +CZE,Czech Republic,TIMSS,4,1,1,2011-2015, +DEU,Germany,PIRLS,4,1,1,2006-2016, +DEU,Germany,PIRLS,4,1,1,2001-2006, +DEU,Germany,PIRLS,4,1,1,2001-2011, +DEU,Germany,PIRLS,4,1,1,2001-2016, +DEU,Germany,PIRLS,4,1,1,2011-2016, +DEU,Germany,PIRLS,4,1,1,2006-2011, +DEU,Germany,TIMSS,4,1,1,2007-2015, +DEU,Germany,TIMSS,4,1,1,2011-2015, +DEU,Germany,TIMSS,4,1,1,2007-2011, +DNK,Denmark,PIRLS,4,1,1,2006-2011, +DNK,Denmark,PIRLS,4,1,1,2011-2016, +DNK,Denmark,PIRLS,4,1,1,2006-2016, +DNK,Denmark,TIMSS,4,1,1,2007-2011, +DNK,Denmark,TIMSS,4,1,1,2011-2015, +DNK,Denmark,TIMSS,4,1,1,2007-2015, +ESP,Spain,PIRLS,4,1,1,2006-2011, +ESP,Spain,PIRLS,4,1,1,2011-2016, +ESP,Spain,PIRLS,4,1,1,2006-2016, +ESP,Spain,TIMSS,4,1,1,2011-2015, +FIN,Finland,PIRLS,4,1,1,2011-2016, +FIN,Finland,TIMSS,4,1,1,2011-2015, +FRA,France,PIRLS,4,1,1,2001-2006, +FRA,France,PIRLS,4,1,1,2011-2016, +FRA,France,PIRLS,4,1,1,2001-2011, +FRA,France,PIRLS,4,1,1,2006-2016, +FRA,France,PIRLS,4,1,1,2006-2011, +FRA,France,PIRLS,4,1,1,2001-2016, +GEO,Georgia,PIRLS,4,1,1,2006-2011, +GEO,Georgia,PIRLS,4,1,1,2011-2016, +GEO,Georgia,PIRLS,4,1,1,2006-2016, +GEO,Georgia,TIMSS,4,1,1,2007-2015, +GEO,Georgia,TIMSS,4,1,1,2011-2015, +GEO,Georgia,TIMSS,4,1,1,2007-2011, +HKG,Hong Kong SAR,PIRLS,4,1,1,2001-2011, +HKG,Hong Kong SAR,PIRLS,4,1,1,2006-2011, +HKG,Hong Kong SAR,PIRLS,4,1,1,2001-2016, +HKG,Hong Kong SAR,PIRLS,4,1,1,2001-2006, +HKG,Hong Kong SAR,PIRLS,4,1,1,2011-2016, +HKG,Hong Kong SAR,PIRLS,4,1,1,2006-2016, +HKG,Hong Kong SAR,TIMSS,4,1,1,2007-2011, +HKG,Hong Kong SAR,TIMSS,4,1,1,2003-2007, +HKG,Hong Kong SAR,TIMSS,4,1,1,2011-2015, +HKG,Hong Kong SAR,TIMSS,4,1,1,2003-2015, +HKG,Hong Kong SAR,TIMSS,4,1,1,2003-2011, +HKG,Hong Kong SAR,TIMSS,4,1,1,2007-2015, +HRV,Croatia,TIMSS,4,1,1,2011-2015, +HUN,Hungary,PIRLS,4,1,1,2001-2006, +HUN,Hungary,PIRLS,4,1,1,2001-2016, +HUN,Hungary,PIRLS,4,1,1,2011-2016, +HUN,Hungary,PIRLS,4,1,1,2006-2016, +HUN,Hungary,PIRLS,4,1,1,2001-2011, +HUN,Hungary,PIRLS,4,1,1,2006-2011, +HUN,Hungary,TIMSS,4,1,1,2003-2011, +HUN,Hungary,TIMSS,4,1,1,2011-2015, +HUN,Hungary,TIMSS,4,1,1,2007-2011, +HUN,Hungary,TIMSS,4,1,1,2003-2007, +HUN,Hungary,TIMSS,4,1,1,2007-2015, +HUN,Hungary,TIMSS,4,1,1,2003-2015, +IDN,Indonesia,PIRLS,4,1,1,2006-2011, +IRL,Ireland,PIRLS,4,1,1,2011-2016, +IRL,Ireland,TIMSS,4,1,1,2011-2015, +IRN,"Iran, Islamic Rep. of",PIRLS,4,1,1,2006-2011, +IRN,"Iran, Islamic Rep. of",PIRLS,4,1,1,2006-2016, +IRN,"Iran, Islamic Rep. of",PIRLS,4,1,1,2001-2006, +IRN,"Iran, Islamic Rep. of",PIRLS,4,1,1,2011-2016, +IRN,"Iran, Islamic Rep. of",PIRLS,4,1,1,2001-2016, +IRN,"Iran, Islamic Rep. of",PIRLS,4,1,1,2001-2011, +IRN,"Iran, Islamic Rep. of",TIMSS,4,1,1,2007-2015, +IRN,"Iran, Islamic Rep. of",TIMSS,4,1,1,2011-2015, +IRN,"Iran, Islamic Rep. of",TIMSS,4,1,1,2003-2015, +IRN,"Iran, Islamic Rep. of",TIMSS,4,1,1,2007-2011, +IRN,"Iran, Islamic Rep. of",TIMSS,4,1,1,2003-2007, +IRN,"Iran, Islamic Rep. of",TIMSS,4,1,1,2003-2011, +ISL,Iceland,PIRLS,4,1,1,2001-2006, +ISR,Israel,PIRLS,4,1,0,2006-2011, +ISR,Israel,PIRLS,4,1,0,2001-2011, +ISR,Israel,PIRLS,4,1,1,2011-2016, +ISR,Israel,PIRLS,4,1,1,2001-2006, +ITA,Italy,PIRLS,4,1,1,2001-2011, +ITA,Italy,PIRLS,4,1,1,2001-2016, +ITA,Italy,PIRLS,4,1,1,2006-2011, +ITA,Italy,PIRLS,4,1,1,2006-2016, +ITA,Italy,PIRLS,4,1,1,2001-2006, +ITA,Italy,PIRLS,4,1,1,2011-2016, +ITA,Italy,TIMSS,4,1,1,2011-2015, +ITA,Italy,TIMSS,4,1,1,2007-2015, +ITA,Italy,TIMSS,4,1,1,2007-2011, +ITA,Italy,TIMSS,4,1,1,2003-2015, +ITA,Italy,TIMSS,4,1,1,2003-2011, +ITA,Italy,TIMSS,4,1,1,2003-2007, +JPN,Japan,TIMSS,4,1,1,2007-2015, +JPN,Japan,TIMSS,4,1,1,2011-2015, +JPN,Japan,TIMSS,4,1,1,2003-2007, +JPN,Japan,TIMSS,4,1,1,2007-2011, +JPN,Japan,TIMSS,4,1,1,2003-2011, +JPN,Japan,TIMSS,4,1,1,2003-2015, +KAZ,Kazakhstan,TIMSS,4,1,1,2011-2015, +KAZ,Kazakhstan,TIMSS,4,1,0,2007-2011, +KOR,"Korea, Rep. of",TIMSS,4,1,1,2011-2015, +KWT,Kuwait,PIRLS,4,1,1,2001-2006, +KWT,Kuwait,TIMSS,4,1,0,2007-2011, +KWT,Kuwait,TIMSS,4,1,1,2011-2015, +LTU,Lithuania,PIRLS,4,1,1,2001-2016, +LTU,Lithuania,PIRLS,4,1,1,2001-2011, +LTU,Lithuania,PIRLS,4,1,1,2006-2016, +LTU,Lithuania,PIRLS,4,1,1,2011-2016, +LTU,Lithuania,PIRLS,4,1,1,2001-2006, +LTU,Lithuania,PIRLS,4,1,1,2006-2011, +LTU,Lithuania,TIMSS,4,1,1,2007-2015, +LTU,Lithuania,TIMSS,4,1,1,2007-2011, +LTU,Lithuania,TIMSS,4,1,1,2011-2015, +LTU,Lithuania,TIMSS,4,1,1,2003-2011, +LTU,Lithuania,TIMSS,4,1,1,2003-2007, +LTU,Lithuania,TIMSS,4,1,1,2003-2015, +LVA,Latvia,PIRLS,4,1,1,2001-2006, +MAR,Morocco,PIRLS,4,1,1,2011-2016, +MAR,Morocco,PIRLS,4,1,1,2001-2006, +MAR,Morocco,PIRLS,4,1,0,2001-2011, +MAR,Morocco,PIRLS,4,1,0,2006-2011, +MAR,Morocco,TIMSS,4,1,0,2003-2011, +MAR,Morocco,TIMSS,4,1,1,2011-2015, +MAR,Morocco,TIMSS,4,1,0,2007-2011, +MAR,Morocco,TIMSS,4,1,1,2003-2007, +MDA,"Moldova, Rep. of",PIRLS,4,1,1,2001-2006, +MKD,"Macedonia, Rep. of",PIRLS,4,1,1,2001-2006, +MLT,Malta,PIRLS,4,1,1,2011-2016, +NLD,Netherlands,PIRLS,4,1,1,2001-2006, +NLD,Netherlands,PIRLS,4,1,1,2006-2016, +NLD,Netherlands,PIRLS,4,1,1,2011-2016, +NLD,Netherlands,PIRLS,4,1,1,2001-2016, +NLD,Netherlands,PIRLS,4,1,1,2001-2011, +NLD,Netherlands,PIRLS,4,1,1,2006-2011, +NLD,Netherlands,TIMSS,4,1,1,2011-2015, +NLD,Netherlands,TIMSS,4,1,1,2003-2011, +NLD,Netherlands,TIMSS,4,1,1,2003-2015, +NLD,Netherlands,TIMSS,4,1,1,2007-2011, +NLD,Netherlands,TIMSS,4,1,1,2007-2015, +NLD,Netherlands,TIMSS,4,1,1,2003-2007, +NOR,Norway,PIRLS,4,1,1,2006-2016, +NOR,Norway,PIRLS,4,1,1,2001-2016, +NOR,Norway,PIRLS,4,1,1,2001-2006, +NOR,Norway,PIRLS,4,1,1,2011-2016, +NOR,Norway,PIRLS,4,1,1,2006-2011, +NOR,Norway,PIRLS,4,1,1,2001-2011, +NOR,Norway,TIMSS,4,1,1,2011-2015, +NOR,Norway,TIMSS,4,1,1,2003-2007, +NOR,Norway,TIMSS,4,1,1,2007-2011, +NOR,Norway,TIMSS,4,1,1,2003-2011, +NOR,Norway,TIMSS,4,1,1,2003-2015, +NOR,Norway,TIMSS,4,1,1,2007-2015, +NZL,New Zealand,PIRLS,4,1,1,2006-2016, +NZL,New Zealand,PIRLS,4,1,1,2011-2016, +NZL,New Zealand,PIRLS,4,1,1,2006-2011, +NZL,New Zealand,PIRLS,4,1,1,2001-2011, +NZL,New Zealand,PIRLS,4,1,1,2001-2016, +NZL,New Zealand,PIRLS,4,1,1,2001-2006, +NZL,New Zealand,TIMSS,4,1,1,2007-2015, +NZL,New Zealand,TIMSS,4,1,1,2003-2011, +NZL,New Zealand,TIMSS,4,1,1,2003-2015, +NZL,New Zealand,TIMSS,4,1,1,2003-2007, +NZL,New Zealand,TIMSS,4,1,1,2007-2011, +NZL,New Zealand,TIMSS,4,1,1,2011-2015, +OMN,Oman,PIRLS,4,1,1,2011-2016, +OMN,Oman,TIMSS,4,1,1,2011-2015, +POL,Poland,PIRLS,4,1,0,2011-2016, +POL,Poland,PIRLS,4,1,1,2006-2011, +POL,Poland,PIRLS,4,1,1,2006-2016, +POL,Poland,TIMSS,4,1,0,2011-2015, +PRT,Portugal,PIRLS,4,1,1,2011-2016, +PRT,Portugal,TIMSS,4,1,1,2011-2015, +QAT,Qatar,PIRLS,4,1,0,2006-2011, +QAT,Qatar,PIRLS,4,1,1,2011-2016, +QAT,Qatar,TIMSS,4,1,0,2007-2011, +QAT,Qatar,TIMSS,4,1,1,2011-2015, +ROU,Romania,PIRLS,4,1,1,2006-2011, +ROU,Romania,PIRLS,4,1,1,2001-2011, +ROU,Romania,PIRLS,4,1,1,2001-2006, +RUS,Russian Federation,PIRLS,4,1,1,2006-2016, +RUS,Russian Federation,PIRLS,4,1,1,2001-2016, +RUS,Russian Federation,PIRLS,4,1,1,2001-2011, +RUS,Russian Federation,PIRLS,4,1,1,2006-2011, +RUS,Russian Federation,PIRLS,4,1,1,2011-2016, +RUS,Russian Federation,PIRLS,4,1,1,2001-2006, +RUS,Russian Federation,TIMSS,4,1,1,2003-2007, +RUS,Russian Federation,TIMSS,4,1,1,2007-2011, +RUS,Russian Federation,TIMSS,4,1,1,2003-2015, +RUS,Russian Federation,TIMSS,4,1,1,2011-2015, +RUS,Russian Federation,TIMSS,4,1,1,2007-2015, +RUS,Russian Federation,TIMSS,4,1,1,2003-2011, +SAU,Saudi Arabia,PIRLS,4,1,1,2011-2016, +SAU,Saudi Arabia,TIMSS,4,1,1,2011-2015, +SGP,Singapore,PIRLS,4,1,1,2006-2011, +SGP,Singapore,PIRLS,4,1,1,2001-2011, +SGP,Singapore,PIRLS,4,1,1,2001-2016, +SGP,Singapore,PIRLS,4,1,1,2011-2016, +SGP,Singapore,PIRLS,4,1,1,2001-2006, +SGP,Singapore,PIRLS,4,1,1,2006-2016, +SGP,Singapore,TIMSS,4,1,1,2007-2015, +SGP,Singapore,TIMSS,4,1,1,2003-2011, +SGP,Singapore,TIMSS,4,1,1,2003-2007, +SGP,Singapore,TIMSS,4,1,1,2003-2015, +SGP,Singapore,TIMSS,4,1,1,2011-2015, +SGP,Singapore,TIMSS,4,1,1,2007-2011, +SRB,Serbia,TIMSS,4,1,1,2011-2015, +SVK,Slovak Republic,PIRLS,4,1,1,2001-2016, +SVK,Slovak Republic,PIRLS,4,1,1,2001-2006, +SVK,Slovak Republic,PIRLS,4,1,1,2001-2011, +SVK,Slovak Republic,PIRLS,4,1,1,2011-2016, +SVK,Slovak Republic,PIRLS,4,1,1,2006-2011, +SVK,Slovak Republic,PIRLS,4,1,1,2006-2016, +SVK,Slovak Republic,TIMSS,4,1,1,2007-2011, +SVK,Slovak Republic,TIMSS,4,1,1,2007-2015, +SVK,Slovak Republic,TIMSS,4,1,1,2011-2015, +SVN,Slovenia,PIRLS,4,1,1,2006-2011, +SVN,Slovenia,PIRLS,4,1,1,2001-2016, +SVN,Slovenia,PIRLS,4,1,1,2011-2016, +SVN,Slovenia,PIRLS,4,1,1,2001-2006, +SVN,Slovenia,PIRLS,4,1,1,2006-2016, +SVN,Slovenia,PIRLS,4,1,1,2001-2011, +SVN,Slovenia,TIMSS,4,1,1,2003-2011, +SVN,Slovenia,TIMSS,4,1,1,2003-2015, +SVN,Slovenia,TIMSS,4,1,1,2007-2011, +SVN,Slovenia,TIMSS,4,1,1,2007-2015, +SVN,Slovenia,TIMSS,4,1,1,2011-2015, +SVN,Slovenia,TIMSS,4,1,1,2003-2007, +SWE,Sweden,PIRLS,4,1,1,2001-2006, +SWE,Sweden,PIRLS,4,1,1,2011-2016, +SWE,Sweden,PIRLS,4,1,1,2001-2016, +SWE,Sweden,PIRLS,4,1,1,2006-2016, +SWE,Sweden,PIRLS,4,1,1,2001-2011, +SWE,Sweden,PIRLS,4,1,1,2006-2011, +SWE,Sweden,TIMSS,4,1,1,2007-2015, +SWE,Sweden,TIMSS,4,1,1,2007-2011, +SWE,Sweden,TIMSS,4,1,1,2011-2015, +TTO,Trinidad and Tobago,PIRLS,4,1,1,2011-2016, +TTO,Trinidad and Tobago,PIRLS,4,1,1,2006-2011, +TTO,Trinidad and Tobago,PIRLS,4,1,1,2006-2016, +TUN,Tunisia,TIMSS,4,1,1,2003-2007, +TUN,Tunisia,TIMSS,4,1,1,2007-2011, +TUN,Tunisia,TIMSS,4,1,1,2003-2011, +TUR,Turkey,TIMSS,4,1,1,2011-2015, +TWN,Chinese Taipei,PIRLS,4,1,1,2006-2016, +TWN,Chinese Taipei,PIRLS,4,1,1,2011-2016, +TWN,Chinese Taipei,PIRLS,4,1,1,2006-2011, +TWN,Chinese Taipei,TIMSS,4,1,1,2007-2011, +TWN,Chinese Taipei,TIMSS,4,1,1,2011-2015, +TWN,Chinese Taipei,TIMSS,4,1,1,2007-2015, +TWN,Chinese Taipei,TIMSS,4,1,1,2003-2007, +TWN,Chinese Taipei,TIMSS,4,1,1,2003-2015, +TWN,Chinese Taipei,TIMSS,4,1,1,2003-2011, +USA,United States,PIRLS,4,1,1,2011-2016, +USA,United States,PIRLS,4,1,1,2001-2011, +USA,United States,PIRLS,4,1,1,2006-2016, +USA,United States,PIRLS,4,1,1,2006-2011, +USA,United States,PIRLS,4,1,1,2001-2006, +USA,United States,PIRLS,4,1,1,2001-2016, +USA,United States,TIMSS,4,1,1,2007-2015, +USA,United States,TIMSS,4,1,1,2007-2011, +USA,United States,TIMSS,4,1,1,2003-2011, +USA,United States,TIMSS,4,1,1,2011-2015, +USA,United States,TIMSS,4,1,1,2003-2007, +USA,United States,TIMSS,4,1,1,2003-2015, +YEM,Yemen,TIMSS,4,1,0,2003-2007, +YEM,Yemen,TIMSS,4,1,1,2007-2011, +ZAF,Republic of South Africa,PIRLS,4,1,1,2011-2016, +ZAF,Republic of South Africa,PIRLS,4,1,0,2006-2011, diff --git a/02_simulation/022_program/022_run.do b/02_simulation/022_program/022_run.do new file mode 100644 index 0000000..44fc631 --- /dev/null +++ b/02_simulation/022_program/022_run.do @@ -0,0 +1,32 @@ +*==============================================================================* +* LEARNING POVERTY (LP) +* Project information at: https://github.com/worldbank/LearningPoverty +* +* TASK 02_SIMULATION: simulates learning poverty from 2015 to 2030 +*==============================================================================* + + +*------------------------------------------------------------------------------- +* Setup for this task +*------------------------------------------------------------------------------- +* Check that project profile was loaded, otherwise stops code +cap assert ${LP_profile_is_loaded} == 1 +if _rc != 0 { + noi disp as error "Please execute the profile_LearningPoverty initialization do in the root of this project and try again." + exit +} + +* Execution parameters +global master_seed 17893 // Ensures reproducibility +*------------------------------------------------------------------------------- + + +*------------------------------------------------------------------------------- +* Subroutines for this task +*------------------------------------------------------------------------------- +* Make sure stata simulation_dataset.ado file is loaded +do "${clone}/02_simulation/022_program/_simulation_dataset.ado" + +* Run simulations to produce final datasets +do "${clone}/02_simulation/022_program/022_simulations.do" +*------------------------------------------------------------------------------- diff --git a/02_simulation/022_program/022_simulations.do b/02_simulation/022_program/022_simulations.do new file mode 100644 index 0000000..c171f05 --- /dev/null +++ b/02_simulation/022_program/022_simulations.do @@ -0,0 +1,65 @@ +/*====================================================== +Author: Brian Stacy +Modified: Joao Pedro Azevedo + +This do file: +Simulations using both Growth Rates Calculated from Spells +=======================================================* +*/ +*produce simulation dataset using ado. + + +cd "${clone}\02_simulation\022_program + +/*Execute an ado file to produce the dataset for the simulations. The configuration for the ado file matches closesly +the configuration for the _preferred_list ado used to produce the raw latest. This is intentional as +1)Develops database for preferred list +The user must specify a number of options. +(1) preference() - which dictates which preference to use for the adjusted proficiency levels. Current options are 0,1,2,...,926. +(2) specialincludeassess() - which dictate which assessments to specifically include in spell calculations. This option takes assessment names +(3) specialincludegrade() - which dictate which grades to specifically include in spell calculations. This option takes grade names +(4) dropgrade() - which dictate which grades to not calculate proficiency levels. This option takes assessment names +(5) filename() - which dictates the name of the file produced to be used in the simulation. +(6) TIMSS_SUBJECT()-dictates either math or science for TIMSS. either enter string "math" or "science" +(7) enrollment() -dictates which enrollment to use. original enrollment, validated, or interpolated for the spells +(8) EGRADROP() -drop specific EGRAs, 3rd grade, 4th grade, non-nationally representative. +(9) ifspell() - if option to keep these units. Use regular stata if syntax +(10)ifsim() - if option to keep these units. Use regular stata if syntax +(11)POPULATION_2015() - enter Yes to fix population at 2015 levels. e.g. _simulation_dataset ,population_2015(Yes) /// + +*/ + +*Run simulation with tabulations done by region and growth rates calculated using regional growth +_simulation_dataset, ifspell(if delta_adj_pct > -2 & delta_adj_pct < 4 & year_assessment>2000 & lendingtype!="LNX") /// + ifwindow(if assess_year>=2011) /// + ifsim(if lendingtype!="LNX" ) weight(aw=wgt) preference(1001) /// + specialincludeassess(PIRLS LLECE TIMSS SACMEQ ) specialincludegrade(3 4 5 6) /// + filename(simfile_preference_1001_regional_growth) /// + usefile("${clone}/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a.md") /// + timss(science) enrollment(validated) population_2015(No) /// + groupingsim(region) groupingspells(region) growthdynamics(Yes) /// + percentile(50(10)90) + + +*Run simulation with tabulations done by region and growth rates calculated using growth rates by initial poverty level +_simulation_dataset, ifspell(if delta_adj_pct > -2 & delta_adj_pct < 4 & year_assessment>2000 & lendingtype!="LNX") /// + ifwindow(if assess_year>=2011) /// + ifsim(if lendingtype!="LNX" ) weight(aw=wgt) preference(1001) /// + specialincludeassess( PIRLS LLECE TIMSS SACMEQ ) specialincludegrade(3 4 5 6) /// + filename(simfile_preference_1001_initial_poverty_level_growth) /// + usefile("${clone}/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_initial_poverty_level.md") /// + timss(science) enrollment(validated) population_2015(No) /// + groupingsim(region) groupingspells(initial_poverty_level) growthdynamics(Yes) /// + percentile(50(10)90) + + +*Run simulation with tabulations done by region and growth rates calculated using growth rates by income level +_simulation_dataset, ifspell(if delta_adj_pct > -2 & delta_adj_pct < 4 & year_assessment>2000 & lendingtype!="LNX") /// + ifwindow(if assess_year>=2011) /// + ifsim(if lendingtype!="LNX" ) weight(aw=wgt) preference(1001) /// + specialincludeassess( PIRLS LLECE TIMSS SACMEQ ) specialincludegrade(3 4 5 6) /// + filename(simfile_preference_1001_incomelevel_growth) /// + usefile("${clone}/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_incomelevel.md") /// + timss(science) enrollment(validated) population_2015(No) /// + groupingsim(region) groupingspells(incomelevel) growthdynamics(Yes) /// + percentile(50(10)90) diff --git a/02_simulation/022_program/0231_custom_spells.do b/02_simulation/022_program/0231_custom_spells.do new file mode 100644 index 0000000..24b8557 --- /dev/null +++ b/02_simulation/022_program/0231_custom_spells.do @@ -0,0 +1,283 @@ +qui { + + cd "${clone}\02_simulation\022_program + + loc preference 1005 + loc enrollment validated + loc inputfolder clone + + use "${`inputfolder'}/01_data/013_outputs/rawfull.dta", clear + gen year=year_assessment + *nla_code should be distributed over s rather than being available in each . + + *temporarily rename test to assessment and idgrade to grade, change back after merge. + rename test assessment + rename idgrade grade + + *------------------------------* + * Learning poverty calculation + *------------------------------* + * Adjusts non-proficiency by out-of school + foreach subgroup in all fe ma { + gen adj_nonprof_`subgroup' = 100 * ( 1 - (enrollment_validated_`subgroup'/100) * (1 - nonprof_`subgroup'/100)) + label var adj_nonprof_`subgroup' "Learning Poverty (adjusted non-proficiency, `subgroup')" + } + + + gen adj_pct_reading_low_rawfull= 100-adj_nonprof_all + + merge m:1 countrycode using "${`inputfolder'}/01_data/013_outputs/preference`preference'.dta", keepusing(test idgrade incomelevel lendingtype nonprof_all) + gen adj_pct_reading_low= 100-adj_nonprof_all + *change name in rawlatest of assessment to test_rawlatest, and revert back to test from assessment + + rename adj_pct_reading_low adj_pct_reading_low_rawlatest + rename adj_pct_reading_low_rawfull adj_pct_reading_low + + + gen initial_poverty_level_temp=100-adj_pct_reading_low_rawlatest + cap gen initial_poverty_level="0-25% Learning Poverty" + cap replace initial_poverty_level="25-50% Learning Poverty" if initial_poverty_level_temp>=25 + cap replace initial_poverty_level="50-75% Learning Poverty" if initial_poverty_level_temp>=50 + cap replace initial_poverty_level="75-100% Learning Poverty" if initial_poverty_level_temp>=75 + + + rename test test_rawlatest + rename assessment test + *same for grade + rename idgrade idgrade_rawlatest + rename grade idgrade + + drop if _merge==1 + + gen enrollment=enrollment_validated_all + drop if subject!="science" & test=="TIMSS" & countrycode!="JOR" + + sort countrycode nla_code idgrade test subject + count + + + * Cleaning the data file + keep region regionname countrycode countryname incomelevel incomelevelname lendingtype /// + lendingtypename year_population year_assessment idgrade test source_assessment /// + enrollment /// + adj_pct_reading_low* subject nla_code initial_poverty_level + + * Generating all possible combinations of forward spells: + sort countrycode nla_code idgrade test subject year_assessment + bysort countrycode nla_code idgrade test subject : gen spell_c1 = string(year_assessment[_n-1]) + "-" + string(year_assessment) + bysort countrycode nla_code idgrade test subject : gen spell_c2 = string(year_assessment[_n-2]) + "-" + string(year_assessment) + bysort countrycode nla_code idgrade test subject : gen spell_c3 = string(year_assessment[_n-3]) + "-" + string(year_assessment) + bysort countrycode nla_code idgrade test subject : gen spell_c4 = string(year_assessment[_n-4]) + "-" + string(year_assessment) + + reshape long spell_c, i(countrycode nla_code idgrade test subject year_assessment subject) j(lag) + ren spell_c spell + + *tag if actual spell: + gen spell_exists=(length(spell) == 9 ) + + ********************************************** + * Preparing the data for simulations: + ********************************************** + * The data should be restructured for unique identifiers: + sort countrycode nla_code idgrade test subject year_assessment spell lag + + * Rules for cleaning the spell data: + * Bringing in the list of countries and spells for which the data is not comparable: + + merge m:1 countrycode idgrade test year_assessment spell using "${clone}\02_simulation\021_rawdata\comparability_TIMSS_PIRLS_yr.dta", assert(master match using) keep(master match) keepusing(comparable) nogen + drop if comparable == 0 + + * Generating preferred consecutive spells: + sort countrycode nla_code idgrade test subject year_assessment + bysort countrycode nla_code idgrade test subject : egen lag_min = min(lag) + * Keeping the comparable consecutive spells + keep if lag == lag_min + + * All comparable spells for TIMSS/PIRLS + assert comparable == 1 if !missing(comparable) + + * Annual change in enrollment, adjusted proficiency and proficiency + sort countrycode nla_code idgrade test subject year_assessment + bysort countrycode nla_code idgrade test subject : gen delta_adj_pct = (adj_pct_reading_low-adj_pct_reading_low[_n-1])/(year_assessment-year_assessment[_n-1]) + bysort countrycode nla_code idgrade test subject : gen initial_adj_pct = adj_pct_reading_low[_n-1] + bysort countrycode nla_code idgrade test subject : gen final_adj_pct = adj_pct_reading_low + + + * Drop observatoins specified by [if] [in]. + if `"`ifspell'"'!="" { + di `"`ifspell'"' + keep `ifspell' + } + + /* weights */ + + if ("`weight'" == "") { + cap tempname wtg + cap gen `wtg' = 1 + local weight2 "" + loc weight "fw" + loc exp "=`wtg'" + } + + * Generating deltas in terms of reduction of gap to the frontier + gen gap_to_frontier = 100-adj_pct_reading_low + bysort countrycode nla_code idgrade test subject : gen red_gap_frontier = -1*(gap_to_frontier-gap_to_frontier[_n-1])/(year_assessment-year_assessment[_n-1]) + bysort countrycode nla_code idgrade test subject : gen pct_red_gap = (red_gap_frontier/gap_to_frontier[_n-1]) + gen pct_red_gap_100 = pct_red_gap*100 + + + *Following threshold IIB specification as the baseline file to be used will be threshold IIB. + *Not using spell data for SACMEQ 2007 - SACMEQ 2013: + *replace delta_adj_pct = . if test == "SACMEQ" & year == 2013 + *replace pct_red_gap_100 = . if test == "SACMEQ" & year == 2013 + + * Generating categories of countries + gen catinitial = . + foreach var in 25 50 75 100 { + replace catinitial= `var' if initial_adj_pct <= `var' & catinitial== . + } + + gen initial_learning_poverty = 100-initial_adj_pct + + + **************************************************************** + * Identify only selected spells (n=71) + + keep if test != "no assessment" & test != "EGRA" & delta_adj_pct != . & delta_adj_pct > -2 & delta_adj_pct < 4 & test != "PASEC" & year_assessment>2000 & lendingtype!="LNX" & test!="NLA" + bysort countrycode : gen tot = _N + gen wtg = 1/tot + **************************************************************** + * Results by Assessment + * Original + tabstat delta_adj_pct if test != "no assessment" & test != "EGRA" , by(test) stat(mean median min max N) + + + *********************************************' + + + *Calculating regional 90th, 8th and 70th percentiles with weights + gen delta_reg_50 = . + gen delta_reg_60 = . + gen delta_reg_70 = . + gen delta_reg_80 = . + gen delta_reg_90 = . + + gen delta_reg_w_50 = . + gen delta_reg_w_60 = . + gen delta_reg_w_70 = . + gen delta_reg_w_80 = . + gen delta_reg_w_85 = . + gen delta_reg_w_90 = . + + gen delta_reg_50_noSQ = . + gen delta_reg_60_noSQ = . + gen delta_reg_70_noSQ = . + gen delta_reg_80_noSQ = . + gen delta_reg_90_noSQ = . + + gen delta_reg_w_50_noSQ = . + gen delta_reg_w_60_noSQ = . + gen delta_reg_w_70_noSQ = . + gen delta_reg_w_80_noSQ = . + gen delta_reg_w_85_noSQ = . + gen delta_reg_w_90_noSQ = . + + gen threshold="III" + levelsof threshold, local(tr) + + foreach t of local tr { + + levelsof region, local(reg) + foreach r of local reg { + + count if !missing(delta_adj_pct ) & threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + local count=`r(N)' + + *Only make change to regional if we have at least 3 regional spells + + /* no weights */ + _pctile delta_adj_pct if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & delta_adj_pct > -2 & delta_adj_pct < 4 & year_assessment>2000 & lendingtype!="LNX", /// + percentiles(50(10)90) + + replace delta_reg_50 = r(r1) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + replace delta_reg_60 = r(r2) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + replace delta_reg_70 = r(r3) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + replace delta_reg_80 = r(r4) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + replace delta_reg_90 = r(r5) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + + /* with weights */ + _pctile delta_adj_pct [aw = wtg] if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & delta_adj_pct > -2 & delta_adj_pct < 4 & lendingtype!="LNX" , /// + percentiles(50(10)90) + + replace delta_reg_w_50 = r(r1) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + replace delta_reg_w_60 = r(r2) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + replace delta_reg_w_70 = r(r3) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + replace delta_reg_w_80 = r(r4) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + replace delta_reg_w_90 = r(r5) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + + /* no weights + NO SAQMEC */ + _pctile delta_adj_pct if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & delta_adj_pct > -2 & delta_adj_pct < 4 & lendingtype!="LNX"& test != "SACMEQ", /// + percentiles(50(10)90) + + replace delta_reg_50_noSQ = r(r1) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + replace delta_reg_60_noSQ = r(r2) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + replace delta_reg_70_noSQ = r(r3) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + replace delta_reg_80_noSQ = r(r4) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + replace delta_reg_90_noSQ = r(r5) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + + /* with weights + NO SAQMEC*/ + _pctile delta_adj_pct [aw = wtg] if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & delta_adj_pct > -2 & delta_adj_pct < 4 & lendingtype!="LNX"& test != "SACMEQ", /// + percentiles(50(10)90) + + replace delta_reg_w_50_noSQ = r(r1) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + replace delta_reg_w_60_noSQ = r(r2) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + replace delta_reg_w_70_noSQ = r(r3) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + replace delta_reg_w_80_noSQ = r(r4) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + replace delta_reg_w_90_noSQ = r(r5) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + + } + + } + + + ** with SACMEQ (no PASEC) + tabstat delta_adj_pct delta_reg_50 delta_reg_60 delta_reg_70 delta_reg_80 delta_reg_90 if test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX", by( region ) + + tabstat delta_adj_pct delta_reg_50_noSQ delta_reg_60_noSQ delta_reg_70_noSQ delta_reg_80_noSQ delta_reg_90_noSQ if test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ", by( region ) stat(mean) + + + ** No SAQMEC (no PASEC) + tabstat delta_adj_pct delta_reg_w_50 delta_reg_w_60 delta_reg_w_70 delta_reg_w_80 delta_reg_w_90 if test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX", by( region ) + + tabstat delta_adj_pct delta_reg_w_50_noSQ delta_reg_w_60_noSQ delta_reg_w_70_noSQ delta_reg_w_80_noSQ delta_reg_w_90_noSQ if test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ", by( region ) stat(mean) + +} diff --git a/02_simulation/022_program/0231_custom_spells_bootstrap.do b/02_simulation/022_program/0231_custom_spells_bootstrap.do new file mode 100644 index 0000000..b5acb30 --- /dev/null +++ b/02_simulation/022_program/0231_custom_spells_bootstrap.do @@ -0,0 +1,317 @@ +qui { + + cd "${clone}\02_simulation\022_program + + loc preference 1005 + loc enrollment validated + loc inputfolder clone + loc repetitions 100 + + + forval i=1/`repetitions' { + + use "${`inputfolder'}/01_data/013_outputs/rawfull.dta", clear + gen year=year_assessment + *nla_code should be distributed over s rather than being available in each . + + *temporarily rename test to assessment and idgrade to grade, change back after merge. + rename test assessment + rename idgrade grade + + *------------------------------* + * Learning poverty calculation + *------------------------------* + * Adjusts non-proficiency by out-of school + foreach subgroup in all fe ma { + gen adj_nonprof_`subgroup' = 100 * ( 1 - (enrollment_validated_`subgroup'/100) * (1 - nonprof_`subgroup'/100)) + label var adj_nonprof_`subgroup' "Learning Poverty (adjusted non-proficiency, `subgroup')" + } + + + gen adj_pct_reading_low_rawfull= 100-adj_nonprof_all + + merge m:1 countrycode using "${`inputfolder'}/01_data/013_outputs/preference`preference'.dta", keepusing(test idgrade incomelevel lendingtype nonprof_all) + gen adj_pct_reading_low= 100-adj_nonprof_all + *change name in rawlatest of assessment to test_rawlatest, and revert back to test from assessment + + rename adj_pct_reading_low adj_pct_reading_low_rawlatest + rename adj_pct_reading_low_rawfull adj_pct_reading_low + + + gen initial_poverty_level_temp=100-adj_pct_reading_low_rawlatest + cap gen initial_poverty_level="0-25% Learning Poverty" + cap replace initial_poverty_level="25-50% Learning Poverty" if initial_poverty_level_temp>=25 + cap replace initial_poverty_level="50-75% Learning Poverty" if initial_poverty_level_temp>=50 + cap replace initial_poverty_level="75-100% Learning Poverty" if initial_poverty_level_temp>=75 + + + rename test test_rawlatest + rename assessment test + *same for grade + rename idgrade idgrade_rawlatest + rename grade idgrade + + drop if _merge==1 + + gen enrollment=enrollment_validated_all + drop if subject!="science" & test=="TIMSS" & countrycode!="JOR" + + sort countrycode nla_code idgrade test subject + count + + + *Cleaning the data file + keep region regionname countrycode countryname incomelevel incomelevelname lendingtype /// + lendingtypename year_population year_assessment idgrade test source_assessment /// + enrollment /// + adj_pct_reading_low* nonprof_all se_nonprof_all subject nla_code initial_poverty_level + + *Generating all possible combinations of forward spells: + sort countrycode nla_code idgrade test subject year_assessment + bysort countrycode nla_code idgrade test subject : gen spell_c1 = string(year_assessment[_n-1]) + "-" + string(year_assessment) + bysort countrycode nla_code idgrade test subject : gen spell_c2 = string(year_assessment[_n-2]) + "-" + string(year_assessment) + bysort countrycode nla_code idgrade test subject : gen spell_c3 = string(year_assessment[_n-3]) + "-" + string(year_assessment) + bysort countrycode nla_code idgrade test subject : gen spell_c4 = string(year_assessment[_n-4]) + "-" + string(year_assessment) + + reshape long spell_c, i(countrycode nla_code idgrade test subject year_assessment subject) j(lag) + ren spell_c spell + + *tag if actual spell: + gen spell_exists=(length(spell) == 9 ) + + ********************************************** + * Preparing the data for simulations: + ********************************************** + *The data should be restructured for unique identifiers: + sort countrycode nla_code idgrade test subject year_assessment spell lag + + * Rules for cleaning the spell data: + * Bringing in the list of countries and spells for which the data is not comparable: + + merge m:1 countrycode idgrade test year_assessment spell using "${clone}\02_simulation\021_rawdata\comparability_TIMSS_PIRLS_yr.dta", assert(master match using) keep(master match) keepusing(comparable) nogen + drop if comparable == 0 + + * Generating preferred consecutive spells: + sort countrycode nla_code idgrade test subject year_assessment + bysort countrycode nla_code idgrade test subject : egen lag_min = min(lag) + * Keeping the comparable consecutive spells + keep if lag == lag_min + + * All comparable spells for TIMSS/PIRLS + assert comparable == 1 if !missing(comparable) + + + + *************************************** + * Start Bootstrap code + *************************************** + + * Assign median std error if not available + su se_nonprof_all, de + replace se_nonprof_all=`r(p50)' if missing(se_nonprof_all) + + + * Form new adjprof based on random draw in boostrap sim + + gen adj_prof_bs= (enrollment/100) * (100- rnormal(nonprof_all, se_nonprof_all)) + + + * Annual change in enrollment, adjusted proficiency and proficiency + sort countrycode nla_code idgrade test subject year_assessment + bysort countrycode nla_code idgrade test subject : gen delta_adj_pct = (adj_prof_bs-adj_prof_bs[_n-1])/(year_assessment-year_assessment[_n-1]) + bysort countrycode nla_code idgrade test subject : gen initial_adj_pct = adj_pct_reading_low[_n-1] + bysort countrycode nla_code idgrade test subject : gen final_adj_pct = adj_pct_reading_low + + + * Drop observatoins specified by [if] [in]. + if `"`ifspell'"'!="" { + di `"`ifspell'"' + keep `ifspell' + } + + /* weights */ + + if ("`weight'" == "") { + cap tempname wtg + cap gen `wtg' = 1 + local weight2 "" + loc weight "fw" + loc exp "=`wtg'" + } + + * Generating deltas in terms of reduction of gap to the frontier + gen gap_to_frontier = 100-adj_pct_reading_low + bysort countrycode nla_code idgrade test subject : gen red_gap_frontier = -1*(gap_to_frontier-gap_to_frontier[_n-1])/(year_assessment-year_assessment[_n-1]) + bysort countrycode nla_code idgrade test subject : gen pct_red_gap = (red_gap_frontier/gap_to_frontier[_n-1]) + gen pct_red_gap_100 = pct_red_gap*100 + + + *Following threshold IIB specification as the baseline file to be used will be threshold IIB. + *Not using spell data for SACMEQ 2007 - SACMEQ 2013: + *replace delta_adj_pct = . if test == "SACMEQ" & year == 2013 + *replace pct_red_gap_100 = . if test == "SACMEQ" & year == 2013 + + *Generating categories of countries + gen catinitial = . + foreach var in 25 50 75 100 { + replace catinitial= `var' if initial_adj_pct <= `var' & catinitial== . + } + + gen initial_learning_poverty = 100-initial_adj_pct + + + **************************************************************** + * Identify only selected spells (n=71) + + keep if test != "no assessment" & test != "EGRA" & delta_adj_pct != . & delta_adj_pct > -2 & delta_adj_pct < 4 & test != "PASEC" & year_assessment>2000 & lendingtype!="LNX" & test!="NLA" + bysort countrycode : gen tot = _N + gen wtg = 1/tot + **************************************************************** + * Results by Assessment + * Original + tabstat delta_adj_pct if test != "no assessment" & test != "EGRA" , by(test) stat(mean median min max N) + + + *********************************************' + + + *Calculating regional 90th, 8th and 70th percentiles with weights + gen delta_reg_50 = . + gen delta_reg_60 = . + gen delta_reg_70 = . + gen delta_reg_80 = . + gen delta_reg_90 = . + + gen delta_reg_w_50 = . + gen delta_reg_w_60 = . + gen delta_reg_w_70 = . + gen delta_reg_w_80 = . + gen delta_reg_w_85 = . + gen delta_reg_w_90 = . + + gen delta_reg_50_noSQ = . + gen delta_reg_60_noSQ = . + gen delta_reg_70_noSQ = . + gen delta_reg_80_noSQ = . + gen delta_reg_90_noSQ = . + + gen delta_reg_w_50_noSQ = . + gen delta_reg_w_60_noSQ = . + gen delta_reg_w_70_noSQ = . + gen delta_reg_w_80_noSQ = . + gen delta_reg_w_85_noSQ = . + gen delta_reg_w_90_noSQ = . + + gen threshold="III" + levelsof threshold, local(tr) + + foreach t of local tr { + + levelsof region, local(reg) + foreach r of local reg { + + count if !missing(delta_adj_pct ) & threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + local count=`r(N)' + + *Only make change to regional if we have at least 3 regional spells + + /* no weights */ + _pctile delta_adj_pct if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & delta_adj_pct > -2 & delta_adj_pct < 4 & year_assessment>2000 & lendingtype!="LNX", /// + percentiles(50(10)90) + + replace delta_reg_50 = r(r1) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + replace delta_reg_60 = r(r2) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + replace delta_reg_70 = r(r3) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + replace delta_reg_80 = r(r4) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + replace delta_reg_90 = r(r5) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + + /* with weights */ + _pctile delta_adj_pct [aw = wtg] if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & delta_adj_pct > -2 & delta_adj_pct < 4 & lendingtype!="LNX" , /// + percentiles(50(10)90) + + replace delta_reg_w_50 = r(r1) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + replace delta_reg_w_60 = r(r2) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + replace delta_reg_w_70 = r(r3) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + replace delta_reg_w_80 = r(r4) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + replace delta_reg_w_90 = r(r5) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX" + + + /* no weights + NO SAQMEC */ + _pctile delta_adj_pct if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & delta_adj_pct > -2 & delta_adj_pct < 4 & lendingtype!="LNX"& test != "SACMEQ", /// + percentiles(50(10)90) + + replace delta_reg_50_noSQ = r(r1) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + replace delta_reg_60_noSQ = r(r2) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + replace delta_reg_70_noSQ = r(r3) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + replace delta_reg_80_noSQ = r(r4) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + replace delta_reg_90_noSQ = r(r5) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + + /* with weights + NO SAQMEC*/ + _pctile delta_adj_pct [aw = wtg] if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & delta_adj_pct > -2 & delta_adj_pct < 4 & lendingtype!="LNX"& test != "SACMEQ", /// + percentiles(50(10)90) + + replace delta_reg_w_50_noSQ = r(r1) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + replace delta_reg_w_60_noSQ = r(r2) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + replace delta_reg_w_70_noSQ = r(r3) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + replace delta_reg_w_80_noSQ = r(r4) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + replace delta_reg_w_90_noSQ = r(r5) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX"& test != "SACMEQ" + + } + + } + + + ** No SAQMEC (no PASEC) + tempfile temp2 + preserve + collapse delta_adj_pct delta_reg_w_50 delta_reg_w_60 delta_reg_w_70 delta_reg_w_80 delta_reg_w_90 if test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX", + gen region="Overall" + save `temp2' + restore + + collapse delta_adj_pct delta_reg_w_50 delta_reg_w_60 delta_reg_w_70 delta_reg_w_80 delta_reg_w_90 if test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & lendingtype!="LNX", by( region ) + + append using `temp2' + + gen rep=`i' + tempfile temp`i' + save "`temp`i''" + + } + + clear + forval i=1/`repetitions' { + append using `temp`i'' + } + + collapse (sd) delta_adj_pct delta_reg_w_50 delta_reg_w_60 delta_reg_w_70 delta_reg_w_80 delta_reg_w_90, by(region) + save "${clone}\02_simulation\023_outputs\md_std_errors.dta, replace + +} diff --git a/02_simulation/022_program/0231_custom_spells_no_ISR.do b/02_simulation/022_program/0231_custom_spells_no_ISR.do new file mode 100644 index 0000000..f4685b8 --- /dev/null +++ b/02_simulation/022_program/0231_custom_spells_no_ISR.do @@ -0,0 +1,283 @@ +qui { + + cd "${clone}\02_simulation\022_program + + loc preference 1005 + loc enrollment validated + loc inputfolder clone + + use "${`inputfolder'}/01_data/013_outputs/rawfull.dta", clear + gen year=year_assessment + *nla_code should be distributed over s rather than being available in each . + + *temporarily rename test to assessment and idgrade to grade, change back after merge. + rename test assessment + rename idgrade grade + + *------------------------------* + * Learning poverty calculation + *------------------------------* + * Adjusts non-proficiency by out-of school + foreach subgroup in all fe ma { + gen adj_nonprof_`subgroup' = 100 * ( 1 - (enrollment_validated_`subgroup'/100) * (1 - nonprof_`subgroup'/100)) + label var adj_nonprof_`subgroup' "Learning Poverty (adjusted non-proficiency, `subgroup')" + } + + + gen adj_pct_reading_low_rawfull= 100-adj_nonprof_all + + merge m:1 countrycode using "${`inputfolder'}/01_data/013_outputs/preference`preference'.dta", keepusing(test idgrade incomelevel lendingtype nonprof_all) + gen adj_pct_reading_low= 100-adj_nonprof_all + *change name in rawlatest of assessment to test_rawlatest, and revert back to test from assessment + + rename adj_pct_reading_low adj_pct_reading_low_rawlatest + rename adj_pct_reading_low_rawfull adj_pct_reading_low + + + gen initial_poverty_level_temp=100-adj_pct_reading_low_rawlatest + cap gen initial_poverty_level="0-25% Learning Poverty" + cap replace initial_poverty_level="25-50% Learning Poverty" if initial_poverty_level_temp>=25 + cap replace initial_poverty_level="50-75% Learning Poverty" if initial_poverty_level_temp>=50 + cap replace initial_poverty_level="75-100% Learning Poverty" if initial_poverty_level_temp>=75 + + + rename test test_rawlatest + rename assessment test + *same for grade + rename idgrade idgrade_rawlatest + rename grade idgrade + + drop if _merge==1 + + gen enrollment=enrollment_validated_all + drop if subject!="science" & test=="TIMSS" & countrycode!="JOR" + + sort countrycode nla_code idgrade test subject + count + + + * Cleaning the data file + keep region regionname countrycode countryname incomelevel incomelevelname lendingtype /// + lendingtypename year_population year_assessment idgrade test source_assessment /// + enrollment /// + adj_pct_reading_low* subject nla_code initial_poverty_level + + * Generating all possible combinations of forward spells: + sort countrycode nla_code idgrade test subject year_assessment + bysort countrycode nla_code idgrade test subject : gen spell_c1 = string(year_assessment[_n-1]) + "-" + string(year_assessment) + bysort countrycode nla_code idgrade test subject : gen spell_c2 = string(year_assessment[_n-2]) + "-" + string(year_assessment) + bysort countrycode nla_code idgrade test subject : gen spell_c3 = string(year_assessment[_n-3]) + "-" + string(year_assessment) + bysort countrycode nla_code idgrade test subject : gen spell_c4 = string(year_assessment[_n-4]) + "-" + string(year_assessment) + + reshape long spell_c, i(countrycode nla_code idgrade test subject year_assessment subject) j(lag) + ren spell_c spell + + *tag if actual spell: + gen spell_exists=(length(spell) == 9 ) + + ********************************************** + * Preparing the data for simulations: + ********************************************** + * The data should be restructured for unique identifiers: + sort countrycode nla_code idgrade test subject year_assessment spell lag + + * Rules for cleaning the spell data: + * Bringing in the list of countries and spells for which the data is not comparable: + + merge m:1 countrycode idgrade test year_assessment spell using "${clone}\02_simulation\021_rawdata\comparability_TIMSS_PIRLS_yr.dta", assert(master match using) keep(master match) keepusing(comparable) nogen + drop if comparable == 0 + + * Generating preferred consecutive spells: + sort countrycode nla_code idgrade test subject year_assessment + bysort countrycode nla_code idgrade test subject : egen lag_min = min(lag) + * Keeping the comparable consecutive spells + keep if lag == lag_min + + * All comparable spells for TIMSS/PIRLS + assert comparable == 1 if !missing(comparable) + + * Annual change in enrollment, adjusted proficiency and proficiency + sort countrycode nla_code idgrade test subject year_assessment + bysort countrycode nla_code idgrade test subject : gen delta_adj_pct = (adj_pct_reading_low-adj_pct_reading_low[_n-1])/(year_assessment-year_assessment[_n-1]) + bysort countrycode nla_code idgrade test subject : gen initial_adj_pct = adj_pct_reading_low[_n-1] + bysort countrycode nla_code idgrade test subject : gen final_adj_pct = adj_pct_reading_low + + + * Drop observations specified by [if] [in]. + if `"`ifspell'"'!="" { + di `"`ifspell'"' + keep `ifspell' + } + + /* weights */ + + if ("`weight'" == "") { + cap tempname wtg + cap gen `wtg' = 1 + local weight2 "" + loc weight "fw" + loc exp "=`wtg'" + } + + * Generating deltas in terms of reduction of gap to the frontier + gen gap_to_frontier = 100-adj_pct_reading_low + bysort countrycode nla_code idgrade test subject : gen red_gap_frontier = -1*(gap_to_frontier-gap_to_frontier[_n-1])/(year_assessment-year_assessment[_n-1]) + bysort countrycode nla_code idgrade test subject : gen pct_red_gap = (red_gap_frontier/gap_to_frontier[_n-1]) + gen pct_red_gap_100 = pct_red_gap*100 + + + *Following threshold IIB specification as the baseline file to be used will be threshold IIB. + *Not using spell data for SACMEQ 2007 - SACMEQ 2013: + *replace delta_adj_pct = . if test == "SACMEQ" & year == 2013 + *replace pct_red_gap_100 = . if test == "SACMEQ" & year == 2013 + + * Generating categories of countries + gen catinitial = . + foreach var in 25 50 75 100 { + replace catinitial= `var' if initial_adj_pct <= `var' & catinitial== . + } + + gen initial_learning_poverty = 100-initial_adj_pct + + + **************************************************************** + * Identify only selected spells (n=71) + + keep if test != "no assessment" & test != "EGRA" & delta_adj_pct != . & delta_adj_pct > -2 & delta_adj_pct < 4 & test != "PASEC" & year_assessment>2000 & countrycode!="ISR" + bysort countrycode : gen tot = _N + gen wtg = 1/tot + **************************************************************** + * Results by Assessment + * Original + tabstat delta_adj_pct if test != "no assessment" & test != "EGRA" , by(test) stat(mean median min max N) + + +*********************************************' + + + *Calculating regional 90th, 8th and 70th percentiles with weights + gen delta_reg_50 = . + gen delta_reg_60 = . + gen delta_reg_70 = . + gen delta_reg_80 = . + gen delta_reg_90 = . + + gen delta_reg_w_50 = . + gen delta_reg_w_60 = . + gen delta_reg_w_70 = . + gen delta_reg_w_80 = . + gen delta_reg_w_85 = . + gen delta_reg_w_90 = . + + gen delta_reg_50_noSQ = . + gen delta_reg_60_noSQ = . + gen delta_reg_70_noSQ = . + gen delta_reg_80_noSQ = . + gen delta_reg_90_noSQ = . + + gen delta_reg_w_50_noSQ = . + gen delta_reg_w_60_noSQ = . + gen delta_reg_w_70_noSQ = . + gen delta_reg_w_80_noSQ = . + gen delta_reg_w_85_noSQ = . + gen delta_reg_w_90_noSQ = . + + gen threshold="III" + levelsof threshold, local(tr) + + foreach t of local tr { + + levelsof region, local(reg) + foreach r of local reg { + + count if !missing(delta_adj_pct ) & threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR" + local count=`r(N)' + + *Only make change to regional if we have at least 3 regional spells + + /* no weights */ + _pctile delta_adj_pct if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & delta_adj_pct > -2 & delta_adj_pct < 4 & year_assessment>2000 & countrycode!="ISR", /// + percentiles(50(10)90) + + replace delta_reg_50 = r(r1) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR" + replace delta_reg_60 = r(r2) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR" + replace delta_reg_70 = r(r3) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR" + replace delta_reg_80 = r(r4) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR" + replace delta_reg_90 = r(r5) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR" + + /* with weights */ + _pctile delta_adj_pct [aw = wtg] if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & delta_adj_pct > -2 & delta_adj_pct < 4 & countrycode!="ISR" , /// + percentiles(50(10)90) + + replace delta_reg_w_50 = r(r1) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR" + replace delta_reg_w_60 = r(r2) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR" + replace delta_reg_w_70 = r(r3) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR" + replace delta_reg_w_80 = r(r4) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR" + replace delta_reg_w_90 = r(r5) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR" + + /* no weights + NO SAQMEC */ + _pctile delta_adj_pct if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & delta_adj_pct > -2 & delta_adj_pct < 4 & countrycode!="ISR"& test != "SACMEQ", /// + percentiles(50(10)90) + + replace delta_reg_50_noSQ = r(r1) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR"& test != "SACMEQ" + replace delta_reg_60_noSQ = r(r2) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR"& test != "SACMEQ" + replace delta_reg_70_noSQ = r(r3) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR"& test != "SACMEQ" + replace delta_reg_80_noSQ = r(r4) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR"& test != "SACMEQ" + replace delta_reg_90_noSQ = r(r5) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR"& test != "SACMEQ" + + /* with weights + NO SAQMEC*/ + _pctile delta_adj_pct [aw = wtg] if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & delta_adj_pct > -2 & delta_adj_pct < 4 & countrycode!="ISR"& test != "SACMEQ", /// + percentiles(50(10)90) + + replace delta_reg_w_50_noSQ = r(r1) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR"& test != "SACMEQ" + replace delta_reg_w_60_noSQ = r(r2) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR"& test != "SACMEQ" + replace delta_reg_w_70_noSQ = r(r3) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR"& test != "SACMEQ" + replace delta_reg_w_80_noSQ = r(r4) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR"& test != "SACMEQ" + replace delta_reg_w_90_noSQ = r(r5) if threshold == "`t'" & region == "`r'" & test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR"& test != "SACMEQ" + + } + + } + + + ** with SACMEQ (no PASEC) + tabstat delta_adj_pct delta_reg_50 delta_reg_60 delta_reg_70 delta_reg_80 delta_reg_90 if test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR", by( region ) + + tabstat delta_adj_pct delta_reg_50_noSQ delta_reg_60_noSQ delta_reg_70_noSQ delta_reg_80_noSQ delta_reg_90_noSQ if test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR"& test != "SACMEQ", by( region ) stat(mean) + + + ** No SAQMEC (no PASEC) + tabstat delta_adj_pct delta_reg_w_50 delta_reg_w_60 delta_reg_w_70 delta_reg_w_80 delta_reg_w_90 if test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR", by( region ) stat(mean N) + + tabstat delta_adj_pct delta_reg_w_50_noSQ delta_reg_w_60_noSQ delta_reg_w_70_noSQ delta_reg_w_80_noSQ delta_reg_w_90_noSQ if test != "EGRA" /// + & test != "PASEC" & test != "no assessment" & year_assessment>2000 & countrycode!="ISR"& test != "SACMEQ", by( region ) stat(mean) + +} diff --git a/02_simulation/022_program/_simulation_dataset.ado b/02_simulation/022_program/_simulation_dataset.ado new file mode 100644 index 0000000..563856e --- /dev/null +++ b/02_simulation/022_program/_simulation_dataset.ado @@ -0,0 +1,1061 @@ +* v.0.4 JPAzevedo +** option SAVECTRYFILE created +* v.0.3.1 BStacy +** time region collumn prior to merge +* v.0.3 JPAzevedo +** create INPUTFOLDER Option default value CLONE +** add 25 as a CATINITIAL +* v.0.2 JPAzevedo +** add NOSIMULATION OPTION +** remove drop year_population from code (drop year_population is now a condition +** option all year_populations + + +/*Execute an ado file to produce the dataset for the simulations. The configuration for the ado file matches closesly +the configuration for the _preferred_list ado used to produce the raw latest. This is intentional as +1)Develops database for preferred list +The user must specify a number of options. +(1) preference() - which dictates which preference to use for the adjusted proficiency levels. Current options are 0,1,2,...,926. +(3) dropassess() - which dictate which assessments to not calculate proficiency levels. This option takes assessment names +(4) dropgrade() - which dictate which grades to not calculate proficiency levels. This option takes assessment names +(5) filename() - which dictates the name of the file produced to be used in the simulation. +(6) TIMSS_SUBJECT()-dictates either math or science for TIMSS. either enter string "math" or "science" +(7) enrollment() -dictates which enrollment to use. original enrollment, validated, or interpolated enrollment for the spells +(8) EGRADROP() -drop specific EGRAs, 3rd grade, 4th grade, non-nationally representative. +As an example: _simulation_dataset, preference(926) dropassess(SACMEQ) dropgrade(3) filename(simulation_926) timss(science) enrollment(validated) +Specifies that Bangladesh, China, India, and Pakistan use National Learning Assessments. Preference 926 is applied for all assessments. +*/ + + + +cap program drop _simulation_dataset +program define _simulation_dataset, rclass + version 15 + syntax [varlist] [, /// + IFSPELL(string) /// + IFSIM(string) /// + IFWINDOW(string) /// + WEIGHT(string) /// + PREFERENCE(string) /// + SPECIALINCLUDEASSESS(string) /// + SPECIALINCLUDEGRADE(string) /// + DROPGRADE(string) /// + FILENAME(string) /// + USEFILE(string) /// + TIMSS(string) /// + ENROLLMENT(string) /// + EGRADROP(string) /// + QUIET /// + PERCENTILE(string) /// + NOSIMULATION /// + ALLyear_populationS /// + POPULATION_2015(string) /// + INPUTFOLDER(string) /// + SAVECTRYFILE(string) /// + GROUPINGSPELLS(string) /// + GROUPINGSIM(string) /// + GROWTHDYNAMICS(string) /// + ] + + if ("`inputfolder'" == "") { + loc inputfolder clone + } + + if "`QUIET'" == "" { + loc qui "noi " + } + + if "`percentile'" == "" { + loc percentile "50(10)90" + } + + noi di + noi di in r "ATTENTION: " in y "_simulation_dataset" in g " is pulling the data from " in y "`inputfolder'" + noi di + + qui { + + di "preference: `preference'" + clear + import delimited "${clone}\02_simulation\021_rawdata\comparability_TIMSS_PIRLS.csv", + *Correcting idgrade for ZAF "2006-11" + replace idgrade = 5 if countrycode == "ZAF" & test == "PIRLS" & spell == "2006-2011" + gen year_assessment_i = substr(spell,1,4) + destring year_assessment_i, replace + gen year_assessment = substr(spell,6,4) + destring year_assessment, replace + + save "${clone}\02_simulation\021_rawdata\comparability_TIMSS_PIRLS_yr.dta", replace + + + use "${`inputfolder'}/01_data/013_outputs/rawfull.dta", clear + gen year=year_assessment + *nla_code should be distributed over s rather than being available in each . + + *temporarily rename test to assessment and idgrade to grade, change back after merge. + rename test assessment + rename idgrade grade + + *------------------------------* + * Learning poverty calculation + *------------------------------* + * Adjusts non-proficiency by out-of school + foreach subgroup in all fe ma { + gen adj_nonprof_`subgroup' = 100 * ( 1 - (enrollment_validated_`subgroup'/100) * (1 - nonprof_`subgroup'/100)) + label var adj_nonprof_`subgroup' "Learning Poverty (adjusted non-proficiency, `subgroup')" + } + + + gen adj_pct_reading_low_rawfull= 100-adj_nonprof_all + + merge m:1 countrycode using "${`inputfolder'}/01_data/013_outputs/preference`preference'.dta", keepusing(test idgrade incomelevel lendingtype nonprof_all) + gen adj_pct_reading_low= 100-adj_nonprof_all + *change name in rawlatest of assessment to test_rawlatest, and revert back to test from assessment + + rename adj_pct_reading_low adj_pct_reading_low_rawlatest + rename adj_pct_reading_low_rawfull adj_pct_reading_low + + + gen initial_poverty_level_temp=100-adj_pct_reading_low_rawlatest + cap gen initial_poverty_level="0-25% Learning Poverty" + cap replace initial_poverty_level="25-50% Learning Poverty" if initial_poverty_level_temp>=25 + cap replace initial_poverty_level="50-75% Learning Poverty" if initial_poverty_level_temp>=50 + cap replace initial_poverty_level="75-100% Learning Poverty" if initial_poverty_level_temp>=75 + + + + + rename test test_rawlatest + rename assessment test + *same for grade + rename idgrade idgrade_rawlatest + rename grade idgrade + + drop if _merge==1 + + gen enrollment=enrollment_validated_all + drop if subject!="`timss'" & test=="TIMSS" & countrycode!="JOR" + + + *Keep assessments listed in specialincludeassess option + levelsof test, local(list_alltest) + foreach tst in `list_alltest' { + if strmatch("`specialincludeassess'", "*`tst'*")==0 { + drop if test=="`tst'" + di "`tst'" + } + } + + *Keep grades listed in specialincludegrades option + levelsof idgrade, local(list_grd) + foreach grd in `list_grd' { + if strmatch("`specialincludegrade'", "*`grd'*")==0 { + drop if idgrade==`grd' & idgrade!=idgrade_rawlatest + di "`grd'" + } + } + + sort countrycode nla_code idgrade test subject + count + + + *Cleaning the data file + keep region regionname countrycode countryname incomelevel incomelevelname lendingtype /// + lendingtypename year_population year_assessment idgrade test source_assessment /// + enrollment /// + adj_pct_reading_low* subject nla_code initial_poverty_level + + *Generating all possible combinations of forward spells: + sort countrycode nla_code idgrade test subject year_assessment + bysort countrycode nla_code idgrade test subject : gen spell_c1 = string(year_assessment[_n-1]) + "-" + string(year_assessment) + + bysort countrycode nla_code idgrade test subject : gen spell_c2 = string(year_assessment[_n-2]) + "-" + string(year_assessment) + bysort countrycode nla_code idgrade test subject : gen spell_c3 = string(year_assessment[_n-3]) + "-" + string(year_assessment) + bysort countrycode nla_code idgrade test subject : gen spell_c4 = string(year_assessment[_n-4]) + "-" + string(year_assessment) + + reshape long spell_c, i(countrycode nla_code idgrade test subject year_assessment subject) j(lag) + ren spell_c spell + + *tag if actual spell: + gen spell_exists=(length(spell) == 9 ) + + ********************************************** + *Preparing the data for simulations: + ********************************************** + *The data should be restructured for unique identifiers: + sort countrycode nla_code idgrade test subject year_assessment spell lag + + *Rules for cleaning the spell data: + *Bringing in the list of countries and spells for which the data is not comparable: + + merge m:1 countrycode idgrade test year_assessment spell using "${clone}\02_simulation\021_rawdata\comparability_TIMSS_PIRLS_yr.dta", assert(master match using) keep(master match) keepusing(comparable) nogen + drop if comparable == 0 + + *Generating preferred consecutive spells: + sort countrycode nla_code idgrade test subject year_assessment + bysort countrycode nla_code idgrade test subject : egen lag_min = min(lag) + *Keeping the comparable consecutive spells + keep if lag == lag_min + + *All comparable spells for TIMSS/PIRLS + assert comparable == 1 if !missing(comparable) + + *Annual change in enrollment, adjusted proficiency and proficiency + sort countrycode nla_code idgrade test subject year_assessment + bysort countrycode nla_code idgrade test subject : gen delta_adj_pct = (adj_pct_reading_low-adj_pct_reading_low[_n-1])/(year_assessment-year_assessment[_n-1]) + bysort countrycode nla_code idgrade test subject : gen initial_adj_pct = adj_pct_reading_low[_n-1] + bysort countrycode nla_code idgrade test subject : gen final_adj_pct = adj_pct_reading_low + + + *drop observatoins specified by [if] [in]. + if `"`ifspell'"'!="" { + di `"`ifspell'"' + keep `ifspell' + } + + + + + /* weights */ + + if ("`weight'" == "") { + cap tempname wtg + cap gen `wtg' = 1 + local weight2 "" + loc weight "fw" + loc exp "=`wtg'" + } + + + + *Generating deltas in terms of reduction of gap to the frontier + gen gap_to_frontier = 100-adj_pct_reading_low + bysort countrycode nla_code idgrade test subject : gen red_gap_frontier = -1*(gap_to_frontier-gap_to_frontier[_n-1])/(year_assessment-year_assessment[_n-1]) + bysort countrycode nla_code idgrade test subject : gen pct_red_gap = (red_gap_frontier/gap_to_frontier[_n-1]) + gen pct_red_gap_100 = pct_red_gap*100 + + + *Generating categories of countries + gen catinitial = . + foreach var in 25 50 75 100 { + replace catinitial= `var' if initial_adj_pct <= `var' & catinitial== . + } + + *Developing country weights to give each country equal weight despite the number of observations: + *Counting the country observations where delta exists: + + *Set weights to unity if no weights specified + if "`weight2'"=="" { + gen wgt=1 + } + + if "`weight'"!="" { + local weight2 "`weight'" + bysort countrycode: gen delta_exists = !missing(delta_adj_pct) + bysort countrycode delta_exists: gen w = _N + cap gen wgt = . + replace wgt = 1/w + } + + *Calculating global 90th, 80th and 70th percentiles: + + forvalues i = `percentile' { + egen delta_global_`i' = pctile(delta_adj_pct) if test != "EGRA", p(`i') + } + gsort -delta_adj_pct + list countryname initial_adj_pct final_adj_pct delta_adj_pct test spell if delta_adj_pct > delta_global_90 & !missing(delta_adj_pct) + tabstat delta_global_90 , by(region) + + *Calculating global 90th, 80th and 70th percentiles with weights + forvalues i = `percentile' { + gen delta_global_w_`i' = . + } + gen threshold="III" + levelsof threshold, local(tr) + foreach t of local tr { + _pctile delta_adj_pct [weight = wgt] if threshold == "`t'" & test != "EGRA", percentiles(`percentile') + local counter=1 + forvalues i = `percentile' { + + replace delta_global_w_`i' = r(r`counter') if threshold == "`t'" & test != "EGRA" + local counter=`counter' + 1 + } + } + + + + + `qui' di "Number of spells per `groupingspells'" + `qui' tab `groupingspells' if spell_exists == 1 + + `qui' di "Number of spells per test" + `qui' tab test if spell_exists == 1 + + `qui' di "Spells per `groupingspells'" + `qui' tab test if spell_exists == 1 + + `qui' tab spell if spell_exists == 1 + + *Comparing percentiles with and without weight + `qui' di "Comparing output by with and without weights (90th percentile)" + `qui' tabstat delta_adj_pct delta_global_90 delta_global_w_90 [`weight'`exp'] if spell_exists == 1, /// + by() stat(mean N) + + encode `groupingspells', gen(reg_n) + + egen group = group( reg_n) + + *Percentiles by wbregion: + + forvalues i = `percentile' { + bysort reg_n: egen delta_reg_`i' = pctile(delta_adj_pct) if test != "EGRA", p(`i') + + } + `qui' di "Results by `groupingspells'" + `qui' tabstat delta_adj_pct delta_reg* [`weight'`exp'], by(reg_n) + + + + cap list countryname initial_adj_pct final_adj_pct delta_adj_pct test idgrade spell if delta_adj_pct > delta_reg_90 & !missing(delta_adj_pct) & region == "SSF" + + *Calculating regional 90th, 8th and 70th percentiles with weights + forvalues i = `percentile' { + gen delta_reg_w_`i' = . + } + + levelsof threshold, local(tr) + foreach t of local tr { + levelsof `groupingspells', local(reg) + foreach r of local reg { + count if !missing(delta_adj_pct) & threshold == "`t'" & `groupingspells' == "`r'" & test != "EGRA" + local count=`r(N)' + *Only make change to regional if we have at least 3 regional spells + if `count'<3 { + forvalues i = `percentile' { + replace delta_reg_`i' = . if threshold == "`t'" & `groupingspells' == "`r'" & test != "EGRA" + } + + } + if `count'>=3 { + _pctile delta_adj_pct [weight = w] if threshold == "`t'" & `groupingspells' == "`r'" & test != "EGRA", percentiles(`percentile') + local counter=1 + forvalues i = `percentile' { + replace delta_reg_w_`i' = r(r`counter') if threshold == "`t'" & `groupingspells' == "`r'" & test != "EGRA" + local counter=`counter' + 1 + } + } + } + } + + + *Comparison of regional percentiles with and without weights + `qui' tabstat initial_adj_pct [`weight'`exp'] if spell_exists == 1, /// + by(reg_n) stat(mean p50 min max N) + + *Comparison of regional percentiles with and without weights + `qui' tabstat delta_adj_pct delta_reg* [`weight'`exp'] if spell_exists == 1, /// + by(reg_n) stat(mean N) + + + *Percentiles by initial values: + + forvalues i = `percentile' { + bysort catinitial: egen delta_ini_`i' = pctile(delta_adj_pct) if test != "EGRA", p(`i') + } + + `qui' tabstat delta_adj_pct delta_ini* [`weight'`exp'] if spell_exists == 1, /// + by(catinitial) stat(mean N) + + + *Average and percentile percentage changes in gap to frontier: + forvalues i = `percentile' { + *drop red_gap_`i'_irsat red_gap_`i'_irsat_extend red_gap_`i'_sas red_gap_`i' red_gap_global_`i' red_gap_global_`i'_extend /* try tp create a variable does alreayd exist in your database */ + bysort `groupingspells': egen red_gap_`i' = pctile(pct_red_gap) if test != "EGRA" , p(`i') + + /*bysort region: egen red_gap_`i'_irsat_extend = max(red_gap_`i'_irsat) + replace red_gap_`i'_irsat = red_gap_`i'_irsat_extend if missing(red_gap_`i'_irsat) + *South Asia does not have any nationally representative tests + bysort region: egen red_gap_`i'_sas = pctile(pct_red_gap) if region == "SAS", p(`i') + gen red_gap_`i' = red_gap_`i'_irsat + replace red_gap_`i' = red_gap_`i'_sas if missing(red_gap_`i') + */ + +egen red_gap_global_`i' = pctile(pct_red_gap) if test != "EGRA", p(`i') + *egen red_gap_global_`i'_extend = max(red_gap_global_`i') + *replace red_gap_global_`i' = red_gap_global_`i'_extend if missing(red_gap_global_`i') + } + + + save "${clone}\02_simulation\023_outputs\\`filename'_spells.dta", replace + + egen count_ctry_spells = count(delta_adj_pct) , by(countrycode) + + *Obtaining data for projection: + collapse (first) test countryname `groupingspells' (mean) delta_adj_pct (lastnm) delta_adj_pct_r = delta_adj_pct (max) delta_adj_pct_m = delta_adj_pct (mean) count_ctry_spells pct_red_gap red_gap_* delta_reg_* delta_global_* [`weight'`exp'], by(countrycode ) + + foreach var of varlist pct_red_gap red_gap_70 red_gap_80 red_gap_90 { + replace `var' = 0 if `var' < 0 + } + + egen count_n = count(delta_adj_pct) + egen count_reg_n = count(delta_adj_pct) , by(`groupingspells') + + + local preference="`preference'" + + save "${clone}\02_simulation\023_outputs\\`filename'.dta", replace + + + + + + ********************************************************************* + * SIMULATION: + ********************************************************************* + + if ("`nosimulation'" == "") { + + *Import growth rates defined in a markdown file if the usefile() option is specified + + if ("`usefile'" != "") { + import delimited "`usefile'", delimiter("|") varnames(1) clear + + drop v1 + drop v9 + drop if _n==1 + *dropping delta_adj_pct, because it is dangerous to merge with this. + drop delta_adj_pct + replace `groupingspells'=strtrim(`groupingspells') + replace `groupingspells'=subinstr(`groupingspells', "`=char(9)'", "", .) + + describe delta_reg*, varlist + foreach var in `r(varlist)' { + destring `var', replace + } + local usefile2=subinstr("`usefile'", ".md", ".dta",.) + save "`usefile2'", replace + } + + + + use "${`inputfolder'}/01_data/013_outputs/preference`preference'.dta", replace + merge 1:1 countrycode using "${clone}\02_simulation\023_outputs\\`filename'.dta", + + *Create learning level if not created + cap replace initial_poverty_level="0-25% Learning Poverty" if !missing(adj_nonprof) + cap replace initial_poverty_level="25-50% Learning Poverty" if adj_nonprof>=25 & !missing(adj_nonprof) + cap replace initial_poverty_level="50-75% Learning Poverty" if adj_nonprof>=50 & !missing(adj_nonprof) + cap replace initial_poverty_level="75-100% Learning Poverty" if adj_nonprof>=75 & !missing(adj_nonprof) + + cap gen adj_pct_reading_low= 100-adj_nonprof_all + + ********************************************************************* + *Replace missing deltas: Historical + ********************************************************************* + *Replace with values in markdown file if specified + if ("`usefile'" != "") { + cap drop _merge + noi merge m:1 `groupingspells' using "`usefile2'", update replace + noi di "Update growth rates with values from markdown file." + + assert(1 3 4 5) + + + drop if _merge==2 + } + + replace pct_red_gap = red_gap_50 if pct_red_gap == . + + + + + if "`weight2'"=="" { + *replace with median if missing + levelsof `groupingspells', local(rgn) + foreach var in `rgn' { + di "`var'" + count if !missing(delta_adj_pct) & `groupingspells'=="`var'" + local count=`r(N)' + su delta_reg_50 if `groupingspells'=="`var'" + *Only make change to regional if we have at least 3 regional spells + if `count'>=3 { + cap replace delta_adj_pct = `r(mean)' if delta_adj_pct == . & `groupingspells'=="`var'" + } + } + su delta_global_50 + replace delta_adj_pct = `r(mean)' if delta_adj_pct == . + + } + di "`weight2'" + if "`weight2'"!="" { + levelsof `groupingspells', local(rgn) + foreach var in `rgn' { + di "`var'" + count if !missing(delta_adj_pct) & `groupingspells'=="`var'" + local count=`r(N)' + + su delta_reg_w_50 if `groupingspells'=="`var'" + *Only make change to regional if we have at least 3 regional spells + if `count'>=3 { + cap replace delta_adj_pct = `r(mean)' if delta_adj_pct == . & `groupingspells'=="`var'" + } + } + su delta_global_w_50 + replace delta_adj_pct = `r(mean)' if delta_adj_pct == . + + } + + forval i=`percentile' { + levelsof `groupingspells', local(rgn) + foreach var in `rgn' { + count if !missing(delta_reg_w_`i') & `groupingspells'=="`var'" + local count=`r(N)' + su delta_reg_w_`i' if `groupingspells'=="`var'" + *Only make change to regional if we have at least 3 regional spells + if `count'>=3 { + cap replace delta_reg_w_`i' = `r(mean)' if delta_reg_w_`i' == . & `groupingspells'=="`var'" + } + + count if !missing(delta_reg_`i') & `groupingspells'=="`var'" + local count=`r(N)' + su delta_reg_`i' if `groupingspells'=="`var'" + if `count'>=3 { + cap replace delta_reg_`i' = `r(mean)' if delta_reg_`i' == . & `groupingspells'=="`var'" + } + + } + } + + forval i=`percentile' { + su delta_global_w_`i' + replace delta_reg_w_`i' = `r(mean)' if delta_reg_w_`i' == . + + su delta_global_`i' + replace delta_reg_`i' = `r(mean)' if delta_reg_`i' == . + + su delta_global_`i' + replace delta_global_`i' = `r(mean)' if delta_global_`i' == . + + su delta_global_w_`i' + replace delta_global_w_`i' = `r(mean)' if delta_global_w_`i' == . + } + + *Use own country spell only if there are two or more spells, so that slight changes don't throw off simulations + if "`weight2'"!="" { + replace delta_adj_pct = delta_reg_w_50 if !missing(count_ctry_spells) & count_ctry_spells<2 + } + if "`weight2'"=="" { + replace delta_adj_pct = delta_reg_50 if !missing(count_ctry_spells) & count_ctry_spells<2 + } + + *Don't slow down countries that have max growth rates higher than the regional percentage + forval i=70(10)90 { + replace delta_reg_w_`i' = delta_adj_pct_m if delta_reg_w_`i' < delta_adj_pct_m & !missing(delta_adj_pct_m) + replace delta_reg_`i' = delta_adj_pct_m if delta_reg_`i' < delta_adj_pct_m & !missing(delta_adj_pct_m) + replace delta_global_w_`i' = delta_adj_pct_m if delta_global_w_`i' < delta_adj_pct_m & !missing(delta_adj_pct_m) + replace delta_global_`i' = delta_adj_pct_m if delta_global_`i' < delta_adj_pct_m & !missing(delta_adj_pct_m) + } + *save dataset + save "${clone}\02_simulation\023_outputs\\`filename'.dta", replace + + + + + save "${clone}\02_simulation\023_outputs\\`filename'.dta", replace + * Drop trait/useless variables because it's too confusing + rename year_assessment assess_year + drop count_* _merge adminregion* /// + *source* cmu regionname test idgrade /// + pop* enrollment* /// + nla_code pct_* + + + * Rename remaining variables in a consistent logic to be able to reshape long + rename adj_pct_reading_low baseline + *rename delta_adj_pct_r reduct_own // WARNING!!! NOT SURE THIS INTERPRETATION IS CORRECT. BRIAN CAN YOU CHECK? + rename delta_adj_pct growth_own + generate growei_own = growth_own + forvalues i = `percentile' { + rename red_gap_`i' reduct_r`i' + cap rename red_gap_global_`i' reduct_g`i' //WARNING!!! WHY ONLY EXISTS FOR G90 ON YOUR FILE, BRIAN? + rename delta_reg_w_`i' growei_r`i' + rename delta_reg_`i' growth_r`i' + rename delta_global_w_`i' growei_g`i' + rename delta_global_`i' growth_g`i' + } + + /* From my understanding, as of now, there are: + 7 possible "benchmark" + - own = own country historical, business as usual + - r70, r80, r90 = region percentiles 70, 80, 90 + - g70, g80, g90 = global percentiles 70, 80, 90 + 3 possible "rateflavor" + - reduct = rate applied in (100 - baseline), hopefully a negative rate + - growth = rate applied in baseline, hopefully a positive rate + - growei = rate applied in baseline (same as above), but constructed from weighted something + */ + + * Transform the dataset in long to reflect those combinations of benchmarks and rate_flavors + + *save time in simulations by dropping some combinations we don't use + if "`weight2'"=="" { + drop growei_* + drop reduct_* + reshape long growth , i(countrycode `groupingspells' baseline) j(benchmark) string + rename ( growth ) ( rategrowth ) + + } + if "`weight2'"!="" { + drop growth_* + drop reduct_* + reshape long growei, i(countrycode `groupingspells' baseline) j(benchmark) string + rename ( growei) ( rategrowei) + + } + + reshape long rate, i(countrycode `groupingspells' baseline benchmark) j(rate_flavor) string + + order countrycode `groupingspells' rate_flavor benchmark rate baseline + format rate baseline %10.2f + + * Describes input flavor + gen str50 input_flavor = "preference: " + preference + replace input_flavor = input_flavor + " | rate_flavor: " + rate_flavor + replace input_flavor = input_flavor + " | benchmark: " + benchmark + + + *************************************************** + *Dynamically calculated growth rates (particularly for growth rates based on initial learning poverty categories) + *************************************************** + if "`groupingspells'"=="initial_poverty_level" { + levelsof initial_poverty_level, local(pov_levels) + levelsof input_flavor , local(flavors) + + local counter=1 + foreach var in `pov_levels' { + gen rate_`counter'=. + label var rate_`counter' "`var'" + foreach flav in `flavors' { + qui su rate if input_flavor == "`flav'" & initial_poverty_level == "`var'" + replace rate_`counter'=`r(mean)' if input_flavor == "`flav'" + } + replace rate_`counter'=rate if benchmark=="_own" + + local counter=`counter'+1 + } +} + + drop rate_flavor benchmark + + + + + save "${clone}\02_simulation\023_outputs\\`filename'_long.dta", replace + + + // Delete those lines if input vars are already labelled + label var rate "Rate (growth or delta) used in simulation" + label var baseline "Adjusted percentage of test takers with minimum reading proficiency at baseline" + label var input_flavor "Short for: Benchmark Scenario | Rate Method | Latest Prefence" + * Benchmark Scenario: own/r70/r80/r90/g70/g80/g90 + * Rate Method: reduce/growth/growei + * Latest Preference: 926 + *label var input_flavor_des "Long description: Benchmark Scenario | Rate Method | Latest Prefence" + + + * Step 1. Simulate future adjusted proficiency + *================================================== + tempname tmp_adjpro + // Advances adjusted proficiency (adjpro) for all year_populations to simulate + // Each adjpro_year_population is created as column, then it is reshaped to long + quietly forvalues i=2015/2050 { // CHANGE HERE FOR A LONGER HORIZON + gen adjpro`i' = . + gen rate`i'=rate + replace adjpro`i' = 100 - (100-baseline)*((1-rate)^(`i'-2015)) if ( strpos(input_flavor, "reduct") & !missing(baseline)) + replace adjpro`i' = baseline + rate*(`i'-2015) if (!strpos(input_flavor, "reduct") & !missing(baseline)) + + *Add dynamics to simulations based on initial poverty level + if "`groupingspells'"=="initial_poverty_level" & "`growthdynamics'"=="Yes"{ + if `i'>2015 { + local j=`i'-1 + replace adjpro`i' = adjpro`j' + rate_4 if (!strpos(input_flavor, "reduct") & !missing(baseline)) + replace adjpro`i' = adjpro`j' + rate_3 if adjpro`j'>=25 & (!strpos(input_flavor, "reduct") & !missing(baseline)) + replace adjpro`i' = adjpro`j' + rate_2 if adjpro`j'>=50 & (!strpos(input_flavor, "reduct") & !missing(baseline)) + replace adjpro`i' = adjpro`j' + rate_1 if adjpro`j'>=75 & (!strpos(input_flavor, "reduct") & !missing(baseline)) + + } + } + + replace adjpro`i' = 100 if ( adjpro`i' > 100 & !missing(adjpro`i') ) // Upper bound is 100 + replace adjpro`i' = 0 if ( adjpro`i' < 0 & !missing(adjpro`i') ) // Lower bound is 0 + } + + + reshape long adjpro, i(countrycode input_flavor baseline rate) j(year_population) + + // Housekeeping and save temp + label var adjpro "Adjusted percentage of test takers with minimum reading proficiency simulated" + order countrycode year_population input_flavor rate baseline adjpro + format adjpro %10.2f + save "${clone}\02_simulation\023_outputs\\`filename'_long.dta", replace + + + ********************************************************************* + * Merge Population projections (1960-2050 ) + ********************************************************************* + + use "${`inputfolder'}/01_data/013_outputs/population.dta" , clear + cap g year_population = year + + *Choose population type + if "$population" == "" { + local population = "population_all_1014" + gen pop = `population' + } + else { + cap confirm var $population + if _rc!=0 { + di "You messed up the population option, try: (empty=xls) | pop_TOT_10 | pop_TOT_10_14 | pop_TOT_primary | pop_TOT_9_plus" + di "You specified population as: $population. Is that what you want?" + error 2222 + } + else { + gen pop = $population + } + } + + + *Use population in 2015 for the simulations if specified + if "$pop_sim"=="Yes" { + gen tmp1_2015_pop=pop if year_population==2015 + egen tmp2_2015_pop=mean(tmp1_2015_pop), by(countrycode) + replace pop=tmp2_2015_pop + } + + + g source_population = "World Bank" + keep countrycode year_population* pop + + + + //TWN does not have population data + drop if countrycode == "TWN" + + _countrymetadata, match(countrycode) + tempfile popdata + save `popdata', replace + +/* + tempname tmp + import excel using "${clone}\01_data\011_rawdata\population\Pop by 5 year_population age groups for JP v2.xlsx", /// + sheet("Data") firstrow clear + gen id = _n + reshape long YR , i(id CountryName CountryCode SeriesName SeriesCode) j(year_population) string + tolower CountryName CountryCode SeriesName SeriesCode YR + replace seriescode = subinstr(seriescode,".","_",.) + drop id seriesname + drop if seriescode == "" + destring yr, replace force + destring year_population , replace + reshape wide yr, i(countryname countrycode year_population) j(seriescode) string + renpfix yr + tolower SP* + foreach var in 0004 0509 1014 1519 { + gen double sp_pop_`var' = sp_pop_`var'_fe + sp_pop_`var'_ma + } + sort countrycode year_population + save `tmp', replace +*/ + + /*** Merge population ***/ + + use "${clone}/02_simulation/023_outputs//`filename'_long.dta", replace + + sort countrycode year_population + cap drop _merge + merge m:1 countrycode year_population using `popdata', update + + drop if _merge == 2 + + rename _merge merge_population + + label define merge_population 1 "Yrs with no population" 3 "Yrs with population" + + label values merge_population merge_population + + order countrycode year_population input_flavor rate baseline adjpro pop* + + + + * Step 3. Compare simulated versus target + *================================================== + // Targets specification + label define ltarget /// + 0 "100 percent adjusted proficiency" /// + 1 "98 percent adjusted proficiency" /// + 2 "95 percent adjusted proficiency" /// + 3 "Reducing the gap to frontier by 1/2" /// + 4 "Reducing the gap to frontier by 2/3" /// + 5 "Reducing the gap to frontier by 1/3" + + // Each target specification is a column at first but reshaped to long after dummies + // Generate target dummies + gen byte dtarget0 = adjpro>=100 if !missing(adjpro) + gen byte dtarget1 = adjpro>=98 if !missing(adjpro) + gen byte dtarget2 = adjpro>=95 if !missing(adjpro) + // Aux variable to contruct targets based on gap reduction + gen gap_to_frontier_ratio = (100-adjpro)/(100-baseline) + gen byte dtarget3 = 1 if (gap_to_frontier_ratio<=1/2 & !missing(gap_to_frontier_ratio)) + gen byte dtarget4 = 1 if (gap_to_frontier_ratio<=2/3 & !missing(gap_to_frontier_ratio)) + gen byte dtarget5 = 1 if (gap_to_frontier_ratio<=1/3 & !missing(gap_to_frontier_ratio)) + drop gap_to_frontier_ratio + + + // Reshape to long + reshape long dtarget, i(countrycode year_population input_flavor baseline rate adjpro) j(target) + label var target "Description of target" + order countrycode year_population input_flavor target baseline rate adjpro dtarget pop* + + // Housekeeping + label var dtarget "Dummy for whether a country met the target" + label values target ltarget + + // Save long dataset with all countries + // Change to _save_metadata + + // Simulation ID and Simulation Descriptor + gen str5 sim_id = "`filename'" + gen str250 sim_describe="filename(`filename') + ifspell(`ifspell') + ifsim(`ifsim') + ifwindow(`ifwindow') weight(`weight') preference(`preference') specialincludeassess(`specialincludeassess') specialincludegrade(`specialincludegrade') timss(`timss') + enrollment(`enrollment') + population_sim_2015(`population_2015')" + + cap gen dropped_spell_sample_id="`incomegroupdrop'" + cap gen dropped_simulation_sample_id="`simincomegroupdrop'" + cap replace dropped_spell_sample_id="Full Sample Used" if dropped_spell_sample_id=="" + cap replace dropped_simulation_sample_id="Full Sample Used" if dropped_simulation_sample_id=="" + + save "${clone}/02_simulation/023_outputs//`filename'_long.dta", replace + + *Generate population for countries used in simulation + gen pop_sim=pop + + if `"`ifsim'"'!="" { + di `"`ifsim'"' + tempvar simkeep + gen `simkeep'=0 + replace `simkeep'=1 `ifsim' + replace rate=. if `simkeep'==0 + replace adjpro=. if `simkeep'==0 + replace dtarget=. if `simkeep'==0 + replace pop_sim=. if `simkeep'==0 + } + + *drop countries without recent assessments at baseline + if `"`ifwindow'"'!="" { + tempvar simwindow + gen `simwindow'=0 + replace `simwindow'=1 `ifwindow' + + replace rate=. if `simwindow'==0 + replace adjpro=. if `simwindow'==0 + replace dtarget=. if `simwindow'==0 + } + + * Step 4. Display regions overall achievement + *================================================== + // Percentage of proficient kids by region-year_population-specs + local which_pop_wgt = "pop" + gen wgt_included = `which_pop_wgt' if !missing(adjpro) + replace rate=. if missing(adjpro) + gen aux_adjpro = `which_pop_wgt'*adjpro + gen aux_rate = `which_pop_wgt'*rate + gen country_count=!missing(adjpro) + + + preserve + + *********** + *Produce formatted table at country level that is reshaped + *********** + keep if target==1 & year_population>=2015 & year_population<=2030 //doesnt matter target, just reduce to 1 copy in 2030 + + *generate variable indicating whether own growth rate or regional 90 + gen growth_type=substr(input_flavor, -3,.) + + *generate preference variable + + keep if year_population>=2015 & year_population<=2030 + keep countrycode region year_population growth_type preference pop wgt_included adjpro country_count + + gen learning_poverty=100-adjpro + + + egen rgn_mn=mean(learning_poverty), by(region year_population growth_type) + cap replace learning_poverty = rgn_mn if learning_poverty == . + drop rgn_mn + + drop region + + drop adjpro + + _countrymetadata, match(countrycode) + + tempvar simkeep + gen `simkeep'=0 + replace `simkeep'=1 `ifsim' + replace learning_poverty=. if `simkeep'==0 + + *reshape dataset by year_population + reshape wide pop wgt_included learning_poverty country_count , i(countrycode growth_type) j(year_population) + + *reshape dataset by growth_type + reshape wide pop* wgt_included* learning_poverty* country_count* , i(countrycode) j(growth_type) string + + foreach var in pop wgt_included country_count { + forval i=2015/2030 { + rename `var'`i'own `var'_`i' + drop `var'`i'?* + } + } + + + + save "${clone}/02_simulation/023_outputs//`filename'_country_sim_table.dta", replace + + restore + + + + if ("`savectryfile'" != "") { + + preserve + + + collapse (first) sim_id sim_describe dropped_simulation_sample_id dropped_spell_sample_id (sum) country_count num_countries_meeting_target=dtarget /// + aux_adjpro aux_rate pop_total=pop pop_with_data=wgt_included pop_sim , /// + by(`groupingsim' year_population input_flavor target) + gen wgt_adjpro = aux_adjpro/pop_with_data + gen wgt_growth_rate = aux_rate/pop_with_data + + label var wgt_adjpro "Weighted adjusted proficiency for each `groupingsim'" + label var wgt_growth_rate "Weighted mean growth rate for each `groupingsim'" + label var pop_with_data "Population with data in `groupingsim'" + label var pop_total "Total regional population" + label var pop_total "Total regional population Among Countries in Simulation" + label var num_countries_meeting_target "Number of countries in `groupingsim' meeting specified proficiency target" + + save "${`inputfolder'}/02_simulation/023_outputs//dta_ctry_`savectryfile'.dta", replace + + restore + + + + } + + collapse (first) sim_id sim_describe dropped_simulation_sample_id dropped_spell_sample_id (sum) country_count num_countries_meeting_target=dtarget /// + aux_adjpro aux_rate pop_total=pop pop_with_data=wgt_included pop_sim , /// + by(`groupingsim' year_population input_flavor target) + gen wgt_adjpro = aux_adjpro/pop_with_data + gen wgt_growth_rate = aux_rate/pop_with_data + + drop aux_adjpro aux_rate + + label var wgt_adjpro "Weighted adjusted proficiency for each `groupingsim'" + label var wgt_growth_rate "Weighted mean growth rate for each `groupingsim'" + label var pop_with_data "Population with data in `groupingsim'" + label var pop_total "Total regional population" + label var pop_total "Total regional population Among Countries in Simulation" + + label var num_countries_meeting_target "Number of countries in `groupingsim' meeting specified proficiency target" + + if ("`savectryfile'" != "") { + + preserve + + save "${`inputfolder'}/02_simulation/023_outputs//dta_`groupingsim'_`savectryfile'.dta", replace + + restore + + } + + if ("`allyear_populations'" == "") { + + // ON THE FLY FOR EMAIL REQUEST + keep if target==1 & year_population>=2015 & year_population<=2030 //doesnt matter target, just reduce to 1 copy in 2030 + + // Q1 + preserve + if "`weight2'"=="" { + keep if input_flavor =="preference: `preference' | rate_flavor: growth | benchmark: _own" + } + if "`weight2'"!="" { + keep if input_flavor =="preference: `preference' | rate_flavor: growei | benchmark: _own" + } + + save "${clone}/02_simulation/023_outputs//`filename'_sim_numbers.dta", replace + + + // Q2 + restore + if "`weight2'"=="" { + keep if input_flavor =="preference: `preference' | rate_flavor: growth | benchmark: _r90" + } + if "`weight2'"!="" { + keep if input_flavor =="preference: `preference' | rate_flavor: growei | benchmark: _r50" /// + | input_flavor =="preference: `preference' | rate_flavor: growei | benchmark: _r60" /// + | input_flavor =="preference: `preference' | rate_flavor: growei | benchmark: _r70" /// + | input_flavor =="preference: `preference' | rate_flavor: growei | benchmark: _r80" /// + | input_flavor =="preference: `preference' | rate_flavor: growei | benchmark: _r90" /// + + } + + append using "${clone}/02_simulation/023_outputs//`filename'_sim_numbers.dta", + gen specification="`filename'" + + *generate variable indicating whether own growth rate or regional 90 + gen growth_type=substr(input_flavor, -3,.) + + *generate preference variable + gen preference=substr(input_flavor, 13,4) + + *Add in global number + preserve + tempfile globalfile + collapse wgt_adjpro* [aw=pop_sim], by(growth_type year_population) + gen `groupingsim'="Global" + save `globalfile' + restore + append using `globalfile' + + rename year_population year + save "${clone}/02_simulation/023_outputs//`filename'_sim_numbers.dta", replace + + + *********** + *Produce formatted table that is reshaped + *********** + replace `groupingsim'="Z_Global" if `groupingsim'=="Global" + + keep if year>=2015 & year<=2030 + keep year `groupingsim' growth_type preference pop_total pop_with_data pop_sim wgt_adjpro country_count + + gen learning_poverty=100-wgt_adjpro + drop wgt_adjpro + *reshape dataset by year + reshape wide pop_total pop_with_data pop_sim learning_poverty country_count , i(`groupingsim' growth_type) j(year) + + *reshape dataset by growth_type + reshape wide pop_total* pop_with_data* pop_sim* learning_poverty* country_count* , i(`groupingsim') j(growth_type) string + + foreach var in pop_total pop_with_data pop_sim country_count { + forval i=2015/2030 { + rename `var'`i'own `var'_`i' + drop `var'`i'?* + } + } + replace `groupingsim'="Global" if `groupingsim'=="Z_Global" + + save "${clone}/02_simulation/023_outputs//`filename'_sim_table.dta", replace + } + } + } + + end diff --git a/02_simulation/022_program/_simulation_dataset.sthlp b/02_simulation/022_program/_simulation_dataset.sthlp new file mode 100644 index 0000000..56c01ef --- /dev/null +++ b/02_simulation/022_program/_simulation_dataset.sthlp @@ -0,0 +1,147 @@ +{smcl} +{* *! version 1.0 May 2019}{...} +{cmd:help _simulation_dataset}{...} +{right:also see: } +{hline} + +{title:Title} + +{pstd} +{hi:_simulation_dataset} {hline 2} Pull together datafiles and produce final dataset for simulations + +{title:Syntax} + +{pstd} Produce final dataset for simulations + +{p 8 15 2} +{cmd:_simulation_dataset}, {opt preference(string)} {opt filename(string)} {opt ifspell(string)} {opt ifsim(string)} {opt ifwindow(string)} {opt weight(string)} [{it:options}] +{p_end} + +{synoptset 30 tabbed}{...} +{synopthdr :options} +{synoptline} +{syntab :Main} +{synopt :{cmdab:filename(}{it:string}{cmd:)}}name for the final .dta simulation file to create{p_end} +{synopt :{cmdab:preference(}{it:string}{cmd:)}}name of the preference from the rawlatest to base the simulation on{p_end} +{synopt :{cmdab:weight(}{it:string}{cmd:)}} specify weights to be used using standard stata weight syntax{p_end} + +{syntab :if options} +{synopt :{cmdab:ifspell(}{it:string}{cmd:)}} if statement in stata syntax to keep only these observations for inclusion to calculate proficiency growth rates from spell data ({it:required}){p_end} +{synopt :{cmdab:ifsim(}{it:string}{cmd:)}} if statement in stata syntax to keep only these observations for inclusion in the simulations ({it:required}){p_end} +{synopt :{cmdab:ifwhere(}{it:string}{cmd:)}} if statement in stata syntax to keep only observations with specified recent assessment data in simulations ({it:required}){p_end} + + +{syntab :Other options} +{synopt :{cmdab:enrollment(}{it:string}{cmd:)}}which enrollment variable to use: validated or interpolated {it: valuevars}{p_end} +{synopt :{cmdab:specialincludegrade(}{it:string}{cmd:)}} Inlcude any extra assessments in the spells database that use these grades{it: valuevars}{p_end} +{synopt :{cmdab:specialincludeassess(}{it:string}{cmd:)}} Include any extra assessments in the spells database of this type for a country {it: valuevars}{p_end} +{synopt :{cmdab:population_2015(}{it:string}{cmd:)}} Keep population fixed to 2015 in the simulation {it: valuevars}{p_end} +{synopt :{cmdab:timss(}{it:string}{cmd:)}}which TIMSS suject to use: science or math {it: valuevars}{p_end} +{synopt :{cmdab:usefile(}{it:string}{cmd:)}} Location of a markdown file to custom replace the growth rates based on the spells data {it: valuevars}{p_end} + +{synoptline} + + +{marker description}{...} +{title:Description} + +{pstd} +{cmd:save_metadata} Pull together datafiles and produce final dataset for simulations + +{pstd} The _simulation_dataset ado file takes spell data from our assessment database, calculates rates of growth in proficiency using these spells, combines these proficiency growth rates with country baseline data, and projects improvements in proficiency into the future as part of our simulation. + +{title:Options} + +{dlgtab:Main} + +{phang} {cmdab:filename(}{it:string}{cmd:)} name for the final .dta simulation file to create + +{phang} {cmdab:preference(}{it:string}{cmd:)} name of the preference from the rawlatest to base the simulation on. If in doubt, use 960. It is our default. + +{phang} {cmdab:weight(}{it:string}{cmd:)} specify weights to be used using standard stata weight. Weights come in when countries have more than one spell to use in the proficiency growth calculations. When global and regional percentiles, etc are calculated, countries are weighted inversely by the number of spells available if this option is specified. Otherwise more weight is implicitly given to countries with more assessment spells. + +{dlgtab:ifs} + +{phang} {cmdab:ifspell(}{it:string}{cmd:)} if statement in stata syntax to keep only these observations for inclusion to calculate proficiency growth rates from spell data + +{phang} {cmdab:ifsim(}{it:string}{cmd:)} if statement in stata syntax to keep only these observations for inclusion in the simulations + +{phang} {cmdab:ifwhere(}{it:string}{cmd:)} if statement in stata syntax to keep only observations with specified recent assessment data in simulations + + +{dlgtab:Others} + +{phang} {cmdab:enrollment(}{it:string}{cmd:)} which enrollment variable to use: validated or interpolated. Validated enrollment is the name given to the enrollment variable used to produce the baseline numbers. It deals with missing values using a carry forward, carry backward method. The interpolated enrollment variable uses linear interpolation to deal with missing values, and it is based on the same source data as the validated enrollment variable. The only difference is how missing values are treated. + +{phang} {cmdab:specialincludegrade(}{it:string}{cmd:)} Inlcude any extra assessments in the spells database that use these grades. For example, a country may have assessment data for grade 3 and grade 4. Because grade 4 is preferred, in the baseline grade 4 is used. However, to calculate proficiency growth based on spell, we may be interested in comparing spells from 3rd grade as well to increase sample size. This options allows this possibility. + +{phang} {cmdab:specialincludeassess(}{it:string}{cmd:)} Include any extra assessments in the spells database of this type for a country. A country may have spell data for PIRLS and TIMSS for instance. However, PIRLS is preferred to TIMSS, so only PIRLS is used in the baseline. However, to calculate proficiency growth based on spells, we may want to compare TIMSS spells as well to increase sample size. + +{phang} {cmdab:population_2015(}{it:string}{cmd:)} Keep population fixed to 2015 in the simulation. Enter Yes to fix population at 2015 levels. Any other command will use population projections for each year of the simulation. + +{phang} {cmdab:timss(}{it:string}{cmd:)} which TIMSS suject to use: science or math. IF in doubt, use TIMSS science. It is our default. + +{phang} {cmdab:usefile(}{it:string}{cmd:)} A command that allows a user to specify a custom growth rate for learning poverty. WARNING - Be very careful with this, as the program will merge this file and overwrite the growth rates in the simulation datasets. It is advisable to hand check that this option has successfully been applied. Files are stored as .md (markdown) files. The file must contain a a column named "region", and then the other columns must match the column names in the simulation dataset (usually something like delta_reg_70 or delta_reg_w_70 + +{title:Examples} + +{pstd} +Examples in the context of Learning4All: + + . {cmd:#delimit ;} + . {cmd:_simulation_dataset, preference(926) specialincludeassess(SACMEQ PASEC LLECE TIMSS ) } + . {cmd: ifwindow(if assess_year>=2011) } + . {cmd: specialincludegrade(3 4 5 6) filename(simulation_926_no_egra) timss(science) } + . {cmd: enrollment(validated) } + + + . {cmd:_simulation_dataset, ifspell(if year>2000 & incomelevel!="HIC" & lendingtype!="LNX") /// } + . {cmd: ifwindow(if assess_year>=2011) /// } + . {cmd: ifsim(if incomelevel!="HIC" & lendingtype!="LNX" ) weight(aw=wgt) preference(960) /// } + . {cmd: specialincludeassess( PASEC LLECE TIMSS SAQMEC ) specialincludegrade(4 5 6) /// } + . {cmd: filename(960_pasec_llece_timms_saqmec) /// } + . {cmd: timss(science) enrollment(validated) population_2015(Yes) } + + + . {cmd:_simulation_dataset, ifspell(if year>2000 & incomelevel!="HIC" & lendingtype!="LNX") /// } + . {cmd: ifwindow(if assess_year>=2011) /// } + . {cmd: ifsim(if incomelevel!="HIC" & lendingtype!="LNX" ) weight(aw=wgt) preference(960) /// } + . {cmd: specialincludeassess( LLECE TIMSS ) specialincludegrade(4 5 6) /// } + . {cmd: filename(960_llece_timms) /// } + . {cmd: timss(science) enrollment(validated) population_2015(Yes) } + + + . {cmd:_simulation_dataset, ifspell(if year>2000 & incomelevel!="HIC" & lendingtype!="LNX") /// } + . {cmd: ifwindow(if assess_year>=2011) /// } + . {cmd: ifsim(if incomelevel!="HIC" & lendingtype!="LNX" ) weight(aw=wgt) preference(962) /// } + . {cmd: specialincludeassess( PASEC LLECE TIMSS SAQMEC ) specialincludegrade(4 5 6) /// } + . {cmd: filename(962_pasec_llece_timms_saqmec) /// } + . {cmd: timss(science) enrollment(validated) population_2015(Yes) } + + + . {cmd:_simulation_dataset, ifspell(if year>2000 & incomelevel!="HIC" & lendingtype!="LNX") /// } + . {cmd: ifwindow(if assess_year>=2011) /// } + . {cmd: ifsim(if incomelevel!="HIC" & lendingtype!="LNX" ) weight(aw=wgt) preference(962) /// } + . {cmd: specialincludeassess( LLECE TIMSS SAQMEC ) specialincludegrade(4 5 6) /// } + . {cmd: filename(962_llece_timms_saqmec) /// } + . {cmd: timss(science) enrollment(validated) population_2015(Yes) } + + . {cmd:_simulation_dataset, ifspell(if delta_adj_pct > -2 & delta_adj_pct < 4 & year>2000 & incomelevel!="HIC" & lendingtype!="LNX") /// } + . {cmd: ifwindow(if assess_year>=2011) /// } + . {cmd: ifsim(if incomelevel!="HIC" & lendingtype!="LNX" ) weight(aw=wgt) preference(960) /// } + . {cmd: specialincludeassess( PASEC LLECE TIMSS SAQMEC ) specialincludegrade(3 4 5 6) /// } + . {cmd: filename(special_spells) /// } + . {cmd: usefile("${clone}/04_simulation/042_program/special_simulation_spells.md") /// } + . {cmd: timss(science) enrollment(validated) population_2015(Yes) savectryfile(special_simulation_spells) } + +{title:Author} + +{pstd}Brian Stacy {break} +bstacy@worldbank.org + +{title:Acknowledgements} + +{pstd} +Joao Pedro Azevedo provided a number of suggestions for improving the routine. + +{pstd} diff --git a/02_simulation/022_program/public_simulation_app/app.R b/02_simulation/022_program/public_simulation_app/app.R new file mode 100644 index 0000000..4028abb --- /dev/null +++ b/02_simulation/022_program/public_simulation_app/app.R @@ -0,0 +1,435 @@ + + +# +# This is a Shiny web application. You can run the application by clicking +# the 'Run App' button above. +# +# Find out more about building applications with Shiny here: +# +# http://shiny.rstudio.com/ +# + +library(shiny) +library(tidyverse) +library(plotly) +library(DT) + +wrapper <- function(x, ...) +{ + paste(strwrap(x, ...), collapse = "\n") +} + + +# Define UI for application that draws a histogram +ui <- fluidPage( + + # Application title + titlePanel("Learning Poverty Simulation Tool"), + + # Sidebar with a slider input for number of bins + sidebarLayout( + sidebarPanel( + h2("The Simulation"), + p("This tool shows how much progress can be made reducing Learning Poverty over time under a business as usual and a high growth scenario."), + p("In the figures and tables below, we show reductions in learing poverty at the global, regional, and country level. + Modify the growth rates to see how differences in rates of progress affect how fast Learning Poverty is eliminated."), + h2("Start Simulation"), + actionButton("gobutton", "Start Simulation"), + h3("Make Changes to Simulation"), + p("In order to simulate how fast countries can eliminate Learning Poverty, we show a High Scenario, where countries grow at the upper percentiles for their region. By default, we consider growth at the regional 80th percentile."), + p("Make changes to see how quickly Learning Poverty will be reduced under different growth assumptions."), + selectInput('high_scenario', "Specify regional percentile for high growth scenario", choices=c("r60","r70","r80","r90"), selected="r80"), + selectInput('ci', "Show Confidence Intervals", choices=c("No", "Yes"), selected="No"), + includeMarkdown('lpov_desc.md'), + h3("How Fast are Regions Reducing Learning Poverty?"), + includeMarkdown('special_simulation_spells_nopasec_weigthed_pref1005.md') + + ), + + # Show a plot of the generated distribution + mainPanel( + + downloadButton("downloaddata1", "Download global plot data to csv file"), + plotlyOutput("sim_figures1"), + downloadButton("downloaddata2", "Download regional plot data to csv file"), + plotlyOutput("sim_figures2"), + DT::dataTableOutput("sim_output"), + DT::dataTableOutput("sim_output_country") + + + ) + ) +) + +# Define server logic required to draw a histogram +server <- function(input, output) { + + observeEvent(input$gobutton, { + + + + #load data from sim + load('simulation_dataframe_public_sim_numbers_lower_ci.RData') + df_lower<-df + + load('simulation_dataframe_public_sim_numbers_upper_ci.RData') + df_upper<-df + + load('simulation_dataframe_public_sim_numbers.RData') + + ###################################### + #Create ggplot of simulation over time + ###################################### + output$sim_figures1 <- renderPlotly({ + + + var_list<-c("year", "region", "pop_total","pop_with_data", "pop_sim", "wgt_adjpro", "growth_type", "preference" ) + df_plot <- df %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + df_plot_global<- df_plot %>% + filter(region=="Global") + + #Lower 95% CI + df_plot_lower <- df_lower %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + df_plot_global_lower<- df_plot_lower %>% + filter(region=="Global") + + #Upper 95% CI + df_plot_upper <- df_upper %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + df_plot_global_upper<- df_plot_upper %>% + filter(region=="Global") + + rgrp<-reactive({ + df_plot_global %>% + select(input$high_scenario) %>% + mutate(val=get(input$high_scenario)) + }) + + rgrp_lower<-reactive({ + df_plot_global_lower %>% + select(input$high_scenario) %>% + mutate(val=get(input$high_scenario)) + }) + + rgrp_upper<-reactive({ + df_plot_global_upper %>% + select(input$high_scenario) %>% + mutate(val=get(input$high_scenario)) + }) + + if (input$ci=="Yes") { + df_plot_global %>% + plot_ly(x= ~df_plot_global$year, y=~df_plot_global$r50, type="scatter", mode='lines+markers', name="Business as Usual" ) %>% + add_trace(x= ~df_plot_global$year, y=~rgrp()$val, line = list(widthh=0.5, dash="dot"), name=paste("High Scenario", input$high_scenario, sep=" ") ) %>% + add_ribbons(x = df_plot_global$year, ymin = df_plot_global_lower$r50, ymax = df_plot_global_upper$r50, + color = I("gray95"), name = "95% confidence") %>% + add_ribbons(x = df_plot_global$year, ymin = ~rgrp_lower()$val, ymax = ~rgrp_upper()$val, + color = I("gray95"), name = "95% confidence") %>% + layout(xaxis=list(title="Simulation of Global Learning Poverty"), yaxis=list(title="Learning Poverty")) %>% + layout(hovermode = 'compare') %>% + layout( + yaxis = list(rangemode = "tozero")) + } else if (input$ci=="No") { + df_plot_global %>% + plot_ly(x= ~df_plot_global$year, y=~df_plot_global$r50, type="scatter", mode='lines+markers', name="Business as Usual" ) %>% + add_trace(x= ~df_plot_global$year, y=~rgrp()$val, line = list(widthh=0.5, dash="dot"), name=paste("High Scenario", input$high_scenario, sep=" ") ) %>% + layout(xaxis=list(title="Simulation of Global Learning Poverty"), yaxis=list(title="Learning Poverty")) %>% + layout(hovermode = 'compare') %>% + layout( + yaxis = list(rangemode = "tozero")) + } + + + + }) + + df_plot_glob<-reactive({ + + + + var_list<-c("year", "region", "pop_total","pop_with_data", "pop_sim", "wgt_adjpro", "growth_type", "preference" ) + df_plot <- df %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + + + + + df_plot_global<- df_plot %>% + filter(region=="Global") + + names<-colnames(df_plot_global[,grep("r5|r6|r7|r8|r9",colnames(df_plot_global))]) + + + + df_plot_global_wide<- df_plot_global %>% + select(-c( 'pop_total', 'pop_with_data', 'pop_sim', 'preference')) %>% + gather('own', names, key='type', value='pov') %>% + spread(year, pov ) + + df_plot_global_wide + }) + + + + + + # Downloadable png of selected dataset ---- + output$downloaddata1 <- downloadHandler( + filename = function() { + paste("global_data-", Sys.Date(), ".csv", sep="") + }, + content = function(file) { + write.csv(df_plot_glob(), file) + } + ) + + + + + ############################################### + #Create ggplot of simulation over time by group + ############################################### + output$sim_figures2 <- renderPlotly({ + + + var_list<-c("year", "region", "pop_total","pop_with_data", "pop_sim", "wgt_adjpro", "growth_type", "preference" ) + df_plot <- df %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + df_plot_regional<- df_plot %>% + filter(region!="Global") %>% + mutate(region=case_when( + region=="EAS" ~ "EAP", + region=="ECS" ~ "ECA", + region=="LCN" ~ "LAC", + region=="MEA" ~ "MENA", + region=="SAS" ~ "SAR", + region=="SSF" ~ "SSA" + )) + + + #Lower 95% CI + df_plot_lower <- df_lower %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + df_plot_regional_lower<- df_plot_lower %>% + filter(region!="Global") %>% + mutate(region=case_when( + region=="EAS" ~ "EAP", + region=="ECS" ~ "ECA", + region=="LCN" ~ "LAC", + region=="MEA" ~ "MENA", + region=="SAS" ~ "SAR", + region=="SSF" ~ "SSA" + )) + + #Upper 95% CI + df_plot_upper <- df_upper %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + df_plot_regional_upper<- df_plot_upper %>% + filter(region!="Global") %>% + mutate(region=case_when( + region=="EAS" ~ "EAP", + region=="ECS" ~ "ECA", + region=="LCN" ~ "LAC", + region=="MEA" ~ "MENA", + region=="SAS" ~ "SAR", + region=="SSF" ~ "SSA" + )) + + rgrp_reg<-reactive({ + df_plot_regional %>% + select(input$high_scenario) %>% + mutate(val=get(input$high_scenario)) + }) + + rgrp_reg_lower<-reactive({ + df_plot_regional_lower %>% + select(input$high_scenario) %>% + mutate(val=get(input$high_scenario)) + }) + + rgrp_reg_upper<-reactive({ + df_plot_regional_upper %>% + select(input$high_scenario) %>% + mutate(val=get(input$high_scenario)) + }) + if (input$ci=="No") { + df_plot_regional %>% + plot_ly(x= ~df_plot_regional$year, y=~df_plot_regional$r50, type="scatter", mode='lines+markers', color=~df_plot_regional$region ) %>% + add_trace(x= ~df_plot_regional$year, y=~rgrp_reg()$val, line = list(widthh=0.5, dash="dot", color=~df_plot_regional$region) ) %>% + layout(xaxis=list(title="Simulation of Regional Learning Poverty"), yaxis=list(title="Learning Poverty")) %>% + layout(hovermode = 'compare') %>% + layout( + yaxis = list(rangemode = "tozero")) + } else if (input$ci=="Yes") { + df_plot_regional %>% + plot_ly(x= ~df_plot_regional$year, y=~df_plot_regional$r50, type="scatter", mode='lines+markers', color=~df_plot_regional$region ) %>% + add_trace(x= ~df_plot_regional$year, y=~rgrp_reg()$val, line = list(widthh=0.5, dash="dot", color=~df_plot_regional$region) ) %>% + add_ribbons(x = df_plot_regional$year, ymin = df_plot_regional_lower$r50, ymax = df_plot_regional_upper$r50, + name = "95% confidence", color=~df_plot_regional$region) %>% + add_ribbons(x = df_plot_regional$year, ymin = ~rgrp_reg_lower()$val, ymax = ~rgrp_reg_upper()$val, + name = "95% confidence", color=~df_plot_regional$region) %>% + layout(xaxis=list(title="Simulation of Regional Learning Poverty"), yaxis=list(title="Learning Poverty")) %>% + layout(hovermode = 'compare') %>% + layout( + yaxis = list(rangemode = "tozero")) + } + + }) + + df_plot_reg<-reactive({ + + + + + + + var_list<-c("year", "region", "pop_total","pop_with_data", "pop_sim", "wgt_adjpro", "growth_type", "preference" ) + df_plot <- df %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + + + + + df_plot_regional<- df_plot %>% + filter(region!="Global") + + names<-colnames(df_plot_regional[,grep("r5|r6|r7|r8|r9",colnames(df_plot_regional))]) + + df_plot_regional_wide<- df_plot_regional %>% + select(-c( 'pop_total', 'pop_with_data', 'pop_sim', 'preference')) %>% + gather('own', names, key='type', value='pov') %>% + spread(year, pov ) + + df_plot_regional_wide + + }) + + # Downloadable png of selected dataset ---- + output$downloaddata2 <- downloadHandler( + filename = function() { + paste("regional_data-", Sys.Date(), ".csv", sep="") + }, + content = function(file) { + write.csv(df_plot_reg(), file) + } + ) + + ############################## + #create table for sim numbers + ############################## + + + + tab <- reactive({ + tab1 %>% + select(region, pop_sim_2015, pop_sim_2030, learning_poverty2015r50, learning_poverty2030r50, paste('learning_poverty2030', input$high_scenario, sep=''), country_count_2015) %>% + filter(region!="NAC") %>% + mutate(region=case_when( + region=="EAS" ~ "EAP", + region=="ECS" ~ "ECA", + region=="LCN" ~ "LAC", + region=="MEA" ~ "MENA", + region=="SAS" ~ "SAR", + region=="SSF" ~ "SSA", + TRUE ~ region + )) + }) + + #output results to window + output$sim_output <- DT::renderDataTable({ + DT::datatable(tab(), caption="Table 2. Learning Poverty Simulations by Group", + colnames=c('Region'='region', 'Population - 2015'='pop_sim_2015', 'Population - 2030'='pop_sim_2030', + 'Learning Poverty - 2015'= 'learning_poverty2015r50', + 'Learning Poverty - 2030- Business as Usual'= 'learning_poverty2030r50', + 'Learning Poverty - 2030- High Scenario'= paste('learning_poverty2030', input$high_scenario, sep=''), + '# of Countries with Data' = 'country_count_2015'), + extensions = 'Buttons', options=list( + dom = 'Bfrtip', + buttons = c('copy', 'csv', 'excel', 'pdf', 'print') + )) %>% + DT::formatRound(columns=c('Learning Poverty - 2015','Learning Poverty - 2030- Business as Usual','Learning Poverty - 2030- High Scenario' ), 2) + + }) + + + ######################################## + #create table for sim numbers by country + ######################################## + + + + + tab_country <- reactive({ + tab_country1 %>% + mutate(change_bau=(learning_poverty2030r50*pop_2030/100)/1000000-(learning_poverty2015r50*pop_2015/100)/1000000) %>% + mutate(change_high=(get(paste('learning_poverty2030', input$high_scenario, sep=''))*pop_2030/100)/1000000-(learning_poverty2015r50*pop_2015/100)/1000000) %>% + mutate(pop_learning_assessment_2015=pop_2015*country_count_2015) %>% + mutate(pop_learning_assessment_2030=pop_2030*country_count_2015) %>% + select(countrycode, regionname, incomelevelname, lendingtypename, countryname, change_bau, change_high, pop_2015, pop_2030, + learning_poverty2015r50, learning_poverty2030r50, paste('learning_poverty2030', input$high_scenario, sep='')) %>% + arrange(change_high) + }) + + #output results to window + output$sim_output_country <- DT::renderDataTable(server=FALSE, { + DT::datatable(tab_country(), caption="Table 3. Learning Poverty Simulations by Country", + colnames=c('Country Code'='countrycode', 'Region'='regionname', 'Income Level'='incomelevelname', 'Lending Type' = 'lendingtypename', 'Country'='countryname', + 'Change between 2015 and 2030 (in millions) - Business as usual'='change_bau', + 'Change between 2015 and 2030 (in millions) - High Scenario'='change_high', + 'Population - 2015'='pop_2015', 'Population - 2030'='pop_2030', + 'Learning Poverty - 2015'= 'learning_poverty2015r50', + 'Learning Poverty - 2030- Business as Usual'= 'learning_poverty2030r50', + 'Learning Poverty - 2030- High Scenario'= paste('learning_poverty2030', input$high_scenario, sep='')), + extensions = c('Buttons'), options=list( + dom = 'Bfrtip', + buttons = c('copy', 'csv', 'excel', 'pdf', 'print')) + + ) %>% + DT::formatRound(columns=c('Change between 2015 and 2030 (in millions) - Business as usual', + 'Change between 2015 and 2030 (in millions) - High Scenario', + 'Learning Poverty - 2015','Learning Poverty - 2030- Business as Usual','Learning Poverty - 2030- High Scenario' ), 2) + + + }) + + + + }) +} + +# Run the application +shinyApp(ui = ui, server = server) diff --git a/02_simulation/022_program/public_simulation_app/lpov_desc.md b/02_simulation/022_program/public_simulation_app/lpov_desc.md new file mode 100644 index 0000000..5b31e5a --- /dev/null +++ b/02_simulation/022_program/public_simulation_app/lpov_desc.md @@ -0,0 +1,31 @@ +## What is Learning Poverty? +Learning Poverty means being unable to read and understand a short, age-appropriate text by age 10. All foundational skills are important, but we focus on reading because: (i) reading proficiency is an easily understood measure of learning; (ii) reading is a student’s gateway to learning in every other area; and, (iii) reading proficiency can serve as a proxy for foundational learning in other subjects, in the same way that the absence child stunting is a marker of healthy early childhood development. + +### How is Learning Poverty measured? +This indicator brings together schooling and learning. It starts with the share of children in school who haven’t achieved minimum reading proficiency and adjusts it by the proportion of children who are out of school. Formally, we do this by calculating Learning Poverty as: + +_

LP = [BMP * (1-OoS)] + [1 * OoS]

_ + +where, _LP_ is Learning Poverty; _BMP_ is share of children in school below minimum proficiency; and _OoS_ is the percentage of out-of-school children. + +Our decision was to treat out-of-school children as non-proficient in reading. This means that Learning Poverty will always be higher than the share of children in school who haven't achieved minimum reading proficiency. For countries with a very low Out-of-School population, the share of pupils Below Minimum Proficiency will be very close to the reported Learning Poverty. Given that this measure is intended to motivate action by governments and societies more generally, discounting for Out-of-School population avoids giving countries an incentive to improve their rate by encouraging dropout of marginal students. + +### Estimating growth + +In order to simulate reductions in learning poverty, a second empirical challenge is to measure how reading proficiency has improved in recent years, to better understand how quickly countries will improve in the future. Doing this is even more challenging than estimating levels, because of the lack of data and thresholds that are comparable over time. For any individual country, there may be multiple estimates of proficiency rates available for the past 15 years, but simply calculating growth using those estimates would be misleading. Often, those estimates are based on data from different assessments—PIRLS and PASEC, for example. Although the equating process described in our technical documentation aims to harmonize the proficiency levels across assessments to allow calculation of proficiency levels, this process is too imprecise to be used for growth estimates. Given that growth rates are typically much smaller than the levels (e.g., 1% annual growth rate on a baseline of 50%), the noise introduced by mixing assessments is likely to swamp the signal (the actual change in proficiency). See the technical report for more details on how we calculate growth. + +### Regional aggregation +The Regional number is the population weighted aggregation for the countries from a specific region with assessment data following the Reporting Rule. Regional numbers are only reported if at least 40% of the 10-14 population is covered by an actual learning assessment. + +### Global aggregation +The Global number is the population weighted regional number weighted by the actual 10-14 population from each region. In this case, the implicit assumption is that the population from countries with no reading poverty, are assigned with their respective regional averages. + +### Confidence Intervals +We calculate confidence intervals that are reported in the figures in the following way. In short, we use a bootstrapping technique, which captures sampling error in the proportion of students minimally proficient at the country-year-assessment level. + +Using our student level assessment microdata, we form an indicator for whether each student is above the minimum proficiency level defined above and estimate the mean to produce the proportion proficient in each country, along with the standard error of that mean estimate for each country-year-assessment combination. Applying the Central Limit Theorem, which can be justified because the assessment databases typically contain several hundred student observations, our estimator of the proportion above minimum proficiency in each country follows an asymptotically Normal distribution. To produce standard errors for our final numbers, which are based on these country-year-assessment level proficiency numbers, we take 100 bootstrap random draws of our country-year-assessment level proficiency database, where each individual observation in our database is drawn from the Normal distribution with the mean of this distribution being our estimate of the proportion minimally proficient and the variance being the squared standard error of that estimated proportion. Then our final global and regional numbers are calculated in each of these 100 bootstrap simulated databases, and our standard error is the standard deviation of our estimate across those 100 bootstrap datasets. + +We assume that enrollment numbers, which also feed into our adjusted non-proficiency measure, are reported without error, as they are typically calculated using administrative records. We acknowledge that in some cases, even using administrative records can lead to inaccurate counts of students enrolled in schools. These types of misreporting errors are difficult to account for, and we are unable to incorporate this type of error into our standard error calculations. We acknowledge this as a limitation. + +Special Cases for Standard Error Calculations +In some cases, where we are using country-year observations based on national assessments, we do not have a standard error associated with this observation. When no standard error is available, we use the median standard error across all country-year-assessment combinations used. diff --git a/02_simulation/022_program/public_simulation_app/special_simulation_spells_nopasec_weigthed_pref1005.md b/02_simulation/022_program/public_simulation_app/special_simulation_spells_nopasec_weigthed_pref1005.md new file mode 100644 index 0000000..935e049 --- /dev/null +++ b/02_simulation/022_program/public_simulation_app/special_simulation_spells_nopasec_weigthed_pref1005.md @@ -0,0 +1,10 @@ +Annualized Reduction in Learning Poverty + +|Region Name| Average Growth | 50th Percentile | 60th Percentile | 70th Percentile | 80th Percentile | 90th Percentile | +|----- |------------ |----------- |----------- |----------- |----------- |----------- | +|EAP| -0.992 | -0.782 | -1.09 | -1.481 | -1.836 | -2.320 | +|ECA| -0.535 | -0.580 | -0.759 | -0.994 | -1.251 | -1.509 | +|LAC| -0.876 | -0.616 | -0.6422 | -1.29 | -1.808 | -2.016 | +|MENA| -1.17 | -1.020 | -1.164 | -1.749 | -1.837 | -2.796 | +|SAR| -0.993 | -0.782 | -1.094 | -1.481 | -1.836 | -2.320 | +|SSA| -1.549 | -1.011 | -1.908 | -2.142 | -2.656 | -3.459| diff --git a/02_simulation/022_program/simulations/app.R b/02_simulation/022_program/simulations/app.R new file mode 100644 index 0000000..3b362ae --- /dev/null +++ b/02_simulation/022_program/simulations/app.R @@ -0,0 +1,572 @@ + + +# +# This is a Shiny web application. You can run the application by clicking +# the 'Run App' button above. +# +# Find out more about building applications with Shiny here: +# +# http://shiny.rstudio.com/ +# + +library(shiny) +library(RStata) +library(tidyr) +library(dplyr) +library(plotly) +library(glue) +library(DT) +library(rvg) +library(officer) + +wrapper <- function(x, ...) +{ + paste(strwrap(x, ...), collapse = "\n") +} + + +#Some RStata options +options("RStata.StataVersion" = 16) + +if (file.exists("C:/Program Files/Stata16/StataMP-64.exe")) { + stata_path = "\"C:\\Program Files\\Stata16\\StataMP-64\"" + options("RStata.StataPath"=stata_path) +} else { + chooseStataBin() + options("RStata.StataPath") +} +setwd(dirname(rstudioapi::getSourceEditorContext()$path)) + +# Define UI for application that draws a histogram +ui <- fluidPage( + + # Application title + titlePanel("Learning For All Simulation App"), + + # Sidebar with a slider input for number of bins + sidebarLayout( + sidebarPanel( + actionButton("gobutton", "Go!"), + textInput("filename", "Name for final .dta sim file", value="mysimfile" ), + textInput("directory", "Location of directory to save graphs or tables", value='C:/Users/WB469649/WBG/Joao Pedro Wagner De Azevedo - EduDataAnalytics/L4A_Paper/tables_for_excel/'), + textInput("preference", "Name of preference from rawlatest", value="1005" ), + textInput("weight", "specify weights to be used ", value="aw=wgt" ), + textInput("ifspell", "if statement in stata syntax to keep only these spell data", value='if delta_adj_pct > -2 & delta_adj_pct < 4 & year_assessment>2000 & lendingtype!="LNX"' ), + textInput("ifsim", "if statement in stata syntax to keep only these obs in sim", value='if lendingtype!="LNX"' ), + textInput("ifwindow", "if statement in stata syntax to keep obs with these years in sim ", value="if assess_year>=2011" ), + textInput("specialincludeassess", "Include any extra assessments in the spells database", value="PIRLS LLECE TIMSS SACMEQ"), + textInput("specialincludegrade", "Include any extra grades in the spells database", value="3 4 5 6"), + textInput("enrollment", "which enrollment variable to use", value="validated"), + textInput("usefile", "Name of Markdown file with Regional Growth Rates", value='"${clone}/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005.md"'), + textInput("timss", "TIMSS: Science or Math", value='science'), + textInput("population_2015", "Keep population fixed at 2015?", value='No'), + textInput("savectryfile", "Save Country File with this name:", value='special_spells_nopasec_weigthed'), + textInput("groupingsim", "Group by Regions (region), Initial Poverty Level (initial_poverty_level), or Income Level (incomelevel) for Simulation?", value='region'), + textInput("groupingspells", "Group by Regions (region), Initial Poverty Level (initial_poverty_level), or Income Level (incomelevel) for calculating growth rates?", value='region'), + textInput("growthdynamics", "If Grouping by Initial Poverty Level, make growth rates dynamic? (Yes or No)", value='Yes'), + textInput('percentile', "Calculate special growth rates percentiles in spell file", value="50(10)90"), + textInput('high_scenario', "Specify percentile for high growth scenario", value="r80") + ), + + # Show a plot of the generated distribution + mainPanel( + + textOutput("sim_input"), + actionButton("save_graph", "Save Global #'s Figure to Excel at directory entered"), + plotlyOutput("sim_figures1"), + actionButton("save_graph_regional", "Save Regional #'s Figure to Excel at directory entered"), + plotlyOutput("sim_figures2"), + DT::dataTableOutput("sim_spells"), + DT::dataTableOutput("sim_output"), + DT::dataTableOutput("sim_output_country") + + + ) + ) +) + +# Define server logic required to draw a histogram +server <- function(input, output) { + + observeEvent(input$gobutton, { + stata_path = "\"C:\\Program Files (x86)\\Stata15\\StataMP-64\"" + + + #initialize the simulation ado file. First, Run an initial do file to set the paths and load a few programs. We write the _simulation_dataset,.. code using options inputed previously + prog<-glue(' + do sim_prep.do + _simulation_dataset, ifspell({input$ifspell}) /// + ifwindow({input$ifwindow}) /// + ifsim({input$ifsim} ) weight({input$weight}) preference({input$preference}) /// + specialincludeassess( {input$specialincludeassess} ) specialincludegrade({input$specialincludegrade}) /// + filename({input$filename}) /// + usefile({input$usefile}) /// + timss({input$timss}) enrollment({input$enrollment}) population_2015({input$population_2015}) /// + groupingsim({input$groupingsim}) groupingspells({input$groupingspells}) growthdynamics({input$growthdynamics}) /// + percentile({input$percentile}) + ') + + #Execute stata code based on simulation parameters defined above + stata(c(prog) ) + + #load data from sim + df_path<-paste("C:/Users/",Sys.getenv("USERNAME"),"/Documents/Github/LearningPoverty/02_simulation/023_outputs/",input$filename ,"_sim_numbers.dta", sep="") + df<-haven::read_dta(df_path) + + + ###################################### + #Create ggplot of simulation over time + ###################################### + output$sim_figures1 <- renderPlotly({ + if (input$groupingsim=="region") { + + var_list<-c("year", "region", "pop_total","pop_with_data", "pop_sim", "wgt_adjpro", "growth_type", "preference" ) + df_plot <- df %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + } + + else if (input$groupingsim=="initial_poverty_level") { + var_list<-c("year", "initial_poverty_level", "pop_total","pop_with_data", "pop_sim", "wgt_adjpro", "growth_type", "preference" ) + df_plot <- df %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + mutate(region=initial_poverty_level) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + + } + else if (input$groupingsim=="incomelevel") { + var_list<-c("year", "incomelevel", "pop_total","pop_with_data", "pop_sim", "wgt_adjpro", "growth_type", "preference" ) + df_plot <- df %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + mutate(region=incomelevel) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + + } + + df_plot_global<- df_plot %>% + filter(region=="Global") + + rgrp<-reactive({ + df_plot_global %>% + select(input$high_scenario) %>% + mutate(val=get(input$high_scenario)) + }) + + + df_plot_global %>% + plot_ly(x= ~df_plot_global$year, y=~df_plot_global$r50, type="scatter", mode='lines+markers', name="Business as Usual" ) %>% + add_trace(x= ~df_plot_global$year, y=~rgrp()$val, line = list(widthh=0.5, dash="dot"), name=paste("High Scenario", input$high_scenario, sep=" ") ) %>% + layout(xaxis=list(title="Simulation of Global Learning Poverty"), yaxis=list(title="Learning Poverty")) + + + + + }) + + observeEvent(input$save_graph, { + + if (input$groupingsim=="region") { + + var_list<-c("year", "region", "pop_total","pop_with_data", "pop_sim", "wgt_adjpro", "growth_type", "preference" ) + df_plot <- df %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + } + + else if (input$groupingsim=="initial_poverty_level") { + var_list<-c("year", "initial_poverty_level", "pop_total","pop_with_data", "pop_sim", "wgt_adjpro", "growth_type", "preference" ) + df_plot <- df %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + mutate(region=initial_poverty_level) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + + } + else if (input$groupingsim=="incomelevel") { + var_list<-c("year", "incomelevel", "pop_total","pop_with_data", "pop_sim", "wgt_adjpro", "growth_type", "preference" ) + df_plot <- df %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + mutate(region=incomelevel) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + + } + + df_plot_global<- df_plot %>% + filter(region=="Global") + + names<-colnames(df_plot_global[,grep("r5|r6|r7|r8|r9",colnames(df_plot_global))]) + + df_plot_global_wide<- df_plot_global %>% + select(-c( 'pop_total', 'pop_with_data', 'pop_sim', 'preference')) %>% + gather('own', names, key='type', value='pov') %>% + spread(year, pov ) + + write.csv(df_plot_global_wide, file=paste(input$directory,"figure4_data.csv", sep="")) + + + baseline_val<-df_plot_global %>% + filter(year==2015) + + baseline_val<-as.list(as.data.frame(baseline_val[,'r50'])) + + slope<-(baseline_val$r50[1]/2-baseline_val$r50[1])/15 + intercept<-baseline_val$r50[1] + + p<-ggplot(df_plot_global, aes(x=year)) + + geom_line(aes(y=r50, colour='r50')) + + geom_point(aes(y=r50),colour="blue") + + geom_line(aes(y=r80), colour='orange', linetype="dashed") + + geom_point(aes(y=r80),colour="orange") + + #geom_segment(aes(x=2015, y=intercept, xend=2030, yend=(intercept+15*slope), colour='segment'), data=df_plot_global) + + geom_hline(yintercept=intercept/2, colour='black') + + scale_color_manual(name="Simulation", values = c('r50' = 'blue', 'r80'='orange', 'segment'='black'), labels=c(wrapper("Business as Usual", width=15), wrapper("High Scenario (r80)", width=15), wrapper('Track to Half Learning Poverty', width=15))) + + labs(y="Learning Poverty", title="Simulation of Global Learning Poverty") + + ylim(0,60) + + theme_classic() + + + + excl<-read_xlsx() + excl<-xl_add_vg(excl, sheet="Feuil1", code = print(p), + width = 6, height = 6, left = 1, top = 2 ) + print(excl, target=paste(input$directory,"figure4.xlsx", sep="")) + }) + + + ############################################### + #Create ggplot of simulation over time by group + ############################################### + output$sim_figures2 <- renderPlotly({ + if (input$groupingsim=="region") { + + var_list<-c("year", "region", "pop_total","pop_with_data", "pop_sim", "wgt_adjpro", "growth_type", "preference" ) + df_plot <- df %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + + + } + + else if (input$groupingsim=="initial_poverty_level") { + var_list<-c("year", "initial_poverty_level", "pop_total","pop_with_data", "pop_sim", "wgt_adjpro", "growth_type", "preference" ) + df_plot <- df %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + mutate(region=initial_poverty_level) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + + } + else if (input$groupingsim=="incomelevel") { + var_list<-c("year", "incomelevel", "pop_total","pop_with_data", "pop_sim", "wgt_adjpro", "growth_type", "preference" ) + df_plot <- df %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + mutate(region=incomelevel) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + + } + df_plot_regional<- df_plot %>% + filter(region!="Global") + + + rgrp_reg<-reactive({ + df_plot_regional %>% + select(input$high_scenario) %>% + mutate(val=get(input$high_scenario)) + }) + + + df_plot_regional %>% + plot_ly(x= ~df_plot_regional$year, y=~df_plot_regional$r50, type="scatter", mode='lines+markers', color=~df_plot_regional$region ) %>% + add_trace(x= ~df_plot_regional$year, y=~rgrp_reg()$val, line = list(widthh=0.5, dash="dot", color=~df_plot_regional$region) ) %>% + layout(xaxis=list(title="Simulation of Regional Learning Poverty"), yaxis=list(title="Learning Poverty")) + + }) + + observeEvent(input$save_graph_regional, { + + if (input$groupingsim=="region") { + + var_list<-c("year", "region", "pop_total","pop_with_data", "pop_sim", "wgt_adjpro", "growth_type", "preference" ) + df_plot <- df %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + + + } + + else if (input$groupingsim=="initial_poverty_level") { + var_list<-c("year", "initial_poverty_level", "pop_total","pop_with_data", "pop_sim", "wgt_adjpro", "growth_type", "preference" ) + df_plot <- df %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + mutate(region=initial_poverty_level) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + + } + else if (input$groupingsim=="incomelevel") { + var_list<-c("year", "incomelevel", "pop_total","pop_with_data", "pop_sim", "wgt_adjpro", "growth_type", "preference" ) + df_plot <- df %>% + select_at(vars(var_list)) %>% + mutate(learning_poverty=100-wgt_adjpro) %>% + mutate(region=incomelevel) %>% + select(-wgt_adjpro) %>% + tidyr::spread(key=growth_type, value=learning_poverty) + + + } + df_plot_regional<- df_plot %>% + filter(region!="Global") + + names<-colnames(df_plot_regional[,grep("r5|r6|r7|r8|r9",colnames(df_plot_regional))]) + + df_plot_regional_wide<- df_plot_regional %>% + select(-c( 'pop_total', 'pop_with_data', 'pop_sim', 'preference')) %>% + gather('own', names, key='type', value='pov') %>% + spread(year, pov ) + + write.csv(df_plot_regional_wide, file=paste(input$directory,"figure4b_data.csv", sep="")) + + p2<-ggplot(df_plot_regional, aes(x=year, colour=region)) + + geom_line(aes(y=r50)) + + geom_point(aes(y=r50)) + + geom_line(aes(y=r80), linetype="dashed") + + geom_point(aes(y=r80)) + + labs(y="Learning Poverty", title="Simulation of Regional Learning Poverty") + + theme_classic() + + excl<-read_xlsx() + excl<-xl_add_vg(excl, sheet="Feuil1", code = print(p2), + width = 6, height = 6, left = 1, top = 2 ) + print(excl, target=paste(input$directory,"figure4b.xlsx", sep="")) + + }) + ##################################### + #create table for spell growth rates + ##################################### + + + if (input$groupingsim=="region") { + ##Spell Growth Table## + tab_spells <- df %>% + filter(year==2015 & region!="Global") %>% + select(region, wgt_growth_rate, growth_type) %>% + spread(growth_type, wgt_growth_rate ) + + #output results to window + output$sim_spells <- DT::renderDataTable({ + DT::datatable(tab_spells, caption="Table 1. Spell Growth Rates by Group", + colnames=c('Region'='region', + 'Business as Usual'='own', + 'Regional 50th Percentile'='r50', + 'Regional 60th Percentile'='r60', + 'Regional 70th Percentile'='r70', + 'Regional 80th Percentile'='r80', + 'Regional 90th Percentile'='r90'), + extensions = 'Buttons', options=list( + dom = 'Bfrtip', + buttons = c('copy', 'csv', 'excel', 'pdf', 'print') + )) + + }) + } + else if (input$groupingsim=="initial_poverty_level") { + ##Spell Growth Table## + tab_spells <- df %>% + filter(year==2015 & initial_poverty_level!="Global") %>% + select(initial_poverty_level, wgt_growth_rate, growth_type) %>% + spread(growth_type, wgt_growth_rate ) + + #output results to window + output$sim_spells <- DT::renderDataTable({ + DT::datatable(tab_spells, caption="Table 1. Spell Growth Rates by Group", + colnames=c('Learning Povety Level'='initial_poverty_level', + 'Business as Usual'='own', + 'Group 50th Percentile'='r50', + 'Group 60th Percentile'='r60', + 'Group 70th Percentile'='r70', + 'Group 80th Percentile'='r80', + 'Group 90th Percentile'='r90'), + extensions = 'Buttons', options=list( + dom = 'Bfrtip', + buttons = c('copy', 'csv', 'excel', 'pdf', 'print') + )) + + }) + } + else if (input$groupingsim=="incomelevel") { + ##Spell Growth Table## + tab_spells <- df %>% + filter(year==2015 & incomelevel!="Global") %>% + select(incomelevel, wgt_growth_rate, growth_type) %>% + spread(growth_type, wgt_growth_rate ) + + #output results to window + output$sim_spells <- DT::renderDataTable({ + DT::datatable(tab_spells, caption="Table 1. Spell Growth Rates by Group", + colnames=c('Income Level'='incomelevel', + 'Business as Usual'='own', + 'Group 50th Percentile'='own', + 'Group 60th Percentile'='r60', + 'Group 70th Percentile'='r70', + 'Group 80th Percentile'='r80', + 'Group 90th Percentile'='r90'), + extensions = 'Buttons', options=list( + dom = 'Bfrtip', + buttons = c('copy', 'csv', 'excel', 'pdf', 'print') + )) + + }) + } + ############################## + #create table for sim numbers + ############################## + tab_path<-paste("C:/Users/",Sys.getenv("USERNAME"),"/Documents/Github/LearningPoverty/02_simulation/023_outputs/",input$filename ,"_sim_table.dta", sep="") + tab1<-haven::read_dta(tab_path) + + if (input$groupingsim=="region") { + tab <- reactive({ + tab1 %>% + select(region, pop_sim_2015, pop_sim_2030, learning_poverty2015r50, learning_poverty2030r50, paste('learning_poverty2030', input$high_scenario, sep=''), country_count_2015) + }) + + #output results to window + output$sim_output <- DT::renderDataTable({ + DT::datatable(tab(), caption="Table 2. Learning Poverty Simulations by Group", + colnames=c('Region'='region', 'Population - 2015'='pop_sim_2015', 'Population - 2030'='pop_sim_2030', + 'Learning Poverty - 2015'= 'learning_poverty2015r50', + 'Learning Poverty - 2030- Business as Usual'= 'learning_poverty2030r50', + 'Learning Poverty - 2030- High Scenario'= paste('learning_poverty2030', input$high_scenario, sep=''), + '# of Countries with Data' = 'country_count_2015'), + extensions = 'Buttons', options=list( + dom = 'Bfrtip', + buttons = c('copy', 'csv', 'excel', 'pdf', 'print') + )) + + }) + } + else if (input$groupingsim=="initial_poverty_level") { + + tab <- reactive({ + tab1 %>% + select(initial_poverty_level, pop_sim_2015, pop_sim_2030, learning_poverty2015r50, learning_poverty2030r50, paste('learning_poverty2030', input$high_scenario, sep=''), country_count_2015) + }) + + #output results to window + output$sim_output <- DT::renderDataTable({ + DT::datatable(tab(), caption="Table 2. Learning Poverty Simulations by Group", + colnames=c('Initial Poverty Level'='initial_poverty_level', 'Population - 2015'='pop_sim_2015', 'Population - 2030'='pop_sim_2030', + 'Learning Poverty - 2015'= 'learning_poverty2015r50', + 'Learning Poverty - 2030- Business as Usual'= 'learning_poverty2030r50', + 'Learning Poverty - 2030- High Scenario'= paste('learning_poverty2030', input$high_scenario, sep=''), + '# of Countries with Data' = 'country_count_2015'), + extensions = 'Buttons', options=list( + dom = 'Bfrtip', + buttons = c('copy', 'csv', 'excel', 'pdf', 'print') + )) + + }) + } + else if (input$groupingsim=="incomelevel") { + tab <- reactive({ + tab1 %>% + select(incomelevel, pop_sim_2015, pop_sim_2030, learning_poverty2015r50, learning_poverty2030r50, paste('learning_poverty2030', input$high_scenario, sep=''), country_count_2015) + }) + #output results to window + output$sim_output <- DT::renderDataTable({ + DT::datatable(tab(), caption="Table 2. Learning Poverty Simulations by Group", + colnames=c('Income Level'='incomelevel', 'Population - 2015'='pop_sim_2015', 'Population - 2030'='pop_sim_2030', + 'Learning Poverty - 2015'= 'learning_poverty2015r50', + 'Learning Poverty - 2030- Business as Usual'= 'learning_poverty2030r50', + 'Learning Poverty - 2030- High Scenario'= paste('learning_poverty2030', input$high_scenario, sep=''), + '# of Countries with Data' = 'country_count_2015'), + extensions = 'Buttons', options=list( + dom = 'Bfrtip', + buttons = c('copy', 'csv', 'excel', 'pdf', 'print') + )) + + }) + } + + ######################################## + #create table for sim numbers by country + ######################################## + tab_country_path<-paste("C:/Users/",Sys.getenv("USERNAME"),"/Documents/Github/LearningPoverty/02_simulation/023_outputs/",input$filename ,"_country_sim_table.dta", sep="") + tab_country1<-haven::read_dta(tab_country_path) + + tab_country <- reactive({ + tab_country1 %>% + mutate(change_bau=(learning_poverty2030r50*pop_2030/100)/1000000-(learning_poverty2015r50*pop_2015/100)/1000000) %>% + mutate(change_high=(get(paste('learning_poverty2030', input$high_scenario, sep=''))*pop_2030/100)/1000000-(learning_poverty2015r50*pop_2015/100)/1000000) %>% + mutate(pop_learning_assessment_2015=pop_2015*country_count_2015) %>% + mutate(pop_learning_assessment_2030=pop_2030*country_count_2015) %>% + select(countrycode, regionname, incomelevelname, lendingtypename, countryname, change_bau, change_high, pop_2015, pop_2030, pop_2021, pop_2023, + learning_poverty2015r50, learning_poverty2030r50, paste('learning_poverty2030', input$high_scenario, sep=''), + country_count_2015, pop_learning_assessment_2015, pop_learning_assessment_2030) %>% + arrange(change_high) + }) + + #output results to window + output$sim_output_country <- DT::renderDataTable(server=FALSE, { + DT::datatable(tab_country(), caption="Table 3. Learning Poverty Simulations by Country", + colnames=c('Country Code'='countrycode', 'Region'='regionname', 'Income Level'='incomelevelname', 'Lending Type' = 'lendingtypename', 'Country'='countryname', + 'Change between 2015 and 2030 (in millions) - Business as usual'='change_bau', + 'Change between 2015 and 2030 (in millions) - High Scenario'='change_high', + 'Population - 2015'='pop_2015', 'Population - 2030'='pop_2030', + 'Learning Poverty - 2015'= 'learning_poverty2015r50', + 'Learning Poverty - 2030- Business as Usual'= 'learning_poverty2030r50', + 'Learning Poverty - 2030- High Scenario'= paste('learning_poverty2030', input$high_scenario, sep=''), + 'Population with Learning Assessment - 2015'='pop_learning_assessment_2015', + 'Population with Learning Assessment - 2030'='pop_learning_assessment_2030', + 'Country has Data' = 'country_count_2015'), + extensions = c('Buttons'), options=list( + dom = 'Bfrtip', + buttons = c('copy', 'csv', 'excel', 'pdf', 'print')) + + ) + + }) + + + + output$sim_input <- renderText ( { + prog + + }) + + save(df, tab1, tab_country1, file=paste("C:/Users/",Sys.getenv("USERNAME"),"/Documents/Github/LearningPoverty/02_simulation/023_outputs/",input$filename ,"_sim_numbers.RData", sep="")) + + }) +} + +# Run the application +shinyApp(ui = ui, server = server) diff --git a/02_simulation/022_program/simulations/sim_prep.do b/02_simulation/022_program/simulations/sim_prep.do new file mode 100644 index 0000000..173b68f --- /dev/null +++ b/02_simulation/022_program/simulations/sim_prep.do @@ -0,0 +1,47 @@ +***************************************************** +* Define Seed used to produce results +gl master_seed 17893 +***************************************************** + +*------------------------------------------------------------------------------- +* Define user-dependant global paths +*------------------------------------------------------------------------------- +// User-dependant paths for local repo clone +*Brian +if inlist("`c(username)'","wb469649","WB469649") { +/*Local repo clone */ global clone "C:/Users/`c(username)'/Documents/GitHub/LearningPoverty" +} +*Diana +if inlist("`c(username)'","wb552057","WB552057","diana") { +/*Local repo clone */ global clone "C:/Users/`c(username)'/Documents/Github/LearningPoverty" +} +*Joao Pedro +if inlist("`c(username)'","wb255520","WB255520") { +/*Local repo clone */ global clone "C:/Users/`c(username)'/Documents/mytasks/LearningPoverty" +} +*Kristoffer +if inlist("`c(username)'","wb462869","WB462869") { +/*Local repo clone */ global clone "C:/Users/`c(username)'/Documents/GitHub/LearningPoverty" +} + +/* WELCOME!!! ARE YOU NEW TO THIS CODE? + Add yourself by copying the lines above, making sure to adapt your clone */ +*-------------------- + +***************************************************** +* Explicitly set varabbreviation off to avoid errors +***************************************************** + set varabbrev off, permanently + +***************************************************** +* Install packages +***************************************************** + +/* WELCOME!!! ARE YOU NEW TO THIS CODE? + Add yourself by copying the lines above, making sure to adapt your clone */ +*------------------------------------------------------------------------------- + +* Make sure stata simulation_dataset.ado file is loaded +cd "${clone}/02_simulation/022_program/" + +do "${clone}/02_simulation/022_program/_simulation_dataset.ado" diff --git a/02_simulation/022_program/special_simulation_spells_nopasec_unweigthed_pref1005.md b/02_simulation/022_program/special_simulation_spells_nopasec_unweigthed_pref1005.md new file mode 100644 index 0000000..1af3929 --- /dev/null +++ b/02_simulation/022_program/special_simulation_spells_nopasec_unweigthed_pref1005.md @@ -0,0 +1,8 @@ +|region | delta_adj_pct | delta_reg_w_50 | delta_reg_w_60 | delta_reg_w_70 | delta_reg_w_80 | delta_reg_w_90 | +|----- |------------ |----------- |----------- |----------- |----------- |----------- | +|EAS| .9688447 | .9510186 | 1.184818 | 1.561603 | 2.104336 | 2.418688 | +|ECS | .5902924 | .4972273 | .6788902| .8586311| 1.056339| 1.405041 | +|LCN | .8413487 | .6241406 | .6422294| 1.102916| 1.808433| 2.138032 | +|MEA | .7287428 | 1.163887 | 1.748871| 1.836901| 2.283069| 2.795577 | +|SAS| .9688447 | .9510186 | 1.184818 | 1.561603 | 2.104336 |2.418688 | +|SSF| 1.373287 | 1.502882 | 1.928851 | 2.494049 | 3.224466 | 3.458876| diff --git a/02_simulation/022_program/special_simulation_spells_nopasec_unweigthed_pref1005_incomelevel.md b/02_simulation/022_program/special_simulation_spells_nopasec_unweigthed_pref1005_incomelevel.md new file mode 100644 index 0000000..3cf6161 --- /dev/null +++ b/02_simulation/022_program/special_simulation_spells_nopasec_unweigthed_pref1005_incomelevel.md @@ -0,0 +1,6 @@ +|incomelevel | delta_adj_pct | delta_reg_w_50 | delta_reg_w_60 | delta_reg_w_70 | delta_reg_w_80 | delta_reg_w_90 | +|----- |------------ |----------- |----------- |----------- |----------- |----------- | +|LIC | 0.0581299 | .0847495 | .0137155 | .1121804 | 1.020516 | 1.928851 | +|LMC | 1.444947 | 1.151856 | 1.207389 | 1.748871 | 2.314952 | 3.224466| +|UMC | 1.006047 | .8073473 | 1.079628 | 1.658745 | 2.139972 | 2.574813 | +|HIC | 0.8116585 | .5318003 | .6033493 | .6557026 | 2.009297 | 3.39929| diff --git a/02_simulation/022_program/special_simulation_spells_nopasec_unweigthed_pref1005_initial_poverty_level.md b/02_simulation/022_program/special_simulation_spells_nopasec_unweigthed_pref1005_initial_poverty_level.md new file mode 100644 index 0000000..a1a1517 --- /dev/null +++ b/02_simulation/022_program/special_simulation_spells_nopasec_unweigthed_pref1005_initial_poverty_level.md @@ -0,0 +1,6 @@ +|initial_poverty_level | delta_adj_pct | delta_reg_w_50 | delta_reg_w_60 | delta_reg_w_70 | delta_reg_w_80 | delta_reg_w_90 | +|----- |------------ |----------- |----------- |----------- |----------- |----------- | +0-25% Learning P | 1.022164 |.6296482 | .8586311 | 1.250891 | 1.509056 | 3.339704| +25-50% Learning | 1.221516 |1.102916 | 1.907785 | 2.141911 | 2.722119 | 3.224466| +50-75% Learning | .9935414 |.9928002 | 1.151856 | 1.748871 | 1.893757 | 2.494049| +75-100% Learning | .1955873 |-.0500434 | .1121804 | .1121804 | .9247284 | 1.478873| diff --git a/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a.md b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a.md new file mode 100644 index 0000000..ad84401 --- /dev/null +++ b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a.md @@ -0,0 +1,8 @@ +|region | delta_adj_pct | delta_reg_w_50 | delta_reg_w_60 | delta_reg_w_70 | delta_reg_w_80 | delta_reg_w_90 | +|----- |------------ |----------- |----------- |----------- |----------- |----------- | +|EAS| 1.024168 |.799059 |1.108933 | 1.444374 | 1.704331 | 2.397043 | +|ECS| .5257723 | .5804062 | .8586311 | 1.056339 | 1.250893 | 1.509056 | +|LCN| .9103526 | .6422299 | 1.102917 | 1.478872 | 1.808432 | 1.893757 | +|MEA| .9802885 | .8876209 | .8876209 | 1.163887 | 1.163887 | 2.283069 | +|SAS| 1.024168 |.799059 | 1.108933 | 1.444374 | 1.704331 | 2.397043 | +|SSF| 1.552273 | 1.00963 | 1.449121 | 1.947759 | 2.382817 | 3.651614 | diff --git a/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_incomelevel.md b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_incomelevel.md new file mode 100644 index 0000000..75cc1e7 --- /dev/null +++ b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_incomelevel.md @@ -0,0 +1,6 @@ +|incomelevel | delta_adj_pct | delta_reg_w_50 | delta_reg_w_60 | delta_reg_w_70 | delta_reg_w_80 | delta_reg_w_90 | +|----- |------------ |----------- |----------- |----------- |----------- |----------- | +|LIC | -0.37 | -0.96 | -0.47 | 0.01 | 0.90 | 1.78 | +|LMC | 0.72 | 0.41 | 0.62 | 0.89 | 1.15 | 1.16 | +|UMC | 0.75 | 0.71 | 0.99 | 1.41 | 1.84 | 2.24 | +|HIC | 0.71 | 0.57 | 0.61 | 0.63 | 1.09 | 1.09 | diff --git a/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_initial_poverty_level.md b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_initial_poverty_level.md new file mode 100644 index 0000000..04f26a3 --- /dev/null +++ b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_initial_poverty_level.md @@ -0,0 +1,6 @@ +|initial_poverty_level | delta_adj_pct | delta_reg_w_50 | delta_reg_w_60 | delta_reg_w_70 | delta_reg_w_80 | delta_reg_w_90 | +|----- |------------ |----------- |----------- |----------- |----------- |----------- | +| 0-25% Learning Poverty | .7810273 | .4615402 | .632515 | .8586311 | 1.093158 | 1.405041 | +| 25-50% Learning Poverty | .6911094 | 1.04144 | 1.102917 | 2.283069 | 2.722118 | 2.795575 | +| 50-75% Learning Poverty | .7334087 | .5514922 | .774477 | 1.151856 | 1.68804 | 2.068671 | +| 75-100% Learning Poverty | -.0852622 | .4622571 | .7935333 | 1.136203 | 1.478872 | 1.627544 | diff --git a/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_mna.md b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_mna.md new file mode 100644 index 0000000..8fac854 --- /dev/null +++ b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_mna.md @@ -0,0 +1,8 @@ +|region | delta_adj_pct | delta_reg_w_50 | delta_reg_w_60 | delta_reg_w_70 | delta_reg_w_80 | delta_reg_w_90 | +|----- |------------ |----------- |----------- |----------- |----------- |----------- | +|EAS| 1.024168 |.799059 |1.108933 | 1.444374 | 1.704331 | 2.397043 | +|ECS| .5257723 | .5804062 | .8586311 | 1.056339 | 1.250893 | 1.509056 | +|LCN| .9103526 | .6422299 | 1.102917 | 1.478872 | 1.808432 | 1.893757 | +|MEA| .9802885 | 1.4121 | 1.748871 | 1.836901 | 2.295264 | 2.795577 | +|SAS| 1.024168 |.799059 | 1.108933 | 1.444374 | 1.704331 | 2.397043 | +|SSF| 1.552273 | 1.00963 | 1.449121 | 1.947759 | 2.382817 | 3.651614 | diff --git a/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_mna_noISR.md b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_mna_noISR.md new file mode 100644 index 0000000..c478048 --- /dev/null +++ b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1000a_mna_noISR.md @@ -0,0 +1,8 @@ +|region | delta_adj_pct | delta_reg_w_50 | delta_reg_w_60 | delta_reg_w_70 | delta_reg_w_80 | delta_reg_w_90 | +|----- |------------ |----------- |----------- |----------- |----------- |----------- | +|EAS| 1.024168 |.799059 |1.108933 | 1.444374 | 1.704331 | 2.397043 | +|ECS| .5257723 | .5804062 | .8586311 | 1.056339 | 1.250893 | 1.509056 | +|LCN| .9103526 | .6422299 | 1.102917 | 1.478872 | 1.808432 | 1.893757 | +|MEA| .9802885 | 1.672584 | 1.792886| 2.283069 | 2.393407 | 3.048103 | +|SAS| 1.024168 |.799059 | 1.108933 | 1.444374 | 1.704331 | 2.397043 | +|SSF| 1.552273 | 1.00963 | 1.449121 | 1.947759 | 2.382817 | 3.651614 | diff --git a/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005.md b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005.md new file mode 100644 index 0000000..2abd9b2 --- /dev/null +++ b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005.md @@ -0,0 +1,8 @@ +|region | delta_adj_pct | delta_reg_w_50 | delta_reg_w_60 | delta_reg_w_70 | delta_reg_w_80 | delta_reg_w_90 | +|----- |------------ |----------- |----------- |----------- |----------- |----------- | +|EAS| .9928978 | .7819802 | 1.093752 | 1.480744 | 1.83555 | 2.320322 | +|ECS| .5349326 | .5804062 | .759409 | .9935608 | 1.250891 | 1.509056 | +|LCN| .8755936 | .6157662 | .6422294 | 1.290895 | 1.808433 | 2.015895 | +|MEA| 1.167432 | 1.019739 | 1.163887 | 1.748871 | 1.836901 | 2.795577 | +|SAS| .9928978 | .7819802 | 1.093752 | 1.480744 | 1.83555 | 2.320322 | +|SSF| 1.548801 | 1.011354 | 1.907785 | 2.141911 | 2.655576 | 3.458876| diff --git a/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_incomelevel.md b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_incomelevel.md new file mode 100644 index 0000000..7c01003 --- /dev/null +++ b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_incomelevel.md @@ -0,0 +1,6 @@ +|incomelevel | delta_adj_pct | delta_reg_w_50 | delta_reg_w_60 | delta_reg_w_70 | delta_reg_w_80 | delta_reg_w_90 | +|----- |------------ |----------- |----------- |----------- |----------- |----------- | +|LIC | 0.0581299 | -.0847495 | .0137155 | .1121804 | 1.020516 | 1.928851 | +|LMC | 1.444947 | 1.151856 | 1.163887 | 1.748871 | 1.748871 | 2.722119 | +|UMC | 1.006047 | .759409 | .9935608 | 1.478873 | 2.141911 | 2.655576 | +|HIC | 0.8116585 | .5318003 |.632515 | .6788902 | 3.339704 | 3.458876| diff --git a/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_initial_poverty_level.md b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_initial_poverty_level.md new file mode 100644 index 0000000..ed17320 --- /dev/null +++ b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_initial_poverty_level.md @@ -0,0 +1,6 @@ +|initial_poverty_level | delta_adj_pct | delta_reg_w_50 | delta_reg_w_60 | delta_reg_w_70 | delta_reg_w_80 | delta_reg_w_90 | +|----- |------------ |----------- |----------- |----------- |----------- |----------- | +| 0-25% Learning Poverty | 1.022164 | .5804062 | .759409 | .9935608 | 1.405041 | 3.300629 | +| 25-50% Learning Poverty | 1.221516 | 1.836901 | 1.928851 | 2.283069 | 2.722119 | 2.795577 | +| 50-75% Learning Poverty | .9935414 | 1.151856 | 1.163887 | 1.748871 | 1.808433 | 2.494049 | +| 75-100% Learning Poverty | .1955873 | -.4393559 | -.4393559 | -.0500434 | .1121804 | .9247284| diff --git a/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_lower_ci.md b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_lower_ci.md new file mode 100644 index 0000000..c46578f --- /dev/null +++ b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_lower_ci.md @@ -0,0 +1,8 @@ +|region | delta_adj_pct | delta_reg_w_50 | delta_reg_w_60 | delta_reg_w_70 | delta_reg_w_80 | delta_reg_w_90 | +|----- |------------ |----------- |----------- |----------- |----------- |----------- | +|EAS| 0.895790384 |0.636984692 |0.873266504 |1.312120888| 1.636801296 |2.060018516| +|ECS| 0.368216764 |0.381345072 |0.51229318 |0.650816384 |0.883058584 |0.94650562 | +|LCN| 0.75242034 |0.468141352 |0.482920992| 0.998325408 |1.575809812 |1.839990488 | +|MEA|0.798584696 |0.401339008 |0.559501988| 1.128388116 |1.390347536 |2.035339648 | +|SAS| 0.895790384 |0.636984692 |0.873266504| 1.312120888 |1.636801296 |2.060018516| +|SSF| 1.436569244 |0.844299868 |1.277981336| 1.87720614 |2.224923232 |3.07999134 | diff --git a/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_newsimnum_no_ISR.md b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_newsimnum_no_ISR.md new file mode 100644 index 0000000..979bc57 --- /dev/null +++ b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_newsimnum_no_ISR.md @@ -0,0 +1,8 @@ +|region | delta_adj_pct | delta_reg_w_50 | delta_reg_w_60 | delta_reg_w_70 | delta_reg_w_80 | delta_reg_w_90 | +|----- |------------ |----------- |----------- |----------- |----------- |----------- | +|EAS| .9928978 | .7819802 | 1.093752 | 1.480744 | 1.83555 | 2.320322 | +|ECS| .5349326 | .5804062 | .759409 | .9935608 | 1.250891 | 1.509056 | +|LCN| .8755936 | .6157662 | .6422294 | 1.290895 | 1.808433 | 2.015895 | +|MEA| 1.18114 | 1.163887 | 1.660313 | 1.836901 | 2.49155 | 3.300629 | +|SAS| .9928978 | .7819802 | 1.093752 | 1.480744 | 1.83555 | 2.320322 | +|SSF| 1.548801 | 1.011354 | 1.907785 | 2.141911 | 2.655576 | 3.458876| diff --git a/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_upper_ci.md b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_upper_ci.md new file mode 100644 index 0000000..b14abbc --- /dev/null +++ b/02_simulation/022_program/special_simulation_spells_nopasec_weigthed_pref1005_upper_ci.md @@ -0,0 +1,8 @@ +|region | delta_adj_pct | delta_reg_w_50 | delta_reg_w_60 | delta_reg_w_70 | delta_reg_w_80 | delta_reg_w_90 | +|----- |------------ |----------- |----------- |----------- |----------- |----------- | +|EAS| 1.090005216| 0.926975708| 1.314237496| 1.649367112| 2.034298704| 2.580625484 | +|ECS| 0.701648436| 0.779467328| 1.00652482| 1.336305216| 1.618723416| 2.07160638 | +|LCN| 0.99876686| 0.763391048 |0.801537808| 1.583464592| 2.041056188| 2.191799512 | +|MEA|1.536279304| 1.638138992 |1.768272012| 2.369353884| 2.283454464| 3.555814352 | +|SAS| 1.090005216| 0.926975708| 1.314237496| 1.649367112| 2.034298704| 2.580625484 | +|SSF| 1.661032756| 1.178408132| 2.537588664| 2.40661586| 3.086228768| 3.83776066 | diff --git a/02_simulation/023_outputs/placeholderfile.md b/02_simulation/023_outputs/placeholderfile.md new file mode 100644 index 0000000..0e96e42 --- /dev/null +++ b/02_simulation/023_outputs/placeholderfile.md @@ -0,0 +1,3 @@ +This file is only meant to be able to share folders on GitHub.com as empty folders cannot be shared. Once this folder is no longer empty, this file can be removed. + +A folder is still considered empty for this purpose if all files in the folder is ignored in the _.gitignore_ file. diff --git a/03_export_tables/031_rawdata/lpv_metadata.csv b/03_export_tables/031_rawdata/lpv_metadata.csv new file mode 100644 index 0000000..0808e65 --- /dev/null +++ b/03_export_tables/031_rawdata/lpv_metadata.csv @@ -0,0 +1,10 @@ +Indicator,Indicator Name,Source,Source Note,Source Organization +SE.LPV.PRIM,Learning poverty: Share of Children at the End-of-Primary age below minimum reading proficiency adjusted by Out-of-School Children (%),Education Statistics,"This indicator brings together schooling and learning. It starts with the share of  children who haven’t achieved minimum reading proficiency and adjusts it by the proportion of children who are out of school. The data used to calculate Learning Poverty has been made possible thanks to the work of the Global Alliance to Monitor Learning led by the UNESCO Institute for Statistics (UIS), which established Minimum Proficiency Levels (MPLs) that enable countries to benchmark learning across different cross-national and national assessments. For more information please see [CITE WORKING PAPER].",Word Bank and UIS +SE.LPV.PRIM.FE,Learning poverty: Share of Female Children at the End-of-Primary age below minimum reading proficiency adjusted by Out-of-School Children (%),Education Statistics,"This indicator brings together schooling and learning. It starts with the share of  children who haven’t achieved minimum reading proficiency and adjusts it by the proportion of children who are out of school. The data used to calculate Learning Poverty has been made possible thanks to the work of the Global Alliance to Monitor Learning led by the UNESCO Institute for Statistics (UIS), which established Minimum Proficiency Levels (MPLs) that enable countries to benchmark learning across different cross-national and national assessments. For more information please see [CITE WORKING PAPER].",Word Bank and UIS +SE.LPV.PRIM.MA,Learning poverty: Share of Male Children at the End-of-Primary age below minimum reading proficiency adjusted by Out-of-School Children (%),Education Statistics,"This indicator brings together schooling and learning. It starts with the share of  children who haven’t achieved minimum reading proficiency and adjusts it by the proportion of children who are out of school. The data used to calculate Learning Poverty has been made possible thanks to the work of the Global Alliance to Monitor Learning led by the UNESCO Institute for Statistics (UIS), which established Minimum Proficiency Levels (MPLs) that enable countries to benchmark learning across different cross-national and national assessments. For more information please see [CITE WORKING PAPER].",Word Bank and UIS +SE.LPV.PRIM.OOS,Primary school age children out-of-school (%),Education Statistics,"The Out-of-School adjustment in our Learning Poverty indicator relies on enrollment data. Our preferred definition is the adjusted net primary enrollment as reported by UIS. For more information please see Azevedo, Joao Pedro, and others. 2019. “Will Every Child Be Able to Read by 2030? Why Eliminating Learning Poverty Will Be Harder Than You Think, and What to Do About It.” World Bank Policy Research Working Paper series. Washington, DC: World Bank.",Word Bank and UIS +SE.LPV.PRIM.OOS.FE,Female primary school age children out-of-school (%),Education Statistics,"The Out-of-School adjustment in our Learning Poverty indicator relies on enrollment data. Our preferred definition is the adjusted net primary enrollment as reported by UIS. For more information please see Azevedo, Joao Pedro, and others. 2019. “Will Every Child Be Able to Read by 2030? Why Eliminating Learning Poverty Will Be Harder Than You Think, and What to Do About It.” World Bank Policy Research Working Paper series. Washington, DC: World Bank.",Word Bank and UIS +SE.LPV.PRIM.OOS.MA,Male primary school age children out-of-school (%),Education Statistics,"The Out-of-School adjustment in our Learning Poverty indicator relies on enrollment data. Our preferred definition is the adjusted net primary enrollment as reported by UIS. For more information please see Azevedo, Joao Pedro, and others. 2019. “Will Every Child Be Able to Read by 2030? Why Eliminating Learning Poverty Will Be Harder Than You Think, and What to Do About It.” World Bank Policy Research Working Paper series. Washington, DC: World Bank.",Word Bank and UIS +SE.LPV.PRM.BMP,Pupils below minimum reading proficiency at end of primary (%). Low GAML threshold,Education Statistics,"This indicator uses on Minimum Proficiency Levels (MPLs) defined by the Global Alliance to Monitor Learning led by the UNESCO Institute for Statistics (UIS) in the context of the SDG 4.1.1 monitoring, which established learning benchmarks across different cross-national and national assessments. For more information please see Azevedo, Joao Pedro, and others. 2019. “Will Every Child Be Able to Read by 2030? Why Eliminating Learning Poverty Will Be Harder Than You Think, and What to Do About It.” World Bank Policy Research Working Paper series. Washington, DC: World Bank.",Word Bank and UIS +SE.LPV.PRIM.BMP.FE,Female pupils below minimum reading proficiency at end of primary (%). Low GAML threshold,Education Statistics,"This indicator uses on Minimum Proficiency Levels (MPLs) defined by the Global Alliance to Monitor Learning led by the UNESCO Institute for Statistics (UIS) in the context of the SDG 4.1.1 monitoring, which established learning benchmarks across different cross-national and national assessments. For more information please see Azevedo, Joao Pedro, and others. 2019. “Will Every Child Be Able to Read by 2030? Why Eliminating Learning Poverty Will Be Harder Than You Think, and What to Do About It.” World Bank Policy Research Working Paper series. Washington, DC: World Bank.",Word Bank and UIS +SE.LPV.PRIM.BMP.MA,Male pupils below minimum reading proficiency at end of primary (%). Low GAML threshold,Education Statistics,"This indicator uses on Minimum Proficiency Levels (MPLs) defined by the Global Alliance to Monitor Learning led by the UNESCO Institute for Statistics (UIS) in the context of the SDG 4.1.1 monitoring, which established learning benchmarks across different cross-national and national assessments. For more information please see Azevedo, Joao Pedro, and others. 2019. “Will Every Child Be Able to Read by 2030? Why Eliminating Learning Poverty Will Be Harder Than You Think, and What to Do About It.” World Bank Policy Research Working Paper series. Washington, DC: World Bank.",Word Bank and UIS diff --git a/03_export_tables/032_programs/03211_preferred_list_tables_ci.do b/03_export_tables/032_programs/03211_preferred_list_tables_ci.do new file mode 100644 index 0000000..44c2394 --- /dev/null +++ b/03_export_tables/032_programs/03211_preferred_list_tables_ci.do @@ -0,0 +1,808 @@ +*==============================================================================* +* PROGRAMS: CREATES TABLES WITH CONFIDENCE INTERVAL FOR TECHNICAL PAPER +*==============================================================================* + +* 0.3.1 fixed typo on output line +* 0.3 add anchor year; and select variable closest to the anchore year +* 0.2 add the counstruction of Global weights + Global Weight Window + Global Weights Filter +* 0.1 run quietly with a NOIsily option JPA + +*Author: Brian Stacy; Hongxi Zhao; Diana Goldberg; Kristopher Bjarkefur; Joao Pedro Azevedo + + +/*This an ado file: +1)Develops database for preferred list +The user must specify a number of options. +(1) nla() - which dictates that the countries in the list are to use the National Learning Assessment. This option takes countrycodes. +(2) threshold() - which dictates which threshold to use for the proficiency levels. Current options are 0, I, II, IIB. +(3) droplist() - which dictate which countries to not calculate proficiency levels. This option takes country codes +(4) dropassess() - which dictate which assessments to not calculate proficiency levels. This option takes assessment names +(5) runname() - which dictates the name of the run. It also identifies the run in the rawlatest file (i.e. preference="912") +(6) TIMSS()-dictates either math or science for TIMSS. either enter string "math" or "science" +(7) enrollment() -dictates which enrollment to use. original enrollment, validated, or interpolated +(8) EGRADROP() -drop specific EGRAs, 3rd grade, 4th grade, non-nationally representative. +As an example: _preferred_list, nla(BGD CHN IND PAK) threshold(IIB) droplist(NGA PAK) dropassess(SACMEQ) runname(912) timss_subject(science) +Specifies that Bangladesh, China, India, and Pakistan use National Learning Assessments. Threshold IIB is applied for all assessments. +*/ +cap program drop _preferred_list_tables_ci +program define _preferred_list_tables_ci, rclass + version 14 + syntax [, /// + PREFERENCE(string) /// + POPULATION(string) /// + NOIsily /// + GLOBALWEIGHT(string) /// + GLOBALWEIGHTWINDOW(string) /// + GLOBALWEIGHTFILTER(string) /// + ANCHORYEAR(string) /// + REPETITIONS(string) /// + RUNNAME(string) /// + ] + + * Apply checks + + if "`noisily'" != "" { + local noi "noi" + } + else { + local noi "qui" + } + + * Rawlatest with merged non-proficiency split by gender from CLO + use "${clone}/01_data/013_outputs/preference`preference'.dta", clear + + * Generate dummy on whether assessment is inside TIMEWINDOW() + cap drop include_assessment + if "`globalweightwindow'" == "" { + * If not specified, all observations are included by default + gen byte include_assessment = 1 + } + else { + * If specified, apply the condition to create a dummy + cap gen byte include_assessment = (`globalweightwindow') & !missing(year_assessment) + if _rc != 0 { + noi di as err `"The option TIMEWINDOW() is incorrectly specified. Good example: timewindow(year_assessment>=2011)"' + break + } + } + + + * Generate dummy on whether country is inside COUNTRYFILTER() + cap drop include_country + if "`globalweightfilter'" == "" { + * If not specified, all observations are included + gen byte include_country = 1 + } + else { + * If specified, apply the condition to create a dummy + cap gen byte include_country = (`globalweightfilter') + if _rc != 0 { + noi di as err `"The option COUNTRYFILTER() is incorrectly specified. Good example: countryfilter(incomelevel!="HIC" & lendingtype!="LNX")"' + break + } + } + + // * Whether or not the confidence intervals will be calculated + // if "`ci_repetitions'" != "" { + // local CI = 1 + // } + // else { + // local CI = 0 + // } + + + *----------------------------* + * Calculation of pop weights * + *----------------------------* + + * Tentatively drop pre-existing auxiliary and final variables to avoid errors: + foreach var in wgt_included wgt_population_total wgt_population_assessed wgt_scaling_factor weight_global_number { + cap drop `var' + } + + * The main variable we're set to build is wgt_pop, which is integer so we can use as frequency weights + gen long weight_global_number = . + label var weight_global_number "Population scaled as weights for global/regional aggregations" + + * A country learning poverty number is POTENTIALLY included only if it satisfies both the TIMEWINDOWN() and COUNTRYFILTER() + gen byte wgt_included = include_country * include_assessment + label var wgt_included "Observation is considered in global/regional aggregations" + * Total 2015 population 10-14 years old that matters for the global number + egen wgt_population_total = total(anchor_population * include_country), by(`globalweight') + * Total population for which some assessment data will be used in the calculation + egen wgt_population_assessed = total(anchor_population_w_assessment * wgt_included), by(`globalweight') + * Scaling factor (would be 1 if all kids were assessed, but it's more than 1) + gen wgt_scaling_factor = wgt_population_total / wgt_population_assessed + label var wgt_scaling_factor "Scaling factor of population in global/regional aggregations" + + * The weight to use is the scaling up of those numbers: + replace weight_global_number = round(anchor_population_w_assessment * wgt_included * wgt_scaling_factor) //if preference == "`preference'" + * Except when there is no learning_poverty (prof) + replace weight_global_number = . if adj_nonprof_all == . + + * Calculate population coverage + gen pop_cov=100*wgt_population_assessed/wgt_population_total + + + if "`globalweightfilter'" == "" { + * If not specified, all observations are included + gen ctry_selected = 1 + gen ctry_assessment = 1 if (adj_nonprof_all != .) & ctry_selected == 1 + gen ctry_assessment_prefered = ctry_assessment if (`globalweightwindow') & ctry_selected == 1 + egen countries=total(ctry_assessment_prefered), by(preference `globalweight') + } + else { + * Countries + gen ctry_selected = 1 if (`globalweightfilter') + gen ctry_assessment = 1 if (adj_nonprof_all != .) & ctry_selected == 1 + gen ctry_assessment_prefered = ctry_assessment if (`globalweightwindow') & ctry_selected == 1 + egen countries=total(ctry_assessment_prefered), by(preference `globalweight') + } + + ************************************************************************** + *Calculate Std Errors + ************************************************************************** + + * Bootstrap approach for std errors + + if "`repetitions'"!="" { + forv i=1/`repetitions' { + + preserve + + * Form new adjprof based on random draw in boostrap sim + gen adj_nonprof_bs=100 * ( 1 - (enrollment_all/100) * (1 - rnormal(nonprof_all, se_nonprof_all)/100)) + collapse adj_nonprof_all adj_nonprof_bs [fw=weight_global_number], by(`globalweight') + gen rep=`i' + tempfile temp`i' + save "`temp`i''" + + restore + + } + + * Produce global total in similar way + forv i=1/`repetitions' { + + preserve + + * Form new adjprof based on random draw in boostrap sim + gen adj_nonprof_bs=100 * ( 1 - (enrollment_all/100) * (1 - rnormal(nonprof_all, se_nonprof_all)/100)) + collapse adj_nonprof_all adj_nonprof_bs [fw=weight_global_number], + gen rep=`i' + gen `globalweight' = "Global" + tempfile temp`i'_total + save "`temp`i'_total'" + + restore + + } + + } + + ***************************************** + ** Results + ***************************************** + + if ("`globalweight'" != "") { + + noi di "" + noi di in g "runame: " in y "`runname'" + noi di in g "weigths: " in y "weight_global_number by `globalweight'" + noi di in g "filters: " in y `"`globalweightfilter'"' + noi di in g "window: " in y "`globalweightwindow'" + + * Formatting for wgt_population_assessed wgt_population_total + replace wgt_population_assessed=wgt_population_assessed/1000000 + replace wgt_population_total=wgt_population_total/1000000 + + putexcel set "${clone}/03_export_tables/033_outputs/tabs_5_6_`runname'.xlsx", modify + putexcel A1 = ("Tables 5 & 6 Combined") + putexcel A2 = ("Country Groups") + putexcel B2 = ("Learning Poverty") + putexcel C2 = ("Population Coverage") + putexcel D2 = ("Population w/ Assessment") + putexcel E2 = ("Regional Population") + putexcel F2 = ("Countries") + putexcel G2 = ("Enrollment") + + putexcel H1 = ("Learning Poverty") + putexcel H2 = ("Min") + putexcel I2 = ("Max") + putexcel J2 = ("S.E.") + + if "`globalweight'"=="region" { + mat drop _all + noi tabstat adj_nonprof_all pop_cov wgt_population_assessed wgt_population_total countries enrollment_all [fw=weight_global_number], by(`globalweight') missing format(%20.1fc) save + + * Because # of regions may change based on settings, rename matrices after tabstat + forval i=1/8 { + di "`r(name`i')'" + local matname M_`r(name`i')' + matrix `matname' = r(Stat`i') + } + + return list + // Mean + putexcel A3 = ("By Region") + putexcel A4 = (" EAP") B4 = matrix(M_EAS) + putexcel A5 = (" ECA") B5 = matrix(M_ECS) + putexcel A6 = (" LAC") B6 = matrix(M_LCN) + putexcel A7 = (" MNA") B7 = matrix(M_MEA) + cap putexcel A8 = (" NAC") B8 = matrix(M_NAC) + putexcel A9 = (" SAR") B9 = matrix(M_SAS) + putexcel A10 = (" SSF") B10 = matrix(M_SSF) + + // Min + mat drop _all + noi tabstat adj_nonprof_all [fw=weight_global_number], by(`globalweight') format(%20.1fc) save missing stat(min) + + *Because # of regions may change based on settings, rename matrices after tabstat + forval i=1/8 { + di "`r(name`i')'" + local matname M_`r(name`i')' + matrix `matname' = r(Stat`i') + } + + putexcel A4 = (" EAP") H4 = matrix(M_EAS) + putexcel A5 = (" ECA") H5 = matrix(M_ECS) + putexcel A6 = (" LAC") H6 = matrix(M_LCN) + putexcel A7 = (" MNA") H7 = matrix(M_MEA) + cap putexcel A8 = (" NAC") H8 = matrix(M_NAC) + putexcel A9 = (" SAR") H9 = matrix(M_SAS) + putexcel A10 = (" SSF") H10 = matrix(M_SSF) + + // Max + mat drop _all + noi tabstat adj_nonprof_all [fw=weight_global_number], by(`globalweight') format(%20.1fc) save missing stat(max) + + * Because # of regions may change based on settings, rename matrices after tabstat + forval i=1/8 { + di "`r(name`i')'" + local matname M_`r(name`i')' + matrix `matname' = r(Stat`i') + } + putexcel A4 = (" EAP") I4 = matrix(M_EAS) + putexcel A5 = (" ECA") I5 = matrix(M_ECS) + putexcel A6 = (" LAC") I6 = matrix(M_LCN) + putexcel A7 = (" MNA") I7 = matrix(M_MEA) + cap putexcel A8 = (" NAC") I8 = matrix(M_NAC) + putexcel A9 = (" SAR") I9 = matrix(M_SAS) + putexcel A10 = (" SSF") I10 = matrix(M_SSF) + + // S.E. + if "`repetitions'"!="" { + + preserve + //Code on appending files together to produce S.E. + clear + use "`temp1'" + append using "`temp1_total'" + forv i=2/`repetitions' { + append using "`temp`i''" + append using "`temp`i'_total'" + } + save "${clone}/03_export_tables/033_outputs/bs_reps_`globalweight'.dta", replace + mat drop _all + tabstat adj_nonprof_bs, by(`globalweight') stat(sd) missing save + + *Because # of regions may change based on settings, rename matrices after tabstat + forval i=1/8 { + di "`r(name`i')'" + local matname M_`r(name`i')' + matrix `matname' = r(Stat`i') + } + + noi return list + restore + + putexcel A4 = (" EAP") J4 = matrix(M_EAS) + putexcel A5 = (" ECA") J5 = matrix(M_ECS) + putexcel A6 = (" LAC") J6 = matrix(M_LCN) + putexcel A7 = (" MNA") J7 = matrix(M_MEA) + cap putexcel A8 = (" NAC") J8 = matrix(M_NAC) + putexcel A9 = (" SAR") J9 = matrix(M_SAS) + putexcel A10 = (" SSF") J10 = matrix(M_SSF) + putexcel A21 = ("Total") J21=matrix(M_Global) + + } + + } + + if "`globalweight'"=="lendingtype" { + mat drop _all + noi tabstat adj_nonprof_all pop_cov wgt_population_assessed wgt_population_total countries enrollment_all [fw=weight_global_number], by(`globalweight') format(%20.1fc) save + return list + * Because # of groups may change based on settings, rename matrices after tabstat + forval i=1/5 { + di "`r(name`i')'" + local matname M_`r(name`i')' + matrix `matname' = r(Stat`i') + } + + putexcel A11 = ("By Lending Type") + putexcel A12 = (" IBRD") B12 = matrix(M_IBD) + putexcel A13 = (" Blend" ) B13 = matrix(M_IDB) + putexcel A14 = (" IDA") B14 = matrix(M_IDX) + cap putexcel A15 = (" Not classified") B15 = matrix(M_LNX) + + // Min + mat drop _all + noi tabstat adj_nonprof_all [fw=weight_global_number], by(`globalweight') format(%20.1fc) save stat(min) + + * Because # of groups may change based on settings, rename matrices after tabstat + forval i=1/5 { + di "`r(name`i')'" + local matname M_`r(name`i')' + matrix `matname' = r(Stat`i') + } + putexcel A12 = (" IBRD") H12 = matrix(M_IBD) + putexcel A13 = (" Blend" ) H13 = matrix(M_IDB) + putexcel A14 = (" IDA") H14 = matrix(M_IDX) + cap putexcel A15 = (" Not classified") H15 = matrix(M_LNX) + + // Max + mat drop _all + noi tabstat adj_nonprof_all [fw=weight_global_number], by(`globalweight') format(%20.1fc) save stat(max) + * Because # of groups may change based on settings, rename matrices after tabstat + forval i=1/5 { + di "`r(name`i')'" + local matname M_`r(name`i')' + matrix `matname' = r(Stat`i') + } + putexcel A12 = (" IBRD") I12 = matrix(M_IBD) + putexcel A13 = (" Blend" ) I13 = matrix(M_IDB) + putexcel A14 = (" IDA") I14 = matrix(M_IDX) + cap putexcel A15 = (" Not classified") I15 = matrix(M_LNX) + + // S.E. + if "`repetitions'"!="" { + + preserve + + * Code on appending files together to produce S.E. + clear + use "`temp1'" + forv i=2/`repetitions' { + append using "`temp`i''" + } + save "${clone}/03_export_tables/033_outputs/bs_reps_`globalweight'.dta", replace + tabstat adj_nonprof_bs, by(`globalweight') stat(sd) save + * Because # of groups may change based on settings, rename matrices after tabstat + forval i=1/5 { + di "`r(name`i')'" + local matname M_`r(name`i')' + matrix `matname' = r(Stat`i') + } + noi return list + + restore + + putexcel A12 = (" IBRD") J12 = matrix(M_IBD) + putexcel A13 = (" Blend" ) J13 = matrix(M_IDB) + putexcel A14 = (" IDA") J14 = matrix(M_IDX) + cap putexcel A15 = (" Not classified") J15 = matrix(M_LNX) + + } + + } + + if "`globalweight'"=="incomelevel" { + + mat drop _all + noi tabstat adj_nonprof_all pop_cov wgt_population_assessed wgt_population_total countries enrollment_all [fw=weight_global_number], by(`globalweight') format(%20.1fc) save + * Because # of groups may change based on settings, rename matrices after tabstat + forval i=1/5 { + di "`r(name`i')'" + local matname M_`r(name`i')' + matrix `matname' = r(Stat`i') + } + return list + putexcel A16 = ("By Income Level") + cap putexcel A17 = (" High Income") B17 = matrix(M_HIC) + putexcel A18 = (" Upper middle income") B18 = matrix(M_UMC) + putexcel A19 = (" Lower middle income") B19 = matrix(M_LMC) + putexcel A20 = (" Low income") B20 = matrix(M_LIC) + + // Min + mat drop _all + noi tabstat adj_nonprof_all [fw=weight_global_number], by(`globalweight') format(%20.1fc) save stat(min) + * Because # of groups may change based on settings, rename matrices after tabstat + forval i=1/5 { + di "`r(name`i')'" + local matname M_`r(name`i')' + matrix `matname' = r(Stat`i') + } + return list + putexcel A16 = ("By Income Level") + cap putexcel A17 = (" High Income") H17 = matrix(M_HIC) + putexcel A18 = (" Upper middle income") H18 = matrix(M_UMC) + putexcel A19 = (" Lower middle income") H19 = matrix(M_LMC) + putexcel A20 = (" Low income") H20 = matrix(M_LIC) + + // Max + mat drop _all + noi tabstat adj_nonprof_all [fw=weight_global_number], by(`globalweight') format(%20.1fc) save stat(max) + * Because # of groups may change based on settings, rename matrices after tabstat + forval i=1/5 { + di "`r(name`i')'" + local matname M_`r(name`i')' + matrix `matname' = r(Stat`i') + } + return list + putexcel A16 = ("By Income Level") + cap putexcel A17 = (" High Income") I17 = matrix(M_HIC) + putexcel A18 = (" Upper middle income") I18 = matrix(M_UMC) + putexcel A19 = (" Lower middle income") I19 = matrix(M_LMC) + putexcel A20 = (" Low income") I20 = matrix(M_LIC) + + // S.E. + if "`repetitions'"!="" { + + preserve + + //Code on appending files together to produce S.E. + clear + use "`temp1'" + forv i=2/`repetitions' { + append using "`temp`i''" + } + save "${clone}/03_export_tables/033_outputs/bs_reps_`globalweight'.dta", replace + mat drop _all + tabstat adj_nonprof_bs, by(`globalweight') stat(sd) save + * Because # of groups may change based on settings, rename matrices after tabstat + forval i=1/5 { + di "`r(name`i')'" + local matname M_`r(name`i')' + matrix `matname' = r(Stat`i') + } + noi return list + + restore + + cap putexcel A17 = (" High Income") J17 = matrix(M_HIC) + putexcel A18 = (" Upper middle income") J18 = matrix(M_UMC) + putexcel A19 = (" Lower middle income") J19 = matrix(M_LMC) + putexcel A20 = (" Low income") J20 = matrix(M_LIC) + + } + + } + + + if "`globalweight'"=="region" { + mat drop _all + noi tabstat adj_nonprof_all pop_cov [fw=weight_global_number], format(%20.1fc) save + return list + putexcel A21 = ("Total") B21=matrix(r(StatTotal)) + } + } + + else { + noi di "" + noi di in g "runame: " in y "`runname'" + noi di in g "weigths: " in y "population_2015_all" + noi di in g "filters: " in y "none" + noi di in g "window: " in y "none" + noi tabstat adj_nonprof_all population_2015_all [fw=population_2015_all], by(region) format(%20.1fc) + } + + ***************************************** + + ***************************************** + + + ***************************************** + ** Results for log decomposition + ***************************************** + if ("`globalweight'" != "") { + noi di "" + noi di in g "runame: " in y "`runname'" + noi di in g "weigths: " in y "weight_global_number by `globalweight'" + noi di in g "filters: " in y `"`globalweightfilter'"' + noi di in g "window: " in y "`globalweightwindow'" + + gen adj_pct_reading_low=100-adj_nonprof_all + gen pct_reading_low_target=1-nonprof_all/100 + + foreach var in adj_pct_reading_low pct_reading_low_target enrollment_all { + gen log_`var'=log(`var') + } + + gen frac_enrollment=100*log_enrollment_all/(log_enrollment_all+log_pct_reading_low_target) + gen frac_proficiency=100*log_pct_reading_low_target/(log_enrollment_all+log_pct_reading_low_target) + + if "`globalweight'"=="region" { + export excel using "${clone}/03_export_tables/033_outputs/tabs_8_`runname'_country.xlsx", firstrow(varl) replace + } + + if "`globalweight'"=="lendingtype" { + export excel using "${clone}/03_export_tables/033_outputs/tabs_8b_`runname'_country.xlsx", firstrow(varl) replace + } + + if "`globalweight'"=="incomelevel" { + export excel using "${clone}/03_export_tables/033_outputs/tabs_8c_`runname'_country.xlsx", firstrow(varl) replace + } + + tempfile temp + preserve + collapse adj_pct_reading_low pct_reading_low_target enrollment_all pop_cov wgt_population_assessed wgt_population_total countries [fw=weight_global_number] + gen `globalweight'="Overall" + save `temp' + restore + + mat drop _all + + collapse adj_pct_reading_low pct_reading_low_target enrollment_all pop_cov wgt_population_assessed wgt_population_total countries [fw=weight_global_number], by(`globalweight') + + append using `temp' + replace adj_pct_reading_low=adj_pct_reading_low/100 + replace enrollment_all=enrollment_all/100 + + * Generate log learning poverty measures + foreach var in adj_pct_reading_low pct_reading_low_target enrollment_all { + gen log_`var'=log(`var') + } + + gen frac_enrollment=100*log_enrollment_all/(log_enrollment_all+log_pct_reading_low_target) + gen frac_proficiency=100*log_pct_reading_low_target/(log_enrollment_all+log_pct_reading_low_target) + + label var `globalweight' "Group" + label var adj_pct_reading_low "Adjusted Proficiency" + label var pct_reading_low_target "Proficiency" + label var enrollment_all "Enrollment" + label var pop_cov "Percent of Population Covered" + label var wgt_population_assessed "Total population for which assessment will be included" + label var wgt_population_total "Total population 10-14 years old" + label var countries "Number of Countries" + label var log_adj_pct_reading_low "Log Adjusted Proficiency" + label var log_pct_reading_low_target "Log Proficiency" + label var log_enrollment_all "Log Enrollment" + label var frac_enrollment "Percentage of Log Adj Proficiency Explained by Enrollment" + label var frac_proficiency "Percentage of Log Adj Proficiency Explained by Proficiency" + + if "`globalweight'"=="region" { + export excel using "${clone}/03_export_tables/033_outputs/tabs_8_`runname'.xlsx", firstrow(varl) replace + } + + if "`globalweight'"=="lendingtype" { + export excel using "${clone}/03_export_tables/033_outputs/tabs_8b_`runname'.xlsx", firstrow(varl) replace + } + + if "`globalweight'"=="incomelevel" { + export excel using "${clone}/03_export_tables/033_outputs/tabs_8c_`runname'.xlsx", firstrow(varl) replace + } + + loc preference `preference' + loc enrollment validated + loc inputfolder clone + + use "${`inputfolder'}/01_data/013_outputs/rawfull.dta", clear + gen year=year_assessment + *nla_code should be distributed over s rather than being available in each . + + *temporarily rename test to assessment and idgrade to grade, change back after merge. + rename test assessment + rename idgrade grade + + *------------------------------* + * Learning poverty calculation + *------------------------------* + * Adjusts non-proficiency by out-of school + foreach subgroup in all fe ma { + gen adj_nonprof_`subgroup' = 100 * ( 1 - (enrollment_validated_`subgroup'/100) * (1 - nonprof_`subgroup'/100)) + label var adj_nonprof_`subgroup' "Learning Poverty (adjusted non-proficiency, `subgroup')" + } + + gen adj_pct_reading_low_rawfull= 100-adj_nonprof_all + + merge m:1 countrycode using "${`inputfolder'}/01_data/013_outputs/preference`preference'.dta", keepusing(test idgrade incomelevel lendingtype nonprof_all) + gen adj_pct_reading_low= 100-adj_nonprof_all + + * Change name in rawlatest of assessment to test_rawlatest, and revert back to test from assessment + rename adj_pct_reading_low adj_pct_reading_low_rawlatest + rename adj_pct_reading_low_rawfull adj_pct_reading_low + + gen initial_poverty_level_temp=100-adj_pct_reading_low_rawlatest + cap gen initial_poverty_level="0-25% Learning Poverty" + cap replace initial_poverty_level="25-50% Learning Poverty" if initial_poverty_level_temp>=25 + cap replace initial_poverty_level="50-75% Learning Poverty" if initial_poverty_level_temp>=50 + cap replace initial_poverty_level="75-100% Learning Poverty" if initial_poverty_level_temp>=75 + + rename test test_rawlatest + rename assessment test + + *Same for grade + rename idgrade idgrade_rawlatest + rename grade idgrade + + drop if _merge==1 + + gen enrollment=enrollment_validated_all + drop if subject!="science" & test=="TIMSS" & countrycode!="JOR" + + sort countrycode nla_code idgrade test subject + count + + cap gen adj_pct_reading_low=100-adj_nonprof_all + cap gen pct_reading_low_target=100-nonprof_all + + * Cleaning the data file + keep region regionname countrycode countryname incomelevel incomelevelname lendingtype /// + lendingtypename year_population year_assessment idgrade test source_assessment /// + enrollment /// + adj_pct_reading_low* pct_reading_low_target enrollment* subject nla_code initial_poverty_level + + * Generating all possible combinations of forward spells: + sort countrycode nla_code idgrade test subject year_assessment + bysort countrycode nla_code idgrade test subject : gen spell_c1 = string(year_assessment[_n-1]) + "-" + string(year_assessment) + + bysort countrycode nla_code idgrade test subject : gen spell_c2 = string(year_assessment[_n-2]) + "-" + string(year_assessment) + bysort countrycode nla_code idgrade test subject : gen spell_c3 = string(year_assessment[_n-3]) + "-" + string(year_assessment) + bysort countrycode nla_code idgrade test subject : gen spell_c4 = string(year_assessment[_n-4]) + "-" + string(year_assessment) + + reshape long spell_c, i(countrycode nla_code idgrade test subject year_assessment subject) j(lag) + ren spell_c spell + + * Tag if actual spell: + gen spell_exists=(length(spell) == 9 ) + + ********************************************** + *Preparing the data for simulations: + ********************************************** + *The data should be restructured for unique identifiers: + sort countrycode nla_code idgrade test subject year_assessment spell lag + + *Rules for cleaning the spell data: + *Bringing in the list of countries and spells for which the data is not comparable: + + merge m:1 countrycode idgrade test year_assessment spell using "${clone}\02_simulation\021_rawdata\comparability_TIMSS_PIRLS_yr.dta", assert(master match using) keep(master match) keepusing(comparable) nogen + drop if comparable == 0 + + *Generating preferred consecutive spells: + sort countrycode nla_code idgrade test subject year_assessment + bysort countrycode nla_code idgrade test subject : egen lag_min = min(lag) + *Keeping the comparable consecutive spells + keep if lag == lag_min + + *All comparable spells for TIMSS/PIRLS + assert comparable == 1 if !missing(comparable) + + *Annual change in enrollment, adjusted proficiency and proficiency + sort countrycode nla_code idgrade test subject year_assessment + bysort countrycode nla_code idgrade test subject : gen delta_adj_pct = ((adj_pct_reading_low-adj_pct_reading_low[_n-1])/(year_assessment-year_assessment[_n-1])) + bysort countrycode nla_code idgrade test subject : gen initial_adj_pct = adj_pct_reading_low[_n-1] + bysort countrycode nla_code idgrade test subject : gen final_adj_pct = adj_pct_reading_low + + *Annualized log change for decomposition + bysort countrycode nla_code idgrade test subject : gen delta_log_adj_pct = ((log(adj_pct_reading_low)-log(adj_pct_reading_low[_n-1]))/(year_assessment-year_assessment[_n-1])) + bysort countrycode nla_code idgrade test subject : gen delta_log_prof = ((log(pct_reading_low_target)-log(pct_reading_low_target[_n-1]))/(year_assessment-year_assessment[_n-1])) + bysort countrycode nla_code idgrade test subject : gen delta_log_enrollment = ((log(enrollment)-log(enrollment[_n-1]))/(year_assessment-year_assessment[_n-1])) + + bysort countrycode nla_code idgrade test subject : gen delta_prof = (pct_reading_low_target-pct_reading_low_target[_n-1])/(year_assessment-year_assessment[_n-1]) + bysort countrycode nla_code idgrade test subject : gen delta_enrollment_all = (enrollment_interpolated_all-enrollment_interpolated_all[_n-1])/(year_assessment-year_assessment[_n-1]) + + *drop observatoins specified by [if] [in]. + if `"`ifspell'"'!="" { + di `"`ifspell'"' + keep `ifspell' + } + + + /* weights */ + + if ("`weight'" == "") { + cap tempname wtg + cap gen `wtg' = 1 + local weight2 "" + loc weight "fw" + loc exp "=`wtg'" + } + + + * Generating deltas in terms of reduction of gap to the frontier + gen gap_to_frontier = 100-adj_pct_reading_low + bysort countrycode nla_code idgrade test subject : gen red_gap_frontier = -1*(gap_to_frontier-gap_to_frontier[_n-1])/(year_assessment-year_assessment[_n-1]) + bysort countrycode nla_code idgrade test subject : gen pct_red_gap = (red_gap_frontier/gap_to_frontier[_n-1]) + gen pct_red_gap_100 = pct_red_gap*100 + + + *Following threshold IIB specification as the baseline file to be used will be threshold IIB. + *Not using spell data for SACMEQ 2007 - SACMEQ 2013: + *replace delta_adj_pct = . if test == "SACMEQ" & year == 2013 + *replace pct_red_gap_100 = . if test == "SACMEQ" & year == 2013 + + * Generating categories of countries + gen catinitial = . + foreach var in 25 50 75 100 { + replace catinitial= `var' if initial_adj_pct <= `var' & catinitial== . + } + + gen initial_learning_poverty = 100-initial_adj_pct + + + **************************************************************** + * Identify only selected spells (n=71) + + keep if test != "no assessment" & test != "EGRA" & delta_adj_pct != . & delta_adj_pct > -2 & delta_adj_pct < 4 & test != "PASEC" & year_assessment>2000 & lendingtype!="LNX" & test!="NLA" + bysort countrycode : gen tot = _N + gen wtg = 1/tot + + preserve + + keep countrycode countryname region incomelevel idgrade test year_assessment spell adj_pct_reading_low pct_reading_low_target enrollment_interpolated_all delta_adj_pct delta_prof delta_enrollment_all delta_log_adj_pct delta_log_prof delta_log_enrollment + + keep if !missing(delta_adj_pct) + + gen frac_proficiency=100*delta_log_prof/(delta_log_prof+delta_log_enrollment) + gen frac_enrollment_all=100*delta_log_enrollment/(delta_log_prof+delta_log_enrollment) + + label var adj_pct_reading_low "Adjusted Proficiency" + label var pct_reading_low_target "Proficiency" + label var enrollment_interpolated_all "Enrollment" + label var delta_adj_pct "Annualized Change in Adjusted Proficiency" + label var delta_prof "Annualized Change in Proficiency" + label var delta_enrollment_all "Annualized Change in Enrollment" + + label var delta_log_adj_pct "Log Annualized Change in Adjusted Proficiency" + label var delta_log_prof "Log Annualized Change in Proficiency" + label var delta_log_enrollment "Log Annualized Change in Enrollment" + label var frac_enrollment_all "Percentage of Log Annualized Change in Adjusted Proficiency due to Enrollment" + label var frac_proficiency "Percentage of Log Annualized Change in Adjusted Proficiency due to Proficiency" + + if "`globalweight'"=="region" { + export excel using "${clone}/03_export_tables/033_outputs/tabs_8_spells_country_`runname'.xlsx", firstrow(varl) replace + } + + restore + + tempfile temp2 + + preserve + collapse adj_pct_reading_low pct_reading_low_target enrollment_interpolated_all delta_adj_pct delta_prof delta_enrollment_all delta_log_adj_pct delta_log_prof delta_log_enrollment [aw=wtg] + gen `globalweight'="Overall" + save `temp2' + restore + + collapse adj_pct_reading_low pct_reading_low_target enrollment_interpolated_all delta_adj_pct delta_prof delta_enrollment_all delta_log_adj_pct delta_log_prof delta_log_enrollment [aw=wtg], by(`globalweight') + + append using `temp2' + + replace pct_reading_low_target=pct_reading_low_target + replace delta_prof=delta_prof + + keep if !missing(delta_adj_pct) + + + gen frac_proficiency=100*delta_log_prof/(delta_log_prof+delta_log_enrollment) + gen frac_enrollment_all=100*delta_log_enrollment/(delta_log_prof+delta_log_enrollment) + + label var `globalweight' "Group" + label var adj_pct_reading_low "Adjusted Proficiency" + label var pct_reading_low_target "Proficiency" + label var enrollment_interpolated_all "Enrollment" + label var delta_adj_pct "Annualized Change in Adjusted Proficiency" + label var delta_prof "Annualized Change in Proficiency" + label var delta_enrollment_all "Annualized Change in Enrollment" + + label var delta_log_adj_pct "Log Annualized Change in Adjusted Proficiency" + label var delta_log_prof "Log Annualized Change in Proficiency" + label var delta_log_enrollment "Log Annualized Change in Enrollment" + label var frac_enrollment_all "Percentage of Log Annualized Change in Adjusted Proficiency due to Enrollment" + label var frac_proficiency "Percentage of Log Annualized Change in Adjusted Proficiency due to Proficiency" + + if "`globalweight'"=="region" { + export excel using "${clone}/03_export_tables/033_outputs/tabs_8_spells_`runname'.xlsx", firstrow(varl) replace + } + + if "`globalweight'"=="lendingtype" { + export excel using "${clone}/03_export_tables/033_outputs/tabs_8b_spells_`runname'.xlsx", firstrow(varl) replace + } + + if "`globalweight'"=="incomelevel" { + export excel using "${clone}/03_export_tables/033_outputs/tabs_8c_spells_`runname'.xlsx", firstrow(varl) replace + } + + } + +end diff --git a/03_export_tables/032_programs/0321_put_to_excel.do b/03_export_tables/032_programs/0321_put_to_excel.do new file mode 100644 index 0000000..5802b6d --- /dev/null +++ b/03_export_tables/032_programs/0321_put_to_excel.do @@ -0,0 +1,52 @@ +*==============================================================================* +* 0321 SUBTASK: GENERATES TABLES FOR PAPER +*==============================================================================* +qui { + + * Change here only if wanting to use a different preference + * than what is being passed in the global in 032_run + * But don't commit any change here (only commit in global 032_run) + local chosen_preference = $chosen_preference + + * Baseline (PART2 COUNTRIES) + // By Region + _preferred_list_tables_ci, preference(`chosen_preference') population(pop_TOT_1014) anchoryear(2015) /// + globalweight(region) globalweightwindow(year_assessment>=2011) /// + globalweightfilter(( lendingtype!="LNX") ) /// + repetitions(100) runname(New_Baseline) + + // By Lending Type + _preferred_list_tables_ci, preference(`chosen_preference') population(pop_TOT_1014) anchoryear(2015) /// + globalweight(lendingtype) globalweightwindow(year_assessment>=2011) /// + globalweightfilter(( lendingtype!="LNX") ) /// + repetitions(100) runname(New_Baseline) + + // By Income Level + _preferred_list_tables_ci, preference(`chosen_preference') population(pop_TOT_1014) anchoryear(2015) /// + globalweight(incomelevel) globalweightwindow(year_assessment>=2011) /// + globalweightfilter() /// + repetitions(100) runname(New_Baseline) + + + * Baseline (WORLD - All countries) + // By Region + _preferred_list_tables_ci, preference(`chosen_preference') population(pop_TOT_1014) anchoryear(2015) /// + globalweight(region) globalweightwindow(year_assessment>=2011) /// + globalweightfilter() /// + repetitions(100) runname(Baseline_All) + + // By Lending Type + _preferred_list_tables_ci, preference(`chosen_preference') population(pop_TOT_1014) anchoryear(2015) /// + globalweight(lendingtype) globalweightwindow(year_assessment>=2011) /// + globalweightfilter( ) /// + repetitions(100) runname(Baseline_All) + + // By Income Level + _preferred_list_tables_ci, preference(`chosen_preference') population(pop_TOT_1014) anchoryear(2015) /// + globalweight(incomelevel) globalweightwindow(year_assessment>=2011) /// + globalweightfilter() /// + repetitions(100) runname(Baseline_All) + + noi disp as res _newline "Finished exporting tables from put_to_excel." + +} diff --git a/03_export_tables/032_programs/03221_tables_for_paper.do b/03_export_tables/032_programs/03221_tables_for_paper.do new file mode 100644 index 0000000..9f76258 --- /dev/null +++ b/03_export_tables/032_programs/03221_tables_for_paper.do @@ -0,0 +1,135 @@ +*==============================================================================* +* PROGRAMS: CREATES TWO TABLES FOR TECHNICAL PAPER +*==============================================================================* + +cap program drop table56 +program define table56, rclass + + syntax , filename(string) + + qui { + + * Check if specified filename is ".csv" + if substr("`filename'",-4,4)!=".csv" { + noi disp as err "Filename should end in .csv" + break + } + + * Creates empty tempfile where all will be appended + tempfile this_table + touch `this_table' + + * Aggregations we want to create tables for + local possible_aggregations "incomelevel lendingtype adminregion region global" + gen str global = "TOTAL" + + * Loop through each aggregation + foreach aggregation of local possible_aggregations { + + preserve + + * Collapse the measures in tables being generated + collapse (mean) mean_lp = adj_nonprof_all (min) min_lp = adj_nonprof_all (max) max_lp = adj_nonprof_all /// + (mean) n_countries = `aggregation'_n_countries (mean) coverage = `aggregation'_coverage /// + (mean) population_w_data = `aggregation'_population_w_data /// + (mean) total_population = `aggregation'_total_population /// + [fw = `aggregation'_weight], by(`aggregation') + + * Makes all the files compatible for appending later + rename `aggregation' group + gen aggregated_by = "`aggregation'" + + * Appends to table file being created + append using `this_table' + save `this_table', replace + + restore + + } + + * Open the table with all appended aggregations + use `this_table', clear + + * Marks which filename it is to make it easier when importing to excel + local end_of_path = strrpos("`filename'","/") + local total_lenght = strlen("`filename'") + gen file = substr("`filename'", `end_of_path' + 1, `total_lenght' - `end_of_path' - 4) + + * Export final csv + noi export delimited "`filename'", replace + + * Save as dta as well + local filename = subinstr("`filename'", ".csv", ".dta", 1) + save "`filename'", replace + + } + + +end + + + + +cap program drop table7 +program define table7, rclass + + syntax , filename(string) + + qui { + + * Check if specified filename is ".csv" + if substr("`filename'",-4,4)!=".csv" { + noi disp as err "Filename should end in .csv" + break + } + + * Creates empty tempfile where all will be appended + tempfile this_table + touch `this_table' + + * Aggregations we want to create tables for + local possible_aggregations "incomelevel lendingtype adminregion region global" + gen str global = "TOTAL" + + * Given that we'll print out gender split, only keep LP data if have the gender split + clonevar adj_nonprof_all_compatible = adj_nonprof_all + replace adj_nonprof_all_compatible = . if lp_by_gender_is_available == 0 + + * Loop through each aggregation + foreach aggregation of local possible_aggregations { + + preserve + + * Collapse the measures in tables being generated + collapse (mean) mean_lp = adj_nonprof_all_compatible (mean) mean_lp_ma = adj_nonprof_ma (mean) mean_lp_fe = adj_nonprof_fe (rawsum) n = lp_by_gender_is_available [fw = `aggregation'_weight], by(`aggregation') + + * Makes all the files compatible for appending later + rename `aggregation' group + gen aggregated_by = "`aggregation'" + + * Appends to table file being created + append using `this_table' + save `this_table', replace + + restore + + } + + * Open the table with all appended aggregations + use `this_table', clear + + * Marks which filename it is to make it easier when importing to excel + local end_of_path = strrpos("`filename'","/") + local total_lenght = strlen("`filename'") + gen file = substr("`filename'", `end_of_path' + 1, `total_lenght' - `end_of_path' - 4) + + * Export final csv + noi export delimited "`filename'", replace + + * Save as dta as well + local filename = subinstr("`filename'", ".csv", ".dta", 1) + save "`filename'", replace + + } + +end diff --git a/03_export_tables/032_programs/0322_gender_tables.do b/03_export_tables/032_programs/0322_gender_tables.do new file mode 100644 index 0000000..791035c --- /dev/null +++ b/03_export_tables/032_programs/0322_gender_tables.do @@ -0,0 +1,103 @@ +*==============================================================================* +* 0322 SUBTASK: GENERATE GENDER TABLES FOR TECHNICAL PAPER +*==============================================================================* +qui { + + * Change here only if wanting to use a different preference + * than what is being passed in the global in 032_run + * But don't commit any change here (only commit in global 032_run) + local chosen_preference = $chosen_preference + + + *----------------------------------------------------------------------------- + * Creates CSV sheets for Excel with Tables for Glossy + * (as a cross-check with put_to_excel) + *----------------------------------------------------------------------------- + + * Tables 5 and 6 - PART2 + population_weights, preference(`chosen_preference') timewindow(year_assessment>=2011) countryfilter(lendingtype!="LNX") + table56, filename("${clone}/03_export_tables/033_outputs/viz_tab56_part2.csv") + + * Tables 5 and 6 - WORLD + population_weights, preference(`chosen_preference') timewindow(year_assessment>=2011) + table56, filename("${clone}/03_export_tables/033_outputs/viz_tab56_world.csv") + + * Table 7 (gender) - PART2 + population_weights, preference(`chosen_preference') countryfilter(lendingtype!="LNX") + table7, filename("${clone}/03_export_tables/033_outputs/viz_tab7_part2.csv") + + * Table 7 (gender) - PART2 DROPPING MNG and PHL + population_weights, preference(`chosen_preference') countryfilter(lendingtype!="LNX" & inlist(countrycode,"MNG","PHL")==0) + replace lp_by_gender_is_available = 0 if inlist(countrycode,"MNG","PHL") + table7, filename("${clone}/03_export_tables/033_outputs/viz_tab7_part2_no_MNG_PHL.csv") + + * Table 7 (gender) - WORLD + population_weights, preference(`chosen_preference') + table7, filename("${clone}/03_export_tables/033_outputs/viz_tab7_world.csv") + + * Table 7 (gender) - WORLD DROPPING MNG and PHL + population_weights, preference(`chosen_preference') countryfilter(inlist(countrycode,"MNG","PHL")==0) + replace lp_by_gender_is_available = 0 if inlist(countrycode,"MNG","PHL") + noi tab countrycode if enrollment_flag == 1 & lp_by_gender_is_available == 1 + table7, filename("${clone}/03_export_tables/033_outputs/viz_tab7_world_no_MNG_PHL.csv") + + * Number of countries we should expect for two pagers + use "${clone}/01_data/013_outputs/preference`chosen_preference'.dta", clear + gen byte should_have_2pgr = !missing(nonprof_all) + keep countrycode should_have_2pgr lp_by_gender_is_available + export delimited "${clone}/03_export_tables/033_outputs/viz_countrylist.csv", replace + + noi disp as res _newline "Finished exporting Tables 5/6 and 7 to csv." + + *----------------------------------------------------------------------------- + * Sensitivity Analysis: for the chosen preference ("picture"), + * varies options to gauge how that influences the global numbers + *----------------------------------------------------------------------------- + + noi disp as res _newline "Sensitivity analysis: changing reporting window (8, 6 and 4 years)" + + foreach year in 2011 2013 2015 { + + * Displays output for chosen preferences for PART2 countries (`year') + noi population_weights, preference(`chosen_preference') timewindow(year_assessment>=`year') countryfilter(lendingtype!="LNX") + table56, filename("${clone}/03_export_tables/033_outputs/viz_SA_1005_`year'_part2.csv") + + * Displays output for chosen preferences for WORLD (`year') + noi population_weights, preference(`chosen_preference') timewindow(year_assessment>=`year') + table56, filename("${clone}/03_export_tables/033_outputs/viz_SA_1005_`year'_world.csv") + + } + + * NOTE: the list of preferences generated as sensitivity analysis is hard numbered + local preferences_in_SA "1005 1005b 1005_1014 1005_10 1005_primary 1005_9plus" + foreach preference of local preferences_in_SA { + + * Tables 5 and 6 - PART2 + population_weights, preference(`preference') timewindow(year_assessment>=2011) countryfilter(lendingtype!="LNX") + table56, filename("${clone}/03_export_tables/033_outputs/viz_SA_`preference'_part2.csv") + + * Tables 5 and 6 - WORLD + population_weights, preference(`preference') timewindow(year_assessment>=2011) + table56, filename("${clone}/03_export_tables/033_outputs/viz_SA_`preference'_world.csv") + + } + + * Retrieves list of sensitivity dtas in the 033_outputs + local SA_files : dir "${clone}/03_export_tables/033_outputs/" files "viz_SA_*.dta", respectcase + * Append all those sensitivity tables in one single dta + touch "${clone}/03_export_tables/033_outputs/viz_SA_all.dta", replace + foreach SA_file of local SA_files { + append using "${clone}/03_export_tables/033_outputs/`SA_file'" + save "${clone}/03_export_tables/033_outputs/viz_SA_all.dta", replace + } + + * Add concatenation + gen str concatenated = group + "-" + aggregated_by + "-" + file + + * Export table as csv + export delimited "${clone}/03_export_tables/033_outputs/viz_SA_all.csv", replace + + noi disp as res _newline "Finished exporting Sensitivity Tables." + + +} diff --git a/03_export_tables/032_programs/0323_country_annex.do b/03_export_tables/032_programs/0323_country_annex.do new file mode 100644 index 0000000..9d53523 --- /dev/null +++ b/03_export_tables/032_programs/0323_country_annex.do @@ -0,0 +1,85 @@ +*==============================================================================* +* 0323 SUBTASK: COUNTRY ANNEX NUMBERS +*==============================================================================* +qui { + + * Change here only if wanting to use a different preference + * than what is being passed in the global in 032_run + * But don't commit any change here (only commit in global 032_run) + local chosen_preference = $chosen_preference + + + use "${clone}/01_data/013_outputs/preference`chosen_preference'.dta", replace + population_weights, timewindow(year_assessment>=2011) countryfilter() + + keep if year_assessment>=2011 + + *FIRST DO WITH ALL 98 Countries + *Export output for preference 1000 to excel for country spreadsheet + + gen pct_reading_low_target=100-nonprof_all + + + *Build sub-totals and totals + *regional sub-totals + preserve + collapse adj_nonprof_all population_2015_all [fw=region_weight], by(region) + gen countryname="ZZZ" + tempfile rgn_98 + save `rgn_98' + restore + + preserve + collapse adj_nonprof_all [fw=region_weight] + gen region="Z_Global" + gen countryname="ZZZ" + tempfile glob_98 + save `glob_98' + restore + + + *Now DO WITH no LNX countries + + use "${clone}/01_data/013_outputs/preference`chosen_preference'.dta", replace + population_weights, timewindow(year_assessment>=2011) countryfilter(lendingtype!="LNX") + gen pct_reading_low_target=100-nonprof_all + + keep if year_assessment>=2011 + + *regional sub-totals using just the !LNX countries + preserve + drop if incomelevel=="LNX" + collapse adj_nonprof_all [fw=region_weight], by(region) + gen countryname="ZZZ_!LNX" + tempfile rgn + save `rgn' + restore + + preserve + collapse adj_nonprof_all [fw=region_weight] + gen region="Z_Global" + gen countryname="ZZZ_!LNX" + tempfile glob + save `glob' + restore + + + append using `rgn_98' + append using `glob_98' + append using `rgn' + append using `glob' + sort region countryname + replace region="Global" if region=="Z_Global" + replace countryname="Group Total" if countryname=="ZZZ" + replace countryname="Group Total w/out LNX" if countryname=="ZZZ_!LNX" + + drop if test=="None" + + keep region adminregion countrycode countryname adj_nonprof_all enrollment_all pct_reading_low_target population_2015_all incomelevel lendingtype test year_assessment + order region adminregion countrycode countryname adj_nonprof_all enrollment_all pct_reading_low_target population_2015_all incomelevel lendingtype test year_assessment + + export excel using "${clone}/03_export_tables/033_outputs/rawlatest_cntry_file.xlsx", replace firstrow(varl) + + noi disp as res _newline "Finished exporting excel for country annex." + +} diff --git a/03_export_tables/032_programs/032_run.do b/03_export_tables/032_programs/032_run.do new file mode 100644 index 0000000..f4c1f02 --- /dev/null +++ b/03_export_tables/032_programs/032_run.do @@ -0,0 +1,35 @@ +*==============================================================================* +* LEARNING POVERTY (LP) +* Project information at: https://github.com/worldbank/LearningPoverty +* +* TASK 03_EXPORT_TABLES: exports tables for learning poverty technical paper +*==============================================================================* + + +*----------------------------------------------------------------------------- +* Setup for this task +*----------------------------------------------------------------------------- +* Check that project profile was loaded, otherwise stops code +cap assert ${LP_profile_is_loaded} == 1 +if _rc != 0 { + noi disp as error "Please execute the profile_LearningPoverty initialization do in the root of this project and try again." + exit +} + +* Execution parameters +global chosen_preference 1005 // Chosen preference created in 01 rawlatest +*----------------------------------------------------------------------------- + +*----------------------------------------------------------------------------- +* Subroutines for this task +*----------------------------------------------------------------------------- +* Run script to produce tables for paper (Part 1) +do "${clone}/03_export_tables/032_programs/0321_put_to_excel.do" + +* Run script to produce tables for paper (Part 2) +do "${clone}/03_export_tables/032_programs/0322_gender_tables.do" + +* Produce numbers for learning poverty for the country annex table +do "${clone}/03_export_tables/032_programs/0323_country_annex.do" + +*----------------------------------------------------------------------------- diff --git a/03_export_tables/033_outputs/placeholderfile.md b/03_export_tables/033_outputs/placeholderfile.md new file mode 100644 index 0000000..0e96e42 --- /dev/null +++ b/03_export_tables/033_outputs/placeholderfile.md @@ -0,0 +1,3 @@ +This file is only meant to be able to share folders on GitHub.com as empty folders cannot be shared. Once this folder is no longer empty, this file can be removed. + +A folder is still considered empty for this purpose if all files in the folder is ignored in the _.gitignore_ file. diff --git a/04_repo_update/041_rawdata/cmu_ctry.csv b/04_repo_update/041_rawdata/cmu_ctry.csv new file mode 100644 index 0000000..0c32d1f --- /dev/null +++ b/04_repo_update/041_rawdata/cmu_ctry.csv @@ -0,0 +1,218 @@ +region,adminregion,cmu,countrycode,countryname +EAS,EAP,EACCF,CHN,China +EAS,EAP,EACCF,PRK,Korea Dem Peoples Rep +EAS,EAP,EACCF,MNG,Mongolia +EAS,EAP,EACDF,TLS,Timor-Leste +EAS,EAP,EACIF,IDN,Indonesia +EAS,EAP,EACLF,LAO,Lao PDR +EAS,EAP,EACMM,KHM,Cambodia +EAS,EAP,EACMM,MMR,Myanmar +EAS,EAP,EACNF,ASM,American Samoa +EAS,EAP,EACNF,MHL,Marshall Islands +EAS,EAP,EACNF,FSM,Micronesia Fed Sts +EAS,EAP,EACNF,WSM,Samoa +EAS,EAP,EACNF,SLB,Solomon Islands +EAS,EAP,EACNF,TON,Tonga +EAS,EAP,EACNF,TUV,Tuvalu +EAS,EAP,EACNF,VUT,Vanuatu +EAS,EAP,EACNF ,FJI,Fiji +EAS,EAP,EACNF ,KIR,Kiribati +EAS,EAP,EACNQ,NRU,Nauru +EAS,EAP,EACNQ,PNG,Papua New Guinea +EAS,EAP,EACPF,MYS,Malaysia +EAS,EAP,EACPF,PHL,Philippines +EAS,EAP,EACPF,THA,Thailand +EAS,EAP,EACVF,VNM,Vietnam +EAS,,EACCF,KOR,Korea Rep +EAS,,EACNF,AUS,Australia +EAS,,EACNF,GUM,Guam +EAS,,EACNF,PLW,Palau +EAS,,EACNQ,NZL,New Zealand +EAS,,EACPF,BRN,Brunei Darussalam +EAS,,EAPSG,PYF,French Polynesia +EAS,,EAPSG,SGP,Singapore +EAS,,,HKG,Hong Kong SAR China +EAS,,,JPN,Japan +EAS,,,MAC,Macao SAR China +EAS,,,NCL,New Caledonia +EAS,,,MNP,Northern Mariana Islands +ECS,ECA,ECCCA,KAZ,Kazakhstan +ECS,ECA,ECCCA,KGZ,Kyrgyz Republic +ECS,ECA,ECCCA,TJK,Tajikistan +ECS,ECA,ECCCA,UZB,Uzbekistan +ECS,ECA,ECCEE,BLR,Belarus +ECS,ECA,ECCEE,MDA,Moldova +ECS,ECA,ECCEE,UKR,Ukraine +ECS,ECA,ECCEU,BGR,Bulgaria +ECS,ECA,ECCEU,ROU,Romania +ECS,ECA,ECCRU,RUS,Russian Federation +ECS,ECA,ECCSC,ARM,Armenia +ECS,ECA,ECCSC,AZE,Azerbaijan +ECS,ECA,ECCSC,GEO,Georgia +ECS,ECA,ECCTR,TUR,Turkey +ECS,ECA,ECCWB,ALB,Albania +ECS,ECA,ECCWB,BIH,Bosnia and Herzegovina +ECS,ECA,ECCWB,XKX,Kosovo +ECS,ECA,ECCWB,MKD,Macedonia FYR +ECS,ECA,ECCWB,MNE,Montenegro +ECS,ECA,ECCWB,SRB,Serbia +ECS,ECA,,TKM,Turkmenistan +ECS,,ECCEU,HRV,Croatia +ECS,,ECCEU,CZE,Czech Republic +ECS,,ECCEU,HUN,Hungary +ECS,,ECCEU,LVA,Latvia +ECS,,ECCEU,LTU,Lithuania +ECS,,ECCEU,POL,Poland +ECS,,ECCEU,SVK,Slovak Republic +ECS,,ECCEU,SVN,Slovenia +ECS,,,AND,Andorra +ECS,,,AUT,Austria +ECS,,,BEL,Belgium +ECS,,,CHI,Channel Islands +ECS,,,CYP,Cyprus +ECS,,,DNK,Denmark +ECS,,,EST,Estonia +ECS,,,FRO,Faroe Islands +ECS,,,FIN,Finland +ECS,,,FRA,France +ECS,,,DEU,Germany +ECS,,,GIB,Gibraltar +ECS,,,GRC,Greece +ECS,,,GRL,Greenland +ECS,,,ISL,Iceland +ECS,,,IRL,Ireland +ECS,,,IMN,Isle of Man +ECS,,,ITA,Italy +ECS,,,LIE,Liechtenstein +ECS,,,LUX,Luxembourg +ECS,,,MCO,Monaco +ECS,,,NLD,Netherlands +ECS,,,NOR,Norway +ECS,,,PRT,Portugal +ECS,,,SMR,San Marino +ECS,,,ESP,Spain +ECS,,,SWE,Sweden +ECS,,,CHE,Switzerland +ECS,,,GBR,United Kingdom +LCN,LAC,LCC1C,MEX,Mexico +LCN,LAC,LCC2C,CRI,Costa Rica +LCN,LAC,LCC2C,SLV,El Salvador +LCN,LAC,LCC2C,GTM,Guatemala +LCN,LAC,LCC2C,HND,Honduras +LCN,LAC,LCC2C,NIC,Nicaragua +LCN,LAC,LCC2C,PAN,Panama +LCN,LAC,LCC3C,ATG,Antigua and Barbuda +LCN,LAC,LCC3C,BHS,Bahamas +LCN,LAC,LCC3C,BRB,Barbados +LCN,LAC,LCC3C,BLZ,Belize +LCN,LAC,LCC3C,DMA,Dominica +LCN,LAC,LCC3C,DOM,Dominican Republic +LCN,LAC,LCC3C,GRD,Grenada +LCN,LAC,LCC3C,GUY,Guyana +LCN,LAC,LCC3C,JAM,Jamaica +LCN,LAC,LCC3C,SXM,Sint Maarten +LCN,LAC,LCC3C,KNA,St Kitts and Nevis +LCN,LAC,LCC3C,LCA,St Lucia +LCN,LAC,LCC3C,VCT,St Vincent and the Grenadines +LCN,LAC,LCC3C,SUR,Suriname +LCN,LAC,LCC3C,TTO,Trinidad and Tobago +LCN,LAC,LCC4C,COL,Colombia +LCN,LAC,LCC4C,VEN,Venezuela +LCN,LAC,LCC5C,BRA,Brazil +LCN,LAC,LCC6C,BOL,Bolivia +LCN,LAC,LCC6C,CHL,Chile +LCN,LAC,LCC6C,ECU,Ecuador +LCN,LAC,LCC6C,PER,Peru +LCN,LAC,LCC7C,ARG,Argentina +LCN,LAC,LCC7C,PRY,Paraguay +LCN,LAC,LCC7C,URY,Uruguay +LCN,LAC,LCC8C,HTI,Haiti +LCN,LAC,,CYM,Cayman Islands +LCN,LAC,,CUB,Cuba +LCN,LAC,,CUW,Curaçao +LCN,LAC,,PRI,Puerto Rico +LCN,LAC,,MAF,St Martin +LCN,LAC,,TCA,Turks and Caicos Islands +LCN,,,ABW,Aruba +LCN,,,VGB,British Virgin Islands +LCN,,,VIR,US Virgin Islands +MEA,MNA,MNC01,DZA,Algeria +MEA,MNA,MNC01,LBY,Libya +MEA,MNA,MNC01,MAR,Morocco +MEA,MNA,MNC01,TUN,Tunisia +MEA,MNA,MNC02,IRN,Iran Islamic Rep +MEA,MNA,MNC02,IRQ,Iraq +MEA,MNA,MNC02,JOR,Jordan +MEA,MNA,MNC02,LBN,Lebanon +MEA,MNA,MNC02,SYR,Syrian Arab Republic +MEA,MNA,MNC03,DJI,Djibouti +MEA,MNA,MNC03,EGY,Egypt Arab Rep +MEA,MNA,MNC03,YEM,Yemen Rep +MEA,MNA,MNC04,PSE,West Bank and Gaza +MEA,,MNC01,MLT,Malta +MEA,,MNC05,BHR,Bahrain +MEA,,MNC05,KWT,Kuwait +MEA,,MNC05,OMN,Oman +MEA,,MNC05,QAT,Qatar +MEA,,MNC05,SAU,Saudi Arabia +MEA,,MNC05,ARE,United Arab Emirates +MEA,,,ISR,Israel +NAC,,,BMU,Bermuda +NAC,,,CAN,Canada +NAC,,,USA,United States +SAS,SAS,SACAF,AFG,Afghanistan +SAS,SAS,SACBB,BGD,Bangladesh +SAS,SAS,SACBB,BTN,Bhutan +SAS,SAS,SACIN,IND,India +SAS,SAS,SACPK,PAK,Pakistan +SAS,SAS,SACSN,MDV,Maldives +SAS,SAS,SACSN,NPL,Nepal +SAS,SAS,SACSN,LKA,Sri Lanka +SSF,SSA,AFCC1,AGO,Angola +SSF,SSA,AFCC1,CMR,Cameroon +SSF,SSA,AFCC1,GNQ,Equatorial Guinea +SSF,SSA,AFCC1,GAB,Gabon +SSF,SSA,AFCC1,STP,Sao Tome and Principe +SSF,SSA,AFCC2,BDI,Burundi +SSF,SSA,AFCC2,CAF,Central African Republic +SSF,SSA,AFCC2,COD,Congo Dem Rep +SSF,SSA,AFCC2,COG,Congo Rep +SSF,SSA,AFCE1,MWI,Malawi +SSF,SSA,AFCE1,TZA,Tanzania +SSF,SSA,AFCE1,ZMB,Zambia +SSF,SSA,AFCE1,ZWE,Zimbabwe +SSF,SSA,AFCE2,KEN,Kenya +SSF,SSA,AFCE2,RWA,Rwanda +SSF,SSA,AFCE2,SOM,Somalia +SSF,SSA,AFCE2,UGA,Uganda +SSF,SSA,AFCE3,ERI,Eritrea +SSF,SSA,AFCE3,ETH,Ethiopia +SSF,SSA,AFCE3,SSD,South Sudan +SSF,SSA,AFCE3,SDN,Sudan +SSF,SSA,AFCF1,CPV,Cabo Verde +SSF,SSA,AFCF1,GMB,Gambia The +SSF,SSA,AFCF1,GNB,Guinea Bissau +SSF,SSA,AFCF1,MRT,Mauritania +SSF,SSA,AFCF1,SEN,Senegal +SSF,SSA,AFCF2,BEN,Benin +SSF,SSA,AFCF2,CIV,Cote d Ivoire +SSF,SSA,AFCF2,GIN,Guinea +SSF,SSA,AFCF2,TGO,Togo +SSF,SSA,AFCS1,BWA,Botswana +SSF,SSA,AFCS1,SWZ,eSwatini +SSF,SSA,AFCS1,LSO,Lesotho +SSF,SSA,AFCS1,NAM,Namibia +SSF,SSA,AFCS1,ZAF,South Africa +SSF,SSA,AFCS2,COM,Comoros +SSF,SSA,AFCS2,MDG,Madagascar +SSF,SSA,AFCS2,MUS,Mauritius +SSF,SSA,AFCS2,MOZ,Mozambique +SSF,SSA,AFCS2,SYC,Seychelles +SSF,SSA,AFCW1,GHA,Ghana +SSF,SSA,AFCW1,LBR,Liberia +SSF,SSA,AFCW1,SLE,Sierra Leone +SSF,SSA,AFCW2,NGA,Nigeria +SSF,SSA,AFCW3,BFA,Burkina Faso +SSF,SSA,AFCW3,TCD,Chad +SSF,SSA,AFCW3,MLI,Mali +SSF,SSA,AFCW3,NER,Niger diff --git a/04_repo_update/041_rawdata/country_level_outcomes.csv b/04_repo_update/041_rawdata/country_level_outcomes.csv new file mode 100644 index 0000000..9cc86ce --- /dev/null +++ b/04_repo_update/041_rawdata/country_level_outcomes.csv @@ -0,0 +1,560 @@ +countrycode,year,test,idgrade,subject,nonprof_all,se_nonprof_all,nonprof_ma,se_nonprof_ma,nonprof_fe,se_nonprof_fe +ARE,2011,PIRLS,4,read,36.017685,.8808257,42.150146,1.4214823,29.855675,1.1456658 +ARE,2011,TIMSS,4,math,36.141468,.97319388,38.809471,1.5059434,33.462761,1.2600484 +ARE,2011,TIMSS,4,science,39.358074,1.0403529,43.469112,1.5790539,35.230553,1.4192994 +ARE,2015,TIMSS,4,math,31.665915,.85144204,32.954182,1.3370425,30.250454,1.6114295 +ARE,2015,TIMSS,4,science,33.224003,.93746746,35.835308,1.4489555,30.354858,1.6378882 +ARE,2016,PIRLS,4,read,32.428772,1.3028113,38.499516,1.7644614,26.029068,1.6799361 +ARG,2001,PIRLS,4,read,40.235104,2.7008476,44.358452,3.0494652,36.24559,2.9624629 +ARG,2006,LLECE,6,read,55.296715,.63825852,57.913132,.90317416,52.624977,.90514821 +ARG,2013,LLECE,6,read,53.578964,.94843376,59.282379,1.3507472,49.011475,1.3413248 +ARM,2003,TIMSS,4,math,25.028837,1.4846536,27.53191,1.7162535,22.400993,1.5977393 +ARM,2003,TIMSS,4,science,34.457951,1.7659854,36.311317,2.0276687,32.512207,1.9867963 +ARM,2007,TIMSS,4,math,13.261837,1.1947109,14.053506,1.2131757,12.413817,1.6255416 +ARM,2007,TIMSS,4,science,23.421991,1.5546815,26.122242,1.6673526,20.529539,1.9306825 +ARM,2011,TIMSS,4,math,28.494602,1.4271125,29.590267,1.5639182,27.277542,1.8726581 +ARM,2011,TIMSS,4,science,42.30035,1.8219091,43.347752,2.1434176,41.136909,2.3086748 +ARM,2015,TIMSS,4,math,16.116714,1.2635183,17.039865,1.4937094,15.142399,1.4093491 +ARM,2015,TIMSS,4,science,29.995728,1.6847034,33.155674,1.7214665,26.660656,2.0458755 +AUS,2003,TIMSS,4,math,11.772555,1.3395137,12.09656,1.5736049,11.454969,1.4261994 +AUS,2003,TIMSS,4,science,8.2483826,1.126408,9.7264709,1.719678,6.7995906,.81890726 +AUS,2007,TIMSS,4,math,8.5019054,.97796416,9.4296093,1.3721092,7.6029539,1.0363823 +AUS,2007,TIMSS,4,science,6.7127523,.77513599,7.3173881,.86517781,6.1268568,.90491402 +AUS,2011,PIRLS,4,read,7.0671978,.6665988,8.914793,1.0408237,5.1644745,.5472275 +AUS,2011,TIMSS,4,math,9.6564884,.99564481,9.6899691,1.0347707,9.6221743,1.1815001 +AUS,2011,TIMSS,4,science,8.8150616,.96020073,9.9969025,1.2189156,7.6036215,1.1423976 +AUS,2015,TIMSS,4,math,8.6326542,.82733464,8.3586988,1.0716155,8.9223747,1.0473249 +AUS,2015,TIMSS,4,science,6.2963724,.75868183,6.9386005,.96729428,5.6172075,.97439325 +AUS,2016,PIRLS,4,read,5.513793,.5545066,7.2660627,.80952084,3.7707806,.49180329 +AUT,2006,PIRLS,4,read,2.3767412,.4234789,3.1361341,.6013034,1.6007125,.41669005 +AUT,2007,TIMSS,4,math,7.0772591,.76076084,6.4416828,.87871188,7.7604713,.87801218 +AUT,2007,TIMSS,4,science,6.5139651,.61466408,5.8681192,.72661781,7.2082224,.81918186 +AUT,2011,PIRLS,4,read,2.8958917,.34855339,3.4892976,.58483535,2.2705734,.34008375 +AUT,2011,TIMSS,4,math,4.6978116,.75814056,4.3205681,.88424748,5.0938845,.90484035 +AUT,2011,TIMSS,4,science,4.0010395,.58908492,3.6144674,.70928776,4.4069052,.73330677 +AUT,2016,PIRLS,4,read,2.4142623,.37913904,2.8882682,.55914587,1.9100189,.40631858 +AZE,2011,PIRLS,4,read,18.140429,1.5970168,20.126265,1.8544042,15.914053,1.6624036 +AZE,2011,TIMSS,4,math,27.715492,1.927603,28.75815,2.0801756,26.550365,2.0992165 +AZE,2011,TIMSS,4,science,34.854095,2.0781758,36.072128,2.2712588,33.492996,2.2963567 +AZE,2016,PIRLS,4,read,19.213671,1.6500555,21.653826,1.9130487,16.456329,1.7156087 +BDI,2014,PASEC,6,read,92.673416,.78368288,93.777,1.0040926,91.334206,1.0198774 +BEL,2003,TIMSS,4,math,.73761344,.25692737,.99488497,.46899259,.48084259,.15899464 +BEL,2003,TIMSS,4,science,2.166909,.3739368,2.6023865,.61991531,1.7322719,.33339065 +BEL,2006,PIRLS,4,read,3.7632585,.29862028,4.2494655,.42297101,3.2743275,.38977373 +BEL,2011,PIRLS,4,read,6.2062502,1.0814266,6.8657875,1.0630602,5.5168924,1.339191 +BEL,2011,TIMSS,4,math,.67988634,.19328727,.61045289,.19436146,.74855089,.34084812 +BEL,2011,TIMSS,4,science,3.5302162,.5027169,2.9395044,.55515134,4.1143475,.74577326 +BEL,2015,TIMSS,4,math,.97278953,.29178628,.74178576,.278476,1.2027562,.52138716 +BEL,2015,TIMSS,4,science,4.1052103,.62943709,4.1296124,.7651512,4.0809212,.76118332 +BEL,2016,PIRLS,4,read,5.0987124,.44009835,6.4357996,.56938481,3.7760079,.46384996 +BEN,2014,PASEC,6,read,77.341751,1.9206686,75.128662,2.3338456,79.327499,2.0473688 +BFA,2014,PASEC,6,read,78.576775,1.6237392,77.478043,1.9605685,79.63546,1.7523117 +BGR,2001,PIRLS,4,read,4.9507022,.89022088,6.6674113,1.1529316,3.3338368,.82866049 +BGR,2006,PIRLS,4,read,5.2352786,.95801038,6.751287,1.4136159,3.6847651,.98383307 +BGR,2011,PIRLS,4,read,6.9515586,1.0346819,8.1134501,1.3211757,5.758214,1.1347538 +BGR,2015,TIMSS,4,math,8.0693245,1.4036875,8.5782232,1.5029848,7.540947,1.4377358 +BGR,2015,TIMSS,4,science,9.6602497,1.5462788,10.610825,1.656563,8.6733046,1.5613601 +BGR,2016,PIRLS,4,read,5.2132845,.89644676,5.9946833,1.0836039,4.4155893,.91922617 +BHR,2011,TIMSS,4,math,33.136017,1.358938,36.102718,1.7374743,30.220634,2.1419344 +BHR,2011,TIMSS,4,science,29.960955,1.4031,34.743671,2.1079516,25.260956,2.2524827 +BHR,2015,TIMSS,4,math,27.580971,.75459969,31.393593,1.1295618,23.781799,.80938208 +BHR,2015,TIMSS,4,science,27.540611,.90811568,34.597439,1.1267681,20.4247,1.3096881 +BHR,2016,PIRLS,4,read,30.631668,.98524719,40.202724,1.5092248,21.005774,1.3251656 +BLZ,2001,PIRLS,4,read,74.782043,1.7576765,78.244598,2.0710907,71.481773,2.1557472 +BRA,2006,LLECE,6,read,50.068455,.70710611,53.803219,1.0232215,46.076412,1.0170498 +BRA,2013,LLECE,6,read,46.947468,1.0556511,48.479885,1.5640706,46.273785,1.4878898 +BWA,2000,SACMEQ,6,read,49.164425,.86751086,56.657349,1.2277935,41.977085,1.2001461 +BWA,2007,SACMEQ,6,read,43.381287,.796974,51.312801,1.1424818,35.522545,1.0832185 +BWA,2011,PIRLS,6,read,44.298088,1.8335704,51.519245,2.2553372,37.47427,1.9268957 +BWA,2011,TIMSS,6,math,40.451683,1.5643973,44.93045,1.9583348,36.23864,1.7187052 +BWA,2011,TIMSS,6,science,56.856773,1.7763624,59.099503,2.1224904,54.747108,2.0927551 +CAN,2001,PIRLS,4,read,3.0926406,.37246317,4.0687504,.59999943,2.0981908,.30955848 +CAN,2011,PIRLS,4,read,2.249223,.24820776,2.6927412,.32694203,1.7935097,.31558815 +CAN,2015,TIMSS,4,math,7.6147079,.8156932,7.0920048,.88968605,8.1537428,.89808011 +CAN,2015,TIMSS,4,science,5.2902937,.73528934,5.8126631,.89109612,4.751605,.72419763 +CAN,2016,PIRLS,4,read,4.2596102,.44186455,4.766655,.42275438,3.7394226,.69026643 +CHL,2006,LLECE,6,read,38.378082,.59792173,39.026855,.86233515,36.865036,.8670454 +CHL,2011,TIMSS,4,math,22.530819,1.1781337,21.851391,1.5425469,23.185932,1.4111376 +CHL,2011,TIMSS,4,science,15.499735,1.0757316,14.471835,1.2033263,16.490847,1.4112489 +CHL,2013,LLECE,6,read,30.258625,.78980315,33.001137,1.139773,26.937771,1.1056416 +CHL,2015,TIMSS,4,math,21.834099,1.5301539,22.742128,1.6907545,20.883167,1.7912123 +CHL,2015,TIMSS,4,science,14.934683,1.169933,15.774846,1.6789583,14.054829,1.3638445 +CHL,2016,PIRLS,4,read,12.797934,1.1272485,14.895308,1.313558,10.502249,1.4023873 +CIV,2014,PASEC,6,read,77.626785,1.5555022,79.196213,1.7940787,75.768341,2.0104423 +CMR,2014,PASEC,6,read,75.911171,1.850337,78.431297,2.0220363,72.914833,2.1565452 +COG,2014,PASEC,6,read,82.860397,1.6526347,83.598534,1.9381231,82.115288,1.9923455 +COL,2001,PIRLS,4,read,38.857155,2.2092042,41.438911,2.428839,36.324429,2.5581574 +COL,2006,LLECE,6,read,51.808834,.65329254,50.889313,.93528974,52.607445,.91606724 +COL,2007,TIMSS,4,math,69.067848,1.9607726,65.716522,2.1335354,72.475189,2.1219513 +COL,2007,TIMSS,4,science,48.652565,2.4360614,46.902466,2.6799462,50.431911,2.5950515 +COL,2011,PIRLS,4,read,27.671469,1.9101365,27.32144,2.3198891,28.03303,2.2799928 +COL,2013,LLECE,6,read,44.726212,.86737502,45.863224,1.2193272,43.220036,1.2372953 +CRI,2006,LLECE,6,read,28.672039,.67131591,28.781986,.99390817,28.723234,.99068022 +CRI,2013,LLECE,6,read,31.704283,.9234733,32.839745,1.3035231,30.255014,1.3066099 +CUB,2006,LLECE,6,read,25.118423,.56548512,27.900679,.81265837,22.114069,.77958578 +CYP,2001,PIRLS,4,read,13.243156,1.090377,16.42359,1.7285188,9.8692417,1.0867338 +CYP,2003,TIMSS,4,math,10.586166,.67498398,10.381079,.9444046,10.798759,1.0454682 +CYP,2003,TIMSS,4,science,14.203816,.84376985,13.778448,.99025518,14.644754,1.1847069 +CYP,2015,TIMSS,4,math,7.3704062,.56788665,7.6465845,.83370304,7.0849538,.60470319 +CYP,2015,TIMSS,4,science,14.299422,.97925293,14.928842,1.2124311,13.648886,1.1900815 +CZE,2001,PIRLS,4,read,2.7299762,.41122153,3.4188688,.58553869,2.0016611,.47992378 +CZE,2007,TIMSS,4,math,11.803579,1.0981083,11.774164,1.3874139,11.836231,1.3501325 +CZE,2007,TIMSS,4,science,6.9840431,.8040784,7.0513129,.81939697,6.9093647,1.1016068 +CZE,2011,PIRLS,4,read,1.7492115,.52261341,2.0508945,.65494835,1.433599,.513933 +CZE,2011,TIMSS,4,math,6.8130198,.77075428,6.6422224,1.1736082,6.99473,1.0172029 +CZE,2011,TIMSS,4,science,3.4956813,.69423389,3.1730354,.70201933,3.8389504,.96562833 +CZE,2015,TIMSS,4,math,3.9297938,.50348359,3.669703,.58743566,4.1967154,.63682699 +CZE,2015,TIMSS,4,science,3.5195827,.55463016,3.3158779,.56616122,3.7286401,.70636302 +CZE,2016,PIRLS,4,read,2.9605269,.50483227,3.8604975,.65036011,2.0282984,.48253885 +DEU,2001,PIRLS,4,read,2.9658079,.37882036,3.3596516,.56419307,2.5685549,.44243276 +DEU,2006,PIRLS,4,read,2.5919139,.2625764,2.9349208,.51142031,2.234751,.34206986 +DEU,2007,TIMSS,4,math,4.0521383,.51094162,3.4668982,.59163702,4.6600876,.67551112 +DEU,2007,TIMSS,4,science,5.810338,.6103791,5.2439156,.63834727,6.3987436,.85763633 +DEU,2011,PIRLS,4,read,2.3894072,.34824276,2.7957559,.56306565,1.971364,.45972824 +DEU,2011,TIMSS,4,math,2.7480364,.57721359,2.4097562,.56267267,3.0964017,.82968211 +DEU,2011,TIMSS,4,science,4.2903662,.65727168,3.8845062,.69966996,4.7083259,.98896784 +DEU,2015,TIMSS,4,math,3.6922097,.56661826,3.8428843,.60793751,3.5295963,.87308884 +DEU,2015,TIMSS,4,science,3.9718211,.5690437,3.9458156,.66082782,3.9998889,.65276027 +DEU,2016,PIRLS,4,read,5.4925561,.91630173,6.5240917,1.3055249,4.4245539,.8908788 +DNK,2006,PIRLS,4,read,3.4869134,.44103959,4.2330446,.71050769,2.7873099,.50595999 +DNK,2007,TIMSS,4,math,4.6738505,.76938581,5.1084995,.97083664,4.2581854,.84029752 +DNK,2007,TIMSS,4,science,7.0845785,.82864833,7.5095534,1.1729001,6.6781578,1.0942608 +DNK,2011,PIRLS,4,read,1.4267802,.21996096,1.6681314,.37661621,1.1899829,.30372426 +DNK,2011,TIMSS,4,math,3.4074843,.55431122,3.3784986,.71208882,3.4351468,.61691672 +DNK,2011,TIMSS,4,science,4.8393846,.70966876,5.1012635,.91903192,4.5895281,.75614339 +DNK,2015,TIMSS,4,math,4.0880919,.64475524,4.0540338,.91920102,4.123044,.80376834 +DNK,2015,TIMSS,4,science,4.2105379,.53701687,4.5400023,.70972496,3.8723886,.72194237 +DNK,2016,PIRLS,3,read,11.819988,.87313324,13.790607,1.0748776,9.8819494,1.0576172 +DNK,2016,PIRLS,4,read,2.6210546,.40861928,2.8600514,.62710011,2.3911417,.49161655 +DOM,2006,LLECE,6,read,89.417336,.46539035,90.959106,.64609402,87.78138,.71095091 +DOM,2013,LLECE,6,read,79.381966,.78514934,80.609627,1.0973601,78.122993,1.1235025 +DZA,2007,TIMSS,4,math,59.065132,2.234638,60.053146,2.0998881,58.064732,2.8048759 +DZA,2007,TIMSS,4,science,66.52803,2.0792232,68.446373,2.1249931,64.585632,2.593668 +ECU,2006,LLECE,6,read,77.639915,.58372343,79.053574,.81320226,76.42791,.87278944 +ECU,2013,LLECE,6,read,62.068684,.79087967,62.174427,1.0806098,62.053181,1.162975 +EGY,2016,PIRLS,4,read,69.155106,1.7668108,73.60952,1.9039412,64.601532,1.8867943 +ESP,2006,PIRLS,4,read,6.4623952,.83914471,6.6658916,1.0711429,6.254065,.9830122 +ESP,2011,PIRLS,4,read,6.1280847,.69463515,7.0787907,1.1746172,5.1544247,.61746079 +ESP,2011,TIMSS,4,math,12.708902,1.3040901,11.832404,1.5689495,13.61937,1.4735527 +ESP,2011,TIMSS,4,science,8.45294,1.1596133,7.8647556,1.177838,9.0639172,1.3346075 +ESP,2015,TIMSS,4,math,7.0198593,.87480474,6.8492889,.99785477,7.1951985,1.1516693 +ESP,2015,TIMSS,4,science,5.201417,.68644059,5.4427266,.81427062,4.9533663,.8378588 +ESP,2016,PIRLS,4,read,3.431344,.49629551,4.3945255,.87470311,2.4438381,.3892706 +FIN,2011,PIRLS,4,read,.79878569,.2001375,1.084429,.33230689,.50019622,.19822688 +FIN,2011,TIMSS,4,math,2.0760715,.42004585,2.3910284,.60590887,1.744169,.42810422 +FIN,2011,TIMSS,4,science,1.2376726,.31424659,1.3541937,.41498467,1.114881,.379269 +FIN,2015,TIMSS,4,math,2.6628017,.41589466,3.3640206,.61687541,1.9076407,.42197314 +FIN,2015,TIMSS,4,science,1.4970958,.38992715,1.8927515,.59570509,1.0710001,.28855264 +FIN,2016,PIRLS,4,read,1.7100692,.29318789,2.3466051,.52474904,1.0716259,.29770705 +FRA,2001,PIRLS,4,read,4.6359596,.64543539,5.8537779,.88398111,3.3413708,.6830135 +FRA,2006,PIRLS,4,read,4.0925798,.42905742,5.0575137,.60058939,3.0663729,.44685853 +FRA,2011,PIRLS,4,read,4.7308865,.77723807,4.6420932,.72597766,4.8217831,.97699666 +FRA,2015,TIMSS,4,math,12.501186,.98431802,11.904454,1.0300738,13.12533,1.3949523 +FRA,2015,TIMSS,4,science,12.192451,1.0387965,12.78767,1.2280244,11.569881,1.3543863 +FRA,2016,PIRLS,4,read,6.2845764,.49711183,7.2820187,.69898474,5.2986622,.69623154 +GBR,2001,PIRLS,5,read,5.711132,.62711519,7.2862682,.87271053,4.236865,.74345946 +GBR,2003,TIMSS,4,math,7.920331,.73761398,8.3449068,.99877614,7.4912548,.90119112 +GBR,2003,TIMSS,4,science,5.9597015,.62254953,6.6847086,.89684373,5.2270231,.66374636 +GBR,2006,PIRLS,4,read,6.7622004,.59902871,7.717103,.71941817,5.7959261,.68913835 +GBR,2007,TIMSS,4,math,6.36726,.59301388,7.1777878,.83383173,5.5227399,.61160582 +GBR,2007,TIMSS,4,science,5.208272,.55644,6.0914574,.7861076,4.2880535,.51338065 +GBR,2011,PIRLS,4,read,3.2437325,.59564435,3.796953,.97221518,2.6816189,.6044113 +GBR,2011,PIRLS,5,read,4.6339455,.53728783,6.1062393,.68860549,3.1097651,.64917547 +GBR,2011,TIMSS,4,math,4.0750685,.50082046,4.8452616,.86213166,3.284806,.53814906 +GBR,2011,TIMSS,4,science,6.1889529,.96495479,6.7634583,.99691617,5.5994692,1.2170453 +GBR,2011,TIMSS,5,math,6.6532793,.69909561,7.3664007,.73905832,5.8952212,1.0323105 +GBR,2011,TIMSS,5,science,6.8092766,.70172834,7.8809142,.98796439,5.6701126,.89935762 +GBR,2015,TIMSS,4,math,4.2443218,.6204645,4.537982,.68192238,3.9607108,.78743219 +GBR,2015,TIMSS,4,science,3.1321883,.42720816,3.4817696,.55999255,2.7945817,.51297444 +GBR,2016,PIRLS,4,read,3.1756341,.33946967,3.8290858,.48129898,2.5315464,.38482594 +GEO,2006,PIRLS,4,read,17.977888,1.3104683,21.12376,1.6429163,14.568299,1.4011302 +GEO,2007,TIMSS,4,math,33.171272,1.9856182,34.779751,2.1807234,31.350458,2.2420442 +GEO,2007,TIMSS,4,science,41.13419,2.1309404,43.994606,2.3279946,37.896175,2.6196201 +GEO,2011,PIRLS,4,read,13.514507,1.3965394,16.62833,1.8377519,10.119456,1.2017524 +GEO,2011,TIMSS,4,math,27.561497,1.6763797,29.468065,2.1748691,25.482105,1.5623674 +GEO,2011,TIMSS,4,science,24.815351,1.629626,27.436054,2.0011513,21.957088,1.6807076 +GEO,2015,TIMSS,4,math,22.444117,1.6044514,23.787224,1.9790554,21.022106,1.6370276 +GEO,2015,TIMSS,4,science,25.956266,1.705677,27.183891,2.1140785,24.656523,1.820312 +GEO,2016,PIRLS,4,read,13.523626,1.1186023,16.703939,1.5544558,10.262484,1.1079484 +GRC,2001,PIRLS,4,read,5.4929552,.79732865,7.9868793,1.170063,2.9588342,.78165799 +GTM,2006,LLECE,6,read,79.278381,.5644595,78.503471,.81478089,79.42202,.81310683 +GTM,2013,LLECE,6,read,63.624409,.86168498,62.725727,1.2062005,64.502678,1.2322136 +HKG,2001,PIRLS,4,read,3.3758163,.57945341,4.9082699,.75971305,1.9502997,.52472961 +HKG,2003,TIMSS,4,math,.66483617,.16452169,.89374781,.25530091,.40778518,.19416614 +HKG,2003,TIMSS,4,science,1.7436624,.34731057,2.3034096,.54554147,1.1150837,.26708075 +HKG,2006,PIRLS,4,read,.85384846,.20422356,1.239711,.32898948,.44769645,.18673775 +HKG,2007,TIMSS,4,math,.35209656,.12221086,.56432486,.21239167,.12845993,.11419583 +HKG,2007,TIMSS,4,science,2.0100832,.44967598,2.5168836,.73908144,1.4760435,.38289437 +HKG,2011,PIRLS,4,read,.81492066,.23085384,1.1474907,.40415788,.42148232,.24261542 +HKG,2011,TIMSS,4,math,.78421235,.51869822,.99044442,.65486211,.54018497,.39097211 +HKG,2011,TIMSS,4,science,4.4680176,1.1965348,4.9677191,1.2873528,3.8767278,1.2207974 +HKG,2015,TIMSS,4,math,.22522211,.16069579,.15869737,.12874813,.30409694,.28263846 +HKG,2015,TIMSS,4,science,1.9124806,.37958372,1.7026484,.41940165,2.1612942,.59044009 +HKG,2016,PIRLS,4,read,1.403904,.33834988,1.9835949,.51649725,.79624653,.42281413 +HND,2011,PIRLS,6,read,26.488459,2.3071525,29.584616,2.6048069,23.556482,2.6182482 +HND,2011,TIMSS,6,math,50.886734,2.4892027,48.291428,2.5380442,53.337173,2.9660141 +HND,2011,TIMSS,6,science,34.583271,2.6925623,33.395542,2.9110322,35.704697,3.0184546 +HND,2013,LLECE,6,read,69.443695,.84256583,71.075272,1.1718796,67.247421,1.2186809 +HRV,2011,PIRLS,4,read,1.0005653,.24353915,1.4255345,.41676116,.56732893,.2267604 +HRV,2011,TIMSS,4,math,9.5108624,.92968297,9.3320131,1.083341,9.692502,1.3101022 +HRV,2011,TIMSS,4,science,3.6419868,.53544438,3.8995802,.74877387,3.3803761,.60413247 +HRV,2015,TIMSS,4,math,6.7512631,.64047021,6.229496,.96726137,7.2977304,.7379697 +HRV,2015,TIMSS,4,science,2.2266388,.3421379,2.2818923,.50391352,2.1687686,.46433714 +HUN,2001,PIRLS,4,read,2.4528563,.34572628,3.4926951,.5525912,1.4580429,.28870639 +HUN,2003,TIMSS,4,math,5.8348122,.76115674,5.6999922,.79836994,5.9717298,1.0282025 +HUN,2003,TIMSS,4,science,5.9711637,.72467506,5.7987452,.72826076,6.1462641,1.0263268 +HUN,2006,PIRLS,4,read,2.5682688,.48950776,2.839011,.70301217,2.3008049,.52671492 +HUN,2007,TIMSS,4,math,11.770916,1.1656874,11.847502,1.1642185,11.696142,1.4743253 +HUN,2007,TIMSS,4,science,6.5848351,.81671226,7.5263557,1.0113838,5.6656418,1.0846078 +HUN,2011,PIRLS,4,read,5.3590002,.7047056,6.4678726,.91680002,4.2152643,.79948324 +HUN,2011,TIMSS,4,math,10.477614,.97722381,11.205411,1.2296228,9.7240334,1.0364339 +HUN,2011,TIMSS,4,science,7.3789778,.93625402,7.8772306,1.0714536,6.8630753,1.1794778 +HUN,2015,TIMSS,4,math,8.2474594,.89966041,8.1900835,1.1093507,8.3063011,.9262085 +HUN,2015,TIMSS,4,science,5.5841265,.83072686,5.4653525,.94522208,5.7059169,.97065085 +HUN,2016,PIRLS,4,read,2.8618932,.43915296,3.4542024,.71214193,2.2550642,.48109725 +IDN,2006,PIRLS,4,read,46.022923,2.1321025,51.083282,2.4346118,40.77092,2.3604429 +IDN,2011,PIRLS,4,read,33.772896,2.2101586,38.566917,2.5368099,29.110914,2.1958902 +IDN,2015,TIMSS,4,math,49.620022,1.8307766,52.609993,1.8134422,46.367352,2.2199283 +IDN,2015,TIMSS,4,science,49.367245,2.0742445,51.778194,2.132005,46.75626,2.5142155 +IRL,2011,PIRLS,4,read,3.3127308,.53689253,4.100287,1.040133,2.4999201,.86676896 +IRL,2011,TIMSS,4,math,6.0542402,.63500047,6.9722056,.89994979,5.1165223,.77225912 +IRL,2011,TIMSS,4,science,7.8306437,.88250268,8.5828485,1.3400961,7.0622563,1.3954335 +IRL,2015,TIMSS,4,math,3.0366063,.31685716,3.0486047,.43075654,3.0232251,.52877808 +IRL,2015,TIMSS,4,science,4.4078708,.57977545,4.6144667,.78535557,4.1774511,.62586206 +IRL,2016,PIRLS,4,read,2.3149967,.35742602,2.6104808,.53766209,2.0194054,.42859316 +IRN,2001,PIRLS,4,read,43.80278,1.9520648,50.817348,2.8275821,37.972225,2.4991329 +IRN,2003,TIMSS,4,math,54.517441,2.1715856,55.951244,2.6464632,52.280041,3.5668156 +IRN,2003,TIMSS,4,science,42.400223,1.7299132,45.491566,2.1237593,37.576294,2.9850252 +IRN,2006,PIRLS,4,read,40.164684,1.5628639,42.381084,2.1872509,37.604343,2.5156198 +IRN,2007,TIMSS,4,math,47.309261,1.9797276,51.189526,2.5728524,43.254642,2.7352695 +IRN,2007,TIMSS,4,science,34.69677,1.8738942,38.188244,2.4822614,31.04841,2.5043271 +IRN,2011,PIRLS,4,read,24.25639,1.1422924,28.119267,1.640697,20.271374,1.6256174 +IRN,2011,TIMSS,4,math,35.593422,1.4921812,36.181305,2.1710157,34.987293,2.4615281 +IRN,2011,TIMSS,4,science,27.892839,1.5283537,28.29442,2.0479503,27.478796,2.4004996 +IRN,2015,TIMSS,4,math,34.828621,1.3230824,37.86961,1.9480857,31.734341,1.9979397 +IRN,2015,TIMSS,4,science,38.567787,1.6644629,41.417778,2.2929494,35.626305,2.3114772 +IRN,2016,PIRLS,4,read,35.096584,1.5627755,43.569618,1.9007657,25.36459,1.9920684 +ISL,2001,PIRLS,4,read,7.864666,.57692158,10.289234,1.0133485,5.3928137,.43234351 +ISL,2006,PIRLS,4,read,6.8288565,.75242341,9.1796761,.85112238,4.4687986,.97434556 +ISL,2006,PIRLS,5,read,1.6981602,.69528258,2.2958636,1.0670443,1.0948181,.7475518 +ISR,2001,PIRLS,4,read,13.385272,.96256781,16.060781,1.3175206,10.7575,1.0368346 +ISR,2006,PIRLS,4,read,14.513456,1.2177409,16.321606,1.3910264,12.577194,1.4022117 +ISR,2011,PIRLS,4,read,6.8354964,.82222807,8.1568899,1.0329859,5.5418968,.90817064 +ISR,2016,PIRLS,4,read,8.977294,.7596336,11.382568,1.1100333,6.633955,.88173038 +ITA,2001,PIRLS,4,read,3.4432828,.56760406,3.5933435,.74322468,3.2799184,.65512413 +ITA,2003,TIMSS,4,math,11.126375,1.0626999,11.180669,1.0956215,11.068159,1.2608644 +ITA,2003,TIMSS,4,science,9.1937962,.93936706,9.1388521,1.1520715,9.2527208,1.0514134 +ITA,2006,PIRLS,4,read,1.8067241,.40960088,2.163589,.56273073,1.4268279,.44618478 +ITA,2007,TIMSS,4,math,8.8620005,1.0320777,7.8126907,1.0436761,9.9589291,1.2073097 +ITA,2007,TIMSS,4,science,5.531806,.71229261,5.0229549,.83731043,6.0637474,.79795307 +ITA,2011,PIRLS,4,read,2.3352265,.43588075,2.7013302,.55579215,1.9692481,.50480568 +ITA,2011,TIMSS,4,math,7.2458029,.8027159,6.6832485,.87888485,7.8074694,.9478991 +ITA,2011,TIMSS,4,science,5.2920222,.95672381,5.0898132,1.0265107,5.4939151,1.0981904 +ITA,2015,TIMSS,4,math,7.4798465,.81553507,6.2222185,.91786098,8.797163,1.0478491 +ITA,2015,TIMSS,4,science,5.2100539,.67612416,4.6351376,.83934933,5.8122578,.77523762 +ITA,2016,PIRLS,4,read,2.1392047,.40959898,2.968961,.57052594,1.267004,.38389125 +JOR,2015,TIMSS,4,math,50.021748,1.2261858,52.848938,1.837743,46.732872,1.5437256 +JPN,2003,TIMSS,4,math,2.0015299,.33277673,2.7155995,.42676386,1.2539804,.35094741 +JPN,2003,TIMSS,4,science,3.6520302,.37296286,4.2222261,.50286227,3.0551016,.39225641 +JPN,2007,TIMSS,4,math,2.1694183,.42780495,2.7352095,.54349399,1.5783429,.47116908 +JPN,2007,TIMSS,4,science,2.7079105,.41244435,3.1091213,.57115209,2.2887766,.53760028 +JPN,2011,TIMSS,4,math,.97445846,.19037314,1.2488782,.36674988,.6919682,.235552 +JPN,2011,TIMSS,4,science,1.2808323,.23454966,1.5536129,.48395148,1.0000288,.33242762 +JPN,2015,TIMSS,4,math,.54149032,.13046156,.74061751,.20768353,.34202933,.18872456 +JPN,2015,TIMSS,4,science,1.0091722,.23044138,1.1956751,.35900077,.82235932,.31006247 +KAZ,2007,TIMSS,4,math,5.0108314,1.450737,5.6760788,1.5439062,4.3764472,1.6862319 +KAZ,2007,TIMSS,4,science,4.8462811,1.0228112,4.734725,1.3057556,4.9526572,1.0905786 +KAZ,2011,TIMSS,4,math,11.96841,1.2172103,12.776434,1.4446126,11.103785,1.3364689 +KAZ,2011,TIMSS,4,science,15.613026,1.6141447,16.222418,1.6854156,14.960945,1.7507768 +KAZ,2015,TIMSS,4,math,3.529799,.46194893,3.5930514,.67032981,3.4632862,.55743146 +KAZ,2015,TIMSS,4,science,3.7321687,.64532554,4.4139328,.76094735,3.0152023,.7191444 +KAZ,2016,PIRLS,4,read,1.9077122,.33820415,2.2635639,.45567513,1.5315652,.38837466 +KEN,2000,SACMEQ,6,read,36.80278,.83977699,37.697338,1.1774757,35.920612,1.1982965 +KEN,2007,SACMEQ,6,read,39.432217,.73383701,39.497627,1.0199789,39.36488,1.0568523 +KOR,2011,TIMSS,4,math,.34208298,.12781979,.4001081,.17942826,.27939081,.13852224 +KOR,2011,TIMSS,4,science,.60363412,.13210571,.69198608,.22086655,.50817728,.15679504 +KOR,2015,TIMSS,4,math,.32701492,.12189718,.27669668,.16848886,.38098097,.17678432 +KOR,2015,TIMSS,4,science,.30218959,.13440004,.2807498,.1502485,.32518506,.18861687 +KWT,2001,PIRLS,4,read,49.409664,1.8946465,59.481926,2.717536,38.540226,2.6113386 +KWT,2006,PIRLS,4,read,71.838379,1.2145623,81.098137,1.4260503,62.532413,1.8121457 +KWT,2007,TIMSS,4,math,79.123337,1.212414,82.91111,1.6669786,75.567535,1.7659602 +KWT,2007,TIMSS,4,science,63.452374,1.342007,73.039978,1.9304478,54.451954,1.7985241 +KWT,2011,PIRLS,6,read,41.628845,2.2404096,52.910847,3.354517,32.256271,2.5432324 +KWT,2011,TIMSS,4,math,69.689072,1.2882802,75.27774,1.9219124,64.915482,1.5059996 +KWT,2011,TIMSS,4,science,63.337124,1.5098298,71.569855,2.1743891,56.305088,1.9114321 +KWT,2015,TIMSS,4,math,66.526413,1.7374903,67.354073,1.973525,65.728218,2.3312905 +KWT,2015,TIMSS,4,science,67.28878,1.9830379,70.652283,2.4885263,64.051292,2.543144 +KWT,2016,PIRLS,4,read,49.383884,1.8037683,56.024696,2.64869,43.254692,2.3075869 +LSO,2000,SACMEQ,6,read,87.320709,.59248215,89.823952,.81473923,85.317741,.83983636 +LSO,2007,SACMEQ,6,read,77.952652,.63673973,79.780228,.9360711,76.432899,.86688048 +LTU,2001,PIRLS,4,read,1.9896924,.43777817,2.8313935,.66626078,1.203227,.40151292 +LTU,2003,TIMSS,4,math,4.329771,.65506822,4.345715,.74768341,4.3150959,.95138413 +LTU,2003,TIMSS,4,science,5.4478288,.70378494,5.7027578,.90913659,5.2132549,1.0389436 +LTU,2006,PIRLS,4,read,1.2951553,.27915913,1.6958475,.50430888,.87378025,.34092695 +LTU,2007,TIMSS,4,math,5.6006789,.72981232,6.2002478,.98168522,4.9709501,.84472692 +LTU,2007,TIMSS,4,science,4.8798981,.63060451,5.9080243,.88274366,3.8000405,.64570028 +LTU,2011,PIRLS,4,read,3.4667075,.35522002,4.3190122,.61853409,2.5444388,.5695231 +LTU,2011,TIMSS,4,math,4.3463888,.5844726,4.5387268,.82053149,4.1350422,.65177029 +LTU,2011,TIMSS,4,science,5.3010883,.61199975,5.4351511,.80394584,5.1537752,.75913692 +LTU,2015,TIMSS,4,math,3.6950946,.50812227,4.3680248,.80136669,3.022337,.6729731 +LTU,2015,TIMSS,4,science,4.3412981,.49429744,5.0089717,.6898151,3.6737919,.72876865 +LTU,2016,PIRLS,4,read,2.7349234,.43285629,3.3728957,.69427544,2.1026909,.68637401 +LUX,2006,PIRLS,5,read,1.2278497,.2276836,1.5881062,.35033286,.8546412,.25392842 +LVA,2001,PIRLS,4,read,1.4521301,.44109812,1.9383311,.50496131,.92138648,.52160144 +LVA,2003,TIMSS,4,math,4.2190256,.69774377,5.2532139,.96693802,3.146112,.77077097 +LVA,2003,TIMSS,4,science,3.698194,.57043123,4.715353,1.0412904,2.6429415,.56879526 +LVA,2006,PIRLS,4,read,1.7862201,.36903706,2.7883768,.57830572,.70770383,.31192404 +LVA,2007,TIMSS,4,math,3.3377767,.51290393,3.894031,.68663722,2.7295589,.6875602 +LVA,2007,TIMSS,4,science,2.3415864,.44580746,2.8598785,.68385857,1.7748713,.53234893 +LVA,2016,PIRLS,4,read,.80328584,.20798792,.99520087,.35802695,.61944723,.30029923 +MAC,2016,PIRLS,4,read,2.4024129,.33533153,2.5540054,.44279009,2.2451222,.35870278 +MAR,2001,PIRLS,4,read,66.631676,3.4199033,69.223274,3.8481944,63.518848,3.3476956 +MAR,2003,TIMSS,4,math,70.717995,2.1880283,69.919731,2.5317774,71.561348,2.3939137 +MAR,2003,TIMSS,4,science,75.879372,1.6376538,76.900856,1.7492685,74.800186,1.8174443 +MAR,2006,PIRLS,4,read,74.257187,1.9973269,76.586273,2.0080023,71.663643,2.4023001 +MAR,2007,TIMSS,4,math,73.933884,2.0133142,73.43692,2.3438244,74.445023,2.4743006 +MAR,2007,TIMSS,4,science,78.865746,1.8912432,79.782677,2.0640683,77.922668,2.2710311 +MAR,2011,PIRLS,4,read,78.987747,1.3474536,82.278435,1.4201779,75.39167,1.6643424 +MAR,2011,PIRLS,6,read,38.839661,1.8606156,46.934544,2.084214,29.985565,2.0564125 +MAR,2011,TIMSS,4,math,73.98999,1.5087048,74.677399,1.8180171,73.240509,1.6235147 +MAR,2011,TIMSS,4,science,84.211029,.955724,84.455681,1.0341569,83.944283,1.1823272 +MAR,2015,TIMSS,4,math,59.002239,1.6552732,58.759663,1.8195797,59.265865,1.81563 +MAR,2015,TIMSS,4,science,64.774956,1.8293116,65.342316,1.8944912,64.16098,2.2527499 +MAR,2016,PIRLS,4,read,63.796082,1.4068362,68.406174,1.6618954,59.01366,1.6290264 +MDA,2001,PIRLS,4,read,11.503416,1.2075778,15.65308,1.6404225,7.3763728,1.2655293 +MDA,2003,TIMSS,4,math,12.40651,1.5355269,13.474017,1.9311085,11.321604,1.580156 +MDA,2003,TIMSS,4,science,13.62918,1.3234515,15.266686,1.6686026,11.964989,1.3545092 +MDA,2006,PIRLS,4,read,8.7376595,.85100961,10.456461,1.2136452,6.9926796,1.0335273 +MEX,2006,LLECE,6,read,45.855312,.72511977,48.932289,1.0394011,42.603855,1.0308785 +MEX,2013,LLECE,6,read,42.489983,.97604841,45.231964,1.3704523,39.606552,1.3872122 +MKD,2001,PIRLS,4,read,33.327972,2.0846486,36.390232,2.1643751,30.13283,2.357841 +MKD,2006,PIRLS,4,read,34.237637,1.58099,38.052715,1.9849923,30.202681,1.6461902 +MLT,2011,PIRLS,5,read,21.798801,.64708579,24.922562,1.023108,18.501478,.90120918 +MLT,2011,TIMSS,5,math,11.87377,.63021129,11.528855,.81723464,12.23641,.92538524 +MLT,2011,TIMSS,5,science,29.896618,1.0855101,29.62895,1.2328022,30.17804,1.4137895 +MLT,2016,PIRLS,5,read,26.834185,.70075083,31.038612,.93583947,22.299755,1.1382605 +MNG,2007,TIMSS,4,math,33.263504,1.9001944,32.939327,2.2399764,33.602947,2.0132408 +MNG,2007,TIMSS,4,science,38.06517,2.0360615,39.088326,2.3573925,36.99382,2.1391289 +MOZ,2000,SACMEQ,6,read,46.184437,.88462967,45.360138,1.1239383,47.404583,1.4336849 +MOZ,2007,SACMEQ,6,read,68.519226,.80135304,67.198608,1.1131105,70.090462,1.1522408 +MUS,2000,SACMEQ,6,read,46.95686,.91980386,51.936333,1.2785702,41.589092,1.3098003 +MUS,2007,SACMEQ,6,read,33.228378,.79358637,39.382217,1.1519524,26.80822,1.0671427 +MWI,2000,SACMEQ,6,read,94.283569,.48074648,92.870094,.73701769,95.82962,.59949458 +MWI,2007,SACMEQ,6,read,93.120987,.48002577,91.359161,.74665922,94.938576,.59375834 +NAM,2000,SACMEQ,6,read,84.344666,.51149726,85.111252,.71757424,83.635605,.72763789 +NAM,2007,SACMEQ,6,read,64.229744,.59929544,68.350319,.83820468,60.432659,.84904665 +NER,2014,PASEC,6,read,97.90538,.66377848,97.961372,.65768242,97.832222,.87601048 +NIC,2006,LLECE,6,read,73.680458,.56258917,74.009636,.8372559,73.47908,.79478306 +NIC,2013,LLECE,6,read,69.312584,.88724494,73.497017,1.2365097,65.298782,1.2636701 +NLD,2001,PIRLS,4,read,.77260137,.2539019,1.1039436,.41038162,.44502616,.22858144 +NLD,2003,TIMSS,4,math,.91296434,.35936192,.68739057,.33263728,1.1470616,.47940463 +NLD,2003,TIMSS,4,science,1.4218986,.42362729,1.1927783,.5595175,1.6596794,.44923282 +NLD,2006,PIRLS,4,read,.55949092,.24510199,.71922541,.44589573,.40531754,.32065347 +NLD,2007,TIMSS,4,math,1.9730568,.41451082,1.737529,.56154341,2.2282004,.45135549 +NLD,2007,TIMSS,4,science,2.5048256,.51987058,2.1615922,.58036268,2.8766572,.77010852 +NLD,2011,PIRLS,4,read,.44983029,.21959592,.56886077,.2966378,.33485293,.18537189 +NLD,2011,TIMSS,4,math,.62716603,.18695343,.58743358,.22690119,.66323876,.30319092 +NLD,2011,TIMSS,4,science,1.2469292,.38618064,1.1049986,.37138236,1.3757706,.48375818 +NLD,2015,TIMSS,4,math,1.1891425,.25600645,1.213038,.47596973,1.1654317,.2897889 +NLD,2015,TIMSS,4,science,3.3179164,.59861588,3.8814425,.85505909,2.7587116,.63434148 +NLD,2016,PIRLS,4,read,1.3098419,.33152875,2.035737,.62327218,.60346723,.30959061 +NOR,2001,PIRLS,4,read,11.791497,.93091059,14.431649,1.4107732,9.0002718,1.0486727 +NOR,2003,TIMSS,4,math,25.293785,1.2003245,25.238239,1.3593246,25.349676,1.5631815 +NOR,2003,TIMSS,4,science,21.265507,1.5270388,21.840698,1.7848488,20.686817,1.5312616 +NOR,2006,PIRLS,4,read,8.1726665,.84048629,10.503263,1.2014825,5.7853403,.77670705 +NOR,2006,PIRLS,5,read,2.4483383,.8339898,3.0590713,1.0337847,1.8121362,.99449784 +NOR,2007,TIMSS,4,math,17.066586,1.0733256,16.172636,1.6381111,17.970116,1.4605985 +NOR,2007,TIMSS,4,science,15.965587,1.3942171,15.686089,1.3902663,16.248083,1.668299 +NOR,2011,PIRLS,4,read,5.1773252,.66342723,6.8483648,1.1072987,3.6239862,.63885361 +NOR,2011,TIMSS,4,math,8.899087,.95558351,9.0888205,1.2823175,8.7195158,1.0130035 +NOR,2011,TIMSS,4,science,7.5980959,.8328073,7.9314651,.92591244,7.2825789,1.0613266 +NOR,2015,TIMSS,4,math,9.9875746,.99971157,10.698467,1.0872444,9.2538776,1.4366719 +NOR,2015,TIMSS,4,science,9.6425238,.93069065,10.520065,1.1485184,8.7368374,1.4169713 +NOR,2015,TIMSS,5,math,2.1107376,.44955808,2.522999,.62749648,1.6873479,.4006505 +NOR,2015,TIMSS,5,science,2.3057401,.57990938,2.6202738,.78500277,1.9827247,.64353716 +NOR,2016,PIRLS,4,read,5.7878437,.50243133,7.8897476,.75648957,3.6367297,.64109278 +NOR,2016,PIRLS,5,read,1.3905168,.29009971,1.9960165,.42224178,.79067349,.34947047 +NZL,2001,PIRLS,4,read,10.016024,1.0238962,12.887627,1.5279438,7.0155501,1.0849674 +NZL,2003,TIMSS,4,math,14.497185,.97526151,15.211844,1.1283696,13.78848,1.2552935 +NZL,2003,TIMSS,4,science,9.0736389,.77110642,10.027885,1.0549769,8.1273441,.9238798 +NZL,2006,PIRLS,5,read,7.9271135,.57785755,10.753769,.92009616,5.0071359,.51471531 +NZL,2007,TIMSS,4,math,14.679414,1.010299,16.134512,1.34772,13.197655,1.0664612 +NZL,2007,TIMSS,4,science,13.361799,.98004192,15.525145,1.286711,11.1588,.8925612 +NZL,2011,PIRLS,5,read,8.3061399,.51592958,10.107899,.8597483,6.4428511,.56753063 +NZL,2011,TIMSS,5,math,15.27608,.84510761,15.916973,1.206282,14.610958,1.150872 +NZL,2011,TIMSS,5,science,13.750326,.89803451,14.515752,1.2407675,12.95597,1.0835748 +NZL,2015,TIMSS,5,math,16.022951,.94242442,17.03112,.92498177,14.985055,1.3122182 +NZL,2015,TIMSS,5,science,11.86834,.86834532,13.243616,.900307,10.45252,1.2450433 +NZL,2016,PIRLS,5,read,10.02655,.63988322,12.447667,1.0275905,7.6273203,.86362678 +OMN,2011,PIRLS,4,read,52.578403,1.2134286,60.941345,1.3275611,43.927486,1.4346215 +OMN,2011,TIMSS,4,math,53.924606,1.2109827,58.783661,1.5527251,48.905373,1.4444113 +OMN,2011,TIMSS,4,science,54.723309,1.4631759,59.780846,1.389746,49.499046,1.9515386 +OMN,2015,TIMSS,4,math,39.516113,1.1192942,44.208652,1.2490994,34.735317,1.3171723 +OMN,2015,TIMSS,4,science,38.788361,1.0290585,44.507496,1.2636025,32.961662,1.2164037 +OMN,2016,PIRLS,4,read,40.937382,1.2956077,49.983376,1.5235916,31.887466,1.2965378 +PAN,2006,LLECE,6,read,69.679802,.64990163,72.990891,.90840894,66.111504,.95490927 +PAN,2013,LLECE,6,read,64.085754,.94413918,67.576653,1.3390342,61.065834,1.371485 +PER,2006,LLECE,6,read,67.964722,.69535255,66.845177,1.0034561,69.119858,.96797514 +PER,2013,LLECE,6,read,53.695007,.85602987,55.109657,1.1759399,52.112099,1.2484941 +PHL,2003,TIMSS,4,math,65.963188,2.5725596,68.653992,2.3611615,63.410599,3.0079956 +PHL,2003,TIMSS,4,science,66.276909,2.4740973,68.583115,2.3900459,64.089157,2.9367063 +POL,2006,PIRLS,4,read,6.9638491,.67758399,8.6466608,.92817128,5.3712845,.81401885 +POL,2011,PIRLS,4,read,5.4160891,.49920908,6.709403,.75117868,4.0303946,.60612381 +POL,2011,TIMSS,4,math,13.49892,.87912315,13.208735,1.0949026,13.810497,1.1228372 +POL,2011,TIMSS,4,science,9.4913301,.80582696,9.8556633,1.0672308,9.1001453,1.0393924 +POL,2015,TIMSS,4,math,3.80041,.39587602,4.5436563,.71909887,3.0627608,.54212773 +POL,2015,TIMSS,4,science,2.5559425,.37829223,3.3854604,.6327579,1.7326653,.41071609 +POL,2016,PIRLS,4,read,1.9925416,.34025422,2.390939,.513807,1.5880048,.47519729 +PRT,2011,PIRLS,4,read,2.4062991,.4585357,3.4347951,.76276308,1.3215244,.36648372 +PRT,2011,TIMSS,4,math,3.2492161,.59541935,3.3889592,.77696747,3.1039417,.63711566 +PRT,2011,TIMSS,4,science,5.491024,.98745412,5.9087696,1.0687243,5.0567331,1.3516192 +PRT,2015,TIMSS,4,math,2.8351128,.38569832,2.6349425,.52892715,3.0433416,.52387059 +PRT,2015,TIMSS,4,science,3.9954782,.6137622,3.8257062,.68198067,4.172081,.69827551 +PRT,2016,PIRLS,4,read,2.9927075,.37871283,3.2360017,.51391268,2.7435064,.54905683 +PRY,2006,LLECE,6,read,74.168457,.66703367,75.755051,.96827614,72.656425,.95638943 +PRY,2013,LLECE,6,read,71.276367,.94326597,73.640213,1.2913738,68.853256,1.3764021 +QAT,2006,PIRLS,4,read,67.208633,.65414584,73.917305,.78559887,60.38018,1.161512 +QAT,2007,TIMSS,4,math,87.138191,.42752069,88.673836,.66191095,85.677856,.51108581 +QAT,2007,TIMSS,4,science,77.161446,.70705396,80.097275,.95902485,74.369598,.78639889 +QAT,2011,PIRLS,4,read,40.330402,1.4611497,46.001999,1.783547,34.057201,2.0920837 +QAT,2011,TIMSS,4,math,44.582081,1.6045024,47.582401,1.9074341,41.258301,2.2509291 +QAT,2011,TIMSS,4,science,49.784809,1.5123104,54.097633,1.8559065,45.007027,2.1538014 +QAT,2015,TIMSS,4,math,34.801823,1.4321722,36.398609,2.2933154,33.251064,1.9518505 +QAT,2015,TIMSS,4,science,36.058773,1.5061892,41.211044,2.5570436,31.054985,1.7033967 +QAT,2016,PIRLS,4,read,33.819866,.83910197,40.443211,1.3968329,27.286226,1.259691 +ROU,2001,PIRLS,4,read,11.602343,1.3205622,13.873172,1.976043,9.3864622,1.101881 +ROU,2006,PIRLS,4,read,16.052502,1.7940004,17.833609,2.0490324,14.129967,1.8352907 +ROU,2011,PIRLS,4,read,14.070582,1.4666529,16.065443,1.6778316,11.942905,1.6825544 +ROU,2011,TIMSS,4,math,21.345335,1.9412128,21.366245,2.0173409,21.32299,2.3699534 +ROU,2011,TIMSS,4,science,15.874517,1.7622094,16.066563,1.956284,15.669269,1.9522173 +RUS,2001,PIRLS,4,read,3.8007379,1.224384,4.6186447,1.4239014,2.9559195,1.1244055 +RUS,2003,TIMSS,4,math,4.8810062,.84828252,4.9471674,.99900198,4.8142314,1.0881983 +RUS,2003,TIMSS,4,science,6.7574444,1.0997068,6.6488743,1.0604272,6.8670216,1.4024179 +RUS,2006,PIRLS,4,read,1.5606999,.46249819,1.838851,.54332709,1.2908459,.43301791 +RUS,2007,TIMSS,4,math,4.9533844,.71973342,5.9854746,1.1674566,3.9201081,.74920559 +RUS,2007,TIMSS,4,science,4.2529225,.92920017,5.1230073,1.401666,3.3818364,1.0887903 +RUS,2011,PIRLS,4,read,.9506464,.24234441,1.3475835,.36347297,.53569674,.23533942 +RUS,2011,TIMSS,4,math,3.1479478,.55092424,3.4600258,.69791365,2.8206527,.5675953 +RUS,2011,TIMSS,4,science,2.1162927,.42655122,2.4313688,.57686603,1.7858565,.46956 +RUS,2015,TIMSS,4,math,1.7481565,.37834409,1.7584026,.42929167,1.7375529,.44791618 +RUS,2015,TIMSS,4,science,1.464808,.34099081,1.3446033,.33822724,1.5892744,.41926092 +RUS,2016,PIRLS,4,read,.89484453,.24682043,1.1900663,.36912292,.58956742,.23356089 +SAU,2011,PIRLS,4,read,35.01355,1.8668952,48.939651,3.3552554,22.007769,1.5577672 +SAU,2011,TIMSS,4,math,44.903851,1.8222815,50.364201,3.0593109,39.804352,2.1388292 +SAU,2011,TIMSS,4,science,37.349552,1.9727539,48.396992,3.3861811,27.032196,2.2213891 +SAU,2015,TIMSS,4,math,56.732384,1.711715,66.595322,2.4863367,46.424854,2.3685417 +SAU,2015,TIMSS,4,science,51.634037,1.7804796,66.093147,2.5206349,36.523151,2.1860445 +SAU,2016,PIRLS,4,read,36.669308,1.7067549,49.392273,2.4858947,22.989124,1.9337021 +SEN,2014,PASEC,6,read,65.175743,2.8195693,64.42923,3.4705508,65.84362,2.7794743 +SGP,2001,PIRLS,4,read,9.7910404,1.4060644,12.447715,1.7824819,6.9667759,1.167261 +SGP,2003,TIMSS,4,math,2.5414348,.62798446,3.1430721,.81248069,1.9142687,.54630697 +SGP,2003,TIMSS,4,science,4.5995593,.85635495,5.6197348,1.1004165,3.5360754,.69601631 +SGP,2006,PIRLS,4,read,3.3450961,.39725387,4.5206966,.60925758,2.0800114,.33439094 +SGP,2007,TIMSS,4,math,1.8288195,.3331781,2.4896562,.49405536,1.1301458,.25194407 +SGP,2007,TIMSS,4,science,3.8215101,.46889353,4.6800671,.59208876,2.9137909,.46959451 +SGP,2011,PIRLS,4,read,3.208828,.39473051,4.2601109,.52129698,2.102387,.39901486 +SGP,2011,TIMSS,4,math,1.1112809,.21325895,1.3103545,.3155289,.90337992,.21011934 +SGP,2011,TIMSS,4,science,3.1592488,.38731092,3.4333289,.46213442,2.8730154,.46997386 +SGP,2015,TIMSS,4,math,1.3664126,.23358434,1.5448689,.36490685,1.1760533,.26200435 +SGP,2015,TIMSS,4,science,2.5259674,.43913558,2.6868939,.52911526,2.354306,.45784283 +SGP,2016,PIRLS,4,read,2.7472675,.47231406,3.6153674,.71592605,1.8563092,.35074294 +SLV,2006,LLECE,6,read,66.46936,.59783125,65.940483,.86236644,66.904106,.83067006 +SLV,2007,TIMSS,4,math,77.51487,1.6055249,75.316597,1.9555473,79.810448,1.9931117 +SLV,2007,TIMSS,4,science,53.002922,1.4656738,49.617481,1.9021392,56.538212,1.9902887 +SRB,2011,TIMSS,4,math,9.7276983,.97597557,9.5745983,1.2229147,9.893549,1.2702538 +SRB,2011,TIMSS,4,science,8.9212532,1.0406356,9.2887821,1.1109601,8.5231304,1.3505558 +SRB,2015,TIMSS,4,math,9.4029846,1.2767698,10.997915,2.1369147,7.7062187,1.1049588 +SRB,2015,TIMSS,4,science,7.3700666,1.2607466,8.9653492,2.0981426,5.6729317,.92072535 +SVK,2001,PIRLS,4,read,6.0690107,.76832783,7.358593,1.083153,4.7653913,.74022377 +SVK,2006,PIRLS,4,read,5.6388798,.85611099,6.2992692,1.0435562,4.9475374,.96847278 +SVK,2007,TIMSS,4,math,11.899781,1.4827688,11.641407,1.6070108,12.17044,1.5877396 +SVK,2007,TIMSS,4,science,7.5263557,1.323114,7.4848232,1.4364169,7.5698671,1.4208633 +SVK,2011,PIRLS,4,read,4.2471886,.80139089,4.6637535,.85829413,3.8164854,.94367993 +SVK,2011,TIMSS,4,math,9.6158743,1.1942142,9.1616631,1.162851,10.082155,1.4867522 +SVK,2011,TIMSS,4,science,5.9357939,.99821103,5.3368988,.86419249,6.5506039,1.257697 +SVK,2015,TIMSS,4,math,11.677593,.99534494,10.702795,.98616451,12.713348,1.2283305 +SVK,2015,TIMSS,4,science,9.0423765,.80710912,8.5592031,.73890769,9.555769,1.1840111 +SVK,2016,PIRLS,4,read,6.5542221,1.0742921,7.2182894,1.1380714,5.8626356,1.2799991 +SVN,2001,PIRLS,3,read,8.8555279,.61530179,11.411506,.90478742,6.3082337,.90318674 +SVN,2003,TIMSS,4,math,16.460079,.97598433,16.776091,1.454222,16.132498,1.4265405 +SVN,2003,TIMSS,4,science,12.870592,.86833853,13.137472,1.2810327,12.593931,1.0871928 +SVN,2006,PIRLS,4,read,5.5670381,.53235024,7.3024869,.78440607,3.6989808,.57431269 +SVN,2007,TIMSS,4,math,8.428133,.57421583,8.7422256,.81552982,8.1062679,.78952861 +SVN,2007,TIMSS,4,science,7.0285201,.56847084,7.3080835,.77871102,6.7420301,.90849417 +SVN,2011,PIRLS,4,read,4.5255718,.62078571,5.8041992,.98360926,3.1190336,.52371973 +SVN,2011,TIMSS,4,math,5.6838989,.55291599,5.2328944,.83819991,6.1787963,.65330642 +SVN,2011,TIMSS,4,science,6.5564275,.6022687,6.5575719,.96564925,6.5551758,.67585069 +SVN,2015,TIMSS,4,math,4.7971368,.58459079,5.6917372,.80746311,3.8572252,.63652343 +SVN,2015,TIMSS,4,science,3.0774117,.52829391,3.7233591,.68453139,2.3987472,.49673873 +SVN,2016,PIRLS,4,read,3.6808968,.53306419,4.7779441,.77452189,2.5654495,.60392869 +SWE,2001,PIRLS,3,read,7.487792,.77906501,9.5337982,1.0204641,5.4729342,.97882289 +SWE,2001,PIRLS,4,read,1.5469253,.27038312,2.2101462,.43191448,.8495152,.33271316 +SWE,2006,PIRLS,4,read,1.8131733,.36606768,2.3116469,.52721274,1.2689471,.3910636 +SWE,2007,TIMSS,4,math,6.8438711,.72878468,6.7495108,.97455692,6.9378433,.74645782 +SWE,2007,TIMSS,4,science,5.0173879,.62992537,5.9747639,.8924166,4.0639043,.66370469 +SWE,2011,PIRLS,4,read,2.4079859,.30732781,2.823627,.60378397,1.9723296,.43781507 +SWE,2011,TIMSS,4,math,6.8255186,.66225201,6.2955084,.71912974,7.3842468,1.0678657 +SWE,2011,TIMSS,4,science,4.7457991,.50576478,4.7118545,.47183457,4.7815857,.79580218 +SWE,2015,TIMSS,4,math,5.319047,.83516973,5.5016994,1.0051476,5.1332116,.87829334 +SWE,2015,TIMSS,4,science,3.9856672,.73150969,4.4366417,.85863799,3.5268188,.78823185 +SWE,2016,PIRLS,4,read,1.9255519,.34363535,2.5527179,.51370615,1.2651026,.36623338 +SWZ,2000,SACMEQ,6,read,44.581944,.88731676,46.661007,1.2783492,42.634846,1.2309904 +SWZ,2007,SACMEQ,6,read,27.789646,.70573658,30.348831,1.0239763,25.235849,.9683708 +SYC,2000,SACMEQ,6,read,31.918848,1.2105047,43.145592,1.8194546,20.716965,1.4888264 +SYC,2007,SACMEQ,6,read,32.227211,1.2152201,44.13839,1.8083367,19.809389,1.4812489 +TCD,2014,PASEC,6,read,97.023239,1.0696503,96.729866,1.1032287,97.576775,1.3827171 +TGO,2014,PASEC,6,read,84.205185,1.3431034,85.461624,1.3619097,82.736534,1.8541555 +THA,2011,TIMSS,4,math,22.664696,2.1281633,26.596827,2.6159921,18.647755,2.2966459 +THA,2011,TIMSS,4,science,21.918606,2.2077727,24.980206,2.7574646,18.790966,2.1822958 +TTO,2006,PIRLS,4,read,35.615604,2.049592,41.375118,2.4944012,29.706251,2.2129352 +TTO,2011,PIRLS,4,read,22.001648,1.53605,27.55006,1.7828412,16.21542,1.8782613 +TTO,2016,PIRLS,4,read,19.664347,1.2081865,24.237139,1.8311368,15.414506,1.4421468 +TUN,2003,TIMSS,4,math,72.038239,1.7093325,72.884499,1.804808,71.131607,1.9640465 +TUN,2003,TIMSS,4,science,73.376175,1.6566995,73.886284,1.6395941,72.829681,2.0459373 +TUN,2007,TIMSS,4,math,71.941406,1.6240053,74.343254,1.6507013,69.246353,1.8670211 +TUN,2007,TIMSS,4,science,68.051147,1.6753207,71.467773,1.6589708,64.21743,2.0605681 +TUN,2011,TIMSS,4,math,64.865402,1.7977821,66.140984,2.0697432,63.450321,2.1087053 +TUN,2011,TIMSS,4,science,65.12294,1.864795,69.198982,1.9464414,60.601131,2.2392099 +TUR,2001,PIRLS,4,read,27.686899,1.3932437,31.711977,1.6420183,23.349072,1.6155143 +TUR,2011,TIMSS,4,math,22.71096,1.4758977,23.546577,1.5817109,21.811914,1.7592218 +TUR,2011,TIMSS,4,science,24.111366,1.4881957,25.099897,1.6560892,23.047806,1.7765423 +TUR,2015,TIMSS,4,math,18.620211,1.1351776,19.177055,1.2473887,18.050539,1.317305 +TUR,2015,TIMSS,4,science,17.563826,1.2610571,18.368923,1.6016983,16.740173,1.1888881 +TZA,2000,SACMEQ,6,read,36.531818,.90149391,33.922176,1.2758592,38.920277,1.2695228 +TZA,2007,SACMEQ,6,read,22.081942,.64058274,18.635691,.85648435,25.410276,.94441903 +UGA,2000,SACMEQ,6,read,68.818695,.90139711,70.533096,1.1842397,66.681381,1.3851331 +UGA,2007,SACMEQ,6,read,69.471252,.6322276,67.414604,.91444683,71.470085,.87258369 +UKR,2007,TIMSS,4,math,20.71203,1.1966209,21.345514,1.6098185,20.032537,1.5500822 +UKR,2007,TIMSS,4,science,18.296982,1.2976991,20.114595,1.5659266,16.347361,1.5201877 +URY,2006,LLECE,6,read,40.873878,.63528961,45.140965,.91824281,36.714371,.88064259 +URY,2013,LLECE,6,read,41.42992,1.1075971,46.094734,1.5739495,37.012177,1.5494978 +USA,2001,PIRLS,4,read,6.0137033,.71261132,8.3021402,1.2062554,3.7863612,.70188975 +USA,2003,TIMSS,4,math,6.8601012,.48761564,6.8768263,.58089137,6.8432212,.5741331 +USA,2003,TIMSS,4,science,5.8293819,.51551276,6.0597181,.67035532,5.5967569,.51057482 +USA,2006,PIRLS,4,read,4.0375891,.59420907,5.2212534,.77244908,2.8815627,.58310485 +USA,2007,TIMSS,4,math,4.8383594,.45081627,4.8516154,.6599474,4.8255978,.5561074 +USA,2007,TIMSS,4,science,5.9635105,.58469462,5.9615192,.58476532,5.9654236,.75839466 +USA,2011,PIRLS,4,read,2.4826407,.2566421,3.1000614,.37281439,1.8832505,.25480449 +USA,2011,TIMSS,4,math,3.880775,.34534007,3.7232935,.40006772,4.0339947,.47215903 +USA,2011,TIMSS,4,science,4.4143257,.41684797,4.3479204,.45966002,4.4789314,.52310562 +USA,2015,TIMSS,4,math,5.2475333,.47742707,5.2726803,.5454368,5.2230954,.53895152 +USA,2015,TIMSS,4,science,4.6434879,.46396503,4.711926,.54822576,4.5769811,.52436364 +USA,2016,PIRLS,4,read,3.9059222,.49997839,4.5872688,.64423883,3.2123566,.58164537 +YEM,2003,TIMSS,4,math,85.263924,1.8807232,84.101448,2.4853797,87.032249,2.1040213 +YEM,2003,TIMSS,4,science,80.34536,2.0805411,80.312088,2.5576053,80.395973,2.5660424 +YEM,2007,TIMSS,4,math,93.671143,.80121595,94.13443,.93271583,93.079765,1.0484591 +YEM,2007,TIMSS,4,science,92.199623,1.0533235,93.091461,1.2526989,91.061211,1.245864 +YEM,2011,TIMSS,4,math,90.734612,1.0438788,91.072075,1.2305245,90.237213,1.4303855 +YEM,2011,TIMSS,4,science,93.501053,.93797034,94.173454,1.1151803,92.509972,1.1665729 +YEM,2011,TIMSS,6,math,68.510002,2.1150005,69.323021,2.5376635,67.396538,2.5769465 +YEM,2011,TIMSS,6,science,65.403458,2.1752787,67.63443,2.732419,62.348053,2.8266585 +ZAF,2000,SACMEQ,6,read,66.099205,.84182566,71.352867,1.1505955,61.351257,1.210945 +ZAF,2006,PIRLS,5,read,77.796249,1.5598943,80.99263,1.5722252,74.821968,1.793015 +ZAF,2007,SACMEQ,6,read,63.024189,.50688428,67.607071,.69924706,58.582058,.72705996 +ZAF,2011,PIRLS,5,read,43.303757,2.8226709,48.305756,3.4934118,38.056286,2.8443153 +ZAF,2015,TIMSS,5,math,61.353401,1.393459,64.100838,1.6735952,58.367905,1.5606135 +ZAF,2016,PIRLS,4,read,77.949295,1.5059417,83.785751,1.4696281,71.626122,1.7211434 +ZAF,2016,PIRLS,5,read,48.924404,2.5146596,54.991867,2.6292465,42.983532,2.7196932 +ZMB,2000,SACMEQ,6,read,82.757141,.73941302,83.873177,1.0005949,81.572563,1.0931109 +ZMB,2007,SACMEQ,6,read,87.565964,.6133728,86.795685,.88058209,88.376846,.85202634 +ZWE,2007,SACMEQ,6,read,57.897732,.89842135,60.068321,1.3500617,56.220715,1.2021958 diff --git a/04_repo_update/041_rawdata/enrollment_edulit_uis.csv b/04_repo_update/041_rawdata/enrollment_edulit_uis.csv new file mode 100644 index 0000000..7dc374a --- /dev/null +++ b/04_repo_update/041_rawdata/enrollment_edulit_uis.csv @@ -0,0 +1,47479 @@ +"EDULIT_IND","Indicator","LOCATION","Country","TIME","Time","Value","Flag Codes","Flags" +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1990","1990",110.72884,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1991","1991",112.06132,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1992","1992",104.73753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1993","1993",104.11244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1994","1994",106.32289,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1995","1995",106.98187,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1996","1996",101.91415,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1997","1997",99.8443,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1998","1998",99.06704,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","1999","1999",98.82283,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2000","2000",99.21477,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2001","2001",99.00504,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2002","2002",98.17788,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2003","2003",96.37129,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2004","2004",96.3655,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2005","2005",96.79532,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2006","2006",96.13466,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2007","2007",94.87127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2008","2008",93.73968,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2009","2009",93.14064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2010","2010",94.45409,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2011","2011",95.18428,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2012","2012",96.93204,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2013","2013",98.16669,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2014","2014",98.85409,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2015","2015",100.14638,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2016","2016",101.71001,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UZB","Uzbekistan","2017","2017",103.89824,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1990","1990",82.00915,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1991","1991",83.65216,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1992","1992",85.42294,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1993","1993",86.37352,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1994","1994",86.17876,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1995","1995",86.42,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1996","1996",88.27969,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1997","1997",89.47127,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1998","1998",90.32961,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","1999","1999",91.68291,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2000","2000",92.48123,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2001","2001",93.01689,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2002","2002",92.724,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2003","2003",91.93911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2005","2005",92.66453,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2006","2006",91.68712,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2007","2007",93.62316,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2008","2008",95.76187,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2009","2009",102.82356,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2011","2011",102.54897,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2012","2012",104.6505,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2013","2013",109.48253,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2014","2014",110.41774,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2015","2015",109.04781,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2016","2016",108.60802,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","OMN","Oman","2017","2017",107.21403,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","1994","1994",83.13797,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","1995","1995",81.27183,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","1996","1996",79.58145,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","1998","1998",77.87594,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","1999","1999",75.62965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2000","2000",75.90543,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2001","2001",75.73558,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2002","2002",78.25688,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2004","2004",96.9406,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2005","2005",107.35445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2006","2006",109.78827,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2007","2007",110.01392,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2008","2008",111.40184,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2009","2009",105.83904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2010","2010",105.87216,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2011","2011",106.39506,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2012","2012",107.69529,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2013","2013",102.65217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2014","2014",104.67299,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2015","2015",102.1557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2016","2016",100.34303,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZMB","Zambia","2017","2017",100.88957,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1991","1991",88.03955,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1992","1992",89.44053,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1993","1993",82.66275,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1994","1994",87.55072,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1995","1995",87.99114,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1996","1996",86.91017,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1997","1997",87.34242,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1998","1998",93.27405,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","1999","1999",93.208,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2000","2000",92.87551,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2001","2001",92.12176,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2002","2002",95.02389,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2003","2003",96.93449,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2004","2004",96.30618,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2005","2005",96.88143,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2006","2006",95.52932,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2007","2007",94.72249,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2008","2008",96.68359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2009","2009",96.97466,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2010","2010",98.01631,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2011","2011",97.43333,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2012","2012",97.68993,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2013","2013",97.48904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2014","2014",95.28971,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2015","2015",94.50412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2016","2016",94.97863,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TJK","Tajikistan","2017","2017",98.08529,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1990","1990",99.44338,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1991","1991",102.90421,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1992","1992",105.06185,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1993","1993",105.08636,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1994","1994",103.55283,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1995","1995",102.0765,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1996","1996",100.85005,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1997","1997",98.36293,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1998","1998",98.3011,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","1999","1999",97.12804,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2000","2000",96.69399,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2001","2001",97.23323,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2002","2002",97.06349,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2003","2003",96.8599,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2004","2004",98.02904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2005","2005",98.23489,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2006","2006",101.7785,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2007","2007",103.61737,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2008","2008",105.278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2009","2009",106.21193,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2010","2010",104.76459,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2011","2011",103.94664,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2012","2012",103.84821,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2013","2013",119.0542,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2014","2014",111.4968,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2015","2015",111.55342,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2016","2016",112.38868,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRN","Iran (Islamic Republic of)","2017","2017",109.77163,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","1990","1990",137.75414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","1991","1991",136.42232,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","1992","1992",132.80922,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","1993","1993",131.28748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","1997","1997",125.05669,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","1999","1999",101.42533,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","2000","2000",101.81655,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","2001","2001",102.1893,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","2002","2002",101.88569,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","2003","2003",100.67785,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","2004","2004",99.13867,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","2005","2005",100.45602,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","2006","2006",102.7922,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LCA","Saint Lucia","2007","2007",98.1139,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1990","1990",101.57001,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1991","1991",93.68251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1992","1992",90.01053,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1993","1993",87.20219,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1994","1994",91.82086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1995","1995",91.81096,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1996","1996",93.86733,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1997","1997",98.01055,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1998","1998",110.32152,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","1999","1999",107.79599,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2000","2000",105.03353,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2001","2001",103.23881,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2002","2002",110.72788,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2003","2003",114.6729,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2004","2004",109.20711,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2005","2005",107.12518,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2006","2006",94.49257,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2007","2007",106.3934,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2008","2008",105.82483,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2009","2009",106.80937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2010","2010",104.71222,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2011","2011",106.90496,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2012","2012",100.78841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2013","2013",95.87483,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2014","2014",98.01354,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2015","2015",102.42833,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2016","2016",103.97747,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","QAT","Qatar","2017","2017",104.62889,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","1990","1990",100.52354,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","1991","1991",98.37339,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","1992","1992",97.00697,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","1993","1993",96.2695,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","1994","1994",92.89389,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","1995","1995",90.79441,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","1998","1998",91.96595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","1999","1999",90.5487,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2000","2000",94.88267,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2001","2001",96.12402,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2002","2002",89.90269,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2003","2003",103.7931,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2004","2004",102.4669,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2005","2005",101.44845,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2006","2006",98.4736,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2007","2007",104.69249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2008","2008",104.65508,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2009","2009",106.34465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2012","2012",111.96221,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2014","2014",108.10709,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2015","2015",105.92039,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KEN","Kenya","2016","2016",105.30699,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","1990","1990",111.67073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","1991","1991",111.72581,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","1992","1992",109.64679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","1993","1993",108.58387,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","1994","1994",108.18082,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","1995","1995",111.01697,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","1996","1996",106.30309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","1998","1998",108.07403,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2001","2001",108.60723,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2002","2002",106.65432,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2003","2003",103.06249,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2004","2004",94.59884,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2005","2005",99.90014,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2006","2006",99.42658,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2007","2007",98.98088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2008","2008",98.08781,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2009","2009",95.94204,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2010","2010",100.96121,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2011","2011",101.74568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2012","2012",101.26598,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2013","2013",101.82581,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2014","2014",102.39093,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2015","2015",102.73303,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2016","2016",102.96529,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LKA","Sri Lanka","2017","2017",102.56968,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1990","1990",105.86389,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1991","1991",105.58842,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1992","1992",105.46792,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1993","1993",105.37702,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1994","1994",105.33776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1995","1995",100.8312,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1996","1996",101.1403,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1997","1997",100.77512,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1998","1998",100.55401,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","1999","1999",100.31867,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2000","2000",100.41251,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2001","2001",100.34574,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2002","2002",101.26216,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2003","2003",101.40074,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2004","2004",102.01596,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2005","2005",102.53646,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2006","2006",103.15647,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2007","2007",105.11537,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2008","2008",105.17534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2009","2009",105.44926,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2010","2010",105.88411,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2011","2011",106.07673,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2012","2012",106.47432,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2013","2013",106.56019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2014","2014",106.07004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2015","2015",102.22319,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2016","2016",101.3403,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUS","Australia","2017","2017",100.93308,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1990","1990",71.59964,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1991","1991",79.94778,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1992","1992",80.58405,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1993","1993",79.91631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1994","1994",81.40501,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1995","1995",80.12723,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1996","1996",80.04608,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1997","1997",83.13086,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","1999","1999",81.42208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2000","2000",86.1644,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2001","2001",80.92535,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2002","2002",83.86648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2003","2003",80.05595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2004","2004",82.99953,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2005","2005",88.67061,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2006","2006",92.68596,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2007","2007",97.38608,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2008","2008",102.66703,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2009","2009",101.74114,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2011","2011",104.2838,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2012","2012",108.03597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2013","2013",107.24799,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2014","2014",105.3654,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2015","2015",108.64033,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2016","2016",106.47037,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2017","2017",104.77516,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GHA","Ghana","2018","2018",102.47152,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1991","1991",113.25757,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1992","1992",112.29992,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1993","1993",110.08417,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1994","1994",110.41137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1995","1995",119.97006,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1996","1996",97.36618,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1997","1997",93.51743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1998","1998",91.99482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","1999","1999",95.51113,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2000","2000",96.29398,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2001","2001",98.03727,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2002","2002",97.10727,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2003","2003",93.37204,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2004","2004",95.41022,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2005","2005",92.78384,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2006","2006",91.04317,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2007","2007",94.61507,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2008","2008",93.80725,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2009","2009",94.52098,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2010","2010",93.23661,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2011","2011",94.57047,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2012","2012",96.88853,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2013","2013",98.8165,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2014","2014",105.49295,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2015","2015",105.63598,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2016","2016",105.8647,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AZE","Azerbaijan","2017","2017",104.19372,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1991","1991",114.1929,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1992","1992",113.95488,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1993","1993",115.23931,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1994","1994",116.88877,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1995","1995",116.73033,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1996","1996",115.15854,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1997","1997",113.51218,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1998","1998",116.05864,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","1999","1999",115.8329,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2000","2000",113.07412,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2001","2001",109.77104,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2002","2002",109.62106,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2003","2003",112.00149,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2004","2004",112.89916,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2005","2005",112.76566,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2006","2006",112.8928,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2007","2007",112.03484,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2008","2008",109.08796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2009","2009",107.64018,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2010","2010",106.77752,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2011","2011",107.22285,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2012","2012",106.48586,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2013","2013",106.3206,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2014","2014",105.39123,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2015","2015",105.54936,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2016","2016",107.09813,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRN","Brunei Darussalam","2017","2017",105.2637,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1991","1991",95.19608,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1992","1992",94.01616,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1993","1993",97.00875,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1994","1994",100.09728,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1995","1995",100.27242,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1996","1996",101.40744,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1997","1997",102.62511,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1998","1998",101.15694,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","1999","1999",101.56146,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2000","2000",103.49319,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2001","2001",103.87345,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2002","2002",103.81695,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2003","2003",103.64965,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2004","2004",104.50292,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2005","2005",103.24814,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2006","2006",102.35549,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2007","2007",101.53562,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2008","2008",100.12784,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2009","2009",100.66225,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2010","2010",100.981,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2011","2011",101.83425,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2012","2012",102.12311,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2013","2013",101.84017,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2014","2014",101.70934,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2015","2015",102.22692,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LTU","Lithuania","2016","2016",103.02632,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1990","1990",99.70648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1991","1991",98.05576,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1992","1992",99.64642,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1993","1993",100.09059,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1994","1994",101.73174,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1995","1995",101.2591,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1996","1996",104.96633,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1997","1997",104.45061,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1998","1998",102.07534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","1999","1999",101.88006,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2000","2000",101.1665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2001","2001",100.47429,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2002","2002",100.21807,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2003","2003",98.12516,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2004","2004",98.15494,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2005","2005",98.2838,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2006","2006",98.54153,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2007","2007",99.30865,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2008","2008",100.00367,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2009","2009",102.13147,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2010","2010",103.10496,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2011","2011",103.11707,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2012","2012",102.47736,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2013","2013",100.73527,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2014","2014",101.61048,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2015","2015",100.94415,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2016","2016",100.84748,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUB","Cuba","2017","2017",101.87854,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","1990","1990",105.80566,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","1991","1991",105.10846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","1993","1993",103.67751,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","1994","1994",102.89042,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","1995","1995",103.87694,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","1996","1996",103.33487,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","1998","1998",102.41092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","1999","1999",101.71715,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2000","2000",100.72996,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2001","2001",101.32613,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2002","2002",99.8794,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2003","2003",101.11396,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2004","2004",101.24966,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2005","2005",101.96087,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2006","2006",102.20104,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2007","2007",103.09321,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2008","2008",103.23487,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2009","2009",102.21191,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2010","2010",100.33347,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2011","2011",99.38988,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2012","2012",99.16532,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2013","2013",99.45544,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2014","2014",99.67338,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2015","2015",100.29991,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","USA","United States of America","2016","2016",101.36286,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1990","1990",108.90834,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1991","1991",102.96649,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1992","1992",109.09012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1993","1993",108.5415,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1994","1994",107.97899,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1995","1995",108.97389,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1996","1996",114.35813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1998","1998",117.64923,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","1999","1999",119.65139,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2000","2000",120.7047,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2001","2001",118.41112,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2002","2002",120.42033,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2004","2004",124.22069,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2005","2005",126.21399,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2006","2006",127.7425,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2007","2007",128.86363,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2008","2008",129.12886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2009","2009",129.40152,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2010","2010",123.11449,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2011","2011",118.34844,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2012","2012",114.50927,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2013","2013",114.98088,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2014","2014",111.74236,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2015","2015",111.60517,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2016","2016",112.2221,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COL","Colombia","2017","2017",110.67493,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","1991","1991",94.43034,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","1999","1999",100.43405,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2000","2000",100.71965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2001","2001",99.93835,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2002","2002",99.96368,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2003","2003",99.29417,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2004","2004",100.05938,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2005","2005",100.88611,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2006","2006",101.73933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2007","2007",101.51259,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2008","2008",101.13063,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2010","2010",98.11871,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2011","2011",97.56597,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2012","2012",97.21025,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2013","2013",96.85378,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2014","2014",97.30478,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2015","2015",98.62326,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LUX","Luxembourg","2016","2016",100.63095,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1990","1990",113.59845,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1991","1991",124.01602,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1992","1992",125.21042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1993","1993",124.73731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1994","1994",127.60852,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1995","1995",124.81458,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1996","1996",122.75409,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1997","1997",120.66146,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1998","1998",119.02275,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","1999","1999",114.81112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2000","2000",114.39302,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2001","2001",113.64546,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2002","2002",112.99406,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2003","2003",112.63681,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2004","2004",109.75807,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2005","2005",109.45196,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2006","2006",108.57505,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2007","2007",110.6152,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2008","2008",109.97141,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2009","2009",109.65965,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2010","2010",109.20224,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2012","2012",111.4272,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2013","2013",113.48817,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NAM","Namibia","2017","2017",120.99729,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","1991","1991",108.59101,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","1992","1992",107.00286,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","1994","1994",107.52522,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","1995","1995",107.04372,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","1996","1996",103.9692,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","1997","1997",104.15132,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","1998","1998",104.50588,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","1999","1999",103.22015,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2000","2000",100.60603,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2001","2001",103.57462,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2002","2002",106.12389,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2003","2003",108.40963,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2004","2004",111.78246,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2006","2006",112.97337,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2007","2007",106.57705,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2008","2008",106.34736,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2009","2009",104.27465,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2011","2011",104.9059,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2012","2012",105.48233,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2013","2013",106.21156,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2015","2015",105.05963,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FJI","Fiji","2016","2016",104.78232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","1999","1999",113.24245,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2000","2000",112.63307,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2001","2001",111.1213,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2002","2002",113.96286,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2003","2003",113.06831,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2004","2004",115.24099,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2005","2005",114.9338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2006","2006",116.84974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2007","2007",117.78122,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2008","2008",115.33124,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2009","2009",115.43852,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2010","2010",114.52933,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2011","2011",106.73775,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2012","2012",102.82369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2013","2013",117.29655,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ABW","Aruba","2014","2014",118.93408,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","1993","1993",99.00573,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","1994","1994",97.39987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","1995","1995",97.98886,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","1996","1996",97.6343,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","1997","1997",98.18753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","1998","1998",99.91501,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","1999","1999",102.3218,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2000","2000",104.1275,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2001","2001",103.72765,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2002","2002",100.32856,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2003","2003",99.29633,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2004","2004",97.7699,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2005","2005",98.0117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2006","2006",97.71775,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2007","2007",97.82456,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2008","2008",98.91636,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2009","2009",99.64576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2010","2010",98.9835,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2011","2011",98.64409,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2012","2012",98.03702,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2013","2013",98.46435,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2014","2014",98.65022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2015","2015",98.67192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISL","Iceland","2016","2016",99.58274,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1990","1990",98.4718,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1991","1991",98.68093,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1992","1992",99.14487,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1993","1993",99.31259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1994","1994",99.27769,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1995","1995",98.96893,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1996","1996",99.04809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1997","1997",99.20027,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1998","1998",99.89593,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","1999","1999",100.39503,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2000","2000",101.2672,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2001","2001",101.26402,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2002","2002",100.39057,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2003","2003",99.67439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2004","2004",98.78283,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2005","2005",98.41747,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2006","2006",98.00863,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2007","2007",98.5553,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2008","2008",98.97701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2009","2009",99.21413,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2010","2010",99.48375,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2011","2011",99.75524,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2012","2012",100.35142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2013","2013",100.35108,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2014","2014",100.61554,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2015","2015",100.55111,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FIN","Finland","2016","2016",100.42192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","1990","1990",89.32681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","1991","1991",99.4757,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","1992","1992",107.90876,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","1993","1993",109.09942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","1994","1994",110.37139,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","1995","1995",105.00862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","1999","1999",95.84335,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2000","2000",99.5325,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2001","2001",98.88113,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2002","2002",99.49074,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2003","2003",101.46765,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2004","2004",101.58848,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2005","2005",101.19611,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2006","2006",100.15311,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2008","2008",100.74874,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2009","2009",98.53687,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2010","2010",98.33095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2014","2014",100.46947,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2016","2016",107.83163,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MMR","Myanmar","2017","2017",109.96804,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1990","1990",106.88724,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1991","1991",106.49507,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1992","1992",106.64523,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1993","1993",109.40194,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1994","1994",109.53054,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1995","1995",114.0433,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1996","1996",116.44854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1997","1997",113.66395,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1998","1998",109.80647,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","1999","1999",108.41681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2000","2000",104.60712,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2001","2001",106.61628,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2002","2002",106.65344,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2003","2003",111.91841,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2004","2004",108.54285,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2005","2005",110.09977,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2006","2006",109.37115,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2007","2007",108.73255,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2008","2008",106.13413,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2009","2009",107.29195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2010","2010",107.26438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2011","2011",107.86727,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2012","2012",110.10889,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2013","2013",109.90284,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2014","2014",107.42254,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TON","Tonga","2015","2015",105.33752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1990","1990",27.2543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1991","1991",27.90421,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1992","1992",29.74246,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1993","1993",33.30391,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1994","1994",36.53412,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1995","1995",39.19375,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1996","1996",42.8541,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1997","1997",47.8122,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1998","1998",51.72544,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","1999","1999",55.97133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2000","2000",57.74206,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2001","2001",62.39667,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2002","2002",66.02029,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2003","2003",67.53463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2004","2004",70.59263,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2005","2005",73.77252,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2006","2006",76.60198,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2007","2007",79.13775,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2008","2008",81.13262,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2009","2009",82.57947,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2010","2010",83.30486,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2011","2011",84.07953,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2012","2012",80.80231,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2013","2013",75.96746,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2014","2014",76.98236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2015","2015",75.59327,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2016","2016",77.07989,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLI","Mali","2017","2017",80.07837,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1990","1990",101.46306,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1991","1991",100.05112,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1992","1992",91.57189,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1993","1993",80.55654,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1994","1994",80.66103,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1995","1995",87.41814,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1996","1996",93.72491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1997","1997",92.45641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1998","1998",94.6562,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","1999","1999",96.74126,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2000","2000",99.02283,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2001","2001",101.42066,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2002","2002",102.06017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2003","2003",105.39712,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2004","2004",108.51682,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2005","2005",97.96699,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2006","2006",100.79629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2007","2007",100.02801,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2008","2008",103.52435,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2009","2009",114.47398,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2010","2010",125.67767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2011","2011",122.06497,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2012","2012",116.83993,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2013","2013",108.93356,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2014","2014",101.86889,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2015","2015",101.25233,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2016","2016",104.20548,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNG","Mongolia","2017","2017",104.48019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1990","1990",103.32891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1991","1991",104.58928,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1992","1992",103.6241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1993","1993",105.15101,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1994","1994",104.78546,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1995","1995",103.90965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1996","1996",103.46429,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1997","1997",103.35965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1998","1998",103.58886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","1999","1999",103.76364,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2000","2000",103.8683,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2001","2001",103.38688,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2002","2002",102.9196,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2003","2003",102.68393,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2004","2004",102.94681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2005","2005",102.19133,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2006","2006",102.8016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2007","2007",104.7139,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2008","2008",106.29442,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2009","2009",106.51999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2010","2010",105.19647,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2011","2011",104.09988,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2012","2012",102.90732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2013","2013",105.73297,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2014","2014",104.79267,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2015","2015",105.04741,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ESP","Spain","2016","2016",104.45469,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","1990","1990",72.29363,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","1991","1991",91.05717,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","1992","1992",88.04489,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","1993","1993",88.01783,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","1994","1994",87.19755,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","1995","1995",95.42614,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","1998","1998",75.32093,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","1999","1999",55.93986,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2002","2002",74.88003,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2007","2007",102.48937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2008","2008",110.23064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2009","2009",108.19016,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2010","2010",106.95785,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2011","2011",108.19679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2012","2012",112.1244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2013","2013",111.82534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2014","2014",115.45739,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COD","Democratic Republic of the Congo","2015","2015",108.43878,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1990","1990",110.66496,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1991","1991",109.87852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1992","1992",109.7587,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1993","1993",109.62128,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1994","1994",109.34007,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1995","1995",109.31418,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1996","1996",108.80153,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1997","1997",108.20454,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1998","1998",107.47308,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","1999","1999",107.2176,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2000","2000",107.17324,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2001","2001",106.90052,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2002","2002",106.93374,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2003","2003",106.66865,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2004","2004",105.71164,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2005","2005",104.64657,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2006","2006",103.3554,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2007","2007",103.25945,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2008","2008",103.50127,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2009","2009",104.58855,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2010","2010",105.11196,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2011","2011",105.76996,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2012","2012",106.39688,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2013","2013",106.0886,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2014","2014",105.17832,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2015","2015",104.11754,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2016","2016",103.93277,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MEX","Mexico","2017","2017",103.56678,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1991","1991",99.98287,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1992","1992",101.97804,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1993","1993",100.77839,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1994","1994",100.79212,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1995","1995",99.93383,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1996","1996",98.84378,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1997","1997",97.96108,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1998","1998",101.18277,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","1999","1999",101.11333,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2000","2000",101.49387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2001","2001",101.56137,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2002","2002",99.50024,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2003","2003",98.50386,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2004","2004",97.74453,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2005","2005",98.21641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2006","2006",100.58846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2007","2007",103.00201,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2008","2008",103.95432,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2009","2009",102.94847,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2010","2010",101.4519,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2011","2011",100.30396,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2012","2012",100.52296,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2013","2013",100.58522,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2014","2014",99.77968,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2015","2015",98.52261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVK","Slovakia","2016","2016",97.88441,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1990","1990",107.49661,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1991","1991",108.98468,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1992","1992",110.0832,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1993","1993",114.0761,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1994","1994",113.97287,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1995","1995",115.64856,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1996","1996",118.11737,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1997","1997",117.7467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1998","1998",123.40341,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","1999","1999",121.6223,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2000","2000",122.51515,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2001","2001",121.54302,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2002","2002",120.01652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2003","2003",115.50665,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2004","2004",113.87535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2005","2005",113.52505,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2006","2006",110.71176,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2007","2007",108.64866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2008","2008",106.91835,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2009","2009",105.66408,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2010","2010",105.93535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2011","2011",104.82166,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRY","Paraguay","2012","2012",107.63837,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1990","1990",93.55364,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1991","1991",95.63647,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1992","1992",95.29166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1993","1993",96.91034,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1994","1994",96.74798,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1995","1995",97.59681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1996","1996",98.27196,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1997","1997",99.30266,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1998","1998",101.535,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","1999","1999",110.64697,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2000","2000",112.95898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2001","2001",114.2428,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2002","2002",111.74267,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2003","2003",101.7282,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2004","2004",99.35541,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2005","2005",97.82685,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2006","2006",98.76535,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2007","2007",101.18712,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2008","2008",104.21936,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2009","2009",105.27769,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2010","2010",103.68584,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2011","2011",101.45937,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2012","2012",99.25848,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2013","2013",97.86592,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2014","2014",98.29207,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2015","2015",99.55015,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2016","2016",101.89043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLR","Belarus","2017","2017",101.60868,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HTI","Haiti","1992","1992",73.10965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HTI","Haiti","1993","1993",76.39579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HTI","Haiti","1994","1994",82.02338,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HTI","Haiti","1995","1995",88.82597,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HTI","Haiti","1996","1996",96.83818,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HTI","Haiti","1997","1997",105.76434,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HTI","Haiti","1998","1998",110.75586,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2003","2003",107.33289,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2004","2004",108.04136,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2005","2005",112.60168,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2006","2006",116.3524,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2007","2007",118.93238,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2008","2008",121.48271,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2009","2009",114.70588,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2010","2010",109.59652,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2011","2011",98.59029,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2012","2012",97.82735,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2015","2015",94.8085,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2016","2016",94.56487,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNE","Montenegro","2017","2017",97.47886,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1990","1990",103.25171,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1991","1991",104.495,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1992","1992",105.97748,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1993","1993",106.74186,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1994","1994",107.19067,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1995","1995",107.94514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1996","1996",108.69295,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1997","1997",109.2426,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1998","1998",109.32512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","1999","1999",117.72388,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2000","2000",114.37448,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2001","2001",113.78222,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2002","2002",113.43628,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2004","2004",116.7499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2005","2005",114.39623,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2006","2006",115.99211,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2007","2007",115.11827,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2008","2008",116.50771,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2009","2009",118.17579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2010","2010",118.11422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2011","2011",116.97863,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2012","2012",115.41311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2013","2013",112.5308,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2014","2014",111.26475,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2015","2015",110.12542,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CRI","Costa Rica","2016","2016",109.66399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","1990","1990",138.58631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","1991","1991",147.84302,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","1992","1992",158.27317,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","1996","1996",143.24859,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","1998","1998",127.81385,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","1999","1999",101.98224,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2002","2002",121.89234,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2003","2003",124.75875,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2004","2004",125.72393,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2005","2005",126.49672,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2007","2007",119.27592,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2008","2008",120.01473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2009","2009",120.48137,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2010","2010",117.69414,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2011","2011",117.77087,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2012","2012",109.95653,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2013","2013",109.90065,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2014","2014",106.92851,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2015","2015",108.44491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2016","2016",109.50833,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","STP","Sao Tome and Principe","2017","2017",110.23398,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1990","1990",113.12656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1991","1991",119.05189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1992","1992",115.90221,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1994","1994",111.59403,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1995","1995",124.05012,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1996","1996",130.28271,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1997","1997",131.5668,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1998","1998",131.59129,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","1999","1999",136.64164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2000","2000",127.44343,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2001","2001",129.09445,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2002","2002",129.85045,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2003","2003",126.39763,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2004","2004",124.34575,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2005","2005",122.50479,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2006","2006",125.71959,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2007","2007",118.70042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2008","2008",118.389,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2009","2009",134.98519,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2010","2010",133.70752,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2011","2011",130.1686,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2012","2012",131.62006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2013","2013",130.82538,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2014","2014",126.64444,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2015","2015",122.99142,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2016","2016",126.97651,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TGO","Togo","2017","2017",125.94179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","1991","1991",99.84065,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","1992","1992",102.85315,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","1993","1993",103.76621,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","1995","1995",104.00073,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","1996","1996",111.56532,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","1997","1997",78.95359,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","1998","1998",112.65919,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","1999","1999",113.06628,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2000","2000",112.55096,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2001","2001",113.05679,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2002","2002",113.82257,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2003","2003",115.91485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2004","2004",118.61318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2005","2005",118.65399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2006","2006",118.16008,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2007","2007",124.02025,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2008","2008",116.42888,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2009","2009",115.256,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2010","2010",115.4883,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2011","2011",114.69757,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2012","2012",112.92506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2013","2013",110.21068,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2014","2014",106.76542,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2015","2015",103.1126,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2016","2016",100.22534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLV","El Salvador","2017","2017",96.54694,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","1990","1990",89.5624,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","1991","1991",93.1122,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","1992","1992",93.17445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","1993","1993",91.99151,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","1994","1994",91.23851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","1995","1995",94.85749,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","1999","1999",99.85641,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2000","2000",100.9459,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2001","2001",99.36052,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2002","2002",99.22328,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2003","2003",99.22902,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2004","2004",99.50946,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2005","2005",97.19754,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2006","2006",96.11867,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2007","2007",93.62255,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2008","2008",93.0049,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2009","2009",92.74732,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2010","2010",93.34633,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2011","2011",93.20763,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2012","2012",93.68471,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2013","2013",93.80131,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2014","2014",92.85932,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2015","2015",91.93163,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2016","2016",91.38623,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDA","Republic of Moldova","2017","2017",91.09093,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","1990","1990",115.94169,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","1991","1991",118.20431,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","1992","1992",115.27518,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","1993","1993",106.79823,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","1994","1994",111.64309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","1998","1998",108.51453,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","1999","1999",100.03095,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2000","2000",110.98234,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2002","2002",122.6681,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2003","2003",120.82215,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2004","2004",114.54601,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2007","2007",109.39462,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2008","2008",112.98756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2011","2011",116.8647,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2013","2013",110.17092,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2014","2014",108.6214,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COM","Comoros","2017","2017",101.58291,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","1990","1990",102.69706,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","1991","1991",101.04191,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","1993","1993",99.28649,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","1999","1999",94.28475,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","2000","2000",96.07783,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","2001","2001",96.26662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","2002","2002",96.25544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","2003","2003",94.63724,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JAM","Jamaica","2004","2004",96.12924,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","1991","1991",96.73172,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","1992","1992",93.40573,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","1993","1993",91.85824,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","1994","1994",92.23626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","1995","1995",94.34752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","1996","1996",95.84963,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","1997","1997",99.69505,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","1999","1999",103.44372,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2000","2000",102.03586,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2001","2001",98.75396,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2003","2003",95.38268,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2005","2005",100.04456,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2007","2007",98.27015,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2008","2008",99.55068,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2009","2009",95.87334,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2010","2010",96.68654,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2011","2011",98.07551,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUY","Guyana","2012","2012",96.08395,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1990","1990",54.89279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1991","1991",54.92936,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1992","1992",56.58633,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1993","1993",60.5423,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1994","1994",62.91556,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1995","1995",64.06715,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1996","1996",63.67473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1997","1997",64.81928,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","1998","1998",68.76851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2000","2000",63.40665,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2001","2001",57.55297,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2002","2002",55.10127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2003","2003",52.06493,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2004","2004",52.09634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2005","2005",52.36532,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2006","2006",50.87706,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2008","2008",55.90965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2012","2012",98.50774,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PNG","Papua New Guinea","2016","2016",106.48408,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1990","1990",62.74442,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1991","1991",63.57999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1992","1992",55.90591,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1993","1993",60.42541,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1994","1994",66.10075,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1995","1995",63.37723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1996","1996",65.42061,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1997","1997",109.67915,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1998","1998",117.386,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","1999","1999",123.12123,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2000","2000",125.88667,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2001","2001",129.28662,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2002","2002",134.17576,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2003","2003",133.95824,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2004","2004",125.37914,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2005","2005",119.21407,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2006","2006",118.19721,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2007","2007",116.95449,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2008","2008",119.49519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2009","2009",120.36608,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2010","2010",117.6822,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2011","2011",110.00977,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2012","2012",109.31605,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2013","2013",107.59355,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2015","2015",99.02021,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2016","2016",101.27414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UGA","Uganda","2017","2017",100.32258,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","1992","1992",88.33365,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","1995","1995",97.43846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2000","2000",114.85891,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2007","2007",95.84127,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2008","2008",95.76741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2009","2009",93.68561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2010","2010",94.04195,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2011","2011",91.41822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2012","2012",88.72761,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2014","2014",87.75017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2015","2015",87.61085,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ATG","Antigua and Barbuda","2017","2017",87.6454,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","1990","1990",20.87067,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","1991","1991",19.82334,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","1993","1993",15.64465,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","1994","1994",27.98401,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","1995","1995",30.34042,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","1999","1999",4.02026,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2000","2000",,"n","Magnitude nil or negligible" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2001","2001",,"n","Magnitude nil or negligible" +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2002","2002",44.46414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2003","2003",69.25623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2004","2004",65.002,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2005","2005",74.53065,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2006","2006",80.50743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2007","2007",77.41701,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2008","2008",80.49091,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2009","2009",78.74414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2010","2010",82.70893,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2011","2011",82.67816,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2012","2012",87.91374,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2013","2013",87.31911,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2014","2014",88.08972,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2015","2015",87.24089,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AFG","Afghanistan","2017","2017",84.15009,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","1993","1993",93.45591,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","1994","1994",94.05608,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","1995","1995",96.48144,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","1996","1996",97.7279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","1997","1997",98.43923,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","1998","1998",98.73437,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","1999","1999",97.7766,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2000","2000",98.23936,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2001","2001",100.62379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2002","2002",104.42797,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2003","2003",109.90946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2004","2004",121.51909,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2005","2005",99.25531,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2006","2006",100.60203,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2007","2007",96.98125,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2008","2008",97.4308,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2009","2009",98.01748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2010","2010",98.49192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2011","2011",99.1518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2012","2012",99.76783,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2013","2013",99.50308,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2014","2014",99.19128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2015","2015",99.58722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVN","Slovenia","2016","2016",99.49028,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1990","1990",118.14797,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1991","1991",120.37618,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1992","1992",120.46944,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1993","1993",119.97323,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1994","1994",120.51245,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1995","1995",119.78854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1996","1996",119.75014,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1997","1997",119.40712,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1998","1998",118.04336,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","1999","1999",110.06627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2000","2000",109.1152,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2001","2001",120.93206,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2002","2002",112.0379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2003","2003",116.11922,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2004","2004",113.9261,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2005","2005",112.76897,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2006","2006",107.70916,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2007","2007",107.25608,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2008","2008",113.11957,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2009","2009",113.73466,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2014","2014",115.18204,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2015","2015",106.16273,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2016","2016",106.35282,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KIR","Kiribati","2017","2017",102.99903,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1990","1990",32.62369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1991","1991",33.74766,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1992","1992",32.84066,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1993","1993",33.17494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1994","1994",34.85267,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1995","1995",34.12904,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1996","1996",34.3315,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1997","1997",35.12482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1998","1998",35.02122,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","1999","1999",36.69215,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2000","2000",38.3958,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2001","2001",41.78166,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2002","2002",46.72959,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2003","2003",50.25077,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2004","2004",54.66869,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2005","2005",56.18673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2006","2006",56.59462,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2007","2007",59.12583,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2008","2008",62.25708,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2009","2009",65.87873,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2010","2010",69.06036,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2011","2011",72.74171,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2012","2012",74.51886,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2013","2013",75.27089,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2014","2014",75.2542,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2015","2015",77.38867,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2016","2016",79.07536,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NER","Niger","2017","2017",80.12914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1990","1990",69.8459,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1991","1991",71.69605,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1992","1992",68.36329,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1993","1993",67.46942,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1995","1995",50.57596,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1996","1996",39.41814,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1997","1997",40.74532,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1998","1998",48.5878,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","1999","1999",57.46116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2000","2000",59.20881,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2001","2001",62.0233,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2002","2002",67.02535,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2003","2003",72.69124,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2004","2004",77.80439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2005","2005",82.44528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2006","2006",104.53531,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2007","2007",116.60045,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2008","2008",124.14428,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2009","2009",133.04539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2010","2010",139.34765,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2011","2011",143.91371,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2012","2012",142.70371,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2013","2013",140.34465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2014","2014",137.89885,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2015","2015",134.17804,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2016","2016",130.91528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BDI","Burundi","2017","2017",126.1519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2005","2005",94.71882,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2007","2007",98.99474,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2008","2008",101.02734,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2009","2009",102.83004,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2010","2010",105.62127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2011","2011",105.7965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2012","2012",109.62042,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2013","2013",114.0993,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2014","2014",116.39262,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2015","2015",121.10324,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SAU","Saudi Arabia","2016","2016",115.19207,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","1992","1992",111.64324,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","1993","1993",111.56429,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","1994","1994",115.54,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","1995","1995",116.65857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","1996","1996",117.63867,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","1997","1997",122.54829,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","1998","1998",128.32706,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","1999","1999",134.1468,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2000","2000",130.98639,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2001","2001",127.829,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2002","2002",120.15409,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2003","2003",112.40333,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2004","2004",107.48801,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2005","2005",103.36514,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2006","2006",100.64534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2007","2007",101.97249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2008","2008",102.56168,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2009","2009",103.9988,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2010","2010",104.69652,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2011","2011",103.75035,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2012","2012",99.16056,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2013","2013",97.30387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2014","2014",94.31361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2015","2015",92.5597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2016","2016",89.08834,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBN","Lebanon","2017","2017",93.36736,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","1990","1990",109.83176,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","1991","1991",109.87908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","1992","1992",107.8872,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","1993","1993",107.08613,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","1994","1994",106.64062,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","1995","1995",109.42348,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","1996","1996",105.02869,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","1998","1998",106.95577,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2001","2001",107.76987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2002","2002",106.02881,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2003","2003",102.77981,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2004","2004",97.67609,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2005","2005",99.62784,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2006","2006",98.97838,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2007","2007",98.39216,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2008","2008",97.42033,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2009","2009",95.08264,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2010","2010",99.70641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2011","2011",99.73306,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2012","2012",100.07356,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2013","2013",100.61634,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2014","2014",101.24334,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2015","2015",101.67652,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2016","2016",101.89727,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LKA","Sri Lanka","2017","2017",101.85561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1990","1990",104.56133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1991","1991",106.04689,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1992","1992",106.94358,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1993","1993",110.28631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1994","1994",111.56101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1995","1995",113.0152,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1996","1996",113.6806,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1997","1997",114.88211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1998","1998",113.93842,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","1999","1999",111.11986,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2000","2000",108.75121,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2001","2001",105.80821,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2002","2002",102.35917,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2003","2003",99.52005,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2004","2004",98.24449,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2005","2005",97.04697,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2006","2006",97.45759,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2007","2007",99.1226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2008","2008",100.987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2009","2009",101.63316,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2010","2010",104.95971,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2011","2011",106.37443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2012","2012",106.83065,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2013","2013",107.38391,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2014","2014",109.20738,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2015","2015",108.71546,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2016","2016",109.97005,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VNM","Viet Nam","2017","2017",107.91772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1990","1990",39.24984,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1991","1991",41.92882,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1992","1992",46.97294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1993","1993",54.73179,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1994","1994",60.80073,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1995","1995",64.5021,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1996","1996",68.91191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1997","1997",74.2989,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1998","1998",77.73112,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","1999","1999",80.48749,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2000","2000",80.70278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2001","2001",79.58139,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2002","2002",81.84287,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2003","2003",84.46414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2004","2004",91.16127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2005","2005",91.93134,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2006","2006",94.00252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2007","2007",95.52287,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2008","2008",91.81786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2009","2009",97.27885,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2010","2010",98.27965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2011","2011",97.26241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2012","2012",97.91602,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2013","2013",98.01106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2014","2014",99.82522,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2015","2015",103.72533,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2016","2016",96.79311,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MRT","Mauritania","2017","2017",98.03695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","1990","1990",78.8192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","1991","1991",81.76761,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","1992","1992",98.13813,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","1993","1993",100.46272,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","1994","1994",106.17229,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","1995","1995",159.57287,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","1996","1996",154.68189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","1999","1999",135.27721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2000","2000",137.27505,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2001","2001",140.92117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2002","2002",136.99462,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2004","2004",125.66734,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2005","2005",123.5094,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2006","2006",122.237,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2007","2007",119.40309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2008","2008",126.87011,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2009","2009",125.53651,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2010","2010",131.49226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2011","2011",133.41614,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2012","2012",134.71399,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2013","2013",140.35402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2014","2014",140.78148,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2015","2015",139.60068,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2016","2016",137.24308,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MWI","Malawi","2017","2017",137.54861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","1990","1990",61.77337,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","1991","1991",79.62341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","1992","1992",77.50225,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","1993","1993",78.29695,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","1994","1994",76.22508,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","1995","1995",80.62085,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","1998","1998",65.75824,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","1999","1999",53.3852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2002","2002",67.0098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2007","2007",93.16734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2008","2008",101.50662,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2009","2009",100.55373,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2010","2010",100.06205,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2011","2011",101.22596,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2012","2012",105.55689,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2013","2013",106.619,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2014","2014",110.24369,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COD","Democratic Republic of the Congo","2015","2015",108.04337,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","1998","1998",100.93897,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","1999","1999",93.69159,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2000","2000",106.02637,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2001","2001",108.86076,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2002","2002",110.0295,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2003","2003",106.3,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2005","2005",113.03419,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2007","2007",109.42529,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2009","2009",110.44084,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2010","2010",103.60465,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2011","2011",105.71096,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2012","2012",105.80046,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2013","2013",102.41935,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2014","2014",104.96536,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2015","2015",99.76905,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COK","Cook Islands","2016","2016",105.23256,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRI","Puerto Rico","2009","2009",95.17435,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRI","Puerto Rico","2010","2010",95.77078,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRI","Puerto Rico","2011","2011",88.21197,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRI","Puerto Rico","2012","2012",89.87779,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRI","Puerto Rico","2013","2013",88.85318,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRI","Puerto Rico","2014","2014",88.65007,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRI","Puerto Rico","2015","2015",87.47758,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRI","Puerto Rico","2016","2016",80.95203,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","1990","1990",112.44995,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","1991","1991",119.29343,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","1992","1992",116.78962,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","1993","1993",117.75912,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","1994","1994",118.22616,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","1997","1997",110.8229,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","1998","1998",115.33686,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","1999","1999",113.57109,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2000","2000",113.16429,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2001","2001",119.05814,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2002","2002",124.89338,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2003","2003",97.277,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2004","2004",96.63378,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2005","2005",106.41935,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2006","2006",100.05814,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2007","2007",97.9949,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2008","2008",96.86795,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2009","2009",96.76886,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2010","2010",98.77826,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2011","2011",100.62911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2012","2012",101.13417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2013","2013",101.67956,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UKR","Ukraine","2014","2014",99.87748,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1990","1990",112.81382,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1991","1991",111.59855,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1992","1992",111.41659,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1993","1993",111.2123,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1994","1994",111.13856,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1995","1995",110.87665,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1996","1996",110.35302,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1997","1997",109.57981,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1998","1998",108.63015,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","1999","1999",108.16577,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2000","2000",107.94657,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2001","2001",107.61356,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2002","2002",107.63442,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2003","2003",107.4153,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2004","2004",106.49532,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2005","2005",105.60203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2006","2006",104.3941,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2007","2007",104.30513,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2008","2008",104.47666,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2009","2009",105.36324,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2010","2010",105.56707,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2011","2011",105.91016,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2012","2012",106.23633,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2013","2013",105.81638,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2014","2014",104.84629,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2015","2015",103.78941,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2016","2016",103.65207,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MEX","Mexico","2017","2017",103.26673,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1990","1990",113.56505,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1991","1991",105.1663,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1992","1992",103.73333,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1993","1993",104.15439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1999","1999",102.52749,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2000","2000",103.93192,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2001","2001",102.48911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2002","2002",102.81318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2003","2003",101.05839,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2004","2004",100.79122,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2005","2005",99.81319,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2006","2006",98.36897,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2007","2007",99.8696,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2008","2008",99.46819,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2009","2009",96.61803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2010","2010",95.75409,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2011","2011",96.10878,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2012","2012",96.66211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2013","2013",97.99004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2014","2014",100.89144,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2015","2015",103.38477,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2016","2016",105.84137,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2017","2017",105.61931,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1991","1991",63.85059,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1992","1992",57.80885,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1993","1993",63.28779,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1994","1994",65.81837,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1995","1995",69.49207,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1996","1996",72.91837,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1997","1997",75.45947,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1998","1998",76.71221,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","1999","1999",77.94549,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2000","2000",80.28652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2001","2001",82.94535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2002","2002",85.24701,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2003","2003",87.18145,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2004","2004",89.56692,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2005","2005",92.16243,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2006","2006",94.84259,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2007","2007",97.64057,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2008","2008",99.35643,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2009","2009",102.75748,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2010","2010",105.2161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2011","2011",107.43749,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2012","2012",107.50469,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2013","2013",102.03599,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2014","2014",99.38459,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2015","2015",97.28528,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2016","2016",94.66107,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BTN","Bhutan","2017","2017",92.55288,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","1990","1990",100.6864,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","1991","1991",99.74871,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","1992","1992",99.82842,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","1993","1993",100.13448,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","1994","1994",99.4428,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","1995","1995",99.44271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","1996","1996",100.97507,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","1999","1999",104.4043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2000","2000",105.67643,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2001","2001",106.89637,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2002","2002",108.8432,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2003","2003",107.54197,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2004","2004",108.61821,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2005","2005",107.22116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2006","2006",107.4565,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2007","2007",108.54438,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2008","2008",107.4004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2009","2009",105.71031,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2010","2010",105.06465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2011","2011",104.45101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2012","2012",103.17054,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2013","2013",102.05958,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2014","2014",98.99804,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2015","2015",95.98944,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAN","Panama","2016","2016",93.08107,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1990","1990",93.36805,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1991","1991",96.6301,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1992","1992",108.67939,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1993","1993",103.24257,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1994","1994",105.68297,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1995","1995",104.52706,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1996","1996",103.81318,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1997","1997",101.7656,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1998","1998",102.98759,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","1999","1999",102.67006,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2000","2000",103.10097,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2001","2001",102.93172,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2002","2002",100.88314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2003","2003",98.21493,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2004","2004",97.89021,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2005","2005",98.48387,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2006","2006",99.58428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2007","2007",102.78664,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2008","2008",105.34443,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2009","2009",105.73265,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2010","2010",103.59405,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2011","2011",100.47355,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2012","2012",99.30462,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2013","2013",98.74711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2014","2014",98.6487,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2015","2015",99.68668,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CZE","Czechia","2016","2016",100.5082,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1990","1990",84.99335,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1991","1991",89.03511,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1992","1992",94.63094,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1994","1994",104.81564,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1995","1995",104.07649,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1996","1996",101.24413,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1997","1997",99.58588,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1998","1998",99.74321,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","1999","1999",99.68858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2000","2000",100.12627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2001","2001",99.24126,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2002","2002",98.09381,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2003","2003",97.32318,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2004","2004",96.69453,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2005","2005",97.11444,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2006","2006",98.65873,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2007","2007",98.08519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2008","2008",99.95487,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2009","2009",100.62671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2010","2010",100.51589,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2011","2011",99.76222,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2012","2012",99.40189,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2013","2013",99.55729,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2014","2014",101.45351,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2015","2015",102.11199,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HUN","Hungary","2016","2016",101.72009,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1990","1990",62.96493,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1991","1991",62.92245,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1992","1992",61.78126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1993","1993",60.66178,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1994","1994",61.63088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1995","1995",62.255,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1996","1996",65.25403,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1997","1997",68.90289,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1998","1998",71.75919,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","1999","1999",71.3028,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2000","2000",73.20769,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2001","2001",74.47198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2002","2002",74.74143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2003","2003",78.1249,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2004","2004",79.2161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2005","2005",80.55232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2006","2006",79.84663,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2007","2007",82.77995,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2008","2008",82.38159,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2009","2009",81.40126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2010","2010",80.85147,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2011","2011",81.0025,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2012","2012",80.96961,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2013","2013",78.59766,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2014","2014",79.40567,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2015","2015",78.83731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2016","2016",78.3642,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SEN","Senegal","2017","2017",78.0448,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","1990","1990",95.0998,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","1991","1991",96.6234,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","1992","1992",103.81192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","1993","1993",109.09433,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","1994","1994",111.88371,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","1999","1999",92.44662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2000","2000",89.77022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2002","2002",97.73302,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2005","2005",103.20649,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2006","2006",108.22494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2007","2007",109.32079,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2010","2010",116.01914,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2011","2011",117.25383,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2012","2012",113.98551,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2013","2013",114.52971,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2014","2014",114.78682,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2015","2015",114.12194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2016","2016",115.4328,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLB","Solomon Islands","2017","2017",114.76576,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1990","1990",49.55452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1991","1991",51.22122,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1992","1992",53.49461,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1993","1993",50.18087,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1994","1994",47.46115,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1995","1995",46.28051,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1996","1996",48.3458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1997","1997",53.55597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1998","1998",59.45826,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","1999","1999",61.00823,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2000","2000",63.79643,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2001","2001",66.18203,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2002","2002",69.91116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2003","2003",71.81495,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2004","2004",75.24081,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2005","2005",71.79377,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2006","2006",71.14067,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2007","2007",70.02703,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2008","2008",78.04047,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2009","2009",82.38422,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2010","2010",82.42282,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2011","2011",89.31972,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2012","2012",93.71167,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2013","2013",101.13997,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2014","2014",102.74683,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2015","2015",92.76533,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TCD","Chad","2016","2016",88.09682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","1993","1993",107.89232,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","1994","1994",111.29864,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2000","2000",92.27518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2001","2001",104.48311,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2002","2002",100.54354,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2003","2003",93.1575,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2005","2005",87.71592,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2008","2008",70.27244,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2009","2009",68.70312,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2010","2010",68.44132,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2011","2011",67.40633,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2012","2012",68.57074,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNQ","Equatorial Guinea","2015","2015",61.33546,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1990","1990",121.17413,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1991","1991",123.04341,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1992","1992",120.57905,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1993","1993",115.16722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1994","1994",116.80038,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1995","1995",118.53488,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1996","1996",116.05851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1997","1997",112.34643,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1998","1998",111.35102,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","1999","1999",108.89972,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2000","2000",119.36697,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2001","2001",118.94314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2002","2002",118.98543,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2003","2003",121.25762,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2004","2004",119.02791,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2005","2005",116.99545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2006","2006",117.40729,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2007","2007",110.60052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2008","2008",109.76019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2009","2009",109.18708,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2010","2010",109.0121,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2011","2011",108.69221,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2012","2012",108.66892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2013","2013",105.91584,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2014","2014",104.79466,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2015","2015",103.02185,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2016","2016",102.13132,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LSO","Lesotho","2017","2017",102.95407,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1990","1990",90.9374,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1991","1991",93.43885,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1992","1992",83.92568,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1993","1993",83.15812,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1994","1994",82.10169,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1995","1995",83.12405,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1996","1996",84.3865,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1998","1998",91.24703,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","1999","1999",94.0596,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2000","2000",99.45475,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2001","2001",100.51744,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2002","2002",101.25108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2003","2003",115.7074,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2004","2004",131.61077,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2005","2005",135.82544,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2006","2006",135.68342,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2007","2007",136.9565,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2008","2008",139.91817,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2009","2009",147.61169,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2010","2010",142.40304,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2011","2011",142.05238,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2012","2012",143.0468,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2013","2013",143.35368,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2014","2014",145.04898,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2015","2015",147.29567,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDG","Madagascar","2016","2016",143.95325,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","1990","1990",77.53512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","1991","1991",86.06628,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","1992","1992",85.99691,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","1993","1993",84.81339,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","1994","1994",86.11326,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","1995","1995",84.32929,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","1999","1999",84.55523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2000","2000",89.1124,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2001","2001",83.32329,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2002","2002",86.28023,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2003","2003",82.12268,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2004","2004",85.36811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2005","2005",90.35771,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2006","2006",93.49034,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2007","2007",98.22973,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2008","2008",103.57719,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2009","2009",102.66325,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2011","2011",104.73714,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2012","2012",108.20249,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2013","2013",107.34939,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2014","2014",105.3961,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2015","2015",108.57798,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2016","2016",105.69234,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2017","2017",104.08031,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GHA","Ghana","2018","2018",101.69015,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1990","1990",89.40083,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1991","1991",90.69782,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1992","1992",90.95479,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1993","1993",95.26706,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1994","1994",94.20359,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1995","1995",95.69085,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1996","1996",97.71927,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1998","1998",104.98367,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","1999","1999",105.44833,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2000","2000",106.2584,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2001","2001",105.19969,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2002","2002",104.22335,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2003","2003",103.62811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2004","2004",102.96436,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2005","2005",101.95083,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2006","2006",101.64602,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2007","2007",101.78197,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2008","2008",102.22852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2009","2009",102.53718,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2010","2010",102.5663,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2011","2011",102.84263,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2012","2012",102.89335,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2013","2013",103.34781,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2014","2014",103.24147,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2015","2015",103.94662,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHE","Switzerland","2016","2016",104.40662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1990","1990",77.7107,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1991","1991",78.26066,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1992","1992",75.45695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1993","1993",74.42206,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1995","1995",56.37003,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1996","1996",42.7843,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1997","1997",44.42007,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1998","1998",53.79233,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","1999","1999",64.53857,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2000","2000",66.20915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2001","2001",69.47068,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2002","2002",75.7727,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2003","2003",81.29722,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2004","2004",85.76939,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2005","2005",89.6629,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2006","2006",110.61278,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2007","2007",122.13362,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2008","2008",128.66146,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2009","2009",136.72507,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2010","2010",141.79018,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2011","2011",145.23651,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2012","2012",143.33718,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2013","2013",140.63558,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2014","2014",137.14487,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2015","2015",133.49766,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2016","2016",130.5113,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BDI","Burundi","2017","2017",126.10563,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","1998","1998",92.49417,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","1999","1999",108.95009,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","2000","2000",129.93968,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","2006","2006",96.39713,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","2008","2008",97.77553,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","2009","2009",105.26247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","2011","2011",107.07667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","2014","2014",99.75351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","2015","2015",98.70338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBR","Liberia","2016","2016",97.72256,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1990","1990",57.1833,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1991","1991",58.40631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1992","1992",58.50103,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1993","1993",60.28686,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1994","1994",63.16537,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1995","1995",65.89449,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1996","1996",70.78705,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1997","1997",74.0203,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1998","1998",76.70763,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","1999","1999",90.14482,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2000","2000",90.21709,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2001","2001",91.73208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2002","2002",89.10853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2003","2003",92.57081,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2004","2004",93.08239,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2005","2005",90.07751,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2006","2006",87.87734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2007","2007",89.07893,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2008","2008",86.66442,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2009","2009",84.75905,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2010","2010",83.70787,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2011","2011",80.8809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2012","2012",83.48631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2013","2013",84.75538,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2014","2014",88.24853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2015","2015",91.49067,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2016","2016",93.607,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2017","2017",97.11535,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GMB","Gambia","2018","2018",100.23232,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGD","Bangladesh","1990","1990",73.86945,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGD","Bangladesh","2005","2005",100.7542,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGD","Bangladesh","2006","2006",101.98176,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGD","Bangladesh","2007","2007",101.90578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGD","Bangladesh","2008","2008",99.2609,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGD","Bangladesh","2009","2009",101.86018,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGD","Bangladesh","2010","2010",105.49681,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGD","Bangladesh","2017","2017",115.06249,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","1992","1992",59.44789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","1993","1993",57.16492,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","1994","1994",63.19358,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","1995","1995",67.55835,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","1996","1996",70.65523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","1997","1997",76.61057,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","1998","1998",80.62795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","2000","2000",87.78948,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNB","Guinea-Bissau","2010","2010",122.11609,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1990","1990",103.68623,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1991","1991",103.83585,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1992","1992",103.06236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1993","1993",102.08248,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1994","1994",101.28363,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1995","1995",101.19057,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1996","1996",102.18768,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1998","1998",99.2514,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","1999","1999",99.70515,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2000","2000",100.25361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2004","2004",98.05035,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2005","2005",96.98737,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2006","2006",98.55752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2007","2007",98.7168,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2008","2008",97.83893,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2009","2009",98.90504,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2010","2010",98.60862,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2011","2011",98.22815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2012","2012",99.62857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2013","2013",100.51104,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2014","2014",101.77148,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2015","2015",102.80303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAN","Canada","2016","2016",101.43399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1990","1990",51.25493,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1991","1991",58.21984,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1992","1992",61.4146,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1993","1993",66.49934,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1994","1994",66.89444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1995","1995",70.24485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1996","1996",72.65391,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1997","1997",76.38223,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1998","1998",79.42969,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","1999","1999",79.58431,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2000","2000",82.52927,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2001","2001",90.73641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2002","2002",96.16322,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2003","2003",99.79704,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2004","2004",103.72226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2005","2005",100.83883,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2006","2006",101.2934,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2008","2008",113.18831,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2009","2009",118.43397,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2010","2010",120.15201,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2011","2011",122.72604,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2012","2012",127.21539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2013","2013",128.73714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2014","2014",129.59724,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2015","2015",132.46826,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2016","2016",130.90229,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEN","Benin","2017","2017",126.64433,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",98.25966,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",97.37355,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1998","1998",96.78628,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",102.19617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",104.44188,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",107.10277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",107.90535,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",105.98737,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",105.75434,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1990","1990",27.85995,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1991","1991",25.12515,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1992","1992",21.20307,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1993","1993",17.77528,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1994","1994",19.60945,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1995","1995",21.74748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1996","1996",25.45459,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1997","1997",29.06118,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1998","1998",36.97887,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","1999","1999",37.49784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2000","2000",43.05681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2001","2001",49.30944,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2002","2002",52.9354,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2003","2003",54.79406,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2004","2004",59.41468,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2005","2005",71.85428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2006","2006",77.54185,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2007","2007",83.84036,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2008","2008",89.95203,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2009","2009",89.88776,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2010","2010",88.09416,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2011","2011",90.54849,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2012","2012",90.98389,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2014","2014",95.62404,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ETH","Ethiopia","2015","2015",97.02761,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1990","1990",79.91175,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1991","1991",75.28354,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1992","1992",76.11437,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1993","1993",78.77378,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1994","1994",81.44549,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1995","1995",84.27755,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1996","1996",86.64578,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1997","1997",88.4972,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1998","1998",91.16269,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","1999","1999",95.50544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2000","2000",99.80747,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2001","2001",103.10549,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2002","2002",107.53041,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2003","2003",109.70284,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2004","2004",110.09069,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2005","2005",110.81899,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2006","2006",110.87317,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2007","2007",112.55947,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2008","2008",111.71827,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2009","2009",110.76389,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2010","2010",112.80843,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2011","2011",113.3545,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2012","2012",113.01238,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2013","2013",112.46291,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2014","2014",112.1749,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2015","2015",112.20088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2016","2016",113.03325,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAR","Morocco","2017","2017",115.0888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","1992","1992",98.32905,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","1993","1993",100.82402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","1994","1994",100.43467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","1995","1995",101.40455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","1996","1996",102.71256,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","1997","1997",104.24693,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","1998","1998",105.75356,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","1999","1999",105.52026,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2000","2000",105.53913,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2001","2001",104.57018,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2002","2002",102.77502,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2003","2003",102.2383,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2004","2004",102.99563,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2005","2005",103.10824,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2006","2006",104.25075,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2007","2007",104.87016,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2008","2008",104.19777,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2009","2009",103.52259,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2010","2010",103.08848,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2011","2011",102.60499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2012","2012",102.22789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2013","2013",102.02827,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2014","2014",101.77206,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2015","2015",102.66407,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DEU","Germany","2016","2016",103.23983,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","1990","1990",99.84094,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","1991","1991",99.0822,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","1992","1992",98.69456,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","1993","1993",98.56593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","1994","1994",99.28142,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","1995","1995",99.59953,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","1996","1996",99.17289,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","1997","1997",98.26259,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","2013","2013",100.09368,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","2014","2014",99.36063,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","2015","2015",98.64482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JPN","Japan","2016","2016",98.04473,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","1990","1990",108.03444,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","1991","1991",110.38535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","1992","1992",110.35498,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","1993","1993",109.2567,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","1994","1994",107.02057,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","1995","1995",108.14396,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","1999","1999",103.46212,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2000","2000",103.21174,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2001","2001",106.55105,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2002","2002",114.31916,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2003","2003",121.11728,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2005","2005",95.17674,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2006","2006",94.75858,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2007","2007",95.58262,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2008","2008",97.37857,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2009","2009",99.01544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2011","2011",100.61891,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2012","2012",100.88043,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2013","2013",99.97644,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2014","2014",98.31156,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2015","2015",100.29794,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RUS","Russian Federation","2016","2016",101.82653,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","1992","1992",91.79119,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2007","2007",97.12455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2008","2008",97.80795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2009","2009",95.63362,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2010","2010",98.14539,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2011","2011",95.17426,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2012","2012",91.69914,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2014","2014",91.0927,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2015","2015",90.15994,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ATG","Antigua and Barbuda","2017","2017",89.19965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","1992","1992",135.77964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","1994","1994",139.28598,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","1995","1995",145.48243,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","1996","1996",144.14794,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","1997","1997",143.34293,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","1999","1999",142.08051,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","2001","2001",136.7395,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","2002","2002",142.04498,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","2003","2003",138.48764,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GAB","Gabon","2011","2011",136.63392,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","1994","1994",77.14877,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","1995","1995",77.35396,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","1997","1997",84.51036,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","1998","1998",88.08661,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","1999","1999",94.11545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2000","2000",99.79908,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2001","2001",109.34968,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2002","2002",122.73806,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2003","2003",125.29886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2004","2004",126.39577,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2005","2005",126.03382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2006","2006",124.37824,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2007","2007",123.36684,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2008","2008",119.74497,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2009","2009",119.08922,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2010","2010",120.21449,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2011","2011",117.87636,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2012","2012",117.51068,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2013","2013",117.59632,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2014","2014",113.56693,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2015","2015",116.67784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2016","2016",108.77432,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KHM","Cambodia","2017","2017",106.49139,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1990","1990",100.18482,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1991","1991",100.37564,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1992","1992",100.02529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1993","1993",99.03752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1994","1994",98.72787,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1995","1995",98.48692,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1996","1996",98.55949,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1997","1997",84.33405,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1998","1998",100.2591,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","1999","1999",100.75639,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2000","2000",100.85066,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2001","2001",100.86467,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2002","2002",100.19949,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2003","2003",99.98498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2004","2004",99.3522,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2005","2005",98.5115,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2006","2006",98.59501,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2007","2007",99.07582,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2008","2008",99.26267,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2009","2009",99.1536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2010","2010",99.07942,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2011","2011",99.40241,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2012","2012",99.89264,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2013","2013",100.23349,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2014","2014",99.83147,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2015","2015",99.90401,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2016","2016",100.22588,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NOR","Norway","2017","2017",100.22993,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1990","1990",105.23625,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1991","1991",103.57761,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1992","1992",103.30254,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1993","1993",103.51096,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1994","1994",104.26267,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1995","1995",103.86425,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1996","1996",103.16092,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1997","1997",102.29456,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1998","1998",100.20826,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","1999","1999",100.76358,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2000","2000",102.24482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2001","2001",101.47704,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2002","2002",101.1882,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2003","2003",104.33555,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2007","2007",111.16404,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2008","2008",110.35523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2009","2009",108.38853,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2010","2010",108.14621,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2011","2011",106.90059,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2012","2012",108.00879,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2013","2013",104.84635,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2014","2014",102.34717,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2015","2015",102.71251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IND","India","2016","2016",106.14891,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1990","1990",94.77692,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1991","1991",94.3946,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1992","1992",92.53206,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1993","1993",90.30336,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1994","1994",89.74177,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1995","1995",91.36089,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1996","1996",90.46149,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1997","1997",90.27761,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1998","1998",92.22221,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","1999","1999",93.50456,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2000","2000",94.36084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2001","2001",93.33873,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2002","2002",94.61646,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2003","2003",95.41,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2004","2004",96.26699,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2005","2005",95.35179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2006","2006",94.83267,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2007","2007",94.0507,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2010","2010",95.55942,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2011","2011",95.5031,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2012","2012",95.89557,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2013","2013",95.31457,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2014","2014",93.95465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2015","2015",95.04954,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRC","Greece","2016","2016",94.17304,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1990","1990",117.22283,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1991","1991",116.57644,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1992","1992",121.0413,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1993","1993",122.55924,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1994","1994",120.57253,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1995","1995",118.93125,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1996","1996",109.79443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1997","1997",120.58656,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1998","1998",116.8213,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","1999","1999",108.14155,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2000","2000",91.20018,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2001","2001",94.32536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2002","2002",107.23189,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2003","2003",106.15926,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2004","2004",104.0313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2005","2005",96.96216,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2007","2007",96.27059,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2008","2008",99.64804,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2009","2009",104.59338,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2010","2010",103.38226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2013","2013",102.67227,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2014","2014",103.11044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2015","2015",104.85066,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2016","2016",101.3907,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GRD","Grenada","2017","2017",102.06959,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","1995","1995",103.48346,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","1997","1997",114.47732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2001","2001",102.03067,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2002","2002",103.56693,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2003","2003",103.4264,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2004","2004",103.47752,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2005","2005",101.52284,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2006","2006",100.67482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2011","2011",88.9029,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2012","2012",85.97973,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2013","2013",85.18993,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2014","2014",86.06166,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BMU","Bermuda","2015","2015",89.40603,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1990","1990",101.68747,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1991","1991",99.45198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1992","1992",100.36447,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1993","1993",100.70194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1994","1994",102.21228,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1995","1995",101.68189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1996","1996",106.70893,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1997","1997",106.21567,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1998","1998",104.0427,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","1999","1999",103.70176,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2000","2000",103.14101,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2001","2001",102.41032,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2002","2002",101.94576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2003","2003",99.69323,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2004","2004",99.79029,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2005","2005",99.70719,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2006","2006",99.80688,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2007","2007",100.58769,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2008","2008",101.05227,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2009","2009",103.0497,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2010","2010",103.97595,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2011","2011",103.96648,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2012","2012",103.2863,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2013","2013",101.44896,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2014","2014",104.09398,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2015","2015",103.79855,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2016","2016",103.27996,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUB","Cuba","2017","2017",104.36803,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","1990","1990",104.69204,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","1991","1991",104.16391,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","1992","1992",101.01395,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","1993","1993",100.61884,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","1996","1996",100.84989,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","1997","1997",78.9583,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","1998","1998",104.98998,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","1999","1999",106.96579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2000","2000",107.30209,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2002","2002",106.54017,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2003","2003",105.23849,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2004","2004",110.20849,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2005","2005",109.2346,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2006","2006",108.81478,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2007","2007",109.30564,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2008","2008",109.22444,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2009","2009",107.20044,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2010","2010",102.82837,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2011","2011",102.01902,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2012","2012",101.46948,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2013","2013",99.65653,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2014","2014",99.54012,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2015","2015",100.12489,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2016","2016",101.16249,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHL","Chile","2017","2017",102.80195,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2004","2004",113.14776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2005","2005",111.30656,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2007","2007",111.63913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2014","2014",97.62538,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2015","2015",95.5284,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2004","2004",92.68248,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2005","2005",85.2411,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2008","2008",95.79995,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2009","2009",103.34017,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2010","2010",116.2723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2011","2011",123.41671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2012","2012",124.49529,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2013","2013",123.43552,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2014","2014",120.73518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2015","2015",115.51268,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2016","2016",108.31039,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TLS","Timor-Leste","2017","2017",99.13397,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","1990","1990",100.88578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","1991","1991",100.49501,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","1992","1992",100.29476,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","1993","1993",97.86015,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","1994","1994",95.88615,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","1995","1995",95.59476,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","1997","1997",95.12021,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","1999","1999",98.49363,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2000","2000",98.52283,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2001","2001",101.28919,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2002","2002",102.70133,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2003","2003",99.9078,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2004","2004",100.3108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2005","2005",100.49724,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2006","2006",100.47223,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2007","2007",101.19303,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2008","2008",101.08088,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2009","2009",99.13979,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2010","2010",100.55787,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2011","2011",100.56013,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2012","2012",97.9485,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2013","2013",106.90575,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2014","2014",106.2527,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2015","2015",102.91484,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUR","Turkey","2016","2016",100.92973,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1990","1990",100.16003,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1991","1991",102.10134,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1992","1992",99.90491,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1993","1993",98.02217,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1994","1994",103.30947,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1995","1995",106.78661,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1996","1996",108.75724,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1997","1997",110.90846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1998","1998",109.88035,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","1999","1999",107.83755,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2000","2000",105.55411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2001","2001",103.489,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2002","2002",103.01437,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2003","2003",100.84773,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2004","2004",98.75585,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2005","2005",101.58164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2006","2006",98.56253,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2007","2007",97.06338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2008","2008",96.73792,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2009","2009",94.48531,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2010","2010",94.63187,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2011","2011",95.90364,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2012","2012",99.68367,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2013","2013",103.4828,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2014","2014",108.56304,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2015","2015",111.19333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2016","2016",111.11281,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ALB","Albania","2017","2017",111.52425,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1990","1990",94.65338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1991","1991",95.30083,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1992","1992",94.71575,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1993","1993",94.90182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1994","1994",95.15145,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1995","1995",96.49833,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1996","1996",97.54014,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1997","1997",99.08896,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1998","1998",100.95233,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","1999","1999",102.9096,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2000","2000",105.41659,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2001","2001",102.09912,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2002","2002",97.01297,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2003","2003",102.01835,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2004","2004",103.42603,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2005","2005",100.71318,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2007","2007",106.29825,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2008","2008",108.1523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2009","2009",108.50968,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TTO","Trinidad and Tobago","2010","2010",107.96096,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","1993","1993",117.94416,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","1994","1994",118.10779,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","1998","1998",115.61385,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","1999","1999",113.83796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2000","2000",113.33872,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2001","2001",119.01111,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2002","2002",124.96577,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2003","2003",97.28399,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2004","2004",96.89073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2005","2005",106.61797,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2006","2006",100.27638,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2007","2007",98.15195,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2008","2008",96.80937,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2009","2009",96.71408,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2010","2010",98.50082,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2011","2011",100.03254,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2012","2012",100.36707,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2013","2013",100.82591,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UKR","Ukraine","2014","2014",98.89644,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1990","1990",93.52155,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1991","1991",92.24202,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1992","1992",91.72743,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1993","1993",89.63854,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1994","1994",90.45841,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1995","1995",91.73921,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1996","1996",95.49847,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1997","1997",97.21466,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1998","1998",99.56613,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","1999","1999",101.38303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2000","2000",102.96704,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2001","2001",103.77445,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2002","2002",102.38053,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2003","2003",101.18794,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2004","2004",99.68179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2005","2005",98.90731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2006","2006",97.70077,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2007","2007",98.91491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2008","2008",101.62731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2009","2009",103.0915,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2010","2010",103.05689,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2011","2011",101.71394,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2012","2012",100.89687,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2013","2013",99.42561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2014","2014",97.8086,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2015","2015",96.98543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EST","Estonia","2016","2016",97.1178,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MSR","Montserrat","2002","2002",113.18681,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MSR","Montserrat","2004","2004",105.55556,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MSR","Montserrat","2005","2005",118.68687,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MSR","Montserrat","2006","2006",113.65854,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MSR","Montserrat","2007","2007",112.90323,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","1990","1990",82.28376,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","1991","1991",86.01215,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","1992","1992",90.70402,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","1993","1993",91.02887,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","1994","1994",93.47139,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","1995","1995",94.45384,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","1996","1996",99.47584,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","1999","1999",99.73172,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2000","2000",104.68517,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2001","2001",102.00711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2002","2002",108.0443,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2003","2003",107.69567,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2004","2004",108.94557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2005","2005",110.18486,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2006","2006",125.53108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2007","2007",128.06232,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2008","2008",127.10126,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2009","2009",140.1623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2010","2010",146.89445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2011","2011",151.01657,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2012","2012",147.95131,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2013","2013",143.39971,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2014","2014",140.13621,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2015","2015",140.37831,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2016","2016",140.72206,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NPL","Nepal","2017","2017",138.35279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","1991","1991",113.28225,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","1994","1994",116.75493,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","1998","1998",120.21613,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","1999","1999",120.3543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2000","2000",117.91861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2001","2001",118.48259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2002","2002",114.47152,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2003","2003",119.40901,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2004","2004",114.12952,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2005","2005",118.16317,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2007","2007",108.9541,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2008","2008",108.13144,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2009","2009",105.97811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2010","2010",105.03529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2011","2011",99.63466,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2012","2012",105.33099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2013","2013",105.32467,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2014","2014",104.71845,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2015","2015",104.53763,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2016","2016",103.34039,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2017","2017",102.891,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PLW","Palau","2004","2004",104.55038,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","PLW","Palau","2013","2013",115.86476,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","PLW","Palau","2014","2014",116.95138,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1990","1990",110.33341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1991","1991",111.44822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1992","1992",107.90513,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1993","1993",107.68678,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1994","1994",106.97078,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1995","1995",107.69815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1996","1996",107.67883,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1997","1997",107.73143,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1998","1998",107.79756,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","1999","1999",107.8931,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2000","2000",104.96178,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2001","2001",100.67576,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2002","2002",100.74073,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2003","2003",99.80986,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2004","2004",98.38226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2005","2005",95.74598,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2006","2006",98.41714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2011","2011",94.86897,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2012","2012",95.32953,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2013","2013",97.63889,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2014","2014",99.68311,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2015","2015",101.16738,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2016","2016",101.09313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHR","Bahrain","2017","2017",100.96004,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1990","1990",21.48787,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1991","1991",23.3998,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1992","1992",22.86198,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1993","1993",25.34726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1994","1994",27.44852,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1995","1995",30.77905,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1996","1996",32.39636,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1997","1997",36.42249,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1998","1998",37.81107,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","1999","1999",41.05545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2000","2000",45.77823,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2001","2001",50.05971,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2002","2002",58.49057,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2003","2003",62.89416,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2004","2004",66.88742,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2005","2005",70.20512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2006","2006",73.10181,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2007","2007",75.80429,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2008","2008",76.73302,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2009","2009",76.63482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2010","2010",77.53647,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2011","2011",81.82128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2012","2012",82.91569,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2013","2013",84.57789,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2014","2014",86.09136,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GIN","Guinea","2016","2016",83.14934,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1990","1990",93.8362,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1991","1991",93.39213,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1992","1992",93.72016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1993","1993",93.35235,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1994","1994",93.81167,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1995","1995",95.24057,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1996","1996",93.06715,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1997","1997",92.62298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1998","1998",91.95925,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","1999","1999",93.19541,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2000","2000",93.35593,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2001","2001",93.4812,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2002","2002",91.78339,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2003","2003",93.09516,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2004","2004",97.46524,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2005","2005",99.14236,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2006","2006",103.28627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2007","2007",104.9854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2009","2009",103.84811,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2010","2010",107.85319,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2011","2011",105.71461,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2012","2012",106.08242,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2013","2013",104.75448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2014","2014",104.1412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2015","2015",102.93392,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWZ","Eswatini","2016","2016",100.44707,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","1990","1990",102.28561,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","1991","1991",99.82887,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","1992","1992",98.43127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","1993","1993",97.29864,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","1994","1994",93.56381,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","1995","1995",91.55991,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","1998","1998",92.85412,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","1999","1999",91.84618,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2000","2000",95.55984,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2001","2001",97.07403,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2002","2002",92.21301,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2003","2003",106.28288,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2004","2004",105.39442,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2005","2005",103.46514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2006","2006",99.80992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2007","2007",105.40056,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2008","2008",105.67511,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2009","2009",107.43379,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2012","2012",111.5161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2014","2014",107.75163,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2015","2015",105.97677,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KEN","Kenya","2016","2016",105.14065,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1990","1990",111.03,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1991","1991",108.57404,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1992","1992",105.98306,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1993","1993",103.8325,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1994","1994",103.7858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1995","1995",104.13345,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1996","1996",104.88533,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1997","1997",104.2,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1998","1998",104.31382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","1999","1999",104.29129,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2000","2000",99.95005,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2001","2001",99.95169,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2002","2002",99.85404,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2003","2003",99.59405,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2004","2004",99.57404,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2005","2005",104.11352,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2006","2006",103.67456,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2007","2007",103.43446,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2008","2008",103.04846,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2009","2009",102.53139,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2010","2010",102.12854,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2011","2011",102.45629,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2012","2012",102.49238,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2013","2013",102.13431,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2014","2014",101.86023,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2015","2015",101.66841,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","FRA","France","2016","2016",101.71452,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1990","1990",106.00694,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1991","1991",105.79091,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1992","1992",105.6618,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1993","1993",105.60347,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1994","1994",105.53987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1995","1995",101.04404,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1996","1996",101.20153,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1997","1997",100.63616,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1998","1998",100.10239,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","1999","1999",99.52063,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2000","2000",99.38432,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2001","2001",99.21996,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2002","2002",100.17741,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2003","2003",100.34575,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2004","2004",101.0757,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2005","2005",101.79008,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2006","2006",102.55221,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2007","2007",104.68323,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2008","2008",104.86704,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2009","2009",105.34099,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2010","2010",105.9763,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2011","2011",106.22072,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2012","2012",106.68583,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2013","2013",106.72039,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2014","2014",106.20978,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2015","2015",102.21921,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2016","2016",101.36168,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUS","Australia","2017","2017",100.94978,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","1991","1991",117.33374,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","1992","1992",116.4676,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","1993","1993",117.90958,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","1994","1994",120.74431,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","1995","1995",122.26156,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","1996","1996",125.97668,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","1997","1997",124.96475,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","1999","1999",121.39505,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2000","2000",118.74776,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2001","2001",114.72021,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2002","2002",109.2822,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2003","2003",112.6936,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2004","2004",114.68723,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2005","2005",115.80616,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2006","2006",115.71947,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2007","2007",114.37897,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2008","2008",114.57672,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2009","2009",115.16871,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2010","2010",114.78697,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2011","2011",113.85825,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2012","2012",115.74647,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2013","2013",114.57445,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2014","2014",114.43737,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2015","2015",115.83544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2016","2016",117.54363,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLZ","Belize","2017","2017",116.13043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","1999","1999",112.21318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2000","2000",110.78818,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2001","2001",109.44096,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2002","2002",111.01083,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2003","2003",109.2143,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2004","2004",110.83905,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2005","2005",111.37672,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2006","2006",114.25115,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2007","2007",115.21158,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2008","2008",113.09161,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2009","2009",113.80179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2010","2010",113.7943,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2011","2011",105.25586,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2012","2012",104.08713,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2013","2013",116.0393,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ABW","Aruba","2014","2014",117.10809,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUW","Curaçao","2013","2013",169.2425,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","1990","1990",124.84294,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","1991","1991",124.50169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","1994","1994",123.1226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","1998","1998",123.50725,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","1999","1999",122.74211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2000","2000",120.71664,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2001","2001",119.23962,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2002","2002",118.65058,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2003","2003",116.77057,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2004","2004",114.11683,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2005","2005",112.44123,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2006","2006",111.8476,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2007","2007",109.6194,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2008","2008",107.4543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2009","2009",104.83344,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2010","2010",102.60945,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2011","2011",100.95676,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2012","2012",100.18295,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2013","2013",100.70312,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2014","2014",100.15242,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2015","2015",98.32821,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2016","2016",96.69012,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CPV","Cabo Verde","2017","2017",95.87731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1990","1990",104.534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1991","1991",104.11356,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1992","1992",107.35945,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1993","1993",108.32505,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1994","1994",107.92299,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1995","1995",105.74018,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1996","1996",106.27757,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1997","1997",106.42893,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1998","1998",105.44738,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","1999","1999",104.46378,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2000","2000",103.51791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2003","2003",110.05823,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2004","2004",108.80734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2005","2005",105.47017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2006","2006",109.6995,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2007","2007",105.21125,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2008","2008",106.42549,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2009","2009",104.84582,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2010","2010",105.09064,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2011","2011",103.45999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2012","2012",99.8904,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2013","2013",97.01282,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2014","2014",95.12915,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2015","2015",96.22227,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2016","2016",96.18451,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HND","Honduras","2017","2017",95.22141,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1990","1990",86.71761,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1991","1991",86.32143,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1992","1992",84.79172,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1993","1993",89.8036,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1994","1994",92.52821,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1995","1995",94.26771,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1996","1996",97.47519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1997","1997",98.63898,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1998","1998",100.57715,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","1999","1999",99.72008,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2000","2000",97.91103,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2001","2001",96.11672,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2002","2002",97.7386,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2003","2003",100.12404,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2004","2004",102.27457,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2005","2005",104.57978,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2006","2006",106.9962,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2007","2007",109.3181,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2008","2008",112.64748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2009","2009",115.83606,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2010","2010",118.69177,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2011","2011",118.35836,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2012","2012",117.62025,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2013","2013",117.32681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2014","2014",115.97068,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2015","2015",112.46832,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2016","2016",108.29079,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LAO","Lao People's Democratic Republic","2017","2017",105.19026,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1990","1990",109.05154,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1991","1991",108.93506,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1992","1992",107.87626,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1993","1993",107.21249,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1994","1994",106.7986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1995","1995",104.59702,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1996","1996",107.59438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1997","1997",106.89575,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1998","1998",107.94627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","1999","1999",109.09981,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2001","2001",108.784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2002","2002",107.53375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2003","2003",107.16964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2004","2004",106.07581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2005","2005",105.38132,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2006","2006",103.26156,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2007","2007",103.62242,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2008","2008",105.46536,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2009","2009",107.51063,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2014","2014",112.77832,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2015","2015",111.30561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PHL","Philippines","2016","2016",108.96369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","1991","1991",117.01055,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","1992","1992",96.87747,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","1993","1993",96.32758,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","1996","1996",90.82571,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","1999","1999",106.69533,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","2000","2000",105.34587,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","2003","2003",114.39473,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","2004","2004",113.0767,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRQ","Iraq","2007","2007",116.99531,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1990","1990",33.89583,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1991","1991",34.71576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1992","1992",37.00143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1993","1993",41.00931,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1994","1994",44.44281,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1995","1995",46.3513,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1996","1996",51.2216,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1997","1997",57.20136,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1998","1998",60.53028,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","1999","1999",65.09782,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2000","2000",66.02994,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2001","2001",71.84756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2002","2002",75.19065,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2003","2003",76.50531,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2004","2004",79.37928,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2005","2005",82.52052,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2006","2006",84.75233,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2007","2007",86.90197,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2008","2008",88.37515,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2009","2009",89.42404,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2010","2010",89.59828,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2011","2011",89.83441,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2012","2012",86.12815,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2014","2014",81.51079,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2015","2015",79.60922,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2016","2016",81.80126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLI","Mali","2017","2017",84.46306,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1991","1991",100.20869,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1992","1992",100.62768,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1993","1993",102.48081,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1994","1994",101.49306,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1995","1995",99.21048,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1996","1996",102.86824,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1997","1997",101.92247,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1998","1998",109.42933,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","1999","1999",112.57981,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2000","2000",115.84567,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2002","2002",118.13887,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2003","2003",115.84297,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2004","2004",107.87681,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2005","2005",108.37692,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2006","2006",103.63236,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2007","2007",113.72905,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2008","2008",109.53054,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2009","2009",111.8577,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2010","2010",110.50222,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2011","2011",109.86045,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2012","2012",107.95629,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2013","2013",109.11459,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2014","2014",107.55816,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2015","2015",111.40536,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2016","2016",110.29875,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DOM","Dominican Republic","2017","2017",107.79981,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","1993","1993",80.44826,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","1994","1994",84.00045,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","1995","1995",84.95184,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","1996","1996",86.40241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","1997","1997",87.16957,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","1998","1998",90.93747,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","1999","1999",92.62471,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2000","2000",94.54896,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2001","2001",96.58711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2002","2002",99.34162,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2003","2003",101.46361,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2005","2005",103.36663,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2006","2006",100.61178,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2007","2007",97.77792,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2008","2008",94.0145,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2009","2009",91.79802,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2010","2010",92.02213,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2011","2011",93.41478,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2012","2012",95.87252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2013","2013",98.57671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2014","2014",98.83764,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2015","2015",98.18464,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HRV","Croatia","2016","2016",95.79508,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1990","1990",110.45298,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1991","1991",111.38015,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1992","1992",104.33205,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1993","1993",104.27533,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1994","1994",105.66355,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1995","1995",105.07387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1996","1996",100.20959,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1997","1997",99.59999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1998","1998",98.80601,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","1999","1999",98.94112,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2000","2000",99.41101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2001","2001",99.18741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2002","2002",98.13554,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2003","2003",96.97606,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2004","2004",96.50319,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2005","2005",96.7348,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2006","2006",95.89687,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2007","2007",94.29088,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2008","2008",93.22232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2009","2009",92.54046,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2010","2010",93.65599,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2011","2011",94.24395,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2012","2012",96.05786,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2013","2013",97.34859,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2014","2014",98.08591,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2015","2015",99.40703,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2016","2016",100.96719,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UZB","Uzbekistan","2017","2017",103.10933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","1999","1999",70.93703,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2001","2001",76.56911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2002","2002",78.46051,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2003","2003",81.61106,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2004","2004",85.01901,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2005","2005",87.7214,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2008","2008",88.85273,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2010","2010",90.51777,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2011","2011",94.55373,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2012","2012",94.01951,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2013","2013",97.08707,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","YEM","Yemen","2016","2016",92.43943,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1990","1990",107.9247,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1991","1991",110.29189,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1992","1992",110.40038,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1993","1993",109.44033,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1994","1994",107.12819,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1995","1995",107.81128,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1996","1996",108.41633,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1997","1997",106.26685,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1998","1998",103.70917,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","1999","1999",102.92577,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2000","2000",102.78668,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2001","2001",106.0929,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2002","2002",113.9664,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2003","2003",121.08584,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2005","2005",95.27104,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2006","2006",95.04876,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2007","2007",95.7069,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2008","2008",97.53751,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2009","2009",99.22885,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2011","2011",100.92777,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2012","2012",101.19422,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2013","2013",100.26643,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2014","2014",98.65293,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2015","2015",100.68178,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RUS","Russian Federation","2016","2016",102.07633,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBY","Libya","1999","1999",107.71246,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBY","Libya","2001","2001",103.62596,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBY","Libya","2002","2002",103.28096,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBY","Libya","2003","2003",103.32862,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBY","Libya","2004","2004",105.62166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBY","Libya","2005","2005",102.30812,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBY","Libya","2006","2006",109.30911,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1991","1991",99.77907,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1992","1992",98.83507,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1993","1993",99.54347,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1994","1994",102.54469,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1995","1995",103.56991,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1996","1996",103.91156,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1997","1997",102.11177,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1998","1998",102.70096,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","1999","1999",105.56034,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2000","2000",107.03616,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2001","2001",105.47855,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2002","2002",105.2172,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2003","2003",105.34735,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2004","2004",102.04321,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2005","2005",108.03593,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2006","2006",107.18858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2007","2007",109.14771,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2008","2008",109.79198,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2009","2009",109.60699,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2010","2010",112.14249,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2011","2011",115.71542,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2012","2012",115.91335,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2013","2013",114.22104,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2014","2014",114.3271,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2015","2015",115.69239,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2016","2016",112.42767,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYC","Seychelles","2017","2017",110.31959,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","1990","1990",100.01467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","1991","1991",106.36831,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","1992","1992",103.45089,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","1995","1995",108.3075,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","1996","1996",107.80073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","1998","1998",105.78346,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","1999","1999",104.5036,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","2000","2000",104.37407,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","2001","2001",106.9239,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","2002","2002",100.5465,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","2003","2003",98.51717,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","2012","2012",101.91487,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZWE","Zimbabwe","2013","2013",99.4543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1991","1991",111.11016,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1992","1992",111.48101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1993","1993",113.4825,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1994","1994",114.81733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1995","1995",113.88919,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1996","1996",112.56988,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1997","1997",110.36755,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1998","1998",112.48048,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","1999","1999",111.86321,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2000","2000",110.20062,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2001","2001",107.33208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2002","2002",107.72369,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2003","2003",110.64797,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2004","2004",111.04673,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2005","2005",110.64034,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2006","2006",110.33806,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2007","2007",109.75767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2008","2008",107.72261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2009","2009",107.00754,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2010","2010",106.5473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2011","2011",106.86346,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2012","2012",105.92651,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2013","2013",105.97744,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2014","2014",105.20142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2015","2015",105.1266,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2016","2016",106.64014,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRN","Brunei Darussalam","2017","2017",104.78004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1990","1990",72.57926,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1991","1991",76.06971,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1992","1992",80.01395,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1993","1993",81.80331,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1994","1994",81.73117,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1995","1995",84.07854,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1996","1996",85.53758,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1997","1997",86.28893,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1998","1998",92.44044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","1999","1999",97.82714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2000","2000",99.79491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2001","2001",100.39684,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2002","2002",103.11707,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2004","2004",108.68226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2005","2005",109.85279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2006","2006",111.03083,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2007","2007",111.38119,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2008","2008",111.98256,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2009","2009",115.76101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2010","2010",115.48713,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2011","2011",113.62933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2012","2012",108.87615,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2013","2013",106.01506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2014","2014",102.57987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2015","2015",101.51269,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2016","2016",100.81692,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GTM","Guatemala","2017","2017",101.20523,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","1990","1990",40.43862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2000","2000",59.42558,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2001","2001",60.08292,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2002","2002",60.8554,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2003","2003",65.34723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2004","2004",69.92905,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2005","2005",76.05686,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2006","2006",74.5433,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2007","2007",82.33831,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2008","2008",83.76453,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2009","2009",86.00414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2010","2010",87.50366,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2011","2011",84.38946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2012","2012",84.51189,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2013","2013",82.92926,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2014","2014",85.5129,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2015","2015",84.91031,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2016","2016",89.69482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAK","Pakistan","2017","2017",88.59092,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TKM","Turkmenistan","2014","2014",87.53433,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1990","1990",26.15871,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1991","1991",27.12352,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1992","1992",26.4657,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1993","1993",26.75137,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1994","1994",27.56333,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1995","1995",27.79317,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1996","1996",28.01328,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1997","1997",28.85101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1998","1998",29.02273,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","1999","1999",30.72228,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2000","2000",32.32157,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2001","2001",35.33166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2002","2002",39.51496,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2003","2003",42.71102,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2004","2004",46.63491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2005","2005",48.3466,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2006","2006",48.96966,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2007","2007",51.44458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2008","2008",55.27463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2009","2009",59.0266,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2010","2010",62.67366,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2011","2011",66.49199,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2012","2012",68.52359,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2013","2013",69.35251,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2014","2014",69.79144,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2015","2015",71.81629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2016","2016",73.69142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NER","Niger","2017","2017",75.10472,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1990","1990",105.09811,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1991","1991",104.00055,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1992","1992",103.60898,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1993","1993",103.04599,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1994","1994",102.1002,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1995","1995",101.89484,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1996","1996",102.02621,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1997","1997",102.37931,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1998","1998",103.1752,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","1999","1999",103.29928,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2000","2000",103.12229,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2001","2001",102.40321,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2002","2002",100.74664,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2003","2003",100.16291,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2004","2004",100.80128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2005","2005",100.75367,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2006","2006",101.127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2007","2007",101.03078,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2008","2008",99.88182,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2009","2009",99.65835,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2010","2010",99.14975,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2011","2011",99.25192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2012","2012",100.10465,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2013","2013",100.48994,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2014","2014",101.08718,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2015","2015",101.35383,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2016","2016",101.99711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUT","Austria","2017","2017",103.7416,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1990","1990",98.28778,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1991","1991",98.24531,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1992","1992",99.19291,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1993","1993",101.37119,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1994","1994",100.33037,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1995","1995",97.25173,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1996","1996",98.50015,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1997","1997",99.55208,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1998","1998",100.26386,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","1999","1999",103.28504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2000","2000",102.66805,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2001","2001",101.71998,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2002","2002",100.37327,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2003","2003",100.62808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2004","2004",100.55181,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2005","2005",100.73584,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2006","2006",101.72417,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2007","2007",102.73543,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2008","2008",102.77555,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2009","2009",101.85473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2010","2010",101.37374,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2011","2011",100.83123,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2012","2012",100.16901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2013","2013",101.39408,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2014","2014",101.12745,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2015","2015",100.77583,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ITA","Italy","2016","2016",100.24141,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1990","1990",99.39084,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1991","1991",101.96896,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1992","1992",100.9519,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1993","1993",101.48097,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1994","1994",102.50892,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1995","1995",103.85544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1996","1996",105.89555,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1997","1997",107.31767,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1998","1998",107.49698,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","1999","1999",107.55993,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2000","2000",108.10925,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2001","2001",109.4856,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2002","2002",110.02013,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2003","2003",109.66524,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2004","2004",109.43628,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2005","2005",109.49413,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2006","2006",110.33523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2007","2007",109.8093,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2008","2008",109.72323,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2009","2009",111.3898,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2012","2012",112.02561,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2013","2013",112.97915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BWA","Botswana","2014","2014",107.17725,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1990","1990",98.79929,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1991","1991",99.82117,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1992","1992",100.42825,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1993","1993",99.70924,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1994","1994",98.39443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1995","1995",95.56092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1996","1996",91.66303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1997","1997",92.20468,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1998","1998",93.53636,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","1999","1999",97.2852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2000","2000",97.60774,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2001","2001",97.07714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2002","2002",98.66529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2004","2004",101.40929,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2005","2005",101.90455,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2006","2006",101.78513,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2007","2007",101.34082,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2008","2008",100.77726,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2009","2009",99.10965,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2010","2010",96.78444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2011","2011",96.6746,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2012","2012",96.94023,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2013","2013",96.83114,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2014","2014",102.03101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2015","2015",100.58641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2016","2016",100.70681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","THA","Thailand","2017","2017",99.60003,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1990","1990",106.53617,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",105.06348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",104.02503,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",100.79147,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",100.57656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",100.26467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2001","2001",100.10559,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.68276,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.8234,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",105.80003,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",106.33527,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",104.7414,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",102.99907,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",105.26197,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",104.51927,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",105.02563,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",104.7467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",106.54036,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2013","2013",107.45605,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2014","2014",107.65278,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2015","2015",101.96694,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",101.48591,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1990","1990",111.00688,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1991","1991",111.28018,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1992","1992",111.41401,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1993","1993",111.30367,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1994","1994",112.15841,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1995","1995",111.67361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1996","1996",101.53875,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1997","1997",100.4783,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1998","1998",98.07917,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","1999","1999",96.73061,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2000","2000",96.33984,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2001","2001",96.2316,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2002","2002",96.06996,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2003","2003",96.8284,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2004","2004",98.0988,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2005","2005",98.86753,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2006","2006",100.13014,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2007","2007",98.76301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2008","2008",99.01636,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2009","2009",98.84006,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2010","2010",99.37583,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2011","2011",99.68028,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2012","2012",104.17049,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2013","2013",107.1605,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2014","2014",108.49125,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2015","2015",107.87681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2016","2016",106.39692,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KGZ","Kyrgyzstan","2017","2017",107.85726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","1994","1994",100.28549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","1995","1995",101.61037,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","1996","1996",100.61042,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","1997","1997",101.41258,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","1998","1998",100.99773,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","1999","1999",95.99262,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2000","2000",97.34219,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2001","2001",101.19545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2002","2002",105.56517,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2003","2003",107.76706,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2004","2004",109.54579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2005","2005",109.77271,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2006","2006",108.76892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2007","2007",108.18949,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2009","2009",104.72581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2010","2010",109.93191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2011","2011",106.54377,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2012","2012",104.9779,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2014","2014",106.16774,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2015","2015",106.59705,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2016","2016",108.33276,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","WSM","Samoa","2017","2017",108.83929,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1990","1990",100.1284,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1991","1991",100.42335,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1992","1992",99.99494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1993","1993",98.86503,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1994","1994",98.65485,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1995","1995",98.54811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1996","1996",98.53917,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1997","1997",84.23457,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1998","1998",100.1519,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","1999","1999",100.84317,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2000","2000",100.7246,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2001","2001",100.77973,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2002","2002",100.07585,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2003","2003",99.95142,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2004","2004",99.2699,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2005","2005",98.36917,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2006","2006",98.27813,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2007","2007",99.0044,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2008","2008",99.13474,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2009","2009",98.99873,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2010","2010",98.93051,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2011","2011",99.30276,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2012","2012",99.68926,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2013","2013",100.28448,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2014","2014",99.87422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2015","2015",100.04357,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2016","2016",100.33622,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NOR","Norway","2017","2017",100.27462,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","1992","1992",69.32806,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","1993","1993",70.46537,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","1994","1994",72.99587,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","1995","1995",75.36336,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","1996","1996",79.45783,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","1997","1997",82.15754,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","1998","1998",84.01149,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","1999","1999",97.44841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2000","2000",96.23771,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2001","2001",96.15581,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2002","2002",93.38375,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2003","2003",93.58439,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2004","2004",92.67627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2005","2005",88.69407,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2006","2006",85.81635,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2007","2007",86.95469,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2008","2008",84.03704,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2009","2009",82.9465,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2010","2010",82.58236,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2011","2011",79.33037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2012","2012",81.63836,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2013","2013",82.9342,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2014","2014",85.87495,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2015","2015",88.51734,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2016","2016",90.22127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2017","2017",93.26612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GMB","Gambia","2018","2018",95.75699,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","1990","1990",102.69534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","1991","1991",101.38747,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","1993","1993",98.06377,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","1999","1999",94.4052,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","2000","2000",95.96072,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","2001","2001",95.89388,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","2002","2002",96.16408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","2003","2003",94.7077,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JAM","Jamaica","2004","2004",96.28588,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","1993","1993",126.09128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","1994","1994",109.54877,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","1995","1995",109.35157,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","1996","1996",109.71299,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","1997","1997",112.4885,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","1998","1998",110.89752,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","1999","1999",110.75043,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2000","2000",111.06204,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2001","2001",112.28966,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2002","2002",112.98994,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2003","2003",112.46899,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2004","2004",111.78907,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2005","2005",111.4933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2006","2006",111.31094,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2007","2007",112.7643,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2008","2008",111.55195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2009","2009",115.96065,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2010","2010",116.71024,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2011","2011",117.61312,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2012","2012",115.40217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2013","2013",113.49232,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2014","2014",113.96438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2015","2015",107.86641,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ECU","Ecuador","2016","2016",104.65759,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2003","2003",107.38581,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2004","2004",108.45341,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2006","2006",109.09091,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2007","2007",106.33737,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2008","2008",103.25048,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2009","2009",106.52174,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2010","2010",102.3374,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2011","2011",105.40827,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2012","2012",105.11425,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2014","2014",102.25564,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2015","2015",104.80349,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LIE","Liechtenstein","2016","2016",103.37691,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","1990","1990",55.42764,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","1991","1991",50.99225,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","2000","2000",62.80639,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","2001","2001",87.14381,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","2011","2011",114.12779,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","2012","2012",114.3227,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","2013","2013",115.11184,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","2015","2015",112.19363,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","2016","2016",114.44903,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLE","Sierra Leone","2017","2017",120.00655,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1990","1990",127.42803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1991","1991",123.57551,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1992","1992",120.30985,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1993","1993",116.69801,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1994","1994",113.3589,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1995","1995",110.55306,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1996","1996",107.35425,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1997","1997",105.25644,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","1998","1998",105.61859,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2001","2001",110.27607,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2002","2002",114.66231,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2003","2003",118.94832,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2006","2006",105.47417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2007","2007",107.89359,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2008","2008",109.65386,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2009","2009",109.36209,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2010","2010",107.45686,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2011","2011",105.9067,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2012","2012",105.23371,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2013","2013",103.87623,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2014","2014",99.20279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2015","2015",99.33323,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2016","2016",100.85381,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHN","China","2017","2017",102.05287,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","1990","1990",73.42777,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","1991","1991",71.21915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","1992","1992",68.9663,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","1993","1993",69.56676,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","1994","1994",72.81411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","1995","1995",77.94856,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","1998","1998",73.97517,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","1999","1999",79.46678,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2000","2000",84.66194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2001","2001",90.28547,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2002","2002",92.20353,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2004","2004",99.46087,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2005","2005",105.68231,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2006","2006",106.91831,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2007","2007",112.59089,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2008","2008",116.18973,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2009","2009",115.34729,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2010","2010",116.0491,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2011","2011",111.45438,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2012","2012",109.99821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2013","2013",110.68233,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2014","2014",109.95121,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2015","2015",110.92493,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2016","2016",110.03487,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MOZ","Mozambique","2017","2017",108.71141,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1990","1990",90.71385,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1991","1991",94.06188,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1992","1992",95.72033,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1993","1993",98.24924,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1994","1994",100.16143,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1995","1995",99.23757,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1996","1996",98.2204,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1997","1997",99.63593,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1998","1998",99.91428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","1999","1999",104.76438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2000","2000",106.04589,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2001","2001",110.01577,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2002","2002",116.58279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2003","2003",117.25755,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2004","2004",119.47243,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2005","2005",120.19101,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2006","2006",123.93496,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2007","2007",123.53334,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2008","2008",123.35453,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIC","Nicaragua","2010","2010",122.72651,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBY","Libya","1999","1999",108.45749,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBY","Libya","2001","2001",102.7351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBY","Libya","2002","2002",103.20531,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBY","Libya","2003","2003",104.85809,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBY","Libya","2004","2004",107.07175,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBY","Libya","2005","2005",102.84627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBY","Libya","2006","2006",111.51129,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","1999","1999",110.24107,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2000","2000",104.07685,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2001","2001",102.64714,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2002","2002",102.39788,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2003","2003",101.04932,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2004","2004",101.50123,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2005","2005",102.48545,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2006","2006",101.86197,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2007","2007",101.12586,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2008","2008",100.70621,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2009","2009",98.17813,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2010","2010",96.13257,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2011","2011",101.47578,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2012","2012",100.5741,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2013","2013",100.8501,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2014","2014",100.91137,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2015","2015",101.45417,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2016","2016",100.66978,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SRB","Serbia","2017","2017",100.26625,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1990","1990",97.72862,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1991","1991",96.89038,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1992","1992",98.12906,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1993","1993",97.47576,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1994","1994",95.84007,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1995","1995",94.92648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1996","1996",95.48453,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1998","1998",93.80803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","1999","1999",94.43043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","2000","2000",95.43953,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","2002","2002",98.33871,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","2003","2003",99.50498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JOR","Jordan","2004","2004",99.50254,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","1990","1990",102.61959,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","1991","1991",102.03506,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","1992","1992",98.50016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","1993","1993",98.39691,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","1996","1996",97.85692,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","1997","1997",76.78344,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","1998","1998",101.94861,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","1999","1999",103.90851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2000","2000",104.62864,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2002","2002",103.90651,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2003","2003",102.512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2004","2004",105.061,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2005","2005",104.26904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2006","2006",103.86994,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2007","2007",103.86746,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2008","2008",103.53241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2009","2009",101.97029,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2010","2010",99.85209,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2011","2011",98.80533,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2012","2012",98.32593,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2013","2013",96.63942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2014","2014",96.60485,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2015","2015",97.22767,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2016","2016",98.38294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHL","Chile","2017","2017",100.0897,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SSD","South Sudan","2011","2011",101.75622,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SSD","South Sudan","2015","2015",77.80334,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1990","1990",100.13227,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1991","1991",101.91586,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1992","1992",102.46144,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1993","1993",103.97141,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1994","1994",106.78305,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1995","1995",110.17161,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1996","1996",112.30353,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1997","1997",114.22504,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1998","1998",115.68672,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1999","1999",117.91562,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2000","2000",117.96145,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2001","2001",117.20487,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2002","2002",117.90818,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2003","2003",116.1762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2004","2004",115.54394,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2005","2005",114.94245,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2006","2006",113.41544,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2007","2007",112.6485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2008","2008",111.52013,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2009","2009",108.03879,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2010","2010",104.70761,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2011","2011",101.45683,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2012","2012",99.96109,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2013","2013",98.64303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2014","2014",97.35941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2015","2015",97.13811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2016","2016",97.70771,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2017","2017",98.63779,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SOM","Somalia","2007","2007",30.29106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","1992","1992",118.60167,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","1993","1993",121.65257,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","1994","1994",124.14539,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","1995","1995",121.19549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","1996","1996",120.74092,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","1997","1997",117.53193,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","1998","1998",126.63907,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","1999","1999",127.87157,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2000","2000",128.27834,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2001","2001",126.49547,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2002","2002",124.41587,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2003","2003",124.0623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2004","2004",122.73634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2005","2005",116.96542,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2006","2006",115.02534,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2007","2007",110.37221,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2008","2008",107.21836,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2009","2009",105.36442,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2015","2015",99.77508,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2016","2016",101.66927,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MDV","Maldives","2017","2017",101.4685,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1990","1990",69.65271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1991","1991",68.17605,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1992","1992",67.59589,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1993","1993",66.32598,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1994","1994",68.4145,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1995","1995",69.04825,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1996","1996",69.57611,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1997","1997",70.57276,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1998","1998",71.50216,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","1999","1999",73.67665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2000","2000",73.15843,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2001","2001",75.39735,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2002","2002",75.88752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2003","2003",71.47456,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2006","2006",68.33579,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2007","2007",68.84347,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2008","2008",72.77775,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2009","2009",72.14334,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2011","2011",80.64115,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2012","2012",83.95464,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2013","2013",85.32835,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2014","2014",88.12073,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2015","2015",91.80232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2016","2016",96.71212,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CIV","Côte d'Ivoire","2017","2017",98.81225,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","1990","1990",126.40694,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","1991","1991",124.67919,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","1994","1994",124.63083,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","1998","1998",125.12339,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","1999","1999",124.76985,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2000","2000",122.02518,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2001","2001",120.48836,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2002","2002",120.05917,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2003","2003",118.84421,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2004","2004",116.27777,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2005","2005",114.72454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2006","2006",114.14086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2007","2007",112.57119,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2008","2008",110.66129,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2009","2009",108.54602,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2010","2010",106.13374,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2011","2011",104.54308,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2012","2012",104.09216,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2013","2013",104.37517,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2014","2014",103.86612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2015","2015",101.6311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2016","2016",99.94333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CPV","Cabo Verde","2017","2017",99.16265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1990","1990",94.92056,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1991","1991",94.50182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1992","1992",92.41143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1993","1993",90.12495,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1994","1994",89.62365,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1995","1995",90.51376,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1996","1996",90.27906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1997","1997",90.03853,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1998","1998",92.06586,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","1999","1999",93.42874,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2000","2000",94.36222,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2001","2001",93.37801,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2002","2002",95.07303,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2003","2003",96.05084,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2004","2004",97.4032,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2005","2005",96.35194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2006","2006",95.86472,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2007","2007",94.96975,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2010","2010",96.42402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2011","2011",96.28299,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2012","2012",96.72467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2013","2013",96.09026,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2014","2014",94.50088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2015","2015",95.47714,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRC","Greece","2016","2016",94.36367,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1990","1990",105.12268,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1991","1991",104.97675,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1992","1992",104.39201,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1993","1993",103.2309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1994","1994",102.70978,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1995","1995",101.88997,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1996","1996",101.24968,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1997","1997",100.47012,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1998","1998",101.23191,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","1999","1999",101.27117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2000","2000",99.93465,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2001","2001",98.94286,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2002","2002",98.78709,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2003","2003",99.98343,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2004","2004",100.42985,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2005","2005",101.41905,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2006","2006",102.01442,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2007","2007",103.12765,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2008","2008",102.93576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2009","2009",101.97134,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2010","2010",101.67117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2011","2011",101.22956,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2012","2012",99.37666,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2013","2013",96.69863,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2014","2014",96.78072,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2015","2015",97.36917,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KOR","Republic of Korea","2016","2016",96.89702,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1990","1990",118.21709,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1991","1991",115.85926,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1992","1992",118.98169,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1993","1993",116.60136,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1994","1994",117.25306,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1995","1995",117.30158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1996","1996",117.17211,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1998","1998",118.89947,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","1999","1999",118.67461,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2000","2000",119.63737,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2001","2001",121.16092,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2002","2002",115.97373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2003","2003",115.6258,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2004","2004",114.80316,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2005","2005",114.55252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2006","2006",114.40142,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2007","2007",113.16452,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2008","2008",111.83799,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2009","2009",110.67289,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2010","2010",109.36781,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2011","2011",108.63464,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2012","2012",107.49968,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2013","2013",107.01965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2014","2014",105.25868,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2015","2015",104.38425,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRT","Portugal","2016","2016",103.32636,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1990","1990",93.19965,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1991","1991",96.33196,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1992","1992",100.70513,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1993","1993",102.66831,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1994","1994",105.53032,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1995","1995",104.58227,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1996","1996",104.23405,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1997","1997",101.78461,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1998","1998",103.08726,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","1999","1999",103.03139,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2000","2000",103.33349,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2001","2001",103.41305,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2002","2002",101.55022,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2003","2003",99.02579,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2004","2004",98.59442,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2005","2005",99.21254,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2006","2006",99.99366,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2007","2007",103.18458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2008","2008",105.73849,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2009","2009",105.97945,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2010","2010",103.80931,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2011","2011",100.75891,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2012","2012",99.34803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2013","2013",98.70732,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2014","2014",98.63239,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2015","2015",99.49798,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CZE","Czechia","2016","2016",100.22582,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","1990","1990",114.04339,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","1992","1992",106.38435,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","1999","1999",101.36208,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2000","2000",99.68349,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2001","2001",98.70604,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2002","2002",96.31953,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2003","2003",95.6787,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2004","2004",94.00723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2005","2005",95.95128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2006","2006",97.26125,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2007","2007",100.03597,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2008","2008",101.32984,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2009","2009",100.93263,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2010","2010",100.55074,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2011","2011",98.44466,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2014","2014",94.16689,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2015","2015",93.22297,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2016","2016",93.22874,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRB","Barbados","2017","2017",90.92085,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","1991","1991",97.99778,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","1992","1992",94.64538,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","1993","1993",92.71324,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","1995","1995",95.56217,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","1996","1996",97.1717,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","1997","1997",101.00862,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","1999","1999",104.89999,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2000","2000",103.75959,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2001","2001",99.44991,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2003","2003",95.33104,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2005","2005",99.8893,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2007","2007",98.72673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2008","2008",99.74807,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2009","2009",96.17244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2010","2010",96.68518,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2011","2011",97.73757,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUY","Guyana","2012","2012",95.09031,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","1991","1991",100.80649,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","1992","1992",103.5501,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","1993","1993",104.71968,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","1995","1995",104.81549,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","1996","1996",113.0585,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","1997","1997",80.30001,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","1998","1998",114.42951,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","1999","1999",115.3668,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2000","2000",115.1615,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2001","2001",115.31412,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2002","2002",116.7631,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2003","2003",117.96875,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2004","2004",120.54034,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2005","2005",120.6629,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2006","2006",120.20669,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2007","2007",123.91943,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2008","2008",118.41764,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2009","2009",117.2758,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2010","2010",118.09434,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2011","2011",117.388,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2012","2012",115.63864,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2013","2013",112.77407,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2014","2014",109.01251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2015","2015",105.24158,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2016","2016",102.16091,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SLV","El Salvador","2017","2017",98.14775,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","1999","1999",90.54083,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2001","2001",93.84602,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2002","2002",94.3242,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2003","2003",96.46786,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2004","2004",99.3942,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2005","2005",100.55479,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2008","2008",98.24909,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2010","2010",99.46918,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2011","2011",103.96382,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2012","2012",102.73192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2013","2013",105.35946,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","YEM","Yemen","2016","2016",98.57012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","1995","1995",91.40983,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","1996","1996",93.00136,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","1997","1997",95.23275,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","1999","1999",96.47298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2000","2000",96.42886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2001","2001",95.48373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2002","2002",93.53525,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2003","2003",91.7726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2004","2004",88.51581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2005","2005",87.88889,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2006","2006",87.30293,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2007","2007",87.23725,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2008","2008",88.26062,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2009","2009",89.2913,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2010","2010",90.10145,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2011","2011",92.02445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2012","2012",93.81057,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2013","2013",94.86621,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2014","2014",94.86627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2015","2015",94.38817,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2016","2016",93.98795,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PSE","Palestine","2017","2017",95.10824,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1990","1990",109.58675,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1992","1992",110.3974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1993","1993",110.54258,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1994","1994",110.88335,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1995","1995",110.85675,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1996","1996",102.74252,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1997","1997",102.56142,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1998","1998",100.63387,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","1999","1999",97.129,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2000","2000",96.97784,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2001","2001",97.17609,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2002","2002",96.92251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2003","2003",97.34001,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2004","2004",98.42007,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2005","2005",99.64092,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2006","2006",100.87055,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2007","2007",99.30608,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2008","2008",99.40906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2009","2009",98.974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2010","2010",99.7752,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2011","2011",100.11695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2012","2012",104.81554,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2013","2013",107.76151,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2014","2014",108.9926,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2015","2015",108.26002,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2016","2016",106.93617,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KGZ","Kyrgyzstan","2017","2017",108.25696,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1990","1990",99.20912,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1991","1991",98.86463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1992","1992",98.50809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1993","1993",99.6887,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1994","1994",99.20685,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1995","1995",97.63238,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1996","1996",97.70031,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1997","1997",99.28707,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1998","1998",100.10545,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","1999","1999",99.10102,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2000","2000",98.57536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2001","2001",98.14571,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2002","2002",97.08197,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2003","2003",96.01967,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2004","2004",95.19011,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2005","2005",94.5408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2006","2006",94.57998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2007","2007",94.71444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2008","2008",94.85401,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2009","2009",95.59743,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2010","2010",96.59071,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2011","2011",97.49824,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2012","2012",99.71701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2013","2013",99.77679,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2014","2014",99.33656,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2015","2015",104.97503,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","POL","Poland","2016","2016",110.10469,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1990","1990",92.27392,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1991","1991",90.06529,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1992","1992",87.67571,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1994","1994",80.15972,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1995","1995",78.19355,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1996","1996",70.14724,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1997","1997",74.09742,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1998","1998",74.35482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","1999","1999",76.33161,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2000","2000",80.14718,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2001","2001",95.80929,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2002","2002",95.42623,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2003","2003",95.11577,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2004","2004",99.60081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2005","2005",96.62923,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2006","2006",95.60649,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2007","2007",98.7921,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2008","2008",98.89409,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2009","2009",101.13803,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2010","2010",102.83958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2011","2011",102.40792,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2012","2012",107.08225,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2014","2014",109.53009,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2015","2015",112.83656,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2016","2016",112.88868,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CMR","Cameroon","2017","2017",107.21328,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1990","1990",94.39281,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1991","1991",95.3595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1992","1992",96.51668,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1993","1993",97.12361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1994","1994",97.22313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1995","1995",97.44548,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1996","1996",97.7757,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1998","1998",96.09936,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","1999","1999",95.81674,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2000","2000",98.63761,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2001","2001",98.03108,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2002","2002",96.53681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2003","2003",97.30514,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2004","2004",99.68005,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2005","2005",100.01318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2006","2006",98.86633,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2007","2007",98.28408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2008","2008",98.44859,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2009","2009",99.18632,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2010","2010",100.24497,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2011","2011",101.78267,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2012","2012",103.52835,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2013","2013",105.32047,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2014","2014",104.58289,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2015","2015",103.29123,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2016","2016",103.48467,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MYS","Malaysia","2017","2017",103.0962,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1990","1990",72.61144,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1991","1991",77.18356,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1992","1992",76.62501,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1994","1994",74.00468,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1995","1995",84.06016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1996","1996",89.77989,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1997","1997",93.04137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1998","1998",95.80859,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","1999","1999",103.25293,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2000","2000",99.29833,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2001","2001",102.47671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2002","2002",105.6945,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2003","2003",104.3908,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2004","2004",104.3231,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2005","2005",104.14212,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2006","2006",108.2107,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2007","2007",102.80728,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2008","2008",103.9996,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2009","2009",115.22608,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2010","2010",120.64973,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2011","2011",118.47382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2012","2012",121.57375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2013","2013",122.42473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2014","2014",119.35998,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2015","2015",116.51158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2016","2016",120.84023,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TGO","Togo","2017","2017",120.14298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","1990","1990",102.76551,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","1991","1991",104.77192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","1994","1994",110.46218,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","1995","1995",113.36835,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","1997","1997",111.19272,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","1998","1998",109.79965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","1999","1999",108.87353,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2000","2000",101.41488,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2001","2001",101.72885,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2002","2002",102.70693,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2003","2003",102.76803,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2004","2004",102.33095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2005","2005",100.71314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2006","2006",99.84373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2007","2007",100.79948,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2008","2008",99.56105,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2009","2009",97.76676,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2010","2010",95.84869,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2011","2011",94.51373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2012","2012",94.66103,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2013","2013",94.93309,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2014","2014",96.30917,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2015","2015",98.99062,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZAF","South Africa","2016","2016",100.32338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1990","1990",99.84795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1991","1991",101.55615,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1992","1992",103.20103,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1993","1993",103.08786,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1994","1994",103.1661,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1995","1995",102.76977,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1996","1996",103.51127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1997","1997",104.3883,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1998","1998",105.26185,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","1999","1999",106.96499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2000","2000",109.386,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2001","2001",108.25574,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2002","2002",109.20449,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2003","2003",110.15127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2004","2004",111.06869,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2005","2005",111.814,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2006","2006",112.26939,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2007","2007",113.21659,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2008","2008",112.70944,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2009","2009",115.92634,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2010","2010",118.90321,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2011","2011",120.1272,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2012","2012",121.26766,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2013","2013",122.50744,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2014","2014",121.30076,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2015","2015",118.53593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2016","2016",116.56444,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DZA","Algeria","2017","2017",114.49658,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1990","1990",116.16455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1991","1991",113.56679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1992","1992",111.35328,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1993","1993",111.64737,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1994","1994",112.6471,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1995","1995",112.42934,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1996","1996",111.9484,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1997","1997",111.91382,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1998","1998",113.93294,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","1999","1999",112.98506,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2000","2000",110.30042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2001","2001",111.01987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2002","2002",111.06774,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2003","2003",110.41802,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2004","2004",109.6073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2005","2005",109.48615,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2006","2006",107.71965,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2007","2007",111.14942,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2008","2008",108.91819,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2009","2009",110.12669,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2010","2010",108.00418,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2011","2011",107.77322,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2012","2012",109.23123,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2013","2013",106.17071,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2014","2014",106.01357,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2015","2015",105.75131,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2016","2016",105.39567,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IDN","Indonesia","2017","2017",105.61236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","1994","1994",99.34098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","1995","1995",100.11043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","1996","1996",99.35263,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","1997","1997",99.60983,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","1998","1998",98.51009,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","1999","1999",96.04856,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2000","2000",96.5781,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2001","2001",100.27125,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2002","2002",104.93933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2003","2003",107.44456,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2004","2004",108.97682,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2005","2005",109.37092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2006","2006",108.60946,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2007","2007",107.95938,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2009","2009",106.41435,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2010","2010",110.73209,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2011","2011",106.49832,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2012","2012",105.10222,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2014","2014",106.02638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2015","2015",106.56764,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2016","2016",107.64739,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","WSM","Samoa","2017","2017",108.68131,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1990","1990",106.99645,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",105.7742,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",104.18497,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",100.6753,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",100.64288,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",100.33294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2001","2001",100.22297,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.81726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.99557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",105.86726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",106.22615,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",105.2362,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",103.41159,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",104.90393,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",104.20816,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",104.45593,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",104.61384,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",106.51136,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2013","2013",107.22195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2014","2014",107.45849,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2015","2015",101.84881,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",101.33816,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1990","1990",104.0847,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1991","1991",104.63692,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1992","1992",103.81051,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1993","1993",102.76963,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1994","1994",102.01526,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1995","1995",101.86883,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1996","1996",102.89396,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1998","1998",99.29485,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","1999","1999",99.63602,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2000","2000",100.17653,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2004","2004",98.48093,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2005","2005",97.38725,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2006","2006",98.90513,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2007","2007",98.94834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2008","2008",97.92938,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2009","2009",98.83979,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2010","2010",98.37037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2011","2011",97.90304,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2012","2012",99.12841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2013","2013",99.98627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2014","2014",101.19503,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2015","2015",102.40966,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAN","Canada","2016","2016",101.39755,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1990","1990",133.93557,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1991","1991",129.12783,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1992","1992",125.02192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1993","1993",120.97339,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1994","1994",116.95998,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1995","1995",113.45834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1996","1996",109.5965,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1997","1997",106.94148,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","1998","1998",106.88613,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2001","2001",110.63114,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2002","2002",115.08006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2003","2003",119.22532,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2006","2006",105.78997,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2007","2007",108.4159,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2008","2008",110.37047,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2009","2009",110.12122,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2010","2010",108.2373,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2011","2011",106.56599,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2012","2012",105.70104,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2013","2013",103.92893,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2014","2014",99.1224,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2015","2015",99.18117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2016","2016",100.57664,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHN","China","2017","2017",101.55441,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1990","1990",54.11685,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1991","1991",51.81479,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1992","1992",53.1439,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1993","1993",55.81698,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1994","1994",59.05139,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1995","1995",62.33813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1996","1996",65.32662,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1997","1997",67.86143,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1998","1998",71.73681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","1999","1999",78.37354,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2000","2000",84.80638,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2001","2001",90.59081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2002","2002",96.42624,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2003","2003",99.59177,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2004","2004",100.22215,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2005","2005",100.53912,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2006","2006",100.42101,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2007","2007",102.56536,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2008","2008",102.69483,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2009","2009",103.23417,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2010","2010",106.1506,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2011","2011",107.51866,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2012","2012",107.73971,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2013","2013",107.43402,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2014","2014",107.05011,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2015","2015",106.24553,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2016","2016",107.34247,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAR","Morocco","2017","2017",109.35658,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1990","1990",122.42977,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1991","1991",122.41335,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1992","1992",121.70202,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1993","1993",120.46143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1994","1994",121.38642,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1995","1995",120.31002,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1996","1996",118.41915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1997","1997",116.49071,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1998","1998",117.11037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","1999","1999",118.04229,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2000","2000",118.17106,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2001","2001",117.90692,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2002","2002",117.16377,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2003","2003",116.21648,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2004","2004",115.08295,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2005","2005",114.04536,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2006","2006",112.05753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2007","2007",108.20939,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2008","2008",107.01171,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2009","2009",107.25691,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2010","2010",108.99579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2011","2011",109.41014,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2012","2012",111.22025,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2013","2013",113.01819,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2014","2014",114.77335,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2015","2015",115.95063,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUN","Tunisia","2016","2016",116.16717,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","1990","1990",115.5735,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","1991","1991",106.77026,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","1992","1992",105.2003,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","1993","1993",105.75121,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","1999","1999",104.89751,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2000","2000",106.06577,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2001","2001",104.27199,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2002","2002",105.52811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2003","2003",104.31099,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2004","2004",104.16851,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2005","2005",102.80446,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2006","2006",100.18018,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2007","2007",102.34124,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2008","2008",101.52936,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2009","2009",98.20461,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2010","2010",96.60622,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2011","2011",96.71442,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2012","2012",97.46544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2013","2013",98.60497,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2014","2014",101.26992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2015","2015",104.14265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2016","2016",106.49652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MAC","China, Macao Special Administrative Region","2017","2017",106.19031,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1990","1990",46.4639,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1991","1991",48.85166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1992","1992",53.63161,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1993","1993",60.68082,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1994","1994",66.80564,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1995","1995",70.58091,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1996","1996",74.08803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1997","1997",77.87106,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1998","1998",80.11408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","1999","1999",81.86582,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2000","2000",82.1009,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2001","2001",81.34752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2002","2002",82.65498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2003","2003",84.62542,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2004","2004",90.88114,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2005","2005",90.64485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2006","2006",93.0455,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2007","2007",94.24673,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2008","2008",90.0325,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2009","2009",95.1487,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2010","2010",96.21675,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2011","2011",94.79791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2012","2012",95.531,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2013","2013",95.73208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2014","2014",97.14638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2015","2015",101.21148,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2016","2016",93.86471,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MRT","Mauritania","2017","2017",95.37893,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1990","1990",99.85558,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1991","1991",101.27458,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1992","1992",102.5212,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1993","1993",102.07779,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1994","1994",102.27894,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1995","1995",101.7731,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1996","1996",101.31121,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1997","1997",100.8208,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1998","1998",100.76652,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","1999","1999",101.46594,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2000","2000",103.04866,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2001","2001",105.81176,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2002","2002",108.2213,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2003","2003",118.57935,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2004","2004",118.3691,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2005","2005",118.37605,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2006","2006",116.13343,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2007","2007",114.81663,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2008","2008",114.65497,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2009","2009",114.42895,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2010","2010",116.53505,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2011","2011",122.00322,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2012","2012",122.93727,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SYR","Syrian Arab Republic","2013","2013",74.66768,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","1990","1990",102.54417,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","1999","1999",106.16725,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2000","2000",107.40488,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2001","2001",108.66275,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2002","2002",110.71042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2003","2003",109.40919,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2004","2004",110.34898,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2005","2005",109.07275,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2006","2006",109.19897,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2007","2007",110.30088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2008","2008",109.30162,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2009","2009",107.59297,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2010","2010",107.03088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2011","2011",106.06246,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2012","2012",104.78426,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2013","2013",103.53222,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2014","2014",100.25115,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2015","2015",97.2522,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAN","Panama","2016","2016",93.89792,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGD","Bangladesh","1990","1990",80.89054,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGD","Bangladesh","2005","2005",98.47081,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGD","Bangladesh","2006","2006",99.18193,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGD","Bangladesh","2007","2007",98.35791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGD","Bangladesh","2008","2008",96.2743,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGD","Bangladesh","2009","2009",99.45609,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGD","Bangladesh","2010","2010",102.3042,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGD","Bangladesh","2017","2017",111.09468,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","1992","1992",32.61786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","1993","1993",31.59696,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","1994","1994",35.58309,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","1995","1995",38.96704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","1996","1996",40.72256,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","1997","1997",44.10909,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","1998","1998",46.47488,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","2000","2000",58.89092,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GNB","Guinea-Bissau","2010","2010",114.05186,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1990","1990",105.33468,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1991","1991",105.23936,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1992","1992",104.8275,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1993","1993",103.85406,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1994","1994",103.67696,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1995","1995",103.29865,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1996","1996",102.89029,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1997","1997",101.82321,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1998","1998",102.74198,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","1999","1999",102.53472,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2000","2000",100.59254,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2001","2001",99.21161,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2002","2002",98.89647,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2003","2003",99.88745,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2004","2004",100.229,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2005","2005",101.07377,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2006","2006",101.68965,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2007","2007",102.85233,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2008","2008",102.8053,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2009","2009",101.94084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2010","2010",101.6999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2011","2011",101.44419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2012","2012",99.66914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2013","2013",97.02128,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2014","2014",97.04419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2015","2015",97.58806,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KOR","Republic of Korea","2016","2016",96.99229,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","1998","1998",84.33063,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2000","2000",99.18851,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2001","2001",103.05732,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2002","2002",97.2067,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2003","2003",87.85942,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2004","2004",101.12434,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2005","2005",125.2246,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2006","2006",104.34457,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2007","2007",92.09545,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2008","2008",92.95775,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2012","2012",95.4612,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2014","2014",105.76408,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NRU","Nauru","2016","2016",107.04559,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1990","1990",97.08295,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1991","1991",95.93141,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1992","1992",96.34624,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1993","1993",89.05452,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1994","1994",84.6051,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1995","1995",83.39793,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1996","1996",88.19418,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1997","1997",93.09152,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1998","1998",95.29986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","1999","1999",95.7119,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2000","2000",100.62963,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2001","2001",102.16882,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2002","2002",102.55767,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2003","2003",103.39074,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2004","2004",103.99326,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2005","2005",103.54715,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2006","2006",103.06588,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2007","2007",102.42454,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2008","2008",101.7143,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2009","2009",101.35063,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2010","2010",101.9425,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2011","2011",101.51373,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2012","2012",100.53698,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2013","2013",100.05775,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2014","2014",99.73369,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2015","2015",99.43079,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2016","2016",99.23827,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LVA","Latvia","2017","2017",99.46599,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","1990","1990",144.71274,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","1991","1991",154.26279,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","1992","1992",160.81101,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","1996","1996",145.45578,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","1998","1998",140.90564,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","1999","1999",104.06719,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2002","2002",125.19771,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2003","2003",127.66335,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2004","2004",128.03754,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2005","2005",128.97751,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2007","2007",119.98794,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2008","2008",121.53351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2009","2009",120.38072,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2010","2010",118.26087,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2011","2011",119.69355,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2012","2012",111.81244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2013","2013",111.31495,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2014","2014",109.13456,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2015","2015",110.85271,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2016","2016",112.15489,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","STP","Sao Tome and Principe","2017","2017",112.36822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1993","1993",95.25904,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1994","1994",95.77017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1995","1995",96.97205,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1996","1996",98.95238,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1997","1997",99.06257,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",98.92128,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",98.32824,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",96.82023,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",95.57156,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",94.87806,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",93.17681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",93.05391,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",93.55592,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",92.65842,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",92.17974,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",87.66149,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",87.47152,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",87.38452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",87.135,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",90.9561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",91.40527,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",93.8876,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1990","1990",34.77473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1991","1991",37.13264,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1992","1992",36.28121,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1993","1993",39.94597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1994","1994",41.95889,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1995","1995",45.8528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1996","1996",47.05053,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1997","1997",50.54179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1998","1998",51.01654,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","1999","1999",53.65725,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2000","2000",57.18067,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2001","2001",60.60593,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2002","2002",69.40854,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2003","2003",73.14367,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2004","2004",76.57406,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2005","2005",78.95316,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2006","2006",80.84532,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2007","2007",83.05671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2008","2008",84.21619,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2009","2009",83.92517,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2010","2010",85.90376,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2011","2011",88.99886,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2012","2012",90.72298,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2013","2013",92.47057,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2014","2014",93.9271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GIN","Guinea","2016","2016",92.41048,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","1990","1990",73.0663,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","1991","1991",75.08765,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","1992","1992",80.52833,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","1997","1997",101.0035,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","1998","1998",105.77436,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","1999","1999",101.77412,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2000","2000",108.57237,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2001","2001",109.31442,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2002","2002",115.52244,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2003","2003",125.27753,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2004","2004",134.8709,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2005","2005",137.65476,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2006","2006",144.4264,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2007","2007",148.12419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2008","2008",145.93171,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2009","2009",146.524,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2010","2010",145.11064,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2011","2011",144.36449,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2012","2012",144.00295,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2013","2013",140.52756,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2014","2014",136.44293,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2015","2015",135.50138,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2016","2016",137.02117,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","RWA","Rwanda","2017","2017",133.42504,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1990","1990",123.52017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1991","1991",121.84404,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1992","1992",131.18235,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1993","1993",126.89669,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1994","1994",109.95662,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1995","1995",109.73559,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1996","1996",110.13407,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1997","1997",112.92834,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1998","1998",111.08152,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","1999","1999",110.79861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2000","2000",111.32594,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2001","2001",112.28046,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2002","2002",113.05239,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2003","2003",112.55546,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2004","2004",111.9529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2005","2005",111.72881,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2006","2006",111.63368,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2007","2007",112.93619,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2008","2008",110.77664,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2009","2009",115.83183,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2010","2010",116.79988,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2011","2011",117.54608,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2012","2012",115.07451,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2013","2013",113.30777,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2014","2014",113.81709,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2015","2015",107.62282,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ECU","Ecuador","2016","2016",104.17609,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SOM","Somalia","2007","2007",23.54786,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1990","1990",94.08327,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1991","1991",94.16108,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1992","1992",94.79155,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1993","1993",94.79923,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1994","1994",95.11578,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1995","1995",96.78361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1996","1996",94.82142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1997","1997",94.3179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1998","1998",94.19097,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","1999","1999",95.43522,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2000","2000",96.11905,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2001","2001",95.73345,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2002","2002",95.08684,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2003","2003",95.56566,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2004","2004",100.76606,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2005","2005",102.70438,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2006","2006",107.28228,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2007","2007",109.13852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2009","2009",108.6671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2010","2010",113.06041,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2011","2011",112.0862,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2012","2012",111.20339,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2013","2013",109.8746,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2014","2014",109.07487,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2015","2015",107.86595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWZ","Eswatini","2016","2016",105.0054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","1991","1991",100.95244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","1992","1992",101.4557,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","1993","1993",100.85534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","1998","1998",94.5224,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","1999","1999",98.76754,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2000","2000",99.00586,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2001","2001",98.18218,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2002","2002",99.84721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2004","2004",102.41854,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2005","2005",103.30982,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2006","2006",102.56486,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2007","2007",102.10267,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2008","2008",101.45019,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2009","2009",99.60731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2010","2010",97.35815,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2011","2011",97.28263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2012","2012",97.60499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2013","2013",97.44104,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2014","2014",101.30602,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2015","2015",103.49479,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2016","2016",100.53737,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","THA","Thailand","2017","2017",99.65871,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","1990","1990",71.16703,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","1991","1991",65.53629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","1992","1992",63.16377,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","1998","1998",71.06162,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","2007","2007",98.38603,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","2008","2008",104.51029,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","2009","2009",103.42793,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","2010","2010",105.05459,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","2011","2011",118.65179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AGO","Angola","2015","2015",113.31846,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1991","1991",97.66292,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1992","1992",95.92423,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1993","1993",86.83277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1994","1994",82.47484,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1995","1995",82.4628,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1996","1996",83.31813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1997","1997",84.68479,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1998","1998",89.25645,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","1999","1999",92.4503,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2000","2000",94.88472,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2001","2001",93.64438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2002","2002",90.22825,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2003","2003",88.12508,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2004","2004",88.98518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2005","2005",88.62684,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2006","2006",93.87009,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2007","2007",96.95872,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2008","2008",100.1375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2009","2009",101.38932,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2010","2010",102.16585,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2011","2011",103.18127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2012","2012",104.9951,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2013","2013",105.9206,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2014","2014",104.73279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2015","2015",104.52573,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2016","2016",102.82618,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GEO","Georgia","2017","2017",103.33593,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1990","1990",94.67987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1991","1991",93.58479,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1992","1992",93.58857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1993","1993",94.47295,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1994","1994",95.57052,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1995","1995",97.59459,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1996","1996",101.10771,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1997","1997",102.31142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1998","1998",103.17919,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","1999","1999",103.33554,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2000","2000",103.45539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2001","2001",104.4811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2002","2002",103.39203,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2003","2003",104.62101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2004","2004",105.09731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2005","2005",103.30338,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2006","2006",103.34119,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2007","2007",106.80504,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2008","2008",108.8907,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2009","2009",109.78166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2010","2010",108.53334,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2011","2011",103.96524,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2012","2012",100.93104,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2013","2013",99.13091,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2014","2014",98.5419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2015","2015",97.07002,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BGR","Bulgaria","2016","2016",94.84792,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","1990","1990",97.20357,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","1991","1991",96.58963,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","1992","1992",99.01987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","1993","1993",111.05428,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","1994","1994",110.09068,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","1997","1997",111.82459,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","1998","1998",119.82148,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","1999","1999",117.98282,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2000","2000",120.28863,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2001","2001",120.91343,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2002","2002",121.6914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2003","2003",125.15649,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2004","2004",121.22721,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2005","2005",117.70276,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2006","2006",111.66687,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2007","2007",112.45688,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2008","2008",113.82052,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2009","2009",113.56831,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2010","2010",122.49356,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2013","2013",123.74244,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VUT","Vanuatu","2015","2015",119.70862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1990","1990",118.43827,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1991","1991",121.86262,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1992","1992",126.12592,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1993","1993",127.85559,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1994","1994",123.17447,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1995","1995",101.04316,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1996","1996",100.71992,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1997","1997",98.52335,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1998","1998",96.25773,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","1999","1999",94.94512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2000","2000",95.94597,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2001","2001",98.38236,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2002","2002",100.08814,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2003","2003",101.35257,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2004","2004",102.2073,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2005","2005",101.39991,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2006","2006",100.51439,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2007","2007",101.82702,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2008","2008",106.24747,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2009","2009",107.66134,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2010","2010",108.33281,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2011","2011",109.23933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2012","2012",109.71228,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2013","2013",111.03397,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2014","2014",111.57395,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2015","2015",110.80616,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2016","2016",109.15846,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2017","2017",108.82137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KAZ","Kazakhstan","2018","2018",105.78126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FSM","Micronesia (Federated States of)","2004","2004",114.19482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FSM","Micronesia (Federated States of)","2005","2005",112.7443,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FSM","Micronesia (Federated States of)","2007","2007",110.96228,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FSM","Micronesia (Federated States of)","2014","2014",98.0387,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FSM","Micronesia (Federated States of)","2015","2015",95.39306,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1990","1990",81.73791,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1991","1991",83.42549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1992","1992",77.10547,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1993","1993",77.9858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1994","1994",85.38305,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1995","1995",80.21964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1996","1996",80.67485,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1997","1997",86.51241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","1999","1999",87.31993,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2000","2000",87.67719,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2001","2001",88.99087,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2002","2002",90.78919,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2003","2003",92.66158,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2004","2004",94.68059,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2005","2005",94.21068,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2006","2006",96.91146,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2007","2007",99.27274,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2009","2009",102.23768,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2010","2010",102.01667,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2011","2011",96.48165,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2012","2012",102.29571,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2013","2013",102.06131,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2014","2014",100.97278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2016","2016",103.66602,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EGY","Egypt","2017","2017",105.1149,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1990","1990",114.3981,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1991","1991",112.68206,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1992","1992",110.95757,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1993","1993",110.31271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1994","1994",111.02797,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1995","1995",110.53848,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1996","1996",110.01358,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1997","1997",109.95016,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1998","1998",110.77673,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","1999","1999",111.38115,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2000","2000",108.77768,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2001","2001",109.76561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2002","2002",109.88521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2003","2003",109.45362,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2004","2004",108.83626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2005","2005",107.83769,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2006","2006",106.13361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2007","2007",109.24263,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2008","2008",108.08283,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2009","2009",109.18805,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2010","2010",110.04597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2011","2011",109.99629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2012","2012",109.32771,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2013","2013",106.1295,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2014","2014",104.73789,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2015","2015",104.13334,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2016","2016",103.45504,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IDN","Indonesia","2017","2017",103.45248,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1990","1990",98.13337,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1991","1991",97.87749,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1992","1992",95.67528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1993","1993",101.58961,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1994","1994",104.85262,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1995","1995",105.68107,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1996","1996",109.07768,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1997","1997",109.71744,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1998","1998",111.15687,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1999","1999",108.81553,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2000","2000",106.6709,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2001","2001",104.32644,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2002","2002",105.87934,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2003","2003",108.11445,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2004","2004",109.84186,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2005","2005",112.18165,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2006","2006",114.41427,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2007","2007",116.25224,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2008","2008",119.05411,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2009","2009",121.52492,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2010","2010",123.72537,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2011","2011",122.5878,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2012","2012",121.2911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2013","2013",120.60036,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2014","2014",118.86858,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2015","2015",114.82233,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2016","2016",110.48739,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2017","2017",106.99704,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","1990","1990",86.4405,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","1991","1991",85.59279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","1992","1992",89.64558,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","1993","1993",93.75566,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","1994","1994",93.54425,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","1995","1995",89.24259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","1996","1996",78.61452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","1999","1999",94.06141,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2000","2000",98.63764,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2001","2001",96.32683,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2002","2002",97.95753,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2003","2003",99.42031,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2004","2004",100.63107,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2005","2005",101.31967,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2006","2006",102.06269,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2007","2007",93.269,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2008","2008",84.10061,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2009","2009",85.34695,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2010","2010",85.07382,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2011","2011",90.62055,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2012","2012",92.03793,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2013","2013",94.06531,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2014","2014",90.05742,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NGA","Nigeria","2016","2016",84.70451,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SMR","San Marino","2009","2009",93.601,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SMR","San Marino","2010","2010",100.63371,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SMR","San Marino","2011","2011",91.33663,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SMR","San Marino","2012","2012",92.64516,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1991","1991",108.56445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1992","1992",109.55318,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1993","1993",107.40681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1996","1996",98.00864,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1997","1997",98.42,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",96.72696,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",98.42194,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",101.26193,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",103.65561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",101.87786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",101.84249,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",101.64612,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",101.34764,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",102.97964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",100.27832,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",100.53163,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",99.86906,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",99.7719,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",100.09516,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",100.83717,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",99.3467,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",98.19383,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",95.19522,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",92.08438,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","1990","1990",106.09016,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","1991","1991",106.03109,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","1993","1993",104.67867,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","1994","1994",103.38124,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","1995","1995",104.40633,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","1996","1996",103.96184,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","1998","1998",101.14693,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","1999","1999",100.40953,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2000","2000",101.49544,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2001","2001",101.40834,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2002","2002",99.43386,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2003","2003",101.00033,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2004","2004",101.49524,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2005","2005",102.49923,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2006","2006",101.82507,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2007","2007",103.2447,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2008","2008",103.1509,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2009","2009",102.02577,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2010","2010",100.82667,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2011","2011",99.1939,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2012","2012",99.90838,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2013","2013",99.85975,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2014","2014",99.83744,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2015","2015",100.31204,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","USA","United States of America","2016","2016",101.44578,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","1990","1990",101.99549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","1991","1991",101.49108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","1992","1992",99.94535,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","1993","1993",102.30022,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","1994","1994",101.54458,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","1995","1995",101.47028,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","1996","1996",101.72046,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","1999","1999",103.40448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2000","2000",104.53788,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2001","2001",103.74379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2002","2002",102.80492,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2003","2003",101.90845,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2004","2004",100.6175,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2005","2005",100.23297,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2006","2006",100.43634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2007","2007",101.37424,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2008","2008",102.03512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2009","2009",101.95579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2010","2010",101.80219,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2011","2011",101.84109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2012","2012",102.04272,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2013","2013",103.89441,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2014","2014",103.63263,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2015","2015",103.06363,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEL","Belgium","2016","2016",103.25745,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1990","1990",108.60031,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1991","1991",110.76818,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1992","1992",107.26292,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1993","1993",106.6606,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1994","1994",105.86518,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1995","1995",107.1495,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1996","1996",107.93748,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1997","1997",108.65499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1998","1998",108.40958,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","1999","1999",108.30104,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2000","2000",104.17038,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2001","2001",98.85122,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2002","2002",99.58098,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2003","2003",98.32428,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2004","2004",96.69842,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2005","2005",94.12983,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2006","2006",96.072,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2011","2011",94.0568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2012","2012",94.87617,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2013","2013",96.74888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2014","2014",98.94474,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2015","2015",100.5623,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2016","2016",100.07568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHR","Bahrain","2017","2017",100.84323,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1990","1990",123.08344,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1991","1991",121.29528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1992","1992",118.49037,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1993","1993",120.79451,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1994","1994",117.0245,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1995","1995",117.6914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1996","1996",110.93971,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1997","1997",109.16273,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1998","1998",91.5368,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","1999","1999",57.92825,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2000","2000",85.93815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2001","2001",100.74373,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2002","2002",103.0908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2003","2003",97.40369,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2004","2004",108.51448,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2005","2005",107.492,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2006","2006",107.46326,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2007","2007",104.627,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2008","2008",102.01121,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2009","2009",105.31314,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2010","2010",106.91229,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2011","2011",106.8861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COG","Congo","2012","2012",104.16346,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1990","1990",67.47252,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1991","1991",77.32357,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1992","1992",81.1197,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1993","1993",87.15547,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1994","1994",86.10059,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1995","1995",89.52344,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1996","1996",91.54774,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1997","1997",95.01197,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1998","1998",96.96621,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","1999","1999",95.69741,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2000","2000",97.73055,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2001","2001",106.70974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2002","2002",111.71208,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2003","2003",114.71011,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2004","2004",117.2493,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2005","2005",112.42881,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2006","2006",111.19016,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2008","2008",121.68925,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2009","2009",126.14902,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2010","2010",126.93673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2011","2011",129.43554,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2012","2012",133.31535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2013","2013",134.35538,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2014","2014",134.62477,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2015","2015",137.187,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2016","2016",135.14808,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEN","Benin","2017","2017",130.8339,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1991","1991",100.43772,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1992","1992",102.31043,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1993","1993",100.98883,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1994","1994",100.88335,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1995","1995",99.97398,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1996","1996",98.82824,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1997","1997",97.89406,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1998","1998",101.66803,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","1999","1999",101.88616,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2000","2000",102.15666,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2001","2001",101.88402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2002","2002",99.687,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2003","2003",99.06422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2004","2004",98.27488,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2005","2005",98.76342,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2006","2006",101.13187,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2007","2007",103.30589,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2008","2008",104.3021,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2009","2009",103.2814,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2010","2010",101.8885,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2011","2011",100.73168,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2012","2012",101.00401,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2013","2013",101.2893,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2014","2014",100.22873,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2015","2015",98.89263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVK","Slovakia","2016","2016",98.42722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","1992","1992",99.47644,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","1993","1993",100.26774,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","1994","1994",99.83164,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","1995","1995",100.75252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","1996","1996",101.8479,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","1997","1997",103.28426,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","1998","1998",104.64925,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","1999","1999",104.52205,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2000","2000",104.6743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2001","2001",103.80438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2002","2002",102.03047,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2003","2003",101.71929,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2004","2004",102.56161,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2005","2005",102.91891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2006","2006",103.9991,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2007","2007",104.53663,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2008","2008",103.69426,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2009","2009",103.12828,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2010","2010",102.7749,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2011","2011",102.22015,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2012","2012",102.05367,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2013","2013",101.3577,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2014","2014",101.1258,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2015","2015",102.0993,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DEU","Germany","2016","2016",102.71528,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1990","1990",103.74187,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1991","1991",102.02305,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1992","1992",100.39098,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1993","1993",99.84147,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1994","1994",99.80685,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1995","1995",101.36679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1996","1996",100.03069,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1997","1997",101.10399,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1998","1998",101.5773,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","1999","1999",100.43995,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2000","2000",99.6308,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2001","2001",97.49062,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2002","2002",97.13856,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2003","2003",98.1814,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2004","2004",98.17049,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2005","2005",99.29473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2006","2006",99.81092,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2007","2007",100.46285,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2008","2008",100.84831,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2009","2009",101.14229,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2010","2010",101.277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2011","2011",100.14963,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2012","2012",98.7047,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2013","2013",98.27894,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2014","2014",97.78728,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2015","2015",98.21236,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2016","2016",99.19894,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NZL","New Zealand","2017","2017",100.23023,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1990","1990",98.94842,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1991","1991",98.72451,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1992","1992",98.42527,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1993","1993",99.06459,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1994","1994",99.16351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1995","1995",99.57276,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1996","1996",99.76072,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1997","1997",78.86052,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1998","1998",101.85157,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","1999","1999",102.93611,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2000","2000",102.9403,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2001","2001",102.44359,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2002","2002",103.05918,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2003","2003",103.11296,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2004","2004",103.37126,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2005","2005",103.26218,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2006","2006",103.26086,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2007","2007",103.79636,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2008","2008",102.71636,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2009","2009",102.92956,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2010","2010",103.19348,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2011","2011",103.43454,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2012","2012",102.11354,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2013","2013",102.14024,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2014","2014",101.75454,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2015","2015",101.38261,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRL","Ireland","2016","2016",101.62678,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","1998","1998",110.89822,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","1999","1999",113.84436,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2000","2000",117.66629,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2002","2002",117.71252,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2003","2003",115.41505,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2004","2004",110.68818,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2005","2005",111.11218,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2006","2006",106.24491,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2007","2007",117.44286,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2008","2008",113.278,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2009","2009",119.90062,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2010","2010",117.3496,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2011","2011",115.20939,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2012","2012",113.31241,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2013","2013",114.27748,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2014","2014",112.73446,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2015","2015",116.41416,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2016","2016",114.62665,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","DOM","Dominican Republic","2017","2017",111.49361,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","1990","1990",99.14291,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","1991","1991",102.88376,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","1992","1992",102.14124,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","1995","1995",105.58182,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","1996","1996",105.07598,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","1998","1998",103.13423,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","1999","1999",101.6805,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","2000","2000",101.527,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","2001","2001",104.38828,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","2002","2002",98.85803,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","2003","2003",97.23106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","2012","2012",100.56906,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ZWE","Zimbabwe","2013","2013",97.93072,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1991","1991",81.30401,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1992","1992",85.56767,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1993","1993",87.42812,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1994","1994",87.61924,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1995","1995",89.99839,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1996","1996",91.5871,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1997","1997",92.18325,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1998","1998",98.41018,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","1999","1999",104.07431,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2000","2000",104.74155,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2001","2001",104.98552,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2002","2002",107.30553,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2004","2004",112.44407,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2005","2005",113.29198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2006","2006",114.11015,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2007","2007",114.00857,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2008","2008",114.28889,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2009","2009",117.40313,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2010","2010",116.64627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2011","2011",114.52587,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2012","2012",110.04291,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2013","2013",107.46146,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2014","2014",104.07786,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2015","2015",103.07935,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2016","2016",102.43119,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GTM","Guatemala","2017","2017",102.71861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1990","1990",105.30173,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1991","1991",104.12055,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1992","1992",103.90969,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1993","1993",103.31158,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1994","1994",102.41308,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1995","1995",102.36504,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1996","1996",102.39691,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1997","1997",102.8261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1998","1998",103.63034,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","1999","1999",103.78485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2000","2000",103.67232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2001","2001",102.94747,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2002","2002",101.25148,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2003","2003",100.46382,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2004","2004",100.72132,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2005","2005",100.83262,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2006","2006",101.55929,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2007","2007",101.67839,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2008","2008",100.74849,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2009","2009",100.23762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2010","2010",99.81863,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2011","2011",99.7387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2012","2012",100.52483,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2013","2013",101.03603,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2014","2014",101.38857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2015","2015",101.8011,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2016","2016",102.26436,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AUT","Austria","2017","2017",103.99035,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","1992","1992",94.79436,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","1993","1993",96.33526,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","1995","1995",96.15339,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","1996","1996",103.2625,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","1997","1997",99.23372,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","1998","1998",99.3141,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","1999","1999",95.2279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2002","2002",94.25371,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2004","2004",103.08506,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2005","2005",108.40041,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2006","2006",107.37021,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2007","2007",110.74013,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2008","2008",110.99859,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2009","2009",108.83293,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2010","2010",108.96266,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHS","Bahamas","2016","2016",97.91189,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1990","1990",69.10074,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1991","1991",69.29865,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1992","1992",68.38766,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1993","1993",68.68544,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1994","1994",67.87389,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1995","1995",67.45218,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1996","1996",66.77412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1997","1997",67.11161,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1998","1998",65.21603,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","1999","1999",66.13919,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2000","2000",67.03715,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2001","2001",72.30529,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2002","2002",85.60737,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2003","2003",91.00193,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2004","2004",95.88473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2005","2005",99.69608,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2006","2006",103.39867,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2007","2007",105.63913,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2008","2008",106.17963,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2009","2009",100.90771,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2010","2010",97.72925,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2011","2011",92.71274,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2012","2012",89.20033,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2013","2013",86.15861,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2014","2014",83.58199,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2015","2015",81.96083,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2016","2016",82.63984,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TZA","United Republic of Tanzania","2017","2017",86.18444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1990","1990",117.19385,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1991","1991",120.47354,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1992","1992",120.49643,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1993","1993",119.32134,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1994","1994",119.62404,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1995","1995",118.28861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1996","1996",117.63224,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1997","1997",117.83538,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1998","1998",116.11005,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","1999","1999",108.47971,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2000","2000",109.62595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2001","2001",118.03686,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2002","2002",110.62225,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2003","2003",116.13615,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2004","2004",111.88275,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2005","2005",111.97252,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2006","2006",108.40296,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2007","2007",106.0121,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2008","2008",110.66648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2009","2009",110.80581,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2014","2014",113.12002,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2015","2015",104.46341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2016","2016",105.01431,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KIR","Kiribati","2017","2017",99.98203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","1992","1992",111.49273,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","1994","1994",115.26887,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","1995","1995",116.94888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","1996","1996",118.12379,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","1997","1997",124.19146,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","1998","1998",130.32586,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","1999","1999",136.19015,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2000","2000",132.85883,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2001","2001",128.69245,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2002","2002",122.86657,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2003","2003",115.90138,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2004","2004",111.60781,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2005","2005",107.81318,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2006","2006",105.24703,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2007","2007",106.64051,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2008","2008",107.19772,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2009","2009",108.39066,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2010","2010",109.53871,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2011","2011",108.83773,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2012","2012",103.78352,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2013","2013",101.80395,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2014","2014",98.5309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2015","2015",96.73475,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2016","2016",93.16841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LBN","Lebanon","2017","2017",97.26845,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1990","1990",104.19447,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1991","1991",105.00155,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1992","1992",104.37588,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1993","1993",106.14935,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1994","1994",105.81586,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1995","1995",104.74256,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1996","1996",104.4458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1997","1997",103.96574,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1998","1998",104.11972,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","1999","1999",104.26462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2000","2000",104.2435,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2001","2001",103.7872,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2002","2002",103.38727,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2003","2003",103.23973,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2004","2004",103.48311,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2005","2005",102.89794,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2006","2006",103.55319,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2007","2007",105.30506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2008","2008",106.73551,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2009","2009",106.85292,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2010","2010",105.45067,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2011","2011",104.39167,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2012","2012",103.1791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2013","2013",105.14457,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2014","2014",104.19871,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2015","2015",104.43106,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ESP","Spain","2016","2016",103.87117,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","1990","1990",53.94337,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","1991","1991",50.84808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","1992","1992",45.1817,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2001","2001",62.7446,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2002","2002",54.43884,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2003","2003",54.68014,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2004","2004",45.97365,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2005","2005",52.31059,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2006","2006",52.14899,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2007","2007",60.673,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2008","2008",70.38912,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2009","2009",71.93247,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2010","2010",74.19489,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2011","2011",75.59469,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2012","2012",76.96444,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAF","Central African Republic","2016","2016",91.54951,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","1998","1998",85.9879,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2000","2000",85.93023,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2001","2001",99.04762,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2002","2002",98.47953,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2003","2003",88.08664,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2004","2004",100.12438,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2005","2005",122.29465,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2006","2006",104.6875,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2007","2007",90.45584,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2008","2008",90.14286,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2012","2012",93.94387,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2014","2014",110.41389,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NRU","Nauru","2016","2016",105.67537,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","1991","1991",106.62613,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","1995","1995",113.81928,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","1998","1998",116.84766,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","1999","1999",114.95591,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2000","2000",111.40131,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2001","2001",108.40326,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2002","2002",105.04512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2003","2003",102.10295,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2004","2004",101.0627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2005","2005",99.48153,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2006","2006",99.02361,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2007","2007",100.80669,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2009","2009",102.90372,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2010","2010",107.57857,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2011","2011",108.7935,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2012","2012",106.67701,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2013","2013",108.74506,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2014","2014",109.89259,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2015","2015",109.13106,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2016","2016",109.82766,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VNM","Viet Nam","2017","2017",107.66866,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIU","Niue","1998","1998",95.3125,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIU","Niue","1999","1999",98.4127,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIU","Niue","2001","2001",111.45833,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIU","Niue","2004","2004",116.04938,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIU","Niue","2005","2005",105.88235,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIU","Niue","2014","2014",125.28736,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIU","Niue","2015","2015",120.2381,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NIU","Niue","2016","2016",125.31646,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","1999","1999",89.33002,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2002","2002",116.1263,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2003","2003",110.61188,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2004","2004",117.497,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2005","2005",129.85163,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2006","2006",115.98028,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2007","2007",111.64442,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2008","2008",111.29788,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2009","2009",107.89965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2011","2011",105.0474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2015","2015",93.30524,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MHL","Marshall Islands","2016","2016",90.02089,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1990","1990",82.37229,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1991","1991",81.9711,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1992","1992",80.4682,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1993","1993",101.09881,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1994","1994",100.77162,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1995","1995",99.88454,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1996","1996",99.78395,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1997","1997",99.79351,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","1999","1999",97.43846,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2000","2000",96.73135,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2001","2001",96.64961,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2002","2002",97.77345,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2003","2003",97.61051,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2004","2004",97.74523,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2005","2005",100.85795,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2006","2006",102.38691,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2007","2007",102.47384,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2008","2008",103.35171,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2009","2009",105.36476,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2010","2010",101.62433,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2011","2011",101.20054,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2012","2012",100.17535,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2013","2013",99.76198,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2014","2014",99.15272,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CYP","Cyprus","2015","2015",99.30012,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","1990","1990",74.97281,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","1991","1991",69.06452,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","1992","1992",68.55743,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","1998","1998",78.54422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","2008","2008",114.18048,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","2009","2009",113.52641,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","2010","2010",117.62042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","2011","2011",146.74233,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AGO","Angola","2015","2015",121.62511,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1990","1990",104.14042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1991","1991",103.49116,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1992","1992",106.82965,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1993","1993",107.98806,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1994","1994",107.58638,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1995","1995",105.36596,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1996","1996",105.1491,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1997","1997",105.4173,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1998","1998",103.27677,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","1999","1999",103.53667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2000","2000",102.72891,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2003","2003",110.55827,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2004","2004",109.05781,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2005","2005",105.53674,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2006","2006",109.84454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2007","2007",105.16436,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2008","2008",106.54413,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2009","2009",105.00756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2010","2010",105.24107,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2011","2011",103.76918,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2012","2012",100.2947,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2013","2013",97.64189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2014","2014",96.02457,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2015","2015",96.67363,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2016","2016",96.57791,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HND","Honduras","2017","2017",95.42976,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","1991","1991",112.09187,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","1992","1992",111.11313,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","1993","1993",112.15735,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","1994","1994",114.88987,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","1995","1995",117.03994,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","1996","1996",120.20273,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","1997","1997",119.5474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","1999","1999",116.63853,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2000","2000",112.98029,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2001","2001",110.04314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2002","2002",105.22774,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2003","2003",109.60925,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2004","2004",111.06456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2005","2005",110.78815,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2006","2006",111.70227,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2007","2007",111.92697,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2008","2008",110.09626,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2009","2009",110.84202,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2010","2010",110.28013,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2011","2011",108.92536,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2012","2012",111.80978,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2013","2013",109.43689,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2014","2014",108.95477,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2015","2015",110.35913,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2016","2016",111.74188,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLZ","Belize","2017","2017",110.32845,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","1990","1990",96.79278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","1991","1991",99.75252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","1992","1992",101.37981,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","1993","1993",101.68532,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","1994","1994",101.19363,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","1999","1999",104.13798,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2000","2000",105.40877,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2001","2001",105.84108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2002","2002",105.7071,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2003","2003",105.28806,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2004","2004",105.17028,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2005","2005",103.82864,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2006","2006",103.0607,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2007","2007",103.62209,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2008","2008",102.86946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2009","2009",103.17237,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2010","2010",104.48637,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2011","2011",105.26314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2012","2012",105.87175,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2013","2013",104.61603,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2014","2014",104.23552,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2015","2015",104.84023,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2016","2016",104.11198,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISR","Israel","2017","2017",104.29432,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1993","1993",95.66534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1994","1994",96.04806,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1995","1995",97.26895,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1996","1996",99.95269,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1997","1997",100.29207,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",100.50237,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",99.64439,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",97.67821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",96.17644,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",94.98201,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",93.8787,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",93.87382,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",94.52457,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",93.8088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",93.20984,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",88.31449,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",88.28343,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",88.00172,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",87.70083,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",91.39717,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",91.98579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",94.09995,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1990","1990",92.07622,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1991","1991",93.91366,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1992","1992",95.92682,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1993","1993",96.22458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1994","1994",96.85127,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1995","1995",96.88083,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1996","1996",98.05449,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1997","1997",99.23582,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1998","1998",100.45056,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","1999","1999",102.38213,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2000","2000",104.90816,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2001","2001",103.90169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2002","2002",105.14244,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2003","2003",106.00297,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2004","2004",107.00012,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2005","2005",107.67524,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2006","2006",108.19422,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2007","2007",109.51815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2008","2008",109.17719,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2009","2009",112.25466,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2010","2010",115.22641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2011","2011",116.46195,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2012","2012",117.92443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2013","2013",119.36507,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2014","2014",118.33927,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2015","2015",115.71852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2016","2016",113.64651,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DZA","Algeria","2017","2017",111.69732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","1990","1990",81.75772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","1991","1991",86.33217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","1992","1992",97.93561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","1993","1993",93.80682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","1994","1994",92.46347,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","1998","1998",93.34749,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","1999","1999",85.63281,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2000","2000",95.1438,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2002","2002",100.9566,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2003","2003",99.48562,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2004","2004",101.605,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2007","2007",98.36232,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2008","2008",104.14262,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2011","2011",98.87806,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2013","2013",103.78357,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2014","2014",101.20129,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COM","Comoros","2017","2017",97.23629,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1990","1990",98.70888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1991","1991",98.96908,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1992","1992",99.29685,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1993","1993",99.43802,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1994","1994",99.38186,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1995","1995",99.09648,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1996","1996",98.94232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1997","1997",99.12797,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1998","1998",100.01897,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","1999","1999",100.55838,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2000","2000",101.55532,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2001","2001",101.51662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2002","2002",100.71045,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2003","2003",100.10111,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2004","2004",99.21967,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2005","2005",98.78805,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2006","2006",98.19282,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2007","2007",98.77867,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2008","2008",99.3754,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2009","2009",99.53075,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2010","2010",99.80195,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2011","2011",100.14459,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2012","2012",100.76845,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2013","2013",100.73271,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2014","2014",100.83366,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2015","2015",100.84786,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FIN","Finland","2016","2016",100.64179,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1990","1990",68.44771,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1991","1991",70.19732,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1992","1992",72.2107,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1993","1993",67.68631,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1994","1994",63.80648,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1995","1995",62.06941,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1996","1996",64.43639,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1997","1997",69.94433,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1998","1998",76.36369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","1999","1999",76.68933,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2000","2000",78.89516,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2001","2001",80.64429,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2002","2002",84.64611,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2003","2003",86.13389,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2004","2004",90.58922,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2005","2005",85.47619,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2006","2006",84.51355,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2007","2007",82.27584,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2008","2008",91.34112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2009","2009",96.22763,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2010","2010",94.88306,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2011","2011",101.77247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2012","2012",106.25977,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2013","2013",114.33307,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2014","2014",116.39937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2015","2015",104.37674,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TCD","Chad","2016","2016",99.02518,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1990","1990",141.59761,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1991","1991",140.18263,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1992","1992",137.61073,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1993","1993",136.45702,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1994","1994",133.12763,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1995","1995",126.414,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1996","1996",128.57143,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1997","1997",129.69724,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1998","1998",128.89361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","1999","1999",104.29305,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","2000","2000",103.47404,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","2001","2001",104.63187,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","2002","2002",103.52639,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","2003","2003",103.34343,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","2004","2004",101.87751,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","2005","2005",102.81315,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","2006","2006",107.29074,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LCA","Saint Lucia","2007","2007",100.72245,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1990","1990",99.54328,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1991","1991",99.8375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1992","1992",100.49358,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1993","1993",105.03564,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1994","1994",104.94942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1995","1995",105.01047,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1996","1996",105.16163,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1997","1997",105.73973,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1998","1998",112.07185,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","1999","1999",111.56732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2000","2000",111.02194,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2001","2001",111.07645,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2002","2002",110.00252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2003","2003",108.67284,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2004","2004",97.08106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2005","2005",95.65748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2006","2006",95.52782,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2007","2007",96.55922,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2008","2008",98.44794,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2009","2009",99.6497,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2010","2010",101.16296,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2011","2011",100.22249,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2012","2012",101.84305,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2013","2013",123.98122,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2014","2014",124.22775,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2015","2015",125.51724,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SWE","Sweden","2016","2016",126.50191,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1990","1990",81.40903,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1991","1991",79.90513,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1992","1992",78.85968,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1993","1993",77.38803,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1994","1994",79.52671,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1995","1995",79.80392,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1996","1996",80.30909,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1997","1997",81.20864,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1998","1998",81.49789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","1999","1999",84.30292,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2000","2000",83.45115,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2001","2001",85.23223,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2002","2002",87.04314,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2003","2003",79.31266,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2006","2006",76.02918,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2007","2007",76.52721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2008","2008",80.94765,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2009","2009",79.36393,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2011","2011",87.70704,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2012","2012",90.76946,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2013","2013",91.57482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2014","2014",94.24687,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2015","2015",97.63197,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2016","2016",102.10587,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CIV","Côte d'Ivoire","2017","2017",103.57034,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1990","1990",86.32556,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1991","1991",86.95964,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1992","1992",88.43861,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1993","1993",88.3409,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1994","1994",86.97974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1995","1995",86.87182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1996","1996",89.61624,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1997","1997",90.18929,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1998","1998",91.0457,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","1999","1999",92.78646,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2000","2000",93.8655,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2001","2001",93.96443,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2002","2002",94.22535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2003","2003",93.53453,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2005","2005",93.24422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2006","2006",91.46943,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2007","2007",93.92659,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2008","2008",96.35004,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2009","2009",104.85073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2011","2011",101.91269,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2012","2012",104.32627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2013","2013",106.54356,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2014","2014",107.41732,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2015","2015",106.91655,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2016","2016",107.1777,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","OMN","Oman","2017","2017",105.72901,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","1991","1991",118.85235,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","1992","1992",116.88454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","1993","1993",118.16414,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","1995","1995",121.48787,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","1998","1998",121.83359,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","1999","1999",122.33194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2000","2000",121.68037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2001","2001",121.03417,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2002","2002",120.49303,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2003","2003",118.94293,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2004","2004",117.78631,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2005","2005",116.95846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2006","2006",116.28677,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2007","2007",115.91186,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2008","2008",112.20749,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2009","2009",110.55386,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2010","2010",109.77974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2011","2011",107.20616,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2012","2012",101.677,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2013","2013",103.22756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2014","2014",101.41451,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2015","2015",101.69039,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2016","2016",102.9698,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2017","2017",101.56383,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PER","Peru","2018","2018",102.26851,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1990","1990",114.62942,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1991","1991",113.95951,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1992","1992",112.5404,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1993","1993",111.24918,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1994","1994",113.01393,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1995","1995",113.20013,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1996","1996",93.50836,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1997","1997",94.54734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1998","1998",92.87744,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","1999","1999",95.48014,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2000","2000",97.20749,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2001","2001",98.861,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2002","2002",98.34943,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2003","2003",96.21324,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2004","2004",97.26133,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2005","2005",95.52697,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2006","2006",94.21666,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2007","2007",94.7712,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2008","2008",94.07247,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2009","2009",95.06857,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2010","2010",93.7623,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2011","2011",95.57363,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2012","2012",97.95531,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2013","2013",100.50045,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2014","2014",106.05989,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2015","2015",106.60149,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2016","2016",106.43174,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AZE","Azerbaijan","2017","2017",103.2941,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","1990","1990",127.88497,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","1991","1991",115.12395,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","1992","1992",134.26694,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","1993","1993",137.84846,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","1994","1994",154.06673,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2001","2001",107.17493,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2002","2002",104.25632,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2005","2005",104.59155,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2006","2006",105.8173,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2007","2007",103.63933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2008","2008",112.5268,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2009","2009",115.56418,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2010","2010",115.92824,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2011","2011",115.21427,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2012","2012",116.25689,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2013","2013",118.08455,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2014","2014",119.17003,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2015","2015",121.59813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2016","2016",120.99958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SUR","Suriname","2017","2017",115.93462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1990","1990",106.45041,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1991","1991",106.99084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1992","1992",103.94468,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1993","1993",104.1284,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1994","1994",104.29987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1995","1995",103.86712,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1996","1996",105.13248,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1997","1997",106.43278,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1998","1998",107.17629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","1999","1999",107.30553,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2000","2000",106.55615,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2001","2001",105.55975,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2002","2002",103.86019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2003","2003",101.53048,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2004","2004",100.4235,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2005","2005",96.87091,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2006","2006",96.37454,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2007","2007",96.12127,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2008","2008",96.65331,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2009","2009",93.38077,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2010","2010",99.00539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2011","2011",99.0211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2012","2012",98.7389,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2013","2013",100.11003,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2014","2014",101.89638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2015","2015",103.41439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MLT","Malta","2016","2016",104.54262,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2000","2000",103.01047,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2001","2001",94.91979,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2002","2002",85.77291,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2003","2003",90.72306,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2004","2004",95.5163,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2005","2005",101.35318,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2006","2006",102.42588,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2014","2014",114.22018,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2015","2015",119.60184,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUV","Tuvalu","2016","2016",108.33333,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1990","1990",102.92741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1991","1991",102.23717,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1992","1992",97.36736,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1993","1993",96.85743,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1994","1994",107.19801,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1995","1995",107.2268,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1996","1996",107.35431,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1997","1997",107.68104,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1998","1998",108.17529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","1999","1999",108.08065,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2000","2000",107.98899,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2001","2001",107.59439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2002","2002",107.4584,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2003","2003",107.49457,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2004","2004",106.8912,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2005","2005",106.73933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2006","2006",107.04435,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2007","2007",107.72851,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2008","2008",108.26984,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2009","2009",108.44307,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2010","2010",108.27581,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2011","2011",107.49659,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2012","2012",105.8344,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2013","2013",104.20265,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2014","2014",102.42479,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2015","2015",102.69498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NLD","Netherlands","2016","2016",103.28676,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1990","1990",25.08402,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1991","1991",26.29791,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1992","1992",27.07433,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1993","1993",27.97051,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1994","1994",29.11163,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1995","1995",30.85933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1996","1996",32.63789,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1998","1998",35.12664,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","1999","1999",36.36086,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2000","2000",37.31592,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2001","2001",38.92946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2002","2002",39.93372,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2003","2003",42.20346,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2004","2004",47.29276,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2005","2005",51.80413,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2006","2006",55.77161,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2007","2007",61.65748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2008","2008",67.89957,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2009","2009",72.87089,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2010","2010",74.28184,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2011","2011",78.47821,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2012","2012",81.77779,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2013","2013",84.26617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2014","2014",86.18,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2015","2015",87.20173,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2016","2016",90.09287,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BFA","Burkina Faso","2017","2017",92.92841,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1990","1990",103.47278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1991","1991",105.27587,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1992","1992",106.00418,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1993","1993",110.20456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1994","1994",110.1115,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1995","1995",112.17068,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1996","1996",114.63337,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1997","1997",114.38861,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1998","1998",119.44139,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","1999","1999",117.03094,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2000","2000",117.89581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2001","2001",117.11211,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2002","2002",115.70666,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2003","2003",111.66498,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2004","2004",110.39809,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2005","2005",110.29668,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2006","2006",107.44971,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2007","2007",105.26191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2008","2008",103.48633,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2009","2009",102.29493,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2010","2010",101.83998,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2011","2011",101.00389,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRY","Paraguay","2012","2012",104.27263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1990","1990",126.92579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1991","1991",126.42795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1992","1992",122.05016,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1993","1993",124.70094,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1994","1994",120.84613,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1995","1995",126.83112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1996","1996",114.43021,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1997","1997",115.00169,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1998","1998",96.46029,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","1999","1999",59.02556,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2000","2000",89.27444,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2001","2001",103.7317,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2002","2002",106.04568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2003","2003",100.44087,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2004","2004",111.99568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2005","2005",111.39967,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2006","2006",112.83189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2007","2007",108.30355,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2008","2008",105.61232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2009","2009",109.04354,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2010","2010",109.95573,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2011","2011",110.04288,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COG","Congo","2012","2012",100.56405,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","1991","1991",114.10937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","1994","1994",119.42306,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","1998","1998",125.29049,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","1999","1999",125.30701,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2000","2000",121.14822,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2001","2001",121.3238,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2002","2002",117.00638,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2003","2003",121.37056,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2004","2004",116.66022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2005","2005",123.88685,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2007","2007",111.61972,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2008","2008",112.593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2009","2009",109.52448,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2010","2010",108.7833,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2011","2011",101.09145,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2012","2012",107.31634,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2013","2013",108.03612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2014","2014",106.35802,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2015","2015",105.87051,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2016","2016",104.59485,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VCT","Saint Vincent and the Grenadines","2017","2017",103.83172,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","1990","1990",99.57805,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","1991","1991",90.36901,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","1994","1994",85.04586,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","1995","1995",86.20125,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","1997","1997",93.22829,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","1998","1998",96.45345,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","1999","1999",101.31155,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2000","2000",106.88602,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2001","2001",115.88803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2002","2002",129.48142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2003","2003",131.51527,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2004","2004",131.96844,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2005","2005",130.92987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2006","2006",128.86399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2007","2007",127.87978,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2008","2008",123.78709,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2009","2009",123.3115,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2010","2010",123.86537,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2011","2011",122.17106,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2012","2012",121.81727,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2013","2013",123.47635,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2014","2014",116.83348,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2015","2015",117.10422,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2016","2016",110.21452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KHM","Cambodia","2017","2017",107.83492,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1990","1990",89.74577,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1991","1991",58.0789,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1992","1992",57.79635,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1993","1993",68.74143,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1994","1994",81.0002,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1995","1995",91.27071,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1996","1996",100.11974,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1997","1997",102.35071,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1998","1998",101.30097,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","1999","1999",98.61338,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2000","2000",99.442,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2001","2001",100.23933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2002","2002",104.44711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2003","2003",107.4005,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2004","2004",106.91054,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2005","2005",106.44515,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2006","2006",101.88102,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2007","2007",103.19599,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2008","2008",100.35765,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2009","2009",100.57892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2010","2010",101.48742,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2011","2011",105.27365,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2012","2012",105.85375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2013","2013",105.47256,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2014","2014",105.14036,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2015","2015",104.42643,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2016","2016",102.65241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KWT","Kuwait","2017","2017",97.10959,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1990","1990",99.44556,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1991","1991",99.09547,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1992","1992",98.54676,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1993","1993",99.00168,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1994","1994",99.08898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1995","1995",99.56565,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1996","1996",99.80646,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1997","1997",78.8116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1998","1998",101.62269,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","1999","1999",102.63486,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2000","2000",102.28228,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2001","2001",102.02243,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2002","2002",102.82123,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2003","2003",102.71863,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2004","2004",102.96355,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2005","2005",103.07785,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2006","2006",102.99924,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2007","2007",103.30853,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2008","2008",102.4756,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2009","2009",102.79597,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2010","2010",103.23549,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2011","2011",103.37868,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2012","2012",102.11834,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2013","2013",101.95834,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2014","2014",101.54224,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2015","2015",101.18464,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRL","Ireland","2016","2016",101.34149,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TKL","Tokelau","2000","2000",98.46154,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TKL","Tokelau","2001","2001",105.92593,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TKL","Tokelau","2002","2002",117.07317,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TKL","Tokelau","2003","2003",101.8018,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","TKL","Tokelau","2016","2016",107.69231,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","1990","1990",106.56159,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","1991","1991",109.08685,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","1994","1994",111.94406,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","1996","1996",111.3694,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","1997","1997",108.26898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","1998","1998",112.94876,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","1999","1999",116.05356,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2000","2000",117.36349,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2001","2001",118.06764,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2002","2002",118.76197,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2003","2003",116.50336,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2004","2004",117.81409,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2005","2005",117.13329,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2006","2006",118.83875,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2007","2007",119.35269,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2008","2008",119.44418,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2009","2009",118.21313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2010","2010",116.71951,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2011","2011",114.77311,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2012","2012",112.97957,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2013","2013",110.55958,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2014","2014",109.97317,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2015","2015",109.92626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARG","Argentina","2016","2016",109.48451,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","1999","1999",109.6715,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2000","2000",103.58666,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2001","2001",102.52085,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2002","2002",102.11952,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2003","2003",101.06524,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2004","2004",101.55494,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2005","2005",102.74709,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2006","2006",101.83955,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2007","2007",101.06215,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2008","2008",100.62958,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2009","2009",97.6858,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2010","2010",95.89576,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2011","2011",101.49345,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2012","2012",100.57131,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2013","2013",100.89554,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2014","2014",101.13116,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2015","2015",101.34292,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2016","2016",100.57127,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SRB","Serbia","2017","2017",100.31293,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","1990","1990",64.47579,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","1991","1991",61.90124,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","1992","1992",59.98211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","1993","1993",60.058,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","1994","1994",62.37545,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","1995","1995",66.62324,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","1998","1998",64.12498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","1999","1999",69.12022,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2000","2000",74.2631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2001","2001",79.93581,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2002","2002",82.50071,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2004","2004",90.93555,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2005","2005",97.28196,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2006","2006",99.33688,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2007","2007",105.06587,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2008","2008",109.0539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2009","2009",109.19184,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2010","2010",110.11872,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2011","2011",106.14843,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2012","2012",104.95319,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2013","2013",105.84597,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2014","2014",105.4678,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2015","2015",106.31649,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2016","2016",106.06223,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MOZ","Mozambique","2017","2017",105.0105,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2001","2001",59.77398,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2002","2002",59.85293,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2003","2003",61.13144,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2004","2004",62.2617,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2005","2005",63.39592,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2006","2006",67.88914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2007","2007",67.41724,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2008","2008",72.98994,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2009","2009",72.55793,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2010","2010",71.97203,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2011","2011",69.75241,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2012","2012",71.20913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2013","2013",72.38521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2014","2014",72.67468,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2015","2015",73.5941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2016","2016",76.41296,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SDN","Sudan","2017","2017",77.36356,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1990","1990",112.36706,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1991","1991",111.40424,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1992","1992",108.08814,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1993","1993",105.75332,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1994","1994",104.56619,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1995","1995",104.73417,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1996","1996",105.61282,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1997","1997",106.09438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1998","1998",106.13209,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","1999","1999",105.34473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2000","2000",104.09651,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2001","2001",102.08903,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2002","2002",101.47552,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2003","2003",101.41202,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2004","2004",101.93524,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2005","2005",103.10853,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2006","2006",103.78277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2007","2007",103.52744,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2008","2008",103.4881,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2009","2009",102.92582,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2010","2010",103.05452,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2011","2011",103.41563,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2012","2012",103.39112,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2013","2013",102.83289,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2014","2014",103.50933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2015","2015",103.83742,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2016","2016",103.37964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MUS","Mauritius","2017","2017",102.46259,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1990","1990",45.8964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1991","1991",46.2726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1992","1992",46.19891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1993","1993",45.69345,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1994","1994",46.52196,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1995","1995",47.64353,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1996","1996",51.98986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1997","1997",56.35565,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1998","1998",60.19958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","1999","1999",58.87489,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2000","2000",63.48412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2001","2001",66.00561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2002","2002",67.55824,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2003","2003",71.8448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2004","2004",75.07624,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2005","2005",77.51789,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2006","2006",78.59609,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2007","2007",82.84629,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2008","2008",84.353,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2009","2009",84.86035,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2010","2010",85.43578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2011","2011",90.79314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2012","2012",90.15832,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2013","2013",87.98204,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2014","2014",89.00408,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2015","2015",88.31656,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2016","2016",87.91942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SEN","Senegal","2017","2017",90.37987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1990","1990",33.29796,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1991","1991",32.83316,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1992","1992",34.09205,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1993","1993",30.95238,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1994","1994",32.71612,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1995","1995",33.66009,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1996","1996",33.52957,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1997","1997",32.83643,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1998","1998",32.19714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","1999","1999",32.53211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2000","2000",32.49496,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2001","2001",36.46624,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2002","2002",38.33864,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2003","2003",40.19001,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2004","2004",42.167,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2005","2005",43.62855,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2006","2006",45.97519,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2007","2007",48.21451,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2008","2008",57.06841,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2009","2009",55.99734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2011","2011",61.34288,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2012","2012",63.94065,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2013","2013",63.82499,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2014","2014",65.11536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2015","2015",64.21139,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2016","2016",63.53657,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2017","2017",63.90106,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DJI","Djibouti","2018","2018",65.12621,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1990","1990",117.77064,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1991","1991",117.22505,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1992","1992",115.23788,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1993","1993",116.59094,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1994","1994",118.52974,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1995","1995",119.87259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1996","1996",119.18434,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1997","1997",118.06551,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1998","1998",121.01641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","1999","1999",121.86099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2000","2000",121.29987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2001","2001",120.89458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2002","2002",120.4594,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2003","2003",118.94183,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2004","2004",118.03007,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2005","2005",117.47493,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2006","2006",116.80154,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2007","2007",116.51846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2008","2008",112.89253,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2009","2009",111.10525,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2010","2010",110.36501,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2011","2011",107.35716,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2012","2012",101.44092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2013","2013",103.10723,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2014","2014",101.42063,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2015","2015",101.69511,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2016","2016",103.13543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2017","2017",101.67299,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PER","Peru","2018","2018",102.43708,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1990","1990",94.89514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1991","1991",93.5465,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1992","1992",92.89804,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1993","1993",90.65477,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1994","1994",91.50206,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1995","1995",93.01846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1996","1996",96.60029,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1997","1997",97.98842,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1998","1998",100.39336,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","1999","1999",102.13645,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2000","2000",103.4561,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2001","2001",104.54483,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2002","2002",103.2356,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2003","2003",102.383,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2004","2004",100.81074,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2005","2005",100.15966,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2006","2006",98.86945,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2007","2007",99.6679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2008","2008",102.53144,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2009","2009",104.01059,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2010","2010",103.81558,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2011","2011",101.84859,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2012","2012",101.00082,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2013","2013",99.65165,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2014","2014",98.03099,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2015","2015",96.92673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EST","Estonia","2016","2016",97.04582,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1990","1990",94.62205,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1991","1991",95.51278,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1992","1992",96.45919,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1993","1993",97.02469,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1994","1994",96.9914,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1995","1995",97.35566,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1996","1996",97.75992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1998","1998",96.36174,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","1999","1999",96.55037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2000","2000",98.59814,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2001","2001",98.04417,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2002","2002",96.53889,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2003","2003",97.36621,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2004","2004",99.68805,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2005","2005",99.99678,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2006","2006",98.76853,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2007","2007",98.05327,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2008","2008",98.12411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2009","2009",98.82156,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2010","2010",99.84519,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2011","2011",101.36178,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2012","2012",103.19665,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2013","2013",105.09814,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2014","2014",104.5141,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2015","2015",103.37844,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2016","2016",103.14635,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MYS","Malaysia","2017","2017",102.62002,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","1991","1991",106.34886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","1992","1992",102.15532,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","1993","1993",105.55861,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","1994","1994",97.87877,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","1995","1995",93.49443,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","1996","1996",94.85116,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","1997","1997",131.45091,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","1999","1999",141.03066,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2000","2000",99.33167,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2001","2001",103.27099,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2002","2002",95.52591,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2003","2003",94.15036,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2004","2004",95.19952,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2005","2005",96.34499,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2006","2006",101.45639,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2007","2007",114.60379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2008","2008",115.79814,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2009","2009",112.78573,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2010","2010",100.72272,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2011","2011",99.44019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2012","2012",99.62842,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2013","2013",99.05547,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2014","2014",97.37733,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2015","2015",95.53354,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2016","2016",94.78934,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARM","Armenia","2017","2017",94.33174,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","1993","1993",123.22428,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","1994","1994",124.12708,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","1995","1995",123.07692,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","1996","1996",110.69853,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","1997","1997",120.95374,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","1998","1998",120.84586,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","1999","1999",109.67673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2000","2000",92.7932,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2001","2001",96.86325,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2002","2002",110.21611,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2003","2003",106.37161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2004","2004",106.06812,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2005","2005",98.37809,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2007","2007",97.03693,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2008","2008",102.21158,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2009","2009",107.57685,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2010","2010",105.13314,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2013","2013",104.65512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2014","2014",103.94089,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2015","2015",106.73662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2016","2016",103.11797,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GRD","Grenada","2017","2017",104.73233,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1990","1990",105.84959,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1991","1991",106.44341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1992","1992",101.56107,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1993","1993",98.86324,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1994","1994",99.1427,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1995","1995",99.8916,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1996","1996",96.97933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1997","1997",92.91673,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","1998","1998",89.58151,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","2007","2007",101.53754,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","2012","2012",101.45373,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","2013","2013",100.36319,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","2014","2014",104.89406,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","2015","2015",113.54651,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARE","United Arab Emirates","2016","2016",110.87162,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1990","1990",107.89199,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1991","1991",108.04516,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1992","1992",108.14286,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1993","1993",108.45359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1994","1994",107.57431,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1995","1995",107.25745,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1996","1996",107.46045,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1997","1997",111.96215,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1998","1998",111.1451,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","1999","1999",110.48412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2000","2000",108.08277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2001","2001",107.14404,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2002","2002",108.91597,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2003","2003",109.75446,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2004","2004",111.07387,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2005","2005",112.42051,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2006","2006",113.64579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2007","2007",113.00184,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2008","2008",112.08476,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2009","2009",111.3531,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2010","2010",110.18611,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2013","2013",108.26294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2014","2014",107.29461,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2015","2015",106.21128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","URY","Uruguay","2016","2016",104.3162,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1991","1991",89.00807,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1992","1992",90.63043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1993","1993",84.40473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1994","1994",89.25611,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1995","1995",89.51398,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1996","1996",89.46408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1997","1997",88.60836,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1998","1998",95.66058,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","1999","1999",95.95286,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2000","2000",96.54949,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2001","2001",95.75717,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2002","2002",97.27352,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2003","2003",99.18489,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2004","2004",98.48099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2005","2005",98.55147,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2006","2006",97.51181,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2007","2007",96.12631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2008","2008",98.09186,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2009","2009",98.25788,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2010","2010",99.22478,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2011","2011",98.85208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2012","2012",98.74459,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2013","2013",98.51997,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2014","2014",95.89454,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2015","2015",95.18092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2016","2016",95.70951,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TJK","Tajikistan","2017","2017",98.80834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1991","1991",100.37568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1992","1992",91.27955,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1993","1993",80.00792,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1994","1994",79.24507,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1995","1995",86.29626,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1996","1996",93.06998,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1997","1997",91.16208,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1998","1998",93.66466,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","1999","1999",96.13622,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2000","2000",98.35505,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2001","2001",100.76945,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2002","2002",101.39114,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2003","2003",105.26951,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2004","2004",108.79683,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2005","2005",97.97499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2006","2006",100.86613,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2007","2007",100.33332,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2008","2008",104.23408,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2009","2009",115.43841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2010","2010",127.11433,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2011","2011",123.53064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2012","2012",118.48469,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2013","2013",110.47369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2014","2014",102.89199,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2015","2015",102.1684,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2016","2016",105.38171,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNG","Mongolia","2017","2017",105.63786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","1990","1990",100.16166,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","1991","1991",106.48978,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","1992","1992",107.71054,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","1993","1993",124.38545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","1994","1994",134.70426,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","1995","1995",142.53867,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","1999","1999",130.49136,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2000","2000",121.48654,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2001","2001",113.69158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2002","2002",108.18294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2003","2003",104.31462,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2004","2004",100.27317,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2005","2005",99.41596,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2006","2006",97.41689,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2007","2007",97.96539,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2008","2008",99.70646,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2009","2009",103.08087,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2010","2010",107.59254,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2011","2011",113.48666,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2012","2012",117.44807,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2013","2013",117.0291,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2014","2014",117.99189,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2015","2015",114.81365,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DMA","Dominica","2016","2016",110.53944,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","1993","1993",97.3274,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","1994","1994",97.44795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","1995","1995",99.43374,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","1996","1996",100.21902,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","1997","1997",101.45175,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","1998","1998",103.5635,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","1999","1999",111.39724,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2000","2000",113.59927,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2001","2001",114.89485,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2002","2002",112.512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2003","2003",102.33918,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2004","2004",100.91984,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2005","2005",99.41594,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2006","2006",99.77741,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2007","2007",101.93735,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2008","2008",104.47373,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2009","2009",105.62426,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2010","2010",103.79094,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2011","2011",101.51625,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2012","2012",99.2294,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2013","2013",97.77407,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2014","2014",98.13112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2015","2015",99.45612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2016","2016",101.73151,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BLR","Belarus","2017","2017",101.79301,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1990","1990",103.85708,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1991","1991",105.50901,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1992","1992",105.85692,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1993","1993",106.61352,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1994","1994",109.26811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1995","1995",112.63527,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1996","1996",114.65697,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1997","1997",116.45925,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1998","1998",117.55051,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","1999","1999",119.47781,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2000","2000",119.5122,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2001","2001",118.60635,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2002","2002",119.18994,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2003","2003",117.02912,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2004","2004",116.19833,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2005","2005",115.4988,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2006","2006",113.93142,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2007","2007",113.19459,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2008","2008",112.27084,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2009","2009",109.03446,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2010","2010",105.7488,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2011","2011",102.53631,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2012","2012",100.99489,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2013","2013",100.0315,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2014","2014",98.82298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2015","2015",98.4856,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2016","2016",98.82367,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BOL","Bolivia (Plurinational State of)","2017","2017",99.59709,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1990","1990",88.94896,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1991","1991",90.25312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1992","1992",90.31687,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1993","1993",95.53195,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1994","1994",94.30847,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1995","1995",95.81896,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1996","1996",97.79028,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1998","1998",105.19301,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","1999","1999",105.71519,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2000","2000",106.34769,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2001","2001",105.13858,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2002","2002",104.1386,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2003","2003",103.53209,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2004","2004",103.10457,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2005","2005",102.10245,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2006","2006",101.85338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2007","2007",102.00256,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2008","2008",102.48134,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2009","2009",102.77134,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2010","2010",102.79501,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2011","2011",103.08915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2012","2012",103.01302,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2013","2013",103.44416,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2014","2014",103.20482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2015","2015",104.08975,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CHE","Switzerland","2016","2016",104.75706,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1990","1990",97.84123,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1991","1991",98.31617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1992","1992",97.33748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1993","1993",98.43646,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1994","1994",100.2129,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1995","1995",100.57589,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1996","1996",100.44908,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1998","1998",101.74723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","1999","1999",101.5151,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2000","2000",101.57652,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2001","2001",101.5231,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2002","2002",103.46623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2004","2004",100.66441,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2005","2005",98.67506,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2006","2006",99.32654,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2007","2007",100.05085,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2008","2008",99.90137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2009","2009",99.75237,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2010","2010",99.68521,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2011","2011",100.47503,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2012","2012",100.89399,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2013","2013",101.00871,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2014","2014",100.70331,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2015","2015",100.76475,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DNK","Denmark","2016","2016",101.19146,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1990","1990",114.27074,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1991","1991",114.97389,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1992","1992",114.9556,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1993","1993",114.51468,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1994","1994",115.91888,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1995","1995",115.40152,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1996","1996",114.09392,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1997","1997",112.62314,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1998","1998",113.35588,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","1999","1999",114.50819,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2000","2000",114.86909,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2001","2001",115.08555,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2002","2002",114.5249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2003","2003",113.77193,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2004","2004",112.73417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2005","2005",111.74738,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2006","2006",109.77481,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2007","2007",105.96098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2008","2008",104.90249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2009","2009",105.46132,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2010","2010",107.20921,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2011","2011",107.72386,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2012","2012",109.83056,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2013","2013",111.28239,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2014","2014",113.16395,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2015","2015",114.34463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUN","Tunisia","2016","2016",114.70855,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","1998","1998",60.11017,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","1999","1999",81.65374,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","2000","2000",95.68945,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","2006","2006",89.0356,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","2008","2008",89.09332,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","2009","2009",94.35392,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","2011","2011",98.04526,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","2014","2014",91.80799,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","2015","2015",89.28136,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBR","Liberia","2016","2016",89.78033,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1990","1990",89.57801,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1991","1991",85.15868,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1992","1992",84.92778,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1993","1993",85.98711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1994","1994",89.02921,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1995","1995",95.1374,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1996","1996",97.81918,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1997","1997",98.58949,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1998","1998",98.04428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","1999","1999",96.13848,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2000","2000",96.15177,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2001","2001",96.97783,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2002","2002",99.79287,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2003","2003",103.37115,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2004","2004",109.99455,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2005","2005",107.69557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2006","2006",103.8799,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2007","2007",102.35786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2008","2008",96.90413,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2009","2009",97.01646,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2010","2010",96.78443,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2011","2011",96.1693,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2012","2012",95.13524,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2015","2015",89.72102,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ROU","Romania","2016","2016",88.86165,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","1993","1993",127.67695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","1994","1994",110.35151,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","1995","1995",110.10722,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","1996","1996",110.54141,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","1997","1997",113.3536,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","1998","1998",111.25933,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","1999","1999",110.84515,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2000","2000",111.58076,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2001","2001",112.27159,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2002","2002",113.11266,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2003","2003",112.63888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2004","2004",112.11088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2005","2005",111.95584,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2006","2006",111.94473,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2007","2007",113.10182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2008","2008",110.03025,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2009","2009",115.70789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2010","2010",116.88607,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2011","2011",117.48166,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2012","2012",114.75986,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2013","2013",113.13067,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2014","2014",113.67588,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2015","2015",107.38945,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ECU","Ecuador","2016","2016",103.71508,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1990","1990",48.09692,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1991","1991",50.88503,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1992","1992",49.70358,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1993","1993",54.52962,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1994","1994",56.4355,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1995","1995",60.87161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1996","1996",61.63154,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1997","1997",64.57285,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1998","1998",64.12184,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","1999","1999",66.1459,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2000","2000",68.46454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2001","2001",71.02756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2002","2002",80.18193,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2003","2003",83.24319,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2004","2004",86.1073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2005","2005",87.55469,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2006","2006",88.45479,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2007","2007",90.18131,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2008","2008",91.56843,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2009","2009",91.09113,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2010","2010",94.13334,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2011","2011",96.06339,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2012","2012",98.41287,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2013","2013",100.24792,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2014","2014",101.65009,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GIN","Guinea","2016","2016",101.54271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","1990","1990",106.02835,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","1991","1991",105.622,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","1992","1992",105.33814,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","1993","1993",102.54756,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","1994","1994",99.98254,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","1995","1995",99.59521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","1997","1997",99.53748,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","1999","1999",103.42338,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2000","2000",103.40963,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2001","2001",105.70034,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2002","2002",106.66247,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2003","2003",103.43129,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2004","2004",103.29251,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2005","2005",103.1805,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2006","2006",102.62601,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2007","2007",102.89519,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2008","2008",102.48184,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2009","2009",100.09822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2010","2010",101.27534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2011","2011",101.04973,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2012","2012",98.67395,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2013","2013",107.27198,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2014","2014",106.50633,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2015","2015",103.28537,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUR","Turkey","2016","2016",101.26324,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1990","1990",112.17345,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1991","1991",112.1722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1992","1992",108.58957,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1993","1993",108.77884,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1994","1994",108.14222,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1995","1995",108.27504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1996","1996",107.40954,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1997","1997",106.77405,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1998","1998",107.16298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","1999","1999",107.46704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2000","2000",105.80178,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2001","2001",102.65964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2002","2002",101.9924,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2003","2003",101.41034,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2004","2004",100.20301,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2005","2005",97.50829,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2006","2006",101.00628,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2011","2011",95.7298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2012","2012",95.80937,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2013","2013",98.57634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2014","2014",100.45598,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2015","2015",101.79893,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2016","2016",102.16062,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BHR","Bahrain","2017","2017",101.07992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1990","1990",98.05551,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1991","1991",98.79042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1992","1992",98.99282,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1993","1993",96.6465,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1994","1994",100.48112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1995","1995",104.00104,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1996","1996",102.74357,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1997","1997",101.58899,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1998","1998",101.53422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","1999","1999",100.00794,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2000","2000",114.30826,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2001","2001",116.32351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2002","2002",117.13637,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2003","2003",119.607,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2004","2004",118.88226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2005","2005",117.18911,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2006","2006",117.69786,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2007","2007",111.59758,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2008","2008",110.91782,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2009","2009",109.67481,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2010","2010",111.82606,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2011","2011",112.54339,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2012","2012",112.11298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2013","2013",108.62784,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2014","2014",107.83731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2015","2015",106.45905,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2016","2016",105.65182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LSO","Lesotho","2017","2017",106.66179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","1998","1998",101.15672,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","1999","1999",96.3238,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2000","2000",105.26549,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2001","2001",111.35837,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2002","2002",112.21805,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2003","2003",107.89852,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2004","2004",109.22926,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2005","2005",111.55601,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2007","2007",112.64559,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2008","2008",113.38583,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2009","2009",109.60995,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2010","2010",104.12896,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2011","2011",107.51011,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2012","2012",108.63768,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2013","2013",104.30483,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2014","2014",107.33838,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2015","2015",104.37573,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COK","Cook Islands","2016","2016",108.46468,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","1990","1990",67.59159,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","1991","1991",70.67769,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","1992","1992",85.15705,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","1993","1993",94.36982,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","1994","1994",101.65035,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","1995","1995",144.88731,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","1996","1996",140.73533,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","1999","1999",128.10688,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2000","2000",130.7929,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2001","2001",134.54449,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2002","2002",130.95158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2004","2004",127.30188,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2005","2005",125.05687,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2006","2006",125.09469,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2007","2007",122.11743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2008","2008",128.68781,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2009","2009",127.48743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2010","2010",134.55833,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2011","2011",136.90925,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2012","2012",137.86675,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2013","2013",143.1494,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2014","2014",143.69707,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2015","2015",142.7841,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2016","2016",141.3087,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MWI","Malawi","2017","2017",142.37345,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MSR","Montserrat","2002","2002",118.48341,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MSR","Montserrat","2004","2004",109.2827,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MSR","Montserrat","2005","2005",114.64435,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MSR","Montserrat","2006","2006",114.10788,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MSR","Montserrat","2007","2007",101.20482,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","1995","1995",103.6509,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","1997","1997",114.5667,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2001","2001",101.28676,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2002","2002",101.5092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2003","2003",101.62466,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2004","2004",100.39658,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2005","2005",99.10473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2006","2006",97.11439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2010","2010",92.28389,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2011","2011",89.83261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2012","2012",87.50519,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2013","2013",86.45134,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2014","2014",87.476,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BMU","Bermuda","2015","2015",90.34858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1990","1990",77.54943,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1991","1991",78.70743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1992","1992",79.58523,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1993","1993",82.87544,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1994","1994",84.38248,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1995","1995",84.2092,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1996","1996",84.66369,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1997","1997",84.79929,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1998","1998",83.6289,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","1999","1999",84.39554,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2000","2000",86.29193,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2001","2001",86.72695,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2002","2002",88.29958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2003","2003",101.51317,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2007","2007",109.20761,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2008","2008",111.46319,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2009","2009",110.92965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2010","2010",110.37391,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2011","2011",110.03796,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2012","2012",111.74438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2013","2013",116.97887,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2014","2014",114.02628,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2015","2015",114.9538,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IND","India","2016","2016",123.87394,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","1991","1991",112.44168,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","1994","1994",114.05013,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","1998","1998",115.06915,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","1999","1999",115.32347,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2000","2000",114.63294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2001","2001",115.58931,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2002","2002",111.88624,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2003","2003",117.40707,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2004","2004",111.54655,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2005","2005",112.31777,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2007","2007",106.23359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2008","2008",103.57444,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2009","2009",102.35632,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2010","2010",101.20624,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2011","2011",98.14536,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2012","2012",103.30094,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2013","2013",102.55166,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2014","2014",103.0432,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2015","2015",103.17736,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2016","2016",102.0599,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VCT","Saint Vincent and the Grenadines","2017","2017",101.93106,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","1990","1990",107.19464,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","1991","1991",109.62634,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","1996","1996",112.00821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","1997","1997",108.3265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","1998","1998",113.53365,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","1999","1999",116.02194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2000","2000",117.65757,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2001","2001",118.29031,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2002","2002",118.97235,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2003","2003",116.77516,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2004","2004",118.25956,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2005","2005",117.67893,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2006","2006",119.24544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2007","2007",119.62023,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2008","2008",119.78392,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2009","2009",118.56977,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2010","2010",117.52249,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2011","2011",115.52394,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2012","2012",113.72908,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2013","2013",111.1198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2014","2014",110.19312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2015","2015",110.10381,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARG","Argentina","2016","2016",109.73067,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1990","1990",94.3283,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1991","1991",94.92851,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1992","1992",95.86264,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1993","1993",96.24345,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1994","1994",96.41477,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1995","1995",98.31934,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1996","1996",96.56406,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1997","1997",96.00047,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1998","1998",96.40654,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","1999","1999",97.65918,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2000","2000",98.86228,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2001","2001",97.96829,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2002","2002",98.36216,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2003","2003",98.01312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2004","2004",104.03505,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2005","2005",106.23403,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2006","2006",111.24465,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2007","2007",113.25911,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2009","2009",113.45266,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2010","2010",118.23397,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2011","2011",118.41421,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2012","2012",116.28734,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2013","2013",114.95645,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2014","2014",113.97129,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2015","2015",112.76188,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWZ","Eswatini","2016","2016",109.53077,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","1994","1994",92.76272,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","1995","1995",94.86267,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","1997","1997",101.76629,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","1998","1998",104.608,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","1999","1999",108.28576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2000","2000",113.72266,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2001","2001",122.17996,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2002","2002",135.98068,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2003","2003",137.51276,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2004","2004",137.34558,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2005","2005",135.64806,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2006","2006",133.17419,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2007","2007",132.20677,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2008","2008",127.66867,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2009","2009",127.38366,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2010","2010",127.40664,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2011","2011",126.35961,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2012","2012",126.03785,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2013","2013",129.24242,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2014","2014",120.02476,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2015","2015",117.51771,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2016","2016",111.59892,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KHM","Cambodia","2017","2017",109.11718,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","1990","1990",73.49071,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","1991","1991",75.37777,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","1992","1992",81.46575,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","1997","1997",102.33104,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","1998","1998",107.33454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","1999","1999",102.70903,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2000","2000",109.89835,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2001","2001",109.61653,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2002","2002",116.18247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2003","2003",126.2798,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2004","2004",135.38265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2005","2005",137.16037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2006","2006",142.04842,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2007","2007",146.30739,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2008","2008",143.76913,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2009","2009",144.4375,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2010","2010",143.26504,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2011","2011",142.27269,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2012","2012",142.48948,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2013","2013",138.97768,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2014","2014",134.90606,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2015","2015",134.72987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2016","2016",137.26841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","RWA","Rwanda","2017","2017",134.09643,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2002","2002",103.04252,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2003","2003",100.03598,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2004","2004",99.75274,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2005","2005",99.45093,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2006","2006",97.62859,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2007","2007",98.99187,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2009","2009",94.58724,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2011","2011",95.00454,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2012","2012",95.5314,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2013","2013",96.20825,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2014","2014",97.58785,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2015","2015",98.96846,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VGB","British Virgin Islands","2016","2016",96.35993,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","1990","1990",102.69359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","1991","1991",101.73925,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","1993","1993",96.82242,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","1999","1999",94.52881,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","2000","2000",95.83999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","2001","2001",95.50804,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","2002","2002",96.06871,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","2003","2003",94.78148,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JAM","Jamaica","2004","2004",96.44988,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1990","1990",100.24413,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1991","1991",100.32546,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1992","1992",100.05721,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1993","1993",99.2189,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1994","1994",98.80464,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1995","1995",98.42259,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1996","1996",98.58086,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1997","1997",84.43869,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1998","1998",100.37191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","1999","1999",100.66499,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2000","2000",100.98357,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2001","2001",100.95433,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2002","2002",100.33012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2003","2003",100.02044,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2004","2004",99.43913,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2005","2005",98.66178,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2006","2006",98.9296,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2007","2007",99.15116,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2008","2008",99.39742,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2009","2009",99.31647,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2010","2010",99.23571,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2011","2011",99.50677,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2012","2012",100.1052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2013","2013",100.18027,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2014","2014",99.78686,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2015","2015",99.75825,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2016","2016",100.11042,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NOR","Norway","2017","2017",100.183,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1990","1990",82.43969,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1991","1991",82.03172,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1992","1992",80.68135,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1993","1993",101.09887,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1994","1994",100.80252,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1995","1995",100.04776,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1996","1996",100.05072,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1997","1997",99.75517,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","1999","1999",97.64387,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2000","2000",96.64867,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2001","2001",96.53871,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2002","2002",97.69892,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2003","2003",97.44124,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2004","2004",97.98074,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2005","2005",100.92126,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2006","2006",102.53669,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2007","2007",102.84992,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2008","2008",103.93116,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2009","2009",105.94246,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2010","2010",101.6154,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2011","2011",101.58575,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2012","2012",100.28753,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2013","2013",99.65207,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2014","2014",98.74593,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CYP","Cyprus","2015","2015",99.3095,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","1992","1992",47.64797,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","1993","1993",50.07017,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","1994","1994",53.28434,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","1995","1995",56.36304,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","1996","1996",62.0446,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","1997","1997",65.82005,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","1998","1998",69.34784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","1999","1999",82.7817,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2000","2000",84.14059,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2001","2001",87.25943,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2002","2002",84.78581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2003","2003",91.54514,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2004","2004",93.49388,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2005","2005",91.48109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2006","2006",89.97072,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2007","2007",91.23542,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2008","2008",89.33136,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2009","2009",86.59927,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2010","2010",84.85116,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2011","2011",82.45694,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2012","2012",85.364,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2013","2013",86.60591,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2014","2014",90.66117,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2015","2015",94.51473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2016","2016",97.05298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2017","2017",101.03251,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GMB","Gambia","2018","2018",104.78695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1990","1990",112.97051,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1991","1991",110.14458,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1992","1992",107.68097,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1993","1993",105.44713,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1994","1994",105.93591,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1995","1995",106.07851,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1996","1996",106.50923,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1997","1997",105.27177,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1998","1998",105.39819,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","1999","1999",105.49115,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2000","2000",100.88426,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2001","2001",100.79219,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2002","2002",100.6259,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2003","2003",100.3385,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2004","2004",100.03664,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2005","2005",105.13378,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2006","2006",104.85377,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2007","2007",104.2634,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2008","2008",104.16776,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2009","2009",103.52637,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2010","2010",103.36549,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2011","2011",102.91533,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2012","2012",102.55255,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2013","2013",102.41201,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2014","2014",102.33172,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2015","2015",102.26701,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","FRA","France","2016","2016",102.24743,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",96.83136,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",97.46185,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1998","1998",97.15753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",103.74176,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",106.53009,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",109.43172,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",110.45994,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",108.31306,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",107.78948,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1991","1991",38.21513,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1992","1992",43.19,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1993","1993",48.04215,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1994","1994",51.00037,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1995","1995",54.46222,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1996","1996",58.30412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1997","1997",61.80055,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1998","1998",64.1168,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","1999","1999",66.65228,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2000","2000",70.39222,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2001","2001",74.16826,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2002","2002",77.69615,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2003","2003",82.14605,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2004","2004",87.04995,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2005","2005",90.04738,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2006","2006",93.74379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2007","2007",96.94807,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2008","2008",100.59365,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2009","2009",104.89634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2010","2010",107.89958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2011","2011",109.33059,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2012","2012",109.52087,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2013","2013",103.42682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2014","2014",101.08548,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2015","2015",98.44504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2016","2016",95.30046,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BTN","Bhutan","2017","2017",92.59977,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1990","1990",85.23272,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1991","1991",89.35073,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1992","1992",95.04543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1993","1993",100.12543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1994","1994",105.61009,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1995","1995",104.8473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1996","1996",102.10639,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1997","1997",100.5637,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1998","1998",100.63711,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","1999","1999",100.73958,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2000","2000",101.11052,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2001","2001",100.19291,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2002","2002",99.00162,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2003","2003",98.10498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2004","2004",97.48522,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2005","2005",98.14944,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2006","2006",99.56831,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2007","2007",98.99529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2008","2008",100.63354,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2009","2009",101.0701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2010","2010",100.85159,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2011","2011",100.00387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2012","2012",99.68011,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2013","2013",99.95981,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2014","2014",101.82841,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2015","2015",102.3013,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HUN","Hungary","2016","2016",101.87092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1990","1990",90.01486,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1991","1991",93.07204,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1992","1992",93.36109,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1993","1993",92.3905,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1994","1994",91.36422,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1995","1995",95.21521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1996","1996",94.43184,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1997","1997",94.78249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","1999","1999",99.72229,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2000","2000",101.37638,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2001","2001",99.36111,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2002","2002",99.47889,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2003","2003",99.48654,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2004","2004",99.82285,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2005","2005",97.89131,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2006","2006",96.65267,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2007","2007",94.41768,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2008","2008",94.02987,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2009","2009",93.57756,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2010","2010",93.54078,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2011","2011",93.60298,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2012","2012",93.79797,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2013","2013",93.76831,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2014","2014",93.06422,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2015","2015",92.41278,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2016","2016",91.75292,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDA","Republic of Moldova","2017","2017",91.25053,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1990","1990",89.87412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1991","1991",91.16371,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1992","1992",91.62541,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1993","1993",94.98791,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1994","1994",94.09292,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1995","1995",95.55564,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1996","1996",97.64435,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1998","1998",104.76322,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","1999","1999",105.16718,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2000","2000",106.16419,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2001","2001",105.26437,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2002","2002",104.31308,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2003","2003",103.72972,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2004","2004",102.81612,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2005","2005",101.79069,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2006","2006",101.42707,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2007","2007",101.54892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2008","2008",101.96122,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2009","2009",102.28939,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2010","2010",102.32403,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2011","2011",102.58109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2012","2012",102.76649,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2013","2013",103.24578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2014","2014",103.28021,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2015","2015",103.79558,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHE","Switzerland","2016","2016",104.03746,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1991","1991",99.74409,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1992","1992",99.43927,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1993","1993",100.28441,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1994","1994",101.95453,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1995","1995",102.76536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1996","1996",102.63704,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1997","1997",101.37285,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1998","1998",101.67049,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","1999","1999",104.09853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2000","2000",105.51521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2001","2001",104.99088,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2002","2002",105.41133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2003","2003",106.23249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2004","2004",102.54462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2005","2005",109.07798,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2006","2006",107.21823,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2007","2007",107.57282,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2008","2008",107.56551,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2009","2009",107.69231,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2010","2010",110.43179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2011","2011",112.99545,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2012","2012",114.39653,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2013","2013",114.43258,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2014","2014",115.43097,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2015","2015",116.09314,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2016","2016",112.82726,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYC","Seychelles","2017","2017",109.51285,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1991","1991",70.6681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1992","1992",74.28412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1993","1993",76.00226,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1994","1994",75.66065,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1995","1995",77.97621,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1996","1996",79.31002,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1997","1997",80.22803,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1998","1998",86.30625,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","1999","1999",91.40851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2000","2000",94.70946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2001","2001",95.67994,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2002","2002",98.80975,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2004","2004",104.80466,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2005","2005",106.30129,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2006","2006",107.84575,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2007","2007",108.65896,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2008","2008",109.58914,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2009","2009",114.05263,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2010","2010",114.28121,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2011","2011",112.69581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2012","2012",107.66041,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2013","2013",104.50707,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2014","2014",101.01736,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2015","2015",99.8779,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2016","2016",99.13215,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GTM","Guatemala","2017","2017",99.62547,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","1990","1990",75.8091,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2000","2000",87.45883,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2001","2001",88.3564,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2002","2002",89.36267,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2003","2003",89.9415,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2004","2004",95.40447,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2005","2005",98.926,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2006","2006",94.20649,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2007","2007",98.82714,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2008","2008",99.40003,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2009","2009",100.74316,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2010","2010",102.70568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2011","2011",98.35511,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2012","2012",97.16832,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2013","2013",95.57235,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2014","2014",100.40079,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2015","2015",99.36892,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2016","2016",105.16523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PAK","Pakistan","2017","2017",102.75263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1990","1990",108.48203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1991","1991",108.51632,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1992","1992",103.06731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1993","1993",99.5577,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1994","1994",99.95029,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1995","1995",100.89301,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1996","1996",97.6204,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1997","1997",93.76878,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","1998","1998",90.04463,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","2007","2007",101.53795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","2012","2012",101.02004,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","2013","2013",99.21281,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","2014","2014",103.56927,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","2015","2015",112.81367,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARE","United Arab Emirates","2016","2016",112.78261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1990","1990",35.16444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1991","1991",31.4626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1992","1992",25.19362,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1993","1993",21.62279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1994","1994",25.42046,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1995","1995",29.08993,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1996","1996",34.95265,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1997","1997",40.33983,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1998","1998",49.96408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","1999","1999",49.40526,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2000","2000",54.44354,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2001","2001",60.26224,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2002","2002",63.45867,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2003","2003",64.8169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2004","2004",67.75247,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2005","2005",79.0134,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2006","2006",83.32765,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2007","2007",89.16547,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2008","2008",94.82285,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2009","2009",93.50236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2010","2010",91.77596,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2011","2011",94.50057,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2012","2012",94.55075,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2014","2014",99.9232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ETH","Ethiopia","2015","2015",101.94423,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","1992","1992",135.95929,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","1994","1994",139.49815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","1995","1995",145.75311,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","1996","1996",144.09963,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","1997","1997",143.50271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","1999","1999",141.85612,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","2001","2001",136.72495,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","2002","2002",142.47998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","2003","2003",138.99342,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GAB","Gabon","2011","2011",138.72353,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1990","1990",116.26922,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1991","1991",120.56846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1992","1992",120.52272,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1993","1993",118.69065,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1994","1994",118.77352,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1995","1995",116.86747,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1996","1996",115.63781,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1997","1997",116.36411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1998","1998",114.31125,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","1999","1999",107.01601,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2000","2000",110.09532,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2001","2001",115.37128,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2002","2002",109.31069,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2003","2003",116.15199,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2004","2004",109.94413,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2005","2005",111.20643,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2006","2006",109.07523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2007","2007",104.80667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2008","2008",108.30753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2009","2009",108.02332,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2014","2014",111.17447,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2015","2015",102.83806,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2016","2016",103.72002,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KIR","Kiribati","2017","2017",97.04562,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1990","1990",104.7387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1991","1991",102.56854,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1992","1992",100.93142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1993","1993",100.16312,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1994","1994",100.03378,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1995","1995",101.5194,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1996","1996",100.21506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1997","1997",101.45097,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1998","1998",101.8014,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","1999","1999",100.5263,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2000","2000",99.54072,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2001","2001",97.79587,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2002","2002",97.38499,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2003","2003",98.43256,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2004","2004",98.53342,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2005","2005",99.71795,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2006","2006",100.17962,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2007","2007",100.60232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2008","2008",100.97887,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2009","2009",101.06303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2010","2010",101.11094,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2011","2011",99.78168,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2012","2012",98.35209,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2013","2013",97.94509,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2014","2014",97.61998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2015","2015",97.94278,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2016","2016",98.81834,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NZL","New Zealand","2017","2017",100.01093,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1990","1990",62.04307,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1991","1991",65.18,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1992","1992",61.30977,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1993","1993",60.55192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1995","1995",44.80552,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1996","1996",36.05891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1997","1997",37.09179,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1998","1998",43.42679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","1999","1999",50.45573,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2000","2000",52.29198,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2001","2001",54.68156,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2002","2002",58.42381,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2003","2003",64.24384,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2004","2004",69.99617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2005","2005",75.37544,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2006","2006",98.58465,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2007","2007",111.18269,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2008","2008",119.72137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2009","2009",129.44277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2010","2010",136.95704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2011","2011",142.62014,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2012","2012",142.08334,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2013","2013",140.05916,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2014","2014",138.64073,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2015","2015",134.84951,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2016","2016",131.31522,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BDI","Burundi","2017","2017",126.19784,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","1999","1999",89.79436,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2002","2002",120.45392,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2003","2003",109.76032,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2004","2004",120.71993,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2005","2005",116.04956,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2006","2006",115.7939,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2007","2007",112.27279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2008","2008",110.44618,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2009","2009",107.65287,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2011","2011",105.40207,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2015","2015",93.39986,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MHL","Marshall Islands","2016","2016",89.29495,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","1993","1993",121.86801,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","1994","1994",116.88255,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","1995","1995",114.64091,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","1996","1996",108.8633,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","1997","1997",120.20964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","1998","1998",112.70414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","1999","1999",106.57723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2000","2000",89.5831,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2001","2001",91.76066,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2002","2002",104.21732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2003","2003",105.94442,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2004","2004",101.96208,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2005","2005",95.51448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2007","2007",95.47724,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2008","2008",96.9808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2009","2009",101.47724,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2010","2010",101.54895,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2013","2013",100.58584,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2014","2014",102.23627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2015","2015",102.86538,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2016","2016",99.5744,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRD","Grenada","2017","2017",99.26894,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1991","1991",104.3455,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1992","1992",101.14099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1993","1993",104.568,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1994","1994",96.50575,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1995","1995",92.42475,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1996","1996",93.2753,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1997","1997",126.90023,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1998","1998",129.16404,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","1999","1999",133.57148,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2000","2000",98.66373,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2001","2001",102.13005,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2002","2002",95.37611,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2003","2003",94.20017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2004","2004",94.92271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2005","2005",95.44106,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2006","2006",100.1558,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2007","2007",113.2846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2008","2008",114.51545,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2009","2009",110.84571,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2010","2010",99.06596,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2011","2011",98.47586,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2012","2012",98.93329,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2013","2013",98.40743,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2014","2014",96.71612,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2015","2015",94.77566,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2016","2016",94.34433,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ARM","Armenia","2017","2017",94.16855,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","1990","1990",122.05467,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","1991","1991",114.0003,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","1992","1992",133.66169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","1993","1993",139.54169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","1994","1994",151.20004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","1999","1999",105.73674,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2001","2001",107.00414,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2002","2002",104.985,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2005","2005",105.66485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2006","2006",106.45104,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2007","2007",104.89296,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2008","2008",112.7026,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2009","2009",115.69164,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2010","2010",116.31272,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2011","2011",115.33458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2012","2012",116.60935,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2013","2013",117.35405,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2014","2014",118.29303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2015","2015",121.11787,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2016","2016",120.96396,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SUR","Suriname","2017","2017",115.84581,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2003","2003",106.1244,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2004","2004",109.15222,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2006","2006",107.51196,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2007","2007",107.11217,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2008","2008",105.52567,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2009","2009",105.69871,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2010","2010",105.45918,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2011","2011",104.9505,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2012","2012",103.828,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2014","2014",102.66099,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2015","2015",105.66542,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LIE","Liechtenstein","2016","2016",105.49102,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1990","1990",89.70496,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1991","1991",84.86967,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1992","1992",84.88747,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1993","1993",86.10226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1994","1994",89.14491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1995","1995",95.25138,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1996","1996",98.0056,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1997","1997",98.82755,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1998","1998",98.45733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","1999","1999",96.66327,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2000","2000",96.76579,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2001","2001",97.79538,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2002","2002",100.73838,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2003","2003",104.37128,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2004","2004",110.83185,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2005","2005",108.44981,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2006","2006",104.46236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2007","2007",102.82877,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2008","2008",97.7166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2009","2009",97.73644,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2010","2010",97.57453,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2011","2011",97.05975,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2012","2012",96.07519,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2015","2015",90.44188,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ROU","Romania","2016","2016",89.44836,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","1990","1990",37.54335,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","1991","1991",35.0235,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","2000","2000",57.83556,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","2001","2001",60.8596,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","2011","2011",107.37576,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","2012","2012",112.42017,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","2013","2013",114.63939,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","2015","2015",113.30283,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","2016","2016",115.22126,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLE","Sierra Leone","2017","2017",121.76102,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1990","1990",105.49576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1991","1991",104.23488,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1992","1992",104.19611,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1993","1993",103.56439,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1994","1994",102.71066,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1995","1995",102.81195,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1996","1996",102.74916,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1997","1997",103.25048,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1998","1998",104.0625,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","1999","1999",104.24583,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2000","2000",104.19459,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2001","2001",103.46453,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2002","2002",101.73079,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2003","2003",100.74944,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2004","2004",100.64542,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2005","2005",100.90761,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2006","2006",101.97006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2007","2007",102.29432,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2008","2008",101.57311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2009","2009",100.78877,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2010","2010",100.45481,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2011","2011",100.20151,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2012","2012",100.92482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2013","2013",101.55619,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2014","2014",101.6755,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2015","2015",102.22617,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2016","2016",102.51779,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AUT","Austria","2017","2017",104.22576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1990","1990",107.49344,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1991","1991",107.02656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1992","1992",106.13789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1993","1993",108.80534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1994","1994",111.55651,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1995","1995",115.4177,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1996","1996",119.76914,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1997","1997",119.02866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1998","1998",115.56628,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","1999","1999",114.27482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2000","2000",110.69831,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2001","2001",110.98494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2002","2002",111.71238,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2003","2003",118.22709,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2004","2004",114.2372,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2005","2005",113.3906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2006","2006",113.42112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2007","2007",112.89427,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2008","2008",111.13753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2009","2009",109.02898,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2010","2010",109.35888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2011","2011",109.36243,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2012","2012",110.6469,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2013","2013",109.54933,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2014","2014",108.60855,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TON","Tonga","2015","2015",108.38694,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1990","1990",98.23312,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1991","1991",98.34443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1992","1992",99.2626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1993","1993",99.96666,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1994","1994",98.38639,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1995","1995",97.99805,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1996","1996",99.04567,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1997","1997",99.76484,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1998","1998",100.8664,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","1999","1999",103.62482,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2000","2000",102.70068,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2001","2001",102.0697,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2002","2002",101.3815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2003","2003",101.05217,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2004","2004",100.8615,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2005","2005",101.30086,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2006","2006",102.33302,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2007","2007",103.34933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2008","2008",103.40888,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2009","2009",102.48801,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2010","2010",101.92473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2011","2011",101.50183,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2012","2012",100.7362,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2013","2013",101.85187,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2014","2014",101.59541,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2015","2015",101.1794,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ITA","Italy","2016","2016",100.35555,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1990","1990",106.79928,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1991","1991",108.71283,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1992","1992",106.48586,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1993","1993",105.16271,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1994","1994",105.22848,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1995","1995",105.29585,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1996","1996",106.74148,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1997","1997",107.96521,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1998","1998",107.04814,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","1999","1999",107.58418,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2000","2000",107.9778,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2001","2001",109.17424,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2002","2002",108.91847,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2003","2003",108.65862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2004","2004",107.62814,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2005","2005",107.84331,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2006","2006",107.86314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2007","2007",106.64667,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2008","2008",106.6085,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2009","2009",107.37629,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2012","2012",108.99917,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2013","2013",109.28009,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BWA","Botswana","2014","2014",103.51677,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1990","1990",97.62682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1991","1991",96.58999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1992","1992",98.89478,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1993","1993",99.45188,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1994","1994",101.22999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1995","1995",100.81723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1996","1996",103.14102,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1997","1997",102.59711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1998","1998",100.00697,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","1999","1999",99.96419,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2000","2000",99.08978,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2001","2001",98.43737,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2002","2002",98.39411,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2003","2003",96.46438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2004","2004",96.4192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2005","2005",96.77296,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2006","2006",97.20133,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2007","2007",97.95519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2008","2008",98.89378,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2009","2009",101.15864,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2010","2010",102.18112,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2011","2011",102.21561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2012","2012",101.62012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2013","2013",99.97958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2014","2014",98.98148,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2015","2015",97.92182,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2016","2016",98.27097,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CUB","Cuba","2017","2017",99.23979,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1990","1990",112.46257,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1992","1992",112.4555,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1993","1993",112.08407,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1994","1994",113.46768,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1995","1995",112.51359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1996","1996",100.30061,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1997","1997",98.33169,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1998","1998",95.4432,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","1999","1999",96.31918,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2000","2000",95.68031,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2001","2001",95.25387,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2002","2002",95.18811,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2003","2003",96.29922,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2004","2004",97.76635,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2005","2005",98.06703,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2006","2006",99.36429,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2007","2007",98.19918,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2008","2008",98.60761,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2009","2009",98.7005,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2010","2010",98.95969,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2011","2011",99.22551,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2012","2012",103.49966,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2013","2013",106.53584,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2014","2014",107.97011,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2015","2015",107.47827,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2016","2016",105.83585,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KGZ","Kyrgyzstan","2017","2017",107.44089,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1990","1990",108.03006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1991","1991",108.48502,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1992","1992",105.09467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1993","1993",104.88683,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1994","1994",105.06431,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1995","1995",105.46073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1996","1996",105.54203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1997","1997",106.8219,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1998","1998",106.90368,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","1999","1999",107.02906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2000","2000",106.22059,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2001","2001",105.66545,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2002","2002",104.34729,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2003","2003",102.26227,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2004","2004",101.01112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2005","2005",97.97697,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2006","2006",96.33301,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2007","2007",96.1699,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2008","2008",96.6338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2009","2009",93.11109,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2010","2010",98.68452,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2011","2011",98.41193,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2012","2012",98.74214,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2013","2013",99.95054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2014","2014",101.09285,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2015","2015",102.19718,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MLT","Malta","2016","2016",102.62005,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","1994","1994",98.50505,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","1995","1995",98.78775,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","1996","1996",98.23721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","1997","1997",97.99571,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","1998","1998",96.25957,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","1999","1999",96.09953,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2000","2000",95.88084,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2001","2001",99.42906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2002","2002",104.36896,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2003","2003",107.15042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2004","2004",108.45758,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2005","2005",109.00432,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2006","2006",108.46384,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2007","2007",107.74822,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2009","2009",107.99057,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2010","2010",111.48465,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2011","2011",106.45542,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2012","2012",105.21959,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2014","2014",105.89428,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2015","2015",106.54031,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2016","2016",107.01309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","WSM","Samoa","2017","2017",108.53535,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1990","1990",108.57019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1991","1991",108.76083,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1992","1992",108.99476,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1993","1993",109.24537,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1994","1994",108.39399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1995","1995",108.07292,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1996","1996",108.13822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1997","1997",112.69114,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1998","1998",111.8409,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","1999","1999",111.28417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2000","2000",109.0212,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2001","2001",108.34599,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2002","2002",110.20337,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2003","2003",111.16137,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2004","2004",112.63133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2005","2005",113.89898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2006","2006",115.30109,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2007","2007",114.69822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2008","2008",113.93914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2009","2009",113.36559,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2010","2010",112.0714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2013","2013",109.72818,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2014","2014",108.55472,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2015","2015",107.42318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","URY","Uruguay","2016","2016",105.48203,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2003","2003",107.35025,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2004","2004",108.17971,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2005","2005",112.68999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2006","2006",116.99686,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2007","2007",119.29199,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2008","2008",121.91591,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2009","2009",115.85017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2010","2010",110.44505,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2011","2011",98.31417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2012","2012",97.34325,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2015","2015",95.46852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2016","2016",96.02647,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MNE","Montenegro","2017","2017",98.23761,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1991","1991",89.95402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1992","1992",91.79497,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1993","1993",86.11085,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1994","1994",90.92588,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1995","1995",91.00392,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1996","1996",91.96136,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1997","1997",89.84333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1998","1998",97.98961,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","1999","1999",98.62838,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2000","2000",100.12473,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2001","2001",99.28758,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2002","2002",99.45354,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2003","2003",101.35943,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2004","2004",100.57621,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2005","2005",100.15614,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2006","2006",99.41248,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2007","2007",97.46779,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2008","2008",99.43404,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2009","2009",99.47867,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2010","2010",100.3734,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2011","2011",100.20038,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2012","2012",99.74604,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2013","2013",99.49815,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2014","2014",96.468,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2015","2015",95.82221,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2016","2016",96.40174,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TJK","Tajikistan","2017","2017",99.49302,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1990","1990",92.90501,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1991","1991",102.62301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1992","1992",111.36341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1993","1993",112.7308,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1994","1994",113.60569,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1995","1995",108.34177,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1996","1996",107.84298,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1997","1997",103.55287,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","1999","1999",97.3483,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2000","2000",100.75003,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2001","2001",99.93095,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2002","2002",99.96825,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2003","2003",101.83117,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2004","2004",101.84846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2005","2005",101.09796,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2006","2006",100.61353,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2007","2007",100.42046,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2008","2008",101.01087,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2009","2009",99.3167,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2010","2010",98.73861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2014","2014",101.87261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2016","2016",109.53041,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MMR","Myanmar","2017","2017",113.03898,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1990","1990",77.58988,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1991","1991",80.21181,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1992","1992",82.2783,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1993","1993",84.29463,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1994","1994",85.32141,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1995","1995",85.93651,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1996","1996",86.87827,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1997","1997",88.70466,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1998","1998",89.56396,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","1999","1999",90.51268,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2000","2000",91.02506,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2001","2001",92.02016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2002","2002",91.17206,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2003","2003",90.30213,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2005","2005",92.06342,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2006","2006",91.91618,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2007","2007",93.30994,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2008","2008",95.15909,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2009","2009",100.73886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2011","2011",103.22109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2012","2012",104.98732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2013","2013",112.52487,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2014","2014",113.53143,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2015","2015",111.26156,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2016","2016",110.08837,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","OMN","Oman","2017","2017",108.75131,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","1994","1994",90.26751,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","1995","1995",87.99557,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","1996","1996",86.62931,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","1998","1998",84.06284,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","1999","1999",82.07919,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2000","2000",81.43832,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2001","2001",80.95574,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2002","2002",84.00001,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2004","2004",101.58065,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2005","2005",112.46162,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2006","2006",111.96182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2007","2007",113.45013,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2008","2008",113.90363,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2009","2009",106.97216,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2010","2010",104.50975,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2011","2011",106.96081,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2012","2012",106.76654,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2013","2013",102.01929,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2014","2014",104.16593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2015","2015",101.83423,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2016","2016",98.46497,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZMB","Zambia","2017","2017",98.68448,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1990","1990",42.41814,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1991","1991",37.74636,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1992","1992",29.1372,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1993","1993",25.41247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1994","1994",31.1304,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1995","1995",36.29241,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1996","1996",44.26018,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1997","1997",51.40313,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1998","1998",62.71241,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","1999","1999",61.1031,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2000","2000",65.63606,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2001","2001",71.03446,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2002","2002",73.81333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2003","2003",74.67933,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2004","2004",75.95263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2005","2005",86.04842,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2006","2006",89.00706,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2007","2007",94.38247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2008","2008",99.58961,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2009","2009",97.03857,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2010","2010",95.37869,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2011","2011",98.37002,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2012","2012",98.04526,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2014","2014",104.1371,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ETH","Ethiopia","2015","2015",106.76259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1990","1990",110.04992,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1991","1991",109.28455,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1992","1992",108.00088,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1993","1993",107.28439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1994","1994",105.49755,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1995","1995",104.90393,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1996","1996",108.58115,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1997","1997",106.7765,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1998","1998",108.20921,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","1999","1999",108.98145,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2000","2000",109.37752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2001","2001",108.6725,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2002","2002",107.97195,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2003","2003",107.82258,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2004","2004",106.81557,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2005","2005",105.9492,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2006","2006",103.94502,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2007","2007",104.28667,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2008","2008",105.97782,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2009","2009",108.08449,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2014","2014",113.89061,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2015","2015",113.00704,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PHL","Philippines","2016","2016",110.86949,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1991","1991",114.63143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1992","1992",112.77078,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1993","1993",112.36528,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1994","1994",115.51006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1995","1995",106.69442,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1996","1996",89.79708,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1997","1997",95.53689,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1998","1998",93.72389,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","1999","1999",95.45075,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2000","2000",98.09772,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2001","2001",99.63964,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2002","2002",99.53118,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2003","2003",98.96466,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2004","2004",99.02207,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2005","2005",98.17213,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2006","2006",97.23973,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2007","2007",94.91137,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2008","2008",94.30764,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2009","2009",95.54982,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2010","2010",94.22297,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2011","2011",96.44974,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2012","2012",98.88866,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2013","2013",101.97485,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2014","2014",106.55592,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2015","2015",107.44336,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2016","2016",106.9224,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","AZE","Azerbaijan","2017","2017",102.52004,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1990","1990",87.44351,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1991","1991",91.07867,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1992","1992",93.1841,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1993","1993",95.94407,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1994","1994",98.26402,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1995","1995",97.09966,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1996","1996",96.2239,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1997","1997",97.68078,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1998","1998",98.01661,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","1999","1999",103.76135,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2000","2000",104.83044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2001","2001",108.96997,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2002","2002",116.46434,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2003","2003",117.54064,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2004","2004",120.03458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2005","2005",121.06701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2006","2006",124.76689,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2007","2007",124.08999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2008","2008",124.01634,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIC","Nicaragua","2010","2010",123.25886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1990","1990",105.71301,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1991","1991",105.37512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1992","1992",105.26395,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1993","1993",105.13904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1994","1994",105.12542,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1995","1995",100.60748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1996","1996",101.07575,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1997","1997",100.92227,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1998","1998",101.035,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","1999","1999",101.17414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2000","2000",101.52184,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2001","2001",101.56257,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2002","2002",102.43494,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2003","2003",102.54,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2004","2004",103.02891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2005","2005",103.3381,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2006","2006",103.8031,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2007","2007",105.57632,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2008","2008",105.50318,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2009","2009",105.56401,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2010","2010",105.78676,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2011","2011",105.92487,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2012","2012",106.25127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2013","2013",106.39113,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2014","2014",105.92241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2015","2015",102.2274,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2016","2016",101.31774,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AUS","Australia","2017","2017",100.91547,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1990","1990",110.16962,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1991","1991",110.68168,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1992","1992",103.91664,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1993","1993",104.44223,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1994","1994",104.9873,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1995","1995",103.11382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1996","1996",98.45722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1997","1997",99.34833,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1998","1998",98.53628,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","1999","1999",99.06387,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2000","2000",99.61571,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2001","2001",99.37862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2002","2002",98.09095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2003","2003",97.61472,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2004","2004",96.64864,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2005","2005",96.671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2006","2006",95.647,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2007","2007",93.68279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2008","2008",92.68135,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2009","2009",91.91336,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2010","2010",92.82161,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2011","2011",93.25958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2012","2012",95.14215,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2013","2013",96.49093,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2014","2014",97.27991,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2015","2015",98.63066,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2016","2016",100.18643,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UZB","Uzbekistan","2017","2017",102.27907,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","1999","1999",111.15558,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2000","2000",108.90179,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2001","2001",107.72119,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2002","2002",108.0091,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2003","2003",105.32269,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2004","2004",106.41501,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2005","2005",107.81114,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2006","2006",111.64685,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2007","2007",112.61201,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2008","2008",110.80958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2009","2009",112.12332,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2010","2010",113.03634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2011","2011",103.71852,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2012","2012",105.40282,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2013","2013",114.72793,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ABW","Aruba","2014","2014",115.20468,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","1990","1990",100.20779,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","1991","1991",99.52518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","1992","1992",99.22129,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","1993","1993",99.13274,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","1994","1994",99.7614,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","1995","1995",100.06905,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","1996","1996",99.79668,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","1997","1997",98.85513,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","2013","2013",100.39618,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","2014","2014",99.7262,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","2015","2015",98.96358,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JPN","Japan","2016","2016",98.43612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1990","1990",100.15193,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1991","1991",99.6198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1992","1992",99.47436,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1993","1993",100.39239,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1994","1994",99.83065,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1995","1995",98.05771,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1996","1996",98.10138,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1997","1997",100.27023,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1998","1998",101.26347,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","1999","1999",99.99448,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2000","2000",99.26827,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2001","2001",98.65946,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2002","2002",97.48665,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2003","2003",96.30221,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2004","2004",95.44966,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2005","2005",94.80054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2006","2006",94.83135,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2007","2007",95.00796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2008","2008",95.24395,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2009","2009",96.01941,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2010","2010",96.95333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2011","2011",97.68547,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2012","2012",99.59825,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2013","2013",99.6591,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2014","2014",99.23494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2015","2015",104.57698,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","POL","Poland","2016","2016",109.58987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","1990","1990",111.06869,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","1991","1991",110.64173,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","1992","1992",110.27128,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","1993","1993",107.12854,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","1994","1994",103.98282,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","1995","1995",103.49896,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","1997","1997",103.84271,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","1999","1999",108.2213,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2000","2000",108.16102,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2001","2001",109.98417,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2002","2002",110.50456,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2003","2003",106.8443,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2004","2004",106.17679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2005","2005",105.77275,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2006","2006",104.7044,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2007","2007",104.53612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2008","2008",103.83127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2009","2009",101.02072,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2010","2010",101.96542,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2011","2011",101.5203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2012","2012",99.37097,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2013","2013",107.62373,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2014","2014",106.74995,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2015","2015",103.64125,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TUR","Turkey","2016","2016",101.58342,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1990","1990",107.71618,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1991","1991",106.11348,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1992","1992",104.07536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1993","1993",101.13142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1994","1994",98.15154,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",97.5217,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",97.41913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1998","1998",96.97839,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",102.99538,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",105.51925,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",108.30176,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",109.21993,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",107.18638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",106.80587,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","1990","1990",95.37156,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","1991","1991",98.20782,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","1992","1992",100.8715,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","1993","1993",101.3798,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","1994","1994",101.19526,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","1995","1995",102.82809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","1996","1996",103.3735,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","1999","1999",104.76242,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2000","2000",105.9737,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2001","2001",106.00594,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2002","2002",105.88583,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2003","2003",105.42526,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2004","2004",105.07806,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2005","2005",103.54521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2006","2006",102.6055,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2007","2007",103.13343,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2008","2008",102.50736,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2009","2009",102.88811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2010","2010",104.25073,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2011","2011",105.00454,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2012","2012",105.61408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2013","2013",104.4626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2014","2014",104.03085,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2015","2015",104.48587,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2016","2016",103.62905,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISR","Israel","2017","2017",103.81966,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","1990","1990",107.81163,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","1991","1991",110.19555,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","1992","1992",110.44729,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","1993","1993",109.6306,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","1994","1994",107.24001,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","1995","1995",107.46473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","1999","1999",102.36311,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2000","2000",102.34074,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2001","2001",105.61245,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2002","2002",113.59599,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2003","2003",121.05277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2005","2005",95.37032,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2006","2006",95.35437,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2007","2007",95.8376,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2008","2008",97.70444,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2009","2009",99.45281,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2011","2011",101.25205,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2012","2012",101.52363,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2013","2013",100.57078,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2014","2014",99.01108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2015","2015",101.08428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RUS","Russian Federation","2016","2016",102.3381,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TKM","Turkmenistan","2014","2014",88.40174,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2001","2001",114.39974,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2002","2002",108.70158,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2003","2003",102.73035,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2004","2004",96.80335,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2005","2005",89.28186,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2008","2008",98.78536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2009","2009",106.29976,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2010","2010",118.86687,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2011","2011",126.3245,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2012","2012",127.3262,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2013","2013",125.65419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2014","2014",121.61613,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2015","2015",116.40953,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2016","2016",109.48103,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TLS","Timor-Leste","2017","2017",100.58318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1990","1990",101.68599,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1991","1991",101.99301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1992","1992",106.14983,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1993","1993",107.33721,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1994","1994",108.31301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1995","1995",109.36373,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1996","1996",114.57643,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1998","1998",119.29401,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","1999","1999",119.63218,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2000","2000",120.91092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2001","2001",118.98313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2002","2002",120.98827,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2004","2004",125.02188,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2005","2005",127.50447,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2006","2006",128.71779,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2007","2007",129.41675,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2008","2008",129.4999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2009","2009",129.68543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2010","2010",124.28461,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2011","2011",120.51997,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2012","2012",116.56236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2013","2013",116.62147,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2014","2014",113.74613,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2015","2015",113.56272,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2016","2016",113.98817,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COL","Colombia","2017","2017",112.67988,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1991","1991",88.66577,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1992","1992",88.77698,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1993","1993",91.7023,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1994","1994",91.84982,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1995","1995",97.46367,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1996","1996",98.85379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1997","1997",99.36624,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1998","1998",98.98023,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","1999","1999",99.33634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2000","2000",102.77896,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2001","2001",102.3917,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2002","2002",102.35947,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2003","2003",102.24497,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2004","2004",103.41191,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2005","2005",102.42101,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2006","2006",101.68277,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2007","2007",100.64738,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2008","2008",98.82881,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2009","2009",99.19292,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2010","2010",99.82954,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2011","2011",100.63497,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2012","2012",101.57142,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2013","2013",101.66433,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2014","2014",101.43568,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2015","2015",101.94596,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LTU","Lithuania","2016","2016",102.75126,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","1999","1999",50.55977,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2001","2001",58.64617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2002","2002",62.00617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2003","2003",66.19712,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2004","2004",70.09695,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2005","2005",74.39224,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2008","2008",79.08402,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2010","2010",81.20736,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2011","2011",84.76505,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2012","2012",84.95468,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2013","2013",88.47766,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","YEM","Yemen","2016","2016",86.05319,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","1998","1998",107.91341,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","1999","1999",111.27373,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2000","2000",113.96439,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2002","2002",118.57946,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2003","2003",116.28527,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2004","2004",104.97045,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2005","2005",105.54788,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2006","2006",100.92921,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2007","2007",109.89008,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2008","2008",105.6554,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2009","2009",103.5379,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2010","2010",103.41371,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2011","2011",104.31606,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2012","2012",102.4151,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2013","2013",103.77348,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2014","2014",102.2051,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2015","2015",106.21861,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2016","2016",105.81693,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","DOM","Dominican Republic","2017","2017",103.96925,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1991","1991",99.71048,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1992","1992",100.01963,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1993","1993",100.99483,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1994","1994",101.38945,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1995","1995",101.99471,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1996","1996",101.42045,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1997","1997",100.66978,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1998","1998",100.69204,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","1999","1999",102.71429,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2000","2000",104.0762,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2001","2001",104.5264,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2002","2002",105.59725,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2003","2003",107.08471,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2004","2004",103.02688,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2005","2005",110.07178,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2006","2006",107.24638,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2007","2007",106.08634,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2008","2008",105.46931,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2009","2009",105.88092,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2010","2010",108.78901,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2011","2011",110.38697,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2012","2012",112.92992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2013","2013",114.63987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2014","2014",116.52333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2015","2015",116.4906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2016","2016",113.22355,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYC","Seychelles","2017","2017",108.71659,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1990","1990",114.75739,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1991","1991",118.17665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1992","1992",121.81234,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1993","1993",123.45067,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1994","1994",121.90631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1995","1995",100.46512,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1996","1996",100.4461,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1997","1997",98.20449,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1998","1998",95.64099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","1999","1999",95.09082,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2000","2000",95.75197,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2001","2001",98.68475,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2002","2002",100.33706,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2003","2003",101.36755,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2004","2004",102.2004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2005","2005",101.43217,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2006","2006",100.54877,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2007","2007",101.99128,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2008","2008",106.38829,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2009","2009",107.65575,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2010","2010",108.0307,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2011","2011",108.92932,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2012","2012",109.44309,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2013","2013",110.86966,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2014","2014",111.52415,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2015","2015",110.70265,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2016","2016",109.01567,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2017","2017",107.91241,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KAZ","Kazakhstan","2018","2018",104.86005,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","1990","1990",58.62725,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2000","2000",73.8295,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2001","2001",74.61586,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2002","2002",75.51888,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2003","2003",78.01315,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2004","2004",83.0699,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2005","2005",87.87425,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2006","2006",84.72051,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2007","2007",90.88514,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2008","2008",91.88047,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2009","2009",93.66448,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2010","2010",95.41277,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2011","2011",91.66004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2012","2012",91.10076,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2013","2013",89.50597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2014","2014",93.24638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2015","2015",92.40915,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2016","2016",97.70962,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PAK","Pakistan","2017","2017",95.9226,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1990","1990",20.43043,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1991","1991",20.89862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1992","1992",22.2882,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1993","1993",25.39224,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1994","1994",28.40704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1995","1995",31.83019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1996","1996",34.23739,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1997","1997",38.14054,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1998","1998",42.65627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","1999","1999",46.57597,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2000","2000",49.218,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2001","2001",52.68921,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2002","2002",56.61726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2003","2003",58.34692,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2004","2004",61.59744,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2005","2005",64.81587,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2006","2006",68.25253,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2007","2007",71.17832,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2008","2008",73.70113,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2009","2009",75.5502,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2010","2010",76.83743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2011","2011",78.16371,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2012","2012",75.32334,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2014","2014",72.31695,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2015","2015",71.45252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2016","2016",72.20746,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLI","Mali","2017","2017",75.5514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2001","2001",64.70076,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2002","2002",64.84203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2003","2003",65.7235,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2004","2004",67.02992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2005","2005",67.47363,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2006","2006",72.69994,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2007","2007",73.12673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2008","2008",77.99325,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2009","2009",76.64364,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2010","2010",75.75639,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2011","2011",73.8627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2012","2012",75.21827,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2013","2013",76.14377,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2014","2014",75.42348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2015","2015",76.74476,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2016","2016",78.88381,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SDN","Sudan","2017","2017",79.54962,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","1993","1993",80.24098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","1994","1994",83.92809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","1995","1995",84.81249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","1996","1996",86.37072,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","1997","1997",87.28327,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","1998","1998",91.131,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","1999","1999",93.12094,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2000","2000",95.04631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2001","2001",97.08648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2002","2002",99.781,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2003","2003",101.75578,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2005","2005",103.34544,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2006","2006",100.70325,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2007","2007",97.72313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2008","2008",93.84752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2009","2009",91.78628,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2010","2010",91.94597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2011","2011",93.53773,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2012","2012",95.85064,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2013","2013",98.40791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2014","2014",98.97955,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2015","2015",98.03987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HRV","Croatia","2016","2016",95.39571,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1991","1991",97.29104,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1992","1992",95.47498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1993","1993",86.33943,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1994","1994",85.00283,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1995","1995",82.68775,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1996","1996",82.51248,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1997","1997",84.89452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1998","1998",88.98184,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","1999","1999",92.40789,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2000","2000",95.18116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2001","2001",92.78155,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2002","2002",89.46973,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2003","2003",88.67093,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2004","2004",90.70995,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2005","2005",89.75787,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2006","2006",93.01816,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2007","2007",98.3597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2008","2008",100.86848,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2009","2009",101.644,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2010","2010",101.76974,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2011","2011",102.84505,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2012","2012",105.49967,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2013","2013",106.37094,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2014","2014",105.07653,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2015","2015",104.31933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2016","2016",102.59762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GEO","Georgia","2017","2017",102.77438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1990","1990",19.37894,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1991","1991",20.13819,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1992","1992",19.80931,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1993","1993",20.08607,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1994","1994",20.01046,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1995","1995",21.21953,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1996","1996",21.4413,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1997","1997",22.37331,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1998","1998",22.82603,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","1999","1999",24.52674,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2000","2000",25.98505,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2001","2001",28.5892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2002","2002",32.02394,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2003","2003",34.90393,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2004","2004",38.30858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2005","2005",40.20078,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2006","2006",41.03089,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2007","2007",43.47858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2008","2008",48.03671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2009","2009",51.91109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2010","2010",56.02545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2011","2011",59.97689,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2012","2012",62.29504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2013","2013",63.20786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2014","2014",64.11235,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2015","2015",66.01197,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2016","2016",68.07643,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NER","Niger","2017","2017",69.87061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","1990","1990",98.32992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","1991","1991",98.64284,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","1992","1992",101.14319,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","1993","1993",112.84209,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","1994","1994",111.78351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","1997","1997",113.15093,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","1998","1998",120.94181,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","1999","1999",119.31652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2000","2000",121.82553,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2001","2001",121.78256,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2002","2002",122.1818,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2003","2003",125.59538,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2004","2004",122.39264,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2005","2005",119.15573,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2006","2006",112.51381,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2007","2007",113.67063,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2008","2008",113.79058,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2009","2009",114.21232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2010","2010",123.04083,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2013","2013",125.15848,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VUT","Vanuatu","2015","2015",120.6544,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","1990","1990",29.69897,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","1991","1991",28.28224,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","1993","1993",30.63106,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","1994","1994",42.35823,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","1995","1995",45.38522,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","1998","1998",32.6797,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","1999","1999",26.50919,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2000","2000",21.87195,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2001","2001",21.7232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2002","2002",71.64971,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2003","2003",96.89072,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2004","2004",108.4999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2005","2005",101.47684,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2006","2006",104.91439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2007","2007",101.78228,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2008","2008",103.40057,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2009","2009",99.16368,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2010","2010",102.16385,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2011","2011",99.37152,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2012","2012",105.09498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2013","2013",105.98387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2014","2014",107.36793,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2015","2015",107.22536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","AFG","Afghanistan","2017","2017",103.92368,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1990","1990",38.32243,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1991","1991",38.0797,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1992","1992",39.34173,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1993","1993",34.68099,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1994","1994",36.78023,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1995","1995",37.79265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1996","1996",38.18348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1997","1997",37.48086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1998","1998",36.61707,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","1999","1999",37.82683,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2000","2000",37.30241,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2001","2001",41.53166,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2002","2002",43.24514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2004","2004",46.85571,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2005","2005",47.76889,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2006","2006",50.49354,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2007","2007",51.65086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2008","2008",60.30949,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2009","2009",58.93049,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2011","2011",64.23562,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2012","2012",67.24244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2013","2013",67.74559,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2014","2014",69.50888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2015","2015",67.96525,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2016","2016",67.2772,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2017","2017",67.53369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DJI","Djibouti","2018","2018",69.31235,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","1993","1993",115.39006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","1994","1994",116.11352,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2000","2000",111.85606,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2001","2001",108.04078,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2002","2002",105.79578,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2003","2003",94.69174,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2005","2005",90.83308,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2008","2008",72.96692,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2009","2009",70.67167,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2010","2010",69.40254,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2011","2011",67.70537,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2012","2012",69.00957,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GNQ","Equatorial Guinea","2015","2015",61.813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","1991","1991",99.12343,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","1992","1992",83.43513,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","1993","1993",82.33886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","1996","1996",78.07368,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","1999","1999",88.50608,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","2000","2000",87.45641,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","2003","2003",96.89468,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","2004","2004",95.16697,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRQ","Iraq","2007","2007",98.7497,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1990","1990",108.45907,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1991","1991",108.11146,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1992","1992",108.05229,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1993","1993",107.98083,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1994","1994",107.48291,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1995","1995",107.69882,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1996","1996",107.1962,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1997","1997",106.78035,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1998","1998",106.27376,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","1999","1999",106.23422,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2000","2000",106.37133,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2001","2001",106.16205,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2002","2002",106.20876,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2003","2003",105.89681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2004","2004",104.90241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2005","2005",103.66111,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2006","2006",102.28513,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2007","2007",102.18368,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2008","2008",102.49722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2009","2009",103.78892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2010","2010",104.64004,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2011","2011",105.62377,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2012","2012",106.56508,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2013","2013",106.37459,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2014","2014",105.52744,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2015","2015",104.46217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2016","2016",104.22685,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MEX","Mexico","2017","2017",103.88046,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1991","1991",99.50826,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1992","1992",101.63111,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1993","1993",100.55872,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1994","1994",100.69687,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1995","1995",99.89191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1996","1996",98.86001,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1997","1997",98.03106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1998","1998",100.67605,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","1999","1999",100.30567,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2000","2000",100.80024,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2001","2001",101.22313,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2002","2002",99.30424,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2003","2003",97.91528,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2004","2004",97.18732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2005","2005",97.64171,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2006","2006",100.01753,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2007","2007",102.68272,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2008","2008",103.58891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2009","2009",102.59867,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2010","2010",100.99314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2011","2011",99.85448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2012","2012",100.01772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2013","2013",99.84589,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2014","2014",99.30815,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2015","2015",98.13411,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SVK","Slovakia","2016","2016",97.31476,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1990","1990",95.53523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1991","1991",94.5303,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1992","1992",94.62067,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1993","1993",95.38866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1994","1994",95.65402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1995","1995",98.21254,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1996","1996",102.14579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1997","1997",103.55185,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1998","1998",104.59164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","1999","1999",104.80605,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2000","2000",104.84332,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2001","2001",105.76583,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2002","2002",104.27881,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2003","2003",105.38526,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2004","2004",105.73401,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2005","2005",103.81041,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2006","2006",104.02788,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2007","2007",107.43118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2008","2008",109.16111,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2009","2009",109.86237,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2010","2010",108.70883,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2011","2011",104.22484,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2012","2012",101.35474,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2013","2013",99.56506,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2014","2014",98.91844,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2015","2015",97.5624,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGR","Bulgaria","2016","2016",95.34568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2003","2003",104.90104,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2004","2004",109.85507,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2006","2006",105.93301,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2007","2007",107.92564,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2008","2008",107.90791,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2009","2009",104.87078,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2010","2010",108.60656,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2011","2011",104.5082,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2012","2012",102.63158,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2014","2014",103.05907,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2015","2015",106.49215,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LIE","Liechtenstein","2016","2016",107.47951,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1990","1990",112.02345,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1991","1991",109.37803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1992","1992",106.85202,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1993","1993",104.65859,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1994","1994",104.88564,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1995","1995",105.12841,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1996","1996",105.71618,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1997","1997",104.74829,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1998","1998",104.86855,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","1999","1999",104.90515,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2000","2000",100.42826,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2001","2001",100.38221,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2002","2002",100.2493,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2003","2003",99.97545,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2004","2004",99.81118,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2005","2005",104.63649,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2006","2006",104.27885,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2007","2007",103.85978,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2008","2008",103.62215,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2009","2009",103.04114,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2010","2010",102.76151,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2011","2011",102.6911,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2012","2012",102.52316,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2013","2013",102.27644,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2014","2014",102.10138,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2015","2015",101.97449,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FRA","France","2016","2016",101.98719,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","HTI","Haiti","1992","1992",76.39763,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HTI","Haiti","1993","1993",80.15587,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HTI","Haiti","1994","1994",86.02434,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HTI","Haiti","1995","1995",93.16299,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HTI","Haiti","1996","1996",101.5994,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HTI","Haiti","1997","1997",110.56168,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HTI","Haiti","1998","1998",112.96662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1990","1990",85.46143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1991","1991",89.65272,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1992","1992",95.44236,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1994","1994",106.37117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1995","1995",105.58532,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1996","1996",102.93139,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1997","1997",101.49944,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1998","1998",101.49275,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","1999","1999",101.74581,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2000","2000",102.05293,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2001","2001",101.10393,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2002","2002",99.87027,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2003","2003",98.85239,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2004","2004",98.24005,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2005","2005",99.13554,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2006","2006",100.43293,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2007","2007",99.85889,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2008","2008",101.27644,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2009","2009",101.48946,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2010","2010",101.16868,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2011","2011",100.23186,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2012","2012",99.94261,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2013","2013",100.33978,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2014","2014",102.18278,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2015","2015",102.48059,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HUN","Hungary","2016","2016",102.01407,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1990","1990",65.16989,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1991","1991",64.61892,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1992","1992",66.55368,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1993","1993",69.95659,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1994","1994",72.95771,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1995","1995",73.26474,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1996","1996",74.28125,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1997","1997",74.51964,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","1998","1998",78.95789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2000","2000",73.5371,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2001","2001",67.10541,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2002","2002",65.08544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2003","2003",60.85881,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2004","2004",60.31096,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2005","2005",61.85553,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2006","2006",60.12192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2008","2008",63.15004,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2012","2012",110.89408,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PNG","Papua New Guinea","2016","2016",116.4937,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1990","1990",96.14292,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1991","1991",96.11541,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1992","1992",97.79387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1993","1993",93.71697,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1994","1994",94.00458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1995","1995",96.50288,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1996","1996",97.67834,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1997","1997",98.75342,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1998","1998",98.94867,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","1999","1999",98.18931,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2000","2000",97.1857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2001","2001",100.99961,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2002","2002",104.98175,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2003","2003",110.44248,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2004","2004",122.01691,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2005","2005",100.12898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2006","2006",101.39691,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2007","2007",97.82841,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2008","2008",98.13417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2009","2009",98.63064,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2010","2010",98.96941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2011","2011",99.30175,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2012","2012",99.73211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2013","2013",99.37491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2014","2014",99.14044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2015","2015",99.38422,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SVN","Slovenia","2016","2016",99.30317,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","1990","1990",107.92295,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","1991","1991",107.96054,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","1992","1992",106.05752,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","1993","1993",105.52737,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","1994","1994",105.03664,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","1995","1995",107.76366,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","1996","1996",103.70016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","1998","1998",105.79332,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2001","2001",106.90468,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2002","2002",105.38276,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2003","2003",102.48781,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2004","2004",100.85469,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2005","2005",99.34681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2006","2006",98.51651,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2007","2007",97.78713,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2008","2008",96.73732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2009","2009",94.2082,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2010","2010",98.4375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2011","2011",97.70488,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2012","2012",98.87331,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2013","2013",99.39766,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2014","2014",100.08436,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2015","2015",100.60733,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2016","2016",100.81436,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LKA","Sri Lanka","2017","2017",101.12959,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","1992","1992",118.7536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","1993","1993",122.17081,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","1994","1994",125.5177,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","1995","1995",123.01593,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","1996","1996",122.76497,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","1997","1997",119.96656,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","1998","1998",126.7722,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","1999","1999",128.01452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2000","2000",128.16973,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2001","2001",127.01142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2002","2002",125.75462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2003","2003",126.18521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2004","2004",125.29939,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2005","2005",119.09985,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2006","2006",117.37351,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2007","2007",112.38291,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2008","2008",109.52614,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2009","2009",107.38408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2015","2015",101.05038,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2016","2016",101.50939,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDV","Maldives","2017","2017",101.51855,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","1990","1990",123.25892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","1991","1991",124.32209,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","1994","1994",121.5935,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","1998","1998",121.86227,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","1999","1999",120.67876,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2000","2000",119.38493,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2001","2001",117.96663,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2002","2002",117.216,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2003","2003",114.65973,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2004","2004",111.9179,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2005","2005",110.11942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2006","2006",109.51827,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2007","2007",106.63008,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2008","2008",104.20823,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2009","2009",101.07305,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2010","2010",99.0388,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2011","2011",97.32914,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2012","2012",96.2216,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2013","2013",96.97895,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2014","2014",96.38449,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2015","2015",94.97553,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2016","2016",93.38505,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CPV","Cabo Verde","2017","2017",92.53582,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1990","1990",109.18181,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1991","1991",109.07067,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1992","1992",106.21743,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1993","1993",113.01039,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1994","1994",116.80135,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1995","1995",116.75064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1996","1996",120.33216,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1997","1997",120.46405,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1998","1998",121.4161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","1999","1999",117.63267,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2000","2000",115.16385,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2001","2001",112.29249,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2002","2002",113.7844,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2003","2003",115.88191,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2004","2004",117.20489,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2005","2005",119.57995,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2006","2006",121.62826,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2007","2007",122.99542,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2008","2008",125.27775,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2009","2009",127.04165,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2010","2010",128.59713,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2011","2011",126.67402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2012","2012",124.83212,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2013","2013",123.75371,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2014","2014",121.65667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2015","2015",117.08474,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2016","2016",112.59662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LAO","Lao People's Democratic Republic","2017","2017",108.73079,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","1990","1990",92.85487,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","1991","1991",93.56155,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","1994","1994",86.7156,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","1995","1995",84.64556,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","1996","1996",83.11716,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","1998","1998",80.97933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","1999","1999",78.86485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2000","2000",78.68091,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2001","2001",78.35376,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2002","2002",81.13731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2004","2004",99.26824,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2005","2005",109.91663,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2006","2006",110.8788,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2007","2007",111.73825,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2008","2008",112.65753,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2009","2009",106.40791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2010","2010",105.18801,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2011","2011",106.67923,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2012","2012",107.22865,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2013","2013",102.33409,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2014","2014",104.41809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2015","2015",101.99407,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2016","2016",99.39853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZMB","Zambia","2017","2017",99.78035,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1990","1990",93.03946,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1991","1991",96.04849,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1992","1992",93.12398,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1993","1993",102.12258,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1994","1994",105.38534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1995","1995",104.63467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1996","1996",104.6334,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1997","1997",101.80265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1998","1998",103.18182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","1999","1999",103.37404,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2000","2000",103.55397,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2001","2001",103.86944,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2002","2002",102.18281,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2003","2003",99.79498,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2004","2004",99.26255,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2005","2005",99.90351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2006","2006",100.38133,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2007","2007",103.56151,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2008","2008",106.11153,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2009","2009",106.21296,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2010","2010",104.01307,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2011","2011",101.02942,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2012","2012",99.38918,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2013","2013",98.66961,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2014","2014",98.61693,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2015","2015",99.31899,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CZE","Czechia","2016","2016",99.95796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1990","1990",94.71805,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1991","1991",101.05447,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1992","1992",103.31698,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1993","1993",106.17757,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1994","1994",108.6345,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1995","1995",109.73885,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1996","1996",114.78647,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1998","1998",120.87522,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","1999","1999",119.61371,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2000","2000",121.10902,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2001","2001",119.5326,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2002","2002",121.53373,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2004","2004",125.79112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2005","2005",128.74348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2006","2006",129.65429,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2007","2007",129.94781,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2008","2008",129.85605,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2009","2009",129.95786,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2010","2010",125.40714,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2011","2011",122.60303,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2012","2012",118.53166,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2013","2013",118.19509,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2014","2014",115.66822,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2015","2015",115.44076,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2016","2016",115.68285,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","COL","Colombia","2017","2017",114.6039,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1990","1990",97.6414,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1991","1991",96.6128,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1992","1992",97.45005,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1993","1993",96.91063,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1994","1994",95.22393,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1995","1995",94.67078,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1996","1996",94.83784,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1998","1998",93.45394,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","1999","1999",93.87891,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","2000","2000",94.95095,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","2002","2002",98.03079,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","2003","2003",99.04042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","JOR","Jordan","2004","2004",99.01655,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","1991","1991",90.76667,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","1994","1994",102.09585,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","1995","1995",95.50376,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","1996","1996",95.50662,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","1997","1997",95.11339,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","1998","1998",94.75021,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","1999","1999",99.79086,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2000","2000",100.14192,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2001","2001",100.12943,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2002","2002",100.31602,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2003","2003",99.41079,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2004","2004",100.1534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2005","2005",100.80898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2006","2006",101.46625,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2007","2007",101.53145,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2008","2008",100.61561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2010","2010",97.61423,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2011","2011",96.55315,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2012","2012",97.04721,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2013","2013",96.53831,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2014","2014",97.11412,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2015","2015",98.62713,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LUX","Luxembourg","2016","2016",100.78979,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1991","1991",107.85039,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1992","1992",108.84905,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1993","1993",111.60174,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1994","1994",112.59364,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1995","1995",110.8477,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1996","1996",109.81203,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1997","1997",107.04152,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1998","1998",108.72019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","1999","1999",107.70077,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2000","2000",107.17558,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2001","2001",104.77203,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2002","2002",105.72976,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2003","2003",109.22223,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2004","2004",109.09672,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2005","2005",108.41577,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2006","2006",107.66593,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2007","2007",107.36259,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2008","2008",106.2752,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2009","2009",106.33318,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2010","2010",106.30196,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2011","2011",106.4826,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2012","2012",105.33632,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2013","2013",105.61641,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2014","2014",105.00184,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2015","2015",104.68124,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2016","2016",106.15693,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRN","Brunei Darussalam","2017","2017",104.26932,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1990","1990",122.67251,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1991","1991",127.63466,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1992","1992",126.99877,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1993","1993",125.08847,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1994","1994",126.82149,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1995","1995",123.52751,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1996","1996",121.62558,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1997","1997",120.34628,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1998","1998",118.78989,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","1999","1999",114.82824,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2000","2000",113.90549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2001","2001",113.02985,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2002","2002",112.81412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2003","2003",111.74751,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2004","2004",109.0516,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2005","2005",108.16359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2006","2006",107.13835,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2007","2007",108.23124,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2008","2008",107.19374,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2009","2009",106.48304,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2010","2010",105.75016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2012","2012",107.32879,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2013","2013",109.14343,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NAM","Namibia","2017","2017",117.27126,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","1991","1991",108.7144,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","1992","1992",107.53184,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","1994","1994",107.99573,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","1995","1995",106.93932,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","1996","1996",104.84305,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","1997","1997",105.13695,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","1998","1998",105.06223,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","1999","1999",103.74742,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2000","2000",101.5717,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2001","2001",103.98117,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2002","2002",105.84394,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2003","2003",108.59621,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2004","2004",112.61676,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2006","2006",113.46448,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2007","2007",107.52256,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2008","2008",106.57583,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2009","2009",105.1017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2011","2011",104.87096,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2012","2012",104.98264,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2013","2013",105.62958,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2015","2015",105.54585,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","FJI","Fiji","2016","2016",105.30307,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1990","1990",105.01389,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1991","1991",105.39217,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1992","1992",105.08824,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1993","1993",107.09523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1994","1994",106.79177,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1995","1995",105.53086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1996","1996",105.37425,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1997","1997",104.53837,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1998","1998",104.62079,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","1999","1999",104.73721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2000","2000",104.59736,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2001","2001",104.16478,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2002","2002",103.82888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2003","2003",103.76509,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2004","2004",103.99043,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2005","2005",103.56674,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2006","2006",104.26478,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2007","2007",105.86421,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2008","2008",107.15232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2009","2009",107.16731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2010","2010",105.69074,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2011","2011",104.66753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2012","2012",103.4356,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2013","2013",104.5895,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2014","2014",103.63834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2015","2015",103.84969,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ESP","Spain","2016","2016",103.32135,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HTI","Haiti","1992","1992",74.7762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HTI","Haiti","1993","1993",78.30313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HTI","Haiti","1994","1994",84.05392,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HTI","Haiti","1995","1995",91.02768,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HTI","Haiti","1996","1996",99.25559,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HTI","Haiti","1997","1997",108.20001,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","HTI","Haiti","1998","1998",111.87834,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1990","1990",99.45911,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1991","1991",101.12999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1992","1992",100.0373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1993","1993",99.9273,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1994","1994",100.61731,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1995","1995",102.19901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1996","1996",104.80328,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1997","1997",106.13315,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1998","1998",105.46653,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","1999","1999",104.63221,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2000","2000",103.83368,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2001","2001",103.45733,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2002","2002",100.70706,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2003","2003",100.05183,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2004","2004",98.44119,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2005","2005",100.57084,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2006","2006",97.95761,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2007","2007",96.38938,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2008","2008",95.38146,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2009","2009",92.4524,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2010","2010",92.97292,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2011","2011",94.47431,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2012","2012",97.42128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2013","2013",100.93971,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2014","2014",106.69854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2015","2015",108.19932,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2016","2016",108.32344,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ALB","Albania","2017","2017",108.60334,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","1990","1990",51.1858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","1991","1991",68.11349,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","1992","1992",66.88453,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","1993","1993",68.503,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","1994","1994",65.16722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","1995","1995",65.69845,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","1998","1998",56.11482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","1999","1999",50.80789,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2002","2002",59.06286,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2007","2007",83.76414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2008","2008",92.70459,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2009","2009",92.84478,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2010","2010",93.09545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2011","2011",94.17777,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2012","2012",98.91063,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2013","2013",101.34589,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2014","2014",104.95931,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COD","Democratic Republic of the Congo","2015","2015",107.64235,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1990","1990",53.44243,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1991","1991",55.55102,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1992","1992",60.07634,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1993","1993",66.4399,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1994","1994",72.62019,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1995","1995",76.46795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1996","1996",79.10086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1997","1997",81.33307,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1998","1998",82.42405,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","1999","1999",83.20194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2000","2000",83.45649,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2001","2001",83.06108,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2002","2002",83.44316,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2003","2003",84.782,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2004","2004",90.60902,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2005","2005",89.39421,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2006","2006",92.11421,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2007","2007",93.00429,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2008","2008",88.29419,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2009","2009",93.07504,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2010","2010",94.20915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2011","2011",92.40001,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2012","2012",93.21152,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2013","2013",93.51721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2014","2014",94.54456,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2015","2015",98.77086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2016","2016",91.0216,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MRT","Mauritania","2017","2017",92.7998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1990","1990",111.98501,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1991","1991",113.00946,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1992","1992",115.95374,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1993","1993",115.12615,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1994","1994",115.8937,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1995","1995",115.78005,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1996","1996",119.91989,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1997","1997",117.65544,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","1999","1999",116.64294,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2000","2000",120.34882,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2001","2001",113.13456,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2002","2002",118.11034,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2003","2003",115.68801,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2004","2004",116.68179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2005","2005",115.43051,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2006","2006",128.13065,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2007","2007",128.23342,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2008","2008",125.82402,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2009","2009",137.21802,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2010","2010",142.11561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2011","2011",145.12808,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2012","2012",142.2658,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2013","2013",138.07278,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2014","2014",134.75446,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2015","2015",134.94105,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2016","2016",135.3848,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NPL","Nepal","2017","2017",134.12059,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FSM","Micronesia (Federated States of)","2004","2004",112.04951,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FSM","Micronesia (Federated States of)","2005","2005",109.79726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FSM","Micronesia (Federated States of)","2007","2007",112.35287,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FSM","Micronesia (Federated States of)","2014","2014",97.1805,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FSM","Micronesia (Federated States of)","2015","2015",95.67412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","1993","1993",117.56555,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","1994","1994",118.35031,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","1998","1998",115.04539,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","1999","1999",113.29011,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2000","2000",112.9806,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2001","2001",119.10766,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2002","2002",124.8172,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2003","2003",97.26965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2004","2004",96.36348,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2005","2005",106.2105,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2006","2006",99.82881,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2007","2007",97.82989,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2008","2008",96.92952,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2009","2009",96.82653,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2010","2010",99.07109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2011","2011",101.26088,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2012","2012",101.94725,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2013","2013",102.58517,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","UKR","Ukraine","2014","2014",100.91868,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2004","2004",100.7899,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2005","2005",93.18236,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2008","2008",101.64762,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2009","2009",109.13494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2010","2010",121.35501,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2011","2011",129.11667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2012","2012",130.04677,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2013","2013",127.78711,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2014","2014",122.46294,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2015","2015",117.27134,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2016","2016",110.60552,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TLS","Timor-Leste","2017","2017",101.97519,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1990","1990",92.84109,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1991","1991",94.55311,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1992","1992",87.8174,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1993","1993",85.09717,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1994","1994",83.55576,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1995","1995",81.61439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1996","1996",86.07929,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1998","1998",93.05767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","1999","1999",95.74052,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2000","2000",101.4852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2001","2001",102.53482,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2002","2002",103.30053,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2003","2003",118.25474,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2004","2004",134.49235,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2005","2005",138.89947,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2006","2006",138.4058,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2007","2007",139.23677,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2008","2008",142.0049,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2009","2009",149.30729,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2010","2010",143.71781,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2011","2011",143.4119,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2012","2012",143.97838,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2013","2013",143.89528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2014","2014",145.24914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2015","2015",147.31543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MDG","Madagascar","2016","2016",143.82419,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","1990","1990",80.79853,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","1991","1991",82.32,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","1992","1992",87.86095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","1993","1993",92.91174,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","1994","1994",97.03407,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","1999","1999",85.6892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2000","2000",82.5146,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2002","2002",91.67284,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2005","2005",97.7883,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2006","2006",103.82322,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2007","2007",104.79031,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2010","2010",113.14269,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2011","2011",114.0487,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2012","2012",111.60158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2013","2013",113.24382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2014","2014",111.57108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2015","2015",112.9033,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2016","2016",114.02473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLB","Solomon Islands","2017","2017",113.90948,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","1993","1993",111.63215,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","1994","1994",113.70268,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","1999","1999",106.97004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2000","2000",102.11958,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2001","2001",106.27404,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2002","2002",103.18818,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2003","2003",93.93033,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2005","2005",89.2879,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2008","2008",71.6321,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2009","2009",69.69725,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2010","2010",68.92721,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2011","2011",67.55762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2012","2012",68.79284,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNQ","Equatorial Guinea","2015","2015",61.57761,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","1990","1990",96.60592,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","1991","1991",94.60937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","1992","1992",98.51774,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","1993","1993",103.74404,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","1994","1994",102.88731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","1995","1995",97.3226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","1996","1996",84.58799,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","1999","1999",103.92567,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2000","2000",108.77894,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2001","2001",105.30304,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2002","2002",107.14242,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2003","2003",108.37499,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2004","2004",109.34565,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2005","2005",109.7752,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2006","2006",109.61197,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2007","2007",98.99211,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2008","2008",88.99013,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2009","2009",89.92676,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2010","2010",89.0783,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2011","2011",93.72006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2012","2012",93.22913,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2013","2013",95.24721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2014","2014",90.70756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NGA","Nigeria","2016","2016",87.12829,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","1990","1990",103.2542,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","1991","1991",105.34776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","1994","1994",112.28794,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","1995","1995",114.40394,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","1997","1997",112.66764,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","1998","1998",111.20341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","1999","1999",110.42354,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2000","2000",103.9292,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2001","2001",103.53207,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2002","2002",104.37498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2003","2003",104.5657,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2004","2004",104.31913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2005","2005",102.64055,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2006","2006",101.80432,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2007","2007",102.51475,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2008","2008",101.26421,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2009","2009",99.63056,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2010","2010",97.88724,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2011","2011",96.66039,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2012","2012",96.9076,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2013","2013",97.23451,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2014","2014",98.4859,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2015","2015",102.79989,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZAF","South Africa","2016","2016",102.26239,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","1990","1990",65.44277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","1991","1991",73.6051,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","1992","1992",74.96743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","1993","1993",74.83166,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","1994","1994",76.51401,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","1995","1995",75.75914,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","1999","1999",78.15022,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2000","2000",83.08557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2001","2001",78.42494,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2002","2002",81.34626,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2003","2003",77.89579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2004","2004",80.52286,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2005","2005",86.90744,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2006","2006",91.84658,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2007","2007",96.5072,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2008","2008",101.72004,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2009","2009",100.78218,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2011","2011",103.81107,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2012","2012",107.86262,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2013","2013",107.14242,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2014","2014",105.33341,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2015","2015",108.70541,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2016","2016",107.28297,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2017","2017",105.50142,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GHA","Ghana","2018","2018",103.28838,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","1990","1990",111.41715,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","1991","1991",103.46452,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","1992","1992",102.19768,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","1993","1993",102.48402,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","1999","1999",100.00902,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2000","2000",101.6547,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2001","2001",100.56876,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2002","2002",99.91861,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2003","2003",97.60366,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2004","2004",97.19846,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2005","2005",96.61494,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2006","2006",96.41765,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2007","2007",97.21208,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2008","2008",97.24951,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2009","2009",94.90683,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2010","2010",94.83409,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2011","2011",95.45531,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2012","2012",95.79638,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2013","2013",97.3287,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2014","2014",100.48504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2015","2015",102.57158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2016","2016",105.13821,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MAC","China, Macao Special Administrative Region","2017","2017",105.00769,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","1990","1990",98.7462,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","1991","1991",96.90424,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","1992","1992",95.56854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","1993","1993",95.22984,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","1994","1994",92.21712,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","1995","1995",90.0213,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","1998","1998",91.06881,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","1999","1999",89.23798,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2000","2000",94.19848,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2001","2001",95.16415,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2002","2002",87.56778,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2003","2003",101.27595,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2004","2004",99.50638,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2005","2005",99.40885,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2006","2006",97.12159,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2007","2007",103.97581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2008","2008",103.62225,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2009","2009",105.24149,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2012","2012",112.41464,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2014","2014",108.46803,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2015","2015",105.86312,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KEN","Kenya","2016","2016",105.47608,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","1990","1990",145.40968,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","1991","1991",143.94326,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","1992","1992",142.44476,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","1993","1993",141.69904,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","1997","1997",134.46126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","1999","1999",107.20033,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","2000","2000",105.13912,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","2001","2001",107.06384,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","2002","2002",105.14894,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","2003","2003",105.97027,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","2004","2004",104.57866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","2005","2005",105.14534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","2006","2006",111.76366,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LCA","Saint Lucia","2007","2007",103.32481,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1990","1990",32.5255,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1991","1991",33.72297,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1992","1992",34.41491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1993","1993",35.47658,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1994","1994",36.77636,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1995","1995",38.83546,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1996","1996",40.96957,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1998","1998",43.31879,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","1999","1999",44.28435,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2000","2000",45.01737,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2001","2001",46.43783,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2002","2002",47.05757,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2003","2003",49.31104,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2004","2004",53.8744,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2005","2005",58.32719,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2006","2006",62.06521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2007","2007",67.6691,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2008","2008",73.22384,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2009","2009",77.61482,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2010","2010",78.01417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2011","2011",81.59491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2012","2012",84.09267,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2013","2013",85.71858,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2014","2014",87.33811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2015","2015",88.36633,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2016","2016",91.11084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BFA","Burkina Faso","2017","2017",93.65296,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1990","1990",96.68216,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1991","1991",95.251,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1992","1992",94.76537,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1993","1993",94.87455,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1994","1994",95.2947,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1995","1995",96.14432,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1996","1996",96.97831,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1997","1997",98.53768,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1998","1998",99.91791,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","1999","1999",102.19256,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2000","2000",104.37911,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2001","2001",100.12138,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2002","2002",96.00614,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2003","2003",99.00638,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2004","2004",99.96848,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2005","2005",97.77009,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2007","2007",102.89865,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2008","2008",104.46901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2009","2009",104.4979,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TTO","Trinidad and Tobago","2010","2010",104.30992,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MSR","Montserrat","2002","2002",116.03053,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MSR","Montserrat","2004","2004",107.58621,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MSR","Montserrat","2005","2005",116.47597,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MSR","Montserrat","2006","2006",113.90135,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MSR","Montserrat","2007","2007",106.65236,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1990","1990",109.48708,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1991","1991",110.74062,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1992","1992",109.6061,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1993","1993",105.74616,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1994","1994",108.50544,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1995","1995",111.16205,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1996","1996",109.30959,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1997","1997",106.90223,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1998","1998",106.39183,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","1999","1999",104.41342,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2000","2000",116.81503,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2001","2001",117.62403,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2002","2002",118.05503,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2003","2003",120.42709,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2004","2004",118.95461,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2005","2005",117.09291,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2006","2006",117.55355,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2007","2007",111.1024,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2008","2008",110.34272,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2009","2009",109.43241,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2010","2010",110.42701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2011","2011",110.62837,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2012","2012",110.40022,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2013","2013",107.27904,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2014","2014",106.324,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2015","2015",104.74945,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2016","2016",103.90019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LSO","Lesotho","2017","2017",104.81678,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRI","Puerto Rico","2009","2009",93.45688,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRI","Puerto Rico","2010","2010",94.06541,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRI","Puerto Rico","2011","2011",86.47527,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRI","Puerto Rico","2012","2012",87.7917,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRI","Puerto Rico","2013","2013",87.96763,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRI","Puerto Rico","2014","2014",88.0133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRI","Puerto Rico","2015","2015",86.69294,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRI","Puerto Rico","2016","2016",80.13269,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1990","1990",95.14075,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1991","1991",88.42025,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1992","1992",85.17292,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1993","1993",85.1892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1994","1994",89.88435,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1995","1995",91.47858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1996","1996",96.89182,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1997","1997",100.58778,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1998","1998",102.23163,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","1999","1999",106.21813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2000","2000",105.27577,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2001","2001",106.13567,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2002","2002",105.13687,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2003","2003",106.40053,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2004","2004",101.0169,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2005","2005",103.72298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2006","2006",99.93069,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2007","2007",105.14023,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2008","2008",105.7049,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2009","2009",108.19912,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2010","2010",105.88955,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2011","2011",105.55682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2012","2012",103.98559,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2013","2013",100.4534,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2014","2014",100.77635,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2015","2015",103.59737,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2016","2016",103.35018,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","QAT","Qatar","2017","2017",103.80092,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1990","1990",101.37929,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1991","1991",100.7052,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1992","1992",96.37395,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1993","1993",95.42109,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1994","1994",108.14487,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1995","1995",108.14205,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1996","1996",108.36267,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1997","1997",108.70432,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1998","1998",109.19691,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","1999","1999",109.26023,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2000","2000",109.12161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2001","2001",108.69251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2002","2002",108.58088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2003","2003",108.74325,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2004","2004",108.22633,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2005","2005",107.93858,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2006","2006",108.14872,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2007","2007",108.6566,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2008","2008",109.05232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2009","2009",108.97689,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2010","2010",108.45767,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2011","2011",107.53651,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2012","2012",105.84405,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2013","2013",104.22848,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2014","2014",102.42883,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2015","2015",102.71543,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NLD","Netherlands","2016","2016",103.28333,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1990","1990",106.27963,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1991","1991",108.73403,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1992","1992",110.05863,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1993","1993",109.30941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1994","1994",107.24854,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1995","1995",105.80799,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1996","1996",104.82565,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1997","1997",102.15036,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1998","1998",102.14653,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1999","1999",100.42506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2000","2000",99.64194,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2001","2001",99.96918,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2002","2002",99.43492,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2003","2003",98.83746,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2004","2004",99.72346,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2005","2005",99.5009,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2006","2006",103.11095,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2007","2007",104.33307,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2008","2008",105.61265,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2009","2009",106.59437,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2010","2010",105.25941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2011","2011",104.9312,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2012","2012",104.87103,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2013","2013",117.98873,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2014","2014",108.85324,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2015","2015",108.60579,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2016","2016",109.39269,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2017","2017",107.95848,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","1991","1991",98.85717,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","1992","1992",102.14303,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","1993","1993",102.79332,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","1995","1995",103.16501,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","1996","1996",110.0316,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","1997","1997",77.5808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","1998","1998",110.83465,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","1999","1999",110.69102,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2000","2000",109.85054,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2001","2001",110.72141,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2002","2002",110.77781,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2003","2003",113.78543,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2004","2004",116.61232,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2005","2005",116.56575,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2006","2006",116.03469,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2007","2007",124.12496,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2008","2008",114.36123,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2009","2009",113.15275,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2010","2010",112.77043,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2011","2011",111.89768,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2012","2012",110.10273,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2013","2013",107.54218,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2014","2014",104.42213,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2015","2015",100.88816,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2016","2016",98.20554,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SLV","El Salvador","2017","2017",94.87676,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","1990","1990",90.45391,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","1991","1991",93.03308,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","1992","1992",93.54233,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","1993","1993",92.77794,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","1994","1994",91.48616,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","1995","1995",95.56147,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","1999","1999",99.59338,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2000","2000",101.78855,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2001","2001",99.36168,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2002","2002",99.72286,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2003","2003",99.73209,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2004","2004",100.12154,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2005","2005",98.55315,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2006","2006",97.16207,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2007","2007",95.1791,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2008","2008",95.00799,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2009","2009",94.36547,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2010","2010",93.72455,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2011","2011",93.97557,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2012","2012",93.90438,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2013","2013",93.73725,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2014","2014",93.25784,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2015","2015",92.86677,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2016","2016",92.09961,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDA","Republic of Moldova","2017","2017",91.39978,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","1992","1992",85.01768,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2007","2007",94.53634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2008","2008",93.6745,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2009","2009",91.6891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2010","2010",89.86167,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2011","2011",87.62276,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2012","2012",85.74345,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2014","2014",84.41111,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2015","2015",85.06087,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ATG","Antigua and Barbuda","2017","2017",86.08511,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1990","1990",101.51564,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1991","1991",103.07081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1992","1992",104.44472,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1993","1993",105.239,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1994","1994",105.65456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1995","1995",106.51129,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1996","1996",107.51949,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1997","1997",107.33875,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1998","1998",107.48692,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","1999","1999",114.6512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2000","2000",110.76781,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2001","2001",111.85486,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2002","2002",109.90878,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2004","2004",114.00481,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2005","2005",111.48145,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2006","2006",113.52201,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2007","2007",112.85774,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2008","2008",114.41996,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2009","2009",115.83392,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2010","2010",115.82174,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2011","2011",114.92933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2012","2012",113.66142,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2013","2013",111.1074,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2014","2014",110.28703,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2015","2015",109.49484,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CRI","Costa Rica","2016","2016",110.28861,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1990","1990",103.26643,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1991","1991",102.99192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1992","1992",102.27382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1993","1993",101.3586,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1994","1994",100.5137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1995","1995",100.4775,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1996","1996",101.44546,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1998","1998",99.20578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","1999","1999",99.7777,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2000","2000",100.33452,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2004","2004",97.59918,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2005","2005",96.56853,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2006","2006",98.19317,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2007","2007",98.47369,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2008","2008",97.74379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2009","2009",98.9738,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2010","2010",98.86029,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2011","2011",98.57233,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2012","2012",100.15881,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2013","2013",101.06714,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2014","2014",102.38115,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2015","2015",103.21786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CAN","Canada","2016","2016",101.47232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGD","Bangladesh","1990","1990",87.64607,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGD","Bangladesh","2005","2005",96.27806,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGD","Bangladesh","2006","2006",96.49491,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGD","Bangladesh","2007","2007",94.95247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGD","Bangladesh","2008","2008",93.40639,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGD","Bangladesh","2009","2009",97.14728,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGD","Bangladesh","2010","2010",99.23954,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BGD","Bangladesh","2017","2017",107.29249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1990","1990",60.1738,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1991","1991",59.90871,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1992","1992",61.70841,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1993","1993",65.37997,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1994","1994",68.0757,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1995","1995",68.79335,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1996","1996",69.12503,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1997","1997",69.80448,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","1998","1998",74.00601,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2000","2000",68.61671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2001","2001",62.46736,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2002","2002",60.23942,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2003","2003",56.59184,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2004","2004",56.32611,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2005","2005",57.25294,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2006","2006",55.63942,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2008","2008",59.64108,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2012","2012",104.89683,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PNG","Papua New Guinea","2016","2016",111.64928,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1990","1990",70.44421,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1991","1991",70.70729,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1992","1992",63.50462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1993","1993",68.09796,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1994","1994",68.54803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1995","1995",69.23912,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1996","1996",70.39906,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1997","1997",117.29381,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1998","1998",123.72614,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","1999","1999",129.14537,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2000","2000",129.99752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2001","2001",131.75498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2002","2002",135.27683,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2003","2003",135.40434,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2004","2004",126.36733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2005","2005",119.70069,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2006","2006",118.01714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2007","2007",116.71246,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2008","2008",119.03563,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2009","2009",119.74261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2010","2010",116.78662,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2011","2011",109.08873,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2012","2012",108.44607,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2013","2013",106.60652,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2015","2015",98.07906,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2016","2016",99.75098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","UGA","Uganda","2017","2017",99.00575,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","1993","1993",98.6697,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","1994","1994",97.37368,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","1995","1995",97.81334,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","1996","1996",98.51683,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","1997","1997",98.9372,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","1998","1998",99.23622,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","1999","1999",99.81569,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2000","2000",101.80556,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2001","2001",102.01058,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2002","2002",98.7336,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2003","2003",97.23144,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2004","2004",95.51192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2005","2005",95.66197,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2006","2006",96.88257,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2007","2007",98.45805,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2008","2008",99.58003,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2009","2009",100.11602,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2010","2010",99.63761,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2011","2011",98.98411,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2012","2012",98.41895,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2013","2013",97.78946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2014","2014",97.70069,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2015","2015",98.57701,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ISL","Iceland","2016","2016",99.48309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2005","2005",96.17114,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2007","2007",101.15275,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2008","2008",103.5118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2009","2009",105.46992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2010","2010",106.51609,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2011","2011",106.33263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2012","2012",109.12906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2013","2013",117.08857,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2014","2014",119.95391,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2015","2015",120.19705,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SAU","Saudi Arabia","2016","2016",117.26298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","1995","1995",103.81443,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","1997","1997",114.65385,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2001","2001",100.56383,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2002","2002",99.511,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2003","2003",99.8769,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2004","2004",97.4106,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2005","2005",96.76097,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2006","2006",93.66312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2011","2011",90.73171,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2012","2012",88.97959,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2013","2013",87.6701,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2014","2014",88.84228,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BMU","Bermuda","2015","2015",91.25964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","1991","1991",105.44705,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","1995","1995",112.18088,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","1998","1998",110.91504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","1999","1999",107.1271,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2000","2000",105.98766,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2001","2001",103.09714,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2002","2002",99.54772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2003","2003",96.81239,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2004","2004",95.28655,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2005","2005",94.48877,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2006","2006",95.80991,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2007","2007",97.34665,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2009","2009",100.28808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2010","2010",102.18409,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2011","2011",103.80757,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2012","2012",106.99394,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2013","2013",105.93221,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2014","2014",108.47247,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2015","2015",108.26646,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2016","2016",110.12504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VNM","Viet Nam","2017","2017",108.19044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1990","1990",107.20218,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1991","1991",106.7722,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1992","1992",106.37972,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1993","1993",109.08855,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1994","1994",110.59846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1995","1995",114.77014,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1996","1996",118.20349,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1997","1997",116.4929,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1998","1998",112.83247,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","1999","1999",111.47791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2000","2000",107.77125,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2001","2001",108.8788,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2002","2002",109.2692,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2003","2003",115.18058,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2004","2004",111.49261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2005","2005",111.80989,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2006","2006",111.47595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2007","2007",110.89811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2008","2008",108.74274,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2009","2009",108.19959,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2010","2010",108.3612,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2011","2011",108.64961,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2012","2012",110.39036,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2013","2013",109.71825,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2014","2014",108.03995,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TON","Tonga","2015","2015",106.91935,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1990","1990",95.65277,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1991","1991",95.27626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1992","1992",94.74022,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1993","1993",94.88837,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1994","1994",95.22212,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1995","1995",96.3237,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1996","1996",97.26304,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1997","1997",98.81712,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1998","1998",100.44235,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","1999","1999",102.5561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2000","2000",104.90501,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2001","2001",101.12341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2002","2002",96.51612,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2003","2003",100.53176,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2004","2004",101.71936,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2005","2005",99.26073,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2007","2007",104.62129,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2008","2008",106.33561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2009","2009",106.53115,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TTO","Trinidad and Tobago","2010","2010",106.16029,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1990","1990",98.18128,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1991","1991",98.43834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1992","1992",99.32859,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1993","1993",98.63774,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1994","1994",96.54806,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1995","1995",98.70356,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1996","1996",99.56122,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1997","1997",99.96602,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1998","1998",101.43652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","1999","1999",103.94651,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2000","2000",102.73158,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2001","2001",102.40085,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2002","2002",102.3359,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2003","2003",101.45334,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2004","2004",101.15425,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2005","2005",101.83487,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2006","2006",102.90881,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2007","2007",103.92995,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2008","2008",104.00823,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2009","2009",103.08772,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2010","2010",102.4467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2011","2011",102.13693,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2012","2012",101.27367,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2013","2013",102.28564,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2014","2014",102.03846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2015","2015",101.56099,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ITA","Italy","2016","2016",100.46331,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","1990","1990",101.05853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","1991","1991",100.28592,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","1992","1992",98.92967,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","1993","1993",102.45771,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","1994","1994",101.82412,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","1995","1995",101.79541,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","1996","1996",102.01518,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","1999","1999",103.82362,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2000","2000",104.83442,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2001","2001",104.07656,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2002","2002",103.16723,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2003","2003",102.36091,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2004","2004",100.80021,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2005","2005",100.46234,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2006","2006",100.73419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2007","2007",101.53366,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2008","2008",102.15671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2009","2009",102.12699,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2010","2010",101.92396,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2011","2011",101.9468,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2012","2012",102.26013,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2013","2013",103.82592,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2014","2014",103.64779,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2015","2015",103.15296,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BEL","Belgium","2016","2016",103.31777,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1990","1990",54.49919,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1991","1991",54.66588,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1992","1992",54.05702,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1993","1993",53.24565,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1994","1994",54.14807,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1995","1995",55.01874,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1996","1996",58.68161,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1997","1997",62.6872,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1998","1998",66.03286,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","1999","1999",65.14559,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2000","2000",68.38948,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2001","2001",70.27594,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2002","2002",71.17869,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2003","2003",75.00918,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2004","2004",77.1625,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2005","2005",79.04728,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2006","2006",79.22637,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2007","2007",82.81285,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2008","2008",83.35924,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2009","2009",83.11581,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2010","2010",83.12199,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2011","2011",85.84705,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2012","2012",85.51501,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2013","2013",83.23809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2014","2014",84.15014,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2015","2015",83.52156,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2016","2016",83.08529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SEN","Senegal","2017","2017",84.13893,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PLW","Palau","2003","2003",110.09429,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PLW","Palau","2004","2004",102.88408,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PLW","Palau","2005","2005",102.20838,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PLW","Palau","2006","2006",102.98322,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PLW","Palau","2007","2007",101.44547,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PLW","Palau","2013","2013",114.7814,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PLW","Palau","2014","2014",114.85634,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1990","1990",99.51596,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1991","1991",99.72395,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1992","1992",100.33146,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1993","1993",104.26828,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1994","1994",104.16699,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1995","1995",104.24093,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1996","1996",104.38481,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1997","1997",104.95322,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1998","1998",110.15198,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","1999","1999",109.90063,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2000","2000",109.59968,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2001","2001",109.66054,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2002","2002",108.50175,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2003","2003",107.28494,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2004","2004",97.31782,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2005","2005",95.80499,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2006","2006",95.64809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2007","2007",96.69688,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2008","2008",98.71292,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2009","2009",99.90052,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2010","2010",101.4355,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2011","2011",100.42846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2012","2012",101.92617,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2013","2013",120.4289,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2014","2014",120.86082,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2015","2015",122.93879,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SWE","Sweden","2016","2016",124.85048,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","1990","1990",75.93267,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","1991","1991",76.2683,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","1992","1992",80.46682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","1993","1993",83.41989,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","1994","1994",83.87594,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","1995","1995",80.88238,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","1996","1996",72.4354,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","1999","1999",83.8605,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2000","2000",88.14901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2001","2001",87.0425,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2002","2002",88.45622,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2003","2003",90.1547,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2004","2004",91.61087,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2005","2005",92.56455,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2006","2006",94.24347,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2007","2007",87.33862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2008","2008",79.0309,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2009","2009",80.59509,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2010","2010",80.91615,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2011","2011",87.40063,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2012","2012",90.79956,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2013","2013",92.83569,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2014","2014",89.38051,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NGA","Nigeria","2016","2016",82.17759,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1990","1990",30.40041,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1991","1991",31.98543,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1992","1992",34.52477,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1993","1993",32.43749,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1994","1994",30.89157,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1995","1995",30.27292,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1996","1996",32.03191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1997","1997",36.94123,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1998","1998",42.32445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","1999","1999",45.12335,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2000","2000",48.51145,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2001","2001",51.55178,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2002","2002",55.01259,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2003","2003",57.33951,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2004","2004",59.72285,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2005","2005",57.95541,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2006","2006",57.60848,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2007","2007",57.62525,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2008","2008",64.56393,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2009","2009",68.3464,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2010","2010",69.77731,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2011","2011",76.67241,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2012","2012",80.95902,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2013","2013",87.72758,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2014","2014",88.86773,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2015","2015",80.96535,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TCD","Chad","2016","2016",76.99767,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1991","1991",109.72003,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1992","1992",111.58178,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1993","1993",109.76926,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1996","1996",99.35211,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1997","1997",100.48715,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",98.4279,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",100.12872,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",103.10972,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",105.71281,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",104.00221,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",104.0263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",103.65882,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",103.72182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",105.73388,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",102.99565,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",103.33379,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",102.8597,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",102.49785,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",102.35888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",102.56937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",101.58348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",100.90428,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",97.80713,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",94.61061,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1990","1990",92.09677,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1991","1991",90.89423,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1992","1992",90.51714,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1993","1993",88.58701,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1994","1994",89.37838,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1995","1995",90.41174,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1996","1996",94.34809,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1997","1997",96.40082,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1998","1998",98.68825,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","1999","1999",100.57664,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2000","2000",102.44025,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2001","2001",102.94253,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2002","2002",101.46101,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2003","2003",99.91012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2004","2004",98.4815,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2005","2005",97.58176,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2006","2006",96.46679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2007","2007",98.12102,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2008","2008",100.67416,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2009","2009",102.12215,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2010","2010",102.2561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2011","2011",101.57171,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2012","2012",100.78727,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2013","2013",99.18737,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2014","2014",97.57399,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2015","2015",97.04747,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","EST","Estonia","2016","2016",97.19405,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","1991","1991",98.65012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","1992","1992",99.36407,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","1993","1993",98.52075,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","1998","1998",92.51184,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","1999","1999",95.74471,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2000","2000",96.15359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2001","2001",95.9257,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2002","2002",97.43308,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2004","2004",100.35441,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2005","2005",100.4331,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2006","2006",100.9671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2007","2007",100.53977,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2008","2008",100.06842,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2009","2009",98.58485,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2010","2010",96.17933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2011","2011",96.03368,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2012","2012",96.23985,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2013","2013",96.18829,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2014","2014",102.79608,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2015","2015",97.51202,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2016","2016",100.88623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","THA","Thailand","2017","2017",99.53785,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1990","1990",103.08061,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1991","1991",105.32638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1992","1992",103.70612,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1993","1993",103.31301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1994","1994",103.86207,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1995","1995",104.572,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1996","1996",106.31634,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1997","1997",107.63974,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1998","1998",107.27377,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","1999","1999",107.57199,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2000","2000",108.04391,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2001","2001",109.33084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2002","2002",109.47261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2003","2003",109.16504,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2004","2004",108.53795,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2005","2005",108.67402,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2006","2006",109.10721,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2007","2007",108.23838,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2008","2008",108.1762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2009","2009",109.39629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2012","2012",110.52238,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2013","2013",111.14216,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BWA","Botswana","2014","2014",105.36212,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1990","1990",91.01035,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1991","1991",59.70329,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1992","1992",57.74696,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1993","1993",67.84965,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1994","1994",80.52196,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1995","1995",90.69578,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1996","1996",104.88716,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1997","1997",108.63642,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1998","1998",106.81779,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","1999","1999",101.59493,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2000","2000",98.30228,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2001","2001",95.8013,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2002","2002",98.84414,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2003","2003",100.89198,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2004","2004",102.12086,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2005","2005",104.49347,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2006","2006",102.00425,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2007","2007",104.39846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2008","2008",101.55491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2009","2009",101.59924,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2010","2010",102.26704,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2011","2011",105.40631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2012","2012",104.83093,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2013","2013",103.67136,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2014","2014",103.38667,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2015","2015",102.32352,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2016","2016",100.62799,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","KWT","Kuwait","2017","2017",97.28807,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1990","1990",89.82577,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1991","1991",84.59458,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1992","1992",84.84911,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1993","1993",86.21183,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1994","1994",89.25502,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1995","1995",95.35986,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1996","1996",98.1831,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1997","1997",99.05418,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1998","1998",98.85061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","1999","1999",97.16303,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2000","2000",97.35037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2001","2001",98.57317,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2002","2002",101.63755,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2003","2003",105.32188,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2004","2004",111.62725,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2005","2005",109.16611,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2006","2006",105.01555,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2007","2007",103.27595,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2008","2008",98.48836,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2009","2009",98.42054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2010","2010",98.32523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2011","2011",97.90534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2012","2012",96.96776,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2015","2015",91.12526,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ROU","Romania","2016","2016",90.00419,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","1990","1990",106.86194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","1991","1991",108.77164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","1992","1992",106.9203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","1993","1993",115.92904,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","1994","1994",121.32808,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","1995","1995",125.24119,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","1999","1999",126.43118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2000","2000",119.38015,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2001","2001",112.38349,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2002","2002",108.26854,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2003","2003",103.70157,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2004","2004",100.3937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2005","2005",99.38462,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2006","2006",98.7268,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2007","2007",101.34243,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2008","2008",102.87563,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2009","2009",106.35721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2010","2010",110.00529,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2011","2011",114.58218,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2012","2012",120.5298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2013","2013",119.47821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2014","2014",117.90775,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2015","2015",117.17141,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DMA","Dominica","2016","2016",114.07005,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","1990","1990",116.51884,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","1991","1991",112.93788,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","1992","1992",133.09174,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","1993","1993",141.13223,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","1994","1994",148.50901,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2001","2001",106.84092,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2002","2002",105.68525,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2005","2005",106.68851,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2006","2006",107.05086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2007","2007",106.07123,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2008","2008",112.86704,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2009","2009",115.8105,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2010","2010",116.67089,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2011","2011",115.44669,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2012","2012",116.93789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2013","2013",116.67312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2014","2014",117.4756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2015","2015",120.67025,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2016","2016",120.93076,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SUR","Suriname","2017","2017",115.76303,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1990","1990",104.78749,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1991","1991",105.41731,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1992","1992",102.73267,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1993","1993",103.32831,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1994","1994",103.4926,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1995","1995",102.18239,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1996","1996",104.6991,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1997","1997",106.02081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1998","1998",107.4654,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","1999","1999",107.59919,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2000","2000",106.91315,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2001","2001",105.44722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2002","2002",103.34185,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2003","2003",100.75287,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2004","2004",99.80013,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2005","2005",95.69878,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2006","2006",96.41852,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2007","2007",96.06993,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2008","2008",96.67383,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2009","2009",93.66372,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2010","2010",99.34216,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2011","2011",99.6623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2012","2012",98.73548,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2013","2013",100.27833,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2014","2014",102.75013,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2015","2015",104.72249,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MLT","Malta","2016","2016",106.63717,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1990","1990",104.54795,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1991","1991",103.8391,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1992","1992",98.40511,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1993","1993",98.35739,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1994","1994",106.20915,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1995","1995",106.27079,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1996","1996",106.30101,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1997","1997",106.61191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1998","1998",107.10746,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","1999","1999",106.84703,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2000","2000",106.80368,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2001","2001",106.44444,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2002","2002",106.28225,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2003","2003",106.1854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2004","2004",105.49042,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2005","2005",105.48009,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2006","2006",105.88361,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2007","2007",106.75226,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2008","2008",107.44597,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2009","2009",107.88047,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2010","2010",108.08396,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2011","2011",107.45444,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2012","2012",105.82422,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2013","2013",104.17537,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2014","2014",102.42053,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2015","2015",102.67337,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NLD","Netherlands","2016","2016",103.29039,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1990","1990",39.74691,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1991","1991",40.92312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1992","1992",41.53454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1993","1993",42.75571,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1994","1994",44.20702,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1995","1995",46.56571,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1996","1996",49.04333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1998","1998",51.26457,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","1999","1999",51.97105,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2000","2000",52.48898,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2001","2001",53.72149,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2002","2002",53.97011,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2003","2003",56.20673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2004","2004",60.25692,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2005","2005",64.6491,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2006","2006",68.16108,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2007","2007",73.49044,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2008","2008",78.37595,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2009","2009",82.20076,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2010","2010",81.61769,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2011","2011",84.6018,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2012","2012",86.32475,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2013","2013",87.11865,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2014","2014",88.45455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2015","2015",89.48951,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2016","2016",92.09327,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BFA","Burkina Faso","2017","2017",94.35262,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1990","1990",94.73204,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1991","1991",95.66076,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1992","1992",91.68821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1993","1993",87.02683,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1994","1994",85.00355,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1995","1995",80.11047,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1996","1996",87.76659,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1998","1998",94.86543,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","1999","1999",97.42004,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2000","2000",103.51543,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2001","2001",104.55335,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2002","2002",105.3518,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2003","2003",120.80451,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2004","2004",137.37624,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2005","2005",141.97499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2006","2006",141.12834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2007","2007",141.51542,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2008","2008",144.08798,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2009","2009",150.9977,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2010","2010",145.02659,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2011","2011",144.76315,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2012","2012",144.90282,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2013","2013",144.43192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2014","2014",145.4472,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2015","2015",147.33496,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDG","Madagascar","2016","2016",143.69679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1990","1990",119.17991,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1991","1991",116.08101,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1992","1992",114.87439,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1993","1993",116.82761,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1994","1994",113.14569,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1995","1995",108.42178,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1996","1996",107.4029,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1997","1997",103.25115,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1998","1998",86.5549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","1999","1999",56.81837,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2000","2000",82.56474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2001","2001",97.72366,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2002","2002",100.10499,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2003","2003",94.33506,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2004","2004",104.99741,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2005","2005",103.5445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2006","2006",102.04124,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2007","2007",100.91396,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2008","2008",98.37428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2009","2009",101.54574,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2010","2010",103.8393,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2011","2011",103.69996,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","COG","Congo","2012","2012",107.79683,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","1990","1990",140.50968,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","1991","1991",138.83728,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","1992","1992",140.15627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","1993","1993",138.20642,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","1994","1994",137.33756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","1995","1995",136.18557,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","1996","1996",139.56268,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","1999","1999",132.90436,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2000","2000",135.39943,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2001","2001",123.78436,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2002","2002",127.76967,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2003","2003",123.29421,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2004","2004",124.00296,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2005","2005",120.36681,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2006","2006",130.56803,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2007","2007",128.39375,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2008","2008",124.62664,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2009","2009",134.45391,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2010","2010",137.62514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2011","2011",139.60272,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2012","2012",136.91387,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2013","2013",133.03653,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2014","2014",129.64262,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2015","2015",129.75676,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2016","2016",130.28833,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NPL","Nepal","2017","2017",130.06977,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1990","1990",99.82183,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1991","1991",101.63079,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1992","1992",99.96913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1993","1993",98.94996,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1994","1994",101.99247,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1995","1995",104.53729,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1996","1996",106.82272,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1997","1997",108.56058,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1998","1998",107.71253,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","1999","1999",106.27026,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2000","2000",104.71661,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2001","2001",103.47361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2002","2002",101.898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2003","2003",100.46332,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2004","2004",98.60389,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2005","2005",101.09345,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2006","2006",98.27056,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2007","2007",96.73818,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2008","2008",96.08398,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2009","2009",93.50648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2010","2010",93.83547,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2011","2011",95.22043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2012","2012",98.60222,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2013","2013",102.26803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2014","2014",107.67276,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2015","2015",109.76244,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2016","2016",109.77741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ALB","Albania","2017","2017",110.12736,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2001","2001",54.72485,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2002","2002",54.73568,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2003","2003",56.41688,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2004","2004",57.36252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2005","2005",59.20551,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2006","2006",62.9486,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2007","2007",61.54891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2008","2008",67.84733,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2009","2009",68.35961,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2010","2010",68.083,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2011","2011",65.52474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2012","2012",67.08745,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2013","2013",68.51999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2014","2014",69.84557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2015","2015",70.34825,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2016","2016",73.86533,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SDN","Sudan","2017","2017",75.10828,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1991","1991",101.41726,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1992","1992",98.88792,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1993","1993",100.55309,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1994","1994",100.1409,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1995","1995",101.08677,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1996","1996",102.29098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1997","1997",103.77757,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1998","1998",105.21519,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","1999","1999",105.0337,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2000","2000",105.11767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2001","2001",104.19705,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2002","2002",102.41226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2003","2003",101.98542,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2004","2004",102.78415,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2005","2005",103.01598,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2006","2006",104.12809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2007","2007",104.70761,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2008","2008",103.95241,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2009","2009",103.33047,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2010","2010",102.93574,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2011","2011",102.41759,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2012","2012",102.14306,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2013","2013",101.70173,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2014","2014",101.45734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2015","2015",102.38905,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DEU","Germany","2016","2016",102.98439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1990","1990",88.17874,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1991","1991",89.70252,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1992","1992",96.09631,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1993","1993",101.26976,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1994","1994",104.70808,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1995","1995",107.97353,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1996","1996",92.42767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1997","1997",107.77342,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","1999","1999",89.19226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2000","2000",86.27593,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2002","2002",94.81836,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2005","2005",100.60026,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2006","2006",106.10733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2007","2007",107.14037,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2010","2010",114.63133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2011","2011",115.7039,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2012","2012",112.8311,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2013","2013",113.90674,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2014","2014",113.22919,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2015","2015",113.532,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2016","2016",114.75134,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLB","Solomon Islands","2017","2017",114.35142,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1990","1990",34.9034,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1991","1991",38.92698,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1992","1992",41.48562,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1993","1993",45.57431,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1994","1994",47.40607,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1995","1995",50.65423,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1996","1996",53.4313,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1997","1997",57.40762,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1998","1998",61.55357,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","1999","1999",63.14743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2000","2000",67.00986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2001","2001",74.412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2002","2002",80.25989,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2003","2003",84.52934,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2004","2004",89.86066,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2005","2005",88.95443,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2006","2006",91.14298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2008","2008",104.45796,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2009","2009",110.50946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2010","2010",113.18227,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2011","2011",115.83195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2012","2012",120.94827,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2013","2013",122.96393,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2014","2014",124.42934,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2015","2015",127.61608,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2016","2016",126.53536,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BEN","Benin","2017","2017",122.33407,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","1990","1990",86.17775,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","1991","1991",79.02654,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","1992","1992",68.54576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2001","2001",91.84031,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2002","2002",81.35092,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2003","2003",79.6535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2004","2004",69.32127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2005","2005",76.02558,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2006","2006",75.90296,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2007","2007",87.10058,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2008","2008",99.83739,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2009","2009",101.44834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2010","2010",104.3164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2011","2011",104.22402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2012","2012",103.55867,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CAF","Central African Republic","2016","2016",119.9783,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1990","1990",97.53591,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1991","1991",98.1948,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1992","1992",97.5219,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1993","1993",98.69118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1994","1994",100.43229,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1995","1995",100.23697,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1996","1996",100.83175,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1998","1998",101.43171,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","1999","1999",101.16454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2000","2000",101.2867,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2001","2001",101.20901,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2002","2002",103.18656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2004","2004",100.79685,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2005","2005",98.78532,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2006","2006",99.27758,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2007","2007",99.97983,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2008","2008",99.34106,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2009","2009",99.38466,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2010","2010",99.48132,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2011","2011",101.07254,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2012","2012",101.80212,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2013","2013",102.06796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2014","2014",101.87095,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2015","2015",102.12649,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","DNK","Denmark","2016","2016",102.38797,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","1990","1990",37.97477,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","1991","1991",36.17928,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","1993","1993",44.47788,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","1994","1994",55.59613,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","1995","1995",59.2225,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","1999","1999",47.50226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2000","2000",42.39327,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2001","2001",42.23234,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2002","2002",97.38646,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2003","2003",123.05834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2004","2004",149.65651,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2005","2005",126.94435,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2006","2006",127.91547,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2007","2007",124.73434,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2008","2008",125.00773,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2009","2009",118.45035,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2010","2010",120.55521,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2011","2011",115.18608,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2012","2012",121.38789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2013","2013",123.69169,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2014","2014",125.67076,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2015","2015",126.22609,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","AFG","Afghanistan","2017","2017",122.74694,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1990","1990",90.82261,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1991","1991",96.14114,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1992","1992",95.62556,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1993","1993",88.36874,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1994","1994",84.78433,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1995","1995",85.80494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1996","1996",90.82984,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1997","1997",95.87549,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1998","1998",97.67625,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","1999","1999",98.07904,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2000","2000",102.72653,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2001","2001",104.61322,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2002","2002",105.43242,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2003","2003",106.57549,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2004","2004",106.91467,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2005","2005",106.06287,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2006","2006",105.38695,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2007","2007",105.90466,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2008","2008",105.28508,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2009","2009",104.41373,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2010","2010",103.93294,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2011","2011",103.02507,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2012","2012",101.53613,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2013","2013",100.70234,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2014","2014",99.90319,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2015","2015",99.35778,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2016","2016",99.16083,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","LVA","Latvia","2017","2017",99.27409,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1990","1990",99.57908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1991","1991",104.6283,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1992","1992",102.79717,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1993","1993",106.69522,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1995","1995",106.94768,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1996","1996",106.44167,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1997","1997",106.32921,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1998","1998",104.46327,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","1999","1999",103.09725,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","2000","2000",102.95583,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","2001","2001",105.66101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","2002","2002",99.70557,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","2003","2003",97.87659,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","2012","2012",101.24346,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ZWE","Zimbabwe","2013","2013",98.6942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1990","1990",104.93659,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1991","1991",104.75059,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1992","1992",107.9021,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1993","1993",108.67052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1994","1994",108.26841,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1995","1995",106.12456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1996","1996",107.43738,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1997","1997",107.46945,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1998","1998",107.68187,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","1999","1999",105.41901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2000","2000",104.33154,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2003","2003",109.54096,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2004","2004",108.54809,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2005","2005",105.40124,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2006","2006",109.54924,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2007","2007",105.25986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2008","2008",106.30247,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2009","2009",104.67808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2010","2010",104.93461,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2011","2011",103.13921,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2012","2012",99.47088,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2013","2013",96.35998,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2014","2014",94.19987,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2015","2015",95.75386,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2016","2016",95.77629,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","HND","Honduras","2017","2017",95.00524,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1990","1990",111.00728,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1991","1991",109.61973,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1992","1992",108.12037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1993","1993",107.35332,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1994","1994",104.2508,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1995","1995",105.1979,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1996","1996",109.52592,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1997","1997",106.66246,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1998","1998",108.46046,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","1999","1999",108.8684,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2001","2001",108.56598,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2002","2002",108.39068,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2003","2003",108.44678,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2004","2004",107.52298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2005","2005",106.49207,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2006","2006",104.59768,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2007","2007",104.92002,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2008","2008",106.46436,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2009","2009",108.6262,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2014","2014",114.93226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2015","2015",114.60965,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PHL","Philippines","2016","2016",112.67636,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1990","1990",98.27638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1991","1991",95.11038,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1992","1992",94.46898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1993","1993",95.39037,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1994","1994",94.61423,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1995","1995",95.97581,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1996","1996",101.27858,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1997","1997",98.98101,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1998","1998",99.4559,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","1999","1999",96.88522,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2002","2002",94.44967,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2004","2004",103.73886,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2005","2005",109.16645,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2006","2006",107.84496,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2007","2007",111.21364,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2008","2008",111.24098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2009","2009",107.3562,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2010","2010",107.91145,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BHS","Bahamas","2016","2016",95.34399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1990","1990",112.7353,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1991","1991",114.74137,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1992","1992",113.81949,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1993","1993",115.06528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1994","1994",117.84999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1995","1995",119.6816,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1996","1996",123.12451,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1997","1997",122.28752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","1999","1999",119.04185,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2000","2000",115.89298,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2001","2001",112.40404,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2002","2002",107.27479,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2003","2003",111.16687,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2004","2004",112.89401,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2005","2005",113.32206,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2006","2006",113.73012,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2007","2007",113.16369,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2008","2008",112.35387,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2009","2009",113.02023,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2010","2010",112.5481,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2011","2011",111.40875,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2012","2012",113.79413,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2013","2013",112.03145,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2014","2014",111.73019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2015","2015",113.13851,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2016","2016",114.69241,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BLZ","Belize","2017","2017",113.2829,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","1993","1993",80.04509,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","1994","1994",83.85972,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","1995","1995",84.68077,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","1996","1996",86.34074,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","1997","1997",87.39108,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","1998","1998",91.31492,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","1999","1999",93.59345,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2000","2000",95.52037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2001","2001",97.56242,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2002","2002",100.19974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2003","2003",102.03398,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2005","2005",103.32533,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2006","2006",100.79004,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2007","2007",97.67119,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2008","2008",93.68935,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2009","2009",91.77516,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2010","2010",91.87386,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2011","2011",93.65409,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2012","2012",95.82993,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2013","2013",98.24819,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2014","2014",99.11377,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2015","2015",97.90299,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","HRV","Croatia","2016","2016",95.01821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1990","1990",78.08806,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1991","1991",77.78111,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1992","1992",71.04591,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1993","1993",75.71314,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1994","1994",70.97735,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1995","1995",75.05891,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1996","1996",75.34322,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1997","1997",124.85622,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1998","1998",130.02152,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","1999","1999",135.12502,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2000","2000",134.07654,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2001","2001",134.20455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2002","2002",136.3694,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2003","2003",136.83886,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2004","2004",127.34723,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2005","2005",120.18301,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2006","2006",117.83871,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2007","2007",116.47275,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2008","2008",118.58078,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2009","2009",119.12591,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2010","2010",115.90117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2011","2011",108.17882,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2012","2012",107.58722,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2013","2013",105.63273,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2015","2015",97.15141,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2016","2016",98.25024,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","UGA","Uganda","2017","2017",97.70877,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","1998","1998",82.65306,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2000","2000",114.55526,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2001","2001",107.67123,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2002","2002",95.7672,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2003","2003",87.60218,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2004","2004",102.25989,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2005","2005",128.52941,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2006","2006",103.96197,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2007","2007",93.89671,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2008","2008",95.99384,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2012","2012",96.9521,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2014","2014",101.07672,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","NRU","Nauru","2016","2016",108.5396,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1990","1990",93.77723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1991","1991",92.58518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1992","1992",92.49643,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1993","1993",93.50394,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1994","1994",95.48227,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1995","1995",96.94294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1996","1996",100.01578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1997","1997",101.01065,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1998","1998",101.70079,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","1999","1999",101.79635,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2000","2000",101.99955,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2001","2001",103.12862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2002","2002",102.45619,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2003","2003",103.81307,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2004","2004",104.42375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2005","2005",102.76723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2006","2006",102.61581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2007","2007",106.14389,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2008","2008",108.60504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2009","2009",109.69629,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2010","2010",108.34743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2011","2011",103.68996,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2012","2012",100.48141,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2013","2013",98.67022,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2014","2014",98.14267,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2015","2015",96.54867,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BGR","Bulgaria","2016","2016",94.32158,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1990","1990",111.22484,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1991","1991",114.63827,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1992","1992",117.68348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1993","1993",119.23804,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1994","1994",120.6906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1995","1995",99.90964,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1996","1996",100.18157,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1997","1997",97.89544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1998","1998",95.04204,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","1999","1999",95.23224,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2000","2000",95.56439,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2001","2001",98.97524,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2002","2002",100.57566,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2003","2003",101.38187,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2004","2004",102.19382,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2005","2005",101.46293,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2006","2006",100.58162,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2007","2007",102.14837,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2008","2008",106.52284,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2009","2009",107.65043,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2010","2010",107.74331,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2011","2011",108.63501,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2012","2012",109.18752,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2013","2013",110.7136,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2014","2014",111.47687,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2015","2015",110.60455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2016","2016",108.88063,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2017","2017",107.05419,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KAZ","Kazakhstan","2018","2018",103.991,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1990","1990",83.97711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1991","1991",85.95337,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1992","1992",88.35099,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1993","1993",89.07662,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1994","1994",90.27333,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1995","1995",90.74412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1996","1996",92.36502,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1997","1997",93.86156,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1998","1998",95.43023,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","1999","1999",97.5992,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2000","2000",100.23578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2001","2001",99.3616,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2002","2002",100.90696,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2003","2003",101.67793,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2004","2004",102.75857,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2005","2005",103.3606,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2006","2006",103.94566,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2007","2007",105.6626,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2008","2008",105.49488,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2009","2009",108.42647,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2010","2010",111.39396,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2011","2011",112.64272,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2012","2012",114.44351,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2013","2013",116.09495,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2014","2014",115.2579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2015","2015",112.78677,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2016","2016",110.60965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DZA","Algeria","2017","2017",108.78373,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","1992","1992",136.13663,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","1994","1994",139.70739,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","1995","1995",146.01985,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","1996","1996",144.05206,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","1997","1997",143.65997,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","1999","1999",141.63546,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","2001","2001",136.71064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","2002","2002",142.90815,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","2003","2003",139.49188,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GAB","Gabon","2011","2011",140.77766,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1990","1990",99.48998,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1991","1991",99.61612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1992","1992",100.17769,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1993","1993",103.541,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1994","1994",103.42572,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1995","1995",103.51195,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1996","1996",103.64884,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1997","1997",104.20767,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1998","1998",108.3311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","1999","1999",108.31923,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2000","2000",108.24982,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2001","2001",108.31652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2002","2002",107.07614,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2003","2003",105.96564,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2004","2004",97.54298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2005","2005",95.94527,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2006","2006",95.7624,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2007","2007",96.82761,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2008","2008",98.96444,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2009","2009",100.13853,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2010","2010",101.69411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2011","2011",100.62391,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2012","2012",102.00494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2013","2013",117.06264,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2014","2014",117.66868,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2015","2015",120.49341,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SWE","Sweden","2016","2016",123.28518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1991","1991",99.72928,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1992","1992",91.86258,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1993","1993",81.10421,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1994","1994",82.07901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1995","1995",88.54333,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1996","1996",94.38205,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1997","1997",93.75623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1998","1998",95.65143,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","1999","1999",97.34874,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2000","2000",99.69438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2001","2001",102.07739,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2002","2002",102.73884,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2003","2003",105.52708,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2004","2004",108.2311,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2005","2005",97.95883,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2006","2006",100.72519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2007","2007",99.71752,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2008","2008",102.80294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2009","2009",113.49328,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2010","2010",124.21524,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2011","2011",120.57118,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2012","2012",115.16169,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2013","2013",107.36088,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2014","2014",100.82364,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2015","2015",100.31621,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2016","2016",103.00329,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MNG","Mongolia","2017","2017",103.29629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1990","1990",99.94875,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1991","1991",97.37759,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1992","1992",91.50419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1994","1994",84.63629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1995","1995",82.51145,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1996","1996",75.9313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1997","1997",79.59321,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1998","1998",81.85731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","1999","1999",84.46444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2000","2000",86.95113,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2001","2001",102.97776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2002","2002",103.04703,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2003","2003",103.22558,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2004","2004",107.87132,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2005","2005",105.91733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2006","2006",104.81663,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2007","2007",106.8262,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2008","2008",106.96159,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2009","2009",108.96139,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2010","2010",110.93279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2011","2011",110.08891,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2012","2012",114.63582,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2014","2014",116.2432,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2015","2015",119.23836,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2016","2016",119.15507,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CMR","Cameroon","2017","2017",113.17166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1990","1990",103.16333,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1991","1991",104.29873,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1992","1992",99.98114,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1993","1993",98.12705,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1994","1994",98.28137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1995","1995",98.82304,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1996","1996",96.29738,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1997","1997",92.01275,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","1998","1998",89.08809,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","2007","2007",101.5371,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","2012","2012",101.91634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","2013","2013",101.60238,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","2014","2014",106.31584,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","2015","2015",114.32178,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARE","United Arab Emirates","2016","2016",108.88198,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","1991","1991",115.55047,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","1992","1992",113.54277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","1993","1993",114.97087,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","1995","1995",118.20913,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","1998","1998",120.17355,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","1999","1999",121.37484,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2000","2000",120.9069,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2001","2001",120.7502,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2002","2002",120.42453,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2003","2003",118.94069,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2004","2004",118.28448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2005","2005",118.01604,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2006","2006",117.34209,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2007","2007",117.15623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2008","2008",113.61294,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2009","2009",111.6847,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2010","2010",110.97935,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2011","2011",107.51534,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2012","2012",101.19406,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2013","2013",102.9816,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2014","2014",101.427,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2015","2015",101.70003,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2016","2016",103.30788,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2017","2017",101.78656,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PER","Peru","2018","2018",102.61239,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIU","Niue","1998","1998",109.58904,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIU","Niue","1999","1999",98.63014,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIU","Niue","2001","2001",116.51376,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIU","Niue","2004","2004",112.5,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIU","Niue","2005","2005",118.91892,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIU","Niue","2014","2014",127.39726,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIU","Niue","2015","2015",147.22222,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIU","Niue","2016","2016",132.46753,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","1998","1998",76.44212,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","1999","1999",95.43028,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","2000","2000",112.98687,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","2006","2006",92.76723,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","2008","2008",93.50053,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","2009","2009",99.89585,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","2011","2011",102.64115,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","2014","2014",95.86035,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","2015","2015",94.08947,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LBR","Liberia","2016","2016",93.83496,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","1990","1990",103.48202,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","1991","1991",107.63941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","1992","1992",107.30412,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","1993","1993",119.96062,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","1994","1994",127.60748,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","1995","1995",133.26649,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","1999","1999",128.3598,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2000","2000",120.38855,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2001","2001",113.01167,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2002","2002",108.22741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2003","2003",103.99682,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2004","2004",100.3354,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2005","2005",99.39987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2006","2006",98.08497,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2007","2007",99.67708,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2008","2008",101.30735,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2009","2009",104.73343,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2010","2010",108.81134,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2011","2011",114.04148,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2012","2012",119.01213,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2013","2013",118.27358,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2014","2014",117.94911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2015","2015",116.01232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DMA","Dominica","2016","2016",112.33318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1990","1990",98.42815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1991","1991",91.10316,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1992","1992",87.64822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1993","1993",86.22423,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1994","1994",90.88463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1995","1995",91.6507,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1996","1996",95.32536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1997","1997",99.25429,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1998","1998",106.41941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","1999","1999",107.0358,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2000","2000",105.15015,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2001","2001",104.63149,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2002","2002",107.97526,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2003","2003",110.52124,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2004","2004",105.07605,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2005","2005",105.44148,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2006","2006",97.06985,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2007","2007",105.77886,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2008","2008",105.766,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2009","2009",107.48435,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2010","2010",105.28296,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2011","2011",106.24364,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2012","2012",102.32858,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2013","2013",98.07254,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2014","2014",99.34701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2015","2015",102.99762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2016","2016",103.66955,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","QAT","Qatar","2017","2017",104.22248,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1990","1990",67.26951,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1991","1991",63.77642,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1992","1992",64.84944,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1993","1993",67.51524,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1994","1994",70.46473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1995","1995",73.52323,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1996","1996",76.20004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1997","1997",78.38871,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1998","1998",81.66124,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","1999","1999",87.13137,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2000","2000",92.47805,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2001","2001",96.99172,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2002","2002",102.10398,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2003","2003",104.7634,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2004","2004",105.27307,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2005","2005",105.80413,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2006","2006",105.77663,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2007","2007",107.68398,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2008","2008",107.31575,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2009","2009",107.09075,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2010","2010",109.56186,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2011","2011",110.51019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2012","2012",110.44147,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2013","2013",110.01044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2014","2014",109.67567,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2015","2015",109.29682,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2016","2016",110.25835,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MAR","Morocco","2017","2017",112.29362,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1990","1990",105.81592,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1991","1991",107.2622,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1992","1992",107.94999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1993","1993",108.33383,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1994","1994",110.23413,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1995","1995",110.29851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1996","1996",109.59936,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1997","1997",108.60209,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1998","1998",109.44747,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","1999","1999",110.82278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2000","2000",111.41904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2001","2001",112.13195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2002","2002",111.75639,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2003","2003",111.20454,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2004","2004",110.2671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2005","2005",109.33501,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2006","2006",107.38033,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2007","2007",103.60478,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2008","2008",102.69381,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2009","2009",103.58187,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2010","2010",105.33935,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2011","2011",105.95877,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2012","2012",108.37547,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2013","2013",109.46552,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2014","2014",111.4803,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2015","2015",112.6648,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUN","Tunisia","2016","2016",113.1822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1990","1990",69.57999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1991","1991",69.99701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1992","1992",69.43304,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1993","1993",69.63639,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1994","1994",68.56105,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1995","1995",68.06123,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1996","1996",67.29982,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1997","1997",67.40715,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1998","1998",65.39908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","1999","1999",66.07742,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2000","2000",67.4801,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2001","2001",73.32872,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2002","2002",87.62642,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2003","2003",93.74636,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2004","2004",98.60896,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2005","2005",102.26894,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2006","2006",105.13916,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2007","2007",106.64923,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2008","2008",107.05413,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2009","2009",101.17085,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2010","2010",97.39849,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2011","2011",92.01967,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2012","2012",89.27092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2013","2013",85.54325,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2014","2014",82.62456,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2015","2015",80.74313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2016","2016",81.51317,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TZA","United Republic of Tanzania","2017","2017",85.25625,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","1990","1990",105.91312,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","1991","1991",108.53307,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","1996","1996",110.71075,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","1997","1997",108.20969,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","1998","1998",112.34576,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","1999","1999",116.08617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2000","2000",117.05999,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2001","2001",117.83767,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2002","2002",118.54456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2003","2003",116.22238,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2004","2004",117.35349,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2005","2005",116.56916,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2006","2006",118.41834,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2007","2007",119.0761,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2008","2008",119.09285,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2009","2009",117.84417,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2010","2010",115.88849,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2011","2011",113.99614,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2012","2012",112.20404,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2013","2013",109.97996,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2014","2014",109.74561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2015","2015",109.74254,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ARG","Argentina","2016","2016",109.2298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1990","1990",105.69083,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1991","1991",103.08825,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1992","1992",101.44521,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1993","1993",100.46859,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1994","1994",100.24938,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1995","1995",101.66457,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1996","1996",100.39059,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1997","1997",101.78105,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1998","1998",102.01406,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","1999","1999",100.60794,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2000","2000",99.45583,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2001","2001",98.08353,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2002","2002",97.61746,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2003","2003",98.66995,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2004","2004",98.87743,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2005","2005",100.12016,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2006","2006",100.5308,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2007","2007",100.73534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2008","2008",101.10342,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2009","2009",100.98746,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2010","2010",100.95279,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2011","2011",99.43149,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2012","2012",98.01689,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2013","2013",97.62841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2014","2014",97.46179,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2015","2015",97.68881,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2016","2016",98.46014,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NZL","New Zealand","2017","2017",99.80442,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1990","1990",105.5158,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1991","1991",107.15854,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1992","1992",108.07455,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1993","1993",112.16964,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1994","1994",112.07202,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1995","1995",113.93677,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1996","1996",116.40285,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1997","1997",116.09445,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1998","1998",121.45436,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","1999","1999",119.36409,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2000","2000",120.2436,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2001","2001",119.36479,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2002","2002",117.89832,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2003","2003",113.61889,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2004","2004",112.1669,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2005","2005",111.93907,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2006","2006",109.10977,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2007","2007",106.9861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2008","2008",105.23419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2009","2009",104.01108,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2010","2010",103.9259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2011","2011",102.94866,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRY","Paraguay","2012","2012",105.98738,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1990","1990",99.97047,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1991","1991",99.48718,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1992","1992",98.67504,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1993","1993",98.93524,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1994","1994",99.01025,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1995","1995",99.55815,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1996","1996",99.85482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1997","1997",78.75993,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1998","1998",101.38126,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","1999","1999",102.31727,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2000","2000",101.59252,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2001","2001",101.57909,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2002","2002",102.57017,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2003","2003",102.30289,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2004","2004",102.53377,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2005","2005",102.88286,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2006","2006",102.72272,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2007","2007",102.79633,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2008","2008",102.22365,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2009","2009",102.65627,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2010","2010",103.27957,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2011","2011",103.31994,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2012","2012",102.12337,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2013","2013",101.76779,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2014","2014",101.32018,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2015","2015",100.97736,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IRL","Ireland","2016","2016",101.04296,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","1992","1992",118.89962,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","1993","1993",122.66911,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","1994","1994",126.83824,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","1995","1995",124.76802,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","1996","1996",124.72297,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","1997","1997",122.32248,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","1998","1998",126.9009,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","1999","1999",128.15156,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2000","2000",128.06702,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2001","2001",127.49904,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2002","2002",127.01957,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2003","2003",128.19295,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2004","2004",127.72682,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2005","2005",121.12439,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2006","2006",119.59696,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2007","2007",114.29256,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2008","2008",111.73073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2009","2009",109.32259,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2015","2015",102.27797,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2016","2016",101.35644,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MDV","Maldives","2017","2017",101.56626,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1990","1990",57.90702,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1991","1991",56.46243,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1992","1992",56.3381,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1993","1993",55.26566,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1994","1994",57.3024,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1995","1995",58.29184,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1996","1996",58.84146,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1997","1997",59.90546,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1998","1998",61.45005,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","1999","1999",62.9671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2000","2000",62.77164,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2001","2001",65.47071,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2002","2002",64.61166,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2003","2003",63.54639,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2006","2006",60.56274,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2007","2007",61.08235,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2008","2008",64.52349,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2009","2009",64.84481,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2011","2011",73.49784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2012","2012",77.07549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2013","2013",79.03377,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2014","2014",81.95837,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2015","2015",85.94784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2016","2016",91.30295,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CIV","Côte d'Ivoire","2017","2017",94.04374,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","1990","1990",114.91381,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","1992","1992",106.21656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","1999","1999",103.05201,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2000","2000",101.60858,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2001","2001",99.8299,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2002","2002",97.20949,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2003","2003",97.6301,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2004","2004",95.90619,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2005","2005",96.32597,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2006","2006",99.20792,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2007","2007",99.35836,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2008","2008",101.13745,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2009","2009",100.17301,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2010","2010",98.90129,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2011","2011",98.39122,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2014","2014",93.12511,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2015","2015",92.81136,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2016","2016",91.96902,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRB","Barbados","2017","2017",92.61049,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1990","1990",111.20971,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1991","1991",110.22572,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1992","1992",106.7126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1993","1993",104.65438,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1994","1994",104.28247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1995","1995",104.95813,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1996","1996",106.23351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1997","1997",106.47946,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1998","1998",106.27334,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","1999","1999",105.46701,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2000","2000",105.01291,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2001","2001",102.64405,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2002","2002",101.52679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2003","2003",101.41716,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2004","2004",102.14603,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2005","2005",103.33926,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2006","2006",104.08322,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2007","2007",103.64388,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2008","2008",104.07785,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2009","2009",102.65244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2010","2010",102.52745,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2011","2011",102.58664,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2012","2012",102.6248,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2013","2013",101.11203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2014","2014",101.42498,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2015","2015",102.03851,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2016","2016",101.56208,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MUS","Mauritius","2017","2017",100.67731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","1995","1995",92.0654,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","1996","1996",93.46228,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","1997","1997",95.30288,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","1999","1999",96.32808,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2000","2000",96.52987,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2001","2001",95.3061,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2002","2002",93.40173,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2003","2003",91.7472,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2004","2004",88.51355,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2005","2005",88.21647,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2006","2006",87.14375,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2007","2007",87.21234,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2008","2008",88.46439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2009","2009",89.46957,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2010","2010",91.00265,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2011","2011",92.51626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2012","2012",94.60831,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2013","2013",94.59393,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2014","2014",95.16964,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2015","2015",94.39183,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2016","2016",93.92092,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PSE","Palestine","2017","2017",95.2484,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1990","1990",28.17876,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1991","1991",27.48824,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1992","1992",28.74382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1993","1993",27.15124,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1994","1994",28.56857,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1995","1995",29.43873,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1996","1996",28.77225,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1997","1997",28.08505,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1998","1998",27.67283,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","1999","1999",27.11052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2000","2000",27.571,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2001","2001",31.27732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2002","2002",33.31115,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2004","2004",37.36175,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2005","2005",39.38538,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2006","2006",41.34509,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2007","2007",44.69309,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2008","2008",53.7467,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2009","2009",52.99077,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2011","2011",58.37696,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2012","2012",60.55498,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2013","2013",59.80456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2014","2014",60.61022,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2015","2015",60.36321,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2016","2016",59.70336,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2017","2017",60.17906,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","DJI","Djibouti","2018","2018",60.8378,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1990","1990",98.22401,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1991","1991",98.37955,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1992","1992",98.98588,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1993","1993",99.1813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1994","1994",99.1686,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1995","1995",98.83532,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1996","1996",99.15891,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1997","1997",99.27598,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1998","1998",99.76716,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","1999","1999",100.22426,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2000","2000",100.96644,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2001","2001",101.00082,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2002","2002",100.05781,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2003","2003",99.23106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2004","2004",98.32927,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2005","2005",98.03266,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2006","2006",97.8172,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2007","2007",98.32286,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2008","2008",98.5618,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2009","2009",98.8837,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2010","2010",99.15133,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2011","2011",99.34832,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2012","2012",99.91547,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2013","2013",99.95229,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2014","2014",100.38771,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2015","2015",100.24128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","FIN","Finland","2016","2016",100.19235,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBY","Libya","1999","1999",106.93234,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBY","Libya","2001","2001",104.56087,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBY","Libya","2002","2002",103.36043,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBY","Libya","2003","2003",101.71986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBY","Libya","2004","2004",104.09456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBY","Libya","2005","2005",101.74099,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBY","Libya","2006","2006",106.98834,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","1990","1990",103.67306,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","1991","1991",103.11735,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","1992","1992",99.77833,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","1993","1993",99.52681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","1996","1996",99.37907,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","1997","1997",77.88938,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","1998","1998",103.49539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","1999","1999",105.46342,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2000","2000",105.9884,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2002","2002",105.24626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2003","2003",103.89902,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2004","2004",107.67974,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2005","2005",106.79532,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2006","2006",106.38612,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2007","2007",106.63499,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2008","2008",106.42934,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2009","2009",104.63232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2010","2010",101.36706,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2011","2011",100.44149,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2012","2012",99.92658,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2013","2013",98.17578,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2014","2014",98.09957,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2015","2015",98.70303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2016","2016",99.79863,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CHL","Chile","2017","2017",101.4712,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","1991","1991",108.31915,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","1992","1992",90.34529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","1993","1993",89.52977,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","1996","1996",84.62887,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","1999","1999",97.85262,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","2000","2000",96.64963,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","2003","2003",105.88984,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","2004","2004",104.37432,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IRQ","Iraq","2007","2007",108.13396,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1991","1991",51.16208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1992","1992",50.575,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1993","1993",55.74506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1994","1994",58.48704,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1995","1995",62.0543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1996","1996",65.67853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1997","1997",68.68492,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1998","1998",70.46257,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","1999","1999",72.34832,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2000","2000",75.39807,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2001","2001",78.59638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2002","2002",81.50711,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2003","2003",84.69254,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2004","2004",88.3253,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2005","2005",91.11964,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2006","2006",94.30177,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2007","2007",97.29989,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2008","2008",99.96514,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2009","2009",103.81031,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2010","2010",106.5379,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2011","2011",108.36972,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2012","2012",108.49728,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2013","2013",102.72056,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2014","2014",100.2218,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2015","2015",97.85642,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2016","2016",94.97578,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BTN","Bhutan","2017","2017",92.57596,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1990","1990",112.56595,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1991","1991",111.76357,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1992","1992",110.54696,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1993","1993",108.92973,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1994","1994",109.35328,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1995","1995",108.5859,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1996","1996",108.01769,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1997","1997",107.92561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1998","1998",107.5225,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","1999","1999",109.72668,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2000","2000",107.20612,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2001","2001",108.47068,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2002","2002",108.66266,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2003","2003",108.45493,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2004","2004",108.03641,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2005","2005",106.12461,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2006","2006",104.48278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2007","2007",107.25382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2008","2008",107.2079,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2009","2009",108.19964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2010","2010",112.20758,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2011","2011",112.35961,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2012","2012",109.43037,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2013","2013",106.0857,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2014","2014",103.38523,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2015","2015",102.42373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2016","2016",101.41333,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","IDN","Indonesia","2017","2017",101.1903,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2003","2003",107.36647,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2004","2004",108.30915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2005","2005",112.77271,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2006","2006",117.60061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2007","2007",119.62904,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2008","2008",122.32164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2009","2009",116.91919,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2010","2010",111.23473,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2011","2011",98.05877,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2012","2012",96.89635,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2015","2015",96.07652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2016","2016",97.37355,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MNE","Montenegro","2017","2017",98.93736,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","1990","1990",96.4933,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","1991","1991",105.77733,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","1992","1992",114.82152,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","1993","1993",116.36143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","1994","1994",116.836,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","1995","1995",111.66888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","1999","1999",98.84662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2000","2000",101.96174,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2001","2001",100.97528,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2002","2002",100.44315,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2003","2003",102.19251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2004","2004",102.10667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2005","2005",101.00054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2006","2006",101.07029,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2008","2008",101.27048,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2009","2009",100.08839,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2010","2010",99.14171,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2014","2014",103.25767,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2016","2016",111.20725,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MMR","Myanmar","2017","2017",116.07028,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1990","1990",111.77857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1991","1991",110.80403,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1992","1992",107.38745,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1993","1993",105.19423,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1994","1994",104.42218,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1995","1995",104.84759,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1996","1996",105.92681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1997","1997",106.28909,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1998","1998",106.20351,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","1999","1999",105.40658,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2000","2000",104.56011,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2001","2001",102.36981,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2002","2002",101.50146,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2003","2003",101.41462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2004","2004",102.04204,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2005","2005",103.22554,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2006","2006",103.93523,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2007","2007",103.58659,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2008","2008",103.788,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2009","2009",102.78666,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2010","2010",102.78602,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2011","2011",102.99303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2012","2012",103.00025,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2013","2013",101.95505,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2014","2014",102.44635,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2015","2015",102.92054,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2016","2016",102.45341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MUS","Mauritius","2017","2017",101.55296,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1990","1990",109.22255,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1991","1991",109.44884,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1992","1992",109.81312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1993","1993",110.00532,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1994","1994",109.18015,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1995","1995",108.8546,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1996","1996",108.78788,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1997","1997",113.3898,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1998","1998",112.50772,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","1999","1999",112.05098,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2000","2000",109.92088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2001","2001",109.49885,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2002","2002",111.4389,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2003","2003",112.51237,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2004","2004",114.12747,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2005","2005",115.31934,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2006","2006",116.89203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2007","2007",116.3292,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2008","2008",115.72217,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2009","2009",115.29986,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2010","2010",113.88155,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2013","2013",111.13139,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2014","2014",109.76025,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2015","2015",108.58135,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","URY","Uruguay","2016","2016",106.59592,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1990","1990",94.15186,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1991","1991",95.19799,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1992","1992",96.57735,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1993","1993",97.22807,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1994","1994",97.46788,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1995","1995",97.54031,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1996","1996",97.79234,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1998","1998",95.82314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","1999","1999",95.04428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2000","2000",98.67921,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2001","2001",98.01729,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2002","2002",96.53462,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2003","2003",97.24063,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2004","2004",99.67158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2005","2005",100.03054,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2006","2006",98.96984,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2007","2007",98.52838,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2008","2008",98.79228,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2009","2009",99.57308,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2010","2010",100.66953,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2011","2011",102.22976,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2012","2012",103.88036,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2013","2013",105.55593,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2014","2014",104.65555,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2015","2015",103.19941,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2016","2016",103.84107,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MYS","Malaysia","2017","2017",103.59853,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","1990","1990",103.73992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","1991","1991",105.91987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","1994","1994",114.10031,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","1995","1995",115.43133,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","1997","1997",114.13231,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","1998","1998",112.59672,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","1999","1999",111.96089,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2000","2000",106.42105,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2001","2001",105.31685,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2002","2002",106.02412,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2003","2003",106.34144,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2004","2004",106.28188,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2005","2005",104.54276,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2006","2006",103.73944,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2007","2007",104.20789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2008","2008",102.94543,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2009","2009",101.47024,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2010","2010",99.89935,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2011","2011",98.77835,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2012","2012",99.12365,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2013","2013",99.50453,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2014","2014",100.63309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2015","2015",106.55813,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ZAF","South Africa","2016","2016",104.1744,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1990","1990",102.40166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1991","1991",103.7977,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1992","1992",105.22707,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1993","1993",106.00615,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1994","1994",106.43875,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1995","1995",107.24337,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1996","1996",108.11865,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1997","1997",108.31086,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1998","1998",108.42552,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","1999","1999",116.22026,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2000","2000",112.60983,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2001","2001",112.83928,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2002","2002",111.71069,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2004","2004",115.40747,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2005","2005",112.97104,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2006","2006",114.78454,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2007","2007",114.0133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2008","2008",115.48732,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2009","2009",117.0313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2010","2010",116.99394,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2011","2011",115.97727,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2012","2012",114.55723,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2013","2013",111.83539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2014","2014",110.78713,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2015","2015",109.81741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CRI","Costa Rica","2016","2016",109.9691,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","1991","1991",102.36979,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","1992","1992",100.13567,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","1993","1993",103.58512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","1994","1994",95.14137,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","1995","1995",91.36811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","1996","1996",91.73385,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","1997","1997",122.51556,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","1999","1999",126.46702,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2000","2000",98.02924,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2001","2001",101.0499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2002","2002",95.23411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2003","2003",94.24714,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2004","2004",94.66507,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2005","2005",94.61534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2006","2006",98.99294,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2007","2007",112.13004,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2008","2008",113.4128,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2009","2009",109.19149,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2010","2010",97.65228,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2011","2011",97.64802,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2012","2012",98.33298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2013","2013",97.84535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2014","2014",96.14145,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2015","2015",94.11642,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2016","2016",93.95648,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ARM","Armenia","2017","2017",94.02585,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1990","1990",106.76084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",105.41058,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",104.10319,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",100.73473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",100.60893,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",100.29797,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2001","2001",100.16282,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.74833,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.90733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",105.83281,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",106.28205,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",104.98285,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",103.20044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",105.08718,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",104.36741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",104.7476,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",104.68186,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",106.5262,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2013","2013",107.34174,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2014","2014",107.55789,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2015","2015",101.90924,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",101.41373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1990","1990",120.52095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1991","1991",117.68291,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1992","1992",115.30692,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1993","1993",112.15557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1994","1994",109.52887,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1995","1995",107.45854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1996","1996",104.9615,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1997","1997",103.45469,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","1998","1998",104.25917,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2001","2001",109.88785,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2002","2002",114.20123,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2003","2003",118.63986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2006","2006",105.1173,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2007","2007",107.30195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2008","2008",108.83968,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2009","2009",108.49649,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2010","2010",106.56341,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2011","2011",105.14886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2012","2012",104.69466,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2013","2013",103.81525,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2014","2014",99.29604,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2015","2015",99.51004,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2016","2016",101.17671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CHN","China","2017","2017",102.63429,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1990","1990",98.22069,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1991","1991",98.07243,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1992","1992",97.49365,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1993","1993",98.94955,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1994","1994",98.55147,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1995","1995",97.18548,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1996","1996",97.27895,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1997","1997",98.25462,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1998","1998",98.88957,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","1999","1999",98.16282,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2000","2000",97.84758,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2001","2001",97.60589,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2002","2002",96.65654,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2003","2003",95.72253,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2004","2004",94.91709,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2005","2005",94.26749,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2006","2006",94.31535,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2007","2007",94.40535,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2008","2008",94.44331,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2009","2009",95.15295,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2010","2010",96.20869,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2011","2011",97.30095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2012","2012",99.84214,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2013","2013",99.90081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2014","2014",99.44365,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2015","2015",105.3946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","POL","Poland","2016","2016",110.64742,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1990","1990",107.55534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1991","1991",104.62341,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1992","1992",95.29632,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1994","1994",89.06514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1995","1995",86.78047,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1996","1996",81.64623,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1997","1997",85.01999,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1998","1998",89.26013,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","1999","1999",92.48297,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2000","2000",93.65432,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2001","2001",110.03523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2002","2002",110.54633,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2003","2003",111.20405,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2004","2004",116.00756,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2005","2005",115.05639,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2006","2006",113.88247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2007","2007",114.73634,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2008","2008",114.90574,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2009","2009",116.66609,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2010","2010",118.90465,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2011","2011",117.65695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2012","2012",122.07809,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2014","2014",122.85619,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2015","2015",125.54358,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2016","2016",125.32557,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CMR","Cameroon","2017","2017",119.03782,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1990","1990",96.15675,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1991","1991",99.17335,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1992","1992",89.47402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1993","1993",89.77489,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1994","1994",99.89522,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1995","1995",90.31954,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1996","1996",105.73854,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1997","1997",98.4849,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","1999","1999",94.57868,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2000","2000",94.16543,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2001","2001",94.61075,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2002","2002",95.73487,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2003","2003",96.78891,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2004","2004",97.83243,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2005","2005",99.44846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2006","2006",101.96718,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2007","2007",103.62587,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2009","2009",105.68713,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2010","2010",105.06117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2011","2011",101.04234,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2012","2012",103.67918,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2013","2013",102.95932,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2014","2014",101.27366,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2016","2016",103.58544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","EGY","Egypt","2017","2017",104.81786,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1990","1990",110.46349,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1991","1991",111.87321,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1992","1992",113.16535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1993","1993",111.98367,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1994","1994",112.06026,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1995","1995",111.43274,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1996","1996",111.03472,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1997","1997",110.19927,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1998","1998",108.87453,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","1999","1999",110.46051,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2000","2000",111.38796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2001","2001",113.20884,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2002","2002",115.10577,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2003","2003",123.95778,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2004","2004",122.96434,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2005","2005",121.85548,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2006","2006",119.36316,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2007","2007",118.02737,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2008","2008",117.89415,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2009","2009",118.04811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2010","2010",120.76444,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2011","2011",126.15346,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2012","2012",127.57075,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SYR","Syrian Arab Republic","2013","2013",77.26212,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1990","1990",97.68508,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1991","1991",98.25418,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1992","1992",97.43151,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1993","1993",98.5662,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1994","1994",100.32467,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1995","1995",100.40299,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1996","1996",100.64478,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1998","1998",101.58511,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","1999","1999",101.33479,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2000","2000",101.42744,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2001","2001",101.36166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2002","2002",103.32261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2004","2004",100.73233,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2005","2005",98.73159,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2006","2006",99.30144,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2007","2007",100.01443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2008","2008",99.61407,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2009","2009",99.56391,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2010","2010",99.58078,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2011","2011",100.78067,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2012","2012",101.3583,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2013","2013",101.55017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2014","2014",101.30037,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2015","2015",101.46172,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","DNK","Denmark","2016","2016",101.80483,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","1993","1993",96.47978,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","1994","1994",96.02348,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","1995","1995",95.68869,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","1996","1996",96.24239,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","1997","1997",97.05105,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","1998","1998",99.40149,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","1999","1999",109.85594,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2000","2000",112.2832,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2001","2001",113.55464,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2002","2002",110.92961,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2003","2003",101.08202,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2004","2004",97.70038,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2005","2005",96.14571,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2006","2006",97.69489,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2007","2007",100.39435,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2008","2008",103.9508,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2009","2009",104.91202,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2010","2010",103.57496,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2011","2011",101.39934,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2012","2012",99.28916,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2013","2013",97.96284,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2014","2014",98.46209,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2015","2015",99.64962,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2016","2016",102.05875,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BLR","Belarus","2017","2017",101.41328,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","1990","1990",114.48531,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","1992","1992",106.29934,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","1999","1999",102.21819,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2000","2000",100.65803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2001","2001",99.27465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2002","2002",96.76939,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2003","2003",96.66527,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2004","2004",94.9681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2005","2005",96.14122,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2006","2006",98.2503,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2007","2007",99.691,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2008","2008",101.23167,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2009","2009",100.54415,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2010","2010",99.70518,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2011","2011",98.41721,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2014","2014",93.63142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2015","2015",93.01157,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2016","2016",92.58217,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRB","Barbados","2017","2017",91.78674,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","1991","1991",95.45818,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","1992","1992",92.15624,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","1993","1993",90.99543,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","1995","1995",93.1224,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","1996","1996",94.51697,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","1997","1997",98.37623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","1999","1999",101.96912,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2000","2000",100.27465,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2001","2001",98.03663,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2003","2003",95.43656,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2005","2005",100.20671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2007","2007",97.79343,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2008","2008",99.3443,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2009","2009",95.56001,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2010","2010",96.68797,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2011","2011",98.43176,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUY","Guyana","2012","2012",97.13253,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1990","1990",92.25543,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1991","1991",61.28145,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1992","1992",57.69974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1993","1993",67.00216,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1994","1994",80.06154,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1995","1995",90.12266,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1996","1996",109.90018,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1997","1997",115.42623,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1998","1998",112.69475,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","1999","1999",104.60612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2000","2000",97.23392,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2001","2001",91.91219,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2002","2002",94.07334,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2003","2003",95.34582,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2004","2004",97.91432,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2005","2005",102.72164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2006","2006",102.12176,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2007","2007",105.56398,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2008","2008",102.72424,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2009","2009",102.59538,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2010","2010",103.02265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2011","2011",105.53351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2012","2012",103.86424,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2013","2013",101.9889,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2014","2014",101.76118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2015","2015",100.38145,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2016","2016",98.75963,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","KWT","Kuwait","2017","2017",97.45408,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1990","1990",84.27976,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1991","1991",88.19402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1992","1992",90.73485,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1993","1993",93.72209,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1994","1994",96.43874,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1995","1995",95.04663,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1996","1996",94.30836,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1997","1997",95.80677,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1998","1998",96.19962,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","1999","1999",102.8019,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2000","2000",103.66863,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2001","2001",107.97008,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2002","2002",116.35111,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2003","2003",117.81101,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2004","2004",120.57073,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2005","2005",121.90091,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2006","2006",125.55755,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2007","2007",124.61867,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2008","2008",124.64461,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","NIC","Nicaragua","2010","2010",123.76387,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TKL","Tokelau","2000","2000",113.33333,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TKL","Tokelau","2001","2001",119.41748,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TKL","Tokelau","2002","2002",131.1828,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TKL","Tokelau","2003","2003",132.55814,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TKL","Tokelau","2016","2016",95.2381,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1990","1990",121.02316,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1991","1991",118.85849,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1992","1992",121.44338,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1993","1993",119.27955,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1994","1994",120.40294,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1995","1995",120.17984,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1996","1996",120.23738,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1998","1998",121.71551,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","1999","1999",121.39669,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2000","2000",122.38401,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2001","2001",122.21766,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2002","2002",118.35356,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2003","2003",118.80917,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2004","2004",117.94133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2005","2005",117.47432,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2006","2006",117.41185,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2007","2007",116.4423,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2008","2008",115.15165,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2009","2009",112.6607,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2010","2010",111.09151,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2011","2011",110.27824,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2012","2012",109.12423,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2013","2013",109.01991,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2014","2014",107.6059,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2015","2015",106.46703,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRT","Portugal","2016","2016",105.24614,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1990","1990",101.41444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1991","1991",101.17064,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1992","1992",100.13509,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1993","1993",98.84156,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1994","1994",97.38709,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1995","1995",97.90337,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1996","1996",98.06363,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1997","1997",98.55238,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1998","1998",99.5843,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","1999","1999",101.09908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2000","2000",102.99279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2001","2001",102.88729,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2002","2002",99.54758,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2003","2003",98.28539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2004","2004",96.6649,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2005","2005",96.863,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2006","2006",97.30983,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2007","2007",98.13413,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2008","2008",99.24107,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2009","2009",99.87624,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2010","2010",99.30479,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2011","2011",98.81152,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2012","2012",98.22515,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2013","2013",98.13211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2014","2014",98.18361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2015","2015",98.62543,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ISL","Iceland","2016","2016",99.53414,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","1990","1990",46.38393,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","1991","1991",42.92014,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","2000","2000",60.2991,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","2001","2001",73.88192,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","2011","2011",110.72998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","2012","2012",113.36673,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","2013","2013",114.87472,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","2015","2015",112.74971,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","2016","2016",114.83608,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SLE","Sierra Leone","2017","2017",120.88591,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1990","1990",96.33627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1991","1991",98.25189,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1992","1992",98.99647,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1993","1993",101.27316,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1994","1994",104.24361,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1995","1995",107.65322,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1996","1996",109.89572,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1997","1997",111.93704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1998","1998",113.77633,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","1999","1999",116.31318,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2000","2000",116.37007,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2001","2001",115.76536,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2002","2002",116.5904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2003","2003",115.29855,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2004","2004",114.87012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2005","2005",114.36939,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2006","2006",112.88358,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2007","2007",112.08519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2008","2008",110.74522,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2009","2009",107.01045,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2010","2010",103.63192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2011","2011",100.34103,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2012","2012",98.89192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2013","2013",97.2063,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2014","2014",95.84432,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2015","2015",95.7428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2016","2016",96.55162,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","BOL","Bolivia (Plurinational State of)","2017","2017",97.64356,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1990","1990",112.79826,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1991","1991",114.29331,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1992","1992",114.82885,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1993","1993",113.34253,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1994","1994",110.77873,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1995","1995",109.37353,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1996","1996",108.62674,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1997","1997",105.77906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1998","1998",105.8366,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","1999","1999",103.5912,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2000","2000",102.47149,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2001","2001",102.59093,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2002","2002",101.70644,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2003","2003",100.72774,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2004","2004",101.33974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2005","2005",100.70826,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2006","2006",104.38469,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2007","2007",105.01229,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2008","2008",105.92902,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2009","2009",106.95606,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2010","2010",105.72956,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2011","2011",105.87415,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2012","2012",105.85251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2013","2013",116.97022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2014","2014",106.32269,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2015","2015",105.77695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2016","2016",106.5039,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","IRN","Iran (Islamic Republic of)","2017","2017",106.19495,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1990","1990",73.2226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1991","1991",76.23222,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1992","1992",91.65322,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1993","1993",97.41702,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1994","1994",103.91004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1995","1995",152.2163,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1996","1996",147.6965,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1998","1998",132.92846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","1999","1999",131.68542,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2000","2000",134.02927,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2001","2001",137.72904,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2002","2002",133.97113,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2004","2004",126.48394,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2005","2005",124.28199,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2006","2006",123.66284,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2007","2007",120.75686,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2008","2008",127.77651,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2009","2009",126.50934,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2010","2010",133.02116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2011","2011",135.15811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2012","2012",136.28594,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2013","2013",141.74713,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2014","2014",142.23352,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2015","2015",141.18481,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2016","2016",139.2645,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MWI","Malawi","2017","2017",139.9454,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SOM","Somalia","2007","2007",16.75778,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","1990","1990",105.50715,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","1991","1991",104.1424,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","1993","1993",102.63016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","1994","1994",102.37694,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","1995","1995",103.32278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","1996","1996",102.6779,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","1998","1998",103.73659,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","1999","1999",103.08818,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2000","2000",99.92624,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2001","2001",101.23981,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2002","2002",100.34722,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2003","2003",101.23318,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2004","2004",100.99216,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2005","2005",101.39641,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2006","2006",102.59487,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2007","2007",102.93458,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2008","2008",103.32269,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2009","2009",102.40642,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2010","2010",99.81811,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2011","2011",99.59456,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2012","2012",98.38959,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2013","2013",99.03338,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2014","2014",99.50208,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2015","2015",100.28726,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","USA","United States of America","2016","2016",101.27641,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","1990","1990",55.53092,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","1991","1991",52.65937,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","1992","1992",51.10807,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","1993","1993",50.67973,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","1994","1994",52.07549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","1995","1995",55.4264,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","1998","1998",54.31301,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","1999","1999",58.79419,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2000","2000",63.87076,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2001","2001",69.59058,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2002","2002",72.80112,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2004","2004",82.41519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2005","2005",88.89061,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2006","2006",91.76568,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2007","2007",97.54888,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2008","2008",101.92053,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2009","2009",103.03276,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2010","2010",104.17932,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2011","2011",100.82847,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2012","2012",99.88926,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2013","2013",100.9869,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2014","2014",100.96002,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2015","2015",101.68083,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2016","2016",102.06412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MOZ","Mozambique","2017","2017",101.28384,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SMR","San Marino","2009","2009",92.94606,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SMR","San Marino","2010","2010",94.37463,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SMR","San Marino","2011","2011",91.94118,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SMR","San Marino","2012","2012",93.30172,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","1999","1999",109.07479,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2000","2000",103.07596,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2001","2001",102.38866,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2002","2002",101.82761,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2003","2003",101.08202,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2004","2004",101.61181,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2005","2005",103.02382,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2006","2006",101.81593,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2007","2007",100.9952,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2008","2008",100.54937,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2009","2009",97.17106,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2010","2010",95.64695,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2011","2011",101.51213,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2012","2012",100.56836,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2013","2013",100.94359,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2014","2014",101.36326,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2015","2015",101.22541,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2016","2016",100.46706,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SRB","Serbia","2017","2017",100.36259,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","1998","1998",101.35521,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","1999","1999",98.7225,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2000","2000",104.59098,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2001","2001",113.62832,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2002","2002",114.22142,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2003","2003",109.36639,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2005","2005",110.22179,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2007","2007",115.64845,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2009","2009",108.82029,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2010","2010",104.62555,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2011","2011",109.27835,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2012","2012",111.47161,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2013","2013",106.22797,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2014","2014",109.75323,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2015","2015",109.08019,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","COK","Cook Islands","2016","2016",111.72333,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SMR","San Marino","2009","2009",92.35955,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SMR","San Marino","2010","2010",88.77551,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SMR","San Marino","2011","2011",92.48879,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SMR","San Marino","2012","2012",93.85965,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1990","1990",89.67618,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1991","1991",91.98181,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1992","1992",91.4407,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1993","1993",94.403,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1994","1994",96.05041,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1995","1995",98.89486,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1996","1996",100.15539,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1997","1997",101.02773,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1998","1998",100.09006,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","1999","1999",100.47111,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2000","2000",103.14423,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2001","2001",103.1488,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2002","2002",103.10415,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2003","2003",102.96309,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2004","2004",103.97029,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2005","2005",102.84456,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2006","2006",102.02875,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2007","2007",101.10445,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2008","2008",99.49927,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2009","2009",99.94983,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2010","2010",100.4215,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2011","2011",101.25184,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2012","2012",101.85441,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2013","2013",101.75458,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2014","2014",101.57557,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2015","2015",102.08926,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LTU","Lithuania","2016","2016",102.8918,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","1990","1990",94.02203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","1991","1991",96.73941,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","1992","1992",100.38906,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","1993","1993",101.08963,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","1994","1994",101.19681,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","1999","1999",105.35855,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2000","2000",106.51241,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2001","2001",106.16287,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2002","2002",106.05582,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2003","2003",105.55559,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2004","2004",104.99058,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2005","2005",103.27659,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2006","2006",102.17428,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2007","2007",102.67061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2008","2008",102.16431,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2009","2009",102.61866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2010","2010",104.02724,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2011","2011",104.7592,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2012","2012",105.36954,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2013","2013",104.31701,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2014","2014",103.83674,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2015","2015",104.15008,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2016","2016",103.17186,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ISR","Israel","2017","2017",103.37022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","1995","1995",92.69541,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","1996","1996",93.90508,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","1997","1997",95.37022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","1999","1999",96.18903,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2000","2000",96.62676,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2001","2001",95.13572,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2002","2002",93.2737,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2003","2003",91.72286,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2004","2004",88.51138,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2005","2005",88.53057,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2006","2006",86.99111,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2007","2007",87.18845,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2008","2008",88.65976,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2009","2009",89.64048,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2010","2010",91.86653,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2011","2011",92.98768,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2012","2012",95.37289,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2013","2013",94.333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2014","2014",95.46035,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2015","2015",94.39533,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2016","2016",93.85668,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PSE","Palestine","2017","2017",95.38269,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","1990","1990",100.0196,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","1991","1991",99.29792,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","1992","1992",98.95105,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","1993","1993",98.84191,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","1994","1994",99.5151,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","1995","1995",99.8281,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","1996","1996",99.47655,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","1997","1997",98.55099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","2013","2013",100.24089,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","2014","2014",99.53853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","2015","2015",98.79994,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","JPN","Japan","2016","2016",98.23516,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1990","1990",118.14277,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1991","1991",125.82845,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1992","1992",126.10633,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1993","1993",124.91328,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1994","1994",127.21406,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1995","1995",124.16944,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1996","1996",122.18847,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1997","1997",120.50353,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1998","1998",118.9061,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","1999","1999",114.8197,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2000","2000",114.14862,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2001","2001",113.33693,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2002","2002",112.90388,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2003","2003",112.19113,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2004","2004",109.40402,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2005","2005",108.8063,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2006","2006",107.85474,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2007","2007",109.41981,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2008","2008",108.57886,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2009","2009",108.06791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2010","2010",107.47388,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2012","2012",109.37577,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2013","2013",111.31465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NAM","Namibia","2017","2017",119.13766,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2000","2000",107.03812,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2001","2001",106.85544,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2002","2002",96.75516,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2003","2003",97.69784,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2004","2004",98.73239,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2005","2005",97.63231,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2006","2006",97.62901,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2014","2014",112.89782,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2015","2015",118.82353,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","TUV","Tuvalu","2016","2016",104.7138,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","1990","1990",100.17272,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","1991","1991",99.14735,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","1992","1992",97.96965,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","1993","1993",102.60664,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","1994","1994",102.08865,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","1995","1995",102.10333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","1996","1996",102.29454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","1999","1999",104.22233,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2000","2000",105.11682,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2001","2001",104.39378,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2002","2002",103.51315,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2003","2003",102.79345,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2004","2004",100.97505,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2005","2005",100.68205,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2006","2006",101.01987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2007","2007",101.68667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2008","2008",102.2734,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2009","2009",102.29118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2010","2010",102.04058,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2011","2011",102.04789,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2012","2012",102.46797,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2013","2013",103.76042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2014","2014",103.66229,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2015","2015",103.23848,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BEL","Belgium","2016","2016",103.37549,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","1999","1999",90.23147,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2002","2002",124.57695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2003","2003",108.94722,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2004","2004",123.78641,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2005","2005",103.02436,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2006","2006",115.61992,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2007","2007",112.85564,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2008","2008",109.65851,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2009","2009",107.42477,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2011","2011",105.73127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2015","2015",93.48878,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MHL","Marshall Islands","2016","2016",88.61257,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1990","1990",89.14171,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1991","1991",91.51196,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1992","1992",83.45213,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1993","1993",84.03316,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1994","1994",92.82743,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1995","1995",85.40171,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1996","1996",93.53622,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1997","1997",92.65762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","1999","1999",91.045,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2000","2000",91.00642,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2001","2001",91.87462,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2002","2002",93.32657,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2003","2003",94.77909,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2004","2004",96.29779,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2005","2005",96.89837,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2006","2006",99.50617,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2007","2007",101.50731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2009","2009",104.01,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2010","2010",103.58192,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2011","2011",98.82788,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2012","2012",103.00787,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2013","2013",102.52375,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2014","2014",101.12775,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2016","2016",103.62452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","EGY","Egypt","2017","2017",104.96193,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1990","1990",82.30019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1991","1991",81.90617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1992","1992",80.23932,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1993","1993",101.09876,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1994","1994",100.7386,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1995","1995",99.71073,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1996","1996",99.49813,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1997","1997",99.83441,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","1999","1999",97.2204,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2000","2000",96.8193,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2001","2001",96.76742,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2002","2002",97.85232,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2003","2003",97.78993,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2004","2004",97.49887,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2005","2005",100.79126,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2006","2006",102.22995,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2007","2007",102.07909,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2008","2008",102.74954,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2009","2009",104.7597,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2010","2010",101.63377,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2011","2011",100.79486,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2012","2012",100.05692,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2013","2013",99.87841,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2014","2014",99.58708,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","CYP","Cyprus","2015","2015",99.29021,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1990","1990",105.26602,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1991","1991",106.6821,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1992","1992",107.95339,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1993","1993",107.13463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1994","1994",107.2734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1995","1995",106.70608,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1996","1996",106.27679,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1997","1997",105.60968,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1998","1998",104.90552,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","1999","1999",106.05691,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2000","2000",107.30681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2001","2001",109.59287,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2002","2002",111.74759,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2003","2003",121.34136,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2004","2004",120.73395,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2005","2005",120.16836,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2006","2006",117.79602,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2007","2007",116.46915,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2008","2008",116.31974,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2009","2009",116.28524,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2010","2010",118.70043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2011","2011",124.12576,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2012","2012",125.30365,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SYR","Syrian Arab Republic","2013","2013",75.99231,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","1990","1990",98.74279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","1999","1999",102.57081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2000","2000",103.87926,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2001","2001",105.06053,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2002","2002",106.90333,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2003","2003",105.60292,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2004","2004",106.82165,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2005","2005",105.30015,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2006","2006",105.64905,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2007","2007",106.72247,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2008","2008",105.42818,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2009","2009",103.75679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2010","2010",103.02347,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2011","2011",102.77706,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2012","2012",101.49313,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2013","2013",100.52775,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2014","2014",97.69371,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2015","2015",94.67428,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PAN","Panama","2016","2016",92.23001,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1990","1990",70.05691,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1991","1991",70.69165,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1992","1992",70.4725,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1993","1993",70.58176,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1994","1994",69.24411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1995","1995",68.66667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1996","1996",67.82236,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1997","1997",67.70088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1998","1998",65.58097,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","1999","1999",66.01605,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2000","2000",67.92025,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2001","2001",74.35259,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2002","2002",89.65593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2003","2003",96.51159,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2004","2004",101.35405,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2005","2005",104.85548,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2006","2006",106.87446,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2007","2007",107.65087,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2008","2008",107.91995,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2009","2009",101.43187,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2010","2010",97.06897,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2011","2011",91.32452,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2012","2012",89.34209,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2013","2013",84.92189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2014","2014",81.65968,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2015","2015",79.52152,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2016","2016",80.38953,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TZA","United Republic of Tanzania","2017","2017",84.33629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","1992","1992",45.96811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","1993","1993",44.31746,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","1994","1994",49.31898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","1995","1995",53.18944,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","1996","1996",55.60797,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","1997","1997",60.27254,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","1998","1998",63.46923,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","2000","2000",73.28797,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","2001","2001",87.17278,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","2004","2004",106.12126,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","2005","2005",113.77792,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","2006","2006",120.13803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GNB","Guinea-Bissau","2010","2010",118.08017,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1990","1990",105.85246,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1991","1991",109.15364,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1992","1992",110.58767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1993","1993",108.6118,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1996","1996",98.69408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1997","1997",99.47483,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",97.59512,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",99.29312,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",102.20506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",104.70566,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",102.96231,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",102.95747,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",102.67388,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",102.56006,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",104.38612,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",101.666,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",101.96266,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",101.39628,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",101.16374,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",101.25072,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",101.72132,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",100.4884,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",99.57737,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",96.52851,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",93.37382,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1990","1990",93.89602,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1991","1991",96.03822,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1992","1992",95.97842,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1993","1993",88.7042,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1994","1994",84.69664,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1995","1995",84.62649,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1996","1996",89.53882,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1997","1997",94.51179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1998","1998",96.51265,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","1999","1999",96.92051,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2000","2000",101.69978,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2001","2001",103.41183,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2002","2002",104.02027,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2003","2003",105.01615,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2004","2004",105.49058,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2005","2005",104.84398,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2006","2006",104.26199,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2007","2007",104.21336,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2008","2008",103.5486,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2009","2009",102.9181,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2010","2010",102.9586,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2011","2011",102.28565,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2012","2012",101.04871,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2013","2013",100.38803,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2014","2014",99.8206,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2015","2015",99.39332,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2016","2016",99.19855,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","LVA","Latvia","2017","2017",99.36784,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1990","1990",97.82221,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1991","1991",97.18836,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1992","1992",98.8563,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1993","1993",98.07984,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1994","1994",96.49733,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1995","1995",95.19854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1996","1996",96.17038,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1998","1998",94.18402,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","1999","1999",95.01521,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","2000","2000",95.9567,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","2002","2002",98.66377,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","2003","2003",99.99506,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","JOR","Jordan","2004","2004",100.01508,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","1990","1990",132.36579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","1991","1991",141.33372,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","1992","1992",155.70221,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","1996","1996",141.01262,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","1998","1998",114.54755,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","1999","1999",99.87046,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2002","2002",118.54158,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2003","2003",121.81211,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2004","2004",123.3753,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2005","2005",123.9769,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2007","2007",118.55283,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2008","2008",118.47205,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2009","2009",120.58358,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2010","2010",117.11862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2011","2011",115.81959,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2012","2012",108.07295,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2013","2013",108.46561,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2014","2014",104.69023,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2015","2015",106.00233,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2016","2016",106.82424,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","STP","Sao Tome and Principe","2017","2017",108.06953,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","1990","1990",95.96734,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","1991","1991",94.34772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","1992","1992",96.71022,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","1993","1993",109.11462,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","1994","1994",108.25681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","1997","1997",110.39455,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","1998","1998",118.6161,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","1999","1999",116.55025,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2000","2000",118.63992,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2001","2001",119.98076,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2002","2002",121.16498,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2003","2003",124.68542,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2004","2004",119.97808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2005","2005",116.14942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2006","2006",110.75605,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2007","2007",111.138,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2008","2008",113.85338,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2009","2009",112.8575,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2010","2010",121.89058,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2013","2013",122.20012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VUT","Vanuatu","2015","2015",118.67358,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1990","1990",105.56019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1991","1991",105.51946,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1992","1992",105.29456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1993","1993",104.52823,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1994","1994",104.73638,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1995","1995",104.86559,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1996","1996",104.74125,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1997","1997",103.36659,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1998","1998",104.47503,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","1999","1999",103.98546,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2000","2000",101.34498,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2001","2001",99.51786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2002","2002",99.02052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2003","2003",99.77924,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2004","2004",100.00417,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2005","2005",100.69022,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2006","2006",101.33164,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2007","2007",102.55049,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2008","2008",102.66268,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2009","2009",101.9075,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2010","2010",101.7314,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2011","2011",101.67979,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2012","2012",99.9899,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2013","2013",97.37395,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2014","2014",97.33045,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2015","2015",97.82414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","KOR","Republic of Korea","2016","2016",97.09442,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","1992","1992",94.15371,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","1993","1993",94.47551,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","1995","1995",95.80392,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","1996","1996",99.35611,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","1997","1997",98.73492,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","1998","1998",99.59474,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","1999","1999",98.51519,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2002","2002",94.64266,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2004","2004",104.37977,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2005","2005",109.91495,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2006","2006",108.30716,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2007","2007",111.67336,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2008","2008",111.4758,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2009","2009",105.92866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2010","2010",106.89827,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","BHS","Bahamas","2016","2016",92.89102,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","1991","1991",87.2811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","1999","1999",99.17504,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2000","2000",99.58964,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2001","2001",100.31171,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2002","2002",100.65167,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2003","2003",99.52178,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2004","2004",100.24281,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2005","2005",100.73567,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2006","2006",101.20664,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2007","2007",101.5494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2008","2008",100.12662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2010","2010",97.13885,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2011","2011",95.60422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2012","2012",96.89457,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2013","2013",96.24244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2014","2014",96.93454,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2015","2015",98.6308,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","LUX","Luxembourg","2016","2016",100.94147,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","1991","1991",108.83113,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","1992","1992",108.0317,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","1994","1994",108.43945,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","1995","1995",106.84094,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","1996","1996",105.66616,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","1997","1997",106.06535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","1998","1998",105.58643,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","1999","1999",104.2443,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2000","2000",102.48143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2001","2001",104.3642,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2002","2002",105.58053,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2003","2003",108.77134,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2004","2004",113.39725,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2006","2006",113.92208,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2007","2007",108.40365,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2008","2008",106.78875,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2009","2009",105.87253,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2011","2011",104.83845,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2012","2012",104.51767,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2013","2013",105.08741,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2015","2015",106.00098,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","FJI","Fiji","2016","2016",105.79165,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1991","1991",96.93556,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1992","1992",95.04652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1993","1993",85.8702,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1994","1994",87.40091,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1995","1995",82.90069,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1996","1996",81.75107,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1997","1997",85.09253,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1998","1998",88.72217,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","1999","1999",92.36762,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2000","2000",95.4645,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2001","2001",91.95144,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2002","2002",88.73512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2003","2003",89.1993,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2004","2004",92.37895,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2005","2005",90.84034,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2006","2006",92.21922,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2007","2007",99.64478,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2008","2008",101.5265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2009","2009",101.8702,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2010","2010",101.4201,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2011","2011",102.54828,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2012","2012",105.94512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2013","2013",106.769,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2014","2014",105.38113,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2015","2015",104.13573,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2016","2016",102.39333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GEO","Georgia","2017","2017",102.27011,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1990","1990",92.78746,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1991","1991",98.03791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1992","1992",96.19196,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1994","1994",92.74969,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1995","1995",104.01164,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1996","1996",109.99208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1997","1997",112.27485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1998","1998",113.68081,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","1999","1999",119.93542,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2000","2000",113.36331,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2001","2001",115.77746,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2002","2002",117.76723,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2003","2003",115.39193,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2004","2004",114.33444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2005","2005",113.32462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2006","2006",116.96616,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2007","2007",110.7564,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2008","2008",111.19913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2009","2009",125.11616,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2010","2010",127.18776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2011","2011",124.3305,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2012","2012",126.60635,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2013","2013",126.63406,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2014","2014",123.01077,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2015","2015",119.75954,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2016","2016",123.91612,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TGO","Togo","2017","2017",123.04992,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","1990","1990",67.46083,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","1991","1991",62.10247,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","1992","1992",57.91654,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","1998","1998",63.8031,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","2008","2008",95.10217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","2009","2009",93.59256,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","2010","2010",92.80746,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","2011","2011",91.23398,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","AGO","Angola","2015","2015",105.17413,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","1993","1993",93.96731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","1994","1994",93.95514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","1995","1995",96.52341,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","1996","1996",97.63109,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","1997","1997",99.05248,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","1998","1998",99.15224,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","1999","1999",98.58077,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2000","2000",96.18605,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2001","2001",101.35684,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2002","2002",105.50808,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2003","2003",110.94945,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2004","2004",122.49094,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2005","2005",100.96122,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2006","2006",102.15312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2007","2007",98.63487,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2008","2008",98.80285,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2009","2009",99.21226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2010","2010",99.4214,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2011","2011",99.44356,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2012","2012",99.69842,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2013","2013",99.25411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2014","2014",99.09251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2015","2015",99.1927,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","SVN","Slovenia","2016","2016",99.12656,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","1990","1990",69.95807,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","1991","1991",64.84207,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","1992","1992",56.78271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2001","2001",77.19545,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2002","2002",67.80579,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2003","2003",67.08587,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2004","2004",57.57312,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2005","2005",64.09214,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2006","2006",63.94665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2007","2007",73.80081,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2008","2008",85.01975,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2009","2009",86.59743,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2010","2010",89.15866,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2011","2011",89.81164,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2012","2012",90.17287,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CAF","Central African Republic","2016","2016",105.66756,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","1990","1990",99.05364,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","1991","1991",102.46511,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","1992","1992",106.71251,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","1993","1993",100.38617,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","1994","1994",102.18182,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","1996","1996",97.11477,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","1998","1998",101.04473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","1999","1999",92.94511,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2000","2000",103.19,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2002","2002",111.99132,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2003","2003",110.33235,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2004","2004",108.18509,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2007","2007",103.97318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2008","2008",108.64124,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2011","2011",108.02465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2013","2013",107.03179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2014","2014",104.97489,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","COM","Comoros","2017","2017",99.44759,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1990","1990",91.89113,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1991","1991",91.59833,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1992","1992",91.88369,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1993","1993",93.57868,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1994","1994",94.69615,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1995","1995",94.40945,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1996","1996",94.26944,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1997","1997",93.89067,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1998","1998",92.25381,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","1999","1999",92.92443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2000","2000",94.62191,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2001","2001",94.44649,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2002","2002",95.05657,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2003","2003",102.99474,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2007","2007",110.23721,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2008","2008",110.87977,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2009","2009",109.59071,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2010","2010",109.1993,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2011","2011",108.38264,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2012","2012",109.7727,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2013","2013",110.57465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2014","2014",107.86236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2015","2015",108.49523,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","IND","India","2016","2016",114.52528,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","1992","1992",111.80359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","1994","1994",115.82809,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","1995","1995",116.35094,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","1996","1996",117.12659,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","1997","1997",120.81938,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","1998","1998",126.23016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","1999","1999",132.00531,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2000","2000",129.01806,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2001","2001",126.91483,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2002","2002",117.36573,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2003","2003",108.87844,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2004","2004",103.39347,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2005","2005",98.99378,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2006","2006",96.17169,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2007","2007",97.42671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2008","2008",98.04057,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2009","2009",99.71423,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2010","2010",99.97896,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2011","2011",98.80909,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2012","2012",94.65028,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2013","2013",92.9052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2014","2014",90.18675,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2015","2015",88.46725,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2016","2016",85.07789,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","LBN","Lebanon","2017","2017",89.51545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1993","1993",94.83108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1994","1994",95.47728,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1995","1995",96.65922,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1996","1996",97.89934,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1997","1997",97.77041,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",97.26171,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",96.94785,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",95.92061,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",94.93747,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",94.7691,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",92.44122,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",92.19467,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",92.54066,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",91.45191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",91.09947,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",86.97627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",86.61894,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",86.73582,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",86.53865,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",90.49068,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",90.79249,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",93.66357,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","1990","1990",72.64782,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","1991","1991",74.80185,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","1992","1992",79.60559,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","1997","1997",99.72204,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","1998","1998",104.25702,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","1999","1999",100.85467,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2000","2000",107.25626,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2001","2001",109.01401,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2002","2002",114.87656,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2003","2003",124.30934,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2004","2004",134.37907,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2005","2005",138.13507,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2006","2006",146.76124,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2007","2007",149.92336,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2008","2008",148.08315,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2009","2009",148.60319,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2010","2010",146.94818,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2011","2011",146.44398,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2012","2012",145.50555,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2013","2013",142.06566,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2014","2014",137.96821,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2015","2015",136.26732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2016","2016",136.77557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","RWA","Rwanda","2017","2017",132.75756,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1990","1990",94.62443,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1991","1991",94.28089,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1992","1992",92.66047,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1993","1993",90.49379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1994","1994",89.86805,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1995","1995",92.26679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1996","1996",90.65644,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1997","1997",90.53295,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1998","1998",92.38904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","1999","1999",93.5854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2000","2000",94.35937,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2001","2001",93.29692,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2002","2002",94.13293,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2003","2003",94.73501,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2004","2004",95.07699,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2005","2005",94.31024,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2006","2006",93.76359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2007","2007",93.09776,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2010","2010",94.65949,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2011","2011",94.69052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2012","2012",95.03088,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2013","2013",94.50378,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2014","2014",93.38181,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2015","2015",94.59922,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GRC","Greece","2016","2016",93.97133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","1998","1998",102.91971,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","1999","1999",98.52941,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","2000","2000",118.48341,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","2001","2001",114.14634,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","2002","2002",136.41304,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","2004","2004",114.28571,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","2005","2005",111.94969,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","2014","2014",126.25,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","2015","2015",132.69231,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","NIU","Niue","2016","2016",128.84615,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1990","1990",123.70534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1991","1991",121.7197,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1992","1992",123.78928,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1993","1993",121.83013,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1994","1994",123.40242,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1995","1995",122.92183,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1996","1996",123.15977,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1998","1998",124.40212,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","1999","1999",123.99366,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2000","2000",125.0042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2001","2001",123.22578,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2002","2002",120.62402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2003","2003",121.84568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2004","2004",120.93481,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2005","2005",120.26369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2006","2006",120.29127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2007","2007",119.57264,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2008","2008",118.3136,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2009","2009",114.55663,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2010","2010",112.73486,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2011","2011",111.8451,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2012","2012",110.67326,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2013","2013",110.92698,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2014","2014",109.84397,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2015","2015",108.45446,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRT","Portugal","2016","2016",107.07998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TKL","Tokelau","2000","2000",105.10638,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TKL","Tokelau","2001","2001",111.76471,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TKL","Tokelau","2002","2002",123.14815,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TKL","Tokelau","2003","2003",115.22843,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TKL","Tokelau","2016","2016",101.71429,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PLW","Palau","2004","2004",101.13636,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PLW","Palau","2013","2013",113.54167,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PLW","Palau","2014","2014",112.46246,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2000","2000",104.9101,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2001","2001",100.56378,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2002","2002",91.05749,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2003","2003",94.11765,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2004","2004",97.09544,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2005","2005",99.51956,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2006","2006",100.06854,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2014","2014",113.58913,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2015","2015",119.23077,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","TUV","Tuvalu","2016","2016",106.60225,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","CUW","Curaçao","2013","2013",172.85714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2005","2005",95.45357,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2007","2007",100.08887,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2008","2008",102.28767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2009","2009",104.16914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2010","2010",106.07503,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2011","2011",106.0683,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2012","2012",109.3714,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2013","2013",115.61417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2014","2014",118.19778,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2015","2015",120.64364,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SAU","Saudi Arabia","2016","2016",116.24338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","CUW","Curaçao","2013","2013",176.33165,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRI","Puerto Rico","2009","2009",91.86846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRI","Puerto Rico","2010","2010",92.49673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRI","Puerto Rico","2011","2011",84.88281,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRI","Puerto Rico","2012","2012",85.87811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRI","Puerto Rico","2013","2013",87.1554,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRI","Puerto Rico","2014","2014",87.42939,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRI","Puerto Rico","2015","2015",85.97342,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRI","Puerto Rico","2016","2016",79.38112,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SSD","South Sudan","2011","2011",67.39527,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","SSD","South Sudan","2015","2015",55.10308,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SSD","South Sudan","2011","2011",84.7618,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SSD","South Sudan","2015","2015",66.58934,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","TKM","Turkmenistan","2014","2014",89.24829,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","1990","1990",72.32421,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2005","2005",91.71001,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2006","2006",92.37229,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2008","2008",89.52762,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2009","2009",90.26229,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2010","2010",90.50862,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2017","2017",90.50189,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2007","2007",83.97661,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2008","2008",83.62416,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2009","2009",82.06595,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2010","2010",77.80027,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2011","2011",77.22655,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2012","2012",76.09731,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2014","2014",75.28884,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2015","2015",77.53043,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2017","2017",79.33957,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1990","1990",78.859,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1991","1991",79.15408,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1992","1992",77.51218,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1993","1993",97.59281,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1994","1994",97.04539,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1995","1995",96.28955,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1996","1996",96.36006,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1997","1997",96.19921,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","1999","1999",95.43101,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2000","2000",95.13734,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2001","2001",94.67245,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2002","2002",95.76494,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2003","2003",95.97779,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2004","2004",96.27427,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2005","2005",99.26098,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2006","2006",99.21544,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2007","2007",99.14358,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2008","2008",98.98083,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2009","2009",99.02851,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2010","2010",98.82851,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2011","2011",98.76485,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2012","2012",97.74647,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2013","2013",96.90807,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2014","2014",96.28478,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CYP","Cyprus","2015","2015",97.07977,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JPN","Japan","1991","1991",99.52518,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JPN","Japan","1992","1992",99.22129,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JPN","Japan","1994","1994",99.7614,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JPN","Japan","2013","2013",98.87755,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JPN","Japan","2014","2014",98.50649,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JPN","Japan","2015","2015",98.96358,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JPN","Japan","2016","2016",98.43612,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1990","1990",45.67979,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1991","1991",45.62435,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1992","1992",46.52733,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1993","1993",48.74484,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1994","1994",51.65085,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1995","1995",54.69077,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1996","1996",57.28802,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1997","1997",59.17649,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1998","1998",60.08084,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","1999","1999",66.02148,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2000","2000",71.72192,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2001","2001",76.72015,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2002","2002",81.54044,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2003","2003",83.32802,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2004","2004",83.46811,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2005","2005",84.54612,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2006","2006",85.89841,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2007","2007",87.48759,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2008","2008",88.33529,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2009","2009",88.58673,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2010","2010",91.55104,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2011","2011",92.70007,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2012","2012",92.03017,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2013","2013",92.73085,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2014","2014",92.84531,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2016","2016",94.31526,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAR","Morocco","2017","2017",96.58767,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1994","1994",19.10539,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1995","1995",21.84534,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1996","1996",26.06624,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1998","1998",33.50045,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1999","1999",35.50891,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2000","2000",39.97059,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2001","2001",43.70612,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2002","2002",45.82282,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2003","2003",46.5917,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2004","2004",49.45956,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2005","2005",60.35562,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2006","2006",65.09105,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2007","2007",70.14224,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2008","2008",75.83676,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2009","2009",75.42307,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2010","2010",73.44726,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2011","2011",77.41538,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2012","2012",78.73264,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2014","2014",85.67554,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2015","2015",85.43871,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","1992","1992",99.60283,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","1993","1993",98.10938,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","1994","1994",97.98367,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","1995","1995",98.90593,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","1996","1996",99.76064,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","1997","1997",99.49346,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","1999","1999",99.02625,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2000","2000",95.47044,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2001","2001",95.34336,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2002","2002",95.25354,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2003","2003",95.00099,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2004","2004",94.85186,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2005","2005",98.3152,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2006","2006",98.42177,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2007","2007",98.20962,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2008","2008",97.81951,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2009","2009",97.45319,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2010","2010",97.19601,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2011","2011",98.00889,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2012","2012",97.74992,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2013","2013",97.88383,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2014","2014",98.02482,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2015","2015",98.18396,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FRA","France","2016","2016",98.26239,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",92.86288,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",92.80038,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",94.23508,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",93.66351,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",94.20459,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",93.92824,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",97.33392,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",97.21325,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2008","2008",69.56426,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2009","2009",77.43004,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2010","2010",86.7244,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2011","2011",92.12088,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2012","2012",91.14778,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2013","2013",89.69612,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2014","2014",86.9582,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2015","2015",83.74198,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2016","2016",80.20868,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2017","2017",78.69488,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2009","2009",91.74348,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2010","2010",96.80705,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2011","2011",96.65451,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2012","2012",99.28927,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","1994","1994",93.37255,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","1998","1998",93.3295,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","1999","1999",90.45391,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2000","2000",89.33713,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2001","2001",86.46877,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2007","2007",98.36961,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2009","2009",98.27192,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2010","2010",95.35794,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2011","2011",93.83906,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2012","2012",94.79441,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2014","2014",96.02045,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2015","2015",95.92402,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2016","2016",94.85824,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","WSM","Samoa","2017","2017",94.45988,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","1997","1997",67.43367,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","1999","1999",76.32648,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2000","2000",79.59488,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2001","2001",80.22159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2002","2002",82.68057,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2004","2004",87.61804,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2005","2005",89.37557,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2006","2006",91.07523,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2007","2007",92.37792,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2008","2008",92.97271,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2009","2009",96.04796,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2010","2010",95.36747,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2011","2011",92.97612,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2012","2012",90.05376,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2013","2013",87.50168,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2014","2014",85.60742,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2015","2015",85.24638,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2016","2016",84.57654,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GTM","Guatemala","2017","2017",85.60592,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2002","2002",69.7029,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2003","2003",70.15436,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2004","2004",76.32359,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2005","2005",77.16229,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2006","2006",73.48107,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2007","2007",77.08515,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2008","2008",77.53204,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2009","2009",78.57966,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2010","2010",80.11042,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2011","2011",76.71698,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2012","2012",75.79127,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2013","2013",74.54643,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2014","2014",78.31262,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2015","2015",79.12941,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2016","2016",83.71153,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAK","Pakistan","2017","2017",81.89384,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1990","1990",97.32402,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1991","1991",97.67255,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1992","1992",94.73369,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1993","1993",89.58694,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1994","1994",87.22965,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1995","1995",87.92818,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1996","1996",85.05253,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1997","1997",81.56646,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1998","1998",78.43962,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2007","2007",86.64797,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2012","2012",87.37614,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2013","2013",85.96731,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2014","2014",89.08007,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2015","2015",92.90779,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2016","2016",95.51189,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","1999","1999",84.00589,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2000","2000",85.00935,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2002","2002",88.91156,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2003","2003",87.19125,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2004","2004",83.51832,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2005","2005",84.7579,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2006","2006",82.82201,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2007","2007",87.84546,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2008","2008",84.16854,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2009","2009",84.44212,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2010","2010",88.57364,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2011","2011",90.0465,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2012","2012",89.31764,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2013","2013",89.52274,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2014","2014",88.14003,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2015","2015",92.59353,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2016","2016",92.9826,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DOM","Dominican Republic","2017","2017",92.70941,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1990","1990",99.52082,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1991","1991",98.98018,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1992","1992",97.55025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1994","1994",97.15521,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1995","1995",98.51207,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1996","1996",98.97884,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1997","1997",99.75817,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2013","2013",97.69474,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2014","2014",97.41753,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2015","2015",97.66835,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2016","2016",98.46376,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2017","2017",99.12018,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","1994","1994",96.85193,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","1995","1995",93.44272,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2006","2006",90.24584,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2007","2007",90.43113,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2008","2008",92.41997,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2009","2009",93.96166,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2011","2011",95.46894,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2012","2012",96.38456,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2013","2013",96.27216,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2014","2014",95.47649,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2015","2015",96.68967,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RUS","Russian Federation","2016","2016",97.03975,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","1990","1990",99.02019,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","1992","1992",99.20208,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","1999","1999",99.80422,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2000","2000",99.65113,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2001","2001",99.60135,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2002","2002",99.70261,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2003","2003",99.81228,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2004","2004",99.66057,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2005","2005",99.68581,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2006","2006",99.86445,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2007","2007",99.8707,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2008","2008",99.71533,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2009","2009",99.46738,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2010","2010",99.3567,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2011","2011",99.46409,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2012","2012",99.45128,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2013","2013",98.84683,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2014","2014",98.28989,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2015","2015",98.70879,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ESP","Spain","2016","2016",98.39759,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","1999","1999",97.50446,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2000","2000",97.77922,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2001","2001",98.24149,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2002","2002",97.89746,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2003","2003",98.01775,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2004","2004",97.59597,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2005","2005",97.47848,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2006","2006",97.00822,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2007","2007",97.24192,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2008","2008",97.2069,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2009","2009",96.90716,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2010","2010",97.04277,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2011","2011",96.69392,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2012","2012",97.30084,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2013","2013",96.88257,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2014","2014",96.71426,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2015","2015",97.20365,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2016","2016",96.73568,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISR","Israel","2017","2017",97.0222,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","1993","1993",46.06193,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2000","2000",38.09851,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2001","2001",45.97997,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2002","2002",44.94536,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2003","2003",48.75427,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2004","2004",51.8896,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2005","2005",55.32227,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2006","2006",73.46848,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2007","2007",80.95023,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2008","2008",91.78681,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2009","2009",91.21119,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2010","2010",96.82808,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BDI","Burundi","2017","2017",97.45091,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","1999","1999",95.90654,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2000","2000",95.17524,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2001","2001",94.16091,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2003","2003",91.82483,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2004","2004",91.58021,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2008","2008",86.95978,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2009","2009",85.24368,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2010","2010",86.04671,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2011","2011",87.03375,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2012","2012",90.03854,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2013","2013",93.50276,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2014","2014",95.4897,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2015","2015",94.43501,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2016","2016",94.43516,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ALB","Albania","2017","2017",95.81065,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","1990","1990",65.41463,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2000","2000",72.78913,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2001","2001",73.15607,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2002","2002",73.54108,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2003","2003",82.63129,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2007","2007",90.59161,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2008","2008",91.63906,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2009","2009",92.0201,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2010","2010",92.09023,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2011","2011",91.8218,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2012","2012",92.24557,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IND","India","2013","2013",92.9145,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","1994","1994",91.95907,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","1995","1995",92.31486,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","1996","1996",93.27955,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","1997","1997",95.68871,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","1998","1998",94.52787,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","1999","1999",94.17474,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2000","2000",95.14086,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2001","2001",96.37985,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2008","2008",95.95693,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2009","2009",94.52688,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2012","2012",94.04008,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2013","2013",91.70887,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2014","2014",90.71014,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2015","2015",91.32194,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ECU","Ecuador","2016","2016",90.64027,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1990","1990",92.49875,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1991","1991",92.19168,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1992","1992",94.58432,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1993","1993",95.31841,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1994","1994",97.55714,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1995","1995",97.51276,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1996","1996",98.96019,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1997","1997",98.60747,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1998","1998",96.45729,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","1999","1999",96.68273,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2000","2000",95.88565,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2001","2001",95.31109,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2002","2002",95.24807,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2003","2003",93.46898,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2004","2004",93.60707,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2005","2005",93.76504,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2006","2006",94.37598,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2007","2007",95.70209,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2008","2008",96.69976,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2009","2009",99.08743,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2010","2010",99.30759,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2011","2011",99.79119,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2012","2012",99.44892,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2013","2013",99.25801,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2014","2014",96.58932,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2015","2015",95.25171,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2016","2016",95.60923,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CUB","Cuba","2017","2017",96.83844,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","1990","1990",95.25599,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","1991","1991",96.18994,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","1992","1992",96.77603,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","1993","1993",97.3594,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","1994","1994",96.07832,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","1995","1995",97.64733,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","1996","1996",98.26087,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","1997","1997",98.58998,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","2011","2011",97.45749,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","2012","2012",97.91718,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","2013","2013",99.14276,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","2014","2014",97.96113,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLT","Malta","2015","2015",97.26577,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","1990","1990",96.02134,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","1991","1991",95.31539,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","1992","1992",95.50203,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","1993","1993",93.07034,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","1994","1994",92.24949,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","1995","1995",91.64531,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","1997","1997",92.04452,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","1999","1999",94.9789,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2000","2000",95.85532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2001","2001",96.39444,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2002","2002",96.7181,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2003","2003",97.151,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2004","2004",97.47793,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2005","2005",97.79317,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2006","2006",98.05828,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2007","2007",98.51147,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2008","2008",97.72824,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2009","2009",95.32373,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2010","2010",96.06363,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2011","2011",95.21294,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2012","2012",92.76284,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2013","2013",93.25505,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2014","2014",94.73918,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2015","2015",94.86893,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUR","Turkey","2016","2016",94.345,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1990","1990",63.0066,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1991","1991",64.32246,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1992","1992",64.9052,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1993","1993",63.10153,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1994","1994",64.85776,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1995","1995",64.74943,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1996","1996",64.89883,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1998","1998",58.37722,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","1999","1999",55.31412,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2000","2000",76.37445,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2001","2001",76.64243,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2002","2002",77.38911,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2003","2003",77.61539,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2004","2004",75.63313,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2005","2005",74.9949,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2006","2006",75.42847,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2007","2007",73.4572,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2008","2008",74.27815,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2009","2009",74.62975,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2010","2010",77.03326,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2011","2011",78.76855,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2012","2012",79.93406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2013","2013",77.60493,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2014","2014",78.35406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2015","2015",78.44045,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2016","2016",78.83089,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LSO","Lesotho","2017","2017",80.16036,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","1990","1990",98.6982,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","2000","2000",91.3748,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","2001","2001",92.99353,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","2002","2002",98.904,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","2003","2003",97.61189,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","2004","2004",95.99049,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","2005","2005",93.3102,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","2006","2006",95.82666,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LCA","Saint Lucia","2007","2007",94.93058,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1991","1991",27.18227,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1992","1992",27.70352,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1993","1993",28.68706,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1994","1994",29.91303,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1995","1995",31.53515,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1998","1998",34.98034,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1999","1999",35.48973,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2000","2000",36.33372,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2001","2001",37.26342,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2002","2002",36.72142,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2003","2003",38.65198,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2004","2004",41.14892,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2005","2005",45.7476,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2006","2006",48.74733,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2007","2007",54.03414,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2008","2008",59.9701,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2009","2009",62.7928,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2010","2010",59.91302,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2011","2011",64.89106,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2012","2012",65.68293,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2013","2013",66.59077,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2014","2014",67.79846,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2015","2015",69.38976,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2016","2016",75.20863,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2017","2017",76.42373,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","1999","1999",62.38615,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2000","2000",65.72603,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2001","2001",66.7151,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2002","2002",60.88166,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2003","2003",72.03907,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2004","2004",70.45763,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2005","2005",71.35172,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2006","2006",70.83146,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2007","2007",80.36819,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2008","2008",77.04392,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2009","2009",78.24784,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KEN","Kenya","2012","2012",83.58111,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","1999","1999",66.39277,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2000","2000",72.68057,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2003","2003",80.4559,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2004","2004",81.147,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2011","2011",98.25801,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2012","2012",99.38891,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2014","2014",94.13048,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2015","2015",96.53446,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2016","2016",96.62295,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NPL","Nepal","2017","2017",94.69564,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2002","2002",93.55808,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2003","2003",88.54708,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2004","2004",87.7647,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2005","2005",89.35695,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2006","2006",88.13009,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2007","2007",87.54997,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2008","2008",87.51086,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2009","2009",87.9207,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2010","2010",90.65804,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2011","2011",93.01932,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2012","2012",94.21044,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2013","2013",94.73591,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UKR","Ukraine","2014","2014",93.406,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2004","2004",94.26382,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2005","2005",96.30781,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2006","2006",99.13668,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2007","2007",92.31966,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1990","1990",91.88461,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1991","1991",89.69107,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1992","1992",89.23525,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1993","1993",88.53266,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1996","1996",88.74022,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1997","1997",88.83834,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1999","1999",93.92969,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2000","2000",93.80436,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2001","2001",92.99718,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2002","2002",90.35831,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2003","2003",90.54476,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2004","2004",91.31061,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2005","2005",88.35114,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2007","2007",92.81263,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2008","2008",94.02211,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2009","2009",94.83384,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2010","2010",94.80187,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","1994","1994",74.8446,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","1995","1995",72.83112,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","1998","1998",69.4658,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","1999","1999",67.79575,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2000","2000",66.78419,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2001","2001",66.07092,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2002","2002",68.2205,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2004","2004",80.16428,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2005","2005",87.2652,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2006","2006",85.85267,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2007","2007",88.09713,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2009","2009",84.48956,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2010","2010",82.36902,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2011","2011",85.85681,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2012","2012",87.15357,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2013","2013",85.40533,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZMB","Zambia","2017","2017",82.38253,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","1990","1990",26.02654,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","1991","1991",27.79121,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","1998","1998",39.20042,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","1999","1999",41.60713,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2000","2000",44.6191,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2001","2001",48.05922,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2002","2002",55.36118,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2003","2003",58.75939,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2004","2004",61.76503,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2005","2005",63.59707,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2006","2006",65.52476,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2007","2007",67.33217,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2008","2008",66.82428,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2009","2009",68.13466,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2010","2010",70.02662,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2011","2011",73.89215,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2012","2012",74.29389,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2013","2013",75.18402,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2014","2014",77.86783,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GIN","Guinea","2016","2016",76.76458,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","1991","1991",96.1762,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","1999","1999",99.26185,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2003","2003",99.22232,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2004","2004",99.23295,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2005","2005",99.27185,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2006","2006",99.14233,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2007","2007",99.28537,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2008","2008",99.33119,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2009","2009",99.319,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2010","2010",99.34609,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2011","2011",99.49151,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2012","2012",99.62719,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2013","2013",99.52542,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2014","2014",99.5454,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2015","2015",99.55413,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARG","Argentina","2016","2016",99.54042,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1990","1990",64.66611,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1992","1992",57.90955,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1993","1993",62.71339,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1994","1994",66.42978,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1996","1996",68.37148,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1997","1997",70.86638,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1998","1998",74.15785,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1999","1999",74.78425,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2000","2000",75.64809,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2001","2001",75.13011,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2002","2002",76.30078,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2003","2003",78.91886,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2004","2004",79.64081,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2005","2005",80.96936,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2006","2006",82.56566,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2007","2007",85.2389,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2008","2008",87.72991,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2009","2009",90.09836,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2010","2010",94.76051,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2011","2011",94.71283,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2012","2012",94.74432,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2013","2013",96.76777,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2014","2014",97.19212,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2015","2015",95.6066,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2016","2016",94.72014,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2017","2017",93.34074,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1991","1991",97.5025,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1992","1992",96.8225,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1993","1993",88.97354,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1994","1994",85.00676,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1995","1995",79.14057,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1996","1996",89.79708,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1997","1997",91.03595,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1998","1998",89.55036,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","1999","1999",92.10293,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2000","2000",88.46296,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2001","2001",86.00602,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2002","2002",85.79782,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2003","2003",85.67921,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2004","2004",85.73336,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2005","2005",86.21761,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2006","2006",85.8948,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2007","2007",83.6655,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2008","2008",84.1804,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2009","2009",85.89344,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2010","2010",84.97125,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2011","2011",87.66476,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2012","2012",90.12234,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2013","2013",95.11849,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2014","2014",95.4219,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2015","2015",95.26912,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2016","2016",95.73411,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AZE","Azerbaijan","2017","2017",92.93884,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1990","1990",97.80958,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1991","1991",97.21765,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1992","1992",96.98586,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1993","1993",96.55166,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1994","1994",96.2691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1995","1995",94.83876,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1996","1996",95.37764,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1997","1997",95.16067,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1998","1998",95.29973,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","1999","1999",95.3236,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2000","2000",95.57653,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2001","2001",95.47837,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2002","2002",95.43001,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2003","2003",96.10059,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2004","2004",96.39347,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2005","2005",96.71476,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2006","2006",96.79291,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2007","2007",97.39647,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2008","2008",97.44056,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2009","2009",97.36515,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2010","2010",97.49754,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2011","2011",98.06806,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2012","2012",97.89865,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2013","2013",97.72192,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2014","2014",97.41936,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2015","2015",97.40636,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2016","2016",97.04916,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AUS","Australia","2017","2017",97.02641,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","1994","1994",22.6431,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","1995","1995",26.407,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","1996","1996",31.79984,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","1998","1998",40.26406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","1999","1999",41.7306,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2000","2000",45.81575,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2001","2001",49.05477,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2002","2002",50.84947,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2003","2003",51.22191,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2004","2004",53.14449,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2005","2005",63.48965,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2006","2006",67.57755,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2007","2007",72.49397,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2008","2008",78.13161,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2009","2009",77.18127,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2010","2010",75.31946,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2011","2011",79.61287,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2012","2012",80.87318,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2014","2014",88.54838,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ETH","Ethiopia","2015","2015",88.56253,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","1990","1990",98.44172,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","1992","1992",95.53387,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","1993","1993",94.58926,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","1994","1994",92.96443,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","1996","1996",95.68162,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","1998","1998",91.80308,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","1999","1999",88.93604,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2001","2001",89.49076,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2002","2002",89.5932,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2003","2003",89.87043,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2004","2004",89.32288,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2005","2005",88.53304,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2006","2006",86.79063,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2007","2007",87.14833,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2008","2008",88.26502,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2009","2009",90.15797,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2014","2014",96.06951,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2015","2015",95.71632,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PHL","Philippines","2016","2016",94.9618,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2005","2005",94.30253,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2011","2011",91.34499,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2013","2013",90.059,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2014","2014",84.76821,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2015","2015",93.82697,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2016","2016",93.28266,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2017","2017",92.98805,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1993","1993",87.90249,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1994","1994",90.87542,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1995","1995",91.66233,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1996","1996",92.05772,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1998","1998",91.4348,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2000","2000",84.72279,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2001","2001",86.05774,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2002","2002",93.38372,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2003","2003",95.07054,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2004","2004",95.28582,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2005","2005",95.50624,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","1999","1999",96.88095,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2000","2000",96.63722,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2001","2001",96.28173,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2002","2002",95.35847,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2003","2003",94.35244,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2004","2004",93.54839,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2005","2005",92.92525,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2006","2006",93.01266,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2007","2007",93.12973,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2008","2008",93.43389,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2009","2009",94.17064,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2010","2010",94.65424,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2011","2011",94.68649,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2012","2012",95.19388,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2013","2013",95.45459,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2014","2014",95.22961,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2015","2015",94.99466,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","POL","Poland","2016","2016",95.019,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2002","2002",58.90473,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2003","2003",60.85026,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2004","2004",66.45592,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2005","2005",68.54192,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2006","2006",66.082,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2007","2007",70.8904,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2008","2008",71.66677,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2009","2009",73.05829,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2010","2010",74.42195,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2011","2011",71.49483,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2012","2012",71.0586,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2013","2013",69.81465,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2014","2014",72.73218,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2015","2015",73.60606,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2016","2016",77.77686,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2017","2017",76.45031,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLE","Sierra Leone","2012","2012",91.36636,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLE","Sierra Leone","2013","2013",96.48689,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLE","Sierra Leone","2015","2015",92.54629,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLE","Sierra Leone","2016","2016",98.57039,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2003","2003",94.48077,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2004","2004",95.6222,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2006","2006",95.07177,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2007","2007",95.179,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2008","2008",93.49633,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2009","2009",91.85695,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2010","2010",93.53901,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2011","2011",91.97499,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2012","2012",91.08547,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2014","2014",90.68654,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2015","2015",94.30104,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2016","2016",92.1204,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1990","1990",88.49217,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1991","1991",90.49207,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1992","1992",89.44596,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1993","1993",88.69722,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1994","1994",88.73468,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1995","1995",80.55418,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1996","1996",81.62829,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1998","1998",83.62149,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","1999","1999",84.64847,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2000","2000",85.80458,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2001","2001",87.27116,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2002","2002",87.1393,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2003","2003",87.27175,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2004","2004",86.47578,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2005","2005",87.03193,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2006","2006",87.57944,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2007","2007",86.78914,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2008","2008",86.584,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2009","2009",87.01792,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2012","2012",92.81696,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2013","2013",93.58008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BWA","Botswana","2014","2014",89.28941,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2002","2002",93.73605,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2004","2004",95.14782,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2005","2005",87.44053,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2007","2007",90.18405,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2008","2008",90.22424,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2009","2009",86.67219,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2013","2013",89.54008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2014","2014",94.12251,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2015","2015",95.37987,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRD","Grenada","2016","2016",95.39723,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","1998","1998",83.99954,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","1999","1999",86.00243,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2000","2000",87.71651,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2001","2001",89.95082,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2002","2002",91.81237,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2003","2003",93.62232,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2005","2005",90.3951,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2006","2006",90.01541,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2007","2007",89.71419,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2008","2008",88.02658,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2009","2009",85.90157,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2010","2010",85.81704,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2011","2011",87.64469,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2012","2012",89.08245,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2013","2013",88.64509,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2014","2014",88.68038,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2015","2015",88.81066,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HRV","Croatia","2016","2016",87.45562,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","1995","1995",97.01805,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","1996","1996",98.10855,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","1997","1997",98.83481,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","1999","1999",98.86008,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2000","2000",98.54082,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2001","2001",98.76257,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2002","2002",98.73128,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2003","2003",98.59991,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2004","2004",98.59305,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2005","2005",98.54058,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2006","2006",98.52152,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2007","2007",98.48944,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2008","2008",98.24301,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2009","2009",97.59384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2010","2010",97.59425,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2011","2011",97.12025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2012","2012",97.27564,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2013","2013",97.63546,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2014","2014",97.55901,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2015","2015",97.33162,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ITA","Italy","2016","2016",96.90515,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","1999","1999",36.84433,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2002","2002",44.74728,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2003","2003",44.69489,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2004","2004",46.97232,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2005","2005",49.96267,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2006","2006",51.73643,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2007","2007",54.07329,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2009","2009",58.10205,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2010","2010",59.07602,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2011","2011",60.09577,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2012","2012",58.37995,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2014","2014",55.65194,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2015","2015",51.98751,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2016","2016",53.29042,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLI","Mali","2017","2017",57.65904,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","1991","1991",92.00001,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","1992","1992",93.96114,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","1993","1993",94.65699,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","1994","1994",93.03484,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","1995","1995",92.54347,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","1996","1996",92.04797,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","1997","1997",92.19711,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2005","2005",97.35103,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2006","2006",99.72325,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2007","2007",97.8419,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2008","2008",98.93073,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2009","2009",99.11861,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2010","2010",99.53833,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2013","2013",99.20472,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2014","2014",94.21768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2015","2015",97.23868,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","URY","Uruguay","2016","2016",98.03885,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HTI","Haiti","1997","1997",57.78431,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","1993","1993",73.73529,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","1994","1994",81.94125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","1995","1995",87.73222,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","1996","1996",90.23683,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","1997","1997",91.10909,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","1998","1998",91.08679,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","1999","1999",88.72602,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2000","2000",88.35636,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2001","2001",91.85601,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2002","2002",90.88397,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2003","2003",93.76547,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2004","2004",95.5812,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2005","2005",93.95582,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2006","2006",92.49918,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2007","2007",92.24058,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2008","2008",88.39666,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2009","2009",89.0685,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2010","2010",89.12838,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2011","2011",88.77486,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2012","2012",87.47381,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2015","2015",87.50664,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ROU","Romania","2016","2016",86.56465,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1990","1990",99.78498,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1992","1992",99.70465,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1993","1993",98.85083,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1994","1994",98.4674,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1995","1995",98.15304,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1996","1996",98.30724,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1997","1997",84.34029,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1998","1998",99.8318,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","1999","1999",99.70402,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2000","2000",99.83655,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2001","2001",99.84902,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2002","2002",99.85673,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2003","2003",99.89115,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2004","2004",99.43913,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2005","2005",98.66178,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2006","2006",98.9296,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2007","2007",99.15116,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2008","2008",99.39742,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2009","2009",99.31647,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2010","2010",99.23571,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2011","2011",99.50677,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2012","2012",99.90127,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2013","2013",99.80371,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2014","2014",99.78686,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2015","2015",99.62034,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2016","2016",99.691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NOR","Norway","2017","2017",99.83107,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1990","1990",99.96133,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1991","1991",99.95408,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1992","1992",99.61552,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1993","1993",98.09249,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1994","1994",97.88314,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1995","1995",98.81184,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1996","1996",99.73185,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1997","1997",99.58092,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","1999","1999",99.06922,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2000","2000",95.59312,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2001","2001",95.50102,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2002","2002",95.43218,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2003","2003",95.19437,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2004","2004",95.15357,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2005","2005",98.55515,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2006","2006",98.57178,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2007","2007",98.49684,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2008","2008",98.06303,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2009","2009",97.70589,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2010","2010",97.35002,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2011","2011",98.37009,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2012","2012",98.27769,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2013","2013",98.30237,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2014","2014",98.35904,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2015","2015",98.42107,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FRA","France","2016","2016",98.55767,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","1992","1992",38.27604,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","1993","1993",41.58852,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","1996","1996",52.74527,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","1998","1998",58.24857,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","1999","1999",69.0145,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2000","2000",67.9677,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2001","2001",70.09242,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2002","2002",67.99808,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2003","2003",73.38384,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2004","2004",75.09588,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2005","2005",72.8093,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2006","2006",76.90029,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2007","2007",75.38199,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2008","2008",71.58508,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2010","2010",67.65252,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2011","2011",69.507,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2012","2012",71.65155,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2013","2013",69.5467,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2014","2014",72.68908,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2015","2015",76.21413,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2016","2016",78.48678,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2017","2017",81.42247,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GMB","Gambia","2018","2018",82.46344,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2000","2000",98.50711,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2001","2001",97.74978,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2002","2002",98.73445,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2003","2003",99.04284,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2004","2004",98.86333,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2005","2005",98.58637,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2006","2006",98.41764,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2007","2007",96.48961,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2008","2008",98.83792,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2009","2009",98.65869,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2010","2010",99.01647,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2011","2011",98.76223,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2012","2012",98.53058,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2013","2013",98.46529,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2014","2014",95.85179,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2015","2015",94.96315,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2016","2016",95.00476,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TJK","Tajikistan","2017","2017",98.39597,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2003","2003",99.71351,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2005","2005",97.23768,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2006","2006",96.33673,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2007","2007",95.89328,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2008","2008",95.11075,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2009","2009",92.59466,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2010","2010",94.0961,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2011","2011",94.06605,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2012","2012",94.3599,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2013","2013",95.3575,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LKA","Sri Lanka","2014","2014",96.27531,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1990","1990",92.51423,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1992","1992",96.29751,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1997","1997",93.1747,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1999","1999",85.50853,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2000","2000",84.84172,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2002","2002",93.40144,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2003","2003",92.80414,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2004","2004",95.83661,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2005","2005",95.62274,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2006","2006",98.79121,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2007","2007",98.88172,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2009","2009",99.4812,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2010","2010",99.58912,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2011","2011",99.73734,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2012","2012",99.55923,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2013","2013",98.47135,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2014","2014",99.44279,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2015","2015",99.3369,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2016","2016",99.06301,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2017","2017",98.59657,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","1990","1990",84.49339,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","1991","1991",80.65712,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","1992","1992",77.54967,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","1993","1993",77.55951,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","1994","1994",82.26238,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","1999","1999",95.26159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2000","2000",97.97911,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2001","2001",94.25268,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2002","2002",91.36933,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2003","2003",94.22215,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2004","2004",88.53214,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2006","2006",92.13954,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2007","2007",93.13247,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2009","2009",93.06024,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2010","2010",92.31877,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2011","2011",93.37737,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2012","2012",94.16173,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2013","2013",91.11188,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2014","2014",90.95896,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2015","2015",92.55236,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2016","2016",93.2951,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","QAT","Qatar","2017","2017",93.98756,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1994","1994",73.40768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1995","1995",71.51112,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1998","1998",68.34653,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1999","1999",66.51105,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2000","2000",65.97208,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2001","2001",65.63596,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2002","2002",67.52847,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2004","2004",80.18755,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2005","2005",88.00201,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2006","2006",87.26496,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2007","2007",88.34068,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2008","2008",90.06242,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2009","2009",85.49228,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2010","2010",83.38924,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2011","2011",86.80856,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2012","2012",88.46235,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2013","2013",86.29198,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2017","2017",84.06456,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1990","1990",67.5169,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1991","1991",70.16238,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1992","1992",73.57789,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1993","1993",74.32349,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1994","1994",75.22335,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1995","1995",73.43442,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1996","1996",72.71306,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1999","1999",78.87381,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2000","2000",81.74988,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2001","2001",85.18002,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2002","2002",91.75194,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2004","2004",92.60536,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2005","2005",92.44692,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2006","2006",96.62388,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2007","2007",96.36545,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2008","2008",97.26443,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2010","2010",96.95224,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2007","2007",89.1455,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2008","2008",87.79906,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2009","2009",87.20262,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2010","2010",88.0307,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2011","2011",88.40982,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2012","2012",90.23311,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2013","2013",91.62983,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2014","2014",92.87297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2015","2015",93.56303,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2016","2016",94.24562,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UZB","Uzbekistan","2017","2017",95.29322,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","1999","1999",98.47424,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2000","2000",97.82293,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2001","2001",94.19819,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2002","2002",94.60751,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2003","2003",92.74784,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2004","2004",92.99585,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2005","2005",96.56223,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2006","2006",97.81942,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2007","2007",98.16885,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2008","2008",98.64406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2009","2009",97.70515,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ABW","Aruba","2014","2014",99.3729,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JOR","Jordan","1999","1999",86.88764,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JOR","Jordan","2000","2000",87.96047,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JOR","Jordan","2002","2002",90.59014,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JOR","Jordan","2003","2003",91.65352,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JOR","Jordan","2004","2004",91.43836,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2001","2001",98.47245,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2002","2002",97.576,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2003","2003",96.62276,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2004","2004",94.9159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2005","2005",93.75837,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2006","2006",92.76024,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2007","2007",90.81924,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2008","2008",88.89141,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2009","2009",87.29558,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2010","2010",86.61285,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2011","2011",85.41459,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2012","2012",86.03891,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2013","2013",86.08042,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2014","2014",86.20627,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2015","2015",86.3738,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2016","2016",85.28832,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CPV","Cabo Verde","2017","2017",85.36971,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","1994","1994",95.57028,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","1995","1995",94.88765,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","1997","1997",95.68092,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","1999","1999",99.02582,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2006","2006",99.85337,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2007","2007",99.88441,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2008","2008",98.8384,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2009","2009",96.12815,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2010","2010",96.73566,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2011","2011",95.81903,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2012","2012",93.47651,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2013","2013",93.86141,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2014","2014",95.29694,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2015","2015",95.33642,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUR","Turkey","2016","2016",94.73788,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1991","1991",89.07874,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1992","1992",91.82186,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1993","1993",95.47012,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1994","1994",95.22388,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1995","1995",98.15429,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2009","2009",92.81227,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2012","2012",92.04588,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2013","2013",93.66939,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2014","2014",91.75011,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2015","2015",91.31687,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2016","2016",93.53268,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2017","2017",93.33178,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1992","1992",61.97841,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1993","1993",67.20993,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1994","1994",71.15155,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1996","1996",72.18727,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1997","1997",74.49848,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1998","1998",77.82756,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1999","1999",78.09873,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2000","2000",78.94843,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2001","2001",78.29392,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2002","2002",79.53385,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2003","2003",82.15989,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2004","2004",82.37521,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2005","2005",83.52715,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2006","2006",85.21468,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2007","2007",87.69313,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2008","2008",89.84039,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2009","2009",91.65692,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2010","2010",96.30304,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2011","2011",95.79309,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2012","2012",95.79401,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2013","2013",97.68857,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2014","2014",97.96733,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2015","2015",96.15635,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2016","2016",95.43056,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2017","2017",93.83932,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","1999","1999",96.15628,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2000","2000",95.83488,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2001","2001",95.97568,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2002","2002",96.10443,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2003","2003",94.91876,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2004","2004",95.62663,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2005","2005",96.25162,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2006","2006",96.52911,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2007","2007",96.63251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2008","2008",95.83475,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2010","2010",92.78442,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2011","2011",92.06646,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2012","2012",92.84422,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2013","2013",92.45221,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2014","2014",92.95111,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2015","2015",94.58265,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2016","2016",95.5354,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","1992","1992",96.65084,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","1994","1994",97.00294,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","1995","1995",95.49458,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","1996","1996",93.14649,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","1997","1997",93.57111,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","1998","1998",94.54698,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","1999","1999",94.24913,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2000","2000",92.66569,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2001","2001",95.4868,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2002","2002",96.67155,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2003","2003",99.30016,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2004","2004",96.70704,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2006","2006",99.12621,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2007","2007",96.32362,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2008","2008",96.81129,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2009","2009",96.98228,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2011","2011",96.55321,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2012","2012",96.59209,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2013","2013",95.13571,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2015","2015",97.64498,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FJI","Fiji","2016","2016",97.23775,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","1994","1994",97.32543,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","1996","1996",98.44095,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","1997","1997",98.86128,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","1998","1998",99.05044,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2003","2003",97.19316,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2004","2004",95.40354,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2005","2005",95.59117,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2006","2006",96.76469,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2007","2007",98.35124,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2008","2008",99.50552,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2010","2010",99.52137,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2011","2011",98.90912,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2012","2012",98.35787,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2013","2013",97.71533,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2014","2014",97.6539,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2015","2015",98.52406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISL","Iceland","2016","2016",99.37185,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","1990","1990",82.36999,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","1992","1992",85.00685,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","1998","1998",88.56895,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","1999","1999",88.93234,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2000","2000",89.55773,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2001","2001",89.83375,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2002","2002",91.26839,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2003","2003",90.99584,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2004","2004",88.58579,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2005","2005",88.84287,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2006","2006",87.3036,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2007","2007",88.5401,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2008","2008",87.45029,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2009","2009",87.25706,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2010","2010",86.93092,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2012","2012",88.66705,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2013","2013",90.67291,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NAM","Namibia","2017","2017",98.54594,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2000","2000",89.67425,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2001","2001",93.74835,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2002","2002",91.77601,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2003","2003",93.07097,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2004","2004",92.65768,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2005","2005",91.3407,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2006","2006",87.8223,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2007","2007",88.08764,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2008","2008",88.45492,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2009","2009",88.18016,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2010","2010",87.77125,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2011","2011",88.49488,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2012","2012",88.23033,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2013","2013",88.06681,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2014","2014",87.50163,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2015","2015",87.49806,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2016","2016",87.50647,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2017","2017",87.0249,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","1991","1991",67.92734,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","1992","1992",75.54685,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","1993","1993",76.411,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","1994","1994",77.52096,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","1995","1995",81.0354,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","1996","1996",86.27679,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","1998","1998",90.93124,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","1999","1999",93.7323,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2000","2000",94.64319,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2001","2001",94.19328,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2002","2002",94.46556,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2004","2004",95.30818,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2005","2005",94.20818,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2006","2006",92.75489,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2007","2007",91.96423,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2008","2008",92.6671,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2009","2009",93.2886,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2010","2010",93.56776,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2011","2011",94.03466,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2012","2012",91.47262,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2013","2013",90.4761,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2014","2014",89.83271,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2015","2015",90.60457,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2016","2016",91.20001,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COL","Colombia","2017","2017",91.2692,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","1998","1998",94.5456,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","1999","1999",92.90228,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2000","2000",95.56639,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2001","2001",95.15924,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2002","2002",94.86635,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2003","2003",95.18639,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2004","2004",94.90577,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2005","2005",95.41232,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2006","2006",95.8324,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2007","2007",95.42762,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2008","2008",94.49357,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2009","2009",95.12365,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2010","2010",95.76194,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2011","2011",96.16761,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2012","2012",96.99491,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2013","2013",97.67424,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2014","2014",97.88659,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2015","2015",97.8952,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LTU","Lithuania","2016","2016",98.02983,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PNG","Papua New Guinea","2012","2012",74.87094,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PNG","Papua New Guinea","2016","2016",78.34019,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","1990","1990",92.28523,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","1993","1993",92.63951,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","1998","1998",93.7003,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","1999","1999",90.49485,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","2001","2001",98.63249,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","2004","2004",95.43581,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","2005","2005",98.82917,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","2006","2006",98.71341,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","2012","2012",95.57911,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","2013","2013",93.09292,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","2014","2014",88.24009,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TON","Tonga","2015","2015",86.85797,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","1994","1994",91.92869,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","1998","1998",90.74809,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","1999","1999",90.28245,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2000","2000",88.13518,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2001","2001",85.39301,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2010","2010",95.13629,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2011","2011",92.80735,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2012","2012",93.85058,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2014","2014",95.40664,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2015","2015",95.50755,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2016","2016",93.70286,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","WSM","Samoa","2017","2017",94.08901,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","1996","1996",90.4604,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","1999","1999",86.57425,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2000","2000",85.60048,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2001","2001",85.77827,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2002","2002",85.60226,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2003","2003",84.74058,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2004","2004",89.76285,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2005","2005",87.15648,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2006","2006",88.07,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2007","2007",86.92666,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2008","2008",86.85491,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2009","2009",86.39309,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2010","2010",86.65881,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2011","2011",86.75616,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2012","2012",89.75322,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2013","2013",89.52466,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2014","2014",89.02231,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2015","2015",88.69393,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2016","2016",88.61181,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2017","2017",89.17901,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HTI","Haiti","1997","1997",57.33735,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","1990","1990",92.13541,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","1991","1991",94.23542,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","1992","1992",95.01185,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","1993","1993",95.47034,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","1994","1994",91.80748,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","1996","1996",95.22291,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","1999","1999",96.86984,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2000","2000",97.65244,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2001","2001",97.62401,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2002","2002",95.79244,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2003","2003",94.95169,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2004","2004",94.41151,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2005","2005",95.0744,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2006","2006",93.30979,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2007","2007",91.45082,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2008","2008",89.82869,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2009","2009",88.94777,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2010","2010",88.78623,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2011","2011",88.77226,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRY","Paraguay","2012","2012",88.32611,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","1990","1990",16.88337,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","1991","1991",17.39823,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","1992","1992",16.0206,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","1997","1997",18.56847,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","1998","1998",19.14866,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","1999","1999",20.65332,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2000","2000",21.61453,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2001","2001",24.43304,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2002","2002",27.18985,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2003","2003",30.52899,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2004","2004",33.42749,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2005","2005",34.26406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2006","2006",35.20451,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2007","2007",36.63858,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2008","2008",41.03589,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2009","2009",44.81248,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2010","2010",48.06998,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2011","2011",52.75953,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2012","2012",54.88878,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2013","2013",55.57288,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2014","2014",55.40834,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2015","2015",56.78456,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2016","2016",58.81197,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NER","Niger","2017","2017",60.74324,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1991","1991",54.07278,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1992","1992",53.13017,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1993","1993",52.46327,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1994","1994",52.62361,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1995","1995",55.92757,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1999","1999",35.89348,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","1994","1994",50.7578,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","1995","1995",57.36864,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","1996","1996",59.80726,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","1998","1998",61.50818,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","1999","1999",60.25053,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2000","2000",60.43428,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2001","2001",64.10606,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2002","2002",62.29223,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2003","2003",64.9372,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2004","2004",71.32117,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2005","2005",69.34642,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2006","2006",72.01106,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2007","2007",72.39588,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2008","2008",68.72798,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2009","2009",68.40007,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2010","2010",68.60945,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2011","2011",68.17766,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2012","2012",66.40547,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2013","2013",70.43676,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2014","2014",72.12524,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2016","2016",69.08164,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MRT","Mauritania","2017","2017",73.90293,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VUT","Vanuatu","1999","1999",97.8633,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VUT","Vanuatu","2004","2004",96.80019,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VUT","Vanuatu","2015","2015",84.65103,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","1990","1990",30.73785,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","1992","1992",32.4746,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","1993","1993",29.29704,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","1994","1994",30.23315,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","1995","1995",31.31098,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","1996","1996",31.70298,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","1997","1997",30.50633,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","1999","1999",30.80459,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2000","2000",30.44326,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2001","2001",33.26137,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2002","2002",34.79814,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2004","2004",38.47206,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2005","2005",39.65623,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2006","2006",43.06166,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2007","2007",44.54475,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2008","2008",48.98934,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2009","2009",47.86696,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2011","2011",56.45773,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2013","2013",57.2554,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2014","2014",60.23036,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2015","2015",58.8093,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2016","2016",55.35859,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2017","2017",58.13802,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DJI","Djibouti","2018","2018",60.93594,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRQ","Iraq","1993","1993",73.76117,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRQ","Iraq","1996","1996",71.12847,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRQ","Iraq","1999","1999",83.04126,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRQ","Iraq","2000","2000",82.05639,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRQ","Iraq","2004","2004",86.69343,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRQ","Iraq","2007","2007",86.59845,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1991","1991",86.9027,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1994","1994",91.45908,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1995","1995",92.58482,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1998","1998",88.70945,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1999","1999",89.78685,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2000","2000",88.01283,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2001","2001",88.16648,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2002","2002",87.92107,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2003","2003",88.39546,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2004","2004",87.28277,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2005","2005",85.87833,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2015","2015",84.31718,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","1994","1994",96.9914,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","1998","1998",95.96182,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","1999","1999",96.25947,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2000","2000",98.27475,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2001","2001",97.72662,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2002","2002",96.5342,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2003","2003",97.0259,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2004","2004",99.26262,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2005","2005",99.50172,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2006","2006",94.28063,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2007","2007",94.55419,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2008","2008",95.39367,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2009","2009",95.03779,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2010","2010",96.59556,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2011","2011",97.31922,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2012","2012",99.12905,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2015","2015",99.4427,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2016","2016",99.02043,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MYS","Malaysia","2017","2017",98.44927,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2003","2003",97.34278,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2005","2005",97.91655,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2006","2006",98.46237,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2007","2007",96.17636,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2008","2008",96.02649,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2011","2011",91.60794,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2012","2012",96.28004,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2015","2015",94.041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2016","2016",93.68344,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2017","2017",95.83619,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CRI","Costa Rica","1990","1990",87.95658,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CRI","Costa Rica","1991","1991",88.66804,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CRI","Costa Rica","2011","2011",98.45303,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CRI","Costa Rica","2012","2012",98.52885,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CRI","Costa Rica","2013","2013",97.54843,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CRI","Costa Rica","2014","2014",96.10572,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CRI","Costa Rica","2015","2015",96.20824,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CRI","Costa Rica","2016","2016",96.64491,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COM","Comoros","1994","1994",62.29609,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COM","Comoros","1999","1999",55.92435,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COM","Comoros","2000","2000",62.13601,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COM","Comoros","2007","2007",76.25053,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COM","Comoros","2013","2013",82.22375,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COM","Comoros","2014","2014",79.21783,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COM","Comoros","2017","2017",78.93816,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2000","2000",92.19251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2001","2001",93.46178,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2002","2002",91.34577,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2003","2003",93.25887,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2004","2004",91.79003,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2005","2005",91.50384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2006","2006",91.17484,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2007","2007",91.27341,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2008","2008",91.69759,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2009","2009",90.14372,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2010","2010",89.5756,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2014","2014",96.21139,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2017","2017",97.7122,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","1994","1994",64.1835,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2000","2000",71.22768,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2001","2001",75.91531,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2002","2002",74.27847,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2003","2003",68.13528,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2008","2008",47.11885,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2009","2009",45.65199,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2010","2010",44.66103,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2011","2011",44.67755,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2012","2012",45.95912,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2015","2015",42.87813,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UGA","Uganda","2009","2009",90.83541,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UGA","Uganda","2010","2010",87.60276,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UGA","Uganda","2011","2011",90.34302,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UGA","Uganda","2013","2013",90.85496,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","1990","1990",97.65283,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","1991","1991",96.04602,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","1993","1993",91.72975,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","1999","1999",90.2148,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","2000","2000",91.46593,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","2001","2001",91.50324,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","2002","2002",91.44664,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","2003","2003",90.30318,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JAM","Jamaica","2004","2004",92.00079,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RWA","Rwanda","1999","1999",80.53763,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RWA","Rwanda","2002","2002",81.8159,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RWA","Rwanda","2003","2003",88.18091,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RWA","Rwanda","2016","2016",95.3538,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RWA","Rwanda","2017","2017",93.61304,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","1990","1990",72.4667,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","1991","1991",73.01808,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","1992","1992",74.07921,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","1993","1993",72.85402,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","1994","1994",72.91708,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","1995","1995",74.01698,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","1996","1996",71.73002,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","2009","2009",74.23492,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","2010","2010",79.83762,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","2011","2011",82.84391,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","2012","2012",80.57312,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","2013","2013",76.60038,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","2014","2014",77.38128,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","2015","2015",76.56062,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWZ","Eswatini","2016","2016",76.3556,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1990","1990",93.95406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1991","1991",93.28779,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1992","1992",92.76676,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1993","1993",91.72262,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1994","1994",99.12952,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1995","1995",99.36424,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1996","1996",99.63503,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1997","1997",99.91919,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","1999","1999",99.86143,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2000","2000",99.85665,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2003","2003",99.36617,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2004","2004",98.88081,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2005","2005",98.66092,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2006","2006",99.01808,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2007","2007",99.66671,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2012","2012",97.94911,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2015","2015",95.98419,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NLD","Netherlands","2016","2016",96.85889,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1995","1995",92.86787,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1996","1996",94.61705,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1997","1997",95.29337,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1998","1998",95.39399,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1999","1999",94.41238,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2000","2000",93.62054,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2001","2001",94.11104,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2002","2002",94.57889,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2003","2003",95.66144,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2004","2004",97.66998,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2005","2005",97.10923,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2006","2006",96.64736,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2007","2007",97.48735,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2008","2008",97.60827,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2009","2009",97.65819,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2010","2010",97.9064,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2011","2011",97.99811,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2012","2012",98.45919,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2013","2013",97.7708,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2014","2014",97.57938,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2015","2015",97.77426,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2016","2016",97.7027,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1990","1990",95.53484,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1991","1991",97.54184,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1992","1992",97.30131,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1993","1993",95.28579,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1994","1994",94.3394,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1995","1995",93.52788,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1996","1996",94.42892,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1998","1998",98.3882,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAN","Canada","1999","1999",99.7777,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2000","2000",89.1081,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2001","2001",92.52591,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2002","2002",91.36379,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2003","2003",92.66273,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2004","2004",92.37394,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2005","2005",90.98955,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2006","2006",87.78561,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2007","2007",87.5708,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2008","2008",87.71829,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2009","2009",87.51561,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2010","2010",87.59101,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2011","2011",87.81111,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2012","2012",87.92876,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2013","2013",87.85464,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2014","2014",87.14635,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2015","2015",86.85478,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2016","2016",86.88255,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2017","2017",86.50643,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGD","Bangladesh","1990","1990",77.93072,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGD","Bangladesh","2005","2005",89.16716,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGD","Bangladesh","2006","2006",89.36335,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGD","Bangladesh","2008","2008",88.47476,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGD","Bangladesh","2009","2009",86.46116,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGD","Bangladesh","2010","2010",86.07598,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGD","Bangladesh","2017","2017",88.07781,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2009","2009",90.93892,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2010","2010",96.61033,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2011","2011",96.59918,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2012","2012",99.44211,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2013","2013",97.72881,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2014","2014",97.3903,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","1992","1992",97.96123,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","1993","1993",98.80626,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","1994","1994",99.01581,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","1995","1995",99.9328,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","1999","1999",97.21093,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2000","2000",97.83981,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2001","2001",95.6837,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2002","2002",95.05905,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2003","2003",94.70552,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2004","2004",93.73391,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2005","2005",91.15046,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2006","2006",93.4615,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2011","2011",91.16974,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2012","2012",91.87141,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2013","2013",92.80127,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2014","2014",94.7955,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2015","2015",96.83802,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2016","2016",96.98251,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHR","Bahrain","2017","2017",97.25603,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","1990","1990",35.17,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","1991","1991",37.18403,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","1998","1998",47.7574,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","1999","1999",49.70754,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2000","2000",51.79638,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2001","2001",54.95317,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2002","2002",62.66735,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2003","2003",65.68553,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2004","2004",68.3562,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2005","2005",69.58457,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2006","2006",70.85437,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2007","2007",72.42057,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2008","2008",72.04214,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2009","2009",73.38223,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2010","2010",76.36947,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2011","2011",79.23847,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2012","2012",79.86765,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2013","2013",80.88717,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2014","2014",83.63428,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GIN","Guinea","2016","2016",83.99783,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MWI","Malawi","1999","1999",93.50184,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MWI","Malawi","2004","2004",98.28243,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MWI","Malawi","2005","2005",97.74226,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MWI","Malawi","2006","2006",96.72173,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MWI","Malawi","2007","2007",92.79131,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MWI","Malawi","2008","2008",98.61684,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MWI","Malawi","2009","2009",98.0944,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2008","2008",70.64725,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2009","2009",78.64192,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2010","2010",87.35736,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2011","2011",92.91126,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2012","2012",91.53428,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2013","2013",89.79227,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2014","2014",85.98941,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2015","2015",82.49904,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2016","2016",79.13884,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TLS","Timor-Leste","2017","2017",77.65792,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COK","Cook Islands","1998","1998",89.70149,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COK","Cook Islands","1999","1999",84.81248,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2000","2000",92.65487,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2010","2010",94.37205,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2012","2012",94.49919,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2013","2013",94.18398,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2014","2014",94.76129,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2015","2015",93.59094,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","1994","1994",63.30942,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2000","2000",64.56147,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2001","2001",71.26781,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2002","2002",69.19887,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2003","2003",65.30215,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2008","2008",46.75576,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2009","2009",45.55095,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2010","2010",44.7819,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2011","2011",44.94841,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2012","2012",46.24338,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2015","2015",43.34419,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","1997","1997",95.85874,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","1998","1998",96.16893,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","1999","1999",96.99497,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2000","2000",97.5224,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2001","2001",97.86806,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2002","2002",97.58803,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2003","2003",97.61689,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2004","2004",97.11725,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2005","2005",95.96561,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2006","2006",94.98699,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2007","2007",94.79986,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2008","2008",94.80007,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2009","2009",95.49941,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2010","2010",96.5326,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2011","2011",97.63528,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2012","2012",98.16238,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2013","2013",97.86089,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2014","2014",97.14547,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2015","2015",96.4733,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2016","2016",96.17723,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MEX","Mexico","2017","2017",95.87833,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","1991","1991",63.2512,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","1999","1999",93.28084,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2000","2000",94.79832,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2001","2001",94.62827,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2002","2002",94.99634,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2004","2004",95.04319,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2005","2005",94.28519,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2006","2006",92.83667,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2007","2007",91.92115,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2008","2008",92.96767,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2009","2009",93.7135,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2010","2010",94.09323,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2011","2011",94.46693,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2012","2012",91.83025,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2013","2013",90.67048,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2014","2014",89.92156,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2015","2015",90.62973,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2016","2016",91.16406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COL","Colombia","2017","2017",91.17366,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","1996","1996",95.10436,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","1997","1997",95.78897,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","1998","1998",96.53967,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","1999","1999",96.56318,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2000","2000",96.15199,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2001","2001",96.39738,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2002","2002",94.37805,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2003","2003",94.49614,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2004","2004",95.55294,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2005","2005",94.28855,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2006","2006",95.47039,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2007","2007",98.07989,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2008","2008",98.05578,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2009","2009",97.48349,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2010","2010",97.97259,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2011","2011",97.94309,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2012","2012",96.41817,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2013","2013",95.0578,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2014","2014",94.37026,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2015","2015",93.3887,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BGR","Bulgaria","2016","2016",91.52049,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1990","1990",71.32391,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1991","1991",72.8487,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1992","1992",73.12171,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1993","1993",70.7027,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1994","1994",71.82647,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1995","1995",70.70377,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1996","1996",70.90907,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1998","1998",62.8257,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1999","1999",58.97518,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2000","2000",79.6519,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2001","2001",79.82257,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2002","2002",80.12734,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2003","2003",80.34134,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2004","2004",77.95458,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2005","2005",77.18746,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2006","2006",77.45909,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2007","2007",75.0602,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2008","2008",76.02412,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2009","2009",76.61623,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2010","2010",78.46213,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2011","2011",79.92434,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2012","2012",81.19184,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2013","2013",79.06794,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2014","2014",79.67009,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2015","2015",79.57913,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2016","2016",79.9602,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2017","2017",80.89926,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1990","1990",64.25489,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1995","1995",54.71095,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1996","1996",56.91976,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1999","1999",64.61754,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2000","2000",66.15565,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2001","2001",67.2899,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2002","2002",68.00256,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2003","2003",77.72212,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","1998","1998",49.30367,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","1999","1999",50.64393,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2000","2000",53.86754,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2001","2001",57.23303,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2005","2005",69.75564,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2006","2006",73.77565,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2008","2008",79.83493,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2009","2009",84.41969,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2010","2010",86.50545,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2011","2011",87.38371,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2012","2012",88.79699,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2013","2013",85.91862,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2015","2015",83.73392,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2016","2016",81.59713,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BTN","Bhutan","2017","2017",80.1482,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","1999","1999",67.61165,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","2000","2000",70.76506,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","2004","2004",71.10123,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","2005","2005",71.37431,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","2006","2006",71.24839,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","2007","2007",77.61356,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","2008","2008",69.78784,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","2009","2009",70.54574,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NGA","Nigeria","2010","2010",69.91565,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","1999","1999",60.21122,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2000","2000",64.0136,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2001","2001",59.03806,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2002","2002",61.68828,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2003","2003",61.51805,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2005","2005",64.95211,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2006","2006",64.48763,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2007","2007",69.50412,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2008","2008",74.69627,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2009","2009",73.4297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2011","2011",81.73442,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2013","2013",85.99297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2014","2014",87.81158,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2015","2015",89.78191,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2016","2016",87.0121,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2017","2017",85.31065,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GHA","Ghana","2018","2018",84.33206,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","1994","1994",91.53608,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","1995","1995",90.49693,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","1996","1996",78.41574,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","1997","1997",86.99358,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","1998","1998",86.76703,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","1999","1999",87.13809,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2000","2000",87.81396,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2001","2001",88.59244,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2002","2002",89.14424,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2003","2003",88.61972,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2004","2004",88.66809,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2005","2005",89.35965,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2006","2006",90.60171,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2007","2007",89.71515,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2008","2008",91.17377,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2009","2009",91.91019,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2010","2010",92.0495,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2011","2011",91.44861,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2012","2012",90.76512,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2013","2013",90.74843,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2014","2014",91.05277,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2015","2015",91.21689,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HUN","Hungary","2016","2016",91.39128,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AFG","Afghanistan","1993","1993",28.17121,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2010","2010",86.62731,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2011","2011",79.47644,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2012","2012",80.25684,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2013","2013",80.18065,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2014","2014",80.46298,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2015","2015",78.75326,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2016","2016",73.60405,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","1998","1998",84.09731,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","1999","1999",85.61484,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2000","2000",86.30562,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2001","2001",88.30666,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2002","2002",84.82688,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2003","2003",83.43972,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2012","2012",87.67465,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2013","2013",84.7939,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","1990","1990",88.85592,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","1991","1991",88.21393,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","1992","1992",87.30382,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","1993","1993",87.02557,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","1994","1994",87.17582,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","1995","1995",87.49106,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","1996","1996",88.27832,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","1998","1998",94.12797,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","2001","2001",94.27043,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","2010","2010",94.99865,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","2011","2011",97.31237,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","2012","2012",95.0914,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","2013","2013",94.82874,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","2014","2014",94.98385,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRL","Ireland","2016","2016",95.48201,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SDN","Sudan","2011","2011",55.57246,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SDN","Sudan","2012","2012",56.81843,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SDN","Sudan","2013","2013",58.03168,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SDN","Sudan","2014","2014",59.15437,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SDN","Sudan","2015","2015",59.58011,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SDN","Sudan","2016","2016",62.55882,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SDN","Sudan","2017","2017",59.46872,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1990","1990",51.32563,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1991","1991",50.62554,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1992","1992",50.70394,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1993","1993",49.92003,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1994","1994",48.71263,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1995","1995",48.60242,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1996","1996",48.70992,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1997","1997",49.09301,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1998","1998",48.54041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1999","1999",48.94357,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2000","2000",52.46872,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2001","2001",57.01628,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2002","2002",71.6595,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2003","2003",79.86844,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2004","2004",84.01119,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2005","2005",88.14307,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2006","2006",93.27205,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2008","2008",94.14146,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2010","2010",87.31658,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2012","2012",82.94378,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2013","2013",79.75639,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2014","2014",79.32286,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2016","2016",79.79954,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2017","2017",79.86929,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","1990","1990",57.26208,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","1991","1991",52.95281,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2005","2005",47.65448,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2006","2006",48.0837,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2007","2007",56.21571,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2008","2008",64.93564,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2009","2009",65.17461,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2010","2010",67.33584,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2011","2011",65.38158,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2012","2012",68.07992,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","1997","1997",83.00848,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2003","2003",94.13629,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2004","2004",91.43444,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2005","2005",86.9949,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2006","2006",84.57972,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2007","2007",85.76801,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2008","2008",86.59999,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2009","2009",87.36137,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2010","2010",88.42008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2011","2011",87.72209,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2012","2012",84.55589,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2013","2013",83.55589,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2014","2014",79.47059,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2015","2015",79.04838,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2016","2016",79.38843,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBN","Lebanon","2017","2017",83.54332,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","1995","1995",92.81567,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","1996","1996",94.60319,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","1997","1997",95.51392,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","1998","1998",95.56383,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","1999","1999",94.7474,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2000","2000",92.67958,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2001","2001",94.45635,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2002","2002",94.91086,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2003","2003",95.97654,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2004","2004",97.93102,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2005","2005",97.69769,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2006","2006",97.20302,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2007","2007",98.19222,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2008","2008",98.1463,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2009","2009",98.02975,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2010","2010",98.13803,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2011","2011",97.86638,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2012","2012",98.1654,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2013","2013",97.33991,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2014","2014",97.11708,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2015","2015",97.21373,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SVN","Slovenia","2016","2016",97.10037,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2000","2000",85.78496,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2001","2001",88.84664,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2002","2002",90.72239,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2003","2003",91.38898,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2004","2004",92.13682,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2005","2005",90.8736,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2006","2006",89.34618,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2007","2007",89.2813,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2008","2008",90.60102,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2009","2009",89.92297,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2011","2011",88.20171,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2012","2012",86.64707,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2013","2013",86.54256,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2014","2014",87.01133,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2015","2015",86.77348,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2016","2016",87.58267,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2017","2017",86.20668,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2018","2018",87.3281,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","1996","1996",92.72327,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","1997","1997",94.19631,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","1998","1998",93.68471,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","1999","1999",94.5945,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2000","2000",94.35692,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2001","2001",94.63993,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2002","2002",93.52674,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2003","2003",94.08328,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2004","2004",95.32227,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2005","2005",93.97159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2006","2006",94.74192,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2007","2007",97.47534,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2008","2008",98.04322,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2009","2009",98.03521,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2010","2010",97.96184,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2011","2011",98.03808,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2012","2012",96.17512,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2013","2013",94.80976,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2014","2014",94.46253,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2015","2015",92.92329,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGR","Bulgaria","2016","2016",90.86446,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",90.07832,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",89.78212,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",89.27671,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",88.59585,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",88.3765,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",86.88503,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",86.67899,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",86.58433,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",85.81162,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",84.8938,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",84.46456,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",84.37256,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",84.73737,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",83.89276,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",88.16308,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",88.74445,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",91.53961,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COM","Comoros","1994","1994",69.22219,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COM","Comoros","1999","1999",60.79396,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COM","Comoros","2000","2000",67.49473,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COM","Comoros","2007","2007",79.17413,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COM","Comoros","2013","2013",84.62552,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COM","Comoros","2014","2014",80.85214,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COM","Comoros","2017","2017",79.83747,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1992","1992",88.53601,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1993","1993",88.8767,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1994","1994",92.61088,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1999","1999",90.76177,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2004","2004",93.76186,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2005","2005",98.12016,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2006","2006",96.5744,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2007","2007",98.25938,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2008","2008",98.24228,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2009","2009",95.88003,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2010","2010",97.51368,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2016","2016",88.19669,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","1990","1990",99.30465,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","1998","1998",93.3393,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","1999","1999",88.6377,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2001","2001",88.72072,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2002","2002",88.46283,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2003","2003",89.00091,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2004","2004",88.33751,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2005","2005",87.49509,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2006","2006",85.7642,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2007","2007",86.05896,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2008","2008",87.03114,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2009","2009",88.92976,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2014","2014",95.21899,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2015","2015",95.12373,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PHL","Philippines","2016","2016",94.60591,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","1991","1991",86.78022,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","1993","1993",88.09316,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2000","2000",86.13879,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2003","2003",87.56915,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2004","2004",88.06666,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2005","2005",86.83066,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2006","2006",91.83317,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2007","2007",86.64674,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2008","2008",90.48201,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2009","2009",89.24049,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2010","2010",89.40749,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2011","2011",89.78716,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2012","2012",86.38804,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2013","2013",82.64347,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2014","2014",82.09981,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2015","2015",81.54297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2016","2016",83.39683,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HND","Honduras","2017","2017",84.02329,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","1999","1999",97.72317,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2000","2000",94.81447,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2001","2001",91.96333,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2003","2003",92.12665,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2004","2004",93.33641,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2005","2005",93.00857,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2006","2006",93.66608,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2007","2007",93.42579,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2008","2008",93.83279,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2009","2009",94.9126,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2010","2010",95.39761,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2011","2011",95.15522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2012","2012",96.67864,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2013","2013",95.80625,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2014","2014",96.29559,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2015","2015",96.14116,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2016","2016",96.04665,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLZ","Belize","2017","2017",96.10654,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1990","1990",96.57841,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1991","1991",91.93816,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1993","1993",92.17023,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1994","1994",93.38422,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1995","1995",94.33934,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1996","1996",96.90761,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1997","1997",97.8501,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1998","1998",95.66827,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","1999","1999",92.53696,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2000","2000",93.09299,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2001","2001",92.28548,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2002","2002",93.70577,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2003","2003",92.9333,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2004","2004",93.69914,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2005","2005",95.47626,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2006","2006",95.38596,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2007","2007",95.90217,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2008","2008",96.27922,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2009","2009",95.87322,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2010","2010",95.48687,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2011","2011",95.36793,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2012","2012",92.7085,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2013","2013",94.88504,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2014","2014",95.05036,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2015","2015",95.14151,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2016","2016",93.86473,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MUS","Mauritius","2017","2017",94.79969,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","1998","1998",84.23544,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","1999","1999",86.42303,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2000","2000",88.22559,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2001","2001",90.6044,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2002","2002",92.44248,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2005","2005",90.60185,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2006","2006",90.22194,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2007","2007",89.89006,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2008","2008",87.98019,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2009","2009",85.97766,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2010","2010",85.98076,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2011","2011",87.89529,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2012","2012",89.33512,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2013","2013",88.69443,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2014","2014",89.04068,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2015","2015",89.08309,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HRV","Croatia","2016","2016",87.45976,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AGO","Angola","1998","1998",41.30159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AGO","Angola","2008","2008",69.38779,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AGO","Angola","2009","2009",68.3113,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AGO","Angola","2010","2010",67.71203,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AGO","Angola","2011","2011",66.3875,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","1995","1995",82.76138,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","1996","1996",81.63258,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","1997","1997",83.93793,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","2004","2004",87.17369,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","2005","2005",85.30435,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","2006","2006",86.02462,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","2007","2007",94.26732,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","2008","2008",95.94268,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","2009","2009",94.86707,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","2011","2011",95.67443,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GEO","Georgia","2012","2012",98.17781,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","1990","1990",79.32817,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","1992","1992",82.77251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","1994","1994",85.04027,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","1995","1995",85.71563,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","1996","1996",84.92825,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","1997","1997",85.80822,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","1998","1998",86.46527,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","1999","1999",86.53291,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2000","2000",87.56434,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2001","2001",87.95853,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2002","2002",89.22654,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2003","2003",88.99659,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2004","2004",86.55922,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2005","2005",86.78059,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2006","2006",85.39631,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2007","2007",86.67963,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2008","2008",86.00688,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2009","2009",85.87856,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2010","2010",85.63305,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2012","2012",87.60613,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2013","2013",89.65232,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NAM","Namibia","2017","2017",97.02682,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","1993","1993",98.71577,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","1994","1994",98.70792,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","1995","1995",98.36128,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","1996","1996",98.66977,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","1997","1997",98.79029,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","1998","1998",99.28539,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2001","2001",99.64704,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2002","2002",99.2396,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2003","2003",98.41606,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2004","2004",97.43032,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2005","2005",97.20033,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2006","2006",96.83591,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2007","2007",97.40741,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2008","2008",97.67784,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2009","2009",97.86905,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2010","2010",98.22471,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2011","2011",98.44753,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2012","2012",98.96323,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2013","2013",99.06002,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2014","2014",99.5158,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2015","2015",99.14251,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FIN","Finland","2016","2016",99.14725,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","1993","1993",93.28078,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","1995","1995",88.11336,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","1998","1998",97.53513,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2004","2004",97.24698,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2005","2005",97.13614,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2006","2006",97.0527,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2007","2007",96.86883,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2008","2008",96.89439,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2009","2009",96.99496,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2010","2010",97.02986,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2011","2011",96.41196,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2012","2012",90.9188,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2013","2013",93.23213,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2014","2014",93.08382,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2015","2015",94.36693,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2016","2016",95.46735,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2017","2017",95.65871,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PER","Peru","2018","2018",96.94045,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DMA","Dominica","2004","2004",90.98425,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DMA","Dominica","2005","2005",89.45641,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DMA","Dominica","2006","2006",87.57013,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DMA","Dominica","2007","2007",89.39704,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DMA","Dominica","2008","2008",89.91133,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DMA","Dominica","2009","2009",92.40666,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DMA","Dominica","2016","2016",95.35529,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","1992","1992",96.61642,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","1994","1994",96.891,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","1995","1995",95.22517,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","1996","1996",93.37452,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","1997","1997",93.79027,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","1998","1998",94.52401,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","1999","1999",93.96552,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","2000","2000",92.8085,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","2001","2001",95.44316,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","2003","2003",98.73794,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","2004","2004",96.69081,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","2006","2006",98.75191,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","2009","2009",96.97323,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","2013","2013",94.02681,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FJI","Fiji","2015","2015",97.29928,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","1997","1997",30.79729,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","1998","1998",35.4856,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","1999","1999",38.25819,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","2000","2000",40.70324,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","2001","2001",42.4605,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","2002","2002",45.38631,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","2003","2003",47.30621,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","2011","2011",54.16397,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","2013","2013",68.47719,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","2015","2015",70.46711,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TCD","Chad","2016","2016",65.37002,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1990","1990",99.51596,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1991","1991",99.72395,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1992","1992",99.83868,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1993","1993",99.63522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1994","1994",99.89829,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1995","1995",98.83807,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1996","1996",99.80345,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1997","1997",99.82815,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","1999","1999",99.77019,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2000","2000",99.42556,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2001","2001",99.725,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2002","2002",99.52891,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2003","2003",99.10214,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2004","2004",96.88699,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2005","2005",95.39294,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2006","2006",95.0788,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2007","2007",96.25065,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2008","2008",98.43336,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2009","2009",99.33549,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2010","2010",99.38351,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2011","2011",99.47861,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2012","2012",99.59944,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2013","2013",99.41316,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2014","2014",99.46631,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2015","2015",99.37575,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWE","Sweden","2016","2016",99.35069,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",83.1338,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",85.31327,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",87.85415,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",90.93974,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",89.67534,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",89.96328,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",88.94846,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",89.3529,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",90.66239,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",88.72151,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",90.7706,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",91.30185,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",91.57886,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",92.63088,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",91.77416,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",90.40184,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",89.73466,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",86.91721,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",84.29271,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","1997","1997",93.93299,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","1999","1999",95.74713,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2000","2000",96.37418,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2001","2001",96.86526,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2002","2002",97.55591,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2005","2005",98.11746,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2006","2006",97.52556,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2007","2007",96.55095,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2008","2008",95.95179,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2009","2009",96.90262,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2015","2015",96.54638,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2016","2016",97.58082,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDV","Maldives","2017","2017",99.50685,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1990","1990",85.00489,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1991","1991",87.02613,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1992","1992",86.46167,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1993","1993",86.20854,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1994","1994",86.48709,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1995","1995",78.72177,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1996","1996",79.86947,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1998","1998",82.05298,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","1999","1999",82.9873,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2000","2000",84.0771,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2001","2001",85.62359,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2002","2002",85.72341,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2003","2003",85.76092,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2004","2004",86.53628,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2005","2005",85.7066,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2006","2006",86.75822,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2007","2007",86.00309,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2008","2008",85.73587,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2009","2009",86.50104,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2012","2012",92.3,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2013","2013",93.17521,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BWA","Botswana","2014","2014",89.04661,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","1993","1993",73.69268,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","1994","1994",81.90554,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","1995","1995",87.68614,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","1996","1996",90.13273,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","1997","1997",90.98605,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","1998","1998",91.02749,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","1999","1999",88.69444,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2000","2000",88.31728,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2001","2001",91.91304,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2002","2002",91.10286,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2003","2003",94.06975,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2004","2004",95.81253,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2005","2005",94.23168,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2006","2006",92.58122,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2007","2007",92.31949,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2008","2008",88.77457,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2009","2009",89.46232,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2010","2010",89.66647,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2011","2011",89.38578,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2012","2012",88.07828,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2015","2015",87.76196,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ROU","Romania","2016","2016",86.74985,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1990","1990",64.79916,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1991","1991",66.56392,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1992","1992",68.19983,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1993","1993",72.59787,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1994","1994",74.53655,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1995","1995",75.82888,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1996","1996",77.8923,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1997","1997",79.31767,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1998","1998",80.14439,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","1999","1999",81.57312,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2000","2000",82.31677,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2001","2001",83.77833,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2002","2002",83.10166,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2003","2003",81.27091,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2009","2009",91.47344,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2011","2011",96.17607,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2012","2012",96.76875,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2013","2013",94.4543,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2014","2014",94.27666,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2015","2015",94.37506,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2016","2016",94.88184,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","OMN","Oman","2017","2017",94.20142,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","1996","1996",98.46476,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","1997","1997",98.89543,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2000","2000",98.56918,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2001","2001",98.93021,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2002","2002",98.92406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2003","2003",98.87934,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2004","2004",98.81562,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2005","2005",99.01172,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2006","2006",99.03672,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2007","2007",99.05651,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2008","2008",98.85185,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2009","2009",98.19804,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2010","2010",98.13469,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2011","2011",97.76023,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2012","2012",97.7996,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2013","2013",98.04387,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2014","2014",98.00286,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2015","2015",97.69738,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ITA","Italy","2016","2016",97.24265,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2005","2005",83.06028,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2006","2006",85.01465,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2007","2007",83.18518,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2008","2008",89.24529,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2009","2009",92.77599,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2010","2010",90.38606,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2011","2011",89.15452,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2012","2012",90.13705,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2013","2013",90.16788,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2014","2014",90.12099,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2015","2015",92.02607,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2016","2016",93.31983,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SUR","Suriname","2017","2017",90.19028,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COG","Congo","2005","2005",55.89882,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COG","Congo","2006","2006",51.78657,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COG","Congo","2010","2010",82.81717,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COG","Congo","2012","2012",89.39962,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JOR","Jordan","1999","1999",88.37855,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JOR","Jordan","2000","2000",89.25037,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JOR","Jordan","2002","2002",91.58311,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JOR","Jordan","2003","2003",93.22988,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","JOR","Jordan","2004","2004",93.31589,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDG","Madagascar","1990","1990",64.66574,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDG","Madagascar","1995","1995",51.88875,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDG","Madagascar","1996","1996",56.84055,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDG","Madagascar","1999","1999",64.39331,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDG","Madagascar","2000","2000",65.86288,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDG","Madagascar","2001","2001",66.98003,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDG","Madagascar","2002","2002",67.70315,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MDG","Madagascar","2003","2003",77.65787,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1990","1990",98.72691,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1996","1996",99.99182,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1997","1997",98.9951,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1998","1998",97.02167,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2006","2006",90.77959,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2007","2007",91.83173,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2008","2008",92.58798,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2009","2009",93.77063,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2013","2013",64.04187,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","1990","1990",69.24961,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","1991","1991",63.53045,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","2005","2005",55.2919,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","2006","2006",56.02272,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","2007","2007",65.66197,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","2008","2008",74.80531,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","2009","2009",75.16288,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","2010","2010",77.13946,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","2011","2011",74.40509,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAF","Central African Republic","2012","2012",76.33464,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","1990","1990",83.79906,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","1991","1991",84.64483,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","1992","1992",84.6902,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","1993","1993",84.13743,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","1994","1994",83.37395,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","1995","1995",88.61247,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","1996","1996",90.65813,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","1999","1999",95.53648,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2000","2000",95.59822,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2001","2001",95.45986,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2002","2002",95.35856,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2003","2003",95.17876,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2004","2004",94.41156,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2005","2005",93.28631,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2006","2006",92.85697,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2007","2007",92.84956,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2008","2008",93.48714,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2009","2009",93.63763,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2010","2010",93.50568,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2011","2011",93.40551,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2012","2012",93.34026,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2013","2013",93.4102,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2014","2014",93.63796,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2015","2015",93.16876,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHE","Switzerland","2016","2016",93.20083,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","1991","1991",99.13638,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","1992","1992",97.74376,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","1994","1994",97.13212,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","1995","1995",98.3951,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","1996","1996",99.07045,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","2013","2013",97.35128,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","2014","2014",97.22979,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","2015","2015",97.38822,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","2016","2016",98.09183,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NZL","New Zealand","2017","2017",98.87387,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1992","1992",46.9865,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1994","1994",67.87883,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1996","1996",88.97302,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1997","1997",88.5098,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1998","1998",88.57939,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1999","1999",87.95692,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2000","2000",85.1062,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2001","2001",84.69011,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2002","2002",88.68469,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2003","2003",87.50725,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2004","2004",88.26524,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2005","2005",92.36492,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2007","2007",91.66521,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2008","2008",92.65682,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2010","2010",92.56998,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2011","2011",92.7377,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2012","2012",92.23482,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2013","2013",91.53733,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2014","2014",91.62757,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2015","2015",91.75721,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2016","2016",90.70002,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2017","2017",87.30606,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1990","1990",92.97115,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1991","1991",94.97666,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1992","1992",95.88174,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1993","1993",96.28301,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1994","1994",91.8588,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1995","1995",91.70462,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1996","1996",95.02059,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1999","1999",96.72761,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2000","2000",97.35787,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2001","2001",97.38898,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2002","2002",95.6312,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2003","2003",94.86547,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2004","2004",94.21633,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2005","2005",94.80883,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2006","2006",93.09883,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2007","2007",91.34252,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2008","2008",89.84941,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2009","2009",88.9139,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2010","2010",89.0138,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2011","2011",88.95008,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2012","2012",88.54608,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","1990","1990",44.77197,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","1992","1992",44.23334,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","1994","1994",44.92859,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","1996","1996",49.2022,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","1997","1997",53.43262,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","1998","1998",56.00646,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","1999","1999",54.94597,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2000","2000",57.68202,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2003","2003",64.33423,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2004","2004",62.89662,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2005","2005",64.01231,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2006","2006",66.21567,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2007","2007",68.72594,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2008","2008",69.58694,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2009","2009",69.90553,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2010","2010",70.79738,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2011","2011",71.29036,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2012","2012",73.16833,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2013","2013",72.00724,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2014","2014",72.51753,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2015","2015",72.61998,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2016","2016",72.33999,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SEN","Senegal","2017","2017",74.11337,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1990","1990",90.03435,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1991","1991",89.61937,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1992","1992",89.19911,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1993","1993",88.32039,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1996","1996",88.66781,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1997","1997",88.48453,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1999","1999",93.70325,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2000","2000",93.85691,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2001","2001",93.063,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2002","2002",89.87798,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2003","2003",90.98724,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2004","2004",91.67432,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2005","2005",88.69127,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2007","2007",93.50526,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2008","2008",94.38098,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2009","2009",95.23143,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2010","2010",95.23794,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","1991","1991",85.57737,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","1994","1994",90.82116,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","1995","1995",91.89458,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","1998","1998",88.06921,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","1999","1999",89.20586,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","2000","2000",87.95688,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","2001","2001",87.71479,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","2002","2002",87.40455,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","2003","2003",88.06284,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","2004","2004",87.23683,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","2005","2005",85.8089,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZAF","South Africa","2015","2015",84.01513,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1990","1990",87.73359,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1991","1991",88.28702,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1992","1992",90.34648,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1993","1993",91.13865,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1994","1994",90.73328,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1995","1995",92.44825,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1996","1996",94.91349,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2011","2011",98.39953,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2012","2012",98.48628,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2013","2013",97.42027,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2014","2014",96.13213,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2015","2015",96.3094,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2016","2016",96.60978,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","1994","1994",97.46788,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","1998","1998",95.50406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","1999","1999",94.85431,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2000","2000",98.47941,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2001","2001",97.81689,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2002","2002",96.52968,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2003","2003",97.02876,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2004","2004",99.40607,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2005","2005",99.73288,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2006","2006",96.94872,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2007","2007",96.37177,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2008","2008",95.65814,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2009","2009",97.80691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2010","2010",96.81683,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2011","2011",98.17828,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2012","2012",99.47721,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2015","2015",99.63498,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2016","2016",98.80051,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MYS","Malaysia","2017","2017",98.76546,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1990","1990",97.77392,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1991","1991",97.02954,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1992","1992",95.61267,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1993","1993",95.42382,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1994","1994",98.78624,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1995","1995",99.04296,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1996","1996",99.12867,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1997","1997",99.40025,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","1999","1999",98.82835,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2000","2000",98.90316,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2003","2003",98.21078,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2004","2004",97.50917,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2005","2005",97.53802,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2006","2006",97.96358,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2007","2007",98.96482,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2012","2012",99.06229,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2015","2015",96.88457,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NLD","Netherlands","2016","2016",97.8187,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","1991","1991",32.82164,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","1992","1992",33.39627,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","1993","1993",34.49254,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","1994","1994",35.96207,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","1995","1995",37.92465,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","1998","1998",41.46264,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","1999","1999",41.77467,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2000","2000",42.47958,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2001","2001",43.23467,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2002","2002",42.2182,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2003","2003",44.13785,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2004","2004",46.28998,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2005","2005",50.87188,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2006","2006",53.61633,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2007","2007",58.81916,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2008","2008",64.26456,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2009","2009",66.52429,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2010","2010",62.34036,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2011","2011",66.92852,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2012","2012",67.30611,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2013","2013",67.82105,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2014","2014",69.05856,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2015","2015",70.59242,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2016","2016",76.31334,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BFA","Burkina Faso","2017","2017",77.36618,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","1995","1995",86.0757,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","1996","1996",89.90886,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","1999","1999",95.03081,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2000","2000",95.97193,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2001","2001",96.23453,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2003","2003",94.69212,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2004","2004",94.15824,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2005","2005",93.61403,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2006","2006",92.48435,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2007","2007",94.12787,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2008","2008",93.50505,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2009","2009",92.91447,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2010","2010",95.8436,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2011","2011",97.17182,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2012","2012",97.13009,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2013","2013",95.58585,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2014","2014",94.27857,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2015","2015",93.9596,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EST","Estonia","2016","2016",94.06452,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","1995","1995",81.91029,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","1996","1996",85.23354,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","1997","1997",86.28048,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","1998","1998",87.5338,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","1999","1999",88.72271,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2000","2000",90.5603,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2001","2001",91.90682,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2002","2002",90.00077,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2003","2003",82.82068,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2004","2004",86.8693,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2005","2005",88.03895,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2006","2006",91.5805,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2007","2007",88.48648,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2008","2008",86.57043,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2009","2009",95.02002,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2010","2010",96.62852,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2011","2011",97.18552,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2012","2012",96.50674,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2013","2013",93.9392,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2014","2014",94.33266,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2015","2015",96.06047,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2016","2016",97.0005,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNG","Mongolia","2017","2017",97.1044,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TON","Tonga","1990","1990",91.48245,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TON","Tonga","1993","1993",91.92431,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TON","Tonga","1998","1998",94.62422,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TON","Tonga","1999","1999",93.03419,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TON","Tonga","2013","2013",92.22899,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2002","2002",84.49048,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2003","2003",82.67716,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2005","2005",81.05196,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2006","2006",83.44942,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2007","2007",87.87271,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2011","2011",95.15386,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2012","2012",96.42691,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2013","2013",94.96201,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2014","2014",93.62225,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2015","2015",92.47297,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2016","2016",92.07025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARM","Armenia","2017","2017",92.02934,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1990","1990",97.68508,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1991","1991",98.25418,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1992","1992",97.43151,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1993","1993",96.96003,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1994","1994",98.68842,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1995","1995",98.27815,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1996","1996",98.14876,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1998","1998",98.70982,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","1999","1999",97.94913,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2000","2000",97.44444,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2001","2001",99.82751,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2002","2002",99.85921,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2004","2004",97.74303,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2005","2005",95.6588,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2006","2006",95.9751,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2007","2007",96.5538,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2008","2008",95.95913,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2009","2009",95.99636,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2010","2010",95.89475,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2011","2011",97.48009,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2012","2012",97.95738,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2013","2013",98.33607,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2014","2014",98.03893,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2015","2015",98.3776,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DNK","Denmark","2016","2016",98.69361,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","1995","1995",85.7133,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2009","2009",91.1971,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2010","2010",90.9512,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2011","2011",90.64724,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2012","2012",94.00931,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2013","2013",93.79917,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2014","2014",93.263,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2015","2015",95.21909,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2016","2016",96.27574,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLR","Belarus","2017","2017",95.51112,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1990","1990",96.66591,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1992","1992",99.06541,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1997","1997",95.11558,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1999","1999",87.2626,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2000","2000",86.31386,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2002","2002",95.47395,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2003","2003",94.48426,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2004","2004",97.37872,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2005","2005",96.77183,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2007","2007",98.58785,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","1998","1998",93.33123,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","1999","1999",93.55544,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2000","2000",94.36103,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2001","2001",94.63142,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2002","2002",94.94169,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2003","2003",95.57111,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2004","2004",95.48256,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2005","2005",95.53551,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2006","2006",95.58362,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2007","2007",95.35015,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2008","2008",93.99279,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2009","2009",93.88881,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2010","2010",91.65049,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2011","2011",89.24826,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2012","2012",87.65458,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2013","2013",86.98233,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2014","2014",86.76741,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2015","2015",87.67681,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2016","2016",89.22736,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2017","2017",91.31887,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","1994","1994",97.33665,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","1996","1996",97.9898,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","1997","1997",98.47849,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","1998","1998",99.41332,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","1999","1999",98.79555,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2000","2000",98.82721,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2001","2001",99.14985,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2002","2002",99.20209,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2003","2003",98.20419,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2004","2004",96.5557,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2005","2005",96.76546,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2006","2006",97.22027,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2007","2007",98.03954,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2008","2008",99.1549,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2009","2009",99.60574,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2010","2010",99.21746,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2011","2011",98.72088,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2012","2012",98.16833,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2013","2013",98.05249,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2014","2014",98.12777,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2015","2015",98.56708,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ISL","Iceland","2016","2016",99.45437,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","1999","1999",97.28203,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2000","2000",95.85975,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2001","2001",94.32699,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2003","2003",92.11883,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2004","2004",91.31788,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2008","2008",87.15116,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2009","2009",85.70959,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2010","2010",86.27331,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2011","2011",87.18679,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2012","2012",90.4651,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2013","2013",94.00522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2014","2014",95.75472,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2015","2015",95.1996,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2016","2016",95.06309,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ALB","Albania","2017","2017",96.50314,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBR","Liberia","1999","1999",46.76267,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBR","Liberia","2006","2006",35.18651,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBR","Liberia","2008","2008",42.73574,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBR","Liberia","2009","2009",40.00862,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBR","Liberia","2011","2011",40.72251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBR","Liberia","2014","2014",37.77333,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBR","Liberia","2015","2015",37.68327,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBR","Liberia","2016","2016",36.75459,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2000","2000",94.84797,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2001","2001",94.12612,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2002","2002",98.70662,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2003","2003",93.66735,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2004","2004",92.13335,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2005","2005",90.65066,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2006","2006",88.47678,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2007","2007",89.25153,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2008","2008",89.67437,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2009","2009",92.95076,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DMA","Dominica","2016","2016",95.63788,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","1993","1993",88.46001,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","1994","1994",89.9114,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","1995","1995",90.20965,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","1996","1996",90.99026,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","2000","2000",83.46063,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","2001","2001",85.26823,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","2002","2002",93.52348,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","2003","2003",95.89505,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","2004","2004",95.51771,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SYC","Seychelles","2005","2005",96.23995,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2007","2007",95.26079,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2008","2008",94.90834,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2009","2009",92.60632,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2010","2010",93.26428,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2011","2011",92.08111,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2012","2012",91.47118,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2013","2013",90.62376,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2014","2014",90.79168,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2015","2015",91.59566,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2016","2016",92.90862,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHL","Chile","2017","2017",94.779,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","1992","1992",47.36412,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","1994","1994",68.10211,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","1996","1996",92.81076,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","1997","1997",93.40904,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","1999","1999",90.77753,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2000","2000",84.38171,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2001","2001",81.32039,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2002","2002",84.48806,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2004","2004",83.75205,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2005","2005",90.41675,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2007","2007",92.87259,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2008","2008",93.92037,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2010","2010",93.4365,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2011","2011",92.78267,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2012","2012",91.5548,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2013","2013",90.18891,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2014","2014",90.21247,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2015","2015",90.2961,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2016","2016",89.31669,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KWT","Kuwait","2017","2017",87.73145,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","1991","1991",38.0884,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","1992","1992",36.63871,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","1993","1993",35.29898,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","1994","1994",36.03636,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","1995","1995",38.01875,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","1998","1998",42.26587,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","1999","1999",45.9846,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2000","2000",49.82297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2001","2001",54.34477,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2002","2002",51.56747,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2004","2004",64.2774,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2005","2005",69.3857,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2006","2006",73.4343,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2007","2007",78.42297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2008","2008",82.07324,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2009","2009",83.77838,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2010","2010",85.24974,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2011","2011",83.52866,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2012","2012",83.90073,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2013","2013",84.97366,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2014","2014",86.02141,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2015","2015",87.26411,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2016","2016",86.96391,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MOZ","Mozambique","2017","2017",86.23461,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","1991","1991",96.33556,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","1999","1999",99.3168,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2003","2003",98.75263,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2004","2004",98.02442,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2005","2005",98.33566,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2006","2006",98.45467,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2007","2007",98.83374,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2008","2008",98.75813,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2009","2009",98.71121,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2010","2010",97.96481,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2011","2011",98.17574,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2012","2012",98.29125,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2013","2013",98.50445,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2014","2014",99.14114,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2015","2015",99.22746,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARG","Argentina","2016","2016",98.42866,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","1990","1990",77.50029,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2000","2000",79.80341,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2001","2001",79.6555,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2002","2002",79.25736,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2003","2003",83.82757,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2007","2007",91.30479,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2008","2008",91.02263,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2009","2009",90.76932,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2010","2010",91.03695,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2011","2011",90.42136,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2012","2012",91.58106,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IND","India","2013","2013",92.25011,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MWI","Malawi","1999","1999",95.00965,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MWI","Malawi","2002","2002",98.08695,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MWI","Malawi","2004","2004",96.51658,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MWI","Malawi","2005","2005",96.04907,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MWI","Malawi","2006","2006",94.52935,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MWI","Malawi","2007","2007",90.18768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MWI","Malawi","2008","2008",96.37339,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MWI","Malawi","2009","2009",96.25452,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","1998","1998",99.32735,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","1999","1999",99.85018,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2000","2000",99.75404,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2001","2001",98.39519,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2002","2002",97.84344,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2003","2003",98.43686,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2004","2004",98.00944,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2005","2005",99.11071,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2006","2006",99.1678,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2007","2007",99.32043,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2008","2008",99.5163,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2009","2009",99.51385,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2010","2010",98.55385,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2011","2011",99.18425,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2012","2012",97.70576,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2013","2013",94.84576,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2014","2014",95.02352,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2015","2015",97.08238,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KOR","Republic of Korea","2016","2016",96.27046,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","1990","1990",99.70668,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","1991","1991",98.24415,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","1992","1992",99.61949,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","1993","1993",99.7253,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","1994","1994",98.35498,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","1995","1995",99.4822,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","1996","1996",99.57922,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2000","2000",97.02278,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2004","2004",97.92591,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2005","2005",97.96257,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2006","2006",97.77049,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2009","2009",99.19343,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2010","2010",99.31591,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2011","2011",98.8504,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2012","2012",98.94934,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2013","2013",98.8112,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2014","2014",97.94778,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2015","2015",97.00228,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRT","Portugal","2016","2016",96.28771,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","1991","1991",95.21674,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","1992","1992",93.90705,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","1993","1993",97.37528,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","1994","1994",96.82198,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","1995","1995",96.94535,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","1996","1996",97.42242,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","1999","1999",98.84536,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2000","2000",98.783,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2001","2001",98.8592,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2002","2002",98.6013,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2003","2003",97.67993,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2004","2004",95.90416,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2005","2005",95.55666,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2006","2006",95.97223,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2007","2007",96.78342,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2008","2008",97.3639,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2009","2009",97.32787,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2010","2010",97.06525,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2011","2011",97.19343,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2012","2012",97.57825,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2013","2013",97.58627,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2014","2014",97.65069,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2015","2015",98.11708,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEL","Belgium","2016","2016",98.33888,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","1990","1990",64.47058,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","1991","1991",66.97489,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","1994","1994",62.90004,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","1995","1995",71.48478,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","1996","1996",78.78164,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","1997","1997",76.36854,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","1999","1999",85.26468,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2000","2000",83.71451,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2001","2001",86.09915,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2002","2002",88.39821,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2003","2003",86.79078,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2004","2004",89.07012,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2005","2005",88.38041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2006","2006",90.40633,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2007","2007",88.09627,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2008","2008",88.90508,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2014","2014",89.63632,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2015","2015",94.5441,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2016","2016",89.00873,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TGO","Togo","2017","2017",89.96453,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","1998","1998",88.25498,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2000","2000",89.21577,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2001","2001",89.92297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2002","2002",91.53153,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2003","2003",93.55131,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2005","2005",94.59268,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2006","2006",94.93628,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2007","2007",94.44607,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2008","2008",94.71107,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2009","2009",94.63479,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2010","2010",94.45215,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2011","2011",94.21354,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2012","2012",93.48676,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2013","2013",91.04423,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2014","2014",88.84853,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2015","2015",86.45631,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2016","2016",85.28292,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLV","El Salvador","2017","2017",80.97554,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SMR","San Marino","2009","2009",91.99763,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SMR","San Marino","2010","2010",92.20281,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SMR","San Marino","2012","2012",92.70895,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","1990","1990",99.48998,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","1991","1991",99.61612,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2000","2000",99.73203,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2002","2002",99.7387,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2003","2003",99.411,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2004","2004",97.15816,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2005","2005",95.57057,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2006","2006",95.2032,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2007","2007",96.40295,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2008","2008",98.73377,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2009","2009",99.62539,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2010","2010",99.69706,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2011","2011",99.70429,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2012","2012",99.69331,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2013","2013",99.40692,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2014","2014",99.41256,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2015","2015",99.38824,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SWE","Sweden","2016","2016",99.52344,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2006","2006",99.8896,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2007","2007",98.28937,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2008","2008",96.85799,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2009","2009",93.66779,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2010","2010",92.48981,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2011","2011",95.82158,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2012","2012",94.52617,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2013","2013",95.0242,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2014","2014",96.42208,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2015","2015",96.28646,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2016","2016",95.75701,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SRB","Serbia","2017","2017",95.21544,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RWA","Rwanda","1999","1999",81.33112,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RWA","Rwanda","2002","2002",84.06245,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RWA","Rwanda","2003","2003",89.83691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RWA","Rwanda","2016","2016",96.36675,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","RWA","Rwanda","2017","2017",94.25434,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1990","1990",90.8568,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1991","1991",90.63643,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1992","1992",89.13799,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1993","1993",87.16468,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1994","1994",86.44549,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1995","1995",88.57508,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1996","1996",87.16309,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1997","1997",87.61224,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1998","1998",90.80577,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","1999","1999",91.6545,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2000","2000",92.31819,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2001","2001",91.4853,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2002","2002",92.10621,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2003","2003",92.71332,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2004","2004",93.34406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2005","2005",92.46084,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2006","2006",91.70853,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2007","2007",91.82949,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2010","2010",93.20859,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2011","2011",93.54499,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2012","2012",93.84506,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2013","2013",93.3425,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2014","2014",92.29929,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2015","2015",93.34693,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GRC","Greece","2016","2016",92.89371,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","1991","1991",91.24584,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","1992","1992",88.86849,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","1993","1993",87.59521,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","1995","1995",89.29665,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","1996","1996",87.83213,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","2003","2003",89.32735,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","2008","2008",93.56049,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","2009","2009",88.55033,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","2010","2010",91.93767,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","2011","2011",93.84546,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUY","Guyana","2012","2012",92.50528,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","1999","1999",88.37355,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2000","2000",88.1149,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2001","2001",85.48831,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2002","2002",85.31134,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2003","2003",84.44898,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2004","2004",82.17499,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2005","2005",79.69169,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2006","2006",80.19263,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2007","2007",79.55043,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2008","2008",83.66435,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2009","2009",85.29634,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2010","2010",86.70038,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2011","2011",87.17446,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2012","2012",90.60085,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2013","2013",90.60432,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2014","2014",91.08497,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2015","2015",90.23964,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2016","2016",90.44505,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PSE","Palestine","2017","2017",91.73011,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BMU","Bermuda","2011","2011",85.93496,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BMU","Bermuda","2012","2012",85.34694,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","1990","1990",97.60318,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","1992","1992",89.73367,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","1999","1999",97.1248,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2000","2000",95.49661,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2001","2001",94.59061,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2002","2002",91.90072,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2003","2003",91.59615,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2004","2004",90.46789,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2005","2005",90.24717,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2006","2006",92.06071,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2007","2007",94.78679,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2008","2008",96.80121,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2009","2009",93.79756,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2010","2010",95.05852,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2011","2011",93.57265,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2014","2014",91.02649,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2015","2015",90.92527,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2016","2016",90.81815,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRB","Barbados","2017","2017",89.17957,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","1999","1999",40.78475,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","2003","2003",57.89996,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","2004","2004",61.31101,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","2005","2005",65.11551,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","2008","2008",68.38145,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","2010","2010",72.60289,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","2012","2012",76.19234,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","2013","2013",77.48098,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","YEM","Yemen","2016","2016",77.73006,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1990","1990",97.1773,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1991","1991",92.62251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1993","1993",92.76294,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1994","1994",93.73893,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1995","1995",94.68318,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1996","1996",96.98175,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1997","1997",97.90364,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1998","1998",95.79899,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1999","1999",92.75756,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2000","2000",93.22731,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2001","2001",92.75219,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2002","2002",94.33415,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2003","2003",93.72392,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2004","2004",94.39046,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2005","2005",96.02008,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2006","2006",96.03757,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2007","2007",96.51416,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2008","2008",96.67807,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2009","2009",96.58662,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2010","2010",96.50869,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2011","2011",96.47936,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2012","2012",93.6623,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2013","2013",96.03009,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2014","2014",96.16469,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2015","2015",96.13651,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2016","2016",94.94084,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2017","2017",95.8075,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","1990","1990",73.97164,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","1991","1991",72.06874,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2008","2008",85.15393,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2009","2009",87.73493,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2011","2011",91.0913,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2012","2012",91.43067,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2014","2014",91.73318,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2016","2016",95.27402,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2017","2017",95.20049,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1990","1990",79.08176,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1991","1991",81.15881,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1992","1992",82.70169,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1993","1993",82.78002,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1994","1994",83.3055,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1995","1995",83.90553,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1996","1996",83.97017,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1997","1997",83.86198,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","1999","1999",86.26677,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2000","2000",87.43999,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2001","2001",89.48557,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2002","2002",90.72711,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2003","2003",91.13937,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2004","2004",91.69948,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2005","2005",91.90365,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2006","2006",91.96761,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2007","2007",94.25984,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2008","2008",95.44857,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DZA","Algeria","2016","2016",96.61838,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","1991","1991",91.48133,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","1992","1992",93.60206,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","1993","1993",94.26396,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","1994","1994",92.68579,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","1995","1995",92.16157,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","1996","1996",91.52223,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","1997","1997",91.7742,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","2005","2005",97.46655,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","2007","2007",97.79119,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","2008","2008",99.15295,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","2009","2009",99.45804,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","2013","2013",99.32629,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","2014","2014",94.25184,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","2015","2015",97.28563,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","URY","Uruguay","2016","2016",98.06324,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRI","Puerto Rico","2010","2010",84.25121,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRI","Puerto Rico","2011","2011",77.49066,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRI","Puerto Rico","2012","2012",78.12778,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRI","Puerto Rico","2013","2013",78.66886,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRI","Puerto Rico","2014","2014",78.70737,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRI","Puerto Rico","2015","2015",77.13327,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRI","Puerto Rico","2016","2016",72.23696,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1990","1990",78.78041,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1991","1991",79.15071,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1992","1992",77.19921,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1993","1993",97.66881,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1994","1994",96.77906,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1995","1995",96.13147,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1996","1996",95.85717,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1997","1997",96.37603,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","1999","1999",95.36523,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2000","2000",95.51144,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2001","2001",95.28583,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2002","2002",96.13101,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2003","2003",96.31868,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2004","2004",95.95348,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2005","2005",99.43539,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2006","2006",99.22205,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2007","2007",98.93753,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2008","2008",98.41311,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2009","2009",98.44579,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2010","2010",99.11941,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2011","2011",98.67072,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2012","2012",98.08758,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2013","2013",97.70888,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2014","2014",97.58037,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CYP","Cyprus","2015","2015",97.67327,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","1990","1990",94.74795,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","1991","1991",93.89954,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","1992","1992",92.86409,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","1993","1993",91.77015,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","1994","1994",92.09751,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","1995","1995",91.758,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","1996","1996",91.29368,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","1997","1997",91.21586,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2001","2001",91.29025,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2002","2002",90.83541,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2003","2003",89.74302,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2004","2004",88.79789,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2005","2005",87.42257,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2006","2006",90.24896,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2007","2007",92.01232,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2008","2008",92.60284,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2009","2009",93.45853,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2010","2010",95.5443,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2011","2011",96.59955,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2012","2012",93.57105,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2013","2013",90.51213,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2014","2014",88.27731,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2016","2016",88.16505,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IDN","Indonesia","2017","2017",89.14533,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MHL","Marshall Islands","2002","2002",96.61563,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MHL","Marshall Islands","2015","2015",75.31896,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MHL","Marshall Islands","2016","2016",74.67277,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1990","1990",88.69694,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1991","1991",90.16681,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1992","1992",91.03742,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1993","1993",92.4151,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1994","1994",92.82437,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1995","1995",93.62856,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1996","1996",92.91265,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1997","1997",92.31841,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","1999","1999",92.22892,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","2000","2000",94.15034,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","2001","2001",96.45496,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","2005","2005",98.66198,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","2006","2006",97.27552,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","2007","2007",95.871,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","2008","2008",95.88728,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUN","Tunisia","2009","2009",97.17556,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1990","1990",55.88629,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1991","1991",55.53347,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1992","1992",56.03092,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1993","1993",58.1493,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1994","1994",60.74484,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1995","1995",63.52226,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1996","1996",65.78476,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1997","1997",67.31717,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1998","1998",66.53842,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","1999","1999",71.34066,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2000","2000",76.1609,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2001","2001",80.1016,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2002","2002",84.31403,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2003","2003",85.65328,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2004","2004",85.5788,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2005","2005",86.63584,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2006","2006",87.91582,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2007","2007",89.21281,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2008","2008",89.78472,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2009","2009",89.45801,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2010","2010",92.16627,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2011","2011",93.03097,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2012","2012",92.25569,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2013","2013",92.94287,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2014","2014",93.02251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2016","2016",94.49711,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAR","Morocco","2017","2017",96.80065,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1990","1990",93.76364,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1991","1991",94.6117,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1992","1992",90.77812,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1993","1993",89.03987,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1994","1994",87.49572,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1995","1995",87.78618,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1996","1996",85.13581,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1997","1997",81.6221,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1998","1998",78.95248,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2007","2007",86.59347,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2012","2012",88.33721,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2013","2013",88.16953,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2014","2014",90.69078,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2015","2015",93.89895,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2016","2016",93.64017,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1990","1990",94.73268,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1991","1991",95.76462,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1992","1992",96.16342,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1993","1993",96.2082,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1994","1994",96.43585,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1995","1995",96.46909,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1996","1996",96.37966,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1997","1997",95.57886,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1998","1998",94.04381,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1999","1999",93.53938,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2000","2000",93.86,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2001","2001",94.56479,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2002","2002",94.88375,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2003","2003",91.70451,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2004","2004",92.51626,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2005","2005",92.57365,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2006","2006",89.91344,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2007","2007",91.00062,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2008","2008",91.73821,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2009","2009",92.78223,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2010","2010",92.94095,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2013","2013",63.24472,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHN","China","1991","1991",93.22355,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHN","China","1992","1992",92.07016,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHN","China","1993","1993",90.93328,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHN","China","1994","1994",89.64252,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHN","China","1995","1995",88.59098,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHN","China","1996","1996",88.1048,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHN","China","1997","1997",88.18124,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1990","1990",99.78903,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",98.11963,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.59141,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",99.90546,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",99.9437,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",99.94839,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2001","2001",99.93998,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.74833,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.90733,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",98.0383,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",98.78209,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",98.34721,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",96.49477,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",98.65717,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",97.98403,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.19078,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.35767,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.61809,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2013","2013",99.89137,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2014","2014",99.908,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2015","2015",99.94197,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.72931,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LIE","Liechtenstein","2014","2014",91.24473,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","1994","1994",90.9573,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","1997","1997",90.40506,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","1999","1999",86.4483,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2000","2000",86.19091,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2001","2001",87.20427,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2002","2002",88.37194,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2003","2003",90.19055,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2004","2004",91.97494,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2012","2012",96.65925,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2014","2014",95.4777,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2016","2016",96.98644,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EGY","Egypt","2017","2017",96.49438,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNB","Guinea-Bissau","2000","2000",47.47665,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GNB","Guinea-Bissau","2010","2010",70.89002,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","1996","1996",79.47675,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","1997","1997",87.70647,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","1998","1998",87.11309,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","1999","1999",87.55676,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2000","2000",88.14114,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2001","2001",89.13007,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2002","2002",89.92674,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2003","2003",89.28108,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2004","2004",89.37713,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2005","2005",90.27901,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2006","2006",91.36104,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2007","2007",90.47976,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2008","2008",91.84283,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2009","2009",92.37298,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2010","2010",92.39549,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2011","2011",91.76553,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2012","2012",91.12995,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2013","2013",91.26253,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2014","2014",91.56977,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2015","2015",91.76814,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HUN","Hungary","2016","2016",91.95528,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","1990","1990",86.83919,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","1999","1999",92.79858,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2000","2000",94.68661,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2001","2001",95.82107,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2002","2002",97.73853,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2004","2004",97.54206,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2005","2005",96.96851,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2006","2006",97.62022,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2007","2007",97.4211,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2008","2008",96.27913,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2009","2009",93.3859,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2010","2010",94.7872,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2011","2011",94.0313,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2012","2012",93.36535,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2013","2013",92.50454,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2014","2014",90.24682,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAN","Panama","2015","2015",86.92034,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",91.7936,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",92.47391,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",94.77249,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",94.48957,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",95.13195,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",95.06189,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",98.09739,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",97.8904,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","1990","1990",27.08335,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","1992","1992",32.99804,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","1993","1993",36.29644,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","1994","1994",38.66781,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","1995","1995",41.25013,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","1996","1996",43.90907,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","1997","1997",47.59339,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","2006","2006",76.69552,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","2008","2008",83.58132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEN","Benin","2011","2011",89.61656,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","1999","1999",99.81857,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2000","2000",99.33632,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2001","2001",99.24519,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2002","2002",98.93209,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2003","2003",98.43108,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2004","2004",98.63642,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2005","2005",98.61365,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2006","2006",98.39464,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2007","2007",98.30929,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2008","2008",97.67764,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2009","2009",97.31409,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2010","2010",97.57699,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2011","2011",97.76933,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2012","2012",97.93451,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2013","2013",98.43642,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2014","2014",98.61822,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2015","2015",98.69239,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DEU","Germany","2016","2016",98.82815,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","1992","1992",88.23497,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","1993","1993",88.00443,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","1999","1999",91.58607,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","2004","2004",93.19399,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","2005","2005",97.22708,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","2006","2006",95.47313,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","2008","2008",97.25889,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","2009","2009",93.21747,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHS","Bahamas","2016","2016",84.98541,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","1999","1999",80.42145,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2002","2002",92.49467,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2003","2003",96.18053,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2005","2005",94.3761,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2007","2007",90.22971,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2008","2008",90.50412,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2009","2009",92.83456,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2010","2010",92.28897,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2013","2013",91.04991,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2014","2014",90.61954,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2015","2015",89.32236,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2017","2017",95.71736,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","1999","1999",93.95755,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2008","2008",96.06032,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2009","2009",96.75487,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2010","2010",97.18449,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2011","2011",97.30311,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2012","2012",96.50816,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2013","2013",96.11791,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2014","2014",95.80158,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2015","2015",95.83711,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2016","2016",96.00429,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LVA","Latvia","2017","2017",96.30354,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","1999","1999",95.21771,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2000","2000",94.96108,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2001","2001",95.71252,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2002","2002",95.96309,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2003","2003",94.65983,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2004","2004",95.34135,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2005","2005",95.81064,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2006","2006",96.0896,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2007","2007",96.26812,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2008","2008",95.21607,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2010","2010",91.84762,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2011","2011",91.07523,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2012","2012",92.61599,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2013","2013",91.84269,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2014","2014",92.77275,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2015","2015",94.38947,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LUX","Luxembourg","2016","2016",95.44583,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","THA","Thailand","2006","2006",98.03986,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","THA","Thailand","2007","2007",97.62485,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","THA","Thailand","2008","2008",97.16725,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","THA","Thailand","2009","2009",97.7911,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PLW","Palau","2013","2013",99.11504,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PLW","Palau","2014","2014",99.05886,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","1991","1991",98.06854,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","1994","1994",99.20162,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2005","2005",98.40283,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2006","2006",98.30373,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2009","2009",99.08946,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2010","2010",99.21911,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2011","2011",98.93093,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2012","2012",98.97982,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2013","2013",98.78222,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2014","2014",98.08079,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2015","2015",97.18005,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRT","Portugal","2016","2016",96.52652,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","1999","1999",97.71143,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2000","2000",97.98574,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2001","2001",98.16349,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2002","2002",97.79331,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2003","2003",97.92658,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2004","2004",97.34793,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2005","2005",97.15986,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2006","2006",96.56147,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2007","2007",96.80703,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2008","2008",96.81256,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2009","2009",96.59262,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2010","2010",96.50774,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2011","2011",96.19327,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2012","2012",96.79926,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2013","2013",96.42369,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2014","2014",96.249,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2015","2015",96.67284,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2016","2016",96.02923,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISR","Israel","2017","2017",96.37869,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","1991","1991",96.53405,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","1992","1992",95.09398,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","1993","1993",97.66637,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","1994","1994",97.04167,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","1995","1995",97.07828,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","1996","1996",97.5397,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","1999","1999",98.89581,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2000","2000",98.89887,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2001","2001",98.94338,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2002","2002",98.67874,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2003","2003",97.71071,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2004","2004",96.10918,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2005","2005",95.74554,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2006","2006",96.05934,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2007","2007",96.98121,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2008","2008",97.56332,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2009","2009",97.48146,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2010","2010",97.2544,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2011","2011",97.38063,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2012","2012",97.69564,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2013","2013",97.70415,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2014","2014",97.64384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2015","2015",98.06468,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEL","Belgium","2016","2016",98.29369,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",83.58384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",85.76388,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",88.279,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",91.27837,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",89.97727,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",90.20992,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",89.34267,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",89.53716,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",90.75907,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",88.82091,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",90.77588,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",91.25748,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",91.56217,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",91.53881,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",90.8003,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",90.34334,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",89.47714,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",86.68775,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",83.99457,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","1990","1990",99.81221,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","1991","1991",99.29792,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","1992","1992",98.95105,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","1994","1994",99.5151,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","1995","1995",99.75921,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","2013","2013",98.63699,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","2014","2014",98.28512,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","2015","2015",98.79994,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JPN","Japan","2016","2016",98.23516,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2003","2003",97.35605,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2005","2005",97.99054,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2006","2006",98.97026,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2007","2007",96.44988,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2008","2008",96.34335,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2011","2011",91.25373,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2012","2012",95.67636,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2015","2015",94.27581,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2016","2016",94.78608,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNE","Montenegro","2017","2017",96.18328,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2000","2000",85.96725,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2001","2001",88.60025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2002","2002",90.42436,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2003","2003",91.29438,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2004","2004",92.02275,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2005","2005",90.6792,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2006","2006",89.12797,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2007","2007",88.83818,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2008","2008",90.1901,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2009","2009",89.47243,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2010","2010",89.44827,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2011","2011",87.95225,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2012","2012",86.31576,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2013","2013",86.14689,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2014","2014",86.51714,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2015","2015",86.30988,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2016","2016",87.36682,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2017","2017",86.24479,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2018","2018",87.58619,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","1994","1994",84.93433,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","1997","1997",85.76128,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","1999","1999",83.92057,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2000","2000",84.0501,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2001","2001",85.42745,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2002","2002",86.93293,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2003","2003",88.98307,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2004","2004",91.2212,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2005","2005",90.24205,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2006","2006",90.28288,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2007","2007",95.34037,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2009","2009",95.98267,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2010","2010",97.16349,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2011","2011",93.17767,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2012","2012",96.87069,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2014","2014",95.82694,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2016","2016",97.45082,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EGY","Egypt","2017","2017",97.01772,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","1998","1998",94.995,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","1999","1999",93.60429,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2000","2000",95.59408,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2001","2001",95.6725,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2002","2002",95.3632,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2003","2003",95.39212,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2004","2004",95.2882,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2005","2005",95.6621,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2006","2006",96.12148,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2007","2007",95.75565,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2008","2008",95.10085,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2009","2009",95.73237,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2010","2010",96.32562,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2011","2011",96.76184,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2012","2012",97.34555,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2013","2013",97.93533,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2014","2014",98.15362,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2015","2015",98.16962,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2016","2016",98.28579,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","1990","1990",98.96709,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","1991","1991",98.67435,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","1993","1993",96.65415,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","1994","1994",96.42522,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","1995","1995",97.13515,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","1996","1996",96.14632,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","1999","1999",94.81205,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2000","2000",95.04246,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2001","2001",95.99229,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2002","2002",94.90525,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2003","2003",95.8101,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2004","2004",95.13673,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2005","2005",95.49928,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2006","2006",96.26068,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2007","2007",96.439,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2008","2008",96.5427,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2009","2009",95.53072,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2010","2010",93.51886,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2011","2011",93.06796,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2012","2012",92.63905,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2013","2013",92.74006,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2014","2014",93.57871,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2015","2015",94.31605,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","USA","United States of America","2016","2016",94.85693,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","1999","1999",88.48612,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2000","2000",88.31474,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2001","2001",85.16333,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2002","2002",85.27145,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2003","2003",84.55122,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2004","2004",82.33446,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2005","2005",80.1356,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2006","2006",80.18004,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2007","2007",79.41779,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2008","2008",83.68466,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2009","2009",85.57303,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2010","2010",87.64672,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2011","2011",87.54388,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2012","2012",91.01097,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2013","2013",89.94986,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2014","2014",90.88068,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2015","2015",89.75434,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2016","2016",90.05628,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PSE","Palestine","2017","2017",91.85345,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2000","2000",93.20687,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2001","2001",94.44122,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2002","2002",91.74817,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2003","2003",93.58867,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2004","2004",92.11263,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2005","2005",91.48184,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2006","2006",91.71587,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2008","2008",92.03689,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2009","2009",90.94468,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MMR","Myanmar","2010","2010",90.07306,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","1990","1990",96.00354,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","1991","1991",96.16026,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","1992","1992",95.95493,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","1993","1993",96.21948,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","1994","1994",95.20374,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","1995","1995",95.59254,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","1996","1996",98.48476,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","1997","1997",99.7832,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","2011","2011",99.0038,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","2012","2012",98.09892,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","2013","2013",99.66078,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","2014","2014",99.66672,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MLT","Malta","2015","2015",99.71539,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2005","2005",82.63445,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2006","2006",84.28442,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2007","2007",82.68135,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2008","2008",87.86625,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2009","2009",90.67602,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2010","2010",88.70672,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2011","2011",87.28989,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2012","2012",88.42882,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2013","2013",88.56184,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2014","2014",87.92919,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2015","2015",90.47991,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2016","2016",91.7164,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SUR","Suriname","2017","2017",88.42565,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","1990","1990",65.93499,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","1991","1991",68.87708,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","1992","1992",71.80168,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","1993","1993",72.69513,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","1994","1994",73.69036,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","1995","1995",71.79015,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","1999","1999",78.11521,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","2000","2000",80.81805,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","2001","2001",84.38003,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","2002","2002",91.46342,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","2006","2006",95.93807,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","2007","2007",95.57479,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NIC","Nicaragua","2010","2010",95.91381,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CMR","Cameroon","1990","1990",79.04707,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CMR","Cameroon","1991","1991",76.89053,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CMR","Cameroon","2011","2011",96.91935,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CMR","Cameroon","2012","2012",96.92902,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CMR","Cameroon","2014","2014",96.59774,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CMR","Cameroon","2016","2016",99.46488,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CMR","Cameroon","2017","2017",99.3882,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VUT","Vanuatu","1999","1999",96.5645,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VUT","Vanuatu","2004","2004",95.98375,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VUT","Vanuatu","2015","2015",87.0909,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","1990","1990",22.88507,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","1991","1991",23.46911,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","1992","1992",21.40978,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","1997","1997",24.05182,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","1998","1998",24.39038,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","1999","1999",25.94838,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2000","2000",26.79922,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2001","2001",30.31766,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2002","2002",33.7799,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2003","2003",37.49844,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2004","2004",40.97766,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2005","2005",41.31145,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2006","2006",42.03829,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2007","2007",43.29223,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2008","2008",47.28675,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2009","2009",51.06116,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2010","2010",54.03433,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2011","2011",58.69271,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2012","2012",60.49816,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2013","2013",61.01046,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2014","2014",60.31954,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2015","2015",61.81764,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2016","2016",63.79476,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NER","Niger","2017","2017",65.44571,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2000","2000",91.17327,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2001","2001",92.47719,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2002","2002",90.94118,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2003","2003",92.92707,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2004","2004",91.46523,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2005","2005",91.52601,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2006","2006",90.62948,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2008","2008",91.35499,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2009","2009",89.33432,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MMR","Myanmar","2010","2010",89.07251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","1999","1999",43.96487,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2002","2002",51.49721,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2003","2003",51.47005,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2004","2004",51.48701,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2005","2005",56.52608,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2006","2006",57.84795,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2007","2007",59.99846,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2009","2009",63.58622,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2010","2010",64.19207,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2011","2011",64.78903,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2012","2012",62.76459,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2013","2013",58.56025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2014","2014",59.21675,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2015","2015",55.57581,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2016","2016",56.91351,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLI","Mali","2017","2017",61.20683,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",97.87227,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.42499,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",99.96173,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",99.91154,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",99.9152,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.68276,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.8234,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",97.96763,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",98.7807,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",98.10596,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",96.25993,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",98.70082,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",98.04107,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.21353,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.31214,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.63424,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.79752,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1991","1991",68.73619,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1992","1992",66.2869,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1993","1993",64.85164,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1994","1994",67.04303,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1995","1995",79.65052,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1999","1999",37.72207,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","1990","1990",97.53591,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","1991","1991",98.1948,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","1992","1992",97.5219,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","1993","1993",97.08281,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","1994","1994",98.79416,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","1995","1995",98.11558,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","1996","1996",98.205,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","1999","1999",97.62657,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2000","2000",97.07394,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2004","2004",97.33199,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2005","2005",95.14314,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2006","2006",95.34737,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2007","2007",95.91487,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2008","2008",94.9377,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2009","2009",95.00177,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2010","2010",94.9838,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2011","2011",97.01338,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2012","2012",97.57625,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2013","2013",98.08096,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2014","2014",97.80233,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2015","2015",98.25599,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DNK","Denmark","2016","2016",98.48842,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1990","1990",96.98306,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1991","1991",96.7172,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1992","1992",97.10957,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1993","1993",96.99104,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1994","1994",96.5774,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1995","1995",96.42216,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1996","1996",96.16098,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1997","1997",95.7431,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1998","1998",95.94581,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","1999","1999",96.70884,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2000","2000",97.19717,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2001","2001",97.54978,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2002","2002",97.30156,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2003","2003",97.39897,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2004","2004",96.94505,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2005","2005",95.93697,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2006","2006",95.02738,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2007","2007",94.91156,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2008","2008",94.91364,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2009","2009",95.45242,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2010","2010",96.2318,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2011","2011",97.03152,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2012","2012",97.32732,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2013","2013",96.9279,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2014","2014",96.20532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2015","2015",95.63589,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2016","2016",95.47095,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MEX","Mexico","2017","2017",95.25063,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","1999","1999",95.09424,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2008","2008",96.19384,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2009","2009",96.6743,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2010","2010",96.99663,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2011","2011",97.15816,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2012","2012",96.28753,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2013","2013",95.73789,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2014","2014",95.3328,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2015","2015",95.34266,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2016","2016",95.53726,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LVA","Latvia","2017","2017",95.80282,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","1996","1996",77.3068,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","1997","1997",86.24865,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","1998","1998",86.4055,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","1999","1999",86.7008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2000","2000",87.47225,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2001","2001",88.03083,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2002","2002",88.32646,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2003","2003",87.92793,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2004","2004",87.92536,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2005","2005",88.39467,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2006","2006",89.80289,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2007","2007",88.90937,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2008","2008",90.46747,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2009","2009",91.42088,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2010","2010",91.68321,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2011","2011",91.11268,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2012","2012",90.37845,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2013","2013",90.20384,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2014","2014",90.5058,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2015","2015",90.63482,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HUN","Hungary","2016","2016",90.79703,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","1998","1998",56.61575,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","1999","1999",57.11938,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2000","2000",59.45392,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2001","2001",62.48366,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2005","2005",69.49725,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2006","2006",72.91224,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2008","2008",77.54924,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2009","2009",81.82467,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2010","2010",83.42718,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2011","2011",84.46634,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2012","2012",86.23915,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2013","2013",83.81292,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2015","2015",81.85137,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2016","2016",80.37812,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BTN","Bhutan","2017","2017",79.59978,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","1990","1990",23.58978,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","1992","1992",24.37232,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","1993","1993",23.06435,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","1994","1994",23.8739,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","1995","1995",24.90626,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","1996","1996",24.44266,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","1997","1997",23.48853,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","1999","1999",22.5559,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2000","2000",23.25313,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2001","2001",25.60383,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2002","2002",27.17433,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2004","2004",30.82222,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2005","2005",32.55721,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2006","2006",35.5255,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2007","2007",38.43609,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2008","2008",44.06901,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2009","2009",43.44888,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2011","2011",50.76895,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2013","2013",50.92823,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2014","2014",52.27706,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2015","2015",52.29536,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2016","2016",49.41255,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2017","2017",51.89315,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DJI","Djibouti","2018","2018",53.48769,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","1994","1994",62.4378,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2000","2000",57.82138,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2001","2001",66.55668,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2002","2002",64.04709,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2003","2003",62.42656,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2008","2008",46.38591,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2009","2009",45.44787,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2010","2010",44.90545,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2011","2011",45.22576,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2012","2012",46.53468,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2015","2015",43.82365,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1993","1993",78.04316,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1996","1996",75.70481,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1999","1999",89.65531,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2000","2000",88.55311,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2003","2003",94.25937,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2004","2004",92.99399,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2007","2007",92.32209,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","1990","1990",93.78145,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","1991","1991",95.69563,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","1992","1992",96.72569,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","1993","1993",97.07143,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","1994","1994",91.90857,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","1996","1996",94.82456,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","1999","1999",96.58996,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2000","2000",97.07287,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2001","2001",97.16172,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2002","2002",95.47538,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2003","2003",94.78218,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2004","2004",94.0278,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2005","2005",94.55238,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2006","2006",92.89526,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2007","2007",91.23809,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2008","2008",89.86938,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2009","2009",88.88127,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2010","2010",89.23303,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2011","2011",89.12134,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRY","Paraguay","2012","2012",88.75787,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","1992","1992",53.70136,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","1993","1993",56.99915,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","1996","1996",66.01329,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","1998","1998",68.50123,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","1999","1999",78.83793,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2000","2000",74.91566,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2001","2001",74.635,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2002","2002",72.43796,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2003","2003",73.64885,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2004","2004",72.82352,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2005","2005",69.20397,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2006","2006",73.30795,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2007","2007",71.03829,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2008","2008",66.62877,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2010","2010",65.14006,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2011","2011",66.2004,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2012","2012",67.33936,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2013","2013",64.98472,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2014","2014",67.14621,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2015","2015",69.94999,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2016","2016",71.40556,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2017","2017",73.84324,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GMB","Gambia","2018","2018",74.71382,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","1995","1995",87.58099,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2001","2001",95.5913,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2002","2002",92.53763,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2003","2003",93.07195,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2004","2004",91.5401,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2005","2005",89.61026,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2006","2006",89.71197,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2007","2007",89.59104,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2009","2009",91.51511,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2010","2010",91.04868,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2011","2011",90.70105,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2012","2012",93.9803,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2013","2013",92.91008,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2014","2014",93.10245,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2015","2015",94.34542,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2016","2016",96.14982,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BLR","Belarus","2017","2017",95.70099,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","1990","1990",96.68877,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","1999","1999",81.40473,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2002","2002",94.90915,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2003","2003",97.59384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2004","2004",97.30688,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2005","2005",95.65308,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2007","2007",89.56426,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2008","2008",90.19521,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2009","2009",91.21769,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2010","2010",91.3375,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2013","2013",90.84293,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2014","2014",90.96038,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2015","2015",90.60356,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2017","2017",96.07663,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLE","Sierra Leone","2012","2012",92.55818,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLE","Sierra Leone","2013","2013",96.61117,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLE","Sierra Leone","2015","2015",92.20264,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLE","Sierra Leone","2016","2016",98.06631,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LIE","Liechtenstein","2014","2014",90.11815,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHN","China","1990","1990",96.87189,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHN","China","1991","1991",96.20087,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHN","China","1992","1992",94.75524,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHN","China","1993","1993",93.38945,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHN","China","1994","1994",91.82241,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHN","China","1995","1995",90.31195,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHN","China","1996","1996",89.44419,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHN","China","1997","1997",89.13662,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CRI","Costa Rica","1990","1990",87.51965,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CRI","Costa Rica","1991","1991",87.9215,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CRI","Costa Rica","2011","2011",98.34842,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CRI","Costa Rica","2012","2012",98.4456,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CRI","Costa Rica","2013","2013",97.29784,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CRI","Costa Rica","2014","2014",96.15737,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CRI","Costa Rica","2015","2015",96.406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CRI","Costa Rica","2016","2016",96.57623,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","1991","1991",91.87291,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","1992","1992",89.6701,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","1993","1993",88.12434,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","1995","1995",89.96545,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","1996","1996",88.43708,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","2003","2003",89.41589,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","2008","2008",93.39083,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","2009","2009",88.64668,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","2010","2010",91.88929,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","2011","2011",93.46806,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUY","Guyana","2012","2012",91.5049,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2000","2000",91.17248,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2001","2001",90.57166,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2002","2002",94.23535,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2003","2003",94.72996,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2004","2004",94.8823,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2005","2005",95.46071,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2006","2006",94.74361,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2007","2007",93.80729,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2008","2008",96.16294,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2009","2009",96.20555,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2010","2010",96.69998,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2011","2011",96.03656,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2012","2012",96.58432,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2013","2013",96.56877,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2014","2014",94.75431,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2015","2015",93.70517,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2016","2016",93.65865,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TJK","Tajikistan","2017","2017",97.02689,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1990","1990",88.16025,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1992","1992",93.39816,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1997","1997",91.14893,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1999","1999",83.68194,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2000","2000",83.30799,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2002","2002",91.23779,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2003","2003",91.04643,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2004","2004",94.21995,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2005","2005",94.41782,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2007","2007",99.19137,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","1990","1990",86.66848,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","1991","1991",81.44421,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","1992","1992",78.83427,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","1993","1993",76.61596,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","1994","1994",80.98975,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","1999","1999",92.33582,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2000","2000",94.52487,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2001","2001",89.51726,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2002","2002",94.26894,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2003","2003",99.20614,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2004","2004",95.44526,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2006","2006",85.96998,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2007","2007",93.18194,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2009","2009",91.29798,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2010","2010",90.26656,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2011","2011",93.90091,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2012","2012",90.97662,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2013","2013",87.12474,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2014","2014",88.23981,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2015","2015",91.69783,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2016","2016",93.89702,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","QAT","Qatar","2017","2017",94.79791,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SMR","San Marino","2009","2009",91.1236,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SMR","San Marino","2012","2012",93.09211,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","1999","1999",61.38657,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2000","2000",64.96193,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2001","2001",59.56394,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2002","2002",62.01333,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2003","2003",61.44948,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2005","2005",65.26891,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2006","2006",64.21188,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2007","2007",69.43752,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2008","2008",74.51638,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2009","2009",73.40723,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2011","2011",81.61642,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2012","2012",80.3924,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2013","2013",85.84845,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2014","2014",87.63908,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2015","2015",89.53883,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2016","2016",86.17177,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2017","2017",84.58904,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GHA","Ghana","2018","2018",83.58567,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1990","1990",99.19793,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1994","1994",99.12538,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1998","1998",99.79687,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2000","2000",99.09125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2001","2001",98.34112,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2002","2002",97.39074,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2003","2003",96.71528,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2004","2004",94.66933,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2005","2005",93.8241,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2006","2006",92.92523,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2007","2007",91.31402,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2008","2008",89.55018,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2009","2009",88.23353,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2010","2010",87.24125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2011","2011",86.32194,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2012","2012",86.95024,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2013","2013",86.64972,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2014","2014",86.88752,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2015","2015",86.90756,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2016","2016",86.16222,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2017","2017",86.20393,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","1999","1999",56.2704,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","2000","2000",59.14799,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","2004","2004",61.47088,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","2005","2005",62.11082,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","2006","2006",63.23736,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","2007","2007",62.68057,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","2008","2008",56.71834,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","2009","2009",57.84093,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NGA","Nigeria","2010","2010",58.07134,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1992","1992",53.70891,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1993","1993",58.07304,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1994","1994",61.55954,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1996","1996",64.43769,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1997","1997",67.12213,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1998","1998",70.3735,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1999","1999",71.36516,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2000","2000",72.24403,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2001","2001",71.86952,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2002","2002",72.97132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2003","2003",75.58479,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2004","2004",76.83056,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2005","2005",78.3412,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2006","2006",79.8417,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2007","2007",82.71516,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2008","2008",85.55738,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2009","2009",88.49116,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2010","2010",93.16673,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2011","2011",93.59471,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2012","2012",93.65615,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2013","2013",95.81187,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2014","2014",96.38638,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2015","2015",95.0346,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2016","2016",93.98029,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2017","2017",92.82117,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","1998","1998",95.42701,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","1999","1999",94.27882,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2000","2000",95.62053,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2001","2001",96.16375,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2002","2002",95.83879,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2003","2003",95.58882,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2004","2004",95.653,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2005","2005",95.90011,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2006","2006",96.39449,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2007","2007",96.06509,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2008","2008",95.67018,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2009","2009",96.30531,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2010","2010",96.85839,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2011","2011",97.32289,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2012","2012",97.67847,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2013","2013",98.18292,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2014","2014",98.409,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2015","2015",98.43324,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LTU","Lithuania","2016","2016",98.53078,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","1991","1991",72.77757,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","1999","1999",94.20214,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2000","2000",94.48171,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2001","2001",93.74045,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2002","2002",93.91291,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2004","2004",95.58418,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2005","2005",94.12797,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2006","2006",92.66972,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2007","2007",92.0091,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2008","2008",92.35396,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2009","2009",92.84578,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2010","2010",93.02001,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2011","2011",93.58402,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2012","2012",91.09977,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2013","2013",90.27346,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2014","2014",89.74008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2015","2015",90.57834,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2016","2016",91.23747,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COL","Colombia","2017","2017",91.36877,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","1990","1990",98.64874,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","1991","1991",98.65077,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","1993","1993",96.71166,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","1994","1994",96.07854,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","1995","1995",97.03785,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","1996","1996",95.92057,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","1999","1999",94.8386,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2000","2000",95.00587,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2001","2001",95.2763,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2002","2002",94.32256,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2003","2003",95.24848,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2004","2004",94.53717,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2005","2005",94.85914,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2006","2006",95.38113,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2007","2007",95.97826,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2008","2008",96.13058,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2009","2009",94.70087,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2010","2010",93.37426,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2011","2011",92.44255,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2012","2012",92.79303,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2013","2013",92.80851,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2014","2014",93.2305,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2015","2015",93.8973,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","USA","United States of America","2016","2016",95.07325,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2001","2001",99.72571,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2002","2002",99.92471,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2003","2003",99.61741,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2004","2004",96.84834,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2005","2005",97.25333,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2006","2006",96.60624,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2007","2007",96.25136,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2008","2008",95.5494,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2009","2009",93.24504,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2010","2010",94.92993,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2011","2011",95.0762,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2012","2012",95.35008,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2013","2013",96.35183,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2014","2014",97.15061,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2015","2015",98.9374,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2016","2016",98.92303,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2017","2017",99.11166,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","1994","1994",97.34734,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","1996","1996",97.56241,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","1997","1997",98.11555,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","1998","1998",99.75811,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2003","2003",99.17396,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2004","2004",97.65993,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2005","2005",97.88858,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2006","2006",97.65522,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2007","2007",97.74163,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2008","2008",98.81903,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2010","2010",98.92409,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2011","2011",98.53826,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2012","2012",97.98432,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2013","2013",98.3794,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2014","2014",98.58564,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2015","2015",98.60838,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ISL","Iceland","2016","2016",99.53291,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1991","1991",89.87158,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1992","1992",91.67718,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1993","1993",94.31401,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1994","1994",94.43433,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1995","1995",98.00096,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2009","2009",93.24938,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2012","2012",92.61258,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2013","2013",93.67253,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2014","2014",92.33369,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2015","2015",92.26431,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2016","2016",93.68211,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2017","2017",93.79535,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1991","1991",61.42882,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1992","1992",59.73188,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1993","1993",58.68065,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1994","1994",59.86127,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1995","1995",67.83578,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1999","1999",36.81181,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","1994","1994",42.83884,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","1995","1995",48.85518,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","1996","1996",52.98639,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","1998","1998",58.16882,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","1999","1999",58.22673,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2000","2000",58.38286,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2001","2001",61.37538,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2002","2002",61.4496,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2003","2003",64.73855,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2004","2004",72.13677,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2005","2005",71.07179,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2006","2006",73.44354,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2007","2007",74.49806,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2008","2008",71.60888,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2009","2009",70.73028,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2010","2010",71.14693,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2011","2011",71.72784,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2012","2012",71.13901,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2013","2013",73.75427,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2014","2014",75.56537,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2016","2016",72.71342,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MRT","Mauritania","2017","2017",77.62229,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MWI","Malawi","1999","1999",96.52304,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MWI","Malawi","2004","2004",94.75362,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MWI","Malawi","2005","2005",94.36091,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MWI","Malawi","2006","2006",92.34618,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MWI","Malawi","2007","2007",87.59706,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MWI","Malawi","2008","2008",94.14197,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MWI","Malawi","2009","2009",94.42453,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COK","Cook Islands","1998","1998",88.18466,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COK","Cook Islands","1999","1999",82.78816,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COK","Cook Islands","2000","2000",93.78531,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","COK","Cook Islands","2013","2013",91.5943,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","1990","1990",98.89268,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","1992","1992",99.50511,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","1999","1999",99.91257,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2000","2000",99.98488,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2001","2001",99.93363,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2002","2002",99.94094,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2003","2003",99.90421,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2004","2004",99.81073,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2005","2005",99.4755,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2006","2006",99.57233,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2007","2007",99.81094,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2008","2008",99.84525,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2009","2009",99.84178,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2010","2010",99.7948,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2011","2011",99.7904,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2012","2012",99.8345,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2013","2013",99.30885,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2014","2014",98.66854,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2015","2015",99.01569,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ESP","Spain","2016","2016",98.53554,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","1990","1990",88.74613,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2000","2000",86.2223,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2001","2001",85.57484,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2002","2002",84.4446,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2003","2003",84.91018,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2007","2007",91.94678,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2008","2008",90.4684,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2009","2009",89.64629,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2010","2010",90.09262,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2011","2011",89.16751,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2012","2012",90.98657,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IND","India","2013","2013",91.65585,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1990","1990",90.99487,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1991","1991",90.73129,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1992","1992",88.98564,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1993","1993",87.14972,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1994","1994",86.47749,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1995","1995",87.604,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1996","1996",86.77989,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1997","1997",87.34529,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1998","1998",90.54357,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","1999","1999",91.45221,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2000","2000",92.21265,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2001","2001",91.38062,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2002","2002",92.44656,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2003","2003",93.26111,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2004","2004",94.35437,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2005","2005",93.36716,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2006","2006",92.72168,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2007","2007",92.61658,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2010","2010",93.90589,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2011","2011",94.20403,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2012","2012",94.50995,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2013","2013",93.93284,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2014","2014",92.66657,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2015","2015",93.57662,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRC","Greece","2016","2016",92.90618,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BMU","Bermuda","2011","2011",84.74149,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BMU","Bermuda","2012","2012",81.50338,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2005","2005",75.36378,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2006","2006",79.8387,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2007","2007",80.50975,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2013","2013",70.56922,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2014","2014",70.21499,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2015","2015",70.58518,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2016","2016",72.64135,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2017","2017",69.5264,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2002","2002",93.61514,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2003","2003",88.55388,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2004","2004",87.99402,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2005","2005",89.51785,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2006","2006",88.32187,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2007","2007",87.72018,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2008","2008",87.47566,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2009","2009",87.87653,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2010","2010",90.37473,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2011","2011",92.42724,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2012","2012",93.45327,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2013","2013",93.90666,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2014","2014",92.43896,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","1997","1997",95.63144,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","1998","1998",95.73055,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","1999","1999",96.43294,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2000","2000",96.88352,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2001","2001",97.24246,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2002","2002",97.02469,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2003","2003",97.18815,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2004","2004",96.77829,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2005","2005",95.90921,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2006","2006",95.06658,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2007","2007",95.02014,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2008","2008",95.02397,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2009","2009",95.4069,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2010","2010",95.94172,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2011","2011",96.45249,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2012","2012",96.53024,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2013","2013",96.03985,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2014","2014",95.31118,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2015","2015",94.83855,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2016","2016",94.79683,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MEX","Mexico","2017","2017",94.6502,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","1990","1990",98.52127,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","1992","1992",90.21876,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","1999","1999",97.38615,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2000","2000",95.4911,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2001","2001",94.69464,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2002","2002",92.04583,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2003","2003",91.89592,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2004","2004",91.12307,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2005","2005",90.28216,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2006","2006",92.2514,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2007","2007",93.96514,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2008","2008",96.5616,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2009","2009",93.01903,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2010","2010",94.3176,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2011","2011",93.13926,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2014","2014",90.13079,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2015","2015",90.12645,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2016","2016",89.67197,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRB","Barbados","2017","2017",89.14858,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","1990","1990",86.61984,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","1999","1999",93.13455,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2000","2000",94.88255,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2001","2001",96.16586,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2002","2002",98.31177,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2004","2004",98.02325,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2005","2005",97.57965,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2006","2006",98.19913,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2007","2007",97.99423,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2008","2008",97.00582,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2009","2009",94.06897,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2010","2010",95.58067,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2011","2011",94.46148,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2012","2012",93.82265,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2013","2013",92.92351,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2014","2014",90.45469,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PAN","Panama","2015","2015",87.20925,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","1990","1990",76.37724,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","1991","1991",78.56567,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","1994","1994",73.47176,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","1995","1995",82.58793,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","1996","1996",91.0224,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","1997","1997",87.86007,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2001","2001",94.79758,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2003","2003",94.51295,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2004","2004",96.25598,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2005","2005",94.97923,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2007","2007",93.67809,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2008","2008",93.91821,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2014","2014",92.73119,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2016","2016",91.9646,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TGO","Togo","2017","2017",92.79521,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","1998","1998",81.72861,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2000","2000",89.52246,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2001","2001",89.92481,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2002","2002",91.47042,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2003","2003",93.45794,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2005","2005",94.35988,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2006","2006",94.78259,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2007","2007",94.15676,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2008","2008",94.39859,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2009","2009",94.37128,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2010","2010",94.50909,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2011","2011",94.36459,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2012","2012",93.66796,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2013","2013",91.00663,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2014","2014",88.64145,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2015","2015",86.17273,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2016","2016",84.81446,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2017","2017",80.56424,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2000","2000",88.51682,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2001","2001",91.24836,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2002","2002",90.93192,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2003","2003",92.23459,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2004","2004",92.07622,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2005","2005",90.62146,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2006","2006",87.74714,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2007","2007",87.03107,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2008","2008",86.94637,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2009","2009",86.81535,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2010","2010",87.4003,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2011","2011",87.08558,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2012","2012",87.60779,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2013","2013",87.6292,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2014","2014",86.77036,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2015","2015",86.17302,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2016","2016",86.22262,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2017","2017",85.95203,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNB","Guinea-Bissau","2000","2000",55.5768,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GNB","Guinea-Bissau","2010","2010",72.51869,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COM","Comoros","1994","1994",75.96508,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COM","Comoros","1999","1999",65.51274,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COM","Comoros","2000","2000",72.68438,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COM","Comoros","2007","2007",81.99902,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COM","Comoros","2013","2013",86.94662,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COM","Comoros","2014","2014",82.43141,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COM","Comoros","2017","2017",80.70587,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","1990","1990",97.08223,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","1991","1991",95.42091,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","1993","1993",93.58948,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","1999","1999",89.97003,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","2000","2000",91.68137,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","2001","2001",91.29873,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","2002","2002",90.71968,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","2003","2003",89.29098,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JAM","Jamaica","2004","2004",91.09759,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1990","1990",95.18573,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1991","1991",97.73862,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1992","1992",97.48633,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1993","1993",95.86266,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1994","1994",95.30892,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1995","1995",94.18283,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1996","1996",95.11089,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1998","1998",98.43272,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","1999","1999",99.70515,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","2000","2000",99.91953,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","2012","2012",99.47059,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","2013","2013",99.44992,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","2014","2014",99.40451,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","2015","2015",99.5981,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CAN","Canada","2016","2016",99.96224,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGD","Bangladesh","1990","1990",66.4973,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGD","Bangladesh","2005","2005",94.35796,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGD","Bangladesh","2006","2006",95.50758,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGD","Bangladesh","2008","2008",90.62405,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGD","Bangladesh","2009","2009",94.22028,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGD","Bangladesh","2010","2010",95.12634,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BGD","Bangladesh","2017","2017",93.03158,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","1995","1995",92.92235,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","1996","1996",94.63158,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","1997","1997",95.06165,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","1998","1998",95.21518,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","1999","1999",94.05919,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2000","2000",94.61236,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2001","2001",93.74775,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2002","2002",94.22961,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2003","2003",95.33014,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2004","2004",97.39585,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2005","2005",96.49146,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2006","2006",96.06329,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2007","2007",96.74689,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2008","2008",97.04232,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2009","2009",97.26647,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2010","2010",97.66171,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2011","2011",98.13739,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2012","2012",98.77065,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2013","2013",98.22795,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2014","2014",98.06967,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2015","2015",98.36838,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SVN","Slovenia","2016","2016",98.34083,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","1990","1990",95.91662,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","2000","2000",87.14565,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","2001","2001",87.39095,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","2002","2002",96.01008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","2003","2003",94.22979,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","2004","2004",92.26529,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","2005","2005",90.07279,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","2006","2006",92.48255,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LCA","Saint Lucia","2007","2007",91.94287,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","1999","1999",62.06988,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2000","2000",64.86636,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2001","2001",66.019,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2002","2002",60.67284,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2003","2003",72.02317,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2004","2004",70.37995,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2005","2005",71.06105,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2006","2006",70.20845,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2007","2007",80.30696,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2008","2008",76.48701,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2009","2009",77.72186,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KEN","Kenya","2012","2012",81.82745,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2007","2007",84.35921,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2008","2008",84.09674,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2009","2009",82.91791,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2010","2010",80.3376,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2011","2011",79.13087,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2012","2012",77.29395,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2014","2014",76.0352,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2015","2015",78.57764,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2017","2017",79.63518,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1991","1991",90.62136,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1992","1992",91.54118,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1993","1993",93.23409,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1994","1994",93.69885,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1995","1995",97.85773,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2009","2009",93.65944,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2012","2012",93.14966,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2013","2013",93.67552,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2014","2014",92.88866,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2015","2015",93.16364,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2016","2016",93.82374,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2017","2017",94.23435,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","1990","1990",76.27655,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","1992","1992",80.52948,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","1998","1998",84.35354,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","1999","1999",84.12382,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2000","2000",85.56054,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2001","2001",86.07443,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2002","2002",87.17536,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2003","2003",86.98809,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2004","2004",84.52321,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2005","2005",84.70882,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2006","2006",83.4786,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2007","2007",84.80848,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2008","2008",84.55573,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2009","2009",84.4941,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2010","2010",84.33169,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2012","2012",86.5429,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2013","2013",88.63065,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NAM","Namibia","2017","2017",95.51321,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","1992","1992",96.68727,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","1994","1994",97.12163,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","1995","1995",95.78046,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","1996","1996",92.9044,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","1997","1997",93.33844,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","1998","1998",94.57136,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","1999","1999",94.55008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","2000","2000",92.5141,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","2001","2001",95.53313,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","2003","2003",99.89916,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","2004","2004",96.7244,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","2006","2006",99.52794,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","2009","2009",96.99199,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","2013","2013",96.32603,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FJI","Fiji","2015","2015",98.0143,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","1990","1990",28.6081,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","1991","1991",29.22609,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","1992","1992",26.5711,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","1997","1997",29.36257,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","1998","1998",29.46443,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","1999","1999",31.05056,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2000","2000",31.76929,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2001","2001",35.94703,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2002","2002",40.12679,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2003","2003",44.22925,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2004","2004",48.26257,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2005","2005",48.09436,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2006","2006",48.60194,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2007","2007",49.70803,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2008","2008",53.31698,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2009","2009",57.07854,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2010","2010",59.76407,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2011","2011",64.3842,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2012","2012",65.89746,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2013","2013",66.24781,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2014","2014",65.04365,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2015","2015",66.64961,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2016","2016",68.57253,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NER","Niger","2017","2017",69.9598,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","1997","1997",84.19539,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","1998","1998",97.30085,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2002","2002",96.81818,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2003","2003",95.84572,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2004","2004",93.7492,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2005","2005",89.80726,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2006","2006",87.71519,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2007","2007",88.87651,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2008","2008",89.64421,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2009","2009",90.84987,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2010","2010",91.78131,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2011","2011",91.26062,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2012","2012",87.8531,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2013","2013",86.72771,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2014","2014",82.23855,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2015","2015",81.90278,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2016","2016",82.19507,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2017","2017",86.30347,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","1998","1998",98.97413,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","1999","1999",98.20654,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2000","2000",97.23602,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2001","2001",95.53027,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2002","2002",92.9049,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2005","2005",90.07558,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2006","2006",91.16492,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2008","2008",96.778,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2009","2009",97.95105,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2010","2010",98.01475,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2011","2011",99.32474,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2012","2012",98.05641,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2013","2013",97.96511,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","1990","1990",85.60555,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","1991","1991",81.05841,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","1992","1992",78.20697,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","1993","1993",77.07436,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","1994","1994",81.60502,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","1998","1998",93.45929,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","1999","1999",93.7454,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2000","2000",96.18775,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2001","2001",91.79383,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2002","2002",92.84138,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2003","2003",96.70482,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2004","2004",91.95835,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2005","2005",95.63144,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2006","2006",88.89391,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2007","2007",93.15768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2009","2009",92.15388,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2010","2010",91.26141,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2011","2011",93.64409,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2012","2012",92.51098,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2013","2013",89.03857,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2014","2014",89.55221,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2015","2015",92.11397,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2016","2016",93.60156,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","QAT","Qatar","2017","2017",94.40015,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1990","1990",99.73067,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1991","1991",99.95669,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1992","1992",99.6479,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1993","1993",98.66806,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1994","1994",98.39621,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1995","1995",98.19121,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1996","1996",98.26481,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1997","1997",84.19146,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1998","1998",99.7356,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","1999","1999",99.79454,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2000","2000",99.70516,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2001","2001",99.76034,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2002","2002",99.72673,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2003","2003",99.85574,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2004","2004",99.3522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2005","2005",98.5115,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2006","2006",98.59501,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2007","2007",99.07582,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2008","2008",99.26267,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2009","2009",99.1536,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2010","2010",99.07942,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2011","2011",99.40241,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2012","2012",99.68915,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2013","2013",99.85673,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2014","2014",99.83147,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2015","2015",99.76589,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2016","2016",99.80598,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NOR","Norway","2017","2017",99.87784,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1990","1990",81.54471,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1991","1991",83.58989,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1992","1992",83.50477,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1993","1993",83.74363,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1994","1994",84.26129,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1995","1995",76.90782,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1996","1996",78.12869,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1998","1998",80.50135,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","1999","1999",81.34466,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2000","2000",82.36978,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2001","2001",83.99535,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2002","2002",84.32447,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2003","2003",84.2687,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2004","2004",86.59601,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2005","2005",84.39819,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2006","2006",85.9476,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2007","2007",85.2273,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2008","2008",84.89892,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2009","2009",85.99093,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2012","2012",91.78982,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2013","2013",92.7758,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BWA","Botswana","2014","2014",88.80778,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","1996","1996",97.73163,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","1997","1997",98.77069,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2000","2000",98.51087,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2001","2001",98.58554,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2002","2002",98.52764,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2003","2003",98.30452,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2004","2004",98.35761,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2005","2005",98.04207,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2006","2006",97.97675,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2007","2007",97.88988,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2008","2008",97.59966,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2009","2009",96.95582,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2010","2010",97.02375,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2011","2011",96.44448,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2012","2012",96.7227,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2013","2013",97.20443,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2014","2014",97.09022,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2015","2015",96.94479,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ITA","Italy","2016","2016",96.54766,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","1997","1997",76.30155,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","1998","1998",78.29169,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","1999","1999",81.34964,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2000","2000",87.08099,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2003","2003",95.43198,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2006","2006",94.00132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2007","2007",93.99543,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2008","2008",92.70778,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2010","2010",92.69281,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2011","2011",95.21825,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2012","2012",95.08708,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2014","2014",94.01115,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2015","2015",96.58637,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2016","2016",92.75297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KHM","Cambodia","2017","2017",90.34679,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1990","1990",92.48223,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1991","1991",91.98739,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1992","1992",93.96796,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1993","1993",94.86295,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1994","1994",97.20771,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1995","1995",97.03024,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1996","1996",99.46096,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1997","1997",99.30511,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1998","1998",97.4641,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","1999","1999",97.78616,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2000","2000",97.11456,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2001","2001",96.447,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2002","2002",95.94015,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2003","2003",94.08861,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2004","2004",94.45302,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2005","2005",94.09009,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2006","2006",93.94046,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2007","2007",96.42724,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2008","2008",97.04472,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2009","2009",99.20174,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2010","2010",99.36045,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2011","2011",99.81406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2012","2012",99.38648,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2013","2013",99.46314,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2014","2014",96.37065,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2015","2015",95.46053,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2016","2016",95.74749,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CUB","Cuba","2017","2017",97.01189,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","THA","Thailand","2006","2006",98.88327,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","THA","Thailand","2007","2007",98.45166,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","THA","Thailand","2008","2008",97.9042,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","THA","Thailand","2009","2009",98.01958,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","1999","1999",98.5981,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2000","2000",96.50905,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2001","2001",94.48395,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2003","2003",92.39348,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2004","2004",91.07287,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2008","2008",87.32932,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2009","2009",86.14224,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2010","2010",86.48254,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2011","2011",87.32692,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2012","2012",90.85573,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2013","2013",94.46473,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2014","2014",95.99691,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2015","2015",95.89953,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2016","2016",95.6398,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ALB","Albania","2017","2017",97.13786,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1990","1990",88.23804,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1991","1991",89.54965,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1992","1992",89.16395,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1993","1993",88.11375,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1996","1996",88.59734,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1997","1997",88.14034,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1999","1999",93.48306,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2000","2000",93.90802,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2001","2001",93.1271,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2002","2002",89.41001,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2003","2003",91.41848,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2004","2004",92.02885,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2005","2005",89.02269,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2007","2007",94.17953,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2008","2008",94.73026,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2009","2009",95.61832,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2010","2010",95.6623,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","1995","1995",87.03452,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","1996","1996",90.60952,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","1998","1998",93.86149,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","1999","1999",94.96768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2000","2000",95.59569,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2001","2001",95.81607,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2002","2002",95.87851,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2003","2003",94.52595,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2004","2004",93.9248,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2005","2005",93.81157,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2006","2006",93.00778,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2007","2007",94.48087,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2008","2008",94.11165,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2009","2009",93.77424,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2010","2010",96.74313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2011","2011",97.38176,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2012","2012",97.38004,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2013","2013",96.03055,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2014","2014",93.96669,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2015","2015",93.32992,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","EST","Estonia","2016","2016",93.48397,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2002","2002",93.66936,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2003","2003",88.56035,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2004","2004",88.21202,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2005","2005",89.67087,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2006","2006",88.50439,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2007","2007",87.88219,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2008","2008",87.44217,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2009","2009",87.83457,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2010","2010",90.10631,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2011","2011",91.86815,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2012","2012",92.73893,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2013","2013",93.12499,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UKR","Ukraine","2014","2014",91.5278,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","1990","1990",51.21846,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","1992","1992",50.20833,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","1996","1996",54.52749,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","1997","1997",58.51772,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","1998","1998",60.53651,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","1999","1999",59.65134,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2000","2000",61.21978,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2003","2003",66.91618,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2004","2004",64.06111,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2005","2005",64.79191,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2006","2006",66.41372,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2007","2007",68.35721,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2008","2008",68.53415,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2009","2009",68.40851,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2010","2010",68.82751,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2011","2011",69.01778,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2012","2012",70.33396,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2013","2013",69.14551,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2014","2014",69.49717,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2015","2015",69.30307,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2016","2016",68.77382,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SEN","Senegal","2017","2017",70.06983,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLB","Solomon Islands","2005","2005",76.63551,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLB","Solomon Islands","2006","2006",80.65211,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLB","Solomon Islands","2007","2007",81.67357,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLB","Solomon Islands","2013","2013",70.18928,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLB","Solomon Islands","2014","2014",70.45132,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLB","Solomon Islands","2015","2015",70.44563,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLB","Solomon Islands","2016","2016",72.40764,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLB","Solomon Islands","2017","2017",69.27702,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1990","1990",79.82709,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1991","1991",81.62651,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1992","1992",81.61667,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1993","1993",78.57234,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1994","1994",79.0302,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1995","1995",76.83424,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1996","1996",77.08675,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1998","1998",67.3672,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","1999","1999",62.70341,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2000","2000",82.98841,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2001","2001",83.04817,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2002","2002",82.90057,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2003","2003",83.10198,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2004","2004",80.30642,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2005","2005",79.40865,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2006","2006",79.51729,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2007","2007",76.68487,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2008","2008",77.79267,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2009","2009",78.6268,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2010","2010",79.9072,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2011","2011",81.09289,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2012","2012",82.46324,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2013","2013",80.54657,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2014","2014",81.00005,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2015","2015",80.72981,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2016","2016",81.10062,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LSO","Lesotho","2017","2017",81.64524,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","1994","1994",99.46236,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2000","2000",96.74091,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2002","2002",97.83261,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2003","2003",97.92188,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2004","2004",97.12648,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2005","2005",96.06299,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2007","2007",95.38307,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2008","2008",94.64138,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2009","2009",94.61471,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2010","2010",93.92924,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2011","2011",92.31285,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2012","2012",94.78635,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2013","2013",91.58983,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2014","2014",85.68866,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2015","2015",93.97594,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2016","2016",93.86754,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2017","2017",93.44302,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDG","Madagascar","1990","1990",63.84127,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDG","Madagascar","1995","1995",57.54389,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDG","Madagascar","1996","1996",56.99923,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDG","Madagascar","1999","1999",64.84195,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDG","Madagascar","2000","2000",66.44846,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDG","Madagascar","2001","2001",67.5996,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDG","Madagascar","2002","2002",68.30172,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDG","Madagascar","2003","2003",77.78632,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","1996","1996",37.36639,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","1997","1997",42.72371,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","1998","1998",47.83908,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","1999","1999",49.76169,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","2000","2000",51.40834,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","2001","2001",52.60778,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","2002","2002",56.00162,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","2003","2003",57.52652,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","2011","2011",62.13648,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","2013","2013",78.87818,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","2015","2015",80.11758,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TCD","Chad","2016","2016",74.20576,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","1990","1990",16.90733,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","1991","1991",18.41174,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","1998","1998",30.57805,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","1999","1999",33.43334,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2000","2000",37.3664,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2001","2001",41.08286,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2002","2002",47.95696,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2003","2003",51.73039,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2004","2004",55.0678,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2005","2005",57.50758,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2006","2006",60.10126,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2007","2007",62.15248,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2008","2008",61.5135,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2009","2009",62.796,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2010","2010",63.57763,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2011","2011",68.46028,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2012","2012",68.63504,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2013","2013",69.39631,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2014","2014",72.0172,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GIN","Guinea","2016","2016",69.42924,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","1999","1999",62.51208,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2000","2000",65.86997,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2001","2001",60.06826,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2002","2002",62.32465,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2003","2003",61.38387,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2005","2005",65.57204,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2006","2006",63.94762,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2007","2007",69.3736,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2008","2008",74.34348,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2009","2009",73.38562,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2011","2011",81.50325,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2013","2013",85.70963,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2014","2014",87.47356,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2015","2015",89.30591,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2016","2016",85.3672,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2017","2017",83.89864,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GHA","Ghana","2018","2018",82.87171,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1990","1990",97.36463,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1991","1991",95.73068,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1993","1993",92.66665,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1999","1999",90.09083,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2000","2000",91.57529,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2001","2001",91.39922,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2002","2002",91.07537,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2003","2003",89.78543,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2004","2004",91.53881,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1991","1991",99.41276,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1992","1992",97.00848,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1993","1993",98.02282,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1994","1994",97.93228,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1995","1995",99.10958,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1996","1996",99.858,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1997","1997",99.60338,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1998","1998",96.96937,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1999","1999",96.87363,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2000","2000",95.77133,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2001","2001",93.01417,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2002","2002",93.09852,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2003","2003",92.38448,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2004","2004",91.59966,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2005","2005",89.10805,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2006","2006",90.50941,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2011","2011",90.22637,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2012","2012",91.18398,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2013","2013",92.22822,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2014","2014",94.25655,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2015","2015",96.4249,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2016","2016",96.26462,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2017","2017",97.4126,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","1994","1994",92.62902,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","1995","1995",93.00088,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","1996","1996",94.11898,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","1997","1997",96.46874,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","1998","1998",95.4768,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","1999","1999",95.35015,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2000","2000",95.90349,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2001","2001",97.55898,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2008","2008",98.57319,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2009","2009",96.04445,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2012","2012",96.09939,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2013","2013",92.93136,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2014","2014",91.86022,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2015","2015",92.5194,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ECU","Ecuador","2016","2016",92.0887,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","1990","1990",76.24042,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","1991","1991",76.0041,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","1992","1992",76.38144,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","1993","1993",74.74403,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","1994","1994",75.49805,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","1995","1995",76.19034,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","1996","1996",73.74239,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","2009","2009",74.28967,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","2010","2010",79.09986,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","2011","2011",77.99829,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","2012","2012",78.24259,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","2013","2013",75.70805,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","2014","2014",76.63549,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","2015","2015",75.74738,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWZ","Eswatini","2016","2016",75.1358,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","1999","1999",98.33618,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2000","2000",95.60896,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2001","2001",92.35691,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2003","2003",91.85949,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2004","2004",93.13318,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2005","2005",93.42564,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2006","2006",93.62996,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2007","2007",93.10882,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2008","2008",94.39918,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2009","2009",95.34616,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2010","2010",95.70112,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2011","2011",96.26389,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2012","2012",96.96406,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2013","2013",96.58213,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2014","2014",97.34412,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2015","2015",97.19033,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2016","2016",97.09771,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLZ","Belize","2017","2017",96.97456,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBR","Liberia","1999","1999",52.57543,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBR","Liberia","2006","2006",35.11154,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBR","Liberia","2008","2008",44.03249,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBR","Liberia","2009","2009",41.55171,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBR","Liberia","2011","2011",41.80095,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBR","Liberia","2014","2014",38.67878,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBR","Liberia","2015","2015",38.96254,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1990","1990",83.2928,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1991","1991",84.09174,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1992","1992",84.12696,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1993","1993",83.3256,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1994","1994",82.43993,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1995","1995",88.86616,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1996","1996",90.79218,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1999","1999",95.72995,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2000","2000",95.5744,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2001","2001",95.29065,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2002","2002",95.17031,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2003","2003",94.93832,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2004","2004",94.43566,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2005","2005",93.39526,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2006","2006",92.97382,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2007","2007",92.95941,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2008","2008",93.61909,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2009","2009",93.76526,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2010","2010",93.70472,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2011","2011",93.61617,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2012","2012",93.46544,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2013","2013",93.63558,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2014","2014",93.77392,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2015","2015",93.319,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2016","2016",93.53813,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","1992","1992",99.62882,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","1993","1993",98.0748,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","1994","1994",97.77786,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","1995","1995",98.71331,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","1996","1996",99.70168,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","1997","1997",99.67253,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","1999","1999",99.11423,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2000","2000",95.72177,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2001","2001",95.66658,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2002","2002",95.61968,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2003","2003",95.39752,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2004","2004",95.47089,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2005","2005",98.80747,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2006","2006",98.72946,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2007","2007",98.79951,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2008","2008",98.31908,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2009","2009",97.97137,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2010","2010",97.51143,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2011","2011",98.74835,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2012","2012",98.83046,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2013","2013",98.74117,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2014","2014",98.70895,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2015","2015",98.66918,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FRA","France","2016","2016",98.86706,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","1990","1990",47.79332,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","1992","1992",45.99796,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","1993","1993",49.30826,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","1996","1996",59.40659,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","1998","1998",63.39445,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","1999","1999",73.94615,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2000","2000",71.45772,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2001","2001",72.3762,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2002","2002",70.23029,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2003","2003",73.51713,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2004","2004",73.95224,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2005","2005",70.99361,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2006","2006",75.09011,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2007","2007",73.19378,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2008","2008",69.08841,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2010","2010",66.38644,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2011","2011",67.8402,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2012","2012",69.47825,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2013","2013",67.24747,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2014","2014",69.89503,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2015","2015",73.05557,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2016","2016",74.91495,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2017","2017",77.59971,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GMB","Gambia","2018","2018",78.55461,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",94.00592,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",93.14868,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",93.65964,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",92.78308,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",93.22058,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",92.72642,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",96.52143,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",96.48934,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","1990","1990",97.5418,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","1998","1998",90.19541,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","1999","1999",89.2484,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2001","2001",90.29679,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2002","2002",90.77615,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2003","2003",90.77999,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2004","2004",90.35333,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2005","2005",89.61881,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2006","2006",87.86552,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2007","2007",88.29087,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2008","2008",89.56461,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2009","2009",91.45909,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2014","2014",96.97771,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2015","2015",96.34545,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PHL","Philippines","2016","2016",95.33718,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","1999","1999",50.88164,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2002","2002",58.08013,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2003","2003",58.08516,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2004","2004",55.89704,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2005","2005",62.93659,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2006","2006",63.81375,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2007","2007",65.77832,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2009","2009",68.92629,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2010","2010",69.17047,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2011","2011",69.35461,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2012","2012",67.02669,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2014","2014",62.67688,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2015","2015",59.05596,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2016","2016",60.42429,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MLI","Mali","2017","2017",64.64311,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DEU","Germany","2002","2002",99.10949,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DEU","Germany","2003","2003",98.50467,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JPN","Japan","1991","1991",99.0822,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JPN","Japan","1992","1992",98.69456,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JPN","Japan","1994","1994",99.28142,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JPN","Japan","2013","2013",98.40896,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JPN","Japan","2014","2014",98.07527,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JPN","Japan","2015","2015",98.64482,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","JPN","Japan","2016","2016",98.04473,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","1993","1993",50.19477,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2000","2000",42.1545,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2001","2001",51.09026,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2002","2002",50.42704,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2003","2003",53.93638,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2004","2004",55.50795,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2005","2005",58.70226,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2006","2006",75.53836,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2007","2007",82.75674,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2008","2008",93.29073,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2009","2009",91.5377,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2010","2010",96.88817,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BDI","Burundi","2017","2017",96.63138,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","1994","1994",96.7505,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","1995","1995",93.06788,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2006","2006",89.86556,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2007","2007",90.46653,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2008","2008",92.42167,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2009","2009",93.91034,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2011","2011",95.23009,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2012","2012",96.10881,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2013","2013",96.02479,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2014","2014",95.12966,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2015","2015",96.37116,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","RUS","Russian Federation","2016","2016",96.92691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2002","2002",47.46721,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2003","2003",50.97085,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2004","2004",55.94323,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2005","2005",59.32435,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2006","2006",58.14376,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2007","2007",64.22389,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2008","2008",65.33633,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2009","2009",67.08324,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2010","2010",68.25285,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2011","2011",65.82378,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2012","2012",65.91929,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2013","2013",64.68482,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2014","2014",66.70007,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2015","2015",67.65489,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2016","2016",71.39708,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PAK","Pakistan","2017","2017",70.60696,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZWE","Zimbabwe","1998","1998",83.20778,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZWE","Zimbabwe","1999","1999",85.13566,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2000","2000",86.10228,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2001","2001",87.7824,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2002","2002",84.29192,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2003","2003",82.66546,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2012","2012",86.85975,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2013","2013",84.12791,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","1997","1997",71.03313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","1999","1999",79.58983,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2000","2000",82.35574,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2001","2001",82.77562,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2002","2002",84.78575,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2004","2004",89.31913,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2005","2005",90.80877,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2006","2006",92.2885,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2007","2007",93.29573,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2008","2008",93.68613,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2009","2009",96.29742,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2010","2010",95.20853,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2011","2011",92.72496,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2012","2012",89.87695,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2013","2013",87.41352,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2014","2014",85.56125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2015","2015",85.21609,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2016","2016",84.59885,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2017","2017",85.59282,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2007","2007",84.73546,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2008","2008",84.5575,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2009","2009",83.74918,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2010","2010",82.82828,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2011","2011",81.01542,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2012","2012",78.48552,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2014","2014",76.78232,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2015","2015",79.62448,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2017","2017",79.92964,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","1999","1999",98.32059,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2002","2002",94.44033,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2004","2004",95.17296,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2005","2005",87.54621,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2007","2007",90.08763,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2008","2008",90.84183,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2009","2009",87.041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2013","2013",90.53721,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2014","2014",93.76041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2015","2015",95.74862,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GRD","Grenada","2016","2016",95.16711,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TON","Tonga","1990","1990",93.15327,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TON","Tonga","1993","1993",93.43096,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TON","Tonga","1998","1998",92.67764,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TON","Tonga","1999","1999",87.71564,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TON","Tonga","2013","2013",94.037,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1995","1995",81.0813,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1996","1996",84.63173,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1997","1997",85.10744,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1998","1998",86.6287,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1999","1999",88.13758,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2000","2000",89.99969,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2001","2001",91.19419,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2002","2002",89.55065,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2003","2003",82.55805,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2004","2004",87.43354,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2005","2005",87.91426,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2006","2006",91.66929,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2007","2007",89.00144,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2008","2008",87.72566,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2009","2009",95.45357,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2010","2010",97.29678,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2011","2011",97.82788,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2012","2012",97.23592,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2013","2013",94.82871,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2014","2014",95.12301,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2015","2015",96.85284,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2016","2016",97.82017,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2017","2017",97.87676,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","1994","1994",95.00397,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","1998","1998",96.18292,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","1999","1999",90.64207,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2000","2000",90.65427,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2001","2001",87.64927,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2010","2010",95.59363,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2011","2011",94.93183,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2012","2012",95.79412,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2014","2014",96.67733,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2015","2015",96.37228,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2016","2016",96.10664,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","WSM","Samoa","2017","2017",94.86125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","1996","1996",92.24363,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","1999","1999",87.08677,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2000","2000",86.23855,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2001","2001",86.71061,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2002","2002",86.56821,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2003","2003",85.6791,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2004","2004",90.17725,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2005","2005",87.73706,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2006","2006",88.88844,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2007","2007",87.53364,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2008","2008",87.34364,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2009","2009",86.75694,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2010","2010",87.28422,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2011","2011",87.31468,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2012","2012",90.55491,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2013","2013",90.44267,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2014","2014",89.79181,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2015","2015",89.45491,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2016","2016",89.35731,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2017","2017",89.90423,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2007","2007",95.65343,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2008","2008",95.32745,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2009","2009",92.73617,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2010","2010",93.2414,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2011","2011",92.11922,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2012","2012",91.46382,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2013","2013",90.5377,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2014","2014",90.725,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2015","2015",91.53274,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2016","2016",92.78237,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHL","Chile","2017","2017",94.66096,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","1994","1994",88.84893,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","1995","1995",88.32266,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","1997","1997",88.31349,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","1999","1999",90.82079,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2006","2006",96.19807,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2007","2007",97.08731,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2008","2008",96.5757,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2009","2009",94.48797,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2010","2010",95.36493,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2011","2011",94.58232,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2012","2012",92.02007,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2013","2013",92.62372,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2014","2014",94.1585,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2015","2015",94.38219,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TUR","Turkey","2016","2016",93.93575,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1990","1990",99.679,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1992","1992",99.59394,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1993","1993",98.49425,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1994","1994",98.32851,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1995","1995",98.22751,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1996","1996",98.22447,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1997","1997",84.04996,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1998","1998",99.64416,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","1999","1999",99.88049,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2000","2000",99.58053,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2001","2001",99.67633,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2002","2002",99.60367,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2003","2003",99.82222,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2004","2004",99.2699,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2005","2005",98.36917,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2006","2006",98.27813,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2007","2007",99.0044,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2008","2008",99.13474,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2009","2009",98.99873,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2010","2010",98.93051,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2011","2011",99.30276,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2012","2012",99.48619,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2013","2013",99.90752,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2014","2014",99.87422,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2015","2015",99.90527,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2016","2016",99.91585,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NOR","Norway","2017","2017",99.92238,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1990","1990",67.16256,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1991","1991",68.23343,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1992","1992",69.59612,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1993","1993",72.95679,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1994","1994",74.20051,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1995","1995",75.65466,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1996","1996",78.29363,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1997","1997",79.01912,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1998","1998",79.55082,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","1999","1999",81.1885,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2000","2000",82.12313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2001","2001",83.19679,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2002","2002",83.29648,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2003","2003",81.84368,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2009","2009",93.18646,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2011","2011",95.44051,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2012","2012",96.44497,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2013","2013",94.36924,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2014","2014",94.13585,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2015","2015",94.25534,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2016","2016",94.95517,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","OMN","Oman","2017","2017",94.12076,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","1994","1994",71.96035,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","1995","1995",70.18177,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","1998","1998",67.22004,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","1999","1999",65.21801,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2000","2000",65.15465,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2001","2001",65.19829,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2002","2002",66.83215,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2004","2004",80.21098,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2005","2005",88.74379,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2006","2006",88.68705,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2007","2007",88.58599,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2009","2009",86.50321,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2010","2010",84.41832,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2011","2011",87.76904,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2012","2012",89.78395,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2013","2013",87.18785,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZMB","Zambia","2017","2017",85.7671,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","1999","1999",97.82877,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2000","2000",98.08635,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2001","2001",94.53929,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2002","2002",95.31814,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2003","2003",93.9307,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2004","2004",94.63489,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2005","2005",97.80506,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2006","2006",98.6384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2007","2007",98.86144,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2008","2008",99.05832,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2009","2009",95.89151,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2010","2010",98.91975,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ABW","Aruba","2014","2014",99.23471,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1990","1990",65.69671,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1991","1991",65.06608,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1992","1992",65.17679,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1993","1993",67.20026,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1994","1994",69.49414,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1995","1995",72.01361,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1996","1996",73.94731,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1997","1997",75.13401,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1998","1998",72.72077,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","1999","1999",76.42676,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2000","2000",80.40184,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2001","2001",83.33138,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2002","2002",86.96485,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2003","2003",87.87414,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2004","2004",87.59201,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2005","2005",88.62628,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2006","2006",89.83562,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2007","2007",90.85609,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2008","2008",91.16565,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2009","2009",90.28785,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2010","2010",92.75179,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2011","2011",93.34559,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2012","2012",92.47029,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2013","2013",93.14469,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2014","2014",93.19117,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2016","2016",94.67017,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAR","Morocco","2017","2017",97.00335,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1991","1991",94.78084,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1992","1992",95.44674,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1993","1993",93.76938,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1994","1994",81.44887,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1995","1995",90.40977,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1996","1996",97.36618,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1997","1997",89.18087,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1998","1998",87.86644,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","1999","1999",92.18137,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2000","2000",88.01044,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2001","2001",84.72398,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2002","2002",83.80379,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2003","2003",80.81174,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2004","2004",82.61313,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2005","2005",81.43261,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2006","2006",80.27636,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2007","2007",83.05101,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2008","2008",83.56243,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2009","2009",84.35519,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2010","2010",83.84758,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2011","2011",85.40787,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2012","2012",87.94237,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2013","2013",91.6671,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2014","2014",93.80331,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2015","2015",92.85074,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2016","2016",93.99767,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AZE","Azerbaijan","2017","2017",94.68734,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1990","1990",97.50672,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1991","1991",96.92208,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1992","1992",96.69211,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1993","1993",96.282,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1994","1994",95.98592,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1995","1995",94.56462,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1996","1996",94.98734,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1997","1997",94.59983,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1998","1998",94.40435,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","1999","1999",94.11595,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2000","2000",94.10802,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2001","2001",93.8962,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2002","2002",93.89879,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2003","2003",94.59748,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2004","2004",94.99441,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2005","2005",95.45858,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2006","2006",95.66428,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2007","2007",96.43936,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2008","2008",96.5569,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2009","2009",96.69139,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2010","2010",96.98978,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2011","2011",97.65837,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2012","2012",97.5499,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2013","2013",97.39784,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2014","2014",97.05059,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2015","2015",96.99256,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2016","2016",96.66072,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AUS","Australia","2017","2017",96.67783,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRQ","Iraq","1993","1993",82.09108,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRQ","Iraq","1996","1996",80.03097,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRQ","Iraq","1999","1999",95.91283,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRQ","Iraq","2000","2000",94.69862,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRQ","Iraq","2004","2004",98.949,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRQ","Iraq","2007","2007",97.72679,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","1994","1994",15.50506,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","1995","1995",17.19503,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","1996","1996",20.21528,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","1998","1998",26.61117,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","1999","1999",29.17576,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2000","2000",34.02401,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2001","2001",38.26782,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2002","2002",40.71433,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2003","2003",41.88617,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2004","2004",45.71279,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2005","2005",57.1663,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2006","2006",62.55797,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2007","2007",67.74179,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2008","2008",73.4918,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2009","2009",73.62589,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2010","2010",71.53397,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2011","2011",75.17097,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2012","2012",76.54779,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2014","2014",82.74458,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ETH","Ethiopia","2015","2015",82.25119,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2003","2003",99.52437,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2005","2005",97.26849,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2006","2006",96.86776,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2007","2007",96.59977,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2008","2008",95.97809,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2009","2009",93.88424,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2010","2010",95.75448,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2011","2011",96.0786,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2012","2012",96.3338,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2013","2013",97.33864,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LKA","Sri Lanka","2014","2014",98.0173,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1990","1990",92.49029,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1991","1991",92.08705,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1992","1992",94.2691,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1993","1993",95.0857,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1994","1994",97.37866,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1995","1995",97.26618,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1996","1996",99.21638,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1997","1997",98.96481,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1998","1998",96.97329,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","1999","1999",97.24835,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2000","2000",96.5156,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2001","2001",95.89347,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2002","2002",95.60349,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2003","2003",93.78769,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2004","2004",94.04264,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2005","2005",93.93241,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2006","2006",94.15196,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2007","2007",96.07491,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2008","2008",96.87714,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2009","2009",99.14624,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2010","2010",99.3348,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2011","2011",99.80296,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2012","2012",99.4168,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2013","2013",99.36351,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2014","2014",96.47688,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2015","2015",95.3591,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2016","2016",95.68035,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CUB","Cuba","2017","2017",96.92769,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","1999","1999",83.61983,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2000","2000",84.72004,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2002","2002",90.98838,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2003","2003",89.83362,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2004","2004",82.90168,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2005","2005",84.25703,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2006","2006",81.78003,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2007","2007",87.68849,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2008","2008",84.02008,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2009","2009",89.54384,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2010","2010",91.87024,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2011","2011",91.88699,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2012","2012",91.01404,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2013","2013",90.84502,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2014","2014",89.28355,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2015","2015",93.52992,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2016","2016",93.32844,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2017","2017",92.87434,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1990","1990",50.86861,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1991","1991",50.24221,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1992","1992",50.41523,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1993","1993",49.42286,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1994","1994",47.99046,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1995","1995",47.93664,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1996","1996",48.06281,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1997","1997",48.36969,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1998","1998",47.73274,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1999","1999",48.10597,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2000","2000",51.79786,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2001","2001",57.14013,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2002","2002",72.66779,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2003","2003",81.42313,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2004","2004",85.50566,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2005","2005",89.58903,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2006","2006",94.18622,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2008","2008",94.48244,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2010","2010",87.01673,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2012","2012",82.72848,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2013","2013",79.48421,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2014","2014",78.41047,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2016","2016",78.73793,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2017","2017",78.85502,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2007","2007",89.82686,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2008","2008",88.42073,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2009","2009",87.95361,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2010","2010",88.90952,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2011","2011",89.43081,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2012","2012",91.19012,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2013","2013",92.53145,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2014","2014",93.72005,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2015","2015",94.40953,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2016","2016",95.06412,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2017","2017",96.22541,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","1999","1999",55.5504,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2001","2001",64.02104,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2003","2003",70.20818,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2004","2004",73.13996,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2005","2005",75.51522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2008","2008",75.62908,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2010","2010",80.44122,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2012","2012",83.73036,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2013","2013",84.48846,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","YEM","Yemen","2016","2016",83.08869,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","1994","1994",96.80025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","1995","1995",93.25147,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2006","2006",90.05078,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2007","2007",90.44928,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2008","2008",92.42084,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2009","2009",93.93538,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2011","2011",95.3466,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2012","2012",96.24334,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2013","2013",96.14549,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2014","2014",95.29892,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2015","2015",96.52664,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2016","2016",96.98201,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","1993","1993",87.32102,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","1994","1994",91.88223,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","1995","1995",93.17892,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","1996","1996",93.17602,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","2000","2000",86.05682,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","2001","2001",86.88669,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","2002","2002",93.2378,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","2003","2003",94.21419,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","2004","2004",95.04472,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYC","Seychelles","2005","2005",94.73691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","1999","1999",97.01504,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2000","2000",96.5513,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2001","2001",96.38294,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2002","2002",95.51744,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2003","2003",94.65109,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2004","2004",93.85691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2005","2005",93.26605,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2006","2006",93.29925,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2007","2007",93.37175,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2008","2008",93.46297,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2009","2009",94.13202,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2010","2010",94.61132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2011","2011",94.68706,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2012","2012",95.22126,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2013","2013",95.49847,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2014","2014",95.23832,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2015","2015",95.00643,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","POL","Poland","2016","2016",94.9354,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","1993","1993",98.75371,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","1994","1994",98.63792,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","1995","1995",98.31477,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","1996","1996",98.36753,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","1997","1997",98.71485,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","1998","1998",99.41359,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","1999","1999",99.78745,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2000","2000",99.70392,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2001","2001",99.61892,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2002","2002",99.262,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2003","2003",98.52116,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2004","2004",97.57635,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2005","2005",97.1778,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2006","2006",96.6628,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2007","2007",97.25997,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2008","2008",97.71363,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2009","2009",97.87129,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2010","2010",98.21304,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2011","2011",98.48757,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2012","2012",99.0232,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2013","2013",99.04122,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2014","2014",99.35987,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2015","2015",99.10752,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FIN","Finland","2016","2016",99.05899,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","1994","1994",78.59044,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","1997","1997",80.86414,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","1999","1999",81.25593,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2000","2000",81.79392,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2001","2001",83.55478,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2002","2002",85.4168,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2003","2003",87.71089,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2004","2004",90.42692,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2012","2012",97.09499,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2014","2014",96.19785,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2016","2016",97.944,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","EGY","Egypt","2017","2017",97.57343,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CMR","Cameroon","1990","1990",68.85068,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CMR","Cameroon","1991","1991",67.2027,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CMR","Cameroon","2011","2011",85.17628,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CMR","Cameroon","2012","2012",85.85009,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CMR","Cameroon","2014","2014",86.79497,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CMR","Cameroon","2016","2016",91.01803,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CMR","Cameroon","2017","2017",90.94694,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","1999","1999",96.94636,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2000","2000",96.59532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2001","2001",96.33108,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2002","2002",95.43597,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2003","2003",94.49801,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2004","2004",93.69874,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2005","2005",93.09131,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2006","2006",93.15227,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2007","2007",93.24761,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2008","2008",93.44805,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2009","2009",94.15183,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2010","2010",94.63334,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2011","2011",94.68676,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2012","2012",95.20721,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2013","2013",95.47596,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2014","2014",95.23385,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2015","2015",95.00039,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","POL","Poland","2016","2016",94.9783,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1990","1990",96.28035,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1991","1991",95.37334,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1992","1992",94.51795,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1993","1993",93.31395,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1994","1994",93.84173,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1995","1995",93.65781,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1996","1996",92.55698,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1997","1997",92.50362,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2001","2001",91.95549,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2002","2002",91.29753,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2003","2003",90.58094,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2004","2004",89.65635,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2005","2005",88.83375,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2006","2006",91.67532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2007","2007",93.76158,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2008","2008",93.35901,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2009","2009",94.31285,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2010","2010",95.00272,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2011","2011",94.43906,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2012","2012",92.89931,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2013","2013",89.97192,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2014","2014",88.86745,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2016","2016",90.87974,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2017","2017",91.91315,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","1996","1996",93.97737,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","1999","1999",87.58303,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2000","2000",86.8558,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2001","2001",87.61127,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2002","2002",87.50208,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2003","2003",86.58646,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2004","2004",90.57772,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2005","2005",88.29798,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2006","2006",89.6797,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2007","2007",88.11829,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2008","2008",87.81319,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2009","2009",87.10612,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2010","2010",87.88442,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2011","2011",87.85097,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2012","2012",91.32578,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2013","2013",91.32592,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2014","2014",90.53208,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2015","2015",90.18663,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2016","2016",90.07381,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2017","2017",90.60041,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2002","2002",85.03928,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2003","2003",83.04899,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2005","2005",82.18023,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2006","2006",84.90701,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2007","2007",89.24602,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2011","2011",95.76167,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2012","2012",96.89018,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2013","2013",95.2457,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2014","2014",94.02201,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2015","2015",93.06,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2016","2016",92.32931,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ARM","Armenia","2017","2017",92.00048,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1994","1994",97.22313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1998","1998",95.73882,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1999","1999",95.57501,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2000","2000",98.37439,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2001","2001",97.77057,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2002","2002",96.532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2003","2003",97.02729,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2004","2004",99.33233,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2005","2005",99.614,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2006","2006",95.57688,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2007","2007",95.43716,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2008","2008",95.5221,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2009","2009",96.38182,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2010","2010",96.70287,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2011","2011",97.73579,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2012","2012",99.29796,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2013","2013",99.9103,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2014","2014",99.62731,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2015","2015",99.53637,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2016","2016",98.91333,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2017","2017",98.60314,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1990","1990",91.44404,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1991","1991",92.82794,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1992","1992",93.47762,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1993","1993",92.4437,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1994","1994",91.82572,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1995","1995",91.69957,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1996","1996",90.76519,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1997","1997",89.84246,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","1999","1999",90.25391,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2000","2000",90.84739,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2001","2001",92.74963,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2002","2002",93.56129,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2003","2003",93.75092,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2004","2004",94.16187,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2005","2005",94.39411,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2006","2006",94.44896,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2007","2007",96.17552,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2008","2008",97.14729,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DZA","Algeria","2016","2016",98.44537,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2002","2002",95.13752,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2004","2004",95.1977,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2005","2005",87.64956,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2007","2007",89.99449,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2008","2008",91.43541,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2009","2009",87.39412,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2013","2013",91.48484,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2014","2014",93.41642,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2015","2015",96.09893,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRD","Grenada","2016","2016",94.94828,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","1991","1991",88.23669,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","1994","1994",92.10172,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","1995","1995",93.28056,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","1998","1998",89.35449,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","1999","1999",90.37263,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","2000","2000",88.06928,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","2001","2001",88.62285,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","2002","2002",88.44351,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","2003","2003",88.73218,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","2004","2004",87.32931,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","2005","2005",85.94868,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZAF","South Africa","2015","2015",84.62333,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","1991","1991",92.53954,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","1992","1992",94.33494,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","1993","1993",95.06648,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","1994","1994",93.39877,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","1995","1995",92.94188,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","1996","1996",92.59645,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","1997","1997",92.63839,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","2005","2005",97.23079,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","2007","2007",97.89465,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","2008","2008",98.69962,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","2009","2009",98.76545,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","2013","2013",99.07778,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","2014","2014",94.18198,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","2015","2015",97.18956,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","URY","Uruguay","2016","2016",98.01332,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1990","1990",94.85437,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1991","1991",97.92541,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1992","1992",97.66187,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1993","1993",96.41028,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1994","1994",96.23021,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1995","1995",94.8058,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1996","1996",95.75983,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1998","1998",98.47513,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CAN","Canada","1999","1999",99.63602,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","1990","1990",82.80944,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","1991","1991",83.56382,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","1992","1992",83.59118,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","1993","1993",82.55524,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","1994","1994",81.55472,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","1995","1995",89.10653,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","1996","1996",90.91923,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","1999","1999",95.9136,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2000","2000",95.55182,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2001","2001",95.13074,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2002","2002",94.99248,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2003","2003",94.71113,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2004","2004",94.45846,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2005","2005",93.49841,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2006","2006",93.08448,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2007","2007",93.06338,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2008","2008",93.7439,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2009","2009",93.88587,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2010","2010",93.8926,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2011","2011",93.81473,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2012","2012",93.58353,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2013","2013",93.84846,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2014","2014",93.90254,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2015","2015",93.46137,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHE","Switzerland","2016","2016",93.85834,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1990","1990",99.0113,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1991","1991",99.56338,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1992","1992",99.47676,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1993","1993",99.79167,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1994","1994",99.42483,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1995","1995",99.11379,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1996","1996",97.91229,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1997","1997",96.27961,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","1999","1999",95.17264,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","2000","2000",96.6708,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","2001","2001",98.07951,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","2005","2005",99.07254,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","2006","2006",97.53103,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","2007","2007",96.57912,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","2008","2008",96.9251,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TUN","Tunisia","2009","2009",98.00954,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1990","1990",89.77113,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.45951,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1999","1999",86.76739,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2000","2000",86.16885,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2001","2001",83.81666,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2002","2002",85.08622,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2003","2003",84.97004,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2004","2004",85.86141,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2005","2005",85.95186,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2006","2006",84.79388,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2007","2007",86.12818,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2008","2008",86.0973,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2009","2009",84.20054,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2010","2010",83.46078,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2011","2011",84.92681,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2012","2012",86.44668,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2013","2013",88.44845,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2014","2014",93.09639,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2015","2015",97.66101,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2016","2016",98.35507,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2017","2017",98.83892,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBR","Liberia","1999","1999",40.83953,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBR","Liberia","2006","2006",35.26358,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBR","Liberia","2008","2008",41.39889,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBR","Liberia","2009","2009",38.41511,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBR","Liberia","2011","2011",39.60509,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBR","Liberia","2014","2014",36.83086,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LBR","Liberia","2015","2015",36.35016,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1994","1994",46.86209,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1995","1995",53.18013,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1996","1996",56.45148,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1998","1998",59.86447,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1999","1999",59.25436,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2000","2000",59.42441,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2001","2001",62.76135,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2002","2002",61.87722,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2003","2003",64.83934,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2004","2004",71.72305,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2005","2005",70.19691,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2006","2006",72.71754,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2007","2007",73.43291,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2008","2008",70.1492,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2009","2009",69.54952,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2010","2010",69.86096,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2011","2011",69.92844,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2012","2012",68.73927,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2013","2013",72.07185,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2014","2014",73.82022,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2016","2016",70.8707,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2017","2017",75.7346,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1990","1990",90.57479,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1996","1996",92.60985,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1997","1997",92.01428,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1998","1998",90.93839,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2006","2006",88.99454,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2007","2007",90.11921,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2008","2008",90.83966,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2009","2009",91.74145,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2013","2013",62.41314,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2003","2003",97.32857,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2005","2005",97.83755,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2006","2006",97.92023,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2007","2007",95.88454,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2008","2008",95.68817,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2011","2011",91.9909,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2012","2012",96.93397,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2015","2015",93.78609,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2016","2016",92.48705,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MNE","Montenegro","2017","2017",95.45983,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","1990","1990",86.41017,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","1999","1999",93.45759,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2000","2000",95.07101,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2001","2001",96.4976,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2002","2002",98.86354,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2004","2004",98.48682,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2005","2005",98.16871,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2006","2006",98.75723,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2007","2007",98.5468,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2008","2008",97.70635,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2009","2009",94.72727,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2010","2010",96.34501,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2011","2011",94.87561,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2012","2012",94.26259,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2013","2013",93.32629,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2014","2014",90.65439,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PAN","Panama","2015","2015",87.48665,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNB","Guinea-Bissau","2000","2000",39.43485,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GNB","Guinea-Bissau","2010","2010",69.26441,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","1990","1990",51.82703,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","1992","1992",65.24577,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","1993","1993",69.91327,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","1994","1994",70.06403,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","1995","1995",72.28454,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","1996","1996",74.06768,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","1997","1997",77.09378,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","2006","2006",92.44317,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","2008","2008",96.51784,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BEN","Benin","2011","2011",99.86262,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DEU","Germany","2002","2002",98.74539,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DEU","Germany","2003","2003",98.35363,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","1990","1990",69.15211,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","1991","1991",71.49159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","1992","1992",75.41716,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","1993","1993",76.01282,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","1994","1994",76.81691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","1995","1995",75.14667,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","1999","1999",79.66685,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","2000","2000",82.72474,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","2001","2001",86.01676,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","2002","2002",92.05378,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","2006","2006",97.34548,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","2007","2007",97.19794,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NIC","Nicaragua","2010","2010",98.04685,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2007","2007",94.85391,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2008","2008",94.47397,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2009","2009",92.47172,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2010","2010",93.28799,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2011","2011",92.04159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2012","2012",91.47882,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2013","2013",90.71305,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2014","2014",90.86088,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2015","2015",91.66095,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2016","2016",93.03966,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CHL","Chile","2017","2017",94.90154,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2005","2005",97.7868,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2011","2011",93.25959,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2013","2013",93.08667,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2014","2014",86.58951,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2015","2015",94.1219,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2016","2016",94.44053,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2017","2017",93.88889,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1998","1998",94.13817,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1999","1999",94.1919,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2000","2000",94.82492,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2001","2001",94.9225,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2002","2002",95.21943,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2003","2003",95.62269,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2004","2004",95.38445,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2005","2005",95.50145,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2006","2006",95.57191,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2007","2007",95.3556,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2008","2008",94.14102,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2009","2009",94.27764,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2010","2010",92.01214,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2011","2011",89.61361,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2012","2012",88.08615,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2013","2013",87.72816,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2014","2014",87.60481,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2015","2015",88.48279,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2016","2016",89.83966,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2017","2017",91.88525,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","1992","1992",46.59158,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","1994","1994",67.64691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","1996","1996",85.32331,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","1997","1997",83.9743,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","1999","1999",85.16406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2000","2000",85.8791,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2001","2001",88.53546,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2002","2002",93.61333,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2004","2004",93.40408,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2005","2005",94.51085,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2007","2007",90.41955,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2008","2008",91.36308,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2010","2010",91.67592,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2011","2011",92.6908,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2012","2012",92.95432,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2013","2013",92.98091,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2014","2014",93.15429,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2015","2015",93.33932,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2016","2016",92.1989,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KWT","Kuwait","2017","2017",86.8487,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1997","1997",83.12098,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1998","1998",84.74607,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1999","1999",86.71524,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2000","2000",92.43148,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2003","2003",97.43034,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2006","2006",94.85522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2007","2007",95.91087,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2008","2008",94.60074,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2010","2010",93.64029,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2011","2011",97.5188,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2012","2012",97.40675,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2014","2014",95.06861,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2015","2015",95.28891,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2016","2016",92.78161,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2017","2017",90.56157,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","1998","1998",96.28414,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","1999","1999",97.28924,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2000","2000",98.39637,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2001","2001",97.81721,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2002","2002",97.57647,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2003","2003",98.54879,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2004","2004",98.3026,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2005","2005",99.64901,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2006","2006",99.63868,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2007","2007",99.62029,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2008","2008",99.48501,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2009","2009",99.35939,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2010","2010",98.2574,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2011","2011",98.41366,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2012","2012",96.74687,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2013","2013",93.90737,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2014","2014",94.18784,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2015","2015",96.53419,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KOR","Republic of Korea","2016","2016",96.0222,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1990","1990",91.12493,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1991","1991",90.82073,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1992","1992",88.84252,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1993","1993",87.13571,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1994","1994",86.50743,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1995","1995",86.69593,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1996","1996",86.42129,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1997","1997",87.09534,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1998","1998",90.29785,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","1999","1999",91.26246,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2000","2000",92.11357,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2001","2001",91.28227,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2002","2002",92.76794,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2003","2003",93.78118,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2004","2004",95.319,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2005","2005",94.23745,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2006","2006",93.69975,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2007","2007",93.37568,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2010","2010",94.57582,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2011","2011",94.83655,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2012","2012",95.14748,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2013","2013",94.49763,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2014","2014",93.01678,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2015","2015",93.79471,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GRC","Greece","2016","2016",92.91797,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2005","2005",99.70359,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2006","2006",99.86248,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2007","2007",98.34468,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2008","2008",96.99485,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2009","2009",94.22315,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2010","2010",92.74722,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2011","2011",95.70457,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2012","2012",94.43076,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2013","2013",94.79516,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2014","2014",96.24177,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2015","2015",96.30226,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2016","2016",95.73023,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SRB","Serbia","2017","2017",95.17741,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","1999","1999",97.20058,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2000","2000",98.34398,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2001","2001",94.87256,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2002","2002",96.01701,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2003","2003",95.10213,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2004","2004",96.26574,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2005","2005",99.04493,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2006","2006",99.45557,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2007","2007",99.54604,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2008","2008",99.46488,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2009","2009",94.12297,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ABW","Aruba","2014","2014",99.10213,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1990","1990",74.34576,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1991","1991",74.50961,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1992","1992",75.23016,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1993","1993",73.79816,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1994","1994",74.20502,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1995","1995",75.10108,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1996","1996",72.73285,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2009","2009",74.2622,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2010","2010",79.46993,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2011","2011",80.42942,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2012","2012",79.41208,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2013","2013",76.15589,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2014","2014",77.00979,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2015","2015",76.1555,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2016","2016",75.74791,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1990","1990",45.09455,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1991","1991",43.4428,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1992","1992",41.74548,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1993","1993",40.69558,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1994","1994",41.8064,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1995","1995",44.06955,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1998","1998",48.55245,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1999","1999",52.03105,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2000","2000",55.57827,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2001","2001",59.83333,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2002","2002",55.37966,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2004","2004",68.05014,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2005","2005",73.03276,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2006","2006",76.82546,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2007","2007",81.79429,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2008","2008",85.24456,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2009","2009",86.43547,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2010","2010",87.90621,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2011","2011",85.81167,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2012","2012",86.13747,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2013","2013",87.23139,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2014","2014",88.13197,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2015","2015",89.5663,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2016","2016",88.60741,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2017","2017",87.53715,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","1998","1998",75.39615,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2000","2000",89.81894,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2001","2001",89.9266,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2002","2002",91.41139,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2003","2003",93.36789,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2005","2005",94.13592,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2006","2006",94.6346,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2007","2007",93.8782,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2008","2008",94.09804,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2009","2009",94.11822,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2010","2010",94.56368,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2011","2011",94.50975,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2012","2012",93.84218,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2013","2013",90.9705,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2014","2014",88.44286,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2015","2015",85.90132,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2016","2016",84.36554,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SLV","El Salvador","2017","2017",80.17003,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","1999","1999",69.7556,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","2003","2003",82.07151,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","2004","2004",84.5354,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","2005","2005",85.52812,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","2008","2008",82.60045,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","2010","2010",87.9773,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","2012","2012",90.97533,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","2013","2013",91.22164,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","YEM","Yemen","2016","2016",88.23291,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","1999","1999",88.25625,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2000","2000",87.90658,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2001","2001",85.82714,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2002","2002",85.35295,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2003","2003",84.34234,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2004","2004",82.00868,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2005","2005",79.22872,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2006","2006",80.20576,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2007","2007",79.68877,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2008","2008",83.64317,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2009","2009",85.00772,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2010","2010",85.71316,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2011","2011",86.78905,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2012","2012",90.17295,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2013","2013",91.28724,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2014","2014",91.29816,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2015","2015",90.74607,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2016","2016",90.85076,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PSE","Palestine","2017","2017",91.60137,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SMR","San Marino","2009","2009",92.97365,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SMR","San Marino","2012","2012",92.25806,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","1991","1991",97.92838,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","1992","1992",96.34972,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","1993","1993",97.97415,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","1994","1994",97.27382,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","1995","1995",97.21866,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","1996","1996",97.66343,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","1999","1999",98.94885,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2000","2000",99.02054,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2001","2001",99.03169,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2002","2002",98.75985,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2003","2003",97.74291,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2004","2004",96.32343,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2005","2005",95.94271,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2006","2006",96.15016,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2007","2007",97.18726,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2008","2008",97.7711,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2009","2009",97.64159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2010","2010",97.45188,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2011","2011",97.57639,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2012","2012",97.81842,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2013","2013",97.82739,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2014","2014",97.63669,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2015","2015",98.00995,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BEL","Belgium","2016","2016",98.24648,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","1992","1992",96.11453,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","1993","1993",97.28665,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","1994","1994",96.90965,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","1995","1995",98.32665,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","1999","1999",96.55066,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2000","2000",93.82254,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2001","2001",90.55906,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2002","2002",91.28197,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2003","2003",90.23009,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2004","2004",89.62588,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2005","2005",87.23503,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2006","2006",87.83552,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2011","2011",89.33632,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2012","2012",90.53451,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2013","2013",91.68417,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2014","2014",93.74167,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2015","2015",96.02909,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2016","2016",95.58039,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BHR","Bahrain","2017","2017",97.56517,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",98.37877,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.76554,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",99.84652,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",99.97742,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",99.98323,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.81726,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.99557,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",98.11257,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",98.78356,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",98.60034,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",96.74103,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",98.61141,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",97.92422,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.16692,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.40543,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.60116,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.65789,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHN","China","1991","1991",99.00625,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHN","China","1992","1992",97.28421,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHN","China","1993","1993",95.70122,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHN","China","1994","1994",93.87198,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHN","China","1995","1995",91.92768,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHN","China","1996","1996",90.69933,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CHN","China","1997","1997",90.03011,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","1991","1991",48.84124,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","1992","1992",46.91565,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","1993","1993",46.16728,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","1994","1994",47.65413,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","1995","1995",50.18978,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","1998","1998",54.86353,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","1999","1999",58.08953,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2000","2000",61.33718,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2001","2001",65.32422,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2002","2002",59.19312,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2004","2004",71.82507,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2005","2005",76.68372,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2006","2006",80.2212,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2007","2007",85.16922,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2008","2008",88.41698,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2009","2009",89.091,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2010","2010",90.55864,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2011","2011",88.08866,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2012","2012",88.36587,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2013","2013",89.47858,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2014","2014",90.23112,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2015","2015",91.85496,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2016","2016",90.24044,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MOZ","Mozambique","2017","2017",88.83069,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2006","2006",99.83674,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2007","2007",98.39731,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2008","2008",97.12561,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2009","2009",94.75433,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2010","2010",92.99222,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2011","2011",95.59387,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2012","2012",94.34073,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2013","2013",94.57856,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2014","2014",96.07103,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2015","2015",96.31723,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2016","2016",95.70492,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SRB","Serbia","2017","2017",95.14166,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZWE","Zimbabwe","1998","1998",84.99282,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZWE","Zimbabwe","1999","1999",86.09755,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2000","2000",86.51047,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2001","2001",88.835,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2002","2002",85.36605,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2003","2003",84.21998,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2012","2012",88.49318,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2013","2013",85.46284,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1990","1990",99.78042,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1991","1991",99.74355,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1992","1992",99.58179,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1993","1993",99.35114,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1994","1994",99.00285,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1995","1995",98.50498,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1996","1996",98.22801,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1997","1997",98.28506,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1998","1998",97.70112,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1999","1999",98.4814,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2000","2000",99.02969,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2001","2001",98.08735,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2002","2002",97.70156,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2003","2003",98.49617,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2004","2004",98.16428,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2005","2005",99.39399,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2006","2006",99.4147,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2007","2007",99.47725,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2008","2008",99.49995,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2009","2009",99.43317,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2010","2010",98.39882,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2011","2011",98.78101,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2012","2012",97.2042,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2013","2013",94.35572,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2014","2014",94.58835,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2015","2015",96.79793,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2016","2016",96.14202,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JOR","Jordan","1999","1999",87.61129,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JOR","Jordan","2000","2000",88.58709,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JOR","Jordan","2002","2002",91.07319,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JOR","Jordan","2003","2003",92.42062,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","JOR","Jordan","2004","2004",92.35216,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","1992","1992",88.84671,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","1993","1993",89.7776,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","1999","1999",89.92365,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","2004","2004",94.34116,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","2005","2005",99.03416,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","2006","2006",97.70556,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","2008","2008",99.25735,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","2009","2009",98.63434,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BHS","Bahamas","2016","2016",91.55844,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","1997","1997",74.53366,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","1999","1999",82.76601,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2000","2000",85.04124,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2001","2001",85.26023,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2002","2002",86.83285,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2004","2004",90.96941,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2005","2005",92.19665,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2006","2006",93.46148,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2007","2007",94.18157,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2008","2008",94.37359,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2009","2009",96.53721,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2010","2010",95.05575,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2011","2011",92.48375,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2012","2012",89.70728,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2013","2013",87.32897,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2014","2014",85.51699,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2015","2015",85.18706,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2016","2016",84.62022,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GTM","Guatemala","2017","2017",85.58027,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",91.52067,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",91.29531,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",90.23202,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",89.27205,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",88.73456,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",87.65259,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",87.66253,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",87.6979,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",86.83579,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",85.95623,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",85.01752,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",85.17813,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",85.37582,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",84.49361,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",88.62894,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",89.22935,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",91.71095,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2001","2001",98.21228,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2002","2002",97.20884,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2003","2003",96.80616,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2004","2004",94.42702,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2005","2005",93.88874,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2006","2006",93.08766,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2007","2007",91.8026,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2008","2008",90.20102,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2009","2009",89.15956,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2010","2010",87.8615,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2011","2011",87.21896,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2012","2012",87.84956,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2013","2013",87.21105,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2014","2014",87.55897,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2015","2015",87.4334,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2016","2016",87.0224,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CPV","Cabo Verde","2017","2017",87.02413,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","1999","1999",97.13656,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2000","2000",96.74894,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2001","2001",96.25154,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2002","2002",96.2528,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2003","2003",95.19081,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2004","2004",95.92661,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2005","2005",96.7155,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2006","2006",96.99142,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2007","2007",97.01571,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2008","2008",96.48635,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2010","2010",93.77859,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2011","2011",93.12443,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2012","2012",93.088,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2013","2013",93.10208,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2014","2014",93.14047,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2015","2015",94.78644,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LUX","Luxembourg","2016","2016",95.6292,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RWA","Rwanda","1999","1999",80.93768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2002","2002",82.95135,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2003","2003",89.02323,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2016","2016",95.86197,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2017","2017",93.93462,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","1991","1991",98.42823,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","1994","1994",97.46589,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2005","2005",97.5014,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2006","2006",97.21299,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2009","2009",99.30243,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2010","2010",99.41744,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2011","2011",98.76593,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2012","2012",98.91737,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2013","2013",98.84159,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2014","2014",97.80828,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2015","2015",96.81598,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRT","Portugal","2016","2016",96.0377,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AGO","Angola","1998","1998",45.04854,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AGO","Angola","2008","2008",74.89366,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AGO","Angola","2009","2009",74.14881,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AGO","Angola","2010","2010",75.28184,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AGO","Angola","2011","2011",77.45058,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","1995","1995",82.28936,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","1996","1996",83.24985,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","1997","1997",83.49405,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","2004","2004",84.45894,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","2005","2005",84.12002,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","2006","2006",87.37296,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","2007","2007",91.82994,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","2008","2008",94.62675,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","2009","2009",94.41814,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","2011","2011",96.19799,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GEO","Georgia","2012","2012",97.3125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1990","1990",78.82103,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1991","1991",79.15245,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1992","1992",77.36127,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1993","1993",97.62945,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1994","1994",96.91663,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1995","1995",96.213,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1996","1996",96.11728,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1997","1997",96.28477,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1999","1999",95.3991,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2000","2000",95.31862,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2001","2001",94.96985,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2002","2002",95.94279,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2003","2003",96.14328,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2004","2004",96.11749,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2005","2005",99.34591,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2006","2006",99.21867,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2007","2007",99.04305,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2008","2008",98.70243,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2009","2009",98.74389,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2010","2010",98.96982,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2011","2011",98.719,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2012","2012",97.9124,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2013","2013",97.29695,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2014","2014",96.91133,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2015","2015",97.36852,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","THA","Thailand","2006","2006",99.68717,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","THA","Thailand","2007","2007",99.23802,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","THA","Thailand","2008","2008",98.60382,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","THA","Thailand","2009","2009",98.23624,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1994","1994",92.28863,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1995","1995",92.65225,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1996","1996",93.69231,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1997","1997",96.07215,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1998","1998",94.99422,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1999","1999",94.75227,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2000","2000",95.5155,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2001","2001",96.95899,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2002","2002",97.58861,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2003","2003",97.19929,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2005","2005",97.4026,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2006","2006",96.86723,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2007","2007",96.98816,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2008","2008",97.2402,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2009","2009",95.27103,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2010","2010",95.51648,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2011","2011",95.24609,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2012","2012",95.04889,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2013","2013",92.30751,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2014","2014",91.27308,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2015","2015",91.90784,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2016","2016",91.34875,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","1998","1998",98.05795,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","1999","1999",97.23711,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2000","2000",98.58443,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2001","2001",98.82957,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2002","2002",98.40741,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2003","2003",98.52051,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2004","2004",96.40612,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2005","2005",98.91718,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2015","2015",85.81599,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","1991","1991",85.73672,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","1993","1993",87.04373,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2000","2000",84.97201,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2003","2003",86.02686,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2004","2004",86.48526,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2005","2005",84.92236,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2006","2006",90.06328,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2007","2007",85.16918,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2008","2008",88.7086,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2009","2009",87.59976,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2010","2010",87.61282,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2011","2011",88.70053,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2012","2012",85.29787,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2013","2013",81.68737,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2014","2014",81.77338,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2015","2015",80.19959,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2016","2016",81.98319,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","HND","Honduras","2017","2017",82.64339,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","1990","1990",97.31311,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2000","2000",89.25539,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2001","2001",90.19833,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2002","2002",97.46508,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2003","2003",95.93322,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2004","2004",94.14079,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2005","2005",91.7001,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2006","2006",94.15938,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2007","2007",93.4385,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","1993","1993",98.78996,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","1994","1994",98.57107,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","1995","1995",98.27037,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","1996","1996",98.07904,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","1997","1997",98.64283,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","1998","1998",99.53609,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2001","2001",99.59193,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2002","2002",99.28354,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2003","2003",98.62232,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2004","2004",97.717,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2005","2005",97.1561,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2006","2006",96.49623,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2007","2007",97.11828,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2008","2008",97.74798,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2009","2009",97.87344,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2010","2010",98.20187,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2011","2011",98.52589,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2012","2012",99.08058,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2013","2013",99.02324,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2014","2014",99.21057,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2015","2015",99.074,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FIN","Finland","2016","2016",98.97445,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","1999","1999",62.03616,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2000","2000",65.05432,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2004","2004",66.36904,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2005","2005",66.82319,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2006","2006",67.31323,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2007","2007",70.27987,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2008","2008",63.37132,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2009","2009",64.31045,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2010","2010",64.10465,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",84.053,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",86.23366,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",88.72191,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",91.63143,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",90.29215,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",90.4672,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",89.75402,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",89.72946,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",90.85995,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",88.92464,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",90.78138,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",91.21118,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",91.54476,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",90.40004,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",89.78499,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",90.28235,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",89.20863,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",86.44847,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",83.68373,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","1990","1990",98.34533,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","1991","1991",98.62825,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","1993","1993",96.76664,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","1994","1994",95.74716,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","1995","1995",96.9449,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","1996","1996",95.70512,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","1999","1999",94.86393,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2000","2000",94.97101,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2001","2001",94.59441,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2002","2002",93.76761,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2003","2003",94.71325,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2004","2004",93.96537,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2005","2005",94.24859,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2006","2006",94.54147,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2007","2007",95.53825,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2008","2008",95.73653,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2009","2009",93.90673,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2010","2010",93.23588,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2011","2011",91.84373,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2012","2012",92.94052,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2013","2013",92.87408,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2014","2014",92.897,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2015","2015",93.49589,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","USA","United States of America","2016","2016",95.28074,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2000","2000",94.88975,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2001","2001",94.21332,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2002","2002",96.52025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2003","2003",96.92337,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2004","2004",96.90992,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2005","2005",97.05474,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2006","2006",96.61934,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2007","2007",95.1789,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2008","2008",97.53257,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2009","2009",97.4627,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2010","2010",97.88764,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2011","2011",97.43409,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2012","2012",97.58263,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2013","2013",97.54193,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2014","2014",95.31766,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2015","2015",94.35111,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2016","2016",94.34999,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2017","2017",97.73009,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","1999","1999",57.47285,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","2000","2000",64.61931,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","2003","2003",74.62455,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","2004","2004",75.49065,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","2011","2011",97.59315,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","2014","2014",93.48078,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","2015","2015",95.7214,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","2016","2016",96.2106,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NPL","Nepal","2017","2017",93.25348,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DMA","Dominica","2004","2004",93.35995,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DMA","Dominica","2005","2005",91.91002,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DMA","Dominica","2006","2006",89.42049,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DMA","Dominica","2007","2007",89.10196,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DMA","Dominica","2008","2008",89.43249,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DMA","Dominica","2009","2009",93.50449,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DMA","Dominica","2016","2016",95.92972,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","1995","1995",80.25475,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","1996","1996",84.03193,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","1997","1997",83.93936,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","1998","1998",85.72697,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","1999","1999",87.5548,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2000","2000",89.44223,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2001","2001",90.48756,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2002","2002",89.10693,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2003","2003",82.30017,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2004","2004",87.98651,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2005","2005",87.79203,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2006","2006",91.75652,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2007","2007",89.50781,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2008","2008",88.8622,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2009","2009",95.87993,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2010","2010",97.95327,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2011","2011",98.45815,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2012","2012",97.95055,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2013","2013",95.69981,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2014","2014",95.89662,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2015","2015",97.62824,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2016","2016",98.62213,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MNG","Mongolia","2017","2017",98.632,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1996","1996",61.29394,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1997","1997",62.53395,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1999","1999",63.59802,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2000","2000",63.04869,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2001","2001",67.04879,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2002","2002",67.90418,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2003","2003",61.60898,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2009","2009",61.06568,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2013","2013",70.5487,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2014","2014",78.08582,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2015","2015",82.42381,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2016","2016",88.12782,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2017","2017",89.76893,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COG","Congo","2005","2005",51.33325,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COG","Congo","2006","2006",54.62999,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COG","Congo","2010","2010",84.46898,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","COG","Congo","2012","2012",85.84186,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1990","1990",69.47096,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1991","1991",69.83848,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1992","1992",70.93514,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1993","1993",73.29645,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1994","1994",73.88656,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1995","1995",75.49186,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1996","1996",78.67639,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1997","1997",78.73949,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1998","1998",78.99567,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","1999","1999",80.82579,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2000","2000",81.93906,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2001","2001",82.64395,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2002","2002",83.48495,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2003","2003",82.40191,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2009","2009",94.8522,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2011","2011",94.74416,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2012","2012",96.13329,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2013","2013",94.28707,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2014","2014",94.00017,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2015","2015",94.14008,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2016","2016",95.02602,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","OMN","Oman","2017","2017",94.04283,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1991","1991",96.17142,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1992","1992",96.14938,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1993","1993",91.32005,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1994","1994",83.26495,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1995","1995",84.66302,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1996","1996",93.50836,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1997","1997",90.12694,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1998","1998",88.72601,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1999","1999",92.1411,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2000","2000",88.23962,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2001","2001",85.38303,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2002","2002",84.82565,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2003","2003",83.28454,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2004","2004",84.21228,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2005","2005",83.86862,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2006","2006",83.15377,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2007","2007",83.3748,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2008","2008",83.88997,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2009","2009",85.17391,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2010","2010",84.44645,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2011","2011",86.61261,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2012","2012",89.10507,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2013","2013",93.50729,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2014","2014",94.6666,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2015","2015",94.14265,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2016","2016",94.92858,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2017","2017",93.7475,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","1993","1993",94.16968,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","1995","1995",88.95977,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","1998","1998",97.93371,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2004","2004",95.95529,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2005","2005",95.44556,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2006","2006",95.39154,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2007","2007",95.1703,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2008","2008",94.99555,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2009","2009",95.33821,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2010","2010",95.35311,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2011","2011",95.45742,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2012","2012",91.05928,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2013","2013",93.08702,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2014","2014",92.54791,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2015","2015",93.80794,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2016","2016",94.85149,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2017","2017",95.05349,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PER","Peru","2018","2018",96.18673,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","1998","1998",94.92542,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","1999","1999",94.81237,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2000","2000",95.27696,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2001","2001",95.20589,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2002","2002",95.48957,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2003","2003",95.67281,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2004","2004",95.28916,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2005","2005",95.46838,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2006","2006",95.56054,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2007","2007",95.36087,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2008","2008",94.28462,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2009","2009",94.65411,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2010","2010",92.36218,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2011","2011",89.96706,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2012","2012",88.50345,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2013","2013",88.44894,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2014","2014",88.41375,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2015","2015",89.26115,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2016","2016",90.4307,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2017","2017",92.43172,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2005","2005",83.50676,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2006","2006",85.78618,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2007","2007",83.72124,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2008","2008",90.71965,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2009","2009",95.02783,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2010","2010",92.18877,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2011","2011",91.15553,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2012","2012",91.9697,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2013","2013",91.89086,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2014","2014",92.47252,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2015","2015",93.68498,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2016","2016",95.0406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SUR","Suriname","2017","2017",92.08344,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","1990","1990",95.62017,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","1991","1991",96.17548,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","1992","1992",96.37626,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","1993","1993",96.80467,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","1994","1994",95.65294,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","1995","1995",96.64849,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","1996","1996",98.36965,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","1997","1997",99.16958,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","2011","2011",98.21083,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","2012","2012",98.0057,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","2013","2013",99.39481,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","2014","2014",98.78808,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","2015","2015",98.4465,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MLT","Malta","2016","2016",97.5698,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","1993","1993",73.78006,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","1994","1994",81.97878,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","1995","1995",87.78063,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","1996","1996",90.34617,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","1997","1997",91.23833,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","1998","1998",91.14907,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","1999","1999",88.75918,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2000","2000",88.39742,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2001","2001",91.79606,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2002","2002",90.6538,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2003","2003",93.44534,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2004","2004",95.33769,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2005","2005",93.66534,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2006","2006",92.4128,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2007","2007",92.15749,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2008","2008",87.99882,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2009","2009",88.65402,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2010","2010",88.56204,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2011","2011",88.13152,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2012","2012",86.83725,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2015","2015",87.23731,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ROU","Romania","2016","2016",86.36917,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","1999","1999",61.75682,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2000","2000",64.01552,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2001","2001",65.33006,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2002","2002",60.46621,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2003","2003",72.00745,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2004","2004",70.30313,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2005","2005",70.77364,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2006","2006",69.59267,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2007","2007",80.24647,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2008","2008",75.93701,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2009","2009",77.20256,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KEN","Kenya","2012","2012",80.0983,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1990","1990",95.82034,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1991","1991",95.1169,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1992","1992",94.15866,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1993","1993",93.53313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1994","1994",98.9616,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1995","1995",99.2071,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1996","1996",99.38737,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1997","1997",99.66541,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1999","1999",99.35646,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2000","2000",99.39074,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2001","2001",99.34888,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2002","2002",99.2999,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2003","2003",98.80214,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2004","2004",98.21145,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2005","2005",98.11317,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2006","2006",98.50395,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2007","2007",99.32464,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2008","2008",99.59123,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2009","2009",99.79756,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2010","2010",99.51339,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2011","2011",99.22106,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2012","2012",98.49054,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2015","2015",96.42201,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2016","2016",97.32553,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","1991","1991",21.36674,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","1992","1992",21.8341,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","1993","1993",22.70059,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","1994","1994",23.67345,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","1995","1995",24.94242,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","1998","1998",28.29705,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","1999","1999",29.01118,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2000","2000",29.99879,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2001","2001",31.10795,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2002","2002",31.05662,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2003","2003",32.99755,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2004","2004",35.84748,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2005","2005",40.46028,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2006","2006",43.7204,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2007","2007",49.09273,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2008","2008",55.53211,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2009","2009",58.93276,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2010","2010",57.39892,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2011","2011",62.77919,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2012","2012",63.99954,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2013","2013",65.3145,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2014","2014",66.49134,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2015","2015",68.14274,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2016","2016",74.06397,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BFA","Burkina Faso","2017","2017",75.44775,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1990","1990",97.21957,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1991","1991",96.64149,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1992","1992",96.41289,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1993","1993",96.02541,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1994","1994",95.71637,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1995","1995",94.30381,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1996","1996",94.61706,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1997","1997",94.07018,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1998","1998",93.56365,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","1999","1999",92.98936,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2000","2000",92.7469,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2001","2001",92.43242,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2002","2002",92.48251,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2003","2003",93.20555,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2004","2004",93.69576,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2005","2005",94.28899,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2006","2006",94.60958,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2007","2007",95.54206,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2008","2008",95.72589,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2009","2009",96.05568,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2010","2010",96.50895,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2011","2011",97.26992,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2012","2012",97.2192,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2013","2013",97.09076,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2014","2014",96.70155,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2015","2015",96.60127,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2016","2016",96.29268,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AUS","Australia","2017","2017",96.34716,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","1990","1990",86.83554,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","1991","1991",86.64003,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","1992","1992",86.0317,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","1993","1993",85.80588,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","1994","1994",85.88601,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","1995","1995",86.13397,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","1996","1996",86.8246,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","1998","1998",94.49083,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","2001","2001",94.98547,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","2010","2010",95.40645,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","2011","2011",97.7316,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","2012","2012",95.55827,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","2013","2013",95.57179,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","2014","2014",95.7135,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IRL","Ireland","2016","2016",96.24399,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","1999","1999",83.24604,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2000","2000",84.44006,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2002","2002",92.99806,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2003","2003",92.39014,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2004","2004",82.30518,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2005","2005",83.77277,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2006","2006",80.77297,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2007","2007",87.53664,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2008","2008",83.8765,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2009","2009",94.47577,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2010","2010",95.0547,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2011","2011",93.6626,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2012","2012",92.65378,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2013","2013",92.12317,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2014","2014",90.3893,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2015","2015",94.43418,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2016","2016",93.6624,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","DOM","Dominican Republic","2017","2017",93.03338,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NRU","Nauru","2012","2012",76.72035,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NRU","Nauru","2014","2014",87.06434,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","NRU","Nauru","2016","2016",84.19183,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UGA","Uganda","2009","2009",92.04246,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UGA","Uganda","2010","2010",88.87553,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UGA","Uganda","2011","2011",91.60197,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","UGA","Uganda","2013","2013",92.25881,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","1999","1999",82.37551,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2002","2002",97.29093,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2003","2003",98.987,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2005","2005",96.91027,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2007","2007",88.90899,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2008","2008",89.89109,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2009","2009",89.62565,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2010","2010",90.40055,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2013","2013",90.63894,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2014","2014",91.29632,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2015","2015",91.86652,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2017","2017",96.43089,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","1999","1999",92.77172,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2008","2008",95.91929,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2009","2009",96.83931,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2010","2010",97.3804,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2011","2011",97.45443,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2012","2012",96.73979,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2013","2013",96.51725,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2014","2014",96.29491,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2015","2015",96.35845,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2016","2016",96.49604,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","LVA","Latvia","2017","2017",96.82776,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1990","1990",51.7849,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1991","1991",51.01092,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1992","1992",50.99429,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1993","1993",50.42013,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1994","1994",49.43914,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1995","1995",49.27218,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1996","1996",49.36093,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1997","1997",49.8208,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1998","1998",49.35317,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1999","1999",49.78654,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2000","2000",53.14384,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2001","2001",56.89249,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2002","2002",70.65642,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2003","2003",78.32545,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2004","2004",82.52808,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2005","2005",86.70477,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2006","2006",92.35515,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2008","2008",93.79707,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2010","2010",87.61756,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2012","2012",83.15736,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2013","2013",80.02595,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2014","2014",80.22821,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2016","2016",80.864,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2017","2017",80.89265,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","1990","1990",39.50607,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","1992","1992",49.21298,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","1993","1993",53.21355,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","1994","1994",54.48041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","1995","1995",56.8919,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","1996","1996",59.11845,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","1997","1997",62.47886,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2003","2003",83.4165,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2004","2004",86.69745,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2005","2005",81.92453,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2006","2006",84.66898,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2008","2008",90.1357,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2009","2009",94.2321,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2010","2010",94.92278,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2011","2011",94.8091,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2012","2012",95.50615,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2014","2014",96.36037,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BEN","Benin","2017","2017",97.03366,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","1997","1997",85.32345,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2003","2003",97.54214,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2004","2004",96.07823,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2005","2005",92.66895,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2006","2006",90.94038,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2007","2007",92.0686,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2008","2008",92.76583,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2009","2009",94.42573,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2010","2010",95.23133,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2011","2011",94.90379,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2012","2012",91.23268,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2013","2013",89.97266,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2014","2014",85.06717,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2015","2015",84.81478,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2016","2016",85.05043,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","LBN","Lebanon","2017","2017",89.09886,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","1991","1991",86.25241,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","1993","1993",87.56192,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2000","2000",85.54644,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2003","2003",86.78496,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2004","2004",87.26235,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2005","2005",85.85984,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2006","2006",90.93257,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2007","2007",85.89473,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2008","2008",89.57927,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2009","2009",88.40517,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2010","2010",88.49373,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2011","2011",89.23385,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2012","2012",85.83288,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2013","2013",82.15656,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2014","2014",81.93357,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2015","2015",80.85883,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2016","2016",82.67694,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","HND","Honduras","2017","2017",83.32061,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1990","1990",98.95818,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1991","1991",99.66216,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1992","1992",99.34952,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1993","1993",99.9868,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1994","1994",99.9829,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1995","1995",99.95608,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1996","1996",99.94393,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1997","1997",99.93536,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","1999","1999",99.85682,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2000","2000",99.81312,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2001","2001",99.76263,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2002","2002",99.81836,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2003","2003",99.85695,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2004","2004",99.73357,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2005","2005",99.58355,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2006","2006",99.72238,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2007","2007",99.84165,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2008","2008",99.77845,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2009","2009",99.64922,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2010","2010",99.56948,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2011","2011",99.62267,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2012","2012",99.63735,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2013","2013",99.07111,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2014","2014",98.47371,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2015","2015",98.85776,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ESP","Spain","2016","2016",98.46452,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","1990","1990",45.42604,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","1991","1991",42.51722,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","2005","2005",40.11428,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","2006","2006",40.25001,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","2007","2007",46.89157,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","2008","2008",55.19054,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","2009","2009",55.31142,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","2010","2010",57.65768,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","2011","2011",56.48043,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CAF","Central African Republic","2012","2012",59.9346,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","1998","1998",83.75132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","1999","1999",85.56072,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2000","2000",87.18242,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2001","2001",89.26505,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2002","2002",91.1512,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2005","2005",90.17738,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2006","2006",89.79772,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2007","2007",89.52863,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2008","2008",88.07556,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2009","2009",85.82123,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2010","2010",85.64412,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2011","2011",87.37991,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2012","2012",88.81549,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2013","2013",88.59294,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2014","2014",88.29945,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2015","2015",88.52251,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HRV","Croatia","2016","2016",87.45125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1996","1996",93.94392,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1997","1997",95.01155,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1998","1998",95.14476,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1999","1999",95.6013,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2000","2000",95.27589,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2001","2001",95.54123,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2002","2002",93.96385,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2003","2003",94.29544,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2004","2004",95.44085,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2005","2005",94.13449,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2006","2006",95.11614,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2007","2007",97.78584,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2008","2008",98.04967,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2009","2009",97.75161,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2010","2010",97.96737,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2011","2011",97.98919,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2012","2012",96.30025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2013","2013",94.93746,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2014","2014",94.41505,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2015","2015",93.16265,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2016","2016",91.20163,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","1999","1999",97.28765,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2000","2000",97.56264,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2001","2001",98.32343,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2002","2002",98.00696,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2003","2003",98.11374,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2004","2004",97.85743,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2005","2005",97.81466,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2006","2006",97.47982,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2007","2007",97.70108,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2008","2008",97.62314,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2009","2009",97.23898,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2010","2010",97.60687,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2011","2011",97.22163,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2012","2012",97.82936,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2013","2013",97.36617,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2014","2014",97.20484,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2015","2015",97.76381,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2016","2016",97.48191,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ISR","Israel","2017","2017",97.70181,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",92.89481,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",92.73808,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",91.14312,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",89.9171,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",89.07616,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",88.38498,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",88.60104,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",88.76035,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",87.81232,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",86.96932,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",85.54448,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",85.94528,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",85.98328,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",85.06371,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",89.07043,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",89.68874,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",91.87336,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SDN","Sudan","2011","2011",58.98085,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SDN","Sudan","2012","2012",55.4085,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SDN","Sudan","2013","2013",56.34353,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SDN","Sudan","2014","2014",56.63365,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SDN","Sudan","2015","2015",57.32383,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SDN","Sudan","2016","2016",59.56956,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SDN","Sudan","2017","2017",60.43303,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","1993","1993",93.73175,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","1995","1995",88.54278,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","1996","1996",88.04224,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","1997","1997",87.50879,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","1998","1998",97.7375,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","1999","1999",97.69092,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2000","2000",97.57472,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2001","2001",97.83478,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2002","2002",97.69191,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2003","2003",99.53674,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2004","2004",96.58733,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2005","2005",96.27116,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2006","2006",96.20183,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2007","2007",95.99829,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2008","2008",95.92108,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2009","2009",96.14603,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2010","2010",96.17117,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2011","2011",95.92361,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2012","2012",90.99061,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2013","2013",93.15801,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2014","2014",92.81024,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2015","2015",94.08167,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2016","2016",95.15321,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2017","2017",95.35011,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PER","Peru","2018","2018",96.55621,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","1997","1997",54.48763,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","1998","1998",60.0279,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","1999","1999",61.11761,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","2000","2000",61.98299,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","2001","2001",62.63854,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","2002","2002",66.50035,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","2003","2003",67.63633,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","2011","2011",69.98635,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","2013","2013",89.10912,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","2015","2015",89.61383,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","TCD","Chad","2016","2016",82.90553,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","1990","1990",99.54328,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","1991","1991",99.8375,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2000","2000",99.10266,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2002","2002",99.30805,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2003","2003",98.77722,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2004","2004",96.60185,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2005","2005",95.20616,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2006","2006",94.94789,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2007","2007",96.09027,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2008","2008",98.11687,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2009","2009",99.03,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2010","2010",99.05308,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2011","2011",99.24079,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2012","2012",99.50038,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2013","2013",99.41975,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2014","2014",99.52301,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2015","2015",99.36258,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SWE","Sweden","2016","2016",99.16844,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","1995","1995",87.95851,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","1996","1996",91.28062,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","1999","1999",94.9087,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2000","2000",95.24641,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2001","2001",95.42856,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2003","2003",94.37054,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2004","2004",93.70524,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2005","2005",93.9982,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2006","2006",93.50351,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2007","2007",94.8157,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2008","2008",94.68705,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2009","2009",94.58943,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2010","2010",97.59537,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2011","2011",97.58054,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2012","2012",97.61709,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2013","2013",96.45245,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2014","2014",93.67104,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2015","2015",92.73417,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","EST","Estonia","2016","2016",92.93595,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","1990","1990",97.7578,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","1991","1991",96.79297,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","1992","1992",96.11178,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","1993","1993",94.80381,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","1994","1994",95.52808,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","1995","1995",95.49756,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","1996","1996",93.78163,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","1997","1997",93.75266,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2001","2001",92.59984,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2002","2002",91.74453,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2003","2003",91.39009,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2004","2004",90.48389,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2005","2005",90.19171,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2006","2006",93.04569,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2007","2007",95.4387,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2008","2008",94.08098,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2009","2009",95.12414,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2010","2010",94.49115,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2011","2011",92.40679,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2012","2012",92.26794,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2013","2013",89.46368,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2014","2014",89.424,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2016","2016",93.46005,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","IDN","Indonesia","2017","2017",94.55579,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","1990","1990",52.65939,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","1991","1991",55.47216,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","1994","1994",52.38403,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","1995","1995",60.42983,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","1996","1996",66.58821,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","1997","1997",64.91184,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2001","2001",77.41134,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2003","2003",79.07181,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2004","2004",81.88425,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2005","2005",81.77993,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2007","2007",82.51087,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2008","2008",83.88522,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2014","2014",86.52687,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2016","2016",86.03788,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TGO","Togo","2017","2017",87.11911,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1990","1990",95.56185,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1991","1991",96.16817,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1992","1992",92.80313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1993","1993",89.32138,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1994","1994",87.3584,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1995","1995",87.85948,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1996","1996",85.09288,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1997","1997",81.59346,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1998","1998",78.68793,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2007","2007",86.62153,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2012","2012",87.84117,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2013","2013",87.02749,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2014","2014",89.85699,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2015","2015",93.38943,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2016","2016",94.5949,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","1995","1995",89.37898,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2009","2009",91.81651,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2010","2010",91.14108,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2011","2011",90.75203,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2012","2012",93.95279,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2013","2013",92.06749,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2014","2014",92.95046,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2015","2015",93.5195,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2016","2016",96.03093,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BLR","Belarus","2017","2017",95.88011,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","1990","1990",97.84123,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","1991","1991",98.31617,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","1992","1992",97.33748,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","1993","1993",96.83258,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","1994","1994",98.57861,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","1995","1995",98.44747,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","1996","1996",98.0899,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","1999","1999",98.29073,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2000","2000",97.83687,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2004","2004",98.1757,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2005","2005",96.20132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2006","2006",96.63566,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2007","2007",97.2263,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2008","2008",97.034,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2009","2009",97.04203,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2010","2010",96.85112,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2011","2011",97.96883,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2012","2012",98.35611,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2013","2013",98.60285,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2014","2014",98.28652,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2015","2015",98.50511,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","DNK","Denmark","2016","2016",98.90943,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1990","1990",93.94593,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1991","1991",94.94951,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1992","1992",95.33662,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1993","1993",96.17458,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1994","1994",96.18888,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1995","1995",96.42446,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1996","1996",95.46047,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1997","1997",94.33755,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1999","1999",93.73163,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2000","2000",95.43821,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2001","2001",97.28584,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2002","2002",98.53358,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2003","2003",98.58553,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2004","2004",98.69988,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2005","2005",98.87224,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2006","2006",97.40633,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2007","2007",96.23335,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2008","2008",96.41815,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2009","2009",97.60207,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2010","2010",98.94783,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2011","2011",99.63407,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2012","2012",98.81704,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2013","2013",98.56731,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COG","Congo","2005","2005",46.81373,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COG","Congo","2006","2006",57.44541,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COG","Congo","2010","2010",86.1049,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COG","Congo","2012","2012",82.31735,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","1993","1993",54.34859,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2000","2000",46.25945,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2001","2001",56.27409,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2002","2002",56.00165,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2003","2003",59.21577,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2004","2004",59.19896,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2005","2005",62.15291,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2006","2006",77.65236,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2007","2007",84.60173,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2008","2008",94.82671,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2009","2009",91.8712,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2010","2010",96.94957,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BDI","Burundi","2017","2017",95.80589,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","1991","1991",98.81623,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","1992","1992",97.34669,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","1994","1994",97.17952,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","1995","1995",98.63502,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","1996","1996",98.88263,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","2013","2013",98.05683,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","2014","2014",97.61609,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","2015","2015",97.96567,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","2016","2016",98.85896,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NZL","New Zealand","2017","2017",99.38174,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","1991","1991",96.25484,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","1997","1997",100,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","1998","1998",99.51951,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","1999","1999",99.2889,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2000","2000",99.11938,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2003","2003",98.99138,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2004","2004",98.63878,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2005","2005",98.81156,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2006","2006",98.8042,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2007","2007",99.06331,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2008","2008",99.04946,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2009","2009",99.02026,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2010","2010",98.6673,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2011","2011",98.84488,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2012","2012",98.97062,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2013","2013",99.02362,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2014","2014",99.34671,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2015","2015",99.39359,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ARG","Argentina","2016","2016",98.99401,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1991","1991",99.7586,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1992","1992",99.91029,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1993","1993",98.86724,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1994","1994",99.01111,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1995","1995",98.30203,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1996","1996",98.28682,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1997","1997",99.13285,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2014","2014",96.44638,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2015","2015",95.20049,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2016","2016",97.3713,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2017","2017",95.14313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1991","1991",47.71637,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1992","1992",48.07795,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1996","1996",53.57624,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1997","1997",54.71443,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1999","1999",55.92592,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2000","2000",55.10158,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2001","2001",59.05266,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2002","2002",59.15573,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2003","2003",55.77923,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2009","2009",56.08113,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2013","2013",67.98126,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2014","2014",73.44168,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2015","2015",77.70366,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2016","2016",83.88588,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2017","2017",85.95877,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1990","1990",87.81827,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1991","1991",87.40557,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1992","1992",86.65049,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1993","1993",86.3991,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1994","1994",86.51321,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1995","1995",86.79376,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1996","1996",87.53128,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1998","1998",94.31424,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","1999","1999",94.63387,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2000","2000",94.79352,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2001","2001",94.63713,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2002","2002",94.80837,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2003","2003",94.8888,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2004","2004",94.91075,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2005","2005",94.81635,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2006","2006",95.19238,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2007","2007",95.33288,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2008","2008",95.40736,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2009","2009",95.46813,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2010","2010",95.20748,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2011","2011",97.52724,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2012","2012",95.33033,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2013","2013",95.2089,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2014","2014",95.35688,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2015","2015",95.75035,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","IRL","Ireland","2016","2016",95.87164,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","1997","1997",93.22034,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","1999","1999",95.31647,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2000","2000",97.06958,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2001","2001",97.25972,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2002","2002",97.67101,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2005","2005",97.34994,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2006","2006",96.93759,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2007","2007",96.92142,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2008","2008",95.37187,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2009","2009",94.74691,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2015","2015",96.1362,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2016","2016",98.87204,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MDV","Maldives","2017","2017",99.49032,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NRU","Nauru","2012","2012",75.48006,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NRU","Nauru","2014","2014",89.18558,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NRU","Nauru","2016","2016",83.0874,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","1991","1991",92.4963,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","1992","1992",90.46539,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","1993","1993",88.64869,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","1995","1995",90.62853,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","1996","1996",89.03723,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","2003","2003",89.50074,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","2008","2008",93.22857,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","2009","2009",88.73865,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","2010","2010",91.84322,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","2011","2011",93.11006,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUY","Guyana","2012","2012",90.55692,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","1990","1990",96.65634,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","1992","1992",89.23549,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","1999","1999",96.85646,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2000","2000",95.50225,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2001","2001",94.48407,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2002","2002",91.7524,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2003","2003",91.28961,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2004","2004",89.7968,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2005","2005",90.2112,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2006","2006",91.86377,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2007","2007",95.63888,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2008","2008",97.05084,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2009","2009",94.61246,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2010","2010",95.83785,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2011","2011",94.03039,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2014","2014",91.97379,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2015","2015",91.76879,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2016","2016",92.02679,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRB","Barbados","2017","2017",89.21215,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1990","1990",97.79685,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1991","1991",93.33278,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1993","1993",93.37677,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1994","1994",94.10458,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1995","1995",95.03595,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1996","1996",97.05766,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1997","1997",97.95839,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1998","1998",95.93269,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","1999","1999",92.98334,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2000","2000",93.36483,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2001","2001",93.23002,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2002","2002",94.97783,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2003","2003",94.53465,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2004","2004",95.10045,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2005","2005",96.5796,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2006","2006",96.70893,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2007","2007",97.146,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2008","2008",97.09074,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2009","2009",97.32628,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2010","2010",97.56976,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2011","2011",97.6351,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2012","2012",94.65525,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2013","2013",97.22243,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2014","2014",97.32443,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2015","2015",97.17083,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2016","2016",96.0591,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MUS","Mauritius","2017","2017",96.85442,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1990","1990",85.39041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1991","1991",87.11221,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1992","1992",88.19909,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1993","1993",87.71003,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1994","1994",87.65254,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1995","1995",87.88283,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1996","1996",87.4386,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1997","1997",86.91522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","1999","1999",88.30293,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2000","2000",89.17991,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2001","2001",91.15173,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2002","2002",92.17382,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2003","2003",92.47238,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2004","2004",92.9563,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2005","2005",93.17479,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2006","2006",93.23413,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2007","2007",95.2376,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2008","2008",96.31559,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2009","2009",97.41131,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2010","2010",97.20088,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2011","2011",97.55868,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2012","2012",97.27711,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2015","2015",97.50817,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2016","2016",97.55012,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DZA","Algeria","2017","2017",97.54668,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","1990","1990",38.22112,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","1992","1992",38.1548,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","1996","1996",43.78023,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","1997","1997",48.25274,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","1998","1998",51.39179,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","1999","1999",50.15386,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2000","2000",54.08026,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2003","2003",61.71195,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2004","2004",61.71362,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2005","2005",63.2201,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2006","2006",66.01442,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2007","2007",69.10057,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2008","2008",70.65706,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2009","2009",71.42873,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2010","2010",72.80478,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2011","2011",73.61057,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2012","2012",76.06376,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2013","2013",74.93283,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2014","2014",75.60757,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2015","2015",76.0153,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2016","2016",75.99154,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SEN","Senegal","2017","2017",78.25432,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1990","1990",27.19719,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1991","1991",27.2619,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1992","1992",28.46114,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1993","1993",26.21071,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1994","1994",27.08583,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1995","1995",28.14266,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1996","1996",28.11271,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1997","1997",27.03737,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1999","1999",26.72907,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2000","2000",26.89124,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2001","2001",29.47871,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2002","2002",31.03266,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2004","2004",34.69409,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2005","2005",36.15025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2006","2006",39.33961,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2007","2007",41.52777,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2008","2008",46.5594,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2009","2009",45.68522,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2011","2011",53.64887,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2013","2013",54.13158,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2014","2014",56.30359,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2015","2015",55.59274,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2016","2016",52.42191,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2017","2017",55.05352,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2018","2018",57.25676,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","1990","1990",27.08335,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","1992","1992",32.99804,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","1993","1993",36.29644,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","1994","1994",38.66781,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","1995","1995",41.25013,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","1996","1996",43.90907,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","1997","1997",47.59339,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","2006","2006",78.42552,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","2008","2008",83.58132,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEN","Benin","2011","2011",89.61656,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","1998","1998",92.93866,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","1999","1999",87.86373,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2000","2000",92.98831,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2005","2005",95.39077,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2007","2007",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2010","2010",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2011","2011",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2012","2012",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2013","2013",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2014","2014",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2015","2015",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COK","Cook Islands","2016","2016",100,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","1992","1992",88.23497,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","1993","1993",88.00443,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","1999","1999",92.00705,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","2004","2004",93.72935,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","2005","2005",97.54748,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","2006","2006",95.90567,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","2008","2008",97.6097,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","2009","2009",93.52026,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHS","Bahamas","2016","2016",85.16784,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","1999","1999",99.81857,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2000","2000",99.99891,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2001","2001",99.94063,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2002","2002",99.77087,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2003","2003",99.55967,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2004","2004",99.88772,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2005","2005",99.8655,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2006","2006",99.7729,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2007","2007",99.92959,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2008","2008",99.73988,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2009","2009",99.67338,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2010","2010",99.68213,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2011","2011",99.67129,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2012","2012",99.56797,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2013","2013",99.81482,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2014","2014",99.83069,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2015","2015",99.81046,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DEU","Germany","2016","2016",99.78186,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1991","1991",54.07278,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1992","1992",53.13017,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1993","1993",52.46327,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1994","1994",52.62361,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1995","1995",55.92757,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1999","1999",35.89348,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","1999","1999",99.9827,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2002","2002",95.8447,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2003","2003",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2004","2004",98.6345,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2005","2005",91.46391,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2007","2007",94.84948,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2008","2008",97.42049,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2013","2013",99.91636,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2014","2014",99.07714,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2015","2015",98.80456,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2016","2016",99.47982,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRD","Grenada","2017","2017",100,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","1990","1990",98.89268,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","1992","1992",99.50511,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","1999","1999",99.91257,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2000","2000",99.98488,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2001","2001",99.93363,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2002","2002",99.94094,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2003","2003",99.90421,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2004","2004",99.82548,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2005","2005",99.51561,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2006","2006",99.62566,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2007","2007",99.85051,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2008","2008",99.9313,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2009","2009",99.9145,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2010","2010",99.83978,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2011","2011",99.84366,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2012","2012",99.86302,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2013","2013",99.35439,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2014","2014",98.71081,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2015","2015",99.09237,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ESP","Spain","2016","2016",98.60074,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BMU","Bermuda","2005","2005",95.23512,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BMU","Bermuda","2011","2011",87.47967,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BMU","Bermuda","2012","2012",85.38776,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1990","1990",90.8568,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1991","1991",90.63643,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1992","1992",89.13799,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1993","1993",87.16468,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1994","1994",86.44549,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1995","1995",88.57508,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1996","1996",87.16309,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1997","1997",87.61224,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1998","1998",94.37172,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","1999","1999",94.84593,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2000","2000",95.9862,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2001","2001",94.79914,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2002","2002",94.59802,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2003","2003",94.54002,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2004","2004",93.57758,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2005","2005",92.61052,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2006","2006",91.9374,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2007","2007",92.15083,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2010","2010",93.38581,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2011","2011",93.71918,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2012","2012",93.84506,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2013","2013",93.65928,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2014","2014",92.66053,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2015","2015",93.66463,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GRC","Greece","2016","2016",93.24383,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2002","2002",87.13227,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2003","2003",85.53155,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2005","2005",88.61333,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2006","2006",92.21765,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2007","2007",97.07698,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2011","2011",95.15386,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2012","2012",96.42691,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2013","2013",96.54687,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2014","2014",93.98124,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2015","2015",92.80933,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2016","2016",92.32759,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARM","Armenia","2017","2017",92.39764,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","1996","1996",90.4604,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","1999","1999",94.46077,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2000","2000",93.53836,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2001","2001",93.98269,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2002","2002",93.82326,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2003","2003",93.78192,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2004","2004",98.94628,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2005","2005",96.17948,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2006","2006",97.16357,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2007","2007",96.17419,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2008","2008",95.60702,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2009","2009",95.16662,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2010","2010",95.70321,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2011","2011",95.69035,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2012","2012",99.07515,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2013","2013",99.10133,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2014","2014",99.28445,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2015","2015",99.21256,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2016","2016",99.22347,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2017","2017",99.44302,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2005","2005",75.40129,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2006","2006",80.36891,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2007","2007",80.52134,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2013","2013",70.56922,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2014","2014",70.21499,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2015","2015",70.58518,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2016","2016",72.64135,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2017","2017",69.5264,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","1990","1990",73.97164,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","1991","1991",72.06874,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2008","2008",86.82677,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2009","2009",89.62675,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2011","2011",91.51417,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2012","2012",94.60894,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2014","2014",95.26327,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2015","2015",95.66214,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2016","2016",95.80694,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2017","2017",95.8095,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","1991","1991",99.13638,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","1992","1992",97.74376,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","1994","1994",97.13212,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","1995","1995",98.3951,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","1996","1996",99.07045,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","2013","2013",97.42907,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","2014","2014",97.29359,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","2015","2015",97.4471,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","2016","2016",98.15084,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NZL","New Zealand","2017","2017",98.92315,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","1994","1994",91.92869,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","1998","1998",93.31236,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","1999","1999",92.27303,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2000","2000",95.33242,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2001","2001",95.49247,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2007","2007",96.87348,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2010","2010",98.88922,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2011","2011",97.08009,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2012","2012",97.32931,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2014","2014",98.43356,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2015","2015",98.92214,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2016","2016",97.3855,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","WSM","Samoa","2017","2017",98.81335,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2008","2008",71.27389,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2009","2009",79.40467,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2010","2010",87.87229,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2011","2011",93.35354,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2012","2012",91.89704,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2013","2013",90.90991,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2014","2014",87.36902,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2015","2015",84.2751,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2016","2016",80.92551,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TLS","Timor-Leste","2017","2017",79.97204,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","1994","1994",84.93433,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","1997","1997",85.76128,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","1999","1999",84.11024,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2000","2000",86.22576,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2001","2001",87.7149,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2002","2002",89.19549,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2003","2003",91.00414,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2004","2004",92.96563,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2005","2005",93.74484,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2006","2006",91.93094,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2007","2007",97.36271,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2009","2009",98.40355,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2010","2010",98.98313,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2011","2011",95.79209,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2012","2012",97.42941,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2014","2014",97.35072,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2016","2016",99.4816,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EGY","Egypt","2017","2017",99.43946,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FSM","Micronesia (Federated States of)","2014","2014",88.48116,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FSM","Micronesia (Federated States of)","2015","2015",85.39293,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1990","1990",90.43813,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.20491,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1999","1999",90.50239,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2000","2000",89.31266,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2001","2001",86.64336,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2002","2002",86.50292,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2003","2003",86.5964,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2004","2004",86.40442,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2005","2005",86.48738,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2006","2006",86.74118,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2007","2007",87.4764,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2008","2008",87.18244,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2009","2009",86.43771,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2010","2010",86.62526,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2011","2011",87.98723,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2012","2012",89.58851,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2013","2013",91.74824,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2014","2014",96.06479,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2015","2015",99.3549,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2017","2017",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1990","1990",94.73268,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1991","1991",95.76462,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1992","1992",96.16342,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1993","1993",96.2082,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1994","1994",96.43585,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1995","1995",96.46909,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1996","1996",96.37966,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1997","1997",95.57886,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1998","1998",96.59739,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1999","1999",96.52889,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2000","2000",96.86071,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2001","2001",97.52997,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2002","2002",97.70474,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2003","2003",98.38328,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2004","2004",98.99924,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2005","2005",99.19529,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2006","2006",99.19702,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2007","2007",99.23067,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2008","2008",99.24156,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2009","2009",99.1351,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2010","2010",98.92807,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2011","2011",99.08838,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2012","2012",98.93209,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2013","2013",67.36721,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2002","2002",96.33663,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2003","2003",90.09537,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2004","2004",89.76302,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2005","2005",89.94841,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2006","2006",88.78117,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2007","2007",88.23988,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2008","2008",87.93499,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2009","2009",88.30544,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2010","2010",90.76676,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2011","2011",92.87433,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2012","2012",93.87788,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2013","2013",94.26082,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2014","2014",92.76805,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","1994","1994",95.57028,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","1995","1995",94.88765,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","1997","1997",95.68092,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","1999","1999",99.02582,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2004","2004",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2006","2006",99.85337,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2007","2007",99.88441,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2008","2008",98.8384,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2009","2009",96.12815,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2010","2010",96.83921,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2011","2011",95.81903,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2012","2012",94.40547,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2013","2013",94.10717,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2014","2014",95.41339,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2015","2015",95.42049,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUR","Turkey","2016","2016",94.818,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","1990","1990",86.83919,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","1999","1999",93.65046,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2000","2000",95.14043,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2001","2001",96.49122,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2002","2002",98.34737,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2004","2004",99.08604,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2005","2005",98.22194,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2006","2006",98.989,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2007","2007",98.85998,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2008","2008",97.69,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2009","2009",95.32711,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2010","2010",95.94566,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2011","2011",95.42467,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2012","2012",94.64772,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2013","2013",93.04948,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2014","2014",90.99317,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAN","Panama","2015","2015",89.44617,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2010","2010",86.93956,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2011","2011",83.5627,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2012","2012",84.47703,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2013","2013",84.07114,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2014","2014",83.23738,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2015","2015",81.64378,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2016","2016",76.20966,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2003","2003",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2005","2005",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2006","2006",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2007","2007",96.2099,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2008","2008",96.08809,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2011","2011",99.41159,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2012","2012",97.40668,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2015","2015",95.80126,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2016","2016",94.6597,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2017","2017",97.345,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PLW","Palau","2013","2013",99.11504,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PLW","Palau","2014","2014",99.40741,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2000","2000",92.19251,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2001","2001",93.46178,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2002","2002",91.34577,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2003","2003",93.25887,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2004","2004",91.79003,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2005","2005",91.50384,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2006","2006",91.17484,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2007","2007",91.27341,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2008","2008",91.69759,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2009","2009",90.14372,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2010","2010",89.5756,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2014","2014",96.21139,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2017","2017",97.7122,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","1991","1991",92.00001,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","1992","1992",93.96114,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","1993","1993",94.65699,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","1994","1994",93.03484,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","1995","1995",92.54347,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","1996","1996",92.04797,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","1997","1997",92.19711,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2005","2005",99.9368,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2006","2006",99.94732,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2007","2007",98.09974,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2008","2008",99.25718,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2009","2009",99.44372,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2010","2010",99.8424,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2013","2013",99.62701,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2014","2014",94.60632,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2015","2015",97.75908,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","URY","Uruguay","2016","2016",98.4321,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","1990","1990",44.77197,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","1992","1992",44.23334,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","1994","1994",44.92859,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","1996","1996",49.2022,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","1997","1997",53.43262,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","1998","1998",56.00646,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","1999","1999",54.94597,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2000","2000",58.09894,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2003","2003",64.82563,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2004","2004",62.89662,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2005","2005",64.01231,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2006","2006",66.49344,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2007","2007",69.08891,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2008","2008",69.94288,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2009","2009",70.34083,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2010","2010",71.25119,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2011","2011",71.76952,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2012","2012",74.75377,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2013","2013",73.59074,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2014","2014",74.26977,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2015","2015",74.18997,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2016","2016",72.33999,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SEN","Senegal","2017","2017",75.1737,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1990","1990",90.03435,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1991","1991",89.61937,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1992","1992",89.19911,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1993","1993",88.32039,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1996","1996",88.66781,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1997","1997",88.48453,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1999","1999",97.89116,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2000","2000",98.30565,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2001","2001",97.77076,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2002","2002",94.54249,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2003","2003",95.93129,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2004","2004",96.59017,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2005","2005",93.67486,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2007","2007",96.87966,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2008","2008",97.98021,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2009","2009",98.30008,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2010","2010",98.73351,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1991","1991",86.9027,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1994","1994",91.45908,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1995","1995",92.58482,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1998","1998",93.32044,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1999","1999",94.17905,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2000","2000",92.30313,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2001","2001",92.39305,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2002","2002",92.51848,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2003","2003",92.75056,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2004","2004",92.44097,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2005","2005",91.53752,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2015","2015",95.60286,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","1998","1998",91.02686,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2000","2000",93.01302,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2001","2001",93.88808,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2002","2002",95.75568,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2003","2003",96.07697,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2005","2005",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2008","2008",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2011","2011",99.8628,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2012","2012",98.99278,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2013","2013",96.14951,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2014","2014",93.79947,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2015","2015",91.70878,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2016","2016",90.38118,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLV","El Salvador","2017","2017",86.14126,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","1990","1990",99.81221,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","1991","1991",99.29792,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","1992","1992",98.95105,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","1994","1994",99.5151,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","1995","1995",99.75921,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","2013","2013",98.63699,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","2014","2014",98.28512,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","2015","2015",98.79994,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JPN","Japan","2016","2016",98.23516,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2000","2000",93.01808,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2001","2001",96.70294,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2002","2002",96.17641,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2003","2003",99.3316,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2004","2004",98.46704,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2005","2005",95.52234,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2006","2006",92.28017,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2007","2007",91.89992,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2008","2008",92.45991,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2009","2009",92.19121,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2010","2010",91.66796,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2011","2011",92.32072,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2012","2012",92.00732,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2013","2013",92.08929,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2014","2014",92.41834,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2015","2015",91.97998,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2016","2016",91.90278,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2017","2017",91.07408,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","1999","1999",97.81563,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2000","2000",98.05571,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2001","2001",98.23646,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2002","2002",97.90818,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2003","2003",97.9883,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2004","2004",97.41549,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2005","2005",97.23836,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2006","2006",96.63025,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2007","2007",96.86252,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2008","2008",96.87582,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2009","2009",96.65373,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2010","2010",97.01417,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2011","2011",96.67847,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2012","2012",97.35976,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2013","2013",96.99121,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2014","2014",96.77311,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2015","2015",97.23562,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2016","2016",96.52115,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISR","Israel","2017","2017",96.86722,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGD","Bangladesh","1990","1990",77.93072,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGD","Bangladesh","2005","2005",92.55315,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGD","Bangladesh","2006","2006",92.50831,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGD","Bangladesh","2008","2008",91.40438,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGD","Bangladesh","2009","2009",89.64276,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGD","Bangladesh","2010","2010",90.12411,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGD","Bangladesh","2017","2017",93.87197,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NLD","Netherlands","1990","1990",97.77392,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NLD","Netherlands","1991","1991",97.02954,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NLD","Netherlands","1992","1992",95.61267,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NLD","Netherlands","1993","1993",95.42382,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NLD","Netherlands","1994","1994",98.78624,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NLD","Netherlands","1995","1995",99.04296,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NLD","Netherlands","1996","1996",99.12867,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NLD","Netherlands","1997","1997",99.40025,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","1994","1994",84.93433,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","1997","1997",85.76128,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","1999","1999",83.92057,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2000","2000",86.05154,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2001","2001",87.5207,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2002","2002",88.97973,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2003","2003",90.75661,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2004","2004",92.96393,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2005","2005",93.54811,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2006","2006",91.71477,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2007","2007",97.15388,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2009","2009",98.10735,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2010","2010",98.98313,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2011","2011",95.29925,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2012","2012",96.87069,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2014","2014",96.71976,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2016","2016",98.63899,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EGY","Egypt","2017","2017",98.58554,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1990","1990",95.53484,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1991","1991",97.54184,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1992","1992",97.30131,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1993","1993",95.28579,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1994","1994",94.3394,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1995","1995",93.52788,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1996","1996",94.42892,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1998","1998",98.54215,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","1999","1999",99.7777,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","2012","2012",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","2014","2014",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","2015","2015",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAN","Canada","2016","2016",100,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","1991","1991",32.82164,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","1992","1992",33.39627,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","1993","1993",34.49254,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","1994","1994",35.96207,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","1995","1995",37.92465,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","1998","1998",41.46264,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","1999","1999",41.81047,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2000","2000",42.93398,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2001","2001",43.80391,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2002","2002",42.2182,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2003","2003",44.52516,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2004","2004",46.28998,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2005","2005",51.10803,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2006","2006",54.56736,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2007","2007",59.80496,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2008","2008",65.39765,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2009","2009",67.72317,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2010","2010",62.64551,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2011","2011",66.92852,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2012","2012",67.69305,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2013","2013",68.19428,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2014","2014",69.55477,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2015","2015",71.1258,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2016","2016",76.91483,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BFA","Burkina Faso","2017","2017",77.90419,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2007","2007",84.35921,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2008","2008",84.91676,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2009","2009",84.17248,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2010","2010",81.37378,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2011","2011",79.49301,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2012","2012",77.92208,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2014","2014",77.56211,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2015","2015",81.47279,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2017","2017",82.47268,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","1990","1990",95.91662,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","2000","2000",88.68524,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","2001","2001",88.49383,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","2002","2002",97.135,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","2003","2003",95.85663,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","2004","2004",93.39363,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","2005","2005",91.09883,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","2006","2006",93.57437,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LCA","Saint Lucia","2007","2007",93.19722,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","1999","1999",98.94947,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2000","2000",98.16159,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2002","2002",97.74744,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2003","2003",95.36483,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2004","2004",96.247,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2005","2005",97.01915,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2006","2006",98.0595,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2007","2007",98.36567,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2008","2008",99.05299,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2009","2009",98.33102,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2013","2013",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ABW","Aruba","2014","2014",99.84087,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","1994","1994",22.6431,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","1995","1995",26.407,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","1996","1996",31.79984,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","1998","1998",40.26406,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","1999","1999",42.27711,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2000","2000",45.93273,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2001","2001",49.80668,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2002","2002",51.7587,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2003","2003",52.16133,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2004","2004",54.0846,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2005","2005",64.44042,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2006","2006",68.4183,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2007","2007",73.57276,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2008","2008",79.19551,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2009","2009",78.13638,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2010","2010",76.35982,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2011","2011",80.63921,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2012","2012",82.0775,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2014","2014",89.58774,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ETH","Ethiopia","2015","2015",89.58308,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1991","1991",94.78084,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1992","1992",95.44674,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1993","1993",93.76938,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1994","1994",81.44887,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1995","1995",90.40977,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1996","1996",97.36618,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1997","1997",89.18087,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1998","1998",87.86644,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","1999","1999",92.18137,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2000","2000",88.01044,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2001","2001",84.79876,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2002","2002",83.88251,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2003","2003",80.86988,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2004","2004",82.68182,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2005","2005",81.51585,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2006","2006",80.84676,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2007","2007",83.12687,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2008","2008",83.64021,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2009","2009",84.69929,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2010","2010",84.09397,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2011","2011",85.96543,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2012","2012",88.10681,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2013","2013",91.82654,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2014","2014",93.94293,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2015","2015",92.96293,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2016","2016",94.02924,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AZE","Azerbaijan","2017","2017",94.97783,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","1990","1990",96.00354,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","1991","1991",96.16026,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","1992","1992",95.95493,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","1993","1993",96.21948,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","1994","1994",95.20374,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","1995","1995",95.59254,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","1996","1996",98.48476,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","1997","1997",99.7832,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","2011","2011",99.0038,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","2012","2012",98.09892,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","2013","2013",99.67818,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","2014","2014",99.70091,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLT","Malta","2015","2015",99.75724,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1990","1990",92.49029,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1991","1991",92.08705,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1992","1992",94.2691,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1993","1993",95.0857,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1994","1994",97.37866,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1995","1995",97.26618,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1996","1996",99.21638,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1997","1997",98.96481,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1998","1998",98.68568,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","1999","1999",98.81634,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2000","2000",98.13376,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2001","2001",97.40684,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2002","2002",96.96852,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2003","2003",94.94388,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2004","2004",94.66701,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2005","2005",94.43775,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2006","2006",94.50855,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2007","2007",96.6998,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2008","2008",97.61387,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2009","2009",99.8189,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2010","2010",99.95025,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2011","2011",99.99642,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2012","2012",99.60027,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2013","2013",99.56889,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2014","2014",96.5626,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2015","2015",95.46157,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2016","2016",95.75426,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CUB","Cuba","2017","2017",97.03627,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2005","2005",82.63445,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2006","2006",84.28755,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2007","2007",82.68135,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2008","2008",87.86939,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2009","2009",90.69489,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2010","2010",89.71007,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2011","2011",88.26269,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2012","2012",89.55224,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2013","2013",89.75923,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2014","2014",88.93428,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2015","2015",91.55035,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2016","2016",92.78609,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SUR","Suriname","2017","2017",88.42565,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1990","1990",50.86861,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1991","1991",50.24221,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1992","1992",50.41523,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1993","1993",49.42286,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1994","1994",47.99046,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1995","1995",47.93664,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1996","1996",48.06281,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1997","1997",48.36969,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1998","1998",47.75719,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1999","1999",48.13232,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2000","2000",51.82521,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2001","2001",57.16946,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2002","2002",72.69684,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2003","2003",81.46042,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2004","2004",85.55672,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2005","2005",89.69794,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2006","2006",94.33998,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2008","2008",94.66774,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2010","2010",87.35314,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2012","2012",82.72848,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2013","2013",80.31971,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2014","2014",78.41047,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2016","2016",79.54375,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2017","2017",79.55163,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2007","2007",91.77754,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2008","2008",93.02328,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2009","2009",92.31719,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2010","2010",92.95691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2011","2011",93.46068,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2012","2012",95.14215,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2013","2013",96.33946,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2014","2014",97.78235,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2015","2015",98.44453,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2016","2016",98.49867,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UZB","Uzbekistan","2017","2017",98.42307,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","1994","1994",96.80025,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","1995","1995",93.25147,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2006","2006",92.82311,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2007","2007",93.56764,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2008","2008",94.80053,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2009","2009",96.24362,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2011","2011",97.26689,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2012","2012",97.32654,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2013","2013",97.50588,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2014","2014",96.29923,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2015","2015",97.49439,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2016","2016",97.58606,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","1999","1999",41.09881,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","2003","2003",58.42766,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","2004","2004",61.77711,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","2005","2005",65.2667,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","2008","2008",68.70394,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","2010","2010",73.53183,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","2012","2012",76.85497,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","2013","2013",78.22712,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","YEM","Yemen","2016","2016",77.92938,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1990","1990",67.5169,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1991","1991",70.16238,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1992","1992",73.57789,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1993","1993",74.32349,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1994","1994",75.22335,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1995","1995",73.43442,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1996","1996",72.71306,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1999","1999",82.67115,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2000","2000",85.93254,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2001","2001",90.18282,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2002","2002",97.42727,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2004","2004",99.17344,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2005","2005",99.3626,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2006","2006",98.36495,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2007","2007",98.10733,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2008","2008",98.97133,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2010","2010",98.41027,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","1999","1999",90.94181,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2000","2000",91.70366,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2001","2001",89.76729,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2002","2002",89.56162,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2003","2003",88.69172,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2004","2004",87.80808,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2005","2005",85.47909,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2006","2006",84.86832,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2007","2007",84.20506,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2008","2008",86.65905,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2009","2009",88.52078,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2010","2010",89.93036,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2011","2011",90.79916,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2012","2012",93.50338,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2013","2013",93.24802,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2014","2014",93.62727,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2015","2015",92.7138,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2016","2016",92.55543,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PSE","Palestine","2017","2017",94.19213,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","1993","1993",88.46001,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","1994","1994",89.9114,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","1995","1995",90.20965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","1996","1996",90.99026,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","1998","1998",99.03678,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","1999","1999",95.72651,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2000","2000",96.82425,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2001","2001",90.84241,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2002","2002",99.07785,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2003","2003",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2004","2004",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2005","2005",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2013","2013",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYC","Seychelles","2017","2017",98.07437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","1999","1999",74.96996,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","2000","2000",80.42634,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","2003","2003",86.00551,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","2004","2004",86.49989,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","2011","2011",99.09892,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","2014","2014",94.97574,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","2015","2015",97.5067,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","2016","2016",97.13634,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NPL","Nepal","2017","2017",96.19392,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GAB","Gabon","1997","1997",91.39805,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1990","1990",92.51423,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1992","1992",96.29751,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1997","1997",93.1747,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1999","1999",85.53892,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2000","2000",84.87375,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2002","2002",93.40144,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2003","2003",92.80414,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2004","2004",95.83661,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2005","2005",95.62274,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2006","2006",98.79121,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2007","2007",98.98022,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2009","2009",99.57876,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2010","2010",99.68354,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2011","2011",99.83043,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2012","2012",99.64914,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2013","2013",98.63529,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2014","2014",99.54842,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2015","2015",99.41444,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2016","2016",99.13775,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2017","2017",98.6638,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBR","Liberia","1999","1999",46.76267,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBR","Liberia","2006","2006",35.20132,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBR","Liberia","2008","2008",42.73574,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBR","Liberia","2009","2009",40.26841,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBR","Liberia","2011","2011",41.01848,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBR","Liberia","2014","2014",38.21186,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBR","Liberia","2015","2015",37.68327,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBR","Liberia","2016","2016",36.75459,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","1995","1995",82.53185,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","1996","1996",82.41838,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","1997","1997",83.72236,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2004","2004",89.80796,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2005","2005",88.87547,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2006","2006",91.45228,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2007","2007",97.64028,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2008","2008",95.60607,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2009","2009",95.00442,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2011","2011",96.2599,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2012","2012",98.03101,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2013","2013",99.66121,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2014","2014",99.74674,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2015","2015",99.61905,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2016","2016",99.62592,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GEO","Georgia","2017","2017",99.26132,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","1990","1990",16.88337,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","1991","1991",17.39823,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","1992","1992",16.0206,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","1997","1997",18.56847,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","1998","1998",19.14866,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","1999","1999",20.81663,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2000","2000",21.67539,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2001","2001",24.59737,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2002","2002",27.44991,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2003","2003",30.80838,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2004","2004",33.72382,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2005","2005",34.26406,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2006","2006",35.68144,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2007","2007",37.11935,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2008","2008",41.03589,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2009","2009",44.81248,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2010","2010",48.81592,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2011","2011",53.53606,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2012","2012",55.58726,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2013","2013",55.57288,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2014","2014",56.07131,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2015","2015",57.60193,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2016","2016",58.81197,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NER","Niger","2017","2017",62.03588,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","1997","1997",76.30155,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","1998","1998",78.48178,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","1999","1999",81.50523,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2000","2000",87.30128,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2003","2003",95.69488,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2006","2006",94.00132,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2007","2007",93.99543,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2008","2008",92.70778,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2010","2010",92.69281,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2011","2011",95.21825,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2012","2012",95.08708,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2014","2014",94.01115,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2015","2015",96.58637,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2016","2016",92.75297,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KHM","Cambodia","2017","2017",90.34679,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","1996","1996",98.46476,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","1997","1997",98.89543,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2004","2004",99.80524,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2014","2014",99.91336,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2015","2015",99.52316,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ITA","Italy","2016","2016",99.07351,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","1992","1992",47.36412,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","1994","1994",68.10211,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","1996","1996",92.81076,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","1997","1997",93.40904,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","1999","1999",97.39654,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2000","2000",90.02663,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2001","2001",86.24704,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2002","2002",88.66109,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2004","2004",89.57038,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2005","2005",90.41675,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2007","2007",98.86419,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2008","2008",99.94642,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2010","2010",99.38907,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2011","2011",99.61688,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2012","2012",97.33379,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2013","2013",95.75238,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2014","2014",95.5686,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2015","2015",95.67326,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2016","2016",95.03638,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KWT","Kuwait","2017","2017",93.28432,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","1998","1998",84.09731,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","1999","1999",86.28094,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2000","2000",87.02795,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2001","2001",89.04505,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2002","2002",85.50634,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2003","2003",84.13745,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2012","2012",88.06342,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2013","2013",85.22919,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2007","2007",95.41538,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2008","2008",95.10626,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2009","2009",92.85497,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2010","2010",93.2865,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2011","2011",92.10271,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2012","2012",91.49689,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2013","2013",90.6555,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2014","2014",90.82701,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2015","2015",91.63367,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2016","2016",92.94523,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHL","Chile","2017","2017",94.81424,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","1990","1990",88.85592,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","1991","1991",88.21393,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","1992","1992",87.30382,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","1993","1993",87.02557,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","1994","1994",87.17582,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","1995","1995",87.49106,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","1996","1996",88.27832,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","1998","1998",99.6337,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","2001","2001",99.99197,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","2010","2010",99.98936,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","2011","2011",97.31237,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","2012","2012",99.81672,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","2013","2013",99.46099,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","2014","2014",99.61701,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRL","Ireland","2016","2016",99.95793,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","1991","1991",96.33556,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","1999","1999",99.79026,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2003","2003",99.31624,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2004","2004",98.59771,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2005","2005",98.88514,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2006","2006",99.14155,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2007","2007",99.36233,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2008","2008",99.16072,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2009","2009",99.13874,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2010","2010",98.37241,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2011","2011",98.48112,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2012","2012",98.51051,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2013","2013",98.839,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2014","2014",99.47048,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2015","2015",99.56928,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARG","Argentina","2016","2016",98.76929,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","1999","1999",43.96487,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2002","2002",51.50469,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2003","2003",51.47808,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2004","2004",51.48701,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2005","2005",56.52608,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2006","2006",57.84795,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2007","2007",59.99846,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2009","2009",67.10942,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2010","2010",68.17921,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2011","2011",69.17421,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2012","2012",66.96453,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2013","2013",62.52777,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2014","2014",63.39354,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2015","2015",60.56794,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2016","2016",62.06596,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLI","Mali","2017","2017",67.25739,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","1991","1991",38.0884,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","1992","1992",36.63871,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","1993","1993",35.29898,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","1994","1994",36.03636,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","1995","1995",38.01875,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","1998","1998",42.28787,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","1999","1999",45.99624,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2000","2000",49.84509,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2001","2001",54.34601,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2002","2002",51.60103,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2004","2004",64.28825,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2005","2005",69.43315,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2006","2006",73.48649,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2007","2007",78.55969,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2008","2008",82.16363,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2009","2009",83.91052,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2010","2010",85.4038,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2011","2011",83.74574,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2012","2012",84.1239,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2013","2013",85.23715,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2014","2014",86.02141,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2015","2015",87.26411,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2016","2016",86.96391,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MOZ","Mozambique","2017","2017",86.23461,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","THA","Thailand","2006","2006",98.05667,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","THA","Thailand","2007","2007",97.64344,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","THA","Thailand","2008","2008",97.16725,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","THA","Thailand","2009","2009",97.7911,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","1990","1990",97.53591,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","1991","1991",98.1948,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","1992","1992",97.5219,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","1993","1993",97.08281,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","1994","1994",98.79416,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","1995","1995",98.11558,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","1996","1996",98.205,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","1999","1999",97.62657,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2000","2000",97.54114,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2004","2004",97.69415,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2005","2005",95.52633,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2006","2006",95.76238,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2007","2007",96.27699,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2008","2008",95.38457,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2009","2009",95.32568,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2010","2010",95.2364,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2011","2011",97.18788,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2012","2012",97.74261,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2013","2013",98.26965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2014","2014",98.00913,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2015","2015",98.43792,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DNK","Denmark","2016","2016",98.68568,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2000","2000",93.48512,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2001","2001",98.89703,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2002","2002",98.53553,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2003","2003",98.80486,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2004","2004",99.0738,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2005","2005",99.21111,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2006","2006",98.30398,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2007","2007",98.08684,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2008","2008",99.42155,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2009","2009",99.85816,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2010","2010",99.62376,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2011","2011",99.58096,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2012","2012",99.73826,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2013","2013",99.73805,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2014","2014",99.88809,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2015","2015",99.9698,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2016","2016",99.8094,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2017","2017",99.18097,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2018","2018",99.00869,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","1998","1998",91.52985,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","1999","1999",86.26068,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2000","2000",94.33628,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2005","2005",97.57741,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2007","2007",97.02579,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2010","2010",99.13941,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2011","2011",99.03166,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2012","2012",98.98898,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2013","2013",98.73041,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2014","2014",98.07655,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2015","2015",95.86441,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2016","2016",97.20752,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1990","1990",51.32563,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1991","1991",50.62554,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1992","1992",50.70394,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1993","1993",49.92003,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1994","1994",48.71263,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1995","1995",48.60242,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1996","1996",48.70992,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1997","1997",49.09301,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1998","1998",48.5706,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1999","1999",48.97569,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2000","2000",52.50189,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2001","2001",57.05208,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2002","2002",71.70568,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2003","2003",79.92564,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2004","2004",84.08562,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2005","2005",88.26358,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2006","2006",93.43869,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2008","2008",94.37157,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2010","2010",87.71477,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2012","2012",82.94378,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2013","2013",80.76245,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2014","2014",79.32286,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2016","2016",80.80852,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2017","2017",80.80853,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","1997","1997",95.85874,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","1998","1998",96.16893,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","1999","1999",99.52282,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2001","2001",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2003","2003",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2004","2004",99.30634,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2005","2005",97.99924,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2006","2006",96.90285,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2007","2007",96.80496,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2008","2008",96.66854,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2009","2009",97.29257,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2010","2010",98.38504,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2011","2011",99.47569,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MEX","Mexico","2017","2017",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","1990","1990",51.21846,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","1992","1992",50.20833,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","1996","1996",54.52749,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","1997","1997",58.51772,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","1998","1998",60.53651,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","1999","1999",59.65134,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2000","2000",61.7951,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2003","2003",67.58551,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2004","2004",64.06111,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2005","2005",64.79191,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2006","2006",66.71147,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2007","2007",68.78301,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2008","2008",68.93319,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2009","2009",68.84311,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2010","2010",69.30836,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2011","2011",69.49519,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2012","2012",71.88341,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2013","2013",70.67037,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2014","2014",71.16798,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2015","2015",70.79549,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2016","2016",68.77382,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SEN","Senegal","2017","2017",71.04527,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","1990","1990",23.58978,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","1992","1992",24.37232,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","1993","1993",23.06435,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","1994","1994",23.8739,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","1995","1995",24.90626,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","1996","1996",24.44266,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","1997","1997",23.48853,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","1999","1999",22.66278,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2000","2000",23.37025,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2001","2001",25.78145,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2002","2002",27.37574,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2004","2004",31.35856,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2005","2005",33.16067,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2006","2006",36.03817,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2007","2007",40.01068,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2008","2008",44.06901,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2009","2009",43.54483,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2011","2011",51.12745,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2013","2013",50.92823,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2014","2014",57.39302,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2015","2015",52.29536,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2016","2016",49.41255,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2017","2017",51.89733,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DJI","Djibouti","2018","2018",53.75775,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1990","1990",96.57841,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1991","1991",91.93816,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1993","1993",92.17023,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1994","1994",93.38422,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1995","1995",94.33934,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1996","1996",96.90761,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1997","1997",97.8501,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1998","1998",95.69648,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","1999","1999",92.53696,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2000","2000",93.09299,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2001","2001",92.28548,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2002","2002",93.70577,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2003","2003",92.9333,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2004","2004",93.69914,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2005","2005",95.47626,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2006","2006",95.38596,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2007","2007",95.90217,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2008","2008",96.27922,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2009","2009",95.87322,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2010","2010",95.48687,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2011","2011",95.60541,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2012","2012",92.82757,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2013","2013",94.94367,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2014","2014",95.47221,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2015","2015",95.28083,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2016","2016",93.97395,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MUS","Mauritius","2017","2017",95.12722,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","1999","1999",99.19435,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2000","2000",96.33339,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2001","2001",93.52843,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2003","2003",93.86765,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2004","2004",95.47235,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2005","2005",95.07217,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2006","2006",95.71555,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2007","2007",95.30102,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2008","2008",96.28541,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2009","2009",97.1331,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2010","2010",98.01411,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2011","2011",97.67655,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2012","2012",99.56681,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2013","2013",98.88763,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2014","2014",99.15178,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2015","2015",99.21942,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2016","2016",99.17624,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLZ","Belize","2017","2017",99.2738,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","1991","1991",86.78022,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","1993","1993",88.09316,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2000","2000",86.13879,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2003","2003",89.78404,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2004","2004",91.40454,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2005","2005",87.24191,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2006","2006",92.49355,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2007","2007",86.64674,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2008","2008",90.48201,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2009","2009",89.24049,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2010","2010",89.40749,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2011","2011",89.78716,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2012","2012",86.38804,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2013","2013",83.45769,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2014","2014",82.97702,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2015","2015",82.11092,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2016","2016",83.85349,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HND","Honduras","2017","2017",84.48817,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","1998","1998",84.23544,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","1999","1999",92.76689,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2000","2000",94.11233,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2001","2001",96.53699,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2002","2002",98.59055,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2005","2005",97.92427,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2006","2006",97.93327,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2007","2007",97.74151,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2008","2008",95.88379,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2009","2009",91.17602,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2010","2010",93.65045,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2011","2011",95.83637,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2012","2012",97.42214,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2013","2013",96.92955,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2014","2014",97.08403,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2015","2015",97.10715,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HRV","Croatia","2016","2016",95.96702,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1993","1993",78.04316,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1996","1996",75.70481,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1999","1999",89.65531,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2000","2000",88.55311,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2003","2003",94.25937,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2004","2004",92.99399,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2007","2007",92.32209,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","1990","1990",99.48998,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","1991","1991",99.61612,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2000","2000",99.73203,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2002","2002",99.7387,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2003","2003",99.41181,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2004","2004",97.15816,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2005","2005",95.57057,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2006","2006",95.2032,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2007","2007",96.40295,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2008","2008",98.73377,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2009","2009",99.62539,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2010","2010",99.69706,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2011","2011",99.70462,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2012","2012",99.69331,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2013","2013",99.59675,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2014","2014",99.59917,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2015","2015",99.59206,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWE","Sweden","2016","2016",99.72026,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1991","1991",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1992","1992",97.96123,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1993","1993",98.80626,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1994","1994",99.01581,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1995","1995",99.9328,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1996","1996",99.71016,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1997","1997",99.19223,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1998","1998",99.88523,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","1999","1999",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2001","2001",97.73467,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2002","2002",96.74135,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2003","2003",95.79683,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2004","2004",95.10547,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2005","2005",92.6378,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2006","2006",95.32635,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2011","2011",93.43191,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2012","2012",93.89688,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2013","2013",94.9066,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2014","2014",96.82777,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2015","2015",99.02694,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2016","2016",99.53094,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHR","Bahrain","2017","2017",99.41226,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","1991","1991",96.53405,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","1992","1992",95.09398,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","1993","1993",97.66637,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","1994","1994",97.04167,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","1995","1995",97.07828,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","1996","1996",97.5397,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","1999","1999",99.94195,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2000","2000",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2001","2001",99.9775,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2002","2002",99.73865,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2003","2003",98.80631,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2004","2004",97.24952,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2005","2005",96.89423,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2006","2006",97.24771,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2007","2007",98.18604,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2008","2008",98.80027,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2009","2009",98.64315,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2010","2010",98.40253,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2011","2011",98.55334,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2012","2012",98.83745,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2013","2013",98.7963,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2014","2014",98.68586,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2015","2015",99.02146,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEL","Belgium","2016","2016",99.29371,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SMR","San Marino","2009","2009",91.99763,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SMR","San Marino","2010","2010",94.14083,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SMR","San Marino","2012","2012",93.06461,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","1990","1990",35.17,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","1991","1991",37.18403,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","1998","1998",47.97945,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","1999","1999",49.99677,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2000","2000",52.20842,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2001","2001",55.34644,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2002","2002",63.07774,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2003","2003",66.19337,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2004","2004",69.12965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2005","2005",70.62146,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2006","2006",72.16686,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2007","2007",74.02909,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2008","2008",73.0691,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2009","2009",74.59389,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2010","2010",78.58276,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2011","2011",81.774,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2012","2012",81.14298,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2013","2013",82.45635,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2014","2014",86.293,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GIN","Guinea","2016","2016",86.30938,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2006","2006",99.8896,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2007","2007",98.28937,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2008","2008",97.91551,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2009","2009",95.67663,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2010","2010",94.37534,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2011","2011",97.25705,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2012","2012",96.36295,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2013","2013",96.69024,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2014","2014",98.86675,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2015","2015",99.30296,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2016","2016",99.22081,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SRB","Serbia","2017","2017",98.642,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","1990","1990",97.65283,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","1991","1991",96.04602,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","1993","1993",91.72975,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","1999","1999",91.53234,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","2000","2000",92.94581,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","2001","2001",92.99739,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","2002","2002",92.59694,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","2003","2003",91.42961,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JAM","Jamaica","2004","2004",93.17523,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2003","2003",97.35605,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2005","2005",97.99054,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2006","2006",98.97026,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2007","2007",96.44988,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2008","2008",96.34335,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2011","2011",98.86735,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2012","2012",96.98907,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2015","2015",96.1058,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2016","2016",96.13098,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNE","Montenegro","2017","2017",97.96734,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","1999","1999",96.62579,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2008","2008",99.99146,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2009","2009",99.1243,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2010","2010",99.13243,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2011","2011",99.23332,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2012","2012",98.53965,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2013","2013",98.13902,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2014","2014",97.99789,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2015","2015",97.96135,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2016","2016",98.2627,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LVA","Latvia","2017","2017",98.4838,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2003","2003",98.57388,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2004","2004",99.14695,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2006","2006",98.08612,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2007","2007",99.51076,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2008","2008",99.0991,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2009","2009",97.03198,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2010","2010",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2011","2011",97.7459,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2012","2012",97.16599,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2014","2014",97.1519,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2015","2015",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LIE","Liechtenstein","2016","2016",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","1990","1990",93.32669,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","1999","1999",80.42145,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2002","2002",94.26013,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2003","2003",96.48882,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2004","2004",98.00953,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2005","2005",97.73203,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2007","2007",90.29862,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2008","2008",91.05353,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2009","2009",93.26578,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2010","2010",92.57405,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2013","2013",91.04991,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2014","2014",91.15663,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2015","2015",90.31148,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2017","2017",96.72679,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","1999","1999",90.3531,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2000","2000",90.93622,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2001","2001",89.10775,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2002","2002",88.94045,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2003","2003",88.10975,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2004","2004",86.10607,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2005","2005",83.65569,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2006","2006",84.19381,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2007","2007",83.9529,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2008","2008",86.03965,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2009","2009",87.91859,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2010","2010",89.32814,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2011","2011",90.26907,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2012","2012",92.96999,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2013","2013",92.76429,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2014","2014",93.20377,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2015","2015",92.315,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2016","2016",92.30318,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PSE","Palestine","2017","2017",93.92367,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","1994","1994",91.95907,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","1995","1995",92.31486,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","1996","1996",93.27955,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","1997","1997",95.68871,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","1998","1998",95.88941,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","1999","1999",95.58962,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2000","2000",96.49907,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2001","2001",97.91753,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2002","2002",98.75728,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2003","2003",98.64686,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2005","2005",98.77555,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2006","2006",98.93057,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2007","2007",98.75973,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2008","2008",95.95693,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2009","2009",98.2999,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2010","2010",98.58604,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2011","2011",98.36616,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2012","2012",97.69954,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2013","2013",98.1362,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2014","2014",98.09742,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2015","2015",98.13112,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ECU","Ecuador","2016","2016",97.88285,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1990","1990",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1991","1991",99.9103,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1992","1992",99.60283,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1993","1993",98.10938,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1994","1994",97.98367,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1995","1995",98.90593,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1996","1996",99.76064,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1997","1997",99.49346,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","1999","1999",99.91241,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2000","2000",96.33747,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2001","2001",96.23038,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2002","2002",96.13414,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2003","2003",95.90428,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2004","2004",95.82659,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2005","2005",99.83513,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2006","2006",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2007","2007",99.74323,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2008","2008",99.45355,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2009","2009",99.03487,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2010","2010",98.76808,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2011","2011",99.58428,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2012","2012",99.28896,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2013","2013",99.15612,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2014","2014",99.24765,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2015","2015",99.37791,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FRA","France","2016","2016",99.41779,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","1992","1992",96.65084,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","1994","1994",97.00294,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","1995","1995",95.49458,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","1996","1996",93.14649,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","1997","1997",93.57111,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","1998","1998",94.54698,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","1999","1999",94.24913,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2000","2000",94.86165,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2001","2001",97.93682,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2002","2002",99.21518,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2003","2003",99.30016,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2004","2004",99.81812,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2006","2006",99.63285,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2007","2007",99.61569,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2008","2008",99.32755,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2009","2009",99.37647,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2011","2011",99.03984,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2012","2012",98.6874,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2013","2013",97.12085,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2015","2015",98.02939,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FJI","Fiji","2016","2016",99.9319,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GAB","Gabon","1997","1997",91.39805,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","1990","1990",47.79332,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","1992","1992",45.99796,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","1993","1993",49.30826,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","1996","1996",59.40659,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","1998","1998",63.39445,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","1999","1999",74.92394,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2000","2000",72.54316,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2001","2001",73.44217,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2002","2002",71.33876,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2003","2003",74.9927,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2004","2004",75.10434,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2005","2005",72.23721,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2006","2006",76.59247,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2007","2007",76.31752,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2008","2008",71.93471,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2010","2010",69.98713,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2011","2011",69.85643,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2012","2012",72.25653,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2013","2013",68.27199,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2014","2014",71.03528,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2015","2015",74.02627,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2016","2016",76.11047,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2017","2017",78.62819,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GMB","Gambia","2018","2018",79.37232,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","1991","1991",91.48133,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","1992","1992",93.60206,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","1993","1993",94.26396,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","1994","1994",92.68579,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","1995","1995",92.16157,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","1996","1996",91.52223,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","1997","1997",91.7742,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","2005","2005",97.66887,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","2007","2007",98.03216,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","2008","2008",99.44816,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","2009","2009",99.73858,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","2013","2013",99.585,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","2014","2014",94.54955,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","2015","2015",97.73383,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","URY","Uruguay","2016","2016",98.35818,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1990","1990",79.08176,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1991","1991",81.15881,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1992","1992",82.70169,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1993","1993",82.78002,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1994","1994",83.3055,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1995","1995",83.90553,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1996","1996",83.97017,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1997","1997",83.86198,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","1999","1999",87.7811,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2000","2000",88.88916,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2001","2001",91.08165,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2002","2002",92.59458,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2003","2003",93.26743,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2004","2004",94.07289,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2005","2005",94.37078,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2006","2006",94.5311,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2007","2007",94.90602,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2008","2008",96.40253,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DZA","Algeria","2016","2016",98.43452,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1995","1995",92.86787,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1996","1996",94.61705,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1997","1997",95.29337,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1998","1998",97.65672,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1999","1999",96.50519,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2000","2000",95.55307,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2001","2001",96.14535,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2002","2002",96.80128,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2003","2003",97.68931,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2004","2004",99.65893,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2005","2005",99.52845,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2006","2006",99.51406,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2007","2007",98.77814,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2008","2008",98.84758,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2009","2009",98.78719,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2010","2010",98.83792,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2011","2011",99.11976,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2012","2012",99.52427,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2013","2013",98.77713,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2014","2014",98.62986,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2015","2015",99.28962,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2016","2016",99.11131,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",91.7936,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",92.47391,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","1990","1990",27.08335,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","1992","1992",32.99804,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","1993","1993",36.29644,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","1994","1994",38.66781,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","1995","1995",41.25013,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","1996","1996",43.90907,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","1997","1997",47.59339,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2006","2006",78.42552,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2008","2008",83.58132,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2009","2009",88.30762,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2010","2010",89.70711,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2011","2011",89.74274,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2012","2012",91.19837,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2013","2013",91.79867,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2014","2014",92.6191,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2016","2016",93.71705,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEN","Benin","2017","2017",93.98187,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","1993","1993",93.28078,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","1995","1995",88.11336,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","1998","1998",99.6504,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2004","2004",99.87053,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2005","2005",99.86933,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2006","2006",99.82976,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2007","2007",99.84429,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2008","2008",99.8495,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2009","2009",99.84249,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2010","2010",99.85062,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2011","2011",99.17294,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2012","2012",93.06711,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2013","2013",95.92693,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2014","2014",95.70992,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2015","2015",98.28082,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2016","2016",99.89501,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2017","2017",99.77489,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PER","Peru","2018","2018",99.92869,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DMA","Dominica","2004","2004",97.18504,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DMA","Dominica","2005","2005",94.11282,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DMA","Dominica","2006","2006",91.77816,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DMA","Dominica","2007","2007",89.39704,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DMA","Dominica","2008","2008",89.91133,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DMA","Dominica","2009","2009",95.61049,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DMA","Dominica","2016","2016",97.48186,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1992","1992",61.97841,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1993","1993",67.20993,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1994","1994",71.15155,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1996","1996",72.18727,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1997","1997",74.49848,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1998","1998",77.82756,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1999","1999",78.09873,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2000","2000",78.94843,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2001","2001",78.29392,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2002","2002",79.53385,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2003","2003",82.15989,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2004","2004",82.37521,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2005","2005",83.52715,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2006","2006",85.21468,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2007","2007",87.69313,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2008","2008",89.84039,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2009","2009",91.65692,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2010","2010",96.3769,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2011","2011",95.82174,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2012","2012",95.81531,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2013","2013",97.70098,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2014","2014",97.98179,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2015","2015",96.15635,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2016","2016",95.43789,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2017","2017",93.83932,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","1999","1999",60.9336,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2000","2000",69.53166,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2001","2001",64.24609,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2002","2002",68.35355,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2003","2003",67.82798,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2005","2005",71.89727,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2006","2006",74.8222,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2007","2007",79.70449,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2008","2008",85.20431,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2009","2009",85.45999,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2011","2011",93.40631,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2013","2013",96.64561,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2014","2014",95.99519,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2015","2015",98.15381,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2016","2016",95.16202,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2017","2017",97.83315,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GHA","Ghana","2018","2018",95.82336,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","1990","1990",99.70668,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","1991","1991",98.24415,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","1992","1992",99.61949,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","1993","1993",99.7253,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","1994","1994",98.35498,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","1995","1995",99.4822,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","1996","1996",99.57922,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","1999","1999",97.50276,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2000","2000",97.53924,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2001","2001",99.97126,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2002","2002",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2003","2003",99.32768,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2004","2004",99.51889,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2005","2005",99.66994,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2006","2006",99.53834,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2007","2007",99.27331,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2008","2008",98.93331,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2009","2009",99.92847,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2010","2010",99.98052,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2011","2011",99.8179,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2012","2012",99.85814,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2013","2013",99.91329,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2014","2014",99.05347,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2015","2015",98.27183,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRT","Portugal","2016","2016",97.6952,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","1991","1991",86.78022,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","1993","1993",88.09316,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2000","2000",86.13879,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2003","2003",92.0073,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2004","2004",94.28454,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2005","2005",90.60297,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2006","2006",95.23799,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2007","2007",89.80413,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2008","2008",93.21541,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2009","2009",91.54831,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2010","2010",92.19286,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2011","2011",91.58147,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2012","2012",87.86315,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2013","2013",84.73419,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2014","2014",83.75393,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2015","2015",83.59103,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2016","2016",85.05075,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HND","Honduras","2017","2017",86.5621,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","1990","1990",99.30465,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","1998","1998",93.3393,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","1999","1999",88.6377,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2001","2001",89.60101,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2002","2002",89.62068,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2003","2003",89.43692,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2004","2004",88.71206,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2005","2005",88.85803,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2006","2006",87.28947,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2007","2007",87.52801,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2008","2008",88.58649,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2009","2009",91.11932,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2014","2014",97.21409,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2015","2015",97.34787,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PHL","Philippines","2016","2016",97.09939,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","1990","1990",98.38559,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","1994","1994",98.23866,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","1998","1998",99.59012,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2001","2001",98.69826,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2002","2002",98.72,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2003","2003",97.81378,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2004","2004",95.87863,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2005","2005",95.08922,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2006","2006",94.32724,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2007","2007",91.648,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2008","2008",89.44967,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2009","2009",87.6743,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2010","2010",86.91486,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2011","2011",85.66434,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2012","2012",86.19635,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2013","2013",86.19719,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2014","2014",86.30562,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2015","2015",86.50674,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2016","2016",85.57316,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CPV","Cabo Verde","2017","2017",85.52483,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1990","1990",88.69694,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1991","1991",90.16681,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1992","1992",91.03742,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1993","1993",92.4151,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1994","1994",92.82437,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1995","1995",93.62856,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1996","1996",92.91265,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1997","1997",92.31841,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","1999","1999",92.87722,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","2000","2000",94.15034,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","2001","2001",96.45496,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","2005","2005",98.66198,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","2006","2006",98.66423,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","2007","2007",97.41707,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","2008","2008",97.60207,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUN","Tunisia","2009","2009",98.24381,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1990","1990",93.76364,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1991","1991",94.6117,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1992","1992",90.77812,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1993","1993",89.03987,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1994","1994",87.49572,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1995","1995",87.78618,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1996","1996",85.13581,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1997","1997",81.6221,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1998","1998",82.68113,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2007","2007",93.78012,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2012","2012",95.49167,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2013","2013",95.59637,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2014","2014",96.39201,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2015","2015",96.68276,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2016","2016",96.35118,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","1998","1998",84.23544,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","1999","1999",92.76689,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2000","2000",94.11233,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2001","2001",97.85028,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2005","2005",98.04183,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2006","2006",98.16245,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2007","2007",97.91816,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2008","2008",96.14243,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2009","2009",91.34017,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2010","2010",93.95831,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2011","2011",96.08559,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2012","2012",97.70092,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2013","2013",97.28464,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2014","2014",97.48402,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2015","2015",97.48501,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HRV","Croatia","2016","2016",96.5032,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","1990","1990",98.96709,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","1991","1991",98.67435,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","1993","1993",96.65415,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","1994","1994",96.42522,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","1995","1995",97.13515,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","1996","1996",96.14632,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","1999","1999",97.70058,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2000","2000",97.58394,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2001","2001",98.88003,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2002","2002",97.40499,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2003","2003",97.92574,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2004","2004",98.36529,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2005","2005",99.81337,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2006","2006",99.95249,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2007","2007",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2008","2008",99.53117,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2009","2009",98.94836,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2010","2010",97.68334,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2011","2011",96.93143,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2012","2012",97.00534,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2013","2013",97.27516,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2014","2014",98.29023,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2015","2015",98.08262,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","USA","United States of America","2016","2016",99.56904,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","1991","1991",63.2512,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","1999","1999",95.74947,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2000","2000",97.54944,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2001","2001",94.62827,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2002","2002",94.99634,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2004","2004",99.30008,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2005","2005",99.91664,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2006","2006",99.87889,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2007","2007",99.59027,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2008","2008",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2009","2009",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2010","2010",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2011","2011",99.93747,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2012","2012",96.7798,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2013","2013",92.97613,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2014","2014",92.05723,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2015","2015",94.89805,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2016","2016",93.25909,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COL","Colombia","2017","2017",93.29545,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1990","1990",55.88629,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1991","1991",55.53347,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1992","1992",56.03092,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1993","1993",58.1493,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1994","1994",60.74484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1995","1995",63.52226,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1996","1996",65.78476,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1997","1997",67.31717,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1998","1998",66.53842,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","1999","1999",71.46705,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2000","2000",76.27801,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2001","2001",80.22472,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2002","2002",84.45602,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2003","2003",85.81025,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2004","2004",85.75054,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2005","2005",86.87307,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2006","2006",88.26564,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2007","2007",89.62013,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2008","2008",90.23751,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2009","2009",89.81215,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2010","2010",92.62327,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2011","2011",93.49325,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2012","2012",92.77758,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2013","2013",94.11557,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2014","2014",93.48892,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2016","2016",94.57711,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAR","Morocco","2017","2017",96.85602,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1996","1996",45.85734,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1997","1997",46.8718,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1999","1999",48.99474,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2000","2000",47.54813,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2001","2001",51.67026,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2002","2002",51.0507,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2003","2003",49.88248,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2009","2009",51.04279,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2013","2013",66.59689,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2014","2014",69.39915,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2015","2015",72.96339,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2016","2016",82.96073,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2017","2017",84.91329,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1990","1990",99.78903,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",98.11963,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.59141,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",99.90546,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",99.9437,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",99.94839,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2001","2001",99.93998,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.74833,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.90733,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",99.3127,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",99.99862,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",99.5574,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",97.7277,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",98.90364,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",98.17164,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.37749,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.37666,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.62904,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2013","2013",99.8914,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2014","2014",99.908,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2015","2015",99.94197,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.76344,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1990","1990",85.00489,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1991","1991",87.02613,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1992","1992",86.46167,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1993","1993",86.20854,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1994","1994",86.48709,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1995","1995",78.72177,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1996","1996",79.86947,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1998","1998",83.63068,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","1999","1999",83.12774,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2000","2000",84.22869,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2001","2001",85.81043,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2002","2002",85.96166,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2003","2003",85.94299,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2004","2004",86.72714,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2005","2005",85.85086,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2006","2006",86.93456,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2007","2007",86.19966,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2008","2008",85.73587,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2009","2009",86.50104,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2012","2012",92.83018,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2013","2013",93.52492,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BWA","Botswana","2014","2014",89.52162,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","1997","1997",93.93299,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","1999","1999",96.08912,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2000","2000",96.76763,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2001","2001",97.77912,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2002","2002",98.0643,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2005","2005",98.38973,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2006","2006",98.02283,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2007","2007",97.07793,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2008","2008",95.95179,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2009","2009",97.25698,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2015","2015",96.64493,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2016","2016",97.61255,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDV","Maldives","2017","2017",99.51558,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHN","China","1991","1991",93.22355,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHN","China","1992","1992",92.07016,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHN","China","1993","1993",90.93328,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHN","China","1994","1994",89.64252,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHN","China","1995","1995",88.59098,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHN","China","1996","1996",88.1048,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHN","China","1997","1997",88.18124,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","1993","1993",73.69268,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","1994","1994",81.90554,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","1995","1995",87.68614,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","1996","1996",90.13273,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","1997","1997",90.98605,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","1998","1998",95.11214,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","1999","1999",92.56746,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2000","2000",92.11578,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2001","2001",91.91304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2002","2002",94.20772,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2003","2003",97.30968,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2004","2004",98.98424,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2005","2005",97.73778,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2006","2006",95.14686,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2007","2007",94.84143,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2008","2008",94.55223,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2009","2009",94.55486,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2010","2010",94.107,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2011","2011",93.39664,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2012","2012",92.30044,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2015","2015",90.8297,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ROU","Romania","2016","2016",89.99288,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2001","2001",99.88117,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2002","2002",99.92471,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2003","2003",99.61741,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2004","2004",96.84834,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2005","2005",97.25333,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2006","2006",96.73133,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2007","2007",96.37222,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2008","2008",95.5494,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2009","2009",93.37863,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2010","2010",95.04344,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2011","2011",95.17993,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2012","2012",95.35008,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2013","2013",96.4814,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2014","2014",97.30773,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2015","2015",99.08121,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2016","2016",99.0801,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2017","2017",99.29702,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2002","2002",98.87208,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2011","2011",99.7082,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2015","2015",79.75731,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2016","2016",80.06297,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","1999","1999",98.09557,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2000","2000",97.75083,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2001","2001",97.54387,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2002","2002",97.76721,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2003","2003",95.87842,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2004","2004",96.52098,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2005","2005",98.3043,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2006","2006",98.83731,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2007","2007",98.93823,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2008","2008",98.19835,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2010","2010",95.75832,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2011","2011",95.28774,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2012","2012",96.38373,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2013","2013",96.09739,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2014","2014",96.78799,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2015","2015",98.59692,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2016","2016",99.76126,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1991","1991",89.07874,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1992","1992",91.82186,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1993","1993",95.47012,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1994","1994",95.22388,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1995","1995",98.15429,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2005","2005",97.99839,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2006","2006",96.95344,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2007","2007",97.61034,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2008","2008",97.72812,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2009","2009",99.37739,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2012","2012",99.26935,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2014","2014",99.22798,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2015","2015",98.11743,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2016","2016",99.52494,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2017","2017",99.78736,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","1997","1997",67.43367,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","1999","1999",80.13062,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2000","2000",82.92468,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2001","2001",81.91872,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2002","2002",85.4591,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2004","2004",90.20061,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2005","2005",91.87471,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2006","2006",93.55662,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2007","2007",94.7456,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2008","2008",94.79765,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2009","2009",98.09413,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2010","2010",97.92141,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2011","2011",95.87489,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2012","2012",92.80958,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2013","2013",90.46518,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2014","2014",88.52226,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2015","2015",88.16962,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2016","2016",87.50253,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GTM","Guatemala","2017","2017",88.5453,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1992","1992",88.53601,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1993","1993",88.8767,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1994","1994",92.61088,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1999","1999",91.28664,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2004","2004",94.39459,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2005","2005",98.58275,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2006","2006",97.12982,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2007","2007",98.66083,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2008","2008",98.60771,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2009","2009",96.19411,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2010","2010",97.7993,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2016","2016",90.91503,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2002","2002",69.7029,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2003","2003",70.15436,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2004","2004",79.04936,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2005","2005",81.03477,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2006","2006",73.48107,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2007","2007",77.08515,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2008","2008",77.53204,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2009","2009",78.57966,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2010","2010",80.11042,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2011","2011",76.71698,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2012","2012",75.79127,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2013","2013",80.79207,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2014","2014",84.94279,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2015","2015",85.88831,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2016","2016",90.43511,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAK","Pakistan","2017","2017",89.29715,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","1993","1993",73.73529,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","1994","1994",81.94125,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","1995","1995",87.73222,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","1996","1996",90.23683,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","1997","1997",91.10909,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","1998","1998",95.35872,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","1999","1999",92.77983,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2000","2000",92.31201,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2001","2001",91.85601,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2002","2002",94.13136,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2003","2003",97.17626,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2004","2004",99.83114,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2005","2005",98.46953,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2006","2006",96.44229,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2007","2007",96.26678,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2008","2008",95.87448,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2009","2009",95.75123,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2010","2010",95.25507,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2011","2011",94.56335,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2012","2012",93.51381,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2015","2015",93.55013,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ROU","Romania","2016","2016",92.98516,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","1994","1994",42.83884,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","1995","1995",48.85518,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","1996","1996",52.98639,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","1998","1998",58.16882,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","1999","1999",58.22673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2000","2000",58.39223,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2001","2001",61.38591,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2002","2002",61.65151,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2003","2003",64.98857,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2004","2004",72.33005,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2005","2005",71.40216,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2006","2006",73.7468,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2007","2007",74.93997,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2008","2008",71.9171,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2009","2009",70.94836,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2010","2010",71.46046,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2011","2011",72.44299,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2012","2012",71.89399,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2013","2013",73.9772,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2014","2014",76.18426,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2016","2016",73.16208,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MRT","Mauritania","2017","2017",78.48274,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","1993","1993",93.28078,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","1995","1995",88.11336,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","1998","1998",99.72489,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","1999","1999",99.93161,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2000","2000",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2003","2003",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2004","2004",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2005","2005",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2008","2008",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2011","2011",99.34412,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2012","2012",93.34217,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2013","2013",96.37359,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2014","2014",97.02887,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2015","2015",98.44561,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2017","2017",99.89336,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PER","Peru","2018","2018",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1990","1990",98.72691,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1996","1996",99.99182,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1997","1997",98.9951,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1998","1998",99.76099,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2006","2006",99.85997,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2007","2007",99.7396,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2008","2008",99.76257,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2009","2009",99.76738,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2013","2013",67.91235,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","1999","1999",95.59153,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2008","2008",98.60436,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2009","2009",97.69003,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2010","2010",97.96421,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2011","2011",97.96811,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2012","2012",97.18176,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2013","2013",96.74439,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2014","2014",96.45821,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2015","2015",96.48701,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2016","2016",96.79255,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LVA","Latvia","2017","2017",97.10907,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","1990","1990",91.48245,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","1993","1993",91.92431,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","1998","1998",94.91127,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","1999","1999",97.50858,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","2001","2001",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","2004","2004",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","2006","2006",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","2012","2012",96.98523,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","2013","2013",94.77467,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","2014","2014",97.48757,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TON","Tonga","2015","2015",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2005","2005",83.06028,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2006","2006",85.02914,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2007","2007",83.18518,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2008","2008",89.37159,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2009","2009",92.93551,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2010","2010",91.72975,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2011","2011",90.5133,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2012","2012",91.62721,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2013","2013",91.64453,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2014","2014",91.5155,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2015","2015",93.48276,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2016","2016",94.81219,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SUR","Suriname","2017","2017",90.29834,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","1995","1995",81.91029,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","1996","1996",85.23354,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","1997","1997",86.28048,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","1998","1998",90.16943,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","1999","1999",91.63994,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2000","2000",93.86177,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2001","2001",95.48571,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2002","2002",94.18316,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2003","2003",86.54283,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2004","2004",92.8608,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2005","2005",93.07609,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2006","2006",98.16422,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2007","2007",99.32626,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2008","2008",99.45701,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2009","2009",99.34823,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2010","2010",98.82203,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2011","2011",98.76055,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2012","2012",98.43323,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2013","2013",95.37657,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2014","2014",95.83362,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2015","2015",97.60238,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2016","2016",98.66301,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNG","Mongolia","2017","2017",98.81733,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1990","1990",99.02019,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1991","1991",99.34207,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1992","1992",99.20208,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1993","1993",99.97429,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1994","1994",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1995","1995",99.9145,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1996","1996",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1997","1997",99.8743,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","1999","1999",99.94865,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2000","2000",99.67895,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2001","2001",99.72472,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2002","2002",99.81438,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2003","2003",99.97931,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2004","2004",99.92697,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2005","2005",99.9248,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2006","2006",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2007","2007",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2008","2008",99.88482,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2009","2009",99.65664,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2010","2010",99.58664,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2011","2011",99.69293,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2012","2012",99.65819,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2013","2013",99.0805,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2014","2014",98.57956,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2015","2015",99.01794,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ESP","Spain","2016","2016",98.67778,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1990","1990",64.25489,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1995","1995",54.71095,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1996","1996",56.91976,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1999","1999",64.92244,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2000","2000",66.77436,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2001","2001",67.98225,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2002","2002",68.41789,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2003","2003",78.08813,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","1999","1999",96.328,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2000","2000",96.02921,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2001","2001",96.46533,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2002","2002",96.84544,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2003","2003",95.61628,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2004","2004",96.19967,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2005","2005",97.27074,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2006","2006",97.72638,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2007","2007",97.93414,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2008","2008",97.0768,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2010","2010",94.45552,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2011","2011",93.62745,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2012","2012",95.2065,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2013","2013",94.35304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2014","2014",95.7637,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2015","2015",97.32043,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LUX","Luxembourg","2016","2016",98.70033,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2012","2012",93.25979,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2013","2013",98.67915,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2015","2015",94.97491,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2016","2016",99.17737,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","1999","1999",66.39277,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2000","2000",72.68057,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2003","2003",80.4559,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2004","2004",81.147,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2011","2011",98.44528,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2012","2012",99.58539,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2014","2014",94.32598,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2015","2015",96.77338,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2016","2016",96.76662,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NPL","Nepal","2017","2017",94.83624,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2007","2007",95.80544,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2008","2008",95.58721,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2009","2009",93.06245,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2010","2010",93.26291,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2011","2011",92.14076,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2012","2012",91.49083,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2013","2013",90.56625,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2014","2014",90.76394,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2015","2015",91.57288,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2016","2016",92.82002,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHL","Chile","2017","2017",94.70055,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1990","1990",92.97115,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1991","1991",94.97666,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1992","1992",95.88174,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1993","1993",96.28301,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1994","1994",91.8588,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1995","1995",91.70462,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1996","1996",95.02059,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1999","1999",97.08277,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2000","2000",97.86223,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2001","2001",97.87516,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2002","2002",96.21356,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2003","2003",95.42912,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2004","2004",94.91108,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2005","2005",95.42905,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2006","2006",93.77392,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2007","2007",92.02576,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2008","2008",90.54032,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2009","2009",89.53686,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2010","2010",89.65869,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2011","2011",89.69456,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2012","2012",89.19778,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2002","2002",96.34969,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2003","2003",90.12416,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2004","2004",89.53957,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2005","2005",89.78973,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2006","2006",88.58783,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2007","2007",88.06899,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2008","2008",87.9705,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2009","2009",88.35118,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2010","2010",91.05125,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2011","2011",93.46766,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2012","2012",94.63726,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2013","2013",95.09208,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UKR","Ukraine","2014","2014",93.73723,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","1990","1990",98.52127,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","1992","1992",90.21876,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","1999","1999",97.44297,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2000","2000",95.53985,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2001","2001",94.71894,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2002","2002",92.06219,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2003","2003",91.97879,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2004","2004",91.14829,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2005","2005",90.31626,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2006","2006",92.26862,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2007","2007",93.98249,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2008","2008",96.5616,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2009","2009",93.05363,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2010","2010",94.33476,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2011","2011",93.21587,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2014","2014",90.561,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2015","2015",91.65079,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2016","2016",91.67319,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRB","Barbados","2017","2017",90.34356,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","1991","1991",98.06854,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","1994","1994",99.20162,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2005","2005",99.55943,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2006","2006",99.46096,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2009","2009",99.23744,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2010","2010",99.3746,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2011","2011",99.08378,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2012","2012",99.12619,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2013","2013",98.92892,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2014","2014",98.23329,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2015","2015",97.30931,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRT","Portugal","2016","2016",96.65665,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",87.20157,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",89.80193,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",92.07113,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",95.6807,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",94.09086,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",94.28021,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",93.52658,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",93.6566,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",95.06004,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",92.92864,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",94.6124,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",95.23876,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",95.24542,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",95.11068,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",94.45309,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",93.52694,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",92.69031,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",89.58373,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",86.87588,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1990","1990",87.73359,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1991","1991",88.28702,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1992","1992",90.34648,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1993","1993",91.13865,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1994","1994",90.73328,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1995","1995",92.44825,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1996","1996",94.91349,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2011","2011",99.43658,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2012","2012",99.47021,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2013","2013",98.47241,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2014","2014",96.35849,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2015","2015",96.51653,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2016","2016",96.79008,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1990","1990",64.79916,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1991","1991",66.56392,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1992","1992",68.19983,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1993","1993",72.59787,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1994","1994",74.53655,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1995","1995",75.82888,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1996","1996",77.8923,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1997","1997",79.31767,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1998","1998",82.01221,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","1999","1999",83.60193,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2000","2000",84.49504,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2001","2001",85.79723,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2002","2002",84.986,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2003","2003",82.85865,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2009","2009",96.23446,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2011","2011",99.67111,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2014","2014",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","OMN","Oman","2017","2017",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","1990","1990",76.37724,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","1991","1991",78.56567,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","1994","1994",73.47176,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","1995","1995",82.58793,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","1996","1996",91.0224,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","1997","1997",87.86007,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2001","2001",97.56292,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2003","2003",97.72379,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2004","2004",99.89621,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2005","2005",98.51141,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2007","2007",95.95338,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2008","2008",96.64301,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2014","2014",94.63349,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2016","2016",94.04562,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TGO","Togo","2017","2017",94.54367,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","1990","1990",98.44172,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","1992","1992",95.53387,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","1993","1993",94.58926,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","1994","1994",92.96443,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","1996","1996",95.68162,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","1998","1998",91.80308,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","1999","1999",88.93604,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2001","2001",90.52763,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2002","2002",90.97703,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2003","2003",90.3663,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2004","2004",89.76438,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2005","2005",90.13648,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2006","2006",88.60485,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2007","2007",88.87598,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2008","2008",90.0875,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2009","2009",92.46302,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2014","2014",98.11632,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2015","2015",97.82642,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PHL","Philippines","2016","2016",97.29906,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","1994","1994",74.8446,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","1995","1995",72.83112,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","1998","1998",69.4658,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","1999","1999",68.08004,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2000","2000",67.3572,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2001","2001",66.59264,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2002","2002",69.5706,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2004","2004",81.07137,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2005","2005",88.30633,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2006","2006",85.85267,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2007","2007",89.20764,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2009","2009",85.91892,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2010","2010",83.43497,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2011","2011",87.31116,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2012","2012",88.68431,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2013","2013",86.95411,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZMB","Zambia","2017","2017",84.1754,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","1994","1994",97.46788,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","1998","1998",95.50406,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","1999","1999",94.85431,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2000","2000",98.47941,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2001","2001",97.81689,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2002","2002",96.52968,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2003","2003",97.02876,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2004","2004",99.40607,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2005","2005",99.73288,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2006","2006",96.94872,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2007","2007",96.37177,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2008","2008",95.65814,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2009","2009",97.80691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2010","2010",96.81683,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2011","2011",98.17828,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2012","2012",99.47721,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2015","2015",99.63498,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2016","2016",98.80051,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MYS","Malaysia","2017","2017",98.76546,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","1998","1998",96.23871,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","1999","1999",96.4328,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2000","2000",97.92808,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2001","2001",98.16344,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2002","2002",98.09469,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2003","2003",98.24975,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2004","2004",98.36907,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2005","2005",98.64627,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2006","2006",98.90073,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2007","2007",99.00255,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2008","2008",99.20387,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2009","2009",99.16689,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2010","2010",99.29394,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2011","2011",99.38888,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2012","2012",99.34688,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2013","2013",99.66988,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2014","2014",99.7484,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2015","2015",99.75232,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2016","2016",99.74473,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNB","Guinea-Bissau","2000","2000",55.83172,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNB","Guinea-Bissau","2010","2010",73.68582,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1990","1990",51.32563,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1991","1991",50.62554,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1992","1992",50.70394,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1993","1993",49.92003,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1994","1994",48.71263,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1995","1995",48.60242,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1996","1996",48.70992,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1997","1997",49.09301,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1998","1998",48.5706,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","1999","1999",48.97569,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2000","2000",52.50189,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2001","2001",57.05208,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2002","2002",71.70568,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2003","2003",79.92564,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2004","2004",84.08562,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2005","2005",88.26358,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2006","2006",93.43869,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2008","2008",94.37157,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2010","2010",87.71477,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2012","2012",82.94378,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2013","2013",80.76245,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2014","2014",79.32286,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2016","2016",80.80852,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TZA","United Republic of Tanzania","2017","2017",80.80853,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2003","2003",97.35605,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2005","2005",97.99054,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2006","2006",98.97026,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2007","2007",96.44988,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2008","2008",96.34335,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2011","2011",91.25373,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2012","2012",95.67636,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2015","2015",95.03709,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2016","2016",95.04434,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNE","Montenegro","2017","2017",96.57324,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","1990","1990",98.6982,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","1993","1993",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","1999","1999",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","2000","2000",93.51882,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","2001","2001",94.50135,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","2002","2002",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","2003","2003",99.9833,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","2004","2004",96.58512,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","2005","2005",95.12364,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","2006","2006",97.11692,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LCA","Saint Lucia","2007","2007",96.54731,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1991","1991",27.18227,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1992","1992",27.70352,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1993","1993",28.68706,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1994","1994",29.91303,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1995","1995",31.53515,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1998","1998",34.98034,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1999","1999",35.51457,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2000","2000",36.7463,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2001","2001",37.77186,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2002","2002",36.72142,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2003","2003",39.04855,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2004","2004",41.14892,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2005","2005",45.97286,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2006","2006",49.62343,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2007","2007",54.95361,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2008","2008",61.00304,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2009","2009",63.89452,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2010","2010",60.31924,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2011","2011",65.00287,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2012","2012",66.07419,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2013","2013",67.1618,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2014","2014",68.42174,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2015","2015",70.05312,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2016","2016",75.85293,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2017","2017",77.00493,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","1999","1999",90.31319,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2000","2000",91.13983,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2001","2001",88.96855,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2002","2002",88.80284,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2003","2003",87.68817,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2004","2004",85.7267,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2005","2005",83.75417,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2006","2006",84.01334,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2007","2007",83.69751,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2008","2008",85.95697,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2009","2009",87.99186,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2010","2010",90.04066,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2011","2011",90.53337,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2012","2012",93.34659,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2013","2013",92.18877,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2014","2014",93.12229,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2015","2015",91.8373,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2016","2016",91.87002,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PSE","Palestine","2017","2017",94.10935,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","1995","1995",92.81567,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","1996","1996",94.60319,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","1997","1997",95.51392,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","1998","1998",97.53323,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","1999","1999",96.57212,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2000","2000",94.42845,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2001","2001",96.28523,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2002","2002",96.76513,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2003","2003",97.73093,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2004","2004",99.55355,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2007","2007",99.27051,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2008","2008",99.38805,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2009","2009",99.2625,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2010","2010",99.25197,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2011","2011",99.19244,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2012","2012",99.40761,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2013","2013",98.61958,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2014","2014",98.41275,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2015","2015",99.03224,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SVN","Slovenia","2016","2016",98.8521,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","1999","1999",63.13629,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2000","2000",66.50717,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2001","2001",74.21758,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2002","2002",68.34466,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2003","2003",84.59367,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2004","2004",82.74902,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2005","2005",83.43334,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2006","2006",82.53377,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2007","2007",91.8544,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2008","2008",88.59132,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2009","2009",90.51669,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KEN","Kenya","2012","2012",84.94183,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2007","2007",85.46366,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2008","2008",86.37584,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2009","2009",83.74832,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2010","2010",78.222,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2011","2011",79.61395,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2012","2012",77.93467,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2014","2014",77.28919,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2015","2015",82.01739,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2017","2017",82.62405,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1991","1991",97.5025,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1992","1992",96.8225,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1993","1993",88.97354,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1994","1994",85.00676,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1995","1995",79.14057,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1996","1996",89.79708,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1997","1997",91.03595,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1998","1998",89.55036,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","1999","1999",95.34097,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2000","2000",91.8245,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2001","2001",89.43722,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2002","2002",89.30561,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2003","2003",89.10344,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2004","2004",89.13111,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2005","2005",89.44695,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2006","2006",90.0826,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2007","2007",87.22069,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2008","2008",87.05945,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2009","2009",88.80242,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2010","2010",88.1913,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2011","2011",91.28474,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2012","2012",93.40742,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2013","2013",99.93001,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2014","2014",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2015","2015",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2016","2016",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AZE","Azerbaijan","2017","2017",97.2161,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","1997","1997",93.93299,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","1999","1999",97.89727,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2000","2000",97.54435,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2001","2001",99.18611,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2002","2002",99.43302,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2004","2004",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2007","2007",99.40681,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2008","2008",98.61269,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2016","2016",98.56918,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDV","Maldives","2017","2017",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1990","1990",97.80958,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1991","1991",97.21765,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1992","1992",96.98586,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1993","1993",96.55166,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1994","1994",96.2691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1995","1995",94.83876,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1996","1996",95.37764,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1997","1997",95.16067,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1998","1998",95.48053,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","1999","1999",95.4527,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2000","2000",95.67675,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2002","2002",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2003","2003",98.78022,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2004","2004",99.09943,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2005","2005",99.91757,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2006","2006",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2007","2007",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2008","2008",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2009","2009",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2011","2011",98.18632,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2012","2012",98.01846,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2013","2013",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2014","2014",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AUS","Australia","2017","2017",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1990","1990",92.49875,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1991","1991",92.19168,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1992","1992",94.58432,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1993","1993",95.31841,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1994","1994",97.55714,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1995","1995",97.51276,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1996","1996",98.96019,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1997","1997",98.60747,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1998","1998",98.42088,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","1999","1999",98.45404,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2000","2000",97.72416,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2001","2001",96.96853,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2002","2002",96.85502,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2003","2003",94.74614,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2004","2004",94.35052,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2005","2005",94.32597,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2006","2006",94.76387,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2007","2007",96.30361,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2008","2008",97.4011,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2009","2009",99.76895,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2010","2010",99.90316,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2011","2011",99.9985,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2012","2012",99.6673,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2013","2013",99.4971,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2014","2014",96.68358,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2015","2015",95.36597,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2016","2016",95.69818,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CUB","Cuba","2017","2017",96.95828,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1990","1990",97.68508,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1991","1991",98.25418,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1992","1992",97.43151,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1993","1993",96.96003,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1994","1994",98.68842,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1995","1995",98.27815,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1996","1996",98.14876,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1998","1998",99.44284,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","1999","1999",97.94913,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2000","2000",98.10583,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2001","2001",99.84693,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2002","2002",99.86065,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2004","2004",98.25845,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2005","2005",96.15496,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2006","2006",96.50242,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2007","2007",97.05003,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2008","2008",96.51035,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2009","2009",96.42951,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2010","2010",96.26952,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2011","2011",97.75173,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2012","2012",98.23881,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2013","2013",98.65074,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2014","2014",98.36505,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2015","2015",98.69377,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DNK","Denmark","2016","2016",99.0209,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","1999","1999",97.19638,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2000","2000",96.02921,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2001","2001",97.39458,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2002","2002",97.69319,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2003","2003",95.61628,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2004","2004",96.19967,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2005","2005",97.95586,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2006","2006",98.45819,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2007","2007",98.63386,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2008","2008",97.77594,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2010","2010",95.02128,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2011","2011",94.448,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2012","2012",96.13016,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2013","2013",95.42511,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2014","2014",96.7323,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2015","2015",98.48639,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LUX","Luxembourg","2016","2016",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","1994","1994",97.33665,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","1996","1996",97.9898,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","1997","1997",98.47849,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","1998","1998",99.51725,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","1999","1999",98.89011,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2000","2000",98.91577,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2001","2001",99.25604,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2002","2002",99.28735,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2003","2003",98.28539,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2004","2004",96.62122,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2005","2005",96.82525,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2006","2006",97.32263,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2007","2007",98.14066,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2008","2008",99.22781,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2009","2009",99.68921,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2010","2010",99.27792,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2011","2011",98.78802,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2012","2012",98.25189,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2013","2013",98.11884,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2014","2014",98.21974,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2015","2015",98.6384,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISL","Iceland","2016","2016",99.51819,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","1998","1998",94.47164,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","1999","1999",94.79815,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2000","2000",95.64631,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2001","2001",96.07349,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2002","2002",96.31114,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2003","2003",97.03734,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2004","2004",97.08264,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2005","2005",97.04179,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2006","2006",97.0121,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2007","2007",96.69213,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2008","2008",94.85232,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2009","2009",97.76118,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2010","2010",95.37001,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2011","2011",93.13827,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2012","2012",89.56757,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2013","2013",88.84539,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2014","2014",88.55049,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2015","2015",89.19744,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2016","2016",90.34628,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2017","2017",91.97563,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","1999","1999",87.00932,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2000","2000",88.23581,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2002","2002",92.04014,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2003","2003",88.31889,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2004","2004",86.46232,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2005","2005",87.70423,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2006","2006",87.12629,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2007","2007",92.44623,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2008","2008",88.77043,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2009","2009",91.67262,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2010","2010",92.6961,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2011","2011",94.06663,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2012","2012",92.97682,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2013","2013",93.08147,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2014","2014",91.44431,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2015","2015",95.04055,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2016","2016",95.43326,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DOM","Dominican Republic","2017","2017",94.77769,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","1992","1992",96.61642,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","1994","1994",96.891,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","1995","1995",95.22517,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","1996","1996",93.37452,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","1997","1997",93.79027,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","1998","1998",94.52401,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","1999","1999",93.96552,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2000","2000",94.83767,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2001","2001",97.8214,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2002","2002",98.47672,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2003","2003",98.73794,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2004","2004",99.64797,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2006","2006",99.29077,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2007","2007",99.25757,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2008","2008",98.70087,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2009","2009",99.14929,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2011","2011",98.14643,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2012","2012",97.46601,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2013","2013",95.87995,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2015","2015",97.69208,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FJI","Fiji","2016","2016",99.86801,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","1999","1999",99.51048,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2000","2000",99.55033,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2001","2001",99.86302,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2002","2002",99.83859,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2003","2003",99.85294,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2004","2004",99.95363,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2005","2005",99.97925,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2006","2006",99.8035,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2007","2007",99.91151,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2008","2008",99.88815,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2009","2009",99.9098,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2010","2010",99.92264,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2011","2011",99.92523,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2012","2012",99.95382,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2013","2013",99.98445,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2014","2014",99.90372,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2015","2015",99.90273,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2016","2016",99.6808,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISR","Israel","2017","2017",99.75072,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",92.86288,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",92.80038,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",99.58502,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",99.37675,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",99.19736,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",99.04134,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",99.19084,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",99.24448,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","1994","1994",96.85193,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","1995","1995",93.44272,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2006","2006",93.62212,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2007","2007",94.23351,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2008","2008",98.10169,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2009","2009",99.57692,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2011","2011",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2013","2013",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2014","2014",98.92249,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2015","2015",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RUS","Russian Federation","2016","2016",100,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","1990","1990",65.93499,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","1991","1991",68.87708,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","1992","1992",71.80168,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","1993","1993",72.69513,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","1994","1994",73.69036,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","1995","1995",71.79015,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","1999","1999",81.46903,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","2000","2000",84.57789,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","2001","2001",88.92125,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","2002","2002",96.47954,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","2006","2006",97.42301,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","2007","2007",97.08795,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NIC","Nicaragua","2010","2010",97.17412,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","1990","1990",57.26208,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","1991","1991",52.95281,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2005","2005",47.76794,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2006","2006",48.21058,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2007","2007",56.21571,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2008","2008",65.22647,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2009","2009",65.41486,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2010","2010",67.92844,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2011","2011",65.73605,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2012","2012",68.35222,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","1997","1997",83.00848,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","1998","1998",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","1999","1999",98.11413,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2001","2001",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2002","2002",98.76998,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2003","2003",96.98538,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2004","2004",94.54408,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2005","2005",89.66811,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2006","2006",86.30971,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2007","2007",87.2782,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2008","2008",88.11985,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2009","2009",88.92959,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2010","2010",90.66694,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2011","2011",90.57876,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2012","2012",87.81605,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2013","2013",86.92949,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2014","2014",85.57405,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2015","2015",81.9298,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2016","2016",82.99081,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBN","Lebanon","2017","2017",87.23265,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2009","2009",92.20482,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2010","2010",96.83332,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2011","2011",96.67751,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2012","2012",99.40294,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2013","2013",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2014","2014",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2016","2016",100,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CMR","Cameroon","1990","1990",79.04707,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CMR","Cameroon","1991","1991",76.89053,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CMR","Cameroon","2011","2011",96.91935,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CMR","Cameroon","2012","2012",99.52981,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CMR","Cameroon","2014","2014",99.53508,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CMR","Cameroon","2016","2016",99.46488,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CMR","Cameroon","2017","2017",99.3882,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","1999","1999",97.01504,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2000","2000",96.73522,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2001","2001",96.57326,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2002","2002",95.6888,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2003","2003",94.81824,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2004","2004",94.0223,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2005","2005",93.42954,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2006","2006",93.48631,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2007","2007",93.57959,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2008","2008",93.63049,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2009","2009",94.30458,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2010","2010",94.79059,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2011","2011",94.84228,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2012","2012",95.37031,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2013","2013",95.71435,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2014","2014",95.38248,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2015","2015",95.19025,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","POL","Poland","2016","2016",95.69158,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","1990","1990",85.60555,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","1991","1991",81.05841,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","1992","1992",78.20697,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","1993","1993",77.07436,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","1994","1994",81.60502,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","1998","1998",97.39342,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","1999","1999",98.57623,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2000","2000",96.18775,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2001","2001",96.93621,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2002","2002",98.14521,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2003","2003",96.70482,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2004","2004",96.18572,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2005","2005",99.2867,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2006","2006",93.36235,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2007","2007",98.46516,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2009","2009",97.07404,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2010","2010",95.41887,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2011","2011",98.81126,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2012","2012",97.4258,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2013","2013",93.67769,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2014","2014",93.85668,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2015","2015",96.57369,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2016","2016",97.83193,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","QAT","Qatar","2017","2017",98.66677,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","1993","1993",98.71577,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","1994","1994",98.70792,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","1995","1995",98.36128,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","1996","1996",98.66977,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","1997","1997",98.79029,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","1998","1998",99.34172,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","1999","1999",99.66918,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2000","2000",99.45926,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2001","2001",99.97514,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2002","2002",99.56616,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2003","2003",98.81398,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2004","2004",97.8144,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2005","2005",97.59232,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2006","2006",97.20436,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2007","2007",97.81966,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2008","2008",98.05223,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2009","2009",98.24788,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2010","2010",98.5201,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2011","2011",98.71965,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2012","2012",99.24163,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2013","2013",99.28147,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2014","2014",99.72808,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2015","2015",99.36006,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FIN","Finland","2016","2016",99.32476,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1990","1990",99.78498,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1991","1991",99.91115,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1992","1992",99.70465,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1993","1993",98.85083,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1994","1994",98.4674,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1995","1995",98.15304,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1996","1996",98.30724,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1997","1997",84.34029,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1998","1998",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","1999","1999",99.82987,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2000","2000",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2002","2002",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2003","2003",99.89115,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2004","2004",99.4396,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2005","2005",98.66178,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2006","2006",98.9296,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2007","2007",99.15116,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2008","2008",99.52648,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2009","2009",99.42514,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2010","2010",99.35687,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2011","2011",99.61878,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2013","2013",99.89639,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2014","2014",99.87691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2015","2015",99.71406,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2016","2016",99.77393,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NOR","Norway","2017","2017",99.90843,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VUT","Vanuatu","1999","1999",96.9779,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VUT","Vanuatu","2004","2004",97.35044,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VUT","Vanuatu","2015","2015",87.97472,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","1998","1998",83.99954,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","1999","1999",92.57827,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2000","2000",93.90671,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2001","2001",97.51971,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2002","2002",99.67684,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2003","2003",99.7369,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2005","2005",98.99561,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2006","2006",99.05707,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2007","2007",98.93121,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2008","2008",97.42441,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2009","2009",91.65297,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2010","2010",95.04173,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2011","2011",97.24034,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2012","2012",98.78647,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2013","2013",98.60479,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2014","2014",98.70699,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2015","2015",98.70726,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HRV","Croatia","2016","2016",98.20239,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","1999","1999",36.84433,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2002","2002",44.75654,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2003","2003",44.7046,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2004","2004",46.97232,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2005","2005",49.96267,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2006","2006",51.73643,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2007","2007",54.07329,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2009","2009",61.15279,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2010","2010",62.63812,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2011","2011",64.04908,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2012","2012",62.20452,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2014","2014",59.4909,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2015","2015",56.81202,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2016","2016",57.86964,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLI","Mali","2017","2017",63.54253,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRI","Puerto Rico","2010","2010",84.52112,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRI","Puerto Rico","2011","2011",81.13852,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRI","Puerto Rico","2012","2012",81.97693,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRI","Puerto Rico","2013","2013",82.22565,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRI","Puerto Rico","2014","2014",80.43457,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRI","Puerto Rico","2015","2015",79.02668,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRI","Puerto Rico","2016","2016",73.94924,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1990","1990",97.1773,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1991","1991",92.62251,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1993","1993",92.76294,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1994","1994",93.73893,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1995","1995",94.68318,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1996","1996",96.98175,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1997","1997",97.90364,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1998","1998",99.88367,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1999","1999",99.71607,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2000","2000",99.77452,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2001","2001",99.5438,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2002","2002",99.36867,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2003","2003",99.09964,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2004","2004",98.2595,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2005","2005",99.35255,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2006","2006",99.38799,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2007","2007",99.36214,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2008","2008",99.60545,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2009","2009",99.04816,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2010","2010",98.94211,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2011","2011",98.81658,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2012","2012",95.71263,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2013","2013",97.8459,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2014","2014",98.80517,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2015","2015",98.92388,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2016","2016",98.4989,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2017","2017",98.89966,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",97.87227,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.42499,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",99.96173,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",99.91154,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",99.9152,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.68276,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.8234,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",99.2347,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",99.99813,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",99.31649,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",97.49697,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",98.94904,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",98.2279,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.3981,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.33106,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.64515,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.83166,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","1990","1990",77.50029,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2000","2000",84.16702,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2001","2001",84.09338,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2002","2002",83.89912,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2003","2003",88.73096,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2007","2007",96.98044,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2008","2008",97.00128,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2009","2009",95.65904,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2010","2010",96.2066,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2011","2011",95.76999,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2012","2012",96.99771,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IND","India","2013","2013",97.73003,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","1998","1998",99.54055,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","1999","1999",99.99516,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2000","2000",99.89684,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2001","2001",98.48424,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2002","2002",98.04563,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2003","2003",98.64853,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2004","2004",98.30474,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2005","2005",99.42638,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2006","2006",99.46004,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2007","2007",99.56217,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2008","2008",99.80718,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2009","2009",99.68659,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2010","2010",99.3711,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2011","2011",99.33335,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2012","2012",97.8398,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2013","2013",94.95817,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2014","2014",95.12135,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2015","2015",97.70214,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KOR","Republic of Korea","2016","2016",96.73819,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",90.07832,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",89.78212,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",94.84436,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",94.31851,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",93.54963,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",92.18272,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",92.1476,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",92.02227,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",90.90613,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",90.59044,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",90.33718,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",91.35883,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",94.81051,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",89.09613,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",88.16308,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",88.74445,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",91.53961,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","1990","1990",57.26208,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","1991","1991",52.95281,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2005","2005",47.76794,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2006","2006",48.21058,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2007","2007",56.21571,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2008","2008",65.09037,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2009","2009",65.41486,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2010","2010",67.67939,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2011","2011",65.73605,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAF","Central African Republic","2012","2012",68.35222,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2000","2000",92.74355,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2001","2001",96.40935,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2002","2002",97.54109,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2003","2003",97.58208,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2004","2004",97.94559,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2005","2005",98.09787,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2006","2006",97.2647,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2007","2007",97.42995,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2008","2008",98.73264,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2009","2009",99.27169,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2011","2011",98.78276,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2012","2012",99.06917,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2013","2013",99.04357,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2014","2014",99.29157,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2015","2015",99.76925,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2016","2016",99.53535,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2017","2017",98.31556,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2018","2018",97.99059,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","1995","1995",86.0757,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","1996","1996",89.90886,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","1998","1998",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","1999","1999",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2001","2001",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2002","2002",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2003","2003",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2004","2004",99.27871,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2005","2005",98.70043,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2006","2006",98.34949,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2007","2007",99.83161,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2008","2008",99.08986,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2009","2009",98.23157,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2010","2010",98.80892,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2011","2011",99.94897,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2012","2012",99.99721,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2013","2013",98.22084,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2014","2014",94.57792,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2015","2015",94.2754,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EST","Estonia","2016","2016",94.32773,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","1996","1996",79.47675,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","1997","1997",87.70647,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","1998","1998",98.61705,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","1999","1999",98.98683,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2000","2000",96.77087,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2001","2001",97.51025,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2002","2002",98.007,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2003","2003",97.06459,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2004","2004",96.82867,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2005","2005",97.76183,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2006","2006",98.15013,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2007","2007",97.32819,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2008","2008",98.16786,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2009","2009",98.41411,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2010","2010",98.11303,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2011","2011",97.3236,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2012","2012",96.74446,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2013","2013",96.72269,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2014","2014",96.90551,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2015","2015",97.13317,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HUN","Hungary","2016","2016",97.85001,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MSR","Montserrat","2002","2002",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MSR","Montserrat","2004","2004",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MSR","Montserrat","2005","2005",96.71694,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MSR","Montserrat","2006","2006",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MSR","Montserrat","2007","2007",92.85702,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","1996","1996",92.72327,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","1997","1997",94.19631,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","1998","1998",96.00536,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","1999","1999",96.73451,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2000","2000",96.27823,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2001","2001",96.31624,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2002","2002",95.73737,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2003","2003",96.19986,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2004","2004",96.91088,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2005","2005",95.71944,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2006","2006",96.4627,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2007","2007",99.31097,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2008","2008",99.76798,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2009","2009",99.72858,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2010","2010",99.73594,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2011","2011",99.74431,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2012","2012",97.83944,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2013","2013",96.39405,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2014","2014",96.03043,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2015","2015",94.72491,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGR","Bulgaria","2016","2016",92.96063,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","1999","1999",74.96996,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2000","2000",80.42634,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2003","2003",86.00551,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2004","2004",86.49989,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2011","2011",99.09892,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2014","2014",94.97574,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2015","2015",97.5067,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2016","2016",97.13634,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NPL","Nepal","2017","2017",96.19392,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1990","1990",96.98306,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1991","1991",96.7172,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1992","1992",97.10957,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1993","1993",96.99104,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1994","1994",96.5774,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1995","1995",96.42216,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1996","1996",96.16098,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1997","1997",95.7431,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1998","1998",95.94581,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","1999","1999",98.9091,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2000","2000",99.3515,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2001","2001",99.39677,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2002","2002",99.43791,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2003","2003",99.50369,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2004","2004",98.8891,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2005","2005",97.64365,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2006","2006",96.67032,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2007","2007",96.38538,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2008","2008",96.33926,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2009","2009",96.97848,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2010","2010",97.85311,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2011","2011",98.64681,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2012","2012",98.95526,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2013","2013",98.83052,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2014","2014",98.77402,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2015","2015",98.86538,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2016","2016",98.98534,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MEX","Mexico","2017","2017",99.11748,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COM","Comoros","1994","1994",69.22219,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COM","Comoros","1999","1999",60.79396,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COM","Comoros","2000","2000",67.49473,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COM","Comoros","2007","2007",79.17413,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COM","Comoros","2013","2013",86.71476,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COM","Comoros","2014","2014",82.7174,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COM","Comoros","2017","2017",84.18473,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDG","Madagascar","1990","1990",64.66574,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDG","Madagascar","1995","1995",51.88875,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDG","Madagascar","1996","1996",56.84055,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDG","Madagascar","1999","1999",64.66209,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDG","Madagascar","2000","2000",66.4623,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDG","Madagascar","2001","2001",67.63395,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDG","Madagascar","2002","2002",68.0486,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MDG","Madagascar","2003","2003",77.96329,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","1994","1994",98.91733,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2000","2000",96.39169,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2001","2001",95.6006,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2002","2002",98.0881,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2003","2003",98.95548,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2004","2004",98.77104,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2005","2005",96.99077,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2007","2007",96.77392,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2008","2008",94.98876,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2009","2009",96.62482,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2010","2010",96.94486,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2011","2011",96.74306,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2012","2012",98.21016,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2013","2013",98.35034,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2017","2017",98.70433,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","1991","1991",95.21674,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","1992","1992",93.90705,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","1993","1993",97.37528,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","1994","1994",96.82198,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","1995","1995",96.94535,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","1996","1996",97.42242,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","1999","1999",99.04234,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2000","2000",99.02991,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2001","2001",99.05892,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2002","2002",98.82431,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2003","2003",97.90544,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2004","2004",96.11564,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2005","2005",95.77904,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2006","2006",96.19414,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2007","2007",97.0361,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2008","2008",97.62909,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2009","2009",97.60298,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2010","2010",97.32922,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2011","2011",97.44352,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2012","2012",97.86418,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2013","2013",97.90845,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2014","2014",97.95986,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2015","2015",98.42075,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEL","Belgium","2016","2016",98.69945,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1990","1990",99.51596,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1991","1991",99.72395,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1992","1992",99.83868,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1993","1993",99.63522,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1994","1994",99.89829,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1995","1995",98.83807,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1996","1996",99.80345,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1997","1997",99.82815,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","1999","1999",99.77019,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2000","2000",99.6379,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2001","2001",99.725,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2002","2002",99.73428,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2003","2003",99.29999,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2004","2004",97.0924,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2005","2005",95.61017,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2006","2006",95.28006,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2007","2007",96.46684,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2008","2008",98.68878,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2009","2009",99.63744,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2010","2010",99.63993,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2011","2011",99.71371,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2012","2012",99.84236,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2013","2013",99.96287,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2014","2014",99.93706,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2015","2015",99.99336,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWE","Sweden","2016","2016",99.85592,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","1997","1997",30.79729,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","1998","1998",35.5165,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","1999","1999",38.28056,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","2000","2000",40.7423,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","2001","2001",42.50866,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","2002","2002",45.51055,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","2003","2003",47.36538,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","2011","2011",54.80911,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","2013","2013",68.51298,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","2015","2015",70.66246,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TCD","Chad","2016","2016",65.65059,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1992","1992",46.9865,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1994","1994",67.87883,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1996","1996",88.97302,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1997","1997",88.5098,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1998","1998",94.89096,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1999","1999",94.47337,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2000","2000",91.11169,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2001","2001",90.62574,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2002","2002",93.17917,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2003","2003",92.74503,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2004","2004",94.40781,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2005","2005",92.37934,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2007","2007",98.76205,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2008","2008",98.8503,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2010","2010",99.24901,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2011","2011",99.45828,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2012","2012",99.00527,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2013","2013",98.26615,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2014","2014",98.13869,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2015","2015",97.92853,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2016","2016",97.39124,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2017","2017",94.04683,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","1994","1994",64.1835,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2000","2000",71.48512,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2001","2001",76.08479,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2002","2002",74.29677,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2003","2003",70.24342,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2008","2008",47.11885,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2009","2009",45.65199,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2010","2010",44.66103,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2011","2011",45.51886,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2012","2012",46.88958,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2015","2015",44.12113,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1990","1990",63.0066,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1991","1991",64.32246,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1992","1992",64.9052,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1993","1993",63.10153,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1994","1994",64.85776,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1995","1995",64.74943,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1996","1996",64.89883,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1998","1998",58.41084,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","1999","1999",55.47233,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2000","2000",76.49961,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2001","2001",76.78652,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2002","2002",77.57909,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2003","2003",77.78025,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2004","2004",75.80694,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2005","2005",75.17067,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2006","2006",75.61756,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2007","2007",73.564,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2008","2008",74.47969,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2009","2009",74.8169,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2010","2010",77.31182,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2011","2011",79.03802,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2012","2012",80.17227,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2013","2013",81.30596,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2014","2014",81.34405,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2015","2015",81.62156,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2016","2016",82.21453,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LSO","Lesotho","2017","2017",83.54229,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","1990","1990",64.47058,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","1991","1991",66.97489,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","1994","1994",62.90004,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","1995","1995",71.48478,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","1996","1996",78.78164,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","1997","1997",76.36854,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","1999","1999",88.75943,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2000","2000",85.38487,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2001","2001",88.26365,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2002","2002",91.07971,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2003","2003",89.37753,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2004","2004",92.05466,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2005","2005",91.38809,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2006","2006",93.35021,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2007","2007",90.04608,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2008","2008",91.2386,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2014","2014",91.46285,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2015","2015",96.57075,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2016","2016",91.07442,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TGO","Togo","2017","2017",91.64536,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1990","1990",97.36463,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1991","1991",95.73068,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1993","1993",92.66665,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1999","1999",91.38544,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2000","2000",92.8489,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2001","2001",92.5342,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2002","2002",91.77904,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2003","2003",90.5322,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2004","2004",92.29913,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RWA","Rwanda","1999","1999",81.33112,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RWA","Rwanda","2002","2002",84.06245,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RWA","Rwanda","2003","2003",89.83691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RWA","Rwanda","2016","2016",96.36675,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RWA","Rwanda","2017","2017",94.25434,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","1995","1995",85.7133,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2008","2008",98.63654,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2009","2009",98.52802,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2010","2010",98.61952,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2011","2011",98.54071,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2012","2012",98.8194,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2013","2013",98.13081,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2014","2014",97.41416,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2015","2015",99.0579,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2016","2016",99.07549,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLR","Belarus","2017","2017",98.41301,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1990","1990",97.68508,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1991","1991",98.25418,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1992","1992",97.43151,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1993","1993",96.96003,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1994","1994",98.68842,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1995","1995",98.27815,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1996","1996",98.14876,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1998","1998",99.44284,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","1999","1999",99.78754,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2000","2000",99.92952,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2001","2001",99.84693,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2002","2002",99.86065,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2004","2004",98.25845,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2005","2005",98.5666,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2006","2006",98.89687,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2007","2007",99.50714,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2008","2008",99.35023,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2009","2009",99.07224,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2010","2010",98.79519,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2011","2011",99.1048,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2012","2012",99.43562,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2013","2013",99.75108,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2014","2014",99.50442,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2015","2015",99.94565,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DNK","Denmark","2016","2016",99.98983,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HTI","Haiti","1997","1997",57.78431,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","1995","1995",82.76138,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","1996","1996",81.63258,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","1997","1997",83.93793,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","2004","2004",88.23004,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","2005","2005",86.44905,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","2006","2006",87.22556,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","2007","2007",95.10768,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","2008","2008",96.21301,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","2009","2009",95.20477,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","2011","2011",95.99178,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GEO","Georgia","2012","2012",98.41846,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","1994","1994",92.62902,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","1995","1995",93.00088,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","1996","1996",94.11898,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","1997","1997",96.46874,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","1998","1998",97.04956,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","1999","1999",96.95665,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2000","2000",97.5082,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2001","2001",99.24253,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2008","2008",98.57319,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2009","2009",97.69589,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2012","2012",97.65809,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2013","2013",99.07772,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2014","2014",98.95802,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2015","2015",99.17018,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ECU","Ecuador","2016","2016",98.9926,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","1990","1990",76.24042,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","1991","1991",76.0041,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","1992","1992",76.38144,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","1993","1993",74.74403,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","1994","1994",75.49805,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","1995","1995",76.19034,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","1996","1996",73.74239,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","2009","2009",74.36509,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","2010","2010",79.18449,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","2011","2011",78.08274,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","2012","2012",78.28454,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","2013","2013",75.77449,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","2014","2014",76.79487,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","2015","2015",75.91063,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWZ","Eswatini","2016","2016",75.21781,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1990","1990",90.8568,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1991","1991",90.63643,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1992","1992",89.13799,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1993","1993",87.16468,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1994","1994",86.44549,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1995","1995",88.57508,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1996","1996",87.16309,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1997","1997",87.61224,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1998","1998",94.37172,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","1999","1999",94.84593,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2000","2000",95.9862,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2001","2001",94.79914,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2002","2002",94.59802,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2003","2003",94.54002,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2004","2004",93.57758,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2005","2005",92.61052,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2006","2006",91.9374,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2007","2007",92.00994,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2010","2010",93.2098,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2011","2011",93.54499,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2012","2012",93.84506,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2013","2013",93.3425,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2014","2014",92.29929,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2015","2015",93.34693,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRC","Greece","2016","2016",92.89371,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AGO","Angola","1998","1998",41.30159,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AGO","Angola","2008","2008",69.38779,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AGO","Angola","2009","2009",68.3113,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AGO","Angola","2010","2010",67.71203,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AGO","Angola","2011","2011",66.3875,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UGA","Uganda","2009","2009",89.70341,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UGA","Uganda","2010","2010",86.44378,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UGA","Uganda","2011","2011",89.18052,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UGA","Uganda","2013","2013",89.59314,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","1990","1990",97.60318,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","1992","1992",89.73367,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","1999","1999",97.1906,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2000","2000",95.5583,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2001","2001",94.6152,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2002","2002",91.93795,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2003","2003",91.69669,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2004","2004",90.49766,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2005","2005",90.28174,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2006","2006",92.07821,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2007","2007",94.81328,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2008","2008",96.8145,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2009","2009",93.83737,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2010","2010",95.08052,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2011","2011",93.61637,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2014","2014",91.49087,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2015","2015",92.52669,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2016","2016",92.97517,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRB","Barbados","2017","2017",90.42687,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","1990","1990",79.32817,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","1992","1992",82.77251,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","1994","1994",85.04027,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","1995","1995",85.71563,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","1996","1996",84.92825,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","1997","1997",85.80822,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","1998","1998",87.4665,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","1999","1999",87.62549,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2000","2000",89.07857,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2001","2001",89.75271,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2002","2002",90.97149,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2003","2003",90.67406,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2004","2004",88.15196,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2005","2005",88.06732,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2006","2006",85.39631,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2007","2007",87.79332,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2008","2008",87.02817,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2009","2009",86.83224,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2010","2010",86.61702,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2012","2012",88.47544,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2013","2013",90.56301,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NAM","Namibia","2017","2017",97.81808,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","1999","1999",99.48272,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2000","2000",96.80791,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2001","2001",93.71032,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2003","2003",93.11439,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2004","2004",94.78031,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2005","2005",95.03796,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2006","2006",95.33622,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2007","2007",94.69111,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2008","2008",96.4834,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2009","2009",97.32543,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2010","2010",97.88879,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2011","2011",98.29255,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2012","2012",99.33006,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2013","2013",99.11811,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2014","2014",99.79244,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2015","2015",99.68875,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2016","2016",99.72557,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLZ","Belize","2017","2017",99.64083,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","1990","1990",83.79906,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","1991","1991",84.64483,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","1992","1992",84.6902,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","1993","1993",84.13743,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","1994","1994",83.37395,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","1995","1995",88.61247,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","1996","1996",90.65813,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","1999","1999",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2000","2000",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2003","2003",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2004","2004",99.32284,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2005","2005",98.46444,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2006","2006",98.04106,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2007","2007",98.17654,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2008","2008",98.97632,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2009","2009",99.40251,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2010","2010",99.43518,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2011","2011",99.6391,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2012","2012",99.72598,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHE","Switzerland","2016","2016",99.97356,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","1990","1990",97.60318,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","1992","1992",89.73367,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","1999","1999",99.47294,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2000","2000",97.71335,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2001","2001",97.26662,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2002","2002",93.95657,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2003","2003",93.78299,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2004","2004",92.88388,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2005","2005",92.13119,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2006","2006",95.18831,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2007","2007",97.50596,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2008","2008",98.81264,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2009","2009",97.31906,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2010","2010",97.90988,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2011","2011",95.84627,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2014","2014",91.95082,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2015","2015",92.94484,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2016","2016",93.30118,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRB","Barbados","2017","2017",90.64301,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","1991","1991",91.24584,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","1992","1992",88.86849,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","1993","1993",87.59521,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","1995","1995",89.29665,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","1996","1996",87.83213,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","2003","2003",90.82212,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","2008","2008",98.99181,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","2009","2009",93.07019,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","2010","2010",96.66201,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","2011","2011",98.96267,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUY","Guyana","2012","2012",97.60278,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","1999","1999",96.68236,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2000","2000",98.4134,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2001","2001",97.29532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2002","2002",98.70662,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2003","2003",98.00317,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2004","2004",98.44496,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2005","2005",95.5359,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2006","2006",93.80365,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2007","2007",89.25153,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2008","2008",89.67437,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2009","2009",97.17521,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2011","2011",99.01543,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2012","2012",99.18484,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2013","2013",99.93598,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2014","2014",97.17042,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2015","2015",99.19644,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DMA","Dominica","2016","2016",99.26806,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UGA","Uganda","2009","2009",90.22566,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UGA","Uganda","2010","2010",86.44378,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UGA","Uganda","2011","2011",89.18052,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UGA","Uganda","2013","2013",89.59314,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2000","2000",98.97354,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2001","2001",98.98896,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2002","2002",99.30217,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2004","2004",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2005","2005",99.28984,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2006","2006",98.99378,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2007","2007",97.46751,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2008","2008",99.62472,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2009","2009",99.93826,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2012","2012",99.57925,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2013","2013",98.46529,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2014","2014",96.78866,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2015","2015",96.34426,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2016","2016",96.57577,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TJK","Tajikistan","2017","2017",99.57011,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PNG","Papua New Guinea","2012","2012",74.87094,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PNG","Papua New Guinea","2016","2016",98.29652,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1990","1990",96.66591,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1992","1992",99.06541,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1997","1997",95.11558,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1999","1999",87.29626,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2000","2000",86.34918,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2002","2002",95.47395,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2003","2003",94.48426,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2004","2004",97.37872,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2005","2005",96.77183,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2006","2006",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2007","2007",98.68663,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2009","2009",99.18039,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2010","2010",99.38286,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2012","2012",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2013","2013",97.33071,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2017","2017",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1990","1990",99.51596,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1991","1991",99.72395,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1992","1992",99.83868,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1993","1993",99.63522,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1994","1994",99.89829,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1995","1995",98.83807,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1996","1996",99.80345,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1997","1997",99.82815,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","1999","1999",99.77019,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2000","2000",99.42556,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2001","2001",99.725,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2002","2002",99.52891,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2003","2003",99.10255,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2004","2004",96.88699,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2005","2005",95.39294,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2006","2006",95.0788,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2007","2007",96.25065,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2008","2008",98.43336,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2009","2009",99.33549,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2010","2010",99.38351,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2011","2011",99.47878,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2012","2012",99.59944,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2013","2013",99.67486,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2014","2014",99.71045,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2015","2015",99.63126,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWE","Sweden","2016","2016",99.60713,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SMR","San Marino","2009","2009",91.1236,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SMR","San Marino","2012","2012",93.20175,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","1999","1999",57.36303,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","2000","2000",60.24576,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","2004","2004",62.96249,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","2005","2005",63.62458,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","2006","2006",64.70636,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","2007","2007",63.98309,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","2008","2008",58.21758,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","2009","2009",59.52986,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NGA","Nigeria","2010","2010",59.97058,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1990","1990",78.78041,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1991","1991",79.15071,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1992","1992",77.19921,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1993","1993",97.66881,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1994","1994",96.77906,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1995","1995",96.13147,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1996","1996",95.85717,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1997","1997",96.37603,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","1999","1999",97.95136,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2000","2000",98.40497,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2001","2001",97.81676,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2002","2002",98.78087,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2003","2003",98.8198,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2004","2004",98.69436,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2005","2005",99.74643,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2006","2006",99.51693,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2007","2007",99.24195,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2008","2008",98.66976,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2009","2009",98.84685,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2010","2010",99.46481,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2011","2011",99.2429,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2012","2012",98.3456,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2013","2013",97.93305,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2014","2014",97.79261,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CYP","Cyprus","2015","2015",98.15911,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",84.32961,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",86.76709,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",89.45615,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",92.56447,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",91.25066,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",91.57545,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",90.29135,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",91.15211,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",92.32969,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",90.43065,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",92.55763,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",93.38708,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",93.41462,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",94.76935,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",93.91546,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",92.49945,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",92.04308,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",88.98517,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",86.30348,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","1998","1998",53.19627,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","1999","1999",54.16228,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2000","2000",57.01729,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2001","2001",60.28479,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2005","2005",70.27604,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2006","2006",74.10933,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2008","2008",79.59807,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2009","2009",84.07871,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2010","2010",86.17418,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2011","2011",86.94101,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2012","2012",88.69254,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2013","2013",87.35723,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2015","2015",84.61948,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2016","2016",82.99547,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2017","2017",81.94659,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRI","Puerto Rico","2010","2010",84.52112,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRI","Puerto Rico","2011","2011",81.13852,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRI","Puerto Rico","2012","2012",81.38253,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRI","Puerto Rico","2013","2013",81.8458,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRI","Puerto Rico","2014","2014",80.43457,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRI","Puerto Rico","2015","2015",78.81776,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRI","Puerto Rico","2016","2016",73.75749,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","1990","1990",94.74795,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","1991","1991",93.89954,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","1992","1992",92.86409,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","1993","1993",91.77015,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","1994","1994",92.09751,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","1995","1995",91.758,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","1996","1996",91.29368,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","1997","1997",91.21586,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2001","2001",95.44818,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2002","2002",94.99121,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2003","2003",94.09724,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2004","2004",93.28904,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2005","2005",91.77453,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2006","2006",93.10182,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2007","2007",95.19629,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2008","2008",95.57772,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2009","2009",96.57933,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2010","2010",98.67604,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2011","2011",99.80262,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2012","2012",96.67682,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2013","2013",93.63949,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2014","2014",91.42341,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2016","2016",89.16051,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IDN","Indonesia","2017","2017",90.10287,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GAB","Gabon","1997","1997",91.26618,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","1995","1995",97.01805,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","1996","1996",98.10855,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","1997","1997",98.83481,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","1999","1999",99.91317,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2000","2000",99.9717,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2001","2001",99.85373,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2002","2002",99.84385,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2003","2003",99.77969,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2004","2004",99.62055,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2005","2005",99.55695,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2006","2006",99.49734,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2007","2007",99.43859,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2008","2008",99.40654,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2009","2009",99.46936,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2010","2010",99.54588,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2011","2011",99.4535,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2012","2012",99.58819,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2013","2013",99.69662,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2014","2014",99.5957,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2015","2015",99.29815,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ITA","Italy","2016","2016",98.86983,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","1991","1991",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","1992","1992",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","1993","1993",97.77132,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","1994","1994",98.06439,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","1995","1995",96.69325,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","1996","1996",96.67352,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","1997","1997",98.32114,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","2001","2001",95.41492,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","2014","2014",95.43193,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","2015","2015",93.87559,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","2016","2016",96.33004,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KIR","Kiribati","2017","2017",93.18128,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1990","1990",99.52082,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1991","1991",98.98018,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1992","1992",97.55025,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1994","1994",97.15521,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1995","1995",98.51207,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1996","1996",98.97884,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1997","1997",99.75817,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2013","2013",98.43054,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2014","2014",98.03876,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2015","2015",98.22944,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2016","2016",99.03897,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2017","2017",99.76601,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DEU","Germany","2002","2002",99.7515,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DEU","Germany","2003","2003",99.37551,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","1993","1993",46.06193,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2000","2000",38.24498,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2001","2001",46.12878,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2002","2002",45.09827,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2003","2003",48.92908,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2004","2004",52.12792,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2005","2005",55.55617,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2006","2006",73.65164,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2007","2007",80.95038,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2008","2008",91.85517,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2009","2009",91.48411,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2010","2010",97.01753,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BDI","Burundi","2017","2017",98.39185,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","1994","1994",90.9573,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","1997","1997",90.40506,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","1999","1999",86.4483,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2000","2000",88.26338,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2001","2001",89.36437,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2002","2002",90.45182,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2003","2003",92.02132,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2004","2004",93.75071,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2012","2012",96.65925,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2014","2014",96.33795,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2016","2016",98.12932,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EGY","Egypt","2017","2017",98.03602,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNB","Guinea-Bissau","2000","2000",47.67203,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNB","Guinea-Bissau","2010","2010",71.92648,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","1997","1997",93.58252,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","1999","1999",97.60567,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2000","2000",97.94118,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2001","2001",99.58157,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2002","2002",99.70847,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2004","2004",99.49719,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2005","2005",99.77792,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2006","2006",99.7325,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2007","2007",99.69576,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2008","2008",98.34834,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2009","2009",98.98097,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2015","2015",99.7499,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2016","2016",99.26873,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDV","Maldives","2017","2017",99.97466,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2003","2003",99.71351,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2004","2004",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2005","2005",97.23768,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2006","2006",96.46679,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2007","2007",96.0189,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2008","2008",95.11075,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2009","2009",92.73966,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2010","2010",94.21788,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2011","2011",94.18178,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2012","2012",94.3599,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2013","2013",95.50608,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2014","2014",96.42869,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2015","2015",98.15138,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2016","2016",98.14739,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LKA","Sri Lanka","2017","2017",98.58227,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JOR","Jordan","1999","1999",91.81314,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JOR","Jordan","2000","2000",93.00556,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JOR","Jordan","2002","2002",95.37781,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JOR","Jordan","2003","2003",96.86841,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JOR","Jordan","2004","2004",97.24145,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1991","1991",89.87158,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1992","1992",91.67718,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1993","1993",94.31401,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1994","1994",94.43433,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1995","1995",98.00096,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2009","2009",97.29678,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2012","2012",96.65304,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2013","2013",97.40442,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2014","2014",96.36746,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2015","2015",96.26153,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2016","2016",96.61512,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2017","2017",96.41447,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZWE","Zimbabwe","1998","1998",83.20778,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZWE","Zimbabwe","1999","1999",85.66589,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2000","2000",86.71014,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2001","2001",88.4001,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2002","2002",84.85547,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2003","2003",83.23529,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2012","2012",87.14684,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2013","2013",84.45723,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COG","Congo","2005","2005",55.89882,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COG","Congo","2006","2006",51.78657,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COG","Congo","2010","2010",82.81717,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COG","Congo","2012","2012",90.8544,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1990","1990",99.48998,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1991","1991",99.61612,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1992","1992",99.68567,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1993","1993",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1994","1994",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1995","1995",97.73737,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1996","1996",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1997","1997",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2003","2003",99.66107,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2004","2004",97.41791,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2005","2005",95.85358,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2006","2006",95.46688,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2007","2007",96.68428,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2008","2008",99.04671,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2013","2013",99.92768,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2014","2014",99.87739,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWE","Sweden","2016","2016",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","1993","1993",93.73175,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","1995","1995",88.54278,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","1996","1996",88.04224,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","1997","1997",87.50879,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","1998","1998",99.7819,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","1999","1999",99.96635,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2000","2000",99.9532,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2001","2001",99.74532,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2002","2002",99.71274,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2003","2003",99.53674,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2004","2004",99.11737,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2005","2005",98.94291,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2006","2006",98.92247,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2007","2007",98.8809,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2008","2008",98.78009,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2009","2009",98.88054,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2010","2010",98.87753,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2011","2011",98.57879,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2012","2012",93.05649,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2013","2013",95.7761,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2014","2014",95.30718,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2015","2015",97.89,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2016","2016",99.42492,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2017","2017",99.33288,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PER","Peru","2018","2018",99.43254,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1995","1995",81.0813,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1996","1996",84.63173,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1997","1997",85.10744,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1998","1998",88.81362,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1999","1999",90.71041,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2000","2000",92.86049,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2001","2001",94.2141,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2002","2002",93.13459,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2003","2003",85.96315,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2004","2004",92.83705,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2005","2005",92.43306,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2006","2006",97.48718,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2007","2007",97.74828,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2008","2008",98.16404,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2009","2009",96.4628,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2010","2010",97.64414,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2011","2011",98.04013,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2012","2012",97.51233,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2013","2013",95.29439,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2014","2014",95.79777,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2015","2015",97.65535,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2016","2016",98.72578,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2017","2017",98.86043,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TON","Tonga","1990","1990",93.15327,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TON","Tonga","1993","1993",93.43096,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TON","Tonga","1998","1998",93.08203,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TON","Tonga","1999","1999",87.91041,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TON","Tonga","2013","2013",97.44443,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1990","1990",93.76364,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1991","1991",94.6117,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1992","1992",90.77812,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1993","1993",89.03987,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1994","1994",87.49572,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1995","1995",87.78618,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1996","1996",85.13581,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1997","1997",81.6221,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","1998","1998",82.68113,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2007","2007",94.47204,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2012","2012",96.19439,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2013","2013",96.32698,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARE","United Arab Emirates","2016","2016",98.87167,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","1997","1997",95.63144,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","1998","1998",95.73055,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","1999","1999",98.45285,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2000","2000",98.86514,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2001","2001",98.93284,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2002","2002",99.00231,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2003","2003",99.13972,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2004","2004",98.59057,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2005","2005",97.49493,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2006","2006",96.59185,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2007","2007",96.38799,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2008","2008",96.35519,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2009","2009",96.82998,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2010","2010",97.44963,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2011","2011",97.95417,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2012","2012",98.05067,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2013","2013",97.80654,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2014","2014",97.7081,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2015","2015",97.87606,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2016","2016",98.13415,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MEX","Mexico","2017","2017",98.36069,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","1994","1994",96.80025,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","1995","1995",93.25147,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2006","2006",92.82311,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2007","2007",93.56764,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2008","2008",97.70983,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2009","2009",98.97671,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2011","2011",99.58084,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2012","2012",99.53177,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2013","2013",99.57016,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2014","2014",98.40312,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2015","2015",99.55126,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RUS","Russian Federation","2016","2016",99.6611,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","1991","1991",95.21674,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","1992","1992",93.90705,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","1993","1993",97.37528,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","1994","1994",96.82198,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","1995","1995",96.94535,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","1996","1996",97.42242,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2000","2000",99.02991,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2002","2002",99.77726,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2003","2003",98.90239,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2004","2004",97.15855,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2005","2005",96.85392,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2006","2006",97.3255,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2007","2007",98.18183,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2008","2008",98.79584,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2009","2009",98.67474,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2010","2010",98.387,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2011","2011",98.51217,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2012","2012",98.87297,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2013","2013",98.82689,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2014","2014",98.80424,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2015","2015",99.20612,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEL","Belgium","2016","2016",99.47537,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNB","Guinea-Bissau","2000","2000",47.80147,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNB","Guinea-Bissau","2010","2010",72.2978,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBR","Liberia","1999","1999",46.76267,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBR","Liberia","2006","2006",77.36439,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBR","Liberia","2008","2008",96.20741,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBR","Liberia","2009","2009",95.58022,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBR","Liberia","2011","2011",97.85842,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBR","Liberia","2014","2014",91.73751,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBR","Liberia","2015","2015",90.05976,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBR","Liberia","2016","2016",89.21226,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1990","1990",88.69694,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1991","1991",90.16681,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1992","1992",91.03742,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1993","1993",92.4151,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1994","1994",92.82437,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1995","1995",93.62856,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1996","1996",92.91265,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1997","1997",92.31841,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","1999","1999",92.87722,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2000","2000",94.15034,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2001","2001",96.45496,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2002","2002",98.9298,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2003","2003",99.3807,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2004","2004",99.67375,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2005","2005",98.66198,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2006","2006",98.66423,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2007","2007",97.41707,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2008","2008",97.60207,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2009","2009",98.24381,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2010","2010",99.25209,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2011","2011",99.25104,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2012","2012",99.78229,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2013","2013",99.21271,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2014","2014",99.40905,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2015","2015",99.34744,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUN","Tunisia","2016","2016",99.51043,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1990","1990",55.88629,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1991","1991",55.53347,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1992","1992",56.03092,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1993","1993",58.1493,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1994","1994",60.74484,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1995","1995",63.52226,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1996","1996",65.78476,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1997","1997",67.31717,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1998","1998",66.53842,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","1999","1999",77.0868,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2000","2000",80.16006,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2001","2001",82.62144,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2002","2002",85.13038,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2003","2003",86.71513,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2004","2004",86.61455,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2005","2005",87.46561,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2006","2006",88.85082,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2007","2007",90.3916,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2008","2008",90.84215,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2009","2009",89.81215,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2010","2010",93.13858,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2011","2011",94.12351,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2012","2012",93.4814,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2013","2013",94.83647,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2014","2014",94.20057,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2016","2016",95.51437,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAR","Morocco","2017","2017",97.50329,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","1994","1994",71.96035,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","1995","1995",70.18177,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","1998","1998",67.22004,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","1999","1999",65.61776,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2000","2000",65.91854,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2001","2001",65.91607,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2002","2002",68.52687,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2004","2004",81.41045,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2005","2005",90.09862,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2006","2006",88.68705,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2007","2007",89.98672,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2009","2009",88.32501,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2010","2010",85.72528,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2011","2011",89.51607,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2012","2012",91.58041,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2013","2013",88.87062,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZMB","Zambia","2017","2017",87.89017,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","1990","1990",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","1991","1991",99.13638,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","1992","1992",97.74376,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","1994","1994",97.13212,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","1995","1995",98.3951,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","1996","1996",99.07045,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","1997","1997",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","2013","2013",98.09301,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","2014","2014",97.87692,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","2015","2015",97.97151,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","2016","2016",98.67563,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NZL","New Zealand","2017","2017",99.54568,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1990","1990",67.16256,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1991","1991",68.23343,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1992","1992",69.59612,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1993","1993",72.95679,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1994","1994",74.20051,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1995","1995",75.65466,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1996","1996",78.29363,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1997","1997",79.01912,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1998","1998",81.17552,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","1999","1999",83.00468,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2000","2000",83.95885,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2001","2001",85.05661,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2002","2002",85.05677,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2003","2003",83.72775,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2009","2009",97.70741,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2011","2011",96.46086,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2012","2012",97.53169,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2013","2013",98.10425,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2014","2014",97.8802,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2015","2015",97.76173,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2016","2016",98.54122,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","OMN","Oman","2017","2017",98.75005,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZWE","Zimbabwe","1998","1998",83.20778,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZWE","Zimbabwe","1999","1999",85.66589,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2000","2000",86.71014,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2001","2001",88.4001,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2002","2002",84.85547,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2003","2003",83.23529,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2012","2012",91.69307,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZWE","Zimbabwe","2013","2013",88.91565,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COM","Comoros","1994","1994",75.96508,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COM","Comoros","1999","1999",65.51274,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COM","Comoros","2000","2000",72.68438,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COM","Comoros","2007","2007",81.99902,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COM","Comoros","2013","2013",88.97976,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COM","Comoros","2014","2014",84.10322,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COM","Comoros","2017","2017",84.75484,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2002","2002",96.33663,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2003","2003",90.09537,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2004","2004",89.76302,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2005","2005",89.94841,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2006","2006",88.78117,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2007","2007",88.23988,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2008","2008",87.93499,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2009","2009",88.30544,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2010","2010",90.76676,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2011","2011",92.87433,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2012","2012",93.87788,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2013","2013",94.26082,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UKR","Ukraine","2014","2014",92.76805,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1990","1990",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1991","1991",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1992","1992",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1993","1993",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1994","1994",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1995","1995",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1996","1996",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1997","1997",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1998","1998",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","1999","1999",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2000","2000",99.90075,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2001","2001",98.48704,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2002","2002",98.04914,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2003","2003",98.65102,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2004","2004",98.47508,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2005","2005",99.49094,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2006","2006",99.56616,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2007","2007",99.722,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2008","2008",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2009","2009",99.70682,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2011","2011",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2012","2012",97.8398,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2013","2013",94.9792,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2014","2014",95.1457,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2015","2015",97.72591,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KOR","Republic of Korea","2016","2016",96.76218,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",91.52067,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",91.29531,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",95.79318,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",94.86286,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",93.74603,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",92.58005,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",92.91026,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",92.88238,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",91.73576,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",91.46357,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",90.74497,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",91.96186,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",95.30489,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",89.71222,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",88.62894,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",89.22935,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",91.71095,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","1995","1995",92.92235,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","1996","1996",94.63158,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","1997","1997",95.06165,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","1998","1998",97.78673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","1999","1999",96.43463,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2000","2000",96.73846,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2001","2001",95.99818,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2002","2002",96.83931,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2003","2003",97.64556,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2004","2004",99.76959,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2005","2005",98.30966,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2006","2006",97.73946,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2007","2007",97.58761,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2008","2008",97.75547,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2009","2009",97.76399,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2010","2010",97.77215,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2011","2011",98.19661,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2012","2012",98.86009,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2013","2013",98.35734,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2014","2014",98.1758,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2015","2015",98.63235,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SVN","Slovenia","2016","2016",98.41267,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","1992","1992",88.23497,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","1993","1993",88.00443,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","1999","1999",92.00705,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","2004","2004",93.72935,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","2005","2005",97.54748,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","2006","2006",95.90567,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","2007","2007",97.37246,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","2008","2008",97.6097,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","2009","2009",93.52026,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","2010","2010",95.67821,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHS","Bahamas","2016","2016",87.78886,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","1999","1999",62.655,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2000","2000",65.47673,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2001","2001",66.65142,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2002","2002",61.31327,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2003","2003",72.65584,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2004","2004",70.88908,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2005","2005",71.69503,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2006","2006",70.89385,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2007","2007",81.00896,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2008","2008",77.25369,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2009","2009",78.87144,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KEN","Kenya","2012","2012",83.11905,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRQ","Iraq","1993","1993",82.09108,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRQ","Iraq","1996","1996",80.03097,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRQ","Iraq","1999","1999",95.91283,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRQ","Iraq","2000","2000",94.69862,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRQ","Iraq","2004","2004",98.949,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRQ","Iraq","2007","2007",97.72679,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2003","2003",99.52437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2005","2005",97.26849,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2006","2006",96.98804,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2007","2007",96.71601,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2008","2008",95.97809,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2009","2009",94.00661,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2010","2010",95.85981,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2011","2011",96.17042,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2012","2012",96.3338,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2013","2013",97.44935,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LKA","Sri Lanka","2014","2014",98.17813,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","1991","1991",96.33556,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","1998","1998",99.87446,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","1999","1999",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2000","2000",99.51304,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2001","2001",99.63921,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2002","2002",99.66217,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2003","2003",99.55423,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2004","2004",98.82244,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2005","2005",99.09666,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2006","2006",99.35481,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2007","2007",99.58288,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2008","2008",99.4576,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2009","2009",99.42105,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2010","2010",98.63912,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2011","2011",98.70129,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2012","2012",98.67199,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2013","2013",98.98612,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2014","2014",99.60041,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2015","2015",99.67661,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARG","Argentina","2016","2016",98.85941,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","1993","1993",50.19477,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2000","2000",42.30168,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2001","2001",51.23427,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2002","2002",50.58124,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2003","2003",54.11079,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2004","2004",55.72759,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2005","2005",58.91146,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2006","2006",75.69939,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2007","2007",82.75681,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2008","2008",93.35183,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2009","2009",91.8103,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2010","2010",97.08146,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BDI","Burundi","2017","2017",97.44311,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","1991","1991",99.51099,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","1992","1992",99.81822,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","1993","1993",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","1994","1994",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","1995","1995",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","1996","1996",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","1997","1997",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","2000","2000",99.71638,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KIR","Kiribati","2017","2017",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1990","1990",87.81827,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1991","1991",87.40557,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1992","1992",86.65049,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1993","1993",86.3991,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1994","1994",86.51321,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1995","1995",86.79376,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1996","1996",87.53128,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1998","1998",99.39094,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","1999","1999",99.81026,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2000","2000",99.95917,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2001","2001",99.81717,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2002","2002",99.78042,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2003","2003",99.98098,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2004","2004",99.90806,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2005","2005",99.74148,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2006","2006",99.88266,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2007","2007",99.82496,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2008","2008",99.92555,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2009","2009",99.97364,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2010","2010",99.78415,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2011","2011",97.52724,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2012","2012",99.75201,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2013","2013",99.54467,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2014","2014",99.58676,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2015","2015",99.95062,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRL","Ireland","2016","2016",99.97016,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1990","1990",97.50672,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1991","1991",96.92208,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1992","1992",96.69211,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1993","1993",96.282,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1994","1994",95.98592,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1995","1995",94.56462,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1996","1996",94.98734,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1997","1997",94.59983,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1998","1998",94.56272,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","1999","1999",94.22961,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2000","2000",94.19505,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2001","2001",93.9951,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2002","2002",94.06833,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2003","2003",94.76157,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2004","2004",95.14354,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2005","2005",95.62694,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2006","2006",95.80677,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2007","2007",96.57579,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2008","2008",96.69556,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2009","2009",96.82278,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2010","2010",97.10527,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2011","2011",97.76576,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2012","2012",97.65526,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2013","2013",97.49263,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2014","2014",97.14568,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2015","2015",97.1201,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2016","2016",96.783,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AUS","Australia","2017","2017",96.79633,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","1990","1990",77.50029,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2000","2000",84.16702,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2001","2001",84.09338,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2002","2002",83.89912,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2003","2003",88.73096,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2007","2007",96.98044,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2008","2008",97.00128,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2009","2009",95.65904,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2010","2010",96.2066,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2011","2011",95.76999,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2012","2012",96.99771,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IND","India","2013","2013",97.73003,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1990","1990",97.36463,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1991","1991",95.73068,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1993","1993",92.66665,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","1999","1999",91.38544,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2000","2000",92.8489,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2001","2001",92.86465,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2002","2002",92.07969,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2003","2003",90.8245,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JAM","Jamaica","2004","2004",92.81328,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2001","2001",98.21228,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2002","2002",97.66705,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2003","2003",97.26204,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2004","2004",94.96651,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2005","2005",94.57135,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2006","2006",93.62462,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2007","2007",92.3749,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2008","2008",90.55658,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2009","2009",89.37201,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2010","2010",88.09367,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2011","2011",87.44263,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2012","2012",87.97854,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2013","2013",87.31733,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2014","2014",87.59754,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2015","2015",87.56139,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2016","2016",87.23417,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CPV","Cabo Verde","2017","2017",87.11385,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RWA","Rwanda","1999","1999",81.33112,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RWA","Rwanda","2002","2002",84.06245,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RWA","Rwanda","2003","2003",89.83691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RWA","Rwanda","2016","2016",96.72642,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","RWA","Rwanda","2017","2017",94.63443,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","1999","1999",98.39984,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2000","2000",98.22612,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2001","2001",97.02836,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2002","2002",97.16085,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2003","2003",96.15385,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2004","2004",96.85886,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2005","2005",98.26914,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2006","2006",98.81302,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2007","2007",98.80862,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2008","2008",98.21418,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2010","2010",96.1688,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2011","2011",95.66652,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2012","2012",96.0592,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2013","2013",96.11249,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2014","2014",96.16906,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2015","2015",97.99695,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LUX","Luxembourg","2016","2016",98.90329,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1991","1991",90.62136,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1992","1992",91.54118,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1993","1993",93.23409,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1994","1994",93.69885,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1995","1995",97.85773,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2009","2009",97.50348,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2012","2012",96.98128,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2013","2013",97.10623,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2014","2014",96.62131,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2015","2015",97.19112,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2016","2016",96.77573,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2017","2017",96.60037,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","1999","1999",84.99825,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2000","2000",86.10226,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2002","2002",92.74606,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2003","2003",89.83362,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2004","2004",84.60371,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2005","2005",86.01771,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2006","2006",84.15028,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2007","2007",90.15731,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2008","2008",86.59027,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2009","2009",95.30545,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2010","2010",94.77342,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2011","2011",94.69471,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2012","2012",93.69395,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2013","2013",93.401,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2014","2014",91.68219,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2015","2015",95.53493,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2016","2016",95.13993,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2017","2017",94.3396,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","1995","1995",82.28936,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","1996","1996",83.24985,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","1997","1997",83.49405,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","2004","2004",85.36003,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","2005","2005",85.0903,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","2006","2006",88.44522,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","2007","2007",92.56554,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","2008","2008",94.93183,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","2009","2009",94.77884,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","2011","2011",96.56367,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GEO","Georgia","2012","2012",97.59214,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","1992","1992",96.68727,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","1994","1994",97.12163,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","1995","1995",95.78046,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","1996","1996",92.9044,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","1997","1997",93.33844,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","1998","1998",94.57136,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","1999","1999",94.55008,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","2000","2000",94.8871,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","2001","2001",98.05934,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","2003","2003",99.89916,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","2004","2004",99.33206,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","2006","2006",99.52794,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","2009","2009",99.62022,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","2013","2013",98.45285,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FJI","Fiji","2015","2015",98.38975,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","1990","1990",28.6081,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","1991","1991",29.22609,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","1992","1992",26.5711,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","1997","1997",29.36257,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","1998","1998",29.46443,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","1999","1999",31.23718,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2000","2000",31.84325,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2001","2001",36.1276,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2002","2002",40.49651,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2003","2003",44.58443,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2004","2004",48.63796,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2005","2005",48.09436,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2006","2006",49.29831,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2007","2007",50.3746,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2008","2008",53.31698,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2009","2009",57.07854,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2010","2010",61.16965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2011","2011",65.92439,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2012","2012",66.77459,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2013","2013",66.24781,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2014","2014",65.84318,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2015","2015",67.56633,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2016","2016",68.57253,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NER","Niger","2017","2017",71.40442,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","1994","1994",92.62902,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","1995","1995",93.00088,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","1996","1996",94.11898,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","1997","1997",96.46874,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","1998","1998",97.04956,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","1999","1999",96.95665,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2000","2000",97.5082,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2001","2001",99.24253,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2003","2003",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2005","2005",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2008","2008",98.57319,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ECU","Ecuador","2016","2016",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","1990","1990",76.27655,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","1992","1992",80.52948,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","1998","1998",85.06505,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","1999","1999",84.88509,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2000","2000",86.63849,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2001","2001",87.35894,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2002","2002",88.40879,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2003","2003",88.17719,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2004","2004",85.67087,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2005","2005",85.60945,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2006","2006",83.4786,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2007","2007",85.60488,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2008","2008",85.26816,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2009","2009",85.15309,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2010","2010",85.04961,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2012","2012",87.1475,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2013","2013",89.29903,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NAM","Namibia","2017","2017",96.08073,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1990","1990",78.78041,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1991","1991",79.15071,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1992","1992",77.19921,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1993","1993",97.66881,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1994","1994",96.77906,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1995","1995",96.13147,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1996","1996",95.85717,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1997","1997",96.37603,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","1999","1999",99.80351,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2000","2000",98.40497,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2001","2001",98.15818,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2002","2002",99.07144,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2003","2003",99.27717,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2004","2004",99.10257,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2005","2005",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2006","2006",99.87078,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2007","2007",99.58577,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2008","2008",99.15415,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2009","2009",99.23677,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2010","2010",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2011","2011",99.68538,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2012","2012",98.67572,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2013","2013",98.44219,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2014","2014",98.15537,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CYP","Cyprus","2015","2015",98.73985,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","1997","1997",84.19539,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","1998","1998",99.79359,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2002","2002",98.57118,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2003","2003",97.70857,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2004","2004",95.89627,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2005","2005",91.68014,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2006","2006",88.84966,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2007","2007",89.77266,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2008","2008",90.60067,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2009","2009",91.79796,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2010","2010",93.33026,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2011","2011",93.32911,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2012","2012",90.27209,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2013","2013",89.03556,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2014","2014",83.91745,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2015","2015",83.64924,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2016","2016",84.35265,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2017","2017",88.54315,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","1999","1999",99.64804,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2000","2000",97.05385,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2001","2001",93.87765,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2003","2003",93.26833,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2004","2004",94.88069,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2005","2005",95.15855,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2006","2006",95.5681,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2007","2007",94.83377,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2008","2008",96.73643,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2009","2009",97.42354,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2010","2010",98.11393,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2011","2011",98.43625,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2012","2012",99.56582,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2013","2013",99.44723,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLZ","Belize","2017","2017",100,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2009","2009",90.1908,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2010","2010",96.4371,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2011","2011",96.56999,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2012","2012",99.6708,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1990","1990",79.08176,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1991","1991",81.15881,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1992","1992",82.70169,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1993","1993",82.78002,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1994","1994",83.3055,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1995","1995",83.90553,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1996","1996",83.97017,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1997","1997",83.86198,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","1999","1999",87.7811,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2000","2000",88.88916,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2001","2001",91.08165,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2002","2002",92.59458,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2003","2003",93.26743,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2004","2004",94.07289,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2005","2005",94.37078,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2006","2006",94.5311,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2007","2007",94.90602,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2008","2008",96.40253,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2009","2009",97.8882,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2010","2010",97.72786,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2011","2011",98.06181,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2012","2012",98.18867,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2013","2013",98.44536,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2014","2014",98.38007,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2015","2015",98.52047,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2016","2016",98.4364,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DZA","Algeria","2017","2017",98.86311,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","1990","1990",51.21846,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","1992","1992",50.20833,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","1996","1996",54.52749,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","1997","1997",58.51772,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","1998","1998",60.53651,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","1999","1999",59.65134,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2000","2000",61.7951,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2003","2003",67.58551,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2004","2004",64.06853,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2005","2005",64.79484,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2006","2006",67.22003,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2007","2007",69.2338,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2008","2008",69.49736,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2009","2009",69.28499,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2010","2010",69.7966,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2011","2011",70.06868,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2012","2012",72.2353,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2013","2013",71.06131,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2014","2014",71.55075,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2015","2015",71.09852,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2016","2016",68.77382,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SEN","Senegal","2017","2017",71.04527,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","1993","1993",98.75371,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","1994","1994",98.63792,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","1995","1995",98.31477,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","1996","1996",98.36753,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","1997","1997",98.71485,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","1998","1998",99.48253,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","1999","1999",99.83826,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2000","2000",99.73543,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2001","2001",99.75645,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2002","2002",99.39526,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2003","2003",98.67927,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2004","2004",97.74492,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2005","2005",97.34561,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2006","2006",96.81107,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2007","2007",97.41311,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2008","2008",97.85432,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2009","2009",98.01625,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2010","2010",98.31079,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2011","2011",98.57445,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2012","2012",99.11337,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2013","2013",99.11927,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2014","2014",99.43051,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2015","2015",99.19243,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FIN","Finland","2016","2016",99.12349,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","1998","1998",99.14052,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","1999","1999",98.36175,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2000","2000",97.37002,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2001","2001",96.06738,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2002","2002",93.0407,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2005","2005",90.11805,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2006","2006",91.75573,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2008","2008",97.14888,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2009","2009",98.38489,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2010","2010",98.13881,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2011","2011",99.40088,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2012","2012",98.20156,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2013","2013",98.10553,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","1990","1990",64.47058,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","1991","1991",66.97489,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","1994","1994",62.90004,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","1995","1995",71.48478,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","1996","1996",78.78164,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","1997","1997",76.36854,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","1999","1999",88.75943,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2000","2000",85.38487,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2001","2001",88.26365,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2002","2002",91.07971,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2003","2003",89.37753,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2004","2004",92.05466,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2005","2005",91.38809,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2006","2006",93.35021,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2007","2007",90.04608,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2008","2008",91.2386,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2014","2014",91.46285,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2015","2015",96.57075,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2016","2016",91.07442,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TGO","Togo","2017","2017",91.64536,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1990","1990",99.73067,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1991","1991",99.95669,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1992","1992",99.6479,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1993","1993",98.66806,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1994","1994",98.39621,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1995","1995",98.19121,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1996","1996",98.26481,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1997","1997",84.19146,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1998","1998",99.7356,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","1999","1999",99.79454,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2000","2000",99.70516,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2001","2001",99.76034,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2002","2002",99.72673,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2003","2003",99.85574,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2004","2004",99.35243,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2005","2005",98.5115,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2006","2006",98.59501,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2007","2007",99.07582,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2008","2008",99.26267,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2009","2009",99.15383,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2010","2010",99.07942,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2011","2011",99.40241,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2012","2012",99.68915,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2013","2013",99.85673,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2014","2014",99.83147,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2015","2015",99.76589,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2016","2016",99.8062,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NOR","Norway","2017","2017",99.87784,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1990","1990",96.28035,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1991","1991",95.37334,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1992","1992",94.51795,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1993","1993",93.31395,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1994","1994",93.84173,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1995","1995",93.65781,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1996","1996",92.55698,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1997","1997",92.50362,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2001","2001",96.16513,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2002","2002",95.42583,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2003","2003",94.88829,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2004","2004",94.11651,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2005","2005",93.14997,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2006","2006",94.47914,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2007","2007",96.90078,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2008","2008",96.32465,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2009","2009",97.4071,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2010","2010",98.05184,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2011","2011",97.55473,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2012","2012",95.9947,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2013","2013",93.10175,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2014","2014",92.00222,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2016","2016",91.71123,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2017","2017",92.7346,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","1999","1999",97.2565,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2000","2000",96.91561,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2001","2001",96.76908,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2002","2002",95.89652,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2003","2003",95.05427,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2004","2004",94.24582,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2005","2005",93.64653,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2006","2006",93.69918,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2007","2007",93.7865,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2008","2008",94.18158,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2009","2009",94.68753,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2010","2010",95.17131,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2011","2011",95.12129,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2012","2012",95.6526,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2013","2013",95.94744,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2014","2014",95.38248,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2015","2015",95.19025,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","POL","Poland","2016","2016",95.69158,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CMR","Cameroon","1990","1990",79.04707,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CMR","Cameroon","1991","1991",76.89053,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CMR","Cameroon","2011","2011",97.32206,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CMR","Cameroon","2012","2012",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CMR","Cameroon","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CMR","Cameroon","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CMR","Cameroon","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CMR","Cameroon","2017","2017",100,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","1991","1991",88.23669,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","1994","1994",92.10172,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","1995","1995",93.28056,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","1998","1998",94.519,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","1999","1999",95.42995,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","2000","2000",92.96201,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","2001","2001",93.45141,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","2002","2002",93.65645,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","2003","2003",93.61355,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","2004","2004",93.19419,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","2005","2005",91.88443,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZAF","South Africa","2015","2015",91.80153,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","1990","1990",47.79332,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","1992","1992",45.99796,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","1993","1993",49.30826,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","1996","1996",59.40659,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","1998","1998",63.39445,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","1999","1999",74.92394,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2000","2000",72.54316,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2001","2001",73.44217,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2002","2002",71.33876,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2003","2003",74.9927,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2004","2004",75.10434,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2005","2005",72.23721,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2006","2006",76.59247,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2007","2007",77.57117,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2008","2008",71.93471,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2010","2010",71.23172,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2011","2011",69.85643,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2012","2012",72.25653,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2013","2013",71.53496,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2014","2014",71.03528,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2015","2015",77.13193,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2016","2016",78.98907,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2017","2017",81.73515,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GMB","Gambia","2018","2018",83.65974,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","1999","1999",90.95129,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2000","2000",92.2969,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2001","2001",91.2664,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2002","2002",94.33785,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2003","2003",95.59712,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2004","2004",96.23579,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2005","2005",96.06109,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2006","2006",95.22204,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2007","2007",94.62331,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2008","2008",96.77622,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2009","2009",97.40694,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2010","2010",97.62032,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2011","2011",97.12375,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2012","2012",97.56661,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2013","2013",96.56877,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2014","2014",95.6041,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2015","2015",94.93825,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2016","2016",95.12076,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TJK","Tajikistan","2017","2017",98.17092,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1991","1991",68.73619,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1992","1992",66.2869,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1993","1993",64.85164,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1994","1994",67.04303,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1995","1995",79.65052,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1999","1999",37.72207,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","1991","1991",91.48133,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","1992","1992",93.60206,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","1993","1993",94.26396,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","1994","1994",92.68579,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","1995","1995",92.16157,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","1996","1996",91.52223,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","1997","1997",91.7742,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2007","2007",98.03216,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2008","2008",99.44816,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2009","2009",99.73858,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2010","2010",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2013","2013",99.72487,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2014","2014",94.64988,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2015","2015",97.78355,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","URY","Uruguay","2016","2016",98.44273,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PLW","Palau","2013","2013",99.11504,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PLW","Palau","2014","2014",99.40741,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","1999","1999",93.68058,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2000","2000",96.95627,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2001","2001",94.79644,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2002","2002",97.51062,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2003","2003",96.14804,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2004","2004",97.18504,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2005","2005",94.11282,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2006","2006",91.77816,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2007","2007",89.39704,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2008","2008",89.91133,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2009","2009",95.61049,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2011","2011",98.05591,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2012","2012",98.39385,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2014","2014",94.43468,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2015","2015",98.4194,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DMA","Dominica","2016","2016",98.55932,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","1995","1995",87.03452,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","1996","1996",90.60952,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","1998","1998",99.22158,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","1999","1999",99.14129,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2000","2000",98.95669,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2001","2001",98.89034,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2002","2002",98.85256,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2003","2003",97.2373,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2004","2004",96.28864,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2005","2005",96.11142,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2006","2006",95.68633,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2007","2007",96.77205,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2008","2008",96.27796,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2009","2009",96.09571,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2010","2010",99.10117,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2011","2011",99.64202,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2012","2012",99.60184,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2013","2013",98.29655,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2014","2014",94.18963,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2015","2015",93.56631,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","EST","Estonia","2016","2016",93.68565,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","1999","1999",57.47285,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","2000","2000",64.61931,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","2003","2003",74.62455,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","2004","2004",75.49065,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","2011","2011",97.74868,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","2014","2014",93.64191,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","2015","2015",96.00428,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","2016","2016",96.37944,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NPL","Nepal","2017","2017",93.41775,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1990","1990",94.85437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1991","1991",97.92541,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1992","1992",97.66187,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1993","1993",96.41028,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1994","1994",96.23021,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1995","1995",94.8058,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1996","1996",95.75983,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1998","1998",98.47513,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAN","Canada","1999","1999",99.63602,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2002","2002",96.32423,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2003","2003",90.06801,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2004","2004",89.97544,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2005","2005",90.0993,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2006","2006",88.96517,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2007","2007",88.40252,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2008","2008",87.9012,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2009","2009",88.26199,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2010","2010",90.49721,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2011","2011",92.31405,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2012","2012",93.16145,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2013","2013",93.47725,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UKR","Ukraine","2014","2014",91.85486,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","1994","1994",95.00397,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","1998","1998",99.50869,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","1999","1999",93.12915,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2000","2000",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2001","2001",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2009","2009",99.44011,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","WSM","Samoa","2017","2017",100,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","1996","1996",77.3068,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","1997","1997",86.24865,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","1998","1998",96.12332,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","1999","1999",96.15007,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2000","2000",96.68444,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2001","2001",97.10684,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2002","2002",97.23796,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2003","2003",95.98607,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2004","2004",95.63888,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2005","2005",96.21784,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2006","2006",96.96322,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2007","2007",96.14084,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2008","2008",97.08782,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2009","2009",97.83213,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2010","2010",97.71169,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2011","2011",97.04448,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2012","2012",96.57246,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2013","2013",96.21323,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2014","2014",96.40835,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2015","2015",96.54542,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HUN","Hungary","2016","2016",96.98892,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1990","1990",88.23804,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1991","1991",89.54965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1992","1992",89.16395,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1993","1993",88.11375,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1996","1996",88.59734,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1997","1997",88.14034,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1999","1999",97.47216,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2000","2000",97.94069,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2001","2001",97.44482,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2002","2002",93.63388,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2003","2003",96.01255,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2004","2004",96.49644,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2005","2005",93.68862,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2007","2007",97.56208,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2008","2008",98.22846,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2009","2009",99.84907,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2010","2010",99.0591,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2012","2012",93.27979,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2013","2013",99.95314,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2015","2015",95.51917,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2016","2016",99.69907,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2017","2017",99.31556,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","1998","1998",56.83986,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","1999","1999",57.40217,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2000","2000",59.76391,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2001","2001",62.86517,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2005","2005",70.08277,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2006","2006",73.61164,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2008","2008",78.41166,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2009","2009",82.66619,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2010","2010",84.49247,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2011","2011",85.31897,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2012","2012",87.24609,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2013","2013",86.05251,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2015","2015",83.40874,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2016","2016",82.04424,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BTN","Bhutan","2017","2017",81.33189,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","1996","1996",37.36639,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","1997","1997",42.72371,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","1998","1998",47.89056,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","1999","1999",49.79996,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","2000","2000",51.46944,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","2001","2001",52.67912,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","2002","2002",56.17678,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","2003","2003",57.71745,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","2011","2011",62.85864,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","2013","2013",78.91849,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","2015","2015",80.38348,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TCD","Chad","2016","2016",74.52388,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLB","Solomon Islands","2005","2005",76.6794,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLB","Solomon Islands","2006","2006",81.15159,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLB","Solomon Islands","2007","2007",81.68846,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLB","Solomon Islands","2013","2013",70.18928,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLB","Solomon Islands","2014","2014",70.45132,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLB","Solomon Islands","2015","2015",70.44563,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLB","Solomon Islands","2016","2016",72.40764,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLB","Solomon Islands","2017","2017",69.27702,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDG","Madagascar","1990","1990",63.84127,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDG","Madagascar","1995","1995",57.54389,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDG","Madagascar","1996","1996",56.99923,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDG","Madagascar","1999","1999",65.18301,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDG","Madagascar","2000","2000",66.72384,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDG","Madagascar","2001","2001",68.02313,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDG","Madagascar","2002","2002",68.78684,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDG","Madagascar","2003","2003",78.21286,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1990","1990",97.50672,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1991","1991",96.92208,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1992","1992",96.69211,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1993","1993",96.282,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1994","1994",95.98592,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1995","1995",94.56462,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1996","1996",94.98734,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1997","1997",94.59983,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1998","1998",94.56272,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","1999","1999",94.22961,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2000","2000",94.19505,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2001","2001",98.34495,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2002","2002",98.39247,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2003","2003",97.22161,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2004","2004",97.64939,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2005","2005",98.599,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2006","2006",98.87506,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2007","2007",99.03209,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2008","2008",99.11764,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2009","2009",99.32308,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2010","2010",99.49469,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2011","2011",100,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2012","2012",100,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2013","2013",99.9483,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2014","2014",99.92608,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2015","2015",99.92245,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2016","2016",99.96683,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AUS","Australia","2017","2017",99.98878,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1991","1991",94.78084,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1992","1992",95.44674,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1993","1993",93.76938,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1994","1994",81.44887,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1995","1995",90.40977,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1996","1996",97.36618,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1997","1997",89.18087,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1998","1998",87.86644,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","1999","1999",95.02693,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2000","2000",91.18056,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2001","2001",87.96704,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2002","2002",87.14527,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2003","2003",83.95081,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2004","2004",85.74814,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2005","2005",84.42225,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2006","2006",84.08704,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2007","2007",86.36033,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2008","2008",86.23909,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2009","2009",87.14196,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2010","2010",86.76589,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2011","2011",88.74729,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2012","2012",91.08673,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2013","2013",96.38814,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2014","2014",98.40294,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2015","2015",97.51678,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2016","2016",98.28704,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AZE","Azerbaijan","2017","2017",98.76192,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COG","Congo","2005","2005",51.33325,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COG","Congo","2006","2006",54.62999,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COG","Congo","2010","2010",84.46898,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COG","Congo","2012","2012",87.22046,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1990","1990",65.69671,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1991","1991",65.06608,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1992","1992",65.17679,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1993","1993",67.20026,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1994","1994",69.49414,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1995","1995",72.01361,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1996","1996",73.94731,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1997","1997",75.13401,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1998","1998",72.72077,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","1999","1999",84.2967,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2000","2000",85.84261,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2001","2001",87.06979,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2002","2002",88.20077,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2003","2003",89.37182,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2004","2004",89.1094,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2005","2005",89.74407,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2006","2006",91.02844,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2007","2007",92.31957,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2008","2008",92.47061,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2009","2009",90.61877,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2010","2010",93.83197,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2011","2011",94.60224,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2012","2012",93.8909,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2013","2013",95.21446,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2014","2014",94.53943,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2016","2016",95.84579,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAR","Morocco","2017","2017",97.92046,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","1994","1994",97.34734,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","1996","1996",97.56241,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","1997","1997",98.11555,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","1998","1998",99.82348,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2003","2003",99.20455,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2004","2004",97.71491,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2005","2005",97.92552,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2006","2006",97.74276,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2007","2007",97.8118,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2008","2008",98.88391,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2009","2009",99.44285,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2010","2010",99.0231,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2011","2011",98.61763,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2012","2012",98.06337,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2013","2013",98.44475,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2014","2014",98.66959,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2015","2015",98.7164,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISL","Iceland","2016","2016",99.62633,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1990","1990",79.82709,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1991","1991",81.62651,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1992","1992",81.61667,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1993","1993",78.57234,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1994","1994",79.0302,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1995","1995",76.83424,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1996","1996",77.08675,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1998","1998",67.41665,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","1999","1999",62.98405,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2000","2000",83.29316,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2001","2001",83.41412,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2002","2002",83.50332,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2003","2003",83.49964,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2004","2004",80.72029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2005","2005",79.83176,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2006","2006",79.99031,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2007","2007",77.04029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2008","2008",78.31817,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2009","2009",79.12777,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2010","2010",80.67806,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2011","2011",81.7082,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2012","2012",83.05765,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2013","2013",81.23489,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2014","2014",81.66581,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2015","2015",81.509,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2016","2016",81.8427,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LSO","Lesotho","2017","2017",82.58527,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","1994","1994",62.4378,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2000","2000",58.12645,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2001","2001",66.94118,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2002","2002",64.06035,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2003","2003",63.9454,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2008","2008",46.38591,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2009","2009",45.44787,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2010","2010",44.90545,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2011","2011",46.12029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2012","2012",47.42315,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2015","2015",44.67704,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","1994","1994",99.46236,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2000","2000",98.21137,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2002","2002",99.05347,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2003","2003",99.48306,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2004","2004",99.3918,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2005","2005",98.26639,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2007","2007",98.4034,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2008","2008",97.5209,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2009","2009",98.33016,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2010","2010",98.48877,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2011","2011",96.68953,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2012","2012",99.11504,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2013","2013",96.2554,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2015","2015",98.77464,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2016","2016",98.0976,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2017","2017",98.34549,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","1990","1990",96.00354,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","1991","1991",96.16026,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","1992","1992",95.95493,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","1993","1993",96.21948,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","1994","1994",95.20374,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","1995","1995",95.59254,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","1996","1996",98.48476,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","1997","1997",99.7832,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","2011","2011",99.07978,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","2012","2012",98.19355,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","2013","2013",99.79125,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MLT","Malta","2016","2016",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","1990","1990",93.78145,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","1991","1991",95.69563,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","1992","1992",96.72569,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","1993","1993",97.07143,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","1994","1994",91.90857,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","1996","1996",94.82456,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","1999","1999",96.89188,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2000","2000",97.49263,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2001","2001",97.57471,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2002","2002",95.97415,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2003","2003",95.2544,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2004","2004",94.63182,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2005","2005",95.06736,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2006","2006",93.48372,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2007","2007",91.82924,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2008","2008",90.4794,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2009","2009",89.40747,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2010","2010",89.79219,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2011","2011",89.76894,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRY","Paraguay","2012","2012",89.34187,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1990","1990",92.49029,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1991","1991",92.08705,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1992","1992",94.2691,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1993","1993",95.0857,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1994","1994",97.37866,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1995","1995",97.26618,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1996","1996",99.21638,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1997","1997",98.96481,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1998","1998",98.68568,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","1999","1999",98.81634,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2000","2000",98.13376,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2001","2001",97.40684,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2002","2002",97.03805,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2003","2003",94.9461,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2004","2004",94.73211,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2005","2005",94.46366,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2006","2006",94.50855,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2007","2007",96.6998,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2008","2008",97.61387,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2009","2009",99.8189,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2010","2010",99.95301,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2011","2011",99.99927,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2012","2012",99.60027,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2013","2013",99.56889,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2014","2014",96.5626,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2015","2015",95.46157,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2016","2016",95.75426,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CUB","Cuba","2017","2017",97.03627,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBR","Liberia","1999","1999",52.57543,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBR","Liberia","2006","2006",76.24598,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBR","Liberia","2008","2008",98.01163,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBR","Liberia","2009","2009",98.50326,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBR","Liberia","2011","2011",99.64357,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBR","Liberia","2014","2014",92.26172,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBR","Liberia","2015","2015",92.37948,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","1995","1995",87.58099,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2001","2001",96.54014,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2002","2002",93.53394,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2003","2003",93.66085,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2004","2004",92.13603,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2005","2005",90.1617,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2006","2006",90.17469,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2007","2007",90.0301,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2009","2009",91.94405,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2010","2010",91.39322,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2011","2011",91.01756,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2012","2012",94.27885,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2013","2013",93.2026,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2014","2014",93.42042,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2015","2015",94.63606,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2016","2016",96.42555,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BLR","Belarus","2017","2017",96.0131,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","1999","1999",63.30716,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2000","2000",66.69635,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2001","2001",60.85199,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2002","2002",63.14749,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2003","2003",61.38387,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2005","2005",65.57204,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2006","2006",63.94762,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2007","2007",69.75498,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2008","2008",74.76258,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2009","2009",73.70043,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2011","2011",81.84607,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2013","2013",85.70963,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2014","2014",88.20737,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2015","2015",89.87413,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2016","2016",85.88404,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2017","2017",84.44051,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GHA","Ghana","2018","2018",83.36606,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HTI","Haiti","1997","1997",56.87638,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2005","2005",82.63445,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2006","2006",84.28755,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2007","2007",82.68135,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2008","2008",87.99787,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2009","2009",90.81758,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2010","2010",89.82402,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2011","2011",88.36156,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2012","2012",89.68384,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2013","2013",89.83669,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2014","2014",89.01209,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2015","2015",91.67724,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2016","2016",92.88719,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SUR","Suriname","2017","2017",88.52678,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1990","1990",99.78903,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",98.11963,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.59141,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",99.93716,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",99.97297,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",99.96449,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2001","2001",99.93998,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.74875,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.90784,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",99.31415,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",99.99997,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",99.55858,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",97.73699,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",98.99559,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",98.25773,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.57064,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.5762,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.75583,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2013","2013",99.8914,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2014","2014",99.908,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2015","2015",99.94197,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.76344,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","1999","1999",62.17857,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2000","2000",64.45689,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2001","2001",65.79168,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2002","2002",60.92642,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2003","2003",72.54315,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2004","2004",70.8069,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2005","2005",71.44642,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2006","2006",70.25697,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2007","2007",80.95142,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2008","2008",76.68163,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2009","2009",78.31084,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KEN","Kenya","2012","2012",81.32174,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","1993","1993",73.69268,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","1994","1994",81.90554,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","1995","1995",87.68614,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","1996","1996",90.13273,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","1997","1997",90.98605,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","1998","1998",95.11214,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","1999","1999",92.56746,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2000","2000",92.11578,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2001","2001",91.91304,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2002","2002",94.20772,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2003","2003",97.30968,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2004","2004",99.96454,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2005","2005",98.66525,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2006","2006",96.48341,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2007","2007",96.27234,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2008","2008",96.04339,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2009","2009",95.96949,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2010","2010",95.62905,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2011","2011",94.93757,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2012","2012",93.95013,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2015","2015",93.7758,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ROU","Romania","2016","2016",93.15022,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1990","1990",85.00489,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1991","1991",87.02613,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1992","1992",86.46167,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1993","1993",86.20854,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1994","1994",86.48709,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1995","1995",78.72177,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1996","1996",79.86947,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1998","1998",83.63068,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","1999","1999",83.12774,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2000","2000",84.22869,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2001","2001",85.81043,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2002","2002",85.96166,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2003","2003",85.94299,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2004","2004",86.72714,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2005","2005",87.18523,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2006","2006",88.12794,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2007","2007",87.1647,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2008","2008",86.82975,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2009","2009",87.48164,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2012","2012",93.55519,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2013","2013",94.19851,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BWA","Botswana","2014","2014",90.36464,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CRI","Costa Rica","1990","1990",87.51965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CRI","Costa Rica","1991","1991",87.9215,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CRI","Costa Rica","2011","2011",99.31876,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CRI","Costa Rica","2012","2012",99.33761,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CRI","Costa Rica","2013","2013",98.26883,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CRI","Costa Rica","2014","2014",96.3586,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CRI","Costa Rica","2015","2015",96.59735,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CRI","Costa Rica","2016","2016",96.74704,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","1990","1990",65.93499,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","1991","1991",68.87708,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","1992","1992",71.80168,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","1993","1993",72.69513,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","1994","1994",73.69036,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","1995","1995",71.79015,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","1999","1999",81.48468,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2000","2000",84.57789,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2001","2001",88.92125,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2002","2002",96.47954,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2004","2004",98.3851,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2005","2005",98.75582,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2006","2006",97.42301,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2007","2007",97.08795,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2008","2008",97.99479,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIC","Nicaragua","2010","2010",97.17412,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","1990","1990",93.78145,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","1991","1991",95.69563,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","1992","1992",96.72569,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","1993","1993",97.07143,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","1994","1994",91.90857,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","1996","1996",94.82456,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","1999","1999",98.82612,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2000","2000",99.48508,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2001","2001",99.62608,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2002","2002",98.18721,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2003","2003",97.66564,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2004","2004",97.00644,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2005","2005",97.21423,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2006","2006",95.68396,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2007","2007",93.8583,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2008","2008",92.36818,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2009","2009",91.03711,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2010","2010",91.37485,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2011","2011",91.24914,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRY","Paraguay","2012","2012",90.88314,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1990","1990",83.2928,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1991","1991",84.09174,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1992","1992",84.12696,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1993","1993",83.3256,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1994","1994",82.43993,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1995","1995",88.86616,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1996","1996",90.79218,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1999","1999",99.48297,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2000","2000",99.29759,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2001","2001",99.22429,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2002","2002",99.22675,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2003","2003",99.22954,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2010","2010",99.09285,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2011","2011",99.23538,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2012","2012",99.21234,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2013","2013",99.63255,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2014","2014",99.65107,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2015","2015",99.62648,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2016","2016",99.75995,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","1991","1991",91.87291,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","1992","1992",89.6701,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","1993","1993",88.12434,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","1995","1995",89.96545,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","1996","1996",88.43708,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","2003","2003",89.41589,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","2008","2008",97.32261,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","2009","2009",92.29949,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","2010","2010",95.89252,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","2011","2011",97.72361,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUY","Guyana","2012","2012",95.62432,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UGA","Uganda","2009","2009",92.13106,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UGA","Uganda","2010","2010",89.01071,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UGA","Uganda","2011","2011",91.71159,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UGA","Uganda","2013","2013",92.42193,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2007","2007",97.23462,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2008","2008",96.94164,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2009","2009",94.50544,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2010","2010",95.12694,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2011","2011",94.12591,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2012","2012",93.6022,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2013","2013",93.13554,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2014","2014",93.60685,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2015","2015",94.6323,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2016","2016",95.97745,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHL","Chile","2017","2017",97.95571,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PNG","Papua New Guinea","2012","2012",67.34824,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PNG","Papua New Guinea","2016","2016",74.82717,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2000","2000",92.2969,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2001","2001",91.2664,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2002","2002",94.33785,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2003","2003",94.72996,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2004","2004",95.52099,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2005","2005",95.46071,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2006","2006",94.74361,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2007","2007",94.13607,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2008","2008",96.3543,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2009","2009",96.87922,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2010","2010",97.20225,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2011","2011",96.7687,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2012","2012",97.11647,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2013","2013",96.56877,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2014","2014",95.19958,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2015","2015",94.44599,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2016","2016",94.75872,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TJK","Tajikistan","2017","2017",97.84578,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","1998","1998",84.09731,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","1999","1999",86.28094,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2000","2000",87.02795,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2001","2001",89.04505,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2002","2002",85.50634,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2003","2003",84.13745,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2012","2012",92.55432,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZWE","Zimbabwe","2013","2013",89.62501,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1990","1990",50.86861,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1991","1991",50.24221,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1992","1992",50.41523,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1993","1993",49.42286,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1994","1994",47.99046,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1995","1995",47.93664,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1996","1996",48.06281,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1997","1997",48.36969,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1998","1998",47.75719,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","1999","1999",48.13232,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2000","2000",51.82521,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2001","2001",57.16946,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2002","2002",72.69684,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2003","2003",81.46042,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2004","2004",85.55672,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2005","2005",89.69794,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2006","2006",94.33998,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2008","2008",94.66774,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2010","2010",87.35314,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2012","2012",82.72848,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2013","2013",80.31971,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2014","2014",78.41047,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2016","2016",79.54375,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TZA","United Republic of Tanzania","2017","2017",79.55163,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1998","1998",95.26898,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1999","1999",95.42291,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2000","2000",96.08896,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2001","2001",96.33215,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2002","2002",96.57087,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2003","2003",97.08357,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2004","2004",96.92394,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2005","2005",96.96647,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2006","2006",96.94355,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2007","2007",96.67375,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2008","2008",94.9655,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2009","2009",97.97611,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2010","2010",95.55059,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2011","2011",93.2796,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2012","2012",89.87423,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2013","2013",89.4632,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2014","2014",89.25465,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2015","2015",89.88581,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2016","2016",90.87995,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2017","2017",92.50107,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","1997","1997",76.30155,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","1998","1998",78.48178,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","1999","1999",81.50523,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2000","2000",87.82097,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2003","2003",96.05783,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2006","2006",94.32619,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2007","2007",93.99543,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2008","2008",92.9481,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2010","2010",92.69281,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2011","2011",95.44881,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2012","2012",95.40544,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2014","2014",94.30536,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2015","2015",96.88886,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2016","2016",92.97967,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KHM","Cambodia","2017","2017",90.60624,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1990","1990",88.16025,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1992","1992",93.39816,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1997","1997",91.14893,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1999","1999",83.70893,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2000","2000",83.33659,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2002","2002",91.23779,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2003","2003",91.04643,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2004","2004",94.21995,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2005","2005",94.41782,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2007","2007",99.28957,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1990","1990",99.73067,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1991","1991",99.95669,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1992","1992",99.6479,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1993","1993",98.66806,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1994","1994",98.39621,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1995","1995",98.19121,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1996","1996",98.26481,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1997","1997",84.19146,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1998","1998",99.89951,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","1999","1999",99.91714,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2000","2000",99.86452,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2001","2001",99.90724,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2002","2002",99.86583,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2003","2003",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2004","2004",99.48893,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2005","2005",98.63669,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2006","2006",98.72603,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2007","2007",99.19221,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2008","2008",99.39114,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2009","2009",99.26117,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2010","2010",99.20045,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2011","2011",99.51465,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2012","2012",99.78805,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2013","2013",99.9493,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2014","2014",99.92195,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2015","2015",99.86013,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2016","2016",99.88953,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NOR","Norway","2017","2017",99.95533,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AFG","Afghanistan","1993","1993",14.38843,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","1999","1999",99.81857,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2000","2000",99.99891,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2001","2001",99.94063,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2002","2002",99.77087,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2003","2003",99.55967,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2004","2004",99.88772,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2005","2005",99.8655,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2006","2006",99.7729,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2007","2007",99.92959,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2008","2008",99.73988,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2009","2009",99.67338,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2010","2010",99.68213,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2011","2011",99.67129,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2012","2012",99.56797,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2013","2013",99.81482,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2014","2014",99.83069,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2015","2015",99.81046,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DEU","Germany","2016","2016",99.78186,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","1992","1992",47.36412,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","1994","1994",68.10211,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","1996","1996",92.81076,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","1997","1997",93.40904,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","1998","1998",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","1999","1999",97.53249,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2000","2000",90.15977,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2001","2001",86.2712,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2002","2002",88.66109,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2003","2003",86.5628,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2004","2004",89.57038,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2005","2005",90.43444,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2012","2012",98.06513,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2013","2013",96.64659,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2014","2014",96.41346,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2015","2015",96.01549,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2016","2016",95.72896,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KWT","Kuwait","2017","2017",94.20843,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","1990","1990",86.66848,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","1991","1991",81.44421,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","1992","1992",78.83427,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","1993","1993",76.61596,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","1994","1994",80.98975,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","1999","1999",97.42745,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2000","2000",94.52487,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2001","2001",94.40904,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2002","2002",99.46391,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2003","2003",99.20614,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2004","2004",99.75664,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2006","2006",90.096,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2007","2007",98.34673,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2009","2009",95.92755,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2010","2010",94.32112,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2011","2011",99.02525,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2012","2012",95.62003,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2013","2013",91.5978,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2014","2014",92.33373,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2015","2015",95.92509,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2016","2016",98.04418,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","QAT","Qatar","2017","2017",99.05912,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","1999","1999",99.3668,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2000","2000",96.58179,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2001","2001",93.68494,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2003","2003",94.02549,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2004","2004",95.81567,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2005","2005",95.18493,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2006","2006",95.9364,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2007","2007",95.42095,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2008","2008",96.46909,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2009","2009",97.22759,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2010","2010",98.23856,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2011","2011",97.77655,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2012","2012",99.78115,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2013","2013",99.13696,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2014","2014",99.30616,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2015","2015",99.52255,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2016","2016",99.4025,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLZ","Belize","2017","2017",99.59655,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2005","2005",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2006","2006",99.8896,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2007","2007",98.82247,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2008","2008",98.39666,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2009","2009",96.10119,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2010","2010",94.67606,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2011","2011",97.51667,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2012","2012",96.54262,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2013","2013",96.84439,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2014","2014",99.06317,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2015","2015",99.30296,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2016","2016",99.22081,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SRB","Serbia","2017","2017",99.0377,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","1993","1993",50.19477,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2000","2000",42.30168,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2001","2001",51.23427,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2002","2002",50.58124,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2003","2003",54.11079,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2004","2004",55.72759,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2005","2005",58.91146,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2006","2006",75.69939,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2007","2007",82.75681,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2008","2008",93.35183,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2009","2009",91.64647,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2010","2010",97.01352,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BDI","Burundi","2017","2017",97.31768,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2004","2004",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2005","2005",99.95958,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2006","2006",99.61736,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2007","2007",99.82769,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2008","2008",99.78219,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2009","2009",99.82429,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2010","2010",99.84927,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2011","2011",99.85429,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2012","2012",99.90999,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2014","2014",99.81242,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2015","2015",99.81055,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2016","2016",99.37862,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ISR","Israel","2017","2017",99.51468,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","1990","1990",99.81221,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","1991","1991",99.29792,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","1992","1992",98.95105,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","1994","1994",99.5151,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","1995","1995",99.75921,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","2013","2013",98.63699,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","2014","2014",98.28512,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","2015","2015",98.79994,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JPN","Japan","2016","2016",98.23516,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1990","1990",88.23804,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1991","1991",89.54965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1992","1992",89.16395,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1993","1993",88.11375,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1996","1996",88.59734,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1997","1997",88.14034,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","1999","1999",97.47216,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2000","2000",99.21533,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2001","2001",98.786,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2002","2002",93.63388,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2003","2003",96.01255,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2004","2004",98.85458,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2005","2005",96.17116,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2007","2007",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2008","2008",98.22846,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2009","2009",99.84907,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TTO","Trinidad and Tobago","2010","2010",99.0591,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","1991","1991",38.0884,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","1992","1992",36.63871,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","1993","1993",35.29898,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","1994","1994",36.03636,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","1995","1995",38.01875,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","1998","1998",42.28787,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","1999","1999",45.99624,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2000","2000",49.84509,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2001","2001",54.34601,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2002","2002",51.60103,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2004","2004",64.28825,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2005","2005",69.43315,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2006","2006",73.48649,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2007","2007",78.55969,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2008","2008",82.16363,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2009","2009",83.91052,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2010","2010",85.4038,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2011","2011",83.74574,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2012","2012",84.1239,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2013","2013",85.23715,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2014","2014",86.02141,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2015","2015",87.26411,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2016","2016",86.96391,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MOZ","Mozambique","2017","2017",86.23461,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2007","2007",84.73546,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2008","2008",84.98282,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2009","2009",85.50558,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2010","2010",84.46763,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2011","2011",81.21649,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2012","2012",78.48552,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2014","2014",78.45676,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2015","2015",81.78025,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2017","2017",82.3219,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","1999","1999",43.96487,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2002","2002",51.50469,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2003","2003",51.47808,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2004","2004",51.48701,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2005","2005",56.52608,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2006","2006",57.84795,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2007","2007",59.99846,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2009","2009",67.14102,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2010","2010",68.21066,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2011","2011",69.20773,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2012","2012",66.96453,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2013","2013",62.56394,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2014","2014",63.43179,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2015","2015",60.63694,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2016","2016",62.06596,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLI","Mali","2017","2017",67.32742,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SDN","Sudan","2011","2011",55.57246,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SDN","Sudan","2012","2012",56.81843,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SDN","Sudan","2013","2013",58.03168,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SDN","Sudan","2014","2014",59.15437,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SDN","Sudan","2015","2015",59.58011,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SDN","Sudan","2016","2016",62.55882,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SDN","Sudan","2017","2017",61.58681,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","1994","1994",97.34734,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","1996","1996",97.56241,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","1997","1997",98.11555,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","1998","1998",99.82348,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2003","2003",99.19843,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2004","2004",97.70269,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2005","2005",97.92552,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2006","2006",97.74276,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2007","2007",97.79904,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2008","2008",98.87094,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2010","2010",98.9835,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2011","2011",98.60441,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2012","2012",98.05678,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2013","2013",98.41208,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2014","2014",98.64376,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2015","2015",98.65286,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ISL","Iceland","2016","2016",99.58274,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","1999","1999",90.87284,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2000","2000",91.86778,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2001","2001",89.59893,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2002","2002",89.33214,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2003","2003",88.13368,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2004","2004",87.43843,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2005","2005",85.56501,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2006","2006",84.72314,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2007","2007",83.95494,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2008","2008",86.5145,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2009","2009",88.51908,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2010","2010",90.56758,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2011","2011",90.98661,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2012","2012",93.78173,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2013","2013",92.63681,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2014","2014",93.5001,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2015","2015",92.25283,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2016","2016",92.13141,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PSE","Palestine","2017","2017",94.37394,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COK","Cook Islands","1998","1998",89.20188,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COK","Cook Islands","1999","1999",84.50156,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COK","Cook Islands","2000","2000",95.85687,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COK","Cook Islands","2013","2013",95.48484,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","1999","1999",98.28522,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2000","2000",98.39732,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2001","2001",99.67742,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2002","2002",98.18366,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2003","2003",96.67844,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2004","2004",97.82348,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2005","2005",98.35923,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2006","2006",99.03082,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2007","2007",99.18757,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2008","2008",99.53094,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2009","2009",96.65827,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2010","2010",99.09038,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2013","2013",97.8735,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ABW","Aruba","2014","2014",99.92209,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1991","1991",61.42882,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1992","1992",59.73188,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1993","1993",58.68065,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1994","1994",59.86127,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1995","1995",67.83578,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1999","1999",36.81181,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MWI","Malawi","1999","1999",97.02404,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MWI","Malawi","2004","2004",95.50364,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MWI","Malawi","2005","2005",95.00484,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MWI","Malawi","2006","2006",93.01149,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MWI","Malawi","2007","2007",88.14211,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MWI","Malawi","2008","2008",94.69882,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MWI","Malawi","2009","2009",94.97104,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","1999","1999",99.99143,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2002","2002",96.28533,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2004","2004",98.52032,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2005","2005",90.67814,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2007","2007",93.42447,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2008","2008",95.78365,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2009","2009",97.47405,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2013","2013",98.41191,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2014","2014",97.33216,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2015","2015",97.77185,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRD","Grenada","2016","2016",96.84211,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1992","1992",53.70891,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1993","1993",58.07304,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1994","1994",61.55954,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1996","1996",64.43769,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1997","1997",67.12213,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1998","1998",70.3735,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1999","1999",71.36516,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2000","2000",72.24403,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2001","2001",71.86952,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2002","2002",72.97132,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2003","2003",75.58479,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2004","2004",76.83056,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2005","2005",78.3412,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2006","2006",79.8417,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2007","2007",82.71516,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2008","2008",85.55738,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2009","2009",88.49116,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2010","2010",93.23207,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2011","2011",93.62325,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2012","2012",93.67544,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2013","2013",95.8211,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2014","2014",96.39779,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2015","2015",95.0346,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2016","2016",93.98519,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2017","2017",92.82117,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1990","1990",90.99487,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1991","1991",90.73129,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1992","1992",88.98564,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1993","1993",87.14972,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1994","1994",86.47749,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1995","1995",87.604,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1996","1996",86.77989,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1997","1997",87.34529,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1998","1998",94.06336,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","1999","1999",94.60049,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2000","2000",95.82367,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2001","2001",94.64761,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2002","2002",94.86078,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2003","2003",94.90856,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2004","2004",94.59493,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2005","2005",93.51101,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2006","2006",92.94593,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2007","2007",92.81967,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2010","2010",93.90961,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2011","2011",94.20403,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2012","2012",94.50995,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2013","2013",93.93284,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2014","2014",92.66657,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2015","2015",93.57662,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GRC","Greece","2016","2016",92.90618,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BMU","Bermuda","2011","2011",88.35645,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BMU","Bermuda","2012","2012",81.50338,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SMR","San Marino","2009","2009",91.34831,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SMR","San Marino","2010","2010",89.01073,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SMR","San Marino","2011","2011",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SMR","San Marino","2012","2012",93.20175,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","1996","1996",92.24363,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","1999","1999",93.29527,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2000","2000",92.74424,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2001","2001",93.55085,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2002","2002",93.53829,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2003","2003",93.30215,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2004","2004",97.89528,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2005","2005",95.56166,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2006","2006",96.78751,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2007","2007",95.76258,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2008","2008",95.19149,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2009","2009",94.45845,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2010","2010",95.09443,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2011","2011",94.89619,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2012","2012",98.42273,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2013","2013",98.42229,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2014","2014",98.09444,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2015","2015",98.0852,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2016","2016",98.47016,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2017","2017",98.54191,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","1990","1990",76.37724,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","1991","1991",78.56567,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","1994","1994",73.47176,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","1995","1995",82.58793,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","1996","1996",91.0224,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","1997","1997",87.86007,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2001","2001",97.56292,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2003","2003",97.72379,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2004","2004",99.89621,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2005","2005",98.51141,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2007","2007",95.95338,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2008","2008",96.64301,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2014","2014",94.63349,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2016","2016",94.04562,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TGO","Togo","2017","2017",94.54367,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","1994","1994",95.00397,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","1998","1998",99.44822,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","1999","1999",93.12915,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2000","2000",93.01394,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2001","2001",96.6121,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2010","2010",97.10237,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2011","2011",96.15961,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2012","2012",97.43738,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2014","2014",98.09537,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2015","2015",97.92799,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2016","2016",97.74317,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","WSM","Samoa","2017","2017",96.76259,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","1990","1990",79.32817,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","1992","1992",82.77251,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","1994","1994",85.04027,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","1995","1995",85.71563,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","1996","1996",84.92825,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","1997","1997",85.80822,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","1998","1998",87.4665,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","1999","1999",87.62549,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2000","2000",89.07857,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2001","2001",89.75271,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2002","2002",90.97149,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2003","2003",90.67406,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2004","2004",88.15196,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2005","2005",88.06732,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2006","2006",85.39631,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2007","2007",87.79332,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2008","2008",87.02817,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2009","2009",86.9005,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2010","2010",86.70214,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2012","2012",88.64657,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2013","2013",91.13445,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NAM","Namibia","2017","2017",98.26174,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1990","1990",90.09345,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.33512,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1999","1999",87.41282,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2000","2000",86.54836,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2001","2001",84.22813,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2002","2002",84.80095,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2003","2003",84.84498,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2004","2004",85.25494,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2005","2005",85.39938,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2006","2006",85.0715,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2007","2007",86.13798,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2008","2008",86.13703,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2009","2009",84.84444,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2010","2010",84.58543,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2011","2011",85.95442,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2012","2012",87.50213,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2013","2013",89.76066,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2014","2014",94.23654,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2015","2015",98.05184,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2016","2016",98.7175,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2017","2017",99.031,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","1994","1994",88.84893,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","1995","1995",88.32266,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","1997","1997",88.31349,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","1999","1999",90.82079,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2006","2006",96.19807,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2007","2007",97.08731,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2008","2008",96.5757,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2009","2009",94.48797,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2010","2010",95.36493,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2011","2011",94.58232,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2012","2012",93.2566,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2013","2013",92.94054,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2014","2014",94.33225,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2015","2015",94.50688,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TUR","Turkey","2016","2016",94.04713,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","1992","1992",96.11453,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","1993","1993",97.28665,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","1994","1994",96.90965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","1995","1995",98.32665,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","1999","1999",99.25313,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2000","2000",96.0743,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2001","2001",92.33578,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2002","2002",92.53424,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2003","2003",91.14903,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2004","2004",90.82105,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2005","2005",88.27729,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2006","2006",89.1128,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2011","2011",90.87216,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2012","2012",91.95521,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2013","2013",93.19423,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2014","2014",95.15369,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2015","2015",97.53466,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2016","2016",97.0888,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BHR","Bahrain","2017","2017",98.99339,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2014","2014",87.04879,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2015","2015",84.00917,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","1998","1998",96.23871,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","1999","1999",98.28112,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2000","2000",99.88558,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2001","2001",99.68859,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2002","2002",99.74913,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2003","2003",99.88949,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2004","2004",99.84496,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2005","2005",99.8096,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2006","2006",99.78836,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2007","2007",99.80622,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2008","2008",99.8804,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2009","2009",99.88571,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2010","2010",99.96079,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2011","2011",99.91359,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2012","2012",99.87558,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2013","2013",99.8621,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2014","2014",99.93252,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2015","2015",99.91785,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LTU","Lithuania","2016","2016",99.89955,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2001","2001",99.88117,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2002","2002",99.92471,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2003","2003",99.61741,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2004","2004",96.84834,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2005","2005",97.25333,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2006","2006",96.73133,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2007","2007",96.37222,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2008","2008",95.5494,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2009","2009",93.37863,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2010","2010",95.04344,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2011","2011",95.17993,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2012","2012",95.35008,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2013","2013",96.4814,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2014","2014",97.30773,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2015","2015",99.08121,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2016","2016",99.0801,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LKA","Sri Lanka","2017","2017",99.29702,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","1990","1990",86.61984,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","1999","1999",93.13455,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2000","2000",94.88255,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2001","2001",96.16586,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2002","2002",98.31177,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2004","2004",98.59478,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2005","2005",98.16667,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2006","2006",98.76869,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2007","2007",98.68385,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2008","2008",97.59167,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2009","2009",94.55455,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2010","2010",96.2045,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2011","2011",95.067,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2012","2012",94.64632,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2013","2013",92.92351,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2014","2014",90.45469,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAN","Panama","2015","2015",87.66282,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1990","1990",99.58787,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",97.87227,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.42499,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",99.94719,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",99.93066,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2001","2001",99.88288,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.68332,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.82405,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",99.2362,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",99.31776,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",97.50671,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",99.072,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",98.34609,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.62708,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.61435,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.77236,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.83166,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1990","1990",97.53591,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1991","1991",98.1948,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1992","1992",97.5219,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1993","1993",97.08281,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1994","1994",98.79416,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1995","1995",98.11558,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1996","1996",98.205,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1998","1998",98.91568,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2000","2000",99.86298,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2001","2001",99.7022,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2002","2002",99.72866,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2004","2004",97.69415,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2005","2005",98.57698,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2006","2006",98.80622,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2007","2007",99.35503,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2008","2008",99.20851,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2009","2009",98.86056,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2010","2010",98.66232,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2011","2011",99.01785,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2012","2012",99.34721,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2013","2013",99.75547,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2014","2014",99.39231,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2015","2015",99.93061,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DNK","Denmark","2016","2016",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","1990","1990",85.60555,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","1991","1991",81.05841,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","1992","1992",78.20697,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","1993","1993",77.07436,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","1994","1994",81.60502,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","1998","1998",97.39342,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","1999","1999",98.76604,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2000","2000",96.39955,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2001","2001",97.34452,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2002","2002",98.60205,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2003","2003",97.3997,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2004","2004",96.42993,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2005","2005",99.2867,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2006","2006",94.74188,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2007","2007",99.96705,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2009","2009",98.67675,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2010","2010",99.06923,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2011","2011",99.61728,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2012","2012",98.22167,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2013","2013",94.33425,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2014","2014",94.3811,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2015","2015",96.97474,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2016","2016",97.94886,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","QAT","Qatar","2017","2017",98.79632,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1990","1990",99.679,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1992","1992",99.59394,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1993","1993",98.49425,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1994","1994",98.32851,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1995","1995",98.22751,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1996","1996",98.22447,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1997","1997",84.04996,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1998","1998",99.64416,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","1999","1999",99.88049,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2000","2000",99.58053,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2001","2001",99.67633,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2002","2002",99.60367,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2003","2003",99.82222,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2004","2004",99.2699,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2005","2005",98.36917,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2006","2006",98.27813,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2007","2007",99.0044,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2008","2008",99.13474,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2009","2009",98.99873,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2010","2010",98.93051,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2011","2011",99.30276,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2012","2012",99.48619,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2013","2013",99.90752,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2014","2014",99.87422,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2015","2015",99.90527,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2016","2016",99.9163,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NOR","Norway","2017","2017",99.92238,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1990","1990",93.94593,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1991","1991",94.94951,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1992","1992",95.33662,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1993","1993",96.17458,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1994","1994",96.18888,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1995","1995",96.42446,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1996","1996",95.46047,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1997","1997",94.33755,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1999","1999",94.34476,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2000","2000",95.43821,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2001","2001",97.28584,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2002","2002",99.47773,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2003","2003",99.69794,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2004","2004",99.84088,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2005","2005",98.87224,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2006","2006",98.63006,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2007","2007",97.65281,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2008","2008",97.9988,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2009","2009",98.60118,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2010","2010",99.63456,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2011","2011",99.63407,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2012","2012",99.89365,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2013","2013",99.61534,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2000","2000",92.08309,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2001","2001",94.41983,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2002","2002",95.74131,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2003","2003",96.22566,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2004","2004",96.50757,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2005","2005",93.27367,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2006","2006",90.85521,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2007","2007",89.68594,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2008","2008",89.9566,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2009","2009",89.51627,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2010","2010",90.14494,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2011","2011",90.21977,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2012","2012",90.45556,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2013","2013",90.61525,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2014","2014",89.93939,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2015","2015",89.68644,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2016","2016",89.77003,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2017","2017",89.60835,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","1993","1993",54.34859,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2000","2000",46.40736,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2001","2001",56.41323,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2002","2002",56.15716,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2003","2003",59.38976,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2004","2004",59.39955,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2005","2005",62.3369,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2006","2006",77.79078,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2007","2007",84.60173,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2008","2008",94.8804,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2009","2009",91.97448,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2010","2010",97.06881,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BDI","Burundi","2017","2017",96.36017,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","1991","1991",98.81623,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","1992","1992",97.34669,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","1994","1994",97.17952,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","1995","1995",98.63502,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","1996","1996",98.88263,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","2013","2013",98.1377,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","2014","2014",97.68189,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","2015","2015",98.03091,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","2016","2016",98.91787,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NZL","New Zealand","2017","2017",99.45542,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1993","1993",78.04316,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1996","1996",75.70481,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRQ","Iraq","1999","1999",89.65531,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2000","2000",88.55311,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2003","2003",94.25937,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2004","2004",92.99399,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRQ","Iraq","2007","2007",92.32209,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","1998","1998",82.29695,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2000","2000",91.31115,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2001","2001",91.76865,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2002","2002",93.46562,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2003","2003",93.47369,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2005","2005",96.55913,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2006","2006",96.49042,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2007","2007",95.82968,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2008","2008",95.95128,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2009","2009",95.99798,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2010","2010",96.12894,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2011","2011",95.85459,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2012","2012",94.95609,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2013","2013",92.07748,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2014","2014",89.56367,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2015","2015",87.0022,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2016","2016",85.5346,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2017","2017",81.29945,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGD","Bangladesh","1990","1990",66.4973,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGD","Bangladesh","2005","2005",97.93406,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGD","Bangladesh","2006","2006",98.9133,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGD","Bangladesh","2008","2008",93.80605,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGD","Bangladesh","2009","2009",97.55334,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGD","Bangladesh","2010","2010",99.98323,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BGD","Bangladesh","2017","2017",98.28106,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","1990","1990",97.08223,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","1991","1991",95.42091,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","1993","1993",93.58948,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","1999","1999",91.24229,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","2000","2000",92.75489,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","2001","2001",92.38747,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","2002","2002",91.30266,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","2003","2003",89.97342,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JAM","Jamaica","2004","2004",91.79139,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JOR","Jordan","1999","1999",91.81314,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JOR","Jordan","2000","2000",93.00556,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JOR","Jordan","2002","2002",95.37781,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JOR","Jordan","2003","2003",96.86841,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JOR","Jordan","2004","2004",97.24145,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1991","1991",89.87158,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1992","1992",91.67718,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1993","1993",94.31401,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1994","1994",94.43433,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","1995","1995",98.00096,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2005","2005",99.02203,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2006","2006",98.51093,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2007","2007",98.83532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2008","2008",98.8972,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2009","2009",99.69863,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2010","2010",99.52619,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2011","2011",99.36956,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2012","2012",99.64448,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2013","2013",99.74808,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2014","2014",99.62369,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2015","2015",99.08323,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2016","2016",99.76884,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRN","Brunei Darussalam","2017","2017",99.89657,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1990","1990",95.18573,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1991","1991",97.73862,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1992","1992",97.48633,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1993","1993",95.86266,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1994","1994",95.30892,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1995","1995",94.18283,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1996","1996",95.11089,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1998","1998",98.43272,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","1999","1999",99.70515,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","2000","2000",99.91953,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","2012","2012",99.47059,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","2013","2013",99.44992,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","2014","2014",99.40451,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","2015","2015",99.5981,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CAN","Canada","2016","2016",99.96224,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COM","Comoros","1994","1994",69.22219,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COM","Comoros","1999","1999",61.04319,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COM","Comoros","2000","2000",67.49473,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COM","Comoros","2007","2007",79.17413,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COM","Comoros","2013","2013",87.92145,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COM","Comoros","2014","2014",86.61882,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COM","Comoros","2017","2017",85.32228,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","1999","1999",98.01382,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2000","2000",98.24184,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2001","2001",96.62665,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2002","2002",95.40839,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2003","2003",93.97484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2004","2004",94.77636,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2005","2005",97.97892,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2006","2006",98.6602,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2007","2007",98.91579,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2008","2008",99.10333,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2009","2009",96.0174,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2010","2010",98.91975,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ABW","Aruba","2014","2014",99.29199,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",90.07832,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",89.84895,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",96.82453,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",95.73373,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",95.30824,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",93.72556,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",93.8287,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",93.58093,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",91.50251,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",91.82745,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",91.02404,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",92.26281,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",95.59047,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",90.88452,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",90.21185,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",91.09969,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",94.40111,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","1994","1994",15.50506,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","1995","1995",17.19503,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","1996","1996",20.21528,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","1998","1998",26.61117,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","1999","1999",29.59559,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2000","2000",34.10235,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2001","2001",38.75603,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2002","2002",41.28639,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2003","2003",42.46547,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2004","2004",46.30828,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2005","2005",57.81606,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2006","2006",63.20635,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2007","2007",68.51531,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2008","2008",74.17635,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2009","2009",74.39826,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2010","2010",72.368,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2011","2011",76.03648,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2012","2012",77.32923,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2014","2014",83.42114,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ETH","Ethiopia","2015","2015",82.83731,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","1994","1994",62.4378,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2000","2000",58.12645,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2001","2001",66.94118,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2002","2002",64.06035,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2003","2003",63.9454,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2008","2008",46.38591,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2009","2009",45.44787,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2010","2010",44.90545,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2011","2011",46.12029,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2012","2012",47.42315,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNQ","Equatorial Guinea","2015","2015",44.9994,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1990","1990",65.69671,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1991","1991",65.06608,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1992","1992",65.17679,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1993","1993",67.20026,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1994","1994",69.49414,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1995","1995",72.01361,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1996","1996",73.94731,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1997","1997",75.13401,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1998","1998",72.72077,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","1999","1999",76.55305,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2000","2000",80.50877,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2001","2001",83.44771,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2002","2002",87.10095,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2003","2003",88.02682,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2004","2004",87.75665,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2005","2005",88.84695,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2006","2006",90.16335,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2007","2007",91.24156,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2008","2008",91.59172,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2009","2009",90.61877,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2010","2010",93.18182,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2011","2011",93.77333,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2012","2012",92.95432,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2013","2013",94.21052,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2014","2014",93.62605,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2016","2016",94.73738,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAR","Morocco","2017","2017",97.05072,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1990","1990",88.85592,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1991","1991",88.21393,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1992","1992",87.30382,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1993","1993",87.02557,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1994","1994",87.17582,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1995","1995",87.49106,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1996","1996",88.27832,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1998","1998",99.6337,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","1999","1999",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2000","2000",99.91637,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2001","2001",99.99197,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2002","2002",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2003","2003",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2004","2004",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2005","2005",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2006","2006",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2007","2007",99.64118,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2008","2008",99.84765,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2009","2009",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2011","2011",97.3161,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2012","2012",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2013","2013",99.85116,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2014","2014",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2015","2015",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRL","Ireland","2016","2016",99.97618,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1996","1996",45.85734,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1997","1997",46.8718,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1999","1999",48.99474,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2000","2000",47.54813,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2001","2001",51.67026,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2002","2002",51.0507,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2003","2003",49.88248,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2009","2009",51.08752,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2013","2013",66.70819,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2014","2014",69.5397,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2015","2015",72.96339,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2016","2016",83.07291,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2017","2017",85.06738,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","1990","1990",99.42631,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","1991","1991",98.06854,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","1992","1992",99.25687,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","1993","1993",99.46369,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","1994","1994",99.20162,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","1995","1995",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","1996","1996",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2001","2001",99.94385,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2002","2002",99.23799,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2004","2004",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2009","2009",99.86024,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2014","2014",99.32419,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2015","2015",98.59779,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRT","Portugal","2016","2016",98.06711,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AGO","Angola","1998","1998",41.30159,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AGO","Angola","2008","2008",75.44162,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AGO","Angola","2009","2009",74.30813,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AGO","Angola","2010","2010",73.65505,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AGO","Angola","2011","2011",70.53634,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2007","2007",92.41756,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2008","2008",90.99122,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2009","2009",90.59538,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2010","2010",91.6382,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2011","2011",92.40723,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2012","2012",94.05384,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2013","2013",95.33237,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2014","2014",96.49522,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2015","2015",97.12497,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2016","2016",97.50505,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2017","2017",98.54778,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","1995","1995",82.76138,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","1996","1996",81.63258,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","1997","1997",83.93793,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2004","2004",91.07053,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2005","2005",89.41207,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2006","2006",90.92665,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2007","2007",98.78453,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2008","2008",96.21301,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2009","2009",95.20477,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2011","2011",95.99178,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2012","2012",98.41846,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2015","2015",99.28019,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2016","2016",99.29158,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GEO","Georgia","2017","2017",98.59798,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","1999","1999",55.94335,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2001","2001",64.46445,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2003","2003",70.67437,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2004","2004",73.62565,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2005","2005",75.749,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2008","2008",75.99351,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2010","2010",81.0665,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2012","2012",84.54757,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2013","2013",84.97708,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","YEM","Yemen","2016","2016",83.31682,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","1990","1990",22.88507,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","1991","1991",23.46911,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","1992","1992",21.40978,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","1997","1997",24.05182,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","1998","1998",24.39038,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","1999","1999",26.12356,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2000","2000",26.86676,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2001","2001",30.49029,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2002","2002",34.09581,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2003","2003",37.81639,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2004","2004",41.31423,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2005","2005",41.31145,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2006","2006",42.62715,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2007","2007",43.86759,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2008","2008",47.28675,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2009","2009",51.06116,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2010","2010",55.11671,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2011","2011",59.859,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2012","2012",61.28767,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2013","2013",61.01046,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2014","2014",61.05211,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2015","2015",62.6857,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2016","2016",63.79476,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NER","Niger","2017","2017",66.81589,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","1990","1990",98.52127,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","1992","1992",90.21876,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","1999","1999",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2000","2000",97.90397,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2001","2001",97.44047,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2002","2002",94.48445,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2003","2003",94.21611,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2004","2004",92.98924,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2005","2005",91.9018,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2006","2006",95.56608,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2007","2007",96.89586,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2008","2008",98.47182,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2009","2009",96.60035,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2010","2010",97.20172,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2011","2011",95.69288,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2014","2014",91.08587,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2015","2015",92.02321,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2016","2016",92.10824,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRB","Barbados","2017","2017",90.57201,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VUT","Vanuatu","1999","1999",96.9779,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VUT","Vanuatu","2000","2000",98.59491,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VUT","Vanuatu","2001","2001",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VUT","Vanuatu","2002","2002",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VUT","Vanuatu","2003","2003",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VUT","Vanuatu","2004","2004",97.35044,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VUT","Vanuatu","2005","2005",98.2519,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VUT","Vanuatu","2015","2015",100,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","1993","1993",87.32102,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","1994","1994",91.88223,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","1995","1995",93.17892,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","1996","1996",93.17602,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","2000","2000",94.90228,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","2001","2001",86.88669,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","2002","2002",93.2378,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","2003","2003",94.28012,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","2004","2004",95.06802,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYC","Seychelles","2005","2005",94.73691,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1990","1990",85.39041,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1991","1991",87.11221,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1992","1992",88.19909,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1993","1993",87.71003,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1994","1994",87.65254,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1995","1995",87.88283,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1996","1996",87.4386,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1997","1997",86.91522,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","1999","1999",89.7286,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2000","2000",90.52619,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2001","2001",92.64196,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2002","2002",93.90211,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2003","2003",94.42611,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2004","2004",95.17879,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2005","2005",95.4772,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2006","2006",95.67726,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2007","2007",95.87886,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2008","2008",97.22105,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2009","2009",98.96613,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2010","2010",98.88748,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2011","2011",99.05085,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2012","2012",99.11083,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2015","2015",99.2671,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2016","2016",99.23121,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DZA","Algeria","2017","2017",99.44293,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1990","1990",96.57841,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1991","1991",91.93816,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1993","1993",92.17023,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1994","1994",93.38422,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1995","1995",94.33934,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1996","1996",96.90761,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1997","1997",97.8501,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1998","1998",99.76993,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","1999","1999",99.43867,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2000","2000",99.55429,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2001","2001",99.09823,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2002","2002",98.75234,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2003","2003",98.22162,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2004","2004",97.66889,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2005","2005",98.85671,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2006","2006",98.79397,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2007","2007",98.74433,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2008","2008",99.22411,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2009","2009",98.3236,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2010","2010",97.92336,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2011","2011",97.67855,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2012","2012",94.76818,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2013","2013",96.67491,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2014","2014",97.65712,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2015","2015",97.88866,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2016","2016",97.05437,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MUS","Mauritius","2017","2017",97.84043,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","1990","1990",23.58978,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","1992","1992",24.37232,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","1993","1993",23.06435,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","1994","1994",23.8739,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","1995","1995",24.90626,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","1996","1996",24.44266,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","1997","1997",23.48853,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","1999","1999",22.66278,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2000","2000",23.37025,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2001","2001",25.78145,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2002","2002",27.37574,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2004","2004",31.35856,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2005","2005",33.16067,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2006","2006",36.03817,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2007","2007",40.01068,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2008","2008",44.06901,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2009","2009",43.54483,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2011","2011",51.25578,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2013","2013",50.92823,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2014","2014",57.39302,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2015","2015",52.29536,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2016","2016",49.51254,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2017","2017",51.89733,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DJI","Djibouti","2018","2018",53.75775,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","1990","1990",22.88507,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","1991","1991",23.46911,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","1992","1992",21.40978,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","1997","1997",24.05182,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","1998","1998",24.39038,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","1999","1999",26.12356,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2000","2000",26.86676,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2001","2001",30.49029,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2002","2002",34.09581,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2003","2003",37.81639,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2004","2004",41.31423,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2005","2005",41.31145,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2006","2006",42.62715,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2007","2007",43.86759,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2008","2008",47.28675,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2009","2009",51.06116,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2010","2010",55.11671,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2011","2011",59.859,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2012","2012",61.28767,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2013","2013",61.01046,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2014","2014",61.05211,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2015","2015",62.6857,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2016","2016",63.79476,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NER","Niger","2017","2017",66.81589,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1990","1990",81.54471,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1991","1991",83.58989,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1992","1992",83.50477,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1993","1993",83.74363,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1994","1994",84.26129,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1995","1995",76.90782,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1996","1996",78.12869,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1998","1998",81.74276,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","1999","1999",81.45148,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2000","2000",82.49962,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2001","2001",84.13524,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2002","2002",84.50801,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2003","2003",84.40926,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2004","2004",86.73645,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2005","2005",84.46051,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2006","2006",86.07424,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2007","2007",85.36055,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2008","2008",84.89892,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2009","2009",85.99093,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2012","2012",92.19457,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2013","2013",93.05952,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BWA","Botswana","2014","2014",89.14333,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","1996","1996",97.73163,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","1997","1997",98.77069,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2000","2000",99.72155,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2001","2001",99.54269,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2002","2002",99.45896,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2003","2003",99.31054,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2004","2004",99.17955,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2005","2005",98.87457,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2006","2006",98.73757,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2007","2007",98.62107,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2008","2008",98.53774,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2009","2009",98.65419,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2010","2010",98.83545,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2011","2011",98.48044,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2012","2012",98.95208,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2013","2013",99.2029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2014","2014",99.06534,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2015","2015",98.86206,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ITA","Italy","2016","2016",98.46135,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","1999","1999",62.655,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2000","2000",65.47673,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2001","2001",73.57122,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2002","2002",71.1359,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2003","2003",84.93491,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2004","2004",83.07179,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2005","2005",83.51622,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2006","2006",82.54322,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2007","2007",92.43527,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2008","2008",88.56994,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2009","2009",90.99704,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KEN","Kenya","2012","2012",83.11905,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","1990","1990",95.91662,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","1993","1993",96.73359,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","1999","1999",56.26329,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","2000","2000",89.72792,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","2001","2001",89.54733,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","2002","2002",97.62664,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","2003","2003",97.48348,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","2004","2004",93.53144,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","2005","2005",92.20381,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","2006","2006",94.29927,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LCA","Saint Lucia","2007","2007",93.93884,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","1994","1994",90.9573,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","1997","1997",90.40506,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","1999","1999",86.63204,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2000","2000",88.43454,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2001","2001",89.5497,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2002","2002",90.65273,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2003","2003",92.25314,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2004","2004",93.7522,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2012","2012",97.231,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2014","2014",96.97414,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2016","2016",98.99348,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EGY","Egypt","2017","2017",98.91157,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","1990","1990",44.77197,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","1992","1992",44.23334,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","1994","1994",44.92859,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","1996","1996",49.2022,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","1997","1997",53.43262,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","1998","1998",56.00646,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","1999","1999",54.94597,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2000","2000",58.09894,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2003","2003",64.82563,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2004","2004",62.90405,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2005","2005",64.01532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2006","2006",67.04054,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2007","2007",69.57125,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2008","2008",70.53967,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2009","2009",70.81098,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2010","2010",71.78459,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2011","2011",72.40183,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2012","2012",75.12646,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2013","2013",74.00381,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2014","2014",74.679,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2015","2015",74.51753,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2016","2016",72.33999,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SEN","Senegal","2017","2017",75.1737,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","1990","1990",94.74795,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","1991","1991",93.89954,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","1992","1992",92.86409,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","1993","1993",91.77015,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","1994","1994",92.09751,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","1995","1995",91.758,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","1996","1996",91.29368,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","1997","1997",91.21586,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2001","2001",95.44818,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2002","2002",94.99121,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2003","2003",94.09724,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2004","2004",93.28904,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2005","2005",91.77453,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2006","2006",93.10182,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2007","2007",95.19629,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2008","2008",95.57772,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2009","2009",96.57933,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2010","2010",98.67604,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2011","2011",99.80262,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2012","2012",96.67682,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2013","2013",93.63949,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2014","2014",91.42341,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2016","2016",89.16051,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IDN","Indonesia","2017","2017",90.10287,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",86.57596,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",89.15124,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",91.40097,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",95.20207,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",93.62639,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",93.88237,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",93.02483,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",93.26432,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",94.80212,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",92.61711,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",94.38278,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",94.94114,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",94.9763,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",96.06793,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",95.44986,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",93.40214,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",92.77542,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",89.66107,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",87.03304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1990","1990",92.48223,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1991","1991",91.98739,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1992","1992",93.96796,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1993","1993",94.86295,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1994","1994",97.20771,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1995","1995",97.03024,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1996","1996",99.46096,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1997","1997",99.30511,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1998","1998",98.93756,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","1999","1999",99.16084,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2000","2000",98.52321,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2001","2001",97.82343,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2002","2002",97.14111,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2003","2003",95.13202,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2004","2004",95.02305,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2005","2005",94.54369,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2006","2006",94.26749,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2007","2007",97.07421,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2008","2008",97.81489,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2009","2009",99.86604,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2010","2010",99.99767,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2011","2011",99.99759,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2012","2012",99.53701,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2013","2013",99.63668,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2014","2014",96.44831,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2015","2015",95.55186,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2016","2016",95.80721,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CUB","Cuba","2017","2017",97.10984,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","1999","1999",57.36303,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","2000","2000",60.24576,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","2004","2004",62.96249,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","2005","2005",63.62458,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","2006","2006",64.70636,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","2007","2007",63.98309,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","2008","2008",58.21758,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","2009","2009",59.52986,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NGA","Nigeria","2010","2010",59.97058,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","1996","1996",93.97737,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","1999","1999",93.28248,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2000","2000",92.80934,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2001","2001",93.97764,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2002","2002",93.98756,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2003","2003",93.66382,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2004","2004",97.74079,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2005","2005",95.5813,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2006","2006",97.06269,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2007","2007",95.92354,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2008","2008",95.35699,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2009","2009",94.41695,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2010","2010",95.27728,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2011","2011",94.96627,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2012","2012",98.77494,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2013","2013",98.83,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2014","2014",98.41541,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2015","2015",98.40952,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2016","2016",98.79437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2017","2017",98.79279,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","1999","1999",62.14608,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2000","2000",70.62225,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2001","2001",64.89249,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2002","2002",68.84004,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2003","2003",67.90495,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2005","2005",72.34186,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2006","2006",74.34971,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2007","2007",79.50453,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2008","2008",84.99424,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2009","2009",85.32066,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2011","2011",93.20031,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2012","2012",92.37013,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2013","2013",96.43365,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2014","2014",95.7385,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2015","2015",97.82552,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2016","2016",94.24802,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2017","2017",97.14034,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GHA","Ghana","2018","2018",95.35564,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1990","1990",90.03435,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1991","1991",89.61937,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1992","1992",89.19911,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1993","1993",88.32039,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1996","1996",88.66781,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1997","1997",88.48453,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","1999","1999",97.89116,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2000","2000",99.36633,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2001","2001",98.88701,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2002","2002",94.54249,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2003","2003",95.93129,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2004","2004",98.88216,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2005","2005",96.09089,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2007","2007",99.25921,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2008","2008",97.98021,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2009","2009",98.30008,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TTO","Trinidad and Tobago","2010","2010",98.73351,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","1998","1998",53.24776,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","1999","1999",54.19527,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2000","2000",57.05184,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2001","2001",60.28479,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2005","2005",70.27604,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2006","2006",74.10933,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2008","2008",79.59807,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2009","2009",84.07871,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2010","2010",86.17418,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2011","2011",86.94101,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2012","2012",88.69254,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2013","2013",87.35723,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2015","2015",84.61948,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2016","2016",82.99547,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2017","2017",81.94659,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","1991","1991",85.57737,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","1994","1994",90.82116,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","1995","1995",91.89458,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","1998","1998",92.05003,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","1999","1999",92.88632,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","2000","2000",91.53351,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","2001","2001",91.20938,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","2002","2002",91.19856,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","2003","2003",91.70824,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","2004","2004",91.60469,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","2005","2005",90.67152,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ZAF","South Africa","2015","2015",91.54285,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1990","1990",87.73359,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1991","1991",88.28702,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1992","1992",90.34648,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1993","1993",91.13865,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1994","1994",90.73328,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1995","1995",92.44825,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","1996","1996",94.91349,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2011","2011",99.96439,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2012","2012",99.94782,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2013","2013",99.08432,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2014","2014",96.79537,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2015","2015",96.81297,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CRI","Costa Rica","2016","2016",96.96598,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","THA","Thailand","2006","2006",98.89194,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","THA","Thailand","2007","2007",98.46124,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","THA","Thailand","2008","2008",97.9042,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","THA","Thailand","2009","2009",98.01958,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2002","2002",97.01621,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2004","2004",98.44708,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2005","2005",89.9096,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2007","2007",92.91621,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2008","2008",95.12607,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2009","2009",95.76895,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2013","2013",98.37064,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2014","2014",97.41935,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2015","2015",97.93905,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRD","Grenada","2016","2016",96.34238,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","1994","1994",97.46788,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","1998","1998",95.50406,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","1999","1999",96.23393,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2000","2000",98.47941,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2001","2001",97.81689,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2002","2002",96.52968,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2003","2003",97.02876,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2004","2004",99.40607,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2005","2005",99.73288,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2006","2006",96.94872,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2007","2007",96.37177,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2008","2008",95.65814,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2009","2009",97.80691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2010","2010",96.81683,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2011","2011",98.17828,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2012","2012",99.47721,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2014","2014",99.2337,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2015","2015",99.63498,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2016","2016",98.80051,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MYS","Malaysia","2017","2017",98.76546,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","1991","1991",92.53954,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","1992","1992",94.33494,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","1993","1993",95.06648,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","1994","1994",93.39877,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","1995","1995",92.94188,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","1996","1996",92.59645,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","1997","1997",92.63839,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","2005","2005",97.45443,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","2007","2007",98.17003,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","2008","2008",99.05857,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","2009","2009",99.13694,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","2013","2013",99.40484,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","2014","2014",94.46281,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","2015","2015",97.65993,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","URY","Uruguay","2016","2016",98.33317,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","1999","1999",97.28203,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2000","2000",95.85975,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2001","2001",94.32699,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2003","2003",92.11883,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2004","2004",91.31788,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2008","2008",89.27128,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2009","2009",87.43356,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2010","2010",87.95941,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2011","2011",89.22843,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2012","2012",93.18193,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2013","2013",97.5988,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2014","2014",99.64311,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2015","2015",99.25625,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2016","2016",99.29555,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ALB","Albania","2017","2017",99.32327,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1990","1990",92.97115,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1991","1991",94.97666,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1992","1992",95.88174,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1993","1993",96.28301,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1994","1994",91.8588,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1995","1995",91.70462,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1996","1996",95.02059,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","1999","1999",98.93103,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2000","2000",99.73829,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2001","2001",99.8099,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2002","2002",98.30598,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2003","2003",97.7233,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2004","2004",97.1475,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2005","2005",97.44133,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2006","2006",95.85386,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2007","2007",93.95359,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2008","2008",92.32178,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2009","2009",91.06023,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2010","2010",91.15958,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2011","2011",91.11173,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRY","Paraguay","2012","2012",90.65812,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COG","Congo","2005","2005",55.89882,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COG","Congo","2006","2006",51.78657,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COG","Congo","2010","2010",82.81717,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COG","Congo","2012","2012",90.8544,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1991","1991",99.41276,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1992","1992",97.00848,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1993","1993",98.02282,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1994","1994",97.93228,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1995","1995",99.10958,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1996","1996",99.858,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1997","1997",99.60338,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1998","1998",99.94365,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1999","1999",99.53132,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2000","2000",97.88866,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2001","2001",94.85509,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2002","2002",94.42836,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2003","2003",93.38639,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2004","2004",92.87957,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2005","2005",90.1977,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2006","2006",91.89263,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2011","2011",91.89966,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2012","2012",92.74081,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2013","2013",93.73831,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2014","2014",95.72386,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2015","2015",97.99544,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2016","2016",97.90026,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2017","2017",98.86201,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","1994","1994",42.83884,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","1995","1995",48.85518,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","1996","1996",52.98639,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","1998","1998",58.16882,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","1999","1999",58.22673,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2000","2000",58.39223,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2001","2001",61.38591,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2002","2002",61.65151,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2003","2003",64.98857,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2004","2004",72.33005,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2005","2005",71.40216,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2006","2006",73.7468,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2007","2007",74.93997,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2008","2008",71.9171,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2009","2009",70.94836,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2010","2010",71.46046,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2011","2011",72.44299,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2012","2012",71.89399,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2013","2013",73.9772,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2014","2014",76.18426,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2016","2016",73.16208,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MRT","Mauritania","2017","2017",78.48274,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","1998","1998",96.31017,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","1999","1999",98.49594,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2000","2000",99.77627,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2001","2001",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2002","2002",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2003","2003",99.95391,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2004","2004",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2005","2005",99.62817,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2006","2006",99.58848,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2007","2007",99.62341,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2008","2008",99.76827,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2009","2009",99.77814,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2010","2010",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2011","2011",99.83201,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2012","2012",99.75745,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2013","2013",99.73132,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2014","2014",99.86799,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2015","2015",99.83893,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LTU","Lithuania","2016","2016",99.80341,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1991","1991",61.42882,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1992","1992",59.73188,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1993","1993",58.68065,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1994","1994",59.86127,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1995","1995",67.83578,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COD","Democratic Republic of the Congo","1999","1999",36.81181,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1990","1990",98.72691,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1991","1991",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1992","1992",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1993","1993",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1994","1994",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1995","1995",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1996","1996",99.99182,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1997","1997",98.9951,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1998","1998",99.76099,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2004","2004",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SYR","Syrian Arab Republic","2013","2013",68.05241,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","1990","1990",16.90733,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","1991","1991",18.41174,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","1998","1998",30.69265,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","1999","1999",33.59773,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2000","2000",37.59967,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2001","2001",41.35498,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2002","2002",48.2521,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2003","2003",52.09201,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2004","2004",55.47199,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2005","2005",58.08612,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2006","2006",60.99668,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2007","2007",63.23381,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2008","2008",62.34554,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2009","2009",63.76505,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2010","2010",65.08162,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2011","2011",70.14332,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2012","2012",69.64174,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2013","2013",70.59627,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2014","2014",74.21849,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GIN","Guinea","2016","2016",71.29829,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","1992","1992",53.70136,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","1993","1993",56.99915,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","1996","1996",66.01329,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","1998","1998",68.50123,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","1999","1999",79.90241,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2000","2000",76.15193,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2001","2001",75.76788,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2002","2002",73.60879,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2003","2003",75.14898,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2004","2004",73.92475,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2005","2005",70.3755,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2006","2006",74.69992,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2007","2007",74.12452,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2008","2008",69.29744,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2010","2010",68.6674,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2011","2011",68.01772,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2012","2012",69.86044,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2013","2013",65.9525,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2014","2014",68.09637,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2015","2015",70.78581,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2016","2016",72.45328,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2017","2017",74.73934,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GMB","Gambia","2018","2018",75.40246,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","1991","1991",32.82164,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","1992","1992",33.39627,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","1993","1993",34.49254,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","1994","1994",35.96207,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","1995","1995",37.92465,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","1998","1998",41.46264,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","1999","1999",41.81047,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2000","2000",42.93398,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2001","2001",43.80391,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2002","2002",42.2182,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2003","2003",44.52516,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2004","2004",46.28998,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2005","2005",51.10803,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2006","2006",54.56736,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2007","2007",59.80496,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2008","2008",65.39765,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2009","2009",67.72317,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2010","2010",62.75387,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2011","2011",67.04025,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2012","2012",67.69305,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2013","2013",68.38691,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2014","2014",69.66461,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2015","2015",71.21982,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2016","2016",76.91483,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BFA","Burkina Faso","2017","2017",77.90419,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","1993","1993",73.78006,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","1994","1994",81.97878,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","1995","1995",87.78063,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","1996","1996",90.34617,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","1997","1997",91.23833,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","1998","1998",95.61768,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","1999","1999",93.00283,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2000","2000",92.51812,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2001","2001",91.79606,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2002","2002",94.05107,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2003","2003",97.0359,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2004","2004",98.79658,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2005","2005",97.37523,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2006","2006",95.19173,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2007","2007",94.94916,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2008","2008",94.39831,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2009","2009",94.27673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2010","2010",93.58835,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2011","2011",92.89011,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2012","2012",91.64579,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2015","2015",90.77089,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ROU","Romania","2016","2016",90.09585,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGD","Bangladesh","1990","1990",66.4973,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGD","Bangladesh","2005","2005",97.93406,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGD","Bangladesh","2006","2006",98.9133,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGD","Bangladesh","2008","2008",93.80605,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGD","Bangladesh","2009","2009",97.56837,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGD","Bangladesh","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGD","Bangladesh","2017","2017",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","1999","1999",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2000","2000",99.99788,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2001","2001",99.88422,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2002","2002",99.7515,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2003","2003",99.37551,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2004","2004",99.78102,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2005","2005",99.73766,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2006","2006",99.55696,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2007","2007",99.86266,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2008","2008",99.49264,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2009","2009",99.36303,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2010","2010",99.38024,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2011","2011",99.35929,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2012","2012",99.158,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2013","2013",99.63906,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2014","2014",99.66996,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2015","2015",99.63055,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DEU","Germany","2016","2016",99.57479,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","1990","1990",96.68877,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","1999","1999",81.40473,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2002","2002",96.46351,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2003","2003",97.79365,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2004","2004",98.98691,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2005","2005",98.79598,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2007","2007",89.56426,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2008","2008",90.48987,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2009","2009",91.53147,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2010","2010",91.56863,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2013","2013",90.84293,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2014","2014",91.40678,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2015","2015",91.35686,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2017","2017",96.99594,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHN","China","1990","1990",96.87189,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHN","China","1991","1991",96.20087,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHN","China","1992","1992",94.75524,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHN","China","1993","1993",93.38945,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHN","China","1994","1994",91.82241,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHN","China","1995","1995",90.31195,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHN","China","1996","1996",89.44419,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CHN","China","1997","1997",89.13662,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNB","Guinea-Bissau","2000","2000",55.94055,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GNB","Guinea-Bissau","2010","2010",74.03417,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1990","1990",97.77392,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1991","1991",97.02954,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1992","1992",95.61267,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1993","1993",95.42382,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1994","1994",98.78624,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1995","1995",99.04296,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1996","1996",99.12867,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1997","1997",99.40025,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","1999","1999",98.9312,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2000","2000",99.0183,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2001","2001",98.91851,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2002","2002",98.83191,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2003","2003",98.33414,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2004","2004",97.63755,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2005","2005",97.67825,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2006","2006",98.11723,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2007","2007",99.13191,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2008","2008",99.56214,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2009","2009",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2012","2012",99.30933,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2015","2015",97.21782,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NLD","Netherlands","2016","2016",98.17406,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLE","Sierra Leone","2012","2012",93.86965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLE","Sierra Leone","2013","2013",98.80224,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLE","Sierra Leone","2015","2015",95.09775,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLE","Sierra Leone","2016","2016",98.89381,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LIE","Liechtenstein","2014","2014",98.0666,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1990","1990",97.21957,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1991","1991",96.64149,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1992","1992",96.41289,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1993","1993",96.02541,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1994","1994",95.71637,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1995","1995",94.30381,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1996","1996",94.61706,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1997","1997",94.07018,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1998","1998",93.70097,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","1999","1999",93.08861,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2000","2000",92.82171,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2001","2001",92.5182,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2002","2002",92.62626,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2003","2003",93.34881,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2004","2004",93.82591,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2005","2005",94.43338,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2006","2006",94.73729,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2007","2007",95.65949,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2008","2008",95.84918,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2009","2009",96.17077,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2010","2010",96.60875,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2011","2011",97.367,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2012","2012",97.31088,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2013","2013",97.17278,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2014","2014",96.78452,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2015","2015",96.71054,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2016","2016",96.40456,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AUS","Australia","2017","2017",96.4466,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","1990","1990",69.15211,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","1991","1991",71.49159,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","1992","1992",75.41716,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","1993","1993",76.01282,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","1994","1994",76.81691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","1995","1995",75.14667,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","1999","1999",83.90282,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","2000","2000",87.34973,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","2001","2001",91.50234,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","2002","2002",98.41876,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","2006","2006",99.35605,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","2007","2007",99.18066,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NIC","Nicaragua","2010","2010",99.7133,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","1992","1992",99.62882,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","1993","1993",98.0748,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","1994","1994",97.77786,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","1995","1995",98.71331,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","1996","1996",99.70168,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","1997","1997",99.67253,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","1999","1999",99.82279,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2000","2000",96.38437,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2001","2001",96.31465,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2002","2002",96.28813,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2003","2003",96.06549,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2004","2004",96.12869,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2005","2005",99.49974,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2006","2006",99.42384,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2007","2007",99.49696,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2008","2008",98.99369,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2009","2009",98.65272,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2010","2010",98.17552,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2011","2011",99.40517,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2012","2012",99.45468,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2013","2013",99.33608,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2014","2014",99.29061,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2015","2015",99.21681,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FRA","France","2016","2016",99.3978,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","1999","1999",84.36393,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2000","2000",85.54874,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2002","2002",94.77839,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2003","2003",92.39014,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2004","2004",83.7179,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2005","2005",85.12983,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2006","2006",82.5706,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2007","2007",89.39885,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2008","2008",85.85353,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2009","2009",99.27164,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2010","2010",97.34189,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2011","2011",95.82306,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2012","2012",94.72059,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2013","2013",94.07368,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2014","2014",92.22407,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2015","2015",96.01235,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2016","2016",95.1053,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DOM","Dominican Republic","2017","2017",94.21366,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",94.00592,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",93.14868,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",98.91941,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",98.49067,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",98.09916,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",97.71944,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",97.3695,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",97.33071,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","1999","1999",97.05815,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2008","2008",99.98338,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2009","2009",99.07923,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2010","2010",99.06156,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2011","2011",99.18779,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2012","2012",98.38732,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2013","2013",97.90157,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2014","2014",97.70037,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2015","2015",97.64904,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2016","2016",97.92136,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LVA","Latvia","2017","2017",98.10208,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","1990","1990",39.50607,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","1992","1992",49.21298,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","1993","1993",53.21355,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","1994","1994",54.48041,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","1995","1995",56.8919,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","1996","1996",59.11845,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","1997","1997",62.47886,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2003","2003",84.53066,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2004","2004",87.64889,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2005","2005",83.65506,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2006","2006",86.81449,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2008","2008",90.1357,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2009","2009",94.2321,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2010","2010",94.92278,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2011","2011",94.8091,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2012","2012",95.50615,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2014","2014",96.36037,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEN","Benin","2017","2017",97.03366,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","1998","1998",98.24858,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","1999","1999",98.73431,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2000","2000",99.03669,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2001","2001",99.40596,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2002","2002",99.44002,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2003","2003",99.80206,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2004","2004",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2005","2005",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2007","2007",99.99614,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2008","2008",99.60398,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2009","2009",98.31341,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2010","2010",95.81109,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2011","2011",93.55427,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2012","2012",90.43299,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2013","2013",89.52173,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2014","2014",89.14206,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2015","2015",89.44848,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2016","2016",90.47639,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BOL","Bolivia (Plurinational State of)","2017","2017",92.04943,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","1994","1994",97.33665,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","1996","1996",97.9898,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","1997","1997",98.47849,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","1998","1998",99.51725,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","1999","1999",98.89011,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2000","2000",98.93475,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2001","2001",99.26854,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2002","2002",99.28735,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2003","2003",98.28852,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2004","2004",96.62746,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2005","2005",96.82525,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2006","2006",97.32263,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2007","2007",98.14718,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2008","2008",99.23775,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2009","2009",99.71592,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2010","2010",99.30143,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2011","2011",98.79809,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2012","2012",98.25857,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2013","2013",98.14538,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2014","2014",98.23616,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2015","2015",98.6773,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ISL","Iceland","2016","2016",99.54371,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","1999","1999",62.14608,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2000","2000",65.74942,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2001","2001",60.32013,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2002","2002",62.81094,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2003","2003",61.44948,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2005","2005",65.26891,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2006","2006",64.21188,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2007","2007",69.81458,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2008","2008",74.94138,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2009","2009",73.73346,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2011","2011",81.97481,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2012","2012",80.93372,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2013","2013",85.84845,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2014","2014",88.39096,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2015","2015",90.11357,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2016","2016",86.70103,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2017","2017",85.14467,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GHA","Ghana","2018","2018",84.10735,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","1991","1991",86.25241,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","1993","1993",87.56192,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2000","2000",85.54644,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2003","2003",88.7147,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2004","2004",90.26542,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2005","2005",86.21833,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2006","2006",91.50502,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2007","2007",85.89473,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2008","2008",89.57927,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2009","2009",88.40517,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2010","2010",88.49373,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2011","2011",89.23385,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2012","2012",85.83288,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2013","2013",82.859,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2014","2014",82.69168,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2015","2015",81.33746,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2016","2016",83.06458,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HND","Honduras","2017","2017",83.71143,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","1990","1990",69.24961,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","1991","1991",63.53045,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","2005","2005",55.41766,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","2006","2006",56.15276,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","2007","2007",65.66197,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","2008","2008",75.09683,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","2009","2009",75.426,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","2010","2010",77.83101,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","2011","2011",74.80453,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAF","Central African Republic","2012","2012",76.64166,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","1990","1990",97.5418,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","1998","1998",90.19541,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","1999","1999",89.2484,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2001","2001",90.4458,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2002","2002",91.31486,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2003","2003",91.33848,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2004","2004",90.86483,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2005","2005",90.11739,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2006","2006",88.47949,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2007","2007",88.71285,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2008","2008",90.03102,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2009","2009",91.97489,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2014","2014",97.89851,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2015","2015",96.94144,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PHL","Philippines","2016","2016",95.92373,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1990","1990",98.89268,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1991","1991",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1992","1992",99.50511,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1993","1993",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1994","1994",99.96484,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1995","1995",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1996","1996",99.88466,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1997","1997",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","1999","1999",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2001","2001",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2002","2002",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2003","2003",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2004","2004",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2005","2005",99.63654,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2006","2006",99.68468,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2007","2007",99.91828,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2008","2008",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2009","2009",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2011","2011",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2012","2012",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2013","2013",99.49411,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2014","2014",98.88778,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2015","2015",99.26053,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ESP","Spain","2016","2016",98.76204,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1990","1990",99.19793,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1994","1994",99.12538,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1998","1998",99.79687,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2000","2000",99.60142,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2001","2001",98.34112,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2002","2002",97.93902,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2003","2003",97.2789,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2004","2004",95.32343,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2005","2005",94.6181,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2006","2006",93.59686,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2007","2007",92.01374,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2008","2008",89.9248,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2009","2009",88.52859,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2010","2010",87.50811,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2011","2011",86.55857,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2012","2012",87.09335,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2013","2013",86.76121,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2014","2014",86.95477,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2015","2015",87.03651,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2016","2016",86.41023,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2017","2017",86.31854,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1992","1992",53.70891,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1993","1993",58.07304,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1994","1994",61.55954,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1996","1996",64.43769,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1997","1997",67.12213,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1998","1998",70.3735,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","1999","1999",71.36516,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2000","2000",72.24403,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2001","2001",71.86952,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2002","2002",72.97132,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2003","2003",75.58479,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2004","2004",76.83056,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2005","2005",78.3412,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2006","2006",79.8417,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2007","2007",82.71516,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2008","2008",85.55738,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2009","2009",88.49116,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2010","2010",93.16673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2011","2011",93.59471,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2012","2012",93.65615,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2013","2013",95.81187,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2014","2014",96.38638,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2015","2015",95.0346,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2016","2016",93.98029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LAO","Lao People's Democratic Republic","2017","2017",92.82117,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","1991","1991",72.77757,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","1999","1999",96.95432,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2000","2000",97.52538,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2001","2001",93.74045,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2002","2002",93.91291,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2004","2004",97.62452,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2005","2005",97.68795,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2006","2006",96.64927,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2007","2007",96.20733,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2008","2008",96.37316,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2009","2009",96.7982,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2010","2010",97.04088,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2011","2011",97.23631,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2012","2012",94.31591,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2013","2013",93.18579,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2014","2014",92.46755,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2015","2015",93.4441,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2016","2016",93.91684,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COL","Colombia","2017","2017",94.09504,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","1998","1998",83.75132,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","1999","1999",92.38018,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2000","2000",93.691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2001","2001",95.77558,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2002","2002",97.9451,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2005","2005",99.92085,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2006","2006",99.83456,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2007","2007",99.88777,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2008","2008",98.60416,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2009","2009",91.84786,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2010","2010",95.92977,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2011","2011",98.17222,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2012","2012",99.66108,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2013","2013",99.65884,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2014","2014",99.65829,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2015","2015",99.65589,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","HRV","Croatia","2016","2016",99.42686,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2007","2007",85.86695,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2008","2008",86.4491,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2009","2009",85.08641,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2010","2010",81.37378,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2011","2011",81.39633,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2012","2012",78.47381,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2014","2014",78.1401,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2015","2015",82.42914,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ATG","Antigua and Barbuda","2017","2017",82.47268,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","1990","1990",98.64874,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","1991","1991",98.65077,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","1993","1993",96.71166,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","1994","1994",96.07854,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","1995","1995",97.03785,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","1996","1996",95.92057,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","1999","1999",95.76654,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2000","2000",95.9091,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2001","2001",96.29684,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2002","2002",95.3212,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2003","2003",96.04681,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2004","2004",95.61253,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2005","2005",96.46526,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2006","2006",96.82341,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2007","2007",97.28915,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2008","2008",97.34736,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2009","2009",95.91531,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2010","2010",94.54296,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2011","2011",93.46822,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2012","2012",93.73215,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2013","2013",93.85761,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2014","2014",94.16806,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2015","2015",94.60023,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","USA","United States of America","2016","2016",95.89206,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","1999","1999",50.88164,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2002","2002",58.08587,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2003","2003",58.09155,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2004","2004",55.89704,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2005","2005",62.93659,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2006","2006",63.81375,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2007","2007",65.77832,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2009","2009",72.94144,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2010","2010",73.60305,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2011","2011",74.19333,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2012","2012",71.59151,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2014","2014",67.21984,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2015","2015",64.27618,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2016","2016",66.13217,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLI","Mali","2017","2017",70.92933,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","1990","1990",16.90733,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","1991","1991",18.41174,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","1998","1998",30.69265,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","1999","1999",33.59773,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2000","2000",37.59967,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2001","2001",41.35498,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2002","2002",48.2521,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2003","2003",52.09201,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2004","2004",55.66789,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2005","2005",58.30691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2006","2006",61.1148,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2007","2007",63.31305,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2008","2008",62.34554,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2009","2009",63.76505,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2010","2010",65.49132,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2011","2011",70.4442,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2012","2012",69.64174,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2013","2013",70.59627,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2014","2014",74.21849,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GIN","Guinea","2016","2016",71.29829,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","1998","1998",96.31017,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","1999","1999",96.40442,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2000","2000",97.6081,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2001","2001",98.23766,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2002","2002",98.16286,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2003","2003",98.04898,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2004","2004",98.34043,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2005","2005",98.22128,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2006","2006",98.54399,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2007","2007",98.64355,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2008","2008",98.97897,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2009","2009",98.97546,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2010","2010",99.22963,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2011","2011",99.29254,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2012","2012",99.19381,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2013","2013",99.49546,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2014","2014",99.62967,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2015","2015",99.64202,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LTU","Lithuania","2016","2016",99.61625,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","1999","1999",97.3223,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2000","2000",98.48592,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2001","2001",96.39179,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2002","2002",96.08414,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2003","2003",95.14606,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2004","2004",96.43943,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2005","2005",99.21858,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2006","2006",99.47735,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2007","2007",99.56766,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2008","2008",99.46488,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2009","2009",94.25859,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ABW","Aruba","2014","2014",99.19192,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","1990","1990",76.24042,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","1991","1991",76.0041,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","1992","1992",76.38144,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","1993","1993",74.74403,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","1994","1994",75.49805,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","1995","1995",76.19034,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","1996","1996",73.74239,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","2009","2009",74.36509,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","2010","2010",79.18449,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","2011","2011",81.45052,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","2012","2012",78.28454,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","2013","2013",75.77449,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","2014","2014",76.79487,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","2015","2015",75.91063,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWZ","Eswatini","2016","2016",75.21781,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","1999","1999",95.47897,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2002","2002",98.5072,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2004","2004",97.25844,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2005","2005",96.71576,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2006","2006",95.22304,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2007","2007",90.75802,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2008","2008",96.96694,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2009","2009",96.82519,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2013","2013",98.27495,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2014","2014",98.25856,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2015","2015",98.00683,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2016","2016",97.75875,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MWI","Malawi","2017","2017",97.57811,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JPN","Japan","1991","1991",99.0822,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JPN","Japan","1992","1992",98.69456,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JPN","Japan","1994","1994",99.28142,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JPN","Japan","2013","2013",98.40896,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JPN","Japan","2014","2014",98.07527,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JPN","Japan","2015","2015",98.64482,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JPN","Japan","2016","2016",98.04473,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","1994","1994",96.7505,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","1995","1995",93.06788,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2006","2006",92.06442,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2007","2007",92.93451,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2008","2008",94.27025,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2009","2009",95.52483,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2011","2011",96.70957,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2012","2012",96.71693,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2013","2013",96.91728,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2014","2014",95.62485,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2015","2015",96.85534,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RUS","Russian Federation","2016","2016",97.02597,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","1999","1999",97.38156,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2000","2000",97.6351,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2001","2001",98.38944,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2002","2002",98.07495,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2003","2003",98.1725,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2004","2004",97.91503,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2005","2005",97.87102,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2006","2006",97.53128,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2007","2007",97.75667,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2008","2008",97.68406,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2009","2009",97.30033,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2010","2010",97.771,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2011","2011",97.3709,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2012","2012",97.98551,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2013","2013",97.54256,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2014","2014",97.36097,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2015","2015",97.8955,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2016","2016",97.61392,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISR","Israel","2017","2017",97.80549,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1990","1990",96.98306,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1991","1991",96.7172,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1992","1992",97.10957,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1993","1993",96.99104,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1994","1994",96.5774,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1995","1995",96.42216,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1996","1996",96.16098,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1997","1997",95.7431,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1998","1998",95.94581,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","1999","1999",99.04971,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2000","2000",99.49752,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2001","2001",99.52166,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2002","2002",99.54935,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2003","2003",99.62691,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2004","2004",99.00056,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2005","2005",97.85855,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2006","2006",96.8334,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2007","2007",96.82183,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2008","2008",96.69924,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2009","2009",97.15268,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2010","2010",97.98193,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2011","2011",98.76662,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2012","2012",99.06351,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2013","2013",98.93488,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2014","2014",98.89122,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2015","2015",98.97269,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2016","2016",99.11681,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MEX","Mexico","2017","2017",99.21914,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2000","2000",92.74355,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2001","2001",98.8042,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2002","2002",98.41315,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2003","2003",98.42133,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2004","2004",98.7769,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2005","2005",98.89599,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2006","2006",97.99,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2007","2007",98.04531,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2008","2008",99.29212,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2009","2009",99.72292,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2010","2010",99.26586,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2011","2011",99.18315,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2012","2012",99.48976,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2013","2013",99.48926,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2014","2014",99.78185,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2015","2015",99.94118,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2016","2016",99.62914,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2017","2017",98.40766,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KAZ","Kazakhstan","2018","2018",98.07351,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","1997","1997",71.03313,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","1999","1999",80.79316,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2000","2000",83.54524,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2001","2001",82.77562,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2002","2002",86.05956,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2004","2004",90.71364,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2005","2005",92.28014,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2006","2006",93.91349,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2007","2007",95.05161,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2008","2008",95.04349,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2009","2009",97.99573,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2010","2010",97.41048,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2011","2011",95.14944,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2012","2012",92.2293,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2013","2013",89.94135,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2014","2014",88.09568,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2015","2015",87.80667,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2016","2016",87.20165,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2017","2017",88.20703,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1990","1990",45.09455,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1991","1991",43.4428,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1992","1992",41.74548,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1993","1993",40.69558,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1994","1994",41.8064,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1995","1995",44.06955,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1998","1998",48.58426,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1999","1999",52.04243,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2000","2000",55.5969,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2001","2001",59.83443,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2002","2002",55.40916,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2004","2004",68.07161,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2005","2005",73.07201,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2006","2006",76.8765,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2007","2007",81.97031,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2008","2008",85.33379,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2009","2009",86.55922,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2010","2010",88.04483,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2011","2011",86.01044,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2012","2012",86.33355,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2013","2013",87.46427,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2014","2014",88.13197,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2015","2015",89.5663,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2016","2016",88.60741,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2017","2017",87.53715,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2002","2002",47.46721,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2003","2003",50.97085,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2004","2004",55.94323,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2005","2005",59.32435,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2006","2006",58.14376,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2007","2007",64.22389,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2008","2008",65.33633,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2009","2009",67.08324,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2010","2010",68.25285,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2011","2011",65.82378,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2012","2012",65.91929,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2013","2013",64.68482,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2014","2014",66.70007,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2015","2015",67.65489,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2016","2016",71.39708,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAK","Pakistan","2017","2017",70.60696,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","1999","1999",90.39468,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2000","2000",90.72398,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2001","2001",89.25288,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2002","2002",89.08394,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2003","2003",88.54944,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2004","2004",86.50174,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2005","2005",83.55298,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2006","2006",84.38202,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2007","2007",84.21925,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2008","2008",86.12589,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2009","2009",87.84216,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2010","2010",88.58484,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2011","2011",89.99334,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2012","2012",92.57706,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2013","2013",93.36483,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2014","2014",93.28879,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2015","2015",92.8135,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2016","2016",92.75522,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PSE","Palestine","2017","2017",93.72988,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",91.52067,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",91.38178,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",97.70197,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",96.2594,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",95.4711,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",94.17141,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",94.64966,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",94.39764,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",92.35763,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",92.75797,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",91.45034,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",92.82898,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",95.99208,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",91.56006,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",90.58961,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",91.62396,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",94.69684,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","1995","1995",92.92235,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","1996","1996",94.63158,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","1997","1997",95.06165,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","1998","1998",97.78673,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","1999","1999",96.43463,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2000","2000",96.73846,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2001","2001",95.99818,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2002","2002",96.83931,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2003","2003",97.64556,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2004","2004",99.76959,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2005","2005",99.03342,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2006","2006",99.00327,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2007","2007",98.26092,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2008","2008",98.27907,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2009","2009",98.2861,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2010","2010",98.40052,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2011","2011",99.04291,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2012","2012",99.64794,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2013","2013",98.94427,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2014","2014",98.8601,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2015","2015",99.56242,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SVN","Slovenia","2016","2016",99.38594,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","1999","1999",70.22443,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","2003","2003",82.57095,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","2004","2004",85.03996,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","2005","2005",85.84141,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","2008","2008",83.00523,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","2010","2010",88.72903,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","2012","2012",91.94109,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","2013","2013",91.78548,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","YEM","Yemen","2016","2016",88.48869,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1990","1990",64.66611,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1992","1992",57.90955,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1993","1993",62.71339,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1994","1994",66.42978,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1996","1996",68.37148,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1997","1997",70.86638,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1998","1998",74.15785,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1999","1999",74.78425,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2000","2000",75.64809,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2001","2001",75.13011,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2002","2002",76.30078,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2003","2003",78.91886,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2004","2004",79.64081,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2005","2005",80.96936,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2006","2006",82.56566,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2007","2007",85.2389,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2008","2008",87.72991,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2009","2009",90.09836,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2010","2010",94.76051,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2011","2011",94.71283,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2012","2012",94.74432,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2013","2013",96.76777,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2014","2014",97.19212,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2015","2015",95.6066,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2016","2016",94.72014,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2017","2017",93.34074,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","1994","1994",96.9914,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","1998","1998",95.96182,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","1999","1999",96.25947,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2000","2000",98.27475,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2001","2001",97.72662,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2002","2002",96.5342,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2003","2003",97.0259,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2004","2004",99.26262,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2005","2005",99.50172,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2006","2006",94.28063,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2007","2007",94.55419,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2008","2008",95.39367,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2009","2009",95.03779,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2010","2010",96.59556,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2011","2011",97.31922,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2012","2012",99.12905,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2015","2015",99.4427,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2016","2016",99.02043,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MYS","Malaysia","2017","2017",98.44927,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","1991","1991",86.25241,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","1993","1993",87.56192,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2000","2000",85.54644,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2003","2003",91.51098,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2004","2004",93.10296,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2005","2005",89.4638,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2006","2006",94.18335,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2007","2007",89.03527,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2008","2008",92.333,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2009","2009",90.75615,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2010","2010",91.32232,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2011","2011",91.04788,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2012","2012",87.3341,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2013","2013",84.16762,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2014","2014",83.46343,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2015","2015",82.87058,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2016","2016",84.32202,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HND","Honduras","2017","2017",85.86274,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CRI","Costa Rica","1990","1990",87.95658,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CRI","Costa Rica","1991","1991",88.66804,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CRI","Costa Rica","2011","2011",99.55988,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CRI","Costa Rica","2012","2012",99.609,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CRI","Costa Rica","2013","2013",98.68553,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CRI","Costa Rica","2014","2014",96.35838,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CRI","Costa Rica","2015","2015",96.4319,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CRI","Costa Rica","2016","2016",96.83515,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","1998","1998",99.14052,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","1999","1999",98.91315,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2000","2000",97.71419,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2001","2001",96.35348,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2002","2002",93.27667,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2005","2005",90.74142,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2006","2006",92.88295,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2008","2008",97.95454,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2009","2009",99.36068,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2010","2010",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2011","2011",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2012","2012",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2013","2013",100,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2014","2014",99.82716,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2015","2015",99.87262,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2016","2016",99.41431,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VNM","Viet Nam","2017","2017",99.37226,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","1990","1990",97.5418,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","1998","1998",90.19541,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","1999","1999",89.2484,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2001","2001",91.49757,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2002","2002",92.39646,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2003","2003",91.33848,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2004","2004",90.86483,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2005","2005",91.47383,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2006","2006",89.98231,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2007","2007",90.28974,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2008","2008",91.66846,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2009","2009",93.8865,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2014","2014",99.07974,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2015","2015",98.33447,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PHL","Philippines","2016","2016",97.50965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1990","1990",97.21957,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1991","1991",96.64149,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1992","1992",96.41289,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1993","1993",96.02541,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1994","1994",95.71637,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1995","1995",94.30381,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1996","1996",94.61706,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1997","1997",94.07018,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1998","1998",93.70097,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","1999","1999",93.08861,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2000","2000",92.82171,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2001","2001",96.81375,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2002","2002",96.90559,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2003","2003",95.77828,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2004","2004",96.30342,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2005","2005",97.37131,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2006","2006",97.82381,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2007","2007",98.12467,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2008","2008",98.28786,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2009","2009",98.68439,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2010","2010",99.01619,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2011","2011",97.367,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2012","2012",97.31088,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2013","2013",99.89931,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2014","2014",99.85612,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2015","2015",99.84913,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2016","2016",99.9354,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AUS","Australia","2017","2017",99.97814,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","1998","1998",49.49664,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","1999","1999",50.86517,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2000","2000",54.2047,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2001","2001",57.65745,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2005","2005",70.47477,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2006","2006",74.62281,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2008","2008",80.82307,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2009","2009",85.53575,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2010","2010",87.90664,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2011","2011",88.61288,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2012","2012",90.18416,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2013","2013",88.70329,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2015","2015",85.86724,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2016","2016",83.97684,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BTN","Bhutan","2017","2017",82.58099,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2000","2000",92.56074,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2001","2001",95.58655,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2002","2002",95.96393,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2003","2003",96.63888,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2004","2004",96.6291,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2005","2005",93.372,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2006","2006",90.63448,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2007","2007",90.0117,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2008","2008",90.46353,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2009","2009",90.03386,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2010","2010",90.10514,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2011","2011",90.5779,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2012","2012",90.52817,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2013","2013",90.57991,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2014","2014",90.00175,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2015","2015",89.94997,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2016","2016",90.03561,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2017","2017",89.71414,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","1990","1990",52.65939,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","1991","1991",55.47216,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","1994","1994",52.38403,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","1995","1995",60.42983,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","1996","1996",66.58821,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","1997","1997",64.91184,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2001","2001",78.97572,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2003","2003",81.03472,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2004","2004",84.21309,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2005","2005",84.26298,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2007","2007",84.13498,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2008","2008",85.82692,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2014","2014",88.27726,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2016","2016",88.08816,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TGO","Togo","2017","2017",88.73195,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","1990","1990",97.7578,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","1991","1991",96.79297,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","1992","1992",96.11178,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","1993","1993",94.80381,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","1994","1994",95.52808,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","1995","1995",95.49756,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","1996","1996",93.78163,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","1997","1997",93.75266,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2001","2001",96.85957,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2002","2002",95.84623,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2003","2003",95.65218,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2004","2004",94.91418,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2005","2005",94.47353,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2006","2006",95.8024,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2007","2007",98.53499,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2008","2008",97.03781,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2009","2009",98.1932,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2010","2010",97.46225,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2011","2011",95.44023,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2012","2012",95.35357,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2013","2013",92.59584,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2014","2014",92.54809,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2016","2016",94.13569,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IDN","Indonesia","2017","2017",95.24731,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NRU","Nauru","2007","2007",89.48454,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NRU","Nauru","2012","2012",78.55051,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NRU","Nauru","2014","2014",88.73995,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NRU","Nauru","2016","2016",87.32978,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UGA","Uganda","2009","2009",92.66328,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UGA","Uganda","2010","2010",89.01071,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UGA","Uganda","2011","2011",91.71159,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","UGA","Uganda","2013","2013",92.42193,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHN","China","1991","1991",99.00625,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHN","China","1992","1992",97.28421,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHN","China","1993","1993",95.70122,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHN","China","1994","1994",93.87198,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHN","China","1995","1995",91.92768,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHN","China","1996","1996",90.69933,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHN","China","1997","1997",90.03011,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",98.37877,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.76554,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",99.84652,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",99.97742,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",99.98323,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.81726,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.99557,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",99.39468,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",99.99914,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",99.81018,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",97.96964,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",98.85604,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",98.11264,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.35587,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.42451,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.61216,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.69201,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","1995","1995",89.37898,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2009","2009",92.23993,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2010","2010",91.47976,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2011","2011",91.06233,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2012","2012",94.24522,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2013","2013",92.36121,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2014","2014",93.26851,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2015","2015",93.80569,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2016","2016",96.30639,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BLR","Belarus","2017","2017",96.1901,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","1990","1990",97.84123,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","1991","1991",98.31617,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","1992","1992",97.33748,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","1993","1993",96.83258,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","1994","1994",98.57861,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","1995","1995",98.44747,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","1996","1996",98.0899,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","1999","1999",98.29073,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2000","2000",98.70394,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2004","2004",98.85243,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2005","2005",96.81633,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2006","2006",97.28118,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2007","2007",97.86368,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2008","2008",97.69505,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2009","2009",97.59002,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2010","2010",97.35417,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2011","2011",98.3422,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2012","2012",98.75794,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2013","2013",99.04925,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2014","2014",98.73751,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2015","2015",98.962,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DNK","Denmark","2016","2016",99.37349,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","1993","1993",98.78996,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","1994","1994",98.57107,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","1995","1995",98.27037,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","1996","1996",98.07904,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","1997","1997",98.64283,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","1998","1998",99.61708,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2002","2002",99.69359,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2003","2003",99.09898,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2004","2004",98.1799,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2005","2005",97.67276,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2006","2006",96.98046,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2007","2007",97.65374,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2008","2008",98.2266,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2009","2009",98.38474,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2010","2010",98.65295,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2011","2011",98.95739,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2012","2012",99.5041,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2013","2013",99.3445,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2014","2014",99.49107,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2015","2015",99.37934,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FIN","Finland","2016","2016",99.22482,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","1991","1991",48.84124,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","1992","1992",46.91565,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","1993","1993",46.16728,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","1994","1994",47.65413,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","1995","1995",50.18978,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","1998","1998",54.90517,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","1999","1999",58.10065,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2000","2000",61.35231,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2001","2001",65.32518,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2002","2002",59.21856,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2004","2004",71.85718,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2005","2005",76.71478,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2006","2006",80.27108,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2007","2007",85.38458,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2008","2008",88.50505,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2009","2009",89.20636,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2010","2010",90.68185,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2011","2011",88.26918,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2012","2012",88.53496,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2013","2013",89.68098,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2014","2014",90.23112,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2015","2015",91.85496,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2016","2016",90.24044,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MOZ","Mozambique","2017","2017",88.83069,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2000","2000",94.25208,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2001","2001",98.99367,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2002","2002",98.66319,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2003","2003",99.20628,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2004","2004",99.38528,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2005","2005",99.54169,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2006","2006",98.6326,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2007","2007",98.13027,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2008","2008",99.55702,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2009","2009",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2017","2017",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2018","2018",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","THA","Thailand","2006","2006",98.89194,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","THA","Thailand","2007","2007",98.46124,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","THA","Thailand","2008","2008",97.9042,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","THA","Thailand","2009","2009",98.01958,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","1997","1997",71.03313,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","1999","1999",83.42812,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2000","2000",85.68264,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2001","2001",84.48206,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2002","2002",87.54146,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2004","2004",91.85607,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2005","2005",93.25014,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2006","2006",94.71502,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2007","2007",95.59597,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2008","2008",95.45339,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2009","2009",98.27071,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2010","2010",97.63688,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2011","2011",95.49789,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2012","2012",92.50137,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2013","2013",90.17552,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2014","2014",88.26231,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2015","2015",87.95886,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2016","2016",87.30093,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GTM","Guatemala","2017","2017",88.31673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLE","Sierra Leone","2012","2012",92.65592,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLE","Sierra Leone","2013","2013",98.557,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLE","Sierra Leone","2015","2015",94.85273,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLE","Sierra Leone","2016","2016",99.45955,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2006","2006",99.83674,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2007","2007",98.39731,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2008","2008",98.07695,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2009","2009",96.48146,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2010","2010",94.68963,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2011","2011",96.99986,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2012","2012",95.97658,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2013","2013",96.01174,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2014","2014",98.32455,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2015","2015",99.11464,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2016","2016",99.11916,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SRB","Serbia","2017","2017",98.48353,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","1993","1993",73.78006,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","1994","1994",81.97878,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","1995","1995",87.78063,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","1996","1996",90.34617,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","1997","1997",91.23833,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","1998","1998",95.61768,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","1999","1999",93.00283,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2000","2000",92.51812,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2001","2001",91.79606,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2002","2002",94.05107,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2003","2003",97.0359,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2004","2004",99.69072,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2005","2005",98.26346,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2006","2006",96.399,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2007","2007",96.26092,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2008","2008",95.69666,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2009","2009",95.52153,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2010","2010",94.86145,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2011","2011",94.16926,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2012","2012",93.05433,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2015","2015",93.31209,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ROU","Romania","2016","2016",92.81094,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JOR","Jordan","1999","1999",91.02414,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JOR","Jordan","2000","2000",92.14436,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JOR","Jordan","2002","2002",94.61821,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JOR","Jordan","2003","2003",95.92578,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","JOR","Jordan","2004","2004",95.99508,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","1996","1996",97.73163,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","1997","1997",98.77069,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","1999","1999",99.82145,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2000","2000",99.94182,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2001","2001",99.69926,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2002","2002",99.6789,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2003","2003",99.54679,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2004","2004",99.42517,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2005","2005",99.08818,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2006","2006",98.96583,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2007","2007",98.845,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2008","2008",98.77942,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2009","2009",98.90901,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2010","2010",99.06651,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2011","2011",98.87643,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2012","2012",99.1536,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2013","2013",99.37643,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2014","2014",99.26019,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2015","2015",99.06017,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ITA","Italy","2016","2016",98.65408,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","1998","1998",83.75132,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","1999","1999",92.38018,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2000","2000",93.691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2001","2001",97.17287,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2002","2002",99.33775,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2003","2003",99.46058,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2005","2005",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2008","2008",98.77771,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2009","2009",91.98327,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2010","2010",96.18607,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2011","2011",98.46044,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2012","2012",99.93345,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HRV","Croatia","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1990","1990",81.54471,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1991","1991",83.58989,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1992","1992",83.50477,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1993","1993",83.74363,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1994","1994",84.26129,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1995","1995",76.90782,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1996","1996",78.12869,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1998","1998",81.74276,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","1999","1999",81.45148,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2000","2000",82.49962,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2001","2001",84.13524,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2002","2002",84.50801,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2003","2003",84.40926,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2004","2004",86.73645,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2005","2005",85.82637,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2006","2006",87.31176,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2007","2007",86.3531,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2008","2008",86.02992,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2009","2009",87.00289,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2012","2012",92.94458,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2013","2013",93.76201,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BWA","Botswana","2014","2014",89.98742,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","1994","1994",63.30942,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2000","2000",64.8426,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2001","2001",71.54407,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2002","2002",69.21467,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2003","2003",67.11783,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2008","2008",46.75576,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2009","2009",45.55095,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2010","2010",44.7819,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2011","2011",45.81602,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2012","2012",47.1531,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2015","2015",44.20394,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDG","Madagascar","1990","1990",63.84127,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDG","Madagascar","1995","1995",57.54389,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDG","Madagascar","1996","1996",56.99923,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDG","Madagascar","1999","1999",65.18301,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDG","Madagascar","2000","2000",67.08645,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDG","Madagascar","2001","2001",68.33036,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDG","Madagascar","2002","2002",68.78684,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDG","Madagascar","2003","2003",78.21286,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1991","1991",47.71637,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1992","1992",48.07795,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1996","1996",53.57624,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1997","1997",54.71443,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1999","1999",56.82821,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2000","2000",55.93253,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2001","2001",60.02847,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2002","2002",60.20069,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2003","2003",55.77923,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2009","2009",56.08113,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2013","2013",69.36254,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2014","2014",73.96507,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2015","2015",77.70366,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2016","2016",87.65058,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2017","2017",89.00853,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COG","Congo","2005","2005",51.33325,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COG","Congo","2006","2006",54.62999,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COG","Congo","2010","2010",84.46898,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COG","Congo","2012","2012",87.22046,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","AFG","Afghanistan","1993","1993",14.38843,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","1999","1999",63.30716,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2000","2000",71.6665,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2001","2001",65.5124,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2002","2002",69.30597,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2003","2003",67.97859,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2005","2005",72.76726,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2006","2006",73.89693,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2007","2007",79.31258,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2008","2008",84.79235,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2009","2009",85.18668,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2011","2011",93.00277,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2013","2013",96.23005,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2014","2014",95.49221,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2015","2015",97.51095,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2016","2016",93.37291,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2017","2017",96.47751,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GHA","Ghana","2018","2018",94.90824,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","1991","1991",98.42823,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","1994","1994",97.46589,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2005","2005",98.97142,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2006","2006",98.65069,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2009","2009",99.50781,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2010","2010",99.61082,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2011","2011",98.97073,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2012","2012",99.104,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2013","2013",99.02392,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2014","2014",97.98294,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2015","2015",96.97602,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRT","Portugal","2016","2016",96.1955,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","1997","1997",95.63144,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","1998","1998",95.73055,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","1999","1999",98.59355,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2000","2000",99.01295,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2001","2001",99.05979,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2002","2002",99.11382,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2003","2003",99.26599,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2004","2004",98.70444,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2005","2005",97.72214,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2006","2006",96.766,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2007","2007",96.83822,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2008","2008",96.72906,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2009","2009",97.01714,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2010","2010",97.59319,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2011","2011",98.0866,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2012","2012",98.16961,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2013","2013",97.92105,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2014","2014",97.8367,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2015","2015",97.99455,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2016","2016",98.27383,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MEX","Mexico","2017","2017",98.4722,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","1990","1990",96.65634,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","1992","1992",89.23549,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","1999","1999",96.93148,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2000","2000",95.57721,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2001","2001",94.50896,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2002","2002",91.81096,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2003","2003",91.40824,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2004","2004",89.83124,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2005","2005",90.24625,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2006","2006",91.88156,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2007","2007",95.67485,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2008","2008",97.07798,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2009","2009",94.65773,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2010","2010",95.86493,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2011","2011",94.03938,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2014","2014",92.47429,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2015","2015",93.45162,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2016","2016",94.34811,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRB","Barbados","2017","2017",90.51445,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","1998","1998",98.05795,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","1999","1999",97.64605,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2000","2000",99.32211,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2001","2001",99.57922,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2002","2002",99.22543,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2003","2003",99.67173,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2004","2004",97.63831,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2005","2005",99.15513,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2015","2015",86.70091,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1990","1990",99.92077,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1991","1991",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1992","1992",99.62882,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1993","1993",98.0748,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1994","1994",97.77786,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1995","1995",98.71331,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1996","1996",99.70168,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1997","1997",99.67253,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","1999","1999",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2000","2000",96.57065,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2001","2001",96.50806,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2002","2002",96.47316,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2003","2003",96.23835,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2004","2004",96.32974,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2005","2005",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2006","2006",99.94003,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2007","2007",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2008","2008",99.54155,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2009","2009",99.18173,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2010","2010",98.69408,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2011","2011",99.94028,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2012","2012",99.98742,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2013","2013",99.69823,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2014","2014",99.63675,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2015","2015",99.56685,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FRA","France","2016","2016",99.7214,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","1991","1991",92.4963,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","1992","1992",90.46539,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","1993","1993",88.64869,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","1995","1995",90.62853,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","1996","1996",89.03723,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","2003","2003",89.50074,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","2008","2008",97.13084,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","2009","2009",92.33001,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","2010","2010",95.73809,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","2011","2011",97.28044,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUY","Guyana","2012","2012",94.60311,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1990","1990",27.19719,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1991","1991",27.2619,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1992","1992",28.46114,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1993","1993",26.21071,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1994","1994",27.08583,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1995","1995",28.14266,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1996","1996",28.11271,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1997","1997",27.03737,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1999","1999",26.85939,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2000","2000",27.03333,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2001","2001",29.71355,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2002","2002",31.35272,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2004","2004",35.33032,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2005","2005",36.8781,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2006","2006",39.88965,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2007","2007",43.2805,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2008","2008",46.5594,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2009","2009",45.79309,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2011","2011",54.01195,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2013","2013",54.13158,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2014","2014",61.94357,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2015","2015",55.59274,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2016","2016",52.42191,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2017","2017",55.05869,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2018","2018",57.53803,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1990","1990",79.82709,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1991","1991",81.62651,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1992","1992",81.61667,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1993","1993",78.57234,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1994","1994",79.0302,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1995","1995",76.83424,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1996","1996",77.08675,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1998","1998",67.41665,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","1999","1999",62.98405,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2000","2000",83.29316,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2001","2001",83.41412,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2002","2002",83.50332,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2003","2003",83.49964,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2004","2004",80.72029,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2005","2005",79.83176,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2006","2006",79.99031,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2007","2007",77.04029,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2008","2008",78.31817,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2009","2009",79.12777,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2010","2010",80.67806,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2011","2011",81.7082,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2012","2012",83.05765,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2013","2013",84.64965,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2014","2014",84.43866,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2015","2015",84.33169,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2016","2016",84.93607,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LSO","Lesotho","2017","2017",85.64469,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1990","1990",97.79685,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1991","1991",93.33278,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1993","1993",93.37677,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1994","1994",94.10458,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1995","1995",95.03595,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1996","1996",97.05766,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1997","1997",97.95839,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1998","1998",96.06731,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","1999","1999",92.98334,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2000","2000",93.36483,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2001","2001",93.23002,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2002","2002",94.97783,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2003","2003",94.53465,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2004","2004",95.10045,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2005","2005",96.5796,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2006","2006",96.70893,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2007","2007",97.146,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2008","2008",97.09074,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2009","2009",97.32628,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2010","2010",97.56976,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2011","2011",97.93792,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2012","2012",94.79585,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2013","2013",97.27585,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2014","2014",97.61384,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2015","2015",97.31158,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2016","2016",96.7527,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MUS","Mauritius","2017","2017",97.27808,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","1996","1996",37.36639,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","1997","1997",42.72371,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","1998","1998",47.89056,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","1999","1999",49.79996,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","2000","2000",51.46944,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","2001","2001",52.67912,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","2002","2002",56.17678,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","2003","2003",57.71745,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","2011","2011",62.95099,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","2013","2013",78.91849,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","2015","2015",80.38348,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TCD","Chad","2016","2016",74.57682,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1990","1990",93.94593,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1991","1991",94.94951,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1992","1992",95.33662,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1993","1993",96.17458,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1994","1994",96.18888,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1995","1995",96.42446,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1996","1996",95.46047,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1997","1997",94.33755,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","1999","1999",94.34476,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2000","2000",95.43821,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2001","2001",97.28584,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2002","2002",99.47773,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2003","2003",99.69794,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2004","2004",99.84088,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2005","2005",98.87224,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2006","2006",98.63006,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2007","2007",97.65281,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2008","2008",97.9988,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2009","2009",98.60118,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2010","2010",99.63456,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2011","2011",99.63407,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2012","2012",99.89365,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2013","2013",99.61534,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2014","2014",99.71119,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2015","2015",99.68105,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUN","Tunisia","2016","2016",99.76077,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","1990","1990",97.31311,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2000","2000",90.65153,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2001","2001",91.06065,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2002","2002",98.33516,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2003","2003",97.08554,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2004","2004",94.89351,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2005","2005",92.54187,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2006","2006",95.07407,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2007","2007",94.52218,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1998","1998",99.1351,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","1999","1999",99.3752,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2000","2000",99.52457,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2001","2001",99.70695,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2002","2002",99.72389,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2003","2003",99.90244,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2004","2004",99.84696,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2005","2005",99.96368,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2006","2006",99.97483,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2007","2007",99.9981,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2008","2008",99.80513,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2009","2009",98.5656,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2010","2010",96.02288,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2011","2011",93.72019,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2012","2012",90.84744,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2013","2013",90.1954,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2014","2014",89.88408,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2015","2015",90.15111,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2016","2016",91.02349,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BOL","Bolivia (Plurinational State of)","2017","2017",92.58083,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1990","1990",88.16025,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1992","1992",93.39816,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1997","1997",91.14893,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","1999","1999",83.70893,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2000","2000",83.33659,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2002","2002",91.23779,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2003","2003",91.04643,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2004","2004",94.21995,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2005","2005",94.41782,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2006","2006",97.52671,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2007","2007",99.28957,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2011","2011",99.65339,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2012","2012",99.28349,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2014","2014",99.07668,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2015","2015",98.80428,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2016","2016",98.24351,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRN","Iran (Islamic Republic of)","2017","2017",97.29,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1990","1990",78.859,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1991","1991",79.15408,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1992","1992",77.51218,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1993","1993",97.59281,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1994","1994",97.04539,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1995","1995",96.28955,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1996","1996",96.36006,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1997","1997",96.19921,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","1999","1999",98.02883,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2000","2000",97.75502,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2001","2001",97.27873,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2002","2002",98.24807,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2003","2003",98.46112,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2004","2004",98.82313,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2005","2005",99.58192,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2006","2006",99.52331,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2007","2007",99.43701,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2008","2008",99.24171,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2009","2009",99.42916,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2010","2010",99.11535,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2011","2011",99.31542,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2012","2012",98.01603,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2013","2013",97.08024,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2014","2014",96.5197,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CYP","Cyprus","2015","2015",97.51492,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","1990","1990",86.66848,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","1991","1991",81.44421,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","1992","1992",78.83427,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","1993","1993",76.61596,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","1994","1994",80.98975,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","1998","1998",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","1999","1999",97.61884,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2000","2000",94.74401,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2001","2001",94.8859,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2004","2004",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2006","2006",91.57106,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2009","2009",97.42717,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2010","2010",98.19349,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2012","2012",96.56872,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2013","2013",92.3589,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2014","2014",92.91904,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2015","2015",96.38829,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2016","2016",98.2007,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","QAT","Qatar","2017","2017",99.20871,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2007","2007",86.26356,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2008","2008",86.52053,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2009","2009",86.39199,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2010","2010",84.46763,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2011","2011",83.16019,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2012","2012",79.01067,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2014","2014",78.99189,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2015","2015",82.84075,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ATG","Antigua and Barbuda","2017","2017",82.3219,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",85.66067,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",88.23505,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",90.8735,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",93.70855,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",92.36437,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",92.56194,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",91.48754,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",92.0877,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",93.00628,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",91.19884,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",93.01409,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",93.83028,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",93.83281,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",92.49537,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",91.88366,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",92.80725,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",91.94831,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",88.90051,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",86.07982,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","1997","1997",93.22034,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","1999","1999",97.3015,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2000","2000",98.36083,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2004","2004",98.96628,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2005","2005",99.54379,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2006","2006",99.45,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2008","2008",98.07161,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2009","2009",97.91927,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2015","2015",99.49007,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDV","Maldives","2017","2017",99.94808,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","1998","1998",78.30944,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2000","2000",92.87429,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2001","2001",93.58598,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2002","2002",95.29702,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2003","2003",95.95211,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2005","2005",99.1141,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2006","2006",99.41173,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2007","2007",99.17461,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2008","2008",99.12351,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2009","2009",99.32713,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2010","2010",99.95111,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2012","2012",99.21444,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2013","2013",95.96671,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2014","2014",93.38516,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2015","2015",91.16087,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2016","2016",89.55642,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLV","El Salvador","2017","2017",85.44406,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","1999","1999",63.07819,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2000","2000",66.14508,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2004","2004",67.89302,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2005","2005",68.33555,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2006","2006",68.7959,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2007","2007",71.6373,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2008","2008",64.86539,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2009","2009",65.95521,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2010","2010",65.94879,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2001","2001",99.76617,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2002","2002",99.85182,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2003","2003",99.52437,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2004","2004",93.79717,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2005","2005",97.26849,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2006","2006",96.98804,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2007","2007",96.71601,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2008","2008",95.97809,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2009","2009",94.00661,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2010","2010",95.85981,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2011","2011",96.17042,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2012","2012",96.3338,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2013","2013",97.44935,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2014","2014",98.17813,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LKA","Sri Lanka","2017","2017",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","1994","1994",71.96035,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","1995","1995",70.18177,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","1998","1998",67.22004,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","1999","1999",65.61776,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2000","2000",65.91854,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2001","2001",65.91607,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2002","2002",68.52687,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2004","2004",81.41045,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2005","2005",90.09862,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2006","2006",88.68705,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2007","2007",89.98672,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2009","2009",88.32501,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2010","2010",85.72528,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2011","2011",89.51607,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2012","2012",91.58041,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2013","2013",88.87062,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZMB","Zambia","2017","2017",87.89017,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1990","1990",67.16256,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1991","1991",68.23343,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1992","1992",69.59612,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1993","1993",72.95679,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1994","1994",74.20051,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1995","1995",75.65466,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1996","1996",78.29363,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1997","1997",79.01912,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1998","1998",81.17552,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","1999","1999",83.0073,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2000","2000",83.9688,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2001","2001",85.06365,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2002","2002",85.06467,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2003","2003",83.73361,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2009","2009",98.14357,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2011","2011",98.84712,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2012","2012",99.64785,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2013","2013",99.89894,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2014","2014",99.72415,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2015","2015",99.69983,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2016","2016",99.81982,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","OMN","Oman","2017","2017",99.72911,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1994","1994",97.22313,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1998","1998",95.73882,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1999","1999",95.57501,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2000","2000",98.37439,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2001","2001",97.77057,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2002","2002",96.532,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2003","2003",97.02729,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2004","2004",99.33233,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2005","2005",99.614,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2006","2006",95.57688,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2007","2007",95.43716,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2008","2008",95.5221,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2009","2009",96.38182,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2010","2010",96.70287,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2011","2011",97.73579,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2012","2012",99.29796,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2013","2013",99.9103,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2014","2014",99.62731,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2015","2015",99.53637,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2016","2016",98.91333,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2017","2017",98.60314,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","1990","1990",98.34533,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","1991","1991",98.62825,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","1993","1993",96.76664,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","1994","1994",95.74716,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","1995","1995",96.9449,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","1996","1996",95.70512,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","2011","2011",92.82219,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","2012","2012",93.71576,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","2013","2013",93.78617,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","2014","2014",93.66652,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","2015","2015",94.21559,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","USA","United States of America","2016","2016",96.0738,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","1996","1996",92.24363,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","1999","1999",94.61348,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2000","2000",93.60688,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2001","2001",94.45723,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2002","2002",94.30285,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2003","2003",94.16357,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2004","2004",98.85261,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2005","2005",96.22593,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2006","2006",97.44413,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2007","2007",96.3709,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2008","2008",95.80515,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2009","2009",95.1462,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2010","2010",95.8918,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2011","2011",95.77096,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2012","2012",99.42893,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2013","2013",99.55933,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2014","2014",99.64915,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2015","2015",99.614,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2016","2016",99.61944,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KGZ","Kyrgyzstan","2017","2017",99.7272,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","1993","1993",98.75371,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","1994","1994",98.63792,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","1995","1995",98.31477,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","1996","1996",98.36753,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","1997","1997",98.71485,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","1998","1998",99.48253,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","1999","1999",99.83826,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2000","2000",99.73543,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2001","2001",99.98782,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2002","2002",99.63113,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2003","2003",98.9592,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2004","2004",98.00058,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2005","2005",97.6333,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2006","2006",97.09025,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2007","2007",97.73505,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2008","2008",98.14122,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2009","2009",98.31777,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2010","2010",98.58798,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2011","2011",98.84115,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2012","2012",99.37577,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2013","2013",99.31368,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2014","2014",99.607,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2015","2015",99.36991,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FIN","Finland","2016","2016",99.27372,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2008","2008",70.33417,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2009","2009",78.31045,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2010","2010",87.31932,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2011","2011",92.68128,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2012","2012",91.62168,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2013","2013",90.54068,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2014","2014",88.04106,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2015","2015",84.98944,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2016","2016",81.8366,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2017","2017",80.76265,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","1997","1997",85.32345,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","1998","1998",99.59684,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","1999","1999",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2000","2000",99.22788,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2001","2001",98.32402,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2002","2002",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2003","2003",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2004","2004",98.73453,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2005","2005",95.0634,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2006","2006",92.6774,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2007","2007",93.64038,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2008","2008",94.48658,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2009","2009",96.12844,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2010","2010",97.49574,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2011","2011",97.61271,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2012","2012",94.33793,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2013","2013",93.20575,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2014","2014",91.57045,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2015","2015",87.81903,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2016","2016",88.63852,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","LBN","Lebanon","2017","2017",92.69505,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1990","1990",85.39041,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1991","1991",87.11221,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1992","1992",88.19909,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1993","1993",87.71003,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1994","1994",87.65254,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1995","1995",87.88283,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1996","1996",87.4386,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1997","1997",86.91522,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","1999","1999",89.7286,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2000","2000",90.52619,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2001","2001",92.64196,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2002","2002",93.90211,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2003","2003",94.42611,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2004","2004",95.17879,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2005","2005",95.4772,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2006","2006",95.67726,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2007","2007",95.87886,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2008","2008",97.22105,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2009","2009",98.96613,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2010","2010",98.88748,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2011","2011",99.05085,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2012","2012",99.11261,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2013","2013",99.23817,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2014","2014",99.2061,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2015","2015",99.27494,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2016","2016",99.23381,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DZA","Algeria","2017","2017",99.44293,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","1994","1994",15.50506,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","1995","1995",17.19503,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","1996","1996",20.21528,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","1998","1998",26.61117,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","1999","1999",29.59559,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2000","2000",34.10235,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2001","2001",38.75603,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2002","2002",41.28639,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2003","2003",42.46547,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2004","2004",46.30828,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2005","2005",57.81606,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2006","2006",63.20635,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2007","2007",68.6396,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2008","2008",74.31771,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2009","2009",74.55978,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2010","2010",72.54524,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2011","2011",76.24273,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2012","2012",77.97914,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2014","2014",83.83658,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ETH","Ethiopia","2015","2015",83.24655,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1994","1994",46.86209,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1995","1995",53.18013,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1996","1996",56.45148,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1998","1998",59.86447,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1999","1999",59.25436,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2000","2000",59.43041,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2001","2001",62.76856,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2002","2002",62.12033,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2003","2003",65.11935,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2004","2004",71.93718,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2005","2005",70.56798,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2006","2006",73.055,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2007","2007",73.90573,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2008","2008",70.4822,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2009","2009",69.79805,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2010","2010",70.18507,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2011","2011",70.71003,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2012","2012",69.59503,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2013","2013",72.32475,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2014","2014",74.44976,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2016","2016",71.22938,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2017","2017",76.60704,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","1990","1990",99.01913,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","1991","1991",98.81623,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","1992","1992",97.34669,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","1994","1994",97.17952,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","1995","1995",98.63502,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","1996","1996",98.88263,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","1997","1997",99.50396,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","2013","2013",98.78637,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","2014","2014",98.20993,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","2015","2015",98.50322,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","2016","2016",99.42505,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NZL","New Zealand","2017","2017",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","1993","1993",93.73175,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","1995","1995",88.54278,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","1996","1996",88.04224,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","1997","1997",87.50879,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","1998","1998",99.86457,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","1999","1999",99.96635,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2000","2000",99.9532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2001","2001",99.74532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2002","2002",99.71274,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2003","2003",99.53674,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2004","2004",99.25489,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2005","2005",99.08726,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2006","2006",99.11181,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2007","2007",99.05602,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2008","2008",98.94974,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2009","2009",99.05297,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2010","2010",99.04494,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2011","2011",98.7746,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2012","2012",93.36227,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2013","2013",96.23755,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2014","2014",96.64895,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2015","2015",98.06644,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2016","2016",99.54018,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2017","2017",99.46145,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PER","Peru","2018","2018",99.51585,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","1993","1993",54.34859,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2000","2000",46.40736,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2001","2001",56.41323,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2002","2002",56.15716,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2003","2003",59.38976,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2004","2004",59.39955,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2005","2005",62.3369,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2006","2006",77.79078,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2007","2007",84.60173,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2008","2008",94.8804,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2009","2009",92.14347,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2010","2010",97.14679,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BDI","Burundi","2017","2017",96.48748,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","1998","1998",96.16438,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","1999","1999",96.46234,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2000","2000",98.26302,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2001","2001",98.0859,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2002","2002",98.02347,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2003","2003",98.45974,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2004","2004",98.39908,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2005","2005",99.0923,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2006","2006",99.27847,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2007","2007",99.38313,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2008","2008",99.44376,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2009","2009",99.37028,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2010","2010",99.36199,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2011","2011",99.49091,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2012","2012",99.50809,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2013","2013",99.85381,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2014","2014",99.87255,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2015","2015",99.86714,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LTU","Lithuania","2016","2016",99.87896,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1990","1990",83.2928,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1991","1991",84.09174,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1992","1992",84.12696,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1993","1993",83.3256,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1994","1994",82.43993,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1995","1995",88.86616,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1996","1996",90.79218,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","1999","1999",99.86899,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2000","2000",99.66454,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2001","2001",99.52945,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2002","2002",99.5096,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2003","2003",99.47431,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2004","2004",99.04097,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2005","2005",98.18025,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2006","2006",97.82281,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2007","2007",97.94465,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2008","2008",98.71532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2009","2009",99.18411,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2010","2010",99.2505,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2011","2011",99.38624,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2012","2012",99.36025,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2013","2013",99.7891,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2014","2014",99.8081,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2015","2015",99.83158,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHE","Switzerland","2016","2016",99.98712,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JOR","Jordan","1999","1999",90.27999,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JOR","Jordan","2000","2000",91.33078,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JOR","Jordan","2002","2002",93.89865,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JOR","Jordan","2003","2003",95.03225,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","JOR","Jordan","2004","2004",94.81328,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1990","1990",90.57479,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1996","1996",92.60985,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1997","1997",92.01428,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1998","1998",93.29828,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2006","2006",98.20971,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2007","2007",98.13734,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2008","2008",98.22869,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2009","2009",98.01156,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2013","2013",66.52257,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","1990","1990",93.15327,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","1993","1993",93.43096,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","1998","1998",93.08203,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","1999","1999",88.92599,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","2001","2001",98.01427,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","2004","2004",96.06653,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","2005","2005",97.5625,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","2006","2006",97.74836,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","2013","2013",97.44443,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TON","Tonga","2015","2015",99.8711,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","1999","1999",99.99143,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2002","2002",96.57534,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2003","2003",98.60429,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2004","2004",98.5532,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2005","2005",90.67814,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2007","2007",94.28672,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2008","2008",96.81799,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2009","2009",98.3311,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2010","2010",97.23503,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2013","2013",99.95924,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2014","2014",99.55041,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2015","2015",99.41762,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2016","2016",99.20861,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRD","Grenada","2017","2017",94.29287,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","1990","1990",72.32421,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2005","2005",95.18913,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2006","2006",95.64496,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2008","2008",92.58087,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2009","2009",93.49974,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2010","2010",94.93205,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2017","2017",95.14922,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DEU","Germany","2002","2002",99.79125,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DEU","Germany","2003","2003",99.75348,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1995","1995",81.0813,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1996","1996",84.63173,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1997","1997",85.10744,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1998","1998",88.81362,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","1999","1999",90.71041,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2000","2000",92.86049,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2001","2001",94.2141,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2002","2002",93.13459,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2003","2003",85.96315,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2004","2004",92.83705,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2005","2005",93.27465,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2006","2006",97.94064,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2007","2007",99.19522,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2008","2008",99.73072,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2009","2009",99.67684,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2010","2010",99.41625,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2011","2011",99.38616,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2012","2012",99.10657,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2013","2013",96.29367,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2014","2014",96.47593,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2015","2015",98.30832,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2016","2016",99.3388,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MNG","Mongolia","2017","2017",99.41529,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","1990","1990",82.36999,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","1992","1992",85.00685,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","1998","1998",89.85879,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","1999","1999",90.35489,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2000","2000",91.50597,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2001","2001",92.13521,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2002","2002",93.52253,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2003","2003",93.15942,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2004","2004",90.62155,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2005","2005",90.51394,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2006","2006",87.3036,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2007","2007",89.96925,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2008","2008",88.77879,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2009","2009",88.50416,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2010","2010",88.18022,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2012","2012",89.8005,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2013","2013",91.82565,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NAM","Namibia","2017","2017",99.56174,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","1990","1990",51.82703,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","1992","1992",65.24577,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","1993","1993",69.91327,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","1994","1994",70.06403,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","1995","1995",72.28454,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","1996","1996",74.06768,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","1997","1997",77.09378,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","2006","2006",94.99381,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","2008","2008",96.51784,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BEN","Benin","2011","2011",99.86262,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1990","1990",95.82034,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1991","1991",95.1169,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1992","1992",94.15866,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1993","1993",93.53313,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1994","1994",98.9616,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1995","1995",99.2071,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1996","1996",99.38737,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1997","1997",99.66541,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","1991","1991",21.36674,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","1992","1992",21.8341,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","1993","1993",22.70059,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","1994","1994",23.67345,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","1995","1995",24.94242,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","1998","1998",28.29705,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","1999","1999",29.02473,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2000","2000",30.36826,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2001","2001",31.5537,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2002","2002",31.05662,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2003","2003",33.40368,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2004","2004",35.84748,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2005","2005",40.6743,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2006","2006",44.51913,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2007","2007",49.9437,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2008","2008",56.46157,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2009","2009",59.93397,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2010","2010",57.6876,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2011","2011",62.77919,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2012","2012",64.39528,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2013","2013",65.70444,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2014","2014",67.00641,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2015","2015",68.75138,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2016","2016",74.75263,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BFA","Burkina Faso","2017","2017",76.07368,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","1990","1990",86.41017,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","1999","1999",93.45759,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2000","2000",95.07101,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2001","2001",96.4976,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2002","2002",98.86354,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2004","2004",99.04665,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2005","2005",98.70228,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2006","2006",99.26245,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2007","2007",99.2378,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2008","2008",98.23427,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2009","2009",95.16965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2010","2010",96.94401,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2011","2011",95.44442,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2012","2012",95.08057,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2013","2013",93.32629,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2014","2014",90.65439,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAN","Panama","2015","2015",87.92149,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","1995","1995",87.58099,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2001","2001",100,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2002","2002",99.3351,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2003","2003",99.46906,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2004","2004",98.15496,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2005","2005",98.14584,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2006","2006",98.65027,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2007","2007",98.91774,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2008","2008",99.33676,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2009","2009",99.28376,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2010","2010",99.32824,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2011","2011",99.29004,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2012","2012",99.42546,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2013","2013",97.93197,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2014","2014",97.93119,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2015","2015",98.89017,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2016","2016",99.55101,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BLR","Belarus","2017","2017",99.22964,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HTI","Haiti","1997","1997",56.87638,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2009","2009",90.99713,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2010","2010",96.63802,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2011","2011",96.6245,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2012","2012",99.53505,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2013","2013",97.82628,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2014","2014",97.46168,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1991","1991",68.73619,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1992","1992",66.2869,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1993","1993",64.85164,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1994","1994",67.04303,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1995","1995",79.65052,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COD","Democratic Republic of the Congo","1999","1999",37.72207,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","1999","1999",98.5981,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2000","2000",96.50905,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2001","2001",94.48395,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2003","2003",92.39348,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2004","2004",91.07287,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2008","2008",89.55055,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2009","2009",87.97156,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2010","2010",88.22079,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2011","2011",89.45249,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2012","2012",93.646,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2013","2013",98.18477,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ALB","Albania","2017","2017",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NRU","Nauru","2012","2012",76.93997,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NRU","Nauru","2014","2014",87.26542,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NRU","Nauru","2016","2016",84.42866,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","1994","1994",88.84893,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","1995","1995",88.32266,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","1997","1997",88.31349,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","1999","1999",90.82079,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2000","2000",91.59252,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2001","2001",92.68173,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2002","2002",93.33451,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2003","2003",94.20977,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2004","2004",94.87065,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2005","2005",95.50887,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2006","2006",96.19807,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2007","2007",97.08731,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2008","2008",96.5757,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2009","2009",94.48797,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2010","2010",95.52191,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2011","2011",94.58232,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2012","2012",93.2566,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2013","2013",92.94054,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2014","2014",94.33225,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2015","2015",94.50688,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUR","Turkey","2016","2016",94.04713,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","1999","1999",95.3499,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2008","2008",98.86015,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2009","2009",97.9593,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2010","2010",98.34055,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2011","2011",98.28579,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2012","2012",97.59639,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2013","2013",97.32568,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2014","2014",97.10992,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2015","2015",97.13828,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2016","2016",97.48798,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LVA","Latvia","2017","2017",97.82212,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","1997","1997",54.48763,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","1998","1998",60.09969,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","1999","1999",61.17159,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","2000","2000",62.06587,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","2001","2001",62.73281,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","2002","2002",66.72586,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","2003","2003",67.9576,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","2011","2011",70.96762,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","2013","2013",89.15388,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","2015","2015",89.94916,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TCD","Chad","2016","2016",83.36568,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","1999","1999",57.47285,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2000","2000",64.61931,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2003","2003",74.62455,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2004","2004",75.49065,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2011","2011",97.74868,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2012","2012",99.14495,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2014","2014",93.64191,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2015","2015",96.00428,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2016","2016",96.37944,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NPL","Nepal","2017","2017",93.41775,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","1999","1999",86.40056,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2000","2000",87.76025,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2002","2002",94.28431,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2003","2003",90.87776,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2004","2004",85.62198,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2005","2005",86.83078,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2006","2006",85.67213,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2007","2007",91.78584,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2008","2008",88.13164,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2009","2009",95.90677,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2010","2010",95.44634,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2011","2011",95.29944,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2012","2012",94.07067,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2013","2013",93.82735,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2014","2014",92.04458,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2015","2015",95.53493,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2016","2016",95.42067,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DOM","Dominican Republic","2017","2017",94.68683,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","1999","1999",82.37551,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2002","2002",98.63705,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2003","2003",99.07986,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2005","2005",99.84345,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2007","2007",88.90899,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2008","2008",90.1323,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2009","2009",89.82379,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2010","2010",90.57857,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2013","2013",90.63894,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2014","2014",91.65333,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2015","2015",92.41158,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2017","2017",97.26132,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2002","2002",96.32423,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2003","2003",90.06801,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2004","2004",89.97544,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2005","2005",90.0993,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2006","2006",88.96517,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2007","2007",88.40252,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2008","2008",87.9012,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2009","2009",88.26199,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2010","2010",90.49721,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2011","2011",92.31405,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2012","2012",93.16145,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2013","2013",93.47725,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UKR","Ukraine","2014","2014",91.85486,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","1997","1997",85.32345,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2003","2003",99.05353,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2004","2004",97.88048,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2005","2005",94.28761,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2006","2006",91.97774,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2007","2007",92.88813,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2008","2008",93.6811,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2009","2009",95.29545,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2010","2010",96.63556,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2011","2011",96.76211,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2012","2012",93.42594,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2013","2013",92.05418,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2014","2014",86.57116,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2015","2015",86.41507,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2016","2016",86.9983,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBN","Lebanon","2017","2017",91.09292,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1990","1990",98.95818,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1991","1991",99.66216,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1992","1992",99.34952,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1993","1993",99.9868,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1994","1994",99.9829,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1995","1995",99.95608,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1996","1996",99.94393,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1997","1997",99.93536,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","1999","1999",99.85682,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2000","2000",99.81312,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2001","2001",99.76263,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2002","2002",99.81836,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2003","2003",99.85695,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2004","2004",99.74835,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2005","2005",99.61974,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2006","2006",99.77578,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2007","2007",99.88076,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2008","2008",99.8565,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2009","2009",99.71779,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2010","2010",99.61393,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2011","2011",99.67424,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2012","2012",99.66814,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2013","2013",99.11937,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2014","2014",98.52245,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2015","2015",98.93297,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ESP","Spain","2016","2016",98.53001,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","1990","1990",95.25599,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","1991","1991",96.18994,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","1992","1992",96.77603,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","1993","1993",97.3594,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","1994","1994",96.07832,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","1995","1995",97.64733,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","1996","1996",98.26087,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","1997","1997",98.58998,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","2011","2011",97.45749,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","2012","2012",97.92535,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","2013","2013",99.14276,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","2014","2014",98.00135,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MLT","Malta","2015","2015",97.30472,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","1990","1990",65.41463,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2000","2000",76.65289,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2001","2001",77.37759,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2002","2002",77.78325,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2003","2003",87.33408,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2007","2007",96.2184,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2008","2008",97.65325,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2009","2009",96.8966,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2010","2010",97.19915,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2011","2011",97.18575,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2012","2012",97.71529,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IND","India","2013","2013",98.44863,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","1990","1990",45.42604,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","1991","1991",42.51722,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","2005","2005",40.21559,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","2006","2006",40.37377,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","2007","2007",46.89157,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","2008","2008",55.33981,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","2009","2009",55.52908,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","2010","2010",57.89276,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","2011","2011",56.79053,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAF","Central African Republic","2012","2012",60.17263,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1990","1990",91.12493,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1991","1991",90.82073,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1992","1992",88.84252,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1993","1993",87.13571,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1994","1994",86.50743,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1995","1995",86.69593,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1996","1996",86.42129,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1997","1997",87.09534,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1998","1998",93.77438,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","1999","1999",94.37026,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2000","2000",95.67109,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2001","2001",94.50524,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2002","2002",95.10889,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2003","2003",95.25844,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2004","2004",95.56629,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2005","2005",94.37571,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2006","2006",93.91954,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2007","2007",93.60059,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2010","2010",94.58195,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2011","2011",94.83655,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2012","2012",95.14748,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2013","2013",94.49763,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2014","2014",93.01678,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2015","2015",93.79471,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GRC","Greece","2016","2016",92.91797,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","1991","1991",88.23669,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","1994","1994",92.10172,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","1995","1995",93.28056,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","1998","1998",94.60038,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","1999","1999",95.48243,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","2000","2000",93.07969,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","2001","2001",93.58895,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","2002","2002",93.85352,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","2003","2003",93.80576,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","2004","2004",93.28809,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","2005","2005",92.41498,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZAF","South Africa","2015","2015",99.71799,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1994","1994",97.22313,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1998","1998",95.73882,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","1999","1999",96.93428,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2000","2000",98.37439,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2001","2001",97.77057,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2002","2002",96.532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2003","2003",97.02729,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2004","2004",99.33233,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2005","2005",99.614,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2006","2006",95.57688,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2007","2007",95.43716,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2008","2008",95.5221,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2009","2009",96.38182,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2010","2010",96.70287,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2011","2011",97.73579,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2012","2012",99.29796,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2013","2013",99.9103,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2014","2014",99.62731,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2015","2015",99.53637,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2016","2016",98.91333,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MYS","Malaysia","2017","2017",98.60314,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","1998","1998",96.5283,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","1999","1999",97.41604,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2000","2000",98.57806,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2001","2001",97.92003,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2002","2002",97.77555,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2003","2003",98.72105,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2004","2004",98.54124,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2005","2005",99.91812,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2006","2006",99.86603,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2007","2007",99.81283,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2008","2008",99.73356,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2009","2009",99.50562,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2010","2010",98.97126,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2011","2011",98.51603,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2012","2012",96.85569,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2013","2013",93.98613,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2014","2014",94.25922,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2015","2015",97.00931,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KOR","Republic of Korea","2016","2016",96.36056,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1990","1990",89.77113,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.45951,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1999","1999",90.38747,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2000","2000",89.47862,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2001","2001",86.92434,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2002","2002",87.70882,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2003","2003",87.45085,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2004","2004",88.06827,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2005","2005",87.82151,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2006","2006",86.33907,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2007","2007",87.99532,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2008","2008",87.41268,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2009","2009",85.35908,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2010","2010",84.8081,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2011","2011",86.04017,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2012","2012",87.70573,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2013","2013",89.68186,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2014","2014",94.53678,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2015","2015",99.0364,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2016","2016",99.52056,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2017","2017",99.81954,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","1990","1990",26.02654,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","1991","1991",27.79121,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","1998","1998",39.36896,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","1999","1999",41.83422,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2000","2000",44.94222,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2001","2001",48.39228,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2002","2002",55.71433,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2003","2003",59.19466,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2004","2004",62.24674,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2005","2005",64.29039,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2006","2006",66.56588,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2007","2007",68.63387,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2008","2008",67.75464,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2009","2009",69.22606,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2010","2010",71.66755,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2011","2011",75.83513,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2012","2012",75.43593,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2013","2013",76.56995,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2014","2014",80.29949,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GIN","Guinea","2016","2016",78.85643,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1990","1990",87.81827,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1991","1991",87.40557,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1992","1992",86.65049,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1993","1993",86.3991,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1994","1994",86.51321,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1995","1995",86.79376,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1996","1996",87.53128,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1998","1998",99.39094,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","1999","1999",99.81026,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2000","2000",99.95917,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2001","2001",99.81717,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2002","2002",99.78042,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2003","2003",99.98098,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2004","2004",99.90806,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2005","2005",99.74148,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2006","2006",99.88266,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2007","2007",99.82496,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2008","2008",99.92555,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2009","2009",99.97364,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2010","2010",99.79992,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2011","2011",97.53087,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2012","2012",99.94211,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2013","2013",99.92731,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2014","2014",99.96264,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2015","2015",99.95118,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IRL","Ireland","2016","2016",99.98836,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","1991","1991",21.36674,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","1992","1992",21.8341,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","1993","1993",22.70059,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","1994","1994",23.67345,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","1995","1995",24.94242,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","1998","1998",28.29705,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","1999","1999",29.02473,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2000","2000",30.36826,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2001","2001",31.5537,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2002","2002",31.05662,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2003","2003",33.40368,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2004","2004",35.84748,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2005","2005",40.6743,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2006","2006",44.51913,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2007","2007",49.9437,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2008","2008",56.46157,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2009","2009",59.93397,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2010","2010",57.79759,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2011","2011",62.89109,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2012","2012",64.39528,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2013","2013",65.89088,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2014","2014",67.13249,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2015","2015",68.84341,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2016","2016",74.75263,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BFA","Burkina Faso","2017","2017",76.07368,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1990","1990",74.34576,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1991","1991",74.50961,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1992","1992",75.23016,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1993","1993",73.79816,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1994","1994",74.20502,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1995","1995",75.10108,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1996","1996",72.73285,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2009","2009",74.31293,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2010","2010",79.53274,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2011","2011",80.50282,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2012","2012",79.44552,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2013","2013",76.20921,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2014","2014",77.13364,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2015","2015",76.2815,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2016","2016",75.85466,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","1999","1999",62.17857,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2000","2000",64.45689,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2001","2001",72.93149,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2002","2002",73.89775,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2003","2003",85.27245,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2004","2004",83.39097,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2005","2005",83.59817,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2006","2006",82.55256,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2007","2007",93.00917,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2008","2008",88.54883,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2009","2009",91.47129,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KEN","Kenya","2012","2012",81.32174,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRQ","Iraq","1993","1993",82.09108,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRQ","Iraq","1996","1996",80.03097,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRQ","Iraq","1999","1999",95.91283,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRQ","Iraq","2000","2000",94.69862,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRQ","Iraq","2003","2003",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRQ","Iraq","2004","2004",98.949,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRQ","Iraq","2007","2007",97.72679,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1996","1996",93.94392,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1997","1997",95.01155,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1998","1998",97.46702,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1999","1999",97.58531,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2000","2000",97.09154,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2001","2001",97.10665,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2002","2002",96.02775,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2003","2003",96.27152,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2004","2004",96.93392,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2005","2005",95.73988,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2006","2006",96.69628,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2007","2007",99.52626,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2008","2008",99.67028,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2009","2009",99.31043,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2010","2010",99.52016,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2011","2011",99.51044,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2012","2012",97.76879,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2013","2013",96.38334,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2014","2014",95.83584,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2015","2015",94.79227,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2016","2016",93.15892,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AGO","Angola","1998","1998",48.91116,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AGO","Angola","2008","2008",80.55289,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AGO","Angola","2009","2009",80.14248,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AGO","Angola","2010","2010",83.04865,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AGO","Angola","2011","2011",88.78511,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2000","2000",94.25208,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2001","2001",96.80076,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2002","2002",97.91345,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2003","2003",98.46183,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2004","2004",98.6274,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2005","2005",98.83574,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2006","2006",97.96804,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2007","2007",97.5344,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2008","2008",99.06052,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2009","2009",99.60485,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2011","2011",99.67234,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2012","2012",99.65918,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2013","2013",99.635,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2014","2014",99.59862,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2015","2015",99.92569,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2016","2016",99.91682,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2017","2017",99.93793,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2018","2018",99.93545,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MSR","Montserrat","2002","2002",95.44572,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MSR","Montserrat","2004","2004",98.7975,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MSR","Montserrat","2005","2005",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MSR","Montserrat","2006","2006",98.5846,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MSR","Montserrat","2007","2007",100,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","1995","1995",87.03452,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","1996","1996",90.60952,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","1998","1998",99.22158,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","1999","1999",99.17043,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2000","2000",98.98117,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2001","2001",98.91017,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2002","2002",98.85256,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2003","2003",99.44285,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2004","2004",98.72608,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2005","2005",98.58933,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2006","2006",98.55515,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2007","2007",99.91803,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2008","2008",99.55694,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2009","2009",99.13932,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2010","2010",99.42053,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2011","2011",99.97518,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2012","2012",99.9307,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2013","2013",98.29655,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2014","2014",94.18963,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2015","2015",93.56631,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","EST","Estonia","2016","2016",93.68565,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","1994","1994",99.46236,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2000","2000",98.21137,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2001","2001",97.82027,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2002","2002",99.05347,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2003","2003",99.48306,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2004","2004",99.3918,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2005","2005",98.26639,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2007","2007",98.4034,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2008","2008",97.5209,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2009","2009",98.33016,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2010","2010",98.48877,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2011","2011",96.68953,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2012","2012",99.11504,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2013","2013",99.18443,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2015","2015",99.90103,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2016","2016",99.91707,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VCT","Saint Vincent and the Grenadines","2017","2017",99.35872,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",92.89481,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",92.73808,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",96.69809,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",95.38213,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",93.93341,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",92.95918,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",93.63801,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",93.70301,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",92.52679,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",92.29616,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",91.13359,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",92.53614,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",95.77528,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",90.29679,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",89.07043,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",89.68874,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",91.87336,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COM","Comoros","1994","1994",62.29609,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COM","Comoros","1999","1999",55.92435,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COM","Comoros","2000","2000",62.13601,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COM","Comoros","2007","2007",76.25053,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COM","Comoros","2013","2013",84.37104,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COM","Comoros","2014","2014",81.28327,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COM","Comoros","2017","2017",83.59432,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","1998","1998",75.96552,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2000","2000",91.42591,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2001","2001",91.56537,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2002","2002",93.20514,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2003","2003",93.38335,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2005","2005",96.08793,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2006","2006",96.11166,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2007","2007",95.35109,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2008","2008",95.438,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2009","2009",95.55791,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2010","2010",95.98847,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2011","2011",95.83251,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2012","2012",94.97048,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2013","2013",91.89085,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2014","2014",89.25599,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2015","2015",86.62344,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2016","2016",85.00829,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SLV","El Salvador","2017","2017",80.84674,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","1992","1992",53.70136,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","1993","1993",56.99915,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","1996","1996",66.01329,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","1998","1998",68.50123,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","1999","1999",79.90241,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2000","2000",76.15193,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2001","2001",75.76788,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2002","2002",73.60879,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2003","2003",75.14898,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2004","2004",73.92475,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2005","2005",70.3755,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2006","2006",74.69992,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2007","2007",75.52772,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2008","2008",69.29744,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2010","2010",69.8352,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2011","2011",68.01772,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2012","2012",69.86044,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2013","2013",69.19089,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2014","2014",68.09637,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2015","2015",73.83977,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2016","2016",75.32955,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2017","2017",77.88182,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GMB","Gambia","2018","2018",79.75041,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NLD","Netherlands","1990","1990",93.95406,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NLD","Netherlands","1991","1991",93.28779,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NLD","Netherlands","1992","1992",92.76676,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NLD","Netherlands","1993","1993",91.72262,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NLD","Netherlands","1994","1994",99.12952,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NLD","Netherlands","1995","1995",99.36424,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NLD","Netherlands","1996","1996",99.63503,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NLD","Netherlands","1997","1997",99.91919,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","1990","1990",99.54328,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","1991","1991",99.8375,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2000","2000",99.10266,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2002","2002",99.30805,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2003","2003",98.77722,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2004","2004",96.60185,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2005","2005",95.20616,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2006","2006",94.94789,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2007","2007",96.09027,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2008","2008",98.11687,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2009","2009",99.03,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2010","2010",99.05308,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2011","2011",99.24079,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2012","2012",99.50038,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2013","2013",99.75728,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2014","2014",99.82782,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2015","2015",99.67259,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SWE","Sweden","2016","2016",99.48778,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","1997","1997",54.48763,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","1998","1998",60.09969,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","1999","1999",61.17159,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","2000","2000",62.06587,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","2001","2001",62.73281,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","2002","2002",66.72586,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","2003","2003",67.9576,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","2011","2011",70.87102,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","2013","2013",89.15388,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","2015","2015",89.94916,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TCD","Chad","2016","2016",83.31031,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CRI","Costa Rica","1990","1990",87.51965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CRI","Costa Rica","1991","1991",87.9215,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CRI","Costa Rica","2011","2011",99.93036,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CRI","Costa Rica","2012","2012",99.89796,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CRI","Costa Rica","2013","2013",98.97748,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CRI","Costa Rica","2014","2014",96.82983,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CRI","Costa Rica","2015","2015",96.91975,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CRI","Costa Rica","2016","2016",96.94541,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1990","1990",99.19793,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1994","1994",99.12538,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","1998","1998",99.79687,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2000","2000",99.60142,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2001","2001",98.59896,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2002","2002",98.46879,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2003","2003",97.84386,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2004","2004",95.4883,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2005","2005",95.05711,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2006","2006",94.38249,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2007","2007",92.01374,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2008","2008",90.10788,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2009","2009",88.52859,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2010","2010",87.50811,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2011","2011",86.55857,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2012","2012",87.09335,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2013","2013",86.76121,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2014","2014",86.95626,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2015","2015",87.04251,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2016","2016",86.41023,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CPV","Cabo Verde","2017","2017",86.33663,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","1996","1996",77.3068,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","1997","1997",86.24865,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","1998","1998",98.12739,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","1999","1999",98.19862,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2000","2000",96.88993,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2001","2001",97.62005,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2002","2002",98.04806,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2003","2003",96.80408,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2004","2004",96.50011,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2005","2005",97.06585,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2006","2006",97.71148,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2007","2007",96.8263,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2008","2008",97.89326,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2009","2009",98.58536,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2010","2010",98.49034,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2011","2011",97.73548,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2012","2012",97.18711,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2013","2013",96.80599,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2014","2014",96.96928,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2015","2015",97.09362,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HUN","Hungary","2016","2016",97.66359,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1990","1990",95.56185,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1991","1991",96.16817,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1992","1992",92.80313,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1993","1993",89.32138,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1994","1994",87.3584,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1995","1995",87.85948,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1996","1996",85.09288,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1997","1997",81.59346,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1998","1998",82.27456,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2007","2007",93.6493,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2012","2012",94.64606,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2013","2013",94.11702,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2014","2014",95.26084,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2015","2015",95.9709,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2016","2016",97.17865,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1990","1990",94.85437,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1991","1991",97.92541,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1992","1992",97.66187,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1993","1993",96.41028,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1994","1994",96.23021,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1995","1995",94.8058,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1996","1996",95.75983,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1998","1998",98.62872,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","1999","1999",99.63602,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","2000","2000",99.84287,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","2012","2012",98.97122,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","2013","2013",98.93082,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","2014","2014",98.84147,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","2015","2015",99.217,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CAN","Canada","2016","2016",99.92632,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","1998","1998",84.57227,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2000","2000",92.94248,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2001","2001",93.73446,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2002","2002",95.52236,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2003","2003",96.01342,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2005","2005",99.54847,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2006","2006",99.70031,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2007","2007",99.57949,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2008","2008",99.55323,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2009","2009",99.65676,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2010","2010",99.97504,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2011","2011",99.93277,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2012","2012",99.10579,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2013","2013",96.05627,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2014","2014",93.58797,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2015","2015",91.42882,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2016","2016",89.96002,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLV","El Salvador","2017","2017",85.78527,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2000","2000",92.08309,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2001","2001",94.41983,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2002","2002",95.74131,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2003","2003",98.45037,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2004","2004",98.1746,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2005","2005",95.01786,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2006","2006",92.46655,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2007","2007",91.03982,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2008","2008",91.26628,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2009","2009",90.94803,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2010","2010",91.42658,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2011","2011",91.50884,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2012","2012",91.79602,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2013","2013",92.05583,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2014","2014",92.00271,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2015","2015",91.16629,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2016","2016",91.15887,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MDA","Republic of Moldova","2017","2017",90.61526,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","1998","1998",56.89544,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","1999","1999",57.43575,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2000","2000",59.81646,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2001","2001",62.86517,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2005","2005",70.08277,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2006","2006",73.61164,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2008","2008",78.41166,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2009","2009",82.66619,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2010","2010",84.49247,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2011","2011",85.31897,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2012","2012",87.24609,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2013","2013",86.05251,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2015","2015",83.40874,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2016","2016",82.04424,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BTN","Bhutan","2017","2017",81.33189,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","1991","1991",97.92838,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","1992","1992",96.34972,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","1993","1993",97.97415,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","1994","1994",97.27382,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","1995","1995",97.21866,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","1996","1996",97.66343,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","1999","1999",99.2267,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2000","2000",99.36219,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2001","2001",99.30947,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2002","2002",99.07209,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2003","2003",98.03134,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2004","2004",96.61369,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2005","2005",96.2121,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2006","2006",96.42589,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2007","2007",97.46183,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2008","2008",98.06049,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2009","2009",97.94641,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2010","2010",97.73288,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2011","2011",97.86878,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2012","2012",98.13269,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2013","2013",98.16425,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2014","2014",97.98738,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2015","2015",98.33897,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BEL","Belgium","2016","2016",98.62326,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","1991","1991",91.87291,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","1992","1992",89.6701,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","1993","1993",88.12434,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","1995","1995",89.96545,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","1996","1996",88.43708,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","2003","2003",90.85487,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","2008","2008",98.79656,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","2009","2009",93.05879,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","2010","2010",96.53066,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","2011","2011",98.5288,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUY","Guyana","2012","2012",96.53444,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","1990","1990",82.80944,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","1991","1991",83.56382,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","1992","1992",83.59118,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","1993","1993",82.55524,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","1994","1994",81.55472,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","1995","1995",89.10653,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","1996","1996",90.91923,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","1999","1999",99.74463,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2000","2000",99.3466,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2001","2001",99.0848,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2002","2002",99.04639,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2003","2003",98.9776,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2004","2004",98.77436,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2005","2005",97.91118,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2006","2006",97.6161,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2007","2007",97.72516,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2008","2008",98.46845,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2009","2009",98.97772,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2010","2010",99.07616,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2011","2011",99.14789,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2012","2012",99.01524,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2013","2013",99.5899,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2014","2014",99.62657,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2015","2015",99.67198,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHE","Switzerland","2016","2016",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","1999","1999",55.94335,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2001","2001",64.46445,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2003","2003",70.77844,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2004","2004",73.62565,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2005","2005",75.749,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2008","2008",75.99351,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2010","2010",81.54167,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2012","2012",84.54757,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2013","2013",85.33632,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","YEM","Yemen","2016","2016",83.31682,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","1993","1993",87.32102,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","1994","1994",91.88223,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","1995","1995",93.17892,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","1996","1996",93.17602,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","1998","1998",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","1999","1999",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2001","2001",91.37514,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2002","2002",98.36543,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2003","2003",98.67547,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2004","2004",98.58647,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2005","2005",98.65674,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2013","2013",99.05798,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2014","2014",98.59535,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2015","2015",98.1104,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2016","2016",99.51984,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYC","Seychelles","2017","2017",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1990","1990",45.09455,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1991","1991",43.4428,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1992","1992",41.74548,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1993","1993",40.69558,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1994","1994",41.8064,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1995","1995",44.06955,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1998","1998",48.58426,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","1999","1999",52.04243,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2000","2000",55.5969,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2001","2001",59.83443,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2002","2002",55.40916,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2004","2004",68.07161,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2005","2005",73.07201,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2006","2006",76.8765,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2007","2007",81.97031,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2008","2008",85.33379,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2009","2009",86.55922,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2010","2010",88.04483,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2011","2011",86.01044,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2012","2012",86.33355,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2013","2013",87.46427,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2014","2014",88.13197,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2015","2015",89.5663,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2016","2016",88.60741,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MOZ","Mozambique","2017","2017",87.53715,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","1999","1999",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2002","2002",97.29862,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2003","2003",97.22474,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2004","2004",98.47318,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2005","2005",89.9096,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2007","2007",93.74311,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2008","2008",96.23891,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2009","2009",96.73324,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2010","2010",94.5944,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2016","2016",98.95068,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRD","Grenada","2017","2017",88.86679,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2002","2002",87.73029,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2003","2003",85.77811,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2005","2005",89.69792,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2006","2006",93.35196,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2007","2007",98.39195,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2011","2011",95.76167,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2012","2012",96.89018,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2013","2013",96.89223,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2014","2014",94.3212,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2015","2015",93.39685,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2016","2016",92.59264,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ARM","Armenia","2017","2017",92.34811,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COG","Congo","2005","2005",46.81373,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COG","Congo","2006","2006",57.44541,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COG","Congo","2010","2010",86.1049,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COG","Congo","2012","2012",83.62049,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2003","2003",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2004","2004",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2006","2006",99.71292,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2007","2007",98.32246,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2008","2008",99.33078,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2009","2009",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2010","2010",98.47779,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2011","2011",99.78791,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2012","2012",99.89119,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2014","2014",98.17401,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2015","2015",99.9316,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LIE","Liechtenstein","2016","2016",99.33054,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1991","1991",98.86116,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1992","1992",96.11453,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1993","1993",97.28665,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1994","1994",96.90965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1995","1995",98.32665,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1996","1996",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1997","1997",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1998","1998",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","1999","1999",99.48767,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2000","2000",96.34305,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2001","2001",92.53292,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2002","2002",92.91974,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2003","2003",91.14903,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2004","2004",90.82105,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2005","2005",88.73783,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2006","2006",89.56225,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2011","2011",91.37948,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2012","2012",92.44818,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2013","2013",93.87958,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2014","2014",95.84843,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2015","2015",98.28928,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2016","2016",98.07093,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BHR","Bahrain","2017","2017",99.81379,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZWE","Zimbabwe","1998","1998",84.99282,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZWE","Zimbabwe","1999","1999",86.90054,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2000","2000",87.34814,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2001","2001",89.69503,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2002","2002",86.16232,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2003","2003",85.0466,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2012","2012",88.98407,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2013","2013",86.00458,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHN","China","1990","1990",96.87189,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHN","China","1991","1991",96.20087,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHN","China","1992","1992",94.75524,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHN","China","1993","1993",93.38945,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHN","China","1994","1994",91.82241,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHN","China","1995","1995",90.31195,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHN","China","1996","1996",89.44419,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHN","China","1997","1997",89.13662,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2002","2002",58.90473,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2003","2003",60.85026,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2004","2004",66.45592,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2005","2005",68.54192,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2006","2006",66.082,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2007","2007",70.8904,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2008","2008",71.66677,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2009","2009",73.05829,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2010","2010",74.42195,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2011","2011",71.49483,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2012","2012",71.0586,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2013","2013",69.81465,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2014","2014",72.73218,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2015","2015",73.60606,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2016","2016",77.77686,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2017","2017",76.45031,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1990","1990",99.78042,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1991","1991",99.74355,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1992","1992",99.58179,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1993","1993",99.35114,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1994","1994",99.00285,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1995","1995",98.50498,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1996","1996",98.22801,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1997","1997",98.53438,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1998","1998",97.93087,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1999","1999",98.61667,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2000","2000",99.19325,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2001","2001",98.18374,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2002","2002",97.9021,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2003","2003",98.68696,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2004","2004",98.42966,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2005","2005",99.68516,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2006","2006",99.67292,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2007","2007",99.69326,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2008","2008",99.76873,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2009","2009",99.59206,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2010","2010",99.162,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2011","2011",98.90565,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2012","2012",97.32505,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2013","2013",94.45055,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2014","2014",94.67241,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2015","2015",97.34263,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2016","2016",96.54282,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","1997","1997",74.53366,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","1999","1999",83.93421,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2000","2000",86.1993,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2001","2001",85.26023,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2002","2002",88.08325,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2004","2004",92.32809,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2005","2005",93.6177,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2006","2006",95.04129,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2007","2007",95.87865,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2008","2008",95.6644,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2009","2009",98.15969,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2010","2010",97.13258,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2011","2011",94.77433,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2012","2012",91.92222,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2013","2013",89.66347,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2014","2014",87.84089,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2015","2015",87.5938,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2016","2016",87.0064,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GTM","Guatemala","2017","2017",87.98243,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2005","2005",99.70359,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2006","2006",99.86248,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2007","2007",98.92292,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2008","2008",98.55264,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2009","2009",96.54704,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2010","2010",94.91872,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2011","2011",97.37802,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2012","2012",96.35285,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2013","2013",96.49696,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2014","2014",98.78431,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2015","2015",99.20623,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2016","2016",99.16856,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SRB","Serbia","2017","2017",98.97357,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","1992","1992",88.84671,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","1993","1993",89.7776,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","1999","1999",90.55414,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","2004","2004",95.0732,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","2005","2005",99.64228,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","2006","2006",98.38719,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","2008","2008",99.63788,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","2009","2009",98.9601,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHS","Bahamas","2016","2016",91.7176,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","1999","1999",97.02404,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2002","2002",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2004","2004",95.50364,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2005","2005",95.00484,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2006","2006",93.01149,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2007","2007",88.14211,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2008","2008",94.69882,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2009","2009",94.97104,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2013","2013",96.56115,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2014","2014",96.53082,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2015","2015",96.03256,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2016","2016",95.54247,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MWI","Malawi","2017","2017",95.18738,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1991","1991",99.7586,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1992","1992",99.91029,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1993","1993",98.86724,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1994","1994",99.01111,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1995","1995",98.30203,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1996","1996",98.28682,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1997","1997",99.13285,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2014","2014",97.64958,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2015","2015",96.86966,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2016","2016",98.1342,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2017","2017",96.5445,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","1991","1991",96.25484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","1997","1997",100,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","1998","1998",99.93819,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","1999","1999",99.75192,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2000","2000",99.54847,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2003","2003",99.54385,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2004","2004",99.19733,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2005","2005",99.34583,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2006","2006",99.47065,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2007","2007",99.57598,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2008","2008",99.4391,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2009","2009",99.43532,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2010","2010",99.06616,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2011","2011",99.14302,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2012","2012",99.187,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2013","2013",99.35539,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2014","2014",99.67447,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2015","2015",99.7343,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARG","Argentina","2016","2016",99.34152,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NRU","Nauru","2012","2012",75.62777,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NRU","Nauru","2014","2014",89.4526,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NRU","Nauru","2016","2016",83.20091,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","1994","1994",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2000","2000",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2001","2001",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2004","2004",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2005","2005",99.51545,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2011","2011",96.63717,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2015","2015",99.80404,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2016","2016",99.83583,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2017","2017",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RWA","Rwanda","1999","1999",80.93768,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2002","2002",82.95135,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2003","2003",89.02323,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2016","2016",95.86197,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2017","2017",93.93462,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","1991","1991",92.53954,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","1992","1992",94.33494,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","1993","1993",95.06648,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","1994","1994",93.39877,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","1995","1995",92.94188,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","1996","1996",92.59645,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","1997","1997",92.63839,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2005","2005",99.87101,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2006","2006",99.8925,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2007","2007",98.17003,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2008","2008",99.05857,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2009","2009",99.13694,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2010","2010",99.67826,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2013","2013",99.52483,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2014","2014",94.56078,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2015","2015",97.73347,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","URY","Uruguay","2016","2016",98.42097,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SSD","South Sudan","2011","2011",41.88386,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SSD","South Sudan","2015","2015",34.33978,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","1996","1996",95.10436,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","1997","1997",95.78897,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","1998","1998",98.86347,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","1999","1999",98.39815,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2000","2000",97.8669,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2001","2001",97.85747,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2002","2002",96.30291,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2003","2003",96.33932,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2004","2004",96.9557,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2005","2005",95.75921,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2006","2006",96.91739,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2007","2007",99.73015,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2008","2008",99.5778,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2009","2009",98.91511,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2010","2010",99.31647,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2011","2011",99.28989,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2012","2012",97.70222,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2013","2013",96.37324,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2014","2014",95.6523,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2015","2015",94.85588,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGR","Bulgaria","2016","2016",93.34644,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1994","1994",92.28863,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1995","1995",92.65225,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1996","1996",93.69231,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1997","1997",96.07215,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1998","1998",96.45956,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1999","1999",96.2613,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2000","2000",96.9948,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2001","2001",98.56831,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2002","2002",99.36754,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2003","2003",99.31123,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2005","2005",99.37655,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2006","2006",99.45543,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2007","2007",99.36834,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2008","2008",97.2402,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2009","2009",96.76557,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2010","2010",97.0184,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2011","2011",96.73626,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2012","2012",96.42389,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2013","2013",98.08398,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2014","2014",97.96475,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2015","2015",98.19263,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2016","2016",97.90291,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1990","1990",78.82103,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1991","1991",79.15245,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1992","1992",77.36127,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1993","1993",97.62945,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1994","1994",96.91663,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1995","1995",96.213,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1996","1996",96.11728,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1997","1997",96.28477,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1999","1999",97.99126,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2000","2000",98.06997,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2001","2001",97.5396,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2002","2002",98.50694,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2003","2003",98.63524,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2004","2004",98.76019,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2005","2005",99.66204,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2006","2006",99.52019,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2007","2007",99.34184,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2008","2008",98.96124,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2009","2009",99.14474,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2010","2010",99.2851,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2011","2011",99.28009,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2012","2012",98.17635,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2013","2013",97.49437,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2014","2014",97.13529,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2015","2015",97.82834,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MHL","Marshall Islands","2002","2002",97.40626,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MHL","Marshall Islands","2015","2015",80.75843,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MHL","Marshall Islands","2016","2016",81.15572,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","1999","1999",98.89984,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2000","2000",95.84923,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2001","2001",93.34303,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2003","2003",94.63614,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2004","2004",96.17837,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2005","2005",95.10706,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2006","2006",96.10222,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2007","2007",95.92169,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2008","2008",96.08432,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2009","2009",96.93811,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2010","2010",98.14106,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2011","2011",97.05202,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2012","2012",99.80745,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2013","2013",98.65249,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2014","2014",98.49496,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2015","2015",98.73575,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2016","2016",98.60778,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLZ","Belize","2017","2017",98.89298,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1990","1990",99.96133,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1991","1991",99.95408,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1992","1992",99.61552,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1993","1993",98.09249,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1994","1994",97.88314,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1995","1995",98.81184,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1996","1996",99.73185,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1997","1997",99.58092,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","1999","1999",99.69911,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2000","2000",96.18632,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2001","2001",96.09347,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2002","2002",96.04528,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2003","2003",95.82227,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2004","2004",95.78781,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2005","2005",99.23101,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2006","2006",99.26235,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2007","2007",99.18236,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2008","2008",98.74538,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2009","2009",98.38524,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2010","2010",98.01978,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2011","2011",99.03727,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2012","2012",98.91622,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2013","2013",98.91152,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2014","2014",98.95053,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2015","2015",98.98406,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FRA","France","2016","2016",99.10915,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","1991","1991",85.73672,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","1993","1993",87.04373,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2000","2000",84.97201,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2003","2003",87.68095,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2004","2004",89.16486,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2005","2005",85.22992,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2006","2006",90.55084,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2007","2007",85.16918,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2008","2008",88.7086,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2009","2009",87.59976,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2010","2010",87.61282,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2011","2011",88.70053,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2012","2012",85.29787,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2013","2013",82.28211,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2014","2014",82.41673,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2015","2015",80.59216,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2016","2016",82.30433,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HND","Honduras","2017","2017",82.96282,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRI","Puerto Rico","2010","2010",89.56876,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRI","Puerto Rico","2011","2011",86.20643,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRI","Puerto Rico","2012","2012",87.2025,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRI","Puerto Rico","2013","2013",86.0832,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRI","Puerto Rico","2014","2014",86.29397,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRI","Puerto Rico","2015","2015",84.49774,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRI","Puerto Rico","2016","2016",78.6739,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","1990","1990",38.22112,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","1992","1992",38.1548,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","1996","1996",43.78023,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","1997","1997",48.25274,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","1998","1998",51.39179,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","1999","1999",50.15386,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2000","2000",54.33593,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2003","2003",62.02265,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2004","2004",61.71362,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2005","2005",63.2201,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2006","2006",66.27189,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2007","2007",69.39971,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2008","2008",70.96919,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2009","2009",71.86474,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2010","2010",73.23103,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2011","2011",74.09153,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2012","2012",77.68595,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2013","2013",76.57626,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2014","2014",77.44311,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2015","2015",77.66471,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2016","2016",75.99154,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SEN","Senegal","2017","2017",79.40158,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1990","1990",96.28035,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1991","1991",95.37334,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1992","1992",94.51795,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1993","1993",93.31395,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1994","1994",93.84173,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1995","1995",93.65781,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1996","1996",92.55698,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","1997","1997",92.50362,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2001","2001",96.16513,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2002","2002",95.42583,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2003","2003",94.88829,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2004","2004",94.11651,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2005","2005",93.14997,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2006","2006",94.47914,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2007","2007",96.90078,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2008","2008",96.32465,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2009","2009",97.4071,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2010","2010",98.05184,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2011","2011",97.55473,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2012","2012",95.9947,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2013","2013",93.10175,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2014","2014",92.00222,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2016","2016",91.71123,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","IDN","Indonesia","2017","2017",92.7346,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1990","1990",99.679,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1991","1991",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1992","1992",99.59394,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1993","1993",98.49425,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1994","1994",98.32851,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1995","1995",98.22751,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1996","1996",98.22447,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1997","1997",84.04996,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1998","1998",99.80401,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","1999","1999",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2000","2000",99.73602,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2001","2001",99.81936,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2002","2002",99.73882,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2003","2003",99.82222,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2004","2004",99.2699,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2005","2005",98.36917,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2006","2006",98.27813,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2007","2007",99.0044,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2008","2008",99.26266,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2009","2009",99.10525,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2010","2010",99.05142,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2011","2011",99.41522,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2012","2012",99.58525,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2014","2014",99.96511,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NOR","Norway","2017","2017",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1990","1990",71.32391,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1991","1991",72.8487,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1992","1992",73.12171,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1993","1993",70.7027,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1994","1994",71.82647,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1995","1995",70.70377,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1996","1996",70.90907,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1998","1998",62.86715,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1999","1999",59.19405,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2000","2000",79.86605,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2001","2001",80.07681,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2002","2002",80.52239,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2003","2003",80.62186,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2004","2004",78.24764,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2005","2005",77.4861,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2006","2006",77.78918,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2007","2007",75.29047,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2008","2008",76.38659,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2009","2009",76.95935,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2010","2010",78.98545,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2011","2011",80.36578,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2012","2012",81.60719,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2013","2013",79.54384,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2014","2014",80.15023,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2015","2015",80.14512,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2016","2016",80.51202,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2017","2017",81.56503,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","1993","1993",98.78996,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","1994","1994",98.57107,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","1995","1995",98.27037,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","1996","1996",98.07904,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","1997","1997",98.64283,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","1998","1998",99.61708,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2001","2001",99.69017,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2002","2002",99.36915,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2003","2003",98.7304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2004","2004",97.82598,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2005","2005",97.27603,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2006","2006",96.59752,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2007","2007",97.22262,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2008","2008",97.84674,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2009","2009",97.97304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2010","2010",98.27032,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2011","2011",98.58689,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2012","2012",99.14108,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2013","2013",99.07735,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2014","2014",99.25592,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2015","2015",99.13939,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FIN","Finland","2016","2016",99.02256,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","1999","1999",96.94636,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2000","2000",96.74255,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2001","2001",96.47928,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2002","2002",95.56818,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2003","2003",94.62615,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2004","2004",93.82711,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2005","2005",93.21571,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2006","2006",93.29661,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2007","2007",93.40961,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2008","2008",93.57484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2009","2009",94.28545,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2010","2010",94.77376,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2011","2011",94.80523,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2012","2012",95.31996,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2013","2013",95.63422,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2014","2014",95.34137,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2015","2015",95.14733,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","POL","Poland","2016","2016",95.59691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CMR","Cameroon","1990","1990",68.85068,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CMR","Cameroon","1991","1991",67.2027,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CMR","Cameroon","2011","2011",85.17628,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CMR","Cameroon","2012","2012",88.65876,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CMR","Cameroon","2014","2014",89.98755,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CMR","Cameroon","2016","2016",91.01803,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CMR","Cameroon","2017","2017",90.94694,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","1990","1990",69.15211,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","1991","1991",71.49159,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","1992","1992",75.41716,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","1993","1993",76.01282,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","1994","1994",76.81691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","1995","1995",75.14667,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","1999","1999",83.91151,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2000","2000",87.34973,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2001","2001",91.50234,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2002","2002",98.41876,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2004","2004",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2005","2005",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2006","2006",99.35605,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2007","2007",99.18066,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2008","2008",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIC","Nicaragua","2010","2010",99.7133,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2007","2007",93.02842,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2008","2008",94.12736,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2009","2009",93.67423,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2010","2010",94.64347,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2011","2011",95.33354,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2012","2012",96.95517,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2013","2013",98.037,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2014","2014",99.37712,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","UZB","Uzbekistan","2017","2017",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1990","1990",91.44404,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1991","1991",92.82794,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1992","1992",93.47762,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1993","1993",92.4437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1994","1994",91.82572,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1995","1995",91.69957,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1996","1996",90.76519,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1997","1997",89.84246,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","1999","1999",91.59464,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2000","2000",92.09506,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2001","2001",94.13833,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2002","2002",95.1561,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2003","2003",95.53745,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2004","2004",96.23959,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2005","2005",96.53852,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2006","2006",96.77665,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2007","2007",96.81205,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2008","2008",98.00622,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DZA","Algeria","2016","2016",99.9967,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1994","1994",73.40768,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1995","1995",71.51112,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1998","1998",68.34653,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1999","1999",66.85288,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2000","2000",66.64022,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2001","2001",66.2554,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2002","2002",69.05035,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2004","2004",81.24035,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2005","2005",89.19946,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2006","2006",87.26496,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2007","2007",89.59577,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2008","2008",90.06242,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2009","2009",87.11705,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2010","2010",84.57518,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2011","2011",88.40858,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2012","2012",90.12531,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2013","2013",87.90741,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2017","2017",86.02154,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","1990","1990",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","1994","1994",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","1998","1998",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2000","2000",99.20978,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2001","2001",98.50155,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2002","2002",98.22214,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2003","2003",97.87341,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2004","2004",95.10471,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2005","2005",95.02553,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2006","2006",94.43687,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2007","2007",92.3749,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2008","2008",90.75816,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2009","2009",89.37201,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2010","2010",88.09367,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2011","2011",87.44263,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2012","2012",87.97854,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2013","2013",87.31733,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2014","2014",87.59754,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2015","2015",87.57032,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2016","2016",87.23417,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CPV","Cabo Verde","2017","2017",87.13478,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2002","2002",87.73029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2003","2003",85.77811,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2005","2005",89.69792,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2006","2006",93.35196,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2007","2007",98.39195,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2011","2011",95.76167,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2012","2012",96.89018,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2013","2013",96.89223,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2014","2014",94.3212,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2015","2015",93.39685,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2016","2016",92.59264,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ARM","Armenia","2017","2017",92.34811,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","1990","1990",86.61984,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","1999","1999",93.95936,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2000","2000",95.31116,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2001","2001",96.84429,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2002","2002",98.93283,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2004","2004",99.55154,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2005","2005",98.80129,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2006","2006",99.50375,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2007","2007",99.44041,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2008","2008",98.36332,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2009","2009",95.92875,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2010","2010",96.71555,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2011","2011",95.82788,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2012","2012",95.12787,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2013","2013",93.46825,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2014","2014",91.19003,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAN","Panama","2015","2015",89.70763,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2000","2000",95.68068,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2001","2001",95.18426,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2002","2002",96.85902,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2003","2003",96.92337,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2004","2004",97.38022,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2005","2005",97.05474,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2006","2006",96.61934,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2007","2007",95.51378,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2008","2008",97.7233,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2009","2009",98.16424,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2010","2010",98.37268,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2011","2011",98.17598,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2012","2012",98.12829,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2013","2013",97.54193,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2014","2014",95.7741,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2015","2015",95.10652,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2016","2016",95.47253,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2017","2017",98.53461,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","1999","1999",97.63875,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2000","2000",98.62787,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2001","2001",99.36223,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2002","2002",98.61267,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2003","2003",97.97935,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2004","2004",99.3921,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2005","2005",99.69611,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2006","2006",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2009","2009",95.02712,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2010","2010",98.20826,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2013","2013",95.83477,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ABW","Aruba","2014","2014",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","1990","1990",99.63391,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","1991","1991",99.0822,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","1992","1992",98.69456,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","1994","1994",99.28142,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","1995","1995",99.5308,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","2013","2013",98.40896,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","2014","2014",98.07527,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","2015","2015",98.64482,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JPN","Japan","2016","2016",98.04473,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","1994","1994",96.7505,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","1995","1995",93.06788,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2006","2006",92.06442,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2007","2007",92.93451,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2008","2008",97.33673,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2009","2009",98.40475,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2011","2011",99.18164,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2012","2012",99.08573,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2013","2013",99.1606,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2014","2014",97.90808,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2015","2015",99.12332,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RUS","Russian Federation","2016","2016",99.33771,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1996","1996",61.29394,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1997","1997",62.53395,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1999","1999",64.60077,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2000","2000",64.241,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2001","2001",68.30942,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2002","2002",69.2531,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2003","2003",61.60898,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2009","2009",61.06568,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2013","2013",72.10706,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2014","2014",78.50415,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2015","2015",82.42381,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2016","2016",92.32707,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2017","2017",93.09482,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","1999","1999",98.9977,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2000","2000",99.07878,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2001","2001",99.71912,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2002","2002",99.66888,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2003","2003",99.69812,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2004","2004",99.90475,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2005","2005",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2008","2008",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2013","2013",99.96807,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISR","Israel","2017","2017",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","1990","1990",39.50607,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","1992","1992",49.21298,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","1993","1993",53.21355,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","1994","1994",54.48041,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","1995","1995",56.8919,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","1996","1996",59.11845,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","1997","1997",62.47886,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2003","2003",84.60479,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2004","2004",87.73149,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2005","2005",83.75604,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2006","2006",86.81449,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2008","2008",90.1357,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2009","2009",94.2321,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2010","2010",94.92278,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2011","2011",94.94096,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2012","2012",95.65867,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2013","2013",95.95512,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2014","2014",96.36037,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2016","2016",96.90271,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BEN","Benin","2017","2017",97.03366,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUV","Tuvalu","2014","2014",99.66092,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUV","Tuvalu","2015","2015",99.59743,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUV","Tuvalu","2016","2016",97.77996,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","1997","1997",74.53366,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","1999","1999",86.63754,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2000","2000",88.36531,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2001","2001",86.97571,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2002","2002",89.56636,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2004","2004",93.4621,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2005","2005",94.58209,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2006","2006",95.83496,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2007","2007",96.4167,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2008","2008",96.08527,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2009","2009",98.44043,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2010","2010",97.36339,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2011","2011",95.13583,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2012","2012",92.20559,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2013","2013",89.89768,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2014","2014",88.0131,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2015","2015",87.75688,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2016","2016",87.10776,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GTM","Guatemala","2017","2017",88.09776,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","1995","1995",80.25475,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","1996","1996",84.03193,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","1997","1997",83.93936,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","1998","1998",87.46285,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","1999","1999",89.78462,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2000","2000",91.86485,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2001","2001",92.95318,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2002","2002",92.10091,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2003","2003",85.39397,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2004","2004",92.81378,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2005","2005",91.80266,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2006","2006",96.82204,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2007","2007",97.63275,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2008","2008",98.42397,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2009","2009",96.75815,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2010","2010",98.24652,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2011","2011",98.65421,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2012","2012",98.17957,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2013","2013",96.08643,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2014","2014",96.4206,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2015","2015",98.29495,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2016","2016",99.35215,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MNG","Mongolia","2017","2017",99.39635,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DMA","Dominica","2004","2004",99.78987,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DMA","Dominica","2005","2005",97.03656,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DMA","Dominica","2006","2006",95.91195,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DMA","Dominica","2007","2007",89.10196,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DMA","Dominica","2008","2008",89.43249,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DMA","Dominica","2009","2009",98.76765,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DMA","Dominica","2016","2016",98.94583,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",94.00592,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",93.14868,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",99.14067,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",98.71248,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",98.34569,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",98.02502,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",98.32974,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",98.43679,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1991","1991",96.17142,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1992","1992",96.14938,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1993","1993",91.32005,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1994","1994",83.26495,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1995","1995",84.66302,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1996","1996",93.50836,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1997","1997",90.12694,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1998","1998",88.72601,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1999","1999",92.1411,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2000","2000",88.23962,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2001","2001",85.4634,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2002","2002",84.91034,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2003","2003",83.3463,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2004","2004",84.28326,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2005","2005",83.95354,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2006","2006",83.77201,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2007","2007",83.45841,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2008","2008",83.98751,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2009","2009",85.5189,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2010","2010",84.72605,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2011","2011",87.26808,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2012","2012",89.29003,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2013","2013",93.67068,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2014","2014",94.8121,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2015","2015",94.26275,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2016","2016",94.96529,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2017","2017",94.05446,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","1998","1998",96.04688,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","1999","1999",96.03198,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2000","2000",96.52031,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2001","2001",96.58398,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2002","2002",96.8235,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2003","2003",97.1285,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2004","2004",96.76981,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2005","2005",96.89335,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2006","2006",96.87705,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2007","2007",96.65592,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2008","2008",95.07515,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2009","2009",98.18422,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2010","2010",95.72538,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2011","2011",93.41633,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2012","2012",90.17075,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2013","2013",90.06026,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2014","2014",89.93486,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2015","2015",90.55058,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2016","2016",91.3951,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2017","2017",93.00806,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1990","1990",99.0113,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1991","1991",99.56338,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1992","1992",99.47676,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1993","1993",99.79167,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1994","1994",99.42483,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1995","1995",99.11379,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1996","1996",97.91229,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1997","1997",96.27961,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","1999","1999",95.75204,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","2000","2000",96.6708,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","2001","2001",98.07951,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","2005","2005",99.07254,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","2006","2006",98.59748,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","2007","2007",97.87776,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","2008","2008",98.37767,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUN","Tunisia","2009","2009",98.94261,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","1994","1994",97.32543,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","1996","1996",98.44095,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","1997","1997",98.86128,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","1998","1998",99.19494,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2003","2003",97.3335,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2004","2004",95.4928,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2005","2005",95.67484,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2006","2006",96.88257,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2007","2007",98.4981,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2008","2008",99.60035,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2010","2010",99.58291,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2011","2011",98.9773,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2012","2012",98.45287,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2013","2013",97.81642,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2014","2014",97.7809,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2015","2015",98.62334,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ISL","Iceland","2016","2016",99.45037,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1990","1990",97.32402,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1991","1991",97.67255,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1992","1992",94.73369,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1993","1993",89.58694,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1994","1994",87.22965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1995","1995",87.92818,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1996","1996",85.05253,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1997","1997",81.56646,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1998","1998",81.89296,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2007","2007",93.52603,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2012","2012",93.85331,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2013","2013",92.7437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2014","2014",94.20683,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2015","2015",95.298,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2016","2016",97.97341,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","1990","1990",82.80944,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","1991","1991",83.56382,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","1992","1992",83.59118,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","1993","1993",82.55524,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","1994","1994",81.55472,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","1995","1995",89.10653,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","1996","1996",90.91923,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","1999","1999",99.2833,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2000","2000",98.91859,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2001","2001",98.71987,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2002","2002",98.70005,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2003","2003",98.6765,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2010","2010",98.88062,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2011","2011",98.96714,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2012","2012",98.83781,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2013","2013",99.38984,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2014","2014",99.43161,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2015","2015",99.40608,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CHE","Switzerland","2016","2016",99.70451,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2008","2008",69.35402,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2009","2009",77.16822,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2010","2010",86.74269,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2011","2011",91.98119,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2012","2012",91.33514,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2013","2013",91.17256,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2014","2014",89.83023,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2015","2015",87.34895,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2016","2016",83.85321,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TLS","Timor-Leste","2017","2017",82.91982,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1990","1990",69.47096,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1991","1991",69.83848,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1992","1992",70.93514,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1993","1993",73.29645,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1994","1994",73.88656,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1995","1995",75.49186,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1996","1996",78.67639,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1997","1997",78.73949,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1998","1998",80.39299,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","1999","1999",82.44542,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2000","2000",83.45599,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2001","2001",84.35997,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2002","2002",85.13271,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2003","2003",84.57941,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2009","2009",99.50163,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2011","2011",95.80452,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2012","2012",97.27066,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2013","2013",98.02561,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2014","2014",97.63854,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2015","2015",97.52541,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2016","2016",98.45141,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","OMN","Oman","2017","2017",98.53521,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1990","1990",45.67979,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1991","1991",45.62435,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1992","1992",46.52733,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1993","1993",48.74484,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1994","1994",51.65085,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1995","1995",54.69077,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1996","1996",57.28802,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1997","1997",59.17649,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1998","1998",60.08084,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","1999","1999",66.14799,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2000","2000",71.84968,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2001","2001",76.85037,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2002","2002",81.68859,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2003","2003",83.48949,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2004","2004",83.64729,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2005","2005",84.80072,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2006","2006",86.27146,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2007","2007",87.91784,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2008","2008",88.81612,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2009","2009",88.96525,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2010","2010",92.03638,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2011","2011",93.19868,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2012","2012",92.59184,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2013","2013",94.01582,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2014","2014",93.34486,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2016","2016",94.4087,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAR","Morocco","2017","2017",96.65144,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","1993","1993",94.16968,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","1995","1995",88.95977,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","1998","1998",99.9094,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2004","2004",98.39574,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2005","2005",98.05867,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2006","2006",98.05845,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2007","2007",97.96461,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2008","2008",97.76319,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2009","2009",97.96518,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2010","2010",97.95048,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2011","2011",98.01159,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2012","2012",93.04634,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2013","2013",95.63164,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2014","2014",94.92102,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2015","2015",97.51498,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2016","2016",98.97342,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2017","2017",98.90805,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PER","Peru","2018","2018",98.95546,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","1990","1990",95.62017,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","1991","1991",96.17548,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","1992","1992",96.37626,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","1993","1993",96.80467,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","1994","1994",95.65294,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","1995","1995",96.64849,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","1996","1996",98.36965,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","1997","1997",99.16958,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","2011","2011",98.21083,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","2012","2012",98.00989,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","2013","2013",99.40328,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","2014","2014",98.82537,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","2015","2015",98.48684,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MLT","Malta","2016","2016",97.5698,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBR","Liberia","1999","1999",40.83953,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBR","Liberia","2006","2006",35.27205,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBR","Liberia","2008","2008",41.39889,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBR","Liberia","2009","2009",38.64459,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBR","Liberia","2011","2011",39.88363,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBR","Liberia","2014","2014",37.19298,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBR","Liberia","2015","2015",36.35016,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","1999","1999",70.22443,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","2003","2003",82.6828,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","2004","2004",85.03996,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","2005","2005",85.84141,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","2008","2008",83.00523,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","2010","2010",89.24266,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","2012","2012",91.94109,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","2013","2013",92.16723,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","YEM","Yemen","2016","2016",88.48869,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","1999","1999",99.03472,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2000","2000",98.22612,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2001","2001",97.70037,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2002","2002",97.84491,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2003","2003",96.15385,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2004","2004",96.85886,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2005","2005",98.67084,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2006","2006",99.2361,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2007","2007",99.25831,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2008","2008",98.64324,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2010","2010",96.54048,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2011","2011",96.18403,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2012","2012",96.65457,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2013","2013",96.81417,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2014","2014",96.8471,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2015","2015",98.71354,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LUX","Luxembourg","2016","2016",99.51126,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","1991","1991",72.77757,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","1999","1999",96.95432,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2000","2000",97.52538,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2001","2001",93.74045,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2002","2002",93.91291,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2004","2004",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2005","2005",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2008","2008",99.64947,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2009","2009",99.46389,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2010","2010",99.26298,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2011","2011",99.39844,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2012","2012",96.35403,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2013","2013",93.18579,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2014","2014",92.46755,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2015","2015",95.07589,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2016","2016",93.91684,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COL","Colombia","2017","2017",94.09504,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","1990","1990",98.64874,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","1991","1991",98.65077,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","1993","1993",96.71166,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","1994","1994",96.07854,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","1995","1995",97.03785,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","1996","1996",95.92057,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","1999","1999",97.81864,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2000","2000",97.71185,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2001","2001",98.42669,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2002","2002",97.36396,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2003","2003",97.74179,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2004","2004",98.06465,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2005","2005",99.51711,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2006","2006",99.30372,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2007","2007",99.77238,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2008","2008",99.62092,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2009","2009",98.33983,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2010","2010",97.63436,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2011","2011",96.38975,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2012","2012",97.26517,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2013","2013",97.50924,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2014","2014",97.97434,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2015","2015",98.19414,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","USA","United States of America","2016","2016",99.64003,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1991","1991",90.62136,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1992","1992",91.54118,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1993","1993",93.23409,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1994","1994",93.69885,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","1995","1995",97.85773,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2010","2010",99.08159,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2011","2011",98.77467,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2013","2013",99.50863,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRN","Brunei Darussalam","2017","2017",100,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2005","2005",83.50676,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2006","2006",85.81267,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2007","2007",83.72124,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2008","2008",90.71965,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2009","2009",95.06156,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2010","2010",93.65656,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2011","2011",92.72659,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2012","2012",93.60537,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2013","2013",93.50438,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2014","2014",94.12829,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2015","2015",95.29777,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2016","2016",96.78356,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SUR","Suriname","2017","2017",92.08344,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","1990","1990",76.27655,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","1992","1992",80.52948,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","1998","1998",85.06505,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","1999","1999",84.88509,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2000","2000",86.63849,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2001","2001",87.35894,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2002","2002",88.40879,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2003","2003",88.17719,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2004","2004",85.67087,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2005","2005",85.60945,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2006","2006",83.4786,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2007","2007",85.60488,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2008","2008",85.26816,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2009","2009",85.22921,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2010","2010",85.14014,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2012","2012",87.31037,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2013","2013",89.84904,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NAM","Namibia","2017","2017",96.52979,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","1999","1999",85.81115,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2000","2000",87.30002,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2002","2002",96.45594,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2003","2003",93.35347,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2004","2004",84.8091,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2005","2005",85.98628,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2006","2006",84.26671,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2007","2007",91.14697,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2008","2008",87.5139,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2009","2009",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2010","2010",98.10302,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2011","2011",96.4888,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2012","2012",95.12799,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2013","2013",94.54835,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2014","2014",92.62503,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2015","2015",96.01235,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2016","2016",95.40851,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DOM","Dominican Republic","2017","2017",94.5992,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1990","1990",95.18573,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1991","1991",97.73862,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1992","1992",97.48633,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1993","1993",95.86266,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1994","1994",95.30892,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1995","1995",94.18283,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1996","1996",95.11089,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1998","1998",98.58649,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","1999","1999",99.70515,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","2000","2000",99.91953,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","2012","2012",99.47059,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","2013","2013",99.44992,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","2014","2014",99.40451,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","2015","2015",99.5981,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CAN","Canada","2016","2016",99.96224,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","1992","1992",96.68727,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","1994","1994",97.12163,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","1995","1995",95.78046,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","1996","1996",92.9044,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","1997","1997",93.33844,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","1998","1998",94.57136,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","1999","1999",94.55008,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2000","2000",94.8871,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2001","2001",98.05934,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2002","2002",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2003","2003",99.89916,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2004","2004",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2008","2008",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2009","2009",99.62022,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2013","2013",98.45285,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2015","2015",98.38975,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","FJI","Fiji","2016","2016",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","1997","1997",84.19539,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","1998","1998",99.79359,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","1999","1999",99.07918,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2000","2000",99.6043,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2001","2001",99.1381,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2002","2002",99.39347,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2003","2003",98.49845,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2004","2004",96.63286,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2005","2005",92.3423,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2006","2006",89.44864,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2007","2007",90.41709,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2008","2008",91.26326,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2009","2009",92.4845,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2010","2010",94.03683,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2011","2011",94.04449,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2012","2012",91.03676,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2013","2013",90.03186,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2014","2014",88.53975,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2015","2015",84.845,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2016","2016",85.79037,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LBN","Lebanon","2017","2017",89.94653,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2009","2009",90.60605,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2010","2010",96.4371,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2011","2011",96.56999,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2012","2012",99.6708,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2013","2013",95.59287,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2014","2014",94.85248,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2015","2015",99.29936,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2016","2016",97.71597,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","1990","1990",86.83554,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","1991","1991",86.64003,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","1992","1992",86.0317,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","1993","1993",85.80588,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","1994","1994",85.88601,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","1995","1995",86.13397,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","1996","1996",86.8246,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","1998","1998",99.16082,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","2001","2001",99.65111,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","2010","2010",99.58863,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","2011","2011",97.7316,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","2012","2012",99.69027,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","2013","2013",99.62456,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","2014","2014",99.55784,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRL","Ireland","2016","2016",99.98185,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","1990","1990",92.13541,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","1991","1991",94.23542,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","1992","1992",95.01185,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","1993","1993",95.47034,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","1994","1994",91.80748,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","1996","1996",95.22291,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","1999","1999",97.27999,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2000","2000",98.24423,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2001","2001",98.18588,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2002","2002",96.46126,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2003","2003",95.60997,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2004","2004",95.2002,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2005","2005",95.8036,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2006","2006",94.07464,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2007","2007",92.22957,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2008","2008",90.60354,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2009","2009",89.6712,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2010","2010",89.52011,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2011","2011",89.61732,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRY","Paraguay","2012","2012",89.04814,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HTI","Haiti","1997","1997",57.33735,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2005","2005",83.50676,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2006","2006",85.81267,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2007","2007",83.72124,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2008","2008",90.84026,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2009","2009",95.20661,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2010","2010",93.77548,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2011","2011",92.82243,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2012","2012",93.71212,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2013","2013",93.58402,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2014","2014",94.20134,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2015","2015",95.41995,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2016","2016",96.87806,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SUR","Suriname","2017","2017",92.19893,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2007","2007",95.01117,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2008","2008",94.60779,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2009","2009",92.6399,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2010","2010",93.31095,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2011","2011",92.06325,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2012","2012",91.50319,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2013","2013",90.74811,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2014","2014",90.89244,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2015","2015",91.69675,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2016","2016",93.0752,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHL","Chile","2017","2017",94.93226,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","1990","1990",96.02134,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","1991","1991",95.31539,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","1992","1992",95.50203,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","1993","1993",93.07034,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","1994","1994",92.24949,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","1995","1995",91.64531,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","1997","1997",92.04452,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","1999","1999",94.9789,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2000","2000",95.85532,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2001","2001",96.39444,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2002","2002",96.7181,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2003","2003",97.151,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2004","2004",97.47793,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2005","2005",97.79317,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2006","2006",98.05828,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2007","2007",98.51147,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2008","2008",97.72824,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2009","2009",95.32373,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2010","2010",96.06363,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2011","2011",95.21294,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2012","2012",93.84251,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2013","2013",93.53562,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2014","2014",94.8837,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2015","2015",94.97289,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUR","Turkey","2016","2016",94.44043,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2005","2005",99.51545,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2011","2011",96.63717,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2013","2013",97.273,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2015","2015",98.78065,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2016","2016",98.08805,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VCT","Saint Vincent and the Grenadines","2017","2017",98.88889,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1997","1997",83.12098,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1998","1998",84.97658,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1999","1999",86.91434,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2000","2000",92.68261,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2003","2003",97.70775,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2006","2006",94.85522,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2007","2007",95.91087,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2008","2008",94.60074,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2010","2010",93.64029,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2011","2011",97.5188,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2012","2012",97.40675,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2014","2014",95.06861,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2015","2015",95.28891,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2016","2016",92.78161,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2017","2017",90.56157,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1990","1990",51.7849,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1991","1991",51.01092,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1992","1992",50.99429,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1993","1993",50.42013,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1994","1994",49.43914,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1995","1995",49.27218,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1996","1996",49.36093,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1997","1997",49.8208,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1998","1998",49.38914,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1999","1999",49.82448,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2000","2000",53.18286,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2001","2001",56.93475,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2002","2002",70.71963,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2003","2003",78.40241,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2004","2004",82.62569,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2005","2005",86.8368,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2006","2006",92.53471,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2008","2008",94.07244,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2010","2010",88.07776,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2012","2012",83.15736,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2013","2013",81.20093,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2014","2014",80.22821,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2016","2016",82.07668,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2017","2017",82.07668,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","1992","1992",46.59158,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","1994","1994",67.64691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","1996","1996",85.32331,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","1997","1997",83.9743,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","1999","1999",91.32423,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2000","2000",92.03444,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2001","2001",95.53689,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2002","2002",98.48535,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2004","2004",99.91583,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2005","2005",94.51085,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2007","2007",96.65809,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2008","2008",97.63004,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2010","2010",97.97162,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2011","2011",98.56106,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2012","2012",99.47117,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2013","2013",99.30433,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2014","2014",99.33356,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2015","2015",99.66873,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2016","2016",98.57796,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KWT","Kuwait","2017","2017",93.09953,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","THA","Thailand","2006","2006",99.68809,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","THA","Thailand","2007","2007",99.23902,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","THA","Thailand","2008","2008",98.60382,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","THA","Thailand","2009","2009",98.23624,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","1990","1990",28.6081,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","1991","1991",29.22609,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","1992","1992",26.5711,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","1997","1997",29.36257,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","1998","1998",29.46443,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","1999","1999",31.23718,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2000","2000",31.84325,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2001","2001",36.1276,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2002","2002",40.49651,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2003","2003",44.58443,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2004","2004",48.63796,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2005","2005",48.09436,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2006","2006",49.29831,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2007","2007",50.3746,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2008","2008",53.31698,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2009","2009",57.07854,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2010","2010",61.16965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2011","2011",65.92439,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2012","2012",66.77459,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2013","2013",66.24781,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2014","2014",65.84318,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2015","2015",67.56633,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2016","2016",68.57253,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NER","Niger","2017","2017",71.40442,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","1996","1996",93.97737,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","1999","1999",94.76135,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2000","2000",93.67316,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2001","2001",94.91565,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2002","2002",94.76652,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2003","2003",94.53254,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2004","2004",98.7621,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2005","2005",96.27081,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2006","2006",97.71537,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2007","2007",96.56038,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2008","2008",95.99551,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2009","2009",95.12661,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2010","2010",96.07279,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2011","2011",95.84837,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2012","2012",99.7691,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2013","2013",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KGZ","Kyrgyzstan","2017","2017",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1990","1990",90.99487,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1991","1991",90.73129,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1992","1992",88.98564,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1993","1993",87.14972,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1994","1994",86.47749,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1995","1995",87.604,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1996","1996",86.77989,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1997","1997",87.34529,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1998","1998",94.06336,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","1999","1999",94.60049,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2000","2000",95.82367,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2001","2001",94.64761,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2002","2002",94.86078,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2003","2003",94.90856,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2004","2004",94.59493,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2005","2005",93.51101,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2006","2006",92.94593,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2007","2007",92.99759,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2010","2010",94.16567,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2011","2011",94.46459,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2012","2012",94.50995,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2013","2013",94.3544,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2014","2014",93.15789,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2015","2015",96.14833,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GRC","Greece","2016","2016",93.41945,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","1995","1995",82.28936,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","1996","1996",83.24985,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","1997","1997",83.49405,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2004","2004",88.50321,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2005","2005",88.31481,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2006","2006",92.01276,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2007","2007",96.39282,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2008","2008",94.93183,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2009","2009",94.77884,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2011","2011",96.56367,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2012","2012",97.59214,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2013","2013",99.27793,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2014","2014",99.46095,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GEO","Georgia","2017","2017",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1990","1990",92.48223,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1991","1991",91.98739,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1992","1992",93.96796,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1993","1993",94.86295,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1994","1994",97.20771,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1995","1995",97.03024,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1996","1996",99.46096,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1997","1997",99.30511,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1998","1998",98.93756,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","1999","1999",99.16084,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2000","2000",98.52321,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2001","2001",97.82343,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2002","2002",97.21141,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2003","2003",95.1349,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2004","2004",95.09163,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2005","2005",94.59338,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2006","2006",94.26749,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2007","2007",97.07421,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2008","2008",97.81489,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2009","2009",99.86604,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2012","2012",99.53701,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2013","2013",99.63668,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2014","2014",96.44831,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2015","2015",95.55186,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2016","2016",95.80721,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CUB","Cuba","2017","2017",97.10984,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","1990","1990",88.74613,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2000","2000",91.04334,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2001","2001",90.20978,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2002","2002",89.44898,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2003","2003",89.99512,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2007","2007",97.66641,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2008","2008",96.4151,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2009","2009",94.54788,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2010","2010",95.31672,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2011","2011",94.50242,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2012","2012",96.35576,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IND","India","2013","2013",97.08727,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2005","2005",99.70359,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2006","2006",99.86248,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2007","2007",98.34468,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2008","2008",97.99807,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2009","2009",96.088,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2010","2010",94.53637,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2011","2011",97.1249,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2012","2012",96.16415,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2013","2013",96.34152,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2014","2014",98.58827,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2015","2015",99.20623,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2016","2016",99.16856,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SRB","Serbia","2017","2017",98.56031,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1991","1991",99.41276,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1992","1992",97.00848,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1993","1993",98.02282,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1994","1994",97.93228,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1995","1995",99.10958,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1996","1996",99.858,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1997","1997",99.60338,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1998","1998",99.94365,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","1999","1999",99.73827,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2000","2000",98.11705,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2001","2001",95.02498,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2002","2002",94.75771,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2003","2003",93.38639,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2004","2004",92.87957,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2005","2005",90.60345,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2006","2006",92.30179,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2011","2011",92.37585,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2012","2012",93.15197,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2013","2013",94.37976,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2014","2014",96.32692,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2015","2015",98.65022,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2016","2016",98.78341,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BHR","Bahrain","2017","2017",99.61563,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","1990","1990",96.68877,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","1999","1999",81.40473,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2002","2002",96.46351,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2003","2003",97.79365,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2004","2004",98.98691,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2005","2005",98.79598,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2007","2007",89.60605,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2008","2008",90.66667,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2009","2009",91.5386,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2010","2010",91.56863,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2013","2013",90.84293,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2014","2014",91.40678,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2015","2015",91.37821,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","STP","Sao Tome and Principe","2017","2017",96.99594,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2003","2003",97.32857,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2005","2005",97.83755,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2006","2006",97.92023,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2007","2007",95.88454,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2008","2008",95.68817,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2012","2012",97.85907,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2015","2015",95.47068,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2016","2016",93.06334,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MNE","Montenegro","2017","2017",96.67019,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2000","2000",91.17327,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2001","2001",92.47719,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2002","2002",90.94118,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2003","2003",92.92707,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2004","2004",91.46523,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2005","2005",91.52601,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2006","2006",90.62948,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2007","2007",96.97556,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2008","2008",91.35499,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2009","2009",89.33432,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2010","2010",89.07251,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MMR","Myanmar","2017","2017",95.39447,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","1991","1991",96.1762,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","1999","1999",99.71474,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2003","2003",99.76401,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2004","2004",99.77726,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2005","2005",99.79142,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2006","2006",99.78902,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2007","2007",99.78265,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2008","2008",99.70831,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2009","2009",99.72201,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2010","2010",99.73649,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2011","2011",99.78265,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2012","2012",99.84079,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2013","2013",99.8545,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2014","2014",99.87164,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2015","2015",99.89378,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARG","Argentina","2016","2016",99.89457,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1990","1990",91.88461,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1991","1991",89.69107,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1992","1992",89.23525,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1993","1993",88.53266,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1996","1996",88.74022,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1997","1997",88.83834,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1999","1999",98.32206,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2000","2000",98.68084,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2001","2001",98.10549,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2002","2002",95.4751,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2003","2003",95.8479,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2004","2004",96.68633,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2005","2005",93.66074,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2007","2007",96.17866,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2008","2008",97.72514,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2009","2009",96.70825,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2010","2010",98.39894,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1990","1990",99.78042,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1991","1991",99.74355,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1992","1992",99.58179,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1993","1993",99.35114,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1994","1994",99.00285,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1995","1995",98.50498,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1996","1996",98.22801,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1997","1997",98.53438,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1998","1998",98.39601,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","1999","1999",98.62279,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2000","2000",99.19844,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2001","2001",98.18776,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2002","2002",97.90644,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2003","2003",98.68992,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2004","2004",98.60365,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2005","2005",99.75883,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2006","2006",99.79364,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2007","2007",99.86739,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2008","2008",99.97317,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2009","2009",99.61633,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2010","2010",99.80316,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2011","2011",99.57614,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2012","2012",97.32505,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2013","2013",94.47496,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2014","2014",94.7001,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2015","2015",97.36834,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KOR","Republic of Korea","2016","2016",96.56624,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1990","1990",69.47096,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1991","1991",69.83848,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1992","1992",70.93514,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1993","1993",73.29645,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1994","1994",73.88656,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1995","1995",75.49186,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1996","1996",78.67639,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1997","1997",78.73949,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1998","1998",80.39299,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","1999","1999",82.44655,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2000","2000",83.46855,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2001","2001",84.36627,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2002","2002",85.14078,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2003","2003",84.58635,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2009","2009",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2011","2011",98.06705,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2012","2012",99.30887,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2013","2013",99.8013,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2014","2014",99.45834,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2015","2015",99.41084,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2016","2016",99.64572,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","OMN","Oman","2017","2017",99.46743,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","1990","1990",97.08223,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","1991","1991",95.42091,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","1993","1993",93.58948,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","1999","1999",91.24229,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","2000","2000",92.75489,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","2001","2001",92.73641,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","2002","2002",91.58416,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","2003","2003",90.24662,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JAM","Jamaica","2004","2004",92.46758,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","1990","1990",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","1999","1999",82.37551,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2002","2002",98.63705,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2003","2003",99.07986,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2004","2004",99.94972,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2005","2005",99.84345,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2007","2007",88.92407,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2008","2008",90.2858,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2009","2009",89.83794,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2010","2010",90.57857,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2013","2013",90.63894,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2014","2014",91.65333,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2015","2015",92.42975,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","STP","Sao Tome and Principe","2017","2017",97.26132,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JOR","Jordan","1999","1999",90.27999,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JOR","Jordan","2000","2000",91.33078,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JOR","Jordan","2002","2002",93.89865,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JOR","Jordan","2003","2003",95.03225,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","JOR","Jordan","2004","2004",94.81328,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","1994","1994",22.6431,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","1995","1995",26.407,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","1996","1996",31.79984,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","1998","1998",40.26406,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","1999","1999",42.27711,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2000","2000",45.93273,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2001","2001",49.80668,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2002","2002",51.7587,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2003","2003",52.16133,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2004","2004",54.0846,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2005","2005",64.44042,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2006","2006",68.4183,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2007","2007",73.44423,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2008","2008",79.04041,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2009","2009",77.96313,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2010","2010",76.16722,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2011","2011",80.41736,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2012","2012",81.60716,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2014","2014",89.15534,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ETH","Ethiopia","2015","2015",89.13716,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","1992","1992",38.27604,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","1993","1993",41.58852,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","1996","1996",52.74527,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","1998","1998",58.24857,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","1999","1999",69.9049,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2000","2000",68.90091,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2001","2001",71.09073,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2002","2002",69.04351,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2003","2003",74.83454,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2004","2004",76.29953,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2005","2005",74.12602,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2006","2006",78.51477,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2007","2007",78.54381,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2008","2008",74.61169,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2010","2010",71.32773,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2011","2011",71.7254,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2012","2012",74.69117,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2013","2013",70.62888,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2014","2014",74.02255,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2015","2015",77.322,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2016","2016",79.83273,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2017","2017",82.58568,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GMB","Gambia","2018","2018",83.41252,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","1999","1999",96.17474,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2008","2008",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2009","2009",99.17154,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2010","2010",99.20635,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2011","2011",99.28084,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2012","2012",98.69957,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2013","2013",98.38855,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2014","2014",98.31099,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2015","2015",98.29063,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2016","2016",98.62211,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LVA","Latvia","2017","2017",98.88344,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",91.7936,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",92.47391,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",99.68401,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",99.6998,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",99.61318,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",99.63999,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",98.87654,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",98.70727,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","1994","1994",63.30942,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2000","2000",64.8426,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2001","2001",71.54407,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2002","2002",69.21467,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2003","2003",67.11783,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2008","2008",46.75576,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2009","2009",45.55095,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2010","2010",44.7819,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2011","2011",45.81602,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2012","2012",47.1531,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GNQ","Equatorial Guinea","2015","2015",44.55404,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","1994","1994",91.53608,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","1995","1995",90.49693,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","1996","1996",78.41574,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","1997","1997",86.99358,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","1998","1998",95.9623,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","1999","1999",96.10214,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2000","2000",96.56954,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2001","2001",96.93633,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2002","2002",97.04341,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2003","2003",95.92072,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2004","2004",95.55891,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2005","2005",96.34767,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2006","2006",96.95997,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2007","2007",96.14854,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2008","2008",97.0107,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2009","2009",97.49913,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2010","2010",97.26769,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2011","2011",96.62205,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2012","2012",96.12271,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2013","2013",95.96262,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2014","2014",96.18072,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2015","2015",96.35485,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HUN","Hungary","2016","2016",96.86148,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGD","Bangladesh","1990","1990",77.93072,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGD","Bangladesh","2005","2005",92.55315,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGD","Bangladesh","2006","2006",92.50831,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGD","Bangladesh","2008","2008",91.40438,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGD","Bangladesh","2009","2009",89.60678,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGD","Bangladesh","2010","2010",90.08332,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BGD","Bangladesh","2017","2017",92.1481,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","1990","1990",92.13541,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","1991","1991",94.23542,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","1992","1992",95.01185,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","1993","1993",95.47034,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","1994","1994",91.80748,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","1996","1996",95.22291,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","1999","1999",99.03943,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2000","2000",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2002","2002",98.42886,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2003","2003",97.78299,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2004","2004",97.29355,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2005","2005",97.6765,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2006","2006",96.02991,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2007","2007",94.05242,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2008","2008",92.27362,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2009","2009",91.08423,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2010","2010",90.93612,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2011","2011",90.96906,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRY","Paraguay","2012","2012",90.4244,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1990","1990",95.53484,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1991","1991",97.54184,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1992","1992",97.30131,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1993","1993",95.28579,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1994","1994",94.3394,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1995","1995",93.52788,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1996","1996",94.42892,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1998","1998",98.3882,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CAN","Canada","1999","1999",99.7777,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HTI","Haiti","1997","1997",57.33735,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","1998","1998",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","1999","1999",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2004","2004",99.69833,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2005","2005",99.92842,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2006","2006",99.95041,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2009","2009",98.80979,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2010","2010",96.22788,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2011","2011",93.8807,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2012","2012",91.24818,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2013","2013",90.84646,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2014","2014",90.60087,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2015","2015",90.82966,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2016","2016",91.5516,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BOL","Bolivia (Plurinational State of)","2017","2017",93.09357,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","1994","1994",97.32543,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","1996","1996",98.44095,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","1997","1997",98.86128,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","1998","1998",99.19494,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","1999","1999",97.72513,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2000","2000",97.82019,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2001","2001",98.50543,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2002","2002",98.54458,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2003","2003",97.3335,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2004","2004",95.4928,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2005","2005",95.67484,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2006","2006",96.88257,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2007","2007",98.4981,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2008","2008",99.60713,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2010","2010",99.58974,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2011","2011",98.98411,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2012","2012",98.45966,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2013","2013",97.83664,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2014","2014",97.78758,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2015","2015",98.63657,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ISL","Iceland","2016","2016",99.45691,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2003","2003",99.27602,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2004","2004",99.57471,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2006","2006",98.89952,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2007","2007",98.90215,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2008","2008",99.2176,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2009","2009",98.5204,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2010","2010",99.23579,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2011","2011",98.74935,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2012","2012",98.47929,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2014","2014",97.65833,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2015","2015",99.96651,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2016","2016",99.67552,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","1990","1990",83.79906,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","1991","1991",84.64483,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","1992","1992",84.6902,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","1993","1993",84.13743,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","1994","1994",83.37395,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","1995","1995",88.61247,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","1996","1996",90.65813,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","1999","1999",99.69332,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2000","2000",99.69748,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2001","2001",99.75809,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2002","2002",99.78436,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2003","2003",99.81484,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2010","2010",99.31767,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2011","2011",99.51996,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2012","2012",99.60936,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2013","2013",99.88952,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2014","2014",99.88305,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2015","2015",99.85906,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CHE","Switzerland","2016","2016",99.81835,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PNG","Papua New Guinea","2012","2012",71.22858,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PNG","Papua New Guinea","2016","2016",77.70604,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","1999","1999",96.88095,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2000","2000",96.74953,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2001","2001",96.38984,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2002","2002",95.45345,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2003","2003",94.44349,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2004","2004",93.64156,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2005","2005",93.01251,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2006","2006",93.11642,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2007","2007",93.24818,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2008","2008",93.52202,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2009","2009",94.26729,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2010","2010",94.75778,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2011","2011",94.77007,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2012","2012",95.27217,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2013","2013",95.55817,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2014","2014",95.30236,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2015","2015",95.1066,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","POL","Poland","2016","2016",95.50711,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","1994","1994",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","1998","1998",98.05795,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","1999","1999",97.64605,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2000","2000",99.32211,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2001","2001",99.57922,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2002","2002",99.22543,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2003","2003",99.67173,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2004","2004",97.63831,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2005","2005",99.15513,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","VUT","Vanuatu","2015","2015",99.04364,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1993","1993",87.90249,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1994","1994",90.87542,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1995","1995",91.66233,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1996","1996",92.05772,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1998","1998",99.45431,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2000","2000",93.13728,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2001","2001",86.05774,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2002","2002",93.39468,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2003","2003",95.10288,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2004","2004",95.37721,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2005","2005",95.51737,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","1990","1990",98.34533,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","1991","1991",98.62825,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","1993","1993",96.76664,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","1994","1994",95.74716,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","1995","1995",96.9449,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","1996","1996",95.70512,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","1999","1999",97.93124,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2000","2000",97.83366,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2001","2001",97.99495,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2002","2002",97.32489,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2003","2003",97.56648,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2004","2004",97.77793,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2005","2005",99.23454,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2006","2006",98.68435,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2007","2007",99.55501,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2008","2008",99.70673,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2009","2009",97.75749,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2010","2010",97.58749,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2011","2011",95.8711,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2012","2012",97.51406,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2013","2013",97.73349,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2014","2014",97.67179,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2015","2015",98.30105,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","USA","United States of America","2016","2016",99.70812,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1996","1996",93.94392,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1997","1997",95.01155,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1998","1998",97.46702,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","1999","1999",98.08024,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2000","2000",97.63294,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2001","2001",97.63023,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2002","2002",96.52694,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2003","2003",96.66831,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2004","2004",97.2336,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2005","2005",95.97069,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2006","2006",96.93964,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2007","2007",99.76948,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2008","2008",99.9409,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2009","2009",99.63684,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2010","2010",99.82327,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2011","2011",99.80481,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2012","2012",98.04474,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2013","2013",96.63148,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2014","2014",96.05627,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2015","2015",94.99842,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGR","Bulgaria","2016","2016",93.45689,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","1998","1998",96.16438,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","1999","1999",98.05755,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2000","2000",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2001","2001",99.36323,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2002","2002",99.48705,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2003","2003",99.8221,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2004","2004",99.68242,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2005","2005",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2006","2006",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2007","2007",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2008","2008",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2009","2009",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2010","2010",99.91931,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2011","2011",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2012","2012",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2013","2013",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2014","2014",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2015","2015",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LTU","Lithuania","2016","2016",100,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2002","2002",95.54701,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2004","2004",98.59472,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2005","2005",91.46391,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2007","2007",93.95063,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2008","2008",96.46783,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2009","2009",99.25497,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2013","2013",98.45533,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2014","2014",97.24038,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2015","2015",97.59585,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GRD","Grenada","2016","2016",97.36759,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","1991","1991",67.92734,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","1992","1992",75.54685,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","1993","1993",76.411,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","1994","1994",77.52096,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","1995","1995",81.0354,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","1996","1996",86.27679,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","1998","1998",96.40335,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","1999","1999",98.73183,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2000","2000",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2001","2001",99.48047,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2002","2002",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2004","2004",99.64292,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2005","2005",99.95747,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2006","2006",99.93822,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2007","2007",99.79097,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2008","2008",99.82833,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2009","2009",99.73748,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2010","2010",99.63914,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2011","2011",99.67356,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2012","2012",96.57135,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2013","2013",93.07877,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2014","2014",92.25812,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2015","2015",94.98513,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2016","2016",93.58118,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","COL","Colombia","2017","2017",93.68701,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2003","2003",99.22854,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2004","2004",99.43185,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2006","2006",98.85167,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2007","2007",98.90215,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2008","2008",99.2176,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2009","2009",98.5204,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2010","2010",99.18492,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2011","2011",98.69724,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2012","2012",98.47929,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2014","2014",97.49867,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2015","2015",99.80767,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LIE","Liechtenstein","2016","2016",99.31079,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","1990","1990",35.17,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","1991","1991",37.18403,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","1998","1998",47.97945,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","1999","1999",49.99677,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2000","2000",52.20842,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2001","2001",55.34644,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2002","2002",63.07774,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2003","2003",66.19337,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2004","2004",68.91421,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2005","2005",70.39075,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2006","2006",72.03868,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2007","2007",73.93876,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2008","2008",73.0691,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2009","2009",74.59389,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2010","2010",78.1451,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2011","2011",81.43729,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2012","2012",81.14298,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2013","2013",82.45635,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2014","2014",86.293,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GIN","Guinea","2016","2016",86.30938,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","1992","1992",97.96123,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","1993","1993",98.80626,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","1994","1994",99.01581,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","1995","1995",99.9328,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","1999","1999",99.82186,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2000","2000",99.81445,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2001","2001",97.59441,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2002","2002",96.47259,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2003","2003",95.79683,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2004","2004",95.10547,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2005","2005",92.2918,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2006","2006",94.96169,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2011","2011",92.98872,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2012","2012",93.57231,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2013","2013",94.3114,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2014","2014",96.32068,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2015","2015",98.47636,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2016","2016",98.75164,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BHR","Bahrain","2017","2017",98.72717,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","1991","1991",96.53405,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","1992","1992",95.09398,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","1993","1993",97.66637,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","1994","1994",97.04167,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","1995","1995",97.07828,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","1996","1996",97.5397,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","1999","1999",99.13221,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2000","2000",99.19199,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2001","2001",99.1812,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2002","2002",98.94533,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2003","2003",97.96697,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2004","2004",96.35918,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2005","2005",95.99092,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2006","2006",96.3076,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2007","2007",97.2446,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2008","2008",97.84037,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2009","2009",97.77111,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2010","2010",97.5267,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2011","2011",97.6514,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2012","2012",97.99541,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2013","2013",98.0335,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2014","2014",97.97332,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2015","2015",98.38075,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BEL","Belgium","2016","2016",98.66219,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","1995","1995",80.25475,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","1996","1996",84.03193,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","1997","1997",83.93936,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","1998","1998",87.46285,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","1999","1999",89.78462,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2000","2000",91.86485,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2001","2001",92.95318,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2002","2002",92.10091,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2003","2003",85.39397,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2004","2004",92.81378,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2005","2005",91.80266,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2006","2006",96.82204,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2007","2007",99.06637,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2009","2009",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2010","2010",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2011","2011",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2012","2012",99.76647,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2013","2013",97.19179,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2014","2014",97.10464,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2015","2015",98.99914,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2016","2016",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MNG","Mongolia","2017","2017",100,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MWI","Malawi","1999","1999",93.93959,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MWI","Malawi","2004","2004",99.01613,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MWI","Malawi","2005","2005",98.43177,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MWI","Malawi","2006","2006",97.44393,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MWI","Malawi","2007","2007",93.38706,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MWI","Malawi","2008","2008",99.24728,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MWI","Malawi","2009","2009",98.68938,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CRI","Costa Rica","1990","1990",87.95658,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CRI","Costa Rica","1991","1991",88.66804,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CRI","Costa Rica","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CRI","Costa Rica","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CRI","Costa Rica","2013","2013",99.19616,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CRI","Costa Rica","2014","2014",96.75929,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CRI","Costa Rica","2015","2015",96.70114,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CRI","Costa Rica","2016","2016",96.98752,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","1994","1994",96.9914,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","1998","1998",95.96182,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","1999","1999",97.59943,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2000","2000",98.27475,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2001","2001",97.72662,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2002","2002",96.5342,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2003","2003",97.0259,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2004","2004",99.26262,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2005","2005",99.50172,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2006","2006",94.28063,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2007","2007",94.55419,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2008","2008",95.39367,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2009","2009",95.03779,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2010","2010",96.59556,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2011","2011",97.31922,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2012","2012",99.12905,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2013","2013",99.82561,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2015","2015",99.4427,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2016","2016",99.02043,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MYS","Malaysia","2017","2017",98.44927,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","1995","1995",86.0757,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","1996","1996",89.90886,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","1999","1999",99.9837,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2000","2000",99.97796,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2001","2001",99.97669,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2003","2003",98.06214,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2004","2004",97.12825,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2005","2005",96.52021,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2006","2006",95.78034,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2007","2007",96.96103,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2008","2008",96.17617,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2009","2009",95.68056,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2010","2010",98.60802,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2011","2011",99.76989,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2012","2012",99.81295,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2013","2013",98.22084,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2014","2014",94.57792,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2015","2015",94.2754,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EST","Estonia","2016","2016",94.32773,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2005","2005",96.99077,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2011","2011",96.74306,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2013","2013",95.21471,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2015","2015",98.76851,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2016","2016",98.10735,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","VCT","Saint Vincent and the Grenadines","2017","2017",97.79099,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1992","1992",46.9865,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1994","1994",67.87883,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1996","1996",88.97302,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1997","1997",88.5098,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1998","1998",94.89096,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","1999","1999",94.34537,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2000","2000",90.99809,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2001","2001",90.58577,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2002","2002",93.17917,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2003","2003",92.74503,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2004","2004",94.40781,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2005","2005",92.36492,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2007","2007",97.77835,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2008","2008",98.80189,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2010","2010",98.69143,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2011","2011",99.10008,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2012","2012",98.37233,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2013","2013",97.46783,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2014","2014",97.37966,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2015","2015",97.59156,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2016","2016",96.73618,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KWT","Kuwait","2017","2017",93.19527,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","1991","1991",92.00001,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","1992","1992",93.96114,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","1993","1993",94.65699,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","1994","1994",93.03484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","1995","1995",92.54347,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","1996","1996",92.04797,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","1997","1997",92.19711,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2005","2005",97.5638,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2006","2006",99.94732,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2007","2007",98.09974,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2008","2008",99.25718,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2009","2009",99.44372,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2010","2010",99.8424,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2013","2013",99.49687,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2014","2014",94.50714,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2015","2015",97.69772,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","URY","Uruguay","2016","2016",98.34596,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","1999","1999",96.45798,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2000","2000",96.70675,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2001","2001",96.15704,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2002","2002",98.10922,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2003","2003",97.8363,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2004","2004",98.15298,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2005","2005",97.70769,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2006","2006",97.14765,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2007","2007",96.0777,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2008","2008",98.23469,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2009","2009",98.70415,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2010","2010",98.84038,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2011","2011",98.59849,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2012","2012",98.59897,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2013","2013",97.54193,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2014","2014",96.21215,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2015","2015",95.66019,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2016","2016",95.86802,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TJK","Tajikistan","2017","2017",98.88959,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","1990","1990",92.28523,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","1993","1993",92.63951,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","1998","1998",94.04305,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","1999","1999",93.41083,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","2001","2001",99.04268,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","2004","2004",98.10412,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","2005","2005",98.82917,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","2006","2006",98.91855,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","2012","2012",98.42276,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","2013","2013",96.05037,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","2014","2014",98.69209,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TON","Tonga","2015","2015",99.93796,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","1999","1999",97.2424,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2000","2000",97.04599,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2001","2001",96.71048,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2002","2002",95.77048,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2003","2003",94.78616,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2004","2004",93.99534,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2005","2005",93.36136,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2006","2006",93.47761,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2007","2007",93.6075,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2008","2008",94.22011,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2009","2009",94.81505,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2010","2010",95.28051,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2011","2011",95.16849,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2012","2012",95.68619,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2013","2013",95.94119,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2014","2014",95.30236,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2015","2015",95.1066,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","POL","Poland","2016","2016",95.50711,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","1990","1990",84.49339,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","1991","1991",80.65712,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","1992","1992",77.54967,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","1993","1993",77.55951,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","1994","1994",82.26238,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","1998","1998",94.59602,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","1999","1999",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2000","2000",98.18299,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2001","2001",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2002","2002",97.16053,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2003","2003",94.81878,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2004","2004",92.92199,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2005","2005",98.55866,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2006","2006",98.26157,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2007","2007",99.93281,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2011","2011",99.21979,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2012","2012",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2013","2013",96.47421,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2014","2014",95.94827,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2015","2015",97.59257,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2016","2016",97.68765,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","QAT","Qatar","2017","2017",98.36855,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","1990","1990",72.4667,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","1991","1991",73.01808,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","1992","1992",74.07921,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","1993","1993",72.85402,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","1994","1994",72.91708,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","1995","1995",74.01698,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","1996","1996",71.73002,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","2009","2009",74.26113,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","2010","2010",79.87873,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","2011","2011",82.90635,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","2012","2012",80.59811,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","2013","2013",76.64068,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","2014","2014",77.46986,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","2015","2015",76.64966,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SWZ","Eswatini","2016","2016",76.48691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","1999","1999",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2000","2000",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2003","2003",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2004","2004",99.78987,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2005","2005",97.03656,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2006","2006",95.91195,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2007","2007",89.10196,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2008","2008",89.43249,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2009","2009",98.76765,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2013","2013",99.86985,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DMA","Dominica","2016","2016",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","1997","1997",89.79967,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","1998","1998",91.3066,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","1999","1999",92.15667,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2000","2000",97.87388,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2003","2003",99.64974,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2006","2006",95.67571,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2007","2007",97.74738,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2008","2008",96.41851,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2010","2010",94.55932,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2011","2011",99.76249,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2012","2012",99.68008,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2014","2014",96.10171,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2015","2015",94.03066,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2016","2016",92.80914,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","KHM","Cambodia","2017","2017",90.76655,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","1994","1994",50.7578,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","1995","1995",57.36864,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","1996","1996",59.80726,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","1998","1998",61.50818,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","1999","1999",60.25053,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2000","2000",60.437,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2001","2001",64.11006,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2002","2002",62.57533,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2003","2003",65.24633,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2004","2004",71.55555,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2005","2005",69.75705,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2006","2006",72.38181,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2007","2007",72.89879,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2008","2008",69.0851,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2009","2009",68.67826,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2010","2010",68.94387,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2011","2011",69.02389,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2012","2012",67.35926,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2013","2013",70.71878,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2014","2014",72.76513,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2016","2016",69.35297,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MRT","Mauritania","2017","2017",74.787,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","1999","1999",63.07819,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2000","2000",66.14508,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2004","2004",67.89302,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2005","2005",68.33555,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2006","2006",68.7959,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2007","2007",71.6373,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2008","2008",64.86539,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2009","2009",65.95521,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NGA","Nigeria","2010","2010",65.94879,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","1995","1995",89.37898,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2008","2008",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2009","2009",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2010","2010",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2011","2011",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2012","2012",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2013","2013",97.74352,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2014","2014",98.42064,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2015","2015",98.73162,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BLR","Belarus","2017","2017",100,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1990","1990",99.78498,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1992","1992",99.70465,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1993","1993",98.85083,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1994","1994",98.4674,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1995","1995",98.15304,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1996","1996",98.30724,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1997","1997",84.34029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1998","1998",99.8318,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","1999","1999",99.70402,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2000","2000",99.83655,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2001","2001",99.84902,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2002","2002",99.85673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2003","2003",99.89115,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2004","2004",99.4396,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2005","2005",98.66178,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2006","2006",98.9296,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2007","2007",99.15116,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2008","2008",99.39742,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2009","2009",99.31694,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2010","2010",99.23571,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2011","2011",99.50677,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2012","2012",99.90127,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2013","2013",99.80371,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2014","2014",99.78686,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2015","2015",99.62034,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2016","2016",99.691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NOR","Norway","2017","2017",99.83107,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",87.85376,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",90.48033,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",92.76978,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",96.17972,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",94.57524,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",94.69524,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",94.05015,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",94.06599,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",95.3292,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",93.25375,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",94.85205,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",95.54935,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",95.52618,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",94.11248,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",93.41389,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",93.65705,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",92.60156,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",89.50309,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",86.71202,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1990","1990",97.84123,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1991","1991",98.31617,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1992","1992",97.33748,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1993","1993",96.83258,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1994","1994",98.57861,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1995","1995",98.44747,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1996","1996",98.0899,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1998","1998",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","1999","1999",99.56254,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2000","2000",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2004","2004",98.85243,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2005","2005",98.55568,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2006","2006",98.99227,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2007","2007",99.66723,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2008","2008",99.49936,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2009","2009",99.29479,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2010","2010",98.93468,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2011","2011",99.19586,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2012","2012",99.52811,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2013","2013",99.7465,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2014","2014",99.62174,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2015","2015",99.96141,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DNK","Denmark","2016","2016",99.97912,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","1990","1990",96.65634,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","1992","1992",89.23549,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","1999","1999",98.93178,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2000","2000",97.51791,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2001","2001",97.08859,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2002","2002",93.41698,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2003","2003",93.34011,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2004","2004",92.77596,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2005","2005",92.36701,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2006","2006",94.79815,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2007","2007",98.13866,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2008","2008",99.16772,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2009","2009",98.07135,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2010","2010",98.65475,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2011","2011",96.00827,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2014","2014",92.86559,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2015","2015",93.91805,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2016","2016",94.55913,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRB","Barbados","2017","2017",90.71765,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","1991","1991",92.4963,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","1992","1992",90.46539,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","1993","1993",88.64869,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","1995","1995",90.62853,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","1996","1996",89.03723,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","2003","2003",90.88626,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","2008","2008",98.60983,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","2009","2009",93.04791,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","2010","2010",96.40561,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","2011","2011",98.11723,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUY","Guyana","2012","2012",95.52206,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","1992","1992",99.60283,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","1993","1993",98.10938,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","1994","1994",97.98367,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","1995","1995",98.90593,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","1996","1996",99.76064,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","1997","1997",99.49346,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","1999","1999",99.58104,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2000","2000",95.99746,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2001","2001",95.88284,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2002","2002",95.81389,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2003","2003",95.59075,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2004","2004",95.4637,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2005","2005",98.97547,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2006","2006",99.10871,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2007","2007",98.88381,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2008","2008",98.50922,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2009","2009",98.13062,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2010","2010",97.87116,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2011","2011",98.68595,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2012","2012",98.40213,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2013","2013",98.50656,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2014","2014",98.6257,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2015","2015",98.76163,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FRA","France","2016","2016",98.83367,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1991","1991",99.7586,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1992","1992",99.91029,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1993","1993",98.86724,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1994","1994",99.01111,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1995","1995",98.30203,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1996","1996",98.28682,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","1997","1997",99.13285,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2000","2000",99.86418,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2001","2001",97.61279,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2014","2014",97.64958,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2015","2015",96.86966,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2016","2016",98.1342,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KIR","Kiribati","2017","2017",96.5445,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","1990","1990",99.70668,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","1991","1991",98.24415,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","1992","1992",99.61949,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","1993","1993",99.7253,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","1994","1994",98.35498,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","1995","1995",99.4822,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","1996","1996",99.57922,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2000","2000",97.02278,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2004","2004",99.14767,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2005","2005",99.27224,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2006","2006",99.06484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2009","2009",99.36942,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2010","2010",99.48989,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2011","2011",99.02861,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2012","2012",99.11536,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2013","2013",98.97529,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2014","2014",98.1111,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2015","2015",97.14657,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRT","Portugal","2016","2016",96.43135,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2001","2001",98.47245,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2002","2002",98.216,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2003","2003",97.29606,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2004","2004",95.68662,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2005","2005",94.66565,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2006","2006",93.56866,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2007","2007",91.648,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2008","2008",89.28531,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2009","2009",87.6743,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2010","2010",86.91486,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2011","2011",85.66434,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2012","2012",86.19635,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2013","2013",86.19719,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2014","2014",86.30261,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2015","2015",86.50372,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2016","2016",85.57316,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CPV","Cabo Verde","2017","2017",85.50963,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1990","1990",99.574,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1991","1991",99.50312,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1992","1992",99.19184,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1993","1993",98.75138,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1994","1994",98.09251,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1995","1995",97.16095,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1996","1996",96.65739,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1997","1997",97.24947,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1998","1998",96.9984,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","1999","1999",97.42328,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2000","2000",98.58438,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2001","2001",97.92512,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2002","2002",97.78062,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2003","2003",98.72442,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2004","2004",98.71851,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2006","2006",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2007","2007",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2008","2008",99.94863,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2009","2009",99.53359,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2010","2010",99.6236,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2011","2011",99.19001,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2012","2012",96.85569,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2013","2013",94.01362,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2014","2014",94.29,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2015","2015",97.03681,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KOR","Republic of Korea","2016","2016",96.38343,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1990","1990",67.5169,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1991","1991",70.16238,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1992","1992",73.57789,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1993","1993",74.32349,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1994","1994",75.22335,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1995","1995",73.43442,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1996","1996",72.71306,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","1999","1999",82.65891,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2000","2000",85.93254,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2001","2001",90.18282,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2002","2002",97.42727,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2004","2004",99.17344,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2005","2005",99.3626,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2006","2006",98.36495,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2007","2007",98.10733,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2008","2008",98.97133,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NIC","Nicaragua","2010","2010",98.41027,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1992","1992",61.97841,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1993","1993",67.20993,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1994","1994",71.15155,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1996","1996",72.18727,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1997","1997",74.49848,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1998","1998",77.82756,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","1999","1999",78.09873,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2000","2000",78.94843,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2001","2001",78.29392,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2002","2002",79.53385,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2003","2003",82.15989,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2004","2004",82.37521,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2005","2005",83.52715,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2006","2006",85.21468,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2007","2007",87.69313,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2008","2008",89.84039,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2009","2009",91.65692,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2010","2010",96.30304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2011","2011",95.79309,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2012","2012",95.79401,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2013","2013",97.68857,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2014","2014",97.96733,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2015","2015",96.15635,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2016","2016",95.43056,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LAO","Lao People's Democratic Republic","2017","2017",93.83932,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2007","2007",91.77754,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2008","2008",90.45223,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2009","2009",89.95148,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2010","2010",90.84839,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2011","2011",91.51655,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2012","2012",93.2047,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2013","2013",94.55287,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2014","2014",95.76066,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2015","2015",96.39316,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2016","2016",96.78975,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UZB","Uzbekistan","2017","2017",97.7227,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","1999","1999",98.72436,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2000","2000",97.99226,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2001","2001",96.86702,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2002","2002",94.72127,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2003","2003",92.79219,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2004","2004",93.10495,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2005","2005",96.73629,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2006","2006",97.84125,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2007","2007",98.25633,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2008","2008",98.73493,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2009","2009",97.82105,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ABW","Aruba","2014","2014",99.3963,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JPN","Japan","1991","1991",99.52518,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JPN","Japan","1992","1992",99.22129,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JPN","Japan","1994","1994",99.7614,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JPN","Japan","2013","2013",98.87755,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JPN","Japan","2014","2014",98.50649,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JPN","Japan","2015","2015",98.96358,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JPN","Japan","2016","2016",98.43612,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","1994","1994",96.85193,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","1995","1995",93.44272,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2006","2006",93.62212,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2007","2007",94.23351,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2008","2008",95.35748,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2009","2009",96.99792,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2011","2011",97.85206,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2012","2012",97.96649,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2013","2013",98.12361,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2014","2014",97.00675,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2015","2015",98.16449,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","RUS","Russian Federation","2016","2016",98.17303,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2002","2002",69.7029,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2003","2003",70.15436,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2004","2004",76.32359,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2005","2005",77.16229,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2006","2006",73.48107,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2007","2007",77.08515,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2008","2008",77.53204,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2009","2009",78.57966,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2010","2010",80.11042,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2011","2011",76.71698,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2012","2012",75.79127,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2013","2013",74.54643,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2014","2014",78.31262,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2015","2015",79.12941,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2016","2016",83.71153,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PAK","Pakistan","2017","2017",81.89384,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","1997","1997",67.43367,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","1999","1999",77.56589,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2000","2000",80.81671,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2001","2001",80.22159,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2002","2002",83.97844,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2004","2004",89.0495,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2005","2005",90.89891,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2006","2006",92.74696,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2007","2007",94.1947,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2008","2008",94.39914,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2009","2009",97.82515,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2010","2010",97.69959,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2011","2011",95.54004,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2012","2012",92.54928,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2013","2013",90.23105,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2014","2014",88.36144,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2015","2015",88.0288,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2016","2016",87.40542,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GTM","Guatemala","2017","2017",88.44148,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2000","2000",100,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2001","2001",100,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2002","2002",100,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2003","2003",98.90147,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2004","2004",98.32433,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2005","2005",95.27604,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2006","2006",92.37116,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2007","2007",91.47919,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2008","2008",91.87705,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2009","2009",91.58588,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2010","2010",91.55068,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2011","2011",91.92681,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2012","2012",91.90496,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2013","2013",92.07307,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2014","2014",92.21641,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2015","2015",91.58495,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2016","2016",91.54125,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MDA","Republic of Moldova","2017","2017",90.85235,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","1999","1999",97.60363,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2000","2000",97.8504,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2001","2001",98.31107,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2002","2002",97.98948,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2003","2003",98.07804,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2004","2004",97.65868,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2005","2005",97.5462,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2006","2006",97.06857,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2007","2007",97.29746,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2008","2008",97.26902,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2009","2009",96.96839,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2010","2010",97.38258,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2011","2011",97.01558,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2012","2012",97.66445,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2013","2013",97.25965,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2014","2014",97.05925,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2015","2015",97.55669,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2016","2016",97.05258,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ISR","Israel","2017","2017",97.32355,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AGO","Angola","1998","1998",48.91116,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AGO","Angola","2008","2008",88.58247,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AGO","Angola","2009","2009",87.28514,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AGO","Angola","2010","2010",89.23847,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AGO","Angola","2011","2011",91.71969,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","1990","1990",99.30465,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","1998","1998",93.3393,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","1999","1999",88.6377,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2001","2001",88.83529,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2002","2002",88.86945,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2003","2003",89.43692,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2004","2004",88.71206,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2005","2005",87.85861,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2006","2006",86.17106,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2007","2007",86.36038,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2008","2008",87.37408,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2009","2009",89.29528,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2014","2014",95.84242,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2015","2015",95.54356,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PHL","Philippines","2016","2016",95.00564,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","1999","1999",93.93959,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2002","2002",97.01636,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2004","2004",99.01613,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2005","2005",98.43177,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2006","2006",97.44393,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2007","2007",93.38706,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2008","2008",99.24728,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2009","2009",98.68938,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2013","2013",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2015","2015",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2016","2016",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MWI","Malawi","2017","2017",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","1990","1990",72.4667,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","1991","1991",73.01808,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","1992","1992",74.07921,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","1993","1993",72.85402,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","1994","1994",72.91708,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","1995","1995",74.01698,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","1996","1996",71.73002,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","2009","2009",74.26113,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","2010","2010",79.87873,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","2011","2011",86.1318,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","2012","2012",80.59811,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","2013","2013",76.64068,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","2014","2014",77.46986,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","2015","2015",76.64966,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SWZ","Eswatini","2016","2016",76.48691,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1992","1992",88.53601,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1993","1993",88.8767,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1994","1994",92.61088,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","1999","1999",91.28664,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2004","2004",94.39459,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2005","2005",98.58275,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2006","2006",97.12982,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2007","2007",98.66083,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2008","2008",98.60771,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2009","2009",96.19411,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2010","2010",97.7993,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BHS","Bahamas","2016","2016",88.36775,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","1994","1994",95.57028,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","1995","1995",94.88765,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","1997","1997",95.68092,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","1999","1999",99.02582,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2006","2006",99.85337,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2007","2007",99.88441,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2008","2008",98.8384,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2009","2009",96.12815,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2010","2010",96.73566,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2011","2011",95.81903,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2012","2012",94.40547,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2013","2013",94.10717,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2014","2014",95.41339,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2015","2015",95.42049,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TUR","Turkey","2016","2016",94.818,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1995","1995",92.86288,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","1996","1996",92.80038,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2012","2012",99.31478,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2013","2013",99.11449,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2014","2014",98.87861,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2015","2015",98.70775,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2016","2016",98.14645,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HKG","China, Hong Kong Special Administrative Region","2017","2017",98.04197,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","1990","1990",52.65939,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","1991","1991",55.47216,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","1994","1994",52.38403,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","1995","1995",60.42983,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","1996","1996",66.58821,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","1997","1997",64.91184,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","1999","1999",77.53482,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2001","2001",78.97572,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2002","2002",82.16715,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2003","2003",81.03472,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2004","2004",84.21309,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2005","2005",84.26298,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2006","2006",86.69889,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2007","2007",84.13498,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2008","2008",85.82692,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2014","2014",88.27726,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2015","2015",93.12443,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2016","2016",88.08816,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TGO","Togo","2017","2017",88.73195,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","1990","1990",45.42604,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","1991","1991",42.51722,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","2005","2005",40.21559,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","2006","2006",40.37377,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","2007","2007",46.89157,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","2008","2008",55.48069,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","2009","2009",55.52908,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","2010","2010",58.1526,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","2011","2011",56.79053,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CAF","Central African Republic","2012","2012",60.17263,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RWA","Rwanda","1999","1999",80.53763,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RWA","Rwanda","2002","2002",81.8159,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RWA","Rwanda","2003","2003",88.18091,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RWA","Rwanda","2016","2016",95.74104,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","RWA","Rwanda","2017","2017",94.00874,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COM","Comoros","1994","1994",62.29609,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COM","Comoros","1999","1999",56.2346,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COM","Comoros","2000","2000",62.13601,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COM","Comoros","2007","2007",76.25053,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COM","Comoros","2013","2013",85.55793,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COM","Comoros","2014","2014",85.34318,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COM","Comoros","2017","2017",84.69881,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1990","1990",98.95818,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1991","1991",99.66216,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1992","1992",99.34952,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1993","1993",99.9868,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1994","1994",99.9829,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1995","1995",99.95608,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1996","1996",99.94393,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1997","1997",99.93536,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","1999","1999",99.97357,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2000","2000",99.83478,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2001","2001",99.85834,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2002","2002",99.90453,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2003","2003",99.98936,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2004","2004",99.96247,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2005","2005",99.78463,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2006","2006",99.84665,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2007","2007",99.96028,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2008","2008",99.94078,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2009","2009",99.8234,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2010","2010",99.78741,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2011","2011",99.84215,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2012","2012",99.82416,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2013","2013",99.28128,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2014","2014",98.72919,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2015","2015",99.1357,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ESP","Spain","2016","2016",98.71866,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","1990","1990",65.41463,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2000","2000",76.65289,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2001","2001",77.37759,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2002","2002",77.78325,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2003","2003",87.33408,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2007","2007",96.2184,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2008","2008",97.65325,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2009","2009",96.8966,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2010","2010",97.19915,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2011","2011",97.18575,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2012","2012",97.71529,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IND","India","2013","2013",98.44863,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2005","2005",97.58036,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2011","2011",87.93139,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2012","2012",83.47862,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1998","1998",92.89481,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","1999","1999",92.84328,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2000","2000",98.53879,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2001","2001",96.76085,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2002","2002",95.62648,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2003","2003",94.59683,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2004","2004",95.43304,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2005","2005",95.17684,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2006","2006",93.17297,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2007","2007",93.64527,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2008","2008",91.85659,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2009","2009",93.36815,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2010","2010",96.37419,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2012","2012",92.20103,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2013","2013",90.94762,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2014","2014",92.12062,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MKD","The former Yugoslav Republic of Macedonia","2015","2015",94.97715,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","1999","1999",97.3414,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2000","2000",97.10292,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2001","2001",96.74021,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2002","2002",96.99932,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2003","2003",95.87842,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2004","2004",96.52098,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2005","2005",97.75731,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2006","2006",98.25596,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2007","2007",98.36038,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2008","2008",97.63075,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2010","2010",95.28671,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2011","2011",94.61378,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2012","2012",95.6188,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2013","2013",95.20458,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2014","2014",95.96032,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2015","2015",97.64964,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","LUX","Luxembourg","2016","2016",98.79947,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1990","1990",91.12493,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1991","1991",90.82073,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1992","1992",88.84252,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1993","1993",87.13571,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1994","1994",86.50743,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1995","1995",86.69593,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1996","1996",86.42129,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1997","1997",87.09534,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1998","1998",93.77438,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","1999","1999",94.37026,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2000","2000",95.67109,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2001","2001",94.50524,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2002","2002",95.10889,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2003","2003",95.25844,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2004","2004",95.56629,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2005","2005",94.37571,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2006","2006",93.91954,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2007","2007",93.81423,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2010","2010",94.91491,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2011","2011",95.18002,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2012","2012",95.14748,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2013","2013",95.01943,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2014","2014",93.63214,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2015","2015",94.42162,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GRC","Greece","2016","2016",93.58515,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","1999","1999",41.09881,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","2003","2003",58.33168,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","2004","2004",61.77711,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","2005","2005",65.2667,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","2008","2008",68.70394,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","2010","2010",73.09665,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","2012","2012",76.85497,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","2013","2013",77.89132,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","YEM","Yemen","2016","2016",77.92938,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NRU","Nauru","2007","2007",79.91277,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NRU","Nauru","2012","2012",77.4003,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NRU","Nauru","2014","2014",91.05474,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NRU","Nauru","2016","2016",86.49262,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1991","1991",89.07874,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1992","1992",91.82186,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1993","1993",95.47012,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1994","1994",95.22388,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","1995","1995",98.15429,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2009","2009",97.07644,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2012","2012",96.3067,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2013","2013",97.71815,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2014","2014",96.10052,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2015","2015",95.28221,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2016","2016",96.44565,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRN","Brunei Darussalam","2017","2017",96.21816,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","1991","1991",67.92734,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","1992","1992",75.54685,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","1993","1993",76.411,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","1994","1994",77.52096,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","1995","1995",81.0354,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","1996","1996",86.27679,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","1998","1998",93.92676,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","1999","1999",96.33988,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2000","2000",97.53765,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2001","2001",97.08447,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2002","2002",97.58325,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2004","2004",97.19076,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2005","2005",97.45559,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2006","2006",96.38914,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2007","2007",95.77774,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2008","2008",96.28751,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2009","2009",96.85225,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2010","2010",97.22105,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2011","2011",97.31896,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2012","2012",94.35066,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2013","2013",93.07877,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2014","2014",92.25812,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2015","2015",93.16819,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2016","2016",93.58118,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COL","Colombia","2017","2017",93.68701,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","1996","1996",95.10436,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","1997","1997",95.78897,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","1998","1998",98.86347,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","1999","1999",98.91149,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2000","2000",98.43682,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2001","2001",98.40929,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2002","2002",96.82243,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2003","2003",96.75503,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2004","2004",97.29468,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2005","2005",96.02534,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2006","2006",97.16862,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2008","2008",99.88497,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2009","2009",99.2935,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2010","2010",99.65645,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2011","2011",99.62074,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2012","2012",98.01683,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2013","2013",96.6503,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2014","2014",95.88533,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2015","2015",95.09812,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BGR","Bulgaria","2016","2016",93.6726,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","1999","1999",85.65341,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2000","2000",86.67423,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2002","2002",90.64583,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2003","2003",87.19125,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2004","2004",85.51944,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2005","2005",86.93602,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2006","2006",85.78473,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2007","2007",90.94132,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2008","2008",87.3521,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2009","2009",91.20271,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2010","2010",92.11449,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2011","2011",93.52514,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2012","2012",92.63183,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2013","2013",92.7051,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2014","2014",91.12181,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2015","2015",95.04055,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2016","2016",95.17579,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","DOM","Dominican Republic","2017","2017",94.47021,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","1993","1993",88.46001,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","1994","1994",89.9114,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","1995","1995",90.20965,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","1996","1996",90.99026,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","2000","2000",91.46736,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","2001","2001",85.26823,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","2002","2002",93.54493,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","2003","2003",95.89505,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","2004","2004",95.67459,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SYC","Seychelles","2005","2005",96.26168,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","1992","1992",96.65084,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","1994","1994",97.00294,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","1995","1995",95.49458,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","1996","1996",93.14649,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","1997","1997",93.57111,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","1998","1998",94.54698,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","1999","1999",94.24913,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2000","2000",94.86165,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2001","2001",97.93682,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2002","2002",99.21518,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2003","2003",99.30016,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2004","2004",99.15461,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2006","2006",99.12621,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2007","2007",99.61569,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2008","2008",99.32755,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2009","2009",99.37647,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2011","2011",99.03984,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2012","2012",98.6874,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2013","2013",97.12085,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2015","2015",98.02939,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","FJI","Fiji","2016","2016",99.9319,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","1994","1994",91.95907,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","1995","1995",92.31486,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","1996","1996",93.27955,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","1997","1997",95.68871,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","1998","1998",95.88941,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","1999","1999",95.58962,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2000","2000",96.49907,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2001","2001",97.91753,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2008","2008",95.95693,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2009","2009",95.87044,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2012","2012",95.23868,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2013","2013",97.13041,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2014","2014",97.01241,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2015","2015",97.25609,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ECU","Ecuador","2016","2016",96.85956,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","1994","1994",91.53608,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","1995","1995",90.49693,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","1996","1996",78.41574,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","1997","1997",86.99358,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","1998","1998",98.37757,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","1999","1999",98.6013,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2000","2000",96.82911,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2001","2001",97.56395,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2002","2002",98.02707,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2003","2003",96.93727,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2004","2004",96.6682,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2005","2005",97.42226,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2006","2006",97.93636,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2007","2007",97.08382,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2008","2008",98.03428,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2009","2009",98.49735,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2010","2010",98.2963,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2011","2011",97.52354,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2012","2012",96.95935,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2013","2013",96.76314,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2014","2014",96.93649,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2015","2015",97.11393,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","HUN","Hungary","2016","2016",97.75923,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2005","2005",83.06028,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2006","2006",85.02914,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2007","2007",83.18518,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2008","2008",89.24691,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2009","2009",92.80203,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2010","2010",91.61341,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2011","2011",90.41589,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2012","2012",91.5076,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2013","2013",91.56602,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2014","2014",91.43998,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2015","2015",93.35814,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2016","2016",94.71427,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SUR","Suriname","2017","2017",90.19028,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","1998","1998",49.54397,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","1999","1999",50.89755,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2000","2000",54.22084,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2001","2001",57.65745,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2005","2005",70.47477,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2006","2006",74.62281,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2008","2008",80.82307,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2009","2009",85.53575,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2010","2010",87.90664,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2011","2011",88.61288,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2012","2012",90.18416,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2013","2013",88.70329,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2015","2015",85.86724,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2016","2016",83.97684,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BTN","Bhutan","2017","2017",82.58099,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","1990","1990",97.7578,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","1991","1991",96.79297,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","1992","1992",96.11178,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","1993","1993",94.80381,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","1994","1994",95.52808,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","1995","1995",95.49756,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","1996","1996",93.78163,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","1997","1997",93.75266,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2001","2001",96.85957,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2002","2002",95.84623,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2003","2003",95.65218,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2004","2004",94.91418,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2005","2005",94.47353,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2006","2006",95.8024,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2007","2007",98.53499,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2008","2008",97.03781,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2009","2009",98.1932,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2010","2010",97.46225,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2011","2011",95.44023,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2012","2012",95.35357,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2013","2013",92.59584,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2014","2014",92.54809,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2016","2016",94.13569,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IDN","Indonesia","2017","2017",95.24731,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1990","1990",97.79685,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1991","1991",93.33278,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1993","1993",93.37677,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1994","1994",94.10458,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1995","1995",95.03595,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1996","1996",97.05766,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1997","1997",97.95839,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1998","1998",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","1999","1999",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2000","2000",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2002","2002",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2003","2003",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2004","2004",98.86606,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2005","2005",99.86271,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2006","2006",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2007","2007",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2008","2008",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2009","2009",99.79938,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2012","2012",96.69584,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2013","2013",99.06524,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2015","2015",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MUS","Mauritius","2017","2017",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","1990","1990",38.22112,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","1992","1992",38.1548,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","1996","1996",43.78023,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","1997","1997",48.25274,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","1998","1998",51.39179,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","1999","1999",50.15386,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2000","2000",54.33593,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2003","2003",62.02265,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2004","2004",61.72104,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2005","2005",63.22319,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2006","2006",66.85815,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2007","2007",69.9141,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2008","2008",71.59915,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2009","2009",72.36366,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2010","2010",73.81046,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2011","2011",74.7839,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2012","2012",78.0799,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2013","2013",77.01195,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2014","2014",77.87942,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2015","2015",78.01738,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2016","2016",75.99154,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SEN","Senegal","2017","2017",79.40158,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","1990","1990",82.36999,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","1992","1992",85.00685,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","1998","1998",89.85879,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","1999","1999",90.35489,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2000","2000",91.50597,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2001","2001",92.13521,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2002","2002",93.52253,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2003","2003",93.15942,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2004","2004",90.62155,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2005","2005",90.51394,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2006","2006",87.3036,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2007","2007",89.96925,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2008","2008",88.77879,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2009","2009",88.56458,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2010","2010",88.25996,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2012","2012",89.97986,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2013","2013",92.4185,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NAM","Namibia","2017","2017",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","1996","1996",98.46476,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","1997","1997",98.89543,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2000","2000",99.77964,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2001","2001",99.78433,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2002","2002",99.69823,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2003","2003",99.75181,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2004","2004",99.49828,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2005","2005",99.71116,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2006","2006",99.66666,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2007","2007",99.66785,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2008","2008",99.63788,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2009","2009",99.61069,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2010","2010",99.64454,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2011","2011",99.4726,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2012","2012",99.65559,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2013","2013",99.68803,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2014","2014",99.5849,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2015","2015",99.2113,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ITA","Italy","2016","2016",98.7546,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1990","1990",71.32391,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1991","1991",72.8487,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1992","1992",73.12171,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1993","1993",70.7027,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1994","1994",71.82647,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1995","1995",70.70377,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1996","1996",70.90907,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1998","1998",62.86715,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","1999","1999",59.19405,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2000","2000",79.86605,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2001","2001",80.07681,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2002","2002",80.52239,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2003","2003",80.62186,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2004","2004",78.24764,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2005","2005",77.4861,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2006","2006",77.78918,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2007","2007",75.29047,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2008","2008",76.38659,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2009","2009",76.95935,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2010","2010",78.98545,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2011","2011",80.36578,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2012","2012",81.60719,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2013","2013",82.96893,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2014","2014",82.88321,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2015","2015",82.96953,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2016","2016",83.56863,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LSO","Lesotho","2017","2017",84.58847,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1990","1990",27.19719,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1991","1991",27.2619,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1992","1992",28.46114,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1993","1993",26.21071,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1994","1994",27.08583,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1995","1995",28.14266,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1996","1996",28.11271,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1997","1997",27.03737,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","1999","1999",26.85939,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2000","2000",27.03333,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2001","2001",29.71355,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2002","2002",31.35272,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2004","2004",35.33032,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2005","2005",36.8781,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2006","2006",39.88965,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2007","2007",43.2805,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2008","2008",46.5594,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2009","2009",45.79309,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2011","2011",54.15175,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2013","2013",54.13158,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2014","2014",61.94357,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2015","2015",55.59274,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2016","2016",52.5464,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2017","2017",55.05869,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","DJI","Djibouti","2018","2018",57.53803,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1990","1990",99.54328,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1991","1991",99.8375,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1992","1992",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1993","1993",99.25033,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1994","1994",99.79094,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1995","1995",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1996","1996",99.59598,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1997","1997",99.64686,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","1999","1999",99.52799,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2000","2000",99.25639,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2001","2001",99.4353,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2002","2002",99.45456,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2003","2003",98.92012,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2004","2004",96.75012,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2005","2005",95.35421,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2006","2006",95.08348,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2007","2007",96.23789,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2008","2008",98.3117,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2009","2009",99.25537,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2010","2010",99.26047,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2011","2011",99.41202,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2012","2012",99.67601,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2015","2015",99.98636,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SWE","Sweden","2016","2016",99.70391,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1990","1990",78.859,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1991","1991",79.15408,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1992","1992",77.51218,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1993","1993",97.59281,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1994","1994",97.04539,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1995","1995",96.28955,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1996","1996",96.36006,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1997","1997",96.19921,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","1999","1999",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2000","2000",97.75502,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2001","2001",97.76225,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2002","2002",98.71665,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2003","2003",99.12193,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2004","2004",99.36511,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2005","2005",99.951,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2006","2006",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2007","2007",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2008","2008",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2009","2009",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2010","2010",99.93282,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2011","2011",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2012","2012",98.70251,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2013","2013",97.98056,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2014","2014",97.32924,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CYP","Cyprus","2015","2015",98.46796,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","1999","1999",68.60474,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","2000","2000",71.84903,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","2004","2004",72.6565,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","2005","2005",72.88532,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","2006","2006",72.74425,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","2007","2007",79.02397,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","2008","2008",71.27693,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","2009","2009",72.14792,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NGA","Nigeria","2010","2010",71.70673,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VUT","Vanuatu","1999","1999",98.26808,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VUT","Vanuatu","2004","2004",97.90689,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","VUT","Vanuatu","2015","2015",85.53694,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2005","2005",97.58036,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2011","2011",87.91073,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2012","2012",83.45787,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","THA","Thailand","2006","2006",98.05667,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","THA","Thailand","2007","2007",97.64344,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","THA","Thailand","2008","2008",97.16725,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","THA","Thailand","2009","2009",97.7911,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","1995","1995",82.53185,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","1996","1996",82.41838,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","1997","1997",83.72236,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2004","2004",86.81862,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2005","2005",85.78457,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2006","2006",87.81582,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2007","2007",93.89145,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2008","2008",95.60607,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2009","2009",95.00442,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2011","2011",96.2599,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2012","2012",98.03101,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2013","2013",99.66121,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2014","2014",99.74674,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2015","2015",99.61905,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2016","2016",99.62592,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GEO","Georgia","2017","2017",99.26132,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","1996","1996",90.4604,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","1999","1999",93.30847,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2000","2000",92.67694,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2001","2001",93.10904,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2002","2002",93.07358,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2003","2003",92.92806,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2004","2004",98.05516,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2005","2005",95.54133,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2006","2006",96.50288,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2007","2007",95.59547,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2008","2008",95.01923,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2009","2009",94.5017,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2010","2010",94.90389,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2011","2011",94.82322,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2012","2012",98.05645,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2013","2013",97.99854,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2014","2014",97.7608,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2015","2015",97.7479,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2016","2016",98.13283,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KGZ","Kyrgyzstan","2017","2017",98.28056,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1990","1990",92.49875,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1991","1991",92.19168,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1992","1992",94.58432,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1993","1993",95.31841,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1994","1994",97.55714,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1995","1995",97.51276,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1996","1996",98.96019,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1997","1997",98.60747,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1998","1998",98.42088,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","1999","1999",98.45404,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2000","2000",97.72416,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2001","2001",96.96853,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2002","2002",96.78631,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2003","2003",94.74461,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2004","2004",94.28912,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2005","2005",94.32529,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2006","2006",94.76387,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2007","2007",96.30361,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2008","2008",97.4011,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2009","2009",99.76895,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2010","2010",99.89995,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2011","2011",99.99518,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2012","2012",99.6673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2013","2013",99.4971,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2014","2014",96.68358,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2015","2015",95.36597,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2016","2016",95.69818,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","CUB","Cuba","2017","2017",96.95828,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","1990","1990",73.97164,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","1991","1991",72.06874,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2008","2008",86.52435,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2009","2009",89.22129,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2011","2011",91.0913,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2012","2012",94.13463,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2014","2014",94.79718,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2016","2016",95.27402,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","CMR","Cameroon","2017","2017",95.20049,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","1994","1994",91.92869,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","1998","1998",93.25766,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","1999","1999",92.27303,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2000","2000",90.11883,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2001","2001",93.04708,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2010","2010",96.43589,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2011","2011",93.96652,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2012","2012",94.85524,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2014","2014",96.54336,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2015","2015",96.76988,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2016","2016",95.04644,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","WSM","Samoa","2017","2017",95.66775,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","1990","1990",16.88337,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","1991","1991",17.39823,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","1992","1992",16.0206,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","1997","1997",18.56847,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","1998","1998",19.14866,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","1999","1999",20.81663,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2000","2000",21.67539,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2001","2001",24.59737,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2002","2002",27.44991,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2003","2003",30.80838,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2004","2004",33.72382,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2005","2005",34.26406,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2006","2006",35.68144,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2007","2007",37.11935,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2008","2008",41.03589,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2009","2009",44.81248,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2010","2010",48.81592,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2011","2011",53.53606,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2012","2012",55.58726,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2013","2013",55.57288,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2014","2014",56.07131,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2015","2015",57.60193,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2016","2016",58.81197,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NER","Niger","2017","2017",62.03588,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1994","1994",46.86209,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1995","1995",53.18013,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1996","1996",56.45148,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1998","1998",59.86447,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","1999","1999",59.25436,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2000","2000",59.43041,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2001","2001",62.76856,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2002","2002",62.12033,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2003","2003",65.11935,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2004","2004",71.93718,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2005","2005",70.56798,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2006","2006",73.055,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2007","2007",73.90573,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2008","2008",70.4822,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2009","2009",69.79805,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2010","2010",70.18507,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2011","2011",70.71003,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2012","2012",69.59503,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2013","2013",72.32475,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2014","2014",74.44976,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2016","2016",71.22938,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MRT","Mauritania","2017","2017",76.60704,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1990","1990",90.57479,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1991","1991",91.35267,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1992","1992",92.16473,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1993","1993",92.25391,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1994","1994",92.71712,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1995","1995",92.78405,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1996","1996",92.60985,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1997","1997",92.01428,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1998","1998",93.29828,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","1999","1999",92.91008,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2000","2000",93.58527,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2001","2001",94.94714,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2002","2002",95.29457,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2003","2003",96.6766,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2004","2004",97.93814,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2005","2005",98.3404,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2006","2006",98.34514,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2007","2007",98.41477,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2008","2008",98.43958,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2009","2009",98.22437,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2010","2010",97.80349,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2011","2011",98.13413,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2012","2012",97.81741,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SYR","Syrian Arab Republic","2013","2013",66.65242,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","1990","1990",86.41017,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","1999","1999",94.25637,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2000","2000",95.47537,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2001","2001",97.184,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2002","2002",99.49638,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2004","2004",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2005","2005",99.35971,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2008","2008",99.0124,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2009","2009",96.50856,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2010","2010",97.45717,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2011","2011",96.21603,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2012","2012",95.58978,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2013","2013",93.87084,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2014","2014",91.37916,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PAN","Panama","2015","2015",89.95868,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2003","2003",97.34278,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2005","2005",97.91655,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2006","2006",98.46237,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2007","2007",96.17636,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2008","2008",96.02649,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2011","2011",91.60794,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2012","2012",96.28004,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2015","2015",94.84112,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2016","2016",93.81783,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MNE","Montenegro","2017","2017",96.26474,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","1990","1990",72.32421,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2005","2005",95.18913,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2006","2006",95.64496,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2008","2008",92.58087,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2009","2009",93.52545,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2010","2010",94.96108,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BGD","Bangladesh","2017","2017",96.87067,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","1991","1991",96.25484,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","1997","1997",100,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","1998","1998",99.93819,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","1999","1999",99.95942,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2000","2000",99.76035,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2001","2001",99.82251,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2002","2002",99.83386,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2003","2003",99.78082,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2004","2004",99.42105,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2005","2005",99.55586,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2006","2006",99.68275,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2007","2007",99.79491,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2008","2008",99.73335,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2009","2009",99.71544,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2010","2010",99.33124,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2011","2011",99.36176,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2012","2012",99.34733,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2013","2013",99.50169,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2014","2014",99.80361,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2015","2015",99.84107,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARG","Argentina","2016","2016",99.43942,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1990","1990",95.82034,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1991","1991",95.1169,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1992","1992",94.15866,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1993","1993",93.53313,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1994","1994",98.9616,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1995","1995",99.2071,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1996","1996",99.38737,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1997","1997",99.66541,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","1999","1999",99.47757,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2000","2000",99.52031,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2001","2001",99.47172,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2002","2002",99.42959,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2003","2003",98.9464,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2004","2004",98.35583,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2005","2005",98.27437,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2006","2006",98.67933,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2007","2007",99.51224,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2008","2008",99.78671,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2009","2009",99.99929,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2010","2010",99.72728,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2011","2011",99.48718,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2012","2012",98.75413,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2015","2015",96.75252,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NLD","Netherlands","2016","2016",97.68712,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNB","Guinea-Bissau","2000","2000",39.72103,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GNB","Guinea-Bissau","2010","2010",70.5647,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2000","2000",92.19251,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2001","2001",93.46178,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2002","2002",91.34577,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2003","2003",93.25887,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2004","2004",91.79003,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2005","2005",91.50384,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2006","2006",91.17484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2007","2007",91.27341,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2008","2008",91.69759,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2009","2009",90.14372,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2010","2010",89.5756,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2014","2014",96.21139,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MMR","Myanmar","2017","2017",97.7122,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LIE","Liechtenstein","2014","2014",96.94093,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","1990","1990",97.31311,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","1993","1993",98.35543,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","1999","1999",77.98186,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2000","2000",91.61904,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2001","2001",92.02973,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2002","2002",98.81992,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2003","2003",98.74254,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2004","2004",95.06886,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2005","2005",93.67149,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2006","2006",95.71212,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LCA","Saint Lucia","2007","2007",95.24463,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COG","Congo","2005","2005",46.81373,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COG","Congo","2006","2006",57.44541,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COG","Congo","2010","2010",86.1049,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COG","Congo","2012","2012",83.62049,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","1990","1990",97.65283,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","1991","1991",96.04602,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","1993","1993",91.72975,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","1999","1999",91.53234,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","2000","2000",92.94581,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","2001","2001",92.68609,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","2002","2002",92.27629,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","2003","2003",91.11731,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","JAM","Jamaica","2004","2004",92.83075,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1990","1990",64.79916,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1991","1991",66.56392,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1992","1992",68.19983,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1993","1993",72.59787,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1994","1994",74.53655,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1995","1995",75.82888,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1996","1996",77.8923,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1997","1997",79.31767,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1998","1998",82.01221,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","1999","1999",83.59773,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2000","2000",84.48783,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2001","2001",85.7894,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2002","2002",84.97826,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2003","2003",82.85391,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2009","2009",95.86228,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2011","2011",97.15417,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2012","2012",97.80286,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2013","2013",98.18565,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2014","2014",98.13098,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2015","2015",98.00718,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2016","2016",98.63416,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","OMN","Oman","2017","2017",98.97245,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RWA","Rwanda","1999","1999",80.53763,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RWA","Rwanda","2002","2002",81.8159,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RWA","Rwanda","2003","2003",88.18091,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RWA","Rwanda","2016","2016",95.3538,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","RWA","Rwanda","2017","2017",93.61304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","1994","1994",74.8446,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","1995","1995",72.83112,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","1998","1998",69.4658,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","1999","1999",68.08004,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2000","2000",67.3572,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2001","2001",66.59264,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2002","2002",69.5706,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2004","2004",81.07137,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2005","2005",88.30633,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2006","2006",85.85267,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2007","2007",89.20764,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2009","2009",85.91892,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2010","2010",83.43497,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2011","2011",87.31116,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2012","2012",88.68431,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2013","2013",86.95411,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZMB","Zambia","2017","2017",84.1754,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","1999","1999",80.42145,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2002","2002",94.26013,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2003","2003",96.48882,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2005","2005",97.73203,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2007","2007",90.22971,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2008","2008",90.85307,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2009","2009",93.26578,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2010","2010",92.57405,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2013","2013",91.04991,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2014","2014",91.15663,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2015","2015",90.28691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","STP","Sao Tome and Principe","2017","2017",96.72679,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1995","1995",92.86787,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1996","1996",94.61705,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1997","1997",95.29337,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1998","1998",97.65672,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","1999","1999",96.50519,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2000","2000",95.55307,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2001","2001",96.14535,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2002","2002",96.80128,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2003","2003",97.68931,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2004","2004",99.65893,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2005","2005",98.68745,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2006","2006",98.09592,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2007","2007",97.98806,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2008","2008",98.13509,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2009","2009",98.07258,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2010","2010",97.99807,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2011","2011",98.05196,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2012","2012",98.53125,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2013","2013",97.87817,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2014","2014",97.65664,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2015","2015",98.03055,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SVN","Slovenia","2016","2016",97.76499,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","1990","1990",51.82703,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","1992","1992",65.24577,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","1993","1993",69.91327,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","1994","1994",70.06403,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","1995","1995",72.28454,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","1996","1996",74.06768,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","1997","1997",77.09378,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2006","2006",94.99381,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2008","2008",96.51784,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2016","2016",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BEN","Benin","2017","2017",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","1990","1990",98.44172,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","1992","1992",95.53387,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","1993","1993",94.58926,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","1994","1994",92.96443,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","1996","1996",95.68162,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","1998","1998",91.80308,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","1999","1999",88.93604,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2001","2001",89.62215,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2002","2002",90.06437,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2003","2003",90.3663,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2004","2004",89.76438,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2005","2005",88.96257,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2006","2006",87.29866,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2007","2007",87.5086,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2008","2008",88.66809,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2009","2009",90.59646,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2014","2014",96.83674,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2015","2015",96.22159,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PHL","Philippines","2016","2016",95.45245,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","1999","1999",99.62778,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2000","2000",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2001","2001",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2002","2002",99.79125,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2003","2003",99.75348,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2004","2004",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2005","2005",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2006","2006",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2007","2007",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2008","2008",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2009","2009",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2011","2011",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2012","2012",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2013","2013",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2014","2014",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2015","2015",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","DEU","Germany","2016","2016",100,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1990","1990",97.80958,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1991","1991",97.21765,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1992","1992",96.98586,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1993","1993",96.55166,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1994","1994",96.2691,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1995","1995",94.83876,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1996","1996",95.37764,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1997","1997",95.16067,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1998","1998",95.48053,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","1999","1999",95.4527,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2000","2000",95.67675,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2001","2001",95.59147,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2002","2002",95.62742,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2003","2003",96.28717,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2004","2004",96.56304,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2005","2005",96.90886,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2006","2006",96.95121,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2007","2007",97.55316,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2008","2008",97.59558,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2009","2009",97.51381,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2010","2010",97.62961,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2011","2011",98.18632,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2012","2012",98.01846,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2013","2013",97.8302,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2014","2014",97.52725,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2015","2015",97.55321,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2016","2016",97.18244,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","AUS","Australia","2017","2017",97.165,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RWA","Rwanda","1999","1999",80.93768,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2002","2002",82.95135,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2003","2003",89.02323,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2016","2016",96.23537,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","RWA","Rwanda","2017","2017",94.3225,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1991","1991",97.5025,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1992","1992",96.8225,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1993","1993",88.97354,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1994","1994",85.00676,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1995","1995",79.14057,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1996","1996",89.79708,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1997","1997",91.03595,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1998","1998",89.55036,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","1999","1999",92.10293,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2000","2000",88.46296,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2001","2001",86.09168,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2002","2002",85.8882,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2003","2003",85.74446,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2004","2004",85.80651,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2005","2005",86.30415,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2006","2006",86.55861,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2007","2007",83.75607,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2008","2008",84.29546,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2009","2009",86.23921,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2010","2010",85.27996,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2011","2011",88.40574,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2012","2012",90.32526,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2013","2013",95.28533,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2014","2014",95.57256,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2015","2015",95.39611,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2016","2016",95.77526,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AZE","Azerbaijan","2017","2017",93.25997,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UGA","Uganda","2009","2009",90.91061,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UGA","Uganda","2010","2010",87.71993,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UGA","Uganda","2011","2011",90.43836,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","UGA","Uganda","2013","2013",90.99799,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1990","1990",96.66591,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1992","1992",99.06541,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1997","1997",95.11558,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","1999","1999",87.29626,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2000","2000",86.34918,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2002","2002",95.47395,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2003","2003",94.48426,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2004","2004",97.37872,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2005","2005",96.77183,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IRN","Iran (Islamic Republic of)","2007","2007",98.68663,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1990","1990",74.34576,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1991","1991",74.50961,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1992","1992",75.23016,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1993","1993",73.79816,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1994","1994",74.20502,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1995","1995",75.10108,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","1996","1996",72.73285,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2009","2009",74.31293,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2010","2010",79.53274,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2011","2011",83.79919,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2012","2012",79.44552,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2013","2013",76.20921,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2014","2014",77.13364,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2015","2015",76.2815,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SWZ","Eswatini","2016","2016",75.85466,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","1992","1992",96.61642,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","1994","1994",96.891,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","1995","1995",95.22517,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","1996","1996",93.37452,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","1997","1997",93.79027,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","1998","1998",94.52401,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","1999","1999",93.96552,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","2000","2000",94.83767,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","2001","2001",97.8214,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","2003","2003",98.73794,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","2004","2004",98.9886,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","2006","2006",98.75191,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","2009","2009",99.14929,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","2013","2013",95.87995,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FJI","Fiji","2015","2015",97.69208,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","1991","1991",63.2512,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","1999","1999",95.74947,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2000","2000",97.54944,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2001","2001",94.62827,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2002","2002",94.99634,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2004","2004",96.77429,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2005","2005",97.2325,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2006","2006",96.13936,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2007","2007",95.36529,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2008","2008",96.2053,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2009","2009",96.90412,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2010","2010",97.39388,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2011","2011",97.39825,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2012","2012",94.384,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2013","2013",92.97613,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2014","2014",92.05723,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2015","2015",92.90348,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2016","2016",93.25909,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COL","Colombia","2017","2017",93.29545,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","1990","1990",98.96709,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","1991","1991",98.67435,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","1993","1993",96.65415,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","1994","1994",96.42522,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","1995","1995",97.13515,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","1996","1996",96.14632,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","2011","2011",94.14294,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","2012","2012",93.74925,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","2013","2013",93.93219,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","2014","2014",94.69171,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","2015","2015",95.00148,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","USA","United States of America","2016","2016",95.70258,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","1993","1993",98.71577,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","1994","1994",98.70792,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","1995","1995",98.36128,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","1996","1996",98.66977,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","1997","1997",98.79029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","1998","1998",99.34172,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2001","2001",99.82553,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2002","2002",99.42241,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2003","2003",98.62615,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2004","2004",97.66077,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2005","2005",97.41787,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2006","2006",97.03303,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2007","2007",97.61133,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2008","2008",97.86221,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2009","2009",98.06135,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2010","2010",98.35307,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2011","2011",98.56145,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2012","2012",99.0844,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2013","2013",99.16308,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2014","2014",99.61287,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2015","2015",99.24782,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FIN","Finland","2016","2016",99.22887,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","1990","1990",99.02019,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","1992","1992",99.20208,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","1999","1999",99.80422,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2000","2000",99.65113,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2001","2001",99.60135,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2002","2002",99.70261,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2003","2003",99.81228,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2004","2004",99.6754,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2005","2005",99.71829,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2006","2006",99.91792,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2007","2007",99.90938,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2008","2008",99.78581,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2009","2009",99.53203,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2010","2010",99.40064,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2011","2011",99.51408,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2012","2012",99.48421,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2013","2013",98.89766,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2014","2014",98.34475,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2015","2015",98.78261,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ESP","Spain","2016","2016",98.46336,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1990","1990",91.88461,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1991","1991",89.69107,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1992","1992",89.23525,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1993","1993",88.53266,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1996","1996",88.74022,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1997","1997",88.83834,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","1999","1999",98.32206,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2000","2000",99.52157,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2001","2001",98.99074,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2002","2002",95.4751,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2003","2003",95.8479,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2004","2004",98.91045,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2005","2005",96.0085,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2007","2007",98.49823,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2008","2008",97.72514,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2009","2009",96.70825,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TTO","Trinidad and Tobago","2010","2010",98.39894,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2002","2002",97.89089,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2004","2004",99.45265,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2005","2005",98.20446,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2006","2006",99.34942,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2007","2007",96.18326,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2000","2000",93.48512,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2001","2001",96.60113,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2002","2002",97.72334,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2003","2003",98.01194,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2004","2004",98.27832,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2005","2005",98.45797,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2006","2006",97.60836,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2007","2007",97.48101,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2008","2008",98.89285,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2009","2009",99.43431,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2010","2010",99.62376,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2011","2011",99.21599,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2012","2012",99.35652,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2013","2013",99.33167,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2014","2014",99.4411,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2015","2015",99.84537,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2016","2016",99.72076,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2017","2017",99.10345,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","KAZ","Kazakhstan","2018","2018",98.93468,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1990","1990",95.56185,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1991","1991",96.16817,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1992","1992",92.80313,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1993","1993",89.32138,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1994","1994",87.3584,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1995","1995",87.85948,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1996","1996",85.09288,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1997","1997",81.59346,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","1998","1998",82.27456,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2007","2007",94.42647,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2012","2012",95.40219,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2013","2013",94.89509,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2014","2014",97.26953,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2015","2015",99.52236,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ARE","United Arab Emirates","2016","2016",99.44721,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","1991","1991",97.92838,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","1992","1992",96.34972,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","1993","1993",97.97415,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","1994","1994",97.27382,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","1995","1995",97.21866,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","1996","1996",97.66343,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","1999","1999",99.88092,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2000","2000",99.36219,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2001","2001",99.95389,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2002","2002",99.69822,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2003","2003",98.7058,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2004","2004",97.34459,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2005","2005",96.93632,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2006","2006",97.1666,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2007","2007",98.19042,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2008","2008",98.80488,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2009","2009",98.61022,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2010","2010",98.41874,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2011","2011",98.59638,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2012","2012",98.80029,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2013","2013",98.76431,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2014","2014",98.56218,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2015","2015",98.8286,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BEL","Belgium","2016","2016",99.1039,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","1993","1993",73.73529,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","1994","1994",81.94125,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","1995","1995",87.73222,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","1996","1996",90.23683,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","1997","1997",91.10909,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","1998","1998",95.35872,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","1999","1999",92.77983,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2000","2000",92.31201,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2001","2001",91.85601,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2002","2002",94.13136,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2003","2003",97.17626,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2004","2004",98.89282,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2005","2005",97.56118,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2006","2006",95.16872,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2007","2007",94.8939,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2008","2008",94.47725,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2009","2009",94.41935,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2010","2010",93.85431,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2011","2011",93.14992,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2012","2012",91.98158,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2015","2015",90.80108,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ROU","Romania","2016","2016",90.04297,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","1990","1990",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","1991","1991",99.52518,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","1992","1992",99.22129,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","1994","1994",99.7614,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","1995","1995",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","2013","2013",98.87755,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","2014","2014",98.50649,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","2015","2015",98.96358,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","JPN","Japan","2016","2016",98.43612,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PLW","Palau","2013","2013",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PLW","Palau","2014","2014",98.7303,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","1995","1995",97.01805,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","1996","1996",98.10855,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","1997","1997",98.83481,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","1999","1999",99.91317,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2000","2000",99.75138,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2001","2001",99.6668,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2002","2002",99.58188,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2003","2003",99.5373,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2004","2004",99.3434,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2005","2005",99.30466,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2006","2006",99.21508,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2007","2007",99.15904,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2008","2008",99.10298,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2009","2009",99.14546,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2010","2010",99.25094,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2011","2011",98.99001,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2012","2012",99.3133,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2013","2013",99.452,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2014","2014",99.33222,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2015","2015",99.04157,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ITA","Italy","2016","2016",98.61219,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","1998","1998",83.99954,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","1999","1999",92.57827,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2000","2000",93.90671,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2001","2001",96.16543,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2002","2002",98.27558,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2003","2003",99.7369,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2005","2005",98.89676,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2006","2006",98.85893,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2007","2007",98.78591,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2008","2008",97.20716,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2009","2009",91.50279,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2010","2010",94.75895,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2011","2011",96.97216,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2012","2012",98.51081,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2013","2013",98.25647,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2014","2014",98.33533,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2015","2015",98.34581,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","HRV","Croatia","2016","2016",97.64825,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TON","Tonga","1990","1990",91.48245,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TON","Tonga","1993","1993",91.92431,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TON","Tonga","1998","1998",94.91127,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TON","Tonga","1999","1999",93.16131,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TON","Tonga","2013","2013",94.77467,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","1995","1995",81.91029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","1996","1996",85.23354,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","1997","1997",86.28048,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","1998","1998",90.16943,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","1999","1999",91.63994,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2000","2000",93.86177,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2001","2001",95.48571,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2002","2002",94.18316,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2003","2003",86.54283,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2004","2004",92.8608,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2005","2005",93.07609,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2006","2006",98.16422,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2007","2007",97.86577,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2008","2008",97.89984,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2009","2009",96.16247,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2010","2010",97.03094,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2011","2011",97.41427,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2012","2012",96.8315,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2013","2013",94.48562,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2014","2014",95.16146,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2015","2015",97.00175,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2016","2016",98.08559,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNG","Mongolia","2017","2017",98.31237,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","1999","1999",36.84433,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2002","2002",44.75654,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2003","2003",44.7046,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2004","2004",46.97232,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2005","2005",49.96267,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2006","2006",51.73643,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2007","2007",54.07329,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2009","2009",61.12003,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2010","2010",62.60541,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2011","2011",64.01473,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2012","2012",62.20452,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2014","2014",59.4515,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2015","2015",56.74446,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2016","2016",57.86964,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MLI","Mali","2017","2017",63.4663,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","1994","1994",78.59044,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","1997","1997",80.86414,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","1999","1999",81.45185,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2000","2000",83.89795,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2001","2001",85.7811,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2002","2002",87.66015,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2003","2003",89.68822,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2004","2004",92.13675,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2012","2012",97.6399,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2014","2014",97.75067,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","EGY","Egypt","2017","2017",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","1990","1990",26.02654,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","1991","1991",27.79121,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","1998","1998",39.36896,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","1999","1999",41.83422,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2000","2000",44.94222,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2001","2001",48.39228,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2002","2002",55.71433,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2003","2003",59.19466,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2004","2004",62.45249,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2005","2005",64.51618,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2006","2006",66.68907,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2007","2007",68.71871,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2008","2008",67.75464,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2009","2009",69.22606,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2010","2010",72.09135,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2011","2011",76.15407,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2012","2012",75.43593,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2013","2013",76.56995,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2014","2014",80.29949,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GIN","Guinea","2016","2016",78.85643,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1990","1990",88.49217,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1991","1991",90.49207,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1992","1992",89.44596,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1993","1993",88.69722,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1994","1994",88.73468,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1995","1995",80.55418,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1996","1996",81.62829,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1998","1998",85.53914,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","1999","1999",84.82291,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2000","2000",85.97819,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2001","2001",87.50551,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2002","2002",87.43292,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2003","2003",87.49584,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2004","2004",86.71771,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2005","2005",87.2592,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2006","2006",87.80611,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2007","2007",87.04987,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2008","2008",86.584,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2009","2009",87.01792,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2012","2012",93.47424,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2013","2013",93.99667,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BWA","Botswana","2014","2014",89.9062,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","1995","1995",87.95851,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","1996","1996",91.28062,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","1998","1998",98.48809,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","1999","1999",98.39535,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2000","2000",98.03532,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2001","2001",97.90095,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2002","2002",97.78554,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2003","2003",98.92178,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2004","2004",98.2063,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2005","2005",98.48437,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2006","2006",98.74994,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2007","2007",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2008","2008",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2009","2009",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2012","2012",99.86762,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2013","2013",98.36838,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2014","2014",93.82156,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2015","2015",92.89542,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","EST","Estonia","2016","2016",93.07955,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1990","1990",64.25489,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1995","1995",54.71095,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1996","1996",56.91976,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDG","Madagascar","1999","1999",64.92244,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2000","2000",66.39113,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2001","2001",67.65507,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2002","2002",68.41789,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDG","Madagascar","2003","2003",78.08813,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1997","1997",83.12098,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1998","1998",84.97658,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","1999","1999",86.91434,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2000","2000",93.18868,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2003","2003",98.06425,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2006","2006",95.17491,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2007","2007",95.91087,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2008","2008",94.84068,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2010","2010",93.64029,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2011","2011",97.75287,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2012","2012",97.72589,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2014","2014",95.36571,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2015","2015",95.58359,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2016","2016",93.00163,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","KHM","Cambodia","2017","2017",90.82181,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","1992","1992",46.59158,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","1994","1994",67.64691,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","1996","1996",85.32331,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","1997","1997",83.9743,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","1998","1998",90.09501,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","1999","1999",91.44437,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2000","2000",92.12719,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2001","2001",95.59491,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2002","2002",98.48535,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2003","2003",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2004","2004",99.91583,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2005","2005",94.52168,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2007","2007",97.48485,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2008","2008",97.67314,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2010","2010",98.47415,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2011","2011",98.89327,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2015","2015",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2016","2016",99.19238,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","KWT","Kuwait","2017","2017",93.87309,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBR","Liberia","1999","1999",40.83953,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBR","Liberia","2006","2006",78.51415,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBR","Liberia","2008","2008",94.34741,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBR","Liberia","2009","2009",92.56169,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBR","Liberia","2011","2011",96.00872,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBR","Liberia","2014","2014",91.19187,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","LBR","Liberia","2015","2015",87.64241,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AFG","Afghanistan","1993","1993",28.17121,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","1999","1999",60.9336,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2000","2000",64.76047,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2001","2001",59.76554,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2002","2002",62.45954,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2003","2003",61.51805,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2005","2005",64.95211,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2006","2006",64.48763,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2007","2007",69.87668,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2008","2008",75.12742,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2009","2009",73.76781,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2011","2011",82.10906,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2013","2013",85.99297,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2014","2014",88.58231,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2015","2015",90.36345,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2016","2016",87.55431,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2017","2017",85.88068,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GHA","Ghana","2018","2018",84.88229,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","1999","1999",68.60474,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","2000","2000",71.84903,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","2004","2004",72.6565,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","2005","2005",72.88532,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","2006","2006",72.74425,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","2007","2007",79.02397,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","2008","2008",71.27693,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","2009","2009",72.14792,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","NGA","Nigeria","2010","2010",71.70673,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","1997","1997",95.85874,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","1998","1998",96.16893,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","1999","1999",99.3823,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2000","2000",99.85583,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2001","2001",99.87723,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2002","2002",99.88862,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2003","2003",99.87993,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2004","2004",99.19736,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2005","2005",97.79704,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2006","2006",96.75116,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2007","2007",96.38269,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2008","2008",96.32286,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2009","2009",97.13176,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2010","2010",98.27151,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2011","2011",99.36904,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2012","2012",99.90296,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2013","2013",99.90632,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2014","2014",99.89478,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2015","2015",99.90444,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2016","2016",99.87712,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MEX","Mexico","2017","2017",99.90864,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","1990","1990",95.25599,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","1991","1991",96.18994,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","1992","1992",96.77603,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","1993","1993",97.3594,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","1994","1994",96.07832,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","1995","1995",97.64733,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","1996","1996",98.26087,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","1997","1997",98.58998,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","2011","2011",97.6179,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","2012","2012",98.09687,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","2013","2013",99.3241,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","2014","2014",98.32306,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","2015","2015",97.6864,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLT","Malta","2016","2016",95.94702,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2000","2000",98.4134,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2001","2001",97.29532,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2002","2002",98.70662,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2003","2003",98.00317,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2004","2004",98.44496,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2005","2005",95.5359,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2006","2006",93.80365,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2007","2007",89.25153,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2008","2008",89.67437,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2009","2009",97.17521,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","DMA","Dominica","2016","2016",98.20205,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1990","1990",93.95406,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1991","1991",93.28779,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1992","1992",92.76676,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1993","1993",91.72262,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1994","1994",99.12952,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1995","1995",99.36424,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1996","1996",99.63503,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1997","1997",99.91919,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","1999","1999",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2000","2000",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2001","2001",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2002","2002",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2003","2003",99.53037,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2004","2004",99.04044,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2005","2005",98.84209,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2006","2006",99.21414,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2007","2007",99.87381,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2008","2008",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2009","2009",99.99861,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2010","2010",99.46874,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2011","2011",99.00141,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2012","2012",98.22838,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2015","2015",96.3121,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NLD","Netherlands","2016","2016",97.22637,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2000","2000",98.97354,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2001","2001",98.98896,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2002","2002",99.30217,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2003","2003",99.04284,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2004","2004",99.1714,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2005","2005",98.58637,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2006","2006",98.41764,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2007","2007",96.83031,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2008","2008",99.02805,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2009","2009",99.38676,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2010","2010",99.48512,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2011","2011",99.51338,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2012","2012",99.08906,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2013","2013",98.46529,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2014","2014",96.31882,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2015","2015",95.7324,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2016","2016",96.14859,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TJK","Tajikistan","2017","2017",99.18688,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","1995","1995",85.7133,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2009","2009",91.63186,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2010","2010",91.30191,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2011","2011",90.9703,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2012","2012",94.31432,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2013","2013",94.09043,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2014","2014",93.58088,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2015","2015",95.51443,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2016","2016",96.55176,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BLR","Belarus","2017","2017",95.82546,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","1999","1999",84.9813,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2000","2000",87.48577,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2001","2001",90.15007,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2002","2002",93.12458,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2003","2003",91.79584,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2004","2004",92.05827,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2005","2005",90.87672,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2006","2006",91.60992,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2007","2007",92.66077,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2008","2008",90.80654,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2009","2009",92.78098,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2010","2010",93.60396,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2011","2011",93.61929,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2012","2012",93.65617,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2013","2013",92.92073,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2014","2014",92.65014,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2015","2015",91.99668,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2016","2016",88.94373,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","VEN","Venezuela (Bolivarian Republic of)","2017","2017",86.19398,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2008","2008",70.33417,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2009","2009",78.31045,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2010","2010",87.31932,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2011","2011",92.68128,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2012","2012",91.62168,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2013","2013",91.03864,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2014","2014",88.57532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2015","2015",85.7814,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2016","2016",82.35992,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TLS","Timor-Leste","2017","2017",81.41625,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","1999","1999",95.90654,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2000","2000",95.17524,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2001","2001",94.16091,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2003","2003",91.82483,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2004","2004",91.58021,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2008","2008",88.97127,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2009","2009",86.85421,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2010","2010",87.67631,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2011","2011",88.98372,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2012","2012",92.67516,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2013","2013",96.95805,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2014","2014",99.25258,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2015","2015",98.44377,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2016","2016",98.52855,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ALB","Albania","2017","2017",98.58495,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HTI","Haiti","1997","1997",57.78431,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1990","1990",51.7849,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1991","1991",51.01092,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1992","1992",50.99429,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1993","1993",50.42013,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1994","1994",49.43914,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1995","1995",49.27218,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1996","1996",49.36093,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1997","1997",49.8208,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1998","1998",49.38914,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","1999","1999",49.82448,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2000","2000",53.18286,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2001","2001",56.93475,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2002","2002",70.71963,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2003","2003",78.40241,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2004","2004",82.62569,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2005","2005",86.8368,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2006","2006",92.53471,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2008","2008",94.07244,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2010","2010",88.07776,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2012","2012",83.15736,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2013","2013",81.20093,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2014","2014",80.22821,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2016","2016",82.07668,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TZA","United Republic of Tanzania","2017","2017",82.07668,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SDN","Sudan","2011","2011",62.29462,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SDN","Sudan","2012","2012",54.03706,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SDN","Sudan","2013","2013",54.70195,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SDN","Sudan","2014","2014",54.18449,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SDN","Sudan","2015","2015",55.13371,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SDN","Sudan","2016","2016",56.67039,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SDN","Sudan","2017","2017",62.67341,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SSD","South Sudan","2011","2011",48.6963,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SSD","South Sudan","2015","2015",38.69603,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PNG","Papua New Guinea","2012","2012",74.87094,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PNG","Papua New Guinea","2016","2016",80.40613,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","1991","1991",96.1762,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","1998","1998",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","1999","1999",99.92006,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2000","2000",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2001","2001",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2002","2002",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2004","2004",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2006","2006",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2007","2007",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2008","2008",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARG","Argentina","2016","2016",100,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1990","1990",92.51423,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1992","1992",96.29751,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1997","1997",93.1747,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","1999","1999",85.53892,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2000","2000",84.87375,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2002","2002",93.40144,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2003","2003",92.80414,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2004","2004",95.83661,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2005","2005",95.62274,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2006","2006",98.79121,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2007","2007",98.98022,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2009","2009",99.57876,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2010","2010",99.68354,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2011","2011",99.83043,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2012","2012",99.64914,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2013","2013",98.63529,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2014","2014",99.54842,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2015","2015",99.41444,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2016","2016",99.13775,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","IRN","Iran (Islamic Republic of)","2017","2017",98.6638,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","1991","1991",91.24584,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","1992","1992",88.86849,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","1993","1993",87.59521,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","1995","1995",89.29665,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","1996","1996",87.83213,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","2003","2003",89.32735,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","2008","2008",97.52312,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","2009","2009",92.26753,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","2010","2010",96.05473,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","2011","2011",98.1908,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUY","Guyana","2012","2012",96.70199,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","1990","1990",84.49339,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","1991","1991",80.65712,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","1992","1992",77.54967,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","1993","1993",77.55951,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","1994","1994",82.26238,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","1999","1999",99.81188,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2000","2000",97.97911,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2001","2001",99.66573,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2002","2002",96.78542,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2003","2003",94.22215,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2004","2004",92.67696,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2006","2006",96.98807,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2007","2007",98.58823,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2009","2009",98.28813,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2010","2010",96.5856,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2011","2011",98.58902,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2012","2012",99.36856,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2013","2013",95.9309,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2014","2014",95.48912,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2015","2015",97.25699,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2016","2016",97.61179,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","QAT","Qatar","2017","2017",98.25979,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2003","2003",99.71351,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2005","2005",97.23768,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2006","2006",96.46679,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2007","2007",96.0189,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2008","2008",95.11075,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2009","2009",92.73966,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2010","2010",94.21788,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2011","2011",94.18178,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2012","2012",94.3599,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2013","2013",95.50608,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LKA","Sri Lanka","2014","2014",96.42869,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2000","2000",93.01808,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2001","2001",96.70294,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2002","2002",96.17641,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2003","2003",97.0329,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2004","2004",96.74492,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2005","2005",93.4658,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2006","2006",90.42392,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2007","2007",90.32366,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2008","2008",90.94729,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2009","2009",90.52506,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2010","2010",90.06752,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2011","2011",90.91542,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2012","2012",90.59639,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2013","2013",90.54664,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2014","2014",90.06067,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2015","2015",90.19862,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2016","2016",90.2867,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDA","Republic of Moldova","2017","2017",89.81307,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","1997","1997",93.58252,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","1999","1999",95.87864,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2000","2000",97.15496,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2001","2001",98.24301,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2002","2002",98.33935,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2004","2004",99.49719,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2005","2005",98.15505,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2006","2006",97.81582,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2007","2007",97.333,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2008","2008",95.66846,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2009","2009",96.24197,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2015","2015",96.48866,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2016","2016",98.25383,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MDV","Maldives","2017","2017",99.50995,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","1997","1997",89.79967,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","1998","1998",91.3066,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","1999","1999",92.15667,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2000","2000",98.36681,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2006","2006",95.99041,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2007","2007",97.74738,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2008","2008",96.6581,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2010","2010",94.55932,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2011","2011",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2014","2014",96.40162,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2015","2015",94.31777,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2016","2016",93.02274,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","KHM","Cambodia","2017","2017",91.02754,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","1998","1998",88.82226,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2000","2000",91.19244,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2001","2001",91.97897,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2002","2002",93.73532,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2003","2003",93.56734,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2005","2005",97.04894,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2006","2006",96.88376,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2007","2007",96.32674,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2008","2008",96.48492,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2009","2009",96.45623,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2010","2010",96.27543,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2011","2011",95.87757,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2012","2012",94.94112,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2013","2013",92.27176,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2014","2014",89.88453,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2015","2015",87.39794,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2016","2016",86.08382,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLV","El Salvador","2017","2017",81.77177,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2007","2007",83.97661,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2008","2008",84.84899,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2009","2009",82.80619,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2010","2010",78.222,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2011","2011",77.75144,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2012","2012",77.35624,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2014","2014",76.66839,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2015","2015",81.16522,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ATG","Antigua and Barbuda","2017","2017",82.62405,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1990","1990",86.83554,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1991","1991",86.64003,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1992","1992",86.0317,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1993","1993",85.80588,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1994","1994",85.88601,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1995","1995",86.13397,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1996","1996",86.8246,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1998","1998",99.16082,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","1999","1999",99.63028,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2000","2000",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2001","2001",99.65111,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2002","2002",99.57232,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2003","2003",99.96294,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2004","2004",99.82084,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2005","2005",99.49711,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2006","2006",99.77164,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2007","2007",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2008","2008",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2009","2009",99.94844,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2010","2010",99.60929,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2011","2011",97.73515,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2012","2012",99.88689,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2013","2013",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2014","2014",99.92693,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2015","2015",99.90455,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","IRL","Ireland","2016","2016",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","1990","1990",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","1991","1991",98.42823,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","1992","1992",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","1993","1993",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","1994","1994",97.46589,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","1995","1995",98.93867,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","1996","1996",99.13787,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","1999","1999",94.8852,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2000","2000",94.95974,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2002","2002",99.47549,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2003","2003",98.62284,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2004","2004",99.01453,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2005","2005",99.32421,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2006","2006",99.05568,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2007","2007",98.51238,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2008","2008",97.81544,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2010","2010",99.96009,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2011","2011",99.62689,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2012","2012",99.70936,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2013","2013",99.82234,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2014","2014",98.76955,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2015","2015",97.93022,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRT","Portugal","2016","2016",97.30586,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1993","1993",87.90249,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1994","1994",90.87542,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1995","1995",91.66233,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1996","1996",92.05772,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1998","1998",99.50592,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","1999","1999",97.80502,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2000","2000",98.36817,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2001","2001",91.10229,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2002","2002",98.72932,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2003","2003",99.35028,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2004","2004",99.30699,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2005","2005",99.34429,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2013","2013",99.53377,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2014","2014",99.30135,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2015","2015",99.05911,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2016","2016",99.76091,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SYC","Seychelles","2017","2017",99.03088,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JOR","Jordan","1999","1999",91.02414,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JOR","Jordan","2000","2000",92.14436,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JOR","Jordan","2002","2002",94.61821,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JOR","Jordan","2003","2003",95.92578,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","JOR","Jordan","2004","2004",95.99508,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2002","2002",58.90473,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2003","2003",60.85026,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2004","2004",69.171,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2005","2005",72.36932,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2006","2006",66.082,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2007","2007",70.8904,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2008","2008",71.66677,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2009","2009",73.05829,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2010","2010",74.42195,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2011","2011",71.49483,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2012","2012",71.0586,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2013","2013",75.72716,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2014","2014",79.01869,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2015","2015",79.9663,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2016","2016",84.06756,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PAK","Pakistan","2017","2017",83.37998,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZWE","Zimbabwe","1998","1998",84.99282,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZWE","Zimbabwe","1999","1999",86.90054,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2000","2000",87.34814,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2001","2001",89.69503,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2002","2002",86.16232,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2003","2003",85.0466,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2012","2012",93.41941,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ZWE","Zimbabwe","2013","2013",90.33753,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","1991","1991",85.73672,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","1993","1993",87.04373,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2000","2000",84.97201,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2003","2003",91.03118,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2004","2004",91.96136,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2005","2005",88.36376,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2006","2006",93.16538,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2007","2007",88.29346,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2008","2008",91.48195,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2009","2009",89.99235,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2010","2010",90.48308,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2011","2011",90.53357,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2012","2012",86.82425,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2013","2013",83.62168,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2014","2014",83.18353,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2015","2015",82.17636,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2016","2016",83.61976,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","HND","Honduras","2017","2017",85.18872,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1990","1990",99.96133,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1991","1991",99.95408,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1992","1992",99.61552,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1993","1993",98.09249,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1994","1994",97.88314,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1995","1995",98.81184,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1996","1996",99.73185,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1997","1997",99.58092,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","1999","1999",99.95519,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2000","2000",96.45129,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2001","2001",96.36583,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2002","2002",96.29955,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2003","2003",96.0672,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2004","2004",96.07182,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2005","2005",99.91549,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2006","2006",99.97076,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2007","2007",99.86826,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2008","2008",99.49644,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2009","2009",99.10649,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2010","2010",98.73195,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2011","2011",99.75818,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2012","2012",99.63011,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2013","2013",99.42077,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2014","2014",99.43774,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2015","2015",99.47024,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FRA","France","2016","2016",99.56605,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","1999","1999",99.07957,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2000","2000",96.10016,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2001","2001",93.48851,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2003","2003",94.79796,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2004","2004",96.76954,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2005","2005",95.21185,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2006","2006",96.31182,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2007","2007",96.01848,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2008","2008",96.19757,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2009","2009",97.02893,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2010","2010",98.36482,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2011","2011",97.10772,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2012","2012",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2013","2013",98.82039,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2014","2014",98.59484,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2015","2015",99.03051,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2016","2016",98.78419,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BLZ","Belize","2017","2017",99.17795,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","1992","1992",88.84671,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","1993","1993",89.7776,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","1999","1999",90.55414,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","2004","2004",95.0732,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","2005","2005",99.64228,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","2006","2006",98.38719,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","2007","2007",99.98784,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","2008","2008",99.63788,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","2009","2009",98.9601,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BHS","Bahamas","2016","2016",94.18768,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","1997","1997",83.00848,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2003","2003",96.35329,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2004","2004",93.92422,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2005","2005",89.11762,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2006","2006",85.80863,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2007","2007",86.73879,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2008","2008",87.59662,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2009","2009",88.38591,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2010","2010",90.11004,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2011","2011",89.99472,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2012","2012",87.19511,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2013","2013",86.08497,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2014","2014",81.32064,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2015","2015",80.93812,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2016","2016",81.75214,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","LBN","Lebanon","2017","2017",86.02552,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","1995","1995",92.81567,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","1996","1996",94.60319,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","1997","1997",95.51392,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","1998","1998",97.53323,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","1999","1999",96.57212,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2000","2000",94.42845,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2001","2001",96.28523,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2002","2002",96.76513,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2003","2003",97.73093,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2004","2004",99.55355,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2005","2005",99.04732,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2006","2006",98.43505,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2007","2007",98.36928,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2008","2008",98.49599,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2009","2009",98.3653,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2010","2010",98.21194,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2011","2011",97.91516,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2012","2012",98.22105,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2013","2013",97.42652,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2014","2014",97.16711,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2015","2015",97.46277,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SVN","Slovenia","2016","2016",97.15365,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2009","2009",91.78038,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2010","2010",96.83332,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2011","2011",96.67751,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SAU","Saudi Arabia","2012","2012",99.40294,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1994","1994",19.10539,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1995","1995",21.84534,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1996","1996",26.06624,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1998","1998",33.50045,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1999","1999",35.99228,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2000","2000",40.06842,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2001","2001",44.33089,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2002","2002",46.56483,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2003","2003",47.35251,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2004","2004",50.22879,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2005","2005",61.1572,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2006","2006",65.83651,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2007","2007",71.00504,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2008","2008",76.63464,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2009","2009",76.20023,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2010","2010",74.28823,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2011","2011",78.25006,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2012","2012",79.49011,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2014","2014",86.31695,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2015","2015",86.01903,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","1993","1993",46.06193,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2000","2000",38.24498,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2001","2001",46.12878,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2002","2002",45.09827,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2003","2003",48.92908,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2004","2004",52.12792,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2005","2005",55.55617,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2006","2006",73.65164,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2007","2007",80.95038,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2008","2008",91.85517,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2009","2009",91.32532,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2010","2010",96.9594,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BDI","Burundi","2017","2017",98.26829,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","1990","1990",30.73785,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","1992","1992",32.4746,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","1993","1993",29.29704,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","1994","1994",30.23315,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","1995","1995",31.31098,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","1996","1996",31.70298,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","1997","1997",30.50633,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","1999","1999",30.95779,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2000","2000",30.60974,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2001","2001",33.55206,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2002","2002",35.23399,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2004","2004",39.20576,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2005","2005",40.50545,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2006","2006",43.64816,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2007","2007",46.47132,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2008","2008",48.98934,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2009","2009",47.98646,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2011","2011",56.97626,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2013","2013",57.2554,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2014","2014",66.38138,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2015","2015",58.8093,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2016","2016",55.50699,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2017","2017",58.14414,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DJI","Djibouti","2018","2018",61.22816,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1990","1990",99.52082,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1991","1991",98.98018,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1992","1992",97.55025,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1994","1994",97.15521,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1995","1995",98.51207,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1996","1996",98.97884,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","1997","1997",99.75817,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2013","2013",97.77403,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2014","2014",97.4823,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2015","2015",97.73031,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2016","2016",98.52273,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NZL","New Zealand","2017","2017",99.18129,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BMU","Bermuda","2011","2011",87.47967,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BMU","Bermuda","2012","2012",85.34694,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","1999","1999",91.01367,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2000","2000",91.53258,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2001","2001",89.94281,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2002","2002",89.80093,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2003","2003",89.27374,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2004","2004",88.19361,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2005","2005",85.38948,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2006","2006",85.01972,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2007","2007",84.46592,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2008","2008",86.80982,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2009","2009",88.52256,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2010","2010",89.2656,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2011","2011",90.60359,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2012","2012",93.21296,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2013","2013",93.8858,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2014","2014",93.75997,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2015","2015",93.19485,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2016","2016",92.99792,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PSE","Palestine","2017","2017",94.00237,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","1991","1991",48.84124,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","1992","1992",46.91565,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","1993","1993",46.16728,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","1994","1994",47.65413,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","1995","1995",50.18978,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","1998","1998",54.90517,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","1999","1999",58.10065,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2000","2000",61.35231,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2001","2001",65.32518,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2002","2002",59.21856,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2004","2004",71.85718,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2005","2005",76.71478,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2006","2006",80.27108,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2007","2007",85.38458,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2008","2008",88.50505,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2009","2009",89.20636,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2010","2010",90.68185,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2011","2011",88.26918,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2012","2012",88.53496,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2013","2013",89.68098,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2014","2014",90.23112,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2015","2015",91.85496,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2016","2016",90.24044,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MOZ","Mozambique","2017","2017",88.83069,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","1990","1990",92.28523,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","1993","1993",92.63951,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","1998","1998",94.04305,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","1999","1999",90.65427,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","2001","2001",99.04268,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","2004","2004",98.10412,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","2005","2005",98.82917,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","2006","2006",98.91855,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","2012","2012",98.42276,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","2013","2013",96.05037,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","2014","2014",98.69209,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TON","Tonga","2015","2015",99.93796,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1990","1990",64.66611,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1992","1992",57.90955,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1993","1993",62.71339,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1994","1994",66.42978,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1996","1996",68.37148,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1997","1997",70.86638,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1998","1998",74.15785,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","1999","1999",74.78425,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2000","2000",75.64809,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2001","2001",75.13011,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2002","2002",76.30078,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2003","2003",78.91886,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2004","2004",79.64081,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2005","2005",80.96936,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2006","2006",82.56566,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2007","2007",85.2389,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2008","2008",87.72991,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2009","2009",90.09836,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2010","2010",94.83018,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2011","2011",94.74143,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2012","2012",94.76463,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2013","2013",96.77862,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2014","2014",97.20509,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2015","2015",95.6066,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2016","2016",94.72628,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","LAO","Lao People's Democratic Republic","2017","2017",93.34074,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","1990","1990",96.02134,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","1991","1991",95.31539,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","1992","1992",95.50203,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","1993","1993",93.07034,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","1994","1994",92.24949,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","1995","1995",91.64531,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","1997","1997",92.04452,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","1999","1999",94.9789,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2000","2000",95.85532,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2001","2001",96.39444,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2002","2002",96.7181,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2003","2003",97.151,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2004","2004",97.47793,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2005","2005",97.79317,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2006","2006",98.05828,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2007","2007",98.51147,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2008","2008",97.72824,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2009","2009",95.32373,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2010","2010",96.19337,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2011","2011",95.21294,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2012","2012",93.84251,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2013","2013",93.53562,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2014","2014",94.8837,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2015","2015",94.97289,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TUR","Turkey","2016","2016",94.44043,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2005","2005",99.42334,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2006","2006",99.83674,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2007","2007",99.01852,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2008","2008",98.70167,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2009","2009",96.97347,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2010","2010",95.14968,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2011","2011",97.24685,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2012","2012",96.1738,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2013","2013",96.16841,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2014","2014",98.52024,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2015","2015",99.11464,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2016","2016",99.11916,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SRB","Serbia","2017","2017",98.9133,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COK","Cook Islands","1998","1998",92.29672,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COK","Cook Islands","1999","1999",87.86373,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COK","Cook Islands","2000","2000",92.98831,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","COK","Cook Islands","2013","2013",98.29932,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRQ","Iraq","1993","1993",73.76117,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRQ","Iraq","1996","1996",71.12847,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRQ","Iraq","1999","1999",83.04126,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRQ","Iraq","2000","2000",82.05639,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRQ","Iraq","2003","2003",88.18782,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRQ","Iraq","2004","2004",86.69343,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","IRQ","Iraq","2007","2007",86.59845,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1990","1990",78.82103,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1991","1991",79.15245,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1992","1992",77.36127,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1993","1993",97.62945,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1994","1994",96.91663,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1995","1995",96.213,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1996","1996",96.11728,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1997","1997",96.28477,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","1999","1999",99.90469,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2000","2000",98.06997,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2001","2001",97.95422,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2002","2002",98.88903,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2003","2003",99.19729,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2004","2004",99.2368,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2005","2005",99.97486,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2006","2006",99.93691,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2007","2007",99.7979,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2008","2008",99.58521,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2009","2009",99.62721,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2010","2010",99.96545,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2011","2011",99.84676,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2012","2012",98.68948,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2013","2013",98.20473,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2014","2014",97.72876,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CYP","Cyprus","2015","2015",98.60024,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SMR","San Marino","2009","2009",92.97365,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SMR","San Marino","2010","2010",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SMR","San Marino","2011","2011",93.67268,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SMR","San Marino","2012","2012",93.03226,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2007","2007",96.25799,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2008","2008",95.75896,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2009","2009",93.81729,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2010","2010",94.74042,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2011","2011",93.59464,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2012","2012",93.16548,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2013","2013",92.74734,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2014","2014",93.1742,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2015","2015",94.15601,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2016","2016",95.62483,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHL","Chile","2017","2017",97.57645,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","1990","1990",95.62017,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","1991","1991",96.17548,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","1992","1992",96.37626,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","1993","1993",96.80467,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","1994","1994",95.65294,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","1995","1995",96.64849,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","1996","1996",98.36965,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","1997","1997",99.16958,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","2011","2011",98.33011,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","2012","2012",98.14396,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","2013","2013",99.5514,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","2014","2014",99.13612,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","2015","2015",98.80156,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MLT","Malta","2016","2016",97.88675,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1990","1990",91.44404,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1991","1991",92.82794,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1992","1992",93.47762,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1993","1993",92.4437,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1994","1994",91.82572,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1995","1995",91.69957,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1996","1996",90.76519,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1997","1997",89.84246,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","1999","1999",91.59464,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2000","2000",92.09506,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2001","2001",94.13833,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2002","2002",95.1561,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2003","2003",95.53745,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2004","2004",96.23959,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2005","2005",96.53852,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2006","2006",96.77665,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2007","2007",96.81205,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2008","2008",98.00622,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2009","2009",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2012","2012",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2013","2013",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2014","2014",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2015","2015",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2016","2016",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","DZA","Algeria","2017","2017",100,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","1994","1994",50.7578,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","1995","1995",57.36864,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","1996","1996",59.80726,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","1998","1998",61.50818,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","1999","1999",60.25053,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2000","2000",60.437,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2001","2001",64.11006,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2002","2002",62.57533,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2003","2003",65.24633,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2004","2004",71.55555,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2005","2005",69.75705,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2006","2006",72.38181,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2007","2007",72.89879,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2008","2008",69.0851,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2009","2009",68.67826,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2010","2010",68.94387,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2011","2011",69.02389,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2012","2012",67.35926,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2013","2013",70.71878,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2014","2014",72.76513,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2016","2016",69.35297,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MRT","Mauritania","2017","2017",74.787,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1990","1990",97.1773,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1991","1991",92.62251,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1993","1993",92.76294,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1994","1994",93.73893,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1995","1995",94.68318,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1996","1996",96.98175,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1997","1997",97.90364,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1998","1998",95.87979,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","1999","1999",92.75756,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2000","2000",93.22731,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2001","2001",92.75219,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2002","2002",94.33415,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2003","2003",93.72392,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2004","2004",94.39046,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2005","2005",96.02008,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2006","2006",96.03757,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2007","2007",96.51416,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2008","2008",96.67807,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2009","2009",96.58662,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2010","2010",96.50869,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2011","2011",96.74887,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2012","2012",93.79192,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2013","2013",96.08616,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2014","2014",96.52165,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2015","2015",96.27653,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2016","2016",95.33664,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MUS","Mauritius","2017","2017",96.18218,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1991","1991",54.07278,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1992","1992",53.13017,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1993","1993",52.46327,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1994","1994",52.62361,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1995","1995",55.92757,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","COD","Democratic Republic of the Congo","1999","1999",35.89348,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","1999","1999",66.39277,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2000","2000",72.68057,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2003","2003",80.4559,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2004","2004",81.147,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2011","2011",98.44528,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2012","2012",99.58539,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2014","2014",94.32598,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2015","2015",96.77338,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2016","2016",96.76662,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","NPL","Nepal","2017","2017",94.83624,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","1997","1997",30.79729,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","1998","1998",35.5165,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","1999","1999",38.28056,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","2000","2000",40.7423,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","2001","2001",42.50866,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","2002","2002",45.51055,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","2003","2003",47.36538,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","2011","2011",54.72108,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","2013","2013",68.51298,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","2015","2015",70.66246,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TCD","Chad","2016","2016",65.60012,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","1992","1992",38.27604,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","1993","1993",41.58852,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","1996","1996",52.74527,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","1998","1998",58.24857,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","1999","1999",69.9049,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2000","2000",68.90091,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2001","2001",71.09073,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2002","2002",69.04351,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2003","2003",74.83454,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2004","2004",76.29953,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2005","2005",74.12602,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2006","2006",78.51477,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2007","2007",79.64564,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2008","2008",74.61169,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2010","2010",72.65031,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2011","2011",71.7254,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2012","2012",74.69117,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2013","2013",73.91682,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2014","2014",74.02255,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2015","2015",80.48024,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2016","2016",82.71369,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2017","2017",85.65649,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GMB","Gambia","2018","2018",87.63833,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1990","1990",63.0066,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1991","1991",64.32246,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1992","1992",64.9052,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1993","1993",63.10153,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1994","1994",64.85776,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1995","1995",64.74943,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1996","1996",64.89883,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1998","1998",58.41084,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","1999","1999",55.47233,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2000","2000",76.49961,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2001","2001",76.78652,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2002","2002",77.57909,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2003","2003",77.78025,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2004","2004",75.80694,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2005","2005",75.17067,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2006","2006",75.61756,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2007","2007",73.564,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2008","2008",74.47969,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2009","2009",74.8169,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2010","2010",77.31182,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2011","2011",79.03802,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2012","2012",80.17227,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2013","2013",77.87065,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2014","2014",78.65052,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2015","2015",78.79544,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2016","2016",79.1943,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LSO","Lesotho","2017","2017",80.55447,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2002","2002",96.34969,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2003","2003",90.12416,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2004","2004",89.53957,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2005","2005",89.78973,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2006","2006",88.58783,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2007","2007",88.06899,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2008","2008",87.9705,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2009","2009",88.35118,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2010","2010",91.05125,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2011","2011",93.46766,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2012","2012",94.63726,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2013","2013",95.09208,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","UKR","Ukraine","2014","2014",93.73723,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CMR","Cameroon","1990","1990",68.85068,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CMR","Cameroon","1991","1991",67.2027,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CMR","Cameroon","2011","2011",85.6196,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CMR","Cameroon","2012","2012",89.13725,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CMR","Cameroon","2014","2014",90.45483,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CMR","Cameroon","2015","2015",91.25783,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CMR","Cameroon","2016","2016",91.54872,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CMR","Cameroon","2017","2017",91.55313,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1994","1994",92.28863,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1995","1995",92.65225,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1996","1996",93.69231,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1997","1997",96.07215,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1998","1998",96.45956,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","1999","1999",96.2613,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2000","2000",96.9948,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2001","2001",98.56831,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2002","2002",99.36754,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2003","2003",99.31123,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2005","2005",99.37655,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2006","2006",99.45543,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2007","2007",99.36834,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2008","2008",97.2402,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2009","2009",99.13356,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2010","2010",99.27916,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2011","2011",99.16683,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2012","2012",98.82649,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2013","2013",99.04888,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2014","2014",99.0287,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2015","2015",99.04554,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ECU","Ecuador","2016","2016",98.91843,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AGO","Angola","1998","1998",45.04854,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AGO","Angola","2008","2008",81.92179,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AGO","Angola","2009","2009",80.71099,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AGO","Angola","2010","2010",81.34668,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AGO","Angola","2011","2011",80.99965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1990","1990",97.32402,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1991","1991",97.67255,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1992","1992",94.73369,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1993","1993",89.58694,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1994","1994",87.22965,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1995","1995",87.92818,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1996","1996",85.05253,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1997","1997",81.56646,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","1998","1998",81.89296,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2007","2007",94.38354,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2012","2012",94.65951,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2013","2013",93.56582,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2014","2014",94.72532,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2015","2015",99.07086,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARE","United Arab Emirates","2016","2016",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","1993","1993",94.16968,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","1995","1995",88.95977,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","1998","1998",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","1999","1999",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2000","2000",99.90788,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2001","2001",99.4991,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2002","2002",99.43566,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2003","2003",99.09127,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2004","2004",98.54097,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2005","2005",98.21609,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2006","2006",98.26599,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2007","2007",98.15818,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2008","2008",97.95104,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2009","2009",98.1518,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2010","2010",98.13508,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2011","2011",98.23091,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2012","2012",93.3815,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2013","2013",96.10726,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2014","2014",96.28467,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2015","2015",97.7026,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2016","2016",99.09854,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2017","2017",99.04633,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PER","Peru","2018","2018",99.05031,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1990","1990",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1991","1991",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1992","1992",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1993","1993",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1994","1994",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1995","1995",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1996","1996",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1997","1997",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1998","1998",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","1999","1999",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2000","2000",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2001","2001",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2002","2002",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2003","2003",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2004","2004",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2005","2005",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2006","2006",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2007","2007",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2008","2008",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2009","2009",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2010","2010",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2011","2011",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2012","2012",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2013","2013",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2014","2014",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2015","2015",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2016","2016",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2017","2017",,"a","Category not applicable" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VAT","Holy See","2018","2018",,"a","Category not applicable" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","1999","1999",97.24928,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2000","2000",96.9824,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2001","2001",96.73905,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2002","2002",95.83192,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2003","2003",94.91684,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2004","2004",94.11741,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2005","2005",93.50031,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2006","2006",93.58555,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2007","2007",93.69469,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2008","2008",94.20135,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2009","2009",94.75294,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2010","2010",95.22733,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2011","2011",95.1455,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2012","2012",95.66983,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2013","2013",95.94423,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2014","2014",95.34137,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2015","2015",95.14733,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","POL","Poland","2016","2016",95.59691,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","1994","1994",64.1835,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2000","2000",71.48512,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2001","2001",76.08479,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2002","2002",74.29677,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2003","2003",70.24342,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2008","2008",47.11885,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2009","2009",45.65199,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2010","2010",44.66103,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2011","2011",45.51886,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2012","2012",46.88958,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GNQ","Equatorial Guinea","2015","2015",43.74407,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","1990","1990",30.73785,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","1992","1992",32.4746,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","1993","1993",29.29704,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","1994","1994",30.23315,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","1995","1995",31.31098,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","1996","1996",31.70298,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","1997","1997",30.50633,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","1999","1999",30.95779,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2000","2000",30.60974,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2001","2001",33.55206,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2002","2002",35.23399,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2004","2004",39.20576,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2005","2005",40.50545,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2006","2006",43.64816,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2007","2007",46.47132,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2008","2008",48.98934,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2009","2009",47.98646,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2011","2011",56.82527,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2013","2013",57.2554,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2014","2014",66.38138,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2015","2015",58.8093,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2016","2016",55.35859,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2017","2017",58.14414,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","DJI","Djibouti","2018","2018",61.22816,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1994","1994",73.40768,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1995","1995",71.51112,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1998","1998",68.34653,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","1999","1999",66.85288,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2000","2000",66.64022,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2001","2001",66.2554,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2002","2002",69.05035,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2004","2004",81.24035,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2005","2005",89.19946,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2006","2006",87.26496,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2007","2007",89.59577,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2008","2008",90.06242,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2009","2009",87.11705,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2010","2010",84.57518,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2011","2011",88.40858,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2012","2012",90.12531,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2013","2013",87.90741,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ZMB","Zambia","2017","2017",86.02154,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1991","1991",86.9027,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1994","1994",91.45908,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1995","1995",92.58482,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1998","1998",93.2094,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","1999","1999",94.11604,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2000","2000",92.17714,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2001","2001",92.24519,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2002","2002",92.30687,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2003","2003",92.52134,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2004","2004",92.32776,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2005","2005",91.00074,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ZAF","South Africa","2015","2015",91.55319,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1990","1990",94.73268,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1991","1991",95.76462,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1992","1992",96.16342,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1993","1993",96.2082,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1994","1994",96.43585,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1995","1995",96.46909,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1996","1996",96.37966,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1997","1997",95.57886,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1998","1998",96.59739,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","1999","1999",96.52889,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2000","2000",96.86071,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2001","2001",97.52997,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2002","2002",97.70474,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2003","2003",98.38328,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2004","2004",98.99924,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2005","2005",99.19529,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2006","2006",99.05922,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2007","2007",98.962,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2008","2008",99.01703,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2009","2009",98.91213,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2010","2010",98.92807,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SYR","Syrian Arab Republic","2013","2013",67.23215,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1990","1990",88.49217,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1991","1991",90.49207,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1992","1992",89.44596,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1993","1993",88.69722,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1994","1994",88.73468,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1995","1995",80.55418,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1996","1996",81.62829,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1998","1998",85.53914,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","1999","1999",84.82291,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2000","2000",85.97819,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2001","2001",87.50551,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2002","2002",87.43292,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2003","2003",87.49584,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2004","2004",86.71771,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2005","2005",88.56165,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2006","2006",88.95477,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2007","2007",87.98704,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2008","2008",87.64027,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2009","2009",87.96676,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2012","2012",94.17393,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2013","2013",94.64097,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BWA","Botswana","2014","2014",90.74813,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1991","1991",27.18227,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1992","1992",27.70352,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1993","1993",28.68706,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1994","1994",29.91303,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1995","1995",31.53515,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1998","1998",34.98034,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","1999","1999",35.51457,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2000","2000",36.7463,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2001","2001",37.77186,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2002","2002",36.72142,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2003","2003",39.04855,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2004","2004",41.14892,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2005","2005",45.97286,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2006","2006",49.62343,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2007","2007",54.95361,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2008","2008",61.00304,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2009","2009",63.89452,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2010","2010",60.21008,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2011","2011",64.89106,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2012","2012",66.07419,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2013","2013",66.97221,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2014","2014",68.30393,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2015","2015",69.96008,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2016","2016",75.85293,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BFA","Burkina Faso","2017","2017",77.00493,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRQ","Iraq","1993","1993",73.76117,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRQ","Iraq","1996","1996",71.12847,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRQ","Iraq","1999","1999",83.04126,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRQ","Iraq","2000","2000",82.05639,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRQ","Iraq","2004","2004",86.69343,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","IRQ","Iraq","2007","2007",86.59845,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","1990","1990",86.83919,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","1999","1999",92.79858,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2000","2000",94.68661,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2001","2001",95.82107,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2002","2002",97.73853,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2004","2004",98.12574,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2005","2005",97.61097,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2006","2006",98.25651,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2007","2007",98.10928,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2008","2008",96.92508,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2009","2009",93.9163,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2010","2010",95.43679,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2011","2011",94.67495,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2012","2012",94.19492,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2013","2013",92.50454,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2014","2014",90.24682,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PAN","Panama","2015","2015",87.39341,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","1999","1999",63.13629,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2000","2000",66.50717,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2001","2001",67.52009,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2002","2002",61.70423,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2003","2003",72.76976,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2004","2004",70.97219,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2005","2005",71.94646,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2006","2006",71.5382,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2007","2007",81.0672,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2008","2008",77.83292,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2009","2009",79.43925,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","KEN","Kenya","2012","2012",84.94183,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","1990","1990",98.6982,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","2000","2000",92.62684,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","2001","2001",93.61632,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","2002","2002",99.52204,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","2003","2003",98.29659,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","2004","2004",96.37275,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","2005","2005",93.96963,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","2006","2006",96.56523,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LCA","Saint Lucia","2007","2007",95.84399,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1990","1990",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1991","1991",98.37877,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1992","1992",96.76554,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1998","1998",99.87134,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","1999","1999",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2000","2000",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2001","2001",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2002","2002",99.81753,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2003","2003",99.99594,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2004","2004",99.39607,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2005","2005",99.99994,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2006","2006",99.81127,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2007","2007",97.97846,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2008","2008",98.91548,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2009","2009",98.16507,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2010","2010",98.51144,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2011","2011",98.53618,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2012","2012",98.7385,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2013","2013",99.77758,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2014","2014",99.81163,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2015","2015",99.8812,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GBR","United Kingdom of Great Britain and Northern Ireland","2016","2016",99.69201,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHN","China","1990","1990",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHN","China","1991","1991",99.00625,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHN","China","1992","1992",97.28421,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHN","China","1993","1993",95.70122,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHN","China","1994","1994",93.87198,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHN","China","1995","1995",91.92768,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHN","China","1996","1996",90.69933,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CHN","China","1997","1997",90.03011,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","1994","1994",93.37255,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","1998","1998",96.25547,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","1999","1999",95.86559,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2000","2000",97.55949,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2001","2001",97.64161,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2007","2007",98.36961,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2009","2009",99.72969,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2010","2010",99.42758,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2011","2011",98.49808,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2012","2012",98.62626,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2014","2014",99.19024,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2015","2015",99.44126,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2016","2016",98.64216,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","WSM","Samoa","2017","2017",99.38323,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDG","Madagascar","1990","1990",64.66574,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDG","Madagascar","1995","1995",51.88875,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDG","Madagascar","1996","1996",56.84055,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDG","Madagascar","1999","1999",64.66209,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDG","Madagascar","2000","2000",66.05846,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDG","Madagascar","2001","2001",67.28681,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDG","Madagascar","2002","2002",68.0486,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MDG","Madagascar","2003","2003",77.96329,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2004","2004",99.45265,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2005","2005",98.20446,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2006","2006",99.34942,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MSR","Montserrat","2007","2007",96.18326,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1990","1990",99.0113,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1991","1991",99.56338,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1992","1992",99.47676,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1993","1993",99.79167,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1994","1994",99.42483,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1995","1995",99.11379,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1996","1996",97.91229,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1997","1997",96.27961,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","1999","1999",95.75204,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2000","2000",96.6708,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2001","2001",98.07951,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2002","2002",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2003","2003",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2004","2004",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2005","2005",99.07254,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2006","2006",98.59748,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2007","2007",97.87776,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2008","2008",98.37767,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2009","2009",98.94261,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2010","2010",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2012","2012",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2013","2013",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2014","2014",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2015","2015",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUN","Tunisia","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1990","1990",45.67979,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1991","1991",45.62435,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1992","1992",46.52733,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1993","1993",48.74484,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1994","1994",51.65085,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1995","1995",54.69077,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1996","1996",57.28802,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1997","1997",59.17649,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1998","1998",60.08084,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","1999","1999",69.54649,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2000","2000",74.21216,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2001","2001",77.96419,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2002","2002",81.9178,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2003","2003",83.93354,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2004","2004",83.99888,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2005","2005",85.07348,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2006","2006",86.56249,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2007","2007",88.36747,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2008","2008",89.1329,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2009","2009",88.96525,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2010","2010",92.41003,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2011","2011",93.61999,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2012","2012",93.05106,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2013","2013",94.43938,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2014","2014",93.84458,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2016","2016",95.1661,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MAR","Morocco","2017","2017",97.06496,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1994","1994",19.10539,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1995","1995",21.84534,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1996","1996",26.06624,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1998","1998",33.50045,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","1999","1999",35.99228,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2000","2000",40.06842,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2001","2001",44.33089,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2002","2002",46.56483,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2003","2003",47.35251,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2004","2004",50.22879,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2005","2005",61.1572,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2006","2006",65.83651,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2007","2007",71.13147,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2008","2008",76.78295,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2009","2009",76.36768,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2010","2010",74.47323,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2011","2011",78.46419,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2012","2012",80.04932,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2014","2014",86.74096,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ETH","Ethiopia","2015","2015",86.44679,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","1996","1996",79.47675,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","1997","1997",87.70647,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","1998","1998",95.80818,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","1999","1999",96.05625,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2000","2000",96.45953,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2001","2001",96.7731,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2002","2002",96.85725,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2003","2003",95.85825,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2004","2004",95.48257,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2005","2005",96.47137,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2006","2006",96.95689,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2007","2007",96.15585,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2008","2008",96.93764,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2009","2009",97.18417,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2010","2010",96.8483,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2011","2011",96.22353,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2012","2012",95.69838,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2013","2013",95.72604,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2014","2014",95.96557,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2015","2015",96.17438,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","HUN","Hungary","2016","2016",96.74053,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1991","1991",96.17142,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1992","1992",96.14938,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1993","1993",91.32005,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1994","1994",83.26495,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1995","1995",84.66302,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1996","1996",93.50836,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1997","1997",90.12694,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1998","1998",88.72601,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","1999","1999",95.18814,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2000","2000",91.50669,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2001","2001",88.72281,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2002","2002",88.25236,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2003","2003",86.56848,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2004","2004",87.48195,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2005","2005",86.98028,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2006","2006",87.15759,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2007","2007",86.81368,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2008","2008",86.6739,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2009","2009",88.02572,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2010","2010",87.52558,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2011","2011",90.1018,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2012","2012",92.32448,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2013","2013",98.27657,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2014","2014",99.25474,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2015","2015",98.84333,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2016","2016",99.20537,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AZE","Azerbaijan","2017","2017",97.93103,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","1990","1990",69.24961,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","1991","1991",63.53045,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","2005","2005",55.41766,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","2006","2006",56.15276,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","2007","2007",65.66197,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","2008","2008",74.96557,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","2009","2009",75.426,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","2010","2010",77.59288,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","2011","2011",74.80453,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","CAF","Central African Republic","2012","2012",76.64166,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SDN","Sudan","2011","2011",55.57246,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SDN","Sudan","2012","2012",56.81843,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SDN","Sudan","2013","2013",58.03168,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SDN","Sudan","2014","2014",59.15437,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SDN","Sudan","2015","2015",59.58011,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SDN","Sudan","2016","2016",62.55882,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SDN","Sudan","2017","2017",61.58681,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SSD","South Sudan","2011","2011",33.95156,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SSD","South Sudan","2015","2015",27.76587,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBR","Liberia","1999","1999",52.57543,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBR","Liberia","2006","2006",35.13252,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBR","Liberia","2008","2008",44.03249,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBR","Liberia","2009","2009",41.84086,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBR","Liberia","2011","2011",42.11373,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBR","Liberia","2014","2014",39.19072,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LBR","Liberia","2015","2015",38.96254,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2002","2002",86.56538,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2003","2003",85.2991,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2005","2005",87.62258,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2006","2006",91.20347,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2007","2007",95.92612,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2011","2011",94.63208,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2012","2012",96.02684,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2013","2013",96.24732,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2014","2014",93.68579,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2015","2015",92.29826,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2016","2016",92.09656,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ARM","Armenia","2017","2017",92.44094,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","1997","1997",89.79967,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","1998","1998",91.03668,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","1999","1999",91.91539,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2000","2000",97.593,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2003","2003",99.35833,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2006","2006",95.67571,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2007","2007",97.74738,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2008","2008",96.41851,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2010","2010",94.55932,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2011","2011",99.76249,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2012","2012",99.68008,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2014","2014",96.10171,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2015","2015",94.03066,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2016","2016",92.80914,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","KHM","Cambodia","2017","2017",90.76655,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","1997","1997",93.58252,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","1999","1999",95.53635,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2000","2000",96.71217,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2001","2001",97.05693,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2002","2002",97.61183,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2004","2004",98.58031,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2005","2005",97.74384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2006","2006",97.2396,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2007","2007",96.73142,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2008","2008",95.66846,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2009","2009",95.84686,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2015","2015",96.3452,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2016","2016",98.21212,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MDV","Maldives","2017","2017",99.49878,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AGO","Angola","1998","1998",48.91116,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AGO","Angola","2008","2008",80.55289,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AGO","Angola","2009","2009",80.14248,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AGO","Angola","2010","2010",83.04865,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AGO","Angola","2011","2011",88.78511,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","1995","1995",82.53185,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","1996","1996",82.41838,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","1997","1997",83.72236,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2004","2004",85.83862,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2005","2005",84.72517,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2006","2006",86.67715,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2007","2007",93.10122,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2008","2008",95.31928,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2009","2009",94.6559,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2011","2011",95.9199,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2012","2012",97.77207,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2013","2013",99.3851,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2014","2014",99.53606,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2015","2015",99.4655,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2016","2016",99.55309,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GEO","Georgia","2017","2017",97.93477,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PNG","Papua New Guinea","2012","2012",71.22858,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PNG","Papua New Guinea","2016","2016",75.75621,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MWI","Malawi","1999","1999",95.47897,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MWI","Malawi","2002","2002",98.5072,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MWI","Malawi","2004","2004",97.25844,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MWI","Malawi","2005","2005",96.71576,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MWI","Malawi","2006","2006",95.22304,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MWI","Malawi","2007","2007",90.75802,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MWI","Malawi","2008","2008",96.96694,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MWI","Malawi","2009","2009",96.82519,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","1999","1999",95.82315,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2008","2008",98.36222,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2009","2009",97.4331,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2010","2010",97.60334,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2011","2011",97.66381,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2012","2012",96.78682,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2013","2013",96.19123,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2014","2014",95.83892,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2015","2015",95.86931,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2016","2016",96.13208,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","LVA","Latvia","2017","2017",96.428,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NRU","Nauru","2012","2012",78.22932,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NRU","Nauru","2014","2014",85.06057,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","NRU","Nauru","2016","2016",85.76733,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MHL","Marshall Islands","2002","2002",98.63014,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MHL","Marshall Islands","2015","2015",76.19886,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MHL","Marshall Islands","2016","2016",76.06894,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLB","Solomon Islands","2005","2005",73.99164,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLB","Solomon Islands","2006","2006",78.96133,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLB","Solomon Islands","2007","2007",79.25538,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLB","Solomon Islands","2013","2013",70.97352,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLB","Solomon Islands","2014","2014",69.96342,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLB","Solomon Islands","2015","2015",70.73389,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLB","Solomon Islands","2016","2016",72.89054,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SLB","Solomon Islands","2017","2017",69.79238,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NRU","Nauru","2012","2012",77.93904,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NRU","Nauru","2014","2014",84.92598,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","NRU","Nauru","2016","2016",85.39604,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UGA","Uganda","2009","2009",89.64146,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UGA","Uganda","2010","2010",86.34441,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UGA","Uganda","2011","2011",89.09927,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UGA","Uganda","2013","2013",89.46994,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","1997","1997",93.22034,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","1999","1999",95.65908,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2000","2000",97.56456,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2001","2001",98.73385,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2002","2002",98.63045,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2005","2005",97.90763,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2006","2006",97.5972,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2007","2007",97.60158,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2008","2008",95.37187,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2009","2009",95.18448,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2015","2015",96.32631,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2016","2016",98.92417,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MDV","Maldives","2017","2017",99.50405,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1996","1996",45.85734,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1997","1997",46.8718,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","1999","1999",48.1937,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2000","2000",47.08185,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2001","2001",50.98192,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2002","2002",50.31298,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2003","2003",49.88248,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2009","2009",51.04279,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2013","2013",65.39406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2014","2014",68.77008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2015","2015",72.96339,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2016","2016",79.63181,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","CIV","Côte d'Ivoire","2017","2017",82.14026,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRI","Puerto Rico","2010","2010",89.56876,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRI","Puerto Rico","2011","2011",86.20643,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRI","Puerto Rico","2012","2012",86.70353,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRI","Puerto Rico","2013","2013",85.79108,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRI","Puerto Rico","2014","2014",86.29397,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRI","Puerto Rico","2015","2015",84.3379,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRI","Puerto Rico","2016","2016",78.52374,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","1999","1999",98.5981,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2000","2000",96.50905,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2001","2001",94.48395,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2003","2003",92.39348,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2004","2004",91.07287,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2008","2008",87.32932,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2009","2009",86.14224,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2010","2010",86.48254,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2011","2011",87.32692,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2012","2012",90.85573,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2013","2013",94.76891,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2014","2014",96.37151,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2015","2015",96.274,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2016","2016",96.20009,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ALB","Albania","2017","2017",97.61958,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","1999","1999",74.96996,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","2000","2000",80.42634,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","2003","2003",86.00551,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","2004","2004",86.49989,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","2011","2011",98.88186,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","2014","2014",94.74759,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","2015","2015",97.3097,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","2016","2016",97.0167,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","NPL","Nepal","2017","2017",96.07598,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","1990","1990",88.74613,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2000","2000",91.04334,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2001","2001",90.20978,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2002","2002",89.44898,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2003","2003",89.99512,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2007","2007",97.66641,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2008","2008",96.4151,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2009","2009",94.54788,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2010","2010",95.31672,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2011","2011",94.50242,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2012","2012",96.35576,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","IND","India","2013","2013",97.08727,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COK","Cook Islands","1998","1998",91.08417,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COK","Cook Islands","1999","1999",86.6572,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COK","Cook Islands","2000","2000",91.65275,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","COK","Cook Islands","2013","2013",96.8254,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GAB","Gabon","1997","1997",91.39805,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","1998","1998",52.98762,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","1999","1999",53.91,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2000","2000",56.69387,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2001","2001",59.88202,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2005","2005",69.62465,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2006","2006",73.33721,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2008","2008",78.67379,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2009","2009",83.10204,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2010","2010",84.94343,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2011","2011",85.90296,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2012","2012",87.49841,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2013","2013",84.84935,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2015","2015",82.77847,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2016","2016",80.97812,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BTN","Bhutan","2017","2017",79.86966,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2002","2002",83.97026,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2003","2003",82.32659,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2005","2005",80.02131,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2006","2006",82.1462,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2007","2007",86.67077,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2011","2011",94.63208,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2012","2012",96.02684,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2013","2013",94.71594,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2014","2014",93.27482,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2015","2015",91.96234,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2016","2016",91.84445,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ARM","Armenia","2017","2017",92.05458,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2003","2003",97.32857,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2005","2005",97.83755,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2006","2006",97.92023,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2007","2007",95.88454,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2008","2008",95.68817,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2011","2011",91.9909,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2012","2012",96.93397,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2015","2015",94.62838,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2016","2016",92.48705,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MNE","Montenegro","2017","2017",95.93023,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FSM","Micronesia (Federated States of)","2014","2014",83.89062,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","FSM","Micronesia (Federated States of)","2015","2015",85.39293,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SMR","San Marino","2009","2009",92.97365,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SMR","San Marino","2012","2012",92.90323,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRI","Puerto Rico","2010","2010",89.21048,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRI","Puerto Rico","2011","2011",81.64207,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRI","Puerto Rico","2012","2012",82.57782,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRI","Puerto Rico","2013","2013",81.82889,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRI","Puerto Rico","2014","2014",82.37756,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRI","Puerto Rico","2015","2015",80.51988,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRI","Puerto Rico","2016","2016",75.0944,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","HTI","Haiti","1997","1997",56.87638,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2007","2007",90.47716,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2008","2008",89.01528,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2009","2009",88.67236,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2010","2010",89.75012,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2011","2011",90.40612,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2012","2012",92.10371,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2013","2013",93.39148,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2014","2014",94.52739,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2015","2015",95.21566,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2016","2016",95.84285,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","UZB","Uzbekistan","2017","2017",97.11117,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PNG","Papua New Guinea","2012","2012",67.34824,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PNG","Papua New Guinea","2016","2016",73.00112,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AGO","Angola","1998","1998",45.04854,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AGO","Angola","2008","2008",74.89366,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AGO","Angola","2009","2009",74.14881,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AGO","Angola","2010","2010",75.28184,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","AGO","Angola","2011","2011",77.45058,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","1994","1994",78.59044,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","1997","1997",80.86414,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","1999","1999",81.25593,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2000","2000",83.72053,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2001","2001",85.57756,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2002","2002",87.42874,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2003","2003",89.42414,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2004","2004",92.13483,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2012","2012",97.09499,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2014","2014",97.12528,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2016","2016",99.18025,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","EGY","Egypt","2017","2017",99.16904,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FSM","Micronesia (Federated States of)","2014","2014",85.88917,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","FSM","Micronesia (Federated States of)","2015","2015",82.72399,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1990","1990",90.09345,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.33512,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1999","1999",87.17668,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2000","2000",86.31526,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2001","2001",83.9947,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2002","2002",84.65959,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2003","2003",84.69791,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2004","2004",85.13613,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2005","2005",85.29263,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2006","2006",84.96673,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2007","2007",86.02578,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2008","2008",86.04241,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2009","2009",84.71788,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2010","2010",84.42285,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2011","2011",85.79683,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2012","2012",87.37408,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2013","2013",89.52263,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2014","2014",93.99382,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2015","2015",97.84295,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2016","2016",98.67832,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2017","2017",99.00911,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2008","2008",68.43468,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2009","2009",76.16498,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2010","2010",86.06437,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2011","2011",91.29777,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2012","2012",90.74561,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2013","2013",89.59612,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2014","2014",87.96605,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2015","2015",85.03545,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2016","2016",81.32243,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","TLS","Timor-Leste","2017","2017",79.77446,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNB","Guinea-Bissau","2000","2000",39.57113,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GNB","Guinea-Bissau","2010","2010",70.17047,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","1995","1995",87.95851,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","1996","1996",91.28062,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","1999","1999",98.35422,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2000","2000",98.00857,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2001","2001",97.88435,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2003","2003",96.46589,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2004","2004",95.49894,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2005","2005",95.72521,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2006","2006",95.5973,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2007","2007",96.59281,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2008","2008",96.37451,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2009","2009",96.48933,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2010","2010",99.5684,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2011","2011",99.52095,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2012","2012",99.40163,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2013","2013",98.36838,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2014","2014",93.82156,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2015","2015",92.89542,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","EST","Estonia","2016","2016",93.07955,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","THA","Thailand","2006","2006",99.68809,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","THA","Thailand","2007","2007",99.23902,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","THA","Thailand","2008","2008",98.60382,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","THA","Thailand","2009","2009",98.23624,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","1994","1994",93.37255,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","1998","1998",96.19803,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","1999","1999",92.68121,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2000","2000",91.50019,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2001","2001",94.74684,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2007","2007",98.36961,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2009","2009",99.72969,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2010","2010",96.75891,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2011","2011",95.03154,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2012","2012",96.10919,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2014","2014",97.29307,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2015","2015",97.32764,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2016","2016",96.34263,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","WSM","Samoa","2017","2017",96.19354,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","1999","1999",95.90654,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2000","2000",95.17524,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2001","2001",94.16091,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2003","2003",91.82483,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2004","2004",91.58021,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2008","2008",86.95978,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2009","2009",85.24368,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2010","2010",86.04671,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2011","2011",87.03375,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2012","2012",90.03854,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2013","2013",93.92579,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2014","2014",95.92709,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2015","2015",94.85662,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2016","2016",95.06893,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ALB","Albania","2017","2017",96.45315,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SDN","Sudan","2011","2011",58.98085,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SDN","Sudan","2012","2012",55.4085,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SDN","Sudan","2013","2013",56.34353,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SDN","Sudan","2014","2014",56.63365,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SDN","Sudan","2015","2015",57.32383,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SDN","Sudan","2016","2016",59.56956,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SDN","Sudan","2017","2017",62.13858,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2002","2002",87.13227,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2003","2003",85.53155,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2005","2005",88.61333,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2006","2006",92.21765,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2007","2007",97.07698,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2011","2011",95.15386,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2012","2012",96.42691,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2013","2013",96.54687,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2014","2014",93.98124,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2015","2015",92.80933,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2016","2016",92.32759,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ARM","Armenia","2017","2017",92.39764,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COK","Cook Islands","1998","1998",90.8209,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COK","Cook Islands","1999","1999",86.26068,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2000","2000",94.33628,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2010","2010",98.43514,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2012","2012",98.50793,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2013","2013",96.87816,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2014","2014",97.85553,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","COK","Cook Islands","2015","2015",95.81028,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUV","Tuvalu","2014","2014",87.74896,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TUV","Tuvalu","2016","2016",84.57044,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2002","2002",98.03301,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2011","2011",99.7082,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2015","2015",78.4078,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2016","2016",78.53368,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SSD","South Sudan","2011","2011",47.61081,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SSD","South Sudan","2015","2015",36.4035,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","1999","1999",97.09711,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2000","2000",94.00387,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2001","2001",91.56216,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2003","2003",92.39922,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2004","2004",93.54373,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2005","2005",92.58314,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2006","2006",93.70289,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2007","2007",93.74835,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2008","2008",93.25755,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2009","2009",94.47304,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2010","2010",95.09015,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2011","2011",94.03119,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2012","2012",96.38853,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2013","2013",95.01464,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2014","2014",95.22063,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2015","2015",95.05993,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2016","2016",94.95898,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BLZ","Belize","2017","2017",95.20592,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLB","Solomon Islands","2005","2005",74.02228,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLB","Solomon Islands","2006","2006",79.5247,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLB","Solomon Islands","2007","2007",79.2634,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLB","Solomon Islands","2013","2013",70.97352,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLB","Solomon Islands","2014","2014",69.96342,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLB","Solomon Islands","2015","2015",70.73389,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLB","Solomon Islands","2016","2016",72.89054,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","SLB","Solomon Islands","2017","2017",69.79238,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2000","2000",86.15579,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2001","2001",88.34377,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2002","2002",90.11345,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2003","2003",91.19536,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2004","2004",91.90308,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2005","2005",90.47526,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2006","2006",88.89961,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2007","2007",88.37485,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2008","2008",89.76004,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2009","2009",88.99993,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2011","2011",87.68947,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2012","2012",85.9668,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2013","2013",85.73029,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2014","2014",85.99656,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2015","2015",85.8207,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2016","2016",87.13858,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2017","2017",86.28515,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","KAZ","Kazakhstan","2018","2018",87.85977,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","AFG","Afghanistan","1993","1993",40.90593,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GAB","Gabon","1997","1997",91.26618,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GAB","Gabon","1997","1997",91.13219,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2000","2000",93.20687,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2001","2001",94.44122,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2002","2002",91.74817,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2003","2003",93.58867,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2004","2004",92.11263,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2005","2005",91.48184,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2006","2006",91.71587,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2007","2007",85.6212,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2008","2008",92.03689,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2009","2009",90.94468,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2010","2010",90.07306,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MMR","Myanmar","2017","2017",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHN","China","1990","1990",93.55173,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHN","China","1991","1991",93.22355,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHN","China","1992","1992",92.07016,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHN","China","1993","1993",90.93328,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHN","China","1994","1994",89.64252,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHN","China","1995","1995",88.59098,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHN","China","1996","1996",88.1048,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","CHN","China","1997","1997",88.18124,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","AFG","Afghanistan","1993","1993",28.17121,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","1991","1991",85.57737,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","1994","1994",90.82116,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","1995","1995",91.89458,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","1998","1998",91.90956,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","1999","1999",92.81287,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","2000","2000",91.39928,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","2001","2001",91.05132,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","2002","2002",90.97258,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","2003","2003",91.44246,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","2004","2004",91.47241,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","2005","2005",90.12861,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ZAF","South Africa","2015","2015",91.30817,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","AFG","Afghanistan","1993","1993",40.90593,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2002","2002",47.46721,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2003","2003",50.97085,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2004","2004",58.64692,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2005","2005",63.10356,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2006","2006",58.14376,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2007","2007",64.22389,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2008","2008",65.33633,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2009","2009",67.08324,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2010","2010",68.25285,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2011","2011",65.82378,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2012","2012",65.91929,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2013","2013",70.23617,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2014","2014",72.61509,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2015","2015",73.58558,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2016","2016",77.22243,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PAK","Pakistan","2017","2017",77.02821,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2007","2007",96.755,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2008","2008",96.36088,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2009","2009",94.16754,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2010","2010",94.93716,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2011","2011",93.86512,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2012","2012",93.38785,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2013","2013",92.94502,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2014","2014",93.39452,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2015","2015",94.39855,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2016","2016",95.80443,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CHL","Chile","2017","2017",97.76963,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2002","2002",86.56538,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2003","2003",85.2991,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2005","2005",87.62258,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2006","2006",91.20347,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2007","2007",95.92612,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2011","2011",94.63208,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2012","2012",96.02684,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2013","2013",96.24732,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2014","2014",93.68579,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2015","2015",92.29826,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2016","2016",92.09656,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ARM","Armenia","2017","2017",92.44094,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SMR","San Marino","2009","2009",92.11618,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SMR","San Marino","2010","2010",94.19956,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SMR","San Marino","2011","2011",96.99266,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SMR","San Marino","2012","2012",93.12389,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2007","2007",92.41756,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2008","2008",93.58764,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2009","2009",93.01059,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2010","2010",93.81894,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2011","2011",94.41854,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2012","2012",96.0697,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2013","2013",97.20827,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2014","2014",98.59889,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2015","2015",99.24127,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2016","2016",99.26802,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UZB","Uzbekistan","2017","2017",99.23167,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2007","2007",93.02842,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2008","2008",91.50669,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2009","2009",91.21163,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2010","2010",92.39366,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2011","2011",93.25807,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2012","2012",94.86445,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2013","2013",96.07592,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2014","2014",97.19531,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2015","2015",97.82188,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2016","2016",98.18558,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","UZB","Uzbekistan","2017","2017",99.33177,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PLW","Palau","2013","2013",98.34171,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PLW","Palau","2014","2014",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","1996","1996",92.72327,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","1997","1997",94.19631,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","1998","1998",96.00536,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","1999","1999",97.21018,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2000","2000",96.78972,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2001","2001",96.81008,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2002","2002",96.21512,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2003","2003",96.57664,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2004","2004",97.16899,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2005","2005",95.91291,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2006","2006",96.69775,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2007","2007",99.52608,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2008","2008",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2009","2009",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2010","2010",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2011","2011",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2012","2012",98.07437,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2013","2013",96.61152,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2014","2014",96.2375,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2015","2015",94.89286,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BGR","Bulgaria","2016","2016",93.2288,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","1999","1999",50.88164,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2002","2002",58.08587,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2003","2003",58.09155,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2004","2004",55.89704,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2005","2005",62.93659,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2006","2006",63.81375,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2007","2007",65.77832,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2009","2009",72.9719,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2010","2010",73.63326,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2011","2011",74.22603,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2012","2012",71.59151,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2014","2014",67.25697,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2015","2015",64.34658,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2016","2016",66.13217,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MLI","Mali","2017","2017",70.99335,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1991","1991",47.71637,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1992","1992",48.07795,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1996","1996",53.57624,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1997","1997",54.71443,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","1999","1999",56.82821,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2000","2000",55.93253,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2001","2001",60.02847,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2002","2002",60.20069,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2003","2003",55.77923,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2009","2009",56.13078,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2013","2013",69.48177,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2014","2014",74.11694,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2015","2015",77.70366,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2016","2016",87.76549,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","CIV","Côte d'Ivoire","2017","2017",89.17269,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PNG","Papua New Guinea","2012","2012",67.34824,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PNG","Papua New Guinea","2016","2016",92.14362,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLE","Sierra Leone","2012","2012",93.89312,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLE","Sierra Leone","2013","2013",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLE","Sierra Leone","2015","2015",95.62467,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLE","Sierra Leone","2016","2016",99.39668,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLE","Sierra Leone","2017","2017",98.6278,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1990","1990",90.09345,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.33512,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","1999","1999",90.44319,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2000","2000",89.39834,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2001","2001",86.78906,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2002","2002",87.12518,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2003","2003",87.0365,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2004","2004",87.26206,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2005","2005",87.17675,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2006","2006",86.53263,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2007","2007",87.74526,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2008","2008",87.30179,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2009","2009",85.87801,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2010","2010",85.68188,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2011","2011",86.97673,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2012","2012",88.61192,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2013","2013",90.67748,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2014","2014",95.27361,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2015","2015",99.19004,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2016","2016",99.7518,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MAC","China, Macao Special Administrative Region","2017","2017",99.90667,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","1998","1998",89.98435,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","1999","1999",84.50156,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2000","2000",95.85687,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2005","2005",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2007","2007",93.83621,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2010","2010",98.23079,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2011","2011",98.04639,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2012","2012",97.97678,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2013","2013",97.48568,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2014","2014",96.18642,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2015","2015",91.81478,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","COK","Cook Islands","2016","2016",94.43778,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FSM","Micronesia (Federated States of)","2014","2014",86.24457,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","FSM","Micronesia (Federated States of)","2015","2015",82.72399,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MHL","Marshall Islands","2002","2002",98.28024,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MHL","Marshall Islands","2011","2011",99.39383,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MHL","Marshall Islands","2015","2015",81.8118,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MHL","Marshall Islands","2016","2016",82.40891,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BMU","Bermuda","2005","2005",100,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BMU","Bermuda","2011","2011",88.39849,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BMU","Bermuda","2012","2012",81.50338,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1996","1996",61.29394,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1997","1997",62.53395,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","1999","1999",64.60077,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2000","2000",64.241,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2001","2001",68.30942,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2002","2002",69.2531,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2003","2003",61.60898,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2009","2009",61.12017,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2013","2013",72.23416,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2014","2014",78.66727,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2015","2015",82.42381,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2016","2016",92.4447,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","CIV","Côte d'Ivoire","2017","2017",93.26904,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLE","Sierra Leone","2012","2012",92.6725,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLE","Sierra Leone","2013","2013",99.90663,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLE","Sierra Leone","2015","2015",95.41422,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLE","Sierra Leone","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLE","Sierra Leone","2017","2017",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VUT","Vanuatu","1999","1999",98.26808,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VUT","Vanuatu","2000","2000",100,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VUT","Vanuatu","2001","2001",99.1871,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VUT","Vanuatu","2002","2002",98.50387,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VUT","Vanuatu","2003","2003",99.36588,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VUT","Vanuatu","2004","2004",97.90689,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VUT","Vanuatu","2005","2005",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VUT","Vanuatu","2015","2015",98.16975,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2009","2009",91.41704,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2010","2010",96.63802,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2011","2011",96.6245,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2012","2012",99.53505,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2013","2013",97.82628,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2014","2014",97.46168,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2015","2015",99.65471,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SAU","Saudi Arabia","2016","2016",98.87548,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLB","Solomon Islands","2005","2005",74.02228,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLB","Solomon Islands","2006","2006",79.5247,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLB","Solomon Islands","2007","2007",79.2634,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLB","Solomon Islands","2013","2013",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLB","Solomon Islands","2014","2014",98.83879,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLB","Solomon Islands","2015","2015",99.82552,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLB","Solomon Islands","2016","2016",81.81275,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SLB","Solomon Islands","2017","2017",100,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2002","2002",95.7359,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2011","2011",99.7082,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2015","2015",77.33046,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MHL","Marshall Islands","2016","2016",77.0831,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GAB","Gabon","1997","1997",91.26618,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2005","2005",97.11044,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2011","2011",85.34821,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BMU","Bermuda","2012","2012",83.45787,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","1999","1999",97.28203,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2000","2000",95.85975,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2001","2001",94.32699,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2003","2003",92.11883,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2004","2004",91.31788,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2008","2008",87.15116,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2009","2009",85.70959,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2010","2010",86.27331,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2011","2011",87.18679,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2012","2012",90.4651,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2013","2013",94.36618,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2014","2014",96.1593,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2015","2015",95.59661,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2016","2016",95.65855,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ALB","Albania","2017","2017",97.06175,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SDN","Sudan","2011","2011",62.29462,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SDN","Sudan","2012","2012",54.03706,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SDN","Sudan","2013","2013",54.70195,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SDN","Sudan","2014","2014",54.18449,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SDN","Sudan","2015","2015",55.13371,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SDN","Sudan","2016","2016",56.67039,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","SDN","Sudan","2017","2017",61.36773,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UGA","Uganda","2009","2009",91.43782,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UGA","Uganda","2010","2010",87.71993,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UGA","Uganda","2011","2011",90.43836,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","UGA","Uganda","2013","2013",90.99799,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1990","1990",90.43813,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.20491,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1999","1999",87.61162,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2000","2000",86.4715,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2001","2001",84.18648,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2002","2002",84.20473,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2003","2003",84.40887,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2004","2004",84.36457,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2005","2005",84.58777,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2006","2006",85.15294,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2007","2007",85.91567,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2008","2008",85.98333,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2009","2009",85.27585,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2010","2010",85.46155,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2011","2011",86.73555,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2012","2012",88.37354,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2013","2013",90.67789,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2014","2014",94.95744,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2015","2015",98.03818,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2016","2016",99.02526,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2017","2017",99.19142,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","AFG","Afghanistan","1993","1993",40.90593,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SSD","South Sudan","2011","2011",34.92226,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SSD","South Sudan","2015","2015",29.87777,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MHL","Marshall Islands","2002","2002",99.43594,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MHL","Marshall Islands","2011","2011",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MHL","Marshall Islands","2015","2015",77.82666,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MHL","Marshall Islands","2016","2016",77.85777,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1990","1990",89.77113,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.45951,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","1999","1999",86.98383,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2000","2000",86.42017,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2001","2001",84.05471,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2002","2002",85.20747,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2003","2003",85.0777,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2004","2004",85.9693,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2005","2005",86.05516,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2006","2006",84.87032,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2007","2007",86.22183,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2008","2008",86.18541,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2009","2009",84.30894,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2010","2010",83.59916,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2011","2011",85.02803,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2012","2012",86.55365,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2013","2013",88.66111,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2014","2014",93.34356,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2015","2015",97.8422,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2016","2016",98.41562,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MAC","China, Macao Special Administrative Region","2017","2017",98.84597,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SSD","South Sudan","2011","2011",33.91848,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SSD","South Sudan","2015","2015",27.73212,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2008","2008",69.35402,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2009","2009",77.16822,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2010","2010",86.74269,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2011","2011",91.98119,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2012","2012",91.33514,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2013","2013",90.67446,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2014","2014",89.33567,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2015","2015",86.57453,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2016","2016",83.35462,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","TLS","Timor-Leste","2017","2017",82.27214,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GAB","Gabon","1997","1997",91.13219,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2000","2000",91.17327,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2001","2001",92.47719,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2002","2002",90.94118,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2003","2003",92.92707,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2004","2004",91.46523,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2005","2005",91.52601,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2006","2006",90.62948,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2008","2008",91.35499,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2009","2009",89.33432,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MMR","Myanmar","2010","2010",89.07251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2012","2012",91.95932,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2013","2013",96.54879,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2015","2015",92.37492,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SLE","Sierra Leone","2016","2016",98.31896,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2005","2005",75.40129,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2006","2006",80.36891,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2007","2007",80.52134,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2013","2013",99.61313,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2014","2014",99.43754,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2015","2015",99.91553,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2016","2016",81.64351,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SLB","Solomon Islands","2017","2017",99.83631,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NRU","Nauru","2007","2007",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NRU","Nauru","2012","2012",79.6807,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NRU","Nauru","2014","2014",86.40646,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NRU","Nauru","2016","2016",88.24257,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COM","Comoros","1994","1994",75.96508,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COM","Comoros","1999","1999",65.70285,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COM","Comoros","2000","2000",72.68438,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COM","Comoros","2007","2007",81.99902,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COM","Comoros","2013","2013",90.20559,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COM","Comoros","2014","2014",87.85151,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","COM","Comoros","2017","2017",85.92433,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUV","Tuvalu","2014","2014",99.66092,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TUV","Tuvalu","2016","2016",97.48478,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SSD","South Sudan","2011","2011",47.693,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SSD","South Sudan","2015","2015",36.44906,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLB","Solomon Islands","2005","2005",76.6794,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLB","Solomon Islands","2006","2006",81.15159,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLB","Solomon Islands","2007","2007",81.68846,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLB","Solomon Islands","2013","2013",99.24956,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLB","Solomon Islands","2014","2014",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLB","Solomon Islands","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLB","Solomon Islands","2016","2016",81.48478,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SLB","Solomon Islands","2017","2017",99.68285,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2014","2014",82.99556,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2015","2015",84.00917,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2009","2009",90.11066,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2010","2010",96.40794,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2011","2011",96.54229,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","SAU","Saudi Arabia","2012","2012",99.59917,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","AFG","Afghanistan","1993","1993",14.38843,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SDN","Sudan","2011","2011",58.98085,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SDN","Sudan","2012","2012",55.4085,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SDN","Sudan","2013","2013",56.34353,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SDN","Sudan","2014","2014",56.63365,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SDN","Sudan","2015","2015",57.32383,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SDN","Sudan","2016","2016",59.56956,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SDN","Sudan","2017","2017",62.13858,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2008","2008",71.27389,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2009","2009",79.40467,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2010","2010",87.87229,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2011","2011",93.35354,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2012","2012",91.89704,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2013","2013",90.41207,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2014","2014",86.79661,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2015","2015",83.46626,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2016","2016",80.37842,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","TLS","Timor-Leste","2017","2017",79.31276,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FSM","Micronesia (Federated States of)","2014","2014",88.29697,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","FSM","Micronesia (Federated States of)","2015","2015",85.39293,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2010","2010",86.93956,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2011","2011",83.5627,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2012","2012",83.92829,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2013","2013",83.73326,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2014","2014",83.23738,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2015","2015",81.45834,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRI","Puerto Rico","2016","2016",76.03781,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUV","Tuvalu","2014","2014",99.3514,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUV","Tuvalu","2015","2015",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TUV","Tuvalu","2016","2016",100,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MHL","Marshall Islands","2002","2002",94.81252,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MHL","Marshall Islands","2015","2015",79.47097,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","MHL","Marshall Islands","2016","2016",79.64725,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1990","1990",90.43813,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1992","1992",85.20491,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","1999","1999",87.86868,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2000","2000",86.68515,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2001","2001",84.41492,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2002","2002",84.36752,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2003","2003",84.59779,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2004","2004",84.49499,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2005","2005",84.69822,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2006","2006",85.28824,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2007","2007",86.04783,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2008","2008",86.08495,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2009","2009",85.42199,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2010","2010",85.65026,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2011","2011",86.95397,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2012","2012",88.5243,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2013","2013",90.94319,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2014","2014",95.19539,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2015","2015",98.27678,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2016","2016",99.04151,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","MAC","China, Macao Special Administrative Region","2017","2017",99.2292,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GAB","Gabon","1997","1997",91.13219,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SSD","South Sudan","2011","2011",40.89669,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SSD","South Sudan","2015","2015",32.15954,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SDN","Sudan","2011","2011",62.29462,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SDN","Sudan","2012","2012",54.03706,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SDN","Sudan","2013","2013",54.70195,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SDN","Sudan","2014","2014",54.18449,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SDN","Sudan","2015","2015",55.13371,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SDN","Sudan","2016","2016",56.67039,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","SDN","Sudan","2017","2017",62.67341,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2014","2014",87.32173,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","FSM","Micronesia (Federated States of)","2015","2015",84.00917,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FSM","Micronesia (Federated States of)","2014","2014",82.16401,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","FSM","Micronesia (Federated States of)","2015","2015",82.72399,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PNG","Papua New Guinea","2012","2012",71.22858,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PNG","Papua New Guinea","2016","2016",95.31866,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2000","2000",93.20687,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2001","2001",94.44122,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2002","2002",91.74817,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2003","2003",93.58867,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2004","2004",92.11263,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2005","2005",91.48184,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2006","2006",91.71587,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2008","2008",92.03689,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2009","2009",90.94468,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","MMR","Myanmar","2010","2010",90.07306,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SSD","South Sudan","2011","2011",40.83879,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SSD","South Sudan","2015","2015",32.11981,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUV","Tuvalu","2014","2014",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUV","Tuvalu","2015","2015",99.15561,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TUV","Tuvalu","2016","2016",95.35811,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1990","1990",83.5767,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1991","1991",83.42111,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1992","1992",83.29092,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1993","1993",83.57292,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1994","1994",83.88084,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1995","1995",83.31359,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1996","1996",82.8129,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1997","1997",82.55979,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1998","1998",82.25658,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","1999","1999",82.21949,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2000","2000",82.93014,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2001","2001",82.8434,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2002","2002",82.38643,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2003","2003",82.93306,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2004","2004",84.15003,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2005","2005",85.15375,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2006","2006",85.8945,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2007","2007",87.95684,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2008","2008",86.88842,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2009","2009",86.68257,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2010","2010",87.09205,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2011","2011",86.72664,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2012","2012",87.45658,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2013","2013",87.4998,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2014","2014",87.99005,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2015","2015",88.54827,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2016","2016",89.00004,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40042","Lower middle income countries","2017","2017",88.90501,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","1994","1994",69.09728,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","1995","1995",67.75982,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","1996","1996",70.72466,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","1997","1997",71.19894,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","1998","1998",71.91693,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","1999","1999",73.34526,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2000","2000",74.49802,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2001","2001",76.32282,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2002","2002",77.81803,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2003","2003",78.94464,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2004","2004",80.0437,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2005","2005",80.59584,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2006","2006",81.41689,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2007","2007",83.34002,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2008","2008",84.54434,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2009","2009",84.87642,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2010","2010",86.20816,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2011","2011",85.94156,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2012","2012",87.21317,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2013","2013",85.85661,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2014","2014",85.35522,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2015","2015",85.73626,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2016","2016",86.27015,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40525","Arab States","2017","2017",86.58238,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1990","1990",89.70766,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1991","1991",90.04924,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1992","1992",90.95879,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1993","1993",91.24011,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1994","1994",90.83339,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1995","1995",90.85049,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1996","1996",91.41174,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1997","1997",90.44315,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1998","1998",92.80288,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1999","1999",93.38419,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2000","2000",94.14019,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2001","2001",94.56193,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2002","2002",94.40026,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2003","2003",93.84645,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2004","2004",93.97281,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2005","2005",93.72152,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2006","2006",93.26979,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2007","2007",93.00071,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2008","2008",94.39493,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2009","2009",94.46878,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2010","2010",94.69547,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2011","2011",94.79261,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2012","2012",94.84815,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2013","2013",93.55426,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2014","2014",93.22249,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2015","2015",93.09283,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2016","2016",93.1506,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2017","2017",93.05572,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1991","1991",84.48451,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1992","1992",84.33141,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1993","1993",84.55608,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1994","1994",84.7139,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1995","1995",84.32049,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1996","1996",83.88202,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1997","1997",83.30899,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1998","1998",82.21301,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","1999","1999",81.89355,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2000","2000",82.53946,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2001","2001",82.49555,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2002","2002",82.56071,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2003","2003",83.28772,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2004","2004",85.54676,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2005","2005",87.04658,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2006","2006",88.13274,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2007","2007",89.69614,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2008","2008",88.58478,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2009","2009",87.956,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2010","2010",88.48741,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2011","2011",87.48907,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2012","2012",88.77761,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2013","2013",89.14528,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2014","2014",89.82215,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2015","2015",90.43005,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2016","2016",90.8214,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40535","South and West Asia","2017","2017",90.55261,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1990","1990",84.1356,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1991","1991",84.15894,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1992","1992",83.92332,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1993","1993",84.06682,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1994","1994",84.06482,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1995","1995",83.39343,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1996","1996",83.159,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1997","1997",83.09321,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1998","1998",83.8111,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1999","1999",84.82075,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2000","2000",85.48864,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2001","2001",85.69222,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2002","2002",86.44535,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2003","2003",87.63052,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2004","2004",88.63812,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2005","2005",88.4429,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2006","2006",88.6208,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2007","2007",89.88214,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2008","2008",89.65611,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2009","2009",89.71919,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2010","2010",90.00118,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2011","2011",89.91066,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2012","2012",90.14126,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2013","2013",90.03876,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2014","2014",90.22604,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2015","2015",90.50936,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2016","2016",90.72103,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2017","2017",90.64531,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1990","1990",74.20326,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1991","1991",74.27887,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1992","1992",74.64741,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1993","1993",75.72691,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1994","1994",76.53107,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1995","1995",76.42175,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1996","1996",76.30123,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1997","1997",75.95105,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1998","1998",74.82335,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1999","1999",74.95737,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2000","2000",76.23768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2001","2001",76.52628,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2002","2002",77.30442,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2003","2003",81.16544,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2004","2004",83.57407,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2005","2005",85.24003,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2006","2006",86.61318,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2007","2007",88.31232,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2008","2008",87.97522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2009","2009",88.06609,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2010","2010",88.5308,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2011","2011",87.74818,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2012","2012",88.59651,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2013","2013",88.86506,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2014","2014",89.39259,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2015","2015",89.892,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2016","2016",90.22733,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2017","2017",89.94637,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","1999","1999",90.86779,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2000","2000",90.54719,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2001","2001",90.50498,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2002","2002",90.24715,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2003","2003",89.20614,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2004","2004",89.90865,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2005","2005",89.56228,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2006","2006",89.34219,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2007","2007",88.98873,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2008","2008",89.24268,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2009","2009",89.37569,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2010","2010",89.74043,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2011","2011",89.93717,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2012","2012",90.94876,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2013","2013",91.64844,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2014","2014",92.05987,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2015","2015",92.14152,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2016","2016",92.72259,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40505","Central Asia","2017","2017",93.32382,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1991","1991",92.19063,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1992","1992",91.73752,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1993","1993",91.13582,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1994","1994",90.17562,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1995","1995",89.37279,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1996","1996",89.05162,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1997","1997",88.99163,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1998","1998",91.13884,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","1999","1999",93.28111,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2000","2000",93.62854,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2001","2001",94.17899,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2002","2002",96.40581,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2003","2003",96.32951,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2004","2004",96.52865,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2005","2005",95.15786,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2006","2006",94.52895,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2007","2007",95.01259,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2008","2008",95.23213,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2009","2009",95.31163,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2010","2010",95.20547,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2011","2011",95.17562,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2012","2012",95.19803,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2013","2013",94.85131,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2014","2014",94.98274,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2015","2015",95.06315,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2016","2016",95.09786,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40043","Upper middle income countries","2017","2017",95.04457,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","1997","1997",95.12767,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","1998","1998",95.90288,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","1999","1999",95.87523,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2000","2000",95.79124,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2001","2001",95.68836,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2002","2002",95.47544,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2003","2003",95.76088,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2004","2004",95.50219,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2005","2005",95.80469,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2006","2006",96.03609,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2007","2007",96.4345,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2008","2008",96.65752,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2009","2009",96.1114,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2010","2010",96.03675,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2011","2011",95.59089,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2012","2012",96.02899,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2013","2013",95.81452,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2014","2014",95.71214,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2015","2015",96.21355,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2016","2016",96.52791,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40041","High income countries","2017","2017",96.5262,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1990","1990",89.73013,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1991","1991",90.03319,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1992","1992",91.07036,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1993","1993",91.36448,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1994","1994",90.95352,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1995","1995",90.98222,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1996","1996",91.61798,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1997","1997",90.55368,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1998","1998",92.98575,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1999","1999",93.59224,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2000","2000",94.33415,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2001","2001",94.72411,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2002","2002",94.79014,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2003","2003",94.48132,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2004","2004",94.4417,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2005","2005",93.45585,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2006","2006",92.97069,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2007","2007",92.7034,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2008","2008",94.51376,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2009","2009",94.29822,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2010","2010",94.55594,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2011","2011",94.7046,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2012","2012",94.60045,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2013","2013",93.34731,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2014","2014",92.98921,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2015","2015",92.86209,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2016","2016",92.79043,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2017","2017",92.67438,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1990","1990",41.98126,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1991","1991",43.62385,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1992","1992",42.9936,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1993","1993",42.9349,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1994","1994",44.04633,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1995","1995",45.69265,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1996","1996",45.69528,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1997","1997",48.52916,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1998","1998",48.90633,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","1999","1999",49.2066,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2000","2000",51.46802,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2001","2001",53.95085,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2002","2002",57.83901,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2003","2003",60.76039,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2004","2004",63.54145,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2005","2005",66.02585,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2006","2006",68.77523,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2007","2007",70.78327,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2008","2008",73.66266,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2009","2009",74.59343,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2010","2010",74.44138,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2011","2011",75.81708,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2012","2012",76.94272,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2013","2013",76.90805,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2014","2014",77.28686,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2015","2015",76.9127,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2016","2016",77.06461,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40044","Low income countries","2017","2017",76.97538,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1990","1990",52.90745,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1991","1991",53.88166,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1992","1992",53.62565,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1993","1993",54.07402,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1994","1994",54.42362,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1995","1995",55.24586,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1996","1996",53.94913,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1997","1997",56.73052,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1998","1998",57.4551,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1999","1999",58.13025,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2000","2000",60.38381,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2001","2001",62.14801,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2002","2002",63.65337,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2003","2003",66.05742,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2004","2004",67.67539,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2005","2005",69.77974,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2006","2006",71.14803,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2007","2007",73.86377,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2008","2008",74.64425,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2009","2009",75.0358,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2010","2010",74.90492,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2011","2011",76.54266,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2012","2012",77.13507,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2013","2013",77.76207,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2014","2014",78.12245,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2015","2015",78.13177,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2016","2016",78.28412,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2017","2017",78.24843,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","1997","1997",94.78889,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","1998","1998",95.77142,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","1999","1999",95.68456,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2000","2000",95.64906,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2001","2001",95.99848,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2002","2002",95.71377,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2003","2003",96.01919,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2004","2004",95.78529,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2005","2005",96.15915,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2006","2006",96.49383,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2007","2007",96.68062,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2008","2008",96.91762,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2009","2009",96.6132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2010","2010",96.19453,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2011","2011",96.12539,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2012","2012",96.08459,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2013","2013",95.96985,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2014","2014",96.15054,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2015","2015",96.6033,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2016","2016",96.53614,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40041","High income countries","2017","2017",96.51487,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1990","1990",95.75938,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1991","1991",95.44532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1992","1992",94.67537,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1993","1993",93.83086,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1994","1994",92.95914,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1995","1995",91.83803,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1996","1996",91.20939,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1997","1997",90.76427,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1998","1998",92.54374,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1999","1999",94.28241,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2000","2000",94.48893,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2001","2001",94.72437,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2002","2002",96.78153,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2003","2003",96.58351,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2004","2004",96.62639,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2005","2005",94.67301,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2006","2006",94.32958,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2007","2007",95.28074,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2008","2008",95.37141,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2009","2009",95.69768,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2010","2010",95.82511,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2011","2011",96.01302,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2012","2012",95.8667,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2013","2013",95.49322,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2014","2014",95.56863,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2015","2015",95.75069,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2016","2016",95.83778,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2017","2017",95.86831,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1991","1991",77.77463,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1992","1992",77.47123,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1993","1993",77.7616,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1994","1994",78.02643,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1995","1995",77.79483,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1996","1996",77.78499,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1997","1997",78.08401,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1998","1998",78.82387,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","1999","1999",79.80024,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2000","2000",80.63368,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2001","2001",81.10958,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2002","2002",82.13083,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2003","2003",84.17151,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2004","2004",85.28873,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2005","2005",85.53285,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2006","2006",86.08925,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2007","2007",87.19326,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2008","2008",87.61877,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2009","2009",87.94185,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2010","2010",88.07627,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2011","2011",88.28413,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2012","2012",88.42958,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2013","2013",88.26817,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2014","2014",88.3319,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2015","2015",88.41831,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2016","2016",88.51683,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40510","World","2017","2017",88.4223,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1990","1990",68.35907,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1991","1991",68.58205,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1992","1992",68.8215,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1993","1993",70.19638,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1994","1994",71.42405,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1995","1995",70.98307,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1996","1996",71.16982,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1997","1997",71.39073,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1998","1998",71.22197,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","1999","1999",72.11658,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2000","2000",73.67627,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2001","2001",74.29635,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2002","2002",74.7027,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2003","2003",79.11296,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2004","2004",80.59416,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2005","2005",81.75514,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2006","2006",82.85707,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2007","2007",84.65336,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2008","2008",84.74149,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2009","2009",85.41291,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2010","2010",86.08701,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2011","2011",86.26058,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2012","2012",86.31854,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2013","2013",86.25317,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2014","2014",86.24953,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2015","2015",86.48572,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2016","2016",86.71512,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40042","Lower middle income countries","2017","2017",86.608,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1993","1993",93.94014,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1994","1994",93.82451,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1995","1995",92.71351,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1996","1996",92.99302,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1997","1997",93.07491,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1998","1998",93.5353,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1999","1999",93.72518,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2000","2000",93.08618,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2001","2001",93.62762,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2002","2002",94.4349,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2003","2003",94.56254,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2004","2004",92.92523,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2005","2005",93.92196,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2006","2006",93.94403,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2007","2007",94.11855,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2008","2008",94.14516,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2009","2009",93.71605,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2010","2010",94.35105,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2011","2011",94.40054,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2012","2012",94.03531,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2013","2013",94.17651,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2014","2014",94.16963,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2015","2015",94.5325,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2016","2016",94.50854,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2017","2017",94.50916,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1990","1990",48.07268,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1991","1991",49.34935,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1992","1992",48.45228,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1993","1993",48.30955,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1994","1994",49.28857,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1995","1995",51.35027,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1996","1996",51.50193,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1997","1997",54.18314,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1998","1998",54.28773,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","1999","1999",54.05222,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2000","2000",56.28538,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2001","2001",58.7072,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2002","2002",62.3102,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2003","2003",65.03536,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2004","2004",67.40648,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2005","2005",69.86127,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2006","2006",72.20589,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2007","2007",74.09738,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2008","2008",76.76475,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2009","2009",77.4779,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2010","2010",77.27929,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2011","2011",78.58481,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2012","2012",79.51573,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2013","2013",79.49782,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2014","2014",79.60332,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2015","2015",79.27368,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2016","2016",79.38099,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40044","Low income countries","2017","2017",79.28093,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1991","1991",89.02752,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1992","1992",88.65959,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1993","1993",88.45082,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1994","1994",88.14904,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1995","1995",87.32233,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1996","1996",86.81624,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1997","1997",86.53639,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1998","1998",87.06307,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","1999","1999",87.73204,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2000","2000",88.19181,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2001","2001",88.26618,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2002","2002",88.85291,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2003","2003",88.9879,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2004","2004",89.87416,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2005","2005",89.53879,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2006","2006",89.59374,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2007","2007",90.92319,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2008","2008",90.41648,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2009","2009",90.17857,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2010","2010",90.39462,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2011","2011",90.15404,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2012","2012",90.5726,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2013","2013",90.5142,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2014","2014",90.83514,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2015","2015",91.21952,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2016","2016",91.48428,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40030","Middle income countries","2017","2017",91.40722,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1990","1990",97.80259,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1991","1991",97.81277,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1992","1992",97.03949,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1993","1993",96.65155,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1994","1994",96.31987,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1995","1995",96.97847,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1996","1996",96.84771,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1997","1997",96.75125,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1998","1998",97.18445,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1999","1999",96.98833,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2000","2000",96.75384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2001","2001",96.86443,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2002","2002",96.30007,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2003","2003",96.66276,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2004","2004",96.06224,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2005","2005",96.40387,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2006","2006",96.68313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2007","2007",96.89144,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2008","2008",97.07615,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2009","2009",96.29491,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2010","2010",95.63491,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2011","2011",95.27286,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2012","2012",95.53819,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2013","2013",95.64458,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2014","2014",95.77645,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2015","2015",96.1707,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2016","2016",96.72567,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2017","2017",96.72424,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1993","1993",92.98877,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1994","1994",92.82423,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1995","1995",91.80139,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1996","1996",92.03843,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1997","1997",92.09853,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1998","1998",92.41477,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1999","1999",92.59094,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2000","2000",91.96312,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2001","2001",92.64945,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2002","2002",93.53086,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2003","2003",93.83965,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2004","2004",92.13488,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2005","2005",93.2004,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2006","2006",93.3711,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2007","2007",93.60249,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2008","2008",93.71101,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2009","2009",93.3851,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2010","2010",94.10771,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2011","2011",94.23027,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2012","2012",93.85421,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2013","2013",94.09195,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2014","2014",94.12553,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2015","2015",94.52548,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2016","2016",94.47234,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2017","2017",94.47709,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1991","1991",97.54912,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1992","1992",96.64415,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1993","1993",95.66915,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1994","1994",94.72837,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1995","1995",93.41934,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1996","1996",92.47527,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1997","1997",91.83176,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1998","1998",93.21366,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1999","1999",94.58793,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2000","2000",94.78981,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2001","2001",95.00378,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2002","2002",96.98937,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2003","2003",96.87489,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2004","2004",96.85396,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2005","2005",94.93249,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2006","2006",94.5658,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2007","2007",95.40311,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2008","2008",95.51001,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2009","2009",95.81005,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2010","2010",95.74333,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2011","2011",95.71912,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2012","2012",95.81871,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2013","2013",95.45976,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2014","2014",95.71076,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2015","2015",96.05348,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2016","2016",96.30847,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2017","2017",96.35168,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","1999","1999",91.45898,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2000","2000",91.13721,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2001","2001",91.24889,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2002","2002",90.97051,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2003","2003",90.12569,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2004","2004",90.71222,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2005","2005",90.32513,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2006","2006",90.13005,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2007","2007",89.64776,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2008","2008",89.89643,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2009","2009",90.04889,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2010","2010",90.39859,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2011","2011",90.71988,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2012","2012",91.73606,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2013","2013",92.53512,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2014","2014",92.76952,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2015","2015",92.78496,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2016","2016",93.29032,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40505","Central Asia","2017","2017",93.72118,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1991","1991",63.37719,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1992","1992",64.29634,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1993","1993",66.28545,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1994","1994",67.778,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1995","1995",67.96901,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1996","1996",68.18196,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1997","1997",68.06407,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1998","1998",66.89126,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","1999","1999",67.49524,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2000","2000",69.43706,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2001","2001",70.06149,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2002","2002",71.59627,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2003","2003",78.85493,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2004","2004",81.42225,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2005","2005",83.26663,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2006","2006",84.95093,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2007","2007",86.79645,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2008","2008",87.30667,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2009","2009",88.18697,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2010","2010",88.57848,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2011","2011",88.03322,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2012","2012",88.39721,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2013","2013",88.55677,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2014","2014",88.92035,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2015","2015",89.30113,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2016","2016",89.57564,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40535","South and West Asia","2017","2017",89.28205,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1991","1991",96.1073,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1992","1992",95.47746,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1993","1993",94.63002,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1994","1994",93.49127,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1995","1995",92.23421,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1996","1996",91.61796,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1997","1997",91.23336,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1998","1998",92.71216,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","1999","1999",94.32858,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2000","2000",94.65226,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2001","2001",95.27125,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2002","2002",97.63308,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2003","2003",97.60873,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2004","2004",97.61203,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2005","2005",95.72538,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2006","2006",94.96333,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2007","2007",95.36332,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2008","2008",95.8419,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2009","2009",95.6672,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2010","2010",95.63791,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2011","2011",95.65354,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2012","2012",95.60059,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2013","2013",95.32309,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2014","2014",95.37964,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2015","2015",95.48477,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2016","2016",95.44287,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40043","Upper middle income countries","2017","2017",95.36892,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","1997","1997",96.82265,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","1998","1998",97.17347,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","1999","1999",97.0482,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2000","2000",96.76464,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2001","2001",96.52148,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2002","2002",96.01302,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2003","2003",96.35086,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2004","2004",95.70866,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2005","2005",96.00418,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2006","2006",96.23252,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2007","2007",96.62247,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2008","2008",96.81183,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2009","2009",95.87236,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2010","2010",95.50106,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2011","2011",94.88924,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2012","2012",95.54746,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2013","2013",95.62911,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2014","2014",95.57253,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2015","2015",95.95377,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2016","2016",96.80579,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40500","North America and Western Europe","2017","2017",96.80706,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","1994","1994",80.63046,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","1995","1995",80.0767,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","1996","1996",81.30689,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","1997","1997",81.77013,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","1998","1998",81.57592,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","1999","1999",81.98323,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2000","2000",82.61726,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2001","2001",83.96013,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2002","2002",85.08494,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2003","2003",85.67638,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2004","2004",86.38446,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2005","2005",86.73233,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2006","2006",87.16734,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2007","2007",88.49157,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2008","2008",89.36043,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2009","2009",89.80028,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2010","2010",90.75127,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2011","2011",90.02882,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2012","2012",89.8021,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2013","2013",88.13537,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2014","2014",87.2508,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2015","2015",87.74066,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2016","2016",87.86376,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40525","Arab States","2017","2017",88.16274,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1990","1990",54.07848,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1991","1991",54.98923,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1992","1992",53.8267,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1993","1993",53.59679,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1994","1994",54.44138,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1995","1995",56.90862,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1996","1996",57.20622,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1997","1997",59.73877,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1998","1998",59.57707,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","1999","1999",58.81484,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2000","2000",61.01986,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2001","2001",63.38493,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2002","2002",66.71199,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2003","2003",69.24501,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2004","2004",71.21027,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2005","2005",73.63199,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2006","2006",75.57379,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2007","2007",77.34756,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2008","2008",79.80552,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2009","2009",80.30527,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2010","2010",80.06165,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2011","2011",81.29992,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2012","2012",82.04145,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2013","2013",82.04031,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2014","2014",81.87619,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2015","2015",81.58889,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2016","2016",81.65063,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40044","Low income countries","2017","2017",81.53814,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1990","1990",89.68453,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1991","1991",90.06576,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1992","1992",90.84374,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1993","1993",91.11174,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1994","1994",90.70929,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1995","1995",90.71432,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1996","1996",91.19844,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1997","1997",90.3288,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1998","1998",92.6135,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1999","1999",93.1675,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2000","2000",93.93914,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2001","2001",94.39425,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2002","2002",93.99771,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2003","2003",93.18859,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2004","2004",93.48587,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2005","2005",93.997,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2006","2006",93.58115,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2007","2007",93.31083,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2008","2008",94.27149,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2009","2009",94.64714,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2010","2010",94.84057,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2011","2011",94.88416,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2012","2012",95.10717,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2013","2013",93.77056,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2014","2014",93.46597,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2015","2015",93.33365,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2016","2016",93.52762,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2017","2017",93.45325,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1990","1990",94.09599,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1991","1991",94.1941,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1992","1992",93.65116,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1993","1993",92.92449,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1994","1994",91.87383,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1995","1995",90.83936,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1996","1996",90.3679,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1997","1997",90.14235,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1998","1998",91.94726,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1999","1999",93.82041,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2000","2000",94.1561,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2001","2001",94.74288,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2002","2002",97.04056,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2003","2003",96.99264,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2004","2004",97.09223,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2005","2005",95.4532,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2006","2006",94.75516,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2007","2007",95.19537,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2008","2008",95.5499,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2009","2009",95.49726,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2010","2010",95.43122,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2011","2011",95.42538,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2012","2012",95.40875,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2013","2013",95.09836,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2014","2014",95.19065,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2015","2015",95.28412,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2016","2016",95.27884,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2017","2017",95.21462,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1990","1990",74.59882,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1991","1991",75.14714,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1992","1992",72.43408,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1993","1993",72.82282,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1994","1994",74.98968,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1995","1995",74.05268,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1996","1996",76.12869,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1997","1997",76.5969,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1998","1998",76.84901,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","1999","1999",77.75587,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2000","2000",78.6446,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2001","2001",80.2253,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2002","2002",81.52876,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2003","2003",82.38152,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2004","2004",83.28175,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2005","2005",83.73126,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2006","2006",84.35563,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2007","2007",85.97251,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2008","2008",87.00555,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2009","2009",87.39295,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2010","2010",88.5302,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2011","2011",88.03072,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2012","2012",88.53656,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2013","2013",87.0216,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2014","2014",86.32446,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2015","2015",86.76123,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2016","2016",87.08513,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40525","Arab States","2017","2017",87.39062,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1990","1990",57.24049,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1991","1991",57.9834,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1992","1992",57.58613,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1993","1993",57.91694,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1994","1994",58.26612,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1995","1995",59.45769,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1996","1996",58.47912,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1997","1997",61.03533,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1998","1998",61.52863,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1999","1999",61.72739,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2000","2000",64.01957,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2001","2001",65.61884,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2002","2002",67.16022,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2003","2003",69.42125,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2004","2004",70.74232,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2005","2005",72.77318,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2006","2006",73.84248,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2007","2007",77.16482,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2008","2008",77.58425,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2009","2009",77.79518,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2010","2010",77.57069,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2011","2011",79.20106,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2012","2012",79.66864,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2013","2013",80.32874,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2014","2014",80.60667,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2015","2015",80.64692,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2016","2016",80.76363,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2017","2017",80.70114,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1990","1990",82.2618,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1991","1991",82.33397,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1992","1992",81.92843,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1993","1993",81.93494,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1994","1994",81.95401,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1995","1995",81.64824,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1996","1996",81.43283,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1997","1997",81.54459,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1998","1998",82.11005,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","1999","1999",82.77261,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2000","2000",83.44113,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2001","2001",83.78826,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2002","2002",84.65606,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2003","2003",85.84456,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2004","2004",86.82154,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2005","2005",86.94881,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2006","2006",87.35087,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2007","2007",88.51575,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2008","2008",88.68814,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2009","2009",88.73653,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2010","2010",88.84459,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2011","2011",88.90532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2012","2012",89.20392,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2013","2013",89.07916,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2014","2014",89.19505,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2015","2015",89.37655,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2016","2016",89.53548,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40510","World","2017","2017",89.44117,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1993","1993",92.00083,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1994","1994",91.78429,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1995","1995",90.85209,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1996","1996",91.04397,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1997","1997",91.08036,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1998","1998",91.24568,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1999","1999",91.40692,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2000","2000",90.79038,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2001","2001",91.62779,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2002","2002",92.58592,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2003","2003",93.08339,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2004","2004",91.30725,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2005","2005",92.44443,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2006","2006",92.77066,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2007","2007",93.06175,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2008","2008",93.25612,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2009","2009",93.03828,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2010","2010",93.85254,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2011","2011",94.05156,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2012","2012",93.66409,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2013","2013",94.00311,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2014","2014",94.0792,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2015","2015",94.51811,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2016","2016",94.43433,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2017","2017",94.4434,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","1997","1997",96.67626,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","1998","1998",97.19599,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","1999","1999",96.92545,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2000","2000",96.74248,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2001","2001",97.22501,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2002","2002",96.60182,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2003","2003",96.99051,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2004","2004",96.43363,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2005","2005",96.82363,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2006","2006",97.15602,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2007","2007",97.17374,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2008","2008",97.3534,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2009","2009",96.73799,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2010","2010",95.77526,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2011","2011",95.67504,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2012","2012",95.52848,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2013","2013",95.66079,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2014","2014",95.9902,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2015","2015",96.39799,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2016","2016",96.64173,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40500","North America and Western Europe","2017","2017",96.63734,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1991","1991",86.69107,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1992","1992",86.18544,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1993","1993",85.91859,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1994","1994",85.70096,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1995","1995",85.32203,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1996","1996",84.90808,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1997","1997",84.83876,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1998","1998",85.23443,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","1999","1999",85.59276,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2000","2000",86.10074,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2001","2001",86.32091,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2002","2002",87.03992,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2003","2003",87.42111,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2004","2004",88.2617,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2005","2005",88.27865,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2006","2006",88.53495,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2007","2007",89.75632,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2008","2008",89.69098,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2009","2009",89.48068,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2010","2010",89.56376,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2011","2011",89.48625,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2012","2012",89.92747,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2013","2013",89.83689,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2014","2014",90.00167,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2015","2015",90.27222,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2016","2016",90.48758,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40510","World","2017","2017",90.394,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1990","1990",95.84361,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1991","1991",95.82984,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1992","1992",95.34765,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1993","1993",95.252,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1994","1994",95.17079,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1995","1995",95.52978,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1996","1996",95.45451,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1997","1997",94.96259,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1998","1998",95.83884,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","1999","1999",95.78236,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2000","2000",95.72202,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2001","2001",95.83929,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2002","2002",95.59149,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2003","2003",95.8867,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2004","2004",95.64013,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2005","2005",95.97743,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2006","2006",96.25924,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2007","2007",96.55451,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2008","2008",96.78438,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2009","2009",96.35617,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2010","2010",96.11372,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2011","2011",95.85165,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2012","2012",96.05612,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2013","2013",95.89031,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2014","2014",95.92608,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2015","2015",96.4038,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2016","2016",96.53193,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40041","High income countries","2017","2017",96.52067,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1990","1990",48.52066,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1991","1991",49.72787,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1992","1992",49.61372,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1993","1993",50.17976,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1994","1994",50.5285,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1995","1995",50.97533,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1996","1996",49.35529,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1997","1997",52.36606,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1998","1998",53.32461,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1999","1999",54.48132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2000","2000",56.6945,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2001","2001",58.62745,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2002","2002",60.09802,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2003","2003",62.64744,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2004","2004",64.56564,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2005","2005",66.74291,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2006","2006",68.4122,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2007","2007",70.51084,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2008","2008",71.65617,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2009","2009",72.23008,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2010","2010",72.19376,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2011","2011",73.83896,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2012","2012",74.55848,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2013","2013",75.15104,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2014","2014",75.5938,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2015","2015",75.56973,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2016","2016",75.75627,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2017","2017",75.74567,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1991","1991",93.23285,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1992","1992",92.6038,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1993","1993",91.8953,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1994","1994",91.09461,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1995","1995",90.16951,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1996","1996",89.8717,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1997","1997",89.63413,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1998","1998",91.83283,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1999","1999",93.95722,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2000","2000",94.16744,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2001","2001",94.42444,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2002","2002",96.55736,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2003","2003",96.26794,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2004","2004",96.3782,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2005","2005",94.38956,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2006","2006",94.07142,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2007","2007",95.14684,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2008","2008",95.21941,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2009","2009",95.57409,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2010","2010",95.91536,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2011","2011",96.3384,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2012","2012",95.91995,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2013","2013",95.53039,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2014","2014",95.41051,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2015","2015",95.41357,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2016","2016",95.3135,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2017","2017",95.32991,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1991","1991",79.04578,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1992","1992",78.94617,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1993","1993",79.45742,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1994","1994",79.76829,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1995","1995",79.25737,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1996","1996",79.30545,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1997","1997",79.46119,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1998","1998",80.37513,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","1999","1999",81.73609,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2000","2000",82.61874,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2001","2001",82.95171,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2002","2002",83.87524,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2003","2003",86.17747,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2004","2004",87.30981,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2005","2005",87.26442,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2006","2006",87.57349,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2007","2007",88.76057,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2008","2008",88.8364,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2009","2009",89.22285,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2010","2010",89.57573,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2011","2011",89.64706,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2012","2012",89.67339,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2013","2013",89.52294,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2014","2014",89.56525,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2015","2015",89.73907,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2016","2016",89.89309,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40030","Middle income countries","2017","2017",89.81958,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","1999","1999",92.0299,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2000","2000",91.70707,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2001","2001",91.96269,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2002","2002",91.66347,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2003","2003",91.00618,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2004","2004",91.47952,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2005","2005",91.05424,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2006","2006",90.88219,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2007","2007",90.27294,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2008","2008",90.51521,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2009","2009",90.68482,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2010","2010",91.0195,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2011","2011",91.45716,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2012","2012",92.47774,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2013","2013",93.37051,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2014","2014",93.43846,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2015","2015",93.39094,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2016","2016",93.82434,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40505","Central Asia","2017","2017",94.09444,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1990","1990",76.15959,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1991","1991",76.19194,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1992","1992",76.24386,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1993","1993",77.05899,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1994","1994",77.81509,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1995","1995",77.30984,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1996","1996",77.14515,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1997","1997",77.12458,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1998","1998",76.89037,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1999","1999",77.31072,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2000","2000",78.43882,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2001","2001",78.69995,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2002","2002",78.66507,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2003","2003",81.08439,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2004","2004",82.43028,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2005","2005",83.51075,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2006","2006",84.42681,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2007","2007",86.36107,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2008","2008",85.85201,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2009","2009",86.07011,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2010","2010",86.6076,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2011","2011",86.50213,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2012","2012",86.90847,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2013","2013",86.89935,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2014","2014",87.15145,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2015","2015",87.55404,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2016","2016",87.89805,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2017","2017",87.7967,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1990","1990",105.5915,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1991","1991",106.69061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1992","1992",104.50061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1993","1993",103.02112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1994","1994",104.49054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1995","1995",99.75904,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1996","1996",96.91439,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1997","1997",97.2394,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1998","1998",97.21565,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","1999","1999",97.5348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2000","2000",97.62748,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2001","2001",98.2724,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2002","2002",97.95133,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2003","2003",97.6759,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2004","2004",97.94531,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2005","2005",97.52351,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2006","2006",97.34854,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2007","2007",97.22139,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2008","2008",97.93866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2009","2009",98.35474,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2010","2010",99.14485,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2011","2011",99.73869,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2012","2012",101.03231,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2013","2013",101.97792,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2014","2014",101.90298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2015","2015",102.11225,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2016","2016",102.41549,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40505","Central Asia","2017","2017",102.967,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1990","1990",74.4281,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1991","1991",75.82383,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1992","1992",76.89923,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1993","1993",79.44649,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1994","1994",80.91448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1995","1995",81.07723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1996","1996",81.53227,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1997","1997",81.69109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1998","1998",81.14499,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","1999","1999",81.89562,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2000","2000",83.45174,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2001","2001",83.81889,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2002","2002",86.05986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2003","2003",96.33037,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2004","2004",98.2464,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2005","2005",100.62119,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2006","2006",102.4807,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2007","2007",104.70772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2008","2008",106.29549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2009","2009",106.62998,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2010","2010",106.98211,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2011","2011",106.5445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2012","2012",107.94191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2013","2013",111.90309,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2014","2014",109.84903,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2015","2015",110.41195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2016","2016",117.07494,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40535","South and West Asia","2017","2017",116.79078,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1990","1990",122.78069,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1991","1991",120.09672,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1992","1992",118.15486,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1993","1993",116.21423,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1994","1994",114.21034,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1995","1995",114.13245,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1996","1996",111.88424,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1997","1997",109.03496,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1998","1998",110.41522,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","1999","1999",110.29629,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2000","2000",110.4097,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2001","2001",111.83216,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2002","2002",114.49324,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2003","2003",116.32309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2004","2004",111.5097,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2005","2005",107.91029,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2006","2006",107.98707,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2007","2007",109.38509,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2008","2008",110.53884,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2009","2009",110.32444,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2010","2010",108.87397,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2011","2011",108.23891,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2012","2012",107.52051,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2013","2013",105.98758,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2014","2014",103.00897,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2015","2015",103.08044,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2016","2016",103.34937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40043","Upper middle income countries","2017","2017",103.79098,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1990","1990",79.82797,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1991","1991",80.75474,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1992","1992",80.18886,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1993","1993",81.17809,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1994","1994",81.31046,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1995","1995",82.47695,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1996","1996",80.29493,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1997","1997",84.75266,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1998","1998",86.40056,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","1999","1999",86.64022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2000","2000",89.29341,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2001","2001",91.32125,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2002","2002",93.88757,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2003","2003",96.33987,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2004","2004",98.03328,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2005","2005",99.98497,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2006","2006",100.85107,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2007","2007",101.05077,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2008","2008",101.41863,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2009","2009",101.42989,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2010","2010",100.90228,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2011","2011",102.60848,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2012","2012",102.77753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2013","2013",102.70471,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2014","2014",101.97577,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2015","2015",100.17528,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2016","2016",100.24382,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40540","Sub-Saharan Africa","2017","2017",100.24297,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1990","1990",106.16759,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1991","1991",107.09893,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1992","1992",105.05599,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1993","1993",103.5941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1994","1994",103.99232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1995","1995",99.7546,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1996","1996",96.49091,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1997","1997",96.9514,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1998","1998",96.89318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","1999","1999",97.41839,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2000","2000",97.20682,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2001","2001",97.81037,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2002","2002",97.48983,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2003","2003",97.30308,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2004","2004",97.43133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2005","2005",96.91915,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2006","2006",96.71869,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2007","2007",96.64053,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2008","2008",97.40136,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2009","2009",97.84447,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2010","2010",98.63205,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2011","2011",99.09642,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2012","2012",100.37459,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2013","2013",101.28167,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2014","2014",101.35931,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2015","2015",101.59331,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2016","2016",101.90887,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40505","Central Asia","2017","2017",102.74007,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1990","1990",93.32173,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1991","1991",93.71847,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1992","1992",90.24481,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1993","1993",90.55626,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1994","1994",93.20922,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1995","1995",91.27656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1996","1996",95.11862,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1997","1997",94.29246,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1998","1998",94.75163,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","1999","1999",95.6739,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2000","2000",96.20377,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2001","2001",96.87544,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2002","2002",98.161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2003","2003",99.32744,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2004","2004",99.90701,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2005","2005",100.38106,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2006","2006",101.732,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2007","2007",102.48239,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2008","2008",103.19639,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2009","2009",103.73053,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2010","2010",103.77573,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2011","2011",103.20321,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2012","2012",104.20263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2013","2013",102.56348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2014","2014",101.61293,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2015","2015",102.353,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2016","2016",101.90449,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40525","Arab States","2017","2017",102.44346,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1990","1990",99.56394,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1991","1991",98.82677,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1992","1992",98.12034,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1993","1993",98.00043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1994","1994",97.92672,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1995","1995",98.10169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1996","1996",97.42674,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1997","1997",96.91758,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1998","1998",97.66908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","1999","1999",97.8701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2000","2000",98.52782,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2001","2001",99.24494,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2002","2002",100.67259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2003","2003",103.19397,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2004","2004",102.86233,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2005","2005",102.50733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2006","2006",103.06341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2007","2007",104.2227,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2008","2008",104.7732,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2009","2009",104.7506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2010","2010",104.45168,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2011","2011",104.32399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2012","2012",104.76098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2013","2013",104.38762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2014","2014",102.99935,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2015","2015",102.68477,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2016","2016",104.06265,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40510","World","2017","2017",104.10615,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1990","1990",113.87928,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1991","1991",110.83901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1992","1992",111.72926,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1993","1993",112.04661,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1994","1994",112.57042,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1995","1995",119.58462,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1996","1996",119.86418,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1997","1997",113.2888,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1998","1998",120.69622,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","1999","1999",120.61689,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2000","2000",116.67518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2001","2001",117.69874,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2002","2002",117.36353,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2003","2003",115.94969,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2004","2004",114.66199,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2005","2005",114.03823,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2006","2006",113.44615,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2007","2007",113.26438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2008","2008",113.25369,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2009","2009",113.45279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2010","2010",111.9458,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2011","2011",112.93181,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2012","2012",113.11592,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2013","2013",108.74907,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2014","2014",107.83776,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2015","2015",107.1508,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2016","2016",107.15947,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40520","Latin America and the Caribbean","2017","2017",106.50752,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1990","1990",118.54204,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1991","1991",116.25863,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1992","1992",114.82861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1993","1993",113.07627,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1994","1994",111.36634,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1995","1995",111.66294,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1996","1996",109.7339,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1997","1997",107.15901,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1998","1998",108.72373,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","1999","1999",108.81028,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2000","2000",109.00509,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2001","2001",110.66772,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2002","2002",113.25084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2003","2003",115.15715,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2004","2004",110.61128,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2005","2005",106.9867,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2006","2006",106.96529,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2007","2007",108.27854,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2008","2008",109.26667,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2009","2009",109.14452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2010","2010",107.60106,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2011","2011",107.04741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2012","2012",106.52672,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2013","2013",105.34591,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2014","2014",102.56307,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2015","2015",102.5372,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2016","2016",103.04503,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40043","Upper middle income countries","2017","2017",103.49848,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1990","1990",71.54429,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1991","1991",73.202,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1992","1992",71.86391,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1993","1993",71.96283,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1994","1994",73.03429,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1995","1995",76.60396,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1996","1996",77.53525,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1997","1997",81.89671,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1998","1998",82.63866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","1999","1999",81.23117,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2000","2000",83.47643,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2001","2001",86.30054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2002","2002",92.11578,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2003","2003",95.55953,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2004","2004",98.59676,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2005","2005",99.75607,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2006","2006",101.58127,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2007","2007",103.42609,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2008","2008",105.8144,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2009","2009",105.83592,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2010","2010",105.48424,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2011","2011",105.51176,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2012","2012",106.11735,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2013","2013",105.05959,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2014","2014",105.15805,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2015","2015",103.41246,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2016","2016",103.20561,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40044","Low income countries","2017","2017",103.2902,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1990","1990",85.11495,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1991","1991",85.50208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1992","1992",82.79642,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1993","1993",83.34434,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1994","1994",85.886,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1995","1995",84.57279,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1996","1996",86.85443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1997","1997",87.51807,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1998","1998",88.32023,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","1999","1999",89.55607,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2000","2000",90.46881,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2001","2001",91.61478,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2002","2002",93.14544,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2003","2003",94.57214,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2004","2004",95.34825,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2005","2005",96.0152,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2006","2006",97.38119,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2007","2007",98.20848,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2008","2008",99.201,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2009","2009",99.95798,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2010","2010",100.18466,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2011","2011",99.39875,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2012","2012",100.94025,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2013","2013",99.42241,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2014","2014",98.79206,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2015","2015",99.67899,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2016","2016",99.27199,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40525","Arab States","2017","2017",99.81957,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1990","1990",104.49958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1991","1991",103.64183,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1992","1992",102.65,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1993","1993",102.38631,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1994","1994",102.20395,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1995","1995",102.52617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1996","1996",102.43691,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1997","1997",102.47114,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1998","1998",103.28335,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","1999","1999",103.19251,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2000","2000",101.38673,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2001","2001",101.81806,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2002","2002",101.00237,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2003","2003",101.30626,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2004","2004",101.4987,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2005","2005",101.92851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2006","2006",102.61701,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2007","2007",102.85376,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2008","2008",103.16334,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2009","2009",102.63892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2010","2010",101.29396,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2011","2011",101.08031,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2012","2012",100.61059,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2013","2013",101.4106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2014","2014",101.54545,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2015","2015",101.55257,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2016","2016",101.9017,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40500","North America and Western Europe","2017","2017",101.97611,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1990","1990",102.48853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1991","1991",102.1329,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1992","1992",101.55457,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1993","1993",101.49183,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1994","1994",101.4532,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1995","1995",101.65204,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1996","1996",101.67165,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1997","1997",100.67439,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1998","1998",101.86948,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","1999","1999",101.97905,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2000","2000",101.52178,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2001","2001",101.54691,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2002","2002",101.05424,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2003","2003",101.35285,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2004","2004",101.90768,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2005","2005",102.35328,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2006","2006",102.75902,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2007","2007",103.30038,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2008","2008",103.54421,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2009","2009",103.17947,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2010","2010",102.61758,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2011","2011",102.10641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2012","2012",102.08435,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2013","2013",102.36949,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2014","2014",102.39523,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2015","2015",102.50713,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2016","2016",102.59128,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40041","High income countries","2017","2017",102.57924,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1990","1990",101.10122,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1991","1991",102.41842,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1992","1992",102.61671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1993","1993",102.19844,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1994","1994",101.44084,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1995","1995",101.45494,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1996","1996",101.5988,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1997","1997",100.9399,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1998","1998",101.16794,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","1999","1999",101.25115,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2000","2000",101.21735,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2001","2001",103.27186,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2002","2002",105.70908,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2003","2003",103.77809,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2004","2004",97.19287,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2005","2005",98.93119,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2006","2006",98.27379,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2007","2007",98.60408,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2008","2008",98.8218,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2009","2009",98.66353,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2010","2010",99.4175,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2011","2011",99.91644,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2012","2012",99.41089,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2013","2013",101.685,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2014","2014",100.81363,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2015","2015",99.90639,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2016","2016",100.75453,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40530","Central and Eastern Europe","2017","2017",100.10757,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1990","1990",101.01703,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1991","1991",100.14053,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1992","1992",99.79509,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1993","1993",100.43268,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1994","1994",101.15155,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1995","1995",100.35963,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1996","1996",99.8879,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1997","1997",99.61969,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1998","1998",99.5959,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","1999","1999",100.16686,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2000","2000",101.19081,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2001","2001",100.90635,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2002","2002",101.10053,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2003","2003",102.58859,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2004","2004",103.80232,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2005","2005",104.91229,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2006","2006",105.17702,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2007","2007",105.94075,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2008","2008",104.8982,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2009","2009",104.5685,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2010","2010",104.78338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2011","2011",104.8066,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2012","2012",105.54627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2013","2013",103.98594,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2014","2014",102.7086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2015","2015",102.35535,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2016","2016",104.31786,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40042","Lower middle income countries","2017","2017",104.15198,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1990","1990",114.52779,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1991","1991",111.91032,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1992","1992",112.76637,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1993","1993",113.29402,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1994","1994",114.07794,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1995","1995",121.24435,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1996","1996",121.63314,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1997","1997",115.00273,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1998","1998",122.63488,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","1999","1999",122.07083,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2000","2000",118.35648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2001","2001",119.44385,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2002","2002",119.17628,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2003","2003",117.54752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2004","2004",116.23498,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2005","2005",115.81922,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2006","2006",115.08177,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2007","2007",114.81003,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2008","2008",115.06806,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2009","2009",114.90204,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2010","2010",113.69171,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2011","2011",114.64812,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2012","2012",114.43095,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2013","2013",109.83548,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2014","2014",108.96164,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2015","2015",108.21134,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2016","2016",107.98044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40520","Latin America and the Caribbean","2017","2017",107.56961,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1990","1990",113.14165,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1991","1991",111.84932,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1992","1992",110.63048,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1993","1993",108.81653,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1994","1994",107.50983,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1995","1995",105.9571,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1996","1996",104.48908,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1997","1997",103.47988,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1998","1998",103.93046,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","1999","1999",104.50825,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2000","2000",105.78142,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2001","2001",107.23208,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2002","2002",109.54375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2003","2003",111.77878,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2004","2004",108.33522,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2005","2005",104.05519,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2006","2006",103.69971,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2007","2007",105.38546,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2008","2008",106.39065,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2009","2009",106.52121,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2010","2010",106.40375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2011","2011",105.93847,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2012","2012",105.49096,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2013","2013",104.47579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2014","2014",101.89905,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2015","2015",101.6296,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2016","2016",102.3393,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40515","East Asia and the Pacific","2017","2017",102.93661,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1990","1990",91.83618,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1991","1991",91.81569,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1992","1992",91.9068,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1993","1993",93.08048,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1994","1994",94.02141,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1995","1995",93.36965,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1996","1996",93.06265,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1997","1997",93.25122,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1998","1998",93.30839,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","1999","1999",94.09389,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2000","2000",95.33967,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2001","2001",95.4769,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2002","2002",96.01006,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2003","2003",99.78658,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2004","2004",101.07493,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2005","2005",102.25202,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2006","2006",102.7753,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2007","2007",103.80292,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2008","2008",103.54666,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2009","2009",103.55665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2010","2010",104.03513,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2011","2011",104.15906,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2012","2012",105.22772,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2013","2013",105.33629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2014","2014",103.92902,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2015","2015",103.65595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2016","2016",106.44601,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40042","Lower middle income countries","2017","2017",106.24107,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1990","1990",66.12478,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1991","1991",67.53052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1992","1992",67.5095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1993","1993",68.30235,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1994","1994",68.57096,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1995","1995",69.11653,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1996","1996",67.55423,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1997","1997",71.22448,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1998","1998",72.35866,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","1999","1999",73.32781,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2000","2000",75.96482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2001","2001",78.34824,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2002","2002",80.45801,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2003","2003",83.25433,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2004","2004",85.51231,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2005","2005",88.10791,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2006","2006",90.20942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2007","2007",91.44966,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2008","2008",92.4857,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2009","2009",93.24697,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2010","2010",93.32677,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2011","2011",94.69914,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2012","2012",96.22728,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2013","2013",96.88174,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2014","2014",96.76041,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2015","2015",95.74976,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2016","2016",95.67789,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40540","Sub-Saharan Africa","2017","2017",95.83518,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1990","1990",105.82709,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1991","1991",104.61201,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1992","1992",103.53584,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1993","1993",103.12455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1994","1994",102.84226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1995","1995",102.91507,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1996","1996",102.08373,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1997","1997",101.26125,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1998","1998",101.89934,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","1999","1999",101.85534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2000","2000",102.47189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2001","2001",102.94041,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2002","2002",104.31711,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2003","2003",105.85455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2004","2004",105.44729,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2005","2005",104.93599,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2006","2006",105.29172,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2007","2007",106.35331,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2008","2008",106.54656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2009","2009",106.26578,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2010","2010",105.84057,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2011","2011",105.57765,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2012","2012",105.82462,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2013","2013",104.55558,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2014","2014",103.15126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2015","2015",102.74139,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2016","2016",103.68533,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40510","World","2017","2017",103.74173,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1990","1990",96.39589,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1991","1991",95.98862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1992","1992",95.85655,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1993","1993",96.14869,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1994","1994",96.24146,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1995","1995",96.38053,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1996","1996",95.69549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1997","1997",95.08321,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1998","1998",95.9819,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","1999","1999",96.56054,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2000","2000",97.37137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2001","2001",98.29045,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2002","2002",99.60475,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2003","2003",103.81671,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2004","2004",102.99884,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2005","2005",102.11214,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2006","2006",102.48901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2007","2007",103.71921,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2008","2008",104.35609,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2009","2009",104.54346,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2010","2010",104.37106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2011","2011",104.32872,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2012","2012",105.09275,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2013","2013",105.97226,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2014","2014",104.03839,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2015","2015",103.87215,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2016","2016",106.44776,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40030","Middle income countries","2017","2017",106.46201,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1990","1990",103.71182,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1991","1991",102.63311,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1992","1992",102.01906,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1993","1993",101.91267,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1994","1994",101.732,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1995","1995",101.59528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1996","1996",100.64492,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1997","1997",99.62792,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1998","1998",100.39388,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","1999","1999",100.78817,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2000","2000",101.46916,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2001","2001",102.09778,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2002","2002",103.3099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2003","2003",106.11146,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2004","2004",105.1126,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2005","2005",104.20741,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2006","2006",104.47671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2007","2007",105.58676,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2008","2008",105.7904,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2009","2009",105.71962,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2010","2010",105.40659,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2011","2011",105.26236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2012","2012",105.72175,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2013","2013",105.33998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2014","2014",103.40661,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2015","2015",103.22824,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2016","2016",105.14521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40030","Middle income countries","2017","2017",105.18787,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1990","1990",115.15787,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1991","1991",112.95029,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1992","1992",113.77211,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1993","1993",114.50254,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1994","1994",115.53724,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1995","1995",122.8498,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1996","1996",123.34347,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1997","1997",116.65932,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1998","1998",124.50698,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","1999","1999",123.46684,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2000","2000",119.97856,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2001","2001",121.1318,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2002","2002",120.93194,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2003","2003",119.08951,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2004","2004",117.74963,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2005","2005",117.53685,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2006","2006",116.65296,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2007","2007",116.29185,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2008","2008",116.81478,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2009","2009",116.28802,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2010","2010",115.3706,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2011","2011",116.29821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2012","2012",115.68847,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2013","2013",110.8749,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2014","2014",110.03849,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2015","2015",109.2275,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2016","2016",108.7647,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40520","Latin America and the Caribbean","2017","2017",108.58843,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1990","1990",76.57477,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1991","1991",76.9474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1992","1992",75.03176,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1993","1993",75.817,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1994","1994",78.23612,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1995","1995",77.56983,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1996","1996",78.22982,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1997","1997",80.44938,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1998","1998",81.60967,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","1999","1999",83.17303,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2000","2000",84.48279,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2001","2001",86.11799,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2002","2002",87.91192,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2003","2003",89.61188,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2004","2004",90.59064,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2005","2005",91.4539,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2006","2006",92.83383,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2007","2007",93.74212,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2008","2008",95.02521,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2009","2009",96.0143,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2010","2010",96.43035,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2011","2011",95.4209,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2012","2012",97.52872,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2013","2013",96.13688,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2014","2014",95.84055,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2015","2015",96.88065,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2016","2016",96.51661,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40525","Arab States","2017","2017",97.07292,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1990","1990",114.10512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1991","1991",112.23944,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1992","1992",111.34329,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1993","1993",109.78535,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1994","1994",108.38034,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1995","1995",109.06646,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1996","1996",107.46963,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1997","1997",105.18039,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1998","1998",106.936,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","1999","1999",107.23325,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2000","2000",107.51161,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2001","2001",109.42503,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2002","2002",111.9199,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2003","2003",113.9022,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2004","2004",109.6372,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2005","2005",105.98447,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2006","2006",105.85499,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2007","2007",107.07429,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2008","2008",107.88219,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2009","2009",107.8557,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2010","2010",106.21071,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2011","2011",105.7431,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2012","2012",105.43511,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2013","2013",104.64055,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2014","2014",102.07253,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2015","2015",101.93895,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2016","2016",102.70925,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40043","Upper middle income countries","2017","2017",103.17612,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1990","1990",103.05154,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1991","1991",102.83061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1992","1992",102.20848,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1993","1993",102.14025,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1994","1994",101.97402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1995","1995",102.21796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1996","1996",102.27189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1997","1997",100.96416,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1998","1998",101.90489,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","1999","1999",101.93062,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2000","2000",102.04568,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2001","2001",101.81006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2002","2002",101.20254,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2003","2003",101.58591,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2004","2004",102.26369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2005","2005",102.78315,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2006","2006",102.88924,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2007","2007",103.59204,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2008","2008",103.79702,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2009","2009",103.37126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2010","2010",102.97365,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2011","2011",102.20024,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2012","2012",102.40213,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2013","2013",102.584,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2014","2014",102.52604,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2015","2015",102.49989,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2016","2016",102.67927,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40041","High income countries","2017","2017",102.63589,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1990","1990",106.76132,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1991","1991",107.51937,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1992","1992",105.62773,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1993","1993",104.18412,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1994","1994",103.47941,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1995","1995",99.75003,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1996","1996",96.05464,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1997","1997",96.65437,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1998","1998",96.56024,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","1999","1999",97.29785,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2000","2000",96.77127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2001","2001",97.32886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2002","2002",97.0081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2003","2003",96.91373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2004","2004",96.89305,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2005","2005",96.28682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2006","2006",96.05893,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2007","2007",96.02821,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2008","2008",96.8337,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2009","2009",97.30429,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2010","2010",98.08848,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2011","2011",98.41458,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2012","2012",99.67642,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2013","2013",100.54267,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2014","2014",100.78256,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2015","2015",101.04229,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2016","2016",101.37027,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40505","Central Asia","2017","2017",102.49849,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1990","1990",100.7787,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1991","1991",99.80749,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1992","1992",99.83899,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1993","1993",100.05581,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1994","1994",100.73079,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1995","1995",100.57627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1996","1996",100.17385,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1997","1997",99.48253,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1998","1998",98.12231,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","1999","1999",98.3951,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2000","2000",99.43451,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2001","2001",98.77417,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2002","2002",99.84144,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2003","2003",102.57022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2004","2004",104.99564,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2005","2005",106.09566,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2006","2006",107.18835,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2007","2007",108.69311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2008","2008",108.01593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2009","2009",107.14576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2010","2010",107.51841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2011","2011",106.16053,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2012","2012",107.04795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2013","2013",105.11394,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2014","2014",103.60369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2015","2015",103.83711,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2016","2016",106.98553,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40535","South and West Asia","2017","2017",106.756,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1990","1990",88.0301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1991","1991",88.2111,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1992","1992",88.751,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1993","1993",90.09648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1994","1994",91.15625,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1995","1995",91.15707,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1996","1996",91.17275,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1997","1997",90.89551,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1998","1998",89.93417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","1999","1999",90.44671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2000","2000",91.74737,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2001","2001",91.59452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2002","2002",93.23463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2003","2003",99.58278,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2004","2004",101.76758,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2005","2005",103.47925,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2006","2006",104.94008,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2007","2007",106.79116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2008","2008",107.1954,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2009","2009",106.89992,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2010","2010",107.26293,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2011","2011",106.34337,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2012","2012",107.47355,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2013","2013",108.34665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2014","2014",106.57857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2015","2015",106.97072,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2016","2016",111.79688,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40535","South and West Asia","2017","2017",111.54401,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1990","1990",54.56033,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1991","1991",56.56519,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1992","1992",55.74179,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1993","1993",56.08926,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1994","1994",57.21532,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1995","1995",59.07282,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1996","1996",59.48451,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1997","1997",63.46036,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1998","1998",64.31152,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","1999","1999",64.93695,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2000","2000",67.59768,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2001","2001",70.65102,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2002","2002",75.92969,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2003","2003",79.63228,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2004","2004",82.01821,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2005","2005",85.81012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2006","2006",89.20049,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2007","2007",91.75235,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2008","2008",95.04217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2009","2009",96.28212,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2010","2010",96.76224,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2011","2011",97.38442,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2012","2012",98.22704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2013","2013",97.65904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2014","2014",97.89748,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2015","2015",97.22997,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2016","2016",97.26103,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40044","Low income countries","2017","2017",97.46282,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1990","1990",102.68661,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1991","1991",103.96074,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1992","1992",103.96415,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1993","1993",103.51358,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1994","1994",102.63522,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1995","1995",102.76561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1996","1996",103.00021,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1997","1997",102.50161,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1998","1998",102.89179,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","1999","1999",103.04364,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2000","2000",102.95203,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2001","2001",104.88601,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2002","2002",107.2283,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2003","2003",105.07132,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2004","2004",98.25325,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2005","2005",99.91665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2006","2006",99.03465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2007","2007",99.27407,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2008","2008",99.39266,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2009","2009",99.07809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2010","2010",99.69015,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2011","2011",100.04236,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2012","2012",99.55729,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2013","2013",101.6767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2014","2014",100.73385,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2015","2015",99.80651,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2016","2016",100.67985,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40530","Central and Eastern Europe","2017","2017",100.03136,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1990","1990",63.11242,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1991","1991",64.94626,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1992","1992",63.86555,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1993","1993",64.09111,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1994","1994",65.19285,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1995","1995",67.91597,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1996","1996",68.59014,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1997","1997",72.75942,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1998","1998",73.55414,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","1999","1999",73.15444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2000","2000",75.60595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2001","2001",78.54099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2002","2002",84.08604,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2003","2003",87.65722,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2004","2004",90.37368,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2005","2005",92.84241,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2006","2006",95.44803,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2007","2007",97.64606,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2008","2008",100.48204,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2009","2009",101.10678,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2010","2010",101.16634,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2011","2011",101.48709,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2012","2012",102.20879,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2013","2013",101.3934,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2014","2014",101.56225,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2015","2015",100.35146,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2016","2016",100.2636,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40044","Low income countries","2017","2017",100.40739,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1990","1990",121.96821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1991","1991",119.13627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1992","1992",116.7839,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1993","1993",114.79408,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1994","1994",112.65855,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1995","1995",110.58279,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1996","1996",108.45718,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1997","1997",106.69358,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1998","1998",106.9844,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","1999","1999",106.9452,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2000","2000",107.73706,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2001","2001",108.61488,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2002","2002",111.14377,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2003","2003",113.261,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2004","2004",109.32091,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2005","2005",105.20074,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2006","2006",105.09257,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2007","2007",107.13905,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2008","2008",108.00134,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2009","2009",108.21918,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2010","2010",107.16354,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2011","2011",106.44947,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2012","2012",106.30192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2013","2013",105.02803,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2014","2014",102.48683,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2015","2015",102.46657,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2016","2016",102.98348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40515","East Asia and the Pacific","2017","2017",103.51741,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1990","1990",73.01861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1991","1991",74.18431,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1992","1992",73.89009,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1993","1993",74.78294,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1994","1994",74.98402,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1995","1995",75.84297,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1996","1996",73.96917,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1997","1997",78.03512,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1998","1998",79.42835,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","1999","1999",80.03159,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2000","2000",82.67783,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2001","2001",84.88088,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2002","2002",87.21891,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2003","2003",89.84167,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2004","2004",91.81618,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2005","2005",94.08917,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2006","2006",95.57079,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2007","2007",96.28764,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2008","2008",96.98839,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2009","2009",97.37249,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2010","2010",97.1465,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2011","2011",98.68723,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2012","2012",99.52998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2013","2013",99.81817,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2014","2014",99.3912,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2015","2015",97.98295,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2016","2016",97.98289,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40540","Sub-Saharan Africa","2017","2017",98.06134,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1990","1990",93.01369,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1991","1991",92.77302,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1992","1992",92.45017,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1993","1993",92.6323,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1994","1994",92.7742,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1995","1995",93.05299,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1996","1996",92.53847,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1997","1997",92.35448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1998","1998",93.21975,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","1999","1999",93.66975,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2000","2000",94.3645,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2001","2001",95.3364,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2002","2002",96.81193,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2003","2003",100.37055,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2004","2004",100.11107,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2005","2005",99.92137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2006","2006",100.68919,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2007","2007",101.95138,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2008","2008",102.88217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2009","2009",103.13255,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2010","2010",102.96784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2011","2011",102.98348,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2012","2012",103.62269,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2013","2013",104.20786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2014","2014",102.83679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2015","2015",102.6242,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2016","2016",104.46636,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40510","World","2017","2017",104.49583,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1990","1990",117.665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1991","1991",115.58452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1992","1992",113.78546,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1993","1993",111.88233,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1994","1994",110.1517,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1995","1995",108.33201,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1996","1996",106.52786,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1997","1997",105.13253,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1998","1998",105.50275,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","1999","1999",105.76472,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2000","2000",106.79161,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2001","2001",107.94796,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2002","2002",110.37399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2003","2003",112.54943,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2004","2004",108.84943,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2005","2005",104.65324,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2006","2006",104.42706,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2007","2007",106.30169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2008","2008",107.2331,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2009","2009",107.41056,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2010","2010",106.80234,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2011","2011",106.20696,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2012","2012",105.91749,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2013","2013",104.76646,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2014","2014",102.20859,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2015","2015",102.07053,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2016","2016",102.67874,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40515","East Asia and the Pacific","2017","2017",103.24265,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1990","1990",82.18075,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1991","1991",83.05243,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1992","1992",83.5984,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1993","1993",85.33474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1994","1994",86.50892,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1995","1995",86.00359,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1996","1996",85.867,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1997","1997",86.53282,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1998","1998",86.66682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","1999","1999",87.66786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2000","2000",89.13518,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2001","2001",89.70656,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2002","2002",90.58989,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2003","2003",96.79851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2004","2004",98.16299,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2005","2005",99.40942,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2006","2006",100.20658,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2007","2007",101.51512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2008","2008",102.09849,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2009","2009",102.47089,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2010","2010",103.23103,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2011","2011",103.46235,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2012","2012",104.88485,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2013","2013",106.78947,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2014","2014",105.24158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2015","2015",105.05346,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2016","2016",108.73045,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40042","Lower middle income countries","2017","2017",108.4817,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1990","1990",104.21871,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1991","1991",105.45006,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1992","1992",105.26342,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1993","1993",104.78004,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1994","1994",103.78404,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1995","1995",104.02494,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1996","1996",104.34543,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1997","1997",103.99923,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1998","1998",104.54404,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","1999","1999",104.76077,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2000","2000",104.61323,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2001","2001",106.43143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2002","2002",108.68177,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2003","2003",106.30748,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2004","2004",99.26585,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2005","2005",100.85726,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2006","2006",99.76064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2007","2007",99.91349,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2008","2008",99.93749,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2009","2009",99.47367,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2010","2010",99.95015,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2011","2011",100.16232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2012","2012",99.69675,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2013","2013",101.66879,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2014","2014",100.6579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2015","2015",99.71141,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2016","2016",100.60872,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40530","Central and Eastern Europe","2017","2017",99.95883,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1990","1990",110.68267,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1991","1991",108.95977,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1992","1992",107.88333,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1993","1993",107.39479,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1994","1994",106.95124,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1995","1995",106.54885,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1996","1996",105.3422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1997","1997",103.93634,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1998","1998",104.5696,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","1999","1999",104.77819,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2000","2000",105.32886,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2001","2001",105.67373,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2002","2002",106.78071,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2003","2003",108.25512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2004","2004",107.07955,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2005","2005",106.15584,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2006","2006",106.32326,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2007","2007",107.32023,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2008","2008",107.12086,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2009","2009",106.80819,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2010","2010",106.3642,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2011","2011",106.12441,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2012","2012",106.30164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2013","2013",104.75719,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2014","2014",102.82424,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2015","2015",102.63458,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2016","2016",103.94443,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40030","Middle income countries","2017","2017",104.01223,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1990","1990",104.88805,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1991","1991",104.55215,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1992","1992",103.70883,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1993","1993",103.47821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1994","1994",102.95176,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1995","1995",103.55755,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1996","1996",103.58095,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1997","1997",102.54794,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1998","1998",102.45217,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","1999","1999",102.26718,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2000","2000",102.41881,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2001","2001",102.14401,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2002","2002",100.92449,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2003","2003",101.54133,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2004","2004",102.1232,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2005","2005",102.8965,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2006","2006",102.65507,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2007","2007",103.37116,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2008","2008",103.52053,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2009","2009",102.80137,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2010","2010",102.10509,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2011","2011",101.1185,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2012","2012",101.49483,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2013","2013",101.846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2014","2014",101.74402,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2015","2015",101.62212,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2016","2016",102.04143,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40500","North America and Western Europe","2017","2017",101.97232,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1990","1990",101.89827,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1991","1991",101.40161,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1992","1992",100.86856,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1993","1993",100.81095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1994","1994",100.90587,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1995","1995",101.05695,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1996","1996",101.04024,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1997","1997",100.36948,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1998","1998",101.8322,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","1999","1999",102.03006,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2000","2000",100.96959,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2001","2001",101.26937,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2002","2002",100.89797,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2003","2003",101.10744,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2004","2004",101.53304,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2005","2005",101.9011,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2006","2006",102.62213,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2007","2007",102.9939,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2008","2008",103.27869,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2009","2009",102.97808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2010","2010",102.2437,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2011","2011",102.00791,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2012","2012",101.75081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2013","2013",102.14438,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2014","2014",102.25799,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2015","2015",102.51472,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2016","2016",102.49904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40041","High income countries","2017","2017",102.5198,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1990","1990",104.69861,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1991","1991",104.108,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1992","1992",103.19217,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1993","1993",102.94536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1994","1994",102.58681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1995","1995",103.05425,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1996","1996",103.02283,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1997","1997",102.51048,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1998","1998",102.85758,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","1999","1999",102.71852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2000","2000",101.91562,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2001","2001",101.98512,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2002","2002",100.96246,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2003","2003",101.42671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2004","2004",101.81862,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2005","2005",102.42435,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2006","2006",102.6365,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2007","2007",103.11872,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2008","2008",103.3462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2009","2009",102.72207,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2010","2010",101.70914,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2011","2011",101.09986,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2012","2012",101.06313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2013","2013",101.63343,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2014","2014",101.64707,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2015","2015",101.58815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2016","2016",101.97319,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40500","North America and Western Europe","2017","2017",101.97417,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1990","1990",48.16889,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1991","1991",49.44811,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1992","1992",48.55384,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1993","1993",48.41128,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1994","1994",49.39074,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1995","1995",51.44206,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1996","1996",51.59335,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1997","1997",54.27778,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1998","1998",54.51385,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","1999","1999",54.41499,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2000","2000",56.5965,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2001","2001",59.09734,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2002","2002",62.72327,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2003","2003",65.53165,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2004","2004",67.90462,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2005","2005",70.37653,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2006","2006",72.83643,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2007","2007",74.72356,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2008","2008",77.38821,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2009","2009",78.13686,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2010","2010",77.976,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2011","2011",79.18117,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2012","2012",80.0814,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2013","2013",80.17151,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2014","2014",80.25822,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2015","2015",79.98373,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2016","2016",80.06706,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40044","Low income countries","2017","2017",80.03657,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1990","1990",94.18252,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1991","1991",94.28341,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1992","1992",93.74554,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1993","1993",93.0248,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1994","1994",91.97421,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1995","1995",90.98833,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1996","1996",90.56696,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1997","1997",90.40887,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1998","1998",92.38936,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","1999","1999",94.39515,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2000","2000",94.74813,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2001","2001",95.29371,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2002","2002",97.69609,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2003","2003",97.61238,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2004","2004",97.92941,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2005","2005",96.26942,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2006","2006",95.55732,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2007","2007",95.9786,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2008","2008",96.33359,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2009","2009",96.32203,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2010","2010",96.26702,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2011","2011",96.23671,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2012","2012",96.2206,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2013","2013",96.1426,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2014","2014",96.23091,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2015","2015",96.40489,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2016","2016",96.36839,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40043","Upper middle income countries","2017","2017",96.31088,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1990","1990",63.02144,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1991","1991",63.75267,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1992","1992",64.96284,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1993","1993",67.28642,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1994","1994",69.1192,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1995","1995",69.57396,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1996","1996",70.0817,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1997","1997",70.21234,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1998","1998",69.15863,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","1999","1999",70.09623,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2000","2000",72.48919,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2001","2001",73.37231,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2002","2002",74.92621,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2003","2003",82.50898,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2004","2004",85.09461,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2005","2005",87.03879,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2006","2006",88.96694,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2007","2007",91.07606,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2008","2008",91.83003,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2009","2009",91.93242,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2010","2010",92.63869,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2011","2011",92.28478,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2012","2012",92.73054,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2013","2013",92.95995,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2014","2014",93.03422,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2015","2015",93.2018,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2016","2016",93.4684,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40535","South and West Asia","2017","2017",93.16022,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1990","1990",80.77426,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1991","1991",80.96408,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1992","1992",79.13602,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1993","1993",79.26326,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1994","1994",80.6537,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1995","1995",80.11588,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1996","1996",81.36554,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1997","1997",81.84069,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1998","1998",82.0024,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","1999","1999",82.53793,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2000","2000",83.59806,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2001","2001",84.90924,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2002","2002",86.00539,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2003","2003",86.69138,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2004","2004",87.57679,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2005","2005",88.22181,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2006","2006",88.48774,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2007","2007",89.74153,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2008","2008",90.63759,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2009","2009",91.03207,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2010","2010",91.86855,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2011","2011",91.10555,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2012","2012",90.4277,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2013","2013",88.88437,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2014","2014",88.09182,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2015","2015",88.59513,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2016","2016",88.75412,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40525","Arab States","2017","2017",89.18165,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1990","1990",95.85461,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1991","1991",96.157,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1992","1992",95.52417,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1993","1993",94.6781,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1994","1994",93.53787,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1995","1995",92.32805,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1996","1996",91.78876,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1997","1997",91.50284,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1998","1998",93.08497,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","1999","1999",94.82304,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2000","2000",95.13948,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2001","2001",95.77292,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2002","2002",98.23306,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2003","2003",98.14775,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2004","2004",98.32554,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2005","2005",96.41846,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2006","2006",95.61584,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2007","2007",96.04177,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2008","2008",96.52771,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2009","2009",96.37596,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2010","2010",96.35796,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2011","2011",96.34844,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2012","2012",96.29571,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2013","2013",96.19245,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2014","2014",96.2727,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2015","2015",96.4693,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2016","2016",96.40116,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40043","Upper middle income countries","2017","2017",96.33132,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1990","1990",90.17022,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1991","1991",90.55493,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1992","1992",91.37847,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1993","1993",91.66642,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1994","1994",91.28287,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1995","1995",91.30065,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1996","1996",91.66232,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1997","1997",90.7673,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1998","1998",93.69487,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","1999","1999",94.84173,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2000","2000",95.61489,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2001","2001",95.65145,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2002","2002",95.42165,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2003","2003",94.56599,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2004","2004",95.18673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2005","2005",95.702,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2006","2006",95.28298,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2007","2007",94.89676,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2008","2008",95.79096,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2009","2009",96.31854,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2010","2010",96.527,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2011","2011",96.50247,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2012","2012",96.54015,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2013","2013",96.08683,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2014","2014",95.81711,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2015","2015",95.82378,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2016","2016",95.9562,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40520","Latin America and the Caribbean","2017","2017",95.84745,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1990","1990",90.09253,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1991","1991",90.44216,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1992","1992",91.35831,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1993","1993",91.64317,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1994","1994",91.23828,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1995","1995",91.25736,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1996","1996",91.82068,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1997","1997",90.97302,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1998","1998",93.73226,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","1999","1999",94.8819,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2000","2000",95.64074,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2001","2001",95.90762,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2002","2002",95.93692,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2003","2003",95.2414,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2004","2004",95.52142,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2005","2005",95.2837,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2006","2006",94.8073,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2007","2007",94.45157,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2008","2008",95.7879,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2009","2009",95.99889,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2010","2010",96.22954,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2011","2011",96.27193,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2012","2012",96.16933,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2013","2013",95.68133,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2014","2014",95.37622,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2015","2015",95.39776,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2016","2016",95.40116,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40520","Latin America and the Caribbean","2017","2017",95.27941,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1990","1990",90.01705,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1991","1991",90.33269,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1992","1992",91.33877,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1993","1993",91.62065,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1994","1994",91.19513,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1995","1995",91.21548,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1996","1996",91.97379,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1997","1997",91.17185,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1998","1998",93.76837,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","1999","1999",94.92047,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2000","2000",95.66568,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2001","2001",96.1554,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2002","2002",96.43596,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2003","2003",95.89321,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2004","2004",95.8437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2005","2005",94.88028,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2006","2006",94.35035,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2007","2007",94.02477,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2008","2008",95.78495,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2009","2009",95.6932,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2010","2010",95.94351,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2011","2011",96.05029,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2012","2012",95.81474,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2013","2013",95.29337,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2014","2014",94.95379,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2015","2015",94.98957,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2016","2016",94.87094,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40520","Latin America and the Caribbean","2017","2017",94.7345,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1990","1990",92.43222,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1991","1991",92.32143,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1992","1992",91.88185,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1993","1993",91.2909,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1994","1994",90.33248,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1995","1995",89.57973,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1996","1996",89.28044,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1997","1997",89.25503,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1998","1998",91.65417,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","1999","1999",93.94104,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2000","2000",94.33201,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2001","2001",94.78229,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2002","2002",97.12085,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2003","2003",97.03614,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2004","2004",97.49992,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2005","2005",96.1077,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2006","2006",95.49374,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2007","2007",95.90986,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2008","2008",96.12234,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2009","2009",96.26312,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2010","2010",96.16769,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2011","2011",96.11439,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2012","2012",96.13809,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2013","2013",96.0878,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2014","2014",96.18495,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2015","2015",96.33395,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2016","2016",96.33224,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40043","Upper middle income countries","2017","2017",96.28835,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1990","1990",42.02194,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1991","1991",43.70426,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1992","1992",43.08103,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1993","1993",43.01704,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1994","1994",44.13022,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1995","1995",45.78235,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1996","1996",45.77874,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1997","1997",48.61363,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1998","1998",49.12801,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","1999","1999",49.57941,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2000","2000",51.77829,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2001","2001",54.28119,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2002","2002",58.25484,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2003","2003",61.21603,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2004","2004",63.97386,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2005","2005",66.4632,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2006","2006",69.35651,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2007","2007",71.34288,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2008","2008",74.21696,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2009","2009",75.23359,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2010","2010",75.11487,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2011","2011",76.37813,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2012","2012",77.49463,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2013","2013",77.60106,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2014","2014",77.92404,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2015","2015",77.63843,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2016","2016",77.74488,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40044","Low income countries","2017","2017",77.73997,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1990","1990",84.68469,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1991","1991",84.77438,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1992","1992",84.99187,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1993","1993",85.57529,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1994","1994",86.09196,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1995","1995",86.0988,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1996","1996",86.03511,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1997","1997",85.87235,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1998","1998",85.24687,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","1999","1999",85.31238,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2000","2000",86.23933,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2001","2001",86.07305,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2002","2002",86.41058,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2003","2003",87.21175,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2004","2004",89.69569,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2005","2005",91.35251,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2006","2006",92.46199,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2007","2007",94.05304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2008","2008",93.11344,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2009","2009",91.76387,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2010","2010",92.60117,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2011","2011",91.67106,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2012","2012",92.96872,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2013","2013",93.30072,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2014","2014",93.69601,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2015","2015",94.0679,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2016","2016",94.44648,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40535","South and West Asia","2017","2017",94.1592,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1990","1990",74.66246,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1991","1991",75.21549,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1992","1992",72.50884,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1993","1993",72.90359,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1994","1994",75.07599,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1995","1995",74.1458,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1996","1996",76.22933,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1997","1997",76.70554,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1998","1998",77.315,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","1999","1999",78.35385,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2000","2000",79.66422,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2001","2001",81.29102,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2002","2002",82.63828,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2003","2003",83.58811,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2004","2004",84.52812,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2005","2005",85.32307,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2006","2006",85.68865,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2007","2007",87.22232,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2008","2008",88.27814,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2009","2009",88.69808,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2010","2010",89.76666,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2011","2011",89.07537,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2012","2012",89.21808,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2013","2013",87.83629,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2014","2014",87.23252,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2015","2015",87.70008,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2016","2016",88.03514,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40525","Arab States","2017","2017",88.46287,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1990","1990",89.06636,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1991","1991",89.21589,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1992","1992",88.97823,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1993","1993",88.89526,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1994","1994",88.71265,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1995","1995",88.03902,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1996","1996",87.69615,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1997","1997",87.59598,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1998","1998",88.39255,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","1999","1999",89.3185,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2000","2000",89.98378,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2001","2001",90.12051,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2002","2002",90.87546,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2003","2003",91.03069,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2004","2004",92.05811,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2005","2005",91.79773,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2006","2006",91.75271,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2007","2007",93.12302,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2008","2008",92.67911,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2009","2009",92.22349,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2010","2010",92.54682,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2011","2011",92.3442,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2012","2012",92.74627,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2013","2013",92.76306,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2014","2014",92.97895,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2015","2015",93.21305,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2016","2016",93.42454,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40030","Middle income countries","2017","2017",93.33899,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1990","1990",95.76204,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1991","1991",95.70909,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1992","1992",95.2737,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1993","1993",95.16708,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1994","1994",95.14316,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1995","1995",95.42588,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1996","1996",95.39104,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1997","1997",95.02229,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1998","1998",96.3077,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","1999","1999",96.39651,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2000","2000",96.34776,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2001","2001",96.66566,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2002","2002",96.39036,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2003","2003",96.59225,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2004","2004",96.50586,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2005","2005",97.00803,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2006","2006",97.36668,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2007","2007",97.58642,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2008","2008",97.70497,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2009","2009",97.51138,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2010","2010",97.09367,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2011","2011",96.87692,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2012","2012",96.89681,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2013","2013",96.8051,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2014","2014",96.9349,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2015","2015",97.26205,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2016","2016",97.26151,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40041","High income countries","2017","2017",97.24487,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","1999","1999",94.5295,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2000","2000",94.34287,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2001","2001",94.79548,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2002","2002",94.33967,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2003","2003",93.5421,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2004","2004",94.03629,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2005","2005",93.91257,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2006","2006",93.94424,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2007","2007",93.4195,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2008","2008",93.49882,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2009","2009",93.45011,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2010","2010",93.79389,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2011","2011",94.4546,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2012","2012",95.70414,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2013","2013",96.569,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2014","2014",96.49726,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2015","2015",96.81558,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2016","2016",97.12551,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40505","Central Asia","2017","2017",97.43975,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","1999","1999",94.17881,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2000","2000",93.99672,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2001","2001",94.20522,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2002","2002",93.77985,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2003","2003",92.82038,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2004","2004",93.44473,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2005","2005",93.37444,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2006","2006",93.38495,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2007","2007",92.97091,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2008","2008",93.06282,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2009","2009",92.98889,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2010","2010",93.31927,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2011","2011",93.90814,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2012","2012",95.10268,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2013","2013",95.93503,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2014","2014",96.01507,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2015","2015",96.29865,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2016","2016",96.6383,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40505","Central Asia","2017","2017",97.19168,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1990","1990",98.05358,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1991","1991",97.93376,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1992","1992",97.15188,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1993","1993",96.66355,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1994","1994",96.40164,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1995","1995",96.95649,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1996","1996",96.88394,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1997","1997",97.04566,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1998","1998",97.71468,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","1999","1999",97.70182,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2000","2000",97.4984,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2001","2001",97.96978,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2002","2002",97.40652,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2003","2003",97.62193,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2004","2004",97.29168,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2005","2005",97.89798,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2006","2006",98.23406,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2007","2007",98.24801,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2008","2008",98.21274,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2009","2009",97.77815,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2010","2010",96.76941,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2011","2011",96.49371,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2012","2012",96.44998,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2013","2013",96.61102,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2014","2014",96.8818,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2015","2015",97.07595,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2016","2016",97.39096,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40500","North America and Western Europe","2017","2017",97.38584,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1990","1990",74.20386,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1991","1991",74.61013,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1992","1992",75.31079,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1993","1993",76.7373,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1994","1994",77.89132,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1995","1995",78.11632,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1996","1996",78.332,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1997","1997",78.31407,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1998","1998",77.48753,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","1999","1999",77.98222,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2000","2000",79.62601,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2001","2001",79.97575,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2002","2002",80.90504,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2003","2003",84.96021,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2004","2004",87.49506,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2005","2005",89.29085,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2006","2006",90.79283,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2007","2007",92.63233,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2008","2008",92.50135,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2009","2009",91.84421,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2010","2010",92.61904,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2011","2011",91.9633,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2012","2012",92.85533,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2013","2013",93.13846,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2014","2014",93.38078,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2015","2015",93.65512,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2016","2016",93.98006,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40535","South and West Asia","2017","2017",93.68255,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1990","1990",48.74126,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1991","1991",49.95036,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1992","1992",49.86003,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1993","1993",50.4417,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1994","1994",50.79477,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1995","1995",51.23814,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1996","1996",49.71915,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1997","1997",52.87158,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1998","1998",54.01291,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","1999","1999",55.27508,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2000","2000",57.43074,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2001","2001",59.39236,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2002","2002",60.99737,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2003","2003",63.48499,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2004","2004",65.44129,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2005","2005",67.64642,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2006","2006",69.34395,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2007","2007",71.44833,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2008","2008",72.62228,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2009","2009",73.3505,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2010","2010",73.3379,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2011","2011",74.97763,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2012","2012",75.75799,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2013","2013",76.37527,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2014","2014",76.78581,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2015","2015",76.79355,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2016","2016",76.97426,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40540","Sub-Saharan Africa","2017","2017",77.00632,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1990","1990",84.23877,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1991","1991",84.37747,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1992","1992",84.26303,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1993","1993",84.53137,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1994","1994",84.64599,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1995","1995",84.10445,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1996","1996",84.0084,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1997","1997",84.08455,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1998","1998",85.04956,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","1999","1999",86.31457,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2000","2000",87.21398,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2001","2001",87.51991,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2002","2002",88.40645,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2003","2003",89.66398,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2004","2004",90.79174,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2005","2005",90.66266,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2006","2006",90.77251,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2007","2007",92.10889,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2008","2008",91.96073,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2009","2009",91.81079,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2010","2010",92.20595,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2011","2011",92.17038,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2012","2012",92.40179,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2013","2013",92.39563,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2014","2014",92.48315,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2015","2015",92.62539,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2016","2016",92.76915,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40030","Middle income countries","2017","2017",92.68803,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1990","1990",57.50635,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1991","1991",58.24631,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1992","1992",57.84749,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1993","1993",58.18261,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1994","1994",58.52867,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1995","1995",59.69322,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1996","1996",58.79984,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1997","1997",61.4635,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1998","1998",62.08388,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","1999","1999",62.368,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2000","2000",64.64687,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2001","2001",66.34958,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2002","2002",67.92573,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2003","2003",70.18421,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2004","2004",71.59322,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2005","2005",73.64294,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2006","2006",74.70871,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2007","2007",78.07926,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2008","2008",78.49895,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2009","2009",78.78535,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2010","2010",78.63544,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2011","2011",80.30675,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2012","2012",80.84941,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2013","2013",81.54489,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2014","2014",81.81254,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2015","2015",81.83922,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2016","2016",82.02441,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40540","Sub-Saharan Africa","2017","2017",81.97806,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1990","1990",53.15082,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1991","1991",54.12448,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1992","1992",53.87953,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1993","1993",54.33784,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1994","1994",54.68802,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1995","1995",55.49494,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1996","1996",54.29127,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1997","1997",57.1971,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1998","1998",58.07641,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","1999","1999",58.84689,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2000","2000",61.06518,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2001","2001",62.89571,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2002","2002",64.48534,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2003","2003",66.85742,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2004","2004",68.53858,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2005","2005",70.66626,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2006","2006",72.04677,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2007","2007",74.78964,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2008","2008",75.58445,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2009","2009",76.09055,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2010","2010",76.00904,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2011","2011",77.66471,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2012","2012",78.32513,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2013","2013",78.98223,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2014","2014",79.32145,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2015","2015",79.33968,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2016","2016",79.52371,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40540","Sub-Saharan Africa","2017","2017",79.5173,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1990","1990",97.56707,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1991","1991",97.70102,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1992","1992",96.93611,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1993","1993",96.64391,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1994","1994",96.24588,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1995","1995",97.0035,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1996","1996",96.81734,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1997","1997",96.8241,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1998","1998",97.60868,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","1999","1999",97.6384,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2000","2000",97.4754,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2001","2001",97.31953,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2002","2002",96.73421,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2003","2003",97.09322,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2004","2004",96.68502,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2005","2005",97.26596,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2006","2006",97.35065,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2007","2007",97.64336,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2008","2008",97.85582,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2009","2009",96.83686,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2010","2010",96.45022,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2011","2011",95.75593,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2012","2012",96.29901,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2013","2013",96.40759,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2014","2014",96.26841,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2015","2015",96.61915,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2016","2016",97.4908,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40500","North America and Western Europe","2017","2017",97.49078,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1990","1990",97.80432,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1991","1991",97.81458,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1992","1992",97.04139,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1993","1993",96.65349,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1994","1994",96.32189,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1995","1995",96.98056,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1996","1996",96.84983,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1997","1997",96.93217,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1998","1998",97.66038,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","1999","1999",97.66933,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2000","2000",97.48661,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2001","2001",97.63651,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2002","2002",97.06197,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2003","2003",97.35103,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2004","2004",96.9809,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2005","2005",97.57424,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2006","2006",97.7817,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2007","2007",97.93837,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2008","2008",98.03003,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2009","2009",97.29635,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2010","2010",96.60603,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2011","2011",96.1161,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2012","2012",96.37272,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2013","2013",96.5069,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2014","2014",96.56789,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2015","2015",96.84223,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2016","2016",97.44205,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40500","North America and Western Europe","2017","2017",97.43956,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1990","1990",54.22944,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1991","1991",55.10607,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1992","1992",53.94217,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1993","1993",53.71781,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1994","1994",54.56152,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1995","1995",57.00247,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1996","1996",57.30547,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1997","1997",59.8434,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1998","1998",59.80756,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","1999","1999",59.16774,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2000","2000",61.33182,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2001","2001",63.83388,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2002","2002",67.12233,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2003","2003",69.78133,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2004","2004",71.77309,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2005","2005",74.22384,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2006","2006",76.25268,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2007","2007",78.03903,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2008","2008",80.49678,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2009","2009",80.98265,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2010","2010",80.78112,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2011","2011",81.93092,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2012","2012",82.62062,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2013","2013",82.69503,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2014","2014",82.54848,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2015","2015",82.28358,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2016","2016",82.34241,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40044","Low income countries","2017","2017",82.28501,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1990","1990",79.17221,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1991","1991",79.296,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1992","1992",79.30804,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1993","1993",79.94313,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1994","1994",80.36795,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1995","1995",79.96242,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1996","1996",80.12268,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1997","1997",80.38054,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1998","1998",81.51743,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","1999","1999",83.13176,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2000","2000",84.27334,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2001","2001",84.75104,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2002","2002",85.77073,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2003","2003",88.20093,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2004","2004",89.43085,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2005","2005",89.44205,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2006","2006",89.71738,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2007","2007",91.01633,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2008","2008",91.1863,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2009","2009",91.36489,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2010","2010",91.83733,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2011","2011",91.98212,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2012","2012",92.02814,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2013","2013",91.99699,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2014","2014",91.94529,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2015","2015",91.98797,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2016","2016",92.05822,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40030","Middle income countries","2017","2017",91.98252,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1990","1990",95.85673,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1991","1991",95.85528,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1992","1992",95.40594,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1993","1993",95.31886,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1994","1994",95.24915,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1995","1995",95.59006,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1996","1996",95.49963,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1997","1997",95.11331,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1998","1998",96.32275,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","1999","1999",96.41414,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2000","2000",96.38334,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2001","2001",96.49424,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2002","2002",96.21383,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2003","2003",96.4745,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2004","2004",96.39204,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2005","2005",96.88829,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2006","2006",97.15715,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2007","2007",97.4524,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2008","2008",97.63926,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2009","2009",97.22918,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2010","2010",96.98254,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2011","2011",96.60204,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2012","2012",96.79394,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2013","2013",96.64931,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2014","2014",96.62306,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2015","2015",97.03465,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2016","2016",97.20922,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40041","High income countries","2017","2017",97.20245,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1990","1990",76.2761,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1991","1991",76.51306,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1992","1992",76.77725,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1993","1993",77.81172,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1994","1994",78.78105,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1995","1995",78.48008,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1996","1996",78.53707,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1997","1997",78.72964,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1998","1998",78.80623,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","1999","1999",79.57151,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2000","2000",81.08596,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2001","2001",81.51411,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2002","2002",81.58487,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2003","2003",84.10633,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2004","2004",85.55056,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2005","2005",86.71798,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2006","2006",87.50119,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2007","2007",89.54445,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2008","2008",89.1383,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2009","2009",88.96177,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2010","2010",89.66792,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2011","2011",89.65707,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2012","2012",90.0581,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2013","2013",90.07068,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2014","2014",90.16216,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2015","2015",90.28608,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2016","2016",90.53988,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40042","Lower middle income countries","2017","2017",90.42946,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1990","1990",68.30237,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1991","1991",69.23021,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1992","1992",65.60025,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1993","1993",66.26576,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1994","1994",69.24946,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1995","1995",67.90927,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1996","1996",70.86911,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1997","1997",71.3473,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1998","1998",72.42414,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","1999","1999",73.9884,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2000","2000",75.55816,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2001","2001",77.51039,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2002","2002",79.12485,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2003","2003",80.35109,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2004","2004",81.34648,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2005","2005",82.29457,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2006","2006",82.76311,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2007","2007",84.58967,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2008","2008",85.81215,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2009","2009",86.25822,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2010","2010",87.56921,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2011","2011",86.95266,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2012","2012",87.95316,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2013","2013",86.74001,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2014","2014",86.33342,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2015","2015",86.76341,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2016","2016",87.2826,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40525","Arab States","2017","2017",87.71046,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1990","1990",95.78387,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1991","1991",95.47139,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1992","1992",94.70258,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1993","1993",93.85878,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1994","1994",92.98707,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1995","1995",91.86564,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1996","1996",91.23675,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1997","1997",90.79555,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1998","1998",92.71028,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","1999","1999",94.57885,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2000","2000",94.92175,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2001","2001",95.33878,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2002","2002",97.41714,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2003","2003",97.27684,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2004","2004",97.30757,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2005","2005",95.35605,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2006","2006",94.83596,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2007","2007",95.83415,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2008","2008",95.90725,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2009","2009",96.26449,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2010","2010",96.39425,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2011","2011",96.58831,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2012","2012",96.44889,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2013","2013",96.08965,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2014","2014",96.17365,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2015","2015",96.15745,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2016","2016",96.05364,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40515","East Asia and the Pacific","2017","2017",96.09167,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","1999","1999",93.81566,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2000","2000",93.63832,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2001","2001",93.59006,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2002","2002",93.19549,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2003","2003",92.06663,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2004","2004",92.8252,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2005","2005",92.81141,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2006","2006",92.7991,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2007","2007",92.49802,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2008","2008",92.60217,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2009","2009",92.50063,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2010","2010",92.81616,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2011","2011",93.32801,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2012","2012",94.46422,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2013","2013",95.26214,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2014","2014",95.50353,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2015","2015",95.74977,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2016","2016",96.12034,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40505","Central Asia","2017","2017",96.92759,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1990","1990",77.82294,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1991","1991",77.9978,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1992","1992",77.80264,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1993","1993",78.17804,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1994","1994",78.5343,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1995","1995",78.37261,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1996","1996",78.43976,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1997","1997",78.8263,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1998","1998",79.78924,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","1999","1999",80.99509,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2000","2000",82.01239,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2001","2001",82.58835,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2002","2002",83.68619,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2003","2003",85.80924,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2004","2004",87.01915,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2005","2005",87.31668,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2006","2006",87.86503,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2007","2007",89.04778,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2008","2008",89.52148,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2009","2009",89.71247,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2010","2010",89.93567,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2011","2011",90.15808,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2012","2012",90.32015,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2013","2013",90.26918,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2014","2014",90.24525,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2015","2015",90.2342,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2016","2016",90.27003,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40510","World","2017","2017",90.18593,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1990","1990",97.60051,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1991","1991",97.58546,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1992","1992",96.68107,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1993","1993",95.70477,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1994","1994",94.76443,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1995","1995",93.46423,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1996","1996",92.5207,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1997","1997",91.8786,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1998","1998",93.37695,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","1999","1999",94.87305,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2000","2000",95.22564,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2001","2001",95.60726,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2002","2002",97.60139,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2003","2003",97.54272,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2004","2004",97.53085,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2005","2005",95.62234,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2006","2006",95.06962,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2007","2007",95.95185,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2008","2008",96.03667,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2009","2009",96.36241,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2010","2010",96.27271,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2011","2011",96.21657,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2012","2012",96.31077,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2013","2013",95.96485,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2014","2014",96.22303,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2015","2015",96.35257,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2016","2016",96.43515,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40515","East Asia and the Pacific","2017","2017",96.48103,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1990","1990",68.52844,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1991","1991",68.92732,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1992","1992",69.35554,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1993","1993",70.94427,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1994","1994",72.37873,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1995","1995",72.09557,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1996","1996",72.47822,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1997","1997",72.86554,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1998","1998",72.89742,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","1999","1999",74.12528,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2000","2000",76.1034,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2001","2001",77.01774,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2002","2002",77.46228,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2003","2003",82.05277,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2004","2004",83.55277,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2005","2005",84.78971,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2006","2006",85.8005,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2007","2007",87.80157,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2008","2008",88.02597,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2009","2009",88.29991,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2010","2010",89.15383,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2011","2011",89.45092,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2012","2012",89.53237,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2013","2013",89.48665,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2014","2014",89.35045,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2015","2015",89.3323,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2016","2016",89.44855,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40042","Lower middle income countries","2017","2017",89.33592,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1993","1993",94.36381,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1994","1994",94.27794,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1995","1995",93.10447,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1996","1996",93.33453,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1997","1997",93.3579,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1998","1998",94.38339,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","1999","1999",94.60302,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2000","2000",93.80419,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2001","2001",94.13952,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2002","2002",95.06601,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2003","2003",95.09855,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2004","2004",95.02635,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2005","2005",95.33366,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2006","2006",95.04028,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2007","2007",95.39174,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2008","2008",95.47921,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2009","2009",94.92724,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2010","2010",95.53241,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2011","2011",95.45275,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2012","2012",95.11694,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2013","2013",95.08219,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2014","2014",94.88222,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2015","2015",95.22959,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2016","2016",95.18169,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40530","Central and Eastern Europe","2017","2017",95.17218,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1990","1990",82.35155,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1991","1991",82.51372,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1992","1992",82.20552,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1993","1993",82.30871,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1994","1994",82.41897,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1995","1995",82.20985,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1996","1996",82.09947,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1997","1997",82.334,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1998","1998",83.14481,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","1999","1999",84.03348,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2000","2000",84.87207,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2001","2001",85.29769,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2002","2002",86.25777,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2003","2003",87.50192,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2004","2004",88.59466,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2005","2005",88.78818,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2006","2006",89.14799,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2007","2007",90.36347,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2008","2008",90.58245,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2009","2009",90.47614,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2010","2010",90.66916,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2011","2011",90.73764,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2012","2012",91.02794,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2013","2013",90.99182,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2014","2014",91.02061,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2015","2015",91.09824,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2016","2016",91.20705,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40510","World","2017","2017",91.11808,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1993","1993",92.47647,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1994","1994",92.30236,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1995","1995",91.30182,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1996","1996",91.43304,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1997","1997",91.42737,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1998","1998",92.20161,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","1999","1999",92.42349,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2000","2000",92.04212,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2001","2001",92.57431,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2002","2002",93.60115,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2003","2003",93.90332,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2004","2004",94.10536,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2005","2005",94.48725,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2006","2006",94.32732,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2007","2007",94.83853,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2008","2008",95.03531,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2009","2009",94.74337,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2010","2010",95.47598,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2011","2011",95.49803,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2012","2012",95.26476,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2013","2013",95.3793,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2014","2014",95.2797,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2015","2015",95.68429,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2016","2016",95.60882,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40530","Central and Eastern Europe","2017","2017",95.60948,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1990","1990",95.94705,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1991","1991",95.99476,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1992","1992",95.53199,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1993","1993",95.46341,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1994","1994",95.35002,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1995","1995",95.74619,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1996","1996",95.60286,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1997","1997",95.19981,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1998","1998",96.33704,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","1999","1999",96.43088,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2000","2000",96.41709,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2001","2001",96.33171,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2002","2002",96.0463,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2003","2003",96.36267,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2004","2004",96.28389,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2005","2005",96.77446,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2006","2006",96.95784,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2007","2007",97.32487,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2008","2008",97.57669,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2009","2009",96.96043,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2010","2010",96.87671,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2011","2011",96.3402,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2012","2012",96.69592,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2013","2013",96.50087,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2014","2014",96.32584,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2015","2015",96.81779,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2016","2016",97.15934,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40041","High income countries","2017","2017",97.16201,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1990","1990",83.64294,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1991","1991",83.71929,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1992","1992",83.82368,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1993","1993",84.33025,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1994","1994",84.85752,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1995","1995",84.53861,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1996","1996",84.28403,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1997","1997",84.28832,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1998","1998",84.40003,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","1999","1999",84.71852,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2000","2000",85.78476,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2001","2001",85.74485,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2002","2002",85.45669,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2003","2003",86.03202,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2004","2004",87.42173,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2005","2005",88.52257,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2006","2006",89.0913,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2007","2007",91.17307,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2008","2008",90.17642,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2009","2009",89.57856,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2010","2010",90.14631,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2011","2011",89.84867,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2012","2012",90.54656,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2013","2013",90.61338,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2014","2014",90.91689,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2015","2015",91.17372,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2016","2016",91.55654,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40042","Lower middle income countries","2017","2017",91.44904,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1990","1990",86.68167,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1991","1991",86.82933,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1992","1992",86.41066,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1993","1993",86.25163,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1994","1994",86.12499,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1995","1995",85.86823,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1996","1996",85.58604,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1997","1997",85.67303,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1998","1998",86.33515,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","1999","1999",86.91627,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2000","2000",87.58115,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2001","2001",87.85933,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2002","2002",88.68537,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2003","2003",89.09696,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2004","2004",90.07495,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2005","2005",90.17017,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2006","2006",90.35211,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2007","2007",91.59765,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2008","2008",91.57741,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2009","2009",91.19126,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2010","2010",91.35572,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2011","2011",91.27966,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2012","2012",91.6893,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2013","2013",91.667,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2014","2014",91.74519,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2015","2015",91.90586,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2016","2016",92.08285,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40510","World","2017","2017",91.98981,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1990","1990",93.87431,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1991","1991",93.24814,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1992","1992",92.6208,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1993","1993",91.91511,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1994","1994",91.11397,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1995","1995",90.17888,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1996","1996",89.87996,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1997","1997",89.64894,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1998","1998",92.00282,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","1999","1999",94.26571,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2000","2000",94.59705,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2001","2001",95.05059,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2002","2002",97.21841,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2003","2003",96.98889,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2004","2004",97.06405,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2005","2005",95.06516,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2006","2006",94.5806,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2007","2007",95.70535,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2008","2008",95.76533,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2009","2009",96.15679,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2010","2010",96.52837,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2011","2011",96.99987,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2012","2012",96.60213,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2013","2013",96.22833,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2014","2014",96.11871,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2015","2015",95.94021,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2016","2016",95.6287,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40515","East Asia and the Pacific","2017","2017",95.65799,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1993","1993",93.43793,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1994","1994",93.30936,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1995","1995",92.22115,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1996","1996",92.40324,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1997","1997",92.41286,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1998","1998",93.31564,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","1999","1999",93.53665,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2000","2000",92.94222,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2001","2001",93.37394,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2002","2002",94.34978,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2003","2003",94.51442,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2004","2004",94.57647,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2005","2005",94.92031,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2006","2006",94.69216,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2007","2007",95.12159,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2008","2008",95.26244,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2009","2009",94.83746,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2010","2010",95.50487,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2011","2011",95.47484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2012","2012",95.18905,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2013","2013",95.22708,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2014","2014",95.07608,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2015","2015",95.45136,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2016","2016",95.39005,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40530","Central and Eastern Europe","2017","2017",95.38544,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1990","1990",23.3937,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1991","1991",21.53095,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1992","1992",34.01282,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1993","1993",40.44334,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1994","1994",44.23595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1995","1995",46.73162,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1996","1996",49.16307,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1997","1997",48.51114,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","1999","1999",52.01518,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2000","2000",58.71181,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2001","2001",59.52344,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2002","2002",66.28787,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2003","2003",72.42194,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2004","2004",75.73784,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2005","2005",76.25458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2006","2006",73.44767,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2007","2007",66.20945,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2008","2008",61.6003,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2009","2009",57.4392,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2010","2010",52.9696,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2011","2011",55.53463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2012","2012",57.39757,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2013","2013",63.13186,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2014","2014",55.70903,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2015","2015",54.07534,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","ERI","Eritrea","2017","2017",49.42212,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1990","1990",24.10664,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1991","1991",21.98921,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1992","1992",36.54936,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1993","1993",44.52116,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1994","1994",48.89165,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1995","1995",51.60114,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1996","1996",53.99072,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1997","1997",52.99836,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","1999","1999",56.69888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2000","2000",64.32639,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2001","2001",65.17074,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2002","2002",73.497,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2003","2003",80.0521,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2004","2004",83.97548,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2005","2005",84.13512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2006","2006",80.75589,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2007","2007",71.75054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2008","2008",67.00108,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2009","2009",62.22526,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2010","2010",57.13854,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2011","2011",60.31694,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2012","2012",62.24397,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2013","2013",61.8044,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2014","2014",60.05013,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2015","2015",58.03784,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","ERI","Eritrea","2017","2017",53.11386,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1990","1990",22.67146,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1991","1991",21.06668,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1992","1992",31.44573,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1993","1993",36.31793,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1994","1994",39.52597,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1995","1995",41.80554,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1996","1996",44.28128,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1997","1997",43.9726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","1999","1999",47.27854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2000","2000",53.03629,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2001","2001",53.81864,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2002","2002",59.00265,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2003","2003",64.70171,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2004","2004",67.38423,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2005","2005",68.23678,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2006","2006",65.98202,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2007","2007",60.52566,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2008","2008",56.04175,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2009","2009",52.50105,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2010","2010",48.66125,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2011","2011",50.58784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2012","2012",52.37859,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2013","2013",64.50974,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2014","2014",51.19857,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2015","2015",49.9544,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","ERI","Eritrea","2017","2017",45.57818,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRK","Democratic People's Republic of Korea","2009","2009",99.40793,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRK","Democratic People's Republic of Korea","2015","2015",93.65738,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PRK","Democratic People's Republic of Korea","2018","2018",88.10191,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1992","1992",21.2114,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1994","1994",24.26731,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1995","1995",25.43698,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1996","1996",27.15099,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1997","1997",27.59551,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1999","1999",33.38833,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2000","2000",38.96067,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2001","2001",41.34244,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2002","2002",46.95353,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2003","2003",52.08529,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2004","2004",55.03095,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2005","2005",56.72493,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2006","2006",56.01181,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2007","2007",50.92215,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2008","2008",47.34843,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2009","2009",43.84363,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2010","2010",41.44493,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2011","2011",43.96406,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2012","2012",46.24828,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2013","2013",44.17755,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2014","2014",44.27325,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2015","2015",42.63529,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2017","2017",37.71622,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIU","Niue","2014","2014",94.39655,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIU","Niue","2015","2015",89.48195,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","NIU","Niue","2016","2016",97.26621,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1992","1992",21.2114,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1994","1994",24.26731,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1995","1995",25.43698,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1996","1996",27.15099,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1997","1997",27.59551,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1999","1999",33.56465,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2000","2000",39.06205,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2001","2001",41.35579,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2002","2002",47.01976,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2003","2003",52.10786,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2004","2004",55.08165,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2005","2005",57.05539,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2006","2006",56.17775,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2007","2007",50.98699,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2008","2008",47.40316,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2009","2009",43.88478,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2010","2010",41.48789,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2011","2011",43.98633,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2012","2012",46.26082,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2013","2013",45.36009,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2014","2014",44.75808,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2015","2015",43.13361,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2017","2017",38.24931,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PRK","Democratic People's Republic of Korea","2009","2009",94.04301,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","1992","1992",22.14,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","1994","1994",25.33331,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","1995","1995",26.55712,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","1996","1996",28.2989,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","1997","1997",28.88401,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","1999","1999",35.61835,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2000","2000",41.59731,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2001","2001",44.26088,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2002","2002",50.6377,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2003","2003",56.1329,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2004","2004",59.32938,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2005","2005",60.8653,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2006","2006",59.5618,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2007","2007",53.79163,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2008","2008",50.17326,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2009","2009",46.35304,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2010","2010",43.88688,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2011","2011",46.79063,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2012","2012",49.25437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2013","2013",46.55437,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2014","2014",46.57407,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2015","2015",44.64912,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","ERI","Eritrea","2017","2017",39.39864,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PRK","Democratic People's Republic of Korea","2009","2009",94.06663,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1992","1992",21.2114,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1994","1994",24.26731,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1995","1995",25.43698,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1996","1996",27.15099,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1997","1997",27.59551,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","1999","1999",33.13537,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2000","2000",38.67876,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2001","2001",41.01821,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2002","2002",46.56918,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2003","2003",51.6485,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2004","2004",54.39556,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2005","2005",55.91454,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2006","2006",54.9252,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2007","2007",49.63409,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2008","2008",45.82056,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2009","2009",42.36406,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2010","2010",39.74132,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2011","2011",42.36449,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2012","2012",44.53551,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2013","2013",44.07817,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2014","2014",44.13182,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2015","2015",42.43315,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","ERI","Eritrea","2017","2017",37.35275,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","1992","1992",22.14,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","1994","1994",25.33331,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","1995","1995",26.55712,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","1996","1996",28.2989,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","1997","1997",28.88401,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","1999","1999",35.36562,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2000","2000",41.33881,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2001","2001",43.95475,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2002","2002",50.2895,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2003","2003",55.69124,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2004","2004",58.71966,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2005","2005",60.04542,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2006","2006",58.49084,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2007","2007",52.50122,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2008","2008",48.65914,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2009","2009",44.92056,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2010","2010",42.24381,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2011","2011",45.24515,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2012","2012",47.63316,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2013","2013",46.45993,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2014","2014",46.43711,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2015","2015",44.45145,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","ERI","Eritrea","2017","2017",39.06974,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","1992","1992",20.27162,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","1994","1994",23.18887,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","1995","1995",24.30382,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","1996","1996",25.99021,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","1997","1997",26.29228,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","1999","1999",30.87992,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2000","2000",35.98984,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2001","2001",38.05176,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2002","2002",42.80958,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2003","2003",47.55803,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2004","2004",50.01058,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2005","2005",51.71172,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2006","2006",51.28275,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2007","2007",46.69313,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2008","2008",42.89905,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2009","2009",39.72633,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2010","2010",37.15514,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2011","2011",39.38476,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2012","2012",41.32756,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2013","2013",41.60594,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2014","2014",41.73659,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2015","2015",40.33416,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","ERI","Eritrea","2017","2017",35.56498,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","1992","1992",22.14,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","1994","1994",25.33331,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","1995","1995",26.55712,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","1996","1996",28.2989,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","1997","1997",28.88401,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","1999","1999",35.81501,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2000","2000",41.69952,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2001","2001",44.27556,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2002","2002",50.70318,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2003","2003",56.16055,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2004","2004",59.38755,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2005","2005",61.17971,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2006","2006",59.71303,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2007","2007",53.83379,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2008","2008",50.22122,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2009","2009",46.3911,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2010","2010",43.92769,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2011","2011",46.8141,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2012","2012",49.26213,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2013","2013",47.73887,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2014","2014",47.04148,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2015","2015",45.15208,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","ERI","Eritrea","2017","2017",39.92579,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","1992","1992",20.27162,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","1994","1994",23.18887,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","1995","1995",24.30382,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","1996","1996",25.99021,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","1997","1997",26.29228,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","1999","1999",31.28886,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2000","2000",36.39595,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2001","2001",38.40629,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2002","2002",43.29745,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2003","2003",48.00733,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2004","2004",50.71512,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2005","2005",52.85924,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2006","2006",52.56632,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2007","2007",48.06688,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2008","2008",44.50278,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2009","2009",41.29882,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2010","2010",38.96651,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2011","2011",41.06131,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2012","2012",43.15262,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2013","2013",42.89095,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2014","2014",42.38559,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2015","2015",41.03443,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","ERI","Eritrea","2017","2017",36.50371,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VNM","Viet Nam","2014","2014",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VNM","Viet Nam","2015","2015",99.73501,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VNM","Viet Nam","2016","2016",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","VNM","Viet Nam","2017","2017",100,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","1992","1992",20.27162,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","1994","1994",23.18887,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","1995","1995",24.30382,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","1996","1996",25.99021,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","1997","1997",26.29228,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","1999","1999",31.13311,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2000","2000",36.29542,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2001","2001",38.39427,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2002","2002",43.23046,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2003","2003",47.98989,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2004","2004",50.672,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2005","2005",52.51246,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2006","2006",52.38534,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2007","2007",47.97877,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2008","2008",44.44108,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2009","2009",41.25449,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2010","2010",38.92132,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2011","2011",41.04029,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2012","2012",43.13514,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2013","2013",41.71046,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2014","2014",41.88266,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2015","2015",40.54094,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","ERI","Eritrea","2017","2017",35.96443,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PRK","Democratic People's Republic of Korea","2009","2009",97.79276,"‡","UIS Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIU","Niue","2014","2014",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIU","Niue","2015","2015",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","NIU","Niue","2016","2016",100,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PRK","Democratic People's Republic of Korea","2009","2009",97.84731,"‡","UIS Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIU","Niue","2014","2014",89.69481,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIU","Niue","2015","2015",80.46647,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","NIU","Niue","2016","2016",94.60164,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PRK","Democratic People's Republic of Korea","2009","2009",96.62052,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PRK","Democratic People's Republic of Korea","2009","2009",94.09142,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PRK","Democratic People's Republic of Korea","2009","2009",97.7408,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRK","Democratic People's Republic of Korea","2009","2009",99.42654,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRK","Democratic People's Republic of Korea","2015","2015",93.55258,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PRK","Democratic People's Republic of Korea","2018","2018",88.09972,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRK","Democratic People's Republic of Korea","2009","2009",99.44427,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRK","Democratic People's Republic of Korea","2015","2015",93.45198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PRK","Democratic People's Republic of Korea","2018","2018",88.09763,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PRK","Democratic People's Republic of Korea","2009","2009",96.58202,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PRK","Democratic People's Republic of Korea","2009","2009",96.66093,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VNM","Viet Nam","2014","2014",99.66601,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VNM","Viet Nam","2015","2015",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VNM","Viet Nam","2016","2016",98.87623,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","VNM","Viet Nam","2017","2017",98.79897,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","1999","1999",165.64539,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2001","2001",150.78555,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2002","2002",146.82779,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2003","2003",140.54449,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2004","2004",133.69631,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2005","2005",133.26216,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2007","2007",128.17979,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2008","2008",132.05521,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2009","2009",131.16516,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2011","2011",132.49661,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2012","2012",134.5204,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2013","2013",113.91982,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2014","2014",114.25471,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2015","2015",112.77329,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","BRA","Brazil","2016","2016",113.94543,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","1999","1999",163.02089,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2001","2001",145.88491,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2002","2002",141.54553,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2003","2003",136.47261,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2004","2004",130.36466,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2005","2005",129.16456,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2007","2007",124.87829,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2008","2008",127.31312,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2009","2009",128.18803,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2011","2011",127.55449,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2012","2012",131.12866,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2013","2013",111.47087,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2014","2014",111.69786,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2015","2015",110.39203,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","BRA","Brazil","2016","2016",112.44399,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","1999","1999",168.11698,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2001","2001",155.56178,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2002","2002",152.00936,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2003","2003",144.47924,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2004","2004",136.88785,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2005","2005",137.21523,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2007","2007",131.2836,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2008","2008",136.59953,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2009","2009",133.94613,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2011","2011",137.27679,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2012","2012",137.73423,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2013","2013",116.25508,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2014","2014",116.70946,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2015","2015",115.05741,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","BRA","Brazil","2016","2016",115.36409,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2004","2004",93.51398,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2005","2005",97.25984,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2007","2007",93.70571,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2008","2008",97.9007,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2009","2009",97.53301,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2011","2011",95.40211,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2012","2012",99.27482,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2013","2013",97.84479,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2014","2014",97.61097,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2015","2015",97.04205,"+","National Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","BRA","Brazil","2016","2016",98.09298,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","1999","1999",96.914,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2001","2001",98.03385,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2002","2002",95.73049,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2003","2003",93.17962,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2004","2004",94.42334,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2005","2005",94.85334,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2007","2007",91.58906,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2008","2008",97.54903,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2009","2009",95.52765,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2011","2011",95.00738,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2012","2012",98.0755,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2013","2013",93.76937,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2014","2014",94.84088,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2015","2015",94.73055,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","BRA","Brazil","2016","2016",95.47144,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2004","2004",92.07035,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2005","2005",95.81085,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2007","2007",92.64555,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2008","2008",96.74612,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2009","2009",96.30223,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2011","2011",94.57989,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2012","2012",98.69599,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2013","2013",93.90186,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2014","2014",94.72819,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2015","2015",94.68207,"+","National Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","BRA","Brazil","2016","2016",96.13423,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2004","2004",96.67737,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2005","2005",93.92959,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2007","2007",90.59584,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2008","2008",98.31845,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2009","2009",94.80411,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2011","2011",95.42086,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2012","2012",97.48756,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2013","2013",93.64303,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2014","2014",94.94907,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2015","2015",94.77706,"+","National Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","BRA","Brazil","2016","2016",94.84518,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","1999","1999",98.07272,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2001","2001",98.85493,"‡","UIS Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2002","2002",96.72741,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2003","2003",94.29506,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2004","2004",95.58531,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2005","2005",96.07993,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2007","2007",92.47411,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2008","2008",98.53831,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2009","2009",96.58508,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2011","2011",95.69718,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2012","2012",98.54993,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2013","2013",99.52263,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2014","2014",99.44545,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2015","2015",98.75867,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","BRA","Brazil","2016","2016",99.13716,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2004","2004",93.51398,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2005","2005",97.25984,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2007","2007",93.70571,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2008","2008",97.9007,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2009","2009",97.53301,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2011","2011",95.40211,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2012","2012",99.27482,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2013","2013",99.98219,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2014","2014",99.56351,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2015","2015",98.90228,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","BRA","Brazil","2016","2016",100,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2004","2004",97.56952,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2005","2005",94.94163,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2007","2007",91.31626,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2008","2008",99.14933,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2009","2009",95.6996,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2011","2011",95.98259,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2012","2012",97.86306,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2013","2013",99.08441,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2014","2014",99.3321,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2015","2015",98.62092,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","BRA","Brazil","2016","2016",98.32188,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","1999","1999",98.07272,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2001","2001",98.85493,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2002","2002",96.72741,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2003","2003",94.29506,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2004","2004",95.58531,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2005","2005",96.07993,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2007","2007",92.47411,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2008","2008",98.53831,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2009","2009",96.58508,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2011","2011",95.69718,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2012","2012",98.54993,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2013","2013",97.32389,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2014","2014",97.4362,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2015","2015",96.85231,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","BRA","Brazil","2016","2016",97.20202,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2004","2004",97.56952,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2005","2005",94.94163,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2007","2007",91.31626,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2008","2008",99.14933,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2009","2009",95.6996,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2011","2011",95.98259,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2012","2012",97.86306,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2013","2013",96.82718,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2014","2014",97.2684,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2015","2015",96.67031,"+","National Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","BRA","Brazil","2016","2016",96.36018,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","SGP","Singapore","2016","2016",100.77321,"+","National Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","SGP","Singapore","2016","2016",100.69286,"+","National Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","SGP","Singapore","2016","2016",100.85035,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","SGP","Singapore","2016","2016",99.94123,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","SGP","Singapore","2016","2016",99.94123,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","SGP","Singapore","2016","2016",100,"+","National Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","SGP","Singapore","2016","2016",99.45667,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","SGP","Singapore","2016","2016",99.88001,"+","National Estimation" +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","TKL","Tokelau","2016","2016",88.74113,"+","National Estimation" +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","TKL","Tokelau","2016","2016",94.59574,"+","National Estimation" +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","TKL","Tokelau","2016","2016",100,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1990","1990",69.19908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1991","1991",69.16097,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1992","1992",67.44877,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1993","1993",67.38747,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1994","1994",69.11429,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1995","1995",71.56671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1996","1996",72.74693,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1997","1997",78.70774,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1998","1998",80.6557,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","1999","1999",80.77976,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2000","2000",82.25305,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2001","2001",83.8206,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2002","2002",88.7231,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2003","2003",91.28383,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2004","2004",92.75478,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2005","2005",94.64561,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2006","2006",97.24015,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2007","2007",98.76569,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2008","2008",101.54589,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2009","2009",101.94762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2010","2010",102.14806,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2011","2011",102.49443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2012","2012",102.88888,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2013","2013",102.90297,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2014","2014",103.32502,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2015","2015",102.04136,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2016","2016",102.01992,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40330","Landlocked Developing Countries","2017","2017",101.85074,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1990","1990",66.91637,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1991","1991",68.66636,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1992","1992",68.5573,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1993","1993",68.95439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1994","1994",69.92247,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1995","1995",71.80515,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1996","1996",72.56226,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1997","1997",75.6695,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1998","1998",76.37562,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","1999","1999",76.2099,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2000","2000",78.39245,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2001","2001",80.69608,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2002","2002",85.37188,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2003","2003",88.61227,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2004","2004",91.02828,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2005","2005",93.20589,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2006","2006",95.51515,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2007","2007",97.09905,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2008","2008",99.34238,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2009","2009",100.01625,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2010","2010",100.41528,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2011","2011",101.11619,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2012","2012",101.8574,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2013","2013",102.10404,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2014","2014",102.45594,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2015","2015",101.74623,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2016","2016",101.86539,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40334","Least Developed Countries","2017","2017",102.11375,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1990","1990",99.56394,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1991","1991",98.82677,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1992","1992",98.12034,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1993","1993",98.00043,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1994","1994",97.92672,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1995","1995",98.10169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1996","1996",97.42674,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1997","1997",96.91758,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1998","1998",97.66908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","1999","1999",97.8701,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2000","2000",98.52782,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2001","2001",99.24494,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2002","2002",100.67259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2003","2003",103.19397,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2004","2004",102.86233,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2005","2005",102.50733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2006","2006",103.06341,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2007","2007",104.2227,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2008","2008",104.7732,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2009","2009",104.7506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2010","2010",104.45168,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2011","2011",104.32399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2012","2012",104.76098,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2013","2013",104.38762,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2014","2014",102.99935,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2015","2015",102.68477,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2016","2016",104.06265,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40675","World","2017","2017",104.10615,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1990","1990",89.47118,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1991","1991",89.63396,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1992","1992",87.26412,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1993","1993",87.16511,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1994","1994",88.77874,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1995","1995",87.5552,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1996","1996",89.19333,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1997","1997",89.87724,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1998","1998",90.79567,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","1999","1999",92.14542,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2000","2000",92.81215,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2001","2001",94.08667,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2002","2002",95.42736,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2003","2003",96.16257,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2004","2004",96.74201,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2005","2005",97.20801,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2006","2006",98.27686,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2007","2007",99.08326,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2008","2008",99.87361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2009","2009",100.15441,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2010","2010",100.46601,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2011","2011",99.81447,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2012","2012",100.84426,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2013","2013",100.49362,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2014","2014",99.84351,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2015","2015",100.24531,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2016","2016",99.74619,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40617","Western Asia and Northern Africa","2017","2017",100.17618,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1990","1990",96.72666,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1991","1991",96.93752,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1992","1992",94.26203,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1993","1993",93.20948,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1994","1994",92.32785,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1995","1995",92.00939,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1996","1996",91.48629,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1997","1997",92.61276,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1998","1998",93.90175,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","1999","1999",95.56261,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2000","2000",95.7361,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2001","2001",97.64681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2002","2002",98.95258,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2003","2003",99.45255,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2004","2004",99.78913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2005","2005",100.46871,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2006","2006",100.64137,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2007","2007",101.43737,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2008","2008",101.64051,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2009","2009",101.81286,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2010","2010",102.06909,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2011","2011",103.04116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2012","2012",102.82084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2013","2013",101.98785,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2014","2014",101.22279,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2015","2015",101.53353,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2016","2016",99.38582,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40614","Asia (Western)","2017","2017",99.5964,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1990","1990",106.42412,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1991","1991",107.66462,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1992","1992",105.82549,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1993","1993",105.11982,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1994","1994",105.98869,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1995","1995",100.43297,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1996","1996",98.05951,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1997","1997",97.14603,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1998","1998",96.87396,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","1999","1999",96.74084,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2000","2000",97.18906,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2001","2001",97.64776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2002","2002",97.6721,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2003","2003",97.62791,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2004","2004",97.57913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2005","2005",97.61965,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2006","2006",96.99149,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2007","2007",96.1572,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2008","2008",96.83526,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2009","2009",96.77946,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2010","2010",97.63751,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2011","2011",98.13272,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2012","2012",99.54103,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2013","2013",100.75346,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2014","2014",100.76086,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2015","2015",101.12839,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2016","2016",101.49431,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40612","Asia (Central)","2017","2017",102.84776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1990","1990",88.0301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1991","1991",88.2111,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1992","1992",88.751,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1993","1993",90.09648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1994","1994",91.15625,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1995","1995",91.15707,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1996","1996",91.17275,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1997","1997",90.89551,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1998","1998",89.93417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","1999","1999",90.44671,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2000","2000",91.74737,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2001","2001",91.59452,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2002","2002",93.23463,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2003","2003",99.58278,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2004","2004",101.76758,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2005","2005",103.47925,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2006","2006",104.94008,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2007","2007",106.79116,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2008","2008",107.1954,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2009","2009",106.89992,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2010","2010",107.26293,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2011","2011",106.34337,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2012","2012",107.47355,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2013","2013",108.34665,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2014","2014",106.57857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2015","2015",106.97072,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2016","2016",111.79688,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40616","Asia (Southern)","2017","2017",111.54401,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1990","1990",123.72954,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1991","1991",120.42675,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1992","1992",117.63202,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1993","1993",114.53924,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1994","1994",111.76881,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1995","1995",109.41009,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1996","1996",106.60466,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1997","1997",104.67087,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1998","1998",105.01593,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","1999","1999",105.32525,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2000","2000",107.20039,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2001","2001",109.03477,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2002","2002",112.88583,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2003","2003",116.63552,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2004","2004",110.77009,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2005","2005",104.63581,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2006","2006",104.92933,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2007","2007",107.11182,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2008","2008",108.64489,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2009","2009",108.42407,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2010","2010",106.76931,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2011","2011",105.40113,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2012","2012",104.7138,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2013","2013",103.35731,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2014","2014",99.13439,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2015","2015",99.21063,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2016","2016",100.52712,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40611","Asia (Eastern)","2017","2017",101.58162,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1990","1990",107.38199,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1991","1991",107.47949,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1992","1992",107.41266,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1993","1993",107.50603,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1994","1994",107.55917,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1995","1995",106.77371,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1996","1996",106.96421,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1997","1997",106.66662,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1998","1998",107.1087,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","1999","1999",107.34806,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2000","2000",106.60475,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2001","2001",106.58652,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2002","2002",106.57301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2003","2003",106.39675,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2004","2004",106.09961,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2005","2005",105.40386,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2006","2006",104.262,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2007","2007",105.65734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2008","2008",105.63566,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2009","2009",106.40085,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2010","2010",107.36474,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2011","2011",107.83166,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2012","2012",107.98142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2013","2013",107.05328,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2014","2014",107.10486,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2015","2015",106.71489,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2016","2016",106.1926,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40613","Asia (South-eastern)","2017","2017",105.98809,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1990","1990",114.52911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1991","1991",111.91134,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1992","1992",112.76742,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1993","1993",113.29506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1994","1994",114.07901,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1995","1995",121.24607,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1996","1996",121.63438,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1997","1997",115.00276,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1998","1998",122.63587,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","1999","1999",122.07208,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2000","2000",118.35764,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2001","2001",119.44536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2002","2002",119.17774,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2003","2003",117.54882,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2004","2004",116.23624,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2005","2005",115.82057,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2006","2006",115.08322,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2007","2007",114.81156,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2008","2008",115.06973,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2009","2009",114.90379,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2010","2010",113.69347,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2011","2011",114.65019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2012","2012",114.43321,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2013","2013",109.83733,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2014","2014",108.96332,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2015","2015",108.21272,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2016","2016",107.98177,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40630","Latin America and the Caribbean","2017","2017",107.57088,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1990","1990",94.22743,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1991","1991",93.79919,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1992","1992",94.03223,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1993","1993",94.97705,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1994","1994",95.62284,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1995","1995",94.1515,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1996","1996",93.85696,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1997","1997",94.19333,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1998","1998",94.89491,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","1999","1999",93.60565,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2000","2000",92.7484,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2001","2001",91.15776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2002","2002",91.05949,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2003","2003",90.26377,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2004","2004",90.36165,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2005","2005",90.71951,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2006","2006",90.4036,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2007","2007",91.62306,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2008","2008",92.08346,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2009","2009",95.34,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2010","2010",98.95633,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2011","2011",102.19774,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2012","2012",105.50268,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2013","2013",106.03865,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2014","2014",106.18868,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2015","2015",104.59004,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2016","2016",104.68814,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40650","Oceania","2017","2017",104.65667,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1990","1990",105.67371,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1991","1991",105.07954,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1992","1992",104.6984,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1993","1993",104.47934,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1994","1994",104.40635,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1995","1995",100.93962,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1996","1996",100.99251,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1997","1997",100.88369,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1998","1998",100.75444,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1999","1999",100.35195,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2000","2000",100.27313,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2001","2001",99.93761,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2002","2002",100.64154,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2003","2003",100.92667,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2004","2004",101.4625,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2005","2005",102.09142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2006","2006",102.68895,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2007","2007",104.41137,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2008","2008",104.52514,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2009","2009",104.77345,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2010","2010",105.15219,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2011","2011",105.11273,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2012","2012",105.23159,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2013","2013",105.24205,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2014","2014",104.77811,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2015","2015",101.57154,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2016","2016",100.9603,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2017","2017",100.96481,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",72.93226,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",72.88277,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",74.34416,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1993","1993",77.51982,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1994","1994",79.55645,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",80.0895,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",79.11526,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",80.41613,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",82.88524,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1999","1999",79.84292,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",77.51694,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",73.56245,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",72.16321,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",69.67773,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",69.46065,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",69.86681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",68.50875,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",69.38552,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",70.86348,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",79.46959,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",88.60945,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",97.34312,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",105.95474,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",107.37329,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",108.57049,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",109.73002,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",111.10517,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",111.0547,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1990","1990",103.87585,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1991","1991",103.97765,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1992","1992",103.3318,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1993","1993",103.2189,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1994","1994",102.86761,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1995","1995",103.27586,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1996","1996",103.33647,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1997","1997",102.77301,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1998","1998",102.98891,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","1999","1999",102.75419,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2000","2000",102.09591,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2001","2001",102.55637,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2002","2002",102.38108,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2003","2003",102.36059,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2004","2004",100.456,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2005","2005",101.51019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2006","2006",101.45864,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2007","2007",101.89734,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2008","2008",102.18443,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2009","2009",101.84113,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2010","2010",101.08816,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2011","2011",100.72555,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2012","2012",100.78019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2013","2013",101.14957,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2014","2014",100.94919,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2015","2015",100.87873,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2016","2016",101.61932,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40642","Northern America and Europe","2017","2017",101.4191,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1990","1990",102.95966,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1991","1991",103.43142,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1992","1992",102.81641,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1993","1993",103.04692,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1994","1994",102.9421,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1995","1995",103.07259,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1996","1996",103.39966,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1997","1997",102.83094,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1998","1998",103.52829,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","1999","1999",103.54427,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2000","2000",103.04358,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2001","2001",103.51774,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2002","2002",104.21926,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2003","2003",103.41722,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2004","2004",100.10903,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2005","2005",101.51085,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2006","2006",101.16755,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2007","2007",101.324,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2008","2008",101.76366,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2009","2009",101.77564,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2010","2010",101.74829,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2011","2011",101.78331,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2012","2012",101.94026,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2013","2013",102.31299,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2014","2014",101.7405,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2015","2015",101.14257,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2016","2016",101.79617,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40620","Europe","2017","2017",101.45558,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1990","1990",58.86803,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1991","1991",60.93165,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1992","1992",61.04652,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1993","1993",61.61513,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1994","1994",62.72436,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1995","1995",64.05937,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1996","1996",64.7504,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1997","1997",67.83265,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1998","1998",68.70281,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","1999","1999",69.46971,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2000","2000",71.87052,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2001","2001",74.31442,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2002","2002",78.83405,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2003","2003",82.28038,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2004","2004",84.5038,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2005","2005",87.75167,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2006","2006",90.67745,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2007","2007",92.51569,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2008","2008",95.0539,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2009","2009",96.11319,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2010","2010",96.8966,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2011","2011",97.27698,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2012","2012",98.26164,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2013","2013",98.79361,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2014","2014",99.38913,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2015","2015",99.26132,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2016","2016",99.47635,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40334","Least Developed Countries","2017","2017",99.7133,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1990","1990",65.97507,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1991","1991",67.38364,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1992","1992",67.38496,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1993","1993",68.20353,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1994","1994",68.49664,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1995","1995",69.05473,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1996","1996",67.51659,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1997","1997",71.18827,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1998","1998",72.32986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","1999","1999",73.30486,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2000","2000",75.93086,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2001","2001",78.30324,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2002","2002",80.415,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2003","2003",83.21107,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2004","2004",85.488,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2005","2005",88.07666,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2006","2006",90.17876,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2007","2007",91.42328,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2008","2008",92.45424,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2009","2009",93.23364,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2010","2010",93.31958,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2011","2011",94.68415,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2012","2012",96.20994,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2013","2013",96.86198,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2014","2014",96.74951,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2015","2015",95.75914,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2016","2016",95.66095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40606","Africa (Sub-Saharan) ","2017","2017",95.82326,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1990","1990",81.84038,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1991","1991",81.96904,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1992","1992",80.2377,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1993","1993",80.3513,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1994","1994",81.90661,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1995","1995",81.34474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1996","1996",81.61195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1997","1997",83.44749,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1998","1998",84.62186,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","1999","1999",86.20913,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2000","2000",87.16516,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2001","2001",88.92613,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2002","2002",90.52025,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2003","2003",91.50481,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2004","2004",92.33807,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2005","2005",92.9813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2006","2006",94.14783,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2007","2007",95.09152,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2008","2008",96.15831,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2009","2009",96.68846,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2010","2010",97.19081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2011","2011",96.36104,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2012","2012",97.82697,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2013","2013",97.5532,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2014","2014",97.20152,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2015","2015",97.72396,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2016","2016",97.26352,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40617","Western Asia and Northern Africa","2017","2017",97.72312,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1990","1990",74.72266,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1991","1991",74.88034,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1992","1992",73.53203,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1993","1993",74.53901,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1994","1994",78.14456,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1995","1995",77.05617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1996","1996",78.0746,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1997","1997",80.94458,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1998","1998",82.12259,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","1999","1999",83.82221,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2000","2000",85.30353,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2001","2001",86.30819,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2002","2002",87.88641,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2003","2003",89.18266,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2004","2004",90.1081,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2005","2005",90.3474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2006","2006",92.08618,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2007","2007",92.91587,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2008","2008",94.64639,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2009","2009",95.42301,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2010","2010",96.02655,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2011","2011",93.36615,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2012","2012",96.51431,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2013","2013",96.94666,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2014","2014",96.75955,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2015","2015",97.15099,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2016","2016",98.52962,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40603","Africa (Northern)","2017","2017",99.23244,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1990","1990",89.3344,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1991","1991",89.61019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1992","1992",87.4444,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1993","1993",86.58578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1994","1994",85.91869,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1995","1995",85.90527,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1996","1996",85.3258,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1997","1997",86.06624,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1998","1998",87.20459,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","1999","1999",88.63944,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2000","2000",89.03027,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2001","2001",91.49911,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2002","2002",93.06754,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2003","2003",93.79763,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2004","2004",94.48938,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2005","2005",95.65771,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2006","2006",96.20899,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2007","2007",97.24352,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2008","2008",97.64282,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2009","2009",97.89648,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2010","2010",98.3066,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2011","2011",99.24786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2012","2012",99.09857,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2013","2013",98.17472,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2014","2014",97.63815,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2015","2015",98.2911,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2016","2016",96.00653,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40614","Asia (Western)","2017","2017",96.21336,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1990","1990",75.24551,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1991","1991",76.6336,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1992","1992",77.63934,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1993","1993",80.11072,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1994","1994",81.54265,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1995","1995",81.58725,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1996","1996",82.02053,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1997","1997",82.16656,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1998","1998",81.62521,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","1999","1999",82.35076,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2000","2000",83.86667,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2001","2001",84.22573,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2002","2002",86.39579,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2003","2003",96.36581,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2004","2004",98.21794,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2005","2005",100.52595,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2006","2006",102.31774,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2007","2007",104.46722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2008","2008",106.04006,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2009","2009",106.37151,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2010","2010",106.73872,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2011","2011",106.32319,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2012","2012",107.72409,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2013","2013",111.61995,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2014","2014",109.60662,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2015","2015",110.15633,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2016","2016",116.63595,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40618","Asia (Central and Southern)","2017","2017",116.38476,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1990","1990",113.45556,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1991","1991",112.14912,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1992","1992",110.90211,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1993","1993",109.03274,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1994","1994",107.69482,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1995","1995",106.15726,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1996","1996",104.67352,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1997","1997",103.63342,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1998","1998",104.07843,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","1999","1999",104.68632,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2000","2000",106.00074,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2001","2001",107.51596,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2002","2002",109.88641,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2003","2003",112.19522,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2004","2004",108.6768,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2005","2005",104.31779,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2006","2006",103.9758,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2007","2007",105.67562,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2008","2008",106.70158,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2009","2009",106.79452,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2010","2010",106.62179,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2011","2011",106.07834,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2012","2012",105.54751,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2013","2013",104.48602,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2014","2014",101.84016,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2015","2015",101.59583,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2016","2016",102.32018,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40619","Asia (Eastern and South-eastern)","2017","2017",102.93244,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1990","1990",117.83107,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1991","1991",115.38616,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1992","1992",113.34867,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1993","1993",110.63408,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1994","1994",108.46053,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1995","1995",106.72964,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1996","1996",104.52942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1997","1997",103.10109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1998","1998",103.83591,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","1999","1999",104.33827,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2000","2000",106.46999,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2001","2001",108.69419,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2002","2002",112.46722,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2003","2003",116.3298,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2004","2004",110.72696,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2005","2005",104.56381,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2006","2006",104.59963,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2007","2007",106.56965,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2008","2008",107.90256,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2009","2009",107.63929,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2010","2010",105.96681,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2011","2011",104.72674,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2012","2012",104.2299,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2013","2013",103.29532,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2014","2014",99.22849,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2015","2015",99.37409,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2016","2016",100.80996,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40611","Asia (Eastern)","2017","2017",102.08732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1990","1990",113.88053,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1991","1991",110.83992,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1992","1992",111.73021,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1993","1993",112.04754,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1994","1994",112.57136,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1995","1995",119.5862,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1996","1996",119.86526,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1997","1997",113.28869,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1998","1998",120.69704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","1999","1999",120.61799,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2000","2000",116.67615,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2001","2001",117.70005,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2002","2002",117.36467,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2003","2003",115.95071,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2004","2004",114.66289,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2005","2005",114.03924,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2006","2006",113.44719,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2007","2007",113.26558,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2008","2008",113.25507,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2009","2009",113.45437,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2010","2010",111.94743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2011","2011",112.93382,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2012","2012",113.1182,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2013","2013",108.75095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2014","2014",107.83947,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2015","2015",107.15218,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2016","2016",107.16083,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40630","Latin America and the Caribbean","2017","2017",106.50879,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1990","1990",92.58534,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1991","1991",92.22967,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1992","1992",92.39021,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1993","1993",93.40446,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1994","1994",93.99278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1995","1995",92.76752,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1996","1996",92.37704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1997","1997",92.90277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1998","1998",93.7772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","1999","1999",92.68619,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2000","2000",91.94344,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2001","2001",90.44765,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2002","2002",90.25771,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2003","2003",89.55495,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2004","2004",89.60496,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2005","2005",89.68408,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2006","2006",89.28827,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2007","2007",90.54915,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2008","2008",91.12426,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2009","2009",94.07177,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2010","2010",97.40644,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2011","2011",100.44512,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2012","2012",103.53127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2013","2013",104.19872,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2014","2014",104.39898,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2015","2015",102.99415,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2016","2016",103.19042,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40650","Oceania","2017","2017",103.13625,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1990","1990",103.58637,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1991","1991",103.52415,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1992","1992",102.90341,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1993","1993",102.76043,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1994","1994",102.52856,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1995","1995",102.77945,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1996","1996",102.78445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1997","1997",102.58147,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1998","1998",103.12252,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","1999","1999",102.94521,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2000","2000",101.56684,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2001","2001",102.31639,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2002","2002",102.31111,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2003","2003",102.20142,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2004","2004",100.14492,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2005","2005",101.06414,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2006","2006",101.41127,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2007","2007",101.64273,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2008","2008",102.00015,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2009","2009",101.74255,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2010","2010",100.74122,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2011","2011",100.71853,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2012","2012",100.44365,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2013","2013",101.00006,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2014","2014",100.90825,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2015","2015",100.90584,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2016","2016",101.60645,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40642","Northern America and Europe","2017","2017",101.46168,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1990","1990",89.5622,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1991","1991",88.11422,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1992","1992",88.46552,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1993","1993",89.62299,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1994","1994",91.04478,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1995","1995",92.1673,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1996","1996",94.50333,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1997","1997",96.93566,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1998","1998",99.29708,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","1999","1999",99.26546,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2000","2000",99.49928,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2001","2001",99.31679,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2002","2002",99.29645,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2003","2003",98.22013,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2004","2004",96.338,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2005","2005",96.4032,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2006","2006",95.77532,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2007","2007",96.39348,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2008","2008",96.44118,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2009","2009",97.90913,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2010","2010",104.7037,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2011","2011",110.44249,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2012","2012",115.51804,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2013","2013",116.53544,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2014","2014",116.98072,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2015","2015",117.76454,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2016","2016",117.56708,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40550","Small Island Developing States","2017","2017",116.95652,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1990","1990",76.43907,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1991","1991",75.9839,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1992","1992",73.86147,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1993","1993",73.77389,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1994","1994",75.39387,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1995","1995",78.46965,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1996","1996",80.14844,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1997","1997",86.74558,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1998","1998",89.01613,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","1999","1999",88.72446,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2000","2000",89.82504,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2001","2001",90.92819,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2002","2002",96.06841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2003","2003",98.42261,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2004","2004",100.59285,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2005","2005",100.81624,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2006","2006",102.58125,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2007","2007",103.87368,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2008","2008",106.31735,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2009","2009",106.10746,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2010","2010",105.96115,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2011","2011",106.08666,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2012","2012",106.33188,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2013","2013",106.51251,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2014","2014",106.96845,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2015","2015",105.77445,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2016","2016",105.66989,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40330","Landlocked Developing Countries","2017","2017",105.47621,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1990","1990",74.83548,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1991","1991",76.26917,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1992","1992",75.93525,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1993","1993",76.15888,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1994","1994",76.9849,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1995","1995",79.40347,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1996","1996",80.2261,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1997","1997",83.35884,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1998","1998",83.90458,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","1999","1999",82.82258,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2000","2000",84.78983,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2001","2001",86.9587,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2002","2002",91.79323,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2003","2003",94.83144,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2004","2004",97.43482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2005","2005",98.55854,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2006","2006",100.25714,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2007","2007",101.59042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2008","2008",103.54346,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2009","2009",103.83974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2010","2010",103.86263,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2011","2011",104.87909,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2012","2012",105.38348,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2013","2013",105.35045,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2014","2014",105.46239,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2015","2015",104.18088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2016","2016",104.20426,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40334","Least Developed Countries","2017","2017",104.46212,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1990","1990",105.82709,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1991","1991",104.61201,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1992","1992",103.53584,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1993","1993",103.12455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1994","1994",102.84226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1995","1995",102.91507,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1996","1996",102.08373,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1997","1997",101.26125,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1998","1998",101.89934,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","1999","1999",101.85534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2000","2000",102.47189,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2001","2001",102.94041,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2002","2002",104.31711,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2003","2003",105.85455,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2004","2004",105.44729,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2005","2005",104.93599,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2006","2006",105.29172,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2007","2007",106.35331,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2008","2008",106.54656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2009","2009",106.26578,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2010","2010",105.84057,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2011","2011",105.57765,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2012","2012",105.82462,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2013","2013",104.55558,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2014","2014",103.15126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2015","2015",102.74139,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2016","2016",103.68533,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40675","World","2017","2017",103.74173,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1990","1990",79.67368,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1991","1991",80.60415,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1992","1992",80.06186,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1993","1993",81.06736,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1994","1994",81.2266,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1995","1995",82.40331,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1996","1996",80.24292,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1997","1997",84.68511,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1998","1998",86.32785,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","1999","1999",86.57109,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2000","2000",89.21198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2001","2001",91.234,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2002","2002",93.7919,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2003","2003",96.24032,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2004","2004",97.95223,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2005","2005",99.89118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2006","2006",100.7678,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2007","2007",100.97311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2008","2008",101.33534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2009","2009",101.36553,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2010","2010",100.84769,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2011","2011",102.54146,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2012","2012",102.71574,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2013","2013",102.64557,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2014","2014",101.9259,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2015","2015",100.14996,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2016","2016",100.18801,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40606","Africa (Sub-Saharan) ","2017","2017",100.19482,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1990","1990",100.89762,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1991","1991",99.98527,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1992","1992",99.96732,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1993","1993",100.15954,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1994","1994",100.866,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1995","1995",100.59496,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1996","1996",100.14626,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1997","1997",99.42499,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1998","1998",98.10161,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","1999","1999",98.35787,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2000","2000",99.38062,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2001","2001",98.75835,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2002","2002",99.79279,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2003","2003",102.43193,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2004","2004",104.79837,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2005","2005",105.87905,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2006","2006",106.93874,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2007","2007",108.39619,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2008","2008",107.75982,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2009","2009",106.91445,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2010","2010",107.30325,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2011","2011",105.99197,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2012","2012",106.89101,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2013","2013",105.0285,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2014","2014",103.54896,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2015","2015",103.7828,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2016","2016",106.85626,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40618","Asia (Central and Southern)","2017","2017",106.65932,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1990","1990",122.36656,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1991","1991",119.49933,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1992","1992",117.09828,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1993","1993",115.05165,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1994","1994",112.86822,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1995","1995",110.80915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1996","1996",108.65467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1997","1997",106.852,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1998","1998",107.14105,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","1999","1999",107.13036,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2000","2000",107.96014,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2001","2001",108.89594,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2002","2002",111.48244,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2003","2003",113.67357,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2004","2004",109.64706,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2005","2005",105.44055,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2006","2006",105.34579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2007","2007",107.41365,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2008","2008",108.29752,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2009","2009",108.46703,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2010","2010",107.3278,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2011","2011",106.52481,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2012","2012",106.29447,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2013","2013",104.97585,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2014","2014",102.36961,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2015","2015",102.38565,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2016","2016",102.91668,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40619","Asia (Eastern and South-eastern)","2017","2017",103.46215,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1990","1990",129.29111,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1991","1991",125.17917,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1992","1992",121.6681,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1993","1993",118.21551,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1994","1994",114.87905,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1995","1995",111.92575,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1996","1996",108.54844,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1997","1997",106.13821,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1998","1998",106.11575,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","1999","1999",106.24143,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2000","2000",107.87456,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2001","2001",109.34677,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2002","2002",113.2662,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2003","2003",116.91125,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2004","2004",110.80865,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2005","2005",104.70002,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2006","2006",105.223,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2007","2007",107.5939,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2008","2008",109.30331,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2009","2009",109.11796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2010","2010",107.47627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2011","2011",105.99298,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2012","2012",105.13714,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2013","2013",103.41139,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2014","2014",99.05247,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2015","2015",99.06863,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2016","2016",100.28182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40611","Asia (Eastern)","2017","2017",101.14346,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1990","1990",109.29369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1991","1991",108.74514,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1992","1992",108.41971,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1993","1993",108.94208,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1994","1994",108.86223,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1995","1995",108.48699,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1996","1996",108.88624,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1997","1997",108.47124,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1998","1998",109.51433,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","1999","1999",109.17538,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2000","2000",108.15038,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2001","2001",107.95146,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2002","2002",107.98214,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2003","2003",107.69771,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2004","2004",107.31,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2005","2005",106.87074,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2006","2006",105.57534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2007","2007",107.08578,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2008","2008",106.51048,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2009","2009",107.33049,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2010","2010",107.07098,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2011","2011",107.44248,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2012","2012",108.29156,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2013","2013",107.68208,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2014","2014",108.13415,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2015","2015",108.18834,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2016","2016",107.55995,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40613","Asia (South-eastern)","2017","2017",107.59042,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1990","1990",115.15925,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1991","1991",112.95141,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1992","1992",113.77325,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1993","1993",114.5037,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1994","1994",115.53844,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1995","1995",122.85165,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1996","1996",123.34486,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1997","1997",116.65949,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1998","1998",124.50814,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","1999","1999",123.46823,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2000","2000",119.9799,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2001","2001",121.13352,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2002","2002",120.93371,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2003","2003",119.09107,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2004","2004",117.75126,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2005","2005",117.53852,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2006","2006",116.6548,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2007","2007",116.29369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2008","2008",116.81671,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2009","2009",116.28994,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2010","2010",115.37249,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2011","2011",116.30034,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2012","2012",115.69069,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2013","2013",110.87673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2014","2014",110.04014,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2015","2015",109.22887,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2016","2016",108.76602,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40630","Latin America and the Caribbean","2017","2017",108.5897,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1990","1990",95.78231,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1991","1991",95.28599,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1992","1992",95.5885,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1993","1993",96.46808,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1994","1994",97.16847,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1995","1995",95.46371,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1996","1996",95.25794,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1997","1997",95.41169,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1998","1998",95.94632,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","1999","1999",94.46708,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2000","2000",93.49948,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2001","2001",91.81964,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2002","2002",91.80679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2003","2003",90.92497,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2004","2004",91.06856,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2005","2005",91.68857,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2006","2006",91.44961,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2007","2007",92.6319,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2008","2008",92.98586,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2009","2009",96.53496,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2010","2010",100.41917,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2011","2011",103.85299,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2012","2012",107.36439,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2013","2013",107.77508,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2014","2014",107.8762,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2015","2015",106.09359,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2016","2016",106.10064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40650","Oceania","2017","2017",106.09165,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1990","1990",105.95367,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1991","1991",105.33615,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1992","1992",104.94658,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1993","1993",104.7187,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1994","1994",104.61014,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1995","1995",101.1418,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1996","1996",101.07219,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1997","1997",100.81953,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1998","1998",100.40824,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","1999","1999",99.69396,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2000","2000",99.39567,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2001","2001",99.03942,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2002","2002",99.77089,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2003","2003",100.08032,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2004","2004",100.72931,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2005","2005",101.5286,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2006","2006",102.23721,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2007","2007",104.07172,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2008","2008",104.28734,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2009","2009",104.67311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2010","2010",105.2078,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2011","2011",105.18265,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2012","2012",105.36085,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2013","2013",105.32991,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2014","2014",104.87172,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2015","2015",101.52846,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2016","2016",100.92327,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40651","Oceania (Australia/New Zealand)","2017","2017",100.98321,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",76.92595,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",76.72118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",78.38541,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1993","1993",81.37788,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1994","1994",83.62182,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",83.76008,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",83.29459,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",84.30061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",86.79875,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1999","1999",83.77039,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",81.4942,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",77.25601,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",75.99935,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",73.14904,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",72.80054,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",73.59676,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",72.20879,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",72.7564,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",73.75673,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",82.89668,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",92.46539,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",101.65141,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",110.68605,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",111.84974,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",112.92531,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",113.8356,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",114.97064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",114.89802,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1990","1990",104.15227,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1991","1991",104.41088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1992","1992",103.74091,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1993","1993",103.6566,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1994","1994",103.19119,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1995","1995",103.74938,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1996","1996",103.86267,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1997","1997",102.95548,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1998","1998",102.86166,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","1999","1999",102.57229,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2000","2000",102.59937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2001","2001",102.78467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2002","2002",102.44764,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2003","2003",102.51202,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2004","2004",100.75201,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2005","2005",101.93467,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2006","2006",101.50375,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2007","2007",102.13976,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2008","2008",102.36,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2009","2009",101.93508,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2010","2010",101.41876,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2011","2011",100.73224,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2012","2012",101.10088,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2013","2013",101.29203,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2014","2014",100.9882,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2015","2015",100.85289,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2016","2016",101.63159,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40642","Northern America and Europe","2017","2017",101.37854,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1990","1990",103.22453,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1991","1991",103.60529,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1992","1992",102.92915,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1993","1993",103.18492,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1994","1994",103.15693,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1995","1995",103.50583,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1996","1996",103.86233,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1997","1997",103.28812,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1998","1998",104.03472,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","1999","1999",104.0184,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2000","2000",103.42123,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2001","2001",103.85103,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2002","2002",104.6132,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2003","2003",103.73134,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2004","2004",100.42921,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2005","2005",101.86512,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2006","2006",101.46286,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2007","2007",101.62765,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2008","2008",102.11679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2009","2009",102.06621,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2010","2010",102.00312,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2011","2011",101.94387,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2012","2012",102.02248,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2013","2013",102.3176,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2014","2014",101.73055,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2015","2015",101.112,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2016","2016",101.76534,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40620","Europe","2017","2017",101.42583,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1990","1990",105.894,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1991","1991",105.89458,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1992","1992",105.20905,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1993","1993",104.49458,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1994","1994",103.25098,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1995","1995",104.16679,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1996","1996",103.86324,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1997","1997",102.40073,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1998","1998",100.97974,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","1999","1999",100.34095,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2000","2000",101.37731,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2001","2001",101.25704,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2002","2002",99.42014,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2003","2003",100.80681,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2004","2004",101.21948,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2005","2005",102.03475,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2006","2006",101.56223,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2007","2007",102.86475,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2008","2008",102.69897,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2009","2009",101.75416,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2010","2010",100.62047,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2011","2011",99.08605,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2012","2012",99.84218,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2013","2013",99.86804,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2014","2014",99.94799,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2015","2015",100.48574,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2016","2016",101.43998,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40640","Northern America ","2017","2017",101.311,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1990","1990",93.67187,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1991","1991",92.06865,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1992","1992",92.21039,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1993","1993",93.5451,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1994","1994",95.19753,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1995","1995",96.33118,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1996","1996",99.4536,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1997","1997",102.03144,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1998","1998",104.13164,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","1999","1999",103.83184,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2000","2000",104.2843,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2001","2001",103.70639,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2002","2002",103.21492,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2003","2003",101.93311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2004","2004",101.03686,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2005","2005",101.13234,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2006","2006",100.27113,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2007","2007",100.89299,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2008","2008",100.57368,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2009","2009",103.68341,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2010","2010",110.14195,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2011","2011",115.52024,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2012","2012",120.55509,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2013","2013",121.37895,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2014","2014",122.10261,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2015","2015",122.52069,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2016","2016",122.15253,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40550","Small Island Developing States","2017","2017",121.54795,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1992","1992",53.08751,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1993","1993",52.83051,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1994","1994",53.90389,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1995","1995",55.26978,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1996","1996",56.58761,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1997","1997",60.64659,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1998","1998",61.54508,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1999","1999",62.02166,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2000","2000",63.43459,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2001","2001",64.64943,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2002","2002",67.18589,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2003","2003",68.81561,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2004","2004",70.01489,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2005","2005",72.05259,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2006","2006",73.8896,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2007","2007",74.88638,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2008","2008",77.4842,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2009","2009",77.75121,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2010","2010",77.31796,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2011","2011",79.15519,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2012","2012",80.01868,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2013","2013",81.22716,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2014","2014",81.1471,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2015","2015",80.82853,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2016","2016",81.0796,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2017","2017",81.11137,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1990","1990",52.70834,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1991","1991",53.92894,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1992","1992",53.77585,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1993","1993",53.75306,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1994","1994",54.48094,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1995","1995",55.75176,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1996","1996",55.96187,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1997","1997",57.83823,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1998","1998",57.87312,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1999","1999",57.58819,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2000","2000",59.88309,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2001","2001",62.0643,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2002","2002",65.1693,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2003","2003",68.08223,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2004","2004",70.40014,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2005","2005",72.83059,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2006","2006",74.84857,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2007","2007",76.1208,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2008","2008",78.1781,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2009","2009",78.56621,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2010","2010",78.40421,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2011","2011",79.46791,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2012","2012",80.0376,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2013","2013",80.65453,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2014","2014",80.79524,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2015","2015",80.50381,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2016","2016",80.56313,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2017","2017",80.35894,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1990","1990",75.0478,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1991","1991",73.77797,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1992","1992",73.91643,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1993","1993",74.61662,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1994","1994",75.62636,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1995","1995",76.02943,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1996","1996",77.45483,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1997","1997",78.22822,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1998","1998",79.6214,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1999","1999",79.39319,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2000","2000",79.13654,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2001","2001",78.98482,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2002","2002",78.97217,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2003","2003",77.86309,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2004","2004",76.48216,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2005","2005",76.53649,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2006","2006",76.68115,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2007","2007",78.55837,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2008","2008",78.81606,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2009","2009",81.92049,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2010","2010",84.66371,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2011","2011",86.49167,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2012","2012",87.89395,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2013","2013",87.73145,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2014","2014",86.98358,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2015","2015",87.33512,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2016","2016",87.15832,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2017","2017",87.38868,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1990","1990",79.1166,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1991","1991",79.36496,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1992","1992",77.0831,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1993","1993",76.87334,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1994","1994",78.33293,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1995","1995",77.37008,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1996","1996",79.23709,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1997","1997",79.65112,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1998","1998",80.04577,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1999","1999",81.06252,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2000","2000",81.81388,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2001","2001",83.1139,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2002","2002",84.19712,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2003","2003",84.96353,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2004","2004",85.71921,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2005","2005",86.07537,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2006","2006",86.63319,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2007","2007",88.12011,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2008","2008",88.92625,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2009","2009",88.95981,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2010","2010",89.978,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2011","2011",89.45406,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2012","2012",89.61041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2013","2013",88.25183,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2014","2014",87.73654,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2015","2015",88.09113,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2016","2016",88.39041,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2017","2017",88.56284,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1990","1990",73.90548,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1991","1991",74.47091,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1992","1992",72.17327,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1993","1993",72.6252,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1994","1994",75.88199,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1995","1995",74.1808,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1996","1996",77.34673,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1997","1997",77.33669,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1998","1998",76.93613,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1999","1999",77.53414,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2000","2000",78.37225,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2001","2001",79.70059,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2002","2002",80.94386,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2003","2003",81.8943,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2004","2004",82.75014,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2005","2005",83.00177,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2006","2006",83.89961,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2007","2007",86.11561,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2008","2008",87.36499,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2009","2009",87.1761,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2010","2010",87.92033,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2011","2011",85.92447,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2012","2012",86.46626,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2013","2013",86.96251,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2014","2014",86.68734,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2015","2015",87.07957,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2016","2016",88.20936,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2017","2017",88.40477,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1990","1990",74.20326,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1991","1991",74.27887,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1992","1992",74.64741,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1993","1993",75.72691,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1994","1994",76.53107,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1995","1995",76.42175,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1996","1996",76.30123,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1997","1997",75.95105,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1998","1998",74.82335,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1999","1999",74.95737,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2000","2000",76.23768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2001","2001",76.52628,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2002","2002",77.30442,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2003","2003",81.16544,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2004","2004",83.57407,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2005","2005",85.24003,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2006","2006",86.61318,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2007","2007",88.31232,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2008","2008",87.97522,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2009","2009",88.06609,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2010","2010",88.5308,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2011","2011",87.74818,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2012","2012",88.59651,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2013","2013",88.86506,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2014","2014",89.39259,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2015","2015",89.892,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2016","2016",90.22733,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2017","2017",89.94637,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1990","1990",87.13406,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1991","1991",86.51137,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1992","1992",86.47976,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1993","1993",86.99493,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1994","1994",87.27108,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1995","1995",87.22911,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1996","1996",87.05397,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1997","1997",87.04402,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1998","1998",87.49624,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","1999","1999",86.15455,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2000","2000",85.14677,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2001","2001",83.45944,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2002","2002",82.67938,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2003","2003",82.10388,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2004","2004",81.67929,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2005","2005",81.8031,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2006","2006",81.12107,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2007","2007",81.3868,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2008","2008",81.40061,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2009","2009",83.35769,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2010","2010",85.45001,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2011","2011",87.58159,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2012","2012",89.14414,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2013","2013",89.27591,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2014","2014",89.40398,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2015","2015",89.76352,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2016","2016",90.0711,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40650","Oceania","2017","2017",90.01229,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1990","1990",74.0514,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1991","1991",72.70503,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1992","1992",72.89311,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1993","1993",73.68424,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1994","1994",74.80083,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1995","1995",75.25653,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1996","1996",76.80573,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1997","1997",77.7959,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1998","1998",79.27154,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1999","1999",79.03313,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2000","2000",78.76312,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2001","2001",78.6046,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2002","2002",78.59315,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2003","2003",77.42904,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2004","2004",75.98313,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2005","2005",76.0507,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2006","2006",76.21471,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2007","2007",78.19288,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2008","2008",78.47046,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2009","2009",81.7279,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2010","2010",84.57612,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2011","2011",86.81816,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2012","2012",88.24107,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2013","2013",88.0677,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2014","2014",87.26851,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2015","2015",87.70462,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2016","2016",87.51542,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2017","2017",87.74179,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1995","1995",51.2129,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1996","1996",52.36256,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1997","1997",56.17253,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1998","1998",56.91207,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1999","1999",57.45106,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2000","2000",58.93385,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2001","2001",60.1982,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2002","2002",63.15356,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2003","2003",65.0908,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2004","2004",66.79756,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2005","2005",68.81702,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2006","2006",71.02288,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2007","2007",71.93505,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2008","2008",74.57915,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2009","2009",75.1143,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2010","2010",74.73125,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2011","2011",76.5278,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2012","2012",77.58964,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2013","2013",78.66128,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2014","2014",78.74357,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2015","2015",78.34065,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2016","2016",78.58877,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2017","2017",78.62141,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1990","1990",74.32519,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1991","1991",73.01963,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1992","1992",73.06116,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1993","1993",73.73193,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1994","1994",74.77877,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1995","1995",75.20897,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1996","1996",76.54947,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1997","1997",77.30306,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1998","1998",78.80204,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","1999","1999",78.5587,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2000","2000",78.22153,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2001","2001",77.85269,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2002","2002",77.76684,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2003","2003",76.49346,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2004","2004",75.60894,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2005","2005",75.6681,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2006","2006",76.0041,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2007","2007",77.73966,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2008","2008",78.06274,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2009","2009",80.45124,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2010","2010",83.88735,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2011","2011",86.08838,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2012","2012",87.55778,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2013","2013",87.45714,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2014","2014",86.85088,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2015","2015",87.25,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2016","2016",87.21285,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40344","Small Island Developing States","2017","2017",87.43418,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1990","1990",48.41123,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1991","1991",49.61883,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1992","1992",49.52072,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1993","1993",50.10343,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1994","1994",50.46899,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1995","1995",50.93836,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1996","1996",49.34215,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1997","1997",52.34915,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1998","1998",53.3094,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1999","1999",54.46065,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2000","2000",56.66464,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2001","2001",58.60348,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2002","2002",60.06954,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2003","2003",62.62206,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2004","2004",64.56319,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2005","2005",66.72761,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2006","2006",68.40153,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2007","2007",70.49748,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2008","2008",71.63546,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2009","2009",72.20328,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2010","2010",72.17181,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2011","2011",73.8148,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2012","2012",74.53007,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2013","2013",75.12982,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2014","2014",75.57897,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2015","2015",75.56565,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2016","2016",75.72886,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2017","2017",75.74147,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","1998","1998",72.82399,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","1999","1999",74.17913,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2000","2000",75.31062,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2001","2001",76.91462,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2002","2002",78.41021,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2003","2003",79.55212,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2004","2004",80.69266,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2005","2005",80.7738,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2006","2006",81.79107,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2007","2007",84.30786,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2008","2008",85.64721,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2009","2009",85.43256,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2010","2010",86.46154,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2011","2011",84.55626,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2012","2012",86.46671,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2013","2013",87.1515,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2014","2014",87.13723,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2015","2015",87.43039,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2016","2016",88.74865,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40603","Africa (Northern)","2017","2017",88.98878,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1990","1990",80.301,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1992","1992",77.73509,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1993","1993",76.85914,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1994","1994",76.24362,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1995","1995",76.23617,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1996","1996",76.6777,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1997","1997",77.00635,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1998","1998",78.03464,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","1999","1999",79.56132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2000","2000",80.29443,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2001","2001",81.78695,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2002","2002",82.79304,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2003","2003",83.75323,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2004","2004",84.52976,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2005","2005",85.49708,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2006","2006",86.01617,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2007","2007",87.10469,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2008","2008",87.71904,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2009","2009",87.94693,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2010","2010",89.32875,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2011","2011",90.51398,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2012","2012",90.20414,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2013","2013",87.12865,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2014","2014",86.488,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2015","2015",86.82732,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2016","2016",86.49804,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40614","Asia (Western)","2017","2017",86.64431,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1991","1991",64.20264,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1992","1992",65.0962,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1993","1993",66.98822,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1994","1994",68.48293,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1995","1995",68.66044,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1996","1996",68.91015,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1997","1997",68.75835,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1998","1998",67.64025,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1999","1999",68.22387,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2000","2000",70.10832,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2001","2001",70.71482,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2002","2002",72.20059,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2003","2003",79.21667,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2004","2004",81.71476,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2005","2005",83.48909,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2006","2006",85.10223,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2007","2007",86.86662,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2008","2008",87.36324,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2009","2009",88.21109,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2010","2010",88.60535,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2011","2011",88.06893,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2012","2012",88.44594,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2013","2013",88.61484,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2014","2014",88.97987,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2015","2015",89.3558,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2016","2016",89.64103,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2017","2017",89.37974,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1993","1993",92.06395,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1994","1994",91.93312,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1995","1995",91.16608,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1996","1996",91.40885,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1997","1997",90.79873,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1998","1998",91.05313,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1999","1999",91.49985,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2000","2000",91.30815,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2001","2001",91.60667,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2002","2002",91.45069,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2003","2003",90.99495,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2004","2004",90.7905,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2005","2005",90.11282,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2006","2006",90.88172,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2007","2007",92.50108,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2008","2008",92.7727,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2009","2009",93.67012,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2010","2010",94.60358,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2011","2011",95.61906,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2012","2012",94.53324,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2013","2013",93.67255,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2014","2014",93.39442,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2015","2015",93.25316,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2016","2016",93.04701,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2017","2017",93.12066,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","1997","1997",95.08487,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","1998","1998",95.83758,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","1999","1999",95.73238,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2000","2000",94.98611,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2001","2001",95.41065,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2002","2002",95.78777,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2003","2003",95.8622,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2004","2004",94.36511,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2005","2005",95.21082,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2006","2006",95.26295,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2007","2007",95.197,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2008","2008",95.60516,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2009","2009",95.71857,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2010","2010",96.02422,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2011","2011",96.46586,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2012","2012",96.78027,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2013","2013",96.8919,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2014","2014",96.5929,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2015","2015",96.82612,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2016","2016",96.81039,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40620","Europe","2017","2017",96.79825,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1991","1991",84.48451,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1992","1992",84.33141,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1993","1993",84.55608,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1994","1994",84.7139,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1995","1995",84.32049,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1996","1996",83.88202,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1997","1997",83.30899,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1998","1998",82.21301,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","1999","1999",81.89355,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2000","2000",82.53946,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2001","2001",82.49555,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2002","2002",82.56071,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2003","2003",83.28772,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2004","2004",85.54676,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2005","2005",87.04658,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2006","2006",88.13274,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2007","2007",89.69614,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2008","2008",88.58478,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2009","2009",87.956,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2010","2010",88.48741,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2011","2011",87.48907,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2012","2012",88.77761,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2013","2013",89.14528,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2014","2014",89.82215,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2015","2015",90.43005,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2016","2016",90.8214,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40616","Asia (Southern)","2017","2017",90.55261,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1990","1990",89.72948,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1991","1991",90.03249,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1992","1992",91.06966,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1993","1993",91.36371,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1994","1994",90.95265,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1995","1995",90.98134,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1996","1996",91.61715,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1997","1997",90.55287,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1998","1998",92.98514,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1999","1999",93.59168,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2000","2000",94.33368,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2001","2001",94.7238,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2002","2002",94.7898,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2003","2003",94.48095,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2004","2004",94.44149,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2005","2005",93.45574,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2006","2006",92.97083,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2007","2007",92.70366,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2008","2008",94.51427,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2009","2009",94.29879,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2010","2010",94.55656,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2011","2011",94.70533,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2012","2012",94.60122,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2013","2013",93.34801,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2014","2014",92.9898,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2015","2015",92.86248,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2016","2016",92.79081,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2017","2017",92.67474,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1991","1991",97.06129,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1992","1992",96.63863,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1993","1993",96.21918,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1994","1994",95.96517,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1995","1995",94.94837,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1996","1996",95.32733,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1998","1998",94.5934,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2005","2005",95.07148,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2006","2006",95.37943,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2007","2007",96.21162,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2008","2008",96.3842,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2009","2009",96.66075,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2010","2010",97.04302,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2011","2011",97.5873,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2012","2012",97.31693,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2013","2013",97.13064,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2014","2014",96.78235,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2015","2015",96.72125,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2016","2016",96.56455,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2017","2017",96.55945,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","1997","1997",95.53913,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","1998","1998",95.82168,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","1999","1999",95.69455,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2000","2000",95.2051,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2001","2001",95.22805,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2002","2002",95.1082,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2003","2003",95.4087,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2004","2004",94.34761,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2005","2005",94.90326,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2006","2006",95.10682,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2007","2007",95.46842,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2008","2008",95.74584,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2009","2009",95.15164,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2010","2010",94.99536,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2011","2011",94.62085,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2012","2012",95.26799,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2013","2013",95.33,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2014","2014",95.16566,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2015","2015",95.56522,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2016","2016",96.28728,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40642","Northern America and Europe","2017","2017",96.28152,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","1993","1993",96.73299,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","1994","1994",95.79415,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","1995","1995",96.74377,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","1996","1996",95.7112,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","1997","1997",95.63508,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","1998","1998",95.57176,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","1999","1999",95.29626,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2000","2000",95.40996,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2001","2001",94.97243,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2002","2002",94.12879,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2003","2003",94.89589,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2004","2004",94.12079,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2005","2005",94.19146,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2006","2006",94.73475,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2007","2007",95.67008,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2008","2008",95.70361,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2009","2009",94.20793,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2010","2010",93.54264,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2011","2011",92.20347,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2012","2012",93.43591,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2013","2013",93.3729,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2014","2014",93.3881,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2015","2015",93.97286,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2016","2016",95.67472,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40640","Northern America ","2017","2017",95.68396,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1990","1990",75.073,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1991","1991",73.75074,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1992","1992",74.03005,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1993","1993",74.84249,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1994","1994",75.91264,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1995","1995",76.33286,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1996","1996",77.9645,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1997","1997",78.89864,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1998","1998",80.26262,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","1999","1999",80.03624,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2000","2000",79.84491,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2001","2001",79.90315,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2002","2002",79.96471,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2003","2003",78.96446,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2004","2004",77.01341,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2005","2005",77.06989,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2006","2006",77.03278,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2007","2007",79.14493,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2008","2008",79.34886,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2009","2009",83.31861,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2010","2010",85.46449,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2011","2011",87.32095,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2012","2012",88.68181,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2013","2013",88.41653,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2014","2014",87.48412,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2015","2015",87.86772,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2016","2016",87.53811,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40550","Small Island Developing States","2017","2017",87.7717,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1990","1990",52.7281,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1991","1991",54.01137,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1992","1992",53.92293,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1993","1993",53.96459,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1994","1994",54.75751,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1995","1995",56.08649,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1996","1996",56.36285,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1997","1997",58.30573,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1998","1998",58.43801,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","1999","1999",58.29883,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2000","2000",60.56322,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2001","2001",62.80531,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2002","2002",65.95349,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2003","2003",68.88916,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2004","2004",71.17361,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2005","2005",73.59122,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2006","2006",75.59251,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2007","2007",76.8812,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2008","2008",78.89848,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2009","2009",79.38291,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2010","2010",79.39218,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2011","2011",80.4651,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2012","2012",81.06171,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2013","2013",81.65126,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2014","2014",81.75043,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2015","2015",81.48956,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2016","2016",81.52138,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40334","Least Developed Countries","2017","2017",81.36863,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1990","1990",53.04115,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1991","1991",54.01623,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1992","1992",53.7874,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1993","1993",54.2606,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1994","1994",54.62655,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1995","1995",55.45559,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1996","1996",54.2708,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1997","1997",57.16935,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1998","1998",58.04797,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1999","1999",58.8126,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2000","2000",61.02106,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2001","2001",62.85979,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2002","2002",64.44136,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2003","2003",66.81645,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2004","2004",68.51973,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2005","2005",70.63333,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2006","2006",72.0205,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2007","2007",74.75731,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2008","2008",75.54248,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2009","2009",76.04355,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2010","2010",75.96744,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2011","2011",77.62098,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2012","2012",78.27533,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2013","2013",78.9399,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2014","2014",79.29139,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2015","2015",79.31671,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2016","2016",79.47523,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2017","2017",79.49414,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1990","1990",73.90548,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1991","1991",74.47091,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1992","1992",72.17327,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1993","1993",72.6252,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1994","1994",75.88199,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1995","1995",74.1808,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1996","1996",77.34673,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1997","1997",77.33669,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1998","1998",77.08965,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","1999","1999",77.86727,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2000","2000",79.39272,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2001","2001",80.77182,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2002","2002",82.08327,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2003","2003",82.97728,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2004","2004",83.86393,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2005","2005",84.75173,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2006","2006",84.97578,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2007","2007",87.07429,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2008","2008",88.4391,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2009","2009",88.36164,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2010","2010",88.99517,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2011","2011",87.08063,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2012","2012",87.03786,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2013","2013",87.46886,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2014","2014",87.26139,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2015","2015",87.79224,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2016","2016",88.95602,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40603","Africa (Northern)","2017","2017",89.34669,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1990","1990",84.76867,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1991","1991",84.8102,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1992","1992",82.53012,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1993","1993",81.60355,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1994","1994",81.13143,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1995","1995",80.95733,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1996","1996",81.42972,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1997","1997",82.26555,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1998","1998",83.90743,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1999","1999",85.34716,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2000","2000",85.99193,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2001","2001",87.22833,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2002","2002",88.11182,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2003","2003",88.97055,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2004","2004",89.6105,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2005","2005",90.17563,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2006","2006",90.60201,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2007","2007",91.28498,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2008","2008",91.55297,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2009","2009",91.69991,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2010","2010",92.98498,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2011","2011",93.49007,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2012","2012",93.51947,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2013","2013",90.57806,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2014","2014",89.80212,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2015","2015",90.05531,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2016","2016",89.51771,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2017","2017",89.69754,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1990","1990",74.20386,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1991","1991",74.61013,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1992","1992",75.31079,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1993","1993",76.7373,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1994","1994",77.89132,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1995","1995",78.11632,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1996","1996",78.332,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1997","1997",78.31407,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1998","1998",77.48753,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","1999","1999",77.98222,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2000","2000",79.62601,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2001","2001",79.97575,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2002","2002",80.90504,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2003","2003",84.96021,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2004","2004",87.49506,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2005","2005",89.29085,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2006","2006",90.79283,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2007","2007",92.63233,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2008","2008",92.50135,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2009","2009",91.84421,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2010","2010",92.61904,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2011","2011",91.9633,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2012","2012",92.85533,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2013","2013",93.13846,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2014","2014",93.38078,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2015","2015",93.65512,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2016","2016",93.98006,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40616","Asia (Southern)","2017","2017",93.68255,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1990","1990",93.44956,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1991","1991",93.75131,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1992","1992",93.94407,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1993","1993",93.77796,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1994","1994",93.8666,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1995","1995",93.31925,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1996","1996",93.25704,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1997","1997",92.73141,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1998","1998",93.23967,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1999","1999",93.49041,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2000","2000",93.61625,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2001","2001",94.25884,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2002","2002",93.70051,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2003","2003",93.52753,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2004","2004",93.17843,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2005","2005",92.59325,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2006","2006",92.77835,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2007","2007",94.15354,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2008","2008",94.40817,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2009","2009",95.32993,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2010","2010",95.6867,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2011","2011",96.16241,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2012","2012",95.82711,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2013","2013",95.02236,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2014","2014",95.28169,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2015","2015",95.05601,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2016","2016",94.83021,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2017","2017",94.9595,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1990","1990",87.14746,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1991","1991",86.52476,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1992","1992",86.49314,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1993","1993",87.00823,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1994","1994",87.28469,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1995","1995",87.24808,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1996","1996",87.07908,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1997","1997",87.07543,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1998","1998",87.62328,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","1999","1999",86.25484,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2000","2000",85.31019,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2001","2001",83.68903,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2002","2002",82.94245,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2003","2003",82.27339,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2004","2004",81.91529,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2005","2005",81.98653,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2006","2006",81.26006,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2007","2007",81.5937,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2008","2008",81.58841,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2009","2009",83.54457,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2010","2010",85.63117,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2011","2011",87.76516,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2012","2012",89.31951,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2013","2013",89.57875,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2014","2014",89.85415,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2015","2015",90.34659,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2016","2016",90.85275,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40650","Oceania","2017","2017",90.79477,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1990","1990",94.81767,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1991","1991",95.38984,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1992","1992",95.05474,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1993","1993",95.28278,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1994","1994",95.31465,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1995","1995",95.03737,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1996","1996",95.53428,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1997","1997",95.51464,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1998","1998",96.65436,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","1999","1999",96.68443,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2000","2000",95.96294,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2001","2001",96.17741,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2002","2002",96.62171,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2003","2003",96.59568,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2004","2004",96.33784,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2005","2005",96.80423,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2006","2006",96.602,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2007","2007",96.674,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2008","2008",97.0534,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2009","2009",97.14922,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2010","2010",97.36195,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2011","2011",97.58358,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2012","2012",97.74585,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2013","2013",97.8363,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2014","2014",97.43622,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2015","2015",97.66298,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2016","2016",97.65291,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40620","Europe","2017","2017",97.63338,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1990","1990",98.31271,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1991","1991",98.5624,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1992","1992",97.66088,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1993","1993",96.63098,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1994","1994",96.00627,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1995","1995",96.76968,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1996","1996",95.84594,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1997","1997",96.0272,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1998","1998",96.19322,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","1999","1999",96.12322,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2000","2000",96.27049,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2001","2001",96.57456,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2002","2002",95.64087,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2003","2003",96.2542,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2004","2004",95.81099,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2005","2005",96.48991,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2006","2006",96.95665,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2007","2007",97.39401,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2008","2008",97.37058,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2009","2009",96.14995,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2010","2010",94.86398,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2011","2011",93.84303,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2012","2012",94.19973,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2013","2013",94.31443,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2014","2014",94.59746,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2015","2015",95.0143,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2016","2016",96.23541,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40640","Northern America ","2017","2017",96.2387,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1990","1990",74.28155,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1991","1991",72.93985,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1992","1992",73.13665,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1993","1993",73.93572,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1994","1994",75.0652,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1995","1995",75.54537,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1996","1996",77.11514,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1997","1997",78.12944,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1998","1998",79.98917,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","1999","1999",79.81835,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2000","2000",79.61052,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2001","2001",79.47978,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2002","2002",79.44268,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2003","2003",77.90074,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2004","2004",76.74428,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2005","2005",76.78543,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2006","2006",77.01956,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2007","2007",79.07552,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2008","2008",79.40515,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2009","2009",83.25232,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2010","2010",85.59865,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2011","2011",87.77936,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2012","2012",89.1737,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2013","2013",89.06771,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2014","2014",88.31259,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2015","2015",88.77509,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2016","2016",88.71048,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40550","Small Island Developing States","2017","2017",88.94756,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1990","1990",49.54903,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1991","1991",49.48347,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1992","1992",48.4653,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1993","1993",48.313,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1994","1994",49.61904,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1995","1995",51.47482,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1996","1996",52.79125,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1997","1997",56.60353,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1998","1998",57.40663,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","1999","1999",58.09456,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2000","2000",59.59511,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2001","2001",60.87492,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2002","2002",63.94051,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2003","2003",65.84189,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2004","2004",67.49201,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2005","2005",69.52838,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2006","2006",71.72406,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2007","2007",72.69813,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2008","2008",75.26965,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2009","2009",76.00901,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2010","2010",75.62518,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2011","2011",77.47904,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2012","2012",78.51126,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2013","2013",79.52777,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2014","2014",79.62395,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2015","2015",79.2714,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2016","2016",79.46378,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40330","Landlocked Developing Countries","2017","2017",79.63297,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1990","1990",74.59183,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1991","1991",73.24965,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1992","1992",73.40417,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1993","1993",74.06827,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1994","1994",75.12901,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1995","1995",75.58861,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1996","1996",76.93611,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1997","1997",77.69192,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1998","1998",79.56016,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","1999","1999",79.32937,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2000","2000",79.09361,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2001","2001",78.70868,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2002","2002",78.58349,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2003","2003",76.96519,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2004","2004",76.41927,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2005","2005",76.47582,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2006","2006",76.91128,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2007","2007",78.71455,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2008","2008",79.09304,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2009","2009",82.10473,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2010","2010",84.98741,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2011","2011",87.31123,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2012","2012",88.72567,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2013","2013",88.6853,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2014","2014",88.0974,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2015","2015",88.48844,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2016","2016",88.57248,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40344","Small Island Developing States","2017","2017",88.78861,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1990","1990",73.7756,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1991","1991",74.26139,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1992","1992",71.24649,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1993","1993",71.1183,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1994","1994",73.15747,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1995","1995",71.9555,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1996","1996",74.53127,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1997","1997",74.80249,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1998","1998",75.81238,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1999","1999",77.38905,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2000","2000",78.80629,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2001","2001",80.46511,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2002","2002",81.81574,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2003","2003",82.90821,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2004","2004",83.79743,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2005","2005",84.59725,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2006","2006",85.06682,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2007","2007",86.78381,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2008","2008",87.77111,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2009","2009",87.89268,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2010","2010",89.08281,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2011","2011",88.44714,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2012","2012",89.15123,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2013","2013",87.95501,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2014","2014",87.67675,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2015","2015",88.039,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2016","2016",88.5173,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2017","2017",88.81948,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1990","1990",80.53383,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1991","1991",80.8229,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1992","1992",78.02824,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1993","1993",77.13064,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1994","1994",76.49241,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1995","1995",76.47916,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1996","1996",76.90967,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1997","1997",77.21363,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1998","1998",78.68278,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","1999","1999",80.25147,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2000","2000",81.23692,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2001","2001",82.84035,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2002","2002",83.90426,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2003","2003",85.05883,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2004","2004",85.64096,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2005","2005",86.50457,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2006","2006",87.19003,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2007","2007",88.24423,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2008","2008",88.78412,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2009","2009",88.99624,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2010","2010",90.40586,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2011","2011",91.14762,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2012","2012",91.09654,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2013","2013",88.15812,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2014","2014",87.54523,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2015","2015",87.81141,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2016","2016",87.47829,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40614","Asia (Western)","2017","2017",87.64623,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1990","1990",63.82254,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1991","1991",64.53646,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1992","1992",65.72587,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1993","1993",67.95218,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1994","1994",69.77213,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1995","1995",70.27169,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1996","1996",70.84751,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1997","1997",70.94195,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1998","1998",69.94631,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","1999","1999",70.85634,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2000","2000",73.1794,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2001","2001",74.03466,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2002","2002",75.53248,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2003","2003",82.86012,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2004","2004",85.37439,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2005","2005",87.25651,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2006","2006",89.1094,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2007","2007",91.1298,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2008","2008",91.8601,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2009","2009",91.95578,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2010","2010",92.65715,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2011","2011",92.31819,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2012","2012",92.77983,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2013","2013",93.01772,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2014","2014",93.09547,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2015","2015",93.27017,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2016","2016",93.54134,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40618","Asia (Central and Southern)","2017","2017",93.27129,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1990","1990",95.22234,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1991","1991",94.07588,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1992","1992",93.0107,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1993","1993",91.95657,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1994","1994",90.77937,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1995","1995",89.77025,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1996","1996",89.23082,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1997","1997",89.18746,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1998","1998",92.32576,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1999","1999",95.29309,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2000","2000",95.78333,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2001","2001",96.19185,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2002","2002",99.77774,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2003","2003",99.80926,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2004","2004",99.84541,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2005","2005",97.22076,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2006","2006",96.39948,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2007","2007",97.24866,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2008","2008",97.26257,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2009","2009",97.25718,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2010","2010",97.21177,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2011","2011",97.18371,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2012","2012",97.10695,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2013","2013",96.98838,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2014","2014",96.95856,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2015","2015",97.05027,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2016","2016",96.99427,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2017","2017",96.97669,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1990","1990",91.76137,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1991","1991",92.0882,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1992","1992",92.22073,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1993","1993",92.07443,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1994","1994",91.94924,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1995","1995",91.17928,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1996","1996",91.43055,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1997","1997",90.82656,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1998","1998",91.53132,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","1999","1999",92.42689,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2000","2000",92.58418,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2001","2001",93.41317,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2002","2002",93.2641,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2003","2003",92.90313,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2004","2004",92.70803,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2005","2005",91.95701,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2006","2006",92.23096,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2007","2007",93.96127,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2008","2008",94.17378,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2009","2009",95.15809,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2010","2010",96.12025,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2011","2011",97.29602,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2012","2012",96.26561,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2013","2013",95.44175,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2014","2014",95.18713,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2015","2015",94.53846,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2016","2016",93.767,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40613","Asia (South-eastern)","2017","2017",93.86716,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1990","1990",90.1695,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1991","1991",90.55418,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1992","1992",91.37773,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1993","1993",91.66564,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1994","1994",91.28202,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1995","1995",91.2998,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1996","1996",91.66149,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1997","1997",90.76651,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1998","1998",93.69432,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1999","1999",94.84127,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2000","2000",95.61452,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2001","2001",95.65113,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2002","2002",95.42129,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2003","2003",94.56555,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2004","2004",95.18644,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2005","2005",95.70184,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2006","2006",95.28294,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2007","2007",94.89679,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2008","2008",95.79116,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2009","2009",96.31889,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2010","2010",96.52747,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2011","2011",96.50315,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2012","2012",96.54141,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2013","2013",96.08809,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2014","2014",95.81824,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2015","2015",95.82466,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2016","2016",95.95707,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2017","2017",95.84829,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1990","1990",85.78401,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1991","1991",85.10984,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1992","1992",85.10744,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1993","1993",85.72194,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1994","1994",86.07414,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1995","1995",86.15861,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1996","1996",85.98039,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1997","1997",86.06554,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1998","1998",86.91004,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","1999","1999",85.53897,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2000","2000",84.60978,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2001","2001",82.83706,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2002","2002",81.95184,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2003","2003",81.10062,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2004","2004",80.60466,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2005","2005",80.56925,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2006","2006",79.6695,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2007","2007",79.89992,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2008","2008",79.87342,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2009","2009",82.00497,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2010","2010",84.29454,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2011","2011",86.66183,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2012","2012",88.46984,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2013","2013",88.82973,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2014","2014",89.15799,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2015","2015",89.76609,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2016","2016",90.34558,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40650","Oceania","2017","2017",90.28919,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1990","1990",98.08121,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1991","1991",97.48744,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1992","1992",97.04707,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1993","1993",96.61725,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1994","1994",96.42885,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1995","1995",95.4368,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1996","1996",95.93834,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1997","1997",95.8985,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1998","1998",96.21005,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1999","1999",96.02239,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2000","2000",96.0649,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2001","2001",95.72971,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2002","2002",95.7176,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2003","2003",96.46085,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2004","2004",96.72874,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2005","2005",97.21802,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2006","2006",97.33709,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2007","2007",97.91775,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2008","2008",97.97048,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2009","2009",97.89862,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2010","2010",97.99401,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2011","2011",98.38763,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2012","2012",98.0728,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2013","2013",97.87727,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2014","2014",97.55089,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2015","2015",97.6258,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2016","2016",97.44319,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2017","2017",97.44156,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1990","1990",96.11271,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1991","1991",96.51392,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1992","1992",95.9879,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1993","1993",95.70437,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1994","1994",95.5673,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1995","1995",95.62616,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1996","1996",95.64404,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1997","1997",95.77281,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1998","1998",96.50819,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","1999","1999",96.48566,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2000","2000",96.11851,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2001","2001",96.62913,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2002","2002",96.5212,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2003","2003",96.72193,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2004","2004",96.43183,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2005","2005",96.9909,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2006","2006",97.17144,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2007","2007",97.26978,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2008","2008",97.37652,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2009","2009",97.17081,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2010","2010",96.4954,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2011","2011",96.36743,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2012","2012",96.3873,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2013","2013",96.53309,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2014","2014",96.60394,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2015","2015",96.85426,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2016","2016",97.11962,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40642","Northern America and Europe","2017","2017",97.10864,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1990","1990",94.77413,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1991","1991",95.40169,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1992","1992",95.07276,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1993","1993",95.24252,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1994","1994",95.18798,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1995","1995",94.94193,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1996","1996",95.44188,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1997","1997",95.54147,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1998","1998",96.63971,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","1999","1999",96.67416,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2000","2000",96.00905,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2001","2001",96.24852,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2002","2002",96.69523,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2003","2003",96.70606,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2004","2004",96.46923,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2005","2005",96.89622,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2006","2006",96.71802,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2007","2007",96.792,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2008","2008",97.14054,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2009","2009",97.27866,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2010","2010",97.50057,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2011","2011",97.75191,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2012","2012",97.9836,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2013","2013",98.08739,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2014","2014",97.69388,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2015","2015",97.89723,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2016","2016",97.86506,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40620","Europe","2017","2017",97.84806,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1990","1990",58.43213,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1991","1991",59.30547,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1992","1992",58.88168,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1993","1993",58.71745,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1994","1994",59.3419,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1995","1995",60.872,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1996","1996",61.12725,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1997","1997",62.88219,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1998","1998",62.80943,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","1999","1999",62.2116,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2000","2000",64.37113,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2001","2001",66.54562,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2002","2002",69.3442,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2003","2003",72.19334,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2004","2004",74.02293,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2005","2005",76.41929,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2006","2006",78.03216,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2007","2007",79.19415,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2008","2008",81.41856,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2009","2009",81.37036,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2010","2010",81.29033,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2011","2011",82.52863,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2012","2012",82.83574,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2013","2013",83.45327,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2014","2014",83.43548,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2015","2015",83.23195,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2016","2016",83.2803,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40334","Least Developed Countries","2017","2017",83.15883,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1990","1990",57.39716,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1991","1991",58.1396,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1992","1992",57.75711,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1993","1993",58.10546,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1994","1994",58.46628,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1995","1995",59.6525,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1996","1996",58.77361,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1997","1997",61.42726,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1998","1998",62.04551,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1999","1999",62.3239,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2000","2000",64.59198,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2001","2001",66.30523,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2002","2002",67.86968,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2003","2003",70.13043,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2004","2004",71.56104,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2005","2005",73.59501,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2006","2006",74.6698,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2007","2007",78.02944,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2008","2008",78.43919,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2009","2009",78.72258,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2010","2010",78.57826,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2011","2011",80.24583,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2012","2012",80.78083,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2013","2013",81.4863,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2014","2014",81.76714,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2015","2015",81.80091,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2016","2016",81.9588,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2017","2017",81.93845,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1990","1990",84.39654,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1991","1991",84.42042,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1992","1992",82.84691,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1993","1993",82.56245,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1994","1994",83.47543,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1995","1995",82.75069,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1996","1996",83.95192,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1997","1997",84.48696,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1998","1998",84.87946,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1999","1999",85.58077,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2000","2000",86.408,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2001","2001",87.4395,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2002","2002",88.33894,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2003","2003",88.94588,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2004","2004",89.65148,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2005","2005",90.16204,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2006","2006",90.39207,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2007","2007",91.49278,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2008","2008",92.15065,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2009","2009",92.1493,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2010","2010",92.89392,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2011","2011",92.15242,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2012","2012",91.45186,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2013","2013",90.00452,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2014","2014",89.36138,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2015","2015",89.77803,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2016","2016",89.92498,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2017","2017",90.19204,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1990","1990",80.18783,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1991","1991",80.51244,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1992","1992",79.11971,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1993","1993",79.45206,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1994","1994",81.49741,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1995","1995",80.39562,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1996","1996",82.21826,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1997","1997",81.97385,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1998","1998",80.9731,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","1999","1999",81.017,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2000","2000",82.27701,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2001","2001",83.37934,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2002","2002",84.40716,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2003","2003",85.12849,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2004","2004",85.75624,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2005","2005",86.69423,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2006","2006",86.91936,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2007","2007",88.76361,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2008","2008",90.06377,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2009","2009",89.9141,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2010","2010",90.22958,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2011","2011",88.44961,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2012","2012",86.93751,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2013","2013",87.19431,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2014","2014",86.73853,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2015","2015",87.33791,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2016","2016",88.3768,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40603","Africa (Northern)","2017","2017",88.73136,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1990","1990",88.86946,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1991","1991",88.66548,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1992","1992",86.87013,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1993","1993",85.90476,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1994","1994",85.58647,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1995","1995",85.25838,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1996","1996",85.77826,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1997","1997",87.12747,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1998","1998",88.93765,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","1999","1999",90.25179,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2000","2000",90.56831,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2001","2001",91.43861,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2002","2002",92.15743,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2003","2003",92.73523,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2004","2004",93.42541,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2005","2005",93.699,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2006","2006",93.87133,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2007","2007",94.19388,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2008","2008",94.19998,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2009","2009",94.28369,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2010","2010",95.45017,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2011","2011",95.7298,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2012","2012",95.83627,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2013","2013",92.89099,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2014","2014",91.95871,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2015","2015",92.19898,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2016","2016",91.46518,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40614","Asia (Western)","2017","2017",91.65533,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","1999","1999",95.11099,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2000","2000",95.4646,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2001","2001",96.317,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2002","2002",96.13727,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2003","2003",95.47645,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2004","2004",95.76981,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2005","2005",95.67571,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2006","2006",95.25426,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2007","2007",94.18301,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2008","2008",94.01492,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2009","2009",93.88142,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2010","2010",94.58049,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2011","2011",94.87433,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2012","2012",96.04317,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2013","2013",96.5537,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2014","2014",96.49582,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2015","2015",96.87853,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2016","2016",97.17836,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40612","Asia (Central)","2017","2017",97.87631,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1990","1990",84.68469,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1991","1991",84.77438,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1992","1992",84.99187,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1993","1993",85.57529,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1994","1994",86.09196,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1995","1995",86.0988,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1996","1996",86.03511,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1997","1997",85.87235,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1998","1998",85.24687,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","1999","1999",85.31238,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2000","2000",86.23933,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2001","2001",86.07305,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2002","2002",86.41058,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2003","2003",87.21175,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2004","2004",89.69569,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2005","2005",91.35251,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2006","2006",92.46199,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2007","2007",94.05304,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2008","2008",93.11344,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2009","2009",91.76387,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2010","2010",92.60117,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2011","2011",91.67106,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2012","2012",92.96872,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2013","2013",93.30072,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2014","2014",93.69601,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2015","2015",94.0679,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2016","2016",94.44648,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40616","Asia (Southern)","2017","2017",94.1592,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1990","1990",95.08312,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1991","1991",95.35861,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1992","1992",95.60892,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1993","1993",95.42377,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1994","1994",95.7197,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1995","1995",95.38858,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1996","1996",95.02418,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1997","1997",94.5736,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1998","1998",94.89085,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1999","1999",94.51751,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2000","2000",94.61211,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2001","2001",95.07434,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2002","2002",94.121,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2003","2003",94.12858,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2004","2004",93.63078,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2005","2005",93.20438,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2006","2006",93.30351,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2007","2007",94.33768,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2008","2008",94.63198,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2009","2009",95.49342,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2010","2010",95.27569,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2011","2011",95.09072,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2012","2012",95.41287,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2013","2013",94.62606,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2014","2014",95.37114,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2015","2015",95.54633,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2016","2016",95.83933,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2017","2017",95.99836,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1990","1990",88.43851,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1991","1991",87.86511,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1992","1992",87.80648,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1993","1993",88.22781,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1994","1994",88.43254,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1995","1995",88.28104,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1996","1996",88.11917,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1997","1997",88.02883,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1998","1998",88.29422,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","1999","1999",86.92553,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2000","2000",85.96371,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2001","2001",84.48314,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2002","2002",83.86575,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2003","2003",83.36735,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2004","2004",83.13969,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2005","2005",83.31296,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2006","2006",82.75176,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2007","2007",83.18485,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2008","2008",83.20184,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2009","2009",84.99521,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2010","2010",86.89273,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2011","2011",88.80719,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2012","2012",90.12189,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2013","2013",90.28565,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2014","2014",90.51057,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2015","2015",90.89351,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2016","2016",91.33106,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40650","Oceania","2017","2017",91.27193,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",71.40795,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",70.8778,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",71.57021,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1993","1993",73.6118,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1994","1994",74.72031,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",74.53843,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",73.28775,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",73.73825,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",75.14349,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1999","1999",72.3569,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",70.25267,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",66.96502,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",65.33801,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",62.76639,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",61.84566,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",61.62403,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",60.10232,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",60.38281,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",60.59497,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",65.28222,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",69.89306,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",74.13303,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",78.07489,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",78.74359,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",79.83624,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",80.83795,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",82.18702,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",81.97757,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1990","1990",94.8593,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1991","1991",95.3785,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1992","1992",95.03753,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1993","1993",95.32121,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1994","1994",95.43548,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1995","1995",95.12836,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1996","1996",95.62231,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1997","1997",95.4891,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1998","1998",96.66831,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","1999","1999",96.6942,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2000","2000",95.91909,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2001","2001",96.10982,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2002","2002",96.55184,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2003","2003",96.49079,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2004","2004",96.213,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2005","2005",96.71682,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2006","2006",96.49174,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2007","2007",96.56186,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2008","2008",96.97056,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2009","2009",97.02617,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2010","2010",97.2302,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2011","2011",97.42363,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2012","2012",97.51996,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2013","2013",97.59776,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2014","2014",97.19137,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2015","2015",97.44039,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2016","2016",97.45137,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40620","Europe","2017","2017",97.42946,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1990","1990",98.00599,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1991","1991",98.55992,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1992","1992",97.67771,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1993","1993",96.73306,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1994","1994",95.79415,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1995","1995",96.74377,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1996","1996",95.7112,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1997","1997",95.90236,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1998","1998",96.09374,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","1999","1999",96.05427,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2000","2000",96.26046,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2001","2001",96.00429,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2002","2002",95.03364,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2003","2003",95.78733,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2004","2004",95.27032,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2005","2005",95.88258,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2006","2006",96.13528,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2007","2007",96.86982,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2008","2008",97.05225,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2009","2009",95.31518,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2010","2010",94.60927,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2011","2011",93.21586,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2012","2012",94.17833,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2013","2013",94.24197,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2014","2014",94.12905,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2015","2015",94.65638,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2016","2016",96.40248,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40640","Northern America ","2017","2017",96.41019,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1990","1990",91.7953,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1991","1991",90.38763,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1992","1992",90.60473,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1993","1993",91.75062,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1994","1994",93.17258,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1995","1995",94.21975,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1996","1996",96.76441,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1997","1997",99.20191,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1998","1998",101.31836,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","1999","1999",101.1649,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2000","2000",101.49506,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2001","2001",101.13425,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2002","2002",100.89154,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2003","2003",99.76923,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2004","2004",98.47643,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2005","2005",98.56075,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2006","2006",97.85289,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2007","2007",98.44585,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2008","2008",98.31857,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2009","2009",100.51627,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2010","2010",106.87817,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2011","2011",111.88279,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2012","2012",116.80332,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2013","2013",117.71971,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2014","2014",118.29279,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2015","2015",118.82825,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2016","2016",118.57301,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40344","Small Island Developing States","2017","2017",118.03604,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1990","1990",88.48146,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1991","1991",88.68908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1992","1992",89.16979,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1993","1993",90.46629,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1994","1994",91.52493,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1995","1995",91.40816,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1996","1996",91.3885,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1997","1997",91.0898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1998","1998",90.14984,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","1999","1999",90.64164,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2000","2000",91.91421,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2001","2001",91.77732,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2002","2002",93.36648,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2003","2003",99.52595,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2004","2004",101.6492,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2005","2005",103.31912,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2006","2006",104.73048,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2007","2007",106.51998,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2008","2008",106.9391,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2009","2009",106.6555,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2010","2010",107.03415,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2011","2011",106.14979,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2012","2012",107.28786,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2013","2013",108.16896,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2014","2014",106.43621,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2015","2015",106.82232,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2016","2016",111.52274,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40618","Asia (Central and Southern)","2017","2017",111.30252,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1990","1990",118.0219,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1991","1991",115.91654,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1992","1992",114.07885,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1993","1993",112.11964,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1994","1994",110.34928,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1995","1995",108.54558,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1996","1996",106.71896,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1997","1997",105.28853,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1998","1998",105.65512,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1999","1999",105.94638,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2000","2000",107.01281,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2001","2001",108.23036,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2002","2002",110.71459,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2003","2003",112.9639,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2004","2004",109.18303,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2005","2005",104.90404,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2006","2006",104.69133,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2007","2007",106.58392,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2008","2008",107.53652,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2009","2009",107.6708,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2010","2010",106.9923,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2011","2011",106.31302,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2012","2012",105.94055,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2013","2013",104.74396,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2014","2014",102.11911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2015","2015",102.01211,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2016","2016",102.63464,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2017","2017",103.21169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1990","1990",105.59889,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1991","1991",104.9843,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1992","1992",104.26398,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1993","1993",103.52429,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1994","1994",102.7377,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1995","1995",103.62392,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1996","1996",103.22913,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1997","1997",102.67645,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1998","1998",102.12428,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","1999","1999",101.53653,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2000","2000",100.68783,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2001","2001",101.18044,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2002","2002",99.81397,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2003","2003",100.88512,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2004","2004",100.95751,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2005","2005",101.50925,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2006","2006",101.87408,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2007","2007",102.70716,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2008","2008",102.76936,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2009","2009",101.93123,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2010","2010",100.18898,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2011","2011",99.29303,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2012","2012",99.20112,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2013","2013",99.53973,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2014","2014",99.84405,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2015","2015",100.50632,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2016","2016",101.36705,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40640","Northern America ","2017","2017",101.36717,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1990","1990",107.1638,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1991","1991",108.17036,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1992","1992",106.50234,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1993","1993",105.91336,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1994","1994",105.69668,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1995","1995",99.56123,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1996","1996",96.80807,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1997","1997",96.68307,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1998","1998",96.28714,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","1999","1999",96.29782,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2000","2000",96.71795,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2001","2001",97.03032,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2002","2002",97.14819,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2003","2003",97.52587,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2004","2004",97.25935,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2005","2005",97.20869,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2006","2006",96.43941,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2007","2007",95.49888,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2008","2008",96.22108,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2009","2009",96.19131,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2010","2010",96.99543,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2011","2011",97.3894,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2012","2012",98.86659,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2013","2013",100.09913,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2014","2014",100.17931,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2015","2015",100.57868,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2016","2016",100.9354,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40612","Asia (Central)","2017","2017",102.47062,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1990","1990",74.4281,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1991","1991",75.82383,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1992","1992",76.89923,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1993","1993",79.44649,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1994","1994",80.91448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1995","1995",81.07723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1996","1996",81.53227,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1997","1997",81.69109,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1998","1998",81.14499,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","1999","1999",81.89562,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2000","2000",83.45174,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2001","2001",83.81889,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2002","2002",86.05986,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2003","2003",96.33037,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2004","2004",98.2464,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2005","2005",100.62119,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2006","2006",102.4807,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2007","2007",104.70772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2008","2008",106.29549,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2009","2009",106.62998,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2010","2010",106.98211,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2011","2011",106.5445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2012","2012",107.94191,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2013","2013",111.90309,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2014","2014",109.84903,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2015","2015",110.41195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2016","2016",117.07494,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40616","Asia (Southern)","2017","2017",116.79078,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",68.69457,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",68.81025,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",70.05693,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1993","1993",73.42643,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1994","1994",75.24148,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",76.19112,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",74.67555,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",76.2886,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",78.72649,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1999","1999",75.66917,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",73.28887,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",69.63534,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",68.08375,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",65.98497,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",65.90629,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",65.89558,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",64.56762,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",65.79315,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",67.77851,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",75.81408,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",84.49556,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",92.74709,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",100.90704,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",102.59688,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",103.92341,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",105.34916,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",106.98103,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",106.95437,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1990","1990",105.28912,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1991","1991",104.03063,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1992","1992",103.27429,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1993","1993",102.50857,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1994","1994",102.20042,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1995","1995",103.05543,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1996","1996",102.5645,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1997","1997",102.96564,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1998","1998",103.32477,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","1999","1999",102.79019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2000","2000",99.96394,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2001","2001",101.1,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2002","2002",100.22746,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2003","2003",100.96729,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2004","2004",100.68284,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2005","2005",100.95834,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2006","2006",102.20076,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2007","2007",102.5421,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2008","2008",102.84302,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2009","2009",102.1164,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2010","2010",99.73769,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2011","2011",99.50945,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2012","2012",98.53103,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2013","2013",99.1966,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2014","2014",99.73541,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2015","2015",100.5278,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2016","2016",101.29095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40640","Northern America ","2017","2017",101.42592,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1990","1990",103.88493,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1991","1991",104.02226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1992","1992",100.83452,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1993","1993",99.57892,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1994","1994",98.48282,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1995","1995",97.87206,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1996","1996",97.41302,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1997","1997",98.91305,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1998","1998",100.34969,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","1999","1999",102.22621,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2000","2000",102.18999,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2001","2001",103.54556,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2002","2002",104.61111,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2003","2003",104.89491,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2004","2004",104.88245,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2005","2005",105.08618,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2006","2006",104.88842,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2007","2007",105.44936,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2008","2008",105.46229,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2009","2009",105.55559,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2010","2010",105.66538,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2011","2011",106.6681,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2012","2012",106.38008,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2013","2013",105.63235,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2014","2014",104.64812,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2015","2015",104.63111,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2016","2016",102.61274,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40614","Asia (Western)","2017","2017",102.82519,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1990","1990",82.2618,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1991","1991",82.33397,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1992","1992",81.92843,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1993","1993",81.93494,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1994","1994",81.95401,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1995","1995",81.64824,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1996","1996",81.43283,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1997","1997",81.54459,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1998","1998",82.11005,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","1999","1999",82.77261,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2000","2000",83.44113,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2001","2001",83.78826,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2002","2002",84.65606,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2003","2003",85.84456,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2004","2004",86.82154,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2005","2005",86.94881,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2006","2006",87.35087,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2007","2007",88.51575,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2008","2008",88.68814,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2009","2009",88.73653,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2010","2010",88.84459,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2011","2011",88.90532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2012","2012",89.20392,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2013","2013",89.07916,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2014","2014",89.19505,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2015","2015",89.37655,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2016","2016",89.53548,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40675","World","2017","2017",89.44117,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1990","1990",84.62946,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1991","1991",84.66113,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1992","1992",82.37154,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1993","1993",81.43422,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1994","1994",80.94775,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1995","1995",80.76386,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1996","1996",81.22519,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1997","1997",82.07786,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1998","1998",83.26793,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","1999","1999",84.6646,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2000","2000",85.2711,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2001","2001",86.4723,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2002","2002",87.35018,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2003","2003",88.00226,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2004","2004",88.58978,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2005","2005",89.20455,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2006","2006",89.36909,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2007","2007",90.10342,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2008","2008",90.4593,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2009","2009",90.66282,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2010","2010",91.95112,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2011","2011",92.86026,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2012","2012",92.66022,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2013","2013",89.57459,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2014","2014",88.77432,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2015","2015",89.0936,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2016","2016",88.57034,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40614","Asia (Western)","2017","2017",88.72107,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","1999","1999",91.31003,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2000","2000",91.63668,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2001","2001",92.14735,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2002","2002",92.30656,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2003","2003",91.83817,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2004","2004",92.28059,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2005","2005",91.90491,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2006","2006",91.30963,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2007","2007",90.21258,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2008","2008",90.23684,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2009","2009",89.88916,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2010","2010",90.45089,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2011","2011",90.36626,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2012","2012",91.2289,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2013","2013",91.80129,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2014","2014",92.0176,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2015","2015",92.0492,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2016","2016",92.5576,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2017","2017",93.3148,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1990","1990",97.21371,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1991","1991",96.57329,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1992","1992",95.25987,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1993","1993",94.00539,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1994","1994",92.6152,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1995","1995",91.22398,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1996","1996",90.35524,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1997","1997",89.96837,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1998","1998",92.54832,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1999","1999",95.20919,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2000","2000",95.71007,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2001","2001",96.12558,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2002","2002",99.71107,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2003","2003",99.74585,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2004","2004",99.79524,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2005","2005",97.16233,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2006","2006",96.33137,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2007","2007",97.17679,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2008","2008",97.1801,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2009","2009",97.1967,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2010","2010",97.12318,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2011","2011",97.10882,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2012","2012",97.03281,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2013","2013",96.91999,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2014","2014",96.89556,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2015","2015",96.97952,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2016","2016",96.93237,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2017","2017",96.90879,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1990","1990",93.43776,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1991","1991",93.73757,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1992","1992",93.9284,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1993","1993",93.76001,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1994","1994",93.84653,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1995","1995",93.29698,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1996","1996",93.23244,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1997","1997",92.70617,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1998","1998",92.76766,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","1999","1999",92.58597,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2000","2000",92.30233,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2001","2001",92.44083,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2002","2002",91.91232,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2003","2003",91.64554,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2004","2004",91.23365,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2005","2005",90.6953,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2006","2006",91.4194,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2007","2007",92.68753,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2008","2008",93.01384,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2009","2009",93.8592,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2010","2010",94.24741,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2011","2011",94.67505,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2012","2012",94.31952,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2013","2013",93.47937,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2014","2014",93.71865,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2015","2015",94.05652,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2016","2016",94.35604,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40613","Asia (South-eastern)","2017","2017",94.47336,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1990","1990",89.70694,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1991","1991",90.04848,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1992","1992",90.95804,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1993","1993",91.23931,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1994","1994",90.83251,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1995","1995",90.8496,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1996","1996",91.41089,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1997","1997",90.44234,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1998","1998",92.80225,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1999","1999",93.3836,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2000","2000",94.13969,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2001","2001",94.56155,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2002","2002",94.39986,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2003","2003",93.84599,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2004","2004",93.97247,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2005","2005",93.72125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2006","2006",93.26967,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2007","2007",93.00071,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2008","2008",94.39517,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2009","2009",94.46917,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2010","2010",94.69601,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2011","2011",94.7934,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2012","2012",94.8491,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2013","2013",93.55514,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2014","2014",93.22326,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2015","2015",93.09336,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2016","2016",93.15113,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2017","2017",93.05623,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1990","1990",97.84717,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1991","1991",97.26889,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1992","1992",96.83768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1993","1993",96.41324,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1994","1994",96.19125,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1995","1995",95.18649,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1996","1996",95.62488,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1997","1997",95.42852,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1998","1998",95.30347,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1999","1999",94.90304,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2000","2000",94.7532,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2001","2001",94.31449,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2002","2002",94.26558,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2003","2003",95.03099,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2004","2004",95.39236,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2005","2005",95.97965,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2006","2006",96.23596,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2007","2007",96.96549,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2008","2008",97.09037,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2009","2009",97.20115,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2010","2010",97.45135,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2011","2011",97.91747,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2012","2012",97.62089,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2013","2013",97.44328,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2014","2014",97.10668,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2015","2015",97.09545,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2016","2016",96.93241,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2017","2017",96.92917,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",67.20293,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",66.56441,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",67.36068,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1993","1993",69.69197,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1994","1994",70.95468,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",70.74494,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",69.34691,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",69.77816,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",71.49458,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1999","1999",68.30726,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",65.70159,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",61.70532,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",59.8308,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",57.14651,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",55.85993,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",55.8075,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",54.18344,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",54.2971,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",54.64086,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",60.06811,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",65.4082,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",70.36824,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",75.00883,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",75.59199,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",76.39765,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",77.27851,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",78.26018,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",78.02528,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1990","1990",95.92675,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1991","1991",96.38033,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1992","1992",95.81799,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1993","1993",95.59366,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1994","1994",95.37911,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1995","1995",95.51486,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1996","1996",95.51195,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1997","1997",95.45879,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1998","1998",95.80094,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1999","1999",95.62255,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2000","2000",95.19706,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2001","2001",95.50608,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2002","2002",95.35374,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2003","2003",95.69708,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2004","2004",94.59898,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2005","2005",95.19302,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2006","2006",95.45111,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2007","2007",95.6508,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2008","2008",95.92942,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2009","2009",95.4668,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2010","2010",95.08943,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2011","2011",94.93229,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2012","2012",95.27174,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2013","2013",95.36133,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2014","2014",95.35395,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2015","2015",95.76645,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2016","2016",96.23584,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2017","2017",96.2289,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1990","1990",94.65806,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1991","1991",95.19632,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1992","1992",94.79912,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1993","1993",95.00952,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1994","1994",95.0195,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1995","1995",94.78206,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1996","1996",95.31532,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1997","1997",95.28809,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1998","1998",95.90925,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","1999","1999",95.84527,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2000","2000",95.02774,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2001","2001",95.40852,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2002","2002",95.79854,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2003","2003",95.81768,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2004","2004",94.43645,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2005","2005",95.30676,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2006","2006",95.31628,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2007","2007",95.26313,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2008","2008",95.69281,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2009","2009",95.77858,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2010","2010",96.04194,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2011","2011",96.43214,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2012","2012",96.69266,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2013","2013",96.81376,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2014","2014",96.51153,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2015","2015",96.75583,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2016","2016",96.7614,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40620","Europe","2017","2017",96.74781,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1990","1990",98.31268,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1991","1991",98.56237,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1992","1992",97.66084,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1993","1993",96.63094,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1994","1994",96.00627,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1995","1995",96.76968,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1996","1996",95.84594,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1997","1997",95.7433,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1998","1998",95.62734,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","1999","1999",95.2793,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2000","2000",95.44864,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2001","2001",95.64572,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2002","2002",94.73256,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2003","2003",95.52867,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2004","2004",94.83389,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2005","2005",95.02966,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2006","2006",95.64354,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2007","2007",96.19837,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2008","2008",96.25835,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2009","2009",95.03787,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2010","2010",93.79199,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2011","2011",92.90106,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2012","2012",93.33761,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2013","2013",93.35159,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2014","2014",93.73728,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2015","2015",94.36993,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2016","2016",95.48613,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40640","Northern America ","2017","2017",95.49007,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1991","1991",48.5633,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1992","1992",48.72664,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1993","1993",48.89765,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1994","1994",49.78509,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1995","1995",50.83175,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1996","1996",51.06428,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1997","1997",53.13778,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1998","1998",53.38333,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","1999","1999",53.57454,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2000","2000",55.97204,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2001","2001",58.25993,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2002","2002",61.68086,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2003","2003",64.72299,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2004","2004",67.49207,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2005","2005",69.99779,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2006","2006",72.38227,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2007","2007",73.77928,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2008","2008",75.64065,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2009","2009",76.53998,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2010","2010",76.44215,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2011","2011",77.2962,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2012","2012",78.12166,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2013","2013",78.67541,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2014","2014",78.97194,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2015","2015",78.59553,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2016","2016",78.65374,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40334","Least Developed Countries","2017","2017",78.3952,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1991","1991",94.04686,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1992","1992",92.98295,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1993","1993",91.93123,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1994","1994",90.7578,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1995","1995",89.76258,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1996","1996",89.22895,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1997","1997",89.17926,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1998","1998",92.28828,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","1999","1999",95.25606,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2000","2000",95.74366,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2001","2001",96.15014,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2002","2002",99.72794,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2003","2003",99.75678,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2004","2004",99.79929,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2005","2005",97.17417,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2006","2006",96.3509,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2007","2007",97.19403,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2008","2008",97.20001,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2009","2009",97.21944,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2010","2010",97.14679,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2011","2011",97.1405,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2012","2012",97.06475,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2013","2013",96.94715,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2014","2014",96.9181,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2015","2015",96.99668,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2016","2016",96.94538,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40611","Asia (Eastern)","2017","2017",96.92051,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","1997","1997",95.37446,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","1998","1998",95.77917,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","1999","1999",95.54694,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2000","2000",95.18861,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2001","2001",95.79834,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2002","2002",95.61187,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2003","2003",96.0002,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2004","2004",94.86314,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2005","2005",95.4975,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2006","2006",95.81272,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2007","2007",95.84234,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2008","2008",96.12211,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2009","2009",95.7975,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2010","2010",95.18815,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2011","2011",95.25915,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2012","2012",95.27567,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2013","2013",95.39421,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2014","2014",95.55154,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2015","2015",95.97752,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2016","2016",96.18188,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40642","Northern America and Europe","2017","2017",96.17364,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1990","1990",72.99435,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1991","1991",71.62231,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1992","1992",71.71569,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1993","1993",72.48454,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1994","1994",73.649,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1995","1995",74.14045,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1996","1996",75.60342,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1997","1997",76.6511,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1998","1998",78.24215,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","1999","1999",77.99071,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2000","2000",77.63815,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2001","2001",77.25346,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2002","2002",77.16462,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2003","2003",75.82856,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2004","2004",74.90861,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2005","2005",74.98747,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2006","2006",75.36119,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2007","2007",77.19941,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2008","2008",77.55351,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2009","2009",80.06673,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2010","2010",83.64815,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2011","2011",86.29297,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2012","2012",87.78089,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2013","2013",87.70359,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2014","2014",87.04351,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2015","2015",87.5344,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2016","2016",87.49174,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40550","Small Island Developing States","2017","2017",87.71058,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1990","1990",75.74606,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1991","1991",74.51021,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1992","1992",74.74215,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1993","1993",75.47066,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1994","1994",76.44449,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1995","1995",76.82074,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1996","1996",78.32756,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1997","1997",79.11954,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1998","1998",80.41035,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","1999","1999",80.19619,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2000","2000",80.01629,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2001","2001",80.07257,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2002","2002",80.12926,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2003","2003",79.17699,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2004","2004",77.31943,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2005","2005",77.36881,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2006","2006",77.32979,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2007","2007",79.34225,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2008","2008",79.53678,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2009","2009",83.32517,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2010","2010",85.40559,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2011","2011",86.87703,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2012","2012",88.21532,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2013","2013",87.99376,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2014","2014",87.1105,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2015","2015",87.41653,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2016","2016",87.10618,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40344","Small Island Developing States","2017","2017",87.34514,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1990","1990",57.13267,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1991","1991",57.87806,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1992","1992",57.49711,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1993","1993",57.84115,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1994","1994",58.20508,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1995","1995",59.41819,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1996","1996",58.45456,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1997","1997",61.00133,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1998","1998",61.49306,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","1999","1999",61.68646,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2000","2000",63.96774,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2001","2001",65.57795,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2002","2002",67.1065,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2003","2003",69.36952,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2004","2004",70.71278,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2005","2005",72.72714,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2006","2006",73.80585,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2007","2007",77.11573,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2008","2008",77.5274,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2009","2009",77.73588,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2010","2010",77.51699,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2011","2011",79.14167,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2012","2012",79.60163,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2013","2013",80.27463,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2014","2014",80.56035,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2015","2015",80.61208,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2016","2016",80.70265,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40606","Africa (Sub-Saharan) ","2017","2017",80.6638,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","1999","1999",92.04424,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2000","2000",92.34838,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2001","2001",92.98266,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2002","2002",93.03747,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2003","2003",92.58244,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2004","2004",92.96071,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2005","2005",92.54173,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2006","2006",92.02647,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2007","2007",90.91069,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2008","2008",90.90603,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2009","2009",90.58597,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2010","2010",91.18729,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2011","2011",91.18381,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2012","2012",91.99398,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2013","2013",92.58757,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2014","2014",92.70763,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2015","2015",92.66423,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2016","2016",93.10758,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40612","Asia (Central)","2017","2017",93.87333,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","1991","1991",87.84107,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","1992","1992",87.78107,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","1995","1995",88.24529,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","1996","1996",88.07859,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","1997","1997",88.00863,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","1998","1998",88.1629,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","1999","1999",86.87899,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2000","2000",85.94452,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2002","2002",83.8256,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2003","2003",83.34292,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2004","2004",83.02418,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2005","2005",83.17383,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2006","2006",82.65891,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2007","2007",83.00406,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2008","2008",83.04639,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2009","2009",84.85964,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2010","2010",86.72571,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2011","2011",88.63292,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2012","2012",89.95559,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2013","2013",89.98709,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2014","2014",90.0475,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2015","2015",90.28454,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2016","2016",90.52439,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40650","Oceania","2017","2017",90.45893,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","1997","1997",95.48161,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","1998","1998",95.97747,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","1999","1999",95.95268,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2000","2000",95.06733,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2001","2001",95.40649,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2002","2002",95.80878,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2003","2003",95.77538,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2004","2004",94.50423,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2005","2005",95.39791,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2006","2006",95.36697,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2007","2007",95.32598,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2008","2008",95.77613,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2009","2009",95.83563,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2010","2010",96.05878,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2011","2011",96.40009,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2012","2012",96.60942,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2013","2013",96.73952,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2014","2014",96.4342,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2015","2015",96.68904,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2016","2016",96.71486,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40620","Europe","2017","2017",96.69991,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1990","1990",75.28452,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1991","1991",74.01874,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1992","1992",74.16504,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1993","1993",74.87242,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1994","1994",75.89404,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1995","1995",76.31971,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1996","1996",77.76423,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1997","1997",78.56048,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1998","1998",80.3177,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","1999","1999",80.15352,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2000","2000",79.95575,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2001","2001",79.8304,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2002","2002",79.79366,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2003","2003",78.32589,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2004","2004",77.2199,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2005","2005",77.24968,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2006","2006",77.46161,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2007","2007",79.41341,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2008","2008",79.72112,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2009","2009",83.38882,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2010","2010",85.65331,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2011","2011",87.58959,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2012","2012",88.94398,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2013","2013",88.8386,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2014","2014",88.09863,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2015","2015",88.47175,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2016","2016",88.41367,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40344","Small Island Developing States","2017","2017",88.65222,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1990","1990",82.35155,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1991","1991",82.51372,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1992","1992",82.20552,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1993","1993",82.30871,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1994","1994",82.41897,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1995","1995",82.20985,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1996","1996",82.09947,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1997","1997",82.334,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1998","1998",83.14481,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","1999","1999",84.03348,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2000","2000",84.87207,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2001","2001",85.29769,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2002","2002",86.25777,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2003","2003",87.50192,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2004","2004",88.59466,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2005","2005",88.78818,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2006","2006",89.14799,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2007","2007",90.36347,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2008","2008",90.58245,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2009","2009",90.47614,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2010","2010",90.66916,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2011","2011",90.73764,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2012","2012",91.02794,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2013","2013",90.99182,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2014","2014",91.02061,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2015","2015",91.09824,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2016","2016",91.20705,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40675","World","2017","2017",91.11808,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1990","1990",79.18425,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1991","1991",79.43655,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1992","1992",77.15945,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1993","1993",76.955,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1994","1994",78.4218,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1995","1995",77.46381,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1996","1996",79.33677,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1997","1997",79.74274,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1998","1998",80.43797,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","1999","1999",81.56856,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2000","2000",82.68486,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2001","2001",84.02625,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2002","2002",85.14469,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2003","2003",85.98887,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2004","2004",86.78567,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2005","2005",87.43938,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2006","2006",87.78771,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2007","2007",89.19083,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2008","2008",90.01022,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2009","2009",90.0694,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2010","2010",91.03192,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2011","2011",90.34236,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2012","2012",90.32803,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2013","2013",89.00356,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2014","2014",88.5387,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2015","2015",88.92888,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2016","2016",89.23774,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40617","Western Asia and Northern Africa","2017","2017",89.52203,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1990","1990",74.75567,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1991","1991",75.1521,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1992","1992",75.84,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1993","1993",77.20857,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1994","1994",78.35343,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1995","1995",78.60509,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1996","1996",78.86533,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1997","1997",78.82172,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1998","1998",78.01886,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1999","1999",78.49804,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2000","2000",80.09796,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2001","2001",80.44798,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2002","2002",81.34019,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2003","2003",85.24998,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2004","2004",87.71552,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2005","2005",89.45418,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2006","2006",90.89751,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2007","2007",92.65879,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2008","2008",92.5267,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2009","2009",91.88154,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2010","2010",92.6519,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2011","2011",92.01802,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2012","2012",92.91555,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2013","2013",93.20483,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2014","2014",93.44483,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2015","2015",93.72402,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2016","2016",94.05182,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2017","2017",93.78819,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1990","1990",95.92001,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1991","1991",95.61171,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1992","1992",94.82434,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1993","1993",93.94909,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1994","1994",93.05854,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1995","1995",91.93147,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1996","1996",91.29721,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1997","1997",90.84692,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1998","1998",92.78495,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1999","1999",94.70606,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2000","2000",95.07721,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2001","2001",95.53899,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2002","2002",97.67483,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2003","2003",97.54776,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2004","2004",97.58055,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2005","2005",95.60151,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2006","2006",95.10022,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2007","2007",96.11876,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2008","2008",96.20173,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2009","2009",96.52939,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2010","2010",96.62326,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2011","2011",96.77892,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2012","2012",96.60478,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2013","2013",96.23186,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2014","2014",96.31447,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2015","2015",96.29163,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2016","2016",96.17784,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2017","2017",96.21941,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1990","1990",90.09183,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1991","1991",90.44143,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1992","1992",91.35759,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1993","1993",91.6424,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1994","1994",91.23744,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1995","1995",91.2565,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1996","1996",91.81987,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1997","1997",90.97225,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1998","1998",93.73172,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","1999","1999",94.88145,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2000","2000",95.64037,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2001","2001",95.90732,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2002","2002",95.9366,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2003","2003",95.24102,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2004","2004",95.52116,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2005","2005",95.28351,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2006","2006",94.80724,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2007","2007",94.45159,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2008","2008",95.78813,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2009","2009",95.99925,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2010","2010",96.23002,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2011","2011",96.27263,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2012","2012",96.1704,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2013","2013",95.68238,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2014","2014",95.37716,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2015","2015",95.39847,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2016","2016",95.40186,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40630","Latin America and the Caribbean","2017","2017",95.28008,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1990","1990",97.84717,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1991","1991",97.26889,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1992","1992",96.83768,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1993","1993",96.41324,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1994","1994",96.19125,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1995","1995",95.18649,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1996","1996",95.62488,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1997","1997",95.42852,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1998","1998",95.43639,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","1999","1999",95.00011,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2000","2000",94.82873,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2001","2001",94.40074,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2002","2002",94.41189,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2003","2003",95.17364,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2004","2004",95.52333,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2005","2005",96.1278,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2006","2006",96.36323,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2007","2007",97.08856,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2008","2008",97.20757,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2009","2009",97.31231,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2010","2010",97.54914,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2011","2011",98.01926,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2012","2012",97.72153,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2013","2013",97.53567,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2014","2014",97.19713,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2015","2015",97.21298,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2016","2016",97.04515,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40651","Oceania (Australia/New Zealand)","2017","2017",97.04203,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1990","1990",96.03095,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1991","1991",96.50579,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1992","1992",95.98261,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1993","1993",95.76849,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1994","1994",95.5667,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1995","1995",95.67604,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1996","1996",95.64977,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1997","1997",95.70685,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1998","1998",96.4772,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","1999","1999",96.46358,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2000","2000",96.08666,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2001","2001",96.34076,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2002","2002",96.21244,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2003","2003",96.45318,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2004","2004",96.12239,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2005","2005",96.67521,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2006","2006",96.74812,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2007","2007",96.97246,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2008","2008",97.1861,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2009","2009",96.7286,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2010","2010",96.30444,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2011","2011",95.99475,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2012","2012",96.24401,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2013","2013",96.35882,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2014","2014",96.25173,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2015","2015",96.56463,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2016","2016",97.06873,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40642","Northern America and Europe","2017","2017",97.05797,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1990","1990",46.931,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1991","1991",48.62543,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1992","1992",48.87492,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1993","1993",49.12281,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1994","1994",50.08503,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1995","1995",51.20812,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1996","1996",51.50643,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1997","1997",53.64147,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1998","1998",53.98307,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","1999","1999",54.31062,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2000","2000",56.68117,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2001","2001",58.99391,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2002","2002",62.50127,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2003","2003",65.5251,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2004","2004",68.27185,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2005","2005",70.70948,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2006","2006",73.10361,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2007","2007",74.52087,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2008","2008",76.32596,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2009","2009",77.35411,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2010","2010",77.45476,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2011","2011",78.35973,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2012","2012",79.25264,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2013","2013",79.81372,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2014","2014",80.03156,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2015","2015",79.71121,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2016","2016",79.72473,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40334","Least Developed Countries","2017","2017",79.53872,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1990","1990",77.82294,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1991","1991",77.9978,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1992","1992",77.80264,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1993","1993",78.17804,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1994","1994",78.5343,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1995","1995",78.37261,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1996","1996",78.43976,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1997","1997",78.8263,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1998","1998",79.78924,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","1999","1999",80.99509,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2000","2000",82.01239,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2001","2001",82.58835,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2002","2002",83.68619,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2003","2003",85.80924,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2004","2004",87.01915,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2005","2005",87.31668,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2006","2006",87.86503,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2007","2007",89.04778,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2008","2008",89.52148,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2009","2009",89.71247,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2010","2010",89.93567,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2011","2011",90.15808,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2012","2012",90.32015,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2013","2013",90.26918,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2014","2014",90.24525,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2015","2015",90.2342,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2016","2016",90.27003,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40675","World","2017","2017",90.18593,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1990","1990",48.63069,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1991","1991",49.84019,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1992","1992",49.76579,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1993","1993",50.36405,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1994","1994",50.73392,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1995","1995",51.19984,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1996","1996",49.70416,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1997","1997",52.85208,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1998","1998",53.99423,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","1999","1999",55.25046,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2000","2000",57.39728,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2001","2001",59.36473,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2002","2002",60.96535,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2003","2003",63.45675,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2004","2004",65.43576,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2005","2005",67.62853,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2006","2006",69.33036,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2007","2007",71.43358,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2008","2008",72.59825,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2009","2009",73.3194,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2010","2010",73.31204,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2011","2011",74.95127,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2012","2012",75.72717,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2013","2013",76.34936,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2014","2014",76.77123,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2015","2015",76.78609,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2016","2016",76.94314,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40606","Africa (Sub-Saharan) ","2017","2017",76.99984,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1990","1990",67.35673,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1991","1991",68.17428,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1992","1992",64.93624,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1993","1993",65.51311,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1994","1994",70.03037,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1995","1995",67.70161,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1996","1996",72.2659,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1997","1997",72.49801,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1998","1998",73.03473,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","1999","1999",74.57773,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2000","2000",76.38019,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2001","2001",78.04835,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2002","2002",79.65626,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2003","2003",80.73009,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2004","2004",81.88649,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2005","2005",82.72023,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2006","2006",82.9431,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2007","2007",85.30734,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2008","2008",86.7394,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2009","2009",86.73663,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2010","2010",87.7023,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2011","2011",85.64557,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2012","2012",87.14309,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2013","2013",87.7568,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2014","2014",87.80988,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2015","2015",88.26892,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2016","2016",89.56385,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40603","Africa (Northern)","2017","2017",89.99239,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1990","1990",63.02144,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1991","1991",63.75267,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1992","1992",64.96284,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1993","1993",67.28642,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1994","1994",69.1192,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1995","1995",69.57396,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1996","1996",70.0817,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1997","1997",70.21234,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1998","1998",69.15863,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","1999","1999",70.09623,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2000","2000",72.48919,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2001","2001",73.37231,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2002","2002",74.92621,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2003","2003",82.50898,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2004","2004",85.09461,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2005","2005",87.03879,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2006","2006",88.96694,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2007","2007",91.07606,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2008","2008",91.83003,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2009","2009",91.93242,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2010","2010",92.63869,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2011","2011",92.28478,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2012","2012",92.73054,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2013","2013",92.95995,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2014","2014",93.03422,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2015","2015",93.2018,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2016","2016",93.4684,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40616","Asia (Southern)","2017","2017",93.16022,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",62.81996,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",62.0667,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",62.9734,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1993","1993",65.61089,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1994","1994",67.03727,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",66.83613,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",65.31929,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",65.76853,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",67.85416,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1999","1999",64.2241,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",61.56764,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",57.17949,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",54.99224,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",51.62496,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",50.38515,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",50.12705,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",48.20904,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",48.54,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",48.92905,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",55.1559,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",61.2855,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",67.01287,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",72.35773,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",73.58401,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",74.91442,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",76.32431,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",78.06615,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",77.8245,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1990","1990",98.63467,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1991","1991",98.565,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1992","1992",97.64326,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1993","1993",96.52413,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1994","1994",96.2283,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1995","1995",96.79681,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1996","1996",95.98715,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1997","1997",96.15813,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1998","1998",96.29756,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","1999","1999",96.19551,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2000","2000",96.28102,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2001","2001",97.17333,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2002","2002",96.27843,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2003","2003",96.74405,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2004","2004",96.37787,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2005","2005",97.12661,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2006","2006",97.81709,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2007","2007",97.94304,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2008","2008",97.70367,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2009","2009",97.0229,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2010","2010",95.13037,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2011","2011",94.49877,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2012","2012",94.22211,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2013","2013",94.39016,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2014","2014",95.08704,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2015","2015",95.38802,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2016","2016",96.0611,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40640","Northern America ","2017","2017",96.05931,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1990","1990",73.25337,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1991","1991",71.84181,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1992","1992",72.05813,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1993","1993",72.81982,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1994","1994",73.9993,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1995","1995",74.52247,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1996","1996",75.9929,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1997","1997",77.04219,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1998","1998",79.02286,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","1999","1999",78.78465,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2000","2000",78.5391,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2001","2001",78.13717,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2002","2002",78.00637,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2003","2003",76.30729,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2004","2004",75.74394,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2005","2005",75.81916,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2006","2006",76.29657,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2007","2007",78.20484,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2008","2008",78.61659,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2009","2009",81.78143,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2010","2010",84.78326,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2011","2011",87.36605,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2012","2012",88.81917,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2013","2013",88.81436,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2014","2014",88.17766,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2015","2015",88.66587,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2016","2016",88.75089,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40550","Small Island Developing States","2017","2017",88.96799,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1990","1990",75.95386,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1991","1991",74.76137,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1992","1992",74.89963,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1993","1993",75.64871,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1994","1994",76.63247,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1995","1995",77.02483,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1996","1996",78.5625,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1997","1997",79.39727,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1998","1998",81.04712,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","1999","1999",80.94657,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2000","2000",80.78467,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2001","2001",80.90815,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2002","2002",80.95537,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2003","2003",79.63123,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2004","2004",77.98758,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2005","2005",77.9914,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2006","2006",77.98885,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2007","2007",80.08254,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2008","2008",80.32202,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2009","2009",84.61648,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2010","2010",86.28964,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2011","2011",87.85557,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2012","2012",89.15267,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2013","2013",88.98519,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2014","2014",88.09981,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2015","2015",88.45579,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2016","2016",88.2618,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40344","Small Island Developing States","2017","2017",88.5217,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1990","1990",86.68167,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1991","1991",86.82933,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1992","1992",86.41066,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1993","1993",86.25163,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1994","1994",86.12499,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1995","1995",85.86823,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1996","1996",85.58604,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1997","1997",85.67303,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1998","1998",86.33515,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","1999","1999",86.91627,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2000","2000",87.58115,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2001","2001",87.85933,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2002","2002",88.68537,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2003","2003",89.09696,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2004","2004",90.07495,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2005","2005",90.17017,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2006","2006",90.35211,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2007","2007",91.59765,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2008","2008",91.57741,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2009","2009",91.19126,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2010","2010",91.35572,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2011","2011",91.27966,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2012","2012",91.6893,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2013","2013",91.667,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2014","2014",91.74519,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2015","2015",91.90586,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2016","2016",92.08285,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40675","World","2017","2017",91.98981,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1990","1990",85.01164,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1991","1991",85.09914,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1992","1992",85.31124,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1993","1993",85.87295,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1994","1994",86.3835,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1995","1995",86.40043,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1996","1996",86.36089,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1997","1997",86.1822,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1998","1998",85.54893,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1999","1999",85.61008,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2000","2000",86.5169,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2001","2001",86.37675,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2002","2002",86.69434,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2003","2003",87.44764,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2004","2004",89.86418,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2005","2005",91.46835,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2006","2006",92.53408,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2007","2007",94.05628,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2008","2008",93.13524,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2009","2009",91.81384,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2010","2010",92.64713,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2011","2011",91.74484,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2012","2012",93.03903,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2013","2013",93.37511,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2014","2014",93.76299,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2015","2015",94.13778,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2016","2016",94.51769,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2017","2017",94.26044,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1990","1990",97.74347,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1991","1991",97.7362,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1992","1992",96.8114,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1993","1993",95.80279,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1994","1994",94.84348,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1995","1995",93.53739,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1996","1996",92.5835,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1997","1997",91.92953,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1998","1998",93.44935,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1999","1999",94.99314,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2000","2000",95.37408,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2001","2001",95.79651,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2002","2002",97.8437,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2003","2003",97.79597,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2004","2004",97.78327,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2005","2005",95.8445,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2006","2006",95.30558,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2007","2007",96.20352,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2008","2008",96.29705,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2009","2009",96.59532,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2010","2010",96.46941,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2011","2011",96.37466,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2012","2012",96.44419,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2013","2013",96.08709,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2014","2014",96.3481,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2015","2015",96.47642,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2016","2016",96.5545,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2017","2017",96.60384,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1990","1990",99.15263,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1991","1991",98.99192,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1992","1992",97.44459,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1993","1993",95.99906,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1994","1994",94.40365,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1995","1995",92.64725,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1996","1996",91.46394,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1997","1997",90.76397,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1998","1998",92.82659,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1999","1999",95.19988,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2000","2000",95.71687,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2001","2001",96.14123,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2002","2002",99.7408,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2003","2003",99.78293,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2004","2004",99.84719,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2005","2005",97.21152,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2006","2006",96.37656,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2007","2007",97.22932,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2008","2008",97.23419,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2009","2009",97.2264,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2010","2010",97.15953,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2011","2011",97.11875,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2012","2012",97.04185,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2013","2013",96.93171,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2014","2014",96.91027,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2015","2015",97.0081,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2016","2016",96.96033,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2017","2017",96.94391,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1990","1990",95.95289,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1991","1991",96.49803,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1992","1992",95.97756,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1993","1993",95.8297,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1994","1994",95.56613,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1995","1995",95.72362,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1996","1996",95.65524,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1997","1997",95.64401,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1998","1998",96.44768,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","1999","1999",96.44256,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2000","2000",96.05635,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2001","2001",96.06644,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2002","2002",95.91873,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2003","2003",96.1975,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2004","2004",95.82794,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2005","2005",96.37478,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2006","2006",96.34506,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2007","2007",96.68935,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2008","2008",97.00468,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2009","2009",96.30718,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2010","2010",96.12249,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2011","2011",95.63967,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2012","2012",96.10747,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2013","2013",96.19277,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2014","2014",95.91607,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2015","2015",96.2885,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2016","2016",97.0202,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40642","Northern America and Europe","2017","2017",97.0097,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1990","1990",72.86691,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1991","1991",74.03586,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1992","1992",73.76458,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1993","1993",74.6784,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1994","1994",74.90516,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1995","1995",75.77548,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1996","1996",73.92455,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1997","1997",77.98341,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1998","1998",79.37772,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1999","1999",79.98564,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2000","2000",82.62021,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2001","2001",84.81485,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2002","2002",87.14964,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2003","2003",89.77032,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2004","2004",91.76353,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2005","2005",94.02662,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2006","2006",95.51378,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2007","2007",96.23555,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2008","2008",96.93091,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2009","2009",97.33353,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2010","2010",97.1155,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2011","2011",98.64609,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2012","2012",99.4903,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2013","2013",99.77862,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2014","2014",99.36071,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2015","2015",97.97488,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2016","2016",97.94638,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2017","2017",98.03116,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1990","1990",82.6128,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1991","1991",82.88493,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1992","1992",80.76719,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1993","1993",81.53521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1994","1994",85.45206,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1995","1995",83.36941,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1996","1996",87.01311,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1997","1997",87.26833,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1998","1998",87.79805,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","1999","1999",88.79815,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2000","2000",89.90139,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2001","2001",90.46834,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2002","2002",91.79012,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2003","2003",92.83958,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2004","2004",93.59034,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2005","2005",94.00521,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2006","2006",95.91434,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2007","2007",96.70399,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2008","2008",98.07421,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2009","2009",98.41739,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2010","2010",98.79423,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2011","2011",96.47089,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2012","2012",98.80653,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2013","2013",99.03717,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2014","2014",98.44905,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2015","2015",98.94542,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2016","2016",100.1088,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40603","Africa (Northern)","2017","2017",100.75536,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1990","1990",91.65207,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1991","1991",90.12581,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1992","1992",90.37071,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1993","1993",91.61852,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1994","1994",93.15787,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1995","1995",94.287,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1996","1996",97.02412,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1997","1997",99.53124,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1998","1998",101.76019,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","1999","1999",101.59254,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2000","2000",101.93859,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2001","2001",101.55515,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2002","2002",101.29555,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2003","2003",100.11514,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2004","2004",98.73681,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2005","2005",98.81778,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2006","2006",98.0709,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2007","2007",98.69114,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2008","2008",98.5518,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2009","2009",100.85882,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2010","2010",107.48211,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2011","2011",113.03667,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2012","2012",118.0909,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2013","2013",119.00909,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2014","2014",119.59627,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2015","2015",120.19344,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2016","2016",119.90902,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","40550","Small Island Developing States","2017","2017",119.30094,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1990","1990",61.82332,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1991","1991",62.20347,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1992","1992",60.90587,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1993","1993",60.86503,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1994","1994",62.69559,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1995","1995",64.50617,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1996","1996",65.1753,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1997","1997",70.49237,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1998","1998",72.11095,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","1999","1999",72.65773,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2000","2000",74.5118,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2001","2001",76.55012,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2002","2002",81.21665,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2003","2003",83.98723,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2004","2004",84.73688,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2005","2005",88.32849,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2006","2006",91.76679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2007","2007",93.52553,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2008","2008",96.6488,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2009","2009",97.67735,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2010","2010",98.23327,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2011","2011",98.80634,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2012","2012",99.35556,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2013","2013",99.19947,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2014","2014",99.58673,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2015","2015",98.2104,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2016","2016",98.27273,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40330","Landlocked Developing Countries","2017","2017",98.12757,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1990","1990",105.40636,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1991","1991",106.1699,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1992","1992",106.37024,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1993","1993",106.01961,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1994","1994",106.21093,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1995","1995",105.00195,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1996","1996",104.97763,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1997","1997",104.80061,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1998","1998",104.61978,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","1999","1999",105.45594,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2000","2000",105.00295,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2001","2001",105.17106,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2002","2002",105.11051,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2003","2003",105.04525,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2004","2004",104.84093,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2005","2005",103.87674,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2006","2006",102.89304,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2007","2007",104.1659,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2008","2008",104.71952,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2009","2009",105.42369,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2010","2010",107.67462,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2011","2011",108.24333,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2012","2012",107.65312,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2013","2013",106.38783,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2014","2014",106.01673,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2015","2015",105.15963,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2016","2016",104.75197,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40613","Asia (South-eastern)","2017","2017",104.30326,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1990","1990",93.67106,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1991","1991",92.19186,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1992","1992",92.32074,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1993","1993",93.55289,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1994","1994",95.08543,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1995","1995",96.14225,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1996","1996",99.04895,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1997","1997",101.58977,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1998","1998",103.58094,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","1999","1999",103.29538,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2000","2000",103.72095,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2001","2001",103.16712,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2002","2002",102.70983,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2003","2003",101.49666,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2004","2004",100.6638,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2005","2005",100.75717,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2006","2006",99.92677,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2007","2007",100.5005,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2008","2008",100.18285,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2009","2009",103.13097,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2010","2010",109.33477,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2011","2011",114.16173,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2012","2012",119.04995,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2013","2013",119.92685,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2014","2014",120.64324,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2015","2015",121.00183,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2016","2016",120.66937,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40344","Small Island Developing States","2017","2017",120.15003,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1990","1990",96.82495,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1991","1991",97.01556,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1992","1992",94.02258,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1993","1993",93.71131,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1994","1994",95.37582,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1995","1995",93.51599,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1996","1996",96.47439,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1997","1997",96.05186,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1998","1998",96.72378,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","1999","1999",97.84411,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2000","2000",98.23282,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2001","2001",99.0329,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2002","2002",100.13593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2003","2003",100.63338,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2004","2004",100.96551,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2005","2005",101.25705,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2006","2006",102.22905,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2007","2007",102.90077,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2008","2008",103.42517,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2009","2009",103.46618,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2010","2010",103.59482,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2011","2011",103.11273,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2012","2012",103.72572,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2013","2013",103.30061,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2014","2014",102.36508,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2015","2015",102.65123,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2016","2016",102.11449,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40617","Western Asia and Northern Africa","2017","2017",102.51565,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1990","1990",90.18198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1991","1991",90.56523,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1992","1992",87.71183,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1993","1993",88.25083,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1994","1994",92.46458,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1995","1995",89.42503,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1996","1996",95.58339,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1997","1997",93.32871,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1998","1998",93.23352,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","1999","1999",93.56262,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2000","2000",94.30354,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2001","2001",94.45136,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2002","2002",95.52796,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2003","2003",96.34032,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2004","2004",96.92266,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2005","2005",97.50279,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2006","2006",99.57468,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2007","2007",100.32569,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2008","2008",101.35072,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2009","2009",101.27811,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2010","2010",101.43672,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2011","2011",99.4327,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2012","2012",100.9927,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2013","2013",101.03047,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2014","2014",100.05962,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2015","2015",100.65568,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2016","2016",101.61366,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40603","Africa (Northern)","2017","2017",102.20667,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1990","1990",105.70618,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1991","1991",107.17309,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1992","1992",105.16752,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1993","1993",104.34839,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1994","1994",106.27259,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1995","1995",101.27954,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1996","1996",99.27626,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1997","1997",97.59579,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1998","1998",97.44344,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","1999","1999",97.1697,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2000","2000",97.64342,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2001","2001",98.24064,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2002","2002",98.17368,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2003","2003",97.72536,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2004","2004",97.88419,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2005","2005",98.01192,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2006","2006",97.51946,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2007","2007",96.7873,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2008","2008",97.42323,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2009","2009",97.34226,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2010","2010",98.25139,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2011","2011",98.84269,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2012","2012",100.18502,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2013","2013",101.378,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2014","2014",101.31582,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2015","2015",101.65246,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2016","2016",102.02652,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40612","Asia (Central)","2017","2017",103.20645,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1990","1990",100.7787,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1991","1991",99.80749,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1992","1992",99.83899,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1993","1993",100.05581,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1994","1994",100.73079,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1995","1995",100.57627,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1996","1996",100.17385,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1997","1997",99.48253,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1998","1998",98.12231,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","1999","1999",98.3951,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2000","2000",99.43451,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2001","2001",98.77417,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2002","2002",99.84144,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2003","2003",102.57022,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2004","2004",104.99564,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2005","2005",106.09566,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2006","2006",107.18835,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2007","2007",108.69311,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2008","2008",108.01593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2009","2009",107.14576,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2010","2010",107.51841,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2011","2011",106.16053,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2012","2012",107.04795,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2013","2013",105.11394,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2014","2014",103.60369,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2015","2015",103.83711,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2016","2016",106.98553,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","40616","Asia (Southern)","2017","2017",106.756,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1990","1990",52.79903,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1991","1991",53.77466,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1992","1992",53.53482,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1993","1993",53.99813,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1994","1994",54.3635,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1995","1995",55.20779,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1996","1996",53.93043,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1997","1997",56.70518,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1998","1998",57.4298,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","1999","1999",58.09952,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2000","2000",60.34302,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2001","2001",62.11565,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2002","2002",63.61232,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2003","2003",66.0189,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2004","2004",67.65941,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2005","2005",69.74906,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2006","2006",71.12436,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2007","2007",73.83249,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2008","2008",74.6054,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2009","2009",74.99268,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2010","2010",74.86703,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2011","2011",76.5008,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2012","2012",77.08726,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2013","2013",77.72433,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2014","2014",78.0918,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2015","2015",78.11222,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2016","2016",78.23982,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40606","Africa (Sub-Saharan) ","2017","2017",78.22755,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1991","1991",74.85571,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1992","1992",75.20962,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1993","1993",76.23229,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1994","1994",77.04214,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1995","1995",76.90615,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1996","1996",76.80364,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1997","1997",76.43438,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1998","1998",75.33711,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","1999","1999",75.46382,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2000","2000",76.70981,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2001","2001",76.998,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2002","2002",77.75017,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2003","2003",81.47568,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2004","2004",83.82013,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2005","2005",85.42216,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2006","2006",86.73702,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2007","2007",88.36077,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2008","2008",88.03117,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2009","2009",88.11012,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2010","2010",88.57643,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2011","2011",87.80991,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2012","2012",88.65813,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2013","2013",88.93377,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2014","2014",89.45682,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2015","2015",89.9468,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2016","2016",90.28933,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40618","Asia (Central and Southern)","2017","2017",90.03991,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1991","1991",77.77463,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1992","1992",77.47123,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1993","1993",77.7616,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1994","1994",78.02643,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1995","1995",77.79483,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1996","1996",77.78499,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1997","1997",78.08401,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1998","1998",78.82387,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","1999","1999",79.80024,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2000","2000",80.63368,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2001","2001",81.10958,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2002","2002",82.13083,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2003","2003",84.17151,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2004","2004",85.28873,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2005","2005",85.53285,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2006","2006",86.08925,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2007","2007",87.19326,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2008","2008",87.61877,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2009","2009",87.94185,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2010","2010",88.07627,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2011","2011",88.28413,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2012","2012",88.42958,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2013","2013",88.26817,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2014","2014",88.3319,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2015","2015",88.41831,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2016","2016",88.51683,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40675","World","2017","2017",88.4223,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1990","1990",73.63936,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1993","1993",70.96485,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1994","1994",73.01454,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1995","1995",71.81503,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1996","1996",74.39528,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1997","1997",74.67811,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1998","1998",75.38653,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","1999","1999",76.84599,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2000","2000",77.8002,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2001","2001",79.37189,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2002","2002",80.63823,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2003","2003",81.66602,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2004","2004",82.64566,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2005","2005",83.11653,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2006","2006",83.90387,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2007","2007",85.71392,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2008","2008",86.69261,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2009","2009",86.71894,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2010","2010",87.92562,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2011","2011",87.58985,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2012","2012",88.36512,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2013","2013",87.14021,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2014","2014",86.81064,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2015","2015",87.12732,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2016","2016",87.61928,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40617","Western Asia and Northern Africa","2017","2017",87.81672,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1991","1991",63.37719,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1992","1992",64.29634,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1993","1993",66.28545,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1994","1994",67.778,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1995","1995",67.96901,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1996","1996",68.18196,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1997","1997",68.06407,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1998","1998",66.89126,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","1999","1999",67.49524,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2000","2000",69.43706,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2001","2001",70.06149,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2002","2002",71.59627,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2003","2003",78.85493,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2004","2004",81.42225,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2005","2005",83.26663,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2006","2006",84.95093,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2007","2007",86.79645,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2008","2008",87.30667,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2009","2009",88.18697,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2010","2010",88.57848,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2011","2011",88.03322,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2012","2012",88.39721,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2013","2013",88.55677,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2014","2014",88.92035,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2015","2015",89.30113,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2016","2016",89.57564,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40616","Asia (Southern)","2017","2017",89.28205,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1991","1991",93.36226,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1992","1992",92.71651,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1993","1993",91.97729,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1994","1994",91.15786,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1995","1995",90.22756,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1996","1996",89.92976,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1997","1997",89.68652,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1998","1998",91.90613,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1999","1999",94.08635,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2000","2000",94.3249,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2001","2001",94.63068,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2002","2002",96.8242,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2003","2003",96.54651,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2004","2004",96.66144,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2005","2005",94.64576,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2006","2006",94.35167,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2007","2007",95.44858,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2008","2008",95.52956,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2009","2009",95.86614,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2010","2010",96.17142,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2011","2011",96.55573,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2012","2012",96.09037,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2013","2013",95.68635,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2014","2014",95.56242,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2015","2015",95.55911,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2016","2016",95.45188,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2017","2017",95.47133,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1990","1990",89.68373,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1991","1991",90.06494,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1992","1992",90.84294,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1993","1993",91.11091,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1994","1994",90.70839,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1995","1995",90.7134,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1996","1996",91.19757,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1997","1997",90.32797,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1998","1998",92.61286,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","1999","1999",93.1669,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2000","2000",93.93863,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2001","2001",94.39381,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2002","2002",93.99723,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2003","2003",93.18804,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2004","2004",93.48538,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2005","2005",93.99656,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2006","2006",93.58078,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2007","2007",93.31055,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2008","2008",94.27146,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2009","2009",94.64734,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2010","2010",94.84103,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2011","2011",94.88501,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2012","2012",95.10832,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2013","2013",93.77162,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2014","2014",93.46692,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2015","2015",93.33433,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2016","2016",93.5283,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40630","Latin America and the Caribbean","2017","2017",93.45391,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1991","1991",97.48744,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1992","1992",97.04707,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1993","1993",96.61725,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1994","1994",96.42885,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1995","1995",95.4368,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1996","1996",95.93834,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","1998","1998",96.05845,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2005","2005",96.95192,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2006","2006",97.14979,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2007","2007",97.76746,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2008","2008",97.83962,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2009","2009",97.77298,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2010","2010",97.88219,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2011","2011",98.26548,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2012","2012",97.94132,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2013","2013",97.77318,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2014","2014",97.4494,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2015","2015",97.49141,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2016","2016",97.32106,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40651","Oceania (Australia/New Zealand)","2017","2017",97.31936,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1995","1995",59.23611,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1996","1996",60.71773,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1997","1997",65.02398,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1998","1998",66.07815,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1999","1999",66.49247,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2000","2000",67.83692,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2001","2001",69.00093,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2002","2002",71.13167,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2003","2003",72.45986,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2004","2004",73.16006,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2005","2005",75.21313,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2006","2006",76.68704,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2007","2007",77.76326,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2008","2008",80.31473,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2009","2009",80.31995,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2010","2010",79.83747,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2011","2011",81.71429,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2012","2012",82.38563,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2013","2013",83.72795,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2014","2014",83.48965,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2015","2015",83.25285,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2016","2016",83.5058,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2017","2017",83.53598,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1990","1990",84.39501,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1993","1993",82.54977,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1994","1994",83.43846,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1995","1995",82.70182,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1996","1996",83.8871,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1997","1997",84.4268,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1998","1998",84.51958,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","1999","1999",85.11028,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2000","2000",85.6667,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2001","2001",86.70051,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2002","2002",87.61201,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2003","2003",88.12869,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2004","2004",88.66683,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2005","2005",88.90983,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2006","2006",89.24563,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2007","2007",90.42127,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2008","2008",91.06144,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2009","2009",91.10099,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2010","2010",91.93864,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2011","2011",91.2345,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2012","2012",90.79964,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2013","2013",89.313,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2014","2014",88.62024,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2015","2015",89.01082,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2016","2016",89.126,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40617","Western Asia and Northern Africa","2017","2017",89.27441,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1991","1991",97.69971,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1992","1992",96.77433,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1993","1993",95.76712,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1994","1994",94.80738,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1995","1995",93.49238,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1996","1996",92.53804,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1997","1997",91.88232,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1998","1998",93.28369,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","1999","1999",94.70189,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2000","2000",94.92899,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2001","2001",95.1797,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2002","2002",97.21841,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2003","2003",97.11303,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2004","2004",97.09176,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2005","2005",95.14005,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2006","2006",94.78796,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2007","2007",95.6377,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2008","2008",95.75133,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2009","2009",96.03403,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2010","2010",95.93282,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2011","2011",95.87081,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2012","2012",95.94556,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2013","2013",95.57771,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2014","2014",95.83474,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2015","2015",96.1837,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2016","2016",96.44227,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40619","Asia (Eastern and South-eastern)","2017","2017",96.48906,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1991","1991",98.95528,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1992","1992",97.40536,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1993","1993",95.95797,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1994","1994",94.36142,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1995","1995",92.59552,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1996","1996",91.41019,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1997","1997",90.70598,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1998","1998",92.79069,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","1999","1999",95.1657,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2000","2000",95.67907,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2001","2001",96.10308,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2002","2002",99.69575,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2003","2003",99.73598,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2004","2004",99.79162,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2005","2005",97.15177,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2006","2006",96.31398,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2007","2007",97.16147,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2008","2008",97.16245,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2009","2009",97.17659,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2010","2010",97.10238,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2011","2011",97.08103,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2012","2012",97.00487,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2013","2013",96.89629,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2014","2014",96.87594,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2015","2015",96.96461,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2016","2016",96.92109,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40611","Asia (Eastern)","2017","2017",96.89863,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1990","1990",54.61935,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1991","1991",54.41249,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1992","1992",53.10545,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1993","1993",52.87867,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1994","1994",53.93288,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1995","1995",55.53435,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1996","1996",57.00836,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1997","1997",61.06435,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1998","1998",62.00751,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","1999","1999",62.64059,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2000","2000",64.02317,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2001","2001",65.33182,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2002","2002",67.90624,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2003","2003",69.52727,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2004","2004",70.7194,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2005","2005",72.77788,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2006","2006",74.61033,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2007","2007",75.67316,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2008","2008",78.22068,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2009","2009",78.65925,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2010","2010",78.23633,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2011","2011",80.11402,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2012","2012",80.92381,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2013","2013",82.05396,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2014","2014",82.01788,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2015","2015",81.75397,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2016","2016",81.96939,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40330","Landlocked Developing Countries","2017","2017",82.11459,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1990","1990",94.00352,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1991","1991",93.37775,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1992","1992",92.73375,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1993","1993",91.99747,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1994","1994",91.17757,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1995","1995",90.23705,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1996","1996",89.93801,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1997","1997",89.70086,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1998","1998",92.07997,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","1999","1999",94.40054,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2000","2000",94.76004,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2001","2001",95.26258,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2002","2002",97.49269,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2003","2003",97.2789,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2004","2004",97.35939,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2005","2005",95.336,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2006","2006",94.8757,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2007","2007",96.02598,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2008","2008",96.09715,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2009","2009",96.45683,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2010","2010",96.79315,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2011","2011",97.22688,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2012","2012",96.78312,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2013","2013",96.39289,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2014","2014",96.27703,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2015","2015",96.0857,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2016","2016",95.75788,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40619","Asia (Eastern and South-eastern)","2017","2017",95.79078,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1990","1990",59.59634,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1991","1991",59.24617,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1992","1992",57.65326,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1993","1993",57.34914,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1994","1994",58.15323,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1995","1995",59.50327,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1996","1996",61.13072,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1997","1997",65.42878,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1998","1998",66.50914,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","1999","1999",67.08737,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2000","2000",68.35442,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2001","2001",69.68886,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2002","2002",71.78685,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2003","2003",73.13294,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2004","2004",73.87441,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2005","2005",75.95202,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2006","2006",77.42685,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2007","2007",78.57315,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2008","2008",81.096,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2009","2009",81.24096,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2010","2010",80.77963,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2011","2011",82.68052,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2012","2012",83.27469,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2013","2013",84.51605,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2014","2014",84.35108,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2015","2015",84.17312,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2016","2016",84.41,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40330","Landlocked Developing Countries","2017","2017",84.53108,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1990","1990",75.27527,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1991","1991",74.00037,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1992","1992",74.17808,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1993","1993",75.01306,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1994","1994",76.09406,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1995","1995",76.53183,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1996","1996",78.19674,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1997","1997",79.17674,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1998","1998",80.91952,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","1999","1999",80.81305,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2000","2000",80.64083,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2001","2001",80.77014,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2002","2002",80.82171,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2003","2003",79.42941,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2004","2004",77.70343,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2005","2005",77.71168,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2006","2006",77.71253,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2007","2007",79.90989,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2008","2008",80.16055,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2009","2009",84.66083,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2010","2010",86.37924,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2011","2011",88.17505,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2012","2012",89.51326,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2013","2013",89.31044,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2014","2014",88.44189,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2015","2015",88.87973,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2016","2016",88.67176,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40550","Small Island Developing States","2017","2017",88.92799,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1990","1990",89.85412,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1991","1991",88.5191,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1992","1992",88.82731,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1993","1993",89.88367,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1994","1994",91.19082,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1995","1995",92.22644,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1996","1996",94.39445,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1997","1997",96.72337,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1998","1998",98.96858,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","1999","1999",98.95087,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2000","2000",99.17995,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2001","2001",99.01842,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2002","2002",98.99743,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2003","2003",97.96854,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2004","2004",96.19517,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2005","2005",96.26914,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2006","2006",95.6882,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2007","2007",96.29989,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2008","2008",96.36996,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2009","2009",97.78137,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2010","2010",104.30741,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2011","2011",109.4978,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2012","2012",114.45319,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2013","2013",115.41163,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2014","2014",115.83541,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2015","2015",116.55561,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2016","2016",116.38082,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40344","Small Island Developing States","2017","2017",115.82695,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1990","1990",93.01369,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1991","1991",92.77302,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1992","1992",92.45017,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1993","1993",92.6323,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1994","1994",92.7742,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1995","1995",93.05299,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1996","1996",92.53847,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1997","1997",92.35448,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1998","1998",93.21975,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","1999","1999",93.66975,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2000","2000",94.3645,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2001","2001",95.3364,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2002","2002",96.81193,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2003","2003",100.37055,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2004","2004",100.11107,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2005","2005",99.92137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2006","2006",100.68919,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2007","2007",101.95138,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2008","2008",102.88217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2009","2009",103.13255,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2010","2010",102.96784,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2011","2011",102.98348,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2012","2012",103.62269,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2013","2013",104.20786,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2014","2014",102.83679,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2015","2015",102.6242,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2016","2016",104.46636,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40675","World","2017","2017",104.49583,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1990","1990",105.37879,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1991","1991",104.80939,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1992","1992",104.43732,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1993","1993",104.2277,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1994","1994",104.19217,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1995","1995",100.7271,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1996","1996",100.90857,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1997","1997",100.95156,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1998","1998",101.12254,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","1999","1999",101.05578,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2000","2000",101.21733,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2001","2001",100.9056,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2002","2002",101.57988,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2003","2003",101.83764,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2004","2004",102.24974,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2005","2005",102.69396,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2006","2006",103.17092,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2007","2007",104.77271,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2008","2008",104.77746,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2009","2009",104.87963,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2010","2010",105.09352,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2011","2011",105.03903,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2012","2012",105.09533,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2013","2013",105.14933,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2014","2014",104.6792,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2015","2015",101.61713,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2016","2016",100.99942,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40651","Oceania (Australia/New Zealand)","2017","2017",100.94538,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1990","1990",95.89536,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1991","1991",95.58546,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1992","1992",94.79693,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1993","1993",93.92097,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1994","1994",93.03042,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1995","1995",91.90375,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1996","1996",91.26985,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1997","1997",90.81568,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1998","1998",92.61532,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","1999","1999",94.4037,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2000","2000",94.63693,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2001","2001",94.9149,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2002","2002",97.02876,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2003","2003",96.84108,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2004","2004",96.88596,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2005","2005",94.90385,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2006","2006",94.57954,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2007","2007",95.54741,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2008","2008",95.64558,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2009","2009",95.9541,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2010","2010",96.0462,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2011","2011",96.19571,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2012","2012",96.01417,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2013","2013",95.62914,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2014","2014",95.7059,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2015","2015",95.88831,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2016","2016",95.97399,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","40619","Asia (Eastern and South-eastern)","2017","2017",96.00786,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","1991","1991",85.1077,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","1992","1992",85.10674,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","1995","1995",86.15736,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","1996","1996",85.97162,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","1997","1997",86.02225,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","1998","1998",86.78754,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","1999","1999",85.38131,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2000","2000",84.2918,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2002","2002",81.44959,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2003","2003",80.77558,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2004","2004",80.2397,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2005","2005",80.33848,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2006","2006",79.48132,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2007","2007",79.66523,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2008","2008",79.65123,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2009","2009",81.76366,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2010","2010",84.09841,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2011","2011",86.46841,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2012","2012",88.28487,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2013","2013",88.52234,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2014","2014",88.72149,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2015","2015",89.2105,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2016","2016",89.59046,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40650","Oceania","2017","2017",89.53905,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",62.79905,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",62.06056,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",62.97141,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",66.83227,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",65.29233,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",65.714,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",67.79131,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",61.26205,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",56.65778,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",54.64897,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",51.4942,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",50.02708,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",49.96089,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",48.01931,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",48.15844,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",48.55071,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",54.71917,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",60.94776,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",66.70002,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",72.08302,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",72.93405,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",73.90939,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",75.04839,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",76.21592,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",75.98003,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","1993","1993",96.52411,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","1994","1994",96.2283,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","1995","1995",96.79681,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","1996","1996",95.98715,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","1997","1997",95.85681,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","1998","1998",95.68563,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","1999","1999",95.2615,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2000","2000",95.48925,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2001","2001",96.35266,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2002","2002",95.3665,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2003","2003",96.1926,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2004","2004",95.58154,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2005","2005",95.90841,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2006","2006",96.59555,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2007","2007",96.7517,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2008","2008",96.83881,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2009","2009",95.90576,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2010","2010",94.05277,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2011","2011",93.63043,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2012","2012",93.23486,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2013","2013",93.32932,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2014","2014",94.10224,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2015","2015",94.78452,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2016","2016",95.28939,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40640","Northern America ","2017","2017",95.28726,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1991","1991",59.20307,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1992","1992",58.73578,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1993","1993",58.51933,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1994","1994",59.08826,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1995","1995",60.57811,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1996","1996",60.76666,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1997","1997",62.4502,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1998","1998",62.27874,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","1999","1999",61.5259,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2000","2000",63.71944,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2001","2001",65.79771,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2002","2002",68.5956,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2003","2003",71.38167,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2004","2004",73.25565,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2005","2005",75.61064,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2006","2006",77.26606,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2007","2007",78.41532,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2008","2008",80.66383,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2009","2009",80.55113,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2010","2010",80.32649,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2011","2011",81.59645,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2012","2012",81.91642,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2013","2013",82.59538,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2014","2014",82.58265,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2015","2015",82.3735,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2016","2016",82.43242,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40334","Least Developed Countries","2017","2017",82.28009,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1991","1991",86.69107,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1992","1992",86.18544,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1993","1993",85.91859,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1994","1994",85.70096,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1995","1995",85.32203,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1996","1996",84.90808,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1997","1997",84.83876,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1998","1998",85.23443,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","1999","1999",85.59276,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2000","2000",86.10074,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2001","2001",86.32091,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2002","2002",87.03992,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2003","2003",87.42111,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2004","2004",88.2617,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2005","2005",88.27865,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2006","2006",88.53495,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2007","2007",89.75632,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2008","2008",89.69098,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2009","2009",89.48068,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2010","2010",89.56376,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2011","2011",89.48625,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2012","2012",89.92747,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2013","2013",89.83689,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2014","2014",90.00167,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2015","2015",90.27222,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2016","2016",90.48758,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40675","World","2017","2017",90.394,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1990","1990",97.24526,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1991","1991",96.60623,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1992","1992",95.29354,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1993","1993",94.03884,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1994","1994",92.64743,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1995","1995",91.25437,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1996","1996",90.3839,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1997","1997",90.0023,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1998","1998",92.58499,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","1999","1999",95.24475,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2000","2000",95.74877,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2001","2001",96.16543,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2002","2002",99.75839,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2003","2003",99.79542,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2004","2004",99.84635,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2005","2005",97.21587,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2006","2006",96.38736,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2007","2007",97.23843,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2008","2008",97.24753,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2009","2009",97.24084,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2010","2010",97.18399,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2011","2011",97.14912,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2012","2012",97.07223,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2013","2013",96.95812,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2014","2014",96.93275,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2015","2015",97.0277,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2016","2016",96.97609,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40611","Asia (Eastern)","2017","2017",96.95913,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1990","1990",97.625,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1991","1991",97.06129,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1992","1992",96.63863,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1993","1993",96.21918,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1994","1994",95.96517,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1995","1995",94.94837,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1996","1996",95.32733,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1997","1997",94.98415,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1998","1998",94.70875,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","1999","1999",94.0444,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2000","2000",93.67993,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2001","2001",93.16759,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2002","2002",93.20039,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2003","2003",93.97772,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2004","2004",94.4007,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2005","2005",95.10944,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2006","2006",95.45044,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2007","2007",96.30911,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2008","2008",96.48851,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2009","2009",96.75822,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2010","2010",97.12751,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2011","2011",97.66979,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2012","2012",97.38833,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2013","2013",97.21194,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2014","2014",96.86235,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2015","2015",96.82283,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2016","2016",96.66839,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40651","Oceania (Australia/New Zealand)","2017","2017",96.66345,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","1999","1999",90.55158,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2000","2000",90.89876,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2001","2001",91.27744,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2002","2002",91.54311,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2003","2003",91.05883,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2004","2004",91.56764,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2005","2005",91.23776,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2006","2006",90.56007,"‡","UIS Estimation" +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2007","2007",89.48319,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2008","2008",89.53781,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2009","2009",89.16096,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2010","2010",89.68066,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2011","2011",89.5103,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2012","2012",90.42763,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2013","2013",90.97751,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2014","2014",91.29451,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2015","2015",91.40406,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2016","2016",91.98004,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","40612","Asia (Central)","2017","2017",92.72754,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1990","1990",88.82091,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1992","1992",86.84128,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1993","1993",85.8337,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1994","1994",85.46531,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1995","1995",85.11245,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1996","1996",85.60014,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1997","1997",86.95862,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1998","1998",88.30647,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","1999","1999",89.57655,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2000","2000",90.0608,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2001","2001",90.96793,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2002","2002",91.73192,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2003","2003",92.0916,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2004","2004",92.49166,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2005","2005",92.76286,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2006","2006",92.58181,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2007","2007",92.97211,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2008","2008",93.07898,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2009","2009",93.25828,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2010","2010",94.45765,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2011","2011",95.10365,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2012","2012",95.00871,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2013","2013",91.91237,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2014","2014",90.95904,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2015","2015",91.25864,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2016","2016",90.5492,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40614","Asia (Western)","2017","2017",90.70315,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1991","1991",84.83781,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1992","1992",84.68019,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1993","1993",84.88514,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1994","1994",85.05155,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1995","1995",84.61945,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1996","1996",84.18297,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1997","1997",83.60456,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1998","1998",82.51673,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","1999","1999",82.20196,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2000","2000",82.83459,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2001","2001",82.80646,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2002","2002",82.86635,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2003","2003",83.55301,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2004","2004",85.75241,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2005","2005",87.19382,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2006","2006",88.23326,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2007","2007",89.72643,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2008","2008",88.6409,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2009","2009",88.01806,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2010","2010",88.5501,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2011","2011",87.57418,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2012","2012",88.85116,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2013","2013",89.224,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2014","2014",89.89118,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2015","2015",90.48559,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2016","2016",90.88099,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40618","Asia (Central and Southern)","2017","2017",90.64306,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",67.24125,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",66.60262,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",67.39876,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1993","1993",69.72973,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1994","1994",70.99321,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",70.80319,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",69.42389,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",69.87427,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",71.60956,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","1999","1999",68.41412,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",66.04289,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",62.2222,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",60.32413,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",57.36787,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",56.29366,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",56.05564,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",54.34329,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",54.64976,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",54.94908,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",60.38235,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",65.72858,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",70.68799,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",75.3088,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",76.24744,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",77.45522,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",78.65433,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",80.19329,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",79.96822,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1990","1990",90.01638,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1991","1991",90.33197,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1992","1992",91.33805,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1993","1993",91.61988,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1994","1994",91.19429,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1995","1995",91.21463,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1996","1996",91.973,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1997","1997",91.1711,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1998","1998",93.76783,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","1999","1999",94.92003,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2000","2000",95.66532,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2001","2001",96.15512,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2002","2002",96.43569,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2003","2003",95.89289,"‡","UIS Estimation" +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2004","2004",95.84347,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2005","2005",94.88007,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2006","2006",94.35027,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2007","2007",94.02478,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2008","2008",95.78521,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2009","2009",95.69356,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2010","2010",95.94399,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2011","2011",96.051,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2012","2012",95.81561,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2013","2013",95.29422,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2014","2014",94.95454,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2015","2015",94.99012,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2016","2016",94.87148,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","40630","Latin America and the Caribbean","2017","2017",94.73502,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1990","1990",102.68261,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1991","1991",103.2495,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1992","1992",102.69837,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1993","1993",102.90233,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1994","1994",102.71687,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1995","1995",102.61814,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1996","1996",102.91404,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1997","1997",102.35082,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1998","1998",102.99623,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","1999","1999",103.04592,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2000","2000",102.64647,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2001","2001",103.16711,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2002","2002",103.80474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2003","2003",103.08661,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2004","2004",99.77201,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2005","2005",101.13796,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2006","2006",100.85682,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2007","2007",101.00449,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2008","2008",101.39219,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2009","2009",101.46998,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2010","2010",101.48019,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2011","2011",101.61432,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2012","2012",101.85373,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2013","2013",102.30813,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2014","2014",101.75097,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2015","2015",101.17474,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2016","2016",101.82862,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","40620","Europe","2017","2017",101.48689,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","1999","1999",94.63749,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2000","2000",95.01876,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2001","2001",95.61372,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2002","2002",95.55033,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2003","2003",94.92867,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2004","2004",95.29549,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2005","2005",95.26763,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2006","2006",94.7626,"‡","UIS Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2007","2007",93.67003,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2008","2008",93.5262,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2009","2009",93.38968,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2010","2010",94.00154,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2011","2011",94.28428,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2012","2012",95.4283,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2013","2013",95.97472,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2014","2014",95.99862,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2015","2015",96.36775,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2016","2016",96.67686,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","40612","Asia (Central)","2017","2017",97.48687,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","1999","1999",94.14837,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2000","2000",94.5565,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2001","2001",94.8813,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2002","2002",94.93726,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2003","2003",94.35508,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2004","2004",94.79826,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2005","2005",94.84012,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2006","2006",94.24849,"‡","UIS Estimation" +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2007","2007",93.13407,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2008","2008",93.01567,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2009","2009",92.87579,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2010","2010",93.39598,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2011","2011",93.66652,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2012","2012",94.78435,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2013","2013",95.36813,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2014","2014",95.4776,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2015","2015",95.83196,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2016","2016",96.1502,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","40612","Asia (Central)","2017","2017",97.0774,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","1998","1998",80.87437,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","1999","1999",80.74656,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2000","2000",81.30356,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2001","2001",82.36795,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2002","2002",83.36985,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2003","2003",84.13646,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2004","2004",84.71904,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2005","2005",85.13214,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2006","2006",85.91571,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2007","2007",87.84393,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2008","2008",89.00694,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2009","2009",88.84182,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2010","2010",89.31313,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2011","2011",87.22969,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2012","2012",86.46583,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2013","2013",86.78231,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2014","2014",86.25846,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2015","2015",86.74521,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2016","2016",87.69544,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40603","Africa (Northern)","2017","2017",87.84822,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1993","1993",95.39859,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1994","1994",95.69582,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1995","1995",95.35755,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1996","1996",94.99679,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1997","1997",94.55086,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1998","1998",94.42481,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","1999","1999",93.6349,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2000","2000",93.26166,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2001","2001",93.24522,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2002","2002",92.35712,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2003","2003",92.27179,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2004","2004",91.6598,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2005","2005",91.2548,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2006","2006",91.93523,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2007","2007",92.86611,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2008","2008",93.24411,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2009","2009",94.03909,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2010","2010",93.90976,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2011","2011",93.7826,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2012","2012",94.11762,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2013","2013",93.29683,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2014","2014",94.02535,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2015","2015",94.81761,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2016","2016",95.59847,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40613","Asia (South-eastern)","2017","2017",95.75985,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1990","1990",71.35322,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1991","1991",70.80935,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1992","1992",71.4981,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1995","1995",74.42897,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1996","1996",73.16368,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1997","1997",73.603,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","1998","1998",74.97946,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2000","2000",69.87777,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2001","2001",66.45267,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2002","2002",64.70357,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2003","2003",62.45985,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2004","2004",61.34083,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2005","2005",61.29889,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2006","2006",59.9705,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2007","2007",60.05728,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2008","2008",60.35252,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2009","2009",65.0828,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2010","2010",69.58896,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2011","2011",73.80681,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2012","2012",77.75125,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2013","2013",78.083,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2014","2014",78.72943,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2015","2015",79.36851,"‡","UIS Estimation" +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2016","2016",80.17623,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","40656","Oceania (excl. Australia/New Zealand)","2017","2017",79.94233,"‡","UIS Estimation" +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","TKL","Tokelau","2016","2016",91.82979,"+","National Estimation" +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","TKL","Tokelau","2016","2016",91.82979,"+","National Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUF","French Guiana","1990","1990",109.85846,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUF","French Guiana","1991","1991",113.99328,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUF","French Guiana","1992","1992",117.08771,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUF","French Guiana","1993","1993",122.07891,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUF","French Guiana","1994","1994",116.36911,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUF","French Guiana","1995","1995",115.22942,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GUF","French Guiana","1996","1996",113.22991,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PYF","French Polynesia","1990","1990",129.5776,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PYF","French Polynesia","1991","1991",127.80289,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PYF","French Polynesia","1992","1992",123.87417,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PYF","French Polynesia","1993","1993",123.54538,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PYF","French Polynesia","1994","1994",120.67841,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PYF","French Polynesia","1995","1995",117.87999,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","PYF","French Polynesia","1996","1996",112.023,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GLP","Guadeloupe","1990","1990",107.57964,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GLP","Guadeloupe","1991","1991",113.15009,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GLP","Guadeloupe","1992","1992",115.94532,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GLP","Guadeloupe","1993","1993",117.04271,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GLP","Guadeloupe","1994","1994",116.13365,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","GLP","Guadeloupe","1995","1995",117.32011,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MTQ","Martinique","1990","1990",115.44908,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MTQ","Martinique","1991","1991",115.11742,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MTQ","Martinique","1992","1992",112.63715,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MTQ","Martinique","1993","1993",110.45763,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MTQ","Martinique","1994","1994",111.20774,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MTQ","Martinique","1995","1995",113.23785,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","MTQ","Martinique","1996","1996",115.20819,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","REU","Réunion","1990","1990",120.6169,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","REU","Réunion","1991","1991",119.85744,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","REU","Réunion","1992","1992",117.72556,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","REU","Réunion","1993","1993",115.12553,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","REU","Réunion","1994","1994",111.41827,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","REU","Réunion","1995","1995",112.27946,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","REU","Réunion","1996","1996",110.22508,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VIR","United States Virgin Islands","1991","1991",116.88025,, +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VIR","United States Virgin Islands","1992","1992",119.67091,"‡","UIS Estimation" +"GER_1","Gross enrolment ratio, primary, both sexes (%)","VIR","United States Virgin Islands","1993","1993",123.27513,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUF","French Guiana","1994","1994",112.7967,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUF","French Guiana","1995","1995",113.37868,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","GUF","French Guiana","1996","1996",112.27594,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PYF","French Polynesia","1990","1990",126.72463,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PYF","French Polynesia","1991","1991",125.03708,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PYF","French Polynesia","1992","1992",121.16317,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PYF","French Polynesia","1993","1993",120.99939,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PYF","French Polynesia","1994","1994",117.80605,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","PYF","French Polynesia","1995","1995",115.50824,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","PYF","French Polynesia","1996","1996",110.23289,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GLP","Guadeloupe","1991","1991",111.64137,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GLP","Guadeloupe","1992","1992",114.77926,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GLP","Guadeloupe","1993","1993",116.0627,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","GLP","Guadeloupe","1994","1994",114.81808,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MTQ","Martinique","1990","1990",112.80185,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MTQ","Martinique","1991","1991",113.22717,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MTQ","Martinique","1992","1992",110.70903,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MTQ","Martinique","1993","1993",110.02689,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MTQ","Martinique","1994","1994",110.5654,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","MTQ","Martinique","1995","1995",112.26695,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","MTQ","Martinique","1996","1996",113.95787,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","REU","Réunion","1994","1994",110.2357,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUF","French Guiana","1994","1994",119.91798,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUF","French Guiana","1995","1995",117.03837,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","GUF","French Guiana","1996","1996",114.14762,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PYF","French Polynesia","1990","1990",132.28468,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PYF","French Polynesia","1991","1991",130.43593,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PYF","French Polynesia","1992","1992",126.47388,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","PYF","French Polynesia","1993","1993",125.99684,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PYF","French Polynesia","1994","1994",123.4405,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","PYF","French Polynesia","1995","1995",120.14422,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","PYF","French Polynesia","1996","1996",113.71344,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GLP","Guadeloupe","1991","1991",114.64198,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GLP","Guadeloupe","1992","1992",117.09135,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GLP","Guadeloupe","1993","1993",118.00074,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","GLP","Guadeloupe","1994","1994",117.4148,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MTQ","Martinique","1990","1990",117.9982,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MTQ","Martinique","1991","1991",116.93443,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MTQ","Martinique","1992","1992",114.49305,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MTQ","Martinique","1993","1993",110.87406,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MTQ","Martinique","1994","1994",111.83209,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","MTQ","Martinique","1995","1995",114.18669,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","MTQ","Martinique","1996","1996",116.43546,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","REU","Réunion","1994","1994",112.58772,, +"GER_1_F","Gross enrolment ratio, primary, female (%)","VIR","United States Virgin Islands","1991","1991",108.02368,"‡","UIS Estimation" +"GER_1_F","Gross enrolment ratio, primary, female (%)","VIR","United States Virgin Islands","1993","1993",114.05014,, +"GER_1_M","Gross enrolment ratio, primary, male (%)","VIR","United States Virgin Islands","1991","1991",125.61193,"‡","UIS Estimation" +"GER_1_M","Gross enrolment ratio, primary, male (%)","VIR","United States Virgin Islands","1993","1993",132.63877,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","PYF","French Polynesia","1996","1996",98.91151,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GLP","Guadeloupe","1991","1991",99.42748,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","REU","Réunion","1994","1994",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GLP","Guadeloupe","1991","1991",99.42748,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","REU","Réunion","1994","1994",100,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1990","1990",99.37928,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1993","1993",99.45498,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1995","1995",99.70971,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1996","1996",99.38685,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1990","1990",99.84441,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1992","1992",99.55019,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1993","1993",98.49363,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1996","1996",99.97678,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PYF","French Polynesia","1990","1990",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PYF","French Polynesia","1993","1993",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PYF","French Polynesia","1995","1995",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","PYF","French Polynesia","1996","1996",99.89022,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MTQ","Martinique","1990","1990",99.7405,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MTQ","Martinique","1992","1992",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MTQ","Martinique","1993","1993",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","MTQ","Martinique","1996","1996",100,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GLP","Guadeloupe","1991","1991",98.86134,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MTQ","Martinique","1990","1990",99.94447,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MTQ","Martinique","1992","1992",99.11724,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MTQ","Martinique","1993","1993",97.03727,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","MTQ","Martinique","1996","1996",99.95399,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1990","1990",99.37928,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1993","1993",99.45498,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1995","1995",99.70971,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1996","1996",99.38685,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1990","1990",99.84441,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1992","1992",99.55019,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1993","1993",98.49363,, +"NER_1_M_CP","Net enrolment rate, primary, male (%)","GUF","French Guiana","1996","1996",95.74135,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1990","1990",99.37928,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1993","1993",99.45498,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1995","1995",99.70971,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","PYF","French Polynesia","1996","1996",99.38685,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1990","1990",99.84441,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1992","1992",99.55019,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","MTQ","Martinique","1993","1993",98.49363,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","PYF","French Polynesia","1996","1996",99.89022,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","PYF","French Polynesia","1996","1996",98.91151,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GUF","French Guiana","1996","1996",97.11699,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","GLP","Guadeloupe","1991","1991",99.42748,, +"NER_1_CP","Net enrolment rate, primary, both sexes (%)","REU","Réunion","1994","1994",100,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","PYF","French Polynesia","1996","1996",99.89022,, +"NERA_1_F_CP","Adjusted net enrolment rate, primary, female (%)","GUF","French Guiana","1996","1996",98.54699,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PYF","French Polynesia","1990","1990",98.79029,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PYF","French Polynesia","1993","1993",98.93019,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PYF","French Polynesia","1995","1995",99.43259,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","PYF","French Polynesia","1996","1996",98.91151,, +"NERA_1_M_CP","Adjusted net enrolment rate, primary, male (%)","GUF","French Guiana","1996","1996",95.74135,, +"NERT_1_CP","Total net enrolment rate, primary, both sexes (%)","GUF","French Guiana","1996","1996",97.11699,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GLP","Guadeloupe","1991","1991",100,, +"NERT_1_F_CP","Total net enrolment rate, primary, female (%)","GUF","French Guiana","1996","1996",98.54699,, +"NERA_1_CP","Adjusted net enrolment rate, primary, both sexes (%)","GUF","French Guiana","1996","1996",97.11699,, +"NER_1_F_CP","Net enrolment rate, primary, female (%)","GUF","French Guiana","1996","1996",98.54699,, +"NERT_1_M_CP","Total net enrolment rate, primary, male (%)","GUF","French Guiana","1996","1996",95.74135,, diff --git a/04_repo_update/041_rawdata/enrollment_validated.md b/04_repo_update/041_rawdata/enrollment_validated.md new file mode 100644 index 0000000..44e4f54 --- /dev/null +++ b/04_repo_update/041_rawdata/enrollment_validated.md @@ -0,0 +1,19 @@ +|countrycode|country|year|suggested_enrollment|decision| +|---|---|---|---|---| +|CIV|Côte d'Ivoire|2014|78.90|use| +|TZA|Tanzania|2007|93.44|use| +|AFG|Afghanistan|2016|50.4|use| +|BGD|Bangladesh|2016|94|accepted| +|BTN|Bhutan|2012|95|accepted| +|IND|India|2014|95|accepted| +|LKA|Sri Lanka|2015|99|accepted| +|MDV|Maldives|2009|98|accepted| +|NPL|Nepal|2010|94|accepted| +|MDA|Moldova|2001|93.49|use| +|MDA|Moldova|2003|94.15|use| +|MDA|Moldova|2006|97.51|use| +|CRI|Costa Rica|2006|98.90|use| +|CHN|China|2013|100|use| +|CHN|China|2014|99.1|use| +|CHN|China|2015|99.3|use| +|CHN|China|2016|100|use| diff --git a/04_repo_update/041_rawdata/national_assessment_proficiency.md b/04_repo_update/041_rawdata/national_assessment_proficiency.md new file mode 100644 index 0000000..44b4a8f --- /dev/null +++ b/04_repo_update/041_rawdata/national_assessment_proficiency.md @@ -0,0 +1,24 @@ +|wbcode| year | idgrade | pct_reading_low_target_wb_v | cutoff | source | justification| status| +|---|---|---|---|---|---|---|---| +|AFG_2|2013|5|13|Level 10|2013 Grade 6 National Assessment (MTEG)| UIS (Tuesday, September 10, 2019 12:00 PM)| Accepted| +|CHN|2016|4|81.8|Moderate level|Chinese National Compulsory Education Quality Assessment; Grade 4|UIS (National Learning Assessment (NLA): Chinese National Compulsory Education Quality Assessment; Grade 4 (+1); Minimum proficiency level: Moderate). | Accepted| +|BGD_3|2015|5|45|Proficient|National Student Assessment (NSA); Grade 5 Bangla|National Learning Assessment (NLA): National Student Assessment (NSA); Grade 5; Minimum proficiency level: Proficient; Domain: Language; UIS (Thursday, May 30, 2019 4:28 PM)| Accepted| +|BGD_3|2017|5|44|Proficient level|National Student Assessment (NSA); Grade 5 Bangla|National Learning Assessment (NLA): National Student Assessment (NSA); Grade 5; Minimum proficiency level: Proficient; Domain: Language; UIS (Thursday, May 30, 2019 4:28 PM)| Accepted| +|IND_4|2017|5|46.3|Intermediate level| 2017 NAS grade 5 language; Class V|National Learning Assessment (NLA): National Achievement Survey - Class V; Grade 5; Minimum proficiency level: Intermediate; UIS (Wednesday, May 29, 2019 10:53 AM)| Accepted| +|UGA_1|2014|6|38.3|Score|National Assessment of Progress in Education (NAPE), Grade 6 English test |email from Marguerite: The National Assessment of Progress in Education (NAPE) is Uganda’s main national assessment program. In 2014, it assessed the English and Math achievement levels of a nationally representative sample of students in Grade 3 and 6, covering both government and private schools. Achievement was measured in relation to the objectives of the national curriculum. The Grade 6 English test covers reading, writing and grammar. 40% of the test is devoted to reading, 40% to writing, and 20% to grammar. | Rejected| +|UGA_2|2014|6|18.9|Advanced level||UIS (Tuesday, September 10, 2019 12:00 PM) | Accepted| +|PAK_3|2014|4|35|Proficient level|2014 Grade 4 National Achievement Test (English)| UIS (Tuesday, September 10, 2019 12:00 PM) | Accepted| +|LKA_3|2015|4|86| Score Above 40 mark|2015 National Grade 4 Language Test| UIS (Tuesday, September 10, 2019 12:00 PM) | Accepted| +|VNM_1|2011|5|98.92|Acceptable Level|National Learning Assessment|National Learning Assessment (NLA): National Assessment; Grade 5; Minimum proficiency level: Acceptable| Accepted| +|ETH_1|2015|4|57.32|Basic Level| Grade 4 National Assessment|Marguerite: fairly comfortable taking students scoring Basic or above as corresponding to our global definition of “minimum proficiency”, which would mean that 57.32% of Grade 4 students in Ethiopia reach the “minimum proficiency” level in reading. If we instead took Proficient or above as the cut off, then only 11.28% of students would reach the required level, which seems too harsh. If we don’t like either of those numbers, then the other option would be to go with the % of students reaching 50% or more correct on the test, which would give us 44.9% of students reaching “minimum proficiency”. | Rejected| +|ETH_2|2015|4|44.9|Score| Grade 4 National Assessment|Marguerite: fairly comfortable taking students scoring Basic or above as corresponding to our global definition of “minimum proficiency”, which would mean that 57.32% of Grade 4 students in Ethiopia reach the “minimum proficiency” level in reading. If we instead took Proficient or above as the cut off, then only 11.28% of students would reach the required level, which seems too harsh. If we don’t like either of those numbers, then the other option would be to go with the % of students reaching 50% or more correct on the test, which would give us 44.9% of students reaching “minimum proficiency”. | rejected| +|ETH_3|2015|4|11.28|Proficient level| Grade 4 National Assessment| UIS (Tuesday, September 10, 2019 12:00 PM) |Accepted| +|COD|2011|5|37.981|Level 4|PASEC 2010 - level 4|| Accepted| +|KHM_1|2013|6|50.2|Proficient level| National Learning Assessment (NLA): National Assessment; Grade 6; Minimum proficiency level: Level 3: Proficient | UIS (Tuesday, September 10, 2019 12:00 PM) | Accepted| +|MYS_1|2017|6|88.3|Level D| National Learning Assessment (NLA): Mid year exam 2017; Grade 6; Minimum proficiency level: D | UIS (Tuesday, September 10, 2019 12:00 PM) | Accepted| +|ALB_1|2016|5|95.1|Level 1 (6-11 points)| Learning Assessment (NLA): National Assessment; Grade 5; Minimum proficiency level: Level 1 (6-11 points)| UIS (Tuesday, September 10, 2019 12:00 PM) | Accepted| +|KGZ_1|2014|4|36.2|Basic level|National Learning Assessment (NLA): National Sample-Based Assessment (NSBA); Grade 4; Minimum proficiency level: Basic level; Domain: Language| UIS (Tuesday, September 10, 2019 12:00 PM) | Accepted| +|GHA_1|2016|6|72|Minimum Competency| National Learning Assessment (NLA): National Education Assessment (NEA); Grade 6; Minimum proficiency level: Minimum Competency| UIS (Tuesday, September 10, 2019 12:00 PM) | Accepted| +|MDG_1|2015|5|4.2|Level 4| PASEC 2015 - level 4 | UIS (Tuesday, September 10, 2019 12:00 PM) | Accepted| +|MLI_1|2012|5|13.4|Level 4| PASEC 2012 - level 4 | National Report sent by Country Team | Accepted| +|HND_1|2013|6|30.6|Level III (SERCE scale)| LLECE 2013 - level III | GLAD from CLO | Accepted|| diff --git a/04_repo_update/042_programs/0421_country_metadata_csv.do b/04_repo_update/042_programs/0421_country_metadata_csv.do new file mode 100644 index 0000000..d4fc221 --- /dev/null +++ b/04_repo_update/042_programs/0421_country_metadata_csv.do @@ -0,0 +1,101 @@ +*==============================================================================* +* 0421 SUBTASK: PREPARE METADATA CSV TO UPDATE THE 011_RAWDATA IN REPO FOLDER +*==============================================================================* +qui { + + * Locals to point to User-Specific locations + * - where the CMU excel is found + local cmu_csv "${clone}/04_repo_update/041_rawdata/cmu_ctry.csv" + * - where to save the resulting CSV with/without labels + local csv_with_labels "${clone}/04_repo_update/043_outputs/country_metadata.csv" + + + /***************************************** + CMU and Regional Focal Point info + from Excel file in ONE DRIVE + *****************************************/ + noi di _newline "{phang}Getting CMU information from csv{p_end}" + + * Import the Excel file with the CMU information + import delimited "`cmu_csv'", varnames(1) clear + + * Keep only the metadata that is not available in wbopendata + keep countrycode cmu + + * Beautify: variable names and variable labels + label var cmu "WB Country Management Unit" + + * Store it as a tempfile + tempfile cmu_dta + save `cmu_dta' + + + /***************************************** + Region, IncomeLevel, other metadata + from WB Opendata + *****************************************/ + noi di "{phang}Getting other metadata from wbopendata{p_end}" + + * Get metadata from wbopendata - doesn't matter the indicator or year + wbopendata, indicator(SP.POP.TOTL) year(2000) clear long nometadata full + + * Drop all aggregates (non-countries) + drop if region == "NA" + + * Keep only the metadata (drop indicator and year) + keep country* *region* incomelevel* lendingtype* + + + + /********* Combine both sources ***********/ + + * With the wbopendata one in memory, bring the cmu data + merge 1:1 countrycode using `cmu_dta', keep(match) nogen + + sort countrycode + + * Double check we have exactly the 217 countries + assert `c(N)' == 217 + + * Could already export as csv the country metadata (but the variable labels would be loss) + + + /********* PRESERVING THE VARIBLE LABELS ***********/ + + * Variable labels are saved in the last observation before exporting to csv + * Note that this is a good solution because all vars are strings anyway + + * Create extra observation in the end, to store the labels + local label_obs = _N +1 + set obs `label_obs' + + * Loop through all vars, storing their label in the last observation + foreach thisvar of varlist _all { + replace `thisvar' ="`: variable label `thisvar''" if _n == `label_obs' + } + + * Export csv that contains the labels + export delimited using "`csv_with_labels'", replace + + noi di "{phang}Saved `csv_with_labels'{p_end}" + +} + +exit + + +/* EXAMPLE OF HOW TO REVERT BACK THE VARIABLE LABELS WHEN IMPORTING THE CSV + +* Open the csv with both data and labels (in the last observation) +import delimited using "`csv_with_labels'", varnames(1) case(preserve) clear + +* Loop through all variables, labelling them per last observation +foreach thisvar of varlist _all { + label var `thisvar' "`= `thisvar'[_N]'" +} + +* Drop last observation, which only had the var labels +drop if _n == _N + +* Compress (remember that the string vars got larger because of labels) +compress diff --git a/04_repo_update/042_programs/0422_population_data_from_api.do b/04_repo_update/042_programs/0422_population_data_from_api.do new file mode 100644 index 0000000..424d62d --- /dev/null +++ b/04_repo_update/042_programs/0422_population_data_from_api.do @@ -0,0 +1,207 @@ +*==============================================================================* +* 0422 SUBTASK: PREPARE POPULATION CSVS TO UPDATE THE 011_RAWDATA IN REPO FOLDER +*==============================================================================* +qui { + + /* NOTE: This section was purposefully commented out because WB opendata + does not bring projections, only historic ranges, and we needed those + series from 1990:2050. The next section is precisely the same series, + but directly from the API that wbopendata calls. The advantage is being + able to query both the historic and projected series. + + /***************************************** + HISTORIC population from WB Opendata + *****************************************/ + noi di "" + noi di "{phang}Historic population 10-14 from wbopendata{p_end}" + + * Prepare local to create file + local clonefile "${clone}/04_repo_update/043_outputs/population_1014.csv" + + * Import the rawdata from WB Opendata + wbopendata, indicator(SP.POP.1014.FE; SP.POP.1014.MA) clear long nometadata + + * Drop all aggregates (non-countries) + drop if region == "NA" + + * Keep only relevant variables and time window + keep countrycode year *pop* + keep if year >= 1990 + + * Export csv + export delimited using "`clonefile'", replace + noi di "{phang}Saved `clonefile'{p_end}" + + */ + + + /***************************************** + PROJECTED population from WB API + SP.POP.1014 series + *****************************************/ + noi di _newline "{phang}Historic and projected population 10-14 from WB API{p_end}" + + * Prepare local to create file + local clonefile "${clone}/04_repo_update/043_outputs/population_1014.csv" + + * Avoid API issue + set checksum off + + * Set up parts of API call that are identical per country + local api_url "https://api.worldbank.org/v2/country" + local api_cnt "ALL" // Change to any country abbreviation to get a specific one + local api_parameters "?source=40&filetype=data&downloadformat=csv&date=1990:2050" + local indicators "indicator/SP.POP.1014.FE;SP.POP.1014.MA" + + *Concatenate the api request + local get_request "`api_url'/`api_cnt'/`indicators'/`api_parameters'" + + * Copy the file from API to csv folder + copy "`get_request'" "`clonefile'" + + * Import the csv file + import delimited "`clonefile'", varnames(5) rowrange(6) clear + + * Stata cannot have numbers as varnames, so fix varnames that + * was imported on the format v5, v6 etc. + forvalues year = 1990/2050 { + local varNameNum = `year' - 1985 + rename v`varNameNum' pop1014_`year' + } + + * Reshape file to long + reshape long pop1014_, i(countrycode indicatorname) j(year) + + * Create a gender variable + gen gender = "" + replace gender = "fe" if (indicatorcode == "SP.POP.1014.FE") + replace gender = "ma" if (indicatorcode == "SP.POP.1014.MA") + + * Keep only relevant variables + keep countrycode gender year pop* + + * Put gender wide so unit of obs is country-year-age + reshape wide pop1014_, i(countrycode year) j(gender) string + + * Export csv (replacing the downloaded one) + export delimited using "`clonefile'", replace + noi di "{phang}Saved `clonefile'{p_end}" + + + + + /***************************************** + PROJECTED population from WB API + by single year of age + *****************************************/ + noi di _newline "{phang}Historic and projected population by single year of age from WB API{p_end}" + + * Prepare local to create file + local clonefile "${clone}/04_repo_update/043_outputs/population_by_age.csv" + + * Avoid API issue + set checksum off + + * Set up parts of API call that are identical per country + local api_url "https://api.worldbank.org/v2/country" + local api_cnt "ALL" // Change to any country abbreviation to get a specific one + local api_parameters "?source=40&filetype=data&downloadformat=csv&date=1990:2050" + + * Use the same file and import before overwritten, to decrease number of files in folder + local temp_csvfile "${clone}/04_repo_update/043_outputs/popdata_single_age_temp.csv" + + * Starts with an empty data set to append to + clear + tempfile appendfile + save `appendfile' , emptyok + + * Loop over all ages (Stata might crash when trying to do all at once) + local ages 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 + foreach age of local ages { + + * Prepare the part of the API request with the indicator for this age + local indicators "indicator/SP.POP.AG`age'.FE.IN;SP.POP.AG`age'.MA.IN" + + * Concatenate the api request + local get_request "`api_url'/`api_cnt'/`indicators'/`api_parameters'" + + * Copy the file from API to csv folder + copy "`get_request'" "`temp_csvfile'" + + * Import the csv file + import delimited "`temp_csvfile'", varnames(5) rowrange(6) clear + + * Stata cannot have numbers as varnames, so fix varnames that + * was imported on the format v5, v6 etc. + forvalues year = 1990/2050 { + local varNameNum = `year' - 1985 + rename v`varNameNum' pop`year' + } + + * Reshape file to long + reshape long pop, i(countrycode indicatorname) j(year) + + * Create a gender variable + gen gender = "" + replace gender = "FE" if (indicatorcode == "SP.POP.AG`age'.FE.IN") + replace gender = "MA" if (indicatorcode == "SP.POP.AG`age'.MA.IN") + + * Create an age variable + gen age = real("`age'") + + * Keep only relevant variables + keep countrycode gender age year pop + + * Append to other ages + append using `appendfile' + save `appendfile', replace + + } + + * Use the result with all ages + use `appendfile', clear + + * Put gender wide so unit of obs is country-year-age + rename pop pop_ + reshape wide pop_, i(countrycode year age) j(gender) string + + * Order and sort and make sure unit of obs is correct + isid countrycode year age, sort + order countrycode year age + + * Export csv + export delimited using "`clonefile'", replace + noi di "{phang}Saved `clonefile'{p_end}" + + *Erase temporary csvfile + erase "`temp_csvfile'" + + + + /***************************************** + Primary entrance age and duration data + *****************************************/ + noi di _newline "{phang}Primary entrance and duration data from wbopendata{p_end}" + + * Prepare local to create file + local clonefile "${clone}/04_repo_update/043_outputs/primary_school_age.csv" + + * List of indicators on primary school entrance and duration + local schoolage_indicators "UIS.CEAge.1;SE.PRM.DURS" + + * Import the rawdata from WB Opendata + wbopendata, indicator(`schoolage_indicators') clear long nometadata + + * Drop all aggregates (non-countries) + drop if region == "NA" + + * Keep only relevant variables and time window + keep countrycode year uis_ceage_1 se_prm_durs + keep if year >= 1990 + + * Export csv + export delimited using "`clonefile'", replace + noi di "{phang}Saved `clonefile'{p_end}" + + +} diff --git a/04_repo_update/042_programs/0423_enrollment_data_from_api.do b/04_repo_update/042_programs/0423_enrollment_data_from_api.do new file mode 100644 index 0000000..e11faef --- /dev/null +++ b/04_repo_update/042_programs/0423_enrollment_data_from_api.do @@ -0,0 +1,37 @@ +*==============================================================================* +* 0423 SUBTASK: PREPARE ENROLLMENT CSVS TO UPDATE THE 011_RAWDATA IN REPO FOLDER +*==============================================================================* +qui { + + /*********************************** + Enrollment (TENR) from WB opendata + ***********************************/ + noi di _newline "{phang}Enrollment (TENR) from WB opendata{p_end}" + + * Prepare local to create file + local clonefile "${clone}/04_repo_update/043_outputs/enrollment_tenr_wbopendata.csv" + + * Import the rawdata from WB Opendata + * indicator SE.PRM.TENR = Adjusted net enrollment rate, primary (% of primary school age children) + wbopendata, indicator(SE.PRM.TENR; SE.PRM.TENR.FE; SE.PRM.TENR.MA) clear nometadata long + + * Drop all aggregates (non-countries) + drop if region == "NA" + + * Keep only relevant variables and time window + keep countrycode year se_prm_tenr* + keep if year >= 1990 + + * Export csv + export delimited using "`clonefile'", replace + noi di "{phang}Saved `clonefile'{p_end}" + + + /*********************************** + Enrollment from UIS EDULIT + ***********************************/ + // TODO: structure the routine to update this file + // or at the bareminimum list the online source of where it is + // PLACEHOLDER + +} diff --git a/04_repo_update/042_programs/0424_proficiency_data.do b/04_repo_update/042_programs/0424_proficiency_data.do new file mode 100644 index 0000000..45c61f8 --- /dev/null +++ b/04_repo_update/042_programs/0424_proficiency_data.do @@ -0,0 +1,187 @@ +*==============================================================================* +* 0424 SUBTASK: PREPARE PROFICIENCY CSVS TO UPDATE THE 011_RAWDATA IN REPO +*==============================================================================* +qui { + + /*********************************** + Proficiency from NLA md + ***********************************/ + noi di _newline "{phang}Proficiency from NLA markdown {p_end}" + + * Prepare local to create file + local clonefile "${clone}/04_repo_update/043_outputs/proficiency_from_NLA_md.csv" + + * Import the rawdata in the repo + import delimited "${clone}/04_repo_update/041_rawdata/national_assessment_proficiency.md", delimiter("|") varnames(1) clear + + * Corrections/problmes that come with the md importing + keep wbcode-status + drop if _n==1 + destring year, replace + destring idgrade, replace + destring pct_reading_low_target_wb_v, replace + + * Parsing out countrycode from NLA table (ie: BGD_1 or BGD_2 into BGD) + gen nla_code = wbcode + split wbcode, p("_") + gen countrycode = wbcode1 + rename source nla_source + replace nla_source = nla_source + ";" + cutoff + + * From percentage of proficient students to below proficiency + gen nonprof_all = 100 - pct_reading_low_target_wb_v + + * Only relevant variables kept + keep countrycode year idgrade nonprof_all nla_code + + * Copy the file from network to csv folder + export delimited using "`clonefile'", replace + noi di "{phang}Saved `clonefile'{p_end}" + + + /*********************************** + Proficiency from L4A RAWFULL + ***********************************/ + noi di _newline "{phang}Proficiency from L4A rawfull (quick fix){p_end}" + + * Prepare local to create file + local clonefile "${clone}/04_repo_update/043_outputs/proficiency_no_microdata.csv" + + * This section: on-the-fly attempt to enrich rawfull in LP based on rawfull in L4A + * by appending any missing proficiency data points + * TODO: revise, make it unnecessary, less crappy!!! PLACEHOLDER!!! + + * Start with rawfull in MY L4A clone **** THIS IS WHERE THE DANGER LIVES + cap use "C:\Users\WB552057\Documents\Github\Learning4all\01_data\013_outputs\rawfull.dta", clear + + * If L4A could be opened, extract info from it + if _rc == 0 { + + * Keep only proficiency-related variables + local vars_to_keep "countrycode idgrade test nlacode subject threshold pct_reading_low pct_reading_low_doubl pct_reading_low_target nonprof assessment_cutoff year_assessment source_assessment" + keep `vars_to_keep' + + * Keep threshold III (only one supported in LP) and non-missing proficiency obs + keep if threshold == "III" + drop threshold + drop if test == "no assessment" + + * Drop duplicate obs, due to the L4A rawlatest being LONG on enrollment (the LP is WIDE on enrollment) + duplicates drop + + * The pct variables are very confusing... + * It seems that the only one in use is pct_reading_low_target, which is 1-nonprof + drop pct_reading* + + * In LP, we use read for reading + replace subject = "read" if subject == "reading" + + * Plus other attempts to reconcile LP and L4A + rename nlacode nla_code + replace nla_code = "N.A." if nla_code=="-99" + rename nonprof nonprof_all + rename assessment_cutoff min_proficiency_threshold + rename year_assessment year + replace source_assessment = "HAD (Harmonized Assessment Database)" + + //* Saving to compare_files in proficiency, not needed in this task + //save "${clone}/04_repo_update/043_outputs/proficiency_in_L4A_rawfull.dta", replace + + * Only keep what we don't have in GLAD/CLOs: + * - SACMEQ from 2013 (we have Excel only, no microdata) + * - PASEC before 2014 (only the 2014 was harmonized in GLAD) + * - EGRA's didnt make it to GLAD yet + keep if (test=="PASEC" & year < 2014) | (test=="SACMEQ" & year == 2013) | (test=="EGRA") + + * Export csv + export delimited using "`clonefile'", replace + noi di "{phang}Saved `clonefile'{p_end}" + } + + else { + noi di as error "{phang}Could not update `clonefile' (L4A rawfull not available){p_end}" + } + + + /*********************************** + Proficiency from GLAD_CLO + ***********************************/ + + * TODO / PLACHOLDER: only attempts to run this if which datalibweb not error + + noi di _newline "{phang}Proficiency from Country Level Outcomes of GLAD{p_end}" + + * Prepare local to create file + local clonefile "${clone}/04_repo_update/043_outputs/proficiency_from_GLAD.csv" + + * List of needed CLO for Learning4All (only those for which we have microdata) + local l4a_clos "LAC_2006_LLECE LAC_2013_LLECE SSA_2000_SACMEQ SSA_2007_SACMEQ SSA_2014_PASEC WLD_2001_PIRLS WLD_2006_PIRLS WLD_2011_PIRLS WLD_2016_PIRLS WLD_2003_TIMSS WLD_2007_TIMSS WLD_2011_TIMSS WLD_2015_TIMSS" + + * Creates an empty file where all CLOs will be appended + touch "${clone}/04_repo_update/043_outputs/l4a_country_level_outcomes.dta", replace + + * Loop through each CLO file, read metadata and append and save + foreach survey of local l4a_clos { + + * Parsing region year and assessment to query this CLO in datalibweb + gettoken region aux_token : survey, parse("_") + gettoken trash aux_token : aux_token, parse("_") + gettoken year aux_token : aux_token, parse("_") + gettoken trash test : aux_token, parse("_") + + local ending = "v01_M_wrk_A_GLAD_CLO.dta" + local surveyid = "`survey'_v01_M" + local clo_file = "`survey'_`ending'" + + * Query datalibweb + datalibweb, country(`region') year(`year') type(GLAD) surveyid(`surveyid') filename(`clo_file') + + * Append this CLO info in the destination file + append using "${clone}/04_repo_update/043_outputs/l4a_country_level_outcomes.dta" + save "${clone}/04_repo_update/043_outputs/l4a_country_level_outcomes.dta", replace + + } + + + * Simplifies and prepare-wide to be ready for L4A + *----------------------------------------------------------------------------- + + * Only valuevar needed in L4A is harmonized proficiency (hpro) + local idvars "countrycode year test idgrade subgroup" + keep `idvars' *hpro* + + * Though urban breakdown is calculated in clo, not relevant for L4A + keep if inlist(subgroup,"all", "male=0","male=1") + + * Use the same subgroup naming convention as wbopendata + replace subgroup = "_all" if subgroup == "all" + replace subgroup = "_fe" if subgroup == "male=0" + replace subgroup = "_ma" if subgroup == "male=1" + + * From harmonized_ proficiency to non-proficiency and from share to percentage + unab subjects : m_hpro_* + local subjects = subinstr("`subjects'" , "m_hpro_" , "" , .) + foreach subject of local subjects { + gen nonprof`subject' = 100 * (1 - m_hpro_`subject') + gen se_nonprof`subject' = 100 * (se_hpro_`subject') + drop m_hpro_`subject' se_hpro_`subject' n_hpro_`subject' + } + + * Prepare for bringing into LearningPoverty rawlatest: + * Reshape long on subject (read, math, science) + reshape long nonprof se_nonprof, i(countrycode test year idgrade subgroup) j(subject) string + * Reshape wide on subgroups + reshape wide nonprof se_nonprof, i(countrycode test year idgrade subject) j(subgroup) string + + * Drop observations with all nonprof values (_all, _fe, _ma) missing + missings dropobs nonprof_*, force + + * Beautify: format, order and label + order countrycode year test idgrade subject *nonprof_all *nonprof_ma *nonprof_fe + sort countrycode year test idgrade + + * Export CSV with proficiency + export delimited using "`clonefile'", replace + noi di "{phang}Saved `clonefile'{p_end}" + +} diff --git a/04_repo_update/042_programs/0425_otherdata_from_api.do b/04_repo_update/042_programs/0425_otherdata_from_api.do new file mode 100644 index 0000000..0abf2a6 --- /dev/null +++ b/04_repo_update/042_programs/0425_otherdata_from_api.do @@ -0,0 +1,81 @@ +*==============================================================================* +* 0425 SUBTASK: PREPARE GDP/EXPENDITURE CSVS TO UPDATE THE 011_RAWDATA IN REPO +*==============================================================================* +qui { + + /*********************************** + Primary Spending indicators from WB opendata + ***********************************/ + noi di _newline "{phang}Primary Expenditure from WB opendata{p_end}" + + * Prepare local to create file - Primary Expenditure + local clonefile "${clone}/04_repo_update/043_outputs/primary_expenditure_wbopendata.csv" + + * Import the rawdata from WB Opendata + * Initial government funding per primary student, constant PPP$ + wbopendata, language(en - English) country() topics() indicator(UIS.XUNIT.PPPCONST.1.FSGOV; UIS.X.PPPCONST.1.FSGOV; SE.PRM.ENRR; SP.PRM.TOTL.IN) long clear + + * Remove region aggregates and future values + drop if region == "NA" + drop if year >= 2019 + + * Keep only relevant variables + keep countrycode year uis_x_pppconst_1_fsg sp_prm_totl_in se_prm_enrr uis_xunit_pppconst_1 region incomelevel + + * Export csv + export delimited using "`clonefile'", replace + noi di "{phang}Saved `clonefile'{p_end}" + + + /*********************************** + HCI related indicators from WB opendata + ***********************************/ + noi di _newline "{phang}HCI and its components from WB opendata{p_end}" + + * Prepare local to create file - Primary Expenditure + local clonefile "${clone}/04_repo_update/043_outputs/hci_indicators_wbopendata.csv" + + * Import the rawdata from WB Opendata + * Get all the relevant HCI data. GDP per capita is included to also get + * countries for which there is no HCI data + wbopendata, indicator(HD.HCI.HLOS; HD.HCI.HLOS.FE; HD.HCI.HLOS.MA; /// + HD.HCI.LAYS; HD.HCI.LAYS.FE; HD.HCI.LAYS.MA; /// + HD.HCI.EYRS; HD.HCI.EYRS.FE; HD.HCI.EYRS.MA; /// + HD.HCI.OVRL; HD.HCI.OVRL.FE; HD.HCI.OVRL.MA; /// + NY.GDP.PCAP.CD) year(2017) clear long + + * Remove variables used to get all countries, and remove regional aggregates + drop ny_gdp_pcap_cd + drop if region == "NA" + + * Drop admin vars we already have + drop region regionname adminregion adminregionname incomelevel incomelevelname lendingtype lendingtypename + + * Export csv + export delimited using "`clonefile'", replace + noi di "{phang}Saved `clonefile'{p_end}" + + /*********************************** + GDP and Poverty from WB opendata + ***********************************/ + noi di _newline "{phang}GDP and Poverty and its components from WB opendata{p_end}" + + * Prepare local to create file - Primary Expenditure + local clonefile "${clone}/04_repo_update/043_outputs/poverty_gdp_indicators_wbopendata.csv" + + * Import the rawdata from WB Opendata + * Get all the relevant HCI data. GDP per capita is included to also get + * countries for which there is no HCI data + wbopendata, indicator(NY.GDP.PCAP.CD;SI.POV.DDAY;SI.POV.LMIC; SI.POV.UMIC) clear long + + * Remove variables used to get all countries, and remove regional aggregates + drop if region == "NA" + + * Drop admin vars we already have + drop region regionname adminregion adminregionname incomelevel incomelevelname lendingtype lendingtypename + + * Export csv + export delimited using "`clonefile'", replace + noi di "{phang}Saved `clonefile'{p_end}" + +} diff --git a/04_repo_update/042_programs/042_run.do b/04_repo_update/042_programs/042_run.do new file mode 100644 index 0000000..812fcfe --- /dev/null +++ b/04_repo_update/042_programs/042_run.do @@ -0,0 +1,71 @@ +*==============================================================================* +* LEARNING POVERTY (LP) +* Project information at: https://github.com/worldbank/LearningPoverty +* +* TASK 04_REPO_UPDATE: creates csv files that are hosted in repo +*==============================================================================* + + +*------------------------------------------------------------------------------- +* Setup for this task +*------------------------------------------------------------------------------- +* Check that project profile was loaded, otherwise stops code +cap assert ${LP_profile_is_loaded} == 1 +if _rc != 0 { + noi disp as error "Please execute the profile_LearningPoverty initialization do in the root of this project and try again." + exit +} +*------------------------------------------------------------------------------- + + +*------------------------------------------------------------------------------- +* Subroutines for this task +*------------------------------------------------------------------------------- +* Update COUNTRY METADATA to store as csv in 011_rawdata +do "${clone}/04_repo_update/042_programs/0421_country_metadata_csv.do" + +* Update POPULATION DATA from APIs to store as csv in 011_rawdata +do "${clone}/04_repo_update/042_programs/0422_population_data_from_api.do" + +* Update ENROLLMENT DATA from APIs to store as csv in 011_rawdata +do "${clone}/04_repo_update/042_programs/0423_enrollment_data_from_api.do" + +* Update PROFICIENCY DATA from multiple sources to store as csv in 011_rawdata +if $datalibweb_is_available { + do "${clone}/04_repo_update/042_programs/0424_proficiency_data.do" +} + +* Update Other WB API data to store as csv in 011_rawdata +do "${clone}/04_repo_update/042_programs/0425_otherdata_from_api.do" +*------------------------------------------------------------------------------- + + +*------------------------------------------------------------------------------- +* Copy CSV outputs to 01_data/011_rawdata/hosted_in_repo, with replace +*------------------------------------------------------------------------------- +quietly { + + * Only do this part in case you want to overwrite the CSV files hosted in repo. + * this means updates in the APIs may lead to different results from published paper + noi di "{pstd}You are about to replace the CSV files in [${clone}/01_data/011_rawdata/hosted_in_repo]. Are you sure you want to do this? Given that the API data may have changed, updating those files may prevent results to replicate exactly from the working paper. If you want to overwrite the CSV files hosted in repo, write REPLACE and hit enter, otherwise write anything else and hit enter or just hit enter without writing anything.{p_end}", _request(confirmation_repo_update) + + if ("${confirmation_repo_update}" != "REPLACE") { + noi di as error _newline "{pstd}Input is not REPLACE so code is aborted. No files were copied or overwritten.{p_end}" + exit + } + + else { + noi di as res _newline "{pstd}Input is REPLACE so CSV files hosted in repo will be overwritten.{p_end}" + + * Retrieves list of csv files in the 043_outputs + local csvfiles : dir "${clone}/04_repo_update/043_outputs/" files "*.csv", respectcase + + * Loop over each csv file and copy with replace it to the 011_rawdata + foreach csvfile of local csvfiles { + local 043_csvfile "${clone}/04_repo_update/043_outputs/`csvfile'" + local 011_csvfile "${clone}/01_data/011_rawdata/hosted_in_repo/`csvfile'" + copy "`043_csvfile'" "`011_csvfile'", replace + noi di as text "{pstd}Exported `011_csvfile'.{p_end}" + } + } +} diff --git a/04_repo_update/043_outputs/placeholderfile.md b/04_repo_update/043_outputs/placeholderfile.md new file mode 100644 index 0000000..0e96e42 --- /dev/null +++ b/04_repo_update/043_outputs/placeholderfile.md @@ -0,0 +1,3 @@ +This file is only meant to be able to share folders on GitHub.com as empty folders cannot be shared. Once this folder is no longer empty, this file can be removed. + +A folder is still considered empty for this purpose if all files in the folder is ignored in the _.gitignore_ file. diff --git a/README.md b/README.md index b6e9f7a..55b8ab2 100644 --- a/README.md +++ b/README.md @@ -1 +1,32 @@ -LearningPoverty-tmp +# Learning Poverty + +This repository contains the analysis presented in the paper _“Will Every Child Be Able to Read by 2030? Why Eliminating Learning Poverty Will Be Harder Than You Think, and What to Do About It.”_ [1]. + +As a significant contributor to human capital deficits, the learning crisis undermines sustainable growth and poverty reduction. The paper introduces the new concept of _learning poverty_ and provides a synthetic indicator with global coverage to spotlight this crisis. _Learning poverty_ means being unable to read and understand a short, age-appropriate text by age 10. This indicator brings together schooling and learning by adjusting the proportion of kids in school bellow a proficiency threshold by the out-of-school population. + +The new data show that **more than half of all children in World Bank client countries suffer from _learning poverty_** – the majority of them low- and middle-income countries. And progress in reducing _learning poverty_ is far too slow to meet the SDG aspirations: even if countries reduce their _learning poverty_ at the fastest rates we have seen so far in this century, the goal of ending it will not be attained by 2030. + +[1] Azevedo, J.P., and others. 2019. _“Will Every Child Be Able to Read by 2030? Why Eliminating Learning Poverty Will Be Harder Than You Think, and What to Do About It.”_ World Bank Policy Research Working Paper series. Washington, DC: World Bank. + +## Technical Notes + +Most of the data used to calculate _learning poverty_ comes from the **[Global Learning Assessment Database (GLAD)](https://github.com/worldbank/GLAD)**, a collection of harmonized datasets at the individual and country level. This harmonization has been made possible thanks to the leadership of the UNESCO Institute for Statistics (UIS), the custodian agency for SDG 4, in coordinating a Global Alliance for the Monitoring of Learning (GAML), and in establishing Minimum Proficiency Levels (MPLs) that enable countries to benchmark learning. Working with the UIS, we have built a consolidated global database representing 80% of the population of primary-age children globally. + +See the [Technical Note](https://github.com/worldbank/LearningPoverty/blob/master/00_documentation/001_technical_note/Technical_Note.md) for more contextual information on the _learning poverty_ measure, how it was calculated and which sources were used. + +## Repository Structure + +See the [Repository Structure Note](https://github.com/worldbank/LearningPoverty/blob/master/00_documentation/002_repo_structure/Repo_Structure.md) to understand the sequencing of the tasks, visualizing the data flowcharts in this project and for an overview of the variables in each dataset. + +## Contribution and Replication + +See the [Contribution and Replication Note](https://github.com/worldbank/LearningPoverty/blob/master/00_documentation/003_contribution_and_replication/Contribution_and_Replication.md) for information on how to navigate this repository, how to contribute to the code and how to replicate the numbers. + +## Contact + + +This Repository is maintained by the **EduAnalytics** team at the World Bank Education Global Practice. + +The **EduAnalytics** team aims to provide internal and external clients timely access to high quality data, tools, and analytics that can be used to measure, monitor, and understand the education sector across regions. + +The team can be reached at [eduanalytics@worldbank.org](mailto:eduanalytics@worldbank.org). diff --git a/profile_LearningPoverty.do b/profile_LearningPoverty.do new file mode 100644 index 0000000..b8caf1e --- /dev/null +++ b/profile_LearningPoverty.do @@ -0,0 +1,140 @@ +*==============================================================================* +* LEARNING POVERTY (LP) +* Project information at: https://github.com/worldbank/LearningPoverty +* +* This initialization do sets paths, globals and install programs for the Repo +*==============================================================================* +qui { + + + *----------------------------------------------------------------------------- + * General program setup + *----------------------------------------------------------------------------- + clear all + capture log close _all + set more off + set varabbrev off, permanently + set maxvar 10000 + version 15 + *----------------------------------------------------------------------------- + + + *----------------------------------------------------------------------------- + * Define user-dependant global paths + *----------------------------------------------------------------------------- + * User-dependant paths for local repo clone + * Brian + if inlist("`c(username)'","wb469649","WB469649") { + global clone "C:/Users/`c(username)'/Documents/GitHub/LearningPoverty" + } + * Diana + else if inlist("`c(username)'","wb552057","WB552057","diana") { + global clone "C:/Users/`c(username)'/Documents/Github/LearningPoverty" + } + * Joao Pedro I + else if inlist("`c(username)'","wb255520","WB255520") { + global clone "C:/Users/`c(username)'/Documents/mytasks/LearningPoverty-tmp" + } + * Joao Pedro II + else if inlist("`c(username)'","azeve") { + global clone "C:/GitHub_mytasks/LearningPoverty-tmp" + } + * Kristoffer + else if inlist("`c(username)'","wb462869","WB462869") { + global clone "C:/Users/`c(username)'/Documents/GitHub/LearningPoverty" + } + * If none of above cases, give an error + else { + noi disp as error _newline "{phang}Your username [`c(username)'] could not be matched with any profile. Please update profile_LearningPoverty do-file accordingly and try again.{p_end}" + error 2222 + } + /* WELCOME!!! ARE YOU NEW TO THIS CODE? + Add yourself by copying the lines above, making sure to adapt your clone */ + + + * Checks that files in the clone can be accessed by testing any clone file (like this one) + cap confirm file "${clone}/profile_LearningPoverty.do" + if _rc != 0 { + noi disp as error _newline "{phang}Having issues accessing your local clone of the LearningPoverty repo. Please double check the clone location specified in profile_LearningPoverty do-file and try again.{p_end}" + error 2222 + } + *----------------------------------------------------------------------------- + + + *----------------------------------------------------------------------------- + * Check if can access WB network path and WB datalibweb + *----------------------------------------------------------------------------- + * Network drive is always the same for everyone, but may not be available + * if the user is not connected to the World Bank intranet + global network "//wbgfscifs01/GEDEDU/" + cap cd "${network}" + if _rc == 0 global network_is_available 1 + else global network_is_available 0 + + * Datalibweb is only available in Stata for internal World Bank users + * but external users can access it through SOL (TODO add link here) + cap which datalibweb + if _rc == 0 global datalibweb_is_available 0 // TODO: change here to 1 after testing + else global datalibweb_is_available 0 + *----------------------------------------------------------------------------- + + + *----------------------------------------------------------------------------- + * Download and install required user written ado's + *----------------------------------------------------------------------------- + * Fill this list will all user-written commands this project requires + local user_commands wbopendata carryforward touch _gwtmean mdensity estout grqreg + + * Loop over all the commands to test if they are already installed, if not, then install + foreach command of local user_commands { + cap which `command' + if _rc == 111 ssc install `command' + } + + * Check for EduAnalyticsToolkit package + /* EDUKIT is the shortname of the the public repo EduAnalyticsToolkit. + For info on the repo: https://github.com/worldbank/EduAnalyticsToolkit + Though it is not required for calculating Learning Poverty, + having the package installed and up-to-date allows to generate automatic + documentation of all datasets in markdown. */ + cap edukit + if _rc != 0 { + noi disp as res _newline "{phang}You don't have the EduAnalytics Toolkit package installed. Please see this link for info on how to install it: https://github.com/worldbank/EduAnalyticsToolkit{p_end}" + global use_edukit_save = 0 + } + else if `r(version)' < 1.0 { + noi disp as res _newline "{phang}You have an outdated version of the EduAnalytics Toolkit package installed. Please see this link for info on how to update it: https://github.com/worldbank/EduAnalyticsToolkit{p_end}" + global use_edukit_save = 0 + } + else { + noi disp as res _newline "{phang}You have an up-to-date version of the EduAnalytics Toolkit package installed. Thus, automatically generated markdown files will be created to document the most relevant datasets.{p_end}" + global use_edukit_save = 1 + } + *----------------------------------------------------------------------------- + + *------------------------------------------------------------------------------------------ + * Load the auxiliary programs in this Repo + *------------------------------------------------------------------------------------------ + * Preferred list selects 1 observation per country from rawfull (unique proficiency) + * and trims the dataset on the wide sense (keep 1 enrollment, 1 population only) + do "${clone}/01_data/012_programs/01261_preferred_list.do + + * Population weights creates frequency weights for aggregations of global numbers + do "${clone}/01_data/012_programs/01262_population_weights.do + + * Tables for paper with confidence intervals to csv + do "${clone}/03_export_tables/032_programs/03211_preferred_list_tables_ci.do + + * Tables for paper defines programs that export tables to csv + do "${clone}/03_export_tables/032_programs/03221_tables_for_paper.do + *------------------------------------------------------------------------------- + + + *----------------------------------------------------------------------------- + * Flag that profile was successfully loaded + *----------------------------------------------------------------------------- + global LP_profile_is_loaded = 1 + noi disp as res "{phang}LearningPoverty profile sucessfully loaded.{p_end}" + *----------------------------------------------------------------------------- + +} diff --git a/run_LearningPoverty.do b/run_LearningPoverty.do new file mode 100644 index 0000000..8cd7482 --- /dev/null +++ b/run_LearningPoverty.do @@ -0,0 +1,30 @@ +*==============================================================================* +* LEARNING POVERTY (LP) +* Project information at: https://github.com/worldbank/LearningPoverty +*==============================================================================* + +*----------------------------------------------------------------------------- +* Check that project profile was loaded, otherwise stops code +*----------------------------------------------------------------------------- +cap assert ${LP_profile_is_loaded} == 1 +if _rc != 0 { + noi disp as error "Please execute the profile_LearningPoverty initialization do in the root of this project and try again." + exit +} + + +*------------------------------------------------------------------------------- +* Tasks in this project +*------------------------------------------------------------------------------- +* TASK 01_DATA: calculates learning poverty by combining multiple data sources +do "${clone}/01_data/012_programs/012_run.do" + +* TASK 02_SIMULATION: simulates learning poverty from 2015 to 2030 +do "${clone}/02_simulation/022_program/022_run.do" + +* TASK 03_EXPORT_TABLES: exports tables for learning poverty technical paper +do "${clone}/03_export_tables/032_programs/032_run.do" + +* TASK 04_REPO_UPDATE: creates csv files that are hosted in repo +do "${clone}/04_repo_update/042_programs/042_run.do" +*-------------------------------------------------------------------------------